@ws-ui/roles-editor 1.8.4-rc2 → 1.8.4-rc3
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/Container.d.ts +7 -1
- package/dist/Standalone/index.d.ts +5 -1
- package/dist/Standalone/theme.d.ts +4 -0
- package/dist/index.cjs.js +19 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.es.js +4587 -4571
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),Ct=require("@chakra-ui/react"),Z=require("@ws-ui/store"),A=require("react"),nt=require("@ws-ui/shared"),wr=require("@headlessui/react"),bo=require("react-dom"),ye=require("@ws-ui/icons");function
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),Ct=require("@chakra-ui/react"),Z=require("@ws-ui/store"),A=require("react"),nt=require("@ws-ui/shared"),wr=require("@headlessui/react"),bo=require("react-dom"),ye=require("@ws-ui/icons");function sD(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=sD(A),Yb=sD(bo);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 Wf={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 Yz(){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})()})(Vf)),Vf.exports}var Xz=Yz();const Ke=Un(Xz);function Zz({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:Ke(" 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:Ke(" 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(nt.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(nt.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(nt.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(nt.Tip,{tipKey:"editors:roles:toolbar:forceLogin",alwaysOn:!0,side:"left"})]})]})]})})})})}const aD=A.createContext(void 0),Jz=({children:e})=>{const[t,r]=A.useState(null);function n(o){r(o)}const i={selectedRole:t,selectRole:n};return C.jsx(aD.Provider,{value:i,children:e})};function Yb(){const e=A.useContext(aD);if(e===void 0)throw new Error("useSelectedRole must be used within a SelectedRoleProvider");return e}var L1=function(t){return t.reduce(function(r,n){var i=n[0],o=n[1];return r[i]=o,r},{})},B1=typeof window<"u"&&window.document&&window.document.createElement?ve.useLayoutEffect:ve.useEffect,Gt="top",Er="bottom",Sr="right",Kt="left",Xb="auto",$a=[Gt,Er,Sr,Kt],lo="start",Ta="end",Qz="clippingParents",sD="viewport",Jo="popper",eH="reference",F1=$a.reduce(function(e,t){return e.concat([t+"-"+lo,t+"-"+Ta])},[]),uD=[].concat($a,[Xb]).reduce(function(e,t){return e.concat([t,t+"-"+lo,t+"-"+Ta])},[]),tH="beforeRead",rH="read",nH="afterRead",iH="beforeMain",oH="main",aH="afterMain",sH="beforeWrite",uH="write",cH="afterWrite",lH=[tH,rH,nH,iH,oH,aH,sH,uH,cH];function rn(e){return e?(e.nodeName||"").toLowerCase():null}function sr(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function vi(e){var t=sr(e).Element;return e instanceof t||e instanceof Element}function _r(e){var t=sr(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Zb(e){if(typeof ShadowRoot>"u")return!1;var t=sr(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function fH(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];!_r(o)||!rn(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 dH(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(c,d){return c[d]="",c},{});!_r(i)||!rn(i)||(Object.assign(i.style,u),Object.keys(o).forEach(function(c){i.removeAttribute(c)}))})}}const hH={name:"applyStyles",enabled:!0,phase:"write",fn:fH,effect:dH,requires:["computeStyles"]};function Qr(e){return e.split("-")[0]}var ci=Math.max,Uu=Math.min,fo=Math.round;function _b(){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 cD(){return!/^((?!chrome|android).)*safari/i.test(_b())}function ho(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),i=1,o=1;t&&_r(e)&&(i=e.offsetWidth>0&&fo(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&fo(n.height)/e.offsetHeight||1);var a=vi(e)?sr(e):window,u=a.visualViewport,c=!cD()&&r,d=(n.left+(c&&u?u.offsetLeft:0))/i,f=(n.top+(c&&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 Jb(e){var t=ho(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 lD(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Zb(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 sr(e).getComputedStyle(e)}function pH(e){return["table","td","th"].indexOf(rn(e))>=0}function Vn(e){return((vi(e)?e.ownerDocument:e.document)||window.document).documentElement}function xc(e){return rn(e)==="html"?e:e.assignedSlot||e.parentNode||(Zb(e)?e.host:null)||Vn(e)}function $1(e){return!_r(e)||bn(e).position==="fixed"?null:e.offsetParent}function vH(e){var t=/firefox/i.test(_b()),r=/Trident/i.test(_b());if(r&&_r(e)){var n=bn(e);if(n.position==="fixed")return null}var i=xc(e);for(Zb(i)&&(i=i.host);_r(i)&&["html","body"].indexOf(rn(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 za(e){for(var t=sr(e),r=$1(e);r&&pH(r)&&bn(r).position==="static";)r=$1(r);return r&&(rn(r)==="html"||rn(r)==="body"&&bn(r).position==="static")?t:r||vH(e)||t}function Qb(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Ca(e,t,r){return ci(e,Uu(t,r))}function gH(e,t,r){var n=Ca(e,t,r);return n>r?r:n}function fD(){return{top:0,right:0,bottom:0,left:0}}function dD(e){return Object.assign({},fD(),e)}function hD(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var mH=function(t,r){return t=typeof t=="function"?t(Object.assign({},r.rects,{placement:r.placement})):t,dD(typeof t!="number"?t:hD(t,$a))};function yH(e){var t,r=e.state,n=e.name,i=e.options,o=r.elements.arrow,a=r.modifiersData.popperOffsets,u=Qr(r.placement),c=Qb(u),d=[Kt,Sr].indexOf(u)>=0,f=d?"height":"width";if(!(!o||!a)){var h=mH(i.padding,r),p=Jb(o),v=c==="y"?Gt:Kt,m=c==="y"?Er:Sr,y=r.rects.reference[f]+r.rects.reference[c]-a[c]-r.rects.popper[f],b=a[c]-r.rects.reference[c],x=za(o),w=x?c==="y"?x.clientHeight||0:x.clientWidth||0:0,S=y/2-b/2,E=h[v],_=w-p[f]-h[m],R=w/2-p[f]/2+S,P=Ca(E,R,_),N=c;r.modifiersData[n]=(t={},t[N]=P,t.centerOffset=P-R,t)}}function bH(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)||lD(t.elements.popper,i)&&(t.elements.arrow=i))}const xH={name:"arrow",enabled:!0,phase:"main",fn:yH,effect:bH,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function po(e){return e.split("-")[1]}var wH={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:fo(r*i)/i||0,y:fo(n*i)/i||0}}function z1(e){var t,r=e.popper,n=e.popperRect,i=e.placement,o=e.variation,a=e.offsets,u=e.position,c=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,b=typeof f=="function"?f({x:v,y}):{x:v,y};v=b.x,y=b.y;var x=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),S=Kt,E=Gt,_=window;if(d){var R=za(r),P="clientHeight",N="clientWidth";if(R===sr(r)&&(R=Vn(r),bn(R).position!=="static"&&u==="absolute"&&(P="scrollHeight",N="scrollWidth")),R=R,i===Gt||(i===Kt||i===Sr)&&o===Ta){E=Er;var j=h&&R===_&&_.visualViewport?_.visualViewport.height:R[P];y-=j-n.height,y*=c?1:-1}if(i===Kt||(i===Gt||i===Er)&&o===Ta){S=Sr;var L=h&&R===_&&_.visualViewport?_.visualViewport.width:R[N];v-=L-n.width,v*=c?1:-1}}var F=Object.assign({position:u},d&&wH),k=f===!0?_H({x:v,y},sr(r)):{x:v,y};if(v=k.x,y=k.y,c){var D;return Object.assign({},F,(D={},D[E]=w?"0":"",D[S]=x?"0":"",D.transform=(_.devicePixelRatio||1)<=1?"translate("+v+"px, "+y+"px)":"translate3d("+v+"px, "+y+"px, 0)",D))}return Object.assign({},F,(t={},t[E]=w?y+"px":"",t[S]=x?v+"px":"",t.transform="",t))}function EH(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,c=u===void 0?!0:u,d={placement:Qr(t.placement),variation:po(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,z1(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,z1(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const SH={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:EH,data:{}};var cu={passive:!0};function OH(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,c=sr(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&d.forEach(function(f){f.addEventListener("scroll",r.update,cu)}),u&&c.addEventListener("resize",r.update,cu),function(){o&&d.forEach(function(f){f.removeEventListener("scroll",r.update,cu)}),u&&c.removeEventListener("resize",r.update,cu)}}const CH={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:OH,data:{}};var RH={left:"right",right:"left",bottom:"top",top:"bottom"};function Du(e){return e.replace(/left|right|bottom|top/g,function(t){return RH[t]})}var PH={start:"end",end:"start"};function H1(e){return e.replace(/start|end/g,function(t){return PH[t]})}function ex(e){var t=sr(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function tx(e){return ho(Vn(e)).left+ex(e).scrollLeft}function IH(e,t){var r=sr(e),n=Vn(e),i=r.visualViewport,o=n.clientWidth,a=n.clientHeight,u=0,c=0;if(i){o=i.width,a=i.height;var d=cD();(d||!d&&t==="fixed")&&(u=i.offsetLeft,c=i.offsetTop)}return{width:o,height:a,x:u+tx(e),y:c}}function NH(e){var t,r=Vn(e),n=ex(e),i=(t=e.ownerDocument)==null?void 0:t.body,o=ci(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=ci(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),u=-n.scrollLeft+tx(e),c=-n.scrollTop;return bn(i||r).direction==="rtl"&&(u+=ci(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:a,x:u,y:c}}function rx(e){var t=bn(e),r=t.overflow,n=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function pD(e){return["html","body","#document"].indexOf(rn(e))>=0?e.ownerDocument.body:_r(e)&&rx(e)?e:pD(xc(e))}function Ra(e,t){var r;t===void 0&&(t=[]);var n=pD(e),i=n===((r=e.ownerDocument)==null?void 0:r.body),o=sr(n),a=i?[o].concat(o.visualViewport||[],rx(n)?n:[]):n,u=t.concat(a);return i?u:u.concat(Ra(xc(a)))}function Eb(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function TH(e,t){var r=ho(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 U1(e,t,r){return t===sD?Eb(IH(e,r)):vi(t)?TH(t,r):Eb(NH(Vn(e)))}function AH(e){var t=Ra(xc(e)),r=["absolute","fixed"].indexOf(bn(e).position)>=0,n=r&&_r(e)?za(e):e;return vi(n)?t.filter(function(i){return vi(i)&&lD(i,n)&&rn(i)!=="body"}):[]}function MH(e,t,r,n){var i=t==="clippingParents"?AH(e):[].concat(t),o=[].concat(i,[r]),a=o[0],u=o.reduce(function(c,d){var f=U1(e,d,n);return c.top=ci(f.top,c.top),c.right=Uu(f.right,c.right),c.bottom=Uu(f.bottom,c.bottom),c.left=ci(f.left,c.left),c},U1(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 vD(e){var t=e.reference,r=e.element,n=e.placement,i=n?Qr(n):null,o=n?po(n):null,a=t.x+t.width/2-r.width/2,u=t.y+t.height/2-r.height/2,c;switch(i){case Gt:c={x:a,y:t.y-r.height};break;case Er:c={x:a,y:t.y+t.height};break;case Sr:c={x:t.x+t.width,y:u};break;case Kt:c={x:t.x-r.width,y:u};break;default:c={x:t.x,y:t.y}}var d=i?Qb(i):null;if(d!=null){var f=d==="y"?"height":"width";switch(o){case lo:c[d]=c[d]-(t[f]/2-r[f]/2);break;case Ta:c[d]=c[d]+(t[f]/2-r[f]/2);break}}return c}function Aa(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,c=u===void 0?Qz:u,d=r.rootBoundary,f=d===void 0?sD:d,h=r.elementContext,p=h===void 0?Jo:h,v=r.altBoundary,m=v===void 0?!1:v,y=r.padding,b=y===void 0?0:y,x=dD(typeof b!="number"?b:hD(b,$a)),w=p===Jo?eH:Jo,S=e.rects.popper,E=e.elements[m?w:p],_=MH(vi(E)?E:E.contextElement||Vn(e.elements.popper),c,f,a),R=ho(e.elements.reference),P=vD({reference:R,element:S,placement:i}),N=Eb(Object.assign({},S,P)),j=p===Jo?N:R,L={top:_.top-j.top+x.top,bottom:j.bottom-_.bottom+x.bottom,left:_.left-j.left+x.left,right:j.right-_.right+x.right},F=e.modifiersData.offset;if(p===Jo&&F){var k=F[i];Object.keys(L).forEach(function(D){var T=[Sr,Er].indexOf(D)>=0?1:-1,B=[Gt,Er].indexOf(D)>=0?"y":"x";L[D]+=k[B]*T})}return L}function DH(e,t){t===void 0&&(t={});var r=t,n=r.placement,i=r.boundary,o=r.rootBoundary,a=r.padding,u=r.flipVariations,c=r.allowedAutoPlacements,d=c===void 0?uD:c,f=po(n),h=f?u?F1:F1.filter(function(m){return po(m)===f}):$a,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]=Aa(e,{placement:y,boundary:i,rootBoundary:o,padding:a})[Qr(y)],m},{});return Object.keys(v).sort(function(m,y){return v[m]-v[y]})}function jH(e){if(Qr(e)===Xb)return[];var t=Du(e);return[H1(e),t,H1(t)]}function qH(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,c=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,b=t.options.placement,x=Qr(b),w=x===b,S=c||(w||!m?[Du(b)]:jH(b)),E=[b].concat(S).reduce(function(z,G){return z.concat(Qr(G)===Xb?DH(t,{placement:G,boundary:f,rootBoundary:h,padding:d,flipVariations:m,allowedAutoPlacements:y}):G)},[]),_=t.rects.reference,R=t.rects.popper,P=new Map,N=!0,j=E[0],L=0;L<E.length;L++){var F=E[L],k=Qr(F),D=po(F)===lo,T=[Gt,Er].indexOf(k)>=0,B=T?"width":"height",$=Aa(t,{placement:F,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),W=T?D?Sr:Kt:D?Er:Gt;_[B]>R[B]&&(W=Du(W));var Y=Du(W),ee=[];if(o&&ee.push($[k]<=0),u&&ee.push($[W]<=0,$[Y]<=0),ee.every(function(z){return z})){j=F,N=!1;break}P.set(F,ee)}if(N)for(var H=m?3:1,Q=function(G){var J=E.find(function(V){var K=P.get(V);if(K)return K.slice(0,G).every(function(ie){return ie})});if(J)return j=J,"break"},ce=H;ce>0;ce--){var se=Q(ce);if(se==="break")break}t.placement!==j&&(t.modifiersData[n]._skip=!0,t.placement=j,t.reset=!0)}}const kH={name:"flip",enabled:!0,phase:"main",fn:qH,requiresIfExists:["offset"],data:{_skip:!1}};function V1(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 W1(e){return[Gt,Sr,Er,Kt].some(function(t){return e[t]>=0})}function LH(e){var t=e.state,r=e.name,n=t.rects.reference,i=t.rects.popper,o=t.modifiersData.preventOverflow,a=Aa(t,{elementContext:"reference"}),u=Aa(t,{altBoundary:!0}),c=V1(a,n),d=V1(u,i,o),f=W1(c),h=W1(d);t.modifiersData[r]={referenceClippingOffsets:c,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}const BH={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:LH};function FH(e,t,r){var n=Qr(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,Sr].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}function $H(e){var t=e.state,r=e.options,n=e.name,i=r.offset,o=i===void 0?[0,0]:i,a=uD.reduce(function(f,h){return f[h]=FH(h,t.rects,o),f},{}),u=a[t.placement],c=u.x,d=u.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=a}const zH={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:$H};function HH(e){var t=e.state,r=e.name;t.modifiersData[r]=vD({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const UH={name:"popperOffsets",enabled:!0,phase:"read",fn:HH,data:{}};function VH(e){return e==="x"?"y":"x"}function WH(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,c=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,b=Aa(t,{boundary:c,rootBoundary:d,padding:h,altBoundary:f}),x=Qr(t.placement),w=po(t.placement),S=!w,E=Qb(x),_=VH(E),R=t.modifiersData.popperOffsets,P=t.rects.reference,N=t.rects.popper,j=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,L=typeof j=="number"?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),F=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,k={x:0,y:0};if(R){if(o){var D,T=E==="y"?Gt:Kt,B=E==="y"?Er:Sr,$=E==="y"?"height":"width",W=R[E],Y=W+b[T],ee=W-b[B],H=v?-N[$]/2:0,Q=w===lo?P[$]:N[$],ce=w===lo?-N[$]:-P[$],se=t.elements.arrow,z=v&&se?Jb(se):{width:0,height:0},G=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:fD(),J=G[T],V=G[B],K=Ca(0,P[$],z[$]),ie=S?P[$]/2-H-K-J-L.mainAxis:Q-K-J-L.mainAxis,ne=S?-P[$]/2+H+K+V+L.mainAxis:ce+K+V+L.mainAxis,ue=t.elements.arrow&&za(t.elements.arrow),de=ue?E==="y"?ue.clientTop||0:ue.clientLeft||0:0,we=(D=F==null?void 0:F[E])!=null?D:0,Se=W+ie-we-de,_e=W+ne-we,he=Ca(v?Uu(Y,Se):Y,W,v?ci(ee,_e):ee);R[E]=he,k[E]=he-W}if(u){var ae,Oe=E==="x"?Gt:Kt,Ne=E==="x"?Er:Sr,ze=R[_],je=_==="y"?"height":"width",Ye=ze+b[Oe],Ue=ze-b[Ne],mt=[Gt,Kt].indexOf(x)!==-1,Qe=(ae=F==null?void 0:F[_])!=null?ae:0,At=mt?Ye:ze-P[je]-N[je]-Qe+L.altAxis,ut=mt?ze+P[je]+N[je]-Qe-L.altAxis:Ue,et=v&&mt?gH(At,ze,ut):Ca(v?At:Ye,ze,v?ut:Ue);R[_]=et,k[_]=et-ze}t.modifiersData[n]=k}}const GH={name:"preventOverflow",enabled:!0,phase:"main",fn:WH,requiresIfExists:["offset"]};function KH(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function YH(e){return e===sr(e)||!_r(e)?ex(e):KH(e)}function XH(e){var t=e.getBoundingClientRect(),r=fo(t.width)/e.offsetWidth||1,n=fo(t.height)/e.offsetHeight||1;return r!==1||n!==1}function ZH(e,t,r){r===void 0&&(r=!1);var n=_r(t),i=_r(t)&&XH(t),o=Vn(t),a=ho(e,i,r),u={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(n||!n&&!r)&&((rn(t)!=="body"||rx(o))&&(u=YH(t)),_r(t)?(c=ho(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):o&&(c.x=tx(o))),{x:a.left+u.scrollLeft-c.x,y:a.top+u.scrollTop-c.y,width:a.width,height:a.height}}function JH(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 c=t.get(u);c&&i(c)}}),n.push(o)}return e.forEach(function(o){r.has(o.name)||i(o)}),n}function QH(e){var t=JH(e);return lH.reduce(function(r,n){return r.concat(t.filter(function(i){return i.phase===n}))},[])}function e4(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function t4(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 G1={placement:"bottom",modifiers:[],strategy:"absolute"};function K1(){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 r4(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,i=t.defaultOptions,o=i===void 0?G1:i;return function(u,c,d){d===void 0&&(d=o);var f={placement:"bottom",orderedModifiers:[],options:Object.assign({},G1,o),modifiersData:{},elements:{reference:u,popper:c},attributes:{},styles:{}},h=[],p=!1,v={state:f,setOptions:function(x){var w=typeof x=="function"?x(f.options):x;y(),f.options=Object.assign({},o,f.options,w),f.scrollParents={reference:vi(u)?Ra(u):u.contextElement?Ra(u.contextElement):[],popper:Ra(c)};var S=QH(t4([].concat(n,f.options.modifiers)));return f.orderedModifiers=S.filter(function(E){return E.enabled}),m(),v.update()},forceUpdate:function(){if(!p){var x=f.elements,w=x.reference,S=x.popper;if(K1(w,S)){f.rects={reference:ZH(w,za(S),f.options.strategy==="fixed"),popper:Jb(S)},f.reset=!1,f.placement=f.options.placement,f.orderedModifiers.forEach(function(L){return f.modifiersData[L.name]=Object.assign({},L.data)});for(var E=0;E<f.orderedModifiers.length;E++){if(f.reset===!0){f.reset=!1,E=-1;continue}var _=f.orderedModifiers[E],R=_.fn,P=_.options,N=P===void 0?{}:P,j=_.name;typeof R=="function"&&(f=R({state:f,options:N,name:j,instance:v})||f)}}}},update:e4(function(){return new Promise(function(b){v.forceUpdate(),b(f)})}),destroy:function(){y(),p=!0}};if(!K1(u,c))return v;v.setOptions(d).then(function(b){!p&&d.onFirstUpdate&&d.onFirstUpdate(b)});function m(){f.orderedModifiers.forEach(function(b){var x=b.name,w=b.options,S=w===void 0?{}:w,E=b.effect;if(typeof E=="function"){var _=E({state:f,name:x,instance:v,options:S}),R=function(){};h.push(_||R)}})}function y(){h.forEach(function(b){return b()}),h=[]}return v}}var n4=[CH,UH,SH,hH,zH,kH,GH,xH,BH],i4=r4({defaultModifiers:n4}),Wf,Y1;function o4(){if(Y1)return Wf;Y1=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,c,d;if(Array.isArray(o)){if(u=o.length,u!=a.length)return!1;for(c=u;c--!==0;)if(!i(o[c],a[c]))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();!(c=f.next()).done;)if(!a.has(c.value[0]))return!1;for(f=o.entries();!(c=f.next()).done;)if(!i(c.value[1],a.get(c.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();!(c=f.next()).done;)if(!a.has(c.value[0]))return!1;return!0}if(n&&ArrayBuffer.isView(o)&&ArrayBuffer.isView(a)){if(u=o.length,u!=a.length)return!1;for(c=u;c--!==0;)if(o[c]!==a[c])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(c=u;c--!==0;)if(!Object.prototype.hasOwnProperty.call(a,d[c]))return!1;if(e&&o instanceof Element)return!1;for(c=u;c--!==0;)if(!((d[c]==="_owner"||d[c]==="__v"||d[c]==="__o")&&o.$$typeof)&&!i(o[d[c]],a[d[c]]))return!1;return!0}return o!==o&&a!==a}return Wf=function(a,u){try{return i(a,u)}catch(c){if((c.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw c}},Wf}var a4=o4();const s4=Un(a4);var u4=[],wc=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||u4},a=ve.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),u=a[0],c=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);Kb.flushSync(function(){c({styles:L1(y.map(function(b){return[b,m.styles[b]||{}]})),attributes:L1(y.map(function(b){return[b,m.attributes[b]]}))})})},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 s4(i.current,p)?i.current||p:(i.current=p,p)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,d]),h=ve.useRef();return B1(function(){h.current&&h.current.setOptions(f)},[f]),B1(function(){if(!(t==null||r==null)){var p=n.createPopper||i4,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 gD=({tab:e})=>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(ye.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 nx(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 Gf,X1;function c4(){if(X1)return Gf;X1=1;function e(){this.__data__=[],this.size=0}return Gf=e,Gf}var Kf,Z1;function xo(){if(Z1)return Kf;Z1=1;function e(t,r){return t===r||t!==t&&r!==r}return Kf=e,Kf}var Yf,J1;function _c(){if(J1)return Yf;J1=1;var e=xo();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return Yf=t,Yf}var Xf,Q1;function l4(){if(Q1)return Xf;Q1=1;var e=_c(),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 Xf=n,Xf}var Zf,eE;function f4(){if(eE)return Zf;eE=1;var e=_c();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return Zf=t,Zf}var Jf,tE;function d4(){if(tE)return Jf;tE=1;var e=_c();function t(r){return e(this.__data__,r)>-1}return Jf=t,Jf}var Qf,rE;function h4(){if(rE)return Qf;rE=1;var e=_c();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 Qf=t,Qf}var ed,nE;function Ec(){if(nE)return ed;nE=1;var e=c4(),t=l4(),r=f4(),n=d4(),i=h4();function o(a){var u=-1,c=a==null?0:a.length;for(this.clear();++u<c;){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,ed=o,ed}var td,iE;function p4(){if(iE)return td;iE=1;var e=Ec();function t(){this.__data__=new e,this.size=0}return td=t,td}var rd,oE;function v4(){if(oE)return rd;oE=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return rd=e,rd}var nd,aE;function g4(){if(aE)return nd;aE=1;function e(t){return this.__data__.get(t)}return nd=e,nd}var id,sE;function m4(){if(sE)return id;sE=1;function e(t){return this.__data__.has(t)}return id=e,id}var od,uE;function mD(){if(uE)return od;uE=1;var e=typeof ht=="object"&&ht&&ht.Object===Object&&ht;return od=e,od}var ad,cE;function Fr(){if(cE)return ad;cE=1;var e=mD(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return ad=r,ad}var sd,lE;function wo(){if(lE)return sd;lE=1;var e=Fr(),t=e.Symbol;return sd=t,sd}var ud,fE;function y4(){if(fE)return ud;fE=1;var e=wo(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function o(a){var u=r.call(a,i),c=a[i];try{a[i]=void 0;var d=!0}catch{}var f=n.call(a);return d&&(u?a[i]=c:delete a[i]),f}return ud=o,ud}var cd,dE;function b4(){if(dE)return cd;dE=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return cd=r,cd}var ld,hE;function wi(){if(hE)return ld;hE=1;var e=wo(),t=y4(),r=b4(),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 ld=a,ld}var fd,pE;function Or(){if(pE)return fd;pE=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return fd=e,fd}var dd,vE;function Ha(){if(vE)return dd;vE=1;var e=wi(),t=Or(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",o="[object Proxy]";function a(u){if(!t(u))return!1;var c=e(u);return c==n||c==i||c==r||c==o}return dd=a,dd}var hd,gE;function x4(){if(gE)return hd;gE=1;var e=Fr(),t=e["__core-js_shared__"];return hd=t,hd}var pd,mE;function w4(){if(mE)return pd;mE=1;var e=x4(),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 pd=r,pd}var vd,yE;function yD(){if(yE)return vd;yE=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 vd=r,vd}var gd,bE;function _4(){if(bE)return gd;bE=1;var e=Ha(),t=w4(),r=Or(),n=yD(),i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=Function.prototype,u=Object.prototype,c=a.toString,d=u.hasOwnProperty,f=RegExp("^"+c.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 gd=h,gd}var md,xE;function E4(){if(xE)return md;xE=1;function e(t,r){return t==null?void 0:t[r]}return md=e,md}var yd,wE;function _i(){if(wE)return yd;wE=1;var e=_4(),t=E4();function r(n,i){var o=t(n,i);return e(o)?o:void 0}return yd=r,yd}var bd,_E;function ix(){if(_E)return bd;_E=1;var e=_i(),t=Fr(),r=e(t,"Map");return bd=r,bd}var xd,EE;function Sc(){if(EE)return xd;EE=1;var e=_i(),t=e(Object,"create");return xd=t,xd}var wd,SE;function S4(){if(SE)return wd;SE=1;var e=Sc();function t(){this.__data__=e?e(null):{},this.size=0}return wd=t,wd}var _d,OE;function O4(){if(OE)return _d;OE=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return _d=e,_d}var Ed,CE;function C4(){if(CE)return Ed;CE=1;var e=Sc(),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 Ed=i,Ed}var Sd,RE;function R4(){if(RE)return Sd;RE=1;var e=Sc(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var o=this.__data__;return e?o[i]!==void 0:r.call(o,i)}return Sd=n,Sd}var Od,PE;function P4(){if(PE)return Od;PE=1;var e=Sc(),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 Od=r,Od}var Cd,IE;function I4(){if(IE)return Cd;IE=1;var e=S4(),t=O4(),r=C4(),n=R4(),i=P4();function o(a){var u=-1,c=a==null?0:a.length;for(this.clear();++u<c;){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,Cd=o,Cd}var Rd,NE;function N4(){if(NE)return Rd;NE=1;var e=I4(),t=Ec(),r=ix();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return Rd=n,Rd}var Pd,TE;function T4(){if(TE)return Pd;TE=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return Pd=e,Pd}var Id,AE;function Oc(){if(AE)return Id;AE=1;var e=T4();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return Id=t,Id}var Nd,ME;function A4(){if(ME)return Nd;ME=1;var e=Oc();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return Nd=t,Nd}var Td,DE;function M4(){if(DE)return Td;DE=1;var e=Oc();function t(r){return e(this,r).get(r)}return Td=t,Td}var Ad,jE;function D4(){if(jE)return Ad;jE=1;var e=Oc();function t(r){return e(this,r).has(r)}return Ad=t,Ad}var Md,qE;function j4(){if(qE)return Md;qE=1;var e=Oc();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 Md=t,Md}var Dd,kE;function ox(){if(kE)return Dd;kE=1;var e=N4(),t=A4(),r=M4(),n=D4(),i=j4();function o(a){var u=-1,c=a==null?0:a.length;for(this.clear();++u<c;){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,LE;function q4(){if(LE)return jd;LE=1;var e=Ec(),t=ix(),r=ox(),n=200;function i(o,a){var u=this.__data__;if(u instanceof e){var c=u.__data__;if(!t||c.length<n-1)return c.push([o,a]),this.size=++u.size,this;u=this.__data__=new r(c)}return u.set(o,a),this.size=u.size,this}return jd=i,jd}var qd,BE;function Cc(){if(BE)return qd;BE=1;var e=Ec(),t=p4(),r=v4(),n=g4(),i=m4(),o=q4();function a(u){var c=this.__data__=new e(u);this.size=c.size}return a.prototype.clear=t,a.prototype.delete=r,a.prototype.get=n,a.prototype.has=i,a.prototype.set=o,qd=a,qd}var kd,FE;function ax(){if(FE)return kd;FE=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 kd=e,kd}var Ld,$E;function bD(){if($E)return Ld;$E=1;var e=_i(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Ld=t,Ld}var Bd,zE;function Rc(){if(zE)return Bd;zE=1;var e=bD();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return Bd=t,Bd}var Fd,HE;function Pc(){if(HE)return Fd;HE=1;var e=Rc(),t=xo(),r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u){var c=o[a];(!(n.call(o,a)&&t(c,u))||u===void 0&&!(a in o))&&e(o,a,u)}return Fd=i,Fd}var $d,UE;function Ua(){if(UE)return $d;UE=1;var e=Pc(),t=Rc();function r(n,i,o,a){var u=!o;o||(o={});for(var c=-1,d=i.length;++c<d;){var f=i[c],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 $d=r,$d}var zd,VE;function k4(){if(VE)return zd;VE=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return zd=e,zd}var Hd,WE;function on(){if(WE)return Hd;WE=1;function e(t){return t!=null&&typeof t=="object"}return Hd=e,Hd}var Ud,GE;function L4(){if(GE)return Ud;GE=1;var e=wi(),t=on(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return Ud=n,Ud}var Vd,KE;function Va(){if(KE)return Vd;KE=1;var e=L4(),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 Vd=o,Vd}var Wd,YE;function yt(){if(YE)return Wd;YE=1;var e=Array.isArray;return Wd=e,Wd}var ba={exports:{}},Gd,XE;function B4(){if(XE)return Gd;XE=1;function e(){return!1}return Gd=e,Gd}ba.exports;var ZE;function _o(){return ZE||(ZE=1,(function(e,t){var r=Fr(),n=B4(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,a=o&&o.exports===i,u=a?r.Buffer:void 0,c=u?u.isBuffer:void 0,d=c||n;e.exports=d})(ba,ba.exports)),ba.exports}var Kd,JE;function Ic(){if(JE)return Kd;JE=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 Kd=r,Kd}var Yd,QE;function sx(){if(QE)return Yd;QE=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return Yd=t,Yd}var Xd,eS;function F4(){if(eS)return Xd;eS=1;var e=wi(),t=sx(),r=on(),n="[object Arguments]",i="[object Array]",o="[object Boolean]",a="[object Date]",u="[object Error]",c="[object Function]",d="[object Map]",f="[object Number]",h="[object Object]",p="[object RegExp]",v="[object Set]",m="[object String]",y="[object WeakMap]",b="[object ArrayBuffer]",x="[object DataView]",w="[object Float32Array]",S="[object Float64Array]",E="[object Int8Array]",_="[object Int16Array]",R="[object Int32Array]",P="[object Uint8Array]",N="[object Uint8ClampedArray]",j="[object Uint16Array]",L="[object Uint32Array]",F={};F[w]=F[S]=F[E]=F[_]=F[R]=F[P]=F[N]=F[j]=F[L]=!0,F[n]=F[i]=F[b]=F[o]=F[x]=F[a]=F[u]=F[c]=F[d]=F[f]=F[h]=F[p]=F[v]=F[m]=F[y]=!1;function k(D){return r(D)&&t(D.length)&&!!F[e(D)]}return Xd=k,Xd}var Zd,tS;function Nc(){if(tS)return Zd;tS=1;function e(t){return function(r){return t(r)}}return Zd=e,Zd}var xa={exports:{}};xa.exports;var rS;function ux(){return rS||(rS=1,(function(e,t){var r=mD(),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 c=i&&i.require&&i.require("util").types;return c||a&&a.binding&&a.binding("util")}catch{}})();e.exports=u})(xa,xa.exports)),xa.exports}var Jd,nS;function Wa(){if(nS)return Jd;nS=1;var e=F4(),t=Nc(),r=ux(),n=r&&r.isTypedArray,i=n?t(n):e;return Jd=i,Jd}var Qd,iS;function xD(){if(iS)return Qd;iS=1;var e=k4(),t=Va(),r=yt(),n=_o(),i=Ic(),o=Wa(),a=Object.prototype,u=a.hasOwnProperty;function c(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,b=y?e(d.length,String):[],x=b.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,x)))&&b.push(w);return b}return Qd=c,Qd}var eh,oS;function Tc(){if(oS)return eh;oS=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return eh=t,eh}var th,aS;function wD(){if(aS)return th;aS=1;function e(t,r){return function(n){return t(r(n))}}return th=e,th}var rh,sS;function $4(){if(sS)return rh;sS=1;var e=wD(),t=e(Object.keys,Object);return rh=t,rh}var nh,uS;function cx(){if(uS)return nh;uS=1;var e=Tc(),t=$4(),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 nh=i,nh}var ih,cS;function En(){if(cS)return ih;cS=1;var e=Ha(),t=sx();function r(n){return n!=null&&t(n.length)&&!e(n)}return ih=r,ih}var oh,lS;function Wn(){if(lS)return oh;lS=1;var e=xD(),t=cx(),r=En();function n(i){return r(i)?e(i):t(i)}return oh=n,oh}var ah,fS;function z4(){if(fS)return ah;fS=1;var e=Ua(),t=Wn();function r(n,i){return n&&e(i,t(i),n)}return ah=r,ah}var sh,dS;function H4(){if(dS)return sh;dS=1;function e(t){var r=[];if(t!=null)for(var n in Object(t))r.push(n);return r}return sh=e,sh}var uh,hS;function U4(){if(hS)return uh;hS=1;var e=Or(),t=Tc(),r=H4(),n=Object.prototype,i=n.hasOwnProperty;function o(a){if(!e(a))return r(a);var u=t(a),c=[];for(var d in a)d=="constructor"&&(u||!i.call(a,d))||c.push(d);return c}return uh=o,uh}var ch,pS;function Ei(){if(pS)return ch;pS=1;var e=xD(),t=U4(),r=En();function n(i){return r(i)?e(i,!0):t(i)}return ch=n,ch}var lh,vS;function V4(){if(vS)return lh;vS=1;var e=Ua(),t=Ei();function r(n,i){return n&&e(i,t(i),n)}return lh=r,lh}var wa={exports:{}};wa.exports;var gS;function _D(){return gS||(gS=1,(function(e,t){var r=Fr(),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 c(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=c})(wa,wa.exports)),wa.exports}var fh,mS;function ED(){if(mS)return fh;mS=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 fh=e,fh}var dh,yS;function SD(){if(yS)return dh;yS=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 dh=e,dh}var hh,bS;function OD(){if(bS)return hh;bS=1;function e(){return[]}return hh=e,hh}var ph,xS;function lx(){if(xS)return ph;xS=1;var e=SD(),t=OD(),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 ph=o,ph}var vh,wS;function W4(){if(wS)return vh;wS=1;var e=Ua(),t=lx();function r(n,i){return e(n,t(n),i)}return vh=r,vh}var gh,_S;function fx(){if(_S)return gh;_S=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 gh=e,gh}var mh,ES;function Ac(){if(ES)return mh;ES=1;var e=wD(),t=e(Object.getPrototypeOf,Object);return mh=t,mh}var yh,SS;function CD(){if(SS)return yh;SS=1;var e=fx(),t=Ac(),r=lx(),n=OD(),i=Object.getOwnPropertySymbols,o=i?function(a){for(var u=[];a;)e(u,r(a)),a=t(a);return u}:n;return yh=o,yh}var bh,OS;function G4(){if(OS)return bh;OS=1;var e=Ua(),t=CD();function r(n,i){return e(n,t(n),i)}return bh=r,bh}var xh,CS;function RD(){if(CS)return xh;CS=1;var e=fx(),t=yt();function r(n,i,o){var a=i(n);return t(n)?a:e(a,o(n))}return xh=r,xh}var wh,RS;function PD(){if(RS)return wh;RS=1;var e=RD(),t=lx(),r=Wn();function n(i){return e(i,r,t)}return wh=n,wh}var _h,PS;function K4(){if(PS)return _h;PS=1;var e=RD(),t=CD(),r=Ei();function n(i){return e(i,r,t)}return _h=n,_h}var Eh,IS;function Y4(){if(IS)return Eh;IS=1;var e=_i(),t=Fr(),r=e(t,"DataView");return Eh=r,Eh}var Sh,NS;function X4(){if(NS)return Sh;NS=1;var e=_i(),t=Fr(),r=e(t,"Promise");return Sh=r,Sh}var Oh,TS;function ID(){if(TS)return Oh;TS=1;var e=_i(),t=Fr(),r=e(t,"Set");return Oh=r,Oh}var Ch,AS;function Z4(){if(AS)return Ch;AS=1;var e=_i(),t=Fr(),r=e(t,"WeakMap");return Ch=r,Ch}var Rh,MS;function Eo(){if(MS)return Rh;MS=1;var e=Y4(),t=ix(),r=X4(),n=ID(),i=Z4(),o=wi(),a=yD(),u="[object Map]",c="[object Object]",d="[object Promise]",f="[object Set]",h="[object WeakMap]",p="[object DataView]",v=a(e),m=a(t),y=a(r),b=a(n),x=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(S){var E=o(S),_=E==c?S.constructor:void 0,R=_?a(_):"";if(R)switch(R){case v:return p;case m:return u;case y:return d;case b:return f;case x:return h}return E}),Rh=w,Rh}var Ph,DS;function J4(){if(DS)return Ph;DS=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 Ph=r,Ph}var Ih,jS;function ND(){if(jS)return Ih;jS=1;var e=Fr(),t=e.Uint8Array;return Ih=t,Ih}var Nh,qS;function dx(){if(qS)return Nh;qS=1;var e=ND();function t(r){var n=new r.constructor(r.byteLength);return new e(n).set(new e(r)),n}return Nh=t,Nh}var Th,kS;function Q4(){if(kS)return Th;kS=1;var e=dx();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.byteLength)}return Th=t,Th}var Ah,LS;function eU(){if(LS)return Ah;LS=1;var e=/\w*$/;function t(r){var n=new r.constructor(r.source,e.exec(r));return n.lastIndex=r.lastIndex,n}return Ah=t,Ah}var Mh,BS;function tU(){if(BS)return Mh;BS=1;var e=wo(),t=e?e.prototype:void 0,r=t?t.valueOf:void 0;function n(i){return r?Object(r.call(i)):{}}return Mh=n,Mh}var Dh,FS;function TD(){if(FS)return Dh;FS=1;var e=dx();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.length)}return Dh=t,Dh}var jh,$S;function rU(){if($S)return jh;$S=1;var e=dx(),t=Q4(),r=eU(),n=tU(),i=TD(),o="[object Boolean]",a="[object Date]",u="[object Map]",c="[object Number]",d="[object RegExp]",f="[object Set]",h="[object String]",p="[object Symbol]",v="[object ArrayBuffer]",m="[object DataView]",y="[object Float32Array]",b="[object Float64Array]",x="[object Int8Array]",w="[object Int16Array]",S="[object Int32Array]",E="[object Uint8Array]",_="[object Uint8ClampedArray]",R="[object Uint16Array]",P="[object Uint32Array]";function N(j,L,F){var k=j.constructor;switch(L){case v:return e(j);case o:case a:return new k(+j);case m:return t(j,F);case y:case b:case x:case w:case S:case E:case _:case R:case P:return i(j,F);case u:return new k;case c:case h:return new k(j);case d:return r(j);case f:return new k;case p:return n(j)}}return jh=N,jh}var qh,zS;function AD(){if(zS)return qh;zS=1;var e=Or(),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 qh=r,qh}var kh,HS;function MD(){if(HS)return kh;HS=1;var e=AD(),t=Ac(),r=Tc();function n(i){return typeof i.constructor=="function"&&!r(i)?e(t(i)):{}}return kh=n,kh}var Lh,US;function nU(){if(US)return Lh;US=1;var e=Eo(),t=on(),r="[object Map]";function n(i){return t(i)&&e(i)==r}return Lh=n,Lh}var Bh,VS;function iU(){if(VS)return Bh;VS=1;var e=nU(),t=Nc(),r=ux(),n=r&&r.isMap,i=n?t(n):e;return Bh=i,Bh}var Fh,WS;function oU(){if(WS)return Fh;WS=1;var e=Eo(),t=on(),r="[object Set]";function n(i){return t(i)&&e(i)==r}return Fh=n,Fh}var $h,GS;function aU(){if(GS)return $h;GS=1;var e=oU(),t=Nc(),r=ux(),n=r&&r.isSet,i=n?t(n):e;return $h=i,$h}var zh,KS;function DD(){if(KS)return zh;KS=1;var e=Cc(),t=ax(),r=Pc(),n=z4(),i=V4(),o=_D(),a=ED(),u=W4(),c=G4(),d=PD(),f=K4(),h=Eo(),p=J4(),v=rU(),m=MD(),y=yt(),b=_o(),x=iU(),w=Or(),S=aU(),E=Wn(),_=Ei(),R=1,P=2,N=4,j="[object Arguments]",L="[object Array]",F="[object Boolean]",k="[object Date]",D="[object Error]",T="[object Function]",B="[object GeneratorFunction]",$="[object Map]",W="[object Number]",Y="[object Object]",ee="[object RegExp]",H="[object Set]",Q="[object String]",ce="[object Symbol]",se="[object WeakMap]",z="[object ArrayBuffer]",G="[object DataView]",J="[object Float32Array]",V="[object Float64Array]",K="[object Int8Array]",ie="[object Int16Array]",ne="[object Int32Array]",ue="[object Uint8Array]",de="[object Uint8ClampedArray]",we="[object Uint16Array]",Se="[object Uint32Array]",_e={};_e[j]=_e[L]=_e[z]=_e[G]=_e[F]=_e[k]=_e[J]=_e[V]=_e[K]=_e[ie]=_e[ne]=_e[$]=_e[W]=_e[Y]=_e[ee]=_e[H]=_e[Q]=_e[ce]=_e[ue]=_e[de]=_e[we]=_e[Se]=!0,_e[D]=_e[T]=_e[se]=!1;function he(ae,Oe,Ne,ze,je,Ye){var Ue,mt=Oe&R,Qe=Oe&P,At=Oe&N;if(Ne&&(Ue=je?Ne(ae,ze,je,Ye):Ne(ae)),Ue!==void 0)return Ue;if(!w(ae))return ae;var ut=y(ae);if(ut){if(Ue=p(ae),!mt)return a(ae,Ue)}else{var et=h(ae),Rt=et==T||et==B;if(b(ae))return o(ae,mt);if(et==Y||et==j||Rt&&!je){if(Ue=Qe||Rt?{}:m(ae),!mt)return Qe?c(ae,i(Ue,ae)):u(ae,n(Ue,ae))}else{if(!_e[et])return je?ae:{};Ue=v(ae,et,mt)}}Ye||(Ye=new e);var Jt=Ye.get(ae);if(Jt)return Jt;Ye.set(ae,Ue),S(ae)?ae.forEach(function(xt){Ue.add(he(xt,Oe,Ne,xt,ae,Ye))}):x(ae)&&ae.forEach(function(xt,qt){Ue.set(qt,he(xt,Oe,Ne,qt,ae,Ye))});var lr=At?Qe?f:d:Qe?_:E,jt=ut?void 0:lr(ae);return t(jt||ae,function(xt,qt){jt&&(qt=xt,xt=ae[qt]),r(Ue,qt,he(xt,Oe,Ne,qt,ae,Ye))}),Ue}return zh=he,zh}var Hh,YS;function sU(){if(YS)return Hh;YS=1;var e=DD(),t=4;function r(n){return e(n,t)}return Hh=r,Hh}var Uh,XS;function hx(){if(XS)return Uh;XS=1;function e(t){return function(){return t}}return Uh=e,Uh}var Vh,ZS;function uU(){if(ZS)return Vh;ZS=1;function e(t){return function(r,n,i){for(var o=-1,a=Object(r),u=i(r),c=u.length;c--;){var d=u[t?c:++o];if(n(a[d],d,a)===!1)break}return r}}return Vh=e,Vh}var Wh,JS;function px(){if(JS)return Wh;JS=1;var e=uU(),t=e();return Wh=t,Wh}var Gh,QS;function vx(){if(QS)return Gh;QS=1;var e=px(),t=Wn();function r(n,i){return n&&e(n,i,t)}return Gh=r,Gh}var Kh,eO;function cU(){if(eO)return Kh;eO=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,c=Object(i);(n?u--:++u<a)&&o(c[u],u,c)!==!1;);return i}}return Kh=t,Kh}var Yh,tO;function Mc(){if(tO)return Yh;tO=1;var e=vx(),t=cU(),r=t(e);return Yh=r,Yh}var Xh,rO;function Si(){if(rO)return Xh;rO=1;function e(t){return t}return Xh=e,Xh}var Zh,nO;function jD(){if(nO)return Zh;nO=1;var e=Si();function t(r){return typeof r=="function"?r:e}return Zh=t,Zh}var Jh,iO;function qD(){if(iO)return Jh;iO=1;var e=ax(),t=Mc(),r=jD(),n=yt();function i(o,a){var u=n(o)?e:t;return u(o,r(a))}return Jh=i,Jh}var Qh,oO;function kD(){return oO||(oO=1,Qh=qD()),Qh}var ep,aO;function lU(){if(aO)return ep;aO=1;var e=Mc();function t(r,n){var i=[];return e(r,function(o,a,u){n(o,a,u)&&i.push(o)}),i}return ep=t,ep}var tp,sO;function fU(){if(sO)return tp;sO=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return tp=t,tp}var rp,uO;function dU(){if(uO)return rp;uO=1;function e(t){return this.__data__.has(t)}return rp=e,rp}var np,cO;function LD(){if(cO)return np;cO=1;var e=ox(),t=fU(),r=dU();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,np=n,np}var ip,lO;function hU(){if(lO)return ip;lO=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 ip=e,ip}var op,fO;function BD(){if(fO)return op;fO=1;function e(t,r){return t.has(r)}return op=e,op}var ap,dO;function FD(){if(dO)return ap;dO=1;var e=LD(),t=hU(),r=BD(),n=1,i=2;function o(a,u,c,d,f,h){var p=c&n,v=a.length,m=u.length;if(v!=m&&!(p&&m>v))return!1;var y=h.get(a),b=h.get(u);if(y&&b)return y==u&&b==a;var x=-1,w=!0,S=c&i?new e:void 0;for(h.set(a,u),h.set(u,a);++x<v;){var E=a[x],_=u[x];if(d)var R=p?d(_,E,x,u,a,h):d(E,_,x,a,u,h);if(R!==void 0){if(R)continue;w=!1;break}if(S){if(!t(u,function(P,N){if(!r(S,N)&&(E===P||f(E,P,c,d,h)))return S.push(N)})){w=!1;break}}else if(!(E===_||f(E,_,c,d,h))){w=!1;break}}return h.delete(a),h.delete(u),w}return ap=o,ap}var sp,hO;function pU(){if(hO)return sp;hO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,o){n[++r]=[o,i]}),n}return sp=e,sp}var up,pO;function gx(){if(pO)return up;pO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return up=e,up}var cp,vO;function vU(){if(vO)return cp;vO=1;var e=wo(),t=ND(),r=xo(),n=FD(),i=pU(),o=gx(),a=1,u=2,c="[object Boolean]",d="[object Date]",f="[object Error]",h="[object Map]",p="[object Number]",v="[object RegExp]",m="[object Set]",y="[object String]",b="[object Symbol]",x="[object ArrayBuffer]",w="[object DataView]",S=e?e.prototype:void 0,E=S?S.valueOf:void 0;function _(R,P,N,j,L,F,k){switch(N){case w:if(R.byteLength!=P.byteLength||R.byteOffset!=P.byteOffset)return!1;R=R.buffer,P=P.buffer;case x:return!(R.byteLength!=P.byteLength||!F(new t(R),new t(P)));case c:case d:case p:return r(+R,+P);case f:return R.name==P.name&&R.message==P.message;case v:case y:return R==P+"";case h:var D=i;case m:var T=j&a;if(D||(D=o),R.size!=P.size&&!T)return!1;var B=k.get(R);if(B)return B==P;j|=u,k.set(R,P);var $=n(D(R),D(P),j,L,F,k);return k.delete(R),$;case b:if(E)return E.call(R)==E.call(P)}return!1}return cp=_,cp}var lp,gO;function gU(){if(gO)return lp;gO=1;var e=PD(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u,c,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 b=v;b--;){var x=p[b];if(!(h?x in a:n.call(a,x)))return!1}var w=f.get(o),S=f.get(a);if(w&&S)return w==a&&S==o;var E=!0;f.set(o,a),f.set(a,o);for(var _=h;++b<v;){x=p[b];var R=o[x],P=a[x];if(c)var N=h?c(P,R,x,a,o,f):c(R,P,x,o,a,f);if(!(N===void 0?R===P||d(R,P,u,c,f):N)){E=!1;break}_||(_=x=="constructor")}if(E&&!_){var j=o.constructor,L=a.constructor;j!=L&&"constructor"in o&&"constructor"in a&&!(typeof j=="function"&&j instanceof j&&typeof L=="function"&&L instanceof L)&&(E=!1)}return f.delete(o),f.delete(a),E}return lp=i,lp}var fp,mO;function mU(){if(mO)return fp;mO=1;var e=Cc(),t=FD(),r=vU(),n=gU(),i=Eo(),o=yt(),a=_o(),u=Wa(),c=1,d="[object Arguments]",f="[object Array]",h="[object Object]",p=Object.prototype,v=p.hasOwnProperty;function m(y,b,x,w,S,E){var _=o(y),R=o(b),P=_?f:i(y),N=R?f:i(b);P=P==d?h:P,N=N==d?h:N;var j=P==h,L=N==h,F=P==N;if(F&&a(y)){if(!a(b))return!1;_=!0,j=!1}if(F&&!j)return E||(E=new e),_||u(y)?t(y,b,x,w,S,E):r(y,b,P,x,w,S,E);if(!(x&c)){var k=j&&v.call(y,"__wrapped__"),D=L&&v.call(b,"__wrapped__");if(k||D){var T=k?y.value():y,B=D?b.value():b;return E||(E=new e),S(T,B,x,w,E)}}return F?(E||(E=new e),n(y,b,x,w,S,E)):!1}return fp=m,fp}var dp,yO;function $D(){if(yO)return dp;yO=1;var e=mU(),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 dp=r,dp}var hp,bO;function yU(){if(bO)return hp;bO=1;var e=Cc(),t=$D(),r=1,n=2;function i(o,a,u,c){var d=u.length,f=d,h=!c;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 b=new e;if(c)var x=c(m,y,v,o,a,b);if(!(x===void 0?t(y,m,r|n,c,b):x))return!1}}return!0}return hp=i,hp}var pp,xO;function zD(){if(xO)return pp;xO=1;var e=Or();function t(r){return r===r&&!e(r)}return pp=t,pp}var vp,wO;function bU(){if(wO)return vp;wO=1;var e=zD(),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 vp=r,vp}var gp,_O;function HD(){if(_O)return gp;_O=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return gp=e,gp}var mp,EO;function xU(){if(EO)return mp;EO=1;var e=yU(),t=bU(),r=HD();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 mp=n,mp}var yp,SO;function So(){if(SO)return yp;SO=1;var e=wi(),t=on(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return yp=n,yp}var bp,OO;function mx(){if(OO)return bp;OO=1;var e=yt(),t=So(),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 bp=i,bp}var xp,CO;function wU(){if(CO)return xp;CO=1;var e=ox(),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],c=o.cache;if(c.has(u))return c.get(u);var d=n.apply(this,a);return o.cache=c.set(u,d)||c,d};return o.cache=new(r.Cache||e),o}return r.Cache=e,xp=r,xp}var wp,RO;function _U(){if(RO)return wp;RO=1;var e=wU(),t=500;function r(n){var i=e(n,function(a){return o.size===t&&o.clear(),a}),o=i.cache;return i}return wp=r,wp}var _p,PO;function EU(){if(PO)return _p;PO=1;var e=_U(),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,c,d){o.push(c?d.replace(r,"$1"):u||a)}),o});return _p=n,_p}var Ep,IO;function Dc(){if(IO)return Ep;IO=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 Ep=e,Ep}var Sp,NO;function SU(){if(NO)return Sp;NO=1;var e=wo(),t=Dc(),r=yt(),n=So(),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 c=u+"";return c=="0"&&1/u==-1/0?"-0":c}return Sp=a,Sp}var Op,TO;function UD(){if(TO)return Op;TO=1;var e=SU();function t(r){return r==null?"":e(r)}return Op=t,Op}var Cp,AO;function jc(){if(AO)return Cp;AO=1;var e=yt(),t=mx(),r=EU(),n=UD();function i(o,a){return e(o)?o:t(o,a)?[o]:r(n(o))}return Cp=i,Cp}var Rp,MO;function Ga(){if(MO)return Rp;MO=1;var e=So();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return Rp=t,Rp}var Pp,DO;function qc(){if(DO)return Pp;DO=1;var e=jc(),t=Ga();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 Pp=r,Pp}var Ip,jO;function OU(){if(jO)return Ip;jO=1;var e=qc();function t(r,n,i){var o=r==null?void 0:e(r,n);return o===void 0?i:o}return Ip=t,Ip}var Np,qO;function CU(){if(qO)return Np;qO=1;function e(t,r){return t!=null&&r in Object(t)}return Np=e,Np}var Tp,kO;function VD(){if(kO)return Tp;kO=1;var e=jc(),t=Va(),r=yt(),n=Ic(),i=sx(),o=Ga();function a(u,c,d){c=e(c,u);for(var f=-1,h=c.length,p=!1;++f<h;){var v=o(c[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 Tp=a,Tp}var Ap,LO;function WD(){if(LO)return Ap;LO=1;var e=CU(),t=VD();function r(n,i){return n!=null&&t(n,i,e)}return Ap=r,Ap}var Mp,BO;function RU(){if(BO)return Mp;BO=1;var e=$D(),t=OU(),r=WD(),n=mx(),i=zD(),o=HD(),a=Ga(),u=1,c=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|c)}}return Mp=d,Mp}var Dp,FO;function GD(){if(FO)return Dp;FO=1;function e(t){return function(r){return r==null?void 0:r[t]}}return Dp=e,Dp}var jp,$O;function PU(){if($O)return jp;$O=1;var e=qc();function t(r){return function(n){return e(n,r)}}return jp=t,jp}var qp,zO;function IU(){if(zO)return qp;zO=1;var e=GD(),t=PU(),r=mx(),n=Ga();function i(o){return r(o)?e(n(o)):t(o)}return qp=i,qp}var kp,HO;function Sn(){if(HO)return kp;HO=1;var e=xU(),t=RU(),r=Si(),n=yt(),i=IU();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 kp=o,kp}var Lp,UO;function KD(){if(UO)return Lp;UO=1;var e=SD(),t=lU(),r=Sn(),n=yt();function i(o,a){var u=n(o)?e:t;return u(o,r(a,3))}return Lp=i,Lp}var Bp,VO;function NU(){if(VO)return Bp;VO=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n,i){return n!=null&&t.call(n,i)}return Bp=r,Bp}var Fp,WO;function YD(){if(WO)return Fp;WO=1;var e=NU(),t=VD();function r(n,i){return n!=null&&t(n,i,e)}return Fp=r,Fp}var $p,GO;function TU(){if(GO)return $p;GO=1;var e=cx(),t=Eo(),r=Va(),n=yt(),i=En(),o=_o(),a=Tc(),u=Wa(),c="[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==c||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 $p=p,$p}var zp,KO;function XD(){if(KO)return zp;KO=1;function e(t){return t===void 0}return zp=e,zp}var Hp,YO;function ZD(){if(YO)return Hp;YO=1;var e=Mc(),t=En();function r(n,i){var o=-1,a=t(n)?Array(n.length):[];return e(n,function(u,c,d){a[++o]=i(u,c,d)}),a}return Hp=r,Hp}var Up,XO;function JD(){if(XO)return Up;XO=1;var e=Dc(),t=Sn(),r=ZD(),n=yt();function i(o,a){var u=n(o)?e:r;return u(o,t(a,3))}return Up=i,Up}var Vp,ZO;function AU(){if(ZO)return Vp;ZO=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 Vp=e,Vp}var Wp,JO;function MU(){if(JO)return Wp;JO=1;function e(t,r,n,i,o){return o(t,function(a,u,c){n=i?(i=!1,a):r(n,a,u,c)}),n}return Wp=e,Wp}var Gp,QO;function QD(){if(QO)return Gp;QO=1;var e=AU(),t=Mc(),r=Sn(),n=MU(),i=yt();function o(a,u,c){var d=i(a)?e:n,f=arguments.length<3;return d(a,r(u,4),c,f,t)}return Gp=o,Gp}var Kp,eC;function DU(){if(eC)return Kp;eC=1;var e=wi(),t=yt(),r=on(),n="[object String]";function i(o){return typeof o=="string"||!t(o)&&r(o)&&e(o)==n}return Kp=i,Kp}var Yp,tC;function jU(){if(tC)return Yp;tC=1;var e=GD(),t=e("length");return Yp=t,Yp}var Xp,rC;function qU(){if(rC)return Xp;rC=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 c(d){return u.test(d)}return Xp=c,Xp}var Zp,nC;function kU(){if(nC)return Zp;nC=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+"]",c="\\ud83c[\\udffb-\\udfff]",d="(?:"+u+"|"+c+")",f="[^"+e+"]",h="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",v="\\u200d",m=d+"?",y="["+o+"]?",b="(?:"+v+"(?:"+[f,h,p].join("|")+")"+y+m+")*",x=y+m+b,w="(?:"+[f+u+"?",u,h,p,a].join("|")+")",S=RegExp(c+"(?="+c+")|"+w+x,"g");function E(_){for(var R=S.lastIndex=0;S.test(_);)++R;return R}return Zp=E,Zp}var Jp,iC;function LU(){if(iC)return Jp;iC=1;var e=jU(),t=qU(),r=kU();function n(i){return t(i)?r(i):e(i)}return Jp=n,Jp}var Qp,oC;function BU(){if(oC)return Qp;oC=1;var e=cx(),t=Eo(),r=En(),n=DU(),i=LU(),o="[object Map]",a="[object Set]";function u(c){if(c==null)return 0;if(r(c))return n(c)?i(c):c.length;var d=t(c);return d==o||d==a?c.size:e(c).length}return Qp=u,Qp}var ev,aC;function FU(){if(aC)return ev;aC=1;var e=ax(),t=AD(),r=vx(),n=Sn(),i=Ac(),o=yt(),a=_o(),u=Ha(),c=Or(),d=Wa();function f(h,p,v){var m=o(h),y=m||a(h)||d(h);if(p=n(p,4),v==null){var b=h&&h.constructor;y?v=m?new b:[]:c(h)?v=u(b)?t(i(h)):{}:v={}}return(y?e:r)(h,function(x,w,S){return p(v,x,w,S)}),v}return ev=f,ev}var tv,sC;function $U(){if(sC)return tv;sC=1;var e=wo(),t=Va(),r=yt(),n=e?e.isConcatSpreadable:void 0;function i(o){return r(o)||t(o)||!!(n&&o&&o[n])}return tv=i,tv}var rv,uC;function yx(){if(uC)return rv;uC=1;var e=fx(),t=$U();function r(n,i,o,a,u){var c=-1,d=n.length;for(o||(o=t),u||(u=[]);++c<d;){var f=n[c];i>0&&o(f)?i>1?r(f,i-1,o,a,u):e(u,f):a||(u[u.length]=f)}return u}return rv=r,rv}var nv,cC;function zU(){if(cC)return nv;cC=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 nv=e,nv}var iv,lC;function ej(){if(lC)return iv;lC=1;var e=zU(),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,c=t(a.length-i,0),d=Array(c);++u<c;)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 iv=r,iv}var ov,fC;function HU(){if(fC)return ov;fC=1;var e=hx(),t=bD(),r=Si(),n=t?function(i,o){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(o),writable:!0})}:r;return ov=n,ov}var av,dC;function UU(){if(dC)return av;dC=1;var e=800,t=16,r=Date.now;function n(i){var o=0,a=0;return function(){var u=r(),c=t-(u-a);if(a=u,c>0){if(++o>=e)return arguments[0]}else o=0;return i.apply(void 0,arguments)}}return av=n,av}var sv,hC;function tj(){if(hC)return sv;hC=1;var e=HU(),t=UU(),r=t(e);return sv=r,sv}var uv,pC;function kc(){if(pC)return uv;pC=1;var e=Si(),t=ej(),r=tj();function n(i,o){return r(t(i,o,e),i+"")}return uv=n,uv}var cv,vC;function rj(){if(vC)return cv;vC=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 cv=e,cv}var lv,gC;function VU(){if(gC)return lv;gC=1;function e(t){return t!==t}return lv=e,lv}var fv,mC;function WU(){if(mC)return fv;mC=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 fv=e,fv}var dv,yC;function GU(){if(yC)return dv;yC=1;var e=rj(),t=VU(),r=WU();function n(i,o,a){return o===o?r(i,o,a):e(i,t,a)}return dv=n,dv}var hv,bC;function KU(){if(bC)return hv;bC=1;var e=GU();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return hv=t,hv}var pv,xC;function YU(){if(xC)return pv;xC=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 pv=e,pv}var vv,wC;function XU(){if(wC)return vv;wC=1;function e(){}return vv=e,vv}var gv,_C;function ZU(){if(_C)return gv;_C=1;var e=ID(),t=XU(),r=gx(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(o){return new e(o)}:t;return gv=i,gv}var mv,EC;function JU(){if(EC)return mv;EC=1;var e=LD(),t=KU(),r=YU(),n=BD(),i=ZU(),o=gx(),a=200;function u(c,d,f){var h=-1,p=t,v=c.length,m=!0,y=[],b=y;if(f)m=!1,p=r;else if(v>=a){var x=d?null:i(c);if(x)return o(x);m=!1,p=n,b=new e}else b=d?[]:y;e:for(;++h<v;){var w=c[h],S=d?d(w):w;if(w=f||w!==0?w:0,m&&S===S){for(var E=b.length;E--;)if(b[E]===S)continue e;d&&b.push(S),y.push(w)}else p(b,S,f)||(b!==y&&b.push(S),y.push(w))}return y}return mv=u,mv}var yv,SC;function nj(){if(SC)return yv;SC=1;var e=En(),t=on();function r(n){return t(n)&&e(n)}return yv=r,yv}var bv,OC;function QU(){if(OC)return bv;OC=1;var e=yx(),t=kc(),r=JU(),n=nj(),i=t(function(o){return r(e(o,1,n,!0))});return bv=i,bv}var xv,CC;function eV(){if(CC)return xv;CC=1;var e=Dc();function t(r,n){return e(n,function(i){return r[i]})}return xv=t,xv}var wv,RC;function ij(){if(RC)return wv;RC=1;var e=eV(),t=Wn();function r(n){return n==null?[]:e(n,t(n))}return wv=r,wv}var _v,PC;function Cr(){if(PC)return _v;PC=1;var e;if(typeof nx=="function")try{e={clone:sU(),constant:hx(),each:kD(),filter:KD(),has:YD(),isArray:yt(),isEmpty:TU(),isFunction:Ha(),isUndefined:XD(),keys:Wn(),map:JD(),reduce:QD(),size:BU(),transform:FU(),union:QU(),values:ij()}}catch{}return e||(e=window._),_v=e,_v}var Ev,IC;function bx(){if(IC)return Ev;IC=1;var e=Cr();Ev=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,b){f(b)&&h.setNode(b,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 b=p.parent(y);return b===void 0||h.hasNode(b)?(v[y]=b,b):b in v?v[b]:m(b)}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 b=u(this._isDirected,f,h,p);if(e.has(this._edgeLabels,b))return m&&(this._edgeLabels[b]=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[b]=m?v:this._defaultEdgeLabelFn(f,h,p);var x=c(this._isDirected,f,h,p);return f=x.v,h=x.w,Object.freeze(x),this._edgeObjs[b]=x,o(this._preds[h],f),o(this._sucs[f],h),this._in[h][b]=x,this._out[f][b]=x,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 b=m;m=y,y=b}return m+n+y+n+(e.isUndefined(v)?t:v)}function c(f,h,p,v){var m=""+h,y=""+p;if(!f&&m>y){var b=m;m=y,y=b}var x={v:m,w:y};return v&&(x.name=v),x}function d(f,h){return u(f,h.v,h.w,h.name)}return Ev}var Sv,NC;function tV(){return NC||(NC=1,Sv="2.1.8"),Sv}var Ov,TC;function rV(){return TC||(TC=1,Ov={Graph:bx(),version:tV()}),Ov}var Cv,AC;function nV(){if(AC)return Cv;AC=1;var e=Cr(),t=bx();Cv={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 c=a.node(u),d=a.parent(u),f={v:u};return e.isUndefined(c)||(f.value=c),e.isUndefined(d)||(f.parent=d),f})}function i(a){return e.map(a.edges(),function(u){var c=a.edge(u),d={v:u.v,w:u.w};return e.isUndefined(u.name)||(d.name=u.name),e.isUndefined(c)||(d.value=c),d})}function o(a){var u=new t(a.options).setGraph(a.value);return e.each(a.nodes,function(c){u.setNode(c.v,c.value),c.parent&&u.setParent(c.v,c.parent)}),e.each(a.edges,function(c){u.setEdge({v:c.v,w:c.w,name:c.name},c.value)}),u}return Cv}var Rv,MC;function iV(){if(MC)return Rv;MC=1;var e=Cr();Rv=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 Rv}var Pv,DC;function oj(){if(DC)return Pv;DC=1;var e=Cr();Pv=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},Pv}var Iv,jC;function aj(){if(jC)return Iv;jC=1;var e=Cr(),t=oj();Iv=n;var r=e.constant(1);function n(o,a,u,c){return i(o,String(a),u||r,c||function(d){return o.outEdges(d)})}function i(o,a,u,c){var d={},f=new t,h,p,v=function(m){var y=m.v!==h?m.v:m.w,b=d[y],x=u(m),w=p.distance+x;if(x<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+m+" Weight: "+x);w<b.distance&&(b.distance=w,b.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);)c(h).forEach(v);return d}return Iv}var Nv,qC;function oV(){if(qC)return Nv;qC=1;var e=aj(),t=Cr();Nv=r;function r(n,i,o){return t.transform(n.nodes(),function(a,u){a[u]=e(n,u,i,o)},{})}return Nv}var Tv,kC;function sj(){if(kC)return Tv;kC=1;var e=Cr();Tv=t;function t(r){var n=0,i=[],o={},a=[];function u(c){var d=o[c]={onStack:!0,lowlink:n,index:n++};if(i.push(c),r.successors(c).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(c!==h);a.push(f)}}return r.nodes().forEach(function(c){e.has(o,c)||u(c)}),a}return Tv}var Av,LC;function aV(){if(LC)return Av;LC=1;var e=Cr(),t=sj();Av=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 Av}var Mv,BC;function sV(){if(BC)return Mv;BC=1;var e=Cr();Mv=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={},c=i.nodes();return c.forEach(function(d){u[d]={},u[d][d]={distance:0},c.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}})}),c.forEach(function(d){var f=u[d];c.forEach(function(h){var p=u[h];c.forEach(function(v){var m=p[d],y=f[v],b=p[v],x=m.distance+y.distance;x<b.distance&&(b.distance=x,b.predecessor=y.predecessor)})})}),u}return Mv}var Dv,FC;function uj(){if(FC)return Dv;FC=1;var e=Cr();Dv=t,t.CycleException=r;function t(n){var i={},o={},a=[];function u(c){if(e.has(o,c))throw new r;e.has(i,c)||(o[c]=!0,i[c]=!0,e.each(n.predecessors(c),u),delete o[c],a.push(c))}if(e.each(n.sinks(),u),e.size(i)!==n.nodeCount())throw new r;return a}function r(){}return r.prototype=new Error,Dv}var jv,$C;function uV(){if($C)return jv;$C=1;var e=uj();jv=t;function t(r){try{e(r)}catch(n){if(n instanceof e.CycleException)return!1;throw n}return!0}return jv}var qv,zC;function cj(){if(zC)return qv;zC=1;var e=Cr();qv=t;function t(n,i,o){e.isArray(i)||(i=[i]);var a=(n.isDirected()?n.successors:n.neighbors).bind(n),u=[],c={};return e.each(i,function(d){if(!n.hasNode(d))throw new Error("Graph does not have node: "+d);r(n,d,o==="post",c,a,u)}),u}function r(n,i,o,a,u,c){e.has(a,i)||(a[i]=!0,o||c.push(i),e.each(u(i),function(d){r(n,d,o,a,u,c)}),o&&c.push(i))}return qv}var kv,HC;function cV(){if(HC)return kv;HC=1;var e=cj();kv=t;function t(r,n){return e(r,n,"post")}return kv}var Lv,UC;function lV(){if(UC)return Lv;UC=1;var e=cj();Lv=t;function t(r,n){return e(r,n,"pre")}return Lv}var Bv,VC;function fV(){if(VC)return Bv;VC=1;var e=Cr(),t=bx(),r=oj();Bv=n;function n(i,o){var a=new t,u={},c=new r,d;function f(p){var v=p.v===d?p.w:p.v,m=c.priority(v);if(m!==void 0){var y=o(p);y<m&&(u[v]=d,c.decrease(v,y))}}if(i.nodeCount()===0)return a;e.each(i.nodes(),function(p){c.add(p,Number.POSITIVE_INFINITY),a.setNode(p)}),c.decrease(i.nodes()[0],0);for(var h=!1;c.size()>0;){if(d=c.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 Bv}var Fv,WC;function dV(){return WC||(WC=1,Fv={components:iV(),dijkstra:aj(),dijkstraAll:oV(),findCycles:aV(),floydWarshall:sV(),isAcyclic:uV(),postorder:cV(),preorder:lV(),prim:fV(),tarjan:sj(),topsort:uj()}),Fv}var $v,GC;function hV(){if(GC)return $v;GC=1;var e=rV();return $v={Graph:e.Graph,json:nV(),alg:dV(),version:e.version},$v}var zv,KC;function kr(){if(KC)return zv;KC=1;var e;if(typeof nx=="function")try{e=hV()}catch{}return e||(e=window.graphlib),zv=e,zv}var Hv,YC;function pV(){if(YC)return Hv;YC=1;var e=DD(),t=1,r=4;function n(i){return e(i,t|r)}return Hv=n,Hv}var Uv,XC;function Lc(){if(XC)return Uv;XC=1;var e=xo(),t=En(),r=Ic(),n=Or();function i(o,a,u){if(!n(u))return!1;var c=typeof a;return(c=="number"?t(u)&&r(a,u.length):c=="string"&&a in u)?e(u[a],o):!1}return Uv=i,Uv}var Vv,ZC;function vV(){if(ZC)return Vv;ZC=1;var e=kc(),t=xo(),r=Lc(),n=Ei(),i=Object.prototype,o=i.hasOwnProperty,a=e(function(u,c){u=Object(u);var d=-1,f=c.length,h=f>2?c[2]:void 0;for(h&&r(c[0],c[1],h)&&(f=1);++d<f;)for(var p=c[d],v=n(p),m=-1,y=v.length;++m<y;){var b=v[m],x=u[b];(x===void 0||t(x,i[b])&&!o.call(u,b))&&(u[b]=p[b])}return u});return Vv=a,Vv}var Wv,JC;function gV(){if(JC)return Wv;JC=1;var e=Sn(),t=En(),r=Wn();function n(i){return function(o,a,u){var c=Object(o);if(!t(o)){var d=e(a,3);o=r(o),a=function(h){return d(c[h],h,c)}}var f=i(o,a,u);return f>-1?c[d?o[f]:f]:void 0}}return Wv=n,Wv}var Gv,QC;function mV(){if(QC)return Gv;QC=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return Gv=t,Gv}var Kv,eR;function yV(){if(eR)return Kv;eR=1;var e=mV(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return Kv=r,Kv}var Yv,tR;function bV(){if(tR)return Yv;tR=1;var e=yV(),t=Or(),r=So(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt;function c(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 Yv=c,Yv}var Xv,rR;function lj(){if(rR)return Xv;rR=1;var e=bV(),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 Xv=n,Xv}var Zv,nR;function xV(){if(nR)return Zv;nR=1;var e=lj();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return Zv=t,Zv}var Jv,iR;function wV(){if(iR)return Jv;iR=1;var e=rj(),t=Sn(),r=xV(),n=Math.max;function i(o,a,u){var c=o==null?0:o.length;if(!c)return-1;var d=u==null?0:r(u);return d<0&&(d=n(c+d,0)),e(o,t(a,3),d)}return Jv=i,Jv}var Qv,oR;function _V(){if(oR)return Qv;oR=1;var e=gV(),t=wV(),r=e(t);return Qv=r,Qv}var eg,aR;function fj(){if(aR)return eg;aR=1;var e=yx();function t(r){var n=r==null?0:r.length;return n?e(r,1):[]}return eg=t,eg}var tg,sR;function EV(){if(sR)return tg;sR=1;var e=px(),t=jD(),r=Ei();function n(i,o){return i==null?i:e(i,t(o),r)}return tg=n,tg}var rg,uR;function SV(){if(uR)return rg;uR=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return rg=e,rg}var ng,cR;function OV(){if(cR)return ng;cR=1;var e=Rc(),t=vx(),r=Sn();function n(i,o){var a={};return o=r(o,3),t(i,function(u,c,d){e(a,c,o(u,c,d))}),a}return ng=n,ng}var ig,lR;function xx(){if(lR)return ig;lR=1;var e=So();function t(r,n,i){for(var o=-1,a=r.length;++o<a;){var u=r[o],c=n(u);if(c!=null&&(d===void 0?c===c&&!e(c):i(c,d)))var d=c,f=u}return f}return ig=t,ig}var og,fR;function CV(){if(fR)return og;fR=1;function e(t,r){return t>r}return og=e,og}var ag,dR;function RV(){if(dR)return ag;dR=1;var e=xx(),t=CV(),r=Si();function n(i){return i&&i.length?e(i,r,t):void 0}return ag=n,ag}var sg,hR;function dj(){if(hR)return sg;hR=1;var e=Rc(),t=xo();function r(n,i,o){(o!==void 0&&!t(n[i],o)||o===void 0&&!(i in n))&&e(n,i,o)}return sg=r,sg}var ug,pR;function PV(){if(pR)return ug;pR=1;var e=wi(),t=Ac(),r=on(),n="[object Object]",i=Function.prototype,o=Object.prototype,a=i.toString,u=o.hasOwnProperty,c=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)==c}return ug=d,ug}var cg,vR;function hj(){if(vR)return cg;vR=1;function e(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}return cg=e,cg}var lg,gR;function IV(){if(gR)return lg;gR=1;var e=Ua(),t=Ei();function r(n){return e(n,t(n))}return lg=r,lg}var fg,mR;function NV(){if(mR)return fg;mR=1;var e=dj(),t=_D(),r=TD(),n=ED(),i=MD(),o=Va(),a=yt(),u=nj(),c=_o(),d=Ha(),f=Or(),h=PV(),p=Wa(),v=hj(),m=IV();function y(b,x,w,S,E,_,R){var P=v(b,w),N=v(x,w),j=R.get(N);if(j){e(b,w,j);return}var L=_?_(P,N,w+"",b,x,R):void 0,F=L===void 0;if(F){var k=a(N),D=!k&&c(N),T=!k&&!D&&p(N);L=N,k||D||T?a(P)?L=P:u(P)?L=n(P):D?(F=!1,L=t(N,!0)):T?(F=!1,L=r(N,!0)):L=[]:h(N)||o(N)?(L=P,o(P)?L=m(P):(!f(P)||d(P))&&(L=i(N))):F=!1}F&&(R.set(N,L),E(L,N,S,_,R),R.delete(N)),e(b,w,L)}return fg=y,fg}var dg,yR;function TV(){if(yR)return dg;yR=1;var e=Cc(),t=dj(),r=px(),n=NV(),i=Or(),o=Ei(),a=hj();function u(c,d,f,h,p){c!==d&&r(d,function(v,m){if(p||(p=new e),i(v))n(c,d,m,f,u,h,p);else{var y=h?h(a(c,m),v,m+"",c,d,p):void 0;y===void 0&&(y=v),t(c,m,y)}},o)}return dg=u,dg}var hg,bR;function AV(){if(bR)return hg;bR=1;var e=kc(),t=Lc();function r(n){return e(function(i,o){var a=-1,u=o.length,c=u>1?o[u-1]:void 0,d=u>2?o[2]:void 0;for(c=n.length>3&&typeof c=="function"?(u--,c):void 0,d&&t(o[0],o[1],d)&&(c=u<3?void 0:c,u=1),i=Object(i);++a<u;){var f=o[a];f&&n(i,f,a,c)}return i})}return hg=r,hg}var pg,xR;function MV(){if(xR)return pg;xR=1;var e=TV(),t=AV(),r=t(function(n,i,o){e(n,i,o)});return pg=r,pg}var vg,wR;function pj(){if(wR)return vg;wR=1;function e(t,r){return t<r}return vg=e,vg}var gg,_R;function DV(){if(_R)return gg;_R=1;var e=xx(),t=pj(),r=Si();function n(i){return i&&i.length?e(i,r,t):void 0}return gg=n,gg}var mg,ER;function jV(){if(ER)return mg;ER=1;var e=xx(),t=Sn(),r=pj();function n(i,o){return i&&i.length?e(i,t(o,2),r):void 0}return mg=n,mg}var yg,SR;function qV(){if(SR)return yg;SR=1;var e=Fr(),t=function(){return e.Date.now()};return yg=t,yg}var bg,OR;function kV(){if(OR)return bg;OR=1;var e=Pc(),t=jc(),r=Ic(),n=Or(),i=Ga();function o(a,u,c,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=c;if(m==="__proto__"||m==="constructor"||m==="prototype")return a;if(f!=p){var b=v[m];y=d?d(b,m,v):void 0,y===void 0&&(y=n(b)?b:r(u[f+1])?[]:{})}e(v,m,y),v=v[m]}return a}return bg=o,bg}var xg,CR;function LV(){if(CR)return xg;CR=1;var e=qc(),t=kV(),r=jc();function n(i,o,a){for(var u=-1,c=o.length,d={};++u<c;){var f=o[u],h=e(i,f);a(h,f)&&t(d,r(f,i),h)}return d}return xg=n,xg}var wg,RR;function BV(){if(RR)return wg;RR=1;var e=LV(),t=WD();function r(n,i){return e(n,i,function(o,a){return t(n,a)})}return wg=r,wg}var _g,PR;function FV(){if(PR)return _g;PR=1;var e=fj(),t=ej(),r=tj();function n(i){return r(t(i,void 0,e),i+"")}return _g=n,_g}var Eg,IR;function $V(){if(IR)return Eg;IR=1;var e=BV(),t=FV(),r=t(function(n,i){return n==null?{}:e(n,i)});return Eg=r,Eg}var Sg,NR;function zV(){if(NR)return Sg;NR=1;var e=Math.ceil,t=Math.max;function r(n,i,o,a){for(var u=-1,c=t(e((i-n)/(o||1)),0),d=Array(c);c--;)d[a?c:++u]=n,n+=o;return d}return Sg=r,Sg}var Og,TR;function HV(){if(TR)return Og;TR=1;var e=zV(),t=Lc(),r=lj();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 Og=n,Og}var Cg,AR;function UV(){if(AR)return Cg;AR=1;var e=HV(),t=e();return Cg=t,Cg}var Rg,MR;function VV(){if(MR)return Rg;MR=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return Rg=e,Rg}var Pg,DR;function WV(){if(DR)return Pg;DR=1;var e=So();function t(r,n){if(r!==n){var i=r!==void 0,o=r===null,a=r===r,u=e(r),c=n!==void 0,d=n===null,f=n===n,h=e(n);if(!d&&!h&&!u&&r>n||u&&c&&f&&!d&&!h||o&&c&&f||!i&&f||!a)return 1;if(!o&&!u&&!h&&r<n||h&&i&&a&&!o&&!u||d&&i&&a||!c&&a||!f)return-1}return 0}return Pg=t,Pg}var Ig,jR;function GV(){if(jR)return Ig;jR=1;var e=WV();function t(r,n,i){for(var o=-1,a=r.criteria,u=n.criteria,c=a.length,d=i.length;++o<c;){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 Ig=t,Ig}var Ng,qR;function KV(){if(qR)return Ng;qR=1;var e=Dc(),t=qc(),r=Sn(),n=ZD(),i=VV(),o=Nc(),a=GV(),u=Si(),c=yt();function d(f,h,p){h.length?h=e(h,function(y){return c(y)?function(b){return t(b,y.length===1?y[0]:y)}:y}):h=[u];var v=-1;h=e(h,o(r));var m=n(f,function(y,b,x){var w=e(h,function(S){return S(y)});return{criteria:w,index:++v,value:y}});return i(m,function(y,b){return a(y,b,p)})}return Ng=d,Ng}var Tg,kR;function YV(){if(kR)return Tg;kR=1;var e=yx(),t=KV(),r=kc(),n=Lc(),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 Tg=i,Tg}var Ag,LR;function XV(){if(LR)return Ag;LR=1;var e=UD(),t=0;function r(n){var i=++t;return e(n)+i}return Ag=r,Ag}var Mg,BR;function ZV(){if(BR)return Mg;BR=1;function e(t,r,n){for(var i=-1,o=t.length,a=r.length,u={};++i<o;){var c=i<a?r[i]:void 0;n(u,t[i],c)}return u}return Mg=e,Mg}var Dg,FR;function JV(){if(FR)return Dg;FR=1;var e=Pc(),t=ZV();function r(n,i){return t(n||[],i||[],e)}return Dg=r,Dg}var jg,$R;function lt(){if($R)return jg;$R=1;var e;if(typeof nx=="function")try{e={cloneDeep:pV(),constant:hx(),defaults:vV(),each:kD(),filter:KD(),find:_V(),flatten:fj(),forEach:qD(),forIn:EV(),has:YD(),isUndefined:XD(),last:SV(),map:JD(),mapValues:OV(),max:RV(),merge:MV(),min:DV(),minBy:jV(),now:qV(),pick:$V(),range:UV(),reduce:QD(),sortBy:YV(),uniqueId:XV(),values:ij(),zipObject:JV()}}catch{}return e||(e=window._),jg=e,jg}var qg,zR;function QV(){if(zR)return qg;zR=1,qg=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 qg}var kg,HR;function eW(){if(HR)return kg;HR=1;var e=lt(),t=kr().Graph,r=QV();kg=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 b=f.length-2;b>0;--b)if(y=f[b].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 b=d.edge(y),x=d.node(y.v);v&&m.push({v:y.v,w:y.w}),x.out-=b,c(f,h,x)}),e.forEach(d.outEdges(p.v),function(y){var b=d.edge(y),x=y.w,w=d.node(x);w.in-=b,c(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(b){h.setNode(b,{v:b,in:0,out:0})}),e.forEach(d.edges(),function(b){var x=h.edge(b.v,b.w)||0,w=f(b),S=x+w;h.setEdge(b.v,b.w,S),v=Math.max(v,h.node(b.v).out+=w),p=Math.max(p,h.node(b.w).in+=w)});var m=e.range(v+p+3).map(function(){return new r}),y=p+1;return e.forEach(h.nodes(),function(b){c(m,y,h.node(b))}),{graph:h,buckets:m,zeroIdx:y}}function c(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 kg}var Lg,UR;function tW(){if(UR)return Lg;UR=1;var e=lt(),t=eW();Lg={run:r,undo:i};function r(o){var a=o.graph().acyclicer==="greedy"?t(o,u(o)):n(o);e.forEach(a,function(c){var d=o.edge(c);o.removeEdge(c),d.forwardName=c.name,d.reversed=!0,o.setEdge(c.w,c.v,d,e.uniqueId("rev"))});function u(c){return function(d){return c.edge(d).weight}}}function n(o){var a=[],u={},c={};function d(f){e.has(c,f)||(c[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 c=u.forwardName;delete u.reversed,delete u.forwardName,o.setEdge(a.w,a.v,u,c)}})}return Lg}var Bg,VR;function Yt(){if(VR)return Bg;VR=1;var e=lt(),t=kr().Graph;Bg={addDummyNode:r,simplify:n,asNonCompoundGraph:i,successorWeights:o,predecessorWeights:a,intersectRect:u,buildLayerMatrix:c,normalizeRanks:d,removeEmptyRanks:f,addBorderNode:h,maxRank:p,partition:v,time:m,notime:y};function r(b,x,w,S){var E;do E=e.uniqueId(S);while(b.hasNode(E));return w.dummy=x,b.setNode(E,w),E}function n(b){var x=new t().setGraph(b.graph());return e.forEach(b.nodes(),function(w){x.setNode(w,b.node(w))}),e.forEach(b.edges(),function(w){var S=x.edge(w.v,w.w)||{weight:0,minlen:1},E=b.edge(w);x.setEdge(w.v,w.w,{weight:S.weight+E.weight,minlen:Math.max(S.minlen,E.minlen)})}),x}function i(b){var x=new t({multigraph:b.isMultigraph()}).setGraph(b.graph());return e.forEach(b.nodes(),function(w){b.children(w).length||x.setNode(w,b.node(w))}),e.forEach(b.edges(),function(w){x.setEdge(w,b.edge(w))}),x}function o(b){var x=e.map(b.nodes(),function(w){var S={};return e.forEach(b.outEdges(w),function(E){S[E.w]=(S[E.w]||0)+b.edge(E).weight}),S});return e.zipObject(b.nodes(),x)}function a(b){var x=e.map(b.nodes(),function(w){var S={};return e.forEach(b.inEdges(w),function(E){S[E.v]=(S[E.v]||0)+b.edge(E).weight}),S});return e.zipObject(b.nodes(),x)}function u(b,x){var w=b.x,S=b.y,E=x.x-w,_=x.y-S,R=b.width/2,P=b.height/2;if(!E&&!_)throw new Error("Not possible to find intersection inside of the rectangle");var N,j;return Math.abs(_)*R>Math.abs(E)*P?(_<0&&(P=-P),N=P*E/_,j=P):(E<0&&(R=-R),N=R,j=R*_/E),{x:w+N,y:S+j}}function c(b){var x=e.map(e.range(p(b)+1),function(){return[]});return e.forEach(b.nodes(),function(w){var S=b.node(w),E=S.rank;e.isUndefined(E)||(x[E][S.order]=w)}),x}function d(b){var x=e.min(e.map(b.nodes(),function(w){return b.node(w).rank}));e.forEach(b.nodes(),function(w){var S=b.node(w);e.has(S,"rank")&&(S.rank-=x)})}function f(b){var x=e.min(e.map(b.nodes(),function(_){return b.node(_).rank})),w=[];e.forEach(b.nodes(),function(_){var R=b.node(_).rank-x;w[R]||(w[R]=[]),w[R].push(_)});var S=0,E=b.graph().nodeRankFactor;e.forEach(w,function(_,R){e.isUndefined(_)&&R%E!==0?--S:S&&e.forEach(_,function(P){b.node(P).rank+=S})})}function h(b,x,w,S){var E={width:0,height:0};return arguments.length>=4&&(E.rank=w,E.order=S),r(b,"border",E,x)}function p(b){return e.max(e.map(b.nodes(),function(x){var w=b.node(x).rank;if(!e.isUndefined(w))return w}))}function v(b,x){var w={lhs:[],rhs:[]};return e.forEach(b,function(S){x(S)?w.lhs.push(S):w.rhs.push(S)}),w}function m(b,x){var w=e.now();try{return x()}finally{console.log(b+" time: "+(e.now()-w)+"ms")}}function y(b,x){return x()}return Bg}var Fg,WR;function rW(){if(WR)return Fg;WR=1;var e=lt(),t=Yt();Fg={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,c=o.node(u).rank,d=a.w,f=o.node(d).rank,h=a.name,p=o.edge(a),v=p.labelRank;if(f!==c+1){o.removeEdge(a);var m,y,b;for(b=0,++c;c<f;++b,++c)p.points=[],y={width:0,height:0,edgeLabel:p,edgeObj:a,rank:c},m=t.addDummyNode(o,"edge",y,"_d"),c===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),b===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),c=u.edgeLabel,d;for(o.setEdge(u.edgeObj,c);u.dummy;)d=o.successors(a)[0],o.removeNode(a),c.points.push({x:u.x,y:u.y}),u.dummy==="edge-label"&&(c.x=u.x,c.y=u.y,c.width=u.width,c.height=u.height),a=d,u=o.node(a)})}return Fg}var $g,GR;function Vu(){if(GR)return $g;GR=1;var e=lt();$g={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 c=e.min(e.map(n.outEdges(a),function(d){return o(d.w)-n.edge(d).minlen}));return(c===Number.POSITIVE_INFINITY||c===void 0||c===null)&&(c=0),u.rank=c}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 $g}var zg,KR;function vj(){if(KR)return zg;KR=1;var e=lt(),t=kr().Graph,r=Vu().slack;zg=n;function n(u){var c=new t({directed:!1}),d=u.nodes()[0],f=u.nodeCount();c.setNode(d,{});for(var h,p;i(c,u)<f;)h=o(c,u),p=c.hasNode(h.v)?r(u,h):-r(u,h),a(c,u,p);return c}function i(u,c){function d(f){e.forEach(c.nodeEdges(f),function(h){var p=h.v,v=f===p?h.w:p;!u.hasNode(v)&&!r(c,h)&&(u.setNode(v,{}),u.setEdge(f,v,{}),d(v))})}return e.forEach(u.nodes(),d),u.nodeCount()}function o(u,c){return e.minBy(c.edges(),function(d){if(u.hasNode(d.v)!==u.hasNode(d.w))return r(c,d)})}function a(u,c,d){e.forEach(u.nodes(),function(f){c.node(f).rank+=d})}return zg}var Hg,YR;function nW(){if(YR)return Hg;YR=1;var e=lt(),t=vj(),r=Vu().slack,n=Vu().longestPath,i=kr().alg.preorder,o=kr().alg.postorder,a=Yt().simplify;Hg=u,u.initLowLimValues=h,u.initCutValues=c,u.calcCutValue=f,u.leaveEdge=v,u.enterEdge=m,u.exchangeEdges=y;function u(S){S=a(S),n(S);var E=t(S);h(E),c(E,S);for(var _,R;_=v(E);)R=m(E,S,_),y(E,S,_,R)}function c(S,E){var _=o(S,S.nodes());_=_.slice(0,_.length-1),e.forEach(_,function(R){d(S,E,R)})}function d(S,E,_){var R=S.node(_),P=R.parent;S.edge(_,P).cutvalue=f(S,E,_)}function f(S,E,_){var R=S.node(_),P=R.parent,N=!0,j=E.edge(_,P),L=0;return j||(N=!1,j=E.edge(P,_)),L=j.weight,e.forEach(E.nodeEdges(_),function(F){var k=F.v===_,D=k?F.w:F.v;if(D!==P){var T=k===N,B=E.edge(F).weight;if(L+=T?B:-B,x(S,_,D)){var $=S.edge(_,D).cutvalue;L+=T?-$:$}}}),L}function h(S,E){arguments.length<2&&(E=S.nodes()[0]),p(S,{},1,E)}function p(S,E,_,R,P){var N=_,j=S.node(R);return E[R]=!0,e.forEach(S.neighbors(R),function(L){e.has(E,L)||(_=p(S,E,_,L,R))}),j.low=N,j.lim=_++,P?j.parent=P:delete j.parent,_}function v(S){return e.find(S.edges(),function(E){return S.edge(E).cutvalue<0})}function m(S,E,_){var R=_.v,P=_.w;E.hasEdge(R,P)||(R=_.w,P=_.v);var N=S.node(R),j=S.node(P),L=N,F=!1;N.lim>j.lim&&(L=j,F=!0);var k=e.filter(E.edges(),function(D){return F===w(S,S.node(D.v),L)&&F!==w(S,S.node(D.w),L)});return e.minBy(k,function(D){return r(E,D)})}function y(S,E,_,R){var P=_.v,N=_.w;S.removeEdge(P,N),S.setEdge(R.v,R.w,{}),h(S),c(S,E),b(S,E)}function b(S,E){var _=e.find(S.nodes(),function(P){return!E.node(P).parent}),R=i(S,_);R=R.slice(1),e.forEach(R,function(P){var N=S.node(P).parent,j=E.edge(P,N),L=!1;j||(j=E.edge(N,P),L=!0),E.node(P).rank=E.node(N).rank+(L?j.minlen:-j.minlen)})}function x(S,E,_){return S.hasEdge(E,_)}function w(S,E,_){return _.low<=E.lim&&E.lim<=_.lim}return Hg}var Ug,XR;function iW(){if(XR)return Ug;XR=1;var e=Vu(),t=e.longestPath,r=vj(),n=nW();Ug=i;function i(c){switch(c.graph().ranker){case"network-simplex":u(c);break;case"tight-tree":a(c);break;case"longest-path":o(c);break;default:u(c)}}var o=t;function a(c){t(c),r(c)}function u(c){n(c)}return Ug}var Vg,ZR;function oW(){if(ZR)return Vg;ZR=1;var e=lt();Vg=t;function t(i){var o=n(i);e.forEach(i.graph().dummyChains,function(a){for(var u=i.node(a),c=u.edgeObj,d=r(i,o,c.v,c.w),f=d.path,h=d.lca,p=0,v=f[p],m=!0;a!==c.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 c=[],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),c.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:c.concat(d.reverse()),lca:v}}function n(i){var o={},a=0;function u(c){var d=a;e.forEach(i.children(c),u),o[c]={low:d,lim:a++}}return e.forEach(i.children(),u),o}return Vg}var Wg,JR;function aW(){if(JR)return Wg;JR=1;var e=lt(),t=Yt();Wg={run:r,cleanup:a};function r(u){var c=t.addDummyNode(u,"root",{},"_root"),d=i(u),f=e.max(e.values(d))-1,h=2*f+1;u.graph().nestingRoot=c,e.forEach(u.edges(),function(v){u.edge(v).minlen*=h});var p=o(u)+1;e.forEach(u.children(),function(v){n(u,c,h,p,f,d,v)}),u.graph().nodeRankFactor=h}function n(u,c,d,f,h,p,v){var m=u.children(v);if(!m.length){v!==c&&u.setEdge(c,v,{weight:0,minlen:d});return}var y=t.addBorderNode(u,"_bt"),b=t.addBorderNode(u,"_bb"),x=u.node(v);u.setParent(y,v),x.borderTop=y,u.setParent(b,v),x.borderBottom=b,e.forEach(m,function(w){n(u,c,d,f,h,p,w);var S=u.node(w),E=S.borderTop?S.borderTop:w,_=S.borderBottom?S.borderBottom:w,R=S.borderTop?f:2*f,P=E!==_?1:h-p[v]+1;u.setEdge(y,E,{weight:R,minlen:P,nestingEdge:!0}),u.setEdge(_,b,{weight:R,minlen:P,nestingEdge:!0})}),u.parent(v)||u.setEdge(c,y,{weight:0,minlen:h+p[v]})}function i(u){var c={};function d(f,h){var p=u.children(f);p&&p.length&&e.forEach(p,function(v){d(v,h+1)}),c[f]=h}return e.forEach(u.children(),function(f){d(f,1)}),c}function o(u){return e.reduce(u.edges(),function(c,d){return c+u.edge(d).weight},0)}function a(u){var c=u.graph();u.removeNode(c.nestingRoot),delete c.nestingRoot,e.forEach(u.edges(),function(d){var f=u.edge(d);f.nestingEdge&&u.removeEdge(d)})}return Wg}var Gg,QR;function sW(){if(QR)return Gg;QR=1;var e=lt(),t=Yt();Gg=r;function r(i){function o(a){var u=i.children(a),c=i.node(a);if(u.length&&e.forEach(u,o),e.has(c,"minRank")){c.borderLeft=[],c.borderRight=[];for(var d=c.minRank,f=c.maxRank+1;d<f;++d)n(i,"borderLeft","_bl",a,c,d),n(i,"borderRight","_br",a,c,d)}}e.forEach(i.children(),o)}function n(i,o,a,u,c,d){var f={width:0,height:0,rank:d,borderType:o},h=c[o][d-1],p=t.addDummyNode(i,"border",f,a);c[o][d]=p,i.setParent(p,u),h&&i.setEdge(h,p,{weight:1})}return Gg}var Kg,eP;function uW(){if(eP)return Kg;eP=1;var e=lt();Kg={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){c(d.node(f))}),e.forEach(d.edges(),function(f){var h=d.edge(f);e.forEach(h.points,c),e.has(h,"x")&&c(h)})}function c(d){var f=d.x;d.x=d.y,d.y=f}return Kg}var Yg,tP;function cW(){if(tP)return Yg;tP=1;var e=lt();Yg=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 c=e.sortBy(i,function(d){return r.node(d).rank});return e.forEach(c,u),a}return Yg}var Xg,rP;function lW(){if(rP)return Xg;rP=1;var e=lt();Xg=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),c=1;c<o.length;)c<<=1;var d=2*c-1;c-=1;var f=e.map(new Array(d),function(){return 0}),h=0;return e.forEach(u.forEach(function(p){var v=p.pos+c;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 Xg}var Zg,nP;function fW(){if(nP)return Zg;nP=1;var e=lt();Zg=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,c){var d=r.edge(c),f=r.node(c.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 Zg}var Jg,iP;function dW(){if(iP)return Jg;iP=1;var e=lt();Jg=t;function t(i,o){var a={};e.forEach(i,function(c,d){var f=a[c.v]={indegree:0,in:[],out:[],vs:[c.v],i:d};e.isUndefined(c.barycenter)||(f.barycenter=c.barycenter,f.weight=c.weight)}),e.forEach(o.edges(),function(c){var d=a[c.v],f=a[c.w];!e.isUndefined(d)&&!e.isUndefined(f)&&(f.indegree++,d.out.push(a[c.w]))});var u=e.filter(a,function(c){return!c.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 c=i.pop();o.push(c),e.forEach(c.in.reverse(),a(c)),e.forEach(c.out,u(c))}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 Jg}var Qg,oP;function hW(){if(oP)return Qg;oP=1;var e=lt(),t=Yt();Qg=r;function r(o,a){var u=t.partition(o,function(y){return e.has(y,"barycenter")}),c=u.lhs,d=e.sortBy(u.rhs,function(y){return-y.i}),f=[],h=0,p=0,v=0;c.sort(i(!!a)),v=n(f,d,v),e.forEach(c,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 c;a.length&&(c=e.last(a)).i<=u;)a.pop(),o.push(c.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 Qg}var em,aP;function pW(){if(aP)return em;aP=1;var e=lt(),t=fW(),r=dW(),n=hW();em=i;function i(u,c,d,f){var h=u.children(c),p=u.node(c),v=p?p.borderLeft:void 0,m=p?p.borderRight:void 0,y={};v&&(h=e.filter(h,function(_){return _!==v&&_!==m}));var b=t(u,h);e.forEach(b,function(_){if(u.children(_.v).length){var R=i(u,_.v,d,f);y[_.v]=R,e.has(R,"barycenter")&&a(_,R)}});var x=r(b,d);o(x,y);var w=n(x,f);if(v&&(w.vs=e.flatten([v,w.vs,m],!0),u.predecessors(v).length)){var S=u.node(u.predecessors(v)[0]),E=u.node(u.predecessors(m)[0]);e.has(w,"barycenter")||(w.barycenter=0,w.weight=0),w.barycenter=(w.barycenter*w.weight+S.order+E.order)/(w.weight+2),w.weight+=2}return w}function o(u,c){e.forEach(u,function(d){d.vs=e.flatten(d.vs.map(function(f){return c[f]?c[f].vs:f}),!0)})}function a(u,c){e.isUndefined(u.barycenter)?(u.barycenter=c.barycenter,u.weight=c.weight):(u.barycenter=(u.barycenter*u.weight+c.barycenter*c.weight)/(u.weight+c.weight),u.weight+=c.weight)}return em}var tm,sP;function vW(){if(sP)return tm;sP=1;var e=lt(),t=kr().Graph;tm=r;function r(i,o,a){var u=n(i),c=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)&&(c.setNode(d),c.setParent(d,h||u),e.forEach(i[a](d),function(p){var v=p.v===d?p.w:p.v,m=c.edge(v,d),y=e.isUndefined(m)?0:m.weight;c.setEdge(v,d,{weight:i.edge(p).weight+y})}),e.has(f,"minRank")&&c.setNode(d,{borderLeft:f.borderLeft[o],borderRight:f.borderRight[o]}))}),c}function n(i){for(var o;i.hasNode(o=e.uniqueId("_root")););return o}return tm}var rm,uP;function gW(){if(uP)return rm;uP=1;var e=lt();rm=t;function t(r,n,i){var o={},a;e.forEach(i,function(u){for(var c=r.parent(u),d,f;c;){if(d=r.parent(c),d?(f=o[d],o[d]=c):(f=a,a=c),f&&f!==c){n.setEdge(f,c);return}c=d}})}return rm}var nm,cP;function mW(){if(cP)return nm;cP=1;var e=lt(),t=cW(),r=lW(),n=pW(),i=vW(),o=gW(),a=kr().Graph,u=Yt();nm=c;function c(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"),b=t(p);h(p,b);for(var x=Number.POSITIVE_INFINITY,w,S=0,E=0;E<4;++S,++E){f(S%2?m:y,S%4>=2),b=u.buildLayerMatrix(p);var _=r(p,b);_<x&&(E=0,w=e.cloneDeep(b),x=_)}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 b=y.graph().root,x=n(y,b,m,v);e.forEach(x.vs,function(w,S){y.node(w).order=S}),o(y,m,x.vs)})}function h(p,v){e.forEach(v,function(m){e.forEach(m,function(y,b){p.node(y).order=b})})}return nm}var im,lP;function yW(){if(lP)return im;lP=1;var e=lt(),t=kr().Graph,r=Yt();im={positionX:m,findType1Conflicts:n,findType2Conflicts:i,addConflict:a,hasConflict:u,verticalAlignment:c,horizontalCompaction:d,alignCoordinates:p,findSmallestWidthAlignment:h,balance:v};function n(x,w){var S={};function E(_,R){var P=0,N=0,j=_.length,L=e.last(R);return e.forEach(R,function(F,k){var D=o(x,F),T=D?x.node(D).order:j;(D||F===L)&&(e.forEach(R.slice(N,k+1),function(B){e.forEach(x.predecessors(B),function($){var W=x.node($),Y=W.order;(Y<P||T<Y)&&!(W.dummy&&x.node(B).dummy)&&a(S,$,B)})}),N=k+1,P=T)}),R}return e.reduce(w,E),S}function i(x,w){var S={};function E(R,P,N,j,L){var F;e.forEach(e.range(P,N),function(k){F=R[k],x.node(F).dummy&&e.forEach(x.predecessors(F),function(D){var T=x.node(D);T.dummy&&(T.order<j||T.order>L)&&a(S,D,F)})})}function _(R,P){var N=-1,j,L=0;return e.forEach(P,function(F,k){if(x.node(F).dummy==="border"){var D=x.predecessors(F);D.length&&(j=x.node(D[0]).order,E(P,L,k,N,j),L=k,N=j)}E(P,L,P.length,j,R.length)}),P}return e.reduce(w,_),S}function o(x,w){if(x.node(w).dummy)return e.find(x.predecessors(w),function(S){return x.node(S).dummy})}function a(x,w,S){if(w>S){var E=w;w=S,S=E}var _=x[w];_||(x[w]=_={}),_[S]=!0}function u(x,w,S){if(w>S){var E=w;w=S,S=E}return e.has(x[w],S)}function c(x,w,S,E){var _={},R={},P={};return e.forEach(w,function(N){e.forEach(N,function(j,L){_[j]=j,R[j]=j,P[j]=L})}),e.forEach(w,function(N){var j=-1;e.forEach(N,function(L){var F=E(L);if(F.length){F=e.sortBy(F,function($){return P[$]});for(var k=(F.length-1)/2,D=Math.floor(k),T=Math.ceil(k);D<=T;++D){var B=F[D];R[L]===L&&j<P[B]&&!u(S,L,B)&&(R[B]=L,R[L]=_[L]=_[B],j=P[B])}}})}),{root:_,align:R}}function d(x,w,S,E,_){var R={},P=f(x,w,S,_),N=_?"borderLeft":"borderRight";function j(k,D){for(var T=P.nodes(),B=T.pop(),$={};B;)$[B]?k(B):($[B]=!0,T.push(B),T=T.concat(D(B))),B=T.pop()}function L(k){R[k]=P.inEdges(k).reduce(function(D,T){return Math.max(D,R[T.v]+P.edge(T))},0)}function F(k){var D=P.outEdges(k).reduce(function(B,$){return Math.min(B,R[$.w]-P.edge($))},Number.POSITIVE_INFINITY),T=x.node(k);D!==Number.POSITIVE_INFINITY&&T.borderType!==N&&(R[k]=Math.max(R[k],D))}return j(L,P.predecessors.bind(P)),j(F,P.successors.bind(P)),e.forEach(E,function(k){R[k]=R[S[k]]}),R}function f(x,w,S,E){var _=new t,R=x.graph(),P=y(R.nodesep,R.edgesep,E);return e.forEach(w,function(N){var j;e.forEach(N,function(L){var F=S[L];if(_.setNode(F),j){var k=S[j],D=_.edge(k,F);_.setEdge(k,F,Math.max(P(x,L,j),D||0))}j=L})}),_}function h(x,w){return e.minBy(e.values(w),function(S){var E=Number.NEGATIVE_INFINITY,_=Number.POSITIVE_INFINITY;return e.forIn(S,function(R,P){var N=b(x,P)/2;E=Math.max(R+N,E),_=Math.min(R-N,_)}),E-_})}function p(x,w){var S=e.values(w),E=e.min(S),_=e.max(S);e.forEach(["u","d"],function(R){e.forEach(["l","r"],function(P){var N=R+P,j=x[N],L;if(j!==w){var F=e.values(j);L=P==="l"?E-e.min(F):_-e.max(F),L&&(x[N]=e.mapValues(j,function(k){return k+L}))}})})}function v(x,w){return e.mapValues(x.ul,function(S,E){if(w)return x[w.toLowerCase()][E];var _=e.sortBy(e.map(x,E));return(_[1]+_[2])/2})}function m(x){var w=r.buildLayerMatrix(x),S=e.merge(n(x,w),i(x,w)),E={},_;e.forEach(["u","d"],function(P){_=P==="u"?w:e.values(w).reverse(),e.forEach(["l","r"],function(N){N==="r"&&(_=e.map(_,function(k){return e.values(k).reverse()}));var j=(P==="u"?x.predecessors:x.successors).bind(x),L=c(x,_,S,j),F=d(x,_,L.root,L.align,N==="r");N==="r"&&(F=e.mapValues(F,function(k){return-k})),E[P+N]=F})});var R=h(x,E);return p(E,R),v(E,x.graph().align)}function y(x,w,S){return function(E,_,R){var P=E.node(_),N=E.node(R),j=0,L;if(j+=P.width/2,e.has(P,"labelpos"))switch(P.labelpos.toLowerCase()){case"l":L=-P.width/2;break;case"r":L=P.width/2;break}if(L&&(j+=S?L:-L),L=0,j+=(P.dummy?w:x)/2,j+=(N.dummy?w:x)/2,j+=N.width/2,e.has(N,"labelpos"))switch(N.labelpos.toLowerCase()){case"l":L=N.width/2;break;case"r":L=-N.width/2;break}return L&&(j+=S?L:-L),L=0,j}}function b(x,w){return x.node(w).width}return im}var om,fP;function bW(){if(fP)return om;fP=1;var e=lt(),t=Yt(),r=yW().positionX;om=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,c=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=c+f/2}),c+=f+u})}return om}var am,dP;function xW(){if(dP)return am;dP=1;var e=lt(),t=tW(),r=rW(),n=iW(),i=Yt().normalizeRanks,o=oW(),a=Yt().removeEmptyRanks,u=aW(),c=sW(),d=uW(),f=mW(),h=bW(),p=Yt(),v=kr().Graph;am=m;function m(z,G){var J=G&&G.debugTiming?p.time:p.notime;J("layout",function(){var V=J(" buildLayoutGraph",function(){return j(z)});J(" runLayout",function(){y(V,J)}),J(" updateInputGraph",function(){b(z,V)})})}function y(z,G){G(" makeSpaceForEdgeLabels",function(){L(z)}),G(" removeSelfEdges",function(){ee(z)}),G(" acyclic",function(){t.run(z)}),G(" nestingGraph.run",function(){u.run(z)}),G(" rank",function(){n(p.asNonCompoundGraph(z))}),G(" injectEdgeLabelProxies",function(){F(z)}),G(" removeEmptyRanks",function(){a(z)}),G(" nestingGraph.cleanup",function(){u.cleanup(z)}),G(" normalizeRanks",function(){i(z)}),G(" assignRankMinMax",function(){k(z)}),G(" removeEdgeLabelProxies",function(){D(z)}),G(" normalize.run",function(){r.run(z)}),G(" parentDummyChains",function(){o(z)}),G(" addBorderSegments",function(){c(z)}),G(" order",function(){f(z)}),G(" insertSelfEdges",function(){H(z)}),G(" adjustCoordinateSystem",function(){d.adjust(z)}),G(" position",function(){h(z)}),G(" positionSelfEdges",function(){Q(z)}),G(" removeBorderNodes",function(){Y(z)}),G(" normalize.undo",function(){r.undo(z)}),G(" fixupEdgeLabelCoords",function(){$(z)}),G(" undoCoordinateSystem",function(){d.undo(z)}),G(" translateGraph",function(){T(z)}),G(" assignNodeIntersects",function(){B(z)}),G(" reversePoints",function(){W(z)}),G(" acyclic.undo",function(){t.undo(z)})}function b(z,G){e.forEach(z.nodes(),function(J){var V=z.node(J),K=G.node(J);V&&(V.x=K.x,V.y=K.y,G.children(J).length&&(V.width=K.width,V.height=K.height))}),e.forEach(z.edges(),function(J){var V=z.edge(J),K=G.edge(J);V.points=K.points,e.has(K,"x")&&(V.x=K.x,V.y=K.y)}),z.graph().width=G.graph().width,z.graph().height=G.graph().height}var x=["nodesep","edgesep","ranksep","marginx","marginy"],w={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},S=["acyclicer","ranker","rankdir","align"],E=["width","height"],_={width:0,height:0},R=["minlen","weight","width","height","labeloffset"],P={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},N=["labelpos"];function j(z){var G=new v({multigraph:!0,compound:!0}),J=se(z.graph());return G.setGraph(e.merge({},w,ce(J,x),e.pick(J,S))),e.forEach(z.nodes(),function(V){var K=se(z.node(V));G.setNode(V,e.defaults(ce(K,E),_)),G.setParent(V,z.parent(V))}),e.forEach(z.edges(),function(V){var K=se(z.edge(V));G.setEdge(V,e.merge({},P,ce(K,R),e.pick(K,N)))}),G}function L(z){var G=z.graph();G.ranksep/=2,e.forEach(z.edges(),function(J){var V=z.edge(J);V.minlen*=2,V.labelpos.toLowerCase()!=="c"&&(G.rankdir==="TB"||G.rankdir==="BT"?V.width+=V.labeloffset:V.height+=V.labeloffset)})}function F(z){e.forEach(z.edges(),function(G){var J=z.edge(G);if(J.width&&J.height){var V=z.node(G.v),K=z.node(G.w),ie={rank:(K.rank-V.rank)/2+V.rank,e:G};p.addDummyNode(z,"edge-proxy",ie,"_ep")}})}function k(z){var G=0;e.forEach(z.nodes(),function(J){var V=z.node(J);V.borderTop&&(V.minRank=z.node(V.borderTop).rank,V.maxRank=z.node(V.borderBottom).rank,G=e.max(G,V.maxRank))}),z.graph().maxRank=G}function D(z){e.forEach(z.nodes(),function(G){var J=z.node(G);J.dummy==="edge-proxy"&&(z.edge(J.e).labelRank=J.rank,z.removeNode(G))})}function T(z){var G=Number.POSITIVE_INFINITY,J=0,V=Number.POSITIVE_INFINITY,K=0,ie=z.graph(),ne=ie.marginx||0,ue=ie.marginy||0;function de(we){var Se=we.x,_e=we.y,he=we.width,ae=we.height;G=Math.min(G,Se-he/2),J=Math.max(J,Se+he/2),V=Math.min(V,_e-ae/2),K=Math.max(K,_e+ae/2)}e.forEach(z.nodes(),function(we){de(z.node(we))}),e.forEach(z.edges(),function(we){var Se=z.edge(we);e.has(Se,"x")&&de(Se)}),G-=ne,V-=ue,e.forEach(z.nodes(),function(we){var Se=z.node(we);Se.x-=G,Se.y-=V}),e.forEach(z.edges(),function(we){var Se=z.edge(we);e.forEach(Se.points,function(_e){_e.x-=G,_e.y-=V}),e.has(Se,"x")&&(Se.x-=G),e.has(Se,"y")&&(Se.y-=V)}),ie.width=J-G+ne,ie.height=K-V+ue}function B(z){e.forEach(z.edges(),function(G){var J=z.edge(G),V=z.node(G.v),K=z.node(G.w),ie,ne;J.points?(ie=J.points[0],ne=J.points[J.points.length-1]):(J.points=[],ie=K,ne=V),J.points.unshift(p.intersectRect(V,ie)),J.points.push(p.intersectRect(K,ne))})}function $(z){e.forEach(z.edges(),function(G){var J=z.edge(G);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 W(z){e.forEach(z.edges(),function(G){var J=z.edge(G);J.reversed&&J.points.reverse()})}function Y(z){e.forEach(z.nodes(),function(G){if(z.children(G).length){var J=z.node(G),V=z.node(J.borderTop),K=z.node(J.borderBottom),ie=z.node(e.last(J.borderLeft)),ne=z.node(e.last(J.borderRight));J.width=Math.abs(ne.x-ie.x),J.height=Math.abs(K.y-V.y),J.x=ie.x+J.width/2,J.y=V.y+J.height/2}}),e.forEach(z.nodes(),function(G){z.node(G).dummy==="border"&&z.removeNode(G)})}function ee(z){e.forEach(z.edges(),function(G){if(G.v===G.w){var J=z.node(G.v);J.selfEdges||(J.selfEdges=[]),J.selfEdges.push({e:G,label:z.edge(G)}),z.removeEdge(G)}})}function H(z){var G=p.buildLayerMatrix(z);e.forEach(G,function(J){var V=0;e.forEach(J,function(K,ie){var ne=z.node(K);ne.order=ie+V,e.forEach(ne.selfEdges,function(ue){p.addDummyNode(z,"selfedge",{width:ue.label.width,height:ue.label.height,rank:ne.rank,order:ie+ ++V,e:ue.e,label:ue.label},"_se")}),delete ne.selfEdges})})}function Q(z){e.forEach(z.nodes(),function(G){var J=z.node(G);if(J.dummy==="selfedge"){var V=z.node(J.e.v),K=V.x+V.width/2,ie=V.y,ne=J.x-K,ue=V.height/2;z.setEdge(J.e,J.label),z.removeNode(G),J.label.points=[{x:K+2*ne/3,y:ie-ue},{x:K+5*ne/6,y:ie-ue},{x:K+ne,y:ie},{x:K+5*ne/6,y:ie+ue},{x:K+2*ne/3,y:ie+ue}],J.label.x=J.x,J.label.y=J.y}})}function ce(z,G){return e.mapValues(e.pick(z,G),Number)}function se(z){var G={};return e.forEach(z,function(J,V){G[V.toLowerCase()]=J}),G}return am}var sm,hP;function wW(){if(hP)return sm;hP=1;var e=lt(),t=Yt(),r=kr().Graph;sm={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,c){var d="layer"+c;a.setNode(d,{rank:"same"}),e.reduce(u,function(f,h){return a.setEdge(f,h,{style:"invis"}),h})}),a}return sm}var um,pP;function _W(){return pP||(pP=1,um="0.8.5"),um}var cm,vP;function EW(){return vP||(vP=1,cm={graphlib:kr(),layout:xW(),debug:wW(),util:{time:Yt().time,notime:Yt().notime},version:_W()}),cm}var SW=EW();const gP=Un(SW);function OW(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)},c={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,c),c}const CW=typeof window>"u"||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),mP=CW?A.useEffect:A.useLayoutEffect;function RW(e){const t=typeof e=="function"?OW(e):e,r=(n=t.getState,i=Object.is)=>{const[,o]=A.useReducer(b=>b+1,0),a=t.getState(),u=A.useRef(a),c=A.useRef(n),d=A.useRef(i),f=A.useRef(!1),h=A.useRef();h.current===void 0&&(h.current=n(a));let p,v=!1;(u.current!==a||c.current!==n||d.current!==i||f.current)&&(p=n(a),v=!i(h.current,p)),mP(()=>{v&&(h.current=p),u.current=a,c.current=n,d.current=i,f.current=!1});const m=A.useRef(a);mP(()=>{const b=()=>{try{const w=t.getState(),S=c.current(w);d.current(h.current,S)||(u.current=w,h.current=S,o())}catch{f.current=!0,o()}},x=t.subscribe(b);return t.getState()!==m.current&&b(),x},[]);const y=v?p:h.current;return A.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 PW(){const e=A.createContext(void 0);return{Provider:({initialStore:i,createStore:o,children:a})=>{const u=A.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()),A.createElement(e.Provider,{value:u.current},a)},useStore:(i,o=Object.is)=>{const a=A.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=A.useContext(e);if(!i)throw new Error("Seems like you have not used zustand provider as an ancestor.");return A.useMemo(()=>({getState:i.getState,setState:i.setState,subscribe:i.subscribe,destroy:i.destroy}),[i])}}}var IW={value:()=>{}};function Bc(){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 ju(r)}function ju(e){this._=e}function NW(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}})}ju.prototype=Bc.prototype={constructor:ju,on:function(e,t){var r=this._,n=NW(e+"",r),i,o=-1,a=n.length;if(arguments.length<2){for(;++o<a;)if((i=(e=n[o]).type)&&(i=TW(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]=yP(r[i],e.name,t);else if(t==null)for(i in r)r[i]=yP(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 ju(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 TW(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function yP(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=IW,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var Sb="http://www.w3.org/1999/xhtml";const bP={svg:"http://www.w3.org/2000/svg",xhtml:Sb,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Fc(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),bP.hasOwnProperty(t)?{space:bP[t],local:e}:e}function AW(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===Sb&&t.documentElement.namespaceURI===Sb?t.createElement(e):t.createElementNS(r,e)}}function MW(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function gj(e){var t=Fc(e);return(t.local?MW:AW)(t)}function DW(){}function wx(e){return e==null?DW:function(){return this.querySelector(e)}}function jW(e){typeof e!="function"&&(e=wx(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),c,d,f=0;f<a;++f)(c=o[f])&&(d=e.call(c,c.__data__,f,o))&&("__data__"in c&&(d.__data__=c.__data__),u[f]=d);return new ur(n,this._parents)}function qW(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function kW(){return[]}function mj(e){return e==null?kW:function(){return this.querySelectorAll(e)}}function LW(e){return function(){return qW(e.apply(this,arguments))}}function BW(e){typeof e=="function"?e=LW(e):e=mj(e);for(var t=this._groups,r=t.length,n=[],i=[],o=0;o<r;++o)for(var a=t[o],u=a.length,c,d=0;d<u;++d)(c=a[d])&&(n.push(e.call(c,c.__data__,d,a)),i.push(c));return new ur(n,i)}function yj(e){return function(){return this.matches(e)}}function bj(e){return function(t){return t.matches(e)}}var FW=Array.prototype.find;function $W(e){return function(){return FW.call(this.children,e)}}function zW(){return this.firstElementChild}function HW(e){return this.select(e==null?zW:$W(typeof e=="function"?e:bj(e)))}var UW=Array.prototype.filter;function VW(){return Array.from(this.children)}function WW(e){return function(){return UW.call(this.children,e)}}function GW(e){return this.selectAll(e==null?VW:WW(typeof e=="function"?e:bj(e)))}function KW(e){typeof e!="function"&&(e=yj(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]=[],c,d=0;d<a;++d)(c=o[d])&&e.call(c,c.__data__,d,o)&&u.push(c);return new ur(n,this._parents)}function xj(e){return new Array(e.length)}function YW(){return new ur(this._enter||this._groups.map(xj),this._parents)}function Wu(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Wu.prototype={constructor:Wu,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 XW(e){return function(){return e}}function ZW(e,t,r,n,i,o){for(var a=0,u,c=t.length,d=o.length;a<d;++a)(u=t[a])?(u.__data__=o[a],n[a]=u):r[a]=new Wu(e,o[a]);for(;a<c;++a)(u=t[a])&&(i[a]=u)}function JW(e,t,r,n,i,o,a){var u,c,d=new Map,f=t.length,h=o.length,p=new Array(f),v;for(u=0;u<f;++u)(c=t[u])&&(p[u]=v=a.call(c,c.__data__,u,t)+"",d.has(v)?i[u]=c:d.set(v,c));for(u=0;u<h;++u)v=a.call(e,o[u],u,o)+"",(c=d.get(v))?(n[u]=c,c.__data__=o[u],d.delete(v)):r[u]=new Wu(e,o[u]);for(u=0;u<f;++u)(c=t[u])&&d.get(p[u])===c&&(i[u]=c)}function QW(e){return e.__data__}function e6(e,t){if(!arguments.length)return Array.from(this,QW);var r=t?JW:ZW,n=this._parents,i=this._groups;typeof e!="function"&&(e=XW(e));for(var o=i.length,a=new Array(o),u=new Array(o),c=new Array(o),d=0;d<o;++d){var f=n[d],h=i[d],p=h.length,v=t6(e.call(f,f&&f.__data__,d,n)),m=v.length,y=u[d]=new Array(m),b=a[d]=new Array(m),x=c[d]=new Array(p);r(f,h,y,b,x,v,t);for(var w=0,S=0,E,_;w<m;++w)if(E=y[w]){for(w>=S&&(S=w+1);!(_=b[S])&&++S<m;);E._next=_||null}}return a=new ur(a,n),a._enter=u,a._exit=c,a}function t6(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function r6(){return new ur(this._exit||this._groups.map(xj),this._parents)}function n6(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 i6(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),c=0;c<a;++c)for(var d=r[c],f=n[c],h=d.length,p=u[c]=new Array(h),v,m=0;m<h;++m)(v=d[m]||f[m])&&(p[m]=v);for(;c<i;++c)u[c]=r[c];return new ur(u,this._parents)}function o6(){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 a6(e){e||(e=s6);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,c=i[o]=new Array(u),d,f=0;f<u;++f)(d=a[f])&&(c[f]=d);c.sort(t)}return new ur(i,this._parents).order()}function s6(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function u6(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function c6(){return Array.from(this)}function l6(){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 f6(){let e=0;for(const t of this)++e;return e}function d6(){return!this.node()}function h6(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 p6(e){return function(){this.removeAttribute(e)}}function v6(e){return function(){this.removeAttributeNS(e.space,e.local)}}function g6(e,t){return function(){this.setAttribute(e,t)}}function m6(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function y6(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function b6(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 x6(e,t){var r=Fc(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?v6:p6:typeof t=="function"?r.local?b6:y6:r.local?m6:g6)(r,t))}function wj(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function w6(e){return function(){this.style.removeProperty(e)}}function _6(e,t,r){return function(){this.style.setProperty(e,t,r)}}function E6(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function S6(e,t,r){return arguments.length>1?this.each((t==null?w6:typeof t=="function"?E6:_6)(e,t,r??"")):vo(this.node(),e)}function vo(e,t){return e.style.getPropertyValue(t)||wj(e).getComputedStyle(e,null).getPropertyValue(t)}function O6(e){return function(){delete this[e]}}function C6(e,t){return function(){this[e]=t}}function R6(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function P6(e,t){return arguments.length>1?this.each((t==null?O6:typeof t=="function"?R6:C6)(e,t)):this.node()[e]}function _j(e){return e.trim().split(/^|\s+/)}function _x(e){return e.classList||new Ej(e)}function Ej(e){this._node=e,this._names=_j(e.getAttribute("class")||"")}Ej.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 Sj(e,t){for(var r=_x(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function Oj(e,t){for(var r=_x(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function I6(e){return function(){Sj(this,e)}}function N6(e){return function(){Oj(this,e)}}function T6(e,t){return function(){(t.apply(this,arguments)?Sj:Oj)(this,e)}}function A6(e,t){var r=_j(e+"");if(arguments.length<2){for(var n=_x(this.node()),i=-1,o=r.length;++i<o;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?T6:t?I6:N6)(r,t))}function M6(){this.textContent=""}function D6(e){return function(){this.textContent=e}}function j6(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function q6(e){return arguments.length?this.each(e==null?M6:(typeof e=="function"?j6:D6)(e)):this.node().textContent}function k6(){this.innerHTML=""}function L6(e){return function(){this.innerHTML=e}}function B6(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function F6(e){return arguments.length?this.each(e==null?k6:(typeof e=="function"?B6:L6)(e)):this.node().innerHTML}function $6(){this.nextSibling&&this.parentNode.appendChild(this)}function z6(){return this.each($6)}function H6(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function U6(){return this.each(H6)}function V6(e){var t=typeof e=="function"?e:gj(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function W6(){return null}function G6(e,t){var r=typeof e=="function"?e:gj(e),n=t==null?W6:typeof t=="function"?t:wx(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function K6(){var e=this.parentNode;e&&e.removeChild(this)}function Y6(){return this.each(K6)}function X6(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function Z6(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function J6(e){return this.select(e?Z6:X6)}function Q6(e){return arguments.length?this.property("__data__",e):this.node().__data__}function e8(e){return function(t){e.call(this,t,this.__data__)}}function t8(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 r8(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 n8(e,t,r){return function(){var n=this.__on,i,o=e8(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 i8(e,t,r){var n=t8(e+""),i,o=n.length,a;if(arguments.length<2){var u=this.node().__on;if(u){for(var c=0,d=u.length,f;c<d;++c)for(i=0,f=u[c];i<o;++i)if((a=n[i]).type===f.type&&a.name===f.name)return f.value}return}for(u=t?n8:r8,i=0;i<o;++i)this.each(u(n[i],t,r));return this}function Cj(e,t,r){var n=wj(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 o8(e,t){return function(){return Cj(this,e,t)}}function a8(e,t){return function(){return Cj(this,e,t.apply(this,arguments))}}function s8(e,t){return this.each((typeof t=="function"?a8:o8)(e,t))}function*u8(){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 Rj=[null];function ur(e,t){this._groups=e,this._parents=t}function Ka(){return new ur([[document.documentElement]],Rj)}function c8(){return this}ur.prototype=Ka.prototype={constructor:ur,select:jW,selectAll:BW,selectChild:HW,selectChildren:GW,filter:KW,data:e6,enter:YW,exit:r6,join:n6,merge:i6,selection:c8,order:o6,sort:a6,call:u6,nodes:c6,node:l6,size:f6,empty:d6,each:h6,attr:x6,style:S6,property:P6,classed:A6,text:q6,html:F6,raise:z6,lower:U6,append:V6,insert:G6,remove:Y6,clone:J6,datum:Q6,on:i8,dispatch:s8,[Symbol.iterator]:u8};function Mr(e){return typeof e=="string"?new ur([[document.querySelector(e)]],[document.documentElement]):new ur([[e]],Rj)}function l8(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Xr(e,t){if(e=l8(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 f8={passive:!1},Ma={capture:!0,passive:!1};function lm(e){e.stopImmediatePropagation()}function ro(e){e.preventDefault(),e.stopImmediatePropagation()}function Pj(e){var t=e.document.documentElement,r=Mr(e).on("dragstart.drag",ro,Ma);"onselectstart"in t?r.on("selectstart.drag",ro,Ma):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function Ij(e,t){var r=e.document.documentElement,n=Mr(e).on("dragstart.drag",null);t&&(n.on("click.drag",ro,Ma),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 lu=e=>()=>e;function Ob(e,{sourceEvent:t,subject:r,target:n,identifier:i,active:o,x:a,y:u,dx:c,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:c,enumerable:!0,configurable:!0},dy:{value:d,enumerable:!0,configurable:!0},_:{value:f}})}Ob.prototype.on=function(){var e=this._.on.apply(this._,arguments);return e===this._?this:e};function d8(e){return!e.ctrlKey&&!e.button}function h8(){return this.parentNode}function p8(e,t){return t??{x:e.x,y:e.y}}function v8(){return navigator.maxTouchPoints||"ontouchstart"in this}function g8(){var e=d8,t=h8,r=p8,n=v8,i={},o=Bc("start","drag","end"),a=0,u,c,d,f,h=0;function p(E){E.on("mousedown.drag",v).filter(n).on("touchstart.drag",b).on("touchmove.drag",x,f8).on("touchend.drag touchcancel.drag",w).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function v(E,_){if(!(f||!e.call(this,E,_))){var R=S(this,t.call(this,E,_),E,_,"mouse");R&&(Mr(E.view).on("mousemove.drag",m,Ma).on("mouseup.drag",y,Ma),Pj(E.view),lm(E),d=!1,u=E.clientX,c=E.clientY,R("start",E))}}function m(E){if(ro(E),!d){var _=E.clientX-u,R=E.clientY-c;d=_*_+R*R>h}i.mouse("drag",E)}function y(E){Mr(E.view).on("mousemove.drag mouseup.drag",null),Ij(E.view,d),ro(E),i.mouse("end",E)}function b(E,_){if(e.call(this,E,_)){var R=E.changedTouches,P=t.call(this,E,_),N=R.length,j,L;for(j=0;j<N;++j)(L=S(this,P,E,_,R[j].identifier,R[j]))&&(lm(E),L("start",E,R[j]))}}function x(E){var _=E.changedTouches,R=_.length,P,N;for(P=0;P<R;++P)(N=i[_[P].identifier])&&(ro(E),N("drag",E,_[P]))}function w(E){var _=E.changedTouches,R=_.length,P,N;for(f&&clearTimeout(f),f=setTimeout(function(){f=null},500),P=0;P<R;++P)(N=i[_[P].identifier])&&(lm(E),N("end",E,_[P]))}function S(E,_,R,P,N,j){var L=o.copy(),F=Xr(j||R,_),k,D,T;if((T=r.call(E,new Ob("beforestart",{sourceEvent:R,target:p,identifier:N,active:a,x:F[0],y:F[1],dx:0,dy:0,dispatch:L}),P))!=null)return k=T.x-F[0]||0,D=T.y-F[1]||0,function B($,W,Y){var ee=F,H;switch($){case"start":i[N]=B,H=a++;break;case"end":delete i[N],--a;case"drag":F=Xr(Y||W,_),H=a;break}L.call($,E,new Ob($,{sourceEvent:W,subject:T,target:p,identifier:N,active:H,x:F[0]+k,y:F[1]+D,dx:F[0]-ee[0],dy:F[1]-ee[1],dispatch:L}),P)}}return p.filter=function(E){return arguments.length?(e=typeof E=="function"?E:lu(!!E),p):e},p.container=function(E){return arguments.length?(t=typeof E=="function"?E:lu(E),p):t},p.subject=function(E){return arguments.length?(r=typeof E=="function"?E:lu(E),p):r},p.touchable=function(E){return arguments.length?(n=typeof E=="function"?E:lu(!!E),p):n},p.on=function(){var E=o.on.apply(o,arguments);return E===o?p:E},p.clickDistance=function(E){return arguments.length?(h=(E=+E)*E,p):Math.sqrt(h)},p}function Ex(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Nj(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function Ya(){}var Da=.7,Gu=1/Da,no="\\s*([+-]?\\d+)\\s*",ja="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",en="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",m8=/^#([0-9a-f]{3,8})$/,y8=new RegExp(`^rgb\\(${no},${no},${no}\\)$`),b8=new RegExp(`^rgb\\(${en},${en},${en}\\)$`),x8=new RegExp(`^rgba\\(${no},${no},${no},${ja}\\)$`),w8=new RegExp(`^rgba\\(${en},${en},${en},${ja}\\)$`),_8=new RegExp(`^hsl\\(${ja},${en},${en}\\)$`),E8=new RegExp(`^hsla\\(${ja},${en},${en},${ja}\\)$`),xP={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};Ex(Ya,qa,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:wP,formatHex:wP,formatHex8:S8,formatHsl:O8,formatRgb:_P,toString:_P});function wP(){return this.rgb().formatHex()}function S8(){return this.rgb().formatHex8()}function O8(){return Tj(this).formatHsl()}function _P(){return this.rgb().formatRgb()}function qa(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=m8.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?EP(t):r===3?new Wt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?fu(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?fu(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=y8.exec(e))?new Wt(t[1],t[2],t[3],1):(t=b8.exec(e))?new Wt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=x8.exec(e))?fu(t[1],t[2],t[3],t[4]):(t=w8.exec(e))?fu(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=_8.exec(e))?CP(t[1],t[2]/100,t[3]/100,1):(t=E8.exec(e))?CP(t[1],t[2]/100,t[3]/100,t[4]):xP.hasOwnProperty(e)?EP(xP[e]):e==="transparent"?new Wt(NaN,NaN,NaN,0):null}function EP(e){return new Wt(e>>16&255,e>>8&255,e&255,1)}function fu(e,t,r,n){return n<=0&&(e=t=r=NaN),new Wt(e,t,r,n)}function C8(e){return e instanceof Ya||(e=qa(e)),e?(e=e.rgb(),new Wt(e.r,e.g,e.b,e.opacity)):new Wt}function Cb(e,t,r,n){return arguments.length===1?C8(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}Ex(Wt,Cb,Nj(Ya,{brighter(e){return e=e==null?Gu:Math.pow(Gu,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Da:Math.pow(Da,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Wt(li(this.r),li(this.g),li(this.b),Ku(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:SP,formatHex:SP,formatHex8:R8,formatRgb:OP,toString:OP}));function SP(){return`#${ui(this.r)}${ui(this.g)}${ui(this.b)}`}function R8(){return`#${ui(this.r)}${ui(this.g)}${ui(this.b)}${ui((isNaN(this.opacity)?1:this.opacity)*255)}`}function OP(){const e=Ku(this.opacity);return`${e===1?"rgb(":"rgba("}${li(this.r)}, ${li(this.g)}, ${li(this.b)}${e===1?")":`, ${e})`}`}function Ku(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function li(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function ui(e){return e=li(e),(e<16?"0":"")+e.toString(16)}function CP(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new Dr(e,t,r,n)}function Tj(e){if(e instanceof Dr)return new Dr(e.h,e.s,e.l,e.opacity);if(e instanceof Ya||(e=qa(e)),!e)return new Dr;if(e instanceof Dr)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,c=(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/=c<.5?o+i:2-o-i,a*=60):u=c>0&&c<1?0:a,new Dr(a,u,c,e.opacity)}function P8(e,t,r,n){return arguments.length===1?Tj(e):new Dr(e,t,r,n??1)}function Dr(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}Ex(Dr,P8,Nj(Ya,{brighter(e){return e=e==null?Gu:Math.pow(Gu,e),new Dr(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Da:Math.pow(Da,e),new Dr(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(fm(e>=240?e-240:e+120,i,n),fm(e,i,n),fm(e<120?e+240:e-120,i,n),this.opacity)},clamp(){return new Dr(RP(this.h),du(this.s),du(this.l),Ku(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=Ku(this.opacity);return`${e===1?"hsl(":"hsla("}${RP(this.h)}, ${du(this.s)*100}%, ${du(this.l)*100}%${e===1?")":`, ${e})`}`}}));function RP(e){return e=(e||0)%360,e<0?e+360:e}function du(e){return Math.max(0,Math.min(1,e||0))}function fm(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 Aj=e=>()=>e;function I8(e,t){return function(r){return e+r*t}}function N8(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 T8(e){return(e=+e)==1?Mj:function(t,r){return r-t?N8(t,r,e):Aj(isNaN(t)?r:t)}}function Mj(e,t){var r=t-e;return r?I8(e,r):Aj(isNaN(e)?t:e)}const PP=(function e(t){var r=T8(t);function n(i,o){var a=r((i=Cb(i)).r,(o=Cb(o)).r),u=r(i.g,o.g),c=r(i.b,o.b),d=Mj(i.opacity,o.opacity);return function(f){return i.r=a(f),i.g=u(f),i.b=c(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 Rb=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,dm=new RegExp(Rb.source,"g");function A8(e){return function(){return e}}function M8(e){return function(t){return e(t)+""}}function D8(e,t){var r=Rb.lastIndex=dm.lastIndex=0,n,i,o,a=-1,u=[],c=[];for(e=e+"",t=t+"";(n=Rb.exec(e))&&(i=dm.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,c.push({i:a,x:Bn(n,i)})),r=dm.lastIndex;return r<t.length&&(o=t.slice(r),u[a]?u[a]+=o:u[++a]=o),u.length<2?c[0]?M8(c[0].x):A8(t):(t=c.length,function(d){for(var f=0,h;f<t;++f)u[(h=c[f]).i]=h.x(d);return u.join("")})}var IP=180/Math.PI,Pb={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function Dj(e,t,r,n,i,o){var a,u,c;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(c=e*r+t*n)&&(r-=e*c,n-=t*c),(u=Math.sqrt(r*r+n*n))&&(r/=u,n/=u,c/=u),e*n<t*r&&(e=-e,t=-t,c=-c,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*IP,skewX:Math.atan(c)*IP,scaleX:a,scaleY:u}}var hu;function j8(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Pb:Dj(t.a,t.b,t.c,t.d,t.e,t.f)}function q8(e){return e==null||(hu||(hu=document.createElementNS("http://www.w3.org/2000/svg","g")),hu.setAttribute("transform",e),!(e=hu.transform.baseVal.consolidate()))?Pb:(e=e.matrix,Dj(e.a,e.b,e.c,e.d,e.e,e.f))}function jj(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 c(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),c(d.scaleX,d.scaleY,f.scaleX,f.scaleY,h,p),d=f=null,function(v){for(var m=-1,y=p.length,b;++m<y;)h[(b=p[m]).i]=b.x(v);return h.join("")}}}var k8=jj(j8,"px, ","px)","deg)"),L8=jj(q8,", ",")",")"),B8=1e-12;function NP(e){return((e=Math.exp(e))+1/e)/2}function F8(e){return((e=Math.exp(e))-1/e)/2}function $8(e){return((e=Math.exp(2*e))-1)/(e+1)}const z8=(function e(t,r,n){function i(o,a){var u=o[0],c=o[1],d=o[2],f=a[0],h=a[1],p=a[2],v=f-u,m=h-c,y=v*v+m*m,b,x;if(y<B8)x=Math.log(p/d)/t,b=function(P){return[u+P*v,c+P*m,d*Math.exp(t*P*x)]};else{var w=Math.sqrt(y),S=(p*p-d*d+n*y)/(2*d*r*w),E=(p*p-d*d-n*y)/(2*p*r*w),_=Math.log(Math.sqrt(S*S+1)-S),R=Math.log(Math.sqrt(E*E+1)-E);x=(R-_)/t,b=function(P){var N=P*x,j=NP(_),L=d/(r*w)*(j*$8(t*N+_)-F8(_));return[u+L*v,c+L*m,d*j/NP(t*N+_)]}}return b.duration=x*1e3*t/Math.SQRT2,b}return i.rho=function(o){var a=Math.max(.001,+o),u=a*a,c=u*u;return e(a,u,c)},i})(Math.SQRT2,2,4);var go=0,_a=0,Qo=0,qj=1e3,Yu,Ea,Xu=0,gi=0,$c=0,ka=typeof performance=="object"&&performance.now?performance:Date,kj=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Sx(){return gi||(kj(H8),gi=ka.now()+$c)}function H8(){gi=0}function Zu(){this._call=this._time=this._next=null}Zu.prototype=Lj.prototype={constructor:Zu,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Sx():+r)+(t==null?0:+t),!this._next&&Ea!==this&&(Ea?Ea._next=this:Yu=this,Ea=this),this._call=e,this._time=r,Ib()},stop:function(){this._call&&(this._call=null,this._time=1/0,Ib())}};function Lj(e,t,r){var n=new Zu;return n.restart(e,t,r),n}function U8(){Sx(),++go;for(var e=Yu,t;e;)(t=gi-e._time)>=0&&e._call.call(void 0,t),e=e._next;--go}function TP(){gi=(Xu=ka.now())+$c,go=_a=0;try{U8()}finally{go=0,W8(),gi=0}}function V8(){var e=ka.now(),t=e-Xu;t>qj&&($c-=t,Xu=e)}function W8(){for(var e,t=Yu,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:Yu=r);Ea=e,Ib(n)}function Ib(e){if(!go){_a&&(_a=clearTimeout(_a));var t=e-gi;t>24?(e<1/0&&(_a=setTimeout(TP,e-ka.now()-$c)),Qo&&(Qo=clearInterval(Qo))):(Qo||(Xu=ka.now(),Qo=setInterval(V8,qj)),go=1,kj(TP))}}function AP(e,t,r){var n=new Zu;return t=t==null?0:+t,n.restart(i=>{n.stop(),e(i+t)},t,r),n}var G8=Bc("start","end","cancel","interrupt"),K8=[],Bj=0,MP=1,Nb=2,qu=3,DP=4,Tb=5,ku=6;function zc(e,t,r,n,i,o){var a=e.__transition;if(!a)e.__transition={};else if(r in a)return;Y8(e,r,{name:t,index:n,group:i,on:G8,tween:K8,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:Bj})}function Ox(e,t){var r=$r(e,t);if(r.state>Bj)throw new Error("too late; already scheduled");return r}function an(e,t){var r=$r(e,t);if(r.state>qu)throw new Error("too late; already running");return r}function $r(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function Y8(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=Lj(o,0,r.time);function o(d){r.state=MP,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!==MP)return c();for(f in n)if(v=n[f],v.name===r.name){if(v.state===qu)return AP(a);v.state===DP?(v.state=ku,v.timer.stop(),v.on.call("interrupt",e,e.__data__,v.index,v.group),delete n[f]):+f<t&&(v.state=ku,v.timer.stop(),v.on.call("cancel",e,e.__data__,v.index,v.group),delete n[f])}if(AP(function(){r.state===qu&&(r.state=DP,r.timer.restart(u,r.delay,r.time),u(d))}),r.state=Nb,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Nb){for(r.state=qu,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(c),r.state=Tb,1),h=-1,p=i.length;++h<p;)i[h].call(e,f);r.state===Tb&&(r.on.call("end",e,e.__data__,r.index,r.group),c())}function c(){r.state=ku,r.timer.stop(),delete n[t];for(var d in n)return;delete e.__transition}}function Lu(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>Nb&&n.state<Tb,n.state=ku,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[a]}o&&delete e.__transition}}function X8(e){return this.each(function(){Lu(this,e)})}function Z8(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 J8(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},c=0,d=i.length;c<d;++c)if(i[c].name===t){i[c]=u;break}c===d&&i.push(u)}o.tween=i}}function Q8(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=$r(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?Z8:J8)(r,e,t))}function Cx(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 $r(i,n).value[t]}}function Fj(e,t){var r;return(typeof t=="number"?Bn:t instanceof qa?PP:(r=qa(t))?(t=r,PP):D8)(e,t)}function eG(e){return function(){this.removeAttribute(e)}}function tG(e){return function(){this.removeAttributeNS(e.space,e.local)}}function rG(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 nG(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 iG(e,t,r){var n,i,o;return function(){var a,u=r(this),c;return u==null?void this.removeAttribute(e):(a=this.getAttribute(e),c=u+"",a===c?null:a===n&&c===i?o:(i=c,o=t(n=a,u)))}}function oG(e,t,r){var n,i,o;return function(){var a,u=r(this),c;return u==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),c=u+"",a===c?null:a===n&&c===i?o:(i=c,o=t(n=a,u)))}}function aG(e,t){var r=Fc(e),n=r==="transform"?L8:Fj;return this.attrTween(e,typeof t=="function"?(r.local?oG:iG)(r,n,Cx(this,"attr."+e,t)):t==null?(r.local?tG:eG)(r):(r.local?nG:rG)(r,n,t))}function sG(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function uG(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function cG(e,t){var r,n;function i(){var o=t.apply(this,arguments);return o!==n&&(r=(n=o)&&uG(e,o)),r}return i._value=t,i}function lG(e,t){var r,n;function i(){var o=t.apply(this,arguments);return o!==n&&(r=(n=o)&&sG(e,o)),r}return i._value=t,i}function fG(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=Fc(e);return this.tween(r,(n.local?cG:lG)(n,t))}function dG(e,t){return function(){Ox(this,e).delay=+t.apply(this,arguments)}}function hG(e,t){return t=+t,function(){Ox(this,e).delay=t}}function pG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?dG:hG)(t,e)):$r(this.node(),t).delay}function vG(e,t){return function(){an(this,e).duration=+t.apply(this,arguments)}}function gG(e,t){return t=+t,function(){an(this,e).duration=t}}function mG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?vG:gG)(t,e)):$r(this.node(),t).duration}function yG(e,t){if(typeof t!="function")throw new Error;return function(){an(this,e).ease=t}}function bG(e){var t=this._id;return arguments.length?this.each(yG(t,e)):$r(this.node(),t).ease}function xG(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;an(this,e).ease=r}}function wG(e){if(typeof e!="function")throw new Error;return this.each(xG(this._id,e))}function _G(e){typeof e!="function"&&(e=yj(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]=[],c,d=0;d<a;++d)(c=o[d])&&e.call(c,c.__data__,d,o)&&u.push(c);return new xn(n,this._parents,this._name,this._id)}function EG(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 c=t[u],d=r[u],f=c.length,h=a[u]=new Array(f),p,v=0;v<f;++v)(p=c[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 SG(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 OG(e,t,r){var n,i,o=SG(t)?Ox:an;return function(){var a=o(this,e),u=a.on;u!==n&&(i=(n=u).copy()).on(t,r),a.on=i}}function CG(e,t){var r=this._id;return arguments.length<2?$r(this.node(),r).on.on(e):this.each(OG(r,e,t))}function RG(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function PG(){return this.on("end.remove",RG(this._id))}function IG(e){var t=this._name,r=this._id;typeof e!="function"&&(e=wx(e));for(var n=this._groups,i=n.length,o=new Array(i),a=0;a<i;++a)for(var u=n[a],c=u.length,d=o[a]=new Array(c),f,h,p=0;p<c;++p)(f=u[p])&&(h=e.call(f,f.__data__,p,u))&&("__data__"in f&&(h.__data__=f.__data__),d[p]=h,zc(d[p],t,r,p,d,$r(f,r)));return new xn(o,this._parents,t,r)}function NG(e){var t=this._name,r=this._id;typeof e!="function"&&(e=mj(e));for(var n=this._groups,i=n.length,o=[],a=[],u=0;u<i;++u)for(var c=n[u],d=c.length,f,h=0;h<d;++h)if(f=c[h]){for(var p=e.call(f,f.__data__,h,c),v,m=$r(f,r),y=0,b=p.length;y<b;++y)(v=p[y])&&zc(v,t,r,y,p,m);o.push(p),a.push(f)}return new xn(o,a,t,r)}var TG=Ka.prototype.constructor;function AG(){return new TG(this._groups,this._parents)}function MG(e,t){var r,n,i;return function(){var o=vo(this,e),a=(this.style.removeProperty(e),vo(this,e));return o===a?null:o===r&&a===n?i:i=t(r=o,n=a)}}function $j(e){return function(){this.style.removeProperty(e)}}function DG(e,t,r){var n,i=r+"",o;return function(){var a=vo(this,e);return a===i?null:a===n?o:o=t(n=a,r)}}function jG(e,t,r){var n,i,o;return function(){var a=vo(this,e),u=r(this),c=u+"";return u==null&&(c=u=(this.style.removeProperty(e),vo(this,e))),a===c?null:a===n&&c===i?o:(i=c,o=t(n=a,u))}}function qG(e,t){var r,n,i,o="style."+t,a="end."+o,u;return function(){var c=an(this,e),d=c.on,f=c.value[o]==null?u||(u=$j(t)):void 0;(d!==r||i!==f)&&(n=(r=d).copy()).on(a,i=f),c.on=n}}function kG(e,t,r){var n=(e+="")=="transform"?k8:Fj;return t==null?this.styleTween(e,MG(e,n)).on("end.style."+e,$j(e)):typeof t=="function"?this.styleTween(e,jG(e,n,Cx(this,"style."+e,t))).each(qG(this._id,e)):this.styleTween(e,DG(e,n,t),r).on("end.style."+e,null)}function LG(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function BG(e,t,r){var n,i;function o(){var a=t.apply(this,arguments);return a!==i&&(n=(i=a)&&LG(e,a,r)),n}return o._value=t,o}function FG(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,BG(e,t,r??""))}function $G(e){return function(){this.textContent=e}}function zG(e){return function(){var t=e(this);this.textContent=t??""}}function HG(e){return this.tween("text",typeof e=="function"?zG(Cx(this,"text",e)):$G(e==null?"":e+""))}function UG(e){return function(t){this.textContent=e.call(this,t)}}function VG(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&UG(i)),t}return n._value=e,n}function WG(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,VG(e))}function GG(){for(var e=this._name,t=this._id,r=zj(),n=this._groups,i=n.length,o=0;o<i;++o)for(var a=n[o],u=a.length,c,d=0;d<u;++d)if(c=a[d]){var f=$r(c,t);zc(c,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 KG(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(o,a){var u={value:a},c={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(c)),d.on=t}),i===0&&o()})}var YG=0;function xn(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function zj(){return++YG}var mn=Ka.prototype;xn.prototype={constructor:xn,select:IG,selectAll:NG,selectChild:mn.selectChild,selectChildren:mn.selectChildren,filter:_G,merge:EG,selection:AG,transition:GG,call:mn.call,nodes:mn.nodes,node:mn.node,size:mn.size,empty:mn.empty,each:mn.each,on:CG,attr:aG,attrTween:fG,style:kG,styleTween:FG,text:HG,textTween:WG,remove:PG,tween:Q8,delay:pG,duration:mG,ease:bG,easeVarying:wG,end:KG,[Symbol.iterator]:mn[Symbol.iterator]};function XG(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var ZG={time:null,delay:0,duration:250,ease:XG};function JG(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 QG(e){var t,r;e instanceof xn?(t=e._id,e=e._name):(t=zj(),(r=ZG).time=Sx(),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,c,d=0;d<u;++d)(c=a[d])&&zc(c,e,t,d,a,r||JG(c,t));return new xn(n,this._parents,e,t)}Ka.prototype.interrupt=X8;Ka.prototype.transition=QG;const pu=e=>()=>e;function eK(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 fi=new yn(1,0,0);yn.prototype;function hm(e){e.stopImmediatePropagation()}function ea(e){e.preventDefault(),e.stopImmediatePropagation()}function tK(e){return(!e.ctrlKey||e.type==="wheel")&&!e.button}function rK(){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 jP(){return this.__zoom||fi}function nK(e){return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function iK(){return navigator.maxTouchPoints||"ontouchstart"in this}function oK(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 aK(){var e=tK,t=rK,r=oK,n=nK,i=iK,o=[0,1/0],a=[[-1/0,-1/0],[1/0,1/0]],u=250,c=z8,d=Bc("start","zoom","end"),f,h,p,v=500,m=150,y=0,b=10;function x(T){T.property("__zoom",jP).on("wheel.zoom",N,{passive:!1}).on("mousedown.zoom",j).on("dblclick.zoom",L).filter(i).on("touchstart.zoom",F).on("touchmove.zoom",k).on("touchend.zoom touchcancel.zoom",D).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}x.transform=function(T,B,$,W){var Y=T.selection?T.selection():T;Y.property("__zoom",jP),T!==Y?_(T,B,$,W):Y.interrupt().each(function(){R(this,arguments).event(W).start().zoom(null,typeof B=="function"?B.apply(this,arguments):B).end()})},x.scaleBy=function(T,B,$,W){x.scaleTo(T,function(){var Y=this.__zoom.k,ee=typeof B=="function"?B.apply(this,arguments):B;return Y*ee},$,W)},x.scaleTo=function(T,B,$,W){x.transform(T,function(){var Y=t.apply(this,arguments),ee=this.__zoom,H=$==null?E(Y):typeof $=="function"?$.apply(this,arguments):$,Q=ee.invert(H),ce=typeof B=="function"?B.apply(this,arguments):B;return r(S(w(ee,ce),H,Q),Y,a)},$,W)},x.translateBy=function(T,B,$,W){x.transform(T,function(){return r(this.__zoom.translate(typeof B=="function"?B.apply(this,arguments):B,typeof $=="function"?$.apply(this,arguments):$),t.apply(this,arguments),a)},null,W)},x.translateTo=function(T,B,$,W,Y){x.transform(T,function(){var ee=t.apply(this,arguments),H=this.__zoom,Q=W==null?E(ee):typeof W=="function"?W.apply(this,arguments):W;return r(fi.translate(Q[0],Q[1]).scale(H.k).translate(typeof B=="function"?-B.apply(this,arguments):-B,typeof $=="function"?-$.apply(this,arguments):-$),ee,a)},W,Y)};function w(T,B){return B=Math.max(o[0],Math.min(o[1],B)),B===T.k?T:new yn(B,T.x,T.y)}function S(T,B,$){var W=B[0]-$[0]*T.k,Y=B[1]-$[1]*T.k;return W===T.x&&Y===T.y?T:new yn(T.k,W,Y)}function E(T){return[(+T[0][0]+ +T[1][0])/2,(+T[0][1]+ +T[1][1])/2]}function _(T,B,$,W){T.on("start.zoom",function(){R(this,arguments).event(W).start()}).on("interrupt.zoom end.zoom",function(){R(this,arguments).event(W).end()}).tween("zoom",function(){var Y=this,ee=arguments,H=R(Y,ee).event(W),Q=t.apply(Y,ee),ce=$==null?E(Q):typeof $=="function"?$.apply(Y,ee):$,se=Math.max(Q[1][0]-Q[0][0],Q[1][1]-Q[0][1]),z=Y.__zoom,G=typeof B=="function"?B.apply(Y,ee):B,J=c(z.invert(ce).concat(se/z.k),G.invert(ce).concat(se/G.k));return function(V){if(V===1)V=G;else{var K=J(V),ie=se/K[2];V=new yn(ie,ce[0]-K[0]*ie,ce[1]-K[1]*ie)}H.zoom(null,V)}})}function R(T,B,$){return!$&&T.__zooming||new P(T,B)}function P(T,B){this.that=T,this.args=B,this.active=0,this.sourceEvent=null,this.extent=t.apply(T,B),this.taps=0}P.prototype={event:function(T){return T&&(this.sourceEvent=T),this},start:function(){return++this.active===1&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(T,B){return this.mouse&&T!=="mouse"&&(this.mouse[1]=B.invert(this.mouse[0])),this.touch0&&T!=="touch"&&(this.touch0[1]=B.invert(this.touch0[0])),this.touch1&&T!=="touch"&&(this.touch1[1]=B.invert(this.touch1[0])),this.that.__zoom=B,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(T){var B=Mr(this.that).datum();d.call(T,this.that,new eK(T,{sourceEvent:this.sourceEvent,target:x,transform:this.that.__zoom,dispatch:d}),B)}};function N(T,...B){if(!e.apply(this,arguments))return;var $=R(this,B).event(T),W=this.__zoom,Y=Math.max(o[0],Math.min(o[1],W.k*Math.pow(2,n.apply(this,arguments)))),ee=Xr(T);if($.wheel)($.mouse[0][0]!==ee[0]||$.mouse[0][1]!==ee[1])&&($.mouse[1]=W.invert($.mouse[0]=ee)),clearTimeout($.wheel);else{if(W.k===Y)return;$.mouse=[ee,W.invert(ee)],Lu(this),$.start()}ea(T),$.wheel=setTimeout(H,m),$.zoom("mouse",r(S(w(W,Y),$.mouse[0],$.mouse[1]),$.extent,a));function H(){$.wheel=null,$.end()}}function j(T,...B){if(p||!e.apply(this,arguments))return;var $=T.currentTarget,W=R(this,B,!0).event(T),Y=Mr(T.view).on("mousemove.zoom",ce,!0).on("mouseup.zoom",se,!0),ee=Xr(T,$),H=T.clientX,Q=T.clientY;Pj(T.view),hm(T),W.mouse=[ee,this.__zoom.invert(ee)],Lu(this),W.start();function ce(z){if(ea(z),!W.moved){var G=z.clientX-H,J=z.clientY-Q;W.moved=G*G+J*J>y}W.event(z).zoom("mouse",r(S(W.that.__zoom,W.mouse[0]=Xr(z,$),W.mouse[1]),W.extent,a))}function se(z){Y.on("mousemove.zoom mouseup.zoom",null),Ij(z.view,W.moved),ea(z),W.event(z).end()}}function L(T,...B){if(e.apply(this,arguments)){var $=this.__zoom,W=Xr(T.changedTouches?T.changedTouches[0]:T,this),Y=$.invert(W),ee=$.k*(T.shiftKey?.5:2),H=r(S(w($,ee),W,Y),t.apply(this,B),a);ea(T),u>0?Mr(this).transition().duration(u).call(_,H,W,T):Mr(this).call(x.transform,H,W,T)}}function F(T,...B){if(e.apply(this,arguments)){var $=T.touches,W=$.length,Y=R(this,B,T.changedTouches.length===W).event(T),ee,H,Q,ce;for(hm(T),H=0;H<W;++H)Q=$[H],ce=Xr(Q,this),ce=[ce,this.__zoom.invert(ce),Q.identifier],Y.touch0?!Y.touch1&&Y.touch0[2]!==ce[2]&&(Y.touch1=ce,Y.taps=0):(Y.touch0=ce,ee=!0,Y.taps=1+!!f);f&&(f=clearTimeout(f)),ee&&(Y.taps<2&&(h=ce[0],f=setTimeout(function(){f=null},v)),Lu(this),Y.start())}}function k(T,...B){if(this.__zooming){var $=R(this,B).event(T),W=T.changedTouches,Y=W.length,ee,H,Q,ce;for(ea(T),ee=0;ee<Y;++ee)H=W[ee],Q=Xr(H,this),$.touch0&&$.touch0[2]===H.identifier?$.touch0[0]=Q:$.touch1&&$.touch1[2]===H.identifier&&($.touch1[0]=Q);if(H=$.that.__zoom,$.touch1){var se=$.touch0[0],z=$.touch0[1],G=$.touch1[0],J=$.touch1[1],V=(V=G[0]-se[0])*V+(V=G[1]-se[1])*V,K=(K=J[0]-z[0])*K+(K=J[1]-z[1])*K;H=w(H,Math.sqrt(V/K)),Q=[(se[0]+G[0])/2,(se[1]+G[1])/2],ce=[(z[0]+J[0])/2,(z[1]+J[1])/2]}else if($.touch0)Q=$.touch0[0],ce=$.touch0[1];else return;$.zoom("touch",r(S(H,Q,ce),$.extent,a))}}function D(T,...B){if(this.__zooming){var $=R(this,B).event(T),W=T.changedTouches,Y=W.length,ee,H;for(hm(T),p&&clearTimeout(p),p=setTimeout(function(){p=null},v),ee=0;ee<Y;++ee)H=W[ee],$.touch0&&$.touch0[2]===H.identifier?delete $.touch0:$.touch1&&$.touch1[2]===H.identifier&&delete $.touch1;if($.touch1&&!$.touch0&&($.touch0=$.touch1,delete $.touch1),$.touch0)$.touch0[1]=this.__zoom.invert($.touch0[0]);else if($.end(),$.taps===2&&(H=Xr(H,this),Math.hypot(h[0]-H[0],h[1]-H[1])<b)){var Q=Mr(this).on("dblclick.zoom");Q&&Q.apply(this,arguments)}}}return x.wheelDelta=function(T){return arguments.length?(n=typeof T=="function"?T:pu(+T),x):n},x.filter=function(T){return arguments.length?(e=typeof T=="function"?T:pu(!!T),x):e},x.touchable=function(T){return arguments.length?(i=typeof T=="function"?T:pu(!!T),x):i},x.extent=function(T){return arguments.length?(t=typeof T=="function"?T:pu([[+T[0][0],+T[0][1]],[+T[1][0],+T[1][1]]]),x):t},x.scaleExtent=function(T){return arguments.length?(o[0]=+T[0],o[1]=+T[1],x):[o[0],o[1]]},x.translateExtent=function(T){return arguments.length?(a[0][0]=+T[0][0],a[1][0]=+T[1][0],a[0][1]=+T[0][1],a[1][1]=+T[1][1],x):[[a[0][0],a[0][1]],[a[1][0],a[1][1]]]},x.constrain=function(T){return arguments.length?(r=T,x):r},x.duration=function(T){return arguments.length?(u=+T,x):u},x.interpolate=function(T){return arguments.length?(c=T,x):c},x.on=function(){var T=d.on.apply(d,arguments);return T===d?x:T},x.clickDistance=function(T){return arguments.length?(y=(T=+T)*T,x):Math.sqrt(y)},x.tapDistance=function(T){return arguments.length?(b=+T,x):b},x}function $e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ab(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 Hj(e,t){if(e){if(typeof e=="string")return Ab(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 Ab(e,t)}}function sK(e){if(Array.isArray(e))return e}function uK(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(c){o=!0,u=c}finally{try{!i&&r.return!=null&&r.return()}finally{if(o)throw u}}return n}}function cK(){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 sK(e)||uK(e,t)||Hj(e,t)||cK()}var mo;(function(e){e.Strict="strict",e.Loose="loose"})(mo||(mo={}));var mi;(function(e){e.Lines="lines",e.Dots="dots"})(mi||(mi={}));var io;(function(e){e.Free="free",e.Vertical="vertical",e.Horizontal="horizontal"})(io||(io={}));var $n;(function(e){e.Bezier="default",e.Straight="straight",e.Step="step",e.SmoothStep="smoothstep",e.SimpleBezier="simplebezier"})($n||($n={}));var Ju;(function(e){e.Arrow="arrow",e.ArrowClosed="arrowclosed"})(Ju||(Ju={}));var xe;(function(e){e.Left="left",e.Top="top",e.Right="right",e.Bottom="bottom"})(xe||(xe={}));var Rx=function(t){return{width:t.offsetWidth,height:t.offsetHeight}},oo=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)},Uj=function(t,r){return{x:oo(t.x,r[0][0],r[1][0]),y:oo(t.y,r[0][1],r[1][1])}},Vj=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)},lK=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)}},Qu=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}},fK=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}},Wj=function(t){return!isNaN(t)&&isFinite(t)},Nt=Symbol("internals");function qP(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 Sa(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?qP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):qP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function kP(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=Sa({},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 c=Math.abs(t.position.y);r.position.y=r.position.y-c,r.style.height+=c,t.position.y=0}r.width=r.style.width,r.height=r.style.height}}}function Gj(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(c){return c.id===i.id});if(o)switch(o.type){case"select":return n.push(Sa(Sa({},i),{},{selected:o.selected})),n;case"position":{var a=Sa({},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&&kP(n,a),n.push(a),n}case"dimensions":{var u=Sa({},i);return typeof o.dimensions<"u"&&(u.width=o.dimensions.width,u.height=o.dimensions.height),u.expandParent&&kP(n,u),n.push(u),n}case"remove":return n}return n.push(i),n},r)}function Kj(e,t){return Gj(e,t)}function dK(e,t){return Gj(e,t)}var Fn=function(t,r){return{id:t,type:"select",selected:r}};function Qi(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 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 Yj(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){$e(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}var BP=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 c=u.getBoundingClientRect();return Yj({id:u.getAttribute("data-handleid"),position:u.getAttribute("data-handlepos"),x:(c.left-a.left)/n,y:(c.top-a.top)/n},Rx(u))})};function ta(e,t,r){return r===void 0?r:function(n){var i=t().nodeInternals.get(e);r(n,Yj({},i))}}function Xj(e){var t=e.id,r=e.store,n=r.getState(),i=n.addSelectedNodes,o=n.unselectNodesAndEdges,a=n.multiSelectionActive,u=n.nodeInternals,c=u.get(t);r.setState({nodesSelectionActive:!1}),c.selected?c.selected&&a&&o({nodes:[c]}):i([t])}function FP(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 Pa(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?FP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):FP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var hK=function(t){return"id"in t&&"source"in t&&"target"in t},pK=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||"")},Mb=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("&"))},vK=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)})},gK=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 hK(t)?n=Pa({},t):n=Pa(Pa({},t),{},{id:pK(t)}),vK(n,r)?r:r.concat(n)},Zj=function(t,r,n,i){var o=t.x,a=t.y,u=Le(r,3),c=u[0],d=u[1],f=u[2],h=Le(i,2),p=h[0],v=h[1],m={x:(o-c)/f,y:(a-d)/f};return n?{x:p*Math.round(m.x/p),y:v*Math.round(m.y/v)}:m},Px=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,c=i.height;return lK(n,Qu({x:o?o.x:a.x,y:o?o.y:a.y,width:u||0,height:c||0}))},{x:1/0,y:1/0,x2:-1/0,y2:-1/0});return fK(r)},Jj=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],c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,d=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,f=Qu({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,b=p.selectable,x=b===void 0?!0:b;if(d&&!x)return!1;var w=Qu(Pa(Pa({},v),{},{width:m||0,height:y||0})),S=Math.max(0,Math.min(f.x2,w.x2)-Math.max(f.x,w.x)),E=Math.max(0,Math.min(f.y2,w.y2)-Math.max(f.y,w.y)),_=Math.ceil(S*E),R=typeof m>"u"||typeof y>"u"||m===null||y===null,P=c&&_>0,N=(m||0)*(y||0),j=R||P||_>=N;j&&h.push(p)}),h},Qj=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)})},e2=function(t,r,n,i,o){var a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:.1,u=r/(t.width*(1+a)),c=n/(t.height*(1+a)),d=Math.min(u,c),f=oo(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]},ai=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return t.transition().duration(r)};function $P(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 eo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$P(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$P(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function t2(e,t,r,n){var i,o,a,u,c,d,f,h,p,v,m,y;if(!e.parentNode)return n;var b=t.get(e.parentNode);return t2(b,t,r,{x:((i=n.x)!==null&&i!==void 0?i:0)+((o=(a=b.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)+((c=(d=b.position)===null||d===void 0?void 0:d.y)!==null&&c!==void 0?c:0),z:((f=(h=b[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=b[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 pm(e,t){var r=new Map,n={};return e.forEach(function(i){var o,a=Wj(i.zIndex)?i.zIndex:i.selected?1e3:0,u=t.get(i.id),c=eo(eo({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&&(c.parentNode=i.parentNode,n[i.parentNode]=!0),Object.defineProperty(c,Nt,{enumerable:!1,value:{handleBounds:u==null||(o=u[Nt])===null||o===void 0?void 0:o.handleBounds,z:a}}),r.set(i.id,c)}),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=t2(i,r,n,eo(eo({},i.position),{},{z:(o=(a=i[Nt])===null||a===void 0?void 0:a.z)!==null&&o!==void 0?o:0})),c=u.x,d=u.y,f=u.z;i.positionAbsolute={x:c,y:d},i[Nt].z=f,n[i.id]&&(i[Nt].isParent=!0)}}),r}function r2(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,c=r.d3Zoom,d=r.d3Selection,f=r.fitViewOnInitDone,h=r.fitViewOnInit;if((t.initial&&!f&&h||!t.initial)&&c&&d){var p=Array.from(n.values()).filter(function(N){return t.includeHiddenNodes?N.width&&N.height:!N.hidden}),v=p.every(function(N){return N.width&&N.height});if(p.length>0&&v){var m,y,b,x=Px(p),w=e2(x,i,o,(m=t.minZoom)!==null&&m!==void 0?m:a,(y=t.maxZoom)!==null&&y!==void 0?y:u,(b=t.padding)!==null&&b!==void 0?b:.1),S=Le(w,3),E=S[0],_=S[1],R=S[2],P=fi.translate(E,_).scale(R);return typeof t.duration=="number"&&t.duration>0?c.transform(ai(d,t.duration),P):c.transform(d,P),!0}}return!1}function mK(e,t){return e.forEach(function(r){var n=t.get(r.id);if(n){var i;t.set(n.id,eo(eo({},n),{},(i={},$e(i,Nt,n[Nt]),$e(i,"selected",r.selected),i)))}}),new Map(t)}function yK(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 vu(e){var t=e.changedNodes,r=e.changedEdges,n=e.get,i=e.set,o=n(),a=o.nodeInternals,u=o.edges,c=o.onNodesChange,d=o.onEdgesChange,f=o.hasDefaultNodes,h=o.hasDefaultEdges;t!=null&&t.length&&(f&&i({nodeInternals:mK(t,a)}),c==null||c(t)),r!=null&&r.length&&(h&&i({edges:yK(r,u)}),d==null||d(r))}var Db=[[Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY],[Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY]],zP={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:Db,nodeExtent:Db,nodesSelectionActive:!1,userSelectionActive:!1,connectionNodeId:null,connectionHandleId:null,connectionHandleType:"source",connectionPosition:{x:0,y:0},connectionMode:mo.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 HP(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 Kr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?HP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):HP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Ix=PW(),bK=Ix.Provider,gt=Ix.useStore,Ft=Ix.useStoreApi,xK=function(){return RW(function(t,r){return Kr(Kr({},zP),{},{setNodes:function(i){t({nodeInternals:pm(i,r().nodeInternals)})},setEdges:function(i){var o=r(),a=o.defaultEdgeOptions,u=a===void 0?{}:a;t({edges:i.map(function(c){return Kr(Kr({},u),c)})})},setDefaultNodesAndEdges:function(i,o){var a=typeof i<"u",u=typeof o<"u",c=a?pm(i,new Map):new Map,d=u?o:[];t({nodeInternals:c,edges:d,hasDefaultNodes:a,hasDefaultEdges:u})},updateNodeDimensions:function(i){var o=r(),a=o.onNodesChange,u=o.nodeInternals,c=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,b=i.reduce(function(w,S){var E=u.get(S.id);if(E){var _=Rx(S.nodeElement),R=!!(_.width&&_.height&&(E.width!==_.width||E.height!==_.height||S.forceUpdate));R&&(u.set(E.id,Kr(Kr({},E),{},$e({},Nt,Kr(Kr({},E[Nt]),{},{handleBounds:{source:BP(".source",S.nodeElement,y),target:BP(".target",S.nodeElement,y)}})),_)),w.push({id:E.id,type:"dimensions",dimensions:_}))}return w},[]),x=d||c&&!d&&r2(r,Kr({initial:!0},f));t({nodeInternals:new Map(u),fitViewOnInitDone:x}),(b==null?void 0:b.length)>0&&(a==null||a(b))}},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(),c=u.onNodesChange,d=u.nodeInternals,f=u.hasDefaultNodes;if(f||c){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=Kj(h,Array.from(d.values())),v=pm(p,d);t({nodeInternals:v})}c==null||c(h)}}},addSelectedNodes:function(i){var o=r(),a=o.multiSelectionActive,u=o.nodeInternals,c=o.edges,d,f=null;a?d=i.map(function(h){return Fn(h,!0)}):(d=Qi(Array.from(u.values()),i),f=Qi(c,[])),vu({changedNodes:d,changedEdges:f,get:r,set:t})},addSelectedEdges:function(i){var o=r(),a=o.multiSelectionActive,u=o.edges,c=o.nodeInternals,d,f=null;a?d=i.map(function(h){return Fn(h,!0)}):(d=Qi(u,i),f=Qi(Array.from(c.values()),[])),vu({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(),c=u.nodeInternals,d=u.edges,f=o||Array.from(c.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)});vu({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()),c=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)});vu({changedNodes:c,changedEdges:d,get:r,set:t})},setNodeExtent:function(i){var o=r(),a=o.nodeInternals;a.forEach(function(u){u.positionAbsolute=Uj(u.position,i)}),t({nodeExtent:i,nodeInternals:new Map(a)})},reset:function(){return t(Kr({},zP))}})})};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 wK(e){if(Array.isArray(e))return Ab(e)}function _K(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function EK(){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 di(e){return wK(e)||_K(e)||Hj(e)||EK()}var SK={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},OK=function(t){return{d3Zoom:t.d3Zoom,d3Selection:t.d3Selection}},CK=function(){var t=Ft(),r=gt(OK,Xt),n=r.d3Zoom,i=r.d3Selection,o=A.useMemo(function(){return i&&n?{zoomIn:function(u){return n.scaleBy(ai(i,u==null?void 0:u.duration),1.2)},zoomOut:function(u){return n.scaleBy(ai(i,u==null?void 0:u.duration),1/1.2)},zoomTo:function(u,c){return n.scaleTo(ai(i,c==null?void 0:c.duration),u)},getZoom:function(){return t.getState().transform[2]},setViewport:function(u,c){var d,f,h,p=Le(t.getState().transform,3),v=p[0],m=p[1],y=p[2],b=fi.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(ai(i,c==null?void 0:c.duration),b)},getViewport:function(){var u=Le(t.getState().transform,3),c=u[0],d=u[1],f=u[2];return{x:c,y:d,zoom:f}},fitView:function(u){return r2(t.getState,u)},setCenter:function(u,c,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,b=p/2-c*m,x=fi.translate(y,b).scale(m);n.transform(ai(i,d==null?void 0:d.duration),x)},fitBounds:function(u,c){var d,f=t.getState(),h=f.width,p=f.height,v=f.minZoom,m=f.maxZoom,y=e2(u,h,p,v,m,(d=c==null?void 0:c.padding)!==null&&d!==void 0?d:.1),b=Le(y,3),x=b[0],w=b[1],S=b[2],E=fi.translate(x,w).scale(S);n.transform(ai(i,c==null?void 0:c.duration),E)},project:function(u){var c=t.getState(),d=c.transform,f=c.snapToGrid,h=c.snapGrid;return Zj(u,d,f,h)},viewportInitialized:!0}:SK},[n,i]);return o};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 Gi(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){$e(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}function n2(){var e=CK(),t=Ft(),r=A.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=Array.from(p.values());return v.map(function(m){return Gi({},m)})},[]),n=A.useCallback(function(h){var p=t.getState(),v=p.nodeInternals;return v.get(h)},[]),i=A.useCallback(function(){var h=t.getState(),p=h.edges,v=p===void 0?[]:p;return v.map(function(m){return Gi({},m)})},[]),o=A.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=A.useCallback(function(h){var p=t.getState(),v=p.nodeInternals,m=p.setNodes,y=p.hasDefaultNodes,b=p.onNodesChange,x=Array.from(v.values()),w=typeof h=="function"?h(x):h;if(y)m(w);else if(b){var S=w.length===0?x.map(function(E){return{type:"remove",id:E.id}}):w.map(function(E){return{item:E,type:"reset"}});b(S)}},[]),u=A.useCallback(function(h){var p=t.getState(),v=p.edges,m=v===void 0?[]:v,y=p.setEdges,b=p.hasDefaultEdges,x=p.onEdgesChange,w=typeof h=="function"?h(m):h;if(b)y(w);else if(x){var S=w.length===0?m.map(function(E){return{type:"remove",id:E.id}}):w.map(function(E){return{item:E,type:"reset"}});x(S)}},[]),c=A.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.nodeInternals,y=v.setNodes,b=v.hasDefaultNodes,x=v.onNodesChange;if(b){var w=Array.from(m.values()),S=[].concat(w,di(p));y(S)}else if(x){var E=p.map(function(_){return{item:_,type:"add"}});x(E)}},[]),d=A.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.edges,y=m===void 0?[]:m,b=v.setEdges,x=v.hasDefaultEdges,w=v.onEdgesChange;if(x)b([].concat(di(y),di(p)));else if(w){var S=p.map(function(E){return{item:E,type:"add"}});w(S)}},[]),f=A.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=h.edges,m=v===void 0?[]:v,y=h.transform,b=Array.from(p.values()),x=Le(y,3),w=x[0],S=x[1],E=x[2];return{nodes:b.map(function(_){return Gi({},_)}),edges:m.map(function(_){return Gi({},_)}),viewport:{x:w,y:S,zoom:E}}},[]);return A.useMemo(function(){return Gi(Gi({},e),{},{getNodes:r,getNode:n,getEdges:i,getEdge:o,setNodes:a,setEdges:u,addNodes:c,addEdges:d,toObject:f})},[e,r,n,i,o,a,u,c,d,f])}function RK(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 Hc(e,t){if(e==null)return{};var r=RK(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 PK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},A.createElement("path",{d:"M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z"}))}function IK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 5"},A.createElement("path",{d:"M0 0h32v4.2H0z"}))}function NK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 30"},A.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 TK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},A.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 AK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},A.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 MK=["children","className"];function VP(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 DK(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?VP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):VP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var gu=function(t){var r=t.children,n=t.className,i=Hc(t,MK);return A.createElement("button",DK({type:"button",className:cr(["react-flow__controls-button",n])},i),r)},jK=function(t){return t.nodesDraggable&&t.nodesConnectable&&t.elementsSelectable},qK=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,c=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,b=Ft(),x=A.useState(!1),w=Le(x,2),S=w[0],E=w[1],_=gt(jK),R=n2(),P=R.zoomIn,N=R.zoomOut,j=R.fitView;if(A.useEffect(function(){E(!0)},[]),!S)return null;var L=function(){P==null||P(),f==null||f()},F=function(){N==null||N(),h==null||h()},k=function(){j==null||j(d),p==null||p()},D=function(){b.setState({nodesDraggable:!_,nodesConnectable:!_,elementsSelectable:!_}),v==null||v(!_)};return A.createElement("div",{className:cr(["react-flow__controls",m]),style:r},i&&A.createElement(A.Fragment,null,A.createElement(gu,{onClick:L,className:"react-flow__controls-zoomin",title:"zoom in","aria-label":"zoom in"},A.createElement(PK,null)),A.createElement(gu,{onClick:F,className:"react-flow__controls-zoomout",title:"zoom out","aria-label":"zoom out"},A.createElement(IK,null))),a&&A.createElement(gu,{className:"react-flow__controls-fitview",onClick:k,title:"fit view","aria-label":"fit view"},A.createElement(NK,null)),c&&A.createElement(gu,{className:"react-flow__controls-interactive",onClick:D,title:"toggle interactivity","aria-label":"toggle interactivity"},_?A.createElement(AK,null):A.createElement(TK,null)),y)};qK.displayName="Controls";var kK=function(t,r,n){return A.createElement("path",{stroke:n,strokeWidth:r,d:"M".concat(t/2," 0 V").concat(t," M0 ").concat(t/2," H").concat(t)})},LK=function(t,r){return A.createElement("circle",{cx:t,cy:t,r:t,fill:r})},mu;function WP(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 GP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?WP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):WP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var BK=(mu={},$e(mu,mi.Dots,"#81818a"),$e(mu,mi.Lines,"#eee"),mu),FK=function(t){return t.transform},i2=function(t){var r=t.variant,n=r===void 0?mi.Dots:r,i=t.gap,o=i===void 0?15:i,a=t.size,u=a===void 0?.4:a,c=t.color,d=t.style,f=t.className,h=A.useRef(null),p=A.useState(null),v=Le(p,2),m=v[0],y=v[1],b=gt(FK),x=Le(b,3),w=x[0],S=x[1],E=x[2];A.useEffect(function(){var F=document.querySelectorAll(".react-flow__background"),k=Array.from(F).findIndex(function(D){return D===h.current});y("pattern-".concat(k))},[]);var _=o*E||1,R=w%_,P=S%_,N=n===mi.Lines,j=c||BK[n],L=N?kK(_,u,j):LK(u*E,j);return A.createElement("svg",{className:cr(["react-flow__background","react-flow__container",f]),style:GP(GP({},d),{},{width:"100%",height:"100%"}),ref:h},m&&A.createElement(A.Fragment,null,A.createElement("pattern",{id:m,x:R,y:P,width:_,height:_,patternUnits:"userSpaceOnUse"},L),A.createElement("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:"url(#".concat(m,")")})))};i2.displayName="Background";var $K=A.memo(i2),zK=["paid-pro","paid-sponsor","paid-enterprise","paid-custom"];function HK(e){var t=e.proOptions,r=e.position,n=r===void 0?"bottom-right":r;if(t!=null&&t.account&&zK.includes(t==null?void 0:t.account)&&t!==null&&t!==void 0&&t.hideAttribution)return null;var i="".concat(n).split("-");return A.createElement("div",{className:cr(["react-flow__attribution"].concat(di(i))),"data-message":"Please only hide this attribution when you are subscribed to React Flow Pro: https://pro.reactflow.dev/pricing"},A.createElement("a",{href:"https://reactflow.dev",target:"_blank",rel:"noopener noreferrer"},"React Flow"))}var UK=["x","y","label","labelStyle","labelShowBg","labelBgStyle","labelBgPadding","labelBgBorderRadius","children","className"];function KP(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 VK(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?KP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):KP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var WK=function(t){var r=t.x,n=t.y,i=t.label,o=t.labelStyle,a=o===void 0?{}:o,u=t.labelShowBg,c=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,b=t.className,x=Hc(t,UK),w=A.useRef(null),S=A.useState({x:0,y:0,width:0,height:0}),E=Le(S,2),_=E[0],R=E[1],P=cr(["react-flow__edge-textwrapper",b]);return A.useEffect(function(){if(w.current){var N=w.current.getBBox();R({x:N.x,y:N.y,width:N.width,height:N.height})}},[i]),typeof i>"u"||!i?null:A.createElement("g",VK({transform:"translate(".concat(r-_.width/2," ").concat(n-_.height/2,")"),className:P},x),c&&A.createElement("rect",{width:_.width+2*p[0],x:-p[0],y:-p[1],height:_.height+2*p[1],className:"react-flow__edge-textbg",style:f,rx:m,ry:m}),A.createElement("text",{className:"react-flow__edge-text",y:_.height/2,dy:"0.3em",ref:w,style:a},i),y)},GK=A.memo(WK),Uc=(function(e){var t=e.path,r=e.centerX,n=e.centerY,i=e.label,o=e.labelStyle,a=e.labelShowBg,u=e.labelBgStyle,c=e.labelBgPadding,d=e.labelBgBorderRadius,f=e.style,h=e.markerEnd,p=e.markerStart,v=i?A.createElement(GK,{x:r,y:n,label:i,labelStyle:o,labelShowBg:a,labelBgStyle:u,labelBgPadding:c,labelBgBorderRadius:d}):null;return A.createElement(A.Fragment,null,A.createElement("path",{style:f,d:t,className:"react-flow__edge-path",markerEnd:h,markerStart:p}),v)});function ec(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a,u;switch(t){case xe.Left:case xe.Right:a=.5*(r+i),u=n;break;case xe.Top:case xe.Bottom:a=r,u=.5*(n+o);break}return[a,u]}function o2(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=ec({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=ec({pos:c,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],b=m[1];return"M".concat(t,",").concat(r," C").concat(h,",").concat(p," ").concat(y,",").concat(b," ").concat(o,",").concat(a)}function KK(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=ec({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=ec({pos:c,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],b=m[1],x=t*.125+h*.375+y*.375+o*.125,w=r*.125+p*.375+b*.375+a*.125,S=Math.abs(x-t),E=Math.abs(w-r);return[x,w,S,E]}var a2=A.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?xe.Bottom:o,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,b=e.markerEnd,x=e.markerStart,w={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:c},S=o2(w),E=KK(w),_=Le(E,2),R=_[0],P=_[1];return A.createElement(Uc,{path:S,centerX:R,centerY:P,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:b,markerStart:x})});function YP(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 YK(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?YP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):YP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var XP=[xe.Left,xe.Right],s2=function(t){var r=t.sourceX,n=t.sourceY,i=t.targetX,o=t.targetY,a=t.sourcePosition,u=a===void 0?xe.Bottom:a,c=t.targetPosition,d=c===void 0?xe.Top:c,f=XP.includes(u),h=XP.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),b=n<o?n+y:n-y;return[m,b,v,y]}var x=Math.abs(i-r)/2,w=i<r?i+x:i-x,S=Math.abs(o-n)/2,E=o<n?o+S:o-S;return[w,E,x,S]};function ra(e,t,r){return r===void 0?r:function(n){var i=t().edges.find(function(o){return o.id===e});r(n,YK({},i))}}var vm=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},gm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},mm=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},ym=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},bm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)},xm=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},wm=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},_m=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)};function jb(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.borderRadius,f=d===void 0?5:d,h=e.centerX,p=e.centerY,v=s2({sourceX:t,sourceY:r,targetX:o,targetY:a}),m=Le(v,4),y=m[0],b=m[1],x=m[2],w=m[3],S=Math.min(f,Math.abs(o-t)),E=Math.min(f,Math.abs(a-r)),_=Math.min(S,E,x,w),R=[xe.Left,xe.Right],P=typeof h<"u"?h:y,N=typeof p<"u"?p:b,j=null,L=null;return t<=o?(j=r<=a?vm(t,N,_):xm(t,N,_),L=r<=a?_m(o,N,_):ym(o,N,_)):(j=r<a?mm(t,N,_):wm(t,N,_),L=r<a?bm(o,N,_):gm(o,N,_)),R.includes(i)&&R.includes(c)?t<=o?(j=r<=a?_m(P,r,_):ym(P,r,_),L=r<=a?vm(P,a,_):xm(P,a,_)):(i===xe.Right&&c===xe.Left||i===xe.Left&&c===xe.Right||i===xe.Left&&c===xe.Left)&&(j=r<=a?bm(P,r,_):gm(P,r,_),L=r<=a?mm(P,a,_):wm(P,a,_)):R.includes(i)&&!R.includes(c)?(t<=o?j=r<=a?_m(o,r,_):ym(o,r,_):j=r<=a?bm(o,r,_):gm(o,r,_),L=""):!R.includes(i)&&R.includes(c)&&(t<=o?j=r<=a?vm(t,a,_):xm(t,a,_):j=r<=a?mm(t,a,_):wm(t,a,_),L=""),"M ".concat(t,",").concat(r).concat(j).concat(L,"L ").concat(o,",").concat(a)}var Nx=A.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,c=e.labelBgStyle,d=e.labelBgPadding,f=e.labelBgBorderRadius,h=e.style,p=e.sourcePosition,v=p===void 0?xe.Bottom:p,m=e.targetPosition,y=m===void 0?xe.Top:m,b=e.markerEnd,x=e.markerStart,w=e.borderRadius,S=w===void 0?5:w,E=s2({sourceX:t,sourceY:r,targetX:n,targetY:i,sourcePosition:v,targetPosition:y}),_=Le(E,2),R=_[0],P=_[1],N=jb({sourceX:t,sourceY:r,sourcePosition:v,targetX:n,targetY:i,targetPosition:y,borderRadius:S});return A.createElement(Uc,{path:N,centerX:R,centerY:P,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:b,markerStart:x})});function ZP(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?ZP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ZP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var u2=A.memo(function(e){return A.createElement(Nx,JP(JP({},e),{},{borderRadius:0}))}),c2=A.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,c=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,b=Math.abs(n-t)/2,x=n<t?n+b:n-b,w="M ".concat(t,",").concat(r,"L ").concat(n,",").concat(i);return A.createElement(Uc,{path:w,centerX:x,centerY:y,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:p,markerStart:v})});function yu(e,t){return e>=0?.5*e:t*25*Math.sqrt(-e)}function tc(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a=e.c,u,c;switch(t){case xe.Left:u=r-yu(r-i,a),c=n;break;case xe.Right:u=r+yu(i-r,a),c=n;break;case xe.Top:u=r,c=n-yu(n-o,a);break;case xe.Bottom:u=r,c=n+yu(o-n,a);break}return[u,c]}function Vc(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.curvature,f=d===void 0?.25:d,h=tc({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=tc({pos:c,x1:o,y1:a,x2:t,y2:r,c:f}),b=Le(y,2),x=b[0],w=b[1];return"M".concat(t,",").concat(r," C").concat(v,",").concat(m," ").concat(x,",").concat(w," ").concat(o,",").concat(a)}function XK(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.curvature,f=d===void 0?.25:d,h=tc({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=tc({pos:c,x1:o,y1:a,x2:t,y2:r,c:f}),b=Le(y,2),x=b[0],w=b[1],S=t*.125+v*.375+x*.375+o*.125,E=r*.125+m*.375+w*.375+a*.125,_=Math.abs(S-t),R=Math.abs(E-r);return[S,E,_,R]}var qb=A.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?xe.Bottom:o,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,b=e.markerEnd,x=e.markerStart,w=e.curvature,S={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:c,curvature:w},E=Vc(S),_=XK(S),R=Le(_,2),P=R[0],N=R[1];return A.createElement(Uc,{path:E,centerX:P,centerY:N,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:b,markerStart:x})}),Tx=A.createContext(null),ZK=Tx.Provider;Tx.Consumer;function kb(e,t,r,n,i,o,a){var u=a.elementFromPoint(e.clientX,e.clientY),c=(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&&(c||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===mo.Strict?r&&d||!r&&c:!0;m&&(f.isValid=o(v))}return f}function Em(e){e==null||e.classList.remove("react-flow__handle-valid"),e==null||e.classList.remove("react-flow__handle-connecting")}function l2(e){var t=e.event,r=e.handleId,n=e.nodeId,i=e.onConnect,o=e.isTarget,a=e.getState,u=e.setState,c=e.isValidConnection,d=e.elementEdgeUpdaterType,f=e.onEdgeUpdateEnd,h=t.target.closest(".react-flow"),p=Vj(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 b=a(),x=b.onConnectStart,w=b.connectionMode,S=d||(m?"target":"source"),E=h.getBoundingClientRect(),_;u({connectionPosition:{x:t.clientX-E.left,y:t.clientY-E.top},connectionNodeId:n,connectionHandleId:r,connectionHandleType:S}),x==null||x(t,{nodeId:n,handleId:r,handleType:S});function R(N){u({connectionPosition:{x:N.clientX-E.left,y:N.clientY-E.top}});var j=kb(N,w,o,n,r,c,p),L=j.connection,F=j.elementBelow,k=j.isValid,D=j.isHoveringHandle;if(!D)return Em(_);L.source!==L.target&&F&&(Em(_),_=F,F.classList.add("react-flow__handle-connecting"),F.classList.toggle("react-flow__handle-valid",k))}function P(N){var j=a(),L=j.onConnectStop,F=j.onConnectEnd,k=kb(N,w,o,n,r,c,p),D=k.connection,T=k.isValid;L==null||L(N),T&&(i==null||i(D)),F==null||F(N),d&&f&&f(N),Em(_),u({connectionNodeId:null,connectionHandleId:null,connectionHandleType:null}),p.removeEventListener("mousemove",R),p.removeEventListener("mouseup",P)}p.addEventListener("mousemove",R),p.addEventListener("mouseup",P)}var JK=["type","position","isValidConnection","isConnectable","id","onConnect","children","className","onMouseDown"];function QP(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 Sm(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?QP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):QP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var QK=function(){return!0},eY=function(t){return{connectionStartHandle:t.connectionStartHandle,connectOnClick:t.connectOnClick}},f2=A.forwardRef(function(e,t){var r=e.type,n=r===void 0?"source":r,i=e.position,o=i===void 0?xe.Top:i,a=e.isValidConnection,u=a===void 0?QK:a,c=e.isConnectable,d=c===void 0?!0:c,f=e.id,h=e.onConnect,p=e.children,v=e.className,m=e.onMouseDown,y=Hc(e,JK),b=Ft(),x=A.useContext(Tx),w=gt(eY,Xt),S=w.connectionStartHandle,E=w.connectOnClick,_=f||null,R=n==="target",P=function(F){var k=b.getState(),D=k.defaultEdgeOptions,T=k.onConnect,B=k.hasDefaultEdges,$=Sm(Sm({},D),F);if(B){var W=b.getState(),Y=W.edges;b.setState({edges:gK($,Y)})}T==null||T($),h==null||h($)},N=function(F){F.button===0&&l2({event:F,handleId:_,nodeId:x,onConnect:P,isTarget:R,getState:b.getState,setState:b.setState,isValidConnection:u}),m==null||m(F)},j=function(F){var k=b.getState(),D=k.onClickConnectStart,T=k.onClickConnectStop,B=k.onClickConnectEnd,$=k.connectionMode;if(!S){D==null||D(F,{nodeId:x,handleId:_,handleType:n}),b.setState({connectionStartHandle:{nodeId:x,type:n,handleId:_}});return}var W=Vj(F.target),Y=kb(F,$,S.type==="target",S.nodeId,S.handleId||null,u,W),ee=Y.connection,H=Y.isValid;T==null||T(F),H&&P(ee),B==null||B(F),b.setState({connectionStartHandle:null})};return A.createElement("div",Sm({"data-handleid":_,"data-nodeid":x,"data-handlepos":o,className:cr(["react-flow__handle","react-flow__handle-".concat(o),"nodrag",v,{source:!R,target:R,connectable:d,connecting:(S==null?void 0:S.nodeId)===x&&(S==null?void 0:S.handleId)===_&&(S==null?void 0:S.type)===n}]),onMouseDown:N,onClick:E?j:void 0,ref:t},y),p)});f2.displayName="Handle";var rc=A.memo(f2),d2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?xe.Top:i,a=t.sourcePosition,u=a===void 0?xe.Bottom:a;return A.createElement(A.Fragment,null,A.createElement(rc,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label,A.createElement(rc,{type:"source",position:u,isConnectable:n}))};d2.displayName="DefaultNode";var Lb=A.memo(d2),h2=function(t){var r=t.data,n=t.isConnectable,i=t.sourcePosition,o=i===void 0?xe.Bottom:i;return A.createElement(A.Fragment,null,r==null?void 0:r.label,A.createElement(rc,{type:"source",position:o,isConnectable:n}))};h2.displayName="InputNode";var p2=A.memo(h2),v2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?xe.Top:i;return A.createElement(A.Fragment,null,A.createElement(rc,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label)};v2.displayName="OutputNode";var g2=A.memo(v2),tY=function(t){return{selectedNodes:Array.from(t.nodeInternals.values()).filter(function(r){return r.selected}),selectedEdges:t.edges.filter(function(r){return r.selected})}},rY=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 nY(e){var t=e.onSelectionChange,r=gt(tY,rY),n=r.selectedNodes,i=r.selectedEdges;return A.useEffect(function(){t({nodes:n,edges:i})},[n,i]),null}var iY=A.memo(nY),oY=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){A.useEffect(function(){typeof e<"u"&&t(e)},[e])}function rt(e,t,r){A.useEffect(function(){typeof t<"u"&&r($e({},e,t))},[t])}var aY=function(t){var r=t.nodes,n=t.edges,i=t.defaultNodes,o=t.defaultEdges,a=t.onConnect,u=t.onConnectStart,c=t.onConnectStop,d=t.onConnectEnd,f=t.onClickConnectStart,h=t.onClickConnectStop,p=t.onClickConnectEnd,v=t.nodesDraggable,m=t.nodesConnectable,y=t.minZoom,b=t.maxZoom,x=t.nodeExtent,w=t.onNodesChange,S=t.onEdgesChange,E=t.elementsSelectable,_=t.connectionMode,R=t.snapGrid,P=t.snapToGrid,N=t.translateExtent,j=t.connectOnClick,L=t.defaultEdgeOptions,F=t.fitView,k=t.fitViewOptions,D=t.onNodesDelete,T=t.onEdgesDelete,B=t.onNodeDrag,$=t.onNodeDragStart,W=t.onNodeDragStop,Y=t.onSelectionDrag,ee=t.onSelectionDragStart,H=t.onSelectionDragStop,Q=gt(oY,Xt),ce=Q.setNodes,se=Q.setEdges,z=Q.setDefaultNodesAndEdges,G=Q.setMinZoom,J=Q.setMaxZoom,V=Q.setTranslateExtent,K=Q.setNodeExtent,ie=Q.reset,ne=Ft();return A.useEffect(function(){return z(i,o),function(){ie()}},[]),rt("defaultEdgeOptions",L,ne.setState),rt("connectionMode",_,ne.setState),rt("onConnect",a,ne.setState),rt("onConnectStart",u,ne.setState),rt("onConnectStop",c,ne.setState),rt("onConnectEnd",d,ne.setState),rt("onClickConnectStart",f,ne.setState),rt("onClickConnectStop",h,ne.setState),rt("onClickConnectEnd",p,ne.setState),rt("nodesDraggable",v,ne.setState),rt("nodesConnectable",m,ne.setState),rt("elementsSelectable",E,ne.setState),rt("snapToGrid",P,ne.setState),rt("snapGrid",R,ne.setState),rt("onNodesChange",w,ne.setState),rt("onEdgesChange",S,ne.setState),rt("connectOnClick",j,ne.setState),rt("fitViewOnInit",F,ne.setState),rt("fitViewOnInitOptions",k,ne.setState),rt("onNodesDelete",D,ne.setState),rt("onEdgesDelete",T,ne.setState),rt("onNodeDrag",B,ne.setState),rt("onNodeDragStart",$,ne.setState),rt("onNodeDragStop",W,ne.setState),rt("onSelectionDrag",Y,ne.setState),rt("onSelectionDragStart",ee,ne.setState),rt("onSelectionDragStop",H,ne.setState),qn(r,ce),qn(n,se),qn(i,ce),qn(o,se),qn(y,G),qn(b,J),qn(N,V),qn(x,K),null},sY=".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%)}",uY=sY,cY=".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}",lY=cY,fY=function(t,r,n){return n===xe.Left?t-r:n===xe.Right?t+r:t},dY=function(t,r,n){return n===xe.Top?t-r:n===xe.Bottom?t+r:t},eI=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 A.createElement("circle",{className:cr(["react-flow__edgeupdater",r]),cx:fY(i,u,n),cy:dY(o,u,n),r:u,stroke:"transparent",fill:"transparent"})},Ki=(function(e){var t=function(n){var i=n.id,o=n.className,a=n.type,u=n.data,c=n.onClick,d=n.onEdgeDoubleClick,f=n.selected,h=n.animated,p=n.label,v=n.labelStyle,m=n.labelShowBg,y=n.labelBgStyle,b=n.labelBgPadding,x=n.labelBgBorderRadius,w=n.style,S=n.source,E=n.target,_=n.sourceX,R=n.sourceY,P=n.targetX,N=n.targetY,j=n.sourcePosition,L=n.targetPosition,F=n.elementsSelectable,k=n.hidden,D=n.sourceHandleId,T=n.targetHandleId,B=n.onContextMenu,$=n.onMouseEnter,W=n.onMouseMove,Y=n.onMouseLeave,ee=n.edgeUpdaterRadius,H=n.onEdgeUpdate,Q=n.onEdgeUpdateStart,ce=n.onEdgeUpdateEnd,se=n.markerEnd,z=n.markerStart,G=n.rfId,J=A.useState(!1),V=Le(J,2),K=V[0],ie=V[1],ne=Ft(),ue=function(et){var Rt=ne.getState(),Jt=Rt.edges,lr=Rt.addSelectedEdges,jt=Jt.find(function(xt){return xt.id===i});F&&(ne.setState({nodesSelectionActive:!1}),lr([i])),c==null||c(et,jt)},de=ra(i,ne.getState,d),we=ra(i,ne.getState,B),Se=ra(i,ne.getState,$),_e=ra(i,ne.getState,W),he=ra(i,ne.getState,Y),ae=function(et,Rt){var Jt=Rt?E:S,lr=(Rt?T:D)||null,jt=Rt?"target":"source",xt=function(){return!0},qt=Rt,Hr=ne.getState().edges.find(function(Ur){return Ur.id===i});Q==null||Q(et,Hr,jt);var Yn=ce?function(Ur){return ce(Ur,Hr,jt)}:void 0,Cn=function(Ii){return H==null?void 0:H(Hr,Ii)};l2({event:et,handleId:lr,nodeId:Jt,onConnect:Cn,isTarget:qt,getState:ne.getState,setState:ne.setState,isValidConnection:xt,elementEdgeUpdaterType:jt,onEdgeUpdateEnd:Yn})},Oe=function(et){return ae(et,!0)},Ne=function(et){return ae(et,!1)},ze=function(){return ie(!0)},je=function(){return ie(!1)},Ye=A.useMemo(function(){return"url(#".concat(Mb(z,G),")")},[z,G]),Ue=A.useMemo(function(){return"url(#".concat(Mb(se,G),")")},[se,G]);if(k)return null;var mt=!F&&!c,Qe=typeof H<"u",At=cr(["react-flow__edge","react-flow__edge-".concat(a),o,{selected:f,animated:h,inactive:mt,updating:K}]);return A.createElement("g",{className:At,onClick:ue,onDoubleClick:de,onContextMenu:we,onMouseEnter:Se,onMouseMove:_e,onMouseLeave:he},A.createElement(e,{id:i,source:S,target:E,selected:f,animated:h,label:p,labelStyle:v,labelShowBg:m,labelBgStyle:y,labelBgPadding:b,labelBgBorderRadius:x,data:u,style:w,sourceX:_,sourceY:R,targetX:P,targetY:N,sourcePosition:j,targetPosition:L,sourceHandleId:D,targetHandleId:T,markerStart:Ye,markerEnd:Ue,"data-testid":"rf__edge-".concat(i)}),Qe&&A.createElement("g",{onMouseDown:Oe,onMouseEnter:ze,onMouseOut:je},A.createElement(eI,{position:j,centerX:_,centerY:R,radius:ee})),Qe&&A.createElement("g",{onMouseDown:Ne,onMouseEnter:ze,onMouseOut:je},A.createElement(eI,{position:L,centerX:P,centerY:N,radius:ee})))};return t.displayName="EdgeWrapper",A.memo(t)});function tI(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 rI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?tI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):tI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function hY(e){var t={default:Ki(e.default||qb),straight:Ki(e.bezier||c2),step:Ki(e.step||u2),smoothstep:Ki(e.step||Nx),simplebezier:Ki(e.simplebezier||a2)},r={},n=Object.keys(e).filter(function(i){return!["default","bezier"].includes(i)}).reduce(function(i,o){return i[o]=Ki(e[o]||qb),i},r);return rI(rI({},t),n)}function nI(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 xe.Top:return{x:n+o/2,y:i};case xe.Right:return{x:n+o,y:i+a/2};case xe.Bottom:return{x:n+o/2,y:i+a};case xe.Left:return{x:n,y:i+a/2}}}function iI(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 pY=function(t,r,n,i,o,a){var u=nI(n,t,r),c=nI(a,i,o);return{sourceX:u.x,sourceY:u.y,targetX:c.x,targetY:c.y}};function vY(e){var t=e.sourcePos,r=e.targetPos,n=e.sourceWidth,i=e.sourceHeight,o=e.targetWidth,a=e.targetHeight,u=e.width,c=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=Qu({x:(0-d[0])/d[2],y:(0-d[1])/d[2],width:u/d[2],height:c/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 oI(e,t){var r,n,i,o,a,u=e.get(t),c=(u==null||(r=u[Nt])===null||r===void 0?void 0:r.handleBounds)||null,d=!u||!c||!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},c,!d]}var gY=typeof document<"u"?document:null,nc=(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{target:gY},r=A.useState(!1),n=Le(r,2),i=n[0],o=n[1],a=A.useRef(new Set([])),u=A.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,di(y))},[]);return[p,v]}return[[],[]]},[e]),c=Le(u,2),d=c[0],f=c[1];return A.useEffect(function(){if(e!==null){var h,p,v=function(x){if(uI(x))return!1;var w=sI(x.code,f);a.current.add(x[w]),aI(d,a.current,!1)&&(x.preventDefault(),o(!0))},m=function(x){if(uI(x))return!1;var w=sI(x.code,f);aI(d,a.current,!0)?(o(!1),a.current.clear()):a.current.delete(x[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 b,x;t==null||(b=t.target)===null||b===void 0||b.removeEventListener("keydown",v),t==null||(x=t.target)===null||x===void 0||x.removeEventListener("keyup",m),window.removeEventListener("blur",y)}}},[e,o]),i});function aI(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 sI(e,t){return t.includes(e)?"code":"key"}function uI(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 mY=function(t){return{onNodesChange:t.onNodesChange,onEdgesChange:t.onEdgesChange}},yY=(function(e){var t=e.deleteKeyCode,r=e.multiSelectionKeyCode,n=Ft(),i=gt(mY,Xt),o=i.onNodesChange,a=i.onEdgesChange,u=nc(t),c=nc(r);A.useEffect(function(){var d=n.getState(),f=d.nodeInternals,h=d.edges,p=d.hasDefaultNodes,v=d.hasDefaultEdges,m=d.onNodesDelete,y=d.onEdgesDelete,b=Array.from(f.values()),x=b.reduce(function(N,j){return(!j.selected&&j.parentNode&&N.find(function(L){return L.id===j.parentNode})||j.selected)&&N.push(j),N},[]),w=h.filter(function(N){return N.selected});if(u&&(x||w)){var S=Qj(x,h),E=[].concat(di(w),di(S)),_=E.reduce(function(N,j){return N.includes(j.id)||N.push(j.id),N},[]);if((v||p)&&(v&&n.setState({edges:h.filter(function(N){return!_.includes(N.id)})}),p&&(x.forEach(function(N){f.delete(N.id)}),n.setState({nodeInternals:new Map(f)}))),_.length>0&&(y==null||y(E),a)){var R=_.map(function(N){return{id:N,type:"remove"}});a(R)}if(x.length>0&&(m==null||m(x),o)){var P=x.map(function(N){return{id:N.id,type:"remove"}});o(P)}n.setState({nodesSelectionActive:!1})}},[u,o,a]),A.useEffect(function(){n.setState({multiSelectionActive:c})},[c])});function bY(e){var t=Ft();A.useEffect(function(){var r,n=function(){if(e.current){var o=Rx(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 xY=function(t,r){return t.x!==r.x||t.y!==r.y||t.zoom!==r.k},Om=function(t){return{x:t.x,y:t.y,zoom:t.k}},bu=function(t,r){return t.target.closest(".".concat(r))},wY=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,c=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?io.Free:v,y=t.zoomOnDoubleClick,b=y===void 0?!0:y,x=t.selectionKeyPressed,w=t.elementsSelectable,S=t.panOnDrag,E=S===void 0?!0:S,_=t.translateExtent,R=t.minZoom,P=t.maxZoom,N=t.defaultZoom,j=N===void 0?1:N,L=t.defaultPosition,F=L===void 0?[0,0]:L,k=t.zoomActivationKeyCode,D=t.preventScrolling,T=D===void 0?!0:D,B=t.children,$=t.noWheelClassName,W=t.noPanClassName,Y=Ft(),ee=A.useRef(!1),H=A.useRef(null),Q=A.useRef({x:0,y:0,zoom:0}),ce=gt(wY,Xt),se=ce.d3Zoom,z=ce.d3Selection,G=ce.d3ZoomHandler,J=nc(k);return bY(H),A.useEffect(function(){if(H.current){var V,K=aK().scaleExtent([R,P]).translateExtent(_),ie=Mr(H.current).call(K),ne=oo(F[0],_[0][0],_[1][0]),ue=oo(F[1],_[0][1],_[1][1]),de=oo(j,R,P),we=fi.translate(ne,ue).scale(de);K.transform(ie,we),Y.setState({d3Zoom:K,d3Selection:ie,d3ZoomHandler:ie.on("wheel.zoom"),transform:[ne,ue,de],domNode:(V=ie.node())===null||V===void 0?void 0:V.closest(".react-flow")})}},[]),A.useEffect(function(){z&&se&&(f&&!J?z.on("wheel",function(V){if(bu(V,$))return!1;V.preventDefault(),V.stopImmediatePropagation();var K=z.property("__zoom").k||1;if(V.ctrlKey&&c){var ie=Xr(V),ne=-V.deltaY*(V.deltaMode===1?.05:V.deltaMode?1:.002)*10,ue=K*Math.pow(2,ne);se.scaleTo(z,ue,ie);return}var de=V.deltaMode===1?20:1,we=m===io.Vertical?0:V.deltaX*de,Se=m===io.Horizontal?0:V.deltaY*de;se.translateBy(z,-(we/K)*p,-(Se/K)*p)}).on("wheel.zoom",null):typeof G<"u"&&z.on("wheel",function(V){if(!T||bu(V,$))return null;V.preventDefault()}).on("wheel.zoom",G))},[f,m,z,se,G,J,c,T,$]),A.useEffect(function(){se&&(x&&!ee.current?se.on("zoom",null):x||se.on("zoom",function(V){if(Y.setState({transform:[V.transform.x,V.transform.y,V.transform.k]}),r){var K=Om(V.transform);r(V.sourceEvent,K)}}))},[x,se,r]),A.useEffect(function(){se&&se.on("start",function(V){if(ee.current=!0,n){var K=Om(V.transform);Q.current=K,n(V.sourceEvent,K)}})},[se,n]),A.useEffect(function(){se&&se.on("end",function(V){if(ee.current=!1,i&&xY(Q.current,V.transform)){var K=Om(V.transform);Q.current=K,i(V.sourceEvent,K)}})},[se,i]),A.useEffect(function(){se&&se.filter(function(V){var K=J||a,ie=c&&V.ctrlKey;return!E&&!K&&!f&&!b&&!c||x||!b&&V.type==="dblclick"||bu(V,$)&&V.type==="wheel"||bu(V,W)&&V.type!=="wheel"||!c&&V.ctrlKey&&V.type==="wheel"||!K&&!f&&!ie&&V.type==="wheel"||!E&&(V.type==="mousedown"||V.type==="touchstart")?!1:(!V.ctrlKey||V.type==="wheel")&&!V.button})},[se,a,c,f,b,E,x,w,J]),A.createElement("div",{className:"react-flow__renderer react-flow__container",ref:H},B)};function cI(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 lI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?cI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):cI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function fI(e,t){return{x:e.clientX-t.left,y:e.clientY-t.top}}var EY=function(t){return{userSelectionActive:t.userSelectionActive,elementsSelectable:t.elementsSelectable}},dI={startX:0,startY:0,x:0,y:0,width:0,height:0,draw:!1},SY=A.memo(function(e){var t=e.selectionKeyPressed,r=Ft(),n=A.useRef(0),i=A.useRef(0),o=A.useRef(),a=A.useState(dI),u=Le(a,2),c=u[0],d=u[1],f=gt(EY,Xt),h=f.userSelectionActive,p=f.elementsSelectable,v=h||t;if(!p||!v)return null;var m=function(){d(dI),r.setState({userSelectionActive:!1}),n.current=0,i.current=0},y=function(E){var _=E.target.closest(".react-flow");o.current=_.getBoundingClientRect();var R=fI(E,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})},b=function(E){var _,R;if(!(!t||!c.draw||!o.current)){var P=fI(E,o.current),N=(_=c.startX)!==null&&_!==void 0?_:0,j=(R=c.startY)!==null&&R!==void 0?R:0,L=lI(lI({},c),{},{x:P.x<N?P.x:N,y:P.y<j?P.y:j,width:Math.abs(P.x-N),height:Math.abs(P.y-j)}),F=r.getState(),k=F.nodeInternals,D=F.edges,T=F.transform,B=F.onNodesChange,$=F.onEdgesChange,W=Array.from(k.values()),Y=Jj(k,L,T,!1,!0),ee=Qj(Y,D).map(function(se){return se.id}),H=Y.map(function(se){return se.id});if(n.current!==H.length){n.current=H.length;var Q=Qi(W,H);Q.length&&(B==null||B(Q))}if(i.current!==ee.length){i.current=ee.length;var ce=Qi(D,ee);ce.length&&($==null||$(ce))}d(L)}},x=function(){r.setState({nodesSelectionActive:n.current>0}),m()},w=function(){r.setState({nodesSelectionActive:!1}),m()};return A.createElement("div",{className:"react-flow__selectionpane react-flow__container",onMouseDown:y,onMouseMove:b,onMouseUp:x,onMouseLeave:w},c.draw&&A.createElement("div",{className:"react-flow__selection react-flow__container",style:{width:c.width,height:c.height,transform:"translate(".concat(c.x,"px, ").concat(c.y,"px)")}}))});function hI(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 pI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?hI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):hI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function m2(e,t){if(!e.parentNode)return!1;var r=t.get(e.parentNode);return r?r.selected?!0:m2(r,t):!1}function vI(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 OY(e,t,r){return Array.from(e.values()).filter(function(n){return(n.selected||n.id===r)&&(!n.parentNode||!m2(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 CY(e,t,r,n,i,o){var a=Le(n,2),u=a[0],c=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=c*Math.round(f.y/c)),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,b=i.get(e.parentNode),x=(p=b==null||(v=b.positionAbsolute)===null||v===void 0?void 0:v.x)!==null&&p!==void 0?p:0,w=(m=b==null||(y=b.positionAbsolute)===null||y===void 0?void 0:y.y)!==null&&m!==void 0?m:0;d=[[e.extent[0][0]+x,e.extent[0][1]+w],[e.extent[1][0]+x,e.extent[1][1]+w]]}var S={x:0,y:0};if(e.parentNode){var E,_,R,P,N=i.get(e.parentNode);S={x:(E=N==null||(_=N.positionAbsolute)===null||_===void 0?void 0:_.x)!==null&&E!==void 0?E:0,y:(R=N==null||(P=N.positionAbsolute)===null||P===void 0?void 0:P.y)!==null&&R!==void 0?R:0}}return e.positionAbsolute=d?Uj(f,d):f,e.position={x:e.positionAbsolute.x-S.x,y:e.positionAbsolute.y-S.y},e}function Cm(e){var t=e.nodeId,r=e.dragItems,n=e.nodeInternals,i=r.map(function(o){var a=n.get(o.id);return pI(pI({},a),{},{position:o.position,positionAbsolute:o.positionAbsolute})});return[t?i.find(function(o){return o.id===t}):i[0],i]}function Rm(e){return function(t,r,n){return e==null?void 0:e(t,n)}}function y2(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,c=e.selectNodesOnDrag,d=A.useState(!1),f=Le(d,2),h=f[0],p=f[1],v=Ft(),m=A.useRef(),y=A.useRef({x:null,y:null}),b=A.useCallback(function(x){var w=x.sourceEvent,S=v.getState(),E=S.transform,_=S.snapGrid,R=S.snapToGrid,P=w.touches?w.touches[0].clientX:w.clientX,N=w.touches?w.touches[0].clientY:w.clientY,j=Zj({x:P,y:N},E,R,_);return j},[]);return A.useEffect(function(){if(t!=null&&t.current){var x=Mr(t.current);if(n)x.on(".drag",null);else{var w=g8().on("start",function(S){var E=v.getState(),_=E.nodeInternals,R=E.multiSelectionActive,P=E.unselectNodesAndEdges,N=E.onNodeDragStart,j=E.onSelectionDragStart,L=a?N:Rm(j);if(!c&&!R&&a){var F;(F=_.get(a))!==null&&F!==void 0&&F.selected||P()}a&&u&&c&&Xj({id:a,store:v});var k=b(S);if(y.current=k,m.current=OY(_,k,a),L&&m.current){var D=Cm({nodeId:a,dragItems:m.current,nodeInternals:_}),T=Le(D,2),B=T[0],$=T[1];L(S.sourceEvent,B,$)}}).on("drag",function(S){var E=v.getState(),_=E.updateNodePositions,R=E.snapToGrid,P=E.snapGrid,N=E.nodeInternals,j=E.nodeExtent,L=E.onNodeDrag,F=E.onSelectionDrag,k=b(S);if((y.current.x!==k.x||y.current.y!==k.y)&&m.current){y.current=k,m.current=m.current.map(function(Y){return CY(Y,k,R,P,N,j)});var D=a?L:Rm(F);if(_(m.current,!0,!0),p(!0),D){var T=Cm({nodeId:a,dragItems:m.current,nodeInternals:N}),B=Le(T,2),$=B[0],W=B[1];D(S.sourceEvent,$,W)}}S.on("end",function(Y){if(p(!1),m.current){var ee=v.getState(),H=ee.updateNodePositions,Q=ee.nodeInternals,ce=ee.onNodeDragStop,se=ee.onSelectionDragStop,z=a?ce:Rm(se);if(H(m.current,!1,!1),z){var G=Cm({nodeId:a,dragItems:m.current,nodeInternals:Q}),J=Le(G,2),V=J[0],K=J[1];z(Y.sourceEvent,V,K)}}})}).filter(function(S){var E=S.target,_=!S.button&&(!i||!vI(E,".".concat(i),t))&&(!o||vI(E,o,t));return _});return x.call(w),function(){x.on(".drag",null)}}}},[t,n,i,o,u,v,a,c,b]),h}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 RY(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){$e(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}var PY=function(t){return RY({transformString:"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")"),userSelectionActive:t.userSelectionActive},Px(Array.from(t.nodeInternals.values()).filter(function(r){return r.selected})))},IY=function(t){var r=Array.from(t.nodeInternals.values()).filter(function(n){return n.selected});return Px(r)};function NY(e){var t=e.onSelectionContextMenu,r=e.noPanClassName,n=Ft(),i=gt(PY,Xt),o=i.transformString,a=i.userSelectionActive,u=gt(IY,Xt),c=u.width,d=u.height,f=u.x,h=u.y,p=A.useRef(null);if(y2({nodeRef:p}),a||!c||!d)return null;var v=t?function(m){var y=Array.from(n.getState().nodeInternals.values()).filter(function(b){return b.selected});t(m,y)}:void 0;return A.createElement("div",{className:cr(["react-flow__nodesselection","react-flow__container",r]),style:{transform:o}},A.createElement("div",{ref:p,className:"react-flow__nodesselection-rect",onContextMenu:v,style:{width:c,height:d,top:h,left:f}}))}var TY=A.memo(NY),AY=function(t){return t.nodesSelectionActive},b2=function(t){var r=t.children,n=t.onPaneClick,i=t.onPaneContextMenu,o=t.onPaneScroll,a=t.deleteKeyCode,u=t.onMove,c=t.onMoveStart,d=t.onMoveEnd,f=t.selectionKeyCode,h=t.multiSelectionKeyCode,p=t.zoomActivationKeyCode,v=t.elementsSelectable,m=t.zoomOnScroll,y=t.zoomOnPinch,b=t.panOnScroll,x=t.panOnScrollSpeed,w=t.panOnScrollMode,S=t.zoomOnDoubleClick,E=t.panOnDrag,_=t.translateExtent,R=t.minZoom,P=t.maxZoom,N=t.defaultZoom,j=t.defaultPosition,L=t.preventScrolling,F=t.onSelectionContextMenu,k=t.noWheelClassName,D=t.noPanClassName,T=Ft(),B=gt(AY),$=nc(f);yY({deleteKeyCode:a,multiSelectionKeyCode:h});var W=function(Q){n==null||n(Q),T.getState().resetSelectedElements(),T.setState({nodesSelectionActive:!1})},Y=i?function(H){return i(H)}:void 0,ee=o?function(H){return o(H)}:void 0;return A.createElement(_Y,{onMove:u,onMoveStart:c,onMoveEnd:d,selectionKeyPressed:$,elementsSelectable:v,zoomOnScroll:m,zoomOnPinch:y,panOnScroll:b,panOnScrollSpeed:x,panOnScrollMode:w,zoomOnDoubleClick:S,panOnDrag:E,translateExtent:_,minZoom:R,maxZoom:P,defaultZoom:N,defaultPosition:j,zoomActivationKeyCode:p,preventScrolling:L,noWheelClassName:k,noPanClassName:D},r,A.createElement(SY,{selectionKeyPressed:$}),B&&A.createElement(TY,{onSelectionContextMenu:F,noPanClassName:D}),A.createElement("div",{className:"react-flow__pane react-flow__container",onClick:W,onContextMenu:Y,onWheel:ee}))};b2.displayName="FlowRenderer";var MY=A.memo(b2);function DY(e){var t=gt(A.useCallback(function(r){return e?Jj(r.nodeInternals,{x:0,y:0,width:r.width,height:r.height},r.transform,!0):Array.from(r.nodeInternals.values())},[e]));return t}var jY=function(t){return{nodesDraggable:t.nodesDraggable,nodesConnectable:t.nodesConnectable,elementsSelectable:t.elementsSelectable,updateNodeDimensions:t.updateNodeDimensions}},x2=function(t){var r=gt(jY,Xt),n=r.nodesDraggable,i=r.nodesConnectable,o=r.elementsSelectable,a=r.updateNodeDimensions,u=DY(t.onlyRenderVisibleElements),c=A.useRef(),d=A.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 c.current=f,f},[]);return A.useEffect(function(){return function(){var f;c==null||(f=c.current)===null||f===void 0||f.disconnect()}},[]),A.createElement("div",{className:"react-flow__nodes react-flow__container"},u.map(function(f){var h,p,v,m,y,b,x,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 S=t.nodeTypes[w]||t.nodeTypes.default,E=!!(f.draggable||n&&typeof f.draggable>"u"),_=!!(f.selectable||o&&typeof f.selectable>"u"),R=!!(f.connectable||i&&typeof f.connectable>"u");return A.createElement(S,{key:f.id,id:f.id,className:f.className,style:f.style,type:w,data:f.data,sourcePosition:f.sourcePosition||xe.Bottom,targetPosition:f.targetPosition||xe.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:E,isSelectable:_,isConnectable:R,resizeObserver:d,dragHandle:f.dragHandle,zIndex:(y=(b=f[Nt])===null||b===void 0?void 0:b.z)!==null&&y!==void 0?y:0,isParent:!!((x=f[Nt])!==null&&x!==void 0&&x.isParent),noDragClassName:t.noDragClassName,noPanClassName:t.noPanClassName,initialized:!!f.width&&!!f.height})}))};x2.displayName="NodeRenderer";var qY=A.memo(x2),Yi;function mI(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 yI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?mI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):mI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var kY=(Yi={},$e(Yi,xe.Left,xe.Right),$e(Yi,xe.Right,xe.Left),$e(Yi,xe.Top,xe.Bottom),$e(Yi,xe.Bottom,xe.Top),Yi),LY=(function(e){var t,r,n,i,o,a=e.connectionNodeId,u=e.connectionHandleType,c=e.connectionLineStyle,d=e.connectionLineType,f=d===void 0?$n.Bezier:d,h=e.isConnectable,p=e.CustomConnectionLineComponent,v=gt(A.useCallback(function(ee){return{fromNode:ee.nodeInternals.get(a),handleId:ee.connectionHandleId,toX:(ee.connectionPosition.x-ee.transform[0])/ee.transform[2],toY:(ee.connectionPosition.y-ee.transform[1])/ee.transform[2]}},[a]),Xt),m=v.fromNode,y=v.handleId,b=v.toX,x=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 S=w[u],E=y?S.find(function(ee){return ee.id===y}):S[0],_=E?E.x+E.width/2:((r=m==null?void 0:m.width)!==null&&r!==void 0?r:0)/2,R=E?E.y+E.height/2:(n=m==null?void 0:m.height)!==null&&n!==void 0?n:0,P=((m==null||(i=m.positionAbsolute)===null||i===void 0?void 0:i.x)||0)+_,N=((m==null||(o=m.positionAbsolute)===null||o===void 0?void 0:o.y)||0)+R,j=E==null?void 0:E.position;if(!j)return null;var L=kY[j],F,k,D,T,B,$;switch(u){case"source":F=P,k=N,D=j,T=b,B=x,$=L;break;case"target":F=b,k=x,D=L,T=P,B=N,$=j;break}if(p)return A.createElement("g",{className:"react-flow__connection"},A.createElement(p,{connectionLineType:f,connectionLineStyle:c,fromNode:m,fromHandle:E,fromX:P,fromY:N,toX:b,toY:x,fromPosition:j,toPosition:L,sourcePosition:D,targetPosition:$,sourceNode:m,sourceHandle:E,targetX:T,targetY:B,sourceX:F,sourceY:k}));var W="",Y={sourceX:F,sourceY:k,sourcePosition:D,targetX:T,targetY:B,targetPosition:$};return f===$n.Bezier?W=Vc(Y):f===$n.Step?W=jb(yI(yI({},Y),{},{borderRadius:0})):f===$n.SmoothStep?W=jb(Y):f===$n.SimpleBezier?W=o2(Y):W="M".concat(F,",").concat(k," ").concat(T,",").concat(B),A.createElement("g",{className:"react-flow__connection"},A.createElement("path",{d:W,className:"react-flow__connection-path",style:c}))});function Bb(e){"@babel/helpers - typeof";return Bb=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},Bb(e)}var xu,BY=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return A.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:"none",points:"-5,-4 0,0 -5,4"})},FY=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return A.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:n,points:"-5,-4 0,0 -5,4 -5,-4"})},bI=(xu={},$e(xu,Ju.Arrow,BY),$e(xu,Ju.ArrowClosed,FY),xu);function $Y(e){var t=A.useMemo(function(){var r=bI.hasOwnProperty(e);return r?bI[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 xI(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 zY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var HY=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,c=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=$Y(n);return A.createElement("marker",{className:"react-flow__arrowhead",id:r,markerWidth:"".concat(a),markerHeight:"".concat(c),viewBox:"-10 -10 20 20",markerUnits:f,orient:v,refX:"0",refY:"0"},A.createElement(m,{color:i,strokeWidth:h}))},UY=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(c){if(c&&Bb(c)==="object"){var d=Mb(c,n);o.includes(d)||(a.push(zY({id:d,color:c.color||r},c)),o.push(d))}}),a},[]).sort(function(a,u){return a.id.localeCompare(u.id)})}},w2=function(t){var r=t.defaultColor,n=t.rfId,i=gt(A.useCallback(UY({defaultColor:r,rfId:n}),[r,n]),function(o,a){return!(o.length!==a.length||o.some(function(u,c){return u.id!==a[c].id}))});return A.createElement("defs",null,i.map(function(o){return A.createElement(HY,{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})}))};w2.displayName="MarkerDefinitions";var VY=A.memo(w2),WY=[{level:0,isMaxLevel:!0,edges:[]}];function GY(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,n=-1,i=e.reduce(function(a,u){var c=Wj(u.zIndex),d=c?u.zIndex:0;if(r){var f,h,p,v;d=c?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),c=u[0],d=u[1],f=+c;return{edges:d,level:f,isMaxLevel:f===n}});return o.length===0?WY:o}function KY(e,t,r){var n=gt(A.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)&&vY({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 GY(n,t,r)}var YY=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}},_2=function(t){var r=gt(YY,Xt),n=r.connectionNodeId,i=r.connectionHandleType,o=r.nodesConnectable,a=r.elementsSelectable,u=r.width,c=r.height,d=r.connectionMode,f=r.nodeInternals,h=KY(t.onlyRenderVisibleElements,f,t.elevateEdgesOnSelect);if(!u)return null;var p=t.connectionLineType,v=t.defaultMarkerColor,m=t.connectionLineStyle,y=t.connectionLineComponent,b=t.connectionLineContainerStyle,x=n&&i;return A.createElement(A.Fragment,null,h.map(function(w){var S=w.level,E=w.edges,_=w.isMaxLevel;return A.createElement("svg",{key:S,style:{zIndex:S},width:u,height:c,className:"react-flow__edges react-flow__container"},_&&A.createElement(VY,{defaultColor:v,rfId:t.rfId}),A.createElement("g",null,E.map(function(R){var P=oI(f,R.source),N=Le(P,3),j=N[0],L=N[1],F=N[2],k=oI(f,R.target),D=Le(k,3),T=D[0],B=D[1],$=D[2];if(!F||!$)return null;var W=R.type||"default";t.edgeTypes[W]||(console.warn('[React Flow]: Edge type "'.concat(W,'" not found. Using fallback type "default". Help: https://reactflow.dev/error#300')),W="default");var Y=t.edgeTypes[W]||t.edgeTypes.default,ee=d===mo.Strict?B.target:B.target||B.source,H=iI(L.source,R.sourceHandle||null),Q=iI(ee,R.targetHandle||null),ce=(H==null?void 0:H.position)||xe.Bottom,se=(Q==null?void 0:Q.position)||xe.Top;if(!H)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(!Q)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 z=pY(j,H,ce,T,Q,se),G=z.sourceX,J=z.sourceY,V=z.targetX,K=z.targetY;return A.createElement(Y,{key:R.id,id:R.id,className:cr([R.className,t.noPanClassName]),type:W,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:G,sourceY:J,targetX:V,targetY:K,sourcePosition:ce,targetPosition:se,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})})))}),x&&A.createElement("svg",{style:b,width:u,height:c,className:"react-flow__edges react-flow__connectionline react-flow__container"},A.createElement(LY,{connectionNodeId:n,connectionHandleType:i,connectionLineStyle:m,connectionLineType:p,isConnectable:o,CustomConnectionLineComponent:y})))};_2.displayName="EdgeRenderer";var XY=A.memo(_2),ZY=function(t){return"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")")};function JY(e){var t=e.children,r=gt(ZY);return A.createElement("div",{className:"react-flow__viewport react-flow__container",style:{transform:r}},t)}function QY(e){var t=n2(),r=A.useRef(!1);A.useEffect(function(){!r.current&&t.viewportInitialized&&e&&(setTimeout(function(){return e(t)},1),r.current=!0)},[e,t.viewportInitialized])}var E2=function(t){var r=t.nodeTypes,n=t.edgeTypes,i=t.onMove,o=t.onMoveStart,a=t.onMoveEnd,u=t.onInit,c=t.onNodeClick,d=t.onEdgeClick,f=t.onNodeDoubleClick,h=t.onEdgeDoubleClick,p=t.onNodeMouseEnter,v=t.onNodeMouseMove,m=t.onNodeMouseLeave,y=t.onNodeContextMenu,b=t.onSelectionContextMenu,x=t.connectionLineType,w=t.connectionLineStyle,S=t.connectionLineComponent,E=t.connectionLineContainerStyle,_=t.selectionKeyCode,R=t.multiSelectionKeyCode,P=t.zoomActivationKeyCode,N=t.deleteKeyCode,j=t.onlyRenderVisibleElements,L=t.elementsSelectable,F=t.selectNodesOnDrag,k=t.translateExtent,D=t.minZoom,T=t.maxZoom,B=t.defaultZoom,$=t.defaultPosition,W=t.preventScrolling,Y=t.defaultMarkerColor,ee=t.zoomOnScroll,H=t.zoomOnPinch,Q=t.panOnScroll,ce=t.panOnScrollSpeed,se=t.panOnScrollMode,z=t.zoomOnDoubleClick,G=t.panOnDrag,J=t.onPaneClick,V=t.onPaneScroll,K=t.onPaneContextMenu,ie=t.onEdgeUpdate,ne=t.onEdgeContextMenu,ue=t.onEdgeMouseEnter,de=t.onEdgeMouseMove,we=t.onEdgeMouseLeave,Se=t.edgeUpdaterRadius,_e=t.onEdgeUpdateStart,he=t.onEdgeUpdateEnd,ae=t.noDragClassName,Oe=t.noWheelClassName,Ne=t.noPanClassName,ze=t.elevateEdgesOnSelect,je=t.id;return QY(u),A.createElement(MY,{onPaneClick:J,onPaneContextMenu:K,onPaneScroll:V,deleteKeyCode:N,selectionKeyCode:_,multiSelectionKeyCode:R,zoomActivationKeyCode:P,elementsSelectable:L,onMove:i,onMoveStart:o,onMoveEnd:a,zoomOnScroll:ee,zoomOnPinch:H,zoomOnDoubleClick:z,panOnScroll:Q,panOnScrollSpeed:ce,panOnScrollMode:se,panOnDrag:G,translateExtent:k,minZoom:D,maxZoom:T,defaultZoom:B,defaultPosition:$,onSelectionContextMenu:b,preventScrolling:W,noDragClassName:ae,noWheelClassName:Oe,noPanClassName:Ne},A.createElement(JY,null,A.createElement(XY,{edgeTypes:n,onEdgeClick:d,onEdgeDoubleClick:h,connectionLineType:x,connectionLineStyle:w,connectionLineComponent:S,connectionLineContainerStyle:E,onEdgeUpdate:ie,onlyRenderVisibleElements:j,onEdgeContextMenu:ne,onEdgeMouseEnter:ue,onEdgeMouseMove:de,onEdgeMouseLeave:we,onEdgeUpdateStart:_e,onEdgeUpdateEnd:he,edgeUpdaterRadius:Se,defaultMarkerColor:Y,noPanClassName:Ne,elevateEdgesOnSelect:!!ze,rfId:je}),A.createElement(qY,{nodeTypes:r,onNodeClick:c,onNodeDoubleClick:f,onNodeMouseEnter:p,onNodeMouseMove:v,onNodeMouseLeave:m,onNodeContextMenu:y,selectNodesOnDrag:F,onlyRenderVisibleElements:j,noPanClassName:Ne,noDragClassName:ae})))};E2.displayName="GraphView";var e9=A.memo(E2),S2=function(){return null};S2.displayName="GroupNode";function wI(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 _I(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var na=(function(e){var t=function(n){var i=n.id,o=n.type,a=n.data,u=n.xPos,c=n.yPos,d=n.selected,f=n.onClick,h=n.onMouseEnter,p=n.onMouseMove,v=n.onMouseLeave,m=n.onContextMenu,y=n.onDoubleClick,b=n.style,x=n.className,w=n.isDraggable,S=n.isSelectable,E=n.isConnectable,_=n.selectNodesOnDrag,R=n.sourcePosition,P=n.targetPosition,N=n.hidden,j=n.resizeObserver,L=n.dragHandle,F=n.zIndex,k=n.isParent,D=n.noPanClassName,T=n.noDragClassName,B=n.initialized,$=Ft(),W=A.useRef(null),Y=A.useRef(R),ee=A.useRef(P),H=A.useRef(o),Q=S||w||f||h||p||v,ce=ta(i,$.getState,h),se=ta(i,$.getState,p),z=ta(i,$.getState,v),G=ta(i,$.getState,m),J=ta(i,$.getState,y),V=function(ne){if(S&&(!_||!w)&&Xj({id:i,store:$}),f){var ue=$.getState().nodeInternals.get(i);f(ne,_I({},ue))}};A.useEffect(function(){if(W.current&&!N){var ie=W.current;return j==null||j.observe(ie),function(){return j==null?void 0:j.unobserve(ie)}}},[N]),A.useEffect(function(){var ie=H.current!==o,ne=Y.current!==R,ue=ee.current!==P;W.current&&(ie||ne||ue)&&(ie&&(H.current=o),ne&&(Y.current=R),ue&&(ee.current=P),$.getState().updateNodeDimensions([{id:i,nodeElement:W.current,forceUpdate:!0}]))},[i,o,R,P]);var K=y2({nodeRef:W,disabled:N||!w,noDragClassName:T,handleSelector:L,nodeId:i,isSelectable:S,selectNodesOnDrag:_});return N?null:A.createElement("div",{className:cr(["react-flow__node","react-flow__node-".concat(o),D,x,{selected:d,selectable:S,parent:k}]),ref:W,style:_I({zIndex:F,transform:"translate(".concat(u,"px,").concat(c,"px)"),pointerEvents:Q?"all":"none",visibility:B?"visible":"hidden"},b),onMouseEnter:ce,onMouseMove:se,onMouseLeave:z,onContextMenu:G,onClick:V,onDoubleClick:J,"data-testid":"rf__node-".concat(i),"data-id":i},A.createElement(ZK,{value:i},A.createElement(e,{id:i,data:a,type:o,xPos:u,yPos:c,selected:d,isConnectable:E,sourcePosition:R,targetPosition:P,dragging:K,dragHandle:L,zIndex:F})))};return t.displayName="NodeWrapper",A.memo(t)});function EI(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 SI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?EI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):EI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function t9(e){var t={input:na(e.input||p2),default:na(e.default||Lb),output:na(e.output||g2),group:na(e.group||S2)},r={},n=Object.keys(e).filter(function(i){return!["input","default","output","group"].includes(i)}).reduce(function(i,o){return i[o]=na(e[o]||Lb),i},r);return SI(SI({},t),n)}function OI(e,t){var r=A.useRef(null),n=A.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 CI(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 O2=function(t){var r=t.children,n=!0;try{Ft()}catch{n=!1}return n?A.createElement(A.Fragment,null,r):A.createElement(bK,{createStore:xK},r)};O2.displayName="ReactFlowWrapper";var r9=["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 RI(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 PI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?RI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):RI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}CI(uY),CI(lY);var n9={input:p2,default:Lb,output:g2},i9={default:qb,straight:c2,step:u2,smoothstep:Nx,simplebezier:a2},o9=[15,15],a9=[0,0],C2=A.forwardRef(function(e,t){var r=e.nodes,n=e.edges,i=e.defaultNodes,o=e.defaultEdges,a=e.className,u=e.nodeTypes,c=u===void 0?n9:u,d=e.edgeTypes,f=d===void 0?i9:d,h=e.onNodeClick,p=e.onEdgeClick,v=e.onInit,m=e.onMove,y=e.onMoveStart,b=e.onMoveEnd,x=e.onConnect,w=e.onConnectStart,S=e.onConnectStop,E=e.onConnectEnd,_=e.onClickConnectStart,R=e.onClickConnectStop,P=e.onClickConnectEnd,N=e.onNodeMouseEnter,j=e.onNodeMouseMove,L=e.onNodeMouseLeave,F=e.onNodeContextMenu,k=e.onNodeDoubleClick,D=e.onNodeDragStart,T=e.onNodeDrag,B=e.onNodeDragStop,$=e.onNodesDelete,W=e.onEdgesDelete,Y=e.onSelectionChange,ee=e.onSelectionDragStart,H=e.onSelectionDrag,Q=e.onSelectionDragStop,ce=e.onSelectionContextMenu,se=e.connectionMode,z=se===void 0?mo.Strict:se,G=e.connectionLineType,J=G===void 0?$n.Bezier:G,V=e.connectionLineStyle,K=e.connectionLineComponent,ie=e.connectionLineContainerStyle,ne=e.deleteKeyCode,ue=ne===void 0?"Backspace":ne,de=e.selectionKeyCode,we=de===void 0?"Shift":de,Se=e.multiSelectionKeyCode,_e=Se===void 0?"Meta":Se,he=e.zoomActivationKeyCode,ae=he===void 0?"Meta":he,Oe=e.snapToGrid,Ne=Oe===void 0?!1:Oe,ze=e.snapGrid,je=ze===void 0?o9:ze,Ye=e.onlyRenderVisibleElements,Ue=Ye===void 0?!1:Ye,mt=e.selectNodesOnDrag,Qe=mt===void 0?!0:mt,At=e.nodesDraggable,ut=e.nodesConnectable,et=e.elementsSelectable,Rt=e.minZoom,Jt=Rt===void 0?.5:Rt,lr=e.maxZoom,jt=lr===void 0?2:lr,xt=e.defaultZoom,qt=xt===void 0?1:xt,Hr=e.defaultPosition,Yn=Hr===void 0?a9:Hr,Cn=e.translateExtent,Ur=Cn===void 0?Db:Cn,Ii=e.preventScrolling,pl=Ii===void 0?!0:Ii,rs=e.nodeExtent,To=e.defaultMarkerColor,vl=To===void 0?"#b1b1b7":To,ns=e.zoomOnScroll,gl=ns===void 0?!0:ns,is=e.zoomOnPinch,os=is===void 0?!0:is,as=e.panOnScroll,ml=as===void 0?!1:as,ss=e.panOnScrollSpeed,Ao=ss===void 0?.5:ss,us=e.panOnScrollMode,Mo=us===void 0?io.Free:us,cs=e.zoomOnDoubleClick,yl=cs===void 0?!0:cs,ls=e.panOnDrag,bl=ls===void 0?!0:ls,xl=e.onPaneClick,wl=e.onPaneScroll,_l=e.onPaneContextMenu,El=e.children,fs=e.onEdgeUpdate,Sl=e.onEdgeContextMenu,Ol=e.onEdgeDoubleClick,Cl=e.onEdgeMouseEnter,Rl=e.onEdgeMouseMove,Pl=e.onEdgeMouseLeave,Il=e.onEdgeUpdateStart,Ni=e.onEdgeUpdateEnd,ds=e.edgeUpdaterRadius,Ti=ds===void 0?10:ds,Nl=e.onNodesChange,Tl=e.onEdgesChange,hs=e.noDragClassName,ps=hs===void 0?"nodrag":hs,Do=e.noWheelClassName,vs=Do===void 0?"nowheel":Do,gs=e.noPanClassName,Al=gs===void 0?"nopan":gs,ms=e.fitView,Ml=ms===void 0?!1:ms,ys=e.fitViewOptions,jo=e.connectOnClick,bs=jo===void 0?!0:jo,qo=e.attributionPosition,Dl=e.proOptions,xs=e.defaultEdgeOptions,Xn=e.elevateEdgesOnSelect,ws=Xn===void 0?!1:Xn,Ai=Hc(e,r9),_s=OI(c,t9),Es=OI(f,hY);return A.createElement("div",PI(PI({},Ai),{},{ref:t,className:cr(["react-flow",a])}),A.createElement(O2,null,A.createElement(e9,{onInit:v,onMove:m,onMoveStart:y,onMoveEnd:b,onNodeClick:h,onEdgeClick:p,onNodeMouseEnter:N,onNodeMouseMove:j,onNodeMouseLeave:L,onNodeContextMenu:F,onNodeDoubleClick:k,nodeTypes:_s,edgeTypes:Es,connectionLineType:J,connectionLineStyle:V,connectionLineComponent:K,connectionLineContainerStyle:ie,selectionKeyCode:we,deleteKeyCode:ue,multiSelectionKeyCode:_e,zoomActivationKeyCode:ae,onlyRenderVisibleElements:Ue,selectNodesOnDrag:Qe,translateExtent:Ur,minZoom:Jt,maxZoom:jt,defaultZoom:qt,defaultPosition:Yn,preventScrolling:pl,zoomOnScroll:gl,zoomOnPinch:os,zoomOnDoubleClick:yl,panOnScroll:ml,panOnScrollSpeed:Ao,panOnScrollMode:Mo,panOnDrag:bl,onPaneClick:xl,onPaneScroll:wl,onPaneContextMenu:_l,onSelectionContextMenu:ce,onEdgeUpdate:fs,onEdgeContextMenu:Sl,onEdgeDoubleClick:Ol,onEdgeMouseEnter:Cl,onEdgeMouseMove:Rl,onEdgeMouseLeave:Pl,onEdgeUpdateStart:Il,onEdgeUpdateEnd:Ni,edgeUpdaterRadius:Ti,defaultMarkerColor:vl,noDragClassName:ps,noWheelClassName:vs,noPanClassName:Al,elevateEdgesOnSelect:ws,id:Ai==null?void 0:Ai.id}),A.createElement(aY,{nodes:r,edges:n,defaultNodes:i,defaultEdges:o,onConnect:x,onConnectStart:w,onConnectStop:S,onConnectEnd:E,onClickConnectStart:_,onClickConnectStop:R,onClickConnectEnd:P,nodesDraggable:At,nodesConnectable:ut,elementsSelectable:et,minZoom:Jt,maxZoom:jt,nodeExtent:rs,onNodesChange:Nl,onEdgesChange:Tl,snapToGrid:Ne,snapGrid:je,connectionMode:z,translateExtent:Ur,connectOnClick:bs,defaultEdgeOptions:xs,fitView:Ml,fitViewOptions:ys,onNodesDelete:$,onEdgesDelete:W,onNodeDragStart:D,onNodeDrag:T,onNodeDragStop:B,onSelectionDrag:H,onSelectionDragStart:ee,onSelectionDragStop:Q}),Y&&A.createElement(iY,{onSelectionChange:Y}),El,A.createElement(HK,{proOptions:Dl,position:qo})))});C2.displayName="ReactFlow";function R2(e){return function(t){var r=A.useState(t),n=Le(r,2),i=n[0],o=n[1],a=A.useCallback(function(u){return o(function(c){return e(u,c)})},[]);return[i,o,a]}}var s9=R2(Kj),u9=R2(dK);function II(e,t){const{width:r,height:n,positionAbsolute:i}=e,o=t.positionAbsolute,a=r/2,u=n/2,c=i.x+a,d=i.y+u,f=o.x+a,h=o.y+u,p=(f-c)/(2*a)-(h-d)/(2*u),v=(f-c)/(2*a)+(h-d)/(2*u),m=1/(Math.abs(p)+Math.abs(v)),y=m*p,b=m*v,x=a*(y+b)+c,w=u*(-y+b)+d;return{x,y:w}}function NI(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?xe.Left:o>=n+r.width-1?xe.Right:a<=i+1?xe.Top:a>=r.y+r.height-1?xe.Bottom:xe.Top}function P2(e,t){const r=II(e,t),n=II(t,e),i=NI(e,r),o=NI(t,n);return{sx:r.x,sy:r.y,tx:n.x,ty:n.y,sourcePos:i,targetPos:o}}const c9=({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}=P2(i,o),c=Vc({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:c}),C.jsx("circle",{cx:e,cy:t,fill:"#fff",r:3,stroke:"#222",strokeWidth:1.5})]})},l9=({id:e,source:t,target:r,markerEnd:n,style:i})=>{const o=gt(A.useCallback(m=>m.nodeInternals.get(t),[t])),a=gt(A.useCallback(m=>m.nodeInternals.get(r),[r]));if(!o||!a)return null;const{sx:u,sy:c,tx:d,ty:f,sourcePos:h,targetPos:p}=P2(o,a),v=Vc({sourceX:u,sourceY:c,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})},TI=172,AI=36,f9={custom:l9},d9=(e,t,r="LR")=>{const n=new gP.graphlib.Graph;n.setDefaultEdgeLabel(()=>({}));const i=r==="LR";return n.setGraph({rankdir:r}),e.forEach(o=>{n.setNode(o.id,{width:TI,height:AI})}),t.forEach(o=>{n.setEdge(o.source,o.target)}),gP.layout(n),e.forEach(o=>{const a=n.node(o.id);return o.targetPosition=i?xe.Left:xe.Top,o.sourcePosition=i?xe.Right:xe.Bottom,o.position={x:a.x-TI/2,y:a.y-AI/2},o}),{nodes:e,edges:t}},h9=()=>{},p9=({data:e,dict:t,onSelect:r=h9})=>{const{nodes:n,edges:i}=d9(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:xe.Right,targetPosition:xe.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]=s9(n),[c,d,f]=u9(i);return A.useEffect(()=>{a([...n]),d([...i])},[e]),C.jsx(C2,{nodes:o,edges:c,fitView:!0,onNodesChange:u,onEdgesChange:f,onNodeClick:(h,p)=>{r(p.id)},defaultZoom:.5,edgeTypes:f9,connectionLineComponent:c9,children:C.jsx($K,{variant:mi.Dots,color:"#81818140",gap:18,size:1})})};var I2=(e=>(e.method="methods",e.entityCollection="entityselMethod",e.dataClass="dataclassMethod",e.dataStore="dsMethod",e.entity="entityMethod",e.attribute="attributes",e.singletonMethod="singletonMethod",e))(I2||{});const N2=e=>{switch(e){case"entityCollection":return Z.ESubPermissionType.ENTITY_SEL_METHOD;case"dataClass":return Z.ESubPermissionType.DATACLASS_METHOD;case"dataStore":return Z.ESubPermissionType.DS_METHOD;case"entity":return Z.ESubPermissionType.ENTITY_METHOD;default:return Z.EPermissionType.METHOD}},MI=(e=[],t,r)=>{var i;const n=[];for(const o of e)(i=o[I2[r]])==null||i.forEach(a=>{if(`${o.name.toLowerCase()}.${a.name.toLowerCase()}`.includes(t)||!t){const c={applyTo:`${o.name}.${a.name}`,type:r};r===Z.EPermissionType.METHOD&&(c.subType=N2(a.applyTo)),n.push(c)}});return n},v9=(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:Z.EPermissionType.SINGLETON_METHOD})});return r};function Ax(e,t=[],r=[],n=[]){const i=MI(r,e,Z.EPermissionType.ATTRIBUTE),o=MI(r,e,Z.EPermissionType.METHOD),a=v9(n,e),u=t.filter(h=>!e||`ds.${h.name.toLowerCase()}`.includes(e)).map(h=>({applyTo:`ds.${h.name}`,type:Z.ESubPermissionType.DS_METHOD})),c=[],d=[];return r.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{c.push({applyTo:h.name,type:Z.EPermissionType.DATACLASS})}),n.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{d.push({applyTo:h.name,type:Z.EPermissionType.SINGLETON})}),[...[{applyTo:"ds",type:Z.EPermissionType.DATASTORE}].filter(h=>!e||`ds.${h.applyTo.toLowerCase()}`.includes(e)),...u,...c,...i,...o,...d,...a].reduce((h,p)=>{const v=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],[m,y]=p.applyTo.split("."),b=h.find(x=>x.prefix===m);return b?(b.resources=[...b.resources,p].sort((x,w)=>{const S=v.indexOf(x.type),E=v.indexOf(w.type);return S>E?1:-1}),b.type=y?b.type:p.type,[...h].sort((x,w)=>{const S=v.indexOf(x.type),E=v.indexOf(w.type);return S>E?1:-1})):[...h,{prefix:m,type:y?null:p.type,resources:[p]}]},[]).reduce((h,p)=>[...h,...p.resources],[])}const g9=(e=[],t=[],r=[])=>{const n=Ax("",e,t,r),i={ds:{applyTo:"ds",type:Z.EPermissionType.DATASTORE,methods:[],dataClasses:[],singletons:[]}},o=(u,c)=>u.applyTo.localeCompare(c.applyTo);n.forEach(u=>{const[c,d]=u.applyTo.split(".");if(d||(u.type===Z.EPermissionType.DATACLASS?i.ds.dataClasses.push({applyTo:c,type:Z.EPermissionType.DATACLASS,methods:[],attributes:[]}):u.type===Z.EPermissionType.SINGLETON&&i.ds.singletons.push({applyTo:c,type:Z.EPermissionType.SINGLETON,methods:[],attributes:[]})),d){const f=(h,p,v)=>{h.forEach(m=>{m.applyTo===c&&m[p].push(v)})};[Z.ESubPermissionType.DS_METHOD,Z.ESubPermissionType.DATACLASS_METHOD,Z.ESubPermissionType.ENTITY_METHOD,Z.ESubPermissionType.ENTITY_SEL_METHOD].includes(u.type)?c==="ds"?i.ds.methods.push(u):f(i.ds.dataClasses,"methods",u):u.type===Z.EPermissionType.ATTRIBUTE?(f(i.ds.dataClasses,"attributes",u),f(i.ds.singletons,"attributes",u)):u.type===Z.EPermissionType.SINGLETON_METHOD&&f(i.ds.singletons,"methods",u)}});const a=u=>{u.forEach(c=>{c.methods&&c.methods.sort(o),c.attributes&&c.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},T2=(e,t=[])=>{const r={};return Object.entries(e).forEach(([n,i])=>{r[n]={...i,resources:i.resources.map(o=>{var a,u,c;if(o.type===Z.EPermissionType.METHOD&&t.length){const[d,f]=o.resource.split("."),h=d==="ds"?"dataStore":((c=(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:c.applyTo)||"dataClass";return{...o,type:o.type,subType:N2(h)}}return o})}}),r},A2=(e,t)=>Object.entries(e).map(([r,n])=>{const i=n.resources.map(o=>{var d,f,h,p,v,m;const[a,u]=o.resource.split(".");let c=!0;switch(o.type){case Z.EPermissionType.DATASTORE:c=!!t;break;case Z.ESubPermissionType.DS_METHOD:c=!!t.methods.find(y=>y.name===u&&y.applyTo==="dataStore");break;case Z.EPermissionType.DATACLASS:c=!!t.dataClasses[a];break;case Z.EPermissionType.ATTRIBUTE:c=!!((f=(d=t.dataClasses[a])==null?void 0:d.attributes)!=null&&f.find(y=>y.name===u));break;case Z.ESubPermissionType.ENTITY_SEL_METHOD:c=!!((h=t.dataClasses[a])!=null&&h.methods.find(y=>y.name===u&&y.applyTo==="entityCollection"));break;case Z.ESubPermissionType.DATACLASS_METHOD:c=!!((p=t.dataClasses[a])!=null&&p.methods.find(y=>y.name===u&&y.applyTo==="dataClass"));break;case Z.ESubPermissionType.ENTITY_METHOD:c=!!((v=t.dataClasses[a])!=null&&v.methods.find(y=>y.name===u&&y.applyTo==="entity"));break;case Z.EPermissionType.SINGLETON_METHOD:c=!!((m=t.singletons[a])!=null&&m.methods.find(y=>y.name===u));break;case Z.EPermissionType.SINGLETON:c=!!t.singletons[a];break;default:c=!0}return{...o,exists:c}});return{[r]:{...n,resources:i}}}).reduce((r,n)=>({...r,...n}),{}),Pm=({child:e,parent:t,status:r,onSelect:n,currentPrivilegeId:i})=>{const o=Z.useAppDispatch(),a=Z.useAppSelector(Z.selectPrivileges);function u(){const d=Z.addIn(t.id,e.id,a);o(Z.updatePrivileges(d))}function c(){const d=Z.removeFrom(t.id,e.id,a);o(Z.updatePrivileges(d))}return C.jsxs("div",{className:Ke("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:c,children:C.jsx("span",{className:"text-[13px]",children:C.jsx(ye.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(ye.FdPlus,{className:"text-white"})})})]})},m9=({selectedPrivilege:e,privileges:t,onSelect:r,setShowIncluded:n,showIncluded:i})=>{const o=Object.values(t),a=Z.getPrivilegeById(e.id,t);let u=a?Z.populateShallow(a.includes,t):[],c=a?Z.populateShallow(Z.parents(a.id,t),t):[],d=a?Z.populateShallow(Z.allowed(a.id,t),t):[];return[u,c,d]=[u,c,d].map(f=>f.filter(h=>(h==null?void 0:h.privilege)!=="guest")),o.length<2&&u.length+c.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(nt.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-center space-x-1",children:[u.map(f=>C.jsx(Pm,{child:f,parent:e,status:"included",onSelect:r,currentPrivilegeId:f.id},f.id)),d.map(f=>C.jsx(Pm,{child:f,parent:e,status:"available",onSelect:r,currentPrivilegeId:f.id},f.id)),c.map(f=>C.jsx(Pm,{child:f,parent:e,status:"disabled",onSelect:r,currentPrivilegeId:f.id},f.id))]})]})};function xr(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 M2(e,t=[]){let r=[];function n(o,a){const u=ve.createContext(a),c=r.length;r=[...r,a];const d=h=>{var x;const{scope:p,children:v,...m}=h,y=((x=p==null?void 0:p[e])==null?void 0:x[c])||u,b=ve.useMemo(()=>m,Object.values(m));return C.jsx(y.Provider,{value:b,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[c])||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 c=(u==null?void 0:u[e])||o;return ve.useMemo(()=>({[`__scope${e}`]:{...u,[e]:c}}),[u,c])}};return i.scopeName=e,[n,y9(i,...t)]}function y9(...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:c,scopeName:d})=>{const h=c(o)[`__scope${d}`];return{...u,...h}},{});return ve.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return r.scopeName=t.scopeName,r}var yi=globalThis!=null&&globalThis.document?ve.useLayoutEffect:()=>{},b9=ve[" useInsertionEffect ".trim().toString()]||yi;function x9({prop:e,defaultProp:t,onChange:r=()=>{},caller:n}){const[i,o,a]=w9({defaultProp:t,onChange:r}),u=e!==void 0,c=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[c,d]}function w9({defaultProp:e,onChange:t}){const[r,n]=ve.useState(e),i=ve.useRef(r),o=ve.useRef(t);return b9(()=>{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 DI(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function D2(...e){return t=>{let r=!1;const n=e.map(i=>{const o=DI(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():DI(e[i],null)}}}}function Oo(...e){return ve.useCallback(D2(...e),e)}const E9=["top","right","bottom","left"],zn=Math.min,or=Math.max,ic=Math.round,wu=Math.floor,tn=e=>({x:e,y:e}),S9={left:"right",right:"left",bottom:"top",top:"bottom"},O9={start:"end",end:"start"};function Fb(e,t,r){return or(e,zn(t,r))}function wn(e,t){return typeof e=="function"?e(t):e}function _n(e){return e.split("-")[0]}function Co(e){return e.split("-")[1]}function Mx(e){return e==="x"?"y":"x"}function Dx(e){return e==="y"?"height":"width"}const C9=new Set(["top","bottom"]);function Jr(e){return C9.has(_n(e))?"y":"x"}function jx(e){return Mx(Jr(e))}function R9(e,t,r){r===void 0&&(r=!1);const n=Co(e),i=jx(e),o=Dx(i);let a=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=oc(a)),[a,oc(a)]}function P9(e){const t=oc(e);return[$b(e),t,$b(t)]}function $b(e){return e.replace(/start|end/g,t=>O9[t])}const jI=["left","right"],qI=["right","left"],I9=["top","bottom"],N9=["bottom","top"];function T9(e,t,r){switch(e){case"top":case"bottom":return r?t?qI:jI:t?jI:qI;case"left":case"right":return t?I9:N9;default:return[]}}function A9(e,t,r,n){const i=Co(e);let o=T9(_n(e),r==="start",n);return i&&(o=o.map(a=>a+"-"+i),t&&(o=o.concat(o.map($b)))),o}function oc(e){return e.replace(/left|right|bottom|top/g,t=>S9[t])}function M9(e){return{top:0,right:0,bottom:0,left:0,...e}}function j2(e){return typeof e!="number"?M9(e):{top:e,right:e,bottom:e,left:e}}function ac(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 kI(e,t,r){let{reference:n,floating:i}=e;const o=Jr(t),a=jx(t),u=Dx(a),c=_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(c){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(Co(t)){case"start":v[a]-=p*(r&&d?-1:1);break;case"end":v[a]+=p*(r&&d?-1:1);break}return v}const D9=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:a}=r,u=o.filter(Boolean),c=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:f,y:h}=kI(d,n,c),p=n,v={},m=0;for(let y=0;y<u.length;y++){const{name:b,fn:x}=u[y],{x:w,y:S,data:E,reset:_}=await x({x:f,y:h,initialPlacement:n,placement:p,strategy:i,middlewareData:v,rects:d,platform:a,elements:{reference:e,floating:t}});f=w??f,h=S??h,v={...v,[b]:{...v[b],...E}},_&&m<=50&&(m++,typeof _=="object"&&(_.placement&&(p=_.placement),_.rects&&(d=_.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:i}):_.rects),{x:f,y:h}=kI(d,p,c)),y=-1)}return{x:f,y:h,placement:p,strategy:i,middlewareData:v}};async function La(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:o,rects:a,elements:u,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:f="viewport",elementContext:h="floating",altBoundary:p=!1,padding:v=0}=wn(t,e),m=j2(v),b=u[p?h==="floating"?"reference":"floating":h],x=ac(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(u.floating)),boundary:d,rootBoundary:f,strategy:c})),w=h==="floating"?{x:n,y:i,width:a.floating.width,height:a.floating.height}:a.reference,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u.floating)),E=await(o.isElement==null?void 0:o.isElement(S))?await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1}:{x:1,y:1},_=ac(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:w,offsetParent:S,strategy:c}):w);return{top:(x.top-_.top+m.top)/E.y,bottom:(_.bottom-x.bottom+m.bottom)/E.y,left:(x.left-_.left+m.left)/E.x,right:(_.right-x.right+m.right)/E.x}}const j9=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:o,platform:a,elements:u,middlewareData:c}=t,{element:d,padding:f=0}=wn(e,t)||{};if(d==null)return{};const h=j2(f),p={x:r,y:n},v=jx(i),m=Dx(v),y=await a.getDimensions(d),b=v==="y",x=b?"top":"left",w=b?"bottom":"right",S=b?"clientHeight":"clientWidth",E=o.reference[m]+o.reference[v]-p[v]-o.floating[m],_=p[v]-o.reference[v],R=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let P=R?R[S]:0;(!P||!await(a.isElement==null?void 0:a.isElement(R)))&&(P=u.floating[S]||o.floating[m]);const N=E/2-_/2,j=P/2-y[m]/2-1,L=zn(h[x],j),F=zn(h[w],j),k=L,D=P-y[m]-F,T=P/2-y[m]/2+N,B=Fb(k,T,D),$=!c.arrow&&Co(i)!=null&&T!==B&&o.reference[m]/2-(T<k?L:F)-y[m]/2<0,W=$?T<k?T-k:T-D:0;return{[v]:p[v]+W,data:{[v]:B,centerOffset:T-B-W,...$&&{alignmentOffset:W}},reset:$}}}),q9=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:c,elements:d}=t,{mainAxis:f=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:y=!0,...b}=wn(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const x=_n(i),w=Jr(u),S=_n(u)===u,E=await(c.isRTL==null?void 0:c.isRTL(d.floating)),_=p||(S||!y?[oc(u)]:P9(u)),R=m!=="none";!p&&R&&_.push(...A9(u,y,m,E));const P=[u,..._],N=await La(t,b),j=[];let L=((n=o.flip)==null?void 0:n.overflows)||[];if(f&&j.push(N[x]),h){const T=R9(i,a,E);j.push(N[T[0]],N[T[1]])}if(L=[...L,{placement:i,overflows:j}],!j.every(T=>T<=0)){var F,k;const T=(((F=o.flip)==null?void 0:F.index)||0)+1,B=P[T];if(B&&(!(h==="alignment"?w!==Jr(B):!1)||L.every(Y=>Jr(Y.placement)===w?Y.overflows[0]>0:!0)))return{data:{index:T,overflows:L},reset:{placement:B}};let $=(k=L.filter(W=>W.overflows[0]<=0).sort((W,Y)=>W.overflows[1]-Y.overflows[1])[0])==null?void 0:k.placement;if(!$)switch(v){case"bestFit":{var D;const W=(D=L.filter(Y=>{if(R){const ee=Jr(Y.placement);return ee===w||ee==="y"}return!0}).map(Y=>[Y.placement,Y.overflows.filter(ee=>ee>0).reduce((ee,H)=>ee+H,0)]).sort((Y,ee)=>Y[1]-ee[1])[0])==null?void 0:D[0];W&&($=W);break}case"initialPlacement":$=u;break}if(i!==$)return{reset:{placement:$}}}return{}}}};function LI(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function BI(e){return E9.some(t=>e[t]>=0)}const k9=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=wn(e,t);switch(n){case"referenceHidden":{const o=await La(t,{...i,elementContext:"reference"}),a=LI(o,r.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:BI(a)}}}case"escaped":{const o=await La(t,{...i,altBoundary:!0}),a=LI(o,r.floating);return{data:{escapedOffsets:a,escaped:BI(a)}}}default:return{}}}}},q2=new Set(["left","top"]);async function L9(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=Co(r),c=Jr(r)==="y",d=q2.has(a)?-1:1,f=o&&c?-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),c?{x:v*f,y:p*d}:{x:p*d,y:v*f}}const B9=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,c=await L9(t,e);return a===((r=u.offset)==null?void 0:r.placement)&&(n=u.arrow)!=null&&n.alignmentOffset?{}:{x:i+c.x,y:o+c.y,data:{...c,placement:a}}}}},F9=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:u={fn:b=>{let{x,y:w}=b;return{x,y:w}}},...c}=wn(e,t),d={x:r,y:n},f=await La(t,c),h=Jr(_n(i)),p=Mx(h);let v=d[p],m=d[h];if(o){const b=p==="y"?"top":"left",x=p==="y"?"bottom":"right",w=v+f[b],S=v-f[x];v=Fb(w,v,S)}if(a){const b=h==="y"?"top":"left",x=h==="y"?"bottom":"right",w=m+f[b],S=m-f[x];m=Fb(w,m,S)}const y=u.fn({...t,[p]:v,[h]:m});return{...y,data:{x:y.x-r,y:y.y-n,enabled:{[p]:o,[h]:a}}}}}},$9=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:c=!0,crossAxis:d=!0}=wn(e,t),f={x:r,y:n},h=Jr(i),p=Mx(h);let v=f[p],m=f[h];const y=wn(u,t),b=typeof y=="number"?{mainAxis:y,crossAxis:0}:{mainAxis:0,crossAxis:0,...y};if(c){const S=p==="y"?"height":"width",E=o.reference[p]-o.floating[S]+b.mainAxis,_=o.reference[p]+o.reference[S]-b.mainAxis;v<E?v=E:v>_&&(v=_)}if(d){var x,w;const S=p==="y"?"width":"height",E=q2.has(_n(i)),_=o.reference[h]-o.floating[S]+(E&&((x=a.offset)==null?void 0:x[h])||0)+(E?0:b.crossAxis),R=o.reference[h]+o.reference[S]+(E?0:((w=a.offset)==null?void 0:w[h])||0)-(E?b.crossAxis:0);m<_?m=_:m>R&&(m=R)}return{[p]:v,[h]:m}}}},z9=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:c=()=>{},...d}=wn(e,t),f=await La(t,d),h=_n(i),p=Co(i),v=Jr(i)==="y",{width:m,height:y}=o.floating;let b,x;h==="top"||h==="bottom"?(b=h,x=p===(await(a.isRTL==null?void 0:a.isRTL(u.floating))?"start":"end")?"left":"right"):(x=h,b=p==="end"?"top":"bottom");const w=y-f.top-f.bottom,S=m-f.left-f.right,E=zn(y-f[b],w),_=zn(m-f[x],S),R=!t.middlewareData.shift;let P=E,N=_;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(N=S),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(P=w),R&&!p){const L=or(f.left,0),F=or(f.right,0),k=or(f.top,0),D=or(f.bottom,0);v?N=m-2*(L!==0||F!==0?L+F:or(f.left,f.right)):P=y-2*(k!==0||D!==0?k+D:or(f.top,f.bottom))}await c({...t,availableWidth:N,availableHeight:P});const j=await a.getDimensions(u.floating);return m!==j.width||y!==j.height?{reset:{rects:!0}}:{}}}};function Wc(){return typeof window<"u"}function Ro(e){return k2(e)?(e.nodeName||"").toLowerCase():"#document"}function ar(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function sn(e){var t;return(t=(k2(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function k2(e){return Wc()?e instanceof Node||e instanceof ar(e).Node:!1}function Lr(e){return Wc()?e instanceof Element||e instanceof ar(e).Element:!1}function nn(e){return Wc()?e instanceof HTMLElement||e instanceof ar(e).HTMLElement:!1}function FI(e){return!Wc()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ar(e).ShadowRoot}const H9=new Set(["inline","contents"]);function Xa(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=Br(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!H9.has(i)}const U9=new Set(["table","td","th"]);function V9(e){return U9.has(Ro(e))}const W9=[":popover-open",":modal"];function Gc(e){return W9.some(t=>{try{return e.matches(t)}catch{return!1}})}const G9=["transform","translate","scale","rotate","perspective"],K9=["transform","translate","scale","rotate","perspective","filter"],Y9=["paint","layout","strict","content"];function qx(e){const t=kx(),r=Lr(e)?Br(e):e;return G9.some(n=>r[n]?r[n]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||K9.some(n=>(r.willChange||"").includes(n))||Y9.some(n=>(r.contain||"").includes(n))}function X9(e){let t=Hn(e);for(;nn(t)&&!yo(t);){if(qx(t))return t;if(Gc(t))return null;t=Hn(t)}return null}function kx(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Z9=new Set(["html","body","#document"]);function yo(e){return Z9.has(Ro(e))}function Br(e){return ar(e).getComputedStyle(e)}function Kc(e){return Lr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Hn(e){if(Ro(e)==="html")return e;const t=e.assignedSlot||e.parentNode||FI(e)&&e.host||sn(e);return FI(t)?t.host:t}function L2(e){const t=Hn(e);return yo(t)?e.ownerDocument?e.ownerDocument.body:e.body:nn(t)&&Xa(t)?t:L2(t)}function Ba(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=L2(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),a=ar(i);if(o){const u=zb(a);return t.concat(a,a.visualViewport||[],Xa(i)?i:[],u&&r?Ba(u):[])}return t.concat(i,Ba(i,[],r))}function zb(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function B2(e){const t=Br(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=nn(e),o=i?e.offsetWidth:r,a=i?e.offsetHeight:n,u=ic(r)!==o||ic(n)!==a;return u&&(r=o,n=a),{width:r,height:n,$:u}}function Lx(e){return Lr(e)?e:e.contextElement}function ao(e){const t=Lx(e);if(!nn(t))return tn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:o}=B2(t);let a=(o?ic(r.width):r.width)/n,u=(o?ic(r.height):r.height)/i;return(!a||!Number.isFinite(a))&&(a=1),(!u||!Number.isFinite(u))&&(u=1),{x:a,y:u}}const J9=tn(0);function F2(e){const t=ar(e);return!kx()||!t.visualViewport?J9:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Q9(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==ar(e)?!1:t}function bi(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),o=Lx(e);let a=tn(1);t&&(n?Lr(n)&&(a=ao(n)):a=ao(e));const u=Q9(o,r,n)?F2(o):tn(0);let c=(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=ar(o),v=n&&Lr(n)?ar(n):n;let m=p,y=zb(m);for(;y&&n&&v!==m;){const b=ao(y),x=y.getBoundingClientRect(),w=Br(y),S=x.left+(y.clientLeft+parseFloat(w.paddingLeft))*b.x,E=x.top+(y.clientTop+parseFloat(w.paddingTop))*b.y;c*=b.x,d*=b.y,f*=b.x,h*=b.y,c+=S,d+=E,m=ar(y),y=zb(m)}}return ac({width:f,height:h,x:c,y:d})}function Yc(e,t){const r=Kc(e).scrollLeft;return t?t.left+r:bi(sn(e)).left+r}function $2(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Yc(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function e7(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const o=i==="fixed",a=sn(n),u=t?Gc(t.floating):!1;if(n===a||u&&o)return r;let c={scrollLeft:0,scrollTop:0},d=tn(1);const f=tn(0),h=nn(n);if((h||!h&&!o)&&((Ro(n)!=="body"||Xa(a))&&(c=Kc(n)),nn(n))){const v=bi(n);d=ao(n),f.x=v.x+n.clientLeft,f.y=v.y+n.clientTop}const p=a&&!h&&!o?$2(a,c):tn(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-c.scrollLeft*d.x+f.x+p.x,y:r.y*d.y-c.scrollTop*d.y+f.y+p.y}}function t7(e){return Array.from(e.getClientRects())}function r7(e){const t=sn(e),r=Kc(e),n=e.ownerDocument.body,i=or(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=or(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-r.scrollLeft+Yc(e);const u=-r.scrollTop;return Br(n).direction==="rtl"&&(a+=or(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:a,y:u}}const $I=25;function n7(e,t){const r=ar(e),n=sn(e),i=r.visualViewport;let o=n.clientWidth,a=n.clientHeight,u=0,c=0;if(i){o=i.width,a=i.height;const f=kx();(!f||f&&t==="fixed")&&(u=i.offsetLeft,c=i.offsetTop)}const d=Yc(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<=$I&&(o-=m)}else d<=$I&&(o+=d);return{width:o,height:a,x:u,y:c}}const i7=new Set(["absolute","fixed"]);function o7(e,t){const r=bi(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=nn(e)?ao(e):tn(1),a=e.clientWidth*o.x,u=e.clientHeight*o.y,c=i*o.x,d=n*o.y;return{width:a,height:u,x:c,y:d}}function zI(e,t,r){let n;if(t==="viewport")n=n7(e,r);else if(t==="document")n=r7(sn(e));else if(Lr(t))n=o7(t,r);else{const i=F2(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return ac(n)}function z2(e,t){const r=Hn(e);return r===t||!Lr(r)||yo(r)?!1:Br(r).position==="fixed"||z2(r,t)}function a7(e,t){const r=t.get(e);if(r)return r;let n=Ba(e,[],!1).filter(u=>Lr(u)&&Ro(u)!=="body"),i=null;const o=Br(e).position==="fixed";let a=o?Hn(e):e;for(;Lr(a)&&!yo(a);){const u=Br(a),c=qx(a);!c&&u.position==="fixed"&&(i=null),(o?!c&&!i:!c&&u.position==="static"&&!!i&&i7.has(i.position)||Xa(a)&&!c&&z2(e,a))?n=n.filter(f=>f!==a):i=u,a=Hn(a)}return t.set(e,n),n}function s7(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const a=[...r==="clippingAncestors"?Gc(t)?[]:a7(t,this._c):[].concat(r),n],u=a[0],c=a.reduce((d,f)=>{const h=zI(t,f,i);return d.top=or(h.top,d.top),d.right=zn(h.right,d.right),d.bottom=zn(h.bottom,d.bottom),d.left=or(h.left,d.left),d},zI(t,u,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function u7(e){const{width:t,height:r}=B2(e);return{width:t,height:r}}function c7(e,t,r){const n=nn(t),i=sn(t),o=r==="fixed",a=bi(e,!0,o,t);let u={scrollLeft:0,scrollTop:0};const c=tn(0);function d(){c.x=Yc(i)}if(n||!n&&!o)if((Ro(t)!=="body"||Xa(i))&&(u=Kc(t)),n){const v=bi(t,!0,o,t);c.x=v.x+t.clientLeft,c.y=v.y+t.clientTop}else i&&d();o&&!n&&i&&d();const f=i&&!n&&!o?$2(i,u):tn(0),h=a.left+u.scrollLeft-c.x-f.x,p=a.top+u.scrollTop-c.y-f.y;return{x:h,y:p,width:a.width,height:a.height}}function Im(e){return Br(e).position==="static"}function HI(e,t){if(!nn(e)||Br(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return sn(e)===r&&(r=r.ownerDocument.body),r}function H2(e,t){const r=ar(e);if(Gc(e))return r;if(!nn(e)){let i=Hn(e);for(;i&&!yo(i);){if(Lr(i)&&!Im(i))return i;i=Hn(i)}return r}let n=HI(e,t);for(;n&&V9(n)&&Im(n);)n=HI(n,t);return n&&yo(n)&&Im(n)&&!qx(n)?r:n||X9(e)||r}const l7=async function(e){const t=this.getOffsetParent||H2,r=this.getDimensions,n=await r(e.floating);return{reference:c7(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function f7(e){return Br(e).direction==="rtl"}const d7={convertOffsetParentRelativeRectToViewportRelativeRect:e7,getDocumentElement:sn,getClippingRect:s7,getOffsetParent:H2,getElementRects:l7,getClientRects:t7,getDimensions:u7,getScale:ao,isElement:Lr,isRTL:f7};function U2(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function h7(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,c){u===void 0&&(u=!1),c===void 0&&(c=1),o();const d=e.getBoundingClientRect(),{left:f,top:h,width:p,height:v}=d;if(u||t(),!p||!v)return;const m=wu(h),y=wu(i.clientWidth-(f+p)),b=wu(i.clientHeight-(h+v)),x=wu(f),S={rootMargin:-m+"px "+-y+"px "+-b+"px "+-x+"px",threshold:or(0,zn(1,c))||1};let E=!0;function _(R){const P=R[0].intersectionRatio;if(P!==c){if(!E)return a();P?a(!1,P):n=setTimeout(()=>{a(!1,1e-7)},1e3)}P===1&&!U2(d,e.getBoundingClientRect())&&a(),E=!1}try{r=new IntersectionObserver(_,{...S,root:i.ownerDocument})}catch{r=new IntersectionObserver(_,S)}r.observe(e)}return a(!0),o}function p7(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:c=!1}=n,d=Lx(e),f=i||o?[...d?Ba(d):[],...Ba(t)]:[];f.forEach(x=>{i&&x.addEventListener("scroll",r,{passive:!0}),o&&x.addEventListener("resize",r)});const h=d&&u?h7(d,r):null;let p=-1,v=null;a&&(v=new ResizeObserver(x=>{let[w]=x;w&&w.target===d&&v&&(v.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var S;(S=v)==null||S.observe(t)})),r()}),d&&!c&&v.observe(d),v.observe(t));let m,y=c?bi(e):null;c&&b();function b(){const x=bi(e);y&&!U2(y,x)&&r(),y=x,m=requestAnimationFrame(b)}return r(),()=>{var x;f.forEach(w=>{i&&w.removeEventListener("scroll",r),o&&w.removeEventListener("resize",r)}),h==null||h(),(x=v)==null||x.disconnect(),v=null,c&&cancelAnimationFrame(m)}}const v7=B9,g7=F9,m7=q9,y7=z9,b7=k9,UI=j9,x7=$9,w7=(e,t,r)=>{const n=new Map,i={platform:d7,...r},o={...i.platform,_c:n};return D9(e,t,{...i,platform:o})};var _7=typeof document<"u",E7=function(){},Bu=_7?A.useLayoutEffect:E7;function sc(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(!sc(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)&&!sc(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function V2(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function VI(e,t){const r=V2(e);return Math.round(t*r)/r}function Nm(e){const t=ve.useRef(e);return Bu(()=>{t.current=e}),t}function S7(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:c,open:d}=e,[f,h]=ve.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,v]=ve.useState(n);sc(p,n)||v(n);const[m,y]=ve.useState(null),[b,x]=ve.useState(null),w=ve.useCallback(Y=>{Y!==R.current&&(R.current=Y,y(Y))},[]),S=ve.useCallback(Y=>{Y!==P.current&&(P.current=Y,x(Y))},[]),E=o||m,_=a||b,R=ve.useRef(null),P=ve.useRef(null),N=ve.useRef(f),j=c!=null,L=Nm(c),F=Nm(i),k=Nm(d),D=ve.useCallback(()=>{if(!R.current||!P.current)return;const Y={placement:t,strategy:r,middleware:p};F.current&&(Y.platform=F.current),w7(R.current,P.current,Y).then(ee=>{const H={...ee,isPositioned:k.current!==!1};T.current&&!sc(N.current,H)&&(N.current=H,Kb.flushSync(()=>{h(H)}))})},[p,t,r,F,k]);Bu(()=>{d===!1&&N.current.isPositioned&&(N.current.isPositioned=!1,h(Y=>({...Y,isPositioned:!1})))},[d]);const T=ve.useRef(!1);Bu(()=>(T.current=!0,()=>{T.current=!1}),[]),Bu(()=>{if(E&&(R.current=E),_&&(P.current=_),E&&_){if(L.current)return L.current(E,_,D);D()}},[E,_,D,L,j]);const B=ve.useMemo(()=>({reference:R,floating:P,setReference:w,setFloating:S}),[w,S]),$=ve.useMemo(()=>({reference:E,floating:_}),[E,_]),W=ve.useMemo(()=>{const Y={position:r,left:0,top:0};if(!$.floating)return Y;const ee=VI($.floating,f.x),H=VI($.floating,f.y);return u?{...Y,transform:"translate("+ee+"px, "+H+"px)",...V2($.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:ee,top:H}},[r,u,$.floating,f.x,f.y]);return ve.useMemo(()=>({...f,update:D,refs:B,elements:$,floatingStyles:W}),[f,D,B,$,W])}const O7=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?UI({element:n.current,padding:i}).fn(r):{}:n?UI({element:n,padding:i}).fn(r):{}}}},C7=(e,t)=>({...v7(e),options:[e,t]}),R7=(e,t)=>({...g7(e),options:[e,t]}),P7=(e,t)=>({...x7(e),options:[e,t]}),I7=(e,t)=>({...m7(e),options:[e,t]}),N7=(e,t)=>({...y7(e),options:[e,t]}),T7=(e,t)=>({...b7(e),options:[e,t]}),A7=(e,t)=>({...O7(e),options:[e,t]});function M7(e){const t=D7(e),r=ve.forwardRef((n,i)=>{const{children:o,...a}=n,u=ve.Children.toArray(o),c=u.find(q7);if(c){const d=c.props.children,f=u.map(h=>h===c?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 D7(e){const t=ve.forwardRef((r,n)=>{const{children:i,...o}=r;if(ve.isValidElement(i)){const a=L7(i),u=k7(o,i.props);return i.type!==ve.Fragment&&(u.ref=n?D2(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 j7=Symbol("radix.slottable");function q7(e){return ve.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===j7}function k7(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 c=o(...u);return i(...u),c}:i&&(r[n]=i):n==="style"?r[n]={...i,...o}:n==="className"&&(r[n]=[i,o].filter(Boolean).join(" "))}return{...e,...r}}function L7(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 B7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Oi=B7.reduce((e,t)=>{const r=M7(`Primitive.${t}`),n=ve.forwardRef((i,o)=>{const{asChild:a,...u}=i,c=a?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),C.jsx(c,{...u,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function F7(e,t){e&&Kb.flushSync(()=>e.dispatchEvent(t))}var $7="Arrow",W2=ve.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...o}=e;return C.jsx(Oi.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"})})});W2.displayName=$7;var z7=W2;function Xc(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 H7(e){const[t,r]=ve.useState(void 0);return yi(()=>{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 c=o.borderBoxSize,d=Array.isArray(c)?c[0]:c;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 Bx="Popper",[G2,K2]=M2(Bx),[U7,Y2]=G2(Bx),X2=e=>{const{__scopePopper:t,children:r}=e,[n,i]=ve.useState(null);return C.jsx(U7,{scope:t,anchor:n,onAnchorChange:i,children:r})};X2.displayName=Bx;var Z2="PopperAnchor",J2=ve.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,o=Y2(Z2,r),a=ve.useRef(null),u=Oo(t,a),c=ve.useRef(null);return ve.useEffect(()=>{const d=c.current;c.current=(n==null?void 0:n.current)||a.current,d!==c.current&&o.onAnchorChange(c.current)}),n?null:C.jsx(Oi.div,{...i,ref:u})});J2.displayName=Z2;var Fx="PopperContent",[V7,W7]=G2(Fx),Q2=ve.forwardRef((e,t)=>{var V,K,ie,ne,ue,de;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:o="center",alignOffset:a=0,arrowPadding:u=0,avoidCollisions:c=!0,collisionBoundary:d=[],collisionPadding:f=0,sticky:h="partial",hideWhenDetached:p=!1,updatePositionStrategy:v="optimized",onPlaced:m,...y}=e,b=Y2(Fx,r),[x,w]=ve.useState(null),S=Oo(t,we=>w(we)),[E,_]=ve.useState(null),R=H7(E),P=(R==null?void 0:R.width)??0,N=(R==null?void 0:R.height)??0,j=n+(o!=="center"?"-"+o:""),L=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},F=Array.isArray(d)?d:[d],k=F.length>0,D={padding:L,boundary:F.filter(K7),altBoundary:k},{refs:T,floatingStyles:B,placement:$,isPositioned:W,middlewareData:Y}=S7({strategy:"fixed",placement:j,whileElementsMounted:(...we)=>p7(...we,{animationFrame:v==="always"}),elements:{reference:b.anchor},middleware:[C7({mainAxis:i+N,alignmentAxis:a}),c&&R7({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?P7():void 0,...D}),c&&I7({...D}),N7({...D,apply:({elements:we,rects:Se,availableWidth:_e,availableHeight:he})=>{const{width:ae,height:Oe}=Se.reference,Ne=we.floating.style;Ne.setProperty("--radix-popper-available-width",`${_e}px`),Ne.setProperty("--radix-popper-available-height",`${he}px`),Ne.setProperty("--radix-popper-anchor-width",`${ae}px`),Ne.setProperty("--radix-popper-anchor-height",`${Oe}px`)}}),E&&A7({element:E,padding:u}),Y7({arrowWidth:P,arrowHeight:N}),p&&T7({strategy:"referenceHidden",...D})]}),[ee,H]=rq($),Q=Xc(m);yi(()=>{W&&(Q==null||Q())},[W,Q]);const ce=(V=Y.arrow)==null?void 0:V.x,se=(K=Y.arrow)==null?void 0:K.y,z=((ie=Y.arrow)==null?void 0:ie.centerOffset)!==0,[G,J]=ve.useState();return yi(()=>{x&&J(window.getComputedStyle(x).zIndex)},[x]),C.jsx("div",{ref:T.setFloating,"data-radix-popper-content-wrapper":"",style:{...B,transform:W?B.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:G,"--radix-popper-transform-origin":[(ne=Y.transformOrigin)==null?void 0:ne.x,(ue=Y.transformOrigin)==null?void 0:ue.y].join(" "),...((de=Y.hide)==null?void 0:de.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:C.jsx(V7,{scope:r,placedSide:ee,onArrowChange:_,arrowX:ce,arrowY:se,shouldHideArrow:z,children:C.jsx(Oi.div,{"data-side":ee,"data-align":H,...y,ref:S,style:{...y.style,animation:W?void 0:"none"}})})})});Q2.displayName=Fx;var eq="PopperArrow",G7={top:"bottom",right:"left",bottom:"top",left:"right"},tq=ve.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,o=W7(eq,n),a=G7[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(z7,{...i,ref:r,style:{...i.style,display:"block"}})})});tq.displayName=eq;function K7(e){return e!==null}var Y7=e=>({name:"transformOrigin",options:e,fn(t){var b,x,w;const{placement:r,rects:n,middlewareData:i}=t,a=((b=i.arrow)==null?void 0:b.centerOffset)!==0,u=a?0:e.arrowWidth,c=a?0:e.arrowHeight,[d,f]=rq(r),h={start:"0%",center:"50%",end:"100%"}[f],p=(((x=i.arrow)==null?void 0:x.x)??0)+u/2,v=(((w=i.arrow)==null?void 0:w.y)??0)+c/2;let m="",y="";return d==="bottom"?(m=a?h:`${p}px`,y=`${-c}px`):d==="top"?(m=a?h:`${p}px`,y=`${n.floating.height+c}px`):d==="right"?(m=`${-c}px`,y=a?h:`${v}px`):d==="left"&&(m=`${n.floating.width+c}px`,y=a?h:`${v}px`),{data:{x:m,y}}}});function rq(e){const[t,r="center"]=e.split("-");return[t,r]}var X7=X2,Z7=J2,J7=Q2,Q7=tq,eX="Portal",nq=ve.forwardRef((e,t)=>{var u;const{container:r,...n}=e,[i,o]=ve.useState(!1);yi(()=>o(!0),[]);const a=r||i&&((u=globalThis==null?void 0:globalThis.document)==null?void 0:u.body);return a?bo.createPortal(C.jsx(Oi.div,{...n,ref:t}),a):null});nq.displayName=eX;function tX(e,t){return ve.useReducer((r,n)=>t[r][n]??r,e)}var $x=e=>{const{present:t,children:r}=e,n=rX(t),i=typeof r=="function"?r({present:n.isPresent}):ve.Children.only(r),o=Oo(n.ref,nX(i));return typeof r=="function"||n.isPresent?ve.cloneElement(i,{ref:o}):null};$x.displayName="Presence";function rX(e){const[t,r]=ve.useState(),n=ve.useRef(null),i=ve.useRef(e),o=ve.useRef("none"),a=e?"mounted":"unmounted",[u,c]=tX(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return ve.useEffect(()=>{const d=_u(n.current);o.current=u==="mounted"?d:"none"},[u]),yi(()=>{const d=n.current,f=i.current;if(f!==e){const p=o.current,v=_u(d);e?c("MOUNT"):v==="none"||(d==null?void 0:d.display)==="none"?c("UNMOUNT"):c(f&&p!==v?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,c]),yi(()=>{if(t){let d;const f=t.ownerDocument.defaultView??window,h=v=>{const y=_u(n.current).includes(CSS.escape(v.animationName));if(v.target===t&&y&&(c("ANIMATION_END"),!i.current)){const b=t.style.animationFillMode;t.style.animationFillMode="forwards",d=f.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=b)})}},p=v=>{v.target===t&&(o.current=_u(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 c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:ve.useCallback(d=>{n.current=d?getComputedStyle(d):null,r(d)},[])}}function _u(e){return(e==null?void 0:e.animationName)||"none"}function nX(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 iX(e,t=globalThis==null?void 0:globalThis.document){const r=Xc(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 oX="DismissableLayer",Hb="dismissableLayer.update",aX="dismissableLayer.pointerDownOutside",sX="dismissableLayer.focusOutside",WI,iq=ve.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),oq=ve.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,onDismiss:u,...c}=e,d=ve.useContext(iq),[f,h]=ve.useState(null),p=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,v]=ve.useState({}),m=Oo(t,P=>h(P)),y=Array.from(d.layers),[b]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),x=y.indexOf(b),w=f?y.indexOf(f):-1,S=d.layersWithOutsidePointerEventsDisabled.size>0,E=w>=x,_=lX(P=>{const N=P.target,j=[...d.branches].some(L=>L.contains(N));!E||j||(i==null||i(P),a==null||a(P),P.defaultPrevented||u==null||u())},p),R=fX(P=>{const N=P.target;[...d.branches].some(L=>L.contains(N))||(o==null||o(P),a==null||a(P),P.defaultPrevented||u==null||u())},p);return iX(P=>{w===d.layers.size-1&&(n==null||n(P),!P.defaultPrevented&&u&&(P.preventDefault(),u()))},p),ve.useEffect(()=>{if(f)return r&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(WI=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(f)),d.layers.add(f),GI(),()=>{r&&d.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=WI)}},[f,p,r,d]),ve.useEffect(()=>()=>{f&&(d.layers.delete(f),d.layersWithOutsidePointerEventsDisabled.delete(f),GI())},[f,d]),ve.useEffect(()=>{const P=()=>v({});return document.addEventListener(Hb,P),()=>document.removeEventListener(Hb,P)},[]),C.jsx(Oi.div,{...c,ref:m,style:{pointerEvents:S?E?"auto":"none":void 0,...e.style},onFocusCapture:xr(e.onFocusCapture,R.onFocusCapture),onBlurCapture:xr(e.onBlurCapture,R.onBlurCapture),onPointerDownCapture:xr(e.onPointerDownCapture,_.onPointerDownCapture)})});oq.displayName=oX;var uX="DismissableLayerBranch",cX=ve.forwardRef((e,t)=>{const r=ve.useContext(iq),n=ve.useRef(null),i=Oo(t,n);return ve.useEffect(()=>{const o=n.current;if(o)return r.branches.add(o),()=>{r.branches.delete(o)}},[r.branches]),C.jsx(Oi.div,{...e,ref:i})});cX.displayName=uX;function lX(e,t=globalThis==null?void 0:globalThis.document){const r=Xc(e),n=ve.useRef(!1),i=ve.useRef(()=>{});return ve.useEffect(()=>{const o=u=>{if(u.target&&!n.current){let c=function(){aq(aX,r,d,{discrete:!0})};const d={originalEvent:u};u.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=c,t.addEventListener("click",i.current,{once:!0})):c()}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 fX(e,t=globalThis==null?void 0:globalThis.document){const r=Xc(e),n=ve.useRef(!1);return ve.useEffect(()=>{const i=o=>{o.target&&!n.current&&aq(sX,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 GI(){const e=new CustomEvent(Hb);document.dispatchEvent(e)}function aq(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?F7(i,o):i.dispatchEvent(o)}var Tm,Zc="HoverCard",[sq]=M2(Zc,[K2]),Jc=K2(),[dX,Qc]=sq(Zc),uq=e=>{const{__scopeHoverCard:t,children:r,open:n,defaultOpen:i,onOpenChange:o,openDelay:a=700,closeDelay:u=300}=e,c=Jc(t),d=ve.useRef(0),f=ve.useRef(0),h=ve.useRef(!1),p=ve.useRef(!1),[v,m]=x9({prop:n,defaultProp:i??!1,onChange:o,caller:Zc}),y=ve.useCallback(()=>{clearTimeout(f.current),d.current=window.setTimeout(()=>m(!0),a)},[a,m]),b=ve.useCallback(()=>{clearTimeout(d.current),!h.current&&!p.current&&(f.current=window.setTimeout(()=>m(!1),u))},[u,m]),x=ve.useCallback(()=>m(!1),[m]);return ve.useEffect(()=>()=>{clearTimeout(d.current),clearTimeout(f.current)},[]),C.jsx(dX,{scope:t,open:v,onOpenChange:m,onOpen:y,onClose:b,onDismiss:x,hasSelectionRef:h,isPointerDownOnContentRef:p,children:C.jsx(X7,{...c,children:r})})};uq.displayName=Zc;var cq="HoverCardTrigger",lq=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Qc(cq,r),o=Jc(r);return C.jsx(Z7,{asChild:!0,...o,children:C.jsx(Oi.a,{"data-state":i.open?"open":"closed",...n,ref:t,onPointerEnter:xr(e.onPointerEnter,cc(i.onOpen)),onPointerLeave:xr(e.onPointerLeave,cc(i.onClose)),onFocus:xr(e.onFocus,i.onOpen),onBlur:xr(e.onBlur,i.onClose),onTouchStart:xr(e.onTouchStart,a=>a.preventDefault())})})});lq.displayName=cq;var zx="HoverCardPortal",[hX,pX]=sq(zx,{forceMount:void 0}),fq=e=>{const{__scopeHoverCard:t,forceMount:r,children:n,container:i}=e,o=Qc(zx,t);return C.jsx(hX,{scope:t,forceMount:r,children:C.jsx($x,{present:r||o.open,children:C.jsx(nq,{asChild:!0,container:i,children:n})})})};fq.displayName=zx;var uc="HoverCardContent",dq=ve.forwardRef((e,t)=>{const r=pX(uc,e.__scopeHoverCard),{forceMount:n=r.forceMount,...i}=e,o=Qc(uc,e.__scopeHoverCard);return C.jsx($x,{present:n||o.open,children:C.jsx(vX,{"data-state":o.open?"open":"closed",...i,onPointerEnter:xr(e.onPointerEnter,cc(o.onOpen)),onPointerLeave:xr(e.onPointerLeave,cc(o.onClose)),ref:t})})});dq.displayName=uc;var vX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,...u}=e,c=Qc(uc,r),d=Jc(r),f=ve.useRef(null),h=Oo(t,f),[p,v]=ve.useState(!1);return ve.useEffect(()=>{if(p){const m=document.body;return Tm=m.style.userSelect||m.style.webkitUserSelect,m.style.userSelect="none",m.style.webkitUserSelect="none",()=>{m.style.userSelect=Tm,m.style.webkitUserSelect=Tm}}},[p]),ve.useEffect(()=>{if(f.current){const m=()=>{v(!1),c.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var b;((b=document.getSelection())==null?void 0:b.toString())!==""&&(c.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",m),()=>{document.removeEventListener("pointerup",m),c.hasSelectionRef.current=!1,c.isPointerDownOnContentRef.current=!1}}},[c.isPointerDownOnContentRef,c.hasSelectionRef]),ve.useEffect(()=>{f.current&&yX(f.current).forEach(y=>y.setAttribute("tabindex","-1"))}),C.jsx(oq,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:a,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:xr(o,m=>{m.preventDefault()}),onDismiss:c.onDismiss,children:C.jsx(J7,{...d,...u,onPointerDown:xr(u.onPointerDown,m=>{m.currentTarget.contains(m.target)&&v(!0),c.hasSelectionRef.current=!1,c.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)"}})})}),gX="HoverCardArrow",mX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Jc(r);return C.jsx(Q7,{...i,...n,ref:t})});mX.displayName=gX;function cc(e){return t=>t.pointerType==="touch"?void 0:e()}function yX(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 Hx=uq,Ux=lq,jr=fq,qr=dq;const bX=({item:e,depth:t})=>{const[r,n]=A.useState(!1),i=Z.useAppSelector(Z.selectPrivileges),o=Z.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(ye.FdRight,{className:Ke("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(hq,{depth:t+1,data:o})})]})},hq=({data:e,depth:t=0})=>e.map(r=>r.includes.length?C.jsx(bX,{item:r,depth:t},r.id):C.jsx("div",{className:Ke("py-1 text-xs text-white",{}),children:r.privilege},r.id)),KI=Hx,YI=Ux,XI=({privilege:e,selectedPrivilege:t,onSelect:r,isGuest:n=!1})=>{const i=Z.useAppDispatch(),o=Z.useAppSelector(Z.selectPrivileges),a=Z.populateShallow(e.includes,o),[u,c]=A.useState(!1),[d,f]=A.useState(e.privilege),[h,p]=A.useState(null),v=nt.useOutsideClick(()=>{u&&b()});function m(){c(!0)}function y(){c(!1),f(e.privilege)}function b(){p(null);try{const S=Z.rename(d,e.id,o);i(Z.updatePrivileges(S)),c(!1)}catch(S){p(S.message)}}const x=async S=>{S.stopPropagation();const{confirmed:E}=await i(Z.openModal({title:"Delete Privilege",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to remove this Privilege?",icon:"FdWarningDanger"})).unwrap();if(E){const _=Z.remove(e.id,o);i(Z.updatePrivileges(_)),r(null)}},w=A.useMemo(()=>e.resources.some(S=>S.exists===!1),[e]);return C.jsxs(KI,{openDelay:0,closeDelay:0,children:[C.jsx(YI,{asChild:!0,children:C.jsxs("div",{className:Ke("rounded border bg-grey-300 p-2",{"border-grey-100":(t==null?void 0:t.id)!==e.id,"border-primary-dark":(t==null?void 0:t.id)===e.id,"border-red-400":w&&(t==null?void 0:t.id)!==e.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{r(e)},ref:v,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:n?C.jsx(ye.FdGuest,{className:"h-6 w-6"}):C.jsx(ye.FdGroup,{className:"h-6 w-6"})}),u?C.jsxs("div",{className:"relative h-6 flex-1",children:[C.jsx("input",{autoFocus:!0,onKeyDown:S=>{S.key==="Enter"&&b(),S.key==="Escape"&&y()},type:"text",className:Ke("absolute inset-0 mr-2 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:border-primary-dark focus:outline-none",{"border-b border-red-400":h}),value:d,onChange:S=>f(S.target.value)}),h&&C.jsx("p",{className:"absolute top-5 mt-1 rounded bg-red-400 p-1 text-xs text-white shadow-md",children:h})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",children:d})]}),n?C.jsx("div",{className:"flex items-center justify-center",children:C.jsxs(KI,{openDelay:0,closeDelay:0,children:[C.jsx(YI,{asChild:!0,children:C.jsx("span",{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-grey-50"})})}),C.jsx(jr,{children:C.jsx(qr,{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(ye.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:u?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(ye.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(ye.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:m,children:C.jsx("span",{children:C.jsx(ye.FdPen,{className:"h-4 w-4 text-grey-50"})})}),C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:x,children:C.jsx("span",{children:C.jsx(ye.FdTrash,{className:"h-4 w-4 text-grey-50"})})})]})})]}),a.length?C.jsx("div",{className:"ml-[43px]",children:C.jsx(hq,{data:a})}):null]})}),C.jsx(jr,{children:C.jsxs(qr,{hidden:!w,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(ye.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"This privilege uses non-existing resources"})]})})]})},xX=({privileges:e,selectPrivilege:t,selectedPrivilege:r})=>{const n=Z.useAppSelector(Z.selectGuestPrivilege),i=Z.useAppSelector(Z.selectCatalog),o=A.useMemo(()=>{if(i===null||!n)return n;const a=T2({guest:n},Object.values((i==null?void 0:i.dataClasses)??{}));return A2(a,i).guest},[e,i]);return C.jsxs("div",{className:"flex flex-1 flex-col gap-y-4 overflow-auto p-4 pb-10 pt-1",children:[o?C.jsx(XI,{privilege:o,onSelect:t,selectedPrivilege:r,isGuest:!0}):null,Object.entries(e).length?Object.entries(e).filter(([,a])=>a.privilege!=="guest").map(([a,u])=>C.jsx(XI,{privilege:u,onSelect:t,selectedPrivilege:r},a)):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(ye.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(ye.FdPlus,{className:"ml-2 inline h-4 w-4 text-white"})]})]})})})]})};var Eu={exports:{}},Su={exports:{}},We={};/** @license React v16.13.1
|
|
5
|
+
*/var L1;function Xz(){return L1||(L1=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})()})(Wf)),Wf.exports}var Zz=Xz();const Ue=Un(Zz);function Jz({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:Ue(" 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:Ue(" 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(nt.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(nt.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(nt.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(nt.Tip,{tipKey:"editors:roles:toolbar:forceLogin",alwaysOn:!0,side:"left"})]})]})]})})})})}const uD=A.createContext(void 0),Qz=({children:e})=>{const[t,r]=A.useState(null);function n(o){r(o)}const i={selectedRole:t,selectRole:n};return C.jsx(uD.Provider,{value:i,children:e})};function Xb(){const e=A.useContext(uD);if(e===void 0)throw new Error("useSelectedRole must be used within a SelectedRoleProvider");return e}var B1=function(t){return t.reduce(function(r,n){var i=n[0],o=n[1];return r[i]=o,r},{})},F1=typeof window<"u"&&window.document&&window.document.createElement?ve.useLayoutEffect:ve.useEffect,Gt="top",Er="bottom",Sr="right",Kt="left",Zb="auto",$a=[Gt,Er,Sr,Kt],lo="start",Ta="end",eH="clippingParents",cD="viewport",Jo="popper",tH="reference",$1=$a.reduce(function(e,t){return e.concat([t+"-"+lo,t+"-"+Ta])},[]),lD=[].concat($a,[Zb]).reduce(function(e,t){return e.concat([t,t+"-"+lo,t+"-"+Ta])},[]),rH="beforeRead",nH="read",iH="afterRead",oH="beforeMain",aH="main",sH="afterMain",uH="beforeWrite",cH="write",lH="afterWrite",fH=[rH,nH,iH,oH,aH,sH,uH,cH,lH];function rn(e){return e?(e.nodeName||"").toLowerCase():null}function sr(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function vi(e){var t=sr(e).Element;return e instanceof t||e instanceof Element}function _r(e){var t=sr(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Jb(e){if(typeof ShadowRoot>"u")return!1;var t=sr(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function dH(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];!_r(o)||!rn(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 hH(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(c,d){return c[d]="",c},{});!_r(i)||!rn(i)||(Object.assign(i.style,u),Object.keys(o).forEach(function(c){i.removeAttribute(c)}))})}}const pH={name:"applyStyles",enabled:!0,phase:"write",fn:dH,effect:hH,requires:["computeStyles"]};function Qr(e){return e.split("-")[0]}var ci=Math.max,Uu=Math.min,fo=Math.round;function Eb(){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 fD(){return!/^((?!chrome|android).)*safari/i.test(Eb())}function ho(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),i=1,o=1;t&&_r(e)&&(i=e.offsetWidth>0&&fo(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&fo(n.height)/e.offsetHeight||1);var a=vi(e)?sr(e):window,u=a.visualViewport,c=!fD()&&r,d=(n.left+(c&&u?u.offsetLeft:0))/i,f=(n.top+(c&&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 Qb(e){var t=ho(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 dD(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Jb(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 sr(e).getComputedStyle(e)}function vH(e){return["table","td","th"].indexOf(rn(e))>=0}function Vn(e){return((vi(e)?e.ownerDocument:e.document)||window.document).documentElement}function xc(e){return rn(e)==="html"?e:e.assignedSlot||e.parentNode||(Jb(e)?e.host:null)||Vn(e)}function z1(e){return!_r(e)||bn(e).position==="fixed"?null:e.offsetParent}function gH(e){var t=/firefox/i.test(Eb()),r=/Trident/i.test(Eb());if(r&&_r(e)){var n=bn(e);if(n.position==="fixed")return null}var i=xc(e);for(Jb(i)&&(i=i.host);_r(i)&&["html","body"].indexOf(rn(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 za(e){for(var t=sr(e),r=z1(e);r&&vH(r)&&bn(r).position==="static";)r=z1(r);return r&&(rn(r)==="html"||rn(r)==="body"&&bn(r).position==="static")?t:r||gH(e)||t}function ex(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Ca(e,t,r){return ci(e,Uu(t,r))}function mH(e,t,r){var n=Ca(e,t,r);return n>r?r:n}function hD(){return{top:0,right:0,bottom:0,left:0}}function pD(e){return Object.assign({},hD(),e)}function vD(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var yH=function(t,r){return t=typeof t=="function"?t(Object.assign({},r.rects,{placement:r.placement})):t,pD(typeof t!="number"?t:vD(t,$a))};function bH(e){var t,r=e.state,n=e.name,i=e.options,o=r.elements.arrow,a=r.modifiersData.popperOffsets,u=Qr(r.placement),c=ex(u),d=[Kt,Sr].indexOf(u)>=0,f=d?"height":"width";if(!(!o||!a)){var h=yH(i.padding,r),p=Qb(o),v=c==="y"?Gt:Kt,m=c==="y"?Er:Sr,y=r.rects.reference[f]+r.rects.reference[c]-a[c]-r.rects.popper[f],b=a[c]-r.rects.reference[c],x=za(o),w=x?c==="y"?x.clientHeight||0:x.clientWidth||0:0,S=y/2-b/2,E=h[v],_=w-p[f]-h[m],R=w/2-p[f]/2+S,P=Ca(E,R,_),N=c;r.modifiersData[n]=(t={},t[N]=P,t.centerOffset=P-R,t)}}function xH(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)||dD(t.elements.popper,i)&&(t.elements.arrow=i))}const wH={name:"arrow",enabled:!0,phase:"main",fn:bH,effect:xH,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function po(e){return e.split("-")[1]}var _H={top:"auto",right:"auto",bottom:"auto",left:"auto"};function EH(e,t){var r=e.x,n=e.y,i=t.devicePixelRatio||1;return{x:fo(r*i)/i||0,y:fo(n*i)/i||0}}function H1(e){var t,r=e.popper,n=e.popperRect,i=e.placement,o=e.variation,a=e.offsets,u=e.position,c=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,b=typeof f=="function"?f({x:v,y}):{x:v,y};v=b.x,y=b.y;var x=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),S=Kt,E=Gt,_=window;if(d){var R=za(r),P="clientHeight",N="clientWidth";if(R===sr(r)&&(R=Vn(r),bn(R).position!=="static"&&u==="absolute"&&(P="scrollHeight",N="scrollWidth")),R=R,i===Gt||(i===Kt||i===Sr)&&o===Ta){E=Er;var j=h&&R===_&&_.visualViewport?_.visualViewport.height:R[P];y-=j-n.height,y*=c?1:-1}if(i===Kt||(i===Gt||i===Er)&&o===Ta){S=Sr;var L=h&&R===_&&_.visualViewport?_.visualViewport.width:R[N];v-=L-n.width,v*=c?1:-1}}var F=Object.assign({position:u},d&&_H),k=f===!0?EH({x:v,y},sr(r)):{x:v,y};if(v=k.x,y=k.y,c){var D;return Object.assign({},F,(D={},D[E]=w?"0":"",D[S]=x?"0":"",D.transform=(_.devicePixelRatio||1)<=1?"translate("+v+"px, "+y+"px)":"translate3d("+v+"px, "+y+"px, 0)",D))}return Object.assign({},F,(t={},t[E]=w?y+"px":"",t[S]=x?v+"px":"",t.transform="",t))}function SH(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,c=u===void 0?!0:u,d={placement:Qr(t.placement),variation:po(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,H1(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,H1(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const OH={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:SH,data:{}};var cu={passive:!0};function CH(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,c=sr(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&d.forEach(function(f){f.addEventListener("scroll",r.update,cu)}),u&&c.addEventListener("resize",r.update,cu),function(){o&&d.forEach(function(f){f.removeEventListener("scroll",r.update,cu)}),u&&c.removeEventListener("resize",r.update,cu)}}const RH={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:CH,data:{}};var PH={left:"right",right:"left",bottom:"top",top:"bottom"};function Du(e){return e.replace(/left|right|bottom|top/g,function(t){return PH[t]})}var IH={start:"end",end:"start"};function U1(e){return e.replace(/start|end/g,function(t){return IH[t]})}function tx(e){var t=sr(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function rx(e){return ho(Vn(e)).left+tx(e).scrollLeft}function NH(e,t){var r=sr(e),n=Vn(e),i=r.visualViewport,o=n.clientWidth,a=n.clientHeight,u=0,c=0;if(i){o=i.width,a=i.height;var d=fD();(d||!d&&t==="fixed")&&(u=i.offsetLeft,c=i.offsetTop)}return{width:o,height:a,x:u+rx(e),y:c}}function TH(e){var t,r=Vn(e),n=tx(e),i=(t=e.ownerDocument)==null?void 0:t.body,o=ci(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=ci(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),u=-n.scrollLeft+rx(e),c=-n.scrollTop;return bn(i||r).direction==="rtl"&&(u+=ci(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:a,x:u,y:c}}function nx(e){var t=bn(e),r=t.overflow,n=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function gD(e){return["html","body","#document"].indexOf(rn(e))>=0?e.ownerDocument.body:_r(e)&&nx(e)?e:gD(xc(e))}function Ra(e,t){var r;t===void 0&&(t=[]);var n=gD(e),i=n===((r=e.ownerDocument)==null?void 0:r.body),o=sr(n),a=i?[o].concat(o.visualViewport||[],nx(n)?n:[]):n,u=t.concat(a);return i?u:u.concat(Ra(xc(a)))}function Sb(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function AH(e,t){var r=ho(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 V1(e,t,r){return t===cD?Sb(NH(e,r)):vi(t)?AH(t,r):Sb(TH(Vn(e)))}function MH(e){var t=Ra(xc(e)),r=["absolute","fixed"].indexOf(bn(e).position)>=0,n=r&&_r(e)?za(e):e;return vi(n)?t.filter(function(i){return vi(i)&&dD(i,n)&&rn(i)!=="body"}):[]}function DH(e,t,r,n){var i=t==="clippingParents"?MH(e):[].concat(t),o=[].concat(i,[r]),a=o[0],u=o.reduce(function(c,d){var f=V1(e,d,n);return c.top=ci(f.top,c.top),c.right=Uu(f.right,c.right),c.bottom=Uu(f.bottom,c.bottom),c.left=ci(f.left,c.left),c},V1(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 mD(e){var t=e.reference,r=e.element,n=e.placement,i=n?Qr(n):null,o=n?po(n):null,a=t.x+t.width/2-r.width/2,u=t.y+t.height/2-r.height/2,c;switch(i){case Gt:c={x:a,y:t.y-r.height};break;case Er:c={x:a,y:t.y+t.height};break;case Sr:c={x:t.x+t.width,y:u};break;case Kt:c={x:t.x-r.width,y:u};break;default:c={x:t.x,y:t.y}}var d=i?ex(i):null;if(d!=null){var f=d==="y"?"height":"width";switch(o){case lo:c[d]=c[d]-(t[f]/2-r[f]/2);break;case Ta:c[d]=c[d]+(t[f]/2-r[f]/2);break}}return c}function Aa(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,c=u===void 0?eH:u,d=r.rootBoundary,f=d===void 0?cD:d,h=r.elementContext,p=h===void 0?Jo:h,v=r.altBoundary,m=v===void 0?!1:v,y=r.padding,b=y===void 0?0:y,x=pD(typeof b!="number"?b:vD(b,$a)),w=p===Jo?tH:Jo,S=e.rects.popper,E=e.elements[m?w:p],_=DH(vi(E)?E:E.contextElement||Vn(e.elements.popper),c,f,a),R=ho(e.elements.reference),P=mD({reference:R,element:S,placement:i}),N=Sb(Object.assign({},S,P)),j=p===Jo?N:R,L={top:_.top-j.top+x.top,bottom:j.bottom-_.bottom+x.bottom,left:_.left-j.left+x.left,right:j.right-_.right+x.right},F=e.modifiersData.offset;if(p===Jo&&F){var k=F[i];Object.keys(L).forEach(function(D){var T=[Sr,Er].indexOf(D)>=0?1:-1,B=[Gt,Er].indexOf(D)>=0?"y":"x";L[D]+=k[B]*T})}return L}function jH(e,t){t===void 0&&(t={});var r=t,n=r.placement,i=r.boundary,o=r.rootBoundary,a=r.padding,u=r.flipVariations,c=r.allowedAutoPlacements,d=c===void 0?lD:c,f=po(n),h=f?u?$1:$1.filter(function(m){return po(m)===f}):$a,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]=Aa(e,{placement:y,boundary:i,rootBoundary:o,padding:a})[Qr(y)],m},{});return Object.keys(v).sort(function(m,y){return v[m]-v[y]})}function qH(e){if(Qr(e)===Zb)return[];var t=Du(e);return[U1(e),t,U1(t)]}function kH(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,c=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,b=t.options.placement,x=Qr(b),w=x===b,S=c||(w||!m?[Du(b)]:qH(b)),E=[b].concat(S).reduce(function(z,G){return z.concat(Qr(G)===Zb?jH(t,{placement:G,boundary:f,rootBoundary:h,padding:d,flipVariations:m,allowedAutoPlacements:y}):G)},[]),_=t.rects.reference,R=t.rects.popper,P=new Map,N=!0,j=E[0],L=0;L<E.length;L++){var F=E[L],k=Qr(F),D=po(F)===lo,T=[Gt,Er].indexOf(k)>=0,B=T?"width":"height",$=Aa(t,{placement:F,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),W=T?D?Sr:Kt:D?Er:Gt;_[B]>R[B]&&(W=Du(W));var Y=Du(W),ee=[];if(o&&ee.push($[k]<=0),u&&ee.push($[W]<=0,$[Y]<=0),ee.every(function(z){return z})){j=F,N=!1;break}P.set(F,ee)}if(N)for(var H=m?3:1,Q=function(G){var J=E.find(function(V){var K=P.get(V);if(K)return K.slice(0,G).every(function(ie){return ie})});if(J)return j=J,"break"},ce=H;ce>0;ce--){var se=Q(ce);if(se==="break")break}t.placement!==j&&(t.modifiersData[n]._skip=!0,t.placement=j,t.reset=!0)}}const LH={name:"flip",enabled:!0,phase:"main",fn:kH,requiresIfExists:["offset"],data:{_skip:!1}};function W1(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 G1(e){return[Gt,Sr,Er,Kt].some(function(t){return e[t]>=0})}function BH(e){var t=e.state,r=e.name,n=t.rects.reference,i=t.rects.popper,o=t.modifiersData.preventOverflow,a=Aa(t,{elementContext:"reference"}),u=Aa(t,{altBoundary:!0}),c=W1(a,n),d=W1(u,i,o),f=G1(c),h=G1(d);t.modifiersData[r]={referenceClippingOffsets:c,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}const FH={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:BH};function $H(e,t,r){var n=Qr(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,Sr].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}function zH(e){var t=e.state,r=e.options,n=e.name,i=r.offset,o=i===void 0?[0,0]:i,a=lD.reduce(function(f,h){return f[h]=$H(h,t.rects,o),f},{}),u=a[t.placement],c=u.x,d=u.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=a}const HH={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:zH};function UH(e){var t=e.state,r=e.name;t.modifiersData[r]=mD({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const VH={name:"popperOffsets",enabled:!0,phase:"read",fn:UH,data:{}};function WH(e){return e==="x"?"y":"x"}function GH(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,c=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,b=Aa(t,{boundary:c,rootBoundary:d,padding:h,altBoundary:f}),x=Qr(t.placement),w=po(t.placement),S=!w,E=ex(x),_=WH(E),R=t.modifiersData.popperOffsets,P=t.rects.reference,N=t.rects.popper,j=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,L=typeof j=="number"?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),F=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,k={x:0,y:0};if(R){if(o){var D,T=E==="y"?Gt:Kt,B=E==="y"?Er:Sr,$=E==="y"?"height":"width",W=R[E],Y=W+b[T],ee=W-b[B],H=v?-N[$]/2:0,Q=w===lo?P[$]:N[$],ce=w===lo?-N[$]:-P[$],se=t.elements.arrow,z=v&&se?Qb(se):{width:0,height:0},G=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:hD(),J=G[T],V=G[B],K=Ca(0,P[$],z[$]),ie=S?P[$]/2-H-K-J-L.mainAxis:Q-K-J-L.mainAxis,ne=S?-P[$]/2+H+K+V+L.mainAxis:ce+K+V+L.mainAxis,ue=t.elements.arrow&&za(t.elements.arrow),de=ue?E==="y"?ue.clientTop||0:ue.clientLeft||0:0,we=(D=F==null?void 0:F[E])!=null?D:0,Se=W+ie-we-de,_e=W+ne-we,he=Ca(v?Uu(Y,Se):Y,W,v?ci(ee,_e):ee);R[E]=he,k[E]=he-W}if(u){var ae,Oe=E==="x"?Gt:Kt,Ne=E==="x"?Er:Sr,ze=R[_],je=_==="y"?"height":"width",Ye=ze+b[Oe],Ve=ze-b[Ne],mt=[Gt,Kt].indexOf(x)!==-1,Qe=(ae=F==null?void 0:F[_])!=null?ae:0,At=mt?Ye:ze-P[je]-N[je]-Qe+L.altAxis,ut=mt?ze+P[je]+N[je]-Qe-L.altAxis:Ve,et=v&&mt?mH(At,ze,ut):Ca(v?At:Ye,ze,v?ut:Ve);R[_]=et,k[_]=et-ze}t.modifiersData[n]=k}}const KH={name:"preventOverflow",enabled:!0,phase:"main",fn:GH,requiresIfExists:["offset"]};function YH(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function XH(e){return e===sr(e)||!_r(e)?tx(e):YH(e)}function ZH(e){var t=e.getBoundingClientRect(),r=fo(t.width)/e.offsetWidth||1,n=fo(t.height)/e.offsetHeight||1;return r!==1||n!==1}function JH(e,t,r){r===void 0&&(r=!1);var n=_r(t),i=_r(t)&&ZH(t),o=Vn(t),a=ho(e,i,r),u={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(n||!n&&!r)&&((rn(t)!=="body"||nx(o))&&(u=XH(t)),_r(t)?(c=ho(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):o&&(c.x=rx(o))),{x:a.left+u.scrollLeft-c.x,y:a.top+u.scrollTop-c.y,width:a.width,height:a.height}}function QH(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 c=t.get(u);c&&i(c)}}),n.push(o)}return e.forEach(function(o){r.has(o.name)||i(o)}),n}function e4(e){var t=QH(e);return fH.reduce(function(r,n){return r.concat(t.filter(function(i){return i.phase===n}))},[])}function t4(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function r4(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 K1={placement:"bottom",modifiers:[],strategy:"absolute"};function Y1(){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 n4(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,i=t.defaultOptions,o=i===void 0?K1:i;return function(u,c,d){d===void 0&&(d=o);var f={placement:"bottom",orderedModifiers:[],options:Object.assign({},K1,o),modifiersData:{},elements:{reference:u,popper:c},attributes:{},styles:{}},h=[],p=!1,v={state:f,setOptions:function(x){var w=typeof x=="function"?x(f.options):x;y(),f.options=Object.assign({},o,f.options,w),f.scrollParents={reference:vi(u)?Ra(u):u.contextElement?Ra(u.contextElement):[],popper:Ra(c)};var S=e4(r4([].concat(n,f.options.modifiers)));return f.orderedModifiers=S.filter(function(E){return E.enabled}),m(),v.update()},forceUpdate:function(){if(!p){var x=f.elements,w=x.reference,S=x.popper;if(Y1(w,S)){f.rects={reference:JH(w,za(S),f.options.strategy==="fixed"),popper:Qb(S)},f.reset=!1,f.placement=f.options.placement,f.orderedModifiers.forEach(function(L){return f.modifiersData[L.name]=Object.assign({},L.data)});for(var E=0;E<f.orderedModifiers.length;E++){if(f.reset===!0){f.reset=!1,E=-1;continue}var _=f.orderedModifiers[E],R=_.fn,P=_.options,N=P===void 0?{}:P,j=_.name;typeof R=="function"&&(f=R({state:f,options:N,name:j,instance:v})||f)}}}},update:t4(function(){return new Promise(function(b){v.forceUpdate(),b(f)})}),destroy:function(){y(),p=!0}};if(!Y1(u,c))return v;v.setOptions(d).then(function(b){!p&&d.onFirstUpdate&&d.onFirstUpdate(b)});function m(){f.orderedModifiers.forEach(function(b){var x=b.name,w=b.options,S=w===void 0?{}:w,E=b.effect;if(typeof E=="function"){var _=E({state:f,name:x,instance:v,options:S}),R=function(){};h.push(_||R)}})}function y(){h.forEach(function(b){return b()}),h=[]}return v}}var i4=[RH,VH,OH,pH,HH,LH,KH,wH,FH],o4=n4({defaultModifiers:i4}),Gf,X1;function a4(){if(X1)return Gf;X1=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,c,d;if(Array.isArray(o)){if(u=o.length,u!=a.length)return!1;for(c=u;c--!==0;)if(!i(o[c],a[c]))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();!(c=f.next()).done;)if(!a.has(c.value[0]))return!1;for(f=o.entries();!(c=f.next()).done;)if(!i(c.value[1],a.get(c.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();!(c=f.next()).done;)if(!a.has(c.value[0]))return!1;return!0}if(n&&ArrayBuffer.isView(o)&&ArrayBuffer.isView(a)){if(u=o.length,u!=a.length)return!1;for(c=u;c--!==0;)if(o[c]!==a[c])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(c=u;c--!==0;)if(!Object.prototype.hasOwnProperty.call(a,d[c]))return!1;if(e&&o instanceof Element)return!1;for(c=u;c--!==0;)if(!((d[c]==="_owner"||d[c]==="__v"||d[c]==="__o")&&o.$$typeof)&&!i(o[d[c]],a[d[c]]))return!1;return!0}return o!==o&&a!==a}return Gf=function(a,u){try{return i(a,u)}catch(c){if((c.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw c}},Gf}var s4=a4();const u4=Un(s4);var c4=[],wc=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||c4},a=ve.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),u=a[0],c=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);Yb.flushSync(function(){c({styles:B1(y.map(function(b){return[b,m.styles[b]||{}]})),attributes:B1(y.map(function(b){return[b,m.attributes[b]]}))})})},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 u4(i.current,p)?i.current||p:(i.current=p,p)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,d]),h=ve.useRef();return F1(function(){h.current&&h.current.setOptions(f)},[f]),F1(function(){if(!(t==null||r==null)){var p=n.createPopper||o4,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 yD=({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(ye.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 ix(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 Kf,Z1;function l4(){if(Z1)return Kf;Z1=1;function e(){this.__data__=[],this.size=0}return Kf=e,Kf}var Yf,J1;function xo(){if(J1)return Yf;J1=1;function e(t,r){return t===r||t!==t&&r!==r}return Yf=e,Yf}var Xf,Q1;function _c(){if(Q1)return Xf;Q1=1;var e=xo();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return Xf=t,Xf}var Zf,eE;function f4(){if(eE)return Zf;eE=1;var e=_c(),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 Zf=n,Zf}var Jf,tE;function d4(){if(tE)return Jf;tE=1;var e=_c();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return Jf=t,Jf}var Qf,rE;function h4(){if(rE)return Qf;rE=1;var e=_c();function t(r){return e(this.__data__,r)>-1}return Qf=t,Qf}var ed,nE;function p4(){if(nE)return ed;nE=1;var e=_c();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 ed=t,ed}var td,iE;function Ec(){if(iE)return td;iE=1;var e=l4(),t=f4(),r=d4(),n=h4(),i=p4();function o(a){var u=-1,c=a==null?0:a.length;for(this.clear();++u<c;){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,td=o,td}var rd,oE;function v4(){if(oE)return rd;oE=1;var e=Ec();function t(){this.__data__=new e,this.size=0}return rd=t,rd}var nd,aE;function g4(){if(aE)return nd;aE=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return nd=e,nd}var id,sE;function m4(){if(sE)return id;sE=1;function e(t){return this.__data__.get(t)}return id=e,id}var od,uE;function y4(){if(uE)return od;uE=1;function e(t){return this.__data__.has(t)}return od=e,od}var ad,cE;function bD(){if(cE)return ad;cE=1;var e=typeof ht=="object"&&ht&&ht.Object===Object&&ht;return ad=e,ad}var sd,lE;function Fr(){if(lE)return sd;lE=1;var e=bD(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return sd=r,sd}var ud,fE;function wo(){if(fE)return ud;fE=1;var e=Fr(),t=e.Symbol;return ud=t,ud}var cd,dE;function b4(){if(dE)return cd;dE=1;var e=wo(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function o(a){var u=r.call(a,i),c=a[i];try{a[i]=void 0;var d=!0}catch{}var f=n.call(a);return d&&(u?a[i]=c:delete a[i]),f}return cd=o,cd}var ld,hE;function x4(){if(hE)return ld;hE=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return ld=r,ld}var fd,pE;function wi(){if(pE)return fd;pE=1;var e=wo(),t=b4(),r=x4(),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 fd=a,fd}var dd,vE;function Or(){if(vE)return dd;vE=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return dd=e,dd}var hd,gE;function Ha(){if(gE)return hd;gE=1;var e=wi(),t=Or(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",o="[object Proxy]";function a(u){if(!t(u))return!1;var c=e(u);return c==n||c==i||c==r||c==o}return hd=a,hd}var pd,mE;function w4(){if(mE)return pd;mE=1;var e=Fr(),t=e["__core-js_shared__"];return pd=t,pd}var vd,yE;function _4(){if(yE)return vd;yE=1;var e=w4(),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 vd=r,vd}var gd,bE;function xD(){if(bE)return gd;bE=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 gd=r,gd}var md,xE;function E4(){if(xE)return md;xE=1;var e=Ha(),t=_4(),r=Or(),n=xD(),i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=Function.prototype,u=Object.prototype,c=a.toString,d=u.hasOwnProperty,f=RegExp("^"+c.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 md=h,md}var yd,wE;function S4(){if(wE)return yd;wE=1;function e(t,r){return t==null?void 0:t[r]}return yd=e,yd}var bd,_E;function _i(){if(_E)return bd;_E=1;var e=E4(),t=S4();function r(n,i){var o=t(n,i);return e(o)?o:void 0}return bd=r,bd}var xd,EE;function ox(){if(EE)return xd;EE=1;var e=_i(),t=Fr(),r=e(t,"Map");return xd=r,xd}var wd,SE;function Sc(){if(SE)return wd;SE=1;var e=_i(),t=e(Object,"create");return wd=t,wd}var _d,OE;function O4(){if(OE)return _d;OE=1;var e=Sc();function t(){this.__data__=e?e(null):{},this.size=0}return _d=t,_d}var Ed,CE;function C4(){if(CE)return Ed;CE=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Ed=e,Ed}var Sd,RE;function R4(){if(RE)return Sd;RE=1;var e=Sc(),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 Sd=i,Sd}var Od,PE;function P4(){if(PE)return Od;PE=1;var e=Sc(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var o=this.__data__;return e?o[i]!==void 0:r.call(o,i)}return Od=n,Od}var Cd,IE;function I4(){if(IE)return Cd;IE=1;var e=Sc(),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 Cd=r,Cd}var Rd,NE;function N4(){if(NE)return Rd;NE=1;var e=O4(),t=C4(),r=R4(),n=P4(),i=I4();function o(a){var u=-1,c=a==null?0:a.length;for(this.clear();++u<c;){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,Rd=o,Rd}var Pd,TE;function T4(){if(TE)return Pd;TE=1;var e=N4(),t=Ec(),r=ox();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return Pd=n,Pd}var Id,AE;function A4(){if(AE)return Id;AE=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return Id=e,Id}var Nd,ME;function Oc(){if(ME)return Nd;ME=1;var e=A4();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return Nd=t,Nd}var Td,DE;function M4(){if(DE)return Td;DE=1;var e=Oc();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return Td=t,Td}var Ad,jE;function D4(){if(jE)return Ad;jE=1;var e=Oc();function t(r){return e(this,r).get(r)}return Ad=t,Ad}var Md,qE;function j4(){if(qE)return Md;qE=1;var e=Oc();function t(r){return e(this,r).has(r)}return Md=t,Md}var Dd,kE;function q4(){if(kE)return Dd;kE=1;var e=Oc();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 Dd=t,Dd}var jd,LE;function ax(){if(LE)return jd;LE=1;var e=T4(),t=M4(),r=D4(),n=j4(),i=q4();function o(a){var u=-1,c=a==null?0:a.length;for(this.clear();++u<c;){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,jd=o,jd}var qd,BE;function k4(){if(BE)return qd;BE=1;var e=Ec(),t=ox(),r=ax(),n=200;function i(o,a){var u=this.__data__;if(u instanceof e){var c=u.__data__;if(!t||c.length<n-1)return c.push([o,a]),this.size=++u.size,this;u=this.__data__=new r(c)}return u.set(o,a),this.size=u.size,this}return qd=i,qd}var kd,FE;function Cc(){if(FE)return kd;FE=1;var e=Ec(),t=v4(),r=g4(),n=m4(),i=y4(),o=k4();function a(u){var c=this.__data__=new e(u);this.size=c.size}return a.prototype.clear=t,a.prototype.delete=r,a.prototype.get=n,a.prototype.has=i,a.prototype.set=o,kd=a,kd}var Ld,$E;function sx(){if($E)return Ld;$E=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 Ld=e,Ld}var Bd,zE;function wD(){if(zE)return Bd;zE=1;var e=_i(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Bd=t,Bd}var Fd,HE;function Rc(){if(HE)return Fd;HE=1;var e=wD();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return Fd=t,Fd}var $d,UE;function Pc(){if(UE)return $d;UE=1;var e=Rc(),t=xo(),r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u){var c=o[a];(!(n.call(o,a)&&t(c,u))||u===void 0&&!(a in o))&&e(o,a,u)}return $d=i,$d}var zd,VE;function Ua(){if(VE)return zd;VE=1;var e=Pc(),t=Rc();function r(n,i,o,a){var u=!o;o||(o={});for(var c=-1,d=i.length;++c<d;){var f=i[c],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 zd=r,zd}var Hd,WE;function L4(){if(WE)return Hd;WE=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return Hd=e,Hd}var Ud,GE;function on(){if(GE)return Ud;GE=1;function e(t){return t!=null&&typeof t=="object"}return Ud=e,Ud}var Vd,KE;function B4(){if(KE)return Vd;KE=1;var e=wi(),t=on(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return Vd=n,Vd}var Wd,YE;function Va(){if(YE)return Wd;YE=1;var e=B4(),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 Wd=o,Wd}var Gd,XE;function yt(){if(XE)return Gd;XE=1;var e=Array.isArray;return Gd=e,Gd}var ba={exports:{}},Kd,ZE;function F4(){if(ZE)return Kd;ZE=1;function e(){return!1}return Kd=e,Kd}ba.exports;var JE;function _o(){return JE||(JE=1,(function(e,t){var r=Fr(),n=F4(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,a=o&&o.exports===i,u=a?r.Buffer:void 0,c=u?u.isBuffer:void 0,d=c||n;e.exports=d})(ba,ba.exports)),ba.exports}var Yd,QE;function Ic(){if(QE)return Yd;QE=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 Yd=r,Yd}var Xd,eS;function ux(){if(eS)return Xd;eS=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return Xd=t,Xd}var Zd,tS;function $4(){if(tS)return Zd;tS=1;var e=wi(),t=ux(),r=on(),n="[object Arguments]",i="[object Array]",o="[object Boolean]",a="[object Date]",u="[object Error]",c="[object Function]",d="[object Map]",f="[object Number]",h="[object Object]",p="[object RegExp]",v="[object Set]",m="[object String]",y="[object WeakMap]",b="[object ArrayBuffer]",x="[object DataView]",w="[object Float32Array]",S="[object Float64Array]",E="[object Int8Array]",_="[object Int16Array]",R="[object Int32Array]",P="[object Uint8Array]",N="[object Uint8ClampedArray]",j="[object Uint16Array]",L="[object Uint32Array]",F={};F[w]=F[S]=F[E]=F[_]=F[R]=F[P]=F[N]=F[j]=F[L]=!0,F[n]=F[i]=F[b]=F[o]=F[x]=F[a]=F[u]=F[c]=F[d]=F[f]=F[h]=F[p]=F[v]=F[m]=F[y]=!1;function k(D){return r(D)&&t(D.length)&&!!F[e(D)]}return Zd=k,Zd}var Jd,rS;function Nc(){if(rS)return Jd;rS=1;function e(t){return function(r){return t(r)}}return Jd=e,Jd}var xa={exports:{}};xa.exports;var nS;function cx(){return nS||(nS=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 c=i&&i.require&&i.require("util").types;return c||a&&a.binding&&a.binding("util")}catch{}})();e.exports=u})(xa,xa.exports)),xa.exports}var Qd,iS;function Wa(){if(iS)return Qd;iS=1;var e=$4(),t=Nc(),r=cx(),n=r&&r.isTypedArray,i=n?t(n):e;return Qd=i,Qd}var eh,oS;function _D(){if(oS)return eh;oS=1;var e=L4(),t=Va(),r=yt(),n=_o(),i=Ic(),o=Wa(),a=Object.prototype,u=a.hasOwnProperty;function c(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,b=y?e(d.length,String):[],x=b.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,x)))&&b.push(w);return b}return eh=c,eh}var th,aS;function Tc(){if(aS)return th;aS=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return th=t,th}var rh,sS;function ED(){if(sS)return rh;sS=1;function e(t,r){return function(n){return t(r(n))}}return rh=e,rh}var nh,uS;function z4(){if(uS)return nh;uS=1;var e=ED(),t=e(Object.keys,Object);return nh=t,nh}var ih,cS;function lx(){if(cS)return ih;cS=1;var e=Tc(),t=z4(),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 ih=i,ih}var oh,lS;function En(){if(lS)return oh;lS=1;var e=Ha(),t=ux();function r(n){return n!=null&&t(n.length)&&!e(n)}return oh=r,oh}var ah,fS;function Wn(){if(fS)return ah;fS=1;var e=_D(),t=lx(),r=En();function n(i){return r(i)?e(i):t(i)}return ah=n,ah}var sh,dS;function H4(){if(dS)return sh;dS=1;var e=Ua(),t=Wn();function r(n,i){return n&&e(i,t(i),n)}return sh=r,sh}var uh,hS;function U4(){if(hS)return uh;hS=1;function e(t){var r=[];if(t!=null)for(var n in Object(t))r.push(n);return r}return uh=e,uh}var ch,pS;function V4(){if(pS)return ch;pS=1;var e=Or(),t=Tc(),r=U4(),n=Object.prototype,i=n.hasOwnProperty;function o(a){if(!e(a))return r(a);var u=t(a),c=[];for(var d in a)d=="constructor"&&(u||!i.call(a,d))||c.push(d);return c}return ch=o,ch}var lh,vS;function Ei(){if(vS)return lh;vS=1;var e=_D(),t=V4(),r=En();function n(i){return r(i)?e(i,!0):t(i)}return lh=n,lh}var fh,gS;function W4(){if(gS)return fh;gS=1;var e=Ua(),t=Ei();function r(n,i){return n&&e(i,t(i),n)}return fh=r,fh}var wa={exports:{}};wa.exports;var mS;function SD(){return mS||(mS=1,(function(e,t){var r=Fr(),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 c(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=c})(wa,wa.exports)),wa.exports}var dh,yS;function OD(){if(yS)return dh;yS=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 dh=e,dh}var hh,bS;function CD(){if(bS)return hh;bS=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 hh=e,hh}var ph,xS;function RD(){if(xS)return ph;xS=1;function e(){return[]}return ph=e,ph}var vh,wS;function fx(){if(wS)return vh;wS=1;var e=CD(),t=RD(),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 vh=o,vh}var gh,_S;function G4(){if(_S)return gh;_S=1;var e=Ua(),t=fx();function r(n,i){return e(n,t(n),i)}return gh=r,gh}var mh,ES;function dx(){if(ES)return mh;ES=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 mh=e,mh}var yh,SS;function Ac(){if(SS)return yh;SS=1;var e=ED(),t=e(Object.getPrototypeOf,Object);return yh=t,yh}var bh,OS;function PD(){if(OS)return bh;OS=1;var e=dx(),t=Ac(),r=fx(),n=RD(),i=Object.getOwnPropertySymbols,o=i?function(a){for(var u=[];a;)e(u,r(a)),a=t(a);return u}:n;return bh=o,bh}var xh,CS;function K4(){if(CS)return xh;CS=1;var e=Ua(),t=PD();function r(n,i){return e(n,t(n),i)}return xh=r,xh}var wh,RS;function ID(){if(RS)return wh;RS=1;var e=dx(),t=yt();function r(n,i,o){var a=i(n);return t(n)?a:e(a,o(n))}return wh=r,wh}var _h,PS;function ND(){if(PS)return _h;PS=1;var e=ID(),t=fx(),r=Wn();function n(i){return e(i,r,t)}return _h=n,_h}var Eh,IS;function Y4(){if(IS)return Eh;IS=1;var e=ID(),t=PD(),r=Ei();function n(i){return e(i,r,t)}return Eh=n,Eh}var Sh,NS;function X4(){if(NS)return Sh;NS=1;var e=_i(),t=Fr(),r=e(t,"DataView");return Sh=r,Sh}var Oh,TS;function Z4(){if(TS)return Oh;TS=1;var e=_i(),t=Fr(),r=e(t,"Promise");return Oh=r,Oh}var Ch,AS;function TD(){if(AS)return Ch;AS=1;var e=_i(),t=Fr(),r=e(t,"Set");return Ch=r,Ch}var Rh,MS;function J4(){if(MS)return Rh;MS=1;var e=_i(),t=Fr(),r=e(t,"WeakMap");return Rh=r,Rh}var Ph,DS;function Eo(){if(DS)return Ph;DS=1;var e=X4(),t=ox(),r=Z4(),n=TD(),i=J4(),o=wi(),a=xD(),u="[object Map]",c="[object Object]",d="[object Promise]",f="[object Set]",h="[object WeakMap]",p="[object DataView]",v=a(e),m=a(t),y=a(r),b=a(n),x=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(S){var E=o(S),_=E==c?S.constructor:void 0,R=_?a(_):"";if(R)switch(R){case v:return p;case m:return u;case y:return d;case b:return f;case x:return h}return E}),Ph=w,Ph}var Ih,jS;function Q4(){if(jS)return Ih;jS=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 Ih=r,Ih}var Nh,qS;function AD(){if(qS)return Nh;qS=1;var e=Fr(),t=e.Uint8Array;return Nh=t,Nh}var Th,kS;function hx(){if(kS)return Th;kS=1;var e=AD();function t(r){var n=new r.constructor(r.byteLength);return new e(n).set(new e(r)),n}return Th=t,Th}var Ah,LS;function eU(){if(LS)return Ah;LS=1;var e=hx();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.byteLength)}return Ah=t,Ah}var Mh,BS;function tU(){if(BS)return Mh;BS=1;var e=/\w*$/;function t(r){var n=new r.constructor(r.source,e.exec(r));return n.lastIndex=r.lastIndex,n}return Mh=t,Mh}var Dh,FS;function rU(){if(FS)return Dh;FS=1;var e=wo(),t=e?e.prototype:void 0,r=t?t.valueOf:void 0;function n(i){return r?Object(r.call(i)):{}}return Dh=n,Dh}var jh,$S;function MD(){if($S)return jh;$S=1;var e=hx();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.length)}return jh=t,jh}var qh,zS;function nU(){if(zS)return qh;zS=1;var e=hx(),t=eU(),r=tU(),n=rU(),i=MD(),o="[object Boolean]",a="[object Date]",u="[object Map]",c="[object Number]",d="[object RegExp]",f="[object Set]",h="[object String]",p="[object Symbol]",v="[object ArrayBuffer]",m="[object DataView]",y="[object Float32Array]",b="[object Float64Array]",x="[object Int8Array]",w="[object Int16Array]",S="[object Int32Array]",E="[object Uint8Array]",_="[object Uint8ClampedArray]",R="[object Uint16Array]",P="[object Uint32Array]";function N(j,L,F){var k=j.constructor;switch(L){case v:return e(j);case o:case a:return new k(+j);case m:return t(j,F);case y:case b:case x:case w:case S:case E:case _:case R:case P:return i(j,F);case u:return new k;case c:case h:return new k(j);case d:return r(j);case f:return new k;case p:return n(j)}}return qh=N,qh}var kh,HS;function DD(){if(HS)return kh;HS=1;var e=Or(),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 kh=r,kh}var Lh,US;function jD(){if(US)return Lh;US=1;var e=DD(),t=Ac(),r=Tc();function n(i){return typeof i.constructor=="function"&&!r(i)?e(t(i)):{}}return Lh=n,Lh}var Bh,VS;function iU(){if(VS)return Bh;VS=1;var e=Eo(),t=on(),r="[object Map]";function n(i){return t(i)&&e(i)==r}return Bh=n,Bh}var Fh,WS;function oU(){if(WS)return Fh;WS=1;var e=iU(),t=Nc(),r=cx(),n=r&&r.isMap,i=n?t(n):e;return Fh=i,Fh}var $h,GS;function aU(){if(GS)return $h;GS=1;var e=Eo(),t=on(),r="[object Set]";function n(i){return t(i)&&e(i)==r}return $h=n,$h}var zh,KS;function sU(){if(KS)return zh;KS=1;var e=aU(),t=Nc(),r=cx(),n=r&&r.isSet,i=n?t(n):e;return zh=i,zh}var Hh,YS;function qD(){if(YS)return Hh;YS=1;var e=Cc(),t=sx(),r=Pc(),n=H4(),i=W4(),o=SD(),a=OD(),u=G4(),c=K4(),d=ND(),f=Y4(),h=Eo(),p=Q4(),v=nU(),m=jD(),y=yt(),b=_o(),x=oU(),w=Or(),S=sU(),E=Wn(),_=Ei(),R=1,P=2,N=4,j="[object Arguments]",L="[object Array]",F="[object Boolean]",k="[object Date]",D="[object Error]",T="[object Function]",B="[object GeneratorFunction]",$="[object Map]",W="[object Number]",Y="[object Object]",ee="[object RegExp]",H="[object Set]",Q="[object String]",ce="[object Symbol]",se="[object WeakMap]",z="[object ArrayBuffer]",G="[object DataView]",J="[object Float32Array]",V="[object Float64Array]",K="[object Int8Array]",ie="[object Int16Array]",ne="[object Int32Array]",ue="[object Uint8Array]",de="[object Uint8ClampedArray]",we="[object Uint16Array]",Se="[object Uint32Array]",_e={};_e[j]=_e[L]=_e[z]=_e[G]=_e[F]=_e[k]=_e[J]=_e[V]=_e[K]=_e[ie]=_e[ne]=_e[$]=_e[W]=_e[Y]=_e[ee]=_e[H]=_e[Q]=_e[ce]=_e[ue]=_e[de]=_e[we]=_e[Se]=!0,_e[D]=_e[T]=_e[se]=!1;function he(ae,Oe,Ne,ze,je,Ye){var Ve,mt=Oe&R,Qe=Oe&P,At=Oe&N;if(Ne&&(Ve=je?Ne(ae,ze,je,Ye):Ne(ae)),Ve!==void 0)return Ve;if(!w(ae))return ae;var ut=y(ae);if(ut){if(Ve=p(ae),!mt)return a(ae,Ve)}else{var et=h(ae),Rt=et==T||et==B;if(b(ae))return o(ae,mt);if(et==Y||et==j||Rt&&!je){if(Ve=Qe||Rt?{}:m(ae),!mt)return Qe?c(ae,i(Ve,ae)):u(ae,n(Ve,ae))}else{if(!_e[et])return je?ae:{};Ve=v(ae,et,mt)}}Ye||(Ye=new e);var Jt=Ye.get(ae);if(Jt)return Jt;Ye.set(ae,Ve),S(ae)?ae.forEach(function(xt){Ve.add(he(xt,Oe,Ne,xt,ae,Ye))}):x(ae)&&ae.forEach(function(xt,qt){Ve.set(qt,he(xt,Oe,Ne,qt,ae,Ye))});var lr=At?Qe?f:d:Qe?_:E,jt=ut?void 0:lr(ae);return t(jt||ae,function(xt,qt){jt&&(qt=xt,xt=ae[qt]),r(Ve,qt,he(xt,Oe,Ne,qt,ae,Ye))}),Ve}return Hh=he,Hh}var Uh,XS;function uU(){if(XS)return Uh;XS=1;var e=qD(),t=4;function r(n){return e(n,t)}return Uh=r,Uh}var Vh,ZS;function px(){if(ZS)return Vh;ZS=1;function e(t){return function(){return t}}return Vh=e,Vh}var Wh,JS;function cU(){if(JS)return Wh;JS=1;function e(t){return function(r,n,i){for(var o=-1,a=Object(r),u=i(r),c=u.length;c--;){var d=u[t?c:++o];if(n(a[d],d,a)===!1)break}return r}}return Wh=e,Wh}var Gh,QS;function vx(){if(QS)return Gh;QS=1;var e=cU(),t=e();return Gh=t,Gh}var Kh,eO;function gx(){if(eO)return Kh;eO=1;var e=vx(),t=Wn();function r(n,i){return n&&e(n,i,t)}return Kh=r,Kh}var Yh,tO;function lU(){if(tO)return Yh;tO=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,c=Object(i);(n?u--:++u<a)&&o(c[u],u,c)!==!1;);return i}}return Yh=t,Yh}var Xh,rO;function Mc(){if(rO)return Xh;rO=1;var e=gx(),t=lU(),r=t(e);return Xh=r,Xh}var Zh,nO;function Si(){if(nO)return Zh;nO=1;function e(t){return t}return Zh=e,Zh}var Jh,iO;function kD(){if(iO)return Jh;iO=1;var e=Si();function t(r){return typeof r=="function"?r:e}return Jh=t,Jh}var Qh,oO;function LD(){if(oO)return Qh;oO=1;var e=sx(),t=Mc(),r=kD(),n=yt();function i(o,a){var u=n(o)?e:t;return u(o,r(a))}return Qh=i,Qh}var ep,aO;function BD(){return aO||(aO=1,ep=LD()),ep}var tp,sO;function fU(){if(sO)return tp;sO=1;var e=Mc();function t(r,n){var i=[];return e(r,function(o,a,u){n(o,a,u)&&i.push(o)}),i}return tp=t,tp}var rp,uO;function dU(){if(uO)return rp;uO=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return rp=t,rp}var np,cO;function hU(){if(cO)return np;cO=1;function e(t){return this.__data__.has(t)}return np=e,np}var ip,lO;function FD(){if(lO)return ip;lO=1;var e=ax(),t=dU(),r=hU();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,ip=n,ip}var op,fO;function pU(){if(fO)return op;fO=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 op=e,op}var ap,dO;function $D(){if(dO)return ap;dO=1;function e(t,r){return t.has(r)}return ap=e,ap}var sp,hO;function zD(){if(hO)return sp;hO=1;var e=FD(),t=pU(),r=$D(),n=1,i=2;function o(a,u,c,d,f,h){var p=c&n,v=a.length,m=u.length;if(v!=m&&!(p&&m>v))return!1;var y=h.get(a),b=h.get(u);if(y&&b)return y==u&&b==a;var x=-1,w=!0,S=c&i?new e:void 0;for(h.set(a,u),h.set(u,a);++x<v;){var E=a[x],_=u[x];if(d)var R=p?d(_,E,x,u,a,h):d(E,_,x,a,u,h);if(R!==void 0){if(R)continue;w=!1;break}if(S){if(!t(u,function(P,N){if(!r(S,N)&&(E===P||f(E,P,c,d,h)))return S.push(N)})){w=!1;break}}else if(!(E===_||f(E,_,c,d,h))){w=!1;break}}return h.delete(a),h.delete(u),w}return sp=o,sp}var up,pO;function vU(){if(pO)return up;pO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,o){n[++r]=[o,i]}),n}return up=e,up}var cp,vO;function mx(){if(vO)return cp;vO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return cp=e,cp}var lp,gO;function gU(){if(gO)return lp;gO=1;var e=wo(),t=AD(),r=xo(),n=zD(),i=vU(),o=mx(),a=1,u=2,c="[object Boolean]",d="[object Date]",f="[object Error]",h="[object Map]",p="[object Number]",v="[object RegExp]",m="[object Set]",y="[object String]",b="[object Symbol]",x="[object ArrayBuffer]",w="[object DataView]",S=e?e.prototype:void 0,E=S?S.valueOf:void 0;function _(R,P,N,j,L,F,k){switch(N){case w:if(R.byteLength!=P.byteLength||R.byteOffset!=P.byteOffset)return!1;R=R.buffer,P=P.buffer;case x:return!(R.byteLength!=P.byteLength||!F(new t(R),new t(P)));case c:case d:case p:return r(+R,+P);case f:return R.name==P.name&&R.message==P.message;case v:case y:return R==P+"";case h:var D=i;case m:var T=j&a;if(D||(D=o),R.size!=P.size&&!T)return!1;var B=k.get(R);if(B)return B==P;j|=u,k.set(R,P);var $=n(D(R),D(P),j,L,F,k);return k.delete(R),$;case b:if(E)return E.call(R)==E.call(P)}return!1}return lp=_,lp}var fp,mO;function mU(){if(mO)return fp;mO=1;var e=ND(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u,c,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 b=v;b--;){var x=p[b];if(!(h?x in a:n.call(a,x)))return!1}var w=f.get(o),S=f.get(a);if(w&&S)return w==a&&S==o;var E=!0;f.set(o,a),f.set(a,o);for(var _=h;++b<v;){x=p[b];var R=o[x],P=a[x];if(c)var N=h?c(P,R,x,a,o,f):c(R,P,x,o,a,f);if(!(N===void 0?R===P||d(R,P,u,c,f):N)){E=!1;break}_||(_=x=="constructor")}if(E&&!_){var j=o.constructor,L=a.constructor;j!=L&&"constructor"in o&&"constructor"in a&&!(typeof j=="function"&&j instanceof j&&typeof L=="function"&&L instanceof L)&&(E=!1)}return f.delete(o),f.delete(a),E}return fp=i,fp}var dp,yO;function yU(){if(yO)return dp;yO=1;var e=Cc(),t=zD(),r=gU(),n=mU(),i=Eo(),o=yt(),a=_o(),u=Wa(),c=1,d="[object Arguments]",f="[object Array]",h="[object Object]",p=Object.prototype,v=p.hasOwnProperty;function m(y,b,x,w,S,E){var _=o(y),R=o(b),P=_?f:i(y),N=R?f:i(b);P=P==d?h:P,N=N==d?h:N;var j=P==h,L=N==h,F=P==N;if(F&&a(y)){if(!a(b))return!1;_=!0,j=!1}if(F&&!j)return E||(E=new e),_||u(y)?t(y,b,x,w,S,E):r(y,b,P,x,w,S,E);if(!(x&c)){var k=j&&v.call(y,"__wrapped__"),D=L&&v.call(b,"__wrapped__");if(k||D){var T=k?y.value():y,B=D?b.value():b;return E||(E=new e),S(T,B,x,w,E)}}return F?(E||(E=new e),n(y,b,x,w,S,E)):!1}return dp=m,dp}var hp,bO;function HD(){if(bO)return hp;bO=1;var e=yU(),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 hp=r,hp}var pp,xO;function bU(){if(xO)return pp;xO=1;var e=Cc(),t=HD(),r=1,n=2;function i(o,a,u,c){var d=u.length,f=d,h=!c;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 b=new e;if(c)var x=c(m,y,v,o,a,b);if(!(x===void 0?t(y,m,r|n,c,b):x))return!1}}return!0}return pp=i,pp}var vp,wO;function UD(){if(wO)return vp;wO=1;var e=Or();function t(r){return r===r&&!e(r)}return vp=t,vp}var gp,_O;function xU(){if(_O)return gp;_O=1;var e=UD(),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 gp=r,gp}var mp,EO;function VD(){if(EO)return mp;EO=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return mp=e,mp}var yp,SO;function wU(){if(SO)return yp;SO=1;var e=bU(),t=xU(),r=VD();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 yp=n,yp}var bp,OO;function So(){if(OO)return bp;OO=1;var e=wi(),t=on(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return bp=n,bp}var xp,CO;function yx(){if(CO)return xp;CO=1;var e=yt(),t=So(),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 xp=i,xp}var wp,RO;function _U(){if(RO)return wp;RO=1;var e=ax(),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],c=o.cache;if(c.has(u))return c.get(u);var d=n.apply(this,a);return o.cache=c.set(u,d)||c,d};return o.cache=new(r.Cache||e),o}return r.Cache=e,wp=r,wp}var _p,PO;function EU(){if(PO)return _p;PO=1;var e=_U(),t=500;function r(n){var i=e(n,function(a){return o.size===t&&o.clear(),a}),o=i.cache;return i}return _p=r,_p}var Ep,IO;function SU(){if(IO)return Ep;IO=1;var e=EU(),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,c,d){o.push(c?d.replace(r,"$1"):u||a)}),o});return Ep=n,Ep}var Sp,NO;function Dc(){if(NO)return Sp;NO=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 Sp=e,Sp}var Op,TO;function OU(){if(TO)return Op;TO=1;var e=wo(),t=Dc(),r=yt(),n=So(),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 c=u+"";return c=="0"&&1/u==-1/0?"-0":c}return Op=a,Op}var Cp,AO;function WD(){if(AO)return Cp;AO=1;var e=OU();function t(r){return r==null?"":e(r)}return Cp=t,Cp}var Rp,MO;function jc(){if(MO)return Rp;MO=1;var e=yt(),t=yx(),r=SU(),n=WD();function i(o,a){return e(o)?o:t(o,a)?[o]:r(n(o))}return Rp=i,Rp}var Pp,DO;function Ga(){if(DO)return Pp;DO=1;var e=So();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return Pp=t,Pp}var Ip,jO;function qc(){if(jO)return Ip;jO=1;var e=jc(),t=Ga();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 Ip=r,Ip}var Np,qO;function CU(){if(qO)return Np;qO=1;var e=qc();function t(r,n,i){var o=r==null?void 0:e(r,n);return o===void 0?i:o}return Np=t,Np}var Tp,kO;function RU(){if(kO)return Tp;kO=1;function e(t,r){return t!=null&&r in Object(t)}return Tp=e,Tp}var Ap,LO;function GD(){if(LO)return Ap;LO=1;var e=jc(),t=Va(),r=yt(),n=Ic(),i=ux(),o=Ga();function a(u,c,d){c=e(c,u);for(var f=-1,h=c.length,p=!1;++f<h;){var v=o(c[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 Ap=a,Ap}var Mp,BO;function KD(){if(BO)return Mp;BO=1;var e=RU(),t=GD();function r(n,i){return n!=null&&t(n,i,e)}return Mp=r,Mp}var Dp,FO;function PU(){if(FO)return Dp;FO=1;var e=HD(),t=CU(),r=KD(),n=yx(),i=UD(),o=VD(),a=Ga(),u=1,c=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|c)}}return Dp=d,Dp}var jp,$O;function YD(){if($O)return jp;$O=1;function e(t){return function(r){return r==null?void 0:r[t]}}return jp=e,jp}var qp,zO;function IU(){if(zO)return qp;zO=1;var e=qc();function t(r){return function(n){return e(n,r)}}return qp=t,qp}var kp,HO;function NU(){if(HO)return kp;HO=1;var e=YD(),t=IU(),r=yx(),n=Ga();function i(o){return r(o)?e(n(o)):t(o)}return kp=i,kp}var Lp,UO;function Sn(){if(UO)return Lp;UO=1;var e=wU(),t=PU(),r=Si(),n=yt(),i=NU();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 Lp=o,Lp}var Bp,VO;function XD(){if(VO)return Bp;VO=1;var e=CD(),t=fU(),r=Sn(),n=yt();function i(o,a){var u=n(o)?e:t;return u(o,r(a,3))}return Bp=i,Bp}var Fp,WO;function TU(){if(WO)return Fp;WO=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n,i){return n!=null&&t.call(n,i)}return Fp=r,Fp}var $p,GO;function ZD(){if(GO)return $p;GO=1;var e=TU(),t=GD();function r(n,i){return n!=null&&t(n,i,e)}return $p=r,$p}var zp,KO;function AU(){if(KO)return zp;KO=1;var e=lx(),t=Eo(),r=Va(),n=yt(),i=En(),o=_o(),a=Tc(),u=Wa(),c="[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==c||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 zp=p,zp}var Hp,YO;function JD(){if(YO)return Hp;YO=1;function e(t){return t===void 0}return Hp=e,Hp}var Up,XO;function QD(){if(XO)return Up;XO=1;var e=Mc(),t=En();function r(n,i){var o=-1,a=t(n)?Array(n.length):[];return e(n,function(u,c,d){a[++o]=i(u,c,d)}),a}return Up=r,Up}var Vp,ZO;function ej(){if(ZO)return Vp;ZO=1;var e=Dc(),t=Sn(),r=QD(),n=yt();function i(o,a){var u=n(o)?e:r;return u(o,t(a,3))}return Vp=i,Vp}var Wp,JO;function MU(){if(JO)return Wp;JO=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 Wp=e,Wp}var Gp,QO;function DU(){if(QO)return Gp;QO=1;function e(t,r,n,i,o){return o(t,function(a,u,c){n=i?(i=!1,a):r(n,a,u,c)}),n}return Gp=e,Gp}var Kp,eC;function tj(){if(eC)return Kp;eC=1;var e=MU(),t=Mc(),r=Sn(),n=DU(),i=yt();function o(a,u,c){var d=i(a)?e:n,f=arguments.length<3;return d(a,r(u,4),c,f,t)}return Kp=o,Kp}var Yp,tC;function jU(){if(tC)return Yp;tC=1;var e=wi(),t=yt(),r=on(),n="[object String]";function i(o){return typeof o=="string"||!t(o)&&r(o)&&e(o)==n}return Yp=i,Yp}var Xp,rC;function qU(){if(rC)return Xp;rC=1;var e=YD(),t=e("length");return Xp=t,Xp}var Zp,nC;function kU(){if(nC)return Zp;nC=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 c(d){return u.test(d)}return Zp=c,Zp}var Jp,iC;function LU(){if(iC)return Jp;iC=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+"]",c="\\ud83c[\\udffb-\\udfff]",d="(?:"+u+"|"+c+")",f="[^"+e+"]",h="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",v="\\u200d",m=d+"?",y="["+o+"]?",b="(?:"+v+"(?:"+[f,h,p].join("|")+")"+y+m+")*",x=y+m+b,w="(?:"+[f+u+"?",u,h,p,a].join("|")+")",S=RegExp(c+"(?="+c+")|"+w+x,"g");function E(_){for(var R=S.lastIndex=0;S.test(_);)++R;return R}return Jp=E,Jp}var Qp,oC;function BU(){if(oC)return Qp;oC=1;var e=qU(),t=kU(),r=LU();function n(i){return t(i)?r(i):e(i)}return Qp=n,Qp}var ev,aC;function FU(){if(aC)return ev;aC=1;var e=lx(),t=Eo(),r=En(),n=jU(),i=BU(),o="[object Map]",a="[object Set]";function u(c){if(c==null)return 0;if(r(c))return n(c)?i(c):c.length;var d=t(c);return d==o||d==a?c.size:e(c).length}return ev=u,ev}var tv,sC;function $U(){if(sC)return tv;sC=1;var e=sx(),t=DD(),r=gx(),n=Sn(),i=Ac(),o=yt(),a=_o(),u=Ha(),c=Or(),d=Wa();function f(h,p,v){var m=o(h),y=m||a(h)||d(h);if(p=n(p,4),v==null){var b=h&&h.constructor;y?v=m?new b:[]:c(h)?v=u(b)?t(i(h)):{}:v={}}return(y?e:r)(h,function(x,w,S){return p(v,x,w,S)}),v}return tv=f,tv}var rv,uC;function zU(){if(uC)return rv;uC=1;var e=wo(),t=Va(),r=yt(),n=e?e.isConcatSpreadable:void 0;function i(o){return r(o)||t(o)||!!(n&&o&&o[n])}return rv=i,rv}var nv,cC;function bx(){if(cC)return nv;cC=1;var e=dx(),t=zU();function r(n,i,o,a,u){var c=-1,d=n.length;for(o||(o=t),u||(u=[]);++c<d;){var f=n[c];i>0&&o(f)?i>1?r(f,i-1,o,a,u):e(u,f):a||(u[u.length]=f)}return u}return nv=r,nv}var iv,lC;function HU(){if(lC)return iv;lC=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 iv=e,iv}var ov,fC;function rj(){if(fC)return ov;fC=1;var e=HU(),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,c=t(a.length-i,0),d=Array(c);++u<c;)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 ov=r,ov}var av,dC;function UU(){if(dC)return av;dC=1;var e=px(),t=wD(),r=Si(),n=t?function(i,o){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(o),writable:!0})}:r;return av=n,av}var sv,hC;function VU(){if(hC)return sv;hC=1;var e=800,t=16,r=Date.now;function n(i){var o=0,a=0;return function(){var u=r(),c=t-(u-a);if(a=u,c>0){if(++o>=e)return arguments[0]}else o=0;return i.apply(void 0,arguments)}}return sv=n,sv}var uv,pC;function nj(){if(pC)return uv;pC=1;var e=UU(),t=VU(),r=t(e);return uv=r,uv}var cv,vC;function kc(){if(vC)return cv;vC=1;var e=Si(),t=rj(),r=nj();function n(i,o){return r(t(i,o,e),i+"")}return cv=n,cv}var lv,gC;function ij(){if(gC)return lv;gC=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 lv=e,lv}var fv,mC;function WU(){if(mC)return fv;mC=1;function e(t){return t!==t}return fv=e,fv}var dv,yC;function GU(){if(yC)return dv;yC=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 dv=e,dv}var hv,bC;function KU(){if(bC)return hv;bC=1;var e=ij(),t=WU(),r=GU();function n(i,o,a){return o===o?r(i,o,a):e(i,t,a)}return hv=n,hv}var pv,xC;function YU(){if(xC)return pv;xC=1;var e=KU();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return pv=t,pv}var vv,wC;function XU(){if(wC)return vv;wC=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 vv=e,vv}var gv,_C;function ZU(){if(_C)return gv;_C=1;function e(){}return gv=e,gv}var mv,EC;function JU(){if(EC)return mv;EC=1;var e=TD(),t=ZU(),r=mx(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(o){return new e(o)}:t;return mv=i,mv}var yv,SC;function QU(){if(SC)return yv;SC=1;var e=FD(),t=YU(),r=XU(),n=$D(),i=JU(),o=mx(),a=200;function u(c,d,f){var h=-1,p=t,v=c.length,m=!0,y=[],b=y;if(f)m=!1,p=r;else if(v>=a){var x=d?null:i(c);if(x)return o(x);m=!1,p=n,b=new e}else b=d?[]:y;e:for(;++h<v;){var w=c[h],S=d?d(w):w;if(w=f||w!==0?w:0,m&&S===S){for(var E=b.length;E--;)if(b[E]===S)continue e;d&&b.push(S),y.push(w)}else p(b,S,f)||(b!==y&&b.push(S),y.push(w))}return y}return yv=u,yv}var bv,OC;function oj(){if(OC)return bv;OC=1;var e=En(),t=on();function r(n){return t(n)&&e(n)}return bv=r,bv}var xv,CC;function eV(){if(CC)return xv;CC=1;var e=bx(),t=kc(),r=QU(),n=oj(),i=t(function(o){return r(e(o,1,n,!0))});return xv=i,xv}var wv,RC;function tV(){if(RC)return wv;RC=1;var e=Dc();function t(r,n){return e(n,function(i){return r[i]})}return wv=t,wv}var _v,PC;function aj(){if(PC)return _v;PC=1;var e=tV(),t=Wn();function r(n){return n==null?[]:e(n,t(n))}return _v=r,_v}var Ev,IC;function Cr(){if(IC)return Ev;IC=1;var e;if(typeof ix=="function")try{e={clone:uU(),constant:px(),each:BD(),filter:XD(),has:ZD(),isArray:yt(),isEmpty:AU(),isFunction:Ha(),isUndefined:JD(),keys:Wn(),map:ej(),reduce:tj(),size:FU(),transform:$U(),union:eV(),values:aj()}}catch{}return e||(e=window._),Ev=e,Ev}var Sv,NC;function xx(){if(NC)return Sv;NC=1;var e=Cr();Sv=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,b){f(b)&&h.setNode(b,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 b=p.parent(y);return b===void 0||h.hasNode(b)?(v[y]=b,b):b in v?v[b]:m(b)}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 b=u(this._isDirected,f,h,p);if(e.has(this._edgeLabels,b))return m&&(this._edgeLabels[b]=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[b]=m?v:this._defaultEdgeLabelFn(f,h,p);var x=c(this._isDirected,f,h,p);return f=x.v,h=x.w,Object.freeze(x),this._edgeObjs[b]=x,o(this._preds[h],f),o(this._sucs[f],h),this._in[h][b]=x,this._out[f][b]=x,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 b=m;m=y,y=b}return m+n+y+n+(e.isUndefined(v)?t:v)}function c(f,h,p,v){var m=""+h,y=""+p;if(!f&&m>y){var b=m;m=y,y=b}var x={v:m,w:y};return v&&(x.name=v),x}function d(f,h){return u(f,h.v,h.w,h.name)}return Sv}var Ov,TC;function rV(){return TC||(TC=1,Ov="2.1.8"),Ov}var Cv,AC;function nV(){return AC||(AC=1,Cv={Graph:xx(),version:rV()}),Cv}var Rv,MC;function iV(){if(MC)return Rv;MC=1;var e=Cr(),t=xx();Rv={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 c=a.node(u),d=a.parent(u),f={v:u};return e.isUndefined(c)||(f.value=c),e.isUndefined(d)||(f.parent=d),f})}function i(a){return e.map(a.edges(),function(u){var c=a.edge(u),d={v:u.v,w:u.w};return e.isUndefined(u.name)||(d.name=u.name),e.isUndefined(c)||(d.value=c),d})}function o(a){var u=new t(a.options).setGraph(a.value);return e.each(a.nodes,function(c){u.setNode(c.v,c.value),c.parent&&u.setParent(c.v,c.parent)}),e.each(a.edges,function(c){u.setEdge({v:c.v,w:c.w,name:c.name},c.value)}),u}return Rv}var Pv,DC;function oV(){if(DC)return Pv;DC=1;var e=Cr();Pv=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 Pv}var Iv,jC;function sj(){if(jC)return Iv;jC=1;var e=Cr();Iv=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},Iv}var Nv,qC;function uj(){if(qC)return Nv;qC=1;var e=Cr(),t=sj();Nv=n;var r=e.constant(1);function n(o,a,u,c){return i(o,String(a),u||r,c||function(d){return o.outEdges(d)})}function i(o,a,u,c){var d={},f=new t,h,p,v=function(m){var y=m.v!==h?m.v:m.w,b=d[y],x=u(m),w=p.distance+x;if(x<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+m+" Weight: "+x);w<b.distance&&(b.distance=w,b.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);)c(h).forEach(v);return d}return Nv}var Tv,kC;function aV(){if(kC)return Tv;kC=1;var e=uj(),t=Cr();Tv=r;function r(n,i,o){return t.transform(n.nodes(),function(a,u){a[u]=e(n,u,i,o)},{})}return Tv}var Av,LC;function cj(){if(LC)return Av;LC=1;var e=Cr();Av=t;function t(r){var n=0,i=[],o={},a=[];function u(c){var d=o[c]={onStack:!0,lowlink:n,index:n++};if(i.push(c),r.successors(c).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(c!==h);a.push(f)}}return r.nodes().forEach(function(c){e.has(o,c)||u(c)}),a}return Av}var Mv,BC;function sV(){if(BC)return Mv;BC=1;var e=Cr(),t=cj();Mv=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 Mv}var Dv,FC;function uV(){if(FC)return Dv;FC=1;var e=Cr();Dv=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={},c=i.nodes();return c.forEach(function(d){u[d]={},u[d][d]={distance:0},c.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}})}),c.forEach(function(d){var f=u[d];c.forEach(function(h){var p=u[h];c.forEach(function(v){var m=p[d],y=f[v],b=p[v],x=m.distance+y.distance;x<b.distance&&(b.distance=x,b.predecessor=y.predecessor)})})}),u}return Dv}var jv,$C;function lj(){if($C)return jv;$C=1;var e=Cr();jv=t,t.CycleException=r;function t(n){var i={},o={},a=[];function u(c){if(e.has(o,c))throw new r;e.has(i,c)||(o[c]=!0,i[c]=!0,e.each(n.predecessors(c),u),delete o[c],a.push(c))}if(e.each(n.sinks(),u),e.size(i)!==n.nodeCount())throw new r;return a}function r(){}return r.prototype=new Error,jv}var qv,zC;function cV(){if(zC)return qv;zC=1;var e=lj();qv=t;function t(r){try{e(r)}catch(n){if(n instanceof e.CycleException)return!1;throw n}return!0}return qv}var kv,HC;function fj(){if(HC)return kv;HC=1;var e=Cr();kv=t;function t(n,i,o){e.isArray(i)||(i=[i]);var a=(n.isDirected()?n.successors:n.neighbors).bind(n),u=[],c={};return e.each(i,function(d){if(!n.hasNode(d))throw new Error("Graph does not have node: "+d);r(n,d,o==="post",c,a,u)}),u}function r(n,i,o,a,u,c){e.has(a,i)||(a[i]=!0,o||c.push(i),e.each(u(i),function(d){r(n,d,o,a,u,c)}),o&&c.push(i))}return kv}var Lv,UC;function lV(){if(UC)return Lv;UC=1;var e=fj();Lv=t;function t(r,n){return e(r,n,"post")}return Lv}var Bv,VC;function fV(){if(VC)return Bv;VC=1;var e=fj();Bv=t;function t(r,n){return e(r,n,"pre")}return Bv}var Fv,WC;function dV(){if(WC)return Fv;WC=1;var e=Cr(),t=xx(),r=sj();Fv=n;function n(i,o){var a=new t,u={},c=new r,d;function f(p){var v=p.v===d?p.w:p.v,m=c.priority(v);if(m!==void 0){var y=o(p);y<m&&(u[v]=d,c.decrease(v,y))}}if(i.nodeCount()===0)return a;e.each(i.nodes(),function(p){c.add(p,Number.POSITIVE_INFINITY),a.setNode(p)}),c.decrease(i.nodes()[0],0);for(var h=!1;c.size()>0;){if(d=c.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 Fv}var $v,GC;function hV(){return GC||(GC=1,$v={components:oV(),dijkstra:uj(),dijkstraAll:aV(),findCycles:sV(),floydWarshall:uV(),isAcyclic:cV(),postorder:lV(),preorder:fV(),prim:dV(),tarjan:cj(),topsort:lj()}),$v}var zv,KC;function pV(){if(KC)return zv;KC=1;var e=nV();return zv={Graph:e.Graph,json:iV(),alg:hV(),version:e.version},zv}var Hv,YC;function kr(){if(YC)return Hv;YC=1;var e;if(typeof ix=="function")try{e=pV()}catch{}return e||(e=window.graphlib),Hv=e,Hv}var Uv,XC;function vV(){if(XC)return Uv;XC=1;var e=qD(),t=1,r=4;function n(i){return e(i,t|r)}return Uv=n,Uv}var Vv,ZC;function Lc(){if(ZC)return Vv;ZC=1;var e=xo(),t=En(),r=Ic(),n=Or();function i(o,a,u){if(!n(u))return!1;var c=typeof a;return(c=="number"?t(u)&&r(a,u.length):c=="string"&&a in u)?e(u[a],o):!1}return Vv=i,Vv}var Wv,JC;function gV(){if(JC)return Wv;JC=1;var e=kc(),t=xo(),r=Lc(),n=Ei(),i=Object.prototype,o=i.hasOwnProperty,a=e(function(u,c){u=Object(u);var d=-1,f=c.length,h=f>2?c[2]:void 0;for(h&&r(c[0],c[1],h)&&(f=1);++d<f;)for(var p=c[d],v=n(p),m=-1,y=v.length;++m<y;){var b=v[m],x=u[b];(x===void 0||t(x,i[b])&&!o.call(u,b))&&(u[b]=p[b])}return u});return Wv=a,Wv}var Gv,QC;function mV(){if(QC)return Gv;QC=1;var e=Sn(),t=En(),r=Wn();function n(i){return function(o,a,u){var c=Object(o);if(!t(o)){var d=e(a,3);o=r(o),a=function(h){return d(c[h],h,c)}}var f=i(o,a,u);return f>-1?c[d?o[f]:f]:void 0}}return Gv=n,Gv}var Kv,eR;function yV(){if(eR)return Kv;eR=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return Kv=t,Kv}var Yv,tR;function bV(){if(tR)return Yv;tR=1;var e=yV(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return Yv=r,Yv}var Xv,rR;function xV(){if(rR)return Xv;rR=1;var e=bV(),t=Or(),r=So(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt;function c(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 Xv=c,Xv}var Zv,nR;function dj(){if(nR)return Zv;nR=1;var e=xV(),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 Zv=n,Zv}var Jv,iR;function wV(){if(iR)return Jv;iR=1;var e=dj();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return Jv=t,Jv}var Qv,oR;function _V(){if(oR)return Qv;oR=1;var e=ij(),t=Sn(),r=wV(),n=Math.max;function i(o,a,u){var c=o==null?0:o.length;if(!c)return-1;var d=u==null?0:r(u);return d<0&&(d=n(c+d,0)),e(o,t(a,3),d)}return Qv=i,Qv}var eg,aR;function EV(){if(aR)return eg;aR=1;var e=mV(),t=_V(),r=e(t);return eg=r,eg}var tg,sR;function hj(){if(sR)return tg;sR=1;var e=bx();function t(r){var n=r==null?0:r.length;return n?e(r,1):[]}return tg=t,tg}var rg,uR;function SV(){if(uR)return rg;uR=1;var e=vx(),t=kD(),r=Ei();function n(i,o){return i==null?i:e(i,t(o),r)}return rg=n,rg}var ng,cR;function OV(){if(cR)return ng;cR=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return ng=e,ng}var ig,lR;function CV(){if(lR)return ig;lR=1;var e=Rc(),t=gx(),r=Sn();function n(i,o){var a={};return o=r(o,3),t(i,function(u,c,d){e(a,c,o(u,c,d))}),a}return ig=n,ig}var og,fR;function wx(){if(fR)return og;fR=1;var e=So();function t(r,n,i){for(var o=-1,a=r.length;++o<a;){var u=r[o],c=n(u);if(c!=null&&(d===void 0?c===c&&!e(c):i(c,d)))var d=c,f=u}return f}return og=t,og}var ag,dR;function RV(){if(dR)return ag;dR=1;function e(t,r){return t>r}return ag=e,ag}var sg,hR;function PV(){if(hR)return sg;hR=1;var e=wx(),t=RV(),r=Si();function n(i){return i&&i.length?e(i,r,t):void 0}return sg=n,sg}var ug,pR;function pj(){if(pR)return ug;pR=1;var e=Rc(),t=xo();function r(n,i,o){(o!==void 0&&!t(n[i],o)||o===void 0&&!(i in n))&&e(n,i,o)}return ug=r,ug}var cg,vR;function IV(){if(vR)return cg;vR=1;var e=wi(),t=Ac(),r=on(),n="[object Object]",i=Function.prototype,o=Object.prototype,a=i.toString,u=o.hasOwnProperty,c=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)==c}return cg=d,cg}var lg,gR;function vj(){if(gR)return lg;gR=1;function e(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}return lg=e,lg}var fg,mR;function NV(){if(mR)return fg;mR=1;var e=Ua(),t=Ei();function r(n){return e(n,t(n))}return fg=r,fg}var dg,yR;function TV(){if(yR)return dg;yR=1;var e=pj(),t=SD(),r=MD(),n=OD(),i=jD(),o=Va(),a=yt(),u=oj(),c=_o(),d=Ha(),f=Or(),h=IV(),p=Wa(),v=vj(),m=NV();function y(b,x,w,S,E,_,R){var P=v(b,w),N=v(x,w),j=R.get(N);if(j){e(b,w,j);return}var L=_?_(P,N,w+"",b,x,R):void 0,F=L===void 0;if(F){var k=a(N),D=!k&&c(N),T=!k&&!D&&p(N);L=N,k||D||T?a(P)?L=P:u(P)?L=n(P):D?(F=!1,L=t(N,!0)):T?(F=!1,L=r(N,!0)):L=[]:h(N)||o(N)?(L=P,o(P)?L=m(P):(!f(P)||d(P))&&(L=i(N))):F=!1}F&&(R.set(N,L),E(L,N,S,_,R),R.delete(N)),e(b,w,L)}return dg=y,dg}var hg,bR;function AV(){if(bR)return hg;bR=1;var e=Cc(),t=pj(),r=vx(),n=TV(),i=Or(),o=Ei(),a=vj();function u(c,d,f,h,p){c!==d&&r(d,function(v,m){if(p||(p=new e),i(v))n(c,d,m,f,u,h,p);else{var y=h?h(a(c,m),v,m+"",c,d,p):void 0;y===void 0&&(y=v),t(c,m,y)}},o)}return hg=u,hg}var pg,xR;function MV(){if(xR)return pg;xR=1;var e=kc(),t=Lc();function r(n){return e(function(i,o){var a=-1,u=o.length,c=u>1?o[u-1]:void 0,d=u>2?o[2]:void 0;for(c=n.length>3&&typeof c=="function"?(u--,c):void 0,d&&t(o[0],o[1],d)&&(c=u<3?void 0:c,u=1),i=Object(i);++a<u;){var f=o[a];f&&n(i,f,a,c)}return i})}return pg=r,pg}var vg,wR;function DV(){if(wR)return vg;wR=1;var e=AV(),t=MV(),r=t(function(n,i,o){e(n,i,o)});return vg=r,vg}var gg,_R;function gj(){if(_R)return gg;_R=1;function e(t,r){return t<r}return gg=e,gg}var mg,ER;function jV(){if(ER)return mg;ER=1;var e=wx(),t=gj(),r=Si();function n(i){return i&&i.length?e(i,r,t):void 0}return mg=n,mg}var yg,SR;function qV(){if(SR)return yg;SR=1;var e=wx(),t=Sn(),r=gj();function n(i,o){return i&&i.length?e(i,t(o,2),r):void 0}return yg=n,yg}var bg,OR;function kV(){if(OR)return bg;OR=1;var e=Fr(),t=function(){return e.Date.now()};return bg=t,bg}var xg,CR;function LV(){if(CR)return xg;CR=1;var e=Pc(),t=jc(),r=Ic(),n=Or(),i=Ga();function o(a,u,c,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=c;if(m==="__proto__"||m==="constructor"||m==="prototype")return a;if(f!=p){var b=v[m];y=d?d(b,m,v):void 0,y===void 0&&(y=n(b)?b:r(u[f+1])?[]:{})}e(v,m,y),v=v[m]}return a}return xg=o,xg}var wg,RR;function BV(){if(RR)return wg;RR=1;var e=qc(),t=LV(),r=jc();function n(i,o,a){for(var u=-1,c=o.length,d={};++u<c;){var f=o[u],h=e(i,f);a(h,f)&&t(d,r(f,i),h)}return d}return wg=n,wg}var _g,PR;function FV(){if(PR)return _g;PR=1;var e=BV(),t=KD();function r(n,i){return e(n,i,function(o,a){return t(n,a)})}return _g=r,_g}var Eg,IR;function $V(){if(IR)return Eg;IR=1;var e=hj(),t=rj(),r=nj();function n(i){return r(t(i,void 0,e),i+"")}return Eg=n,Eg}var Sg,NR;function zV(){if(NR)return Sg;NR=1;var e=FV(),t=$V(),r=t(function(n,i){return n==null?{}:e(n,i)});return Sg=r,Sg}var Og,TR;function HV(){if(TR)return Og;TR=1;var e=Math.ceil,t=Math.max;function r(n,i,o,a){for(var u=-1,c=t(e((i-n)/(o||1)),0),d=Array(c);c--;)d[a?c:++u]=n,n+=o;return d}return Og=r,Og}var Cg,AR;function UV(){if(AR)return Cg;AR=1;var e=HV(),t=Lc(),r=dj();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 Cg=n,Cg}var Rg,MR;function VV(){if(MR)return Rg;MR=1;var e=UV(),t=e();return Rg=t,Rg}var Pg,DR;function WV(){if(DR)return Pg;DR=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return Pg=e,Pg}var Ig,jR;function GV(){if(jR)return Ig;jR=1;var e=So();function t(r,n){if(r!==n){var i=r!==void 0,o=r===null,a=r===r,u=e(r),c=n!==void 0,d=n===null,f=n===n,h=e(n);if(!d&&!h&&!u&&r>n||u&&c&&f&&!d&&!h||o&&c&&f||!i&&f||!a)return 1;if(!o&&!u&&!h&&r<n||h&&i&&a&&!o&&!u||d&&i&&a||!c&&a||!f)return-1}return 0}return Ig=t,Ig}var Ng,qR;function KV(){if(qR)return Ng;qR=1;var e=GV();function t(r,n,i){for(var o=-1,a=r.criteria,u=n.criteria,c=a.length,d=i.length;++o<c;){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 Ng=t,Ng}var Tg,kR;function YV(){if(kR)return Tg;kR=1;var e=Dc(),t=qc(),r=Sn(),n=QD(),i=WV(),o=Nc(),a=KV(),u=Si(),c=yt();function d(f,h,p){h.length?h=e(h,function(y){return c(y)?function(b){return t(b,y.length===1?y[0]:y)}:y}):h=[u];var v=-1;h=e(h,o(r));var m=n(f,function(y,b,x){var w=e(h,function(S){return S(y)});return{criteria:w,index:++v,value:y}});return i(m,function(y,b){return a(y,b,p)})}return Tg=d,Tg}var Ag,LR;function XV(){if(LR)return Ag;LR=1;var e=bx(),t=YV(),r=kc(),n=Lc(),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 Ag=i,Ag}var Mg,BR;function ZV(){if(BR)return Mg;BR=1;var e=WD(),t=0;function r(n){var i=++t;return e(n)+i}return Mg=r,Mg}var Dg,FR;function JV(){if(FR)return Dg;FR=1;function e(t,r,n){for(var i=-1,o=t.length,a=r.length,u={};++i<o;){var c=i<a?r[i]:void 0;n(u,t[i],c)}return u}return Dg=e,Dg}var jg,$R;function QV(){if($R)return jg;$R=1;var e=Pc(),t=JV();function r(n,i){return t(n||[],i||[],e)}return jg=r,jg}var qg,zR;function lt(){if(zR)return qg;zR=1;var e;if(typeof ix=="function")try{e={cloneDeep:vV(),constant:px(),defaults:gV(),each:BD(),filter:XD(),find:EV(),flatten:hj(),forEach:LD(),forIn:SV(),has:ZD(),isUndefined:JD(),last:OV(),map:ej(),mapValues:CV(),max:PV(),merge:DV(),min:jV(),minBy:qV(),now:kV(),pick:zV(),range:VV(),reduce:tj(),sortBy:XV(),uniqueId:ZV(),values:aj(),zipObject:QV()}}catch{}return e||(e=window._),qg=e,qg}var kg,HR;function eW(){if(HR)return kg;HR=1,kg=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 kg}var Lg,UR;function tW(){if(UR)return Lg;UR=1;var e=lt(),t=kr().Graph,r=eW();Lg=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 b=f.length-2;b>0;--b)if(y=f[b].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 b=d.edge(y),x=d.node(y.v);v&&m.push({v:y.v,w:y.w}),x.out-=b,c(f,h,x)}),e.forEach(d.outEdges(p.v),function(y){var b=d.edge(y),x=y.w,w=d.node(x);w.in-=b,c(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(b){h.setNode(b,{v:b,in:0,out:0})}),e.forEach(d.edges(),function(b){var x=h.edge(b.v,b.w)||0,w=f(b),S=x+w;h.setEdge(b.v,b.w,S),v=Math.max(v,h.node(b.v).out+=w),p=Math.max(p,h.node(b.w).in+=w)});var m=e.range(v+p+3).map(function(){return new r}),y=p+1;return e.forEach(h.nodes(),function(b){c(m,y,h.node(b))}),{graph:h,buckets:m,zeroIdx:y}}function c(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 Lg}var Bg,VR;function rW(){if(VR)return Bg;VR=1;var e=lt(),t=tW();Bg={run:r,undo:i};function r(o){var a=o.graph().acyclicer==="greedy"?t(o,u(o)):n(o);e.forEach(a,function(c){var d=o.edge(c);o.removeEdge(c),d.forwardName=c.name,d.reversed=!0,o.setEdge(c.w,c.v,d,e.uniqueId("rev"))});function u(c){return function(d){return c.edge(d).weight}}}function n(o){var a=[],u={},c={};function d(f){e.has(c,f)||(c[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 c=u.forwardName;delete u.reversed,delete u.forwardName,o.setEdge(a.w,a.v,u,c)}})}return Bg}var Fg,WR;function Yt(){if(WR)return Fg;WR=1;var e=lt(),t=kr().Graph;Fg={addDummyNode:r,simplify:n,asNonCompoundGraph:i,successorWeights:o,predecessorWeights:a,intersectRect:u,buildLayerMatrix:c,normalizeRanks:d,removeEmptyRanks:f,addBorderNode:h,maxRank:p,partition:v,time:m,notime:y};function r(b,x,w,S){var E;do E=e.uniqueId(S);while(b.hasNode(E));return w.dummy=x,b.setNode(E,w),E}function n(b){var x=new t().setGraph(b.graph());return e.forEach(b.nodes(),function(w){x.setNode(w,b.node(w))}),e.forEach(b.edges(),function(w){var S=x.edge(w.v,w.w)||{weight:0,minlen:1},E=b.edge(w);x.setEdge(w.v,w.w,{weight:S.weight+E.weight,minlen:Math.max(S.minlen,E.minlen)})}),x}function i(b){var x=new t({multigraph:b.isMultigraph()}).setGraph(b.graph());return e.forEach(b.nodes(),function(w){b.children(w).length||x.setNode(w,b.node(w))}),e.forEach(b.edges(),function(w){x.setEdge(w,b.edge(w))}),x}function o(b){var x=e.map(b.nodes(),function(w){var S={};return e.forEach(b.outEdges(w),function(E){S[E.w]=(S[E.w]||0)+b.edge(E).weight}),S});return e.zipObject(b.nodes(),x)}function a(b){var x=e.map(b.nodes(),function(w){var S={};return e.forEach(b.inEdges(w),function(E){S[E.v]=(S[E.v]||0)+b.edge(E).weight}),S});return e.zipObject(b.nodes(),x)}function u(b,x){var w=b.x,S=b.y,E=x.x-w,_=x.y-S,R=b.width/2,P=b.height/2;if(!E&&!_)throw new Error("Not possible to find intersection inside of the rectangle");var N,j;return Math.abs(_)*R>Math.abs(E)*P?(_<0&&(P=-P),N=P*E/_,j=P):(E<0&&(R=-R),N=R,j=R*_/E),{x:w+N,y:S+j}}function c(b){var x=e.map(e.range(p(b)+1),function(){return[]});return e.forEach(b.nodes(),function(w){var S=b.node(w),E=S.rank;e.isUndefined(E)||(x[E][S.order]=w)}),x}function d(b){var x=e.min(e.map(b.nodes(),function(w){return b.node(w).rank}));e.forEach(b.nodes(),function(w){var S=b.node(w);e.has(S,"rank")&&(S.rank-=x)})}function f(b){var x=e.min(e.map(b.nodes(),function(_){return b.node(_).rank})),w=[];e.forEach(b.nodes(),function(_){var R=b.node(_).rank-x;w[R]||(w[R]=[]),w[R].push(_)});var S=0,E=b.graph().nodeRankFactor;e.forEach(w,function(_,R){e.isUndefined(_)&&R%E!==0?--S:S&&e.forEach(_,function(P){b.node(P).rank+=S})})}function h(b,x,w,S){var E={width:0,height:0};return arguments.length>=4&&(E.rank=w,E.order=S),r(b,"border",E,x)}function p(b){return e.max(e.map(b.nodes(),function(x){var w=b.node(x).rank;if(!e.isUndefined(w))return w}))}function v(b,x){var w={lhs:[],rhs:[]};return e.forEach(b,function(S){x(S)?w.lhs.push(S):w.rhs.push(S)}),w}function m(b,x){var w=e.now();try{return x()}finally{console.log(b+" time: "+(e.now()-w)+"ms")}}function y(b,x){return x()}return Fg}var $g,GR;function nW(){if(GR)return $g;GR=1;var e=lt(),t=Yt();$g={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,c=o.node(u).rank,d=a.w,f=o.node(d).rank,h=a.name,p=o.edge(a),v=p.labelRank;if(f!==c+1){o.removeEdge(a);var m,y,b;for(b=0,++c;c<f;++b,++c)p.points=[],y={width:0,height:0,edgeLabel:p,edgeObj:a,rank:c},m=t.addDummyNode(o,"edge",y,"_d"),c===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),b===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),c=u.edgeLabel,d;for(o.setEdge(u.edgeObj,c);u.dummy;)d=o.successors(a)[0],o.removeNode(a),c.points.push({x:u.x,y:u.y}),u.dummy==="edge-label"&&(c.x=u.x,c.y=u.y,c.width=u.width,c.height=u.height),a=d,u=o.node(a)})}return $g}var zg,KR;function Vu(){if(KR)return zg;KR=1;var e=lt();zg={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 c=e.min(e.map(n.outEdges(a),function(d){return o(d.w)-n.edge(d).minlen}));return(c===Number.POSITIVE_INFINITY||c===void 0||c===null)&&(c=0),u.rank=c}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 zg}var Hg,YR;function mj(){if(YR)return Hg;YR=1;var e=lt(),t=kr().Graph,r=Vu().slack;Hg=n;function n(u){var c=new t({directed:!1}),d=u.nodes()[0],f=u.nodeCount();c.setNode(d,{});for(var h,p;i(c,u)<f;)h=o(c,u),p=c.hasNode(h.v)?r(u,h):-r(u,h),a(c,u,p);return c}function i(u,c){function d(f){e.forEach(c.nodeEdges(f),function(h){var p=h.v,v=f===p?h.w:p;!u.hasNode(v)&&!r(c,h)&&(u.setNode(v,{}),u.setEdge(f,v,{}),d(v))})}return e.forEach(u.nodes(),d),u.nodeCount()}function o(u,c){return e.minBy(c.edges(),function(d){if(u.hasNode(d.v)!==u.hasNode(d.w))return r(c,d)})}function a(u,c,d){e.forEach(u.nodes(),function(f){c.node(f).rank+=d})}return Hg}var Ug,XR;function iW(){if(XR)return Ug;XR=1;var e=lt(),t=mj(),r=Vu().slack,n=Vu().longestPath,i=kr().alg.preorder,o=kr().alg.postorder,a=Yt().simplify;Ug=u,u.initLowLimValues=h,u.initCutValues=c,u.calcCutValue=f,u.leaveEdge=v,u.enterEdge=m,u.exchangeEdges=y;function u(S){S=a(S),n(S);var E=t(S);h(E),c(E,S);for(var _,R;_=v(E);)R=m(E,S,_),y(E,S,_,R)}function c(S,E){var _=o(S,S.nodes());_=_.slice(0,_.length-1),e.forEach(_,function(R){d(S,E,R)})}function d(S,E,_){var R=S.node(_),P=R.parent;S.edge(_,P).cutvalue=f(S,E,_)}function f(S,E,_){var R=S.node(_),P=R.parent,N=!0,j=E.edge(_,P),L=0;return j||(N=!1,j=E.edge(P,_)),L=j.weight,e.forEach(E.nodeEdges(_),function(F){var k=F.v===_,D=k?F.w:F.v;if(D!==P){var T=k===N,B=E.edge(F).weight;if(L+=T?B:-B,x(S,_,D)){var $=S.edge(_,D).cutvalue;L+=T?-$:$}}}),L}function h(S,E){arguments.length<2&&(E=S.nodes()[0]),p(S,{},1,E)}function p(S,E,_,R,P){var N=_,j=S.node(R);return E[R]=!0,e.forEach(S.neighbors(R),function(L){e.has(E,L)||(_=p(S,E,_,L,R))}),j.low=N,j.lim=_++,P?j.parent=P:delete j.parent,_}function v(S){return e.find(S.edges(),function(E){return S.edge(E).cutvalue<0})}function m(S,E,_){var R=_.v,P=_.w;E.hasEdge(R,P)||(R=_.w,P=_.v);var N=S.node(R),j=S.node(P),L=N,F=!1;N.lim>j.lim&&(L=j,F=!0);var k=e.filter(E.edges(),function(D){return F===w(S,S.node(D.v),L)&&F!==w(S,S.node(D.w),L)});return e.minBy(k,function(D){return r(E,D)})}function y(S,E,_,R){var P=_.v,N=_.w;S.removeEdge(P,N),S.setEdge(R.v,R.w,{}),h(S),c(S,E),b(S,E)}function b(S,E){var _=e.find(S.nodes(),function(P){return!E.node(P).parent}),R=i(S,_);R=R.slice(1),e.forEach(R,function(P){var N=S.node(P).parent,j=E.edge(P,N),L=!1;j||(j=E.edge(N,P),L=!0),E.node(P).rank=E.node(N).rank+(L?j.minlen:-j.minlen)})}function x(S,E,_){return S.hasEdge(E,_)}function w(S,E,_){return _.low<=E.lim&&E.lim<=_.lim}return Ug}var Vg,ZR;function oW(){if(ZR)return Vg;ZR=1;var e=Vu(),t=e.longestPath,r=mj(),n=iW();Vg=i;function i(c){switch(c.graph().ranker){case"network-simplex":u(c);break;case"tight-tree":a(c);break;case"longest-path":o(c);break;default:u(c)}}var o=t;function a(c){t(c),r(c)}function u(c){n(c)}return Vg}var Wg,JR;function aW(){if(JR)return Wg;JR=1;var e=lt();Wg=t;function t(i){var o=n(i);e.forEach(i.graph().dummyChains,function(a){for(var u=i.node(a),c=u.edgeObj,d=r(i,o,c.v,c.w),f=d.path,h=d.lca,p=0,v=f[p],m=!0;a!==c.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 c=[],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),c.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:c.concat(d.reverse()),lca:v}}function n(i){var o={},a=0;function u(c){var d=a;e.forEach(i.children(c),u),o[c]={low:d,lim:a++}}return e.forEach(i.children(),u),o}return Wg}var Gg,QR;function sW(){if(QR)return Gg;QR=1;var e=lt(),t=Yt();Gg={run:r,cleanup:a};function r(u){var c=t.addDummyNode(u,"root",{},"_root"),d=i(u),f=e.max(e.values(d))-1,h=2*f+1;u.graph().nestingRoot=c,e.forEach(u.edges(),function(v){u.edge(v).minlen*=h});var p=o(u)+1;e.forEach(u.children(),function(v){n(u,c,h,p,f,d,v)}),u.graph().nodeRankFactor=h}function n(u,c,d,f,h,p,v){var m=u.children(v);if(!m.length){v!==c&&u.setEdge(c,v,{weight:0,minlen:d});return}var y=t.addBorderNode(u,"_bt"),b=t.addBorderNode(u,"_bb"),x=u.node(v);u.setParent(y,v),x.borderTop=y,u.setParent(b,v),x.borderBottom=b,e.forEach(m,function(w){n(u,c,d,f,h,p,w);var S=u.node(w),E=S.borderTop?S.borderTop:w,_=S.borderBottom?S.borderBottom:w,R=S.borderTop?f:2*f,P=E!==_?1:h-p[v]+1;u.setEdge(y,E,{weight:R,minlen:P,nestingEdge:!0}),u.setEdge(_,b,{weight:R,minlen:P,nestingEdge:!0})}),u.parent(v)||u.setEdge(c,y,{weight:0,minlen:h+p[v]})}function i(u){var c={};function d(f,h){var p=u.children(f);p&&p.length&&e.forEach(p,function(v){d(v,h+1)}),c[f]=h}return e.forEach(u.children(),function(f){d(f,1)}),c}function o(u){return e.reduce(u.edges(),function(c,d){return c+u.edge(d).weight},0)}function a(u){var c=u.graph();u.removeNode(c.nestingRoot),delete c.nestingRoot,e.forEach(u.edges(),function(d){var f=u.edge(d);f.nestingEdge&&u.removeEdge(d)})}return Gg}var Kg,eP;function uW(){if(eP)return Kg;eP=1;var e=lt(),t=Yt();Kg=r;function r(i){function o(a){var u=i.children(a),c=i.node(a);if(u.length&&e.forEach(u,o),e.has(c,"minRank")){c.borderLeft=[],c.borderRight=[];for(var d=c.minRank,f=c.maxRank+1;d<f;++d)n(i,"borderLeft","_bl",a,c,d),n(i,"borderRight","_br",a,c,d)}}e.forEach(i.children(),o)}function n(i,o,a,u,c,d){var f={width:0,height:0,rank:d,borderType:o},h=c[o][d-1],p=t.addDummyNode(i,"border",f,a);c[o][d]=p,i.setParent(p,u),h&&i.setEdge(h,p,{weight:1})}return Kg}var Yg,tP;function cW(){if(tP)return Yg;tP=1;var e=lt();Yg={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){c(d.node(f))}),e.forEach(d.edges(),function(f){var h=d.edge(f);e.forEach(h.points,c),e.has(h,"x")&&c(h)})}function c(d){var f=d.x;d.x=d.y,d.y=f}return Yg}var Xg,rP;function lW(){if(rP)return Xg;rP=1;var e=lt();Xg=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 c=e.sortBy(i,function(d){return r.node(d).rank});return e.forEach(c,u),a}return Xg}var Zg,nP;function fW(){if(nP)return Zg;nP=1;var e=lt();Zg=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),c=1;c<o.length;)c<<=1;var d=2*c-1;c-=1;var f=e.map(new Array(d),function(){return 0}),h=0;return e.forEach(u.forEach(function(p){var v=p.pos+c;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 Zg}var Jg,iP;function dW(){if(iP)return Jg;iP=1;var e=lt();Jg=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,c){var d=r.edge(c),f=r.node(c.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 Jg}var Qg,oP;function hW(){if(oP)return Qg;oP=1;var e=lt();Qg=t;function t(i,o){var a={};e.forEach(i,function(c,d){var f=a[c.v]={indegree:0,in:[],out:[],vs:[c.v],i:d};e.isUndefined(c.barycenter)||(f.barycenter=c.barycenter,f.weight=c.weight)}),e.forEach(o.edges(),function(c){var d=a[c.v],f=a[c.w];!e.isUndefined(d)&&!e.isUndefined(f)&&(f.indegree++,d.out.push(a[c.w]))});var u=e.filter(a,function(c){return!c.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 c=i.pop();o.push(c),e.forEach(c.in.reverse(),a(c)),e.forEach(c.out,u(c))}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 Qg}var em,aP;function pW(){if(aP)return em;aP=1;var e=lt(),t=Yt();em=r;function r(o,a){var u=t.partition(o,function(y){return e.has(y,"barycenter")}),c=u.lhs,d=e.sortBy(u.rhs,function(y){return-y.i}),f=[],h=0,p=0,v=0;c.sort(i(!!a)),v=n(f,d,v),e.forEach(c,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 c;a.length&&(c=e.last(a)).i<=u;)a.pop(),o.push(c.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 em}var tm,sP;function vW(){if(sP)return tm;sP=1;var e=lt(),t=dW(),r=hW(),n=pW();tm=i;function i(u,c,d,f){var h=u.children(c),p=u.node(c),v=p?p.borderLeft:void 0,m=p?p.borderRight:void 0,y={};v&&(h=e.filter(h,function(_){return _!==v&&_!==m}));var b=t(u,h);e.forEach(b,function(_){if(u.children(_.v).length){var R=i(u,_.v,d,f);y[_.v]=R,e.has(R,"barycenter")&&a(_,R)}});var x=r(b,d);o(x,y);var w=n(x,f);if(v&&(w.vs=e.flatten([v,w.vs,m],!0),u.predecessors(v).length)){var S=u.node(u.predecessors(v)[0]),E=u.node(u.predecessors(m)[0]);e.has(w,"barycenter")||(w.barycenter=0,w.weight=0),w.barycenter=(w.barycenter*w.weight+S.order+E.order)/(w.weight+2),w.weight+=2}return w}function o(u,c){e.forEach(u,function(d){d.vs=e.flatten(d.vs.map(function(f){return c[f]?c[f].vs:f}),!0)})}function a(u,c){e.isUndefined(u.barycenter)?(u.barycenter=c.barycenter,u.weight=c.weight):(u.barycenter=(u.barycenter*u.weight+c.barycenter*c.weight)/(u.weight+c.weight),u.weight+=c.weight)}return tm}var rm,uP;function gW(){if(uP)return rm;uP=1;var e=lt(),t=kr().Graph;rm=r;function r(i,o,a){var u=n(i),c=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)&&(c.setNode(d),c.setParent(d,h||u),e.forEach(i[a](d),function(p){var v=p.v===d?p.w:p.v,m=c.edge(v,d),y=e.isUndefined(m)?0:m.weight;c.setEdge(v,d,{weight:i.edge(p).weight+y})}),e.has(f,"minRank")&&c.setNode(d,{borderLeft:f.borderLeft[o],borderRight:f.borderRight[o]}))}),c}function n(i){for(var o;i.hasNode(o=e.uniqueId("_root")););return o}return rm}var nm,cP;function mW(){if(cP)return nm;cP=1;var e=lt();nm=t;function t(r,n,i){var o={},a;e.forEach(i,function(u){for(var c=r.parent(u),d,f;c;){if(d=r.parent(c),d?(f=o[d],o[d]=c):(f=a,a=c),f&&f!==c){n.setEdge(f,c);return}c=d}})}return nm}var im,lP;function yW(){if(lP)return im;lP=1;var e=lt(),t=lW(),r=fW(),n=vW(),i=gW(),o=mW(),a=kr().Graph,u=Yt();im=c;function c(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"),b=t(p);h(p,b);for(var x=Number.POSITIVE_INFINITY,w,S=0,E=0;E<4;++S,++E){f(S%2?m:y,S%4>=2),b=u.buildLayerMatrix(p);var _=r(p,b);_<x&&(E=0,w=e.cloneDeep(b),x=_)}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 b=y.graph().root,x=n(y,b,m,v);e.forEach(x.vs,function(w,S){y.node(w).order=S}),o(y,m,x.vs)})}function h(p,v){e.forEach(v,function(m){e.forEach(m,function(y,b){p.node(y).order=b})})}return im}var om,fP;function bW(){if(fP)return om;fP=1;var e=lt(),t=kr().Graph,r=Yt();om={positionX:m,findType1Conflicts:n,findType2Conflicts:i,addConflict:a,hasConflict:u,verticalAlignment:c,horizontalCompaction:d,alignCoordinates:p,findSmallestWidthAlignment:h,balance:v};function n(x,w){var S={};function E(_,R){var P=0,N=0,j=_.length,L=e.last(R);return e.forEach(R,function(F,k){var D=o(x,F),T=D?x.node(D).order:j;(D||F===L)&&(e.forEach(R.slice(N,k+1),function(B){e.forEach(x.predecessors(B),function($){var W=x.node($),Y=W.order;(Y<P||T<Y)&&!(W.dummy&&x.node(B).dummy)&&a(S,$,B)})}),N=k+1,P=T)}),R}return e.reduce(w,E),S}function i(x,w){var S={};function E(R,P,N,j,L){var F;e.forEach(e.range(P,N),function(k){F=R[k],x.node(F).dummy&&e.forEach(x.predecessors(F),function(D){var T=x.node(D);T.dummy&&(T.order<j||T.order>L)&&a(S,D,F)})})}function _(R,P){var N=-1,j,L=0;return e.forEach(P,function(F,k){if(x.node(F).dummy==="border"){var D=x.predecessors(F);D.length&&(j=x.node(D[0]).order,E(P,L,k,N,j),L=k,N=j)}E(P,L,P.length,j,R.length)}),P}return e.reduce(w,_),S}function o(x,w){if(x.node(w).dummy)return e.find(x.predecessors(w),function(S){return x.node(S).dummy})}function a(x,w,S){if(w>S){var E=w;w=S,S=E}var _=x[w];_||(x[w]=_={}),_[S]=!0}function u(x,w,S){if(w>S){var E=w;w=S,S=E}return e.has(x[w],S)}function c(x,w,S,E){var _={},R={},P={};return e.forEach(w,function(N){e.forEach(N,function(j,L){_[j]=j,R[j]=j,P[j]=L})}),e.forEach(w,function(N){var j=-1;e.forEach(N,function(L){var F=E(L);if(F.length){F=e.sortBy(F,function($){return P[$]});for(var k=(F.length-1)/2,D=Math.floor(k),T=Math.ceil(k);D<=T;++D){var B=F[D];R[L]===L&&j<P[B]&&!u(S,L,B)&&(R[B]=L,R[L]=_[L]=_[B],j=P[B])}}})}),{root:_,align:R}}function d(x,w,S,E,_){var R={},P=f(x,w,S,_),N=_?"borderLeft":"borderRight";function j(k,D){for(var T=P.nodes(),B=T.pop(),$={};B;)$[B]?k(B):($[B]=!0,T.push(B),T=T.concat(D(B))),B=T.pop()}function L(k){R[k]=P.inEdges(k).reduce(function(D,T){return Math.max(D,R[T.v]+P.edge(T))},0)}function F(k){var D=P.outEdges(k).reduce(function(B,$){return Math.min(B,R[$.w]-P.edge($))},Number.POSITIVE_INFINITY),T=x.node(k);D!==Number.POSITIVE_INFINITY&&T.borderType!==N&&(R[k]=Math.max(R[k],D))}return j(L,P.predecessors.bind(P)),j(F,P.successors.bind(P)),e.forEach(E,function(k){R[k]=R[S[k]]}),R}function f(x,w,S,E){var _=new t,R=x.graph(),P=y(R.nodesep,R.edgesep,E);return e.forEach(w,function(N){var j;e.forEach(N,function(L){var F=S[L];if(_.setNode(F),j){var k=S[j],D=_.edge(k,F);_.setEdge(k,F,Math.max(P(x,L,j),D||0))}j=L})}),_}function h(x,w){return e.minBy(e.values(w),function(S){var E=Number.NEGATIVE_INFINITY,_=Number.POSITIVE_INFINITY;return e.forIn(S,function(R,P){var N=b(x,P)/2;E=Math.max(R+N,E),_=Math.min(R-N,_)}),E-_})}function p(x,w){var S=e.values(w),E=e.min(S),_=e.max(S);e.forEach(["u","d"],function(R){e.forEach(["l","r"],function(P){var N=R+P,j=x[N],L;if(j!==w){var F=e.values(j);L=P==="l"?E-e.min(F):_-e.max(F),L&&(x[N]=e.mapValues(j,function(k){return k+L}))}})})}function v(x,w){return e.mapValues(x.ul,function(S,E){if(w)return x[w.toLowerCase()][E];var _=e.sortBy(e.map(x,E));return(_[1]+_[2])/2})}function m(x){var w=r.buildLayerMatrix(x),S=e.merge(n(x,w),i(x,w)),E={},_;e.forEach(["u","d"],function(P){_=P==="u"?w:e.values(w).reverse(),e.forEach(["l","r"],function(N){N==="r"&&(_=e.map(_,function(k){return e.values(k).reverse()}));var j=(P==="u"?x.predecessors:x.successors).bind(x),L=c(x,_,S,j),F=d(x,_,L.root,L.align,N==="r");N==="r"&&(F=e.mapValues(F,function(k){return-k})),E[P+N]=F})});var R=h(x,E);return p(E,R),v(E,x.graph().align)}function y(x,w,S){return function(E,_,R){var P=E.node(_),N=E.node(R),j=0,L;if(j+=P.width/2,e.has(P,"labelpos"))switch(P.labelpos.toLowerCase()){case"l":L=-P.width/2;break;case"r":L=P.width/2;break}if(L&&(j+=S?L:-L),L=0,j+=(P.dummy?w:x)/2,j+=(N.dummy?w:x)/2,j+=N.width/2,e.has(N,"labelpos"))switch(N.labelpos.toLowerCase()){case"l":L=N.width/2;break;case"r":L=-N.width/2;break}return L&&(j+=S?L:-L),L=0,j}}function b(x,w){return x.node(w).width}return om}var am,dP;function xW(){if(dP)return am;dP=1;var e=lt(),t=Yt(),r=bW().positionX;am=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,c=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=c+f/2}),c+=f+u})}return am}var sm,hP;function wW(){if(hP)return sm;hP=1;var e=lt(),t=rW(),r=nW(),n=oW(),i=Yt().normalizeRanks,o=aW(),a=Yt().removeEmptyRanks,u=sW(),c=uW(),d=cW(),f=yW(),h=xW(),p=Yt(),v=kr().Graph;sm=m;function m(z,G){var J=G&&G.debugTiming?p.time:p.notime;J("layout",function(){var V=J(" buildLayoutGraph",function(){return j(z)});J(" runLayout",function(){y(V,J)}),J(" updateInputGraph",function(){b(z,V)})})}function y(z,G){G(" makeSpaceForEdgeLabels",function(){L(z)}),G(" removeSelfEdges",function(){ee(z)}),G(" acyclic",function(){t.run(z)}),G(" nestingGraph.run",function(){u.run(z)}),G(" rank",function(){n(p.asNonCompoundGraph(z))}),G(" injectEdgeLabelProxies",function(){F(z)}),G(" removeEmptyRanks",function(){a(z)}),G(" nestingGraph.cleanup",function(){u.cleanup(z)}),G(" normalizeRanks",function(){i(z)}),G(" assignRankMinMax",function(){k(z)}),G(" removeEdgeLabelProxies",function(){D(z)}),G(" normalize.run",function(){r.run(z)}),G(" parentDummyChains",function(){o(z)}),G(" addBorderSegments",function(){c(z)}),G(" order",function(){f(z)}),G(" insertSelfEdges",function(){H(z)}),G(" adjustCoordinateSystem",function(){d.adjust(z)}),G(" position",function(){h(z)}),G(" positionSelfEdges",function(){Q(z)}),G(" removeBorderNodes",function(){Y(z)}),G(" normalize.undo",function(){r.undo(z)}),G(" fixupEdgeLabelCoords",function(){$(z)}),G(" undoCoordinateSystem",function(){d.undo(z)}),G(" translateGraph",function(){T(z)}),G(" assignNodeIntersects",function(){B(z)}),G(" reversePoints",function(){W(z)}),G(" acyclic.undo",function(){t.undo(z)})}function b(z,G){e.forEach(z.nodes(),function(J){var V=z.node(J),K=G.node(J);V&&(V.x=K.x,V.y=K.y,G.children(J).length&&(V.width=K.width,V.height=K.height))}),e.forEach(z.edges(),function(J){var V=z.edge(J),K=G.edge(J);V.points=K.points,e.has(K,"x")&&(V.x=K.x,V.y=K.y)}),z.graph().width=G.graph().width,z.graph().height=G.graph().height}var x=["nodesep","edgesep","ranksep","marginx","marginy"],w={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},S=["acyclicer","ranker","rankdir","align"],E=["width","height"],_={width:0,height:0},R=["minlen","weight","width","height","labeloffset"],P={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},N=["labelpos"];function j(z){var G=new v({multigraph:!0,compound:!0}),J=se(z.graph());return G.setGraph(e.merge({},w,ce(J,x),e.pick(J,S))),e.forEach(z.nodes(),function(V){var K=se(z.node(V));G.setNode(V,e.defaults(ce(K,E),_)),G.setParent(V,z.parent(V))}),e.forEach(z.edges(),function(V){var K=se(z.edge(V));G.setEdge(V,e.merge({},P,ce(K,R),e.pick(K,N)))}),G}function L(z){var G=z.graph();G.ranksep/=2,e.forEach(z.edges(),function(J){var V=z.edge(J);V.minlen*=2,V.labelpos.toLowerCase()!=="c"&&(G.rankdir==="TB"||G.rankdir==="BT"?V.width+=V.labeloffset:V.height+=V.labeloffset)})}function F(z){e.forEach(z.edges(),function(G){var J=z.edge(G);if(J.width&&J.height){var V=z.node(G.v),K=z.node(G.w),ie={rank:(K.rank-V.rank)/2+V.rank,e:G};p.addDummyNode(z,"edge-proxy",ie,"_ep")}})}function k(z){var G=0;e.forEach(z.nodes(),function(J){var V=z.node(J);V.borderTop&&(V.minRank=z.node(V.borderTop).rank,V.maxRank=z.node(V.borderBottom).rank,G=e.max(G,V.maxRank))}),z.graph().maxRank=G}function D(z){e.forEach(z.nodes(),function(G){var J=z.node(G);J.dummy==="edge-proxy"&&(z.edge(J.e).labelRank=J.rank,z.removeNode(G))})}function T(z){var G=Number.POSITIVE_INFINITY,J=0,V=Number.POSITIVE_INFINITY,K=0,ie=z.graph(),ne=ie.marginx||0,ue=ie.marginy||0;function de(we){var Se=we.x,_e=we.y,he=we.width,ae=we.height;G=Math.min(G,Se-he/2),J=Math.max(J,Se+he/2),V=Math.min(V,_e-ae/2),K=Math.max(K,_e+ae/2)}e.forEach(z.nodes(),function(we){de(z.node(we))}),e.forEach(z.edges(),function(we){var Se=z.edge(we);e.has(Se,"x")&&de(Se)}),G-=ne,V-=ue,e.forEach(z.nodes(),function(we){var Se=z.node(we);Se.x-=G,Se.y-=V}),e.forEach(z.edges(),function(we){var Se=z.edge(we);e.forEach(Se.points,function(_e){_e.x-=G,_e.y-=V}),e.has(Se,"x")&&(Se.x-=G),e.has(Se,"y")&&(Se.y-=V)}),ie.width=J-G+ne,ie.height=K-V+ue}function B(z){e.forEach(z.edges(),function(G){var J=z.edge(G),V=z.node(G.v),K=z.node(G.w),ie,ne;J.points?(ie=J.points[0],ne=J.points[J.points.length-1]):(J.points=[],ie=K,ne=V),J.points.unshift(p.intersectRect(V,ie)),J.points.push(p.intersectRect(K,ne))})}function $(z){e.forEach(z.edges(),function(G){var J=z.edge(G);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 W(z){e.forEach(z.edges(),function(G){var J=z.edge(G);J.reversed&&J.points.reverse()})}function Y(z){e.forEach(z.nodes(),function(G){if(z.children(G).length){var J=z.node(G),V=z.node(J.borderTop),K=z.node(J.borderBottom),ie=z.node(e.last(J.borderLeft)),ne=z.node(e.last(J.borderRight));J.width=Math.abs(ne.x-ie.x),J.height=Math.abs(K.y-V.y),J.x=ie.x+J.width/2,J.y=V.y+J.height/2}}),e.forEach(z.nodes(),function(G){z.node(G).dummy==="border"&&z.removeNode(G)})}function ee(z){e.forEach(z.edges(),function(G){if(G.v===G.w){var J=z.node(G.v);J.selfEdges||(J.selfEdges=[]),J.selfEdges.push({e:G,label:z.edge(G)}),z.removeEdge(G)}})}function H(z){var G=p.buildLayerMatrix(z);e.forEach(G,function(J){var V=0;e.forEach(J,function(K,ie){var ne=z.node(K);ne.order=ie+V,e.forEach(ne.selfEdges,function(ue){p.addDummyNode(z,"selfedge",{width:ue.label.width,height:ue.label.height,rank:ne.rank,order:ie+ ++V,e:ue.e,label:ue.label},"_se")}),delete ne.selfEdges})})}function Q(z){e.forEach(z.nodes(),function(G){var J=z.node(G);if(J.dummy==="selfedge"){var V=z.node(J.e.v),K=V.x+V.width/2,ie=V.y,ne=J.x-K,ue=V.height/2;z.setEdge(J.e,J.label),z.removeNode(G),J.label.points=[{x:K+2*ne/3,y:ie-ue},{x:K+5*ne/6,y:ie-ue},{x:K+ne,y:ie},{x:K+5*ne/6,y:ie+ue},{x:K+2*ne/3,y:ie+ue}],J.label.x=J.x,J.label.y=J.y}})}function ce(z,G){return e.mapValues(e.pick(z,G),Number)}function se(z){var G={};return e.forEach(z,function(J,V){G[V.toLowerCase()]=J}),G}return sm}var um,pP;function _W(){if(pP)return um;pP=1;var e=lt(),t=Yt(),r=kr().Graph;um={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,c){var d="layer"+c;a.setNode(d,{rank:"same"}),e.reduce(u,function(f,h){return a.setEdge(f,h,{style:"invis"}),h})}),a}return um}var cm,vP;function EW(){return vP||(vP=1,cm="0.8.5"),cm}var lm,gP;function SW(){return gP||(gP=1,lm={graphlib:kr(),layout:wW(),debug:_W(),util:{time:Yt().time,notime:Yt().notime},version:EW()}),lm}var OW=SW();const mP=Un(OW);function CW(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)},c={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,c),c}const RW=typeof window>"u"||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),yP=RW?A.useEffect:A.useLayoutEffect;function PW(e){const t=typeof e=="function"?CW(e):e,r=(n=t.getState,i=Object.is)=>{const[,o]=A.useReducer(b=>b+1,0),a=t.getState(),u=A.useRef(a),c=A.useRef(n),d=A.useRef(i),f=A.useRef(!1),h=A.useRef();h.current===void 0&&(h.current=n(a));let p,v=!1;(u.current!==a||c.current!==n||d.current!==i||f.current)&&(p=n(a),v=!i(h.current,p)),yP(()=>{v&&(h.current=p),u.current=a,c.current=n,d.current=i,f.current=!1});const m=A.useRef(a);yP(()=>{const b=()=>{try{const w=t.getState(),S=c.current(w);d.current(h.current,S)||(u.current=w,h.current=S,o())}catch{f.current=!0,o()}},x=t.subscribe(b);return t.getState()!==m.current&&b(),x},[]);const y=v?p:h.current;return A.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 IW(){const e=A.createContext(void 0);return{Provider:({initialStore:i,createStore:o,children:a})=>{const u=A.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()),A.createElement(e.Provider,{value:u.current},a)},useStore:(i,o=Object.is)=>{const a=A.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=A.useContext(e);if(!i)throw new Error("Seems like you have not used zustand provider as an ancestor.");return A.useMemo(()=>({getState:i.getState,setState:i.setState,subscribe:i.subscribe,destroy:i.destroy}),[i])}}}var NW={value:()=>{}};function Bc(){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 ju(r)}function ju(e){this._=e}function TW(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}})}ju.prototype=Bc.prototype={constructor:ju,on:function(e,t){var r=this._,n=TW(e+"",r),i,o=-1,a=n.length;if(arguments.length<2){for(;++o<a;)if((i=(e=n[o]).type)&&(i=AW(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]=bP(r[i],e.name,t);else if(t==null)for(i in r)r[i]=bP(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 ju(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 AW(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function bP(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=NW,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var Ob="http://www.w3.org/1999/xhtml";const xP={svg:"http://www.w3.org/2000/svg",xhtml:Ob,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Fc(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),xP.hasOwnProperty(t)?{space:xP[t],local:e}:e}function MW(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===Ob&&t.documentElement.namespaceURI===Ob?t.createElement(e):t.createElementNS(r,e)}}function DW(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function yj(e){var t=Fc(e);return(t.local?DW:MW)(t)}function jW(){}function _x(e){return e==null?jW:function(){return this.querySelector(e)}}function qW(e){typeof e!="function"&&(e=_x(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),c,d,f=0;f<a;++f)(c=o[f])&&(d=e.call(c,c.__data__,f,o))&&("__data__"in c&&(d.__data__=c.__data__),u[f]=d);return new ur(n,this._parents)}function kW(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function LW(){return[]}function bj(e){return e==null?LW:function(){return this.querySelectorAll(e)}}function BW(e){return function(){return kW(e.apply(this,arguments))}}function FW(e){typeof e=="function"?e=BW(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,c,d=0;d<u;++d)(c=a[d])&&(n.push(e.call(c,c.__data__,d,a)),i.push(c));return new ur(n,i)}function xj(e){return function(){return this.matches(e)}}function wj(e){return function(t){return t.matches(e)}}var $W=Array.prototype.find;function zW(e){return function(){return $W.call(this.children,e)}}function HW(){return this.firstElementChild}function UW(e){return this.select(e==null?HW:zW(typeof e=="function"?e:wj(e)))}var VW=Array.prototype.filter;function WW(){return Array.from(this.children)}function GW(e){return function(){return VW.call(this.children,e)}}function KW(e){return this.selectAll(e==null?WW:GW(typeof e=="function"?e:wj(e)))}function YW(e){typeof e!="function"&&(e=xj(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]=[],c,d=0;d<a;++d)(c=o[d])&&e.call(c,c.__data__,d,o)&&u.push(c);return new ur(n,this._parents)}function _j(e){return new Array(e.length)}function XW(){return new ur(this._enter||this._groups.map(_j),this._parents)}function Wu(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Wu.prototype={constructor:Wu,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 ZW(e){return function(){return e}}function JW(e,t,r,n,i,o){for(var a=0,u,c=t.length,d=o.length;a<d;++a)(u=t[a])?(u.__data__=o[a],n[a]=u):r[a]=new Wu(e,o[a]);for(;a<c;++a)(u=t[a])&&(i[a]=u)}function QW(e,t,r,n,i,o,a){var u,c,d=new Map,f=t.length,h=o.length,p=new Array(f),v;for(u=0;u<f;++u)(c=t[u])&&(p[u]=v=a.call(c,c.__data__,u,t)+"",d.has(v)?i[u]=c:d.set(v,c));for(u=0;u<h;++u)v=a.call(e,o[u],u,o)+"",(c=d.get(v))?(n[u]=c,c.__data__=o[u],d.delete(v)):r[u]=new Wu(e,o[u]);for(u=0;u<f;++u)(c=t[u])&&d.get(p[u])===c&&(i[u]=c)}function e6(e){return e.__data__}function t6(e,t){if(!arguments.length)return Array.from(this,e6);var r=t?QW:JW,n=this._parents,i=this._groups;typeof e!="function"&&(e=ZW(e));for(var o=i.length,a=new Array(o),u=new Array(o),c=new Array(o),d=0;d<o;++d){var f=n[d],h=i[d],p=h.length,v=r6(e.call(f,f&&f.__data__,d,n)),m=v.length,y=u[d]=new Array(m),b=a[d]=new Array(m),x=c[d]=new Array(p);r(f,h,y,b,x,v,t);for(var w=0,S=0,E,_;w<m;++w)if(E=y[w]){for(w>=S&&(S=w+1);!(_=b[S])&&++S<m;);E._next=_||null}}return a=new ur(a,n),a._enter=u,a._exit=c,a}function r6(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function n6(){return new ur(this._exit||this._groups.map(_j),this._parents)}function i6(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 o6(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),c=0;c<a;++c)for(var d=r[c],f=n[c],h=d.length,p=u[c]=new Array(h),v,m=0;m<h;++m)(v=d[m]||f[m])&&(p[m]=v);for(;c<i;++c)u[c]=r[c];return new ur(u,this._parents)}function a6(){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 s6(e){e||(e=u6);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,c=i[o]=new Array(u),d,f=0;f<u;++f)(d=a[f])&&(c[f]=d);c.sort(t)}return new ur(i,this._parents).order()}function u6(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function c6(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function l6(){return Array.from(this)}function f6(){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 d6(){let e=0;for(const t of this)++e;return e}function h6(){return!this.node()}function p6(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 v6(e){return function(){this.removeAttribute(e)}}function g6(e){return function(){this.removeAttributeNS(e.space,e.local)}}function m6(e,t){return function(){this.setAttribute(e,t)}}function y6(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function b6(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function x6(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 w6(e,t){var r=Fc(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?g6:v6:typeof t=="function"?r.local?x6:b6:r.local?y6:m6)(r,t))}function Ej(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function _6(e){return function(){this.style.removeProperty(e)}}function E6(e,t,r){return function(){this.style.setProperty(e,t,r)}}function S6(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function O6(e,t,r){return arguments.length>1?this.each((t==null?_6:typeof t=="function"?S6:E6)(e,t,r??"")):vo(this.node(),e)}function vo(e,t){return e.style.getPropertyValue(t)||Ej(e).getComputedStyle(e,null).getPropertyValue(t)}function C6(e){return function(){delete this[e]}}function R6(e,t){return function(){this[e]=t}}function P6(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function I6(e,t){return arguments.length>1?this.each((t==null?C6:typeof t=="function"?P6:R6)(e,t)):this.node()[e]}function Sj(e){return e.trim().split(/^|\s+/)}function Ex(e){return e.classList||new Oj(e)}function Oj(e){this._node=e,this._names=Sj(e.getAttribute("class")||"")}Oj.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 Cj(e,t){for(var r=Ex(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function Rj(e,t){for(var r=Ex(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function N6(e){return function(){Cj(this,e)}}function T6(e){return function(){Rj(this,e)}}function A6(e,t){return function(){(t.apply(this,arguments)?Cj:Rj)(this,e)}}function M6(e,t){var r=Sj(e+"");if(arguments.length<2){for(var n=Ex(this.node()),i=-1,o=r.length;++i<o;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?A6:t?N6:T6)(r,t))}function D6(){this.textContent=""}function j6(e){return function(){this.textContent=e}}function q6(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function k6(e){return arguments.length?this.each(e==null?D6:(typeof e=="function"?q6:j6)(e)):this.node().textContent}function L6(){this.innerHTML=""}function B6(e){return function(){this.innerHTML=e}}function F6(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function $6(e){return arguments.length?this.each(e==null?L6:(typeof e=="function"?F6:B6)(e)):this.node().innerHTML}function z6(){this.nextSibling&&this.parentNode.appendChild(this)}function H6(){return this.each(z6)}function U6(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function V6(){return this.each(U6)}function W6(e){var t=typeof e=="function"?e:yj(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function G6(){return null}function K6(e,t){var r=typeof e=="function"?e:yj(e),n=t==null?G6:typeof t=="function"?t:_x(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function Y6(){var e=this.parentNode;e&&e.removeChild(this)}function X6(){return this.each(Y6)}function Z6(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function J6(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function Q6(e){return this.select(e?J6:Z6)}function e8(e){return arguments.length?this.property("__data__",e):this.node().__data__}function t8(e){return function(t){e.call(this,t,this.__data__)}}function r8(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 n8(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 i8(e,t,r){return function(){var n=this.__on,i,o=t8(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 o8(e,t,r){var n=r8(e+""),i,o=n.length,a;if(arguments.length<2){var u=this.node().__on;if(u){for(var c=0,d=u.length,f;c<d;++c)for(i=0,f=u[c];i<o;++i)if((a=n[i]).type===f.type&&a.name===f.name)return f.value}return}for(u=t?i8:n8,i=0;i<o;++i)this.each(u(n[i],t,r));return this}function Pj(e,t,r){var n=Ej(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 a8(e,t){return function(){return Pj(this,e,t)}}function s8(e,t){return function(){return Pj(this,e,t.apply(this,arguments))}}function u8(e,t){return this.each((typeof t=="function"?s8:a8)(e,t))}function*c8(){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 Ij=[null];function ur(e,t){this._groups=e,this._parents=t}function Ka(){return new ur([[document.documentElement]],Ij)}function l8(){return this}ur.prototype=Ka.prototype={constructor:ur,select:qW,selectAll:FW,selectChild:UW,selectChildren:KW,filter:YW,data:t6,enter:XW,exit:n6,join:i6,merge:o6,selection:l8,order:a6,sort:s6,call:c6,nodes:l6,node:f6,size:d6,empty:h6,each:p6,attr:w6,style:O6,property:I6,classed:M6,text:k6,html:$6,raise:H6,lower:V6,append:W6,insert:K6,remove:X6,clone:Q6,datum:e8,on:o8,dispatch:u8,[Symbol.iterator]:c8};function Mr(e){return typeof e=="string"?new ur([[document.querySelector(e)]],[document.documentElement]):new ur([[e]],Ij)}function f8(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Xr(e,t){if(e=f8(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 d8={passive:!1},Ma={capture:!0,passive:!1};function fm(e){e.stopImmediatePropagation()}function ro(e){e.preventDefault(),e.stopImmediatePropagation()}function Nj(e){var t=e.document.documentElement,r=Mr(e).on("dragstart.drag",ro,Ma);"onselectstart"in t?r.on("selectstart.drag",ro,Ma):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function Tj(e,t){var r=e.document.documentElement,n=Mr(e).on("dragstart.drag",null);t&&(n.on("click.drag",ro,Ma),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 lu=e=>()=>e;function Cb(e,{sourceEvent:t,subject:r,target:n,identifier:i,active:o,x:a,y:u,dx:c,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:c,enumerable:!0,configurable:!0},dy:{value:d,enumerable:!0,configurable:!0},_:{value:f}})}Cb.prototype.on=function(){var e=this._.on.apply(this._,arguments);return e===this._?this:e};function h8(e){return!e.ctrlKey&&!e.button}function p8(){return this.parentNode}function v8(e,t){return t??{x:e.x,y:e.y}}function g8(){return navigator.maxTouchPoints||"ontouchstart"in this}function m8(){var e=h8,t=p8,r=v8,n=g8,i={},o=Bc("start","drag","end"),a=0,u,c,d,f,h=0;function p(E){E.on("mousedown.drag",v).filter(n).on("touchstart.drag",b).on("touchmove.drag",x,d8).on("touchend.drag touchcancel.drag",w).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function v(E,_){if(!(f||!e.call(this,E,_))){var R=S(this,t.call(this,E,_),E,_,"mouse");R&&(Mr(E.view).on("mousemove.drag",m,Ma).on("mouseup.drag",y,Ma),Nj(E.view),fm(E),d=!1,u=E.clientX,c=E.clientY,R("start",E))}}function m(E){if(ro(E),!d){var _=E.clientX-u,R=E.clientY-c;d=_*_+R*R>h}i.mouse("drag",E)}function y(E){Mr(E.view).on("mousemove.drag mouseup.drag",null),Tj(E.view,d),ro(E),i.mouse("end",E)}function b(E,_){if(e.call(this,E,_)){var R=E.changedTouches,P=t.call(this,E,_),N=R.length,j,L;for(j=0;j<N;++j)(L=S(this,P,E,_,R[j].identifier,R[j]))&&(fm(E),L("start",E,R[j]))}}function x(E){var _=E.changedTouches,R=_.length,P,N;for(P=0;P<R;++P)(N=i[_[P].identifier])&&(ro(E),N("drag",E,_[P]))}function w(E){var _=E.changedTouches,R=_.length,P,N;for(f&&clearTimeout(f),f=setTimeout(function(){f=null},500),P=0;P<R;++P)(N=i[_[P].identifier])&&(fm(E),N("end",E,_[P]))}function S(E,_,R,P,N,j){var L=o.copy(),F=Xr(j||R,_),k,D,T;if((T=r.call(E,new Cb("beforestart",{sourceEvent:R,target:p,identifier:N,active:a,x:F[0],y:F[1],dx:0,dy:0,dispatch:L}),P))!=null)return k=T.x-F[0]||0,D=T.y-F[1]||0,function B($,W,Y){var ee=F,H;switch($){case"start":i[N]=B,H=a++;break;case"end":delete i[N],--a;case"drag":F=Xr(Y||W,_),H=a;break}L.call($,E,new Cb($,{sourceEvent:W,subject:T,target:p,identifier:N,active:H,x:F[0]+k,y:F[1]+D,dx:F[0]-ee[0],dy:F[1]-ee[1],dispatch:L}),P)}}return p.filter=function(E){return arguments.length?(e=typeof E=="function"?E:lu(!!E),p):e},p.container=function(E){return arguments.length?(t=typeof E=="function"?E:lu(E),p):t},p.subject=function(E){return arguments.length?(r=typeof E=="function"?E:lu(E),p):r},p.touchable=function(E){return arguments.length?(n=typeof E=="function"?E:lu(!!E),p):n},p.on=function(){var E=o.on.apply(o,arguments);return E===o?p:E},p.clickDistance=function(E){return arguments.length?(h=(E=+E)*E,p):Math.sqrt(h)},p}function Sx(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Aj(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function Ya(){}var Da=.7,Gu=1/Da,no="\\s*([+-]?\\d+)\\s*",ja="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",en="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",y8=/^#([0-9a-f]{3,8})$/,b8=new RegExp(`^rgb\\(${no},${no},${no}\\)$`),x8=new RegExp(`^rgb\\(${en},${en},${en}\\)$`),w8=new RegExp(`^rgba\\(${no},${no},${no},${ja}\\)$`),_8=new RegExp(`^rgba\\(${en},${en},${en},${ja}\\)$`),E8=new RegExp(`^hsl\\(${ja},${en},${en}\\)$`),S8=new RegExp(`^hsla\\(${ja},${en},${en},${ja}\\)$`),wP={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};Sx(Ya,qa,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:_P,formatHex:_P,formatHex8:O8,formatHsl:C8,formatRgb:EP,toString:EP});function _P(){return this.rgb().formatHex()}function O8(){return this.rgb().formatHex8()}function C8(){return Mj(this).formatHsl()}function EP(){return this.rgb().formatRgb()}function qa(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=y8.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?SP(t):r===3?new Wt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?fu(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?fu(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=b8.exec(e))?new Wt(t[1],t[2],t[3],1):(t=x8.exec(e))?new Wt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=w8.exec(e))?fu(t[1],t[2],t[3],t[4]):(t=_8.exec(e))?fu(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=E8.exec(e))?RP(t[1],t[2]/100,t[3]/100,1):(t=S8.exec(e))?RP(t[1],t[2]/100,t[3]/100,t[4]):wP.hasOwnProperty(e)?SP(wP[e]):e==="transparent"?new Wt(NaN,NaN,NaN,0):null}function SP(e){return new Wt(e>>16&255,e>>8&255,e&255,1)}function fu(e,t,r,n){return n<=0&&(e=t=r=NaN),new Wt(e,t,r,n)}function R8(e){return e instanceof Ya||(e=qa(e)),e?(e=e.rgb(),new Wt(e.r,e.g,e.b,e.opacity)):new Wt}function Rb(e,t,r,n){return arguments.length===1?R8(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}Sx(Wt,Rb,Aj(Ya,{brighter(e){return e=e==null?Gu:Math.pow(Gu,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Da:Math.pow(Da,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Wt(li(this.r),li(this.g),li(this.b),Ku(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:OP,formatHex:OP,formatHex8:P8,formatRgb:CP,toString:CP}));function OP(){return`#${ui(this.r)}${ui(this.g)}${ui(this.b)}`}function P8(){return`#${ui(this.r)}${ui(this.g)}${ui(this.b)}${ui((isNaN(this.opacity)?1:this.opacity)*255)}`}function CP(){const e=Ku(this.opacity);return`${e===1?"rgb(":"rgba("}${li(this.r)}, ${li(this.g)}, ${li(this.b)}${e===1?")":`, ${e})`}`}function Ku(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function li(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function ui(e){return e=li(e),(e<16?"0":"")+e.toString(16)}function RP(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new Dr(e,t,r,n)}function Mj(e){if(e instanceof Dr)return new Dr(e.h,e.s,e.l,e.opacity);if(e instanceof Ya||(e=qa(e)),!e)return new Dr;if(e instanceof Dr)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,c=(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/=c<.5?o+i:2-o-i,a*=60):u=c>0&&c<1?0:a,new Dr(a,u,c,e.opacity)}function I8(e,t,r,n){return arguments.length===1?Mj(e):new Dr(e,t,r,n??1)}function Dr(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}Sx(Dr,I8,Aj(Ya,{brighter(e){return e=e==null?Gu:Math.pow(Gu,e),new Dr(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Da:Math.pow(Da,e),new Dr(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(dm(e>=240?e-240:e+120,i,n),dm(e,i,n),dm(e<120?e+240:e-120,i,n),this.opacity)},clamp(){return new Dr(PP(this.h),du(this.s),du(this.l),Ku(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=Ku(this.opacity);return`${e===1?"hsl(":"hsla("}${PP(this.h)}, ${du(this.s)*100}%, ${du(this.l)*100}%${e===1?")":`, ${e})`}`}}));function PP(e){return e=(e||0)%360,e<0?e+360:e}function du(e){return Math.max(0,Math.min(1,e||0))}function dm(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 Dj=e=>()=>e;function N8(e,t){return function(r){return e+r*t}}function T8(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 A8(e){return(e=+e)==1?jj:function(t,r){return r-t?T8(t,r,e):Dj(isNaN(t)?r:t)}}function jj(e,t){var r=t-e;return r?N8(e,r):Dj(isNaN(e)?t:e)}const IP=(function e(t){var r=A8(t);function n(i,o){var a=r((i=Rb(i)).r,(o=Rb(o)).r),u=r(i.g,o.g),c=r(i.b,o.b),d=jj(i.opacity,o.opacity);return function(f){return i.r=a(f),i.g=u(f),i.b=c(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 Pb=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,hm=new RegExp(Pb.source,"g");function M8(e){return function(){return e}}function D8(e){return function(t){return e(t)+""}}function j8(e,t){var r=Pb.lastIndex=hm.lastIndex=0,n,i,o,a=-1,u=[],c=[];for(e=e+"",t=t+"";(n=Pb.exec(e))&&(i=hm.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,c.push({i:a,x:Bn(n,i)})),r=hm.lastIndex;return r<t.length&&(o=t.slice(r),u[a]?u[a]+=o:u[++a]=o),u.length<2?c[0]?D8(c[0].x):M8(t):(t=c.length,function(d){for(var f=0,h;f<t;++f)u[(h=c[f]).i]=h.x(d);return u.join("")})}var NP=180/Math.PI,Ib={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function qj(e,t,r,n,i,o){var a,u,c;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(c=e*r+t*n)&&(r-=e*c,n-=t*c),(u=Math.sqrt(r*r+n*n))&&(r/=u,n/=u,c/=u),e*n<t*r&&(e=-e,t=-t,c=-c,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*NP,skewX:Math.atan(c)*NP,scaleX:a,scaleY:u}}var hu;function q8(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Ib:qj(t.a,t.b,t.c,t.d,t.e,t.f)}function k8(e){return e==null||(hu||(hu=document.createElementNS("http://www.w3.org/2000/svg","g")),hu.setAttribute("transform",e),!(e=hu.transform.baseVal.consolidate()))?Ib:(e=e.matrix,qj(e.a,e.b,e.c,e.d,e.e,e.f))}function kj(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 c(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),c(d.scaleX,d.scaleY,f.scaleX,f.scaleY,h,p),d=f=null,function(v){for(var m=-1,y=p.length,b;++m<y;)h[(b=p[m]).i]=b.x(v);return h.join("")}}}var L8=kj(q8,"px, ","px)","deg)"),B8=kj(k8,", ",")",")"),F8=1e-12;function TP(e){return((e=Math.exp(e))+1/e)/2}function $8(e){return((e=Math.exp(e))-1/e)/2}function z8(e){return((e=Math.exp(2*e))-1)/(e+1)}const H8=(function e(t,r,n){function i(o,a){var u=o[0],c=o[1],d=o[2],f=a[0],h=a[1],p=a[2],v=f-u,m=h-c,y=v*v+m*m,b,x;if(y<F8)x=Math.log(p/d)/t,b=function(P){return[u+P*v,c+P*m,d*Math.exp(t*P*x)]};else{var w=Math.sqrt(y),S=(p*p-d*d+n*y)/(2*d*r*w),E=(p*p-d*d-n*y)/(2*p*r*w),_=Math.log(Math.sqrt(S*S+1)-S),R=Math.log(Math.sqrt(E*E+1)-E);x=(R-_)/t,b=function(P){var N=P*x,j=TP(_),L=d/(r*w)*(j*z8(t*N+_)-$8(_));return[u+L*v,c+L*m,d*j/TP(t*N+_)]}}return b.duration=x*1e3*t/Math.SQRT2,b}return i.rho=function(o){var a=Math.max(.001,+o),u=a*a,c=u*u;return e(a,u,c)},i})(Math.SQRT2,2,4);var go=0,_a=0,Qo=0,Lj=1e3,Yu,Ea,Xu=0,gi=0,$c=0,ka=typeof performance=="object"&&performance.now?performance:Date,Bj=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Ox(){return gi||(Bj(U8),gi=ka.now()+$c)}function U8(){gi=0}function Zu(){this._call=this._time=this._next=null}Zu.prototype=Fj.prototype={constructor:Zu,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Ox():+r)+(t==null?0:+t),!this._next&&Ea!==this&&(Ea?Ea._next=this:Yu=this,Ea=this),this._call=e,this._time=r,Nb()},stop:function(){this._call&&(this._call=null,this._time=1/0,Nb())}};function Fj(e,t,r){var n=new Zu;return n.restart(e,t,r),n}function V8(){Ox(),++go;for(var e=Yu,t;e;)(t=gi-e._time)>=0&&e._call.call(void 0,t),e=e._next;--go}function AP(){gi=(Xu=ka.now())+$c,go=_a=0;try{V8()}finally{go=0,G8(),gi=0}}function W8(){var e=ka.now(),t=e-Xu;t>Lj&&($c-=t,Xu=e)}function G8(){for(var e,t=Yu,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:Yu=r);Ea=e,Nb(n)}function Nb(e){if(!go){_a&&(_a=clearTimeout(_a));var t=e-gi;t>24?(e<1/0&&(_a=setTimeout(AP,e-ka.now()-$c)),Qo&&(Qo=clearInterval(Qo))):(Qo||(Xu=ka.now(),Qo=setInterval(W8,Lj)),go=1,Bj(AP))}}function MP(e,t,r){var n=new Zu;return t=t==null?0:+t,n.restart(i=>{n.stop(),e(i+t)},t,r),n}var K8=Bc("start","end","cancel","interrupt"),Y8=[],$j=0,DP=1,Tb=2,qu=3,jP=4,Ab=5,ku=6;function zc(e,t,r,n,i,o){var a=e.__transition;if(!a)e.__transition={};else if(r in a)return;X8(e,r,{name:t,index:n,group:i,on:K8,tween:Y8,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:$j})}function Cx(e,t){var r=$r(e,t);if(r.state>$j)throw new Error("too late; already scheduled");return r}function an(e,t){var r=$r(e,t);if(r.state>qu)throw new Error("too late; already running");return r}function $r(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function X8(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=Fj(o,0,r.time);function o(d){r.state=DP,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!==DP)return c();for(f in n)if(v=n[f],v.name===r.name){if(v.state===qu)return MP(a);v.state===jP?(v.state=ku,v.timer.stop(),v.on.call("interrupt",e,e.__data__,v.index,v.group),delete n[f]):+f<t&&(v.state=ku,v.timer.stop(),v.on.call("cancel",e,e.__data__,v.index,v.group),delete n[f])}if(MP(function(){r.state===qu&&(r.state=jP,r.timer.restart(u,r.delay,r.time),u(d))}),r.state=Tb,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Tb){for(r.state=qu,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(c),r.state=Ab,1),h=-1,p=i.length;++h<p;)i[h].call(e,f);r.state===Ab&&(r.on.call("end",e,e.__data__,r.index,r.group),c())}function c(){r.state=ku,r.timer.stop(),delete n[t];for(var d in n)return;delete e.__transition}}function Lu(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>Tb&&n.state<Ab,n.state=ku,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[a]}o&&delete e.__transition}}function Z8(e){return this.each(function(){Lu(this,e)})}function J8(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 Q8(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},c=0,d=i.length;c<d;++c)if(i[c].name===t){i[c]=u;break}c===d&&i.push(u)}o.tween=i}}function eG(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=$r(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?J8:Q8)(r,e,t))}function Rx(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 $r(i,n).value[t]}}function zj(e,t){var r;return(typeof t=="number"?Bn:t instanceof qa?IP:(r=qa(t))?(t=r,IP):j8)(e,t)}function tG(e){return function(){this.removeAttribute(e)}}function rG(e){return function(){this.removeAttributeNS(e.space,e.local)}}function nG(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 iG(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 oG(e,t,r){var n,i,o;return function(){var a,u=r(this),c;return u==null?void this.removeAttribute(e):(a=this.getAttribute(e),c=u+"",a===c?null:a===n&&c===i?o:(i=c,o=t(n=a,u)))}}function aG(e,t,r){var n,i,o;return function(){var a,u=r(this),c;return u==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),c=u+"",a===c?null:a===n&&c===i?o:(i=c,o=t(n=a,u)))}}function sG(e,t){var r=Fc(e),n=r==="transform"?B8:zj;return this.attrTween(e,typeof t=="function"?(r.local?aG:oG)(r,n,Rx(this,"attr."+e,t)):t==null?(r.local?rG:tG)(r):(r.local?iG:nG)(r,n,t))}function uG(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function cG(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function lG(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 fG(e,t){var r,n;function i(){var o=t.apply(this,arguments);return o!==n&&(r=(n=o)&&uG(e,o)),r}return i._value=t,i}function dG(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=Fc(e);return this.tween(r,(n.local?lG:fG)(n,t))}function hG(e,t){return function(){Cx(this,e).delay=+t.apply(this,arguments)}}function pG(e,t){return t=+t,function(){Cx(this,e).delay=t}}function vG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?hG:pG)(t,e)):$r(this.node(),t).delay}function gG(e,t){return function(){an(this,e).duration=+t.apply(this,arguments)}}function mG(e,t){return t=+t,function(){an(this,e).duration=t}}function yG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?gG:mG)(t,e)):$r(this.node(),t).duration}function bG(e,t){if(typeof t!="function")throw new Error;return function(){an(this,e).ease=t}}function xG(e){var t=this._id;return arguments.length?this.each(bG(t,e)):$r(this.node(),t).ease}function wG(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;an(this,e).ease=r}}function _G(e){if(typeof e!="function")throw new Error;return this.each(wG(this._id,e))}function EG(e){typeof e!="function"&&(e=xj(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]=[],c,d=0;d<a;++d)(c=o[d])&&e.call(c,c.__data__,d,o)&&u.push(c);return new xn(n,this._parents,this._name,this._id)}function SG(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 c=t[u],d=r[u],f=c.length,h=a[u]=new Array(f),p,v=0;v<f;++v)(p=c[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 OG(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 CG(e,t,r){var n,i,o=OG(t)?Cx:an;return function(){var a=o(this,e),u=a.on;u!==n&&(i=(n=u).copy()).on(t,r),a.on=i}}function RG(e,t){var r=this._id;return arguments.length<2?$r(this.node(),r).on.on(e):this.each(CG(r,e,t))}function PG(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function IG(){return this.on("end.remove",PG(this._id))}function NG(e){var t=this._name,r=this._id;typeof e!="function"&&(e=_x(e));for(var n=this._groups,i=n.length,o=new Array(i),a=0;a<i;++a)for(var u=n[a],c=u.length,d=o[a]=new Array(c),f,h,p=0;p<c;++p)(f=u[p])&&(h=e.call(f,f.__data__,p,u))&&("__data__"in f&&(h.__data__=f.__data__),d[p]=h,zc(d[p],t,r,p,d,$r(f,r)));return new xn(o,this._parents,t,r)}function TG(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 c=n[u],d=c.length,f,h=0;h<d;++h)if(f=c[h]){for(var p=e.call(f,f.__data__,h,c),v,m=$r(f,r),y=0,b=p.length;y<b;++y)(v=p[y])&&zc(v,t,r,y,p,m);o.push(p),a.push(f)}return new xn(o,a,t,r)}var AG=Ka.prototype.constructor;function MG(){return new AG(this._groups,this._parents)}function DG(e,t){var r,n,i;return function(){var o=vo(this,e),a=(this.style.removeProperty(e),vo(this,e));return o===a?null:o===r&&a===n?i:i=t(r=o,n=a)}}function Hj(e){return function(){this.style.removeProperty(e)}}function jG(e,t,r){var n,i=r+"",o;return function(){var a=vo(this,e);return a===i?null:a===n?o:o=t(n=a,r)}}function qG(e,t,r){var n,i,o;return function(){var a=vo(this,e),u=r(this),c=u+"";return u==null&&(c=u=(this.style.removeProperty(e),vo(this,e))),a===c?null:a===n&&c===i?o:(i=c,o=t(n=a,u))}}function kG(e,t){var r,n,i,o="style."+t,a="end."+o,u;return function(){var c=an(this,e),d=c.on,f=c.value[o]==null?u||(u=Hj(t)):void 0;(d!==r||i!==f)&&(n=(r=d).copy()).on(a,i=f),c.on=n}}function LG(e,t,r){var n=(e+="")=="transform"?L8:zj;return t==null?this.styleTween(e,DG(e,n)).on("end.style."+e,Hj(e)):typeof t=="function"?this.styleTween(e,qG(e,n,Rx(this,"style."+e,t))).each(kG(this._id,e)):this.styleTween(e,jG(e,n,t),r).on("end.style."+e,null)}function BG(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function FG(e,t,r){var n,i;function o(){var a=t.apply(this,arguments);return a!==i&&(n=(i=a)&&BG(e,a,r)),n}return o._value=t,o}function $G(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,FG(e,t,r??""))}function zG(e){return function(){this.textContent=e}}function HG(e){return function(){var t=e(this);this.textContent=t??""}}function UG(e){return this.tween("text",typeof e=="function"?HG(Rx(this,"text",e)):zG(e==null?"":e+""))}function VG(e){return function(t){this.textContent=e.call(this,t)}}function WG(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&VG(i)),t}return n._value=e,n}function GG(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,WG(e))}function KG(){for(var e=this._name,t=this._id,r=Uj(),n=this._groups,i=n.length,o=0;o<i;++o)for(var a=n[o],u=a.length,c,d=0;d<u;++d)if(c=a[d]){var f=$r(c,t);zc(c,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 YG(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(o,a){var u={value:a},c={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(c)),d.on=t}),i===0&&o()})}var XG=0;function xn(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function Uj(){return++XG}var mn=Ka.prototype;xn.prototype={constructor:xn,select:NG,selectAll:TG,selectChild:mn.selectChild,selectChildren:mn.selectChildren,filter:EG,merge:SG,selection:MG,transition:KG,call:mn.call,nodes:mn.nodes,node:mn.node,size:mn.size,empty:mn.empty,each:mn.each,on:RG,attr:sG,attrTween:dG,style:LG,styleTween:$G,text:UG,textTween:GG,remove:IG,tween:eG,delay:vG,duration:yG,ease:xG,easeVarying:_G,end:YG,[Symbol.iterator]:mn[Symbol.iterator]};function ZG(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var JG={time:null,delay:0,duration:250,ease:ZG};function QG(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 eK(e){var t,r;e instanceof xn?(t=e._id,e=e._name):(t=Uj(),(r=JG).time=Ox(),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,c,d=0;d<u;++d)(c=a[d])&&zc(c,e,t,d,a,r||QG(c,t));return new xn(n,this._parents,e,t)}Ka.prototype.interrupt=Z8;Ka.prototype.transition=eK;const pu=e=>()=>e;function tK(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 fi=new yn(1,0,0);yn.prototype;function pm(e){e.stopImmediatePropagation()}function ea(e){e.preventDefault(),e.stopImmediatePropagation()}function rK(e){return(!e.ctrlKey||e.type==="wheel")&&!e.button}function nK(){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 qP(){return this.__zoom||fi}function iK(e){return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function oK(){return navigator.maxTouchPoints||"ontouchstart"in this}function aK(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 sK(){var e=rK,t=nK,r=aK,n=iK,i=oK,o=[0,1/0],a=[[-1/0,-1/0],[1/0,1/0]],u=250,c=H8,d=Bc("start","zoom","end"),f,h,p,v=500,m=150,y=0,b=10;function x(T){T.property("__zoom",qP).on("wheel.zoom",N,{passive:!1}).on("mousedown.zoom",j).on("dblclick.zoom",L).filter(i).on("touchstart.zoom",F).on("touchmove.zoom",k).on("touchend.zoom touchcancel.zoom",D).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}x.transform=function(T,B,$,W){var Y=T.selection?T.selection():T;Y.property("__zoom",qP),T!==Y?_(T,B,$,W):Y.interrupt().each(function(){R(this,arguments).event(W).start().zoom(null,typeof B=="function"?B.apply(this,arguments):B).end()})},x.scaleBy=function(T,B,$,W){x.scaleTo(T,function(){var Y=this.__zoom.k,ee=typeof B=="function"?B.apply(this,arguments):B;return Y*ee},$,W)},x.scaleTo=function(T,B,$,W){x.transform(T,function(){var Y=t.apply(this,arguments),ee=this.__zoom,H=$==null?E(Y):typeof $=="function"?$.apply(this,arguments):$,Q=ee.invert(H),ce=typeof B=="function"?B.apply(this,arguments):B;return r(S(w(ee,ce),H,Q),Y,a)},$,W)},x.translateBy=function(T,B,$,W){x.transform(T,function(){return r(this.__zoom.translate(typeof B=="function"?B.apply(this,arguments):B,typeof $=="function"?$.apply(this,arguments):$),t.apply(this,arguments),a)},null,W)},x.translateTo=function(T,B,$,W,Y){x.transform(T,function(){var ee=t.apply(this,arguments),H=this.__zoom,Q=W==null?E(ee):typeof W=="function"?W.apply(this,arguments):W;return r(fi.translate(Q[0],Q[1]).scale(H.k).translate(typeof B=="function"?-B.apply(this,arguments):-B,typeof $=="function"?-$.apply(this,arguments):-$),ee,a)},W,Y)};function w(T,B){return B=Math.max(o[0],Math.min(o[1],B)),B===T.k?T:new yn(B,T.x,T.y)}function S(T,B,$){var W=B[0]-$[0]*T.k,Y=B[1]-$[1]*T.k;return W===T.x&&Y===T.y?T:new yn(T.k,W,Y)}function E(T){return[(+T[0][0]+ +T[1][0])/2,(+T[0][1]+ +T[1][1])/2]}function _(T,B,$,W){T.on("start.zoom",function(){R(this,arguments).event(W).start()}).on("interrupt.zoom end.zoom",function(){R(this,arguments).event(W).end()}).tween("zoom",function(){var Y=this,ee=arguments,H=R(Y,ee).event(W),Q=t.apply(Y,ee),ce=$==null?E(Q):typeof $=="function"?$.apply(Y,ee):$,se=Math.max(Q[1][0]-Q[0][0],Q[1][1]-Q[0][1]),z=Y.__zoom,G=typeof B=="function"?B.apply(Y,ee):B,J=c(z.invert(ce).concat(se/z.k),G.invert(ce).concat(se/G.k));return function(V){if(V===1)V=G;else{var K=J(V),ie=se/K[2];V=new yn(ie,ce[0]-K[0]*ie,ce[1]-K[1]*ie)}H.zoom(null,V)}})}function R(T,B,$){return!$&&T.__zooming||new P(T,B)}function P(T,B){this.that=T,this.args=B,this.active=0,this.sourceEvent=null,this.extent=t.apply(T,B),this.taps=0}P.prototype={event:function(T){return T&&(this.sourceEvent=T),this},start:function(){return++this.active===1&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(T,B){return this.mouse&&T!=="mouse"&&(this.mouse[1]=B.invert(this.mouse[0])),this.touch0&&T!=="touch"&&(this.touch0[1]=B.invert(this.touch0[0])),this.touch1&&T!=="touch"&&(this.touch1[1]=B.invert(this.touch1[0])),this.that.__zoom=B,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(T){var B=Mr(this.that).datum();d.call(T,this.that,new tK(T,{sourceEvent:this.sourceEvent,target:x,transform:this.that.__zoom,dispatch:d}),B)}};function N(T,...B){if(!e.apply(this,arguments))return;var $=R(this,B).event(T),W=this.__zoom,Y=Math.max(o[0],Math.min(o[1],W.k*Math.pow(2,n.apply(this,arguments)))),ee=Xr(T);if($.wheel)($.mouse[0][0]!==ee[0]||$.mouse[0][1]!==ee[1])&&($.mouse[1]=W.invert($.mouse[0]=ee)),clearTimeout($.wheel);else{if(W.k===Y)return;$.mouse=[ee,W.invert(ee)],Lu(this),$.start()}ea(T),$.wheel=setTimeout(H,m),$.zoom("mouse",r(S(w(W,Y),$.mouse[0],$.mouse[1]),$.extent,a));function H(){$.wheel=null,$.end()}}function j(T,...B){if(p||!e.apply(this,arguments))return;var $=T.currentTarget,W=R(this,B,!0).event(T),Y=Mr(T.view).on("mousemove.zoom",ce,!0).on("mouseup.zoom",se,!0),ee=Xr(T,$),H=T.clientX,Q=T.clientY;Nj(T.view),pm(T),W.mouse=[ee,this.__zoom.invert(ee)],Lu(this),W.start();function ce(z){if(ea(z),!W.moved){var G=z.clientX-H,J=z.clientY-Q;W.moved=G*G+J*J>y}W.event(z).zoom("mouse",r(S(W.that.__zoom,W.mouse[0]=Xr(z,$),W.mouse[1]),W.extent,a))}function se(z){Y.on("mousemove.zoom mouseup.zoom",null),Tj(z.view,W.moved),ea(z),W.event(z).end()}}function L(T,...B){if(e.apply(this,arguments)){var $=this.__zoom,W=Xr(T.changedTouches?T.changedTouches[0]:T,this),Y=$.invert(W),ee=$.k*(T.shiftKey?.5:2),H=r(S(w($,ee),W,Y),t.apply(this,B),a);ea(T),u>0?Mr(this).transition().duration(u).call(_,H,W,T):Mr(this).call(x.transform,H,W,T)}}function F(T,...B){if(e.apply(this,arguments)){var $=T.touches,W=$.length,Y=R(this,B,T.changedTouches.length===W).event(T),ee,H,Q,ce;for(pm(T),H=0;H<W;++H)Q=$[H],ce=Xr(Q,this),ce=[ce,this.__zoom.invert(ce),Q.identifier],Y.touch0?!Y.touch1&&Y.touch0[2]!==ce[2]&&(Y.touch1=ce,Y.taps=0):(Y.touch0=ce,ee=!0,Y.taps=1+!!f);f&&(f=clearTimeout(f)),ee&&(Y.taps<2&&(h=ce[0],f=setTimeout(function(){f=null},v)),Lu(this),Y.start())}}function k(T,...B){if(this.__zooming){var $=R(this,B).event(T),W=T.changedTouches,Y=W.length,ee,H,Q,ce;for(ea(T),ee=0;ee<Y;++ee)H=W[ee],Q=Xr(H,this),$.touch0&&$.touch0[2]===H.identifier?$.touch0[0]=Q:$.touch1&&$.touch1[2]===H.identifier&&($.touch1[0]=Q);if(H=$.that.__zoom,$.touch1){var se=$.touch0[0],z=$.touch0[1],G=$.touch1[0],J=$.touch1[1],V=(V=G[0]-se[0])*V+(V=G[1]-se[1])*V,K=(K=J[0]-z[0])*K+(K=J[1]-z[1])*K;H=w(H,Math.sqrt(V/K)),Q=[(se[0]+G[0])/2,(se[1]+G[1])/2],ce=[(z[0]+J[0])/2,(z[1]+J[1])/2]}else if($.touch0)Q=$.touch0[0],ce=$.touch0[1];else return;$.zoom("touch",r(S(H,Q,ce),$.extent,a))}}function D(T,...B){if(this.__zooming){var $=R(this,B).event(T),W=T.changedTouches,Y=W.length,ee,H;for(pm(T),p&&clearTimeout(p),p=setTimeout(function(){p=null},v),ee=0;ee<Y;++ee)H=W[ee],$.touch0&&$.touch0[2]===H.identifier?delete $.touch0:$.touch1&&$.touch1[2]===H.identifier&&delete $.touch1;if($.touch1&&!$.touch0&&($.touch0=$.touch1,delete $.touch1),$.touch0)$.touch0[1]=this.__zoom.invert($.touch0[0]);else if($.end(),$.taps===2&&(H=Xr(H,this),Math.hypot(h[0]-H[0],h[1]-H[1])<b)){var Q=Mr(this).on("dblclick.zoom");Q&&Q.apply(this,arguments)}}}return x.wheelDelta=function(T){return arguments.length?(n=typeof T=="function"?T:pu(+T),x):n},x.filter=function(T){return arguments.length?(e=typeof T=="function"?T:pu(!!T),x):e},x.touchable=function(T){return arguments.length?(i=typeof T=="function"?T:pu(!!T),x):i},x.extent=function(T){return arguments.length?(t=typeof T=="function"?T:pu([[+T[0][0],+T[0][1]],[+T[1][0],+T[1][1]]]),x):t},x.scaleExtent=function(T){return arguments.length?(o[0]=+T[0],o[1]=+T[1],x):[o[0],o[1]]},x.translateExtent=function(T){return arguments.length?(a[0][0]=+T[0][0],a[1][0]=+T[1][0],a[0][1]=+T[0][1],a[1][1]=+T[1][1],x):[[a[0][0],a[0][1]],[a[1][0],a[1][1]]]},x.constrain=function(T){return arguments.length?(r=T,x):r},x.duration=function(T){return arguments.length?(u=+T,x):u},x.interpolate=function(T){return arguments.length?(c=T,x):c},x.on=function(){var T=d.on.apply(d,arguments);return T===d?x:T},x.clickDistance=function(T){return arguments.length?(y=(T=+T)*T,x):Math.sqrt(y)},x.tapDistance=function(T){return arguments.length?(b=+T,x):b},x}function $e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Mb(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 Vj(e,t){if(e){if(typeof e=="string")return Mb(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 Mb(e,t)}}function uK(e){if(Array.isArray(e))return e}function cK(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(c){o=!0,u=c}finally{try{!i&&r.return!=null&&r.return()}finally{if(o)throw u}}return n}}function lK(){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 uK(e)||cK(e,t)||Vj(e,t)||lK()}var mo;(function(e){e.Strict="strict",e.Loose="loose"})(mo||(mo={}));var mi;(function(e){e.Lines="lines",e.Dots="dots"})(mi||(mi={}));var io;(function(e){e.Free="free",e.Vertical="vertical",e.Horizontal="horizontal"})(io||(io={}));var $n;(function(e){e.Bezier="default",e.Straight="straight",e.Step="step",e.SmoothStep="smoothstep",e.SimpleBezier="simplebezier"})($n||($n={}));var Ju;(function(e){e.Arrow="arrow",e.ArrowClosed="arrowclosed"})(Ju||(Ju={}));var xe;(function(e){e.Left="left",e.Top="top",e.Right="right",e.Bottom="bottom"})(xe||(xe={}));var Px=function(t){return{width:t.offsetWidth,height:t.offsetHeight}},oo=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)},Wj=function(t,r){return{x:oo(t.x,r[0][0],r[1][0]),y:oo(t.y,r[0][1],r[1][1])}},Gj=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)},fK=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)}},Qu=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}},dK=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}},Kj=function(t){return!isNaN(t)&&isFinite(t)},Nt=Symbol("internals");function kP(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 Sa(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?kP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function LP(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=Sa({},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 c=Math.abs(t.position.y);r.position.y=r.position.y-c,r.style.height+=c,t.position.y=0}r.width=r.style.width,r.height=r.style.height}}}function Yj(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(c){return c.id===i.id});if(o)switch(o.type){case"select":return n.push(Sa(Sa({},i),{},{selected:o.selected})),n;case"position":{var a=Sa({},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&&LP(n,a),n.push(a),n}case"dimensions":{var u=Sa({},i);return typeof o.dimensions<"u"&&(u.width=o.dimensions.width,u.height=o.dimensions.height),u.expandParent&&LP(n,u),n.push(u),n}case"remove":return n}return n.push(i),n},r)}function Xj(e,t){return Yj(e,t)}function hK(e,t){return Yj(e,t)}var Fn=function(t,r){return{id:t,type:"select",selected:r}};function Qi(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 BP(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 Zj(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?BP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):BP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var FP=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 c=u.getBoundingClientRect();return Zj({id:u.getAttribute("data-handleid"),position:u.getAttribute("data-handlepos"),x:(c.left-a.left)/n,y:(c.top-a.top)/n},Px(u))})};function ta(e,t,r){return r===void 0?r:function(n){var i=t().nodeInternals.get(e);r(n,Zj({},i))}}function Jj(e){var t=e.id,r=e.store,n=r.getState(),i=n.addSelectedNodes,o=n.unselectNodesAndEdges,a=n.multiSelectionActive,u=n.nodeInternals,c=u.get(t);r.setState({nodesSelectionActive:!1}),c.selected?c.selected&&a&&o({nodes:[c]}):i([t])}function $P(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 Pa(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$P(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$P(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var pK=function(t){return"id"in t&&"source"in t&&"target"in t},vK=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||"")},Db=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("&"))},gK=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)})},mK=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 pK(t)?n=Pa({},t):n=Pa(Pa({},t),{},{id:vK(t)}),gK(n,r)?r:r.concat(n)},Qj=function(t,r,n,i){var o=t.x,a=t.y,u=Le(r,3),c=u[0],d=u[1],f=u[2],h=Le(i,2),p=h[0],v=h[1],m={x:(o-c)/f,y:(a-d)/f};return n?{x:p*Math.round(m.x/p),y:v*Math.round(m.y/v)}:m},Ix=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,c=i.height;return fK(n,Qu({x:o?o.x:a.x,y:o?o.y:a.y,width:u||0,height:c||0}))},{x:1/0,y:1/0,x2:-1/0,y2:-1/0});return dK(r)},e2=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],c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,d=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,f=Qu({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,b=p.selectable,x=b===void 0?!0:b;if(d&&!x)return!1;var w=Qu(Pa(Pa({},v),{},{width:m||0,height:y||0})),S=Math.max(0,Math.min(f.x2,w.x2)-Math.max(f.x,w.x)),E=Math.max(0,Math.min(f.y2,w.y2)-Math.max(f.y,w.y)),_=Math.ceil(S*E),R=typeof m>"u"||typeof y>"u"||m===null||y===null,P=c&&_>0,N=(m||0)*(y||0),j=R||P||_>=N;j&&h.push(p)}),h},t2=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)})},r2=function(t,r,n,i,o){var a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:.1,u=r/(t.width*(1+a)),c=n/(t.height*(1+a)),d=Math.min(u,c),f=oo(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]},ai=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return t.transition().duration(r)};function zP(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 eo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?zP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):zP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function n2(e,t,r,n){var i,o,a,u,c,d,f,h,p,v,m,y;if(!e.parentNode)return n;var b=t.get(e.parentNode);return n2(b,t,r,{x:((i=n.x)!==null&&i!==void 0?i:0)+((o=(a=b.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)+((c=(d=b.position)===null||d===void 0?void 0:d.y)!==null&&c!==void 0?c:0),z:((f=(h=b[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=b[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 vm(e,t){var r=new Map,n={};return e.forEach(function(i){var o,a=Kj(i.zIndex)?i.zIndex:i.selected?1e3:0,u=t.get(i.id),c=eo(eo({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&&(c.parentNode=i.parentNode,n[i.parentNode]=!0),Object.defineProperty(c,Nt,{enumerable:!1,value:{handleBounds:u==null||(o=u[Nt])===null||o===void 0?void 0:o.handleBounds,z:a}}),r.set(i.id,c)}),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=n2(i,r,n,eo(eo({},i.position),{},{z:(o=(a=i[Nt])===null||a===void 0?void 0:a.z)!==null&&o!==void 0?o:0})),c=u.x,d=u.y,f=u.z;i.positionAbsolute={x:c,y:d},i[Nt].z=f,n[i.id]&&(i[Nt].isParent=!0)}}),r}function i2(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,c=r.d3Zoom,d=r.d3Selection,f=r.fitViewOnInitDone,h=r.fitViewOnInit;if((t.initial&&!f&&h||!t.initial)&&c&&d){var p=Array.from(n.values()).filter(function(N){return t.includeHiddenNodes?N.width&&N.height:!N.hidden}),v=p.every(function(N){return N.width&&N.height});if(p.length>0&&v){var m,y,b,x=Ix(p),w=r2(x,i,o,(m=t.minZoom)!==null&&m!==void 0?m:a,(y=t.maxZoom)!==null&&y!==void 0?y:u,(b=t.padding)!==null&&b!==void 0?b:.1),S=Le(w,3),E=S[0],_=S[1],R=S[2],P=fi.translate(E,_).scale(R);return typeof t.duration=="number"&&t.duration>0?c.transform(ai(d,t.duration),P):c.transform(d,P),!0}}return!1}function yK(e,t){return e.forEach(function(r){var n=t.get(r.id);if(n){var i;t.set(n.id,eo(eo({},n),{},(i={},$e(i,Nt,n[Nt]),$e(i,"selected",r.selected),i)))}}),new Map(t)}function bK(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 vu(e){var t=e.changedNodes,r=e.changedEdges,n=e.get,i=e.set,o=n(),a=o.nodeInternals,u=o.edges,c=o.onNodesChange,d=o.onEdgesChange,f=o.hasDefaultNodes,h=o.hasDefaultEdges;t!=null&&t.length&&(f&&i({nodeInternals:yK(t,a)}),c==null||c(t)),r!=null&&r.length&&(h&&i({edges:bK(r,u)}),d==null||d(r))}var jb=[[Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY],[Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY]],HP={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:jb,nodeExtent:jb,nodesSelectionActive:!1,userSelectionActive:!1,connectionNodeId:null,connectionHandleId:null,connectionHandleType:"source",connectionPosition:{x:0,y:0},connectionMode:mo.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 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 Kr(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){$e(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 Nx=IW(),xK=Nx.Provider,gt=Nx.useStore,Ft=Nx.useStoreApi,wK=function(){return PW(function(t,r){return Kr(Kr({},HP),{},{setNodes:function(i){t({nodeInternals:vm(i,r().nodeInternals)})},setEdges:function(i){var o=r(),a=o.defaultEdgeOptions,u=a===void 0?{}:a;t({edges:i.map(function(c){return Kr(Kr({},u),c)})})},setDefaultNodesAndEdges:function(i,o){var a=typeof i<"u",u=typeof o<"u",c=a?vm(i,new Map):new Map,d=u?o:[];t({nodeInternals:c,edges:d,hasDefaultNodes:a,hasDefaultEdges:u})},updateNodeDimensions:function(i){var o=r(),a=o.onNodesChange,u=o.nodeInternals,c=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,b=i.reduce(function(w,S){var E=u.get(S.id);if(E){var _=Px(S.nodeElement),R=!!(_.width&&_.height&&(E.width!==_.width||E.height!==_.height||S.forceUpdate));R&&(u.set(E.id,Kr(Kr({},E),{},$e({},Nt,Kr(Kr({},E[Nt]),{},{handleBounds:{source:FP(".source",S.nodeElement,y),target:FP(".target",S.nodeElement,y)}})),_)),w.push({id:E.id,type:"dimensions",dimensions:_}))}return w},[]),x=d||c&&!d&&i2(r,Kr({initial:!0},f));t({nodeInternals:new Map(u),fitViewOnInitDone:x}),(b==null?void 0:b.length)>0&&(a==null||a(b))}},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(),c=u.onNodesChange,d=u.nodeInternals,f=u.hasDefaultNodes;if(f||c){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=Xj(h,Array.from(d.values())),v=vm(p,d);t({nodeInternals:v})}c==null||c(h)}}},addSelectedNodes:function(i){var o=r(),a=o.multiSelectionActive,u=o.nodeInternals,c=o.edges,d,f=null;a?d=i.map(function(h){return Fn(h,!0)}):(d=Qi(Array.from(u.values()),i),f=Qi(c,[])),vu({changedNodes:d,changedEdges:f,get:r,set:t})},addSelectedEdges:function(i){var o=r(),a=o.multiSelectionActive,u=o.edges,c=o.nodeInternals,d,f=null;a?d=i.map(function(h){return Fn(h,!0)}):(d=Qi(u,i),f=Qi(Array.from(c.values()),[])),vu({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(),c=u.nodeInternals,d=u.edges,f=o||Array.from(c.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)});vu({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()),c=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)});vu({changedNodes:c,changedEdges:d,get:r,set:t})},setNodeExtent:function(i){var o=r(),a=o.nodeInternals;a.forEach(function(u){u.positionAbsolute=Wj(u.position,i)}),t({nodeExtent:i,nodeInternals:new Map(a)})},reset:function(){return t(Kr({},HP))}})})};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 _K(e){if(Array.isArray(e))return Mb(e)}function EK(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function SK(){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 di(e){return _K(e)||EK(e)||Vj(e)||SK()}var OK={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},CK=function(t){return{d3Zoom:t.d3Zoom,d3Selection:t.d3Selection}},RK=function(){var t=Ft(),r=gt(CK,Xt),n=r.d3Zoom,i=r.d3Selection,o=A.useMemo(function(){return i&&n?{zoomIn:function(u){return n.scaleBy(ai(i,u==null?void 0:u.duration),1.2)},zoomOut:function(u){return n.scaleBy(ai(i,u==null?void 0:u.duration),1/1.2)},zoomTo:function(u,c){return n.scaleTo(ai(i,c==null?void 0:c.duration),u)},getZoom:function(){return t.getState().transform[2]},setViewport:function(u,c){var d,f,h,p=Le(t.getState().transform,3),v=p[0],m=p[1],y=p[2],b=fi.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(ai(i,c==null?void 0:c.duration),b)},getViewport:function(){var u=Le(t.getState().transform,3),c=u[0],d=u[1],f=u[2];return{x:c,y:d,zoom:f}},fitView:function(u){return i2(t.getState,u)},setCenter:function(u,c,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,b=p/2-c*m,x=fi.translate(y,b).scale(m);n.transform(ai(i,d==null?void 0:d.duration),x)},fitBounds:function(u,c){var d,f=t.getState(),h=f.width,p=f.height,v=f.minZoom,m=f.maxZoom,y=r2(u,h,p,v,m,(d=c==null?void 0:c.padding)!==null&&d!==void 0?d:.1),b=Le(y,3),x=b[0],w=b[1],S=b[2],E=fi.translate(x,w).scale(S);n.transform(ai(i,c==null?void 0:c.duration),E)},project:function(u){var c=t.getState(),d=c.transform,f=c.snapToGrid,h=c.snapGrid;return Qj(u,d,f,h)},viewportInitialized:!0}:OK},[n,i]);return o};function VP(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 Gi(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?VP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):VP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function o2(){var e=RK(),t=Ft(),r=A.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=Array.from(p.values());return v.map(function(m){return Gi({},m)})},[]),n=A.useCallback(function(h){var p=t.getState(),v=p.nodeInternals;return v.get(h)},[]),i=A.useCallback(function(){var h=t.getState(),p=h.edges,v=p===void 0?[]:p;return v.map(function(m){return Gi({},m)})},[]),o=A.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=A.useCallback(function(h){var p=t.getState(),v=p.nodeInternals,m=p.setNodes,y=p.hasDefaultNodes,b=p.onNodesChange,x=Array.from(v.values()),w=typeof h=="function"?h(x):h;if(y)m(w);else if(b){var S=w.length===0?x.map(function(E){return{type:"remove",id:E.id}}):w.map(function(E){return{item:E,type:"reset"}});b(S)}},[]),u=A.useCallback(function(h){var p=t.getState(),v=p.edges,m=v===void 0?[]:v,y=p.setEdges,b=p.hasDefaultEdges,x=p.onEdgesChange,w=typeof h=="function"?h(m):h;if(b)y(w);else if(x){var S=w.length===0?m.map(function(E){return{type:"remove",id:E.id}}):w.map(function(E){return{item:E,type:"reset"}});x(S)}},[]),c=A.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.nodeInternals,y=v.setNodes,b=v.hasDefaultNodes,x=v.onNodesChange;if(b){var w=Array.from(m.values()),S=[].concat(w,di(p));y(S)}else if(x){var E=p.map(function(_){return{item:_,type:"add"}});x(E)}},[]),d=A.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.edges,y=m===void 0?[]:m,b=v.setEdges,x=v.hasDefaultEdges,w=v.onEdgesChange;if(x)b([].concat(di(y),di(p)));else if(w){var S=p.map(function(E){return{item:E,type:"add"}});w(S)}},[]),f=A.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=h.edges,m=v===void 0?[]:v,y=h.transform,b=Array.from(p.values()),x=Le(y,3),w=x[0],S=x[1],E=x[2];return{nodes:b.map(function(_){return Gi({},_)}),edges:m.map(function(_){return Gi({},_)}),viewport:{x:w,y:S,zoom:E}}},[]);return A.useMemo(function(){return Gi(Gi({},e),{},{getNodes:r,getNode:n,getEdges:i,getEdge:o,setNodes:a,setEdges:u,addNodes:c,addEdges:d,toObject:f})},[e,r,n,i,o,a,u,c,d,f])}function PK(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 Hc(e,t){if(e==null)return{};var r=PK(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 IK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},A.createElement("path",{d:"M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z"}))}function NK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 5"},A.createElement("path",{d:"M0 0h32v4.2H0z"}))}function TK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 30"},A.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 AK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},A.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 MK(){return A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},A.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 DK=["children","className"];function WP(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 jK(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?WP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):WP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var gu=function(t){var r=t.children,n=t.className,i=Hc(t,DK);return A.createElement("button",jK({type:"button",className:cr(["react-flow__controls-button",n])},i),r)},qK=function(t){return t.nodesDraggable&&t.nodesConnectable&&t.elementsSelectable},kK=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,c=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,b=Ft(),x=A.useState(!1),w=Le(x,2),S=w[0],E=w[1],_=gt(qK),R=o2(),P=R.zoomIn,N=R.zoomOut,j=R.fitView;if(A.useEffect(function(){E(!0)},[]),!S)return null;var L=function(){P==null||P(),f==null||f()},F=function(){N==null||N(),h==null||h()},k=function(){j==null||j(d),p==null||p()},D=function(){b.setState({nodesDraggable:!_,nodesConnectable:!_,elementsSelectable:!_}),v==null||v(!_)};return A.createElement("div",{className:cr(["react-flow__controls",m]),style:r},i&&A.createElement(A.Fragment,null,A.createElement(gu,{onClick:L,className:"react-flow__controls-zoomin",title:"zoom in","aria-label":"zoom in"},A.createElement(IK,null)),A.createElement(gu,{onClick:F,className:"react-flow__controls-zoomout",title:"zoom out","aria-label":"zoom out"},A.createElement(NK,null))),a&&A.createElement(gu,{className:"react-flow__controls-fitview",onClick:k,title:"fit view","aria-label":"fit view"},A.createElement(TK,null)),c&&A.createElement(gu,{className:"react-flow__controls-interactive",onClick:D,title:"toggle interactivity","aria-label":"toggle interactivity"},_?A.createElement(MK,null):A.createElement(AK,null)),y)};kK.displayName="Controls";var LK=function(t,r,n){return A.createElement("path",{stroke:n,strokeWidth:r,d:"M".concat(t/2," 0 V").concat(t," M0 ").concat(t/2," H").concat(t)})},BK=function(t,r){return A.createElement("circle",{cx:t,cy:t,r:t,fill:r})},mu;function GP(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 KP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?GP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):GP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var FK=(mu={},$e(mu,mi.Dots,"#81818a"),$e(mu,mi.Lines,"#eee"),mu),$K=function(t){return t.transform},a2=function(t){var r=t.variant,n=r===void 0?mi.Dots:r,i=t.gap,o=i===void 0?15:i,a=t.size,u=a===void 0?.4:a,c=t.color,d=t.style,f=t.className,h=A.useRef(null),p=A.useState(null),v=Le(p,2),m=v[0],y=v[1],b=gt($K),x=Le(b,3),w=x[0],S=x[1],E=x[2];A.useEffect(function(){var F=document.querySelectorAll(".react-flow__background"),k=Array.from(F).findIndex(function(D){return D===h.current});y("pattern-".concat(k))},[]);var _=o*E||1,R=w%_,P=S%_,N=n===mi.Lines,j=c||FK[n],L=N?LK(_,u,j):BK(u*E,j);return A.createElement("svg",{className:cr(["react-flow__background","react-flow__container",f]),style:KP(KP({},d),{},{width:"100%",height:"100%"}),ref:h},m&&A.createElement(A.Fragment,null,A.createElement("pattern",{id:m,x:R,y:P,width:_,height:_,patternUnits:"userSpaceOnUse"},L),A.createElement("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:"url(#".concat(m,")")})))};a2.displayName="Background";var zK=A.memo(a2),HK=["paid-pro","paid-sponsor","paid-enterprise","paid-custom"];function UK(e){var t=e.proOptions,r=e.position,n=r===void 0?"bottom-right":r;if(t!=null&&t.account&&HK.includes(t==null?void 0:t.account)&&t!==null&&t!==void 0&&t.hideAttribution)return null;var i="".concat(n).split("-");return A.createElement("div",{className:cr(["react-flow__attribution"].concat(di(i))),"data-message":"Please only hide this attribution when you are subscribed to React Flow Pro: https://pro.reactflow.dev/pricing"},A.createElement("a",{href:"https://reactflow.dev",target:"_blank",rel:"noopener noreferrer"},"React Flow"))}var VK=["x","y","label","labelStyle","labelShowBg","labelBgStyle","labelBgPadding","labelBgBorderRadius","children","className"];function YP(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 WK(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?YP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):YP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var GK=function(t){var r=t.x,n=t.y,i=t.label,o=t.labelStyle,a=o===void 0?{}:o,u=t.labelShowBg,c=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,b=t.className,x=Hc(t,VK),w=A.useRef(null),S=A.useState({x:0,y:0,width:0,height:0}),E=Le(S,2),_=E[0],R=E[1],P=cr(["react-flow__edge-textwrapper",b]);return A.useEffect(function(){if(w.current){var N=w.current.getBBox();R({x:N.x,y:N.y,width:N.width,height:N.height})}},[i]),typeof i>"u"||!i?null:A.createElement("g",WK({transform:"translate(".concat(r-_.width/2," ").concat(n-_.height/2,")"),className:P},x),c&&A.createElement("rect",{width:_.width+2*p[0],x:-p[0],y:-p[1],height:_.height+2*p[1],className:"react-flow__edge-textbg",style:f,rx:m,ry:m}),A.createElement("text",{className:"react-flow__edge-text",y:_.height/2,dy:"0.3em",ref:w,style:a},i),y)},KK=A.memo(GK),Uc=(function(e){var t=e.path,r=e.centerX,n=e.centerY,i=e.label,o=e.labelStyle,a=e.labelShowBg,u=e.labelBgStyle,c=e.labelBgPadding,d=e.labelBgBorderRadius,f=e.style,h=e.markerEnd,p=e.markerStart,v=i?A.createElement(KK,{x:r,y:n,label:i,labelStyle:o,labelShowBg:a,labelBgStyle:u,labelBgPadding:c,labelBgBorderRadius:d}):null;return A.createElement(A.Fragment,null,A.createElement("path",{style:f,d:t,className:"react-flow__edge-path",markerEnd:h,markerStart:p}),v)});function ec(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a,u;switch(t){case xe.Left:case xe.Right:a=.5*(r+i),u=n;break;case xe.Top:case xe.Bottom:a=r,u=.5*(n+o);break}return[a,u]}function s2(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=ec({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=ec({pos:c,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],b=m[1];return"M".concat(t,",").concat(r," C").concat(h,",").concat(p," ").concat(y,",").concat(b," ").concat(o,",").concat(a)}function YK(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=ec({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=ec({pos:c,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],b=m[1],x=t*.125+h*.375+y*.375+o*.125,w=r*.125+p*.375+b*.375+a*.125,S=Math.abs(x-t),E=Math.abs(w-r);return[x,w,S,E]}var u2=A.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?xe.Bottom:o,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,b=e.markerEnd,x=e.markerStart,w={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:c},S=s2(w),E=YK(w),_=Le(E,2),R=_[0],P=_[1];return A.createElement(Uc,{path:S,centerX:R,centerY:P,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:b,markerStart:x})});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 XK(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){$e(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}var ZP=[xe.Left,xe.Right],c2=function(t){var r=t.sourceX,n=t.sourceY,i=t.targetX,o=t.targetY,a=t.sourcePosition,u=a===void 0?xe.Bottom:a,c=t.targetPosition,d=c===void 0?xe.Top:c,f=ZP.includes(u),h=ZP.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),b=n<o?n+y:n-y;return[m,b,v,y]}var x=Math.abs(i-r)/2,w=i<r?i+x:i-x,S=Math.abs(o-n)/2,E=o<n?o+S:o-S;return[w,E,x,S]};function ra(e,t,r){return r===void 0?r:function(n){var i=t().edges.find(function(o){return o.id===e});r(n,XK({},i))}}var gm=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},mm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},ym=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},bm=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},xm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)},wm=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},_m=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},Em=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)};function qb(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.borderRadius,f=d===void 0?5:d,h=e.centerX,p=e.centerY,v=c2({sourceX:t,sourceY:r,targetX:o,targetY:a}),m=Le(v,4),y=m[0],b=m[1],x=m[2],w=m[3],S=Math.min(f,Math.abs(o-t)),E=Math.min(f,Math.abs(a-r)),_=Math.min(S,E,x,w),R=[xe.Left,xe.Right],P=typeof h<"u"?h:y,N=typeof p<"u"?p:b,j=null,L=null;return t<=o?(j=r<=a?gm(t,N,_):wm(t,N,_),L=r<=a?Em(o,N,_):bm(o,N,_)):(j=r<a?ym(t,N,_):_m(t,N,_),L=r<a?xm(o,N,_):mm(o,N,_)),R.includes(i)&&R.includes(c)?t<=o?(j=r<=a?Em(P,r,_):bm(P,r,_),L=r<=a?gm(P,a,_):wm(P,a,_)):(i===xe.Right&&c===xe.Left||i===xe.Left&&c===xe.Right||i===xe.Left&&c===xe.Left)&&(j=r<=a?xm(P,r,_):mm(P,r,_),L=r<=a?ym(P,a,_):_m(P,a,_)):R.includes(i)&&!R.includes(c)?(t<=o?j=r<=a?Em(o,r,_):bm(o,r,_):j=r<=a?xm(o,r,_):mm(o,r,_),L=""):!R.includes(i)&&R.includes(c)&&(t<=o?j=r<=a?gm(t,a,_):wm(t,a,_):j=r<=a?ym(t,a,_):_m(t,a,_),L=""),"M ".concat(t,",").concat(r).concat(j).concat(L,"L ").concat(o,",").concat(a)}var Tx=A.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,c=e.labelBgStyle,d=e.labelBgPadding,f=e.labelBgBorderRadius,h=e.style,p=e.sourcePosition,v=p===void 0?xe.Bottom:p,m=e.targetPosition,y=m===void 0?xe.Top:m,b=e.markerEnd,x=e.markerStart,w=e.borderRadius,S=w===void 0?5:w,E=c2({sourceX:t,sourceY:r,targetX:n,targetY:i,sourcePosition:v,targetPosition:y}),_=Le(E,2),R=_[0],P=_[1],N=qb({sourceX:t,sourceY:r,sourcePosition:v,targetX:n,targetY:i,targetPosition:y,borderRadius:S});return A.createElement(Uc,{path:N,centerX:R,centerY:P,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:b,markerStart:x})});function JP(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 QP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?JP(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):JP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var l2=A.memo(function(e){return A.createElement(Tx,QP(QP({},e),{},{borderRadius:0}))}),f2=A.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,c=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,b=Math.abs(n-t)/2,x=n<t?n+b:n-b,w="M ".concat(t,",").concat(r,"L ").concat(n,",").concat(i);return A.createElement(Uc,{path:w,centerX:x,centerY:y,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:p,markerStart:v})});function yu(e,t){return e>=0?.5*e:t*25*Math.sqrt(-e)}function tc(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a=e.c,u,c;switch(t){case xe.Left:u=r-yu(r-i,a),c=n;break;case xe.Right:u=r+yu(i-r,a),c=n;break;case xe.Top:u=r,c=n-yu(n-o,a);break;case xe.Bottom:u=r,c=n+yu(o-n,a);break}return[u,c]}function Vc(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.curvature,f=d===void 0?.25:d,h=tc({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=tc({pos:c,x1:o,y1:a,x2:t,y2:r,c:f}),b=Le(y,2),x=b[0],w=b[1];return"M".concat(t,",").concat(r," C").concat(v,",").concat(m," ").concat(x,",").concat(w," ").concat(o,",").concat(a)}function ZK(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?xe.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.curvature,f=d===void 0?.25:d,h=tc({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=tc({pos:c,x1:o,y1:a,x2:t,y2:r,c:f}),b=Le(y,2),x=b[0],w=b[1],S=t*.125+v*.375+x*.375+o*.125,E=r*.125+m*.375+w*.375+a*.125,_=Math.abs(S-t),R=Math.abs(E-r);return[S,E,_,R]}var kb=A.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?xe.Bottom:o,u=e.targetPosition,c=u===void 0?xe.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,b=e.markerEnd,x=e.markerStart,w=e.curvature,S={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:c,curvature:w},E=Vc(S),_=ZK(S),R=Le(_,2),P=R[0],N=R[1];return A.createElement(Uc,{path:E,centerX:P,centerY:N,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:b,markerStart:x})}),Ax=A.createContext(null),JK=Ax.Provider;Ax.Consumer;function Lb(e,t,r,n,i,o,a){var u=a.elementFromPoint(e.clientX,e.clientY),c=(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&&(c||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===mo.Strict?r&&d||!r&&c:!0;m&&(f.isValid=o(v))}return f}function Sm(e){e==null||e.classList.remove("react-flow__handle-valid"),e==null||e.classList.remove("react-flow__handle-connecting")}function d2(e){var t=e.event,r=e.handleId,n=e.nodeId,i=e.onConnect,o=e.isTarget,a=e.getState,u=e.setState,c=e.isValidConnection,d=e.elementEdgeUpdaterType,f=e.onEdgeUpdateEnd,h=t.target.closest(".react-flow"),p=Gj(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 b=a(),x=b.onConnectStart,w=b.connectionMode,S=d||(m?"target":"source"),E=h.getBoundingClientRect(),_;u({connectionPosition:{x:t.clientX-E.left,y:t.clientY-E.top},connectionNodeId:n,connectionHandleId:r,connectionHandleType:S}),x==null||x(t,{nodeId:n,handleId:r,handleType:S});function R(N){u({connectionPosition:{x:N.clientX-E.left,y:N.clientY-E.top}});var j=Lb(N,w,o,n,r,c,p),L=j.connection,F=j.elementBelow,k=j.isValid,D=j.isHoveringHandle;if(!D)return Sm(_);L.source!==L.target&&F&&(Sm(_),_=F,F.classList.add("react-flow__handle-connecting"),F.classList.toggle("react-flow__handle-valid",k))}function P(N){var j=a(),L=j.onConnectStop,F=j.onConnectEnd,k=Lb(N,w,o,n,r,c,p),D=k.connection,T=k.isValid;L==null||L(N),T&&(i==null||i(D)),F==null||F(N),d&&f&&f(N),Sm(_),u({connectionNodeId:null,connectionHandleId:null,connectionHandleType:null}),p.removeEventListener("mousemove",R),p.removeEventListener("mouseup",P)}p.addEventListener("mousemove",R),p.addEventListener("mouseup",P)}var QK=["type","position","isValidConnection","isConnectable","id","onConnect","children","className","onMouseDown"];function eI(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 Om(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?eI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):eI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var eY=function(){return!0},tY=function(t){return{connectionStartHandle:t.connectionStartHandle,connectOnClick:t.connectOnClick}},h2=A.forwardRef(function(e,t){var r=e.type,n=r===void 0?"source":r,i=e.position,o=i===void 0?xe.Top:i,a=e.isValidConnection,u=a===void 0?eY:a,c=e.isConnectable,d=c===void 0?!0:c,f=e.id,h=e.onConnect,p=e.children,v=e.className,m=e.onMouseDown,y=Hc(e,QK),b=Ft(),x=A.useContext(Ax),w=gt(tY,Xt),S=w.connectionStartHandle,E=w.connectOnClick,_=f||null,R=n==="target",P=function(F){var k=b.getState(),D=k.defaultEdgeOptions,T=k.onConnect,B=k.hasDefaultEdges,$=Om(Om({},D),F);if(B){var W=b.getState(),Y=W.edges;b.setState({edges:mK($,Y)})}T==null||T($),h==null||h($)},N=function(F){F.button===0&&d2({event:F,handleId:_,nodeId:x,onConnect:P,isTarget:R,getState:b.getState,setState:b.setState,isValidConnection:u}),m==null||m(F)},j=function(F){var k=b.getState(),D=k.onClickConnectStart,T=k.onClickConnectStop,B=k.onClickConnectEnd,$=k.connectionMode;if(!S){D==null||D(F,{nodeId:x,handleId:_,handleType:n}),b.setState({connectionStartHandle:{nodeId:x,type:n,handleId:_}});return}var W=Gj(F.target),Y=Lb(F,$,S.type==="target",S.nodeId,S.handleId||null,u,W),ee=Y.connection,H=Y.isValid;T==null||T(F),H&&P(ee),B==null||B(F),b.setState({connectionStartHandle:null})};return A.createElement("div",Om({"data-handleid":_,"data-nodeid":x,"data-handlepos":o,className:cr(["react-flow__handle","react-flow__handle-".concat(o),"nodrag",v,{source:!R,target:R,connectable:d,connecting:(S==null?void 0:S.nodeId)===x&&(S==null?void 0:S.handleId)===_&&(S==null?void 0:S.type)===n}]),onMouseDown:N,onClick:E?j:void 0,ref:t},y),p)});h2.displayName="Handle";var rc=A.memo(h2),p2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?xe.Top:i,a=t.sourcePosition,u=a===void 0?xe.Bottom:a;return A.createElement(A.Fragment,null,A.createElement(rc,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label,A.createElement(rc,{type:"source",position:u,isConnectable:n}))};p2.displayName="DefaultNode";var Bb=A.memo(p2),v2=function(t){var r=t.data,n=t.isConnectable,i=t.sourcePosition,o=i===void 0?xe.Bottom:i;return A.createElement(A.Fragment,null,r==null?void 0:r.label,A.createElement(rc,{type:"source",position:o,isConnectable:n}))};v2.displayName="InputNode";var g2=A.memo(v2),m2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?xe.Top:i;return A.createElement(A.Fragment,null,A.createElement(rc,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label)};m2.displayName="OutputNode";var y2=A.memo(m2),rY=function(t){return{selectedNodes:Array.from(t.nodeInternals.values()).filter(function(r){return r.selected}),selectedEdges:t.edges.filter(function(r){return r.selected})}},nY=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 iY(e){var t=e.onSelectionChange,r=gt(rY,nY),n=r.selectedNodes,i=r.selectedEdges;return A.useEffect(function(){t({nodes:n,edges:i})},[n,i]),null}var oY=A.memo(iY),aY=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){A.useEffect(function(){typeof e<"u"&&t(e)},[e])}function rt(e,t,r){A.useEffect(function(){typeof t<"u"&&r($e({},e,t))},[t])}var sY=function(t){var r=t.nodes,n=t.edges,i=t.defaultNodes,o=t.defaultEdges,a=t.onConnect,u=t.onConnectStart,c=t.onConnectStop,d=t.onConnectEnd,f=t.onClickConnectStart,h=t.onClickConnectStop,p=t.onClickConnectEnd,v=t.nodesDraggable,m=t.nodesConnectable,y=t.minZoom,b=t.maxZoom,x=t.nodeExtent,w=t.onNodesChange,S=t.onEdgesChange,E=t.elementsSelectable,_=t.connectionMode,R=t.snapGrid,P=t.snapToGrid,N=t.translateExtent,j=t.connectOnClick,L=t.defaultEdgeOptions,F=t.fitView,k=t.fitViewOptions,D=t.onNodesDelete,T=t.onEdgesDelete,B=t.onNodeDrag,$=t.onNodeDragStart,W=t.onNodeDragStop,Y=t.onSelectionDrag,ee=t.onSelectionDragStart,H=t.onSelectionDragStop,Q=gt(aY,Xt),ce=Q.setNodes,se=Q.setEdges,z=Q.setDefaultNodesAndEdges,G=Q.setMinZoom,J=Q.setMaxZoom,V=Q.setTranslateExtent,K=Q.setNodeExtent,ie=Q.reset,ne=Ft();return A.useEffect(function(){return z(i,o),function(){ie()}},[]),rt("defaultEdgeOptions",L,ne.setState),rt("connectionMode",_,ne.setState),rt("onConnect",a,ne.setState),rt("onConnectStart",u,ne.setState),rt("onConnectStop",c,ne.setState),rt("onConnectEnd",d,ne.setState),rt("onClickConnectStart",f,ne.setState),rt("onClickConnectStop",h,ne.setState),rt("onClickConnectEnd",p,ne.setState),rt("nodesDraggable",v,ne.setState),rt("nodesConnectable",m,ne.setState),rt("elementsSelectable",E,ne.setState),rt("snapToGrid",P,ne.setState),rt("snapGrid",R,ne.setState),rt("onNodesChange",w,ne.setState),rt("onEdgesChange",S,ne.setState),rt("connectOnClick",j,ne.setState),rt("fitViewOnInit",F,ne.setState),rt("fitViewOnInitOptions",k,ne.setState),rt("onNodesDelete",D,ne.setState),rt("onEdgesDelete",T,ne.setState),rt("onNodeDrag",B,ne.setState),rt("onNodeDragStart",$,ne.setState),rt("onNodeDragStop",W,ne.setState),rt("onSelectionDrag",Y,ne.setState),rt("onSelectionDragStart",ee,ne.setState),rt("onSelectionDragStop",H,ne.setState),qn(r,ce),qn(n,se),qn(i,ce),qn(o,se),qn(y,G),qn(b,J),qn(N,V),qn(x,K),null},uY=".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%)}",cY=uY,lY=".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}",fY=lY,dY=function(t,r,n){return n===xe.Left?t-r:n===xe.Right?t+r:t},hY=function(t,r,n){return n===xe.Top?t-r:n===xe.Bottom?t+r:t},tI=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 A.createElement("circle",{className:cr(["react-flow__edgeupdater",r]),cx:dY(i,u,n),cy:hY(o,u,n),r:u,stroke:"transparent",fill:"transparent"})},Ki=(function(e){var t=function(n){var i=n.id,o=n.className,a=n.type,u=n.data,c=n.onClick,d=n.onEdgeDoubleClick,f=n.selected,h=n.animated,p=n.label,v=n.labelStyle,m=n.labelShowBg,y=n.labelBgStyle,b=n.labelBgPadding,x=n.labelBgBorderRadius,w=n.style,S=n.source,E=n.target,_=n.sourceX,R=n.sourceY,P=n.targetX,N=n.targetY,j=n.sourcePosition,L=n.targetPosition,F=n.elementsSelectable,k=n.hidden,D=n.sourceHandleId,T=n.targetHandleId,B=n.onContextMenu,$=n.onMouseEnter,W=n.onMouseMove,Y=n.onMouseLeave,ee=n.edgeUpdaterRadius,H=n.onEdgeUpdate,Q=n.onEdgeUpdateStart,ce=n.onEdgeUpdateEnd,se=n.markerEnd,z=n.markerStart,G=n.rfId,J=A.useState(!1),V=Le(J,2),K=V[0],ie=V[1],ne=Ft(),ue=function(et){var Rt=ne.getState(),Jt=Rt.edges,lr=Rt.addSelectedEdges,jt=Jt.find(function(xt){return xt.id===i});F&&(ne.setState({nodesSelectionActive:!1}),lr([i])),c==null||c(et,jt)},de=ra(i,ne.getState,d),we=ra(i,ne.getState,B),Se=ra(i,ne.getState,$),_e=ra(i,ne.getState,W),he=ra(i,ne.getState,Y),ae=function(et,Rt){var Jt=Rt?E:S,lr=(Rt?T:D)||null,jt=Rt?"target":"source",xt=function(){return!0},qt=Rt,Hr=ne.getState().edges.find(function(Ur){return Ur.id===i});Q==null||Q(et,Hr,jt);var Yn=ce?function(Ur){return ce(Ur,Hr,jt)}:void 0,Cn=function(Ii){return H==null?void 0:H(Hr,Ii)};d2({event:et,handleId:lr,nodeId:Jt,onConnect:Cn,isTarget:qt,getState:ne.getState,setState:ne.setState,isValidConnection:xt,elementEdgeUpdaterType:jt,onEdgeUpdateEnd:Yn})},Oe=function(et){return ae(et,!0)},Ne=function(et){return ae(et,!1)},ze=function(){return ie(!0)},je=function(){return ie(!1)},Ye=A.useMemo(function(){return"url(#".concat(Db(z,G),")")},[z,G]),Ve=A.useMemo(function(){return"url(#".concat(Db(se,G),")")},[se,G]);if(k)return null;var mt=!F&&!c,Qe=typeof H<"u",At=cr(["react-flow__edge","react-flow__edge-".concat(a),o,{selected:f,animated:h,inactive:mt,updating:K}]);return A.createElement("g",{className:At,onClick:ue,onDoubleClick:de,onContextMenu:we,onMouseEnter:Se,onMouseMove:_e,onMouseLeave:he},A.createElement(e,{id:i,source:S,target:E,selected:f,animated:h,label:p,labelStyle:v,labelShowBg:m,labelBgStyle:y,labelBgPadding:b,labelBgBorderRadius:x,data:u,style:w,sourceX:_,sourceY:R,targetX:P,targetY:N,sourcePosition:j,targetPosition:L,sourceHandleId:D,targetHandleId:T,markerStart:Ye,markerEnd:Ve,"data-testid":"rf__edge-".concat(i)}),Qe&&A.createElement("g",{onMouseDown:Oe,onMouseEnter:ze,onMouseOut:je},A.createElement(tI,{position:j,centerX:_,centerY:R,radius:ee})),Qe&&A.createElement("g",{onMouseDown:Ne,onMouseEnter:ze,onMouseOut:je},A.createElement(tI,{position:L,centerX:P,centerY:N,radius:ee})))};return t.displayName="EdgeWrapper",A.memo(t)});function rI(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 nI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?rI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):rI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pY(e){var t={default:Ki(e.default||kb),straight:Ki(e.bezier||f2),step:Ki(e.step||l2),smoothstep:Ki(e.step||Tx),simplebezier:Ki(e.simplebezier||u2)},r={},n=Object.keys(e).filter(function(i){return!["default","bezier"].includes(i)}).reduce(function(i,o){return i[o]=Ki(e[o]||kb),i},r);return nI(nI({},t),n)}function iI(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 xe.Top:return{x:n+o/2,y:i};case xe.Right:return{x:n+o,y:i+a/2};case xe.Bottom:return{x:n+o/2,y:i+a};case xe.Left:return{x:n,y:i+a/2}}}function oI(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 vY=function(t,r,n,i,o,a){var u=iI(n,t,r),c=iI(a,i,o);return{sourceX:u.x,sourceY:u.y,targetX:c.x,targetY:c.y}};function gY(e){var t=e.sourcePos,r=e.targetPos,n=e.sourceWidth,i=e.sourceHeight,o=e.targetWidth,a=e.targetHeight,u=e.width,c=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=Qu({x:(0-d[0])/d[2],y:(0-d[1])/d[2],width:u/d[2],height:c/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 aI(e,t){var r,n,i,o,a,u=e.get(t),c=(u==null||(r=u[Nt])===null||r===void 0?void 0:r.handleBounds)||null,d=!u||!c||!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},c,!d]}var mY=typeof document<"u"?document:null,nc=(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{target:mY},r=A.useState(!1),n=Le(r,2),i=n[0],o=n[1],a=A.useRef(new Set([])),u=A.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,di(y))},[]);return[p,v]}return[[],[]]},[e]),c=Le(u,2),d=c[0],f=c[1];return A.useEffect(function(){if(e!==null){var h,p,v=function(x){if(cI(x))return!1;var w=uI(x.code,f);a.current.add(x[w]),sI(d,a.current,!1)&&(x.preventDefault(),o(!0))},m=function(x){if(cI(x))return!1;var w=uI(x.code,f);sI(d,a.current,!0)?(o(!1),a.current.clear()):a.current.delete(x[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 b,x;t==null||(b=t.target)===null||b===void 0||b.removeEventListener("keydown",v),t==null||(x=t.target)===null||x===void 0||x.removeEventListener("keyup",m),window.removeEventListener("blur",y)}}},[e,o]),i});function sI(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 uI(e,t){return t.includes(e)?"code":"key"}function cI(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 yY=function(t){return{onNodesChange:t.onNodesChange,onEdgesChange:t.onEdgesChange}},bY=(function(e){var t=e.deleteKeyCode,r=e.multiSelectionKeyCode,n=Ft(),i=gt(yY,Xt),o=i.onNodesChange,a=i.onEdgesChange,u=nc(t),c=nc(r);A.useEffect(function(){var d=n.getState(),f=d.nodeInternals,h=d.edges,p=d.hasDefaultNodes,v=d.hasDefaultEdges,m=d.onNodesDelete,y=d.onEdgesDelete,b=Array.from(f.values()),x=b.reduce(function(N,j){return(!j.selected&&j.parentNode&&N.find(function(L){return L.id===j.parentNode})||j.selected)&&N.push(j),N},[]),w=h.filter(function(N){return N.selected});if(u&&(x||w)){var S=t2(x,h),E=[].concat(di(w),di(S)),_=E.reduce(function(N,j){return N.includes(j.id)||N.push(j.id),N},[]);if((v||p)&&(v&&n.setState({edges:h.filter(function(N){return!_.includes(N.id)})}),p&&(x.forEach(function(N){f.delete(N.id)}),n.setState({nodeInternals:new Map(f)}))),_.length>0&&(y==null||y(E),a)){var R=_.map(function(N){return{id:N,type:"remove"}});a(R)}if(x.length>0&&(m==null||m(x),o)){var P=x.map(function(N){return{id:N.id,type:"remove"}});o(P)}n.setState({nodesSelectionActive:!1})}},[u,o,a]),A.useEffect(function(){n.setState({multiSelectionActive:c})},[c])});function xY(e){var t=Ft();A.useEffect(function(){var r,n=function(){if(e.current){var o=Px(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 wY=function(t,r){return t.x!==r.x||t.y!==r.y||t.zoom!==r.k},Cm=function(t){return{x:t.x,y:t.y,zoom:t.k}},bu=function(t,r){return t.target.closest(".".concat(r))},_Y=function(t){return{d3Zoom:t.d3Zoom,d3Selection:t.d3Selection,d3ZoomHandler:t.d3ZoomHandler}},EY=function(t){var r=t.onMove,n=t.onMoveStart,i=t.onMoveEnd,o=t.zoomOnScroll,a=o===void 0?!0:o,u=t.zoomOnPinch,c=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?io.Free:v,y=t.zoomOnDoubleClick,b=y===void 0?!0:y,x=t.selectionKeyPressed,w=t.elementsSelectable,S=t.panOnDrag,E=S===void 0?!0:S,_=t.translateExtent,R=t.minZoom,P=t.maxZoom,N=t.defaultZoom,j=N===void 0?1:N,L=t.defaultPosition,F=L===void 0?[0,0]:L,k=t.zoomActivationKeyCode,D=t.preventScrolling,T=D===void 0?!0:D,B=t.children,$=t.noWheelClassName,W=t.noPanClassName,Y=Ft(),ee=A.useRef(!1),H=A.useRef(null),Q=A.useRef({x:0,y:0,zoom:0}),ce=gt(_Y,Xt),se=ce.d3Zoom,z=ce.d3Selection,G=ce.d3ZoomHandler,J=nc(k);return xY(H),A.useEffect(function(){if(H.current){var V,K=sK().scaleExtent([R,P]).translateExtent(_),ie=Mr(H.current).call(K),ne=oo(F[0],_[0][0],_[1][0]),ue=oo(F[1],_[0][1],_[1][1]),de=oo(j,R,P),we=fi.translate(ne,ue).scale(de);K.transform(ie,we),Y.setState({d3Zoom:K,d3Selection:ie,d3ZoomHandler:ie.on("wheel.zoom"),transform:[ne,ue,de],domNode:(V=ie.node())===null||V===void 0?void 0:V.closest(".react-flow")})}},[]),A.useEffect(function(){z&&se&&(f&&!J?z.on("wheel",function(V){if(bu(V,$))return!1;V.preventDefault(),V.stopImmediatePropagation();var K=z.property("__zoom").k||1;if(V.ctrlKey&&c){var ie=Xr(V),ne=-V.deltaY*(V.deltaMode===1?.05:V.deltaMode?1:.002)*10,ue=K*Math.pow(2,ne);se.scaleTo(z,ue,ie);return}var de=V.deltaMode===1?20:1,we=m===io.Vertical?0:V.deltaX*de,Se=m===io.Horizontal?0:V.deltaY*de;se.translateBy(z,-(we/K)*p,-(Se/K)*p)}).on("wheel.zoom",null):typeof G<"u"&&z.on("wheel",function(V){if(!T||bu(V,$))return null;V.preventDefault()}).on("wheel.zoom",G))},[f,m,z,se,G,J,c,T,$]),A.useEffect(function(){se&&(x&&!ee.current?se.on("zoom",null):x||se.on("zoom",function(V){if(Y.setState({transform:[V.transform.x,V.transform.y,V.transform.k]}),r){var K=Cm(V.transform);r(V.sourceEvent,K)}}))},[x,se,r]),A.useEffect(function(){se&&se.on("start",function(V){if(ee.current=!0,n){var K=Cm(V.transform);Q.current=K,n(V.sourceEvent,K)}})},[se,n]),A.useEffect(function(){se&&se.on("end",function(V){if(ee.current=!1,i&&wY(Q.current,V.transform)){var K=Cm(V.transform);Q.current=K,i(V.sourceEvent,K)}})},[se,i]),A.useEffect(function(){se&&se.filter(function(V){var K=J||a,ie=c&&V.ctrlKey;return!E&&!K&&!f&&!b&&!c||x||!b&&V.type==="dblclick"||bu(V,$)&&V.type==="wheel"||bu(V,W)&&V.type!=="wheel"||!c&&V.ctrlKey&&V.type==="wheel"||!K&&!f&&!ie&&V.type==="wheel"||!E&&(V.type==="mousedown"||V.type==="touchstart")?!1:(!V.ctrlKey||V.type==="wheel")&&!V.button})},[se,a,c,f,b,E,x,w,J]),A.createElement("div",{className:"react-flow__renderer react-flow__container",ref:H},B)};function lI(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 fI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?lI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):lI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function dI(e,t){return{x:e.clientX-t.left,y:e.clientY-t.top}}var SY=function(t){return{userSelectionActive:t.userSelectionActive,elementsSelectable:t.elementsSelectable}},hI={startX:0,startY:0,x:0,y:0,width:0,height:0,draw:!1},OY=A.memo(function(e){var t=e.selectionKeyPressed,r=Ft(),n=A.useRef(0),i=A.useRef(0),o=A.useRef(),a=A.useState(hI),u=Le(a,2),c=u[0],d=u[1],f=gt(SY,Xt),h=f.userSelectionActive,p=f.elementsSelectable,v=h||t;if(!p||!v)return null;var m=function(){d(hI),r.setState({userSelectionActive:!1}),n.current=0,i.current=0},y=function(E){var _=E.target.closest(".react-flow");o.current=_.getBoundingClientRect();var R=dI(E,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})},b=function(E){var _,R;if(!(!t||!c.draw||!o.current)){var P=dI(E,o.current),N=(_=c.startX)!==null&&_!==void 0?_:0,j=(R=c.startY)!==null&&R!==void 0?R:0,L=fI(fI({},c),{},{x:P.x<N?P.x:N,y:P.y<j?P.y:j,width:Math.abs(P.x-N),height:Math.abs(P.y-j)}),F=r.getState(),k=F.nodeInternals,D=F.edges,T=F.transform,B=F.onNodesChange,$=F.onEdgesChange,W=Array.from(k.values()),Y=e2(k,L,T,!1,!0),ee=t2(Y,D).map(function(se){return se.id}),H=Y.map(function(se){return se.id});if(n.current!==H.length){n.current=H.length;var Q=Qi(W,H);Q.length&&(B==null||B(Q))}if(i.current!==ee.length){i.current=ee.length;var ce=Qi(D,ee);ce.length&&($==null||$(ce))}d(L)}},x=function(){r.setState({nodesSelectionActive:n.current>0}),m()},w=function(){r.setState({nodesSelectionActive:!1}),m()};return A.createElement("div",{className:"react-flow__selectionpane react-flow__container",onMouseDown:y,onMouseMove:b,onMouseUp:x,onMouseLeave:w},c.draw&&A.createElement("div",{className:"react-flow__selection react-flow__container",style:{width:c.width,height:c.height,transform:"translate(".concat(c.x,"px, ").concat(c.y,"px)")}}))});function pI(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 vI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?pI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):pI(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 gI(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 CY(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 RY(e,t,r,n,i,o){var a=Le(n,2),u=a[0],c=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=c*Math.round(f.y/c)),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,b=i.get(e.parentNode),x=(p=b==null||(v=b.positionAbsolute)===null||v===void 0?void 0:v.x)!==null&&p!==void 0?p:0,w=(m=b==null||(y=b.positionAbsolute)===null||y===void 0?void 0:y.y)!==null&&m!==void 0?m:0;d=[[e.extent[0][0]+x,e.extent[0][1]+w],[e.extent[1][0]+x,e.extent[1][1]+w]]}var S={x:0,y:0};if(e.parentNode){var E,_,R,P,N=i.get(e.parentNode);S={x:(E=N==null||(_=N.positionAbsolute)===null||_===void 0?void 0:_.x)!==null&&E!==void 0?E:0,y:(R=N==null||(P=N.positionAbsolute)===null||P===void 0?void 0:P.y)!==null&&R!==void 0?R:0}}return e.positionAbsolute=d?Wj(f,d):f,e.position={x:e.positionAbsolute.x-S.x,y:e.positionAbsolute.y-S.y},e}function Rm(e){var t=e.nodeId,r=e.dragItems,n=e.nodeInternals,i=r.map(function(o){var a=n.get(o.id);return vI(vI({},a),{},{position:o.position,positionAbsolute:o.positionAbsolute})});return[t?i.find(function(o){return o.id===t}):i[0],i]}function Pm(e){return function(t,r,n){return e==null?void 0:e(t,n)}}function x2(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,c=e.selectNodesOnDrag,d=A.useState(!1),f=Le(d,2),h=f[0],p=f[1],v=Ft(),m=A.useRef(),y=A.useRef({x:null,y:null}),b=A.useCallback(function(x){var w=x.sourceEvent,S=v.getState(),E=S.transform,_=S.snapGrid,R=S.snapToGrid,P=w.touches?w.touches[0].clientX:w.clientX,N=w.touches?w.touches[0].clientY:w.clientY,j=Qj({x:P,y:N},E,R,_);return j},[]);return A.useEffect(function(){if(t!=null&&t.current){var x=Mr(t.current);if(n)x.on(".drag",null);else{var w=m8().on("start",function(S){var E=v.getState(),_=E.nodeInternals,R=E.multiSelectionActive,P=E.unselectNodesAndEdges,N=E.onNodeDragStart,j=E.onSelectionDragStart,L=a?N:Pm(j);if(!c&&!R&&a){var F;(F=_.get(a))!==null&&F!==void 0&&F.selected||P()}a&&u&&c&&Jj({id:a,store:v});var k=b(S);if(y.current=k,m.current=CY(_,k,a),L&&m.current){var D=Rm({nodeId:a,dragItems:m.current,nodeInternals:_}),T=Le(D,2),B=T[0],$=T[1];L(S.sourceEvent,B,$)}}).on("drag",function(S){var E=v.getState(),_=E.updateNodePositions,R=E.snapToGrid,P=E.snapGrid,N=E.nodeInternals,j=E.nodeExtent,L=E.onNodeDrag,F=E.onSelectionDrag,k=b(S);if((y.current.x!==k.x||y.current.y!==k.y)&&m.current){y.current=k,m.current=m.current.map(function(Y){return RY(Y,k,R,P,N,j)});var D=a?L:Pm(F);if(_(m.current,!0,!0),p(!0),D){var T=Rm({nodeId:a,dragItems:m.current,nodeInternals:N}),B=Le(T,2),$=B[0],W=B[1];D(S.sourceEvent,$,W)}}S.on("end",function(Y){if(p(!1),m.current){var ee=v.getState(),H=ee.updateNodePositions,Q=ee.nodeInternals,ce=ee.onNodeDragStop,se=ee.onSelectionDragStop,z=a?ce:Pm(se);if(H(m.current,!1,!1),z){var G=Rm({nodeId:a,dragItems:m.current,nodeInternals:Q}),J=Le(G,2),V=J[0],K=J[1];z(Y.sourceEvent,V,K)}}})}).filter(function(S){var E=S.target,_=!S.button&&(!i||!gI(E,".".concat(i),t))&&(!o||gI(E,o,t));return _});return x.call(w),function(){x.on(".drag",null)}}}},[t,n,i,o,u,v,a,c,b]),h}function mI(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?mI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):mI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var IY=function(t){return PY({transformString:"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")"),userSelectionActive:t.userSelectionActive},Ix(Array.from(t.nodeInternals.values()).filter(function(r){return r.selected})))},NY=function(t){var r=Array.from(t.nodeInternals.values()).filter(function(n){return n.selected});return Ix(r)};function TY(e){var t=e.onSelectionContextMenu,r=e.noPanClassName,n=Ft(),i=gt(IY,Xt),o=i.transformString,a=i.userSelectionActive,u=gt(NY,Xt),c=u.width,d=u.height,f=u.x,h=u.y,p=A.useRef(null);if(x2({nodeRef:p}),a||!c||!d)return null;var v=t?function(m){var y=Array.from(n.getState().nodeInternals.values()).filter(function(b){return b.selected});t(m,y)}:void 0;return A.createElement("div",{className:cr(["react-flow__nodesselection","react-flow__container",r]),style:{transform:o}},A.createElement("div",{ref:p,className:"react-flow__nodesselection-rect",onContextMenu:v,style:{width:c,height:d,top:h,left:f}}))}var AY=A.memo(TY),MY=function(t){return t.nodesSelectionActive},w2=function(t){var r=t.children,n=t.onPaneClick,i=t.onPaneContextMenu,o=t.onPaneScroll,a=t.deleteKeyCode,u=t.onMove,c=t.onMoveStart,d=t.onMoveEnd,f=t.selectionKeyCode,h=t.multiSelectionKeyCode,p=t.zoomActivationKeyCode,v=t.elementsSelectable,m=t.zoomOnScroll,y=t.zoomOnPinch,b=t.panOnScroll,x=t.panOnScrollSpeed,w=t.panOnScrollMode,S=t.zoomOnDoubleClick,E=t.panOnDrag,_=t.translateExtent,R=t.minZoom,P=t.maxZoom,N=t.defaultZoom,j=t.defaultPosition,L=t.preventScrolling,F=t.onSelectionContextMenu,k=t.noWheelClassName,D=t.noPanClassName,T=Ft(),B=gt(MY),$=nc(f);bY({deleteKeyCode:a,multiSelectionKeyCode:h});var W=function(Q){n==null||n(Q),T.getState().resetSelectedElements(),T.setState({nodesSelectionActive:!1})},Y=i?function(H){return i(H)}:void 0,ee=o?function(H){return o(H)}:void 0;return A.createElement(EY,{onMove:u,onMoveStart:c,onMoveEnd:d,selectionKeyPressed:$,elementsSelectable:v,zoomOnScroll:m,zoomOnPinch:y,panOnScroll:b,panOnScrollSpeed:x,panOnScrollMode:w,zoomOnDoubleClick:S,panOnDrag:E,translateExtent:_,minZoom:R,maxZoom:P,defaultZoom:N,defaultPosition:j,zoomActivationKeyCode:p,preventScrolling:L,noWheelClassName:k,noPanClassName:D},r,A.createElement(OY,{selectionKeyPressed:$}),B&&A.createElement(AY,{onSelectionContextMenu:F,noPanClassName:D}),A.createElement("div",{className:"react-flow__pane react-flow__container",onClick:W,onContextMenu:Y,onWheel:ee}))};w2.displayName="FlowRenderer";var DY=A.memo(w2);function jY(e){var t=gt(A.useCallback(function(r){return e?e2(r.nodeInternals,{x:0,y:0,width:r.width,height:r.height},r.transform,!0):Array.from(r.nodeInternals.values())},[e]));return t}var qY=function(t){return{nodesDraggable:t.nodesDraggable,nodesConnectable:t.nodesConnectable,elementsSelectable:t.elementsSelectable,updateNodeDimensions:t.updateNodeDimensions}},_2=function(t){var r=gt(qY,Xt),n=r.nodesDraggable,i=r.nodesConnectable,o=r.elementsSelectable,a=r.updateNodeDimensions,u=jY(t.onlyRenderVisibleElements),c=A.useRef(),d=A.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 c.current=f,f},[]);return A.useEffect(function(){return function(){var f;c==null||(f=c.current)===null||f===void 0||f.disconnect()}},[]),A.createElement("div",{className:"react-flow__nodes react-flow__container"},u.map(function(f){var h,p,v,m,y,b,x,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 S=t.nodeTypes[w]||t.nodeTypes.default,E=!!(f.draggable||n&&typeof f.draggable>"u"),_=!!(f.selectable||o&&typeof f.selectable>"u"),R=!!(f.connectable||i&&typeof f.connectable>"u");return A.createElement(S,{key:f.id,id:f.id,className:f.className,style:f.style,type:w,data:f.data,sourcePosition:f.sourcePosition||xe.Bottom,targetPosition:f.targetPosition||xe.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:E,isSelectable:_,isConnectable:R,resizeObserver:d,dragHandle:f.dragHandle,zIndex:(y=(b=f[Nt])===null||b===void 0?void 0:b.z)!==null&&y!==void 0?y:0,isParent:!!((x=f[Nt])!==null&&x!==void 0&&x.isParent),noDragClassName:t.noDragClassName,noPanClassName:t.noPanClassName,initialized:!!f.width&&!!f.height})}))};_2.displayName="NodeRenderer";var kY=A.memo(_2),Yi;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 bI(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){$e(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 LY=(Yi={},$e(Yi,xe.Left,xe.Right),$e(Yi,xe.Right,xe.Left),$e(Yi,xe.Top,xe.Bottom),$e(Yi,xe.Bottom,xe.Top),Yi),BY=(function(e){var t,r,n,i,o,a=e.connectionNodeId,u=e.connectionHandleType,c=e.connectionLineStyle,d=e.connectionLineType,f=d===void 0?$n.Bezier:d,h=e.isConnectable,p=e.CustomConnectionLineComponent,v=gt(A.useCallback(function(ee){return{fromNode:ee.nodeInternals.get(a),handleId:ee.connectionHandleId,toX:(ee.connectionPosition.x-ee.transform[0])/ee.transform[2],toY:(ee.connectionPosition.y-ee.transform[1])/ee.transform[2]}},[a]),Xt),m=v.fromNode,y=v.handleId,b=v.toX,x=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 S=w[u],E=y?S.find(function(ee){return ee.id===y}):S[0],_=E?E.x+E.width/2:((r=m==null?void 0:m.width)!==null&&r!==void 0?r:0)/2,R=E?E.y+E.height/2:(n=m==null?void 0:m.height)!==null&&n!==void 0?n:0,P=((m==null||(i=m.positionAbsolute)===null||i===void 0?void 0:i.x)||0)+_,N=((m==null||(o=m.positionAbsolute)===null||o===void 0?void 0:o.y)||0)+R,j=E==null?void 0:E.position;if(!j)return null;var L=LY[j],F,k,D,T,B,$;switch(u){case"source":F=P,k=N,D=j,T=b,B=x,$=L;break;case"target":F=b,k=x,D=L,T=P,B=N,$=j;break}if(p)return A.createElement("g",{className:"react-flow__connection"},A.createElement(p,{connectionLineType:f,connectionLineStyle:c,fromNode:m,fromHandle:E,fromX:P,fromY:N,toX:b,toY:x,fromPosition:j,toPosition:L,sourcePosition:D,targetPosition:$,sourceNode:m,sourceHandle:E,targetX:T,targetY:B,sourceX:F,sourceY:k}));var W="",Y={sourceX:F,sourceY:k,sourcePosition:D,targetX:T,targetY:B,targetPosition:$};return f===$n.Bezier?W=Vc(Y):f===$n.Step?W=qb(bI(bI({},Y),{},{borderRadius:0})):f===$n.SmoothStep?W=qb(Y):f===$n.SimpleBezier?W=s2(Y):W="M".concat(F,",").concat(k," ").concat(T,",").concat(B),A.createElement("g",{className:"react-flow__connection"},A.createElement("path",{d:W,className:"react-flow__connection-path",style:c}))});function Fb(e){"@babel/helpers - typeof";return Fb=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},Fb(e)}var xu,FY=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return A.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:"none",points:"-5,-4 0,0 -5,4"})},$Y=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return A.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:n,points:"-5,-4 0,0 -5,4 -5,-4"})},xI=(xu={},$e(xu,Ju.Arrow,FY),$e(xu,Ju.ArrowClosed,$Y),xu);function zY(e){var t=A.useMemo(function(){var r=xI.hasOwnProperty(e);return r?xI[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 wI(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 HY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var UY=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,c=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=zY(n);return A.createElement("marker",{className:"react-flow__arrowhead",id:r,markerWidth:"".concat(a),markerHeight:"".concat(c),viewBox:"-10 -10 20 20",markerUnits:f,orient:v,refX:"0",refY:"0"},A.createElement(m,{color:i,strokeWidth:h}))},VY=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(c){if(c&&Fb(c)==="object"){var d=Db(c,n);o.includes(d)||(a.push(HY({id:d,color:c.color||r},c)),o.push(d))}}),a},[]).sort(function(a,u){return a.id.localeCompare(u.id)})}},E2=function(t){var r=t.defaultColor,n=t.rfId,i=gt(A.useCallback(VY({defaultColor:r,rfId:n}),[r,n]),function(o,a){return!(o.length!==a.length||o.some(function(u,c){return u.id!==a[c].id}))});return A.createElement("defs",null,i.map(function(o){return A.createElement(UY,{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})}))};E2.displayName="MarkerDefinitions";var WY=A.memo(E2),GY=[{level:0,isMaxLevel:!0,edges:[]}];function KY(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,n=-1,i=e.reduce(function(a,u){var c=Kj(u.zIndex),d=c?u.zIndex:0;if(r){var f,h,p,v;d=c?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),c=u[0],d=u[1],f=+c;return{edges:d,level:f,isMaxLevel:f===n}});return o.length===0?GY:o}function YY(e,t,r){var n=gt(A.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)&&gY({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 KY(n,t,r)}var XY=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}},S2=function(t){var r=gt(XY,Xt),n=r.connectionNodeId,i=r.connectionHandleType,o=r.nodesConnectable,a=r.elementsSelectable,u=r.width,c=r.height,d=r.connectionMode,f=r.nodeInternals,h=YY(t.onlyRenderVisibleElements,f,t.elevateEdgesOnSelect);if(!u)return null;var p=t.connectionLineType,v=t.defaultMarkerColor,m=t.connectionLineStyle,y=t.connectionLineComponent,b=t.connectionLineContainerStyle,x=n&&i;return A.createElement(A.Fragment,null,h.map(function(w){var S=w.level,E=w.edges,_=w.isMaxLevel;return A.createElement("svg",{key:S,style:{zIndex:S},width:u,height:c,className:"react-flow__edges react-flow__container"},_&&A.createElement(WY,{defaultColor:v,rfId:t.rfId}),A.createElement("g",null,E.map(function(R){var P=aI(f,R.source),N=Le(P,3),j=N[0],L=N[1],F=N[2],k=aI(f,R.target),D=Le(k,3),T=D[0],B=D[1],$=D[2];if(!F||!$)return null;var W=R.type||"default";t.edgeTypes[W]||(console.warn('[React Flow]: Edge type "'.concat(W,'" not found. Using fallback type "default". Help: https://reactflow.dev/error#300')),W="default");var Y=t.edgeTypes[W]||t.edgeTypes.default,ee=d===mo.Strict?B.target:B.target||B.source,H=oI(L.source,R.sourceHandle||null),Q=oI(ee,R.targetHandle||null),ce=(H==null?void 0:H.position)||xe.Bottom,se=(Q==null?void 0:Q.position)||xe.Top;if(!H)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(!Q)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 z=vY(j,H,ce,T,Q,se),G=z.sourceX,J=z.sourceY,V=z.targetX,K=z.targetY;return A.createElement(Y,{key:R.id,id:R.id,className:cr([R.className,t.noPanClassName]),type:W,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:G,sourceY:J,targetX:V,targetY:K,sourcePosition:ce,targetPosition:se,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})})))}),x&&A.createElement("svg",{style:b,width:u,height:c,className:"react-flow__edges react-flow__connectionline react-flow__container"},A.createElement(BY,{connectionNodeId:n,connectionHandleType:i,connectionLineStyle:m,connectionLineType:p,isConnectable:o,CustomConnectionLineComponent:y})))};S2.displayName="EdgeRenderer";var ZY=A.memo(S2),JY=function(t){return"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")")};function QY(e){var t=e.children,r=gt(JY);return A.createElement("div",{className:"react-flow__viewport react-flow__container",style:{transform:r}},t)}function e9(e){var t=o2(),r=A.useRef(!1);A.useEffect(function(){!r.current&&t.viewportInitialized&&e&&(setTimeout(function(){return e(t)},1),r.current=!0)},[e,t.viewportInitialized])}var O2=function(t){var r=t.nodeTypes,n=t.edgeTypes,i=t.onMove,o=t.onMoveStart,a=t.onMoveEnd,u=t.onInit,c=t.onNodeClick,d=t.onEdgeClick,f=t.onNodeDoubleClick,h=t.onEdgeDoubleClick,p=t.onNodeMouseEnter,v=t.onNodeMouseMove,m=t.onNodeMouseLeave,y=t.onNodeContextMenu,b=t.onSelectionContextMenu,x=t.connectionLineType,w=t.connectionLineStyle,S=t.connectionLineComponent,E=t.connectionLineContainerStyle,_=t.selectionKeyCode,R=t.multiSelectionKeyCode,P=t.zoomActivationKeyCode,N=t.deleteKeyCode,j=t.onlyRenderVisibleElements,L=t.elementsSelectable,F=t.selectNodesOnDrag,k=t.translateExtent,D=t.minZoom,T=t.maxZoom,B=t.defaultZoom,$=t.defaultPosition,W=t.preventScrolling,Y=t.defaultMarkerColor,ee=t.zoomOnScroll,H=t.zoomOnPinch,Q=t.panOnScroll,ce=t.panOnScrollSpeed,se=t.panOnScrollMode,z=t.zoomOnDoubleClick,G=t.panOnDrag,J=t.onPaneClick,V=t.onPaneScroll,K=t.onPaneContextMenu,ie=t.onEdgeUpdate,ne=t.onEdgeContextMenu,ue=t.onEdgeMouseEnter,de=t.onEdgeMouseMove,we=t.onEdgeMouseLeave,Se=t.edgeUpdaterRadius,_e=t.onEdgeUpdateStart,he=t.onEdgeUpdateEnd,ae=t.noDragClassName,Oe=t.noWheelClassName,Ne=t.noPanClassName,ze=t.elevateEdgesOnSelect,je=t.id;return e9(u),A.createElement(DY,{onPaneClick:J,onPaneContextMenu:K,onPaneScroll:V,deleteKeyCode:N,selectionKeyCode:_,multiSelectionKeyCode:R,zoomActivationKeyCode:P,elementsSelectable:L,onMove:i,onMoveStart:o,onMoveEnd:a,zoomOnScroll:ee,zoomOnPinch:H,zoomOnDoubleClick:z,panOnScroll:Q,panOnScrollSpeed:ce,panOnScrollMode:se,panOnDrag:G,translateExtent:k,minZoom:D,maxZoom:T,defaultZoom:B,defaultPosition:$,onSelectionContextMenu:b,preventScrolling:W,noDragClassName:ae,noWheelClassName:Oe,noPanClassName:Ne},A.createElement(QY,null,A.createElement(ZY,{edgeTypes:n,onEdgeClick:d,onEdgeDoubleClick:h,connectionLineType:x,connectionLineStyle:w,connectionLineComponent:S,connectionLineContainerStyle:E,onEdgeUpdate:ie,onlyRenderVisibleElements:j,onEdgeContextMenu:ne,onEdgeMouseEnter:ue,onEdgeMouseMove:de,onEdgeMouseLeave:we,onEdgeUpdateStart:_e,onEdgeUpdateEnd:he,edgeUpdaterRadius:Se,defaultMarkerColor:Y,noPanClassName:Ne,elevateEdgesOnSelect:!!ze,rfId:je}),A.createElement(kY,{nodeTypes:r,onNodeClick:c,onNodeDoubleClick:f,onNodeMouseEnter:p,onNodeMouseMove:v,onNodeMouseLeave:m,onNodeContextMenu:y,selectNodesOnDrag:F,onlyRenderVisibleElements:j,noPanClassName:Ne,noDragClassName:ae})))};O2.displayName="GraphView";var t9=A.memo(O2),C2=function(){return null};C2.displayName="GroupNode";function _I(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 EI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_I(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_I(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var na=(function(e){var t=function(n){var i=n.id,o=n.type,a=n.data,u=n.xPos,c=n.yPos,d=n.selected,f=n.onClick,h=n.onMouseEnter,p=n.onMouseMove,v=n.onMouseLeave,m=n.onContextMenu,y=n.onDoubleClick,b=n.style,x=n.className,w=n.isDraggable,S=n.isSelectable,E=n.isConnectable,_=n.selectNodesOnDrag,R=n.sourcePosition,P=n.targetPosition,N=n.hidden,j=n.resizeObserver,L=n.dragHandle,F=n.zIndex,k=n.isParent,D=n.noPanClassName,T=n.noDragClassName,B=n.initialized,$=Ft(),W=A.useRef(null),Y=A.useRef(R),ee=A.useRef(P),H=A.useRef(o),Q=S||w||f||h||p||v,ce=ta(i,$.getState,h),se=ta(i,$.getState,p),z=ta(i,$.getState,v),G=ta(i,$.getState,m),J=ta(i,$.getState,y),V=function(ne){if(S&&(!_||!w)&&Jj({id:i,store:$}),f){var ue=$.getState().nodeInternals.get(i);f(ne,EI({},ue))}};A.useEffect(function(){if(W.current&&!N){var ie=W.current;return j==null||j.observe(ie),function(){return j==null?void 0:j.unobserve(ie)}}},[N]),A.useEffect(function(){var ie=H.current!==o,ne=Y.current!==R,ue=ee.current!==P;W.current&&(ie||ne||ue)&&(ie&&(H.current=o),ne&&(Y.current=R),ue&&(ee.current=P),$.getState().updateNodeDimensions([{id:i,nodeElement:W.current,forceUpdate:!0}]))},[i,o,R,P]);var K=x2({nodeRef:W,disabled:N||!w,noDragClassName:T,handleSelector:L,nodeId:i,isSelectable:S,selectNodesOnDrag:_});return N?null:A.createElement("div",{className:cr(["react-flow__node","react-flow__node-".concat(o),D,x,{selected:d,selectable:S,parent:k}]),ref:W,style:EI({zIndex:F,transform:"translate(".concat(u,"px,").concat(c,"px)"),pointerEvents:Q?"all":"none",visibility:B?"visible":"hidden"},b),onMouseEnter:ce,onMouseMove:se,onMouseLeave:z,onContextMenu:G,onClick:V,onDoubleClick:J,"data-testid":"rf__node-".concat(i),"data-id":i},A.createElement(JK,{value:i},A.createElement(e,{id:i,data:a,type:o,xPos:u,yPos:c,selected:d,isConnectable:E,sourcePosition:R,targetPosition:P,dragging:K,dragHandle:L,zIndex:F})))};return t.displayName="NodeWrapper",A.memo(t)});function SI(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 OI(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?SI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):SI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function r9(e){var t={input:na(e.input||g2),default:na(e.default||Bb),output:na(e.output||y2),group:na(e.group||C2)},r={},n=Object.keys(e).filter(function(i){return!["input","default","output","group"].includes(i)}).reduce(function(i,o){return i[o]=na(e[o]||Bb),i},r);return OI(OI({},t),n)}function CI(e,t){var r=A.useRef(null),n=A.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 RI(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 R2=function(t){var r=t.children,n=!0;try{Ft()}catch{n=!1}return n?A.createElement(A.Fragment,null,r):A.createElement(xK,{createStore:wK},r)};R2.displayName="ReactFlowWrapper";var n9=["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 PI(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 II(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?PI(Object(r),!0).forEach(function(n){$e(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):PI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}RI(cY),RI(fY);var i9={input:g2,default:Bb,output:y2},o9={default:kb,straight:f2,step:l2,smoothstep:Tx,simplebezier:u2},a9=[15,15],s9=[0,0],P2=A.forwardRef(function(e,t){var r=e.nodes,n=e.edges,i=e.defaultNodes,o=e.defaultEdges,a=e.className,u=e.nodeTypes,c=u===void 0?i9:u,d=e.edgeTypes,f=d===void 0?o9:d,h=e.onNodeClick,p=e.onEdgeClick,v=e.onInit,m=e.onMove,y=e.onMoveStart,b=e.onMoveEnd,x=e.onConnect,w=e.onConnectStart,S=e.onConnectStop,E=e.onConnectEnd,_=e.onClickConnectStart,R=e.onClickConnectStop,P=e.onClickConnectEnd,N=e.onNodeMouseEnter,j=e.onNodeMouseMove,L=e.onNodeMouseLeave,F=e.onNodeContextMenu,k=e.onNodeDoubleClick,D=e.onNodeDragStart,T=e.onNodeDrag,B=e.onNodeDragStop,$=e.onNodesDelete,W=e.onEdgesDelete,Y=e.onSelectionChange,ee=e.onSelectionDragStart,H=e.onSelectionDrag,Q=e.onSelectionDragStop,ce=e.onSelectionContextMenu,se=e.connectionMode,z=se===void 0?mo.Strict:se,G=e.connectionLineType,J=G===void 0?$n.Bezier:G,V=e.connectionLineStyle,K=e.connectionLineComponent,ie=e.connectionLineContainerStyle,ne=e.deleteKeyCode,ue=ne===void 0?"Backspace":ne,de=e.selectionKeyCode,we=de===void 0?"Shift":de,Se=e.multiSelectionKeyCode,_e=Se===void 0?"Meta":Se,he=e.zoomActivationKeyCode,ae=he===void 0?"Meta":he,Oe=e.snapToGrid,Ne=Oe===void 0?!1:Oe,ze=e.snapGrid,je=ze===void 0?a9:ze,Ye=e.onlyRenderVisibleElements,Ve=Ye===void 0?!1:Ye,mt=e.selectNodesOnDrag,Qe=mt===void 0?!0:mt,At=e.nodesDraggable,ut=e.nodesConnectable,et=e.elementsSelectable,Rt=e.minZoom,Jt=Rt===void 0?.5:Rt,lr=e.maxZoom,jt=lr===void 0?2:lr,xt=e.defaultZoom,qt=xt===void 0?1:xt,Hr=e.defaultPosition,Yn=Hr===void 0?s9:Hr,Cn=e.translateExtent,Ur=Cn===void 0?jb:Cn,Ii=e.preventScrolling,vl=Ii===void 0?!0:Ii,rs=e.nodeExtent,To=e.defaultMarkerColor,gl=To===void 0?"#b1b1b7":To,ns=e.zoomOnScroll,ml=ns===void 0?!0:ns,is=e.zoomOnPinch,os=is===void 0?!0:is,as=e.panOnScroll,yl=as===void 0?!1:as,ss=e.panOnScrollSpeed,Ao=ss===void 0?.5:ss,us=e.panOnScrollMode,Mo=us===void 0?io.Free:us,cs=e.zoomOnDoubleClick,bl=cs===void 0?!0:cs,ls=e.panOnDrag,xl=ls===void 0?!0:ls,wl=e.onPaneClick,_l=e.onPaneScroll,El=e.onPaneContextMenu,Sl=e.children,fs=e.onEdgeUpdate,Ol=e.onEdgeContextMenu,Cl=e.onEdgeDoubleClick,Rl=e.onEdgeMouseEnter,Pl=e.onEdgeMouseMove,Il=e.onEdgeMouseLeave,Nl=e.onEdgeUpdateStart,Ni=e.onEdgeUpdateEnd,ds=e.edgeUpdaterRadius,Ti=ds===void 0?10:ds,Tl=e.onNodesChange,Al=e.onEdgesChange,hs=e.noDragClassName,ps=hs===void 0?"nodrag":hs,Do=e.noWheelClassName,vs=Do===void 0?"nowheel":Do,gs=e.noPanClassName,Ml=gs===void 0?"nopan":gs,ms=e.fitView,Dl=ms===void 0?!1:ms,ys=e.fitViewOptions,jo=e.connectOnClick,bs=jo===void 0?!0:jo,qo=e.attributionPosition,jl=e.proOptions,xs=e.defaultEdgeOptions,Xn=e.elevateEdgesOnSelect,ws=Xn===void 0?!1:Xn,Ai=Hc(e,n9),_s=CI(c,r9),Es=CI(f,pY);return A.createElement("div",II(II({},Ai),{},{ref:t,className:cr(["react-flow",a])}),A.createElement(R2,null,A.createElement(t9,{onInit:v,onMove:m,onMoveStart:y,onMoveEnd:b,onNodeClick:h,onEdgeClick:p,onNodeMouseEnter:N,onNodeMouseMove:j,onNodeMouseLeave:L,onNodeContextMenu:F,onNodeDoubleClick:k,nodeTypes:_s,edgeTypes:Es,connectionLineType:J,connectionLineStyle:V,connectionLineComponent:K,connectionLineContainerStyle:ie,selectionKeyCode:we,deleteKeyCode:ue,multiSelectionKeyCode:_e,zoomActivationKeyCode:ae,onlyRenderVisibleElements:Ve,selectNodesOnDrag:Qe,translateExtent:Ur,minZoom:Jt,maxZoom:jt,defaultZoom:qt,defaultPosition:Yn,preventScrolling:vl,zoomOnScroll:ml,zoomOnPinch:os,zoomOnDoubleClick:bl,panOnScroll:yl,panOnScrollSpeed:Ao,panOnScrollMode:Mo,panOnDrag:xl,onPaneClick:wl,onPaneScroll:_l,onPaneContextMenu:El,onSelectionContextMenu:ce,onEdgeUpdate:fs,onEdgeContextMenu:Ol,onEdgeDoubleClick:Cl,onEdgeMouseEnter:Rl,onEdgeMouseMove:Pl,onEdgeMouseLeave:Il,onEdgeUpdateStart:Nl,onEdgeUpdateEnd:Ni,edgeUpdaterRadius:Ti,defaultMarkerColor:gl,noDragClassName:ps,noWheelClassName:vs,noPanClassName:Ml,elevateEdgesOnSelect:ws,id:Ai==null?void 0:Ai.id}),A.createElement(sY,{nodes:r,edges:n,defaultNodes:i,defaultEdges:o,onConnect:x,onConnectStart:w,onConnectStop:S,onConnectEnd:E,onClickConnectStart:_,onClickConnectStop:R,onClickConnectEnd:P,nodesDraggable:At,nodesConnectable:ut,elementsSelectable:et,minZoom:Jt,maxZoom:jt,nodeExtent:rs,onNodesChange:Tl,onEdgesChange:Al,snapToGrid:Ne,snapGrid:je,connectionMode:z,translateExtent:Ur,connectOnClick:bs,defaultEdgeOptions:xs,fitView:Dl,fitViewOptions:ys,onNodesDelete:$,onEdgesDelete:W,onNodeDragStart:D,onNodeDrag:T,onNodeDragStop:B,onSelectionDrag:H,onSelectionDragStart:ee,onSelectionDragStop:Q}),Y&&A.createElement(oY,{onSelectionChange:Y}),Sl,A.createElement(UK,{proOptions:jl,position:qo})))});P2.displayName="ReactFlow";function I2(e){return function(t){var r=A.useState(t),n=Le(r,2),i=n[0],o=n[1],a=A.useCallback(function(u){return o(function(c){return e(u,c)})},[]);return[i,o,a]}}var u9=I2(Xj),c9=I2(hK);function NI(e,t){const{width:r,height:n,positionAbsolute:i}=e,o=t.positionAbsolute,a=r/2,u=n/2,c=i.x+a,d=i.y+u,f=o.x+a,h=o.y+u,p=(f-c)/(2*a)-(h-d)/(2*u),v=(f-c)/(2*a)+(h-d)/(2*u),m=1/(Math.abs(p)+Math.abs(v)),y=m*p,b=m*v,x=a*(y+b)+c,w=u*(-y+b)+d;return{x,y:w}}function TI(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?xe.Left:o>=n+r.width-1?xe.Right:a<=i+1?xe.Top:a>=r.y+r.height-1?xe.Bottom:xe.Top}function N2(e,t){const r=NI(e,t),n=NI(t,e),i=TI(e,r),o=TI(t,n);return{sx:r.x,sy:r.y,tx:n.x,ty:n.y,sourcePos:i,targetPos:o}}const l9=({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}=N2(i,o),c=Vc({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:c}),C.jsx("circle",{cx:e,cy:t,fill:"#fff",r:3,stroke:"#222",strokeWidth:1.5})]})},f9=({id:e,source:t,target:r,markerEnd:n,style:i})=>{const o=gt(A.useCallback(m=>m.nodeInternals.get(t),[t])),a=gt(A.useCallback(m=>m.nodeInternals.get(r),[r]));if(!o||!a)return null;const{sx:u,sy:c,tx:d,ty:f,sourcePos:h,targetPos:p}=N2(o,a),v=Vc({sourceX:u,sourceY:c,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})},AI=172,MI=36,d9={custom:f9},h9=(e,t,r="LR")=>{const n=new mP.graphlib.Graph;n.setDefaultEdgeLabel(()=>({}));const i=r==="LR";return n.setGraph({rankdir:r}),e.forEach(o=>{n.setNode(o.id,{width:AI,height:MI})}),t.forEach(o=>{n.setEdge(o.source,o.target)}),mP.layout(n),e.forEach(o=>{const a=n.node(o.id);return o.targetPosition=i?xe.Left:xe.Top,o.sourcePosition=i?xe.Right:xe.Bottom,o.position={x:a.x-AI/2,y:a.y-MI/2},o}),{nodes:e,edges:t}},p9=()=>{},v9=({data:e,dict:t,onSelect:r=p9})=>{const{nodes:n,edges:i}=h9(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:xe.Right,targetPosition:xe.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]=u9(n),[c,d,f]=c9(i);return A.useEffect(()=>{a([...n]),d([...i])},[e]),C.jsx(P2,{nodes:o,edges:c,fitView:!0,onNodesChange:u,onEdgesChange:f,onNodeClick:(h,p)=>{r(p.id)},defaultZoom:.5,edgeTypes:d9,connectionLineComponent:l9,children:C.jsx(zK,{variant:mi.Dots,color:"#81818140",gap:18,size:1})})};var T2=(e=>(e.method="methods",e.entityCollection="entityselMethod",e.dataClass="dataclassMethod",e.dataStore="dsMethod",e.entity="entityMethod",e.attribute="attributes",e.singletonMethod="singletonMethod",e))(T2||{});const A2=e=>{switch(e){case"entityCollection":return Z.ESubPermissionType.ENTITY_SEL_METHOD;case"dataClass":return Z.ESubPermissionType.DATACLASS_METHOD;case"dataStore":return Z.ESubPermissionType.DS_METHOD;case"entity":return Z.ESubPermissionType.ENTITY_METHOD;default:return Z.EPermissionType.METHOD}},DI=(e=[],t,r)=>{var i;const n=[];for(const o of e)(i=o[T2[r]])==null||i.forEach(a=>{if(`${o.name.toLowerCase()}.${a.name.toLowerCase()}`.includes(t)||!t){const c={applyTo:`${o.name}.${a.name}`,type:r};r===Z.EPermissionType.METHOD&&(c.subType=A2(a.applyTo)),n.push(c)}});return n},g9=(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:Z.EPermissionType.SINGLETON_METHOD})});return r};function Mx(e,t=[],r=[],n=[]){const i=DI(r,e,Z.EPermissionType.ATTRIBUTE),o=DI(r,e,Z.EPermissionType.METHOD),a=g9(n,e),u=t.filter(h=>!e||`ds.${h.name.toLowerCase()}`.includes(e)).map(h=>({applyTo:`ds.${h.name}`,type:Z.ESubPermissionType.DS_METHOD})),c=[],d=[];return r.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{c.push({applyTo:h.name,type:Z.EPermissionType.DATACLASS})}),n.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{d.push({applyTo:h.name,type:Z.EPermissionType.SINGLETON})}),[...[{applyTo:"ds",type:Z.EPermissionType.DATASTORE}].filter(h=>!e||`ds.${h.applyTo.toLowerCase()}`.includes(e)),...u,...c,...i,...o,...d,...a].reduce((h,p)=>{const v=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],[m,y]=p.applyTo.split("."),b=h.find(x=>x.prefix===m);return b?(b.resources=[...b.resources,p].sort((x,w)=>{const S=v.indexOf(x.type),E=v.indexOf(w.type);return S>E?1:-1}),b.type=y?b.type:p.type,[...h].sort((x,w)=>{const S=v.indexOf(x.type),E=v.indexOf(w.type);return S>E?1:-1})):[...h,{prefix:m,type:y?null:p.type,resources:[p]}]},[]).reduce((h,p)=>[...h,...p.resources],[])}const m9=(e=[],t=[],r=[])=>{const n=Mx("",e,t,r),i={ds:{applyTo:"ds",type:Z.EPermissionType.DATASTORE,methods:[],dataClasses:[],singletons:[]}},o=(u,c)=>u.applyTo.localeCompare(c.applyTo);n.forEach(u=>{const[c,d]=u.applyTo.split(".");if(d||(u.type===Z.EPermissionType.DATACLASS?i.ds.dataClasses.push({applyTo:c,type:Z.EPermissionType.DATACLASS,methods:[],attributes:[]}):u.type===Z.EPermissionType.SINGLETON&&i.ds.singletons.push({applyTo:c,type:Z.EPermissionType.SINGLETON,methods:[],attributes:[]})),d){const f=(h,p,v)=>{h.forEach(m=>{m.applyTo===c&&m[p].push(v)})};[Z.ESubPermissionType.DS_METHOD,Z.ESubPermissionType.DATACLASS_METHOD,Z.ESubPermissionType.ENTITY_METHOD,Z.ESubPermissionType.ENTITY_SEL_METHOD].includes(u.type)?c==="ds"?i.ds.methods.push(u):f(i.ds.dataClasses,"methods",u):u.type===Z.EPermissionType.ATTRIBUTE?(f(i.ds.dataClasses,"attributes",u),f(i.ds.singletons,"attributes",u)):u.type===Z.EPermissionType.SINGLETON_METHOD&&f(i.ds.singletons,"methods",u)}});const a=u=>{u.forEach(c=>{c.methods&&c.methods.sort(o),c.attributes&&c.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},M2=(e,t=[])=>{const r={};return Object.entries(e).forEach(([n,i])=>{r[n]={...i,resources:i.resources.map(o=>{var a,u,c;if(o.type===Z.EPermissionType.METHOD&&t.length){const[d,f]=o.resource.split("."),h=d==="ds"?"dataStore":((c=(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:c.applyTo)||"dataClass";return{...o,type:o.type,subType:A2(h)}}return o})}}),r},D2=(e,t)=>Object.entries(e).map(([r,n])=>{const i=n.resources.map(o=>{var d,f,h,p,v,m;const[a,u]=o.resource.split(".");let c=!0;switch(o.type){case Z.EPermissionType.DATASTORE:c=!!t;break;case Z.ESubPermissionType.DS_METHOD:c=!!t.methods.find(y=>y.name===u&&y.applyTo==="dataStore");break;case Z.EPermissionType.DATACLASS:c=!!t.dataClasses[a];break;case Z.EPermissionType.ATTRIBUTE:c=!!((f=(d=t.dataClasses[a])==null?void 0:d.attributes)!=null&&f.find(y=>y.name===u));break;case Z.ESubPermissionType.ENTITY_SEL_METHOD:c=!!((h=t.dataClasses[a])!=null&&h.methods.find(y=>y.name===u&&y.applyTo==="entityCollection"));break;case Z.ESubPermissionType.DATACLASS_METHOD:c=!!((p=t.dataClasses[a])!=null&&p.methods.find(y=>y.name===u&&y.applyTo==="dataClass"));break;case Z.ESubPermissionType.ENTITY_METHOD:c=!!((v=t.dataClasses[a])!=null&&v.methods.find(y=>y.name===u&&y.applyTo==="entity"));break;case Z.EPermissionType.SINGLETON_METHOD:c=!!((m=t.singletons[a])!=null&&m.methods.find(y=>y.name===u));break;case Z.EPermissionType.SINGLETON:c=!!t.singletons[a];break;default:c=!0}return{...o,exists:c}});return{[r]:{...n,resources:i}}}).reduce((r,n)=>({...r,...n}),{}),Im=({child:e,parent:t,status:r,onSelect:n,currentPrivilegeId:i})=>{const o=Z.useAppDispatch(),a=Z.useAppSelector(Z.selectPrivileges);function u(){const d=Z.addIn(t.id,e.id,a);o(Z.updatePrivileges(d))}function c(){const d=Z.removeFrom(t.id,e.id,a);o(Z.updatePrivileges(d))}return C.jsxs("div",{className:Ue("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:c,children:C.jsx("span",{className:"text-[13px]",children:C.jsx(ye.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(ye.FdPlus,{className:"text-white"})})})]})},y9=({selectedPrivilege:e,privileges:t,onSelect:r,setShowIncluded:n,showIncluded:i})=>{const o=Object.values(t),a=Z.getPrivilegeById(e.id,t);let u=a?Z.populateShallow(a.includes,t):[],c=a?Z.populateShallow(Z.parents(a.id,t),t):[],d=a?Z.populateShallow(Z.allowed(a.id,t),t):[];return[u,c,d]=[u,c,d].map(f=>f.filter(h=>(h==null?void 0:h.privilege)!=="guest")),o.length<2&&u.length+c.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(nt.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-center space-x-1",children:[u.map(f=>C.jsx(Im,{child:f,parent:e,status:"included",onSelect:r,currentPrivilegeId:f.id},f.id)),d.map(f=>C.jsx(Im,{child:f,parent:e,status:"available",onSelect:r,currentPrivilegeId:f.id},f.id)),c.map(f=>C.jsx(Im,{child:f,parent:e,status:"disabled",onSelect:r,currentPrivilegeId:f.id},f.id))]})]})};function xr(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 j2(e,t=[]){let r=[];function n(o,a){const u=ve.createContext(a),c=r.length;r=[...r,a];const d=h=>{var x;const{scope:p,children:v,...m}=h,y=((x=p==null?void 0:p[e])==null?void 0:x[c])||u,b=ve.useMemo(()=>m,Object.values(m));return C.jsx(y.Provider,{value:b,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[c])||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 c=(u==null?void 0:u[e])||o;return ve.useMemo(()=>({[`__scope${e}`]:{...u,[e]:c}}),[u,c])}};return i.scopeName=e,[n,b9(i,...t)]}function b9(...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:c,scopeName:d})=>{const h=c(o)[`__scope${d}`];return{...u,...h}},{});return ve.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return r.scopeName=t.scopeName,r}var yi=globalThis!=null&&globalThis.document?ve.useLayoutEffect:()=>{},x9=ve[" useInsertionEffect ".trim().toString()]||yi;function w9({prop:e,defaultProp:t,onChange:r=()=>{},caller:n}){const[i,o,a]=_9({defaultProp:t,onChange:r}),u=e!==void 0,c=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=E9(f)?f(e):f;p!==e&&((h=a.current)==null||h.call(a,p))}else o(f)},[u,e,o,a]);return[c,d]}function _9({defaultProp:e,onChange:t}){const[r,n]=ve.useState(e),i=ve.useRef(r),o=ve.useRef(t);return x9(()=>{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 E9(e){return typeof e=="function"}function jI(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function q2(...e){return t=>{let r=!1;const n=e.map(i=>{const o=jI(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():jI(e[i],null)}}}}function Oo(...e){return ve.useCallback(q2(...e),e)}const S9=["top","right","bottom","left"],zn=Math.min,or=Math.max,ic=Math.round,wu=Math.floor,tn=e=>({x:e,y:e}),O9={left:"right",right:"left",bottom:"top",top:"bottom"},C9={start:"end",end:"start"};function $b(e,t,r){return or(e,zn(t,r))}function wn(e,t){return typeof e=="function"?e(t):e}function _n(e){return e.split("-")[0]}function Co(e){return e.split("-")[1]}function Dx(e){return e==="x"?"y":"x"}function jx(e){return e==="y"?"height":"width"}const R9=new Set(["top","bottom"]);function Jr(e){return R9.has(_n(e))?"y":"x"}function qx(e){return Dx(Jr(e))}function P9(e,t,r){r===void 0&&(r=!1);const n=Co(e),i=qx(e),o=jx(i);let a=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=oc(a)),[a,oc(a)]}function I9(e){const t=oc(e);return[zb(e),t,zb(t)]}function zb(e){return e.replace(/start|end/g,t=>C9[t])}const qI=["left","right"],kI=["right","left"],N9=["top","bottom"],T9=["bottom","top"];function A9(e,t,r){switch(e){case"top":case"bottom":return r?t?kI:qI:t?qI:kI;case"left":case"right":return t?N9:T9;default:return[]}}function M9(e,t,r,n){const i=Co(e);let o=A9(_n(e),r==="start",n);return i&&(o=o.map(a=>a+"-"+i),t&&(o=o.concat(o.map(zb)))),o}function oc(e){return e.replace(/left|right|bottom|top/g,t=>O9[t])}function D9(e){return{top:0,right:0,bottom:0,left:0,...e}}function k2(e){return typeof e!="number"?D9(e):{top:e,right:e,bottom:e,left:e}}function ac(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 LI(e,t,r){let{reference:n,floating:i}=e;const o=Jr(t),a=qx(t),u=jx(a),c=_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(c){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(Co(t)){case"start":v[a]-=p*(r&&d?-1:1);break;case"end":v[a]+=p*(r&&d?-1:1);break}return v}const j9=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:a}=r,u=o.filter(Boolean),c=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:f,y:h}=LI(d,n,c),p=n,v={},m=0;for(let y=0;y<u.length;y++){const{name:b,fn:x}=u[y],{x:w,y:S,data:E,reset:_}=await x({x:f,y:h,initialPlacement:n,placement:p,strategy:i,middlewareData:v,rects:d,platform:a,elements:{reference:e,floating:t}});f=w??f,h=S??h,v={...v,[b]:{...v[b],...E}},_&&m<=50&&(m++,typeof _=="object"&&(_.placement&&(p=_.placement),_.rects&&(d=_.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:i}):_.rects),{x:f,y:h}=LI(d,p,c)),y=-1)}return{x:f,y:h,placement:p,strategy:i,middlewareData:v}};async function La(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:o,rects:a,elements:u,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:f="viewport",elementContext:h="floating",altBoundary:p=!1,padding:v=0}=wn(t,e),m=k2(v),b=u[p?h==="floating"?"reference":"floating":h],x=ac(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(u.floating)),boundary:d,rootBoundary:f,strategy:c})),w=h==="floating"?{x:n,y:i,width:a.floating.width,height:a.floating.height}:a.reference,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u.floating)),E=await(o.isElement==null?void 0:o.isElement(S))?await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1}:{x:1,y:1},_=ac(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:w,offsetParent:S,strategy:c}):w);return{top:(x.top-_.top+m.top)/E.y,bottom:(_.bottom-x.bottom+m.bottom)/E.y,left:(x.left-_.left+m.left)/E.x,right:(_.right-x.right+m.right)/E.x}}const q9=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:o,platform:a,elements:u,middlewareData:c}=t,{element:d,padding:f=0}=wn(e,t)||{};if(d==null)return{};const h=k2(f),p={x:r,y:n},v=qx(i),m=jx(v),y=await a.getDimensions(d),b=v==="y",x=b?"top":"left",w=b?"bottom":"right",S=b?"clientHeight":"clientWidth",E=o.reference[m]+o.reference[v]-p[v]-o.floating[m],_=p[v]-o.reference[v],R=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let P=R?R[S]:0;(!P||!await(a.isElement==null?void 0:a.isElement(R)))&&(P=u.floating[S]||o.floating[m]);const N=E/2-_/2,j=P/2-y[m]/2-1,L=zn(h[x],j),F=zn(h[w],j),k=L,D=P-y[m]-F,T=P/2-y[m]/2+N,B=$b(k,T,D),$=!c.arrow&&Co(i)!=null&&T!==B&&o.reference[m]/2-(T<k?L:F)-y[m]/2<0,W=$?T<k?T-k:T-D:0;return{[v]:p[v]+W,data:{[v]:B,centerOffset:T-B-W,...$&&{alignmentOffset:W}},reset:$}}}),k9=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:c,elements:d}=t,{mainAxis:f=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:y=!0,...b}=wn(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const x=_n(i),w=Jr(u),S=_n(u)===u,E=await(c.isRTL==null?void 0:c.isRTL(d.floating)),_=p||(S||!y?[oc(u)]:I9(u)),R=m!=="none";!p&&R&&_.push(...M9(u,y,m,E));const P=[u,..._],N=await La(t,b),j=[];let L=((n=o.flip)==null?void 0:n.overflows)||[];if(f&&j.push(N[x]),h){const T=P9(i,a,E);j.push(N[T[0]],N[T[1]])}if(L=[...L,{placement:i,overflows:j}],!j.every(T=>T<=0)){var F,k;const T=(((F=o.flip)==null?void 0:F.index)||0)+1,B=P[T];if(B&&(!(h==="alignment"?w!==Jr(B):!1)||L.every(Y=>Jr(Y.placement)===w?Y.overflows[0]>0:!0)))return{data:{index:T,overflows:L},reset:{placement:B}};let $=(k=L.filter(W=>W.overflows[0]<=0).sort((W,Y)=>W.overflows[1]-Y.overflows[1])[0])==null?void 0:k.placement;if(!$)switch(v){case"bestFit":{var D;const W=(D=L.filter(Y=>{if(R){const ee=Jr(Y.placement);return ee===w||ee==="y"}return!0}).map(Y=>[Y.placement,Y.overflows.filter(ee=>ee>0).reduce((ee,H)=>ee+H,0)]).sort((Y,ee)=>Y[1]-ee[1])[0])==null?void 0:D[0];W&&($=W);break}case"initialPlacement":$=u;break}if(i!==$)return{reset:{placement:$}}}return{}}}};function BI(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function FI(e){return S9.some(t=>e[t]>=0)}const L9=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=wn(e,t);switch(n){case"referenceHidden":{const o=await La(t,{...i,elementContext:"reference"}),a=BI(o,r.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:FI(a)}}}case"escaped":{const o=await La(t,{...i,altBoundary:!0}),a=BI(o,r.floating);return{data:{escapedOffsets:a,escaped:FI(a)}}}default:return{}}}}},L2=new Set(["left","top"]);async function B9(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=Co(r),c=Jr(r)==="y",d=L2.has(a)?-1:1,f=o&&c?-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),c?{x:v*f,y:p*d}:{x:p*d,y:v*f}}const F9=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,c=await B9(t,e);return a===((r=u.offset)==null?void 0:r.placement)&&(n=u.arrow)!=null&&n.alignmentOffset?{}:{x:i+c.x,y:o+c.y,data:{...c,placement:a}}}}},$9=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:u={fn:b=>{let{x,y:w}=b;return{x,y:w}}},...c}=wn(e,t),d={x:r,y:n},f=await La(t,c),h=Jr(_n(i)),p=Dx(h);let v=d[p],m=d[h];if(o){const b=p==="y"?"top":"left",x=p==="y"?"bottom":"right",w=v+f[b],S=v-f[x];v=$b(w,v,S)}if(a){const b=h==="y"?"top":"left",x=h==="y"?"bottom":"right",w=m+f[b],S=m-f[x];m=$b(w,m,S)}const y=u.fn({...t,[p]:v,[h]:m});return{...y,data:{x:y.x-r,y:y.y-n,enabled:{[p]:o,[h]:a}}}}}},z9=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:c=!0,crossAxis:d=!0}=wn(e,t),f={x:r,y:n},h=Jr(i),p=Dx(h);let v=f[p],m=f[h];const y=wn(u,t),b=typeof y=="number"?{mainAxis:y,crossAxis:0}:{mainAxis:0,crossAxis:0,...y};if(c){const S=p==="y"?"height":"width",E=o.reference[p]-o.floating[S]+b.mainAxis,_=o.reference[p]+o.reference[S]-b.mainAxis;v<E?v=E:v>_&&(v=_)}if(d){var x,w;const S=p==="y"?"width":"height",E=L2.has(_n(i)),_=o.reference[h]-o.floating[S]+(E&&((x=a.offset)==null?void 0:x[h])||0)+(E?0:b.crossAxis),R=o.reference[h]+o.reference[S]+(E?0:((w=a.offset)==null?void 0:w[h])||0)-(E?b.crossAxis:0);m<_?m=_:m>R&&(m=R)}return{[p]:v,[h]:m}}}},H9=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:c=()=>{},...d}=wn(e,t),f=await La(t,d),h=_n(i),p=Co(i),v=Jr(i)==="y",{width:m,height:y}=o.floating;let b,x;h==="top"||h==="bottom"?(b=h,x=p===(await(a.isRTL==null?void 0:a.isRTL(u.floating))?"start":"end")?"left":"right"):(x=h,b=p==="end"?"top":"bottom");const w=y-f.top-f.bottom,S=m-f.left-f.right,E=zn(y-f[b],w),_=zn(m-f[x],S),R=!t.middlewareData.shift;let P=E,N=_;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(N=S),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(P=w),R&&!p){const L=or(f.left,0),F=or(f.right,0),k=or(f.top,0),D=or(f.bottom,0);v?N=m-2*(L!==0||F!==0?L+F:or(f.left,f.right)):P=y-2*(k!==0||D!==0?k+D:or(f.top,f.bottom))}await c({...t,availableWidth:N,availableHeight:P});const j=await a.getDimensions(u.floating);return m!==j.width||y!==j.height?{reset:{rects:!0}}:{}}}};function Wc(){return typeof window<"u"}function Ro(e){return B2(e)?(e.nodeName||"").toLowerCase():"#document"}function ar(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function sn(e){var t;return(t=(B2(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function B2(e){return Wc()?e instanceof Node||e instanceof ar(e).Node:!1}function Lr(e){return Wc()?e instanceof Element||e instanceof ar(e).Element:!1}function nn(e){return Wc()?e instanceof HTMLElement||e instanceof ar(e).HTMLElement:!1}function $I(e){return!Wc()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ar(e).ShadowRoot}const U9=new Set(["inline","contents"]);function Xa(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=Br(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!U9.has(i)}const V9=new Set(["table","td","th"]);function W9(e){return V9.has(Ro(e))}const G9=[":popover-open",":modal"];function Gc(e){return G9.some(t=>{try{return e.matches(t)}catch{return!1}})}const K9=["transform","translate","scale","rotate","perspective"],Y9=["transform","translate","scale","rotate","perspective","filter"],X9=["paint","layout","strict","content"];function kx(e){const t=Lx(),r=Lr(e)?Br(e):e;return K9.some(n=>r[n]?r[n]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||Y9.some(n=>(r.willChange||"").includes(n))||X9.some(n=>(r.contain||"").includes(n))}function Z9(e){let t=Hn(e);for(;nn(t)&&!yo(t);){if(kx(t))return t;if(Gc(t))return null;t=Hn(t)}return null}function Lx(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const J9=new Set(["html","body","#document"]);function yo(e){return J9.has(Ro(e))}function Br(e){return ar(e).getComputedStyle(e)}function Kc(e){return Lr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Hn(e){if(Ro(e)==="html")return e;const t=e.assignedSlot||e.parentNode||$I(e)&&e.host||sn(e);return $I(t)?t.host:t}function F2(e){const t=Hn(e);return yo(t)?e.ownerDocument?e.ownerDocument.body:e.body:nn(t)&&Xa(t)?t:F2(t)}function Ba(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=F2(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),a=ar(i);if(o){const u=Hb(a);return t.concat(a,a.visualViewport||[],Xa(i)?i:[],u&&r?Ba(u):[])}return t.concat(i,Ba(i,[],r))}function Hb(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function $2(e){const t=Br(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=nn(e),o=i?e.offsetWidth:r,a=i?e.offsetHeight:n,u=ic(r)!==o||ic(n)!==a;return u&&(r=o,n=a),{width:r,height:n,$:u}}function Bx(e){return Lr(e)?e:e.contextElement}function ao(e){const t=Bx(e);if(!nn(t))return tn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:o}=$2(t);let a=(o?ic(r.width):r.width)/n,u=(o?ic(r.height):r.height)/i;return(!a||!Number.isFinite(a))&&(a=1),(!u||!Number.isFinite(u))&&(u=1),{x:a,y:u}}const Q9=tn(0);function z2(e){const t=ar(e);return!Lx()||!t.visualViewport?Q9:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function e7(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==ar(e)?!1:t}function bi(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),o=Bx(e);let a=tn(1);t&&(n?Lr(n)&&(a=ao(n)):a=ao(e));const u=e7(o,r,n)?z2(o):tn(0);let c=(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=ar(o),v=n&&Lr(n)?ar(n):n;let m=p,y=Hb(m);for(;y&&n&&v!==m;){const b=ao(y),x=y.getBoundingClientRect(),w=Br(y),S=x.left+(y.clientLeft+parseFloat(w.paddingLeft))*b.x,E=x.top+(y.clientTop+parseFloat(w.paddingTop))*b.y;c*=b.x,d*=b.y,f*=b.x,h*=b.y,c+=S,d+=E,m=ar(y),y=Hb(m)}}return ac({width:f,height:h,x:c,y:d})}function Yc(e,t){const r=Kc(e).scrollLeft;return t?t.left+r:bi(sn(e)).left+r}function H2(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Yc(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function t7(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const o=i==="fixed",a=sn(n),u=t?Gc(t.floating):!1;if(n===a||u&&o)return r;let c={scrollLeft:0,scrollTop:0},d=tn(1);const f=tn(0),h=nn(n);if((h||!h&&!o)&&((Ro(n)!=="body"||Xa(a))&&(c=Kc(n)),nn(n))){const v=bi(n);d=ao(n),f.x=v.x+n.clientLeft,f.y=v.y+n.clientTop}const p=a&&!h&&!o?H2(a,c):tn(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-c.scrollLeft*d.x+f.x+p.x,y:r.y*d.y-c.scrollTop*d.y+f.y+p.y}}function r7(e){return Array.from(e.getClientRects())}function n7(e){const t=sn(e),r=Kc(e),n=e.ownerDocument.body,i=or(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=or(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-r.scrollLeft+Yc(e);const u=-r.scrollTop;return Br(n).direction==="rtl"&&(a+=or(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:a,y:u}}const zI=25;function i7(e,t){const r=ar(e),n=sn(e),i=r.visualViewport;let o=n.clientWidth,a=n.clientHeight,u=0,c=0;if(i){o=i.width,a=i.height;const f=Lx();(!f||f&&t==="fixed")&&(u=i.offsetLeft,c=i.offsetTop)}const d=Yc(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<=zI&&(o-=m)}else d<=zI&&(o+=d);return{width:o,height:a,x:u,y:c}}const o7=new Set(["absolute","fixed"]);function a7(e,t){const r=bi(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=nn(e)?ao(e):tn(1),a=e.clientWidth*o.x,u=e.clientHeight*o.y,c=i*o.x,d=n*o.y;return{width:a,height:u,x:c,y:d}}function HI(e,t,r){let n;if(t==="viewport")n=i7(e,r);else if(t==="document")n=n7(sn(e));else if(Lr(t))n=a7(t,r);else{const i=z2(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return ac(n)}function U2(e,t){const r=Hn(e);return r===t||!Lr(r)||yo(r)?!1:Br(r).position==="fixed"||U2(r,t)}function s7(e,t){const r=t.get(e);if(r)return r;let n=Ba(e,[],!1).filter(u=>Lr(u)&&Ro(u)!=="body"),i=null;const o=Br(e).position==="fixed";let a=o?Hn(e):e;for(;Lr(a)&&!yo(a);){const u=Br(a),c=kx(a);!c&&u.position==="fixed"&&(i=null),(o?!c&&!i:!c&&u.position==="static"&&!!i&&o7.has(i.position)||Xa(a)&&!c&&U2(e,a))?n=n.filter(f=>f!==a):i=u,a=Hn(a)}return t.set(e,n),n}function u7(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const a=[...r==="clippingAncestors"?Gc(t)?[]:s7(t,this._c):[].concat(r),n],u=a[0],c=a.reduce((d,f)=>{const h=HI(t,f,i);return d.top=or(h.top,d.top),d.right=zn(h.right,d.right),d.bottom=zn(h.bottom,d.bottom),d.left=or(h.left,d.left),d},HI(t,u,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function c7(e){const{width:t,height:r}=$2(e);return{width:t,height:r}}function l7(e,t,r){const n=nn(t),i=sn(t),o=r==="fixed",a=bi(e,!0,o,t);let u={scrollLeft:0,scrollTop:0};const c=tn(0);function d(){c.x=Yc(i)}if(n||!n&&!o)if((Ro(t)!=="body"||Xa(i))&&(u=Kc(t)),n){const v=bi(t,!0,o,t);c.x=v.x+t.clientLeft,c.y=v.y+t.clientTop}else i&&d();o&&!n&&i&&d();const f=i&&!n&&!o?H2(i,u):tn(0),h=a.left+u.scrollLeft-c.x-f.x,p=a.top+u.scrollTop-c.y-f.y;return{x:h,y:p,width:a.width,height:a.height}}function Nm(e){return Br(e).position==="static"}function UI(e,t){if(!nn(e)||Br(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return sn(e)===r&&(r=r.ownerDocument.body),r}function V2(e,t){const r=ar(e);if(Gc(e))return r;if(!nn(e)){let i=Hn(e);for(;i&&!yo(i);){if(Lr(i)&&!Nm(i))return i;i=Hn(i)}return r}let n=UI(e,t);for(;n&&W9(n)&&Nm(n);)n=UI(n,t);return n&&yo(n)&&Nm(n)&&!kx(n)?r:n||Z9(e)||r}const f7=async function(e){const t=this.getOffsetParent||V2,r=this.getDimensions,n=await r(e.floating);return{reference:l7(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function d7(e){return Br(e).direction==="rtl"}const h7={convertOffsetParentRelativeRectToViewportRelativeRect:t7,getDocumentElement:sn,getClippingRect:u7,getOffsetParent:V2,getElementRects:f7,getClientRects:r7,getDimensions:c7,getScale:ao,isElement:Lr,isRTL:d7};function W2(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function p7(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,c){u===void 0&&(u=!1),c===void 0&&(c=1),o();const d=e.getBoundingClientRect(),{left:f,top:h,width:p,height:v}=d;if(u||t(),!p||!v)return;const m=wu(h),y=wu(i.clientWidth-(f+p)),b=wu(i.clientHeight-(h+v)),x=wu(f),S={rootMargin:-m+"px "+-y+"px "+-b+"px "+-x+"px",threshold:or(0,zn(1,c))||1};let E=!0;function _(R){const P=R[0].intersectionRatio;if(P!==c){if(!E)return a();P?a(!1,P):n=setTimeout(()=>{a(!1,1e-7)},1e3)}P===1&&!W2(d,e.getBoundingClientRect())&&a(),E=!1}try{r=new IntersectionObserver(_,{...S,root:i.ownerDocument})}catch{r=new IntersectionObserver(_,S)}r.observe(e)}return a(!0),o}function v7(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:c=!1}=n,d=Bx(e),f=i||o?[...d?Ba(d):[],...Ba(t)]:[];f.forEach(x=>{i&&x.addEventListener("scroll",r,{passive:!0}),o&&x.addEventListener("resize",r)});const h=d&&u?p7(d,r):null;let p=-1,v=null;a&&(v=new ResizeObserver(x=>{let[w]=x;w&&w.target===d&&v&&(v.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var S;(S=v)==null||S.observe(t)})),r()}),d&&!c&&v.observe(d),v.observe(t));let m,y=c?bi(e):null;c&&b();function b(){const x=bi(e);y&&!W2(y,x)&&r(),y=x,m=requestAnimationFrame(b)}return r(),()=>{var x;f.forEach(w=>{i&&w.removeEventListener("scroll",r),o&&w.removeEventListener("resize",r)}),h==null||h(),(x=v)==null||x.disconnect(),v=null,c&&cancelAnimationFrame(m)}}const g7=F9,m7=$9,y7=k9,b7=H9,x7=L9,VI=q9,w7=z9,_7=(e,t,r)=>{const n=new Map,i={platform:h7,...r},o={...i.platform,_c:n};return j9(e,t,{...i,platform:o})};var E7=typeof document<"u",S7=function(){},Bu=E7?A.useLayoutEffect:S7;function sc(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(!sc(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)&&!sc(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function G2(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function WI(e,t){const r=G2(e);return Math.round(t*r)/r}function Tm(e){const t=ve.useRef(e);return Bu(()=>{t.current=e}),t}function O7(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:c,open:d}=e,[f,h]=ve.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,v]=ve.useState(n);sc(p,n)||v(n);const[m,y]=ve.useState(null),[b,x]=ve.useState(null),w=ve.useCallback(Y=>{Y!==R.current&&(R.current=Y,y(Y))},[]),S=ve.useCallback(Y=>{Y!==P.current&&(P.current=Y,x(Y))},[]),E=o||m,_=a||b,R=ve.useRef(null),P=ve.useRef(null),N=ve.useRef(f),j=c!=null,L=Tm(c),F=Tm(i),k=Tm(d),D=ve.useCallback(()=>{if(!R.current||!P.current)return;const Y={placement:t,strategy:r,middleware:p};F.current&&(Y.platform=F.current),_7(R.current,P.current,Y).then(ee=>{const H={...ee,isPositioned:k.current!==!1};T.current&&!sc(N.current,H)&&(N.current=H,Yb.flushSync(()=>{h(H)}))})},[p,t,r,F,k]);Bu(()=>{d===!1&&N.current.isPositioned&&(N.current.isPositioned=!1,h(Y=>({...Y,isPositioned:!1})))},[d]);const T=ve.useRef(!1);Bu(()=>(T.current=!0,()=>{T.current=!1}),[]),Bu(()=>{if(E&&(R.current=E),_&&(P.current=_),E&&_){if(L.current)return L.current(E,_,D);D()}},[E,_,D,L,j]);const B=ve.useMemo(()=>({reference:R,floating:P,setReference:w,setFloating:S}),[w,S]),$=ve.useMemo(()=>({reference:E,floating:_}),[E,_]),W=ve.useMemo(()=>{const Y={position:r,left:0,top:0};if(!$.floating)return Y;const ee=WI($.floating,f.x),H=WI($.floating,f.y);return u?{...Y,transform:"translate("+ee+"px, "+H+"px)",...G2($.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:ee,top:H}},[r,u,$.floating,f.x,f.y]);return ve.useMemo(()=>({...f,update:D,refs:B,elements:$,floatingStyles:W}),[f,D,B,$,W])}const C7=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?VI({element:n.current,padding:i}).fn(r):{}:n?VI({element:n,padding:i}).fn(r):{}}}},R7=(e,t)=>({...g7(e),options:[e,t]}),P7=(e,t)=>({...m7(e),options:[e,t]}),I7=(e,t)=>({...w7(e),options:[e,t]}),N7=(e,t)=>({...y7(e),options:[e,t]}),T7=(e,t)=>({...b7(e),options:[e,t]}),A7=(e,t)=>({...x7(e),options:[e,t]}),M7=(e,t)=>({...C7(e),options:[e,t]});function D7(e){const t=j7(e),r=ve.forwardRef((n,i)=>{const{children:o,...a}=n,u=ve.Children.toArray(o),c=u.find(k7);if(c){const d=c.props.children,f=u.map(h=>h===c?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 j7(e){const t=ve.forwardRef((r,n)=>{const{children:i,...o}=r;if(ve.isValidElement(i)){const a=B7(i),u=L7(o,i.props);return i.type!==ve.Fragment&&(u.ref=n?q2(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 q7=Symbol("radix.slottable");function k7(e){return ve.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===q7}function L7(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 c=o(...u);return i(...u),c}:i&&(r[n]=i):n==="style"?r[n]={...i,...o}:n==="className"&&(r[n]=[i,o].filter(Boolean).join(" "))}return{...e,...r}}function B7(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 F7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Oi=F7.reduce((e,t)=>{const r=D7(`Primitive.${t}`),n=ve.forwardRef((i,o)=>{const{asChild:a,...u}=i,c=a?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),C.jsx(c,{...u,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function $7(e,t){e&&Yb.flushSync(()=>e.dispatchEvent(t))}var z7="Arrow",K2=ve.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...o}=e;return C.jsx(Oi.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"})})});K2.displayName=z7;var H7=K2;function Xc(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 U7(e){const[t,r]=ve.useState(void 0);return yi(()=>{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 c=o.borderBoxSize,d=Array.isArray(c)?c[0]:c;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 Fx="Popper",[Y2,X2]=j2(Fx),[V7,Z2]=Y2(Fx),J2=e=>{const{__scopePopper:t,children:r}=e,[n,i]=ve.useState(null);return C.jsx(V7,{scope:t,anchor:n,onAnchorChange:i,children:r})};J2.displayName=Fx;var Q2="PopperAnchor",eq=ve.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,o=Z2(Q2,r),a=ve.useRef(null),u=Oo(t,a),c=ve.useRef(null);return ve.useEffect(()=>{const d=c.current;c.current=(n==null?void 0:n.current)||a.current,d!==c.current&&o.onAnchorChange(c.current)}),n?null:C.jsx(Oi.div,{...i,ref:u})});eq.displayName=Q2;var $x="PopperContent",[W7,G7]=Y2($x),tq=ve.forwardRef((e,t)=>{var V,K,ie,ne,ue,de;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:o="center",alignOffset:a=0,arrowPadding:u=0,avoidCollisions:c=!0,collisionBoundary:d=[],collisionPadding:f=0,sticky:h="partial",hideWhenDetached:p=!1,updatePositionStrategy:v="optimized",onPlaced:m,...y}=e,b=Z2($x,r),[x,w]=ve.useState(null),S=Oo(t,we=>w(we)),[E,_]=ve.useState(null),R=U7(E),P=(R==null?void 0:R.width)??0,N=(R==null?void 0:R.height)??0,j=n+(o!=="center"?"-"+o:""),L=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},F=Array.isArray(d)?d:[d],k=F.length>0,D={padding:L,boundary:F.filter(Y7),altBoundary:k},{refs:T,floatingStyles:B,placement:$,isPositioned:W,middlewareData:Y}=O7({strategy:"fixed",placement:j,whileElementsMounted:(...we)=>v7(...we,{animationFrame:v==="always"}),elements:{reference:b.anchor},middleware:[R7({mainAxis:i+N,alignmentAxis:a}),c&&P7({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?I7():void 0,...D}),c&&N7({...D}),T7({...D,apply:({elements:we,rects:Se,availableWidth:_e,availableHeight:he})=>{const{width:ae,height:Oe}=Se.reference,Ne=we.floating.style;Ne.setProperty("--radix-popper-available-width",`${_e}px`),Ne.setProperty("--radix-popper-available-height",`${he}px`),Ne.setProperty("--radix-popper-anchor-width",`${ae}px`),Ne.setProperty("--radix-popper-anchor-height",`${Oe}px`)}}),E&&M7({element:E,padding:u}),X7({arrowWidth:P,arrowHeight:N}),p&&A7({strategy:"referenceHidden",...D})]}),[ee,H]=iq($),Q=Xc(m);yi(()=>{W&&(Q==null||Q())},[W,Q]);const ce=(V=Y.arrow)==null?void 0:V.x,se=(K=Y.arrow)==null?void 0:K.y,z=((ie=Y.arrow)==null?void 0:ie.centerOffset)!==0,[G,J]=ve.useState();return yi(()=>{x&&J(window.getComputedStyle(x).zIndex)},[x]),C.jsx("div",{ref:T.setFloating,"data-radix-popper-content-wrapper":"",style:{...B,transform:W?B.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:G,"--radix-popper-transform-origin":[(ne=Y.transformOrigin)==null?void 0:ne.x,(ue=Y.transformOrigin)==null?void 0:ue.y].join(" "),...((de=Y.hide)==null?void 0:de.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:C.jsx(W7,{scope:r,placedSide:ee,onArrowChange:_,arrowX:ce,arrowY:se,shouldHideArrow:z,children:C.jsx(Oi.div,{"data-side":ee,"data-align":H,...y,ref:S,style:{...y.style,animation:W?void 0:"none"}})})})});tq.displayName=$x;var rq="PopperArrow",K7={top:"bottom",right:"left",bottom:"top",left:"right"},nq=ve.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,o=G7(rq,n),a=K7[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(H7,{...i,ref:r,style:{...i.style,display:"block"}})})});nq.displayName=rq;function Y7(e){return e!==null}var X7=e=>({name:"transformOrigin",options:e,fn(t){var b,x,w;const{placement:r,rects:n,middlewareData:i}=t,a=((b=i.arrow)==null?void 0:b.centerOffset)!==0,u=a?0:e.arrowWidth,c=a?0:e.arrowHeight,[d,f]=iq(r),h={start:"0%",center:"50%",end:"100%"}[f],p=(((x=i.arrow)==null?void 0:x.x)??0)+u/2,v=(((w=i.arrow)==null?void 0:w.y)??0)+c/2;let m="",y="";return d==="bottom"?(m=a?h:`${p}px`,y=`${-c}px`):d==="top"?(m=a?h:`${p}px`,y=`${n.floating.height+c}px`):d==="right"?(m=`${-c}px`,y=a?h:`${v}px`):d==="left"&&(m=`${n.floating.width+c}px`,y=a?h:`${v}px`),{data:{x:m,y}}}});function iq(e){const[t,r="center"]=e.split("-");return[t,r]}var Z7=J2,J7=eq,Q7=tq,eX=nq,tX="Portal",oq=ve.forwardRef((e,t)=>{var u;const{container:r,...n}=e,[i,o]=ve.useState(!1);yi(()=>o(!0),[]);const a=r||i&&((u=globalThis==null?void 0:globalThis.document)==null?void 0:u.body);return a?bo.createPortal(C.jsx(Oi.div,{...n,ref:t}),a):null});oq.displayName=tX;function rX(e,t){return ve.useReducer((r,n)=>t[r][n]??r,e)}var zx=e=>{const{present:t,children:r}=e,n=nX(t),i=typeof r=="function"?r({present:n.isPresent}):ve.Children.only(r),o=Oo(n.ref,iX(i));return typeof r=="function"||n.isPresent?ve.cloneElement(i,{ref:o}):null};zx.displayName="Presence";function nX(e){const[t,r]=ve.useState(),n=ve.useRef(null),i=ve.useRef(e),o=ve.useRef("none"),a=e?"mounted":"unmounted",[u,c]=rX(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return ve.useEffect(()=>{const d=_u(n.current);o.current=u==="mounted"?d:"none"},[u]),yi(()=>{const d=n.current,f=i.current;if(f!==e){const p=o.current,v=_u(d);e?c("MOUNT"):v==="none"||(d==null?void 0:d.display)==="none"?c("UNMOUNT"):c(f&&p!==v?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,c]),yi(()=>{if(t){let d;const f=t.ownerDocument.defaultView??window,h=v=>{const y=_u(n.current).includes(CSS.escape(v.animationName));if(v.target===t&&y&&(c("ANIMATION_END"),!i.current)){const b=t.style.animationFillMode;t.style.animationFillMode="forwards",d=f.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=b)})}},p=v=>{v.target===t&&(o.current=_u(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 c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:ve.useCallback(d=>{n.current=d?getComputedStyle(d):null,r(d)},[])}}function _u(e){return(e==null?void 0:e.animationName)||"none"}function iX(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 oX(e,t=globalThis==null?void 0:globalThis.document){const r=Xc(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 aX="DismissableLayer",Ub="dismissableLayer.update",sX="dismissableLayer.pointerDownOutside",uX="dismissableLayer.focusOutside",GI,aq=ve.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),sq=ve.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,onDismiss:u,...c}=e,d=ve.useContext(aq),[f,h]=ve.useState(null),p=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,v]=ve.useState({}),m=Oo(t,P=>h(P)),y=Array.from(d.layers),[b]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),x=y.indexOf(b),w=f?y.indexOf(f):-1,S=d.layersWithOutsidePointerEventsDisabled.size>0,E=w>=x,_=fX(P=>{const N=P.target,j=[...d.branches].some(L=>L.contains(N));!E||j||(i==null||i(P),a==null||a(P),P.defaultPrevented||u==null||u())},p),R=dX(P=>{const N=P.target;[...d.branches].some(L=>L.contains(N))||(o==null||o(P),a==null||a(P),P.defaultPrevented||u==null||u())},p);return oX(P=>{w===d.layers.size-1&&(n==null||n(P),!P.defaultPrevented&&u&&(P.preventDefault(),u()))},p),ve.useEffect(()=>{if(f)return r&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(GI=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(f)),d.layers.add(f),KI(),()=>{r&&d.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=GI)}},[f,p,r,d]),ve.useEffect(()=>()=>{f&&(d.layers.delete(f),d.layersWithOutsidePointerEventsDisabled.delete(f),KI())},[f,d]),ve.useEffect(()=>{const P=()=>v({});return document.addEventListener(Ub,P),()=>document.removeEventListener(Ub,P)},[]),C.jsx(Oi.div,{...c,ref:m,style:{pointerEvents:S?E?"auto":"none":void 0,...e.style},onFocusCapture:xr(e.onFocusCapture,R.onFocusCapture),onBlurCapture:xr(e.onBlurCapture,R.onBlurCapture),onPointerDownCapture:xr(e.onPointerDownCapture,_.onPointerDownCapture)})});sq.displayName=aX;var cX="DismissableLayerBranch",lX=ve.forwardRef((e,t)=>{const r=ve.useContext(aq),n=ve.useRef(null),i=Oo(t,n);return ve.useEffect(()=>{const o=n.current;if(o)return r.branches.add(o),()=>{r.branches.delete(o)}},[r.branches]),C.jsx(Oi.div,{...e,ref:i})});lX.displayName=cX;function fX(e,t=globalThis==null?void 0:globalThis.document){const r=Xc(e),n=ve.useRef(!1),i=ve.useRef(()=>{});return ve.useEffect(()=>{const o=u=>{if(u.target&&!n.current){let c=function(){uq(sX,r,d,{discrete:!0})};const d={originalEvent:u};u.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=c,t.addEventListener("click",i.current,{once:!0})):c()}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 dX(e,t=globalThis==null?void 0:globalThis.document){const r=Xc(e),n=ve.useRef(!1);return ve.useEffect(()=>{const i=o=>{o.target&&!n.current&&uq(uX,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 KI(){const e=new CustomEvent(Ub);document.dispatchEvent(e)}function uq(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?$7(i,o):i.dispatchEvent(o)}var Am,Zc="HoverCard",[cq]=j2(Zc,[X2]),Jc=X2(),[hX,Qc]=cq(Zc),lq=e=>{const{__scopeHoverCard:t,children:r,open:n,defaultOpen:i,onOpenChange:o,openDelay:a=700,closeDelay:u=300}=e,c=Jc(t),d=ve.useRef(0),f=ve.useRef(0),h=ve.useRef(!1),p=ve.useRef(!1),[v,m]=w9({prop:n,defaultProp:i??!1,onChange:o,caller:Zc}),y=ve.useCallback(()=>{clearTimeout(f.current),d.current=window.setTimeout(()=>m(!0),a)},[a,m]),b=ve.useCallback(()=>{clearTimeout(d.current),!h.current&&!p.current&&(f.current=window.setTimeout(()=>m(!1),u))},[u,m]),x=ve.useCallback(()=>m(!1),[m]);return ve.useEffect(()=>()=>{clearTimeout(d.current),clearTimeout(f.current)},[]),C.jsx(hX,{scope:t,open:v,onOpenChange:m,onOpen:y,onClose:b,onDismiss:x,hasSelectionRef:h,isPointerDownOnContentRef:p,children:C.jsx(Z7,{...c,children:r})})};lq.displayName=Zc;var fq="HoverCardTrigger",dq=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Qc(fq,r),o=Jc(r);return C.jsx(J7,{asChild:!0,...o,children:C.jsx(Oi.a,{"data-state":i.open?"open":"closed",...n,ref:t,onPointerEnter:xr(e.onPointerEnter,cc(i.onOpen)),onPointerLeave:xr(e.onPointerLeave,cc(i.onClose)),onFocus:xr(e.onFocus,i.onOpen),onBlur:xr(e.onBlur,i.onClose),onTouchStart:xr(e.onTouchStart,a=>a.preventDefault())})})});dq.displayName=fq;var Hx="HoverCardPortal",[pX,vX]=cq(Hx,{forceMount:void 0}),hq=e=>{const{__scopeHoverCard:t,forceMount:r,children:n,container:i}=e,o=Qc(Hx,t);return C.jsx(pX,{scope:t,forceMount:r,children:C.jsx(zx,{present:r||o.open,children:C.jsx(oq,{asChild:!0,container:i,children:n})})})};hq.displayName=Hx;var uc="HoverCardContent",pq=ve.forwardRef((e,t)=>{const r=vX(uc,e.__scopeHoverCard),{forceMount:n=r.forceMount,...i}=e,o=Qc(uc,e.__scopeHoverCard);return C.jsx(zx,{present:n||o.open,children:C.jsx(gX,{"data-state":o.open?"open":"closed",...i,onPointerEnter:xr(e.onPointerEnter,cc(o.onOpen)),onPointerLeave:xr(e.onPointerLeave,cc(o.onClose)),ref:t})})});pq.displayName=uc;var gX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,...u}=e,c=Qc(uc,r),d=Jc(r),f=ve.useRef(null),h=Oo(t,f),[p,v]=ve.useState(!1);return ve.useEffect(()=>{if(p){const m=document.body;return Am=m.style.userSelect||m.style.webkitUserSelect,m.style.userSelect="none",m.style.webkitUserSelect="none",()=>{m.style.userSelect=Am,m.style.webkitUserSelect=Am}}},[p]),ve.useEffect(()=>{if(f.current){const m=()=>{v(!1),c.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var b;((b=document.getSelection())==null?void 0:b.toString())!==""&&(c.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",m),()=>{document.removeEventListener("pointerup",m),c.hasSelectionRef.current=!1,c.isPointerDownOnContentRef.current=!1}}},[c.isPointerDownOnContentRef,c.hasSelectionRef]),ve.useEffect(()=>{f.current&&bX(f.current).forEach(y=>y.setAttribute("tabindex","-1"))}),C.jsx(sq,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:a,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:xr(o,m=>{m.preventDefault()}),onDismiss:c.onDismiss,children:C.jsx(Q7,{...d,...u,onPointerDown:xr(u.onPointerDown,m=>{m.currentTarget.contains(m.target)&&v(!0),c.hasSelectionRef.current=!1,c.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)"}})})}),mX="HoverCardArrow",yX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Jc(r);return C.jsx(eX,{...i,...n,ref:t})});yX.displayName=mX;function cc(e){return t=>t.pointerType==="touch"?void 0:e()}function bX(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 Ux=lq,Vx=dq,jr=hq,qr=pq;const xX=({item:e,depth:t})=>{const[r,n]=A.useState(!1),i=Z.useAppSelector(Z.selectPrivileges),o=Z.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(ye.FdRight,{className:Ue("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(vq,{depth:t+1,data:o})})]})},vq=({data:e,depth:t=0})=>e.map(r=>r.includes.length?C.jsx(xX,{item:r,depth:t},r.id):C.jsx("div",{className:Ue("py-1 text-xs text-white",{}),children:r.privilege},r.id)),YI=Ux,XI=Vx,ZI=({privilege:e,selectedPrivilege:t,onSelect:r,isGuest:n=!1})=>{const i=Z.useAppDispatch(),o=Z.useAppSelector(Z.selectPrivileges),a=Z.populateShallow(e.includes,o),[u,c]=A.useState(!1),[d,f]=A.useState(e.privilege),[h,p]=A.useState(null),v=nt.useOutsideClick(()=>{u&&b()});function m(){c(!0)}function y(){c(!1),f(e.privilege)}function b(){p(null);try{const S=Z.rename(d,e.id,o);i(Z.updatePrivileges(S)),c(!1)}catch(S){p(S.message)}}const x=async S=>{S.stopPropagation();const{confirmed:E}=await i(Z.openModal({title:"Delete Privilege",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to remove this Privilege?",icon:"FdWarningDanger"})).unwrap();if(E){const _=Z.remove(e.id,o);i(Z.updatePrivileges(_)),r(null)}},w=A.useMemo(()=>e.resources.some(S=>S.exists===!1),[e]);return C.jsxs(YI,{openDelay:0,closeDelay:0,children:[C.jsx(XI,{asChild:!0,children:C.jsxs("div",{className:Ue("rounded border bg-grey-300 p-2",{"border-grey-100":(t==null?void 0:t.id)!==e.id,"border-primary-dark":(t==null?void 0:t.id)===e.id,"border-red-400":w&&(t==null?void 0:t.id)!==e.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{r(e)},ref:v,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:n?C.jsx(ye.FdGuest,{className:"h-6 w-6"}):C.jsx(ye.FdGroup,{className:"h-6 w-6"})}),u?C.jsxs("div",{className:"relative h-6 flex-1",children:[C.jsx("input",{autoFocus:!0,onKeyDown:S=>{S.key==="Enter"&&b(),S.key==="Escape"&&y()},type:"text",className:Ue("absolute inset-0 mr-2 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:border-primary-dark focus:outline-none",{"border-b border-red-400":h}),value:d,onChange:S=>f(S.target.value)}),h&&C.jsx("p",{className:"absolute top-5 mt-1 rounded bg-red-400 p-1 text-xs text-white shadow-md",children:h})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",children:d})]}),n?C.jsx("div",{className:"flex items-center justify-center",children:C.jsxs(YI,{openDelay:0,closeDelay:0,children:[C.jsx(XI,{asChild:!0,children:C.jsx("span",{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-grey-50"})})}),C.jsx(jr,{children:C.jsx(qr,{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(ye.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:u?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(ye.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(ye.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:m,children:C.jsx("span",{children:C.jsx(ye.FdPen,{className:"h-4 w-4 text-grey-50"})})}),C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:x,children:C.jsx("span",{children:C.jsx(ye.FdTrash,{className:"h-4 w-4 text-grey-50"})})})]})})]}),a.length?C.jsx("div",{className:"ml-[43px]",children:C.jsx(vq,{data:a})}):null]})}),C.jsx(jr,{children:C.jsxs(qr,{hidden:!w,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(ye.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"This privilege uses non-existing resources"})]})})]})},wX=({privileges:e,selectPrivilege:t,selectedPrivilege:r})=>{const n=Z.useAppSelector(Z.selectGuestPrivilege),i=Z.useAppSelector(Z.selectCatalog),o=A.useMemo(()=>{if(i===null||!n)return n;const a=M2({guest:n},Object.values((i==null?void 0:i.dataClasses)??{}));return D2(a,i).guest},[e,i]);return C.jsxs("div",{className:"flex flex-1 flex-col gap-y-4 overflow-auto p-4 pb-10 pt-1",children:[o?C.jsx(ZI,{privilege:o,onSelect:t,selectedPrivilege:r,isGuest:!0}):null,Object.entries(e).length?Object.entries(e).filter(([,a])=>a.privilege!=="guest").map(([a,u])=>C.jsx(ZI,{privilege:u,onSelect:t,selectedPrivilege:r},a)):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(ye.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(ye.FdPlus,{className:"ml-2 inline h-4 w-4 text-white"})]})]})})})]})};var Eu={exports:{}},Su={exports:{}},Ge={};/** @license React v16.13.1
|
|
8
8
|
* react-is.production.min.js
|
|
9
9
|
*
|
|
10
10
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
11
|
*
|
|
12
12
|
* This source code is licensed under the MIT license found in the
|
|
13
13
|
* LICENSE file in the root directory of this source tree.
|
|
14
|
-
*/var
|
|
14
|
+
*/var JI;function _X(){if(JI)return Ge;JI=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,u=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,d=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,h=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,b=e?Symbol.for("react.fundamental"):60117,x=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function S(_){if(typeof _=="object"&&_!==null){var R=_.$$typeof;switch(R){case t:switch(_=_.type,_){case c:case d:case n:case o:case i:case h:return _;default:switch(_=_&&_.$$typeof,_){case u:case f:case m:case v:case a:return _;default:return R}}case r:return R}}}function E(_){return S(_)===d}return Ge.AsyncMode=c,Ge.ConcurrentMode=d,Ge.ContextConsumer=u,Ge.ContextProvider=a,Ge.Element=t,Ge.ForwardRef=f,Ge.Fragment=n,Ge.Lazy=m,Ge.Memo=v,Ge.Portal=r,Ge.Profiler=o,Ge.StrictMode=i,Ge.Suspense=h,Ge.isAsyncMode=function(_){return E(_)||S(_)===c},Ge.isConcurrentMode=E,Ge.isContextConsumer=function(_){return S(_)===u},Ge.isContextProvider=function(_){return S(_)===a},Ge.isElement=function(_){return typeof _=="object"&&_!==null&&_.$$typeof===t},Ge.isForwardRef=function(_){return S(_)===f},Ge.isFragment=function(_){return S(_)===n},Ge.isLazy=function(_){return S(_)===m},Ge.isMemo=function(_){return S(_)===v},Ge.isPortal=function(_){return S(_)===r},Ge.isProfiler=function(_){return S(_)===o},Ge.isStrictMode=function(_){return S(_)===i},Ge.isSuspense=function(_){return S(_)===h},Ge.isValidElementType=function(_){return typeof _=="string"||typeof _=="function"||_===n||_===d||_===o||_===i||_===h||_===p||typeof _=="object"&&_!==null&&(_.$$typeof===m||_.$$typeof===v||_.$$typeof===a||_.$$typeof===u||_.$$typeof===f||_.$$typeof===b||_.$$typeof===x||_.$$typeof===w||_.$$typeof===y)},Ge.typeOf=S,Ge}var Ke={};/** @license React v16.13.1
|
|
15
15
|
* react-is.development.js
|
|
16
16
|
*
|
|
17
17
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the MIT license found in the
|
|
20
20
|
* LICENSE file in the root directory of this source tree.
|
|
21
|
-
*/var
|
|
21
|
+
*/var QI;function EX(){return QI||(QI=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,u=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,d=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,h=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,b=e?Symbol.for("react.fundamental"):60117,x=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function S(de){return typeof de=="string"||typeof de=="function"||de===n||de===d||de===o||de===i||de===h||de===p||typeof de=="object"&&de!==null&&(de.$$typeof===m||de.$$typeof===v||de.$$typeof===a||de.$$typeof===u||de.$$typeof===f||de.$$typeof===b||de.$$typeof===x||de.$$typeof===w||de.$$typeof===y)}function E(de){if(typeof de=="object"&&de!==null){var we=de.$$typeof;switch(we){case t:var Se=de.type;switch(Se){case c:case d:case n:case o:case i:case h:return Se;default:var _e=Se&&Se.$$typeof;switch(_e){case u:case f:case m:case v:case a:return _e;default:return we}}case r:return we}}}var _=c,R=d,P=u,N=a,j=t,L=f,F=n,k=m,D=v,T=r,B=o,$=i,W=h,Y=!1;function ee(de){return Y||(Y=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),H(de)||E(de)===c}function H(de){return E(de)===d}function Q(de){return E(de)===u}function ce(de){return E(de)===a}function se(de){return typeof de=="object"&&de!==null&&de.$$typeof===t}function z(de){return E(de)===f}function G(de){return E(de)===n}function J(de){return E(de)===m}function V(de){return E(de)===v}function K(de){return E(de)===r}function ie(de){return E(de)===o}function ne(de){return E(de)===i}function ue(de){return E(de)===h}Ke.AsyncMode=_,Ke.ConcurrentMode=R,Ke.ContextConsumer=P,Ke.ContextProvider=N,Ke.Element=j,Ke.ForwardRef=L,Ke.Fragment=F,Ke.Lazy=k,Ke.Memo=D,Ke.Portal=T,Ke.Profiler=B,Ke.StrictMode=$,Ke.Suspense=W,Ke.isAsyncMode=ee,Ke.isConcurrentMode=H,Ke.isContextConsumer=Q,Ke.isContextProvider=ce,Ke.isElement=se,Ke.isForwardRef=z,Ke.isFragment=G,Ke.isLazy=J,Ke.isMemo=V,Ke.isPortal=K,Ke.isProfiler=ie,Ke.isStrictMode=ne,Ke.isSuspense=ue,Ke.isValidElementType=S,Ke.typeOf=E})()),Ke}var eN;function gq(){return eN||(eN=1,process.env.NODE_ENV==="production"?Su.exports=_X():Su.exports=EX()),Su.exports}/*
|
|
22
22
|
object-assign
|
|
23
23
|
(c) Sindre Sorhus
|
|
24
24
|
@license MIT
|
|
25
|
-
*/var
|
|
26
|
-
Valid keys: `+JSON.stringify(Object.keys(H),null," "));var de=ue(V,ne,z,G,J+"."+ne,r);if(de)return de}return null}return b(Q)}function T(H){switch(typeof H){case"number":case"string":case"undefined":return!0;case"boolean":return!H;case"object":if(Array.isArray(H))return H.every(T);if(H===null||u(H))return!0;var Q=h(H);if(Q){var ce=Q.call(H),se;if(Q!==H.entries){for(;!(se=ce.next()).done;)if(!T(se.value))return!1}else for(;!(se=ce.next()).done;){var z=se.value;if(z&&!T(z[1]))return!1}}else return!1;return!0;default:return!1}}function B(H,Q){return H==="symbol"?!0:Q?Q["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&Q instanceof Symbol:!1}function $(H){var Q=typeof H;return Array.isArray(H)?"array":H instanceof RegExp?"object":B(Q,H)?"symbol":Q}function W(H){if(typeof H>"u"||H===null)return""+H;var Q=$(H);if(Q==="object"){if(H instanceof Date)return"date";if(H instanceof RegExp)return"regexp"}return Q}function Y(H){var Q=W(H);switch(Q){case"array":case"object":return"an "+Q;case"boolean":case"date":case"regexp":return"a "+Q;default:return Q}}function ee(H){return!H.constructor||!H.constructor.name?p:H.constructor.name}return v.checkPropTypes=i,v.resetWarningCache=i.resetWarningCache,v.PropTypes=v,v},
|
|
25
|
+
*/var Mm,tN;function SX(){if(tN)return Mm;tN=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 c=Object.getOwnPropertyNames(a).map(function(f){return a[f]});if(c.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 Mm=i()?Object.assign:function(o,a){for(var u,c=n(o),d,f=1;f<arguments.length;f++){u=Object(arguments[f]);for(var h in u)t.call(u,h)&&(c[h]=u[h]);if(e){d=e(u);for(var p=0;p<d.length;p++)r.call(u,d[p])&&(c[d[p]]=u[d[p]])}}return c},Mm}var Dm,rN;function Wx(){if(rN)return Dm;rN=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return Dm=e,Dm}var jm,nN;function mq(){return nN||(nN=1,jm=Function.call.bind(Object.prototype.hasOwnProperty)),jm}var qm,iN;function OX(){if(iN)return qm;iN=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Wx(),r={},n=mq();e=function(o){var a="Warning: "+o;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function i(o,a,u,c,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((c||"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,c,u,null,t)}catch(m){h=m}if(h&&!(h instanceof Error)&&e((c||"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={})},qm=i,qm}var km,oN;function CX(){if(oN)return km;oN=1;var e=gq(),t=SX(),r=Wx(),n=mq(),i=OX(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(u){var c="Warning: "+u;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}});function a(){return null}return km=function(u,c){var d=typeof Symbol=="function"&&Symbol.iterator,f="@@iterator";function h(H){var Q=H&&(d&&H[d]||H[f]);if(typeof Q=="function")return Q}var p="<<anonymous>>",v={array:x("array"),bigint:x("bigint"),bool:x("boolean"),func:x("function"),number:x("number"),object:x("object"),string:x("string"),symbol:x("symbol"),any:w(),arrayOf:S,element:E(),elementType:_(),instanceOf:R,node:L(),objectOf:N,oneOf:P,oneOfType:j,shape:k,exact:D};function m(H,Q){return H===Q?H!==0||1/H===1/Q:H!==H&&Q!==Q}function y(H,Q){this.message=H,this.data=Q&&typeof Q=="object"?Q:{},this.stack=""}y.prototype=Error.prototype;function b(H){if(process.env.NODE_ENV!=="production")var Q={},ce=0;function se(G,J,V,K,ie,ne,ue){if(K=K||p,ne=ne||V,ue!==r){if(c){var de=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 de.name="Invariant Violation",de}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var we=K+":"+V;!Q[we]&&ce<3&&(o("You are manually calling a React.PropTypes validation function for the `"+ne+"` 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."),Q[we]=!0,ce++)}}return J[V]==null?G?J[V]===null?new y("The "+ie+" `"+ne+"` is marked as required "+("in `"+K+"`, but its value is `null`.")):new y("The "+ie+" `"+ne+"` is marked as required in "+("`"+K+"`, but its value is `undefined`.")):null:H(J,V,K,ie,ne)}var z=se.bind(null,!1);return z.isRequired=se.bind(null,!0),z}function x(H){function Q(ce,se,z,G,J,V){var K=ce[se],ie=$(K);if(ie!==H){var ne=W(K);return new y("Invalid "+G+" `"+J+"` of type "+("`"+ne+"` supplied to `"+z+"`, expected ")+("`"+H+"`."),{expectedType:H})}return null}return b(Q)}function w(){return b(a)}function S(H){function Q(ce,se,z,G,J){if(typeof H!="function")return new y("Property `"+J+"` of component `"+z+"` has invalid PropType notation inside arrayOf.");var V=ce[se];if(!Array.isArray(V)){var K=$(V);return new y("Invalid "+G+" `"+J+"` of type "+("`"+K+"` supplied to `"+z+"`, expected an array."))}for(var ie=0;ie<V.length;ie++){var ne=H(V,ie,z,G,J+"["+ie+"]",r);if(ne instanceof Error)return ne}return null}return b(Q)}function E(){function H(Q,ce,se,z,G){var J=Q[ce];if(!u(J)){var V=$(J);return new y("Invalid "+z+" `"+G+"` of type "+("`"+V+"` supplied to `"+se+"`, expected a single ReactElement."))}return null}return b(H)}function _(){function H(Q,ce,se,z,G){var J=Q[ce];if(!e.isValidElementType(J)){var V=$(J);return new y("Invalid "+z+" `"+G+"` of type "+("`"+V+"` supplied to `"+se+"`, expected a single ReactElement type."))}return null}return b(H)}function R(H){function Q(ce,se,z,G,J){if(!(ce[se]instanceof H)){var V=H.name||p,K=ee(ce[se]);return new y("Invalid "+G+" `"+J+"` of type "+("`"+K+"` supplied to `"+z+"`, expected ")+("instance of `"+V+"`."))}return null}return b(Q)}function P(H){if(!Array.isArray(H))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 Q(ce,se,z,G,J){for(var V=ce[se],K=0;K<H.length;K++)if(m(V,H[K]))return null;var ie=JSON.stringify(H,function(ue,de){var we=W(de);return we==="symbol"?String(de):de});return new y("Invalid "+G+" `"+J+"` of value `"+String(V)+"` "+("supplied to `"+z+"`, expected one of "+ie+"."))}return b(Q)}function N(H){function Q(ce,se,z,G,J){if(typeof H!="function")return new y("Property `"+J+"` of component `"+z+"` has invalid PropType notation inside objectOf.");var V=ce[se],K=$(V);if(K!=="object")return new y("Invalid "+G+" `"+J+"` of type "+("`"+K+"` supplied to `"+z+"`, expected an object."));for(var ie in V)if(n(V,ie)){var ne=H(V,ie,z,G,J+"."+ie,r);if(ne instanceof Error)return ne}return null}return b(Q)}function j(H){if(!Array.isArray(H))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var Q=0;Q<H.length;Q++){var ce=H[Q];if(typeof ce!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Y(ce)+" at index "+Q+"."),a}function se(z,G,J,V,K){for(var ie=[],ne=0;ne<H.length;ne++){var ue=H[ne],de=ue(z,G,J,V,K,r);if(de==null)return null;de.data&&n(de.data,"expectedType")&&ie.push(de.data.expectedType)}var we=ie.length>0?", expected one of type ["+ie.join(", ")+"]":"";return new y("Invalid "+V+" `"+K+"` supplied to "+("`"+J+"`"+we+"."))}return b(se)}function L(){function H(Q,ce,se,z,G){return T(Q[ce])?null:new y("Invalid "+z+" `"+G+"` supplied to "+("`"+se+"`, expected a ReactNode."))}return b(H)}function F(H,Q,ce,se,z){return new y((H||"React class")+": "+Q+" type `"+ce+"."+se+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+z+"`.")}function k(H){function Q(ce,se,z,G,J){var V=ce[se],K=$(V);if(K!=="object")return new y("Invalid "+G+" `"+J+"` of type `"+K+"` "+("supplied to `"+z+"`, expected `object`."));for(var ie in H){var ne=H[ie];if(typeof ne!="function")return F(z,G,J,ie,W(ne));var ue=ne(V,ie,z,G,J+"."+ie,r);if(ue)return ue}return null}return b(Q)}function D(H){function Q(ce,se,z,G,J){var V=ce[se],K=$(V);if(K!=="object")return new y("Invalid "+G+" `"+J+"` of type `"+K+"` "+("supplied to `"+z+"`, expected `object`."));var ie=t({},ce[se],H);for(var ne in ie){var ue=H[ne];if(n(H,ne)&&typeof ue!="function")return F(z,G,J,ne,W(ue));if(!ue)return new y("Invalid "+G+" `"+J+"` key `"+ne+"` supplied to `"+z+"`.\nBad object: "+JSON.stringify(ce[se],null," ")+`
|
|
26
|
+
Valid keys: `+JSON.stringify(Object.keys(H),null," "));var de=ue(V,ne,z,G,J+"."+ne,r);if(de)return de}return null}return b(Q)}function T(H){switch(typeof H){case"number":case"string":case"undefined":return!0;case"boolean":return!H;case"object":if(Array.isArray(H))return H.every(T);if(H===null||u(H))return!0;var Q=h(H);if(Q){var ce=Q.call(H),se;if(Q!==H.entries){for(;!(se=ce.next()).done;)if(!T(se.value))return!1}else for(;!(se=ce.next()).done;){var z=se.value;if(z&&!T(z[1]))return!1}}else return!1;return!0;default:return!1}}function B(H,Q){return H==="symbol"?!0:Q?Q["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&Q instanceof Symbol:!1}function $(H){var Q=typeof H;return Array.isArray(H)?"array":H instanceof RegExp?"object":B(Q,H)?"symbol":Q}function W(H){if(typeof H>"u"||H===null)return""+H;var Q=$(H);if(Q==="object"){if(H instanceof Date)return"date";if(H instanceof RegExp)return"regexp"}return Q}function Y(H){var Q=W(H);switch(Q){case"array":case"object":return"an "+Q;case"boolean":case"date":case"regexp":return"a "+Q;default:return Q}}function ee(H){return!H.constructor||!H.constructor.name?p:H.constructor.name}return v.checkPropTypes=i,v.resetWarningCache=i.resetWarningCache,v.PropTypes=v,v},km}var Lm,aN;function RX(){if(aN)return Lm;aN=1;var e=Wx();function t(){}function r(){}return r.resetWarningCache=t,Lm=function(){function n(a,u,c,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},Lm}var sN;function PX(){if(sN)return Eu.exports;if(sN=1,process.env.NODE_ENV!=="production"){var e=gq(),t=!0;Eu.exports=CX()(e.isElement,t)}else Eu.exports=RX()();return Eu.exports}var IX=PX();const le=Un(IX);var Ou={exports:{}},Ze={};/** @license React v17.0.2
|
|
27
27
|
* react-is.production.min.js
|
|
28
28
|
*
|
|
29
29
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
30
30
|
*
|
|
31
31
|
* This source code is licensed under the MIT license found in the
|
|
32
32
|
* LICENSE file in the root directory of this source tree.
|
|
33
|
-
*/var
|
|
33
|
+
*/var uN;function NX(){if(uN)return Ze;uN=1;var e=60103,t=60106,r=60107,n=60108,i=60114,o=60109,a=60110,u=60112,c=60113,d=60120,f=60115,h=60116,p=60121,v=60122,m=60117,y=60129,b=60131;if(typeof Symbol=="function"&&Symbol.for){var x=Symbol.for;e=x("react.element"),t=x("react.portal"),r=x("react.fragment"),n=x("react.strict_mode"),i=x("react.profiler"),o=x("react.provider"),a=x("react.context"),u=x("react.forward_ref"),c=x("react.suspense"),d=x("react.suspense_list"),f=x("react.memo"),h=x("react.lazy"),p=x("react.block"),v=x("react.server.block"),m=x("react.fundamental"),y=x("react.debug_trace_mode"),b=x("react.legacy_hidden")}function w(D){if(typeof D=="object"&&D!==null){var T=D.$$typeof;switch(T){case e:switch(D=D.type,D){case r:case i:case n:case c:case d:return D;default:switch(D=D&&D.$$typeof,D){case a:case u:case h:case f:case o:return D;default:return T}}case t:return T}}}var S=o,E=e,_=u,R=r,P=h,N=f,j=t,L=i,F=n,k=c;return Ze.ContextConsumer=a,Ze.ContextProvider=S,Ze.Element=E,Ze.ForwardRef=_,Ze.Fragment=R,Ze.Lazy=P,Ze.Memo=N,Ze.Portal=j,Ze.Profiler=L,Ze.StrictMode=F,Ze.Suspense=k,Ze.isAsyncMode=function(){return!1},Ze.isConcurrentMode=function(){return!1},Ze.isContextConsumer=function(D){return w(D)===a},Ze.isContextProvider=function(D){return w(D)===o},Ze.isElement=function(D){return typeof D=="object"&&D!==null&&D.$$typeof===e},Ze.isForwardRef=function(D){return w(D)===u},Ze.isFragment=function(D){return w(D)===r},Ze.isLazy=function(D){return w(D)===h},Ze.isMemo=function(D){return w(D)===f},Ze.isPortal=function(D){return w(D)===t},Ze.isProfiler=function(D){return w(D)===i},Ze.isStrictMode=function(D){return w(D)===n},Ze.isSuspense=function(D){return w(D)===c},Ze.isValidElementType=function(D){return typeof D=="string"||typeof D=="function"||D===r||D===i||D===y||D===n||D===c||D===d||D===b||typeof D=="object"&&D!==null&&(D.$$typeof===h||D.$$typeof===f||D.$$typeof===o||D.$$typeof===a||D.$$typeof===u||D.$$typeof===m||D.$$typeof===p||D[0]===v)},Ze.typeOf=w,Ze}var Je={};/** @license React v17.0.2
|
|
34
34
|
* react-is.development.js
|
|
35
35
|
*
|
|
36
36
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
37
37
|
*
|
|
38
38
|
* This source code is licensed under the MIT license found in the
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
|
40
|
-
*/var uN;function NX(){return uN||(uN=1,process.env.NODE_ENV!=="production"&&(function(){var e=60103,t=60106,r=60107,n=60108,i=60114,o=60109,a=60110,u=60112,c=60113,d=60120,f=60115,h=60116,p=60121,v=60122,m=60117,y=60129,b=60131;if(typeof Symbol=="function"&&Symbol.for){var x=Symbol.for;e=x("react.element"),t=x("react.portal"),r=x("react.fragment"),n=x("react.strict_mode"),i=x("react.profiler"),o=x("react.provider"),a=x("react.context"),u=x("react.forward_ref"),c=x("react.suspense"),d=x("react.suspense_list"),f=x("react.memo"),h=x("react.lazy"),p=x("react.block"),v=x("react.server.block"),m=x("react.fundamental"),x("react.scope"),x("react.opaque.id"),y=x("react.debug_trace_mode"),x("react.offscreen"),b=x("react.legacy_hidden")}var w=!1;function S(ue){return!!(typeof ue=="string"||typeof ue=="function"||ue===r||ue===i||ue===y||ue===n||ue===c||ue===d||ue===b||w||typeof ue=="object"&&ue!==null&&(ue.$$typeof===h||ue.$$typeof===f||ue.$$typeof===o||ue.$$typeof===a||ue.$$typeof===u||ue.$$typeof===m||ue.$$typeof===p||ue[0]===v))}function E(ue){if(typeof ue=="object"&&ue!==null){var de=ue.$$typeof;switch(de){case e:var we=ue.type;switch(we){case r:case i:case n:case c:case d:return we;default:var Se=we&&we.$$typeof;switch(Se){case a:case u:case h:case f:case o:return Se;default:return de}}case t:return de}}}var _=a,R=o,P=e,N=u,j=r,L=h,F=f,k=t,D=i,T=n,B=c,$=!1,W=!1;function Y(ue){return $||($=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function ee(ue){return W||(W=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function H(ue){return E(ue)===a}function Q(ue){return E(ue)===o}function ce(ue){return typeof ue=="object"&&ue!==null&&ue.$$typeof===e}function se(ue){return E(ue)===u}function z(ue){return E(ue)===r}function G(ue){return E(ue)===h}function J(ue){return E(ue)===f}function V(ue){return E(ue)===t}function K(ue){return E(ue)===i}function ie(ue){return E(ue)===n}function ne(ue){return E(ue)===c}Je.ContextConsumer=_,Je.ContextProvider=R,Je.Element=P,Je.ForwardRef=N,Je.Fragment=j,Je.Lazy=L,Je.Memo=F,Je.Portal=k,Je.Profiler=D,Je.StrictMode=T,Je.Suspense=B,Je.isAsyncMode=Y,Je.isConcurrentMode=ee,Je.isContextConsumer=H,Je.isContextProvider=Q,Je.isElement=ce,Je.isForwardRef=se,Je.isFragment=z,Je.isLazy=G,Je.isMemo=J,Je.isPortal=V,Je.isProfiler=K,Je.isStrictMode=ie,Je.isSuspense=ne,Je.isValidElementType=S,Je.typeOf=E})()),Je}var cN;function TX(){return cN||(cN=1,process.env.NODE_ENV==="production"?Ou.exports=IX():Ou.exports=NX()),Ou.exports}var lN=TX();function fN(e){return typeof e=="object"&&e!=null&&e.nodeType===1}function dN(e,t){return(!t||e!=="hidden")&&e!=="visible"&&e!=="clip"}function Lm(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var r=getComputedStyle(e,null);return dN(r.overflowY,t)||dN(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 Cu(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 AX=function(e,t){var r=window,n=t.inline,i=t.boundary,o=t.skipOverflowHiddenElements,a=typeof i=="function"?i:function(de){return de!==i};if(!fN(e))throw new TypeError("Invalid target");for(var u,c,d=document.scrollingElement||document.documentElement,f=[],h=e;fN(h)&&a(h);){if((h=(c=(u=h).parentElement)==null?u.getRootNode().host||null:c)===d){f.push(h);break}h!=null&&h===document.body&&Lm(h)&&!Lm(document.documentElement)||h!=null&&Lm(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,b=e.getBoundingClientRect(),x=b.height,w=b.width,S=b.top,E=b.right,_=b.bottom,R=b.left,P=S,N=n==="center"?R+w/2:n==="end"?E:R,j=[],L=0;L<f.length;L++){var F=f[L],k=F.getBoundingClientRect(),D=k.height,T=k.width,B=k.top,$=k.right,W=k.bottom,Y=k.left;if(S>=0&&R>=0&&_<=v&&E<=p&&S>=B&&_<=W&&R>=Y&&E<=$)return j;var ee=getComputedStyle(F),H=parseInt(ee.borderLeftWidth,10),Q=parseInt(ee.borderTopWidth,10),ce=parseInt(ee.borderRightWidth,10),se=parseInt(ee.borderBottomWidth,10),z=0,G=0,J="offsetWidth"in F?F.offsetWidth-F.clientWidth-H-ce:0,V="offsetHeight"in F?F.offsetHeight-F.clientHeight-Q-se:0,K="offsetWidth"in F?F.offsetWidth===0?0:T/F.offsetWidth:0,ie="offsetHeight"in F?F.offsetHeight===0?0:D/F.offsetHeight:0;if(d===F)z=Cu(y,y+v,v,Q,se,y+P,y+P+x,x),G=n==="start"?N:n==="center"?N-p/2:n==="end"?N-p:Cu(m,m+p,p,H,ce,m+N,m+N+w,w),z=Math.max(0,z+y),G=Math.max(0,G+m);else{z=Cu(B,W,D,Q,se+V,P,P+x,x),G=n==="start"?N-Y-H:n==="center"?N-(Y+T/2)+J/2:n==="end"?N-$+ce+J:Cu(Y,$,T,H,ce+J,N,N+w,w);var ne=F.scrollLeft,ue=F.scrollTop;P+=ue-(z=Math.max(0,Math.min(ue+z/ie,F.scrollHeight-D/ie+V))),N+=ne-(G=Math.max(0,Math.min(ne+G/K,F.scrollWidth-T/K+J)))}j.push({el:F,top:z,left:G})}return j},lc=function(){return lc=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},lc.apply(this,arguments)};let MX=0;function hN(e){return typeof e=="function"?e:br}function br(){}function gq(e,t){if(!e)return;AX(e,{boundary:t}).forEach(n=>{let{el:i,top:o,left:a}=n;i.scrollTop=o,i.scrollLeft=a})}function pN(e,t,r){return e===t||t instanceof r.Node&&e.contains&&e.contains(t)}function Wx(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 Ot(){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 si(){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 mq(){return String(MX++)}function yq(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 vN(e,t){return e=Array.isArray(e)?e[0]:e,!e&&t?t:e}function bq(e){return typeof e.type=="string"}function xq(e){return e.props}function DX(e,t){console.error(`The property "${t}" is required in "${e}"`)}const jX=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function Ru(e){e===void 0&&(e={});const t={};return jX.forEach(r=>{e.hasOwnProperty(r)&&(t[r]=e[r])}),t}function fc(e,t){return Object.keys(e).reduce((r,n)=>(r[n]=dc(t,n)?t[n]:e[n],r),{})}function dc(e,t){return e[t]!==void 0}function Ub(e){const{key:t,keyCode:r}=e;return r>=37&&r<=40&&t.indexOf("Arrow")!==0?`Arrow${t}`:t}function qX(e){return Object.prototype.toString.call(e)==="[object Object]"}function so(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=xi(e,a,r,n,i);return u===-1?t>=r?-1:t:u}function xi(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?xi(1,0,r,n,!1):xi(-1,r-1,r,n,!1):-1}function hc(e,t,r,n){return n===void 0&&(n=!0),t.some(i=>i&&(pN(i,e,r)||n&&pN(i,r.document.activeElement,r)))}let Gx=br;process.env.NODE_ENV!=="production"&&(Gx=(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 kX=Wx(e=>{_q(e).textContent=""},500);function wq(e,t){const r=_q(t);e&&(r.textContent=e,kX(t))}function _q(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 Eq=process.env.NODE_ENV!=="production"?"__autocomplete_unknown__":0,Sq=process.env.NODE_ENV!=="production"?"__autocomplete_mouseup__":1,Oq=process.env.NODE_ENV!=="production"?"__autocomplete_item_mouseenter__":2,Fu=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_up__":3,$u=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_down__":4,Cq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_escape__":5,Rq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_enter__":6,Pq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_home__":7,Iq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_end__":8,Nq=process.env.NODE_ENV!=="production"?"__autocomplete_click_item__":9,Tq=process.env.NODE_ENV!=="production"?"__autocomplete_blur_input__":10,Aq=process.env.NODE_ENV!=="production"?"__autocomplete_change_input__":11,Mq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_space_button__":12,Vb=process.env.NODE_ENV!=="production"?"__autocomplete_click_button__":13,Dq=process.env.NODE_ENV!=="production"?"__autocomplete_blur_button__":14,jq=process.env.NODE_ENV!=="production"?"__autocomplete_controlled_prop_updated_selected_item__":15,qq=process.env.NODE_ENV!=="production"?"__autocomplete_touchend__":16;var LX=Object.freeze({__proto__:null,unknown:Eq,mouseUp:Sq,itemMouseEnter:Oq,keyDownArrowUp:Fu,keyDownArrowDown:$u,keyDownEscape:Cq,keyDownEnter:Rq,keyDownHome:Pq,keyDownEnd:Iq,clickItem:Nq,blurInput:Tq,changeInput:Aq,keyDownSpaceButton:Mq,clickButton:Vb,blurButton:Dq,controlledPropUpdatedSelectedItem:jq,touchEnd:qq});const BX=(()=>{class e extends A.Component{constructor(r){var n;super(r),n=this,this.id=this.props.id||`downshift-${mq()}`,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=Ru(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=Ru(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={},b=typeof h=="function";return!b&&h.hasOwnProperty("inputValue")&&this.props.onInputValueChange(h.inputValue,{...this.getStateAndHelpers(),...h}),this.setState(x=>{x=this.getState(x);let w=b?h(x):h;w=this.props.stateReducer(x,w),v=w.hasOwnProperty("selectedItem");const S={};return v&&w.selectedItem!==x.selectedItem&&(m=w.selectedItem),w.type=w.type||Eq,Object.keys(w).forEach(E=>{x[E]!==w[E]&&(y[E]=w[E]),E!=="type"&&(w[E],dc(this.props,E)||(S[E]=w[E]))}),b&&w.hasOwnProperty("inputValue")&&this.props.onInputValueChange(w.inputValue,{...this.getStateAndHelpers(),...w}),S},()=>{hN(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:b=!1}=p===void 0?{}:p;n.getRootProps.called=!0,n.getRootProps.refKey=v,n.getRootProps.suppressRefError=b;const{isOpen:x}=n.getState();return{[v]:si(m,n.rootRef),role:"combobox","aria-expanded":x,"aria-haspopup":"listbox","aria-owns":x?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:$u})}else this.internalSetState({isOpen:!0,type:$u},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=so(1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:$u})}})},ArrowUp(h){if(h.preventDefault(),this.getState().isOpen){const p=h.shiftKey?-5:-1;this.moveHighlightedIndex(p,{type:Fu})}else this.internalSetState({isOpen:!0,type:Fu},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=so(-1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:Fu})}})},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:Rq})}},Escape(h){h.preventDefault(),this.reset({type:Cq,...!this.state.isOpen&&{selectedItem:null,inputValue:""}})}},this.buttonKeyDownHandlers={...this.keyDownHandlers," "(h){h.preventDefault(),this.toggleMenu({type:Mq})}},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=xi(1,0,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Pq})},End(h){const{isOpen:p}=this.getState();if(!p)return;h.preventDefault();const v=this.getItemCount();if(v<=0||!p)return;const m=xi(-1,v-1,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Iq})}},this.getToggleButtonProps=function(h){let{onClick:p,onPress:v,onKeyDown:m,onKeyUp:y,onBlur:b,...x}=h===void 0?{}:h;const{isOpen:w}=n.getState(),S={onClick:Ot(p,n.buttonHandleClick),onKeyDown:Ot(m,n.buttonHandleKeyDown),onKeyUp:Ot(y,n.buttonHandleKeyUp),onBlur:Ot(b,n.buttonHandleBlur)},E=x.disabled?{}:S;return{type:"button",role:"button","aria-label":w?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0,...E,...x}},this.buttonHandleKeyUp=h=>{h.preventDefault()},this.buttonHandleKeyDown=h=>{const p=Ub(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:Vb}):this.internalSetTimeout(()=>this.toggleMenu({type:Vb}))},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:Dq})})},this.getLabelProps=h=>({htmlFor:this.inputId,id:this.labelId,...h}),this.getInputProps=function(h){let{onKeyDown:p,onBlur:v,onChange:m,onInput:y,onChangeText:b,...x}=h===void 0?{}:h,w,S={};w="onChange";const{inputValue:E,isOpen:_,highlightedIndex:R}=n.getState();return x.disabled||(S={[w]:Ot(m,y,n.inputHandleChange),onKeyDown:Ot(p,n.inputHandleKeyDown),onBlur:Ot(v,n.inputHandleBlur)}),{"aria-autocomplete":"list","aria-activedescendant":_&&typeof R=="number"&&R>=0?n.getItemId(R):null,"aria-controls":_?n.menuId:null,"aria-labelledby":n.labelId,autoComplete:"off",value:E,id:n.inputId,...S,...x}},this.inputHandleKeyDown=h=>{const p=Ub(h);p&&this.inputKeyDownHandlers[p]&&this.inputKeyDownHandlers[p].call(this,h)},this.inputHandleChange=h=>{this.internalSetState({type:Aq,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:Tq})})},this.menuRef=h=>{this._menuNode=h},this.getMenuProps=function(h,p){let{refKey:v="ref",ref:m,...y}=h===void 0?{}:h,{suppressRefError:b=!1}=p===void 0?{}:p;return n.getMenuProps.called=!0,n.getMenuProps.refKey=v,n.getMenuProps.suppressRefError=b,{[v]:si(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:b,item:x=process.env.NODE_ENV==="production"?void 0:DX("getItemProps","item"),...w}=h===void 0?{}:h;b===void 0?(n.items.push(x),b=n.items.indexOf(x)):n.items[b]=x;const S="onClick",E=m,_={onMouseMove:Ot(p,()=>{b!==n.getState().highlightedIndex&&(n.setHighlightedIndex(b,{type:Oq}),n.avoidScrolling=!0,n.internalSetTimeout(()=>n.avoidScrolling=!1,250))}),onMouseDown:Ot(v,P=>{P.preventDefault()}),[S]:Ot(E,()=>{n.selectItemAtIndex(b,{type:Nq})})},R=w.disabled?{onMouseDown:_.onMouseDown}:_;return{id:n.getItemId(b),role:"option","aria-selected":n.getState().highlightedIndex===b,...R,...w}},this.clearItems=()=>{this.items=[]},this.reset=function(h,p){h===void 0&&(h={}),h=Ru(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=Ru(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),hN(p)()})},this.openMenu=h=>{this.internalSetState({isOpen:!0},h)},this.closeMenu=h=>{this.internalSetState({isOpen:!1},h)},this.updateStatus=Wx(()=>{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,wq(m,this.props.environment.document)},200);const{defaultHighlightedIndex:i,initialHighlightedIndex:o=i,defaultIsOpen:a,initialIsOpen:u=a,initialInputValue:c="",initialSelectedItem:d=null}=this.props,f=this.getState({highlightedIndex:o,isOpen:u,inputValue:c,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),fc(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=so(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:c,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,openMenu:m,closeMenu:y,toggleMenu:b,selectItem:x,selectItemAtIndex:w,selectHighlightedItem:S,setHighlightedIndex:E,clearSelection:_,clearItems:R,reset:P,setItemCount:N,unsetItemCount:j,internalSetState:L}=this;return{getRootProps:c,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,reset:P,openMenu:m,closeMenu:y,toggleMenu:b,selectItem:x,selectItemAtIndex:w,selectHighlightedItem:S,setHighlightedIndex:E,clearSelection:_,clearItems:R,setItemCount:N,unsetItemCount:j,setState:L,itemToString:a,id:u,highlightedIndex:r,inputValue:n,isOpen:o,selectedItem:i}}componentDidMount(){process.env.NODE_ENV!=="production"&&this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&gN(this._menuNode,this.getMenuProps);{const r=()=>{this.isMouseDown=!0},n=c=>{this.isMouseDown=!1,!hc(c.target,[this._rootNode,this._menuNode],this.props.environment)&&this.getState().isOpen&&this.reset({type:Sq},()=>this.props.onOuterClick(this.getStateAndHelpers()))},i=()=>{this.isTouchMove=!1},o=()=>{this.isTouchMove=!0},a=c=>{const d=hc(c.target,[this._rootNode,this._menuNode],this.props.environment,!1);!this.isTouchMove&&!d&&this.getState().isOpen&&this.reset({type:qq},()=>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"&&(Gx(this.state,r,this.props),this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&gN(this._menuNode,this.getMenuProps)),dc(this.props,"selectedItem")&&this.props.selectedItemChanged(r.selectedItem,this.props.selectedItem)&&this.internalSetState({type:jq,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(n,r)&&this.scrollHighlightedItemIntoView(),this.updateStatus()}componentWillUnmount(){this.cleanup()}render(){const r=vN(this.props.children,br);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=vN(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&&FX(n,this.getRootProps),n;if(bq(n))return A.cloneElement(n,this.getRootProps(xq(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:yq,itemToString:t=>t==null?"":(process.env.NODE_ENV!=="production"&&qX(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:br,onInputValueChange:br,onUserAction:br,onChange:br,onSelect:br,onOuterClick:br,selectedItemChanged:(t,r)=>t!==r,environment:typeof window>"u"?{}:window,stateReducer:(t,r)=>r,suppressRefError:!1,scrollIntoView:gq},e.stateChangeTypes=LX,e})();process.env.NODE_ENV!=="production"&&(BX.propTypes={children:le.func,defaultHighlightedIndex:le.number,defaultIsOpen:le.bool,initialHighlightedIndex:le.number,initialSelectedItem:le.any,initialInputValue:le.string,initialIsOpen:le.bool,getA11yStatusMessage:le.func,itemToString:le.func,onChange:le.func,onSelect:le.func,onStateChange:le.func,onInputValueChange:le.func,onUserAction:le.func,onOuterClick:le.func,selectedItemChanged:le.func,stateReducer:le.func,itemCount:le.number,id:le.string,environment:le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})}),suppressRefError:le.bool,scrollIntoView:le.func,selectedItem:le.any,isOpen:le.bool,inputValue:le.string,highlightedIndex:le.number,labelId:le.string,inputId:le.string,menuId:le.string,getItemId:le.func});function gN(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 FX(e,t){let{refKey:r}=t;const n=r!=="ref",i=!bq(e);i&&!n&&!lN.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}"`),!lN.isForwardRef(e)&&!xq(e)[r]&&console.error(`downshift: You must apply the ref prop "${r}" from getRootProps onto your root element.`)}const kq={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function $X(e,t,r){const{props:n,type:i}=e,o={};Object.keys(t).forEach(a=>{zX(a,e,t,r),r[a]!==t[a]&&(o[a]=r[a])}),n.onStateChange&&Object.keys(o).length&&n.onStateChange({type:i,...o})}function zX(e,t,r,n){const{props:i,type:o}=t,a=`on${Kx(e)}Change`;i[a]&&n[e]!==void 0&&n[e]!==r[e]&&i[a]({type:o,...n})}function HX(e,t){return t.changes}function UX(e){const{selectedItem:t,itemToString:r}=e;return t?`${r(t)} has been selected.`:""}const VX=Wx((e,t)=>{wq(e(),t)},200),WX=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?A.useLayoutEffect:A.useEffect;function GX(e){let{id:t=`downshift-${mq()}`,labelId:r,menuId:n,getItemId:i,toggleButtonId:o,inputId:a}=e;return A.useRef({labelId:r||`${t}-label`,menuId:n||`${t}-menu`,getItemId:i||(c=>`${t}-item-${c}`),toggleButtonId:o||`${t}-toggle-button`,inputId:a||`${t}-input`}).current}function KX(e,t,r){return e!==void 0?e:r.length===0?-1:r.indexOf(t)}function YX(e){return e?String(e):""}function Kx(e){return`${e.slice(0,1).toUpperCase()}${e.slice(1)}`}function Lq(e){const t=A.useRef(e);return t.current=e,t}function XX(e,t,r){const n=A.useRef(),i=A.useRef(),o=A.useCallback((h,p)=>{i.current=p,h=fc(h,p.props);const v=e(h,p);return p.props.stateReducer(h,{...p,changes:v})},[e]),[a,u]=A.useReducer(o,t),c=Lq(r),d=A.useCallback(h=>u({props:c.current,...h}),[c]),f=i.current;return A.useEffect(()=>{f&&n.current&&n.current!==a&&$X(f,fc(n.current,f.props),a),n.current=a},[a,r,f]),[a,d]}const Ia={itemToString:YX,stateReducer:HX,getA11ySelectionMessage:UX,scrollIntoView:gq,circularNavigation:!1,environment:typeof window>"u"?{}:window};function Zr(e,t,r){r===void 0&&(r=kq);const n=e[`default${Kx(t)}`];return n!==void 0?n:r[t]}function Pu(e,t,r){r===void 0&&(r=kq);const n=e[t];if(n!==void 0)return n;const i=e[`initial${Kx(t)}`];return i!==void 0?i:Zr(e,t,r)}function ZX(e){const t=Pu(e,"selectedItem"),r=Pu(e,"isOpen"),n=Pu(e,"highlightedIndex"),i=Pu(e,"inputValue");return{highlightedIndex:n<0&&t&&r?e.items.indexOf(t):n,isOpen:r,selectedItem:t,inputValue:i}}function pc(e,t,r,n){const{items:i,initialHighlightedIndex:o,defaultHighlightedIndex:a}=e,{selectedItem:u,highlightedIndex:c}=t;return i.length===0?-1:o!==void 0&&c===o?o:a!==void 0?a:u?r===0?i.indexOf(u):so(r,i.indexOf(u),i.length,n,!1):r===0?-1:r<0?i.length-1:0}function JX(e,t,r,n){const i=A.useRef({isMouseDown:!1,isTouchMove:!1});return A.useEffect(()=>{const o=()=>{i.current.isMouseDown=!0},a=f=>{i.current.isMouseDown=!1,e&&!hc(f.target,t.map(h=>h.current),r)&&n()},u=()=>{i.current.isTouchMove=!1},c=()=>{i.current.isTouchMove=!0},d=f=>{e&&!i.current.isTouchMove&&!hc(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",c),r.addEventListener("touchend",d),function(){r.removeEventListener("mousedown",o),r.removeEventListener("mouseup",a),r.removeEventListener("touchstart",u),r.removeEventListener("touchmove",c),r.removeEventListener("touchend",d)}},[e,r]),i}let Bq=()=>br;process.env.NODE_ENV!=="production"&&(Bq=function(){const e=A.useRef(!0);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const i=A.useRef(r.reduce((a,u)=>(a[u]={},a),{}));return A.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:c,refKey:d,elementRef:f}=u;(!f||!f.current)&&!c&&console.error(`downshift: The ref prop "${d}" from ${a} was not applied correctly on your element.`)}),e.current=!1}),A.useCallback((a,u,c,d)=>{i.current[a]={suppressRefError:u,refKey:c,elementRef:d}},[])});function mN(e,t,r){let{isInitialMount:n,highlightedIndex:i,items:o,environment:a,...u}=r;A.useEffect(()=>{n||VX(()=>e({highlightedIndex:i,highlightedItem:o[i],resultCount:o.length,...u}),a.document)},t)}function QX(e){let{highlightedIndex:t,isOpen:r,itemRefs:n,getItemNodeFromIndex:i,menuElement:o,scrollIntoView:a}=e;const u=A.useRef(!0);return WX(()=>{t<0||!r||!Object.keys(n.current).length||(u.current===!1?u.current=!0:a(i(t),o))},[t]),u}let Fq=br;process.env.NODE_ENV!=="production"&&(Fq=e=>{let{isInitialMount:t,props:r,state:n}=e;const i=A.useRef(r);A.useEffect(()=>{t||(Gx(n,i.current,r),i.current=r)},[n,r,t])});function eZ(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:pc(i,e,0)};break;case r.FunctionOpenMenu:o={isOpen:!0,highlightedIndex:pc(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:Zr(i,"highlightedIndex"),isOpen:Zr(i,"isOpen"),selectedItem:Zr(i,"selectedItem"),inputValue:Zr(i,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return{...e,...o}}le.array.isRequired,le.func,le.func,le.func,le.bool,le.number,le.number,le.number,le.bool,le.bool,le.bool,le.any,le.any,le.any,le.string,le.string,le.string,le.func,le.string,le.func,le.func,le.func,le.func,le.func,le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})});function tZ(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.":""}lc(lc({},Ia),{getA11yStatusMessage:tZ});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 Yx=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_down__":0,Xx=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_up__":1,Zx=process.env.NODE_ENV!=="production"?"__input_keydown_escape__":2,Jx=process.env.NODE_ENV!=="production"?"__input_keydown_home__":3,Qx=process.env.NODE_ENV!=="production"?"__input_keydown_end__":4,ew=process.env.NODE_ENV!=="production"?"__input_keydown_enter__":5,tw=process.env.NODE_ENV!=="production"?"__input_change__":6,vc=process.env.NODE_ENV!=="production"?"__input_blur__":7,$q=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":8,zq=process.env.NODE_ENV!=="production"?"__item_mouse_move__":9,rw=process.env.NODE_ENV!=="production"?"__item_click__":10,Hq=process.env.NODE_ENV!=="production"?"__togglebutton_click__":11,Uq=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":12,Vq=process.env.NODE_ENV!=="production"?"__function_open_menu__":13,Wq=process.env.NODE_ENV!=="production"?"__function_close_menu__":14,Gq=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":15,nw=process.env.NODE_ENV!=="production"?"__function_select_item__":16,Kq=process.env.NODE_ENV!=="production"?"__function_set_input_value__":17,Yq=process.env.NODE_ENV!=="production"?"__function_reset__":18,iw=process.env.NODE_ENV!=="production"?"__controlled_prop_updated_selected_item__":19;var Xq=Object.freeze({__proto__:null,InputKeyDownArrowDown:Yx,InputKeyDownArrowUp:Xx,InputKeyDownEscape:Zx,InputKeyDownHome:Jx,InputKeyDownEnd:Qx,InputKeyDownEnter:ew,InputChange:tw,InputBlur:vc,MenuMouseLeave:$q,ItemMouseMove:zq,ItemClick:rw,ToggleButtonClick:Hq,FunctionToggleMenu:Uq,FunctionOpenMenu:Vq,FunctionCloseMenu:Wq,FunctionSetHighlightedIndex:Gq,FunctionSelectItem:nw,FunctionSetInputValue:Kq,FunctionReset:Yq,ControlledPropUpdatedSelectedItem:iw});function rZ(e){const t=ZX(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 nZ={items:le.array.isRequired,itemToString:le.func,getA11yStatusMessage:le.func,getA11ySelectionMessage:le.func,circularNavigation:le.bool,highlightedIndex:le.number,defaultHighlightedIndex:le.number,initialHighlightedIndex:le.number,isOpen:le.bool,defaultIsOpen:le.bool,initialIsOpen:le.bool,selectedItem:le.any,initialSelectedItem:le.any,defaultSelectedItem:le.any,inputValue:le.string,defaultInputValue:le.string,initialInputValue:le.string,id:le.string,labelId:le.string,menuId:le.string,getItemId:le.func,inputId:le.string,toggleButtonId:le.string,stateReducer:le.func,onSelectedItemChange:le.func,onHighlightedIndexChange:le.func,onStateChange:le.func,onIsOpenChange:le.func,onInputValueChange:le.func,environment:le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})})};function iZ(e,t,r){const n=A.useRef(),[i,o]=XX(e,t,r);return A.useEffect(()=>{dc(r,"selectedItem")&&(n.current!==r.selectedItem&&o({type:iw,inputValue:r.itemToString(r.selectedItem)}),n.current=i.selectedItem===n.current?r.selectedItem:i.selectedItem)}),[fc(i,r),o]}let Zq=br;process.env.NODE_ENV!=="production"&&(Zq=(e,t)=>{le.checkPropTypes(nZ,e,"prop",t.name)});const oZ={...Ia,getA11yStatusMessage:yq,circularNavigation:!0};function aZ(e,t){const{type:r,props:n,shiftKey:i}=t;let o;switch(r){case rw:o={isOpen:Zr(n,"isOpen"),highlightedIndex:Zr(n,"highlightedIndex"),selectedItem:n.items[t.index],inputValue:n.itemToString(n.items[t.index])};break;case Yx:e.isOpen?o={highlightedIndex:so(i?5:1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:pc(n,e,1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case Xx:e.isOpen?o={highlightedIndex:so(i?-5:-1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:pc(n,e,-1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case ew:o={...e.isOpen&&e.highlightedIndex>=0&&{selectedItem:n.items[e.highlightedIndex],isOpen:Zr(n,"isOpen"),highlightedIndex:Zr(n,"highlightedIndex"),inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case Zx:o={isOpen:!1,highlightedIndex:-1,...!e.isOpen&&{selectedItem:null,inputValue:""}};break;case Jx:o={highlightedIndex:xi(1,0,n.items.length,t.getItemNodeFromIndex,!1)};break;case Qx:o={highlightedIndex:xi(-1,n.items.length-1,n.items.length,t.getItemNodeFromIndex,!1)};break;case vc:o={isOpen:!1,highlightedIndex:-1,...e.highlightedIndex>=0&&t.selectItem&&{selectedItem:n.items[e.highlightedIndex],inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case tw:o={isOpen:!0,highlightedIndex:Zr(n,"highlightedIndex"),inputValue:t.inputValue};break;case nw:o={selectedItem:t.selectedItem,inputValue:n.itemToString(t.selectedItem)};break;case iw:o={inputValue:t.inputValue};break;default:return eZ(e,t,Xq)}return{...e,...o}}to.stateChangeTypes=Xq;function to(e){e===void 0&&(e={}),Zq(e,to);const t={...oZ,...e},{initialIsOpen:r,defaultIsOpen:n,items:i,scrollIntoView:o,environment:a,getA11yStatusMessage:u,getA11ySelectionMessage:c,itemToString:d}=t,f=rZ(t),[h,p]=iZ(aZ,f,t),{isOpen:v,highlightedIndex:m,selectedItem:y,inputValue:b}=h,x=A.useRef(null),w=A.useRef({}),S=A.useRef(null),E=A.useRef(null),_=A.useRef(null),R=A.useRef(!0),P=GX(t),N=A.useRef(),j=Lq({state:h,props:t}),L=A.useCallback(K=>w.current[P.getItemId(K)],[P]);mN(u,[v,m,b,i],{isInitialMount:R.current,previousResultCount:N.current,items:i,environment:a,itemToString:d,...h}),mN(c,[y],{isInitialMount:R.current,previousResultCount:N.current,items:i,environment:a,itemToString:d,...h});const F=QX({menuElement:x.current,highlightedIndex:m,isOpen:v,itemRefs:w,scrollIntoView:o,getItemNodeFromIndex:L});Fq({isInitialMount:R.current,props:t,state:h}),A.useEffect(()=>{(r||n||v)&&S.current&&S.current.focus()},[]),A.useEffect(()=>{R.current||(N.current=i.length)});const k=JX(v,[_,x,E],a,()=>{p({type:vc,selectItem:!1})}),D=Bq("getInputProps","getComboboxProps","getMenuProps");A.useEffect(()=>{R.current=!1},[]),A.useEffect(()=>{v||(w.current={})},[v]);const T=A.useMemo(()=>({ArrowDown(K){K.preventDefault(),p({type:Yx,shiftKey:K.shiftKey,getItemNodeFromIndex:L})},ArrowUp(K){K.preventDefault(),p({type:Xx,shiftKey:K.shiftKey,getItemNodeFromIndex:L})},Home(K){j.current.state.isOpen&&(K.preventDefault(),p({type:Jx,getItemNodeFromIndex:L}))},End(K){j.current.state.isOpen&&(K.preventDefault(),p({type:Qx,getItemNodeFromIndex:L}))},Escape(K){const ie=j.current.state;(ie.isOpen||ie.inputValue||ie.selectedItem||ie.highlightedIndex>-1)&&(K.preventDefault(),p({type:Zx}))},Enter(K){const ie=j.current.state;!ie.isOpen||ie.highlightedIndex<0||K.which===229||(K.preventDefault(),p({type:ew,getItemNodeFromIndex:L}))}}),[p,j,L]),B=A.useCallback(K=>({id:P.labelId,htmlFor:P.inputId,...K}),[P]),$=A.useCallback(function(K,ie){let{onMouseLeave:ne,refKey:ue="ref",ref:de,...we}=K===void 0?{}:K,{suppressRefError:Se=!1}=ie===void 0?{}:ie;return D("getMenuProps",Se,ue,x),{[ue]:si(de,_e=>{x.current=_e}),id:P.menuId,role:"listbox","aria-labelledby":P.labelId,onMouseLeave:Ot(ne,()=>{p({type:$q})}),...we}},[p,D,P]),W=A.useCallback(function(K){let{item:ie,index:ne,refKey:ue="ref",ref:de,onMouseMove:we,onMouseDown:Se,onClick:_e,onPress:he,disabled:ae,...Oe}=K===void 0?{}:K;const{props:Ne,state:ze}=j.current,je=KX(ne,ie,Ne.items);if(je<0)throw new Error("Pass either item or item index in getItemProps!");const Ye="onClick",Ue=_e,mt=()=>{ne!==ze.highlightedIndex&&(F.current=!1,p({type:zq,index:ne,disabled:ae}))},Qe=()=>{p({type:rw,index:ne})},At=ut=>ut.preventDefault();return{[ue]:si(de,ut=>{ut&&(w.current[P.getItemId(je)]=ut)}),disabled:ae,role:"option","aria-selected":`${je===ze.highlightedIndex}`,id:P.getItemId(je),...!ae&&{[Ye]:Ot(Ue,Qe)},onMouseMove:Ot(we,mt),onMouseDown:Ot(Se,At),...Oe}},[p,j,F,P]),Y=A.useCallback(function(K){let{onClick:ie,onPress:ne,refKey:ue="ref",ref:de,...we}=K===void 0?{}:K;const Se=()=>{p({type:Hq}),!j.current.state.isOpen&&S.current&&S.current.focus()};return{[ue]:si(de,_e=>{E.current=_e}),id:P.toggleButtonId,tabIndex:-1,...!we.disabled&&{onClick:Ot(ie,Se)},...we}},[p,j,P]),ee=A.useCallback(function(K,ie){let{onKeyDown:ne,onChange:ue,onInput:de,onBlur:we,onChangeText:Se,refKey:_e="ref",ref:he,...ae}=K===void 0?{}:K,{suppressRefError:Oe=!1}=ie===void 0?{}:ie;D("getInputProps",Oe,_e,S);const Ne=j.current.state,ze=Qe=>{const At=Ub(Qe);At&&T[At]&&T[At](Qe)},je=Qe=>{p({type:tw,inputValue:Qe.target.value})},Ye=()=>{Ne.isOpen&&!k.current.isMouseDown&&p({type:vc,selectItem:!0})},Ue="onChange";let mt={};return ae.disabled||(mt={[Ue]:Ot(ue,de,je),onKeyDown:Ot(ne,ze),onBlur:Ot(we,Ye)}),{[_e]:si(he,Qe=>{S.current=Qe}),id:P.inputId,"aria-autocomplete":"list","aria-controls":P.menuId,...Ne.isOpen&&Ne.highlightedIndex>-1&&{"aria-activedescendant":P.getItemId(Ne.highlightedIndex)},"aria-labelledby":P.labelId,autoComplete:"off",value:Ne.inputValue,...mt,...ae}},[p,T,j,k,D,P]),H=A.useCallback(function(K,ie){let{refKey:ne="ref",ref:ue,...de}=K===void 0?{}:K,{suppressRefError:we=!1}=ie===void 0?{}:ie;return D("getComboboxProps",we,ne,_),{[ne]:si(ue,Se=>{_.current=Se}),role:"combobox","aria-haspopup":"listbox","aria-owns":P.menuId,"aria-expanded":j.current.state.isOpen,...de}},[j,D,P]),Q=A.useCallback(()=>{p({type:Uq})},[p]),ce=A.useCallback(()=>{p({type:Wq})},[p]),se=A.useCallback(()=>{p({type:Vq})},[p]),z=A.useCallback(K=>{p({type:Gq,highlightedIndex:K})},[p]),G=A.useCallback(K=>{p({type:nw,selectedItem:K})},[p]),J=A.useCallback(K=>{p({type:Kq,inputValue:K})},[p]),V=A.useCallback(()=>{p({type:Yq})},[p]);return{getItemProps:W,getLabelProps:B,getMenuProps:$,getInputProps:ee,getComboboxProps:H,getToggleButtonProps:Y,toggleMenu:Q,openMenu:se,closeMenu:ce,setHighlightedIndex:z,setInputValue:J,selectItem:G,reset:V,highlightedIndex:m,isOpen:v,selectedItem:y,inputValue:b}}le.array,le.array,le.array,le.func,le.func,le.func,le.number,le.number,le.number,le.func,le.func,le.string,le.string,le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})});Ia.itemToString,Ia.stateReducer,Ia.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 Oa={exports:{}};/**
|
|
40
|
+
*/var cN;function TX(){return cN||(cN=1,process.env.NODE_ENV!=="production"&&(function(){var e=60103,t=60106,r=60107,n=60108,i=60114,o=60109,a=60110,u=60112,c=60113,d=60120,f=60115,h=60116,p=60121,v=60122,m=60117,y=60129,b=60131;if(typeof Symbol=="function"&&Symbol.for){var x=Symbol.for;e=x("react.element"),t=x("react.portal"),r=x("react.fragment"),n=x("react.strict_mode"),i=x("react.profiler"),o=x("react.provider"),a=x("react.context"),u=x("react.forward_ref"),c=x("react.suspense"),d=x("react.suspense_list"),f=x("react.memo"),h=x("react.lazy"),p=x("react.block"),v=x("react.server.block"),m=x("react.fundamental"),x("react.scope"),x("react.opaque.id"),y=x("react.debug_trace_mode"),x("react.offscreen"),b=x("react.legacy_hidden")}var w=!1;function S(ue){return!!(typeof ue=="string"||typeof ue=="function"||ue===r||ue===i||ue===y||ue===n||ue===c||ue===d||ue===b||w||typeof ue=="object"&&ue!==null&&(ue.$$typeof===h||ue.$$typeof===f||ue.$$typeof===o||ue.$$typeof===a||ue.$$typeof===u||ue.$$typeof===m||ue.$$typeof===p||ue[0]===v))}function E(ue){if(typeof ue=="object"&&ue!==null){var de=ue.$$typeof;switch(de){case e:var we=ue.type;switch(we){case r:case i:case n:case c:case d:return we;default:var Se=we&&we.$$typeof;switch(Se){case a:case u:case h:case f:case o:return Se;default:return de}}case t:return de}}}var _=a,R=o,P=e,N=u,j=r,L=h,F=f,k=t,D=i,T=n,B=c,$=!1,W=!1;function Y(ue){return $||($=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function ee(ue){return W||(W=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function H(ue){return E(ue)===a}function Q(ue){return E(ue)===o}function ce(ue){return typeof ue=="object"&&ue!==null&&ue.$$typeof===e}function se(ue){return E(ue)===u}function z(ue){return E(ue)===r}function G(ue){return E(ue)===h}function J(ue){return E(ue)===f}function V(ue){return E(ue)===t}function K(ue){return E(ue)===i}function ie(ue){return E(ue)===n}function ne(ue){return E(ue)===c}Je.ContextConsumer=_,Je.ContextProvider=R,Je.Element=P,Je.ForwardRef=N,Je.Fragment=j,Je.Lazy=L,Je.Memo=F,Je.Portal=k,Je.Profiler=D,Je.StrictMode=T,Je.Suspense=B,Je.isAsyncMode=Y,Je.isConcurrentMode=ee,Je.isContextConsumer=H,Je.isContextProvider=Q,Je.isElement=ce,Je.isForwardRef=se,Je.isFragment=z,Je.isLazy=G,Je.isMemo=J,Je.isPortal=V,Je.isProfiler=K,Je.isStrictMode=ie,Je.isSuspense=ne,Je.isValidElementType=S,Je.typeOf=E})()),Je}var lN;function AX(){return lN||(lN=1,process.env.NODE_ENV==="production"?Ou.exports=NX():Ou.exports=TX()),Ou.exports}var fN=AX();function dN(e){return typeof e=="object"&&e!=null&&e.nodeType===1}function hN(e,t){return(!t||e!=="hidden")&&e!=="visible"&&e!=="clip"}function Bm(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var r=getComputedStyle(e,null);return hN(r.overflowY,t)||hN(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 Cu(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 MX=function(e,t){var r=window,n=t.inline,i=t.boundary,o=t.skipOverflowHiddenElements,a=typeof i=="function"?i:function(de){return de!==i};if(!dN(e))throw new TypeError("Invalid target");for(var u,c,d=document.scrollingElement||document.documentElement,f=[],h=e;dN(h)&&a(h);){if((h=(c=(u=h).parentElement)==null?u.getRootNode().host||null:c)===d){f.push(h);break}h!=null&&h===document.body&&Bm(h)&&!Bm(document.documentElement)||h!=null&&Bm(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,b=e.getBoundingClientRect(),x=b.height,w=b.width,S=b.top,E=b.right,_=b.bottom,R=b.left,P=S,N=n==="center"?R+w/2:n==="end"?E:R,j=[],L=0;L<f.length;L++){var F=f[L],k=F.getBoundingClientRect(),D=k.height,T=k.width,B=k.top,$=k.right,W=k.bottom,Y=k.left;if(S>=0&&R>=0&&_<=v&&E<=p&&S>=B&&_<=W&&R>=Y&&E<=$)return j;var ee=getComputedStyle(F),H=parseInt(ee.borderLeftWidth,10),Q=parseInt(ee.borderTopWidth,10),ce=parseInt(ee.borderRightWidth,10),se=parseInt(ee.borderBottomWidth,10),z=0,G=0,J="offsetWidth"in F?F.offsetWidth-F.clientWidth-H-ce:0,V="offsetHeight"in F?F.offsetHeight-F.clientHeight-Q-se:0,K="offsetWidth"in F?F.offsetWidth===0?0:T/F.offsetWidth:0,ie="offsetHeight"in F?F.offsetHeight===0?0:D/F.offsetHeight:0;if(d===F)z=Cu(y,y+v,v,Q,se,y+P,y+P+x,x),G=n==="start"?N:n==="center"?N-p/2:n==="end"?N-p:Cu(m,m+p,p,H,ce,m+N,m+N+w,w),z=Math.max(0,z+y),G=Math.max(0,G+m);else{z=Cu(B,W,D,Q,se+V,P,P+x,x),G=n==="start"?N-Y-H:n==="center"?N-(Y+T/2)+J/2:n==="end"?N-$+ce+J:Cu(Y,$,T,H,ce+J,N,N+w,w);var ne=F.scrollLeft,ue=F.scrollTop;P+=ue-(z=Math.max(0,Math.min(ue+z/ie,F.scrollHeight-D/ie+V))),N+=ne-(G=Math.max(0,Math.min(ne+G/K,F.scrollWidth-T/K+J)))}j.push({el:F,top:z,left:G})}return j},lc=function(){return lc=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},lc.apply(this,arguments)};let DX=0;function pN(e){return typeof e=="function"?e:br}function br(){}function yq(e,t){if(!e)return;MX(e,{boundary:t}).forEach(n=>{let{el:i,top:o,left:a}=n;i.scrollTop=o,i.scrollLeft=a})}function vN(e,t,r){return e===t||t instanceof r.Node&&e.contains&&e.contains(t)}function Gx(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 Ot(){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 si(){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 bq(){return String(DX++)}function xq(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 gN(e,t){return e=Array.isArray(e)?e[0]:e,!e&&t?t:e}function wq(e){return typeof e.type=="string"}function _q(e){return e.props}function jX(e,t){console.error(`The property "${t}" is required in "${e}"`)}const qX=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function Ru(e){e===void 0&&(e={});const t={};return qX.forEach(r=>{e.hasOwnProperty(r)&&(t[r]=e[r])}),t}function fc(e,t){return Object.keys(e).reduce((r,n)=>(r[n]=dc(t,n)?t[n]:e[n],r),{})}function dc(e,t){return e[t]!==void 0}function Vb(e){const{key:t,keyCode:r}=e;return r>=37&&r<=40&&t.indexOf("Arrow")!==0?`Arrow${t}`:t}function kX(e){return Object.prototype.toString.call(e)==="[object Object]"}function so(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=xi(e,a,r,n,i);return u===-1?t>=r?-1:t:u}function xi(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?xi(1,0,r,n,!1):xi(-1,r-1,r,n,!1):-1}function hc(e,t,r,n){return n===void 0&&(n=!0),t.some(i=>i&&(vN(i,e,r)||n&&vN(i,r.document.activeElement,r)))}let Kx=br;process.env.NODE_ENV!=="production"&&(Kx=(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 LX=Gx(e=>{Sq(e).textContent=""},500);function Eq(e,t){const r=Sq(t);e&&(r.textContent=e,LX(t))}function Sq(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 Oq=process.env.NODE_ENV!=="production"?"__autocomplete_unknown__":0,Cq=process.env.NODE_ENV!=="production"?"__autocomplete_mouseup__":1,Rq=process.env.NODE_ENV!=="production"?"__autocomplete_item_mouseenter__":2,Fu=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_up__":3,$u=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_down__":4,Pq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_escape__":5,Iq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_enter__":6,Nq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_home__":7,Tq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_end__":8,Aq=process.env.NODE_ENV!=="production"?"__autocomplete_click_item__":9,Mq=process.env.NODE_ENV!=="production"?"__autocomplete_blur_input__":10,Dq=process.env.NODE_ENV!=="production"?"__autocomplete_change_input__":11,jq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_space_button__":12,Wb=process.env.NODE_ENV!=="production"?"__autocomplete_click_button__":13,qq=process.env.NODE_ENV!=="production"?"__autocomplete_blur_button__":14,kq=process.env.NODE_ENV!=="production"?"__autocomplete_controlled_prop_updated_selected_item__":15,Lq=process.env.NODE_ENV!=="production"?"__autocomplete_touchend__":16;var BX=Object.freeze({__proto__:null,unknown:Oq,mouseUp:Cq,itemMouseEnter:Rq,keyDownArrowUp:Fu,keyDownArrowDown:$u,keyDownEscape:Pq,keyDownEnter:Iq,keyDownHome:Nq,keyDownEnd:Tq,clickItem:Aq,blurInput:Mq,changeInput:Dq,keyDownSpaceButton:jq,clickButton:Wb,blurButton:qq,controlledPropUpdatedSelectedItem:kq,touchEnd:Lq});const FX=(()=>{class e extends A.Component{constructor(r){var n;super(r),n=this,this.id=this.props.id||`downshift-${bq()}`,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=Ru(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=Ru(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={},b=typeof h=="function";return!b&&h.hasOwnProperty("inputValue")&&this.props.onInputValueChange(h.inputValue,{...this.getStateAndHelpers(),...h}),this.setState(x=>{x=this.getState(x);let w=b?h(x):h;w=this.props.stateReducer(x,w),v=w.hasOwnProperty("selectedItem");const S={};return v&&w.selectedItem!==x.selectedItem&&(m=w.selectedItem),w.type=w.type||Oq,Object.keys(w).forEach(E=>{x[E]!==w[E]&&(y[E]=w[E]),E!=="type"&&(w[E],dc(this.props,E)||(S[E]=w[E]))}),b&&w.hasOwnProperty("inputValue")&&this.props.onInputValueChange(w.inputValue,{...this.getStateAndHelpers(),...w}),S},()=>{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:b=!1}=p===void 0?{}:p;n.getRootProps.called=!0,n.getRootProps.refKey=v,n.getRootProps.suppressRefError=b;const{isOpen:x}=n.getState();return{[v]:si(m,n.rootRef),role:"combobox","aria-expanded":x,"aria-haspopup":"listbox","aria-owns":x?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:$u})}else this.internalSetState({isOpen:!0,type:$u},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=so(1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:$u})}})},ArrowUp(h){if(h.preventDefault(),this.getState().isOpen){const p=h.shiftKey?-5:-1;this.moveHighlightedIndex(p,{type:Fu})}else this.internalSetState({isOpen:!0,type:Fu},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=so(-1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:Fu})}})},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:Iq})}},Escape(h){h.preventDefault(),this.reset({type:Pq,...!this.state.isOpen&&{selectedItem:null,inputValue:""}})}},this.buttonKeyDownHandlers={...this.keyDownHandlers," "(h){h.preventDefault(),this.toggleMenu({type:jq})}},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=xi(1,0,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Nq})},End(h){const{isOpen:p}=this.getState();if(!p)return;h.preventDefault();const v=this.getItemCount();if(v<=0||!p)return;const m=xi(-1,v-1,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Tq})}},this.getToggleButtonProps=function(h){let{onClick:p,onPress:v,onKeyDown:m,onKeyUp:y,onBlur:b,...x}=h===void 0?{}:h;const{isOpen:w}=n.getState(),S={onClick:Ot(p,n.buttonHandleClick),onKeyDown:Ot(m,n.buttonHandleKeyDown),onKeyUp:Ot(y,n.buttonHandleKeyUp),onBlur:Ot(b,n.buttonHandleBlur)},E=x.disabled?{}:S;return{type:"button",role:"button","aria-label":w?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0,...E,...x}},this.buttonHandleKeyUp=h=>{h.preventDefault()},this.buttonHandleKeyDown=h=>{const p=Vb(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:Wb}):this.internalSetTimeout(()=>this.toggleMenu({type:Wb}))},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:qq})})},this.getLabelProps=h=>({htmlFor:this.inputId,id:this.labelId,...h}),this.getInputProps=function(h){let{onKeyDown:p,onBlur:v,onChange:m,onInput:y,onChangeText:b,...x}=h===void 0?{}:h,w,S={};w="onChange";const{inputValue:E,isOpen:_,highlightedIndex:R}=n.getState();return x.disabled||(S={[w]:Ot(m,y,n.inputHandleChange),onKeyDown:Ot(p,n.inputHandleKeyDown),onBlur:Ot(v,n.inputHandleBlur)}),{"aria-autocomplete":"list","aria-activedescendant":_&&typeof R=="number"&&R>=0?n.getItemId(R):null,"aria-controls":_?n.menuId:null,"aria-labelledby":n.labelId,autoComplete:"off",value:E,id:n.inputId,...S,...x}},this.inputHandleKeyDown=h=>{const p=Vb(h);p&&this.inputKeyDownHandlers[p]&&this.inputKeyDownHandlers[p].call(this,h)},this.inputHandleChange=h=>{this.internalSetState({type:Dq,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:Mq})})},this.menuRef=h=>{this._menuNode=h},this.getMenuProps=function(h,p){let{refKey:v="ref",ref:m,...y}=h===void 0?{}:h,{suppressRefError:b=!1}=p===void 0?{}:p;return n.getMenuProps.called=!0,n.getMenuProps.refKey=v,n.getMenuProps.suppressRefError=b,{[v]:si(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:b,item:x=process.env.NODE_ENV==="production"?void 0:jX("getItemProps","item"),...w}=h===void 0?{}:h;b===void 0?(n.items.push(x),b=n.items.indexOf(x)):n.items[b]=x;const S="onClick",E=m,_={onMouseMove:Ot(p,()=>{b!==n.getState().highlightedIndex&&(n.setHighlightedIndex(b,{type:Rq}),n.avoidScrolling=!0,n.internalSetTimeout(()=>n.avoidScrolling=!1,250))}),onMouseDown:Ot(v,P=>{P.preventDefault()}),[S]:Ot(E,()=>{n.selectItemAtIndex(b,{type:Aq})})},R=w.disabled?{onMouseDown:_.onMouseDown}:_;return{id:n.getItemId(b),role:"option","aria-selected":n.getState().highlightedIndex===b,...R,...w}},this.clearItems=()=>{this.items=[]},this.reset=function(h,p){h===void 0&&(h={}),h=Ru(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=Ru(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=Gx(()=>{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,Eq(m,this.props.environment.document)},200);const{defaultHighlightedIndex:i,initialHighlightedIndex:o=i,defaultIsOpen:a,initialIsOpen:u=a,initialInputValue:c="",initialSelectedItem:d=null}=this.props,f=this.getState({highlightedIndex:o,isOpen:u,inputValue:c,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),fc(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=so(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:c,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,openMenu:m,closeMenu:y,toggleMenu:b,selectItem:x,selectItemAtIndex:w,selectHighlightedItem:S,setHighlightedIndex:E,clearSelection:_,clearItems:R,reset:P,setItemCount:N,unsetItemCount:j,internalSetState:L}=this;return{getRootProps:c,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,reset:P,openMenu:m,closeMenu:y,toggleMenu:b,selectItem:x,selectItemAtIndex:w,selectHighlightedItem:S,setHighlightedIndex:E,clearSelection:_,clearItems:R,setItemCount:N,unsetItemCount:j,setState:L,itemToString:a,id:u,highlightedIndex:r,inputValue:n,isOpen:o,selectedItem:i}}componentDidMount(){process.env.NODE_ENV!=="production"&&this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&mN(this._menuNode,this.getMenuProps);{const r=()=>{this.isMouseDown=!0},n=c=>{this.isMouseDown=!1,!hc(c.target,[this._rootNode,this._menuNode],this.props.environment)&&this.getState().isOpen&&this.reset({type:Cq},()=>this.props.onOuterClick(this.getStateAndHelpers()))},i=()=>{this.isTouchMove=!1},o=()=>{this.isTouchMove=!0},a=c=>{const d=hc(c.target,[this._rootNode,this._menuNode],this.props.environment,!1);!this.isTouchMove&&!d&&this.getState().isOpen&&this.reset({type:Lq},()=>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"&&(Kx(this.state,r,this.props),this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&mN(this._menuNode,this.getMenuProps)),dc(this.props,"selectedItem")&&this.props.selectedItemChanged(r.selectedItem,this.props.selectedItem)&&this.internalSetState({type:kq,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(n,r)&&this.scrollHighlightedItemIntoView(),this.updateStatus()}componentWillUnmount(){this.cleanup()}render(){const r=gN(this.props.children,br);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=gN(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&&$X(n,this.getRootProps),n;if(wq(n))return A.cloneElement(n,this.getRootProps(_q(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:xq,itemToString:t=>t==null?"":(process.env.NODE_ENV!=="production"&&kX(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:br,onInputValueChange:br,onUserAction:br,onChange:br,onSelect:br,onOuterClick:br,selectedItemChanged:(t,r)=>t!==r,environment:typeof window>"u"?{}:window,stateReducer:(t,r)=>r,suppressRefError:!1,scrollIntoView:yq},e.stateChangeTypes=BX,e})();process.env.NODE_ENV!=="production"&&(FX.propTypes={children:le.func,defaultHighlightedIndex:le.number,defaultIsOpen:le.bool,initialHighlightedIndex:le.number,initialSelectedItem:le.any,initialInputValue:le.string,initialIsOpen:le.bool,getA11yStatusMessage:le.func,itemToString:le.func,onChange:le.func,onSelect:le.func,onStateChange:le.func,onInputValueChange:le.func,onUserAction:le.func,onOuterClick:le.func,selectedItemChanged:le.func,stateReducer:le.func,itemCount:le.number,id:le.string,environment:le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})}),suppressRefError:le.bool,scrollIntoView:le.func,selectedItem:le.any,isOpen:le.bool,inputValue:le.string,highlightedIndex:le.number,labelId:le.string,inputId:le.string,menuId:le.string,getItemId:le.func});function mN(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 $X(e,t){let{refKey:r}=t;const n=r!=="ref",i=!wq(e);i&&!n&&!fN.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}"`),!fN.isForwardRef(e)&&!_q(e)[r]&&console.error(`downshift: You must apply the ref prop "${r}" from getRootProps onto your root element.`)}const Bq={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function zX(e,t,r){const{props:n,type:i}=e,o={};Object.keys(t).forEach(a=>{HX(a,e,t,r),r[a]!==t[a]&&(o[a]=r[a])}),n.onStateChange&&Object.keys(o).length&&n.onStateChange({type:i,...o})}function HX(e,t,r,n){const{props:i,type:o}=t,a=`on${Yx(e)}Change`;i[a]&&n[e]!==void 0&&n[e]!==r[e]&&i[a]({type:o,...n})}function UX(e,t){return t.changes}function VX(e){const{selectedItem:t,itemToString:r}=e;return t?`${r(t)} has been selected.`:""}const WX=Gx((e,t)=>{Eq(e(),t)},200),GX=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?A.useLayoutEffect:A.useEffect;function KX(e){let{id:t=`downshift-${bq()}`,labelId:r,menuId:n,getItemId:i,toggleButtonId:o,inputId:a}=e;return A.useRef({labelId:r||`${t}-label`,menuId:n||`${t}-menu`,getItemId:i||(c=>`${t}-item-${c}`),toggleButtonId:o||`${t}-toggle-button`,inputId:a||`${t}-input`}).current}function YX(e,t,r){return e!==void 0?e:r.length===0?-1:r.indexOf(t)}function XX(e){return e?String(e):""}function Yx(e){return`${e.slice(0,1).toUpperCase()}${e.slice(1)}`}function Fq(e){const t=A.useRef(e);return t.current=e,t}function ZX(e,t,r){const n=A.useRef(),i=A.useRef(),o=A.useCallback((h,p)=>{i.current=p,h=fc(h,p.props);const v=e(h,p);return p.props.stateReducer(h,{...p,changes:v})},[e]),[a,u]=A.useReducer(o,t),c=Fq(r),d=A.useCallback(h=>u({props:c.current,...h}),[c]),f=i.current;return A.useEffect(()=>{f&&n.current&&n.current!==a&&zX(f,fc(n.current,f.props),a),n.current=a},[a,r,f]),[a,d]}const Ia={itemToString:XX,stateReducer:UX,getA11ySelectionMessage:VX,scrollIntoView:yq,circularNavigation:!1,environment:typeof window>"u"?{}:window};function Zr(e,t,r){r===void 0&&(r=Bq);const n=e[`default${Yx(t)}`];return n!==void 0?n:r[t]}function Pu(e,t,r){r===void 0&&(r=Bq);const n=e[t];if(n!==void 0)return n;const i=e[`initial${Yx(t)}`];return i!==void 0?i:Zr(e,t,r)}function JX(e){const t=Pu(e,"selectedItem"),r=Pu(e,"isOpen"),n=Pu(e,"highlightedIndex"),i=Pu(e,"inputValue");return{highlightedIndex:n<0&&t&&r?e.items.indexOf(t):n,isOpen:r,selectedItem:t,inputValue:i}}function pc(e,t,r,n){const{items:i,initialHighlightedIndex:o,defaultHighlightedIndex:a}=e,{selectedItem:u,highlightedIndex:c}=t;return i.length===0?-1:o!==void 0&&c===o?o:a!==void 0?a:u?r===0?i.indexOf(u):so(r,i.indexOf(u),i.length,n,!1):r===0?-1:r<0?i.length-1:0}function QX(e,t,r,n){const i=A.useRef({isMouseDown:!1,isTouchMove:!1});return A.useEffect(()=>{const o=()=>{i.current.isMouseDown=!0},a=f=>{i.current.isMouseDown=!1,e&&!hc(f.target,t.map(h=>h.current),r)&&n()},u=()=>{i.current.isTouchMove=!1},c=()=>{i.current.isTouchMove=!0},d=f=>{e&&!i.current.isTouchMove&&!hc(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",c),r.addEventListener("touchend",d),function(){r.removeEventListener("mousedown",o),r.removeEventListener("mouseup",a),r.removeEventListener("touchstart",u),r.removeEventListener("touchmove",c),r.removeEventListener("touchend",d)}},[e,r]),i}let $q=()=>br;process.env.NODE_ENV!=="production"&&($q=function(){const e=A.useRef(!0);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const i=A.useRef(r.reduce((a,u)=>(a[u]={},a),{}));return A.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:c,refKey:d,elementRef:f}=u;(!f||!f.current)&&!c&&console.error(`downshift: The ref prop "${d}" from ${a} was not applied correctly on your element.`)}),e.current=!1}),A.useCallback((a,u,c,d)=>{i.current[a]={suppressRefError:u,refKey:c,elementRef:d}},[])});function yN(e,t,r){let{isInitialMount:n,highlightedIndex:i,items:o,environment:a,...u}=r;A.useEffect(()=>{n||WX(()=>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=A.useRef(!0);return GX(()=>{t<0||!r||!Object.keys(n.current).length||(u.current===!1?u.current=!0:a(i(t),o))},[t]),u}let zq=br;process.env.NODE_ENV!=="production"&&(zq=e=>{let{isInitialMount:t,props:r,state:n}=e;const i=A.useRef(r);A.useEffect(()=>{t||(Kx(n,i.current,r),i.current=r)},[n,r,t])});function tZ(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:pc(i,e,0)};break;case r.FunctionOpenMenu:o={isOpen:!0,highlightedIndex:pc(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:Zr(i,"highlightedIndex"),isOpen:Zr(i,"isOpen"),selectedItem:Zr(i,"selectedItem"),inputValue:Zr(i,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return{...e,...o}}le.array.isRequired,le.func,le.func,le.func,le.bool,le.number,le.number,le.number,le.bool,le.bool,le.bool,le.any,le.any,le.any,le.string,le.string,le.string,le.func,le.string,le.func,le.func,le.func,le.func,le.func,le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})});function rZ(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.":""}lc(lc({},Ia),{getA11yStatusMessage:rZ});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 Xx=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_down__":0,Zx=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_up__":1,Jx=process.env.NODE_ENV!=="production"?"__input_keydown_escape__":2,Qx=process.env.NODE_ENV!=="production"?"__input_keydown_home__":3,ew=process.env.NODE_ENV!=="production"?"__input_keydown_end__":4,tw=process.env.NODE_ENV!=="production"?"__input_keydown_enter__":5,rw=process.env.NODE_ENV!=="production"?"__input_change__":6,vc=process.env.NODE_ENV!=="production"?"__input_blur__":7,Hq=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":8,Uq=process.env.NODE_ENV!=="production"?"__item_mouse_move__":9,nw=process.env.NODE_ENV!=="production"?"__item_click__":10,Vq=process.env.NODE_ENV!=="production"?"__togglebutton_click__":11,Wq=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":12,Gq=process.env.NODE_ENV!=="production"?"__function_open_menu__":13,Kq=process.env.NODE_ENV!=="production"?"__function_close_menu__":14,Yq=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":15,iw=process.env.NODE_ENV!=="production"?"__function_select_item__":16,Xq=process.env.NODE_ENV!=="production"?"__function_set_input_value__":17,Zq=process.env.NODE_ENV!=="production"?"__function_reset__":18,ow=process.env.NODE_ENV!=="production"?"__controlled_prop_updated_selected_item__":19;var Jq=Object.freeze({__proto__:null,InputKeyDownArrowDown:Xx,InputKeyDownArrowUp:Zx,InputKeyDownEscape:Jx,InputKeyDownHome:Qx,InputKeyDownEnd:ew,InputKeyDownEnter:tw,InputChange:rw,InputBlur:vc,MenuMouseLeave:Hq,ItemMouseMove:Uq,ItemClick:nw,ToggleButtonClick:Vq,FunctionToggleMenu:Wq,FunctionOpenMenu:Gq,FunctionCloseMenu:Kq,FunctionSetHighlightedIndex:Yq,FunctionSelectItem:iw,FunctionSetInputValue:Xq,FunctionReset:Zq,ControlledPropUpdatedSelectedItem:ow});function nZ(e){const t=JX(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 iZ={items:le.array.isRequired,itemToString:le.func,getA11yStatusMessage:le.func,getA11ySelectionMessage:le.func,circularNavigation:le.bool,highlightedIndex:le.number,defaultHighlightedIndex:le.number,initialHighlightedIndex:le.number,isOpen:le.bool,defaultIsOpen:le.bool,initialIsOpen:le.bool,selectedItem:le.any,initialSelectedItem:le.any,defaultSelectedItem:le.any,inputValue:le.string,defaultInputValue:le.string,initialInputValue:le.string,id:le.string,labelId:le.string,menuId:le.string,getItemId:le.func,inputId:le.string,toggleButtonId:le.string,stateReducer:le.func,onSelectedItemChange:le.func,onHighlightedIndexChange:le.func,onStateChange:le.func,onIsOpenChange:le.func,onInputValueChange:le.func,environment:le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})})};function oZ(e,t,r){const n=A.useRef(),[i,o]=ZX(e,t,r);return A.useEffect(()=>{dc(r,"selectedItem")&&(n.current!==r.selectedItem&&o({type:ow,inputValue:r.itemToString(r.selectedItem)}),n.current=i.selectedItem===n.current?r.selectedItem:i.selectedItem)}),[fc(i,r),o]}let Qq=br;process.env.NODE_ENV!=="production"&&(Qq=(e,t)=>{le.checkPropTypes(iZ,e,"prop",t.name)});const aZ={...Ia,getA11yStatusMessage:xq,circularNavigation:!0};function sZ(e,t){const{type:r,props:n,shiftKey:i}=t;let o;switch(r){case nw:o={isOpen:Zr(n,"isOpen"),highlightedIndex:Zr(n,"highlightedIndex"),selectedItem:n.items[t.index],inputValue:n.itemToString(n.items[t.index])};break;case Xx:e.isOpen?o={highlightedIndex:so(i?5:1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:pc(n,e,1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case Zx:e.isOpen?o={highlightedIndex:so(i?-5:-1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:pc(n,e,-1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case tw:o={...e.isOpen&&e.highlightedIndex>=0&&{selectedItem:n.items[e.highlightedIndex],isOpen:Zr(n,"isOpen"),highlightedIndex:Zr(n,"highlightedIndex"),inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case Jx:o={isOpen:!1,highlightedIndex:-1,...!e.isOpen&&{selectedItem:null,inputValue:""}};break;case Qx:o={highlightedIndex:xi(1,0,n.items.length,t.getItemNodeFromIndex,!1)};break;case ew:o={highlightedIndex:xi(-1,n.items.length-1,n.items.length,t.getItemNodeFromIndex,!1)};break;case vc:o={isOpen:!1,highlightedIndex:-1,...e.highlightedIndex>=0&&t.selectItem&&{selectedItem:n.items[e.highlightedIndex],inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case rw:o={isOpen:!0,highlightedIndex:Zr(n,"highlightedIndex"),inputValue:t.inputValue};break;case iw:o={selectedItem:t.selectedItem,inputValue:n.itemToString(t.selectedItem)};break;case ow:o={inputValue:t.inputValue};break;default:return tZ(e,t,Jq)}return{...e,...o}}to.stateChangeTypes=Jq;function to(e){e===void 0&&(e={}),Qq(e,to);const t={...aZ,...e},{initialIsOpen:r,defaultIsOpen:n,items:i,scrollIntoView:o,environment:a,getA11yStatusMessage:u,getA11ySelectionMessage:c,itemToString:d}=t,f=nZ(t),[h,p]=oZ(sZ,f,t),{isOpen:v,highlightedIndex:m,selectedItem:y,inputValue:b}=h,x=A.useRef(null),w=A.useRef({}),S=A.useRef(null),E=A.useRef(null),_=A.useRef(null),R=A.useRef(!0),P=KX(t),N=A.useRef(),j=Fq({state:h,props:t}),L=A.useCallback(K=>w.current[P.getItemId(K)],[P]);yN(u,[v,m,b,i],{isInitialMount:R.current,previousResultCount:N.current,items:i,environment:a,itemToString:d,...h}),yN(c,[y],{isInitialMount:R.current,previousResultCount:N.current,items:i,environment:a,itemToString:d,...h});const F=eZ({menuElement:x.current,highlightedIndex:m,isOpen:v,itemRefs:w,scrollIntoView:o,getItemNodeFromIndex:L});zq({isInitialMount:R.current,props:t,state:h}),A.useEffect(()=>{(r||n||v)&&S.current&&S.current.focus()},[]),A.useEffect(()=>{R.current||(N.current=i.length)});const k=QX(v,[_,x,E],a,()=>{p({type:vc,selectItem:!1})}),D=$q("getInputProps","getComboboxProps","getMenuProps");A.useEffect(()=>{R.current=!1},[]),A.useEffect(()=>{v||(w.current={})},[v]);const T=A.useMemo(()=>({ArrowDown(K){K.preventDefault(),p({type:Xx,shiftKey:K.shiftKey,getItemNodeFromIndex:L})},ArrowUp(K){K.preventDefault(),p({type:Zx,shiftKey:K.shiftKey,getItemNodeFromIndex:L})},Home(K){j.current.state.isOpen&&(K.preventDefault(),p({type:Qx,getItemNodeFromIndex:L}))},End(K){j.current.state.isOpen&&(K.preventDefault(),p({type:ew,getItemNodeFromIndex:L}))},Escape(K){const ie=j.current.state;(ie.isOpen||ie.inputValue||ie.selectedItem||ie.highlightedIndex>-1)&&(K.preventDefault(),p({type:Jx}))},Enter(K){const ie=j.current.state;!ie.isOpen||ie.highlightedIndex<0||K.which===229||(K.preventDefault(),p({type:tw,getItemNodeFromIndex:L}))}}),[p,j,L]),B=A.useCallback(K=>({id:P.labelId,htmlFor:P.inputId,...K}),[P]),$=A.useCallback(function(K,ie){let{onMouseLeave:ne,refKey:ue="ref",ref:de,...we}=K===void 0?{}:K,{suppressRefError:Se=!1}=ie===void 0?{}:ie;return D("getMenuProps",Se,ue,x),{[ue]:si(de,_e=>{x.current=_e}),id:P.menuId,role:"listbox","aria-labelledby":P.labelId,onMouseLeave:Ot(ne,()=>{p({type:Hq})}),...we}},[p,D,P]),W=A.useCallback(function(K){let{item:ie,index:ne,refKey:ue="ref",ref:de,onMouseMove:we,onMouseDown:Se,onClick:_e,onPress:he,disabled:ae,...Oe}=K===void 0?{}:K;const{props:Ne,state:ze}=j.current,je=YX(ne,ie,Ne.items);if(je<0)throw new Error("Pass either item or item index in getItemProps!");const Ye="onClick",Ve=_e,mt=()=>{ne!==ze.highlightedIndex&&(F.current=!1,p({type:Uq,index:ne,disabled:ae}))},Qe=()=>{p({type:nw,index:ne})},At=ut=>ut.preventDefault();return{[ue]:si(de,ut=>{ut&&(w.current[P.getItemId(je)]=ut)}),disabled:ae,role:"option","aria-selected":`${je===ze.highlightedIndex}`,id:P.getItemId(je),...!ae&&{[Ye]:Ot(Ve,Qe)},onMouseMove:Ot(we,mt),onMouseDown:Ot(Se,At),...Oe}},[p,j,F,P]),Y=A.useCallback(function(K){let{onClick:ie,onPress:ne,refKey:ue="ref",ref:de,...we}=K===void 0?{}:K;const Se=()=>{p({type:Vq}),!j.current.state.isOpen&&S.current&&S.current.focus()};return{[ue]:si(de,_e=>{E.current=_e}),id:P.toggleButtonId,tabIndex:-1,...!we.disabled&&{onClick:Ot(ie,Se)},...we}},[p,j,P]),ee=A.useCallback(function(K,ie){let{onKeyDown:ne,onChange:ue,onInput:de,onBlur:we,onChangeText:Se,refKey:_e="ref",ref:he,...ae}=K===void 0?{}:K,{suppressRefError:Oe=!1}=ie===void 0?{}:ie;D("getInputProps",Oe,_e,S);const Ne=j.current.state,ze=Qe=>{const At=Vb(Qe);At&&T[At]&&T[At](Qe)},je=Qe=>{p({type:rw,inputValue:Qe.target.value})},Ye=()=>{Ne.isOpen&&!k.current.isMouseDown&&p({type:vc,selectItem:!0})},Ve="onChange";let mt={};return ae.disabled||(mt={[Ve]:Ot(ue,de,je),onKeyDown:Ot(ne,ze),onBlur:Ot(we,Ye)}),{[_e]:si(he,Qe=>{S.current=Qe}),id:P.inputId,"aria-autocomplete":"list","aria-controls":P.menuId,...Ne.isOpen&&Ne.highlightedIndex>-1&&{"aria-activedescendant":P.getItemId(Ne.highlightedIndex)},"aria-labelledby":P.labelId,autoComplete:"off",value:Ne.inputValue,...mt,...ae}},[p,T,j,k,D,P]),H=A.useCallback(function(K,ie){let{refKey:ne="ref",ref:ue,...de}=K===void 0?{}:K,{suppressRefError:we=!1}=ie===void 0?{}:ie;return D("getComboboxProps",we,ne,_),{[ne]:si(ue,Se=>{_.current=Se}),role:"combobox","aria-haspopup":"listbox","aria-owns":P.menuId,"aria-expanded":j.current.state.isOpen,...de}},[j,D,P]),Q=A.useCallback(()=>{p({type:Wq})},[p]),ce=A.useCallback(()=>{p({type:Kq})},[p]),se=A.useCallback(()=>{p({type:Gq})},[p]),z=A.useCallback(K=>{p({type:Yq,highlightedIndex:K})},[p]),G=A.useCallback(K=>{p({type:iw,selectedItem:K})},[p]),J=A.useCallback(K=>{p({type:Xq,inputValue:K})},[p]),V=A.useCallback(()=>{p({type:Zq})},[p]);return{getItemProps:W,getLabelProps:B,getMenuProps:$,getInputProps:ee,getComboboxProps:H,getToggleButtonProps:Y,toggleMenu:Q,openMenu:se,closeMenu:ce,setHighlightedIndex:z,setInputValue:J,selectItem:G,reset:V,highlightedIndex:m,isOpen:v,selectedItem:y,inputValue:b}}le.array,le.array,le.array,le.func,le.func,le.func,le.number,le.number,le.number,le.func,le.func,le.string,le.string,le.shape({addEventListener:le.func,removeEventListener:le.func,document:le.shape({getElementById:le.func,activeElement:le.any,body:le.any})});Ia.itemToString,Ia.stateReducer,Ia.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 Oa={exports:{}};/**
|
|
41
41
|
* @license
|
|
42
42
|
* Lodash <https://lodash.com/>
|
|
43
43
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
44
44
|
* Released under MIT license <https://lodash.com/license>
|
|
45
45
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
46
46
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
47
|
-
*/var sZ=Oa.exports,yN;function uZ(){return yN||(yN=1,(function(e,t){(function(){var r,n="4.17.21",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`",c="__lodash_hash_undefined__",d=500,f="__lodash_placeholder__",h=1,p=2,v=4,m=1,y=2,b=1,x=2,w=4,S=8,E=16,_=32,R=64,P=128,N=256,j=512,L=30,F="...",k=800,D=16,T=1,B=2,$=3,W=1/0,Y=9007199254740991,ee=17976931348623157e292,H=NaN,Q=4294967295,ce=Q-1,se=Q>>>1,z=[["ary",P],["bind",b],["bindKey",x],["curry",S],["curryRight",E],["flip",j],["partial",_],["partialRight",R],["rearg",N]],G="[object Arguments]",J="[object Array]",V="[object AsyncFunction]",K="[object Boolean]",ie="[object Date]",ne="[object DOMException]",ue="[object Error]",de="[object Function]",we="[object GeneratorFunction]",Se="[object Map]",_e="[object Number]",he="[object Null]",ae="[object Object]",Oe="[object Promise]",Ne="[object Proxy]",ze="[object RegExp]",je="[object Set]",Ye="[object String]",Ue="[object Symbol]",mt="[object Undefined]",Qe="[object WeakMap]",At="[object WeakSet]",ut="[object ArrayBuffer]",et="[object DataView]",Rt="[object Float32Array]",Jt="[object Float64Array]",lr="[object Int8Array]",jt="[object Int16Array]",xt="[object Int32Array]",qt="[object Uint8Array]",Hr="[object Uint8ClampedArray]",Yn="[object Uint16Array]",Cn="[object Uint32Array]",Ur=/\b__p \+= '';/g,Ii=/\b(__p \+=) '' \+/g,pl=/(__e\(.*?\)|\b__t\)) \+\n'';/g,rs=/&(?:amp|lt|gt|quot|#39);/g,To=/[&<>"']/g,vl=RegExp(rs.source),ns=RegExp(To.source),gl=/<%-([\s\S]+?)%>/g,is=/<%([\s\S]+?)%>/g,os=/<%=([\s\S]+?)%>/g,as=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ml=/^\w*$/,ss=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ao=/[\\^$.*+?()[\]{}|]/g,us=RegExp(Ao.source),Mo=/^\s+/,cs=/\s/,yl=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ls=/\{\n\/\* \[wrapped with (.+)\] \*/,bl=/,? & /,xl=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,wl=/[()=,{}\[\]\/\s]/,_l=/\\(\\)?/g,El=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,fs=/\w*$/,Sl=/^[-+]0x[0-9a-f]+$/i,Ol=/^0b[01]+$/i,Cl=/^\[object .+?Constructor\]$/,Rl=/^0o[0-7]+$/i,Pl=/^(?:0|[1-9]\d*)$/,Il=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ni=/($^)/,ds=/['\n\r\u2028\u2029\\]/g,Ti="\\ud800-\\udfff",Nl="\\u0300-\\u036f",Tl="\\ufe20-\\ufe2f",hs="\\u20d0-\\u20ff",ps=Nl+Tl+hs,Do="\\u2700-\\u27bf",vs="a-z\\xdf-\\xf6\\xf8-\\xff",gs="\\xac\\xb1\\xd7\\xf7",Al="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",ms="\\u2000-\\u206f",Ml=" \\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",ys="A-Z\\xc0-\\xd6\\xd8-\\xde",jo="\\ufe0e\\ufe0f",bs=gs+Al+ms+Ml,qo="['’]",Dl="["+Ti+"]",xs="["+bs+"]",Xn="["+ps+"]",ws="\\d+",Ai="["+Do+"]",_s="["+vs+"]",Es="[^"+Ti+bs+ws+Do+vs+ys+"]",jl="\\ud83c[\\udffb-\\udfff]",Xk="(?:"+Xn+"|"+jl+")",_w="[^"+Ti+"]",ql="(?:\\ud83c[\\udde6-\\uddff]){2}",kl="[\\ud800-\\udbff][\\udc00-\\udfff]",Mi="["+ys+"]",Ew="\\u200d",Sw="(?:"+_s+"|"+Es+")",Zk="(?:"+Mi+"|"+Es+")",Ow="(?:"+qo+"(?:d|ll|m|re|s|t|ve))?",Cw="(?:"+qo+"(?:D|LL|M|RE|S|T|VE))?",Rw=Xk+"?",Pw="["+jo+"]?",Jk="(?:"+Ew+"(?:"+[_w,ql,kl].join("|")+")"+Pw+Rw+")*",Qk="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",eL="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Iw=Pw+Rw+Jk,tL="(?:"+[Ai,ql,kl].join("|")+")"+Iw,rL="(?:"+[_w+Xn+"?",Xn,ql,kl,Dl].join("|")+")",nL=RegExp(qo,"g"),iL=RegExp(Xn,"g"),Ll=RegExp(jl+"(?="+jl+")|"+rL+Iw,"g"),oL=RegExp([Mi+"?"+_s+"+"+Ow+"(?="+[xs,Mi,"$"].join("|")+")",Zk+"+"+Cw+"(?="+[xs,Mi+Sw,"$"].join("|")+")",Mi+"?"+Sw+"+"+Ow,Mi+"+"+Cw,eL,Qk,ws,tL].join("|"),"g"),aL=RegExp("["+Ew+Ti+ps+jo+"]"),sL=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,uL=["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"],cL=-1,st={};st[Rt]=st[Jt]=st[lr]=st[jt]=st[xt]=st[qt]=st[Hr]=st[Yn]=st[Cn]=!0,st[G]=st[J]=st[ut]=st[K]=st[et]=st[ie]=st[ue]=st[de]=st[Se]=st[_e]=st[ae]=st[ze]=st[je]=st[Ye]=st[Qe]=!1;var ot={};ot[G]=ot[J]=ot[ut]=ot[et]=ot[K]=ot[ie]=ot[Rt]=ot[Jt]=ot[lr]=ot[jt]=ot[xt]=ot[Se]=ot[_e]=ot[ae]=ot[ze]=ot[je]=ot[Ye]=ot[Ue]=ot[qt]=ot[Hr]=ot[Yn]=ot[Cn]=!0,ot[ue]=ot[de]=ot[Qe]=!1;var lL={À:"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"},fL={"&":"&","<":"<",">":">",'"':""","'":"'"},dL={"&":"&","<":"<",">":">",""":'"',"'":"'"},hL={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},pL=parseFloat,vL=parseInt,Nw=typeof ht=="object"&&ht&&ht.Object===Object&&ht,gL=typeof self=="object"&&self&&self.Object===Object&&self,Pt=Nw||gL||Function("return this")(),Bl=t&&!t.nodeType&&t,Zn=Bl&&!0&&e&&!e.nodeType&&e,Tw=Zn&&Zn.exports===Bl,Fl=Tw&&Nw.process,fr=(function(){try{var te=Zn&&Zn.require&&Zn.require("util").types;return te||Fl&&Fl.binding&&Fl.binding("util")}catch{}})(),Aw=fr&&fr.isArrayBuffer,Mw=fr&&fr.isDate,Dw=fr&&fr.isMap,jw=fr&&fr.isRegExp,qw=fr&&fr.isSet,kw=fr&&fr.isTypedArray;function Qt(te,fe,oe){switch(oe.length){case 0:return te.call(fe);case 1:return te.call(fe,oe[0]);case 2:return te.call(fe,oe[0],oe[1]);case 3:return te.call(fe,oe[0],oe[1],oe[2])}return te.apply(fe,oe)}function mL(te,fe,oe,Ee){for(var Te=-1,He=te==null?0:te.length;++Te<He;){var wt=te[Te];fe(Ee,wt,oe(wt),te)}return Ee}function dr(te,fe){for(var oe=-1,Ee=te==null?0:te.length;++oe<Ee&&fe(te[oe],oe,te)!==!1;);return te}function yL(te,fe){for(var oe=te==null?0:te.length;oe--&&fe(te[oe],oe,te)!==!1;);return te}function Lw(te,fe){for(var oe=-1,Ee=te==null?0:te.length;++oe<Ee;)if(!fe(te[oe],oe,te))return!1;return!0}function Rn(te,fe){for(var oe=-1,Ee=te==null?0:te.length,Te=0,He=[];++oe<Ee;){var wt=te[oe];fe(wt,oe,te)&&(He[Te++]=wt)}return He}function Ss(te,fe){var oe=te==null?0:te.length;return!!oe&&Di(te,fe,0)>-1}function $l(te,fe,oe){for(var Ee=-1,Te=te==null?0:te.length;++Ee<Te;)if(oe(fe,te[Ee]))return!0;return!1}function ct(te,fe){for(var oe=-1,Ee=te==null?0:te.length,Te=Array(Ee);++oe<Ee;)Te[oe]=fe(te[oe],oe,te);return Te}function Pn(te,fe){for(var oe=-1,Ee=fe.length,Te=te.length;++oe<Ee;)te[Te+oe]=fe[oe];return te}function zl(te,fe,oe,Ee){var Te=-1,He=te==null?0:te.length;for(Ee&&He&&(oe=te[++Te]);++Te<He;)oe=fe(oe,te[Te],Te,te);return oe}function bL(te,fe,oe,Ee){var Te=te==null?0:te.length;for(Ee&&Te&&(oe=te[--Te]);Te--;)oe=fe(oe,te[Te],Te,te);return oe}function Hl(te,fe){for(var oe=-1,Ee=te==null?0:te.length;++oe<Ee;)if(fe(te[oe],oe,te))return!0;return!1}var xL=Ul("length");function wL(te){return te.split("")}function _L(te){return te.match(xl)||[]}function Bw(te,fe,oe){var Ee;return oe(te,function(Te,He,wt){if(fe(Te,He,wt))return Ee=He,!1}),Ee}function Os(te,fe,oe,Ee){for(var Te=te.length,He=oe+(Ee?1:-1);Ee?He--:++He<Te;)if(fe(te[He],He,te))return He;return-1}function Di(te,fe,oe){return fe===fe?DL(te,fe,oe):Os(te,Fw,oe)}function EL(te,fe,oe,Ee){for(var Te=oe-1,He=te.length;++Te<He;)if(Ee(te[Te],fe))return Te;return-1}function Fw(te){return te!==te}function $w(te,fe){var oe=te==null?0:te.length;return oe?Wl(te,fe)/oe:H}function Ul(te){return function(fe){return fe==null?r:fe[te]}}function Vl(te){return function(fe){return te==null?r:te[fe]}}function zw(te,fe,oe,Ee,Te){return Te(te,function(He,wt,tt){oe=Ee?(Ee=!1,He):fe(oe,He,wt,tt)}),oe}function SL(te,fe){var oe=te.length;for(te.sort(fe);oe--;)te[oe]=te[oe].value;return te}function Wl(te,fe){for(var oe,Ee=-1,Te=te.length;++Ee<Te;){var He=fe(te[Ee]);He!==r&&(oe=oe===r?He:oe+He)}return oe}function Gl(te,fe){for(var oe=-1,Ee=Array(te);++oe<te;)Ee[oe]=fe(oe);return Ee}function OL(te,fe){return ct(fe,function(oe){return[oe,te[oe]]})}function Hw(te){return te&&te.slice(0,Gw(te)+1).replace(Mo,"")}function er(te){return function(fe){return te(fe)}}function Kl(te,fe){return ct(fe,function(oe){return te[oe]})}function ko(te,fe){return te.has(fe)}function Uw(te,fe){for(var oe=-1,Ee=te.length;++oe<Ee&&Di(fe,te[oe],0)>-1;);return oe}function Vw(te,fe){for(var oe=te.length;oe--&&Di(fe,te[oe],0)>-1;);return oe}function CL(te,fe){for(var oe=te.length,Ee=0;oe--;)te[oe]===fe&&++Ee;return Ee}var RL=Vl(lL),PL=Vl(fL);function IL(te){return"\\"+hL[te]}function NL(te,fe){return te==null?r:te[fe]}function ji(te){return aL.test(te)}function TL(te){return sL.test(te)}function AL(te){for(var fe,oe=[];!(fe=te.next()).done;)oe.push(fe.value);return oe}function Yl(te){var fe=-1,oe=Array(te.size);return te.forEach(function(Ee,Te){oe[++fe]=[Te,Ee]}),oe}function Ww(te,fe){return function(oe){return te(fe(oe))}}function In(te,fe){for(var oe=-1,Ee=te.length,Te=0,He=[];++oe<Ee;){var wt=te[oe];(wt===fe||wt===f)&&(te[oe]=f,He[Te++]=oe)}return He}function Cs(te){var fe=-1,oe=Array(te.size);return te.forEach(function(Ee){oe[++fe]=Ee}),oe}function ML(te){var fe=-1,oe=Array(te.size);return te.forEach(function(Ee){oe[++fe]=[Ee,Ee]}),oe}function DL(te,fe,oe){for(var Ee=oe-1,Te=te.length;++Ee<Te;)if(te[Ee]===fe)return Ee;return-1}function jL(te,fe,oe){for(var Ee=oe+1;Ee--;)if(te[Ee]===fe)return Ee;return Ee}function qi(te){return ji(te)?kL(te):xL(te)}function Ir(te){return ji(te)?LL(te):wL(te)}function Gw(te){for(var fe=te.length;fe--&&cs.test(te.charAt(fe)););return fe}var qL=Vl(dL);function kL(te){for(var fe=Ll.lastIndex=0;Ll.test(te);)++fe;return fe}function LL(te){return te.match(Ll)||[]}function BL(te){return te.match(oL)||[]}var FL=(function te(fe){fe=fe==null?Pt:ki.defaults(Pt.Object(),fe,ki.pick(Pt,uL));var oe=fe.Array,Ee=fe.Date,Te=fe.Error,He=fe.Function,wt=fe.Math,tt=fe.Object,Xl=fe.RegExp,$L=fe.String,hr=fe.TypeError,Rs=oe.prototype,zL=He.prototype,Li=tt.prototype,Ps=fe["__core-js_shared__"],Is=zL.toString,Xe=Li.hasOwnProperty,HL=0,Kw=(function(){var s=/[^.]+$/.exec(Ps&&Ps.keys&&Ps.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""})(),Ns=Li.toString,UL=Is.call(tt),VL=Pt._,WL=Xl("^"+Is.call(Xe).replace(Ao,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ts=Tw?fe.Buffer:r,Nn=fe.Symbol,As=fe.Uint8Array,Yw=Ts?Ts.allocUnsafe:r,Ms=Ww(tt.getPrototypeOf,tt),Xw=tt.create,Zw=Li.propertyIsEnumerable,Ds=Rs.splice,Jw=Nn?Nn.isConcatSpreadable:r,Lo=Nn?Nn.iterator:r,Jn=Nn?Nn.toStringTag:r,js=(function(){try{var s=ni(tt,"defineProperty");return s({},"",{}),s}catch{}})(),GL=fe.clearTimeout!==Pt.clearTimeout&&fe.clearTimeout,KL=Ee&&Ee.now!==Pt.Date.now&&Ee.now,YL=fe.setTimeout!==Pt.setTimeout&&fe.setTimeout,qs=wt.ceil,ks=wt.floor,Zl=tt.getOwnPropertySymbols,XL=Ts?Ts.isBuffer:r,Qw=fe.isFinite,ZL=Rs.join,JL=Ww(tt.keys,tt),_t=wt.max,Mt=wt.min,QL=Ee.now,eB=fe.parseInt,e_=wt.random,tB=Rs.reverse,Jl=ni(fe,"DataView"),Bo=ni(fe,"Map"),Ql=ni(fe,"Promise"),Bi=ni(fe,"Set"),Fo=ni(fe,"WeakMap"),$o=ni(tt,"create"),Ls=Fo&&new Fo,Fi={},rB=ii(Jl),nB=ii(Bo),iB=ii(Ql),oB=ii(Bi),aB=ii(Fo),Bs=Nn?Nn.prototype:r,zo=Bs?Bs.valueOf:r,t_=Bs?Bs.toString:r;function M(s){if(dt(s)&&!Ae(s)&&!(s instanceof Be)){if(s instanceof pr)return s;if(Xe.call(s,"__wrapped__"))return r1(s)}return new pr(s)}var $i=(function(){function s(){}return function(l){if(!ft(l))return{};if(Xw)return Xw(l);s.prototype=l;var g=new s;return s.prototype=r,g}})();function Fs(){}function pr(s,l){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=r}M.templateSettings={escape:gl,evaluate:is,interpolate:os,variable:"",imports:{_:M}},M.prototype=Fs.prototype,M.prototype.constructor=M,pr.prototype=$i(Fs.prototype),pr.prototype.constructor=pr;function Be(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Q,this.__views__=[]}function sB(){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 uB(){if(this.__filtered__){var s=new Be(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function cB(){var s=this.__wrapped__.value(),l=this.__dir__,g=Ae(s),O=l<0,I=g?s.length:0,q=wF(0,I,this.__views__),U=q.start,X=q.end,re=X-U,pe=O?X:U-1,ge=this.__iteratees__,me=ge.length,be=0,Ce=Mt(re,this.__takeCount__);if(!g||!O&&I==re&&Ce==re)return O_(s,this.__actions__);var Pe=[];e:for(;re--&&be<Ce;){pe+=l;for(var De=-1,Ie=s[pe];++De<me;){var ke=ge[De],Fe=ke.iteratee,nr=ke.type,Bt=Fe(Ie);if(nr==B)Ie=Bt;else if(!Bt){if(nr==T)continue e;break e}}Pe[be++]=Ie}return Pe}Be.prototype=$i(Fs.prototype),Be.prototype.constructor=Be;function Qn(s){var l=-1,g=s==null?0:s.length;for(this.clear();++l<g;){var O=s[l];this.set(O[0],O[1])}}function lB(){this.__data__=$o?$o(null):{},this.size=0}function fB(s){var l=this.has(s)&&delete this.__data__[s];return this.size-=l?1:0,l}function dB(s){var l=this.__data__;if($o){var g=l[s];return g===c?r:g}return Xe.call(l,s)?l[s]:r}function hB(s){var l=this.__data__;return $o?l[s]!==r:Xe.call(l,s)}function pB(s,l){var g=this.__data__;return this.size+=this.has(s)?0:1,g[s]=$o&&l===r?c:l,this}Qn.prototype.clear=lB,Qn.prototype.delete=fB,Qn.prototype.get=dB,Qn.prototype.has=hB,Qn.prototype.set=pB;function un(s){var l=-1,g=s==null?0:s.length;for(this.clear();++l<g;){var O=s[l];this.set(O[0],O[1])}}function vB(){this.__data__=[],this.size=0}function gB(s){var l=this.__data__,g=$s(l,s);if(g<0)return!1;var O=l.length-1;return g==O?l.pop():Ds.call(l,g,1),--this.size,!0}function mB(s){var l=this.__data__,g=$s(l,s);return g<0?r:l[g][1]}function yB(s){return $s(this.__data__,s)>-1}function bB(s,l){var g=this.__data__,O=$s(g,s);return O<0?(++this.size,g.push([s,l])):g[O][1]=l,this}un.prototype.clear=vB,un.prototype.delete=gB,un.prototype.get=mB,un.prototype.has=yB,un.prototype.set=bB;function cn(s){var l=-1,g=s==null?0:s.length;for(this.clear();++l<g;){var O=s[l];this.set(O[0],O[1])}}function xB(){this.size=0,this.__data__={hash:new Qn,map:new(Bo||un),string:new Qn}}function wB(s){var l=Qs(this,s).delete(s);return this.size-=l?1:0,l}function _B(s){return Qs(this,s).get(s)}function EB(s){return Qs(this,s).has(s)}function SB(s,l){var g=Qs(this,s),O=g.size;return g.set(s,l),this.size+=g.size==O?0:1,this}cn.prototype.clear=xB,cn.prototype.delete=wB,cn.prototype.get=_B,cn.prototype.has=EB,cn.prototype.set=SB;function ei(s){var l=-1,g=s==null?0:s.length;for(this.__data__=new cn;++l<g;)this.add(s[l])}function OB(s){return this.__data__.set(s,c),this}function CB(s){return this.__data__.has(s)}ei.prototype.add=ei.prototype.push=OB,ei.prototype.has=CB;function Nr(s){var l=this.__data__=new un(s);this.size=l.size}function RB(){this.__data__=new un,this.size=0}function PB(s){var l=this.__data__,g=l.delete(s);return this.size=l.size,g}function IB(s){return this.__data__.get(s)}function NB(s){return this.__data__.has(s)}function TB(s,l){var g=this.__data__;if(g instanceof un){var O=g.__data__;if(!Bo||O.length<i-1)return O.push([s,l]),this.size=++g.size,this;g=this.__data__=new cn(O)}return g.set(s,l),this.size=g.size,this}Nr.prototype.clear=RB,Nr.prototype.delete=PB,Nr.prototype.get=IB,Nr.prototype.has=NB,Nr.prototype.set=TB;function r_(s,l){var g=Ae(s),O=!g&&oi(s),I=!g&&!O&&jn(s),q=!g&&!O&&!I&&Vi(s),U=g||O||I||q,X=U?Gl(s.length,$L):[],re=X.length;for(var pe in s)(l||Xe.call(s,pe))&&!(U&&(pe=="length"||I&&(pe=="offset"||pe=="parent")||q&&(pe=="buffer"||pe=="byteLength"||pe=="byteOffset")||hn(pe,re)))&&X.push(pe);return X}function n_(s){var l=s.length;return l?s[ff(0,l-1)]:r}function AB(s,l){return eu(zt(s),ti(l,0,s.length))}function MB(s){return eu(zt(s))}function ef(s,l,g){(g!==r&&!Tr(s[l],g)||g===r&&!(l in s))&&ln(s,l,g)}function Ho(s,l,g){var O=s[l];(!(Xe.call(s,l)&&Tr(O,g))||g===r&&!(l in s))&&ln(s,l,g)}function $s(s,l){for(var g=s.length;g--;)if(Tr(s[g][0],l))return g;return-1}function DB(s,l,g,O){return Tn(s,function(I,q,U){l(O,I,g(I),U)}),O}function i_(s,l){return s&&Wr(l,St(l),s)}function jB(s,l){return s&&Wr(l,Ut(l),s)}function ln(s,l,g){l=="__proto__"&&js?js(s,l,{configurable:!0,enumerable:!0,value:g,writable:!0}):s[l]=g}function tf(s,l){for(var g=-1,O=l.length,I=oe(O),q=s==null;++g<O;)I[g]=q?r:qf(s,l[g]);return I}function ti(s,l,g){return s===s&&(g!==r&&(s=s<=g?s:g),l!==r&&(s=s>=l?s:l)),s}function vr(s,l,g,O,I,q){var U,X=l&h,re=l&p,pe=l&v;if(g&&(U=I?g(s,O,I,q):g(s)),U!==r)return U;if(!ft(s))return s;var ge=Ae(s);if(ge){if(U=EF(s),!X)return zt(s,U)}else{var me=Dt(s),be=me==de||me==we;if(jn(s))return P_(s,X);if(me==ae||me==G||be&&!I){if(U=re||be?{}:G_(s),!X)return re?dF(s,jB(U,s)):fF(s,i_(U,s))}else{if(!ot[me])return I?s:{};U=SF(s,me,X)}}q||(q=new Nr);var Ce=q.get(s);if(Ce)return Ce;q.set(s,U),_1(s)?s.forEach(function(Ie){U.add(vr(Ie,l,g,Ie,s,q))}):x1(s)&&s.forEach(function(Ie,ke){U.set(ke,vr(Ie,l,g,ke,s,q))});var Pe=pe?re?_f:wf:re?Ut:St,De=ge?r:Pe(s);return dr(De||s,function(Ie,ke){De&&(ke=Ie,Ie=s[ke]),Ho(U,ke,vr(Ie,l,g,ke,s,q))}),U}function qB(s){var l=St(s);return function(g){return o_(g,s,l)}}function o_(s,l,g){var O=g.length;if(s==null)return!O;for(s=tt(s);O--;){var I=g[O],q=l[I],U=s[I];if(U===r&&!(I in s)||!q(U))return!1}return!0}function a_(s,l,g){if(typeof s!="function")throw new hr(a);return Xo(function(){s.apply(r,g)},l)}function Uo(s,l,g,O){var I=-1,q=Ss,U=!0,X=s.length,re=[],pe=l.length;if(!X)return re;g&&(l=ct(l,er(g))),O?(q=$l,U=!1):l.length>=i&&(q=ko,U=!1,l=new ei(l));e:for(;++I<X;){var ge=s[I],me=g==null?ge:g(ge);if(ge=O||ge!==0?ge:0,U&&me===me){for(var be=pe;be--;)if(l[be]===me)continue e;re.push(ge)}else q(l,me,O)||re.push(ge)}return re}var Tn=M_(Vr),s_=M_(nf,!0);function kB(s,l){var g=!0;return Tn(s,function(O,I,q){return g=!!l(O,I,q),g}),g}function zs(s,l,g){for(var O=-1,I=s.length;++O<I;){var q=s[O],U=l(q);if(U!=null&&(X===r?U===U&&!rr(U):g(U,X)))var X=U,re=q}return re}function LB(s,l,g,O){var I=s.length;for(g=Me(g),g<0&&(g=-g>I?0:I+g),O=O===r||O>I?I:Me(O),O<0&&(O+=I),O=g>O?0:S1(O);g<O;)s[g++]=l;return s}function u_(s,l){var g=[];return Tn(s,function(O,I,q){l(O,I,q)&&g.push(O)}),g}function It(s,l,g,O,I){var q=-1,U=s.length;for(g||(g=CF),I||(I=[]);++q<U;){var X=s[q];l>0&&g(X)?l>1?It(X,l-1,g,O,I):Pn(I,X):O||(I[I.length]=X)}return I}var rf=D_(),c_=D_(!0);function Vr(s,l){return s&&rf(s,l,St)}function nf(s,l){return s&&c_(s,l,St)}function Hs(s,l){return Rn(l,function(g){return pn(s[g])})}function ri(s,l){l=Mn(l,s);for(var g=0,O=l.length;s!=null&&g<O;)s=s[Gr(l[g++])];return g&&g==O?s:r}function l_(s,l,g){var O=l(s);return Ae(s)?O:Pn(O,g(s))}function kt(s){return s==null?s===r?mt:he:Jn&&Jn in tt(s)?xF(s):MF(s)}function of(s,l){return s>l}function BB(s,l){return s!=null&&Xe.call(s,l)}function FB(s,l){return s!=null&&l in tt(s)}function $B(s,l,g){return s>=Mt(l,g)&&s<_t(l,g)}function af(s,l,g){for(var O=g?$l:Ss,I=s[0].length,q=s.length,U=q,X=oe(q),re=1/0,pe=[];U--;){var ge=s[U];U&&l&&(ge=ct(ge,er(l))),re=Mt(ge.length,re),X[U]=!g&&(l||I>=120&&ge.length>=120)?new ei(U&&ge):r}ge=s[0];var me=-1,be=X[0];e:for(;++me<I&&pe.length<re;){var Ce=ge[me],Pe=l?l(Ce):Ce;if(Ce=g||Ce!==0?Ce:0,!(be?ko(be,Pe):O(pe,Pe,g))){for(U=q;--U;){var De=X[U];if(!(De?ko(De,Pe):O(s[U],Pe,g)))continue e}be&&be.push(Pe),pe.push(Ce)}}return pe}function zB(s,l,g,O){return Vr(s,function(I,q,U){l(O,g(I),q,U)}),O}function Vo(s,l,g){l=Mn(l,s),s=Z_(s,l);var O=s==null?s:s[Gr(mr(l))];return O==null?r:Qt(O,s,g)}function f_(s){return dt(s)&&kt(s)==G}function HB(s){return dt(s)&&kt(s)==ut}function UB(s){return dt(s)&&kt(s)==ie}function Wo(s,l,g,O,I){return s===l?!0:s==null||l==null||!dt(s)&&!dt(l)?s!==s&&l!==l:VB(s,l,g,O,Wo,I)}function VB(s,l,g,O,I,q){var U=Ae(s),X=Ae(l),re=U?J:Dt(s),pe=X?J:Dt(l);re=re==G?ae:re,pe=pe==G?ae:pe;var ge=re==ae,me=pe==ae,be=re==pe;if(be&&jn(s)){if(!jn(l))return!1;U=!0,ge=!1}if(be&&!ge)return q||(q=new Nr),U||Vi(s)?U_(s,l,g,O,I,q):yF(s,l,re,g,O,I,q);if(!(g&m)){var Ce=ge&&Xe.call(s,"__wrapped__"),Pe=me&&Xe.call(l,"__wrapped__");if(Ce||Pe){var De=Ce?s.value():s,Ie=Pe?l.value():l;return q||(q=new Nr),I(De,Ie,g,O,q)}}return be?(q||(q=new Nr),bF(s,l,g,O,I,q)):!1}function WB(s){return dt(s)&&Dt(s)==Se}function sf(s,l,g,O){var I=g.length,q=I,U=!O;if(s==null)return!q;for(s=tt(s);I--;){var X=g[I];if(U&&X[2]?X[1]!==s[X[0]]:!(X[0]in s))return!1}for(;++I<q;){X=g[I];var re=X[0],pe=s[re],ge=X[1];if(U&&X[2]){if(pe===r&&!(re in s))return!1}else{var me=new Nr;if(O)var be=O(pe,ge,re,s,l,me);if(!(be===r?Wo(ge,pe,m|y,O,me):be))return!1}}return!0}function d_(s){if(!ft(s)||PF(s))return!1;var l=pn(s)?WL:Cl;return l.test(ii(s))}function GB(s){return dt(s)&&kt(s)==ze}function KB(s){return dt(s)&&Dt(s)==je}function YB(s){return dt(s)&&au(s.length)&&!!st[kt(s)]}function h_(s){return typeof s=="function"?s:s==null?Vt:typeof s=="object"?Ae(s)?g_(s[0],s[1]):v_(s):j1(s)}function uf(s){if(!Yo(s))return JL(s);var l=[];for(var g in tt(s))Xe.call(s,g)&&g!="constructor"&&l.push(g);return l}function XB(s){if(!ft(s))return AF(s);var l=Yo(s),g=[];for(var O in s)O=="constructor"&&(l||!Xe.call(s,O))||g.push(O);return g}function cf(s,l){return s<l}function p_(s,l){var g=-1,O=Ht(s)?oe(s.length):[];return Tn(s,function(I,q,U){O[++g]=l(I,q,U)}),O}function v_(s){var l=Sf(s);return l.length==1&&l[0][2]?Y_(l[0][0],l[0][1]):function(g){return g===s||sf(g,s,l)}}function g_(s,l){return Cf(s)&&K_(l)?Y_(Gr(s),l):function(g){var O=qf(g,s);return O===r&&O===l?kf(g,s):Wo(l,O,m|y)}}function Us(s,l,g,O,I){s!==l&&rf(l,function(q,U){if(I||(I=new Nr),ft(q))ZB(s,l,U,g,Us,O,I);else{var X=O?O(Pf(s,U),q,U+"",s,l,I):r;X===r&&(X=q),ef(s,U,X)}},Ut)}function ZB(s,l,g,O,I,q,U){var X=Pf(s,g),re=Pf(l,g),pe=U.get(re);if(pe){ef(s,g,pe);return}var ge=q?q(X,re,g+"",s,l,U):r,me=ge===r;if(me){var be=Ae(re),Ce=!be&&jn(re),Pe=!be&&!Ce&&Vi(re);ge=re,be||Ce||Pe?Ae(X)?ge=X:pt(X)?ge=zt(X):Ce?(me=!1,ge=P_(re,!0)):Pe?(me=!1,ge=I_(re,!0)):ge=[]:Zo(re)||oi(re)?(ge=X,oi(X)?ge=O1(X):(!ft(X)||pn(X))&&(ge=G_(re))):me=!1}me&&(U.set(re,ge),I(ge,re,O,q,U),U.delete(re)),ef(s,g,ge)}function m_(s,l){var g=s.length;if(g)return l+=l<0?g:0,hn(l,g)?s[l]:r}function y_(s,l,g){l.length?l=ct(l,function(q){return Ae(q)?function(U){return ri(U,q.length===1?q[0]:q)}:q}):l=[Vt];var O=-1;l=ct(l,er(Re()));var I=p_(s,function(q,U,X){var re=ct(l,function(pe){return pe(q)});return{criteria:re,index:++O,value:q}});return SL(I,function(q,U){return lF(q,U,g)})}function JB(s,l){return b_(s,l,function(g,O){return kf(s,O)})}function b_(s,l,g){for(var O=-1,I=l.length,q={};++O<I;){var U=l[O],X=ri(s,U);g(X,U)&&Go(q,Mn(U,s),X)}return q}function QB(s){return function(l){return ri(l,s)}}function lf(s,l,g,O){var I=O?EL:Di,q=-1,U=l.length,X=s;for(s===l&&(l=zt(l)),g&&(X=ct(s,er(g)));++q<U;)for(var re=0,pe=l[q],ge=g?g(pe):pe;(re=I(X,ge,re,O))>-1;)X!==s&&Ds.call(X,re,1),Ds.call(s,re,1);return s}function x_(s,l){for(var g=s?l.length:0,O=g-1;g--;){var I=l[g];if(g==O||I!==q){var q=I;hn(I)?Ds.call(s,I,1):pf(s,I)}}return s}function ff(s,l){return s+ks(e_()*(l-s+1))}function eF(s,l,g,O){for(var I=-1,q=_t(qs((l-s)/(g||1)),0),U=oe(q);q--;)U[O?q:++I]=s,s+=g;return U}function df(s,l){var g="";if(!s||l<1||l>Y)return g;do l%2&&(g+=s),l=ks(l/2),l&&(s+=s);while(l);return g}function qe(s,l){return If(X_(s,l,Vt),s+"")}function tF(s){return n_(Wi(s))}function rF(s,l){var g=Wi(s);return eu(g,ti(l,0,g.length))}function Go(s,l,g,O){if(!ft(s))return s;l=Mn(l,s);for(var I=-1,q=l.length,U=q-1,X=s;X!=null&&++I<q;){var re=Gr(l[I]),pe=g;if(re==="__proto__"||re==="constructor"||re==="prototype")return s;if(I!=U){var ge=X[re];pe=O?O(ge,re,X):r,pe===r&&(pe=ft(ge)?ge:hn(l[I+1])?[]:{})}Ho(X,re,pe),X=X[re]}return s}var w_=Ls?function(s,l){return Ls.set(s,l),s}:Vt,nF=js?function(s,l){return js(s,"toString",{configurable:!0,enumerable:!1,value:Bf(l),writable:!0})}:Vt;function iF(s){return eu(Wi(s))}function gr(s,l,g){var O=-1,I=s.length;l<0&&(l=-l>I?0:I+l),g=g>I?I:g,g<0&&(g+=I),I=l>g?0:g-l>>>0,l>>>=0;for(var q=oe(I);++O<I;)q[O]=s[O+l];return q}function oF(s,l){var g;return Tn(s,function(O,I,q){return g=l(O,I,q),!g}),!!g}function Vs(s,l,g){var O=0,I=s==null?O:s.length;if(typeof l=="number"&&l===l&&I<=se){for(;O<I;){var q=O+I>>>1,U=s[q];U!==null&&!rr(U)&&(g?U<=l:U<l)?O=q+1:I=q}return I}return hf(s,l,Vt,g)}function hf(s,l,g,O){var I=0,q=s==null?0:s.length;if(q===0)return 0;l=g(l);for(var U=l!==l,X=l===null,re=rr(l),pe=l===r;I<q;){var ge=ks((I+q)/2),me=g(s[ge]),be=me!==r,Ce=me===null,Pe=me===me,De=rr(me);if(U)var Ie=O||Pe;else pe?Ie=Pe&&(O||be):X?Ie=Pe&&be&&(O||!Ce):re?Ie=Pe&&be&&!Ce&&(O||!De):Ce||De?Ie=!1:Ie=O?me<=l:me<l;Ie?I=ge+1:q=ge}return Mt(q,ce)}function __(s,l){for(var g=-1,O=s.length,I=0,q=[];++g<O;){var U=s[g],X=l?l(U):U;if(!g||!Tr(X,re)){var re=X;q[I++]=U===0?0:U}}return q}function E_(s){return typeof s=="number"?s:rr(s)?H:+s}function tr(s){if(typeof s=="string")return s;if(Ae(s))return ct(s,tr)+"";if(rr(s))return t_?t_.call(s):"";var l=s+"";return l=="0"&&1/s==-W?"-0":l}function An(s,l,g){var O=-1,I=Ss,q=s.length,U=!0,X=[],re=X;if(g)U=!1,I=$l;else if(q>=i){var pe=l?null:gF(s);if(pe)return Cs(pe);U=!1,I=ko,re=new ei}else re=l?[]:X;e:for(;++O<q;){var ge=s[O],me=l?l(ge):ge;if(ge=g||ge!==0?ge:0,U&&me===me){for(var be=re.length;be--;)if(re[be]===me)continue e;l&&re.push(me),X.push(ge)}else I(re,me,g)||(re!==X&&re.push(me),X.push(ge))}return X}function pf(s,l){return l=Mn(l,s),s=Z_(s,l),s==null||delete s[Gr(mr(l))]}function S_(s,l,g,O){return Go(s,l,g(ri(s,l)),O)}function Ws(s,l,g,O){for(var I=s.length,q=O?I:-1;(O?q--:++q<I)&&l(s[q],q,s););return g?gr(s,O?0:q,O?q+1:I):gr(s,O?q+1:0,O?I:q)}function O_(s,l){var g=s;return g instanceof Be&&(g=g.value()),zl(l,function(O,I){return I.func.apply(I.thisArg,Pn([O],I.args))},g)}function vf(s,l,g){var O=s.length;if(O<2)return O?An(s[0]):[];for(var I=-1,q=oe(O);++I<O;)for(var U=s[I],X=-1;++X<O;)X!=I&&(q[I]=Uo(q[I]||U,s[X],l,g));return An(It(q,1),l,g)}function C_(s,l,g){for(var O=-1,I=s.length,q=l.length,U={};++O<I;){var X=O<q?l[O]:r;g(U,s[O],X)}return U}function gf(s){return pt(s)?s:[]}function mf(s){return typeof s=="function"?s:Vt}function Mn(s,l){return Ae(s)?s:Cf(s,l)?[s]:t1(Ve(s))}var aF=qe;function Dn(s,l,g){var O=s.length;return g=g===r?O:g,!l&&g>=O?s:gr(s,l,g)}var R_=GL||function(s){return Pt.clearTimeout(s)};function P_(s,l){if(l)return s.slice();var g=s.length,O=Yw?Yw(g):new s.constructor(g);return s.copy(O),O}function yf(s){var l=new s.constructor(s.byteLength);return new As(l).set(new As(s)),l}function sF(s,l){var g=l?yf(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.byteLength)}function uF(s){var l=new s.constructor(s.source,fs.exec(s));return l.lastIndex=s.lastIndex,l}function cF(s){return zo?tt(zo.call(s)):{}}function I_(s,l){var g=l?yf(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.length)}function N_(s,l){if(s!==l){var g=s!==r,O=s===null,I=s===s,q=rr(s),U=l!==r,X=l===null,re=l===l,pe=rr(l);if(!X&&!pe&&!q&&s>l||q&&U&&re&&!X&&!pe||O&&U&&re||!g&&re||!I)return 1;if(!O&&!q&&!pe&&s<l||pe&&g&&I&&!O&&!q||X&&g&&I||!U&&I||!re)return-1}return 0}function lF(s,l,g){for(var O=-1,I=s.criteria,q=l.criteria,U=I.length,X=g.length;++O<U;){var re=N_(I[O],q[O]);if(re){if(O>=X)return re;var pe=g[O];return re*(pe=="desc"?-1:1)}}return s.index-l.index}function T_(s,l,g,O){for(var I=-1,q=s.length,U=g.length,X=-1,re=l.length,pe=_t(q-U,0),ge=oe(re+pe),me=!O;++X<re;)ge[X]=l[X];for(;++I<U;)(me||I<q)&&(ge[g[I]]=s[I]);for(;pe--;)ge[X++]=s[I++];return ge}function A_(s,l,g,O){for(var I=-1,q=s.length,U=-1,X=g.length,re=-1,pe=l.length,ge=_t(q-X,0),me=oe(ge+pe),be=!O;++I<ge;)me[I]=s[I];for(var Ce=I;++re<pe;)me[Ce+re]=l[re];for(;++U<X;)(be||I<q)&&(me[Ce+g[U]]=s[I++]);return me}function zt(s,l){var g=-1,O=s.length;for(l||(l=oe(O));++g<O;)l[g]=s[g];return l}function Wr(s,l,g,O){var I=!g;g||(g={});for(var q=-1,U=l.length;++q<U;){var X=l[q],re=O?O(g[X],s[X],X,g,s):r;re===r&&(re=s[X]),I?ln(g,X,re):Ho(g,X,re)}return g}function fF(s,l){return Wr(s,Of(s),l)}function dF(s,l){return Wr(s,V_(s),l)}function Gs(s,l){return function(g,O){var I=Ae(g)?mL:DB,q=l?l():{};return I(g,s,Re(O,2),q)}}function zi(s){return qe(function(l,g){var O=-1,I=g.length,q=I>1?g[I-1]:r,U=I>2?g[2]:r;for(q=s.length>3&&typeof q=="function"?(I--,q):r,U&&Lt(g[0],g[1],U)&&(q=I<3?r:q,I=1),l=tt(l);++O<I;){var X=g[O];X&&s(l,X,O,q)}return l})}function M_(s,l){return function(g,O){if(g==null)return g;if(!Ht(g))return s(g,O);for(var I=g.length,q=l?I:-1,U=tt(g);(l?q--:++q<I)&&O(U[q],q,U)!==!1;);return g}}function D_(s){return function(l,g,O){for(var I=-1,q=tt(l),U=O(l),X=U.length;X--;){var re=U[s?X:++I];if(g(q[re],re,q)===!1)break}return l}}function hF(s,l,g){var O=l&b,I=Ko(s);function q(){var U=this&&this!==Pt&&this instanceof q?I:s;return U.apply(O?g:this,arguments)}return q}function j_(s){return function(l){l=Ve(l);var g=ji(l)?Ir(l):r,O=g?g[0]:l.charAt(0),I=g?Dn(g,1).join(""):l.slice(1);return O[s]()+I}}function Hi(s){return function(l){return zl(M1(A1(l).replace(nL,"")),s,"")}}function Ko(s){return function(){var l=arguments;switch(l.length){case 0:return new s;case 1:return new s(l[0]);case 2:return new s(l[0],l[1]);case 3:return new s(l[0],l[1],l[2]);case 4:return new s(l[0],l[1],l[2],l[3]);case 5:return new s(l[0],l[1],l[2],l[3],l[4]);case 6:return new s(l[0],l[1],l[2],l[3],l[4],l[5]);case 7:return new s(l[0],l[1],l[2],l[3],l[4],l[5],l[6])}var g=$i(s.prototype),O=s.apply(g,l);return ft(O)?O:g}}function pF(s,l,g){var O=Ko(s);function I(){for(var q=arguments.length,U=oe(q),X=q,re=Ui(I);X--;)U[X]=arguments[X];var pe=q<3&&U[0]!==re&&U[q-1]!==re?[]:In(U,re);if(q-=pe.length,q<g)return F_(s,l,Ks,I.placeholder,r,U,pe,r,r,g-q);var ge=this&&this!==Pt&&this instanceof I?O:s;return Qt(ge,this,U)}return I}function q_(s){return function(l,g,O){var I=tt(l);if(!Ht(l)){var q=Re(g,3);l=St(l),g=function(X){return q(I[X],X,I)}}var U=s(l,g,O);return U>-1?I[q?l[U]:U]:r}}function k_(s){return dn(function(l){var g=l.length,O=g,I=pr.prototype.thru;for(s&&l.reverse();O--;){var q=l[O];if(typeof q!="function")throw new hr(a);if(I&&!U&&Js(q)=="wrapper")var U=new pr([],!0)}for(O=U?O:g;++O<g;){q=l[O];var X=Js(q),re=X=="wrapper"?Ef(q):r;re&&Rf(re[0])&&re[1]==(P|S|_|N)&&!re[4].length&&re[9]==1?U=U[Js(re[0])].apply(U,re[3]):U=q.length==1&&Rf(q)?U[X]():U.thru(q)}return function(){var pe=arguments,ge=pe[0];if(U&&pe.length==1&&Ae(ge))return U.plant(ge).value();for(var me=0,be=g?l[me].apply(this,pe):ge;++me<g;)be=l[me].call(this,be);return be}})}function Ks(s,l,g,O,I,q,U,X,re,pe){var ge=l&P,me=l&b,be=l&x,Ce=l&(S|E),Pe=l&j,De=be?r:Ko(s);function Ie(){for(var ke=arguments.length,Fe=oe(ke),nr=ke;nr--;)Fe[nr]=arguments[nr];if(Ce)var Bt=Ui(Ie),ir=CL(Fe,Bt);if(O&&(Fe=T_(Fe,O,I,Ce)),q&&(Fe=A_(Fe,q,U,Ce)),ke-=ir,Ce&&ke<pe){var vt=In(Fe,Bt);return F_(s,l,Ks,Ie.placeholder,g,Fe,vt,X,re,pe-ke)}var Ar=me?g:this,gn=be?Ar[s]:s;return ke=Fe.length,X?Fe=DF(Fe,X):Pe&&ke>1&&Fe.reverse(),ge&&re<ke&&(Fe.length=re),this&&this!==Pt&&this instanceof Ie&&(gn=De||Ko(gn)),gn.apply(Ar,Fe)}return Ie}function L_(s,l){return function(g,O){return zB(g,s,l(O),{})}}function Ys(s,l){return function(g,O){var I;if(g===r&&O===r)return l;if(g!==r&&(I=g),O!==r){if(I===r)return O;typeof g=="string"||typeof O=="string"?(g=tr(g),O=tr(O)):(g=E_(g),O=E_(O)),I=s(g,O)}return I}}function bf(s){return dn(function(l){return l=ct(l,er(Re())),qe(function(g){var O=this;return s(l,function(I){return Qt(I,O,g)})})})}function Xs(s,l){l=l===r?" ":tr(l);var g=l.length;if(g<2)return g?df(l,s):l;var O=df(l,qs(s/qi(l)));return ji(l)?Dn(Ir(O),0,s).join(""):O.slice(0,s)}function vF(s,l,g,O){var I=l&b,q=Ko(s);function U(){for(var X=-1,re=arguments.length,pe=-1,ge=O.length,me=oe(ge+re),be=this&&this!==Pt&&this instanceof U?q:s;++pe<ge;)me[pe]=O[pe];for(;re--;)me[pe++]=arguments[++X];return Qt(be,I?g:this,me)}return U}function B_(s){return function(l,g,O){return O&&typeof O!="number"&&Lt(l,g,O)&&(g=O=r),l=vn(l),g===r?(g=l,l=0):g=vn(g),O=O===r?l<g?1:-1:vn(O),eF(l,g,O,s)}}function Zs(s){return function(l,g){return typeof l=="string"&&typeof g=="string"||(l=yr(l),g=yr(g)),s(l,g)}}function F_(s,l,g,O,I,q,U,X,re,pe){var ge=l&S,me=ge?U:r,be=ge?r:U,Ce=ge?q:r,Pe=ge?r:q;l|=ge?_:R,l&=~(ge?R:_),l&w||(l&=-4);var De=[s,l,I,Ce,me,Pe,be,X,re,pe],Ie=g.apply(r,De);return Rf(s)&&J_(Ie,De),Ie.placeholder=O,Q_(Ie,s,l)}function xf(s){var l=wt[s];return function(g,O){if(g=yr(g),O=O==null?0:Mt(Me(O),292),O&&Qw(g)){var I=(Ve(g)+"e").split("e"),q=l(I[0]+"e"+(+I[1]+O));return I=(Ve(q)+"e").split("e"),+(I[0]+"e"+(+I[1]-O))}return l(g)}}var gF=Bi&&1/Cs(new Bi([,-0]))[1]==W?function(s){return new Bi(s)}:zf;function $_(s){return function(l){var g=Dt(l);return g==Se?Yl(l):g==je?ML(l):OL(l,s(l))}}function fn(s,l,g,O,I,q,U,X){var re=l&x;if(!re&&typeof s!="function")throw new hr(a);var pe=O?O.length:0;if(pe||(l&=-97,O=I=r),U=U===r?U:_t(Me(U),0),X=X===r?X:Me(X),pe-=I?I.length:0,l&R){var ge=O,me=I;O=I=r}var be=re?r:Ef(s),Ce=[s,l,g,O,I,ge,me,q,U,X];if(be&&TF(Ce,be),s=Ce[0],l=Ce[1],g=Ce[2],O=Ce[3],I=Ce[4],X=Ce[9]=Ce[9]===r?re?0:s.length:_t(Ce[9]-pe,0),!X&&l&(S|E)&&(l&=-25),!l||l==b)var Pe=hF(s,l,g);else l==S||l==E?Pe=pF(s,l,X):(l==_||l==(b|_))&&!I.length?Pe=vF(s,l,g,O):Pe=Ks.apply(r,Ce);var De=be?w_:J_;return Q_(De(Pe,Ce),s,l)}function z_(s,l,g,O){return s===r||Tr(s,Li[g])&&!Xe.call(O,g)?l:s}function H_(s,l,g,O,I,q){return ft(s)&&ft(l)&&(q.set(l,s),Us(s,l,r,H_,q),q.delete(l)),s}function mF(s){return Zo(s)?r:s}function U_(s,l,g,O,I,q){var U=g&m,X=s.length,re=l.length;if(X!=re&&!(U&&re>X))return!1;var pe=q.get(s),ge=q.get(l);if(pe&&ge)return pe==l&&ge==s;var me=-1,be=!0,Ce=g&y?new ei:r;for(q.set(s,l),q.set(l,s);++me<X;){var Pe=s[me],De=l[me];if(O)var Ie=U?O(De,Pe,me,l,s,q):O(Pe,De,me,s,l,q);if(Ie!==r){if(Ie)continue;be=!1;break}if(Ce){if(!Hl(l,function(ke,Fe){if(!ko(Ce,Fe)&&(Pe===ke||I(Pe,ke,g,O,q)))return Ce.push(Fe)})){be=!1;break}}else if(!(Pe===De||I(Pe,De,g,O,q))){be=!1;break}}return q.delete(s),q.delete(l),be}function yF(s,l,g,O,I,q,U){switch(g){case et:if(s.byteLength!=l.byteLength||s.byteOffset!=l.byteOffset)return!1;s=s.buffer,l=l.buffer;case ut:return!(s.byteLength!=l.byteLength||!q(new As(s),new As(l)));case K:case ie:case _e:return Tr(+s,+l);case ue:return s.name==l.name&&s.message==l.message;case ze:case Ye:return s==l+"";case Se:var X=Yl;case je:var re=O&m;if(X||(X=Cs),s.size!=l.size&&!re)return!1;var pe=U.get(s);if(pe)return pe==l;O|=y,U.set(s,l);var ge=U_(X(s),X(l),O,I,q,U);return U.delete(s),ge;case Ue:if(zo)return zo.call(s)==zo.call(l)}return!1}function bF(s,l,g,O,I,q){var U=g&m,X=wf(s),re=X.length,pe=wf(l),ge=pe.length;if(re!=ge&&!U)return!1;for(var me=re;me--;){var be=X[me];if(!(U?be in l:Xe.call(l,be)))return!1}var Ce=q.get(s),Pe=q.get(l);if(Ce&&Pe)return Ce==l&&Pe==s;var De=!0;q.set(s,l),q.set(l,s);for(var Ie=U;++me<re;){be=X[me];var ke=s[be],Fe=l[be];if(O)var nr=U?O(Fe,ke,be,l,s,q):O(ke,Fe,be,s,l,q);if(!(nr===r?ke===Fe||I(ke,Fe,g,O,q):nr)){De=!1;break}Ie||(Ie=be=="constructor")}if(De&&!Ie){var Bt=s.constructor,ir=l.constructor;Bt!=ir&&"constructor"in s&&"constructor"in l&&!(typeof Bt=="function"&&Bt instanceof Bt&&typeof ir=="function"&&ir instanceof ir)&&(De=!1)}return q.delete(s),q.delete(l),De}function dn(s){return If(X_(s,r,o1),s+"")}function wf(s){return l_(s,St,Of)}function _f(s){return l_(s,Ut,V_)}var Ef=Ls?function(s){return Ls.get(s)}:zf;function Js(s){for(var l=s.name+"",g=Fi[l],O=Xe.call(Fi,l)?g.length:0;O--;){var I=g[O],q=I.func;if(q==null||q==s)return I.name}return l}function Ui(s){var l=Xe.call(M,"placeholder")?M:s;return l.placeholder}function Re(){var s=M.iteratee||Ff;return s=s===Ff?h_:s,arguments.length?s(arguments[0],arguments[1]):s}function Qs(s,l){var g=s.__data__;return RF(l)?g[typeof l=="string"?"string":"hash"]:g.map}function Sf(s){for(var l=St(s),g=l.length;g--;){var O=l[g],I=s[O];l[g]=[O,I,K_(I)]}return l}function ni(s,l){var g=NL(s,l);return d_(g)?g:r}function xF(s){var l=Xe.call(s,Jn),g=s[Jn];try{s[Jn]=r;var O=!0}catch{}var I=Ns.call(s);return O&&(l?s[Jn]=g:delete s[Jn]),I}var Of=Zl?function(s){return s==null?[]:(s=tt(s),Rn(Zl(s),function(l){return Zw.call(s,l)}))}:Hf,V_=Zl?function(s){for(var l=[];s;)Pn(l,Of(s)),s=Ms(s);return l}:Hf,Dt=kt;(Jl&&Dt(new Jl(new ArrayBuffer(1)))!=et||Bo&&Dt(new Bo)!=Se||Ql&&Dt(Ql.resolve())!=Oe||Bi&&Dt(new Bi)!=je||Fo&&Dt(new Fo)!=Qe)&&(Dt=function(s){var l=kt(s),g=l==ae?s.constructor:r,O=g?ii(g):"";if(O)switch(O){case rB:return et;case nB:return Se;case iB:return Oe;case oB:return je;case aB:return Qe}return l});function wF(s,l,g){for(var O=-1,I=g.length;++O<I;){var q=g[O],U=q.size;switch(q.type){case"drop":s+=U;break;case"dropRight":l-=U;break;case"take":l=Mt(l,s+U);break;case"takeRight":s=_t(s,l-U);break}}return{start:s,end:l}}function _F(s){var l=s.match(ls);return l?l[1].split(bl):[]}function W_(s,l,g){l=Mn(l,s);for(var O=-1,I=l.length,q=!1;++O<I;){var U=Gr(l[O]);if(!(q=s!=null&&g(s,U)))break;s=s[U]}return q||++O!=I?q:(I=s==null?0:s.length,!!I&&au(I)&&hn(U,I)&&(Ae(s)||oi(s)))}function EF(s){var l=s.length,g=new s.constructor(l);return l&&typeof s[0]=="string"&&Xe.call(s,"index")&&(g.index=s.index,g.input=s.input),g}function G_(s){return typeof s.constructor=="function"&&!Yo(s)?$i(Ms(s)):{}}function SF(s,l,g){var O=s.constructor;switch(l){case ut:return yf(s);case K:case ie:return new O(+s);case et:return sF(s,g);case Rt:case Jt:case lr:case jt:case xt:case qt:case Hr:case Yn:case Cn:return I_(s,g);case Se:return new O;case _e:case Ye:return new O(s);case ze:return uF(s);case je:return new O;case Ue:return cF(s)}}function OF(s,l){var g=l.length;if(!g)return s;var O=g-1;return l[O]=(g>1?"& ":"")+l[O],l=l.join(g>2?", ":" "),s.replace(yl,`{
|
|
47
|
+
*/var uZ=Oa.exports,bN;function cZ(){return bN||(bN=1,(function(e,t){(function(){var r,n="4.17.21",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`",c="__lodash_hash_undefined__",d=500,f="__lodash_placeholder__",h=1,p=2,v=4,m=1,y=2,b=1,x=2,w=4,S=8,E=16,_=32,R=64,P=128,N=256,j=512,L=30,F="...",k=800,D=16,T=1,B=2,$=3,W=1/0,Y=9007199254740991,ee=17976931348623157e292,H=NaN,Q=4294967295,ce=Q-1,se=Q>>>1,z=[["ary",P],["bind",b],["bindKey",x],["curry",S],["curryRight",E],["flip",j],["partial",_],["partialRight",R],["rearg",N]],G="[object Arguments]",J="[object Array]",V="[object AsyncFunction]",K="[object Boolean]",ie="[object Date]",ne="[object DOMException]",ue="[object Error]",de="[object Function]",we="[object GeneratorFunction]",Se="[object Map]",_e="[object Number]",he="[object Null]",ae="[object Object]",Oe="[object Promise]",Ne="[object Proxy]",ze="[object RegExp]",je="[object Set]",Ye="[object String]",Ve="[object Symbol]",mt="[object Undefined]",Qe="[object WeakMap]",At="[object WeakSet]",ut="[object ArrayBuffer]",et="[object DataView]",Rt="[object Float32Array]",Jt="[object Float64Array]",lr="[object Int8Array]",jt="[object Int16Array]",xt="[object Int32Array]",qt="[object Uint8Array]",Hr="[object Uint8ClampedArray]",Yn="[object Uint16Array]",Cn="[object Uint32Array]",Ur=/\b__p \+= '';/g,Ii=/\b(__p \+=) '' \+/g,vl=/(__e\(.*?\)|\b__t\)) \+\n'';/g,rs=/&(?:amp|lt|gt|quot|#39);/g,To=/[&<>"']/g,gl=RegExp(rs.source),ns=RegExp(To.source),ml=/<%-([\s\S]+?)%>/g,is=/<%([\s\S]+?)%>/g,os=/<%=([\s\S]+?)%>/g,as=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,yl=/^\w*$/,ss=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ao=/[\\^$.*+?()[\]{}|]/g,us=RegExp(Ao.source),Mo=/^\s+/,cs=/\s/,bl=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ls=/\{\n\/\* \[wrapped with (.+)\] \*/,xl=/,? & /,wl=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,_l=/[()=,{}\[\]\/\s]/,El=/\\(\\)?/g,Sl=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,fs=/\w*$/,Ol=/^[-+]0x[0-9a-f]+$/i,Cl=/^0b[01]+$/i,Rl=/^\[object .+?Constructor\]$/,Pl=/^0o[0-7]+$/i,Il=/^(?:0|[1-9]\d*)$/,Nl=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ni=/($^)/,ds=/['\n\r\u2028\u2029\\]/g,Ti="\\ud800-\\udfff",Tl="\\u0300-\\u036f",Al="\\ufe20-\\ufe2f",hs="\\u20d0-\\u20ff",ps=Tl+Al+hs,Do="\\u2700-\\u27bf",vs="a-z\\xdf-\\xf6\\xf8-\\xff",gs="\\xac\\xb1\\xd7\\xf7",Ml="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",ms="\\u2000-\\u206f",Dl=" \\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",ys="A-Z\\xc0-\\xd6\\xd8-\\xde",jo="\\ufe0e\\ufe0f",bs=gs+Ml+ms+Dl,qo="['’]",jl="["+Ti+"]",xs="["+bs+"]",Xn="["+ps+"]",ws="\\d+",Ai="["+Do+"]",_s="["+vs+"]",Es="[^"+Ti+bs+ws+Do+vs+ys+"]",ql="\\ud83c[\\udffb-\\udfff]",Jk="(?:"+Xn+"|"+ql+")",Ew="[^"+Ti+"]",kl="(?:\\ud83c[\\udde6-\\uddff]){2}",Ll="[\\ud800-\\udbff][\\udc00-\\udfff]",Mi="["+ys+"]",Sw="\\u200d",Ow="(?:"+_s+"|"+Es+")",Qk="(?:"+Mi+"|"+Es+")",Cw="(?:"+qo+"(?:d|ll|m|re|s|t|ve))?",Rw="(?:"+qo+"(?:D|LL|M|RE|S|T|VE))?",Pw=Jk+"?",Iw="["+jo+"]?",eL="(?:"+Sw+"(?:"+[Ew,kl,Ll].join("|")+")"+Iw+Pw+")*",tL="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",rL="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Nw=Iw+Pw+eL,nL="(?:"+[Ai,kl,Ll].join("|")+")"+Nw,iL="(?:"+[Ew+Xn+"?",Xn,kl,Ll,jl].join("|")+")",oL=RegExp(qo,"g"),aL=RegExp(Xn,"g"),Bl=RegExp(ql+"(?="+ql+")|"+iL+Nw,"g"),sL=RegExp([Mi+"?"+_s+"+"+Cw+"(?="+[xs,Mi,"$"].join("|")+")",Qk+"+"+Rw+"(?="+[xs,Mi+Ow,"$"].join("|")+")",Mi+"?"+Ow+"+"+Cw,Mi+"+"+Rw,rL,tL,ws,nL].join("|"),"g"),uL=RegExp("["+Sw+Ti+ps+jo+"]"),cL=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,lL=["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"],fL=-1,st={};st[Rt]=st[Jt]=st[lr]=st[jt]=st[xt]=st[qt]=st[Hr]=st[Yn]=st[Cn]=!0,st[G]=st[J]=st[ut]=st[K]=st[et]=st[ie]=st[ue]=st[de]=st[Se]=st[_e]=st[ae]=st[ze]=st[je]=st[Ye]=st[Qe]=!1;var ot={};ot[G]=ot[J]=ot[ut]=ot[et]=ot[K]=ot[ie]=ot[Rt]=ot[Jt]=ot[lr]=ot[jt]=ot[xt]=ot[Se]=ot[_e]=ot[ae]=ot[ze]=ot[je]=ot[Ye]=ot[Ve]=ot[qt]=ot[Hr]=ot[Yn]=ot[Cn]=!0,ot[ue]=ot[de]=ot[Qe]=!1;var dL={À:"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"},hL={"&":"&","<":"<",">":">",'"':""","'":"'"},pL={"&":"&","<":"<",">":">",""":'"',"'":"'"},vL={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},gL=parseFloat,mL=parseInt,Tw=typeof ht=="object"&&ht&&ht.Object===Object&&ht,yL=typeof self=="object"&&self&&self.Object===Object&&self,Pt=Tw||yL||Function("return this")(),Fl=t&&!t.nodeType&&t,Zn=Fl&&!0&&e&&!e.nodeType&&e,Aw=Zn&&Zn.exports===Fl,$l=Aw&&Tw.process,fr=(function(){try{var te=Zn&&Zn.require&&Zn.require("util").types;return te||$l&&$l.binding&&$l.binding("util")}catch{}})(),Mw=fr&&fr.isArrayBuffer,Dw=fr&&fr.isDate,jw=fr&&fr.isMap,qw=fr&&fr.isRegExp,kw=fr&&fr.isSet,Lw=fr&&fr.isTypedArray;function Qt(te,fe,oe){switch(oe.length){case 0:return te.call(fe);case 1:return te.call(fe,oe[0]);case 2:return te.call(fe,oe[0],oe[1]);case 3:return te.call(fe,oe[0],oe[1],oe[2])}return te.apply(fe,oe)}function bL(te,fe,oe,Ee){for(var Te=-1,He=te==null?0:te.length;++Te<He;){var wt=te[Te];fe(Ee,wt,oe(wt),te)}return Ee}function dr(te,fe){for(var oe=-1,Ee=te==null?0:te.length;++oe<Ee&&fe(te[oe],oe,te)!==!1;);return te}function xL(te,fe){for(var oe=te==null?0:te.length;oe--&&fe(te[oe],oe,te)!==!1;);return te}function Bw(te,fe){for(var oe=-1,Ee=te==null?0:te.length;++oe<Ee;)if(!fe(te[oe],oe,te))return!1;return!0}function Rn(te,fe){for(var oe=-1,Ee=te==null?0:te.length,Te=0,He=[];++oe<Ee;){var wt=te[oe];fe(wt,oe,te)&&(He[Te++]=wt)}return He}function Ss(te,fe){var oe=te==null?0:te.length;return!!oe&&Di(te,fe,0)>-1}function zl(te,fe,oe){for(var Ee=-1,Te=te==null?0:te.length;++Ee<Te;)if(oe(fe,te[Ee]))return!0;return!1}function ct(te,fe){for(var oe=-1,Ee=te==null?0:te.length,Te=Array(Ee);++oe<Ee;)Te[oe]=fe(te[oe],oe,te);return Te}function Pn(te,fe){for(var oe=-1,Ee=fe.length,Te=te.length;++oe<Ee;)te[Te+oe]=fe[oe];return te}function Hl(te,fe,oe,Ee){var Te=-1,He=te==null?0:te.length;for(Ee&&He&&(oe=te[++Te]);++Te<He;)oe=fe(oe,te[Te],Te,te);return oe}function wL(te,fe,oe,Ee){var Te=te==null?0:te.length;for(Ee&&Te&&(oe=te[--Te]);Te--;)oe=fe(oe,te[Te],Te,te);return oe}function Ul(te,fe){for(var oe=-1,Ee=te==null?0:te.length;++oe<Ee;)if(fe(te[oe],oe,te))return!0;return!1}var _L=Vl("length");function EL(te){return te.split("")}function SL(te){return te.match(wl)||[]}function Fw(te,fe,oe){var Ee;return oe(te,function(Te,He,wt){if(fe(Te,He,wt))return Ee=He,!1}),Ee}function Os(te,fe,oe,Ee){for(var Te=te.length,He=oe+(Ee?1:-1);Ee?He--:++He<Te;)if(fe(te[He],He,te))return He;return-1}function Di(te,fe,oe){return fe===fe?qL(te,fe,oe):Os(te,$w,oe)}function OL(te,fe,oe,Ee){for(var Te=oe-1,He=te.length;++Te<He;)if(Ee(te[Te],fe))return Te;return-1}function $w(te){return te!==te}function zw(te,fe){var oe=te==null?0:te.length;return oe?Gl(te,fe)/oe:H}function Vl(te){return function(fe){return fe==null?r:fe[te]}}function Wl(te){return function(fe){return te==null?r:te[fe]}}function Hw(te,fe,oe,Ee,Te){return Te(te,function(He,wt,tt){oe=Ee?(Ee=!1,He):fe(oe,He,wt,tt)}),oe}function CL(te,fe){var oe=te.length;for(te.sort(fe);oe--;)te[oe]=te[oe].value;return te}function Gl(te,fe){for(var oe,Ee=-1,Te=te.length;++Ee<Te;){var He=fe(te[Ee]);He!==r&&(oe=oe===r?He:oe+He)}return oe}function Kl(te,fe){for(var oe=-1,Ee=Array(te);++oe<te;)Ee[oe]=fe(oe);return Ee}function RL(te,fe){return ct(fe,function(oe){return[oe,te[oe]]})}function Uw(te){return te&&te.slice(0,Kw(te)+1).replace(Mo,"")}function er(te){return function(fe){return te(fe)}}function Yl(te,fe){return ct(fe,function(oe){return te[oe]})}function ko(te,fe){return te.has(fe)}function Vw(te,fe){for(var oe=-1,Ee=te.length;++oe<Ee&&Di(fe,te[oe],0)>-1;);return oe}function Ww(te,fe){for(var oe=te.length;oe--&&Di(fe,te[oe],0)>-1;);return oe}function PL(te,fe){for(var oe=te.length,Ee=0;oe--;)te[oe]===fe&&++Ee;return Ee}var IL=Wl(dL),NL=Wl(hL);function TL(te){return"\\"+vL[te]}function AL(te,fe){return te==null?r:te[fe]}function ji(te){return uL.test(te)}function ML(te){return cL.test(te)}function DL(te){for(var fe,oe=[];!(fe=te.next()).done;)oe.push(fe.value);return oe}function Xl(te){var fe=-1,oe=Array(te.size);return te.forEach(function(Ee,Te){oe[++fe]=[Te,Ee]}),oe}function Gw(te,fe){return function(oe){return te(fe(oe))}}function In(te,fe){for(var oe=-1,Ee=te.length,Te=0,He=[];++oe<Ee;){var wt=te[oe];(wt===fe||wt===f)&&(te[oe]=f,He[Te++]=oe)}return He}function Cs(te){var fe=-1,oe=Array(te.size);return te.forEach(function(Ee){oe[++fe]=Ee}),oe}function jL(te){var fe=-1,oe=Array(te.size);return te.forEach(function(Ee){oe[++fe]=[Ee,Ee]}),oe}function qL(te,fe,oe){for(var Ee=oe-1,Te=te.length;++Ee<Te;)if(te[Ee]===fe)return Ee;return-1}function kL(te,fe,oe){for(var Ee=oe+1;Ee--;)if(te[Ee]===fe)return Ee;return Ee}function qi(te){return ji(te)?BL(te):_L(te)}function Ir(te){return ji(te)?FL(te):EL(te)}function Kw(te){for(var fe=te.length;fe--&&cs.test(te.charAt(fe)););return fe}var LL=Wl(pL);function BL(te){for(var fe=Bl.lastIndex=0;Bl.test(te);)++fe;return fe}function FL(te){return te.match(Bl)||[]}function $L(te){return te.match(sL)||[]}var zL=(function te(fe){fe=fe==null?Pt:ki.defaults(Pt.Object(),fe,ki.pick(Pt,lL));var oe=fe.Array,Ee=fe.Date,Te=fe.Error,He=fe.Function,wt=fe.Math,tt=fe.Object,Zl=fe.RegExp,HL=fe.String,hr=fe.TypeError,Rs=oe.prototype,UL=He.prototype,Li=tt.prototype,Ps=fe["__core-js_shared__"],Is=UL.toString,Xe=Li.hasOwnProperty,VL=0,Yw=(function(){var s=/[^.]+$/.exec(Ps&&Ps.keys&&Ps.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""})(),Ns=Li.toString,WL=Is.call(tt),GL=Pt._,KL=Zl("^"+Is.call(Xe).replace(Ao,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ts=Aw?fe.Buffer:r,Nn=fe.Symbol,As=fe.Uint8Array,Xw=Ts?Ts.allocUnsafe:r,Ms=Gw(tt.getPrototypeOf,tt),Zw=tt.create,Jw=Li.propertyIsEnumerable,Ds=Rs.splice,Qw=Nn?Nn.isConcatSpreadable:r,Lo=Nn?Nn.iterator:r,Jn=Nn?Nn.toStringTag:r,js=(function(){try{var s=ni(tt,"defineProperty");return s({},"",{}),s}catch{}})(),YL=fe.clearTimeout!==Pt.clearTimeout&&fe.clearTimeout,XL=Ee&&Ee.now!==Pt.Date.now&&Ee.now,ZL=fe.setTimeout!==Pt.setTimeout&&fe.setTimeout,qs=wt.ceil,ks=wt.floor,Jl=tt.getOwnPropertySymbols,JL=Ts?Ts.isBuffer:r,e_=fe.isFinite,QL=Rs.join,eB=Gw(tt.keys,tt),_t=wt.max,Mt=wt.min,tB=Ee.now,rB=fe.parseInt,t_=wt.random,nB=Rs.reverse,Ql=ni(fe,"DataView"),Bo=ni(fe,"Map"),ef=ni(fe,"Promise"),Bi=ni(fe,"Set"),Fo=ni(fe,"WeakMap"),$o=ni(tt,"create"),Ls=Fo&&new Fo,Fi={},iB=ii(Ql),oB=ii(Bo),aB=ii(ef),sB=ii(Bi),uB=ii(Fo),Bs=Nn?Nn.prototype:r,zo=Bs?Bs.valueOf:r,r_=Bs?Bs.toString:r;function M(s){if(dt(s)&&!Ae(s)&&!(s instanceof Be)){if(s instanceof pr)return s;if(Xe.call(s,"__wrapped__"))return n1(s)}return new pr(s)}var $i=(function(){function s(){}return function(l){if(!ft(l))return{};if(Zw)return Zw(l);s.prototype=l;var g=new s;return s.prototype=r,g}})();function Fs(){}function pr(s,l){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=r}M.templateSettings={escape:ml,evaluate:is,interpolate:os,variable:"",imports:{_:M}},M.prototype=Fs.prototype,M.prototype.constructor=M,pr.prototype=$i(Fs.prototype),pr.prototype.constructor=pr;function Be(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Q,this.__views__=[]}function cB(){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 lB(){if(this.__filtered__){var s=new Be(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function fB(){var s=this.__wrapped__.value(),l=this.__dir__,g=Ae(s),O=l<0,I=g?s.length:0,q=EF(0,I,this.__views__),U=q.start,X=q.end,re=X-U,pe=O?X:U-1,ge=this.__iteratees__,me=ge.length,be=0,Ce=Mt(re,this.__takeCount__);if(!g||!O&&I==re&&Ce==re)return C_(s,this.__actions__);var Pe=[];e:for(;re--&&be<Ce;){pe+=l;for(var De=-1,Ie=s[pe];++De<me;){var ke=ge[De],Fe=ke.iteratee,nr=ke.type,Bt=Fe(Ie);if(nr==B)Ie=Bt;else if(!Bt){if(nr==T)continue e;break e}}Pe[be++]=Ie}return Pe}Be.prototype=$i(Fs.prototype),Be.prototype.constructor=Be;function Qn(s){var l=-1,g=s==null?0:s.length;for(this.clear();++l<g;){var O=s[l];this.set(O[0],O[1])}}function dB(){this.__data__=$o?$o(null):{},this.size=0}function hB(s){var l=this.has(s)&&delete this.__data__[s];return this.size-=l?1:0,l}function pB(s){var l=this.__data__;if($o){var g=l[s];return g===c?r:g}return Xe.call(l,s)?l[s]:r}function vB(s){var l=this.__data__;return $o?l[s]!==r:Xe.call(l,s)}function gB(s,l){var g=this.__data__;return this.size+=this.has(s)?0:1,g[s]=$o&&l===r?c:l,this}Qn.prototype.clear=dB,Qn.prototype.delete=hB,Qn.prototype.get=pB,Qn.prototype.has=vB,Qn.prototype.set=gB;function un(s){var l=-1,g=s==null?0:s.length;for(this.clear();++l<g;){var O=s[l];this.set(O[0],O[1])}}function mB(){this.__data__=[],this.size=0}function yB(s){var l=this.__data__,g=$s(l,s);if(g<0)return!1;var O=l.length-1;return g==O?l.pop():Ds.call(l,g,1),--this.size,!0}function bB(s){var l=this.__data__,g=$s(l,s);return g<0?r:l[g][1]}function xB(s){return $s(this.__data__,s)>-1}function wB(s,l){var g=this.__data__,O=$s(g,s);return O<0?(++this.size,g.push([s,l])):g[O][1]=l,this}un.prototype.clear=mB,un.prototype.delete=yB,un.prototype.get=bB,un.prototype.has=xB,un.prototype.set=wB;function cn(s){var l=-1,g=s==null?0:s.length;for(this.clear();++l<g;){var O=s[l];this.set(O[0],O[1])}}function _B(){this.size=0,this.__data__={hash:new Qn,map:new(Bo||un),string:new Qn}}function EB(s){var l=Qs(this,s).delete(s);return this.size-=l?1:0,l}function SB(s){return Qs(this,s).get(s)}function OB(s){return Qs(this,s).has(s)}function CB(s,l){var g=Qs(this,s),O=g.size;return g.set(s,l),this.size+=g.size==O?0:1,this}cn.prototype.clear=_B,cn.prototype.delete=EB,cn.prototype.get=SB,cn.prototype.has=OB,cn.prototype.set=CB;function ei(s){var l=-1,g=s==null?0:s.length;for(this.__data__=new cn;++l<g;)this.add(s[l])}function RB(s){return this.__data__.set(s,c),this}function PB(s){return this.__data__.has(s)}ei.prototype.add=ei.prototype.push=RB,ei.prototype.has=PB;function Nr(s){var l=this.__data__=new un(s);this.size=l.size}function IB(){this.__data__=new un,this.size=0}function NB(s){var l=this.__data__,g=l.delete(s);return this.size=l.size,g}function TB(s){return this.__data__.get(s)}function AB(s){return this.__data__.has(s)}function MB(s,l){var g=this.__data__;if(g instanceof un){var O=g.__data__;if(!Bo||O.length<i-1)return O.push([s,l]),this.size=++g.size,this;g=this.__data__=new cn(O)}return g.set(s,l),this.size=g.size,this}Nr.prototype.clear=IB,Nr.prototype.delete=NB,Nr.prototype.get=TB,Nr.prototype.has=AB,Nr.prototype.set=MB;function n_(s,l){var g=Ae(s),O=!g&&oi(s),I=!g&&!O&&jn(s),q=!g&&!O&&!I&&Vi(s),U=g||O||I||q,X=U?Kl(s.length,HL):[],re=X.length;for(var pe in s)(l||Xe.call(s,pe))&&!(U&&(pe=="length"||I&&(pe=="offset"||pe=="parent")||q&&(pe=="buffer"||pe=="byteLength"||pe=="byteOffset")||hn(pe,re)))&&X.push(pe);return X}function i_(s){var l=s.length;return l?s[df(0,l-1)]:r}function DB(s,l){return eu(zt(s),ti(l,0,s.length))}function jB(s){return eu(zt(s))}function tf(s,l,g){(g!==r&&!Tr(s[l],g)||g===r&&!(l in s))&&ln(s,l,g)}function Ho(s,l,g){var O=s[l];(!(Xe.call(s,l)&&Tr(O,g))||g===r&&!(l in s))&&ln(s,l,g)}function $s(s,l){for(var g=s.length;g--;)if(Tr(s[g][0],l))return g;return-1}function qB(s,l,g,O){return Tn(s,function(I,q,U){l(O,I,g(I),U)}),O}function o_(s,l){return s&&Wr(l,St(l),s)}function kB(s,l){return s&&Wr(l,Ut(l),s)}function ln(s,l,g){l=="__proto__"&&js?js(s,l,{configurable:!0,enumerable:!0,value:g,writable:!0}):s[l]=g}function rf(s,l){for(var g=-1,O=l.length,I=oe(O),q=s==null;++g<O;)I[g]=q?r:kf(s,l[g]);return I}function ti(s,l,g){return s===s&&(g!==r&&(s=s<=g?s:g),l!==r&&(s=s>=l?s:l)),s}function vr(s,l,g,O,I,q){var U,X=l&h,re=l&p,pe=l&v;if(g&&(U=I?g(s,O,I,q):g(s)),U!==r)return U;if(!ft(s))return s;var ge=Ae(s);if(ge){if(U=OF(s),!X)return zt(s,U)}else{var me=Dt(s),be=me==de||me==we;if(jn(s))return I_(s,X);if(me==ae||me==G||be&&!I){if(U=re||be?{}:K_(s),!X)return re?pF(s,kB(U,s)):hF(s,o_(U,s))}else{if(!ot[me])return I?s:{};U=CF(s,me,X)}}q||(q=new Nr);var Ce=q.get(s);if(Ce)return Ce;q.set(s,U),E1(s)?s.forEach(function(Ie){U.add(vr(Ie,l,g,Ie,s,q))}):w1(s)&&s.forEach(function(Ie,ke){U.set(ke,vr(Ie,l,g,ke,s,q))});var Pe=pe?re?Ef:_f:re?Ut:St,De=ge?r:Pe(s);return dr(De||s,function(Ie,ke){De&&(ke=Ie,Ie=s[ke]),Ho(U,ke,vr(Ie,l,g,ke,s,q))}),U}function LB(s){var l=St(s);return function(g){return a_(g,s,l)}}function a_(s,l,g){var O=g.length;if(s==null)return!O;for(s=tt(s);O--;){var I=g[O],q=l[I],U=s[I];if(U===r&&!(I in s)||!q(U))return!1}return!0}function s_(s,l,g){if(typeof s!="function")throw new hr(a);return Xo(function(){s.apply(r,g)},l)}function Uo(s,l,g,O){var I=-1,q=Ss,U=!0,X=s.length,re=[],pe=l.length;if(!X)return re;g&&(l=ct(l,er(g))),O?(q=zl,U=!1):l.length>=i&&(q=ko,U=!1,l=new ei(l));e:for(;++I<X;){var ge=s[I],me=g==null?ge:g(ge);if(ge=O||ge!==0?ge:0,U&&me===me){for(var be=pe;be--;)if(l[be]===me)continue e;re.push(ge)}else q(l,me,O)||re.push(ge)}return re}var Tn=D_(Vr),u_=D_(of,!0);function BB(s,l){var g=!0;return Tn(s,function(O,I,q){return g=!!l(O,I,q),g}),g}function zs(s,l,g){for(var O=-1,I=s.length;++O<I;){var q=s[O],U=l(q);if(U!=null&&(X===r?U===U&&!rr(U):g(U,X)))var X=U,re=q}return re}function FB(s,l,g,O){var I=s.length;for(g=Me(g),g<0&&(g=-g>I?0:I+g),O=O===r||O>I?I:Me(O),O<0&&(O+=I),O=g>O?0:O1(O);g<O;)s[g++]=l;return s}function c_(s,l){var g=[];return Tn(s,function(O,I,q){l(O,I,q)&&g.push(O)}),g}function It(s,l,g,O,I){var q=-1,U=s.length;for(g||(g=PF),I||(I=[]);++q<U;){var X=s[q];l>0&&g(X)?l>1?It(X,l-1,g,O,I):Pn(I,X):O||(I[I.length]=X)}return I}var nf=j_(),l_=j_(!0);function Vr(s,l){return s&&nf(s,l,St)}function of(s,l){return s&&l_(s,l,St)}function Hs(s,l){return Rn(l,function(g){return pn(s[g])})}function ri(s,l){l=Mn(l,s);for(var g=0,O=l.length;s!=null&&g<O;)s=s[Gr(l[g++])];return g&&g==O?s:r}function f_(s,l,g){var O=l(s);return Ae(s)?O:Pn(O,g(s))}function kt(s){return s==null?s===r?mt:he:Jn&&Jn in tt(s)?_F(s):jF(s)}function af(s,l){return s>l}function $B(s,l){return s!=null&&Xe.call(s,l)}function zB(s,l){return s!=null&&l in tt(s)}function HB(s,l,g){return s>=Mt(l,g)&&s<_t(l,g)}function sf(s,l,g){for(var O=g?zl:Ss,I=s[0].length,q=s.length,U=q,X=oe(q),re=1/0,pe=[];U--;){var ge=s[U];U&&l&&(ge=ct(ge,er(l))),re=Mt(ge.length,re),X[U]=!g&&(l||I>=120&&ge.length>=120)?new ei(U&&ge):r}ge=s[0];var me=-1,be=X[0];e:for(;++me<I&&pe.length<re;){var Ce=ge[me],Pe=l?l(Ce):Ce;if(Ce=g||Ce!==0?Ce:0,!(be?ko(be,Pe):O(pe,Pe,g))){for(U=q;--U;){var De=X[U];if(!(De?ko(De,Pe):O(s[U],Pe,g)))continue e}be&&be.push(Pe),pe.push(Ce)}}return pe}function UB(s,l,g,O){return Vr(s,function(I,q,U){l(O,g(I),q,U)}),O}function Vo(s,l,g){l=Mn(l,s),s=J_(s,l);var O=s==null?s:s[Gr(mr(l))];return O==null?r:Qt(O,s,g)}function d_(s){return dt(s)&&kt(s)==G}function VB(s){return dt(s)&&kt(s)==ut}function WB(s){return dt(s)&&kt(s)==ie}function Wo(s,l,g,O,I){return s===l?!0:s==null||l==null||!dt(s)&&!dt(l)?s!==s&&l!==l:GB(s,l,g,O,Wo,I)}function GB(s,l,g,O,I,q){var U=Ae(s),X=Ae(l),re=U?J:Dt(s),pe=X?J:Dt(l);re=re==G?ae:re,pe=pe==G?ae:pe;var ge=re==ae,me=pe==ae,be=re==pe;if(be&&jn(s)){if(!jn(l))return!1;U=!0,ge=!1}if(be&&!ge)return q||(q=new Nr),U||Vi(s)?V_(s,l,g,O,I,q):xF(s,l,re,g,O,I,q);if(!(g&m)){var Ce=ge&&Xe.call(s,"__wrapped__"),Pe=me&&Xe.call(l,"__wrapped__");if(Ce||Pe){var De=Ce?s.value():s,Ie=Pe?l.value():l;return q||(q=new Nr),I(De,Ie,g,O,q)}}return be?(q||(q=new Nr),wF(s,l,g,O,I,q)):!1}function KB(s){return dt(s)&&Dt(s)==Se}function uf(s,l,g,O){var I=g.length,q=I,U=!O;if(s==null)return!q;for(s=tt(s);I--;){var X=g[I];if(U&&X[2]?X[1]!==s[X[0]]:!(X[0]in s))return!1}for(;++I<q;){X=g[I];var re=X[0],pe=s[re],ge=X[1];if(U&&X[2]){if(pe===r&&!(re in s))return!1}else{var me=new Nr;if(O)var be=O(pe,ge,re,s,l,me);if(!(be===r?Wo(ge,pe,m|y,O,me):be))return!1}}return!0}function h_(s){if(!ft(s)||NF(s))return!1;var l=pn(s)?KL:Rl;return l.test(ii(s))}function YB(s){return dt(s)&&kt(s)==ze}function XB(s){return dt(s)&&Dt(s)==je}function ZB(s){return dt(s)&&au(s.length)&&!!st[kt(s)]}function p_(s){return typeof s=="function"?s:s==null?Vt:typeof s=="object"?Ae(s)?m_(s[0],s[1]):g_(s):q1(s)}function cf(s){if(!Yo(s))return eB(s);var l=[];for(var g in tt(s))Xe.call(s,g)&&g!="constructor"&&l.push(g);return l}function JB(s){if(!ft(s))return DF(s);var l=Yo(s),g=[];for(var O in s)O=="constructor"&&(l||!Xe.call(s,O))||g.push(O);return g}function lf(s,l){return s<l}function v_(s,l){var g=-1,O=Ht(s)?oe(s.length):[];return Tn(s,function(I,q,U){O[++g]=l(I,q,U)}),O}function g_(s){var l=Of(s);return l.length==1&&l[0][2]?X_(l[0][0],l[0][1]):function(g){return g===s||uf(g,s,l)}}function m_(s,l){return Rf(s)&&Y_(l)?X_(Gr(s),l):function(g){var O=kf(g,s);return O===r&&O===l?Lf(g,s):Wo(l,O,m|y)}}function Us(s,l,g,O,I){s!==l&&nf(l,function(q,U){if(I||(I=new Nr),ft(q))QB(s,l,U,g,Us,O,I);else{var X=O?O(If(s,U),q,U+"",s,l,I):r;X===r&&(X=q),tf(s,U,X)}},Ut)}function QB(s,l,g,O,I,q,U){var X=If(s,g),re=If(l,g),pe=U.get(re);if(pe){tf(s,g,pe);return}var ge=q?q(X,re,g+"",s,l,U):r,me=ge===r;if(me){var be=Ae(re),Ce=!be&&jn(re),Pe=!be&&!Ce&&Vi(re);ge=re,be||Ce||Pe?Ae(X)?ge=X:pt(X)?ge=zt(X):Ce?(me=!1,ge=I_(re,!0)):Pe?(me=!1,ge=N_(re,!0)):ge=[]:Zo(re)||oi(re)?(ge=X,oi(X)?ge=C1(X):(!ft(X)||pn(X))&&(ge=K_(re))):me=!1}me&&(U.set(re,ge),I(ge,re,O,q,U),U.delete(re)),tf(s,g,ge)}function y_(s,l){var g=s.length;if(g)return l+=l<0?g:0,hn(l,g)?s[l]:r}function b_(s,l,g){l.length?l=ct(l,function(q){return Ae(q)?function(U){return ri(U,q.length===1?q[0]:q)}:q}):l=[Vt];var O=-1;l=ct(l,er(Re()));var I=v_(s,function(q,U,X){var re=ct(l,function(pe){return pe(q)});return{criteria:re,index:++O,value:q}});return CL(I,function(q,U){return dF(q,U,g)})}function eF(s,l){return x_(s,l,function(g,O){return Lf(s,O)})}function x_(s,l,g){for(var O=-1,I=l.length,q={};++O<I;){var U=l[O],X=ri(s,U);g(X,U)&&Go(q,Mn(U,s),X)}return q}function tF(s){return function(l){return ri(l,s)}}function ff(s,l,g,O){var I=O?OL:Di,q=-1,U=l.length,X=s;for(s===l&&(l=zt(l)),g&&(X=ct(s,er(g)));++q<U;)for(var re=0,pe=l[q],ge=g?g(pe):pe;(re=I(X,ge,re,O))>-1;)X!==s&&Ds.call(X,re,1),Ds.call(s,re,1);return s}function w_(s,l){for(var g=s?l.length:0,O=g-1;g--;){var I=l[g];if(g==O||I!==q){var q=I;hn(I)?Ds.call(s,I,1):vf(s,I)}}return s}function df(s,l){return s+ks(t_()*(l-s+1))}function rF(s,l,g,O){for(var I=-1,q=_t(qs((l-s)/(g||1)),0),U=oe(q);q--;)U[O?q:++I]=s,s+=g;return U}function hf(s,l){var g="";if(!s||l<1||l>Y)return g;do l%2&&(g+=s),l=ks(l/2),l&&(s+=s);while(l);return g}function qe(s,l){return Nf(Z_(s,l,Vt),s+"")}function nF(s){return i_(Wi(s))}function iF(s,l){var g=Wi(s);return eu(g,ti(l,0,g.length))}function Go(s,l,g,O){if(!ft(s))return s;l=Mn(l,s);for(var I=-1,q=l.length,U=q-1,X=s;X!=null&&++I<q;){var re=Gr(l[I]),pe=g;if(re==="__proto__"||re==="constructor"||re==="prototype")return s;if(I!=U){var ge=X[re];pe=O?O(ge,re,X):r,pe===r&&(pe=ft(ge)?ge:hn(l[I+1])?[]:{})}Ho(X,re,pe),X=X[re]}return s}var __=Ls?function(s,l){return Ls.set(s,l),s}:Vt,oF=js?function(s,l){return js(s,"toString",{configurable:!0,enumerable:!1,value:Ff(l),writable:!0})}:Vt;function aF(s){return eu(Wi(s))}function gr(s,l,g){var O=-1,I=s.length;l<0&&(l=-l>I?0:I+l),g=g>I?I:g,g<0&&(g+=I),I=l>g?0:g-l>>>0,l>>>=0;for(var q=oe(I);++O<I;)q[O]=s[O+l];return q}function sF(s,l){var g;return Tn(s,function(O,I,q){return g=l(O,I,q),!g}),!!g}function Vs(s,l,g){var O=0,I=s==null?O:s.length;if(typeof l=="number"&&l===l&&I<=se){for(;O<I;){var q=O+I>>>1,U=s[q];U!==null&&!rr(U)&&(g?U<=l:U<l)?O=q+1:I=q}return I}return pf(s,l,Vt,g)}function pf(s,l,g,O){var I=0,q=s==null?0:s.length;if(q===0)return 0;l=g(l);for(var U=l!==l,X=l===null,re=rr(l),pe=l===r;I<q;){var ge=ks((I+q)/2),me=g(s[ge]),be=me!==r,Ce=me===null,Pe=me===me,De=rr(me);if(U)var Ie=O||Pe;else pe?Ie=Pe&&(O||be):X?Ie=Pe&&be&&(O||!Ce):re?Ie=Pe&&be&&!Ce&&(O||!De):Ce||De?Ie=!1:Ie=O?me<=l:me<l;Ie?I=ge+1:q=ge}return Mt(q,ce)}function E_(s,l){for(var g=-1,O=s.length,I=0,q=[];++g<O;){var U=s[g],X=l?l(U):U;if(!g||!Tr(X,re)){var re=X;q[I++]=U===0?0:U}}return q}function S_(s){return typeof s=="number"?s:rr(s)?H:+s}function tr(s){if(typeof s=="string")return s;if(Ae(s))return ct(s,tr)+"";if(rr(s))return r_?r_.call(s):"";var l=s+"";return l=="0"&&1/s==-W?"-0":l}function An(s,l,g){var O=-1,I=Ss,q=s.length,U=!0,X=[],re=X;if(g)U=!1,I=zl;else if(q>=i){var pe=l?null:yF(s);if(pe)return Cs(pe);U=!1,I=ko,re=new ei}else re=l?[]:X;e:for(;++O<q;){var ge=s[O],me=l?l(ge):ge;if(ge=g||ge!==0?ge:0,U&&me===me){for(var be=re.length;be--;)if(re[be]===me)continue e;l&&re.push(me),X.push(ge)}else I(re,me,g)||(re!==X&&re.push(me),X.push(ge))}return X}function vf(s,l){return l=Mn(l,s),s=J_(s,l),s==null||delete s[Gr(mr(l))]}function O_(s,l,g,O){return Go(s,l,g(ri(s,l)),O)}function Ws(s,l,g,O){for(var I=s.length,q=O?I:-1;(O?q--:++q<I)&&l(s[q],q,s););return g?gr(s,O?0:q,O?q+1:I):gr(s,O?q+1:0,O?I:q)}function C_(s,l){var g=s;return g instanceof Be&&(g=g.value()),Hl(l,function(O,I){return I.func.apply(I.thisArg,Pn([O],I.args))},g)}function gf(s,l,g){var O=s.length;if(O<2)return O?An(s[0]):[];for(var I=-1,q=oe(O);++I<O;)for(var U=s[I],X=-1;++X<O;)X!=I&&(q[I]=Uo(q[I]||U,s[X],l,g));return An(It(q,1),l,g)}function R_(s,l,g){for(var O=-1,I=s.length,q=l.length,U={};++O<I;){var X=O<q?l[O]:r;g(U,s[O],X)}return U}function mf(s){return pt(s)?s:[]}function yf(s){return typeof s=="function"?s:Vt}function Mn(s,l){return Ae(s)?s:Rf(s,l)?[s]:r1(We(s))}var uF=qe;function Dn(s,l,g){var O=s.length;return g=g===r?O:g,!l&&g>=O?s:gr(s,l,g)}var P_=YL||function(s){return Pt.clearTimeout(s)};function I_(s,l){if(l)return s.slice();var g=s.length,O=Xw?Xw(g):new s.constructor(g);return s.copy(O),O}function bf(s){var l=new s.constructor(s.byteLength);return new As(l).set(new As(s)),l}function cF(s,l){var g=l?bf(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.byteLength)}function lF(s){var l=new s.constructor(s.source,fs.exec(s));return l.lastIndex=s.lastIndex,l}function fF(s){return zo?tt(zo.call(s)):{}}function N_(s,l){var g=l?bf(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.length)}function T_(s,l){if(s!==l){var g=s!==r,O=s===null,I=s===s,q=rr(s),U=l!==r,X=l===null,re=l===l,pe=rr(l);if(!X&&!pe&&!q&&s>l||q&&U&&re&&!X&&!pe||O&&U&&re||!g&&re||!I)return 1;if(!O&&!q&&!pe&&s<l||pe&&g&&I&&!O&&!q||X&&g&&I||!U&&I||!re)return-1}return 0}function dF(s,l,g){for(var O=-1,I=s.criteria,q=l.criteria,U=I.length,X=g.length;++O<U;){var re=T_(I[O],q[O]);if(re){if(O>=X)return re;var pe=g[O];return re*(pe=="desc"?-1:1)}}return s.index-l.index}function A_(s,l,g,O){for(var I=-1,q=s.length,U=g.length,X=-1,re=l.length,pe=_t(q-U,0),ge=oe(re+pe),me=!O;++X<re;)ge[X]=l[X];for(;++I<U;)(me||I<q)&&(ge[g[I]]=s[I]);for(;pe--;)ge[X++]=s[I++];return ge}function M_(s,l,g,O){for(var I=-1,q=s.length,U=-1,X=g.length,re=-1,pe=l.length,ge=_t(q-X,0),me=oe(ge+pe),be=!O;++I<ge;)me[I]=s[I];for(var Ce=I;++re<pe;)me[Ce+re]=l[re];for(;++U<X;)(be||I<q)&&(me[Ce+g[U]]=s[I++]);return me}function zt(s,l){var g=-1,O=s.length;for(l||(l=oe(O));++g<O;)l[g]=s[g];return l}function Wr(s,l,g,O){var I=!g;g||(g={});for(var q=-1,U=l.length;++q<U;){var X=l[q],re=O?O(g[X],s[X],X,g,s):r;re===r&&(re=s[X]),I?ln(g,X,re):Ho(g,X,re)}return g}function hF(s,l){return Wr(s,Cf(s),l)}function pF(s,l){return Wr(s,W_(s),l)}function Gs(s,l){return function(g,O){var I=Ae(g)?bL:qB,q=l?l():{};return I(g,s,Re(O,2),q)}}function zi(s){return qe(function(l,g){var O=-1,I=g.length,q=I>1?g[I-1]:r,U=I>2?g[2]:r;for(q=s.length>3&&typeof q=="function"?(I--,q):r,U&&Lt(g[0],g[1],U)&&(q=I<3?r:q,I=1),l=tt(l);++O<I;){var X=g[O];X&&s(l,X,O,q)}return l})}function D_(s,l){return function(g,O){if(g==null)return g;if(!Ht(g))return s(g,O);for(var I=g.length,q=l?I:-1,U=tt(g);(l?q--:++q<I)&&O(U[q],q,U)!==!1;);return g}}function j_(s){return function(l,g,O){for(var I=-1,q=tt(l),U=O(l),X=U.length;X--;){var re=U[s?X:++I];if(g(q[re],re,q)===!1)break}return l}}function vF(s,l,g){var O=l&b,I=Ko(s);function q(){var U=this&&this!==Pt&&this instanceof q?I:s;return U.apply(O?g:this,arguments)}return q}function q_(s){return function(l){l=We(l);var g=ji(l)?Ir(l):r,O=g?g[0]:l.charAt(0),I=g?Dn(g,1).join(""):l.slice(1);return O[s]()+I}}function Hi(s){return function(l){return Hl(D1(M1(l).replace(oL,"")),s,"")}}function Ko(s){return function(){var l=arguments;switch(l.length){case 0:return new s;case 1:return new s(l[0]);case 2:return new s(l[0],l[1]);case 3:return new s(l[0],l[1],l[2]);case 4:return new s(l[0],l[1],l[2],l[3]);case 5:return new s(l[0],l[1],l[2],l[3],l[4]);case 6:return new s(l[0],l[1],l[2],l[3],l[4],l[5]);case 7:return new s(l[0],l[1],l[2],l[3],l[4],l[5],l[6])}var g=$i(s.prototype),O=s.apply(g,l);return ft(O)?O:g}}function gF(s,l,g){var O=Ko(s);function I(){for(var q=arguments.length,U=oe(q),X=q,re=Ui(I);X--;)U[X]=arguments[X];var pe=q<3&&U[0]!==re&&U[q-1]!==re?[]:In(U,re);if(q-=pe.length,q<g)return $_(s,l,Ks,I.placeholder,r,U,pe,r,r,g-q);var ge=this&&this!==Pt&&this instanceof I?O:s;return Qt(ge,this,U)}return I}function k_(s){return function(l,g,O){var I=tt(l);if(!Ht(l)){var q=Re(g,3);l=St(l),g=function(X){return q(I[X],X,I)}}var U=s(l,g,O);return U>-1?I[q?l[U]:U]:r}}function L_(s){return dn(function(l){var g=l.length,O=g,I=pr.prototype.thru;for(s&&l.reverse();O--;){var q=l[O];if(typeof q!="function")throw new hr(a);if(I&&!U&&Js(q)=="wrapper")var U=new pr([],!0)}for(O=U?O:g;++O<g;){q=l[O];var X=Js(q),re=X=="wrapper"?Sf(q):r;re&&Pf(re[0])&&re[1]==(P|S|_|N)&&!re[4].length&&re[9]==1?U=U[Js(re[0])].apply(U,re[3]):U=q.length==1&&Pf(q)?U[X]():U.thru(q)}return function(){var pe=arguments,ge=pe[0];if(U&&pe.length==1&&Ae(ge))return U.plant(ge).value();for(var me=0,be=g?l[me].apply(this,pe):ge;++me<g;)be=l[me].call(this,be);return be}})}function Ks(s,l,g,O,I,q,U,X,re,pe){var ge=l&P,me=l&b,be=l&x,Ce=l&(S|E),Pe=l&j,De=be?r:Ko(s);function Ie(){for(var ke=arguments.length,Fe=oe(ke),nr=ke;nr--;)Fe[nr]=arguments[nr];if(Ce)var Bt=Ui(Ie),ir=PL(Fe,Bt);if(O&&(Fe=A_(Fe,O,I,Ce)),q&&(Fe=M_(Fe,q,U,Ce)),ke-=ir,Ce&&ke<pe){var vt=In(Fe,Bt);return $_(s,l,Ks,Ie.placeholder,g,Fe,vt,X,re,pe-ke)}var Ar=me?g:this,gn=be?Ar[s]:s;return ke=Fe.length,X?Fe=qF(Fe,X):Pe&&ke>1&&Fe.reverse(),ge&&re<ke&&(Fe.length=re),this&&this!==Pt&&this instanceof Ie&&(gn=De||Ko(gn)),gn.apply(Ar,Fe)}return Ie}function B_(s,l){return function(g,O){return UB(g,s,l(O),{})}}function Ys(s,l){return function(g,O){var I;if(g===r&&O===r)return l;if(g!==r&&(I=g),O!==r){if(I===r)return O;typeof g=="string"||typeof O=="string"?(g=tr(g),O=tr(O)):(g=S_(g),O=S_(O)),I=s(g,O)}return I}}function xf(s){return dn(function(l){return l=ct(l,er(Re())),qe(function(g){var O=this;return s(l,function(I){return Qt(I,O,g)})})})}function Xs(s,l){l=l===r?" ":tr(l);var g=l.length;if(g<2)return g?hf(l,s):l;var O=hf(l,qs(s/qi(l)));return ji(l)?Dn(Ir(O),0,s).join(""):O.slice(0,s)}function mF(s,l,g,O){var I=l&b,q=Ko(s);function U(){for(var X=-1,re=arguments.length,pe=-1,ge=O.length,me=oe(ge+re),be=this&&this!==Pt&&this instanceof U?q:s;++pe<ge;)me[pe]=O[pe];for(;re--;)me[pe++]=arguments[++X];return Qt(be,I?g:this,me)}return U}function F_(s){return function(l,g,O){return O&&typeof O!="number"&&Lt(l,g,O)&&(g=O=r),l=vn(l),g===r?(g=l,l=0):g=vn(g),O=O===r?l<g?1:-1:vn(O),rF(l,g,O,s)}}function Zs(s){return function(l,g){return typeof l=="string"&&typeof g=="string"||(l=yr(l),g=yr(g)),s(l,g)}}function $_(s,l,g,O,I,q,U,X,re,pe){var ge=l&S,me=ge?U:r,be=ge?r:U,Ce=ge?q:r,Pe=ge?r:q;l|=ge?_:R,l&=~(ge?R:_),l&w||(l&=-4);var De=[s,l,I,Ce,me,Pe,be,X,re,pe],Ie=g.apply(r,De);return Pf(s)&&Q_(Ie,De),Ie.placeholder=O,e1(Ie,s,l)}function wf(s){var l=wt[s];return function(g,O){if(g=yr(g),O=O==null?0:Mt(Me(O),292),O&&e_(g)){var I=(We(g)+"e").split("e"),q=l(I[0]+"e"+(+I[1]+O));return I=(We(q)+"e").split("e"),+(I[0]+"e"+(+I[1]-O))}return l(g)}}var yF=Bi&&1/Cs(new Bi([,-0]))[1]==W?function(s){return new Bi(s)}:Hf;function z_(s){return function(l){var g=Dt(l);return g==Se?Xl(l):g==je?jL(l):RL(l,s(l))}}function fn(s,l,g,O,I,q,U,X){var re=l&x;if(!re&&typeof s!="function")throw new hr(a);var pe=O?O.length:0;if(pe||(l&=-97,O=I=r),U=U===r?U:_t(Me(U),0),X=X===r?X:Me(X),pe-=I?I.length:0,l&R){var ge=O,me=I;O=I=r}var be=re?r:Sf(s),Ce=[s,l,g,O,I,ge,me,q,U,X];if(be&&MF(Ce,be),s=Ce[0],l=Ce[1],g=Ce[2],O=Ce[3],I=Ce[4],X=Ce[9]=Ce[9]===r?re?0:s.length:_t(Ce[9]-pe,0),!X&&l&(S|E)&&(l&=-25),!l||l==b)var Pe=vF(s,l,g);else l==S||l==E?Pe=gF(s,l,X):(l==_||l==(b|_))&&!I.length?Pe=mF(s,l,g,O):Pe=Ks.apply(r,Ce);var De=be?__:Q_;return e1(De(Pe,Ce),s,l)}function H_(s,l,g,O){return s===r||Tr(s,Li[g])&&!Xe.call(O,g)?l:s}function U_(s,l,g,O,I,q){return ft(s)&&ft(l)&&(q.set(l,s),Us(s,l,r,U_,q),q.delete(l)),s}function bF(s){return Zo(s)?r:s}function V_(s,l,g,O,I,q){var U=g&m,X=s.length,re=l.length;if(X!=re&&!(U&&re>X))return!1;var pe=q.get(s),ge=q.get(l);if(pe&&ge)return pe==l&&ge==s;var me=-1,be=!0,Ce=g&y?new ei:r;for(q.set(s,l),q.set(l,s);++me<X;){var Pe=s[me],De=l[me];if(O)var Ie=U?O(De,Pe,me,l,s,q):O(Pe,De,me,s,l,q);if(Ie!==r){if(Ie)continue;be=!1;break}if(Ce){if(!Ul(l,function(ke,Fe){if(!ko(Ce,Fe)&&(Pe===ke||I(Pe,ke,g,O,q)))return Ce.push(Fe)})){be=!1;break}}else if(!(Pe===De||I(Pe,De,g,O,q))){be=!1;break}}return q.delete(s),q.delete(l),be}function xF(s,l,g,O,I,q,U){switch(g){case et:if(s.byteLength!=l.byteLength||s.byteOffset!=l.byteOffset)return!1;s=s.buffer,l=l.buffer;case ut:return!(s.byteLength!=l.byteLength||!q(new As(s),new As(l)));case K:case ie:case _e:return Tr(+s,+l);case ue:return s.name==l.name&&s.message==l.message;case ze:case Ye:return s==l+"";case Se:var X=Xl;case je:var re=O&m;if(X||(X=Cs),s.size!=l.size&&!re)return!1;var pe=U.get(s);if(pe)return pe==l;O|=y,U.set(s,l);var ge=V_(X(s),X(l),O,I,q,U);return U.delete(s),ge;case Ve:if(zo)return zo.call(s)==zo.call(l)}return!1}function wF(s,l,g,O,I,q){var U=g&m,X=_f(s),re=X.length,pe=_f(l),ge=pe.length;if(re!=ge&&!U)return!1;for(var me=re;me--;){var be=X[me];if(!(U?be in l:Xe.call(l,be)))return!1}var Ce=q.get(s),Pe=q.get(l);if(Ce&&Pe)return Ce==l&&Pe==s;var De=!0;q.set(s,l),q.set(l,s);for(var Ie=U;++me<re;){be=X[me];var ke=s[be],Fe=l[be];if(O)var nr=U?O(Fe,ke,be,l,s,q):O(ke,Fe,be,s,l,q);if(!(nr===r?ke===Fe||I(ke,Fe,g,O,q):nr)){De=!1;break}Ie||(Ie=be=="constructor")}if(De&&!Ie){var Bt=s.constructor,ir=l.constructor;Bt!=ir&&"constructor"in s&&"constructor"in l&&!(typeof Bt=="function"&&Bt instanceof Bt&&typeof ir=="function"&&ir instanceof ir)&&(De=!1)}return q.delete(s),q.delete(l),De}function dn(s){return Nf(Z_(s,r,a1),s+"")}function _f(s){return f_(s,St,Cf)}function Ef(s){return f_(s,Ut,W_)}var Sf=Ls?function(s){return Ls.get(s)}:Hf;function Js(s){for(var l=s.name+"",g=Fi[l],O=Xe.call(Fi,l)?g.length:0;O--;){var I=g[O],q=I.func;if(q==null||q==s)return I.name}return l}function Ui(s){var l=Xe.call(M,"placeholder")?M:s;return l.placeholder}function Re(){var s=M.iteratee||$f;return s=s===$f?p_:s,arguments.length?s(arguments[0],arguments[1]):s}function Qs(s,l){var g=s.__data__;return IF(l)?g[typeof l=="string"?"string":"hash"]:g.map}function Of(s){for(var l=St(s),g=l.length;g--;){var O=l[g],I=s[O];l[g]=[O,I,Y_(I)]}return l}function ni(s,l){var g=AL(s,l);return h_(g)?g:r}function _F(s){var l=Xe.call(s,Jn),g=s[Jn];try{s[Jn]=r;var O=!0}catch{}var I=Ns.call(s);return O&&(l?s[Jn]=g:delete s[Jn]),I}var Cf=Jl?function(s){return s==null?[]:(s=tt(s),Rn(Jl(s),function(l){return Jw.call(s,l)}))}:Uf,W_=Jl?function(s){for(var l=[];s;)Pn(l,Cf(s)),s=Ms(s);return l}:Uf,Dt=kt;(Ql&&Dt(new Ql(new ArrayBuffer(1)))!=et||Bo&&Dt(new Bo)!=Se||ef&&Dt(ef.resolve())!=Oe||Bi&&Dt(new Bi)!=je||Fo&&Dt(new Fo)!=Qe)&&(Dt=function(s){var l=kt(s),g=l==ae?s.constructor:r,O=g?ii(g):"";if(O)switch(O){case iB:return et;case oB:return Se;case aB:return Oe;case sB:return je;case uB:return Qe}return l});function EF(s,l,g){for(var O=-1,I=g.length;++O<I;){var q=g[O],U=q.size;switch(q.type){case"drop":s+=U;break;case"dropRight":l-=U;break;case"take":l=Mt(l,s+U);break;case"takeRight":s=_t(s,l-U);break}}return{start:s,end:l}}function SF(s){var l=s.match(ls);return l?l[1].split(xl):[]}function G_(s,l,g){l=Mn(l,s);for(var O=-1,I=l.length,q=!1;++O<I;){var U=Gr(l[O]);if(!(q=s!=null&&g(s,U)))break;s=s[U]}return q||++O!=I?q:(I=s==null?0:s.length,!!I&&au(I)&&hn(U,I)&&(Ae(s)||oi(s)))}function OF(s){var l=s.length,g=new s.constructor(l);return l&&typeof s[0]=="string"&&Xe.call(s,"index")&&(g.index=s.index,g.input=s.input),g}function K_(s){return typeof s.constructor=="function"&&!Yo(s)?$i(Ms(s)):{}}function CF(s,l,g){var O=s.constructor;switch(l){case ut:return bf(s);case K:case ie:return new O(+s);case et:return cF(s,g);case Rt:case Jt:case lr:case jt:case xt:case qt:case Hr:case Yn:case Cn:return N_(s,g);case Se:return new O;case _e:case Ye:return new O(s);case ze:return lF(s);case je:return new O;case Ve:return fF(s)}}function RF(s,l){var g=l.length;if(!g)return s;var O=g-1;return l[O]=(g>1?"& ":"")+l[O],l=l.join(g>2?", ":" "),s.replace(bl,`{
|
|
48
48
|
/* [wrapped with `+l+`] */
|
|
49
|
-
`)}function CF(s){return Ae(s)||oi(s)||!!(Jw&&s&&s[Jw])}function hn(s,l){var g=typeof s;return l=l??Y,!!l&&(g=="number"||g!="symbol"&&Pl.test(s))&&s>-1&&s%1==0&&s<l}function Lt(s,l,g){if(!ft(g))return!1;var O=typeof l;return(O=="number"?Ht(g)&&hn(l,g.length):O=="string"&&l in g)?Tr(g[l],s):!1}function Cf(s,l){if(Ae(s))return!1;var g=typeof s;return g=="number"||g=="symbol"||g=="boolean"||s==null||rr(s)?!0:ml.test(s)||!as.test(s)||l!=null&&s in tt(l)}function RF(s){var l=typeof s;return l=="string"||l=="number"||l=="symbol"||l=="boolean"?s!=="__proto__":s===null}function Rf(s){var l=Js(s),g=M[l];if(typeof g!="function"||!(l in Be.prototype))return!1;if(s===g)return!0;var O=Ef(g);return!!O&&s===O[0]}function PF(s){return!!Kw&&Kw in s}var IF=Ps?pn:Uf;function Yo(s){var l=s&&s.constructor,g=typeof l=="function"&&l.prototype||Li;return s===g}function K_(s){return s===s&&!ft(s)}function Y_(s,l){return function(g){return g==null?!1:g[s]===l&&(l!==r||s in tt(g))}}function NF(s){var l=iu(s,function(O){return g.size===d&&g.clear(),O}),g=l.cache;return l}function TF(s,l){var g=s[1],O=l[1],I=g|O,q=I<(b|x|P),U=O==P&&g==S||O==P&&g==N&&s[7].length<=l[8]||O==(P|N)&&l[7].length<=l[8]&&g==S;if(!(q||U))return s;O&b&&(s[2]=l[2],I|=g&b?0:w);var X=l[3];if(X){var re=s[3];s[3]=re?T_(re,X,l[4]):X,s[4]=re?In(s[3],f):l[4]}return X=l[5],X&&(re=s[5],s[5]=re?A_(re,X,l[6]):X,s[6]=re?In(s[5],f):l[6]),X=l[7],X&&(s[7]=X),O&P&&(s[8]=s[8]==null?l[8]:Mt(s[8],l[8])),s[9]==null&&(s[9]=l[9]),s[0]=l[0],s[1]=I,s}function AF(s){var l=[];if(s!=null)for(var g in tt(s))l.push(g);return l}function MF(s){return Ns.call(s)}function X_(s,l,g){return l=_t(l===r?s.length-1:l,0),function(){for(var O=arguments,I=-1,q=_t(O.length-l,0),U=oe(q);++I<q;)U[I]=O[l+I];I=-1;for(var X=oe(l+1);++I<l;)X[I]=O[I];return X[l]=g(U),Qt(s,this,X)}}function Z_(s,l){return l.length<2?s:ri(s,gr(l,0,-1))}function DF(s,l){for(var g=s.length,O=Mt(l.length,g),I=zt(s);O--;){var q=l[O];s[O]=hn(q,g)?I[q]:r}return s}function Pf(s,l){if(!(l==="constructor"&&typeof s[l]=="function")&&l!="__proto__")return s[l]}var J_=e1(w_),Xo=YL||function(s,l){return Pt.setTimeout(s,l)},If=e1(nF);function Q_(s,l,g){var O=l+"";return If(s,OF(O,jF(_F(O),g)))}function e1(s){var l=0,g=0;return function(){var O=QL(),I=D-(O-g);if(g=O,I>0){if(++l>=k)return arguments[0]}else l=0;return s.apply(r,arguments)}}function eu(s,l){var g=-1,O=s.length,I=O-1;for(l=l===r?O:l;++g<l;){var q=ff(g,I),U=s[q];s[q]=s[g],s[g]=U}return s.length=l,s}var t1=NF(function(s){var l=[];return s.charCodeAt(0)===46&&l.push(""),s.replace(ss,function(g,O,I,q){l.push(I?q.replace(_l,"$1"):O||g)}),l});function Gr(s){if(typeof s=="string"||rr(s))return s;var l=s+"";return l=="0"&&1/s==-W?"-0":l}function ii(s){if(s!=null){try{return Is.call(s)}catch{}try{return s+""}catch{}}return""}function jF(s,l){return dr(z,function(g){var O="_."+g[0];l&g[1]&&!Ss(s,O)&&s.push(O)}),s.sort()}function r1(s){if(s instanceof Be)return s.clone();var l=new pr(s.__wrapped__,s.__chain__);return l.__actions__=zt(s.__actions__),l.__index__=s.__index__,l.__values__=s.__values__,l}function qF(s,l,g){(g?Lt(s,l,g):l===r)?l=1:l=_t(Me(l),0);var O=s==null?0:s.length;if(!O||l<1)return[];for(var I=0,q=0,U=oe(qs(O/l));I<O;)U[q++]=gr(s,I,I+=l);return U}function kF(s){for(var l=-1,g=s==null?0:s.length,O=0,I=[];++l<g;){var q=s[l];q&&(I[O++]=q)}return I}function LF(){var s=arguments.length;if(!s)return[];for(var l=oe(s-1),g=arguments[0],O=s;O--;)l[O-1]=arguments[O];return Pn(Ae(g)?zt(g):[g],It(l,1))}var BF=qe(function(s,l){return pt(s)?Uo(s,It(l,1,pt,!0)):[]}),FF=qe(function(s,l){var g=mr(l);return pt(g)&&(g=r),pt(s)?Uo(s,It(l,1,pt,!0),Re(g,2)):[]}),$F=qe(function(s,l){var g=mr(l);return pt(g)&&(g=r),pt(s)?Uo(s,It(l,1,pt,!0),r,g):[]});function zF(s,l,g){var O=s==null?0:s.length;return O?(l=g||l===r?1:Me(l),gr(s,l<0?0:l,O)):[]}function HF(s,l,g){var O=s==null?0:s.length;return O?(l=g||l===r?1:Me(l),l=O-l,gr(s,0,l<0?0:l)):[]}function UF(s,l){return s&&s.length?Ws(s,Re(l,3),!0,!0):[]}function VF(s,l){return s&&s.length?Ws(s,Re(l,3),!0):[]}function WF(s,l,g,O){var I=s==null?0:s.length;return I?(g&&typeof g!="number"&&Lt(s,l,g)&&(g=0,O=I),LB(s,l,g,O)):[]}function n1(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=g==null?0:Me(g);return I<0&&(I=_t(O+I,0)),Os(s,Re(l,3),I)}function i1(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=O-1;return g!==r&&(I=Me(g),I=g<0?_t(O+I,0):Mt(I,O-1)),Os(s,Re(l,3),I,!0)}function o1(s){var l=s==null?0:s.length;return l?It(s,1):[]}function GF(s){var l=s==null?0:s.length;return l?It(s,W):[]}function KF(s,l){var g=s==null?0:s.length;return g?(l=l===r?1:Me(l),It(s,l)):[]}function YF(s){for(var l=-1,g=s==null?0:s.length,O={};++l<g;){var I=s[l];O[I[0]]=I[1]}return O}function a1(s){return s&&s.length?s[0]:r}function XF(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=g==null?0:Me(g);return I<0&&(I=_t(O+I,0)),Di(s,l,I)}function ZF(s){var l=s==null?0:s.length;return l?gr(s,0,-1):[]}var JF=qe(function(s){var l=ct(s,gf);return l.length&&l[0]===s[0]?af(l):[]}),QF=qe(function(s){var l=mr(s),g=ct(s,gf);return l===mr(g)?l=r:g.pop(),g.length&&g[0]===s[0]?af(g,Re(l,2)):[]}),e$=qe(function(s){var l=mr(s),g=ct(s,gf);return l=typeof l=="function"?l:r,l&&g.pop(),g.length&&g[0]===s[0]?af(g,r,l):[]});function t$(s,l){return s==null?"":ZL.call(s,l)}function mr(s){var l=s==null?0:s.length;return l?s[l-1]:r}function r$(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=O;return g!==r&&(I=Me(g),I=I<0?_t(O+I,0):Mt(I,O-1)),l===l?jL(s,l,I):Os(s,Fw,I,!0)}function n$(s,l){return s&&s.length?m_(s,Me(l)):r}var i$=qe(s1);function s1(s,l){return s&&s.length&&l&&l.length?lf(s,l):s}function o$(s,l,g){return s&&s.length&&l&&l.length?lf(s,l,Re(g,2)):s}function a$(s,l,g){return s&&s.length&&l&&l.length?lf(s,l,r,g):s}var s$=dn(function(s,l){var g=s==null?0:s.length,O=tf(s,l);return x_(s,ct(l,function(I){return hn(I,g)?+I:I}).sort(N_)),O});function u$(s,l){var g=[];if(!(s&&s.length))return g;var O=-1,I=[],q=s.length;for(l=Re(l,3);++O<q;){var U=s[O];l(U,O,s)&&(g.push(U),I.push(O))}return x_(s,I),g}function Nf(s){return s==null?s:tB.call(s)}function c$(s,l,g){var O=s==null?0:s.length;return O?(g&&typeof g!="number"&&Lt(s,l,g)?(l=0,g=O):(l=l==null?0:Me(l),g=g===r?O:Me(g)),gr(s,l,g)):[]}function l$(s,l){return Vs(s,l)}function f$(s,l,g){return hf(s,l,Re(g,2))}function d$(s,l){var g=s==null?0:s.length;if(g){var O=Vs(s,l);if(O<g&&Tr(s[O],l))return O}return-1}function h$(s,l){return Vs(s,l,!0)}function p$(s,l,g){return hf(s,l,Re(g,2),!0)}function v$(s,l){var g=s==null?0:s.length;if(g){var O=Vs(s,l,!0)-1;if(Tr(s[O],l))return O}return-1}function g$(s){return s&&s.length?__(s):[]}function m$(s,l){return s&&s.length?__(s,Re(l,2)):[]}function y$(s){var l=s==null?0:s.length;return l?gr(s,1,l):[]}function b$(s,l,g){return s&&s.length?(l=g||l===r?1:Me(l),gr(s,0,l<0?0:l)):[]}function x$(s,l,g){var O=s==null?0:s.length;return O?(l=g||l===r?1:Me(l),l=O-l,gr(s,l<0?0:l,O)):[]}function w$(s,l){return s&&s.length?Ws(s,Re(l,3),!1,!0):[]}function _$(s,l){return s&&s.length?Ws(s,Re(l,3)):[]}var E$=qe(function(s){return An(It(s,1,pt,!0))}),S$=qe(function(s){var l=mr(s);return pt(l)&&(l=r),An(It(s,1,pt,!0),Re(l,2))}),O$=qe(function(s){var l=mr(s);return l=typeof l=="function"?l:r,An(It(s,1,pt,!0),r,l)});function C$(s){return s&&s.length?An(s):[]}function R$(s,l){return s&&s.length?An(s,Re(l,2)):[]}function P$(s,l){return l=typeof l=="function"?l:r,s&&s.length?An(s,r,l):[]}function Tf(s){if(!(s&&s.length))return[];var l=0;return s=Rn(s,function(g){if(pt(g))return l=_t(g.length,l),!0}),Gl(l,function(g){return ct(s,Ul(g))})}function u1(s,l){if(!(s&&s.length))return[];var g=Tf(s);return l==null?g:ct(g,function(O){return Qt(l,r,O)})}var I$=qe(function(s,l){return pt(s)?Uo(s,l):[]}),N$=qe(function(s){return vf(Rn(s,pt))}),T$=qe(function(s){var l=mr(s);return pt(l)&&(l=r),vf(Rn(s,pt),Re(l,2))}),A$=qe(function(s){var l=mr(s);return l=typeof l=="function"?l:r,vf(Rn(s,pt),r,l)}),M$=qe(Tf);function D$(s,l){return C_(s||[],l||[],Ho)}function j$(s,l){return C_(s||[],l||[],Go)}var q$=qe(function(s){var l=s.length,g=l>1?s[l-1]:r;return g=typeof g=="function"?(s.pop(),g):r,u1(s,g)});function c1(s){var l=M(s);return l.__chain__=!0,l}function k$(s,l){return l(s),s}function tu(s,l){return l(s)}var L$=dn(function(s){var l=s.length,g=l?s[0]:0,O=this.__wrapped__,I=function(q){return tf(q,s)};return l>1||this.__actions__.length||!(O instanceof Be)||!hn(g)?this.thru(I):(O=O.slice(g,+g+(l?1:0)),O.__actions__.push({func:tu,args:[I],thisArg:r}),new pr(O,this.__chain__).thru(function(q){return l&&!q.length&&q.push(r),q}))});function B$(){return c1(this)}function F$(){return new pr(this.value(),this.__chain__)}function $$(){this.__values__===r&&(this.__values__=E1(this.value()));var s=this.__index__>=this.__values__.length,l=s?r:this.__values__[this.__index__++];return{done:s,value:l}}function z$(){return this}function H$(s){for(var l,g=this;g instanceof Fs;){var O=r1(g);O.__index__=0,O.__values__=r,l?I.__wrapped__=O:l=O;var I=O;g=g.__wrapped__}return I.__wrapped__=s,l}function U$(){var s=this.__wrapped__;if(s instanceof Be){var l=s;return this.__actions__.length&&(l=new Be(this)),l=l.reverse(),l.__actions__.push({func:tu,args:[Nf],thisArg:r}),new pr(l,this.__chain__)}return this.thru(Nf)}function V$(){return O_(this.__wrapped__,this.__actions__)}var W$=Gs(function(s,l,g){Xe.call(s,g)?++s[g]:ln(s,g,1)});function G$(s,l,g){var O=Ae(s)?Lw:kB;return g&&Lt(s,l,g)&&(l=r),O(s,Re(l,3))}function K$(s,l){var g=Ae(s)?Rn:u_;return g(s,Re(l,3))}var Y$=q_(n1),X$=q_(i1);function Z$(s,l){return It(ru(s,l),1)}function J$(s,l){return It(ru(s,l),W)}function Q$(s,l,g){return g=g===r?1:Me(g),It(ru(s,l),g)}function l1(s,l){var g=Ae(s)?dr:Tn;return g(s,Re(l,3))}function f1(s,l){var g=Ae(s)?yL:s_;return g(s,Re(l,3))}var e3=Gs(function(s,l,g){Xe.call(s,g)?s[g].push(l):ln(s,g,[l])});function t3(s,l,g,O){s=Ht(s)?s:Wi(s),g=g&&!O?Me(g):0;var I=s.length;return g<0&&(g=_t(I+g,0)),su(s)?g<=I&&s.indexOf(l,g)>-1:!!I&&Di(s,l,g)>-1}var r3=qe(function(s,l,g){var O=-1,I=typeof l=="function",q=Ht(s)?oe(s.length):[];return Tn(s,function(U){q[++O]=I?Qt(l,U,g):Vo(U,l,g)}),q}),n3=Gs(function(s,l,g){ln(s,g,l)});function ru(s,l){var g=Ae(s)?ct:p_;return g(s,Re(l,3))}function i3(s,l,g,O){return s==null?[]:(Ae(l)||(l=l==null?[]:[l]),g=O?r:g,Ae(g)||(g=g==null?[]:[g]),y_(s,l,g))}var o3=Gs(function(s,l,g){s[g?0:1].push(l)},function(){return[[],[]]});function a3(s,l,g){var O=Ae(s)?zl:zw,I=arguments.length<3;return O(s,Re(l,4),g,I,Tn)}function s3(s,l,g){var O=Ae(s)?bL:zw,I=arguments.length<3;return O(s,Re(l,4),g,I,s_)}function u3(s,l){var g=Ae(s)?Rn:u_;return g(s,ou(Re(l,3)))}function c3(s){var l=Ae(s)?n_:tF;return l(s)}function l3(s,l,g){(g?Lt(s,l,g):l===r)?l=1:l=Me(l);var O=Ae(s)?AB:rF;return O(s,l)}function f3(s){var l=Ae(s)?MB:iF;return l(s)}function d3(s){if(s==null)return 0;if(Ht(s))return su(s)?qi(s):s.length;var l=Dt(s);return l==Se||l==je?s.size:uf(s).length}function h3(s,l,g){var O=Ae(s)?Hl:oF;return g&&Lt(s,l,g)&&(l=r),O(s,Re(l,3))}var p3=qe(function(s,l){if(s==null)return[];var g=l.length;return g>1&&Lt(s,l[0],l[1])?l=[]:g>2&&Lt(l[0],l[1],l[2])&&(l=[l[0]]),y_(s,It(l,1),[])}),nu=KL||function(){return Pt.Date.now()};function v3(s,l){if(typeof l!="function")throw new hr(a);return s=Me(s),function(){if(--s<1)return l.apply(this,arguments)}}function d1(s,l,g){return l=g?r:l,l=s&&l==null?s.length:l,fn(s,P,r,r,r,r,l)}function h1(s,l){var g;if(typeof l!="function")throw new hr(a);return s=Me(s),function(){return--s>0&&(g=l.apply(this,arguments)),s<=1&&(l=r),g}}var Af=qe(function(s,l,g){var O=b;if(g.length){var I=In(g,Ui(Af));O|=_}return fn(s,O,l,g,I)}),p1=qe(function(s,l,g){var O=b|x;if(g.length){var I=In(g,Ui(p1));O|=_}return fn(l,O,s,g,I)});function v1(s,l,g){l=g?r:l;var O=fn(s,S,r,r,r,r,r,l);return O.placeholder=v1.placeholder,O}function g1(s,l,g){l=g?r:l;var O=fn(s,E,r,r,r,r,r,l);return O.placeholder=g1.placeholder,O}function m1(s,l,g){var O,I,q,U,X,re,pe=0,ge=!1,me=!1,be=!0;if(typeof s!="function")throw new hr(a);l=yr(l)||0,ft(g)&&(ge=!!g.leading,me="maxWait"in g,q=me?_t(yr(g.maxWait)||0,l):q,be="trailing"in g?!!g.trailing:be);function Ce(vt){var Ar=O,gn=I;return O=I=r,pe=vt,U=s.apply(gn,Ar),U}function Pe(vt){return pe=vt,X=Xo(ke,l),ge?Ce(vt):U}function De(vt){var Ar=vt-re,gn=vt-pe,q1=l-Ar;return me?Mt(q1,q-gn):q1}function Ie(vt){var Ar=vt-re,gn=vt-pe;return re===r||Ar>=l||Ar<0||me&&gn>=q}function ke(){var vt=nu();if(Ie(vt))return Fe(vt);X=Xo(ke,De(vt))}function Fe(vt){return X=r,be&&O?Ce(vt):(O=I=r,U)}function nr(){X!==r&&R_(X),pe=0,O=re=I=X=r}function Bt(){return X===r?U:Fe(nu())}function ir(){var vt=nu(),Ar=Ie(vt);if(O=arguments,I=this,re=vt,Ar){if(X===r)return Pe(re);if(me)return R_(X),X=Xo(ke,l),Ce(re)}return X===r&&(X=Xo(ke,l)),U}return ir.cancel=nr,ir.flush=Bt,ir}var g3=qe(function(s,l){return a_(s,1,l)}),m3=qe(function(s,l,g){return a_(s,yr(l)||0,g)});function y3(s){return fn(s,j)}function iu(s,l){if(typeof s!="function"||l!=null&&typeof l!="function")throw new hr(a);var g=function(){var O=arguments,I=l?l.apply(this,O):O[0],q=g.cache;if(q.has(I))return q.get(I);var U=s.apply(this,O);return g.cache=q.set(I,U)||q,U};return g.cache=new(iu.Cache||cn),g}iu.Cache=cn;function ou(s){if(typeof s!="function")throw new hr(a);return function(){var l=arguments;switch(l.length){case 0:return!s.call(this);case 1:return!s.call(this,l[0]);case 2:return!s.call(this,l[0],l[1]);case 3:return!s.call(this,l[0],l[1],l[2])}return!s.apply(this,l)}}function b3(s){return h1(2,s)}var x3=aF(function(s,l){l=l.length==1&&Ae(l[0])?ct(l[0],er(Re())):ct(It(l,1),er(Re()));var g=l.length;return qe(function(O){for(var I=-1,q=Mt(O.length,g);++I<q;)O[I]=l[I].call(this,O[I]);return Qt(s,this,O)})}),Mf=qe(function(s,l){var g=In(l,Ui(Mf));return fn(s,_,r,l,g)}),y1=qe(function(s,l){var g=In(l,Ui(y1));return fn(s,R,r,l,g)}),w3=dn(function(s,l){return fn(s,N,r,r,r,l)});function _3(s,l){if(typeof s!="function")throw new hr(a);return l=l===r?l:Me(l),qe(s,l)}function E3(s,l){if(typeof s!="function")throw new hr(a);return l=l==null?0:_t(Me(l),0),qe(function(g){var O=g[l],I=Dn(g,0,l);return O&&Pn(I,O),Qt(s,this,I)})}function S3(s,l,g){var O=!0,I=!0;if(typeof s!="function")throw new hr(a);return ft(g)&&(O="leading"in g?!!g.leading:O,I="trailing"in g?!!g.trailing:I),m1(s,l,{leading:O,maxWait:l,trailing:I})}function O3(s){return d1(s,1)}function C3(s,l){return Mf(mf(l),s)}function R3(){if(!arguments.length)return[];var s=arguments[0];return Ae(s)?s:[s]}function P3(s){return vr(s,v)}function I3(s,l){return l=typeof l=="function"?l:r,vr(s,v,l)}function N3(s){return vr(s,h|v)}function T3(s,l){return l=typeof l=="function"?l:r,vr(s,h|v,l)}function A3(s,l){return l==null||o_(s,l,St(l))}function Tr(s,l){return s===l||s!==s&&l!==l}var M3=Zs(of),D3=Zs(function(s,l){return s>=l}),oi=f_((function(){return arguments})())?f_:function(s){return dt(s)&&Xe.call(s,"callee")&&!Zw.call(s,"callee")},Ae=oe.isArray,j3=Aw?er(Aw):HB;function Ht(s){return s!=null&&au(s.length)&&!pn(s)}function pt(s){return dt(s)&&Ht(s)}function q3(s){return s===!0||s===!1||dt(s)&&kt(s)==K}var jn=XL||Uf,k3=Mw?er(Mw):UB;function L3(s){return dt(s)&&s.nodeType===1&&!Zo(s)}function B3(s){if(s==null)return!0;if(Ht(s)&&(Ae(s)||typeof s=="string"||typeof s.splice=="function"||jn(s)||Vi(s)||oi(s)))return!s.length;var l=Dt(s);if(l==Se||l==je)return!s.size;if(Yo(s))return!uf(s).length;for(var g in s)if(Xe.call(s,g))return!1;return!0}function F3(s,l){return Wo(s,l)}function $3(s,l,g){g=typeof g=="function"?g:r;var O=g?g(s,l):r;return O===r?Wo(s,l,r,g):!!O}function Df(s){if(!dt(s))return!1;var l=kt(s);return l==ue||l==ne||typeof s.message=="string"&&typeof s.name=="string"&&!Zo(s)}function z3(s){return typeof s=="number"&&Qw(s)}function pn(s){if(!ft(s))return!1;var l=kt(s);return l==de||l==we||l==V||l==Ne}function b1(s){return typeof s=="number"&&s==Me(s)}function au(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=Y}function ft(s){var l=typeof s;return s!=null&&(l=="object"||l=="function")}function dt(s){return s!=null&&typeof s=="object"}var x1=Dw?er(Dw):WB;function H3(s,l){return s===l||sf(s,l,Sf(l))}function U3(s,l,g){return g=typeof g=="function"?g:r,sf(s,l,Sf(l),g)}function V3(s){return w1(s)&&s!=+s}function W3(s){if(IF(s))throw new Te(o);return d_(s)}function G3(s){return s===null}function K3(s){return s==null}function w1(s){return typeof s=="number"||dt(s)&&kt(s)==_e}function Zo(s){if(!dt(s)||kt(s)!=ae)return!1;var l=Ms(s);if(l===null)return!0;var g=Xe.call(l,"constructor")&&l.constructor;return typeof g=="function"&&g instanceof g&&Is.call(g)==UL}var jf=jw?er(jw):GB;function Y3(s){return b1(s)&&s>=-Y&&s<=Y}var _1=qw?er(qw):KB;function su(s){return typeof s=="string"||!Ae(s)&&dt(s)&&kt(s)==Ye}function rr(s){return typeof s=="symbol"||dt(s)&&kt(s)==Ue}var Vi=kw?er(kw):YB;function X3(s){return s===r}function Z3(s){return dt(s)&&Dt(s)==Qe}function J3(s){return dt(s)&&kt(s)==At}var Q3=Zs(cf),e5=Zs(function(s,l){return s<=l});function E1(s){if(!s)return[];if(Ht(s))return su(s)?Ir(s):zt(s);if(Lo&&s[Lo])return AL(s[Lo]());var l=Dt(s),g=l==Se?Yl:l==je?Cs:Wi;return g(s)}function vn(s){if(!s)return s===0?s:0;if(s=yr(s),s===W||s===-W){var l=s<0?-1:1;return l*ee}return s===s?s:0}function Me(s){var l=vn(s),g=l%1;return l===l?g?l-g:l:0}function S1(s){return s?ti(Me(s),0,Q):0}function yr(s){if(typeof s=="number")return s;if(rr(s))return H;if(ft(s)){var l=typeof s.valueOf=="function"?s.valueOf():s;s=ft(l)?l+"":l}if(typeof s!="string")return s===0?s:+s;s=Hw(s);var g=Ol.test(s);return g||Rl.test(s)?vL(s.slice(2),g?2:8):Sl.test(s)?H:+s}function O1(s){return Wr(s,Ut(s))}function t5(s){return s?ti(Me(s),-Y,Y):s===0?s:0}function Ve(s){return s==null?"":tr(s)}var r5=zi(function(s,l){if(Yo(l)||Ht(l)){Wr(l,St(l),s);return}for(var g in l)Xe.call(l,g)&&Ho(s,g,l[g])}),C1=zi(function(s,l){Wr(l,Ut(l),s)}),uu=zi(function(s,l,g,O){Wr(l,Ut(l),s,O)}),n5=zi(function(s,l,g,O){Wr(l,St(l),s,O)}),i5=dn(tf);function o5(s,l){var g=$i(s);return l==null?g:i_(g,l)}var a5=qe(function(s,l){s=tt(s);var g=-1,O=l.length,I=O>2?l[2]:r;for(I&&Lt(l[0],l[1],I)&&(O=1);++g<O;)for(var q=l[g],U=Ut(q),X=-1,re=U.length;++X<re;){var pe=U[X],ge=s[pe];(ge===r||Tr(ge,Li[pe])&&!Xe.call(s,pe))&&(s[pe]=q[pe])}return s}),s5=qe(function(s){return s.push(r,H_),Qt(R1,r,s)});function u5(s,l){return Bw(s,Re(l,3),Vr)}function c5(s,l){return Bw(s,Re(l,3),nf)}function l5(s,l){return s==null?s:rf(s,Re(l,3),Ut)}function f5(s,l){return s==null?s:c_(s,Re(l,3),Ut)}function d5(s,l){return s&&Vr(s,Re(l,3))}function h5(s,l){return s&&nf(s,Re(l,3))}function p5(s){return s==null?[]:Hs(s,St(s))}function v5(s){return s==null?[]:Hs(s,Ut(s))}function qf(s,l,g){var O=s==null?r:ri(s,l);return O===r?g:O}function g5(s,l){return s!=null&&W_(s,l,BB)}function kf(s,l){return s!=null&&W_(s,l,FB)}var m5=L_(function(s,l,g){l!=null&&typeof l.toString!="function"&&(l=Ns.call(l)),s[l]=g},Bf(Vt)),y5=L_(function(s,l,g){l!=null&&typeof l.toString!="function"&&(l=Ns.call(l)),Xe.call(s,l)?s[l].push(g):s[l]=[g]},Re),b5=qe(Vo);function St(s){return Ht(s)?r_(s):uf(s)}function Ut(s){return Ht(s)?r_(s,!0):XB(s)}function x5(s,l){var g={};return l=Re(l,3),Vr(s,function(O,I,q){ln(g,l(O,I,q),O)}),g}function w5(s,l){var g={};return l=Re(l,3),Vr(s,function(O,I,q){ln(g,I,l(O,I,q))}),g}var _5=zi(function(s,l,g){Us(s,l,g)}),R1=zi(function(s,l,g,O){Us(s,l,g,O)}),E5=dn(function(s,l){var g={};if(s==null)return g;var O=!1;l=ct(l,function(q){return q=Mn(q,s),O||(O=q.length>1),q}),Wr(s,_f(s),g),O&&(g=vr(g,h|p|v,mF));for(var I=l.length;I--;)pf(g,l[I]);return g});function S5(s,l){return P1(s,ou(Re(l)))}var O5=dn(function(s,l){return s==null?{}:JB(s,l)});function P1(s,l){if(s==null)return{};var g=ct(_f(s),function(O){return[O]});return l=Re(l),b_(s,g,function(O,I){return l(O,I[0])})}function C5(s,l,g){l=Mn(l,s);var O=-1,I=l.length;for(I||(I=1,s=r);++O<I;){var q=s==null?r:s[Gr(l[O])];q===r&&(O=I,q=g),s=pn(q)?q.call(s):q}return s}function R5(s,l,g){return s==null?s:Go(s,l,g)}function P5(s,l,g,O){return O=typeof O=="function"?O:r,s==null?s:Go(s,l,g,O)}var I1=$_(St),N1=$_(Ut);function I5(s,l,g){var O=Ae(s),I=O||jn(s)||Vi(s);if(l=Re(l,4),g==null){var q=s&&s.constructor;I?g=O?new q:[]:ft(s)?g=pn(q)?$i(Ms(s)):{}:g={}}return(I?dr:Vr)(s,function(U,X,re){return l(g,U,X,re)}),g}function N5(s,l){return s==null?!0:pf(s,l)}function T5(s,l,g){return s==null?s:S_(s,l,mf(g))}function A5(s,l,g,O){return O=typeof O=="function"?O:r,s==null?s:S_(s,l,mf(g),O)}function Wi(s){return s==null?[]:Kl(s,St(s))}function M5(s){return s==null?[]:Kl(s,Ut(s))}function D5(s,l,g){return g===r&&(g=l,l=r),g!==r&&(g=yr(g),g=g===g?g:0),l!==r&&(l=yr(l),l=l===l?l:0),ti(yr(s),l,g)}function j5(s,l,g){return l=vn(l),g===r?(g=l,l=0):g=vn(g),s=yr(s),$B(s,l,g)}function q5(s,l,g){if(g&&typeof g!="boolean"&&Lt(s,l,g)&&(l=g=r),g===r&&(typeof l=="boolean"?(g=l,l=r):typeof s=="boolean"&&(g=s,s=r)),s===r&&l===r?(s=0,l=1):(s=vn(s),l===r?(l=s,s=0):l=vn(l)),s>l){var O=s;s=l,l=O}if(g||s%1||l%1){var I=e_();return Mt(s+I*(l-s+pL("1e-"+((I+"").length-1))),l)}return ff(s,l)}var k5=Hi(function(s,l,g){return l=l.toLowerCase(),s+(g?T1(l):l)});function T1(s){return Lf(Ve(s).toLowerCase())}function A1(s){return s=Ve(s),s&&s.replace(Il,RL).replace(iL,"")}function L5(s,l,g){s=Ve(s),l=tr(l);var O=s.length;g=g===r?O:ti(Me(g),0,O);var I=g;return g-=l.length,g>=0&&s.slice(g,I)==l}function B5(s){return s=Ve(s),s&&ns.test(s)?s.replace(To,PL):s}function F5(s){return s=Ve(s),s&&us.test(s)?s.replace(Ao,"\\$&"):s}var $5=Hi(function(s,l,g){return s+(g?"-":"")+l.toLowerCase()}),z5=Hi(function(s,l,g){return s+(g?" ":"")+l.toLowerCase()}),H5=j_("toLowerCase");function U5(s,l,g){s=Ve(s),l=Me(l);var O=l?qi(s):0;if(!l||O>=l)return s;var I=(l-O)/2;return Xs(ks(I),g)+s+Xs(qs(I),g)}function V5(s,l,g){s=Ve(s),l=Me(l);var O=l?qi(s):0;return l&&O<l?s+Xs(l-O,g):s}function W5(s,l,g){s=Ve(s),l=Me(l);var O=l?qi(s):0;return l&&O<l?Xs(l-O,g)+s:s}function G5(s,l,g){return g||l==null?l=0:l&&(l=+l),eB(Ve(s).replace(Mo,""),l||0)}function K5(s,l,g){return(g?Lt(s,l,g):l===r)?l=1:l=Me(l),df(Ve(s),l)}function Y5(){var s=arguments,l=Ve(s[0]);return s.length<3?l:l.replace(s[1],s[2])}var X5=Hi(function(s,l,g){return s+(g?"_":"")+l.toLowerCase()});function Z5(s,l,g){return g&&typeof g!="number"&&Lt(s,l,g)&&(l=g=r),g=g===r?Q:g>>>0,g?(s=Ve(s),s&&(typeof l=="string"||l!=null&&!jf(l))&&(l=tr(l),!l&&ji(s))?Dn(Ir(s),0,g):s.split(l,g)):[]}var J5=Hi(function(s,l,g){return s+(g?" ":"")+Lf(l)});function Q5(s,l,g){return s=Ve(s),g=g==null?0:ti(Me(g),0,s.length),l=tr(l),s.slice(g,g+l.length)==l}function ez(s,l,g){var O=M.templateSettings;g&&Lt(s,l,g)&&(l=r),s=Ve(s),l=uu({},l,O,z_);var I=uu({},l.imports,O.imports,z_),q=St(I),U=Kl(I,q),X,re,pe=0,ge=l.interpolate||Ni,me="__p += '",be=Xl((l.escape||Ni).source+"|"+ge.source+"|"+(ge===os?El:Ni).source+"|"+(l.evaluate||Ni).source+"|$","g"),Ce="//# sourceURL="+(Xe.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++cL+"]")+`
|
|
50
|
-
`;s.replace(be,function(Ie,ke,Fe,nr,Bt,ir){return Fe||(Fe=nr),me+=s.slice(pe,ir).replace(ds,
|
|
49
|
+
`)}function PF(s){return Ae(s)||oi(s)||!!(Qw&&s&&s[Qw])}function hn(s,l){var g=typeof s;return l=l??Y,!!l&&(g=="number"||g!="symbol"&&Il.test(s))&&s>-1&&s%1==0&&s<l}function Lt(s,l,g){if(!ft(g))return!1;var O=typeof l;return(O=="number"?Ht(g)&&hn(l,g.length):O=="string"&&l in g)?Tr(g[l],s):!1}function Rf(s,l){if(Ae(s))return!1;var g=typeof s;return g=="number"||g=="symbol"||g=="boolean"||s==null||rr(s)?!0:yl.test(s)||!as.test(s)||l!=null&&s in tt(l)}function IF(s){var l=typeof s;return l=="string"||l=="number"||l=="symbol"||l=="boolean"?s!=="__proto__":s===null}function Pf(s){var l=Js(s),g=M[l];if(typeof g!="function"||!(l in Be.prototype))return!1;if(s===g)return!0;var O=Sf(g);return!!O&&s===O[0]}function NF(s){return!!Yw&&Yw in s}var TF=Ps?pn:Vf;function Yo(s){var l=s&&s.constructor,g=typeof l=="function"&&l.prototype||Li;return s===g}function Y_(s){return s===s&&!ft(s)}function X_(s,l){return function(g){return g==null?!1:g[s]===l&&(l!==r||s in tt(g))}}function AF(s){var l=iu(s,function(O){return g.size===d&&g.clear(),O}),g=l.cache;return l}function MF(s,l){var g=s[1],O=l[1],I=g|O,q=I<(b|x|P),U=O==P&&g==S||O==P&&g==N&&s[7].length<=l[8]||O==(P|N)&&l[7].length<=l[8]&&g==S;if(!(q||U))return s;O&b&&(s[2]=l[2],I|=g&b?0:w);var X=l[3];if(X){var re=s[3];s[3]=re?A_(re,X,l[4]):X,s[4]=re?In(s[3],f):l[4]}return X=l[5],X&&(re=s[5],s[5]=re?M_(re,X,l[6]):X,s[6]=re?In(s[5],f):l[6]),X=l[7],X&&(s[7]=X),O&P&&(s[8]=s[8]==null?l[8]:Mt(s[8],l[8])),s[9]==null&&(s[9]=l[9]),s[0]=l[0],s[1]=I,s}function DF(s){var l=[];if(s!=null)for(var g in tt(s))l.push(g);return l}function jF(s){return Ns.call(s)}function Z_(s,l,g){return l=_t(l===r?s.length-1:l,0),function(){for(var O=arguments,I=-1,q=_t(O.length-l,0),U=oe(q);++I<q;)U[I]=O[l+I];I=-1;for(var X=oe(l+1);++I<l;)X[I]=O[I];return X[l]=g(U),Qt(s,this,X)}}function J_(s,l){return l.length<2?s:ri(s,gr(l,0,-1))}function qF(s,l){for(var g=s.length,O=Mt(l.length,g),I=zt(s);O--;){var q=l[O];s[O]=hn(q,g)?I[q]:r}return s}function If(s,l){if(!(l==="constructor"&&typeof s[l]=="function")&&l!="__proto__")return s[l]}var Q_=t1(__),Xo=ZL||function(s,l){return Pt.setTimeout(s,l)},Nf=t1(oF);function e1(s,l,g){var O=l+"";return Nf(s,RF(O,kF(SF(O),g)))}function t1(s){var l=0,g=0;return function(){var O=tB(),I=D-(O-g);if(g=O,I>0){if(++l>=k)return arguments[0]}else l=0;return s.apply(r,arguments)}}function eu(s,l){var g=-1,O=s.length,I=O-1;for(l=l===r?O:l;++g<l;){var q=df(g,I),U=s[q];s[q]=s[g],s[g]=U}return s.length=l,s}var r1=AF(function(s){var l=[];return s.charCodeAt(0)===46&&l.push(""),s.replace(ss,function(g,O,I,q){l.push(I?q.replace(El,"$1"):O||g)}),l});function Gr(s){if(typeof s=="string"||rr(s))return s;var l=s+"";return l=="0"&&1/s==-W?"-0":l}function ii(s){if(s!=null){try{return Is.call(s)}catch{}try{return s+""}catch{}}return""}function kF(s,l){return dr(z,function(g){var O="_."+g[0];l&g[1]&&!Ss(s,O)&&s.push(O)}),s.sort()}function n1(s){if(s instanceof Be)return s.clone();var l=new pr(s.__wrapped__,s.__chain__);return l.__actions__=zt(s.__actions__),l.__index__=s.__index__,l.__values__=s.__values__,l}function LF(s,l,g){(g?Lt(s,l,g):l===r)?l=1:l=_t(Me(l),0);var O=s==null?0:s.length;if(!O||l<1)return[];for(var I=0,q=0,U=oe(qs(O/l));I<O;)U[q++]=gr(s,I,I+=l);return U}function BF(s){for(var l=-1,g=s==null?0:s.length,O=0,I=[];++l<g;){var q=s[l];q&&(I[O++]=q)}return I}function FF(){var s=arguments.length;if(!s)return[];for(var l=oe(s-1),g=arguments[0],O=s;O--;)l[O-1]=arguments[O];return Pn(Ae(g)?zt(g):[g],It(l,1))}var $F=qe(function(s,l){return pt(s)?Uo(s,It(l,1,pt,!0)):[]}),zF=qe(function(s,l){var g=mr(l);return pt(g)&&(g=r),pt(s)?Uo(s,It(l,1,pt,!0),Re(g,2)):[]}),HF=qe(function(s,l){var g=mr(l);return pt(g)&&(g=r),pt(s)?Uo(s,It(l,1,pt,!0),r,g):[]});function UF(s,l,g){var O=s==null?0:s.length;return O?(l=g||l===r?1:Me(l),gr(s,l<0?0:l,O)):[]}function VF(s,l,g){var O=s==null?0:s.length;return O?(l=g||l===r?1:Me(l),l=O-l,gr(s,0,l<0?0:l)):[]}function WF(s,l){return s&&s.length?Ws(s,Re(l,3),!0,!0):[]}function GF(s,l){return s&&s.length?Ws(s,Re(l,3),!0):[]}function KF(s,l,g,O){var I=s==null?0:s.length;return I?(g&&typeof g!="number"&&Lt(s,l,g)&&(g=0,O=I),FB(s,l,g,O)):[]}function i1(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=g==null?0:Me(g);return I<0&&(I=_t(O+I,0)),Os(s,Re(l,3),I)}function o1(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=O-1;return g!==r&&(I=Me(g),I=g<0?_t(O+I,0):Mt(I,O-1)),Os(s,Re(l,3),I,!0)}function a1(s){var l=s==null?0:s.length;return l?It(s,1):[]}function YF(s){var l=s==null?0:s.length;return l?It(s,W):[]}function XF(s,l){var g=s==null?0:s.length;return g?(l=l===r?1:Me(l),It(s,l)):[]}function ZF(s){for(var l=-1,g=s==null?0:s.length,O={};++l<g;){var I=s[l];O[I[0]]=I[1]}return O}function s1(s){return s&&s.length?s[0]:r}function JF(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=g==null?0:Me(g);return I<0&&(I=_t(O+I,0)),Di(s,l,I)}function QF(s){var l=s==null?0:s.length;return l?gr(s,0,-1):[]}var e$=qe(function(s){var l=ct(s,mf);return l.length&&l[0]===s[0]?sf(l):[]}),t$=qe(function(s){var l=mr(s),g=ct(s,mf);return l===mr(g)?l=r:g.pop(),g.length&&g[0]===s[0]?sf(g,Re(l,2)):[]}),r$=qe(function(s){var l=mr(s),g=ct(s,mf);return l=typeof l=="function"?l:r,l&&g.pop(),g.length&&g[0]===s[0]?sf(g,r,l):[]});function n$(s,l){return s==null?"":QL.call(s,l)}function mr(s){var l=s==null?0:s.length;return l?s[l-1]:r}function i$(s,l,g){var O=s==null?0:s.length;if(!O)return-1;var I=O;return g!==r&&(I=Me(g),I=I<0?_t(O+I,0):Mt(I,O-1)),l===l?kL(s,l,I):Os(s,$w,I,!0)}function o$(s,l){return s&&s.length?y_(s,Me(l)):r}var a$=qe(u1);function u1(s,l){return s&&s.length&&l&&l.length?ff(s,l):s}function s$(s,l,g){return s&&s.length&&l&&l.length?ff(s,l,Re(g,2)):s}function u$(s,l,g){return s&&s.length&&l&&l.length?ff(s,l,r,g):s}var c$=dn(function(s,l){var g=s==null?0:s.length,O=rf(s,l);return w_(s,ct(l,function(I){return hn(I,g)?+I:I}).sort(T_)),O});function l$(s,l){var g=[];if(!(s&&s.length))return g;var O=-1,I=[],q=s.length;for(l=Re(l,3);++O<q;){var U=s[O];l(U,O,s)&&(g.push(U),I.push(O))}return w_(s,I),g}function Tf(s){return s==null?s:nB.call(s)}function f$(s,l,g){var O=s==null?0:s.length;return O?(g&&typeof g!="number"&&Lt(s,l,g)?(l=0,g=O):(l=l==null?0:Me(l),g=g===r?O:Me(g)),gr(s,l,g)):[]}function d$(s,l){return Vs(s,l)}function h$(s,l,g){return pf(s,l,Re(g,2))}function p$(s,l){var g=s==null?0:s.length;if(g){var O=Vs(s,l);if(O<g&&Tr(s[O],l))return O}return-1}function v$(s,l){return Vs(s,l,!0)}function g$(s,l,g){return pf(s,l,Re(g,2),!0)}function m$(s,l){var g=s==null?0:s.length;if(g){var O=Vs(s,l,!0)-1;if(Tr(s[O],l))return O}return-1}function y$(s){return s&&s.length?E_(s):[]}function b$(s,l){return s&&s.length?E_(s,Re(l,2)):[]}function x$(s){var l=s==null?0:s.length;return l?gr(s,1,l):[]}function w$(s,l,g){return s&&s.length?(l=g||l===r?1:Me(l),gr(s,0,l<0?0:l)):[]}function _$(s,l,g){var O=s==null?0:s.length;return O?(l=g||l===r?1:Me(l),l=O-l,gr(s,l<0?0:l,O)):[]}function E$(s,l){return s&&s.length?Ws(s,Re(l,3),!1,!0):[]}function S$(s,l){return s&&s.length?Ws(s,Re(l,3)):[]}var O$=qe(function(s){return An(It(s,1,pt,!0))}),C$=qe(function(s){var l=mr(s);return pt(l)&&(l=r),An(It(s,1,pt,!0),Re(l,2))}),R$=qe(function(s){var l=mr(s);return l=typeof l=="function"?l:r,An(It(s,1,pt,!0),r,l)});function P$(s){return s&&s.length?An(s):[]}function I$(s,l){return s&&s.length?An(s,Re(l,2)):[]}function N$(s,l){return l=typeof l=="function"?l:r,s&&s.length?An(s,r,l):[]}function Af(s){if(!(s&&s.length))return[];var l=0;return s=Rn(s,function(g){if(pt(g))return l=_t(g.length,l),!0}),Kl(l,function(g){return ct(s,Vl(g))})}function c1(s,l){if(!(s&&s.length))return[];var g=Af(s);return l==null?g:ct(g,function(O){return Qt(l,r,O)})}var T$=qe(function(s,l){return pt(s)?Uo(s,l):[]}),A$=qe(function(s){return gf(Rn(s,pt))}),M$=qe(function(s){var l=mr(s);return pt(l)&&(l=r),gf(Rn(s,pt),Re(l,2))}),D$=qe(function(s){var l=mr(s);return l=typeof l=="function"?l:r,gf(Rn(s,pt),r,l)}),j$=qe(Af);function q$(s,l){return R_(s||[],l||[],Ho)}function k$(s,l){return R_(s||[],l||[],Go)}var L$=qe(function(s){var l=s.length,g=l>1?s[l-1]:r;return g=typeof g=="function"?(s.pop(),g):r,c1(s,g)});function l1(s){var l=M(s);return l.__chain__=!0,l}function B$(s,l){return l(s),s}function tu(s,l){return l(s)}var F$=dn(function(s){var l=s.length,g=l?s[0]:0,O=this.__wrapped__,I=function(q){return rf(q,s)};return l>1||this.__actions__.length||!(O instanceof Be)||!hn(g)?this.thru(I):(O=O.slice(g,+g+(l?1:0)),O.__actions__.push({func:tu,args:[I],thisArg:r}),new pr(O,this.__chain__).thru(function(q){return l&&!q.length&&q.push(r),q}))});function $$(){return l1(this)}function z$(){return new pr(this.value(),this.__chain__)}function H$(){this.__values__===r&&(this.__values__=S1(this.value()));var s=this.__index__>=this.__values__.length,l=s?r:this.__values__[this.__index__++];return{done:s,value:l}}function U$(){return this}function V$(s){for(var l,g=this;g instanceof Fs;){var O=n1(g);O.__index__=0,O.__values__=r,l?I.__wrapped__=O:l=O;var I=O;g=g.__wrapped__}return I.__wrapped__=s,l}function W$(){var s=this.__wrapped__;if(s instanceof Be){var l=s;return this.__actions__.length&&(l=new Be(this)),l=l.reverse(),l.__actions__.push({func:tu,args:[Tf],thisArg:r}),new pr(l,this.__chain__)}return this.thru(Tf)}function G$(){return C_(this.__wrapped__,this.__actions__)}var K$=Gs(function(s,l,g){Xe.call(s,g)?++s[g]:ln(s,g,1)});function Y$(s,l,g){var O=Ae(s)?Bw:BB;return g&&Lt(s,l,g)&&(l=r),O(s,Re(l,3))}function X$(s,l){var g=Ae(s)?Rn:c_;return g(s,Re(l,3))}var Z$=k_(i1),J$=k_(o1);function Q$(s,l){return It(ru(s,l),1)}function e3(s,l){return It(ru(s,l),W)}function t3(s,l,g){return g=g===r?1:Me(g),It(ru(s,l),g)}function f1(s,l){var g=Ae(s)?dr:Tn;return g(s,Re(l,3))}function d1(s,l){var g=Ae(s)?xL:u_;return g(s,Re(l,3))}var r3=Gs(function(s,l,g){Xe.call(s,g)?s[g].push(l):ln(s,g,[l])});function n3(s,l,g,O){s=Ht(s)?s:Wi(s),g=g&&!O?Me(g):0;var I=s.length;return g<0&&(g=_t(I+g,0)),su(s)?g<=I&&s.indexOf(l,g)>-1:!!I&&Di(s,l,g)>-1}var i3=qe(function(s,l,g){var O=-1,I=typeof l=="function",q=Ht(s)?oe(s.length):[];return Tn(s,function(U){q[++O]=I?Qt(l,U,g):Vo(U,l,g)}),q}),o3=Gs(function(s,l,g){ln(s,g,l)});function ru(s,l){var g=Ae(s)?ct:v_;return g(s,Re(l,3))}function a3(s,l,g,O){return s==null?[]:(Ae(l)||(l=l==null?[]:[l]),g=O?r:g,Ae(g)||(g=g==null?[]:[g]),b_(s,l,g))}var s3=Gs(function(s,l,g){s[g?0:1].push(l)},function(){return[[],[]]});function u3(s,l,g){var O=Ae(s)?Hl:Hw,I=arguments.length<3;return O(s,Re(l,4),g,I,Tn)}function c3(s,l,g){var O=Ae(s)?wL:Hw,I=arguments.length<3;return O(s,Re(l,4),g,I,u_)}function l3(s,l){var g=Ae(s)?Rn:c_;return g(s,ou(Re(l,3)))}function f3(s){var l=Ae(s)?i_:nF;return l(s)}function d3(s,l,g){(g?Lt(s,l,g):l===r)?l=1:l=Me(l);var O=Ae(s)?DB:iF;return O(s,l)}function h3(s){var l=Ae(s)?jB:aF;return l(s)}function p3(s){if(s==null)return 0;if(Ht(s))return su(s)?qi(s):s.length;var l=Dt(s);return l==Se||l==je?s.size:cf(s).length}function v3(s,l,g){var O=Ae(s)?Ul:sF;return g&&Lt(s,l,g)&&(l=r),O(s,Re(l,3))}var g3=qe(function(s,l){if(s==null)return[];var g=l.length;return g>1&&Lt(s,l[0],l[1])?l=[]:g>2&&Lt(l[0],l[1],l[2])&&(l=[l[0]]),b_(s,It(l,1),[])}),nu=XL||function(){return Pt.Date.now()};function m3(s,l){if(typeof l!="function")throw new hr(a);return s=Me(s),function(){if(--s<1)return l.apply(this,arguments)}}function h1(s,l,g){return l=g?r:l,l=s&&l==null?s.length:l,fn(s,P,r,r,r,r,l)}function p1(s,l){var g;if(typeof l!="function")throw new hr(a);return s=Me(s),function(){return--s>0&&(g=l.apply(this,arguments)),s<=1&&(l=r),g}}var Mf=qe(function(s,l,g){var O=b;if(g.length){var I=In(g,Ui(Mf));O|=_}return fn(s,O,l,g,I)}),v1=qe(function(s,l,g){var O=b|x;if(g.length){var I=In(g,Ui(v1));O|=_}return fn(l,O,s,g,I)});function g1(s,l,g){l=g?r:l;var O=fn(s,S,r,r,r,r,r,l);return O.placeholder=g1.placeholder,O}function m1(s,l,g){l=g?r:l;var O=fn(s,E,r,r,r,r,r,l);return O.placeholder=m1.placeholder,O}function y1(s,l,g){var O,I,q,U,X,re,pe=0,ge=!1,me=!1,be=!0;if(typeof s!="function")throw new hr(a);l=yr(l)||0,ft(g)&&(ge=!!g.leading,me="maxWait"in g,q=me?_t(yr(g.maxWait)||0,l):q,be="trailing"in g?!!g.trailing:be);function Ce(vt){var Ar=O,gn=I;return O=I=r,pe=vt,U=s.apply(gn,Ar),U}function Pe(vt){return pe=vt,X=Xo(ke,l),ge?Ce(vt):U}function De(vt){var Ar=vt-re,gn=vt-pe,k1=l-Ar;return me?Mt(k1,q-gn):k1}function Ie(vt){var Ar=vt-re,gn=vt-pe;return re===r||Ar>=l||Ar<0||me&&gn>=q}function ke(){var vt=nu();if(Ie(vt))return Fe(vt);X=Xo(ke,De(vt))}function Fe(vt){return X=r,be&&O?Ce(vt):(O=I=r,U)}function nr(){X!==r&&P_(X),pe=0,O=re=I=X=r}function Bt(){return X===r?U:Fe(nu())}function ir(){var vt=nu(),Ar=Ie(vt);if(O=arguments,I=this,re=vt,Ar){if(X===r)return Pe(re);if(me)return P_(X),X=Xo(ke,l),Ce(re)}return X===r&&(X=Xo(ke,l)),U}return ir.cancel=nr,ir.flush=Bt,ir}var y3=qe(function(s,l){return s_(s,1,l)}),b3=qe(function(s,l,g){return s_(s,yr(l)||0,g)});function x3(s){return fn(s,j)}function iu(s,l){if(typeof s!="function"||l!=null&&typeof l!="function")throw new hr(a);var g=function(){var O=arguments,I=l?l.apply(this,O):O[0],q=g.cache;if(q.has(I))return q.get(I);var U=s.apply(this,O);return g.cache=q.set(I,U)||q,U};return g.cache=new(iu.Cache||cn),g}iu.Cache=cn;function ou(s){if(typeof s!="function")throw new hr(a);return function(){var l=arguments;switch(l.length){case 0:return!s.call(this);case 1:return!s.call(this,l[0]);case 2:return!s.call(this,l[0],l[1]);case 3:return!s.call(this,l[0],l[1],l[2])}return!s.apply(this,l)}}function w3(s){return p1(2,s)}var _3=uF(function(s,l){l=l.length==1&&Ae(l[0])?ct(l[0],er(Re())):ct(It(l,1),er(Re()));var g=l.length;return qe(function(O){for(var I=-1,q=Mt(O.length,g);++I<q;)O[I]=l[I].call(this,O[I]);return Qt(s,this,O)})}),Df=qe(function(s,l){var g=In(l,Ui(Df));return fn(s,_,r,l,g)}),b1=qe(function(s,l){var g=In(l,Ui(b1));return fn(s,R,r,l,g)}),E3=dn(function(s,l){return fn(s,N,r,r,r,l)});function S3(s,l){if(typeof s!="function")throw new hr(a);return l=l===r?l:Me(l),qe(s,l)}function O3(s,l){if(typeof s!="function")throw new hr(a);return l=l==null?0:_t(Me(l),0),qe(function(g){var O=g[l],I=Dn(g,0,l);return O&&Pn(I,O),Qt(s,this,I)})}function C3(s,l,g){var O=!0,I=!0;if(typeof s!="function")throw new hr(a);return ft(g)&&(O="leading"in g?!!g.leading:O,I="trailing"in g?!!g.trailing:I),y1(s,l,{leading:O,maxWait:l,trailing:I})}function R3(s){return h1(s,1)}function P3(s,l){return Df(yf(l),s)}function I3(){if(!arguments.length)return[];var s=arguments[0];return Ae(s)?s:[s]}function N3(s){return vr(s,v)}function T3(s,l){return l=typeof l=="function"?l:r,vr(s,v,l)}function A3(s){return vr(s,h|v)}function M3(s,l){return l=typeof l=="function"?l:r,vr(s,h|v,l)}function D3(s,l){return l==null||a_(s,l,St(l))}function Tr(s,l){return s===l||s!==s&&l!==l}var j3=Zs(af),q3=Zs(function(s,l){return s>=l}),oi=d_((function(){return arguments})())?d_:function(s){return dt(s)&&Xe.call(s,"callee")&&!Jw.call(s,"callee")},Ae=oe.isArray,k3=Mw?er(Mw):VB;function Ht(s){return s!=null&&au(s.length)&&!pn(s)}function pt(s){return dt(s)&&Ht(s)}function L3(s){return s===!0||s===!1||dt(s)&&kt(s)==K}var jn=JL||Vf,B3=Dw?er(Dw):WB;function F3(s){return dt(s)&&s.nodeType===1&&!Zo(s)}function $3(s){if(s==null)return!0;if(Ht(s)&&(Ae(s)||typeof s=="string"||typeof s.splice=="function"||jn(s)||Vi(s)||oi(s)))return!s.length;var l=Dt(s);if(l==Se||l==je)return!s.size;if(Yo(s))return!cf(s).length;for(var g in s)if(Xe.call(s,g))return!1;return!0}function z3(s,l){return Wo(s,l)}function H3(s,l,g){g=typeof g=="function"?g:r;var O=g?g(s,l):r;return O===r?Wo(s,l,r,g):!!O}function jf(s){if(!dt(s))return!1;var l=kt(s);return l==ue||l==ne||typeof s.message=="string"&&typeof s.name=="string"&&!Zo(s)}function U3(s){return typeof s=="number"&&e_(s)}function pn(s){if(!ft(s))return!1;var l=kt(s);return l==de||l==we||l==V||l==Ne}function x1(s){return typeof s=="number"&&s==Me(s)}function au(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=Y}function ft(s){var l=typeof s;return s!=null&&(l=="object"||l=="function")}function dt(s){return s!=null&&typeof s=="object"}var w1=jw?er(jw):KB;function V3(s,l){return s===l||uf(s,l,Of(l))}function W3(s,l,g){return g=typeof g=="function"?g:r,uf(s,l,Of(l),g)}function G3(s){return _1(s)&&s!=+s}function K3(s){if(TF(s))throw new Te(o);return h_(s)}function Y3(s){return s===null}function X3(s){return s==null}function _1(s){return typeof s=="number"||dt(s)&&kt(s)==_e}function Zo(s){if(!dt(s)||kt(s)!=ae)return!1;var l=Ms(s);if(l===null)return!0;var g=Xe.call(l,"constructor")&&l.constructor;return typeof g=="function"&&g instanceof g&&Is.call(g)==WL}var qf=qw?er(qw):YB;function Z3(s){return x1(s)&&s>=-Y&&s<=Y}var E1=kw?er(kw):XB;function su(s){return typeof s=="string"||!Ae(s)&&dt(s)&&kt(s)==Ye}function rr(s){return typeof s=="symbol"||dt(s)&&kt(s)==Ve}var Vi=Lw?er(Lw):ZB;function J3(s){return s===r}function Q3(s){return dt(s)&&Dt(s)==Qe}function e5(s){return dt(s)&&kt(s)==At}var t5=Zs(lf),r5=Zs(function(s,l){return s<=l});function S1(s){if(!s)return[];if(Ht(s))return su(s)?Ir(s):zt(s);if(Lo&&s[Lo])return DL(s[Lo]());var l=Dt(s),g=l==Se?Xl:l==je?Cs:Wi;return g(s)}function vn(s){if(!s)return s===0?s:0;if(s=yr(s),s===W||s===-W){var l=s<0?-1:1;return l*ee}return s===s?s:0}function Me(s){var l=vn(s),g=l%1;return l===l?g?l-g:l:0}function O1(s){return s?ti(Me(s),0,Q):0}function yr(s){if(typeof s=="number")return s;if(rr(s))return H;if(ft(s)){var l=typeof s.valueOf=="function"?s.valueOf():s;s=ft(l)?l+"":l}if(typeof s!="string")return s===0?s:+s;s=Uw(s);var g=Cl.test(s);return g||Pl.test(s)?mL(s.slice(2),g?2:8):Ol.test(s)?H:+s}function C1(s){return Wr(s,Ut(s))}function n5(s){return s?ti(Me(s),-Y,Y):s===0?s:0}function We(s){return s==null?"":tr(s)}var i5=zi(function(s,l){if(Yo(l)||Ht(l)){Wr(l,St(l),s);return}for(var g in l)Xe.call(l,g)&&Ho(s,g,l[g])}),R1=zi(function(s,l){Wr(l,Ut(l),s)}),uu=zi(function(s,l,g,O){Wr(l,Ut(l),s,O)}),o5=zi(function(s,l,g,O){Wr(l,St(l),s,O)}),a5=dn(rf);function s5(s,l){var g=$i(s);return l==null?g:o_(g,l)}var u5=qe(function(s,l){s=tt(s);var g=-1,O=l.length,I=O>2?l[2]:r;for(I&&Lt(l[0],l[1],I)&&(O=1);++g<O;)for(var q=l[g],U=Ut(q),X=-1,re=U.length;++X<re;){var pe=U[X],ge=s[pe];(ge===r||Tr(ge,Li[pe])&&!Xe.call(s,pe))&&(s[pe]=q[pe])}return s}),c5=qe(function(s){return s.push(r,U_),Qt(P1,r,s)});function l5(s,l){return Fw(s,Re(l,3),Vr)}function f5(s,l){return Fw(s,Re(l,3),of)}function d5(s,l){return s==null?s:nf(s,Re(l,3),Ut)}function h5(s,l){return s==null?s:l_(s,Re(l,3),Ut)}function p5(s,l){return s&&Vr(s,Re(l,3))}function v5(s,l){return s&&of(s,Re(l,3))}function g5(s){return s==null?[]:Hs(s,St(s))}function m5(s){return s==null?[]:Hs(s,Ut(s))}function kf(s,l,g){var O=s==null?r:ri(s,l);return O===r?g:O}function y5(s,l){return s!=null&&G_(s,l,$B)}function Lf(s,l){return s!=null&&G_(s,l,zB)}var b5=B_(function(s,l,g){l!=null&&typeof l.toString!="function"&&(l=Ns.call(l)),s[l]=g},Ff(Vt)),x5=B_(function(s,l,g){l!=null&&typeof l.toString!="function"&&(l=Ns.call(l)),Xe.call(s,l)?s[l].push(g):s[l]=[g]},Re),w5=qe(Vo);function St(s){return Ht(s)?n_(s):cf(s)}function Ut(s){return Ht(s)?n_(s,!0):JB(s)}function _5(s,l){var g={};return l=Re(l,3),Vr(s,function(O,I,q){ln(g,l(O,I,q),O)}),g}function E5(s,l){var g={};return l=Re(l,3),Vr(s,function(O,I,q){ln(g,I,l(O,I,q))}),g}var S5=zi(function(s,l,g){Us(s,l,g)}),P1=zi(function(s,l,g,O){Us(s,l,g,O)}),O5=dn(function(s,l){var g={};if(s==null)return g;var O=!1;l=ct(l,function(q){return q=Mn(q,s),O||(O=q.length>1),q}),Wr(s,Ef(s),g),O&&(g=vr(g,h|p|v,bF));for(var I=l.length;I--;)vf(g,l[I]);return g});function C5(s,l){return I1(s,ou(Re(l)))}var R5=dn(function(s,l){return s==null?{}:eF(s,l)});function I1(s,l){if(s==null)return{};var g=ct(Ef(s),function(O){return[O]});return l=Re(l),x_(s,g,function(O,I){return l(O,I[0])})}function P5(s,l,g){l=Mn(l,s);var O=-1,I=l.length;for(I||(I=1,s=r);++O<I;){var q=s==null?r:s[Gr(l[O])];q===r&&(O=I,q=g),s=pn(q)?q.call(s):q}return s}function I5(s,l,g){return s==null?s:Go(s,l,g)}function N5(s,l,g,O){return O=typeof O=="function"?O:r,s==null?s:Go(s,l,g,O)}var N1=z_(St),T1=z_(Ut);function T5(s,l,g){var O=Ae(s),I=O||jn(s)||Vi(s);if(l=Re(l,4),g==null){var q=s&&s.constructor;I?g=O?new q:[]:ft(s)?g=pn(q)?$i(Ms(s)):{}:g={}}return(I?dr:Vr)(s,function(U,X,re){return l(g,U,X,re)}),g}function A5(s,l){return s==null?!0:vf(s,l)}function M5(s,l,g){return s==null?s:O_(s,l,yf(g))}function D5(s,l,g,O){return O=typeof O=="function"?O:r,s==null?s:O_(s,l,yf(g),O)}function Wi(s){return s==null?[]:Yl(s,St(s))}function j5(s){return s==null?[]:Yl(s,Ut(s))}function q5(s,l,g){return g===r&&(g=l,l=r),g!==r&&(g=yr(g),g=g===g?g:0),l!==r&&(l=yr(l),l=l===l?l:0),ti(yr(s),l,g)}function k5(s,l,g){return l=vn(l),g===r?(g=l,l=0):g=vn(g),s=yr(s),HB(s,l,g)}function L5(s,l,g){if(g&&typeof g!="boolean"&&Lt(s,l,g)&&(l=g=r),g===r&&(typeof l=="boolean"?(g=l,l=r):typeof s=="boolean"&&(g=s,s=r)),s===r&&l===r?(s=0,l=1):(s=vn(s),l===r?(l=s,s=0):l=vn(l)),s>l){var O=s;s=l,l=O}if(g||s%1||l%1){var I=t_();return Mt(s+I*(l-s+gL("1e-"+((I+"").length-1))),l)}return df(s,l)}var B5=Hi(function(s,l,g){return l=l.toLowerCase(),s+(g?A1(l):l)});function A1(s){return Bf(We(s).toLowerCase())}function M1(s){return s=We(s),s&&s.replace(Nl,IL).replace(aL,"")}function F5(s,l,g){s=We(s),l=tr(l);var O=s.length;g=g===r?O:ti(Me(g),0,O);var I=g;return g-=l.length,g>=0&&s.slice(g,I)==l}function $5(s){return s=We(s),s&&ns.test(s)?s.replace(To,NL):s}function z5(s){return s=We(s),s&&us.test(s)?s.replace(Ao,"\\$&"):s}var H5=Hi(function(s,l,g){return s+(g?"-":"")+l.toLowerCase()}),U5=Hi(function(s,l,g){return s+(g?" ":"")+l.toLowerCase()}),V5=q_("toLowerCase");function W5(s,l,g){s=We(s),l=Me(l);var O=l?qi(s):0;if(!l||O>=l)return s;var I=(l-O)/2;return Xs(ks(I),g)+s+Xs(qs(I),g)}function G5(s,l,g){s=We(s),l=Me(l);var O=l?qi(s):0;return l&&O<l?s+Xs(l-O,g):s}function K5(s,l,g){s=We(s),l=Me(l);var O=l?qi(s):0;return l&&O<l?Xs(l-O,g)+s:s}function Y5(s,l,g){return g||l==null?l=0:l&&(l=+l),rB(We(s).replace(Mo,""),l||0)}function X5(s,l,g){return(g?Lt(s,l,g):l===r)?l=1:l=Me(l),hf(We(s),l)}function Z5(){var s=arguments,l=We(s[0]);return s.length<3?l:l.replace(s[1],s[2])}var J5=Hi(function(s,l,g){return s+(g?"_":"")+l.toLowerCase()});function Q5(s,l,g){return g&&typeof g!="number"&&Lt(s,l,g)&&(l=g=r),g=g===r?Q:g>>>0,g?(s=We(s),s&&(typeof l=="string"||l!=null&&!qf(l))&&(l=tr(l),!l&&ji(s))?Dn(Ir(s),0,g):s.split(l,g)):[]}var ez=Hi(function(s,l,g){return s+(g?" ":"")+Bf(l)});function tz(s,l,g){return s=We(s),g=g==null?0:ti(Me(g),0,s.length),l=tr(l),s.slice(g,g+l.length)==l}function rz(s,l,g){var O=M.templateSettings;g&&Lt(s,l,g)&&(l=r),s=We(s),l=uu({},l,O,H_);var I=uu({},l.imports,O.imports,H_),q=St(I),U=Yl(I,q),X,re,pe=0,ge=l.interpolate||Ni,me="__p += '",be=Zl((l.escape||Ni).source+"|"+ge.source+"|"+(ge===os?Sl:Ni).source+"|"+(l.evaluate||Ni).source+"|$","g"),Ce="//# sourceURL="+(Xe.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++fL+"]")+`
|
|
50
|
+
`;s.replace(be,function(Ie,ke,Fe,nr,Bt,ir){return Fe||(Fe=nr),me+=s.slice(pe,ir).replace(ds,TL),ke&&(X=!0,me+=`' +
|
|
51
51
|
__e(`+ke+`) +
|
|
52
52
|
'`),Bt&&(re=!0,me+=`';
|
|
53
53
|
`+Bt+`;
|
|
@@ -57,16 +57,16 @@ __p += '`),Fe&&(me+=`' +
|
|
|
57
57
|
`;var Pe=Xe.call(l,"variable")&&l.variable;if(!Pe)me=`with (obj) {
|
|
58
58
|
`+me+`
|
|
59
59
|
}
|
|
60
|
-
`;else if(
|
|
60
|
+
`;else if(_l.test(Pe))throw new Te(u);me=(re?me.replace(Ur,""):me).replace(Ii,"$1").replace(vl,"$1;"),me="function("+(Pe||"obj")+`) {
|
|
61
61
|
`+(Pe?"":`obj || (obj = {});
|
|
62
62
|
`)+"var __t, __p = ''"+(X?", __e = _.escape":"")+(re?`, __j = Array.prototype.join;
|
|
63
63
|
function print() { __p += __j.call(arguments, '') }
|
|
64
64
|
`:`;
|
|
65
65
|
`)+me+`return __p
|
|
66
|
-
}`;var De=D1(function(){return He(q,Ce+"return "+me).apply(r,U)});if(De.source=me,Df(De))throw De;return De}function tz(s){return Ve(s).toLowerCase()}function rz(s){return Ve(s).toUpperCase()}function nz(s,l,g){if(s=Ve(s),s&&(g||l===r))return Hw(s);if(!s||!(l=tr(l)))return s;var O=Ir(s),I=Ir(l),q=Uw(O,I),U=Vw(O,I)+1;return Dn(O,q,U).join("")}function iz(s,l,g){if(s=Ve(s),s&&(g||l===r))return s.slice(0,Gw(s)+1);if(!s||!(l=tr(l)))return s;var O=Ir(s),I=Vw(O,Ir(l))+1;return Dn(O,0,I).join("")}function oz(s,l,g){if(s=Ve(s),s&&(g||l===r))return s.replace(Mo,"");if(!s||!(l=tr(l)))return s;var O=Ir(s),I=Uw(O,Ir(l));return Dn(O,I).join("")}function az(s,l){var g=L,O=F;if(ft(l)){var I="separator"in l?l.separator:I;g="length"in l?Me(l.length):g,O="omission"in l?tr(l.omission):O}s=Ve(s);var q=s.length;if(ji(s)){var U=Ir(s);q=U.length}if(g>=q)return s;var X=g-qi(O);if(X<1)return O;var re=U?Dn(U,0,X).join(""):s.slice(0,X);if(I===r)return re+O;if(U&&(X+=re.length-X),jf(I)){if(s.slice(X).search(I)){var pe,ge=re;for(I.global||(I=Xl(I.source,Ve(fs.exec(I))+"g")),I.lastIndex=0;pe=I.exec(ge);)var me=pe.index;re=re.slice(0,me===r?X:me)}}else if(s.indexOf(tr(I),X)!=X){var be=re.lastIndexOf(I);be>-1&&(re=re.slice(0,be))}return re+O}function sz(s){return s=Ve(s),s&&vl.test(s)?s.replace(rs,qL):s}var uz=Hi(function(s,l,g){return s+(g?" ":"")+l.toUpperCase()}),Lf=j_("toUpperCase");function M1(s,l,g){return s=Ve(s),l=g?r:l,l===r?TL(s)?BL(s):_L(s):s.match(l)||[]}var D1=qe(function(s,l){try{return Qt(s,r,l)}catch(g){return Df(g)?g:new Te(g)}}),cz=dn(function(s,l){return dr(l,function(g){g=Gr(g),ln(s,g,Af(s[g],s))}),s});function lz(s){var l=s==null?0:s.length,g=Re();return s=l?ct(s,function(O){if(typeof O[1]!="function")throw new hr(a);return[g(O[0]),O[1]]}):[],qe(function(O){for(var I=-1;++I<l;){var q=s[I];if(Qt(q[0],this,O))return Qt(q[1],this,O)}})}function fz(s){return qB(vr(s,h))}function Bf(s){return function(){return s}}function dz(s,l){return s==null||s!==s?l:s}var hz=k_(),pz=k_(!0);function Vt(s){return s}function Ff(s){return h_(typeof s=="function"?s:vr(s,h))}function vz(s){return v_(vr(s,h))}function gz(s,l){return g_(s,vr(l,h))}var mz=qe(function(s,l){return function(g){return Vo(g,s,l)}}),yz=qe(function(s,l){return function(g){return Vo(s,g,l)}});function $f(s,l,g){var O=St(l),I=Hs(l,O);g==null&&!(ft(l)&&(I.length||!O.length))&&(g=l,l=s,s=this,I=Hs(l,St(l)));var q=!(ft(g)&&"chain"in g)||!!g.chain,U=pn(s);return dr(I,function(X){var re=l[X];s[X]=re,U&&(s.prototype[X]=function(){var pe=this.__chain__;if(q||pe){var ge=s(this.__wrapped__),me=ge.__actions__=zt(this.__actions__);return me.push({func:re,args:arguments,thisArg:s}),ge.__chain__=pe,ge}return re.apply(s,Pn([this.value()],arguments))})}),s}function bz(){return Pt._===this&&(Pt._=VL),this}function zf(){}function xz(s){return s=Me(s),qe(function(l){return m_(l,s)})}var wz=bf(ct),_z=bf(Lw),Ez=bf(Hl);function j1(s){return Cf(s)?Ul(Gr(s)):QB(s)}function Sz(s){return function(l){return s==null?r:ri(s,l)}}var Oz=B_(),Cz=B_(!0);function Hf(){return[]}function Uf(){return!1}function Rz(){return{}}function Pz(){return""}function Iz(){return!0}function Nz(s,l){if(s=Me(s),s<1||s>Y)return[];var g=Q,O=Mt(s,Q);l=Re(l),s-=Q;for(var I=Gl(O,l);++g<s;)l(g);return I}function Tz(s){return Ae(s)?ct(s,Gr):rr(s)?[s]:zt(t1(Ve(s)))}function Az(s){var l=++HL;return Ve(s)+l}var Mz=Ys(function(s,l){return s+l},0),Dz=xf("ceil"),jz=Ys(function(s,l){return s/l},1),qz=xf("floor");function kz(s){return s&&s.length?zs(s,Vt,of):r}function Lz(s,l){return s&&s.length?zs(s,Re(l,2),of):r}function Bz(s){return $w(s,Vt)}function Fz(s,l){return $w(s,Re(l,2))}function $z(s){return s&&s.length?zs(s,Vt,cf):r}function zz(s,l){return s&&s.length?zs(s,Re(l,2),cf):r}var Hz=Ys(function(s,l){return s*l},1),Uz=xf("round"),Vz=Ys(function(s,l){return s-l},0);function Wz(s){return s&&s.length?Wl(s,Vt):0}function Gz(s,l){return s&&s.length?Wl(s,Re(l,2)):0}return M.after=v3,M.ary=d1,M.assign=r5,M.assignIn=C1,M.assignInWith=uu,M.assignWith=n5,M.at=i5,M.before=h1,M.bind=Af,M.bindAll=cz,M.bindKey=p1,M.castArray=R3,M.chain=c1,M.chunk=qF,M.compact=kF,M.concat=LF,M.cond=lz,M.conforms=fz,M.constant=Bf,M.countBy=W$,M.create=o5,M.curry=v1,M.curryRight=g1,M.debounce=m1,M.defaults=a5,M.defaultsDeep=s5,M.defer=g3,M.delay=m3,M.difference=BF,M.differenceBy=FF,M.differenceWith=$F,M.drop=zF,M.dropRight=HF,M.dropRightWhile=UF,M.dropWhile=VF,M.fill=WF,M.filter=K$,M.flatMap=Z$,M.flatMapDeep=J$,M.flatMapDepth=Q$,M.flatten=o1,M.flattenDeep=GF,M.flattenDepth=KF,M.flip=y3,M.flow=hz,M.flowRight=pz,M.fromPairs=YF,M.functions=p5,M.functionsIn=v5,M.groupBy=e3,M.initial=ZF,M.intersection=JF,M.intersectionBy=QF,M.intersectionWith=e$,M.invert=m5,M.invertBy=y5,M.invokeMap=r3,M.iteratee=Ff,M.keyBy=n3,M.keys=St,M.keysIn=Ut,M.map=ru,M.mapKeys=x5,M.mapValues=w5,M.matches=vz,M.matchesProperty=gz,M.memoize=iu,M.merge=_5,M.mergeWith=R1,M.method=mz,M.methodOf=yz,M.mixin=$f,M.negate=ou,M.nthArg=xz,M.omit=E5,M.omitBy=S5,M.once=b3,M.orderBy=i3,M.over=wz,M.overArgs=x3,M.overEvery=_z,M.overSome=Ez,M.partial=Mf,M.partialRight=y1,M.partition=o3,M.pick=O5,M.pickBy=P1,M.property=j1,M.propertyOf=Sz,M.pull=i$,M.pullAll=s1,M.pullAllBy=o$,M.pullAllWith=a$,M.pullAt=s$,M.range=Oz,M.rangeRight=Cz,M.rearg=w3,M.reject=u3,M.remove=u$,M.rest=_3,M.reverse=Nf,M.sampleSize=l3,M.set=R5,M.setWith=P5,M.shuffle=f3,M.slice=c$,M.sortBy=p3,M.sortedUniq=g$,M.sortedUniqBy=m$,M.split=Z5,M.spread=E3,M.tail=y$,M.take=b$,M.takeRight=x$,M.takeRightWhile=w$,M.takeWhile=_$,M.tap=k$,M.throttle=S3,M.thru=tu,M.toArray=E1,M.toPairs=I1,M.toPairsIn=N1,M.toPath=Tz,M.toPlainObject=O1,M.transform=I5,M.unary=O3,M.union=E$,M.unionBy=S$,M.unionWith=O$,M.uniq=C$,M.uniqBy=R$,M.uniqWith=P$,M.unset=N5,M.unzip=Tf,M.unzipWith=u1,M.update=T5,M.updateWith=A5,M.values=Wi,M.valuesIn=M5,M.without=I$,M.words=M1,M.wrap=C3,M.xor=N$,M.xorBy=T$,M.xorWith=A$,M.zip=M$,M.zipObject=D$,M.zipObjectDeep=j$,M.zipWith=q$,M.entries=I1,M.entriesIn=N1,M.extend=C1,M.extendWith=uu,$f(M,M),M.add=Mz,M.attempt=D1,M.camelCase=k5,M.capitalize=T1,M.ceil=Dz,M.clamp=D5,M.clone=P3,M.cloneDeep=N3,M.cloneDeepWith=T3,M.cloneWith=I3,M.conformsTo=A3,M.deburr=A1,M.defaultTo=dz,M.divide=jz,M.endsWith=L5,M.eq=Tr,M.escape=B5,M.escapeRegExp=F5,M.every=G$,M.find=Y$,M.findIndex=n1,M.findKey=u5,M.findLast=X$,M.findLastIndex=i1,M.findLastKey=c5,M.floor=qz,M.forEach=l1,M.forEachRight=f1,M.forIn=l5,M.forInRight=f5,M.forOwn=d5,M.forOwnRight=h5,M.get=qf,M.gt=M3,M.gte=D3,M.has=g5,M.hasIn=kf,M.head=a1,M.identity=Vt,M.includes=t3,M.indexOf=XF,M.inRange=j5,M.invoke=b5,M.isArguments=oi,M.isArray=Ae,M.isArrayBuffer=j3,M.isArrayLike=Ht,M.isArrayLikeObject=pt,M.isBoolean=q3,M.isBuffer=jn,M.isDate=k3,M.isElement=L3,M.isEmpty=B3,M.isEqual=F3,M.isEqualWith=$3,M.isError=Df,M.isFinite=z3,M.isFunction=pn,M.isInteger=b1,M.isLength=au,M.isMap=x1,M.isMatch=H3,M.isMatchWith=U3,M.isNaN=V3,M.isNative=W3,M.isNil=K3,M.isNull=G3,M.isNumber=w1,M.isObject=ft,M.isObjectLike=dt,M.isPlainObject=Zo,M.isRegExp=jf,M.isSafeInteger=Y3,M.isSet=_1,M.isString=su,M.isSymbol=rr,M.isTypedArray=Vi,M.isUndefined=X3,M.isWeakMap=Z3,M.isWeakSet=J3,M.join=t$,M.kebabCase=$5,M.last=mr,M.lastIndexOf=r$,M.lowerCase=z5,M.lowerFirst=H5,M.lt=Q3,M.lte=e5,M.max=kz,M.maxBy=Lz,M.mean=Bz,M.meanBy=Fz,M.min=$z,M.minBy=zz,M.stubArray=Hf,M.stubFalse=Uf,M.stubObject=Rz,M.stubString=Pz,M.stubTrue=Iz,M.multiply=Hz,M.nth=n$,M.noConflict=bz,M.noop=zf,M.now=nu,M.pad=U5,M.padEnd=V5,M.padStart=W5,M.parseInt=G5,M.random=q5,M.reduce=a3,M.reduceRight=s3,M.repeat=K5,M.replace=Y5,M.result=C5,M.round=Uz,M.runInContext=te,M.sample=c3,M.size=d3,M.snakeCase=X5,M.some=h3,M.sortedIndex=l$,M.sortedIndexBy=f$,M.sortedIndexOf=d$,M.sortedLastIndex=h$,M.sortedLastIndexBy=p$,M.sortedLastIndexOf=v$,M.startCase=J5,M.startsWith=Q5,M.subtract=Vz,M.sum=Wz,M.sumBy=Gz,M.template=ez,M.times=Nz,M.toFinite=vn,M.toInteger=Me,M.toLength=S1,M.toLower=tz,M.toNumber=yr,M.toSafeInteger=t5,M.toString=Ve,M.toUpper=rz,M.trim=nz,M.trimEnd=iz,M.trimStart=oz,M.truncate=az,M.unescape=sz,M.uniqueId=Az,M.upperCase=uz,M.upperFirst=Lf,M.each=l1,M.eachRight=f1,M.first=a1,$f(M,(function(){var s={};return Vr(M,function(l,g){Xe.call(M.prototype,g)||(s[g]=l)}),s})(),{chain:!1}),M.VERSION=n,dr(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){M[s].placeholder=M}),dr(["drop","take"],function(s,l){Be.prototype[s]=function(g){g=g===r?1:_t(Me(g),0);var O=this.__filtered__&&!l?new Be(this):this.clone();return O.__filtered__?O.__takeCount__=Mt(g,O.__takeCount__):O.__views__.push({size:Mt(g,Q),type:s+(O.__dir__<0?"Right":"")}),O},Be.prototype[s+"Right"]=function(g){return this.reverse()[s](g).reverse()}}),dr(["filter","map","takeWhile"],function(s,l){var g=l+1,O=g==T||g==$;Be.prototype[s]=function(I){var q=this.clone();return q.__iteratees__.push({iteratee:Re(I,3),type:g}),q.__filtered__=q.__filtered__||O,q}}),dr(["head","last"],function(s,l){var g="take"+(l?"Right":"");Be.prototype[s]=function(){return this[g](1).value()[0]}}),dr(["initial","tail"],function(s,l){var g="drop"+(l?"":"Right");Be.prototype[s]=function(){return this.__filtered__?new Be(this):this[g](1)}}),Be.prototype.compact=function(){return this.filter(Vt)},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,l){return typeof s=="function"?new Be(this):this.map(function(g){return Vo(g,s,l)})}),Be.prototype.reject=function(s){return this.filter(ou(Re(s)))},Be.prototype.slice=function(s,l){s=Me(s);var g=this;return g.__filtered__&&(s>0||l<0)?new Be(g):(s<0?g=g.takeRight(-s):s&&(g=g.drop(s)),l!==r&&(l=Me(l),g=l<0?g.dropRight(-l):g.take(l-s)),g)},Be.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Be.prototype.toArray=function(){return this.take(Q)},Vr(Be.prototype,function(s,l){var g=/^(?:filter|find|map|reject)|While$/.test(l),O=/^(?:head|last)$/.test(l),I=M[O?"take"+(l=="last"?"Right":""):l],q=O||/^find/.test(l);I&&(M.prototype[l]=function(){var U=this.__wrapped__,X=O?[1]:arguments,re=U instanceof Be,pe=X[0],ge=re||Ae(U),me=function(ke){var Fe=I.apply(M,Pn([ke],X));return O&&be?Fe[0]:Fe};ge&&g&&typeof pe=="function"&&pe.length!=1&&(re=ge=!1);var be=this.__chain__,Ce=!!this.__actions__.length,Pe=q&&!be,De=re&&!Ce;if(!q&&ge){U=De?U:new Be(this);var Ie=s.apply(U,X);return Ie.__actions__.push({func:tu,args:[me],thisArg:r}),new pr(Ie,be)}return Pe&&De?s.apply(this,X):(Ie=this.thru(me),Pe?O?Ie.value()[0]:Ie.value():Ie)})}),dr(["pop","push","shift","sort","splice","unshift"],function(s){var l=Rs[s],g=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",O=/^(?:pop|shift)$/.test(s);M.prototype[s]=function(){var I=arguments;if(O&&!this.__chain__){var q=this.value();return l.apply(Ae(q)?q:[],I)}return this[g](function(U){return l.apply(Ae(U)?U:[],I)})}}),Vr(Be.prototype,function(s,l){var g=M[l];if(g){var O=g.name+"";Xe.call(Fi,O)||(Fi[O]=[]),Fi[O].push({name:l,func:g})}}),Fi[Ks(r,x).name]=[{name:"wrapper",func:r}],Be.prototype.clone=sB,Be.prototype.reverse=uB,Be.prototype.value=cB,M.prototype.at=L$,M.prototype.chain=B$,M.prototype.commit=F$,M.prototype.next=$$,M.prototype.plant=H$,M.prototype.reverse=U$,M.prototype.toJSON=M.prototype.valueOf=M.prototype.value=V$,M.prototype.first=M.prototype.head,Lo&&(M.prototype[Lo]=z$),M}),ki=FL();Zn?((Zn.exports=ki)._=ki,Bl._=ki):Pt._=ki}).call(sZ)})(Oa,Oa.exports)),Oa.exports}var Jq=uZ(),bN={},ia,xN;function bt(){if(xN)return ia;xN=1;var e=function(t){return t&&t.Math===Math&&t};return ia=e(typeof globalThis=="object"&&globalThis)||e(typeof window=="object"&&window)||e(typeof self=="object"&&self)||e(typeof ht=="object"&&ht)||e(typeof ia=="object"&&ia)||(function(){return this})()||Function("return this")(),ia}var Bm={},Fm,wN;function at(){return wN||(wN=1,Fm=function(e){try{return!!e()}catch{return!0}}),Fm}var $m,_N;function zr(){if(_N)return $m;_N=1;var e=at();return $m=!e(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7}),$m}var zm,EN;function el(){if(EN)return zm;EN=1;var e=at();return zm=!e(function(){var t=(function(){}).bind();return typeof t!="function"||t.hasOwnProperty("prototype")}),zm}var Hm,SN;function Zt(){if(SN)return Hm;SN=1;var e=el(),t=Function.prototype.call;return Hm=e?t.bind(t):function(){return t.apply(t,arguments)},Hm}var Um={},ON;function Qq(){if(ON)return Um;ON=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,r=t&&!e.call({1:2},1);return Um.f=r?function(i){var o=t(this,i);return!!o&&o.enumerable}:e,Um}var Vm,CN;function ow(){return CN||(CN=1,Vm=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}),Vm}var Wm,RN;function it(){if(RN)return Wm;RN=1;var e=el(),t=Function.prototype,r=t.call,n=e&&t.bind.bind(r,r);return Wm=e?n:function(i){return function(){return r.apply(i,arguments)}},Wm}var Gm,PN;function Gn(){if(PN)return Gm;PN=1;var e=it(),t=e({}.toString),r=e("".slice);return Gm=function(n){return r(t(n),8,-1)},Gm}var Km,IN;function tl(){if(IN)return Km;IN=1;var e=it(),t=at(),r=Gn(),n=Object,i=e("".split);return Km=t(function(){return!n("z").propertyIsEnumerable(0)})?function(o){return r(o)==="String"?i(o,""):n(o)}:n,Km}var Ym,NN;function Za(){return NN||(NN=1,Ym=function(e){return e==null}),Ym}var Xm,TN;function Ci(){if(TN)return Xm;TN=1;var e=Za(),t=TypeError;return Xm=function(r){if(e(r))throw new t("Can't call method on "+r);return r},Xm}var Zm,AN;function Po(){if(AN)return Zm;AN=1;var e=tl(),t=Ci();return Zm=function(r){return e(t(r))},Zm}var Jm,MN;function Et(){if(MN)return Jm;MN=1;var e=typeof document=="object"&&document.all;return Jm=typeof e>"u"&&e!==void 0?function(t){return typeof t=="function"||t===e}:function(t){return typeof t=="function"},Jm}var Qm,DN;function Tt(){if(DN)return Qm;DN=1;var e=Et();return Qm=function(t){return typeof t=="object"?t!==null:e(t)},Qm}var ey,jN;function rl(){if(jN)return ey;jN=1;var e=bt(),t=Et(),r=function(n){return t(n)?n:void 0};return ey=function(n,i){return arguments.length<2?r(e[n]):e[n]&&e[n][i]},ey}var ty,qN;function nl(){if(qN)return ty;qN=1;var e=it();return ty=e({}.isPrototypeOf),ty}var ry,kN;function ek(){if(kN)return ry;kN=1;var e=bt(),t=e.navigator,r=t&&t.userAgent;return ry=r?String(r):"",ry}var ny,LN;function aw(){if(LN)return ny;LN=1;var e=bt(),t=ek(),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]))),ny=u,ny}var iy,BN;function tk(){if(BN)return iy;BN=1;var e=aw(),t=at(),r=bt(),n=r.String;return iy=!!Object.getOwnPropertySymbols&&!t(function(){var i=Symbol("symbol detection");return!n(i)||!(Object(i)instanceof Symbol)||!Symbol.sham&&e&&e<41}),iy}var oy,FN;function rk(){if(FN)return oy;FN=1;var e=tk();return oy=e&&!Symbol.sham&&typeof Symbol.iterator=="symbol",oy}var ay,$N;function nk(){if($N)return ay;$N=1;var e=rl(),t=Et(),r=nl(),n=rk(),i=Object;return ay=n?function(o){return typeof o=="symbol"}:function(o){var a=e("Symbol");return t(a)&&r(a.prototype,i(o))},ay}var sy,zN;function sw(){if(zN)return sy;zN=1;var e=String;return sy=function(t){try{return e(t)}catch{return"Object"}},sy}var uy,HN;function Ja(){if(HN)return uy;HN=1;var e=Et(),t=sw(),r=TypeError;return uy=function(n){if(e(n))return n;throw new r(t(n)+" is not a function")},uy}var cy,UN;function Qa(){if(UN)return cy;UN=1;var e=Ja(),t=Za();return cy=function(r,n){var i=r[n];return t(i)?void 0:e(i)},cy}var ly,VN;function cZ(){if(VN)return ly;VN=1;var e=Zt(),t=Et(),r=Tt(),n=TypeError;return ly=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")},ly}var fy={exports:{}},dy,WN;function il(){return WN||(WN=1,dy=!1),dy}var hy,GN;function uw(){if(GN)return hy;GN=1;var e=bt(),t=Object.defineProperty;return hy=function(r,n){try{t(e,r,{value:n,configurable:!0,writable:!0})}catch{e[r]=n}return n},hy}var KN;function cw(){if(KN)return fy.exports;KN=1;var e=il(),t=bt(),r=uw(),n="__core-js_shared__",i=fy.exports=t[n]||r(n,{});return(i.versions||(i.versions=[])).push({version:"3.45.1",mode:e?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.45.1/LICENSE",source:"https://github.com/zloirock/core-js"}),fy.exports}var py,YN;function lw(){if(YN)return py;YN=1;var e=cw();return py=function(t,r){return e[t]||(e[t]=r||{})},py}var vy,XN;function Io(){if(XN)return vy;XN=1;var e=Ci(),t=Object;return vy=function(r){return t(e(r))},vy}var gy,ZN;function Rr(){if(ZN)return gy;ZN=1;var e=it(),t=Io(),r=e({}.hasOwnProperty);return gy=Object.hasOwn||function(i,o){return r(t(i),o)},gy}var my,JN;function fw(){if(JN)return my;JN=1;var e=it(),t=0,r=Math.random(),n=e(1.1.toString);return my=function(i){return"Symbol("+(i===void 0?"":i)+")_"+n(++t+r,36)},my}var yy,QN;function $t(){if(QN)return yy;QN=1;var e=bt(),t=lw(),r=Rr(),n=fw(),i=tk(),o=rk(),a=e.Symbol,u=t("wks"),c=o?a.for||a:a&&a.withoutSetter||n;return yy=function(d){return r(u,d)||(u[d]=i&&r(a,d)?a[d]:c("Symbol."+d)),u[d]},yy}var by,eT;function lZ(){if(eT)return by;eT=1;var e=Zt(),t=Tt(),r=nk(),n=Qa(),i=cZ(),o=$t(),a=TypeError,u=o("toPrimitive");return by=function(c,d){if(!t(c)||r(c))return c;var f=n(c,u),h;if(f){if(d===void 0&&(d="default"),h=e(f,c,d),!t(h)||r(h))return h;throw new a("Can't convert object to primitive value")}return d===void 0&&(d="number"),i(c,d)},by}var xy,tT;function ik(){if(tT)return xy;tT=1;var e=lZ(),t=nk();return xy=function(r){var n=e(r,"string");return t(n)?n:n+""},xy}var wy,rT;function dw(){if(rT)return wy;rT=1;var e=bt(),t=Tt(),r=e.document,n=t(r)&&t(r.createElement);return wy=function(i){return n?r.createElement(i):{}},wy}var _y,nT;function ok(){if(nT)return _y;nT=1;var e=zr(),t=at(),r=dw();return _y=!e&&!t(function(){return Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a!==7}),_y}var iT;function ak(){if(iT)return Bm;iT=1;var e=zr(),t=Zt(),r=Qq(),n=ow(),i=Po(),o=ik(),a=Rr(),u=ok(),c=Object.getOwnPropertyDescriptor;return Bm.f=e?c:function(f,h){if(f=i(f),h=o(h),u)try{return c(f,h)}catch{}if(a(f,h))return n(!t(r.f,f,h),f[h])},Bm}var Ey={},Sy,oT;function sk(){if(oT)return Sy;oT=1;var e=zr(),t=at();return Sy=e&&t(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42}),Sy}var Oy,aT;function Pr(){if(aT)return Oy;aT=1;var e=Tt(),t=String,r=TypeError;return Oy=function(n){if(e(n))return n;throw new r(t(n)+" is not an object")},Oy}var sT;function On(){if(sT)return Ey;sT=1;var e=zr(),t=ok(),r=sk(),n=Pr(),i=ik(),o=TypeError,a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,c="enumerable",d="configurable",f="writable";return Ey.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:c in m?m[c]:y[c],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},Ey}var Cy,uT;function es(){if(uT)return Cy;uT=1;var e=zr(),t=On(),r=ow();return Cy=e?function(n,i,o){return t.f(n,i,r(1,o))}:function(n,i,o){return n[i]=o,n},Cy}var Ry={exports:{}},Py,cT;function hw(){if(cT)return Py;cT=1;var e=zr(),t=Rr(),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 Py={EXISTS:i,PROPER:o,CONFIGURABLE:a},Py}var Iy,lT;function uk(){if(lT)return Iy;lT=1;var e=it(),t=Et(),r=cw(),n=e(Function.toString);return t(r.inspectSource)||(r.inspectSource=function(i){return n(i)}),Iy=r.inspectSource,Iy}var Ny,fT;function ck(){if(fT)return Ny;fT=1;var e=bt(),t=Et(),r=e.WeakMap;return Ny=t(r)&&/native code/.test(String(r)),Ny}var Ty,dT;function pw(){if(dT)return Ty;dT=1;var e=lw(),t=fw(),r=e("keys");return Ty=function(n){return r[n]||(r[n]=t(n))},Ty}var Ay,hT;function ol(){return hT||(hT=1,Ay={}),Ay}var My,pT;function No(){if(pT)return My;pT=1;var e=ck(),t=bt(),r=Tt(),n=es(),i=Rr(),o=cw(),a=pw(),u=ol(),c="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(S){var E;if(!r(S)||(E=p(S)).type!==w)throw new d("Incompatible receiver, "+w+" required");return E}};if(e||o.state){var b=o.state||(o.state=new f);b.get=b.get,b.has=b.has,b.set=b.set,h=function(w,S){if(b.has(w))throw new d(c);return S.facade=w,b.set(w,S),S},p=function(w){return b.get(w)||{}},v=function(w){return b.has(w)}}else{var x=a("state");u[x]=!0,h=function(w,S){if(i(w,x))throw new d(c);return S.facade=w,n(w,x,S),S},p=function(w){return i(w,x)?w[x]:{}},v=function(w){return i(w,x)}}return My={set:h,get:p,has:v,enforce:m,getterFor:y},My}var vT;function lk(){if(vT)return Ry.exports;vT=1;var e=it(),t=at(),r=Et(),n=Rr(),i=zr(),o=hw().CONFIGURABLE,a=uk(),u=No(),c=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}),b=String(String).split("String"),x=Ry.exports=function(w,S,E){p(f(S),0,7)==="Symbol("&&(S="["+v(f(S),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),E&&E.getter&&(S="get "+S),E&&E.setter&&(S="set "+S),(!n(w,"name")||o&&w.name!==S)&&(i?h(w,"name",{value:S,configurable:!0}):w.name=S),y&&E&&n(E,"arity")&&w.length!==E.arity&&h(w,"length",{value:E.arity});try{E&&n(E,"constructor")&&E.constructor?i&&h(w,"prototype",{writable:!1}):w.prototype&&(w.prototype=void 0)}catch{}var _=c(w);return n(_,"source")||(_.source=m(b,typeof S=="string"?S:"")),w};return Function.prototype.toString=x(function(){return r(this)&&d(this).source||a(this)},"toString"),Ry.exports}var Dy,gT;function Ri(){if(gT)return Dy;gT=1;var e=Et(),t=On(),r=lk(),n=uw();return Dy=function(i,o,a,u){u||(u={});var c=u.enumerable,d=u.name!==void 0?u.name:o;if(e(a)&&r(a,d,u),u.global)c?i[o]=a:n(o,a);else{try{u.unsafe?i[o]&&(c=!0):delete i[o]}catch{}c?i[o]=a:t.f(i,o,{value:a,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return i},Dy}var jy={},qy,mT;function fZ(){if(mT)return qy;mT=1;var e=Math.ceil,t=Math.floor;return qy=Math.trunc||function(n){var i=+n;return(i>0?t:e)(i)},qy}var ky,yT;function al(){if(yT)return ky;yT=1;var e=fZ();return ky=function(t){var r=+t;return r!==r||r===0?0:e(r)},ky}var Ly,bT;function dZ(){if(bT)return Ly;bT=1;var e=al(),t=Math.max,r=Math.min;return Ly=function(n,i){var o=e(n);return o<0?t(o+i,0):r(o,i)},Ly}var By,xT;function vw(){if(xT)return By;xT=1;var e=al(),t=Math.min;return By=function(r){var n=e(r);return n>0?t(n,9007199254740991):0},By}var Fy,wT;function sl(){if(wT)return Fy;wT=1;var e=vw();return Fy=function(t){return e(t.length)},Fy}var $y,_T;function hZ(){if(_T)return $y;_T=1;var e=Po(),t=dZ(),r=sl(),n=function(i){return function(o,a,u){var c=e(o),d=r(c);if(d===0)return!i&&-1;var f=t(u,d),h;if(i&&a!==a){for(;d>f;)if(h=c[f++],h!==h)return!0}else for(;d>f;f++)if((i||f in c)&&c[f]===a)return i||f||0;return!i&&-1}};return $y={includes:n(!0),indexOf:n(!1)},$y}var zy,ET;function fk(){if(ET)return zy;ET=1;var e=it(),t=Rr(),r=Po(),n=hZ().indexOf,i=ol(),o=e([].push);return zy=function(a,u){var c=r(a),d=0,f=[],h;for(h in c)!t(i,h)&&t(c,h)&&o(f,h);for(;u.length>d;)t(c,h=u[d++])&&(~n(f,h)||o(f,h));return f},zy}var Hy,ST;function gw(){return ST||(ST=1,Hy=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]),Hy}var OT;function mw(){if(OT)return jy;OT=1;var e=fk(),t=gw(),r=t.concat("length","prototype");return jy.f=Object.getOwnPropertyNames||function(i){return e(i,r)},jy}var Uy={},CT;function dk(){return CT||(CT=1,Uy.f=Object.getOwnPropertySymbols),Uy}var Vy,RT;function pZ(){if(RT)return Vy;RT=1;var e=rl(),t=it(),r=mw(),n=dk(),i=Pr(),o=t([].concat);return Vy=e("Reflect","ownKeys")||function(u){var c=r.f(i(u)),d=n.f;return d?o(c,d(u)):c},Vy}var Wy,PT;function vZ(){if(PT)return Wy;PT=1;var e=Rr(),t=pZ(),r=ak(),n=On();return Wy=function(i,o,a){for(var u=t(o),c=n.f,d=r.f,f=0;f<u.length;f++){var h=u[f];!e(i,h)&&!(a&&e(a,h))&&c(i,h,d(o,h))}},Wy}var Gy,IT;function hk(){if(IT)return Gy;IT=1;var e=at(),t=Et(),r=/#|\.prototype\./,n=function(c,d){var f=o[i(c)];return f===u?!0:f===a?!1:t(d)?e(d):!!d},i=n.normalize=function(c){return String(c).replace(r,".").toLowerCase()},o=n.data={},a=n.NATIVE="N",u=n.POLYFILL="P";return Gy=n,Gy}var Ky,NT;function Kn(){if(NT)return Ky;NT=1;var e=bt(),t=ak().f,r=es(),n=Ri(),i=uw(),o=vZ(),a=hk();return Ky=function(u,c){var d=u.target,f=u.global,h=u.stat,p,v,m,y,b,x;if(f?v=e:h?v=e[d]||i(d,{}):v=e[d]&&e[d].prototype,v)for(m in c){if(b=c[m],u.dontCallGetSet?(x=t(v,m),y=x&&x.value):y=v[m],p=a(f?m:d+(h?".":"#")+m,u.forced),!p&&y!==void 0){if(typeof b==typeof y)continue;o(b,y)}(u.sham||y&&y.sham)&&r(b,"sham",!0),n(v,m,b,u)}},Ky}var Yy,TT;function yw(){if(TT)return Yy;TT=1;var e=$t(),t=e("toStringTag"),r={};return r[t]="z",Yy=String(r)==="[object z]",Yy}var Xy,AT;function ul(){if(AT)return Xy;AT=1;var e=yw(),t=Et(),r=Gn(),n=$t(),i=n("toStringTag"),o=Object,a=r((function(){return arguments})())==="Arguments",u=function(c,d){try{return c[d]}catch{}};return Xy=e?r:function(c){var d,f,h;return c===void 0?"Undefined":c===null?"Null":typeof(f=u(d=o(c),i))=="string"?f:a?r(d):(h=r(d))==="Object"&&t(d.callee)?"Arguments":h},Xy}var Zy,MT;function Pi(){if(MT)return Zy;MT=1;var e=ul(),t=String;return Zy=function(r){if(e(r)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return t(r)},Zy}var Jy,DT;function pk(){return DT||(DT=1,Jy=`
|
|
67
|
-
\v\f\r \u2028\u2029\uFEFF`),Jy}var Qy,jT;function gZ(){if(jT)return Qy;jT=1;var e=it(),t=Ci(),r=Pi(),n=pk(),i=e("".replace),o=RegExp("^["+n+"]+"),a=RegExp("(^|[^"+n+"])["+n+"]+$"),u=function(c){return function(d){var f=r(t(d));return c&1&&(f=i(f,o,"")),c&2&&(f=i(f,a,"$1")),f}};return Qy={start:u(1),end:u(2),trim:u(3)},Qy}var e0,qT;function mZ(){if(qT)return e0;qT=1;var e=bt(),t=at(),r=it(),n=Pi(),i=gZ().trim,o=pk(),a=e.parseInt,u=e.Symbol,c=u&&u.iterator,d=/^[+-]?0x/i,f=r(d.exec),h=a(o+"08")!==8||a(o+"0x16")!==22||c&&!t(function(){a(Object(c))});return e0=h?function(v,m){var y=i(n(v));return a(y,m>>>0||(f(d,y)?16:10))}:a,e0}var kT;function yZ(){if(kT)return bN;kT=1;var e=Kn(),t=mZ();return e({global:!0,forced:parseInt!==t},{parseInt:t}),bN}yZ();var LT={},t0,BT;function vk(){if(BT)return t0;BT=1;var e=fk(),t=gw();return t0=Object.keys||function(n){return e(n,t)},t0}var r0,FT;function bZ(){if(FT)return r0;FT=1;var e=zr(),t=it(),r=Zt(),n=at(),i=vk(),o=dk(),a=Qq(),u=Io(),c=tl(),d=Object.assign,f=Object.defineProperty,h=t([].concat);return r0=!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(b){v[b]=b}),d({},p)[m]!==7||i(d({},v)).join("")!==y})?function(v,m){for(var y=u(v),b=arguments.length,x=1,w=o.f,S=a.f;b>x;)for(var E=c(arguments[x++]),_=w?h(i(E),w(E)):i(E),R=_.length,P=0,N;R>P;)N=_[P++],(!e||r(S,E,N))&&(y[N]=E[N]);return y}:d,r0}var $T;function xZ(){if($T)return LT;$T=1;var e=Kn(),t=bZ();return e({target:"Object",stat:!0,arity:2,forced:Object.assign!==t},{assign:t}),LT}xZ();var zT={},n0,HT;function wZ(){if(HT)return n0;HT=1;var e=Gn(),t=it();return n0=function(r){if(e(r)==="Function")return t(r)},n0}var i0,UT;function gk(){if(UT)return i0;UT=1;var e=wZ(),t=Ja(),r=el(),n=e(e.bind);return i0=function(i,o){return t(i),o===void 0?i:r?n(i,o):function(){return i.apply(o,arguments)}},i0}var o0,VT;function _Z(){if(VT)return o0;VT=1;var e=Gn();return o0=Array.isArray||function(r){return e(r)==="Array"},o0}var a0,WT;function EZ(){if(WT)return a0;WT=1;var e=it(),t=at(),r=Et(),n=ul(),i=rl(),o=uk(),a=function(){},u=i("Reflect","construct"),c=/^\s*(?:class|function)\b/,d=e(c.exec),f=!c.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(c,o(m))}catch{return!0}};return p.sham=!0,a0=!u||t(function(){var v;return h(h.call)||!h(Object)||!h(function(){v=!0})||v})?p:h,a0}var s0,GT;function SZ(){if(GT)return s0;GT=1;var e=_Z(),t=EZ(),r=Tt(),n=$t(),i=n("species"),o=Array;return s0=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},s0}var u0,KT;function OZ(){if(KT)return u0;KT=1;var e=SZ();return u0=function(t,r){return new(e(t))(r===0?0:r)},u0}var c0,YT;function mk(){if(YT)return c0;YT=1;var e=gk(),t=it(),r=tl(),n=Io(),i=sl(),o=OZ(),a=t([].push),u=function(c){var d=c===1,f=c===2,h=c===3,p=c===4,v=c===6,m=c===7,y=c===5||v;return function(b,x,w,S){for(var E=n(b),_=r(E),R=i(_),P=e(x,w),N=0,j=S||o,L=d?j(b,R):f||m?j(b,0):void 0,F,k;R>N;N++)if((y||N in _)&&(F=_[N],k=P(F,N,E),c))if(d)L[N]=k;else if(k)switch(c){case 3:return!0;case 5:return F;case 6:return N;case 2:a(L,F)}else switch(c){case 4:return!1;case 7:a(L,F)}return v?-1:h||p?p:L}};return c0={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)},c0}var l0,XT;function CZ(){if(XT)return l0;XT=1;var e=at(),t=$t(),r=aw(),n=t("species");return l0=function(i){return r>=51||!e(function(){var o=[],a=o.constructor={};return a[n]=function(){return{foo:1}},o[i](Boolean).foo!==1})},l0}var ZT;function RZ(){if(ZT)return zT;ZT=1;var e=Kn(),t=mk().filter,r=CZ(),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)}}),zT}RZ();var JT={},f0,QT;function PZ(){if(QT)return f0;QT=1;var e=yw(),t=ul();return f0=e?{}.toString:function(){return"[object "+t(this)+"]"},f0}var eA;function IZ(){if(eA)return JT;eA=1;var e=yw(),t=Ri(),r=PZ();return e||t(Object.prototype,"toString",r,{unsafe:!0}),JT}IZ();var d0={},tA;function NZ(){if(tA)return d0;tA=1;var e=zr(),t=sk(),r=On(),n=Pr(),i=Po(),o=vk();return d0.f=e&&!t?Object.defineProperties:function(u,c){n(u);for(var d=i(c),f=o(c),h=f.length,p=0,v;h>p;)r.f(u,v=f[p++],d[v]);return u},d0}var h0,rA;function TZ(){if(rA)return h0;rA=1;var e=rl();return h0=e("document","documentElement"),h0}var p0,nA;function cl(){if(nA)return p0;nA=1;var e=Pr(),t=NZ(),r=gw(),n=ol(),i=TZ(),o=dw(),a=pw(),u=">",c="<",d="prototype",f="script",h=a("IE_PROTO"),p=function(){},v=function(w){return c+f+u+w+c+"/"+f+u},m=function(w){w.write(v("")),w.close();var S=w.parentWindow.Object;return w=null,S},y=function(){var w=o("iframe"),S="java"+f+":",E;return w.style.display="none",i.appendChild(w),w.src=String(S),E=w.contentWindow.document,E.open(),E.write(v("document.F=Object")),E.close(),E.F},b,x=function(){try{b=new ActiveXObject("htmlfile")}catch{}x=typeof document<"u"?document.domain&&b?m(b):y():m(b);for(var w=r.length;w--;)delete x[d][r[w]];return x()};return n[h]=!0,p0=Object.create||function(S,E){var _;return S!==null?(p[d]=e(S),_=new p,p[d]=null,_[h]=S):_=x(),E===void 0?_:t.f(_,E)},p0}var v0,iA;function AZ(){if(iA)return v0;iA=1;var e=$t(),t=cl(),r=On().f,n=e("unscopables"),i=Array.prototype;return i[n]===void 0&&r(i,n,{configurable:!0,value:t(null)}),v0=function(o){i[n][o]=!0},v0}var g0,oA;function ts(){return oA||(oA=1,g0={}),g0}var m0,aA;function MZ(){if(aA)return m0;aA=1;var e=at();return m0=!e(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}),m0}var y0,sA;function yk(){if(sA)return y0;sA=1;var e=Rr(),t=Et(),r=Io(),n=pw(),i=MZ(),o=n("IE_PROTO"),a=Object,u=a.prototype;return y0=i?a.getPrototypeOf:function(c){var d=r(c);if(e(d,o))return d[o];var f=d.constructor;return t(f)&&d instanceof f?f.prototype:d instanceof a?u:null},y0}var b0,uA;function bk(){if(uA)return b0;uA=1;var e=at(),t=Et(),r=Tt(),n=cl(),i=yk(),o=Ri(),a=$t(),u=il(),c=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[c].call(m)!==m});return v?f={}:u&&(f=n(f)),t(f[c])||o(f,c,function(){return this}),b0={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:d},b0}var x0,cA;function ll(){if(cA)return x0;cA=1;var e=On().f,t=Rr(),r=$t(),n=r("toStringTag");return x0=function(i,o,a){i&&!a&&(i=i.prototype),i&&!t(i,n)&&e(i,n,{configurable:!0,value:o})},x0}var w0,lA;function DZ(){if(lA)return w0;lA=1;var e=bk().IteratorPrototype,t=cl(),r=ow(),n=ll(),i=ts(),o=function(){return this};return w0=function(a,u,c,d){var f=u+" Iterator";return a.prototype=t(e,{next:r(+!d,c)}),n(a,f,!1,!0),i[f]=o,a},w0}var _0,fA;function jZ(){if(fA)return _0;fA=1;var e=it(),t=Ja();return _0=function(r,n,i){try{return e(t(Object.getOwnPropertyDescriptor(r,n)[i]))}catch{}},_0}var E0,dA;function qZ(){if(dA)return E0;dA=1;var e=Tt();return E0=function(t){return e(t)||t===null},E0}var S0,hA;function kZ(){if(hA)return S0;hA=1;var e=qZ(),t=String,r=TypeError;return S0=function(n){if(e(n))return n;throw new r("Can't set "+t(n)+" as a prototype")},S0}var O0,pA;function xk(){if(pA)return O0;pA=1;var e=jZ(),t=Tt(),r=Ci(),n=kZ();return O0=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(c,d){return r(c),n(d),t(c)&&(i?a(c,d):c.__proto__=d),c}})():void 0),O0}var C0,vA;function wk(){if(vA)return C0;vA=1;var e=Kn(),t=Zt(),r=il(),n=hw(),i=Et(),o=DZ(),a=yk(),u=xk(),c=ll(),d=es(),f=Ri(),h=$t(),p=ts(),v=bk(),m=n.PROPER,y=n.CONFIGURABLE,b=v.IteratorPrototype,x=v.BUGGY_SAFARI_ITERATORS,w=h("iterator"),S="keys",E="values",_="entries",R=function(){return this};return C0=function(P,N,j,L,F,k,D){o(j,N,L);var T=function(z){if(z===F&&ee)return ee;if(!x&&z&&z in W)return W[z];switch(z){case S:return function(){return new j(this,z)};case E:return function(){return new j(this,z)};case _:return function(){return new j(this,z)}}return function(){return new j(this)}},B=N+" Iterator",$=!1,W=P.prototype,Y=W[w]||W["@@iterator"]||F&&W[F],ee=!x&&Y||T(F),H=N==="Array"&&W.entries||Y,Q,ce,se;if(H&&(Q=a(H.call(new P)),Q!==Object.prototype&&Q.next&&(!r&&a(Q)!==b&&(u?u(Q,b):i(Q[w])||f(Q,w,R)),c(Q,B,!0,!0),r&&(p[B]=R))),m&&F===E&&Y&&Y.name!==E&&(!r&&y?d(W,"name",E):($=!0,ee=function(){return t(Y,this)})),F)if(ce={values:T(E),keys:k?ee:T(S),entries:T(_)},D)for(se in ce)(x||$||!(se in W))&&f(W,se,ce[se]);else e({target:N,proto:!0,forced:x||$},ce);return(!r||D)&&W[w]!==ee&&f(W,w,ee,{name:F}),p[N]=ee,ce},C0}var R0,gA;function _k(){return gA||(gA=1,R0=function(e,t){return{value:e,done:t}}),R0}var P0,mA;function Ek(){if(mA)return P0;mA=1;var e=Po(),t=AZ(),r=ts(),n=No(),i=On().f,o=wk(),a=_k(),u=il(),c=zr(),d="Array Iterator",f=n.set,h=n.getterFor(d);P0=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&&c&&p.name!=="values")try{i(p,"name",{value:"values"})}catch{}return P0}Ek();var yA={},I0,bA;function Sk(){if(bA)return I0;bA=1;var e=it(),t=al(),r=Pi(),n=Ci(),i=e("".charAt),o=e("".charCodeAt),a=e("".slice),u=function(c){return function(d,f){var h=r(n(d)),p=t(f),v=h.length,m,y;return p<0||p>=v?c?"":void 0:(m=o(h,p),m<55296||m>56319||p+1===v||(y=o(h,p+1))<56320||y>57343?c?i(h,p):m:c?a(h,p,p+2):(m-55296<<10)+(y-56320)+65536)}};return I0={codeAt:u(!1),charAt:u(!0)},I0}var xA;function LZ(){if(xA)return yA;xA=1;var e=Sk().charAt,t=Pi(),r=No(),n=wk(),i=_k(),o="String Iterator",a=r.set,u=r.getterFor(o);return n(String,"String",function(c){a(this,{type:o,string:t(c),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))}),yA}LZ();var wA={},_A={},N0,EA;function Ok(){if(EA)return N0;EA=1;var e=at();return N0=!e(function(){return Object.isExtensible(Object.preventExtensions({}))}),N0}var T0,SA;function Ck(){if(SA)return T0;SA=1;var e=Ri();return T0=function(t,r,n){for(var i in r)e(t,i,r[i],n);return t},T0}var A0={exports:{}},M0={},D0,OA;function BZ(){if(OA)return D0;OA=1;var e=it();return D0=e([].slice),D0}var CA;function FZ(){if(CA)return M0;CA=1;var e=Gn(),t=Po(),r=mw().f,n=BZ(),i=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(a){try{return r(a)}catch{return n(i)}};return M0.f=function(u){return i&&e(u)==="Window"?o(u):r(t(u))},M0}var j0,RA;function $Z(){if(RA)return j0;RA=1;var e=at();return j0=e(function(){if(typeof ArrayBuffer=="function"){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}),j0}var q0,PA;function zZ(){if(PA)return q0;PA=1;var e=at(),t=Tt(),r=Gn(),n=$Z(),i=Object.isExtensible,o=e(function(){});return q0=o||n?function(u){return!t(u)||n&&r(u)==="ArrayBuffer"?!1:i?i(u):!0}:i,q0}var IA;function bw(){if(IA)return A0.exports;IA=1;var e=Kn(),t=it(),r=ol(),n=Tt(),i=Rr(),o=On().f,a=mw(),u=FZ(),c=zZ(),d=fw(),f=Ok(),h=!1,p=d("meta"),v=0,m=function(E){o(E,p,{value:{objectID:"O"+v++,weakData:{}}})},y=function(E,_){if(!n(E))return typeof E=="symbol"?E:(typeof E=="string"?"S":"P")+E;if(!i(E,p)){if(!c(E))return"F";if(!_)return"E";m(E)}return E[p].objectID},b=function(E,_){if(!i(E,p)){if(!c(E))return!0;if(!_)return!1;m(E)}return E[p].weakData},x=function(E){return f&&h&&c(E)&&!i(E,p)&&m(E),E},w=function(){S.enable=function(){},h=!0;var E=a.f,_=t([].splice),R={};R[p]=1,E(R).length&&(a.f=function(P){for(var N=E(P),j=0,L=N.length;j<L;j++)if(N[j]===p){_(N,j,1);break}return N},e({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},S=A0.exports={enable:w,fastKey:y,getWeakData:b,onFreeze:x};return r[p]=!0,A0.exports}var k0,NA;function HZ(){if(NA)return k0;NA=1;var e=$t(),t=ts(),r=e("iterator"),n=Array.prototype;return k0=function(i){return i!==void 0&&(t.Array===i||n[r]===i)},k0}var L0,TA;function Rk(){if(TA)return L0;TA=1;var e=ul(),t=Qa(),r=Za(),n=ts(),i=$t(),o=i("iterator");return L0=function(a){if(!r(a))return t(a,o)||t(a,"@@iterator")||n[e(a)]},L0}var B0,AA;function UZ(){if(AA)return B0;AA=1;var e=Zt(),t=Ja(),r=Pr(),n=sw(),i=Rk(),o=TypeError;return B0=function(a,u){var c=arguments.length<2?i(a):u;if(t(c))return r(e(c,a));throw new o(n(a)+" is not iterable")},B0}var F0,MA;function VZ(){if(MA)return F0;MA=1;var e=Zt(),t=Pr(),r=Qa();return F0=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(c){u=!0,a=c}if(i==="throw")throw o;if(u)throw a;return t(a),o},F0}var $0,DA;function Pk(){if(DA)return $0;DA=1;var e=gk(),t=Zt(),r=Pr(),n=sw(),i=HZ(),o=sl(),a=nl(),u=UZ(),c=Rk(),d=VZ(),f=TypeError,h=function(v,m){this.stopped=v,this.result=m},p=h.prototype;return $0=function(v,m,y){var b=y&&y.that,x=!!(y&&y.AS_ENTRIES),w=!!(y&&y.IS_RECORD),S=!!(y&&y.IS_ITERATOR),E=!!(y&&y.INTERRUPTED),_=e(m,b),R,P,N,j,L,F,k,D=function(B){return R&&d(R,"normal"),new h(!0,B)},T=function(B){return x?(r(B),E?_(B[0],B[1],D):_(B[0],B[1])):E?_(B,D):_(B)};if(w)R=v.iterator;else if(S)R=v;else{if(P=c(v),!P)throw new f(n(v)+" is not iterable");if(i(P)){for(N=0,j=o(v);j>N;N++)if(L=T(v[N]),L&&a(p,L))return L;return new h(!1)}R=u(v,P)}for(F=w?v.next:R.next;!(k=t(F,R)).done;){try{L=T(k.value)}catch(B){d(R,"throw",B)}if(typeof L=="object"&&L&&a(p,L))return L}return new h(!1)},$0}var z0,jA;function Ik(){if(jA)return z0;jA=1;var e=nl(),t=TypeError;return z0=function(r,n){if(e(n,r))return r;throw new t("Incorrect invocation")},z0}var H0,qA;function WZ(){if(qA)return H0;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 H0=function(o,a){try{if(!a&&!r)return!1}catch{return!1}var u=!1;try{var c={};c[t]=function(){return{next:function(){return{done:u=!0}}}},o(c)}catch{}return u},H0}var U0,kA;function GZ(){if(kA)return U0;kA=1;var e=Et(),t=Tt(),r=xk();return U0=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},U0}var V0,LA;function KZ(){if(LA)return V0;LA=1;var e=Kn(),t=bt(),r=it(),n=hk(),i=Ri(),o=bw(),a=Pk(),u=Ik(),c=Et(),d=Za(),f=Tt(),h=at(),p=WZ(),v=ll(),m=GZ();return V0=function(y,b,x){var w=y.indexOf("Map")!==-1,S=y.indexOf("Weak")!==-1,E=w?"set":"add",_=t[y],R=_&&_.prototype,P=_,N={},j=function($){var W=r(R[$]);i(R,$,$==="add"?function(ee){return W(this,ee===0?0:ee),this}:$==="delete"?function(Y){return S&&!f(Y)?!1:W(this,Y===0?0:Y)}:$==="get"?function(ee){return S&&!f(ee)?void 0:W(this,ee===0?0:ee)}:$==="has"?function(ee){return S&&!f(ee)?!1:W(this,ee===0?0:ee)}:function(ee,H){return W(this,ee===0?0:ee,H),this})},L=n(y,!c(_)||!(S||R.forEach&&!h(function(){new _().entries().next()})));if(L)P=x.getConstructor(b,y,w,E),o.enable();else if(n(y,!0)){var F=new P,k=F[E](S?{}:-0,1)!==F,D=h(function(){F.has(1)}),T=p(function($){new _($)}),B=!S&&h(function(){for(var $=new _,W=5;W--;)$[E](W,W);return!$.has(-0)});T||(P=b(function($,W){u($,R);var Y=m(new _,$,P);return d(W)||a(W,Y[E],{that:Y,AS_ENTRIES:w}),Y}),P.prototype=R,R.constructor=P),(D||B)&&(j("delete"),j("has"),w&&j("get")),(B||k)&&j(E),S&&R.clear&&delete R.clear}return N[y]=P,e({global:!0,constructor:!0,forced:P!==_},N),v(P,y),S||x.setStrong(P,y,w),P},V0}var W0,BA;function YZ(){if(BA)return W0;BA=1;var e=it(),t=Ck(),r=bw().getWeakData,n=Ik(),i=Pr(),o=Za(),a=Tt(),u=Pk(),c=mk(),d=Rr(),f=No(),h=f.set,p=f.getterFor,v=c.find,m=c.findIndex,y=e([].splice),b=0,x=function(E){return E.frozen||(E.frozen=new w)},w=function(){this.entries=[]},S=function(E,_){return v(E.entries,function(R){return R[0]===_})};return w.prototype={get:function(E){var _=S(this,E);if(_)return _[1]},has:function(E){return!!S(this,E)},set:function(E,_){var R=S(this,E);R?R[1]=_:this.entries.push([E,_])},delete:function(E){var _=m(this.entries,function(R){return R[0]===E});return~_&&y(this.entries,_,1),!!~_}},W0={getConstructor:function(E,_,R,P){var N=E(function(k,D){n(k,j),h(k,{type:_,id:b++,frozen:null}),o(D)||u(D,k[P],{that:k,AS_ENTRIES:R})}),j=N.prototype,L=p(_),F=function(k,D,T){var B=L(k),$=r(i(D),!0);return $===!0?x(B).set(D,T):$[B.id]=T,k};return t(j,{delete:function(k){var D=L(this);if(!a(k))return!1;var T=r(k);return T===!0?x(D).delete(k):T&&d(T,D.id)&&delete T[D.id]},has:function(D){var T=L(this);if(!a(D))return!1;var B=r(D);return B===!0?x(T).has(D):B&&d(B,T.id)}}),t(j,R?{get:function(D){var T=L(this);if(a(D)){var B=r(D);if(B===!0)return x(T).get(D);if(B)return B[T.id]}},set:function(D,T){return F(this,D,T)}}:{add:function(D){return F(this,D,!0)}}),N}},W0}var FA;function XZ(){if(FA)return _A;FA=1;var e=Ok(),t=bt(),r=it(),n=Ck(),i=bw(),o=KZ(),a=YZ(),u=Tt(),c=No().enforce,d=at(),f=ck(),h=Object,p=Array.isArray,v=h.isExtensible,m=h.isFrozen,y=h.isSealed,b=h.freeze,x=h.seal,w=!t.ActiveXObject&&"ActiveXObject"in t,S,E=function(k){return function(){return k(this,arguments.length?arguments[0]:void 0)}},_=o("WeakMap",E,a),R=_.prototype,P=r(R.set),N=function(){return e&&d(function(){var k=b([]);return P(new _,k,1),!m(k)})};if(f)if(w){S=a.getConstructor(E,"WeakMap",!0),i.enable();var j=r(R.delete),L=r(R.has),F=r(R.get);n(R,{delete:function(k){if(u(k)&&!v(k)){var D=c(this);return D.frozen||(D.frozen=new S),j(this,k)||D.frozen.delete(k)}return j(this,k)},has:function(D){if(u(D)&&!v(D)){var T=c(this);return T.frozen||(T.frozen=new S),L(this,D)||T.frozen.has(D)}return L(this,D)},get:function(D){if(u(D)&&!v(D)){var T=c(this);return T.frozen||(T.frozen=new S),L(this,D)?F(this,D):T.frozen.get(D)}return F(this,D)},set:function(D,T){if(u(D)&&!v(D)){var B=c(this);B.frozen||(B.frozen=new S),L(this,D)?P(this,D,T):B.frozen.set(D,T)}else P(this,D,T);return this}})}else N()&&n(R,{set:function(D,T){var B;return p(D)&&(m(D)?B=b:y(D)&&(B=x)),P(this,D,T),B&&B(D),this}});return _A}var $A;function ZZ(){return $A||($A=1,XZ()),wA}ZZ();var zA={},G0,HA;function JZ(){return HA||(HA=1,G0={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}),G0}var K0,UA;function QZ(){if(UA)return K0;UA=1;var e=dw(),t=e("span").classList,r=t&&t.constructor&&t.constructor.prototype;return K0=r===Object.prototype?void 0:r,K0}var VA;function eJ(){if(VA)return zA;VA=1;var e=bt(),t=JZ(),r=QZ(),n=Ek(),i=es(),o=ll(),a=$t(),u=a("iterator"),c=n.values,d=function(h,p){if(h){if(h[u]!==c)try{i(h,u,c)}catch{h[u]=c}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"),zA}eJ();var Y0,WA;function tJ(){if(WA)return Y0;WA=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,c=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function b(R,P,N){var j,L,F,k,D,T,B=0,$=!1,W=!1,Y=!0;if(typeof R!="function")throw new TypeError(e);P=_(P)||0,w(N)&&($=!!N.leading,W="maxWait"in N,F=W?v(_(N.maxWait)||0,P):F,Y="trailing"in N?!!N.trailing:Y);function ee(K){var ie=j,ne=L;return j=L=void 0,B=K,k=R.apply(ne,ie),k}function H(K){return B=K,D=setTimeout(se,P),$?ee(K):k}function Q(K){var ie=K-T,ne=K-B,ue=P-ie;return W?m(ue,F-ne):ue}function ce(K){var ie=K-T,ne=K-B;return T===void 0||ie>=P||ie<0||W&&ne>=F}function se(){var K=y();if(ce(K))return z(K);D=setTimeout(se,Q(K))}function z(K){return D=void 0,Y&&j?ee(K):(j=L=void 0,k)}function G(){D!==void 0&&clearTimeout(D),B=0,j=T=L=D=void 0}function J(){return D===void 0?k:z(y())}function V(){var K=y(),ie=ce(K);if(j=arguments,L=this,T=K,ie){if(D===void 0)return H(T);if(W)return D=setTimeout(se,P),ee(T)}return D===void 0&&(D=setTimeout(se,P)),k}return V.cancel=G,V.flush=J,V}function x(R,P,N){var j=!0,L=!0;if(typeof R!="function")throw new TypeError(e);return w(N)&&(j="leading"in N?!!N.leading:j,L="trailing"in N?!!N.trailing:L),b(R,P,{leading:j,maxWait:P,trailing:L})}function w(R){var P=typeof R;return!!R&&(P=="object"||P=="function")}function S(R){return!!R&&typeof R=="object"}function E(R){return typeof R=="symbol"||S(R)&&p.call(R)==r}function _(R){if(typeof R=="number")return R;if(E(R))return t;if(w(R)){var P=typeof R.valueOf=="function"?R.valueOf():R;R=w(P)?P+"":P}if(typeof R!="string")return R===0?R:+R;R=R.replace(n,"");var N=o.test(R);return N||a.test(R)?u(R.slice(2),N?2:8):i.test(R)?t:+R}return Y0=x,Y0}var rJ=tJ();const GA=Un(rJ);var X0,KA;function nJ(){if(KA)return X0;KA=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,c=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function b(_,R,P){var N,j,L,F,k,D,T=0,B=!1,$=!1,W=!0;if(typeof _!="function")throw new TypeError(e);R=E(R)||0,x(P)&&(B=!!P.leading,$="maxWait"in P,L=$?v(E(P.maxWait)||0,R):L,W="trailing"in P?!!P.trailing:W);function Y(V){var K=N,ie=j;return N=j=void 0,T=V,F=_.apply(ie,K),F}function ee(V){return T=V,k=setTimeout(ce,R),B?Y(V):F}function H(V){var K=V-D,ie=V-T,ne=R-K;return $?m(ne,L-ie):ne}function Q(V){var K=V-D,ie=V-T;return D===void 0||K>=R||K<0||$&&ie>=L}function ce(){var V=y();if(Q(V))return se(V);k=setTimeout(ce,H(V))}function se(V){return k=void 0,W&&N?Y(V):(N=j=void 0,F)}function z(){k!==void 0&&clearTimeout(k),T=0,N=D=j=k=void 0}function G(){return k===void 0?F:se(y())}function J(){var V=y(),K=Q(V);if(N=arguments,j=this,D=V,K){if(k===void 0)return ee(D);if($)return k=setTimeout(ce,R),Y(D)}return k===void 0&&(k=setTimeout(ce,R)),F}return J.cancel=z,J.flush=G,J}function x(_){var R=typeof _;return!!_&&(R=="object"||R=="function")}function w(_){return!!_&&typeof _=="object"}function S(_){return typeof _=="symbol"||w(_)&&p.call(_)==r}function E(_){if(typeof _=="number")return _;if(S(_))return t;if(x(_)){var R=typeof _.valueOf=="function"?_.valueOf():_;_=x(R)?R+"":R}if(typeof _!="string")return _===0?_:+_;_=_.replace(n,"");var P=o.test(_);return P||a.test(_)?u(_.slice(2),P?2:8):i.test(_)?t:+_}return X0=b,X0}var iJ=nJ();const YA=Un(iJ);var Z0,XA;function oJ(){if(XA)return Z0;XA=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,c=a||u||Function("return this")();function d(he,ae){return he==null?void 0:he[ae]}function f(he){var ae=!1;if(he!=null&&typeof he.toString!="function")try{ae=!!(he+"")}catch{}return ae}var h=Array.prototype,p=Function.prototype,v=Object.prototype,m=c["__core-js_shared__"],y=(function(){var he=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||"");return he?"Symbol(src)_1."+he:""})(),b=p.toString,x=v.hasOwnProperty,w=v.toString,S=RegExp("^"+b.call(x).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),E=h.splice,_=K(c,"Map"),R=K(Object,"create");function P(he){var ae=-1,Oe=he?he.length:0;for(this.clear();++ae<Oe;){var Ne=he[ae];this.set(Ne[0],Ne[1])}}function N(){this.__data__=R?R(null):{}}function j(he){return this.has(he)&&delete this.__data__[he]}function L(he){var ae=this.__data__;if(R){var Oe=ae[he];return Oe===t?void 0:Oe}return x.call(ae,he)?ae[he]:void 0}function F(he){var ae=this.__data__;return R?ae[he]!==void 0:x.call(ae,he)}function k(he,ae){var Oe=this.__data__;return Oe[he]=R&&ae===void 0?t:ae,this}P.prototype.clear=N,P.prototype.delete=j,P.prototype.get=L,P.prototype.has=F,P.prototype.set=k;function D(he){var ae=-1,Oe=he?he.length:0;for(this.clear();++ae<Oe;){var Ne=he[ae];this.set(Ne[0],Ne[1])}}function T(){this.__data__=[]}function B(he){var ae=this.__data__,Oe=G(ae,he);if(Oe<0)return!1;var Ne=ae.length-1;return Oe==Ne?ae.pop():E.call(ae,Oe,1),!0}function $(he){var ae=this.__data__,Oe=G(ae,he);return Oe<0?void 0:ae[Oe][1]}function W(he){return G(this.__data__,he)>-1}function Y(he,ae){var Oe=this.__data__,Ne=G(Oe,he);return Ne<0?Oe.push([he,ae]):Oe[Ne][1]=ae,this}D.prototype.clear=T,D.prototype.delete=B,D.prototype.get=$,D.prototype.has=W,D.prototype.set=Y;function ee(he){var ae=-1,Oe=he?he.length:0;for(this.clear();++ae<Oe;){var Ne=he[ae];this.set(Ne[0],Ne[1])}}function H(){this.__data__={hash:new P,map:new(_||D),string:new P}}function Q(he){return V(this,he).delete(he)}function ce(he){return V(this,he).get(he)}function se(he){return V(this,he).has(he)}function z(he,ae){return V(this,he).set(he,ae),this}ee.prototype.clear=H,ee.prototype.delete=Q,ee.prototype.get=ce,ee.prototype.has=se,ee.prototype.set=z;function G(he,ae){for(var Oe=he.length;Oe--;)if(we(he[Oe][0],ae))return Oe;return-1}function J(he){if(!_e(he)||ne(he))return!1;var ae=Se(he)||f(he)?S:o;return ae.test(ue(he))}function V(he,ae){var Oe=he.__data__;return ie(ae)?Oe[typeof ae=="string"?"string":"hash"]:Oe.map}function K(he,ae){var Oe=d(he,ae);return J(Oe)?Oe:void 0}function ie(he){var ae=typeof he;return ae=="string"||ae=="number"||ae=="symbol"||ae=="boolean"?he!=="__proto__":he===null}function ne(he){return!!y&&y in he}function ue(he){if(he!=null){try{return b.call(he)}catch{}try{return he+""}catch{}}return""}function de(he,ae){if(typeof he!="function"||ae&&typeof ae!="function")throw new TypeError(e);var Oe=function(){var Ne=arguments,ze=ae?ae.apply(this,Ne):Ne[0],je=Oe.cache;if(je.has(ze))return je.get(ze);var Ye=he.apply(this,Ne);return Oe.cache=je.set(ze,Ye),Ye};return Oe.cache=new(de.Cache||ee),Oe}de.Cache=ee;function we(he,ae){return he===ae||he!==he&&ae!==ae}function Se(he){var ae=_e(he)?w.call(he):"";return ae==r||ae==n}function _e(he){var ae=typeof he;return!!he&&(ae=="object"||ae=="function")}return Z0=de,Z0}var aJ=oJ();const sJ=Un(aJ);var hi=[],uJ=function(){return hi.some(function(e){return e.activeTargets.length>0})},cJ=function(){return hi.some(function(e){return e.skippedTargets.length>0})},ZA="ResizeObserver loop completed with undelivered notifications.",lJ=function(){var e;typeof ErrorEvent=="function"?e=new ErrorEvent("error",{message:ZA}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=ZA),window.dispatchEvent(e)},Fa;(function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Fa||(Fa={}));var pi=function(e){return Object.freeze(e)},fJ=(function(){function e(t,r){this.inlineSize=t,this.blockSize=r,pi(this)}return e})(),Nk=(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,pi(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,c=t.width,d=t.height;return{x:r,y:n,top:i,right:o,bottom:a,left:u,width:c,height:d}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e})(),xw=function(e){return e instanceof SVGElement&&"getBBox"in e},Tk=function(e){if(xw(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)},JA=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)},dJ=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},Na=typeof window<"u"?window:{},Iu=new WeakMap,QA=/auto|scroll/,hJ=/^tb|vertical/,pJ=/msie|trident/i.test(Na.navigator&&Na.navigator.userAgent),Yr=function(e){return parseFloat(e||"0")},uo=function(e,t,r){return e===void 0&&(e=0),t===void 0&&(t=0),r===void 0&&(r=!1),new fJ((r?t:e)||0,(r?e:t)||0)},eM=pi({devicePixelContentBoxSize:uo(),borderBoxSize:uo(),contentBoxSize:uo(),contentRect:new Nk(0,0,0,0)}),Ak=function(e,t){if(t===void 0&&(t=!1),Iu.has(e)&&!t)return Iu.get(e);if(Tk(e))return Iu.set(e,eM),eM;var r=getComputedStyle(e),n=xw(e)&&e.ownerSVGElement&&e.getBBox(),i=!pJ&&r.boxSizing==="border-box",o=hJ.test(r.writingMode||""),a=!n&&QA.test(r.overflowY||""),u=!n&&QA.test(r.overflowX||""),c=n?0:Yr(r.paddingTop),d=n?0:Yr(r.paddingRight),f=n?0:Yr(r.paddingBottom),h=n?0:Yr(r.paddingLeft),p=n?0:Yr(r.borderTopWidth),v=n?0:Yr(r.borderRightWidth),m=n?0:Yr(r.borderBottomWidth),y=n?0:Yr(r.borderLeftWidth),b=h+d,x=c+f,w=y+v,S=p+m,E=u?e.offsetHeight-S-e.clientHeight:0,_=a?e.offsetWidth-w-e.clientWidth:0,R=i?b+w:0,P=i?x+S:0,N=n?n.width:Yr(r.width)-R-_,j=n?n.height:Yr(r.height)-P-E,L=N+b+_+w,F=j+x+E+S,k=pi({devicePixelContentBoxSize:uo(Math.round(N*devicePixelRatio),Math.round(j*devicePixelRatio),o),borderBoxSize:uo(L,F,o),contentBoxSize:uo(N,j,o),contentRect:new Nk(h,c,N,j)});return Iu.set(e,k),k},Mk=function(e,t,r){var n=Ak(e,r),i=n.borderBoxSize,o=n.contentBoxSize,a=n.devicePixelContentBoxSize;switch(t){case Fa.DEVICE_PIXEL_CONTENT_BOX:return a;case Fa.BORDER_BOX:return i;default:return o}},vJ=(function(){function e(t){var r=Ak(t);this.target=t,this.contentRect=r.contentRect,this.borderBoxSize=pi([r.borderBoxSize]),this.contentBoxSize=pi([r.contentBoxSize]),this.devicePixelContentBoxSize=pi([r.devicePixelContentBoxSize])}return e})(),Dk=function(e){if(Tk(e))return 1/0;for(var t=0,r=e.parentNode;r;)t+=1,r=r.parentNode;return t},gJ=function(){var e=1/0,t=[];hi.forEach(function(a){if(a.activeTargets.length!==0){var u=[];a.activeTargets.forEach(function(d){var f=new vJ(d.target),h=Dk(d.target);u.push(f),d.lastReportedSize=Mk(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},tM=function(e){hi.forEach(function(r){r.activeTargets.splice(0,r.activeTargets.length),r.skippedTargets.splice(0,r.skippedTargets.length),r.observationTargets.forEach(function(i){i.isActive()&&(Dk(i.target)>e?r.activeTargets.push(i):r.skippedTargets.push(i))})})},mJ=function(){var e=0;for(tM(e);uJ();)e=gJ(),tM(e);return cJ()&&lJ(),e>0},J0,jk=[],yJ=function(){return jk.splice(0).forEach(function(e){return e()})},bJ=function(e){if(!J0){var t=0,r=document.createTextNode(""),n={characterData:!0};new MutationObserver(function(){return yJ()}).observe(r,n),J0=function(){r.textContent="".concat(t?t--:t++)}}jk.push(e),J0()},xJ=function(e){bJ(function(){requestAnimationFrame(e)})},zu=0,wJ=function(){return!!zu},_J=250,EJ={attributes:!0,characterData:!0,childList:!0,subtree:!0},rM=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],nM=function(e){return e===void 0&&(e=0),Date.now()+e},Q0=!1,SJ=(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=_J),!Q0){Q0=!0;var n=nM(t);xJ(function(){var i=!1;try{i=mJ()}finally{if(Q0=!1,t=n-nM(),!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,EJ)};document.body?r():Na.addEventListener("DOMContentLoaded",r)},e.prototype.start=function(){var t=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),rM.forEach(function(r){return Na.addEventListener(r,t.listener,!0)}))},e.prototype.stop=function(){var t=this;this.stopped||(this.observer&&this.observer.disconnect(),rM.forEach(function(r){return Na.removeEventListener(r,t.listener,!0)}),this.stopped=!0)},e})(),Wb=new SJ,iM=function(e){!zu&&e>0&&Wb.start(),zu+=e,!zu&&Wb.stop()},OJ=function(e){return!xw(e)&&!dJ(e)&&getComputedStyle(e).display==="inline"},CJ=(function(){function e(t,r){this.target=t,this.observedBox=r||Fa.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var t=Mk(this.target,this.observedBox,!0);return OJ(this.target)&&(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e})(),RJ=(function(){function e(t,r){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=t,this.callback=r}return e})(),Nu=new WeakMap,oM=function(e,t){for(var r=0;r<e.length;r+=1)if(e[r].target===t)return r;return-1},Tu=(function(){function e(){}return e.connect=function(t,r){var n=new RJ(t,r);Nu.set(t,n)},e.observe=function(t,r,n){var i=Nu.get(t),o=i.observationTargets.length===0;oM(i.observationTargets,r)<0&&(o&&hi.push(i),i.observationTargets.push(new CJ(r,n&&n.box)),iM(1),Wb.schedule())},e.unobserve=function(t,r){var n=Nu.get(t),i=oM(n.observationTargets,r),o=n.observationTargets.length===1;i>=0&&(o&&hi.splice(hi.indexOf(n),1),n.observationTargets.splice(i,1),iM(-1))},e.disconnect=function(t){var r=this,n=Nu.get(t);n.observationTargets.slice().forEach(function(i){return r.unobserve(t,i.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e})(),PJ=(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.");Tu.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(!JA(t))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Tu.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(!JA(t))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Tu.unobserve(this,t)},e.prototype.disconnect=function(){Tu.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e})(),eb,aM;function IJ(){if(aM)return eb;aM=1;var e=!!(typeof window<"u"&&window.document&&window.document.createElement);return eb=e,eb}var NJ=IJ();const qk=Un(NJ);var sM={},tb,uM;function TJ(){if(uM)return tb;uM=1;var e=Ja(),t=Io(),r=tl(),n=sl(),i=TypeError,o="Reduce of empty array with no initial value",a=function(u){return function(c,d,f,h){var p=t(c),v=r(p),m=n(p);if(e(d),m===0&&f<2)throw new i(o);var y=u?m-1:0,b=u?-1:1;if(f<2)for(;;){if(y in v){h=v[y],y+=b;break}if(y+=b,u?y<0:m<=y)throw new i(o)}for(;u?y>=0:m>y;y+=b)y in v&&(h=d(h,v[y],y,p));return h}};return tb={left:a(!1),right:a(!0)},tb}var rb,cM;function AJ(){if(cM)return rb;cM=1;var e=at();return rb=function(t,r){var n=[][t];return!!n&&e(function(){n.call(null,r||function(){return 1},1)})},rb}var nb,lM;function MJ(){if(lM)return nb;lM=1;var e=bt(),t=ek(),r=Gn(),n=function(i){return t.slice(0,i.length)===i};return nb=(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"})(),nb}var ib,fM;function DJ(){if(fM)return ib;fM=1;var e=MJ();return ib=e==="NODE",ib}var dM;function jJ(){if(dM)return sM;dM=1;var e=Kn(),t=TJ().left,r=AJ(),n=aw(),i=DJ(),o=!i&&n>79&&n<83,a=o||!r("reduce");return e({target:"Array",proto:!0,forced:a},{reduce:function(c){var d=arguments.length;return t(this,c,d,d>1?arguments[1]:void 0)}}),sM}jJ();var hM={},ob,pM;function kk(){if(pM)return ob;pM=1;var e=Pr();return ob=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},ob}var ab,vM;function qJ(){if(vM)return ab;vM=1;var e=at(),t=bt(),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 ab={BROKEN_CARET:o,MISSED_STICKY:i,UNSUPPORTED_Y:n},ab}var sb,gM;function kJ(){if(gM)return sb;gM=1;var e=at(),t=bt(),r=t.RegExp;return sb=e(function(){var n=r(".","s");return!(n.dotAll&&n.test(`
|
|
68
|
-
`)&&n.flags==="s")}),
|
|
69
|
-
`)&&(Q="(?: "+Q+")",se=" "+se,ce++),k=new RegExp("^(?:"+Q+")",H)),S&&(k=new RegExp("^"+Q+"$(?!\\s)",H)),x&&(D=P.lastIndex),T=e(h,ee?k:P,se),ee?T?(T.input=b(T.input,ce),T[0]=b(T[0],ce),T.index=P.lastIndex,P.lastIndex+=T[0].length):P.lastIndex=0:x&&T&&(P.lastIndex=P.global?T.index+T[0].length:D),S&&T&&T.length>1&&e(f,T[0],k,function(){for(B=1;B<arguments.length-2;B++)arguments[B]===void 0&&(T[B]=void 0)}),T&&Y)for(T.groups=$=a(null),B=0;B<Y.length;B++)W=Y[B],$[W[0]]=T[W[1]];return T}),cb=p,cb}var bM;function Lk(){if(bM)return hM;bM=1;var e=Kn(),t=ww();return e({target:"RegExp",proto:!0,forced:/./.exec!==t},{exec:t}),hM}Lk();var xM={},lb,wM;function Bk(){if(wM)return lb;wM=1,Lk();var e=Zt(),t=Ri(),r=ww(),n=at(),i=$t(),o=es(),a=i("species"),u=RegExp.prototype;return lb=function(c,d,f,h){var p=i(c),v=!n(function(){var x={};return x[p]=function(){return 7},""[c](x)!==7}),m=v&&!n(function(){var x=!1,w=/a/;return c==="split"&&(w={},w.constructor={},w.constructor[a]=function(){return w},w.flags="",w[p]=/./[p]),w.exec=function(){return x=!0,null},w[p](""),!x});if(!v||!m||f){var y=/./[p],b=d(p,""[c],function(x,w,S,E,_){var R=w.exec;return R===r||R===u.exec?v&&!_?{done:!0,value:e(y,w,S,E)}:{done:!0,value:e(x,S,w,E)}:{done:!1}});t(String.prototype,c,b[0]),t(u,p,b[1])}h&&o(u[p],"sham",!0)},lb}var fb,_M;function Fk(){if(_M)return fb;_M=1;var e=Sk().charAt;return fb=function(t,r,n){return r+(n?e(t,r).length:1)},fb}var db,EM;function BJ(){if(EM)return db;EM=1;var e=bt(),t=at(),r=e.RegExp,n=!t(function(){var i=!0;try{r(".","d")}catch{i=!1}var o={},a="",u=i?"dgimsy":"gimsy",c=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)c(f,d[f]);var h=Object.getOwnPropertyDescriptor(r.prototype,"flags").get.call(o);return h!==u||a!==u});return db={correct:n},db}var hb,SM;function $k(){if(SM)return hb;SM=1;var e=Zt(),t=Rr(),r=nl(),n=BJ(),i=kk(),o=RegExp.prototype;return hb=n.correct?function(a){return a.flags}:function(a){return!n.correct&&r(o,a)&&!t(a,"flags")?e(i,a):a.flags},hb}var pb,OM;function zk(){if(OM)return pb;OM=1;var e=Zt(),t=Pr(),r=Et(),n=Gn(),i=ww(),o=TypeError;return pb=function(a,u){var c=a.exec;if(r(c)){var d=e(c,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")},pb}var CM;function FJ(){if(CM)return xM;CM=1;var e=Zt(),t=it(),r=Bk(),n=Pr(),i=Tt(),o=vw(),a=Pi(),u=Ci(),c=Qa(),d=Fk(),f=$k(),h=zk(),p=t("".indexOf);return r("match",function(v,m,y){return[function(x){var w=u(this),S=i(x)?c(x,v):void 0;return S?e(S,x,w):new RegExp(x)[v](a(w))},function(b){var x=n(this),w=a(b),S=y(m,x,w);if(S.done)return S.value;var E=a(f(x));if(p(E,"g")===-1)return h(x,w);var _=p(E,"u")!==-1;x.lastIndex=0;for(var R=[],P=0,N;(N=h(x,w))!==null;){var j=a(N[0]);R[P]=j,j===""&&(x.lastIndex=d(w,o(x.lastIndex),_)),P++}return P===0?null:R}]}),xM}FJ();var RM={},vb,PM;function $J(){if(PM)return vb;PM=1;var e=lk(),t=On();return vb=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)},vb}var IM;function zJ(){if(IM)return RM;IM=1;var e=zr(),t=hw().EXISTS,r=it(),n=$J(),i=Function.prototype,o=r(i.toString),a=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=r(a.exec),c="name";return e&&!t&&n(i,c,{configurable:!0,get:function(){try{return u(a,o(this))[1]}catch{return""}}}),RM}zJ();var NM={},gb,TM;function HJ(){if(TM)return gb;TM=1;var e=el(),t=Function.prototype,r=t.apply,n=t.call;return gb=typeof Reflect=="object"&&Reflect.apply||(e?n.bind(r):function(){return n.apply(r,arguments)}),gb}var mb,AM;function UJ(){if(AM)return mb;AM=1;var e=it(),t=Io(),r=Math.floor,n=e("".charAt),i=e("".replace),o=e("".slice),a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;return mb=function(c,d,f,h,p,v){var m=f+c.length,y=h.length,b=u;return p!==void 0&&(p=t(p),b=a),i(v,b,function(x,w){var S;switch(n(w,0)){case"$":return"$";case"&":return c;case"`":return o(d,0,f);case"'":return o(d,m);case"<":S=p[o(w,1,-1)];break;default:var E=+w;if(E===0)return x;if(E>y){var _=r(E/10);return _===0?x:_<=y?h[_-1]===void 0?n(w,1):h[_-1]+n(w,1):x}S=h[E-1]}return S===void 0?"":S})},mb}var MM;function VJ(){if(MM)return NM;MM=1;var e=HJ(),t=Zt(),r=it(),n=Bk(),i=at(),o=Pr(),a=Et(),u=Tt(),c=al(),d=vw(),f=Pi(),h=Ci(),p=Fk(),v=Qa(),m=UJ(),y=$k(),b=zk(),x=$t(),w=x("replace"),S=Math.max,E=Math.min,_=r([].concat),R=r([].push),P=r("".indexOf),N=r("".slice),j=function(D){return D===void 0?D:String(D)},L=(function(){return"a".replace(/./,"$0")==="$0"})(),F=(function(){return/./[w]?/./[w]("a","$0")==="":!1})(),k=!i(function(){var D=/./;return D.exec=function(){var T=[];return T.groups={a:"7"},T},"".replace(D,"$<a>")!=="7"});return n("replace",function(D,T,B){var $=F?"$":"$0";return[function(Y,ee){var H=h(this),Q=u(Y)?v(Y,w):void 0;return Q?t(Q,Y,H,ee):t(T,f(H),Y,ee)},function(W,Y){var ee=o(this),H=f(W);if(typeof Y=="string"&&P(Y,$)===-1&&P(Y,"$<")===-1){var Q=B(T,ee,H,Y);if(Q.done)return Q.value}var ce=a(Y);ce||(Y=f(Y));var se=f(y(ee)),z=P(se,"g")!==-1,G;z&&(G=P(se,"u")!==-1,ee.lastIndex=0);for(var J=[],V;V=b(ee,H),!(V===null||(R(J,V),!z));){var K=f(V[0]);K===""&&(ee.lastIndex=p(H,d(ee.lastIndex),G))}for(var ie="",ne=0,ue=0;ue<J.length;ue++){V=J[ue];for(var de=f(V[0]),we=S(E(c(V.index),H.length),0),Se=[],_e,he=1;he<V.length;he++)R(Se,j(V[he]));var ae=V.groups;if(ce){var Oe=_([de],Se,we,H);ae!==void 0&&R(Oe,ae),_e=f(e(Y,void 0,Oe))}else _e=m(de,H,we,Se,ae,Y);we>=ne&&(ie+=N(H,ne,we)+_e,ne=we+de.length)}return ie+N(H,ne)}]},!k||!L||F),NM}VJ();function kn(e){return!e||!e.ownerDocument||!e.ownerDocument.defaultView?window:e.ownerDocument.defaultView}function Hu(e){return!e||!e.ownerDocument?document:e.ownerDocument}var Ji=null,DM=null;qk&&window.addEventListener("resize",function(){DM!==window.devicePixelRatio&&(DM=window.devicePixelRatio,Ji=null)});function jM(e){if(Ji===null){var t=Hu(e);if(typeof t>"u")return Ji=0,Ji;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),Ji=i}return Ji}var gc=(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,c=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/(c-d.size),m=v*(f-h);i.draggedAxis==="x"&&(m=i.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?m-(c+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=Hu(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=GA(this.recalculate.bind(this),64),this.onMouseMove=GA(this.onMouseMove.bind(this),64),this.hideScrollbars=YA(this.hideScrollbars.bind(this),this.options.timeout),this.onWindowResize=YA(this.onWindowResize.bind(this),64,{leading:!0}),e.getRtlHelpers=sJ(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 c=e.getOffset(o);return{isRtlScrollingInverted:a.left!==u.left&&u.left-c.left!==0,isRtlScrollbarInverted:a.left!==u.left}},e.getOffset=function(n){var i=n.getBoundingClientRect(),o=Hu(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),qk&&(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(c){n.el.addEventListener(c,n.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(function(c){n.el.addEventListener(c,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||PJ;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,c=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=c==="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,c=this.contentWrapperEl[this.axis[n].scrollOffsetAttr];c=n==="x"&&this.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-c:c;var d=c/(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=Hu(this.el),a=kn(this.el),u=this.axis[i].scrollbar,c=i==="y"?n.pageY:n.pageX;this.axis[i].dragOffset=c-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,c=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-c:this.mouseX-c,p=h<0?-1:1,v=p===-1?f-d:f+d,m=function y(){if(p===-1){if(f>v){var b;f-=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((b={},b[o.axis[i].offsetAttr]=f,b)),a.requestAnimationFrame(y)}}else if(f<v){var x;f+=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((x={},x[o.axis[i].offsetAttr]=f,x)),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})();gc.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};gc.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 Au(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){WJ(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 WJ(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function mc(){return mc=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},mc.apply(this,arguments)}function GJ(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 KJ(e,t){if(e==null)return{};var r=GJ(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 YJ=["children","scrollableNodeProps","tag"],XJ=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,c){return c.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},fl=A.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=KJ(e,YJ),c=a,d,f=A.useRef(),h=A.useRef(),p=A.useRef(),v={},m={},y=[];return Object.keys(u).forEach(function(b){Object.prototype.hasOwnProperty.call(gc.defaultOptions,b)?v[b]=u[b]:b.match(/data-simplebar-(.+)/)&&b!=="data-simplebar-direction"?y.push({name:b,value:u[b]}):m[b]=u[b]}),y.length&&console.warn(`simplebar-react: this way of passing options is deprecated. Pass it like normal props instead:
|
|
66
|
+
}`;var De=j1(function(){return He(q,Ce+"return "+me).apply(r,U)});if(De.source=me,jf(De))throw De;return De}function nz(s){return We(s).toLowerCase()}function iz(s){return We(s).toUpperCase()}function oz(s,l,g){if(s=We(s),s&&(g||l===r))return Uw(s);if(!s||!(l=tr(l)))return s;var O=Ir(s),I=Ir(l),q=Vw(O,I),U=Ww(O,I)+1;return Dn(O,q,U).join("")}function az(s,l,g){if(s=We(s),s&&(g||l===r))return s.slice(0,Kw(s)+1);if(!s||!(l=tr(l)))return s;var O=Ir(s),I=Ww(O,Ir(l))+1;return Dn(O,0,I).join("")}function sz(s,l,g){if(s=We(s),s&&(g||l===r))return s.replace(Mo,"");if(!s||!(l=tr(l)))return s;var O=Ir(s),I=Vw(O,Ir(l));return Dn(O,I).join("")}function uz(s,l){var g=L,O=F;if(ft(l)){var I="separator"in l?l.separator:I;g="length"in l?Me(l.length):g,O="omission"in l?tr(l.omission):O}s=We(s);var q=s.length;if(ji(s)){var U=Ir(s);q=U.length}if(g>=q)return s;var X=g-qi(O);if(X<1)return O;var re=U?Dn(U,0,X).join(""):s.slice(0,X);if(I===r)return re+O;if(U&&(X+=re.length-X),qf(I)){if(s.slice(X).search(I)){var pe,ge=re;for(I.global||(I=Zl(I.source,We(fs.exec(I))+"g")),I.lastIndex=0;pe=I.exec(ge);)var me=pe.index;re=re.slice(0,me===r?X:me)}}else if(s.indexOf(tr(I),X)!=X){var be=re.lastIndexOf(I);be>-1&&(re=re.slice(0,be))}return re+O}function cz(s){return s=We(s),s&&gl.test(s)?s.replace(rs,LL):s}var lz=Hi(function(s,l,g){return s+(g?" ":"")+l.toUpperCase()}),Bf=q_("toUpperCase");function D1(s,l,g){return s=We(s),l=g?r:l,l===r?ML(s)?$L(s):SL(s):s.match(l)||[]}var j1=qe(function(s,l){try{return Qt(s,r,l)}catch(g){return jf(g)?g:new Te(g)}}),fz=dn(function(s,l){return dr(l,function(g){g=Gr(g),ln(s,g,Mf(s[g],s))}),s});function dz(s){var l=s==null?0:s.length,g=Re();return s=l?ct(s,function(O){if(typeof O[1]!="function")throw new hr(a);return[g(O[0]),O[1]]}):[],qe(function(O){for(var I=-1;++I<l;){var q=s[I];if(Qt(q[0],this,O))return Qt(q[1],this,O)}})}function hz(s){return LB(vr(s,h))}function Ff(s){return function(){return s}}function pz(s,l){return s==null||s!==s?l:s}var vz=L_(),gz=L_(!0);function Vt(s){return s}function $f(s){return p_(typeof s=="function"?s:vr(s,h))}function mz(s){return g_(vr(s,h))}function yz(s,l){return m_(s,vr(l,h))}var bz=qe(function(s,l){return function(g){return Vo(g,s,l)}}),xz=qe(function(s,l){return function(g){return Vo(s,g,l)}});function zf(s,l,g){var O=St(l),I=Hs(l,O);g==null&&!(ft(l)&&(I.length||!O.length))&&(g=l,l=s,s=this,I=Hs(l,St(l)));var q=!(ft(g)&&"chain"in g)||!!g.chain,U=pn(s);return dr(I,function(X){var re=l[X];s[X]=re,U&&(s.prototype[X]=function(){var pe=this.__chain__;if(q||pe){var ge=s(this.__wrapped__),me=ge.__actions__=zt(this.__actions__);return me.push({func:re,args:arguments,thisArg:s}),ge.__chain__=pe,ge}return re.apply(s,Pn([this.value()],arguments))})}),s}function wz(){return Pt._===this&&(Pt._=GL),this}function Hf(){}function _z(s){return s=Me(s),qe(function(l){return y_(l,s)})}var Ez=xf(ct),Sz=xf(Bw),Oz=xf(Ul);function q1(s){return Rf(s)?Vl(Gr(s)):tF(s)}function Cz(s){return function(l){return s==null?r:ri(s,l)}}var Rz=F_(),Pz=F_(!0);function Uf(){return[]}function Vf(){return!1}function Iz(){return{}}function Nz(){return""}function Tz(){return!0}function Az(s,l){if(s=Me(s),s<1||s>Y)return[];var g=Q,O=Mt(s,Q);l=Re(l),s-=Q;for(var I=Kl(O,l);++g<s;)l(g);return I}function Mz(s){return Ae(s)?ct(s,Gr):rr(s)?[s]:zt(r1(We(s)))}function Dz(s){var l=++VL;return We(s)+l}var jz=Ys(function(s,l){return s+l},0),qz=wf("ceil"),kz=Ys(function(s,l){return s/l},1),Lz=wf("floor");function Bz(s){return s&&s.length?zs(s,Vt,af):r}function Fz(s,l){return s&&s.length?zs(s,Re(l,2),af):r}function $z(s){return zw(s,Vt)}function zz(s,l){return zw(s,Re(l,2))}function Hz(s){return s&&s.length?zs(s,Vt,lf):r}function Uz(s,l){return s&&s.length?zs(s,Re(l,2),lf):r}var Vz=Ys(function(s,l){return s*l},1),Wz=wf("round"),Gz=Ys(function(s,l){return s-l},0);function Kz(s){return s&&s.length?Gl(s,Vt):0}function Yz(s,l){return s&&s.length?Gl(s,Re(l,2)):0}return M.after=m3,M.ary=h1,M.assign=i5,M.assignIn=R1,M.assignInWith=uu,M.assignWith=o5,M.at=a5,M.before=p1,M.bind=Mf,M.bindAll=fz,M.bindKey=v1,M.castArray=I3,M.chain=l1,M.chunk=LF,M.compact=BF,M.concat=FF,M.cond=dz,M.conforms=hz,M.constant=Ff,M.countBy=K$,M.create=s5,M.curry=g1,M.curryRight=m1,M.debounce=y1,M.defaults=u5,M.defaultsDeep=c5,M.defer=y3,M.delay=b3,M.difference=$F,M.differenceBy=zF,M.differenceWith=HF,M.drop=UF,M.dropRight=VF,M.dropRightWhile=WF,M.dropWhile=GF,M.fill=KF,M.filter=X$,M.flatMap=Q$,M.flatMapDeep=e3,M.flatMapDepth=t3,M.flatten=a1,M.flattenDeep=YF,M.flattenDepth=XF,M.flip=x3,M.flow=vz,M.flowRight=gz,M.fromPairs=ZF,M.functions=g5,M.functionsIn=m5,M.groupBy=r3,M.initial=QF,M.intersection=e$,M.intersectionBy=t$,M.intersectionWith=r$,M.invert=b5,M.invertBy=x5,M.invokeMap=i3,M.iteratee=$f,M.keyBy=o3,M.keys=St,M.keysIn=Ut,M.map=ru,M.mapKeys=_5,M.mapValues=E5,M.matches=mz,M.matchesProperty=yz,M.memoize=iu,M.merge=S5,M.mergeWith=P1,M.method=bz,M.methodOf=xz,M.mixin=zf,M.negate=ou,M.nthArg=_z,M.omit=O5,M.omitBy=C5,M.once=w3,M.orderBy=a3,M.over=Ez,M.overArgs=_3,M.overEvery=Sz,M.overSome=Oz,M.partial=Df,M.partialRight=b1,M.partition=s3,M.pick=R5,M.pickBy=I1,M.property=q1,M.propertyOf=Cz,M.pull=a$,M.pullAll=u1,M.pullAllBy=s$,M.pullAllWith=u$,M.pullAt=c$,M.range=Rz,M.rangeRight=Pz,M.rearg=E3,M.reject=l3,M.remove=l$,M.rest=S3,M.reverse=Tf,M.sampleSize=d3,M.set=I5,M.setWith=N5,M.shuffle=h3,M.slice=f$,M.sortBy=g3,M.sortedUniq=y$,M.sortedUniqBy=b$,M.split=Q5,M.spread=O3,M.tail=x$,M.take=w$,M.takeRight=_$,M.takeRightWhile=E$,M.takeWhile=S$,M.tap=B$,M.throttle=C3,M.thru=tu,M.toArray=S1,M.toPairs=N1,M.toPairsIn=T1,M.toPath=Mz,M.toPlainObject=C1,M.transform=T5,M.unary=R3,M.union=O$,M.unionBy=C$,M.unionWith=R$,M.uniq=P$,M.uniqBy=I$,M.uniqWith=N$,M.unset=A5,M.unzip=Af,M.unzipWith=c1,M.update=M5,M.updateWith=D5,M.values=Wi,M.valuesIn=j5,M.without=T$,M.words=D1,M.wrap=P3,M.xor=A$,M.xorBy=M$,M.xorWith=D$,M.zip=j$,M.zipObject=q$,M.zipObjectDeep=k$,M.zipWith=L$,M.entries=N1,M.entriesIn=T1,M.extend=R1,M.extendWith=uu,zf(M,M),M.add=jz,M.attempt=j1,M.camelCase=B5,M.capitalize=A1,M.ceil=qz,M.clamp=q5,M.clone=N3,M.cloneDeep=A3,M.cloneDeepWith=M3,M.cloneWith=T3,M.conformsTo=D3,M.deburr=M1,M.defaultTo=pz,M.divide=kz,M.endsWith=F5,M.eq=Tr,M.escape=$5,M.escapeRegExp=z5,M.every=Y$,M.find=Z$,M.findIndex=i1,M.findKey=l5,M.findLast=J$,M.findLastIndex=o1,M.findLastKey=f5,M.floor=Lz,M.forEach=f1,M.forEachRight=d1,M.forIn=d5,M.forInRight=h5,M.forOwn=p5,M.forOwnRight=v5,M.get=kf,M.gt=j3,M.gte=q3,M.has=y5,M.hasIn=Lf,M.head=s1,M.identity=Vt,M.includes=n3,M.indexOf=JF,M.inRange=k5,M.invoke=w5,M.isArguments=oi,M.isArray=Ae,M.isArrayBuffer=k3,M.isArrayLike=Ht,M.isArrayLikeObject=pt,M.isBoolean=L3,M.isBuffer=jn,M.isDate=B3,M.isElement=F3,M.isEmpty=$3,M.isEqual=z3,M.isEqualWith=H3,M.isError=jf,M.isFinite=U3,M.isFunction=pn,M.isInteger=x1,M.isLength=au,M.isMap=w1,M.isMatch=V3,M.isMatchWith=W3,M.isNaN=G3,M.isNative=K3,M.isNil=X3,M.isNull=Y3,M.isNumber=_1,M.isObject=ft,M.isObjectLike=dt,M.isPlainObject=Zo,M.isRegExp=qf,M.isSafeInteger=Z3,M.isSet=E1,M.isString=su,M.isSymbol=rr,M.isTypedArray=Vi,M.isUndefined=J3,M.isWeakMap=Q3,M.isWeakSet=e5,M.join=n$,M.kebabCase=H5,M.last=mr,M.lastIndexOf=i$,M.lowerCase=U5,M.lowerFirst=V5,M.lt=t5,M.lte=r5,M.max=Bz,M.maxBy=Fz,M.mean=$z,M.meanBy=zz,M.min=Hz,M.minBy=Uz,M.stubArray=Uf,M.stubFalse=Vf,M.stubObject=Iz,M.stubString=Nz,M.stubTrue=Tz,M.multiply=Vz,M.nth=o$,M.noConflict=wz,M.noop=Hf,M.now=nu,M.pad=W5,M.padEnd=G5,M.padStart=K5,M.parseInt=Y5,M.random=L5,M.reduce=u3,M.reduceRight=c3,M.repeat=X5,M.replace=Z5,M.result=P5,M.round=Wz,M.runInContext=te,M.sample=f3,M.size=p3,M.snakeCase=J5,M.some=v3,M.sortedIndex=d$,M.sortedIndexBy=h$,M.sortedIndexOf=p$,M.sortedLastIndex=v$,M.sortedLastIndexBy=g$,M.sortedLastIndexOf=m$,M.startCase=ez,M.startsWith=tz,M.subtract=Gz,M.sum=Kz,M.sumBy=Yz,M.template=rz,M.times=Az,M.toFinite=vn,M.toInteger=Me,M.toLength=O1,M.toLower=nz,M.toNumber=yr,M.toSafeInteger=n5,M.toString=We,M.toUpper=iz,M.trim=oz,M.trimEnd=az,M.trimStart=sz,M.truncate=uz,M.unescape=cz,M.uniqueId=Dz,M.upperCase=lz,M.upperFirst=Bf,M.each=f1,M.eachRight=d1,M.first=s1,zf(M,(function(){var s={};return Vr(M,function(l,g){Xe.call(M.prototype,g)||(s[g]=l)}),s})(),{chain:!1}),M.VERSION=n,dr(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){M[s].placeholder=M}),dr(["drop","take"],function(s,l){Be.prototype[s]=function(g){g=g===r?1:_t(Me(g),0);var O=this.__filtered__&&!l?new Be(this):this.clone();return O.__filtered__?O.__takeCount__=Mt(g,O.__takeCount__):O.__views__.push({size:Mt(g,Q),type:s+(O.__dir__<0?"Right":"")}),O},Be.prototype[s+"Right"]=function(g){return this.reverse()[s](g).reverse()}}),dr(["filter","map","takeWhile"],function(s,l){var g=l+1,O=g==T||g==$;Be.prototype[s]=function(I){var q=this.clone();return q.__iteratees__.push({iteratee:Re(I,3),type:g}),q.__filtered__=q.__filtered__||O,q}}),dr(["head","last"],function(s,l){var g="take"+(l?"Right":"");Be.prototype[s]=function(){return this[g](1).value()[0]}}),dr(["initial","tail"],function(s,l){var g="drop"+(l?"":"Right");Be.prototype[s]=function(){return this.__filtered__?new Be(this):this[g](1)}}),Be.prototype.compact=function(){return this.filter(Vt)},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,l){return typeof s=="function"?new Be(this):this.map(function(g){return Vo(g,s,l)})}),Be.prototype.reject=function(s){return this.filter(ou(Re(s)))},Be.prototype.slice=function(s,l){s=Me(s);var g=this;return g.__filtered__&&(s>0||l<0)?new Be(g):(s<0?g=g.takeRight(-s):s&&(g=g.drop(s)),l!==r&&(l=Me(l),g=l<0?g.dropRight(-l):g.take(l-s)),g)},Be.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Be.prototype.toArray=function(){return this.take(Q)},Vr(Be.prototype,function(s,l){var g=/^(?:filter|find|map|reject)|While$/.test(l),O=/^(?:head|last)$/.test(l),I=M[O?"take"+(l=="last"?"Right":""):l],q=O||/^find/.test(l);I&&(M.prototype[l]=function(){var U=this.__wrapped__,X=O?[1]:arguments,re=U instanceof Be,pe=X[0],ge=re||Ae(U),me=function(ke){var Fe=I.apply(M,Pn([ke],X));return O&&be?Fe[0]:Fe};ge&&g&&typeof pe=="function"&&pe.length!=1&&(re=ge=!1);var be=this.__chain__,Ce=!!this.__actions__.length,Pe=q&&!be,De=re&&!Ce;if(!q&&ge){U=De?U:new Be(this);var Ie=s.apply(U,X);return Ie.__actions__.push({func:tu,args:[me],thisArg:r}),new pr(Ie,be)}return Pe&&De?s.apply(this,X):(Ie=this.thru(me),Pe?O?Ie.value()[0]:Ie.value():Ie)})}),dr(["pop","push","shift","sort","splice","unshift"],function(s){var l=Rs[s],g=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",O=/^(?:pop|shift)$/.test(s);M.prototype[s]=function(){var I=arguments;if(O&&!this.__chain__){var q=this.value();return l.apply(Ae(q)?q:[],I)}return this[g](function(U){return l.apply(Ae(U)?U:[],I)})}}),Vr(Be.prototype,function(s,l){var g=M[l];if(g){var O=g.name+"";Xe.call(Fi,O)||(Fi[O]=[]),Fi[O].push({name:l,func:g})}}),Fi[Ks(r,x).name]=[{name:"wrapper",func:r}],Be.prototype.clone=cB,Be.prototype.reverse=lB,Be.prototype.value=fB,M.prototype.at=F$,M.prototype.chain=$$,M.prototype.commit=z$,M.prototype.next=H$,M.prototype.plant=V$,M.prototype.reverse=W$,M.prototype.toJSON=M.prototype.valueOf=M.prototype.value=G$,M.prototype.first=M.prototype.head,Lo&&(M.prototype[Lo]=U$),M}),ki=zL();Zn?((Zn.exports=ki)._=ki,Fl._=ki):Pt._=ki}).call(uZ)})(Oa,Oa.exports)),Oa.exports}var ek=cZ(),xN={},ia,wN;function bt(){if(wN)return ia;wN=1;var e=function(t){return t&&t.Math===Math&&t};return ia=e(typeof globalThis=="object"&&globalThis)||e(typeof window=="object"&&window)||e(typeof self=="object"&&self)||e(typeof ht=="object"&&ht)||e(typeof ia=="object"&&ia)||(function(){return this})()||Function("return this")(),ia}var Fm={},$m,_N;function at(){return _N||(_N=1,$m=function(e){try{return!!e()}catch{return!0}}),$m}var zm,EN;function zr(){if(EN)return zm;EN=1;var e=at();return zm=!e(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7}),zm}var Hm,SN;function el(){if(SN)return Hm;SN=1;var e=at();return Hm=!e(function(){var t=(function(){}).bind();return typeof t!="function"||t.hasOwnProperty("prototype")}),Hm}var Um,ON;function Zt(){if(ON)return Um;ON=1;var e=el(),t=Function.prototype.call;return Um=e?t.bind(t):function(){return t.apply(t,arguments)},Um}var Vm={},CN;function tk(){if(CN)return Vm;CN=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,r=t&&!e.call({1:2},1);return Vm.f=r?function(i){var o=t(this,i);return!!o&&o.enumerable}:e,Vm}var Wm,RN;function aw(){return RN||(RN=1,Wm=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}),Wm}var Gm,PN;function it(){if(PN)return Gm;PN=1;var e=el(),t=Function.prototype,r=t.call,n=e&&t.bind.bind(r,r);return Gm=e?n:function(i){return function(){return r.apply(i,arguments)}},Gm}var Km,IN;function Gn(){if(IN)return Km;IN=1;var e=it(),t=e({}.toString),r=e("".slice);return Km=function(n){return r(t(n),8,-1)},Km}var Ym,NN;function tl(){if(NN)return Ym;NN=1;var e=it(),t=at(),r=Gn(),n=Object,i=e("".split);return Ym=t(function(){return!n("z").propertyIsEnumerable(0)})?function(o){return r(o)==="String"?i(o,""):n(o)}:n,Ym}var Xm,TN;function Za(){return TN||(TN=1,Xm=function(e){return e==null}),Xm}var Zm,AN;function Ci(){if(AN)return Zm;AN=1;var e=Za(),t=TypeError;return Zm=function(r){if(e(r))throw new t("Can't call method on "+r);return r},Zm}var Jm,MN;function Po(){if(MN)return Jm;MN=1;var e=tl(),t=Ci();return Jm=function(r){return e(t(r))},Jm}var Qm,DN;function Et(){if(DN)return Qm;DN=1;var e=typeof document=="object"&&document.all;return Qm=typeof e>"u"&&e!==void 0?function(t){return typeof t=="function"||t===e}:function(t){return typeof t=="function"},Qm}var ey,jN;function Tt(){if(jN)return ey;jN=1;var e=Et();return ey=function(t){return typeof t=="object"?t!==null:e(t)},ey}var ty,qN;function rl(){if(qN)return ty;qN=1;var e=bt(),t=Et(),r=function(n){return t(n)?n:void 0};return ty=function(n,i){return arguments.length<2?r(e[n]):e[n]&&e[n][i]},ty}var ry,kN;function nl(){if(kN)return ry;kN=1;var e=it();return ry=e({}.isPrototypeOf),ry}var ny,LN;function rk(){if(LN)return ny;LN=1;var e=bt(),t=e.navigator,r=t&&t.userAgent;return ny=r?String(r):"",ny}var iy,BN;function sw(){if(BN)return iy;BN=1;var e=bt(),t=rk(),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]))),iy=u,iy}var oy,FN;function nk(){if(FN)return oy;FN=1;var e=sw(),t=at(),r=bt(),n=r.String;return oy=!!Object.getOwnPropertySymbols&&!t(function(){var i=Symbol("symbol detection");return!n(i)||!(Object(i)instanceof Symbol)||!Symbol.sham&&e&&e<41}),oy}var ay,$N;function ik(){if($N)return ay;$N=1;var e=nk();return ay=e&&!Symbol.sham&&typeof Symbol.iterator=="symbol",ay}var sy,zN;function ok(){if(zN)return sy;zN=1;var e=rl(),t=Et(),r=nl(),n=ik(),i=Object;return sy=n?function(o){return typeof o=="symbol"}:function(o){var a=e("Symbol");return t(a)&&r(a.prototype,i(o))},sy}var uy,HN;function uw(){if(HN)return uy;HN=1;var e=String;return uy=function(t){try{return e(t)}catch{return"Object"}},uy}var cy,UN;function Ja(){if(UN)return cy;UN=1;var e=Et(),t=uw(),r=TypeError;return cy=function(n){if(e(n))return n;throw new r(t(n)+" is not a function")},cy}var ly,VN;function Qa(){if(VN)return ly;VN=1;var e=Ja(),t=Za();return ly=function(r,n){var i=r[n];return t(i)?void 0:e(i)},ly}var fy,WN;function lZ(){if(WN)return fy;WN=1;var e=Zt(),t=Et(),r=Tt(),n=TypeError;return fy=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")},fy}var dy={exports:{}},hy,GN;function il(){return GN||(GN=1,hy=!1),hy}var py,KN;function cw(){if(KN)return py;KN=1;var e=bt(),t=Object.defineProperty;return py=function(r,n){try{t(e,r,{value:n,configurable:!0,writable:!0})}catch{e[r]=n}return n},py}var YN;function lw(){if(YN)return dy.exports;YN=1;var e=il(),t=bt(),r=cw(),n="__core-js_shared__",i=dy.exports=t[n]||r(n,{});return(i.versions||(i.versions=[])).push({version:"3.45.1",mode:e?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.45.1/LICENSE",source:"https://github.com/zloirock/core-js"}),dy.exports}var vy,XN;function fw(){if(XN)return vy;XN=1;var e=lw();return vy=function(t,r){return e[t]||(e[t]=r||{})},vy}var gy,ZN;function Io(){if(ZN)return gy;ZN=1;var e=Ci(),t=Object;return gy=function(r){return t(e(r))},gy}var my,JN;function Rr(){if(JN)return my;JN=1;var e=it(),t=Io(),r=e({}.hasOwnProperty);return my=Object.hasOwn||function(i,o){return r(t(i),o)},my}var yy,QN;function dw(){if(QN)return yy;QN=1;var e=it(),t=0,r=Math.random(),n=e(1.1.toString);return yy=function(i){return"Symbol("+(i===void 0?"":i)+")_"+n(++t+r,36)},yy}var by,eT;function $t(){if(eT)return by;eT=1;var e=bt(),t=fw(),r=Rr(),n=dw(),i=nk(),o=ik(),a=e.Symbol,u=t("wks"),c=o?a.for||a:a&&a.withoutSetter||n;return by=function(d){return r(u,d)||(u[d]=i&&r(a,d)?a[d]:c("Symbol."+d)),u[d]},by}var xy,tT;function fZ(){if(tT)return xy;tT=1;var e=Zt(),t=Tt(),r=ok(),n=Qa(),i=lZ(),o=$t(),a=TypeError,u=o("toPrimitive");return xy=function(c,d){if(!t(c)||r(c))return c;var f=n(c,u),h;if(f){if(d===void 0&&(d="default"),h=e(f,c,d),!t(h)||r(h))return h;throw new a("Can't convert object to primitive value")}return d===void 0&&(d="number"),i(c,d)},xy}var wy,rT;function ak(){if(rT)return wy;rT=1;var e=fZ(),t=ok();return wy=function(r){var n=e(r,"string");return t(n)?n:n+""},wy}var _y,nT;function hw(){if(nT)return _y;nT=1;var e=bt(),t=Tt(),r=e.document,n=t(r)&&t(r.createElement);return _y=function(i){return n?r.createElement(i):{}},_y}var Ey,iT;function sk(){if(iT)return Ey;iT=1;var e=zr(),t=at(),r=hw();return Ey=!e&&!t(function(){return Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a!==7}),Ey}var oT;function uk(){if(oT)return Fm;oT=1;var e=zr(),t=Zt(),r=tk(),n=aw(),i=Po(),o=ak(),a=Rr(),u=sk(),c=Object.getOwnPropertyDescriptor;return Fm.f=e?c:function(f,h){if(f=i(f),h=o(h),u)try{return c(f,h)}catch{}if(a(f,h))return n(!t(r.f,f,h),f[h])},Fm}var Sy={},Oy,aT;function ck(){if(aT)return Oy;aT=1;var e=zr(),t=at();return Oy=e&&t(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42}),Oy}var Cy,sT;function Pr(){if(sT)return Cy;sT=1;var e=Tt(),t=String,r=TypeError;return Cy=function(n){if(e(n))return n;throw new r(t(n)+" is not an object")},Cy}var uT;function On(){if(uT)return Sy;uT=1;var e=zr(),t=sk(),r=ck(),n=Pr(),i=ak(),o=TypeError,a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,c="enumerable",d="configurable",f="writable";return Sy.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:c in m?m[c]:y[c],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},Sy}var Ry,cT;function es(){if(cT)return Ry;cT=1;var e=zr(),t=On(),r=aw();return Ry=e?function(n,i,o){return t.f(n,i,r(1,o))}:function(n,i,o){return n[i]=o,n},Ry}var Py={exports:{}},Iy,lT;function pw(){if(lT)return Iy;lT=1;var e=zr(),t=Rr(),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 Iy={EXISTS:i,PROPER:o,CONFIGURABLE:a},Iy}var Ny,fT;function lk(){if(fT)return Ny;fT=1;var e=it(),t=Et(),r=lw(),n=e(Function.toString);return t(r.inspectSource)||(r.inspectSource=function(i){return n(i)}),Ny=r.inspectSource,Ny}var Ty,dT;function fk(){if(dT)return Ty;dT=1;var e=bt(),t=Et(),r=e.WeakMap;return Ty=t(r)&&/native code/.test(String(r)),Ty}var Ay,hT;function vw(){if(hT)return Ay;hT=1;var e=fw(),t=dw(),r=e("keys");return Ay=function(n){return r[n]||(r[n]=t(n))},Ay}var My,pT;function ol(){return pT||(pT=1,My={}),My}var Dy,vT;function No(){if(vT)return Dy;vT=1;var e=fk(),t=bt(),r=Tt(),n=es(),i=Rr(),o=lw(),a=vw(),u=ol(),c="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(S){var E;if(!r(S)||(E=p(S)).type!==w)throw new d("Incompatible receiver, "+w+" required");return E}};if(e||o.state){var b=o.state||(o.state=new f);b.get=b.get,b.has=b.has,b.set=b.set,h=function(w,S){if(b.has(w))throw new d(c);return S.facade=w,b.set(w,S),S},p=function(w){return b.get(w)||{}},v=function(w){return b.has(w)}}else{var x=a("state");u[x]=!0,h=function(w,S){if(i(w,x))throw new d(c);return S.facade=w,n(w,x,S),S},p=function(w){return i(w,x)?w[x]:{}},v=function(w){return i(w,x)}}return Dy={set:h,get:p,has:v,enforce:m,getterFor:y},Dy}var gT;function dk(){if(gT)return Py.exports;gT=1;var e=it(),t=at(),r=Et(),n=Rr(),i=zr(),o=pw().CONFIGURABLE,a=lk(),u=No(),c=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}),b=String(String).split("String"),x=Py.exports=function(w,S,E){p(f(S),0,7)==="Symbol("&&(S="["+v(f(S),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),E&&E.getter&&(S="get "+S),E&&E.setter&&(S="set "+S),(!n(w,"name")||o&&w.name!==S)&&(i?h(w,"name",{value:S,configurable:!0}):w.name=S),y&&E&&n(E,"arity")&&w.length!==E.arity&&h(w,"length",{value:E.arity});try{E&&n(E,"constructor")&&E.constructor?i&&h(w,"prototype",{writable:!1}):w.prototype&&(w.prototype=void 0)}catch{}var _=c(w);return n(_,"source")||(_.source=m(b,typeof S=="string"?S:"")),w};return Function.prototype.toString=x(function(){return r(this)&&d(this).source||a(this)},"toString"),Py.exports}var jy,mT;function Ri(){if(mT)return jy;mT=1;var e=Et(),t=On(),r=dk(),n=cw();return jy=function(i,o,a,u){u||(u={});var c=u.enumerable,d=u.name!==void 0?u.name:o;if(e(a)&&r(a,d,u),u.global)c?i[o]=a:n(o,a);else{try{u.unsafe?i[o]&&(c=!0):delete i[o]}catch{}c?i[o]=a:t.f(i,o,{value:a,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return i},jy}var qy={},ky,yT;function dZ(){if(yT)return ky;yT=1;var e=Math.ceil,t=Math.floor;return ky=Math.trunc||function(n){var i=+n;return(i>0?t:e)(i)},ky}var Ly,bT;function al(){if(bT)return Ly;bT=1;var e=dZ();return Ly=function(t){var r=+t;return r!==r||r===0?0:e(r)},Ly}var By,xT;function hZ(){if(xT)return By;xT=1;var e=al(),t=Math.max,r=Math.min;return By=function(n,i){var o=e(n);return o<0?t(o+i,0):r(o,i)},By}var Fy,wT;function gw(){if(wT)return Fy;wT=1;var e=al(),t=Math.min;return Fy=function(r){var n=e(r);return n>0?t(n,9007199254740991):0},Fy}var $y,_T;function sl(){if(_T)return $y;_T=1;var e=gw();return $y=function(t){return e(t.length)},$y}var zy,ET;function pZ(){if(ET)return zy;ET=1;var e=Po(),t=hZ(),r=sl(),n=function(i){return function(o,a,u){var c=e(o),d=r(c);if(d===0)return!i&&-1;var f=t(u,d),h;if(i&&a!==a){for(;d>f;)if(h=c[f++],h!==h)return!0}else for(;d>f;f++)if((i||f in c)&&c[f]===a)return i||f||0;return!i&&-1}};return zy={includes:n(!0),indexOf:n(!1)},zy}var Hy,ST;function hk(){if(ST)return Hy;ST=1;var e=it(),t=Rr(),r=Po(),n=pZ().indexOf,i=ol(),o=e([].push);return Hy=function(a,u){var c=r(a),d=0,f=[],h;for(h in c)!t(i,h)&&t(c,h)&&o(f,h);for(;u.length>d;)t(c,h=u[d++])&&(~n(f,h)||o(f,h));return f},Hy}var Uy,OT;function mw(){return OT||(OT=1,Uy=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]),Uy}var CT;function yw(){if(CT)return qy;CT=1;var e=hk(),t=mw(),r=t.concat("length","prototype");return qy.f=Object.getOwnPropertyNames||function(i){return e(i,r)},qy}var Vy={},RT;function pk(){return RT||(RT=1,Vy.f=Object.getOwnPropertySymbols),Vy}var Wy,PT;function vZ(){if(PT)return Wy;PT=1;var e=rl(),t=it(),r=yw(),n=pk(),i=Pr(),o=t([].concat);return Wy=e("Reflect","ownKeys")||function(u){var c=r.f(i(u)),d=n.f;return d?o(c,d(u)):c},Wy}var Gy,IT;function gZ(){if(IT)return Gy;IT=1;var e=Rr(),t=vZ(),r=uk(),n=On();return Gy=function(i,o,a){for(var u=t(o),c=n.f,d=r.f,f=0;f<u.length;f++){var h=u[f];!e(i,h)&&!(a&&e(a,h))&&c(i,h,d(o,h))}},Gy}var Ky,NT;function vk(){if(NT)return Ky;NT=1;var e=at(),t=Et(),r=/#|\.prototype\./,n=function(c,d){var f=o[i(c)];return f===u?!0:f===a?!1:t(d)?e(d):!!d},i=n.normalize=function(c){return String(c).replace(r,".").toLowerCase()},o=n.data={},a=n.NATIVE="N",u=n.POLYFILL="P";return Ky=n,Ky}var Yy,TT;function Kn(){if(TT)return Yy;TT=1;var e=bt(),t=uk().f,r=es(),n=Ri(),i=cw(),o=gZ(),a=vk();return Yy=function(u,c){var d=u.target,f=u.global,h=u.stat,p,v,m,y,b,x;if(f?v=e:h?v=e[d]||i(d,{}):v=e[d]&&e[d].prototype,v)for(m in c){if(b=c[m],u.dontCallGetSet?(x=t(v,m),y=x&&x.value):y=v[m],p=a(f?m:d+(h?".":"#")+m,u.forced),!p&&y!==void 0){if(typeof b==typeof y)continue;o(b,y)}(u.sham||y&&y.sham)&&r(b,"sham",!0),n(v,m,b,u)}},Yy}var Xy,AT;function bw(){if(AT)return Xy;AT=1;var e=$t(),t=e("toStringTag"),r={};return r[t]="z",Xy=String(r)==="[object z]",Xy}var Zy,MT;function ul(){if(MT)return Zy;MT=1;var e=bw(),t=Et(),r=Gn(),n=$t(),i=n("toStringTag"),o=Object,a=r((function(){return arguments})())==="Arguments",u=function(c,d){try{return c[d]}catch{}};return Zy=e?r:function(c){var d,f,h;return c===void 0?"Undefined":c===null?"Null":typeof(f=u(d=o(c),i))=="string"?f:a?r(d):(h=r(d))==="Object"&&t(d.callee)?"Arguments":h},Zy}var Jy,DT;function Pi(){if(DT)return Jy;DT=1;var e=ul(),t=String;return Jy=function(r){if(e(r)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return t(r)},Jy}var Qy,jT;function gk(){return jT||(jT=1,Qy=`
|
|
67
|
+
\v\f\r \u2028\u2029\uFEFF`),Qy}var e0,qT;function mZ(){if(qT)return e0;qT=1;var e=it(),t=Ci(),r=Pi(),n=gk(),i=e("".replace),o=RegExp("^["+n+"]+"),a=RegExp("(^|[^"+n+"])["+n+"]+$"),u=function(c){return function(d){var f=r(t(d));return c&1&&(f=i(f,o,"")),c&2&&(f=i(f,a,"$1")),f}};return e0={start:u(1),end:u(2),trim:u(3)},e0}var t0,kT;function yZ(){if(kT)return t0;kT=1;var e=bt(),t=at(),r=it(),n=Pi(),i=mZ().trim,o=gk(),a=e.parseInt,u=e.Symbol,c=u&&u.iterator,d=/^[+-]?0x/i,f=r(d.exec),h=a(o+"08")!==8||a(o+"0x16")!==22||c&&!t(function(){a(Object(c))});return t0=h?function(v,m){var y=i(n(v));return a(y,m>>>0||(f(d,y)?16:10))}:a,t0}var LT;function bZ(){if(LT)return xN;LT=1;var e=Kn(),t=yZ();return e({global:!0,forced:parseInt!==t},{parseInt:t}),xN}bZ();var BT={},r0,FT;function mk(){if(FT)return r0;FT=1;var e=hk(),t=mw();return r0=Object.keys||function(n){return e(n,t)},r0}var n0,$T;function xZ(){if($T)return n0;$T=1;var e=zr(),t=it(),r=Zt(),n=at(),i=mk(),o=pk(),a=tk(),u=Io(),c=tl(),d=Object.assign,f=Object.defineProperty,h=t([].concat);return n0=!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(b){v[b]=b}),d({},p)[m]!==7||i(d({},v)).join("")!==y})?function(v,m){for(var y=u(v),b=arguments.length,x=1,w=o.f,S=a.f;b>x;)for(var E=c(arguments[x++]),_=w?h(i(E),w(E)):i(E),R=_.length,P=0,N;R>P;)N=_[P++],(!e||r(S,E,N))&&(y[N]=E[N]);return y}:d,n0}var zT;function wZ(){if(zT)return BT;zT=1;var e=Kn(),t=xZ();return e({target:"Object",stat:!0,arity:2,forced:Object.assign!==t},{assign:t}),BT}wZ();var HT={},i0,UT;function _Z(){if(UT)return i0;UT=1;var e=Gn(),t=it();return i0=function(r){if(e(r)==="Function")return t(r)},i0}var o0,VT;function yk(){if(VT)return o0;VT=1;var e=_Z(),t=Ja(),r=el(),n=e(e.bind);return o0=function(i,o){return t(i),o===void 0?i:r?n(i,o):function(){return i.apply(o,arguments)}},o0}var a0,WT;function EZ(){if(WT)return a0;WT=1;var e=Gn();return a0=Array.isArray||function(r){return e(r)==="Array"},a0}var s0,GT;function SZ(){if(GT)return s0;GT=1;var e=it(),t=at(),r=Et(),n=ul(),i=rl(),o=lk(),a=function(){},u=i("Reflect","construct"),c=/^\s*(?:class|function)\b/,d=e(c.exec),f=!c.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(c,o(m))}catch{return!0}};return p.sham=!0,s0=!u||t(function(){var v;return h(h.call)||!h(Object)||!h(function(){v=!0})||v})?p:h,s0}var u0,KT;function OZ(){if(KT)return u0;KT=1;var e=EZ(),t=SZ(),r=Tt(),n=$t(),i=n("species"),o=Array;return u0=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},u0}var c0,YT;function CZ(){if(YT)return c0;YT=1;var e=OZ();return c0=function(t,r){return new(e(t))(r===0?0:r)},c0}var l0,XT;function bk(){if(XT)return l0;XT=1;var e=yk(),t=it(),r=tl(),n=Io(),i=sl(),o=CZ(),a=t([].push),u=function(c){var d=c===1,f=c===2,h=c===3,p=c===4,v=c===6,m=c===7,y=c===5||v;return function(b,x,w,S){for(var E=n(b),_=r(E),R=i(_),P=e(x,w),N=0,j=S||o,L=d?j(b,R):f||m?j(b,0):void 0,F,k;R>N;N++)if((y||N in _)&&(F=_[N],k=P(F,N,E),c))if(d)L[N]=k;else if(k)switch(c){case 3:return!0;case 5:return F;case 6:return N;case 2:a(L,F)}else switch(c){case 4:return!1;case 7:a(L,F)}return v?-1:h||p?p:L}};return l0={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)},l0}var f0,ZT;function RZ(){if(ZT)return f0;ZT=1;var e=at(),t=$t(),r=sw(),n=t("species");return f0=function(i){return r>=51||!e(function(){var o=[],a=o.constructor={};return a[n]=function(){return{foo:1}},o[i](Boolean).foo!==1})},f0}var JT;function PZ(){if(JT)return HT;JT=1;var e=Kn(),t=bk().filter,r=RZ(),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)}}),HT}PZ();var QT={},d0,eA;function IZ(){if(eA)return d0;eA=1;var e=bw(),t=ul();return d0=e?{}.toString:function(){return"[object "+t(this)+"]"},d0}var tA;function NZ(){if(tA)return QT;tA=1;var e=bw(),t=Ri(),r=IZ();return e||t(Object.prototype,"toString",r,{unsafe:!0}),QT}NZ();var h0={},rA;function TZ(){if(rA)return h0;rA=1;var e=zr(),t=ck(),r=On(),n=Pr(),i=Po(),o=mk();return h0.f=e&&!t?Object.defineProperties:function(u,c){n(u);for(var d=i(c),f=o(c),h=f.length,p=0,v;h>p;)r.f(u,v=f[p++],d[v]);return u},h0}var p0,nA;function AZ(){if(nA)return p0;nA=1;var e=rl();return p0=e("document","documentElement"),p0}var v0,iA;function cl(){if(iA)return v0;iA=1;var e=Pr(),t=TZ(),r=mw(),n=ol(),i=AZ(),o=hw(),a=vw(),u=">",c="<",d="prototype",f="script",h=a("IE_PROTO"),p=function(){},v=function(w){return c+f+u+w+c+"/"+f+u},m=function(w){w.write(v("")),w.close();var S=w.parentWindow.Object;return w=null,S},y=function(){var w=o("iframe"),S="java"+f+":",E;return w.style.display="none",i.appendChild(w),w.src=String(S),E=w.contentWindow.document,E.open(),E.write(v("document.F=Object")),E.close(),E.F},b,x=function(){try{b=new ActiveXObject("htmlfile")}catch{}x=typeof document<"u"?document.domain&&b?m(b):y():m(b);for(var w=r.length;w--;)delete x[d][r[w]];return x()};return n[h]=!0,v0=Object.create||function(S,E){var _;return S!==null?(p[d]=e(S),_=new p,p[d]=null,_[h]=S):_=x(),E===void 0?_:t.f(_,E)},v0}var g0,oA;function MZ(){if(oA)return g0;oA=1;var e=$t(),t=cl(),r=On().f,n=e("unscopables"),i=Array.prototype;return i[n]===void 0&&r(i,n,{configurable:!0,value:t(null)}),g0=function(o){i[n][o]=!0},g0}var m0,aA;function ts(){return aA||(aA=1,m0={}),m0}var y0,sA;function DZ(){if(sA)return y0;sA=1;var e=at();return y0=!e(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}),y0}var b0,uA;function xk(){if(uA)return b0;uA=1;var e=Rr(),t=Et(),r=Io(),n=vw(),i=DZ(),o=n("IE_PROTO"),a=Object,u=a.prototype;return b0=i?a.getPrototypeOf:function(c){var d=r(c);if(e(d,o))return d[o];var f=d.constructor;return t(f)&&d instanceof f?f.prototype:d instanceof a?u:null},b0}var x0,cA;function wk(){if(cA)return x0;cA=1;var e=at(),t=Et(),r=Tt(),n=cl(),i=xk(),o=Ri(),a=$t(),u=il(),c=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[c].call(m)!==m});return v?f={}:u&&(f=n(f)),t(f[c])||o(f,c,function(){return this}),x0={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:d},x0}var w0,lA;function ll(){if(lA)return w0;lA=1;var e=On().f,t=Rr(),r=$t(),n=r("toStringTag");return w0=function(i,o,a){i&&!a&&(i=i.prototype),i&&!t(i,n)&&e(i,n,{configurable:!0,value:o})},w0}var _0,fA;function jZ(){if(fA)return _0;fA=1;var e=wk().IteratorPrototype,t=cl(),r=aw(),n=ll(),i=ts(),o=function(){return this};return _0=function(a,u,c,d){var f=u+" Iterator";return a.prototype=t(e,{next:r(+!d,c)}),n(a,f,!1,!0),i[f]=o,a},_0}var E0,dA;function qZ(){if(dA)return E0;dA=1;var e=it(),t=Ja();return E0=function(r,n,i){try{return e(t(Object.getOwnPropertyDescriptor(r,n)[i]))}catch{}},E0}var S0,hA;function kZ(){if(hA)return S0;hA=1;var e=Tt();return S0=function(t){return e(t)||t===null},S0}var O0,pA;function LZ(){if(pA)return O0;pA=1;var e=kZ(),t=String,r=TypeError;return O0=function(n){if(e(n))return n;throw new r("Can't set "+t(n)+" as a prototype")},O0}var C0,vA;function _k(){if(vA)return C0;vA=1;var e=qZ(),t=Tt(),r=Ci(),n=LZ();return C0=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(c,d){return r(c),n(d),t(c)&&(i?a(c,d):c.__proto__=d),c}})():void 0),C0}var R0,gA;function Ek(){if(gA)return R0;gA=1;var e=Kn(),t=Zt(),r=il(),n=pw(),i=Et(),o=jZ(),a=xk(),u=_k(),c=ll(),d=es(),f=Ri(),h=$t(),p=ts(),v=wk(),m=n.PROPER,y=n.CONFIGURABLE,b=v.IteratorPrototype,x=v.BUGGY_SAFARI_ITERATORS,w=h("iterator"),S="keys",E="values",_="entries",R=function(){return this};return R0=function(P,N,j,L,F,k,D){o(j,N,L);var T=function(z){if(z===F&&ee)return ee;if(!x&&z&&z in W)return W[z];switch(z){case S:return function(){return new j(this,z)};case E:return function(){return new j(this,z)};case _:return function(){return new j(this,z)}}return function(){return new j(this)}},B=N+" Iterator",$=!1,W=P.prototype,Y=W[w]||W["@@iterator"]||F&&W[F],ee=!x&&Y||T(F),H=N==="Array"&&W.entries||Y,Q,ce,se;if(H&&(Q=a(H.call(new P)),Q!==Object.prototype&&Q.next&&(!r&&a(Q)!==b&&(u?u(Q,b):i(Q[w])||f(Q,w,R)),c(Q,B,!0,!0),r&&(p[B]=R))),m&&F===E&&Y&&Y.name!==E&&(!r&&y?d(W,"name",E):($=!0,ee=function(){return t(Y,this)})),F)if(ce={values:T(E),keys:k?ee:T(S),entries:T(_)},D)for(se in ce)(x||$||!(se in W))&&f(W,se,ce[se]);else e({target:N,proto:!0,forced:x||$},ce);return(!r||D)&&W[w]!==ee&&f(W,w,ee,{name:F}),p[N]=ee,ce},R0}var P0,mA;function Sk(){return mA||(mA=1,P0=function(e,t){return{value:e,done:t}}),P0}var I0,yA;function Ok(){if(yA)return I0;yA=1;var e=Po(),t=MZ(),r=ts(),n=No(),i=On().f,o=Ek(),a=Sk(),u=il(),c=zr(),d="Array Iterator",f=n.set,h=n.getterFor(d);I0=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&&c&&p.name!=="values")try{i(p,"name",{value:"values"})}catch{}return I0}Ok();var bA={},N0,xA;function Ck(){if(xA)return N0;xA=1;var e=it(),t=al(),r=Pi(),n=Ci(),i=e("".charAt),o=e("".charCodeAt),a=e("".slice),u=function(c){return function(d,f){var h=r(n(d)),p=t(f),v=h.length,m,y;return p<0||p>=v?c?"":void 0:(m=o(h,p),m<55296||m>56319||p+1===v||(y=o(h,p+1))<56320||y>57343?c?i(h,p):m:c?a(h,p,p+2):(m-55296<<10)+(y-56320)+65536)}};return N0={codeAt:u(!1),charAt:u(!0)},N0}var wA;function BZ(){if(wA)return bA;wA=1;var e=Ck().charAt,t=Pi(),r=No(),n=Ek(),i=Sk(),o="String Iterator",a=r.set,u=r.getterFor(o);return n(String,"String",function(c){a(this,{type:o,string:t(c),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))}),bA}BZ();var _A={},EA={},T0,SA;function Rk(){if(SA)return T0;SA=1;var e=at();return T0=!e(function(){return Object.isExtensible(Object.preventExtensions({}))}),T0}var A0,OA;function Pk(){if(OA)return A0;OA=1;var e=Ri();return A0=function(t,r,n){for(var i in r)e(t,i,r[i],n);return t},A0}var M0={exports:{}},D0={},j0,CA;function FZ(){if(CA)return j0;CA=1;var e=it();return j0=e([].slice),j0}var RA;function $Z(){if(RA)return D0;RA=1;var e=Gn(),t=Po(),r=yw().f,n=FZ(),i=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(a){try{return r(a)}catch{return n(i)}};return D0.f=function(u){return i&&e(u)==="Window"?o(u):r(t(u))},D0}var q0,PA;function zZ(){if(PA)return q0;PA=1;var e=at();return q0=e(function(){if(typeof ArrayBuffer=="function"){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}),q0}var k0,IA;function HZ(){if(IA)return k0;IA=1;var e=at(),t=Tt(),r=Gn(),n=zZ(),i=Object.isExtensible,o=e(function(){});return k0=o||n?function(u){return!t(u)||n&&r(u)==="ArrayBuffer"?!1:i?i(u):!0}:i,k0}var NA;function xw(){if(NA)return M0.exports;NA=1;var e=Kn(),t=it(),r=ol(),n=Tt(),i=Rr(),o=On().f,a=yw(),u=$Z(),c=HZ(),d=dw(),f=Rk(),h=!1,p=d("meta"),v=0,m=function(E){o(E,p,{value:{objectID:"O"+v++,weakData:{}}})},y=function(E,_){if(!n(E))return typeof E=="symbol"?E:(typeof E=="string"?"S":"P")+E;if(!i(E,p)){if(!c(E))return"F";if(!_)return"E";m(E)}return E[p].objectID},b=function(E,_){if(!i(E,p)){if(!c(E))return!0;if(!_)return!1;m(E)}return E[p].weakData},x=function(E){return f&&h&&c(E)&&!i(E,p)&&m(E),E},w=function(){S.enable=function(){},h=!0;var E=a.f,_=t([].splice),R={};R[p]=1,E(R).length&&(a.f=function(P){for(var N=E(P),j=0,L=N.length;j<L;j++)if(N[j]===p){_(N,j,1);break}return N},e({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},S=M0.exports={enable:w,fastKey:y,getWeakData:b,onFreeze:x};return r[p]=!0,M0.exports}var L0,TA;function UZ(){if(TA)return L0;TA=1;var e=$t(),t=ts(),r=e("iterator"),n=Array.prototype;return L0=function(i){return i!==void 0&&(t.Array===i||n[r]===i)},L0}var B0,AA;function Ik(){if(AA)return B0;AA=1;var e=ul(),t=Qa(),r=Za(),n=ts(),i=$t(),o=i("iterator");return B0=function(a){if(!r(a))return t(a,o)||t(a,"@@iterator")||n[e(a)]},B0}var F0,MA;function VZ(){if(MA)return F0;MA=1;var e=Zt(),t=Ja(),r=Pr(),n=uw(),i=Ik(),o=TypeError;return F0=function(a,u){var c=arguments.length<2?i(a):u;if(t(c))return r(e(c,a));throw new o(n(a)+" is not iterable")},F0}var $0,DA;function WZ(){if(DA)return $0;DA=1;var e=Zt(),t=Pr(),r=Qa();return $0=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(c){u=!0,a=c}if(i==="throw")throw o;if(u)throw a;return t(a),o},$0}var z0,jA;function Nk(){if(jA)return z0;jA=1;var e=yk(),t=Zt(),r=Pr(),n=uw(),i=UZ(),o=sl(),a=nl(),u=VZ(),c=Ik(),d=WZ(),f=TypeError,h=function(v,m){this.stopped=v,this.result=m},p=h.prototype;return z0=function(v,m,y){var b=y&&y.that,x=!!(y&&y.AS_ENTRIES),w=!!(y&&y.IS_RECORD),S=!!(y&&y.IS_ITERATOR),E=!!(y&&y.INTERRUPTED),_=e(m,b),R,P,N,j,L,F,k,D=function(B){return R&&d(R,"normal"),new h(!0,B)},T=function(B){return x?(r(B),E?_(B[0],B[1],D):_(B[0],B[1])):E?_(B,D):_(B)};if(w)R=v.iterator;else if(S)R=v;else{if(P=c(v),!P)throw new f(n(v)+" is not iterable");if(i(P)){for(N=0,j=o(v);j>N;N++)if(L=T(v[N]),L&&a(p,L))return L;return new h(!1)}R=u(v,P)}for(F=w?v.next:R.next;!(k=t(F,R)).done;){try{L=T(k.value)}catch(B){d(R,"throw",B)}if(typeof L=="object"&&L&&a(p,L))return L}return new h(!1)},z0}var H0,qA;function Tk(){if(qA)return H0;qA=1;var e=nl(),t=TypeError;return H0=function(r,n){if(e(n,r))return r;throw new t("Incorrect invocation")},H0}var U0,kA;function GZ(){if(kA)return U0;kA=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 U0=function(o,a){try{if(!a&&!r)return!1}catch{return!1}var u=!1;try{var c={};c[t]=function(){return{next:function(){return{done:u=!0}}}},o(c)}catch{}return u},U0}var V0,LA;function KZ(){if(LA)return V0;LA=1;var e=Et(),t=Tt(),r=_k();return V0=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},V0}var W0,BA;function YZ(){if(BA)return W0;BA=1;var e=Kn(),t=bt(),r=it(),n=vk(),i=Ri(),o=xw(),a=Nk(),u=Tk(),c=Et(),d=Za(),f=Tt(),h=at(),p=GZ(),v=ll(),m=KZ();return W0=function(y,b,x){var w=y.indexOf("Map")!==-1,S=y.indexOf("Weak")!==-1,E=w?"set":"add",_=t[y],R=_&&_.prototype,P=_,N={},j=function($){var W=r(R[$]);i(R,$,$==="add"?function(ee){return W(this,ee===0?0:ee),this}:$==="delete"?function(Y){return S&&!f(Y)?!1:W(this,Y===0?0:Y)}:$==="get"?function(ee){return S&&!f(ee)?void 0:W(this,ee===0?0:ee)}:$==="has"?function(ee){return S&&!f(ee)?!1:W(this,ee===0?0:ee)}:function(ee,H){return W(this,ee===0?0:ee,H),this})},L=n(y,!c(_)||!(S||R.forEach&&!h(function(){new _().entries().next()})));if(L)P=x.getConstructor(b,y,w,E),o.enable();else if(n(y,!0)){var F=new P,k=F[E](S?{}:-0,1)!==F,D=h(function(){F.has(1)}),T=p(function($){new _($)}),B=!S&&h(function(){for(var $=new _,W=5;W--;)$[E](W,W);return!$.has(-0)});T||(P=b(function($,W){u($,R);var Y=m(new _,$,P);return d(W)||a(W,Y[E],{that:Y,AS_ENTRIES:w}),Y}),P.prototype=R,R.constructor=P),(D||B)&&(j("delete"),j("has"),w&&j("get")),(B||k)&&j(E),S&&R.clear&&delete R.clear}return N[y]=P,e({global:!0,constructor:!0,forced:P!==_},N),v(P,y),S||x.setStrong(P,y,w),P},W0}var G0,FA;function XZ(){if(FA)return G0;FA=1;var e=it(),t=Pk(),r=xw().getWeakData,n=Tk(),i=Pr(),o=Za(),a=Tt(),u=Nk(),c=bk(),d=Rr(),f=No(),h=f.set,p=f.getterFor,v=c.find,m=c.findIndex,y=e([].splice),b=0,x=function(E){return E.frozen||(E.frozen=new w)},w=function(){this.entries=[]},S=function(E,_){return v(E.entries,function(R){return R[0]===_})};return w.prototype={get:function(E){var _=S(this,E);if(_)return _[1]},has:function(E){return!!S(this,E)},set:function(E,_){var R=S(this,E);R?R[1]=_:this.entries.push([E,_])},delete:function(E){var _=m(this.entries,function(R){return R[0]===E});return~_&&y(this.entries,_,1),!!~_}},G0={getConstructor:function(E,_,R,P){var N=E(function(k,D){n(k,j),h(k,{type:_,id:b++,frozen:null}),o(D)||u(D,k[P],{that:k,AS_ENTRIES:R})}),j=N.prototype,L=p(_),F=function(k,D,T){var B=L(k),$=r(i(D),!0);return $===!0?x(B).set(D,T):$[B.id]=T,k};return t(j,{delete:function(k){var D=L(this);if(!a(k))return!1;var T=r(k);return T===!0?x(D).delete(k):T&&d(T,D.id)&&delete T[D.id]},has:function(D){var T=L(this);if(!a(D))return!1;var B=r(D);return B===!0?x(T).has(D):B&&d(B,T.id)}}),t(j,R?{get:function(D){var T=L(this);if(a(D)){var B=r(D);if(B===!0)return x(T).get(D);if(B)return B[T.id]}},set:function(D,T){return F(this,D,T)}}:{add:function(D){return F(this,D,!0)}}),N}},G0}var $A;function ZZ(){if($A)return EA;$A=1;var e=Rk(),t=bt(),r=it(),n=Pk(),i=xw(),o=YZ(),a=XZ(),u=Tt(),c=No().enforce,d=at(),f=fk(),h=Object,p=Array.isArray,v=h.isExtensible,m=h.isFrozen,y=h.isSealed,b=h.freeze,x=h.seal,w=!t.ActiveXObject&&"ActiveXObject"in t,S,E=function(k){return function(){return k(this,arguments.length?arguments[0]:void 0)}},_=o("WeakMap",E,a),R=_.prototype,P=r(R.set),N=function(){return e&&d(function(){var k=b([]);return P(new _,k,1),!m(k)})};if(f)if(w){S=a.getConstructor(E,"WeakMap",!0),i.enable();var j=r(R.delete),L=r(R.has),F=r(R.get);n(R,{delete:function(k){if(u(k)&&!v(k)){var D=c(this);return D.frozen||(D.frozen=new S),j(this,k)||D.frozen.delete(k)}return j(this,k)},has:function(D){if(u(D)&&!v(D)){var T=c(this);return T.frozen||(T.frozen=new S),L(this,D)||T.frozen.has(D)}return L(this,D)},get:function(D){if(u(D)&&!v(D)){var T=c(this);return T.frozen||(T.frozen=new S),L(this,D)?F(this,D):T.frozen.get(D)}return F(this,D)},set:function(D,T){if(u(D)&&!v(D)){var B=c(this);B.frozen||(B.frozen=new S),L(this,D)?P(this,D,T):B.frozen.set(D,T)}else P(this,D,T);return this}})}else N()&&n(R,{set:function(D,T){var B;return p(D)&&(m(D)?B=b:y(D)&&(B=x)),P(this,D,T),B&&B(D),this}});return EA}var zA;function JZ(){return zA||(zA=1,ZZ()),_A}JZ();var HA={},K0,UA;function QZ(){return UA||(UA=1,K0={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}),K0}var Y0,VA;function eJ(){if(VA)return Y0;VA=1;var e=hw(),t=e("span").classList,r=t&&t.constructor&&t.constructor.prototype;return Y0=r===Object.prototype?void 0:r,Y0}var WA;function tJ(){if(WA)return HA;WA=1;var e=bt(),t=QZ(),r=eJ(),n=Ok(),i=es(),o=ll(),a=$t(),u=a("iterator"),c=n.values,d=function(h,p){if(h){if(h[u]!==c)try{i(h,u,c)}catch{h[u]=c}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"),HA}tJ();var X0,GA;function rJ(){if(GA)return X0;GA=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,c=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function b(R,P,N){var j,L,F,k,D,T,B=0,$=!1,W=!1,Y=!0;if(typeof R!="function")throw new TypeError(e);P=_(P)||0,w(N)&&($=!!N.leading,W="maxWait"in N,F=W?v(_(N.maxWait)||0,P):F,Y="trailing"in N?!!N.trailing:Y);function ee(K){var ie=j,ne=L;return j=L=void 0,B=K,k=R.apply(ne,ie),k}function H(K){return B=K,D=setTimeout(se,P),$?ee(K):k}function Q(K){var ie=K-T,ne=K-B,ue=P-ie;return W?m(ue,F-ne):ue}function ce(K){var ie=K-T,ne=K-B;return T===void 0||ie>=P||ie<0||W&&ne>=F}function se(){var K=y();if(ce(K))return z(K);D=setTimeout(se,Q(K))}function z(K){return D=void 0,Y&&j?ee(K):(j=L=void 0,k)}function G(){D!==void 0&&clearTimeout(D),B=0,j=T=L=D=void 0}function J(){return D===void 0?k:z(y())}function V(){var K=y(),ie=ce(K);if(j=arguments,L=this,T=K,ie){if(D===void 0)return H(T);if(W)return D=setTimeout(se,P),ee(T)}return D===void 0&&(D=setTimeout(se,P)),k}return V.cancel=G,V.flush=J,V}function x(R,P,N){var j=!0,L=!0;if(typeof R!="function")throw new TypeError(e);return w(N)&&(j="leading"in N?!!N.leading:j,L="trailing"in N?!!N.trailing:L),b(R,P,{leading:j,maxWait:P,trailing:L})}function w(R){var P=typeof R;return!!R&&(P=="object"||P=="function")}function S(R){return!!R&&typeof R=="object"}function E(R){return typeof R=="symbol"||S(R)&&p.call(R)==r}function _(R){if(typeof R=="number")return R;if(E(R))return t;if(w(R)){var P=typeof R.valueOf=="function"?R.valueOf():R;R=w(P)?P+"":P}if(typeof R!="string")return R===0?R:+R;R=R.replace(n,"");var N=o.test(R);return N||a.test(R)?u(R.slice(2),N?2:8):i.test(R)?t:+R}return X0=x,X0}var nJ=rJ();const KA=Un(nJ);var Z0,YA;function iJ(){if(YA)return Z0;YA=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,c=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function b(_,R,P){var N,j,L,F,k,D,T=0,B=!1,$=!1,W=!0;if(typeof _!="function")throw new TypeError(e);R=E(R)||0,x(P)&&(B=!!P.leading,$="maxWait"in P,L=$?v(E(P.maxWait)||0,R):L,W="trailing"in P?!!P.trailing:W);function Y(V){var K=N,ie=j;return N=j=void 0,T=V,F=_.apply(ie,K),F}function ee(V){return T=V,k=setTimeout(ce,R),B?Y(V):F}function H(V){var K=V-D,ie=V-T,ne=R-K;return $?m(ne,L-ie):ne}function Q(V){var K=V-D,ie=V-T;return D===void 0||K>=R||K<0||$&&ie>=L}function ce(){var V=y();if(Q(V))return se(V);k=setTimeout(ce,H(V))}function se(V){return k=void 0,W&&N?Y(V):(N=j=void 0,F)}function z(){k!==void 0&&clearTimeout(k),T=0,N=D=j=k=void 0}function G(){return k===void 0?F:se(y())}function J(){var V=y(),K=Q(V);if(N=arguments,j=this,D=V,K){if(k===void 0)return ee(D);if($)return k=setTimeout(ce,R),Y(D)}return k===void 0&&(k=setTimeout(ce,R)),F}return J.cancel=z,J.flush=G,J}function x(_){var R=typeof _;return!!_&&(R=="object"||R=="function")}function w(_){return!!_&&typeof _=="object"}function S(_){return typeof _=="symbol"||w(_)&&p.call(_)==r}function E(_){if(typeof _=="number")return _;if(S(_))return t;if(x(_)){var R=typeof _.valueOf=="function"?_.valueOf():_;_=x(R)?R+"":R}if(typeof _!="string")return _===0?_:+_;_=_.replace(n,"");var P=o.test(_);return P||a.test(_)?u(_.slice(2),P?2:8):i.test(_)?t:+_}return Z0=b,Z0}var oJ=iJ();const XA=Un(oJ);var J0,ZA;function aJ(){if(ZA)return J0;ZA=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,c=a||u||Function("return this")();function d(he,ae){return he==null?void 0:he[ae]}function f(he){var ae=!1;if(he!=null&&typeof he.toString!="function")try{ae=!!(he+"")}catch{}return ae}var h=Array.prototype,p=Function.prototype,v=Object.prototype,m=c["__core-js_shared__"],y=(function(){var he=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||"");return he?"Symbol(src)_1."+he:""})(),b=p.toString,x=v.hasOwnProperty,w=v.toString,S=RegExp("^"+b.call(x).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),E=h.splice,_=K(c,"Map"),R=K(Object,"create");function P(he){var ae=-1,Oe=he?he.length:0;for(this.clear();++ae<Oe;){var Ne=he[ae];this.set(Ne[0],Ne[1])}}function N(){this.__data__=R?R(null):{}}function j(he){return this.has(he)&&delete this.__data__[he]}function L(he){var ae=this.__data__;if(R){var Oe=ae[he];return Oe===t?void 0:Oe}return x.call(ae,he)?ae[he]:void 0}function F(he){var ae=this.__data__;return R?ae[he]!==void 0:x.call(ae,he)}function k(he,ae){var Oe=this.__data__;return Oe[he]=R&&ae===void 0?t:ae,this}P.prototype.clear=N,P.prototype.delete=j,P.prototype.get=L,P.prototype.has=F,P.prototype.set=k;function D(he){var ae=-1,Oe=he?he.length:0;for(this.clear();++ae<Oe;){var Ne=he[ae];this.set(Ne[0],Ne[1])}}function T(){this.__data__=[]}function B(he){var ae=this.__data__,Oe=G(ae,he);if(Oe<0)return!1;var Ne=ae.length-1;return Oe==Ne?ae.pop():E.call(ae,Oe,1),!0}function $(he){var ae=this.__data__,Oe=G(ae,he);return Oe<0?void 0:ae[Oe][1]}function W(he){return G(this.__data__,he)>-1}function Y(he,ae){var Oe=this.__data__,Ne=G(Oe,he);return Ne<0?Oe.push([he,ae]):Oe[Ne][1]=ae,this}D.prototype.clear=T,D.prototype.delete=B,D.prototype.get=$,D.prototype.has=W,D.prototype.set=Y;function ee(he){var ae=-1,Oe=he?he.length:0;for(this.clear();++ae<Oe;){var Ne=he[ae];this.set(Ne[0],Ne[1])}}function H(){this.__data__={hash:new P,map:new(_||D),string:new P}}function Q(he){return V(this,he).delete(he)}function ce(he){return V(this,he).get(he)}function se(he){return V(this,he).has(he)}function z(he,ae){return V(this,he).set(he,ae),this}ee.prototype.clear=H,ee.prototype.delete=Q,ee.prototype.get=ce,ee.prototype.has=se,ee.prototype.set=z;function G(he,ae){for(var Oe=he.length;Oe--;)if(we(he[Oe][0],ae))return Oe;return-1}function J(he){if(!_e(he)||ne(he))return!1;var ae=Se(he)||f(he)?S:o;return ae.test(ue(he))}function V(he,ae){var Oe=he.__data__;return ie(ae)?Oe[typeof ae=="string"?"string":"hash"]:Oe.map}function K(he,ae){var Oe=d(he,ae);return J(Oe)?Oe:void 0}function ie(he){var ae=typeof he;return ae=="string"||ae=="number"||ae=="symbol"||ae=="boolean"?he!=="__proto__":he===null}function ne(he){return!!y&&y in he}function ue(he){if(he!=null){try{return b.call(he)}catch{}try{return he+""}catch{}}return""}function de(he,ae){if(typeof he!="function"||ae&&typeof ae!="function")throw new TypeError(e);var Oe=function(){var Ne=arguments,ze=ae?ae.apply(this,Ne):Ne[0],je=Oe.cache;if(je.has(ze))return je.get(ze);var Ye=he.apply(this,Ne);return Oe.cache=je.set(ze,Ye),Ye};return Oe.cache=new(de.Cache||ee),Oe}de.Cache=ee;function we(he,ae){return he===ae||he!==he&&ae!==ae}function Se(he){var ae=_e(he)?w.call(he):"";return ae==r||ae==n}function _e(he){var ae=typeof he;return!!he&&(ae=="object"||ae=="function")}return J0=de,J0}var sJ=aJ();const uJ=Un(sJ);var hi=[],cJ=function(){return hi.some(function(e){return e.activeTargets.length>0})},lJ=function(){return hi.some(function(e){return e.skippedTargets.length>0})},JA="ResizeObserver loop completed with undelivered notifications.",fJ=function(){var e;typeof ErrorEvent=="function"?e=new ErrorEvent("error",{message:JA}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=JA),window.dispatchEvent(e)},Fa;(function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Fa||(Fa={}));var pi=function(e){return Object.freeze(e)},dJ=(function(){function e(t,r){this.inlineSize=t,this.blockSize=r,pi(this)}return e})(),Ak=(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,pi(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,c=t.width,d=t.height;return{x:r,y:n,top:i,right:o,bottom:a,left:u,width:c,height:d}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e})(),ww=function(e){return e instanceof SVGElement&&"getBBox"in e},Mk=function(e){if(ww(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)},QA=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)},hJ=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},Na=typeof window<"u"?window:{},Iu=new WeakMap,eM=/auto|scroll/,pJ=/^tb|vertical/,vJ=/msie|trident/i.test(Na.navigator&&Na.navigator.userAgent),Yr=function(e){return parseFloat(e||"0")},uo=function(e,t,r){return e===void 0&&(e=0),t===void 0&&(t=0),r===void 0&&(r=!1),new dJ((r?t:e)||0,(r?e:t)||0)},tM=pi({devicePixelContentBoxSize:uo(),borderBoxSize:uo(),contentBoxSize:uo(),contentRect:new Ak(0,0,0,0)}),Dk=function(e,t){if(t===void 0&&(t=!1),Iu.has(e)&&!t)return Iu.get(e);if(Mk(e))return Iu.set(e,tM),tM;var r=getComputedStyle(e),n=ww(e)&&e.ownerSVGElement&&e.getBBox(),i=!vJ&&r.boxSizing==="border-box",o=pJ.test(r.writingMode||""),a=!n&&eM.test(r.overflowY||""),u=!n&&eM.test(r.overflowX||""),c=n?0:Yr(r.paddingTop),d=n?0:Yr(r.paddingRight),f=n?0:Yr(r.paddingBottom),h=n?0:Yr(r.paddingLeft),p=n?0:Yr(r.borderTopWidth),v=n?0:Yr(r.borderRightWidth),m=n?0:Yr(r.borderBottomWidth),y=n?0:Yr(r.borderLeftWidth),b=h+d,x=c+f,w=y+v,S=p+m,E=u?e.offsetHeight-S-e.clientHeight:0,_=a?e.offsetWidth-w-e.clientWidth:0,R=i?b+w:0,P=i?x+S:0,N=n?n.width:Yr(r.width)-R-_,j=n?n.height:Yr(r.height)-P-E,L=N+b+_+w,F=j+x+E+S,k=pi({devicePixelContentBoxSize:uo(Math.round(N*devicePixelRatio),Math.round(j*devicePixelRatio),o),borderBoxSize:uo(L,F,o),contentBoxSize:uo(N,j,o),contentRect:new Ak(h,c,N,j)});return Iu.set(e,k),k},jk=function(e,t,r){var n=Dk(e,r),i=n.borderBoxSize,o=n.contentBoxSize,a=n.devicePixelContentBoxSize;switch(t){case Fa.DEVICE_PIXEL_CONTENT_BOX:return a;case Fa.BORDER_BOX:return i;default:return o}},gJ=(function(){function e(t){var r=Dk(t);this.target=t,this.contentRect=r.contentRect,this.borderBoxSize=pi([r.borderBoxSize]),this.contentBoxSize=pi([r.contentBoxSize]),this.devicePixelContentBoxSize=pi([r.devicePixelContentBoxSize])}return e})(),qk=function(e){if(Mk(e))return 1/0;for(var t=0,r=e.parentNode;r;)t+=1,r=r.parentNode;return t},mJ=function(){var e=1/0,t=[];hi.forEach(function(a){if(a.activeTargets.length!==0){var u=[];a.activeTargets.forEach(function(d){var f=new gJ(d.target),h=qk(d.target);u.push(f),d.lastReportedSize=jk(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},rM=function(e){hi.forEach(function(r){r.activeTargets.splice(0,r.activeTargets.length),r.skippedTargets.splice(0,r.skippedTargets.length),r.observationTargets.forEach(function(i){i.isActive()&&(qk(i.target)>e?r.activeTargets.push(i):r.skippedTargets.push(i))})})},yJ=function(){var e=0;for(rM(e);cJ();)e=mJ(),rM(e);return lJ()&&fJ(),e>0},Q0,kk=[],bJ=function(){return kk.splice(0).forEach(function(e){return e()})},xJ=function(e){if(!Q0){var t=0,r=document.createTextNode(""),n={characterData:!0};new MutationObserver(function(){return bJ()}).observe(r,n),Q0=function(){r.textContent="".concat(t?t--:t++)}}kk.push(e),Q0()},wJ=function(e){xJ(function(){requestAnimationFrame(e)})},zu=0,_J=function(){return!!zu},EJ=250,SJ={attributes:!0,characterData:!0,childList:!0,subtree:!0},nM=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],iM=function(e){return e===void 0&&(e=0),Date.now()+e},eb=!1,OJ=(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=EJ),!eb){eb=!0;var n=iM(t);wJ(function(){var i=!1;try{i=yJ()}finally{if(eb=!1,t=n-iM(),!_J())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,SJ)};document.body?r():Na.addEventListener("DOMContentLoaded",r)},e.prototype.start=function(){var t=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),nM.forEach(function(r){return Na.addEventListener(r,t.listener,!0)}))},e.prototype.stop=function(){var t=this;this.stopped||(this.observer&&this.observer.disconnect(),nM.forEach(function(r){return Na.removeEventListener(r,t.listener,!0)}),this.stopped=!0)},e})(),Gb=new OJ,oM=function(e){!zu&&e>0&&Gb.start(),zu+=e,!zu&&Gb.stop()},CJ=function(e){return!ww(e)&&!hJ(e)&&getComputedStyle(e).display==="inline"},RJ=(function(){function e(t,r){this.target=t,this.observedBox=r||Fa.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var t=jk(this.target,this.observedBox,!0);return CJ(this.target)&&(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e})(),PJ=(function(){function e(t,r){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=t,this.callback=r}return e})(),Nu=new WeakMap,aM=function(e,t){for(var r=0;r<e.length;r+=1)if(e[r].target===t)return r;return-1},Tu=(function(){function e(){}return e.connect=function(t,r){var n=new PJ(t,r);Nu.set(t,n)},e.observe=function(t,r,n){var i=Nu.get(t),o=i.observationTargets.length===0;aM(i.observationTargets,r)<0&&(o&&hi.push(i),i.observationTargets.push(new RJ(r,n&&n.box)),oM(1),Gb.schedule())},e.unobserve=function(t,r){var n=Nu.get(t),i=aM(n.observationTargets,r),o=n.observationTargets.length===1;i>=0&&(o&&hi.splice(hi.indexOf(n),1),n.observationTargets.splice(i,1),oM(-1))},e.disconnect=function(t){var r=this,n=Nu.get(t);n.observationTargets.slice().forEach(function(i){return r.unobserve(t,i.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e})(),IJ=(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.");Tu.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(!QA(t))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Tu.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(!QA(t))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Tu.unobserve(this,t)},e.prototype.disconnect=function(){Tu.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e})(),tb,sM;function NJ(){if(sM)return tb;sM=1;var e=!!(typeof window<"u"&&window.document&&window.document.createElement);return tb=e,tb}var TJ=NJ();const Lk=Un(TJ);var uM={},rb,cM;function AJ(){if(cM)return rb;cM=1;var e=Ja(),t=Io(),r=tl(),n=sl(),i=TypeError,o="Reduce of empty array with no initial value",a=function(u){return function(c,d,f,h){var p=t(c),v=r(p),m=n(p);if(e(d),m===0&&f<2)throw new i(o);var y=u?m-1:0,b=u?-1:1;if(f<2)for(;;){if(y in v){h=v[y],y+=b;break}if(y+=b,u?y<0:m<=y)throw new i(o)}for(;u?y>=0:m>y;y+=b)y in v&&(h=d(h,v[y],y,p));return h}};return rb={left:a(!1),right:a(!0)},rb}var nb,lM;function MJ(){if(lM)return nb;lM=1;var e=at();return nb=function(t,r){var n=[][t];return!!n&&e(function(){n.call(null,r||function(){return 1},1)})},nb}var ib,fM;function DJ(){if(fM)return ib;fM=1;var e=bt(),t=rk(),r=Gn(),n=function(i){return t.slice(0,i.length)===i};return ib=(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"})(),ib}var ob,dM;function jJ(){if(dM)return ob;dM=1;var e=DJ();return ob=e==="NODE",ob}var hM;function qJ(){if(hM)return uM;hM=1;var e=Kn(),t=AJ().left,r=MJ(),n=sw(),i=jJ(),o=!i&&n>79&&n<83,a=o||!r("reduce");return e({target:"Array",proto:!0,forced:a},{reduce:function(c){var d=arguments.length;return t(this,c,d,d>1?arguments[1]:void 0)}}),uM}qJ();var pM={},ab,vM;function Bk(){if(vM)return ab;vM=1;var e=Pr();return ab=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},ab}var sb,gM;function kJ(){if(gM)return sb;gM=1;var e=at(),t=bt(),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 sb={BROKEN_CARET:o,MISSED_STICKY:i,UNSUPPORTED_Y:n},sb}var ub,mM;function LJ(){if(mM)return ub;mM=1;var e=at(),t=bt(),r=t.RegExp;return ub=e(function(){var n=r(".","s");return!(n.dotAll&&n.test(`
|
|
68
|
+
`)&&n.flags==="s")}),ub}var cb,yM;function BJ(){if(yM)return cb;yM=1;var e=at(),t=bt(),r=t.RegExp;return cb=e(function(){var n=r("(?<a>b)","g");return n.exec("b").groups.a!=="b"||"b".replace(n,"$<a>c")!=="bc"}),cb}var lb,bM;function _w(){if(bM)return lb;bM=1;var e=Zt(),t=it(),r=Pi(),n=Bk(),i=kJ(),o=fw(),a=cl(),u=No().get,c=LJ(),d=BJ(),f=o("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,p=h,v=t("".charAt),m=t("".indexOf),y=t("".replace),b=t("".slice),x=(function(){var _=/a/,R=/b*/g;return e(h,_,"a"),e(h,R,"a"),_.lastIndex!==0||R.lastIndex!==0})(),w=i.BROKEN_CARET,S=/()??/.exec("")[1]!==void 0,E=x||S||w||c||d;return E&&(p=function(R){var P=this,N=u(P),j=r(R),L=N.raw,F,k,D,T,B,$,W;if(L)return L.lastIndex=P.lastIndex,F=e(p,L,j),P.lastIndex=L.lastIndex,F;var Y=N.groups,ee=w&&P.sticky,H=e(n,P),Q=P.source,ce=0,se=j;if(ee&&(H=y(H,"y",""),m(H,"g")===-1&&(H+="g"),se=b(j,P.lastIndex),P.lastIndex>0&&(!P.multiline||P.multiline&&v(j,P.lastIndex-1)!==`
|
|
69
|
+
`)&&(Q="(?: "+Q+")",se=" "+se,ce++),k=new RegExp("^(?:"+Q+")",H)),S&&(k=new RegExp("^"+Q+"$(?!\\s)",H)),x&&(D=P.lastIndex),T=e(h,ee?k:P,se),ee?T?(T.input=b(T.input,ce),T[0]=b(T[0],ce),T.index=P.lastIndex,P.lastIndex+=T[0].length):P.lastIndex=0:x&&T&&(P.lastIndex=P.global?T.index+T[0].length:D),S&&T&&T.length>1&&e(f,T[0],k,function(){for(B=1;B<arguments.length-2;B++)arguments[B]===void 0&&(T[B]=void 0)}),T&&Y)for(T.groups=$=a(null),B=0;B<Y.length;B++)W=Y[B],$[W[0]]=T[W[1]];return T}),lb=p,lb}var xM;function Fk(){if(xM)return pM;xM=1;var e=Kn(),t=_w();return e({target:"RegExp",proto:!0,forced:/./.exec!==t},{exec:t}),pM}Fk();var wM={},fb,_M;function $k(){if(_M)return fb;_M=1,Fk();var e=Zt(),t=Ri(),r=_w(),n=at(),i=$t(),o=es(),a=i("species"),u=RegExp.prototype;return fb=function(c,d,f,h){var p=i(c),v=!n(function(){var x={};return x[p]=function(){return 7},""[c](x)!==7}),m=v&&!n(function(){var x=!1,w=/a/;return c==="split"&&(w={},w.constructor={},w.constructor[a]=function(){return w},w.flags="",w[p]=/./[p]),w.exec=function(){return x=!0,null},w[p](""),!x});if(!v||!m||f){var y=/./[p],b=d(p,""[c],function(x,w,S,E,_){var R=w.exec;return R===r||R===u.exec?v&&!_?{done:!0,value:e(y,w,S,E)}:{done:!0,value:e(x,S,w,E)}:{done:!1}});t(String.prototype,c,b[0]),t(u,p,b[1])}h&&o(u[p],"sham",!0)},fb}var db,EM;function zk(){if(EM)return db;EM=1;var e=Ck().charAt;return db=function(t,r,n){return r+(n?e(t,r).length:1)},db}var hb,SM;function FJ(){if(SM)return hb;SM=1;var e=bt(),t=at(),r=e.RegExp,n=!t(function(){var i=!0;try{r(".","d")}catch{i=!1}var o={},a="",u=i?"dgimsy":"gimsy",c=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)c(f,d[f]);var h=Object.getOwnPropertyDescriptor(r.prototype,"flags").get.call(o);return h!==u||a!==u});return hb={correct:n},hb}var pb,OM;function Hk(){if(OM)return pb;OM=1;var e=Zt(),t=Rr(),r=nl(),n=FJ(),i=Bk(),o=RegExp.prototype;return pb=n.correct?function(a){return a.flags}:function(a){return!n.correct&&r(o,a)&&!t(a,"flags")?e(i,a):a.flags},pb}var vb,CM;function Uk(){if(CM)return vb;CM=1;var e=Zt(),t=Pr(),r=Et(),n=Gn(),i=_w(),o=TypeError;return vb=function(a,u){var c=a.exec;if(r(c)){var d=e(c,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")},vb}var RM;function $J(){if(RM)return wM;RM=1;var e=Zt(),t=it(),r=$k(),n=Pr(),i=Tt(),o=gw(),a=Pi(),u=Ci(),c=Qa(),d=zk(),f=Hk(),h=Uk(),p=t("".indexOf);return r("match",function(v,m,y){return[function(x){var w=u(this),S=i(x)?c(x,v):void 0;return S?e(S,x,w):new RegExp(x)[v](a(w))},function(b){var x=n(this),w=a(b),S=y(m,x,w);if(S.done)return S.value;var E=a(f(x));if(p(E,"g")===-1)return h(x,w);var _=p(E,"u")!==-1;x.lastIndex=0;for(var R=[],P=0,N;(N=h(x,w))!==null;){var j=a(N[0]);R[P]=j,j===""&&(x.lastIndex=d(w,o(x.lastIndex),_)),P++}return P===0?null:R}]}),wM}$J();var PM={},gb,IM;function zJ(){if(IM)return gb;IM=1;var e=dk(),t=On();return gb=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)},gb}var NM;function HJ(){if(NM)return PM;NM=1;var e=zr(),t=pw().EXISTS,r=it(),n=zJ(),i=Function.prototype,o=r(i.toString),a=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=r(a.exec),c="name";return e&&!t&&n(i,c,{configurable:!0,get:function(){try{return u(a,o(this))[1]}catch{return""}}}),PM}HJ();var TM={},mb,AM;function UJ(){if(AM)return mb;AM=1;var e=el(),t=Function.prototype,r=t.apply,n=t.call;return mb=typeof Reflect=="object"&&Reflect.apply||(e?n.bind(r):function(){return n.apply(r,arguments)}),mb}var yb,MM;function VJ(){if(MM)return yb;MM=1;var e=it(),t=Io(),r=Math.floor,n=e("".charAt),i=e("".replace),o=e("".slice),a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;return yb=function(c,d,f,h,p,v){var m=f+c.length,y=h.length,b=u;return p!==void 0&&(p=t(p),b=a),i(v,b,function(x,w){var S;switch(n(w,0)){case"$":return"$";case"&":return c;case"`":return o(d,0,f);case"'":return o(d,m);case"<":S=p[o(w,1,-1)];break;default:var E=+w;if(E===0)return x;if(E>y){var _=r(E/10);return _===0?x:_<=y?h[_-1]===void 0?n(w,1):h[_-1]+n(w,1):x}S=h[E-1]}return S===void 0?"":S})},yb}var DM;function WJ(){if(DM)return TM;DM=1;var e=UJ(),t=Zt(),r=it(),n=$k(),i=at(),o=Pr(),a=Et(),u=Tt(),c=al(),d=gw(),f=Pi(),h=Ci(),p=zk(),v=Qa(),m=VJ(),y=Hk(),b=Uk(),x=$t(),w=x("replace"),S=Math.max,E=Math.min,_=r([].concat),R=r([].push),P=r("".indexOf),N=r("".slice),j=function(D){return D===void 0?D:String(D)},L=(function(){return"a".replace(/./,"$0")==="$0"})(),F=(function(){return/./[w]?/./[w]("a","$0")==="":!1})(),k=!i(function(){var D=/./;return D.exec=function(){var T=[];return T.groups={a:"7"},T},"".replace(D,"$<a>")!=="7"});return n("replace",function(D,T,B){var $=F?"$":"$0";return[function(Y,ee){var H=h(this),Q=u(Y)?v(Y,w):void 0;return Q?t(Q,Y,H,ee):t(T,f(H),Y,ee)},function(W,Y){var ee=o(this),H=f(W);if(typeof Y=="string"&&P(Y,$)===-1&&P(Y,"$<")===-1){var Q=B(T,ee,H,Y);if(Q.done)return Q.value}var ce=a(Y);ce||(Y=f(Y));var se=f(y(ee)),z=P(se,"g")!==-1,G;z&&(G=P(se,"u")!==-1,ee.lastIndex=0);for(var J=[],V;V=b(ee,H),!(V===null||(R(J,V),!z));){var K=f(V[0]);K===""&&(ee.lastIndex=p(H,d(ee.lastIndex),G))}for(var ie="",ne=0,ue=0;ue<J.length;ue++){V=J[ue];for(var de=f(V[0]),we=S(E(c(V.index),H.length),0),Se=[],_e,he=1;he<V.length;he++)R(Se,j(V[he]));var ae=V.groups;if(ce){var Oe=_([de],Se,we,H);ae!==void 0&&R(Oe,ae),_e=f(e(Y,void 0,Oe))}else _e=m(de,H,we,Se,ae,Y);we>=ne&&(ie+=N(H,ne,we)+_e,ne=we+de.length)}return ie+N(H,ne)}]},!k||!L||F),TM}WJ();function kn(e){return!e||!e.ownerDocument||!e.ownerDocument.defaultView?window:e.ownerDocument.defaultView}function Hu(e){return!e||!e.ownerDocument?document:e.ownerDocument}var Ji=null,jM=null;Lk&&window.addEventListener("resize",function(){jM!==window.devicePixelRatio&&(jM=window.devicePixelRatio,Ji=null)});function qM(e){if(Ji===null){var t=Hu(e);if(typeof t>"u")return Ji=0,Ji;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),Ji=i}return Ji}var gc=(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,c=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/(c-d.size),m=v*(f-h);i.draggedAxis==="x"&&(m=i.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?m-(c+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=Hu(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=KA(this.recalculate.bind(this),64),this.onMouseMove=KA(this.onMouseMove.bind(this),64),this.hideScrollbars=XA(this.hideScrollbars.bind(this),this.options.timeout),this.onWindowResize=XA(this.onWindowResize.bind(this),64,{leading:!0}),e.getRtlHelpers=uJ(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 c=e.getOffset(o);return{isRtlScrollingInverted:a.left!==u.left&&u.left-c.left!==0,isRtlScrollbarInverted:a.left!==u.left}},e.getOffset=function(n){var i=n.getBoundingClientRect(),o=Hu(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),Lk&&(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(c){n.el.addEventListener(c,n.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(function(c){n.el.addEventListener(c,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||IJ;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,c=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=c==="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,c=this.contentWrapperEl[this.axis[n].scrollOffsetAttr];c=n==="x"&&this.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-c:c;var d=c/(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=Hu(this.el),a=kn(this.el),u=this.axis[i].scrollbar,c=i==="y"?n.pageY:n.pageX;this.axis[i].dragOffset=c-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,c=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-c:this.mouseX-c,p=h<0?-1:1,v=p===-1?f-d:f+d,m=function y(){if(p===-1){if(f>v){var b;f-=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((b={},b[o.axis[i].offsetAttr]=f,b)),a.requestAnimationFrame(y)}}else if(f<v){var x;f+=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((x={},x[o.axis[i].offsetAttr]=f,x)),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:qM(this.el)}catch{return qM(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})();gc.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};gc.instances=new WeakMap;function kM(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 Au(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?kM(Object(r),!0).forEach(function(n){GJ(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kM(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function GJ(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function mc(){return mc=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},mc.apply(this,arguments)}function KJ(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 YJ(e,t){if(e==null)return{};var r=KJ(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 XJ=["children","scrollableNodeProps","tag"],ZJ=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,c){return c.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},fl=A.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=YJ(e,XJ),c=a,d,f=A.useRef(),h=A.useRef(),p=A.useRef(),v={},m={},y=[];return Object.keys(u).forEach(function(b){Object.prototype.hasOwnProperty.call(gc.defaultOptions,b)?v[b]=u[b]:b.match(/data-simplebar-(.+)/)&&b!=="data-simplebar-direction"?y.push({name:b,value:u[b]}):m[b]=u[b]}),y.length&&console.warn(`simplebar-react: this way of passing options is deprecated. Pass it like normal props instead:
|
|
70
70
|
'data-simplebar-auto-hide="false"' —> 'autoHide="false"'
|
|
71
|
-
`),A.useEffect(function(){return f=i.ref||f,h.current&&(d=new gc(h.current,Au(Au(Au(Au({},XJ(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)}},[]),A.createElement(c,mc({ref:h,"data-simplebar":!0},m),A.createElement("div",{className:"simplebar-wrapper"},A.createElement("div",{className:"simplebar-height-auto-observer-wrapper"},A.createElement("div",{className:"simplebar-height-auto-observer"})),A.createElement("div",{className:"simplebar-mask"},A.createElement("div",{className:"simplebar-offset"},typeof r=="function"?r({scrollableNodeRef:f,contentNodeRef:p}):A.createElement("div",mc({},i,{className:"simplebar-content-wrapper".concat(i.className?" ".concat(i.className):"")}),A.createElement("div",{className:"simplebar-content"},r)))),A.createElement("div",{className:"simplebar-placeholder"})),A.createElement("div",{className:"simplebar-track simplebar-horizontal"},A.createElement("div",{className:"simplebar-scrollbar"})),A.createElement("div",{className:"simplebar-track simplebar-vertical"},A.createElement("div",{className:"simplebar-scrollbar"})))});fl.displayName="SimpleBar";fl.propTypes={children:le.oneOfType([le.node,le.func]),scrollableNodeProps:le.object,tag:le.string};const yc=Hx,bc=Ux,Hk=(e,t)=>{if(e===Z.EPermissionType.METHOD&&t)switch(t){case Z.ESubPermissionType.ENTITY_SEL_METHOD:return C.jsx(ye.FdFunctionSelection,{className:"h-6 w-6"});case Z.ESubPermissionType.ENTITY_METHOD:return C.jsx(ye.FdFunctionEntity,{className:"h-6 w-6"});case Z.ESubPermissionType.DS_METHOD:return C.jsx(ye.FdFunctionDatastore,{className:"h-6 w-6"});case Z.ESubPermissionType.DATACLASS_METHOD:return C.jsx(ye.FdFunctionDataclass,{className:"h-6 w-6"})}switch(e){case Z.EPermissionType.DATACLASS:return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"});case Z.EPermissionType.SINGLETON:return C.jsx(ye.FdSingleton,{className:"h-6 w-6"});case Z.EPermissionType.DATASTORE:return C.jsx(ye.FdModel3,{className:"h-6 w-6"});case Z.EPermissionType.ATTRIBUTE:return C.jsx(ye.FdTableColumn,{className:"h-6 w-6"});case Z.EPermissionType.METHOD:return C.jsx(ye.FdCode,{className:"h-6 w-6"});case Z.EPermissionType.SINGLETON_METHOD:return C.jsx(ye.FdFunctionSingleton,{className:"h-6 w-6"});default:return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"})}},kM=({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(ye.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})});function ZJ(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(Ct.Icon,{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 JJ(e){return C.jsx(Ct.Checkbox,{colorScheme:"primary",icon:C.jsx(ZJ,{}),...e})}const Xi=({permissions:e,label:t,onToggle:r,onSelect:n,promoted:i,showIncluded:o,privileges:a,exists:u})=>{const c=e.find(d=>d.name===t);return c?C.jsxs("div",{className:"relative mx-auto flex w-fit items-center",children:[c.checked||c.from.length===0||t==="promote"?C.jsx(Ct.Checkbox,{isChecked:c.checked,onChange:()=>r&&r(c),colorScheme:"primary",isInvalid:u===!1}):C.jsx(JJ,{isIndeterminate:o&&c.from.length>0,onChange:()=>r&&r(c),isInvalid:u===!1}),C.jsxs("div",{className:"absolute left-5 top-0 flex cursor-pointer items-center space-x-1",children:[t!=="promote"&&(c.checked&&(c.info||c.from.length>0)||!c.checked&&c.from.length>0)&&C.jsx(C.Fragment,{children:C.jsxs(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:[c.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:c.from.map(d=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[d].id),children:a[d].privilege}))})]})]}):null,c.info&&C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.FdInfoCircle,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"})," ",c.info]})]})})})]})}),(c.checked||c.from.length>0)&&["execute"].includes(t)&&!!(i!=null&&i.length)&&C.jsxs(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{children:C.jsx(ye.FdCrown,{className:"h-3 w-3 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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(ye.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(d=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[d].id),children:a[d].privilege}))]})]})})})})]})]})]}):null},QJ=({privilegeId:e,privileges:t})=>{const r=Z.useAppSelector(Z.selectCatalogMethods),n=Z.useAppSelector(Z.selectDataclasses),i=Z.useAppSelector(Z.selectSingletons),o=t[e],a=Z.useAppDispatch(),[u,c]=A.useState([]),[d,f]=A.useState("");A.useEffect(()=>{f("")},[e]);const{isOpen:h,getMenuProps:p,getInputProps:v,getComboboxProps:m,highlightedIndex:y,getItemProps:b,selectedItem:x,openMenu:w}=to({onInputValueChange(){c([])},items:[],itemToString(_){return _?_.applyTo:""},defaultHighlightedIndex:0,stateReducer:(_,R)=>{const{changes:P,type:N}=R;switch(N){case to.stateChangeTypes.InputKeyDownArrowDown:return{...P,isOpen:!0,highlightedIndex:_.highlightedIndex<=u.length?_.highlightedIndex+1:0};case to.stateChangeTypes.InputKeyDownArrowUp:return{...P,isOpen:!0,highlightedIndex:_.highlightedIndex>=0?_.highlightedIndex-1:u.length};case to.stateChangeTypes.InputKeyDownEnter:const j=u[_.highlightedIndex];if(!j)return P;const L=Z.addPermission(e,j,t);return a(Z.updatePrivileges(L)),{...P,isOpen:!0,highlightedIndex:0}}return P}});A.useEffect(()=>{const _=o.resources.map(({resource:P,type:N,subType:j})=>({type:N,applyTo:P,subType:j})),R=Ax(d.toLowerCase(),r,Object.values(n),Object.values(i));c(R.filter(({applyTo:P,type:N,subType:j})=>!Jq.find(_,{applyTo:P,type:N,subType:j})))},[d,o.resources]);const S=p({},{suppressRefError:!0}),E=A.useRef(null);return A.useEffect(()=>{h&&E.current&&E.current.focus()},[h]),C.jsxs("div",{className:"relative w-56 text-white group",...m(),children:[C.jsx("div",{...m(),children:C.jsx("input",{...v(),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:d,onChange:({target:{value:_}})=>f(_),onFocus:()=>{w()}})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-1",children:C.jsx(ye.FdDown,{className:"h-4 w-4 cursor-pointer",onMouseDown:_=>{_.preventDefault()},onClick:()=>{w()}})}),h&&C.jsx("ul",{...S,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:u.map((_,R)=>C.jsxs("li",{className:Ke(x===_&&"font-bold","flex min-w-fit cursor-pointer items-center space-x-2 px-3 py-2 text-xs shadow-sm",{"bg-primary-hover":y===R,"font-bold":x===_}),...b({item:_,index:R}),onClick:()=>{const P=Z.addPermission(e,_,t);a(Z.updatePrivileges(P))},children:[Hk(_.type,_.subType),C.jsx("span",{children:_.applyTo})]},`${_.applyTo}-${R}`))})]})};function eQ(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 tQ=({selectedPrivilege:e,onSelect:t,showIncluded:r,privileges:n})=>{const[i,o]=A.useState(null),[a,u]=A.useState(null),{styles:c,attributes:d}=wc(i,a,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),[f,h]=A.useState([]),[p,v]=A.useState(""),m=Z.useAppDispatch();Z.useAppSelector(Z.selectCatalog);const{id:y}=e,b=A.useMemo(()=>Z.getInheritedResources(y,n),[y,n[y].includes,n[y].resources]),x=A.useMemo(()=>Z.getPromotions(y,n),[n[y]]);function w(k){h(D=>D.some(T=>k.includes(T))?D.filter(T=>!k.includes(T)):[...D,...k])}const S=async k=>{const{confirmed:D}=await m(Z.openModal({title:"Delete Privilege",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to remove this Privilege?",icon:"FdWarningDanger"})).unwrap();if(D){const T=Z.removePermission(e.id,k,n);m(Z.updatePrivileges(T))}},E=async()=>{const{confirmed:k}=await m(Z.openModal({title:"Reset Permissions",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to reset permissions for this Privilege?",icon:"FdWarningDanger"})).unwrap();if(k){const D=Z.resetResources(e.id,n);m(Z.updatePrivileges(D))}},R=b.filter(k=>f.length===0?!0:f.includes(k.type)).filter(({resource:k})=>p?new RegExp(Jq.escapeRegExp(p),"i").test(k):!0),P=eQ(R),N=P.filter(k=>{const D=k.permissions.every(T=>!T.checked)&&k.permissions.some(T=>T.from.length>0);return r||!D}),j=(k,D)=>{const T=Z.togglePermission(e.id,k,D,n);m(Z.updatePrivileges(T))},L=A.useMemo(()=>N.some(k=>k.exists===!1),[N]),F=async()=>{const{confirmed:k}=await m(Z.openModal({title:"Delete Privilege",type:nt.ModalType.CONFIRM,color:nt.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(),D=Object.entries(n).map(([T,B])=>{const $=B.resources.filter(W=>!W.exists);return{[T]:$.map(W=>({applyTo:W.resource,type:W.type}))}}).reduce((T,B)=>({...T,...B}),{});if(k){const T=Z.removeMultiplePermissions(D,n);m(Z.updatePrivileges(T))}};return C.jsxs(fl,{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",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(ye.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(wr.Popover,{className:"flex items-center",children:({open:k})=>C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{ref:o,children:C.jsx(ye.FdAdjust,{className:"h-4 w-4"})}),k&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.Popover.Panel,{ref:u,style:c.popper,...d.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.jsx("h5",{className:"mb-2 text-sm",children:"Filter"}),C.jsxs("div",{className:"space-y-2",children:[C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("datastore"),onChange:()=>{w(["datastore"])},colorScheme:"primary"}),C.jsx("span",{children:"Datastore"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("dataclass"),onChange:()=>{w(["dataclass"])},colorScheme:"primary"}),C.jsx("span",{children:"Dataclass"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("singleton"),onChange:()=>{w(["singleton"])},colorScheme:"primary"}),C.jsx("span",{children:"Singleton"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.some(D=>["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"].includes(D)),onChange:()=>{w(["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"])},colorScheme:"primary"}),C.jsx("span",{children:"Functions"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("attribute"),onChange:()=>{w(["attribute"])},colorScheme:"primary"}),C.jsx("span",{children:"Attribute"})]})]})]})}),document.body)]})})}),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:p,onChange:k=>{v(k.target.value)}})]}),C.jsx(QJ,{privilegeId:y,privileges:n}),C.jsx("div",{children:C.jsxs(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{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:E,children:C.jsx(ye.FdReload,{})})}),C.jsx(jr,{children:C.jsxs(qr,{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(ye.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(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{children:C.jsx("button",{className:Ke("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:F,disabled:!L,children:C.jsx(ye.FdClean,{className:"h-4 w-4"})})}),C.jsx(jr,{children:C.jsxs(qr,{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(ye.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"})]})}),N.length?C.jsx("tbody",{children:N.map((k,D)=>{const T=k.permissions.some(B=>B.from.length>0);return C.jsxs("tr",{className:Ke("group even:bg-grey-600",{"opacity-60":k.exists===!1}),children:[C.jsxs("td",{className:Ke("group flex items-center gap-3 py-2 text-xs group-hover:rounded-l group-hover:bg-grey-300",k.exists===!1?"text-negative-400":"text-white",{"border-b-[0.5px] border-grey-300":!1}),children:[Hk(k.type,k.subType),k.resource,C.jsx(nt.Tooltip,{placement:"top",label:"Remove Permission",isDisabled:T,children:C.jsx("button",{onClick:()=>{T?nt.toastSubject.next({kind:"info",markdown:!0,message:`<div className="flex gap-x-3"><h3 className="font-bold">Info:</h3><p className="font-normal">Inherited permissions can't be removed</p></div>`,customIcon:ye.FdInfoBold}):S({applyTo:k.resource,type:k.type})},className:Ke("flex flex-shrink-0 items-center justify-center rounded p-1 opacity-0 group-hover:opacity-100",T?"hover:bg-grey-300 group-hover:opacity-70":"hover:bg-primary-hover"),children:C.jsx(ye.FdPlus,{className:"h-4 w-4 rotate-45 transform text-white"})})})]}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"read",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"create",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"update",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"drop",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{promoted:x[k.resource],permissions:k.permissions,showIncluded:r,label:"execute",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:rounded-r group-hover:bg-grey-300 ",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"promote",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})})]},D)})}):null]}),!P.length&&p?C.jsx(kM,{children:"The Permission you're looking for can't be found "}):null,!P.length&&!p?C.jsxs(kM,{children:["This Privilege has no Permissions configured yet ",C.jsx("br",{}),'Add a new permission by using the "Create a permission" input above']}):null]})},rQ=({onCreate:e})=>{const t=Z.useAppSelector(Z.selectPrivileges),r=Z.useAppDispatch(),[n,i]=A.useState(null),[o,a]=A.useState(null),[u,c]=A.useState(""),[d,f]=A.useState(null),{styles:h,attributes:p}=wc(n,o,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});return A.useEffect(()=>{c(""),f(null)},[o]),C.jsx(wr.Popover,{children:({open:v,close:m})=>C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:i,children:C.jsx("span",{children:C.jsx(ye.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.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=>c(y.target.value),onKeyDown:y=>{if(y.key==="Enter"){f(null);try{const b=Z.create(u,t),x=r(Z.updatePrivileges(b)),w=Object.values(x.payload).find(S=>S.privilege===u);w&&(e(w),m())}catch(b){f(b.message)}}},type:"text",className:Ke("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=Z.create(u,t),b=r(Z.updatePrivileges(y)),x=Object.values(b.payload).find(w=>w.privilege===u);x&&e(x),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"})]})]})}),document.body)]})})},nQ=()=>{const e=Z.useAppSelector(Z.selectCatalog),t=Z.useAppSelector(Z.selectPrivileges),r=A.useMemo(()=>{if(e===null)return t;const c=T2(t,Object.values((e==null?void 0:e.dataClasses)??{}));return A2(c,e)},[t,e]),[n,i]=A.useState(null),o=A.useMemo(()=>Object.keys(r),[r]);A.useEffect(()=>{n&&r[n.id]||!o.length||i(r[o[0]])},[r]),A.useEffect(()=>{o.length<2&&u(!0)},[o.length]);const[a,u]=A.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(ye.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Privileges"})]}),C.jsx(rQ,{onCreate:c=>{i(c)}})]}),C.jsx(xX,{privileges:r,selectedPrivilege:n,selectPrivilege:c=>{i(c)}})]}),n&&r[n.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:[n.privilege!=="guest"?C.jsx(m9,{privileges:r,selectedPrivilege:n,onSelect:c=>i(t[c]),setShowIncluded:u,showIncluded:a}):null,C.jsx(tQ,{privileges:r,selectedPrivilege:n,onSelect:c=>i(t[c]),showIncluded:a})]}),C.jsx(iQ,{privileges:r,selectedPrivilege:n,setSelectedPrivilege:i})]}):C.jsx(gD,{tab:"Privilege"})]})},iQ=({privileges:e,selectedPrivilege:t,setSelectedPrivilege:r})=>{const[n,i]=A.useState(!1);return C.jsx(nt.Panel,{path:nt.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(p9,{dict:e,data:Z.getGraphData(t.id,e),onSelect:o=>r(e[o])})})})})};var yb={},oa={},Mu={},LM;function Uk(){if(LM)return Mu;LM=1,Object.defineProperty(Mu,"__esModule",{value:!0}),Mu.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 Mu}var Zi={},aa={},sa={},BM;function oQ(){if(BM)return sa;BM=1,Object.defineProperty(sa,"__esModule",{value:!0}),sa.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 sa.default=e,sa}var FM;function dl(){if(FM)return aa;FM=1,Object.defineProperty(aa,"__esModule",{value:!0}),aa.default=void 0;var e=t(oQ());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 aa.default=n,aa}var $M;function hl(){if($M)return Zi;$M=1,Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.default=void 0,Zi.unsafeStringify=n;var e=t(dl());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 c=n(a,u);if(!(0,e.default)(c))throw TypeError("Stringified UUID is invalid");return c}var o=i;return Zi.default=o,Zi}var zM;function aQ(){if(zM)return oa;zM=1,Object.defineProperty(oa,"__esModule",{value:!0}),oa.default=void 0;var e=r(Uk()),t=hl();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 _=d.random||(d.rng||e.default)();m==null&&(m=n=[_[0]|1,_[1],_[2],_[3],_[4],_[5]]),y==null&&(y=i=(_[6]<<8|_[7])&16383)}let b=d.msecs!==void 0?d.msecs:Date.now(),x=d.nsecs!==void 0?d.nsecs:a+1;const w=b-o+(x-a)/1e4;if(w<0&&d.clockseq===void 0&&(y=y+1&16383),(w<0||b>o)&&d.nsecs===void 0&&(x=0),x>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");o=b,a=x,i=y,b+=122192928e5;const S=((b&268435455)*1e4+x)%4294967296;v[p++]=S>>>24&255,v[p++]=S>>>16&255,v[p++]=S>>>8&255,v[p++]=S&255;const E=b/4294967296*1e4&268435455;v[p++]=E>>>8&255,v[p++]=E&255,v[p++]=E>>>24&15|16,v[p++]=E>>>16&255,v[p++]=y>>>8|128,v[p++]=y&255;for(let _=0;_<6;++_)v[p+_]=m[_];return f||(0,t.unsafeStringify)(v)}var c=u;return oa.default=c,oa}var ua={},Ln={},ca={},HM;function Vk(){if(HM)return ca;HM=1,Object.defineProperty(ca,"__esModule",{value:!0}),ca.default=void 0;var e=t(dl());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 ca.default=n,ca}var UM;function Wk(){if(UM)return Ln;UM=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.URL=Ln.DNS=void 0,Ln.default=a;var e=hl(),t=r(Vk());function r(u){return u&&u.__esModule?u:{default:u}}function n(u){u=unescape(encodeURIComponent(u));const c=[];for(let d=0;d<u.length;++d)c.push(u.charCodeAt(d));return c}const i="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Ln.DNS=i;const o="6ba7b811-9dad-11d1-80b4-00c04fd430c8";Ln.URL=o;function a(u,c,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 b=new Uint8Array(16+h.length);if(b.set(p),b.set(h,p.length),b=d(b),b[6]=b[6]&15|c,b[8]=b[8]&63|128,v){m=m||0;for(let x=0;x<16;++x)v[m+x]=b[x];return v}return(0,e.unsafeStringify)(b)}try{f.name=u}catch{}return f.DNS=i,f.URL=o,f}return Ln}var la={},VM;function sQ(){if(VM)return la;VM=1,Object.defineProperty(la,"__esModule",{value:!0}),la.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,b="0123456789abcdef";for(let x=0;x<y;x+=8){const w=v[x>>5]>>>x%32&255,S=parseInt(b.charAt(w>>>4&15)+b.charAt(w&15),16);m.push(S)}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,b=-271733879,x=-1732584194,w=271733878;for(let S=0;S<v.length;S+=16){const E=y,_=b,R=x,P=w;y=c(y,b,x,w,v[S],7,-680876936),w=c(w,y,b,x,v[S+1],12,-389564586),x=c(x,w,y,b,v[S+2],17,606105819),b=c(b,x,w,y,v[S+3],22,-1044525330),y=c(y,b,x,w,v[S+4],7,-176418897),w=c(w,y,b,x,v[S+5],12,1200080426),x=c(x,w,y,b,v[S+6],17,-1473231341),b=c(b,x,w,y,v[S+7],22,-45705983),y=c(y,b,x,w,v[S+8],7,1770035416),w=c(w,y,b,x,v[S+9],12,-1958414417),x=c(x,w,y,b,v[S+10],17,-42063),b=c(b,x,w,y,v[S+11],22,-1990404162),y=c(y,b,x,w,v[S+12],7,1804603682),w=c(w,y,b,x,v[S+13],12,-40341101),x=c(x,w,y,b,v[S+14],17,-1502002290),b=c(b,x,w,y,v[S+15],22,1236535329),y=d(y,b,x,w,v[S+1],5,-165796510),w=d(w,y,b,x,v[S+6],9,-1069501632),x=d(x,w,y,b,v[S+11],14,643717713),b=d(b,x,w,y,v[S],20,-373897302),y=d(y,b,x,w,v[S+5],5,-701558691),w=d(w,y,b,x,v[S+10],9,38016083),x=d(x,w,y,b,v[S+15],14,-660478335),b=d(b,x,w,y,v[S+4],20,-405537848),y=d(y,b,x,w,v[S+9],5,568446438),w=d(w,y,b,x,v[S+14],9,-1019803690),x=d(x,w,y,b,v[S+3],14,-187363961),b=d(b,x,w,y,v[S+8],20,1163531501),y=d(y,b,x,w,v[S+13],5,-1444681467),w=d(w,y,b,x,v[S+2],9,-51403784),x=d(x,w,y,b,v[S+7],14,1735328473),b=d(b,x,w,y,v[S+12],20,-1926607734),y=f(y,b,x,w,v[S+5],4,-378558),w=f(w,y,b,x,v[S+8],11,-2022574463),x=f(x,w,y,b,v[S+11],16,1839030562),b=f(b,x,w,y,v[S+14],23,-35309556),y=f(y,b,x,w,v[S+1],4,-1530992060),w=f(w,y,b,x,v[S+4],11,1272893353),x=f(x,w,y,b,v[S+7],16,-155497632),b=f(b,x,w,y,v[S+10],23,-1094730640),y=f(y,b,x,w,v[S+13],4,681279174),w=f(w,y,b,x,v[S],11,-358537222),x=f(x,w,y,b,v[S+3],16,-722521979),b=f(b,x,w,y,v[S+6],23,76029189),y=f(y,b,x,w,v[S+9],4,-640364487),w=f(w,y,b,x,v[S+12],11,-421815835),x=f(x,w,y,b,v[S+15],16,530742520),b=f(b,x,w,y,v[S+2],23,-995338651),y=h(y,b,x,w,v[S],6,-198630844),w=h(w,y,b,x,v[S+7],10,1126891415),x=h(x,w,y,b,v[S+14],15,-1416354905),b=h(b,x,w,y,v[S+5],21,-57434055),y=h(y,b,x,w,v[S+12],6,1700485571),w=h(w,y,b,x,v[S+3],10,-1894986606),x=h(x,w,y,b,v[S+10],15,-1051523),b=h(b,x,w,y,v[S+1],21,-2054922799),y=h(y,b,x,w,v[S+8],6,1873313359),w=h(w,y,b,x,v[S+15],10,-30611744),x=h(x,w,y,b,v[S+6],15,-1560198380),b=h(b,x,w,y,v[S+13],21,1309151649),y=h(y,b,x,w,v[S+4],6,-145523070),w=h(w,y,b,x,v[S+11],10,-1120210379),x=h(x,w,y,b,v[S+2],15,718787259),b=h(b,x,w,y,v[S+9],21,-343485551),y=o(y,E),b=o(b,_),x=o(x,R),w=o(w,P)}return[y,b,x,w]}function i(v){if(v.length===0)return[];const m=v.length*8,y=new Uint32Array(r(m));for(let b=0;b<m;b+=8)y[b>>5]|=(v[b/8]&255)<<b%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,b,x,w){return o(a(o(o(m,v),o(b,w)),x),y)}function c(v,m,y,b,x,w,S){return u(m&y|~m&b,v,m,x,w,S)}function d(v,m,y,b,x,w,S){return u(m&b|y&~b,v,m,x,w,S)}function f(v,m,y,b,x,w,S){return u(m^y^b,v,m,x,w,S)}function h(v,m,y,b,x,w,S){return u(y^(m|~b),v,m,x,w,S)}var p=e;return la.default=p,la}var WM;function uQ(){if(WM)return ua;WM=1,Object.defineProperty(ua,"__esModule",{value:!0}),ua.default=void 0;var e=r(Wk()),t=r(sQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v3",48,t.default);return ua.default=i,ua}var fa={},da={},GM;function cQ(){if(GM)return da;GM=1,Object.defineProperty(da,"__esModule",{value:!0}),da.default=void 0;var t={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};return da.default=t,da}var KM;function lQ(){if(KM)return fa;KM=1,Object.defineProperty(fa,"__esModule",{value:!0}),fa.default=void 0;var e=n(cQ()),t=n(Uk()),r=hl();function n(a){return a&&a.__esModule?a:{default:a}}function i(a,u,c){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){c=c||0;for(let f=0;f<16;++f)u[c+f]=d[f];return u}return(0,r.unsafeStringify)(d)}var o=i;return fa.default=o,fa}var ha={},pa={},YM;function fQ(){if(YM)return pa;YM=1,Object.defineProperty(pa,"__esModule",{value:!0}),pa.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,c=Math.ceil(u/16),d=new Array(c);for(let f=0;f<c;++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[c-1][14]=(i.length-1)*8/Math.pow(2,32),d[c-1][14]=Math.floor(d[c-1][14]),d[c-1][15]=(i.length-1)*8&4294967295;for(let f=0;f<c;++f){const h=new Uint32Array(80);for(let x=0;x<16;++x)h[x]=d[f][x];for(let x=16;x<80;++x)h[x]=t(h[x-3]^h[x-8]^h[x-14]^h[x-16],1);let p=a[0],v=a[1],m=a[2],y=a[3],b=a[4];for(let x=0;x<80;++x){const w=Math.floor(x/20),S=t(p,5)+e(w,v,m,y)+b+o[w]+h[x]>>>0;b=y,y=m,m=t(v,30)>>>0,v=p,p=S}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]+b>>>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 pa.default=n,pa}var XM;function dQ(){if(XM)return ha;XM=1,Object.defineProperty(ha,"__esModule",{value:!0}),ha.default=void 0;var e=r(Wk()),t=r(fQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v5",80,t.default);return ha.default=i,ha}var va={},ZM;function hQ(){if(ZM)return va;ZM=1,Object.defineProperty(va,"__esModule",{value:!0}),va.default=void 0;var e="00000000-0000-0000-0000-000000000000";return va.default=e,va}var ga={},JM;function pQ(){if(JM)return ga;JM=1,Object.defineProperty(ga,"__esModule",{value:!0}),ga.default=void 0;var e=t(dl());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 ga.default=n,ga}var QM;function vQ(){return QM||(QM=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 c.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(aQ()),r=f(uQ()),n=f(lQ()),i=f(dQ()),o=f(hQ()),a=f(pQ()),u=f(dl()),c=f(hl()),d=f(Vk());function f(h){return h&&h.__esModule?h:{default:h}}})(yb)),yb}var bb,eD;function gQ(){if(eD)return bb;eD=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,c=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<c;r++)o[r]=this.srcAlphabet.indexOf(t[r]);do{for(n=0,i=0,r=0;r<c;r++)n=n*a+o[r],n>=u?(o[i++]=parseInt(n/u,10),n=n%u):i>0&&(o[i++]=0);c=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},bb=e,bb}var xb,tD;function mQ(){if(tD)return xb;tD=1;var e=gQ();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",xb=t,xb}var wb,rD;function yQ(){if(rD)return wb;rD=1;const{v4:e,validate:t}=vQ(),r=mQ(),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("-")},c=d=>Math.ceil(Math.log(2**128)/Math.log(d));return wb=(()=>{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=c(p.length),y={shortIdLength:m,consistentLength:v.consistentLength,paddingChar:p[0]},b=r(r.HEX,p),x=r(p,r.HEX),w=()=>a(e(),b,y),E={alphabet:p,fromUUID:_=>a(_,b,y),maxLength:m,generate:w,new:w,toUUID:_=>u(_,x),uuid:e,validate:(_,R=!1)=>{if(!_||typeof _!="string")return!1;const P=v.consistentLength?_.length===m:_.length<=m,N=_.split("").every(j=>p.includes(j));return R===!1?P&&N:P&&N&&t(u(_,x))}};return Object.freeze(E),E};return d.constants=n,d.uuid=e,d.generate=()=>(o||(o=d(n.flickrBase58).generate),o()),d})(),wb}var bQ=yQ();const xQ=({role:e})=>{var R;const[t,r]=A.useState(e),[n,i]=A.useState(e.role),[o,a]=A.useState(null),u=Z.useAppSelector(Z.selectPrivileges),c=((R=t.privileges)==null?void 0:R.filter(P=>u[P]&&u[P].privilege!=="guest").length)||0,d=Z.useAppSelector(Z.selectRoles),f=Z.useAppDispatch(),{selectedRole:h,selectRole:p}=Yb(),[v,m]=A.useState(!1),y=nt.useOutsideClick(()=>{v&&x()});A.useEffect(()=>{e.role||m(!0)},[]),A.useEffect(()=>{r(e)},[e]);const b=()=>{a(""),m(!0)},x=()=>{a(null),e.role&&e.role===n&&m(!1);try{const P=Z.saveRole({...t,role:n},d);f(Z.updateRoles(P)),m(!1)}catch(P){a(P.message)}},w=Z.useAppDispatch(),S=async P=>{P.stopPropagation();const{confirmed:N}=await w(Z.openModal({title:"Delete Role",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to remove this Role?",icon:"FdWarningDanger"})).unwrap();N&&E()},E=()=>{const P=Z.removeRole(t.id,d),N=Object.keys(P),j=N.length>=1,L=N[N.length-1];p(L&&j?L:null),f(Z.updateRoles(P))},_=(P=null)=>{if(P&&P.stopPropagation(),!e.role){E();return}m(!1),i(e.role)};return C.jsx(C.Fragment,{children:C.jsxs("div",{className:Ke("rounded border bg-grey-300 p-2",{"border-grey-100":h!==t.id,"border-primary-dark":h===t.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{p(t.id)},ref:y,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(ye.FdGroup,{className:"h-6 w-6"})}),v?C.jsxs("div",{className:"relative h-6 flex-1",children:[C.jsx("input",{type:"text",value:n,onChange:({target:{value:P}})=>{i(P)},onKeyDown:P=>{P.key==="Enter"&&x(),P.key==="Escape"&&_()},className:Ke("absolute inset-0 mr-2 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:border-primary-dark focus:outline-none",{"border-b border-red-400":o}),placeholder:"role",autoComplete:"off",autoFocus:!0}),o&&C.jsx("p",{className:"absolute top-5 mt-1 rounded bg-red-400 p-1 text-xs text-white shadow-md",children:o})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",title:n,children:t.role}),C.jsx("div",{className:Ke("justify-betwee ml-auto flex w-fit items-center gap-x-2"),children:v?C.jsxs(C.Fragment,{children:[C.jsx("button",{onClick:x,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(ye.FdSave,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:_,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(ye.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(ye.FdPen,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:P=>S(P),className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(ye.FdTrash,{className:"h-4 w-4 text-grey-50"})})]})})]})}),C.jsxs("span",{className:Ke("ml-[43px] py-1 text-xs text-white"),children:[c," Privilege",c>1?"s":""]})]})})},Gk=(e,t)=>e?t[e]:null,nD=(e,t,r)=>{const n=Gk(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},wQ=()=>{const e=Z.useAppSelector(Z.selectPrivileges),t=Z.useAppSelector(Z.selectRoles),r=Z.useAppDispatch(),{selectedRole:n}=Yb(),i=Gk(n,t),o=(a,u)=>u&&u.privileges.includes(a.id);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:Ke("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"}),Object.values(e).filter(a=>o(a,i)&&a.privilege!=="guest").map((a,u)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:Ke("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(a,i),"bg-grey-300 text-grey-100":!o(a,i)}),onClick:()=>{const c=nD(i.id,a.id,t);r(Z.updateRoles(c))},children:[C.jsx("span",{className:"text-xs",children:a.privilege}),C.jsx("button",{className:"focus:outline-none",children:o(a,i)?C.jsx(ye.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(ye.FdPlus,{className:"h-[14px] w-[14px]"})})]},u)),Object.values(e).filter(a=>!o(a,i)&&a.privilege!=="guest").map((a,u)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:Ke("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(a,i),"bg-grey-300 text-grey-100":!o(a,i)}),onClick:()=>{const c=nD(i.id,a.id,t);r(Z.updateRoles(c))},children:[C.jsx("span",{className:"text-xs",children:a.privilege}),C.jsx("button",{className:"text-white focus:outline-none",children:o(a,i)?C.jsx(ye.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(ye.FdPlus,{className:"h-[14px] w-[14px]"})})]},u))]})]})},_Q=({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(ye.FdInfoBold,{className:"absolute -right-full h-10 w-10 translate-x-1"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})}),Gb=(e,t,r,n=!1)=>{const i=e.applyTo,o=e.type===Z.EPermissionType.DATACLASS?"ds":i.split(".")[0],a={...t,...r},u=()=>({value:!n,inherited:!1,from:[],explicitly:!1}),c={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=Gb(e,t,{[p]:a[p]},n);Object.values(v.permissions).forEach(y=>{c[y.name].explicitly||(!c[y.name].from.includes(a[p].privilege)&&y.checked&&c[y.name].from.push(a[p].privilege),c[y.name].inherited=c[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&&(c[v.name].explicitly=!0,n&&(c[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&&(c[v.name].explicitly=!0,n&&(c[v.name].value=!0))}):Object.values(p.permissions).forEach(v=>{!c[v.name].explicitly&&v.checked&&(n?c[v.name].value=!0:c[v.name].value=!1)}))})}),(n?Object.entries(c).some(([h,p])=>h!=="promote"&&!p.value&&!p.explicitly):Object.entries(c).some(([h,p])=>h!=="promote"&&p.value&&!p.explicitly))&&![Z.EPermissionType.DATASTORE,Z.EPermissionType.SINGLETON].includes(e.type)){const h={applyTo:o,type:e.type===Z.EPermissionType.DATACLASS?Z.EPermissionType.DATASTORE:e.type===Z.EPermissionType.SINGLETON_METHOD?Z.EPermissionType.SINGLETON:Z.EPermissionType.DATACLASS},p=Gb(h,t,r,n),v=m=>{let y=c[m].value;return n?!c[m].value&&!c[m].explicitly&&(y=p[m].value):c[m].value&&!c[m].explicitly&&(y=p[m].value),{value:y,inherited:c[m].inherited||p[m].inherited,from:c[m].from.length>0?c[m].from:p[m].from,explicitly:c[m].explicitly}};return{read:v("read"),create:v("create"),update:v("update"),drop:v("drop"),execute:v("execute"),promote:v("promote")}}return{read:c.read,create:c.create,update:c.update,drop:c.drop,execute:c.execute,promote:c.promote}},EQ=e=>{switch(e){case"dataclass":return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"});case"singleton":return C.jsx(ye.FdSingleton,{className:"h-6 w-6"});case"datastore":return C.jsx(ye.FdModel3,{className:"h-6 w-6"});case"attribute":return C.jsx(ye.FdTableColumn,{className:"h-6 w-6"});case"method":return C.jsx(ye.FdCode,{className:"h-6 w-6"});case"singletonMethod":return C.jsx(ye.FdFunctionSingleton,{className:"h-6 w-6"});case"entityselMethod":return C.jsx(ye.FdFunctionSelection,{className:"h-6 w-6"});case"entityMethod":return C.jsx(ye.FdFunctionEntity,{className:"h-6 w-6"});case"dsMethod":return C.jsx(ye.FdFunctionDatastore,{className:"h-6 w-6"});case"dataclassMethod":return C.jsx(ye.FdFunctionDataclass,{className:"h-6 w-6"});default:return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"})}},ma=Hx,ya=Ux,co=({privileges:e,permission:t,hasChild:r,depth:n,isChild:i=!1,className:o,inSearch:a,toggleCollapse:u,collapsed:c,isRestrictedByDefault:d,toastMessageCallback:f})=>{const[h,p]=t.applyTo.split("."),v=A.useMemo(()=>Gb(t,e.otherPrivs,e.rolePrivs,d),[e,t,d]);return C.jsxs("tr",{className:Ke("group even:bg-grey-600",o),children:[C.jsxs("td",{className:Ke("flex h-full w-full items-center gap-3 p-0 text-xs group-hover:rounded-l group-hover:bg-grey-300",{"px-1":a}),children:[Array(n).fill("").map((m,y)=>C.jsx("div",{className:Ke("ml-1.5 mr-1 h-full w-0.5 border-l-2 border-grey-100",{"mr-0.5":i})},y)),r&&C.jsx("button",{onClick:u,className:"w-3",children:c?C.jsx(ye.FdRight,{className:"inline h-4 w-4"}):C.jsx(ye.FdDown,{className:"inline h-4 w-4"})}),EQ(t.type),a?t.applyTo:p||h]}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ke("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.read.value||v.read.inherited}),onClick:f,children:(v.read.value||v.read.inherited)&&C.jsx(ye.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:!v.read.value&&v.read.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.read.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.read.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ke("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.create.value||v.create.inherited}),onClick:f,children:(v.create.value||v.create.inherited)&&C.jsx(ye.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:!v.create.value&&v.create.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.create.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.create.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ke("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.update.value||v.update.inherited}),onClick:f,children:(v.update.value||v.update.inherited)&&C.jsx(ye.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:!v.update.value&&v.update.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.update.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.update.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ke("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.drop.value||v.drop.inherited}),onClick:f,children:(v.drop.value||v.drop.inherited)&&C.jsx(ye.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:!v.drop.value&&v.drop.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.drop.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.drop.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:rounded-r group-hover:bg-grey-300",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:Ke("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.execute.value||v.execute.inherited}),onClick:f,children:(v.execute.value||v.execute.inherited)&&C.jsx(ye.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:!v.execute.value&&v.execute.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.execute.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.execute.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})})]})},iD=({depth:e,permission:t,privileges:r,childCollapsed:n,didChildCollapsed:i,toastMessageCallback:o})=>{const[a,u]=A.useState(n),c=Z.useAppSelector(Z.selectRestrictedByDefault),d=Z.useAppSelector(Z.selectPrivileges);return A.useEffect(()=>{n===!0&&u(!0)},[n]),C.jsxs(C.Fragment,{children:[C.jsx(co,{privileges:r,permission:t,isChild:!0,depth:e,hasChild:!0,toggleCollapse:()=>{const f=!a;u(f),i==null||i(f)},isRestrictedByDefault:c,allPrivileges:d,collapsed:a,toastMessageCallback:o}),!a&&C.jsxs(C.Fragment,{children:[t.attributes.map((f,h)=>C.jsx(co,{privileges:r,permission:f,depth:e+1,isRestrictedByDefault:c,allPrivileges:d,toastMessageCallback:o},`${f.type}-${h}`)),t.methods.map((f,h)=>C.jsx(co,{privileges:r,permission:f,depth:e+1,isRestrictedByDefault:c,allPrivileges:d,toastMessageCallback:o},`${f.type}-${h}`))]})]})},SQ=({selectedRole:e})=>{const[t,r]=A.useState(null),[n,i]=A.useState(null),{styles:o,attributes:a}=wc(t,n,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),u=Z.useAppSelector(Z.selectRestrictedByDefault),c=Z.useAppSelector(Z.selectPrivileges),[d,f]=A.useState([]),[h,p]=A.useState(""),v=Z.useAppSelector(Z.selectCatalogMethods),m=Z.useAppSelector(Z.selectDataclasses),y=Z.useAppSelector(Z.selectSingletons),[b,x]=A.useState({}),[w,S]=A.useState([]);A.useEffect(()=>{const B=g9(v,Object.values(m),Object.values(y));x(B)},[e]);function E(B){const $=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"];return B.sort((W,Y)=>{const ee=$.indexOf(W.type),H=$.indexOf(Y.type);return ee!==H?ee-H:W.applyTo.toLowerCase()>Y.applyTo.toLowerCase()?1:-1})}A.useEffect(()=>{S(E(Ax(h,v,Object.values(m),Object.values(y)).filter(B=>d.length?d.includes(B.type):!0)))},[d,h]);const[_,R]=A.useState(!1),P=B=>{f($=>$.some(W=>B.includes(W))?$.filter(W=>!B.includes(W)):[...$,...B])},N=Z.useAppSelector(Z.selectRoles),j={toggleAllCollapsed:B=>{B.allCollapsed=!B.allCollapsed},toggleChildCollapsed:B=>{B.childCollapsed=!B.childCollapsed},setAllCollapsed:(B,$)=>{B.allCollapsed=$},setChildCollapsed:(B,$)=>{B.childCollapsed=$}},L=A.useMemo(()=>{const B=Object.values(c).find(H=>H.privilege==="guest"),$=N[e],W=$?Object.fromEntries($.privileges.map(H=>[H,c[H]]).filter(([,H])=>!!H)):{};if(u)return{rolePrivs:W,otherPrivs:B?{[B.id]:B}:{}};const Y=B?{[B.id]:{...B,active:!0}}:{},ee=Object.fromEntries(Object.entries(c).filter(([H])=>H!==(B==null?void 0:B.id)&&!($!=null&&$.privileges.includes(H))).map(([H,Q])=>[H,{...Q,active:!1}]));return{rolePrivs:W,otherPrivs:{...Y,...ee}}},[c,N,e,u]),{state:{allCollapsed:F,childCollapsed:k},dispatch:D}=nt.useEnhancedState({allCollapsed:!1,childCollapsed:!1},j,"Table Collapse Store"),T=()=>{nt.toastSubject.next({kind:"info",markdown:!0,message:'<div className="flex gap-x-1 items-center"><h3 className="font-bold mr-1">Info:</h3><p className="font-normal">You can add or modify permissions only in the Privilege section.</p></div>',customIcon:ye.FdInfoCircle})};return C.jsxs(fl,{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",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(nt.FloatingTooltip,{message:"Collapse All",side:"top",children:C.jsx("button",{onClick:()=>{k?(D.setAllCollapsed(!0),R(!0)):D.setChildCollapsed(!0)},className:Ke("cursor-pointer rounded-md p-1 hover:bg-primary-hover focus:outline-none",{"pointer-events-none text-grey-200":F,"text-white":!F}),children:C.jsx(ye.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(ye.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(wr.Popover,{className:"flex items-center",children:({open:B})=>C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{ref:r,children:C.jsx(ye.FdAdjust,{className:"h-4 w-4"})}),B&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.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.jsx("h5",{className:"mb-2 text-sm",children:"Filter"}),C.jsxs("div",{className:"space-y-2",children:[C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("datastore"),onChange:()=>{P(["datastore"])}}),C.jsx("span",{children:"Datastore"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("dataclass"),onChange:()=>{P(["dataclass"])}}),C.jsx("span",{children:"Dataclass"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("singleton"),onChange:()=>{P(["singleton"])}}),C.jsx("span",{children:"Singleton"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:d.some($=>["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"].includes($)),onChange:()=>{P(["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"])},colorScheme:"primary"}),C.jsx("span",{children:"Functions"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("attribute"),onChange:()=>{P(["attribute"])}}),C.jsx("span",{children:"Attribute"})]})]})]})}),document.body)]})})}),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:h,onChange:B=>{p(B.target.value)}})]})]})}),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:d.length||h?w.map((B,$)=>C.jsx(co,{privileges:L,permission:B,depth:0,inSearch:!0,isRestrictedByDefault:u,allPrivileges:c,toastMessageCallback:T},`${B.type}-${$}`)):Object.values(b).map((B,$)=>C.jsxs(A.Fragment,{children:[C.jsx(co,{privileges:L,permission:B,isRestrictedByDefault:u,allPrivileges:c,hasChild:!0,depth:0,toggleCollapse:()=>{const W=!_;R(W),D.setAllCollapsed(!W&&F?!1:F)},collapsed:_,toastMessageCallback:T}),B.type==="datastore"&&!_?C.jsxs(C.Fragment,{children:[B.methods.map((W,Y)=>C.jsx(co,{privileges:L,isRestrictedByDefault:u,allPrivileges:c,permission:W,depth:1,collapsed:F||!1,toastMessageCallback:T},`${W.type}-${Y}`)),B.dataClasses.map((W,Y)=>C.jsx(iD,{depth:1,privileges:L,permission:W,childCollapsed:k,didChildCollapsed:ee=>{D.setChildCollapsed(ee?k:!1)},toastMessageCallback:T},`${W.type}-${Y}`))]}):null,B.singletons.map((W,Y)=>C.jsx(iD,{depth:0,privileges:L,permission:W,childCollapsed:F,didChildCollapsed:ee=>{D.setAllCollapsed(ee?F:!1)},toastMessageCallback:T},`${W.type}-${Y}`))]},`${B.type}-${$}`))})]}),(h||d.length)&&!w.length?C.jsx(_Q,{children:"The Permission you're looking for can't be found "}):null]})},OQ=()=>{const e=Z.useAppSelector(Z.selectRoles),t=Z.useAppDispatch(),[r,n]=A.useState(null),[i,o]=A.useState(null),[a,u]=A.useState(""),[c,d]=A.useState(null),{styles:f,attributes:h}=wc(r,i,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});A.useEffect(()=>{u(""),d(null)},[i]);const p=()=>{if(!a)throw new Error("Please enter a valid name");if(Object.values(e).find(b=>b.role===a))throw new Error(`A role with the name ${a} already exists`);const m=bQ.generate(),y=Z.createRole(m,a,e);t(Z.updateRoles(y))};return C.jsx(wr.Popover,{children:({open:v,close:m})=>{const y=()=>{d(null);try{p(),m()}catch(b){d(b.message)}};return C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:n,children:C.jsx("span",{children:C.jsx(ye.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.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:b=>u(b.target.value),onKeyDown:b=>{b.key==="Enter"&&y()},type:"text",className:Ke("w-full rounded border bg-grey-300 p-1 focus:outline-none",{"border-grey-100":!c,"border-red-400":c})})]}),c&&C.jsx("p",{className:"mt-1 text-xs text-red-400",children:c})]}),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"})]})]})}),document.body)]})}})},CQ=()=>{const e=Z.useAppSelector(Z.selectRoles),{selectedRole:t}=Yb();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(ye.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Roles"})]}),C.jsx(OQ,{})]}),C.jsx("div",{className:"flex-1 space-y-4 overflow-auto p-4 pb-10 pt-1",children:Object.values(e).map((r,n)=>C.jsx(xQ,{role:r},n))})]}),C.jsx("div",{className:"relative flex h-full w-full flex-1 flex-col items-stretch overflow-x-auto border-l-[0.5px] border-grey-900 bg-grey-800",children:C.jsx("div",{className:"flex h-full w-full select-none flex-col bg-grey-800",children:t?C.jsxs(C.Fragment,{children:[C.jsx(wQ,{}),C.jsx(SQ,{selectedRole:t})]}):C.jsx(gD,{tab:"Role"})})})]})};function Kk(){const e=Z.useAppSelector(Z.selectRolesFlags),t=Z.useAppDispatch();A.useEffect(()=>{t(Z.setTabFlags({path:nt.ROLES_TAB_PATH,flags:e}))},[e])}const Yk=()=>{const e=Z.useAppSelector(Z.selectQodly),t=Z.useAppSelector(Z.selectSelectedTab),r=Z.useAppSelector(Z.selectForceLogin),n=Z.useAppSelector(Z.selectRestrictedByDefault),i=A.useRef(),o=Z.useAppDispatch();return Kk(),C.jsx(Ct.ChakraProvider,{theme:Kz,children: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(Zz,{activeTab:t,forceLogin:r,restrictedByDefault:n,onTabChange:a=>{o(Z.toggleTab(a))},onForceLoginChange:a=>{o(Z.toggleForceLogin(a))},onRestrictedByDefaultChange:a=>{o(Z.toggleRestrictedByDefault(a))},qodly:e}),t==="roles"?C.jsx(Jz,{children:C.jsx(CQ,{})}):C.jsx(nQ,{})]})})})})},RQ=()=>{const e=Z.useAppSelector(Z.selectModals),t=Z.useAppDispatch();return C.jsx(C.Fragment,{children:e.map((r,n)=>C.jsx(nt.Modal,{hasOverlay:n===0,...r,onClose:i=>t(Z.closeModal(i)),onEdit:i=>t(Z.editModal(i))},r.id))})},PQ=()=>C.jsxs(Z.ReduxProvider,{store:Z.getStore(),children:[C.jsx(nt.TipsProvider,{children:C.jsx("div",{className:"qodly-roles-editor",children:C.jsx("div",{className:"relative z-10 overflow-hidden",style:{height:"100vh"},children:C.jsx(Yk,{})})})}),C.jsx(RQ,{})]});exports.Roles=Yk;exports.Standalone=PQ;exports.useRolesFlagsSync=Kk;
|
|
71
|
+
`),A.useEffect(function(){return f=i.ref||f,h.current&&(d=new gc(h.current,Au(Au(Au(Au({},ZJ(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)}},[]),A.createElement(c,mc({ref:h,"data-simplebar":!0},m),A.createElement("div",{className:"simplebar-wrapper"},A.createElement("div",{className:"simplebar-height-auto-observer-wrapper"},A.createElement("div",{className:"simplebar-height-auto-observer"})),A.createElement("div",{className:"simplebar-mask"},A.createElement("div",{className:"simplebar-offset"},typeof r=="function"?r({scrollableNodeRef:f,contentNodeRef:p}):A.createElement("div",mc({},i,{className:"simplebar-content-wrapper".concat(i.className?" ".concat(i.className):"")}),A.createElement("div",{className:"simplebar-content"},r)))),A.createElement("div",{className:"simplebar-placeholder"})),A.createElement("div",{className:"simplebar-track simplebar-horizontal"},A.createElement("div",{className:"simplebar-scrollbar"})),A.createElement("div",{className:"simplebar-track simplebar-vertical"},A.createElement("div",{className:"simplebar-scrollbar"})))});fl.displayName="SimpleBar";fl.propTypes={children:le.oneOfType([le.node,le.func]),scrollableNodeProps:le.object,tag:le.string};const yc=Ux,bc=Vx,Vk=(e,t)=>{if(e===Z.EPermissionType.METHOD&&t)switch(t){case Z.ESubPermissionType.ENTITY_SEL_METHOD:return C.jsx(ye.FdFunctionSelection,{className:"h-6 w-6"});case Z.ESubPermissionType.ENTITY_METHOD:return C.jsx(ye.FdFunctionEntity,{className:"h-6 w-6"});case Z.ESubPermissionType.DS_METHOD:return C.jsx(ye.FdFunctionDatastore,{className:"h-6 w-6"});case Z.ESubPermissionType.DATACLASS_METHOD:return C.jsx(ye.FdFunctionDataclass,{className:"h-6 w-6"})}switch(e){case Z.EPermissionType.DATACLASS:return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"});case Z.EPermissionType.SINGLETON:return C.jsx(ye.FdSingleton,{className:"h-6 w-6"});case Z.EPermissionType.DATASTORE:return C.jsx(ye.FdModel3,{className:"h-6 w-6"});case Z.EPermissionType.ATTRIBUTE:return C.jsx(ye.FdTableColumn,{className:"h-6 w-6"});case Z.EPermissionType.METHOD:return C.jsx(ye.FdCode,{className:"h-6 w-6"});case Z.EPermissionType.SINGLETON_METHOD:return C.jsx(ye.FdFunctionSingleton,{className:"h-6 w-6"});default:return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"})}},LM=({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(ye.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})});function JJ(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(Ct.Icon,{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 QJ(e){return C.jsx(Ct.Checkbox,{colorScheme:"primary",icon:C.jsx(JJ,{}),...e})}const Xi=({permissions:e,label:t,onToggle:r,onSelect:n,promoted:i,showIncluded:o,privileges:a,exists:u})=>{const c=e.find(d=>d.name===t);return c?C.jsxs("div",{className:"relative mx-auto flex w-fit items-center",children:[c.checked||c.from.length===0||t==="promote"?C.jsx(Ct.Checkbox,{isChecked:c.checked,onChange:()=>r&&r(c),colorScheme:"primary",isInvalid:u===!1}):C.jsx(QJ,{isIndeterminate:o&&c.from.length>0,onChange:()=>r&&r(c),isInvalid:u===!1}),C.jsxs("div",{className:"absolute left-5 top-0 flex cursor-pointer items-center space-x-1",children:[t!=="promote"&&(c.checked&&(c.info||c.from.length>0)||!c.checked&&c.from.length>0)&&C.jsx(C.Fragment,{children:C.jsxs(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:[c.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:c.from.map(d=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[d].id),children:a[d].privilege}))})]})]}):null,c.info&&C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.FdInfoCircle,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"})," ",c.info]})]})})})]})}),(c.checked||c.from.length>0)&&["execute"].includes(t)&&!!(i!=null&&i.length)&&C.jsxs(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{children:C.jsx(ye.FdCrown,{className:"h-3 w-3 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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(ye.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(d=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[d].id),children:a[d].privilege}))]})]})})})})]})]})]}):null},eQ=({privilegeId:e,privileges:t})=>{const r=Z.useAppSelector(Z.selectCatalogMethods),n=Z.useAppSelector(Z.selectDataclasses),i=Z.useAppSelector(Z.selectSingletons),o=t[e],a=Z.useAppDispatch(),[u,c]=A.useState([]),[d,f]=A.useState("");A.useEffect(()=>{f("")},[e]);const{isOpen:h,getMenuProps:p,getInputProps:v,getComboboxProps:m,highlightedIndex:y,getItemProps:b,selectedItem:x,openMenu:w}=to({onInputValueChange(){c([])},items:[],itemToString(_){return _?_.applyTo:""},defaultHighlightedIndex:0,stateReducer:(_,R)=>{const{changes:P,type:N}=R;switch(N){case to.stateChangeTypes.InputKeyDownArrowDown:return{...P,isOpen:!0,highlightedIndex:_.highlightedIndex<=u.length?_.highlightedIndex+1:0};case to.stateChangeTypes.InputKeyDownArrowUp:return{...P,isOpen:!0,highlightedIndex:_.highlightedIndex>=0?_.highlightedIndex-1:u.length};case to.stateChangeTypes.InputKeyDownEnter:const j=u[_.highlightedIndex];if(!j)return P;const L=Z.addPermission(e,j,t);return a(Z.updatePrivileges(L)),{...P,isOpen:!0,highlightedIndex:0}}return P}});A.useEffect(()=>{const _=o.resources.map(({resource:P,type:N,subType:j})=>({type:N,applyTo:P,subType:j})),R=Mx(d.toLowerCase(),r,Object.values(n),Object.values(i));c(R.filter(({applyTo:P,type:N,subType:j})=>!ek.find(_,{applyTo:P,type:N,subType:j})))},[d,o.resources]);const S=p({},{suppressRefError:!0}),E=A.useRef(null);return A.useEffect(()=>{h&&E.current&&E.current.focus()},[h]),C.jsxs("div",{className:"relative w-56 text-white group",...m(),children:[C.jsx("div",{...m(),children:C.jsx("input",{...v(),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:d,onChange:({target:{value:_}})=>f(_),onFocus:()=>{w()}})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-1",children:C.jsx(ye.FdDown,{className:"h-4 w-4 cursor-pointer",onMouseDown:_=>{_.preventDefault()},onClick:()=>{w()}})}),h&&C.jsx("ul",{...S,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:u.map((_,R)=>C.jsxs("li",{className:Ue(x===_&&"font-bold","flex min-w-fit cursor-pointer items-center space-x-2 px-3 py-2 text-xs shadow-sm",{"bg-primary-hover":y===R,"font-bold":x===_}),...b({item:_,index:R}),onClick:()=>{const P=Z.addPermission(e,_,t);a(Z.updatePrivileges(P))},children:[Vk(_.type,_.subType),C.jsx("span",{children:_.applyTo})]},`${_.applyTo}-${R}`))})]})};function tQ(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 rQ=({selectedPrivilege:e,onSelect:t,showIncluded:r,privileges:n})=>{const[i,o]=A.useState(null),[a,u]=A.useState(null),{styles:c,attributes:d}=wc(i,a,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),[f,h]=A.useState([]),[p,v]=A.useState(""),m=Z.useAppDispatch();Z.useAppSelector(Z.selectCatalog);const{id:y}=e,b=A.useMemo(()=>Z.getInheritedResources(y,n),[y,n[y].includes,n[y].resources]),x=A.useMemo(()=>Z.getPromotions(y,n),[n[y]]);function w(k){h(D=>D.some(T=>k.includes(T))?D.filter(T=>!k.includes(T)):[...D,...k])}const S=async k=>{const{confirmed:D}=await m(Z.openModal({title:"Delete Privilege",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to remove this Privilege?",icon:"FdWarningDanger"})).unwrap();if(D){const T=Z.removePermission(e.id,k,n);m(Z.updatePrivileges(T))}},E=async()=>{const{confirmed:k}=await m(Z.openModal({title:"Reset Permissions",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to reset permissions for this Privilege?",icon:"FdWarningDanger"})).unwrap();if(k){const D=Z.resetResources(e.id,n);m(Z.updatePrivileges(D))}},R=b.filter(k=>f.length===0?!0:f.includes(k.type)).filter(({resource:k})=>p?new RegExp(ek.escapeRegExp(p),"i").test(k):!0),P=tQ(R),N=P.filter(k=>{const D=k.permissions.every(T=>!T.checked)&&k.permissions.some(T=>T.from.length>0);return r||!D}),j=(k,D)=>{const T=Z.togglePermission(e.id,k,D,n);m(Z.updatePrivileges(T))},L=A.useMemo(()=>N.some(k=>k.exists===!1),[N]),F=async()=>{const{confirmed:k}=await m(Z.openModal({title:"Delete Privilege",type:nt.ModalType.CONFIRM,color:nt.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(),D=Object.entries(n).map(([T,B])=>{const $=B.resources.filter(W=>!W.exists);return{[T]:$.map(W=>({applyTo:W.resource,type:W.type}))}}).reduce((T,B)=>({...T,...B}),{});if(k){const T=Z.removeMultiplePermissions(D,n);m(Z.updatePrivileges(T))}};return C.jsxs(fl,{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",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(ye.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(wr.Popover,{className:"flex items-center",children:({open:k})=>C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{ref:o,children:C.jsx(ye.FdAdjust,{className:"h-4 w-4"})}),k&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.Popover.Panel,{ref:u,style:c.popper,...d.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.jsx("h5",{className:"mb-2 text-sm",children:"Filter"}),C.jsxs("div",{className:"space-y-2",children:[C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("datastore"),onChange:()=>{w(["datastore"])},colorScheme:"primary"}),C.jsx("span",{children:"Datastore"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("dataclass"),onChange:()=>{w(["dataclass"])},colorScheme:"primary"}),C.jsx("span",{children:"Dataclass"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("singleton"),onChange:()=>{w(["singleton"])},colorScheme:"primary"}),C.jsx("span",{children:"Singleton"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.some(D=>["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"].includes(D)),onChange:()=>{w(["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"])},colorScheme:"primary"}),C.jsx("span",{children:"Functions"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:f.includes("attribute"),onChange:()=>{w(["attribute"])},colorScheme:"primary"}),C.jsx("span",{children:"Attribute"})]})]})]})}),document.body)]})})}),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:p,onChange:k=>{v(k.target.value)}})]}),C.jsx(eQ,{privilegeId:y,privileges:n}),C.jsx("div",{children:C.jsxs(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{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:E,children:C.jsx(ye.FdReload,{})})}),C.jsx(jr,{children:C.jsxs(qr,{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(ye.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(yc,{openDelay:0,closeDelay:0,children:[C.jsx(bc,{children:C.jsx("button",{className:Ue("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:F,disabled:!L,children:C.jsx(ye.FdClean,{className:"h-4 w-4"})})}),C.jsx(jr,{children:C.jsxs(qr,{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(ye.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"})]})}),N.length?C.jsx("tbody",{children:N.map((k,D)=>{const T=k.permissions.some(B=>B.from.length>0);return C.jsxs("tr",{className:Ue("group even:bg-grey-600",{"opacity-60":k.exists===!1}),children:[C.jsxs("td",{className:Ue("group flex items-center gap-3 py-2 text-xs group-hover:rounded-l group-hover:bg-grey-300",k.exists===!1?"text-negative-400":"text-white",{"border-b-[0.5px] border-grey-300":!1}),children:[Vk(k.type,k.subType),k.resource,C.jsx(nt.Tooltip,{placement:"top",label:"Remove Permission",isDisabled:T,children:C.jsx("button",{onClick:()=>{T?nt.toastSubject.next({kind:"info",markdown:!0,message:`<div className="flex gap-x-3"><h3 className="font-bold">Info:</h3><p className="font-normal">Inherited permissions can't be removed</p></div>`,customIcon:ye.FdInfoBold}):S({applyTo:k.resource,type:k.type})},className:Ue("flex flex-shrink-0 items-center justify-center rounded p-1 opacity-0 group-hover:opacity-100",T?"hover:bg-grey-300 group-hover:opacity-70":"hover:bg-primary-hover"),children:C.jsx(ye.FdPlus,{className:"h-4 w-4 rotate-45 transform text-white"})})})]}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"read",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"create",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"update",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"drop",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(Xi,{promoted:x[k.resource],permissions:k.permissions,showIncluded:r,label:"execute",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})}),C.jsx("td",{className:"py-2 text-center group-hover:rounded-r group-hover:bg-grey-300 ",children:C.jsx(Xi,{permissions:k.permissions,showIncluded:r,label:"promote",onToggle:B=>j(k,B),onSelect:t,privileges:n,exists:k.exists})})]},D)})}):null]}),!P.length&&p?C.jsx(LM,{children:"The Permission you're looking for can't be found "}):null,!P.length&&!p?C.jsxs(LM,{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=Z.useAppSelector(Z.selectPrivileges),r=Z.useAppDispatch(),[n,i]=A.useState(null),[o,a]=A.useState(null),[u,c]=A.useState(""),[d,f]=A.useState(null),{styles:h,attributes:p}=wc(n,o,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});return A.useEffect(()=>{c(""),f(null)},[o]),C.jsx(wr.Popover,{children:({open:v,close:m})=>C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:i,children:C.jsx("span",{children:C.jsx(ye.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.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=>c(y.target.value),onKeyDown:y=>{if(y.key==="Enter"){f(null);try{const b=Z.create(u,t),x=r(Z.updatePrivileges(b)),w=Object.values(x.payload).find(S=>S.privilege===u);w&&(e(w),m())}catch(b){f(b.message)}}},type:"text",className:Ue("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=Z.create(u,t),b=r(Z.updatePrivileges(y)),x=Object.values(b.payload).find(w=>w.privilege===u);x&&e(x),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"})]})]})}),document.body)]})})},iQ=()=>{const e=Z.useAppSelector(Z.selectCatalog),t=Z.useAppSelector(Z.selectPrivileges),r=A.useMemo(()=>{if(e===null)return t;const c=M2(t,Object.values((e==null?void 0:e.dataClasses)??{}));return D2(c,e)},[t,e]),[n,i]=A.useState(null),o=A.useMemo(()=>Object.keys(r),[r]);A.useEffect(()=>{n&&r[n.id]||!o.length||i(r[o[0]])},[r]),A.useEffect(()=>{o.length<2&&u(!0)},[o.length]);const[a,u]=A.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(ye.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Privileges"})]}),C.jsx(nQ,{onCreate:c=>{i(c)}})]}),C.jsx(wX,{privileges:r,selectedPrivilege:n,selectPrivilege:c=>{i(c)}})]}),n&&r[n.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:[n.privilege!=="guest"?C.jsx(y9,{privileges:r,selectedPrivilege:n,onSelect:c=>i(t[c]),setShowIncluded:u,showIncluded:a}):null,C.jsx(rQ,{privileges:r,selectedPrivilege:n,onSelect:c=>i(t[c]),showIncluded:a})]}),C.jsx(oQ,{privileges:r,selectedPrivilege:n,setSelectedPrivilege:i})]}):C.jsx(yD,{tab:"Privilege"})]})},oQ=({privileges:e,selectedPrivilege:t,setSelectedPrivilege:r})=>{const[n,i]=A.useState(!1);return C.jsx(nt.Panel,{path:nt.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(v9,{dict:e,data:Z.getGraphData(t.id,e),onSelect:o=>r(e[o])})})})})};var bb={},oa={},Mu={},BM;function Wk(){if(BM)return Mu;BM=1,Object.defineProperty(Mu,"__esModule",{value:!0}),Mu.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 Mu}var Zi={},aa={},sa={},FM;function aQ(){if(FM)return sa;FM=1,Object.defineProperty(sa,"__esModule",{value:!0}),sa.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 sa.default=e,sa}var $M;function dl(){if($M)return aa;$M=1,Object.defineProperty(aa,"__esModule",{value:!0}),aa.default=void 0;var e=t(aQ());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 aa.default=n,aa}var zM;function hl(){if(zM)return Zi;zM=1,Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.default=void 0,Zi.unsafeStringify=n;var e=t(dl());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 c=n(a,u);if(!(0,e.default)(c))throw TypeError("Stringified UUID is invalid");return c}var o=i;return Zi.default=o,Zi}var HM;function sQ(){if(HM)return oa;HM=1,Object.defineProperty(oa,"__esModule",{value:!0}),oa.default=void 0;var e=r(Wk()),t=hl();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 _=d.random||(d.rng||e.default)();m==null&&(m=n=[_[0]|1,_[1],_[2],_[3],_[4],_[5]]),y==null&&(y=i=(_[6]<<8|_[7])&16383)}let b=d.msecs!==void 0?d.msecs:Date.now(),x=d.nsecs!==void 0?d.nsecs:a+1;const w=b-o+(x-a)/1e4;if(w<0&&d.clockseq===void 0&&(y=y+1&16383),(w<0||b>o)&&d.nsecs===void 0&&(x=0),x>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");o=b,a=x,i=y,b+=122192928e5;const S=((b&268435455)*1e4+x)%4294967296;v[p++]=S>>>24&255,v[p++]=S>>>16&255,v[p++]=S>>>8&255,v[p++]=S&255;const E=b/4294967296*1e4&268435455;v[p++]=E>>>8&255,v[p++]=E&255,v[p++]=E>>>24&15|16,v[p++]=E>>>16&255,v[p++]=y>>>8|128,v[p++]=y&255;for(let _=0;_<6;++_)v[p+_]=m[_];return f||(0,t.unsafeStringify)(v)}var c=u;return oa.default=c,oa}var ua={},Ln={},ca={},UM;function Gk(){if(UM)return ca;UM=1,Object.defineProperty(ca,"__esModule",{value:!0}),ca.default=void 0;var e=t(dl());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 ca.default=n,ca}var VM;function Kk(){if(VM)return Ln;VM=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.URL=Ln.DNS=void 0,Ln.default=a;var e=hl(),t=r(Gk());function r(u){return u&&u.__esModule?u:{default:u}}function n(u){u=unescape(encodeURIComponent(u));const c=[];for(let d=0;d<u.length;++d)c.push(u.charCodeAt(d));return c}const i="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Ln.DNS=i;const o="6ba7b811-9dad-11d1-80b4-00c04fd430c8";Ln.URL=o;function a(u,c,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 b=new Uint8Array(16+h.length);if(b.set(p),b.set(h,p.length),b=d(b),b[6]=b[6]&15|c,b[8]=b[8]&63|128,v){m=m||0;for(let x=0;x<16;++x)v[m+x]=b[x];return v}return(0,e.unsafeStringify)(b)}try{f.name=u}catch{}return f.DNS=i,f.URL=o,f}return Ln}var la={},WM;function uQ(){if(WM)return la;WM=1,Object.defineProperty(la,"__esModule",{value:!0}),la.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,b="0123456789abcdef";for(let x=0;x<y;x+=8){const w=v[x>>5]>>>x%32&255,S=parseInt(b.charAt(w>>>4&15)+b.charAt(w&15),16);m.push(S)}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,b=-271733879,x=-1732584194,w=271733878;for(let S=0;S<v.length;S+=16){const E=y,_=b,R=x,P=w;y=c(y,b,x,w,v[S],7,-680876936),w=c(w,y,b,x,v[S+1],12,-389564586),x=c(x,w,y,b,v[S+2],17,606105819),b=c(b,x,w,y,v[S+3],22,-1044525330),y=c(y,b,x,w,v[S+4],7,-176418897),w=c(w,y,b,x,v[S+5],12,1200080426),x=c(x,w,y,b,v[S+6],17,-1473231341),b=c(b,x,w,y,v[S+7],22,-45705983),y=c(y,b,x,w,v[S+8],7,1770035416),w=c(w,y,b,x,v[S+9],12,-1958414417),x=c(x,w,y,b,v[S+10],17,-42063),b=c(b,x,w,y,v[S+11],22,-1990404162),y=c(y,b,x,w,v[S+12],7,1804603682),w=c(w,y,b,x,v[S+13],12,-40341101),x=c(x,w,y,b,v[S+14],17,-1502002290),b=c(b,x,w,y,v[S+15],22,1236535329),y=d(y,b,x,w,v[S+1],5,-165796510),w=d(w,y,b,x,v[S+6],9,-1069501632),x=d(x,w,y,b,v[S+11],14,643717713),b=d(b,x,w,y,v[S],20,-373897302),y=d(y,b,x,w,v[S+5],5,-701558691),w=d(w,y,b,x,v[S+10],9,38016083),x=d(x,w,y,b,v[S+15],14,-660478335),b=d(b,x,w,y,v[S+4],20,-405537848),y=d(y,b,x,w,v[S+9],5,568446438),w=d(w,y,b,x,v[S+14],9,-1019803690),x=d(x,w,y,b,v[S+3],14,-187363961),b=d(b,x,w,y,v[S+8],20,1163531501),y=d(y,b,x,w,v[S+13],5,-1444681467),w=d(w,y,b,x,v[S+2],9,-51403784),x=d(x,w,y,b,v[S+7],14,1735328473),b=d(b,x,w,y,v[S+12],20,-1926607734),y=f(y,b,x,w,v[S+5],4,-378558),w=f(w,y,b,x,v[S+8],11,-2022574463),x=f(x,w,y,b,v[S+11],16,1839030562),b=f(b,x,w,y,v[S+14],23,-35309556),y=f(y,b,x,w,v[S+1],4,-1530992060),w=f(w,y,b,x,v[S+4],11,1272893353),x=f(x,w,y,b,v[S+7],16,-155497632),b=f(b,x,w,y,v[S+10],23,-1094730640),y=f(y,b,x,w,v[S+13],4,681279174),w=f(w,y,b,x,v[S],11,-358537222),x=f(x,w,y,b,v[S+3],16,-722521979),b=f(b,x,w,y,v[S+6],23,76029189),y=f(y,b,x,w,v[S+9],4,-640364487),w=f(w,y,b,x,v[S+12],11,-421815835),x=f(x,w,y,b,v[S+15],16,530742520),b=f(b,x,w,y,v[S+2],23,-995338651),y=h(y,b,x,w,v[S],6,-198630844),w=h(w,y,b,x,v[S+7],10,1126891415),x=h(x,w,y,b,v[S+14],15,-1416354905),b=h(b,x,w,y,v[S+5],21,-57434055),y=h(y,b,x,w,v[S+12],6,1700485571),w=h(w,y,b,x,v[S+3],10,-1894986606),x=h(x,w,y,b,v[S+10],15,-1051523),b=h(b,x,w,y,v[S+1],21,-2054922799),y=h(y,b,x,w,v[S+8],6,1873313359),w=h(w,y,b,x,v[S+15],10,-30611744),x=h(x,w,y,b,v[S+6],15,-1560198380),b=h(b,x,w,y,v[S+13],21,1309151649),y=h(y,b,x,w,v[S+4],6,-145523070),w=h(w,y,b,x,v[S+11],10,-1120210379),x=h(x,w,y,b,v[S+2],15,718787259),b=h(b,x,w,y,v[S+9],21,-343485551),y=o(y,E),b=o(b,_),x=o(x,R),w=o(w,P)}return[y,b,x,w]}function i(v){if(v.length===0)return[];const m=v.length*8,y=new Uint32Array(r(m));for(let b=0;b<m;b+=8)y[b>>5]|=(v[b/8]&255)<<b%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,b,x,w){return o(a(o(o(m,v),o(b,w)),x),y)}function c(v,m,y,b,x,w,S){return u(m&y|~m&b,v,m,x,w,S)}function d(v,m,y,b,x,w,S){return u(m&b|y&~b,v,m,x,w,S)}function f(v,m,y,b,x,w,S){return u(m^y^b,v,m,x,w,S)}function h(v,m,y,b,x,w,S){return u(y^(m|~b),v,m,x,w,S)}var p=e;return la.default=p,la}var GM;function cQ(){if(GM)return ua;GM=1,Object.defineProperty(ua,"__esModule",{value:!0}),ua.default=void 0;var e=r(Kk()),t=r(uQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v3",48,t.default);return ua.default=i,ua}var fa={},da={},KM;function lQ(){if(KM)return da;KM=1,Object.defineProperty(da,"__esModule",{value:!0}),da.default=void 0;var t={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};return da.default=t,da}var YM;function fQ(){if(YM)return fa;YM=1,Object.defineProperty(fa,"__esModule",{value:!0}),fa.default=void 0;var e=n(lQ()),t=n(Wk()),r=hl();function n(a){return a&&a.__esModule?a:{default:a}}function i(a,u,c){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){c=c||0;for(let f=0;f<16;++f)u[c+f]=d[f];return u}return(0,r.unsafeStringify)(d)}var o=i;return fa.default=o,fa}var ha={},pa={},XM;function dQ(){if(XM)return pa;XM=1,Object.defineProperty(pa,"__esModule",{value:!0}),pa.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,c=Math.ceil(u/16),d=new Array(c);for(let f=0;f<c;++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[c-1][14]=(i.length-1)*8/Math.pow(2,32),d[c-1][14]=Math.floor(d[c-1][14]),d[c-1][15]=(i.length-1)*8&4294967295;for(let f=0;f<c;++f){const h=new Uint32Array(80);for(let x=0;x<16;++x)h[x]=d[f][x];for(let x=16;x<80;++x)h[x]=t(h[x-3]^h[x-8]^h[x-14]^h[x-16],1);let p=a[0],v=a[1],m=a[2],y=a[3],b=a[4];for(let x=0;x<80;++x){const w=Math.floor(x/20),S=t(p,5)+e(w,v,m,y)+b+o[w]+h[x]>>>0;b=y,y=m,m=t(v,30)>>>0,v=p,p=S}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]+b>>>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 pa.default=n,pa}var ZM;function hQ(){if(ZM)return ha;ZM=1,Object.defineProperty(ha,"__esModule",{value:!0}),ha.default=void 0;var e=r(Kk()),t=r(dQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v5",80,t.default);return ha.default=i,ha}var va={},JM;function pQ(){if(JM)return va;JM=1,Object.defineProperty(va,"__esModule",{value:!0}),va.default=void 0;var e="00000000-0000-0000-0000-000000000000";return va.default=e,va}var ga={},QM;function vQ(){if(QM)return ga;QM=1,Object.defineProperty(ga,"__esModule",{value:!0}),ga.default=void 0;var e=t(dl());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 ga.default=n,ga}var eD;function gQ(){return eD||(eD=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 c.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(sQ()),r=f(cQ()),n=f(fQ()),i=f(hQ()),o=f(pQ()),a=f(vQ()),u=f(dl()),c=f(hl()),d=f(Gk());function f(h){return h&&h.__esModule?h:{default:h}}})(bb)),bb}var xb,tD;function mQ(){if(tD)return xb;tD=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,c=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<c;r++)o[r]=this.srcAlphabet.indexOf(t[r]);do{for(n=0,i=0,r=0;r<c;r++)n=n*a+o[r],n>=u?(o[i++]=parseInt(n/u,10),n=n%u):i>0&&(o[i++]=0);c=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},xb=e,xb}var wb,rD;function yQ(){if(rD)return wb;rD=1;var e=mQ();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",wb=t,wb}var _b,nD;function bQ(){if(nD)return _b;nD=1;const{v4:e,validate:t}=gQ(),r=yQ(),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("-")},c=d=>Math.ceil(Math.log(2**128)/Math.log(d));return _b=(()=>{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=c(p.length),y={shortIdLength:m,consistentLength:v.consistentLength,paddingChar:p[0]},b=r(r.HEX,p),x=r(p,r.HEX),w=()=>a(e(),b,y),E={alphabet:p,fromUUID:_=>a(_,b,y),maxLength:m,generate:w,new:w,toUUID:_=>u(_,x),uuid:e,validate:(_,R=!1)=>{if(!_||typeof _!="string")return!1;const P=v.consistentLength?_.length===m:_.length<=m,N=_.split("").every(j=>p.includes(j));return R===!1?P&&N:P&&N&&t(u(_,x))}};return Object.freeze(E),E};return d.constants=n,d.uuid=e,d.generate=()=>(o||(o=d(n.flickrBase58).generate),o()),d})(),_b}var xQ=bQ();const wQ=({role:e})=>{var R;const[t,r]=A.useState(e),[n,i]=A.useState(e.role),[o,a]=A.useState(null),u=Z.useAppSelector(Z.selectPrivileges),c=((R=t.privileges)==null?void 0:R.filter(P=>u[P]&&u[P].privilege!=="guest").length)||0,d=Z.useAppSelector(Z.selectRoles),f=Z.useAppDispatch(),{selectedRole:h,selectRole:p}=Xb(),[v,m]=A.useState(!1),y=nt.useOutsideClick(()=>{v&&x()});A.useEffect(()=>{e.role||m(!0)},[]),A.useEffect(()=>{r(e)},[e]);const b=()=>{a(""),m(!0)},x=()=>{a(null),e.role&&e.role===n&&m(!1);try{const P=Z.saveRole({...t,role:n},d);f(Z.updateRoles(P)),m(!1)}catch(P){a(P.message)}},w=Z.useAppDispatch(),S=async P=>{P.stopPropagation();const{confirmed:N}=await w(Z.openModal({title:"Delete Role",type:nt.ModalType.CONFIRM,color:nt.ModalColor.DANGER,message:"Are you sure you want to remove this Role?",icon:"FdWarningDanger"})).unwrap();N&&E()},E=()=>{const P=Z.removeRole(t.id,d),N=Object.keys(P),j=N.length>=1,L=N[N.length-1];p(L&&j?L:null),f(Z.updateRoles(P))},_=(P=null)=>{if(P&&P.stopPropagation(),!e.role){E();return}m(!1),i(e.role)};return C.jsx(C.Fragment,{children:C.jsxs("div",{className:Ue("rounded border bg-grey-300 p-2",{"border-grey-100":h!==t.id,"border-primary-dark":h===t.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{p(t.id)},ref:y,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(ye.FdGroup,{className:"h-6 w-6"})}),v?C.jsxs("div",{className:"relative h-6 flex-1",children:[C.jsx("input",{type:"text",value:n,onChange:({target:{value:P}})=>{i(P)},onKeyDown:P=>{P.key==="Enter"&&x(),P.key==="Escape"&&_()},className:Ue("absolute inset-0 mr-2 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:border-primary-dark focus:outline-none",{"border-b border-red-400":o}),placeholder:"role",autoComplete:"off",autoFocus:!0}),o&&C.jsx("p",{className:"absolute top-5 mt-1 rounded bg-red-400 p-1 text-xs text-white shadow-md",children:o})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",title:n,children:t.role}),C.jsx("div",{className:Ue("justify-betwee ml-auto flex w-fit items-center gap-x-2"),children:v?C.jsxs(C.Fragment,{children:[C.jsx("button",{onClick:x,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(ye.FdSave,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:_,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(ye.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(ye.FdPen,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:P=>S(P),className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(ye.FdTrash,{className:"h-4 w-4 text-grey-50"})})]})})]})}),C.jsxs("span",{className:Ue("ml-[43px] py-1 text-xs text-white"),children:[c," Privilege",c>1?"s":""]})]})})},Yk=(e,t)=>e?t[e]:null,iD=(e,t,r)=>{const n=Yk(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},_Q=()=>{const e=Z.useAppSelector(Z.selectPrivileges),t=Z.useAppSelector(Z.selectRoles),r=Z.useAppDispatch(),{selectedRole:n}=Xb(),i=Yk(n,t),o=(a,u)=>u&&u.privileges.includes(a.id);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:Ue("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"}),Object.values(e).filter(a=>o(a,i)&&a.privilege!=="guest").map((a,u)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:Ue("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(a,i),"bg-grey-300 text-grey-100":!o(a,i)}),onClick:()=>{const c=iD(i.id,a.id,t);r(Z.updateRoles(c))},children:[C.jsx("span",{className:"text-xs",children:a.privilege}),C.jsx("button",{className:"focus:outline-none",children:o(a,i)?C.jsx(ye.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(ye.FdPlus,{className:"h-[14px] w-[14px]"})})]},u)),Object.values(e).filter(a=>!o(a,i)&&a.privilege!=="guest").map((a,u)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:Ue("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(a,i),"bg-grey-300 text-grey-100":!o(a,i)}),onClick:()=>{const c=iD(i.id,a.id,t);r(Z.updateRoles(c))},children:[C.jsx("span",{className:"text-xs",children:a.privilege}),C.jsx("button",{className:"text-white focus:outline-none",children:o(a,i)?C.jsx(ye.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(ye.FdPlus,{className:"h-[14px] w-[14px]"})})]},u))]})]})},EQ=({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(ye.FdInfoBold,{className:"absolute -right-full h-10 w-10 translate-x-1"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})}),Kb=(e,t,r,n=!1)=>{const i=e.applyTo,o=e.type===Z.EPermissionType.DATACLASS?"ds":i.split(".")[0],a={...t,...r},u=()=>({value:!n,inherited:!1,from:[],explicitly:!1}),c={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=Kb(e,t,{[p]:a[p]},n);Object.values(v.permissions).forEach(y=>{c[y.name].explicitly||(!c[y.name].from.includes(a[p].privilege)&&y.checked&&c[y.name].from.push(a[p].privilege),c[y.name].inherited=c[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&&(c[v.name].explicitly=!0,n&&(c[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&&(c[v.name].explicitly=!0,n&&(c[v.name].value=!0))}):Object.values(p.permissions).forEach(v=>{!c[v.name].explicitly&&v.checked&&(n?c[v.name].value=!0:c[v.name].value=!1)}))})}),(n?Object.entries(c).some(([h,p])=>h!=="promote"&&!p.value&&!p.explicitly):Object.entries(c).some(([h,p])=>h!=="promote"&&p.value&&!p.explicitly))&&![Z.EPermissionType.DATASTORE,Z.EPermissionType.SINGLETON].includes(e.type)){const h={applyTo:o,type:e.type===Z.EPermissionType.DATACLASS?Z.EPermissionType.DATASTORE:e.type===Z.EPermissionType.SINGLETON_METHOD?Z.EPermissionType.SINGLETON:Z.EPermissionType.DATACLASS},p=Kb(h,t,r,n),v=m=>{let y=c[m].value;return n?!c[m].value&&!c[m].explicitly&&(y=p[m].value):c[m].value&&!c[m].explicitly&&(y=p[m].value),{value:y,inherited:c[m].inherited||p[m].inherited,from:c[m].from.length>0?c[m].from:p[m].from,explicitly:c[m].explicitly}};return{read:v("read"),create:v("create"),update:v("update"),drop:v("drop"),execute:v("execute"),promote:v("promote")}}return{read:c.read,create:c.create,update:c.update,drop:c.drop,execute:c.execute,promote:c.promote}},SQ=e=>{switch(e){case"dataclass":return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"});case"singleton":return C.jsx(ye.FdSingleton,{className:"h-6 w-6"});case"datastore":return C.jsx(ye.FdModel3,{className:"h-6 w-6"});case"attribute":return C.jsx(ye.FdTableColumn,{className:"h-6 w-6"});case"method":return C.jsx(ye.FdCode,{className:"h-6 w-6"});case"singletonMethod":return C.jsx(ye.FdFunctionSingleton,{className:"h-6 w-6"});case"entityselMethod":return C.jsx(ye.FdFunctionSelection,{className:"h-6 w-6"});case"entityMethod":return C.jsx(ye.FdFunctionEntity,{className:"h-6 w-6"});case"dsMethod":return C.jsx(ye.FdFunctionDatastore,{className:"h-6 w-6"});case"dataclassMethod":return C.jsx(ye.FdFunctionDataclass,{className:"h-6 w-6"});default:return C.jsx(ye.FdTableHeader,{className:"h-6 w-6"})}},ma=Ux,ya=Vx,co=({privileges:e,permission:t,hasChild:r,depth:n,isChild:i=!1,className:o,inSearch:a,toggleCollapse:u,collapsed:c,isRestrictedByDefault:d,toastMessageCallback:f})=>{const[h,p]=t.applyTo.split("."),v=A.useMemo(()=>Kb(t,e.otherPrivs,e.rolePrivs,d),[e,t,d]);return C.jsxs("tr",{className:Ue("group even:bg-grey-600",o),children:[C.jsxs("td",{className:Ue("flex h-full w-full items-center gap-3 p-0 text-xs group-hover:rounded-l group-hover:bg-grey-300",{"px-1":a}),children:[Array(n).fill("").map((m,y)=>C.jsx("div",{className:Ue("ml-1.5 mr-1 h-full w-0.5 border-l-2 border-grey-100",{"mr-0.5":i})},y)),r&&C.jsx("button",{onClick:u,className:"w-3",children:c?C.jsx(ye.FdRight,{className:"inline h-4 w-4"}):C.jsx(ye.FdDown,{className:"inline h-4 w-4"})}),SQ(t.type),a?t.applyTo:p||h]}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ue("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.read.value||v.read.inherited}),onClick:f,children:(v.read.value||v.read.inherited)&&C.jsx(ye.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:!v.read.value&&v.read.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.read.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.read.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ue("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.create.value||v.create.inherited}),onClick:f,children:(v.create.value||v.create.inherited)&&C.jsx(ye.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:!v.create.value&&v.create.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.create.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.create.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ue("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.update.value||v.update.inherited}),onClick:f,children:(v.update.value||v.update.inherited)&&C.jsx(ye.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:!v.update.value&&v.update.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.update.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.update.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:[Z.EPermissionType.ATTRIBUTE,Z.EPermissionType.DATASTORE,Z.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:Ue("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.drop.value||v.drop.inherited}),onClick:f,children:(v.drop.value||v.drop.inherited)&&C.jsx(ye.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:!v.drop.value&&v.drop.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.drop.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.drop.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center group-hover:rounded-r group-hover:bg-grey-300",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:Ue("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":v.execute.value||v.execute.inherited}),onClick:f,children:(v.execute.value||v.execute.inherited)&&C.jsx(ye.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:!v.execute.value&&v.execute.inherited?C.jsxs(ma,{openDelay:0,closeDelay:0,children:[C.jsx(ya,{children:C.jsx(ye.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(jr,{children:C.jsx(qr,{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:v.execute.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(ye.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:v.execute.from.map((m,y)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:m},y))})]})]}):null})})})]}):""})]})})]})},oD=({depth:e,permission:t,privileges:r,childCollapsed:n,didChildCollapsed:i,toastMessageCallback:o})=>{const[a,u]=A.useState(n),c=Z.useAppSelector(Z.selectRestrictedByDefault),d=Z.useAppSelector(Z.selectPrivileges);return A.useEffect(()=>{n===!0&&u(!0)},[n]),C.jsxs(C.Fragment,{children:[C.jsx(co,{privileges:r,permission:t,isChild:!0,depth:e,hasChild:!0,toggleCollapse:()=>{const f=!a;u(f),i==null||i(f)},isRestrictedByDefault:c,allPrivileges:d,collapsed:a,toastMessageCallback:o}),!a&&C.jsxs(C.Fragment,{children:[t.attributes.map((f,h)=>C.jsx(co,{privileges:r,permission:f,depth:e+1,isRestrictedByDefault:c,allPrivileges:d,toastMessageCallback:o},`${f.type}-${h}`)),t.methods.map((f,h)=>C.jsx(co,{privileges:r,permission:f,depth:e+1,isRestrictedByDefault:c,allPrivileges:d,toastMessageCallback:o},`${f.type}-${h}`))]})]})},OQ=({selectedRole:e})=>{const[t,r]=A.useState(null),[n,i]=A.useState(null),{styles:o,attributes:a}=wc(t,n,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),u=Z.useAppSelector(Z.selectRestrictedByDefault),c=Z.useAppSelector(Z.selectPrivileges),[d,f]=A.useState([]),[h,p]=A.useState(""),v=Z.useAppSelector(Z.selectCatalogMethods),m=Z.useAppSelector(Z.selectDataclasses),y=Z.useAppSelector(Z.selectSingletons),[b,x]=A.useState({}),[w,S]=A.useState([]);A.useEffect(()=>{const B=m9(v,Object.values(m),Object.values(y));x(B)},[e]);function E(B){const $=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"];return B.sort((W,Y)=>{const ee=$.indexOf(W.type),H=$.indexOf(Y.type);return ee!==H?ee-H:W.applyTo.toLowerCase()>Y.applyTo.toLowerCase()?1:-1})}A.useEffect(()=>{S(E(Mx(h,v,Object.values(m),Object.values(y)).filter(B=>d.length?d.includes(B.type):!0)))},[d,h]);const[_,R]=A.useState(!1),P=B=>{f($=>$.some(W=>B.includes(W))?$.filter(W=>!B.includes(W)):[...$,...B])},N=Z.useAppSelector(Z.selectRoles),j={toggleAllCollapsed:B=>{B.allCollapsed=!B.allCollapsed},toggleChildCollapsed:B=>{B.childCollapsed=!B.childCollapsed},setAllCollapsed:(B,$)=>{B.allCollapsed=$},setChildCollapsed:(B,$)=>{B.childCollapsed=$}},L=A.useMemo(()=>{const B=Object.values(c).find(H=>H.privilege==="guest"),$=N[e],W=$?Object.fromEntries($.privileges.map(H=>[H,c[H]]).filter(([,H])=>!!H)):{};if(u)return{rolePrivs:W,otherPrivs:B?{[B.id]:B}:{}};const Y=B?{[B.id]:{...B,active:!0}}:{},ee=Object.fromEntries(Object.entries(c).filter(([H])=>H!==(B==null?void 0:B.id)&&!($!=null&&$.privileges.includes(H))).map(([H,Q])=>[H,{...Q,active:!1}]));return{rolePrivs:W,otherPrivs:{...Y,...ee}}},[c,N,e,u]),{state:{allCollapsed:F,childCollapsed:k},dispatch:D}=nt.useEnhancedState({allCollapsed:!1,childCollapsed:!1},j,"Table Collapse Store"),T=()=>{nt.toastSubject.next({kind:"info",markdown:!0,message:'<div className="flex gap-x-1 items-center"><h3 className="font-bold mr-1">Info:</h3><p className="font-normal">You can add or modify permissions only in the Privilege section.</p></div>',customIcon:ye.FdInfoCircle})};return C.jsxs(fl,{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",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(nt.FloatingTooltip,{message:"Collapse All",side:"top",children:C.jsx("button",{onClick:()=>{k?(D.setAllCollapsed(!0),R(!0)):D.setChildCollapsed(!0)},className:Ue("cursor-pointer rounded-md p-1 hover:bg-primary-hover focus:outline-none",{"pointer-events-none text-grey-200":F,"text-white":!F}),children:C.jsx(ye.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(ye.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(wr.Popover,{className:"flex items-center",children:({open:B})=>C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{ref:r,children:C.jsx(ye.FdAdjust,{className:"h-4 w-4"})}),B&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.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.jsx("h5",{className:"mb-2 text-sm",children:"Filter"}),C.jsxs("div",{className:"space-y-2",children:[C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("datastore"),onChange:()=>{P(["datastore"])}}),C.jsx("span",{children:"Datastore"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("dataclass"),onChange:()=>{P(["dataclass"])}}),C.jsx("span",{children:"Dataclass"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("singleton"),onChange:()=>{P(["singleton"])}}),C.jsx("span",{children:"Singleton"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{isChecked:d.some($=>["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"].includes($)),onChange:()=>{P(["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"])},colorScheme:"primary"}),C.jsx("span",{children:"Functions"})]}),C.jsxs("label",{className:"flex items-center space-x-2",children:[C.jsx(Ct.Checkbox,{colorScheme:"primary",isChecked:d.includes("attribute"),onChange:()=>{P(["attribute"])}}),C.jsx("span",{children:"Attribute"})]})]})]})}),document.body)]})})}),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:h,onChange:B=>{p(B.target.value)}})]})]})}),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:d.length||h?w.map((B,$)=>C.jsx(co,{privileges:L,permission:B,depth:0,inSearch:!0,isRestrictedByDefault:u,allPrivileges:c,toastMessageCallback:T},`${B.type}-${$}`)):Object.values(b).map((B,$)=>C.jsxs(A.Fragment,{children:[C.jsx(co,{privileges:L,permission:B,isRestrictedByDefault:u,allPrivileges:c,hasChild:!0,depth:0,toggleCollapse:()=>{const W=!_;R(W),D.setAllCollapsed(!W&&F?!1:F)},collapsed:_,toastMessageCallback:T}),B.type==="datastore"&&!_?C.jsxs(C.Fragment,{children:[B.methods.map((W,Y)=>C.jsx(co,{privileges:L,isRestrictedByDefault:u,allPrivileges:c,permission:W,depth:1,collapsed:F||!1,toastMessageCallback:T},`${W.type}-${Y}`)),B.dataClasses.map((W,Y)=>C.jsx(oD,{depth:1,privileges:L,permission:W,childCollapsed:k,didChildCollapsed:ee=>{D.setChildCollapsed(ee?k:!1)},toastMessageCallback:T},`${W.type}-${Y}`))]}):null,B.singletons.map((W,Y)=>C.jsx(oD,{depth:0,privileges:L,permission:W,childCollapsed:F,didChildCollapsed:ee=>{D.setAllCollapsed(ee?F:!1)},toastMessageCallback:T},`${W.type}-${Y}`))]},`${B.type}-${$}`))})]}),(h||d.length)&&!w.length?C.jsx(EQ,{children:"The Permission you're looking for can't be found "}):null]})},CQ=()=>{const e=Z.useAppSelector(Z.selectRoles),t=Z.useAppDispatch(),[r,n]=A.useState(null),[i,o]=A.useState(null),[a,u]=A.useState(""),[c,d]=A.useState(null),{styles:f,attributes:h}=wc(r,i,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});A.useEffect(()=>{u(""),d(null)},[i]);const p=()=>{if(!a)throw new Error("Please enter a valid name");if(Object.values(e).find(b=>b.role===a))throw new Error(`A role with the name ${a} already exists`);const m=xQ.generate(),y=Z.createRole(m,a,e);t(Z.updateRoles(y))};return C.jsx(wr.Popover,{children:({open:v,close:m})=>{const y=()=>{d(null);try{p(),m()}catch(b){d(b.message)}};return C.jsxs(C.Fragment,{children:[C.jsx(wr.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:n,children:C.jsx("span",{children:C.jsx(ye.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&bo.createPortal(C.jsx(C.Fragment,{children:C.jsxs(wr.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:b=>u(b.target.value),onKeyDown:b=>{b.key==="Enter"&&y()},type:"text",className:Ue("w-full rounded border bg-grey-300 p-1 focus:outline-none",{"border-grey-100":!c,"border-red-400":c})})]}),c&&C.jsx("p",{className:"mt-1 text-xs text-red-400",children:c})]}),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"})]})]})}),document.body)]})}})},RQ=()=>{const e=Z.useAppSelector(Z.selectRoles),{selectedRole:t}=Xb();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(ye.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Roles"})]}),C.jsx(CQ,{})]}),C.jsx("div",{className:"flex-1 space-y-4 overflow-auto p-4 pb-10 pt-1",children:Object.values(e).map((r,n)=>C.jsx(wQ,{role:r},n))})]}),C.jsx("div",{className:Ue("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":t}),children:C.jsx("div",{className:"flex h-full w-full select-none flex-col bg-grey-800",children:t?C.jsxs(C.Fragment,{children:[C.jsx(_Q,{}),C.jsx(OQ,{selectedRole:t})]}):C.jsx(yD,{tab:"Role"})})})]})};function Xk(){const e=Z.useAppSelector(Z.selectRolesFlags),t=Z.useAppDispatch();A.useEffect(()=>{t(Z.setTabFlags({path:nt.ROLES_TAB_PATH,flags:e}))},[e])}const pl=Ct.extendTheme({...Ct.theme,components:{Checkbox:{baseStyle:{control:{border:"1px",_checked:{backgroundColor:"primary.600",_hover:{backgroundColor:"primary.600",_invalid:{borderColor:"red.400"}},_invalid:{backgroundColor:"red.400"}},_invalid:{borderColor:"red.400"},_indeterminate:{_invalid:{backgroundColor:"red.400"}}}}}},fonts:{...Ct.theme.fonts,heading:"Twemoji Country Flags,Poppins,Open Sans,sans-serif",body:"Twemoji Country Flags,Poppins,Open Sans,sans-serif",mono:"Twemoji Country Flags,Poppins,Open Sans,sans-serif"},zIndices:{...Ct.theme.zIndices,tooltip:2e3},colors:{primary:{100:"#F2DDFF",200:"#E8C3FF",300:"#EDD0FF",400:"#E3B7FF",500:"#D99FFD",600:"#B174E5",700:"#A15FD8",800:"#925FBE",900:"#BB0BD1"}},shadows:{outline:""}}),Zk=({theme:e=pl,resetCSS:t=!0})=>{const r=Z.useAppSelector(Z.selectQodly),n=Z.useAppSelector(Z.selectSelectedTab),i=Z.useAppSelector(Z.selectForceLogin),o=Z.useAppSelector(Z.selectRestrictedByDefault),a=A.useRef(),u=Z.useAppDispatch();return Xk(),C.jsx(Ct.ChakraProvider,{theme:e,resetCSS:t,children: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:c=>a.current=c,children:C.jsxs("div",{className:"flex w-full flex-col",children:[C.jsx(Jz,{activeTab:n,forceLogin:i,restrictedByDefault:o,onTabChange:c=>{u(Z.toggleTab(c))},onForceLoginChange:c=>{u(Z.toggleForceLogin(c))},onRestrictedByDefaultChange:c=>{u(Z.toggleRestrictedByDefault(c))},qodly:r}),n==="roles"?C.jsx(Qz,{children:C.jsx(RQ,{})}):C.jsx(iQ,{})]})})})})},PQ=(e,t)=>{const r={};for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)){const i=e[n];let o;["html","body",":root","::selection"].includes(n)?o=t:n.includes(",")?o=n.split(",").map(a=>a.trim()).map(a=>a.startsWith("*")?a.replace(/^\*/,t):`${t} ${a}`).join(", "):o=`${t} ${n}`,r[o]=i}return r},aD=pl.styles.global;aD&&(pl.styles.global=e=>{const t=aD(e);return PQ(t,".qodly-roles-editor")});const IQ=()=>{const e=Z.useAppSelector(Z.selectModals),t=Z.useAppDispatch();return C.jsx(C.Fragment,{children:e.map((r,n)=>C.jsx(nt.Modal,{hasOverlay:n===0,...r,onClose:i=>t(Z.closeModal(i)),onEdit:i=>t(Z.editModal(i))},r.id))})},NQ=e=>C.jsxs(Z.ReduxProvider,{store:Z.getStore(),children:[C.jsx(nt.TipsProvider,{children:C.jsx("div",{className:"relative z-10 overflow-hidden",style:{height:"100vh"},children:C.jsx(Zk,{...e})})}),C.jsx(IQ,{})]});exports.Roles=Zk;exports.Standalone=NQ;exports.theme=pl;exports.useRolesFlagsSync=Xk;
|
|
72
72
|
//# sourceMappingURL=index.cjs.js.map
|