@moderneinc/react-charts 1.1.0 → 1.2.0-next.2f2ee2
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/components/chrono-chart/chrono-chart.component.d.ts +3 -0
- package/dist/components/chrono-chart/chrono-chart.types.d.ts +58 -0
- package/dist/components/chrono-chart/components/category-table.component.d.ts +3 -0
- package/dist/components/chrono-chart/components/category-table.types.d.ts +17 -0
- package/dist/components/chrono-chart/utils/data-transformer.d.ts +9 -0
- package/dist/components/d3-stacked-area-chart/d3-stacked-area-chart.component.d.ts +7 -0
- package/dist/components/d3-stacked-area-chart/d3-stacked-area-chart.types.d.ts +89 -0
- package/dist/components/d3-stacked-area-chart/hooks/use-d3-stacked-area.hook.d.ts +34 -0
- package/dist/components/morph-chart/hooks/shared/computations.d.ts +27 -0
- package/dist/components/morph-chart/hooks/shared/types.d.ts +22 -0
- package/dist/components/morph-chart/hooks/use-morph-chart.hook.d.ts +85 -0
- package/dist/components/morph-chart/index.d.ts +2 -0
- package/dist/components/morph-chart/morph-chart.component.d.ts +14 -0
- package/dist/components/morph-chart/morph-chart.types.d.ts +154 -0
- package/dist/components/morph-chart/utils/animation-constants.d.ts +23 -0
- package/dist/components/morph-chart/utils/animation-utils.d.ts +44 -0
- package/dist/components/morph-chart/utils/arc-path-calculator.d.ts +53 -0
- package/dist/components/morph-chart/utils/area-renderer.d.ts +24 -0
- package/dist/components/morph-chart/utils/bar-renderer.d.ts +19 -0
- package/dist/components/morph-chart/utils/gsap-orchestrator.d.ts +252 -0
- package/dist/components/morph-chart/utils/morph-interpolator.d.ts +96 -0
- package/dist/components/morph-chart/utils/parliament-renderer.d.ts +23 -0
- package/dist/components/morph-chart/utils/parliament-seat-extractor.d.ts +33 -0
- package/dist/components/morph-chart/utils/position-mapper.d.ts +48 -0
- package/dist/components/morph-chart/utils/segment-transformer.d.ts +70 -0
- package/dist/components/morph-chart/utils/svg-patterns.d.ts +19 -0
- package/dist/components/parliament-chart/hooks/{useParliamentChart.d.ts → use-parliament-chart.hook.d.ts} +6 -2
- package/dist/components/parliament-chart/{ParliamentChart.d.ts → parliament-chart.component.d.ts} +1 -1
- package/dist/components/parliament-chart/{ParliamentChart.types.d.ts → parliament-chart.types.d.ts} +6 -1
- package/dist/components/parliament-chart/utils/parliament-animation.d.ts +13 -0
- package/dist/components/stacked-area-chart/hooks/use-stacked-area-chart.hook.d.ts +6 -0
- package/dist/components/stacked-area-chart/stacked-area-chart.component.d.ts +10 -0
- package/dist/components/stacked-area-chart/stacked-area-chart.constants.d.ts +115 -0
- package/dist/components/stacked-area-chart/stacked-area-chart.types.d.ts +186 -0
- package/dist/components/stacked-area-chart/utils/color.utils.d.ts +4 -0
- package/dist/components/timeline-chart/hooks/use-timeline-chart.hook.d.ts +2 -0
- package/dist/components/timeline-chart/timeline-chart.component.d.ts +9 -0
- package/dist/components/timeline-chart/timeline-chart.types.d.ts +133 -0
- package/dist/components/timeline-chart/timeline-selected-events.component.d.ts +9 -0
- package/dist/index.cjs +144 -11
- package/dist/index.d.ts +21 -8
- package/dist/index.js +30451 -4879
- package/dist/theme/{defaultColors.d.ts → default-colors.d.ts} +8 -4
- package/dist/theme/timeline-defaults.d.ts +50 -0
- package/package.json +32 -13
- /package/dist/components/parliament-chart/{ParliamentChart.constants.d.ts → parliament-chart.constants.d.ts} +0 -0
- /package/dist/components/parliament-chart/utils/{parliamentArcCalculator.d.ts → parliament-arc-calculator.d.ts} +0 -0
- /package/dist/components/parliament-chart/utils/{parliamentChartData.utils.d.ts → parliament-chart-data.utils.d.ts} +0 -0
- /package/dist/components/parliament-chart/utils/{parliamentSvgEnhanced.d.ts → parliament-svg-enhanced.d.ts} +0 -0
- /package/dist/components/parliament-chart/utils/{parliamentSvgPatterns.d.ts → parliament-svg-patterns.d.ts} +0 -0
- /package/dist/components/parliament-chart/utils/{parliamentSvg.d.ts → parliament-svg.d.ts} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,42 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("react/jsx-runtime"),_s=require("@mui/icons-material"),M=require("@mui/material"),fe=require("react"),Ss=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"];class ve{constructor(e,n,t){this.normal=n,this.property=e,t&&(this.space=t)}}ve.prototype.normal={};ve.prototype.property={};ve.prototype.space=void 0;function Sl(r,e){const n={},t={};for(const a of r)Object.assign(n,a.property),Object.assign(t,a.normal);return new ve(n,t,e)}function ye(r){return r.toLowerCase()}class B{constructor(e,n){this.attribute=n,this.property=e}}B.prototype.attribute="";B.prototype.booleanish=!1;B.prototype.boolean=!1;B.prototype.commaOrSpaceSeparated=!1;B.prototype.commaSeparated=!1;B.prototype.defined=!1;B.prototype.mustUseProperty=!1;B.prototype.number=!1;B.prototype.overloadedBoolean=!1;B.prototype.property="";B.prototype.spaceSeparated=!1;B.prototype.space=void 0;let xs=0;const x=Q(),E=Q(),zn=Q(),p=Q(),O=Q(),te=Q(),U=Q();function Q(){return 2**++xs}const Bn=Object.freeze(Object.defineProperty({__proto__:null,boolean:x,booleanish:E,commaOrSpaceSeparated:U,commaSeparated:te,number:p,overloadedBoolean:zn,spaceSeparated:O},Symbol.toStringTag,{value:"Module"})),Be=Object.keys(Bn);class Wn extends B{constructor(e,n,t,a){let i=-1;if(super(e,n),sa(this,"space",a),typeof t=="number")for(;++i<Be.length;){const o=Be[i];sa(this,Be[i],(t&Bn[o])===Bn[o])}}}Wn.prototype.defined=!0;function sa(r,e,n){n&&(r[e]=n)}function ie(r){const e={},n={};for(const[t,a]of Object.entries(r.properties)){const i=new Wn(t,r.transform(r.attributes||{},t),a,r.space);r.mustUseProperty&&r.mustUseProperty.includes(t)&&(i.mustUseProperty=!0),e[t]=i,n[ye(t)]=t,n[ye(i.attribute)]=t}return new ve(e,n,r.space)}const xl=ie({properties:{ariaActiveDescendant:null,ariaAtomic:E,ariaAutoComplete:null,ariaBusy:E,ariaChecked:E,ariaColCount:p,ariaColIndex:p,ariaColSpan:p,ariaControls:O,ariaCurrent:null,ariaDescribedBy:O,ariaDetails:null,ariaDisabled:E,ariaDropEffect:O,ariaErrorMessage:null,ariaExpanded:E,ariaFlowTo:O,ariaGrabbed:E,ariaHasPopup:null,ariaHidden:E,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:O,ariaLevel:p,ariaLive:null,ariaModal:E,ariaMultiLine:E,ariaMultiSelectable:E,ariaOrientation:null,ariaOwns:O,ariaPlaceholder:null,ariaPosInSet:p,ariaPressed:E,ariaReadOnly:E,ariaRelevant:null,ariaRequired:E,ariaRoleDescription:O,ariaRowCount:p,ariaRowIndex:p,ariaRowSpan:p,ariaSelected:E,ariaSetSize:p,ariaSort:null,ariaValueMax:p,ariaValueMin:p,ariaValueNow:p,ariaValueText:null,role:null},transform(r,e){return e==="role"?e:"aria-"+e.slice(4).toLowerCase()}});function Al(r,e){return e in r?r[e]:e}function ql(r,e){return Al(r,e.toLowerCase())}const As=ie({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:te,acceptCharset:O,accessKey:O,action:null,allow:null,allowFullScreen:x,allowPaymentRequest:x,allowUserMedia:x,alt:null,as:null,async:x,autoCapitalize:null,autoComplete:O,autoFocus:x,autoPlay:x,blocking:O,capture:null,charSet:null,checked:x,cite:null,className:O,cols:p,colSpan:null,content:null,contentEditable:E,controls:x,controlsList:O,coords:p|te,crossOrigin:null,data:null,dateTime:null,decoding:null,default:x,defer:x,dir:null,dirName:null,disabled:x,download:zn,draggable:E,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:x,formTarget:null,headers:O,height:p,hidden:zn,high:p,href:null,hrefLang:null,htmlFor:O,httpEquiv:O,id:null,imageSizes:null,imageSrcSet:null,inert:x,inputMode:null,integrity:null,is:null,isMap:x,itemId:null,itemProp:O,itemRef:O,itemScope:x,itemType:O,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:x,low:p,manifest:null,max:null,maxLength:p,media:null,method:null,min:null,minLength:p,multiple:x,muted:x,name:null,nonce:null,noModule:x,noValidate:x,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:x,optimum:p,pattern:null,ping:O,placeholder:null,playsInline:x,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:x,referrerPolicy:null,rel:O,required:x,reversed:x,rows:p,rowSpan:p,sandbox:O,scope:null,scoped:x,seamless:x,selected:x,shadowRootClonable:x,shadowRootDelegatesFocus:x,shadowRootMode:null,shape:null,size:p,sizes:null,slot:null,span:p,spellCheck:E,src:null,srcDoc:null,srcLang:null,srcSet:null,start:p,step:null,style:null,tabIndex:p,target:null,title:null,translate:null,type:null,typeMustMatch:x,useMap:null,value:E,width:p,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:O,axis:null,background:null,bgColor:null,border:p,borderColor:null,bottomMargin:p,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:x,declare:x,event:null,face:null,frame:null,frameBorder:null,hSpace:p,leftMargin:p,link:null,longDesc:null,lowSrc:null,marginHeight:p,marginWidth:p,noResize:x,noHref:x,noShade:x,noWrap:x,object:null,profile:null,prompt:null,rev:null,rightMargin:p,rules:null,scheme:null,scrolling:E,standby:null,summary:null,text:null,topMargin:p,valueType:null,version:null,vAlign:null,vLink:null,vSpace:p,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:x,disableRemotePlayback:x,prefix:null,property:null,results:p,security:null,unselectable:null},space:"html",transform:ql}),qs=ie({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:U,accentHeight:p,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:p,amplitude:p,arabicForm:null,ascent:p,attributeName:null,attributeType:null,azimuth:p,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:p,by:null,calcMode:null,capHeight:p,className:O,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:p,diffuseConstant:p,direction:null,display:null,dur:null,divisor:p,dominantBaseline:null,download:x,dx:null,dy:null,edgeMode:null,editable:null,elevation:p,enableBackground:null,end:null,event:null,exponent:p,externalResourcesRequired:null,fill:null,fillOpacity:p,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:te,g2:te,glyphName:te,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:p,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:p,horizOriginX:p,horizOriginY:p,id:null,ideographic:p,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:p,k:p,k1:p,k2:p,k3:p,k4:p,kernelMatrix:U,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:p,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:p,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:p,overlineThickness:p,paintOrder:null,panose1:null,path:null,pathLength:p,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:O,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:p,pointsAtY:p,pointsAtZ:p,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:U,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:U,rev:U,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:U,requiredFeatures:U,requiredFonts:U,requiredFormats:U,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:p,specularExponent:p,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:p,strikethroughThickness:p,string:null,stroke:null,strokeDashArray:U,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:p,strokeOpacity:p,strokeWidth:null,style:null,surfaceScale:p,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:U,tabIndex:p,tableValues:null,target:null,targetX:p,targetY:p,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:U,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:p,underlineThickness:p,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:p,values:null,vAlphabetic:p,vMathematical:p,vectorEffect:null,vHanging:p,vIdeographic:p,version:null,vertAdvY:p,vertOriginX:p,vertOriginY:p,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:p,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Al}),Cl=ie({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(r,e){return"xlink:"+e.slice(5).toLowerCase()}}),Rl=ie({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:ql}),wl=ie({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(r,e){return"xml:"+e.slice(3).toLowerCase()}}),Cs=/[A-Z]/g,ua=/-[a-z]/g,Rs=/^data[-\w.:]+$/i;function Tl(r,e){const n=ye(e);let t=e,a=B;if(n in r.normal)return r.property[r.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Rs.test(e)){if(e.charAt(4)==="-"){const i=e.slice(5).replace(ua,Ts);t="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=e.slice(4);if(!ua.test(i)){let o=i.replace(Cs,ws);o.charAt(0)!=="-"&&(o="-"+o),e="data"+o}}a=Wn}return new a(t,e)}function ws(r){return"-"+r.toLowerCase()}function Ts(r){return r.charAt(1).toUpperCase()}const Ol=Sl([xl,As,Cl,Rl,wl],"html"),Vn=Sl([xl,qs,Cl,Rl,wl],"svg"),ca={}.hasOwnProperty;function Os(r,e){const n=e||{};function t(a,...i){let o=t.invalid;const l=t.handlers;if(a&&ca.call(a,r)){const s=String(a[r]);o=ca.call(l,s)?l[s]:t.unknown}if(o)return o.call(this,a,...i)}return t.handlers=n.handlers||{},t.invalid=n.invalid,t.unknown=n.unknown,t}const Ms=/["&'<>`]/g,Ps=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Es=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,Is=/[|\\{}()[\]^$+*?.]/g,fa=new WeakMap;function Ls(r,e){if(r=r.replace(e.subset?Ds(e.subset):Ms,t),e.subset||e.escapeOnly)return r;return r.replace(Ps,n).replace(Es,t);function n(a,i,o){return e.format((a.charCodeAt(0)-55296)*1024+a.charCodeAt(1)-56320+65536,o.charCodeAt(i+2),e)}function t(a,i,o){return e.format(a.charCodeAt(0),o.charCodeAt(i+1),e)}}function Ds(r){let e=fa.get(r);return e||(e=Ns(r),fa.set(r,e)),e}function Ns(r){const e=[];let n=-1;for(;++n<r.length;)e.push(r[n].replace(Is,"\\$&"));return new RegExp("(?:"+e.join("|")+")","g")}const ks=/[\dA-Fa-f]/;function Fs(r,e,n){const t="&#x"+r.toString(16).toUpperCase();return n&&e&&!ks.test(String.fromCharCode(e))?t:t+";"}const js=/\d/;function Hs(r,e,n){const t="&#"+String(r);return n&&e&&!js.test(String.fromCharCode(e))?t:t+";"}const zs=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"],Ge={nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",fnof:"ƒ",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",bull:"•",hellip:"…",prime:"′",Prime:"″",oline:"‾",frasl:"⁄",weierp:"℘",image:"ℑ",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦",quot:'"',amp:"&",lt:"<",gt:">",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"",zwj:"",lrm:"",rlm:"",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",permil:"‰",lsaquo:"‹",rsaquo:"›",euro:"€"},Bs=["cent","copy","divide","gt","lt","not","para","times"],Ml={}.hasOwnProperty,Gn={};let Ce;for(Ce in Ge)Ml.call(Ge,Ce)&&(Gn[Ge[Ce]]=Ce);const Gs=/[^\dA-Za-z]/;function Us(r,e,n,t){const a=String.fromCharCode(r);if(Ml.call(Gn,a)){const i=Gn[a],o="&"+i;return n&&zs.includes(i)&&!Bs.includes(i)&&(!t||e&&e!==61&&Gs.test(String.fromCharCode(e)))?o:o+";"}return""}function Ks(r,e,n){let t=Fs(r,e,n.omitOptionalSemicolons),a;if((n.useNamedReferences||n.useShortestReferences)&&(a=Us(r,e,n.omitOptionalSemicolons,n.attribute)),(n.useShortestReferences||!a)&&n.useShortestReferences){const i=Hs(r,e,n.omitOptionalSemicolons);i.length<t.length&&(t=i)}return a&&(!n.useShortestReferences||a.length<t.length)?a:t}function ne(r,e){return Ls(r,Object.assign({format:Ks},e))}const $s=/^>|^->|<!--|-->|--!>|<!-$/g,Ws=[">"],Vs=["<",">"];function Ys(r,e,n,t){return t.settings.bogusComments?"<?"+ne(r.value,Object.assign({},t.settings.characterReferences,{subset:Ws}))+">":"<!--"+r.value.replace($s,a)+"-->";function a(i){return ne(i,Object.assign({},t.settings.characterReferences,{subset:Vs}))}}function Xs(r,e,n,t){return"<!"+(t.settings.upperDoctype?"DOCTYPE":"doctype")+(t.settings.tightDoctype?"":" ")+"html>"}function da(r,e){const n=String(r);if(typeof e!="string")throw new TypeError("Expected character");let t=0,a=n.indexOf(e);for(;a!==-1;)t++,a=n.indexOf(e,a+e.length);return t}function ha(r){const e=[],n=String(r||"");let t=n.indexOf(","),a=0,i=!1;for(;!i;){t===-1&&(t=n.length,i=!0);const o=n.slice(a,t).trim();(o||!i)&&e.push(o),a=t+1,t=n.indexOf(",",a)}return e}function Zs(r,e){const n=e||{};return(r[r.length-1]===""?[...r,""]:r).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}function pa(r){const e=String(r||"").trim();return e?e.split(/[ \t\n\r\f]+/g):[]}function Js(r){return r.join(" ").trim()}const Qs=/[ \t\n\f\r]/g;function Yn(r){return typeof r=="object"?r.type==="text"?ga(r.value):!1:ga(r)}function ga(r){return r.replace(Qs,"")===""}const L=El(1),Pl=El(-1),eu=[];function El(r){return e;function e(n,t,a){const i=n?n.children:eu;let o=(t||0)+r,l=i[o];if(!a)for(;l&&Yn(l);)o+=r,l=i[o];return l}}const ru={}.hasOwnProperty;function Il(r){return e;function e(n,t,a){return ru.call(r,n.tagName)&&r[n.tagName](n,t,a)}}const Xn=Il({body:nu,caption:Ue,colgroup:Ue,dd:lu,dt:ou,head:Ue,html:tu,li:iu,optgroup:su,option:uu,p:au,rp:ma,rt:ma,tbody:fu,td:ya,tfoot:du,th:ya,thead:cu,tr:hu});function Ue(r,e,n){const t=L(n,e,!0);return!t||t.type!=="comment"&&!(t.type==="text"&&Yn(t.value.charAt(0)))}function tu(r,e,n){const t=L(n,e);return!t||t.type!=="comment"}function nu(r,e,n){const t=L(n,e);return!t||t.type!=="comment"}function au(r,e,n){const t=L(n,e);return t?t.type==="element"&&(t.tagName==="address"||t.tagName==="article"||t.tagName==="aside"||t.tagName==="blockquote"||t.tagName==="details"||t.tagName==="div"||t.tagName==="dl"||t.tagName==="fieldset"||t.tagName==="figcaption"||t.tagName==="figure"||t.tagName==="footer"||t.tagName==="form"||t.tagName==="h1"||t.tagName==="h2"||t.tagName==="h3"||t.tagName==="h4"||t.tagName==="h5"||t.tagName==="h6"||t.tagName==="header"||t.tagName==="hgroup"||t.tagName==="hr"||t.tagName==="main"||t.tagName==="menu"||t.tagName==="nav"||t.tagName==="ol"||t.tagName==="p"||t.tagName==="pre"||t.tagName==="section"||t.tagName==="table"||t.tagName==="ul"):!n||!(n.type==="element"&&(n.tagName==="a"||n.tagName==="audio"||n.tagName==="del"||n.tagName==="ins"||n.tagName==="map"||n.tagName==="noscript"||n.tagName==="video"))}function iu(r,e,n){const t=L(n,e);return!t||t.type==="element"&&t.tagName==="li"}function ou(r,e,n){const t=L(n,e);return!!(t&&t.type==="element"&&(t.tagName==="dt"||t.tagName==="dd"))}function lu(r,e,n){const t=L(n,e);return!t||t.type==="element"&&(t.tagName==="dt"||t.tagName==="dd")}function ma(r,e,n){const t=L(n,e);return!t||t.type==="element"&&(t.tagName==="rp"||t.tagName==="rt")}function su(r,e,n){const t=L(n,e);return!t||t.type==="element"&&t.tagName==="optgroup"}function uu(r,e,n){const t=L(n,e);return!t||t.type==="element"&&(t.tagName==="option"||t.tagName==="optgroup")}function cu(r,e,n){const t=L(n,e);return!!(t&&t.type==="element"&&(t.tagName==="tbody"||t.tagName==="tfoot"))}function fu(r,e,n){const t=L(n,e);return!t||t.type==="element"&&(t.tagName==="tbody"||t.tagName==="tfoot")}function du(r,e,n){return!L(n,e)}function hu(r,e,n){const t=L(n,e);return!t||t.type==="element"&&t.tagName==="tr"}function ya(r,e,n){const t=L(n,e);return!t||t.type==="element"&&(t.tagName==="td"||t.tagName==="th")}const pu=Il({body:yu,colgroup:vu,head:mu,html:gu,tbody:bu});function gu(r){const e=L(r,-1);return!e||e.type!=="comment"}function mu(r){const e=new Set;for(const t of r.children)if(t.type==="element"&&(t.tagName==="base"||t.tagName==="title")){if(e.has(t.tagName))return!1;e.add(t.tagName)}const n=r.children[0];return!n||n.type==="element"}function yu(r){const e=L(r,-1,!0);return!e||e.type!=="comment"&&!(e.type==="text"&&Yn(e.value.charAt(0)))&&!(e.type==="element"&&(e.tagName==="meta"||e.tagName==="link"||e.tagName==="script"||e.tagName==="style"||e.tagName==="template"))}function vu(r,e,n){const t=Pl(n,e),a=L(r,-1,!0);return n&&t&&t.type==="element"&&t.tagName==="colgroup"&&Xn(t,n.children.indexOf(t),n)?!1:!!(a&&a.type==="element"&&a.tagName==="col")}function bu(r,e,n){const t=Pl(n,e),a=L(r,-1);return n&&t&&t.type==="element"&&(t.tagName==="thead"||t.tagName==="tbody")&&Xn(t,n.children.indexOf(t),n)?!1:!!(a&&a.type==="element"&&a.tagName==="tr")}const Re={name:[[`
|
|
1
|
+
"use strict";var RM=Object.defineProperty;var DM=(e,t,r)=>t in e?RM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var so=(e,t,r)=>DM(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const U=require("react/jsx-runtime"),V=require("@mui/material"),O=require("react"),uA=require("@mui/icons-material");function IM(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 Tr=IM(O);function NM(e){return e}var Rc=1,Dc=2,ym=3,Oo=4,rb=1e-6;function LM(e){return"translate("+e+",0)"}function BM(e){return"translate(0,"+e+")"}function qM(e){return t=>+e(t)}function FM(e,t){return t=Math.max(0,e.bandwidth()-t*2)/2,e.round()&&(t=Math.round(t)),r=>+e(r)+t}function zM(){return!this.__axis}function lA(e,t){var r=[],n=null,i=null,a=6,o=6,s=3,u=typeof window<"u"&&window.devicePixelRatio>1?0:.5,l=e===Rc||e===Oo?-1:1,c=e===Oo||e===Dc?"x":"y",f=e===Rc||e===ym?LM:BM;function h(p){var y=n??(t.ticks?t.ticks.apply(t,r):t.domain()),m=i??(t.tickFormat?t.tickFormat.apply(t,r):NM),d=Math.max(a,0)+s,g=t.range(),_=+g[0]+u,b=+g[g.length-1]+u,x=(t.bandwidth?FM:qM)(t.copy(),u),v=p.selection?p.selection():p,w=v.selectAll(".domain").data([null]),S=v.selectAll(".tick").data(y,t).order(),A=S.exit(),P=S.enter().append("g").attr("class","tick"),C=S.select("line"),T=S.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),S=S.merge(P),C=C.merge(P.append("line").attr("stroke","currentColor").attr(c+"2",l*a)),T=T.merge(P.append("text").attr("fill","currentColor").attr(c,l*d).attr("dy",e===Rc?"0em":e===ym?"0.71em":"0.32em")),p!==v&&(w=w.transition(p),S=S.transition(p),C=C.transition(p),T=T.transition(p),A=A.transition(p).attr("opacity",rb).attr("transform",function(E){return isFinite(E=x(E))?f(E+u):this.getAttribute("transform")}),P.attr("opacity",rb).attr("transform",function(E){var M=this.parentNode.__axis;return f((M&&isFinite(M=M(E))?M:x(E))+u)})),A.remove(),w.attr("d",e===Oo||e===Dc?o?"M"+l*o+","+_+"H"+u+"V"+b+"H"+l*o:"M"+u+","+_+"V"+b:o?"M"+_+","+l*o+"V"+u+"H"+b+"V"+l*o:"M"+_+","+u+"H"+b),S.attr("opacity",1).attr("transform",function(E){return f(x(E)+u)}),C.attr(c+"2",l*a),T.attr(c,l*d).text(m),v.filter(zM).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",e===Dc?"start":e===Oo?"end":"middle"),v.each(function(){this.__axis=x})}return h.scale=function(p){return arguments.length?(t=p,h):t},h.ticks=function(){return r=Array.from(arguments),h},h.tickArguments=function(p){return arguments.length?(r=p==null?[]:Array.from(p),h):r.slice()},h.tickValues=function(p){return arguments.length?(n=p==null?null:Array.from(p),h):n&&n.slice()},h.tickFormat=function(p){return arguments.length?(i=p,h):i},h.tickSize=function(p){return arguments.length?(a=o=+p,h):a},h.tickSizeInner=function(p){return arguments.length?(a=+p,h):a},h.tickSizeOuter=function(p){return arguments.length?(o=+p,h):o},h.tickPadding=function(p){return arguments.length?(s=+p,h):s},h.offset=function(p){return arguments.length?(u=+p,h):u},h}function Ko(e){return lA(ym,e)}function Yo(e){return lA(Oo,e)}var UM={value:()=>{}};function vv(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new Au(r)}function Au(e){this._=e}function WM(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",i=r.indexOf(".");if(i>=0&&(n=r.slice(i+1),r=r.slice(0,i)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}Au.prototype=vv.prototype={constructor:Au,on:function(e,t){var r=this._,n=WM(e+"",r),i,a=-1,o=n.length;if(arguments.length<2){for(;++a<o;)if((i=(e=n[a]).type)&&(i=GM(r[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++a<o;)if(i=(e=n[a]).type)r[i]=nb(r[i],e.name,t);else if(t==null)for(i in r)r[i]=nb(r[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new Au(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var r=new Array(i),n=0,i,a;n<i;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(a=this._[e],n=0,i=a.length;n<i;++n)a[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,a=n.length;i<a;++i)n[i].value.apply(t,r)}};function GM(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function nb(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=UM,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var vm="http://www.w3.org/1999/xhtml";const ib={svg:"http://www.w3.org/2000/svg",xhtml:vm,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Wl(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),ib.hasOwnProperty(t)?{space:ib[t],local:e}:e}function HM(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===vm&&t.documentElement.namespaceURI===vm?t.createElement(e):t.createElementNS(r,e)}}function KM(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function cA(e){var t=Wl(e);return(t.local?KM:HM)(t)}function YM(){}function gv(e){return e==null?YM:function(){return this.querySelector(e)}}function XM(e){typeof e!="function"&&(e=gv(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=new Array(o),u,l,c=0;c<o;++c)(u=a[c])&&(l=e.call(u,u.__data__,c,a))&&("__data__"in u&&(l.__data__=u.__data__),s[c]=l);return new dr(n,this._parents)}function VM(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function ZM(){return[]}function fA(e){return e==null?ZM:function(){return this.querySelectorAll(e)}}function JM(e){return function(){return VM(e.apply(this,arguments))}}function QM(e){typeof e=="function"?e=JM(e):e=fA(e);for(var t=this._groups,r=t.length,n=[],i=[],a=0;a<r;++a)for(var o=t[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&(n.push(e.call(u,u.__data__,l,o)),i.push(u));return new dr(n,i)}function hA(e){return function(){return this.matches(e)}}function pA(e){return function(t){return t.matches(e)}}var tk=Array.prototype.find;function ek(e){return function(){return tk.call(this.children,e)}}function rk(){return this.firstElementChild}function nk(e){return this.select(e==null?rk:ek(typeof e=="function"?e:pA(e)))}var ik=Array.prototype.filter;function ak(){return Array.from(this.children)}function ok(e){return function(){return ik.call(this.children,e)}}function sk(e){return this.selectAll(e==null?ak:ok(typeof e=="function"?e:pA(e)))}function uk(e){typeof e!="function"&&(e=hA(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=[],u,l=0;l<o;++l)(u=a[l])&&e.call(u,u.__data__,l,a)&&s.push(u);return new dr(n,this._parents)}function dA(e){return new Array(e.length)}function lk(){return new dr(this._enter||this._groups.map(dA),this._parents)}function $u(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}$u.prototype={constructor:$u,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 ck(e){return function(){return e}}function fk(e,t,r,n,i,a){for(var o=0,s,u=t.length,l=a.length;o<l;++o)(s=t[o])?(s.__data__=a[o],n[o]=s):r[o]=new $u(e,a[o]);for(;o<u;++o)(s=t[o])&&(i[o]=s)}function hk(e,t,r,n,i,a,o){var s,u,l=new Map,c=t.length,f=a.length,h=new Array(c),p;for(s=0;s<c;++s)(u=t[s])&&(h[s]=p=o.call(u,u.__data__,s,t)+"",l.has(p)?i[s]=u:l.set(p,u));for(s=0;s<f;++s)p=o.call(e,a[s],s,a)+"",(u=l.get(p))?(n[s]=u,u.__data__=a[s],l.delete(p)):r[s]=new $u(e,a[s]);for(s=0;s<c;++s)(u=t[s])&&l.get(h[s])===u&&(i[s]=u)}function pk(e){return e.__data__}function dk(e,t){if(!arguments.length)return Array.from(this,pk);var r=t?hk:fk,n=this._parents,i=this._groups;typeof e!="function"&&(e=ck(e));for(var a=i.length,o=new Array(a),s=new Array(a),u=new Array(a),l=0;l<a;++l){var c=n[l],f=i[l],h=f.length,p=mk(e.call(c,c&&c.__data__,l,n)),y=p.length,m=s[l]=new Array(y),d=o[l]=new Array(y),g=u[l]=new Array(h);r(c,f,m,d,g,p,t);for(var _=0,b=0,x,v;_<y;++_)if(x=m[_]){for(_>=b&&(b=_+1);!(v=d[b])&&++b<y;);x._next=v||null}}return o=new dr(o,n),o._enter=s,o._exit=u,o}function mk(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function yk(){return new dr(this._exit||this._groups.map(dA),this._parents)}function vk(e,t,r){var n=this.enter(),i=this,a=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?a.remove():r(a),n&&i?n.merge(i).order():i}function gk(e){for(var t=e.selection?e.selection():e,r=this._groups,n=t._groups,i=r.length,a=n.length,o=Math.min(i,a),s=new Array(i),u=0;u<o;++u)for(var l=r[u],c=n[u],f=l.length,h=s[u]=new Array(f),p,y=0;y<f;++y)(p=l[y]||c[y])&&(h[y]=p);for(;u<i;++u)s[u]=r[u];return new dr(s,this._parents)}function bk(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],i=n.length-1,a=n[i],o;--i>=0;)(o=n[i])&&(a&&o.compareDocumentPosition(a)^4&&a.parentNode.insertBefore(o,a),a=o);return this}function _k(e){e||(e=xk);function t(f,h){return f&&h?e(f.__data__,h.__data__):!f-!h}for(var r=this._groups,n=r.length,i=new Array(n),a=0;a<n;++a){for(var o=r[a],s=o.length,u=i[a]=new Array(s),l,c=0;c<s;++c)(l=o[c])&&(u[c]=l);u.sort(t)}return new dr(i,this._parents).order()}function xk(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function wk(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function Sk(){return Array.from(this)}function Ok(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length;i<a;++i){var o=n[i];if(o)return o}return null}function Ak(){let e=0;for(const t of this)++e;return e}function Pk(){return!this.node()}function Tk(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var i=t[r],a=0,o=i.length,s;a<o;++a)(s=i[a])&&e.call(s,s.__data__,a,i);return this}function Ek(e){return function(){this.removeAttribute(e)}}function Ck(e){return function(){this.removeAttributeNS(e.space,e.local)}}function Mk(e,t){return function(){this.setAttribute(e,t)}}function kk(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function $k(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function jk(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 Rk(e,t){var r=Wl(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?Ck:Ek:typeof t=="function"?r.local?jk:$k:r.local?kk:Mk)(r,t))}function mA(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function Dk(e){return function(){this.style.removeProperty(e)}}function Ik(e,t,r){return function(){this.style.setProperty(e,t,r)}}function Nk(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function Lk(e,t,r){return arguments.length>1?this.each((t==null?Dk:typeof t=="function"?Nk:Ik)(e,t,r??"")):da(this.node(),e)}function da(e,t){return e.style.getPropertyValue(t)||mA(e).getComputedStyle(e,null).getPropertyValue(t)}function Bk(e){return function(){delete this[e]}}function qk(e,t){return function(){this[e]=t}}function Fk(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function zk(e,t){return arguments.length>1?this.each((t==null?Bk:typeof t=="function"?Fk:qk)(e,t)):this.node()[e]}function yA(e){return e.trim().split(/^|\s+/)}function bv(e){return e.classList||new vA(e)}function vA(e){this._node=e,this._names=yA(e.getAttribute("class")||"")}vA.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 gA(e,t){for(var r=bv(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function bA(e,t){for(var r=bv(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function Uk(e){return function(){gA(this,e)}}function Wk(e){return function(){bA(this,e)}}function Gk(e,t){return function(){(t.apply(this,arguments)?gA:bA)(this,e)}}function Hk(e,t){var r=yA(e+"");if(arguments.length<2){for(var n=bv(this.node()),i=-1,a=r.length;++i<a;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?Gk:t?Uk:Wk)(r,t))}function Kk(){this.textContent=""}function Yk(e){return function(){this.textContent=e}}function Xk(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function Vk(e){return arguments.length?this.each(e==null?Kk:(typeof e=="function"?Xk:Yk)(e)):this.node().textContent}function Zk(){this.innerHTML=""}function Jk(e){return function(){this.innerHTML=e}}function Qk(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function t$(e){return arguments.length?this.each(e==null?Zk:(typeof e=="function"?Qk:Jk)(e)):this.node().innerHTML}function e$(){this.nextSibling&&this.parentNode.appendChild(this)}function r$(){return this.each(e$)}function n$(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function i$(){return this.each(n$)}function a$(e){var t=typeof e=="function"?e:cA(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function o$(){return null}function s$(e,t){var r=typeof e=="function"?e:cA(e),n=t==null?o$:typeof t=="function"?t:gv(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function u$(){var e=this.parentNode;e&&e.removeChild(this)}function l$(){return this.each(u$)}function c$(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function f$(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function h$(e){return this.select(e?f$:c$)}function p$(e){return arguments.length?this.property("__data__",e):this.node().__data__}function d$(e){return function(t){e.call(this,t,this.__data__)}}function m$(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 y$(e){return function(){var t=this.__on;if(t){for(var r=0,n=-1,i=t.length,a;r<i;++r)a=t[r],(!e.type||a.type===e.type)&&a.name===e.name?this.removeEventListener(a.type,a.listener,a.options):t[++n]=a;++n?t.length=n:delete this.__on}}}function v$(e,t,r){return function(){var n=this.__on,i,a=d$(t);if(n){for(var o=0,s=n.length;o<s;++o)if((i=n[o]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=a,i.options=r),i.value=t;return}}this.addEventListener(e.type,a,r),i={type:e.type,name:e.name,value:t,listener:a,options:r},n?n.push(i):this.__on=[i]}}function g$(e,t,r){var n=m$(e+""),i,a=n.length,o;if(arguments.length<2){var s=this.node().__on;if(s){for(var u=0,l=s.length,c;u<l;++u)for(i=0,c=s[u];i<a;++i)if((o=n[i]).type===c.type&&o.name===c.name)return c.value}return}for(s=t?v$:y$,i=0;i<a;++i)this.each(s(n[i],t,r));return this}function _A(e,t,r){var n=mA(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 b$(e,t){return function(){return _A(this,e,t)}}function _$(e,t){return function(){return _A(this,e,t.apply(this,arguments))}}function x$(e,t){return this.each((typeof t=="function"?_$:b$)(e,t))}function*w$(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length,o;i<a;++i)(o=n[i])&&(yield o)}var xA=[null];function dr(e,t){this._groups=e,this._parents=t}function Xa(){return new dr([[document.documentElement]],xA)}function S$(){return this}dr.prototype=Xa.prototype={constructor:dr,select:XM,selectAll:QM,selectChild:nk,selectChildren:sk,filter:uk,data:dk,enter:lk,exit:yk,join:vk,merge:gk,selection:S$,order:bk,sort:_k,call:wk,nodes:Sk,node:Ok,size:Ak,empty:Pk,each:Tk,attr:Rk,style:Lk,property:zk,classed:Hk,text:Vk,html:t$,raise:r$,lower:i$,append:a$,insert:s$,remove:l$,clone:h$,datum:p$,on:g$,dispatch:x$,[Symbol.iterator]:w$};function ee(e){return typeof e=="string"?new dr([[document.querySelector(e)]],[document.documentElement]):new dr([[e]],xA)}function O$(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Xo(e,t){if(e=O$(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 gm={capture:!0,passive:!1};function bm(e){e.preventDefault(),e.stopImmediatePropagation()}function A$(e){var t=e.document.documentElement,r=ee(e).on("dragstart.drag",bm,gm);"onselectstart"in t?r.on("selectstart.drag",bm,gm):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function P$(e,t){var r=e.document.documentElement,n=ee(e).on("dragstart.drag",null);t&&(n.on("click.drag",bm,gm),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}function _v(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function wA(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function qs(){}var Vo=.7,ju=1/Vo,aa="\\s*([+-]?\\d+)\\s*",Zo="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Qr="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",T$=/^#([0-9a-f]{3,8})$/,E$=new RegExp(`^rgb\\(${aa},${aa},${aa}\\)$`),C$=new RegExp(`^rgb\\(${Qr},${Qr},${Qr}\\)$`),M$=new RegExp(`^rgba\\(${aa},${aa},${aa},${Zo}\\)$`),k$=new RegExp(`^rgba\\(${Qr},${Qr},${Qr},${Zo}\\)$`),$$=new RegExp(`^hsl\\(${Zo},${Qr},${Qr}\\)$`),j$=new RegExp(`^hsla\\(${Zo},${Qr},${Qr},${Zo}\\)$`),ab={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};_v(qs,Ei,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:ob,formatHex:ob,formatHex8:R$,formatHsl:D$,formatRgb:sb,toString:sb});function ob(){return this.rgb().formatHex()}function R$(){return this.rgb().formatHex8()}function D$(){return SA(this).formatHsl()}function sb(){return this.rgb().formatRgb()}function Ei(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=T$.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?ub(t):r===3?new He(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?nu(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?nu(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=E$.exec(e))?new He(t[1],t[2],t[3],1):(t=C$.exec(e))?new He(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=M$.exec(e))?nu(t[1],t[2],t[3],t[4]):(t=k$.exec(e))?nu(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=$$.exec(e))?fb(t[1],t[2]/100,t[3]/100,1):(t=j$.exec(e))?fb(t[1],t[2]/100,t[3]/100,t[4]):ab.hasOwnProperty(e)?ub(ab[e]):e==="transparent"?new He(NaN,NaN,NaN,0):null}function ub(e){return new He(e>>16&255,e>>8&255,e&255,1)}function nu(e,t,r,n){return n<=0&&(e=t=r=NaN),new He(e,t,r,n)}function I$(e){return e instanceof qs||(e=Ei(e)),e?(e=e.rgb(),new He(e.r,e.g,e.b,e.opacity)):new He}function _m(e,t,r,n){return arguments.length===1?I$(e):new He(e,t,r,n??1)}function He(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}_v(He,_m,wA(qs,{brighter(e){return e=e==null?ju:Math.pow(ju,e),new He(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Vo:Math.pow(Vo,e),new He(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new He(_i(this.r),_i(this.g),_i(this.b),Ru(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:lb,formatHex:lb,formatHex8:N$,formatRgb:cb,toString:cb}));function lb(){return`#${fi(this.r)}${fi(this.g)}${fi(this.b)}`}function N$(){return`#${fi(this.r)}${fi(this.g)}${fi(this.b)}${fi((isNaN(this.opacity)?1:this.opacity)*255)}`}function cb(){const e=Ru(this.opacity);return`${e===1?"rgb(":"rgba("}${_i(this.r)}, ${_i(this.g)}, ${_i(this.b)}${e===1?")":`, ${e})`}`}function Ru(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function _i(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function fi(e){return e=_i(e),(e<16?"0":"")+e.toString(16)}function fb(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new Nr(e,t,r,n)}function SA(e){if(e instanceof Nr)return new Nr(e.h,e.s,e.l,e.opacity);if(e instanceof qs||(e=Ei(e)),!e)return new Nr;if(e instanceof Nr)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,i=Math.min(t,r,n),a=Math.max(t,r,n),o=NaN,s=a-i,u=(a+i)/2;return s?(t===a?o=(r-n)/s+(r<n)*6:r===a?o=(n-t)/s+2:o=(t-r)/s+4,s/=u<.5?a+i:2-a-i,o*=60):s=u>0&&u<1?0:o,new Nr(o,s,u,e.opacity)}function L$(e,t,r,n){return arguments.length===1?SA(e):new Nr(e,t,r,n??1)}function Nr(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}_v(Nr,L$,wA(qs,{brighter(e){return e=e==null?ju:Math.pow(ju,e),new Nr(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Vo:Math.pow(Vo,e),new Nr(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 He(Ic(e>=240?e-240:e+120,i,n),Ic(e,i,n),Ic(e<120?e+240:e-120,i,n),this.opacity)},clamp(){return new Nr(hb(this.h),iu(this.s),iu(this.l),Ru(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=Ru(this.opacity);return`${e===1?"hsl(":"hsla("}${hb(this.h)}, ${iu(this.s)*100}%, ${iu(this.l)*100}%${e===1?")":`, ${e})`}`}}));function hb(e){return e=(e||0)%360,e<0?e+360:e}function iu(e){return Math.max(0,Math.min(1,e||0))}function Ic(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 xv=e=>()=>e;function B$(e,t){return function(r){return e+r*t}}function q$(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 F$(e){return(e=+e)==1?OA:function(t,r){return r-t?q$(t,r,e):xv(isNaN(t)?r:t)}}function OA(e,t){var r=t-e;return r?B$(e,r):xv(isNaN(e)?t:e)}const Du=(function e(t){var r=F$(t);function n(i,a){var o=r((i=_m(i)).r,(a=_m(a)).r),s=r(i.g,a.g),u=r(i.b,a.b),l=OA(i.opacity,a.opacity);return function(c){return i.r=o(c),i.g=s(c),i.b=u(c),i.opacity=l(c),i+""}}return n.gamma=e,n})(1);function z$(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),i;return function(a){for(i=0;i<r;++i)n[i]=e[i]*(1-a)+t[i]*a;return n}}function U$(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function W$(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,i=new Array(n),a=new Array(r),o;for(o=0;o<n;++o)i[o]=Ni(e[o],t[o]);for(;o<r;++o)a[o]=t[o];return function(s){for(o=0;o<n;++o)a[o]=i[o](s);return a}}function G$(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function Ir(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function H$(e,t){var r={},n={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?r[i]=Ni(e[i],t[i]):n[i]=t[i];return function(a){for(i in r)n[i]=r[i](a);return n}}var xm=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Nc=new RegExp(xm.source,"g");function K$(e){return function(){return e}}function Y$(e){return function(t){return e(t)+""}}function AA(e,t){var r=xm.lastIndex=Nc.lastIndex=0,n,i,a,o=-1,s=[],u=[];for(e=e+"",t=t+"";(n=xm.exec(e))&&(i=Nc.exec(t));)(a=i.index)>r&&(a=t.slice(r,a),s[o]?s[o]+=a:s[++o]=a),(n=n[0])===(i=i[0])?s[o]?s[o]+=i:s[++o]=i:(s[++o]=null,u.push({i:o,x:Ir(n,i)})),r=Nc.lastIndex;return r<t.length&&(a=t.slice(r),s[o]?s[o]+=a:s[++o]=a),s.length<2?u[0]?Y$(u[0].x):K$(t):(t=u.length,function(l){for(var c=0,f;c<t;++c)s[(f=u[c]).i]=f.x(l);return s.join("")})}function Ni(e,t){var r=typeof t,n;return t==null||r==="boolean"?xv(t):(r==="number"?Ir:r==="string"?(n=Ei(t))?(t=n,Du):AA:t instanceof Ei?Du:t instanceof Date?G$:U$(t)?z$:Array.isArray(t)?W$:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?H$:Ir)(e,t)}function wv(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}var pb=180/Math.PI,wm={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function PA(e,t,r,n,i,a){var o,s,u;return(o=Math.sqrt(e*e+t*t))&&(e/=o,t/=o),(u=e*r+t*n)&&(r-=e*u,n-=t*u),(s=Math.sqrt(r*r+n*n))&&(r/=s,n/=s,u/=s),e*n<t*r&&(e=-e,t=-t,u=-u,o=-o),{translateX:i,translateY:a,rotate:Math.atan2(t,e)*pb,skewX:Math.atan(u)*pb,scaleX:o,scaleY:s}}var au;function X$(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?wm:PA(t.a,t.b,t.c,t.d,t.e,t.f)}function V$(e){return e==null||(au||(au=document.createElementNS("http://www.w3.org/2000/svg","g")),au.setAttribute("transform",e),!(e=au.transform.baseVal.consolidate()))?wm:(e=e.matrix,PA(e.a,e.b,e.c,e.d,e.e,e.f))}function TA(e,t,r,n){function i(l){return l.length?l.pop()+" ":""}function a(l,c,f,h,p,y){if(l!==f||c!==h){var m=p.push("translate(",null,t,null,r);y.push({i:m-4,x:Ir(l,f)},{i:m-2,x:Ir(c,h)})}else(f||h)&&p.push("translate("+f+t+h+r)}function o(l,c,f,h){l!==c?(l-c>180?c+=360:c-l>180&&(l+=360),h.push({i:f.push(i(f)+"rotate(",null,n)-2,x:Ir(l,c)})):c&&f.push(i(f)+"rotate("+c+n)}function s(l,c,f,h){l!==c?h.push({i:f.push(i(f)+"skewX(",null,n)-2,x:Ir(l,c)}):c&&f.push(i(f)+"skewX("+c+n)}function u(l,c,f,h,p,y){if(l!==f||c!==h){var m=p.push(i(p)+"scale(",null,",",null,")");y.push({i:m-4,x:Ir(l,f)},{i:m-2,x:Ir(c,h)})}else(f!==1||h!==1)&&p.push(i(p)+"scale("+f+","+h+")")}return function(l,c){var f=[],h=[];return l=e(l),c=e(c),a(l.translateX,l.translateY,c.translateX,c.translateY,f,h),o(l.rotate,c.rotate,f,h),s(l.skewX,c.skewX,f,h),u(l.scaleX,l.scaleY,c.scaleX,c.scaleY,f,h),l=c=null,function(p){for(var y=-1,m=h.length,d;++y<m;)f[(d=h[y]).i]=d.x(p);return f.join("")}}}var Z$=TA(X$,"px, ","px)","deg)"),J$=TA(V$,", ",")",")");function Q$(e,t){t===void 0&&(t=e,e=Ni);for(var r=0,n=t.length-1,i=t[0],a=new Array(n<0?0:n);r<n;)a[r]=e(i,i=t[++r]);return function(o){var s=Math.max(0,Math.min(n-1,Math.floor(o*=n)));return a[s](o-s)}}var ma=0,Ao=0,uo=0,EA=1e3,Iu,Po,Nu=0,Ci=0,Gl=0,Jo=typeof performance=="object"&&performance.now?performance:Date,CA=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Sv(){return Ci||(CA(tj),Ci=Jo.now()+Gl)}function tj(){Ci=0}function Lu(){this._call=this._time=this._next=null}Lu.prototype=MA.prototype={constructor:Lu,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Sv():+r)+(t==null?0:+t),!this._next&&Po!==this&&(Po?Po._next=this:Iu=this,Po=this),this._call=e,this._time=r,Sm()},stop:function(){this._call&&(this._call=null,this._time=1/0,Sm())}};function MA(e,t,r){var n=new Lu;return n.restart(e,t,r),n}function ej(){Sv(),++ma;for(var e=Iu,t;e;)(t=Ci-e._time)>=0&&e._call.call(void 0,t),e=e._next;--ma}function db(){Ci=(Nu=Jo.now())+Gl,ma=Ao=0;try{ej()}finally{ma=0,nj(),Ci=0}}function rj(){var e=Jo.now(),t=e-Nu;t>EA&&(Gl-=t,Nu=e)}function nj(){for(var e,t=Iu,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:Iu=r);Po=e,Sm(n)}function Sm(e){if(!ma){Ao&&(Ao=clearTimeout(Ao));var t=e-Ci;t>24?(e<1/0&&(Ao=setTimeout(db,e-Jo.now()-Gl)),uo&&(uo=clearInterval(uo))):(uo||(Nu=Jo.now(),uo=setInterval(rj,EA)),ma=1,CA(db))}}function mb(e,t,r){var n=new Lu;return t=t==null?0:+t,n.restart(i=>{n.stop(),e(i+t)},t,r),n}var ij=vv("start","end","cancel","interrupt"),aj=[],kA=0,yb=1,Om=2,Pu=3,vb=4,Am=5,Tu=6;function Hl(e,t,r,n,i,a){var o=e.__transition;if(!o)e.__transition={};else if(r in o)return;oj(e,r,{name:t,index:n,group:i,on:ij,tween:aj,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:kA})}function Ov(e,t){var r=qr(e,t);if(r.state>kA)throw new Error("too late; already scheduled");return r}function an(e,t){var r=qr(e,t);if(r.state>Pu)throw new Error("too late; already running");return r}function qr(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function oj(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=MA(a,0,r.time);function a(l){r.state=yb,r.timer.restart(o,r.delay,r.time),r.delay<=l&&o(l-r.delay)}function o(l){var c,f,h,p;if(r.state!==yb)return u();for(c in n)if(p=n[c],p.name===r.name){if(p.state===Pu)return mb(o);p.state===vb?(p.state=Tu,p.timer.stop(),p.on.call("interrupt",e,e.__data__,p.index,p.group),delete n[c]):+c<t&&(p.state=Tu,p.timer.stop(),p.on.call("cancel",e,e.__data__,p.index,p.group),delete n[c])}if(mb(function(){r.state===Pu&&(r.state=vb,r.timer.restart(s,r.delay,r.time),s(l))}),r.state=Om,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Om){for(r.state=Pu,i=new Array(h=r.tween.length),c=0,f=-1;c<h;++c)(p=r.tween[c].value.call(e,e.__data__,r.index,r.group))&&(i[++f]=p);i.length=f+1}}function s(l){for(var c=l<r.duration?r.ease.call(null,l/r.duration):(r.timer.restart(u),r.state=Am,1),f=-1,h=i.length;++f<h;)i[f].call(e,c);r.state===Am&&(r.on.call("end",e,e.__data__,r.index,r.group),u())}function u(){r.state=Tu,r.timer.stop(),delete n[t];for(var l in n)return;delete e.__transition}}function Pm(e,t){var r=e.__transition,n,i,a=!0,o;if(r){t=t==null?null:t+"";for(o in r){if((n=r[o]).name!==t){a=!1;continue}i=n.state>Om&&n.state<Am,n.state=Tu,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[o]}a&&delete e.__transition}}function sj(e){return this.each(function(){Pm(this,e)})}function uj(e,t){var r,n;return function(){var i=an(this,e),a=i.tween;if(a!==r){n=r=a;for(var o=0,s=n.length;o<s;++o)if(n[o].name===t){n=n.slice(),n.splice(o,1);break}}i.tween=n}}function lj(e,t,r){var n,i;if(typeof r!="function")throw new Error;return function(){var a=an(this,e),o=a.tween;if(o!==n){i=(n=o).slice();for(var s={name:t,value:r},u=0,l=i.length;u<l;++u)if(i[u].name===t){i[u]=s;break}u===l&&i.push(s)}a.tween=i}}function cj(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=qr(this.node(),r).tween,i=0,a=n.length,o;i<a;++i)if((o=n[i]).name===e)return o.value;return null}return this.each((t==null?uj:lj)(r,e,t))}function Av(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 qr(i,n).value[t]}}function $A(e,t){var r;return(typeof t=="number"?Ir:t instanceof Ei?Du:(r=Ei(t))?(t=r,Du):AA)(e,t)}function fj(e){return function(){this.removeAttribute(e)}}function hj(e){return function(){this.removeAttributeNS(e.space,e.local)}}function pj(e,t,r){var n,i=r+"",a;return function(){var o=this.getAttribute(e);return o===i?null:o===n?a:a=t(n=o,r)}}function dj(e,t,r){var n,i=r+"",a;return function(){var o=this.getAttributeNS(e.space,e.local);return o===i?null:o===n?a:a=t(n=o,r)}}function mj(e,t,r){var n,i,a;return function(){var o,s=r(this),u;return s==null?void this.removeAttribute(e):(o=this.getAttribute(e),u=s+"",o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s)))}}function yj(e,t,r){var n,i,a;return function(){var o,s=r(this),u;return s==null?void this.removeAttributeNS(e.space,e.local):(o=this.getAttributeNS(e.space,e.local),u=s+"",o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s)))}}function vj(e,t){var r=Wl(e),n=r==="transform"?J$:$A;return this.attrTween(e,typeof t=="function"?(r.local?yj:mj)(r,n,Av(this,"attr."+e,t)):t==null?(r.local?hj:fj)(r):(r.local?dj:pj)(r,n,t))}function gj(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function bj(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function _j(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&bj(e,a)),r}return i._value=t,i}function xj(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&gj(e,a)),r}return i._value=t,i}function wj(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=Wl(e);return this.tween(r,(n.local?_j:xj)(n,t))}function Sj(e,t){return function(){Ov(this,e).delay=+t.apply(this,arguments)}}function Oj(e,t){return t=+t,function(){Ov(this,e).delay=t}}function Aj(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?Sj:Oj)(t,e)):qr(this.node(),t).delay}function Pj(e,t){return function(){an(this,e).duration=+t.apply(this,arguments)}}function Tj(e,t){return t=+t,function(){an(this,e).duration=t}}function Ej(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?Pj:Tj)(t,e)):qr(this.node(),t).duration}function Cj(e,t){if(typeof t!="function")throw new Error;return function(){an(this,e).ease=t}}function Mj(e){var t=this._id;return arguments.length?this.each(Cj(t,e)):qr(this.node(),t).ease}function kj(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;an(this,e).ease=r}}function $j(e){if(typeof e!="function")throw new Error;return this.each(kj(this._id,e))}function jj(e){typeof e!="function"&&(e=hA(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=[],u,l=0;l<o;++l)(u=a[l])&&e.call(u,u.__data__,l,a)&&s.push(u);return new wn(n,this._parents,this._name,this._id)}function Rj(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,i=r.length,a=Math.min(n,i),o=new Array(n),s=0;s<a;++s)for(var u=t[s],l=r[s],c=u.length,f=o[s]=new Array(c),h,p=0;p<c;++p)(h=u[p]||l[p])&&(f[p]=h);for(;s<n;++s)o[s]=t[s];return new wn(o,this._parents,this._name,this._id)}function Dj(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 Ij(e,t,r){var n,i,a=Dj(t)?Ov:an;return function(){var o=a(this,e),s=o.on;s!==n&&(i=(n=s).copy()).on(t,r),o.on=i}}function Nj(e,t){var r=this._id;return arguments.length<2?qr(this.node(),r).on.on(e):this.each(Ij(r,e,t))}function Lj(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function Bj(){return this.on("end.remove",Lj(this._id))}function qj(e){var t=this._name,r=this._id;typeof e!="function"&&(e=gv(e));for(var n=this._groups,i=n.length,a=new Array(i),o=0;o<i;++o)for(var s=n[o],u=s.length,l=a[o]=new Array(u),c,f,h=0;h<u;++h)(c=s[h])&&(f=e.call(c,c.__data__,h,s))&&("__data__"in c&&(f.__data__=c.__data__),l[h]=f,Hl(l[h],t,r,h,l,qr(c,r)));return new wn(a,this._parents,t,r)}function Fj(e){var t=this._name,r=this._id;typeof e!="function"&&(e=fA(e));for(var n=this._groups,i=n.length,a=[],o=[],s=0;s<i;++s)for(var u=n[s],l=u.length,c,f=0;f<l;++f)if(c=u[f]){for(var h=e.call(c,c.__data__,f,u),p,y=qr(c,r),m=0,d=h.length;m<d;++m)(p=h[m])&&Hl(p,t,r,m,h,y);a.push(h),o.push(c)}return new wn(a,o,t,r)}var zj=Xa.prototype.constructor;function Uj(){return new zj(this._groups,this._parents)}function Wj(e,t){var r,n,i;return function(){var a=da(this,e),o=(this.style.removeProperty(e),da(this,e));return a===o?null:a===r&&o===n?i:i=t(r=a,n=o)}}function jA(e){return function(){this.style.removeProperty(e)}}function Gj(e,t,r){var n,i=r+"",a;return function(){var o=da(this,e);return o===i?null:o===n?a:a=t(n=o,r)}}function Hj(e,t,r){var n,i,a;return function(){var o=da(this,e),s=r(this),u=s+"";return s==null&&(u=s=(this.style.removeProperty(e),da(this,e))),o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s))}}function Kj(e,t){var r,n,i,a="style."+t,o="end."+a,s;return function(){var u=an(this,e),l=u.on,c=u.value[a]==null?s||(s=jA(t)):void 0;(l!==r||i!==c)&&(n=(r=l).copy()).on(o,i=c),u.on=n}}function Yj(e,t,r){var n=(e+="")=="transform"?Z$:$A;return t==null?this.styleTween(e,Wj(e,n)).on("end.style."+e,jA(e)):typeof t=="function"?this.styleTween(e,Hj(e,n,Av(this,"style."+e,t))).each(Kj(this._id,e)):this.styleTween(e,Gj(e,n,t),r).on("end.style."+e,null)}function Xj(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function Vj(e,t,r){var n,i;function a(){var o=t.apply(this,arguments);return o!==i&&(n=(i=o)&&Xj(e,o,r)),n}return a._value=t,a}function Zj(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,Vj(e,t,r??""))}function Jj(e){return function(){this.textContent=e}}function Qj(e){return function(){var t=e(this);this.textContent=t??""}}function t2(e){return this.tween("text",typeof e=="function"?Qj(Av(this,"text",e)):Jj(e==null?"":e+""))}function e2(e){return function(t){this.textContent=e.call(this,t)}}function r2(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&e2(i)),t}return n._value=e,n}function n2(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,r2(e))}function i2(){for(var e=this._name,t=this._id,r=RA(),n=this._groups,i=n.length,a=0;a<i;++a)for(var o=n[a],s=o.length,u,l=0;l<s;++l)if(u=o[l]){var c=qr(u,t);Hl(u,e,r,l,o,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new wn(n,this._parents,e,r)}function a2(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(a,o){var s={value:o},u={value:function(){--i===0&&a()}};r.each(function(){var l=an(this,n),c=l.on;c!==e&&(t=(e=c).copy(),t._.cancel.push(s),t._.interrupt.push(s),t._.end.push(u)),l.on=t}),i===0&&a()})}var o2=0;function wn(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function Pv(e){return Xa().transition(e)}function RA(){return++o2}var cn=Xa.prototype;wn.prototype=Pv.prototype={constructor:wn,select:qj,selectAll:Fj,selectChild:cn.selectChild,selectChildren:cn.selectChildren,filter:jj,merge:Rj,selection:Uj,transition:i2,call:cn.call,nodes:cn.nodes,node:cn.node,size:cn.size,empty:cn.empty,each:cn.each,on:Nj,attr:vj,attrTween:wj,style:Yj,styleTween:Zj,text:t2,textTween:n2,remove:Bj,tween:cj,delay:Aj,duration:Ej,ease:Mj,easeVarying:$j,end:a2,[Symbol.iterator]:cn[Symbol.iterator]};function s2(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var u2={time:null,delay:0,duration:250,ease:s2};function l2(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 c2(e){var t,r;e instanceof wn?(t=e._id,e=e._name):(t=RA(),(r=u2).time=Sv(),e=e==null?null:e+"");for(var n=this._groups,i=n.length,a=0;a<i;++a)for(var o=n[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&Hl(u,e,t,l,o,r||l2(u,t));return new wn(n,this._parents,e,t)}Xa.prototype.interrupt=sj;Xa.prototype.transition=c2;const Lc=e=>()=>e;function f2(e,{sourceEvent:t,target:r,selection:n,mode:i,dispatch:a}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},selection:{value:n,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:a}})}function h2(e){e.stopImmediatePropagation()}function Bc(e){e.preventDefault(),e.stopImmediatePropagation()}var gb={name:"drag"},qc={name:"space"},Hi={name:"handle"},Ki={name:"center"};const{abs:bb,max:ke,min:$e}=Math;function _b(e){return[+e[0],+e[1]]}function xb(e){return[_b(e[0]),_b(e[1])]}var Eu={name:"x",handles:["w","e"].map(Tm),input:function(e,t){return e==null?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},Fc={},fn={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},wb={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},Sb={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},p2={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},d2={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function Tm(e){return{type:e}}function m2(e){return!e.ctrlKey&&!e.button}function y2(){var e=this.ownerSVGElement||this;return 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]]}function v2(){return navigator.maxTouchPoints||"ontouchstart"in this}function zc(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function g2(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}function Kl(){return b2(Eu)}function b2(e){var t=y2,r=m2,n=v2,i=!0,a=vv("start","brush","end"),o=6,s;function u(d){var g=d.property("__brush",m).selectAll(".overlay").data([Tm("overlay")]);g.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",fn.overlay).merge(g).each(function(){var b=zc(this).extent;ee(this).attr("x",b[0][0]).attr("y",b[0][1]).attr("width",b[1][0]-b[0][0]).attr("height",b[1][1]-b[0][1])}),d.selectAll(".selection").data([Tm("selection")]).enter().append("rect").attr("class","selection").attr("cursor",fn.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var _=d.selectAll(".handle").data(e.handles,function(b){return b.type});_.exit().remove(),_.enter().append("rect").attr("class",function(b){return"handle handle--"+b.type}).attr("cursor",function(b){return fn[b.type]}),d.each(l).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",h).filter(n).on("touchstart.brush",h).on("touchmove.brush",p).on("touchend.brush touchcancel.brush",y).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}u.move=function(d,g,_){d.tween?d.on("start.brush",function(b){c(this,arguments).beforestart().start(b)}).on("interrupt.brush end.brush",function(b){c(this,arguments).end(b)}).tween("brush",function(){var b=this,x=b.__brush,v=c(b,arguments),w=x.selection,S=e.input(typeof g=="function"?g.apply(this,arguments):g,x.extent),A=Ni(w,S);function P(C){x.selection=C===1&&S===null?null:A(C),l.call(b),v.brush()}return w!==null&&S!==null?P:P(1)}):d.each(function(){var b=this,x=arguments,v=b.__brush,w=e.input(typeof g=="function"?g.apply(b,x):g,v.extent),S=c(b,x).beforestart();Pm(b),v.selection=w===null?null:w,l.call(b),S.start(_).brush(_).end(_)})},u.clear=function(d,g){u.move(d,null,g)};function l(){var d=ee(this),g=zc(this).selection;g?(d.selectAll(".selection").style("display",null).attr("x",g[0][0]).attr("y",g[0][1]).attr("width",g[1][0]-g[0][0]).attr("height",g[1][1]-g[0][1]),d.selectAll(".handle").style("display",null).attr("x",function(_){return _.type[_.type.length-1]==="e"?g[1][0]-o/2:g[0][0]-o/2}).attr("y",function(_){return _.type[0]==="s"?g[1][1]-o/2:g[0][1]-o/2}).attr("width",function(_){return _.type==="n"||_.type==="s"?g[1][0]-g[0][0]+o:o}).attr("height",function(_){return _.type==="e"||_.type==="w"?g[1][1]-g[0][1]+o:o})):d.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function c(d,g,_){var b=d.__brush.emitter;return b&&(!_||!b.clean)?b:new f(d,g,_)}function f(d,g,_){this.that=d,this.args=g,this.state=d.__brush,this.active=0,this.clean=_}f.prototype={beforestart:function(){return++this.active===1&&(this.state.emitter=this,this.starting=!0),this},start:function(d,g){return this.starting?(this.starting=!1,this.emit("start",d,g)):this.emit("brush",d),this},brush:function(d,g){return this.emit("brush",d,g),this},end:function(d,g){return--this.active===0&&(delete this.state.emitter,this.emit("end",d,g)),this},emit:function(d,g,_){var b=ee(this.that).datum();a.call(d,this.that,new f2(d,{sourceEvent:g,target:u,selection:e.output(this.state.selection),mode:_,dispatch:a}),b)}};function h(d){if(s&&!d.touches||!r.apply(this,arguments))return;var g=this,_=d.target.__data__.type,b=(i&&d.metaKey?_="overlay":_)==="selection"?gb:i&&d.altKey?Ki:Hi,x=e===Fc?null:p2[_],v=e===Eu?null:d2[_],w=zc(g),S=w.extent,A=w.selection,P=S[0][0],C,T,E=S[0][1],M,R,$=S[1][0],k,D,L=S[1][1],q,I,j=0,B=0,W,G=x&&v&&i&&d.shiftKey,X,Z,J=Array.from(d.touches||[d],at=>{const pt=at.identifier;return at=Xo(at,g),at.point0=at.slice(),at.identifier=pt,at});Pm(g);var z=c(g,arguments,!0).beforestart();if(_==="overlay"){A&&(W=!0);const at=[J[0],J[1]||J[0]];w.selection=A=[[C=e===Fc?P:$e(at[0][0],at[1][0]),M=e===Eu?E:$e(at[0][1],at[1][1])],[k=e===Fc?$:ke(at[0][0],at[1][0]),q=e===Eu?L:ke(at[0][1],at[1][1])]],J.length>1&&st(d)}else C=A[0][0],M=A[0][1],k=A[1][0],q=A[1][1];T=C,R=M,D=k,I=q;var F=ee(g).attr("pointer-events","none"),H=F.selectAll(".overlay").attr("cursor",fn[_]);if(d.touches)z.moved=N,z.ended=K;else{var Q=ee(d.view).on("mousemove.brush",N,!0).on("mouseup.brush",K,!0);i&&Q.on("keydown.brush",ot,!0).on("keyup.brush",ht,!0),A$(d.view)}l.call(g),z.start(d,b.name);function N(at){for(const pt of at.changedTouches||[at])for(const Tt of J)Tt.identifier===pt.identifier&&(Tt.cur=Xo(pt,g));if(G&&!X&&!Z&&J.length===1){const pt=J[0];bb(pt.cur[0]-pt[0])>bb(pt.cur[1]-pt[1])?Z=!0:X=!0}for(const pt of J)pt.cur&&(pt[0]=pt.cur[0],pt[1]=pt.cur[1]);W=!0,Bc(at),st(at)}function st(at){const pt=J[0],Tt=pt.point0;var it;switch(j=pt[0]-Tt[0],B=pt[1]-Tt[1],b){case qc:case gb:{x&&(j=ke(P-C,$e($-k,j)),T=C+j,D=k+j),v&&(B=ke(E-M,$e(L-q,B)),R=M+B,I=q+B);break}case Hi:{J[1]?(x&&(T=ke(P,$e($,J[0][0])),D=ke(P,$e($,J[1][0])),x=1),v&&(R=ke(E,$e(L,J[0][1])),I=ke(E,$e(L,J[1][1])),v=1)):(x<0?(j=ke(P-C,$e($-C,j)),T=C+j,D=k):x>0&&(j=ke(P-k,$e($-k,j)),T=C,D=k+j),v<0?(B=ke(E-M,$e(L-M,B)),R=M+B,I=q):v>0&&(B=ke(E-q,$e(L-q,B)),R=M,I=q+B));break}case Ki:{x&&(T=ke(P,$e($,C-j*x)),D=ke(P,$e($,k+j*x))),v&&(R=ke(E,$e(L,M-B*v)),I=ke(E,$e(L,q+B*v)));break}}D<T&&(x*=-1,it=C,C=k,k=it,it=T,T=D,D=it,_ in wb&&H.attr("cursor",fn[_=wb[_]])),I<R&&(v*=-1,it=M,M=q,q=it,it=R,R=I,I=it,_ in Sb&&H.attr("cursor",fn[_=Sb[_]])),w.selection&&(A=w.selection),X&&(T=A[0][0],D=A[1][0]),Z&&(R=A[0][1],I=A[1][1]),(A[0][0]!==T||A[0][1]!==R||A[1][0]!==D||A[1][1]!==I)&&(w.selection=[[T,R],[D,I]],l.call(g),z.brush(at,b.name))}function K(at){if(h2(at),at.touches){if(at.touches.length)return;s&&clearTimeout(s),s=setTimeout(function(){s=null},500)}else P$(at.view,W),Q.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);F.attr("pointer-events","all"),H.attr("cursor",fn.overlay),w.selection&&(A=w.selection),g2(A)&&(w.selection=null,l.call(g)),z.end(at,b.name)}function ot(at){switch(at.keyCode){case 16:{G=x&&v;break}case 18:{b===Hi&&(x&&(k=D-j*x,C=T+j*x),v&&(q=I-B*v,M=R+B*v),b=Ki,st(at));break}case 32:{(b===Hi||b===Ki)&&(x<0?k=D-j:x>0&&(C=T-j),v<0?q=I-B:v>0&&(M=R-B),b=qc,H.attr("cursor",fn.selection),st(at));break}default:return}Bc(at)}function ht(at){switch(at.keyCode){case 16:{G&&(X=Z=G=!1,st(at));break}case 18:{b===Ki&&(x<0?k=D:x>0&&(C=T),v<0?q=I:v>0&&(M=R),b=Hi,st(at));break}case 32:{b===qc&&(at.altKey?(x&&(k=D-j*x,C=T+j*x),v&&(q=I-B*v,M=R+B*v),b=Ki):(x<0?k=D:x>0&&(C=T),v<0?q=I:v>0&&(M=R),b=Hi),H.attr("cursor",fn[_]),st(at));break}default:return}Bc(at)}}function p(d){c(this,arguments).moved(d)}function y(d){c(this,arguments).ended(d)}function m(){var d=this.__brush||{selection:null};return d.extent=xb(t.apply(this,arguments)),d.dim=e,d}return u.extent=function(d){return arguments.length?(t=typeof d=="function"?d:Lc(xb(d)),u):t},u.filter=function(d){return arguments.length?(r=typeof d=="function"?d:Lc(!!d),u):r},u.touchable=function(d){return arguments.length?(n=typeof d=="function"?d:Lc(!!d),u):n},u.handleSize=function(d){return arguments.length?(o=+d,u):o},u.keyModifiers=function(d){return arguments.length?(i=!!d,u):i},u.on=function(){var d=a.on.apply(a,arguments);return d===a?u:d},u}function Un(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function _2(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Tv(e){let t,r,n;e.length!==2?(t=Un,r=(s,u)=>Un(e(s),u),n=(s,u)=>e(s)-u):(t=e===Un||e===_2?e:x2,r=e,n=e);function i(s,u,l=0,c=s.length){if(l<c){if(t(u,u)!==0)return c;do{const f=l+c>>>1;r(s[f],u)<0?l=f+1:c=f}while(l<c)}return l}function a(s,u,l=0,c=s.length){if(l<c){if(t(u,u)!==0)return c;do{const f=l+c>>>1;r(s[f],u)<=0?l=f+1:c=f}while(l<c)}return l}function o(s,u,l=0,c=s.length){const f=i(s,u,l,c-1);return f>l&&n(s[f-1],u)>-n(s[f],u)?f-1:f}return{left:i,center:o,right:a}}function x2(){return 0}function DA(e){return e===null?NaN:+e}function*w2(e,t){for(let r of e)r!=null&&(r=+r)>=r&&(yield r)}const S2=Tv(Un),Fs=S2.right;Tv(DA).center;class Ob extends Map{constructor(t,r=P2){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),t!=null)for(const[n,i]of t)this.set(n,i)}get(t){return super.get(Ab(this,t))}has(t){return super.has(Ab(this,t))}set(t,r){return super.set(O2(this,t),r)}delete(t){return super.delete(A2(this,t))}}function Ab({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):r}function O2({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):(e.set(n,r),r)}function A2({_intern:e,_key:t},r){const n=t(r);return e.has(n)&&(r=e.get(n),e.delete(n)),r}function P2(e){return e!==null&&typeof e=="object"?e.valueOf():e}function T2(e=Un){if(e===Un)return IA;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,r)=>{const n=e(t,r);return n||n===0?n:(e(r,r)===0)-(e(t,t)===0)}}function IA(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}const E2=Math.sqrt(50),C2=Math.sqrt(10),M2=Math.sqrt(2);function Bu(e,t,r){const n=(t-e)/Math.max(0,r),i=Math.floor(Math.log10(n)),a=n/Math.pow(10,i),o=a>=E2?10:a>=C2?5:a>=M2?2:1;let s,u,l;return i<0?(l=Math.pow(10,-i)/o,s=Math.round(e*l),u=Math.round(t*l),s/l<e&&++s,u/l>t&&--u,l=-l):(l=Math.pow(10,i)*o,s=Math.round(e/l),u=Math.round(t/l),s*l<e&&++s,u*l>t&&--u),u<s&&.5<=r&&r<2?Bu(e,t,r*2):[s,u,l]}function Em(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[i,a,o]=n?Bu(t,e,r):Bu(e,t,r);if(!(a>=i))return[];const s=a-i+1,u=new Array(s);if(n)if(o<0)for(let l=0;l<s;++l)u[l]=(a-l)/-o;else for(let l=0;l<s;++l)u[l]=(a-l)*o;else if(o<0)for(let l=0;l<s;++l)u[l]=(i+l)/-o;else for(let l=0;l<s;++l)u[l]=(i+l)*o;return u}function Cm(e,t,r){return t=+t,e=+e,r=+r,Bu(e,t,r)[2]}function Mm(e,t,r){t=+t,e=+e,r=+r;const n=t<e,i=n?Cm(t,e,r):Cm(e,t,r);return(n?-1:1)*(i<0?1/-i:i)}function Pb(e,t){let r;for(const n of e)n!=null&&(r<n||r===void 0&&n>=n)&&(r=n);return r}function Tb(e,t){let r;for(const n of e)n!=null&&(r>n||r===void 0&&n>=n)&&(r=n);return r}function NA(e,t,r=0,n=1/0,i){if(t=Math.floor(t),r=Math.floor(Math.max(0,r)),n=Math.floor(Math.min(e.length-1,n)),!(r<=t&&t<=n))return e;for(i=i===void 0?IA:T2(i);n>r;){if(n-r>600){const u=n-r+1,l=t-r+1,c=Math.log(u),f=.5*Math.exp(2*c/3),h=.5*Math.sqrt(c*f*(u-f)/u)*(l-u/2<0?-1:1),p=Math.max(r,Math.floor(t-l*f/u+h)),y=Math.min(n,Math.floor(t+(u-l)*f/u+h));NA(e,t,p,y,i)}const a=e[t];let o=r,s=n;for(lo(e,r,t),i(e[n],a)>0&&lo(e,r,n);o<s;){for(lo(e,o,s),++o,--s;i(e[o],a)<0;)++o;for(;i(e[s],a)>0;)--s}i(e[r],a)===0?lo(e,r,s):(++s,lo(e,s,n)),s<=t&&(r=s+1),t<=s&&(n=s-1)}return e}function lo(e,t,r){const n=e[t];e[t]=e[r],e[r]=n}function k2(e,t,r){if(e=Float64Array.from(w2(e)),!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return Tb(e);if(t>=1)return Pb(e);var n,i=(n-1)*t,a=Math.floor(i),o=Pb(NA(e,a).subarray(0,a+1)),s=Tb(e.subarray(a+1));return o+(s-o)*(i-a)}}function $2(e,t,r=DA){if(!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return+r(e[0],0,e);if(t>=1)return+r(e[n-1],n-1,e);var n,i=(n-1)*t,a=Math.floor(i),o=+r(e[a],a,e),s=+r(e[a+1],a+1,e);return o+(s-o)*(i-a)}}function j2(e,t,r){e=+e,t=+t,r=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+r;for(var n=-1,i=Math.max(0,Math.ceil((t-e)/r))|0,a=new Array(i);++n<i;)a[n]=e+n*r;return a}function Mr(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function En(e,t){switch(arguments.length){case 0:break;case 1:{typeof e=="function"?this.interpolator(e):this.range(e);break}default:{this.domain(e),typeof t=="function"?this.interpolator(t):this.range(t);break}}return this}const km=Symbol("implicit");function Ev(){var e=new Ob,t=[],r=[],n=km;function i(a){let o=e.get(a);if(o===void 0){if(n!==km)return n;e.set(a,o=t.push(a)-1)}return r[o%r.length]}return i.domain=function(a){if(!arguments.length)return t.slice();t=[],e=new Ob;for(const o of a)e.has(o)||e.set(o,t.push(o)-1);return i},i.range=function(a){return arguments.length?(r=Array.from(a),i):r.slice()},i.unknown=function(a){return arguments.length?(n=a,i):n},i.copy=function(){return Ev(t,r).unknown(n)},Mr.apply(i,arguments),i}function Qo(){var e=Ev().unknown(void 0),t=e.domain,r=e.range,n=0,i=1,a,o,s=!1,u=0,l=0,c=.5;delete e.unknown;function f(){var h=t().length,p=i<n,y=p?i:n,m=p?n:i;a=(m-y)/Math.max(1,h-u+l*2),s&&(a=Math.floor(a)),y+=(m-y-a*(h-u))*c,o=a*(1-u),s&&(y=Math.round(y),o=Math.round(o));var d=j2(h).map(function(g){return y+a*g});return r(p?d.reverse():d)}return e.domain=function(h){return arguments.length?(t(h),f()):t()},e.range=function(h){return arguments.length?([n,i]=h,n=+n,i=+i,f()):[n,i]},e.rangeRound=function(h){return[n,i]=h,n=+n,i=+i,s=!0,f()},e.bandwidth=function(){return o},e.step=function(){return a},e.round=function(h){return arguments.length?(s=!!h,f()):s},e.padding=function(h){return arguments.length?(u=Math.min(1,l=+h),f()):u},e.paddingInner=function(h){return arguments.length?(u=Math.min(1,h),f()):u},e.paddingOuter=function(h){return arguments.length?(l=+h,f()):l},e.align=function(h){return arguments.length?(c=Math.max(0,Math.min(1,h)),f()):c},e.copy=function(){return Qo(t(),[n,i]).round(s).paddingInner(u).paddingOuter(l).align(c)},Mr.apply(f(),arguments)}function LA(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return LA(t())},e}function $o(){return LA(Qo.apply(null,arguments).paddingInner(1))}function R2(e){return function(){return e}}function qu(e){return+e}var Eb=[0,1];function Ue(e){return e}function $m(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:R2(isNaN(t)?NaN:.5)}function D2(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function I2(e,t,r){var n=e[0],i=e[1],a=t[0],o=t[1];return i<n?(n=$m(i,n),a=r(o,a)):(n=$m(n,i),a=r(a,o)),function(s){return a(n(s))}}function N2(e,t,r){var n=Math.min(e.length,t.length)-1,i=new Array(n),a=new Array(n),o=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<n;)i[o]=$m(e[o],e[o+1]),a[o]=r(t[o],t[o+1]);return function(s){var u=Fs(e,s,1,n)-1;return a[u](i[u](s))}}function zs(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Yl(){var e=Eb,t=Eb,r=Ni,n,i,a,o=Ue,s,u,l;function c(){var h=Math.min(e.length,t.length);return o!==Ue&&(o=D2(e[0],e[h-1])),s=h>2?N2:I2,u=l=null,f}function f(h){return h==null||isNaN(h=+h)?a:(u||(u=s(e.map(n),t,r)))(n(o(h)))}return f.invert=function(h){return o(i((l||(l=s(t,e.map(n),Ir)))(h)))},f.domain=function(h){return arguments.length?(e=Array.from(h,qu),c()):e.slice()},f.range=function(h){return arguments.length?(t=Array.from(h),c()):t.slice()},f.rangeRound=function(h){return t=Array.from(h),r=wv,c()},f.clamp=function(h){return arguments.length?(o=h?!0:Ue,c()):o!==Ue},f.interpolate=function(h){return arguments.length?(r=h,c()):r},f.unknown=function(h){return arguments.length?(a=h,f):a},function(h,p){return n=h,i=p,c()}}function Cv(){return Yl()(Ue,Ue)}function L2(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Fu(e,t){if((r=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var r,n=e.slice(0,r);return[n.length>1?n[0]+n.slice(2):n,+e.slice(r+1)]}function ya(e){return e=Fu(Math.abs(e)),e?e[1]:NaN}function B2(e,t){return function(r,n){for(var i=r.length,a=[],o=0,s=e[0],u=0;i>0&&s>0&&(u+s+1>n&&(s=Math.max(1,n-u)),a.push(r.substring(i-=s,i+s)),!((u+=s+1)>n));)s=e[o=(o+1)%e.length];return a.reverse().join(t)}}function q2(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var F2=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function ts(e){if(!(t=F2.exec(e)))throw new Error("invalid format: "+e);var t;return new Mv({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}ts.prototype=Mv.prototype;function Mv(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}Mv.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function z2(e){t:for(var t=e.length,r=1,n=-1,i;r<t;++r)switch(e[r]){case".":n=i=r;break;case"0":n===0&&(n=r),i=r;break;default:if(!+e[r])break t;n>0&&(n=0);break}return n>0?e.slice(0,n)+e.slice(i+1):e}var BA;function U2(e,t){var r=Fu(e,t);if(!r)return e+"";var n=r[0],i=r[1],a=i-(BA=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,o=n.length;return a===o?n:a>o?n+new Array(a-o+1).join("0"):a>0?n.slice(0,a)+"."+n.slice(a):"0."+new Array(1-a).join("0")+Fu(e,Math.max(0,t+a-1))[0]}function Cb(e,t){var r=Fu(e,t);if(!r)return e+"";var n=r[0],i=r[1];return i<0?"0."+new Array(-i).join("0")+n:n.length>i+1?n.slice(0,i+1)+"."+n.slice(i+1):n+new Array(i-n.length+2).join("0")}const Mb={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:L2,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Cb(e*100,t),r:Cb,s:U2,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function kb(e){return e}var $b=Array.prototype.map,jb=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function W2(e){var t=e.grouping===void 0||e.thousands===void 0?kb:B2($b.call(e.grouping,Number),e.thousands+""),r=e.currency===void 0?"":e.currency[0]+"",n=e.currency===void 0?"":e.currency[1]+"",i=e.decimal===void 0?".":e.decimal+"",a=e.numerals===void 0?kb:q2($b.call(e.numerals,String)),o=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",u=e.nan===void 0?"NaN":e.nan+"";function l(f){f=ts(f);var h=f.fill,p=f.align,y=f.sign,m=f.symbol,d=f.zero,g=f.width,_=f.comma,b=f.precision,x=f.trim,v=f.type;v==="n"?(_=!0,v="g"):Mb[v]||(b===void 0&&(b=12),x=!0,v="g"),(d||h==="0"&&p==="=")&&(d=!0,h="0",p="=");var w=m==="$"?r:m==="#"&&/[boxX]/.test(v)?"0"+v.toLowerCase():"",S=m==="$"?n:/[%p]/.test(v)?o:"",A=Mb[v],P=/[defgprs%]/.test(v);b=b===void 0?6:/[gprs]/.test(v)?Math.max(1,Math.min(21,b)):Math.max(0,Math.min(20,b));function C(T){var E=w,M=S,R,$,k;if(v==="c")M=A(T)+M,T="";else{T=+T;var D=T<0||1/T<0;if(T=isNaN(T)?u:A(Math.abs(T),b),x&&(T=z2(T)),D&&+T==0&&y!=="+"&&(D=!1),E=(D?y==="("?y:s:y==="-"||y==="("?"":y)+E,M=(v==="s"?jb[8+BA/3]:"")+M+(D&&y==="("?")":""),P){for(R=-1,$=T.length;++R<$;)if(k=T.charCodeAt(R),48>k||k>57){M=(k===46?i+T.slice(R+1):T.slice(R))+M,T=T.slice(0,R);break}}}_&&!d&&(T=t(T,1/0));var L=E.length+T.length+M.length,q=L<g?new Array(g-L+1).join(h):"";switch(_&&d&&(T=t(q+T,q.length?g-M.length:1/0),q=""),p){case"<":T=E+T+M+q;break;case"=":T=E+q+T+M;break;case"^":T=q.slice(0,L=q.length>>1)+E+T+M+q.slice(L);break;default:T=q+E+T+M;break}return a(T)}return C.toString=function(){return f+""},C}function c(f,h){var p=l((f=ts(f),f.type="f",f)),y=Math.max(-8,Math.min(8,Math.floor(ya(h)/3)))*3,m=Math.pow(10,-y),d=jb[8+y/3];return function(g){return p(m*g)+d}}return{format:l,formatPrefix:c}}var ou,kv,qA;G2({thousands:",",grouping:[3],currency:["$",""]});function G2(e){return ou=W2(e),kv=ou.format,qA=ou.formatPrefix,ou}function H2(e){return Math.max(0,-ya(Math.abs(e)))}function K2(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(ya(t)/3)))*3-ya(Math.abs(e)))}function Y2(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,ya(t)-ya(e))+1}function FA(e,t,r,n){var i=Mm(e,t,r),a;switch(n=ts(n??",f"),n.type){case"s":{var o=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(a=K2(i,o))&&(n.precision=a),qA(n,o)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(a=Y2(i,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=a-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(a=H2(i))&&(n.precision=a-(n.type==="%")*2);break}}return kv(n)}function Yn(e){var t=e.domain;return e.ticks=function(r){var n=t();return Em(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var i=t();return FA(i[0],i[i.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),i=0,a=n.length-1,o=n[i],s=n[a],u,l,c=10;for(s<o&&(l=o,o=s,s=l,l=i,i=a,a=l);c-- >0;){if(l=Cm(o,s,r),l===u)return n[i]=o,n[a]=s,t(n);if(l>0)o=Math.floor(o/l)*l,s=Math.ceil(s/l)*l;else if(l<0)o=Math.ceil(o*l)/l,s=Math.floor(s*l)/l;else break;u=l}return e},e}function Mi(){var e=Cv();return e.copy=function(){return zs(e,Mi())},Mr.apply(e,arguments),Yn(e)}function zA(e){var t;function r(n){return n==null||isNaN(n=+n)?t:n}return r.invert=r,r.domain=r.range=function(n){return arguments.length?(e=Array.from(n,qu),r):e.slice()},r.unknown=function(n){return arguments.length?(t=n,r):t},r.copy=function(){return zA(e).unknown(t)},e=arguments.length?Array.from(e,qu):[0,1],Yn(r)}function UA(e,t){e=e.slice();var r=0,n=e.length-1,i=e[r],a=e[n],o;return a<i&&(o=r,r=n,n=o,o=i,i=a,a=o),e[r]=t.floor(i),e[n]=t.ceil(a),e}function Rb(e){return Math.log(e)}function Db(e){return Math.exp(e)}function X2(e){return-Math.log(-e)}function V2(e){return-Math.exp(-e)}function Z2(e){return isFinite(e)?+("1e"+e):e<0?0:e}function J2(e){return e===10?Z2:e===Math.E?Math.exp:t=>Math.pow(e,t)}function Q2(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function Ib(e){return(t,r)=>-e(-t,r)}function $v(e){const t=e(Rb,Db),r=t.domain;let n=10,i,a;function o(){return i=Q2(n),a=J2(n),r()[0]<0?(i=Ib(i),a=Ib(a),e(X2,V2)):e(Rb,Db),t}return t.base=function(s){return arguments.length?(n=+s,o()):n},t.domain=function(s){return arguments.length?(r(s),o()):r()},t.ticks=s=>{const u=r();let l=u[0],c=u[u.length-1];const f=c<l;f&&([l,c]=[c,l]);let h=i(l),p=i(c),y,m;const d=s==null?10:+s;let g=[];if(!(n%1)&&p-h<d){if(h=Math.floor(h),p=Math.ceil(p),l>0){for(;h<=p;++h)for(y=1;y<n;++y)if(m=h<0?y/a(-h):y*a(h),!(m<l)){if(m>c)break;g.push(m)}}else for(;h<=p;++h)for(y=n-1;y>=1;--y)if(m=h>0?y/a(-h):y*a(h),!(m<l)){if(m>c)break;g.push(m)}g.length*2<d&&(g=Em(l,c,d))}else g=Em(h,p,Math.min(p-h,d)).map(a);return f?g.reverse():g},t.tickFormat=(s,u)=>{if(s==null&&(s=10),u==null&&(u=n===10?"s":","),typeof u!="function"&&(!(n%1)&&(u=ts(u)).precision==null&&(u.trim=!0),u=kv(u)),s===1/0)return u;const l=Math.max(1,n*s/t.ticks().length);return c=>{let f=c/a(Math.round(i(c)));return f*n<n-.5&&(f*=n),f<=l?u(c):""}},t.nice=()=>r(UA(r(),{floor:s=>a(Math.floor(i(s))),ceil:s=>a(Math.ceil(i(s)))})),t}function WA(){const e=$v(Yl()).domain([1,10]);return e.copy=()=>zs(e,WA()).base(e.base()),Mr.apply(e,arguments),e}function Nb(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function Lb(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function jv(e){var t=1,r=e(Nb(t),Lb(t));return r.constant=function(n){return arguments.length?e(Nb(t=+n),Lb(t)):t},Yn(r)}function GA(){var e=jv(Yl());return e.copy=function(){return zs(e,GA()).constant(e.constant())},Mr.apply(e,arguments)}function Bb(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function tR(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function eR(e){return e<0?-e*e:e*e}function Rv(e){var t=e(Ue,Ue),r=1;function n(){return r===1?e(Ue,Ue):r===.5?e(tR,eR):e(Bb(r),Bb(1/r))}return t.exponent=function(i){return arguments.length?(r=+i,n()):r},Yn(t)}function Dv(){var e=Rv(Yl());return e.copy=function(){return zs(e,Dv()).exponent(e.exponent())},Mr.apply(e,arguments),e}function rR(){return Dv.apply(null,arguments).exponent(.5)}function qb(e){return Math.sign(e)*e*e}function nR(e){return Math.sign(e)*Math.sqrt(Math.abs(e))}function HA(){var e=Cv(),t=[0,1],r=!1,n;function i(a){var o=nR(e(a));return isNaN(o)?n:r?Math.round(o):o}return i.invert=function(a){return e.invert(qb(a))},i.domain=function(a){return arguments.length?(e.domain(a),i):e.domain()},i.range=function(a){return arguments.length?(e.range((t=Array.from(a,qu)).map(qb)),i):t.slice()},i.rangeRound=function(a){return i.range(a).round(!0)},i.round=function(a){return arguments.length?(r=!!a,i):r},i.clamp=function(a){return arguments.length?(e.clamp(a),i):e.clamp()},i.unknown=function(a){return arguments.length?(n=a,i):n},i.copy=function(){return HA(e.domain(),t).round(r).clamp(e.clamp()).unknown(n)},Mr.apply(i,arguments),Yn(i)}function KA(){var e=[],t=[],r=[],n;function i(){var o=0,s=Math.max(1,t.length);for(r=new Array(s-1);++o<s;)r[o-1]=$2(e,o/s);return a}function a(o){return o==null||isNaN(o=+o)?n:t[Fs(r,o)]}return a.invertExtent=function(o){var s=t.indexOf(o);return s<0?[NaN,NaN]:[s>0?r[s-1]:e[0],s<r.length?r[s]:e[e.length-1]]},a.domain=function(o){if(!arguments.length)return e.slice();e=[];for(let s of o)s!=null&&!isNaN(s=+s)&&e.push(s);return e.sort(Un),i()},a.range=function(o){return arguments.length?(t=Array.from(o),i()):t.slice()},a.unknown=function(o){return arguments.length?(n=o,a):n},a.quantiles=function(){return r.slice()},a.copy=function(){return KA().domain(e).range(t).unknown(n)},Mr.apply(a,arguments)}function YA(){var e=0,t=1,r=1,n=[.5],i=[0,1],a;function o(u){return u!=null&&u<=u?i[Fs(n,u,0,r)]:a}function s(){var u=-1;for(n=new Array(r);++u<r;)n[u]=((u+1)*t-(u-r)*e)/(r+1);return o}return o.domain=function(u){return arguments.length?([e,t]=u,e=+e,t=+t,s()):[e,t]},o.range=function(u){return arguments.length?(r=(i=Array.from(u)).length-1,s()):i.slice()},o.invertExtent=function(u){var l=i.indexOf(u);return l<0?[NaN,NaN]:l<1?[e,n[0]]:l>=r?[n[r-1],t]:[n[l-1],n[l]]},o.unknown=function(u){return arguments.length&&(a=u),o},o.thresholds=function(){return n.slice()},o.copy=function(){return YA().domain([e,t]).range(i).unknown(a)},Mr.apply(Yn(o),arguments)}function XA(){var e=[.5],t=[0,1],r,n=1;function i(a){return a!=null&&a<=a?t[Fs(e,a,0,n)]:r}return i.domain=function(a){return arguments.length?(e=Array.from(a),n=Math.min(e.length,t.length-1),i):e.slice()},i.range=function(a){return arguments.length?(t=Array.from(a),n=Math.min(e.length,t.length-1),i):t.slice()},i.invertExtent=function(a){var o=t.indexOf(a);return[e[o-1],e[o]]},i.unknown=function(a){return arguments.length?(r=a,i):r},i.copy=function(){return XA().domain(e).range(t).unknown(r)},Mr.apply(i,arguments)}const Uc=new Date,Wc=new Date;function xe(e,t,r,n){function i(a){return e(a=arguments.length===0?new Date:new Date(+a)),a}return i.floor=a=>(e(a=new Date(+a)),a),i.ceil=a=>(e(a=new Date(a-1)),t(a,1),e(a),a),i.round=a=>{const o=i(a),s=i.ceil(a);return a-o<s-a?o:s},i.offset=(a,o)=>(t(a=new Date(+a),o==null?1:Math.floor(o)),a),i.range=(a,o,s)=>{const u=[];if(a=i.ceil(a),s=s==null?1:Math.floor(s),!(a<o)||!(s>0))return u;let l;do u.push(l=new Date(+a)),t(a,s),e(a);while(l<a&&a<o);return u},i.filter=a=>xe(o=>{if(o>=o)for(;e(o),!a(o);)o.setTime(o-1)},(o,s)=>{if(o>=o)if(s<0)for(;++s<=0;)for(;t(o,-1),!a(o););else for(;--s>=0;)for(;t(o,1),!a(o););}),r&&(i.count=(a,o)=>(Uc.setTime(+a),Wc.setTime(+o),e(Uc),e(Wc),Math.floor(r(Uc,Wc))),i.every=a=>(a=Math.floor(a),!isFinite(a)||!(a>0)?null:a>1?i.filter(n?o=>n(o)%a===0:o=>i.count(0,o)%a===0):i)),i}const zu=xe(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);zu.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?xe(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):zu);zu.range;const yn=1e3,Sr=yn*60,vn=Sr*60,Sn=vn*24,Iv=Sn*7,Fb=Sn*30,Gc=Sn*365,hi=xe(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*yn)},(e,t)=>(t-e)/yn,e=>e.getUTCSeconds());hi.range;const Nv=xe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*yn)},(e,t)=>{e.setTime(+e+t*Sr)},(e,t)=>(t-e)/Sr,e=>e.getMinutes());Nv.range;const Lv=xe(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*Sr)},(e,t)=>(t-e)/Sr,e=>e.getUTCMinutes());Lv.range;const Bv=xe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*yn-e.getMinutes()*Sr)},(e,t)=>{e.setTime(+e+t*vn)},(e,t)=>(t-e)/vn,e=>e.getHours());Bv.range;const qv=xe(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*vn)},(e,t)=>(t-e)/vn,e=>e.getUTCHours());qv.range;const Us=xe(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Sr)/Sn,e=>e.getDate()-1);Us.range;const Xl=xe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Sn,e=>e.getUTCDate()-1);Xl.range;const VA=xe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Sn,e=>Math.floor(e/Sn));VA.range;function Li(e){return xe(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,r)=>{t.setDate(t.getDate()+r*7)},(t,r)=>(r-t-(r.getTimezoneOffset()-t.getTimezoneOffset())*Sr)/Iv)}const Vl=Li(0),Uu=Li(1),iR=Li(2),aR=Li(3),va=Li(4),oR=Li(5),sR=Li(6);Vl.range;Uu.range;iR.range;aR.range;va.range;oR.range;sR.range;function Bi(e){return xe(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCDate(t.getUTCDate()+r*7)},(t,r)=>(r-t)/Iv)}const Zl=Bi(0),Wu=Bi(1),uR=Bi(2),lR=Bi(3),ga=Bi(4),cR=Bi(5),fR=Bi(6);Zl.range;Wu.range;uR.range;lR.range;ga.range;cR.range;fR.range;const Fv=xe(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());Fv.range;const zv=xe(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());zv.range;const On=xe(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());On.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:xe(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,r)=>{t.setFullYear(t.getFullYear()+r*e)});On.range;const An=xe(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());An.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:xe(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCFullYear(t.getUTCFullYear()+r*e)});An.range;function ZA(e,t,r,n,i,a){const o=[[hi,1,yn],[hi,5,5*yn],[hi,15,15*yn],[hi,30,30*yn],[a,1,Sr],[a,5,5*Sr],[a,15,15*Sr],[a,30,30*Sr],[i,1,vn],[i,3,3*vn],[i,6,6*vn],[i,12,12*vn],[n,1,Sn],[n,2,2*Sn],[r,1,Iv],[t,1,Fb],[t,3,3*Fb],[e,1,Gc]];function s(l,c,f){const h=c<l;h&&([l,c]=[c,l]);const p=f&&typeof f.range=="function"?f:u(l,c,f),y=p?p.range(l,+c+1):[];return h?y.reverse():y}function u(l,c,f){const h=Math.abs(c-l)/f,p=Tv(([,,d])=>d).right(o,h);if(p===o.length)return e.every(Mm(l/Gc,c/Gc,f));if(p===0)return zu.every(Math.max(Mm(l,c,f),1));const[y,m]=o[h/o[p-1][2]<o[p][2]/h?p-1:p];return y.every(m)}return[s,u]}const[hR,pR]=ZA(An,zv,Zl,VA,qv,Lv),[dR,mR]=ZA(On,Fv,Vl,Us,Bv,Nv);function Hc(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function Kc(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function co(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function yR(e){var t=e.dateTime,r=e.date,n=e.time,i=e.periods,a=e.days,o=e.shortDays,s=e.months,u=e.shortMonths,l=fo(i),c=ho(i),f=fo(a),h=ho(a),p=fo(o),y=ho(o),m=fo(s),d=ho(s),g=fo(u),_=ho(u),b={a:D,A:L,b:q,B:I,c:null,d:Kb,e:Kb,f:BR,g:XR,G:ZR,H:IR,I:NR,j:LR,L:JA,m:qR,M:FR,p:j,q:B,Q:Vb,s:Zb,S:zR,u:UR,U:WR,V:GR,w:HR,W:KR,x:null,X:null,y:YR,Y:VR,Z:JR,"%":Xb},x={a:W,A:G,b:X,B:Z,c:null,d:Yb,e:Yb,f:rD,g:hD,G:dD,H:QR,I:tD,j:eD,L:tP,m:nD,M:iD,p:J,q:z,Q:Vb,s:Zb,S:aD,u:oD,U:sD,V:uD,w:lD,W:cD,x:null,X:null,y:fD,Y:pD,Z:mD,"%":Xb},v={a:C,A:T,b:E,B:M,c:R,d:Gb,e:Gb,f:$R,g:Wb,G:Ub,H:Hb,I:Hb,j:ER,L:kR,m:TR,M:CR,p:P,q:PR,Q:RR,s:DR,S:MR,u:xR,U:wR,V:SR,w:_R,W:OR,x:$,X:k,y:Wb,Y:Ub,Z:AR,"%":jR};b.x=w(r,b),b.X=w(n,b),b.c=w(t,b),x.x=w(r,x),x.X=w(n,x),x.c=w(t,x);function w(F,H){return function(Q){var N=[],st=-1,K=0,ot=F.length,ht,at,pt;for(Q instanceof Date||(Q=new Date(+Q));++st<ot;)F.charCodeAt(st)===37&&(N.push(F.slice(K,st)),(at=zb[ht=F.charAt(++st)])!=null?ht=F.charAt(++st):at=ht==="e"?" ":"0",(pt=H[ht])&&(ht=pt(Q,at)),N.push(ht),K=st+1);return N.push(F.slice(K,st)),N.join("")}}function S(F,H){return function(Q){var N=co(1900,void 0,1),st=A(N,F,Q+="",0),K,ot;if(st!=Q.length)return null;if("Q"in N)return new Date(N.Q);if("s"in N)return new Date(N.s*1e3+("L"in N?N.L:0));if(H&&!("Z"in N)&&(N.Z=0),"p"in N&&(N.H=N.H%12+N.p*12),N.m===void 0&&(N.m="q"in N?N.q:0),"V"in N){if(N.V<1||N.V>53)return null;"w"in N||(N.w=1),"Z"in N?(K=Kc(co(N.y,0,1)),ot=K.getUTCDay(),K=ot>4||ot===0?Wu.ceil(K):Wu(K),K=Xl.offset(K,(N.V-1)*7),N.y=K.getUTCFullYear(),N.m=K.getUTCMonth(),N.d=K.getUTCDate()+(N.w+6)%7):(K=Hc(co(N.y,0,1)),ot=K.getDay(),K=ot>4||ot===0?Uu.ceil(K):Uu(K),K=Us.offset(K,(N.V-1)*7),N.y=K.getFullYear(),N.m=K.getMonth(),N.d=K.getDate()+(N.w+6)%7)}else("W"in N||"U"in N)&&("w"in N||(N.w="u"in N?N.u%7:"W"in N?1:0),ot="Z"in N?Kc(co(N.y,0,1)).getUTCDay():Hc(co(N.y,0,1)).getDay(),N.m=0,N.d="W"in N?(N.w+6)%7+N.W*7-(ot+5)%7:N.w+N.U*7-(ot+6)%7);return"Z"in N?(N.H+=N.Z/100|0,N.M+=N.Z%100,Kc(N)):Hc(N)}}function A(F,H,Q,N){for(var st=0,K=H.length,ot=Q.length,ht,at;st<K;){if(N>=ot)return-1;if(ht=H.charCodeAt(st++),ht===37){if(ht=H.charAt(st++),at=v[ht in zb?H.charAt(st++):ht],!at||(N=at(F,Q,N))<0)return-1}else if(ht!=Q.charCodeAt(N++))return-1}return N}function P(F,H,Q){var N=l.exec(H.slice(Q));return N?(F.p=c.get(N[0].toLowerCase()),Q+N[0].length):-1}function C(F,H,Q){var N=p.exec(H.slice(Q));return N?(F.w=y.get(N[0].toLowerCase()),Q+N[0].length):-1}function T(F,H,Q){var N=f.exec(H.slice(Q));return N?(F.w=h.get(N[0].toLowerCase()),Q+N[0].length):-1}function E(F,H,Q){var N=g.exec(H.slice(Q));return N?(F.m=_.get(N[0].toLowerCase()),Q+N[0].length):-1}function M(F,H,Q){var N=m.exec(H.slice(Q));return N?(F.m=d.get(N[0].toLowerCase()),Q+N[0].length):-1}function R(F,H,Q){return A(F,t,H,Q)}function $(F,H,Q){return A(F,r,H,Q)}function k(F,H,Q){return A(F,n,H,Q)}function D(F){return o[F.getDay()]}function L(F){return a[F.getDay()]}function q(F){return u[F.getMonth()]}function I(F){return s[F.getMonth()]}function j(F){return i[+(F.getHours()>=12)]}function B(F){return 1+~~(F.getMonth()/3)}function W(F){return o[F.getUTCDay()]}function G(F){return a[F.getUTCDay()]}function X(F){return u[F.getUTCMonth()]}function Z(F){return s[F.getUTCMonth()]}function J(F){return i[+(F.getUTCHours()>=12)]}function z(F){return 1+~~(F.getUTCMonth()/3)}return{format:function(F){var H=w(F+="",b);return H.toString=function(){return F},H},parse:function(F){var H=S(F+="",!1);return H.toString=function(){return F},H},utcFormat:function(F){var H=w(F+="",x);return H.toString=function(){return F},H},utcParse:function(F){var H=S(F+="",!0);return H.toString=function(){return F},H}}}var zb={"-":"",_:" ",0:"0"},Pe=/^\s*\d+/,vR=/^%/,gR=/[\\^$*+?|[\]().{}]/g;function kt(e,t,r){var n=e<0?"-":"",i=(n?-e:e)+"",a=i.length;return n+(a<r?new Array(r-a+1).join(t)+i:i)}function bR(e){return e.replace(gR,"\\$&")}function fo(e){return new RegExp("^(?:"+e.map(bR).join("|")+")","i")}function ho(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function _R(e,t,r){var n=Pe.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function xR(e,t,r){var n=Pe.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function wR(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function SR(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function OR(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function Ub(e,t,r){var n=Pe.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function Wb(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function AR(e,t,r){var n=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(r,r+6));return n?(e.Z=n[1]?0:-(n[2]+(n[3]||"00")),r+n[0].length):-1}function PR(e,t,r){var n=Pe.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function TR(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function Gb(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function ER(e,t,r){var n=Pe.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function Hb(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function CR(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function MR(e,t,r){var n=Pe.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function kR(e,t,r){var n=Pe.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function $R(e,t,r){var n=Pe.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function jR(e,t,r){var n=vR.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function RR(e,t,r){var n=Pe.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function DR(e,t,r){var n=Pe.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function Kb(e,t){return kt(e.getDate(),t,2)}function IR(e,t){return kt(e.getHours(),t,2)}function NR(e,t){return kt(e.getHours()%12||12,t,2)}function LR(e,t){return kt(1+Us.count(On(e),e),t,3)}function JA(e,t){return kt(e.getMilliseconds(),t,3)}function BR(e,t){return JA(e,t)+"000"}function qR(e,t){return kt(e.getMonth()+1,t,2)}function FR(e,t){return kt(e.getMinutes(),t,2)}function zR(e,t){return kt(e.getSeconds(),t,2)}function UR(e){var t=e.getDay();return t===0?7:t}function WR(e,t){return kt(Vl.count(On(e)-1,e),t,2)}function QA(e){var t=e.getDay();return t>=4||t===0?va(e):va.ceil(e)}function GR(e,t){return e=QA(e),kt(va.count(On(e),e)+(On(e).getDay()===4),t,2)}function HR(e){return e.getDay()}function KR(e,t){return kt(Uu.count(On(e)-1,e),t,2)}function YR(e,t){return kt(e.getFullYear()%100,t,2)}function XR(e,t){return e=QA(e),kt(e.getFullYear()%100,t,2)}function VR(e,t){return kt(e.getFullYear()%1e4,t,4)}function ZR(e,t){var r=e.getDay();return e=r>=4||r===0?va(e):va.ceil(e),kt(e.getFullYear()%1e4,t,4)}function JR(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+kt(t/60|0,"0",2)+kt(t%60,"0",2)}function Yb(e,t){return kt(e.getUTCDate(),t,2)}function QR(e,t){return kt(e.getUTCHours(),t,2)}function tD(e,t){return kt(e.getUTCHours()%12||12,t,2)}function eD(e,t){return kt(1+Xl.count(An(e),e),t,3)}function tP(e,t){return kt(e.getUTCMilliseconds(),t,3)}function rD(e,t){return tP(e,t)+"000"}function nD(e,t){return kt(e.getUTCMonth()+1,t,2)}function iD(e,t){return kt(e.getUTCMinutes(),t,2)}function aD(e,t){return kt(e.getUTCSeconds(),t,2)}function oD(e){var t=e.getUTCDay();return t===0?7:t}function sD(e,t){return kt(Zl.count(An(e)-1,e),t,2)}function eP(e){var t=e.getUTCDay();return t>=4||t===0?ga(e):ga.ceil(e)}function uD(e,t){return e=eP(e),kt(ga.count(An(e),e)+(An(e).getUTCDay()===4),t,2)}function lD(e){return e.getUTCDay()}function cD(e,t){return kt(Wu.count(An(e)-1,e),t,2)}function fD(e,t){return kt(e.getUTCFullYear()%100,t,2)}function hD(e,t){return e=eP(e),kt(e.getUTCFullYear()%100,t,2)}function pD(e,t){return kt(e.getUTCFullYear()%1e4,t,4)}function dD(e,t){var r=e.getUTCDay();return e=r>=4||r===0?ga(e):ga.ceil(e),kt(e.getUTCFullYear()%1e4,t,4)}function mD(){return"+0000"}function Xb(){return"%"}function Vb(e){return+e}function Zb(e){return Math.floor(+e/1e3)}var Yi,rP,nP;yD({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function yD(e){return Yi=yR(e),rP=Yi.format,Yi.parse,nP=Yi.utcFormat,Yi.utcParse,Yi}function vD(e){return new Date(e)}function gD(e){return e instanceof Date?+e:+new Date(+e)}function Uv(e,t,r,n,i,a,o,s,u,l){var c=Cv(),f=c.invert,h=c.domain,p=l(".%L"),y=l(":%S"),m=l("%I:%M"),d=l("%I %p"),g=l("%a %d"),_=l("%b %d"),b=l("%B"),x=l("%Y");function v(w){return(u(w)<w?p:s(w)<w?y:o(w)<w?m:a(w)<w?d:n(w)<w?i(w)<w?g:_:r(w)<w?b:x)(w)}return c.invert=function(w){return new Date(f(w))},c.domain=function(w){return arguments.length?h(Array.from(w,gD)):h().map(vD)},c.ticks=function(w){var S=h();return e(S[0],S[S.length-1],w??10)},c.tickFormat=function(w,S){return S==null?v:l(S)},c.nice=function(w){var S=h();return(!w||typeof w.range!="function")&&(w=t(S[0],S[S.length-1],w??10)),w?h(UA(S,w)):c},c.copy=function(){return zs(c,Uv(e,t,r,n,i,a,o,s,u,l))},c}function Gu(){return Mr.apply(Uv(dR,mR,On,Fv,Vl,Us,Bv,Nv,hi,rP).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function bD(){return Mr.apply(Uv(hR,pR,An,zv,Zl,Xl,qv,Lv,hi,nP).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function Jl(){var e=0,t=1,r,n,i,a,o=Ue,s=!1,u;function l(f){return f==null||isNaN(f=+f)?u:o(i===0?.5:(f=(a(f)-r)*i,s?Math.max(0,Math.min(1,f)):f))}l.domain=function(f){return arguments.length?([e,t]=f,r=a(e=+e),n=a(t=+t),i=r===n?0:1/(n-r),l):[e,t]},l.clamp=function(f){return arguments.length?(s=!!f,l):s},l.interpolator=function(f){return arguments.length?(o=f,l):o};function c(f){return function(h){var p,y;return arguments.length?([p,y]=h,o=f(p,y),l):[o(0),o(1)]}}return l.range=c(Ni),l.rangeRound=c(wv),l.unknown=function(f){return arguments.length?(u=f,l):u},function(f){return a=f,r=f(e),n=f(t),i=r===n?0:1/(n-r),l}}function Xn(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function iP(){var e=Yn(Jl()(Ue));return e.copy=function(){return Xn(e,iP())},En.apply(e,arguments)}function aP(){var e=$v(Jl()).domain([1,10]);return e.copy=function(){return Xn(e,aP()).base(e.base())},En.apply(e,arguments)}function oP(){var e=jv(Jl());return e.copy=function(){return Xn(e,oP()).constant(e.constant())},En.apply(e,arguments)}function Wv(){var e=Rv(Jl());return e.copy=function(){return Xn(e,Wv()).exponent(e.exponent())},En.apply(e,arguments)}function _D(){return Wv.apply(null,arguments).exponent(.5)}function sP(){var e=[],t=Ue;function r(n){if(n!=null&&!isNaN(n=+n))return t((Fs(e,n,1)-1)/(e.length-1))}return r.domain=function(n){if(!arguments.length)return e.slice();e=[];for(let i of n)i!=null&&!isNaN(i=+i)&&e.push(i);return e.sort(Un),r},r.interpolator=function(n){return arguments.length?(t=n,r):t},r.range=function(){return e.map((n,i)=>t(i/(e.length-1)))},r.quantiles=function(n){return Array.from({length:n+1},(i,a)=>k2(e,a/n))},r.copy=function(){return sP(t).domain(e)},En.apply(r,arguments)}function Ql(){var e=0,t=.5,r=1,n=1,i,a,o,s,u,l=Ue,c,f=!1,h;function p(m){return isNaN(m=+m)?h:(m=.5+((m=+c(m))-a)*(n*m<n*a?s:u),l(f?Math.max(0,Math.min(1,m)):m))}p.domain=function(m){return arguments.length?([e,t,r]=m,i=c(e=+e),a=c(t=+t),o=c(r=+r),s=i===a?0:.5/(a-i),u=a===o?0:.5/(o-a),n=a<i?-1:1,p):[e,t,r]},p.clamp=function(m){return arguments.length?(f=!!m,p):f},p.interpolator=function(m){return arguments.length?(l=m,p):l};function y(m){return function(d){var g,_,b;return arguments.length?([g,_,b]=d,l=Q$(m,[g,_,b]),p):[l(0),l(.5),l(1)]}}return p.range=y(Ni),p.rangeRound=y(wv),p.unknown=function(m){return arguments.length?(h=m,p):h},function(m){return c=m,i=m(e),a=m(t),o=m(r),s=i===a?0:.5/(a-i),u=a===o?0:.5/(o-a),n=a<i?-1:1,p}}function uP(){var e=Yn(Ql()(Ue));return e.copy=function(){return Xn(e,uP())},En.apply(e,arguments)}function lP(){var e=$v(Ql()).domain([.1,1,10]);return e.copy=function(){return Xn(e,lP()).base(e.base())},En.apply(e,arguments)}function cP(){var e=jv(Ql());return e.copy=function(){return Xn(e,cP()).constant(e.constant())},En.apply(e,arguments)}function Gv(){var e=Rv(Ql());return e.copy=function(){return Xn(e,Gv()).exponent(e.exponent())},En.apply(e,arguments)}function xD(){return Gv.apply(null,arguments).exponent(.5)}function Zt(e){return function(){return e}}const fP=Math.cos,Hu=Math.sin,Fr=Math.sqrt,Jb=1e-12,Ku=Math.PI,tc=2*Ku,jm=Math.PI,Rm=2*jm,ui=1e-6,wD=Rm-ui;function hP(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function SD(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return hP;const r=10**t;return function(n){this._+=n[0];for(let i=1,a=n.length;i<a;++i)this._+=Math.round(arguments[i]*r)/r+n[i]}}class OD{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?hP:SD(t)}moveTo(t,r){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,r){this._append`L${this._x1=+t},${this._y1=+r}`}quadraticCurveTo(t,r,n,i){this._append`Q${+t},${+r},${this._x1=+n},${this._y1=+i}`}bezierCurveTo(t,r,n,i,a,o){this._append`C${+t},${+r},${+n},${+i},${this._x1=+a},${this._y1=+o}`}arcTo(t,r,n,i,a){if(t=+t,r=+r,n=+n,i=+i,a=+a,a<0)throw new Error(`negative radius: ${a}`);let o=this._x1,s=this._y1,u=n-t,l=i-r,c=o-t,f=s-r,h=c*c+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(h>ui)if(!(Math.abs(f*u-l*c)>ui)||!a)this._append`L${this._x1=t},${this._y1=r}`;else{let p=n-o,y=i-s,m=u*u+l*l,d=p*p+y*y,g=Math.sqrt(m),_=Math.sqrt(h),b=a*Math.tan((jm-Math.acos((m+h-d)/(2*g*_)))/2),x=b/_,v=b/g;Math.abs(x-1)>ui&&this._append`L${t+x*c},${r+x*f}`,this._append`A${a},${a},0,0,${+(f*p>c*y)},${this._x1=t+v*u},${this._y1=r+v*l}`}}arc(t,r,n,i,a,o){if(t=+t,r=+r,n=+n,o=!!o,n<0)throw new Error(`negative radius: ${n}`);let s=n*Math.cos(i),u=n*Math.sin(i),l=t+s,c=r+u,f=1^o,h=o?i-a:a-i;this._x1===null?this._append`M${l},${c}`:(Math.abs(this._x1-l)>ui||Math.abs(this._y1-c)>ui)&&this._append`L${l},${c}`,n&&(h<0&&(h=h%Rm+Rm),h>wD?this._append`A${n},${n},0,1,${f},${t-s},${r-u}A${n},${n},0,1,${f},${this._x1=l},${this._y1=c}`:h>ui&&this._append`A${n},${n},0,${+(h>=jm)},${f},${this._x1=t+n*Math.cos(a)},${this._y1=r+n*Math.sin(a)}`)}rect(t,r,n,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}h${n=+n}v${+i}h${-n}Z`}toString(){return this._}}function Hv(e){let t=3;return e.digits=function(r){if(!arguments.length)return t;if(r==null)t=null;else{const n=Math.floor(r);if(!(n>=0))throw new RangeError(`invalid digits: ${r}`);t=n}return e},()=>new OD(t)}function Kv(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function pP(e){this._context=e}pP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function ec(e){return new pP(e)}function dP(e){return e[0]}function mP(e){return e[1]}function Yv(e,t){var r=Zt(!0),n=null,i=ec,a=null,o=Hv(s);e=typeof e=="function"?e:e===void 0?dP:Zt(e),t=typeof t=="function"?t:t===void 0?mP:Zt(t);function s(u){var l,c=(u=Kv(u)).length,f,h=!1,p;for(n==null&&(a=i(p=o())),l=0;l<=c;++l)!(l<c&&r(f=u[l],l,u))===h&&((h=!h)?a.lineStart():a.lineEnd()),h&&a.point(+e(f,l,u),+t(f,l,u));if(p)return a=null,p+""||null}return s.x=function(u){return arguments.length?(e=typeof u=="function"?u:Zt(+u),s):e},s.y=function(u){return arguments.length?(t=typeof u=="function"?u:Zt(+u),s):t},s.defined=function(u){return arguments.length?(r=typeof u=="function"?u:Zt(!!u),s):r},s.curve=function(u){return arguments.length?(i=u,n!=null&&(a=i(n)),s):i},s.context=function(u){return arguments.length?(u==null?n=a=null:a=i(n=u),s):n},s}function pi(e,t,r){var n=null,i=Zt(!0),a=null,o=ec,s=null,u=Hv(l);e=typeof e=="function"?e:e===void 0?dP:Zt(+e),t=typeof t=="function"?t:Zt(t===void 0?0:+t),r=typeof r=="function"?r:r===void 0?mP:Zt(+r);function l(f){var h,p,y,m=(f=Kv(f)).length,d,g=!1,_,b=new Array(m),x=new Array(m);for(a==null&&(s=o(_=u())),h=0;h<=m;++h){if(!(h<m&&i(d=f[h],h,f))===g)if(g=!g)p=h,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),y=h-1;y>=p;--y)s.point(b[y],x[y]);s.lineEnd(),s.areaEnd()}g&&(b[h]=+e(d,h,f),x[h]=+t(d,h,f),s.point(n?+n(d,h,f):b[h],r?+r(d,h,f):x[h]))}if(_)return s=null,_+""||null}function c(){return Yv().defined(i).curve(o).context(a)}return l.x=function(f){return arguments.length?(e=typeof f=="function"?f:Zt(+f),n=null,l):e},l.x0=function(f){return arguments.length?(e=typeof f=="function"?f:Zt(+f),l):e},l.x1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:Zt(+f),l):n},l.y=function(f){return arguments.length?(t=typeof f=="function"?f:Zt(+f),r=null,l):t},l.y0=function(f){return arguments.length?(t=typeof f=="function"?f:Zt(+f),l):t},l.y1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:Zt(+f),l):r},l.lineX0=l.lineY0=function(){return c().x(e).y(t)},l.lineY1=function(){return c().x(e).y(r)},l.lineX1=function(){return c().x(n).y(t)},l.defined=function(f){return arguments.length?(i=typeof f=="function"?f:Zt(!!f),l):i},l.curve=function(f){return arguments.length?(o=f,a!=null&&(s=o(a)),l):o},l.context=function(f){return arguments.length?(f==null?a=s=null:s=o(a=f),l):a},l}class yP{constructor(t,r){this._context=t,this._x=r}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,r){switch(t=+t,r=+r,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,r):this._context.moveTo(t,r);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,r,t,r):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+r)/2,t,this._y0,t,r);break}}this._x0=t,this._y0=r}}function AD(e){return new yP(e,!0)}function PD(e){return new yP(e,!1)}const Xv={draw(e,t){const r=Fr(t/Ku);e.moveTo(r,0),e.arc(0,0,r,0,tc)}},TD={draw(e,t){const r=Fr(t/5)/2;e.moveTo(-3*r,-r),e.lineTo(-r,-r),e.lineTo(-r,-3*r),e.lineTo(r,-3*r),e.lineTo(r,-r),e.lineTo(3*r,-r),e.lineTo(3*r,r),e.lineTo(r,r),e.lineTo(r,3*r),e.lineTo(-r,3*r),e.lineTo(-r,r),e.lineTo(-3*r,r),e.closePath()}},vP=Fr(1/3),ED=vP*2,CD={draw(e,t){const r=Fr(t/ED),n=r*vP;e.moveTo(0,-r),e.lineTo(n,0),e.lineTo(0,r),e.lineTo(-n,0),e.closePath()}},MD={draw(e,t){const r=Fr(t),n=-r/2;e.rect(n,n,r,r)}},kD=.8908130915292852,gP=Hu(Ku/10)/Hu(7*Ku/10),$D=Hu(tc/10)*gP,jD=-fP(tc/10)*gP,RD={draw(e,t){const r=Fr(t*kD),n=$D*r,i=jD*r;e.moveTo(0,-r),e.lineTo(n,i);for(let a=1;a<5;++a){const o=tc*a/5,s=fP(o),u=Hu(o);e.lineTo(u*r,-s*r),e.lineTo(s*n-u*i,u*n+s*i)}e.closePath()}},Yc=Fr(3),DD={draw(e,t){const r=-Fr(t/(Yc*3));e.moveTo(0,r*2),e.lineTo(-Yc*r,-r),e.lineTo(Yc*r,-r),e.closePath()}},gr=-.5,br=Fr(3)/2,Dm=1/Fr(12),ID=(Dm/2+1)*3,ND={draw(e,t){const r=Fr(t/ID),n=r/2,i=r*Dm,a=n,o=r*Dm+r,s=-a,u=o;e.moveTo(n,i),e.lineTo(a,o),e.lineTo(s,u),e.lineTo(gr*n-br*i,br*n+gr*i),e.lineTo(gr*a-br*o,br*a+gr*o),e.lineTo(gr*s-br*u,br*s+gr*u),e.lineTo(gr*n+br*i,gr*i-br*n),e.lineTo(gr*a+br*o,gr*o-br*a),e.lineTo(gr*s+br*u,gr*u-br*s),e.closePath()}};function LD(e,t){let r=null,n=Hv(i);e=typeof e=="function"?e:Zt(e||Xv),t=typeof t=="function"?t:Zt(t===void 0?64:+t);function i(){let a;if(r||(r=a=n()),e.apply(this,arguments).draw(r,+t.apply(this,arguments)),a)return r=null,a+""||null}return i.type=function(a){return arguments.length?(e=typeof a=="function"?a:Zt(a),i):e},i.size=function(a){return arguments.length?(t=typeof a=="function"?a:Zt(+a),i):t},i.context=function(a){return arguments.length?(r=a??null,i):r},i}function Yu(){}function Xu(e,t,r){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+r)/6)}function bP(e){this._context=e}bP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Xu(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Xu(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function BD(e){return new bP(e)}function _P(e){this._context=e}_P.prototype={areaStart:Yu,areaEnd:Yu,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:Xu(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function qD(e){return new _P(e)}function xP(e){this._context=e}xP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var r=(this._x0+4*this._x1+e)/6,n=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(r,n):this._context.moveTo(r,n);break;case 3:this._point=4;default:Xu(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function FD(e){return new xP(e)}function Qb(e,t,r){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-r),e._x2,e._y2)}function Vv(e,t){this._context=e,this._k=(1-t)/6}Vv.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Qb(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:Qb(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};(function e(t){function r(n){return new Vv(n,t)}return r.tension=function(n){return e(+n)},r})(0);function zD(e,t,r){var n=e._x1,i=e._y1,a=e._x2,o=e._y2;if(e._l01_a>Jb){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,u=3*e._l01_a*(e._l01_a+e._l12_a);n=(n*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/u,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/u}if(e._l23_a>Jb){var l=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,c=3*e._l23_a*(e._l23_a+e._l12_a);a=(a*l+e._x1*e._l23_2a-t*e._l12_2a)/c,o=(o*l+e._y1*e._l23_2a-r*e._l12_2a)/c}e._context.bezierCurveTo(n,i,a,o,e._x2,e._y2)}function wP(e,t){this._context=e,this._alpha=t}wP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var r=this._x2-e,n=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(r*r+n*n,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:zD(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const Im=(function e(t){function r(n){return t?new wP(n,t):new Vv(n,0)}return r.alpha=function(n){return e(+n)},r})(.5);function SP(e){this._context=e}SP.prototype={areaStart:Yu,areaEnd:Yu,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function UD(e){return new SP(e)}function t0(e){return e<0?-1:1}function e0(e,t,r){var n=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(n||i<0&&-0),o=(r-e._y1)/(i||n<0&&-0),s=(a*i+o*n)/(n+i);return(t0(a)+t0(o))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs(s))||0}function r0(e,t){var r=e._x1-e._x0;return r?(3*(e._y1-e._y0)/r-t)/2:t}function Xc(e,t,r){var n=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-n)/3;e._context.bezierCurveTo(n+s,i+s*t,a-s,o-s*r,a,o)}function Vu(e){this._context=e}Vu.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Xc(this,this._t0,r0(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var r=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,Xc(this,r0(this,r=e0(this,e,t)),r);break;default:Xc(this,this._t0,r=e0(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=r}}};function OP(e){this._context=new AP(e)}(OP.prototype=Object.create(Vu.prototype)).point=function(e,t){Vu.prototype.point.call(this,t,e)};function AP(e){this._context=e}AP.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,r,n,i,a){this._context.bezierCurveTo(t,e,n,r,a,i)}};function PP(e){return new Vu(e)}function WD(e){return new OP(e)}function TP(e){this._context=e}TP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,r=e.length;if(r)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),r===2)this._context.lineTo(e[1],t[1]);else for(var n=n0(e),i=n0(t),a=0,o=1;o<r;++a,++o)this._context.bezierCurveTo(n[0][a],i[0][a],n[1][a],i[1][a],e[o],t[o]);(this._line||this._line!==0&&r===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function n0(e){var t,r=e.length-1,n,i=new Array(r),a=new Array(r),o=new Array(r);for(i[0]=0,a[0]=2,o[0]=e[0]+2*e[1],t=1;t<r-1;++t)i[t]=1,a[t]=4,o[t]=4*e[t]+2*e[t+1];for(i[r-1]=2,a[r-1]=7,o[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=i[t]/a[t-1],a[t]-=n,o[t]-=n*o[t-1];for(i[r-1]=o[r-1]/a[r-1],t=r-2;t>=0;--t)i[t]=(o[t]-i[t+1])/a[t];for(a[r-1]=(e[r]+i[r-1])/2,t=0;t<r-1;++t)a[t]=2*e[t+1]-i[t+1];return[i,a]}function GD(e){return new TP(e)}function rc(e,t){this._context=e,this._t=t}rc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var r=this._x*(1-this._t)+e*this._t;this._context.lineTo(r,this._y),this._context.lineTo(r,t)}break}}this._x=e,this._y=t}};function HD(e){return new rc(e,.5)}function KD(e){return new rc(e,0)}function YD(e){return new rc(e,1)}function ba(e,t){if((o=e.length)>1)for(var r=1,n,i,a=e[t[0]],o,s=a.length;r<o;++r)for(i=a,a=e[t[r]],n=0;n<s;++n)a[n][1]+=a[n][0]=isNaN(i[n][1])?i[n][0]:i[n][1]}function Nm(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function XD(e,t){return e[t]}function VD(e){const t=[];return t.key=e,t}function Zu(){var e=Zt([]),t=Nm,r=ba,n=XD;function i(a){var o=Array.from(e.apply(this,arguments),VD),s,u=o.length,l=-1,c;for(const f of a)for(s=0,++l;s<u;++s)(o[s][l]=[0,+n(f,o[s].key,l,a)]).data=f;for(s=0,c=Kv(t(o));s<u;++s)o[c[s]].index=s;return r(o,c),o}return i.keys=function(a){return arguments.length?(e=typeof a=="function"?a:Zt(Array.from(a)),i):e},i.value=function(a){return arguments.length?(n=typeof a=="function"?a:Zt(+a),i):n},i.order=function(a){return arguments.length?(t=a==null?Nm:typeof a=="function"?a:Zt(Array.from(a)),i):t},i.offset=function(a){return arguments.length?(r=a??ba,i):r},i}function ZD(e,t){if((n=e.length)>0){for(var r,n,i=0,a=e[0].length,o;i<a;++i){for(o=r=0;r<n;++r)o+=e[r][i][1]||0;if(o)for(r=0;r<n;++r)e[r][i][1]/=o}ba(e,t)}}function JD(e,t){if((i=e.length)>0){for(var r=0,n=e[t[0]],i,a=n.length;r<a;++r){for(var o=0,s=0;o<i;++o)s+=e[o][r][1]||0;n[r][1]+=n[r][0]=-s/2}ba(e,t)}}function QD(e,t){if(!(!((o=e.length)>0)||!((a=(i=e[t[0]]).length)>0))){for(var r=0,n=1,i,a,o;n<a;++n){for(var s=0,u=0,l=0;s<o;++s){for(var c=e[t[s]],f=c[n][1]||0,h=c[n-1][1]||0,p=(f-h)/2,y=0;y<s;++y){var m=e[t[y]],d=m[n][1]||0,g=m[n-1][1]||0;p+=d-g}u+=f,l+=p*f}i[n-1][1]+=i[n-1][0]=r,u&&(r-=l/u)}i[n-1][1]+=i[n-1][0]=r,ba(e,t)}}function dn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function EP(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}/*!
|
|
2
|
+
* GSAP 3.13.0
|
|
3
|
+
* https://gsap.com
|
|
4
|
+
*
|
|
5
|
+
* @license Copyright 2008-2025, GreenSock. All rights reserved.
|
|
6
|
+
* Subject to the terms at https://gsap.com/standard-license
|
|
7
|
+
* @author: Jack Doyle, jack@greensock.com
|
|
8
|
+
*/var pr={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},_a={duration:.5,overwrite:!1,delay:0},Zv,Ce,te,Or=1e8,Kt=1/Or,Lm=Math.PI*2,tI=Lm/4,eI=0,CP=Math.sqrt,rI=Math.cos,nI=Math.sin,Ae=function(t){return typeof t=="string"},oe=function(t){return typeof t=="function"},Pn=function(t){return typeof t=="number"},Jv=function(t){return typeof t>"u"},rn=function(t){return typeof t=="object"},Xe=function(t){return t!==!1},Qv=function(){return typeof window<"u"},su=function(t){return oe(t)||Ae(t)},MP=typeof ArrayBuffer=="function"&&ArrayBuffer.isView||function(){},Ne=Array.isArray,Bm=/(?:-?\.?\d|\.)+/gi,kP=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,ta=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,Vc=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,$P=/[+-]=-?[.\d]+/,jP=/[^,'"\[\]\s]+/gi,iI=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,ne,Kr,qm,tg,mr={},Ju={},RP,DP=function(t){return(Ju=xa(t,mr))&&er},eg=function(t,r){return console.warn("Invalid property",t,"set to",r,"Missing plugin? gsap.registerPlugin()")},es=function(t,r){return!r&&console.warn(t)},IP=function(t,r){return t&&(mr[t]=r)&&Ju&&(Ju[t]=r)||mr},rs=function(){return 0},aI={suppressEvents:!0,isStart:!0,kill:!1},Cu={suppressEvents:!0,kill:!1},oI={suppressEvents:!0},rg={},Wn=[],Fm={},NP,lr={},Zc={},i0=30,Mu=[],ng="",ig=function(t){var r=t[0],n,i;if(rn(r)||oe(r)||(t=[t]),!(n=(r._gsap||{}).harness)){for(i=Mu.length;i--&&!Mu[i].targetTest(r););n=Mu[i]}for(i=t.length;i--;)t[i]&&(t[i]._gsap||(t[i]._gsap=new sT(t[i],n)))||t.splice(i,1);return t},xi=function(t){return t._gsap||ig(Ar(t))[0]._gsap},LP=function(t,r,n){return(n=t[r])&&oe(n)?t[r]():Jv(n)&&t.getAttribute&&t.getAttribute(r)||n},Ve=function(t,r){return(t=t.split(",")).forEach(r)||t},ue=function(t){return Math.round(t*1e5)/1e5||0},de=function(t){return Math.round(t*1e7)/1e7||0},oa=function(t,r){var n=r.charAt(0),i=parseFloat(r.substr(2));return t=parseFloat(t),n==="+"?t+i:n==="-"?t-i:n==="*"?t*i:t/i},sI=function(t,r){for(var n=r.length,i=0;t.indexOf(r[i])<0&&++i<n;);return i<n},Qu=function(){var t=Wn.length,r=Wn.slice(0),n,i;for(Fm={},Wn.length=0,n=0;n<t;n++)i=r[n],i&&i._lazy&&(i.render(i._lazy[0],i._lazy[1],!0)._lazy=0)},ag=function(t){return!!(t._initted||t._startAt||t.add)},BP=function(t,r,n,i){Wn.length&&!Ce&&Qu(),t.render(r,n,!!(Ce&&r<0&&ag(t))),Wn.length&&!Ce&&Qu()},qP=function(t){var r=parseFloat(t);return(r||r===0)&&(t+"").match(jP).length<2?r:Ae(t)?t.trim():t},FP=function(t){return t},yr=function(t,r){for(var n in r)n in t||(t[n]=r[n]);return t},uI=function(t){return function(r,n){for(var i in n)i in r||i==="duration"&&t||i==="ease"||(r[i]=n[i])}},xa=function(t,r){for(var n in r)t[n]=r[n];return t},a0=function e(t,r){for(var n in r)n!=="__proto__"&&n!=="constructor"&&n!=="prototype"&&(t[n]=rn(r[n])?e(t[n]||(t[n]={}),r[n]):r[n]);return t},tl=function(t,r){var n={},i;for(i in t)i in r||(n[i]=t[i]);return n},jo=function(t){var r=t.parent||ne,n=t.keyframes?uI(Ne(t.keyframes)):yr;if(Xe(t.inherit))for(;r;)n(t,r.vars.defaults),r=r.parent||r._dp;return t},lI=function(t,r){for(var n=t.length,i=n===r.length;i&&n--&&t[n]===r[n];);return n<0},zP=function(t,r,n,i,a){var o=t[i],s;if(a)for(s=r[a];o&&o[a]>s;)o=o._prev;return o?(r._next=o._next,o._next=r):(r._next=t[n],t[n]=r),r._next?r._next._prev=r:t[i]=r,r._prev=o,r.parent=r._dp=t,r},nc=function(t,r,n,i){n===void 0&&(n="_first"),i===void 0&&(i="_last");var a=r._prev,o=r._next;a?a._next=o:t[n]===r&&(t[n]=o),o?o._prev=a:t[i]===r&&(t[i]=a),r._next=r._prev=r.parent=null},Hn=function(t,r){t.parent&&(!r||t.parent.autoRemoveChildren)&&t.parent.remove&&t.parent.remove(t),t._act=0},wi=function(t,r){if(t&&(!r||r._end>t._dur||r._start<0))for(var n=t;n;)n._dirty=1,n=n.parent;return t},cI=function(t){for(var r=t.parent;r&&r.parent;)r._dirty=1,r.totalDuration(),r=r.parent;return t},zm=function(t,r,n,i){return t._startAt&&(Ce?t._startAt.revert(Cu):t.vars.immediateRender&&!t.vars.autoRevert||t._startAt.render(r,!0,i))},fI=function e(t){return!t||t._ts&&e(t.parent)},o0=function(t){return t._repeat?wa(t._tTime,t=t.duration()+t._rDelay)*t:0},wa=function(t,r){var n=Math.floor(t=de(t/r));return t&&n===t?n-1:n},el=function(t,r){return(t-r._start)*r._ts+(r._ts>=0?0:r._dirty?r.totalDuration():r._tDur)},ic=function(t){return t._end=de(t._start+(t._tDur/Math.abs(t._ts||t._rts||Kt)||0))},ac=function(t,r){var n=t._dp;return n&&n.smoothChildTiming&&t._ts&&(t._start=de(n._time-(t._ts>0?r/t._ts:((t._dirty?t.totalDuration():t._tDur)-r)/-t._ts)),ic(t),n._dirty||wi(n,t)),t},UP=function(t,r){var n;if((r._time||!r._dur&&r._initted||r._start<t._time&&(r._dur||!r.add))&&(n=el(t.rawTime(),r),(!r._dur||Ws(0,r.totalDuration(),n)-r._tTime>Kt)&&r.render(n,!0)),wi(t,r)._dp&&t._initted&&t._time>=t._dur&&t._ts){if(t._dur<t.duration())for(n=t;n._dp;)n.rawTime()>=0&&n.totalTime(n._tTime),n=n._dp;t._zTime=-Kt}},Xr=function(t,r,n,i){return r.parent&&Hn(r),r._start=de((Pn(n)?n:n||t!==ne?xr(t,n,r):t._time)+r._delay),r._end=de(r._start+(r.totalDuration()/Math.abs(r.timeScale())||0)),zP(t,r,"_first","_last",t._sort?"_start":0),Um(r)||(t._recent=r),i||UP(t,r),t._ts<0&&ac(t,t._tTime),t},WP=function(t,r){return(mr.ScrollTrigger||eg("scrollTrigger",r))&&mr.ScrollTrigger.create(r,t)},GP=function(t,r,n,i,a){if(sg(t,r,a),!t._initted)return 1;if(!n&&t._pt&&!Ce&&(t._dur&&t.vars.lazy!==!1||!t._dur&&t.vars.lazy)&&NP!==cr.frame)return Wn.push(t),t._lazy=[a,i],1},hI=function e(t){var r=t.parent;return r&&r._ts&&r._initted&&!r._lock&&(r.rawTime()<0||e(r))},Um=function(t){var r=t.data;return r==="isFromStart"||r==="isStart"},pI=function(t,r,n,i){var a=t.ratio,o=r<0||!r&&(!t._start&&hI(t)&&!(!t._initted&&Um(t))||(t._ts<0||t._dp._ts<0)&&!Um(t))?0:1,s=t._rDelay,u=0,l,c,f;if(s&&t._repeat&&(u=Ws(0,t._tDur,r),c=wa(u,s),t._yoyo&&c&1&&(o=1-o),c!==wa(t._tTime,s)&&(a=1-o,t.vars.repeatRefresh&&t._initted&&t.invalidate())),o!==a||Ce||i||t._zTime===Kt||!r&&t._zTime){if(!t._initted&&GP(t,r,i,n,u))return;for(f=t._zTime,t._zTime=r||(n?Kt:0),n||(n=r&&!f),t.ratio=o,t._from&&(o=1-o),t._time=0,t._tTime=u,l=t._pt;l;)l.r(o,l.d),l=l._next;r<0&&zm(t,r,n,!0),t._onUpdate&&!n&&hr(t,"onUpdate"),u&&t._repeat&&!n&&t.parent&&hr(t,"onRepeat"),(r>=t._tDur||r<0)&&t.ratio===o&&(o&&Hn(t,1),!n&&!Ce&&(hr(t,o?"onComplete":"onReverseComplete",!0),t._prom&&t._prom()))}else t._zTime||(t._zTime=r)},dI=function(t,r,n){var i;if(n>r)for(i=t._first;i&&i._start<=n;){if(i.data==="isPause"&&i._start>r)return i;i=i._next}else for(i=t._last;i&&i._start>=n;){if(i.data==="isPause"&&i._start<r)return i;i=i._prev}},Sa=function(t,r,n,i){var a=t._repeat,o=de(r)||0,s=t._tTime/t._tDur;return s&&!i&&(t._time*=o/t._dur),t._dur=o,t._tDur=a?a<0?1e10:de(o*(a+1)+t._rDelay*a):o,s>0&&!i&&ac(t,t._tTime=t._tDur*s),t.parent&&ic(t),n||wi(t.parent,t),t},s0=function(t){return t instanceof Fe?wi(t):Sa(t,t._dur)},mI={_start:0,endTime:rs,totalDuration:rs},xr=function e(t,r,n){var i=t.labels,a=t._recent||mI,o=t.duration()>=Or?a.endTime(!1):t._dur,s,u,l;return Ae(r)&&(isNaN(r)||r in i)?(u=r.charAt(0),l=r.substr(-1)==="%",s=r.indexOf("="),u==="<"||u===">"?(s>=0&&(r=r.replace(/=/,"")),(u==="<"?a._start:a.endTime(a._repeat>=0))+(parseFloat(r.substr(1))||0)*(l?(s<0?a:n).totalDuration()/100:1)):s<0?(r in i||(i[r]=o),i[r]):(u=parseFloat(r.charAt(s-1)+r.substr(s+1)),l&&n&&(u=u/100*(Ne(n)?n[0]:n).totalDuration()),s>1?e(t,r.substr(0,s-1),n)+u:o+u)):r==null?o:+r},Ro=function(t,r,n){var i=Pn(r[1]),a=(i?2:1)+(t<2?0:1),o=r[a],s,u;if(i&&(o.duration=r[1]),o.parent=n,t){for(s=o,u=n;u&&!("immediateRender"in s);)s=u.vars.defaults||{},u=Xe(u.vars.inherit)&&u.parent;o.immediateRender=Xe(s.immediateRender),t<2?o.runBackwards=1:o.startAt=r[a-1]}return new pe(r[0],o,r[a+1])},Vn=function(t,r){return t||t===0?r(t):r},Ws=function(t,r,n){return n<t?t:n>r?r:n},Ie=function(t,r){return!Ae(t)||!(r=iI.exec(t))?"":r[1]},yI=function(t,r,n){return Vn(n,function(i){return Ws(t,r,i)})},Wm=[].slice,HP=function(t,r){return t&&rn(t)&&"length"in t&&(!r&&!t.length||t.length-1 in t&&rn(t[0]))&&!t.nodeType&&t!==Kr},vI=function(t,r,n){return n===void 0&&(n=[]),t.forEach(function(i){var a;return Ae(i)&&!r||HP(i,1)?(a=n).push.apply(a,Ar(i)):n.push(i)})||n},Ar=function(t,r,n){return te&&!r&&te.selector?te.selector(t):Ae(t)&&!n&&(qm||!Oa())?Wm.call((r||tg).querySelectorAll(t),0):Ne(t)?vI(t,n):HP(t)?Wm.call(t,0):t?[t]:[]},Gm=function(t){return t=Ar(t)[0]||es("Invalid scope")||{},function(r){var n=t.current||t.nativeElement||t;return Ar(r,n.querySelectorAll?n:n===t?es("Invalid scope")||tg.createElement("div"):t)}},KP=function(t){return t.sort(function(){return .5-Math.random()})},YP=function(t){if(oe(t))return t;var r=rn(t)?t:{each:t},n=Si(r.ease),i=r.from||0,a=parseFloat(r.base)||0,o={},s=i>0&&i<1,u=isNaN(i)||s,l=r.axis,c=i,f=i;return Ae(i)?c=f={center:.5,edges:.5,end:1}[i]||0:!s&&u&&(c=i[0],f=i[1]),function(h,p,y){var m=(y||r).length,d=o[m],g,_,b,x,v,w,S,A,P;if(!d){if(P=r.grid==="auto"?0:(r.grid||[1,Or])[1],!P){for(S=-Or;S<(S=y[P++].getBoundingClientRect().left)&&P<m;);P<m&&P--}for(d=o[m]=[],g=u?Math.min(P,m)*c-.5:i%P,_=P===Or?0:u?m*f/P-.5:i/P|0,S=0,A=Or,w=0;w<m;w++)b=w%P-g,x=_-(w/P|0),d[w]=v=l?Math.abs(l==="y"?x:b):CP(b*b+x*x),v>S&&(S=v),v<A&&(A=v);i==="random"&&KP(d),d.max=S-A,d.min=A,d.v=m=(parseFloat(r.amount)||parseFloat(r.each)*(P>m?m-1:l?l==="y"?m/P:P:Math.max(P,m/P))||0)*(i==="edges"?-1:1),d.b=m<0?a-m:a,d.u=Ie(r.amount||r.each)||0,n=n&&m<0?iT(n):n}return m=(d[h]-d.min)/d.max||0,de(d.b+(n?n(m):m)*d.v)+d.u}},Hm=function(t){var r=Math.pow(10,((t+"").split(".")[1]||"").length);return function(n){var i=de(Math.round(parseFloat(n)/t)*t*r);return(i-i%1)/r+(Pn(n)?0:Ie(n))}},XP=function(t,r){var n=Ne(t),i,a;return!n&&rn(t)&&(i=n=t.radius||Or,t.values?(t=Ar(t.values),(a=!Pn(t[0]))&&(i*=i)):t=Hm(t.increment)),Vn(r,n?oe(t)?function(o){return a=t(o),Math.abs(a-o)<=i?a:o}:function(o){for(var s=parseFloat(a?o.x:o),u=parseFloat(a?o.y:0),l=Or,c=0,f=t.length,h,p;f--;)a?(h=t[f].x-s,p=t[f].y-u,h=h*h+p*p):h=Math.abs(t[f]-s),h<l&&(l=h,c=f);return c=!i||l<=i?t[c]:o,a||c===o||Pn(o)?c:c+Ie(o)}:Hm(t))},VP=function(t,r,n,i){return Vn(Ne(t)?!r:n===!0?!!(n=0):!i,function(){return Ne(t)?t[~~(Math.random()*t.length)]:(n=n||1e-5)&&(i=n<1?Math.pow(10,(n+"").length-2):1)&&Math.floor(Math.round((t-n/2+Math.random()*(r-t+n*.99))/n)*n*i)/i})},gI=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return function(i){return r.reduce(function(a,o){return o(a)},i)}},bI=function(t,r){return function(n){return t(parseFloat(n))+(r||Ie(n))}},_I=function(t,r,n){return JP(t,r,0,1,n)},ZP=function(t,r,n){return Vn(n,function(i){return t[~~r(i)]})},xI=function e(t,r,n){var i=r-t;return Ne(t)?ZP(t,e(0,t.length),r):Vn(n,function(a){return(i+(a-t)%i)%i+t})},wI=function e(t,r,n){var i=r-t,a=i*2;return Ne(t)?ZP(t,e(0,t.length-1),r):Vn(n,function(o){return o=(a+(o-t)%a)%a||0,t+(o>i?a-o:o)})},ns=function(t){for(var r=0,n="",i,a,o,s;~(i=t.indexOf("random(",r));)o=t.indexOf(")",i),s=t.charAt(i+7)==="[",a=t.substr(i+7,o-i-7).match(s?jP:Bm),n+=t.substr(r,i-r)+VP(s?a:+a[0],s?0:+a[1],+a[2]||1e-5),r=o+1;return n+t.substr(r,t.length-r)},JP=function(t,r,n,i,a){var o=r-t,s=i-n;return Vn(a,function(u){return n+((u-t)/o*s||0)})},SI=function e(t,r,n,i){var a=isNaN(t+r)?0:function(p){return(1-p)*t+p*r};if(!a){var o=Ae(t),s={},u,l,c,f,h;if(n===!0&&(i=1)&&(n=null),o)t={p:t},r={p:r};else if(Ne(t)&&!Ne(r)){for(c=[],f=t.length,h=f-2,l=1;l<f;l++)c.push(e(t[l-1],t[l]));f--,a=function(y){y*=f;var m=Math.min(h,~~y);return c[m](y-m)},n=r}else i||(t=xa(Ne(t)?[]:{},t));if(!c){for(u in r)og.call(s,t,u,"get",r[u]);a=function(y){return cg(y,s)||(o?t.p:t)}}}return Vn(n,a)},u0=function(t,r,n){var i=t.labels,a=Or,o,s,u;for(o in i)s=i[o]-r,s<0==!!n&&s&&a>(s=Math.abs(s))&&(u=o,a=s);return u},hr=function(t,r,n){var i=t.vars,a=i[r],o=te,s=t._ctx,u,l,c;if(a)return u=i[r+"Params"],l=i.callbackScope||t,n&&Wn.length&&Qu(),s&&(te=s),c=u?a.apply(l,u):a.call(l),te=o,c},To=function(t){return Hn(t),t.scrollTrigger&&t.scrollTrigger.kill(!!Ce),t.progress()<1&&hr(t,"onInterrupt"),t},ea,QP=[],tT=function(t){if(t)if(t=!t.name&&t.default||t,Qv()||t.headless){var r=t.name,n=oe(t),i=r&&!n&&t.init?function(){this._props=[]}:t,a={init:rs,render:cg,add:og,kill:BI,modifier:LI,rawVars:0},o={targetTest:0,get:0,getSetter:lg,aliases:{},register:0};if(Oa(),t!==i){if(lr[r])return;yr(i,yr(tl(t,a),o)),xa(i.prototype,xa(a,tl(t,o))),lr[i.prop=r]=i,t.targetTest&&(Mu.push(i),rg[r]=1),r=(r==="css"?"CSS":r.charAt(0).toUpperCase()+r.substr(1))+"Plugin"}IP(r,i),t.register&&t.register(er,i,Ze)}else QP.push(t)},Ht=255,Eo={aqua:[0,Ht,Ht],lime:[0,Ht,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,Ht],navy:[0,0,128],white:[Ht,Ht,Ht],olive:[128,128,0],yellow:[Ht,Ht,0],orange:[Ht,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[Ht,0,0],pink:[Ht,192,203],cyan:[0,Ht,Ht],transparent:[Ht,Ht,Ht,0]},Jc=function(t,r,n){return t+=t<0?1:t>1?-1:0,(t*6<1?r+(n-r)*t*6:t<.5?n:t*3<2?r+(n-r)*(2/3-t)*6:r)*Ht+.5|0},eT=function(t,r,n){var i=t?Pn(t)?[t>>16,t>>8&Ht,t&Ht]:0:Eo.black,a,o,s,u,l,c,f,h,p,y;if(!i){if(t.substr(-1)===","&&(t=t.substr(0,t.length-1)),Eo[t])i=Eo[t];else if(t.charAt(0)==="#"){if(t.length<6&&(a=t.charAt(1),o=t.charAt(2),s=t.charAt(3),t="#"+a+a+o+o+s+s+(t.length===5?t.charAt(4)+t.charAt(4):"")),t.length===9)return i=parseInt(t.substr(1,6),16),[i>>16,i>>8&Ht,i&Ht,parseInt(t.substr(7),16)/255];t=parseInt(t.substr(1),16),i=[t>>16,t>>8&Ht,t&Ht]}else if(t.substr(0,3)==="hsl"){if(i=y=t.match(Bm),!r)u=+i[0]%360/360,l=+i[1]/100,c=+i[2]/100,o=c<=.5?c*(l+1):c+l-c*l,a=c*2-o,i.length>3&&(i[3]*=1),i[0]=Jc(u+1/3,a,o),i[1]=Jc(u,a,o),i[2]=Jc(u-1/3,a,o);else if(~t.indexOf("="))return i=t.match(kP),n&&i.length<4&&(i[3]=1),i}else i=t.match(Bm)||Eo.transparent;i=i.map(Number)}return r&&!y&&(a=i[0]/Ht,o=i[1]/Ht,s=i[2]/Ht,f=Math.max(a,o,s),h=Math.min(a,o,s),c=(f+h)/2,f===h?u=l=0:(p=f-h,l=c>.5?p/(2-f-h):p/(f+h),u=f===a?(o-s)/p+(o<s?6:0):f===o?(s-a)/p+2:(a-o)/p+4,u*=60),i[0]=~~(u+.5),i[1]=~~(l*100+.5),i[2]=~~(c*100+.5)),n&&i.length<4&&(i[3]=1),i},rT=function(t){var r=[],n=[],i=-1;return t.split(Gn).forEach(function(a){var o=a.match(ta)||[];r.push.apply(r,o),n.push(i+=o.length+1)}),r.c=n,r},l0=function(t,r,n){var i="",a=(t+i).match(Gn),o=r?"hsla(":"rgba(",s=0,u,l,c,f;if(!a)return t;if(a=a.map(function(h){return(h=eT(h,r,1))&&o+(r?h[0]+","+h[1]+"%,"+h[2]+"%,"+h[3]:h.join(","))+")"}),n&&(c=rT(t),u=n.c,u.join(i)!==c.c.join(i)))for(l=t.replace(Gn,"1").split(ta),f=l.length-1;s<f;s++)i+=l[s]+(~u.indexOf(s)?a.shift()||o+"0,0,0,0)":(c.length?c:a.length?a:n).shift());if(!l)for(l=t.split(Gn),f=l.length-1;s<f;s++)i+=l[s]+a[s];return i+l[f]},Gn=(function(){var e="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b",t;for(t in Eo)e+="|"+t+"\\b";return new RegExp(e+")","gi")})(),OI=/hsl[a]?\(/,nT=function(t){var r=t.join(" "),n;if(Gn.lastIndex=0,Gn.test(r))return n=OI.test(r),t[1]=l0(t[1],n),t[0]=l0(t[0],n,rT(t[1])),!0},is,cr=(function(){var e=Date.now,t=500,r=33,n=e(),i=n,a=1e3/240,o=a,s=[],u,l,c,f,h,p,y=function m(d){var g=e()-i,_=d===!0,b,x,v,w;if((g>t||g<0)&&(n+=g-r),i+=g,v=i-n,b=v-o,(b>0||_)&&(w=++f.frame,h=v-f.time*1e3,f.time=v=v/1e3,o+=b+(b>=a?4:a-b),x=1),_||(u=l(m)),x)for(p=0;p<s.length;p++)s[p](v,h,w,d)};return f={time:0,frame:0,tick:function(){y(!0)},deltaRatio:function(d){return h/(1e3/(d||60))},wake:function(){RP&&(!qm&&Qv()&&(Kr=qm=window,tg=Kr.document||{},mr.gsap=er,(Kr.gsapVersions||(Kr.gsapVersions=[])).push(er.version),DP(Ju||Kr.GreenSockGlobals||!Kr.gsap&&Kr||{}),QP.forEach(tT)),c=typeof requestAnimationFrame<"u"&&requestAnimationFrame,u&&f.sleep(),l=c||function(d){return setTimeout(d,o-f.time*1e3+1|0)},is=1,y(2))},sleep:function(){(c?cancelAnimationFrame:clearTimeout)(u),is=0,l=rs},lagSmoothing:function(d,g){t=d||1/0,r=Math.min(g||33,t)},fps:function(d){a=1e3/(d||240),o=f.time*1e3+a},add:function(d,g,_){var b=g?function(x,v,w,S){d(x,v,w,S),f.remove(b)}:d;return f.remove(d),s[_?"unshift":"push"](b),Oa(),b},remove:function(d,g){~(g=s.indexOf(d))&&s.splice(g,1)&&p>=g&&p--},_listeners:s},f})(),Oa=function(){return!is&&cr.wake()},Pt={},AI=/^[\d.\-M][\d.\-,\s]/,PI=/["']/g,TI=function(t){for(var r={},n=t.substr(1,t.length-3).split(":"),i=n[0],a=1,o=n.length,s,u,l;a<o;a++)u=n[a],s=a!==o-1?u.lastIndexOf(","):u.length,l=u.substr(0,s),r[i]=isNaN(l)?l.replace(PI,"").trim():+l,i=u.substr(s+1).trim();return r},EI=function(t){var r=t.indexOf("(")+1,n=t.indexOf(")"),i=t.indexOf("(",r);return t.substring(r,~i&&i<n?t.indexOf(")",n+1):n)},CI=function(t){var r=(t+"").split("("),n=Pt[r[0]];return n&&r.length>1&&n.config?n.config.apply(null,~t.indexOf("{")?[TI(r[1])]:EI(t).split(",").map(qP)):Pt._CE&&AI.test(t)?Pt._CE("",t):n},iT=function(t){return function(r){return 1-t(1-r)}},aT=function e(t,r){for(var n=t._first,i;n;)n instanceof Fe?e(n,r):n.vars.yoyoEase&&(!n._yoyo||!n._repeat)&&n._yoyo!==r&&(n.timeline?e(n.timeline,r):(i=n._ease,n._ease=n._yEase,n._yEase=i,n._yoyo=r)),n=n._next},Si=function(t,r){return t&&(oe(t)?t:Pt[t]||CI(t))||r},qi=function(t,r,n,i){n===void 0&&(n=function(u){return 1-r(1-u)}),i===void 0&&(i=function(u){return u<.5?r(u*2)/2:1-r((1-u)*2)/2});var a={easeIn:r,easeOut:n,easeInOut:i},o;return Ve(t,function(s){Pt[s]=mr[s]=a,Pt[o=s.toLowerCase()]=n;for(var u in a)Pt[o+(u==="easeIn"?".in":u==="easeOut"?".out":".inOut")]=Pt[s+"."+u]=a[u]}),a},oT=function(t){return function(r){return r<.5?(1-t(1-r*2))/2:.5+t((r-.5)*2)/2}},Qc=function e(t,r,n){var i=r>=1?r:1,a=(n||(t?.3:.45))/(r<1?r:1),o=a/Lm*(Math.asin(1/i)||0),s=function(c){return c===1?1:i*Math.pow(2,-10*c)*nI((c-o)*a)+1},u=t==="out"?s:t==="in"?function(l){return 1-s(1-l)}:oT(s);return a=Lm/a,u.config=function(l,c){return e(t,l,c)},u},tf=function e(t,r){r===void 0&&(r=1.70158);var n=function(o){return o?--o*o*((r+1)*o+r)+1:0},i=t==="out"?n:t==="in"?function(a){return 1-n(1-a)}:oT(n);return i.config=function(a){return e(t,a)},i};Ve("Linear,Quad,Cubic,Quart,Quint,Strong",function(e,t){var r=t<5?t+1:t;qi(e+",Power"+(r-1),t?function(n){return Math.pow(n,r)}:function(n){return n},function(n){return 1-Math.pow(1-n,r)},function(n){return n<.5?Math.pow(n*2,r)/2:1-Math.pow((1-n)*2,r)/2})});Pt.Linear.easeNone=Pt.none=Pt.Linear.easeIn;qi("Elastic",Qc("in"),Qc("out"),Qc());(function(e,t){var r=1/t,n=2*r,i=2.5*r,a=function(s){return s<r?e*s*s:s<n?e*Math.pow(s-1.5/t,2)+.75:s<i?e*(s-=2.25/t)*s+.9375:e*Math.pow(s-2.625/t,2)+.984375};qi("Bounce",function(o){return 1-a(1-o)},a)})(7.5625,2.75);qi("Expo",function(e){return Math.pow(2,10*(e-1))*e+e*e*e*e*e*e*(1-e)});qi("Circ",function(e){return-(CP(1-e*e)-1)});qi("Sine",function(e){return e===1?1:-rI(e*tI)+1});qi("Back",tf("in"),tf("out"),tf());Pt.SteppedEase=Pt.steps=mr.SteppedEase={config:function(t,r){t===void 0&&(t=1);var n=1/t,i=t+(r?0:1),a=r?1:0,o=1-Kt;return function(s){return((i*Ws(0,o,s)|0)+a)*n}}};_a.ease=Pt["quad.out"];Ve("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",function(e){return ng+=e+","+e+"Params,"});var sT=function(t,r){this.id=eI++,t._gsap=this,this.target=t,this.harness=r,this.get=r?r.get:LP,this.set=r?r.getSetter:lg},as=(function(){function e(r){this.vars=r,this._delay=+r.delay||0,(this._repeat=r.repeat===1/0?-2:r.repeat||0)&&(this._rDelay=r.repeatDelay||0,this._yoyo=!!r.yoyo||!!r.yoyoEase),this._ts=1,Sa(this,+r.duration,1,1),this.data=r.data,te&&(this._ctx=te,te.data.push(this)),is||cr.wake()}var t=e.prototype;return t.delay=function(n){return n||n===0?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+n-this._delay),this._delay=n,this):this._delay},t.duration=function(n){return arguments.length?this.totalDuration(this._repeat>0?n+(n+this._rDelay)*this._repeat:n):this.totalDuration()&&this._dur},t.totalDuration=function(n){return arguments.length?(this._dirty=0,Sa(this,this._repeat<0?n:(n-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},t.totalTime=function(n,i){if(Oa(),!arguments.length)return this._tTime;var a=this._dp;if(a&&a.smoothChildTiming&&this._ts){for(ac(this,n),!a._dp||a.parent||UP(a,this);a&&a.parent;)a.parent._time!==a._start+(a._ts>=0?a._tTime/a._ts:(a.totalDuration()-a._tTime)/-a._ts)&&a.totalTime(a._tTime,!0),a=a.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&n<this._tDur||this._ts<0&&n>0||!this._tDur&&!n)&&Xr(this._dp,this,this._start-this._delay)}return(this._tTime!==n||!this._dur&&!i||this._initted&&Math.abs(this._zTime)===Kt||!n&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=n),BP(this,n,i)),this},t.time=function(n,i){return arguments.length?this.totalTime(Math.min(this.totalDuration(),n+o0(this))%(this._dur+this._rDelay)||(n?this._dur:0),i):this._time},t.totalProgress=function(n,i){return arguments.length?this.totalTime(this.totalDuration()*n,i):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.rawTime()>=0&&this._initted?1:0},t.progress=function(n,i){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-n:n)+o0(this),i):this.duration()?Math.min(1,this._time/this._dur):this.rawTime()>0?1:0},t.iteration=function(n,i){var a=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(n-1)*a,i):this._repeat?wa(this._tTime,a)+1:1},t.timeScale=function(n,i){if(!arguments.length)return this._rts===-Kt?0:this._rts;if(this._rts===n)return this;var a=this.parent&&this._ts?el(this.parent._time,this):this._tTime;return this._rts=+n||0,this._ts=this._ps||n===-Kt?0:this._rts,this.totalTime(Ws(-Math.abs(this._delay),this.totalDuration(),a),i!==!1),ic(this),cI(this)},t.paused=function(n){return arguments.length?(this._ps!==n&&(this._ps=n,n?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(Oa(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,this.progress()===1&&Math.abs(this._zTime)!==Kt&&(this._tTime-=Kt)))),this):this._ps},t.startTime=function(n){if(arguments.length){this._start=n;var i=this.parent||this._dp;return i&&(i._sort||!this.parent)&&Xr(i,this,n-this._delay),this}return this._start},t.endTime=function(n){return this._start+(Xe(n)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},t.rawTime=function(n){var i=this.parent||this._dp;return i?n&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?el(i.rawTime(n),this):this._tTime:this._tTime},t.revert=function(n){n===void 0&&(n=oI);var i=Ce;return Ce=n,ag(this)&&(this.timeline&&this.timeline.revert(n),this.totalTime(-.01,n.suppressEvents)),this.data!=="nested"&&n.kill!==!1&&this.kill(),Ce=i,this},t.globalTime=function(n){for(var i=this,a=arguments.length?n:i.rawTime();i;)a=i._start+a/(Math.abs(i._ts)||1),i=i._dp;return!this.parent&&this._sat?this._sat.globalTime(n):a},t.repeat=function(n){return arguments.length?(this._repeat=n===1/0?-2:n,s0(this)):this._repeat===-2?1/0:this._repeat},t.repeatDelay=function(n){if(arguments.length){var i=this._time;return this._rDelay=n,s0(this),i?this.time(i):this}return this._rDelay},t.yoyo=function(n){return arguments.length?(this._yoyo=n,this):this._yoyo},t.seek=function(n,i){return this.totalTime(xr(this,n),Xe(i))},t.restart=function(n,i){return this.play().totalTime(n?-this._delay:0,Xe(i)),this._dur||(this._zTime=-Kt),this},t.play=function(n,i){return n!=null&&this.seek(n,i),this.reversed(!1).paused(!1)},t.reverse=function(n,i){return n!=null&&this.seek(n||this.totalDuration(),i),this.reversed(!0).paused(!1)},t.pause=function(n,i){return n!=null&&this.seek(n,i),this.paused(!0)},t.resume=function(){return this.paused(!1)},t.reversed=function(n){return arguments.length?(!!n!==this.reversed()&&this.timeScale(-this._rts||(n?-Kt:0)),this):this._rts<0},t.invalidate=function(){return this._initted=this._act=0,this._zTime=-Kt,this},t.isActive=function(){var n=this.parent||this._dp,i=this._start,a;return!!(!n||this._ts&&this._initted&&n.isActive()&&(a=n.rawTime(!0))>=i&&a<this.endTime(!0)-Kt)},t.eventCallback=function(n,i,a){var o=this.vars;return arguments.length>1?(i?(o[n]=i,a&&(o[n+"Params"]=a),n==="onUpdate"&&(this._onUpdate=i)):delete o[n],this):o[n]},t.then=function(n){var i=this;return new Promise(function(a){var o=oe(n)?n:FP,s=function(){var l=i.then;i.then=null,oe(o)&&(o=o(i))&&(o.then||o===i)&&(i.then=l),a(o),i.then=l};i._initted&&i.totalProgress()===1&&i._ts>=0||!i._tTime&&i._ts<0?s():i._prom=s})},t.kill=function(){To(this)},e})();yr(as.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-Kt,_prom:0,_ps:!1,_rts:1});var Fe=(function(e){EP(t,e);function t(n,i){var a;return n===void 0&&(n={}),a=e.call(this,n)||this,a.labels={},a.smoothChildTiming=!!n.smoothChildTiming,a.autoRemoveChildren=!!n.autoRemoveChildren,a._sort=Xe(n.sortChildren),ne&&Xr(n.parent||ne,dn(a),i),n.reversed&&a.reverse(),n.paused&&a.paused(!0),n.scrollTrigger&&WP(dn(a),n.scrollTrigger),a}var r=t.prototype;return r.to=function(i,a,o){return Ro(0,arguments,this),this},r.from=function(i,a,o){return Ro(1,arguments,this),this},r.fromTo=function(i,a,o,s){return Ro(2,arguments,this),this},r.set=function(i,a,o){return a.duration=0,a.parent=this,jo(a).repeatDelay||(a.repeat=0),a.immediateRender=!!a.immediateRender,new pe(i,a,xr(this,o),1),this},r.call=function(i,a,o){return Xr(this,pe.delayedCall(0,i,a),o)},r.staggerTo=function(i,a,o,s,u,l,c){return o.duration=a,o.stagger=o.stagger||s,o.onComplete=l,o.onCompleteParams=c,o.parent=this,new pe(i,o,xr(this,u)),this},r.staggerFrom=function(i,a,o,s,u,l,c){return o.runBackwards=1,jo(o).immediateRender=Xe(o.immediateRender),this.staggerTo(i,a,o,s,u,l,c)},r.staggerFromTo=function(i,a,o,s,u,l,c,f){return s.startAt=o,jo(s).immediateRender=Xe(s.immediateRender),this.staggerTo(i,a,s,u,l,c,f)},r.render=function(i,a,o){var s=this._time,u=this._dirty?this.totalDuration():this._tDur,l=this._dur,c=i<=0?0:de(i),f=this._zTime<0!=i<0&&(this._initted||!l),h,p,y,m,d,g,_,b,x,v,w,S;if(this!==ne&&c>u&&i>=0&&(c=u),c!==this._tTime||o||f){if(s!==this._time&&l&&(c+=this._time-s,i+=this._time-s),h=c,x=this._start,b=this._ts,g=!b,f&&(l||(s=this._zTime),(i||!a)&&(this._zTime=i)),this._repeat){if(w=this._yoyo,d=l+this._rDelay,this._repeat<-1&&i<0)return this.totalTime(d*100+i,a,o);if(h=de(c%d),c===u?(m=this._repeat,h=l):(v=de(c/d),m=~~v,m&&m===v&&(h=l,m--),h>l&&(h=l)),v=wa(this._tTime,d),!s&&this._tTime&&v!==m&&this._tTime-v*d-this._dur<=0&&(v=m),w&&m&1&&(h=l-h,S=1),m!==v&&!this._lock){var A=w&&v&1,P=A===(w&&m&1);if(m<v&&(A=!A),s=A?0:c%l?l:c,this._lock=1,this.render(s||(S?0:de(m*d)),a,!l)._lock=0,this._tTime=c,!a&&this.parent&&hr(this,"onRepeat"),this.vars.repeatRefresh&&!S&&(this.invalidate()._lock=1),s&&s!==this._time||g!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(l=this._dur,u=this._tDur,P&&(this._lock=2,s=A?l:-1e-4,this.render(s,!0),this.vars.repeatRefresh&&!S&&this.invalidate()),this._lock=0,!this._ts&&!g)return this;aT(this,S)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(_=dI(this,de(s),de(h)),_&&(c-=h-(h=_._start))),this._tTime=c,this._time=h,this._act=!b,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=i,s=0),!s&&c&&!a&&!v&&(hr(this,"onStart"),this._tTime!==c))return this;if(h>=s&&i>=0)for(p=this._first;p;){if(y=p._next,(p._act||h>=p._start)&&p._ts&&_!==p){if(p.parent!==this)return this.render(i,a,o);if(p.render(p._ts>0?(h-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(h-p._start)*p._ts,a,o),h!==this._time||!this._ts&&!g){_=0,y&&(c+=this._zTime=-Kt);break}}p=y}else{p=this._last;for(var C=i<0?i:h;p;){if(y=p._prev,(p._act||C<=p._end)&&p._ts&&_!==p){if(p.parent!==this)return this.render(i,a,o);if(p.render(p._ts>0?(C-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(C-p._start)*p._ts,a,o||Ce&&ag(p)),h!==this._time||!this._ts&&!g){_=0,y&&(c+=this._zTime=C?-Kt:Kt);break}}p=y}}if(_&&!a&&(this.pause(),_.render(h>=s?0:-Kt)._zTime=h>=s?1:-1,this._ts))return this._start=x,ic(this),this.render(i,a,o);this._onUpdate&&!a&&hr(this,"onUpdate",!0),(c===u&&this._tTime>=this.totalDuration()||!c&&s)&&(x===this._start||Math.abs(b)!==Math.abs(this._ts))&&(this._lock||((i||!l)&&(c===u&&this._ts>0||!c&&this._ts<0)&&Hn(this,1),!a&&!(i<0&&!s)&&(c||s||!u)&&(hr(this,c===u&&i>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(c<u&&this.timeScale()>0)&&this._prom())))}return this},r.add=function(i,a){var o=this;if(Pn(a)||(a=xr(this,a,i)),!(i instanceof as)){if(Ne(i))return i.forEach(function(s){return o.add(s,a)}),this;if(Ae(i))return this.addLabel(i,a);if(oe(i))i=pe.delayedCall(0,i);else return this}return this!==i?Xr(this,i,a):this},r.getChildren=function(i,a,o,s){i===void 0&&(i=!0),a===void 0&&(a=!0),o===void 0&&(o=!0),s===void 0&&(s=-Or);for(var u=[],l=this._first;l;)l._start>=s&&(l instanceof pe?a&&u.push(l):(o&&u.push(l),i&&u.push.apply(u,l.getChildren(!0,a,o)))),l=l._next;return u},r.getById=function(i){for(var a=this.getChildren(1,1,1),o=a.length;o--;)if(a[o].vars.id===i)return a[o]},r.remove=function(i){return Ae(i)?this.removeLabel(i):oe(i)?this.killTweensOf(i):(i.parent===this&&nc(this,i),i===this._recent&&(this._recent=this._last),wi(this))},r.totalTime=function(i,a){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=de(cr.time-(this._ts>0?i/this._ts:(this.totalDuration()-i)/-this._ts))),e.prototype.totalTime.call(this,i,a),this._forcing=0,this):this._tTime},r.addLabel=function(i,a){return this.labels[i]=xr(this,a),this},r.removeLabel=function(i){return delete this.labels[i],this},r.addPause=function(i,a,o){var s=pe.delayedCall(0,a||rs,o);return s.data="isPause",this._hasPause=1,Xr(this,s,xr(this,i))},r.removePause=function(i){var a=this._first;for(i=xr(this,i);a;)a._start===i&&a.data==="isPause"&&Hn(a),a=a._next},r.killTweensOf=function(i,a,o){for(var s=this.getTweensOf(i,o),u=s.length;u--;)Nn!==s[u]&&s[u].kill(i,a);return this},r.getTweensOf=function(i,a){for(var o=[],s=Ar(i),u=this._first,l=Pn(a),c;u;)u instanceof pe?sI(u._targets,s)&&(l?(!Nn||u._initted&&u._ts)&&u.globalTime(0)<=a&&u.globalTime(u.totalDuration())>a:!a||u.isActive())&&o.push(u):(c=u.getTweensOf(s,a)).length&&o.push.apply(o,c),u=u._next;return o},r.tweenTo=function(i,a){a=a||{};var o=this,s=xr(o,i),u=a,l=u.startAt,c=u.onStart,f=u.onStartParams,h=u.immediateRender,p,y=pe.to(o,yr({ease:a.ease||"none",lazy:!1,immediateRender:!1,time:s,overwrite:"auto",duration:a.duration||Math.abs((s-(l&&"time"in l?l.time:o._time))/o.timeScale())||Kt,onStart:function(){if(o.pause(),!p){var d=a.duration||Math.abs((s-(l&&"time"in l?l.time:o._time))/o.timeScale());y._dur!==d&&Sa(y,d,0,1).render(y._time,!0,!0),p=1}c&&c.apply(y,f||[])}},a));return h?y.render(0):y},r.tweenFromTo=function(i,a,o){return this.tweenTo(a,yr({startAt:{time:xr(this,i)}},o))},r.recent=function(){return this._recent},r.nextLabel=function(i){return i===void 0&&(i=this._time),u0(this,xr(this,i))},r.previousLabel=function(i){return i===void 0&&(i=this._time),u0(this,xr(this,i),1)},r.currentLabel=function(i){return arguments.length?this.seek(i,!0):this.previousLabel(this._time+Kt)},r.shiftChildren=function(i,a,o){o===void 0&&(o=0);for(var s=this._first,u=this.labels,l;s;)s._start>=o&&(s._start+=i,s._end+=i),s=s._next;if(a)for(l in u)u[l]>=o&&(u[l]+=i);return wi(this)},r.invalidate=function(i){var a=this._first;for(this._lock=0;a;)a.invalidate(i),a=a._next;return e.prototype.invalidate.call(this,i)},r.clear=function(i){i===void 0&&(i=!0);for(var a=this._first,o;a;)o=a._next,this.remove(a),a=o;return this._dp&&(this._time=this._tTime=this._pTime=0),i&&(this.labels={}),wi(this)},r.totalDuration=function(i){var a=0,o=this,s=o._last,u=Or,l,c,f;if(arguments.length)return o.timeScale((o._repeat<0?o.duration():o.totalDuration())/(o.reversed()?-i:i));if(o._dirty){for(f=o.parent;s;)l=s._prev,s._dirty&&s.totalDuration(),c=s._start,c>u&&o._sort&&s._ts&&!o._lock?(o._lock=1,Xr(o,s,c-s._delay,1)._lock=0):u=c,c<0&&s._ts&&(a-=c,(!f&&!o._dp||f&&f.smoothChildTiming)&&(o._start+=c/o._ts,o._time-=c,o._tTime-=c),o.shiftChildren(-c,!1,-1/0),u=0),s._end>a&&s._ts&&(a=s._end),s=l;Sa(o,o===ne&&o._time>a?o._time:a,1,1),o._dirty=0}return o._tDur},t.updateRoot=function(i){if(ne._ts&&(BP(ne,el(i,ne)),NP=cr.frame),cr.frame>=i0){i0+=pr.autoSleep||120;var a=ne._first;if((!a||!a._ts)&&pr.autoSleep&&cr._listeners.length<2){for(;a&&!a._ts;)a=a._next;a||cr.sleep()}}},t})(as);yr(Fe.prototype,{_lock:0,_hasPause:0,_forcing:0});var MI=function(t,r,n,i,a,o,s){var u=new Ze(this._pt,t,r,0,1,pT,null,a),l=0,c=0,f,h,p,y,m,d,g,_;for(u.b=n,u.e=i,n+="",i+="",(g=~i.indexOf("random("))&&(i=ns(i)),o&&(_=[n,i],o(_,t,r),n=_[0],i=_[1]),h=n.match(Vc)||[];f=Vc.exec(i);)y=f[0],m=i.substring(l,f.index),p?p=(p+1)%5:m.substr(-5)==="rgba("&&(p=1),y!==h[c++]&&(d=parseFloat(h[c-1])||0,u._pt={_next:u._pt,p:m||c===1?m:",",s:d,c:y.charAt(1)==="="?oa(d,y)-d:parseFloat(y)-d,m:p&&p<4?Math.round:0},l=Vc.lastIndex);return u.c=l<i.length?i.substring(l,i.length):"",u.fp=s,($P.test(i)||g)&&(u.e=0),this._pt=u,u},og=function(t,r,n,i,a,o,s,u,l,c){oe(i)&&(i=i(a||0,t,o));var f=t[r],h=n!=="get"?n:oe(f)?l?t[r.indexOf("set")||!oe(t["get"+r.substr(3)])?r:"get"+r.substr(3)](l):t[r]():f,p=oe(f)?l?DI:fT:ug,y;if(Ae(i)&&(~i.indexOf("random(")&&(i=ns(i)),i.charAt(1)==="="&&(y=oa(h,i)+(Ie(h)||0),(y||y===0)&&(i=y))),!c||h!==i||Km)return!isNaN(h*i)&&i!==""?(y=new Ze(this._pt,t,r,+h||0,i-(h||0),typeof f=="boolean"?NI:hT,0,p),l&&(y.fp=l),s&&y.modifier(s,this,t),this._pt=y):(!f&&!(r in t)&&eg(r,i),MI.call(this,t,r,h,i,p,u||pr.stringFilter,l))},kI=function(t,r,n,i,a){if(oe(t)&&(t=Do(t,a,r,n,i)),!rn(t)||t.style&&t.nodeType||Ne(t)||MP(t))return Ae(t)?Do(t,a,r,n,i):t;var o={},s;for(s in t)o[s]=Do(t[s],a,r,n,i);return o},uT=function(t,r,n,i,a,o){var s,u,l,c;if(lr[t]&&(s=new lr[t]).init(a,s.rawVars?r[t]:kI(r[t],i,a,o,n),n,i,o)!==!1&&(n._pt=u=new Ze(n._pt,a,t,0,1,s.render,s,0,s.priority),n!==ea))for(l=n._ptLookup[n._targets.indexOf(a)],c=s._props.length;c--;)l[s._props[c]]=u;return s},Nn,Km,sg=function e(t,r,n){var i=t.vars,a=i.ease,o=i.startAt,s=i.immediateRender,u=i.lazy,l=i.onUpdate,c=i.runBackwards,f=i.yoyoEase,h=i.keyframes,p=i.autoRevert,y=t._dur,m=t._startAt,d=t._targets,g=t.parent,_=g&&g.data==="nested"?g.vars.targets:d,b=t._overwrite==="auto"&&!Zv,x=t.timeline,v,w,S,A,P,C,T,E,M,R,$,k,D;if(x&&(!h||!a)&&(a="none"),t._ease=Si(a,_a.ease),t._yEase=f?iT(Si(f===!0?a:f,_a.ease)):0,f&&t._yoyo&&!t._repeat&&(f=t._yEase,t._yEase=t._ease,t._ease=f),t._from=!x&&!!i.runBackwards,!x||h&&!i.stagger){if(E=d[0]?xi(d[0]).harness:0,k=E&&i[E.prop],v=tl(i,rg),m&&(m._zTime<0&&m.progress(1),r<0&&c&&s&&!p?m.render(-1,!0):m.revert(c&&y?Cu:aI),m._lazy=0),o){if(Hn(t._startAt=pe.set(d,yr({data:"isStart",overwrite:!1,parent:g,immediateRender:!0,lazy:!m&&Xe(u),startAt:null,delay:0,onUpdate:l&&function(){return hr(t,"onUpdate")},stagger:0},o))),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Ce||!s&&!p)&&t._startAt.revert(Cu),s&&y&&r<=0&&n<=0){r&&(t._zTime=r);return}}else if(c&&y&&!m){if(r&&(s=!1),S=yr({overwrite:!1,data:"isFromStart",lazy:s&&!m&&Xe(u),immediateRender:s,stagger:0,parent:g},v),k&&(S[E.prop]=k),Hn(t._startAt=pe.set(d,S)),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Ce?t._startAt.revert(Cu):t._startAt.render(-1,!0)),t._zTime=r,!s)e(t._startAt,Kt,Kt);else if(!r)return}for(t._pt=t._ptCache=0,u=y&&Xe(u)||u&&!y,w=0;w<d.length;w++){if(P=d[w],T=P._gsap||ig(d)[w]._gsap,t._ptLookup[w]=R={},Fm[T.id]&&Wn.length&&Qu(),$=_===d?w:_.indexOf(P),E&&(M=new E).init(P,k||v,t,$,_)!==!1&&(t._pt=A=new Ze(t._pt,P,M.name,0,1,M.render,M,0,M.priority),M._props.forEach(function(L){R[L]=A}),M.priority&&(C=1)),!E||k)for(S in v)lr[S]&&(M=uT(S,v,t,$,P,_))?M.priority&&(C=1):R[S]=A=og.call(t,P,S,"get",v[S],$,_,0,i.stringFilter);t._op&&t._op[w]&&t.kill(P,t._op[w]),b&&t._pt&&(Nn=t,ne.killTweensOf(P,R,t.globalTime(r)),D=!t.parent,Nn=0),t._pt&&u&&(Fm[T.id]=1)}C&&dT(t),t._onInit&&t._onInit(t)}t._onUpdate=l,t._initted=(!t._op||t._pt)&&!D,h&&r<=0&&x.render(Or,!0,!0)},$I=function(t,r,n,i,a,o,s,u){var l=(t._pt&&t._ptCache||(t._ptCache={}))[r],c,f,h,p;if(!l)for(l=t._ptCache[r]=[],h=t._ptLookup,p=t._targets.length;p--;){if(c=h[p][r],c&&c.d&&c.d._pt)for(c=c.d._pt;c&&c.p!==r&&c.fp!==r;)c=c._next;if(!c)return Km=1,t.vars[r]="+=0",sg(t,s),Km=0,u?es(r+" not eligible for reset"):1;l.push(c)}for(p=l.length;p--;)f=l[p],c=f._pt||f,c.s=(i||i===0)&&!a?i:c.s+(i||0)+o*c.c,c.c=n-c.s,f.e&&(f.e=ue(n)+Ie(f.e)),f.b&&(f.b=c.s+Ie(f.b))},jI=function(t,r){var n=t[0]?xi(t[0]).harness:0,i=n&&n.aliases,a,o,s,u;if(!i)return r;a=xa({},r);for(o in i)if(o in a)for(u=i[o].split(","),s=u.length;s--;)a[u[s]]=a[o];return a},RI=function(t,r,n,i){var a=r.ease||i||"power1.inOut",o,s;if(Ne(r))s=n[t]||(n[t]=[]),r.forEach(function(u,l){return s.push({t:l/(r.length-1)*100,v:u,e:a})});else for(o in r)s=n[o]||(n[o]=[]),o==="ease"||s.push({t:parseFloat(t),v:r[o],e:a})},Do=function(t,r,n,i,a){return oe(t)?t.call(r,n,i,a):Ae(t)&&~t.indexOf("random(")?ns(t):t},lT=ng+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",cT={};Ve(lT+",id,stagger,delay,duration,paused,scrollTrigger",function(e){return cT[e]=1});var pe=(function(e){EP(t,e);function t(n,i,a,o){var s;typeof i=="number"&&(a.duration=i,i=a,a=null),s=e.call(this,o?i:jo(i))||this;var u=s.vars,l=u.duration,c=u.delay,f=u.immediateRender,h=u.stagger,p=u.overwrite,y=u.keyframes,m=u.defaults,d=u.scrollTrigger,g=u.yoyoEase,_=i.parent||ne,b=(Ne(n)||MP(n)?Pn(n[0]):"length"in i)?[n]:Ar(n),x,v,w,S,A,P,C,T;if(s._targets=b.length?ig(b):es("GSAP target "+n+" not found. https://gsap.com",!pr.nullTargetWarn)||[],s._ptLookup=[],s._overwrite=p,y||h||su(l)||su(c)){if(i=s.vars,x=s.timeline=new Fe({data:"nested",defaults:m||{},targets:_&&_.data==="nested"?_.vars.targets:b}),x.kill(),x.parent=x._dp=dn(s),x._start=0,h||su(l)||su(c)){if(S=b.length,C=h&&YP(h),rn(h))for(A in h)~lT.indexOf(A)&&(T||(T={}),T[A]=h[A]);for(v=0;v<S;v++)w=tl(i,cT),w.stagger=0,g&&(w.yoyoEase=g),T&&xa(w,T),P=b[v],w.duration=+Do(l,dn(s),v,P,b),w.delay=(+Do(c,dn(s),v,P,b)||0)-s._delay,!h&&S===1&&w.delay&&(s._delay=c=w.delay,s._start+=c,w.delay=0),x.to(P,w,C?C(v,P,b):0),x._ease=Pt.none;x.duration()?l=c=0:s.timeline=0}else if(y){jo(yr(x.vars.defaults,{ease:"none"})),x._ease=Si(y.ease||i.ease||"none");var E=0,M,R,$;if(Ne(y))y.forEach(function(k){return x.to(b,k,">")}),x.duration();else{w={};for(A in y)A==="ease"||A==="easeEach"||RI(A,y[A],w,y.easeEach);for(A in w)for(M=w[A].sort(function(k,D){return k.t-D.t}),E=0,v=0;v<M.length;v++)R=M[v],$={ease:R.e,duration:(R.t-(v?M[v-1].t:0))/100*l},$[A]=R.v,x.to(b,$,E),E+=$.duration;x.duration()<l&&x.to({},{duration:l-x.duration()})}}l||s.duration(l=x.duration())}else s.timeline=0;return p===!0&&!Zv&&(Nn=dn(s),ne.killTweensOf(b),Nn=0),Xr(_,dn(s),a),i.reversed&&s.reverse(),i.paused&&s.paused(!0),(f||!l&&!y&&s._start===de(_._time)&&Xe(f)&&fI(dn(s))&&_.data!=="nested")&&(s._tTime=-Kt,s.render(Math.max(0,-c)||0)),d&&WP(dn(s),d),s}var r=t.prototype;return r.render=function(i,a,o){var s=this._time,u=this._tDur,l=this._dur,c=i<0,f=i>u-Kt&&!c?u:i<Kt?0:i,h,p,y,m,d,g,_,b,x;if(!l)pI(this,i,a,o);else if(f!==this._tTime||!i||o||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==c||this._lazy){if(h=f,b=this.timeline,this._repeat){if(m=l+this._rDelay,this._repeat<-1&&c)return this.totalTime(m*100+i,a,o);if(h=de(f%m),f===u?(y=this._repeat,h=l):(d=de(f/m),y=~~d,y&&y===d?(h=l,y--):h>l&&(h=l)),g=this._yoyo&&y&1,g&&(x=this._yEase,h=l-h),d=wa(this._tTime,m),h===s&&!o&&this._initted&&y===d)return this._tTime=f,this;y!==d&&(b&&this._yEase&&aT(b,g),this.vars.repeatRefresh&&!g&&!this._lock&&h!==m&&this._initted&&(this._lock=o=1,this.render(de(m*y),!0).invalidate()._lock=0))}if(!this._initted){if(GP(this,c?i:h,o,a,f))return this._tTime=0,this;if(s!==this._time&&!(o&&this.vars.repeatRefresh&&y!==d))return this;if(l!==this._dur)return this.render(i,a,o)}if(this._tTime=f,this._time=h,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=_=(x||this._ease)(h/l),this._from&&(this.ratio=_=1-_),!s&&f&&!a&&!d&&(hr(this,"onStart"),this._tTime!==f))return this;for(p=this._pt;p;)p.r(_,p.d),p=p._next;b&&b.render(i<0?i:b._dur*b._ease(h/this._dur),a,o)||this._startAt&&(this._zTime=i),this._onUpdate&&!a&&(c&&zm(this,i,a,o),hr(this,"onUpdate")),this._repeat&&y!==d&&this.vars.onRepeat&&!a&&this.parent&&hr(this,"onRepeat"),(f===this._tDur||!f)&&this._tTime===f&&(c&&!this._onUpdate&&zm(this,i,!0,!0),(i||!l)&&(f===this._tDur&&this._ts>0||!f&&this._ts<0)&&Hn(this,1),!a&&!(c&&!s)&&(f||s||g)&&(hr(this,f===u?"onComplete":"onReverseComplete",!0),this._prom&&!(f<u&&this.timeScale()>0)&&this._prom()))}return this},r.targets=function(){return this._targets},r.invalidate=function(i){return(!i||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(i),e.prototype.invalidate.call(this,i)},r.resetTo=function(i,a,o,s,u){is||cr.wake(),this._ts||this.play();var l=Math.min(this._dur,(this._dp._time-this._start)*this._ts),c;return this._initted||sg(this,l),c=this._ease(l/this._dur),$I(this,i,a,o,s,c,l,u)?this.resetTo(i,a,o,s,1):(ac(this,0),this.parent||zP(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},r.kill=function(i,a){if(a===void 0&&(a="all"),!i&&(!a||a==="all"))return this._lazy=this._pt=0,this.parent?To(this):this.scrollTrigger&&this.scrollTrigger.kill(!!Ce),this;if(this.timeline){var o=this.timeline.totalDuration();return this.timeline.killTweensOf(i,a,Nn&&Nn.vars.overwrite!==!0)._first||To(this),this.parent&&o!==this.timeline.totalDuration()&&Sa(this,this._dur*this.timeline._tDur/o,0,1),this}var s=this._targets,u=i?Ar(i):s,l=this._ptLookup,c=this._pt,f,h,p,y,m,d,g;if((!a||a==="all")&&lI(s,u))return a==="all"&&(this._pt=0),To(this);for(f=this._op=this._op||[],a!=="all"&&(Ae(a)&&(m={},Ve(a,function(_){return m[_]=1}),a=m),a=jI(s,a)),g=s.length;g--;)if(~u.indexOf(s[g])){h=l[g],a==="all"?(f[g]=a,y=h,p={}):(p=f[g]=f[g]||{},y=a);for(m in y)d=h&&h[m],d&&((!("kill"in d.d)||d.d.kill(m)===!0)&&nc(this,d,"_pt"),delete h[m]),p!=="all"&&(p[m]=1)}return this._initted&&!this._pt&&c&&To(this),this},t.to=function(i,a){return new t(i,a,arguments[2])},t.from=function(i,a){return Ro(1,arguments)},t.delayedCall=function(i,a,o,s){return new t(a,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:i,onComplete:a,onReverseComplete:a,onCompleteParams:o,onReverseCompleteParams:o,callbackScope:s})},t.fromTo=function(i,a,o){return Ro(2,arguments)},t.set=function(i,a){return a.duration=0,a.repeatDelay||(a.repeat=0),new t(i,a)},t.killTweensOf=function(i,a,o){return ne.killTweensOf(i,a,o)},t})(as);yr(pe.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0});Ve("staggerTo,staggerFrom,staggerFromTo",function(e){pe[e]=function(){var t=new Fe,r=Wm.call(arguments,0);return r.splice(e==="staggerFromTo"?5:4,0,0),t[e].apply(t,r)}});var ug=function(t,r,n){return t[r]=n},fT=function(t,r,n){return t[r](n)},DI=function(t,r,n,i){return t[r](i.fp,n)},II=function(t,r,n){return t.setAttribute(r,n)},lg=function(t,r){return oe(t[r])?fT:Jv(t[r])&&t.setAttribute?II:ug},hT=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e6)/1e6,r)},NI=function(t,r){return r.set(r.t,r.p,!!(r.s+r.c*t),r)},pT=function(t,r){var n=r._pt,i="";if(!t&&r.b)i=r.b;else if(t===1&&r.e)i=r.e;else{for(;n;)i=n.p+(n.m?n.m(n.s+n.c*t):Math.round((n.s+n.c*t)*1e4)/1e4)+i,n=n._next;i+=r.c}r.set(r.t,r.p,i,r)},cg=function(t,r){for(var n=r._pt;n;)n.r(t,n.d),n=n._next},LI=function(t,r,n,i){for(var a=this._pt,o;a;)o=a._next,a.p===i&&a.modifier(t,r,n),a=o},BI=function(t){for(var r=this._pt,n,i;r;)i=r._next,r.p===t&&!r.op||r.op===t?nc(this,r,"_pt"):r.dep||(n=1),r=i;return!n},qI=function(t,r,n,i){i.mSet(t,r,i.m.call(i.tween,n,i.mt),i)},dT=function(t){for(var r=t._pt,n,i,a,o;r;){for(n=r._next,i=a;i&&i.pr>r.pr;)i=i._next;(r._prev=i?i._prev:o)?r._prev._next=r:a=r,(r._next=i)?i._prev=r:o=r,r=n}t._pt=a},Ze=(function(){function e(r,n,i,a,o,s,u,l,c){this.t=n,this.s=a,this.c=o,this.p=i,this.r=s||hT,this.d=u||this,this.set=l||ug,this.pr=c||0,this._next=r,r&&(r._prev=this)}var t=e.prototype;return t.modifier=function(n,i,a){this.mSet=this.mSet||this.set,this.set=qI,this.m=n,this.mt=a,this.tween=i},e})();Ve(ng+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",function(e){return rg[e]=1});mr.TweenMax=mr.TweenLite=pe;mr.TimelineLite=mr.TimelineMax=Fe;ne=new Fe({sortChildren:!1,defaults:_a,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0});pr.stringFilter=nT;var Oi=[],ku={},FI=[],c0=0,zI=0,ef=function(t){return(ku[t]||FI).map(function(r){return r()})},Ym=function(){var t=Date.now(),r=[];t-c0>2&&(ef("matchMediaInit"),Oi.forEach(function(n){var i=n.queries,a=n.conditions,o,s,u,l;for(s in i)o=Kr.matchMedia(i[s]).matches,o&&(u=1),o!==a[s]&&(a[s]=o,l=1);l&&(n.revert(),u&&r.push(n))}),ef("matchMediaRevert"),r.forEach(function(n){return n.onMatch(n,function(i){return n.add(null,i)})}),c0=t,ef("matchMedia"))},mT=(function(){function e(r,n){this.selector=n&&Gm(n),this.data=[],this._r=[],this.isReverted=!1,this.id=zI++,r&&this.add(r)}var t=e.prototype;return t.add=function(n,i,a){oe(n)&&(a=i,i=n,n=oe);var o=this,s=function(){var l=te,c=o.selector,f;return l&&l!==o&&l.data.push(o),a&&(o.selector=Gm(a)),te=o,f=i.apply(o,arguments),oe(f)&&o._r.push(f),te=l,o.selector=c,o.isReverted=!1,f};return o.last=s,n===oe?s(o,function(u){return o.add(null,u)}):n?o[n]=s:s},t.ignore=function(n){var i=te;te=null,n(this),te=i},t.getTweens=function(){var n=[];return this.data.forEach(function(i){return i instanceof e?n.push.apply(n,i.getTweens()):i instanceof pe&&!(i.parent&&i.parent.data==="nested")&&n.push(i)}),n},t.clear=function(){this._r.length=this.data.length=0},t.kill=function(n,i){var a=this;if(n?(function(){for(var s=a.getTweens(),u=a.data.length,l;u--;)l=a.data[u],l.data==="isFlip"&&(l.revert(),l.getChildren(!0,!0,!1).forEach(function(c){return s.splice(s.indexOf(c),1)}));for(s.map(function(c){return{g:c._dur||c._delay||c._sat&&!c._sat.vars.immediateRender?c.globalTime(0):-1/0,t:c}}).sort(function(c,f){return f.g-c.g||-1/0}).forEach(function(c){return c.t.revert(n)}),u=a.data.length;u--;)l=a.data[u],l instanceof Fe?l.data!=="nested"&&(l.scrollTrigger&&l.scrollTrigger.revert(),l.kill()):!(l instanceof pe)&&l.revert&&l.revert(n);a._r.forEach(function(c){return c(n,a)}),a.isReverted=!0})():this.data.forEach(function(s){return s.kill&&s.kill()}),this.clear(),i)for(var o=Oi.length;o--;)Oi[o].id===this.id&&Oi.splice(o,1)},t.revert=function(n){this.kill(n||{})},e})(),UI=(function(){function e(r){this.contexts=[],this.scope=r,te&&te.data.push(this)}var t=e.prototype;return t.add=function(n,i,a){rn(n)||(n={matches:n});var o=new mT(0,a||this.scope),s=o.conditions={},u,l,c;te&&!o.selector&&(o.selector=te.selector),this.contexts.push(o),i=o.add("onMatch",i),o.queries=n;for(l in n)l==="all"?c=1:(u=Kr.matchMedia(n[l]),u&&(Oi.indexOf(o)<0&&Oi.push(o),(s[l]=u.matches)&&(c=1),u.addListener?u.addListener(Ym):u.addEventListener("change",Ym)));return c&&i(o,function(f){return o.add(null,f)}),this},t.revert=function(n){this.kill(n||{})},t.kill=function(n){this.contexts.forEach(function(i){return i.kill(n,!0)})},e})(),rl={registerPlugin:function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];r.forEach(function(i){return tT(i)})},timeline:function(t){return new Fe(t)},getTweensOf:function(t,r){return ne.getTweensOf(t,r)},getProperty:function(t,r,n,i){Ae(t)&&(t=Ar(t)[0]);var a=xi(t||{}).get,o=n?FP:qP;return n==="native"&&(n=""),t&&(r?o((lr[r]&&lr[r].get||a)(t,r,n,i)):function(s,u,l){return o((lr[s]&&lr[s].get||a)(t,s,u,l))})},quickSetter:function(t,r,n){if(t=Ar(t),t.length>1){var i=t.map(function(c){return er.quickSetter(c,r,n)}),a=i.length;return function(c){for(var f=a;f--;)i[f](c)}}t=t[0]||{};var o=lr[r],s=xi(t),u=s.harness&&(s.harness.aliases||{})[r]||r,l=o?function(c){var f=new o;ea._pt=0,f.init(t,n?c+n:c,ea,0,[t]),f.render(1,f),ea._pt&&cg(1,ea)}:s.set(t,u);return o?l:function(c){return l(t,u,n?c+n:c,s,1)}},quickTo:function(t,r,n){var i,a=er.to(t,yr((i={},i[r]="+=0.1",i.paused=!0,i.stagger=0,i),n||{})),o=function(u,l,c){return a.resetTo(r,u,l,c)};return o.tween=a,o},isTweening:function(t){return ne.getTweensOf(t,!0).length>0},defaults:function(t){return t&&t.ease&&(t.ease=Si(t.ease,_a.ease)),a0(_a,t||{})},config:function(t){return a0(pr,t||{})},registerEffect:function(t){var r=t.name,n=t.effect,i=t.plugins,a=t.defaults,o=t.extendTimeline;(i||"").split(",").forEach(function(s){return s&&!lr[s]&&!mr[s]&&es(r+" effect requires "+s+" plugin.")}),Zc[r]=function(s,u,l){return n(Ar(s),yr(u||{},a),l)},o&&(Fe.prototype[r]=function(s,u,l){return this.add(Zc[r](s,rn(u)?u:(l=u)&&{},this),l)})},registerEase:function(t,r){Pt[t]=Si(r)},parseEase:function(t,r){return arguments.length?Si(t,r):Pt},getById:function(t){return ne.getById(t)},exportRoot:function(t,r){t===void 0&&(t={});var n=new Fe(t),i,a;for(n.smoothChildTiming=Xe(t.smoothChildTiming),ne.remove(n),n._dp=0,n._time=n._tTime=ne._time,i=ne._first;i;)a=i._next,(r||!(!i._dur&&i instanceof pe&&i.vars.onComplete===i._targets[0]))&&Xr(n,i,i._start-i._delay),i=a;return Xr(ne,n,0),n},context:function(t,r){return t?new mT(t,r):te},matchMedia:function(t){return new UI(t)},matchMediaRefresh:function(){return Oi.forEach(function(t){var r=t.conditions,n,i;for(i in r)r[i]&&(r[i]=!1,n=1);n&&t.revert()})||Ym()},addEventListener:function(t,r){var n=ku[t]||(ku[t]=[]);~n.indexOf(r)||n.push(r)},removeEventListener:function(t,r){var n=ku[t],i=n&&n.indexOf(r);i>=0&&n.splice(i,1)},utils:{wrap:xI,wrapYoyo:wI,distribute:YP,random:VP,snap:XP,normalize:_I,getUnit:Ie,clamp:yI,splitColor:eT,toArray:Ar,selector:Gm,mapRange:JP,pipe:gI,unitize:bI,interpolate:SI,shuffle:KP},install:DP,effects:Zc,ticker:cr,updateRoot:Fe.updateRoot,plugins:lr,globalTimeline:ne,core:{PropTween:Ze,globals:IP,Tween:pe,Timeline:Fe,Animation:as,getCache:xi,_removeLinkedListItem:nc,reverting:function(){return Ce},context:function(t){return t&&te&&(te.data.push(t),t._ctx=te),te},suppressOverwrites:function(t){return Zv=t}}};Ve("to,from,fromTo,delayedCall,set,killTweensOf",function(e){return rl[e]=pe[e]});cr.add(Fe.updateRoot);ea=rl.to({},{duration:0});var WI=function(t,r){for(var n=t._pt;n&&n.p!==r&&n.op!==r&&n.fp!==r;)n=n._next;return n},GI=function(t,r){var n=t._targets,i,a,o;for(i in r)for(a=n.length;a--;)o=t._ptLookup[a][i],o&&(o=o.d)&&(o._pt&&(o=WI(o,i)),o&&o.modifier&&o.modifier(r[i],t,n[a],i))},rf=function(t,r){return{name:t,headless:1,rawVars:1,init:function(i,a,o){o._onInit=function(s){var u,l;if(Ae(a)&&(u={},Ve(a,function(c){return u[c]=1}),a=u),r){u={};for(l in a)u[l]=r(a[l]);a=u}GI(s,a)}}}},er=rl.registerPlugin({name:"attr",init:function(t,r,n,i,a){var o,s,u;this.tween=n;for(o in r)u=t.getAttribute(o)||"",s=this.add(t,"setAttribute",(u||0)+"",r[o],i,a,0,0,o),s.op=o,s.b=u,this._props.push(o)},render:function(t,r){for(var n=r._pt;n;)Ce?n.set(n.t,n.p,n.b,n):n.r(t,n.d),n=n._next}},{name:"endArray",headless:1,init:function(t,r){for(var n=r.length;n--;)this.add(t,n,t[n]||0,r[n],0,0,0,0,0,1)}},rf("roundProps",Hm),rf("modifiers"),rf("snap",XP))||rl;pe.version=Fe.version=er.version="3.13.0";RP=1;Qv()&&Oa();Pt.Power0;Pt.Power1;Pt.Power2;Pt.Power3;Pt.Power4;Pt.Linear;Pt.Quad;Pt.Cubic;Pt.Quart;Pt.Quint;Pt.Strong;Pt.Elastic;Pt.Back;Pt.SteppedEase;Pt.Bounce;Pt.Sine;Pt.Expo;Pt.Circ;/*!
|
|
9
|
+
* CSSPlugin 3.13.0
|
|
10
|
+
* https://gsap.com
|
|
11
|
+
*
|
|
12
|
+
* Copyright 2008-2025, GreenSock. All rights reserved.
|
|
13
|
+
* Subject to the terms at https://gsap.com/standard-license
|
|
14
|
+
* @author: Jack Doyle, jack@greensock.com
|
|
15
|
+
*/var f0,Ln,sa,fg,di,h0,hg,HI=function(){return typeof window<"u"},Tn={},li=180/Math.PI,ua=Math.PI/180,Xi=Math.atan2,p0=1e8,pg=/([A-Z])/g,KI=/(left|right|width|margin|padding|x)/i,YI=/[\s,\(]\S/,Vr={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},Xm=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},XI=function(t,r){return r.set(r.t,r.p,t===1?r.e:Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},VI=function(t,r){return r.set(r.t,r.p,t?Math.round((r.s+r.c*t)*1e4)/1e4+r.u:r.b,r)},ZI=function(t,r){var n=r.s+r.c*t;r.set(r.t,r.p,~~(n+(n<0?-.5:.5))+r.u,r)},yT=function(t,r){return r.set(r.t,r.p,t?r.e:r.b,r)},vT=function(t,r){return r.set(r.t,r.p,t!==1?r.b:r.e,r)},JI=function(t,r,n){return t.style[r]=n},QI=function(t,r,n){return t.style.setProperty(r,n)},tN=function(t,r,n){return t._gsap[r]=n},eN=function(t,r,n){return t._gsap.scaleX=t._gsap.scaleY=n},rN=function(t,r,n,i,a){var o=t._gsap;o.scaleX=o.scaleY=n,o.renderTransform(a,o)},nN=function(t,r,n,i,a){var o=t._gsap;o[r]=n,o.renderTransform(a,o)},ie="transform",Je=ie+"Origin",iN=function e(t,r){var n=this,i=this.target,a=i.style,o=i._gsap;if(t in Tn&&a){if(this.tfm=this.tfm||{},t!=="transform")t=Vr[t]||t,~t.indexOf(",")?t.split(",").forEach(function(s){return n.tfm[s]=mn(i,s)}):this.tfm[t]=o.x?o[t]:mn(i,t),t===Je&&(this.tfm.zOrigin=o.zOrigin);else return Vr.transform.split(",").forEach(function(s){return e.call(n,s,r)});if(this.props.indexOf(ie)>=0)return;o.svg&&(this.svgo=i.getAttribute("data-svg-origin"),this.props.push(Je,r,"")),t=ie}(a||r)&&this.props.push(t,r,a[t])},gT=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},aN=function(){var t=this.props,r=this.target,n=r.style,i=r._gsap,a,o;for(a=0;a<t.length;a+=3)t[a+1]?t[a+1]===2?r[t[a]](t[a+2]):r[t[a]]=t[a+2]:t[a+2]?n[t[a]]=t[a+2]:n.removeProperty(t[a].substr(0,2)==="--"?t[a]:t[a].replace(pg,"-$1").toLowerCase());if(this.tfm){for(o in this.tfm)i[o]=this.tfm[o];i.svg&&(i.renderTransform(),r.setAttribute("data-svg-origin",this.svgo||"")),a=hg(),(!a||!a.isStart)&&!n[ie]&&(gT(n),i.zOrigin&&n[Je]&&(n[Je]+=" "+i.zOrigin+"px",i.zOrigin=0,i.renderTransform()),i.uncache=1)}},bT=function(t,r){var n={target:t,props:[],revert:aN,save:iN};return t._gsap||er.core.getCache(t),r&&t.style&&t.nodeType&&r.split(",").forEach(function(i){return n.save(i)}),n},_T,Vm=function(t,r){var n=Ln.createElementNS?Ln.createElementNS((r||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):Ln.createElement(t);return n&&n.style?n:Ln.createElement(t)},Pr=function e(t,r,n){var i=getComputedStyle(t);return i[r]||i.getPropertyValue(r.replace(pg,"-$1").toLowerCase())||i.getPropertyValue(r)||!n&&e(t,Aa(r)||r,1)||""},d0="O,Moz,ms,Ms,Webkit".split(","),Aa=function(t,r,n){var i=r||di,a=i.style,o=5;if(t in a&&!n)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);o--&&!(d0[o]+t in a););return o<0?null:(o===3?"ms":o>=0?d0[o]:"")+t},Zm=function(){HI()&&window.document&&(f0=window,Ln=f0.document,sa=Ln.documentElement,di=Vm("div")||{style:{}},Vm("div"),ie=Aa(ie),Je=ie+"Origin",di.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",_T=!!Aa("perspective"),hg=er.core.reverting,fg=1)},m0=function(t){var r=t.ownerSVGElement,n=Vm("svg",r&&r.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),i=t.cloneNode(!0),a;i.style.display="block",n.appendChild(i),sa.appendChild(n);try{a=i.getBBox()}catch{}return n.removeChild(i),sa.removeChild(n),a},y0=function(t,r){for(var n=r.length;n--;)if(t.hasAttribute(r[n]))return t.getAttribute(r[n])},xT=function(t){var r,n;try{r=t.getBBox()}catch{r=m0(t),n=1}return r&&(r.width||r.height)||n||(r=m0(t)),r&&!r.width&&!r.x&&!r.y?{x:+y0(t,["x","cx","x1"])||0,y:+y0(t,["y","cy","y1"])||0,width:0,height:0}:r},wT=function(t){return!!(t.getCTM&&(!t.parentNode||t.ownerSVGElement)&&xT(t))},ki=function(t,r){if(r){var n=t.style,i;r in Tn&&r!==Je&&(r=ie),n.removeProperty?(i=r.substr(0,2),(i==="ms"||r.substr(0,6)==="webkit")&&(r="-"+r),n.removeProperty(i==="--"?r:r.replace(pg,"-$1").toLowerCase())):n.removeAttribute(r)}},Bn=function(t,r,n,i,a,o){var s=new Ze(t._pt,r,n,0,1,o?vT:yT);return t._pt=s,s.b=i,s.e=a,t._props.push(n),s},v0={deg:1,rad:1,turn:1},oN={grid:1,flex:1},Kn=function e(t,r,n,i){var a=parseFloat(n)||0,o=(n+"").trim().substr((a+"").length)||"px",s=di.style,u=KI.test(r),l=t.tagName.toLowerCase()==="svg",c=(l?"client":"offset")+(u?"Width":"Height"),f=100,h=i==="px",p=i==="%",y,m,d,g;if(i===o||!a||v0[i]||v0[o])return a;if(o!=="px"&&!h&&(a=e(t,r,n,"px")),g=t.getCTM&&wT(t),(p||o==="%")&&(Tn[r]||~r.indexOf("adius")))return y=g?t.getBBox()[u?"width":"height"]:t[c],ue(p?a/y*f:a/100*y);if(s[u?"width":"height"]=f+(h?o:i),m=i!=="rem"&&~r.indexOf("adius")||i==="em"&&t.appendChild&&!l?t:t.parentNode,g&&(m=(t.ownerSVGElement||{}).parentNode),(!m||m===Ln||!m.appendChild)&&(m=Ln.body),d=m._gsap,d&&p&&d.width&&u&&d.time===cr.time&&!d.uncache)return ue(a/d.width*f);if(p&&(r==="height"||r==="width")){var _=t.style[r];t.style[r]=f+i,y=t[c],_?t.style[r]=_:ki(t,r)}else(p||o==="%")&&!oN[Pr(m,"display")]&&(s.position=Pr(t,"position")),m===t&&(s.position="static"),m.appendChild(di),y=di[c],m.removeChild(di),s.position="absolute";return u&&p&&(d=xi(m),d.time=cr.time,d.width=m[c]),ue(h?y*a/f:y&&a?f/y*a:0)},mn=function(t,r,n,i){var a;return fg||Zm(),r in Vr&&r!=="transform"&&(r=Vr[r],~r.indexOf(",")&&(r=r.split(",")[0])),Tn[r]&&r!=="transform"?(a=ss(t,i),a=r!=="transformOrigin"?a[r]:a.svg?a.origin:il(Pr(t,Je))+" "+a.zOrigin+"px"):(a=t.style[r],(!a||a==="auto"||i||~(a+"").indexOf("calc("))&&(a=nl[r]&&nl[r](t,r,n)||Pr(t,r)||LP(t,r)||(r==="opacity"?1:0))),n&&!~(a+"").trim().indexOf(" ")?Kn(t,r,a,n)+n:a},sN=function(t,r,n,i){if(!n||n==="none"){var a=Aa(r,t,1),o=a&&Pr(t,a,1);o&&o!==n?(r=a,n=o):r==="borderColor"&&(n=Pr(t,"borderTopColor"))}var s=new Ze(this._pt,t.style,r,0,1,pT),u=0,l=0,c,f,h,p,y,m,d,g,_,b,x,v;if(s.b=n,s.e=i,n+="",i+="",i.substring(0,6)==="var(--"&&(i=Pr(t,i.substring(4,i.indexOf(")")))),i==="auto"&&(m=t.style[r],t.style[r]=i,i=Pr(t,r)||i,m?t.style[r]=m:ki(t,r)),c=[n,i],nT(c),n=c[0],i=c[1],h=n.match(ta)||[],v=i.match(ta)||[],v.length){for(;f=ta.exec(i);)d=f[0],_=i.substring(u,f.index),y?y=(y+1)%5:(_.substr(-5)==="rgba("||_.substr(-5)==="hsla(")&&(y=1),d!==(m=h[l++]||"")&&(p=parseFloat(m)||0,x=m.substr((p+"").length),d.charAt(1)==="="&&(d=oa(p,d)+x),g=parseFloat(d),b=d.substr((g+"").length),u=ta.lastIndex-b.length,b||(b=b||pr.units[r]||x,u===i.length&&(i+=b,s.e+=b)),x!==b&&(p=Kn(t,r,m,b)||0),s._pt={_next:s._pt,p:_||l===1?_:",",s:p,c:g-p,m:y&&y<4||r==="zIndex"?Math.round:0});s.c=u<i.length?i.substring(u,i.length):""}else s.r=r==="display"&&i==="none"?vT:yT;return $P.test(i)&&(s.e=0),this._pt=s,s},g0={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},uN=function(t){var r=t.split(" "),n=r[0],i=r[1]||"50%";return(n==="top"||n==="bottom"||i==="left"||i==="right")&&(t=n,n=i,i=t),r[0]=g0[n]||n,r[1]=g0[i]||i,r.join(" ")},lN=function(t,r){if(r.tween&&r.tween._time===r.tween._dur){var n=r.t,i=n.style,a=r.u,o=n._gsap,s,u,l;if(a==="all"||a===!0)i.cssText="",u=1;else for(a=a.split(","),l=a.length;--l>-1;)s=a[l],Tn[s]&&(u=1,s=s==="transformOrigin"?Je:ie),ki(n,s);u&&(ki(n,ie),o&&(o.svg&&n.removeAttribute("transform"),i.scale=i.rotate=i.translate="none",ss(n,1),o.uncache=1,gT(i)))}},nl={clearProps:function(t,r,n,i,a){if(a.data!=="isFromStart"){var o=t._pt=new Ze(t._pt,r,n,0,0,lN);return o.u=i,o.pr=-10,o.tween=a,t._props.push(n),1}}},os=[1,0,0,1,0,0],ST={},OT=function(t){return t==="matrix(1, 0, 0, 1, 0, 0)"||t==="none"||!t},b0=function(t){var r=Pr(t,ie);return OT(r)?os:r.substr(7).match(kP).map(ue)},dg=function(t,r){var n=t._gsap||xi(t),i=t.style,a=b0(t),o,s,u,l;return n.svg&&t.getAttribute("transform")?(u=t.transform.baseVal.consolidate().matrix,a=[u.a,u.b,u.c,u.d,u.e,u.f],a.join(",")==="1,0,0,1,0,0"?os:a):(a===os&&!t.offsetParent&&t!==sa&&!n.svg&&(u=i.display,i.display="block",o=t.parentNode,(!o||!t.offsetParent&&!t.getBoundingClientRect().width)&&(l=1,s=t.nextElementSibling,sa.appendChild(t)),a=b0(t),u?i.display=u:ki(t,"display"),l&&(s?o.insertBefore(t,s):o?o.appendChild(t):sa.removeChild(t))),r&&a.length>6?[a[0],a[1],a[4],a[5],a[12],a[13]]:a)},Jm=function(t,r,n,i,a,o){var s=t._gsap,u=a||dg(t,!0),l=s.xOrigin||0,c=s.yOrigin||0,f=s.xOffset||0,h=s.yOffset||0,p=u[0],y=u[1],m=u[2],d=u[3],g=u[4],_=u[5],b=r.split(" "),x=parseFloat(b[0])||0,v=parseFloat(b[1])||0,w,S,A,P;n?u!==os&&(S=p*d-y*m)&&(A=x*(d/S)+v*(-m/S)+(m*_-d*g)/S,P=x*(-y/S)+v*(p/S)-(p*_-y*g)/S,x=A,v=P):(w=xT(t),x=w.x+(~b[0].indexOf("%")?x/100*w.width:x),v=w.y+(~(b[1]||b[0]).indexOf("%")?v/100*w.height:v)),i||i!==!1&&s.smooth?(g=x-l,_=v-c,s.xOffset=f+(g*p+_*m)-g,s.yOffset=h+(g*y+_*d)-_):s.xOffset=s.yOffset=0,s.xOrigin=x,s.yOrigin=v,s.smooth=!!i,s.origin=r,s.originIsAbsolute=!!n,t.style[Je]="0px 0px",o&&(Bn(o,s,"xOrigin",l,x),Bn(o,s,"yOrigin",c,v),Bn(o,s,"xOffset",f,s.xOffset),Bn(o,s,"yOffset",h,s.yOffset)),t.setAttribute("data-svg-origin",x+" "+v)},ss=function(t,r){var n=t._gsap||new sT(t);if("x"in n&&!r&&!n.uncache)return n;var i=t.style,a=n.scaleX<0,o="px",s="deg",u=getComputedStyle(t),l=Pr(t,Je)||"0",c,f,h,p,y,m,d,g,_,b,x,v,w,S,A,P,C,T,E,M,R,$,k,D,L,q,I,j,B,W,G,X;return c=f=h=m=d=g=_=b=x=0,p=y=1,n.svg=!!(t.getCTM&&wT(t)),u.translate&&((u.translate!=="none"||u.scale!=="none"||u.rotate!=="none")&&(i[ie]=(u.translate!=="none"?"translate3d("+(u.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+(u.rotate!=="none"?"rotate("+u.rotate+") ":"")+(u.scale!=="none"?"scale("+u.scale.split(" ").join(",")+") ":"")+(u[ie]!=="none"?u[ie]:"")),i.scale=i.rotate=i.translate="none"),S=dg(t,n.svg),n.svg&&(n.uncache?(L=t.getBBox(),l=n.xOrigin-L.x+"px "+(n.yOrigin-L.y)+"px",D=""):D=!r&&t.getAttribute("data-svg-origin"),Jm(t,D||l,!!D||n.originIsAbsolute,n.smooth!==!1,S)),v=n.xOrigin||0,w=n.yOrigin||0,S!==os&&(T=S[0],E=S[1],M=S[2],R=S[3],c=$=S[4],f=k=S[5],S.length===6?(p=Math.sqrt(T*T+E*E),y=Math.sqrt(R*R+M*M),m=T||E?Xi(E,T)*li:0,_=M||R?Xi(M,R)*li+m:0,_&&(y*=Math.abs(Math.cos(_*ua))),n.svg&&(c-=v-(v*T+w*M),f-=w-(v*E+w*R))):(X=S[6],W=S[7],I=S[8],j=S[9],B=S[10],G=S[11],c=S[12],f=S[13],h=S[14],A=Xi(X,B),d=A*li,A&&(P=Math.cos(-A),C=Math.sin(-A),D=$*P+I*C,L=k*P+j*C,q=X*P+B*C,I=$*-C+I*P,j=k*-C+j*P,B=X*-C+B*P,G=W*-C+G*P,$=D,k=L,X=q),A=Xi(-M,B),g=A*li,A&&(P=Math.cos(-A),C=Math.sin(-A),D=T*P-I*C,L=E*P-j*C,q=M*P-B*C,G=R*C+G*P,T=D,E=L,M=q),A=Xi(E,T),m=A*li,A&&(P=Math.cos(A),C=Math.sin(A),D=T*P+E*C,L=$*P+k*C,E=E*P-T*C,k=k*P-$*C,T=D,$=L),d&&Math.abs(d)+Math.abs(m)>359.9&&(d=m=0,g=180-g),p=ue(Math.sqrt(T*T+E*E+M*M)),y=ue(Math.sqrt(k*k+X*X)),A=Xi($,k),_=Math.abs(A)>2e-4?A*li:0,x=G?1/(G<0?-G:G):0),n.svg&&(D=t.getAttribute("transform"),n.forceCSS=t.setAttribute("transform","")||!OT(Pr(t,ie)),D&&t.setAttribute("transform",D))),Math.abs(_)>90&&Math.abs(_)<270&&(a?(p*=-1,_+=m<=0?180:-180,m+=m<=0?180:-180):(y*=-1,_+=_<=0?180:-180)),r=r||n.uncache,n.x=c-((n.xPercent=c&&(!r&&n.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-c)?-50:0)))?t.offsetWidth*n.xPercent/100:0)+o,n.y=f-((n.yPercent=f&&(!r&&n.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-f)?-50:0)))?t.offsetHeight*n.yPercent/100:0)+o,n.z=h+o,n.scaleX=ue(p),n.scaleY=ue(y),n.rotation=ue(m)+s,n.rotationX=ue(d)+s,n.rotationY=ue(g)+s,n.skewX=_+s,n.skewY=b+s,n.transformPerspective=x+o,(n.zOrigin=parseFloat(l.split(" ")[2])||!r&&n.zOrigin||0)&&(i[Je]=il(l)),n.xOffset=n.yOffset=0,n.force3D=pr.force3D,n.renderTransform=n.svg?fN:_T?AT:cN,n.uncache=0,n},il=function(t){return(t=t.split(" "))[0]+" "+t[1]},nf=function(t,r,n){var i=Ie(r);return ue(parseFloat(r)+parseFloat(Kn(t,"x",n+"px",i)))+i},cN=function(t,r){r.z="0px",r.rotationY=r.rotationX="0deg",r.force3D=0,AT(t,r)},ai="0deg",po="0px",oi=") ",AT=function(t,r){var n=r||this,i=n.xPercent,a=n.yPercent,o=n.x,s=n.y,u=n.z,l=n.rotation,c=n.rotationY,f=n.rotationX,h=n.skewX,p=n.skewY,y=n.scaleX,m=n.scaleY,d=n.transformPerspective,g=n.force3D,_=n.target,b=n.zOrigin,x="",v=g==="auto"&&t&&t!==1||g===!0;if(b&&(f!==ai||c!==ai)){var w=parseFloat(c)*ua,S=Math.sin(w),A=Math.cos(w),P;w=parseFloat(f)*ua,P=Math.cos(w),o=nf(_,o,S*P*-b),s=nf(_,s,-Math.sin(w)*-b),u=nf(_,u,A*P*-b+b)}d!==po&&(x+="perspective("+d+oi),(i||a)&&(x+="translate("+i+"%, "+a+"%) "),(v||o!==po||s!==po||u!==po)&&(x+=u!==po||v?"translate3d("+o+", "+s+", "+u+") ":"translate("+o+", "+s+oi),l!==ai&&(x+="rotate("+l+oi),c!==ai&&(x+="rotateY("+c+oi),f!==ai&&(x+="rotateX("+f+oi),(h!==ai||p!==ai)&&(x+="skew("+h+", "+p+oi),(y!==1||m!==1)&&(x+="scale("+y+", "+m+oi),_.style[ie]=x||"translate(0, 0)"},fN=function(t,r){var n=r||this,i=n.xPercent,a=n.yPercent,o=n.x,s=n.y,u=n.rotation,l=n.skewX,c=n.skewY,f=n.scaleX,h=n.scaleY,p=n.target,y=n.xOrigin,m=n.yOrigin,d=n.xOffset,g=n.yOffset,_=n.forceCSS,b=parseFloat(o),x=parseFloat(s),v,w,S,A,P;u=parseFloat(u),l=parseFloat(l),c=parseFloat(c),c&&(c=parseFloat(c),l+=c,u+=c),u||l?(u*=ua,l*=ua,v=Math.cos(u)*f,w=Math.sin(u)*f,S=Math.sin(u-l)*-h,A=Math.cos(u-l)*h,l&&(c*=ua,P=Math.tan(l-c),P=Math.sqrt(1+P*P),S*=P,A*=P,c&&(P=Math.tan(c),P=Math.sqrt(1+P*P),v*=P,w*=P)),v=ue(v),w=ue(w),S=ue(S),A=ue(A)):(v=f,A=h,w=S=0),(b&&!~(o+"").indexOf("px")||x&&!~(s+"").indexOf("px"))&&(b=Kn(p,"x",o,"px"),x=Kn(p,"y",s,"px")),(y||m||d||g)&&(b=ue(b+y-(y*v+m*S)+d),x=ue(x+m-(y*w+m*A)+g)),(i||a)&&(P=p.getBBox(),b=ue(b+i/100*P.width),x=ue(x+a/100*P.height)),P="matrix("+v+","+w+","+S+","+A+","+b+","+x+")",p.setAttribute("transform",P),_&&(p.style[ie]=P)},hN=function(t,r,n,i,a){var o=360,s=Ae(a),u=parseFloat(a)*(s&&~a.indexOf("rad")?li:1),l=u-i,c=i+l+"deg",f,h;return s&&(f=a.split("_")[1],f==="short"&&(l%=o,l!==l%(o/2)&&(l+=l<0?o:-o)),f==="cw"&&l<0?l=(l+o*p0)%o-~~(l/o)*o:f==="ccw"&&l>0&&(l=(l-o*p0)%o-~~(l/o)*o)),t._pt=h=new Ze(t._pt,r,n,i,l,XI),h.e=c,h.u="deg",t._props.push(n),h},_0=function(t,r){for(var n in r)t[n]=r[n];return t},pN=function(t,r,n){var i=_0({},n._gsap),a="perspective,force3D,transformOrigin,svgOrigin",o=n.style,s,u,l,c,f,h,p,y;i.svg?(l=n.getAttribute("transform"),n.setAttribute("transform",""),o[ie]=r,s=ss(n,1),ki(n,ie),n.setAttribute("transform",l)):(l=getComputedStyle(n)[ie],o[ie]=r,s=ss(n,1),o[ie]=l);for(u in Tn)l=i[u],c=s[u],l!==c&&a.indexOf(u)<0&&(p=Ie(l),y=Ie(c),f=p!==y?Kn(n,u,l,y):parseFloat(l),h=parseFloat(c),t._pt=new Ze(t._pt,s,u,f,h-f,Xm),t._pt.u=y||0,t._props.push(u));_0(s,i)};Ve("padding,margin,Width,Radius",function(e,t){var r="Top",n="Right",i="Bottom",a="Left",o=(t<3?[r,n,i,a]:[r+a,r+n,i+n,i+a]).map(function(s){return t<2?e+s:"border"+s+e});nl[t>1?"border"+e:e]=function(s,u,l,c,f){var h,p;if(arguments.length<4)return h=o.map(function(y){return mn(s,y,l)}),p=h.join(" "),p.split(h[0]).length===5?h[0]:p;h=(c+"").split(" "),p={},o.forEach(function(y,m){return p[y]=h[m]=h[m]||h[(m-1)/2|0]}),s.init(u,p,f)}});var PT={name:"css",register:Zm,targetTest:function(t){return t.style&&t.nodeType},init:function(t,r,n,i,a){var o=this._props,s=t.style,u=n.vars.startAt,l,c,f,h,p,y,m,d,g,_,b,x,v,w,S,A;fg||Zm(),this.styles=this.styles||bT(t),A=this.styles.props,this.tween=n;for(m in r)if(m!=="autoRound"&&(c=r[m],!(lr[m]&&uT(m,r,n,i,t,a)))){if(p=typeof c,y=nl[m],p==="function"&&(c=c.call(n,i,t,a),p=typeof c),p==="string"&&~c.indexOf("random(")&&(c=ns(c)),y)y(this,t,m,c,n)&&(S=1);else if(m.substr(0,2)==="--")l=(getComputedStyle(t).getPropertyValue(m)+"").trim(),c+="",Gn.lastIndex=0,Gn.test(l)||(d=Ie(l),g=Ie(c)),g?d!==g&&(l=Kn(t,m,l,g)+g):d&&(c+=d),this.add(s,"setProperty",l,c,i,a,0,0,m),o.push(m),A.push(m,0,s[m]);else if(p!=="undefined"){if(u&&m in u?(l=typeof u[m]=="function"?u[m].call(n,i,t,a):u[m],Ae(l)&&~l.indexOf("random(")&&(l=ns(l)),Ie(l+"")||l==="auto"||(l+=pr.units[m]||Ie(mn(t,m))||""),(l+"").charAt(1)==="="&&(l=mn(t,m))):l=mn(t,m),h=parseFloat(l),_=p==="string"&&c.charAt(1)==="="&&c.substr(0,2),_&&(c=c.substr(2)),f=parseFloat(c),m in Vr&&(m==="autoAlpha"&&(h===1&&mn(t,"visibility")==="hidden"&&f&&(h=0),A.push("visibility",0,s.visibility),Bn(this,s,"visibility",h?"inherit":"hidden",f?"inherit":"hidden",!f)),m!=="scale"&&m!=="transform"&&(m=Vr[m],~m.indexOf(",")&&(m=m.split(",")[0]))),b=m in Tn,b){if(this.styles.save(m),p==="string"&&c.substring(0,6)==="var(--"&&(c=Pr(t,c.substring(4,c.indexOf(")"))),f=parseFloat(c)),x||(v=t._gsap,v.renderTransform&&!r.parseTransform||ss(t,r.parseTransform),w=r.smoothOrigin!==!1&&v.smooth,x=this._pt=new Ze(this._pt,s,ie,0,1,v.renderTransform,v,0,-1),x.dep=1),m==="scale")this._pt=new Ze(this._pt,v,"scaleY",v.scaleY,(_?oa(v.scaleY,_+f):f)-v.scaleY||0,Xm),this._pt.u=0,o.push("scaleY",m),m+="X";else if(m==="transformOrigin"){A.push(Je,0,s[Je]),c=uN(c),v.svg?Jm(t,c,0,w,0,this):(g=parseFloat(c.split(" ")[2])||0,g!==v.zOrigin&&Bn(this,v,"zOrigin",v.zOrigin,g),Bn(this,s,m,il(l),il(c)));continue}else if(m==="svgOrigin"){Jm(t,c,1,w,0,this);continue}else if(m in ST){hN(this,v,m,h,_?oa(h,_+c):c);continue}else if(m==="smoothOrigin"){Bn(this,v,"smooth",v.smooth,c);continue}else if(m==="force3D"){v[m]=c;continue}else if(m==="transform"){pN(this,c,t);continue}}else m in s||(m=Aa(m)||m);if(b||(f||f===0)&&(h||h===0)&&!YI.test(c)&&m in s)d=(l+"").substr((h+"").length),f||(f=0),g=Ie(c)||(m in pr.units?pr.units[m]:d),d!==g&&(h=Kn(t,m,l,g)),this._pt=new Ze(this._pt,b?v:s,m,h,(_?oa(h,_+f):f)-h,!b&&(g==="px"||m==="zIndex")&&r.autoRound!==!1?ZI:Xm),this._pt.u=g||0,d!==g&&g!=="%"&&(this._pt.b=l,this._pt.r=VI);else if(m in s)sN.call(this,t,m,l,_?_+c:c);else if(m in t)this.add(t,m,l||t[m],_?_+c:c,i,a);else if(m!=="parseTransform"){eg(m,c);continue}b||(m in s?A.push(m,0,s[m]):typeof t[m]=="function"?A.push(m,2,t[m]()):A.push(m,1,l||t[m])),o.push(m)}}S&&dT(this)},render:function(t,r){if(r.tween._time||!hg())for(var n=r._pt;n;)n.r(t,n.d),n=n._next;else r.styles.revert()},get:mn,aliases:Vr,getSetter:function(t,r,n){var i=Vr[r];return i&&i.indexOf(",")<0&&(r=i),r in Tn&&r!==Je&&(t._gsap.x||mn(t,"x"))?n&&h0===n?r==="scale"?eN:tN:(h0=n||{})&&(r==="scale"?rN:nN):t.style&&!Jv(t.style[r])?JI:~r.indexOf("-")?QI:lg(t,r)},core:{_removeProperty:ki,_getMatrix:dg}};er.utils.checkPrefix=Aa;er.core.getStyleSaver=bT;(function(e,t,r,n){var i=Ve(e+","+t+","+r,function(a){Tn[a]=1});Ve(t,function(a){pr.units[a]="deg",ST[a]=1}),Vr[i[13]]=e+","+t,Ve(n,function(a){var o=a.split(":");Vr[o[1]]=i[o[0]]})})("x,y,z,scale,scaleX,scaleY,xPercent,yPercent","rotation,rotationX,rotationY,skewX,skewY","transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective","0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY");Ve("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",function(e){pr.units[e]="px"});er.registerPlugin(PT);var Qm=er.registerPlugin(PT)||er;Qm.core.Tween;const mo={IN_OUT:"power2.inOut",OUT:"power2.out"},uu={NO_STAGGER:0,RIPPLE_STAGGER_DELAY:.05};class TT{constructor(t,r={}){so(this,"timeline");so(this,"currentStage","");so(this,"callbacks");so(this,"durations");this.durations=t,this.callbacks=r,this.timeline=Qm.timeline({paused:!0,onUpdate:()=>this.handleProgress(),onComplete:()=>{var i,a,o,s;(a=(i=this.callbacks).onComplete)==null||a.call(i),(s=(o=this.callbacks).onStageComplete)==null||s.call(o,"complete")}});let n=0;this.timeline.addLabel("seatsToBar",n),n+=t.seatsToBar/1e3,this.timeline.addLabel("axesReveal",n),n+=t.axesReveal/1e3,this.timeline.addLabel("barSlide",n),n+=t.barSlide/1e3,this.timeline.addLabel("barsGrow",n),n+=t.barsGrow/1e3,this.timeline.addLabel("barsToArea",n)}animateSeatsToBar(t,r){const n=this.durations.seatsToBar/1e3;return t.each(function(i,a){const o=this;if(!r[a])return;const u=o.getAttribute("x"),l=o.getAttribute("y"),c=o.getAttribute("width"),f=o.getAttribute("height");o.setAttribute("data-orig-x",u||"0"),o.setAttribute("data-orig-y",l||"0"),o.setAttribute("data-orig-width",c||"0"),o.setAttribute("data-orig-height",f||"0")}),this.timeline.to(t.nodes(),{x:i=>{var a;return((a=r[i])==null?void 0:a.x)??0},y:i=>{var a;return((a=r[i])==null?void 0:a.y)??0},width:i=>{var a;return((a=r[i])==null?void 0:a.width)??0},height:i=>{var a;return((a=r[i])==null?void 0:a.height)??0},duration:n,ease:mo.IN_OUT,stagger:uu.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="seatsToBar",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"seatsToBar")}},"seatsToBar"),this}animateAxesReveal(t,r){const n=this.durations.axesReveal/1e3;return this.timeline.to([t.node(),r.node()],{opacity:1,duration:n,ease:mo.IN_OUT,stagger:uu.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="axesReveal",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"axesReveal")}},"axesReveal"),this}animateBarSlide(t,r){const n=this.durations.barSlide/1e3;return this.timeline.to(t.nodes(),{x:r,duration:n,ease:mo.OUT,stagger:uu.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="barSlide",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"barSlide")}},"barSlide"),this}animateBarsGrow(t,r,n=uu.RIPPLE_STAGGER_DELAY){const i=this.durations.barsGrow/1e3;return t.nodes().forEach((o,s)=>{const u=o,l=u.getAttribute("data-final-y")||"0",c=u.getAttribute("data-final-height")||"0",f=parseInt(u.getAttribute("data-timestamp-index")||"0"),p=Math.abs(f-r)*n;this.timeline.fromTo(u,{height:0,y:parseFloat(u.getAttribute("data-chart-baseline")||"400")},{y:parseFloat(l),height:parseFloat(c),duration:i,delay:p,ease:mo.OUT},"barsGrow")}),this.timeline.call(()=>{var o,s;this.currentStage="barsGrow",(s=(o=this.callbacks).onStageComplete)==null||s.call(o,"barsGrow")},[],"barsGrow"),this}animateBarsToArea(t,r,n,i){const a=this.durations.barsToArea/1e3,o=new Map;return t.each(function(){var c;const s=this,u=s.getAttribute("class");if(!u)return;const l=u.match(/category-([\w-]+)/);if(l&&l[1]){const f=l[1];o.has(f)||o.set(f,[]),(c=o.get(f))==null||c.push(s)}}),this.timeline.set(t.nodes(),{opacity:0},"barsToArea"),this.timeline.set(r.nodes(),{opacity:1},"barsToArea"),r.each(function(){const s=this,u=s.getAttribute("data-category");if(!u)return;const l=n.get(u);l&&Qm.to(s,{attr:{d:l},duration:a,ease:mo.IN_OUT})}),this.timeline.call(()=>{var s,u;this.currentStage="barsToArea",(u=(s=this.callbacks).onStageComplete)==null||u.call(s,"barsToArea")},[],"barsToArea"),this}handleProgress(){var r,n;const t=this.timeline.progress();(n=(r=this.callbacks).onProgress)==null||n.call(r,t)}getControls(){return{play:()=>this.timeline.play(),pause:()=>this.timeline.pause(),reverse:()=>this.timeline.reverse(),restart:()=>this.timeline.restart(),seek:t=>this.timeline.progress(t),seekToStage:t=>{const r=this.timeline.labels[t];r!==void 0&&this.timeline.seek(r)},kill:()=>this.timeline.kill(),getProgress:()=>this.timeline.progress(),getCurrentStage:()=>this.currentStage,getTimeline:()=>this.timeline}}play(){this.timeline.play()}destroy(){this.timeline.kill()}}function dN(e,t){const{arcAngle:r,arcAngleFlexibility:n=5,radius:i,seatSize:a,minSeatSize:o,maxSeatSize:s,spacing:u,innerRadiusRatio:l}=t,c=i*l,f=e.reduce((E,M)=>E+M.seats,0);let h={seatSize:a,arcAngle:r,score:-1};const p=r-n,y=r+n;for(let E=p;E<=y;E+=2.5){const M=E*Math.PI/180;for(let R=s;R>=o;R-=.1){const $=R*2,k=$*u,D=Math.floor((i-c)/k);for(let L=1;L<=Math.min(D,10);L++){let q=0;for(let I=0;I<L;I++){const j=c+(I+.5)*k,B=$*u/j,W=Math.floor(M/B);q+=W}if(q>=f){const I=f/q,j=(R-o)/(s-o),B=(q-f)/f,W=B<.15?1:B<.3?.7:B<.5?.4:.1,G=1-Math.abs(E-r)/n,X=W*.5+j*.3+I*.15+G*.05;X>h.score&&(h={seatSize:R,arcAngle:E,rings:L,score:X})}}}}const m=h.seatSize,d=h.arcAngle,g=d*Math.PI/180,_=m*2,b=_*u,x=Math.floor((i-c)/b),v=[],w=-g/2-Math.PI/2,S=[];let A=0,P=[];for(let E=1;E<=x;E++){let M=0;const R=[];for(let $=0;$<E;$++){const k=c+($+.5)*b,D=_*u/k,L=Math.floor(g/D);R.push(L),M+=L}if(M>=f){A=E,P=R;break}}if(A>0)S.push(...P);else for(let E=0;E<x;E++){const M=c+(E+.5)*b,R=_*u/M,$=Math.floor(g/R);S.push($)}for(let E=0;E<S.length;E++){const M=c+(E+.5)*b,R=S[E]??0;if(R>0){const $=g/R;for(let k=0;k<R;k++){const D=w+(k+.5)*$,L=Math.cos(D)*M,q=Math.sin(D)*M;v.push({ring:E,index:k,angle:D,x:L,y:q})}}}v.sort((E,M)=>{const R=E.angle-M.angle;return Math.abs(R)>.001?R:E.ring-M.ring});const C=[];let T=0;return e.forEach((E,M)=>{const R=Math.min(E.seats,v.length-T);for(let $=0;$<R&&T<v.length;$++){const k=v[T++];k&&C.push({x:k.x,y:k.y,category:E.name,categoryIndex:M,seatIndex:$,ring:k.ring,angle:k.angle,radius:m})}}),{arcAngle:d,radius:i,innerRadius:c,centerX:i,centerY:i,seatSize:m,seats:C,totalSeats:f}}function mN(e,t,r){const n=t<=r?1:r/t;return e.filter(i=>i.value>0).map(i=>{const a=t<=r?i.value:Math.max(1,Math.floor(i.value*n));return{id:i.dataKey,name:i.label,seats:a,colour:i.color}})}const Qe={neoGrey:{200:"#EDEFEF",400:"#ADB5BD"},neoDigitalGreen:{600:"#40c048"}},Io=["#4CA75A","#FDDA04","#FFC008","#FF9800","#F9A91B","#FF5C24","#ED4134","#CB3446"],Ke={greyHatch:{background:Qe.neoGrey[200],lines:Qe.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}};function yN(e,t){const r=e.append("pattern").attr("id",`${t}-greyHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",Ke.greyHatch.background),r.append("path").attr("d","M0,2 L8,2").attr("stroke",Ke.greyHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M0,6 L8,6").attr("stroke",Ke.greyHatch.lines).attr("stroke-width",.5)}function vN(e,t){const r=e.append("pattern").attr("id",`${t}-dataMissingHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",Ke.dataMissingHatch.background),r.append("path").attr("d","M0,8 L8,0").attr("stroke",Ke.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,2 L2,-2").attr("stroke",Ke.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,10 L10,6").attr("stroke",Ke.dataMissingHatch.lines).attr("stroke-width",.5)}function gN(e,t){const r=e.append("pattern").attr("id",`${t}-noLstHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",Ke.noLstHatch.background),r.append("path").attr("d","M0,0 L8,8").attr("stroke",Ke.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,6 L2,10").attr("stroke",Ke.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,-2 L10,2").attr("stroke",Ke.noLstHatch.lines).attr("stroke-width",.5)}function lu(e,t){let r=e.select("defs");r.empty()&&(r=e.append("defs")),yN(r,t),vN(r,t),gN(r,t)}function x0(e,t){if(e.startsWith("url(#")&&e.endsWith(")")){const r=e.slice(5,-1);return`url(#${t}-${r})`}return e}function ET(e){return e.includes("greyHatchPattern")?Ke.greyHatch.lines:e.includes("dataMissingHatchPattern")?Ke.dataMissingHatch.lines:e.includes("noLstHatchPattern")?Ke.noLstHatch.lines:e}function ty(e,t,r,n){const{xScale:i,yScale:a,addClasses:o=!0,instanceId:s}=n,u=pi().x(h=>i(new Date(h.data.timestamp))).y0(h=>a(h[0])).y1(h=>a(h[1])).curve(Im.alpha(.5)),l=Yv().x(h=>i(new Date(h.data.timestamp))).y(h=>a(h[1])).curve(Im.alpha(.5)),c=s?`areas areas-${s}`:"areas";let f=e.select(s?`.areas-${s}`:".areas");f.empty()&&(f=e.append("g").attr("class",c)),t.forEach((h,p)=>{var g;const y=r[p];if(!y)return;const m=((g=y.parliamentMapping)==null?void 0:g.isSpecialCategory)??!1,d=ET(y.color);if(m){const _=f.append("path").datum(h).attr("fill","none").attr("stroke",d).attr("stroke-width",3).attr("stroke-dasharray","15 8").attr("d",l).style("pointer-events","none");if(o){const b=s?`area area-${s} area-${y.dataKey}`:`area area-${y.dataKey}`;_.attr("class",b)}}else{const _=f.append("path").datum(h).attr("fill",y.color).attr("fill-opacity",y.fillOpacity??.7).attr("stroke",d).attr("stroke-width",y.strokeWidth??1.5).attr("d",u).style("pointer-events","none");if(o){const b=s?`area area-${s} area-${y.dataKey}`:`area area-${y.dataKey}`;_.attr("class",b)}}})}function bN(e,t){var n;const r=[];for(const i of e){let a=0;for(const o of t){const s=i[o.dataKey]||0,u=a,l=a+s;r.push({timestamp:i.timestamp,category:o.label,dataKey:o.dataKey,y0:u,y1:l,value:s,color:o.color,isSpecialCategory:((n=o.parliamentMapping)==null?void 0:n.isSpecialCategory)??!1}),a+=s}}return r}function Ge(e){return e.replace(/[^a-zA-Z0-9-_]/g,"-")}function CT(e,t,r,n){const{centerX:i,centerY:a,addClasses:o=!0,instanceId:s,parliamentRadius:u=200}=n,l=s?`parliament parliament-${s}`:"parliament";let c=e.select(s?`.parliament-${s}`:".parliament");c.empty()&&(c=e.append("g").attr("class",l)),t.seats.forEach(p=>{const y=r.find(g=>g.label===p.category);if(!y)return;const m=c.append("circle").attr("cx",i+p.x).attr("cy",a+p.y).attr("r",p.radius).attr("fill",y.color).attr("stroke",y.color).attr("stroke-width",.5),d=c.append("circle").attr("cx",i+p.x).attr("cy",a+p.y).attr("r",p.radius*2.5).attr("fill","transparent").attr("stroke","none").attr("pointer-events","all");if(o){const g=s?`seat seat-${s} seat-${Ge(p.category)}`:`seat seat-${Ge(p.category)}`;m.attr("class",g),d.attr("class",g)}});const f=s?`parliament-label parliament-label-${s}`:"parliament-label";if(e.select(`.${f.split(" ")[0]}`).empty()){const p=e.append("g").attr("class",f).attr("transform",`translate(${i},${a-u*.15})`).style("opacity","0").style("pointer-events","none");p.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),p.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const y=p.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");y.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),y.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}}function _N(e,t,r,n,i,a,o=!1){var f;const s=new Map;let u=i;if(t.length>0&&((f=t[0])==null?void 0:f.timestamp)!==void 0){const h=t[0].timestamp;u=r(new Date(h))}const l=new Map;for(const h of e.seats)l.has(h.category)||l.set(h.category,[]),l.get(h.category).push(h);const c=new Map;for(const h of t)c.set(h.dataKey,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory}),h.label&&h.label!==h.dataKey&&c.set(h.label,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory});for(const h of e.seats){const p=c.get(h.category);if(!p){s.set(h,{x:u,y:a/2});continue}const y=n(p.y0),m=n(p.y1);let d;if(o){const g=l.get(h.category)??[],_=h.seatIndex,b=g.length;if(b===1)d=(y+m)/2;else{const x=_/(b-1);d=y+(m-y)*x}}else d=m;s.set(h,{x:u,y:d})}return s}function xN(e,t,r){var o;if(e.length===0)return[];const n=e[e.length-1],i=[];let a=0;for(const s of t){const u=n[s.dataKey]||0,l=a,c=a+u;i.push({dataKey:s.dataKey,label:s.label,y0:l,y1:c,value:u,timestamp:n.timestamp,isSpecialCategory:((o=s.parliamentMapping)==null?void 0:o.isSpecialCategory)??!1}),a+=u}return i}function wN(e){const t=e;return{seatsToBar:t*.27,crossFadePause:t*.03,barSlideToTimeline:t*.25,axesAndBarsGrow:t*.25,barsToArea:t*.2}}const mi=new Map;ee.prototype.transition=Pv;const SN=({containerRef:e,data:t,categories:r,mode:n,width:i,height:a,margin:o,timeRange:s,showGrid:u=!0,showAxes:l=!0,formatDate:c,formatValue:f,markers:h=[],arcAngle:p=200,parliamentRadius:y=200,seatSize:m=4.5,animationDuration:d=900,onMorphComplete:g,onAnimationStateChange:_,onTimelineReady:b,onAnimationProgress:x,onHoveredDataChange:v,hoveredCategory:w,maxSeats:S=2e3,parliamentTimestamp:A,enableBrush:P=!1,onTimeRangeChange:C,showScaleIndicator:T=!1,reposPerSeat:E=1,timelineEvents:M=[],showTimeline:R=!1,timelineHeight:$=40,timelineOffset:k=35})=>{const[D,L]=O.useState("area"),[q,I]=O.useState(!1),[j,B]=O.useState(null),[W,G]=O.useState(0),[X,Z]=O.useState(null),[J,z]=O.useState(null),[F,H]=O.useState([]),Q=O.useRef(null),N=O.useRef(n),st=O.useRef(!0),K=O.useRef(!1),ot=O.useRef(`morph-${Math.random().toString(36).substr(2,9)}`),ht=O.useRef(void 0),at=O.useRef(s),pt=O.useRef(g),Tt=O.useRef(_),it=O.useRef(b),ft=O.useRef(x),wt=O.useRef(v);O.useEffect(()=>{pt.current=g,Tt.current=_,it.current=b,ft.current=x,wt.current=v},[g,_,b,x,v]),O.useEffect(()=>{if(e.current&&D==="parliament")if(w){const Et=r.find(Dt=>Dt.dataKey===w);if(Et){const Dt=Et.label;B(Dt),No(e.current,Dt)}}else B(null),No(e.current,null)},[w,D,r,t]);const $t=i-o.left-o.right,Gt=a-o.top-o.bottom;return O.useEffect(()=>{var vt;if(!e.current||t.length===0||r.length===0||(ht.current&&(ht.current(),ht.current=void 0),K.current))return;const Et=ee(e.current),Dt=n!==N.current;st.current?(Et.selectAll("*").remove(),lu(Et,ot.current),st.current=!1):Dt||(Et.selectAll("*").remove(),lu(Et,ot.current));const ye=t[t.length-1],Ur=r.reduce((lt,jt)=>lt+(ye.values[jt.dataKey]||0),0),on=t.map(lt=>{const jt={timestamp:lt.timestamp};for(const Ft of r)jt[Ft.dataKey]=lt.values[Ft.dataKey]||0;return jt}),vr=r.map(lt=>lt.dataKey),Me=Zu().keys(vr),sn=Me(on),Wr=t.map(lt=>lt.timestamp),ri=Dt||!s?Math.min(...Wr):s[0],kr=Dt||!s?Math.max(...Wr):s[1],un=[...Wr].sort((lt,jt)=>lt-jt),nr=[];for(let lt=0;lt<un.length-1;lt++)nr.push(un[lt+1]-un[lt]);const kn=nr.length>0?nr.reduce((lt,jt)=>lt+jt,0)/nr.length:0,rt=kr+kn*1.15,ct=Gu().domain([new Date(ri),new Date(rt)]).range([0,$t]),_t=on.filter(lt=>lt.timestamp>=ri&<.timestamp<=kr),St=Me(_t),Ot=St.length>0?Math.max(...St[St.length-1].map(lt=>lt[1]??0)):0,Mt=Mi().domain([0,Ot*1.15]).range([Gt,0]),Xt=r.map(lt=>({...lt,color:x0(lt.color,ot.current)})),Le=Xt.map(lt=>({dataKey:lt.dataKey,label:lt.label,color:lt.color,value:ye.values[lt.dataKey]||0})),se=mN(Le,Ur,S).reverse(),Se=dN(se,{arcAngle:p,radius:y,seatSize:m,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4});Q.current=Se;const tt=xN(on,r),mt=_N(Se,tt,ct,Mt,$t,Gt);if(Dt&&!K.current){K.current=!0,I(!0),(vt=Tt.current)==null||vt.call(Tt,!0),Z(null),H([]),G(0);let lt=Et.select("g[transform]");if(lt.empty()&&(lt=Et.select("g")),lt.empty()){Et.selectAll("*").remove(),lu(Et,ot.current),af(Et,n==="parliament"?"parliament":"area",sn,Xt,Se,ct,Mt,$t,Gt,o,u,l,c,f,P,C,ot.current,h,s,H,Z,M,R,$,k,z),I(!1),L(n==="parliament"?"parliament":"area"),G(n==="parliament"?1:0),N.current=n;return}const jt=setTimeout(()=>{K.current=!1,I(!1),N.current=n},d*3);PN(Et,n,sn,Xt,Se,mt,ct,Mt,$t,Gt,o,d,()=>{var Ft,Be;if(clearTimeout(jt),K.current=!1,I(!1),L(n==="parliament"?"parliament":"area"),n==="parliament"&&G(1),(Ft=Tt.current)==null||Ft.call(Tt,!1),(Be=pt.current)==null||Be.call(pt),N.current=n,n==="parliament"&&e.current&&wt.current&&(ht.current=of(e.current,Xt,t,j,B,wt.current,T,E,ot.current)),n!=="parliament"&&e.current){const ce=ee(e.current),qe=ce.select(ot.current?`.main-chart-group-${ot.current}`:".main-chart-group");if(M&&M.length>0&&z&&MT(ce,M,ct,Gt,$t,$,k,ot.current,z,P,C),P&&C&&!(M!=null&&M.length)){const ir=qe.select(ot.current?`.chart-content-group-${ot.current}`:".chart-content-group");ON(ir,$t,Gt,ct,C,ot.current,ce)}if(h.length>0&&H&&Z&&s){const ir=h.filter(Jt=>Jt.timestamp>=(s[0]??0)&&Jt.timestamp<=(s[1]??1/0)).map(Jt=>({...Jt,x:ct(new Date(Jt.timestamp))}));H(ir),ir.length>0&&AN(qe,ir,Gt,$t,P,Z,ot.current)}}},l,c,f,it.current,(Ft,Be)=>{var ce;if(n==="parliament"&&Ft>=.95){const qe=(Ft-.95)/.05;G(Math.min(qe,1))}(ce=ft.current)==null||ce.call(ft,Ft,Be)},A,ot.current)}else N.current=n,n==="parliament"&&(Z(null),H([])),af(Et,n==="parliament"?"parliament":"area",sn,Xt,Se,ct,Mt,$t,Gt,o,u,l,c,f,P,C,ot.current,h,s,H,Z,M,R,$,k,z),L(n==="parliament"?"parliament":"area"),G(n==="parliament"?1:0),n==="parliament"&&e.current&&wt.current&&(ht.current=of(e.current,Xt,t,j,B,wt.current,T,E,ot.current));return()=>{ht.current&&(ht.current(),ht.current=void 0)}},[n]),O.useEffect(()=>{var _t,St;if(!e.current||t.length===0||K.current)return;if(st.current){at.current=s;return}if(!(s!==at.current&&((s==null?void 0:s[0])!==((_t=at.current)==null?void 0:_t[0])||(s==null?void 0:s[1])!==((St=at.current)==null?void 0:St[1]))))return;at.current=s;const Dt=ee(e.current),ye=t.map(Ot=>{const Mt={timestamp:Ot.timestamp};for(const Xt of r)Mt[Xt.dataKey]=Ot.values[Xt.dataKey]||0;return Mt}),Ur=r.map(Ot=>Ot.dataKey),vr=Zu().keys(Ur)(ye),Me=t.map(Ot=>Ot.timestamp),sn=s?s[0]:Math.min(...Me),Wr=s?s[1]:Math.max(...Me),kr=(Me.length>1?(Me[Me.length-1]-Me[0])/(Me.length-1):0)*.5,un=Gu().domain([new Date(sn-kr),new Date(Wr+kr)]).range([0,i-o.left-o.right]),nr=Math.max(...vr[vr.length-1].map(Ot=>Ot[1])),kn=Mi().domain([0,nr*1.1]).range([a-o.top-o.bottom,0]);if(!Q.current)return;const rt=Q.current,ct=r.map(Ot=>({...Ot,color:x0(Ot.color,ot.current)}));Dt.selectAll("*").remove(),lu(Dt,ot.current),af(Dt,D==="parliament"?"parliament":"area",vr,ct,rt,un,kn,i-o.left-o.right,a-o.top-o.bottom,o,u,l,c,f,P,C,ot.current,h,s,H,Z,M,R,$,k,z),D==="parliament"&&e.current&&wt.current&&(ht.current=of(e.current,ct,t,j,B,wt.current,T,E,ot.current))},[s]),{isMorphing:q,currentMode:D,hoveredCategory:j,scaleIndicatorOpacity:W,visibleMarkers:F,hoveredMarker:X,setHoveredMarker:Z,hoveredTimelineEvent:J,setHoveredTimelineEvent:z}};function ON(e,t,r,n,i,a,o){const s=Kl().extent([[0,0],[t,r]]).on("end",l=>{if(!l.selection)return;const[c,f]=l.selection,h=[+n.invert(c),+n.invert(f)];i(h),o.select(".brush").call(s.move,null)}),u=e.append("g").attr("class","brush").call(s);u.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),u.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8),u.on("dblclick",()=>{const l=n.domain(),c=[+l[0],+l[1]];i(c)})}function AN(e,t,r,n,i,a,o){const s=e.select(o?`.chart-content-group-${o}`:".chart-content-group"),u=o?`markers markers-${o}`:"markers",l=e.append("g").attr("class",u);t.forEach(h=>{l.append("line").attr("class","marker-line").attr("data-timestamp",h.timestamp).attr("x1",h.x).attr("x2",h.x).attr("y1",0).attr("y2",r).attr("stroke",h.color??"#992FB9").attr("stroke-width",2).attr("opacity",0),h.label&&l.append("text").attr("class","marker-label").attr("data-timestamp",h.timestamp).attr("x",h.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",h.color??"#992FB9").attr("opacity",0)});let c=null,f;i?f=s.select(".brush .overlay"):f=s.append("rect").attr("class","marker-hover-overlay").attr("width",n).attr("height",r).attr("fill","none").attr("pointer-events","all"),f.on("mousemove",function(h){const[p]=Xo(h,this);let y=null,m=1/0;if(t.forEach(_=>{const b=Math.abs(p-_.x);b<m&&(m=b,y=_)}),!y||m>50){c!==null&&(c=null,l.selectAll(".marker-line").attr("opacity",0),l.selectAll(".marker-label").attr("opacity",0),a(null));return}const g=y;c!==g.timestamp&&(c=g.timestamp,l.selectAll(".marker-line").attr("opacity",0),l.selectAll(".marker-label").attr("opacity",0),l.selectAll(".marker-line").filter(function(){return ee(this).attr("data-timestamp")===String(g.timestamp)}).attr("opacity",.6),l.selectAll(".marker-label").filter(function(){return ee(this).attr("data-timestamp")===String(g.timestamp)}).attr("opacity",1),a(g))}),f.on("mouseleave",function(){c=null,l.selectAll(".marker-line").attr("opacity",0),l.selectAll(".marker-label").attr("opacity",0),a(null)})}function af(e,t,r,n,i,a,o,s,u,l,c,f,h,p,y=!1,m,d,g=[],_=[0,0],b,x,v=[],w=!1,S=40,A=15,P){let C=null;const T=d?`main-chart-group main-chart-group-${d}`:"main-chart-group",E=e.append("g").attr("class",T).attr("transform",`translate(${l.left},${l.top})`),M=d?`chart-clip-${d}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`;e.select("defs").append("clipPath").attr("id",M).append("rect").attr("x",0).attr("y",0).attr("width",s).attr("height",u);const R=d?`chart-content-group chart-content-group-${d}`:"chart-content-group",$=E.append("g").attr("class",R).attr("clip-path",`url(#${M})`);if(c&&t!=="parliament"&&($.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Ko(a).ticks(6).tickSize(u).tickFormat(()=>"")),$.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(Yo(o).ticks(5).tickSize(-s).tickFormat(()=>""))),t==="area"&&(ty($,r,n,{xScale:a,yScale:o,addClasses:!0,instanceId:d}),g.length>0)){const k=g.filter(D=>D.timestamp>=_[0]&&D.timestamp<=_[1]).map(D=>({...D,x:a(new Date(D.timestamp))}));C={markersGroup:null,visibleMarkers:k},b&&b(k)}if(t==="parliament"){const k=s/2,D=i.radius+10,L=u-i.radius*.3,q=Math.max(D,L);CT($,i,n,{centerX:k,centerY:q,addClasses:!0,instanceId:d,parliamentRadius:i.radius})}if(f&&t!=="parliament"){const k=Ko(a).ticks(6);h&&k.tickFormat(L=>h(+L)),E.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${u})`).call(k).selectAll("text").attr("font-size",14).attr("font-weight",500);const D=Yo(o).ticks(5);p&&D.tickFormat(L=>p(+L)),E.append("g").attr("class","axis axis-y").call(D).selectAll("text").attr("font-size",14).attr("font-weight",500)}if(y&&m&&t==="area"){const k=Kl().extent([[0,0],[s,u]]).on("end",L=>{if(!L.selection)return;const[q,I]=L.selection,j=[+a.invert(q),+a.invert(I)];m(j),e.select(".brush").call(k.move,null)}),D=$.append("g").attr("class","brush").call(k);D.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),D.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8),D.on("dblclick",()=>{const L=a.domain(),q=[+L[0],+L[1]];m(q)})}if(t==="area"&&C&&C.visibleMarkers.length>0){const k=E.append("g").attr("class","markers").attr("clip-path",`url(#${M})`);C.visibleMarkers.forEach(D=>{k.append("line").attr("class","marker-line").attr("data-timestamp",D.timestamp).attr("x1",D.x).attr("x2",D.x).attr("y1",0).attr("y2",u).attr("stroke",D.color??"#992FB9").attr("stroke-width",2).attr("opacity",0),D.label&&k.append("text").attr("class","marker-label").attr("data-timestamp",D.timestamp).attr("x",D.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",D.color??"#992FB9").attr("opacity",0)}),C.markersGroup=k}if(t==="area"&&v&&v.length>0&&P&&MT(e,v,a,u,s,S,A,d,P,y,m),C&&C.visibleMarkers.length>0&&x&&t==="area"){const{markersGroup:k,visibleMarkers:D}=C;let L=null,q;y?q=$.select(".brush .overlay"):q=$.append("rect").attr("class","marker-hover-overlay").attr("width",s).attr("height",u).attr("fill","none").attr("pointer-events","all");const I=j=>{let B=null,W=1/0;if(D.forEach(Z=>{const J=Math.abs(j-Z.x);J<W&&(W=J,B=Z)}),!B||W>50)return L!==null&&(L=null,k.selectAll(".marker-line").attr("opacity",0),k.selectAll(".marker-label").attr("opacity",0),x(null)),!1;const X=B;return L===X.timestamp||(L=X.timestamp,k.selectAll(".marker-line").attr("opacity",0),k.selectAll(".marker-label").attr("opacity",0),k.selectAll(".marker-line").filter(function(){return ee(this).attr("data-timestamp")===String(X.timestamp)}).attr("opacity",.6),k.selectAll(".marker-label").filter(function(){return ee(this).attr("data-timestamp")===String(X.timestamp)}).attr("opacity",1),x(X)),!0};q.on("mousemove",function(j){const[B]=Xo(j,this);I(B)}),q.on("mouseleave",function(){L=null,k.selectAll(".marker-line").attr("opacity",0),k.selectAll(".marker-label").attr("opacity",0),x(null)})}}function MT(e,t,r,n,i,a,o,s,u,l=!1,c){const f=n+o,h=e.select(s?`.main-chart-group-${s}`:".main-chart-group"),p=s?`timeline-track timeline-track-${s}`:"timeline-track",y=h.append("g").attr("class",p),m=s?`timeline-clip-${s}`:`timeline-clip-${Math.random().toString(36).substr(2,9)}`;e.append("defs").append("clipPath").attr("id",m).append("rect").attr("x",0).attr("y",f).attr("width",i).attr("height",a),y.append("rect").attr("class","timeline-background").attr("x",0).attr("y",f).attr("width",i).attr("height",a).attr("fill","#FFFFFF").attr("stroke","#9CA3AF").attr("stroke-width",1);const d=y.append("g").attr("clip-path",`url(#${m})`),g=3,_=d.selectAll(".timeline-event").data(t).enter().append("rect").attr("class","timeline-event").attr("x",x=>r(new Date(x.timestamp))-g/2).attr("y",f).attr("width",g).attr("height",a).attr("fill",x=>x.color||"#992FB9").attr("stroke","none").attr("cursor","pointer").attr("data-timestamp",x=>x.timestamp).attr("data-event-name",x=>x.eventName),b=6;if(_.on("mouseenter",function(x,v){const w=ee(this),S=r(new Date(v.timestamp));w.transition().duration(150).attr("x",S-b/2).attr("width",b),u&&u({timestamp:v.timestamp,eventName:v.eventName,x:S})}).on("mouseleave",function(x,v){const w=ee(this),S=r(new Date(v.timestamp));w.transition().duration(150).attr("x",S-g/2).attr("width",g),u&&u(null)}),l&&c){const x=Kl().extent([[0,f],[i,f+a]]).on("end",S=>{if(!S.selection)return;const[A,P]=S.selection,C=[+r.invert(A),+r.invert(P)];c(C);const T=s?`.timeline-brush-${s}`:".timeline-brush";e.select(T).call(x.move,null)}),v=s?`timeline-brush timeline-brush-${s}`:"timeline-brush",w=h.append("g").attr("class",v).call(x);w.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),w.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8),w.on("dblclick",()=>{const S=r.domain(),A=[+S[0],+S[1]];c(A)})}}function PN(e,t,r,n,i,a,o,s,u,l,c,f,h,p=!0,y,m,d,g,_,b){const x=e.select(b?`.main-chart-group-${b}`:".main-chart-group");x.selectAll(".markers").remove(),x.selectAll(".marker-hover-overlay").remove(),x.selectAll(".brush").remove(),t==="stacked-area"||t==="area"?TN(x,r,n,i,a,o,s,u,l,f,h,p,y,m,d,g,_,b):EN(x,r,n,i,a,o,s,u,l,f,h,p,y,m,d,g,_,b)}function yi(e,t,r,n,i,a,o,s){const u=e[a];if(!u)return"";const l=u.find(w=>w.data.timestamp===o);if(!l)return"";const c=l.data,f=t[a];if(!f)return"";const h=f.dataKey,p=c[h];if(!p||p<=0)return"";const y=r.get(o);if(!y)return"";const m=y.x,d=y.width,g=l[0],_=l[1],b=s?i:n(g),x=s?i:n(_),v=[];return v.push(`M ${m} ${b}`),v.push(`L ${m} ${x}`),v.push(`L ${m+d} ${x}`),v.push(`L ${m+d} ${b}`),v.push("Z"),v.join(" ")}function TN(e,t,r,n,i,a,o,s,u,l,c,f=!0,h,p,y,m,d,g){var Se;const _=g?`.seat-${g}`:".seat",b=e.selectAll(_),x=g?`.chart-content-group-${g}`:".chart-content-group";let v=e.select(x);if(v.empty()){const tt=e.attr("clip-path"),mt=tt?((Se=tt.match(/url\(#(.+)\)/))==null?void 0:Se[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,vt=g?`chart-content-group chart-content-group-${g}`:"chart-content-group";v=e.append("g").attr("class",vt).attr("clip-path",`url(#${mt})`)}if(b.size()===0){ty(e,t,r,{xScale:a,yScale:o,addClasses:!0,instanceId:g}),c();return}const w=wN(l),S=g?mi.get(g):void 0;S&&(S.destroy(),g&&mi.delete(g));const A=tt=>tt<.3?"seatsToBar":tt<.425?"axesReveal":tt<.55?"barSlide":tt<.8?"barsGrow":"barsToArea",P=new TT({seatsToBar:w.seatsToBar,axesReveal:w.barSlideToTimeline*.3,barSlide:w.barSlideToTimeline*.7,barsGrow:w.axesAndBarsGrow,barsToArea:w.barsToArea},{onStageComplete:tt=>{},onProgress:tt=>{if(m){const mt=A(tt);m(tt,mt)}},onComplete:()=>{c()}});g&&mi.set(g,P),y&&y(P.getControls().getTimeline());const C=t[0].map(tt=>tt.data),T=bN(C,r),E=s/2,M=n.radius+10,R=u-n.radius*.3,$=Math.max(M,R),k=C.map(tt=>tt.timestamp),D=d??Math.max(...k),L=new Map,q=[];k.forEach((tt,mt)=>{const vt=a(new Date(tt)),lt=k[mt+1];if(lt){const Ft=a(new Date(lt))-vt;q.push(Ft)}});const I=q.length>0?q.reduce((tt,mt)=>tt+mt,0)/q.length:30;k.forEach((tt,mt)=>{const vt=a(new Date(tt)),lt=k[mt+1],Ft=mt===k.length-1?I:a(new Date(lt))-vt;L.set(tt,{x:vt,width:Ft})});const j=T.filter(tt=>tt.timestamp===D),B=L.get(D),W=Math.max(...n.seats.map(tt=>E+tt.x)),G=g?`parliament-bar-path parliament-bar-path-${g}`:"parliament-bar-path",X=v.append("g").attr("class",G);j.sort((tt,mt)=>mt.y0-tt.y0);const Z=new Map;Z.set(D,{x:W-B.width/2,width:B.width});const J=[];j.forEach(tt=>{if(!r.find(Ft=>Ft.dataKey===tt.dataKey))return;const vt=r.findIndex(Ft=>Ft.dataKey===tt.dataKey);if(vt===-1)return;const lt=yi(t,r,Z,o,u,vt,D,!1);if(!lt)return;const jt=X.append("path").attr("class",`parliament-bar-segment category-${Ge(tt.dataKey)}`).attr("d",lt).attr("fill",tt.color).style("opacity",0).node();jt&&J.push(jt)}),g&&(window.orchestratorMap=mi);const z=P.getControls().getTimeline(),F=w.seatsToBar/1e3,H=[];j.forEach((tt,mt)=>{const vt=b.filter(`.seat-${Ge(tt.category)}`),lt=vt.size();if(lt===0)return;const jt=o(tt.y1),Ft=o(tt.y0)-o(tt.y1),Be=vt.nodes().sort((ii,oo)=>{const Qs=parseInt(ii.getAttribute("data-layout-index")||"-1",10),ln=parseInt(oo.getAttribute("data-layout-index")||"-1",10);return Qs-ln}),ce=Math.max(B.width,100),qe=Ft,ir=ce/Math.max(qe,1),Jt=Math.max(2,Math.ceil(Math.sqrt(lt*ir))),Gr=Math.ceil(lt/Jt),$n=ce*.8,Zs=qe*.8,Gi=Jt>1?$n/(Jt-1):0,ni=Gr>1?Zs/(Gr-1):0,Js=Jt>1?(Jt-1)*Gi:0,TM=Gr>1?(Gr-1)*ni:0,tb=W-ce/2+(ce-Js)/2,EM=jt+(qe-TM)/2;Be.forEach((ii,oo)=>{const Qs=parseInt(ii.getAttribute("data-layout-index")||"-1",10),ln=Qs>=0?n.seats[Qs]:void 0,CM=ln?E+ln.x:parseFloat(ii.getAttribute("cx")||"0"),MM=ln?$+ln.y:parseFloat(ii.getAttribute("cy")||"0"),kM=(ln==null?void 0:ln.radius)||parseFloat(ii.getAttribute("r")||"4"),jn=lt%Jt;let tu,eu;if(jn>0&&oo<jn)eu=0,tu=oo;else{const ru=oo-(jn>0?jn:0);tu=ru%Jt,eu=Math.floor(ru/Jt)+(jn>0?1:0)}let eb=tb+tu*Gi;if(jn>0&&eu===0){const ru=jn>1?(jn-1)*Gi:0,jM=(Js-ru)/2;eb=tb+jM+tu*Gi}const $M=EM+eu*ni;H.push({element:ii,startX:CM,startY:MM,startRadius:kM,category:tt.dataKey,segmentIndex:mt,endY:$M,endX:eb})})});const Q=H.map(tt=>{const mt=tt.startX-E,vt=tt.startY-$,lt=Math.atan2(vt,mt);return{...tt,angle:lt}});Q.sort((tt,mt)=>mt.angle-tt.angle);const N=F*.8,st=.6,K=Q.length,ot=N/Math.max(K,1);Q.forEach((tt,mt)=>{const vt=mt*ot,lt=tt.endX,jt=tt.endY,Ft=n.radius,Be=lt-tt.startX;z.to(tt.element,{attr:{cx:lt,cy:jt,r:3.5},opacity:1,duration:st,ease:"power2.out",onUpdate:function(){const ce=this.progress(),qe=this.targets()[0],ir=tt.startX+Be*ce,Jt=Math.sin(ce*Math.PI)*Ft*.3,$n=tt.startY+(jt-tt.startY)*ce-Jt;qe.setAttribute("cx",ir.toString()),qe.setAttribute("cy",$n.toString())}},`seatsToBar+=${vt}`)});const ht=ot*(K-1)+st,at=F*.3,pt=ht;z.to(b.nodes(),{opacity:0,duration:at,ease:"power2.inOut"},`seatsToBar+=${pt}`),z.to(J,{opacity:1,duration:at,ease:"power2.inOut"},`seatsToBar+=${pt}`);const Tt=w.barSlideToTimeline/1e3;let it=null,ft=null;if(f){const tt=Ko(a).ticks(6);h&&tt.tickFormat(vt=>h(vt.getTime())),it=e.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${u})`).attr("opacity",0),it.call(tt).selectAll("text").attr("font-size",14).attr("font-weight",500);const mt=Yo(o).ticks(5);p&&mt.tickFormat(vt=>p(vt)),ft=e.append("g").attr("class","axis axis-y").attr("opacity",0),ft.call(mt).selectAll("text").attr("font-size",14).attr("font-weight",500)}const wt=new Map;wt.set(D,{x:B.x,width:B.width});const $t=w.crossFadePause/1e3,Gt=pt+at+$t;J.forEach((tt,mt)=>{const vt=j[mt];if(!vt)return;const lt=r.findIndex(Ft=>Ft.dataKey===vt.dataKey);if(lt===-1)return;const jt=yi(t,r,wt,o,u,lt,D,!1);jt&&z.to(tt,{attr:{d:jt},duration:Tt,ease:"power2.out"},`seatsToBar+=${Gt}`)});const Et=pi().x(tt=>a(tt.data.timestamp)).y0(tt=>o(tt[0])).y1(tt=>o(tt[1])).curve(PP),Dt=new Map;t.forEach((tt,mt)=>{const vt=r[mt];if(vt){const lt=Et(tt)||"";Dt.set(vt.dataKey,lt)}});const ye=Gt+Tt;f&&it&&ft&&z.to([it.node(),ft.node()],{opacity:1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${Gt}`);const Ur=v.select(".grid-vertical"),on=v.select(".grid-horizontal");if(!Ur.empty()||!on.empty()){const mt=[];Ur.empty()||mt.push(Ur.node()),on.empty()||mt.push(on.node()),z.to(mt,{opacity:.1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${Gt}`)}const vr=w.axesAndBarsGrow/1e3,Me=w.barsToArea/1e3,sn=g?`histogram-paths histogram-paths-${g}`:"histogram-paths",Wr=v.append("g").attr("class",sn);k.forEach(tt=>{if(tt===D)return;const mt=L.get(tt);mt&&r.forEach((vt,lt)=>{const jt=yi(t,r,L,o,u,lt,tt,!0),Ft=yi(t,r,L,o,u,lt,tt,!1);if(!jt||!Ft)return;const Be=g?`histogram-path histogram-path-${g} category-${Ge(vt.dataKey)}`:`histogram-path category-${Ge(vt.dataKey)}`;Wr.append("path").attr("class",Be).attr("d",jt).attr("fill",vt.color).attr("stroke",vt.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",vt.dataKey).attr("data-timestamp",tt).attr("data-x-position",mt.x).attr("data-full-height-path",Ft)})});const ri=g?`.histogram-path-${g}`:".histogram-path",kr=Wr.selectAll(ri);z.to(kr.nodes(),{opacity:1,duration:.3,ease:"power2.inOut"},`seatsToBar+=${ye}`);const un=B.x+B.width/2;kr.each(function(){var ce;const tt=this.getAttribute("data-full-height-path");if(!tt)return;const mt=parseFloat(this.getAttribute("data-x-position")||"0"),vt=parseFloat(this.getAttribute("data-timestamp")||"0"),lt=((ce=L.get(vt))==null?void 0:ce.width)||0,jt=mt+lt/2,Be=Math.abs(jt-un)*8e-4;z.to(this,{attr:{d:tt},duration:vr,ease:"power2.out"},`seatsToBar+=${ye+Be}`)});const nr=ye+vr,kn=k[k.length-1],ct=a(new Date(kn))+I,St=a.invert(ct).getTime(),Ot=t.map(tt=>{const mt=tt[tt.length-1],vt={...mt,data:{...mt.data,timestamp:St}};return[...tt,vt]});ty(e,Ot,r,{xScale:a,yScale:o,addClasses:!0,instanceId:g});const Mt=g?`.area-${g}`:".area",Xt=e.selectAll(Mt);Xt.attr("opacity",0),z.to(kr.nodes(),{opacity:0,duration:Me,ease:"power2.inOut"},`seatsToBar+=${nr}`);const Le=X.selectAll("path").nodes();Le.length>0&&z.to(Le,{opacity:0,duration:Me,ease:"power2.inOut"},`seatsToBar+=${nr}`),z.to(Xt.nodes(),{opacity:1,duration:Me,ease:"power2.inOut"},`seatsToBar+=${nr}`);const se=c;P.getControls().getTimeline().eventCallback("onComplete",()=>{const tt=g?`.morph-bar-${g}`:".morph-bar";e.selectAll(tt).remove();const mt=g?`.histogram-paths-${g}`:".histogram-paths";e.selectAll(mt).remove(),f&&(it&&it.attr("opacity",1),ft&&ft.attr("opacity",1)),se()}),P.play()}function EN(e,t,r,n,i,a,o,s,u,l,c,f=!0,h,p,y,m,d,g){var nr,kn;const _=g?`.chart-content-group-${g}`:".chart-content-group";let b=e.select(_);if(b.empty()){const rt=e.attr("clip-path"),ct=rt?((nr=rt.match(/url\(#(.+)\)/))==null?void 0:nr[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,_t=g?`chart-content-group chart-content-group-${g}`:"chart-content-group";b=e.append("g").attr("class",_t).attr("clip-path",`url(#${ct})`)}const x=g?`.area-${g}`:".area",v=e.selectAll(x);if(v.size()===0){CN(e,r,n,s,u,g),c();return}const w={areaToBar:l*.2,barsShrink:l*.25,barSlide:l*.175,axesHide:l*.025,barToSeats:l*.3},S=g?mi.get(g):void 0;S&&(S.destroy(),g&&mi.delete(g));const A=rt=>rt<.2?"areaToBar":rt<.45?"barsShrink":rt<.475?"axesHide":rt<.65?"barSlide":"barToSeats",P=new TT({seatsToBar:w.barToSeats,axesReveal:w.axesHide,barSlide:w.barSlide,barsGrow:w.barsShrink,barsToArea:w.areaToBar},{onStageComplete:rt=>{},onProgress:rt=>{if(m){const ct=A(rt);m(rt,ct)}},onComplete:()=>{c()}});g&&mi.set(g,P),y&&y(P.getControls().getTimeline());const T=t[0].map(rt=>rt.data).map(rt=>rt.timestamp),E=d??Math.max(...T),M=new Map,R=[];T.forEach((rt,ct)=>{const _t=a(new Date(rt)),St=T[ct+1];if(St){const Mt=a(new Date(St))-_t;R.push(Mt)}});const $=R.length>0?R.reduce((rt,ct)=>rt+ct,0)/R.length:30;T.forEach((rt,ct)=>{const _t=a(new Date(rt)),St=T[ct+1],Mt=ct===T.length-1?$:a(new Date(St))-_t;M.set(rt,{x:_t,width:Mt})});const k=P.getControls().getTimeline(),D=w.areaToBar/1e3,L=g?`histogram-paths histogram-paths-${g}`:"histogram-paths",q=b.append("g").attr("class",L);T.forEach(rt=>{const ct=M.get(rt);ct&&r.forEach((_t,St)=>{const Ot=yi(t,r,M,o,u,St,rt,!1);if(!Ot)return;const Mt=g?`histogram-path histogram-path-${g} category-${Ge(_t.dataKey)}`:`histogram-path category-${Ge(_t.dataKey)}`;q.append("path").attr("class",Mt).attr("d",Ot).attr("fill",_t.color).attr("stroke",_t.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",_t.dataKey).attr("data-timestamp",rt).attr("data-x-position",ct.x)})});const I=g?`.histogram-path-${g}`:".histogram-path",j=q.selectAll(I);k.to(v.nodes(),{opacity:0,duration:D,ease:"power2.inOut"},"areaToBar"),k.to(j.nodes(),{opacity:1,duration:D,ease:"power2.inOut"},"areaToBar");const B=w.barsShrink/1e3,W=D;j.each(function(){const rt=parseFloat(this.getAttribute("data-timestamp")||"0");if(rt===E)return;const ct=r.find(Ot=>this.classList.contains(`category-${Ge(Ot.dataKey)}`));if(!ct)return;const _t=r.indexOf(ct),St=yi(t,r,M,o,u,_t,rt,!0);St&&k.to(this,{attr:{d:St},duration:B,ease:"power2.in"},W)});const G=w.axesHide/1e3,X=W+B;if(f){const rt=e.select(".axis-x"),ct=e.select(".axis-y");rt.empty()||k.to(rt.node(),{opacity:0,duration:G,ease:"power2.inOut"},X),ct.empty()||k.to(ct.node(),{opacity:0,duration:G,ease:"power2.inOut"},X)}const Z=b.select(".grid-vertical"),J=b.select(".grid-horizontal");Z.empty()||k.to(Z.node(),{opacity:0,duration:G,ease:"power2.inOut"},X),J.empty()||k.to(J.node(),{opacity:0,duration:G,ease:"power2.inOut"},X);const z=w.barSlide/1e3,F=X+G,H=s/2,N=Math.max(...n.seats.map(rt=>H+rt.x));j.each(function(){var Le;const rt=parseFloat(this.getAttribute("data-timestamp")||"0"),ct=((Le=M.get(rt))==null?void 0:Le.width)||0,_t=r.find(se=>this.classList.contains(`category-${Ge(se.dataKey)}`));if(!_t)return;const St=r.indexOf(_t),Ot=rt===E,Mt=new Map(M);Mt.set(rt,{x:N-ct/2,width:ct});const Xt=yi(t,r,Mt,o,u,St,rt,!Ot);Xt&&(k.to(this,{attr:{d:Xt},duration:z,ease:"power2.out"},F),this.setAttribute("data-x-position",(N-ct/2).toString()))});const st=w.barToSeats/1e3,K=F+z,ot=s/2,ht=n.radius+10,at=u-n.radius*.3,pt=Math.max(ht,at),Tt=g?`parliament parliament-${g}`:"parliament",it=b.append("g").attr("class",Tt),ft=N,wt=((kn=M.get(E))==null?void 0:kn.width)||30,$t=[];t.forEach((rt,ct)=>{const _t=rt.find(Ot=>Ot.data.timestamp===E);if(!_t)return;const St=r[ct];St&&$t.push({category:St.label,dataKey:St.dataKey,color:St.color,y0:_t[0],y1:_t[1]})}),$t.sort((rt,ct)=>ct.y0-rt.y0);const Gt=new Map;$t.forEach(rt=>{const ct=n.seats.filter(qe=>qe.category===rt.category),_t=o(rt.y1),St=o(rt.y0)-o(rt.y1),Ot=ct.length,Mt=Math.max(wt,100),Xt=St,Le=Mt/Math.max(Xt,1),se=Math.max(2,Math.ceil(Math.sqrt(Ot*Le))),Se=Math.ceil(Ot/se),tt=Mt*.8,mt=Xt*.8,vt=se>1?tt/(se-1):0,lt=Se>1?mt/(Se-1):0,jt=se>1?(se-1)*vt:0,Ft=Se>1?(Se-1)*lt:0,Be=ft-Mt/2+(Mt-jt)/2,ce=_t+(Xt-Ft)/2;ct.forEach((qe,ir)=>{const Jt=Ot%se;let Gr,$n;if(Jt>0&&ir<Jt)$n=0,Gr=ir;else{const ni=ir-(Jt>0?Jt:0);Gr=ni%se,$n=Math.floor(ni/se)+(Jt>0?1:0)}let Zs=Be+Gr*vt;if(Jt>0&&$n===0){const ni=Jt>1?(Jt-1)*vt:0,Js=(jt-ni)/2;Zs=Be+Js+Gr*vt}const Gi=ce+$n*lt;Gt.set(qe,{x:Zs,y:Gi})})}),n.seats.forEach((rt,ct)=>{const _t=r.find(se=>se.label===rt.category);if(!_t)return;const St=Gt.get(rt),Ot=St?St.x:ot+rt.x,Mt=St?St.y:pt+rt.y,Xt=ot+rt.x,Le=pt+rt.y;it.append("circle").attr("cx",Ot).attr("cy",Mt).attr("r",2).attr("fill",_t.color).attr("stroke",_t.color).attr("stroke-width",.5).attr("opacity",0).attr("class",()=>g?`seat seat-${g} seat-${Ge(rt.category)}`:`seat seat-${Ge(rt.category)}`).attr("data-layout-index",ct).attr("data-final-x",Xt).attr("data-final-y",Le).attr("data-final-r",rt.radius)});const Et=g?`.seat-${g}`:".seat",Dt=it.selectAll(Et),ye=st*.15;k.to(Dt.nodes(),{opacity:.8,duration:ye,ease:"power2.in"},K),k.to(j.nodes(),{opacity:0,duration:st*.3,ease:"power2.out"},K+ye*.5);const vr=Dt.nodes().map(rt=>{const ct=parseFloat(rt.getAttribute("cx")||"0"),_t=parseFloat(rt.getAttribute("cy")||"0"),St=parseFloat(rt.getAttribute("data-final-x")||"0"),Ot=parseFloat(rt.getAttribute("data-final-y")||"0"),Mt=parseFloat(rt.getAttribute("data-final-r")||"4");return{element:rt,startX:ct,startY:_t,finalX:St,finalY:Ot,finalR:Mt}}).map(rt=>{const ct=rt.finalX-ot,_t=rt.finalY-pt,St=Math.atan2(_t,ct);return{...rt,angle:St}});vr.sort((rt,ct)=>ct.angle-rt.angle);const Me=ye,sn=st*.8,Wr=.6,ri=vr.length,kr=sn/Math.max(ri,1);vr.forEach((rt,ct)=>{const _t=Me+ct*kr,St=rt.finalX-rt.startX,Ot=n.radius;k.to(rt.element,{attr:{cx:rt.finalX,cy:rt.finalY,r:rt.finalR},opacity:1,duration:Wr,ease:"power2.out",onUpdate:function(){const Mt=this.progress(),Xt=this.targets()[0],Le=rt.startX+St*Mt,se=Math.sin(Mt*Math.PI)*Ot*.3,tt=rt.startY+(rt.finalY-rt.startY)*Mt-se;Xt.setAttribute("cx",Le.toString()),Xt.setAttribute("cy",tt.toString())}},K+_t)});const un=c;P.getControls().getTimeline().eventCallback("onComplete",()=>{const rt=g?`.areas-${g}`:".areas",ct=g?`.histogram-paths-${g}`:".histogram-paths";e.selectAll(rt).remove(),e.selectAll(ct).remove(),e.selectAll(".axis-x").remove(),e.selectAll(".axis-y").remove(),b.selectAll(".grid-vertical").remove(),b.selectAll(".grid-horizontal").remove();const _t=g?`.parliament-label-${g}`:".parliament-label";if(e.select(_t).empty()){const Ot=s/2,Mt=n.radius+10,Xt=u-n.radius*.3,Le=Math.max(Mt,Xt),se=g?`parliament-label parliament-label-${g}`:"parliament-label",Se=e.append("g").attr("class",se).attr("transform",`translate(${Ot},${Le-n.radius*.15})`).style("opacity","0").style("pointer-events","none");Se.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),Se.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const tt=Se.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");tt.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),tt.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}un()}),P.play()}function CN(e,t,r,n,i,a){const o=n/2,s=r.radius+10,u=i-r.radius*.3,l=Math.max(s,u);CT(e,r,t,{centerX:o,centerY:l,addClasses:!0,instanceId:a,parliamentRadius:r.radius})}function w0(e,t,r,n,i){const a=i?`.parliament-label-${i}`:".parliament-label",o=ee(e).select(a);if(!o.empty())if(t){o.style("opacity","1"),o.select(".label-category").text(t.label).style("fill","#666");const s=t.value>1?"repos":"repo";o.select(".label-value").text(`${t.value} ${s}`).style("fill",t.color);const u=o.select(".scale-indicator");r?u.style("opacity","1").select("text").text(`= ~${n} repos`):u.style("opacity","0")}else o.style("opacity","0")}function of(e,t,r,n,i,a,o,s,u){const l=e.querySelectorAll(".seat");if(!l||l.length===0)return;const c=r[r.length-1];if(!c)return;const f=[];l.forEach(p=>{const y=p;y.style.cursor="pointer",y.style.transition="fill-opacity 150ms ease, stroke-opacity 150ms ease"}),l.forEach(p=>{const d=(p.getAttribute("class")||"").split(/\s+/).filter(v=>v.startsWith("seat-")),g=d[d.length-1];if(!g)return;const _=g.substring(5),b=t.find(v=>Ge(v.label)===_);if(!b)return;const x=()=>{i(b.label);const v=Math.round(c.values[b.dataKey]||0),w=ET(b.color),S={label:b.label,value:v,color:w};a&&a(S),w0(e,S,o??!1,s??1,u),No(e,b.label)};p.addEventListener("mouseenter",x),f.push({element:p,handler:x})});const h=()=>{i(null),a&&a(null),w0(e,null,!1,1,u),No(e,null)};return e.addEventListener("mouseleave",h),n&&No(e,n),()=>{f.forEach(({element:p,handler:y})=>{p.removeEventListener("mouseenter",y)}),e.removeEventListener("mouseleave",h),l.forEach(p=>{const y=p;y.style.cursor="",y.style.transition=""})}}function No(e,t){const r=e.querySelectorAll(".seat"),n=t?Ge(t):null;r.forEach(i=>{const a=i,u=(i.getAttribute("class")||"").split(/\s+/).filter(f=>f.startsWith("seat-")),l=u[u.length-1];if(!l)return;const c=l.substring(5);n?c===n?(a.setAttribute("fill-opacity","1"),a.setAttribute("stroke-opacity","1")):(a.setAttribute("fill-opacity","0.3"),a.setAttribute("stroke-opacity","0.2")):(a.setAttribute("fill-opacity","1"),a.setAttribute("stroke-opacity","1"))})}const kT=({data:e,categories:t,mode:r,width:n=900,height:i=400,margin:a={top:10,right:30,bottom:40,left:60},timeRange:o,showGrid:s=!0,showAxes:u=!0,formatDate:l,formatValue:c,markers:f=[],arcAngle:h=200,parliamentRadius:p=200,seatSize:y=4.5,animationDuration:m=900,onMorphComplete:d,onAnimationStateChange:g,onTimelineReady:_,onAnimationProgress:b,onHoveredDataChange:x,hoveredCategory:v,maxSeats:w=500,showTooltip:S=!0,showTable:A=!1,showScaledIndicator:P=!0,parliamentTimestamp:C,enableBrush:T=!1,onTimeRangeChange:E,timelineEvents:M=[],showTimeline:R=!1,timelineHeight:$=40,timelineOffset:k=35})=>{const D=O.useRef(null),L=O.useCallback(F=>{x&&x(F)},[x]),q=e[e.length-1],I=q?t.reduce((F,H)=>F+(q.values[H.dataKey]||0),0):0,j=I>w,B=j?Math.round(I/w):1,W=R&&r==="stacked-area"?i+$+k:i,{isMorphing:G,currentMode:X,visibleMarkers:Z,hoveredMarker:J,hoveredTimelineEvent:z}=SN({containerRef:D,data:e,categories:t,mode:r,width:n,height:i,margin:a,timeRange:o,showGrid:s,showAxes:u,formatDate:l,formatValue:c,markers:f,arcAngle:h,parliamentRadius:p,seatSize:y,animationDuration:m,onMorphComplete:d,onAnimationStateChange:g,onTimelineReady:_,onAnimationProgress:b,onHoveredDataChange:L,hoveredCategory:v,maxSeats:w,parliamentTimestamp:C,enableBrush:T,onTimeRangeChange:E,showScaleIndicator:P&&j,reposPerSeat:B,timelineEvents:M,showTimeline:R,timelineHeight:$,timelineOffset:k});return U.jsxs(V.Box,{sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[U.jsx("svg",{ref:D,viewBox:`0 0 ${n} ${W}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",height:"auto",display:"block"}}),X==="area"&&Z.map(F=>{const H=(F.x+a.left)/n*100,Q=a.top/i*100,N=new Date(F.timestamp),st=l?l(F.timestamp):N.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),K=U.jsxs(V.Box,{children:[U.jsx(V.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:F.label?.5:0},children:st}),F.label&&U.jsx(V.Box,{sx:{color:"white",fontWeight:500},children:F.label})]});return U.jsx(V.Tooltip,{title:K,open:(J==null?void 0:J.timestamp)===F.timestamp,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:U.jsx(V.Box,{sx:{position:"absolute",left:`${H}%`,top:`${Q}%`,width:"1px",height:`${(i-a.top-a.bottom)/i*100}%`,pointerEvents:"none"}})},F.timestamp)}),z&&X==="area"&&U.jsx(V.Tooltip,{title:U.jsxs(V.Box,{children:[U.jsx(V.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:.5},children:l?l(z.timestamp):new Date(z.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})}),U.jsx(V.Box,{sx:{color:"white",fontWeight:500},children:z.eventName})]}),open:!0,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:U.jsx(V.Box,{sx:{position:"absolute",left:`${(z.x+a.left)/n*100}%`,top:`${(i+k+$/2)/W*100}%`,width:"1px",height:"1px",pointerEvents:"none"}})}),G&&U.jsxs(V.Box,{sx:{position:"absolute",top:8,right:8,padding:"4px 8px",backgroundColor:"rgba(0,0,0,0.7)",color:"white",borderRadius:"4px",fontSize:"12px",pointerEvents:"none",display:"none"},children:["Morphing: ",X," → ",r]})]})},$T=[{minRepos:0,maxRepos:10,minArc:90,maxArc:90,minSeatSize:20,maxSeatSize:20},{minRepos:10,maxRepos:25,minArc:90,maxArc:110,minSeatSize:16,maxSeatSize:16},{minRepos:25,maxRepos:50,minArc:110,maxArc:120,minSeatSize:12,maxSeatSize:12},{minRepos:50,maxRepos:100,minArc:120,maxArc:150,minSeatSize:8.5,maxSeatSize:8.5},{minRepos:100,maxRepos:200,minArc:150,maxArc:180,minSeatSize:7,maxSeatSize:7},{minRepos:200,maxRepos:1/0,minArc:180,maxArc:180,minSeatSize:6.5,maxSeatSize:6.5}],mg=({repositoryCount:e})=>{const t=$T.find(s=>e>=s.minRepos&&e<s.maxRepos);if(!t)return 180;if(t.minArc===t.maxArc)return t.minArc;const r=t.maxRepos-t.minRepos,i=(e-t.minRepos)/r,a=t.maxArc-t.minArc,o=t.minArc+a*i;return Math.round(o)},yg=({repositoryCount:e})=>{const t=$T.find(s=>e>=s.minRepos&&e<s.maxRepos);if(!t)return 6.5;if(t.minSeatSize===t.maxSeatSize)return t.minSeatSize;const r=t.maxRepos-t.minRepos,i=(e-t.minRepos)/r,a=t.maxSeatSize-t.minSeatSize,o=t.minSeatSize+a*i;return Math.round(o*10)/10};class Gs{constructor(t,r,n){this.normal=r,this.property=t,n&&(this.space=n)}}Gs.prototype.normal={};Gs.prototype.property={};Gs.prototype.space=void 0;function jT(e,t){const r={},n={};for(const i of e)Object.assign(r,i.property),Object.assign(n,i.normal);return new Gs(r,n,t)}function us(e){return e.toLowerCase()}class rr{constructor(t,r){this.attribute=r,this.property=t}}rr.prototype.attribute="";rr.prototype.booleanish=!1;rr.prototype.boolean=!1;rr.prototype.commaOrSpaceSeparated=!1;rr.prototype.commaSeparated=!1;rr.prototype.defined=!1;rr.prototype.mustUseProperty=!1;rr.prototype.number=!1;rr.prototype.overloadedBoolean=!1;rr.prototype.property="";rr.prototype.spaceSeparated=!1;rr.prototype.space=void 0;let MN=0;const xt=Fi(),fe=Fi(),ey=Fi(),et=Fi(),Vt=Fi(),la=Fi(),ar=Fi();function Fi(){return 2**++MN}const ry=Object.freeze(Object.defineProperty({__proto__:null,boolean:xt,booleanish:fe,commaOrSpaceSeparated:ar,commaSeparated:la,number:et,overloadedBoolean:ey,spaceSeparated:Vt},Symbol.toStringTag,{value:"Module"})),sf=Object.keys(ry);class vg extends rr{constructor(t,r,n,i){let a=-1;if(super(t,r),S0(this,"space",i),typeof n=="number")for(;++a<sf.length;){const o=sf[a];S0(this,sf[a],(n&ry[o])===ry[o])}}}vg.prototype.defined=!0;function S0(e,t,r){r&&(e[t]=r)}function Va(e){const t={},r={};for(const[n,i]of Object.entries(e.properties)){const a=new vg(n,e.transform(e.attributes||{},n),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(n)&&(a.mustUseProperty=!0),t[n]=a,r[us(n)]=n,r[us(a.attribute)]=n}return new Gs(t,r,e.space)}const RT=Va({properties:{ariaActiveDescendant:null,ariaAtomic:fe,ariaAutoComplete:null,ariaBusy:fe,ariaChecked:fe,ariaColCount:et,ariaColIndex:et,ariaColSpan:et,ariaControls:Vt,ariaCurrent:null,ariaDescribedBy:Vt,ariaDetails:null,ariaDisabled:fe,ariaDropEffect:Vt,ariaErrorMessage:null,ariaExpanded:fe,ariaFlowTo:Vt,ariaGrabbed:fe,ariaHasPopup:null,ariaHidden:fe,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Vt,ariaLevel:et,ariaLive:null,ariaModal:fe,ariaMultiLine:fe,ariaMultiSelectable:fe,ariaOrientation:null,ariaOwns:Vt,ariaPlaceholder:null,ariaPosInSet:et,ariaPressed:fe,ariaReadOnly:fe,ariaRelevant:null,ariaRequired:fe,ariaRoleDescription:Vt,ariaRowCount:et,ariaRowIndex:et,ariaRowSpan:et,ariaSelected:fe,ariaSetSize:et,ariaSort:null,ariaValueMax:et,ariaValueMin:et,ariaValueNow:et,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function DT(e,t){return t in e?e[t]:t}function IT(e,t){return DT(e,t.toLowerCase())}const kN=Va({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:la,acceptCharset:Vt,accessKey:Vt,action:null,allow:null,allowFullScreen:xt,allowPaymentRequest:xt,allowUserMedia:xt,alt:null,as:null,async:xt,autoCapitalize:null,autoComplete:Vt,autoFocus:xt,autoPlay:xt,blocking:Vt,capture:null,charSet:null,checked:xt,cite:null,className:Vt,cols:et,colSpan:null,content:null,contentEditable:fe,controls:xt,controlsList:Vt,coords:et|la,crossOrigin:null,data:null,dateTime:null,decoding:null,default:xt,defer:xt,dir:null,dirName:null,disabled:xt,download:ey,draggable:fe,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:xt,formTarget:null,headers:Vt,height:et,hidden:ey,high:et,href:null,hrefLang:null,htmlFor:Vt,httpEquiv:Vt,id:null,imageSizes:null,imageSrcSet:null,inert:xt,inputMode:null,integrity:null,is:null,isMap:xt,itemId:null,itemProp:Vt,itemRef:Vt,itemScope:xt,itemType:Vt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:xt,low:et,manifest:null,max:null,maxLength:et,media:null,method:null,min:null,minLength:et,multiple:xt,muted:xt,name:null,nonce:null,noModule:xt,noValidate:xt,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:xt,optimum:et,pattern:null,ping:Vt,placeholder:null,playsInline:xt,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:xt,referrerPolicy:null,rel:Vt,required:xt,reversed:xt,rows:et,rowSpan:et,sandbox:Vt,scope:null,scoped:xt,seamless:xt,selected:xt,shadowRootClonable:xt,shadowRootDelegatesFocus:xt,shadowRootMode:null,shape:null,size:et,sizes:null,slot:null,span:et,spellCheck:fe,src:null,srcDoc:null,srcLang:null,srcSet:null,start:et,step:null,style:null,tabIndex:et,target:null,title:null,translate:null,type:null,typeMustMatch:xt,useMap:null,value:fe,width:et,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Vt,axis:null,background:null,bgColor:null,border:et,borderColor:null,bottomMargin:et,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:xt,declare:xt,event:null,face:null,frame:null,frameBorder:null,hSpace:et,leftMargin:et,link:null,longDesc:null,lowSrc:null,marginHeight:et,marginWidth:et,noResize:xt,noHref:xt,noShade:xt,noWrap:xt,object:null,profile:null,prompt:null,rev:null,rightMargin:et,rules:null,scheme:null,scrolling:fe,standby:null,summary:null,text:null,topMargin:et,valueType:null,version:null,vAlign:null,vLink:null,vSpace:et,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:xt,disableRemotePlayback:xt,prefix:null,property:null,results:et,security:null,unselectable:null},space:"html",transform:IT}),$N=Va({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:ar,accentHeight:et,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:et,amplitude:et,arabicForm:null,ascent:et,attributeName:null,attributeType:null,azimuth:et,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:et,by:null,calcMode:null,capHeight:et,className:Vt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:et,diffuseConstant:et,direction:null,display:null,dur:null,divisor:et,dominantBaseline:null,download:xt,dx:null,dy:null,edgeMode:null,editable:null,elevation:et,enableBackground:null,end:null,event:null,exponent:et,externalResourcesRequired:null,fill:null,fillOpacity:et,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:la,g2:la,glyphName:la,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:et,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:et,horizOriginX:et,horizOriginY:et,id:null,ideographic:et,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:et,k:et,k1:et,k2:et,k3:et,k4:et,kernelMatrix:ar,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:et,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:et,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:et,overlineThickness:et,paintOrder:null,panose1:null,path:null,pathLength:et,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Vt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:et,pointsAtY:et,pointsAtZ:et,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:ar,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:ar,rev:ar,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:ar,requiredFeatures:ar,requiredFonts:ar,requiredFormats:ar,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:et,specularExponent:et,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:et,strikethroughThickness:et,string:null,stroke:null,strokeDashArray:ar,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:et,strokeOpacity:et,strokeWidth:null,style:null,surfaceScale:et,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:ar,tabIndex:et,tableValues:null,target:null,targetX:et,targetY:et,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:ar,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:et,underlineThickness:et,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:et,values:null,vAlphabetic:et,vMathematical:et,vectorEffect:null,vHanging:et,vIdeographic:et,version:null,vertAdvY:et,vertOriginX:et,vertOriginY:et,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:et,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:DT}),NT=Va({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),LT=Va({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:IT}),BT=Va({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),jN=/[A-Z]/g,O0=/-[a-z]/g,RN=/^data[-\w.:]+$/i;function qT(e,t){const r=us(t);let n=t,i=rr;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&RN.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(O0,IN);n="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!O0.test(a)){let o=a.replace(jN,DN);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}i=vg}return new i(n,t)}function DN(e){return"-"+e.toLowerCase()}function IN(e){return e.charAt(1).toUpperCase()}const FT=jT([RT,kN,NT,LT,BT],"html"),gg=jT([RT,$N,NT,LT,BT],"svg");function A0(e){const t=[],r=String(e||"");let n=r.indexOf(","),i=0,a=!1;for(;!a;){n===-1&&(n=r.length,a=!0);const o=r.slice(i,n).trim();(o||!a)&&t.push(o),i=n+1,n=r.indexOf(",",i)}return t}function NN(e,t){const r=t||{};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const P0=/[#.]/g;function LN(e,t){const r=e||"",n={};let i=0,a,o;for(;i<r.length;){P0.lastIndex=i;const s=P0.exec(r),u=r.slice(i,s?s.index:r.length);u&&(a?a==="#"?n.id=u:Array.isArray(n.className)?n.className.push(u):n.className=[u]:o=u,i+=u.length),s&&(a=s[0],i++)}return{type:"element",tagName:o||t||"div",properties:n,children:[]}}function T0(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function BN(e){return e.join(" ").trim()}function zT(e,t,r){const n=r?UN(r):void 0;function i(a,o,...s){let u;if(a==null){u={type:"root",children:[]};const l=o;s.unshift(l)}else{u=LN(a,t);const l=u.tagName.toLowerCase(),c=n?n.get(l):void 0;if(u.tagName=c||l,qN(o))s.unshift(o);else for(const[f,h]of Object.entries(o))FN(e,u.properties,f,h)}for(const l of s)ny(u.children,l);return u.type==="element"&&u.tagName==="template"&&(u.content={type:"root",children:u.children},u.children=[]),u}return i}function qN(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,r=Object.keys(e);for(const n of r){const i=t[n];if(i&&typeof i=="object"){if(!Array.isArray(i))return!0;const a=i;for(const o of a)if(typeof o!="number"&&typeof o!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function FN(e,t,r,n){const i=qT(e,r);let a;if(n!=null){if(typeof n=="number"){if(Number.isNaN(n))return;a=n}else typeof n=="boolean"?a=n:typeof n=="string"?i.spaceSeparated?a=T0(n):i.commaSeparated?a=A0(n):i.commaOrSpaceSeparated?a=T0(A0(n).join(" ")):a=E0(i,i.property,n):Array.isArray(n)?a=[...n]:a=i.property==="style"?zN(n):String(n);if(Array.isArray(a)){const o=[];for(const s of a)o.push(E0(i,i.property,s));a=o}i.property==="className"&&Array.isArray(t.className)&&(a=t.className.concat(a)),t[i.property]=a}}function ny(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const r of t)ny(e,r);else if(typeof t=="object"&&"type"in t)t.type==="root"?ny(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function E0(e,t,r){if(typeof r=="string"){if(e.number&&r&&!Number.isNaN(Number(r)))return Number(r);if((e.boolean||e.overloadedBoolean)&&(r===""||us(r)===us(t)))return!0}return r}function zN(e){const t=[];for(const[r,n]of Object.entries(e))t.push([r,n].join(": "));return t.join("; ")}function UN(e){const t=new Map;for(const r of e)t.set(r.toLowerCase(),r);return t}const WN=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"];zT(FT,"div");const Hs=zT(gg,"g",WN),UT=(e=Hs)=>e("pattern",{id:"greyHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:Qe.neoGrey[200]}),e("path",{d:"M0,2 L8,2",stroke:Qe.neoGrey[400],"stroke-width":.5}),e("path",{d:"M0,6 L8,6",stroke:Qe.neoGrey[400],"stroke-width":.5})]),WT=(e=Hs)=>e("pattern",{id:"dataMissingHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFF3CC"}),e("path",{d:"M0,8 L8,0",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M-2,2 L2,-2",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M6,10 L10,6",stroke:"#FFB800","stroke-width":.5})]),GT=(e=Hs)=>e("pattern",{id:"noLstHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFE5E5"}),e("path",{d:"M0,0 L8,8",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M-2,6 L2,10",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M6,-2 L10,2",stroke:"#ED4134","stroke-width":.5})]),Ut={greyHatch:{background:Qe.neoGrey[200],lines:Qe.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}},GN=({categories:e,activeCategory:t,onCategoryHover:r,mode:n,visible:i=!0})=>U.jsx(V.Box,{className:"category-table",sx:{width:"100%",display:"flex",justifyContent:"center",opacity:i?1:0,transition:"opacity 0.3s ease-in-out","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>r(null),children:U.jsxs(V.Table,{"aria-label":"Categories summary",className:"category-summary-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[U.jsx("thead",{children:U.jsxs(V.TableRow,{children:[U.jsx(V.TableCell,{}),U.jsx(V.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),n==="point-in-time"?U.jsxs(U.Fragment,{children:[U.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"#"}),U.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"%"})]}):U.jsxs(U.Fragment,{children:[U.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Last"}),U.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Max"}),U.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Min"})]})]})}),U.jsx("tbody",{children:e.map(a=>{const o=a.color==="url(#greyHatchPattern)"?Ut.greyHatch.lines:a.color==="url(#dataMissingHatchPattern)"?Ut.dataMissingHatch.lines:a.color==="url(#noLstHatchPattern)"?Ut.noLstHatch.lines:a.color;return U.jsxs(V.TableRow,{onMouseEnter:()=>r(a.id),sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:t===a.id?`${o}15`:"transparent","&:hover":{backgroundColor:`${o}15`}},children:[U.jsx(V.TableCell,{align:"center",sx:{width:20},children:U.jsx(V.Box,{sx:{width:12,height:12,backgroundColor:a.color==="url(#greyHatchPattern)"?Ut.greyHatch.background:a.color==="url(#dataMissingHatchPattern)"?Ut.dataMissingHatch.background:a.color==="url(#noLstHatchPattern)"?Ut.noLstHatch.background:a.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:t===a.id?"scale(1.2)":"scale(1)",...a.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
16
|
+
0deg,
|
|
17
|
+
transparent,
|
|
18
|
+
transparent 3px,
|
|
19
|
+
${Ut.greyHatch.lines} 3px,
|
|
20
|
+
${Ut.greyHatch.lines} 4px
|
|
21
|
+
)`,borderRadius:"50%"}},...a.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
22
|
+
45deg,
|
|
23
|
+
transparent,
|
|
24
|
+
transparent 3px,
|
|
25
|
+
${Ut.dataMissingHatch.lines} 3px,
|
|
26
|
+
${Ut.dataMissingHatch.lines} 4px
|
|
27
|
+
)`,borderRadius:"50%"}},...a.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
28
|
+
-45deg,
|
|
29
|
+
transparent,
|
|
30
|
+
transparent 3px,
|
|
31
|
+
${Ut.noLstHatch.lines} 3px,
|
|
32
|
+
${Ut.noLstHatch.lines} 4px
|
|
33
|
+
)`,borderRadius:"50%"}}}})}),U.jsx(V.TableCell,{children:U.jsxs(V.Stack,{direction:"row",alignItems:"center",gap:.5,children:[U.jsx("span",{children:a.label}),a.tooltip&&U.jsx(V.Tooltip,{title:a.tooltip,placement:"right",arrow:!0,children:U.jsx(uA.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),n==="point-in-time"?U.jsxs(U.Fragment,{children:[U.jsx(V.TableCell,{align:"right",children:a.value}),U.jsxs(V.TableCell,{align:"right",children:[a.percentage,"%"]})]}):U.jsxs(U.Fragment,{children:[U.jsx(V.TableCell,{align:"right",children:a.value}),U.jsx(V.TableCell,{align:"right",children:a.max??"-"}),U.jsx(V.TableCell,{align:"right",children:a.min??"-"})]})]},a.id)})})]})}),C0={"N/A":"Items that aren't applicable to this migration.","No LST":"There are no LSTs for these items.","Data Missing":"There is data missing in the LSTs."},HN=(e,t="point-in-time")=>{const r=e.timeSeries[e.timeSeries.length-1];if(!r)return[];const n=e.categories.filter(f=>{var h;return!((h=f.parliamentMapping)!=null&&h.isSpecialCategory)}),i=n.reduce((f,h)=>f+(r.values[h.id]??0),0),a=e.metadata.specialCounts,o=a?(a.notApplicable??0)+(a.noLst??0)+(a.unavailable??0):0,s=i+o,u=t==="historical"?new Map(n.map(f=>{const h=e.timeSeries.map(p=>Math.round(p.values[f.id]??0)).filter(p=>p!==void 0);return[f.id,{max:Math.max(...h),min:Math.min(...h)}]})):null,l=n.map(f=>{const h=Math.round(r.values[f.id]??0),p=h/s*100,y=p>0&&p<1?"< 1":p.toFixed(0),m={id:f.id,label:f.label,value:h,percentage:Number.parseFloat(y),color:f.color,tooltip:C0[f.label]};if(u){const d=u.get(f.id);d&&(m.max=d.max,m.min=d.min)}return m}),c=[];if(a){const f=e.categories.filter(h=>{var p;return(p=h.parliamentMapping)==null?void 0:p.isSpecialCategory});for(const h of f){let p=0;if(h.label==="N/A"?p=Math.round(a.notApplicable??0):h.label==="No LST"?p=Math.round(a.noLst??0):h.label==="Data Missing"&&(p=Math.round(a.unavailable??0)),p>0){const y=p/s*100,m=y>0&&y<1?"< 1":y.toFixed(0);c.push({id:h.id,label:h.label,value:p,percentage:Number.parseFloat(m),color:h.color,tooltip:C0[h.label]})}}}return[...l,...c]},KN=e=>{if(!e.timeSeries[e.timeSeries.length-1])throw new Error("ChronoChart: No data points available");const r=e.timeSeries.map(i=>({timestamp:i.timestamp,values:i.values})),n=e.categories.map(i=>{var a;return{dataKey:i.id,label:i.label,color:i.color,fillOpacity:.7,strokeWidth:(a=i.parliamentMapping)!=null&&a.isSpecialCategory?3:1.5,parliamentMapping:i.parliamentMapping}});return{data:r,categories:n}},YN=e=>{if(!e.timeSeries||e.timeSeries.length===0)throw new Error("ChronoChart: timeSeries must not be empty");if(!e.categories||e.categories.length===0)throw new Error("ChronoChart: categories must not be empty");if(!e.metadata||typeof e.metadata.total!="number")throw new Error("ChronoChart: metadata.total is required");if(!e.timeSeries.every((n,i)=>i===0||n.timestamp>=e.timeSeries[i-1].timestamp))throw new Error("ChronoChart: timeSeries must be sorted by timestamp (ascending)");const r=e.timeSeries[0];if(r){for(const n of e.categories.filter(i=>{var a;return!((a=i.parliamentMapping)!=null&&a.isSpecialCategory)}))if(!(n.id in r.values))throw new Error(`ChronoChart: Category "${n.id}" not found in timeSeries data`)}},HT=({data:e,selectedIndex:t,title:r,subtitle:n,showHeader:i=!0,width:a=960,height:o=400,timeRange:s,onTimeRangeChange:u,enableBrush:l=!1,showLegend:c=!0,showTooltip:f=!0,showGrid:h=!0,enableAnimation:p=!0,animationDuration:y=7777,formatDate:m,formatValue:d,onAnimationStateChange:g,onTimelineReady:_,onAnimationProgress:b})=>{YN(e);const[x,v]=O.useState(null),[w,S]=O.useState(!0),A=O.useRef("historical"),P=O.useRef(void 0),C=O.useMemo(()=>e.timeSeries.length===1||t!==void 0?"point-in-time":"historical",[t,e.timeSeries.length]),T=O.useMemo(()=>{var F;let z;return t!==void 0&&e.timeSeries[t]?(z=e.timeSeries[t].timestamp,P.current=z):A.current==="point-in-time"&&C==="historical"&&P.current!==void 0?z=P.current:z=(F=e.timeSeries[e.timeSeries.length-1])==null?void 0:F.timestamp,A.current=C,z},[t,e.timeSeries,C]),E=e.timeSeries[0].timestamp,M=e.timeSeries[e.timeSeries.length-1].timestamp,[R,$]=O.useState([E,M]),k=s??R,D=O.useCallback(z=>{u?u(z):$(z)},[u]);O.useEffect(()=>{v(null)},[C]);const L=O.useMemo(()=>({top:10,right:30,left:60,bottom:30}),[]),q=O.useMemo(()=>KN(e),[e]),I=O.useMemo(()=>HN(e,C),[e,C]),j=O.useMemo(()=>{const z=e.timeSeries[e.timeSeries.length-1];return z?Object.values(z.values).reduce((F,H)=>F+H,0):0},[e.timeSeries]),B=O.useMemo(()=>mg({repositoryCount:j}),[j]),W=O.useMemo(()=>yg({repositoryCount:j}),[j]),G=O.useMemo(()=>{const z=o-L.top-L.bottom;return Math.round(z*.9)},[o,L]),X=O.useMemo(()=>e.events?e.events.map(z=>({timestamp:z.timestamp,label:z.eventName,color:"#992FB9"})):[],[e.events]),Z=O.useCallback(z=>{if(z){const F=e.categories.find(H=>H.label===z.label);v((F==null?void 0:F.id)??null)}else v(null)},[e.categories]),J=O.useCallback(z=>{S(!z),g&&g(z)},[g]);return U.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[i&&(r||n)&&U.jsxs(V.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&U.jsx(V.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&U.jsx(V.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),U.jsx(V.Box,{sx:{position:"relative",width:"100%"},children:U.jsx(kT,{data:q.data,categories:q.categories,mode:C==="point-in-time"?"parliament":"stacked-area",width:a,height:o,timeRange:k,onTimeRangeChange:D,enableBrush:l,showGrid:h,showAxes:!0,margin:L,markers:X,formatDate:m,formatValue:d,animationDuration:y,onAnimationStateChange:J,onTimelineReady:_,onAnimationProgress:b,onHoveredDataChange:Z,hoveredCategory:x,arcAngle:B,parliamentRadius:G,seatSize:W,parliamentTimestamp:T,timelineEvents:e.events,showTimeline:C==="historical"})}),U.jsx(GN,{categories:I,activeCategory:x,onCategoryHover:v,mode:C,visible:w})]})},XN=({containerRef:e,data:t,categories:r,width:n,height:i,margin:a,timeRange:o,showGrid:s=!0,showXAxis:u=!0,showYAxis:l=!0,enableBrush:c=!1,zoomToSelection:f=!1,onTimeRangeChange:h,formatDate:p,formatValue:y,markers:m=[],markerVisibilityMode:d="hover",onMarkerHoverChange:g})=>{O.useEffect(()=>{if(!e.current||t.length===0||r.length===0)return;const _=ee(e.current),b=n-a.left-a.right,x=i-a.top-a.bottom;_.selectAll("*").remove();const v=_.append("g").attr("transform",`translate(${a.left},${a.top})`),w=`d3-chart-clip-${Math.random().toString(36).substr(2,9)}`;_.append("defs").append("clipPath").attr("id",w).append("rect").attr("x",0).attr("y",0).attr("width",b).attr("height",x);const S=v.append("g").attr("clip-path",`url(#${w})`),A=r.map(j=>j.dataKey),P=Zu().keys(A),C=P(t),T=t.map(j=>j.timestamp),E=o?o[0]:Math.min(...T),M=o?o[1]:Math.max(...T),R=Gu().domain([new Date(E),new Date(M)]).range([0,b]),$=t.filter(j=>j.timestamp>=E&&j.timestamp<=M),k=P($),D=k.length>0?Math.max(...k[k.length-1].map(j=>j[1]??0)):0,L=Mi().domain([0,D*1.1]).range([x,0]).nice();s&&(S.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Ko(R).ticks(6).tickSize(x).tickFormat(()=>"")),S.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(Yo(L).ticks(5).tickSize(-b).tickFormat(()=>"")));const q=pi().x(j=>R(new Date(j.data.timestamp))).y0(j=>L(j[0])).y1(j=>L(j[1])).curve(Im.alpha(.5)),I=S.append("g").attr("class","areas");if(C.forEach((j,B)=>{const W=r[B];if(!W)return;const G=I.append("path").datum(j).attr("class",`area area-${W.dataKey}`).attr("fill",W.color).attr("fill-opacity",W.fillOpacity??.7).attr("stroke",W.color).attr("stroke-width",W.strokeWidth??1.5).attr("d",q);W.strokeDasharray&&G.attr("stroke-dasharray",W.strokeDasharray)}),m.length>0){const j=S.append("g").attr("class","markers"),B=d==="hover"?0:.6,W=m.filter(G=>G.timestamp>=E&&G.timestamp<=M).map(G=>({...G,x:R(new Date(G.timestamp))}));if(W.forEach(G=>{const X=j.append("line").attr("class","marker-line").attr("data-timestamp",G.timestamp).attr("x1",G.x).attr("x2",G.x).attr("y1",0).attr("y2",x).attr("stroke",G.color??"#131E7A").attr("stroke-width",2).attr("opacity",B);G.strokeDasharray&&X.attr("stroke-dasharray",G.strokeDasharray),G.label&&j.append("text").attr("class","marker-label").attr("data-timestamp",G.timestamp).attr("x",G.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",G.color??"#131E7A").attr("opacity",B).text(G.label)}),d==="hover"&&W.length>0){const G=_.append("g").attr("class","marker-tooltip").attr("transform",`translate(${a.left},${a.top})`).style("pointer-events","none").style("display","none"),X=G.append("rect").attr("fill","#131E7A").attr("rx",4).attr("ry",4).attr("filter","drop-shadow(0px 2px 4px rgba(0,0,0,0.2))"),Z=G.append("text").attr("fill","white").attr("font-size",12).attr("font-weight",500).attr("text-anchor","middle");let J=null;const z=S.append("rect").attr("class","marker-hover-overlay").attr("width",b).attr("height",x).attr("fill","none").attr("pointer-events","all"),F=H=>{let Q=null,N=1/0;if(W.forEach(Gt=>{const Et=Math.abs(H-Gt.x);Et<N&&(N=Et,Q=Gt)}),!Q||N>50)return J!==null&&(J=null,j.selectAll(".marker-line").attr("opacity",0),j.selectAll(".marker-label").attr("opacity",0),G.style("display","none"),g==null||g(!1)),!1;const K=Q;if(J===null&&(g==null||g(!0)),J===K.timestamp)return!0;J=K.timestamp,j.selectAll(".marker-line").attr("opacity",0),j.selectAll(".marker-label").attr("opacity",0),j.selectAll(".marker-line").filter(function(){return ee(this).attr("data-timestamp")===String(K.timestamp)}).attr("opacity",.6),j.selectAll(".marker-label").filter(function(){return ee(this).attr("data-timestamp")===String(K.timestamp)}).attr("opacity",1);const ot=new Date(K.timestamp),ht=p?p(K.timestamp):ot.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),at=K.label?`${K.label}: ${ht}`:ht;Z.text(at);const pt=Z.node().getBBox(),Tt=8,it=pt.width+Tt*2,ft=pt.height+Tt*2;X.attr("width",it).attr("height",ft);let wt=K.x-it/2;const $t=10;return wt<0?wt=0:wt+it>b&&(wt=b-it),G.attr("transform",`translate(${a.left+wt},${a.top+$t})`),Z.attr("x",it/2).attr("y",ft/2+4),G.style("display","block"),!0};z.on("mousemove",function(H){const[Q]=Xo(H,this);F(Q)&&H.stopPropagation()}),z.on("mouseleave",function(){J=null,j.selectAll(".marker-line").attr("opacity",0),j.selectAll(".marker-label").attr("opacity",0),G.style("display","none"),g==null||g(!1)})}}if(u){const j=Ko(R).ticks(6);p&&j.tickFormat(B=>p(+B)),v.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${x})`).call(j).selectAll("text").attr("font-size",11)}if(l){const j=Yo(L).ticks(5);y&&j.tickFormat(B=>y(+B)),v.append("g").attr("class","axis axis-y").call(j).selectAll("text").attr("font-size",11)}if(c&&h){const j=Kl().extent([[0,0],[b,x]]).on("end",W=>{if(!W.selection)return;const[G,X]=W.selection,Z=[+R.invert(G),+R.invert(X)];h(Z),f&&_.select(".brush").call(j.move,null)}),B=S.append("g").attr("class","brush").call(j);B.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),B.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8)}return()=>{_.selectAll("*").remove()}},[e,t,r,n,i,a,o,s,u,l,c,f,h,p,y,m,d,g])},VN=({data:e,categories:t,title:r,subtitle:n,showHeader:i=!0,showLegend:a=!0,showTooltip:o=!0,width:s=800,height:u=400,margin:l={top:20,right:30,bottom:40,left:60},timeRange:c,showGrid:f=!0,showAxes:h=!0,showXAxis:p,showYAxis:y,formatDate:m,formatValue:d,onTimeRangeChange:g,enableBrush:_=!1,zoomToSelection:b=!1,markers:x=[],markerVisibilityMode:v="hover"})=>{const w=O.useRef(null),[S,A]=O.useState(null),[P,C]=O.useState(!1);O.useEffect(()=>{P&&A(null)},[P]),XN({containerRef:w,data:e,categories:t,width:s,height:u,margin:l,timeRange:c,showGrid:f,showXAxis:p!==void 0?p:h,showYAxis:y!==void 0?y:h,enableBrush:_,zoomToSelection:b,onTimeRangeChange:g,formatDate:m,formatValue:d,markers:x,markerVisibilityMode:v,onMarkerHoverChange:C});const M=$=>{if(!o||!w.current||P)return;const k=w.current.getBoundingClientRect(),D=$.clientX-k.left-l.left,L=$.clientY-k.top,q=s-l.left-l.right;if(D<0||D>q){A(null);return}const I=e.map(H=>H.timestamp),j=c?c[0]:Math.min(...I),B=c?c[1]:Math.max(...I),W=D/q*(B-j)+j,X=((H,Q)=>{let N=0,st=H.length;for(;N<st;){const K=N+st>>>1;H[K]<Q?N=K+1:st=K}return N})(I,W),Z=e[X-1],J=e[X];let z=J;if(Z&&J?z=W-Z.timestamp>J.timestamp-W?J:Z:Z&&(z=Z),!z){A(null);return}const F=t.map(H=>({label:H.label,value:z[H.dataKey]??0,color:H.color}));A({visible:!0,x:$.clientX-k.left,y:L,timestamp:z.timestamp,values:F})},R=()=>{o&&A(null)};return U.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[i&&(r||n)&&U.jsxs(V.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&U.jsx(V.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&U.jsx(V.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),U.jsxs(V.Box,{sx:{width:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[U.jsx("svg",{ref:w,viewBox:`0 0 ${s} ${u}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",maxWidth:"1200px",minWidth:"400px",height:"auto",display:"block"},onMouseMove:M,onMouseLeave:R}),o&&S&&S.visible&&U.jsxs(V.Paper,{elevation:3,sx:{position:"absolute",left:S.x+10,top:S.y-10,pointerEvents:"none",padding:1.5,minWidth:150,zIndex:1e3,transform:S.x>s/2?"translateX(-100%) translateX(-20px)":"none"},children:[U.jsx(V.Typography,{variant:"caption",sx:{fontWeight:600,mb:1},children:m?m(S.timestamp):new Date(S.timestamp).toLocaleDateString()}),U.jsx(V.Stack,{spacing:.5,sx:{mt:1},children:S.values.map($=>U.jsxs(V.Stack,{direction:"row",justifyContent:"space-between",spacing:2,alignItems:"center",children:[U.jsxs(V.Stack,{direction:"row",spacing:.5,alignItems:"center",children:[U.jsx(V.Box,{sx:{width:8,height:8,backgroundColor:$.color,borderRadius:"50%"}}),U.jsxs(V.Typography,{variant:"caption",children:[$.label,":"]})]}),U.jsx(V.Typography,{variant:"caption",sx:{fontWeight:600},children:d?d($.value):$.value})]},$.label))})]})]}),a&&U.jsx(V.Stack,{direction:"row",spacing:3,sx:{flexWrap:"wrap",justifyContent:"center",gap:2},children:t.map($=>U.jsxs(V.Stack,{direction:"row",spacing:1,alignItems:"center",sx:{cursor:"pointer","&:hover":{opacity:.7}},children:[U.jsx(V.Box,{sx:{width:16,height:16,backgroundColor:$.color,opacity:$.fillOpacity??.7,border:`2px solid ${$.color}`,borderRadius:"2px",...$.strokeDasharray&&{backgroundImage:`repeating-linear-gradient(
|
|
34
|
+
45deg,
|
|
35
|
+
transparent,
|
|
36
|
+
transparent 4px,
|
|
37
|
+
${$.color} 4px,
|
|
38
|
+
${$.color} 8px
|
|
39
|
+
)`}}}),U.jsx(V.Typography,{variant:"body2",children:$.label})]},$.dataKey))})]})},ZN=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],M0={}.hasOwnProperty;function JN(e,t){const r=t||{};function n(i,...a){let o=n.invalid;const s=n.handlers;if(i&&M0.call(i,e)){const u=String(i[e]);o=M0.call(s,u)?s[u]:n.unknown}if(o)return o.call(this,i,...a)}return n.handlers=r.handlers||{},n.invalid=r.invalid,n.unknown=r.unknown,n}const QN=/["&'<>`]/g,tL=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,eL=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,rL=/[|\\{}()[\]^$+*?.]/g,k0=new WeakMap;function nL(e,t){if(e=e.replace(t.subset?iL(t.subset):QN,n),t.subset||t.escapeOnly)return e;return e.replace(tL,r).replace(eL,n);function r(i,a,o){return t.format((i.charCodeAt(0)-55296)*1024+i.charCodeAt(1)-56320+65536,o.charCodeAt(a+2),t)}function n(i,a,o){return t.format(i.charCodeAt(0),o.charCodeAt(a+1),t)}}function iL(e){let t=k0.get(e);return t||(t=aL(e),k0.set(e,t)),t}function aL(e){const t=[];let r=-1;for(;++r<e.length;)t.push(e[r].replace(rL,"\\$&"));return new RegExp("(?:"+t.join("|")+")","g")}const oL=/[\dA-Fa-f]/;function sL(e,t,r){const n="&#x"+e.toString(16).toUpperCase();return r&&t&&!oL.test(String.fromCharCode(t))?n:n+";"}const uL=/\d/;function lL(e,t,r){const n="&#"+String(e);return r&&t&&!uL.test(String.fromCharCode(t))?n:n+";"}const cL=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"],uf={nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",fnof:"ƒ",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",bull:"•",hellip:"…",prime:"′",Prime:"″",oline:"‾",frasl:"⁄",weierp:"℘",image:"ℑ",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦",quot:'"',amp:"&",lt:"<",gt:">",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"",zwj:"",lrm:"",rlm:"",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",permil:"‰",lsaquo:"‹",rsaquo:"›",euro:"€"},fL=["cent","copy","divide","gt","lt","not","para","times"],KT={}.hasOwnProperty,iy={};let cu;for(cu in uf)KT.call(uf,cu)&&(iy[uf[cu]]=cu);const hL=/[^\dA-Za-z]/;function pL(e,t,r,n){const i=String.fromCharCode(e);if(KT.call(iy,i)){const a=iy[i],o="&"+a;return r&&cL.includes(a)&&!fL.includes(a)&&(!n||t&&t!==61&&hL.test(String.fromCharCode(t)))?o:o+";"}return""}function dL(e,t,r){let n=sL(e,t,r.omitOptionalSemicolons),i;if((r.useNamedReferences||r.useShortestReferences)&&(i=pL(e,t,r.omitOptionalSemicolons,r.attribute)),(r.useShortestReferences||!i)&&r.useShortestReferences){const a=lL(e,t,r.omitOptionalSemicolons);a.length<n.length&&(n=a)}return i&&(!r.useShortestReferences||i.length<n.length)?i:n}function ca(e,t){return nL(e,Object.assign({format:dL},t))}const mL=/^>|^->|<!--|-->|--!>|<!-$/g,yL=[">"],vL=["<",">"];function gL(e,t,r,n){return n.settings.bogusComments?"<?"+ca(e.value,Object.assign({},n.settings.characterReferences,{subset:yL}))+">":"<!--"+e.value.replace(mL,i)+"-->";function i(a){return ca(a,Object.assign({},n.settings.characterReferences,{subset:vL}))}}function bL(e,t,r,n){return"<!"+(n.settings.upperDoctype?"DOCTYPE":"doctype")+(n.settings.tightDoctype?"":" ")+"html>"}function $0(e,t){const r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let n=0,i=r.indexOf(t);for(;i!==-1;)n++,i=r.indexOf(t,i+t.length);return n}const _L=/[ \t\n\f\r]/g;function bg(e){return typeof e=="object"?e.type==="text"?j0(e.value):!1:j0(e)}function j0(e){return e.replace(_L,"")===""}const we=XT(1),YT=XT(-1),xL=[];function XT(e){return t;function t(r,n,i){const a=r?r.children:xL;let o=(n||0)+e,s=a[o];if(!i)for(;s&&bg(s);)o+=e,s=a[o];return s}}const wL={}.hasOwnProperty;function VT(e){return t;function t(r,n,i){return wL.call(e,r.tagName)&&e[r.tagName](r,n,i)}}const _g=VT({body:OL,caption:lf,colgroup:lf,dd:EL,dt:TL,head:lf,html:SL,li:PL,optgroup:CL,option:ML,p:AL,rp:R0,rt:R0,tbody:$L,td:D0,tfoot:jL,th:D0,thead:kL,tr:RL});function lf(e,t,r){const n=we(r,t,!0);return!n||n.type!=="comment"&&!(n.type==="text"&&bg(n.value.charAt(0)))}function SL(e,t,r){const n=we(r,t);return!n||n.type!=="comment"}function OL(e,t,r){const n=we(r,t);return!n||n.type!=="comment"}function AL(e,t,r){const n=we(r,t);return n?n.type==="element"&&(n.tagName==="address"||n.tagName==="article"||n.tagName==="aside"||n.tagName==="blockquote"||n.tagName==="details"||n.tagName==="div"||n.tagName==="dl"||n.tagName==="fieldset"||n.tagName==="figcaption"||n.tagName==="figure"||n.tagName==="footer"||n.tagName==="form"||n.tagName==="h1"||n.tagName==="h2"||n.tagName==="h3"||n.tagName==="h4"||n.tagName==="h5"||n.tagName==="h6"||n.tagName==="header"||n.tagName==="hgroup"||n.tagName==="hr"||n.tagName==="main"||n.tagName==="menu"||n.tagName==="nav"||n.tagName==="ol"||n.tagName==="p"||n.tagName==="pre"||n.tagName==="section"||n.tagName==="table"||n.tagName==="ul"):!r||!(r.type==="element"&&(r.tagName==="a"||r.tagName==="audio"||r.tagName==="del"||r.tagName==="ins"||r.tagName==="map"||r.tagName==="noscript"||r.tagName==="video"))}function PL(e,t,r){const n=we(r,t);return!n||n.type==="element"&&n.tagName==="li"}function TL(e,t,r){const n=we(r,t);return!!(n&&n.type==="element"&&(n.tagName==="dt"||n.tagName==="dd"))}function EL(e,t,r){const n=we(r,t);return!n||n.type==="element"&&(n.tagName==="dt"||n.tagName==="dd")}function R0(e,t,r){const n=we(r,t);return!n||n.type==="element"&&(n.tagName==="rp"||n.tagName==="rt")}function CL(e,t,r){const n=we(r,t);return!n||n.type==="element"&&n.tagName==="optgroup"}function ML(e,t,r){const n=we(r,t);return!n||n.type==="element"&&(n.tagName==="option"||n.tagName==="optgroup")}function kL(e,t,r){const n=we(r,t);return!!(n&&n.type==="element"&&(n.tagName==="tbody"||n.tagName==="tfoot"))}function $L(e,t,r){const n=we(r,t);return!n||n.type==="element"&&(n.tagName==="tbody"||n.tagName==="tfoot")}function jL(e,t,r){return!we(r,t)}function RL(e,t,r){const n=we(r,t);return!n||n.type==="element"&&n.tagName==="tr"}function D0(e,t,r){const n=we(r,t);return!n||n.type==="element"&&(n.tagName==="td"||n.tagName==="th")}const DL=VT({body:LL,colgroup:BL,head:NL,html:IL,tbody:qL});function IL(e){const t=we(e,-1);return!t||t.type!=="comment"}function NL(e){const t=new Set;for(const n of e.children)if(n.type==="element"&&(n.tagName==="base"||n.tagName==="title")){if(t.has(n.tagName))return!1;t.add(n.tagName)}const r=e.children[0];return!r||r.type==="element"}function LL(e){const t=we(e,-1,!0);return!t||t.type!=="comment"&&!(t.type==="text"&&bg(t.value.charAt(0)))&&!(t.type==="element"&&(t.tagName==="meta"||t.tagName==="link"||t.tagName==="script"||t.tagName==="style"||t.tagName==="template"))}function BL(e,t,r){const n=YT(r,t),i=we(e,-1,!0);return r&&n&&n.type==="element"&&n.tagName==="colgroup"&&_g(n,r.children.indexOf(n),r)?!1:!!(i&&i.type==="element"&&i.tagName==="col")}function qL(e,t,r){const n=YT(r,t),i=we(e,-1);return r&&n&&n.type==="element"&&(n.tagName==="thead"||n.tagName==="tbody")&&_g(n,r.children.indexOf(n),r)?!1:!!(i&&i.type==="element"&&i.tagName==="tr")}const fu={name:[[`
|
|
2
40
|
\f\r &/=>`.split(""),`
|
|
3
41
|
\f\r "&'/=>\``.split("")],[`\0
|
|
4
42
|
\f\r "&'/<=>`.split(""),`\0
|
|
@@ -6,22 +44,117 @@
|
|
|
6
44
|
\f\r &>`.split(""),`\0
|
|
7
45
|
\f\r "&'<=>\``.split("")],[`\0
|
|
8
46
|
\f\r "&'<=>\``.split(""),`\0
|
|
9
|
-
\f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function _u(r,e,n,t){const a=t.schema,i=a.space==="svg"?!1:t.settings.omitOptionalTags;let o=a.space==="svg"?t.settings.closeEmptyElements:t.settings.voids.includes(r.tagName.toLowerCase());const l=[];let s;a.space==="html"&&r.tagName==="svg"&&(t.schema=Vn);const u=Su(t,r.properties),f=t.all(a.space==="html"&&r.tagName==="template"?r.content:r);return t.schema=a,f&&(o=!1),(u||!i||!pu(r,e,n))&&(l.push("<",r.tagName,u?" "+u:""),o&&(a.space==="svg"||t.settings.closeSelfClosing)&&(s=u.charAt(u.length-1),(!t.settings.tightSelfClosing||s==="/"||s&&s!=='"'&&s!=="'")&&l.push(" "),l.push("/")),l.push(">")),l.push(f),!o&&(!i||!Xn(r,e,n))&&l.push("</"+r.tagName+">"),l.join("")}function Su(r,e){const n=[];let t=-1,a;if(e){for(a in e)if(e[a]!==null&&e[a]!==void 0){const i=xu(r,a,e[a]);i&&n.push(i)}}for(;++t<n.length;){const i=r.settings.tightAttributes?n[t].charAt(n[t].length-1):void 0;t!==n.length-1&&i!=='"'&&i!=="'"&&(n[t]+=" ")}return n.join("")}function xu(r,e,n){const t=Tl(r.schema,e),a=r.settings.allowParseErrors&&r.schema.space==="html"?0:1,i=r.settings.allowDangerousCharacters?0:1;let o=r.quote,l;if(t.overloadedBoolean&&(n===t.attribute||n==="")?n=!0:(t.boolean||t.overloadedBoolean)&&(typeof n!="string"||n===t.attribute||n==="")&&(n=!!n),n==null||n===!1||typeof n=="number"&&Number.isNaN(n))return"";const s=ne(t.attribute,Object.assign({},r.settings.characterReferences,{subset:Re.name[a][i]}));return n===!0||(n=Array.isArray(n)?(t.commaSeparated?Zs:Js)(n,{padLeft:!r.settings.tightCommaSeparatedLists}):String(n),r.settings.collapseEmptyAttributes&&!n)?s:(r.settings.preferUnquoted&&(l=ne(n,Object.assign({},r.settings.characterReferences,{attribute:!0,subset:Re.unquoted[a][i]}))),l!==n&&(r.settings.quoteSmart&&da(n,o)>da(n,r.alternative)&&(o=r.alternative),l=o+ne(n,Object.assign({},r.settings.characterReferences,{subset:(o==="'"?Re.single:Re.double)[a][i],attribute:!0}))+o),s+(l&&"="+l))}const Au=["<","&"];function Ll(r,e,n,t){return n&&n.type==="element"&&(n.tagName==="script"||n.tagName==="style")?r.value:ne(r.value,Object.assign({},t.settings.characterReferences,{subset:Au}))}function qu(r,e,n,t){return t.settings.allowDangerousHtml?r.value:Ll(r,e,n,t)}function Cu(r,e,n,t){return t.all(r)}const Ru=Os("type",{invalid:wu,unknown:Tu,handlers:{comment:Ys,doctype:Xs,element:_u,raw:qu,root:Cu,text:Ll}});function wu(r){throw new Error("Expected node, not `"+r+"`")}function Tu(r){const e=r;throw new Error("Cannot compile unknown node `"+e.type+"`")}const Ou={},Mu={},Pu=[];function Eu(r,e){const n=Ou,t=n.quote||'"',a=t==='"'?"'":'"';if(t!=='"'&&t!=="'")throw new Error("Invalid quote `"+t+"`, expected `'` or `\"`");return{one:Iu,all:Lu,settings:{omitOptionalTags:n.omitOptionalTags||!1,allowParseErrors:n.allowParseErrors||!1,allowDangerousCharacters:n.allowDangerousCharacters||!1,quoteSmart:n.quoteSmart||!1,preferUnquoted:n.preferUnquoted||!1,tightAttributes:n.tightAttributes||!1,upperDoctype:n.upperDoctype||!1,tightDoctype:n.tightDoctype||!1,bogusComments:n.bogusComments||!1,tightCommaSeparatedLists:n.tightCommaSeparatedLists||!1,tightSelfClosing:n.tightSelfClosing||!1,collapseEmptyAttributes:n.collapseEmptyAttributes||!1,allowDangerousHtml:n.allowDangerousHtml||!1,voids:n.voids||Ss,characterReferences:n.characterReferences||Mu,closeSelfClosing:n.closeSelfClosing||!1,closeEmptyElements:n.closeEmptyElements||!1},schema:n.space==="svg"?Vn:Ol,quote:t,alternative:a}.one(Array.isArray(r)?{type:"root",children:r}:r,void 0,void 0)}function Iu(r,e,n){return Ru(r,e,n,this)}function Lu(r){const e=[],n=r&&r.children||Pu;let t=-1;for(;++t<n.length;)e[t]=this.one(n[t],t,r);return e.join("")}const J={neoGrey:{200:"#EDEFEF",400:"#ADB5BD"},neoDigitalGreen:{600:"#40c048"}},H={arcAngle:180,maxSeats:200,useEnhanced:!0,chartConfig:{radius:220,seatSize:5,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4,arcAngleFlexibility:5},colors:{emptySeats:"#f8f8f8",emptySeatsBorder:"#d8d8d8",seatBorder:"#fff"},animation:{transitionDuration:"0.2s",hoverOpacity:{active:"1",dimmed:"0.2",empty:"0.3"}},scaling:{enableScaling:!0,scaleThreshold:200}},ae={COMPLETED:J.neoDigitalGreen[600],NOT_APPLICABLE:"url(#greyHatchPattern)",NO_LST:"url(#noLstHatchPattern)",DATA_MISSING:"url(#dataMissingHatchPattern)"},pe="N/A",ge="No LST",me="Data Missing",va=/[#.]/g;function Du(r,e){const n=r||"",t={};let a=0,i,o;for(;a<n.length;){va.lastIndex=a;const l=va.exec(n),s=n.slice(a,l?l.index:n.length);s&&(i?i==="#"?t.id=s:Array.isArray(t.className)?t.className.push(s):t.className=[s]:o=s,a+=s.length),l&&(i=l[0],a++)}return{type:"element",tagName:o||e||"div",properties:t,children:[]}}function Dl(r,e,n){const t=n?ju(n):void 0;function a(i,o,...l){let s;if(i==null){s={type:"root",children:[]};const u=o;l.unshift(u)}else{s=Du(i,e);const u=s.tagName.toLowerCase(),f=t?t.get(u):void 0;if(s.tagName=f||u,Nu(o))l.unshift(o);else for(const[d,c]of Object.entries(o))ku(r,s.properties,d,c)}for(const u of l)Un(s.children,u);return s.type==="element"&&s.tagName==="template"&&(s.content={type:"root",children:s.children},s.children=[]),s}return a}function Nu(r){if(r===null||typeof r!="object"||Array.isArray(r))return!0;if(typeof r.type!="string")return!1;const e=r,n=Object.keys(r);for(const t of n){const a=e[t];if(a&&typeof a=="object"){if(!Array.isArray(a))return!0;const i=a;for(const o of i)if(typeof o!="number"&&typeof o!="string")return!0}}return!!("children"in r&&Array.isArray(r.children))}function ku(r,e,n,t){const a=Tl(r,n);let i;if(t!=null){if(typeof t=="number"){if(Number.isNaN(t))return;i=t}else typeof t=="boolean"?i=t:typeof t=="string"?a.spaceSeparated?i=pa(t):a.commaSeparated?i=ha(t):a.commaOrSpaceSeparated?i=pa(ha(t).join(" ")):i=ba(a,a.property,t):Array.isArray(t)?i=[...t]:i=a.property==="style"?Fu(t):String(t);if(Array.isArray(i)){const o=[];for(const l of i)o.push(ba(a,a.property,l));i=o}a.property==="className"&&Array.isArray(e.className)&&(i=e.className.concat(i)),e[a.property]=i}}function Un(r,e){if(e!=null)if(typeof e=="number"||typeof e=="string")r.push({type:"text",value:String(e)});else if(Array.isArray(e))for(const n of e)Un(r,n);else if(typeof e=="object"&&"type"in e)e.type==="root"?Un(r,e.children):r.push(e);else throw new Error("Expected node, nodes, or string, got `"+e+"`")}function ba(r,e,n){if(typeof n=="string"){if(r.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((r.boolean||r.overloadedBoolean)&&(n===""||ye(n)===ye(e)))return!0}return n}function Fu(r){const e=[];for(const[n,t]of Object.entries(r))e.push([n,t].join(": "));return e.join("; ")}function ju(r){const e=new Map;for(const n of r)e.set(n.toLowerCase(),n);return e}const Hu=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"];Dl(Ol,"div");const be=Dl(Vn,"g",Hu);var we=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function oe(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Ke,_a;function Nl(){if(_a)return Ke;_a=1;var r=typeof we=="object"&&we&&we.Object===Object&&we;return Ke=r,Ke}var $e,Sa;function Y(){if(Sa)return $e;Sa=1;var r=Nl(),e=typeof self=="object"&&self&&self.Object===Object&&self,n=r||e||Function("return this")();return $e=n,$e}var We,xa;function zu(){if(xa)return We;xa=1;var r=/\s/;function e(n){for(var t=n.length;t--&&r.test(n.charAt(t)););return t}return We=e,We}var Ve,Aa;function Bu(){if(Aa)return Ve;Aa=1;var r=zu(),e=/^\s+/;function n(t){return t&&t.slice(0,r(t)+1).replace(e,"")}return Ve=n,Ve}var Ye,qa;function _e(){if(qa)return Ye;qa=1;function r(e){var n=typeof e;return e!=null&&(n=="object"||n=="function")}return Ye=r,Ye}var Xe,Ca;function Se(){if(Ca)return Xe;Ca=1;var r=Y(),e=r.Symbol;return Xe=e,Xe}var Ze,Ra;function Gu(){if(Ra)return Ze;Ra=1;var r=Se(),e=Object.prototype,n=e.hasOwnProperty,t=e.toString,a=r?r.toStringTag:void 0;function i(o){var l=n.call(o,a),s=o[a];try{o[a]=void 0;var u=!0}catch{}var f=t.call(o);return u&&(l?o[a]=s:delete o[a]),f}return Ze=i,Ze}var Je,wa;function Uu(){if(wa)return Je;wa=1;var r=Object.prototype,e=r.toString;function n(t){return e.call(t)}return Je=n,Je}var Qe,Ta;function xe(){if(Ta)return Qe;Ta=1;var r=Se(),e=Gu(),n=Uu(),t="[object Null]",a="[object Undefined]",i=r?r.toStringTag:void 0;function o(l){return l==null?l===void 0?a:t:i&&i in Object(l)?e(l):n(l)}return Qe=o,Qe}var er,Oa;function Ae(){if(Oa)return er;Oa=1;function r(e){return e!=null&&typeof e=="object"}return er=r,er}var rr,Ma;function qe(){if(Ma)return rr;Ma=1;var r=xe(),e=Ae(),n="[object Symbol]";function t(a){return typeof a=="symbol"||e(a)&&r(a)==n}return rr=t,rr}var tr,Pa;function kl(){if(Pa)return tr;Pa=1;var r=Bu(),e=_e(),n=qe(),t=NaN,a=/^[-+]0x[0-9a-f]+$/i,i=/^0b[01]+$/i,o=/^0o[0-7]+$/i,l=parseInt;function s(u){if(typeof u=="number")return u;if(n(u))return t;if(e(u)){var f=typeof u.valueOf=="function"?u.valueOf():u;u=e(f)?f+"":f}if(typeof u!="string")return u===0?u:+u;u=r(u);var d=i.test(u);return d||o.test(u)?l(u.slice(2),d?2:8):a.test(u)?t:+u}return tr=s,tr}var nr,Ea;function Fl(){if(Ea)return nr;Ea=1;var r=kl(),e=1/0,n=17976931348623157e292;function t(a){if(!a)return a===0?a:0;if(a=r(a),a===e||a===-e){var i=a<0?-1:1;return i*n}return a===a?a:0}return nr=t,nr}var ar,Ia;function jl(){if(Ia)return ar;Ia=1;var r=Fl();function e(n){var t=r(n),a=t%1;return t===t?a?t-a:t:0}return ar=e,ar}var ir,La;function Oe(){if(La)return ir;La=1;function r(e,n){for(var t=-1,a=e==null?0:e.length,i=Array(a);++t<a;)i[t]=n(e[t],t,e);return i}return ir=r,ir}var or,Da;function V(){if(Da)return or;Da=1;var r=Array.isArray;return or=r,or}var lr,Na;function Ku(){if(Na)return lr;Na=1;var r=Se(),e=Oe(),n=V(),t=qe(),a=r?r.prototype:void 0,i=a?a.toString:void 0;function o(l){if(typeof l=="string")return l;if(n(l))return e(l,o)+"";if(t(l))return i?i.call(l):"";var s=l+"";return s=="0"&&1/l==-1/0?"-0":s}return lr=o,lr}var sr,ka;function Hl(){if(ka)return sr;ka=1;var r=Ku();function e(n){return n==null?"":r(n)}return sr=e,sr}var ur,Fa;function $u(){if(Fa)return ur;Fa=1;var r=Y(),e=jl(),n=kl(),t=Hl(),a=r.isFinite,i=Math.min;function o(l){var s=Math[l];return function(u,f){if(u=n(u),f=f==null?0:i(e(f),292),f&&a(u)){var d=(t(u)+"e").split("e"),c=s(d[0]+"e"+(+d[1]+f));return d=(t(c)+"e").split("e"),+(d[0]+"e"+(+d[1]-f))}return s(u)}}return ur=o,ur}var cr,ja;function Wu(){if(ja)return cr;ja=1;var r=$u(),e=r("round");return cr=e,cr}var Vu=Wu();const Yu=oe(Vu);var fr,Ha;function zl(){if(Ha)return fr;Ha=1;function r(e,n){for(var t=-1,a=n.length,i=e.length;++t<a;)e[i+t]=n[t];return e}return fr=r,fr}var dr,za;function Xu(){if(za)return dr;za=1;var r=xe(),e=Ae(),n="[object Arguments]";function t(a){return e(a)&&r(a)==n}return dr=t,dr}var hr,Ba;function Zn(){if(Ba)return hr;Ba=1;var r=Xu(),e=Ae(),n=Object.prototype,t=n.hasOwnProperty,a=n.propertyIsEnumerable,i=r((function(){return arguments})())?r:function(o){return e(o)&&t.call(o,"callee")&&!a.call(o,"callee")};return hr=i,hr}var pr,Ga;function Zu(){if(Ga)return pr;Ga=1;var r=Se(),e=Zn(),n=V(),t=r?r.isConcatSpreadable:void 0;function a(i){return n(i)||e(i)||!!(t&&i&&i[t])}return pr=a,pr}var gr,Ua;function Bl(){if(Ua)return gr;Ua=1;var r=zl(),e=Zu();function n(t,a,i,o,l){var s=-1,u=t.length;for(i||(i=e),l||(l=[]);++s<u;){var f=t[s];a>0&&i(f)?a>1?n(f,a-1,i,o,l):r(l,f):o||(l[l.length]=f)}return l}return gr=n,gr}var mr,Ka;function Jn(){if(Ka)return mr;Ka=1;var r=V(),e=qe(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,t=/^\w*$/;function a(i,o){if(r(i))return!1;var l=typeof i;return l=="number"||l=="symbol"||l=="boolean"||i==null||e(i)?!0:t.test(i)||!n.test(i)||o!=null&&i in Object(o)}return mr=a,mr}var yr,$a;function Gl(){if($a)return yr;$a=1;var r=xe(),e=_e(),n="[object AsyncFunction]",t="[object Function]",a="[object GeneratorFunction]",i="[object Proxy]";function o(l){if(!e(l))return!1;var s=r(l);return s==t||s==a||s==n||s==i}return yr=o,yr}var vr,Wa;function Ju(){if(Wa)return vr;Wa=1;var r=Y(),e=r["__core-js_shared__"];return vr=e,vr}var br,Va;function Qu(){if(Va)return br;Va=1;var r=Ju(),e=(function(){var t=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""})();function n(t){return!!e&&e in t}return br=n,br}var _r,Ya;function Ul(){if(Ya)return _r;Ya=1;var r=Function.prototype,e=r.toString;function n(t){if(t!=null){try{return e.call(t)}catch{}try{return t+""}catch{}}return""}return _r=n,_r}var Sr,Xa;function ec(){if(Xa)return Sr;Xa=1;var r=Gl(),e=Qu(),n=_e(),t=Ul(),a=/[\\^$.*+?()[\]{}|]/g,i=/^\[object .+?Constructor\]$/,o=Function.prototype,l=Object.prototype,s=o.toString,u=l.hasOwnProperty,f=RegExp("^"+s.call(u).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function d(c){if(!n(c)||e(c))return!1;var h=r(c)?f:i;return h.test(t(c))}return Sr=d,Sr}var xr,Za;function rc(){if(Za)return xr;Za=1;function r(e,n){return e==null?void 0:e[n]}return xr=r,xr}var Ar,Ja;function ee(){if(Ja)return Ar;Ja=1;var r=ec(),e=rc();function n(t,a){var i=e(t,a);return r(i)?i:void 0}return Ar=n,Ar}var qr,Qa;function Me(){if(Qa)return qr;Qa=1;var r=ee(),e=r(Object,"create");return qr=e,qr}var Cr,ei;function tc(){if(ei)return Cr;ei=1;var r=Me();function e(){this.__data__=r?r(null):{},this.size=0}return Cr=e,Cr}var Rr,ri;function nc(){if(ri)return Rr;ri=1;function r(e){var n=this.has(e)&&delete this.__data__[e];return this.size-=n?1:0,n}return Rr=r,Rr}var wr,ti;function ac(){if(ti)return wr;ti=1;var r=Me(),e="__lodash_hash_undefined__",n=Object.prototype,t=n.hasOwnProperty;function a(i){var o=this.__data__;if(r){var l=o[i];return l===e?void 0:l}return t.call(o,i)?o[i]:void 0}return wr=a,wr}var Tr,ni;function ic(){if(ni)return Tr;ni=1;var r=Me(),e=Object.prototype,n=e.hasOwnProperty;function t(a){var i=this.__data__;return r?i[a]!==void 0:n.call(i,a)}return Tr=t,Tr}var Or,ai;function oc(){if(ai)return Or;ai=1;var r=Me(),e="__lodash_hash_undefined__";function n(t,a){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=r&&a===void 0?e:a,this}return Or=n,Or}var Mr,ii;function lc(){if(ii)return Mr;ii=1;var r=tc(),e=nc(),n=ac(),t=ic(),a=oc();function i(o){var l=-1,s=o==null?0:o.length;for(this.clear();++l<s;){var u=o[l];this.set(u[0],u[1])}}return i.prototype.clear=r,i.prototype.delete=e,i.prototype.get=n,i.prototype.has=t,i.prototype.set=a,Mr=i,Mr}var Pr,oi;function sc(){if(oi)return Pr;oi=1;function r(){this.__data__=[],this.size=0}return Pr=r,Pr}var Er,li;function Qn(){if(li)return Er;li=1;function r(e,n){return e===n||e!==e&&n!==n}return Er=r,Er}var Ir,si;function Pe(){if(si)return Ir;si=1;var r=Qn();function e(n,t){for(var a=n.length;a--;)if(r(n[a][0],t))return a;return-1}return Ir=e,Ir}var Lr,ui;function uc(){if(ui)return Lr;ui=1;var r=Pe(),e=Array.prototype,n=e.splice;function t(a){var i=this.__data__,o=r(i,a);if(o<0)return!1;var l=i.length-1;return o==l?i.pop():n.call(i,o,1),--this.size,!0}return Lr=t,Lr}var Dr,ci;function cc(){if(ci)return Dr;ci=1;var r=Pe();function e(n){var t=this.__data__,a=r(t,n);return a<0?void 0:t[a][1]}return Dr=e,Dr}var Nr,fi;function fc(){if(fi)return Nr;fi=1;var r=Pe();function e(n){return r(this.__data__,n)>-1}return Nr=e,Nr}var kr,di;function dc(){if(di)return kr;di=1;var r=Pe();function e(n,t){var a=this.__data__,i=r(a,n);return i<0?(++this.size,a.push([n,t])):a[i][1]=t,this}return kr=e,kr}var Fr,hi;function Ee(){if(hi)return Fr;hi=1;var r=sc(),e=uc(),n=cc(),t=fc(),a=dc();function i(o){var l=-1,s=o==null?0:o.length;for(this.clear();++l<s;){var u=o[l];this.set(u[0],u[1])}}return i.prototype.clear=r,i.prototype.delete=e,i.prototype.get=n,i.prototype.has=t,i.prototype.set=a,Fr=i,Fr}var jr,pi;function ea(){if(pi)return jr;pi=1;var r=ee(),e=Y(),n=r(e,"Map");return jr=n,jr}var Hr,gi;function hc(){if(gi)return Hr;gi=1;var r=lc(),e=Ee(),n=ea();function t(){this.size=0,this.__data__={hash:new r,map:new(n||e),string:new r}}return Hr=t,Hr}var zr,mi;function pc(){if(mi)return zr;mi=1;function r(e){var n=typeof e;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?e!=="__proto__":e===null}return zr=r,zr}var Br,yi;function Ie(){if(yi)return Br;yi=1;var r=pc();function e(n,t){var a=n.__data__;return r(t)?a[typeof t=="string"?"string":"hash"]:a.map}return Br=e,Br}var Gr,vi;function gc(){if(vi)return Gr;vi=1;var r=Ie();function e(n){var t=r(this,n).delete(n);return this.size-=t?1:0,t}return Gr=e,Gr}var Ur,bi;function mc(){if(bi)return Ur;bi=1;var r=Ie();function e(n){return r(this,n).get(n)}return Ur=e,Ur}var Kr,_i;function yc(){if(_i)return Kr;_i=1;var r=Ie();function e(n){return r(this,n).has(n)}return Kr=e,Kr}var $r,Si;function vc(){if(Si)return $r;Si=1;var r=Ie();function e(n,t){var a=r(this,n),i=a.size;return a.set(n,t),this.size+=a.size==i?0:1,this}return $r=e,$r}var Wr,xi;function ra(){if(xi)return Wr;xi=1;var r=hc(),e=gc(),n=mc(),t=yc(),a=vc();function i(o){var l=-1,s=o==null?0:o.length;for(this.clear();++l<s;){var u=o[l];this.set(u[0],u[1])}}return i.prototype.clear=r,i.prototype.delete=e,i.prototype.get=n,i.prototype.has=t,i.prototype.set=a,Wr=i,Wr}var Vr,Ai;function bc(){if(Ai)return Vr;Ai=1;var r=ra(),e="Expected a function";function n(t,a){if(typeof t!="function"||a!=null&&typeof a!="function")throw new TypeError(e);var i=function(){var o=arguments,l=a?a.apply(this,o):o[0],s=i.cache;if(s.has(l))return s.get(l);var u=t.apply(this,o);return i.cache=s.set(l,u)||s,u};return i.cache=new(n.Cache||r),i}return n.Cache=r,Vr=n,Vr}var Yr,qi;function _c(){if(qi)return Yr;qi=1;var r=bc(),e=500;function n(t){var a=r(t,function(o){return i.size===e&&i.clear(),o}),i=a.cache;return a}return Yr=n,Yr}var Xr,Ci;function Sc(){if(Ci)return Xr;Ci=1;var r=_c(),e=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,t=r(function(a){var i=[];return a.charCodeAt(0)===46&&i.push(""),a.replace(e,function(o,l,s,u){i.push(s?u.replace(n,"$1"):l||o)}),i});return Xr=t,Xr}var Zr,Ri;function Kl(){if(Ri)return Zr;Ri=1;var r=V(),e=Jn(),n=Sc(),t=Hl();function a(i,o){return r(i)?i:e(i,o)?[i]:n(t(i))}return Zr=a,Zr}var Jr,wi;function Le(){if(wi)return Jr;wi=1;var r=qe();function e(n){if(typeof n=="string"||r(n))return n;var t=n+"";return t=="0"&&1/n==-1/0?"-0":t}return Jr=e,Jr}var Qr,Ti;function ta(){if(Ti)return Qr;Ti=1;var r=Kl(),e=Le();function n(t,a){a=r(a,t);for(var i=0,o=a.length;t!=null&&i<o;)t=t[e(a[i++])];return i&&i==o?t:void 0}return Qr=n,Qr}var et,Oi;function xc(){if(Oi)return et;Oi=1;var r=Ee();function e(){this.__data__=new r,this.size=0}return et=e,et}var rt,Mi;function Ac(){if(Mi)return rt;Mi=1;function r(e){var n=this.__data__,t=n.delete(e);return this.size=n.size,t}return rt=r,rt}var tt,Pi;function qc(){if(Pi)return tt;Pi=1;function r(e){return this.__data__.get(e)}return tt=r,tt}var nt,Ei;function Cc(){if(Ei)return nt;Ei=1;function r(e){return this.__data__.has(e)}return nt=r,nt}var at,Ii;function Rc(){if(Ii)return at;Ii=1;var r=Ee(),e=ea(),n=ra(),t=200;function a(i,o){var l=this.__data__;if(l instanceof r){var s=l.__data__;if(!e||s.length<t-1)return s.push([i,o]),this.size=++l.size,this;l=this.__data__=new n(s)}return l.set(i,o),this.size=l.size,this}return at=a,at}var it,Li;function $l(){if(Li)return it;Li=1;var r=Ee(),e=xc(),n=Ac(),t=qc(),a=Cc(),i=Rc();function o(l){var s=this.__data__=new r(l);this.size=s.size}return o.prototype.clear=e,o.prototype.delete=n,o.prototype.get=t,o.prototype.has=a,o.prototype.set=i,it=o,it}var ot,Di;function wc(){if(Di)return ot;Di=1;var r="__lodash_hash_undefined__";function e(n){return this.__data__.set(n,r),this}return ot=e,ot}var lt,Ni;function Tc(){if(Ni)return lt;Ni=1;function r(e){return this.__data__.has(e)}return lt=r,lt}var st,ki;function Oc(){if(ki)return st;ki=1;var r=ra(),e=wc(),n=Tc();function t(a){var i=-1,o=a==null?0:a.length;for(this.__data__=new r;++i<o;)this.add(a[i])}return t.prototype.add=t.prototype.push=e,t.prototype.has=n,st=t,st}var ut,Fi;function Mc(){if(Fi)return ut;Fi=1;function r(e,n){for(var t=-1,a=e==null?0:e.length;++t<a;)if(n(e[t],t,e))return!0;return!1}return ut=r,ut}var ct,ji;function Pc(){if(ji)return ct;ji=1;function r(e,n){return e.has(n)}return ct=r,ct}var ft,Hi;function Wl(){if(Hi)return ft;Hi=1;var r=Oc(),e=Mc(),n=Pc(),t=1,a=2;function i(o,l,s,u,f,d){var c=s&t,h=o.length,g=l.length;if(h!=g&&!(c&&g>h))return!1;var v=d.get(o),b=d.get(l);if(v&&b)return v==l&&b==o;var y=-1,_=!0,m=s&a?new r:void 0;for(d.set(o,l),d.set(l,o);++y<h;){var S=o[y],T=l[y];if(u)var A=c?u(T,S,y,l,o,d):u(S,T,y,o,l,d);if(A!==void 0){if(A)continue;_=!1;break}if(m){if(!e(l,function(q,P){if(!n(m,P)&&(S===q||f(S,q,s,u,d)))return m.push(P)})){_=!1;break}}else if(!(S===T||f(S,T,s,u,d))){_=!1;break}}return d.delete(o),d.delete(l),_}return ft=i,ft}var dt,zi;function Ec(){if(zi)return dt;zi=1;var r=Y(),e=r.Uint8Array;return dt=e,dt}var ht,Bi;function Ic(){if(Bi)return ht;Bi=1;function r(e){var n=-1,t=Array(e.size);return e.forEach(function(a,i){t[++n]=[i,a]}),t}return ht=r,ht}var pt,Gi;function Lc(){if(Gi)return pt;Gi=1;function r(e){var n=-1,t=Array(e.size);return e.forEach(function(a){t[++n]=a}),t}return pt=r,pt}var gt,Ui;function Dc(){if(Ui)return gt;Ui=1;var r=Se(),e=Ec(),n=Qn(),t=Wl(),a=Ic(),i=Lc(),o=1,l=2,s="[object Boolean]",u="[object Date]",f="[object Error]",d="[object Map]",c="[object Number]",h="[object RegExp]",g="[object Set]",v="[object String]",b="[object Symbol]",y="[object ArrayBuffer]",_="[object DataView]",m=r?r.prototype:void 0,S=m?m.valueOf:void 0;function T(A,q,P,N,j,C,K){switch(P){case _:if(A.byteLength!=q.byteLength||A.byteOffset!=q.byteOffset)return!1;A=A.buffer,q=q.buffer;case y:return!(A.byteLength!=q.byteLength||!C(new e(A),new e(q)));case s:case u:case c:return n(+A,+q);case f:return A.name==q.name&&A.message==q.message;case h:case v:return A==q+"";case d:var z=a;case g:var Z=N&o;if(z||(z=i),A.size!=q.size&&!Z)return!1;var re=K.get(A);if(re)return re==q;N|=l,K.set(A,q);var Fe=t(z(A),z(q),N,j,C,K);return K.delete(A),Fe;case b:if(S)return S.call(A)==S.call(q)}return!1}return gt=T,gt}var mt,Ki;function Nc(){if(Ki)return mt;Ki=1;var r=zl(),e=V();function n(t,a,i){var o=a(t);return e(t)?o:r(o,i(t))}return mt=n,mt}var yt,$i;function kc(){if($i)return yt;$i=1;function r(e,n){for(var t=-1,a=e==null?0:e.length,i=0,o=[];++t<a;){var l=e[t];n(l,t,e)&&(o[i++]=l)}return o}return yt=r,yt}var vt,Wi;function Fc(){if(Wi)return vt;Wi=1;function r(){return[]}return vt=r,vt}var bt,Vi;function jc(){if(Vi)return bt;Vi=1;var r=kc(),e=Fc(),n=Object.prototype,t=n.propertyIsEnumerable,a=Object.getOwnPropertySymbols,i=a?function(o){return o==null?[]:(o=Object(o),r(a(o),function(l){return t.call(o,l)}))}:e;return bt=i,bt}var _t,Yi;function Hc(){if(Yi)return _t;Yi=1;function r(e,n){for(var t=-1,a=Array(e);++t<e;)a[t]=n(t);return a}return _t=r,_t}var de={exports:{}},St,Xi;function zc(){if(Xi)return St;Xi=1;function r(){return!1}return St=r,St}de.exports;var Zi;function Vl(){return Zi||(Zi=1,(function(r,e){var n=Y(),t=zc(),a=e&&!e.nodeType&&e,i=a&&!0&&r&&!r.nodeType&&r,o=i&&i.exports===a,l=o?n.Buffer:void 0,s=l?l.isBuffer:void 0,u=s||t;r.exports=u})(de,de.exports)),de.exports}var xt,Ji;function na(){if(Ji)return xt;Ji=1;var r=9007199254740991,e=/^(?:0|[1-9]\d*)$/;function n(t,a){var i=typeof t;return a=a??r,!!a&&(i=="number"||i!="symbol"&&e.test(t))&&t>-1&&t%1==0&&t<a}return xt=n,xt}var At,Qi;function aa(){if(Qi)return At;Qi=1;var r=9007199254740991;function e(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=r}return At=e,At}var qt,eo;function Bc(){if(eo)return qt;eo=1;var r=xe(),e=aa(),n=Ae(),t="[object Arguments]",a="[object Array]",i="[object Boolean]",o="[object Date]",l="[object Error]",s="[object Function]",u="[object Map]",f="[object Number]",d="[object Object]",c="[object RegExp]",h="[object Set]",g="[object String]",v="[object WeakMap]",b="[object ArrayBuffer]",y="[object DataView]",_="[object Float32Array]",m="[object Float64Array]",S="[object Int8Array]",T="[object Int16Array]",A="[object Int32Array]",q="[object Uint8Array]",P="[object Uint8ClampedArray]",N="[object Uint16Array]",j="[object Uint32Array]",C={};C[_]=C[m]=C[S]=C[T]=C[A]=C[q]=C[P]=C[N]=C[j]=!0,C[t]=C[a]=C[b]=C[i]=C[y]=C[o]=C[l]=C[s]=C[u]=C[f]=C[d]=C[c]=C[h]=C[g]=C[v]=!1;function K(z){return n(z)&&e(z.length)&&!!C[r(z)]}return qt=K,qt}var Ct,ro;function Yl(){if(ro)return Ct;ro=1;function r(e){return function(n){return e(n)}}return Ct=r,Ct}var he={exports:{}};he.exports;var to;function Gc(){return to||(to=1,(function(r,e){var n=Nl(),t=e&&!e.nodeType&&e,a=t&&!0&&r&&!r.nodeType&&r,i=a&&a.exports===t,o=i&&n.process,l=(function(){try{var s=a&&a.require&&a.require("util").types;return s||o&&o.binding&&o.binding("util")}catch{}})();r.exports=l})(he,he.exports)),he.exports}var Rt,no;function Xl(){if(no)return Rt;no=1;var r=Bc(),e=Yl(),n=Gc(),t=n&&n.isTypedArray,a=t?e(t):r;return Rt=a,Rt}var wt,ao;function Uc(){if(ao)return wt;ao=1;var r=Hc(),e=Zn(),n=V(),t=Vl(),a=na(),i=Xl(),o=Object.prototype,l=o.hasOwnProperty;function s(u,f){var d=n(u),c=!d&&e(u),h=!d&&!c&&t(u),g=!d&&!c&&!h&&i(u),v=d||c||h||g,b=v?r(u.length,String):[],y=b.length;for(var _ in u)(f||l.call(u,_))&&!(v&&(_=="length"||h&&(_=="offset"||_=="parent")||g&&(_=="buffer"||_=="byteLength"||_=="byteOffset")||a(_,y)))&&b.push(_);return b}return wt=s,wt}var Tt,io;function Kc(){if(io)return Tt;io=1;var r=Object.prototype;function e(n){var t=n&&n.constructor,a=typeof t=="function"&&t.prototype||r;return n===a}return Tt=e,Tt}var Ot,oo;function $c(){if(oo)return Ot;oo=1;function r(e,n){return function(t){return e(n(t))}}return Ot=r,Ot}var Mt,lo;function Wc(){if(lo)return Mt;lo=1;var r=$c(),e=r(Object.keys,Object);return Mt=e,Mt}var Pt,so;function Vc(){if(so)return Pt;so=1;var r=Kc(),e=Wc(),n=Object.prototype,t=n.hasOwnProperty;function a(i){if(!r(i))return e(i);var o=[];for(var l in Object(i))t.call(i,l)&&l!="constructor"&&o.push(l);return o}return Pt=a,Pt}var Et,uo;function De(){if(uo)return Et;uo=1;var r=Gl(),e=aa();function n(t){return t!=null&&e(t.length)&&!r(t)}return Et=n,Et}var It,co;function Ne(){if(co)return It;co=1;var r=Uc(),e=Vc(),n=De();function t(a){return n(a)?r(a):e(a)}return It=t,It}var Lt,fo;function Yc(){if(fo)return Lt;fo=1;var r=Nc(),e=jc(),n=Ne();function t(a){return r(a,n,e)}return Lt=t,Lt}var Dt,ho;function Xc(){if(ho)return Dt;ho=1;var r=Yc(),e=1,n=Object.prototype,t=n.hasOwnProperty;function a(i,o,l,s,u,f){var d=l&e,c=r(i),h=c.length,g=r(o),v=g.length;if(h!=v&&!d)return!1;for(var b=h;b--;){var y=c[b];if(!(d?y in o:t.call(o,y)))return!1}var _=f.get(i),m=f.get(o);if(_&&m)return _==o&&m==i;var S=!0;f.set(i,o),f.set(o,i);for(var T=d;++b<h;){y=c[b];var A=i[y],q=o[y];if(s)var P=d?s(q,A,y,o,i,f):s(A,q,y,i,o,f);if(!(P===void 0?A===q||u(A,q,l,s,f):P)){S=!1;break}T||(T=y=="constructor")}if(S&&!T){var N=i.constructor,j=o.constructor;N!=j&&"constructor"in i&&"constructor"in o&&!(typeof N=="function"&&N instanceof N&&typeof j=="function"&&j instanceof j)&&(S=!1)}return f.delete(i),f.delete(o),S}return Dt=a,Dt}var Nt,po;function Zc(){if(po)return Nt;po=1;var r=ee(),e=Y(),n=r(e,"DataView");return Nt=n,Nt}var kt,go;function Jc(){if(go)return kt;go=1;var r=ee(),e=Y(),n=r(e,"Promise");return kt=n,kt}var Ft,mo;function Qc(){if(mo)return Ft;mo=1;var r=ee(),e=Y(),n=r(e,"Set");return Ft=n,Ft}var jt,yo;function ef(){if(yo)return jt;yo=1;var r=ee(),e=Y(),n=r(e,"WeakMap");return jt=n,jt}var Ht,vo;function rf(){if(vo)return Ht;vo=1;var r=Zc(),e=ea(),n=Jc(),t=Qc(),a=ef(),i=xe(),o=Ul(),l="[object Map]",s="[object Object]",u="[object Promise]",f="[object Set]",d="[object WeakMap]",c="[object DataView]",h=o(r),g=o(e),v=o(n),b=o(t),y=o(a),_=i;return(r&&_(new r(new ArrayBuffer(1)))!=c||e&&_(new e)!=l||n&&_(n.resolve())!=u||t&&_(new t)!=f||a&&_(new a)!=d)&&(_=function(m){var S=i(m),T=S==s?m.constructor:void 0,A=T?o(T):"";if(A)switch(A){case h:return c;case g:return l;case v:return u;case b:return f;case y:return d}return S}),Ht=_,Ht}var zt,bo;function tf(){if(bo)return zt;bo=1;var r=$l(),e=Wl(),n=Dc(),t=Xc(),a=rf(),i=V(),o=Vl(),l=Xl(),s=1,u="[object Arguments]",f="[object Array]",d="[object Object]",c=Object.prototype,h=c.hasOwnProperty;function g(v,b,y,_,m,S){var T=i(v),A=i(b),q=T?f:a(v),P=A?f:a(b);q=q==u?d:q,P=P==u?d:P;var N=q==d,j=P==d,C=q==P;if(C&&o(v)){if(!o(b))return!1;T=!0,N=!1}if(C&&!N)return S||(S=new r),T||l(v)?e(v,b,y,_,m,S):n(v,b,q,y,_,m,S);if(!(y&s)){var K=N&&h.call(v,"__wrapped__"),z=j&&h.call(b,"__wrapped__");if(K||z){var Z=K?v.value():v,re=z?b.value():b;return S||(S=new r),m(Z,re,y,_,S)}}return C?(S||(S=new r),t(v,b,y,_,m,S)):!1}return zt=g,zt}var Bt,_o;function Zl(){if(_o)return Bt;_o=1;var r=tf(),e=Ae();function n(t,a,i,o,l){return t===a?!0:t==null||a==null||!e(t)&&!e(a)?t!==t&&a!==a:r(t,a,i,o,n,l)}return Bt=n,Bt}var Gt,So;function nf(){if(So)return Gt;So=1;var r=$l(),e=Zl(),n=1,t=2;function a(i,o,l,s){var u=l.length,f=u,d=!s;if(i==null)return!f;for(i=Object(i);u--;){var c=l[u];if(d&&c[2]?c[1]!==i[c[0]]:!(c[0]in i))return!1}for(;++u<f;){c=l[u];var h=c[0],g=i[h],v=c[1];if(d&&c[2]){if(g===void 0&&!(h in i))return!1}else{var b=new r;if(s)var y=s(g,v,h,i,o,b);if(!(y===void 0?e(v,g,n|t,s,b):y))return!1}}return!0}return Gt=a,Gt}var Ut,xo;function Jl(){if(xo)return Ut;xo=1;var r=_e();function e(n){return n===n&&!r(n)}return Ut=e,Ut}var Kt,Ao;function af(){if(Ao)return Kt;Ao=1;var r=Jl(),e=Ne();function n(t){for(var a=e(t),i=a.length;i--;){var o=a[i],l=t[o];a[i]=[o,l,r(l)]}return a}return Kt=n,Kt}var $t,qo;function Ql(){if(qo)return $t;qo=1;function r(e,n){return function(t){return t==null?!1:t[e]===n&&(n!==void 0||e in Object(t))}}return $t=r,$t}var Wt,Co;function of(){if(Co)return Wt;Co=1;var r=nf(),e=af(),n=Ql();function t(a){var i=e(a);return i.length==1&&i[0][2]?n(i[0][0],i[0][1]):function(o){return o===a||r(o,a,i)}}return Wt=t,Wt}var Vt,Ro;function lf(){if(Ro)return Vt;Ro=1;var r=ta();function e(n,t,a){var i=n==null?void 0:r(n,t);return i===void 0?a:i}return Vt=e,Vt}var Yt,wo;function sf(){if(wo)return Yt;wo=1;function r(e,n){return e!=null&&n in Object(e)}return Yt=r,Yt}var Xt,To;function uf(){if(To)return Xt;To=1;var r=Kl(),e=Zn(),n=V(),t=na(),a=aa(),i=Le();function o(l,s,u){s=r(s,l);for(var f=-1,d=s.length,c=!1;++f<d;){var h=i(s[f]);if(!(c=l!=null&&u(l,h)))break;l=l[h]}return c||++f!=d?c:(d=l==null?0:l.length,!!d&&a(d)&&t(h,d)&&(n(l)||e(l)))}return Xt=o,Xt}var Zt,Oo;function cf(){if(Oo)return Zt;Oo=1;var r=sf(),e=uf();function n(t,a){return t!=null&&e(t,a,r)}return Zt=n,Zt}var Jt,Mo;function ff(){if(Mo)return Jt;Mo=1;var r=Zl(),e=lf(),n=cf(),t=Jn(),a=Jl(),i=Ql(),o=Le(),l=1,s=2;function u(f,d){return t(f)&&a(d)?i(o(f),d):function(c){var h=e(c,f);return h===void 0&&h===d?n(c,f):r(d,h,l|s)}}return Jt=u,Jt}var Qt,Po;function ke(){if(Po)return Qt;Po=1;function r(e){return e}return Qt=r,Qt}var en,Eo;function df(){if(Eo)return en;Eo=1;function r(e){return function(n){return n==null?void 0:n[e]}}return en=r,en}var rn,Io;function hf(){if(Io)return rn;Io=1;var r=ta();function e(n){return function(t){return r(t,n)}}return rn=e,rn}var tn,Lo;function pf(){if(Lo)return tn;Lo=1;var r=df(),e=hf(),n=Jn(),t=Le();function a(i){return n(i)?r(t(i)):e(i)}return tn=a,tn}var nn,Do;function es(){if(Do)return nn;Do=1;var r=of(),e=ff(),n=ke(),t=V(),a=pf();function i(o){return typeof o=="function"?o:o==null?n:typeof o=="object"?t(o)?e(o[0],o[1]):r(o):a(o)}return nn=i,nn}var an,No;function gf(){if(No)return an;No=1;function r(e){return function(n,t,a){for(var i=-1,o=Object(n),l=a(n),s=l.length;s--;){var u=l[e?s:++i];if(t(o[u],u,o)===!1)break}return n}}return an=r,an}var on,ko;function mf(){if(ko)return on;ko=1;var r=gf(),e=r();return on=e,on}var ln,Fo;function yf(){if(Fo)return ln;Fo=1;var r=mf(),e=Ne();function n(t,a){return t&&r(t,a,e)}return ln=n,ln}var sn,jo;function vf(){if(jo)return sn;jo=1;var r=De();function e(n,t){return function(a,i){if(a==null)return a;if(!r(a))return n(a,i);for(var o=a.length,l=t?o:-1,s=Object(a);(t?l--:++l<o)&&i(s[l],l,s)!==!1;);return a}}return sn=e,sn}var un,Ho;function bf(){if(Ho)return un;Ho=1;var r=yf(),e=vf(),n=e(r);return un=n,un}var cn,zo;function rs(){if(zo)return cn;zo=1;var r=bf(),e=De();function n(t,a){var i=-1,o=e(t)?Array(t.length):[];return r(t,function(l,s,u){o[++i]=a(l,s,u)}),o}return cn=n,cn}var fn,Bo;function _f(){if(Bo)return fn;Bo=1;function r(e,n){var t=e.length;for(e.sort(n);t--;)e[t]=e[t].value;return e}return fn=r,fn}var dn,Go;function Sf(){if(Go)return dn;Go=1;var r=qe();function e(n,t){if(n!==t){var a=n!==void 0,i=n===null,o=n===n,l=r(n),s=t!==void 0,u=t===null,f=t===t,d=r(t);if(!u&&!d&&!l&&n>t||l&&s&&f&&!u&&!d||i&&s&&f||!a&&f||!o)return 1;if(!i&&!l&&!d&&n<t||d&&a&&o&&!i&&!l||u&&a&&o||!s&&o||!f)return-1}return 0}return dn=e,dn}var hn,Uo;function xf(){if(Uo)return hn;Uo=1;var r=Sf();function e(n,t,a){for(var i=-1,o=n.criteria,l=t.criteria,s=o.length,u=a.length;++i<s;){var f=r(o[i],l[i]);if(f){if(i>=u)return f;var d=a[i];return f*(d=="desc"?-1:1)}}return n.index-t.index}return hn=e,hn}var pn,Ko;function Af(){if(Ko)return pn;Ko=1;var r=Oe(),e=ta(),n=es(),t=rs(),a=_f(),i=Yl(),o=xf(),l=ke(),s=V();function u(f,d,c){d.length?d=r(d,function(v){return s(v)?function(b){return e(b,v.length===1?v[0]:v)}:v}):d=[l];var h=-1;d=r(d,i(n));var g=t(f,function(v,b,y){var _=r(d,function(m){return m(v)});return{criteria:_,index:++h,value:v}});return a(g,function(v,b){return o(v,b,c)})}return pn=u,pn}var gn,$o;function qf(){if($o)return gn;$o=1;function r(e,n,t){switch(t.length){case 0:return e.call(n);case 1:return e.call(n,t[0]);case 2:return e.call(n,t[0],t[1]);case 3:return e.call(n,t[0],t[1],t[2])}return e.apply(n,t)}return gn=r,gn}var mn,Wo;function Cf(){if(Wo)return mn;Wo=1;var r=qf(),e=Math.max;function n(t,a,i){return a=e(a===void 0?t.length-1:a,0),function(){for(var o=arguments,l=-1,s=e(o.length-a,0),u=Array(s);++l<s;)u[l]=o[a+l];l=-1;for(var f=Array(a+1);++l<a;)f[l]=o[l];return f[a]=i(u),r(t,this,f)}}return mn=n,mn}var yn,Vo;function Rf(){if(Vo)return yn;Vo=1;function r(e){return function(){return e}}return yn=r,yn}var vn,Yo;function wf(){if(Yo)return vn;Yo=1;var r=ee(),e=(function(){try{var n=r(Object,"defineProperty");return n({},"",{}),n}catch{}})();return vn=e,vn}var bn,Xo;function Tf(){if(Xo)return bn;Xo=1;var r=Rf(),e=wf(),n=ke(),t=e?function(a,i){return e(a,"toString",{configurable:!0,enumerable:!1,value:r(i),writable:!0})}:n;return bn=t,bn}var _n,Zo;function Of(){if(Zo)return _n;Zo=1;var r=800,e=16,n=Date.now;function t(a){var i=0,o=0;return function(){var l=n(),s=e-(l-o);if(o=l,s>0){if(++i>=r)return arguments[0]}else i=0;return a.apply(void 0,arguments)}}return _n=t,_n}var Sn,Jo;function Mf(){if(Jo)return Sn;Jo=1;var r=Tf(),e=Of(),n=e(r);return Sn=n,Sn}var xn,Qo;function Pf(){if(Qo)return xn;Qo=1;var r=ke(),e=Cf(),n=Mf();function t(a,i){return n(e(a,i,r),a+"")}return xn=t,xn}var An,el;function ia(){if(el)return An;el=1;var r=Qn(),e=De(),n=na(),t=_e();function a(i,o,l){if(!t(l))return!1;var s=typeof o;return(s=="number"?e(l)&&n(o,l.length):s=="string"&&o in l)?r(l[o],i):!1}return An=a,An}var qn,rl;function Ef(){if(rl)return qn;rl=1;var r=Bl(),e=Af(),n=Pf(),t=ia(),a=n(function(i,o){if(i==null)return[];var l=o.length;return l>1&&t(i,o[0],o[1])?o=[]:l>2&&t(o[0],o[1],o[2])&&(o=[o[0]]),e(i,r(o,1),[])});return qn=a,qn}var If=Ef();const Lf=oe(If);var Cn,tl;function Df(){if(tl)return Cn;tl=1;function r(e){for(var n=-1,t=e==null?0:e.length,a={};++n<t;){var i=e[n];a[i[0]]=i[1]}return a}return Cn=r,Cn}var Nf=Df();const nl=oe(Nf);var Rn,al;function kf(){if(al)return Rn;al=1;var r=Math.ceil,e=Math.max;function n(t,a,i,o){for(var l=-1,s=e(r((a-t)/(i||1)),0),u=Array(s);s--;)u[o?s:++l]=t,t+=i;return u}return Rn=n,Rn}var wn,il;function Ff(){if(il)return wn;il=1;var r=kf(),e=ia(),n=Fl();function t(a){return function(i,o,l){return l&&typeof l!="number"&&e(i,o,l)&&(o=l=void 0),i=n(i),o===void 0?(o=i,i=0):o=n(o),l=l===void 0?i<o?1:-1:n(l),r(i,o,l,a)}}return wn=t,wn}var Tn,ol;function jf(){if(ol)return Tn;ol=1;var r=Ff(),e=r();return Tn=e,Tn}var Hf=jf();const zf=oe(Hf);var On,ll;function Bf(){if(ll)return On;ll=1;var r=Oe(),e=es(),n=rs(),t=V();function a(i,o){var l=t(i)?r:n;return l(i,e(o,3))}return On=a,On}var Mn,sl;function Gf(){if(sl)return Mn;sl=1;var r=Bl(),e=Bf();function n(t,a){return r(e(t,a),1)}return Mn=n,Mn}var Uf=Gf();const Kf=oe(Uf);var Pn,ul;function ts(){if(ul)return Pn;ul=1;function r(e,n,t){return e===e&&(t!==void 0&&(e=e<=t?e:t),n!==void 0&&(e=e>=n?e:n)),e}return Pn=r,Pn}var En,cl;function $f(){if(cl)return En;cl=1;function r(e,n){var t=-1,a=e.length;for(n||(n=Array(a));++t<a;)n[t]=e[t];return n}return En=r,En}var In,fl;function Wf(){if(fl)return In;fl=1;var r=Math.floor,e=Math.random;function n(t,a){return t+r(e()*(a-t+1))}return In=n,In}var Ln,dl;function ns(){if(dl)return Ln;dl=1;var r=Wf();function e(n,t){var a=-1,i=n.length,o=i-1;for(t=t===void 0?i:t;++a<t;){var l=r(a,o),s=n[l];n[l]=n[a],n[a]=s}return n.length=t,n}return Ln=e,Ln}var Dn,hl;function Vf(){if(hl)return Dn;hl=1;var r=ts(),e=$f(),n=ns();function t(a,i){return n(e(a),r(i,0,a.length))}return Dn=t,Dn}var Nn,pl;function Yf(){if(pl)return Nn;pl=1;var r=Oe();function e(n,t){return r(t,function(a){return n[a]})}return Nn=e,Nn}var kn,gl;function Xf(){if(gl)return kn;gl=1;var r=Yf(),e=Ne();function n(t){return t==null?[]:r(t,e(t))}return kn=n,kn}var Fn,ml;function Zf(){if(ml)return Fn;ml=1;var r=ts(),e=ns(),n=Xf();function t(a,i){var o=n(a);return e(o,r(i,0,o.length))}return Fn=t,Fn}var jn,yl;function Jf(){if(yl)return jn;yl=1;var r=Vf(),e=Zf(),n=V(),t=ia(),a=jl();function i(o,l,s){(s?t(o,l,s):l===void 0)?l=1:l=a(l);var u=n(o)?r:e;return u(o,l)}return jn=i,jn}var Qf=Jf();const ed=oe(Qf),rd=r=>Yu(r,14),vl=r=>Object.values(r).reduce((e,n)=>e+n,0),td=(r,e,n={})=>{const t=Object.assign({draw:!1},n);if(Object.values(r).length<1)throw new Error("vote distribution must contain at least one party");if(!Object.values(r).every(g=>typeof g=="number"&&g>=0))throw new Error("party vote counts must be non-negative integers");if(!Number.isInteger(e)||e<=0)throw new Error("seats must be a positive integer");if(typeof t.draw!="boolean")throw new Error("opt.draw must be a boolean");const a=vl(r),i=nl(Object.entries(r).map(([g,v])=>{const b=Math.max(e-Object.keys(r).length,0),y=Math.round(b*v/a);return[g,y]})),o=nl(Object.entries(r).map(([g,v])=>{const b=e+Object.keys(r).length,y=Math.min(Math.round(b*v/a),e);return[g,y]})),l=Kf(Object.entries(r).map(([g,v])=>{const b=i[g],y=o[g];return zf(b,y).map(_=>{const m=rd(v/(_+.5));return{party:g,quotient:m}})})),s=vl(i),u=e-s,f=Lf(l,({quotient:g})=>-g),d=f[u-1].quotient,c=f.filter(({quotient:g})=>g>d),h=f.filter(({quotient:g})=>g===d);if(c.length+h.length===u)c.push(...h);else{if(!t.draw)throw new Error("result is ambiguous, a draw would need to be made, but opt.draw is disabled");c.push(...ed(h,u-c.length))}return c.reduce((g,{party:v})=>(g[v]+=1,g),i)},as=(r=be)=>r("pattern",{id:"greyHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[r("rect",{x:0,y:0,width:8,height:8,fill:J.neoGrey[200]}),r("path",{d:"M0,2 L8,2",stroke:J.neoGrey[400],"stroke-width":.5}),r("path",{d:"M0,6 L8,6",stroke:J.neoGrey[400],"stroke-width":.5})]),is=(r=be)=>r("pattern",{id:"dataMissingHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[r("rect",{x:0,y:0,width:8,height:8,fill:"#FFF3CC"}),r("path",{d:"M0,8 L8,0",stroke:"#FFB800","stroke-width":.5}),r("path",{d:"M-2,2 L2,-2",stroke:"#FFB800","stroke-width":.5}),r("path",{d:"M6,10 L10,6",stroke:"#FFB800","stroke-width":.5})]),os=(r=be)=>r("pattern",{id:"noLstHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[r("rect",{x:0,y:0,width:8,height:8,fill:"#FFE5E5"}),r("path",{d:"M0,0 L8,8",stroke:"#ED4134","stroke-width":.5}),r("path",{d:"M-2,6 L2,10",stroke:"#ED4134","stroke-width":.5}),r("path",{d:"M6,-2 L10,2",stroke:"#ED4134","stroke-width":.5})]),F={greyHatch:{background:J.neoGrey[200],lines:J.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}},Te=r=>Math.round(r*1e10)/1e10,nd=r=>r.reduce((e,n)=>e+n.seats,0),ad=r=>r.flat(),id=(r,e,n)=>{const t=(Math.PI-n)/2,a=e/r+t-Math.PI;return{x:Te(r*Math.cos(a)),y:Te(r*Math.sin(a))}},ls=(r,e,n,t)=>{const a=t*e*n/(r-e),i=1+t*(e-1)*e/2/(r-e);return a/i},ue=(r,e,n,t)=>{const a=t/Math.PI*.7142857142857143;return Math.abs(ls(r,e,n,t)*e/n-a)},od=(r,e,n)=>{let t=Math.floor(Math.log(r)/Math.log(2))||1,a=ue(r,t,e,n),i=0;for(ue(r,t+1,e,n)<a&&(i=1),ue(r,t-1,e,n)<a&&t>1&&(i=-1);ue(r,t+i,e,n)<a&&t>0;)a=ue(r,t+i,e,n),t+=i;return t},ld=(r,e)=>{var a,i;let n,t;for(let o=0;o<r.length;o++)t=Te((e[o]||0)/(((a=r[o])==null?void 0:a.length)??1)),(!n||t<n)&&(n=t);for(let o=0;o<r.length;o++)if(t=Te((e[o]||0)/(((i=r[o])==null?void 0:i.length)??1)),t===n)return o;return 0},sd=(r,e,n)=>{const t=nd(r),a=od(t,e,n),i=ls(t,a,e,n);let o={};for(let c=1;c<=a;c++)o[c]=e-(c-1)*i;o=td(o,t);const l=[];let s,u,f;for(let c=1;c<=a;c++){const h=[];s=e-(c-1)*i,u=n*s/((o[c]??1)-1||1);for(let g=0;g<=(o[c]??1)-1;g++)f={...id(s,g*u,n),r:.4*i},h.push(f);l.push(h)}const d=Array(l.length).fill(0);for(const c of r)for(let h=0;h<c.seats;h++){const g=ld(l,d),v=l[g],b=d[g]??0,y=v==null?void 0:v[b];y&&(y.fill=c.colour,y.party=String(c.id)),d[g]=b+1}return ad(l)},ud=r=>e=>r("circle",{cx:e.x,cy:e.y,r:e.r,fill:e.fill,class:e.party}),cd={seatCount:!1,arcAngle:180,hFunction:be},fd=(r,e={})=>{var b;const{seatCount:n,arcAngle:t,hFunction:a}=Object.assign({},cd,e);if(typeof n!="boolean")throw new Error("`seatCount` option must be a boolean");if(typeof a!="function")throw new Error("`hFunction` option must be a function");if(typeof t!="number"||t<=0||t>360)throw new Error("`arcAngle` option must be a number between 0 and 360");const i=t*Math.PI/180,o=20,l=sd(r,o,i),s=(((b=l[0])==null?void 0:b.r)??0)/.4||0,u=l.map(ud(a));n&&u.push(a("text",{x:0,y:0,"text-anchor":"middle",style:{"font-family":"Helvetica","font-size":.25*o+"px"},class:"seatNumber"},String(u.length)));const f=t<=180?o+s:o*(1+Math.sin((i-Math.PI)/2))+s,d=o+s,c=Math.max(f,d),h=t<=180?-o-s/2:-o*(1+Math.sin((i-Math.PI)/2))-s/2,g=a("defs",[as(a),is(a),os(a)]);return a("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:[-o-s/2,h,2*o+s,c].join(",")},[g,...u])},dd={seatCount:!1,arcAngle:200,arcAngleFlexibility:5,radius:380,seatSize:4.5,minSeatSize:1.8,maxSeatSize:3,spacing:1.8,innerRadiusRatio:.6,showLabels:!0,hFunction:be},hd=(r,e={})=>{const n={...dd,...e},{arcAngle:t,arcAngleFlexibility:a,radius:i,seatSize:o,minSeatSize:l,maxSeatSize:s,spacing:u,innerRadiusRatio:f,showLabels:d,hFunction:c}=n,h=i*f,g=r.reduce((R,D)=>R+D.seats,0);let v={seatSize:o,arcAngle:t,score:-1};const b=t-a,y=t+a;for(let R=b;R<=y;R+=2.5){const D=R*Math.PI/180;for(let I=s;I>=l;I-=.1){const G=I*2,$=G*u,X=Math.floor((i-h)/$);for(let W=1;W<=Math.min(X,10);W++){let k=0;for(let le=0;le<W;le++){const He=h+(le+.5)*$,se=G*u/He,ze=Math.floor(D/se);k+=ze}if(k>=g){const le=g/k,He=(I-l)/(s-l),se=(k-g)/g,ze=se<.15?1:se<.3?.7:se<.5?.4:.1,bs=1-Math.abs(R-t)/a,la=ze*.5+He*.3+le*.15+bs*.05;la>v.score&&(v={seatSize:I,arcAngle:R,rings:W,score:la})}}}}const _=v.seatSize,m=v.arcAngle,S=m*Math.PI/180,T=_*2,A=T*u,q=Math.floor((i-h)/A),P=[],N=-S/2-Math.PI/2,j=[];let C=0,K=[];for(let R=1;R<=q;R++){let D=0;const I=[];for(let G=0;G<R;G++){const $=h+(G+.5)*A,X=T*u/$,W=Math.floor(S/X);I.push(W),D+=W}if(D>=g){C=R,K=I;break}}if(C>0)j.push(...K);else for(let R=0;R<q;R++){const D=h+(R+.5)*A,I=T*u/D,G=Math.floor(S/I);j.push(G)}for(let R=0;R<j.length;R++){const D=h+(R+.5)*A,I=j[R]??0;if(I>0){const G=S/I;for(let $=0;$<I;$++){const X=N+($+.5)*G,W=Math.cos(X)*D,k=Math.sin(X)*D;P.push({ring:R,index:$,angle:X,x:W,y:k})}}}P.sort((R,D)=>{const I=R.angle-D.angle;return Math.abs(I)>.001?I:R.ring-D.ring});const z=[];let Z=0;r.forEach(R=>{const D=[],I=Math.min(R.seats,P.length-Z);let G=1/0,$=-1/0;for(let W=0;W<I&&Z<P.length;W++){const k=P[Z++];k&&(G=Math.min(G,k.angle),$=Math.max($,k.angle),Math.sqrt(k.x*k.x+k.y*k.y),D.push(c("circle",{fill:R.colour,stroke:R.colour,className:"circle seat-visual seat-hover-zone",transform:`translate(${k.x}, ${k.y})`,r:_,"data-party":R.name,"data-party-id":String(R.id),style:"pointer-events: all; cursor: pointer;"})))}const X=D;z.push(c("g",{className:"party-group","data-party":R.name,style:"opacity: 1; outline: none;"},X))});const re=c("g",{className:"arc-bg"},[c("circle",{className:"outer",cx:0,cy:0,fill:"#ffffff",r:i}),c("circle",{className:"inner",cx:0,cy:0,fill:"#ffffff",r:h})]),Fe=c("g",{className:"points-container"},z),hs=d?c("g",{className:"label-container",mask:"url(#label-clip)",style:"pointer-events: none;"},[c("text",{className:"party_count",dy:"-0.05em",style:"font-size: 24vw; font-weight: bold; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"}),c("text",{className:"party_name",y:0,dy:"1em",style:"font-size: 6vw; font-weight: normal; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"})]):null,ps=c("defs",[c("radialGradient",{id:"label-gradient"},[c("stop",{offset:"0%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),c("stop",{offset:"80%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),c("stop",{offset:"90%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0.1;"}),c("stop",{offset:"100%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0;"})]),c("mask",{id:"label-clip"},[c("circle",{fill:"url(#label-gradient)",r:h})]),as(c),is(c),os(c)]),gs=c("g",{className:"arc-container",transform:`translate(${i}, ${i})`},[re,Fe,hs].filter(Boolean)),oa=S/2;let je;if(m<=180)je=i*Math.sin(oa)+_;else{const R=oa-Math.PI/2;je=i*(1+Math.sin(R))+_}const ms=i+_,ys=i*2,vs=Math.max(je,ms);return c("svg",{id:"chart-container","font-family":"Canva Sans Variable",viewBox:`0 0 ${ys} ${vs}`,preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},[gs,ps])};function ss(r){return!r||!r.color?"#cccccc":r.color==="url(#hatchPattern)"?ae.COMPLETED:r.color==="url(#greyHatchPattern)"?F.greyHatch.lines:r.color}function Kn(r,e){if(!r)return;const n=r.querySelectorAll(".party-group");n&&n.length>0&&n.forEach(t=>{if(!t)return;const a=t,i=a.getAttribute("data-party");e?i===e?a.style.opacity=H.animation.hoverOpacity.active:a.style.opacity=H.animation.hoverOpacity.dimmed:a.style.opacity="1"})}function $n(r,e){r.forEach(n=>{const t=n,a=n.getAttribute("class")||"";e?a===e?(t.setAttribute("fill-opacity","1"),t.setAttribute("stroke-opacity","1")):(t.setAttribute("fill-opacity",H.animation.hoverOpacity.dimmed),t.setAttribute("stroke-opacity","0.2")):(t.setAttribute("fill-opacity","1"),t.setAttribute("stroke-opacity","1"))})}const pd=({containerRef:r,processedData:e,totalRepositories:n,arcAngle:t,useEnhanced:a,maxSeats:i,setHoveredData:o,activePartyName:l,setActivePartyName:s,chartConfig:u,seatSize:f})=>{fe.useEffect(()=>{if(!r.current||e.length===0)return;for(;r.current.firstChild;)r.current.removeChild(r.current.firstChild);const d=n<=i?1:i/n,c=e.filter(m=>m.value>0).map(m=>{const S=n<=i?m.value:Math.max(1,Math.floor(m.value*d));return{id:String(m.id),name:m.label,seats:S,colour:m.color==="url(#hatchPattern)"?ae.COMPLETED:m.color}}),h=a?hd(c,{arcAngle:t,arcAngleFlexibility:u.arcAngleFlexibility,radius:u.radius,seatSize:f,minSeatSize:u.minSeatSize,maxSeatSize:u.maxSeatSize,spacing:u.spacing,innerRadiusRatio:u.innerRadiusRatio,showLabels:!0}):fd(c,{arcAngle:t});h.properties&&(h.properties.width="100%",h.properties.height="100%",h.properties.style="display: block; width: 100%; max-width: 100%; height: auto;",h.properties.preserveAspectRatio="xMidYMid meet");const g=Eu(h),y=new DOMParser().parseFromString(g,"image/svg+xml").documentElement;if(!y)return;y.setAttribute("width","100%"),y.setAttribute("height","100%"),y.style.width="100%",y.style.height="auto",y.style.display="block",a?gd(y,c,e,o,l,s):md(y,c,e,o,l,s);const _=()=>{if(o(null),s(null),a)Kn(y,null);else{const m=y.querySelectorAll("circle");$n(m,null)}};return y&&y.addEventListener("mouseleave",_),r.current.appendChild(y),()=>{if(y&&y.removeEventListener("mouseleave",_),r.current)for(;r.current.firstChild;)r.current.removeChild(r.current.firstChild)}},[e,n,t,a,i,o,l,s,r,u,f])};function gd(r,e,n,t,a,i){if(!r)return;const o=r.querySelectorAll(".seat-hover-zone"),l=r.querySelectorAll(".party-group circle.seat-visual");l&&l.length>0&&l.forEach(s=>{if(s){const u=s;u.style.stroke=H.colors.seatBorder,u.style.strokeWidth="0.5",u.setAttribute("fill-opacity","1"),u.style.transition=`fill-opacity ${H.animation.transitionDuration} ease, stroke-opacity ${H.animation.transitionDuration} ease`}}),o&&o.length>0&&o.forEach(s=>{if(!s)return;const u=s.getAttribute("data-party"),f=s.getAttribute("data-party-id"),d=()=>{if(u&&u!==a){const c=e.find(h=>h.name===u||String(h.id)===f);if(c){const h=n.find(g=>g.label===c.name||String(g.id)===c.id);if(h){const g=ss(h);t({label:h.label||"Unknown",value:h.value||0,color:g}),i(c.name),Kn(r,c.name)}}}};s.addEventListener("mouseenter",d)}),a&&Kn(r,a)}function md(r,e,n,t,a,i){if(!r)return;const o=r.querySelectorAll("circle");if(o&&o.length>0&&(o.forEach(l=>{if(l){const s=l;s.style.cursor="pointer",s.style.stroke=H.colors.seatBorder,s.style.strokeWidth="0.5",s.setAttribute("fill-opacity","1"),s.style.transition=`fill-opacity ${H.animation.transitionDuration} ease, stroke-opacity ${H.animation.transitionDuration} ease`}}),o.forEach(l=>{if(!l)return;const s=l.getAttribute("class")||"",u=parseInt(s,10),f=e[u],d=()=>{if(f){const c=f.name;if(c&&c!==a){const h=n.find(g=>g.label===f.name||String(g.id)===f.id);if(h){const g=ss(h);t({label:h.label||"Unknown",value:h.value||0,color:g}),i(c),$n(o,s)}}}};l.addEventListener("mouseenter",d)})),a){const l=e.find(s=>s.name===a);if(l){const s=e.indexOf(l);$n(o,String(s))}}}const us=[{minRepos:0,maxRepos:10,minArc:90,maxArc:90,minSeatSize:18,maxSeatSize:18},{minRepos:10,maxRepos:25,minArc:90,maxArc:110,minSeatSize:14,maxSeatSize:14},{minRepos:25,maxRepos:50,minArc:110,maxArc:120,minSeatSize:10,maxSeatSize:10},{minRepos:50,maxRepos:100,minArc:120,maxArc:150,minSeatSize:7,maxSeatSize:7},{minRepos:100,maxRepos:200,minArc:150,maxArc:180,minSeatSize:5.5,maxSeatSize:5.5},{minRepos:200,maxRepos:1/0,minArc:180,maxArc:180,minSeatSize:5,maxSeatSize:5}],cs=({repositoryCount:r})=>{const e=us.find(l=>r>=l.minRepos&&r<l.maxRepos);if(!e)return 180;if(e.minArc===e.maxArc)return e.minArc;const n=e.maxRepos-e.minRepos,a=(r-e.minRepos)/n,i=e.maxArc-e.minArc,o=e.minArc+i*a;return Math.round(o)},fs=({repositoryCount:r})=>{const e=us.find(l=>r>=l.minRepos&&r<l.maxRepos);if(!e)return 5;if(e.minSeatSize===e.maxSeatSize)return e.minSeatSize;const n=e.maxRepos-e.minRepos,a=(r-e.minRepos)/n,i=e.maxSeatSize-e.minSeatSize,o=e.minSeatSize+i*a;return Math.round(o*10)/10},Hn=["#4CA75A","#FDDA04","#FFC008","#FF9800","#F9A91B","#FF5C24","#ED4134","#CB3446"],bl={[pe]:ae.NOT_APPLICABLE,[ge]:ae.NO_LST,[me]:ae.DATA_MISSING},ce=(r,e,n)=>{if(r in bl)return bl[r];const t=n-1-e,a=Hn.length,i=Math.floor(t/Math.max(1,n-1)*(a-1)),o=Math.min(Math.max(0,i),a-1);return Hn[o]??Hn[0]??"#000000"},ds=({dataSeries:r,notApplicableRepositories:e,noLstRepositories:n,unavailableRepositories:t})=>{const{special:a,regular:i}=r.reduce((h,g,v)=>([pe,ge,me].includes(g.label)?h.special.push({...g,originalIndex:v}):h.regular.push({...g,originalIndex:v}),h),{special:[],regular:[]}),o=i.reverse().map((h,g)=>({id:`measure-${g}`,label:h.label,value:h.value,color:ce(h.label,i.length-1-g,i.length)})),l=a.map((h,g)=>({id:h.label.toLowerCase().replace(" ","-"),label:h.label,value:h.value,color:ce(h.label,g,a.length)})),s=t,u={id:"no-lst",label:ge,value:n,color:ce(ge,0,1)},f={id:"data-missing",label:me,value:s,color:ce(me,0,1)},d={id:"n/a",label:pe,value:e,color:ce(pe,0,1)},c=[...o,...l];return u.value>0&&c.push(u),f.value>0&&c.push(f),d.value>0&&c.push(d),c},_l={"N/A":"Repos that aren't applicable to this migration.","No LST":"There are no LSTs for these repos.","Data Missing":"There is data missing in the LSTs."},yd=({dataSeries:r,totalRepositories:e,notApplicableRepositories:n,noLstRepositories:t,unavailableRepositories:a,arcAngle:i,useEnhanced:o=H.useEnhanced})=>{const l=fe.useRef(null),[s,u]=fe.useState(null),[f,d]=fe.useState(null),h=ds({dataSeries:r,notApplicableRepositories:n,noLstRepositories:t,unavailableRepositories:a}).map(m=>{const S=typeof m.color=="function"?m.color("arc"):m.color,T=typeof m.label=="function"?m.label("arc"):m.label;return{...m,color:S,label:T}}),g=i??cs({repositoryCount:e}),v=fs({repositoryCount:e});pd({containerRef:l,processedData:h,totalRepositories:e,arcAngle:g,useEnhanced:o,maxSeats:H.maxSeats,setHoveredData:u,activePartyName:f,setActivePartyName:d,chartConfig:H.chartConfig,seatSize:v});const b=h.map(m=>{const S=m.value/e*100,T=S>0&&S<1?"< 1":S.toFixed(0);return{id:String(m.id),label:m.label,value:m.value,percentage:T,color:m.color}}),y=e>H.maxSeats,_=y?Math.round(e/H.maxSeats):1;return w.jsxs(M.Stack,{sx:{width:"100%",alignItems:"center",gap:{xs:.5,sm:.75,md:1,lg:1},py:0,"@media (min-width: 1024px) and (max-width: 1225px)":{gap:.25}},children:[w.jsxs(M.Box,{className:"parliament-chart-container",sx:{position:"relative",width:"100%",minHeight:"200px",mb:{xs:.5,sm:.75,md:1},"@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"250px",mb:.25}},children:[w.jsx(M.Box,{className:"parliament-chart-svg-container",ref:l,sx:{width:"100%",height:"100%",position:"relative",display:"flex",justifyContent:"center",alignItems:"center","& svg":{width:"100%",height:"100%",maxWidth:"100%","@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"230px"}}}}),w.jsxs(M.Box,{className:"parliament-chart-tooltip",sx:{position:"absolute",bottom:"0%",left:"50%",transform:"translate(-50%, 0%)",pointerEvents:"none",textAlign:"center",zIndex:10,"@media (min-width: 1024px) and (max-width: 1225px)":{bottom:"5%"}},children:[s&&w.jsxs(fe.Fragment,{children:[w.jsx(M.Typography,{sx:{color:"text.secondary",mb:.3,fontSize:"clamp(0.75rem, 1.5vw, 0.85rem)",display:"block","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"0.7rem",mb:.2}},children:s.label}),w.jsxs(M.Typography,{sx:{fontWeight:"bold",color:s.color,lineHeight:1,fontSize:"clamp(1.1rem, 2.2vw, 1.3rem)","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"1rem"}},children:[s.value," ",s.value>1?"repos":"repo"]})]}),y&&w.jsxs(M.Box,{className:"parliament-chart-scaled-indicator",sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:.5,mt:s?.5:0,color:"text.secondary",fontSize:"clamp(0.65rem, 1.2vw, 0.72rem)"},children:[w.jsx(M.Box,{className:"parliament-chart-scaled-indicator-dot",sx:{width:8,height:8,borderRadius:"50%",backgroundColor:"#888888",flexShrink:0}}),w.jsxs(M.Typography,{variant:"caption",sx:{fontSize:"inherit",fontStyle:"italic"},children:["= ~",_," repos"]})]})]})]}),w.jsx(M.Box,{className:"parliament-chart-data-table",sx:{width:"100%",display:"flex",justifyContent:"center","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>{u(null),d(null)},children:w.jsxs(M.Table,{"aria-label":"Repository categories summary",className:"parliament-chart-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[w.jsx("thead",{children:w.jsxs(M.TableRow,{children:[w.jsx(M.TableCell,{}),w.jsx(M.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),w.jsx(M.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"# of repos"}),w.jsx(M.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"% of org"})]})}),w.jsx("tbody",{children:b.map(m=>{const S=m.color==="url(#greyHatchPattern)"?F.greyHatch.lines:m.color==="url(#dataMissingHatchPattern)"?F.dataMissingHatch.lines:m.color==="url(#noLstHatchPattern)"?F.noLstHatch.lines:m.color;return w.jsxs(M.TableRow,{onMouseEnter:()=>{d(m.label),u({label:m.label,value:m.value,color:m.color==="url(#greyHatchPattern)"?F.greyHatch.lines:m.color==="url(#dataMissingHatchPattern)"?F.dataMissingHatch.lines:m.color==="url(#noLstHatchPattern)"?F.noLstHatch.lines:m.color})},sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:f===m.label?`${S}15`:"transparent","&:hover":{backgroundColor:`${S}15`}},children:[w.jsx(M.TableCell,{align:"center",sx:{width:20},children:w.jsx(M.Box,{sx:{width:12,height:12,backgroundColor:m.color==="url(#greyHatchPattern)"?F.greyHatch.background:m.color==="url(#dataMissingHatchPattern)"?F.dataMissingHatch.background:m.color==="url(#noLstHatchPattern)"?F.noLstHatch.background:m.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:f===m.label?"scale(1.2)":"scale(1)",...m.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
47
|
+
\f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function FL(e,t,r,n){const i=n.schema,a=i.space==="svg"?!1:n.settings.omitOptionalTags;let o=i.space==="svg"?n.settings.closeEmptyElements:n.settings.voids.includes(e.tagName.toLowerCase());const s=[];let u;i.space==="html"&&e.tagName==="svg"&&(n.schema=gg);const l=zL(n,e.properties),c=n.all(i.space==="html"&&e.tagName==="template"?e.content:e);return n.schema=i,c&&(o=!1),(l||!a||!DL(e,t,r))&&(s.push("<",e.tagName,l?" "+l:""),o&&(i.space==="svg"||n.settings.closeSelfClosing)&&(u=l.charAt(l.length-1),(!n.settings.tightSelfClosing||u==="/"||u&&u!=='"'&&u!=="'")&&s.push(" "),s.push("/")),s.push(">")),s.push(c),!o&&(!a||!_g(e,t,r))&&s.push("</"+e.tagName+">"),s.join("")}function zL(e,t){const r=[];let n=-1,i;if(t){for(i in t)if(t[i]!==null&&t[i]!==void 0){const a=UL(e,i,t[i]);a&&r.push(a)}}for(;++n<r.length;){const a=e.settings.tightAttributes?r[n].charAt(r[n].length-1):void 0;n!==r.length-1&&a!=='"'&&a!=="'"&&(r[n]+=" ")}return r.join("")}function UL(e,t,r){const n=qT(e.schema,t),i=e.settings.allowParseErrors&&e.schema.space==="html"?0:1,a=e.settings.allowDangerousCharacters?0:1;let o=e.quote,s;if(n.overloadedBoolean&&(r===n.attribute||r==="")?r=!0:(n.boolean||n.overloadedBoolean)&&(typeof r!="string"||r===n.attribute||r==="")&&(r=!!r),r==null||r===!1||typeof r=="number"&&Number.isNaN(r))return"";const u=ca(n.attribute,Object.assign({},e.settings.characterReferences,{subset:fu.name[i][a]}));return r===!0||(r=Array.isArray(r)?(n.commaSeparated?NN:BN)(r,{padLeft:!e.settings.tightCommaSeparatedLists}):String(r),e.settings.collapseEmptyAttributes&&!r)?u:(e.settings.preferUnquoted&&(s=ca(r,Object.assign({},e.settings.characterReferences,{attribute:!0,subset:fu.unquoted[i][a]}))),s!==r&&(e.settings.quoteSmart&&$0(r,o)>$0(r,e.alternative)&&(o=e.alternative),s=o+ca(r,Object.assign({},e.settings.characterReferences,{subset:(o==="'"?fu.single:fu.double)[i][a],attribute:!0}))+o),u+(s&&"="+s))}const WL=["<","&"];function ZT(e,t,r,n){return r&&r.type==="element"&&(r.tagName==="script"||r.tagName==="style")?e.value:ca(e.value,Object.assign({},n.settings.characterReferences,{subset:WL}))}function GL(e,t,r,n){return n.settings.allowDangerousHtml?e.value:ZT(e,t,r,n)}function HL(e,t,r,n){return n.all(e)}const KL=JN("type",{invalid:YL,unknown:XL,handlers:{comment:gL,doctype:bL,element:FL,raw:GL,root:HL,text:ZT}});function YL(e){throw new Error("Expected node, not `"+e+"`")}function XL(e){const t=e;throw new Error("Cannot compile unknown node `"+t.type+"`")}const VL={},ZL={},JL=[];function QL(e,t){const r=VL,n=r.quote||'"',i=n==='"'?"'":'"';if(n!=='"'&&n!=="'")throw new Error("Invalid quote `"+n+"`, expected `'` or `\"`");return{one:tB,all:eB,settings:{omitOptionalTags:r.omitOptionalTags||!1,allowParseErrors:r.allowParseErrors||!1,allowDangerousCharacters:r.allowDangerousCharacters||!1,quoteSmart:r.quoteSmart||!1,preferUnquoted:r.preferUnquoted||!1,tightAttributes:r.tightAttributes||!1,upperDoctype:r.upperDoctype||!1,tightDoctype:r.tightDoctype||!1,bogusComments:r.bogusComments||!1,tightCommaSeparatedLists:r.tightCommaSeparatedLists||!1,tightSelfClosing:r.tightSelfClosing||!1,collapseEmptyAttributes:r.collapseEmptyAttributes||!1,allowDangerousHtml:r.allowDangerousHtml||!1,voids:r.voids||ZN,characterReferences:r.characterReferences||ZL,closeSelfClosing:r.closeSelfClosing||!1,closeEmptyElements:r.closeEmptyElements||!1},schema:r.space==="svg"?gg:FT,quote:n,alternative:i}.one(Array.isArray(e)?{type:"root",children:e}:e,void 0,void 0)}function tB(e,t,r){return KL(e,t,r,this)}function eB(e){const t=[],r=e&&e.children||JL;let n=-1;for(;++n<r.length;)t[n]=this.one(r[n],n,e);return t.join("")}const ze={arcAngle:180,maxSeats:200,useEnhanced:!0,chartConfig:{radius:220,seatSize:5,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4,arcAngleFlexibility:5},colors:{emptySeats:"#f8f8f8",emptySeatsBorder:"#d8d8d8",seatBorder:"#fff"},animation:{transitionDuration:"0.2s",hoverOpacity:{active:"1",dimmed:"0.2",empty:"0.3"}},scaling:{enableScaling:!0,scaleThreshold:200}},fa={COMPLETED:Qe.neoDigitalGreen[600],NOT_APPLICABLE:"url(#greyHatchPattern)",NO_LST:"url(#noLstHatchPattern)",DATA_MISSING:"url(#dataMissingHatchPattern)"},Lo="N/A",Bo="No LST",qo="Data Missing";function rB(e,t,r,n="left-to-right",i=900,a){ee.prototype.transition=Pv;const o=t*Math.PI/180,s=-o/2-Math.PI/2,u=o/2-Math.PI/2;let l=e.querySelector("defs");l||(l=document.createElementNS("http://www.w3.org/2000/svg","defs"),e.appendChild(l));const c="arc-sweep-clip";let f=l.querySelector(`#${c}`);f||(f=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),f.setAttribute("id",c),l.appendChild(f));const h=document.createElementNS("http://www.w3.org/2000/svg","path");f.innerHTML="",f.appendChild(h);const p=e.querySelector(".arc-container"),y=e.querySelector(".points-container");if(y&&p)if(y.setAttribute("clip-path",`url(#${c})`),n==="left-to-right"){const d=_=>{const b=r*1.5,x=Math.cos(_)*b,v=Math.sin(_)*b,w=Math.cos(u)*b,S=Math.sin(u)*b,A=u-_>Math.PI?1:0;return`M 0,0 L ${x},${v} A ${b},${b} 0 ${A},1 ${w},${S} Z`};h.setAttribute("d",d(s)),ee(h).transition().duration(i).ease(_=>1-Math.pow(1-_,3)).tween("arc-sweep",()=>_=>{const b=s+(u-s)*_;h.setAttribute("d",d(b))}).on("end",()=>{a&&a(),setTimeout(()=>{y.removeAttribute("clip-path")},50)})}else{const d=_=>{const b=r*1.5,x=Math.cos(_)*b,v=Math.sin(_)*b,w=Math.cos(u)*b,S=Math.sin(u)*b,A=u-_>Math.PI?1:0;return`M 0,0 L ${x},${v} A ${b},${b} 0 ${A},1 ${w},${S} Z`};h.setAttribute("d",d(u)),ee(h).transition().duration(i).ease(_=>1-Math.pow(1-_,3)).tween("arc-sweep",()=>_=>{const b=u-(u-s)*_;h.setAttribute("d",d(b))}).on("end",()=>{y.removeAttribute("clip-path"),a&&a()})}}var hu=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function zt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var cf,I0;function JT(){if(I0)return cf;I0=1;var e=typeof hu=="object"&&hu&&hu.Object===Object&&hu;return cf=e,cf}var ff,N0;function zr(){if(N0)return ff;N0=1;var e=JT(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return ff=r,ff}var hf,L0;function nB(){if(L0)return hf;L0=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return hf=t,hf}var pf,B0;function iB(){if(B0)return pf;B0=1;var e=nB(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return pf=r,pf}var df,q0;function Zn(){if(q0)return df;q0=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return df=e,df}var mf,F0;function Ks(){if(F0)return mf;F0=1;var e=zr(),t=e.Symbol;return mf=t,mf}var yf,z0;function aB(){if(z0)return yf;z0=1;var e=Ks(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function a(o){var s=r.call(o,i),u=o[i];try{o[i]=void 0;var l=!0}catch{}var c=n.call(o);return l&&(s?o[i]=u:delete o[i]),c}return yf=a,yf}var vf,U0;function oB(){if(U0)return vf;U0=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return vf=r,vf}var gf,W0;function Cn(){if(W0)return gf;W0=1;var e=Ks(),t=aB(),r=oB(),n="[object Null]",i="[object Undefined]",a=e?e.toStringTag:void 0;function o(s){return s==null?s===void 0?i:n:a&&a in Object(s)?t(s):r(s)}return gf=o,gf}var bf,G0;function Mn(){if(G0)return bf;G0=1;function e(t){return t!=null&&typeof t=="object"}return bf=e,bf}var _f,H0;function Za(){if(H0)return _f;H0=1;var e=Cn(),t=Mn(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return _f=n,_f}var xf,K0;function xg(){if(K0)return xf;K0=1;var e=iB(),t=Zn(),r=Za(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,o=/^0o[0-7]+$/i,s=parseInt;function u(l){if(typeof l=="number")return l;if(r(l))return n;if(t(l)){var c=typeof l.valueOf=="function"?l.valueOf():l;l=t(c)?c+"":c}if(typeof l!="string")return l===0?l:+l;l=e(l);var f=a.test(l);return f||o.test(l)?s(l.slice(2),f?2:8):i.test(l)?n:+l}return xf=u,xf}var wf,Y0;function QT(){if(Y0)return wf;Y0=1;var e=xg(),t=1/0,r=17976931348623157e292;function n(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var a=i<0?-1:1;return a*r}return i===i?i:0}return wf=n,wf}var Sf,X0;function wg(){if(X0)return Sf;X0=1;var e=QT();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return Sf=t,Sf}var Of,V0;function oc(){if(V0)return Of;V0=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,a=Array(i);++n<i;)a[n]=r(t[n],n,t);return a}return Of=e,Of}var Af,Z0;function We(){if(Z0)return Af;Z0=1;var e=Array.isArray;return Af=e,Af}var Pf,J0;function sB(){if(J0)return Pf;J0=1;var e=Ks(),t=oc(),r=We(),n=Za(),i=e?e.prototype:void 0,a=i?i.toString:void 0;function o(s){if(typeof s=="string")return s;if(r(s))return t(s,o)+"";if(n(s))return a?a.call(s):"";var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}return Pf=o,Pf}var Tf,Q0;function Sg(){if(Q0)return Tf;Q0=1;var e=sB();function t(r){return r==null?"":e(r)}return Tf=t,Tf}var Ef,t_;function uB(){if(t_)return Ef;t_=1;var e=zr(),t=wg(),r=xg(),n=Sg(),i=e.isFinite,a=Math.min;function o(s){var u=Math[s];return function(l,c){if(l=r(l),c=c==null?0:a(t(c),292),c&&i(l)){var f=(n(l)+"e").split("e"),h=u(f[0]+"e"+(+f[1]+c));return f=(n(h)+"e").split("e"),+(f[0]+"e"+(+f[1]-c))}return u(l)}}return Ef=o,Ef}var Cf,e_;function lB(){if(e_)return Cf;e_=1;var e=uB(),t=e("round");return Cf=t,Cf}var cB=lB();const fB=zt(cB);var Mf,r_;function tE(){if(r_)return Mf;r_=1;function e(t,r){for(var n=-1,i=r.length,a=t.length;++n<i;)t[a+n]=r[n];return t}return Mf=e,Mf}var kf,n_;function hB(){if(n_)return kf;n_=1;var e=Cn(),t=Mn(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return kf=n,kf}var $f,i_;function Og(){if(i_)return $f;i_=1;var e=hB(),t=Mn(),r=Object.prototype,n=r.hasOwnProperty,i=r.propertyIsEnumerable,a=e((function(){return arguments})())?e:function(o){return t(o)&&n.call(o,"callee")&&!i.call(o,"callee")};return $f=a,$f}var jf,a_;function pB(){if(a_)return jf;a_=1;var e=Ks(),t=Og(),r=We(),n=e?e.isConcatSpreadable:void 0;function i(a){return r(a)||t(a)||!!(n&&a&&a[n])}return jf=i,jf}var Rf,o_;function eE(){if(o_)return Rf;o_=1;var e=tE(),t=pB();function r(n,i,a,o,s){var u=-1,l=n.length;for(a||(a=t),s||(s=[]);++u<l;){var c=n[u];i>0&&a(c)?i>1?r(c,i-1,a,o,s):e(s,c):o||(s[s.length]=c)}return s}return Rf=r,Rf}var Df,s_;function Ag(){if(s_)return Df;s_=1;var e=We(),t=Za(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,n=/^\w*$/;function i(a,o){if(e(a))return!1;var s=typeof a;return s=="number"||s=="symbol"||s=="boolean"||a==null||t(a)?!0:n.test(a)||!r.test(a)||o!=null&&a in Object(o)}return Df=i,Df}var If,u_;function Pg(){if(u_)return If;u_=1;var e=Cn(),t=Zn(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",a="[object Proxy]";function o(s){if(!t(s))return!1;var u=e(s);return u==n||u==i||u==r||u==a}return If=o,If}var Nf,l_;function dB(){if(l_)return Nf;l_=1;var e=zr(),t=e["__core-js_shared__"];return Nf=t,Nf}var Lf,c_;function mB(){if(c_)return Lf;c_=1;var e=dB(),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 Lf=r,Lf}var Bf,f_;function rE(){if(f_)return Bf;f_=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 Bf=r,Bf}var qf,h_;function yB(){if(h_)return qf;h_=1;var e=Pg(),t=mB(),r=Zn(),n=rE(),i=/[\\^$.*+?()[\]{}|]/g,a=/^\[object .+?Constructor\]$/,o=Function.prototype,s=Object.prototype,u=o.toString,l=s.hasOwnProperty,c=RegExp("^"+u.call(l).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function f(h){if(!r(h)||t(h))return!1;var p=e(h)?c:a;return p.test(n(h))}return qf=f,qf}var Ff,p_;function vB(){if(p_)return Ff;p_=1;function e(t,r){return t==null?void 0:t[r]}return Ff=e,Ff}var zf,d_;function zi(){if(d_)return zf;d_=1;var e=yB(),t=vB();function r(n,i){var a=t(n,i);return e(a)?a:void 0}return zf=r,zf}var Uf,m_;function sc(){if(m_)return Uf;m_=1;var e=zi(),t=e(Object,"create");return Uf=t,Uf}var Wf,y_;function gB(){if(y_)return Wf;y_=1;var e=sc();function t(){this.__data__=e?e(null):{},this.size=0}return Wf=t,Wf}var Gf,v_;function bB(){if(v_)return Gf;v_=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Gf=e,Gf}var Hf,g_;function _B(){if(g_)return Hf;g_=1;var e=sc(),t="__lodash_hash_undefined__",r=Object.prototype,n=r.hasOwnProperty;function i(a){var o=this.__data__;if(e){var s=o[a];return s===t?void 0:s}return n.call(o,a)?o[a]:void 0}return Hf=i,Hf}var Kf,b_;function xB(){if(b_)return Kf;b_=1;var e=sc(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var a=this.__data__;return e?a[i]!==void 0:r.call(a,i)}return Kf=n,Kf}var Yf,__;function wB(){if(__)return Yf;__=1;var e=sc(),t="__lodash_hash_undefined__";function r(n,i){var a=this.__data__;return this.size+=this.has(n)?0:1,a[n]=e&&i===void 0?t:i,this}return Yf=r,Yf}var Xf,x_;function SB(){if(x_)return Xf;x_=1;var e=gB(),t=bB(),r=_B(),n=xB(),i=wB();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,Xf=a,Xf}var Vf,w_;function OB(){if(w_)return Vf;w_=1;function e(){this.__data__=[],this.size=0}return Vf=e,Vf}var Zf,S_;function Tg(){if(S_)return Zf;S_=1;function e(t,r){return t===r||t!==t&&r!==r}return Zf=e,Zf}var Jf,O_;function uc(){if(O_)return Jf;O_=1;var e=Tg();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return Jf=t,Jf}var Qf,A_;function AB(){if(A_)return Qf;A_=1;var e=uc(),t=Array.prototype,r=t.splice;function n(i){var a=this.__data__,o=e(a,i);if(o<0)return!1;var s=a.length-1;return o==s?a.pop():r.call(a,o,1),--this.size,!0}return Qf=n,Qf}var th,P_;function PB(){if(P_)return th;P_=1;var e=uc();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return th=t,th}var eh,T_;function TB(){if(T_)return eh;T_=1;var e=uc();function t(r){return e(this.__data__,r)>-1}return eh=t,eh}var rh,E_;function EB(){if(E_)return rh;E_=1;var e=uc();function t(r,n){var i=this.__data__,a=e(i,r);return a<0?(++this.size,i.push([r,n])):i[a][1]=n,this}return rh=t,rh}var nh,C_;function lc(){if(C_)return nh;C_=1;var e=OB(),t=AB(),r=PB(),n=TB(),i=EB();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,nh=a,nh}var ih,M_;function Eg(){if(M_)return ih;M_=1;var e=zi(),t=zr(),r=e(t,"Map");return ih=r,ih}var ah,k_;function CB(){if(k_)return ah;k_=1;var e=SB(),t=lc(),r=Eg();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return ah=n,ah}var oh,$_;function MB(){if($_)return oh;$_=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return oh=e,oh}var sh,j_;function cc(){if(j_)return sh;j_=1;var e=MB();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return sh=t,sh}var uh,R_;function kB(){if(R_)return uh;R_=1;var e=cc();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return uh=t,uh}var lh,D_;function $B(){if(D_)return lh;D_=1;var e=cc();function t(r){return e(this,r).get(r)}return lh=t,lh}var ch,I_;function jB(){if(I_)return ch;I_=1;var e=cc();function t(r){return e(this,r).has(r)}return ch=t,ch}var fh,N_;function RB(){if(N_)return fh;N_=1;var e=cc();function t(r,n){var i=e(this,r),a=i.size;return i.set(r,n),this.size+=i.size==a?0:1,this}return fh=t,fh}var hh,L_;function Cg(){if(L_)return hh;L_=1;var e=CB(),t=kB(),r=$B(),n=jB(),i=RB();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,hh=a,hh}var ph,B_;function nE(){if(B_)return ph;B_=1;var e=Cg(),t="Expected a function";function r(n,i){if(typeof n!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var a=function(){var o=arguments,s=i?i.apply(this,o):o[0],u=a.cache;if(u.has(s))return u.get(s);var l=n.apply(this,o);return a.cache=u.set(s,l)||u,l};return a.cache=new(r.Cache||e),a}return r.Cache=e,ph=r,ph}var dh,q_;function DB(){if(q_)return dh;q_=1;var e=nE(),t=500;function r(n){var i=e(n,function(o){return a.size===t&&a.clear(),o}),a=i.cache;return i}return dh=r,dh}var mh,F_;function IB(){if(F_)return mh;F_=1;var e=DB(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,n=e(function(i){var a=[];return i.charCodeAt(0)===46&&a.push(""),i.replace(t,function(o,s,u,l){a.push(u?l.replace(r,"$1"):s||o)}),a});return mh=n,mh}var yh,z_;function iE(){if(z_)return yh;z_=1;var e=We(),t=Ag(),r=IB(),n=Sg();function i(a,o){return e(a)?a:t(a,o)?[a]:r(n(a))}return yh=i,yh}var vh,U_;function fc(){if(U_)return vh;U_=1;var e=Za();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return vh=t,vh}var gh,W_;function Mg(){if(W_)return gh;W_=1;var e=iE(),t=fc();function r(n,i){i=e(i,n);for(var a=0,o=i.length;n!=null&&a<o;)n=n[t(i[a++])];return a&&a==o?n:void 0}return gh=r,gh}var bh,G_;function NB(){if(G_)return bh;G_=1;var e=lc();function t(){this.__data__=new e,this.size=0}return bh=t,bh}var _h,H_;function LB(){if(H_)return _h;H_=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return _h=e,_h}var xh,K_;function BB(){if(K_)return xh;K_=1;function e(t){return this.__data__.get(t)}return xh=e,xh}var wh,Y_;function qB(){if(Y_)return wh;Y_=1;function e(t){return this.__data__.has(t)}return wh=e,wh}var Sh,X_;function FB(){if(X_)return Sh;X_=1;var e=lc(),t=Eg(),r=Cg(),n=200;function i(a,o){var s=this.__data__;if(s instanceof e){var u=s.__data__;if(!t||u.length<n-1)return u.push([a,o]),this.size=++s.size,this;s=this.__data__=new r(u)}return s.set(a,o),this.size=s.size,this}return Sh=i,Sh}var Oh,V_;function aE(){if(V_)return Oh;V_=1;var e=lc(),t=NB(),r=LB(),n=BB(),i=qB(),a=FB();function o(s){var u=this.__data__=new e(s);this.size=u.size}return o.prototype.clear=t,o.prototype.delete=r,o.prototype.get=n,o.prototype.has=i,o.prototype.set=a,Oh=o,Oh}var Ah,Z_;function zB(){if(Z_)return Ah;Z_=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return Ah=t,Ah}var Ph,J_;function UB(){if(J_)return Ph;J_=1;function e(t){return this.__data__.has(t)}return Ph=e,Ph}var Th,Q_;function oE(){if(Q_)return Th;Q_=1;var e=Cg(),t=zB(),r=UB();function n(i){var a=-1,o=i==null?0:i.length;for(this.__data__=new e;++a<o;)this.add(i[a])}return n.prototype.add=n.prototype.push=t,n.prototype.has=r,Th=n,Th}var Eh,tx;function sE(){if(tx)return Eh;tx=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 Eh=e,Eh}var Ch,ex;function uE(){if(ex)return Ch;ex=1;function e(t,r){return t.has(r)}return Ch=e,Ch}var Mh,rx;function lE(){if(rx)return Mh;rx=1;var e=oE(),t=sE(),r=uE(),n=1,i=2;function a(o,s,u,l,c,f){var h=u&n,p=o.length,y=s.length;if(p!=y&&!(h&&y>p))return!1;var m=f.get(o),d=f.get(s);if(m&&d)return m==s&&d==o;var g=-1,_=!0,b=u&i?new e:void 0;for(f.set(o,s),f.set(s,o);++g<p;){var x=o[g],v=s[g];if(l)var w=h?l(v,x,g,s,o,f):l(x,v,g,o,s,f);if(w!==void 0){if(w)continue;_=!1;break}if(b){if(!t(s,function(S,A){if(!r(b,A)&&(x===S||c(x,S,u,l,f)))return b.push(A)})){_=!1;break}}else if(!(x===v||c(x,v,u,l,f))){_=!1;break}}return f.delete(o),f.delete(s),_}return Mh=a,Mh}var kh,nx;function WB(){if(nx)return kh;nx=1;var e=zr(),t=e.Uint8Array;return kh=t,kh}var $h,ix;function GB(){if(ix)return $h;ix=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,a){n[++r]=[a,i]}),n}return $h=e,$h}var jh,ax;function kg(){if(ax)return jh;ax=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return jh=e,jh}var Rh,ox;function HB(){if(ox)return Rh;ox=1;var e=Ks(),t=WB(),r=Tg(),n=lE(),i=GB(),a=kg(),o=1,s=2,u="[object Boolean]",l="[object Date]",c="[object Error]",f="[object Map]",h="[object Number]",p="[object RegExp]",y="[object Set]",m="[object String]",d="[object Symbol]",g="[object ArrayBuffer]",_="[object DataView]",b=e?e.prototype:void 0,x=b?b.valueOf:void 0;function v(w,S,A,P,C,T,E){switch(A){case _:if(w.byteLength!=S.byteLength||w.byteOffset!=S.byteOffset)return!1;w=w.buffer,S=S.buffer;case g:return!(w.byteLength!=S.byteLength||!T(new t(w),new t(S)));case u:case l:case h:return r(+w,+S);case c:return w.name==S.name&&w.message==S.message;case p:case m:return w==S+"";case f:var M=i;case y:var R=P&o;if(M||(M=a),w.size!=S.size&&!R)return!1;var $=E.get(w);if($)return $==S;P|=s,E.set(w,S);var k=n(M(w),M(S),P,C,T,E);return E.delete(w),k;case d:if(x)return x.call(w)==x.call(S)}return!1}return Rh=v,Rh}var Dh,sx;function KB(){if(sx)return Dh;sx=1;var e=tE(),t=We();function r(n,i,a){var o=i(n);return t(n)?o:e(o,a(n))}return Dh=r,Dh}var Ih,ux;function YB(){if(ux)return Ih;ux=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,a=0,o=[];++n<i;){var s=t[n];r(s,n,t)&&(o[a++]=s)}return o}return Ih=e,Ih}var Nh,lx;function XB(){if(lx)return Nh;lx=1;function e(){return[]}return Nh=e,Nh}var Lh,cx;function VB(){if(cx)return Lh;cx=1;var e=YB(),t=XB(),r=Object.prototype,n=r.propertyIsEnumerable,i=Object.getOwnPropertySymbols,a=i?function(o){return o==null?[]:(o=Object(o),e(i(o),function(s){return n.call(o,s)}))}:t;return Lh=a,Lh}var Bh,fx;function ZB(){if(fx)return Bh;fx=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return Bh=e,Bh}var Co={exports:{}},qh,hx;function JB(){if(hx)return qh;hx=1;function e(){return!1}return qh=e,qh}Co.exports;var px;function cE(){return px||(px=1,(function(e,t){var r=zr(),n=JB(),i=t&&!t.nodeType&&t,a=i&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===i,s=o?r.Buffer:void 0,u=s?s.isBuffer:void 0,l=u||n;e.exports=l})(Co,Co.exports)),Co.exports}var Fh,dx;function $g(){if(dx)return Fh;dx=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(n,i){var a=typeof n;return i=i??e,!!i&&(a=="number"||a!="symbol"&&t.test(n))&&n>-1&&n%1==0&&n<i}return Fh=r,Fh}var zh,mx;function jg(){if(mx)return zh;mx=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return zh=t,zh}var Uh,yx;function QB(){if(yx)return Uh;yx=1;var e=Cn(),t=jg(),r=Mn(),n="[object Arguments]",i="[object Array]",a="[object Boolean]",o="[object Date]",s="[object Error]",u="[object Function]",l="[object Map]",c="[object Number]",f="[object Object]",h="[object RegExp]",p="[object Set]",y="[object String]",m="[object WeakMap]",d="[object ArrayBuffer]",g="[object DataView]",_="[object Float32Array]",b="[object Float64Array]",x="[object Int8Array]",v="[object Int16Array]",w="[object Int32Array]",S="[object Uint8Array]",A="[object Uint8ClampedArray]",P="[object Uint16Array]",C="[object Uint32Array]",T={};T[_]=T[b]=T[x]=T[v]=T[w]=T[S]=T[A]=T[P]=T[C]=!0,T[n]=T[i]=T[d]=T[a]=T[g]=T[o]=T[s]=T[u]=T[l]=T[c]=T[f]=T[h]=T[p]=T[y]=T[m]=!1;function E(M){return r(M)&&t(M.length)&&!!T[e(M)]}return Uh=E,Uh}var Wh,vx;function fE(){if(vx)return Wh;vx=1;function e(t){return function(r){return t(r)}}return Wh=e,Wh}var Mo={exports:{}};Mo.exports;var gx;function tq(){return gx||(gx=1,(function(e,t){var r=JT(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,a=i&&i.exports===n,o=a&&r.process,s=(function(){try{var u=i&&i.require&&i.require("util").types;return u||o&&o.binding&&o.binding("util")}catch{}})();e.exports=s})(Mo,Mo.exports)),Mo.exports}var Gh,bx;function hE(){if(bx)return Gh;bx=1;var e=QB(),t=fE(),r=tq(),n=r&&r.isTypedArray,i=n?t(n):e;return Gh=i,Gh}var Hh,_x;function eq(){if(_x)return Hh;_x=1;var e=ZB(),t=Og(),r=We(),n=cE(),i=$g(),a=hE(),o=Object.prototype,s=o.hasOwnProperty;function u(l,c){var f=r(l),h=!f&&t(l),p=!f&&!h&&n(l),y=!f&&!h&&!p&&a(l),m=f||h||p||y,d=m?e(l.length,String):[],g=d.length;for(var _ in l)(c||s.call(l,_))&&!(m&&(_=="length"||p&&(_=="offset"||_=="parent")||y&&(_=="buffer"||_=="byteLength"||_=="byteOffset")||i(_,g)))&&d.push(_);return d}return Hh=u,Hh}var Kh,xx;function rq(){if(xx)return Kh;xx=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return Kh=t,Kh}var Yh,wx;function pE(){if(wx)return Yh;wx=1;function e(t,r){return function(n){return t(r(n))}}return Yh=e,Yh}var Xh,Sx;function nq(){if(Sx)return Xh;Sx=1;var e=pE(),t=e(Object.keys,Object);return Xh=t,Xh}var Vh,Ox;function iq(){if(Ox)return Vh;Ox=1;var e=rq(),t=nq(),r=Object.prototype,n=r.hasOwnProperty;function i(a){if(!e(a))return t(a);var o=[];for(var s in Object(a))n.call(a,s)&&s!="constructor"&&o.push(s);return o}return Vh=i,Vh}var Zh,Ax;function Ys(){if(Ax)return Zh;Ax=1;var e=Pg(),t=jg();function r(n){return n!=null&&t(n.length)&&!e(n)}return Zh=r,Zh}var Jh,Px;function Xs(){if(Px)return Jh;Px=1;var e=eq(),t=iq(),r=Ys();function n(i){return r(i)?e(i):t(i)}return Jh=n,Jh}var Qh,Tx;function aq(){if(Tx)return Qh;Tx=1;var e=KB(),t=VB(),r=Xs();function n(i){return e(i,r,t)}return Qh=n,Qh}var tp,Ex;function oq(){if(Ex)return tp;Ex=1;var e=aq(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(a,o,s,u,l,c){var f=s&t,h=e(a),p=h.length,y=e(o),m=y.length;if(p!=m&&!f)return!1;for(var d=p;d--;){var g=h[d];if(!(f?g in o:n.call(o,g)))return!1}var _=c.get(a),b=c.get(o);if(_&&b)return _==o&&b==a;var x=!0;c.set(a,o),c.set(o,a);for(var v=f;++d<p;){g=h[d];var w=a[g],S=o[g];if(u)var A=f?u(S,w,g,o,a,c):u(w,S,g,a,o,c);if(!(A===void 0?w===S||l(w,S,s,u,c):A)){x=!1;break}v||(v=g=="constructor")}if(x&&!v){var P=a.constructor,C=o.constructor;P!=C&&"constructor"in a&&"constructor"in o&&!(typeof P=="function"&&P instanceof P&&typeof C=="function"&&C instanceof C)&&(x=!1)}return c.delete(a),c.delete(o),x}return tp=i,tp}var ep,Cx;function sq(){if(Cx)return ep;Cx=1;var e=zi(),t=zr(),r=e(t,"DataView");return ep=r,ep}var rp,Mx;function uq(){if(Mx)return rp;Mx=1;var e=zi(),t=zr(),r=e(t,"Promise");return rp=r,rp}var np,kx;function dE(){if(kx)return np;kx=1;var e=zi(),t=zr(),r=e(t,"Set");return np=r,np}var ip,$x;function lq(){if($x)return ip;$x=1;var e=zi(),t=zr(),r=e(t,"WeakMap");return ip=r,ip}var ap,jx;function cq(){if(jx)return ap;jx=1;var e=sq(),t=Eg(),r=uq(),n=dE(),i=lq(),a=Cn(),o=rE(),s="[object Map]",u="[object Object]",l="[object Promise]",c="[object Set]",f="[object WeakMap]",h="[object DataView]",p=o(e),y=o(t),m=o(r),d=o(n),g=o(i),_=a;return(e&&_(new e(new ArrayBuffer(1)))!=h||t&&_(new t)!=s||r&&_(r.resolve())!=l||n&&_(new n)!=c||i&&_(new i)!=f)&&(_=function(b){var x=a(b),v=x==u?b.constructor:void 0,w=v?o(v):"";if(w)switch(w){case p:return h;case y:return s;case m:return l;case d:return c;case g:return f}return x}),ap=_,ap}var op,Rx;function fq(){if(Rx)return op;Rx=1;var e=aE(),t=lE(),r=HB(),n=oq(),i=cq(),a=We(),o=cE(),s=hE(),u=1,l="[object Arguments]",c="[object Array]",f="[object Object]",h=Object.prototype,p=h.hasOwnProperty;function y(m,d,g,_,b,x){var v=a(m),w=a(d),S=v?c:i(m),A=w?c:i(d);S=S==l?f:S,A=A==l?f:A;var P=S==f,C=A==f,T=S==A;if(T&&o(m)){if(!o(d))return!1;v=!0,P=!1}if(T&&!P)return x||(x=new e),v||s(m)?t(m,d,g,_,b,x):r(m,d,S,g,_,b,x);if(!(g&u)){var E=P&&p.call(m,"__wrapped__"),M=C&&p.call(d,"__wrapped__");if(E||M){var R=E?m.value():m,$=M?d.value():d;return x||(x=new e),b(R,$,g,_,x)}}return T?(x||(x=new e),n(m,d,g,_,b,x)):!1}return op=y,op}var sp,Dx;function Rg(){if(Dx)return sp;Dx=1;var e=fq(),t=Mn();function r(n,i,a,o,s){return n===i?!0:n==null||i==null||!t(n)&&!t(i)?n!==n&&i!==i:e(n,i,a,o,r,s)}return sp=r,sp}var up,Ix;function hq(){if(Ix)return up;Ix=1;var e=aE(),t=Rg(),r=1,n=2;function i(a,o,s,u){var l=s.length,c=l,f=!u;if(a==null)return!c;for(a=Object(a);l--;){var h=s[l];if(f&&h[2]?h[1]!==a[h[0]]:!(h[0]in a))return!1}for(;++l<c;){h=s[l];var p=h[0],y=a[p],m=h[1];if(f&&h[2]){if(y===void 0&&!(p in a))return!1}else{var d=new e;if(u)var g=u(y,m,p,a,o,d);if(!(g===void 0?t(m,y,r|n,u,d):g))return!1}}return!0}return up=i,up}var lp,Nx;function mE(){if(Nx)return lp;Nx=1;var e=Zn();function t(r){return r===r&&!e(r)}return lp=t,lp}var cp,Lx;function pq(){if(Lx)return cp;Lx=1;var e=mE(),t=Xs();function r(n){for(var i=t(n),a=i.length;a--;){var o=i[a],s=n[o];i[a]=[o,s,e(s)]}return i}return cp=r,cp}var fp,Bx;function yE(){if(Bx)return fp;Bx=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return fp=e,fp}var hp,qx;function dq(){if(qx)return hp;qx=1;var e=hq(),t=pq(),r=yE();function n(i){var a=t(i);return a.length==1&&a[0][2]?r(a[0][0],a[0][1]):function(o){return o===i||e(o,i,a)}}return hp=n,hp}var pp,Fx;function vE(){if(Fx)return pp;Fx=1;var e=Mg();function t(r,n,i){var a=r==null?void 0:e(r,n);return a===void 0?i:a}return pp=t,pp}var dp,zx;function mq(){if(zx)return dp;zx=1;function e(t,r){return t!=null&&r in Object(t)}return dp=e,dp}var mp,Ux;function yq(){if(Ux)return mp;Ux=1;var e=iE(),t=Og(),r=We(),n=$g(),i=jg(),a=fc();function o(s,u,l){u=e(u,s);for(var c=-1,f=u.length,h=!1;++c<f;){var p=a(u[c]);if(!(h=s!=null&&l(s,p)))break;s=s[p]}return h||++c!=f?h:(f=s==null?0:s.length,!!f&&i(f)&&n(p,f)&&(r(s)||t(s)))}return mp=o,mp}var yp,Wx;function vq(){if(Wx)return yp;Wx=1;var e=mq(),t=yq();function r(n,i){return n!=null&&t(n,i,e)}return yp=r,yp}var vp,Gx;function gq(){if(Gx)return vp;Gx=1;var e=Rg(),t=vE(),r=vq(),n=Ag(),i=mE(),a=yE(),o=fc(),s=1,u=2;function l(c,f){return n(c)&&i(f)?a(o(c),f):function(h){var p=t(h,c);return p===void 0&&p===f?r(h,c):e(f,p,s|u)}}return vp=l,vp}var gp,Hx;function Ja(){if(Hx)return gp;Hx=1;function e(t){return t}return gp=e,gp}var bp,Kx;function bq(){if(Kx)return bp;Kx=1;function e(t){return function(r){return r==null?void 0:r[t]}}return bp=e,bp}var _p,Yx;function _q(){if(Yx)return _p;Yx=1;var e=Mg();function t(r){return function(n){return e(n,r)}}return _p=t,_p}var xp,Xx;function xq(){if(Xx)return xp;Xx=1;var e=bq(),t=_q(),r=Ag(),n=fc();function i(a){return r(a)?e(n(a)):t(a)}return xp=i,xp}var wp,Vx;function Jn(){if(Vx)return wp;Vx=1;var e=dq(),t=gq(),r=Ja(),n=We(),i=xq();function a(o){return typeof o=="function"?o:o==null?r:typeof o=="object"?n(o)?t(o[0],o[1]):e(o):i(o)}return wp=a,wp}var Sp,Zx;function wq(){if(Zx)return Sp;Zx=1;function e(t){return function(r,n,i){for(var a=-1,o=Object(r),s=i(r),u=s.length;u--;){var l=s[t?u:++a];if(n(o[l],l,o)===!1)break}return r}}return Sp=e,Sp}var Op,Jx;function Sq(){if(Jx)return Op;Jx=1;var e=wq(),t=e();return Op=t,Op}var Ap,Qx;function gE(){if(Qx)return Ap;Qx=1;var e=Sq(),t=Xs();function r(n,i){return n&&e(n,i,t)}return Ap=r,Ap}var Pp,t1;function Oq(){if(t1)return Pp;t1=1;var e=Ys();function t(r,n){return function(i,a){if(i==null)return i;if(!e(i))return r(i,a);for(var o=i.length,s=n?o:-1,u=Object(i);(n?s--:++s<o)&&a(u[s],s,u)!==!1;);return i}}return Pp=t,Pp}var Tp,e1;function Dg(){if(e1)return Tp;e1=1;var e=gE(),t=Oq(),r=t(e);return Tp=r,Tp}var Ep,r1;function bE(){if(r1)return Ep;r1=1;var e=Dg(),t=Ys();function r(n,i){var a=-1,o=t(n)?Array(n.length):[];return e(n,function(s,u,l){o[++a]=i(s,u,l)}),o}return Ep=r,Ep}var Cp,n1;function Aq(){if(n1)return Cp;n1=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return Cp=e,Cp}var Mp,i1;function Pq(){if(i1)return Mp;i1=1;var e=Za();function t(r,n){if(r!==n){var i=r!==void 0,a=r===null,o=r===r,s=e(r),u=n!==void 0,l=n===null,c=n===n,f=e(n);if(!l&&!f&&!s&&r>n||s&&u&&c&&!l&&!f||a&&u&&c||!i&&c||!o)return 1;if(!a&&!s&&!f&&r<n||f&&i&&o&&!a&&!s||l&&i&&o||!u&&o||!c)return-1}return 0}return Mp=t,Mp}var kp,a1;function Tq(){if(a1)return kp;a1=1;var e=Pq();function t(r,n,i){for(var a=-1,o=r.criteria,s=n.criteria,u=o.length,l=i.length;++a<u;){var c=e(o[a],s[a]);if(c){if(a>=l)return c;var f=i[a];return c*(f=="desc"?-1:1)}}return r.index-n.index}return kp=t,kp}var $p,o1;function Eq(){if(o1)return $p;o1=1;var e=oc(),t=Mg(),r=Jn(),n=bE(),i=Aq(),a=fE(),o=Tq(),s=Ja(),u=We();function l(c,f,h){f.length?f=e(f,function(m){return u(m)?function(d){return t(d,m.length===1?m[0]:m)}:m}):f=[s];var p=-1;f=e(f,a(r));var y=n(c,function(m,d,g){var _=e(f,function(b){return b(m)});return{criteria:_,index:++p,value:m}});return i(y,function(m,d){return o(m,d,h)})}return $p=l,$p}var jp,s1;function Cq(){if(s1)return jp;s1=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 jp=e,jp}var Rp,u1;function Mq(){if(u1)return Rp;u1=1;var e=Cq(),t=Math.max;function r(n,i,a){return i=t(i===void 0?n.length-1:i,0),function(){for(var o=arguments,s=-1,u=t(o.length-i,0),l=Array(u);++s<u;)l[s]=o[i+s];s=-1;for(var c=Array(i+1);++s<i;)c[s]=o[s];return c[i]=a(l),e(n,this,c)}}return Rp=r,Rp}var Dp,l1;function kq(){if(l1)return Dp;l1=1;function e(t){return function(){return t}}return Dp=e,Dp}var Ip,c1;function _E(){if(c1)return Ip;c1=1;var e=zi(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Ip=t,Ip}var Np,f1;function $q(){if(f1)return Np;f1=1;var e=kq(),t=_E(),r=Ja(),n=t?function(i,a){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(a),writable:!0})}:r;return Np=n,Np}var Lp,h1;function jq(){if(h1)return Lp;h1=1;var e=800,t=16,r=Date.now;function n(i){var a=0,o=0;return function(){var s=r(),u=t-(s-o);if(o=s,u>0){if(++a>=e)return arguments[0]}else a=0;return i.apply(void 0,arguments)}}return Lp=n,Lp}var Bp,p1;function Rq(){if(p1)return Bp;p1=1;var e=$q(),t=jq(),r=t(e);return Bp=r,Bp}var qp,d1;function Dq(){if(d1)return qp;d1=1;var e=Ja(),t=Mq(),r=Rq();function n(i,a){return r(t(i,a,e),i+"")}return qp=n,qp}var Fp,m1;function Vs(){if(m1)return Fp;m1=1;var e=Tg(),t=Ys(),r=$g(),n=Zn();function i(a,o,s){if(!n(s))return!1;var u=typeof o;return(u=="number"?t(s)&&r(o,s.length):u=="string"&&o in s)?e(s[o],a):!1}return Fp=i,Fp}var zp,y1;function Iq(){if(y1)return zp;y1=1;var e=eE(),t=Eq(),r=Dq(),n=Vs(),i=r(function(a,o){if(a==null)return[];var s=o.length;return s>1&&n(a,o[0],o[1])?o=[]:s>2&&n(o[0],o[1],o[2])&&(o=[o[0]]),t(a,e(o,1),[])});return zp=i,zp}var Nq=Iq();const hc=zt(Nq);var Up,v1;function Lq(){if(v1)return Up;v1=1;function e(t){for(var r=-1,n=t==null?0:t.length,i={};++r<n;){var a=t[r];i[a[0]]=a[1]}return i}return Up=e,Up}var Bq=Lq();const g1=zt(Bq);var Wp,b1;function qq(){if(b1)return Wp;b1=1;var e=Math.ceil,t=Math.max;function r(n,i,a,o){for(var s=-1,u=t(e((i-n)/(a||1)),0),l=Array(u);u--;)l[o?u:++s]=n,n+=a;return l}return Wp=r,Wp}var Gp,_1;function Fq(){if(_1)return Gp;_1=1;var e=qq(),t=Vs(),r=QT();function n(i){return function(a,o,s){return s&&typeof s!="number"&&t(a,o,s)&&(o=s=void 0),a=r(a),o===void 0?(o=a,a=0):o=r(o),s=s===void 0?a<o?1:-1:r(s),e(a,o,s,i)}}return Gp=n,Gp}var Hp,x1;function zq(){if(x1)return Hp;x1=1;var e=Fq(),t=e();return Hp=t,Hp}var Uq=zq();const ls=zt(Uq);var Kp,w1;function Wq(){if(w1)return Kp;w1=1;var e=oc(),t=Jn(),r=bE(),n=We();function i(a,o){var s=n(a)?e:r;return s(a,t(o,3))}return Kp=i,Kp}var Yp,S1;function Gq(){if(S1)return Yp;S1=1;var e=eE(),t=Wq();function r(n,i){return e(t(n,i),1)}return Yp=r,Yp}var Hq=Gq();const xE=zt(Hq);var Xp,O1;function wE(){if(O1)return Xp;O1=1;function e(t,r,n){return t===t&&(n!==void 0&&(t=t<=n?t:n),r!==void 0&&(t=t>=r?t:r)),t}return Xp=e,Xp}var Vp,A1;function Kq(){if(A1)return Vp;A1=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 Vp=e,Vp}var Zp,P1;function Yq(){if(P1)return Zp;P1=1;var e=Math.floor,t=Math.random;function r(n,i){return n+e(t()*(i-n+1))}return Zp=r,Zp}var Jp,T1;function SE(){if(T1)return Jp;T1=1;var e=Yq();function t(r,n){var i=-1,a=r.length,o=a-1;for(n=n===void 0?a:n;++i<n;){var s=e(i,o),u=r[s];r[s]=r[i],r[i]=u}return r.length=n,r}return Jp=t,Jp}var Qp,E1;function Xq(){if(E1)return Qp;E1=1;var e=wE(),t=Kq(),r=SE();function n(i,a){return r(t(i),e(a,0,i.length))}return Qp=n,Qp}var td,C1;function Vq(){if(C1)return td;C1=1;var e=oc();function t(r,n){return e(n,function(i){return r[i]})}return td=t,td}var ed,M1;function Zq(){if(M1)return ed;M1=1;var e=Vq(),t=Xs();function r(n){return n==null?[]:e(n,t(n))}return ed=r,ed}var rd,k1;function Jq(){if(k1)return rd;k1=1;var e=wE(),t=SE(),r=Zq();function n(i,a){var o=r(i);return t(o,e(a,0,o.length))}return rd=n,rd}var nd,$1;function Qq(){if($1)return nd;$1=1;var e=Xq(),t=Jq(),r=We(),n=Vs(),i=wg();function a(o,s,u){(u?n(o,s,u):s===void 0)?s=1:s=i(s);var l=r(o)?e:t;return l(o,s)}return nd=a,nd}var tF=Qq();const eF=zt(tF),rF=e=>fB(e,14),j1=e=>Object.values(e).reduce((t,r)=>t+r,0),nF=(e,t,r={})=>{const n=Object.assign({draw:!1},r);if(Object.values(e).length<1)throw new Error("vote distribution must contain at least one party");if(!Object.values(e).every(y=>typeof y=="number"&&y>=0))throw new Error("party vote counts must be non-negative integers");if(!Number.isInteger(t)||t<=0)throw new Error("seats must be a positive integer");if(typeof n.draw!="boolean")throw new Error("opt.draw must be a boolean");const i=j1(e),a=g1(Object.entries(e).map(([y,m])=>{const d=Math.max(t-Object.keys(e).length,0),g=Math.round(d*m/i);return[y,g]})),o=g1(Object.entries(e).map(([y,m])=>{const d=t+Object.keys(e).length,g=Math.min(Math.round(d*m/i),t);return[y,g]})),s=xE(Object.entries(e).map(([y,m])=>{const d=a[y],g=o[y];return ls(d,g).map(_=>{const b=rF(m/(_+.5));return{party:y,quotient:b}})})),u=j1(a),l=t-u,c=hc(s,({quotient:y})=>-y),f=c[l-1].quotient,h=c.filter(({quotient:y})=>y>f),p=c.filter(({quotient:y})=>y===f);if(h.length+p.length===l)h.push(...p);else{if(!n.draw)throw new Error("result is ambiguous, a draw would need to be made, but opt.draw is disabled");h.push(...eF(p,l-h.length))}return h.reduce((y,{party:m})=>(y[m]+=1,y),a)},al=e=>Math.round(e*1e10)/1e10,iF=e=>e.reduce((t,r)=>t+r.seats,0),aF=e=>e.flat(),oF=(e,t,r)=>{const n=(Math.PI-r)/2,i=t/e+n-Math.PI;return{x:al(e*Math.cos(i)),y:al(e*Math.sin(i))}},OE=(e,t,r,n)=>{const i=n*t*r/(e-t),a=1+n*(t-1)*t/2/(e-t);return i/a},yo=(e,t,r,n)=>{const i=n/Math.PI*.7142857142857143;return Math.abs(OE(e,t,r,n)*t/r-i)},sF=(e,t,r)=>{let n=Math.floor(Math.log(e)/Math.log(2))||1,i=yo(e,n,t,r),a=0;for(yo(e,n+1,t,r)<i&&(a=1),yo(e,n-1,t,r)<i&&n>1&&(a=-1);yo(e,n+a,t,r)<i&&n>0;)i=yo(e,n+a,t,r),n+=a;return n},uF=(e,t)=>{var i,a;let r,n;for(let o=0;o<e.length;o++)n=al((t[o]||0)/(((i=e[o])==null?void 0:i.length)??1)),(!r||n<r)&&(r=n);for(let o=0;o<e.length;o++)if(n=al((t[o]||0)/(((a=e[o])==null?void 0:a.length)??1)),n===r)return o;return 0},lF=(e,t,r)=>{const n=iF(e),i=sF(n,t,r),a=OE(n,i,t,r);let o={};for(let h=1;h<=i;h++)o[h]=t-(h-1)*a;o=nF(o,n);const s=[];let u,l,c;for(let h=1;h<=i;h++){const p=[];u=t-(h-1)*a,l=r*u/((o[h]??1)-1||1);for(let y=0;y<=(o[h]??1)-1;y++)c={...oF(u,y*l,r),r:.4*a},p.push(c);s.push(p)}const f=Array(s.length).fill(0);for(const h of e)for(let p=0;p<h.seats;p++){const y=uF(s,f),m=s[y],d=f[y]??0,g=m==null?void 0:m[d];g&&(g.fill=h.colour,g.party=String(h.id)),f[y]=d+1}return aF(s)},cF=e=>t=>e("circle",{cx:t.x,cy:t.y,r:t.r,fill:t.fill,class:t.party}),fF={seatCount:!1,arcAngle:180,hFunction:Hs},hF=(e,t={})=>{var d;const{seatCount:r,arcAngle:n,hFunction:i}=Object.assign({},fF,t);if(typeof r!="boolean")throw new Error("`seatCount` option must be a boolean");if(typeof i!="function")throw new Error("`hFunction` option must be a function");if(typeof n!="number"||n<=0||n>360)throw new Error("`arcAngle` option must be a number between 0 and 360");const a=n*Math.PI/180,o=20,s=lF(e,o,a),u=(((d=s[0])==null?void 0:d.r)??0)/.4||0,l=s.map(cF(i));r&&l.push(i("text",{x:0,y:0,"text-anchor":"middle",style:{"font-family":"Helvetica","font-size":.25*o+"px"},class:"seatNumber"},String(l.length)));const c=n<=180?o+u:o*(1+Math.sin((a-Math.PI)/2))+u,f=o+u,h=Math.max(c,f),p=n<=180?-o-u/2:-o*(1+Math.sin((a-Math.PI)/2))-u/2,y=i("defs",[UT(i),WT(i),GT(i)]);return i("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:[-o-u/2,p,2*o+u,h].join(",")},[y,...l])},pF={seatCount:!1,arcAngle:200,arcAngleFlexibility:5,radius:380,seatSize:4.5,minSeatSize:1.8,maxSeatSize:3,spacing:1.8,innerRadiusRatio:.6,showLabels:!0,hFunction:Hs},dF=(e,t={})=>{const r={...pF,...t},{arcAngle:n,arcAngleFlexibility:i,radius:a,seatSize:o,minSeatSize:s,maxSeatSize:u,spacing:l,innerRadiusRatio:c,showLabels:f,hFunction:h}=r,p=a*c,y=e.reduce((z,F)=>z+F.seats,0);let m={seatSize:o,arcAngle:n,score:-1};const d=n-i,g=n+i;for(let z=d;z<=g;z+=2.5){const F=z*Math.PI/180;for(let H=u;H>=s;H-=.1){const Q=H*2,N=Q*l,st=Math.floor((a-p)/N);for(let K=1;K<=Math.min(st,10);K++){let ot=0;for(let ht=0;ht<K;ht++){const at=p+(ht+.5)*N,pt=Q*l/at,Tt=Math.floor(F/pt);ot+=Tt}if(ot>=y){const ht=y/ot,at=(H-s)/(u-s),pt=(ot-y)/y,Tt=pt<.15?1:pt<.3?.7:pt<.5?.4:.1,it=1-Math.abs(z-n)/i,ft=Tt*.5+at*.3+ht*.15+it*.05;ft>m.score&&(m={seatSize:H,arcAngle:z,rings:K,score:ft})}}}}const _=m.seatSize,b=m.arcAngle,x=b*Math.PI/180,v=_*2,w=v*l,S=Math.floor((a-p)/w),A=[],P=-x/2-Math.PI/2,C=[];let T=0,E=[];for(let z=1;z<=S;z++){let F=0;const H=[];for(let Q=0;Q<z;Q++){const N=p+(Q+.5)*w,st=v*l/N,K=Math.floor(x/st);H.push(K),F+=K}if(F>=y){T=z,E=H;break}}if(T>0)C.push(...E);else for(let z=0;z<S;z++){const F=p+(z+.5)*w,H=v*l/F,Q=Math.floor(x/H);C.push(Q)}for(let z=0;z<C.length;z++){const F=p+(z+.5)*w,H=C[z]??0;if(H>0){const Q=x/H;for(let N=0;N<H;N++){const st=P+(N+.5)*Q,K=Math.cos(st)*F,ot=Math.sin(st)*F;A.push({ring:z,index:N,angle:st,x:K,y:ot})}}}A.sort((z,F)=>{const H=z.angle-F.angle;return Math.abs(H)>.001?H:z.ring-F.ring});const M=[];let R=0;e.forEach(z=>{const F=[],H=Math.min(z.seats,A.length-R);let Q=1/0,N=-1/0;for(let K=0;K<H&&R<A.length;K++){const ot=A[R++];ot&&(Q=Math.min(Q,ot.angle),N=Math.max(N,ot.angle),Math.sqrt(ot.x*ot.x+ot.y*ot.y),F.push(h("circle",{fill:z.colour,stroke:z.colour,className:"circle seat-visual seat-hover-zone",transform:`translate(${ot.x}, ${ot.y})`,r:_,"data-party":z.name,"data-party-id":String(z.id),style:"pointer-events: all; cursor: pointer;"})))}const st=F;M.push(h("g",{className:"party-group","data-party":z.name,style:"opacity: 1; outline: none;"},st))});const $=h("g",{className:"arc-bg"},[h("circle",{className:"outer",cx:0,cy:0,fill:"#ffffff",r:a}),h("circle",{className:"inner",cx:0,cy:0,fill:"#ffffff",r:p})]),k=h("g",{className:"points-container"},M),D=f?h("g",{className:"label-container",mask:"url(#label-clip)",style:"pointer-events: none;"},[h("text",{className:"party_count",dy:"-0.05em",style:"font-size: 24vw; font-weight: bold; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"}),h("text",{className:"party_name",y:0,dy:"1em",style:"font-size: 6vw; font-weight: normal; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"})]):null,L=h("defs",[h("radialGradient",{id:"label-gradient"},[h("stop",{offset:"0%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"80%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"90%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0.1;"}),h("stop",{offset:"100%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0;"})]),h("mask",{id:"label-clip"},[h("circle",{fill:"url(#label-gradient)",r:p})]),UT(h),WT(h),GT(h)]),j=h("g",{className:"arc-container",transform:`translate(${a}, ${a})`},[$,k,D].filter(Boolean)),B=x/2;let W;if(b<=180)W=a*Math.sin(B)+_;else{const z=B-Math.PI/2;W=a*(1+Math.sin(z))+_}const G=a+_,X=a*2,Z=Math.max(W,G);return h("svg",{id:"chart-container","font-family":"Canva Sans Variable",viewBox:`0 0 ${X} ${Z}`,preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},[j,L])};function AE(e){return!e||!e.color?"#cccccc":e.color==="url(#hatchPattern)"?fa.COMPLETED:e.color==="url(#greyHatchPattern)"?Ut.greyHatch.lines:e.color}function ay(e,t){if(!e)return;const r=e.querySelectorAll(".party-group");r&&r.length>0&&r.forEach(n=>{if(!n)return;const i=n,a=i.getAttribute("data-party");t?a===t?i.style.opacity=ze.animation.hoverOpacity.active:i.style.opacity=ze.animation.hoverOpacity.dimmed:i.style.opacity="1"})}function oy(e,t){e.forEach(r=>{const n=r,i=r.getAttribute("class")||"";t?i===t?(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1")):(n.setAttribute("fill-opacity",ze.animation.hoverOpacity.dimmed),n.setAttribute("stroke-opacity","0.2")):(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1"))})}const mF=({containerRef:e,processedData:t,totalRepositories:r,arcAngle:n,useEnhanced:i,maxSeats:a,setHoveredData:o,activePartyName:s,setActivePartyName:u,chartConfig:l,seatSize:c,shouldAnimate:f=!1,animationDirection:h="left-to-right",onAnimationComplete:p})=>{O.useEffect(()=>{if(!e.current||t.length===0)return;for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild);const y=r<=a?1:a/r,m=t.filter(w=>w.value>0).map(w=>{const S=r<=a?w.value:Math.max(1,Math.floor(w.value*y));return{id:String(w.id),name:w.label,seats:S,colour:w.color==="url(#hatchPattern)"?fa.COMPLETED:w.color}}),d=i?dF(m,{arcAngle:n,arcAngleFlexibility:l.arcAngleFlexibility,radius:l.radius,seatSize:c,minSeatSize:l.minSeatSize,maxSeatSize:l.maxSeatSize,spacing:l.spacing,innerRadiusRatio:l.innerRadiusRatio,showLabels:!0}):hF(m,{arcAngle:n});d.properties&&(d.properties.width="100%",d.properties.height="100%",d.properties.style="display: block; width: 100%; max-width: 100%; height: auto;",d.properties.preserveAspectRatio="xMidYMid meet");const g=QL(d),x=new DOMParser().parseFromString(g,"image/svg+xml").documentElement;if(!x)return;x.setAttribute("width","100%"),x.setAttribute("height","100%"),x.style.width="100%",x.style.height="auto",x.style.display="block",i?yF(x,m,t,o,s,u):vF(x,m,t,o,s,u);const v=()=>{if(o(null),u(null),i)ay(x,null);else{const w=x.querySelectorAll("circle");oy(w,null)}};return x&&x.addEventListener("mouseleave",v),e.current.appendChild(x),f&&x&&rB(x,n,l.radius,h,900,p),()=>{if(x&&x.removeEventListener("mouseleave",v),e.current)for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild)}},[t,r,n,i,a,o,s,u,e,l,c,f,h,p])};function yF(e,t,r,n,i,a){if(!e)return;const o=e.querySelectorAll(".seat-hover-zone"),s=e.querySelectorAll(".party-group circle.seat-visual");s&&s.length>0&&s.forEach(u=>{if(u){const l=u;l.style.stroke=ze.colors.seatBorder,l.style.strokeWidth="0.5",l.setAttribute("fill-opacity","1"),l.style.transition=`fill-opacity ${ze.animation.transitionDuration} ease, stroke-opacity ${ze.animation.transitionDuration} ease`}}),o&&o.length>0&&o.forEach(u=>{if(!u)return;const l=u.getAttribute("data-party"),c=u.getAttribute("data-party-id"),f=()=>{if(l&&l!==i){const h=t.find(p=>p.name===l||String(p.id)===c);if(h){const p=r.find(y=>y.label===h.name||String(y.id)===h.id);if(p){const y=AE(p);n({label:p.label||"Unknown",value:p.value||0,color:y}),a(h.name),ay(e,h.name)}}}};u.addEventListener("mouseenter",f)}),i&&ay(e,i)}function vF(e,t,r,n,i,a){if(!e)return;const o=e.querySelectorAll("circle");if(o&&o.length>0&&(o.forEach(s=>{if(s){const u=s;u.style.cursor="pointer",u.style.stroke=ze.colors.seatBorder,u.style.strokeWidth="0.5",u.setAttribute("fill-opacity","1"),u.style.transition=`fill-opacity ${ze.animation.transitionDuration} ease, stroke-opacity ${ze.animation.transitionDuration} ease`}}),o.forEach(s=>{if(!s)return;const u=s.getAttribute("class")||"",l=parseInt(u,10),c=t[l],f=()=>{if(c){const h=c.name;if(h&&h!==i){const p=r.find(y=>y.label===c.name||String(y.id)===c.id);if(p){const y=AE(p);n({label:p.label||"Unknown",value:p.value||0,color:y}),a(h),oy(o,u)}}}};s.addEventListener("mouseenter",f)})),i){const s=t.find(u=>u.name===i);if(s){const u=t.indexOf(s);oy(o,String(u))}}}const id=Io,R1={[Lo]:fa.NOT_APPLICABLE,[Bo]:fa.NO_LST,[qo]:fa.DATA_MISSING},vo=(e,t,r)=>{if(e in R1)return R1[e];const n=r-1-t,i=id.length,a=Math.floor(n/Math.max(1,r-1)*(i-1)),o=Math.min(Math.max(0,a),i-1);return id[o]??id[0]??"#000000"},PE=({dataSeries:e,notApplicableRepositories:t,noLstRepositories:r,unavailableRepositories:n})=>{const{special:i,regular:a}=e.reduce((p,y,m)=>([Lo,Bo,qo].includes(y.label)?p.special.push({...y,originalIndex:m}):p.regular.push({...y,originalIndex:m}),p),{special:[],regular:[]}),o=a.reverse().map((p,y)=>({id:`measure-${y}`,label:p.label,value:p.value,color:vo(p.label,a.length-1-y,a.length)})),s=i.map((p,y)=>({id:p.label.toLowerCase().replace(" ","-"),label:p.label,value:p.value,color:vo(p.label,y,i.length)})),u=n,l={id:"no-lst",label:Bo,value:r,color:vo(Bo,0,1)},c={id:"data-missing",label:qo,value:u,color:vo(qo,0,1)},f={id:"n/a",label:Lo,value:t,color:vo(Lo,0,1)},h=[];return f.value>0&&h.push(f),l.value>0&&h.push(l),c.value>0&&h.push(c),h.push(...s),h.push(...o),h},D1={"N/A":"Repos that aren't applicable to this migration.","No LST":"There are no LSTs for these repos.","Data Missing":"There is data missing in the LSTs."},gF=({dataSeries:e,totalRepositories:t,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:i,arcAngle:a,useEnhanced:o=ze.useEnhanced,showTable:s=!0,shouldAnimate:u=!1,animationDirection:l="left-to-right",onAnimationComplete:c})=>{const f=O.useRef(null),[h,p]=O.useState(null),[y,m]=O.useState(null),g=PE({dataSeries:e,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:i}).map(S=>{const A=typeof S.color=="function"?S.color("arc"):S.color,P=typeof S.label=="function"?S.label("arc"):S.label;return{...S,color:A,label:P}}),_=a??mg({repositoryCount:t}),b=yg({repositoryCount:t});mF({containerRef:f,processedData:g,totalRepositories:t,arcAngle:_,useEnhanced:o,maxSeats:ze.maxSeats,setHoveredData:p,activePartyName:y,setActivePartyName:m,chartConfig:ze.chartConfig,seatSize:b,shouldAnimate:u,animationDirection:l,onAnimationComplete:c});const x=g.map(S=>{const A=S.value/t*100,P=A>0&&A<1?"< 1":A.toFixed(0);return{id:String(S.id),label:S.label,value:S.value,percentage:P,color:S.color}}),v=t>ze.maxSeats,w=v?Math.round(t/ze.maxSeats):1;return U.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center",gap:{xs:.5,sm:.75,md:1,lg:1},py:0,"@media (min-width: 1024px) and (max-width: 1225px)":{gap:.25}},children:[U.jsxs(V.Box,{className:"parliament-chart-container",sx:{position:"relative",width:"100%",minHeight:"200px",mb:{xs:.5,sm:.75,md:1},"@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"250px",mb:.25}},children:[U.jsx(V.Box,{className:"parliament-chart-svg-container",ref:f,sx:{width:"100%",height:"100%",position:"relative",display:"flex",justifyContent:"center",alignItems:"center","& svg":{width:"100%",height:"100%",maxWidth:"100%","@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"230px"}}}}),U.jsxs(V.Box,{className:"parliament-chart-tooltip",sx:{position:"absolute",bottom:"0%",left:"50%",transform:"translate(-50%, 0%)",pointerEvents:"none",textAlign:"center",zIndex:10,"@media (min-width: 1024px) and (max-width: 1225px)":{bottom:"5%"}},children:[h&&U.jsxs(O.Fragment,{children:[U.jsx(V.Typography,{sx:{color:"text.secondary",mb:.3,fontSize:"clamp(0.75rem, 1.5vw, 0.85rem)",display:"block","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"0.7rem",mb:.2}},children:h.label}),U.jsxs(V.Typography,{sx:{fontWeight:"bold",color:h.color,lineHeight:1,fontSize:"clamp(1.1rem, 2.2vw, 1.3rem)","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"1rem"}},children:[h.value," ",h.value>1?"repos":"repo"]})]}),v&&U.jsxs(V.Box,{className:"parliament-chart-scaled-indicator",sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:.5,mt:h?.5:0,color:"text.secondary",fontSize:"clamp(0.65rem, 1.2vw, 0.72rem)"},children:[U.jsx(V.Box,{className:"parliament-chart-scaled-indicator-dot",sx:{width:8,height:8,borderRadius:"50%",backgroundColor:"#888888",flexShrink:0}}),U.jsxs(V.Typography,{variant:"caption",sx:{fontSize:"inherit",fontStyle:"italic"},children:["= ~",w," repos"]})]})]})]}),s&&U.jsx(V.Box,{className:"parliament-chart-data-table",sx:{width:"100%",display:"flex",justifyContent:"center","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>{p(null),m(null)},children:U.jsxs(V.Table,{"aria-label":"Repository categories summary",className:"parliament-chart-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[U.jsx("thead",{children:U.jsxs(V.TableRow,{children:[U.jsx(V.TableCell,{}),U.jsx(V.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),U.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"# of repos"}),U.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"% of org"})]})}),U.jsx("tbody",{children:x.map(S=>{const A=S.color==="url(#greyHatchPattern)"?Ut.greyHatch.lines:S.color==="url(#dataMissingHatchPattern)"?Ut.dataMissingHatch.lines:S.color==="url(#noLstHatchPattern)"?Ut.noLstHatch.lines:S.color;return U.jsxs(V.TableRow,{onMouseEnter:()=>{m(S.label),p({label:S.label,value:S.value,color:S.color==="url(#greyHatchPattern)"?Ut.greyHatch.lines:S.color==="url(#dataMissingHatchPattern)"?Ut.dataMissingHatch.lines:S.color==="url(#noLstHatchPattern)"?Ut.noLstHatch.lines:S.color})},sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:y===S.label?`${A}15`:"transparent","&:hover":{backgroundColor:`${A}15`}},children:[U.jsx(V.TableCell,{align:"center",sx:{width:20},children:U.jsx(V.Box,{sx:{width:12,height:12,backgroundColor:S.color==="url(#greyHatchPattern)"?Ut.greyHatch.background:S.color==="url(#dataMissingHatchPattern)"?Ut.dataMissingHatch.background:S.color==="url(#noLstHatchPattern)"?Ut.noLstHatch.background:S.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:y===S.label?"scale(1.2)":"scale(1)",...S.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
10
48
|
0deg,
|
|
11
49
|
transparent,
|
|
12
50
|
transparent 3px,
|
|
13
|
-
${
|
|
14
|
-
${
|
|
15
|
-
)`,borderRadius:"50%"}},...
|
|
51
|
+
${Ut.greyHatch.lines} 3px,
|
|
52
|
+
${Ut.greyHatch.lines} 4px
|
|
53
|
+
)`,borderRadius:"50%"}},...S.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
16
54
|
45deg,
|
|
17
55
|
transparent,
|
|
18
56
|
transparent 3px,
|
|
19
|
-
${
|
|
20
|
-
${
|
|
21
|
-
)`,borderRadius:"50%"}},...
|
|
57
|
+
${Ut.dataMissingHatch.lines} 3px,
|
|
58
|
+
${Ut.dataMissingHatch.lines} 4px
|
|
59
|
+
)`,borderRadius:"50%"}},...S.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
22
60
|
-45deg,
|
|
23
61
|
transparent,
|
|
24
62
|
transparent 3px,
|
|
25
|
-
${
|
|
26
|
-
${
|
|
27
|
-
)`,borderRadius:"50%"}}}})}),
|
|
63
|
+
${Ut.noLstHatch.lines} 3px,
|
|
64
|
+
${Ut.noLstHatch.lines} 4px
|
|
65
|
+
)`,borderRadius:"50%"}}}})}),U.jsx(V.TableCell,{children:U.jsxs(V.Stack,{direction:"row",alignItems:"center",gap:.5,children:[U.jsx("span",{children:S.label}),D1[S.label]&&U.jsx(V.Tooltip,{title:D1[S.label],placement:"right",arrow:!0,children:U.jsx(uA.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),U.jsx(V.TableCell,{align:"right",children:S.value}),U.jsxs(V.TableCell,{align:"right",children:[S.percentage,"%"]})]},S.id)})})]})})]})};function TE(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(r=TE(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function At(){for(var e,t,r=0,n="",i=arguments.length;r<i;r++)(e=arguments[r])&&(t=TE(e))&&(n&&(n+=" "),n+=t);return n}var bF=vE();const Er=zt(bF);var ad,I1;function _F(){if(I1)return ad;I1=1;function e(t){return t==null}return ad=e,ad}var xF=_F();const yt=zt(xF);var od,N1;function wF(){if(N1)return od;N1=1;var e=Cn(),t=We(),r=Mn(),n="[object String]";function i(a){return typeof a=="string"||!t(a)&&r(a)&&e(a)==n}return od=i,od}var SF=wF();const $i=zt(SF);var OF=Pg();const bt=zt(OF);var AF=Zn();const Qa=zt(AF);var pu={exports:{}},It={};/**
|
|
66
|
+
* @license React
|
|
67
|
+
* react-is.production.min.js
|
|
68
|
+
*
|
|
69
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
70
|
+
*
|
|
71
|
+
* This source code is licensed under the MIT license found in the
|
|
72
|
+
* LICENSE file in the root directory of this source tree.
|
|
73
|
+
*/var L1;function PF(){if(L1)return It;L1=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),y;y=Symbol.for("react.module.reference");function m(d){if(typeof d=="object"&&d!==null){var g=d.$$typeof;switch(g){case e:switch(d=d.type,d){case r:case i:case n:case l:case c:return d;default:switch(d=d&&d.$$typeof,d){case s:case o:case u:case h:case f:case a:return d;default:return g}}case t:return g}}}return It.ContextConsumer=o,It.ContextProvider=a,It.Element=e,It.ForwardRef=u,It.Fragment=r,It.Lazy=h,It.Memo=f,It.Portal=t,It.Profiler=i,It.StrictMode=n,It.Suspense=l,It.SuspenseList=c,It.isAsyncMode=function(){return!1},It.isConcurrentMode=function(){return!1},It.isContextConsumer=function(d){return m(d)===o},It.isContextProvider=function(d){return m(d)===a},It.isElement=function(d){return typeof d=="object"&&d!==null&&d.$$typeof===e},It.isForwardRef=function(d){return m(d)===u},It.isFragment=function(d){return m(d)===r},It.isLazy=function(d){return m(d)===h},It.isMemo=function(d){return m(d)===f},It.isPortal=function(d){return m(d)===t},It.isProfiler=function(d){return m(d)===i},It.isStrictMode=function(d){return m(d)===n},It.isSuspense=function(d){return m(d)===l},It.isSuspenseList=function(d){return m(d)===c},It.isValidElementType=function(d){return typeof d=="string"||typeof d=="function"||d===r||d===i||d===n||d===l||d===c||d===p||typeof d=="object"&&d!==null&&(d.$$typeof===h||d.$$typeof===f||d.$$typeof===a||d.$$typeof===o||d.$$typeof===u||d.$$typeof===y||d.getModuleId!==void 0)},It.typeOf=m,It}var Nt={};/**
|
|
74
|
+
* @license React
|
|
75
|
+
* react-is.development.js
|
|
76
|
+
*
|
|
77
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
78
|
+
*
|
|
79
|
+
* This source code is licensed under the MIT license found in the
|
|
80
|
+
* LICENSE file in the root directory of this source tree.
|
|
81
|
+
*/var B1;function TF(){return B1||(B1=1,process.env.NODE_ENV!=="production"&&(function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),y=!1,m=!1,d=!1,g=!1,_=!1,b;b=Symbol.for("react.module.reference");function x(K){return!!(typeof K=="string"||typeof K=="function"||K===r||K===i||_||K===n||K===l||K===c||g||K===p||y||m||d||typeof K=="object"&&K!==null&&(K.$$typeof===h||K.$$typeof===f||K.$$typeof===a||K.$$typeof===o||K.$$typeof===u||K.$$typeof===b||K.getModuleId!==void 0))}function v(K){if(typeof K=="object"&&K!==null){var ot=K.$$typeof;switch(ot){case e:var ht=K.type;switch(ht){case r:case i:case n:case l:case c:return ht;default:var at=ht&&ht.$$typeof;switch(at){case s:case o:case u:case h:case f:case a:return at;default:return ot}}case t:return ot}}}var w=o,S=a,A=e,P=u,C=r,T=h,E=f,M=t,R=i,$=n,k=l,D=c,L=!1,q=!1;function I(K){return L||(L=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function j(K){return q||(q=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function B(K){return v(K)===o}function W(K){return v(K)===a}function G(K){return typeof K=="object"&&K!==null&&K.$$typeof===e}function X(K){return v(K)===u}function Z(K){return v(K)===r}function J(K){return v(K)===h}function z(K){return v(K)===f}function F(K){return v(K)===t}function H(K){return v(K)===i}function Q(K){return v(K)===n}function N(K){return v(K)===l}function st(K){return v(K)===c}Nt.ContextConsumer=w,Nt.ContextProvider=S,Nt.Element=A,Nt.ForwardRef=P,Nt.Fragment=C,Nt.Lazy=T,Nt.Memo=E,Nt.Portal=M,Nt.Profiler=R,Nt.StrictMode=$,Nt.Suspense=k,Nt.SuspenseList=D,Nt.isAsyncMode=I,Nt.isConcurrentMode=j,Nt.isContextConsumer=B,Nt.isContextProvider=W,Nt.isElement=G,Nt.isForwardRef=X,Nt.isFragment=Z,Nt.isLazy=J,Nt.isMemo=z,Nt.isPortal=F,Nt.isProfiler=H,Nt.isStrictMode=Q,Nt.isSuspense=N,Nt.isSuspenseList=st,Nt.isValidElementType=x,Nt.typeOf=v})()),Nt}var q1;function EF(){return q1||(q1=1,process.env.NODE_ENV==="production"?pu.exports=PF():pu.exports=TF()),pu.exports}var CF=EF(),sd,F1;function EE(){if(F1)return sd;F1=1;var e=Cn(),t=Mn(),r="[object Number]";function n(i){return typeof i=="number"||t(i)&&e(i)==r}return sd=n,sd}var ud,z1;function MF(){if(z1)return ud;z1=1;var e=EE();function t(r){return e(r)&&r!=+r}return ud=t,ud}var kF=MF();const to=zt(kF);var $F=EE();const jF=zt($F);var Lr=function(t){return t===0?0:t>0?1:-1},vi=function(t){return $i(t)&&t.indexOf("%")===t.length-1},nt=function(t){return jF(t)&&!to(t)},RF=function(t){return yt(t)},be=function(t){return nt(t)||$i(t)},DF=0,Ui=function(t){var r=++DF;return"".concat(t||"").concat(r)},ji=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(!nt(t)&&!$i(t))return n;var a;if(vi(t)){var o=t.indexOf("%");a=r*parseFloat(t.slice(0,o))/100}else a=+t;return to(a)&&(a=n),i&&a>r&&(a=r),a},In=function(t){if(!t)return null;var r=Object.keys(t);return r&&r.length?t[r[0]]:null},IF=function(t){if(!Array.isArray(t))return!1;for(var r=t.length,n={},i=0;i<r;i++)if(!n[t[i]])n[t[i]]=!0;else return!0;return!1},le=function(t,r){return nt(t)&&nt(r)?function(n){return t+n*(r-t)}:function(){return r}};function ol(e,t,r){return!e||!e.length?null:e.find(function(n){return n&&(typeof t=="function"?t(n):Er(n,t))===r})}var NF=function(t){if(!t||!t.length)return null;for(var r=t.length,n=0,i=0,a=0,o=0,s=1/0,u=-1/0,l=0,c=0,f=0;f<r;f++)l=t[f].cx||0,c=t[f].cy||0,n+=l,i+=c,a+=l*c,o+=l*l,s=Math.min(s,l),u=Math.max(u,l);var h=r*o!==n*n?(r*a-n*i)/(r*o-n*n):0;return{xmin:s,xmax:u,a:h,b:(i-h*n)/r}},LF=function(t,r){return nt(t)&&nt(r)?t-r:$i(t)&&$i(r)?t.localeCompare(r):t instanceof Date&&r instanceof Date?t.getTime()-r.getTime():String(t).localeCompare(String(r))};function ha(e,t){for(var r in e)if({}.hasOwnProperty.call(e,r)&&(!{}.hasOwnProperty.call(t,r)||e[r]!==t[r]))return!1;for(var n in t)if({}.hasOwnProperty.call(t,n)&&!{}.hasOwnProperty.call(e,n))return!1;return!0}function sy(e){"@babel/helpers - typeof";return sy=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},sy(e)}var BF=["viewBox","children"],qF=["aria-activedescendant","aria-atomic","aria-autocomplete","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-modal","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","className","color","height","id","lang","max","media","method","min","name","style","target","width","role","tabIndex","accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baselineShift","baseProfile","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","href","ideographic","imageRendering","in2","in","intercept","k1","k2","k3","k4","k","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","vHanging","vIdeographic","viewTarget","visibility","vMathematical","widths","wordSpacing","writingMode","x1","x2","x","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlBase","xmlLang","xmlns","xmlnsXlink","xmlSpace","y1","y2","y","yChannelSelector","z","zoomAndPan","ref","key","angle"],U1=["points","pathLength"],ld={svg:BF,polygon:U1,polyline:U1},Ig=["dangerouslySetInnerHTML","onCopy","onCopyCapture","onCut","onCutCapture","onPaste","onPasteCapture","onCompositionEnd","onCompositionEndCapture","onCompositionStart","onCompositionStartCapture","onCompositionUpdate","onCompositionUpdateCapture","onFocus","onFocusCapture","onBlur","onBlurCapture","onChange","onChangeCapture","onBeforeInput","onBeforeInputCapture","onInput","onInputCapture","onReset","onResetCapture","onSubmit","onSubmitCapture","onInvalid","onInvalidCapture","onLoad","onLoadCapture","onError","onErrorCapture","onKeyDown","onKeyDownCapture","onKeyPress","onKeyPressCapture","onKeyUp","onKeyUpCapture","onAbort","onAbortCapture","onCanPlay","onCanPlayCapture","onCanPlayThrough","onCanPlayThroughCapture","onDurationChange","onDurationChangeCapture","onEmptied","onEmptiedCapture","onEncrypted","onEncryptedCapture","onEnded","onEndedCapture","onLoadedData","onLoadedDataCapture","onLoadedMetadata","onLoadedMetadataCapture","onLoadStart","onLoadStartCapture","onPause","onPauseCapture","onPlay","onPlayCapture","onPlaying","onPlayingCapture","onProgress","onProgressCapture","onRateChange","onRateChangeCapture","onSeeked","onSeekedCapture","onSeeking","onSeekingCapture","onStalled","onStalledCapture","onSuspend","onSuspendCapture","onTimeUpdate","onTimeUpdateCapture","onVolumeChange","onVolumeChangeCapture","onWaiting","onWaitingCapture","onAuxClick","onAuxClickCapture","onClick","onClickCapture","onContextMenu","onContextMenuCapture","onDoubleClick","onDoubleClickCapture","onDrag","onDragCapture","onDragEnd","onDragEndCapture","onDragEnter","onDragEnterCapture","onDragExit","onDragExitCapture","onDragLeave","onDragLeaveCapture","onDragOver","onDragOverCapture","onDragStart","onDragStartCapture","onDrop","onDropCapture","onMouseDown","onMouseDownCapture","onMouseEnter","onMouseLeave","onMouseMove","onMouseMoveCapture","onMouseOut","onMouseOutCapture","onMouseOver","onMouseOverCapture","onMouseUp","onMouseUpCapture","onSelect","onSelectCapture","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","onPointerDown","onPointerDownCapture","onPointerMove","onPointerMoveCapture","onPointerUp","onPointerUpCapture","onPointerCancel","onPointerCancelCapture","onPointerEnter","onPointerEnterCapture","onPointerLeave","onPointerLeaveCapture","onPointerOver","onPointerOverCapture","onPointerOut","onPointerOutCapture","onGotPointerCapture","onGotPointerCaptureCapture","onLostPointerCapture","onLostPointerCaptureCapture","onScroll","onScrollCapture","onWheel","onWheelCapture","onAnimationStart","onAnimationStartCapture","onAnimationEnd","onAnimationEndCapture","onAnimationIteration","onAnimationIterationCapture","onTransitionEnd","onTransitionEndCapture"],sl=function(t,r){if(!t||typeof t=="function"||typeof t=="boolean")return null;var n=t;if(O.isValidElement(t)&&(n=t.props),!Qa(n))return null;var i={};return Object.keys(n).forEach(function(a){Ig.includes(a)&&(i[a]=r||function(o){return n[a](n,o)})}),i},FF=function(t,r,n){return function(i){return t(r,n,i),null}},cs=function(t,r,n){if(!Qa(t)||sy(t)!=="object")return null;var i=null;return Object.keys(t).forEach(function(a){var o=t[a];Ig.includes(a)&&typeof o=="function"&&(i||(i={}),i[a]=FF(o,r,n))}),i},zF=["children"],UF=["children"];function W1(e,t){if(e==null)return{};var r=WF(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function WF(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function uy(e){"@babel/helpers - typeof";return uy=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},uy(e)}var G1={click:"onClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mousemove:"onMouseMove",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",touchcancel:"onTouchCancel",touchend:"onTouchEnd",touchmove:"onTouchMove",touchstart:"onTouchStart",contextmenu:"onContextMenu",dblclick:"onDoubleClick"},bn=function(t){return typeof t=="string"?t:t?t.displayName||t.name||"Component":""},H1=null,cd=null,Ng=function e(t){if(t===H1&&Array.isArray(cd))return cd;var r=[];return O.Children.forEach(t,function(n){yt(n)||(CF.isFragment(n)?r=r.concat(e(n.props.children)):r.push(n))}),cd=r,H1=t,r};function tr(e,t){var r=[],n=[];return Array.isArray(t)?n=t.map(function(i){return bn(i)}):n=[bn(t)],Ng(e).forEach(function(i){var a=Er(i,"type.displayName")||Er(i,"type.name");n.indexOf(a)!==-1&&r.push(i)}),r}function ur(e,t){var r=tr(e,t);return r&&r[0]}var K1=function(t){if(!t||!t.props)return!1;var r=t.props,n=r.width,i=r.height;return!(!nt(n)||n<=0||!nt(i)||i<=0)},GF=["a","altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColormatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-url","foreignObject","g","glyph","glyphRef","hkern","image","line","lineGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","script","set","stop","style","svg","switch","symbol","text","textPath","title","tref","tspan","use","view","vkern"],HF=function(t){return t&&t.type&&$i(t.type)&&GF.indexOf(t.type)>=0},CE=function(t){return t&&uy(t)==="object"&&"clipDot"in t},KF=function(t,r,n,i){var a,o=(a=ld==null?void 0:ld[i])!==null&&a!==void 0?a:[];return r.startsWith("data-")||!bt(t)&&(i&&o.includes(r)||qF.includes(r))||n&&Ig.includes(r)},gt=function(t,r,n){if(!t||typeof t=="function"||typeof t=="boolean")return null;var i=t;if(O.isValidElement(t)&&(i=t.props),!Qa(i))return null;var a={};return Object.keys(i).forEach(function(o){var s;KF((s=i)===null||s===void 0?void 0:s[o],o,r,n)&&(a[o]=i[o])}),a},ly=function e(t,r){if(t===r)return!0;var n=O.Children.count(t);if(n!==O.Children.count(r))return!1;if(n===0)return!0;if(n===1)return Y1(Array.isArray(t)?t[0]:t,Array.isArray(r)?r[0]:r);for(var i=0;i<n;i++){var a=t[i],o=r[i];if(Array.isArray(a)||Array.isArray(o)){if(!e(a,o))return!1}else if(!Y1(a,o))return!1}return!0},Y1=function(t,r){if(yt(t)&&yt(r))return!0;if(!yt(t)&&!yt(r)){var n=t.props||{},i=n.children,a=W1(n,zF),o=r.props||{},s=o.children,u=W1(o,UF);return i&&s?ha(a,u)&&ly(i,s):!i&&!s?ha(a,u):!1}return!1},X1=function(t,r){var n=[],i={};return Ng(t).forEach(function(a,o){if(HF(a))n.push(a);else if(a){var s=bn(a.type),u=r[s]||{},l=u.handler,c=u.once;if(l&&(!c||!i[s])){var f=l(a,s,o);n.push(f),i[s]=!0}}}),n},YF=function(t){var r=t&&t.type;return r&&G1[r]?G1[r]:null},XF=function(t,r){return Ng(r).indexOf(t)},VF=["children","width","height","viewBox","className","style","title","desc"];function cy(){return cy=Object.assign?Object.assign.bind():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},cy.apply(this,arguments)}function ZF(e,t){if(e==null)return{};var r=JF(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function JF(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function fy(e){var t=e.children,r=e.width,n=e.height,i=e.viewBox,a=e.className,o=e.style,s=e.title,u=e.desc,l=ZF(e,VF),c=i||{width:r,height:n,x:0,y:0},f=At("recharts-surface",a);return O.createElement("svg",cy({},gt(l,!0,"svg"),{className:f,width:r,height:n,style:o,viewBox:"".concat(c.x," ").concat(c.y," ").concat(c.width," ").concat(c.height)}),O.createElement("title",null,s),O.createElement("desc",null,u),t)}var QF=["children","className"];function hy(){return hy=Object.assign?Object.assign.bind():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},hy.apply(this,arguments)}function tz(e,t){if(e==null)return{};var r=ez(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function ez(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var Rt=O.forwardRef(function(e,t){var r=e.children,n=e.className,i=tz(e,QF),a=At("recharts-layer",n);return O.createElement("g",hy({className:a},gt(i,!0),{ref:t}),r)}),rz=process.env.NODE_ENV!=="production",_n=function(t,r){for(var n=arguments.length,i=new Array(n>2?n-2:0),a=2;a<n;a++)i[a-2]=arguments[a];if(rz&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var o=0;console.warn(r.replace(/%s/g,function(){return i[o++]}))}},fd,V1;function nz(){if(V1)return fd;V1=1;function e(t,r,n){var i=-1,a=t.length;r<0&&(r=-r>a?0:a+r),n=n>a?a:n,n<0&&(n+=a),a=r>n?0:n-r>>>0,r>>>=0;for(var o=Array(a);++i<a;)o[i]=t[i+r];return o}return fd=e,fd}var hd,Z1;function iz(){if(Z1)return hd;Z1=1;var e=nz();function t(r,n,i){var a=r.length;return i=i===void 0?a:i,!n&&i>=a?r:e(r,n,i)}return hd=t,hd}var pd,J1;function ME(){if(J1)return pd;J1=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,a="\\ufe0e\\ufe0f",o="\\u200d",s=RegExp("["+o+e+i+a+"]");function u(l){return s.test(l)}return pd=u,pd}var dd,Q1;function az(){if(Q1)return dd;Q1=1;function e(t){return t.split("")}return dd=e,dd}var md,tw;function oz(){if(tw)return md;tw=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,a="\\ufe0e\\ufe0f",o="["+e+"]",s="["+i+"]",u="\\ud83c[\\udffb-\\udfff]",l="(?:"+s+"|"+u+")",c="[^"+e+"]",f="(?:\\ud83c[\\udde6-\\uddff]){2}",h="[\\ud800-\\udbff][\\udc00-\\udfff]",p="\\u200d",y=l+"?",m="["+a+"]?",d="(?:"+p+"(?:"+[c,f,h].join("|")+")"+m+y+")*",g=m+y+d,_="(?:"+[c+s+"?",s,f,h,o].join("|")+")",b=RegExp(u+"(?="+u+")|"+_+g,"g");function x(v){return v.match(b)||[]}return md=x,md}var yd,ew;function sz(){if(ew)return yd;ew=1;var e=az(),t=ME(),r=oz();function n(i){return t(i)?r(i):e(i)}return yd=n,yd}var vd,rw;function uz(){if(rw)return vd;rw=1;var e=iz(),t=ME(),r=sz(),n=Sg();function i(a){return function(o){o=n(o);var s=t(o)?r(o):void 0,u=s?s[0]:o.charAt(0),l=s?e(s,1).join(""):o.slice(1);return u[a]()+l}}return vd=i,vd}var gd,nw;function lz(){if(nw)return gd;nw=1;var e=uz(),t=e("toUpperCase");return gd=t,gd}var cz=lz();const pc=zt(cz);function fs(e){"@babel/helpers - typeof";return fs=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},fs(e)}var fz=["type","size","sizeType"];function py(){return py=Object.assign?Object.assign.bind():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},py.apply(this,arguments)}function iw(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 aw(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?iw(Object(r),!0).forEach(function(n){hz(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):iw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function hz(e,t,r){return t=pz(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function pz(e){var t=dz(e,"string");return fs(t)=="symbol"?t:t+""}function dz(e,t){if(fs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(fs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function mz(e,t){if(e==null)return{};var r=yz(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function yz(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var kE={symbolCircle:Xv,symbolCross:TD,symbolDiamond:CD,symbolSquare:MD,symbolStar:RD,symbolTriangle:DD,symbolWye:ND},vz=Math.PI/180,gz=function(t){var r="symbol".concat(pc(t));return kE[r]||Xv},bz=function(t,r,n){if(r==="area")return t;switch(n){case"cross":return 5*t*t/9;case"diamond":return .5*t*t/Math.sqrt(3);case"square":return t*t;case"star":{var i=18*vz;return 1.25*t*t*(Math.tan(i)-Math.tan(i*2)*Math.pow(Math.tan(i),2))}case"triangle":return Math.sqrt(3)*t*t/4;case"wye":return(21-10*Math.sqrt(3))*t*t/8;default:return Math.PI*t*t/4}},_z=function(t,r){kE["symbol".concat(pc(t))]=r},dc=function(t){var r=t.type,n=r===void 0?"circle":r,i=t.size,a=i===void 0?64:i,o=t.sizeType,s=o===void 0?"area":o,u=mz(t,fz),l=aw(aw({},u),{},{type:n,size:a,sizeType:s}),c=function(){var d=gz(n),g=LD().type(d).size(bz(a,s,n));return g()},f=l.className,h=l.cx,p=l.cy,y=gt(l,!0);return h===+h&&p===+p&&a===+a?O.createElement("path",py({},y,{className:At("recharts-symbols",f),transform:"translate(".concat(h,", ").concat(p,")"),d:c()})):null};dc.registerSymbol=_z;function Pa(e){"@babel/helpers - typeof";return Pa=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},Pa(e)}function dy(){return dy=Object.assign?Object.assign.bind():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},dy.apply(this,arguments)}function ow(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 xz(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ow(Object(r),!0).forEach(function(n){hs(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ow(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function wz(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sz(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,jE(n.key),n)}}function Oz(e,t,r){return t&&Sz(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Az(e,t,r){return t=ul(t),Pz(e,$E()?Reflect.construct(t,r||[],ul(e).constructor):t.apply(e,r))}function Pz(e,t){if(t&&(Pa(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Tz(e)}function Tz(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $E(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return($E=function(){return!!e})()}function ul(e){return ul=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ul(e)}function Ez(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&my(e,t)}function my(e,t){return my=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},my(e,t)}function hs(e,t,r){return t=jE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function jE(e){var t=Cz(e,"string");return Pa(t)=="symbol"?t:t+""}function Cz(e,t){if(Pa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Pa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var _r=32,Lg=(function(e){function t(){return wz(this,t),Az(this,t,arguments)}return Ez(t,e),Oz(t,[{key:"renderIcon",value:function(n){var i=this.props.inactiveColor,a=_r/2,o=_r/6,s=_r/3,u=n.inactive?i:n.color;if(n.type==="plainline")return O.createElement("line",{strokeWidth:4,fill:"none",stroke:u,strokeDasharray:n.payload.strokeDasharray,x1:0,y1:a,x2:_r,y2:a,className:"recharts-legend-icon"});if(n.type==="line")return O.createElement("path",{strokeWidth:4,fill:"none",stroke:u,d:"M0,".concat(a,"h").concat(s,`
|
|
82
|
+
A`).concat(o,",").concat(o,",0,1,1,").concat(2*s,",").concat(a,`
|
|
83
|
+
H`).concat(_r,"M").concat(2*s,",").concat(a,`
|
|
84
|
+
A`).concat(o,",").concat(o,",0,1,1,").concat(s,",").concat(a),className:"recharts-legend-icon"});if(n.type==="rect")return O.createElement("path",{stroke:"none",fill:u,d:"M0,".concat(_r/8,"h").concat(_r,"v").concat(_r*3/4,"h").concat(-_r,"z"),className:"recharts-legend-icon"});if(O.isValidElement(n.legendIcon)){var l=xz({},n);return delete l.legendIcon,O.cloneElement(n.legendIcon,l)}return O.createElement(dc,{fill:u,cx:a,cy:a,size:_r,sizeType:"diameter",type:n.type})}},{key:"renderItems",value:function(){var n=this,i=this.props,a=i.payload,o=i.iconSize,s=i.layout,u=i.formatter,l=i.inactiveColor,c={x:0,y:0,width:_r,height:_r},f={display:s==="horizontal"?"inline-block":"block",marginRight:10},h={display:"inline-block",verticalAlign:"middle",marginRight:4};return a.map(function(p,y){var m=p.formatter||u,d=At(hs(hs({"recharts-legend-item":!0},"legend-item-".concat(y),!0),"inactive",p.inactive));if(p.type==="none")return null;var g=bt(p.value)?null:p.value;_n(!bt(p.value),`The name property is also required when using a function for the dataKey of a chart's cartesian components. Ex: <Bar name="Name of my Data"/>`);var _=p.inactive?l:p.color;return O.createElement("li",dy({className:d,style:f,key:"legend-item-".concat(y)},cs(n.props,p,y)),O.createElement(fy,{width:o,height:o,viewBox:c,style:h},n.renderIcon(p)),O.createElement("span",{className:"recharts-legend-item-text",style:{color:_}},m?m(g,p,y):g))})}},{key:"render",value:function(){var n=this.props,i=n.payload,a=n.layout,o=n.align;if(!i||!i.length)return null;var s={padding:0,margin:0,textAlign:a==="horizontal"?o:"left"};return O.createElement("ul",{className:"recharts-default-legend",style:s},this.renderItems())}}])})(O.PureComponent);hs(Lg,"displayName","Legend");hs(Lg,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"middle",inactiveColor:"#ccc"});var bd,sw;function RE(){if(sw)return bd;sw=1;function e(t,r,n,i){for(var a=t.length,o=n+(i?1:-1);i?o--:++o<a;)if(r(t[o],o,t))return o;return-1}return bd=e,bd}var _d,uw;function Mz(){if(uw)return _d;uw=1;function e(t){return t!==t}return _d=e,_d}var xd,lw;function kz(){if(lw)return xd;lw=1;function e(t,r,n){for(var i=n-1,a=t.length;++i<a;)if(t[i]===r)return i;return-1}return xd=e,xd}var wd,cw;function $z(){if(cw)return wd;cw=1;var e=RE(),t=Mz(),r=kz();function n(i,a,o){return a===a?r(i,a,o):e(i,t,o)}return wd=n,wd}var Sd,fw;function jz(){if(fw)return Sd;fw=1;var e=$z();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return Sd=t,Sd}var Od,hw;function Rz(){if(hw)return Od;hw=1;function e(t,r,n){for(var i=-1,a=t==null?0:t.length;++i<a;)if(n(r,t[i]))return!0;return!1}return Od=e,Od}var Ad,pw;function Dz(){if(pw)return Ad;pw=1;function e(){}return Ad=e,Ad}var Pd,dw;function Iz(){if(dw)return Pd;dw=1;var e=dE(),t=Dz(),r=kg(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(a){return new e(a)}:t;return Pd=i,Pd}var Td,mw;function Nz(){if(mw)return Td;mw=1;var e=oE(),t=jz(),r=Rz(),n=uE(),i=Iz(),a=kg(),o=200;function s(u,l,c){var f=-1,h=t,p=u.length,y=!0,m=[],d=m;if(c)y=!1,h=r;else if(p>=o){var g=l?null:i(u);if(g)return a(g);y=!1,h=n,d=new e}else d=l?[]:m;t:for(;++f<p;){var _=u[f],b=l?l(_):_;if(_=c||_!==0?_:0,y&&b===b){for(var x=d.length;x--;)if(d[x]===b)continue t;l&&d.push(b),m.push(_)}else h(d,b,c)||(d!==m&&d.push(b),m.push(_))}return m}return Td=s,Td}var Ed,yw;function Lz(){if(yw)return Ed;yw=1;var e=Jn(),t=Nz();function r(n,i){return n&&n.length?t(n,e(i,2)):[]}return Ed=r,Ed}var Bz=Lz();const vw=zt(Bz);function DE(e,t,r){return t===!0?vw(e,r):bt(t)?vw(e,t):e}function Ta(e){"@babel/helpers - typeof";return Ta=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},Ta(e)}var qz=["ref"];function gw(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 hn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?gw(Object(r),!0).forEach(function(n){mc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):gw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Fz(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bw(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,NE(n.key),n)}}function zz(e,t,r){return t&&bw(e.prototype,t),r&&bw(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Uz(e,t,r){return t=ll(t),Wz(e,IE()?Reflect.construct(t,r||[],ll(e).constructor):t.apply(e,r))}function Wz(e,t){if(t&&(Ta(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Gz(e)}function Gz(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function IE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(IE=function(){return!!e})()}function ll(e){return ll=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ll(e)}function Hz(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&yy(e,t)}function yy(e,t){return yy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},yy(e,t)}function mc(e,t,r){return t=NE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function NE(e){var t=Kz(e,"string");return Ta(t)=="symbol"?t:t+""}function Kz(e,t){if(Ta(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ta(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function Yz(e,t){if(e==null)return{};var r=Xz(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Xz(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Vz(e){return e.value}function Zz(e,t){if(O.isValidElement(e))return O.cloneElement(e,t);if(typeof e=="function")return O.createElement(e,t);t.ref;var r=Yz(t,qz);return O.createElement(Lg,r)}var _w=1,Ai=(function(e){function t(){var r;Fz(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=Uz(this,t,[].concat(i)),mc(r,"lastBoundingBox",{width:-1,height:-1}),r}return Hz(t,e),zz(t,[{key:"componentDidMount",value:function(){this.updateBBox()}},{key:"componentDidUpdate",value:function(){this.updateBBox()}},{key:"getBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();return n.height=this.wrapperNode.offsetHeight,n.width=this.wrapperNode.offsetWidth,n}return null}},{key:"updateBBox",value:function(){var n=this.props.onBBoxUpdate,i=this.getBBox();i?(Math.abs(i.width-this.lastBoundingBox.width)>_w||Math.abs(i.height-this.lastBoundingBox.height)>_w)&&(this.lastBoundingBox.width=i.width,this.lastBoundingBox.height=i.height,n&&n(i)):(this.lastBoundingBox.width!==-1||this.lastBoundingBox.height!==-1)&&(this.lastBoundingBox.width=-1,this.lastBoundingBox.height=-1,n&&n(null))}},{key:"getBBoxSnapshot",value:function(){return this.lastBoundingBox.width>=0&&this.lastBoundingBox.height>=0?hn({},this.lastBoundingBox):{width:0,height:0}}},{key:"getDefaultPosition",value:function(n){var i=this.props,a=i.layout,o=i.align,s=i.verticalAlign,u=i.margin,l=i.chartWidth,c=i.chartHeight,f,h;if(!n||(n.left===void 0||n.left===null)&&(n.right===void 0||n.right===null))if(o==="center"&&a==="vertical"){var p=this.getBBoxSnapshot();f={left:((l||0)-p.width)/2}}else f=o==="right"?{right:u&&u.right||0}:{left:u&&u.left||0};if(!n||(n.top===void 0||n.top===null)&&(n.bottom===void 0||n.bottom===null))if(s==="middle"){var y=this.getBBoxSnapshot();h={top:((c||0)-y.height)/2}}else h=s==="bottom"?{bottom:u&&u.bottom||0}:{top:u&&u.top||0};return hn(hn({},f),h)}},{key:"render",value:function(){var n=this,i=this.props,a=i.content,o=i.width,s=i.height,u=i.wrapperStyle,l=i.payloadUniqBy,c=i.payload,f=hn(hn({position:"absolute",width:o||"auto",height:s||"auto"},this.getDefaultPosition(u)),u);return O.createElement("div",{className:"recharts-legend-wrapper",style:f,ref:function(p){n.wrapperNode=p}},Zz(a,hn(hn({},this.props),{},{payload:DE(c,l,Vz)})))}}],[{key:"getWithHeight",value:function(n,i){var a=hn(hn({},this.defaultProps),n.props),o=a.layout;return o==="vertical"&&nt(n.props.height)?{height:n.props.height}:o==="horizontal"?{width:n.props.width||i}:null}}])})(O.PureComponent);mc(Ai,"displayName","Legend");mc(Ai,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"bottom"});function ps(e){"@babel/helpers - typeof";return ps=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},ps(e)}function vy(){return vy=Object.assign?Object.assign.bind():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},vy.apply(this,arguments)}function Jz(e,t){return r5(e)||e5(e,t)||t5(e,t)||Qz()}function Qz(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
85
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function t5(e,t){if(e){if(typeof e=="string")return xw(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 xw(e,t)}}function xw(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 e5(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function r5(e){if(Array.isArray(e))return e}function ww(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 Cd(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ww(Object(r),!0).forEach(function(n){n5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ww(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function n5(e,t,r){return t=i5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function i5(e){var t=a5(e,"string");return ps(t)=="symbol"?t:t+""}function a5(e,t){if(ps(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ps(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function o5(e){return Array.isArray(e)&&be(e[0])&&be(e[1])?e.join(" ~ "):e}var s5=function(t){var r=t.separator,n=r===void 0?" : ":r,i=t.contentStyle,a=i===void 0?{}:i,o=t.itemStyle,s=o===void 0?{}:o,u=t.labelStyle,l=u===void 0?{}:u,c=t.payload,f=t.formatter,h=t.itemSorter,p=t.wrapperClassName,y=t.labelClassName,m=t.label,d=t.labelFormatter,g=t.accessibilityLayer,_=g===void 0?!1:g,b=function(){if(c&&c.length){var E={padding:0,margin:0},M=(h?hc(c,h):c).map(function(R,$){if(R.type==="none")return null;var k=Cd({display:"block",paddingTop:4,paddingBottom:4,color:R.color||"#000"},s),D=R.formatter||f||o5,L=R.value,q=R.name,I=L,j=q;if(D&&I!=null&&j!=null){var B=D(L,q,R,$,c);if(Array.isArray(B)){var W=Jz(B,2);I=W[0],j=W[1]}else I=B}return O.createElement("li",{className:"recharts-tooltip-item",key:"tooltip-item-".concat($),style:k},be(j)?O.createElement("span",{className:"recharts-tooltip-item-name"},j):null,be(j)?O.createElement("span",{className:"recharts-tooltip-item-separator"},n):null,O.createElement("span",{className:"recharts-tooltip-item-value"},I),O.createElement("span",{className:"recharts-tooltip-item-unit"},R.unit||""))});return O.createElement("ul",{className:"recharts-tooltip-item-list",style:E},M)}return null},x=Cd({margin:0,padding:10,backgroundColor:"#fff",border:"1px solid #ccc",whiteSpace:"nowrap"},a),v=Cd({margin:0},l),w=!yt(m),S=w?m:"",A=At("recharts-default-tooltip",p),P=At("recharts-tooltip-label",y);w&&d&&c!==void 0&&c!==null&&(S=d(m,c));var C=_?{role:"status","aria-live":"assertive"}:{};return O.createElement("div",vy({className:A,style:x},C),O.createElement("p",{className:P,style:v},O.isValidElement(S)?S:"".concat(S)),b())};function ds(e){"@babel/helpers - typeof";return ds=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},ds(e)}function du(e,t,r){return t=u5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function u5(e){var t=l5(e,"string");return ds(t)=="symbol"?t:t+""}function l5(e,t){if(ds(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ds(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var go="recharts-tooltip-wrapper",c5={visibility:"hidden"};function f5(e){var t=e.coordinate,r=e.translateX,n=e.translateY;return At(go,du(du(du(du({},"".concat(go,"-right"),nt(r)&&t&&nt(t.x)&&r>=t.x),"".concat(go,"-left"),nt(r)&&t&&nt(t.x)&&r<t.x),"".concat(go,"-bottom"),nt(n)&&t&&nt(t.y)&&n>=t.y),"".concat(go,"-top"),nt(n)&&t&&nt(t.y)&&n<t.y))}function Sw(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.key,i=e.offsetTopLeft,a=e.position,o=e.reverseDirection,s=e.tooltipDimension,u=e.viewBox,l=e.viewBoxDimension;if(a&&nt(a[n]))return a[n];var c=r[n]-s-i,f=r[n]+i;if(t[n])return o[n]?c:f;if(o[n]){var h=c,p=u[n];return h<p?Math.max(f,u[n]):Math.max(c,u[n])}var y=f+s,m=u[n]+l;return y>m?Math.max(c,u[n]):Math.max(f,u[n])}function h5(e){var t=e.translateX,r=e.translateY,n=e.useTranslate3d;return{transform:n?"translate3d(".concat(t,"px, ").concat(r,"px, 0)"):"translate(".concat(t,"px, ").concat(r,"px)")}}function p5(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.offsetTopLeft,i=e.position,a=e.reverseDirection,o=e.tooltipBox,s=e.useTranslate3d,u=e.viewBox,l,c,f;return o.height>0&&o.width>0&&r?(c=Sw({allowEscapeViewBox:t,coordinate:r,key:"x",offsetTopLeft:n,position:i,reverseDirection:a,tooltipDimension:o.width,viewBox:u,viewBoxDimension:u.width}),f=Sw({allowEscapeViewBox:t,coordinate:r,key:"y",offsetTopLeft:n,position:i,reverseDirection:a,tooltipDimension:o.height,viewBox:u,viewBoxDimension:u.height}),l=h5({translateX:c,translateY:f,useTranslate3d:s})):l=c5,{cssProperties:l,cssClasses:f5({translateX:c,translateY:f,coordinate:r})}}function Ea(e){"@babel/helpers - typeof";return Ea=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},Ea(e)}function Ow(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 Aw(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ow(Object(r),!0).forEach(function(n){by(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ow(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function d5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m5(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,BE(n.key),n)}}function y5(e,t,r){return t&&m5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function v5(e,t,r){return t=cl(t),g5(e,LE()?Reflect.construct(t,r||[],cl(e).constructor):t.apply(e,r))}function g5(e,t){if(t&&(Ea(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return b5(e)}function b5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function LE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(LE=function(){return!!e})()}function cl(e){return cl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},cl(e)}function _5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&gy(e,t)}function gy(e,t){return gy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},gy(e,t)}function by(e,t,r){return t=BE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function BE(e){var t=x5(e,"string");return Ea(t)=="symbol"?t:t+""}function x5(e,t){if(Ea(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ea(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Pw=1,w5=(function(e){function t(){var r;d5(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=v5(this,t,[].concat(i)),by(r,"state",{dismissed:!1,dismissedAtCoordinate:{x:0,y:0},lastBoundingBox:{width:-1,height:-1}}),by(r,"handleKeyDown",function(o){if(o.key==="Escape"){var s,u,l,c;r.setState({dismissed:!0,dismissedAtCoordinate:{x:(s=(u=r.props.coordinate)===null||u===void 0?void 0:u.x)!==null&&s!==void 0?s:0,y:(l=(c=r.props.coordinate)===null||c===void 0?void 0:c.y)!==null&&l!==void 0?l:0}})}}),r}return _5(t,e),y5(t,[{key:"updateBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();(Math.abs(n.width-this.state.lastBoundingBox.width)>Pw||Math.abs(n.height-this.state.lastBoundingBox.height)>Pw)&&this.setState({lastBoundingBox:{width:n.width,height:n.height}})}else(this.state.lastBoundingBox.width!==-1||this.state.lastBoundingBox.height!==-1)&&this.setState({lastBoundingBox:{width:-1,height:-1}})}},{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyDown),this.updateBBox()}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyDown)}},{key:"componentDidUpdate",value:function(){var n,i;this.props.active&&this.updateBBox(),this.state.dismissed&&(((n=this.props.coordinate)===null||n===void 0?void 0:n.x)!==this.state.dismissedAtCoordinate.x||((i=this.props.coordinate)===null||i===void 0?void 0:i.y)!==this.state.dismissedAtCoordinate.y)&&(this.state.dismissed=!1)}},{key:"render",value:function(){var n=this,i=this.props,a=i.active,o=i.allowEscapeViewBox,s=i.animationDuration,u=i.animationEasing,l=i.children,c=i.coordinate,f=i.hasPayload,h=i.isAnimationActive,p=i.offset,y=i.position,m=i.reverseDirection,d=i.useTranslate3d,g=i.viewBox,_=i.wrapperStyle,b=p5({allowEscapeViewBox:o,coordinate:c,offsetTopLeft:p,position:y,reverseDirection:m,tooltipBox:this.state.lastBoundingBox,useTranslate3d:d,viewBox:g}),x=b.cssClasses,v=b.cssProperties,w=Aw(Aw({transition:h&&a?"transform ".concat(s,"ms ").concat(u):void 0},v),{},{pointerEvents:"none",visibility:!this.state.dismissed&&a&&f?"visible":"hidden",position:"absolute",top:0,left:0},_);return O.createElement("div",{tabIndex:-1,className:x,style:w,ref:function(A){n.wrapperNode=A}},l)}}])})(O.PureComponent),S5=function(){return!(typeof window<"u"&&window.document&&window.document.createElement&&window.setTimeout)},Qn={isSsr:S5()};function Ca(e){"@babel/helpers - typeof";return Ca=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},Ca(e)}function Tw(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 Ew(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Tw(Object(r),!0).forEach(function(n){Bg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Tw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function O5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function A5(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,FE(n.key),n)}}function P5(e,t,r){return t&&A5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function T5(e,t,r){return t=fl(t),E5(e,qE()?Reflect.construct(t,r||[],fl(e).constructor):t.apply(e,r))}function E5(e,t){if(t&&(Ca(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return C5(e)}function C5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(qE=function(){return!!e})()}function fl(e){return fl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},fl(e)}function M5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_y(e,t)}function _y(e,t){return _y=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},_y(e,t)}function Bg(e,t,r){return t=FE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function FE(e){var t=k5(e,"string");return Ca(t)=="symbol"?t:t+""}function k5(e,t){if(Ca(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ca(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function $5(e){return e.dataKey}function j5(e,t){return O.isValidElement(e)?O.cloneElement(e,t):typeof e=="function"?O.createElement(e,t):O.createElement(s5,t)}var Yr=(function(e){function t(){return O5(this,t),T5(this,t,arguments)}return M5(t,e),P5(t,[{key:"render",value:function(){var n=this,i=this.props,a=i.active,o=i.allowEscapeViewBox,s=i.animationDuration,u=i.animationEasing,l=i.content,c=i.coordinate,f=i.filterNull,h=i.isAnimationActive,p=i.offset,y=i.payload,m=i.payloadUniqBy,d=i.position,g=i.reverseDirection,_=i.useTranslate3d,b=i.viewBox,x=i.wrapperStyle,v=y??[];f&&v.length&&(v=DE(y.filter(function(S){return S.value!=null&&(S.hide!==!0||n.props.includeHidden)}),m,$5));var w=v.length>0;return O.createElement(w5,{allowEscapeViewBox:o,animationDuration:s,animationEasing:u,isAnimationActive:h,active:a,coordinate:c,hasPayload:w,offset:p,position:d,reverseDirection:g,useTranslate3d:_,viewBox:b,wrapperStyle:x},j5(l,Ew(Ew({},this.props),{},{payload:v})))}}])})(O.PureComponent);Bg(Yr,"displayName","Tooltip");Bg(Yr,"defaultProps",{accessibilityLayer:!1,allowEscapeViewBox:{x:!1,y:!1},animationDuration:400,animationEasing:"ease",contentStyle:{},coordinate:{x:0,y:0},cursor:!0,cursorStyle:{},filterNull:!0,isAnimationActive:!Qn.isSsr,itemStyle:{},labelStyle:{},offset:10,reverseDirection:{x:!1,y:!1},separator:" : ",trigger:"hover",useTranslate3d:!1,viewBox:{x:0,y:0,height:0,width:0},wrapperStyle:{}});var Md,Cw;function R5(){if(Cw)return Md;Cw=1;var e=zr(),t=function(){return e.Date.now()};return Md=t,Md}var kd,Mw;function D5(){if(Mw)return kd;Mw=1;var e=Zn(),t=R5(),r=xg(),n="Expected a function",i=Math.max,a=Math.min;function o(s,u,l){var c,f,h,p,y,m,d=0,g=!1,_=!1,b=!0;if(typeof s!="function")throw new TypeError(n);u=r(u)||0,e(l)&&(g=!!l.leading,_="maxWait"in l,h=_?i(r(l.maxWait)||0,u):h,b="trailing"in l?!!l.trailing:b);function x(M){var R=c,$=f;return c=f=void 0,d=M,p=s.apply($,R),p}function v(M){return d=M,y=setTimeout(A,u),g?x(M):p}function w(M){var R=M-m,$=M-d,k=u-R;return _?a(k,h-$):k}function S(M){var R=M-m,$=M-d;return m===void 0||R>=u||R<0||_&&$>=h}function A(){var M=t();if(S(M))return P(M);y=setTimeout(A,w(M))}function P(M){return y=void 0,b&&c?x(M):(c=f=void 0,p)}function C(){y!==void 0&&clearTimeout(y),d=0,c=m=f=y=void 0}function T(){return y===void 0?p:P(t())}function E(){var M=t(),R=S(M);if(c=arguments,f=this,m=M,R){if(y===void 0)return v(m);if(_)return clearTimeout(y),y=setTimeout(A,u),x(m)}return y===void 0&&(y=setTimeout(A,u)),p}return E.cancel=C,E.flush=T,E}return kd=o,kd}var $d,kw;function I5(){if(kw)return $d;kw=1;var e=D5(),t=Zn(),r="Expected a function";function n(i,a,o){var s=!0,u=!0;if(typeof i!="function")throw new TypeError(r);return t(o)&&(s="leading"in o?!!o.leading:s,u="trailing"in o?!!o.trailing:u),e(i,a,{leading:s,maxWait:a,trailing:u})}return $d=n,$d}var N5=I5();const zE=zt(N5);function ms(e){"@babel/helpers - typeof";return ms=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},ms(e)}function $w(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 mu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?$w(Object(r),!0).forEach(function(n){L5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$w(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function L5(e,t,r){return t=B5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function B5(e){var t=q5(e,"string");return ms(t)=="symbol"?t:t+""}function q5(e,t){if(ms(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ms(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function F5(e,t){return G5(e)||W5(e,t)||U5(e,t)||z5()}function z5(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
86
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function U5(e,t){if(e){if(typeof e=="string")return jw(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 jw(e,t)}}function jw(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 W5(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function G5(e){if(Array.isArray(e))return e}var H5=O.forwardRef(function(e,t){var r=e.aspect,n=e.initialDimension,i=n===void 0?{width:-1,height:-1}:n,a=e.width,o=a===void 0?"100%":a,s=e.height,u=s===void 0?"100%":s,l=e.minWidth,c=l===void 0?0:l,f=e.minHeight,h=e.maxHeight,p=e.children,y=e.debounce,m=y===void 0?0:y,d=e.id,g=e.className,_=e.onResize,b=e.style,x=b===void 0?{}:b,v=O.useRef(null),w=O.useRef();w.current=_,O.useImperativeHandle(t,function(){return Object.defineProperty(v.current,"current",{get:function(){return console.warn("The usage of ref.current.current is deprecated and will no longer be supported."),v.current},configurable:!0})});var S=O.useState({containerWidth:i.width,containerHeight:i.height}),A=F5(S,2),P=A[0],C=A[1],T=O.useCallback(function(M,R){C(function($){var k=Math.round(M),D=Math.round(R);return $.containerWidth===k&&$.containerHeight===D?$:{containerWidth:k,containerHeight:D}})},[]);O.useEffect(function(){var M=function(q){var I,j=q[0].contentRect,B=j.width,W=j.height;T(B,W),(I=w.current)===null||I===void 0||I.call(w,B,W)};m>0&&(M=zE(M,m,{trailing:!0,leading:!1}));var R=new ResizeObserver(M),$=v.current.getBoundingClientRect(),k=$.width,D=$.height;return T(k,D),R.observe(v.current),function(){R.disconnect()}},[T,m]);var E=O.useMemo(function(){var M=P.containerWidth,R=P.containerHeight;if(M<0||R<0)return null;_n(vi(o)||vi(u),`The width(%s) and height(%s) are both fixed numbers,
|
|
87
|
+
maybe you don't need to use a ResponsiveContainer.`,o,u),_n(!r||r>0,"The aspect(%s) must be greater than zero.",r);var $=vi(o)?M:o,k=vi(u)?R:u;r&&r>0&&($?k=$/r:k&&($=k*r),h&&k>h&&(k=h)),_n($>0||k>0,`The width(%s) and height(%s) of chart should be greater than 0,
|
|
88
|
+
please check the style of container, or the props width(%s) and height(%s),
|
|
89
|
+
or add a minWidth(%s) or minHeight(%s) or use aspect(%s) to control the
|
|
90
|
+
height and width.`,$,k,o,u,c,f,r);var D=!Array.isArray(p)&&bn(p.type).endsWith("Chart");return O.Children.map(p,function(L){return O.isValidElement(L)?O.cloneElement(L,mu({width:$,height:k},D?{style:mu({height:"100%",width:"100%",maxHeight:k,maxWidth:$},L.props.style)}:{})):L})},[r,p,u,h,f,c,P,o]);return O.createElement("div",{id:d?"".concat(d):void 0,className:At("recharts-responsive-container",g),style:mu(mu({},x),{},{width:o,height:u,minWidth:c,minHeight:f,maxHeight:h}),ref:v},E)}),qg=function(t){return null};qg.displayName="Cell";function ys(e){"@babel/helpers - typeof";return ys=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},ys(e)}function Rw(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 xy(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Rw(Object(r),!0).forEach(function(n){K5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Rw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function K5(e,t,r){return t=Y5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Y5(e){var t=X5(e,"string");return ys(t)=="symbol"?t:t+""}function X5(e,t){if(ys(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ys(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Vi={widthCache:{},cacheCount:0},V5=2e3,Z5={position:"absolute",top:"-20000px",left:0,padding:0,margin:0,border:"none",whiteSpace:"pre"},Dw="recharts_measurement_span";function J5(e){var t=xy({},e);return Object.keys(t).forEach(function(r){t[r]||delete t[r]}),t}var Fo=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t==null||Qn.isSsr)return{width:0,height:0};var n=J5(r),i=JSON.stringify({text:t,copyStyle:n});if(Vi.widthCache[i])return Vi.widthCache[i];try{var a=document.getElementById(Dw);a||(a=document.createElement("span"),a.setAttribute("id",Dw),a.setAttribute("aria-hidden","true"),document.body.appendChild(a));var o=xy(xy({},Z5),n);Object.assign(a.style,o),a.textContent="".concat(t);var s=a.getBoundingClientRect(),u={width:s.width,height:s.height};return Vi.widthCache[i]=u,++Vi.cacheCount>V5&&(Vi.cacheCount=0,Vi.widthCache={}),u}catch{return{width:0,height:0}}},Q5=function(t){return{top:t.top+window.scrollY-document.documentElement.clientTop,left:t.left+window.scrollX-document.documentElement.clientLeft}};function vs(e){"@babel/helpers - typeof";return vs=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},vs(e)}function hl(e,t){return n3(e)||r3(e,t)||e3(e,t)||t3()}function t3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
91
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function e3(e,t){if(e){if(typeof e=="string")return Iw(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 Iw(e,t)}}function Iw(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 r3(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function n3(e){if(Array.isArray(e))return e}function i3(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nw(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,o3(n.key),n)}}function a3(e,t,r){return t&&Nw(e.prototype,t),r&&Nw(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function o3(e){var t=s3(e,"string");return vs(t)=="symbol"?t:t+""}function s3(e,t){if(vs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(vs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Lw=/(-?\d+(?:\.\d+)?[a-zA-Z%]*)([*/])(-?\d+(?:\.\d+)?[a-zA-Z%]*)/,Bw=/(-?\d+(?:\.\d+)?[a-zA-Z%]*)([+-])(-?\d+(?:\.\d+)?[a-zA-Z%]*)/,u3=/^px|cm|vh|vw|em|rem|%|mm|in|pt|pc|ex|ch|vmin|vmax|Q$/,l3=/(-?\d+(?:\.\d+)?)([a-zA-Z%]+)?/,UE={cm:96/2.54,mm:96/25.4,pt:96/72,pc:96/6,in:96,Q:96/(2.54*40),px:1},c3=Object.keys(UE),ra="NaN";function f3(e,t){return e*UE[t]}var yu=(function(){function e(t,r){i3(this,e),this.num=t,this.unit=r,this.num=t,this.unit=r,Number.isNaN(t)&&(this.unit=""),r!==""&&!u3.test(r)&&(this.num=NaN,this.unit=""),c3.includes(r)&&(this.num=f3(t,r),this.unit="px")}return a3(e,[{key:"add",value:function(r){return this.unit!==r.unit?new e(NaN,""):new e(this.num+r.num,this.unit)}},{key:"subtract",value:function(r){return this.unit!==r.unit?new e(NaN,""):new e(this.num-r.num,this.unit)}},{key:"multiply",value:function(r){return this.unit!==""&&r.unit!==""&&this.unit!==r.unit?new e(NaN,""):new e(this.num*r.num,this.unit||r.unit)}},{key:"divide",value:function(r){return this.unit!==""&&r.unit!==""&&this.unit!==r.unit?new e(NaN,""):new e(this.num/r.num,this.unit||r.unit)}},{key:"toString",value:function(){return"".concat(this.num).concat(this.unit)}},{key:"isNaN",value:function(){return Number.isNaN(this.num)}}],[{key:"parse",value:function(r){var n,i=(n=l3.exec(r))!==null&&n!==void 0?n:[],a=hl(i,3),o=a[1],s=a[2];return new e(parseFloat(o),s??"")}}])})();function WE(e){if(e.includes(ra))return ra;for(var t=e;t.includes("*")||t.includes("/");){var r,n=(r=Lw.exec(t))!==null&&r!==void 0?r:[],i=hl(n,4),a=i[1],o=i[2],s=i[3],u=yu.parse(a??""),l=yu.parse(s??""),c=o==="*"?u.multiply(l):u.divide(l);if(c.isNaN())return ra;t=t.replace(Lw,c.toString())}for(;t.includes("+")||/.-\d+(?:\.\d+)?/.test(t);){var f,h=(f=Bw.exec(t))!==null&&f!==void 0?f:[],p=hl(h,4),y=p[1],m=p[2],d=p[3],g=yu.parse(y??""),_=yu.parse(d??""),b=m==="+"?g.add(_):g.subtract(_);if(b.isNaN())return ra;t=t.replace(Bw,b.toString())}return t}var qw=/\(([^()]*)\)/;function h3(e){for(var t=e;t.includes("(");){var r=qw.exec(t),n=hl(r,2),i=n[1];t=t.replace(qw,WE(i))}return t}function p3(e){var t=e.replace(/\s+/g,"");return t=h3(t),t=WE(t),t}function d3(e){try{return p3(e)}catch{return ra}}function jd(e){var t=d3(e.slice(5,-1));return t===ra?"":t}var m3=["x","y","lineHeight","capHeight","scaleToFit","textAnchor","verticalAnchor","fill"],y3=["dx","dy","angle","className","breakAll"];function wy(){return wy=Object.assign?Object.assign.bind():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},wy.apply(this,arguments)}function Fw(e,t){if(e==null)return{};var r=v3(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function v3(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function zw(e,t){return x3(e)||_3(e,t)||b3(e,t)||g3()}function g3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
92
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function b3(e,t){if(e){if(typeof e=="string")return Uw(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 Uw(e,t)}}function Uw(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 _3(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function x3(e){if(Array.isArray(e))return e}var GE=/[ \f\n\r\t\v\u2028\u2029]+/,HE=function(t){var r=t.children,n=t.breakAll,i=t.style;try{var a=[];yt(r)||(n?a=r.toString().split(""):a=r.toString().split(GE));var o=a.map(function(u){return{word:u,width:Fo(u,i).width}}),s=n?0:Fo(" ",i).width;return{wordsWithComputedWidth:o,spaceWidth:s}}catch{return null}},w3=function(t,r,n,i,a){var o=t.maxLines,s=t.children,u=t.style,l=t.breakAll,c=nt(o),f=s,h=function(){var $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return $.reduce(function(k,D){var L=D.word,q=D.width,I=k[k.length-1];if(I&&(i==null||a||I.width+q+n<Number(i)))I.words.push(L),I.width+=q+n;else{var j={words:[L],width:q};k.push(j)}return k},[])},p=h(r),y=function($){return $.reduce(function(k,D){return k.width>D.width?k:D})};if(!c)return p;for(var m="…",d=function($){var k=f.slice(0,$),D=HE({breakAll:l,style:u,children:k+m}).wordsWithComputedWidth,L=h(D),q=L.length>o||y(L).width>Number(i);return[q,L]},g=0,_=f.length-1,b=0,x;g<=_&&b<=f.length-1;){var v=Math.floor((g+_)/2),w=v-1,S=d(w),A=zw(S,2),P=A[0],C=A[1],T=d(v),E=zw(T,1),M=E[0];if(!P&&!M&&(g=v+1),P&&M&&(_=v-1),!P&&M){x=C;break}b++}return x||p},Ww=function(t){var r=yt(t)?[]:t.toString().split(GE);return[{words:r}]},S3=function(t){var r=t.width,n=t.scaleToFit,i=t.children,a=t.style,o=t.breakAll,s=t.maxLines;if((r||n)&&!Qn.isSsr){var u,l,c=HE({breakAll:o,children:i,style:a});if(c){var f=c.wordsWithComputedWidth,h=c.spaceWidth;u=f,l=h}else return Ww(i);return w3({breakAll:o,children:i,maxLines:s,style:a},u,l,r,n)}return Ww(i)},Gw="#808080",pl=function(t){var r=t.x,n=r===void 0?0:r,i=t.y,a=i===void 0?0:i,o=t.lineHeight,s=o===void 0?"1em":o,u=t.capHeight,l=u===void 0?"0.71em":u,c=t.scaleToFit,f=c===void 0?!1:c,h=t.textAnchor,p=h===void 0?"start":h,y=t.verticalAnchor,m=y===void 0?"end":y,d=t.fill,g=d===void 0?Gw:d,_=Fw(t,m3),b=O.useMemo(function(){return S3({breakAll:_.breakAll,children:_.children,maxLines:_.maxLines,scaleToFit:f,style:_.style,width:_.width})},[_.breakAll,_.children,_.maxLines,f,_.style,_.width]),x=_.dx,v=_.dy,w=_.angle,S=_.className,A=_.breakAll,P=Fw(_,y3);if(!be(n)||!be(a))return null;var C=n+(nt(x)?x:0),T=a+(nt(v)?v:0),E;switch(m){case"start":E=jd("calc(".concat(l,")"));break;case"middle":E=jd("calc(".concat((b.length-1)/2," * -").concat(s," + (").concat(l," / 2))"));break;default:E=jd("calc(".concat(b.length-1," * -").concat(s,")"));break}var M=[];if(f){var R=b[0].width,$=_.width;M.push("scale(".concat((nt($)?$/R:1)/R,")"))}return w&&M.push("rotate(".concat(w,", ").concat(C,", ").concat(T,")")),M.length&&(P.transform=M.join(" ")),O.createElement("text",wy({},gt(P,!0),{x:C,y:T,className:At("recharts-text",S),textAnchor:p,fill:g.includes("url")?Gw:g}),b.map(function(k,D){var L=k.words.join(A?"":" ");return O.createElement("tspan",{x:C,dy:D===0?E:s,key:"".concat(L,"-").concat(D)},L)}))};const Hw=Object.freeze(Object.defineProperty({__proto__:null,scaleBand:Qo,scaleDiverging:uP,scaleDivergingLog:lP,scaleDivergingPow:Gv,scaleDivergingSqrt:xD,scaleDivergingSymlog:cP,scaleIdentity:zA,scaleImplicit:km,scaleLinear:Mi,scaleLog:WA,scaleOrdinal:Ev,scalePoint:$o,scalePow:Dv,scaleQuantile:KA,scaleQuantize:YA,scaleRadial:HA,scaleSequential:iP,scaleSequentialLog:aP,scaleSequentialPow:Wv,scaleSequentialQuantile:sP,scaleSequentialSqrt:_D,scaleSequentialSymlog:oP,scaleSqrt:rR,scaleSymlog:GA,scaleThreshold:XA,scaleTime:Gu,scaleUtc:bD,tickFormat:FA},Symbol.toStringTag,{value:"Module"}));var Rd,Kw;function KE(){if(Kw)return Rd;Kw=1;var e=Za();function t(r,n,i){for(var a=-1,o=r.length;++a<o;){var s=r[a],u=n(s);if(u!=null&&(l===void 0?u===u&&!e(u):i(u,l)))var l=u,c=s}return c}return Rd=t,Rd}var Dd,Yw;function O3(){if(Yw)return Dd;Yw=1;function e(t,r){return t>r}return Dd=e,Dd}var Id,Xw;function A3(){if(Xw)return Id;Xw=1;var e=KE(),t=O3(),r=Ja();function n(i){return i&&i.length?e(i,r,t):void 0}return Id=n,Id}var P3=A3();const qn=zt(P3);var Nd,Vw;function T3(){if(Vw)return Nd;Vw=1;function e(t,r){return t<r}return Nd=e,Nd}var Ld,Zw;function E3(){if(Zw)return Ld;Zw=1;var e=KE(),t=T3(),r=Ja();function n(i){return i&&i.length?e(i,r,t):void 0}return Ld=n,Ld}var C3=E3();const yc=zt(C3);var Bd,Jw;function M3(){if(Jw)return Bd;Jw=1;var e=Rg();function t(r,n){return e(r,n)}return Bd=t,Bd}var k3=M3();const Ri=zt(k3);var eo=1e9,$3={precision:20,rounding:4,toExpNeg:-7,toExpPos:21,LN10:"2.302585092994045684017991454684364207601101488628772976033327900967572609677352480235997205089598298341967784042286"},zg,re=!0,Cr="[DecimalError] ",Pi=Cr+"Invalid argument: ",Fg=Cr+"Exponent out of range: ",ro=Math.floor,ci=Math.pow,j3=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,fr,Oe=1e7,Qt=7,YE=9007199254740991,dl=ro(YE/Qt),ut={};ut.absoluteValue=ut.abs=function(){var e=new this.constructor(this);return e.s&&(e.s=1),e};ut.comparedTo=ut.cmp=function(e){var t,r,n,i,a=this;if(e=new a.constructor(e),a.s!==e.s)return a.s||-e.s;if(a.e!==e.e)return a.e>e.e^a.s<0?1:-1;for(n=a.d.length,i=e.d.length,t=0,r=n<i?n:i;t<r;++t)if(a.d[t]!==e.d[t])return a.d[t]>e.d[t]^a.s<0?1:-1;return n===i?0:n>i^a.s<0?1:-1};ut.decimalPlaces=ut.dp=function(){var e=this,t=e.d.length-1,r=(t-e.e)*Qt;if(t=e.d[t],t)for(;t%10==0;t/=10)r--;return r<0?0:r};ut.dividedBy=ut.div=function(e){return xn(this,new this.constructor(e))};ut.dividedToIntegerBy=ut.idiv=function(e){var t=this,r=t.constructor;return Yt(xn(t,new r(e),0,1),r.precision)};ut.equals=ut.eq=function(e){return!this.cmp(e)};ut.exponent=function(){return me(this)};ut.greaterThan=ut.gt=function(e){return this.cmp(e)>0};ut.greaterThanOrEqualTo=ut.gte=function(e){return this.cmp(e)>=0};ut.isInteger=ut.isint=function(){return this.e>this.d.length-2};ut.isNegative=ut.isneg=function(){return this.s<0};ut.isPositive=ut.ispos=function(){return this.s>0};ut.isZero=function(){return this.s===0};ut.lessThan=ut.lt=function(e){return this.cmp(e)<0};ut.lessThanOrEqualTo=ut.lte=function(e){return this.cmp(e)<1};ut.logarithm=ut.log=function(e){var t,r=this,n=r.constructor,i=n.precision,a=i+5;if(e===void 0)e=new n(10);else if(e=new n(e),e.s<1||e.eq(fr))throw Error(Cr+"NaN");if(r.s<1)throw Error(Cr+(r.s?"NaN":"-Infinity"));return r.eq(fr)?new n(0):(re=!1,t=xn(gs(r,a),gs(e,a),a),re=!0,Yt(t,i))};ut.minus=ut.sub=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?ZE(t,e):XE(t,(e.s=-e.s,e))};ut.modulo=ut.mod=function(e){var t,r=this,n=r.constructor,i=n.precision;if(e=new n(e),!e.s)throw Error(Cr+"NaN");return r.s?(re=!1,t=xn(r,e,0,1).times(e),re=!0,r.minus(t)):Yt(new n(r),i)};ut.naturalExponential=ut.exp=function(){return VE(this)};ut.naturalLogarithm=ut.ln=function(){return gs(this)};ut.negated=ut.neg=function(){var e=new this.constructor(this);return e.s=-e.s||0,e};ut.plus=ut.add=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?XE(t,e):ZE(t,(e.s=-e.s,e))};ut.precision=ut.sd=function(e){var t,r,n,i=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Pi+e);if(t=me(i)+1,n=i.d.length-1,r=n*Qt+1,n=i.d[n],n){for(;n%10==0;n/=10)r--;for(n=i.d[0];n>=10;n/=10)r++}return e&&t>r?t:r};ut.squareRoot=ut.sqrt=function(){var e,t,r,n,i,a,o,s=this,u=s.constructor;if(s.s<1){if(!s.s)return new u(0);throw Error(Cr+"NaN")}for(e=me(s),re=!1,i=Math.sqrt(+s),i==0||i==1/0?(t=Zr(s.d),(t.length+e)%2==0&&(t+="0"),i=Math.sqrt(t),e=ro((e+1)/2)-(e<0||e%2),i==1/0?t="5e"+e:(t=i.toExponential(),t=t.slice(0,t.indexOf("e")+1)+e),n=new u(t)):n=new u(i.toString()),r=u.precision,i=o=r+3;;)if(a=n,n=a.plus(xn(s,a,o+2)).times(.5),Zr(a.d).slice(0,o)===(t=Zr(n.d)).slice(0,o)){if(t=t.slice(o-3,o+1),i==o&&t=="4999"){if(Yt(a,r+1,0),a.times(a).eq(s)){n=a;break}}else if(t!="9999")break;o+=4}return re=!0,Yt(n,r)};ut.times=ut.mul=function(e){var t,r,n,i,a,o,s,u,l,c=this,f=c.constructor,h=c.d,p=(e=new f(e)).d;if(!c.s||!e.s)return new f(0);for(e.s*=c.s,r=c.e+e.e,u=h.length,l=p.length,u<l&&(a=h,h=p,p=a,o=u,u=l,l=o),a=[],o=u+l,n=o;n--;)a.push(0);for(n=l;--n>=0;){for(t=0,i=u+n;i>n;)s=a[i]+p[n]*h[i-n-1]+t,a[i--]=s%Oe|0,t=s/Oe|0;a[i]=(a[i]+t)%Oe|0}for(;!a[--o];)a.pop();return t?++r:a.shift(),e.d=a,e.e=r,re?Yt(e,f.precision):e};ut.toDecimalPlaces=ut.todp=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(nn(e,0,eo),t===void 0?t=n.rounding:nn(t,0,8),Yt(r,e+me(r)+1,t))};ut.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Di(n,!0):(nn(e,0,eo),t===void 0?t=i.rounding:nn(t,0,8),n=Yt(new i(n),e+1,t),r=Di(n,!0,e+1)),r};ut.toFixed=function(e,t){var r,n,i=this,a=i.constructor;return e===void 0?Di(i):(nn(e,0,eo),t===void 0?t=a.rounding:nn(t,0,8),n=Yt(new a(i),e+me(i)+1,t),r=Di(n.abs(),!1,e+me(n)+1),i.isneg()&&!i.isZero()?"-"+r:r)};ut.toInteger=ut.toint=function(){var e=this,t=e.constructor;return Yt(new t(e),me(e)+1,t.rounding)};ut.toNumber=function(){return+this};ut.toPower=ut.pow=function(e){var t,r,n,i,a,o,s=this,u=s.constructor,l=12,c=+(e=new u(e));if(!e.s)return new u(fr);if(s=new u(s),!s.s){if(e.s<1)throw Error(Cr+"Infinity");return s}if(s.eq(fr))return s;if(n=u.precision,e.eq(fr))return Yt(s,n);if(t=e.e,r=e.d.length-1,o=t>=r,a=s.s,o){if((r=c<0?-c:c)<=YE){for(i=new u(fr),t=Math.ceil(n/Qt+4),re=!1;r%2&&(i=i.times(s),tS(i.d,t)),r=ro(r/2),r!==0;)s=s.times(s),tS(s.d,t);return re=!0,e.s<0?new u(fr).div(i):Yt(i,n)}}else if(a<0)throw Error(Cr+"NaN");return a=a<0&&e.d[Math.max(t,r)]&1?-1:1,s.s=1,re=!1,i=e.times(gs(s,n+l)),re=!0,i=VE(i),i.s=a,i};ut.toPrecision=function(e,t){var r,n,i=this,a=i.constructor;return e===void 0?(r=me(i),n=Di(i,r<=a.toExpNeg||r>=a.toExpPos)):(nn(e,1,eo),t===void 0?t=a.rounding:nn(t,0,8),i=Yt(new a(i),e,t),r=me(i),n=Di(i,e<=r||r<=a.toExpNeg,e)),n};ut.toSignificantDigits=ut.tosd=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(nn(e,1,eo),t===void 0?t=n.rounding:nn(t,0,8)),Yt(new n(r),e,t)};ut.toString=ut.valueOf=ut.val=ut.toJSON=ut[Symbol.for("nodejs.util.inspect.custom")]=function(){var e=this,t=me(e),r=e.constructor;return Di(e,t<=r.toExpNeg||t>=r.toExpPos)};function XE(e,t){var r,n,i,a,o,s,u,l,c=e.constructor,f=c.precision;if(!e.s||!t.s)return t.s||(t=new c(e)),re?Yt(t,f):t;if(u=e.d,l=t.d,o=e.e,i=t.e,u=u.slice(),a=o-i,a){for(a<0?(n=u,a=-a,s=l.length):(n=l,i=o,s=u.length),o=Math.ceil(f/Qt),s=o>s?o+1:s+1,a>s&&(a=s,n.length=1),n.reverse();a--;)n.push(0);n.reverse()}for(s=u.length,a=l.length,s-a<0&&(a=s,n=l,l=u,u=n),r=0;a;)r=(u[--a]=u[a]+l[a]+r)/Oe|0,u[a]%=Oe;for(r&&(u.unshift(r),++i),s=u.length;u[--s]==0;)u.pop();return t.d=u,t.e=i,re?Yt(t,f):t}function nn(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Pi+e)}function Zr(e){var t,r,n,i=e.length-1,a="",o=e[0];if(i>0){for(a+=o,t=1;t<i;t++)n=e[t]+"",r=Qt-n.length,r&&(a+=Dn(r)),a+=n;o=e[t],n=o+"",r=Qt-n.length,r&&(a+=Dn(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return a+o}var xn=(function(){function e(n,i){var a,o=0,s=n.length;for(n=n.slice();s--;)a=n[s]*i+o,n[s]=a%Oe|0,o=a/Oe|0;return o&&n.unshift(o),n}function t(n,i,a,o){var s,u;if(a!=o)u=a>o?1:-1;else for(s=u=0;s<a;s++)if(n[s]!=i[s]){u=n[s]>i[s]?1:-1;break}return u}function r(n,i,a){for(var o=0;a--;)n[a]-=o,o=n[a]<i[a]?1:0,n[a]=o*Oe+n[a]-i[a];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,a,o){var s,u,l,c,f,h,p,y,m,d,g,_,b,x,v,w,S,A,P=n.constructor,C=n.s==i.s?1:-1,T=n.d,E=i.d;if(!n.s)return new P(n);if(!i.s)throw Error(Cr+"Division by zero");for(u=n.e-i.e,S=E.length,v=T.length,p=new P(C),y=p.d=[],l=0;E[l]==(T[l]||0);)++l;if(E[l]>(T[l]||0)&&--u,a==null?_=a=P.precision:o?_=a+(me(n)-me(i))+1:_=a,_<0)return new P(0);if(_=_/Qt+2|0,l=0,S==1)for(c=0,E=E[0],_++;(l<v||c)&&_--;l++)b=c*Oe+(T[l]||0),y[l]=b/E|0,c=b%E|0;else{for(c=Oe/(E[0]+1)|0,c>1&&(E=e(E,c),T=e(T,c),S=E.length,v=T.length),x=S,m=T.slice(0,S),d=m.length;d<S;)m[d++]=0;A=E.slice(),A.unshift(0),w=E[0],E[1]>=Oe/2&&++w;do c=0,s=t(E,m,S,d),s<0?(g=m[0],S!=d&&(g=g*Oe+(m[1]||0)),c=g/w|0,c>1?(c>=Oe&&(c=Oe-1),f=e(E,c),h=f.length,d=m.length,s=t(f,m,h,d),s==1&&(c--,r(f,S<h?A:E,h))):(c==0&&(s=c=1),f=E.slice()),h=f.length,h<d&&f.unshift(0),r(m,f,d),s==-1&&(d=m.length,s=t(E,m,S,d),s<1&&(c++,r(m,S<d?A:E,d))),d=m.length):s===0&&(c++,m=[0]),y[l++]=c,s&&m[0]?m[d++]=T[x]||0:(m=[T[x]],d=1);while((x++<v||m[0]!==void 0)&&_--)}return y[0]||y.shift(),p.e=u,Yt(p,o?a+me(p)+1:a)}})();function VE(e,t){var r,n,i,a,o,s,u=0,l=0,c=e.constructor,f=c.precision;if(me(e)>16)throw Error(Fg+me(e));if(!e.s)return new c(fr);for(re=!1,s=f,o=new c(.03125);e.abs().gte(.1);)e=e.times(o),l+=5;for(n=Math.log(ci(2,l))/Math.LN10*2+5|0,s+=n,r=i=a=new c(fr),c.precision=s;;){if(i=Yt(i.times(e),s),r=r.times(++u),o=a.plus(xn(i,r,s)),Zr(o.d).slice(0,s)===Zr(a.d).slice(0,s)){for(;l--;)a=Yt(a.times(a),s);return c.precision=f,t==null?(re=!0,Yt(a,f)):a}a=o}}function me(e){for(var t=e.e*Qt,r=e.d[0];r>=10;r/=10)t++;return t}function qd(e,t,r){if(t>e.LN10.sd())throw re=!0,r&&(e.precision=r),Error(Cr+"LN10 precision limit exceeded");return Yt(new e(e.LN10),t)}function Dn(e){for(var t="";e--;)t+="0";return t}function gs(e,t){var r,n,i,a,o,s,u,l,c,f=1,h=10,p=e,y=p.d,m=p.constructor,d=m.precision;if(p.s<1)throw Error(Cr+(p.s?"NaN":"-Infinity"));if(p.eq(fr))return new m(0);if(t==null?(re=!1,l=d):l=t,p.eq(10))return t==null&&(re=!0),qd(m,l);if(l+=h,m.precision=l,r=Zr(y),n=r.charAt(0),a=me(p),Math.abs(a)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)p=p.times(e),r=Zr(p.d),n=r.charAt(0),f++;a=me(p),n>1?(p=new m("0."+r),a++):p=new m(n+"."+r.slice(1))}else return u=qd(m,l+2,d).times(a+""),p=gs(new m(n+"."+r.slice(1)),l-h).plus(u),m.precision=d,t==null?(re=!0,Yt(p,d)):p;for(s=o=p=xn(p.minus(fr),p.plus(fr),l),c=Yt(p.times(p),l),i=3;;){if(o=Yt(o.times(c),l),u=s.plus(xn(o,new m(i),l)),Zr(u.d).slice(0,l)===Zr(s.d).slice(0,l))return s=s.times(2),a!==0&&(s=s.plus(qd(m,l+2,d).times(a+""))),s=xn(s,new m(f),l),m.precision=d,t==null?(re=!0,Yt(s,d)):s;s=u,i+=2}}function Qw(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;)++n;for(i=t.length;t.charCodeAt(i-1)===48;)--i;if(t=t.slice(n,i),t){if(i-=n,r=r-n-1,e.e=ro(r/Qt),e.d=[],n=(r+1)%Qt,r<0&&(n+=Qt),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Qt;n<i;)e.d.push(+t.slice(n,n+=Qt));t=t.slice(n),n=Qt-t.length}else n-=i;for(;n--;)t+="0";if(e.d.push(+t),re&&(e.e>dl||e.e<-dl))throw Error(Fg+r)}else e.s=0,e.e=0,e.d=[0];return e}function Yt(e,t,r){var n,i,a,o,s,u,l,c,f=e.d;for(o=1,a=f[0];a>=10;a/=10)o++;if(n=t-o,n<0)n+=Qt,i=t,l=f[c=0];else{if(c=Math.ceil((n+1)/Qt),a=f.length,c>=a)return e;for(l=a=f[c],o=1;a>=10;a/=10)o++;n%=Qt,i=n-Qt+o}if(r!==void 0&&(a=ci(10,o-i-1),s=l/a%10|0,u=t<0||f[c+1]!==void 0||l%a,u=r<4?(s||u)&&(r==0||r==(e.s<0?3:2)):s>5||s==5&&(r==4||u||r==6&&(n>0?i>0?l/ci(10,o-i):0:f[c-1])%10&1||r==(e.s<0?8:7))),t<1||!f[0])return u?(a=me(e),f.length=1,t=t-a-1,f[0]=ci(10,(Qt-t%Qt)%Qt),e.e=ro(-t/Qt)||0):(f.length=1,f[0]=e.e=e.s=0),e;if(n==0?(f.length=c,a=1,c--):(f.length=c+1,a=ci(10,Qt-n),f[c]=i>0?(l/ci(10,o-i)%ci(10,i)|0)*a:0),u)for(;;)if(c==0){(f[0]+=a)==Oe&&(f[0]=1,++e.e);break}else{if(f[c]+=a,f[c]!=Oe)break;f[c--]=0,a=1}for(n=f.length;f[--n]===0;)f.pop();if(re&&(e.e>dl||e.e<-dl))throw Error(Fg+me(e));return e}function ZE(e,t){var r,n,i,a,o,s,u,l,c,f,h=e.constructor,p=h.precision;if(!e.s||!t.s)return t.s?t.s=-t.s:t=new h(e),re?Yt(t,p):t;if(u=e.d,f=t.d,n=t.e,l=e.e,u=u.slice(),o=l-n,o){for(c=o<0,c?(r=u,o=-o,s=f.length):(r=f,n=l,s=u.length),i=Math.max(Math.ceil(p/Qt),s)+2,o>i&&(o=i,r.length=1),r.reverse(),i=o;i--;)r.push(0);r.reverse()}else{for(i=u.length,s=f.length,c=i<s,c&&(s=i),i=0;i<s;i++)if(u[i]!=f[i]){c=u[i]<f[i];break}o=0}for(c&&(r=u,u=f,f=r,t.s=-t.s),s=u.length,i=f.length-s;i>0;--i)u[s++]=0;for(i=f.length;i>o;){if(u[--i]<f[i]){for(a=i;a&&u[--a]===0;)u[a]=Oe-1;--u[a],u[i]+=Oe}u[i]-=f[i]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--n;return u[0]?(t.d=u,t.e=n,re?Yt(t,p):t):new h(0)}function Di(e,t,r){var n,i=me(e),a=Zr(e.d),o=a.length;return t?(r&&(n=r-o)>0?a=a.charAt(0)+"."+a.slice(1)+Dn(n):o>1&&(a=a.charAt(0)+"."+a.slice(1)),a=a+(i<0?"e":"e+")+i):i<0?(a="0."+Dn(-i-1)+a,r&&(n=r-o)>0&&(a+=Dn(n))):i>=o?(a+=Dn(i+1-o),r&&(n=r-i-1)>0&&(a=a+"."+Dn(n))):((n=i+1)<o&&(a=a.slice(0,n)+"."+a.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(a+="."),a+=Dn(n))),e.s<0?"-"+a:a}function tS(e,t){if(e.length>t)return e.length=t,!0}function JE(e){var t,r,n;function i(a){var o=this;if(!(o instanceof i))return new i(a);if(o.constructor=i,a instanceof i){o.s=a.s,o.e=a.e,o.d=(a=a.d)?a.slice():a;return}if(typeof a=="number"){if(a*0!==0)throw Error(Pi+a);if(a>0)o.s=1;else if(a<0)a=-a,o.s=-1;else{o.s=0,o.e=0,o.d=[0];return}if(a===~~a&&a<1e7){o.e=0,o.d=[a];return}return Qw(o,a.toString())}else if(typeof a!="string")throw Error(Pi+a);if(a.charCodeAt(0)===45?(a=a.slice(1),o.s=-1):o.s=1,j3.test(a))Qw(o,a);else throw Error(Pi+a)}if(i.prototype=ut,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.clone=JE,i.config=i.set=R3,e===void 0&&(e={}),e)for(n=["precision","rounding","toExpNeg","toExpPos","LN10"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function R3(e){if(!e||typeof e!="object")throw Error(Cr+"Object expected");var t,r,n,i=["precision",1,eo,"rounding",0,8,"toExpNeg",-1/0,0,"toExpPos",0,1/0];for(t=0;t<i.length;t+=3)if((n=e[r=i[t]])!==void 0)if(ro(n)===n&&n>=i[t+1]&&n<=i[t+2])this[r]=n;else throw Error(Pi+r+": "+n);if((n=e[r="LN10"])!==void 0)if(n==Math.LN10)this[r]=new this(n);else throw Error(Pi+r+": "+n);return this}var zg=JE($3);fr=new zg(1);const Wt=zg;function D3(e){return B3(e)||L3(e)||N3(e)||I3()}function I3(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
93
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function N3(e,t){if(e){if(typeof e=="string")return Sy(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 Sy(e,t)}}function L3(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function B3(e){if(Array.isArray(e))return Sy(e)}function Sy(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}var q3=function(t){return t},QE={},tC=function(t){return t===QE},eS=function(t){return function r(){return arguments.length===0||arguments.length===1&&tC(arguments.length<=0?void 0:arguments[0])?r:t.apply(void 0,arguments)}},F3=function e(t,r){return t===1?r:eS(function(){for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];var o=i.filter(function(s){return s!==QE}).length;return o>=t?r.apply(void 0,i):e(t-o,eS(function(){for(var s=arguments.length,u=new Array(s),l=0;l<s;l++)u[l]=arguments[l];var c=i.map(function(f){return tC(f)?u.shift():f});return r.apply(void 0,D3(c).concat(u))}))})},vc=function(t){return F3(t.length,t)},Oy=function(t,r){for(var n=[],i=t;i<r;++i)n[i-t]=i;return n},z3=vc(function(e,t){return Array.isArray(t)?t.map(e):Object.keys(t).map(function(r){return t[r]}).map(e)}),U3=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if(!r.length)return q3;var i=r.reverse(),a=i[0],o=i.slice(1);return function(){return o.reduce(function(s,u){return u(s)},a.apply(void 0,arguments))}},Ay=function(t){return Array.isArray(t)?t.reverse():t.split("").reverse.join("")},eC=function(t){var r=null,n=null;return function(){for(var i=arguments.length,a=new Array(i),o=0;o<i;o++)a[o]=arguments[o];return r&&a.every(function(s,u){return s===r[u]})||(r=a,n=t.apply(void 0,a)),n}};function W3(e){var t;return e===0?t=1:t=Math.floor(new Wt(e).abs().log(10).toNumber())+1,t}function G3(e,t,r){for(var n=new Wt(e),i=0,a=[];n.lt(t)&&i<1e5;)a.push(n.toNumber()),n=n.add(r),i++;return a}var H3=vc(function(e,t,r){var n=+e,i=+t;return n+r*(i-n)}),K3=vc(function(e,t,r){var n=t-+e;return n=n||1/0,(r-e)/n}),Y3=vc(function(e,t,r){var n=t-+e;return n=n||1/0,Math.max(0,Math.min(1,(r-e)/n))});const gc={rangeStep:G3,getDigitCount:W3,interpolateNumber:H3,uninterpolateNumber:K3,uninterpolateTruncation:Y3};function Py(e){return Z3(e)||V3(e)||rC(e)||X3()}function X3(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
94
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function V3(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function Z3(e){if(Array.isArray(e))return Ty(e)}function bs(e,t){return tU(e)||Q3(e,t)||rC(e,t)||J3()}function J3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
95
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function rC(e,t){if(e){if(typeof e=="string")return Ty(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 Ty(e,t)}}function Ty(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 Q3(e,t){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(e)))){var r=[],n=!0,i=!1,a=void 0;try{for(var o=e[Symbol.iterator](),s;!(n=(s=o.next()).done)&&(r.push(s.value),!(t&&r.length===t));n=!0);}catch(u){i=!0,a=u}finally{try{!n&&o.return!=null&&o.return()}finally{if(i)throw a}}return r}}function tU(e){if(Array.isArray(e))return e}function nC(e){var t=bs(e,2),r=t[0],n=t[1],i=r,a=n;return r>n&&(i=n,a=r),[i,a]}function iC(e,t,r){if(e.lte(0))return new Wt(0);var n=gc.getDigitCount(e.toNumber()),i=new Wt(10).pow(n),a=e.div(i),o=n!==1?.05:.1,s=new Wt(Math.ceil(a.div(o).toNumber())).add(r).mul(o),u=s.mul(i);return t?u:new Wt(Math.ceil(u))}function eU(e,t,r){var n=1,i=new Wt(e);if(!i.isint()&&r){var a=Math.abs(e);a<1?(n=new Wt(10).pow(gc.getDigitCount(e)-1),i=new Wt(Math.floor(i.div(n).toNumber())).mul(n)):a>1&&(i=new Wt(Math.floor(e)))}else e===0?i=new Wt(Math.floor((t-1)/2)):r||(i=new Wt(Math.floor(e)));var o=Math.floor((t-1)/2),s=U3(z3(function(u){return i.add(new Wt(u-o).mul(n)).toNumber()}),Oy);return s(0,t)}function aC(e,t,r,n){var i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:0;if(!Number.isFinite((t-e)/(r-1)))return{step:new Wt(0),tickMin:new Wt(0),tickMax:new Wt(0)};var a=iC(new Wt(t).sub(e).div(r-1),n,i),o;e<=0&&t>=0?o=new Wt(0):(o=new Wt(e).add(t).div(2),o=o.sub(new Wt(o).mod(a)));var s=Math.ceil(o.sub(e).div(a).toNumber()),u=Math.ceil(new Wt(t).sub(o).div(a).toNumber()),l=s+u+1;return l>r?aC(e,t,r,n,i+1):(l<r&&(u=t>0?u+(r-l):u,s=t>0?s:s+(r-l)),{step:a,tickMin:o.sub(new Wt(s).mul(a)),tickMax:o.add(new Wt(u).mul(a))})}function rU(e){var t=bs(e,2),r=t[0],n=t[1],i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:6,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,o=Math.max(i,2),s=nC([r,n]),u=bs(s,2),l=u[0],c=u[1];if(l===-1/0||c===1/0){var f=c===1/0?[l].concat(Py(Oy(0,i-1).map(function(){return 1/0}))):[].concat(Py(Oy(0,i-1).map(function(){return-1/0})),[c]);return r>n?Ay(f):f}if(l===c)return eU(l,i,a);var h=aC(l,c,o,a),p=h.step,y=h.tickMin,m=h.tickMax,d=gc.rangeStep(y,m.add(new Wt(.1).mul(p)),p);return r>n?Ay(d):d}function nU(e,t){var r=bs(e,2),n=r[0],i=r[1],a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,o=nC([n,i]),s=bs(o,2),u=s[0],l=s[1];if(u===-1/0||l===1/0)return[n,i];if(u===l)return[u];var c=Math.max(t,2),f=iC(new Wt(l).sub(u).div(c-1),a,0),h=[].concat(Py(gc.rangeStep(new Wt(u),new Wt(l).sub(new Wt(.99).mul(f)),f)),[l]);return n>i?Ay(h):h}var iU=eC(rU),aU=eC(nU),oU=process.env.NODE_ENV==="production",Fd="Invariant failed";function Ye(e,t){if(oU)throw new Error(Fd);var r=typeof t=="function"?t():t,n=r?"".concat(Fd,": ").concat(r):Fd;throw new Error(n)}var sU=["offset","layout","width","dataKey","data","dataPointFormatter","xAxis","yAxis"];function Ma(e){"@babel/helpers - typeof";return Ma=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},Ma(e)}function ml(){return ml=Object.assign?Object.assign.bind():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},ml.apply(this,arguments)}function uU(e,t){return hU(e)||fU(e,t)||cU(e,t)||lU()}function lU(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
96
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function cU(e,t){if(e){if(typeof e=="string")return rS(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 rS(e,t)}}function rS(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 fU(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function hU(e){if(Array.isArray(e))return e}function pU(e,t){if(e==null)return{};var r=dU(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function dU(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function mU(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function yU(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,uC(n.key),n)}}function vU(e,t,r){return t&&yU(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function gU(e,t,r){return t=yl(t),bU(e,oC()?Reflect.construct(t,r||[],yl(e).constructor):t.apply(e,r))}function bU(e,t){if(t&&(Ma(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return _U(e)}function _U(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(oC=function(){return!!e})()}function yl(e){return yl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},yl(e)}function xU(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ey(e,t)}function Ey(e,t){return Ey=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Ey(e,t)}function sC(e,t,r){return t=uC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function uC(e){var t=wU(e,"string");return Ma(t)=="symbol"?t:t+""}function wU(e,t){if(Ma(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ma(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var no=(function(e){function t(){return mU(this,t),gU(this,t,arguments)}return xU(t,e),vU(t,[{key:"render",value:function(){var n=this.props,i=n.offset,a=n.layout,o=n.width,s=n.dataKey,u=n.data,l=n.dataPointFormatter,c=n.xAxis,f=n.yAxis,h=pU(n,sU),p=gt(h,!1);this.props.direction==="x"&&c.type!=="number"&&(process.env.NODE_ENV!=="production"?Ye(!1,'ErrorBar requires Axis type property to be "number".'):Ye());var y=u.map(function(m){var d=l(m,s),g=d.x,_=d.y,b=d.value,x=d.errorVal;if(!x)return null;var v=[],w,S;if(Array.isArray(x)){var A=uU(x,2);w=A[0],S=A[1]}else w=S=x;if(a==="vertical"){var P=c.scale,C=_+i,T=C+o,E=C-o,M=P(b-w),R=P(b+S);v.push({x1:R,y1:T,x2:R,y2:E}),v.push({x1:M,y1:C,x2:R,y2:C}),v.push({x1:M,y1:T,x2:M,y2:E})}else if(a==="horizontal"){var $=f.scale,k=g+i,D=k-o,L=k+o,q=$(b-w),I=$(b+S);v.push({x1:D,y1:I,x2:L,y2:I}),v.push({x1:k,y1:q,x2:k,y2:I}),v.push({x1:D,y1:q,x2:L,y2:q})}return O.createElement(Rt,ml({className:"recharts-errorBar",key:"bar-".concat(v.map(function(j){return"".concat(j.x1,"-").concat(j.x2,"-").concat(j.y1,"-").concat(j.y2)}))},p),v.map(function(j){return O.createElement("line",ml({},j,{key:"line-".concat(j.x1,"-").concat(j.x2,"-").concat(j.y1,"-").concat(j.y2)}))}))});return O.createElement(Rt,{className:"recharts-errorBars"},y)}}])})(O.Component);sC(no,"defaultProps",{stroke:"black",strokeWidth:1.5,width:5,offset:0,layout:"horizontal"});sC(no,"displayName","ErrorBar");function _s(e){"@babel/helpers - typeof";return _s=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},_s(e)}function nS(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?nS(Object(r),!0).forEach(function(n){SU(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):nS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function SU(e,t,r){return t=OU(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function OU(e){var t=AU(e,"string");return _s(t)=="symbol"?t:t+""}function AU(e,t){if(_s(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(_s(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var lC=function(t){var r=t.children,n=t.formattedGraphicalItems,i=t.legendWidth,a=t.legendContent,o=ur(r,Ai);if(!o)return null;var s=Ai.defaultProps,u=s!==void 0?si(si({},s),o.props):{},l;return o.props&&o.props.payload?l=o.props&&o.props.payload:a==="children"?l=(n||[]).reduce(function(c,f){var h=f.item,p=f.props,y=p.sectors||p.data||[];return c.concat(y.map(function(m){return{type:o.props.iconType||h.props.legendType,value:m.name,color:m.fill,payload:m}}))},[]):l=(n||[]).map(function(c){var f=c.item,h=f.type.defaultProps,p=h!==void 0?si(si({},h),f.props):{},y=p.dataKey,m=p.name,d=p.legendType,g=p.hide;return{inactive:g,dataKey:y,type:u.iconType||d||"square",color:Ug(f),value:m||y,payload:p}}),si(si(si({},u),Ai.getWithHeight(o,i)),{},{payload:l,item:o})};function xs(e){"@babel/helpers - typeof";return xs=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},xs(e)}function iS(e){return CU(e)||EU(e)||TU(e)||PU()}function PU(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
97
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function TU(e,t){if(e){if(typeof e=="string")return Cy(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 Cy(e,t)}}function EU(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function CU(e){if(Array.isArray(e))return Cy(e)}function Cy(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 aS(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 ae(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?aS(Object(r),!0).forEach(function(n){pa(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):aS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pa(e,t,r){return t=MU(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function MU(e){var t=kU(e,"string");return xs(t)=="symbol"?t:t+""}function kU(e,t){if(xs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(xs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function _e(e,t,r){return yt(e)||yt(t)?r:be(t)?Er(e,t,r):bt(t)?t(e):r}function zo(e,t,r,n){var i=xE(e,function(s){return _e(s,t)});if(r==="number"){var a=i.filter(function(s){return nt(s)||parseFloat(s)});return a.length?[yc(a),qn(a)]:[1/0,-1/0]}var o=n?i.filter(function(s){return!yt(s)}):i;return o.map(function(s){return be(s)||s instanceof Date?s:""})}var $U=function(t){var r,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],i=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0,o=-1,s=(r=n==null?void 0:n.length)!==null&&r!==void 0?r:0;if(s<=1)return 0;if(a&&a.axisType==="angleAxis"&&Math.abs(Math.abs(a.range[1]-a.range[0])-360)<=1e-6)for(var u=a.range,l=0;l<s;l++){var c=l>0?i[l-1].coordinate:i[s-1].coordinate,f=i[l].coordinate,h=l>=s-1?i[0].coordinate:i[l+1].coordinate,p=void 0;if(Lr(f-c)!==Lr(h-f)){var y=[];if(Lr(h-f)===Lr(u[1]-u[0])){p=h;var m=f+u[1]-u[0];y[0]=Math.min(m,(m+c)/2),y[1]=Math.max(m,(m+c)/2)}else{p=c;var d=h+u[1]-u[0];y[0]=Math.min(f,(d+f)/2),y[1]=Math.max(f,(d+f)/2)}var g=[Math.min(f,(p+f)/2),Math.max(f,(p+f)/2)];if(t>g[0]&&t<=g[1]||t>=y[0]&&t<=y[1]){o=i[l].index;break}}else{var _=Math.min(c,h),b=Math.max(c,h);if(t>(_+f)/2&&t<=(b+f)/2){o=i[l].index;break}}}else for(var x=0;x<s;x++)if(x===0&&t<=(n[x].coordinate+n[x+1].coordinate)/2||x>0&&x<s-1&&t>(n[x].coordinate+n[x-1].coordinate)/2&&t<=(n[x].coordinate+n[x+1].coordinate)/2||x===s-1&&t>(n[x].coordinate+n[x-1].coordinate)/2){o=n[x].index;break}return o},Ug=function(t){var r,n=t,i=n.type.displayName,a=(r=t.type)!==null&&r!==void 0&&r.defaultProps?ae(ae({},t.type.defaultProps),t.props):t.props,o=a.stroke,s=a.fill,u;switch(i){case"Line":u=o;break;case"Area":case"Radar":u=o&&o!=="none"?o:s;break;default:u=s;break}return u},jU=function(t){var r=t.barSize,n=t.totalSize,i=t.stackGroups,a=i===void 0?{}:i;if(!a)return{};for(var o={},s=Object.keys(a),u=0,l=s.length;u<l;u++)for(var c=a[s[u]].stackGroups,f=Object.keys(c),h=0,p=f.length;h<p;h++){var y=c[f[h]],m=y.items,d=y.cateAxisId,g=m.filter(function(S){return bn(S.type).indexOf("Bar")>=0});if(g&&g.length){var _=g[0].type.defaultProps,b=_!==void 0?ae(ae({},_),g[0].props):g[0].props,x=b.barSize,v=b[d];o[v]||(o[v]=[]);var w=yt(x)?r:x;o[v].push({item:g[0],stackList:g.slice(1),barSize:yt(w)?void 0:ji(w,n,0)})}}return o},RU=function(t){var r=t.barGap,n=t.barCategoryGap,i=t.bandSize,a=t.sizeList,o=a===void 0?[]:a,s=t.maxBarSize,u=o.length;if(u<1)return null;var l=ji(r,i,0,!0),c,f=[];if(o[0].barSize===+o[0].barSize){var h=!1,p=i/u,y=o.reduce(function(x,v){return x+v.barSize||0},0);y+=(u-1)*l,y>=i&&(y-=(u-1)*l,l=0),y>=i&&p>0&&(h=!0,p*=.9,y=u*p);var m=(i-y)/2>>0,d={offset:m-l,size:0};c=o.reduce(function(x,v){var w={item:v.item,position:{offset:d.offset+d.size+l,size:h?p:v.barSize}},S=[].concat(iS(x),[w]);return d=S[S.length-1].position,v.stackList&&v.stackList.length&&v.stackList.forEach(function(A){S.push({item:A,position:d})}),S},f)}else{var g=ji(n,i,0,!0);i-2*g-(u-1)*l<=0&&(l=0);var _=(i-2*g-(u-1)*l)/u;_>1&&(_>>=0);var b=s===+s?Math.min(_,s):_;c=o.reduce(function(x,v,w){var S=[].concat(iS(x),[{item:v.item,position:{offset:g+(_+l)*w+(_-b)/2,size:b}}]);return v.stackList&&v.stackList.length&&v.stackList.forEach(function(A){S.push({item:A,position:S[S.length-1].position})}),S},f)}return c},DU=function(t,r,n,i){var a=n.children,o=n.width,s=n.margin,u=o-(s.left||0)-(s.right||0),l=lC({children:a,legendWidth:u});if(l){var c=i||{},f=c.width,h=c.height,p=l.align,y=l.verticalAlign,m=l.layout;if((m==="vertical"||m==="horizontal"&&y==="middle")&&p!=="center"&&nt(t[p]))return ae(ae({},t),{},pa({},p,t[p]+(f||0)));if((m==="horizontal"||m==="vertical"&&p==="center")&&y!=="middle"&&nt(t[y]))return ae(ae({},t),{},pa({},y,t[y]+(h||0)))}return t},IU=function(t,r,n){return yt(r)?!0:t==="horizontal"?r==="yAxis":t==="vertical"||n==="x"?r==="xAxis":n==="y"?r==="yAxis":!0},cC=function(t,r,n,i,a){var o=r.props.children,s=tr(o,no).filter(function(l){return IU(i,a,l.props.direction)});if(s&&s.length){var u=s.map(function(l){return l.props.dataKey});return t.reduce(function(l,c){var f=_e(c,n);if(yt(f))return l;var h=Array.isArray(f)?[yc(f),qn(f)]:[f,f],p=u.reduce(function(y,m){var d=_e(c,m,0),g=h[0]-Math.abs(Array.isArray(d)?d[0]:d),_=h[1]+Math.abs(Array.isArray(d)?d[1]:d);return[Math.min(g,y[0]),Math.max(_,y[1])]},[1/0,-1/0]);return[Math.min(p[0],l[0]),Math.max(p[1],l[1])]},[1/0,-1/0])}return null},NU=function(t,r,n,i,a){var o=r.map(function(s){return cC(t,s,n,a,i)}).filter(function(s){return!yt(s)});return o&&o.length?o.reduce(function(s,u){return[Math.min(s[0],u[0]),Math.max(s[1],u[1])]},[1/0,-1/0]):null},fC=function(t,r,n,i,a){var o=r.map(function(u){var l=u.props.dataKey;return n==="number"&&l&&cC(t,u,l,i)||zo(t,l,n,a)});if(n==="number")return o.reduce(function(u,l){return[Math.min(u[0],l[0]),Math.max(u[1],l[1])]},[1/0,-1/0]);var s={};return o.reduce(function(u,l){for(var c=0,f=l.length;c<f;c++)s[l[c]]||(s[l[c]]=!0,u.push(l[c]));return u},[])},hC=function(t,r){return t==="horizontal"&&r==="xAxis"||t==="vertical"&&r==="yAxis"||t==="centric"&&r==="angleAxis"||t==="radial"&&r==="radiusAxis"},pC=function(t,r,n,i){if(i)return t.map(function(u){return u.coordinate});var a,o,s=t.map(function(u){return u.coordinate===r&&(a=!0),u.coordinate===n&&(o=!0),u.coordinate});return a||s.push(r),o||s.push(n),s},gn=function(t,r,n){if(!t)return null;var i=t.scale,a=t.duplicateDomain,o=t.type,s=t.range,u=t.realScaleType==="scaleBand"?i.bandwidth()/2:2,l=(r||n)&&o==="category"&&i.bandwidth?i.bandwidth()/u:0;if(l=t.axisType==="angleAxis"&&(s==null?void 0:s.length)>=2?Lr(s[0]-s[1])*2*l:l,r&&(t.ticks||t.niceTicks)){var c=(t.ticks||t.niceTicks).map(function(f){var h=a?a.indexOf(f):f;return{coordinate:i(h)+l,value:f,offset:l}});return c.filter(function(f){return!to(f.coordinate)})}return t.isCategorical&&t.categoricalDomain?t.categoricalDomain.map(function(f,h){return{coordinate:i(f)+l,value:f,index:h,offset:l}}):i.ticks&&!n?i.ticks(t.tickCount).map(function(f){return{coordinate:i(f)+l,value:f,offset:l}}):i.domain().map(function(f,h){return{coordinate:i(f)+l,value:a?a[f]:f,index:h,offset:l}})},zd=new WeakMap,vu=function(t,r){if(typeof r!="function")return t;zd.has(t)||zd.set(t,new WeakMap);var n=zd.get(t);if(n.has(r))return n.get(r);var i=function(){t.apply(void 0,arguments),r.apply(void 0,arguments)};return n.set(r,i),i},LU=function(t,r,n){var i=t.scale,a=t.type,o=t.layout,s=t.axisType;if(i==="auto")return o==="radial"&&s==="radiusAxis"?{scale:Qo(),realScaleType:"band"}:o==="radial"&&s==="angleAxis"?{scale:Mi(),realScaleType:"linear"}:a==="category"&&r&&(r.indexOf("LineChart")>=0||r.indexOf("AreaChart")>=0||r.indexOf("ComposedChart")>=0&&!n)?{scale:$o(),realScaleType:"point"}:a==="category"?{scale:Qo(),realScaleType:"band"}:{scale:Mi(),realScaleType:"linear"};if($i(i)){var u="scale".concat(pc(i));return{scale:(Hw[u]||$o)(),realScaleType:Hw[u]?u:"point"}}return bt(i)?{scale:i}:{scale:$o(),realScaleType:"point"}},oS=1e-4,BU=function(t){var r=t.domain();if(!(!r||r.length<=2)){var n=r.length,i=t.range(),a=Math.min(i[0],i[1])-oS,o=Math.max(i[0],i[1])+oS,s=t(r[0]),u=t(r[n-1]);(s<a||s>o||u<a||u>o)&&t.domain([r[0],r[n-1]])}},qU=function(t,r){if(!t)return null;for(var n=0,i=t.length;n<i;n++)if(t[n].item===r)return t[n].position;return null},FU=function(t,r){if(!r||r.length!==2||!nt(r[0])||!nt(r[1]))return t;var n=Math.min(r[0],r[1]),i=Math.max(r[0],r[1]),a=[t[0],t[1]];return(!nt(t[0])||t[0]<n)&&(a[0]=n),(!nt(t[1])||t[1]>i)&&(a[1]=i),a[0]>i&&(a[0]=i),a[1]<n&&(a[1]=n),a},zU=function(t){var r=t.length;if(!(r<=0))for(var n=0,i=t[0].length;n<i;++n)for(var a=0,o=0,s=0;s<r;++s){var u=to(t[s][n][1])?t[s][n][0]:t[s][n][1];u>=0?(t[s][n][0]=a,t[s][n][1]=a+u,a=t[s][n][1]):(t[s][n][0]=o,t[s][n][1]=o+u,o=t[s][n][1])}},UU=function(t){var r=t.length;if(!(r<=0))for(var n=0,i=t[0].length;n<i;++n)for(var a=0,o=0;o<r;++o){var s=to(t[o][n][1])?t[o][n][0]:t[o][n][1];s>=0?(t[o][n][0]=a,t[o][n][1]=a+s,a=t[o][n][1]):(t[o][n][0]=0,t[o][n][1]=0)}},WU={sign:zU,expand:ZD,none:ba,silhouette:JD,wiggle:QD,positive:UU},GU=function(t,r,n){var i=r.map(function(s){return s.props.dataKey}),a=WU[n],o=Zu().keys(i).value(function(s,u){return+_e(s,u,0)}).order(Nm).offset(a);return o(t)},HU=function(t,r,n,i,a,o){if(!t)return null;var s=o?r.reverse():r,u={},l=s.reduce(function(f,h){var p,y=(p=h.type)!==null&&p!==void 0&&p.defaultProps?ae(ae({},h.type.defaultProps),h.props):h.props,m=y.stackId,d=y.hide;if(d)return f;var g=y[n],_=f[g]||{hasStack:!1,stackGroups:{}};if(be(m)){var b=_.stackGroups[m]||{numericAxisId:n,cateAxisId:i,items:[]};b.items.push(h),_.hasStack=!0,_.stackGroups[m]=b}else _.stackGroups[Ui("_stackId_")]={numericAxisId:n,cateAxisId:i,items:[h]};return ae(ae({},f),{},pa({},g,_))},u),c={};return Object.keys(l).reduce(function(f,h){var p=l[h];if(p.hasStack){var y={};p.stackGroups=Object.keys(p.stackGroups).reduce(function(m,d){var g=p.stackGroups[d];return ae(ae({},m),{},pa({},d,{numericAxisId:n,cateAxisId:i,items:g.items,stackedData:GU(t,g.items,a)}))},y)}return ae(ae({},f),{},pa({},h,p))},c)},KU=function(t,r){var n=r.realScaleType,i=r.type,a=r.tickCount,o=r.originalDomain,s=r.allowDecimals,u=n||r.scale;if(u!=="auto"&&u!=="linear")return null;if(a&&i==="number"&&o&&(o[0]==="auto"||o[1]==="auto")){var l=t.domain();if(!l.length)return null;var c=iU(l,a,s);return t.domain([yc(c),qn(c)]),{niceTicks:c}}if(a&&i==="number"){var f=t.domain(),h=aU(f,a,s);return{niceTicks:h}}return null};function ka(e){var t=e.axis,r=e.ticks,n=e.bandSize,i=e.entry,a=e.index,o=e.dataKey;if(t.type==="category"){if(!t.allowDuplicatedCategory&&t.dataKey&&!yt(i[t.dataKey])){var s=ol(r,"value",i[t.dataKey]);if(s)return s.coordinate+n/2}return r[a]?r[a].coordinate+n/2:null}var u=_e(i,yt(o)?t.dataKey:o);return yt(u)?null:t.scale(u)}var sS=function(t){var r=t.axis,n=t.ticks,i=t.offset,a=t.bandSize,o=t.entry,s=t.index;if(r.type==="category")return n[s]?n[s].coordinate+i:null;var u=_e(o,r.dataKey,r.domain[s]);return yt(u)?null:r.scale(u)-a/2+i},YU=function(t){var r=t.numericAxis,n=r.scale.domain();if(r.type==="number"){var i=Math.min(n[0],n[1]),a=Math.max(n[0],n[1]);return i<=0&&a>=0?0:a<0?a:i}return n[0]},XU=function(t,r){var n,i=(n=t.type)!==null&&n!==void 0&&n.defaultProps?ae(ae({},t.type.defaultProps),t.props):t.props,a=i.stackId;if(be(a)){var o=r[a];if(o){var s=o.items.indexOf(t);return s>=0?o.stackedData[s]:null}}return null},VU=function(t){return t.reduce(function(r,n){return[yc(n.concat([r[0]]).filter(nt)),qn(n.concat([r[1]]).filter(nt))]},[1/0,-1/0])},dC=function(t,r,n){return Object.keys(t).reduce(function(i,a){var o=t[a],s=o.stackedData,u=s.reduce(function(l,c){var f=VU(c.slice(r,n+1));return[Math.min(l[0],f[0]),Math.max(l[1],f[1])]},[1/0,-1/0]);return[Math.min(u[0],i[0]),Math.max(u[1],i[1])]},[1/0,-1/0]).map(function(i){return i===1/0||i===-1/0?0:i})},uS=/^dataMin[\s]*-[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,lS=/^dataMax[\s]*\+[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,My=function(t,r,n){if(bt(t))return t(r,n);if(!Array.isArray(t))return r;var i=[];if(nt(t[0]))i[0]=n?t[0]:Math.min(t[0],r[0]);else if(uS.test(t[0])){var a=+uS.exec(t[0])[1];i[0]=r[0]-a}else bt(t[0])?i[0]=t[0](r[0]):i[0]=r[0];if(nt(t[1]))i[1]=n?t[1]:Math.max(t[1],r[1]);else if(lS.test(t[1])){var o=+lS.exec(t[1])[1];i[1]=r[1]+o}else bt(t[1])?i[1]=t[1](r[1]):i[1]=r[1];return i},vl=function(t,r,n){if(t&&t.scale&&t.scale.bandwidth){var i=t.scale.bandwidth();if(!n||i>0)return i}if(t&&r&&r.length>=2){for(var a=hc(r,function(f){return f.coordinate}),o=1/0,s=1,u=a.length;s<u;s++){var l=a[s],c=a[s-1];o=Math.min((l.coordinate||0)-(c.coordinate||0),o)}return o===1/0?0:o}return n?void 0:0},cS=function(t,r,n){return!t||!t.length||Ri(t,Er(n,"type.defaultProps.domain"))?r:t},mC=function(t,r){var n=t.type.defaultProps?ae(ae({},t.type.defaultProps),t.props):t.props,i=n.dataKey,a=n.name,o=n.unit,s=n.formatter,u=n.tooltipType,l=n.chartType,c=n.hide;return ae(ae({},gt(t,!1)),{},{dataKey:i,unit:o,formatter:s,name:a||i,color:Ug(t),value:_e(r,i),type:u,payload:r,chartType:l,hide:c})};function ws(e){"@babel/helpers - typeof";return ws=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},ws(e)}function fS(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 hS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?fS(Object(r),!0).forEach(function(n){ZU(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):fS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ZU(e,t,r){return t=JU(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function JU(e){var t=QU(e,"string");return ws(t)=="symbol"?t:t+""}function QU(e,t){if(ws(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ws(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var gl=Math.PI/180,tW=function(t){return t*180/Math.PI},Ee=function(t,r,n,i){return{x:t+Math.cos(-gl*i)*n,y:r+Math.sin(-gl*i)*n}},eW=function(t,r){var n=t.x,i=t.y,a=r.x,o=r.y;return Math.sqrt(Math.pow(n-a,2)+Math.pow(i-o,2))},rW=function(t,r){var n=t.x,i=t.y,a=r.cx,o=r.cy,s=eW({x:n,y:i},{x:a,y:o});if(s<=0)return{radius:s};var u=(n-a)/s,l=Math.acos(u);return i>o&&(l=2*Math.PI-l),{radius:s,angle:tW(l),angleInRadian:l}},nW=function(t){var r=t.startAngle,n=t.endAngle,i=Math.floor(r/360),a=Math.floor(n/360),o=Math.min(i,a);return{startAngle:r-o*360,endAngle:n-o*360}},iW=function(t,r){var n=r.startAngle,i=r.endAngle,a=Math.floor(n/360),o=Math.floor(i/360),s=Math.min(a,o);return t+s*360},pS=function(t,r){var n=t.x,i=t.y,a=rW({x:n,y:i},r),o=a.radius,s=a.angle,u=r.innerRadius,l=r.outerRadius;if(o<u||o>l)return!1;if(o===0)return!0;var c=nW(r),f=c.startAngle,h=c.endAngle,p=s,y;if(f<=h){for(;p>h;)p-=360;for(;p<f;)p+=360;y=p>=f&&p<=h}else{for(;p>f;)p-=360;for(;p<h;)p+=360;y=p>=h&&p<=f}return y?hS(hS({},r),{},{radius:o,angle:iW(p,r)}):null};function Ss(e){"@babel/helpers - typeof";return Ss=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},Ss(e)}var aW=["offset"];function oW(e){return cW(e)||lW(e)||uW(e)||sW()}function sW(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
98
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function uW(e,t){if(e){if(typeof e=="string")return ky(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 ky(e,t)}}function lW(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function cW(e){if(Array.isArray(e))return ky(e)}function ky(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 fW(e,t){if(e==null)return{};var r=hW(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function hW(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function dS(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 ge(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dS(Object(r),!0).forEach(function(n){pW(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pW(e,t,r){return t=dW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function dW(e){var t=mW(e,"string");return Ss(t)=="symbol"?t:t+""}function mW(e,t){if(Ss(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ss(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Os(){return Os=Object.assign?Object.assign.bind():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},Os.apply(this,arguments)}var yW=function(t){var r=t.value,n=t.formatter,i=yt(t.children)?r:t.children;return bt(n)?n(i):i},vW=function(t,r){var n=Lr(r-t),i=Math.min(Math.abs(r-t),360);return n*i},gW=function(t,r,n){var i=t.position,a=t.viewBox,o=t.offset,s=t.className,u=a,l=u.cx,c=u.cy,f=u.innerRadius,h=u.outerRadius,p=u.startAngle,y=u.endAngle,m=u.clockWise,d=(f+h)/2,g=vW(p,y),_=g>=0?1:-1,b,x;i==="insideStart"?(b=p+_*o,x=m):i==="insideEnd"?(b=y-_*o,x=!m):i==="end"&&(b=y+_*o,x=m),x=g<=0?x:!x;var v=Ee(l,c,d,b),w=Ee(l,c,d,b+(x?1:-1)*359),S="M".concat(v.x,",").concat(v.y,`
|
|
99
|
+
A`).concat(d,",").concat(d,",0,1,").concat(x?0:1,`,
|
|
100
|
+
`).concat(w.x,",").concat(w.y),A=yt(t.id)?Ui("recharts-radial-line-"):t.id;return O.createElement("text",Os({},n,{dominantBaseline:"central",className:At("recharts-radial-bar-label",s)}),O.createElement("defs",null,O.createElement("path",{id:A,d:S})),O.createElement("textPath",{xlinkHref:"#".concat(A)},r))},bW=function(t){var r=t.viewBox,n=t.offset,i=t.position,a=r,o=a.cx,s=a.cy,u=a.innerRadius,l=a.outerRadius,c=a.startAngle,f=a.endAngle,h=(c+f)/2;if(i==="outside"){var p=Ee(o,s,l+n,h),y=p.x,m=p.y;return{x:y,y:m,textAnchor:y>=o?"start":"end",verticalAnchor:"middle"}}if(i==="center")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"middle"};if(i==="centerTop")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"start"};if(i==="centerBottom")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"end"};var d=(u+l)/2,g=Ee(o,s,d,h),_=g.x,b=g.y;return{x:_,y:b,textAnchor:"middle",verticalAnchor:"middle"}},_W=function(t){var r=t.viewBox,n=t.parentViewBox,i=t.offset,a=t.position,o=r,s=o.x,u=o.y,l=o.width,c=o.height,f=c>=0?1:-1,h=f*i,p=f>0?"end":"start",y=f>0?"start":"end",m=l>=0?1:-1,d=m*i,g=m>0?"end":"start",_=m>0?"start":"end";if(a==="top"){var b={x:s+l/2,y:u-f*i,textAnchor:"middle",verticalAnchor:p};return ge(ge({},b),n?{height:Math.max(u-n.y,0),width:l}:{})}if(a==="bottom"){var x={x:s+l/2,y:u+c+h,textAnchor:"middle",verticalAnchor:y};return ge(ge({},x),n?{height:Math.max(n.y+n.height-(u+c),0),width:l}:{})}if(a==="left"){var v={x:s-d,y:u+c/2,textAnchor:g,verticalAnchor:"middle"};return ge(ge({},v),n?{width:Math.max(v.x-n.x,0),height:c}:{})}if(a==="right"){var w={x:s+l+d,y:u+c/2,textAnchor:_,verticalAnchor:"middle"};return ge(ge({},w),n?{width:Math.max(n.x+n.width-w.x,0),height:c}:{})}var S=n?{width:l,height:c}:{};return a==="insideLeft"?ge({x:s+d,y:u+c/2,textAnchor:_,verticalAnchor:"middle"},S):a==="insideRight"?ge({x:s+l-d,y:u+c/2,textAnchor:g,verticalAnchor:"middle"},S):a==="insideTop"?ge({x:s+l/2,y:u+h,textAnchor:"middle",verticalAnchor:y},S):a==="insideBottom"?ge({x:s+l/2,y:u+c-h,textAnchor:"middle",verticalAnchor:p},S):a==="insideTopLeft"?ge({x:s+d,y:u+h,textAnchor:_,verticalAnchor:y},S):a==="insideTopRight"?ge({x:s+l-d,y:u+h,textAnchor:g,verticalAnchor:y},S):a==="insideBottomLeft"?ge({x:s+d,y:u+c-h,textAnchor:_,verticalAnchor:p},S):a==="insideBottomRight"?ge({x:s+l-d,y:u+c-h,textAnchor:g,verticalAnchor:p},S):Qa(a)&&(nt(a.x)||vi(a.x))&&(nt(a.y)||vi(a.y))?ge({x:s+ji(a.x,l),y:u+ji(a.y,c),textAnchor:"end",verticalAnchor:"end"},S):ge({x:s+l/2,y:u+c/2,textAnchor:"middle",verticalAnchor:"middle"},S)},xW=function(t){return"cx"in t&&nt(t.cx)};function Re(e){var t=e.offset,r=t===void 0?5:t,n=fW(e,aW),i=ge({offset:r},n),a=i.viewBox,o=i.position,s=i.value,u=i.children,l=i.content,c=i.className,f=c===void 0?"":c,h=i.textBreakAll;if(!a||yt(s)&&yt(u)&&!O.isValidElement(l)&&!bt(l))return null;if(O.isValidElement(l))return O.cloneElement(l,i);var p;if(bt(l)){if(p=O.createElement(l,i),O.isValidElement(p))return p}else p=yW(i);var y=xW(a),m=gt(i,!0);if(y&&(o==="insideStart"||o==="insideEnd"||o==="end"))return gW(i,p,m);var d=y?bW(i):_W(i);return O.createElement(pl,Os({className:At("recharts-label",f)},m,d,{breakAll:h}),p)}Re.displayName="Label";var yC=function(t){var r=t.cx,n=t.cy,i=t.angle,a=t.startAngle,o=t.endAngle,s=t.r,u=t.radius,l=t.innerRadius,c=t.outerRadius,f=t.x,h=t.y,p=t.top,y=t.left,m=t.width,d=t.height,g=t.clockWise,_=t.labelViewBox;if(_)return _;if(nt(m)&&nt(d)){if(nt(f)&&nt(h))return{x:f,y:h,width:m,height:d};if(nt(p)&&nt(y))return{x:p,y,width:m,height:d}}return nt(f)&&nt(h)?{x:f,y:h,width:0,height:0}:nt(r)&&nt(n)?{cx:r,cy:n,startAngle:a||i||0,endAngle:o||i||0,innerRadius:l||0,outerRadius:c||u||s||0,clockWise:g}:t.viewBox?t.viewBox:{}},wW=function(t,r){return t?t===!0?O.createElement(Re,{key:"label-implicit",viewBox:r}):be(t)?O.createElement(Re,{key:"label-implicit",viewBox:r,value:t}):O.isValidElement(t)?t.type===Re?O.cloneElement(t,{key:"label-implicit",viewBox:r}):O.createElement(Re,{key:"label-implicit",content:t,viewBox:r}):bt(t)?O.createElement(Re,{key:"label-implicit",content:t,viewBox:r}):Qa(t)?O.createElement(Re,Os({viewBox:r},t,{key:"label-implicit"})):null:null},SW=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!t||!t.children&&n&&!t.label)return null;var i=t.children,a=yC(t),o=tr(i,Re).map(function(u,l){return O.cloneElement(u,{viewBox:r||a,key:"label-".concat(l)})});if(!n)return o;var s=wW(t.label,r||a);return[s].concat(oW(o))};Re.parseViewBox=yC;Re.renderCallByParent=SW;var Ud,mS;function OW(){if(mS)return Ud;mS=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return Ud=e,Ud}var AW=OW();const PW=zt(AW);function As(e){"@babel/helpers - typeof";return As=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},As(e)}var TW=["valueAccessor"],EW=["data","dataKey","clockWise","id","textBreakAll"];function CW(e){return jW(e)||$W(e)||kW(e)||MW()}function MW(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
101
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function kW(e,t){if(e){if(typeof e=="string")return $y(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 $y(e,t)}}function $W(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function jW(e){if(Array.isArray(e))return $y(e)}function $y(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 bl(){return bl=Object.assign?Object.assign.bind():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},bl.apply(this,arguments)}function yS(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 vS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?yS(Object(r),!0).forEach(function(n){RW(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):yS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function RW(e,t,r){return t=DW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function DW(e){var t=IW(e,"string");return As(t)=="symbol"?t:t+""}function IW(e,t){if(As(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(As(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function gS(e,t){if(e==null)return{};var r=NW(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function NW(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var LW=function(t){return Array.isArray(t.value)?PW(t.value):t.value};function tn(e){var t=e.valueAccessor,r=t===void 0?LW:t,n=gS(e,TW),i=n.data,a=n.dataKey,o=n.clockWise,s=n.id,u=n.textBreakAll,l=gS(n,EW);return!i||!i.length?null:O.createElement(Rt,{className:"recharts-label-list"},i.map(function(c,f){var h=yt(a)?r(c,f):_e(c&&c.payload,a),p=yt(s)?{}:{id:"".concat(s,"-").concat(f)};return O.createElement(Re,bl({},gt(c,!0),l,p,{parentViewBox:c.parentViewBox,value:h,textBreakAll:u,viewBox:Re.parseViewBox(yt(o)?c:vS(vS({},c),{},{clockWise:o})),key:"label-".concat(f),index:f}))}))}tn.displayName="LabelList";function BW(e,t){return e?e===!0?O.createElement(tn,{key:"labelList-implicit",data:t}):O.isValidElement(e)||bt(e)?O.createElement(tn,{key:"labelList-implicit",data:t,content:e}):Qa(e)?O.createElement(tn,bl({data:t},e,{key:"labelList-implicit"})):null:null}function qW(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!e||!e.children&&r&&!e.label)return null;var n=e.children,i=tr(n,tn).map(function(o,s){return O.cloneElement(o,{data:t,key:"labelList-".concat(s)})});if(!r)return i;var a=BW(e.label,t);return[a].concat(CW(i))}tn.renderCallByParent=qW;function Ps(e){"@babel/helpers - typeof";return Ps=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},Ps(e)}function jy(){return jy=Object.assign?Object.assign.bind():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},jy.apply(this,arguments)}function bS(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 _S(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?bS(Object(r),!0).forEach(function(n){FW(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):bS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function FW(e,t,r){return t=zW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zW(e){var t=UW(e,"string");return Ps(t)=="symbol"?t:t+""}function UW(e,t){if(Ps(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ps(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var WW=function(t,r){var n=Lr(r-t),i=Math.min(Math.abs(r-t),359.999);return n*i},gu=function(t){var r=t.cx,n=t.cy,i=t.radius,a=t.angle,o=t.sign,s=t.isExternal,u=t.cornerRadius,l=t.cornerIsExternal,c=u*(s?1:-1)+i,f=Math.asin(u/c)/gl,h=l?a:a+o*f,p=Ee(r,n,c,h),y=Ee(r,n,i,h),m=l?a-o*f:a,d=Ee(r,n,c*Math.cos(f*gl),m);return{center:p,circleTangency:y,lineTangency:d,theta:f}},vC=function(t){var r=t.cx,n=t.cy,i=t.innerRadius,a=t.outerRadius,o=t.startAngle,s=t.endAngle,u=WW(o,s),l=o+u,c=Ee(r,n,a,o),f=Ee(r,n,a,l),h="M ".concat(c.x,",").concat(c.y,`
|
|
102
|
+
A `).concat(a,",").concat(a,`,0,
|
|
103
|
+
`).concat(+(Math.abs(u)>180),",").concat(+(o>l),`,
|
|
104
|
+
`).concat(f.x,",").concat(f.y,`
|
|
105
|
+
`);if(i>0){var p=Ee(r,n,i,o),y=Ee(r,n,i,l);h+="L ".concat(y.x,",").concat(y.y,`
|
|
106
|
+
A `).concat(i,",").concat(i,`,0,
|
|
107
|
+
`).concat(+(Math.abs(u)>180),",").concat(+(o<=l),`,
|
|
108
|
+
`).concat(p.x,",").concat(p.y," Z")}else h+="L ".concat(r,",").concat(n," Z");return h},GW=function(t){var r=t.cx,n=t.cy,i=t.innerRadius,a=t.outerRadius,o=t.cornerRadius,s=t.forceCornerRadius,u=t.cornerIsExternal,l=t.startAngle,c=t.endAngle,f=Lr(c-l),h=gu({cx:r,cy:n,radius:a,angle:l,sign:f,cornerRadius:o,cornerIsExternal:u}),p=h.circleTangency,y=h.lineTangency,m=h.theta,d=gu({cx:r,cy:n,radius:a,angle:c,sign:-f,cornerRadius:o,cornerIsExternal:u}),g=d.circleTangency,_=d.lineTangency,b=d.theta,x=u?Math.abs(l-c):Math.abs(l-c)-m-b;if(x<0)return s?"M ".concat(y.x,",").concat(y.y,`
|
|
109
|
+
a`).concat(o,",").concat(o,",0,0,1,").concat(o*2,`,0
|
|
110
|
+
a`).concat(o,",").concat(o,",0,0,1,").concat(-o*2,`,0
|
|
111
|
+
`):vC({cx:r,cy:n,innerRadius:i,outerRadius:a,startAngle:l,endAngle:c});var v="M ".concat(y.x,",").concat(y.y,`
|
|
112
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(p.x,",").concat(p.y,`
|
|
113
|
+
A`).concat(a,",").concat(a,",0,").concat(+(x>180),",").concat(+(f<0),",").concat(g.x,",").concat(g.y,`
|
|
114
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(_.x,",").concat(_.y,`
|
|
115
|
+
`);if(i>0){var w=gu({cx:r,cy:n,radius:i,angle:l,sign:f,isExternal:!0,cornerRadius:o,cornerIsExternal:u}),S=w.circleTangency,A=w.lineTangency,P=w.theta,C=gu({cx:r,cy:n,radius:i,angle:c,sign:-f,isExternal:!0,cornerRadius:o,cornerIsExternal:u}),T=C.circleTangency,E=C.lineTangency,M=C.theta,R=u?Math.abs(l-c):Math.abs(l-c)-P-M;if(R<0&&o===0)return"".concat(v,"L").concat(r,",").concat(n,"Z");v+="L".concat(E.x,",").concat(E.y,`
|
|
116
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(T.x,",").concat(T.y,`
|
|
117
|
+
A`).concat(i,",").concat(i,",0,").concat(+(R>180),",").concat(+(f>0),",").concat(S.x,",").concat(S.y,`
|
|
118
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(A.x,",").concat(A.y,"Z")}else v+="L".concat(r,",").concat(n,"Z");return v},HW={cx:0,cy:0,innerRadius:0,outerRadius:0,startAngle:0,endAngle:0,cornerRadius:0,forceCornerRadius:!1,cornerIsExternal:!1},gC=function(t){var r=_S(_S({},HW),t),n=r.cx,i=r.cy,a=r.innerRadius,o=r.outerRadius,s=r.cornerRadius,u=r.forceCornerRadius,l=r.cornerIsExternal,c=r.startAngle,f=r.endAngle,h=r.className;if(o<a||c===f)return null;var p=At("recharts-sector",h),y=o-a,m=ji(s,y,0,!0),d;return m>0&&Math.abs(c-f)<360?d=GW({cx:n,cy:i,innerRadius:a,outerRadius:o,cornerRadius:Math.min(m,y/2),forceCornerRadius:u,cornerIsExternal:l,startAngle:c,endAngle:f}):d=vC({cx:n,cy:i,innerRadius:a,outerRadius:o,startAngle:c,endAngle:f}),O.createElement("path",jy({},gt(r,!0),{className:p,d,role:"img"}))};function Ts(e){"@babel/helpers - typeof";return Ts=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},Ts(e)}function Ry(){return Ry=Object.assign?Object.assign.bind():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},Ry.apply(this,arguments)}function xS(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 wS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xS(Object(r),!0).forEach(function(n){KW(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function KW(e,t,r){return t=YW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function YW(e){var t=XW(e,"string");return Ts(t)=="symbol"?t:t+""}function XW(e,t){if(Ts(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ts(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var SS={curveBasisClosed:qD,curveBasisOpen:FD,curveBasis:BD,curveBumpX:AD,curveBumpY:PD,curveLinearClosed:UD,curveLinear:ec,curveMonotoneX:PP,curveMonotoneY:WD,curveNatural:GD,curveStep:HD,curveStepAfter:YD,curveStepBefore:KD},bu=function(t){return t.x===+t.x&&t.y===+t.y},bo=function(t){return t.x},_o=function(t){return t.y},VW=function(t,r){if(bt(t))return t;var n="curve".concat(pc(t));return(n==="curveMonotone"||n==="curveBump")&&r?SS["".concat(n).concat(r==="vertical"?"Y":"X")]:SS[n]||ec},ZW=function(t){var r=t.type,n=r===void 0?"linear":r,i=t.points,a=i===void 0?[]:i,o=t.baseLine,s=t.layout,u=t.connectNulls,l=u===void 0?!1:u,c=VW(n,s),f=l?a.filter(function(m){return bu(m)}):a,h;if(Array.isArray(o)){var p=l?o.filter(function(m){return bu(m)}):o,y=f.map(function(m,d){return wS(wS({},m),{},{base:p[d]})});return s==="vertical"?h=pi().y(_o).x1(bo).x0(function(m){return m.base.x}):h=pi().x(bo).y1(_o).y0(function(m){return m.base.y}),h.defined(bu).curve(c),h(y)}return s==="vertical"&&nt(o)?h=pi().y(_o).x1(bo).x0(o):nt(o)?h=pi().x(bo).y1(_o).y0(o):h=Yv().x(bo).y(_o),h.defined(bu).curve(c),h(f)},Ti=function(t){var r=t.className,n=t.points,i=t.path,a=t.pathRef;if((!n||!n.length)&&!i)return null;var o=n&&n.length?ZW(t):i;return Tr.createElement("path",Ry({},gt(t,!1),sl(t),{className:At("recharts-curve",r),d:o,ref:a}))},_u={exports:{}},xu={exports:{}},Lt={};/** @license React v16.13.1
|
|
119
|
+
* react-is.production.min.js
|
|
120
|
+
*
|
|
121
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
122
|
+
*
|
|
123
|
+
* This source code is licensed under the MIT license found in the
|
|
124
|
+
* LICENSE file in the root directory of this source tree.
|
|
125
|
+
*/var OS;function JW(){if(OS)return Lt;OS=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,a=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,d=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,_=e?Symbol.for("react.scope"):60119;function b(v){if(typeof v=="object"&&v!==null){var w=v.$$typeof;switch(w){case t:switch(v=v.type,v){case u:case l:case n:case a:case i:case f:return v;default:switch(v=v&&v.$$typeof,v){case s:case c:case y:case p:case o:return v;default:return w}}case r:return w}}}function x(v){return b(v)===l}return Lt.AsyncMode=u,Lt.ConcurrentMode=l,Lt.ContextConsumer=s,Lt.ContextProvider=o,Lt.Element=t,Lt.ForwardRef=c,Lt.Fragment=n,Lt.Lazy=y,Lt.Memo=p,Lt.Portal=r,Lt.Profiler=a,Lt.StrictMode=i,Lt.Suspense=f,Lt.isAsyncMode=function(v){return x(v)||b(v)===u},Lt.isConcurrentMode=x,Lt.isContextConsumer=function(v){return b(v)===s},Lt.isContextProvider=function(v){return b(v)===o},Lt.isElement=function(v){return typeof v=="object"&&v!==null&&v.$$typeof===t},Lt.isForwardRef=function(v){return b(v)===c},Lt.isFragment=function(v){return b(v)===n},Lt.isLazy=function(v){return b(v)===y},Lt.isMemo=function(v){return b(v)===p},Lt.isPortal=function(v){return b(v)===r},Lt.isProfiler=function(v){return b(v)===a},Lt.isStrictMode=function(v){return b(v)===i},Lt.isSuspense=function(v){return b(v)===f},Lt.isValidElementType=function(v){return typeof v=="string"||typeof v=="function"||v===n||v===l||v===a||v===i||v===f||v===h||typeof v=="object"&&v!==null&&(v.$$typeof===y||v.$$typeof===p||v.$$typeof===o||v.$$typeof===s||v.$$typeof===c||v.$$typeof===d||v.$$typeof===g||v.$$typeof===_||v.$$typeof===m)},Lt.typeOf=b,Lt}var Bt={};/** @license React v16.13.1
|
|
126
|
+
* react-is.development.js
|
|
127
|
+
*
|
|
128
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
129
|
+
*
|
|
130
|
+
* This source code is licensed under the MIT license found in the
|
|
131
|
+
* LICENSE file in the root directory of this source tree.
|
|
132
|
+
*/var AS;function QW(){return AS||(AS=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,a=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,d=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,_=e?Symbol.for("react.scope"):60119;function b(N){return typeof N=="string"||typeof N=="function"||N===n||N===l||N===a||N===i||N===f||N===h||typeof N=="object"&&N!==null&&(N.$$typeof===y||N.$$typeof===p||N.$$typeof===o||N.$$typeof===s||N.$$typeof===c||N.$$typeof===d||N.$$typeof===g||N.$$typeof===_||N.$$typeof===m)}function x(N){if(typeof N=="object"&&N!==null){var st=N.$$typeof;switch(st){case t:var K=N.type;switch(K){case u:case l:case n:case a:case i:case f:return K;default:var ot=K&&K.$$typeof;switch(ot){case s:case c:case y:case p:case o:return ot;default:return st}}case r:return st}}}var v=u,w=l,S=s,A=o,P=t,C=c,T=n,E=y,M=p,R=r,$=a,k=i,D=f,L=!1;function q(N){return L||(L=!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.")),I(N)||x(N)===u}function I(N){return x(N)===l}function j(N){return x(N)===s}function B(N){return x(N)===o}function W(N){return typeof N=="object"&&N!==null&&N.$$typeof===t}function G(N){return x(N)===c}function X(N){return x(N)===n}function Z(N){return x(N)===y}function J(N){return x(N)===p}function z(N){return x(N)===r}function F(N){return x(N)===a}function H(N){return x(N)===i}function Q(N){return x(N)===f}Bt.AsyncMode=v,Bt.ConcurrentMode=w,Bt.ContextConsumer=S,Bt.ContextProvider=A,Bt.Element=P,Bt.ForwardRef=C,Bt.Fragment=T,Bt.Lazy=E,Bt.Memo=M,Bt.Portal=R,Bt.Profiler=$,Bt.StrictMode=k,Bt.Suspense=D,Bt.isAsyncMode=q,Bt.isConcurrentMode=I,Bt.isContextConsumer=j,Bt.isContextProvider=B,Bt.isElement=W,Bt.isForwardRef=G,Bt.isFragment=X,Bt.isLazy=Z,Bt.isMemo=J,Bt.isPortal=z,Bt.isProfiler=F,Bt.isStrictMode=H,Bt.isSuspense=Q,Bt.isValidElementType=b,Bt.typeOf=x})()),Bt}var PS;function bC(){return PS||(PS=1,process.env.NODE_ENV==="production"?xu.exports=JW():xu.exports=QW()),xu.exports}/*
|
|
133
|
+
object-assign
|
|
134
|
+
(c) Sindre Sorhus
|
|
135
|
+
@license MIT
|
|
136
|
+
*/var Wd,TS;function t8(){if(TS)return Wd;TS=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(a){if(a==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}function i(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de",Object.getOwnPropertyNames(a)[0]==="5")return!1;for(var o={},s=0;s<10;s++)o["_"+String.fromCharCode(s)]=s;var u=Object.getOwnPropertyNames(o).map(function(c){return o[c]});if(u.join("")!=="0123456789")return!1;var l={};return"abcdefghijklmnopqrst".split("").forEach(function(c){l[c]=c}),Object.keys(Object.assign({},l)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Wd=i()?Object.assign:function(a,o){for(var s,u=n(a),l,c=1;c<arguments.length;c++){s=Object(arguments[c]);for(var f in s)t.call(s,f)&&(u[f]=s[f]);if(e){l=e(s);for(var h=0;h<l.length;h++)r.call(s,l[h])&&(u[l[h]]=s[l[h]])}}return u},Wd}var Gd,ES;function Wg(){if(ES)return Gd;ES=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return Gd=e,Gd}var Hd,CS;function _C(){return CS||(CS=1,Hd=Function.call.bind(Object.prototype.hasOwnProperty)),Hd}var Kd,MS;function e8(){if(MS)return Kd;MS=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Wg(),r={},n=_C();e=function(a){var o="Warning: "+a;typeof console<"u"&&console.error(o);try{throw new Error(o)}catch{}}}function i(a,o,s,u,l){if(process.env.NODE_ENV!=="production"){for(var c in a)if(n(a,c)){var f;try{if(typeof a[c]!="function"){var h=Error((u||"React class")+": "+s+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw h.name="Invariant Violation",h}f=a[c](o,c,u,s,null,t)}catch(y){f=y}if(f&&!(f instanceof Error)&&e((u||"React class")+": type specification of "+s+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in r)){r[f.message]=!0;var p=l?l():"";e("Failed "+s+" type: "+f.message+(p??""))}}}}return i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},Kd=i,Kd}var Yd,kS;function r8(){if(kS)return Yd;kS=1;var e=bC(),t=t8(),r=Wg(),n=_C(),i=e8(),a=function(){};process.env.NODE_ENV!=="production"&&(a=function(s){var u="Warning: "+s;typeof console<"u"&&console.error(u);try{throw new Error(u)}catch{}});function o(){return null}return Yd=function(s,u){var l=typeof Symbol=="function"&&Symbol.iterator,c="@@iterator";function f(I){var j=I&&(l&&I[l]||I[c]);if(typeof j=="function")return j}var h="<<anonymous>>",p={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:_(),arrayOf:b,element:x(),elementType:v(),instanceOf:w,node:C(),objectOf:A,oneOf:S,oneOfType:P,shape:E,exact:M};function y(I,j){return I===j?I!==0||1/I===1/j:I!==I&&j!==j}function m(I,j){this.message=I,this.data=j&&typeof j=="object"?j:{},this.stack=""}m.prototype=Error.prototype;function d(I){if(process.env.NODE_ENV!=="production")var j={},B=0;function W(X,Z,J,z,F,H,Q){if(z=z||h,H=H||J,Q!==r){if(u){var N=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 N.name="Invariant Violation",N}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var st=z+":"+J;!j[st]&&B<3&&(a("You are manually calling a React.PropTypes validation function for the `"+H+"` prop on `"+z+"`. 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."),j[st]=!0,B++)}}return Z[J]==null?X?Z[J]===null?new m("The "+F+" `"+H+"` is marked as required "+("in `"+z+"`, but its value is `null`.")):new m("The "+F+" `"+H+"` is marked as required in "+("`"+z+"`, but its value is `undefined`.")):null:I(Z,J,z,F,H)}var G=W.bind(null,!1);return G.isRequired=W.bind(null,!0),G}function g(I){function j(B,W,G,X,Z,J){var z=B[W],F=k(z);if(F!==I){var H=D(z);return new m("Invalid "+X+" `"+Z+"` of type "+("`"+H+"` supplied to `"+G+"`, expected ")+("`"+I+"`."),{expectedType:I})}return null}return d(j)}function _(){return d(o)}function b(I){function j(B,W,G,X,Z){if(typeof I!="function")return new m("Property `"+Z+"` of component `"+G+"` has invalid PropType notation inside arrayOf.");var J=B[W];if(!Array.isArray(J)){var z=k(J);return new m("Invalid "+X+" `"+Z+"` of type "+("`"+z+"` supplied to `"+G+"`, expected an array."))}for(var F=0;F<J.length;F++){var H=I(J,F,G,X,Z+"["+F+"]",r);if(H instanceof Error)return H}return null}return d(j)}function x(){function I(j,B,W,G,X){var Z=j[B];if(!s(Z)){var J=k(Z);return new m("Invalid "+G+" `"+X+"` of type "+("`"+J+"` supplied to `"+W+"`, expected a single ReactElement."))}return null}return d(I)}function v(){function I(j,B,W,G,X){var Z=j[B];if(!e.isValidElementType(Z)){var J=k(Z);return new m("Invalid "+G+" `"+X+"` of type "+("`"+J+"` supplied to `"+W+"`, expected a single ReactElement type."))}return null}return d(I)}function w(I){function j(B,W,G,X,Z){if(!(B[W]instanceof I)){var J=I.name||h,z=q(B[W]);return new m("Invalid "+X+" `"+Z+"` of type "+("`"+z+"` supplied to `"+G+"`, expected ")+("instance of `"+J+"`."))}return null}return d(j)}function S(I){if(!Array.isArray(I))return process.env.NODE_ENV!=="production"&&(arguments.length>1?a("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])."):a("Invalid argument supplied to oneOf, expected an array.")),o;function j(B,W,G,X,Z){for(var J=B[W],z=0;z<I.length;z++)if(y(J,I[z]))return null;var F=JSON.stringify(I,function(Q,N){var st=D(N);return st==="symbol"?String(N):N});return new m("Invalid "+X+" `"+Z+"` of value `"+String(J)+"` "+("supplied to `"+G+"`, expected one of "+F+"."))}return d(j)}function A(I){function j(B,W,G,X,Z){if(typeof I!="function")return new m("Property `"+Z+"` of component `"+G+"` has invalid PropType notation inside objectOf.");var J=B[W],z=k(J);if(z!=="object")return new m("Invalid "+X+" `"+Z+"` of type "+("`"+z+"` supplied to `"+G+"`, expected an object."));for(var F in J)if(n(J,F)){var H=I(J,F,G,X,Z+"."+F,r);if(H instanceof Error)return H}return null}return d(j)}function P(I){if(!Array.isArray(I))return process.env.NODE_ENV!=="production"&&a("Invalid argument supplied to oneOfType, expected an instance of array."),o;for(var j=0;j<I.length;j++){var B=I[j];if(typeof B!="function")return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+L(B)+" at index "+j+"."),o}function W(G,X,Z,J,z){for(var F=[],H=0;H<I.length;H++){var Q=I[H],N=Q(G,X,Z,J,z,r);if(N==null)return null;N.data&&n(N.data,"expectedType")&&F.push(N.data.expectedType)}var st=F.length>0?", expected one of type ["+F.join(", ")+"]":"";return new m("Invalid "+J+" `"+z+"` supplied to "+("`"+Z+"`"+st+"."))}return d(W)}function C(){function I(j,B,W,G,X){return R(j[B])?null:new m("Invalid "+G+" `"+X+"` supplied to "+("`"+W+"`, expected a ReactNode."))}return d(I)}function T(I,j,B,W,G){return new m((I||"React class")+": "+j+" type `"+B+"."+W+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+G+"`.")}function E(I){function j(B,W,G,X,Z){var J=B[W],z=k(J);if(z!=="object")return new m("Invalid "+X+" `"+Z+"` of type `"+z+"` "+("supplied to `"+G+"`, expected `object`."));for(var F in I){var H=I[F];if(typeof H!="function")return T(G,X,Z,F,D(H));var Q=H(J,F,G,X,Z+"."+F,r);if(Q)return Q}return null}return d(j)}function M(I){function j(B,W,G,X,Z){var J=B[W],z=k(J);if(z!=="object")return new m("Invalid "+X+" `"+Z+"` of type `"+z+"` "+("supplied to `"+G+"`, expected `object`."));var F=t({},B[W],I);for(var H in F){var Q=I[H];if(n(I,H)&&typeof Q!="function")return T(G,X,Z,H,D(Q));if(!Q)return new m("Invalid "+X+" `"+Z+"` key `"+H+"` supplied to `"+G+"`.\nBad object: "+JSON.stringify(B[W],null," ")+`
|
|
137
|
+
Valid keys: `+JSON.stringify(Object.keys(I),null," "));var N=Q(J,H,G,X,Z+"."+H,r);if(N)return N}return null}return d(j)}function R(I){switch(typeof I){case"number":case"string":case"undefined":return!0;case"boolean":return!I;case"object":if(Array.isArray(I))return I.every(R);if(I===null||s(I))return!0;var j=f(I);if(j){var B=j.call(I),W;if(j!==I.entries){for(;!(W=B.next()).done;)if(!R(W.value))return!1}else for(;!(W=B.next()).done;){var G=W.value;if(G&&!R(G[1]))return!1}}else return!1;return!0;default:return!1}}function $(I,j){return I==="symbol"?!0:j?j["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&j instanceof Symbol:!1}function k(I){var j=typeof I;return Array.isArray(I)?"array":I instanceof RegExp?"object":$(j,I)?"symbol":j}function D(I){if(typeof I>"u"||I===null)return""+I;var j=k(I);if(j==="object"){if(I instanceof Date)return"date";if(I instanceof RegExp)return"regexp"}return j}function L(I){var j=D(I);switch(j){case"array":case"object":return"an "+j;case"boolean":case"date":case"regexp":return"a "+j;default:return j}}function q(I){return!I.constructor||!I.constructor.name?h:I.constructor.name}return p.checkPropTypes=i,p.resetWarningCache=i.resetWarningCache,p.PropTypes=p,p},Yd}var Xd,$S;function n8(){if($S)return Xd;$S=1;var e=Wg();function t(){}function r(){}return r.resetWarningCache=t,Xd=function(){function n(o,s,u,l,c,f){if(f!==e){var h=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 h.name="Invariant Violation",h}}n.isRequired=n;function i(){return n}var a={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 a.PropTypes=a,a},Xd}var jS;function i8(){if(jS)return _u.exports;if(jS=1,process.env.NODE_ENV!=="production"){var e=bC(),t=!0;_u.exports=r8()(e.isElement,t)}else _u.exports=n8()();return _u.exports}var a8=i8();const qt=zt(a8);var o8=Object.getOwnPropertyNames,s8=Object.getOwnPropertySymbols,u8=Object.prototype.hasOwnProperty;function RS(e,t){return function(n,i,a){return e(n,i,a)&&t(n,i,a)}}function wu(e){return function(r,n,i){if(!r||!n||typeof r!="object"||typeof n!="object")return e(r,n,i);var a=i.cache,o=a.get(r),s=a.get(n);if(o&&s)return o===n&&s===r;a.set(r,n),a.set(n,r);var u=e(r,n,i);return a.delete(r),a.delete(n),u}}function l8(e){return e!=null?e[Symbol.toStringTag]:void 0}function DS(e){return o8(e).concat(s8(e))}var c8=Object.hasOwn||(function(e,t){return u8.call(e,t)});function Wi(e,t){return e===t||!e&&!t&&e!==e&&t!==t}var f8="__v",h8="__o",p8="_owner",IS=Object.getOwnPropertyDescriptor,NS=Object.keys;function d8(e,t,r){var n=e.length;if(t.length!==n)return!1;for(;n-- >0;)if(!r.equals(e[n],t[n],n,n,e,t,r))return!1;return!0}function m8(e,t){return Wi(e.getTime(),t.getTime())}function y8(e,t){return e.name===t.name&&e.message===t.message&&e.cause===t.cause&&e.stack===t.stack}function v8(e,t){return e===t}function LS(e,t,r){var n=e.size;if(n!==t.size)return!1;if(!n)return!0;for(var i=new Array(n),a=e.entries(),o,s,u=0;(o=a.next())&&!o.done;){for(var l=t.entries(),c=!1,f=0;(s=l.next())&&!s.done;){if(i[f]){f++;continue}var h=o.value,p=s.value;if(r.equals(h[0],p[0],u,f,e,t,r)&&r.equals(h[1],p[1],h[0],p[0],e,t,r)){c=i[f]=!0;break}f++}if(!c)return!1;u++}return!0}var g8=Wi;function b8(e,t,r){var n=NS(e),i=n.length;if(NS(t).length!==i)return!1;for(;i-- >0;)if(!xC(e,t,r,n[i]))return!1;return!0}function xo(e,t,r){var n=DS(e),i=n.length;if(DS(t).length!==i)return!1;for(var a,o,s;i-- >0;)if(a=n[i],!xC(e,t,r,a)||(o=IS(e,a),s=IS(t,a),(o||s)&&(!o||!s||o.configurable!==s.configurable||o.enumerable!==s.enumerable||o.writable!==s.writable)))return!1;return!0}function _8(e,t){return Wi(e.valueOf(),t.valueOf())}function x8(e,t){return e.source===t.source&&e.flags===t.flags}function BS(e,t,r){var n=e.size;if(n!==t.size)return!1;if(!n)return!0;for(var i=new Array(n),a=e.values(),o,s;(o=a.next())&&!o.done;){for(var u=t.values(),l=!1,c=0;(s=u.next())&&!s.done;){if(!i[c]&&r.equals(o.value,s.value,o.value,s.value,e,t,r)){l=i[c]=!0;break}c++}if(!l)return!1}return!0}function w8(e,t){var r=e.length;if(t.length!==r)return!1;for(;r-- >0;)if(e[r]!==t[r])return!1;return!0}function S8(e,t){return e.hostname===t.hostname&&e.pathname===t.pathname&&e.protocol===t.protocol&&e.port===t.port&&e.hash===t.hash&&e.username===t.username&&e.password===t.password}function xC(e,t,r,n){return(n===p8||n===h8||n===f8)&&(e.$$typeof||t.$$typeof)?!0:c8(t,n)&&r.equals(e[n],t[n],n,n,e,t,r)}var O8="[object Arguments]",A8="[object Boolean]",P8="[object Date]",T8="[object Error]",E8="[object Map]",C8="[object Number]",M8="[object Object]",k8="[object RegExp]",$8="[object Set]",j8="[object String]",R8="[object URL]",D8=Array.isArray,qS=typeof ArrayBuffer=="function"&&ArrayBuffer.isView?ArrayBuffer.isView:null,FS=Object.assign,I8=Object.prototype.toString.call.bind(Object.prototype.toString);function N8(e){var t=e.areArraysEqual,r=e.areDatesEqual,n=e.areErrorsEqual,i=e.areFunctionsEqual,a=e.areMapsEqual,o=e.areNumbersEqual,s=e.areObjectsEqual,u=e.arePrimitiveWrappersEqual,l=e.areRegExpsEqual,c=e.areSetsEqual,f=e.areTypedArraysEqual,h=e.areUrlsEqual,p=e.unknownTagComparators;return function(m,d,g){if(m===d)return!0;if(m==null||d==null)return!1;var _=typeof m;if(_!==typeof d)return!1;if(_!=="object")return _==="number"?o(m,d,g):_==="function"?i(m,d,g):!1;var b=m.constructor;if(b!==d.constructor)return!1;if(b===Object)return s(m,d,g);if(D8(m))return t(m,d,g);if(qS!=null&&qS(m))return f(m,d,g);if(b===Date)return r(m,d,g);if(b===RegExp)return l(m,d,g);if(b===Map)return a(m,d,g);if(b===Set)return c(m,d,g);var x=I8(m);if(x===P8)return r(m,d,g);if(x===k8)return l(m,d,g);if(x===E8)return a(m,d,g);if(x===$8)return c(m,d,g);if(x===M8)return typeof m.then!="function"&&typeof d.then!="function"&&s(m,d,g);if(x===R8)return h(m,d,g);if(x===T8)return n(m,d,g);if(x===O8)return s(m,d,g);if(x===A8||x===C8||x===j8)return u(m,d,g);if(p){var v=p[x];if(!v){var w=l8(m);w&&(v=p[w])}if(v)return v(m,d,g)}return!1}}function L8(e){var t=e.circular,r=e.createCustomConfig,n=e.strict,i={areArraysEqual:n?xo:d8,areDatesEqual:m8,areErrorsEqual:y8,areFunctionsEqual:v8,areMapsEqual:n?RS(LS,xo):LS,areNumbersEqual:g8,areObjectsEqual:n?xo:b8,arePrimitiveWrappersEqual:_8,areRegExpsEqual:x8,areSetsEqual:n?RS(BS,xo):BS,areTypedArraysEqual:n?xo:w8,areUrlsEqual:S8,unknownTagComparators:void 0};if(r&&(i=FS({},i,r(i))),t){var a=wu(i.areArraysEqual),o=wu(i.areMapsEqual),s=wu(i.areObjectsEqual),u=wu(i.areSetsEqual);i=FS({},i,{areArraysEqual:a,areMapsEqual:o,areObjectsEqual:s,areSetsEqual:u})}return i}function B8(e){return function(t,r,n,i,a,o,s){return e(t,r,s)}}function q8(e){var t=e.circular,r=e.comparator,n=e.createState,i=e.equals,a=e.strict;if(n)return function(u,l){var c=n(),f=c.cache,h=f===void 0?t?new WeakMap:void 0:f,p=c.meta;return r(u,l,{cache:h,equals:i,meta:p,strict:a})};if(t)return function(u,l){return r(u,l,{cache:new WeakMap,equals:i,meta:void 0,strict:a})};var o={cache:void 0,equals:i,meta:void 0,strict:a};return function(u,l){return r(u,l,o)}}var F8=ti();ti({strict:!0});ti({circular:!0});ti({circular:!0,strict:!0});ti({createInternalComparator:function(){return Wi}});ti({strict:!0,createInternalComparator:function(){return Wi}});ti({circular:!0,createInternalComparator:function(){return Wi}});ti({circular:!0,createInternalComparator:function(){return Wi},strict:!0});function ti(e){e===void 0&&(e={});var t=e.circular,r=t===void 0?!1:t,n=e.createInternalComparator,i=e.createState,a=e.strict,o=a===void 0?!1:a,s=L8(e),u=N8(s),l=n?n(u):B8(u);return q8({circular:r,comparator:u,createState:i,equals:l,strict:o})}function z8(e){typeof requestAnimationFrame<"u"&&requestAnimationFrame(e)}function zS(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=-1,n=function i(a){r<0&&(r=a),a-r>t?(e(a),r=-1):z8(i)};requestAnimationFrame(n)}function Dy(e){"@babel/helpers - typeof";return Dy=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},Dy(e)}function U8(e){return K8(e)||H8(e)||G8(e)||W8()}function W8(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
138
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function G8(e,t){if(e){if(typeof e=="string")return US(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 US(e,t)}}function US(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 H8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function K8(e){if(Array.isArray(e))return e}function Y8(){var e={},t=function(){return null},r=!1,n=function i(a){if(!r){if(Array.isArray(a)){if(!a.length)return;var o=a,s=U8(o),u=s[0],l=s.slice(1);if(typeof u=="number"){zS(i.bind(null,l),u);return}i(u),zS(i.bind(null,l));return}Dy(a)==="object"&&(e=a,t(e)),typeof a=="function"&&a()}};return{stop:function(){r=!0},start:function(a){r=!1,n(a)},subscribe:function(a){return t=a,function(){t=function(){return null}}}}}function Es(e){"@babel/helpers - typeof";return Es=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},Es(e)}function WS(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 GS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?WS(Object(r),!0).forEach(function(n){wC(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):WS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function wC(e,t,r){return t=X8(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function X8(e){var t=V8(e,"string");return Es(t)==="symbol"?t:String(t)}function V8(e,t){if(Es(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Es(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Z8=function(t,r){return[Object.keys(t),Object.keys(r)].reduce(function(n,i){return n.filter(function(a){return i.includes(a)})})},J8=function(t){return t},Q8=function(t){return t.replace(/([A-Z])/g,function(r){return"-".concat(r.toLowerCase())})},Uo=function(t,r){return Object.keys(r).reduce(function(n,i){return GS(GS({},n),{},wC({},i,t(i,r[i])))},{})},HS=function(t,r,n){return t.map(function(i){return"".concat(Q8(i)," ").concat(r,"ms ").concat(n)}).join(",")},tG=process.env.NODE_ENV!=="production",_l=function(t,r,n,i,a,o,s,u){if(tG&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,i,a,o,s,u],c=0;console.warn(r.replace(/%s/g,function(){return l[c++]}))}};function eG(e,t){return iG(e)||nG(e,t)||SC(e,t)||rG()}function rG(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
139
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function nG(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function iG(e){if(Array.isArray(e))return e}function aG(e){return uG(e)||sG(e)||SC(e)||oG()}function oG(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
140
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function SC(e,t){if(e){if(typeof e=="string")return Iy(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 Iy(e,t)}}function sG(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function uG(e){if(Array.isArray(e))return Iy(e)}function Iy(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}var xl=1e-4,OC=function(t,r){return[0,3*t,3*r-6*t,3*t-3*r+1]},AC=function(t,r){return t.map(function(n,i){return n*Math.pow(r,i)}).reduce(function(n,i){return n+i})},KS=function(t,r){return function(n){var i=OC(t,r);return AC(i,n)}},lG=function(t,r){return function(n){var i=OC(t,r),a=[].concat(aG(i.map(function(o,s){return o*s}).slice(1)),[0]);return AC(a,n)}},YS=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var i=r[0],a=r[1],o=r[2],s=r[3];if(r.length===1)switch(r[0]){case"linear":i=0,a=0,o=1,s=1;break;case"ease":i=.25,a=.1,o=.25,s=1;break;case"ease-in":i=.42,a=0,o=1,s=1;break;case"ease-out":i=.42,a=0,o=.58,s=1;break;case"ease-in-out":i=0,a=0,o=.58,s=1;break;default:{var u=r[0].split("(");if(u[0]==="cubic-bezier"&&u[1].split(")")[0].split(",").length===4){var l=u[1].split(")")[0].split(",").map(function(d){return parseFloat(d)}),c=eG(l,4);i=c[0],a=c[1],o=c[2],s=c[3]}else _l(!1,"[configBezier]: arguments should be one of oneOf 'linear', 'ease', 'ease-in', 'ease-out', 'ease-in-out','cubic-bezier(x1,y1,x2,y2)', instead received %s",r)}}_l([i,o,a,s].every(function(d){return typeof d=="number"&&d>=0&&d<=1}),"[configBezier]: arguments should be x1, y1, x2, y2 of [0, 1] instead received %s",r);var f=KS(i,o),h=KS(a,s),p=lG(i,o),y=function(g){return g>1?1:g<0?0:g},m=function(g){for(var _=g>1?1:g,b=_,x=0;x<8;++x){var v=f(b)-_,w=p(b);if(Math.abs(v-_)<xl||w<xl)return h(b);b=y(b-v/w)}return h(b)};return m.isStepper=!1,m},cG=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.stiff,n=r===void 0?100:r,i=t.damping,a=i===void 0?8:i,o=t.dt,s=o===void 0?17:o,u=function(c,f,h){var p=-(c-f)*n,y=h*a,m=h+(p-y)*s/1e3,d=h*s/1e3+c;return Math.abs(d-f)<xl&&Math.abs(m)<xl?[f,0]:[d,m]};return u.isStepper=!0,u.dt=s,u},fG=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var i=r[0];if(typeof i=="string")switch(i){case"ease":case"ease-in-out":case"ease-out":case"ease-in":case"linear":return YS(i);case"spring":return cG();default:if(i.split("(")[0]==="cubic-bezier")return YS(i);_l(!1,"[configEasing]: first argument should be one of 'ease', 'ease-in', 'ease-out', 'ease-in-out','cubic-bezier(x1,y1,x2,y2)', 'linear' and 'spring', instead received %s",r)}return typeof i=="function"?i:(_l(!1,"[configEasing]: first argument type should be function or string, instead received %s",r),null)};function Cs(e){"@babel/helpers - typeof";return Cs=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},Cs(e)}function XS(e){return dG(e)||pG(e)||PC(e)||hG()}function hG(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
141
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function pG(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function dG(e){if(Array.isArray(e))return Ly(e)}function VS(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 Te(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?VS(Object(r),!0).forEach(function(n){Ny(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):VS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Ny(e,t,r){return t=mG(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function mG(e){var t=yG(e,"string");return Cs(t)==="symbol"?t:String(t)}function yG(e,t){if(Cs(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Cs(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function vG(e,t){return _G(e)||bG(e,t)||PC(e,t)||gG()}function gG(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
142
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function PC(e,t){if(e){if(typeof e=="string")return Ly(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 Ly(e,t)}}function Ly(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 bG(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function _G(e){if(Array.isArray(e))return e}var wl=function(t,r,n){return t+(r-t)*n},By=function(t){var r=t.from,n=t.to;return r!==n},xG=function e(t,r,n){var i=Uo(function(a,o){if(By(o)){var s=t(o.from,o.to,o.velocity),u=vG(s,2),l=u[0],c=u[1];return Te(Te({},o),{},{from:l,velocity:c})}return o},r);return n<1?Uo(function(a,o){return By(o)?Te(Te({},o),{},{velocity:wl(o.velocity,i[a].velocity,n),from:wl(o.from,i[a].from,n)}):o},r):e(t,i,n-1)};const wG=(function(e,t,r,n,i){var a=Z8(e,t),o=a.reduce(function(d,g){return Te(Te({},d),{},Ny({},g,[e[g],t[g]]))},{}),s=a.reduce(function(d,g){return Te(Te({},d),{},Ny({},g,{from:e[g],velocity:0,to:t[g]}))},{}),u=-1,l,c,f=function(){return null},h=function(){return Uo(function(g,_){return _.from},s)},p=function(){return!Object.values(s).filter(By).length},y=function(g){l||(l=g);var _=g-l,b=_/r.dt;s=xG(r,s,b),i(Te(Te(Te({},e),t),h())),l=g,p()||(u=requestAnimationFrame(f))},m=function(g){c||(c=g);var _=(g-c)/n,b=Uo(function(v,w){return wl.apply(void 0,XS(w).concat([r(_)]))},o);if(i(Te(Te(Te({},e),t),b)),_<1)u=requestAnimationFrame(f);else{var x=Uo(function(v,w){return wl.apply(void 0,XS(w).concat([r(1)]))},o);i(Te(Te(Te({},e),t),x))}};return f=r.isStepper?y:m,function(){return requestAnimationFrame(f),function(){cancelAnimationFrame(u)}}});function $a(e){"@babel/helpers - typeof";return $a=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},$a(e)}var SG=["children","begin","duration","attributeName","easing","isActive","steps","from","to","canBegin","onAnimationEnd","shouldReAnimate","onAnimationReStart"];function OG(e,t){if(e==null)return{};var r=AG(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function AG(e,t){if(e==null)return{};var r={},n=Object.keys(e),i,a;for(a=0;a<n.length;a++)i=n[a],!(t.indexOf(i)>=0)&&(r[i]=e[i]);return r}function Vd(e){return CG(e)||EG(e)||TG(e)||PG()}function PG(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
143
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function TG(e,t){if(e){if(typeof e=="string")return qy(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 qy(e,t)}}function EG(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function CG(e){if(Array.isArray(e))return qy(e)}function qy(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 ZS(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 $r(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ZS(Object(r),!0).forEach(function(n){ko(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ZS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ko(e,t,r){return t=TC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function MG(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function kG(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,TC(n.key),n)}}function $G(e,t,r){return t&&kG(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function TC(e){var t=jG(e,"string");return $a(t)==="symbol"?t:String(t)}function jG(e,t){if($a(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if($a(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function RG(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Fy(e,t)}function Fy(e,t){return Fy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Fy(e,t)}function DG(e){var t=IG();return function(){var n=Sl(e),i;if(t){var a=Sl(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return zy(this,i)}}function zy(e,t){if(t&&($a(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Uy(e)}function Uy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function IG(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Sl(e){return Sl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Sl(e)}var Br=(function(e){RG(r,e);var t=DG(r);function r(n,i){var a;MG(this,r),a=t.call(this,n,i);var o=a.props,s=o.isActive,u=o.attributeName,l=o.from,c=o.to,f=o.steps,h=o.children,p=o.duration;if(a.handleStyleChange=a.handleStyleChange.bind(Uy(a)),a.changeStyle=a.changeStyle.bind(Uy(a)),!s||p<=0)return a.state={style:{}},typeof h=="function"&&(a.state={style:c}),zy(a);if(f&&f.length)a.state={style:f[0].style};else if(l){if(typeof h=="function")return a.state={style:l},zy(a);a.state={style:u?ko({},u,l):l}}else a.state={style:{}};return a}return $G(r,[{key:"componentDidMount",value:function(){var i=this.props,a=i.isActive,o=i.canBegin;this.mounted=!0,!(!a||!o)&&this.runAnimation(this.props)}},{key:"componentDidUpdate",value:function(i){var a=this.props,o=a.isActive,s=a.canBegin,u=a.attributeName,l=a.shouldReAnimate,c=a.to,f=a.from,h=this.state.style;if(s){if(!o){var p={style:u?ko({},u,c):c};this.state&&h&&(u&&h[u]!==c||!u&&h!==c)&&this.setState(p);return}if(!(F8(i.to,c)&&i.canBegin&&i.isActive)){var y=!i.canBegin||!i.isActive;this.manager&&this.manager.stop(),this.stopJSAnimation&&this.stopJSAnimation();var m=y||l?f:i.to;if(this.state&&h){var d={style:u?ko({},u,m):m};(u&&h[u]!==m||!u&&h!==m)&&this.setState(d)}this.runAnimation($r($r({},this.props),{},{from:m,begin:0}))}}}},{key:"componentWillUnmount",value:function(){this.mounted=!1;var i=this.props.onAnimationEnd;this.unSubscribe&&this.unSubscribe(),this.manager&&(this.manager.stop(),this.manager=null),this.stopJSAnimation&&this.stopJSAnimation(),i&&i()}},{key:"handleStyleChange",value:function(i){this.changeStyle(i)}},{key:"changeStyle",value:function(i){this.mounted&&this.setState({style:i})}},{key:"runJSAnimation",value:function(i){var a=this,o=i.from,s=i.to,u=i.duration,l=i.easing,c=i.begin,f=i.onAnimationEnd,h=i.onAnimationStart,p=wG(o,s,fG(l),u,this.changeStyle),y=function(){a.stopJSAnimation=p()};this.manager.start([h,c,y,u,f])}},{key:"runStepAnimation",value:function(i){var a=this,o=i.steps,s=i.begin,u=i.onAnimationStart,l=o[0],c=l.style,f=l.duration,h=f===void 0?0:f,p=function(m,d,g){if(g===0)return m;var _=d.duration,b=d.easing,x=b===void 0?"ease":b,v=d.style,w=d.properties,S=d.onAnimationEnd,A=g>0?o[g-1]:d,P=w||Object.keys(v);if(typeof x=="function"||x==="spring")return[].concat(Vd(m),[a.runJSAnimation.bind(a,{from:A.style,to:v,duration:_,easing:x}),_]);var C=HS(P,_,x),T=$r($r($r({},A.style),v),{},{transition:C});return[].concat(Vd(m),[T,_,S]).filter(J8)};return this.manager.start([u].concat(Vd(o.reduce(p,[c,Math.max(h,s)])),[i.onAnimationEnd]))}},{key:"runAnimation",value:function(i){this.manager||(this.manager=Y8());var a=i.begin,o=i.duration,s=i.attributeName,u=i.to,l=i.easing,c=i.onAnimationStart,f=i.onAnimationEnd,h=i.steps,p=i.children,y=this.manager;if(this.unSubscribe=y.subscribe(this.handleStyleChange),typeof l=="function"||typeof p=="function"||l==="spring"){this.runJSAnimation(i);return}if(h.length>1){this.runStepAnimation(i);return}var m=s?ko({},s,u):u,d=HS(Object.keys(m),o,l);y.start([c,a,$r($r({},m),{},{transition:d}),o,f])}},{key:"render",value:function(){var i=this.props,a=i.children;i.begin;var o=i.duration;i.attributeName,i.easing;var s=i.isActive;i.steps,i.from,i.to,i.canBegin,i.onAnimationEnd,i.shouldReAnimate,i.onAnimationReStart;var u=OG(i,SG),l=O.Children.count(a),c=this.state.style;if(typeof a=="function")return a(c);if(!s||l===0||o<=0)return a;var f=function(p){var y=p.props,m=y.style,d=m===void 0?{}:m,g=y.className,_=O.cloneElement(p,$r($r({},u),{},{style:$r($r({},d),c),className:g}));return _};return l===1?f(O.Children.only(a)):O.createElement("div",null,O.Children.map(a,function(h){return f(h)}))}}]),r})(O.PureComponent);Br.displayName="Animate";Br.defaultProps={begin:0,duration:1e3,from:"",to:"",attributeName:"",easing:"ease",isActive:!0,canBegin:!0,steps:[],onAnimationEnd:function(){},onAnimationStart:function(){}};Br.propTypes={from:qt.oneOfType([qt.object,qt.string]),to:qt.oneOfType([qt.object,qt.string]),attributeName:qt.string,duration:qt.number,begin:qt.number,easing:qt.oneOfType([qt.string,qt.func]),steps:qt.arrayOf(qt.shape({duration:qt.number.isRequired,style:qt.object.isRequired,easing:qt.oneOfType([qt.oneOf(["ease","ease-in","ease-out","ease-in-out","linear"]),qt.func]),properties:qt.arrayOf("string"),onAnimationEnd:qt.func})),children:qt.oneOfType([qt.node,qt.func]),isActive:qt.bool,canBegin:qt.bool,onAnimationEnd:qt.func,shouldReAnimate:qt.bool,onAnimationStart:qt.func,onAnimationReStart:qt.func};function Ms(e){"@babel/helpers - typeof";return Ms=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},Ms(e)}function Ol(){return Ol=Object.assign?Object.assign.bind():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},Ol.apply(this,arguments)}function NG(e,t){return FG(e)||qG(e,t)||BG(e,t)||LG()}function LG(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
144
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function BG(e,t){if(e){if(typeof e=="string")return JS(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 JS(e,t)}}function JS(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 qG(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function FG(e){if(Array.isArray(e))return e}function QS(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 tO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?QS(Object(r),!0).forEach(function(n){zG(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):QS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function zG(e,t,r){return t=UG(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function UG(e){var t=WG(e,"string");return Ms(t)=="symbol"?t:t+""}function WG(e,t){if(Ms(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ms(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var eO=function(t,r,n,i,a){var o=Math.min(Math.abs(n)/2,Math.abs(i)/2),s=i>=0?1:-1,u=n>=0?1:-1,l=i>=0&&n>=0||i<0&&n<0?1:0,c;if(o>0&&a instanceof Array){for(var f=[0,0,0,0],h=0,p=4;h<p;h++)f[h]=a[h]>o?o:a[h];c="M".concat(t,",").concat(r+s*f[0]),f[0]>0&&(c+="A ".concat(f[0],",").concat(f[0],",0,0,").concat(l,",").concat(t+u*f[0],",").concat(r)),c+="L ".concat(t+n-u*f[1],",").concat(r),f[1]>0&&(c+="A ".concat(f[1],",").concat(f[1],",0,0,").concat(l,`,
|
|
145
|
+
`).concat(t+n,",").concat(r+s*f[1])),c+="L ".concat(t+n,",").concat(r+i-s*f[2]),f[2]>0&&(c+="A ".concat(f[2],",").concat(f[2],",0,0,").concat(l,`,
|
|
146
|
+
`).concat(t+n-u*f[2],",").concat(r+i)),c+="L ".concat(t+u*f[3],",").concat(r+i),f[3]>0&&(c+="A ".concat(f[3],",").concat(f[3],",0,0,").concat(l,`,
|
|
147
|
+
`).concat(t,",").concat(r+i-s*f[3])),c+="Z"}else if(o>0&&a===+a&&a>0){var y=Math.min(o,a);c="M ".concat(t,",").concat(r+s*y,`
|
|
148
|
+
A `).concat(y,",").concat(y,",0,0,").concat(l,",").concat(t+u*y,",").concat(r,`
|
|
149
|
+
L `).concat(t+n-u*y,",").concat(r,`
|
|
150
|
+
A `).concat(y,",").concat(y,",0,0,").concat(l,",").concat(t+n,",").concat(r+s*y,`
|
|
151
|
+
L `).concat(t+n,",").concat(r+i-s*y,`
|
|
152
|
+
A `).concat(y,",").concat(y,",0,0,").concat(l,",").concat(t+n-u*y,",").concat(r+i,`
|
|
153
|
+
L `).concat(t+u*y,",").concat(r+i,`
|
|
154
|
+
A `).concat(y,",").concat(y,",0,0,").concat(l,",").concat(t,",").concat(r+i-s*y," Z")}else c="M ".concat(t,",").concat(r," h ").concat(n," v ").concat(i," h ").concat(-n," Z");return c},GG=function(t,r){if(!t||!r)return!1;var n=t.x,i=t.y,a=r.x,o=r.y,s=r.width,u=r.height;if(Math.abs(s)>0&&Math.abs(u)>0){var l=Math.min(a,a+s),c=Math.max(a,a+s),f=Math.min(o,o+u),h=Math.max(o,o+u);return n>=l&&n<=c&&i>=f&&i<=h}return!1},HG={x:0,y:0,width:0,height:0,radius:0,isAnimationActive:!1,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},Gg=function(t){var r=tO(tO({},HG),t),n=O.useRef(),i=O.useState(-1),a=NG(i,2),o=a[0],s=a[1];O.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var x=n.current.getTotalLength();x&&s(x)}catch{}},[]);var u=r.x,l=r.y,c=r.width,f=r.height,h=r.radius,p=r.className,y=r.animationEasing,m=r.animationDuration,d=r.animationBegin,g=r.isAnimationActive,_=r.isUpdateAnimationActive;if(u!==+u||l!==+l||c!==+c||f!==+f||c===0||f===0)return null;var b=At("recharts-rectangle",p);return _?O.createElement(Br,{canBegin:o>0,from:{width:c,height:f,x:u,y:l},to:{width:c,height:f,x:u,y:l},duration:m,animationEasing:y,isActive:_},function(x){var v=x.width,w=x.height,S=x.x,A=x.y;return O.createElement(Br,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:d,duration:m,isActive:g,easing:y},O.createElement("path",Ol({},gt(r,!0),{className:b,d:eO(S,A,v,w,h),ref:n})))}):O.createElement("path",Ol({},gt(r,!0),{className:b,d:eO(u,l,c,f,h)}))};function Wy(){return Wy=Object.assign?Object.assign.bind():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},Wy.apply(this,arguments)}var bc=function(t){var r=t.cx,n=t.cy,i=t.r,a=t.className,o=At("recharts-dot",a);return r===+r&&n===+n&&i===+i?Tr.createElement("circle",Wy({},gt(t,!1),sl(t),{className:o,cx:r,cy:n,r:i})):null};function ks(e){"@babel/helpers - typeof";return ks=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},ks(e)}var KG=["x","y","top","left","width","height","className"];function Gy(){return Gy=Object.assign?Object.assign.bind():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},Gy.apply(this,arguments)}function rO(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 YG(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?rO(Object(r),!0).forEach(function(n){XG(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):rO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function XG(e,t,r){return t=VG(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function VG(e){var t=ZG(e,"string");return ks(t)=="symbol"?t:t+""}function ZG(e,t){if(ks(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ks(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function JG(e,t){if(e==null)return{};var r=QG(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function QG(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var t6=function(t,r,n,i,a,o){return"M".concat(t,",").concat(a,"v").concat(i,"M").concat(o,",").concat(r,"h").concat(n)},e6=function(t){var r=t.x,n=r===void 0?0:r,i=t.y,a=i===void 0?0:i,o=t.top,s=o===void 0?0:o,u=t.left,l=u===void 0?0:u,c=t.width,f=c===void 0?0:c,h=t.height,p=h===void 0?0:h,y=t.className,m=JG(t,KG),d=YG({x:n,y:a,top:s,left:l,width:f,height:p},m);return!nt(n)||!nt(a)||!nt(f)||!nt(p)||!nt(s)||!nt(l)?null:O.createElement("path",Gy({},gt(d,!0),{className:At("recharts-cross",y),d:t6(n,a,f,p,s,l)}))},Zd,nO;function r6(){if(nO)return Zd;nO=1;var e=pE(),t=e(Object.getPrototypeOf,Object);return Zd=t,Zd}var Jd,iO;function n6(){if(iO)return Jd;iO=1;var e=Cn(),t=r6(),r=Mn(),n="[object Object]",i=Function.prototype,a=Object.prototype,o=i.toString,s=a.hasOwnProperty,u=o.call(Object);function l(c){if(!r(c)||e(c)!=n)return!1;var f=t(c);if(f===null)return!0;var h=s.call(f,"constructor")&&f.constructor;return typeof h=="function"&&h instanceof h&&o.call(h)==u}return Jd=l,Jd}var i6=n6();const a6=zt(i6);var Qd,aO;function o6(){if(aO)return Qd;aO=1;var e=Cn(),t=Mn(),r="[object Boolean]";function n(i){return i===!0||i===!1||t(i)&&e(i)==r}return Qd=n,Qd}var s6=o6();const u6=zt(s6);function $s(e){"@babel/helpers - typeof";return $s=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},$s(e)}function Al(){return Al=Object.assign?Object.assign.bind():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},Al.apply(this,arguments)}function l6(e,t){return p6(e)||h6(e,t)||f6(e,t)||c6()}function c6(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
155
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function f6(e,t){if(e){if(typeof e=="string")return oO(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 oO(e,t)}}function oO(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 h6(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function p6(e){if(Array.isArray(e))return e}function sO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function uO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?sO(Object(r),!0).forEach(function(n){d6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):sO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function d6(e,t,r){return t=m6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function m6(e){var t=y6(e,"string");return $s(t)=="symbol"?t:t+""}function y6(e,t){if($s(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if($s(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var lO=function(t,r,n,i,a){var o=n-i,s;return s="M ".concat(t,",").concat(r),s+="L ".concat(t+n,",").concat(r),s+="L ".concat(t+n-o/2,",").concat(r+a),s+="L ".concat(t+n-o/2-i,",").concat(r+a),s+="L ".concat(t,",").concat(r," Z"),s},v6={x:0,y:0,upperWidth:0,lowerWidth:0,height:0,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},g6=function(t){var r=uO(uO({},v6),t),n=O.useRef(),i=O.useState(-1),a=l6(i,2),o=a[0],s=a[1];O.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var b=n.current.getTotalLength();b&&s(b)}catch{}},[]);var u=r.x,l=r.y,c=r.upperWidth,f=r.lowerWidth,h=r.height,p=r.className,y=r.animationEasing,m=r.animationDuration,d=r.animationBegin,g=r.isUpdateAnimationActive;if(u!==+u||l!==+l||c!==+c||f!==+f||h!==+h||c===0&&f===0||h===0)return null;var _=At("recharts-trapezoid",p);return g?O.createElement(Br,{canBegin:o>0,from:{upperWidth:0,lowerWidth:0,height:h,x:u,y:l},to:{upperWidth:c,lowerWidth:f,height:h,x:u,y:l},duration:m,animationEasing:y,isActive:g},function(b){var x=b.upperWidth,v=b.lowerWidth,w=b.height,S=b.x,A=b.y;return O.createElement(Br,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:d,duration:m,easing:y},O.createElement("path",Al({},gt(r,!0),{className:_,d:lO(S,A,x,v,w),ref:n})))}):O.createElement("g",null,O.createElement("path",Al({},gt(r,!0),{className:_,d:lO(u,l,c,f,h)})))},b6=["option","shapeType","propTransformer","activeClassName","isActive"];function js(e){"@babel/helpers - typeof";return js=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},js(e)}function _6(e,t){if(e==null)return{};var r=x6(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function x6(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function cO(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 Pl(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?cO(Object(r),!0).forEach(function(n){w6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):cO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function w6(e,t,r){return t=S6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function S6(e){var t=O6(e,"string");return js(t)=="symbol"?t:t+""}function O6(e,t){if(js(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(js(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function A6(e,t){return Pl(Pl({},t),e)}function P6(e,t){return e==="symbols"}function fO(e){var t=e.shapeType,r=e.elementProps;switch(t){case"rectangle":return O.createElement(Gg,r);case"trapezoid":return O.createElement(g6,r);case"sector":return O.createElement(gC,r);case"symbols":if(P6(t))return O.createElement(dc,r);break;default:return null}}function T6(e){return O.isValidElement(e)?e.props:e}function Hy(e){var t=e.option,r=e.shapeType,n=e.propTransformer,i=n===void 0?A6:n,a=e.activeClassName,o=a===void 0?"recharts-active-shape":a,s=e.isActive,u=_6(e,b6),l;if(O.isValidElement(t))l=O.cloneElement(t,Pl(Pl({},u),T6(t)));else if(bt(t))l=t(u);else if(a6(t)&&!u6(t)){var c=i(t,u);l=O.createElement(fO,{shapeType:r,elementProps:c})}else{var f=u;l=O.createElement(fO,{shapeType:r,elementProps:f})}return s?O.createElement(Rt,{className:o},l):l}function _c(e,t){return t!=null&&"trapezoids"in e.props}function xc(e,t){return t!=null&&"sectors"in e.props}function Rs(e,t){return t!=null&&"points"in e.props}function E6(e,t){var r,n,i=e.x===(t==null||(r=t.labelViewBox)===null||r===void 0?void 0:r.x)||e.x===t.x,a=e.y===(t==null||(n=t.labelViewBox)===null||n===void 0?void 0:n.y)||e.y===t.y;return i&&a}function C6(e,t){var r=e.endAngle===t.endAngle,n=e.startAngle===t.startAngle;return r&&n}function M6(e,t){var r=e.x===t.x,n=e.y===t.y,i=e.z===t.z;return r&&n&&i}function k6(e,t){var r;return _c(e,t)?r=E6:xc(e,t)?r=C6:Rs(e,t)&&(r=M6),r}function $6(e,t){var r;return _c(e,t)?r="trapezoids":xc(e,t)?r="sectors":Rs(e,t)&&(r="points"),r}function j6(e,t){if(_c(e,t)){var r;return(r=t.tooltipPayload)===null||r===void 0||(r=r[0])===null||r===void 0||(r=r.payload)===null||r===void 0?void 0:r.payload}if(xc(e,t)){var n;return(n=t.tooltipPayload)===null||n===void 0||(n=n[0])===null||n===void 0||(n=n.payload)===null||n===void 0?void 0:n.payload}return Rs(e,t)?t.payload:{}}function R6(e){var t=e.activeTooltipItem,r=e.graphicalItem,n=e.itemData,i=$6(r,t),a=j6(r,t),o=n.filter(function(u,l){var c=Ri(a,u),f=r.props[i].filter(function(y){var m=k6(r,t);return m(y,t)}),h=r.props[i].indexOf(f[f.length-1]),p=l===h;return c&&p}),s=n.indexOf(o[o.length-1]);return s}function Ds(e){"@babel/helpers - typeof";return Ds=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},Ds(e)}function hO(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 pO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?hO(Object(r),!0).forEach(function(n){EC(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):hO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function EC(e,t,r){return t=D6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function D6(e){var t=I6(e,"string");return Ds(t)=="symbol"?t:t+""}function I6(e,t){if(Ds(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ds(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var N6=["Webkit","Moz","O","ms"],L6=function(t,r){var n=t.replace(/(\w)/,function(a){return a.toUpperCase()}),i=N6.reduce(function(a,o){return pO(pO({},a),{},EC({},o+n,r))},{});return i[t]=r,i};function ja(e){"@babel/helpers - typeof";return ja=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},ja(e)}function Tl(){return Tl=Object.assign?Object.assign.bind():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},Tl.apply(this,arguments)}function dO(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 tm(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dO(Object(r),!0).forEach(function(n){sr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function B6(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function mO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,MC(n.key),n)}}function q6(e,t,r){return t&&mO(e.prototype,t),r&&mO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function F6(e,t,r){return t=El(t),z6(e,CC()?Reflect.construct(t,r||[],El(e).constructor):t.apply(e,r))}function z6(e,t){if(t&&(ja(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return U6(e)}function U6(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function CC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(CC=function(){return!!e})()}function El(e){return El=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},El(e)}function W6(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ky(e,t)}function Ky(e,t){return Ky=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Ky(e,t)}function sr(e,t,r){return t=MC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function MC(e){var t=G6(e,"string");return ja(t)=="symbol"?t:t+""}function G6(e,t){if(ja(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ja(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var H6=function(t){var r=t.data,n=t.startIndex,i=t.endIndex,a=t.x,o=t.width,s=t.travellerWidth;if(!r||!r.length)return{};var u=r.length,l=$o().domain(ls(0,u)).range([a,a+o-s]),c=l.domain().map(function(f){return l(f)});return{isTextActive:!1,isSlideMoving:!1,isTravellerMoving:!1,isTravellerFocused:!1,startX:l(n),endX:l(i),scale:l,scaleValues:c}},yO=function(t){return t.changedTouches&&!!t.changedTouches.length},Ra=(function(e){function t(r){var n;return B6(this,t),n=F6(this,t,[r]),sr(n,"handleDrag",function(i){n.leaveTimer&&(clearTimeout(n.leaveTimer),n.leaveTimer=null),n.state.isTravellerMoving?n.handleTravellerMove(i):n.state.isSlideMoving&&n.handleSlideDrag(i)}),sr(n,"handleTouchMove",function(i){i.changedTouches!=null&&i.changedTouches.length>0&&n.handleDrag(i.changedTouches[0])}),sr(n,"handleDragEnd",function(){n.setState({isTravellerMoving:!1,isSlideMoving:!1},function(){var i=n.props,a=i.endIndex,o=i.onDragEnd,s=i.startIndex;o==null||o({endIndex:a,startIndex:s})}),n.detachDragEndListener()}),sr(n,"handleLeaveWrapper",function(){(n.state.isTravellerMoving||n.state.isSlideMoving)&&(n.leaveTimer=window.setTimeout(n.handleDragEnd,n.props.leaveTimeOut))}),sr(n,"handleEnterSlideOrTraveller",function(){n.setState({isTextActive:!0})}),sr(n,"handleLeaveSlideOrTraveller",function(){n.setState({isTextActive:!1})}),sr(n,"handleSlideDragStart",function(i){var a=yO(i)?i.changedTouches[0]:i;n.setState({isTravellerMoving:!1,isSlideMoving:!0,slideMoveStartX:a.pageX}),n.attachDragEndListener()}),n.travellerDragStartHandlers={startX:n.handleTravellerDragStart.bind(n,"startX"),endX:n.handleTravellerDragStart.bind(n,"endX")},n.state={},n}return W6(t,e),q6(t,[{key:"componentWillUnmount",value:function(){this.leaveTimer&&(clearTimeout(this.leaveTimer),this.leaveTimer=null),this.detachDragEndListener()}},{key:"getIndex",value:function(n){var i=n.startX,a=n.endX,o=this.state.scaleValues,s=this.props,u=s.gap,l=s.data,c=l.length-1,f=Math.min(i,a),h=Math.max(i,a),p=t.getIndexInRange(o,f),y=t.getIndexInRange(o,h);return{startIndex:p-p%u,endIndex:y===c?c:y-y%u}}},{key:"getTextOfTick",value:function(n){var i=this.props,a=i.data,o=i.tickFormatter,s=i.dataKey,u=_e(a[n],s,n);return bt(o)?o(u,n):u}},{key:"attachDragEndListener",value:function(){window.addEventListener("mouseup",this.handleDragEnd,!0),window.addEventListener("touchend",this.handleDragEnd,!0),window.addEventListener("mousemove",this.handleDrag,!0)}},{key:"detachDragEndListener",value:function(){window.removeEventListener("mouseup",this.handleDragEnd,!0),window.removeEventListener("touchend",this.handleDragEnd,!0),window.removeEventListener("mousemove",this.handleDrag,!0)}},{key:"handleSlideDrag",value:function(n){var i=this.state,a=i.slideMoveStartX,o=i.startX,s=i.endX,u=this.props,l=u.x,c=u.width,f=u.travellerWidth,h=u.startIndex,p=u.endIndex,y=u.onChange,m=n.pageX-a;m>0?m=Math.min(m,l+c-f-s,l+c-f-o):m<0&&(m=Math.max(m,l-o,l-s));var d=this.getIndex({startX:o+m,endX:s+m});(d.startIndex!==h||d.endIndex!==p)&&y&&y(d),this.setState({startX:o+m,endX:s+m,slideMoveStartX:n.pageX})}},{key:"handleTravellerDragStart",value:function(n,i){var a=yO(i)?i.changedTouches[0]:i;this.setState({isSlideMoving:!1,isTravellerMoving:!0,movingTravellerId:n,brushMoveStartX:a.pageX}),this.attachDragEndListener()}},{key:"handleTravellerMove",value:function(n){var i=this.state,a=i.brushMoveStartX,o=i.movingTravellerId,s=i.endX,u=i.startX,l=this.state[o],c=this.props,f=c.x,h=c.width,p=c.travellerWidth,y=c.onChange,m=c.gap,d=c.data,g={startX:this.state.startX,endX:this.state.endX},_=n.pageX-a;_>0?_=Math.min(_,f+h-p-l):_<0&&(_=Math.max(_,f-l)),g[o]=l+_;var b=this.getIndex(g),x=b.startIndex,v=b.endIndex,w=function(){var A=d.length-1;return o==="startX"&&(s>u?x%m===0:v%m===0)||s<u&&v===A||o==="endX"&&(s>u?v%m===0:x%m===0)||s>u&&v===A};this.setState(sr(sr({},o,l+_),"brushMoveStartX",n.pageX),function(){y&&w()&&y(b)})}},{key:"handleTravellerMoveKeyboard",value:function(n,i){var a=this,o=this.state,s=o.scaleValues,u=o.startX,l=o.endX,c=this.state[i],f=s.indexOf(c);if(f!==-1){var h=f+n;if(!(h===-1||h>=s.length)){var p=s[h];i==="startX"&&p>=l||i==="endX"&&p<=u||this.setState(sr({},i,p),function(){a.props.onChange(a.getIndex({startX:a.state.startX,endX:a.state.endX}))})}}}},{key:"renderBackground",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.fill,l=n.stroke;return O.createElement("rect",{stroke:l,fill:u,x:i,y:a,width:o,height:s})}},{key:"renderPanorama",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.data,l=n.children,c=n.padding,f=O.Children.only(l);return f?O.cloneElement(f,{x:i,y:a,width:o,height:s,margin:c,compact:!0,data:u}):null}},{key:"renderTravellerLayer",value:function(n,i){var a,o,s=this,u=this.props,l=u.y,c=u.travellerWidth,f=u.height,h=u.traveller,p=u.ariaLabel,y=u.data,m=u.startIndex,d=u.endIndex,g=Math.max(n,this.props.x),_=tm(tm({},gt(this.props,!1)),{},{x:g,y:l,width:c,height:f}),b=p||"Min value: ".concat((a=y[m])===null||a===void 0?void 0:a.name,", Max value: ").concat((o=y[d])===null||o===void 0?void 0:o.name);return O.createElement(Rt,{tabIndex:0,role:"slider","aria-label":b,"aria-valuenow":n,className:"recharts-brush-traveller",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.travellerDragStartHandlers[i],onTouchStart:this.travellerDragStartHandlers[i],onKeyDown:function(v){["ArrowLeft","ArrowRight"].includes(v.key)&&(v.preventDefault(),v.stopPropagation(),s.handleTravellerMoveKeyboard(v.key==="ArrowRight"?1:-1,i))},onFocus:function(){s.setState({isTravellerFocused:!0})},onBlur:function(){s.setState({isTravellerFocused:!1})},style:{cursor:"col-resize"}},t.renderTraveller(h,_))}},{key:"renderSlide",value:function(n,i){var a=this.props,o=a.y,s=a.height,u=a.stroke,l=a.travellerWidth,c=Math.min(n,i)+l,f=Math.max(Math.abs(i-n)-l,0);return O.createElement("rect",{className:"recharts-brush-slide",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.handleSlideDragStart,onTouchStart:this.handleSlideDragStart,style:{cursor:"move"},stroke:"none",fill:u,fillOpacity:.2,x:c,y:o,width:f,height:s})}},{key:"renderText",value:function(){var n=this.props,i=n.startIndex,a=n.endIndex,o=n.y,s=n.height,u=n.travellerWidth,l=n.stroke,c=this.state,f=c.startX,h=c.endX,p=5,y={pointerEvents:"none",fill:l};return O.createElement(Rt,{className:"recharts-brush-texts"},O.createElement(pl,Tl({textAnchor:"end",verticalAnchor:"middle",x:Math.min(f,h)-p,y:o+s/2},y),this.getTextOfTick(i)),O.createElement(pl,Tl({textAnchor:"start",verticalAnchor:"middle",x:Math.max(f,h)+u+p,y:o+s/2},y),this.getTextOfTick(a)))}},{key:"render",value:function(){var n=this.props,i=n.data,a=n.className,o=n.children,s=n.x,u=n.y,l=n.width,c=n.height,f=n.alwaysShowText,h=this.state,p=h.startX,y=h.endX,m=h.isTextActive,d=h.isSlideMoving,g=h.isTravellerMoving,_=h.isTravellerFocused;if(!i||!i.length||!nt(s)||!nt(u)||!nt(l)||!nt(c)||l<=0||c<=0)return null;var b=At("recharts-brush",a),x=O.Children.count(o)===1,v=L6("userSelect","none");return O.createElement(Rt,{className:b,onMouseLeave:this.handleLeaveWrapper,onTouchMove:this.handleTouchMove,style:v},this.renderBackground(),x&&this.renderPanorama(),this.renderSlide(p,y),this.renderTravellerLayer(p,"startX"),this.renderTravellerLayer(y,"endX"),(m||d||g||_||f)&&this.renderText())}}],[{key:"renderDefaultTraveller",value:function(n){var i=n.x,a=n.y,o=n.width,s=n.height,u=n.stroke,l=Math.floor(a+s/2)-1;return O.createElement(O.Fragment,null,O.createElement("rect",{x:i,y:a,width:o,height:s,fill:u,stroke:"none"}),O.createElement("line",{x1:i+1,y1:l,x2:i+o-1,y2:l,fill:"none",stroke:"#fff"}),O.createElement("line",{x1:i+1,y1:l+2,x2:i+o-1,y2:l+2,fill:"none",stroke:"#fff"}))}},{key:"renderTraveller",value:function(n,i){var a;return O.isValidElement(n)?a=O.cloneElement(n,i):bt(n)?a=n(i):a=t.renderDefaultTraveller(i),a}},{key:"getDerivedStateFromProps",value:function(n,i){var a=n.data,o=n.width,s=n.x,u=n.travellerWidth,l=n.updateId,c=n.startIndex,f=n.endIndex;if(a!==i.prevData||l!==i.prevUpdateId)return tm({prevData:a,prevTravellerWidth:u,prevUpdateId:l,prevX:s,prevWidth:o},a&&a.length?H6({data:a,width:o,x:s,travellerWidth:u,startIndex:c,endIndex:f}):{scale:null,scaleValues:null});if(i.scale&&(o!==i.prevWidth||s!==i.prevX||u!==i.prevTravellerWidth)){i.scale.range([s,s+o-u]);var h=i.scale.domain().map(function(p){return i.scale(p)});return{prevData:a,prevTravellerWidth:u,prevUpdateId:l,prevX:s,prevWidth:o,startX:i.scale(n.startIndex),endX:i.scale(n.endIndex),scaleValues:h}}return null}},{key:"getIndexInRange",value:function(n,i){for(var a=n.length,o=0,s=a-1;s-o>1;){var u=Math.floor((o+s)/2);n[u]>i?s=u:o=u}return i>=n[s]?s:o}}])})(O.PureComponent);sr(Ra,"displayName","Brush");sr(Ra,"defaultProps",{height:40,travellerWidth:5,gap:1,fill:"#fff",stroke:"#666",padding:{top:1,right:1,bottom:1,left:1},leaveTimeOut:1e3,alwaysShowText:!1});var em,vO;function K6(){if(vO)return em;vO=1;var e=Dg();function t(r,n){var i;return e(r,function(a,o,s){return i=n(a,o,s),!i}),!!i}return em=t,em}var rm,gO;function Y6(){if(gO)return rm;gO=1;var e=sE(),t=Jn(),r=K6(),n=We(),i=Vs();function a(o,s,u){var l=n(o)?e:r;return u&&i(o,s,u)&&(s=void 0),l(o,t(s,3))}return rm=a,rm}var X6=Y6();const V6=zt(X6);var en=function(t,r){var n=t.alwaysShow,i=t.ifOverflow;return n&&(i="extendDomain"),i===r},nm,bO;function Z6(){if(bO)return nm;bO=1;var e=_E();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return nm=t,nm}var im,_O;function J6(){if(_O)return im;_O=1;var e=Z6(),t=gE(),r=Jn();function n(i,a){var o={};return a=r(a,3),t(i,function(s,u,l){e(o,u,a(s,u,l))}),o}return im=n,im}var Q6=J6();const tH=zt(Q6);var am,xO;function eH(){if(xO)return am;xO=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(!r(t[n],n,t))return!1;return!0}return am=e,am}var om,wO;function rH(){if(wO)return om;wO=1;var e=Dg();function t(r,n){var i=!0;return e(r,function(a,o,s){return i=!!n(a,o,s),i}),i}return om=t,om}var sm,SO;function nH(){if(SO)return sm;SO=1;var e=eH(),t=rH(),r=Jn(),n=We(),i=Vs();function a(o,s,u){var l=n(o)?e:t;return u&&i(o,s,u)&&(s=void 0),l(o,r(s,3))}return sm=a,sm}var iH=nH();const kC=zt(iH);var aH=["x","y"];function Da(e){"@babel/helpers - typeof";return Da=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},Da(e)}function Yy(){return Yy=Object.assign?Object.assign.bind():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},Yy.apply(this,arguments)}function OO(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 wo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?OO(Object(r),!0).forEach(function(n){oH(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):OO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function oH(e,t,r){return t=sH(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function sH(e){var t=uH(e,"string");return Da(t)=="symbol"?t:t+""}function uH(e,t){if(Da(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Da(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function lH(e,t){if(e==null)return{};var r=cH(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function cH(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function fH(e,t){var r=e.x,n=e.y,i=lH(e,aH),a="".concat(r),o=parseInt(a,10),s="".concat(n),u=parseInt(s,10),l="".concat(t.height||i.height),c=parseInt(l,10),f="".concat(t.width||i.width),h=parseInt(f,10);return wo(wo(wo(wo(wo({},t),i),o?{x:o}:{}),u?{y:u}:{}),{},{height:c,width:h,name:t.name,radius:t.radius})}function AO(e){return O.createElement(Hy,Yy({shapeType:"rectangle",propTransformer:fH,activeClassName:"recharts-active-bar"},e))}var hH=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return function(n,i){if(typeof t=="number")return t;var a=nt(n)||RF(n);return a?t(n,i):(a||(process.env.NODE_ENV!=="production"?Ye(!1,"minPointSize callback function received a value with type of ".concat(Da(n),". Currently only numbers or null/undefined are supported.")):Ye()),r)}},pH=["value","background"],$C;function Ia(e){"@babel/helpers - typeof";return Ia=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},Ia(e)}function dH(e,t){if(e==null)return{};var r=mH(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function mH(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Cl(){return Cl=Object.assign?Object.assign.bind():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},Cl.apply(this,arguments)}function PO(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 he(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?PO(Object(r),!0).forEach(function(n){Fn(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):PO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function yH(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function TO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,RC(n.key),n)}}function vH(e,t,r){return t&&TO(e.prototype,t),r&&TO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function gH(e,t,r){return t=Ml(t),bH(e,jC()?Reflect.construct(t,r||[],Ml(e).constructor):t.apply(e,r))}function bH(e,t){if(t&&(Ia(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return _H(e)}function _H(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function jC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(jC=function(){return!!e})()}function Ml(e){return Ml=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ml(e)}function xH(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Xy(e,t)}function Xy(e,t){return Xy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Xy(e,t)}function Fn(e,t,r){return t=RC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function RC(e){var t=wH(e,"string");return Ia(t)=="symbol"?t:t+""}function wH(e,t){if(Ia(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ia(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var io=(function(e){function t(){var r;yH(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=gH(this,t,[].concat(i)),Fn(r,"state",{isAnimationFinished:!1}),Fn(r,"id",Ui("recharts-bar-")),Fn(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),o&&o()}),Fn(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),o&&o()}),r}return xH(t,e),vH(t,[{key:"renderRectanglesStatically",value:function(n){var i=this,a=this.props,o=a.shape,s=a.dataKey,u=a.activeIndex,l=a.activeBar,c=gt(this.props,!1);return n&&n.map(function(f,h){var p=h===u,y=p?l:o,m=he(he(he({},c),f),{},{isActive:p,option:y,index:h,dataKey:s,onAnimationStart:i.handleAnimationStart,onAnimationEnd:i.handleAnimationEnd});return O.createElement(Rt,Cl({className:"recharts-bar-rectangle"},cs(i.props,f,h),{key:"rectangle-".concat(f==null?void 0:f.x,"-").concat(f==null?void 0:f.y,"-").concat(f==null?void 0:f.value,"-").concat(h)}),O.createElement(AO,m))})}},{key:"renderRectanglesWithAnimation",value:function(){var n=this,i=this.props,a=i.data,o=i.layout,s=i.isAnimationActive,u=i.animationBegin,l=i.animationDuration,c=i.animationEasing,f=i.animationId,h=this.state.prevData;return O.createElement(Br,{begin:u,duration:l,isActive:s,easing:c,from:{t:0},to:{t:1},key:"bar-".concat(f),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(p){var y=p.t,m=a.map(function(d,g){var _=h&&h[g];if(_){var b=le(_.x,d.x),x=le(_.y,d.y),v=le(_.width,d.width),w=le(_.height,d.height);return he(he({},d),{},{x:b(y),y:x(y),width:v(y),height:w(y)})}if(o==="horizontal"){var S=le(0,d.height),A=S(y);return he(he({},d),{},{y:d.y+d.height-A,height:A})}var P=le(0,d.width),C=P(y);return he(he({},d),{},{width:C})});return O.createElement(Rt,null,n.renderRectanglesStatically(m))})}},{key:"renderRectangles",value:function(){var n=this.props,i=n.data,a=n.isAnimationActive,o=this.state.prevData;return a&&i&&i.length&&(!o||!Ri(o,i))?this.renderRectanglesWithAnimation():this.renderRectanglesStatically(i)}},{key:"renderBackground",value:function(){var n=this,i=this.props,a=i.data,o=i.dataKey,s=i.activeIndex,u=gt(this.props.background,!1);return a.map(function(l,c){l.value;var f=l.background,h=dH(l,pH);if(!f)return null;var p=he(he(he(he(he({},h),{},{fill:"#eee"},f),u),cs(n.props,l,c)),{},{onAnimationStart:n.handleAnimationStart,onAnimationEnd:n.handleAnimationEnd,dataKey:o,index:c,className:"recharts-bar-background-rectangle"});return O.createElement(AO,Cl({key:"background-bar-".concat(c),option:n.props.background,isActive:c===s},p))})}},{key:"renderErrorBar",value:function(n,i){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var a=this.props,o=a.data,s=a.xAxis,u=a.yAxis,l=a.layout,c=a.children,f=tr(c,no);if(!f)return null;var h=l==="vertical"?o[0].height/2:o[0].width/2,p=function(d,g){var _=Array.isArray(d.value)?d.value[1]:d.value;return{x:d.x,y:d.y,value:_,errorVal:_e(d,g)}},y={clipPath:n?"url(#clipPath-".concat(i,")"):null};return O.createElement(Rt,y,f.map(function(m){return O.cloneElement(m,{key:"error-bar-".concat(i,"-").concat(m.props.dataKey),data:o,xAxis:s,yAxis:u,layout:l,offset:h,dataPointFormatter:p})}))}},{key:"render",value:function(){var n=this.props,i=n.hide,a=n.data,o=n.className,s=n.xAxis,u=n.yAxis,l=n.left,c=n.top,f=n.width,h=n.height,p=n.isAnimationActive,y=n.background,m=n.id;if(i||!a||!a.length)return null;var d=this.state.isAnimationFinished,g=At("recharts-bar",o),_=s&&s.allowDataOverflow,b=u&&u.allowDataOverflow,x=_||b,v=yt(m)?this.id:m;return O.createElement(Rt,{className:g},_||b?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(v)},O.createElement("rect",{x:_?l:l-f/2,y:b?c:c-h/2,width:_?f:f*2,height:b?h:h*2}))):null,O.createElement(Rt,{className:"recharts-bar-rectangles",clipPath:x?"url(#clipPath-".concat(v,")"):null},y?this.renderBackground():null,this.renderRectangles()),this.renderErrorBar(x,v),(!p||d)&&tn.renderCallByParent(this.props,a))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curData:n.data,prevData:i.curData}:n.data!==i.curData?{curData:n.data}:null}}])})(O.PureComponent);$C=io;Fn(io,"displayName","Bar");Fn(io,"defaultProps",{xAxisId:0,yAxisId:0,legendType:"rect",minPointSize:0,hide:!1,data:[],layout:"vertical",activeBar:!1,isAnimationActive:!Qn.isSsr,animationBegin:0,animationDuration:400,animationEasing:"ease"});Fn(io,"getComposedData",function(e){var t=e.props,r=e.item,n=e.barPosition,i=e.bandSize,a=e.xAxis,o=e.yAxis,s=e.xAxisTicks,u=e.yAxisTicks,l=e.stackedData,c=e.dataStartIndex,f=e.displayedData,h=e.offset,p=qU(n,r);if(!p)return null;var y=t.layout,m=r.type.defaultProps,d=m!==void 0?he(he({},m),r.props):r.props,g=d.dataKey,_=d.children,b=d.minPointSize,x=y==="horizontal"?o:a,v=l?x.scale.domain():null,w=YU({numericAxis:x}),S=tr(_,qg),A=f.map(function(P,C){var T,E,M,R,$,k;l?T=FU(l[c+C],v):(T=_e(P,g),Array.isArray(T)||(T=[w,T]));var D=hH(b,$C.defaultProps.minPointSize)(T[1],C);if(y==="horizontal"){var L,q=[o.scale(T[0]),o.scale(T[1])],I=q[0],j=q[1];E=sS({axis:a,ticks:s,bandSize:i,offset:p.offset,entry:P,index:C}),M=(L=j??I)!==null&&L!==void 0?L:void 0,R=p.size;var B=I-j;if($=Number.isNaN(B)?0:B,k={x:E,y:o.y,width:R,height:o.height},Math.abs(D)>0&&Math.abs($)<Math.abs(D)){var W=Lr($||D)*(Math.abs(D)-Math.abs($));M-=W,$+=W}}else{var G=[a.scale(T[0]),a.scale(T[1])],X=G[0],Z=G[1];if(E=X,M=sS({axis:o,ticks:u,bandSize:i,offset:p.offset,entry:P,index:C}),R=Z-X,$=p.size,k={x:a.x,y:M,width:a.width,height:$},Math.abs(D)>0&&Math.abs(R)<Math.abs(D)){var J=Lr(R||D)*(Math.abs(D)-Math.abs(R));R+=J}}return he(he(he({},P),{},{x:E,y:M,width:R,height:$,value:l?T:T[1],payload:P,background:k},S&&S[C]&&S[C].props),{},{tooltipPayload:[mC(r,P)],tooltipPosition:{x:E+R/2,y:M+$/2}})});return he({data:A,layout:y},h)});function Is(e){"@babel/helpers - typeof";return Is=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},Is(e)}function SH(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function EO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,DC(n.key),n)}}function OH(e,t,r){return t&&EO(e.prototype,t),r&&EO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function CO(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 Rr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?CO(Object(r),!0).forEach(function(n){wc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):CO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function wc(e,t,r){return t=DC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function DC(e){var t=AH(e,"string");return Is(t)=="symbol"?t:t+""}function AH(e,t){if(Is(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Is(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var PH=function(t,r,n,i,a){var o=t.width,s=t.height,u=t.layout,l=t.children,c=Object.keys(r),f={left:n.left,leftMirror:n.left,right:o-n.right,rightMirror:o-n.right,top:n.top,topMirror:n.top,bottom:s-n.bottom,bottomMirror:s-n.bottom},h=!!ur(l,io);return c.reduce(function(p,y){var m=r[y],d=m.orientation,g=m.domain,_=m.padding,b=_===void 0?{}:_,x=m.mirror,v=m.reversed,w="".concat(d).concat(x?"Mirror":""),S,A,P,C,T;if(m.type==="number"&&(m.padding==="gap"||m.padding==="no-gap")){var E=g[1]-g[0],M=1/0,R=m.categoricalDomain.sort(LF);if(R.forEach(function(G,X){X>0&&(M=Math.min((G||0)-(R[X-1]||0),M))}),Number.isFinite(M)){var $=M/E,k=m.layout==="vertical"?n.height:n.width;if(m.padding==="gap"&&(S=$*k/2),m.padding==="no-gap"){var D=ji(t.barCategoryGap,$*k),L=$*k/2;S=L-D-(L-D)/k*D}}}i==="xAxis"?A=[n.left+(b.left||0)+(S||0),n.left+n.width-(b.right||0)-(S||0)]:i==="yAxis"?A=u==="horizontal"?[n.top+n.height-(b.bottom||0),n.top+(b.top||0)]:[n.top+(b.top||0)+(S||0),n.top+n.height-(b.bottom||0)-(S||0)]:A=m.range,v&&(A=[A[1],A[0]]);var q=LU(m,a,h),I=q.scale,j=q.realScaleType;I.domain(g).range(A),BU(I);var B=KU(I,Rr(Rr({},m),{},{realScaleType:j}));i==="xAxis"?(T=d==="top"&&!x||d==="bottom"&&x,P=n.left,C=f[w]-T*m.height):i==="yAxis"&&(T=d==="left"&&!x||d==="right"&&x,P=f[w]-T*m.width,C=n.top);var W=Rr(Rr(Rr({},m),B),{},{realScaleType:j,x:P,y:C,scale:I,width:i==="xAxis"?n.width:m.width,height:i==="yAxis"?n.height:m.height});return W.bandSize=vl(W,B),!m.hide&&i==="xAxis"?f[w]+=(T?-1:1)*W.height:m.hide||(f[w]+=(T?-1:1)*W.width),Rr(Rr({},p),{},wc({},y,W))},{})},IC=function(t,r){var n=t.x,i=t.y,a=r.x,o=r.y;return{x:Math.min(n,a),y:Math.min(i,o),width:Math.abs(a-n),height:Math.abs(o-i)}},TH=function(t){var r=t.x1,n=t.y1,i=t.x2,a=t.y2;return IC({x:r,y:n},{x:i,y:a})},NC=(function(){function e(t){SH(this,e),this.scale=t}return OH(e,[{key:"domain",get:function(){return this.scale.domain}},{key:"range",get:function(){return this.scale.range}},{key:"rangeMin",get:function(){return this.range()[0]}},{key:"rangeMax",get:function(){return this.range()[1]}},{key:"bandwidth",get:function(){return this.scale.bandwidth}},{key:"apply",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.bandAware,a=n.position;if(r!==void 0){if(a)switch(a){case"start":return this.scale(r);case"middle":{var o=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+o}case"end":{var s=this.bandwidth?this.bandwidth():0;return this.scale(r)+s}default:return this.scale(r)}if(i){var u=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+u}return this.scale(r)}}},{key:"isInRange",value:function(r){var n=this.range(),i=n[0],a=n[n.length-1];return i<=a?r>=i&&r<=a:r>=a&&r<=i}}],[{key:"create",value:function(r){return new e(r)}}])})();wc(NC,"EPS",1e-4);var Hg=function(t){var r=Object.keys(t).reduce(function(n,i){return Rr(Rr({},n),{},wc({},i,NC.create(t[i])))},{});return Rr(Rr({},r),{},{apply:function(i){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=a.bandAware,s=a.position;return tH(i,function(u,l){return r[l].apply(u,{bandAware:o,position:s})})},isInRange:function(i){return kC(i,function(a,o){return r[o].isInRange(a)})}})};function EH(e){return(e%180+180)%180}var CH=function(t){var r=t.width,n=t.height,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=EH(i),o=a*Math.PI/180,s=Math.atan(n/r),u=o>s&&o<Math.PI-s?n/Math.sin(o):r/Math.cos(o);return Math.abs(u)},um,MO;function MH(){if(MO)return um;MO=1;var e=Jn(),t=Ys(),r=Xs();function n(i){return function(a,o,s){var u=Object(a);if(!t(a)){var l=e(o,3);a=r(a),o=function(f){return l(u[f],f,u)}}var c=i(a,o,s);return c>-1?u[l?a[c]:c]:void 0}}return um=n,um}var lm,kO;function kH(){if(kO)return lm;kO=1;var e=RE(),t=Jn(),r=wg(),n=Math.max;function i(a,o,s){var u=a==null?0:a.length;if(!u)return-1;var l=s==null?0:r(s);return l<0&&(l=n(u+l,0)),e(a,t(o,3),l)}return lm=i,lm}var cm,$O;function $H(){if($O)return cm;$O=1;var e=MH(),t=kH(),r=e(t);return cm=r,cm}var jH=$H();const RH=zt(jH);var DH=nE();const IH=zt(DH);var NH=IH(function(e){return{x:e.left,y:e.top,width:e.width,height:e.height}},function(e){return["l",e.left,"t",e.top,"w",e.width,"h",e.height].join("")});function kl(e){"@babel/helpers - typeof";return kl=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},kl(e)}var Kg=O.createContext(void 0),Yg=O.createContext(void 0),LC=O.createContext(void 0),BC=O.createContext({}),qC=O.createContext(void 0),FC=O.createContext(0),zC=O.createContext(0),jO=function(t){var r=t.state,n=r.xAxisMap,i=r.yAxisMap,a=r.offset,o=t.clipPathId,s=t.children,u=t.width,l=t.height,c=NH(a);return O.createElement(Kg.Provider,{value:n},O.createElement(Yg.Provider,{value:i},O.createElement(BC.Provider,{value:a},O.createElement(LC.Provider,{value:c},O.createElement(qC.Provider,{value:o},O.createElement(FC.Provider,{value:l},O.createElement(zC.Provider,{value:u},s)))))))},LH=function(){return O.useContext(qC)};function UC(e){var t=Object.keys(e);return t.length===0?"There are no available ids.":"Available ids are: ".concat(t,".")}var WC=function(t){var r=O.useContext(Kg);r==null&&(process.env.NODE_ENV!=="production"?Ye(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):Ye());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?Ye(!1,'Could not find xAxis by id "'.concat(t,'" [').concat(kl(t),"]. ").concat(UC(r))):Ye()),n},BH=function(){var t=O.useContext(Kg);return In(t)},qH=function(){var t=O.useContext(Yg),r=RH(t,function(n){return kC(n.domain,Number.isFinite)});return r||In(t)},GC=function(t){var r=O.useContext(Yg);r==null&&(process.env.NODE_ENV!=="production"?Ye(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):Ye());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?Ye(!1,'Could not find yAxis by id "'.concat(t,'" [').concat(kl(t),"]. ").concat(UC(r))):Ye()),n},FH=function(){var t=O.useContext(LC);return t},zH=function(){return O.useContext(BC)},Xg=function(){return O.useContext(zC)},Vg=function(){return O.useContext(FC)};function Na(e){"@babel/helpers - typeof";return Na=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},Na(e)}function UH(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function WH(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,KC(n.key),n)}}function GH(e,t,r){return t&&WH(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function HH(e,t,r){return t=$l(t),KH(e,HC()?Reflect.construct(t,r||[],$l(e).constructor):t.apply(e,r))}function KH(e,t){if(t&&(Na(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return YH(e)}function YH(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function HC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(HC=function(){return!!e})()}function $l(e){return $l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},$l(e)}function XH(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Vy(e,t)}function Vy(e,t){return Vy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Vy(e,t)}function RO(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 DO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?RO(Object(r),!0).forEach(function(n){Zg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):RO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Zg(e,t,r){return t=KC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function KC(e){var t=VH(e,"string");return Na(t)=="symbol"?t:t+""}function VH(e,t){if(Na(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Na(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function ZH(e,t){return eK(e)||tK(e,t)||QH(e,t)||JH()}function JH(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
156
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function QH(e,t){if(e){if(typeof e=="string")return IO(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 IO(e,t)}}function IO(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 tK(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function eK(e){if(Array.isArray(e))return e}function Zy(){return Zy=Object.assign?Object.assign.bind():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},Zy.apply(this,arguments)}var rK=function(t,r){var n;return O.isValidElement(t)?n=O.cloneElement(t,r):bt(t)?n=t(r):n=O.createElement("line",Zy({},r,{className:"recharts-reference-line-line"})),n},nK=function(t,r,n,i,a,o,s,u,l){var c=a.x,f=a.y,h=a.width,p=a.height;if(n){var y=l.y,m=t.y.apply(y,{position:o});if(en(l,"discard")&&!t.y.isInRange(m))return null;var d=[{x:c+h,y:m},{x:c,y:m}];return u==="left"?d.reverse():d}if(r){var g=l.x,_=t.x.apply(g,{position:o});if(en(l,"discard")&&!t.x.isInRange(_))return null;var b=[{x:_,y:f+p},{x:_,y:f}];return s==="top"?b.reverse():b}if(i){var x=l.segment,v=x.map(function(w){return t.apply(w,{position:o})});return en(l,"discard")&&V6(v,function(w){return!t.isInRange(w)})?null:v}return null};function iK(e){var t=e.x,r=e.y,n=e.segment,i=e.xAxisId,a=e.yAxisId,o=e.shape,s=e.className,u=e.alwaysShow,l=LH(),c=WC(i),f=GC(a),h=FH();if(!l||!h)return null;_n(u===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var p=Hg({x:c.scale,y:f.scale}),y=be(t),m=be(r),d=n&&n.length===2,g=nK(p,y,m,d,h,e.position,c.orientation,f.orientation,e);if(!g)return null;var _=ZH(g,2),b=_[0],x=b.x,v=b.y,w=_[1],S=w.x,A=w.y,P=en(e,"hidden")?"url(#".concat(l,")"):void 0,C=DO(DO({clipPath:P},gt(e,!0)),{},{x1:x,y1:v,x2:S,y2:A});return O.createElement(Rt,{className:At("recharts-reference-line",s)},rK(o,C),Re.renderCallByParent(e,TH({x1:x,y1:v,x2:S,y2:A})))}var Sc=(function(e){function t(){return UH(this,t),HH(this,t,arguments)}return XH(t,e),GH(t,[{key:"render",value:function(){return O.createElement(iK,this.props)}}])})(O.Component);Zg(Sc,"displayName","ReferenceLine");Zg(Sc,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,fill:"none",stroke:"#ccc",fillOpacity:1,strokeWidth:1,position:"middle"});function Jy(){return Jy=Object.assign?Object.assign.bind():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},Jy.apply(this,arguments)}function La(e){"@babel/helpers - typeof";return La=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},La(e)}function NO(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 LO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?NO(Object(r),!0).forEach(function(n){Oc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):NO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function aK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oK(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,XC(n.key),n)}}function sK(e,t,r){return t&&oK(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function uK(e,t,r){return t=jl(t),lK(e,YC()?Reflect.construct(t,r||[],jl(e).constructor):t.apply(e,r))}function lK(e,t){if(t&&(La(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return cK(e)}function cK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function YC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(YC=function(){return!!e})()}function jl(e){return jl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},jl(e)}function fK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Qy(e,t)}function Qy(e,t){return Qy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Qy(e,t)}function Oc(e,t,r){return t=XC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function XC(e){var t=hK(e,"string");return La(t)=="symbol"?t:t+""}function hK(e,t){if(La(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(La(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var pK=function(t){var r=t.x,n=t.y,i=t.xAxis,a=t.yAxis,o=Hg({x:i.scale,y:a.scale}),s=o.apply({x:r,y:n},{bandAware:!0});return en(t,"discard")&&!o.isInRange(s)?null:s},Ac=(function(e){function t(){return aK(this,t),uK(this,t,arguments)}return fK(t,e),sK(t,[{key:"render",value:function(){var n=this.props,i=n.x,a=n.y,o=n.r,s=n.alwaysShow,u=n.clipPathId,l=be(i),c=be(a);if(_n(s===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.'),!l||!c)return null;var f=pK(this.props);if(!f)return null;var h=f.x,p=f.y,y=this.props,m=y.shape,d=y.className,g=en(this.props,"hidden")?"url(#".concat(u,")"):void 0,_=LO(LO({clipPath:g},gt(this.props,!0)),{},{cx:h,cy:p});return O.createElement(Rt,{className:At("recharts-reference-dot",d)},t.renderDot(m,_),Re.renderCallByParent(this.props,{x:h-o,y:p-o,width:2*o,height:2*o}))}}])})(O.Component);Oc(Ac,"displayName","ReferenceDot");Oc(Ac,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#fff",stroke:"#ccc",fillOpacity:1,strokeWidth:1});Oc(Ac,"renderDot",function(e,t){var r;return O.isValidElement(e)?r=O.cloneElement(e,t):bt(e)?r=e(t):r=O.createElement(bc,Jy({},t,{cx:t.cx,cy:t.cy,className:"recharts-reference-dot-dot"})),r});function tv(){return tv=Object.assign?Object.assign.bind():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},tv.apply(this,arguments)}function Ba(e){"@babel/helpers - typeof";return Ba=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},Ba(e)}function BO(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 qO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?BO(Object(r),!0).forEach(function(n){Pc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):BO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function dK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function mK(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,ZC(n.key),n)}}function yK(e,t,r){return t&&mK(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function vK(e,t,r){return t=Rl(t),gK(e,VC()?Reflect.construct(t,r||[],Rl(e).constructor):t.apply(e,r))}function gK(e,t){if(t&&(Ba(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return bK(e)}function bK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function VC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(VC=function(){return!!e})()}function Rl(e){return Rl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Rl(e)}function _K(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ev(e,t)}function ev(e,t){return ev=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},ev(e,t)}function Pc(e,t,r){return t=ZC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ZC(e){var t=xK(e,"string");return Ba(t)=="symbol"?t:t+""}function xK(e,t){if(Ba(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ba(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var wK=function(t,r,n,i,a){var o=a.x1,s=a.x2,u=a.y1,l=a.y2,c=a.xAxis,f=a.yAxis;if(!c||!f)return null;var h=Hg({x:c.scale,y:f.scale}),p={x:t?h.x.apply(o,{position:"start"}):h.x.rangeMin,y:n?h.y.apply(u,{position:"start"}):h.y.rangeMin},y={x:r?h.x.apply(s,{position:"end"}):h.x.rangeMax,y:i?h.y.apply(l,{position:"end"}):h.y.rangeMax};return en(a,"discard")&&(!h.isInRange(p)||!h.isInRange(y))?null:IC(p,y)},Tc=(function(e){function t(){return dK(this,t),vK(this,t,arguments)}return _K(t,e),yK(t,[{key:"render",value:function(){var n=this.props,i=n.x1,a=n.x2,o=n.y1,s=n.y2,u=n.className,l=n.alwaysShow,c=n.clipPathId;_n(l===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var f=be(i),h=be(a),p=be(o),y=be(s),m=this.props.shape;if(!f&&!h&&!p&&!y&&!m)return null;var d=wK(f,h,p,y,this.props);if(!d&&!m)return null;var g=en(this.props,"hidden")?"url(#".concat(c,")"):void 0;return O.createElement(Rt,{className:At("recharts-reference-area",u)},t.renderRect(m,qO(qO({clipPath:g},gt(this.props,!0)),d)),Re.renderCallByParent(this.props,d))}}])})(O.Component);Pc(Tc,"displayName","ReferenceArea");Pc(Tc,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#ccc",fillOpacity:.5,stroke:"none",strokeWidth:1});Pc(Tc,"renderRect",function(e,t){var r;return O.isValidElement(e)?r=O.cloneElement(e,t):bt(e)?r=e(t):r=O.createElement(Gg,tv({},t,{className:"recharts-reference-area-rect"})),r});function JC(e,t,r){if(t<1)return[];if(t===1&&r===void 0)return e;for(var n=[],i=0;i<e.length;i+=t)n.push(e[i]);return n}function SK(e,t,r){var n={width:e.width+t.width,height:e.height+t.height};return CH(n,r)}function OK(e,t,r){var n=r==="width",i=e.x,a=e.y,o=e.width,s=e.height;return t===1?{start:n?i:a,end:n?i+o:a+s}:{start:n?i+o:a+s,end:n?i:a}}function Dl(e,t,r,n,i){if(e*t<e*n||e*t>e*i)return!1;var a=r();return e*(t-e*a/2-n)>=0&&e*(t+e*a/2-i)<=0}function AK(e,t){return JC(e,t+1)}function PK(e,t,r,n,i){for(var a=(n||[]).slice(),o=t.start,s=t.end,u=0,l=1,c=o,f=function(){var y=n==null?void 0:n[u];if(y===void 0)return{v:JC(n,l)};var m=u,d,g=function(){return d===void 0&&(d=r(y,m)),d},_=y.coordinate,b=u===0||Dl(e,_,g,c,s);b||(u=0,c=o,l+=1),b&&(c=_+e*(g()/2+i),u+=l)},h;l<=a.length;)if(h=f(),h)return h.v;return[]}function Ns(e){"@babel/helpers - typeof";return Ns=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},Ns(e)}function FO(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 je(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?FO(Object(r),!0).forEach(function(n){TK(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):FO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function TK(e,t,r){return t=EK(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function EK(e){var t=CK(e,"string");return Ns(t)=="symbol"?t:t+""}function CK(e,t){if(Ns(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ns(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function MK(e,t,r,n,i){for(var a=(n||[]).slice(),o=a.length,s=t.start,u=t.end,l=function(h){var p=a[h],y,m=function(){return y===void 0&&(y=r(p,h)),y};if(h===o-1){var d=e*(p.coordinate+e*m()/2-u);a[h]=p=je(je({},p),{},{tickCoord:d>0?p.coordinate-d*e:p.coordinate})}else a[h]=p=je(je({},p),{},{tickCoord:p.coordinate});var g=Dl(e,p.tickCoord,m,s,u);g&&(u=p.tickCoord-e*(m()/2+i),a[h]=je(je({},p),{},{isShow:!0}))},c=o-1;c>=0;c--)l(c);return a}function kK(e,t,r,n,i,a){var o=(n||[]).slice(),s=o.length,u=t.start,l=t.end;if(a){var c=n[s-1],f=r(c,s-1),h=e*(c.coordinate+e*f/2-l);o[s-1]=c=je(je({},c),{},{tickCoord:h>0?c.coordinate-h*e:c.coordinate});var p=Dl(e,c.tickCoord,function(){return f},u,l);p&&(l=c.tickCoord-e*(f/2+i),o[s-1]=je(je({},c),{},{isShow:!0}))}for(var y=a?s-1:s,m=function(_){var b=o[_],x,v=function(){return x===void 0&&(x=r(b,_)),x};if(_===0){var w=e*(b.coordinate-e*v()/2-u);o[_]=b=je(je({},b),{},{tickCoord:w<0?b.coordinate-w*e:b.coordinate})}else o[_]=b=je(je({},b),{},{tickCoord:b.coordinate});var S=Dl(e,b.tickCoord,v,u,l);S&&(u=b.tickCoord+e*(v()/2+i),o[_]=je(je({},b),{},{isShow:!0}))},d=0;d<y;d++)m(d);return o}function Jg(e,t,r){var n=e.tick,i=e.ticks,a=e.viewBox,o=e.minTickGap,s=e.orientation,u=e.interval,l=e.tickFormatter,c=e.unit,f=e.angle;if(!i||!i.length||!n)return[];if(nt(u)||Qn.isSsr)return AK(i,typeof u=="number"&&nt(u)?u:0);var h=[],p=s==="top"||s==="bottom"?"width":"height",y=c&&p==="width"?Fo(c,{fontSize:t,letterSpacing:r}):{width:0,height:0},m=function(b,x){var v=bt(l)?l(b.value,x):b.value;return p==="width"?SK(Fo(v,{fontSize:t,letterSpacing:r}),y,f):Fo(v,{fontSize:t,letterSpacing:r})[p]},d=i.length>=2?Lr(i[1].coordinate-i[0].coordinate):1,g=OK(a,d,p);return u==="equidistantPreserveStart"?PK(d,g,m,i,o):(u==="preserveStart"||u==="preserveStartEnd"?h=kK(d,g,m,i,o,u==="preserveStartEnd"):h=MK(d,g,m,i,o),h.filter(function(_){return _.isShow}))}var $K=["viewBox"],jK=["viewBox"],RK=["ticks"];function qa(e){"@babel/helpers - typeof";return qa=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},qa(e)}function na(){return na=Object.assign?Object.assign.bind():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},na.apply(this,arguments)}function zO(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 ve(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?zO(Object(r),!0).forEach(function(n){Qg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):zO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function fm(e,t){if(e==null)return{};var r=DK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function DK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function IK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function UO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,tM(n.key),n)}}function NK(e,t,r){return t&&UO(e.prototype,t),r&&UO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function LK(e,t,r){return t=Il(t),BK(e,QC()?Reflect.construct(t,r||[],Il(e).constructor):t.apply(e,r))}function BK(e,t){if(t&&(qa(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return qK(e)}function qK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function QC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(QC=function(){return!!e})()}function Il(e){return Il=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Il(e)}function FK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&rv(e,t)}function rv(e,t){return rv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},rv(e,t)}function Qg(e,t,r){return t=tM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function tM(e){var t=zK(e,"string");return qa(t)=="symbol"?t:t+""}function zK(e,t){if(qa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(qa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var ao=(function(e){function t(r){var n;return IK(this,t),n=LK(this,t,[r]),n.state={fontSize:"",letterSpacing:""},n}return FK(t,e),NK(t,[{key:"shouldComponentUpdate",value:function(n,i){var a=n.viewBox,o=fm(n,$K),s=this.props,u=s.viewBox,l=fm(s,jK);return!ha(a,u)||!ha(o,l)||!ha(i,this.state)}},{key:"componentDidMount",value:function(){var n=this.layerReference;if(n){var i=n.getElementsByClassName("recharts-cartesian-axis-tick-value")[0];i&&this.setState({fontSize:window.getComputedStyle(i).fontSize,letterSpacing:window.getComputedStyle(i).letterSpacing})}}},{key:"getTickLineCoord",value:function(n){var i=this.props,a=i.x,o=i.y,s=i.width,u=i.height,l=i.orientation,c=i.tickSize,f=i.mirror,h=i.tickMargin,p,y,m,d,g,_,b=f?-1:1,x=n.tickSize||c,v=nt(n.tickCoord)?n.tickCoord:n.coordinate;switch(l){case"top":p=y=n.coordinate,d=o+ +!f*u,m=d-b*x,_=m-b*h,g=v;break;case"left":m=d=n.coordinate,y=a+ +!f*s,p=y-b*x,g=p-b*h,_=v;break;case"right":m=d=n.coordinate,y=a+ +f*s,p=y+b*x,g=p+b*h,_=v;break;default:p=y=n.coordinate,d=o+ +f*u,m=d+b*x,_=m+b*h,g=v;break}return{line:{x1:p,y1:m,x2:y,y2:d},tick:{x:g,y:_}}}},{key:"getTickTextAnchor",value:function(){var n=this.props,i=n.orientation,a=n.mirror,o;switch(i){case"left":o=a?"start":"end";break;case"right":o=a?"end":"start";break;default:o="middle";break}return o}},{key:"getTickVerticalAnchor",value:function(){var n=this.props,i=n.orientation,a=n.mirror,o="end";switch(i){case"left":case"right":o="middle";break;case"top":o=a?"start":"end";break;default:o=a?"end":"start";break}return o}},{key:"renderAxisLine",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.orientation,l=n.mirror,c=n.axisLine,f=ve(ve(ve({},gt(this.props,!1)),gt(c,!1)),{},{fill:"none"});if(u==="top"||u==="bottom"){var h=+(u==="top"&&!l||u==="bottom"&&l);f=ve(ve({},f),{},{x1:i,y1:a+h*s,x2:i+o,y2:a+h*s})}else{var p=+(u==="left"&&!l||u==="right"&&l);f=ve(ve({},f),{},{x1:i+p*o,y1:a,x2:i+p*o,y2:a+s})}return O.createElement("line",na({},f,{className:At("recharts-cartesian-axis-line",Er(c,"className"))}))}},{key:"renderTicks",value:function(n,i,a){var o=this,s=this.props,u=s.tickLine,l=s.stroke,c=s.tick,f=s.tickFormatter,h=s.unit,p=Jg(ve(ve({},this.props),{},{ticks:n}),i,a),y=this.getTickTextAnchor(),m=this.getTickVerticalAnchor(),d=gt(this.props,!1),g=gt(c,!1),_=ve(ve({},d),{},{fill:"none"},gt(u,!1)),b=p.map(function(x,v){var w=o.getTickLineCoord(x),S=w.line,A=w.tick,P=ve(ve(ve(ve({textAnchor:y,verticalAnchor:m},d),{},{stroke:"none",fill:l},g),A),{},{index:v,payload:x,visibleTicksCount:p.length,tickFormatter:f});return O.createElement(Rt,na({className:"recharts-cartesian-axis-tick",key:"tick-".concat(x.value,"-").concat(x.coordinate,"-").concat(x.tickCoord)},cs(o.props,x,v)),u&&O.createElement("line",na({},_,S,{className:At("recharts-cartesian-axis-tick-line",Er(u,"className"))})),c&&t.renderTickItem(c,P,"".concat(bt(f)?f(x.value,v):x.value).concat(h||"")))});return O.createElement("g",{className:"recharts-cartesian-axis-ticks"},b)}},{key:"render",value:function(){var n=this,i=this.props,a=i.axisLine,o=i.width,s=i.height,u=i.ticksGenerator,l=i.className,c=i.hide;if(c)return null;var f=this.props,h=f.ticks,p=fm(f,RK),y=h;return bt(u)&&(y=h&&h.length>0?u(this.props):u(p)),o<=0||s<=0||!y||!y.length?null:O.createElement(Rt,{className:At("recharts-cartesian-axis",l),ref:function(d){n.layerReference=d}},a&&this.renderAxisLine(),this.renderTicks(y,this.state.fontSize,this.state.letterSpacing),Re.renderCallByParent(this.props))}}],[{key:"renderTickItem",value:function(n,i,a){var o,s=At(i.className,"recharts-cartesian-axis-tick-value");return O.isValidElement(n)?o=O.cloneElement(n,ve(ve({},i),{},{className:s})):bt(n)?o=n(ve(ve({},i),{},{className:s})):o=O.createElement(pl,na({},i,{className:"recharts-cartesian-axis-tick-value"}),a),o}}])})(O.Component);Qg(ao,"displayName","CartesianAxis");Qg(ao,"defaultProps",{x:0,y:0,width:0,height:0,viewBox:{x:0,y:0,width:0,height:0},orientation:"bottom",ticks:[],stroke:"#666",tickLine:!0,axisLine:!0,tick:!0,mirror:!1,minTickGap:5,tickSize:6,tickMargin:2,interval:"preserveEnd"});var UK=["x1","y1","x2","y2","key"],WK=["offset"];function Ii(e){"@babel/helpers - typeof";return Ii=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},Ii(e)}function WO(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 De(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?WO(Object(r),!0).forEach(function(n){GK(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):WO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function GK(e,t,r){return t=HK(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function HK(e){var t=KK(e,"string");return Ii(t)=="symbol"?t:t+""}function KK(e,t){if(Ii(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ii(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function gi(){return gi=Object.assign?Object.assign.bind():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},gi.apply(this,arguments)}function GO(e,t){if(e==null)return{};var r=YK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function YK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var XK=function(t){var r=t.fill;if(!r||r==="none")return null;var n=t.fillOpacity,i=t.x,a=t.y,o=t.width,s=t.height,u=t.ry;return O.createElement("rect",{x:i,y:a,ry:u,width:o,height:s,stroke:"none",fill:r,fillOpacity:n,className:"recharts-cartesian-grid-bg"})};function eM(e,t){var r;if(O.isValidElement(e))r=O.cloneElement(e,t);else if(bt(e))r=e(t);else{var n=t.x1,i=t.y1,a=t.x2,o=t.y2,s=t.key,u=GO(t,UK),l=gt(u,!1);l.offset;var c=GO(l,WK);r=O.createElement("line",gi({},c,{x1:n,y1:i,x2:a,y2:o,fill:"none",key:s}))}return r}function VK(e){var t=e.x,r=e.width,n=e.horizontal,i=n===void 0?!0:n,a=e.horizontalPoints;if(!i||!a||!a.length)return null;var o=a.map(function(s,u){var l=De(De({},e),{},{x1:t,y1:s,x2:t+r,y2:s,key:"line-".concat(u),index:u});return eM(i,l)});return O.createElement("g",{className:"recharts-cartesian-grid-horizontal"},o)}function ZK(e){var t=e.y,r=e.height,n=e.vertical,i=n===void 0?!0:n,a=e.verticalPoints;if(!i||!a||!a.length)return null;var o=a.map(function(s,u){var l=De(De({},e),{},{x1:s,y1:t,x2:s,y2:t+r,key:"line-".concat(u),index:u});return eM(i,l)});return O.createElement("g",{className:"recharts-cartesian-grid-vertical"},o)}function JK(e){var t=e.horizontalFill,r=e.fillOpacity,n=e.x,i=e.y,a=e.width,o=e.height,s=e.horizontalPoints,u=e.horizontal,l=u===void 0?!0:u;if(!l||!t||!t.length)return null;var c=s.map(function(h){return Math.round(h+i-i)}).sort(function(h,p){return h-p});i!==c[0]&&c.unshift(0);var f=c.map(function(h,p){var y=!c[p+1],m=y?i+o-h:c[p+1]-h;if(m<=0)return null;var d=p%t.length;return O.createElement("rect",{key:"react-".concat(p),y:h,x:n,height:m,width:a,stroke:"none",fill:t[d],fillOpacity:r,className:"recharts-cartesian-grid-bg"})});return O.createElement("g",{className:"recharts-cartesian-gridstripes-horizontal"},f)}function QK(e){var t=e.vertical,r=t===void 0?!0:t,n=e.verticalFill,i=e.fillOpacity,a=e.x,o=e.y,s=e.width,u=e.height,l=e.verticalPoints;if(!r||!n||!n.length)return null;var c=l.map(function(h){return Math.round(h+a-a)}).sort(function(h,p){return h-p});a!==c[0]&&c.unshift(0);var f=c.map(function(h,p){var y=!c[p+1],m=y?a+s-h:c[p+1]-h;if(m<=0)return null;var d=p%n.length;return O.createElement("rect",{key:"react-".concat(p),x:h,y:o,width:m,height:u,stroke:"none",fill:n[d],fillOpacity:i,className:"recharts-cartesian-grid-bg"})});return O.createElement("g",{className:"recharts-cartesian-gridstripes-vertical"},f)}var t4=function(t,r){var n=t.xAxis,i=t.width,a=t.height,o=t.offset;return pC(Jg(De(De(De({},ao.defaultProps),n),{},{ticks:gn(n,!0),viewBox:{x:0,y:0,width:i,height:a}})),o.left,o.left+o.width,r)},e4=function(t,r){var n=t.yAxis,i=t.width,a=t.height,o=t.offset;return pC(Jg(De(De(De({},ao.defaultProps),n),{},{ticks:gn(n,!0),viewBox:{x:0,y:0,width:i,height:a}})),o.top,o.top+o.height,r)},Zi={horizontal:!0,vertical:!0,stroke:"#ccc",fill:"none",verticalFill:[],horizontalFill:[]};function rM(e){var t,r,n,i,a,o,s=Xg(),u=Vg(),l=zH(),c=De(De({},e),{},{stroke:(t=e.stroke)!==null&&t!==void 0?t:Zi.stroke,fill:(r=e.fill)!==null&&r!==void 0?r:Zi.fill,horizontal:(n=e.horizontal)!==null&&n!==void 0?n:Zi.horizontal,horizontalFill:(i=e.horizontalFill)!==null&&i!==void 0?i:Zi.horizontalFill,vertical:(a=e.vertical)!==null&&a!==void 0?a:Zi.vertical,verticalFill:(o=e.verticalFill)!==null&&o!==void 0?o:Zi.verticalFill,x:nt(e.x)?e.x:l.left,y:nt(e.y)?e.y:l.top,width:nt(e.width)?e.width:l.width,height:nt(e.height)?e.height:l.height}),f=c.x,h=c.y,p=c.width,y=c.height,m=c.syncWithTicks,d=c.horizontalValues,g=c.verticalValues,_=BH(),b=qH();if(!nt(p)||p<=0||!nt(y)||y<=0||!nt(f)||f!==+f||!nt(h)||h!==+h)return null;var x=c.verticalCoordinatesGenerator||t4,v=c.horizontalCoordinatesGenerator||e4,w=c.horizontalPoints,S=c.verticalPoints;if((!w||!w.length)&&bt(v)){var A=d&&d.length,P=v({yAxis:b?De(De({},b),{},{ticks:A?d:b.ticks}):void 0,width:s,height:u,offset:l},A?!0:m);_n(Array.isArray(P),"horizontalCoordinatesGenerator should return Array but instead it returned [".concat(Ii(P),"]")),Array.isArray(P)&&(w=P)}if((!S||!S.length)&&bt(x)){var C=g&&g.length,T=x({xAxis:_?De(De({},_),{},{ticks:C?g:_.ticks}):void 0,width:s,height:u,offset:l},C?!0:m);_n(Array.isArray(T),"verticalCoordinatesGenerator should return Array but instead it returned [".concat(Ii(T),"]")),Array.isArray(T)&&(S=T)}return O.createElement("g",{className:"recharts-cartesian-grid"},O.createElement(XK,{fill:c.fill,fillOpacity:c.fillOpacity,x:c.x,y:c.y,width:c.width,height:c.height,ry:c.ry}),O.createElement(VK,gi({},c,{offset:l,horizontalPoints:w,xAxis:_,yAxis:b})),O.createElement(ZK,gi({},c,{offset:l,verticalPoints:S,xAxis:_,yAxis:b})),O.createElement(JK,gi({},c,{horizontalPoints:w})),O.createElement(QK,gi({},c,{verticalPoints:S})))}rM.displayName="CartesianGrid";var r4=["type","layout","connectNulls","ref"],n4=["key"];function Fa(e){"@babel/helpers - typeof";return Fa=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},Fa(e)}function HO(e,t){if(e==null)return{};var r=i4(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function i4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Wo(){return Wo=Object.assign?Object.assign.bind():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},Wo.apply(this,arguments)}function KO(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 or(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?KO(Object(r),!0).forEach(function(n){Dr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):KO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Ji(e){return u4(e)||s4(e)||o4(e)||a4()}function a4(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
157
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function o4(e,t){if(e){if(typeof e=="string")return nv(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 nv(e,t)}}function s4(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function u4(e){if(Array.isArray(e))return nv(e)}function nv(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 l4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function YO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,iM(n.key),n)}}function c4(e,t,r){return t&&YO(e.prototype,t),r&&YO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function f4(e,t,r){return t=Nl(t),h4(e,nM()?Reflect.construct(t,r||[],Nl(e).constructor):t.apply(e,r))}function h4(e,t){if(t&&(Fa(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return p4(e)}function p4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(nM=function(){return!!e})()}function Nl(e){return Nl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Nl(e)}function d4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&iv(e,t)}function iv(e,t){return iv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},iv(e,t)}function Dr(e,t,r){return t=iM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function iM(e){var t=m4(e,"string");return Fa(t)=="symbol"?t:t+""}function m4(e,t){if(Fa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Fa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ec=(function(e){function t(){var r;l4(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=f4(this,t,[].concat(i)),Dr(r,"state",{isAnimationFinished:!0,totalLength:0}),Dr(r,"generateSimpleStrokeDasharray",function(o,s){return"".concat(s,"px ").concat(o-s,"px")}),Dr(r,"getStrokeDasharray",function(o,s,u){var l=u.reduce(function(g,_){return g+_});if(!l)return r.generateSimpleStrokeDasharray(s,o);for(var c=Math.floor(o/l),f=o%l,h=s-o,p=[],y=0,m=0;y<u.length;m+=u[y],++y)if(m+u[y]>f){p=[].concat(Ji(u.slice(0,y)),[f-m]);break}var d=p.length%2===0?[0,h]:[h];return[].concat(Ji(t.repeat(u,c)),Ji(p),d).map(function(g){return"".concat(g,"px")}).join(", ")}),Dr(r,"id",Ui("recharts-line-")),Dr(r,"pathRef",function(o){r.mainCurve=o}),Dr(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0}),r.props.onAnimationEnd&&r.props.onAnimationEnd()}),Dr(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1}),r.props.onAnimationStart&&r.props.onAnimationStart()}),r}return d4(t,e),c4(t,[{key:"componentDidMount",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();this.setState({totalLength:n})}}},{key:"componentDidUpdate",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();n!==this.state.totalLength&&this.setState({totalLength:n})}}},{key:"getTotalLength",value:function(){var n=this.mainCurve;try{return n&&n.getTotalLength&&n.getTotalLength()||0}catch{return 0}}},{key:"renderErrorBar",value:function(n,i){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var a=this.props,o=a.points,s=a.xAxis,u=a.yAxis,l=a.layout,c=a.children,f=tr(c,no);if(!f)return null;var h=function(m,d){return{x:m.x,y:m.y,value:m.value,errorVal:_e(m.payload,d)}},p={clipPath:n?"url(#clipPath-".concat(i,")"):null};return O.createElement(Rt,p,f.map(function(y){return O.cloneElement(y,{key:"bar-".concat(y.props.dataKey),data:o,xAxis:s,yAxis:u,layout:l,dataPointFormatter:h})}))}},{key:"renderDots",value:function(n,i,a){var o=this.props.isAnimationActive;if(o&&!this.state.isAnimationFinished)return null;var s=this.props,u=s.dot,l=s.points,c=s.dataKey,f=gt(this.props,!1),h=gt(u,!0),p=l.map(function(m,d){var g=or(or(or({key:"dot-".concat(d),r:3},f),h),{},{index:d,cx:m.x,cy:m.y,value:m.value,dataKey:c,payload:m.payload,points:l});return t.renderDotItem(u,g)}),y={clipPath:n?"url(#clipPath-".concat(i?"":"dots-").concat(a,")"):null};return O.createElement(Rt,Wo({className:"recharts-line-dots",key:"dots"},y),p)}},{key:"renderCurveStatically",value:function(n,i,a,o){var s=this.props,u=s.type,l=s.layout,c=s.connectNulls;s.ref;var f=HO(s,r4),h=or(or(or({},gt(f,!0)),{},{fill:"none",className:"recharts-line-curve",clipPath:i?"url(#clipPath-".concat(a,")"):null,points:n},o),{},{type:u,layout:l,connectNulls:c});return O.createElement(Ti,Wo({},h,{pathRef:this.pathRef}))}},{key:"renderCurveWithAnimation",value:function(n,i){var a=this,o=this.props,s=o.points,u=o.strokeDasharray,l=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,h=o.animationEasing,p=o.animationId,y=o.animateNewValues,m=o.width,d=o.height,g=this.state,_=g.prevPoints,b=g.totalLength;return O.createElement(Br,{begin:c,duration:f,isActive:l,easing:h,from:{t:0},to:{t:1},key:"line-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(x){var v=x.t;if(_){var w=_.length/s.length,S=s.map(function(E,M){var R=Math.floor(M*w);if(_[R]){var $=_[R],k=le($.x,E.x),D=le($.y,E.y);return or(or({},E),{},{x:k(v),y:D(v)})}if(y){var L=le(m*2,E.x),q=le(d/2,E.y);return or(or({},E),{},{x:L(v),y:q(v)})}return or(or({},E),{},{x:E.x,y:E.y})});return a.renderCurveStatically(S,n,i)}var A=le(0,b),P=A(v),C;if(u){var T="".concat(u).split(/[,\s]+/gim).map(function(E){return parseFloat(E)});C=a.getStrokeDasharray(P,b,T)}else C=a.generateSimpleStrokeDasharray(b,P);return a.renderCurveStatically(s,n,i,{strokeDasharray:C})})}},{key:"renderCurve",value:function(n,i){var a=this.props,o=a.points,s=a.isAnimationActive,u=this.state,l=u.prevPoints,c=u.totalLength;return s&&o&&o.length&&(!l&&c>0||!Ri(l,o))?this.renderCurveWithAnimation(n,i):this.renderCurveStatically(o,n,i)}},{key:"render",value:function(){var n,i=this.props,a=i.hide,o=i.dot,s=i.points,u=i.className,l=i.xAxis,c=i.yAxis,f=i.top,h=i.left,p=i.width,y=i.height,m=i.isAnimationActive,d=i.id;if(a||!s||!s.length)return null;var g=this.state.isAnimationFinished,_=s.length===1,b=At("recharts-line",u),x=l&&l.allowDataOverflow,v=c&&c.allowDataOverflow,w=x||v,S=yt(d)?this.id:d,A=(n=gt(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},P=A.r,C=P===void 0?3:P,T=A.strokeWidth,E=T===void 0?2:T,M=CE(o)?o:{},R=M.clipDot,$=R===void 0?!0:R,k=C*2+E;return O.createElement(Rt,{className:b},x||v?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(S)},O.createElement("rect",{x:x?h:h-p/2,y:v?f:f-y/2,width:x?p:p*2,height:v?y:y*2})),!$&&O.createElement("clipPath",{id:"clipPath-dots-".concat(S)},O.createElement("rect",{x:h-k/2,y:f-k/2,width:p+k,height:y+k}))):null,!_&&this.renderCurve(w,S),this.renderErrorBar(w,S),(_||o)&&this.renderDots(w,$,S),(!m||g)&&tn.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:i.curPoints}:n.points!==i.curPoints?{curPoints:n.points}:null}},{key:"repeat",value:function(n,i){for(var a=n.length%2!==0?[].concat(Ji(n),[0]):n,o=[],s=0;s<i;++s)o=[].concat(Ji(o),Ji(a));return o}},{key:"renderDotItem",value:function(n,i){var a;if(O.isValidElement(n))a=O.cloneElement(n,i);else if(bt(n))a=n(i);else{var o=i.key,s=HO(i,n4),u=At("recharts-line-dot",typeof n!="boolean"?n.className:"");a=O.createElement(bc,Wo({key:o},s,{className:u}))}return a}}])})(O.PureComponent);Dr(Ec,"displayName","Line");Dr(Ec,"defaultProps",{xAxisId:0,yAxisId:0,connectNulls:!1,activeDot:!0,dot:!0,legendType:"line",stroke:"#3182bd",strokeWidth:1,fill:"#fff",points:[],isAnimationActive:!Qn.isSsr,animateNewValues:!0,animationBegin:0,animationDuration:1500,animationEasing:"ease",hide:!1,label:!1});Dr(Ec,"getComposedData",function(e){var t=e.props,r=e.xAxis,n=e.yAxis,i=e.xAxisTicks,a=e.yAxisTicks,o=e.dataKey,s=e.bandSize,u=e.displayedData,l=e.offset,c=t.layout,f=u.map(function(h,p){var y=_e(h,o);return c==="horizontal"?{x:ka({axis:r,ticks:i,bandSize:s,entry:h,index:p}),y:yt(y)?null:n.scale(y),value:y,payload:h}:{x:yt(y)?null:r.scale(y),y:ka({axis:n,ticks:a,bandSize:s,entry:h,index:p}),value:y,payload:h}});return or({points:f,layout:c},l)});var y4=["layout","type","stroke","connectNulls","isRange","ref"],v4=["key"],aM;function za(e){"@babel/helpers - typeof";return za=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},za(e)}function oM(e,t){if(e==null)return{};var r=g4(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function g4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function bi(){return bi=Object.assign?Object.assign.bind():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},bi.apply(this,arguments)}function XO(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 Rn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?XO(Object(r),!0).forEach(function(n){Jr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):XO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function b4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function VO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,uM(n.key),n)}}function _4(e,t,r){return t&&VO(e.prototype,t),r&&VO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function x4(e,t,r){return t=Ll(t),w4(e,sM()?Reflect.construct(t,r||[],Ll(e).constructor):t.apply(e,r))}function w4(e,t){if(t&&(za(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return S4(e)}function S4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(sM=function(){return!!e})()}function Ll(e){return Ll=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ll(e)}function O4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&av(e,t)}function av(e,t){return av=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},av(e,t)}function Jr(e,t,r){return t=uM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function uM(e){var t=A4(e,"string");return za(t)=="symbol"?t:t+""}function A4(e,t){if(za(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(za(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var ei=(function(e){function t(){var r;b4(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=x4(this,t,[].concat(i)),Jr(r,"state",{isAnimationFinished:!0}),Jr(r,"id",Ui("recharts-area-")),Jr(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),bt(o)&&o()}),Jr(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),bt(o)&&o()}),r}return O4(t,e),_4(t,[{key:"renderDots",value:function(n,i,a){var o=this.props.isAnimationActive,s=this.state.isAnimationFinished;if(o&&!s)return null;var u=this.props,l=u.dot,c=u.points,f=u.dataKey,h=gt(this.props,!1),p=gt(l,!0),y=c.map(function(d,g){var _=Rn(Rn(Rn({key:"dot-".concat(g),r:3},h),p),{},{index:g,cx:d.x,cy:d.y,dataKey:f,value:d.value,payload:d.payload,points:c});return t.renderDotItem(l,_)}),m={clipPath:n?"url(#clipPath-".concat(i?"":"dots-").concat(a,")"):null};return O.createElement(Rt,bi({className:"recharts-area-dots"},m),y)}},{key:"renderHorizontalRect",value:function(n){var i=this.props,a=i.baseLine,o=i.points,s=i.strokeWidth,u=o[0].x,l=o[o.length-1].x,c=n*Math.abs(u-l),f=qn(o.map(function(h){return h.y||0}));return nt(a)&&typeof a=="number"?f=Math.max(a,f):a&&Array.isArray(a)&&a.length&&(f=Math.max(qn(a.map(function(h){return h.y||0})),f)),nt(f)?O.createElement("rect",{x:u<l?u:u-c,y:0,width:c,height:Math.floor(f+(s?parseInt("".concat(s),10):1))}):null}},{key:"renderVerticalRect",value:function(n){var i=this.props,a=i.baseLine,o=i.points,s=i.strokeWidth,u=o[0].y,l=o[o.length-1].y,c=n*Math.abs(u-l),f=qn(o.map(function(h){return h.x||0}));return nt(a)&&typeof a=="number"?f=Math.max(a,f):a&&Array.isArray(a)&&a.length&&(f=Math.max(qn(a.map(function(h){return h.x||0})),f)),nt(f)?O.createElement("rect",{x:0,y:u<l?u:u-c,width:f+(s?parseInt("".concat(s),10):1),height:Math.floor(c)}):null}},{key:"renderClipRect",value:function(n){var i=this.props.layout;return i==="vertical"?this.renderVerticalRect(n):this.renderHorizontalRect(n)}},{key:"renderAreaStatically",value:function(n,i,a,o){var s=this.props,u=s.layout,l=s.type,c=s.stroke,f=s.connectNulls,h=s.isRange;s.ref;var p=oM(s,y4);return O.createElement(Rt,{clipPath:a?"url(#clipPath-".concat(o,")"):null},O.createElement(Ti,bi({},gt(p,!0),{points:n,connectNulls:f,type:l,baseLine:i,layout:u,stroke:"none",className:"recharts-area-area"})),c!=="none"&&O.createElement(Ti,bi({},gt(this.props,!1),{className:"recharts-area-curve",layout:u,type:l,connectNulls:f,fill:"none",points:n})),c!=="none"&&h&&O.createElement(Ti,bi({},gt(this.props,!1),{className:"recharts-area-curve",layout:u,type:l,connectNulls:f,fill:"none",points:i})))}},{key:"renderAreaWithAnimation",value:function(n,i){var a=this,o=this.props,s=o.points,u=o.baseLine,l=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,h=o.animationEasing,p=o.animationId,y=this.state,m=y.prevPoints,d=y.prevBaseLine;return O.createElement(Br,{begin:c,duration:f,isActive:l,easing:h,from:{t:0},to:{t:1},key:"area-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(g){var _=g.t;if(m){var b=m.length/s.length,x=s.map(function(A,P){var C=Math.floor(P*b);if(m[C]){var T=m[C],E=le(T.x,A.x),M=le(T.y,A.y);return Rn(Rn({},A),{},{x:E(_),y:M(_)})}return A}),v;if(nt(u)&&typeof u=="number"){var w=le(d,u);v=w(_)}else if(yt(u)||to(u)){var S=le(d,0);v=S(_)}else v=u.map(function(A,P){var C=Math.floor(P*b);if(d[C]){var T=d[C],E=le(T.x,A.x),M=le(T.y,A.y);return Rn(Rn({},A),{},{x:E(_),y:M(_)})}return A});return a.renderAreaStatically(x,v,n,i)}return O.createElement(Rt,null,O.createElement("defs",null,O.createElement("clipPath",{id:"animationClipPath-".concat(i)},a.renderClipRect(_))),O.createElement(Rt,{clipPath:"url(#animationClipPath-".concat(i,")")},a.renderAreaStatically(s,u,n,i)))})}},{key:"renderArea",value:function(n,i){var a=this.props,o=a.points,s=a.baseLine,u=a.isAnimationActive,l=this.state,c=l.prevPoints,f=l.prevBaseLine,h=l.totalLength;return u&&o&&o.length&&(!c&&h>0||!Ri(c,o)||!Ri(f,s))?this.renderAreaWithAnimation(n,i):this.renderAreaStatically(o,s,n,i)}},{key:"render",value:function(){var n,i=this.props,a=i.hide,o=i.dot,s=i.points,u=i.className,l=i.top,c=i.left,f=i.xAxis,h=i.yAxis,p=i.width,y=i.height,m=i.isAnimationActive,d=i.id;if(a||!s||!s.length)return null;var g=this.state.isAnimationFinished,_=s.length===1,b=At("recharts-area",u),x=f&&f.allowDataOverflow,v=h&&h.allowDataOverflow,w=x||v,S=yt(d)?this.id:d,A=(n=gt(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},P=A.r,C=P===void 0?3:P,T=A.strokeWidth,E=T===void 0?2:T,M=CE(o)?o:{},R=M.clipDot,$=R===void 0?!0:R,k=C*2+E;return O.createElement(Rt,{className:b},x||v?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(S)},O.createElement("rect",{x:x?c:c-p/2,y:v?l:l-y/2,width:x?p:p*2,height:v?y:y*2})),!$&&O.createElement("clipPath",{id:"clipPath-dots-".concat(S)},O.createElement("rect",{x:c-k/2,y:l-k/2,width:p+k,height:y+k}))):null,_?null:this.renderArea(w,S),(o||_)&&this.renderDots(w,$,S),(!m||g)&&tn.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,curBaseLine:n.baseLine,prevPoints:i.curPoints,prevBaseLine:i.curBaseLine}:n.points!==i.curPoints||n.baseLine!==i.curBaseLine?{curPoints:n.points,curBaseLine:n.baseLine}:null}}])})(O.PureComponent);aM=ei;Jr(ei,"displayName","Area");Jr(ei,"defaultProps",{stroke:"#3182bd",fill:"#3182bd",fillOpacity:.6,xAxisId:0,yAxisId:0,legendType:"line",connectNulls:!1,points:[],dot:!1,activeDot:!0,hide:!1,isAnimationActive:!Qn.isSsr,animationBegin:0,animationDuration:1500,animationEasing:"ease"});Jr(ei,"getBaseValue",function(e,t,r,n){var i=e.layout,a=e.baseValue,o=t.props.baseValue,s=o??a;if(nt(s)&&typeof s=="number")return s;var u=i==="horizontal"?n:r,l=u.scale.domain();if(u.type==="number"){var c=Math.max(l[0],l[1]),f=Math.min(l[0],l[1]);return s==="dataMin"?f:s==="dataMax"||c<0?c:Math.max(Math.min(l[0],l[1]),0)}return s==="dataMin"?l[0]:s==="dataMax"?l[1]:l[0]});Jr(ei,"getComposedData",function(e){var t=e.props,r=e.item,n=e.xAxis,i=e.yAxis,a=e.xAxisTicks,o=e.yAxisTicks,s=e.bandSize,u=e.dataKey,l=e.stackedData,c=e.dataStartIndex,f=e.displayedData,h=e.offset,p=t.layout,y=l&&l.length,m=aM.getBaseValue(t,r,n,i),d=p==="horizontal",g=!1,_=f.map(function(x,v){var w;y?w=l[c+v]:(w=_e(x,u),Array.isArray(w)?g=!0:w=[m,w]);var S=w[1]==null||y&&_e(x,u)==null;return d?{x:ka({axis:n,ticks:a,bandSize:s,entry:x,index:v}),y:S?null:i.scale(w[1]),value:w,payload:x}:{x:S?null:n.scale(w[1]),y:ka({axis:i,ticks:o,bandSize:s,entry:x,index:v}),value:w,payload:x}}),b;return y||g?b=_.map(function(x){var v=Array.isArray(x.value)?x.value[0]:null;return d?{x:x.x,y:v!=null&&x.y!=null?i.scale(v):null}:{x:v!=null?n.scale(v):null,y:x.y}}):b=d?i.scale(m):n.scale(m),Rn({points:_,baseLine:b,layout:p,isRange:g},h)});Jr(ei,"renderDotItem",function(e,t){var r;if(O.isValidElement(e))r=O.cloneElement(e,t);else if(bt(e))r=e(t);else{var n=At("recharts-area-dot",typeof e!="boolean"?e.className:""),i=t.key,a=oM(t,v4);r=O.createElement(bc,bi({},a,{key:i,className:n}))}return r});function Ua(e){"@babel/helpers - typeof";return Ua=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},Ua(e)}function P4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function T4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,fM(n.key),n)}}function E4(e,t,r){return t&&T4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function C4(e,t,r){return t=Bl(t),M4(e,lM()?Reflect.construct(t,r||[],Bl(e).constructor):t.apply(e,r))}function M4(e,t){if(t&&(Ua(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return k4(e)}function k4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(lM=function(){return!!e})()}function Bl(e){return Bl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Bl(e)}function $4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ov(e,t)}function ov(e,t){return ov=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},ov(e,t)}function cM(e,t,r){return t=fM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function fM(e){var t=j4(e,"string");return Ua(t)=="symbol"?t:t+""}function j4(e,t){if(Ua(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ua(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Cc=(function(e){function t(){return P4(this,t),C4(this,t,arguments)}return $4(t,e),E4(t,[{key:"render",value:function(){return null}}])})(Tr.Component);cM(Cc,"displayName","ZAxis");cM(Cc,"defaultProps",{zAxisId:0,range:[64,64],scale:"auto",type:"number"});var R4=["option","isActive"];function Go(){return Go=Object.assign?Object.assign.bind():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},Go.apply(this,arguments)}function D4(e,t){if(e==null)return{};var r=I4(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function I4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function N4(e){var t=e.option,r=e.isActive,n=D4(e,R4);return typeof t=="string"?Tr.createElement(Hy,Go({option:Tr.createElement(dc,Go({type:t},n)),isActive:r,shapeType:"symbols"},n)):Tr.createElement(Hy,Go({option:t,isActive:r,shapeType:"symbols"},n))}function Wa(e){"@babel/helpers - typeof";return Wa=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},Wa(e)}function Ho(){return Ho=Object.assign?Object.assign.bind():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},Ho.apply(this,arguments)}function ZO(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 wr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ZO(Object(r),!0).forEach(function(n){zn(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ZO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function L4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function JO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,pM(n.key),n)}}function B4(e,t,r){return t&&JO(e.prototype,t),r&&JO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function q4(e,t,r){return t=ql(t),F4(e,hM()?Reflect.construct(t,r||[],ql(e).constructor):t.apply(e,r))}function F4(e,t){if(t&&(Wa(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return z4(e)}function z4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function hM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(hM=function(){return!!e})()}function ql(e){return ql=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ql(e)}function U4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&sv(e,t)}function sv(e,t){return sv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},sv(e,t)}function zn(e,t,r){return t=pM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function pM(e){var t=W4(e,"string");return Wa(t)=="symbol"?t:t+""}function W4(e,t){if(Wa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Wa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Mc=(function(e){function t(){var r;L4(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=q4(this,t,[].concat(i)),zn(r,"state",{isAnimationFinished:!1}),zn(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0})}),zn(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1})}),zn(r,"id",Ui("recharts-scatter-")),r}return U4(t,e),B4(t,[{key:"renderSymbolsStatically",value:function(n){var i=this,a=this.props,o=a.shape,s=a.activeShape,u=a.activeIndex,l=gt(this.props,!1);return n.map(function(c,f){var h=u===f,p=h?s:o,y=wr(wr({},l),c);return O.createElement(Rt,Ho({className:"recharts-scatter-symbol",key:"symbol-".concat(c==null?void 0:c.cx,"-").concat(c==null?void 0:c.cy,"-").concat(c==null?void 0:c.size,"-").concat(f)},cs(i.props,c,f),{role:"img"}),O.createElement(N4,Ho({option:p,isActive:h,key:"symbol-".concat(f)},y)))})}},{key:"renderSymbolsWithAnimation",value:function(){var n=this,i=this.props,a=i.points,o=i.isAnimationActive,s=i.animationBegin,u=i.animationDuration,l=i.animationEasing,c=i.animationId,f=this.state.prevPoints;return O.createElement(Br,{begin:s,duration:u,isActive:o,easing:l,from:{t:0},to:{t:1},key:"pie-".concat(c),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(h){var p=h.t,y=a.map(function(m,d){var g=f&&f[d];if(g){var _=le(g.cx,m.cx),b=le(g.cy,m.cy),x=le(g.size,m.size);return wr(wr({},m),{},{cx:_(p),cy:b(p),size:x(p)})}var v=le(0,m.size);return wr(wr({},m),{},{size:v(p)})});return O.createElement(Rt,null,n.renderSymbolsStatically(y))})}},{key:"renderSymbols",value:function(){var n=this.props,i=n.points,a=n.isAnimationActive,o=this.state.prevPoints;return a&&i&&i.length&&(!o||!Ri(o,i))?this.renderSymbolsWithAnimation():this.renderSymbolsStatically(i)}},{key:"renderErrorBar",value:function(){var n=this.props.isAnimationActive;if(n&&!this.state.isAnimationFinished)return null;var i=this.props,a=i.points,o=i.xAxis,s=i.yAxis,u=i.children,l=tr(u,no);return l?l.map(function(c,f){var h=c.props,p=h.direction,y=h.dataKey;return O.cloneElement(c,{key:"".concat(p,"-").concat(y,"-").concat(a[f]),data:a,xAxis:o,yAxis:s,layout:p==="x"?"vertical":"horizontal",dataPointFormatter:function(d,g){return{x:d.cx,y:d.cy,value:p==="x"?+d.node.x:+d.node.y,errorVal:_e(d,g)}}})}):null}},{key:"renderLine",value:function(){var n=this.props,i=n.points,a=n.line,o=n.lineType,s=n.lineJointType,u=gt(this.props,!1),l=gt(a,!1),c,f;if(o==="joint")c=i.map(function(b){return{x:b.cx,y:b.cy}});else if(o==="fitting"){var h=NF(i),p=h.xmin,y=h.xmax,m=h.a,d=h.b,g=function(x){return m*x+d};c=[{x:p,y:g(p)},{x:y,y:g(y)}]}var _=wr(wr(wr({},u),{},{fill:"none",stroke:u&&u.fill},l),{},{points:c});return O.isValidElement(a)?f=O.cloneElement(a,_):bt(a)?f=a(_):f=O.createElement(Ti,Ho({},_,{type:s})),O.createElement(Rt,{className:"recharts-scatter-line",key:"recharts-scatter-line"},f)}},{key:"render",value:function(){var n=this.props,i=n.hide,a=n.points,o=n.line,s=n.className,u=n.xAxis,l=n.yAxis,c=n.left,f=n.top,h=n.width,p=n.height,y=n.id,m=n.isAnimationActive;if(i||!a||!a.length)return null;var d=this.state.isAnimationFinished,g=At("recharts-scatter",s),_=u&&u.allowDataOverflow,b=l&&l.allowDataOverflow,x=_||b,v=yt(y)?this.id:y;return O.createElement(Rt,{className:g,clipPath:x?"url(#clipPath-".concat(v,")"):null},_||b?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(v)},O.createElement("rect",{x:_?c:c-h/2,y:b?f:f-p/2,width:_?h:h*2,height:b?p:p*2}))):null,o&&this.renderLine(),this.renderErrorBar(),O.createElement(Rt,{key:"recharts-scatter-symbols"},this.renderSymbols()),(!m||d)&&tn.renderCallByParent(this.props,a))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:i.curPoints}:n.points!==i.curPoints?{curPoints:n.points}:null}}])})(O.PureComponent);zn(Mc,"displayName","Scatter");zn(Mc,"defaultProps",{xAxisId:0,yAxisId:0,zAxisId:0,legendType:"circle",lineType:"joint",lineJointType:"linear",data:[],shape:"circle",hide:!1,isAnimationActive:!Qn.isSsr,animationBegin:0,animationDuration:400,animationEasing:"linear"});zn(Mc,"getComposedData",function(e){var t=e.xAxis,r=e.yAxis,n=e.zAxis,i=e.item,a=e.displayedData,o=e.xAxisTicks,s=e.yAxisTicks,u=e.offset,l=i.props.tooltipType,c=tr(i.props.children,qg),f=yt(t.dataKey)?i.props.dataKey:t.dataKey,h=yt(r.dataKey)?i.props.dataKey:r.dataKey,p=n&&n.dataKey,y=n?n.range:Cc.defaultProps.range,m=y&&y[0],d=t.scale.bandwidth?t.scale.bandwidth():0,g=r.scale.bandwidth?r.scale.bandwidth():0,_=a.map(function(b,x){var v=_e(b,f),w=_e(b,h),S=!yt(p)&&_e(b,p)||"-",A=[{name:yt(t.dataKey)?i.props.name:t.name||t.dataKey,unit:t.unit||"",value:v,payload:b,dataKey:f,type:l},{name:yt(r.dataKey)?i.props.name:r.name||r.dataKey,unit:r.unit||"",value:w,payload:b,dataKey:h,type:l}];S!=="-"&&A.push({name:n.name||n.dataKey,unit:n.unit||"",value:S,payload:b,dataKey:p,type:l});var P=ka({axis:t,ticks:o,bandSize:d,entry:b,index:x,dataKey:f}),C=ka({axis:r,ticks:s,bandSize:g,entry:b,index:x,dataKey:h}),T=S!=="-"?n.scale(S):m,E=Math.sqrt(Math.max(T,0)/Math.PI);return wr(wr({},b),{},{cx:P,cy:C,x:P-E,y:C-E,xAxis:t,yAxis:r,zAxis:n,width:2*E,height:2*E,size:T,node:{x:v,y:w,z:S},tooltipPayload:A,tooltipPosition:{x:P,y:C},payload:b},c&&c[x]&&c[x].props)});return wr({points:_},u)});function Ga(e){"@babel/helpers - typeof";return Ga=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},Ga(e)}function G4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function H4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,yM(n.key),n)}}function K4(e,t,r){return t&&H4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Y4(e,t,r){return t=Fl(t),X4(e,dM()?Reflect.construct(t,r||[],Fl(e).constructor):t.apply(e,r))}function X4(e,t){if(t&&(Ga(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return V4(e)}function V4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function dM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(dM=function(){return!!e})()}function Fl(e){return Fl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Fl(e)}function Z4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&uv(e,t)}function uv(e,t){return uv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},uv(e,t)}function mM(e,t,r){return t=yM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function yM(e){var t=J4(e,"string");return Ga(t)=="symbol"?t:t+""}function J4(e,t){if(Ga(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ga(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function lv(){return lv=Object.assign?Object.assign.bind():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},lv.apply(this,arguments)}function Q4(e){var t=e.xAxisId,r=Xg(),n=Vg(),i=WC(t);return i==null?null:Tr.createElement(ao,lv({},i,{className:At("recharts-".concat(i.axisType," ").concat(i.axisType),i.className),viewBox:{x:0,y:0,width:r,height:n},ticksGenerator:function(o){return gn(o,!0)}}))}var kc=(function(e){function t(){return G4(this,t),Y4(this,t,arguments)}return Z4(t,e),K4(t,[{key:"render",value:function(){return Tr.createElement(Q4,this.props)}}])})(Tr.Component);mM(kc,"displayName","XAxis");mM(kc,"defaultProps",{allowDecimals:!0,hide:!1,orientation:"bottom",width:0,height:30,mirror:!1,xAxisId:0,tickCount:5,type:"category",padding:{left:0,right:0},allowDataOverflow:!1,scale:"auto",reversed:!1,allowDuplicatedCategory:!0});function Ha(e){"@babel/helpers - typeof";return Ha=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},Ha(e)}function tY(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function eY(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,bM(n.key),n)}}function rY(e,t,r){return t&&eY(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function nY(e,t,r){return t=zl(t),iY(e,vM()?Reflect.construct(t,r||[],zl(e).constructor):t.apply(e,r))}function iY(e,t){if(t&&(Ha(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return aY(e)}function aY(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(vM=function(){return!!e})()}function zl(e){return zl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},zl(e)}function oY(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&cv(e,t)}function cv(e,t){return cv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},cv(e,t)}function gM(e,t,r){return t=bM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function bM(e){var t=sY(e,"string");return Ha(t)=="symbol"?t:t+""}function sY(e,t){if(Ha(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ha(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function fv(){return fv=Object.assign?Object.assign.bind():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},fv.apply(this,arguments)}var uY=function(t){var r=t.yAxisId,n=Xg(),i=Vg(),a=GC(r);return a==null?null:Tr.createElement(ao,fv({},a,{className:At("recharts-".concat(a.axisType," ").concat(a.axisType),a.className),viewBox:{x:0,y:0,width:n,height:i},ticksGenerator:function(s){return gn(s,!0)}}))},$c=(function(e){function t(){return tY(this,t),nY(this,t,arguments)}return oY(t,e),rY(t,[{key:"render",value:function(){return Tr.createElement(uY,this.props)}}])})(Tr.Component);gM($c,"displayName","YAxis");gM($c,"defaultProps",{allowDuplicatedCategory:!0,allowDecimals:!0,hide:!1,orientation:"left",width:60,height:0,mirror:!1,yAxisId:0,tickCount:5,type:"number",padding:{top:0,bottom:0},allowDataOverflow:!1,scale:"auto",reversed:!1});function QO(e){return hY(e)||fY(e)||cY(e)||lY()}function lY(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
158
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function cY(e,t){if(e){if(typeof e=="string")return hv(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 hv(e,t)}}function fY(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function hY(e){if(Array.isArray(e))return hv(e)}function hv(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}var pv=function(t,r,n,i,a){var o=tr(t,Sc),s=tr(t,Ac),u=[].concat(QO(o),QO(s)),l=tr(t,Tc),c="".concat(i,"Id"),f=i[0],h=r;if(u.length&&(h=u.reduce(function(m,d){if(d.props[c]===n&&en(d.props,"extendDomain")&&nt(d.props[f])){var g=d.props[f];return[Math.min(m[0],g),Math.max(m[1],g)]}return m},h)),l.length){var p="".concat(f,"1"),y="".concat(f,"2");h=l.reduce(function(m,d){if(d.props[c]===n&&en(d.props,"extendDomain")&&nt(d.props[p])&&nt(d.props[y])){var g=d.props[p],_=d.props[y];return[Math.min(m[0],g,_),Math.max(m[1],g,_)]}return m},h)}return a&&a.length&&(h=a.reduce(function(m,d){return nt(d)?[Math.min(m[0],d),Math.max(m[1],d)]:m},h)),h},hm={exports:{}},tA;function pY(){return tA||(tA=1,(function(e){var t=Object.prototype.hasOwnProperty,r="~";function n(){}Object.create&&(n.prototype=Object.create(null),new n().__proto__||(r=!1));function i(u,l,c){this.fn=u,this.context=l,this.once=c||!1}function a(u,l,c,f,h){if(typeof c!="function")throw new TypeError("The listener must be a function");var p=new i(c,f||u,h),y=r?r+l:l;return u._events[y]?u._events[y].fn?u._events[y]=[u._events[y],p]:u._events[y].push(p):(u._events[y]=p,u._eventsCount++),u}function o(u,l){--u._eventsCount===0?u._events=new n:delete u._events[l]}function s(){this._events=new n,this._eventsCount=0}s.prototype.eventNames=function(){var l=[],c,f;if(this._eventsCount===0)return l;for(f in c=this._events)t.call(c,f)&&l.push(r?f.slice(1):f);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(c)):l},s.prototype.listeners=function(l){var c=r?r+l:l,f=this._events[c];if(!f)return[];if(f.fn)return[f.fn];for(var h=0,p=f.length,y=new Array(p);h<p;h++)y[h]=f[h].fn;return y},s.prototype.listenerCount=function(l){var c=r?r+l:l,f=this._events[c];return f?f.fn?1:f.length:0},s.prototype.emit=function(l,c,f,h,p,y){var m=r?r+l:l;if(!this._events[m])return!1;var d=this._events[m],g=arguments.length,_,b;if(d.fn){switch(d.once&&this.removeListener(l,d.fn,void 0,!0),g){case 1:return d.fn.call(d.context),!0;case 2:return d.fn.call(d.context,c),!0;case 3:return d.fn.call(d.context,c,f),!0;case 4:return d.fn.call(d.context,c,f,h),!0;case 5:return d.fn.call(d.context,c,f,h,p),!0;case 6:return d.fn.call(d.context,c,f,h,p,y),!0}for(b=1,_=new Array(g-1);b<g;b++)_[b-1]=arguments[b];d.fn.apply(d.context,_)}else{var x=d.length,v;for(b=0;b<x;b++)switch(d[b].once&&this.removeListener(l,d[b].fn,void 0,!0),g){case 1:d[b].fn.call(d[b].context);break;case 2:d[b].fn.call(d[b].context,c);break;case 3:d[b].fn.call(d[b].context,c,f);break;case 4:d[b].fn.call(d[b].context,c,f,h);break;default:if(!_)for(v=1,_=new Array(g-1);v<g;v++)_[v-1]=arguments[v];d[b].fn.apply(d[b].context,_)}}return!0},s.prototype.on=function(l,c,f){return a(this,l,c,f,!1)},s.prototype.once=function(l,c,f){return a(this,l,c,f,!0)},s.prototype.removeListener=function(l,c,f,h){var p=r?r+l:l;if(!this._events[p])return this;if(!c)return o(this,p),this;var y=this._events[p];if(y.fn)y.fn===c&&(!h||y.once)&&(!f||y.context===f)&&o(this,p);else{for(var m=0,d=[],g=y.length;m<g;m++)(y[m].fn!==c||h&&!y[m].once||f&&y[m].context!==f)&&d.push(y[m]);d.length?this._events[p]=d.length===1?d[0]:d:o(this,p)}return this},s.prototype.removeAllListeners=function(l){var c;return l?(c=r?r+l:l,this._events[c]&&o(this,c)):(this._events=new n,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prefixed=r,s.EventEmitter=s,e.exports=s})(hm)),hm.exports}var dY=pY();const mY=zt(dY);var pm=new mY,dm="recharts.syncMouseEvents";function Ls(e){"@babel/helpers - typeof";return Ls=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},Ls(e)}function yY(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vY(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,_M(n.key),n)}}function gY(e,t,r){return t&&vY(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function mm(e,t,r){return t=_M(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _M(e){var t=bY(e,"string");return Ls(t)=="symbol"?t:t+""}function bY(e,t){if(Ls(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ls(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var _Y=(function(){function e(){yY(this,e),mm(this,"activeIndex",0),mm(this,"coordinateList",[]),mm(this,"layout","horizontal")}return gY(e,[{key:"setDetails",value:function(r){var n,i=r.coordinateList,a=i===void 0?null:i,o=r.container,s=o===void 0?null:o,u=r.layout,l=u===void 0?null:u,c=r.offset,f=c===void 0?null:c,h=r.mouseHandlerCallback,p=h===void 0?null:h;this.coordinateList=(n=a??this.coordinateList)!==null&&n!==void 0?n:[],this.container=s??this.container,this.layout=l??this.layout,this.offset=f??this.offset,this.mouseHandlerCallback=p??this.mouseHandlerCallback,this.activeIndex=Math.min(Math.max(this.activeIndex,0),this.coordinateList.length-1)}},{key:"focus",value:function(){this.spoofMouse()}},{key:"keyboardEvent",value:function(r){if(this.coordinateList.length!==0)switch(r.key){case"ArrowRight":{if(this.layout!=="horizontal")return;this.activeIndex=Math.min(this.activeIndex+1,this.coordinateList.length-1),this.spoofMouse();break}case"ArrowLeft":{if(this.layout!=="horizontal")return;this.activeIndex=Math.max(this.activeIndex-1,0),this.spoofMouse();break}}}},{key:"setIndex",value:function(r){this.activeIndex=r}},{key:"spoofMouse",value:function(){var r,n;if(this.layout==="horizontal"&&this.coordinateList.length!==0){var i=this.container.getBoundingClientRect(),a=i.x,o=i.y,s=i.height,u=this.coordinateList[this.activeIndex].coordinate,l=((r=window)===null||r===void 0?void 0:r.scrollX)||0,c=((n=window)===null||n===void 0?void 0:n.scrollY)||0,f=a+u+l,h=o+this.offset.top+s/2+c;this.mouseHandlerCallback({pageX:f,pageY:h})}}}])})();function xY(e,t,r){if(r==="number"&&t===!0&&Array.isArray(e)){var n=e==null?void 0:e[0],i=e==null?void 0:e[1];if(n&&i&&nt(n)&&nt(i))return!0}return!1}function wY(e,t,r,n){var i=n/2;return{stroke:"none",fill:"#ccc",x:e==="horizontal"?t.x-i:r.left+.5,y:e==="horizontal"?r.top+.5:t.y-i,width:e==="horizontal"?n:r.width-1,height:e==="horizontal"?r.height-1:n}}function xM(e){var t=e.cx,r=e.cy,n=e.radius,i=e.startAngle,a=e.endAngle,o=Ee(t,r,n,i),s=Ee(t,r,n,a);return{points:[o,s],cx:t,cy:r,radius:n,startAngle:i,endAngle:a}}function SY(e,t,r){var n,i,a,o;if(e==="horizontal")n=t.x,a=n,i=r.top,o=r.top+r.height;else if(e==="vertical")i=t.y,o=i,n=r.left,a=r.left+r.width;else if(t.cx!=null&&t.cy!=null)if(e==="centric"){var s=t.cx,u=t.cy,l=t.innerRadius,c=t.outerRadius,f=t.angle,h=Ee(s,u,l,f),p=Ee(s,u,c,f);n=h.x,i=h.y,a=p.x,o=p.y}else return xM(t);return[{x:n,y:i},{x:a,y:o}]}function Bs(e){"@babel/helpers - typeof";return Bs=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},Bs(e)}function eA(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 Su(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?eA(Object(r),!0).forEach(function(n){OY(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):eA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function OY(e,t,r){return t=AY(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function AY(e){var t=PY(e,"string");return Bs(t)=="symbol"?t:t+""}function PY(e,t){if(Bs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Bs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function TY(e){var t,r,n=e.element,i=e.tooltipEventType,a=e.isActive,o=e.activeCoordinate,s=e.activePayload,u=e.offset,l=e.activeTooltipIndex,c=e.tooltipAxisBandSize,f=e.layout,h=e.chartName,p=(t=n.props.cursor)!==null&&t!==void 0?t:(r=n.type.defaultProps)===null||r===void 0?void 0:r.cursor;if(!n||!p||!a||!o||h!=="ScatterChart"&&i!=="axis")return null;var y,m=Ti;if(h==="ScatterChart")y=o,m=e6;else if(h==="BarChart")y=wY(f,o,u,c),m=Gg;else if(f==="radial"){var d=xM(o),g=d.cx,_=d.cy,b=d.radius,x=d.startAngle,v=d.endAngle;y={cx:g,cy:_,startAngle:x,endAngle:v,innerRadius:b,outerRadius:b},m=gC}else y={points:SY(f,o,u)},m=Ti;var w=Su(Su(Su(Su({stroke:"#ccc",pointerEvents:"none"},u),y),gt(p,!1)),{},{payload:s,payloadIndex:l,className:At("recharts-tooltip-cursor",p.className)});return O.isValidElement(p)?O.cloneElement(p,w):O.createElement(m,w)}var EY=["item"],CY=["children","className","width","height","style","compact","title","desc"];function Ka(e){"@babel/helpers - typeof";return Ka=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},Ka(e)}function ia(){return ia=Object.assign?Object.assign.bind():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},ia.apply(this,arguments)}function rA(e,t){return $Y(e)||kY(e,t)||SM(e,t)||MY()}function MY(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
159
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function kY(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function $Y(e){if(Array.isArray(e))return e}function nA(e,t){if(e==null)return{};var r=jY(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function jY(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function RY(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function DY(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,OM(n.key),n)}}function IY(e,t,r){return t&&DY(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function NY(e,t,r){return t=Ul(t),LY(e,wM()?Reflect.construct(t,r||[],Ul(e).constructor):t.apply(e,r))}function LY(e,t){if(t&&(Ka(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return BY(e)}function BY(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(wM=function(){return!!e})()}function Ul(e){return Ul=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ul(e)}function qY(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&dv(e,t)}function dv(e,t){return dv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},dv(e,t)}function Ya(e){return UY(e)||zY(e)||SM(e)||FY()}function FY(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
160
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function SM(e,t){if(e){if(typeof e=="string")return mv(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 mv(e,t)}}function zY(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function UY(e){if(Array.isArray(e))return mv(e)}function mv(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 iA(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 Y(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?iA(Object(r),!0).forEach(function(n){dt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):iA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function dt(e,t,r){return t=OM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function OM(e){var t=WY(e,"string");return Ka(t)=="symbol"?t:t+""}function WY(e,t){if(Ka(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ka(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var GY={xAxis:["bottom","top"],yAxis:["left","right"]},HY={width:"100%",height:"100%"},AM={x:0,y:0};function Ou(e){return e}var KY=function(t,r){return r==="horizontal"?t.x:r==="vertical"?t.y:r==="centric"?t.angle:t.radius},YY=function(t,r,n,i){var a=r.find(function(c){return c&&c.index===n});if(a){if(t==="horizontal")return{x:a.coordinate,y:i.y};if(t==="vertical")return{x:i.x,y:a.coordinate};if(t==="centric"){var o=a.coordinate,s=i.radius;return Y(Y(Y({},i),Ee(i.cx,i.cy,s,o)),{},{angle:o,radius:s})}var u=a.coordinate,l=i.angle;return Y(Y(Y({},i),Ee(i.cx,i.cy,u,l)),{},{angle:l,radius:u})}return AM},jc=function(t,r){var n=r.graphicalItems,i=r.dataStartIndex,a=r.dataEndIndex,o=(n??[]).reduce(function(s,u){var l=u.props.data;return l&&l.length?[].concat(Ya(s),Ya(l)):s},[]);return o.length>0?o:t&&t.length&&nt(i)&&nt(a)?t.slice(i,a+1):[]};function PM(e){return e==="number"?[0,"auto"]:void 0}var yv=function(t,r,n,i){var a=t.graphicalItems,o=t.tooltipAxis,s=jc(r,t);return n<0||!a||!a.length||n>=s.length?null:a.reduce(function(u,l){var c,f=(c=l.props.data)!==null&&c!==void 0?c:r;f&&t.dataStartIndex+t.dataEndIndex!==0&&t.dataEndIndex-t.dataStartIndex>=n&&(f=f.slice(t.dataStartIndex,t.dataEndIndex+1));var h;if(o.dataKey&&!o.allowDuplicatedCategory){var p=f===void 0?s:f;h=ol(p,o.dataKey,i)}else h=f&&f[n]||s[n];return h?[].concat(Ya(u),[mC(l,h)]):u},[])},aA=function(t,r,n,i){var a=i||{x:t.chartX,y:t.chartY},o=KY(a,n),s=t.orderedTooltipTicks,u=t.tooltipAxis,l=t.tooltipTicks,c=$U(o,s,l,u);if(c>=0&&l){var f=l[c]&&l[c].value,h=yv(t,r,c,f),p=YY(n,s,c,a);return{activeTooltipIndex:c,activeLabel:f,activePayload:h,activeCoordinate:p}}return null},XY=function(t,r){var n=r.axes,i=r.graphicalItems,a=r.axisType,o=r.axisIdKey,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.layout,f=t.children,h=t.stackOffset,p=hC(c,a);return n.reduce(function(y,m){var d,g=m.type.defaultProps!==void 0?Y(Y({},m.type.defaultProps),m.props):m.props,_=g.type,b=g.dataKey,x=g.allowDataOverflow,v=g.allowDuplicatedCategory,w=g.scale,S=g.ticks,A=g.includeHidden,P=g[o];if(y[P])return y;var C=jc(t.data,{graphicalItems:i.filter(function(B){var W,G=o in B.props?B.props[o]:(W=B.type.defaultProps)===null||W===void 0?void 0:W[o];return G===P}),dataStartIndex:u,dataEndIndex:l}),T=C.length,E,M,R;xY(g.domain,x,_)&&(E=My(g.domain,null,x),p&&(_==="number"||w!=="auto")&&(R=zo(C,b,"category")));var $=PM(_);if(!E||E.length===0){var k,D=(k=g.domain)!==null&&k!==void 0?k:$;if(b){if(E=zo(C,b,_),_==="category"&&p){var L=IF(E);v&&L?(M=E,E=ls(0,T)):v||(E=cS(D,E,m).reduce(function(B,W){return B.indexOf(W)>=0?B:[].concat(Ya(B),[W])},[]))}else if(_==="category")v?E=E.filter(function(B){return B!==""&&!yt(B)}):E=cS(D,E,m).reduce(function(B,W){return B.indexOf(W)>=0||W===""||yt(W)?B:[].concat(Ya(B),[W])},[]);else if(_==="number"){var q=NU(C,i.filter(function(B){var W,G,X=o in B.props?B.props[o]:(W=B.type.defaultProps)===null||W===void 0?void 0:W[o],Z="hide"in B.props?B.props.hide:(G=B.type.defaultProps)===null||G===void 0?void 0:G.hide;return X===P&&(A||!Z)}),b,a,c);q&&(E=q)}p&&(_==="number"||w!=="auto")&&(R=zo(C,b,"category"))}else p?E=ls(0,T):s&&s[P]&&s[P].hasStack&&_==="number"?E=h==="expand"?[0,1]:dC(s[P].stackGroups,u,l):E=fC(C,i.filter(function(B){var W=o in B.props?B.props[o]:B.type.defaultProps[o],G="hide"in B.props?B.props.hide:B.type.defaultProps.hide;return W===P&&(A||!G)}),_,c,!0);if(_==="number")E=pv(f,E,P,a,S),D&&(E=My(D,E,x));else if(_==="category"&&D){var I=D,j=E.every(function(B){return I.indexOf(B)>=0});j&&(E=I)}}return Y(Y({},y),{},dt({},P,Y(Y({},g),{},{axisType:a,domain:E,categoricalDomain:R,duplicateDomain:M,originalDomain:(d=g.domain)!==null&&d!==void 0?d:$,isCategorical:p,layout:c})))},{})},VY=function(t,r){var n=r.graphicalItems,i=r.Axis,a=r.axisType,o=r.axisIdKey,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.layout,f=t.children,h=jc(t.data,{graphicalItems:n,dataStartIndex:u,dataEndIndex:l}),p=h.length,y=hC(c,a),m=-1;return n.reduce(function(d,g){var _=g.type.defaultProps!==void 0?Y(Y({},g.type.defaultProps),g.props):g.props,b=_[o],x=PM("number");if(!d[b]){m++;var v;return y?v=ls(0,p):s&&s[b]&&s[b].hasStack?(v=dC(s[b].stackGroups,u,l),v=pv(f,v,b,a)):(v=My(x,fC(h,n.filter(function(w){var S,A,P=o in w.props?w.props[o]:(S=w.type.defaultProps)===null||S===void 0?void 0:S[o],C="hide"in w.props?w.props.hide:(A=w.type.defaultProps)===null||A===void 0?void 0:A.hide;return P===b&&!C}),"number",c),i.defaultProps.allowDataOverflow),v=pv(f,v,b,a)),Y(Y({},d),{},dt({},b,Y(Y({axisType:a},i.defaultProps),{},{hide:!0,orientation:Er(GY,"".concat(a,".").concat(m%2),null),domain:v,originalDomain:x,isCategorical:y,layout:c})))}return d},{})},ZY=function(t,r){var n=r.axisType,i=n===void 0?"xAxis":n,a=r.AxisComp,o=r.graphicalItems,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.children,f="".concat(i,"Id"),h=tr(c,a),p={};return h&&h.length?p=XY(t,{axes:h,graphicalItems:o,axisType:i,axisIdKey:f,stackGroups:s,dataStartIndex:u,dataEndIndex:l}):o&&o.length&&(p=VY(t,{Axis:a,graphicalItems:o,axisType:i,axisIdKey:f,stackGroups:s,dataStartIndex:u,dataEndIndex:l})),p},JY=function(t){var r=In(t),n=gn(r,!1,!0);return{tooltipTicks:n,orderedTooltipTicks:hc(n,function(i){return i.coordinate}),tooltipAxis:r,tooltipAxisBandSize:vl(r,n)}},oA=function(t){var r=t.children,n=t.defaultShowTooltip,i=ur(r,Ra),a=0,o=0;return t.data&&t.data.length!==0&&(o=t.data.length-1),i&&i.props&&(i.props.startIndex>=0&&(a=i.props.startIndex),i.props.endIndex>=0&&(o=i.props.endIndex)),{chartX:0,chartY:0,dataStartIndex:a,dataEndIndex:o,activeTooltipIndex:-1,isTooltipActive:!!n}},QY=function(t){return!t||!t.length?!1:t.some(function(r){var n=bn(r&&r.type);return n&&n.indexOf("Bar")>=0})},sA=function(t){return t==="horizontal"?{numericAxisName:"yAxis",cateAxisName:"xAxis"}:t==="vertical"?{numericAxisName:"xAxis",cateAxisName:"yAxis"}:t==="centric"?{numericAxisName:"radiusAxis",cateAxisName:"angleAxis"}:{numericAxisName:"angleAxis",cateAxisName:"radiusAxis"}},tX=function(t,r){var n=t.props,i=t.graphicalItems,a=t.xAxisMap,o=a===void 0?{}:a,s=t.yAxisMap,u=s===void 0?{}:s,l=n.width,c=n.height,f=n.children,h=n.margin||{},p=ur(f,Ra),y=ur(f,Ai),m=Object.keys(u).reduce(function(v,w){var S=u[w],A=S.orientation;return!S.mirror&&!S.hide?Y(Y({},v),{},dt({},A,v[A]+S.width)):v},{left:h.left||0,right:h.right||0}),d=Object.keys(o).reduce(function(v,w){var S=o[w],A=S.orientation;return!S.mirror&&!S.hide?Y(Y({},v),{},dt({},A,Er(v,"".concat(A))+S.height)):v},{top:h.top||0,bottom:h.bottom||0}),g=Y(Y({},d),m),_=g.bottom;p&&(g.bottom+=p.props.height||Ra.defaultProps.height),y&&r&&(g=DU(g,i,n,r));var b=l-g.left-g.right,x=c-g.top-g.bottom;return Y(Y({brushBottom:_},g),{},{width:Math.max(b,0),height:Math.max(x,0)})},eX=function(t,r){if(r==="xAxis")return t[r].width;if(r==="yAxis")return t[r].height},rX=function(t){var r=t.chartName,n=t.GraphicalChild,i=t.defaultTooltipEventType,a=i===void 0?"axis":i,o=t.validateTooltipEventTypes,s=o===void 0?["axis"]:o,u=t.axisComponents,l=t.legendContent,c=t.formatAxisMap,f=t.defaultProps,h=function(g,_){var b=_.graphicalItems,x=_.stackGroups,v=_.offset,w=_.updateId,S=_.dataStartIndex,A=_.dataEndIndex,P=g.barSize,C=g.layout,T=g.barGap,E=g.barCategoryGap,M=g.maxBarSize,R=sA(C),$=R.numericAxisName,k=R.cateAxisName,D=QY(b),L=[];return b.forEach(function(q,I){var j=jc(g.data,{graphicalItems:[q],dataStartIndex:S,dataEndIndex:A}),B=q.type.defaultProps!==void 0?Y(Y({},q.type.defaultProps),q.props):q.props,W=B.dataKey,G=B.maxBarSize,X=B["".concat($,"Id")],Z=B["".concat(k,"Id")],J={},z=u.reduce(function(ft,wt){var $t,Gt,Et=_["".concat(wt.axisType,"Map")],Dt=B["".concat(wt.axisType,"Id")];Et&&Et[Dt]||wt.axisType==="zAxis"||(process.env.NODE_ENV!=="production"?Ye(!1,"Specifying a(n) ".concat(wt.axisType,"Id requires a corresponding ").concat(wt.axisType,"Id on the targeted graphical component ").concat(($t=q==null||(Gt=q.type)===null||Gt===void 0?void 0:Gt.displayName)!==null&&$t!==void 0?$t:"")):Ye());var ye=Et[Dt];return Y(Y({},ft),{},dt(dt({},wt.axisType,ye),"".concat(wt.axisType,"Ticks"),gn(ye)))},J),F=z[k],H=z["".concat(k,"Ticks")],Q=x&&x[X]&&x[X].hasStack&&XU(q,x[X].stackGroups),N=bn(q.type).indexOf("Bar")>=0,st=vl(F,H),K=[],ot=D&&jU({barSize:P,stackGroups:x,totalSize:eX(z,k)});if(N){var ht,at,pt=yt(G)?M:G,Tt=(ht=(at=vl(F,H,!0))!==null&&at!==void 0?at:pt)!==null&&ht!==void 0?ht:0;K=RU({barGap:T,barCategoryGap:E,bandSize:Tt!==st?Tt:st,sizeList:ot[Z],maxBarSize:pt}),Tt!==st&&(K=K.map(function(ft){return Y(Y({},ft),{},{position:Y(Y({},ft.position),{},{offset:ft.position.offset-Tt/2})})}))}var it=q&&q.type&&q.type.getComposedData;it&&L.push({props:Y(Y({},it(Y(Y({},z),{},{displayedData:j,props:g,dataKey:W,item:q,bandSize:st,barPosition:K,offset:v,stackedData:Q,layout:C,dataStartIndex:S,dataEndIndex:A}))),{},dt(dt(dt({key:q.key||"item-".concat(I)},$,z[$]),k,z[k]),"animationId",w)),childIndex:XF(q,g.children),item:q})}),L},p=function(g,_){var b=g.props,x=g.dataStartIndex,v=g.dataEndIndex,w=g.updateId;if(!K1({props:b}))return null;var S=b.children,A=b.layout,P=b.stackOffset,C=b.data,T=b.reverseStackOrder,E=sA(A),M=E.numericAxisName,R=E.cateAxisName,$=tr(S,n),k=HU(C,$,"".concat(M,"Id"),"".concat(R,"Id"),P,T),D=u.reduce(function(B,W){var G="".concat(W.axisType,"Map");return Y(Y({},B),{},dt({},G,ZY(b,Y(Y({},W),{},{graphicalItems:$,stackGroups:W.axisType===M&&k,dataStartIndex:x,dataEndIndex:v}))))},{}),L=tX(Y(Y({},D),{},{props:b,graphicalItems:$}),_==null?void 0:_.legendBBox);Object.keys(D).forEach(function(B){D[B]=c(b,D[B],L,B.replace("Map",""),r)});var q=D["".concat(R,"Map")],I=JY(q),j=h(b,Y(Y({},D),{},{dataStartIndex:x,dataEndIndex:v,updateId:w,graphicalItems:$,stackGroups:k,offset:L}));return Y(Y({formattedGraphicalItems:j,graphicalItems:$,offset:L,stackGroups:k},I),D)},y=(function(d){function g(_){var b,x,v;return RY(this,g),v=NY(this,g,[_]),dt(v,"eventEmitterSymbol",Symbol("rechartsEventEmitter")),dt(v,"accessibilityManager",new _Y),dt(v,"handleLegendBBoxUpdate",function(w){if(w){var S=v.state,A=S.dataStartIndex,P=S.dataEndIndex,C=S.updateId;v.setState(Y({legendBBox:w},p({props:v.props,dataStartIndex:A,dataEndIndex:P,updateId:C},Y(Y({},v.state),{},{legendBBox:w}))))}}),dt(v,"handleReceiveSyncEvent",function(w,S,A){if(v.props.syncId===w){if(A===v.eventEmitterSymbol&&typeof v.props.syncMethod!="function")return;v.applySyncEvent(S)}}),dt(v,"handleBrushChange",function(w){var S=w.startIndex,A=w.endIndex;if(S!==v.state.dataStartIndex||A!==v.state.dataEndIndex){var P=v.state.updateId;v.setState(function(){return Y({dataStartIndex:S,dataEndIndex:A},p({props:v.props,dataStartIndex:S,dataEndIndex:A,updateId:P},v.state))}),v.triggerSyncEvent({dataStartIndex:S,dataEndIndex:A})}}),dt(v,"handleMouseEnter",function(w){var S=v.getMouseInfo(w);if(S){var A=Y(Y({},S),{},{isTooltipActive:!0});v.setState(A),v.triggerSyncEvent(A);var P=v.props.onMouseEnter;bt(P)&&P(A,w)}}),dt(v,"triggeredAfterMouseMove",function(w){var S=v.getMouseInfo(w),A=S?Y(Y({},S),{},{isTooltipActive:!0}):{isTooltipActive:!1};v.setState(A),v.triggerSyncEvent(A);var P=v.props.onMouseMove;bt(P)&&P(A,w)}),dt(v,"handleItemMouseEnter",function(w){v.setState(function(){return{isTooltipActive:!0,activeItem:w,activePayload:w.tooltipPayload,activeCoordinate:w.tooltipPosition||{x:w.cx,y:w.cy}}})}),dt(v,"handleItemMouseLeave",function(){v.setState(function(){return{isTooltipActive:!1}})}),dt(v,"handleMouseMove",function(w){w.persist(),v.throttleTriggeredAfterMouseMove(w)}),dt(v,"handleMouseLeave",function(w){v.throttleTriggeredAfterMouseMove.cancel();var S={isTooltipActive:!1};v.setState(S),v.triggerSyncEvent(S);var A=v.props.onMouseLeave;bt(A)&&A(S,w)}),dt(v,"handleOuterEvent",function(w){var S=YF(w),A=Er(v.props,"".concat(S));if(S&&bt(A)){var P,C;/.*touch.*/i.test(S)?C=v.getMouseInfo(w.changedTouches[0]):C=v.getMouseInfo(w),A((P=C)!==null&&P!==void 0?P:{},w)}}),dt(v,"handleClick",function(w){var S=v.getMouseInfo(w);if(S){var A=Y(Y({},S),{},{isTooltipActive:!0});v.setState(A),v.triggerSyncEvent(A);var P=v.props.onClick;bt(P)&&P(A,w)}}),dt(v,"handleMouseDown",function(w){var S=v.props.onMouseDown;if(bt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"handleMouseUp",function(w){var S=v.props.onMouseUp;if(bt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"handleTouchMove",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&v.throttleTriggeredAfterMouseMove(w.changedTouches[0])}),dt(v,"handleTouchStart",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&v.handleMouseDown(w.changedTouches[0])}),dt(v,"handleTouchEnd",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&v.handleMouseUp(w.changedTouches[0])}),dt(v,"handleDoubleClick",function(w){var S=v.props.onDoubleClick;if(bt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"handleContextMenu",function(w){var S=v.props.onContextMenu;if(bt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"triggerSyncEvent",function(w){v.props.syncId!==void 0&&pm.emit(dm,v.props.syncId,w,v.eventEmitterSymbol)}),dt(v,"applySyncEvent",function(w){var S=v.props,A=S.layout,P=S.syncMethod,C=v.state.updateId,T=w.dataStartIndex,E=w.dataEndIndex;if(w.dataStartIndex!==void 0||w.dataEndIndex!==void 0)v.setState(Y({dataStartIndex:T,dataEndIndex:E},p({props:v.props,dataStartIndex:T,dataEndIndex:E,updateId:C},v.state)));else if(w.activeTooltipIndex!==void 0){var M=w.chartX,R=w.chartY,$=w.activeTooltipIndex,k=v.state,D=k.offset,L=k.tooltipTicks;if(!D)return;if(typeof P=="function")$=P(L,w);else if(P==="value"){$=-1;for(var q=0;q<L.length;q++)if(L[q].value===w.activeLabel){$=q;break}}var I=Y(Y({},D),{},{x:D.left,y:D.top}),j=Math.min(M,I.x+I.width),B=Math.min(R,I.y+I.height),W=L[$]&&L[$].value,G=yv(v.state,v.props.data,$),X=L[$]?{x:A==="horizontal"?L[$].coordinate:j,y:A==="horizontal"?B:L[$].coordinate}:AM;v.setState(Y(Y({},w),{},{activeLabel:W,activeCoordinate:X,activePayload:G,activeTooltipIndex:$}))}else v.setState(w)}),dt(v,"renderCursor",function(w){var S,A=v.state,P=A.isTooltipActive,C=A.activeCoordinate,T=A.activePayload,E=A.offset,M=A.activeTooltipIndex,R=A.tooltipAxisBandSize,$=v.getTooltipEventType(),k=(S=w.props.active)!==null&&S!==void 0?S:P,D=v.props.layout,L=w.key||"_recharts-cursor";return O.createElement(TY,{key:L,activeCoordinate:C,activePayload:T,activeTooltipIndex:M,chartName:r,element:w,isActive:k,layout:D,offset:E,tooltipAxisBandSize:R,tooltipEventType:$})}),dt(v,"renderPolarAxis",function(w,S,A){var P=Er(w,"type.axisType"),C=Er(v.state,"".concat(P,"Map")),T=w.type.defaultProps,E=T!==void 0?Y(Y({},T),w.props):w.props,M=C&&C[E["".concat(P,"Id")]];return O.cloneElement(w,Y(Y({},M),{},{className:At(P,M.className),key:w.key||"".concat(S,"-").concat(A),ticks:gn(M,!0)}))}),dt(v,"renderPolarGrid",function(w){var S=w.props,A=S.radialLines,P=S.polarAngles,C=S.polarRadius,T=v.state,E=T.radiusAxisMap,M=T.angleAxisMap,R=In(E),$=In(M),k=$.cx,D=$.cy,L=$.innerRadius,q=$.outerRadius;return O.cloneElement(w,{polarAngles:Array.isArray(P)?P:gn($,!0).map(function(I){return I.coordinate}),polarRadius:Array.isArray(C)?C:gn(R,!0).map(function(I){return I.coordinate}),cx:k,cy:D,innerRadius:L,outerRadius:q,key:w.key||"polar-grid",radialLines:A})}),dt(v,"renderLegend",function(){var w=v.state.formattedGraphicalItems,S=v.props,A=S.children,P=S.width,C=S.height,T=v.props.margin||{},E=P-(T.left||0)-(T.right||0),M=lC({children:A,formattedGraphicalItems:w,legendWidth:E,legendContent:l});if(!M)return null;var R=M.item,$=nA(M,EY);return O.cloneElement(R,Y(Y({},$),{},{chartWidth:P,chartHeight:C,margin:T,onBBoxUpdate:v.handleLegendBBoxUpdate}))}),dt(v,"renderTooltip",function(){var w,S=v.props,A=S.children,P=S.accessibilityLayer,C=ur(A,Yr);if(!C)return null;var T=v.state,E=T.isTooltipActive,M=T.activeCoordinate,R=T.activePayload,$=T.activeLabel,k=T.offset,D=(w=C.props.active)!==null&&w!==void 0?w:E;return O.cloneElement(C,{viewBox:Y(Y({},k),{},{x:k.left,y:k.top}),active:D,label:$,payload:D?R:[],coordinate:M,accessibilityLayer:P})}),dt(v,"renderBrush",function(w){var S=v.props,A=S.margin,P=S.data,C=v.state,T=C.offset,E=C.dataStartIndex,M=C.dataEndIndex,R=C.updateId;return O.cloneElement(w,{key:w.key||"_recharts-brush",onChange:vu(v.handleBrushChange,w.props.onChange),data:P,x:nt(w.props.x)?w.props.x:T.left,y:nt(w.props.y)?w.props.y:T.top+T.height+T.brushBottom-(A.bottom||0),width:nt(w.props.width)?w.props.width:T.width,startIndex:E,endIndex:M,updateId:"brush-".concat(R)})}),dt(v,"renderReferenceElement",function(w,S,A){if(!w)return null;var P=v,C=P.clipPathId,T=v.state,E=T.xAxisMap,M=T.yAxisMap,R=T.offset,$=w.type.defaultProps||{},k=w.props,D=k.xAxisId,L=D===void 0?$.xAxisId:D,q=k.yAxisId,I=q===void 0?$.yAxisId:q;return O.cloneElement(w,{key:w.key||"".concat(S,"-").concat(A),xAxis:E[L],yAxis:M[I],viewBox:{x:R.left,y:R.top,width:R.width,height:R.height},clipPathId:C})}),dt(v,"renderActivePoints",function(w){var S=w.item,A=w.activePoint,P=w.basePoint,C=w.childIndex,T=w.isRange,E=[],M=S.props.key,R=S.item.type.defaultProps!==void 0?Y(Y({},S.item.type.defaultProps),S.item.props):S.item.props,$=R.activeDot,k=R.dataKey,D=Y(Y({index:C,dataKey:k,cx:A.x,cy:A.y,r:4,fill:Ug(S.item),strokeWidth:2,stroke:"#fff",payload:A.payload,value:A.value},gt($,!1)),sl($));return E.push(g.renderActiveDot($,D,"".concat(M,"-activePoint-").concat(C))),P?E.push(g.renderActiveDot($,Y(Y({},D),{},{cx:P.x,cy:P.y}),"".concat(M,"-basePoint-").concat(C))):T&&E.push(null),E}),dt(v,"renderGraphicChild",function(w,S,A){var P=v.filterFormatItem(w,S,A);if(!P)return null;var C=v.getTooltipEventType(),T=v.state,E=T.isTooltipActive,M=T.tooltipAxis,R=T.activeTooltipIndex,$=T.activeLabel,k=v.props.children,D=ur(k,Yr),L=P.props,q=L.points,I=L.isRange,j=L.baseLine,B=P.item.type.defaultProps!==void 0?Y(Y({},P.item.type.defaultProps),P.item.props):P.item.props,W=B.activeDot,G=B.hide,X=B.activeBar,Z=B.activeShape,J=!!(!G&&E&&D&&(W||X||Z)),z={};C!=="axis"&&D&&D.props.trigger==="click"?z={onClick:vu(v.handleItemMouseEnter,w.props.onClick)}:C!=="axis"&&(z={onMouseLeave:vu(v.handleItemMouseLeave,w.props.onMouseLeave),onMouseEnter:vu(v.handleItemMouseEnter,w.props.onMouseEnter)});var F=O.cloneElement(w,Y(Y({},P.props),z));function H(wt){return typeof M.dataKey=="function"?M.dataKey(wt.payload):null}if(J)if(R>=0){var Q,N;if(M.dataKey&&!M.allowDuplicatedCategory){var st=typeof M.dataKey=="function"?H:"payload.".concat(M.dataKey.toString());Q=ol(q,st,$),N=I&&j&&ol(j,st,$)}else Q=q==null?void 0:q[R],N=I&&j&&j[R];if(Z||X){var K=w.props.activeIndex!==void 0?w.props.activeIndex:R;return[O.cloneElement(w,Y(Y(Y({},P.props),z),{},{activeIndex:K})),null,null]}if(!yt(Q))return[F].concat(Ya(v.renderActivePoints({item:P,activePoint:Q,basePoint:N,childIndex:R,isRange:I})))}else{var ot,ht=(ot=v.getItemByXY(v.state.activeCoordinate))!==null&&ot!==void 0?ot:{graphicalItem:F},at=ht.graphicalItem,pt=at.item,Tt=pt===void 0?w:pt,it=at.childIndex,ft=Y(Y(Y({},P.props),z),{},{activeIndex:it});return[O.cloneElement(Tt,ft),null,null]}return I?[F,null,null]:[F,null]}),dt(v,"renderCustomized",function(w,S,A){return O.cloneElement(w,Y(Y({key:"recharts-customized-".concat(A)},v.props),v.state))}),dt(v,"renderMap",{CartesianGrid:{handler:Ou,once:!0},ReferenceArea:{handler:v.renderReferenceElement},ReferenceLine:{handler:Ou},ReferenceDot:{handler:v.renderReferenceElement},XAxis:{handler:Ou},YAxis:{handler:Ou},Brush:{handler:v.renderBrush,once:!0},Bar:{handler:v.renderGraphicChild},Line:{handler:v.renderGraphicChild},Area:{handler:v.renderGraphicChild},Radar:{handler:v.renderGraphicChild},RadialBar:{handler:v.renderGraphicChild},Scatter:{handler:v.renderGraphicChild},Pie:{handler:v.renderGraphicChild},Funnel:{handler:v.renderGraphicChild},Tooltip:{handler:v.renderCursor,once:!0},PolarGrid:{handler:v.renderPolarGrid,once:!0},PolarAngleAxis:{handler:v.renderPolarAxis},PolarRadiusAxis:{handler:v.renderPolarAxis},Customized:{handler:v.renderCustomized}}),v.clipPathId="".concat((b=_.id)!==null&&b!==void 0?b:Ui("recharts"),"-clip"),v.throttleTriggeredAfterMouseMove=zE(v.triggeredAfterMouseMove,(x=_.throttleDelay)!==null&&x!==void 0?x:1e3/60),v.state={},v}return qY(g,d),IY(g,[{key:"componentDidMount",value:function(){var b,x;this.addListener(),this.accessibilityManager.setDetails({container:this.container,offset:{left:(b=this.props.margin.left)!==null&&b!==void 0?b:0,top:(x=this.props.margin.top)!==null&&x!==void 0?x:0},coordinateList:this.state.tooltipTicks,mouseHandlerCallback:this.triggeredAfterMouseMove,layout:this.props.layout}),this.displayDefaultTooltip()}},{key:"displayDefaultTooltip",value:function(){var b=this.props,x=b.children,v=b.data,w=b.height,S=b.layout,A=ur(x,Yr);if(A){var P=A.props.defaultIndex;if(!(typeof P!="number"||P<0||P>this.state.tooltipTicks.length-1)){var C=this.state.tooltipTicks[P]&&this.state.tooltipTicks[P].value,T=yv(this.state,v,P,C),E=this.state.tooltipTicks[P].coordinate,M=(this.state.offset.top+w)/2,R=S==="horizontal",$=R?{x:E,y:M}:{y:E,x:M},k=this.state.formattedGraphicalItems.find(function(L){var q=L.item;return q.type.name==="Scatter"});k&&($=Y(Y({},$),k.props.points[P].tooltipPosition),T=k.props.points[P].tooltipPayload);var D={activeTooltipIndex:P,isTooltipActive:!0,activeLabel:C,activePayload:T,activeCoordinate:$};this.setState(D),this.renderCursor(A),this.accessibilityManager.setIndex(P)}}}},{key:"getSnapshotBeforeUpdate",value:function(b,x){if(!this.props.accessibilityLayer)return null;if(this.state.tooltipTicks!==x.tooltipTicks&&this.accessibilityManager.setDetails({coordinateList:this.state.tooltipTicks}),this.props.layout!==b.layout&&this.accessibilityManager.setDetails({layout:this.props.layout}),this.props.margin!==b.margin){var v,w;this.accessibilityManager.setDetails({offset:{left:(v=this.props.margin.left)!==null&&v!==void 0?v:0,top:(w=this.props.margin.top)!==null&&w!==void 0?w:0}})}return null}},{key:"componentDidUpdate",value:function(b){ly([ur(b.children,Yr)],[ur(this.props.children,Yr)])||this.displayDefaultTooltip()}},{key:"componentWillUnmount",value:function(){this.removeListener(),this.throttleTriggeredAfterMouseMove.cancel()}},{key:"getTooltipEventType",value:function(){var b=ur(this.props.children,Yr);if(b&&typeof b.props.shared=="boolean"){var x=b.props.shared?"axis":"item";return s.indexOf(x)>=0?x:a}return a}},{key:"getMouseInfo",value:function(b){if(!this.container)return null;var x=this.container,v=x.getBoundingClientRect(),w=Q5(v),S={chartX:Math.round(b.pageX-w.left),chartY:Math.round(b.pageY-w.top)},A=v.width/x.offsetWidth||1,P=this.inRange(S.chartX,S.chartY,A);if(!P)return null;var C=this.state,T=C.xAxisMap,E=C.yAxisMap,M=this.getTooltipEventType(),R=aA(this.state,this.props.data,this.props.layout,P);if(M!=="axis"&&T&&E){var $=In(T).scale,k=In(E).scale,D=$&&$.invert?$.invert(S.chartX):null,L=k&&k.invert?k.invert(S.chartY):null;return Y(Y({},S),{},{xValue:D,yValue:L},R)}return R?Y(Y({},S),R):null}},{key:"inRange",value:function(b,x){var v=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,w=this.props.layout,S=b/v,A=x/v;if(w==="horizontal"||w==="vertical"){var P=this.state.offset,C=S>=P.left&&S<=P.left+P.width&&A>=P.top&&A<=P.top+P.height;return C?{x:S,y:A}:null}var T=this.state,E=T.angleAxisMap,M=T.radiusAxisMap;if(E&&M){var R=In(E);return pS({x:S,y:A},R)}return null}},{key:"parseEventsOfWrapper",value:function(){var b=this.props.children,x=this.getTooltipEventType(),v=ur(b,Yr),w={};v&&x==="axis"&&(v.props.trigger==="click"?w={onClick:this.handleClick}:w={onMouseEnter:this.handleMouseEnter,onDoubleClick:this.handleDoubleClick,onMouseMove:this.handleMouseMove,onMouseLeave:this.handleMouseLeave,onTouchMove:this.handleTouchMove,onTouchStart:this.handleTouchStart,onTouchEnd:this.handleTouchEnd,onContextMenu:this.handleContextMenu});var S=sl(this.props,this.handleOuterEvent);return Y(Y({},S),w)}},{key:"addListener",value:function(){pm.on(dm,this.handleReceiveSyncEvent)}},{key:"removeListener",value:function(){pm.removeListener(dm,this.handleReceiveSyncEvent)}},{key:"filterFormatItem",value:function(b,x,v){for(var w=this.state.formattedGraphicalItems,S=0,A=w.length;S<A;S++){var P=w[S];if(P.item===b||P.props.key===b.key||x===bn(P.item.type)&&v===P.childIndex)return P}return null}},{key:"renderClipPath",value:function(){var b=this.clipPathId,x=this.state.offset,v=x.left,w=x.top,S=x.height,A=x.width;return O.createElement("defs",null,O.createElement("clipPath",{id:b},O.createElement("rect",{x:v,y:w,height:S,width:A})))}},{key:"getXScales",value:function(){var b=this.state.xAxisMap;return b?Object.entries(b).reduce(function(x,v){var w=rA(v,2),S=w[0],A=w[1];return Y(Y({},x),{},dt({},S,A.scale))},{}):null}},{key:"getYScales",value:function(){var b=this.state.yAxisMap;return b?Object.entries(b).reduce(function(x,v){var w=rA(v,2),S=w[0],A=w[1];return Y(Y({},x),{},dt({},S,A.scale))},{}):null}},{key:"getXScaleByAxisId",value:function(b){var x;return(x=this.state.xAxisMap)===null||x===void 0||(x=x[b])===null||x===void 0?void 0:x.scale}},{key:"getYScaleByAxisId",value:function(b){var x;return(x=this.state.yAxisMap)===null||x===void 0||(x=x[b])===null||x===void 0?void 0:x.scale}},{key:"getItemByXY",value:function(b){var x=this.state,v=x.formattedGraphicalItems,w=x.activeItem;if(v&&v.length)for(var S=0,A=v.length;S<A;S++){var P=v[S],C=P.props,T=P.item,E=T.type.defaultProps!==void 0?Y(Y({},T.type.defaultProps),T.props):T.props,M=bn(T.type);if(M==="Bar"){var R=(C.data||[]).find(function(L){return GG(b,L)});if(R)return{graphicalItem:P,payload:R}}else if(M==="RadialBar"){var $=(C.data||[]).find(function(L){return pS(b,L)});if($)return{graphicalItem:P,payload:$}}else if(_c(P,w)||xc(P,w)||Rs(P,w)){var k=R6({graphicalItem:P,activeTooltipItem:w,itemData:E.data}),D=E.activeIndex===void 0?k:E.activeIndex;return{graphicalItem:Y(Y({},P),{},{childIndex:D}),payload:Rs(P,w)?E.data[k]:P.props.data[k]}}}return null}},{key:"render",value:function(){var b=this;if(!K1(this))return null;var x=this.props,v=x.children,w=x.className,S=x.width,A=x.height,P=x.style,C=x.compact,T=x.title,E=x.desc,M=nA(x,CY),R=gt(M,!1);if(C)return O.createElement(jO,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},O.createElement(fy,ia({},R,{width:S,height:A,title:T,desc:E}),this.renderClipPath(),X1(v,this.renderMap)));if(this.props.accessibilityLayer){var $,k;R.tabIndex=($=this.props.tabIndex)!==null&&$!==void 0?$:0,R.role=(k=this.props.role)!==null&&k!==void 0?k:"application",R.onKeyDown=function(L){b.accessibilityManager.keyboardEvent(L)},R.onFocus=function(){b.accessibilityManager.focus()}}var D=this.parseEventsOfWrapper();return O.createElement(jO,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},O.createElement("div",ia({className:At("recharts-wrapper",w),style:Y({position:"relative",cursor:"default",width:S,height:A},P)},D,{ref:function(q){b.container=q}}),O.createElement(fy,ia({},R,{width:S,height:A,title:T,desc:E,style:HY}),this.renderClipPath(),X1(v,this.renderMap)),this.renderLegend(),this.renderTooltip()))}}])})(O.Component);dt(y,"displayName",r),dt(y,"defaultProps",Y({layout:"horizontal",stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:{top:5,right:5,bottom:5,left:5},reverseStackOrder:!1,syncMethod:"index"},f)),dt(y,"getDerivedStateFromProps",function(d,g){var _=d.dataKey,b=d.data,x=d.children,v=d.width,w=d.height,S=d.layout,A=d.stackOffset,P=d.margin,C=g.dataStartIndex,T=g.dataEndIndex;if(g.updateId===void 0){var E=oA(d);return Y(Y(Y({},E),{},{updateId:0},p(Y(Y({props:d},E),{},{updateId:0}),g)),{},{prevDataKey:_,prevData:b,prevWidth:v,prevHeight:w,prevLayout:S,prevStackOffset:A,prevMargin:P,prevChildren:x})}if(_!==g.prevDataKey||b!==g.prevData||v!==g.prevWidth||w!==g.prevHeight||S!==g.prevLayout||A!==g.prevStackOffset||!ha(P,g.prevMargin)){var M=oA(d),R={chartX:g.chartX,chartY:g.chartY,isTooltipActive:g.isTooltipActive},$=Y(Y({},aA(g,b,S)),{},{updateId:g.updateId+1}),k=Y(Y(Y({},M),R),$);return Y(Y(Y({},k),p(Y({props:d},k),g)),{},{prevDataKey:_,prevData:b,prevWidth:v,prevHeight:w,prevLayout:S,prevStackOffset:A,prevMargin:P,prevChildren:x})}if(!ly(x,g.prevChildren)){var D,L,q,I,j=ur(x,Ra),B=j&&(D=(L=j.props)===null||L===void 0?void 0:L.startIndex)!==null&&D!==void 0?D:C,W=j&&(q=(I=j.props)===null||I===void 0?void 0:I.endIndex)!==null&&q!==void 0?q:T,G=B!==C||W!==T,X=!yt(b),Z=X&&!G?g.updateId:g.updateId+1;return Y(Y({updateId:Z},p(Y(Y({props:d},g),{},{updateId:Z,dataStartIndex:B,dataEndIndex:W}),g)),{},{prevChildren:x,dataStartIndex:B,dataEndIndex:W})}return null}),dt(y,"renderActiveDot",function(d,g,_){var b;return O.isValidElement(d)?b=O.cloneElement(d,g):bt(d)?b=d(g):b=O.createElement(bc,g),O.createElement(Rt,{className:"recharts-active-dot",key:_},b)});var m=O.forwardRef(function(g,_){return O.createElement(y,ia({},g,{ref:_}))});return m.displayName=y.displayName,m},nX=rX({chartName:"ComposedChart",GraphicalChild:[Ec,ei,io,Mc],axisComponents:[{axisType:"xAxis",AxisComp:kc},{axisType:"yAxis",AxisComp:$c},{axisType:"zAxis",AxisComp:Cc}],formatAxisMap:PH});const So=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},iX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),aX=e=>new Intl.NumberFormat("en-US").format(e);function oX(e){const{data:t,categories:r,formatDate:n,formatValue:i}=e,a=O.useMemo(()=>{if(!t||t.length===0)return So()&&console.warn("StackedAreaChart: No data provided. Chart will be empty."),[];const h=[...t].sort((y,m)=>y.timestamp-m.timestamp);return h.some(y=>typeof y.timestamp!="number"||Number.isNaN(y.timestamp))&&So()&&console.warn("StackedAreaChart: Some data points have invalid timestamps. These may not render correctly."),h},[t]),o=O.useMemo(()=>{if(!r||r.length===0)return So()&&console.warn("StackedAreaChart: No categories provided. Chart will be empty."),[];const h=r.filter(p=>!p.dataKey||!p.label||!p.color?(So()&&console.warn("StackedAreaChart: Category is missing required fields:",p),!1):!0);if(So()&&a.length>0){const p=a[0];if(p){const y=new Set(Object.keys(p)),m=h.filter(d=>!y.has(d.dataKey));m.length>0&&console.warn("StackedAreaChart: Some categories do not exist in data:",m.map(d=>d.dataKey))}}return h},[r,a]),{minTimestamp:s,maxTimestamp:u}=O.useMemo(()=>{if(a.length===0)return{minTimestamp:0,maxTimestamp:0};const h=a[0],p=a[a.length-1];return{minTimestamp:(h==null?void 0:h.timestamp)??0,maxTimestamp:(p==null?void 0:p.timestamp)??0}},[a]),l=O.useMemo(()=>a.length===0||o.length===0?0:Math.max(...a.map(h=>o.reduce((p,y)=>{const m=h[y.dataKey];return p+(typeof m=="number"?m:0)},0))),[a,o]),c=O.useMemo(()=>n||iX,[n]),f=O.useMemo(()=>i||aX,[i]);return{processedData:a,processedCategories:o,minTimestamp:s,maxTimestamp:u,maxTotalValue:l,dateFormatter:c,valueFormatter:f}}function sX(e,t){const r=t-1-e,n=Io.length,i=Math.floor(r/Math.max(1,t-1)*(n-1)),a=Math.min(Math.max(0,i),n-1);return Io[a]??Io[0]??"#000000"}function uX(e){return Array.from({length:e},(t,r)=>sX(r,e))}const Qi=uX(5),pn={critical:"#dc3545",high:"#fd7e14",medium:"#ffc107",low:"#17a2b8",complete:Qe.neoDigitalGreen[600],inProgress:"#007bff",farthest:Qi[0],far:Qi[1],close:Qi[2],closest:Qi[3],completed:Qi[4],primary:"#007bff",secondary:"#6c757d",success:Qe.neoDigitalGreen[600],danger:"#dc3545",warning:"#ffc107",info:"#17a2b8",light:Qe.neoGrey[200],dark:"#343a40"},Ct={dimensions:{height:400,width:"100%",minHeight:200},margin:{top:10,right:30,left:0,bottom:0},animation:{enabled:!0,duration:1500,easing:"ease"},display:{showHeader:!0,showLegend:!0,showTooltip:!0,showXAxis:!0,showYAxis:!0,showGrid:!0},curve:{type:"monotone"},stack:{offset:"none"},axis:{strokeColor:Qe.neoGrey[400],tickColor:"#666",labelColor:"#666"},tooltip:{backgroundColor:"rgba(255, 255, 255, 0.95)",borderColor:Qe.neoGrey[400],borderWidth:1,borderRadius:4,padding:10},legend:{iconSize:14,iconType:"square",layout:"horizontal",align:"center",verticalAlign:"bottom"},marker:{strokeColor:"#666",strokeWidth:2,strokeDasharray:"5 5",labelColor:"#666"}},lX={migration:Qi,severity:[pn.critical,pn.high,pn.medium,pn.low,pn.info],status:[pn.danger,pn.warning,pn.success],extended:["#e74c3c","#e67e22","#f39c12","#2ecc71","#3498db","#9b59b6","#1abc9c","#95a5a6"],colorblindSafe:["#0173B2","#DE8F05","#029E73","#CC78BC","#CA9161","#FBAFE4","#949494","#ECE133"]},cX={FARTHEST:"Farthest",FAR:"Far",CLOSE:"Close",CLOSEST:"Closest",COMPLETE:"Complete",CRITICAL:"Critical",HIGH:"High",MEDIUM:"Medium",LOW:"Low",INFO:"Info",NOT_APPLICABLE:"N/A",NO_LST:"No LST",DATA_MISSING:"Data Missing"},fX=({data:e,categories:t,markers:r=[],title:n,subtitle:i,showHeader:a=Ct.display.showHeader,height:o=Ct.dimensions.height,width:s=Ct.dimensions.width,showLegend:u=Ct.display.showLegend,showTooltip:l=Ct.display.showTooltip,showXAxis:c=Ct.display.showXAxis,showYAxis:f=Ct.display.showYAxis,showGrid:h=Ct.display.showGrid,enableAnimation:p=Ct.animation.enabled,animationDuration:y=Ct.animation.duration,animationEasing:m=Ct.animation.easing,formatDate:d,formatValue:g,tooltipFormatter:_,slotProps:b,margin:x=Ct.margin,curveType:v=Ct.curve.type,stackOffset:w=Ct.stack.offset,timeRange:S,onTimeRangeChange:A,enableBrush:P=!1,zoomToSelection:C=!1})=>{const{processedData:T,processedCategories:E,dateFormatter:M,valueFormatter:R}=oX({data:e,categories:t,formatDate:d,formatValue:g}),[$,k]=O.useState(null),[D,L]=O.useState(!1),[q,I]=O.useState(null),[j,B]=O.useState(null),W=O.useRef(null),G=S?[S[0],S[1]]:["dataMin","dataMax"],X=T.length>0?T[0].timestamp:0,Z=T.length>0?T[T.length-1].timestamp:0,J=O.useCallback((it,ft)=>{const wt=it/ft*100,$t=Z-X;return X+wt/100*$t},[X,Z]),z=O.useCallback(it=>{const ft=Z-X;return ft===0?0:(it-X)/ft*100},[X,Z]),F=O.useCallback(it=>{if(!P)return;const ft=it.currentTarget.getBoundingClientRect(),wt=it.clientX-ft.left,$t=J(wt,ft.width);L(!0),I($t),B($t)},[P,J]),H=O.useCallback(it=>{if(!W.current)return;const ft=it.currentTarget.getBoundingClientRect(),wt=it.clientX-ft.left,$t=ft.width,Gt=J(wt,$t);if(D)q!==null&&B(Gt);else{const Dt=r.find(ye=>Math.abs(ye.timestamp-Gt)<2592e5);k((Dt==null?void 0:Dt.timestamp)??null)}},[D,q,J,r]),Q=O.useCallback(()=>{if(D&&q!==null&&j!==null&&A){const it=Math.min(q,j),ft=Math.max(q,j);it!==ft&&A([it,ft])}L(!1),I(null),B(null)},[D,q,j,A]),N=O.useCallback(()=>{Q(),k(null)},[Q]),K=(C?D:!0)&&D&&q!==null&&j!==null?{left:z(Math.min(q,j)),width:Math.abs(z(j)-z(q))}:null,ht=(S?T.filter(it=>it.timestamp>=S[0]&&it.timestamp<=S[1]):T).slice().reverse().map(it=>{const ft=r.find(wt=>wt.timestamp===it.timestamp);return ft&&ft.label?{...it,__markerLabel:ft.label}:it}),at=it=>M(it),pt=it=>R(it),Tt=({active:it,payload:ft,label:wt})=>{if(!it||!ft||ft.length===0)return null;const $t=ht.find(Et=>Et.timestamp===wt);if($t&&"__markerLabel"in $t){const Dt=String($t.__markerLabel).split(" - "),ye=Dt[0]||"",Ur=Dt[1]||"";return U.jsxs(V.Box,{sx:{backgroundColor:"#131E7A",border:"1px solid #2F42FF",borderRadius:"4px",padding:"12px 16px"},children:[U.jsx(V.Typography,{sx:{color:"#B6BFFF",fontSize:"14px",fontWeight:400,marginBottom:"4px"},children:Ur}),U.jsx(V.Typography,{sx:{color:"white",fontSize:"14px",fontWeight:500},children:ye})]})}return U.jsxs(V.Box,{sx:{backgroundColor:Ct.tooltip.backgroundColor,border:`${Ct.tooltip.borderWidth}px solid ${Ct.tooltip.borderColor}`,borderRadius:Ct.tooltip.borderRadius,padding:Ct.tooltip.padding},children:[U.jsx(V.Typography,{sx:{marginBottom:"8px",fontWeight:500},children:M(wt)}),ft.map((Et,Dt)=>U.jsxs(V.Box,{sx:{display:"flex",alignItems:"center",gap:1,mb:.5},children:[U.jsx(V.Box,{sx:{width:10,height:10,backgroundColor:Et.color,borderRadius:"2px"}}),U.jsxs(V.Typography,{sx:{fontSize:"14px"},children:[Et.name,": ",R(Et.value)]})]},`item-${Dt}`))]})};return U.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center"},...b==null?void 0:b.container,children:[a&&(n||i)&&U.jsxs(V.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},...b==null?void 0:b.header,children:[n&&U.jsx(V.Typography,{variant:"h5",sx:{fontWeight:500},...b==null?void 0:b.title,children:n}),i&&U.jsx(V.Typography,{variant:"body2",sx:{color:"text.secondary"},...b==null?void 0:b.subtitle,children:i})]}),U.jsxs(V.Box,{ref:W,sx:{width:"100%",height:`${o}px`,minHeight:Ct.dimensions.minHeight,position:"relative"},...b==null?void 0:b.chartContainer,children:[U.jsx(H5,{width:s,height:"100%",children:U.jsxs(nX,{data:ht,margin:x,stackOffset:w,children:[h&&U.jsx(rM,{strokeDasharray:"3 3",stroke:Ct.axis.strokeColor,opacity:.3}),c&&U.jsx(kc,{dataKey:"timestamp",type:"number",domain:G,tickFormatter:at,stroke:Ct.axis.strokeColor,tick:{fill:Ct.axis.tickColor},scale:"time"}),f&&U.jsx($c,{tickFormatter:pt,stroke:Ct.axis.strokeColor,tick:{fill:Ct.axis.tickColor}}),l&&U.jsx(Yr,{content:U.jsx(Tt,{})}),u&&U.jsx(Ai,{iconSize:Ct.legend.iconSize,iconType:Ct.legend.iconType,layout:Ct.legend.layout,align:Ct.legend.align,verticalAlign:Ct.legend.verticalAlign}),E.map((it,ft)=>U.jsx(ei,{type:v,dataKey:it.dataKey,name:it.label,stackId:"1",stroke:it.color,fill:it.strokeDasharray?"transparent":it.color,fillOpacity:it.strokeDasharray?0:it.fillOpacity??.7,strokeWidth:it.strokeWidth??2,strokeDasharray:it.strokeDasharray,isAnimationActive:p,animationDuration:y,animationEasing:m,animationBegin:p?(E.length-1-ft)*100:0},it.dataKey)),r.filter(it=>$===null||it.timestamp===$).map((it,ft)=>U.jsx(Sc,{x:it.timestamp,stroke:it.color??Ct.marker.strokeColor,strokeWidth:it.strokeWidth??Ct.marker.strokeWidth,strokeDasharray:it.strokeDasharray??Ct.marker.strokeDasharray,strokeOpacity:$===null?0:1},`marker-${it.timestamp}-${ft}`))]},S?`${S[0]}-${S[1]}`:"default")}),P&&U.jsxs(V.Box,{sx:{position:"absolute",top:x.top||0,left:x.left||0,right:x.right||0,bottom:x.bottom||0,cursor:D?"col-resize":"crosshair",pointerEvents:"all"},onMouseDown:F,onMouseMove:H,onMouseUp:Q,onMouseLeave:N,children:[K&&U.jsx(V.Box,{sx:{position:"absolute",left:`${K.left}%`,width:`${K.width}%`,top:0,bottom:0,backgroundColor:"rgba(0, 123, 255, 0.1)",border:"1px solid rgba(0, 123, 255, 0.5)",pointerEvents:"none"}}),$&&U.jsx(U.Fragment,{children:r.filter(it=>it.timestamp===$).map(it=>U.jsx(V.Box,{sx:{position:"absolute",left:`${z(it.timestamp)}%`,top:"-50px",transform:"translateX(-50%)",backgroundColor:"#992FB9",color:"white",padding:"6px 10px",borderRadius:"4px",fontSize:"12px",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,boxShadow:"0 2px 8px rgba(0,0,0,0.15)"},children:it.label||M(it.timestamp)},`tooltip-${it.timestamp}`))})]})]})]})},Hr={colors:{primary:"#992FB9",background:"#FFFFFF",border:"#9CA3AF",highlightBackground:"rgba(229, 231, 235, 0.5)",monthLabel:"#9ca3af",tooltipText:"#6b7280"},dimensions:{height:32,eventWidth:2}},jr={header:{sx:{}},title:{sx:{m:0}},instructions:{sx:{color:"text.secondary",minHeight:"40px",display:"flex",alignItems:"center"}},monthLabelsContainer:{sx:{justifyContent:"space-between",px:1.25,height:"20px",fontSize:"11px",color:Hr.colors.monthLabel,mb:1}},monthLabel:{sx:{fontSize:"11px"}},timeline:{sx:{position:"relative",height:`${Hr.dimensions.height}px`,backgroundColor:Hr.colors.background,borderRadius:0,overflow:"hidden",border:`1px solid ${Hr.colors.border}`}},event:{sx:{position:"absolute",top:0,width:`${Hr.dimensions.eventWidth}px`,height:"100%",backgroundColor:Hr.colors.primary,cursor:"pointer",transition:"transform 0.2s",transformOrigin:"center"}},selection:{sx:{position:"absolute",top:0,height:"100%",backgroundColor:Hr.colors.highlightBackground,pointerEvents:"none"}},tooltip:{sx:{position:"absolute",bottom:"-40px",backgroundColor:"white",p:"6px 10px",borderRadius:.5,boxShadow:"0 2px 8px rgba(0,0,0,0.15)",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,border:`1px solid ${Hr.colors.border}`}},tooltipEventName:{sx:{fontWeight:600}},tooltipDate:{sx:{color:Hr.colors.tooltipText,fontSize:"11px"}}},hX=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},pX=({events:e,selectedRange:t,onSelectionChange:r,enableZoom:n,zoomToSelection:i,visibleRange:a,onVisibleRangeChange:o})=>{hX()&&e.length>1&&(e.every((q,I)=>I===0||q.timestamp>=e[I-1].timestamp)||console.warn("TimelineChart: events array should be sorted by timestamp for optimal performance and correct behavior."));const[s,u]=O.useState(!1),[l,c]=O.useState(null),[f,h]=O.useState({start:null,end:null}),[p,y]=O.useState({start:null,end:null}),[m,d]=O.useState(null),g=t??f,_=a??p,b=O.useMemo(()=>{var L;return e.length>0?((L=e[0])==null?void 0:L.timestamp)??0:0},[e]),x=O.useMemo(()=>{var L;return e.length>0?((L=e[e.length-1])==null?void 0:L.timestamp)??0:0},[e]),v=O.useMemo(()=>i&&_.start&&_.end?_.start:b,[i,_,b]),w=O.useMemo(()=>i&&_.start&&_.end?_.end:x,[i,_,x]),S=O.useMemo(()=>w-v,[w,v]),A=O.useCallback(L=>S===0?0:(L-v)/S*100,[v,S]),P=O.useCallback((L,q)=>{const I=L/q*100;return v+I/100*S},[v,S]),C=O.useCallback(L=>{t===void 0&&h(L),r==null||r(L)},[t,r]),T=O.useCallback(L=>{const q=L.currentTarget.getBoundingClientRect(),I=L.clientX-q.left,j=P(I,q.width);u(!0),c(j),C({start:j,end:j})},[P,C]),E=O.useCallback(L=>{if(!s||l===null)return;const q=L.currentTarget.getBoundingClientRect(),I=L.clientX-q.left,j=P(I,q.width);C({start:Math.min(l,j),end:Math.max(l,j)})},[s,l,P,C]),M=O.useCallback(()=>{const L=s;if(u(!1),L&&i&&g.start&&g.end&&g.start!==g.end){const q={start:g.start,end:g.end};a===void 0&&y(q),o==null||o(q)}},[s,i,g,a,o]),R=O.useCallback(L=>{if(L.cancelable&&n&&L.preventDefault(),!n||!g.start||!g.end||S===0)return;const q=(g.start+g.end)/2,I=g.end-g.start,j=L.deltaY>0?1.1:.9,B=Math.max(I*j,S*.01),W=S*1.5,G=Math.min(B,W);let X=q-G/2,Z=q+G/2;X<v&&(X=v,Z=Math.min(v+G,w)),Z>w&&(Z=w,X=Math.max(w-G,v)),C({start:X,end:Z})},[n,g,S,v,w,C]),$=O.useCallback(()=>!g.start||!g.end?[]:e.filter(L=>L.timestamp>=g.start&&L.timestamp<=g.end),[e,g]),k=O.useCallback(()=>{const L={start:b,end:x};a===void 0&&y({start:null,end:null}),o==null||o(L)},[b,x,a,o]),D=O.useCallback(()=>{i&&k()},[i,k]);return{isDragging:s,dragStart:l,internalSelectedRange:g,internalVisibleRange:_,hoveredEvent:m,minDate:v,maxDate:w,timeSpan:S,getPositionFromTimestamp:A,getTimestampFromPosition:P,handleMouseDown:T,handleMouseMove:E,handleMouseUp:M,handleWheel:R,handleDoubleClick:D,setHoveredEvent:d,getEventsInRange:$,resetZoom:k}},dX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),mX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",year:"numeric"}),yX=e=>{const t=e/864e5;return t>60?r=>new Date(r).toLocaleDateString("en-US",{month:"short",year:"numeric"}):t>7?r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric"}):r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric",hour:"numeric",hour12:!0})},vX=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},gX=e=>({header:{...jr.header,...e==null?void 0:e.header},title:{...jr.title,...e==null?void 0:e.title},instructions:{...jr.instructions,...e==null?void 0:e.instructions},monthLabelsContainer:{...jr.monthLabelsContainer,...e==null?void 0:e.monthLabelsContainer},monthLabel:{...jr.monthLabel,...e==null?void 0:e.monthLabel},timeline:{...jr.timeline,...e==null?void 0:e.timeline},event:{...jr.event,...e==null?void 0:e.event},selection:{...jr.selection,...e==null?void 0:e.selection},tooltip:{...jr.tooltip,...e==null?void 0:e.tooltip},tooltipEventName:{...jr.tooltipEventName,...e==null?void 0:e.tooltipEventName},tooltipDate:{...jr.tooltipDate,...e==null?void 0:e.tooltipDate}}),bX=({events:e,onSelectionChange:t,selectedRange:r,height:n=Hr.dimensions.height,margin:i={top:0,right:0,bottom:0,left:0},formatDate:a=dX,formatMonthYear:o=mX,showMonthLabels:s=!0,monthLabelCount:u=6,enableZoom:l=!0,showHeader:c=!0,title:f="Event Timeline Selector",zoomToSelection:h=!1,visibleRange:p,onVisibleRangeChange:y,timeRange:m,onTimeRangeChange:d,slotProps:g})=>{const _=m?{start:m[0],end:m[1]}:p,b=d?q=>{q.start!==null&&q.end!==null&&d([q.start,q.end])}:y;vX()&&e.length>500&&console.warn(`TimelineChart: Rendering ${e.length} events may impact performance. Consider implementing virtualization or canvas rendering for datasets larger than 500 events.`);const x=O.useMemo(()=>gX(g),[g]),{isDragging:v,internalSelectedRange:w,hoveredEvent:S,minDate:A,timeSpan:P,getPositionFromTimestamp:C,handleMouseDown:T,handleMouseMove:E,handleMouseUp:M,handleWheel:R,handleDoubleClick:$,setHoveredEvent:k,getEventsInRange:D}=pX({events:e,selectedRange:r,onSelectionChange:t,enableZoom:l,zoomToSelection:h,visibleRange:_,onVisibleRangeChange:b}),L=w.start&&w.end?`Selected: ${a(w.start)} - ${a(w.end)} (${D().length} events)`:"Click and drag on the timeline below to select a date range. Use mouse wheel to zoom in/out.";return U.jsxs(V.Stack,{sx:{width:"100%"},children:[c&&U.jsxs(V.Stack,{spacing:1,sx:{mb:3},...x.header,children:[U.jsx(V.Typography,{variant:"h5",...x.title,children:f}),U.jsx(V.Typography,{variant:"body2",...x.instructions,children:L})]}),s&&U.jsx(V.Stack,{direction:"row",...x.monthLabelsContainer,sx:{...x.monthLabelsContainer.sx,paddingLeft:`${i.left}px`,paddingRight:`${i.right}px`},children:Array.from({length:u},(q,I)=>{const j=A+P/(u-1)*I,B=yX(P);return U.jsx(V.Typography,{variant:"caption",...x.monthLabel,children:B(j)},I)})}),U.jsxs(V.Box,{...x.timeline,sx:{...x.timeline.sx,height:`${n}px`,paddingLeft:`${i.left}px`,paddingRight:`${i.right}px`},children:[U.jsx(V.Box,{sx:{position:"absolute",top:i.top,left:0,right:0,bottom:i.bottom},children:e.map((q,I)=>{const j=C(q.timestamp);return U.jsx(V.Box,{onMouseEnter:()=>k(q),onMouseLeave:()=>k(null),"aria-label":`Event: ${q.eventName} at ${a(q.timestamp)}`,...x.event,sx:{...x.event.sx,left:`${j}%`,transform:(S==null?void 0:S.timestamp)===q.timestamp?"scaleX(2)":"scaleX(1)"}},`${q.timestamp}-${I}`)})}),w.start&&w.end&&(!h||v)&&U.jsx(V.Box,{...x.selection,sx:{...x.selection.sx,left:`${C(w.start)}%`,width:`${C(w.end)-C(w.start)}%`}}),U.jsx(V.Box,{role:"application","aria-label":"Interactive timeline - click and drag to select date range","aria-describedby":c?void 0:"timeline-instructions",tabIndex:0,sx:{position:"absolute",top:0,left:0,right:0,height:"100%",cursor:"crosshair"},onMouseDown:T,onMouseMove:E,onMouseUp:M,onMouseLeave:M,onWheel:R,onDoubleClick:$}),!c&&U.jsx("span",{id:"timeline-instructions",style:{display:"none"},children:L}),S&&U.jsxs(V.Box,{role:"tooltip","aria-live":"polite",...x.tooltip,sx:{...x.tooltip.sx,left:`${C(S.timestamp)}%`,transform:"translateX(-50%)"},children:[U.jsx(V.Typography,{variant:"body2",...x.tooltipEventName,children:S.eventName}),U.jsx(V.Typography,{variant:"caption",...x.tooltipDate,children:a(S.timestamp)})]})]})]})},_X="#8b5cf6",xX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),wX=({events:e,title:t="Events in Selected Range",maxHeight:r="200px",formatDate:n=xX,primaryColor:i=_X})=>e.length===0?null:U.jsxs("div",{style:{marginTop:"24px",padding:"20px",backgroundColor:"#f9fafb",borderRadius:"8px",border:"1px solid #e5e7eb"},children:[U.jsxs("h3",{style:{margin:"0 0 12px 0",fontSize:"16px",color:"#374151"},children:[t," (",e.length,")"]}),U.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(250px, 1fr))",gap:"8px",maxHeight:r,overflowY:"auto"},children:e.map((a,o)=>U.jsxs("div",{style:{padding:"8px 12px",backgroundColor:"white",borderRadius:"4px",fontSize:"13px",border:"1px solid #e5e7eb"},children:[U.jsx("div",{style:{fontWeight:500,color:i},children:a.eventName}),U.jsx("div",{style:{color:"#6b7280",fontSize:"12px",marginTop:"2px"},children:n(a.timestamp)})]},`${a.timestamp}-${o}`))})]});exports.CAMPAIGN_DATA_MISSING=qo;exports.CAMPAIGN_NOT_APPLICABLE=Lo;exports.CAMPAIGN_NO_LST=Bo;exports.CATEGORY_LABELS=cX;exports.ChronoChart=HT;exports.ChronoPerspectiveChart=HT;exports.D3StackedAreaChart=VN;exports.DEFAULT_CHART_COLORS=Qe;exports.DEFAULT_CHART_CONFIG=ze;exports.DEFAULT_STACKED_AREA_COLORS=pn;exports.DEFAULT_STACKED_AREA_CONFIG=Ct;exports.MEASURE_GRADIENT_COLORS=Io;exports.MODERNE_VULNERABILITY_COLORS=fa;exports.MorphChart=kT;exports.ParliamentChart=gF;exports.STACKED_AREA_PALETTES=lX;exports.StackedAreaChart=fX;exports.TimelineChart=bX;exports.TimelineSelectedEvents=wX;exports.calculateDataSeries=PE;exports.calculateOptimalArcAngle=mg;exports.calculateOptimalSeatSize=yg;
|