@perses-dev/heatmap-chart-plugin 0.2.0
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/LICENSE +201 -0
- package/README.md +23 -0
- package/__mf/css/async/341.2a93d99b.css +1 -0
- package/__mf/css/async/759.2a93d99b.css +1 -0
- package/__mf/font/lato-all-300-normal.322bdf14.woff +0 -0
- package/__mf/font/lato-all-400-normal.63513b00.woff +0 -0
- package/__mf/font/lato-all-700-normal.bb27db94.woff +0 -0
- package/__mf/font/lato-all-900-normal.a27049a3.woff +0 -0
- package/__mf/font/lato-latin-300-normal.c5195215.woff2 +0 -0
- package/__mf/font/lato-latin-400-normal.b7ffde23.woff2 +0 -0
- package/__mf/font/lato-latin-700-normal.d5eb20bc.woff2 +0 -0
- package/__mf/font/lato-latin-900-normal.d884a71c.woff2 +0 -0
- package/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2 +0 -0
- package/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2 +0 -0
- package/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2 +0 -0
- package/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2 +0 -0
- package/__mf/js/HeatMapChart.81916a67.js +5 -0
- package/__mf/js/async/173.c3418567.js +2 -0
- package/__mf/js/async/173.c3418567.js.LICENSE.txt +19 -0
- package/__mf/js/async/293.f3a89fef.js +1 -0
- package/__mf/js/async/469.15f49b0f.js +71 -0
- package/__mf/js/async/469.15f49b0f.js.LICENSE.txt +21 -0
- package/__mf/js/async/482.cd2ab58b.js +83 -0
- package/__mf/js/async/482.cd2ab58b.js.LICENSE.txt +61 -0
- package/__mf/js/async/774.0d1a003f.js +1 -0
- package/__mf/js/async/790.930331af.js +1 -0
- package/__mf/js/async/863.e810bfc4.js +2 -0
- package/__mf/js/async/863.e810bfc4.js.LICENSE.txt +9 -0
- package/__mf/js/async/934.6f607fed.js +2 -0
- package/__mf/js/async/934.6f607fed.js.LICENSE.txt +37 -0
- package/__mf/js/async/964.944e7b15.js +2 -0
- package/__mf/js/async/964.944e7b15.js.LICENSE.txt +9 -0
- package/__mf/js/async/981.75e172bb.js +2 -0
- package/__mf/js/async/981.75e172bb.js.LICENSE.txt +8 -0
- package/__mf/js/async/__federation_expose_HeatMapChart.ab402c3a.js +23 -0
- package/__mf/js/main.24d16ad6.js +5 -0
- package/lib/HeatMapChart.d.ts +8 -0
- package/lib/HeatMapChart.d.ts.map +1 -0
- package/lib/HeatMapChart.js +34 -0
- package/lib/HeatMapChart.js.map +1 -0
- package/lib/bootstrap.d.ts +2 -0
- package/lib/bootstrap.d.ts.map +1 -0
- package/lib/bootstrap.js +19 -0
- package/lib/bootstrap.js.map +1 -0
- package/lib/cjs/HeatMapChart.js +40 -0
- package/lib/cjs/bootstrap.js +26 -0
- package/lib/cjs/components/HeatMapChart.js +149 -0
- package/lib/cjs/components/HeatMapChartOptionsEditorSettings.js +85 -0
- package/lib/cjs/components/HeatMapChartPanel.js +178 -0
- package/lib/cjs/components/HeatMapTooltip.js +58 -0
- package/lib/cjs/components/index.js +32 -0
- package/lib/cjs/env.d.js +14 -0
- package/lib/cjs/getPluginModule.js +27 -0
- package/lib/cjs/heat-map-chart-model.js +56 -0
- package/lib/cjs/index-federation.js +55 -0
- package/lib/cjs/index.js +47 -0
- package/lib/cjs/setup-tests.js +19 -0
- package/lib/cjs/utils/data-transform.js +34 -0
- package/lib/cjs/utils/get-formatted-axis-label.js +48 -0
- package/lib/cjs/utils/index.js +32 -0
- package/lib/cjs/utils/thresholds.js +22 -0
- package/lib/components/HeatMapChart.d.ts +27 -0
- package/lib/components/HeatMapChart.d.ts.map +1 -0
- package/lib/components/HeatMapChart.js +141 -0
- package/lib/components/HeatMapChart.js.map +1 -0
- package/lib/components/HeatMapChartOptionsEditorSettings.d.ts +4 -0
- package/lib/components/HeatMapChartOptionsEditorSettings.d.ts.map +1 -0
- package/lib/components/HeatMapChartOptionsEditorSettings.js +72 -0
- package/lib/components/HeatMapChartOptionsEditorSettings.js.map +1 -0
- package/lib/components/HeatMapChartPanel.d.ts +7 -0
- package/lib/components/HeatMapChartPanel.d.ts.map +1 -0
- package/lib/components/HeatMapChartPanel.js +165 -0
- package/lib/components/HeatMapChartPanel.js.map +1 -0
- package/lib/components/HeatMapTooltip.d.ts +16 -0
- package/lib/components/HeatMapTooltip.d.ts.map +1 -0
- package/lib/components/HeatMapTooltip.js +50 -0
- package/lib/components/HeatMapTooltip.js.map +1 -0
- package/lib/components/index.d.ts +4 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +17 -0
- package/lib/components/index.js.map +1 -0
- package/lib/env.d.js +15 -0
- package/lib/env.d.js.map +1 -0
- package/lib/getPluginModule.d.ts +6 -0
- package/lib/getPluginModule.d.ts.map +1 -0
- package/lib/getPluginModule.js +16 -0
- package/lib/getPluginModule.js.map +1 -0
- package/lib/heat-map-chart-model.d.ts +27 -0
- package/lib/heat-map-chart-model.d.ts.map +1 -0
- package/lib/heat-map-chart-model.js +30 -0
- package/lib/heat-map-chart-model.js.map +1 -0
- package/lib/index-federation.d.ts +1 -0
- package/lib/index-federation.d.ts.map +1 -0
- package/lib/index-federation.js +15 -0
- package/lib/index-federation.js.map +1 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +18 -0
- package/lib/index.js.map +1 -0
- package/lib/setup-tests.d.ts +2 -0
- package/lib/setup-tests.d.ts.map +1 -0
- package/lib/setup-tests.js +17 -0
- package/lib/setup-tests.js.map +1 -0
- package/lib/utils/data-transform.d.ts +5 -0
- package/lib/utils/data-transform.d.ts.map +1 -0
- package/lib/utils/data-transform.js +18 -0
- package/lib/utils/data-transform.js.map +1 -0
- package/lib/utils/get-formatted-axis-label.d.ts +2 -0
- package/lib/utils/get-formatted-axis-label.d.ts.map +1 -0
- package/lib/utils/get-formatted-axis-label.js +41 -0
- package/lib/utils/get-formatted-axis-label.js.map +1 -0
- package/lib/utils/index.d.ts +4 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +17 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/thresholds.d.ts +4 -0
- package/lib/utils/thresholds.d.ts.map +1 -0
- package/lib/utils/thresholds.js +14 -0
- package/lib/utils/thresholds.js.map +1 -0
- package/mf-manifest.json +169 -0
- package/mf-stats.json +202 -0
- package/package.json +52 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*! For license information please see 469.15f49b0f.js.LICENSE.txt */
|
|
2
|
+
(self.chunk_HeatMapChart=self.chunk_HeatMapChart||[]).push([["469"],{247:function(e,t,n){"use strict";n.d(t,{Z:()=>m});var r=n(4538),i=n(496),o=n(2267),a=n(1640),s=n(2709),l=n(2319),u=n(1751),c=n(4124),d=n(6749);function h(e){return(0,d.ZP)("MuiSvgIcon",e)}(0,c.Z)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);var p=n(4246);let f=(0,s.ZP)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,"inherit"!==n.color&&t[`color${(0,a.Z)(n.color)}`],t[`fontSize${(0,a.Z)(n.fontSize)}`]]}})((0,l.Z)(({theme:e})=>({userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:e.transitions?.create?.("fill",{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:e=>!e.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:e.typography?.pxToRem?.(20)||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:e.typography?.pxToRem?.(24)||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:e.typography?.pxToRem?.(35)||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,e])=>e&&e.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:"action"},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:"disabled"},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}))),g=r.forwardRef(function(e,t){let n=(0,u.i)({props:e,name:"MuiSvgIcon"}),{children:s,className:l,color:c="inherit",component:d="svg",fontSize:g="medium",htmlColor:m,inheritViewBox:v=!1,titleAccess:y,viewBox:x="0 0 24 24",...b}=n,w=r.isValidElement(s)&&"svg"===s.type,S={...n,color:c,component:d,fontSize:g,instanceFontSize:e.fontSize,inheritViewBox:v,viewBox:x,hasSvgAsChild:w},C={};v||(C.viewBox=x);let k=(e=>{let{color:t,fontSize:n,classes:r}=e,i={root:["root","inherit"!==t&&`color${(0,a.Z)(t)}`,`fontSize${(0,a.Z)(n)}`]};return(0,o.Z)(i,h,r)})(S);return(0,p.jsxs)(f,{as:d,className:(0,i.Z)(k.root,l),focusable:"false",color:m,"aria-hidden":!y||void 0,role:y?"img":void 0,ref:t,...C,...b,...w&&s.props,ownerState:S,children:[w?s.props.children:s,y?(0,p.jsx)("title",{children:y}):null]})});function m(e,t){function n(n,r){return(0,p.jsx)(g,{"data-testid":`${t}Icon`,ref:r,...n,children:e})}return n.muiName=g.muiName,r.memo(r.forwardRef(n))}g.muiName="SvgIcon"},7999:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(4384).Z},9261:function(e,t,n){"use strict";n.r(t),n.d(t,{requirePropFactory:()=>p,unstable_useEnhancedEffect:()=>g.Z,ownerDocument:()=>d.Z,setRef:()=>f,useControlled:()=>y.Z,unstable_ClassNameGenerator:()=>S,isMuiElement:()=>u.Z,unstable_memoTheme:()=>c.Z,ownerWindow:()=>h.Z,useEventCallback:()=>x.Z,deprecatedPropType:()=>l,useForkRef:()=>b.Z,createSvgIcon:()=>a.Z,capitalize:()=>i.Z,debounce:()=>s.Z,unsupportedProp:()=>v,mergeSlotProps:()=>w.Z,unstable_useId:()=>m.Z,createChainedFunction:()=>o});var r=n(544),i=n(1640);let o=n(8543).Z;var a=n(247),s=n(7999);let l=function(e,t){return()=>null};var u=n(777),c=n(2319),d=n(2444),h=n(4255);let p=function(e,t){return()=>null},f=n(5817).Z;var g=n(6758),m=n(6839);let v=function(e,t,n,r,i){return null};var y=n(8817),x=n(7151),b=n(1183),w=n(7834);let S={configure:e=>{r.Z.configure(e)}}},777:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(1104).Z},7834:function(e,t,n){"use strict";n.d(t,{Z:()=>i});var r=n(496);function i(e,t){if(!e)return t;if("function"==typeof e||"function"==typeof t)return n=>{let i="function"==typeof t?t(n):t,o="function"==typeof e?e({...n,...i}):e,a=(0,r.Z)(n?.className,i?.className,o?.className);return{...i,...o,...!!a&&{className:a},...i?.style&&o?.style&&{style:{...i.style,...o.style}},...i?.sx&&o?.sx&&{sx:[...Array.isArray(i.sx)?i.sx:[i.sx],...Array.isArray(o.sx)?o.sx:[o.sx]]}}};let n=(0,r.Z)(t?.className,e?.className);return{...t,...e,...!!n&&{className:n},...t?.style&&e?.style&&{style:{...t.style,...e.style}},...t?.sx&&e?.sx&&{sx:[...Array.isArray(t.sx)?t.sx:[t.sx],...Array.isArray(e.sx)?e.sx:[e.sx]]}}}},2444:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(668).Z},4255:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(3205).Z},6758:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(6858).Z},6839:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(5056).Z},8543:function(e,t,n){"use strict";function r(...e){return e.reduce((e,t)=>null==t?e:function(...n){e.apply(this,n),t.apply(this,n)},()=>{})}n.d(t,{Z:()=>r})},4384:function(e,t,n){"use strict";function r(e,t=166){let n;function i(...r){let o=()=>{e.apply(this,r)};clearTimeout(n),n=setTimeout(o,t)}return i.clear=()=>{clearTimeout(n)},i}n.d(t,{Z:()=>r})},1104:function(e,t,n){"use strict";n.d(t,{Z:()=>i});var r=n(4538);function i(e,t){return r.isValidElement(e)&&-1!==t.indexOf(e.type.muiName??e.type?._payload?.value?.muiName)}},668:function(e,t,n){"use strict";function r(e){return e&&e.ownerDocument||document}n.d(t,{Z:()=>r})},3205:function(e,t,n){"use strict";n.d(t,{Z:()=>i});var r=n(668);function i(e){return(0,r.Z)(e).defaultView||window}},5056:function(e,t,n){"use strict";n.d(t,{Z:()=>a});var r=n(4538);let i=0,o={...r}.useId;function a(e){if(void 0!==o){let t=o();return e??t}let[t,n]=r.useState(e),a=e||t;return r.useEffect(()=>{null==t&&(i+=1,n(`mui-${i}`))},[t]),a}},6845:function(e,t,n){"use strict";let r,i,o;n.r(t),n.d(t,{SeriesLabelsStack:()=>WU,getTooltipStyles:()=>Go,TimeRangeSelector:()=>WG,ChartsThemeContext:()=>rJ,DiscardChangesConfirmationDialog:()=>h2,DEFAULT_TOOLTIP_CONFIG:()=>W7,OptionsEditorGrid:()=>fy,TOOLTIP_BG_COLOR_FALLBACK:()=>W3,DEFAULT_PINNED_CROSSHAIR:()=>os,FontSizeSelector:()=>Tm,TOOLTIP_MAX_WIDTH:()=>WX,InfoTooltip:()=>ff,TOOLTIP_MIN_WIDTH:()=>WY,SortSelector:()=>zT,SettingsAutocomplete:()=>fJ,getClosestTimestamp:()=>ok,DragButton:()=>gY,NEARBY_SERIES_DESCRIPTION:()=>W2,DYNAMIC_NEARBY_SERIES_MULTIPLIER:()=>Gs,TOOLTIP_ADJUST_Y_POS_MULTIPLIER:()=>WJ,SHOW_FEWER_SERIES_LIMIT:()=>Gl,useId:()=>oI,getNearbySeriesData:()=>Gd,legacyCheckforNearbySeries:()=>Gc,ColorPicker:()=>rX,TooltipHeader:()=>Gy,checkforNearbyTimeSeries:()=>Gu,FALLBACK_CHART_WIDTH:()=>W1,getYBuffer:()=>Gf,SortSelectorButtons:()=>zI,YAxisLabel:()=>GT,handleMoveDown:()=>gU,OptionsEditorGroup:()=>fx,TOOLTIP_DATE_FORMAT:()=>W4,dateFormatOptionsWithTimeZone:()=>aj,mockChartsContext:()=>GA,assembleTransform:()=>Gi,restoreChart:()=>ox,EMPTY_TOOLTIP_DATA:()=>W8,persesColumnsToTanstackColumns:()=>d1,TextField:()=>hO,OptionsColorPicker:()=>aY,TimeChartTooltip:()=>Gb,buildRelativeTimeOption:()=>ov,useMousePosition:()=>W9,PINNED_CROSSHAIR_SERIES_NAME:()=>oa,batchDispatchNearbySeriesActions:()=>oS,getClosestTimestampInFullDataset:()=>oM,DEFAULT_COLUMN_WIDTH:()=>dQ,ModeSelector:()=>zf,ThresholdsEditor:()=>zj,DragAndDropElement:()=>gW,useSnackbar:()=>i7,useTimeZone:()=>aU,getPointInGrid:()=>ow,isWithinPercentageRange:()=>Gp,clearHighlightedSeries:()=>ob,PIN_TOOLTIP_HELP_TEXT:()=>Ge,ContentWithLegend:()=>hP,FormActions:()=>Tb,OPTIMIZED_MODE_SERIES_LIMIT:()=>oo,getTableCellLayout:()=>d0,getFormattedAxis:()=>oi,EMPHASIZED_SERIES_DESCRIPTION:()=>W5,FormatControls:()=>GM,ErrorAlert:()=>Tp,OptionsEditorControl:()=>fv,formatWithTimeZone:()=>aV,testChartsTheme:()=>GI,combineSx:()=>oT,ErrorBoundary:()=>Tf.ErrorBoundary,LoadingOverlay:()=>zk,TransformsEditor:()=>GQ,legacyGetNearbySeriesData:()=>Gh,SnackbarProvider:()=>i9,SeriesInfo:()=>Gn,Table:()=>hC,UNPIN_TOOLTIP_HELP_TEXT:()=>Gt,getTheme:()=>GF,SeriesMarker:()=>Wq,LinksEditor:()=>zd,TimeZoneContext:()=>aG,DEFAULT_COLUMN_HEIGHT:()=>dJ,TOOLTIP_PADDING:()=>W0,INCREASE_NEARBY_SERIES_MULTIPLIER:()=>Ga,ToolbarIconButton:()=>GS,enableDataZoom:()=>oy,NoDataOverlay:()=>zC,RefreshIntervalPicker:()=>GJ,AlignSelector:()=>eM,TOOLTIP_MAX_HEIGHT:()=>WK,DensitySelector:()=>f1,DropIndicator:()=>f2,TextOverlay:()=>zS,Drawer:()=>me,TooltipContent:()=>Gx,getDateAndTime:()=>a$,useChartsContext:()=>r0,typography:()=>GN,isLegendItemVisuallySelected:()=>cu,EChart:()=>Te,JSONEditor:()=>NI,TOOLTIP_LABELS_MAX_WIDTH:()=>WQ,Legend:()=>hA,OptionsEditorColumn:()=>pt,ValueMappingsEditor:()=>qd,Dialog:()=>h1,TimeZoneProvider:()=>aq,ChartsProvider:()=>rQ,useChartsTheme:()=>r1,handleMoveUp:()=>gq,getFormattedAxisLabel:()=>aH,useDragAndDropMonitor:()=>g$,checkCrosshairPinnedStatus:()=>oC,generateChartsTheme:()=>aW,defaultCursorData:()=>W6,DateTimeRangePicker:()=>WW});var a,s,l,u,c,d,h,p,f,g,m,v,y,x,b,w,S,C,k,M,T,I,A,D,P,R,_,O,E,L,Z=n(4246),B=n(4538),N=n.n(B),z=n(496),F=n(2267),j=n(6838);function V(e){return B.Children.toArray(e).filter(e=>B.isValidElement(e))}var H=n(1640),$=n(2709),W=n(2319),G=n(433),q=n(1751),U=n(4124),Y=n(6749);function X(e){return(0,Y.ZP)("MuiButtonGroup",e)}let K=(0,U.Z)("MuiButtonGroup",["root","contained","outlined","text","disableElevation","disabled","firstButton","fullWidth","horizontal","vertical","colorPrimary","colorSecondary","grouped","groupedHorizontal","groupedVertical","groupedText","groupedTextHorizontal","groupedTextVertical","groupedTextPrimary","groupedTextSecondary","groupedOutlined","groupedOutlinedHorizontal","groupedOutlinedVertical","groupedOutlinedPrimary","groupedOutlinedSecondary","groupedContained","groupedContainedHorizontal","groupedContainedVertical","groupedContainedPrimary","groupedContainedSecondary","lastButton","middleButton"]),Q=B.createContext({}),J=B.createContext(void 0),ee=(0,$.ZP)("div",{name:"MuiButtonGroup",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${K.grouped}`]:t.grouped},{[`& .${K.grouped}`]:t[`grouped${(0,H.Z)(n.orientation)}`]},{[`& .${K.grouped}`]:t[`grouped${(0,H.Z)(n.variant)}`]},{[`& .${K.grouped}`]:t[`grouped${(0,H.Z)(n.variant)}${(0,H.Z)(n.orientation)}`]},{[`& .${K.grouped}`]:t[`grouped${(0,H.Z)(n.variant)}${(0,H.Z)(n.color)}`]},{[`& .${K.firstButton}`]:t.firstButton},{[`& .${K.lastButton}`]:t.lastButton},{[`& .${K.middleButton}`]:t.middleButton},t.root,t[n.variant],!0===n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,"vertical"===n.orientation&&t.vertical]}})((0,W.Z)(({theme:e})=>({display:"inline-flex",borderRadius:(e.vars||e).shape.borderRadius,variants:[{props:{variant:"contained"},style:{boxShadow:(e.vars||e).shadows[2]}},{props:{disableElevation:!0},style:{boxShadow:"none"}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{orientation:"vertical"},style:{flexDirection:"column",[`& .${K.lastButton},& .${K.middleButton}`]:{borderTopRightRadius:0,borderTopLeftRadius:0},[`& .${K.firstButton},& .${K.middleButton}`]:{borderBottomRightRadius:0,borderBottomLeftRadius:0}}},{props:{orientation:"horizontal"},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${K.lastButton},& .${K.middleButton}`]:{borderTopLeftRadius:0,borderBottomLeftRadius:0}}},{props:{variant:"text",orientation:"horizontal"},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderRight:e.vars?`1px solid rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:`1px solid ${"light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)"}`,[`&.${K.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"text",orientation:"vertical"},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderBottom:e.vars?`1px solid rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:`1px solid ${"light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)"}`,[`&.${K.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,G.Z)()).flatMap(([t])=>[{props:{variant:"text",color:t},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.5)`:(0,j.Fq)(e.palette[t].main,.5)}}}]),{props:{variant:"outlined",orientation:"horizontal"},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderRightColor:"transparent","&:hover":{borderRightColor:"currentColor"}},[`& .${K.lastButton},& .${K.middleButton}`]:{marginLeft:-1}}},{props:{variant:"outlined",orientation:"vertical"},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderBottomColor:"transparent","&:hover":{borderBottomColor:"currentColor"}},[`& .${K.lastButton},& .${K.middleButton}`]:{marginTop:-1}}},{props:{variant:"contained",orientation:"horizontal"},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderRight:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${K.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"contained",orientation:"vertical"},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderBottom:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${K.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,G.Z)(["dark"])).map(([t])=>({props:{variant:"contained",color:t},style:{[`& .${K.firstButton},& .${K.middleButton}`]:{borderColor:(e.vars||e).palette[t].dark}}}))],[`& .${K.grouped}`]:{minWidth:40,boxShadow:"none",props:{variant:"contained"},style:{"&:hover":{boxShadow:"none"}}}}))),et=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiButtonGroup"}),{children:r,className:i,color:o="primary",component:a="div",disabled:s=!1,disableElevation:l=!1,disableFocusRipple:u=!1,disableRipple:c=!1,fullWidth:d=!1,orientation:h="horizontal",size:p="medium",variant:f="outlined",...g}=n,m={...n,color:o,component:a,disabled:s,disableElevation:l,disableFocusRipple:u,disableRipple:c,fullWidth:d,orientation:h,size:p,variant:f},v=(e=>{let{classes:t,color:n,disabled:r,disableElevation:i,fullWidth:o,orientation:a,variant:s}=e,l={root:["root",s,a,o&&"fullWidth",i&&"disableElevation",`color${(0,H.Z)(n)}`],grouped:["grouped",`grouped${(0,H.Z)(a)}`,`grouped${(0,H.Z)(s)}`,`grouped${(0,H.Z)(s)}${(0,H.Z)(a)}`,`grouped${(0,H.Z)(s)}${(0,H.Z)(n)}`,r&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,F.Z)(l,X,t)})(m),y=B.useMemo(()=>({className:v.grouped,color:o,disabled:s,disableElevation:l,disableFocusRipple:u,disableRipple:c,fullWidth:d,size:p,variant:f}),[o,s,l,u,c,d,p,f,v.grouped]),x=V(r),b=x.length;return(0,Z.jsx)(ee,{as:a,role:"group",className:(0,z.Z)(v.root,i),ref:t,ownerState:m,...g,children:(0,Z.jsx)(Q.Provider,{value:y,children:x.map((e,t)=>(0,Z.jsx)(J.Provider,{value:(e=>{let t=0===e,n=e===b-1;return t&&n?"":t?v.firstButton:n?v.lastButton:v.middleButton})(t),children:e},t))})})});var en=n(6819),er=n(6839),ei=n(3037),eo=n(4544),ea=n(43);function es(e){return(0,Y.ZP)("MuiCircularProgress",e)}(0,U.Z)("MuiCircularProgress",["root","determinate","indeterminate","colorPrimary","colorSecondary","svg","circle","circleDeterminate","circleIndeterminate","circleDisableShrink"]);let el=(0,ea.F4)`
|
|
3
|
+
0% {
|
|
4
|
+
transform: rotate(0deg);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
`,eu=(0,ea.F4)`
|
|
11
|
+
0% {
|
|
12
|
+
stroke-dasharray: 1px, 200px;
|
|
13
|
+
stroke-dashoffset: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
50% {
|
|
17
|
+
stroke-dasharray: 100px, 200px;
|
|
18
|
+
stroke-dashoffset: -15px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
100% {
|
|
22
|
+
stroke-dasharray: 1px, 200px;
|
|
23
|
+
stroke-dashoffset: -126px;
|
|
24
|
+
}
|
|
25
|
+
`,ec="string"!=typeof el?(0,ea.iv)`
|
|
26
|
+
animation: ${el} 1.4s linear infinite;
|
|
27
|
+
`:null,ed="string"!=typeof eu?(0,ea.iv)`
|
|
28
|
+
animation: ${eu} 1.4s ease-in-out infinite;
|
|
29
|
+
`:null,eh=(0,$.ZP)("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],t[`color${(0,H.Z)(n.color)}`]]}})((0,W.Z)(({theme:e})=>({display:"inline-block",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("transform")}},{props:{variant:"indeterminate"},style:ec||{animation:`${el} 1.4s linear infinite`}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}))),ep=(0,$.ZP)("svg",{name:"MuiCircularProgress",slot:"Svg",overridesResolver:(e,t)=>t.svg})({display:"block"}),ef=(0,$.ZP)("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.circle,t[`circle${(0,H.Z)(n.variant)}`],n.disableShrink&&t.circleDisableShrink]}})((0,W.Z)(({theme:e})=>({stroke:"currentColor",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("stroke-dashoffset")}},{props:{variant:"indeterminate"},style:{strokeDasharray:"80px, 200px",strokeDashoffset:0}},{props:({ownerState:e})=>"indeterminate"===e.variant&&!e.disableShrink,style:ed||{animation:`${eu} 1.4s ease-in-out infinite`}}]}))),eg=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiCircularProgress"}),{className:r,color:i="primary",disableShrink:o=!1,size:a=40,style:s,thickness:l=3.6,value:u=0,variant:c="indeterminate",...d}=n,h={...n,color:i,disableShrink:o,size:a,thickness:l,value:u,variant:c},p=(e=>{let{classes:t,variant:n,color:r,disableShrink:i}=e,o={root:["root",n,`color${(0,H.Z)(r)}`],svg:["svg"],circle:["circle",`circle${(0,H.Z)(n)}`,i&&"circleDisableShrink"]};return(0,F.Z)(o,es,t)})(h),f={},g={},m={};if("determinate"===c){let e=2*Math.PI*((44-l)/2);f.strokeDasharray=e.toFixed(3),m["aria-valuenow"]=Math.round(u),f.strokeDashoffset=`${((100-u)/100*e).toFixed(3)}px`,g.transform="rotate(-90deg)"}return(0,Z.jsx)(eh,{className:(0,z.Z)(p.root,r),style:{width:a,height:a,...g,...s},ownerState:h,ref:t,role:"progressbar",...m,...d,children:(0,Z.jsx)(ep,{className:p.svg,ownerState:h,viewBox:"22 22 44 44",children:(0,Z.jsx)(ef,{className:p.circle,style:f,ownerState:h,cx:44,cy:44,r:(44-l)/2,fill:"none",strokeWidth:l})})})});function em(e){return(0,Y.ZP)("MuiButton",e)}let ev=(0,U.Z)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge","loading","loadingWrapper","loadingIconPlaceholder","loadingIndicator","loadingPositionCenter","loadingPositionStart","loadingPositionEnd"]),ey=[{props:{size:"small"},style:{"& > *:nth-of-type(1)":{fontSize:18}}},{props:{size:"medium"},style:{"& > *:nth-of-type(1)":{fontSize:20}}},{props:{size:"large"},style:{"& > *:nth-of-type(1)":{fontSize:22}}}],ex=(0,$.ZP)(eo.Z,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],t[`${n.variant}${(0,H.Z)(n.color)}`],t[`size${(0,H.Z)(n.size)}`],t[`${n.variant}Size${(0,H.Z)(n.size)}`],"inherit"===n.color&&t.colorInherit,n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,n.loading&&t.loading]}})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode?e.palette.grey[300]:e.palette.grey[800],n="light"===e.palette.mode?e.palette.grey.A100:e.palette.grey[700];return{...e.typography.button,minWidth:64,padding:"6px 16px",border:0,borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":{textDecoration:"none"},[`&.${ev.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:{variant:"contained"},style:{color:"var(--variant-containedColor)",backgroundColor:"var(--variant-containedBg)",boxShadow:(e.vars||e).shadows[2],"&:hover":{boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2]}},"&:active":{boxShadow:(e.vars||e).shadows[8]},[`&.${ev.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${ev.disabled}`]:{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground}}},{props:{variant:"outlined"},style:{padding:"5px 15px",border:"1px solid currentColor",borderColor:"var(--variant-outlinedBorder, currentColor)",backgroundColor:"var(--variant-outlinedBg)",color:"var(--variant-outlinedColor)",[`&.${ev.disabled}`]:{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`}}},{props:{variant:"text"},style:{padding:"6px 8px",color:"var(--variant-textColor)",backgroundColor:"var(--variant-textBg)"}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{"--variant-textColor":(e.vars||e).palette[t].main,"--variant-outlinedColor":(e.vars||e).palette[t].main,"--variant-outlinedBorder":e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.5)`:(0,j.Fq)(e.palette[t].main,.5),"--variant-containedColor":(e.vars||e).palette[t].contrastText,"--variant-containedBg":(e.vars||e).palette[t].main,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":(e.vars||e).palette[t].dark,"--variant-textBg":e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette[t].main,e.palette.action.hoverOpacity),"--variant-outlinedBorder":(e.vars||e).palette[t].main,"--variant-outlinedBg":e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette[t].main,e.palette.action.hoverOpacity)}}}})),{props:{color:"inherit"},style:{color:"inherit",borderColor:"currentColor","--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedBg:t,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedHoverBg:n,"--variant-textBg":e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.text.primary,e.palette.action.hoverOpacity),"--variant-outlinedBg":e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.text.primary,e.palette.action.hoverOpacity)}}}},{props:{size:"small",variant:"text"},style:{padding:"4px 5px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"text"},style:{padding:"8px 11px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"outlined"},style:{padding:"3px 9px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"outlined"},style:{padding:"7px 21px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"contained"},style:{padding:"4px 10px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"contained"},style:{padding:"8px 22px",fontSize:e.typography.pxToRem(15)}},{props:{disableElevation:!0},style:{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${ev.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${ev.disabled}`]:{boxShadow:"none"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${ev.loading}`]:{color:"transparent"}}}]}})),eb=(0,$.ZP)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.startIcon,n.loading&&t.startIconLoadingStart,t[`iconSize${(0,H.Z)(n.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:8,marginLeft:-4,variants:[{props:{size:"small"},style:{marginLeft:-2}},{props:{loadingPosition:"start",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"start",loading:!0,fullWidth:!0},style:{marginRight:-8}},...ey]})),ew=(0,$.ZP)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.endIcon,n.loading&&t.endIconLoadingEnd,t[`iconSize${(0,H.Z)(n.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:-4,marginLeft:8,variants:[{props:{size:"small"},style:{marginRight:-2}},{props:{loadingPosition:"end",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"end",loading:!0,fullWidth:!0},style:{marginLeft:-8}},...ey]})),eS=(0,$.ZP)("span",{name:"MuiButton",slot:"LoadingIndicator",overridesResolver:(e,t)=>t.loadingIndicator})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",variants:[{props:{loading:!0},style:{display:"flex"}},{props:{loadingPosition:"start"},style:{left:14}},{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end"},style:{right:14}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:{loadingPosition:"start",fullWidth:!0},style:{position:"relative",left:-10}},{props:{loadingPosition:"end",fullWidth:!0},style:{position:"relative",right:-10}}]})),eC=(0,$.ZP)("span",{name:"MuiButton",slot:"LoadingIconPlaceholder",overridesResolver:(e,t)=>t.loadingIconPlaceholder})({display:"inline-block",width:"1em",height:"1em"}),ek=B.forwardRef(function(e,t){let n=B.useContext(Q),r=B.useContext(J),i=(0,en.Z)(n,e),o=(0,q.i)({props:i,name:"MuiButton"}),{children:a,color:s="primary",component:l="button",className:u,disabled:c=!1,disableElevation:d=!1,disableFocusRipple:h=!1,endIcon:p,focusVisibleClassName:f,fullWidth:g=!1,id:m,loading:v=null,loadingIndicator:y,loadingPosition:x="center",size:b="medium",startIcon:w,type:S,variant:C="text",...k}=o,M=(0,er.Z)(m),T=y??(0,Z.jsx)(eg,{"aria-labelledby":M,color:"inherit",size:16}),I={...o,color:s,component:l,disabled:c,disableElevation:d,disableFocusRipple:h,fullWidth:g,loading:v,loadingIndicator:T,loadingPosition:x,size:b,type:S,variant:C},A=(e=>{let{color:t,disableElevation:n,fullWidth:r,size:i,variant:o,loading:a,loadingPosition:s,classes:l}=e,u={root:["root",a&&"loading",o,`${o}${(0,H.Z)(t)}`,`size${(0,H.Z)(i)}`,`${o}Size${(0,H.Z)(i)}`,`color${(0,H.Z)(t)}`,n&&"disableElevation",r&&"fullWidth",a&&`loadingPosition${(0,H.Z)(s)}`],startIcon:["icon","startIcon",`iconSize${(0,H.Z)(i)}`],endIcon:["icon","endIcon",`iconSize${(0,H.Z)(i)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},c=(0,F.Z)(u,em,l);return{...l,...c}})(I),D=(w||v&&"start"===x)&&(0,Z.jsx)(eb,{className:A.startIcon,ownerState:I,children:w||(0,Z.jsx)(eC,{className:A.loadingIconPlaceholder,ownerState:I})}),P=(p||v&&"end"===x)&&(0,Z.jsx)(ew,{className:A.endIcon,ownerState:I,children:p||(0,Z.jsx)(eC,{className:A.loadingIconPlaceholder,ownerState:I})}),R="boolean"==typeof v?(0,Z.jsx)("span",{className:A.loadingWrapper,style:{display:"contents"},children:v&&(0,Z.jsx)(eS,{className:A.loadingIndicator,ownerState:I,children:T})}):null;return(0,Z.jsxs)(ex,{ownerState:I,className:(0,z.Z)(n.className,A.root,u,r||""),component:l,disabled:c||v,focusRipple:!h,focusVisibleClassName:(0,z.Z)(A.focusVisible,f),ref:t,type:S,id:v?M:m,...k,classes:A,children:[D,"end"!==x&&R,a,"end"===x&&R,P]})});function eM({onChange:e,value:t="left",...n}){let r=t=>{e(t)};return(0,Z.jsxs)(et,{"aria-label":"Alignement",...n,children:[(0,Z.jsx)(ek,{onClick:()=>r("left"),variant:"left"===t?"contained":"outlined",children:"Left"},"left"),(0,Z.jsx)(ek,{onClick:()=>r("center"),variant:"center"===t?"contained":"outlined",children:"Center"},"center"),(0,Z.jsx)(ek,{onClick:()=>r("right"),variant:"right"===t?"contained":"outlined",children:"Right"},"right")]})}var eT=n(5283);function eI(e){return(0,Y.ZP)("MuiIconButton",e)}let eA=(0,U.Z)("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge","loading","loadingIndicator","loadingWrapper"]),eD=(0,$.ZP)(eo.Z,{name:"MuiIconButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.loading&&t.loading,"default"!==n.color&&t[`color${(0,H.Z)(n.color)}`],n.edge&&t[`edge${(0,H.Z)(n.edge)}`],t[`size${(0,H.Z)(n.size)}`]]}})((0,W.Z)(({theme:e})=>({textAlign:"center",flex:"0 0 auto",fontSize:e.typography.pxToRem(24),padding:8,borderRadius:"50%",color:(e.vars||e).palette.action.active,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),variants:[{props:e=>!e.disableRipple,style:{"--IconButton-hoverBg":e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.action.active,e.palette.action.hoverOpacity),"&:hover":{backgroundColor:"var(--IconButton-hoverBg)","@media (hover: none)":{backgroundColor:"transparent"}}}},{props:{edge:"start"},style:{marginLeft:-12}},{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:{edge:"end"},style:{marginRight:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}}]})),(0,W.Z)(({theme:e})=>({variants:[{props:{color:"inherit"},style:{color:"inherit"}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{"--IconButton-hoverBg":e.vars?`rgba(${(e.vars||e).palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)((e.vars||e).palette[t].main,e.palette.action.hoverOpacity)}})),{props:{size:"small"},style:{padding:5,fontSize:e.typography.pxToRem(18)}},{props:{size:"large"},style:{padding:12,fontSize:e.typography.pxToRem(28)}}],[`&.${eA.disabled}`]:{backgroundColor:"transparent",color:(e.vars||e).palette.action.disabled},[`&.${eA.loading}`]:{color:"transparent"}}))),eP=(0,$.ZP)("span",{name:"MuiIconButton",slot:"LoadingIndicator",overridesResolver:(e,t)=>t.loadingIndicator})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",top:"50%",left:"50%",transform:"translate(-50%, -50%)",color:(e.vars||e).palette.action.disabled,variants:[{props:{loading:!0},style:{display:"flex"}}]})),eR=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiIconButton"}),{edge:r=!1,children:i,className:o,color:a="default",disabled:s=!1,disableFocusRipple:l=!1,size:u="medium",id:c,loading:d=null,loadingIndicator:h,...p}=n,f=(0,er.Z)(c),g=h??(0,Z.jsx)(eg,{"aria-labelledby":f,color:"inherit",size:16}),m={...n,edge:r,color:a,disabled:s,disableFocusRipple:l,loading:d,loadingIndicator:g,size:u},v=(e=>{let{classes:t,disabled:n,color:r,edge:i,size:o,loading:a}=e,s={root:["root",a&&"loading",n&&"disabled","default"!==r&&`color${(0,H.Z)(r)}`,i&&`edge${(0,H.Z)(i)}`,`size${(0,H.Z)(o)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]};return(0,F.Z)(s,eI,t)})(m);return(0,Z.jsxs)(eD,{id:d?f:c,className:(0,z.Z)(v.root,o),centerRipple:!0,focusRipple:!l,disabled:s||d,ref:t,...p,ownerState:m,children:["boolean"==typeof d&&(0,Z.jsx)("span",{className:v.loadingWrapper,style:{display:"contents"},children:(0,Z.jsx)(eP,{className:v.loadingIndicator,ownerState:m,children:d&&g})}),i]})});var e_=n(5056),eO=n(1170),eE=n(2220),eL=n(7048),eZ=n(3205),eB=n(1925),eN=n(6858),ez=n(4384);function eF(e){return parseInt(e,10)||0}let ej={visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"};function eV(e){return function(e){for(let t in e)return!1;return!0}(e)||0===e.outerHeightStyle&&!e.overflowing}let eH=B.forwardRef(function(e,t){let{onChange:n,maxRows:r,minRows:i=1,style:o,value:a,...s}=e,{current:l}=B.useRef(null!=a),u=B.useRef(null),c=(0,eL.Z)(t,u),d=B.useRef(null),h=B.useRef(null),p=B.useCallback(()=>{let t=u.current,n=h.current;if(!t||!n)return;let o=(0,eZ.Z)(t).getComputedStyle(t);if("0px"===o.width)return{outerHeightStyle:0,overflowing:!1};n.style.width=o.width,n.value=t.value||e.placeholder||"x","\n"===n.value.slice(-1)&&(n.value+=" ");let a=o.boxSizing,s=eF(o.paddingBottom)+eF(o.paddingTop),l=eF(o.borderBottomWidth)+eF(o.borderTopWidth),c=n.scrollHeight;n.value="x";let d=n.scrollHeight,p=c;return i&&(p=Math.max(Number(i)*d,p)),r&&(p=Math.min(Number(r)*d,p)),{outerHeightStyle:(p=Math.max(p,d))+("border-box"===a?s+l:0),overflowing:1>=Math.abs(p-c)}},[r,i,e.placeholder]),f=(0,eB.Z)(()=>{let e=u.current,t=p();if(!e||!t||eV(t))return!1;let n=t.outerHeightStyle;return null!=d.current&&d.current!==n}),g=B.useCallback(()=>{let e=u.current,t=p();if(!e||!t||eV(t))return;let n=t.outerHeightStyle;d.current!==n&&(d.current=n,e.style.height=`${n}px`),e.style.overflow=t.overflowing?"hidden":""},[p]),m=B.useRef(-1);return(0,eN.Z)(()=>{let e,t=(0,ez.Z)(g),n=u?.current;if(!n)return;let r=(0,eZ.Z)(n);return r.addEventListener("resize",t),"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(()=>{f()&&(e.unobserve(n),cancelAnimationFrame(m.current),g(),m.current=requestAnimationFrame(()=>{e.observe(n)}))})).observe(n),()=>{t.clear(),cancelAnimationFrame(m.current),r.removeEventListener("resize",t),e&&e.disconnect()}},[p,g,f]),(0,eN.Z)(()=>{g()}),(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)("textarea",{value:a,onChange:e=>{l||g(),n&&n(e)},ref:c,rows:i,style:o,...s}),(0,Z.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:h,tabIndex:-1,style:{...ej,...o,paddingTop:0,paddingBottom:0}})]})}),e$=function(e){return"string"==typeof e};function eW({props:e,states:t,muiFormControl:n}){return t.reduce((t,r)=>(t[r]=e[r],n&&void 0===e[r]&&(t[r]=n[r]),t),{})}var eG=n(9992),eq=n(6683),eU=n(2543),eY=n(1183),eX=n(6758);function eK(e){return null!=e&&!(Array.isArray(e)&&0===e.length)}function eQ(e,t=!1){return e&&(eK(e.value)&&""!==e.value||t&&eK(e.defaultValue)&&""!==e.defaultValue)}function eJ(e){return(0,Y.ZP)("MuiInputBase",e)}let e0=(0,U.Z)("MuiInputBase",["root","formControl","focused","disabled","adornedStart","adornedEnd","error","sizeSmall","multiline","colorSecondary","fullWidth","hiddenLabel","readOnly","input","inputSizeSmall","inputMultiline","inputTypeSearch","inputAdornedStart","inputAdornedEnd","inputHiddenLabel"]),e1=(e,t)=>{let{ownerState:n}=e;return[t.root,n.formControl&&t.formControl,n.startAdornment&&t.adornedStart,n.endAdornment&&t.adornedEnd,n.error&&t.error,"small"===n.size&&t.sizeSmall,n.multiline&&t.multiline,n.color&&t[`color${(0,H.Z)(n.color)}`],n.fullWidth&&t.fullWidth,n.hiddenLabel&&t.hiddenLabel]},e2=(e,t)=>{let{ownerState:n}=e;return[t.input,"small"===n.size&&t.inputSizeSmall,n.multiline&&t.inputMultiline,"search"===n.type&&t.inputTypeSearch,n.startAdornment&&t.inputAdornedStart,n.endAdornment&&t.inputAdornedEnd,n.hiddenLabel&&t.inputHiddenLabel]},e5=(0,$.ZP)("div",{name:"MuiInputBase",slot:"Root",overridesResolver:e1})((0,W.Z)(({theme:e})=>({...e.typography.body1,color:(e.vars||e).palette.text.primary,lineHeight:"1.4375em",boxSizing:"border-box",position:"relative",cursor:"text",display:"inline-flex",alignItems:"center",[`&.${e0.disabled}`]:{color:(e.vars||e).palette.text.disabled,cursor:"default"},variants:[{props:({ownerState:e})=>e.multiline,style:{padding:"4px 0 5px"}},{props:({ownerState:e,size:t})=>e.multiline&&"small"===t,style:{paddingTop:1}},{props:({ownerState:e})=>e.fullWidth,style:{width:"100%"}}]}))),e3=(0,$.ZP)("input",{name:"MuiInputBase",slot:"Input",overridesResolver:e2})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode,n={color:"currentColor",...e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:t?.42:.5},transition:e.transitions.create("opacity",{duration:e.transitions.duration.shorter})},r={opacity:"0 !important"},i=e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:t?.42:.5};return{font:"inherit",letterSpacing:"inherit",color:"currentColor",padding:"4px 0 5px",border:0,boxSizing:"content-box",background:"none",height:"1.4375em",margin:0,WebkitTapHighlightColor:"transparent",display:"block",minWidth:0,width:"100%","&::-webkit-input-placeholder":n,"&::-moz-placeholder":n,"&::-ms-input-placeholder":n,"&:focus":{outline:0},"&:invalid":{boxShadow:"none"},"&::-webkit-search-decoration":{WebkitAppearance:"none"},[`label[data-shrink=false] + .${e0.formControl} &`]:{"&::-webkit-input-placeholder":r,"&::-moz-placeholder":r,"&::-ms-input-placeholder":r,"&:focus::-webkit-input-placeholder":i,"&:focus::-moz-placeholder":i,"&:focus::-ms-input-placeholder":i},[`&.${e0.disabled}`]:{opacity:1,WebkitTextFillColor:(e.vars||e).palette.text.disabled},variants:[{props:({ownerState:e})=>!e.disableInjectingGlobalStyles,style:{animationName:"mui-auto-fill-cancel",animationDuration:"10ms","&:-webkit-autofill":{animationDuration:"5000s",animationName:"mui-auto-fill"}}},{props:{size:"small"},style:{paddingTop:1}},{props:({ownerState:e})=>e.multiline,style:{height:"auto",resize:"none",padding:0,paddingTop:0}},{props:{type:"search"},style:{MozAppearance:"textfield"}}]}})),e4=(0,eU.zY)({"@keyframes mui-auto-fill":{from:{display:"block"}},"@keyframes mui-auto-fill-cancel":{from:{display:"block"}}}),e6=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiInputBase"}),{"aria-describedby":r,autoComplete:i,autoFocus:o,className:a,color:s,components:l={},componentsProps:u={},defaultValue:c,disabled:d,disableInjectingGlobalStyles:h,endAdornment:p,error:f,fullWidth:g=!1,id:m,inputComponent:v="input",inputProps:y={},inputRef:x,margin:b,maxRows:w,minRows:S,multiline:C=!1,name:k,onBlur:M,onChange:T,onClick:I,onFocus:A,onKeyDown:D,onKeyUp:P,placeholder:R,readOnly:_,renderSuffix:O,rows:E,size:L,slotProps:N={},slots:j={},startAdornment:V,type:$="text",value:W,...G}=n,U=null!=y.value?y.value:W,{current:Y}=B.useRef(null!=U),X=B.useRef(),K=B.useCallback(e=>{},[]),Q=(0,eY.Z)(X,x,y.ref,K),[J,ee]=B.useState(!1),et=(0,eq.Z)(),en=eW({props:n,muiFormControl:et,states:["color","disabled","error","hiddenLabel","size","required","filled"]});en.focused=et?et.focused:J,B.useEffect(()=>{!et&&d&&J&&(ee(!1),M&&M())},[et,d,J,M]);let er=et&&et.onFilled,ei=et&&et.onEmpty,eo=B.useCallback(e=>{eQ(e)?er&&er():ei&&ei()},[er,ei]);(0,eX.Z)(()=>{Y&&eo({value:U})},[U,eo,Y]),B.useEffect(()=>{eo(X.current)},[]);let ea=v,es=y;C&&"input"===ea&&(es=E?{type:void 0,minRows:E,maxRows:E,...es}:{type:void 0,maxRows:w,minRows:S,...es},ea=eH),B.useEffect(()=>{et&&et.setAdornedStart(!!V)},[et,V]);let el={...n,color:en.color||"primary",disabled:en.disabled,endAdornment:p,error:en.error,focused:en.focused,formControl:et,fullWidth:g,hiddenLabel:en.hiddenLabel,multiline:C,size:en.size,startAdornment:V,type:$},eu=(e=>{let{classes:t,color:n,disabled:r,error:i,endAdornment:o,focused:a,formControl:s,fullWidth:l,hiddenLabel:u,multiline:c,readOnly:d,size:h,startAdornment:p,type:f}=e,g={root:["root",`color${(0,H.Z)(n)}`,r&&"disabled",i&&"error",l&&"fullWidth",a&&"focused",s&&"formControl",h&&"medium"!==h&&`size${(0,H.Z)(h)}`,c&&"multiline",p&&"adornedStart",o&&"adornedEnd",u&&"hiddenLabel",d&&"readOnly"],input:["input",r&&"disabled","search"===f&&"inputTypeSearch",c&&"inputMultiline","small"===h&&"inputSizeSmall",u&&"inputHiddenLabel",p&&"inputAdornedStart",o&&"inputAdornedEnd",d&&"readOnly"]};return(0,F.Z)(g,eJ,t)})(el),ec=j.root||l.Root||e5,ed=N.root||u.root||{},eh=j.input||l.Input||e3;return es={...es,...N.input??u.input},(0,Z.jsxs)(B.Fragment,{children:[!h&&"function"==typeof e4&&(ry||(ry=(0,Z.jsx)(e4,{}))),(0,Z.jsxs)(ec,{...ed,ref:t,onClick:e=>{X.current&&e.currentTarget===e.target&&X.current.focus(),I&&I(e)},...G,...!e$(ec)&&{ownerState:{...el,...ed.ownerState}},className:(0,z.Z)(eu.root,ed.className,a,_&&"MuiInputBase-readOnly"),children:[V,(0,Z.jsx)(eG.Z.Provider,{value:null,children:(0,Z.jsx)(eh,{"aria-invalid":en.error,"aria-describedby":r,autoComplete:i,autoFocus:o,defaultValue:c,disabled:en.disabled,id:m,onAnimationStart:e=>{eo("mui-auto-fill-cancel"===e.animationName?X.current:{value:"x"})},name:k,placeholder:R,readOnly:_,required:en.required,rows:E,value:U,onKeyDown:D,onKeyUp:P,type:$,...es,...!e$(eh)&&{as:ea,ownerState:{...el,...es.ownerState}},ref:Q,className:(0,z.Z)(eu.input,es.className,_&&"MuiInputBase-readOnly"),onBlur:e=>{M&&M(e),y.onBlur&&y.onBlur(e),et&&et.onBlur?et.onBlur(e):ee(!1)},onChange:(e,...t)=>{if(!Y){let t=e.target||X.current;if(null==t)throw Error((0,eE.Z)(1));eo({value:t.value})}y.onChange&&y.onChange(e,...t),T&&T(e,...t)},onFocus:e=>{A&&A(e),y.onFocus&&y.onFocus(e),et&&et.onFocus?et.onFocus(e):ee(!0)}})}),p,O?O({...en,startAdornment:V}):null]})]})});function e8(e){return(0,Y.ZP)("MuiInput",e)}let e9={...e0,...(0,U.Z)("MuiInput",["root","underline","input"])},e7=(0,$.ZP)(e5,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiInput",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[...e1(e,t),!n.disableUnderline&&t.underline]}})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return e.vars&&(t=`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`),{position:"relative",variants:[{props:({ownerState:e})=>e.formControl,style:{"label + &":{marginTop:16}}},{props:({ownerState:e})=>!e.disableUnderline,style:{"&::after":{left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${e9.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${e9.error}`]:{"&::before, &::after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${t}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${e9.disabled}, .${e9.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${e9.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t,disableUnderline:!1},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t].main}`}}}))]}})),te=(0,$.ZP)(e3,{name:"MuiInput",slot:"Input",overridesResolver:e2})({}),tt=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiInput"}),{disableUnderline:r=!1,components:i={},componentsProps:o,fullWidth:a=!1,inputComponent:s="input",multiline:l=!1,slotProps:u,slots:c={},type:d="text",...h}=n,p=(e=>{let{classes:t,disableUnderline:n}=e,r=(0,F.Z)({root:["root",!n&&"underline"],input:["input"]},e8,t);return{...t,...r}})(n),f={root:{ownerState:{disableUnderline:r}}},g=u??o?(0,eO.Z)(u??o,f):f,m=c.root??i.Root??e7,v=c.input??i.Input??te;return(0,Z.jsx)(e6,{slots:{root:m,input:v},slotProps:g,fullWidth:a,inputComponent:s,multiline:l,ref:t,type:d,...h,classes:p})});function tn(e){return(0,Y.ZP)("MuiFilledInput",e)}tt.muiName="Input";let tr={...e0,...(0,U.Z)("MuiFilledInput",["root","underline","input","adornedStart","adornedEnd","sizeSmall","multiline","hiddenLabel"])},ti=(0,$.ZP)(e5,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiFilledInput",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[...e1(e,t),!n.disableUnderline&&t.underline]}})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode,n=t?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)";return{position:"relative",backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n,borderTopLeftRadius:(e.vars||e).shape.borderRadius,borderTopRightRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),"&:hover":{backgroundColor:e.vars?e.vars.palette.FilledInput.hoverBg:t?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)","@media (hover: none)":{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n}},[`&.${tr.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${tr.disabled}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.disabledBg:t?"rgba(0, 0, 0, 0.12)":"rgba(255, 255, 255, 0.12)"},variants:[{props:({ownerState:e})=>!e.disableUnderline,style:{"&::after":{left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${tr.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${tr.error}`]:{"&::before, &::after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`:t?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)"}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${tr.disabled}, .${tr.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${tr.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{disableUnderline:!1,color:t},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t]?.main}`}}})),{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:12}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:12}},{props:({ownerState:e})=>e.multiline,style:{padding:"25px 12px 8px"}},{props:({ownerState:e,size:t})=>e.multiline&&"small"===t,style:{paddingTop:21,paddingBottom:4}},{props:({ownerState:e})=>e.multiline&&e.hiddenLabel,style:{paddingTop:16,paddingBottom:17}},{props:({ownerState:e})=>e.multiline&&e.hiddenLabel&&"small"===e.size,style:{paddingTop:8,paddingBottom:9}}]}})),to=(0,$.ZP)(e3,{name:"MuiFilledInput",slot:"Input",overridesResolver:e2})((0,W.Z)(({theme:e})=>({paddingTop:25,paddingRight:12,paddingBottom:8,paddingLeft:12,...!e.vars&&{"&:-webkit-autofill":{WebkitBoxShadow:"light"===e.palette.mode?null:"0 0 0 100px #266798 inset",WebkitTextFillColor:"light"===e.palette.mode?null:"#fff",caretColor:"light"===e.palette.mode?null:"#fff",borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"}},...e.vars&&{"&:-webkit-autofill":{borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"},[e.getColorSchemeSelector("dark")]:{"&:-webkit-autofill":{WebkitBoxShadow:"0 0 0 100px #266798 inset",WebkitTextFillColor:"#fff",caretColor:"#fff"}}},variants:[{props:{size:"small"},style:{paddingTop:21,paddingBottom:4}},{props:({ownerState:e})=>e.hiddenLabel,style:{paddingTop:16,paddingBottom:17}},{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:0}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:0}},{props:({ownerState:e})=>e.hiddenLabel&&"small"===e.size,style:{paddingTop:8,paddingBottom:9}},{props:({ownerState:e})=>e.multiline,style:{paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0}}]}))),ta=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiFilledInput"}),{disableUnderline:r=!1,components:i={},componentsProps:o,fullWidth:a=!1,hiddenLabel:s,inputComponent:l="input",multiline:u=!1,slotProps:c,slots:d={},type:h="text",...p}=n,f={...n,disableUnderline:r,fullWidth:a,inputComponent:l,multiline:u,type:h},g=(e=>{let{classes:t,disableUnderline:n,startAdornment:r,endAdornment:i,size:o,hiddenLabel:a,multiline:s}=e,l={root:["root",!n&&"underline",r&&"adornedStart",i&&"adornedEnd","small"===o&&`size${(0,H.Z)(o)}`,a&&"hiddenLabel",s&&"multiline"],input:["input"]},u=(0,F.Z)(l,tn,t);return{...t,...u}})(n),m={root:{ownerState:f},input:{ownerState:f}},v=c??o?(0,eO.Z)(m,c??o):m,y=d.root??i.Root??ti,x=d.input??i.Input??to;return(0,Z.jsx)(e6,{slots:{root:y,input:x},slotProps:v,fullWidth:a,inputComponent:l,multiline:u,ref:t,type:h,...p,classes:g})});ta.muiName="Input";let ts=(0,$.ZP)("fieldset",{shouldForwardProp:ei.Z})({textAlign:"left",position:"absolute",bottom:0,right:0,top:-5,left:0,margin:0,padding:"0 8px",pointerEvents:"none",borderRadius:"inherit",borderStyle:"solid",borderWidth:1,overflow:"hidden",minWidth:"0%"}),tl=(0,$.ZP)("legend",{shouldForwardProp:ei.Z})((0,W.Z)(({theme:e})=>({float:"unset",width:"auto",overflow:"hidden",variants:[{props:({ownerState:e})=>!e.withLabel,style:{padding:0,lineHeight:"11px",transition:e.transitions.create("width",{duration:150,easing:e.transitions.easing.easeOut})}},{props:({ownerState:e})=>e.withLabel,style:{display:"block",padding:0,height:11,fontSize:"0.75em",visibility:"hidden",maxWidth:.01,transition:e.transitions.create("max-width",{duration:50,easing:e.transitions.easing.easeOut}),whiteSpace:"nowrap","& > span":{paddingLeft:5,paddingRight:5,display:"inline-block",opacity:0,visibility:"visible"}}},{props:({ownerState:e})=>e.withLabel&&e.notched,style:{maxWidth:"100%",transition:e.transitions.create("max-width",{duration:100,easing:e.transitions.easing.easeOut,delay:50})}}]})));function tu(e){return(0,Y.ZP)("MuiOutlinedInput",e)}let tc={...e0,...(0,U.Z)("MuiOutlinedInput",["root","notchedOutline","input"])},td=(0,$.ZP)(e5,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiOutlinedInput",slot:"Root",overridesResolver:e1})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{position:"relative",borderRadius:(e.vars||e).shape.borderRadius,[`&:hover .${tc.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${tc.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${tc.focused} .${tc.notchedOutline}`]:{borderWidth:2},variants:[...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{[`&.${tc.focused} .${tc.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${tc.error} .${tc.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},[`&.${tc.disabled} .${tc.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled}}},{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:14}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:14}},{props:({ownerState:e})=>e.multiline,style:{padding:"16.5px 14px"}},{props:({ownerState:e,size:t})=>e.multiline&&"small"===t,style:{padding:"8.5px 14px"}}]}})),th=(0,$.ZP)(function(e){let{children:t,classes:n,className:r,label:i,notched:o,...a}=e,s=null!=i&&""!==i,l={...e,notched:o,withLabel:s};return(0,Z.jsx)(ts,{"aria-hidden":!0,className:r,ownerState:l,...a,children:(0,Z.jsx)(tl,{ownerState:l,children:s?(0,Z.jsx)("span",{children:i}):rx||(rx=(0,Z.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""}))})})},{name:"MuiOutlinedInput",slot:"NotchedOutline",overridesResolver:(e,t)=>t.notchedOutline})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}})),tp=(0,$.ZP)(e3,{name:"MuiOutlinedInput",slot:"Input",overridesResolver:e2})((0,W.Z)(({theme:e})=>({padding:"16.5px 14px",...!e.vars&&{"&:-webkit-autofill":{WebkitBoxShadow:"light"===e.palette.mode?null:"0 0 0 100px #266798 inset",WebkitTextFillColor:"light"===e.palette.mode?null:"#fff",caretColor:"light"===e.palette.mode?null:"#fff",borderRadius:"inherit"}},...e.vars&&{"&:-webkit-autofill":{borderRadius:"inherit"},[e.getColorSchemeSelector("dark")]:{"&:-webkit-autofill":{WebkitBoxShadow:"0 0 0 100px #266798 inset",WebkitTextFillColor:"#fff",caretColor:"#fff"}}},variants:[{props:{size:"small"},style:{padding:"8.5px 14px"}},{props:({ownerState:e})=>e.multiline,style:{padding:0}},{props:({ownerState:e})=>e.startAdornment,style:{paddingLeft:0}},{props:({ownerState:e})=>e.endAdornment,style:{paddingRight:0}}]}))),tf=B.forwardRef(function(e,t){var n;let r=(0,q.i)({props:e,name:"MuiOutlinedInput"}),{components:i={},fullWidth:o=!1,inputComponent:a="input",label:s,multiline:l=!1,notched:u,slots:c={},type:d="text",...h}=r,p=(e=>{let{classes:t}=e,n=(0,F.Z)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},tu,t);return{...t,...n}})(r),f=(0,eq.Z)(),g=eW({props:r,muiFormControl:f,states:["color","disabled","error","focused","hiddenLabel","size","required"]}),m={...r,color:g.color||"primary",disabled:g.disabled,error:g.error,focused:g.focused,formControl:f,fullWidth:o,hiddenLabel:g.hiddenLabel,multiline:l,size:g.size,type:d},v=c.root??i.Root??td,y=c.input??i.Input??tp;return(0,Z.jsx)(e6,{slots:{root:v,input:y},renderSuffix:e=>(0,Z.jsx)(th,{ownerState:m,className:p.notchedOutline,label:null!=s&&""!==s&&g.required?n||(n=(0,Z.jsxs)(B.Fragment,{children:[s," ","*"]})):s,notched:void 0!==u?u:!!(e.startAdornment||e.filled||e.focused)}),fullWidth:o,inputComponent:a,multiline:l,ref:t,type:d,...h,classes:{...p,notchedOutline:null}})});function tg(e){return(0,Y.ZP)("MuiFormLabel",e)}tf.muiName="Input";let tm=(0,U.Z)("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"]),tv=(0,$.ZP)("label",{name:"MuiFormLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,"secondary"===n.color&&t.colorSecondary,n.filled&&t.filled]}})((0,W.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.body1,lineHeight:"1.4375em",padding:0,position:"relative",variants:[...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{[`&.${tm.focused}`]:{color:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${tm.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${tm.error}`]:{color:(e.vars||e).palette.error.main}}}]}))),ty=(0,$.ZP)("span",{name:"MuiFormLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,W.Z)(({theme:e})=>({[`&.${tm.error}`]:{color:(e.vars||e).palette.error.main}}))),tx=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiFormLabel"}),{children:r,className:i,color:o,component:a="label",disabled:s,error:l,filled:u,focused:c,required:d,...h}=n,p=eW({props:n,muiFormControl:(0,eq.Z)(),states:["color","required","focused","disabled","error","filled"]}),f={...n,color:p.color||"primary",component:a,disabled:p.disabled,error:p.error,filled:p.filled,focused:p.focused,required:p.required},g=(e=>{let{classes:t,color:n,focused:r,disabled:i,error:o,filled:a,required:s}=e,l={root:["root",`color${(0,H.Z)(n)}`,i&&"disabled",o&&"error",a&&"filled",r&&"focused",s&&"required"],asterisk:["asterisk",o&&"error"]};return(0,F.Z)(l,tg,t)})(f);return(0,Z.jsxs)(tv,{as:a,ownerState:f,className:(0,z.Z)(g.root,i),ref:t,...h,children:[r,p.required&&(0,Z.jsxs)(ty,{ownerState:f,"aria-hidden":!0,className:g.asterisk,children:[" ","*"]})]})});function tb(e){return(0,Y.ZP)("MuiInputLabel",e)}(0,U.Z)("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"]);let tw=(0,$.ZP)(tx,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiInputLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${tm.asterisk}`]:t.asterisk},t.root,n.formControl&&t.formControl,"small"===n.size&&t.sizeSmall,n.shrink&&t.shrink,!n.disableAnimation&&t.animated,n.focused&&t.focused,t[n.variant]]}})((0,W.Z)(({theme:e})=>({display:"block",transformOrigin:"top left",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%",variants:[{props:({ownerState:e})=>e.formControl,style:{position:"absolute",left:0,top:0,transform:"translate(0, 20px) scale(1)"}},{props:{size:"small"},style:{transform:"translate(0, 17px) scale(1)"}},{props:({ownerState:e})=>e.shrink,style:{transform:"translate(0, -1.5px) scale(0.75)",transformOrigin:"top left",maxWidth:"133%"}},{props:({ownerState:e})=>!e.disableAnimation,style:{transition:e.transitions.create(["color","transform","max-width"],{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut})}},{props:{variant:"filled"},style:{zIndex:1,pointerEvents:"none",transform:"translate(12px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"filled",size:"small"},style:{transform:"translate(12px, 13px) scale(1)"}},{props:({variant:e,ownerState:t})=>"filled"===e&&t.shrink,style:{userSelect:"none",pointerEvents:"auto",transform:"translate(12px, 7px) scale(0.75)",maxWidth:"calc(133% - 24px)"}},{props:({variant:e,ownerState:t,size:n})=>"filled"===e&&t.shrink&&"small"===n,style:{transform:"translate(12px, 4px) scale(0.75)"}},{props:{variant:"outlined"},style:{zIndex:1,pointerEvents:"none",transform:"translate(14px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"outlined",size:"small"},style:{transform:"translate(14px, 9px) scale(1)"}},{props:({variant:e,ownerState:t})=>"outlined"===e&&t.shrink,style:{userSelect:"none",pointerEvents:"auto",maxWidth:"calc(133% - 32px)",transform:"translate(14px, -9px) scale(0.75)"}}]}))),tS=B.forwardRef(function(e,t){let n=(0,q.i)({name:"MuiInputLabel",props:e}),{disableAnimation:r=!1,margin:i,shrink:o,variant:a,className:s,...l}=n,u=(0,eq.Z)(),c=o;void 0===c&&u&&(c=u.filled||u.focused||u.adornedStart);let d=eW({props:n,muiFormControl:u,states:["size","variant","required","focused"]}),h={...n,disableAnimation:r,formControl:u,shrink:c,size:d.size,variant:d.variant,required:d.required,focused:d.focused},p=(e=>{let{classes:t,formControl:n,size:r,shrink:i,disableAnimation:o,variant:a,required:s}=e,l={root:["root",n&&"formControl",!o&&"animated",i&&"shrink",r&&"normal"!==r&&`size${(0,H.Z)(r)}`,a],asterisk:[s&&"asterisk"]},u=(0,F.Z)(l,tb,t);return{...t,...u}})(h);return(0,Z.jsx)(tw,{"data-shrink":c,ref:t,className:(0,z.Z)(p.root,s),...l,ownerState:h,classes:p})});var tC=n(777);function tk(e){return(0,Y.ZP)("MuiFormControl",e)}(0,U.Z)("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"]);let tM=(0,$.ZP)("div",{name:"MuiFormControl",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`margin${(0,H.Z)(n.margin)}`],n.fullWidth&&t.fullWidth]}})({display:"inline-flex",flexDirection:"column",position:"relative",minWidth:0,padding:0,margin:0,border:0,verticalAlign:"top",variants:[{props:{margin:"normal"},style:{marginTop:16,marginBottom:8}},{props:{margin:"dense"},style:{marginTop:8,marginBottom:4}},{props:{fullWidth:!0},style:{width:"100%"}}]}),tT=B.forwardRef(function(e,t){let n,r=(0,q.i)({props:e,name:"MuiFormControl"}),{children:i,className:o,color:a="primary",component:s="div",disabled:l=!1,error:u=!1,focused:c,fullWidth:d=!1,hiddenLabel:h=!1,margin:p="none",required:f=!1,size:g="medium",variant:m="outlined",...v}=r,y={...r,color:a,component:s,disabled:l,error:u,fullWidth:d,hiddenLabel:h,margin:p,required:f,size:g,variant:m},x=(e=>{let{classes:t,margin:n,fullWidth:r}=e,i={root:["root","none"!==n&&`margin${(0,H.Z)(n)}`,r&&"fullWidth"]};return(0,F.Z)(i,tk,t)})(y),[b,w]=B.useState(()=>{let e=!1;return i&&B.Children.forEach(i,t=>{if(!(0,tC.Z)(t,["Input","Select"]))return;let n=(0,tC.Z)(t,["Select"])?t.props.input:t;n&&n.props.startAdornment&&(e=!0)}),e}),[S,C]=B.useState(()=>{let e=!1;return i&&B.Children.forEach(i,t=>{(0,tC.Z)(t,["Input","Select"])&&(eQ(t.props,!0)||eQ(t.props.inputProps,!0))&&(e=!0)}),e}),[k,M]=B.useState(!1);l&&k&&M(!1);let T=void 0===c||l?k:c;B.useRef(!1);let I=B.useCallback(()=>{C(!0)},[]),A=B.useCallback(()=>{C(!1)},[]),D=B.useMemo(()=>({adornedStart:b,setAdornedStart:w,color:a,disabled:l,error:u,filled:S,focused:T,fullWidth:d,hiddenLabel:h,size:g,onBlur:()=>{M(!1)},onFocus:()=>{M(!0)},onEmpty:A,onFilled:I,registerEffect:n,required:f,variant:m}),[b,a,l,u,S,T,d,h,n,A,I,f,g,m]);return(0,Z.jsx)(eG.Z.Provider,{value:D,children:(0,Z.jsx)(tM,{as:s,ownerState:y,className:(0,z.Z)(x.root,o),ref:t,...v,children:i})})});function tI(e){return(0,Y.ZP)("MuiFormHelperText",e)}let tA=(0,U.Z)("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]),tD=(0,$.ZP)("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.size&&t[`size${(0,H.Z)(n.size)}`],n.contained&&t.contained,n.filled&&t.filled]}})((0,W.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.caption,textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${tA.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${tA.error}`]:{color:(e.vars||e).palette.error.main},variants:[{props:{size:"small"},style:{marginTop:4}},{props:({ownerState:e})=>e.contained,style:{marginLeft:14,marginRight:14}}]}))),tP=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiFormHelperText"}),{children:r,className:i,component:o="p",disabled:a,error:s,filled:l,focused:u,margin:c,required:d,variant:h,...p}=n,f=eW({props:n,muiFormControl:(0,eq.Z)(),states:["variant","size","disabled","error","filled","focused","required"]}),g={...n,component:o,contained:"filled"===f.variant||"outlined"===f.variant,variant:f.variant,size:f.size,disabled:f.disabled,error:f.error,filled:f.filled,focused:f.focused,required:f.required};delete g.ownerState;let m=(e=>{let{classes:t,contained:n,size:r,disabled:i,error:o,filled:a,focused:s,required:l}=e,u={root:["root",i&&"disabled",o&&"error",r&&`size${(0,H.Z)(r)}`,n&&"contained",s&&"focused",a&&"filled",l&&"required"]};return(0,F.Z)(u,tI,t)})(g);return(0,Z.jsx)(tD,{as:o,className:(0,z.Z)(m.root,i),ref:t,...p,ownerState:g,children:" "===r?rb||(rb=(0,Z.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""})):r})});function tR(e){return parseInt(B.version,10)>=19?e?.props?.ref||null:e?.ref||null}var t_=n(2444);let tO=B.createContext(),tE=()=>B.useContext(tO)??!1;var tL=n(206),tZ=n(2729),tB=n(5480);let tN=function(e){let{elementType:t,externalSlotProps:n,ownerState:r,skipResolvingSlotProps:i=!1,...o}=e,a=i?{}:(0,tB.Z)(n,r),{props:s,internalRef:l}=(0,tZ.Z)({...o,externalSlotProps:a}),u=(0,eL.Z)(l,a?.ref,e.additionalProps?.ref);return(0,tL.Z)(t,{...s,ref:u},r)},tz=B.createContext({});function tF(e){return(0,Y.ZP)("MuiList",e)}(0,U.Z)("MuiList",["root","padding","dense","subheader"]);let tj=(0,$.ZP)("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disablePadding&&t.padding,n.dense&&t.dense,n.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),tV=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiList"}),{children:r,className:i,component:o="ul",dense:a=!1,disablePadding:s=!1,subheader:l,...u}=n,c=B.useMemo(()=>({dense:a}),[a]),d={...n,component:o,dense:a,disablePadding:s},h=(e=>{let{classes:t,disablePadding:n,dense:r,subheader:i}=e;return(0,F.Z)({root:["root",!n&&"padding",r&&"dense",i&&"subheader"]},tF,t)})(d);return(0,Z.jsx)(tz.Provider,{value:c,children:(0,Z.jsxs)(tj,{as:o,className:(0,z.Z)(h.root,i),ref:t,ownerState:d,...u,children:[l,r]})})});function tH(e=window){let t=e.document.documentElement.clientWidth;return e.innerWidth-t}var t$=n(4255);function tW(e,t,n){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:n?null:e.firstChild}function tG(e,t,n){return e===t?n?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:n?null:e.lastChild}function tq(e,t){if(void 0===t)return!0;let n=e.innerText;return void 0===n&&(n=e.textContent),0!==(n=n.trim().toLowerCase()).length&&(t.repeating?n[0]===t.keys[0]:n.startsWith(t.keys.join("")))}function tU(e,t,n,r,i,o){let a=!1,s=i(e,t,!!t&&n);for(;s;){if(s===e.firstChild){if(a)return!1;a=!0}let t=!r&&(s.disabled||"true"===s.getAttribute("aria-disabled"));if(s.hasAttribute("tabindex")&&tq(s,o)&&!t)return s.focus(),!0;s=i(e,s,n)}return!1}let tY=B.forwardRef(function(e,t){let{actions:n,autoFocus:r=!1,autoFocusItem:i=!1,children:o,className:a,disabledItemsFocusable:s=!1,disableListWrap:l=!1,onKeyDown:u,variant:c="selectedMenu",...d}=e,h=B.useRef(null),p=B.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});(0,eX.Z)(()=>{r&&h.current.focus()},[r]),B.useImperativeHandle(n,()=>({adjustStyleForScrollbar:(e,{direction:t})=>{let n=!h.current.style.width;if(e.clientHeight<h.current.clientHeight&&n){let n=`${tH((0,t$.Z)(e))}px`;h.current.style["rtl"===t?"paddingLeft":"paddingRight"]=n,h.current.style.width=`calc(100% + ${n})`}return h.current}}),[]);let f=(0,eY.Z)(h,t),g=-1;B.Children.forEach(o,(e,t)=>{if(!B.isValidElement(e)){g===t&&(g+=1)>=o.length&&(g=-1);return}e.props.disabled||("selectedMenu"===c&&e.props.selected?g=t:-1===g&&(g=t)),g===t&&(e.props.disabled||e.props.muiSkipListHighlight||e.type.muiSkipListHighlight)&&(g+=1)>=o.length&&(g=-1)});let m=B.Children.map(o,(e,t)=>{if(t===g){let t={};return i&&(t.autoFocus=!0),void 0===e.props.tabIndex&&"selectedMenu"===c&&(t.tabIndex=0),B.cloneElement(e,t)}return e});return(0,Z.jsx)(tV,{role:"menu",ref:f,className:a,onKeyDown:e=>{let t=h.current,n=e.key;if(e.ctrlKey||e.metaKey||e.altKey){u&&u(e);return}let r=(0,t_.Z)(t).activeElement;if("ArrowDown"===n)e.preventDefault(),tU(t,r,l,s,tW);else if("ArrowUp"===n)e.preventDefault(),tU(t,r,l,s,tG);else if("Home"===n)e.preventDefault(),tU(t,null,l,s,tW);else if("End"===n)e.preventDefault(),tU(t,null,l,s,tG);else if(1===n.length){let i=p.current,o=n.toLowerCase(),a=performance.now();i.keys.length>0&&(a-i.lastTime>500?(i.keys=[],i.repeating=!0,i.previousKeyMatched=!0):i.repeating&&o!==i.keys[0]&&(i.repeating=!1)),i.lastTime=a,i.keys.push(o);let l=r&&!i.repeating&&tq(r,i);i.previousKeyMatched&&(l||tU(t,r,!1,s,tW,i))?e.preventDefault():i.previousKeyMatched=!1}u&&u(e)},tabIndex:r?0:-1,...d,children:m})});var tX=n(7999),tK=n(7126),tQ=n(7784),tJ=n(4652),t0=n(6085),t1=n.n(t0),t2=n(6897),t5=function(e){return e.scrollTop},t3="unmounted",t4="exited",t6="entering",t8="entered",t9="exiting",t7=function(e){function t(t,n){var r,i=e.call(this,t,n)||this,o=n&&!n.isMounting?t.enter:t.appear;return i.appearStatus=null,t.in?o?(r=t4,i.appearStatus=t6):r=t8:r=t.unmountOnExit||t.mountOnEnter?t3:t4,i.state={status:r},i.nextCallback=null,i}(0,tJ.Z)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===t3?{status:t4}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==t6&&n!==t8&&(t=t6):(n===t6||n===t8)&&(t=t9)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===t6){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:t1().findDOMNode(this);n&&t5(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===t4&&this.setState({status:t3})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[t1().findDOMNode(this),r],o=i[0],a=i[1],s=this.getTimeouts(),l=r?s.appear:s.enter;if(!e&&!n)return void this.safeSetState({status:t8},function(){t.props.onEntered(o)});this.props.onEnter(o,a),this.safeSetState({status:t6},function(){t.props.onEntering(o,a),t.onTransitionEnd(l,function(){t.safeSetState({status:t8},function(){t.props.onEntered(o,a)})})})},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:t1().findDOMNode(this);if(!t)return void this.safeSetState({status:t4},function(){e.props.onExited(r)});this.props.onExit(r),this.safeSetState({status:t9},function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:t4},function(){e.props.onExited(r)})})})},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:t1().findDOMNode(this),r=null==e&&!this.props.addEndListener;if(!n||r)return void setTimeout(this.nextCallback,0);if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)},n.render=function(){var e=this.state.status;if(e===t3)return null;var t=this.props,n=t.children,r=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,tQ.Z)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return N().createElement(t2.Z.Provider,{value:null},"function"==typeof n?n(e,r):N().cloneElement(N().Children.only(n),r))},t}(N().Component);function ne(){}t7.contextType=t2.Z,t7.propTypes={},t7.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:ne,onEntering:ne,onEntered:ne,onExit:ne,onExiting:ne,onExited:ne},t7.UNMOUNTED=t3,t7.EXITED=t4,t7.ENTERING=t6,t7.ENTERED=t8,t7.EXITING=t9;var nt=n(4776);function nn(e,t){let{timeout:n,easing:r,style:i={}}=e;return{duration:i.transitionDuration??("number"==typeof n?n:n[t.mode]||0),easing:i.transitionTimingFunction??("object"==typeof r?r[t.mode]:r),delay:i.transitionDelay}}function nr(e){return`scale(${e}, ${e**2})`}let ni={entering:{opacity:1,transform:nr(1)},entered:{opacity:1,transform:"none"}},no="undefined"!=typeof navigator&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),na=B.forwardRef(function(e,t){let{addEndListener:n,appear:r=!0,children:i,easing:o,in:a,onEnter:s,onEntered:l,onEntering:u,onExit:c,onExited:d,onExiting:h,style:p,timeout:f="auto",TransitionComponent:g=t7,...m}=e,v=(0,tK.Z)(),y=B.useRef(),x=(0,nt.Z)(),b=B.useRef(null),w=(0,eY.Z)(b,tR(i),t),S=e=>t=>{if(e){let n=b.current;void 0===t?e(n):e(n,t)}},C=S(u),k=S((e,t)=>{let n;e.scrollTop;let{duration:r,delay:i,easing:a}=nn({style:p,timeout:f,easing:o},{mode:"enter"});"auto"===f?y.current=n=x.transitions.getAutoHeightDuration(e.clientHeight):n=r,e.style.transition=[x.transitions.create("opacity",{duration:n,delay:i}),x.transitions.create("transform",{duration:no?n:.666*n,delay:i,easing:a})].join(","),s&&s(e,t)}),M=S(l),T=S(h),I=S(e=>{let t,{duration:n,delay:r,easing:i}=nn({style:p,timeout:f,easing:o},{mode:"exit"});"auto"===f?y.current=t=x.transitions.getAutoHeightDuration(e.clientHeight):t=n,e.style.transition=[x.transitions.create("opacity",{duration:t,delay:r}),x.transitions.create("transform",{duration:no?t:.666*t,delay:no?r:r||.333*t,easing:i})].join(","),e.style.opacity=0,e.style.transform=nr(.75),c&&c(e)}),A=S(d);return(0,Z.jsx)(g,{appear:r,in:a,nodeRef:b,onEnter:k,onEntered:M,onEntering:C,onExit:I,onExited:A,onExiting:T,addEndListener:e=>{"auto"===f&&v.start(y.current||0,e),n&&n(b.current,e)},timeout:"auto"===f?null:f,...m,children:(e,{ownerState:t,...n})=>B.cloneElement(i,{style:{opacity:0,transform:nr(.75),visibility:"exited"!==e||a?void 0:"hidden",...ni[e],...p,...i.props.style},ref:w,...n})})});na&&(na.muiSupportAuto=!0);var ns=n(668);function nl(e){let t=[],n=[];return Array.from(e.querySelectorAll('input,select,textarea,a[href],button,[tabindex],audio[controls],video[controls],[contenteditable]:not([contenteditable="false"])')).forEach((e,r)=>{let i=function(e){let t=parseInt(e.getAttribute("tabindex")||"",10);return Number.isNaN(t)?"true"===e.contentEditable||("AUDIO"===e.nodeName||"VIDEO"===e.nodeName||"DETAILS"===e.nodeName)&&null===e.getAttribute("tabindex")?0:e.tabIndex:t}(e);-1===i||e.disabled||"INPUT"===e.tagName&&"hidden"===e.type||function(e){if("INPUT"!==e.tagName||"radio"!==e.type||!e.name)return!1;let t=t=>e.ownerDocument.querySelector(`input[type="radio"]${t}`),n=t(`[name="${e.name}"]:checked`);return n||(n=t(`[name="${e.name}"]`)),n!==e}(e)||(0===i?t.push(e):n.push({documentOrder:r,tabIndex:i,node:e}))}),n.sort((e,t)=>e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex).map(e=>e.node).concat(t)}function nu(){return!0}let nc=function(e){let{children:t,disableAutoFocus:n=!1,disableEnforceFocus:r=!1,disableRestoreFocus:i=!1,getTabbable:o=nl,isEnabled:a=nu,open:s}=e,l=B.useRef(!1),u=B.useRef(null),c=B.useRef(null),d=B.useRef(null),h=B.useRef(null),p=B.useRef(!1),f=B.useRef(null),g=(0,eL.Z)(tR(t),f),m=B.useRef(null);B.useEffect(()=>{s&&f.current&&(p.current=!n)},[n,s]),B.useEffect(()=>{if(!s||!f.current)return;let e=(0,ns.Z)(f.current);return!f.current.contains(e.activeElement)&&(f.current.hasAttribute("tabIndex")||f.current.setAttribute("tabIndex","-1"),p.current&&f.current.focus()),()=>{i||(d.current&&d.current.focus&&(l.current=!0,d.current.focus()),d.current=null)}},[s]),B.useEffect(()=>{if(!s||!f.current)return;let e=(0,ns.Z)(f.current),t=t=>{m.current=t,!r&&a()&&"Tab"===t.key&&e.activeElement===f.current&&t.shiftKey&&(l.current=!0,c.current&&c.current.focus())},n=()=>{let t=f.current;if(null===t)return;if(!e.hasFocus()||!a()||l.current){l.current=!1;return}if(t.contains(e.activeElement)||r&&e.activeElement!==u.current&&e.activeElement!==c.current)return;if(e.activeElement!==h.current)h.current=null;else if(null!==h.current)return;if(!p.current)return;let n=[];if((e.activeElement===u.current||e.activeElement===c.current)&&(n=o(f.current)),n.length>0){let e=!!(m.current?.shiftKey&&m.current?.key==="Tab"),t=n[0],r=n[n.length-1];"string"!=typeof t&&"string"!=typeof r&&(e?r.focus():t.focus())}else t.focus()};e.addEventListener("focusin",n),e.addEventListener("keydown",t,!0);let i=setInterval(()=>{e.activeElement&&"BODY"===e.activeElement.tagName&&n()},50);return()=>{clearInterval(i),e.removeEventListener("focusin",n),e.removeEventListener("keydown",t,!0)}},[n,r,i,a,s,o]);let v=e=>{null===d.current&&(d.current=e.relatedTarget),p.current=!0};return(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)("div",{tabIndex:s?0:-1,onFocus:v,ref:u,"data-testid":"sentinelStart"}),B.cloneElement(t,{ref:g,onFocus:e=>{null===d.current&&(d.current=e.relatedTarget),p.current=!0,h.current=e.target;let n=t.props.onFocus;n&&n(e)}}),(0,Z.jsx)("div",{tabIndex:s?0:-1,onFocus:v,ref:c,"data-testid":"sentinelEnd"})]})};var nd=n(5817);let nh=B.forwardRef(function(e,t){let{children:n,container:r,disablePortal:i=!1}=e,[o,a]=B.useState(null),s=(0,eL.Z)(B.isValidElement(n)?tR(n):null,t);return((0,eN.Z)(()=>{i||a(("function"==typeof r?r():r)||document.body)},[r,i]),(0,eN.Z)(()=>{if(o&&!i)return(0,nd.Z)(t,o),()=>{(0,nd.Z)(t,null)}},[t,o,i]),i)?B.isValidElement(n)?B.cloneElement(n,{ref:s}):n:o?t0.createPortal(n,o):o});var np=n(6351);let nf={entering:{opacity:1},entered:{opacity:1}},ng=B.forwardRef(function(e,t){let n=(0,nt.Z)(),r={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:i,appear:o=!0,children:a,easing:s,in:l,onEnter:u,onEntered:c,onEntering:d,onExit:h,onExited:p,onExiting:f,style:g,timeout:m=r,TransitionComponent:v=t7,...y}=e,x=B.useRef(null),b=(0,eY.Z)(x,tR(a),t),w=e=>t=>{if(e){let n=x.current;void 0===t?e(n):e(n,t)}},S=w(d),C=w((e,t)=>{e.scrollTop;let r=nn({style:g,timeout:m,easing:s},{mode:"enter"});e.style.webkitTransition=n.transitions.create("opacity",r),e.style.transition=n.transitions.create("opacity",r),u&&u(e,t)}),k=w(c),M=w(f),T=w(e=>{let t=nn({style:g,timeout:m,easing:s},{mode:"exit"});e.style.webkitTransition=n.transitions.create("opacity",t),e.style.transition=n.transitions.create("opacity",t),h&&h(e)}),I=w(p);return(0,Z.jsx)(v,{appear:o,in:l,nodeRef:x,onEnter:C,onEntered:k,onEntering:S,onExit:T,onExited:I,onExiting:M,addEndListener:e=>{i&&i(x.current,e)},timeout:m,...y,children:(e,{ownerState:t,...n})=>B.cloneElement(a,{style:{opacity:0,visibility:"exited"!==e||l?void 0:"hidden",...nf[e],...g,...a.props.style},ref:b,...n})})});function nm(e){return(0,Y.ZP)("MuiBackdrop",e)}(0,U.Z)("MuiBackdrop",["root","invisible"]);let nv=(0,$.ZP)("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.invisible&&t.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),ny=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiBackdrop"}),{children:r,className:i,component:o="div",invisible:a=!1,open:s,components:l={},componentsProps:u={},slotProps:c={},slots:d={},TransitionComponent:h,transitionDuration:p,...f}=n,g={...n,component:o,invisible:a},m=(e=>{let{classes:t,invisible:n}=e;return(0,F.Z)({root:["root",n&&"invisible"]},nm,t)})(g),v={slots:{transition:h,root:l.Root,...d},slotProps:{...u,...c}},[y,x]=(0,np.Z)("root",{elementType:nv,externalForwardedProps:v,className:(0,z.Z)(m.root,i),ownerState:g}),[b,w]=(0,np.Z)("transition",{elementType:ng,externalForwardedProps:v,ownerState:g});return(0,Z.jsx)(b,{in:s,timeout:p,...f,...w,children:(0,Z.jsx)(y,{"aria-hidden":!0,...x,classes:m,ref:t,children:r})})});var nx=n(8543),nb=n(2438);function nw(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function nS(e){return parseInt((0,eZ.Z)(e).getComputedStyle(e).paddingRight,10)||0}function nC(e,t,n,r,i){let o=[t,n,...r];[].forEach.call(e.children,e=>{let t=!o.includes(e),n=!function(e){let t=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),n="INPUT"===e.tagName&&"hidden"===e.getAttribute("type");return t||n}(e);t&&n&&nw(e,i)})}function nk(e,t){let n=-1;return e.some((e,r)=>!!t(e)&&(n=r,!0)),n}let nM=()=>{},nT=new class{constructor(){this.modals=[],this.containers=[]}add(e,t){let n=this.modals.indexOf(e);if(-1!==n)return n;n=this.modals.length,this.modals.push(e),e.modalRef&&nw(e.modalRef,!1);let r=function(e){let t=[];return[].forEach.call(e.children,e=>{"true"===e.getAttribute("aria-hidden")&&t.push(e)}),t}(t);nC(t,e.mount,e.modalRef,r,!0);let i=nk(this.containers,e=>e.container===t);return -1!==i?this.containers[i].modals.push(e):this.containers.push({modals:[e],container:t,restore:null,hiddenSiblings:r}),n}mount(e,t){let n=nk(this.containers,t=>t.modals.includes(e)),r=this.containers[n];r.restore||(r.restore=function(e,t){let n=[],r=e.container;if(!t.disableScrollLock){let e;if(function(e){let t=(0,ns.Z)(e);return t.body===e?(0,eZ.Z)(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}(r)){let e=tH((0,eZ.Z)(r));n.push({value:r.style.paddingRight,property:"padding-right",el:r}),r.style.paddingRight=`${nS(r)+e}px`;let t=(0,ns.Z)(r).querySelectorAll(".mui-fixed");[].forEach.call(t,t=>{n.push({value:t.style.paddingRight,property:"padding-right",el:t}),t.style.paddingRight=`${nS(t)+e}px`})}if(r.parentNode instanceof DocumentFragment)e=(0,ns.Z)(r).body;else{let t=r.parentElement,n=(0,eZ.Z)(r);e=t?.nodeName==="HTML"&&"scroll"===n.getComputedStyle(t).overflowY?t:r}n.push({value:e.style.overflow,property:"overflow",el:e},{value:e.style.overflowX,property:"overflow-x",el:e},{value:e.style.overflowY,property:"overflow-y",el:e}),e.style.overflow="hidden"}return()=>{n.forEach(({value:e,el:t,property:n})=>{e?t.style.setProperty(n,e):t.style.removeProperty(n)})}}(r,t))}remove(e,t=!0){let n=this.modals.indexOf(e);if(-1===n)return n;let r=nk(this.containers,t=>t.modals.includes(e)),i=this.containers[r];if(i.modals.splice(i.modals.indexOf(e),1),this.modals.splice(n,1),0===i.modals.length)i.restore&&i.restore(),e.modalRef&&nw(e.modalRef,t),nC(i.container,e.mount,e.modalRef,i.hiddenSiblings,!1),this.containers.splice(r,1);else{let e=i.modals[i.modals.length-1];e.modalRef&&nw(e.modalRef,!1)}return n}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}},nI=function(e){let{container:t,disableEscapeKeyDown:n=!1,disableScrollLock:r=!1,closeAfterTransition:i=!1,onTransitionEnter:o,onTransitionExited:a,children:s,onClose:l,open:u,rootRef:c}=e,d=B.useRef({}),h=B.useRef(null),p=B.useRef(null),f=(0,eL.Z)(p,c),[g,m]=B.useState(!u),v=!!s&&s.props.hasOwnProperty("in"),y=!0;("false"===e["aria-hidden"]||!1===e["aria-hidden"])&&(y=!1);let x=()=>(d.current.modalRef=p.current,d.current.mount=h.current,d.current),b=()=>{nT.mount(x(),{disableScrollLock:r}),p.current&&(p.current.scrollTop=0)},w=(0,eB.Z)(()=>{let e=("function"==typeof t?t():t)||(0,ns.Z)(h.current).body;nT.add(x(),e),p.current&&b()}),S=()=>nT.isTopModal(x()),C=(0,eB.Z)(e=>{h.current=e,e&&(u&&S()?b():p.current&&nw(p.current,y))}),k=B.useCallback(()=>{nT.remove(x(),y)},[y]);return B.useEffect(()=>()=>{k()},[k]),B.useEffect(()=>{u?w():v&&i||k()},[u,k,v,i,w]),{getRootProps:(t={})=>{let r=(0,nb.Z)(e);delete r.onTransitionEnter,delete r.onTransitionExited;let i={...r,...t};return{role:"presentation",...i,onKeyDown:e=>{i.onKeyDown?.(e),"Escape"===e.key&&229!==e.which&&S()&&!n&&(e.stopPropagation(),l&&l(e,"escapeKeyDown"))},ref:f}},getBackdropProps:(e={})=>({"aria-hidden":!0,...e,onClick:t=>{e.onClick?.(t),t.target===t.currentTarget&&l&&l(t,"backdropClick")},open:u}),getTransitionProps:()=>({onEnter:(0,nx.Z)(()=>{m(!1),o&&o()},s?.props.onEnter??nM),onExited:(0,nx.Z)(()=>{m(!0),a&&a(),i&&k()},s?.props.onExited??nM)}),rootRef:f,portalRef:C,isTopModal:S,exited:g,hasTransition:v}};function nA(e){return(0,Y.ZP)("MuiModal",e)}(0,U.Z)("MuiModal",["root","hidden","backdrop"]);let nD=(0,$.ZP)("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})((0,W.Z)(({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:e})=>!e.open&&e.exited,style:{visibility:"hidden"}}]}))),nP=(0,$.ZP)(ny,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),nR=B.forwardRef(function(e,t){let n=(0,q.i)({name:"MuiModal",props:e}),{BackdropComponent:r=nP,BackdropProps:i,classes:o,className:a,closeAfterTransition:s=!1,children:l,container:u,component:c,components:d={},componentsProps:h={},disableAutoFocus:p=!1,disableEnforceFocus:f=!1,disableEscapeKeyDown:g=!1,disablePortal:m=!1,disableRestoreFocus:v=!1,disableScrollLock:y=!1,hideBackdrop:x=!1,keepMounted:b=!1,onBackdropClick:w,onClose:S,onTransitionEnter:C,onTransitionExited:k,open:M,slotProps:T={},slots:I={},theme:A,...D}=n,P={...n,closeAfterTransition:s,disableAutoFocus:p,disableEnforceFocus:f,disableEscapeKeyDown:g,disablePortal:m,disableRestoreFocus:v,disableScrollLock:y,hideBackdrop:x,keepMounted:b},{getRootProps:R,getBackdropProps:_,getTransitionProps:O,portalRef:E,isTopModal:L,exited:N,hasTransition:j}=nI({...P,rootRef:t}),V={...P,exited:N},H=(e=>{let{open:t,exited:n,classes:r}=e;return(0,F.Z)({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},nA,r)})(V),$={};if(void 0===l.props.tabIndex&&($.tabIndex="-1"),j){let{onEnter:e,onExited:t}=O();$.onEnter=e,$.onExited=t}let W={slots:{root:d.Root,backdrop:d.Backdrop,...I},slotProps:{...h,...T}},[G,U]=(0,np.Z)("root",{ref:t,elementType:nD,externalForwardedProps:{...W,...D,component:c},getSlotProps:R,ownerState:V,className:(0,z.Z)(a,H?.root,!V.open&&V.exited&&H?.hidden)}),[Y,X]=(0,np.Z)("backdrop",{ref:i?.ref,elementType:r,externalForwardedProps:W,shouldForwardComponentProp:!0,additionalProps:i,getSlotProps:e=>_({...e,onClick:t=>{w&&w(t),e?.onClick&&e.onClick(t)}}),className:(0,z.Z)(i?.className,H?.backdrop),ownerState:V});return b||M||j&&!N?(0,Z.jsx)(nh,{ref:E,container:u,disablePortal:m,children:(0,Z.jsxs)(G,{...U,children:[!x&&r?(0,Z.jsx)(Y,{...X}):null,(0,Z.jsx)(nc,{disableEnforceFocus:f,disableAutoFocus:p,disableRestoreFocus:v,isEnabled:L,open:M,children:B.cloneElement(l,$)})]})}):null});var n_=n(8505);function nO(e){return(0,Y.ZP)("MuiPaper",e)}(0,U.Z)("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);let nE=(0,$.ZP)("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],!n.square&&t.rounded,"elevation"===n.variant&&t[`elevation${n.elevation}`]]}})((0,W.Z)(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:e})=>!e.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),nL=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiPaper"}),r=(0,nt.Z)(),{className:i,component:o="div",elevation:a=1,square:s=!1,variant:l="elevation",...u}=n,c={...n,component:o,elevation:a,square:s,variant:l},d=(e=>{let{square:t,elevation:n,variant:r,classes:i}=e,o={root:["root",r,!t&&"rounded","elevation"===r&&`elevation${n}`]};return(0,F.Z)(o,nO,i)})(c);return(0,Z.jsx)(nE,{as:o,ownerState:c,className:(0,z.Z)(d.root,i),ref:t,...u,style:{..."elevation"===l&&{"--Paper-shadow":(r.vars||r).shadows[a],...r.vars&&{"--Paper-overlay":r.vars.overlays?.[a]},...!r.vars&&"dark"===r.palette.mode&&{"--Paper-overlay":`linear-gradient(${(0,j.Fq)("#fff",(0,n_.Z)(a))}, ${(0,j.Fq)("#fff",(0,n_.Z)(a))})`}},...u.style}})});function nZ(e){return(0,Y.ZP)("MuiPopover",e)}(0,U.Z)("MuiPopover",["root","paper"]);var nB=n(7834);function nN(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function nz(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function nF(e){return[e.horizontal,e.vertical].map(e=>"number"==typeof e?`${e}px`:e).join(" ")}function nj(e){return"function"==typeof e?e():e}let nV=(0,$.ZP)(nR,{name:"MuiPopover",slot:"Root",overridesResolver:(e,t)=>t.root})({}),nH=(0,$.ZP)(nL,{name:"MuiPopover",slot:"Paper",overridesResolver:(e,t)=>t.paper})({position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}),n$=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiPopover"}),{action:r,anchorEl:i,anchorOrigin:o={vertical:"top",horizontal:"left"},anchorPosition:a,anchorReference:s="anchorEl",children:l,className:u,container:c,elevation:d=8,marginThreshold:h=16,open:p,PaperProps:f={},slots:g={},slotProps:m={},transformOrigin:v={vertical:"top",horizontal:"left"},TransitionComponent:y,transitionDuration:x="auto",TransitionProps:b={},disableScrollLock:w=!1,...S}=n,C=B.useRef(),k={...n,anchorOrigin:o,anchorReference:s,elevation:d,marginThreshold:h,transformOrigin:v,TransitionComponent:y,transitionDuration:x,TransitionProps:b},M=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],paper:["paper"]},nZ,t)})(k),T=B.useCallback(()=>{if("anchorPosition"===s)return a;let e=nj(i),t=(e&&1===e.nodeType?e:(0,t_.Z)(C.current).body).getBoundingClientRect();return{top:t.top+nN(t,o.vertical),left:t.left+nz(t,o.horizontal)}},[i,o.horizontal,o.vertical,a,s]),I=B.useCallback(e=>({vertical:nN(e,v.vertical),horizontal:nz(e,v.horizontal)}),[v.horizontal,v.vertical]),A=B.useCallback(e=>{let t={width:e.offsetWidth,height:e.offsetHeight},n=I(t);if("none"===s)return{top:null,left:null,transformOrigin:nF(n)};let r=T(),o=r.top-n.vertical,a=r.left-n.horizontal,l=o+t.height,u=a+t.width,c=(0,t$.Z)(nj(i)),d=c.innerHeight-h,p=c.innerWidth-h;if(null!==h&&o<h){let e=o-h;o-=e,n.vertical+=e}else if(null!==h&&l>d){let e=l-d;o-=e,n.vertical+=e}if(null!==h&&a<h){let e=a-h;a-=e,n.horizontal+=e}else if(u>p){let e=u-p;a-=e,n.horizontal+=e}return{top:`${Math.round(o)}px`,left:`${Math.round(a)}px`,transformOrigin:nF(n)}},[i,s,T,I,h]),[D,P]=B.useState(p),R=B.useCallback(()=>{let e=C.current;if(!e)return;let t=A(e);null!==t.top&&e.style.setProperty("top",t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin,P(!0)},[A]);B.useEffect(()=>(w&&window.addEventListener("scroll",R),()=>window.removeEventListener("scroll",R)),[i,w,R]),B.useEffect(()=>{p&&R()}),B.useImperativeHandle(r,()=>p?{updatePosition:()=>{R()}}:null,[p,R]),B.useEffect(()=>{if(!p)return;let e=(0,tX.Z)(()=>{R()}),t=(0,t$.Z)(i);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[i,p,R]);let _=x,O={slots:{transition:y,...g},slotProps:{transition:b,paper:f,...m}},[E,L]=(0,np.Z)("transition",{elementType:na,externalForwardedProps:O,ownerState:k,getSlotProps:e=>({...e,onEntering:(t,n)=>{e.onEntering?.(t,n),R()},onExited:t=>{e.onExited?.(t),P(!1)}}),additionalProps:{appear:!0,in:p}});"auto"!==x||E.muiSupportAuto||(_=void 0);let N=c||(i?(0,t_.Z)(nj(i)).body:void 0),[j,{slots:V,slotProps:H,...$}]=(0,np.Z)("root",{ref:t,elementType:nV,externalForwardedProps:{...O,...S},shouldForwardComponentProp:!0,additionalProps:{slots:{backdrop:g.backdrop},slotProps:{backdrop:(0,nB.Z)("function"==typeof m.backdrop?m.backdrop(k):m.backdrop,{invisible:!0})},container:N,open:p},ownerState:k,className:(0,z.Z)(M.root,u)}),[W,G]=(0,np.Z)("paper",{ref:C,className:M.paper,elementType:nH,externalForwardedProps:O,shouldForwardComponentProp:!0,additionalProps:{elevation:d,style:D?void 0:{opacity:0}},ownerState:k});return(0,Z.jsx)(j,{...$,...!e$(j)&&{slots:V,slotProps:H,disableScrollLock:w},children:(0,Z.jsx)(E,{...L,timeout:_,children:(0,Z.jsx)(W,{...G,children:l})})})});function nW(e){return(0,Y.ZP)("MuiMenu",e)}(0,U.Z)("MuiMenu",["root","paper","list"]);let nG={vertical:"top",horizontal:"right"},nq={vertical:"top",horizontal:"left"},nU=(0,$.ZP)(n$,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiMenu",slot:"Root",overridesResolver:(e,t)=>t.root})({}),nY=(0,$.ZP)(nH,{name:"MuiMenu",slot:"Paper",overridesResolver:(e,t)=>t.paper})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),nX=(0,$.ZP)(tY,{name:"MuiMenu",slot:"List",overridesResolver:(e,t)=>t.list})({outline:0}),nK=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiMenu"}),{autoFocus:r=!0,children:i,className:o,disableAutoFocusItem:a=!1,MenuListProps:s={},onClose:l,open:u,PaperProps:c={},PopoverClasses:d,transitionDuration:h="auto",TransitionProps:{onEntering:p,...f}={},variant:g="selectedMenu",slots:m={},slotProps:v={},...y}=n,x=tE(),b={...n,autoFocus:r,disableAutoFocusItem:a,MenuListProps:s,onEntering:p,PaperProps:c,transitionDuration:h,TransitionProps:f,variant:g},w=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],paper:["paper"],list:["list"]},nW,t)})(b),S=r&&!a&&u,C=B.useRef(null),k=-1;B.Children.map(i,(e,t)=>{B.isValidElement(e)&&(e.props.disabled||("selectedMenu"===g&&e.props.selected?k=t:-1===k&&(k=t)))});let M={slots:m,slotProps:{list:s,transition:f,paper:c,...v}},T=tN({elementType:m.root,externalSlotProps:v.root,ownerState:b,className:[w.root,o]}),[I,A]=(0,np.Z)("paper",{className:w.paper,elementType:nY,externalForwardedProps:M,shouldForwardComponentProp:!0,ownerState:b}),[D,P]=(0,np.Z)("list",{className:(0,z.Z)(w.list,s.className),elementType:nX,shouldForwardComponentProp:!0,externalForwardedProps:M,getSlotProps:e=>({...e,onKeyDown:t=>{"Tab"===t.key&&(t.preventDefault(),l&&l(t,"tabKeyDown")),e.onKeyDown?.(t)}}),ownerState:b}),R="function"==typeof M.slotProps.transition?M.slotProps.transition(b):M.slotProps.transition;return(0,Z.jsx)(nU,{onClose:l,anchorOrigin:{vertical:"bottom",horizontal:x?"right":"left"},transformOrigin:x?nG:nq,slots:{root:m.root,paper:I,backdrop:m.backdrop,...m.transition&&{transition:m.transition}},slotProps:{root:T,paper:A,backdrop:"function"==typeof v.backdrop?v.backdrop(b):v.backdrop,transition:{...R,onEntering:(...e)=>{((e,t)=>{C.current&&C.current.adjustStyleForScrollbar(e,{direction:x?"rtl":"ltr"}),p&&p(e,t)})(...e),R?.onEntering?.(...e)}}},open:u,ref:t,transitionDuration:h,ownerState:b,...y,classes:d,children:(0,Z.jsx)(D,{actions:C,autoFocus:r&&(-1===k||a),autoFocusItem:S,variant:g,...P,children:i})})});function nQ(e){return(0,Y.ZP)("MuiNativeSelect",e)}let nJ=(0,U.Z)("MuiNativeSelect",["root","select","multiple","filled","outlined","standard","disabled","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]),n0=(0,$.ZP)("select")(({theme:e})=>({MozAppearance:"none",WebkitAppearance:"none",userSelect:"none",borderRadius:0,cursor:"pointer","&:focus":{borderRadius:0},[`&.${nJ.disabled}`]:{cursor:"default"},"&[multiple]":{height:"auto"},"&:not([multiple]) option, &:not([multiple]) optgroup":{backgroundColor:(e.vars||e).palette.background.paper},variants:[{props:({ownerState:e})=>"filled"!==e.variant&&"outlined"!==e.variant,style:{"&&&":{paddingRight:24,minWidth:16}}},{props:{variant:"filled"},style:{"&&&":{paddingRight:32}}},{props:{variant:"outlined"},style:{borderRadius:(e.vars||e).shape.borderRadius,"&:focus":{borderRadius:(e.vars||e).shape.borderRadius},"&&&":{paddingRight:32}}}]})),n1=(0,$.ZP)(n0,{name:"MuiNativeSelect",slot:"Select",shouldForwardProp:ei.Z,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.select,t[n.variant],n.error&&t.error,{[`&.${nJ.multiple}`]:t.multiple}]}})({}),n2=(0,$.ZP)("svg")(({theme:e})=>({position:"absolute",right:0,top:"calc(50% - .5em)",pointerEvents:"none",color:(e.vars||e).palette.action.active,[`&.${nJ.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:({ownerState:e})=>e.open,style:{transform:"rotate(180deg)"}},{props:{variant:"filled"},style:{right:7}},{props:{variant:"outlined"},style:{right:7}}]})),n5=(0,$.ZP)(n2,{name:"MuiNativeSelect",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${(0,H.Z)(n.variant)}`],n.open&&t.iconOpen]}})({}),n3=B.forwardRef(function(e,t){let{className:n,disabled:r,error:i,IconComponent:o,inputRef:a,variant:s="standard",...l}=e,u={...e,disabled:r,variant:s,error:i},c=(e=>{let{classes:t,variant:n,disabled:r,multiple:i,open:o,error:a}=e,s={select:["select",n,r&&"disabled",i&&"multiple",a&&"error"],icon:["icon",`icon${(0,H.Z)(n)}`,o&&"iconOpen",r&&"disabled"]};return(0,F.Z)(s,nQ,t)})(u);return(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)(n1,{ownerState:u,className:(0,z.Z)(c.select,n),disabled:r,ref:a||t,...l}),e.multiple?null:(0,Z.jsx)(n5,{as:o,ownerState:u,className:c.icon})]})});var n4=n(4005),n6=n(8817);function n8(e){return(0,Y.ZP)("MuiSelect",e)}let n9=(0,U.Z)("MuiSelect",["root","select","multiple","filled","outlined","standard","disabled","focused","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]),n7=(0,$.ZP)(n0,{name:"MuiSelect",slot:"Select",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`&.${n9.select}`]:t.select},{[`&.${n9.select}`]:t[n.variant]},{[`&.${n9.error}`]:t.error},{[`&.${n9.multiple}`]:t.multiple}]}})({[`&.${n9.select}`]:{height:"auto",minHeight:"1.4375em",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}),re=(0,$.ZP)(n2,{name:"MuiSelect",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${(0,H.Z)(n.variant)}`],n.open&&t.iconOpen]}})({}),rt=(0,$.ZP)("input",{shouldForwardProp:e=>(0,n4.Z)(e)&&"classes"!==e,name:"MuiSelect",slot:"NativeInput",overridesResolver:(e,t)=>t.nativeInput})({bottom:0,left:0,position:"absolute",opacity:0,pointerEvents:"none",width:"100%",boxSizing:"border-box"});function rn(e,t){return"object"==typeof t&&null!==t?e===t:String(e)===String(t)}let rr=B.forwardRef(function(e,t){var n;let r,i,{"aria-describedby":o,"aria-label":a,autoFocus:s,autoWidth:l,children:u,className:c,defaultOpen:d,defaultValue:h,disabled:p,displayEmpty:f,error:g=!1,IconComponent:m,inputRef:v,labelId:y,MenuProps:x={},multiple:b,name:w,onBlur:S,onChange:C,onClose:k,onFocus:M,onOpen:T,open:I,readOnly:A,renderValue:D,required:P,SelectDisplayProps:R={},tabIndex:_,type:O,value:E,variant:L="standard",...N}=e,[j,V]=(0,n6.Z)({controlled:E,default:h,name:"Select"}),[$,W]=(0,n6.Z)({controlled:I,default:d,name:"Select"}),G=B.useRef(null),q=B.useRef(null),[U,Y]=B.useState(null),{current:X}=B.useRef(null!=I),[K,Q]=B.useState(),J=(0,eY.Z)(t,v),ee=B.useCallback(e=>{q.current=e,e&&Y(e)},[]),et=U?.parentNode;B.useImperativeHandle(J,()=>({focus:()=>{q.current.focus()},node:G.current,value:j}),[j]),B.useEffect(()=>{d&&$&&U&&!X&&(Q(l?null:et.clientWidth),q.current.focus())},[U,l]),B.useEffect(()=>{s&&q.current.focus()},[s]),B.useEffect(()=>{if(!y)return;let e=(0,t_.Z)(q.current).getElementById(y);if(e){let t=()=>{getSelection().isCollapsed&&q.current.focus()};return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}},[y]);let en=(e,t)=>{e?T&&T(t):k&&k(t),X||(Q(l?null:et.clientWidth),W(e))},er=B.Children.toArray(u),ei=null!==U&&$;delete N["aria-invalid"];let eo=[],ea=!1;(eQ({value:j})||f)&&(D?r=D(j):ea=!0);let es=er.map(e=>{let t;if(!B.isValidElement(e))return null;if(b){if(!Array.isArray(j))throw Error((0,eE.Z)(2));(t=j.some(t=>rn(t,e.props.value)))&&ea&&eo.push(e.props.children)}else(t=rn(j,e.props.value))&&ea&&(i=e.props.children);return B.cloneElement(e,{"aria-selected":t?"true":"false",onClick:t=>{let n;if(t.currentTarget.hasAttribute("tabindex")){if(b){n=Array.isArray(j)?j.slice():[];let t=j.indexOf(e.props.value);-1===t?n.push(e.props.value):n.splice(t,1)}else n=e.props.value;if(e.props.onClick&&e.props.onClick(t),j!==n&&(V(n),C)){let r=t.nativeEvent||t,i=new r.constructor(r.type,r);Object.defineProperty(i,"target",{writable:!0,value:{value:n,name:w}}),C(i,e)}b||en(!1,t)}},onKeyUp:t=>{" "===t.key&&t.preventDefault(),e.props.onKeyUp&&e.props.onKeyUp(t)},role:"option",selected:t,value:void 0,"data-value":e.props.value})});ea&&(r=b?0===eo.length?null:eo.reduce((e,t,n)=>(e.push(t),n<eo.length-1&&e.push(", "),e),[]):i);let el=K;!l&&X&&U&&(el=et.clientWidth);let eu=R.id||(w?`mui-component-select-${w}`:void 0),ec={...e,variant:L,value:j,open:ei,error:g},ed=(e=>{let{classes:t,variant:n,disabled:r,multiple:i,open:o,error:a}=e,s={select:["select",n,r&&"disabled",i&&"multiple",a&&"error"],icon:["icon",`icon${(0,H.Z)(n)}`,o&&"iconOpen",r&&"disabled"],nativeInput:["nativeInput"]};return(0,F.Z)(s,n8,t)})(ec),eh={...x.PaperProps,...x.slotProps?.paper},ep=(0,e_.Z)();return(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)(n7,{as:"div",ref:ee,tabIndex:void 0!==_?_:p?null:0,role:"combobox","aria-controls":ei?ep:void 0,"aria-disabled":p?"true":void 0,"aria-expanded":ei?"true":"false","aria-haspopup":"listbox","aria-label":a,"aria-labelledby":[y,eu].filter(Boolean).join(" ")||void 0,"aria-describedby":o,"aria-required":P?"true":void 0,"aria-invalid":g?"true":void 0,onKeyDown:e=>{!A&&[" ","ArrowUp","ArrowDown","Enter"].includes(e.key)&&(e.preventDefault(),en(!0,e))},onMouseDown:p||A?null:e=>{0===e.button&&(e.preventDefault(),q.current.focus(),en(!0,e))},onBlur:e=>{!ei&&S&&(Object.defineProperty(e,"target",{writable:!0,value:{value:j,name:w}}),S(e))},onFocus:M,...R,ownerState:ec,className:(0,z.Z)(R.className,ed.select,c),id:eu,children:null!=(n=r)&&("string"!=typeof n||n.trim())?r:rw||(rw=(0,Z.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""}))}),(0,Z.jsx)(rt,{"aria-invalid":g,value:Array.isArray(j)?j.join(","):j,name:w,ref:G,"aria-hidden":!0,onChange:e=>{let t=er.find(t=>t.props.value===e.target.value);void 0!==t&&(V(t.props.value),C&&C(e,t))},tabIndex:-1,disabled:p,className:ed.nativeInput,autoFocus:s,required:P,...N,ownerState:ec}),(0,Z.jsx)(re,{as:m,className:ed.icon,ownerState:ec}),(0,Z.jsx)(nK,{id:`menu-${w||""}`,anchorEl:et,open:ei,onClose:e=>{en(!1,e)},anchorOrigin:{vertical:"bottom",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"},...x,slotProps:{...x.slotProps,list:{"aria-labelledby":y,role:"listbox","aria-multiselectable":b?"true":void 0,disableListWrap:!0,id:ep,...x.MenuListProps},paper:{...eh,style:{minWidth:el,...null!=eh?eh.style:null}}},children:es})]})});var ri=n(247);let ro=(0,ri.Z)((0,Z.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),ra={name:"MuiSelect",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,ei.Z)(e)&&"variant"!==e,slot:"Root"},rs=(0,$.ZP)(tt,ra)(""),rl=(0,$.ZP)(tf,ra)(""),ru=(0,$.ZP)(ta,ra)(""),rc=B.forwardRef(function(e,t){let n=(0,q.i)({name:"MuiSelect",props:e}),{autoWidth:r=!1,children:i,classes:o={},className:a,defaultOpen:s=!1,displayEmpty:l=!1,IconComponent:u=ro,id:c,input:d,inputProps:h,label:p,labelId:f,MenuProps:g,multiple:m=!1,native:v=!1,onClose:y,onOpen:x,open:b,renderValue:w,SelectDisplayProps:S,variant:C="outlined",...k}=n,M=eW({props:n,muiFormControl:(0,eq.Z)(),states:["variant","error"]}),T=M.variant||C,I={...n,variant:T,classes:o},A=(e=>{let{classes:t}=e,n=(0,F.Z)({root:["root"]},n8,t);return{...t,...n}})(I),{root:D,...P}=A,R=d||({standard:(0,Z.jsx)(rs,{ownerState:I}),outlined:(0,Z.jsx)(rl,{label:p,ownerState:I}),filled:(0,Z.jsx)(ru,{ownerState:I})})[T],_=(0,eY.Z)(t,tR(R));return(0,Z.jsx)(B.Fragment,{children:B.cloneElement(R,{inputComponent:v?n3:rr,inputProps:{children:i,error:M.error,IconComponent:u,variant:T,type:void 0,multiple:m,...v?{id:c}:{autoWidth:r,defaultOpen:s,displayEmpty:l,labelId:f,MenuProps:g,onClose:y,onOpen:x,open:b,renderValue:w,SelectDisplayProps:{id:c,...S}},...h,classes:h?(0,eO.Z)(P,h.classes):P,...d?d.props.inputProps:{}},...(m&&v||l)&&"outlined"===T?{notched:!0}:{},ref:_,className:(0,z.Z)(R.props.className,a,A.root),...!d&&{variant:T},...k})})});function rd(e){return(0,Y.ZP)("MuiTextField",e)}rc.muiName="Select",(0,U.Z)("MuiTextField",["root"]);let rh={standard:tt,filled:ta,outlined:tf},rp=(0,$.ZP)(tT,{name:"MuiTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),rf=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTextField"}),{autoComplete:r,autoFocus:i=!1,children:o,className:a,color:s="primary",defaultValue:l,disabled:u=!1,error:c=!1,FormHelperTextProps:d,fullWidth:h=!1,helperText:p,id:f,InputLabelProps:g,inputProps:m,InputProps:v,inputRef:y,label:x,maxRows:b,minRows:w,multiline:S=!1,name:C,onBlur:k,onChange:M,onFocus:T,placeholder:I,required:A=!1,rows:D,select:P=!1,SelectProps:R,slots:_={},slotProps:O={},type:E,value:L,variant:B="outlined",...N}=n,j={...n,autoFocus:i,color:s,disabled:u,error:c,fullWidth:h,multiline:S,required:A,select:P,variant:B},V=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},rd,t)})(j),H=(0,e_.Z)(f),$=p&&H?`${H}-helper-text`:void 0,W=x&&H?`${H}-label`:void 0,G=rh[B],U={slots:_,slotProps:{input:v,inputLabel:g,htmlInput:m,formHelperText:d,select:R,...O}},Y={},X=U.slotProps.inputLabel;"outlined"===B&&(X&&void 0!==X.shrink&&(Y.notched=X.shrink),Y.label=x),P&&(R&&R.native||(Y.id=void 0),Y["aria-describedby"]=void 0);let[K,Q]=(0,np.Z)("input",{elementType:G,externalForwardedProps:U,additionalProps:Y,ownerState:j}),[J,ee]=(0,np.Z)("inputLabel",{elementType:tS,externalForwardedProps:U,ownerState:j}),[et,en]=(0,np.Z)("htmlInput",{elementType:"input",externalForwardedProps:U,ownerState:j}),[er,ei]=(0,np.Z)("formHelperText",{elementType:tP,externalForwardedProps:U,ownerState:j}),[eo,ea]=(0,np.Z)("select",{elementType:rc,externalForwardedProps:U,ownerState:j}),es=(0,Z.jsx)(K,{"aria-describedby":$,autoComplete:r,autoFocus:i,defaultValue:l,fullWidth:h,multiline:S,name:C,rows:D,maxRows:b,minRows:w,type:E,value:L,id:H,inputRef:y,onBlur:k,onChange:M,onFocus:T,placeholder:I,inputProps:en,slots:{input:_.htmlInput?et:void 0},...Q});return(0,Z.jsxs)(rp,{className:(0,z.Z)(V.root,a),disabled:u,error:c,fullWidth:h,ref:t,required:A,color:s,variant:B,ownerState:j,...N,children:[null!=x&&""!==x&&(0,Z.jsx)(J,{htmlFor:H,id:W,...ee,children:x}),P?(0,Z.jsx)(eo,{"aria-describedby":$,id:H,labelId:W,value:L,input:es,...ea,children:o}):es,p&&(0,Z.jsx)(er,{id:$,...ei,children:p})]})});function rg(){return(rg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function rm(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)t.indexOf(n=o[r])>=0||(i[n]=e[n]);return i}function rv(e){var t=(0,B.useRef)(e),n=(0,B.useRef)(function(e){t.current&&t.current(e)});return t.current=e,n.current}var ry,rx,rb,rw,rS,rC=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e<t?t:e},rk=function(e){return"touches"in e},rM=function(e){return e&&e.ownerDocument.defaultView||self},rT=function(e,t,n){var r=e.getBoundingClientRect(),i=rk(t)?function(e,t){for(var n=0;n<e.length;n++)if(e[n].identifier===t)return e[n];return e[0]}(t.touches,n):t;return{left:rC((i.pageX-(r.left+rM(e).pageXOffset))/r.width),top:rC((i.pageY-(r.top+rM(e).pageYOffset))/r.height)}},rI=function(e){rk(e)||e.preventDefault()},rA=B.memo(function(e){var t=e.onMove,n=e.onKey,r=rm(e,["onMove","onKey"]),i=(0,B.useRef)(null),o=rv(t),a=rv(n),s=(0,B.useRef)(null),l=(0,B.useRef)(!1),u=(0,B.useMemo)(function(){var e=function(e){rI(e),(rk(e)?e.touches.length>0:e.buttons>0)&&i.current?o(rT(i.current,e,s.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=l.current,o=rM(i.current),a=n?o.addEventListener:o.removeEventListener;a(r?"touchmove":"mousemove",e),a(r?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,r=i.current;if(r&&(rI(t),(!l.current||rk(t))&&r)){if(rk(t)){l.current=!0;var a=t.changedTouches||[];a.length&&(s.current=a[0].identifier)}r.focus(),o(rT(r,t,s.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),a({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]},[a,o]),c=u[0],d=u[1],h=u[2];return(0,B.useEffect)(function(){return h},[h]),B.createElement("div",rg({},r,{onTouchStart:c,onMouseDown:c,className:"react-colorful__interactive",ref:i,onKeyDown:d,tabIndex:0,role:"slider"}))}),rD=function(e){return e.filter(Boolean).join(" ")},rP=function(e){var t=e.color,n=e.left,r=e.top,i=rD(["react-colorful__pointer",e.className]);return B.createElement("div",{className:i,style:{top:100*(void 0===r?.5:r)+"%",left:100*n+"%"}},B.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},rR=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},r_=function(e){return"#"===e[0]&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?rR(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:8===e.length?rR(parseInt(e.substring(6,8),16)/255,2):1}},rO=function(e){var t=e.s,n=e.v,r=e.a,i=(200-t)*n/100;return{h:rR(e.h),s:rR(i>0&&i<200?t*n/100/(i<=100?i:200-i)*100:0),l:rR(i/2),a:rR(r,2)}},rE=function(e){var t=rO(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},rL=function(e){var t=e.h,n=e.s,r=e.v,i=e.a;t=t/360*6,n/=100,r/=100;var o=Math.floor(t),a=r*(1-n),s=r*(1-(t-o)*n),l=r*(1-(1-t+o)*n),u=o%6;return{r:rR(255*[r,s,a,a,l,r][u]),g:rR(255*[l,r,r,s,a,a][u]),b:rR(255*[a,a,l,r,r,s][u]),a:rR(i,2)}},rZ=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},rB=function(e){var t=e.r,n=e.g,r=e.b,i=e.a,o=i<1?rZ(rR(255*i)):"";return"#"+rZ(t)+rZ(n)+rZ(r)+o},rN=function(e){var t=e.r,n=e.g,r=e.b,i=e.a,o=Math.max(t,n,r),a=o-Math.min(t,n,r),s=a?o===t?(n-r)/a:o===n?2+(r-t)/a:4+(t-n)/a:0;return{h:rR(60*(s<0?s+6:s)),s:rR(o?a/o*100:0),v:rR(o/255*100),a:i}},rz=B.memo(function(e){var t=e.hue,n=e.onChange,r=rD(["react-colorful__hue",e.className]);return B.createElement("div",{className:r},B.createElement(rA,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:rC(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":rR(t),"aria-valuemax":"360","aria-valuemin":"0"},B.createElement(rP,{className:"react-colorful__hue-pointer",left:t/360,color:rE({h:t,s:100,v:100,a:1})})))}),rF=B.memo(function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:rE({h:t.h,s:100,v:100,a:1})};return B.createElement("div",{className:"react-colorful__saturation",style:r},B.createElement(rA,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:rC(t.s+100*e.left,0,100),v:rC(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+rR(t.s)+"%, Brightness "+rR(t.v)+"%"},B.createElement(rP,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:rE(t)})))}),rj=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},rV="undefined"!=typeof window?B.useLayoutEffect:B.useEffect,rH=new Map,r$=function(e){rV(function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!rH.has(t)){var r=t.createElement("style");r.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',rH.set(t,r);var i=rS||n.nc;i&&r.setAttribute("nonce",i),t.head.appendChild(r)}},[])},rW=function(e){var t,n,r,i,o,a=e.className,s=e.colorModel,l=e.color,u=void 0===l?s.defaultColor:l,c=e.onChange,d=rm(e,["className","colorModel","color","onChange"]),h=(0,B.useRef)(null);r$(h);var p=(t=rv(c),r=(n=(0,B.useState)(function(){return s.toHsva(u)}))[0],i=n[1],o=(0,B.useRef)({color:u,hsva:r}),(0,B.useEffect)(function(){if(!s.equal(u,o.current.color)){var e=s.toHsva(u);o.current={hsva:e,color:u},i(e)}},[u,s]),(0,B.useEffect)(function(){var e;rj(r,o.current.hsva)||s.equal(e=s.fromHsva(r),o.current.color)||(o.current={hsva:r,color:e},t(e))},[r,s,t]),[r,(0,B.useCallback)(function(e){i(function(t){return Object.assign({},t,e)})},[])]),f=p[0],g=p[1],m=rD(["react-colorful",a]);return B.createElement("div",rg({},d,{ref:h,className:m}),B.createElement(rF,{hsva:f,onChange:g}),B.createElement(rz,{hue:f.h,onChange:g,className:"react-colorful__last-control"}))},rG={defaultColor:"000",toHsva:function(e){return rN(r_(e))},fromHsva:function(e){return rB(rL({h:e.h,s:e.s,v:e.v,a:1}))},equal:function(e,t){return e.toLowerCase()===t.toLowerCase()||rj(r_(e),r_(t))}},rq=function(e){return B.createElement(rW,rg({},e,{colorModel:rG}))},rU=n(791),rY=n(354);let rX=({color:e,onChange:t,onClear:n,palette:r})=>{let[i,o]=(0,B.useState)(e),a=e=>{o(e),t?.(e)};return(0,Z.jsxs)(eT.Z,{spacing:1,children:[(0,Z.jsx)(rq,{color:e,onChange:a,style:{width:"100%"}}),(0,Z.jsx)(eT.Z,{direction:"row",flexWrap:"wrap",justifyContent:"space-evenly",width:"200px",children:r&&r.map((e,t)=>(0,Z.jsx)(eR,{size:"small","aria-label":`change color to ${e}`,sx:{color:e},onClick:()=>a(e),children:(0,Z.jsx)(rU.default,{})},t))}),(0,Z.jsxs)(eT.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,Z.jsx)(rf,{inputProps:{"aria-label":"enter hex color"},fullWidth:!0,value:i,onChange:e=>{let n=e.target.value.replace(/([^0-9A-F]+)/gi,"").substring(0,8);o(`#${n}`),rK(e.target.value)&&t?.(e.target.value)}}),n&&(0,Z.jsx)(eR,{onClick:n,children:(0,Z.jsx)(rY.default,{})})]})]})},rK=(e,t)=>{let n=/^#?([0-9A-F]{3,8})$/i.exec(e),r=n&&n[1]?n[1].length:0;return 3===r||6===r||!!t&&4===r||!!t&&8===r};function rQ(e){let{children:t,chartsTheme:n,enablePinning:r=!1,enableSyncGrouping:i=!0}=e,[o,a]=(0,B.useState)(null),s=(0,B.useMemo)(()=>({chartsTheme:n,enablePinning:r,lastTooltipPinnedCoords:o,enableSyncGrouping:i,setLastTooltipPinnedCoords:a}),[n,r,i,o,a]);return(0,Z.jsx)(rJ.Provider,{value:s,children:t})}let rJ=(0,B.createContext)(void 0);function r0(){let e=(0,B.useContext)(rJ);if(void 0===e)throw Error("No ChartsThemeContext found. Did you forget a Provider?");return e}function r1(){return r0().chartsTheme}let r2=function(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=function e(t){var n,r,i="";if("string"==typeof t||"number"==typeof t)i+=t;else if("object"==typeof t)if(Array.isArray(t))for(n=0;n<t.length;n++)t[n]&&(r=e(t[n]))&&(i&&(i+=" "),i+=r);else for(n in t)t[n]&&(i&&(i+=" "),i+=n);return i}(e))&&(r&&(r+=" "),r+=t);return r},r5={data:""},r3=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,r4=/\/\*[^]*?\*\/| +/g,r6=/\n+/g,r8=(e,t)=>{let n="",r="",i="";for(let o in e){let a=e[o];"@"==o[0]?"i"==o[1]?n=o+" "+a+";":r+="f"==o[1]?r8(a,o):o+"{"+r8(a,"k"==o[1]?"":t)+"}":"object"==typeof a?r+=r8(a,t?t.replace(/([^,])+/g,e=>o.replace(/([^,]*:\S+\([^)]*\))|([^,])+/g,t=>/&/.test(t)?t.replace(/&/g,e):e?e+" "+t:t)):o):null!=a&&(o=/^--/.test(o)?o:o.replace(/[A-Z]/g,"-$&").toLowerCase(),i+=r8.p?r8.p(o,a):o+":"+a+";")}return n+(t&&i?t+"{"+i+"}":i)+r},r9={},r7=e=>{if("object"==typeof e){let t="";for(let n in e)t+=n+r7(e[n]);return t}return e};function ie(e){let t,n,r,i=this||{},o=e.call?e(i.p):e;return((e,t,n,r,i)=>{var o;let a=r7(e),s=r9[a]||(r9[a]=(e=>{let t=0,n=11;for(;t<e.length;)n=101*n+e.charCodeAt(t++)>>>0;return"go"+n})(a));if(!r9[s]){let t=a!==e?e:(e=>{let t,n,r=[{}];for(;t=r3.exec(e.replace(r4,""));)t[4]?r.shift():t[3]?(n=t[3].replace(r6," ").trim(),r.unshift(r[0][n]=r[0][n]||{})):r[0][t[1]]=t[2].replace(r6," ").trim();return r[0]})(e);r9[s]=r8(i?{["@keyframes "+s]:t}:t,n?"":"."+s)}let l=n&&r9.g?r9.g:null;return n&&(r9.g=r9[s]),o=r9[s],l?t.data=t.data.replace(l,o):-1===t.data.indexOf(o)&&(t.data=r?o+t.data:t.data+o),s})(o.unshift?o.raw?(t=[].slice.call(arguments,1),n=i.p,o.reduce((e,r,i)=>{let o=t[i];if(o&&o.call){let e=o(n),t=e&&e.props&&e.props.className||/^go/.test(e)&&e;o=t?"."+t:e&&"object"==typeof e?e.props?"":r8(e,""):!1===e?"":e}return e+r+(null==o?"":o)},"")):o.reduce((e,t)=>Object.assign(e,t&&t.call?t(i.p):t),{}):o,(r=i.target,"object"==typeof window?((r?r.querySelector("#_goober"):window._goober)||Object.assign((r||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:r||r5),i.g,i.o,i.k)}function it(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ir(e,t,n){return t&&it(e.prototype,t),n&&it(e,n),e}function ii(){return(ii=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function io(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function ia(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function is(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}ie.bind({g:1}),ie.bind({k:1});var il=function(){return""},iu=N().createContext({enqueueSnackbar:il,closeSnackbar:il}),ic="@media (max-width:599.95px)",id="@media (min-width:600px)",ih=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},ip=function(e){return""+ih(e.vertical)+ih(e.horizontal)},ig=function(e){return!!e||0===e},im="unmounted",iv="exited",iy="entering",ix="entered",ib="exiting",iw=function(e){function t(t){var n,r=e.call(this,t)||this,i=t.appear;return r.appearStatus=null,t.in?i?(n=iv,r.appearStatus=iy):n=ix:n=t.unmountOnExit||t.mountOnEnter?im:iv,r.state={status:n},r.nextCallback=null,r}io(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===im?{status:iv}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==iy&&n!==ix&&(t=iy):(n===iy||n===ix)&&(t=ib)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e=this.props.timeout,t=e,n=e;return null!=e&&"number"!=typeof e&&"string"!=typeof e&&(n=e.exit,t=e.enter),{exit:n,enter:t}},n.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),t===iy?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===iv&&this.setState({status:im})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.getTimeouts();if(!e&&!n)return void this.safeSetState({status:ix},function(){t.props.onEntered&&t.props.onEntered(t.node,e)});this.props.onEnter&&this.props.onEnter(this.node,e),this.safeSetState({status:iy},function(){t.props.onEntering&&t.props.onEntering(t.node,e),t.onTransitionEnd(r.enter,function(){t.safeSetState({status:ix},function(){t.props.onEntered&&t.props.onEntered(t.node,e)})})})},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts();if(!t)return void this.safeSetState({status:iv},function(){e.props.onExited&&e.props.onExited(e.node)});this.props.onExit&&this.props.onExit(this.node),this.safeSetState({status:ib},function(){e.props.onExiting&&e.props.onExiting(e.node),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:iv},function(){e.props.onExited&&e.props.onExited(e.node)})})})},n.cancelNextCallback=function(){null!==this.nextCallback&&this.nextCallback.cancel&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(){n&&(n=!1,t.nextCallback=null,e())},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=null==e&&!this.props.addEndListener;if(!this.node||n)return void setTimeout(this.nextCallback,0);this.props.addEndListener&&this.props.addEndListener(this.node,this.nextCallback),null!=e&&setTimeout(this.nextCallback,e)},n.render=function(){var e=this.state.status;if(e===im)return null;var t=this.props;return(0,t.children)(e,ia(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]))},ir(t,[{key:"node",get:function(){var e,t=null==(e=this.props.nodeRef)?void 0:e.current;if(!t)throw Error("notistack - Custom snackbar is not refForwarding");return t}}]),t}(N().Component);function iS(){}function iC(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function ik(e,t){return(0,B.useMemo)(function(){return null==e&&null==t?null:function(n){iC(e,n),iC(t,n)}},[e,t])}function iM(e){var t=e.timeout,n=e.style,r=void 0===n?{}:n,i=e.mode;return{duration:"object"==typeof t?t[i]||0:t,easing:r.transitionTimingFunction,delay:r.transitionDelay}}iw.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:iS,onEntering:iS,onEntered:iS,onExit:iS,onExiting:iS,onExited:iS};var iT=function(e){e.scrollTop=e.scrollTop},iI=function(e){return Math.round(e)+"ms"};function iA(e,t){void 0===e&&(e=["all"]);var n=t||{},r=n.duration,i=void 0===r?300:r,o=n.easing,a=void 0===o?"cubic-bezier(0.4, 0, 0.2, 1)":o,s=n.delay,l=void 0===s?0:s;return(Array.isArray(e)?e:[e]).map(function(e){return e+" "+("string"==typeof i?i:iI(i))+" "+a+" "+("string"==typeof l?l:iI(l))}).join(",")}function iD(e){return(e&&e.ownerDocument||document).defaultView||window}function iP(e,t){if(t){var n=function(e,t){var n,r=t.getBoundingClientRect(),i=iD(t);if(t.fakeTransform)n=t.fakeTransform;else{var o=i.getComputedStyle(t);n=o.getPropertyValue("-webkit-transform")||o.getPropertyValue("transform")}var a=0,s=0;if(n&&"none"!==n&&"string"==typeof n){var l=n.split("(")[1].split(")")[0].split(",");a=parseInt(l[4],10),s=parseInt(l[5],10)}switch(e){case"left":return"translateX("+(i.innerWidth+a-r.left)+"px)";case"right":return"translateX(-"+(r.left+r.width-a)+"px)";case"up":return"translateY("+(i.innerHeight+s-r.top)+"px)";default:return"translateY(-"+(r.top+r.height-s)+"px)"}}(e,t);n&&(t.style.webkitTransform=n,t.style.transform=n)}}var iR=(0,B.forwardRef)(function(e,t){var n=e.children,r=e.direction,i=void 0===r?"down":r,o=e.in,a=e.style,s=e.timeout,l=void 0===s?0:s,u=e.onEnter,c=e.onEntered,d=e.onExit,h=e.onExited,p=ia(e,["children","direction","in","style","timeout","onEnter","onEntered","onExit","onExited"]),f=(0,B.useRef)(null),g=ik(n.ref,f),m=ik(g,t),v=(0,B.useCallback)(function(){f.current&&iP(i,f.current)},[i]);return(0,B.useEffect)(function(){if(!o&&"down"!==i&&"right"!==i){var e=function(e,t){var n;function r(){for(var r=this,i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];clearTimeout(n),n=setTimeout(function(){e.apply(r,o)},t)}return void 0===t&&(t=166),r.clear=function(){clearTimeout(n)},r}(function(){f.current&&iP(i,f.current)}),t=iD(f.current);return t.addEventListener("resize",e),function(){e.clear(),t.removeEventListener("resize",e)}}},[i,o]),(0,B.useEffect)(function(){o||v()},[o,v]),(0,B.createElement)(iw,Object.assign({appear:!0,nodeRef:f,onEnter:function(e,t){iP(i,e),iT(e),u&&u(e,t)},onEntered:c,onEntering:function(e){var t=(null==a?void 0:a.transitionTimingFunction)||"cubic-bezier(0.0, 0, 0.2, 1)",n=iM({timeout:l,mode:"enter",style:ii({},a,{transitionTimingFunction:t})});e.style.webkitTransition=iA("-webkit-transform",n),e.style.transition=iA("transform",n),e.style.webkitTransform="none",e.style.transform="none"},onExit:function(e){var t=(null==a?void 0:a.transitionTimingFunction)||"cubic-bezier(0.4, 0, 0.6, 1)",n=iM({timeout:l,mode:"exit",style:ii({},a,{transitionTimingFunction:t})});e.style.webkitTransition=iA("-webkit-transform",n),e.style.transition=iA("transform",n),iP(i,e),d&&d(e)},onExited:function(e){e.style.webkitTransition="",e.style.transition="",h&&h(e)},in:o,timeout:l},p),function(e,t){return(0,B.cloneElement)(n,ii({ref:m,style:ii({visibility:"exited"!==e||o?void 0:"hidden"},a,{},n.props.style)},t))})});iR.displayName="Slide";var i_=function(e){return N().createElement("svg",Object.assign({viewBox:"0 0 24 24",focusable:"false",style:{fontSize:20,marginInlineEnd:8,userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:"currentColor",flexShrink:0}},e))},iO={maxSnack:3,persist:!1,hideIconVariant:!1,disableWindowBlurListener:!1,variant:"default",autoHideDuration:5e3,iconVariant:{default:void 0,success:N().createElement(function(){return N().createElement(i_,null,N().createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41\n 10.59L10 14.17L17.59 6.58L19 8L10 17Z"}))},null),warning:N().createElement(function(){return N().createElement(i_,null,N().createElement("path",{d:"M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z"}))},null),error:N().createElement(function(){return N().createElement(i_,null,N().createElement("path",{d:"M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,\n 6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,\n 13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"}))},null),info:N().createElement(function(){return N().createElement(i_,null,N().createElement("path",{d:"M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,\n 0 22,12A10,10 0 0,0 12,2Z"}))},null)},anchorOrigin:{vertical:"bottom",horizontal:"left"},TransitionComponent:iR,transitionDuration:{enter:225,exit:195}},iE=function(e,t){var n=function(e){return"number"==typeof e||null===e};return n(e)?e:n(t)?t:iO.autoHideDuration},iL=function(e,t){var n=function(e,t){return t.some(function(t){return typeof e===t})};return n(e,["string","number"])?e:n(e,["object"])?ii({},iO.transitionDuration,{},n(t,["object"])&&t,{},e):n(t,["string","number"])?t:n(t,["object"])?ii({},iO.transitionDuration,{},t):iO.transitionDuration};function iZ(e){return Object.entries(e).reduce(function(e,t){var n,r=t[0],i=t[1];return ii({},e,((n={})[r]=ie(i),n))},{})}var iB="notistack-CollapseWrapper",iN=iZ({root:{height:0},entered:{height:"auto"}}),iz=(0,B.forwardRef)(function(e,t){var n=e.children,r=e.in,i=e.onExited,o=(0,B.useRef)(null),a=(0,B.useRef)(null),s=ik(t,a),l=function(){return o.current?o.current.clientHeight:0};return(0,B.createElement)(iw,{in:r,unmountOnExit:!0,onEnter:function(e){e.style.height="0px"},onEntered:function(e){e.style.height="auto"},onEntering:function(e){var t=l(),n=iM({timeout:175,mode:"enter"}),r=n.duration,i=n.easing;e.style.transitionDuration="string"==typeof r?r:r+"ms",e.style.height=t+"px",e.style.transitionTimingFunction=i||""},onExit:function(e){e.style.height=l()+"px"},onExited:i,onExiting:function(e){iT(e);var t=iM({timeout:175,mode:"exit"}),n=t.duration,r=t.easing;e.style.transitionDuration="string"==typeof n?n:n+"ms",e.style.height="0px",e.style.transitionTimingFunction=r||""},nodeRef:a,timeout:175},function(e,t){return(0,B.createElement)("div",Object.assign({ref:s,className:r2(iN.root,"entered"===e&&iN.entered),style:ii({pointerEvents:"all",overflow:"hidden",minHeight:"0px",transition:iA("height")},"entered"===e&&{overflow:"visible"},{},"exited"===e&&!r&&{visibility:"hidden"})},t),(0,B.createElement)("div",{ref:o,className:iB,style:{display:"flex",width:"100%"}},n))})});iz.displayName="Collapse";var iF={right:"left",left:"right",bottom:"up",top:"down"},ij=function(e){void 0===e&&(e={});var t={containerRoot:!0,containerAnchorOriginTopCenter:!0,containerAnchorOriginBottomCenter:!0,containerAnchorOriginTopRight:!0,containerAnchorOriginBottomRight:!0,containerAnchorOriginTopLeft:!0,containerAnchorOriginBottomLeft:!0};return Object.keys(e).filter(function(e){return!t[e]}).reduce(function(t,n){var r;return ii({},t,((r={})[n]=e[n],r))},{})},iV=function(){};function iH(e,t){return e.reduce(function(e,n){return null==n?e:function(){for(var r=arguments.length,i=Array(r),o=0;o<r;o++)i[o]=arguments[o];var a=[].concat(i);t&&-1===a.indexOf(t)&&a.push(t),e.apply(this,a),n.apply(this,a)}},iV)}var i$="undefined"!=typeof window?B.useLayoutEffect:B.useEffect;function iW(e){var t=(0,B.useRef)(e);return i$(function(){t.current=e}),(0,B.useCallback)(function(){return t.current.apply(void 0,arguments)},[])}var iG=(0,B.forwardRef)(function(e,t){var n=e.children,r=e.className,i=e.autoHideDuration,o=e.disableWindowBlurListener,a=void 0!==o&&o,s=e.onClose,l=e.id,u=e.open,c=e.SnackbarProps,d=void 0===c?{}:c,h=(0,B.useRef)(),p=iW(function(){s&&s.apply(void 0,arguments)}),f=iW(function(e){s&&null!=e&&(h.current&&clearTimeout(h.current),h.current=setTimeout(function(){p(null,"timeout",l)},e))});(0,B.useEffect)(function(){return u&&f(i),function(){h.current&&clearTimeout(h.current)}},[u,i,f]);var g=function(){h.current&&clearTimeout(h.current)},m=(0,B.useCallback)(function(){null!=i&&f(.5*i)},[i,f]);return(0,B.useEffect)(function(){if(!a&&u)return window.addEventListener("focus",m),window.addEventListener("blur",g),function(){window.removeEventListener("focus",m),window.removeEventListener("blur",g)}},[a,m,u]),(0,B.createElement)("div",Object.assign({ref:t},d,{className:r2("notistack-Snackbar",r),onMouseEnter:function(e){d.onMouseEnter&&d.onMouseEnter(e),g()},onMouseLeave:function(e){d.onMouseLeave&&d.onMouseLeave(e),m()}}),n)});iG.displayName="Snackbar";var iq=iZ({root:((k={display:"flex",flexWrap:"wrap",flexGrow:1})[id]={flexGrow:"initial",minWidth:"288px"},k)}),iU=(0,B.forwardRef)(function(e,t){var n=e.className,r=ia(e,["className"]);return N().createElement("div",Object.assign({ref:t,className:r2(iq.root,n)},r))});iU.displayName="SnackbarContent";var iY=iZ({root:{backgroundColor:"#313131",fontSize:"0.875rem",lineHeight:1.43,letterSpacing:"0.01071em",color:"#fff",alignItems:"center",padding:"6px 16px",borderRadius:"4px",boxShadow:"0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"},lessPadding:{paddingLeft:"20px"},default:{backgroundColor:"#313131"},success:{backgroundColor:"#43a047"},error:{backgroundColor:"#d32f2f"},warning:{backgroundColor:"#ff9800"},info:{backgroundColor:"#2196f3"},message:{display:"flex",alignItems:"center",padding:"8px 0"},action:{display:"flex",alignItems:"center",marginLeft:"auto",paddingLeft:"16px",marginRight:"-8px"}}),iX="notistack-snackbar",iK=(0,B.forwardRef)(function(e,t){var n=e.id,r=e.message,i=e.action,o=e.iconVariant,a=e.variant,s=e.hideIconVariant,l=e.style,u=e.className,c=o[a],d=i;return"function"==typeof d&&(d=d(n)),N().createElement(iU,{ref:t,role:"alert","aria-describedby":iX,style:l,className:r2("notistack-MuiContent","notistack-MuiContent-"+a,iY.root,iY[a],u,!s&&c&&iY.lessPadding)},N().createElement("div",{id:iX,className:iY.message},s?null:c,r),d&&N().createElement("div",{className:iY.action},d))});iK.displayName="MaterialDesignContent";var iQ=(0,B.memo)(iK),iJ=iZ({wrappedRoot:{width:"100%",position:"relative",transform:"translateX(0)",top:0,right:0,bottom:0,left:0,minWidth:"288px"}}),i0=function(e){var t,n=(0,B.useRef)(),r=(0,B.useState)(!0),i=r[0],o=r[1],a=iH([e.snack.onClose,e.onClose]),s=(0,B.useCallback)(function(){n.current=setTimeout(function(){o(function(e){return!e})},125)},[]);(0,B.useEffect)(function(){return function(){n.current&&clearTimeout(n.current)}},[]);var l=e.snack,u=e.classes,c=e.Component,d=(0,B.useMemo)(function(){return ij(u)},[u]),h=l.open,p=l.SnackbarProps,f=l.TransitionComponent,g=l.TransitionProps,m=l.transitionDuration,v=l.disableWindowBlurListener,y=l.content,x=ia(l,["open","SnackbarProps","TransitionComponent","TransitionProps","transitionDuration","disableWindowBlurListener","content","entered","requestClose","onEnter","onEntered","onExit","onExited"]),b=ii({direction:"center"!==(t=x.anchorOrigin).horizontal?iF[t.horizontal]:iF[t.vertical],timeout:m},g),w=y;"function"==typeof w&&(w=w(x.id,x.message));var S=["onEnter","onEntered","onExit","onExited"].reduce(function(t,n){var r;return ii({},t,((r={})[n]=iH([e.snack[n],e[n]],x.id),r))},{});return N().createElement(iz,{in:i,onExited:S.onExited},N().createElement(iG,{open:h,id:x.id,disableWindowBlurListener:v,autoHideDuration:x.autoHideDuration,className:r2(iJ.wrappedRoot,d.root,d["anchorOrigin"+ip(x.anchorOrigin)]),SnackbarProps:p,onClose:a},N().createElement(f,Object.assign({},b,{appear:!0,in:h,onExit:S.onExit,onExited:s,onEnter:S.onEnter,onEntered:iH([S.onEntered,function(){e.snack.requestClose&&a(null,"instructed",e.snack.id)}],x.id)}),w||N().createElement(void 0===c?iQ:c,Object.assign({},x)))))},i1=20,i2=6,i5=2,i3="."+iB,i4=iZ({root:((M={boxSizing:"border-box",display:"flex",maxHeight:"100%",position:"fixed",zIndex:1400,height:"auto",width:"auto",transition:iA(["top","right","bottom","left","max-width"],{duration:300,easing:"ease"}),pointerEvents:"none"})[i3]={padding:i2+"px 0px",transition:"padding 300ms ease 0ms"},M.maxWidth="calc(100% - "+2*i1+"px)",M[ic]={width:"100%",maxWidth:"calc(100% - 32px)"},M),rootDense:((T={})[i3]={padding:i5+"px 0px"},T),top:{top:i1-i2+"px",flexDirection:"column"},bottom:{bottom:i1-i2+"px",flexDirection:"column-reverse"},left:((I={left:i1+"px"})[id]={alignItems:"flex-start"},I[ic]={left:"16px"},I),right:((A={right:i1+"px"})[id]={alignItems:"flex-end"},A[ic]={right:"16px"},A),center:((D={left:"50%",transform:"translateX(-50%)"})[id]={alignItems:"center"},D)}),i6=(0,B.memo)(function(e){var t=e.classes,n=void 0===t?{}:t,r=e.anchorOrigin,i=e.dense,o=e.children,a=r2("notistack-SnackbarContainer",i4[r.vertical],i4[r.horizontal],i4.root,n.containerRoot,n["containerAnchorOrigin"+ip(r)],i&&i4.rootDense);return N().createElement("div",{className:a},o)}),i8=function(e){return!("string"==typeof e||(0,B.isValidElement)(e))},i9=function(e){function t(t){var n;return(n=e.call(this,t)||this).enqueueSnackbar=function(e,t){if(void 0===t&&(t={}),null==e)throw Error("enqueueSnackbar called with invalid argument");var r,i=i8(e)?e:t,o=i8(e)?e.message:e,a=i.key,s=i.preventDuplicate,l=ia(i,["key","preventDuplicate"]),u=ig(a),c=u?a:new Date().getTime()+Math.random(),d=(r=n.props,function(e,t){return(void 0===t&&(t=!1),t)?ii({},iO[e],{},r[e],{},l[e]):"autoHideDuration"===e?iE(l.autoHideDuration,r.autoHideDuration):"transitionDuration"===e?iL(l.transitionDuration,r.transitionDuration):l[e]||r[e]||iO[e]}),h=ii({id:c},l,{message:o,open:!0,entered:!1,requestClose:!1,persist:d("persist"),action:d("action"),content:d("content"),variant:d("variant"),anchorOrigin:d("anchorOrigin"),disableWindowBlurListener:d("disableWindowBlurListener"),autoHideDuration:d("autoHideDuration"),hideIconVariant:d("hideIconVariant"),TransitionComponent:d("TransitionComponent"),transitionDuration:d("transitionDuration"),TransitionProps:d("TransitionProps",!0),iconVariant:d("iconVariant",!0),style:d("style",!0),SnackbarProps:d("SnackbarProps",!0),className:r2(n.props.className,l.className)});return h.persist&&(h.autoHideDuration=void 0),n.setState(function(e){if(void 0===s&&n.props.preventDuplicate||s){var t=function(e){return u?e.id===c:e.message===o},r=e.queue.findIndex(t)>-1,i=e.snacks.findIndex(t)>-1;if(r||i)return e}return n.handleDisplaySnack(ii({},e,{queue:[].concat(e.queue,[h])}))}),c},n.handleDisplaySnack=function(e){return e.snacks.length>=n.maxSnack?n.handleDismissOldest(e):n.processQueue(e)},n.processQueue=function(e){var t=e.queue,n=e.snacks;return t.length>0?ii({},e,{snacks:[].concat(n,[t[0]]),queue:t.slice(1,t.length)}):e},n.handleDismissOldest=function(e){if(e.snacks.some(function(e){return!e.open||e.requestClose}))return e;var t=!1,r=!1;e.snacks.reduce(function(e,t){return e+(t.open&&t.persist?1:0)},0)===n.maxSnack&&(r=!0);var i=e.snacks.map(function(e){return t||e.persist&&!r?ii({},e):(t=!0,e.entered)?(e.onClose&&e.onClose(null,"maxsnack",e.id),n.props.onClose&&n.props.onClose(null,"maxsnack",e.id),ii({},e,{open:!1})):ii({},e,{requestClose:!0})});return ii({},e,{snacks:i})},n.handleEnteredSnack=function(e,t,r){if(!ig(r))throw Error("handleEnteredSnack Cannot be called with undefined key");n.setState(function(e){return{snacks:e.snacks.map(function(e){return e.id===r?ii({},e,{entered:!0}):ii({},e)})}})},n.handleCloseSnack=function(e,t,r){n.props.onClose&&n.props.onClose(e,t,r);var i=void 0===r;n.setState(function(e){var t=e.snacks,n=e.queue;return{snacks:t.map(function(e){return i||e.id===r?e.entered?ii({},e,{open:!1}):ii({},e,{requestClose:!0}):ii({},e)}),queue:n.filter(function(e){return e.id!==r})}})},n.closeSnackbar=function(e){var t=n.state.snacks.find(function(t){return t.id===e});ig(e)&&t&&t.onClose&&t.onClose(null,"instructed",e),n.handleCloseSnack(null,"instructed",e)},n.handleExitedSnack=function(e,t){if(!ig(t))throw Error("handleExitedSnack Cannot be called with undefined key");n.setState(function(e){var r=n.processQueue(ii({},e,{snacks:e.snacks.filter(function(e){return e.id!==t})}));return 0===r.queue.length?r:n.handleDismissOldest(r)})},n.enqueueSnackbar,n.closeSnackbar,n.state={snacks:[],queue:[],contextValue:{enqueueSnackbar:n.enqueueSnackbar.bind(is(n)),closeSnackbar:n.closeSnackbar.bind(is(n))}},n}return io(t,e),t.prototype.render=function(){var e=this,t=this.state.contextValue,n=this.props,r=n.domRoot,i=n.children,o=n.dense,a=void 0!==o&&o,s=n.Components,l=void 0===s?{}:s,u=n.classes,c=this.state.snacks.reduce(function(e,t){var n,r=ip(t.anchorOrigin),i=e[r]||[];return ii({},e,((n={})[r]=[].concat(i,[t]),n))},{}),d=Object.keys(c).map(function(t){var n=c[t],r=n[0];return N().createElement(i6,{key:t,dense:a,anchorOrigin:r.anchorOrigin,classes:u},n.map(function(t){return N().createElement(i0,{key:t.id,snack:t,classes:u,Component:l[t.variant],onClose:e.handleCloseSnack,onEnter:e.props.onEnter,onExit:e.props.onExit,onExited:iH([e.handleExitedSnack,e.props.onExited],t.id),onEntered:iH([e.handleEnteredSnack,e.props.onEntered],t.id)})}))});return N().createElement(iu.Provider,{value:t},i,r?(0,t0.createPortal)(d,r):d)},ir(t,[{key:"maxSnack",get:function(){return this.props.maxSnack||iO.maxSnack}}]),t}(B.Component);function i7(){let{enqueueSnackbar:e,closeSnackbar:t}=(0,B.useContext)(iu),n=oe(e,"error"),r=oe(e,"info"),i=oe(e,"warning"),o=oe(e,"success"),a=(0,B.useCallback)((e,t)=>n(e instanceof Error?e.message:`An unexpected error occurred: ${e}`,t),[n]);return{enqueueSnackbar:e,closeSnackbar:t,errorSnackbar:n,infoSnackbar:r,warningSnackbar:i,successSnackbar:o,exceptionSnackbar:a}}function oe(e,t){return(0,B.useCallback)((n,r)=>e(n,{...r,variant:t}),[e,t])}var ot=n(5409),on=n.n(ot),or=n(4683);function oi(e,t){return[on()({type:"value",boundaryGap:[0,"10%"],axisLabel:{formatter:e=>(0,or.formatValue)(e,t)}},e)]}let oo=1e3,oa="Pinned Crosshair",os={name:oa,type:"line",markLine:{data:[],lineStyle:{type:"dashed",width:2},emphasis:{lineStyle:{width:2,opacity:1}},blur:{lineStyle:{width:2,opacity:1}}}},ol={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function ou(e){return (t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}let oc={date:ou({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:ou({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:ou({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},od={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function oh(e){return(t,n)=>{let r;if("formatting"===(n?.context?String(n.context):"standalone")&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,i=n?.width?String(n.width):t;r=e.formattingValues[i]||e.formattingValues[t]}else{let t=e.defaultWidth,i=n?.width?String(n.width):e.defaultWidth;r=e.values[i]||e.values[t]}return r[e.argumentCallback?e.argumentCallback(t):t]}}function op(e){return(t,n={})=>{let r,i=n.width,o=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],a=t.match(o);if(!a)return null;let s=a[0],l=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],u=Array.isArray(l)?function(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}(l,e=>e.test(s)):function(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}(l,e=>e.test(s));return r=e.valueCallback?e.valueCallback(u):u,{value:r=n.valueCallback?n.valueCallback(r):r,rest:t.slice(s.length)}}}let of={code:"en-US",formatDistance:(e,t,n)=>{let r,i=ol[e];if(r="string"==typeof i?i:1===t?i.one:i.other.replace("{{count}}",t.toString()),n?.addSuffix)if(n.comparison&&n.comparison>0)return"in "+r;else return r+" ago";return r},formatLong:oc,formatRelative:(e,t,n,r)=>od[e],localize:{ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:oh({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:oh({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:e=>e-1}),month:oh({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:oh({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:oh({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(a={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)},(e,t={})=>{let n=e.match(a.matchPattern);if(!n)return null;let r=n[0],i=e.match(a.parsePattern);if(!i)return null;let o=a.valueCallback?a.valueCallback(i[0]):i[0];return{value:o=t.valueCallback?t.valueCallback(o):o,rest:e.slice(r.length)}}),era:op({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:op({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:e=>e+1}),month:op({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:op({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:op({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}},og={},om=["years","months","weeks","days","hours","minutes","seconds"];function ov(e){return{value:{pastDuration:e},display:`Last ${function(e,t){let n=t?.locale??og.locale??of,r=t?.format??om,i=t?.zero??!1,o=t?.delimiter??" ";return n.formatDistance?r.reduce((t,r)=>{let o=`x${r.replace(/(^.)/,e=>e.toUpperCase())}`,a=e[r];return void 0!==a&&(i||e[r])?t.concat(n.formatDistance(o,a)):t},[]).join(o):""}((0,or.parseDurationString)(e),{delimiter:", "})}`}}function oy(e){let t=e._model;void 0!==t&&void 0!==t.option.toolbox&&t.option.toolbox.length>0&&"normal"===t.option.toolbox[0].feature.dataZoom.iconStatus.zoom&&e.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:!0})}function ox(e){e.dispatchAction({type:"restore"})}function ob(e){void 0!==e.dispatchAction&&(e.dispatchAction({type:"unselect"}),e.dispatchAction({type:"downplay"}))}function ow(e,t,n){if(void 0===n)return null;let r=[e,t];return n.containPixel("grid",r)?n.convertFromPixel("grid",r):null}function oS(e,t,n,r,i,o){let a=o.length>0?o[o.length-1]:i[i.length-1];void 0!==a&&e.dispatchAction({type:"select",seriesIndex:a.seriesIndex,dataIndex:a.dataIndex,escapeConnect:!0}),e.dispatchAction({type:"downplay",seriesIndex:r}),n.length>0?e.dispatchAction({type:"highlight",seriesIndex:n,notBlur:!1,escapeConnect:!0}):(e.dispatchAction({type:"highlight",seriesIndex:t,notBlur:!0,escapeConnect:!0}),e.dispatchAction({type:"toggleSelect"}))}function oC(e){return e[e.length-1]?.name===oa}function ok(e,t){if(void 0===e||void 0===t)return null;let n=null,r=1/0;for(let[i]of e){let e=Math.abs(i-t);e<r&&(n=i,r=e)}return n}function oM(e,t){if(void 0===t)return null;let n=e.length,r=null;for(let i=0;i<n;i++){let o=n>0?e[i]:null;if(!o)break;r=ok(o.values,t)}return r}function oT(...e){return e.flatMap(e=>void 0===e?[]:Array.isArray(e)?e:[e])}function oI(e){void 0===globalThis.useIdValue&&(globalThis.useIdValue=0);let t=(0,B.useRef)(void 0);return void 0===t.current&&(t.current=`${e}-${globalThis.useIdValue++}`),t.current}var oA=n(5753);function oD(e){let t=(0,oA.Q)(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-n}var oP=n(3879);function oR(e,...t){let n=oP.L.bind(null,e||t.find(e=>"object"==typeof e));return t.map(n)}var o_=n(5274);function oO(e,t){let n=(0,oA.Q)(e,t?.in);return n.setHours(0,0,0,0),n}function oE(e,t){let n=(0,oA.Q)(e,t?.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function oL(e,t){let n=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??og.weekStartsOn??og.locale?.options?.weekStartsOn??0,r=(0,oA.Q)(e,t?.in),i=r.getDay();return r.setDate(r.getDate()-(7*(i<n)+i-n)),r.setHours(0,0,0,0),r}function oZ(e,t){return oL(e,{...t,weekStartsOn:1})}function oB(e,t){let n=(0,oA.Q)(e,t?.in),r=n.getFullYear(),i=(0,oP.L)(n,0);i.setFullYear(r+1,0,4),i.setHours(0,0,0,0);let o=oZ(i),a=(0,oP.L)(n,0);a.setFullYear(r,0,4),a.setHours(0,0,0,0);let s=oZ(a);return n.getTime()>=o.getTime()?r+1:n.getTime()>=s.getTime()?r:r-1}function oN(e,t){let n=(0,oA.Q)(e,t?.in);return Math.round((oZ(n)-function(e,t){let n=oB(e,void 0),r=(0,oP.L)(e,0);return r.setFullYear(n,0,4),r.setHours(0,0,0,0),oZ(r)}(n))/o_.jE)+1}function oz(e,t){let n=(0,oA.Q)(e,t?.in),r=n.getFullYear(),i=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??og.firstWeekContainsDate??og.locale?.options?.firstWeekContainsDate??1,o=(0,oP.L)(t?.in||e,0);o.setFullYear(r+1,0,i),o.setHours(0,0,0,0);let a=oL(o,t),s=(0,oP.L)(t?.in||e,0);s.setFullYear(r,0,i),s.setHours(0,0,0,0);let l=oL(s,t);return+n>=+a?r+1:+n>=+l?r:r-1}function oF(e,t){let n=(0,oA.Q)(e,t?.in);return Math.round((oL(n,t)-function(e,t){let n=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??og.firstWeekContainsDate??og.locale?.options?.firstWeekContainsDate??1,r=oz(e,t),i=(0,oP.L)(t?.in||e,0);return i.setFullYear(r,0,n),i.setHours(0,0,0,0),oL(i,t)}(n,t))/o_.jE)+1}function oj(e,t){let n=Math.abs(e).toString().padStart(t,"0");return(e<0?"-":"")+n}let oV={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return oj("yy"===t?r%100:r,t.length)},M(e,t){let n=e.getMonth();return"M"===t?String(n+1):oj(n+1,2)},d:(e,t)=>oj(e.getDate(),t.length),a(e,t){let n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];default:return"am"===n?"a.m.":"p.m."}},h:(e,t)=>oj(e.getHours()%12||12,t.length),H:(e,t)=>oj(e.getHours(),t.length),m:(e,t)=>oj(e.getMinutes(),t.length),s:(e,t)=>oj(e.getSeconds(),t.length),S(e,t){let n=t.length;return oj(Math.trunc(e.getMilliseconds()*Math.pow(10,n-3)),t.length)}},oH={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if("yo"===t){let t=e.getFullYear();return n.ordinalNumber(t>0?t:1-t,{unit:"year"})}return oV.y(e,t)},Y:function(e,t,n,r){let i=oz(e,r),o=i>0?i:1-i;return"YY"===t?oj(o%100,2):"Yo"===t?n.ordinalNumber(o,{unit:"year"}):oj(o,t.length)},R:function(e,t){return oj(oB(e),t.length)},u:function(e,t){return oj(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return oj(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return oj(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){let r=e.getMonth();switch(t){case"M":case"MM":return oV.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){let r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return oj(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){let i=oF(e,r);return"wo"===t?n.ordinalNumber(i,{unit:"week"}):oj(i,t.length)},I:function(e,t,n){let r=oN(e);return"Io"===t?n.ordinalNumber(r,{unit:"week"}):oj(r,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getDate(),{unit:"date"}):oV.d(e,t)},D:function(e,t,n){let r=function(e,t){let n=(0,oA.Q)(e,void 0);return function(e,t,n){let[r,i]=oR(void 0,e,t),o=oO(r),a=oO(i);return Math.round((o-oD(o)-(a-oD(a)))/o_.dP)}(n,oE(n))+1}(e);return"Do"===t?n.ordinalNumber(r,{unit:"dayOfYear"}):oj(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){let i=e.getDay(),o=(i-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return oj(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){let i=e.getDay(),o=(i-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return oj(o,t.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,t,n){let r=e.getDay(),i=0===r?7:r;switch(t){case"i":return String(i);case"ii":return oj(i,t.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){let r=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){let r,i=e.getHours();switch(r=12===i?"noon":0===i?"midnight":i/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,n){let r,i=e.getHours();switch(r=i>=17?"evening":i>=12?"afternoon":i>=4?"morning":"night",t){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){let t=e.getHours()%12;return 0===t&&(t=12),n.ordinalNumber(t,{unit:"hour"})}return oV.h(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getHours(),{unit:"hour"}):oV.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return"Ko"===t?n.ordinalNumber(r,{unit:"hour"}):oj(r,t.length)},k:function(e,t,n){let r=e.getHours();return(0===r&&(r=24),"ko"===t)?n.ordinalNumber(r,{unit:"hour"}):oj(r,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):oV.m(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getSeconds(),{unit:"second"}):oV.s(e,t)},S:function(e,t){return oV.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(0===r)return"Z";switch(t){case"X":return oW(r);case"XXXX":case"XX":return oG(r);default:return oG(r,":")}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case"x":return oW(r);case"xxxx":case"xx":return oG(r);default:return oG(r,":")}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+o$(r,":");default:return"GMT"+oG(r,":")}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+o$(r,":");default:return"GMT"+oG(r,":")}},t:function(e,t,n){return oj(Math.trunc(e/1e3),t.length)},T:function(e,t,n){return oj(+e,t.length)}};function o$(e,t=""){let n=e>0?"-":"+",r=Math.abs(e),i=Math.trunc(r/60),o=r%60;return 0===o?n+String(i):n+String(i)+t+oj(o,2)}function oW(e,t){return e%60==0?(e>0?"-":"+")+oj(Math.abs(e)/60,2):oG(e,t)}function oG(e,t=""){let n=Math.abs(e);return(e>0?"-":"+")+oj(Math.trunc(n/60),2)+t+oj(n%60,2)}let oq=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},oU=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}},oY={p:oU,P:(e,t)=>{let n,r=e.match(/(P+)(p+)?/)||[],i=r[1],o=r[2];if(!o)return oq(e,t);switch(i){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",oq(i,t)).replace("{{time}}",oU(o,t))}},oX=/^D+$/,oK=/^Y+$/,oQ=["D","DD","YY","YYYY"];function oJ(e,t,n){let r=function(e,t,n){let r="Y"===e[0]?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(e,t,n);if(console.warn(r),oQ.includes(e))throw RangeError(r)}function o0(e){return!(!(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))&&"number"!=typeof e||isNaN(+(0,oA.Q)(e)))}let o1=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,o2=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,o5=/^'([^]*?)'?$/,o3=/''/g,o4=/[a-zA-Z]/;function o6(e,t,n){let r=n?.locale??og.locale??of,i=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??og.firstWeekContainsDate??og.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??og.weekStartsOn??og.locale?.options?.weekStartsOn??0,a=(0,oA.Q)(e,n?.in);if(!o0(a))throw RangeError("Invalid time value");let s=t.match(o2).map(e=>{let t=e[0];return"p"===t||"P"===t?(0,oY[t])(e,r.formatLong):e}).join("").match(o1).map(e=>{if("''"===e)return{isToken:!1,value:"'"};let t=e[0];if("'"===t)return{isToken:!1,value:function(e){let t=e.match(o5);return t?t[1].replace(o3,"'"):e}(e)};if(oH[t])return{isToken:!0,value:e};if(t.match(o4))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});r.localize.preprocessor&&(s=r.localize.preprocessor(a,s));let l={firstWeekContainsDate:i,weekStartsOn:o,locale:r};return s.map(i=>{if(!i.isToken)return i.value;let o=i.value;return(!n?.useAdditionalWeekYearTokens&&oK.test(o)||!n?.useAdditionalDayOfYearTokens&&oX.test(o))&&oJ(o,t,String(e)),(0,oH[o[0]])(a,o,r.localize,l)}).join("")}function o8(){return Object.assign({},og)}function o9(e,t,n){var r,i,o;let a=o8(),s=(r=e,i=n.timeZone,o=n.locale??a.locale,new Intl.DateTimeFormat(o?[o.code,"en-US"]:void 0,{timeZone:i,timeZoneName:r}));return"formatToParts"in s?function(e,t){let n=e.formatToParts(t);for(let e=n.length-1;e>=0;--e)if("timeZoneName"===n[e].type)return n[e].value}(s,t):function(e,t){let n=e.format(t).replace(/\u200E/g,""),r=/ [\w-+ ]+$/.exec(n);return r?r[0].substr(1):""}(s,t)}let o7={year:0,month:1,day:2,hour:3,minute:4,second:5},ae={},at=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),an="06/25/2014, 00:00:00"===at||"06/25/2014 00:00:00"===at;function ar(e,t,n,r,i,o,a){let s=new Date(0);return s.setUTCFullYear(e,t,n),s.setUTCHours(r,i,o,a),s}let ai=/^(Z)$/,ao=/^([+-]\d{2})$/,aa=/^([+-])(\d{2}):?(\d{2})$/;function as(e,t,n){let r,i;if(!e)return 0;let o=ai.exec(e);if(o)return 0;if(o=ao.exec(e))return au(r=parseInt(o[1],10))?-(36e5*r):NaN;if(o=aa.exec(e)){r=parseInt(o[2],10);let e=parseInt(o[3],10);return au(r,e)?(i=36e5*Math.abs(r)+6e4*e,"+"===o[1]?-i:i):NaN}if(function(e){if(ac[e])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:e}),ac[e]=!0,!0}catch(e){return!1}}(e)){var a;t=new Date(t||Date.now());let r=al(n?t:ar((a=t).getFullYear(),a.getMonth(),a.getDate(),a.getHours(),a.getMinutes(),a.getSeconds(),a.getMilliseconds()),e);return-(n?r:function(e,t,n){let r=e.getTime()-t,i=al(new Date(r),n);if(t===i)return t;let o=al(new Date(r-=i-t),n);return i===o?i:Math.max(i,o)}(t,r,e))}return NaN}function al(e,t){let n=function(e,t){var n;let r=(ae[n=t]||(ae[n]=an?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),ae[n]);return"formatToParts"in r?function(e,t){try{let n=e.formatToParts(t),r=[];for(let e=0;e<n.length;e++){let t=o7[n[e].type];void 0!==t&&(r[t]=parseInt(n[e].value,10))}return r}catch(e){if(e instanceof RangeError)return[NaN];throw e}}(r,e):function(e,t){let n=e.format(t),r=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n);return[parseInt(r[3],10),parseInt(r[1],10),parseInt(r[2],10),parseInt(r[4],10),parseInt(r[5],10),parseInt(r[6],10)]}(r,e)}(e,t),r=ar(n[0],n[1]-1,n[2],n[3]%24,n[4],n[5],0).getTime(),i=e.getTime(),o=i%1e3;return r-(i-=o>=0?o:1e3+o)}function au(e,t){return -23<=e&&e<=23&&(null==t||0<=t&&t<=59)}let ac={},ad={X:function(e,t,n){let r=ah(n.timeZone,e);if(0===r)return"Z";switch(t){case"X":return ag(r);case"XXXX":case"XX":return af(r);default:return af(r,":")}},x:function(e,t,n){let r=ah(n.timeZone,e);switch(t){case"x":return ag(r);case"xxxx":case"xx":return af(r);default:return af(r,":")}},O:function(e,t,n){let r=ah(n.timeZone,e);switch(t){case"O":case"OO":case"OOO":return"GMT"+function(e,t=""){let n=e>0?"-":"+",r=Math.abs(e),i=Math.floor(r/60),o=r%60;return 0===o?n+String(i):n+String(i)+t+ap(o,2)}(r,":");default:return"GMT"+af(r,":")}},z:function(e,t,n){switch(t){case"z":case"zz":case"zzz":return o9("short",e,n);default:return o9("long",e,n)}}};function ah(e,t){let n=e?as(e,t,!0)/6e4:t?.getTimezoneOffset()??0;if(Number.isNaN(n))throw RangeError("Invalid time zone specified: "+e);return n}function ap(e,t){let n=Math.abs(e).toString();for(;n.length<t;)n="0"+n;return(e<0?"-":"")+n}function af(e,t=""){let n=Math.abs(e);return(e>0?"-":"+")+ap(Math.floor(n/60),2)+t+ap(Math.floor(n%60),2)}function ag(e,t){return e%60==0?(e>0?"-":"+")+ap(Math.abs(e)/60,2):af(e,t)}function am(e){let t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e-t}let av=/^([0-9W+-]+)(T| )(.*)/,ay=/^([0-9W+-]+)(.*)/,ax=/^(\d{2})$/,ab=[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],aw=/^(\d{4})/,aS=[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],aC=/^-(\d{2})$/,ak=/^-?(\d{3})$/,aM=/^-?(\d{2})-?(\d{2})$/,aT=/^-?W(\d{2})$/,aI=/^-?W(\d{2})-?(\d{1})$/,aA=/^(\d{2}([.,]\d*)?)$/,aD=/^(\d{2}):?(\d{2}([.,]\d*)?)$/,aP=/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,aR=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/;function a_(e,t={}){if(arguments.length<1)throw TypeError("1 argument required, but only "+arguments.length+" present");if(null===e)return new Date(NaN);let n=null==t.additionalDigits?2:Number(t.additionalDigits);if(2!==n&&1!==n&&0!==n)throw RangeError("additionalDigits must be 0, 1 or 2");if(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))return new Date(e.getTime());if("number"==typeof e||"[object Number]"===Object.prototype.toString.call(e))return new Date(e);if("[object String]"!==Object.prototype.toString.call(e))return new Date(NaN);let r=function(e){let t,n={},r=av.exec(e);if(r?(n.date=r[1],t=r[3]):(r=ay.exec(e))?(n.date=r[1],t=r[2]):(n.date=null,t=e),t){let e=aR.exec(t);e?(n.time=t.replace(e[1],""),n.timeZone=e[1].trim()):n.time=t}return n}(e),{year:i,restDateString:o}=function(e,t){if(e){let n=ab[t],r=aS[t],i=aw.exec(e)||r.exec(e);if(i){let t=i[1];return{year:parseInt(t,10),restDateString:e.slice(t.length)}}if(i=ax.exec(e)||n.exec(e)){let t=i[1];return{year:100*parseInt(t,10),restDateString:e.slice(t.length)}}}return{year:null}}(r.date,n),a=function(e,t){let n,r,i;if(null===t)return null;if(!e||!e.length)return(n=new Date(0)).setUTCFullYear(t),n;let o=aC.exec(e);if(o)return(n=new Date(0),aB(t,r=parseInt(o[1],10)-1))?(n.setUTCFullYear(t,r),n):new Date(NaN);if(o=ak.exec(e)){n=new Date(0);let e=parseInt(o[1],10);return!function(e,t){if(t<1)return!1;let n=aZ(e);return(!n||!(t>366))&&(!!n||!(t>365))}(t,e)?new Date(NaN):(n.setUTCFullYear(t,0,e),n)}if(o=aM.exec(e)){n=new Date(0),r=parseInt(o[1],10)-1;let e=parseInt(o[2],10);return aB(t,r,e)?(n.setUTCFullYear(t,r,e),n):new Date(NaN)}if(o=aT.exec(e))return aN(i=parseInt(o[1],10)-1)?aO(t,i):new Date(NaN);if(o=aI.exec(e)){i=parseInt(o[1],10)-1;let e=parseInt(o[2],10)-1;return aN(i,e)?aO(t,i,e):new Date(NaN)}return null}(o,i);if(null===a||isNaN(a.getTime())||!a)return new Date(NaN);{let e,n=a.getTime(),i=0;if(r.time&&(null===(i=function(e){let t,n,r=aA.exec(e);if(r)return az(t=parseFloat(r[1].replace(",",".")))?t%24*36e5:NaN;if(r=aD.exec(e))return az(t=parseInt(r[1],10),n=parseFloat(r[2].replace(",",".")))?t%24*36e5+6e4*n:NaN;if(r=aP.exec(e)){t=parseInt(r[1],10),n=parseInt(r[2],10);let e=parseFloat(r[3].replace(",","."));return az(t,n,e)?t%24*36e5+6e4*n+1e3*e:NaN}return null}(r.time))||isNaN(i)))return new Date(NaN);if(r.timeZone||t.timeZone){if(isNaN(e=as(r.timeZone||t.timeZone,new Date(n+i))))return new Date(NaN)}else e=am(new Date(n+i)),e=am(new Date(n+i+e));return new Date(n+i+e)}}function aO(e,t,n){t=t||0,n=n||0;let r=new Date(0);r.setUTCFullYear(e,0,4);let i=7*t+n+1-(r.getUTCDay()||7);return r.setUTCDate(r.getUTCDate()+i),r}let aE=[31,28,31,30,31,30,31,31,30,31,30,31],aL=[31,29,31,30,31,30,31,31,30,31,30,31];function aZ(e){return e%400==0||e%4==0&&e%100!=0}function aB(e,t,n){if(t<0||t>11)return!1;if(null!=n){if(n<1)return!1;let r=aZ(e);if(r&&n>aL[t]||!r&&n>aE[t])return!1}return!0}function aN(e,t){return!(e<0)&&!(e>52)&&(null==t||!(t<0)&&!(t>6))}function az(e,t,n){return!(e<0)&&!(e>=25)&&(null==t||!(t<0)&&!(t>=60))&&(null==n||!(n<0)&&!(n>=60))}let aF=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function aj(e,t){if(t){let n=t.toLowerCase();if("local"!==n&&"browser"!==n)return{...e,timeZone:"utc"===n?"UTC":t}}return e}function aV(e,t,n){var r,i;let o=n?.toLowerCase();return n&&"local"!==o&&"browser"!==o?(r="utc"===o?"UTC":n,i={...i,timeZone:r,originalDate:e},function(e,t,n={}){let r=(t=String(t)).match(aF);if(r){let i=a_(n.originalDate||e,n);t=r.reduce(function(e,t){if("'"===t[0])return e;let r=e.indexOf(t),o="'"===e[r-1],a=e.replace(t,"'"+ad[t[0]](i,t,n)+"'");return o?a.substring(0,r-1)+a.substring(r+1):a},t)}return o6(e,t,n)}(function(e,t,n){let r=as(t,e=a_(e,n),!0),i=new Date(e.getTime()-r),o=new Date(0);return o.setFullYear(i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()),o.setHours(i.getUTCHours(),i.getUTCMinutes(),i.getUTCSeconds(),i.getUTCMilliseconds()),o}(e,r,{timeZone:i.timeZone}),t,i)):o6(e,t)}function aH(e){return e>15768e7?"{yyyy}":e>63072e6?"{MMM} {yyyy}":e>432e6&&e<1577664e4?"{MM}/{dd}":e>1728e5&&e<=432e6?"{MM}/{dd} {HH}:{mm}":{year:"{yearStyle|{yyyy}}\n{monthStyle|{MMM}}",month:"{MMM}",day:"{MM}/{dd}"}}let a$=e=>{if(!e)return{formattedDate:"",formattedTime:""};let t=new Date(e);return{formattedDate:o6(t,"MMM dd, yyyy - "),formattedTime:o6(t,"HH:mm:ss")}};function aW(e,t){let n=e.palette.text?.primary??"#222",r={title:{show:!1},textStyle:{color:n,fontFamily:e.typography.fontFamily,fontSize:12},grid:{top:5,right:20,bottom:0,left:20,containLabel:!0},color:["#56B4E9","#009E73","#0072B2","#CC79A7","#F0E442","#E69F00","#D55E00"],categoryAxis:{show:!0,axisLabel:{show:!0,color:n,margin:15},axisTick:{show:!1,length:6,lineStyle:{color:e.palette.grey[600]}},axisLine:{show:!0,lineStyle:{color:e.palette.grey[600]}},splitLine:{show:!0,lineStyle:{width:.5,color:e.palette.grey[300],opacity:.4}},splitArea:{show:!1,areaStyle:{color:[e.palette.grey[300]]}}},timeAxis:{show:!0,axisLabel:{show:!0,color:n,margin:15},axisTick:{show:!1,length:6,lineStyle:{color:e.palette.grey[600]}},axisLine:{show:!0,lineStyle:{color:e.palette.grey[600]}},splitLine:{show:!0,lineStyle:{width:.5,color:e.palette.grey[300],opacity:.4}},splitArea:{show:!1,areaStyle:{color:[e.palette.grey[300]]}}},valueAxis:{show:!0,axisLabel:{color:n,margin:12},axisLine:{show:!1},splitLine:{show:!0,lineStyle:{width:.5,color:e.palette.grey[300],opacity:.6}}},legend:{orient:"horizontal",textStyle:{color:n},pageTextStyle:{color:e.palette.grey[600]},pageIconColor:e?.palette?.action?.active,pageIconInactiveColor:e?.palette?.action?.disabled},toolbox:{show:!0,top:10,right:10,iconStyle:{borderColor:n}},tooltip:{backgroundColor:e.palette.designSystem?.grey[800],borderColor:e.palette.designSystem?.grey[800],textStyle:{color:"#fff",fontSize:11}},axisPointer:{lineStyle:{color:e.palette.grey[500]}},markLine:{symbol:"none",symbolSize:0,itemStyle:{color:e.palette.grey[500]},lineStyle:{type:"dashed",width:1}},line:{showSymbol:!1,symbol:"circle",symbolSize:4,smooth:!1,lineStyle:{width:1},emphasis:{lineStyle:{width:1.5}}},bar:{barMaxWidth:150,itemStyle:{borderWidth:0,borderRadius:0,borderColor:e.palette.grey[300]},label:{show:!1,color:n}},gauge:{detail:{fontSize:18,fontWeight:600,valueAnimation:!1},splitLine:{distance:0,length:4,lineStyle:{width:1}},splitNumber:12}};return on()({echartsTheme:r,noDataOption:{title:{show:!0,textStyle:{color:n,fontSize:16,fontWeight:400},text:"No data",left:"center",top:"center"},xAxis:{show:!1},yAxis:{show:!1}},sparkline:{width:2,color:"#1976d2"},container:{padding:{default:parseInt(e.spacing(1.5),10)}},thresholds:{defaultColor:e.palette.success.main,palette:["#FFCC00",e.palette.warning.main,e.palette.error.main]}},t)}let aG=(0,B.createContext)(void 0);function aq(e){let{children:t,timeZone:n}=e;return(0,Z.jsx)(aG.Provider,{value:n,children:t})}function aU(){let e=(0,B.useContext)(aG);return{timeZone:e??"local",formatWithUserTimeZone:(t,n)=>aV(t,n,e),dateFormatOptionsWithUserTimeZone:t=>aj(t,e)}}function aY({label:e,color:t,onColorChange:n,onClear:r}){let[i,o]=(0,B.useState)(null),a=!!i,{thresholds:{defaultColor:s,palette:l}}=r1();return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(aX,{size:"small","aria-label":`change ${e} color`,isSelected:a,iconColor:t,onClick:e=>{o(e.currentTarget)},children:(0,Z.jsx)(rU.default,{})}),(0,Z.jsx)(n$,{"data-testid":"options color picker",open:a,anchorEl:i,onClose:()=>{o(null)},slotProps:{paper:{sx:{padding:e=>e.spacing(2)}}},anchorOrigin:{vertical:"top",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"right"},children:(0,Z.jsx)(rX,{color:t,palette:[s,...l],onChange:n,onClear:r})})]})}let aX=(0,$.ZP)(eR,{shouldForwardProp:e=>"isSelected"!==e&&"iconColor"!==e})(({iconColor:e,isSelected:t})=>({backgroundColor:t&&e?`${e}3F`:"undefined",color:e}));var aK=n(951),aQ=n(1652),aJ=n(3772),a0=n(8971),a1=n(544),a2=n(6385),a5=n(2994);let a3=(0,U.Z)("MuiBox",["root"]),a4=(0,a2.Z)(),a6=function(e={}){let{themeId:t,defaultTheme:n,defaultClassName:r="MuiBox-root",generateClassName:i}=e,o=(0,aK.ZP)("div",{shouldForwardProp:e=>"theme"!==e&&"sx"!==e&&"as"!==e})(aQ.Z);return B.forwardRef(function(e,a){let s=(0,a0.Z)(n),{className:l,component:u="div",...c}=(0,aJ.Z)(e);return(0,Z.jsx)(o,{as:u,ref:a,className:(0,z.Z)(l,i?i(r):r),theme:t&&s[t]||s,...c})})}({themeId:a5.Z,defaultTheme:a4,defaultClassName:a3.root,generateClassName:a1.Z.generate});var a8=n(6494);function a9(e){e()}function a7(e,t){return n=>e(t(n))}function se(e){return void 0!==e}function st(){}function sn(e,t){return t(e)}function sr(...e){return e}function si(e,t){e(0,t)}function so(e){e(2)}function sa(e){return e(4)}function ss(e,t){return e(1,e=>t(0,e))}function sl(e,t){let n=e(1,e=>{n(),t(e)});return n}function su(e){let t,n;return r=>i=>{t=i,n&&clearTimeout(n),n=setTimeout(()=>{r(t)},e)}}function sc(e,t){return e===t}function sd(e=sc){let t;return n=>r=>{e(t,r)||(t=r,n(r))}}function sh(e){return t=>n=>{e(n)&&t(n)}}function sp(e){return t=>a7(t,e)}function sf(e){return t=>()=>{t(e)}}function sg(e,...t){let n=function(...e){return t=>e.reduceRight(sn,t)}(...t);return(t,r)=>{switch(t){case 2:so(e);return;case 1:return e(1,n(r))}}}function sm(e,t){return n=>r=>{n(t=e(t,r))}}function sv(e){return t=>n=>{e>0?e--:t(n)}}function sy(e){let t=null,n;return r=>i=>{t=i,n||(n=setTimeout(()=>{n=void 0,r(t)},e))}}function sx(...e){let t=Array(e.length),n=0,r=null,i=Math.pow(2,e.length)-1;return e.forEach((e,o)=>{let a=Math.pow(2,o);e(1,e=>{let s=n;n|=a,t[o]=e,s!==i&&n===i&&r&&(r(),r=null)})}),e=>o=>{let a=()=>{e([o].concat(t))};n===i?a():r=a}}function sb(e){let t=e,n=sS();return(e,r)=>{switch(e){case 0:t=r;break;case 1:r(t);break;case 4:return t}return n(e,r)}}function sw(e,t){var n;return n=sb(t),ss(e,n),n}function sS(){let e=[];return(t,n)=>{switch(t){case 0:e.slice().forEach(e=>{e(n)});return;case 2:e.splice(0,e.length);return;case 1:return e.push(n),()=>{let t=e.indexOf(n);t>-1&&e.splice(t,1)}}}}function sC(e){var t;return t=sS(),ss(e,t),t}function sk(e,t=[],{singleton:n}={singleton:!0}){return{constructor:e,dependencies:t,id:sM(),singleton:n}}let sM=()=>Symbol();function sT(...e){let t=sS(),n=Array(e.length),r=0,i=Math.pow(2,e.length)-1;return e.forEach((e,o)=>{let a=Math.pow(2,o);e(1,e=>{n[o]=e,(r|=a)===i&&t(0,n)})}),function(e,o){switch(e){case 2:return void so(t);case 1:return r===i&&o(n),t(1,o)}}}function sI(e,t=sc){return sg(e,sd(t))}function sA(...e){return function(t,n){switch(t){case 2:return;case 1:return function(...e){return()=>{e.map(a9)}}(...e.map(e=>e(1,n)))}}}var sD=((o=sD||{})[o.DEBUG=0]="DEBUG",o[o.INFO=1]="INFO",o[o.WARN=2]="WARN",o[o.ERROR=3]="ERROR",o);let sP={0:"debug",3:"error",1:"log",2:"warn"},sR=sk(()=>{let e=sb(3);return{log:sb((t,n,r=1)=>{var i;r>=(null!=(i=(typeof globalThis>"u"?window:globalThis).VIRTUOSO_LOG_LEVEL)?i:sa(e))&&console[sP[r]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",t,n)}),logLevel:e}},[],{singleton:!0});function s_(e,t,n){return sO(e,t,n).callbackRef}function sO(e,t,n){let r=B.useRef(null),i=e=>{};if("u">typeof ResizeObserver){let o=B.useMemo(()=>new ResizeObserver(t=>{let r=()=>{let n=t[0].target;null!==n.offsetParent&&e(n)};n?r():requestAnimationFrame(r)}),[e]);i=e=>{e&&t?(o.observe(e),r.current=e):(r.current&&o.unobserve(r.current),r.current=null)}}return{callbackRef:i,ref:r}}function sE(e,t,n,r,i,o,a,s,l){return sO(B.useCallback(n=>{let l=function(e,t,n,r){let i=e.length;if(0===i)return null;let o=[];for(let a=0;a<i;a++){let i=e.item(a);if(void 0===i.dataset.index)continue;let s=parseInt(i.dataset.index),l=parseFloat(i.dataset.knownSize),u=t(i,n);if(0===u&&r("Zero-sized element, this should not happen",{child:i},sD.ERROR),u===l)continue;let c=o[o.length-1];0===o.length||c.size!==u||c.endIndex!==s-1?o.push({endIndex:s,size:u,startIndex:s}):o[o.length-1].endIndex++}return o}(n.children,t,s?"offsetWidth":"offsetHeight",i),u=n.parentElement;for(;!u.dataset.virtuosoScroller;)u=u.parentElement;let c="window"===u.lastElementChild.dataset.viewportType,d=a?s?a.scrollLeft:a.scrollTop:c?s?window.pageXOffset||document.documentElement.scrollLeft:window.pageYOffset||document.documentElement.scrollTop:s?u.scrollLeft:u.scrollTop;r({scrollHeight:a?s?a.scrollWidth:a.scrollHeight:c?s?document.documentElement.scrollWidth:document.documentElement.scrollHeight:s?u.scrollWidth:u.scrollHeight,scrollTop:Math.max(d,0),viewportHeight:a?s?a.offsetWidth:a.offsetHeight:c?s?window.innerWidth:window.innerHeight:s?u.offsetWidth:u.offsetHeight}),null==o||o(s?sL("column-gap",getComputedStyle(n).columnGap,i):sL("row-gap",getComputedStyle(n).rowGap,i)),null!==l&&e(l)},[e,t,i,o,a,r]),n,l)}function sL(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,sD.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}function sZ(e,t,n){let r=B.useRef(null),i=B.useCallback(n=>{let i,o;if(!(null!=n&&n.offsetParent))return;let a=n.getBoundingClientRect(),s=a.width;if(t){let e=t.getBoundingClientRect(),n=a.top-e.top;o=e.height-Math.max(0,n),i=n+t.scrollTop}else o=window.innerHeight-Math.max(0,a.top),i=a.top+window.pageYOffset;r.current={offsetTop:i,visibleHeight:o,visibleWidth:s},e(r.current)},[e,t]),{callbackRef:o,ref:a}=sO(i,!0,n),s=B.useCallback(()=>{i(a.current)},[i,a]);return B.useEffect(()=>{if(!t)return window.addEventListener("scroll",s),window.addEventListener("resize",s),()=>{window.removeEventListener("scroll",s),window.removeEventListener("resize",s)};{t.addEventListener("scroll",s);let e=new ResizeObserver(()=>{requestAnimationFrame(s)});return e.observe(t),()=>{t.removeEventListener("scroll",s),e.unobserve(t)}}},[s,t]),o}let sB=sk(()=>{let e=sS(),t=sS(),n=sb(0),r=sS(),i=sb(0),o=sS(),a=sS(),s=sb(0),l=sb(0),u=sb(0),c=sb(0),d=sS(),h=sS(),p=sb(!1),f=sb(!1),g=sb(!1);return ss(sg(e,sp(({scrollTop:e})=>e)),t),ss(sg(e,sp(({scrollHeight:e})=>e)),a),ss(t,i),{deviation:n,fixedFooterHeight:u,fixedHeaderHeight:l,footerHeight:c,headerHeight:s,horizontalDirection:f,scrollBy:h,scrollContainerState:e,scrollHeight:a,scrollingInProgress:p,scrollTo:d,scrollTop:t,skipAnimationFrameInResizeObserver:g,smoothScrollTargetReached:r,statefulScrollTop:i,viewportHeight:o}},[],{singleton:!0}),sN={lvl:0};function sz(e,t){let n=e.length;if(0===n)return[];let{index:r,value:i}=t(e[0]),o=[];for(let a=1;a<n;a++){let{index:n,value:s}=t(e[a]);o.push({end:n-1,start:r,value:i}),r=n,i=s}return o.push({end:1/0,start:r,value:i}),o}function sF(e){return e===sN}function sj(e,t){if(!sF(e))return t===e.k?e.v:t<e.k?sj(e.l,t):sj(e.r,t)}function sV(e,t,n="k"){if(sF(e))return[-1/0,void 0];if(Number(e[n])===t)return[e.k,e.v];if(Number(e[n])<t){let r=sV(e.r,t,n);return r[0]===-1/0?[e.k,e.v]:r}return sV(e.l,t,n)}function sH(e,t,n){return sF(e)?sY(t,n,1):t===e.k?sq(e,{k:t,v:n}):t<e.k?sK(sX(sq(e,{l:sH(e.l,t,n)}))):sK(sX(sq(e,{r:sH(e.r,t,n)})))}function s$(e,t,n){if(sF(e))return[];let r=sV(e,t)[0];return sz(function e(t,n,r){if(sF(t))return[];let{k:i,l:o,r:a,v:s}=t,l=[];return i>n&&(l=l.concat(e(o,n,r))),i>=n&&i<=r&&l.push({k:i,v:s}),i<=r&&(l=l.concat(e(a,n,r))),l}(e,r,n),({k:e,v:t})=>({index:e,value:t}))}function sW(e){return sF(e)?[]:[...sW(e.l),{k:e.k,v:e.v},...sW(e.r)]}function sG(e){let{l:t,lvl:n,r:r}=e;if(r.lvl>=n-1&&t.lvl>=n-1)return e;if(n>r.lvl+1){if(sU(t))return sX(sq(e,{lvl:n-1}));if(!sF(t)&&!sF(t.r))return sq(t.r,{l:sq(t,{r:t.r.l}),lvl:n,r:sq(e,{l:t.r.r,lvl:n-1})});throw Error("Unexpected empty nodes")}if(sU(e))return sK(sq(e,{lvl:n-1}));if(sF(r)||sF(r.l))throw Error("Unexpected empty nodes");{let t=r.l,i=sU(t)?r.lvl-1:r.lvl;return sq(t,{l:sq(e,{lvl:n-1,r:t.l}),lvl:t.lvl+1,r:sK(sq(r,{l:t.r,lvl:i}))})}}function sq(e,t){return sY(void 0!==t.k?t.k:e.k,void 0!==t.v?t.v:e.v,void 0!==t.lvl?t.lvl:e.lvl,void 0!==t.l?t.l:e.l,void 0!==t.r?t.r:e.r)}function sU(e){return sF(e)||e.lvl>e.r.lvl}function sY(e,t,n,r=sN,i=sN){return{k:e,l:r,lvl:n,r:i,v:t}}function sX(e){let{l:t}=e;return sF(t)||t.lvl!==e.lvl?e:sq(t,{r:sq(e,{l:t.r})})}function sK(e){let{lvl:t,r:n}=e;return sF(n)||sF(n.r)||n.lvl!==t||n.r.lvl!==t?e:sq(n,{l:sq(e,{r:n.l}),lvl:t+1})}function sQ(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}function sJ(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}let s0=sk(()=>({recalcInProgress:sb(!1)}),[],{singleton:!0});function s1(e,t,n,r=0){let i=e.length-1;for(;r<=i;){let o=Math.floor((r+i)/2),a=n(e[o],t);if(0===a)return o;if(-1===a){if(i-r<2)return o-1;i=o-1}else{if(i===r)return o;r=o+1}}throw Error(`Failed binary finding record in array - ${e.join(",")}, searched for ${t}`)}function s2(e,t){return Math.round(e.getBoundingClientRect()[t])}function s5(e){return!sF(e.groupOffsetTree)}function s3({index:e},t){return t===e?0:t<e?-1:1}function s4({offset:e},t){return t===e?0:t<e?-1:1}function s6(e,t,n){if(0===t.length)return 0;let{index:r,offset:i,size:o}=t[s1(t,e,s3)],a=e-r,s=o*a+(a-1)*n+i;return s>0?s+n:s}function s8(e,t){if(!s5(t))return e;let n=0;for(;t.groupIndices[n]<=e+n;)n++;return e+n}function s9(e,t,n){if("u">typeof e.groupIndex)return t.groupIndices[e.groupIndex]+1;{let r=s8("LAST"===e.index?n:e.index,t);return Math.max(0,r,Math.min(n,r))}}function s7(e,[t,n,r,i]){t.length>0&&r("received item sizes",t,sD.DEBUG);let o=e.sizeTree,a=o,s=0;if(n.length>0&&sF(o)&&2===t.length){let e=t[0].size,r=t[1].size;a=n.reduce((t,n)=>sH(sH(t,n,e),n+1,r),a)}else[a,s]=function(e,t){let n=sF(e)?0:1/0;for(let r of t){let{endIndex:t,size:i,startIndex:o}=r;if(n=Math.min(n,o),sF(e)){e=sH(e,0,i);continue}let a=s$(e,o-1,t+1);if(a.some(function(e){let{endIndex:t,size:n,startIndex:r}=e;return e=>e.start===r&&(e.end===t||e.end===1/0)&&e.value===n}(r)))continue;let s=!1,l=!1;for(let{end:n,start:r,value:o}of a)s?(t>=r||i===o)&&(e=function e(t,n){if(sF(t))return sN;let{k:r,l:i,r:o}=t;if(n!==r)return n<r?sG(sq(t,{l:e(i,n)})):sG(sq(t,{r:e(o,n)}));if(sF(i))return o;if(sF(o))return i;{let[e,n]=function e(t){return sF(t.r)?[t.k,t.v]:e(t.r)}(i);return sG(sq(t,{k:e,l:function e(t){return sF(t.r)?t.l:sG(sq(t,{r:e(t.r)}))}(i),v:n}))}}(e,r)):(l=o!==i,s=!0),n>t&&t>=r&&o!==i&&(e=sH(e,t+1,o));l&&(e=sH(e,o,i))}return[e,n]}(a,t);if(a===o)return e;let{lastIndex:l,lastOffset:u,lastSize:c,offsetTree:d}=lt(e.offsetTree,s,a,i);return{groupIndices:n,groupOffsetTree:n.reduce((e,t)=>sH(e,t,s6(t,d,i)),sN),lastIndex:l,lastOffset:u,lastSize:c,offsetTree:d,sizeTree:a}}function le(e,t){let n=0,r=0;for(;n<e;)n+=t[r+1]-t[r]-1,r++;return r-(n!==e)}function lt(e,t,n,r){let i=e,o=0,a=0,s=0,l=0;if(0!==t){l=s1(i,t-1,s3),s=i[l].offset;let e=sV(n,t-1);o=e[0],a=e[1],i.length&&i[l].size===sV(n,t)[1]&&(l-=1),i=i.slice(0,l+1)}else i=[];for(let{start:e,value:l}of s$(n,t,1/0)){let t=e-o,n=t*a+s+t*r;i.push({index:e,offset:n,size:l}),o=e,s=n,a=l}return{lastIndex:o,lastOffset:s,lastSize:a,offsetTree:i}}function ln(e){return{index:e.index,value:e}}let lr={offsetHeight:"height",offsetWidth:"width"},li=sk(([{log:e},{recalcInProgress:t}])=>{let n=sS(),r=sS(),i=sw(r,0),o=sS(),a=sS(),s=sb(0),l=sb([]),u=sb(void 0),c=sb(void 0),d=sb((e,t)=>s2(e,lr[t])),h=sb(void 0),p=sb(0),f={groupIndices:[],groupOffsetTree:sN,lastIndex:0,lastOffset:0,lastSize:0,offsetTree:[],sizeTree:sN},g=sw(sg(n,sx(l,e,p),sm(s7,f),sd()),f),m=sw(sg(l,sd(),sm((e,t)=>({current:t,prev:e.current}),{current:[],prev:[]}),sp(({prev:e})=>e)),[]);ss(sg(l,sh(e=>e.length>0),sx(g,p),sp(([e,t,n])=>{let r=e.reduce((e,r,i)=>sH(e,r,s6(r,t.offsetTree,n)||i),sN);return{...t,groupIndices:e,groupOffsetTree:r}})),g),ss(sg(r,sx(g),sh(([e,{lastIndex:t}])=>e<t),sp(([e,{lastIndex:t,lastSize:n}])=>[{endIndex:t,size:n,startIndex:e}])),n),ss(u,c);let v=sw(sg(u,sp(e=>void 0===e)),!0);ss(sg(c,sh(e=>void 0!==e&&sF(sa(g).sizeTree)),sp(e=>[{endIndex:0,size:e,startIndex:0}])),n);let y=sC(sg(n,sx(g),sm(({sizes:e},[t,n])=>({changed:n!==e,sizes:n}),{changed:!1,sizes:f}),sp(e=>e.changed)));sg(s,sm((e,t)=>({diff:e.prev-t,prev:t}),{diff:0,prev:0}),sp(e=>e.diff))(1,e=>{let{groupIndices:n}=sa(g);if(e>0)t(0,!0),o(0,e+le(e,n));else if(e<0){let t=sa(m);t.length>0&&(e-=le(-e,t)),a(0,e)}}),sg(s,sx(e))(1,([e,t])=>{e<0&&t("`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",{firstItemIndex:s},sD.ERROR)});let x=sC(o);ss(sg(o,sx(g),sp(([e,t])=>{let n=t.groupIndices.length>0,r=[],i=t.lastSize;if(n){let n=sj(t.sizeTree,0),o=0,a=0;for(;o<e;){let e=t.groupIndices[a],s=t.groupIndices.length===a+1?1/0:t.groupIndices[a+1]-e-1;r.push({endIndex:e,size:n,startIndex:e}),r.push({endIndex:e+1+s-1,size:i,startIndex:e+1}),a++,o+=s+1}let s=sW(t.sizeTree);return o!==e&&s.shift(),s.reduce((t,{k:n,v:r})=>{let i=t.ranges;return 0!==t.prevSize&&(i=[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]),{prevIndex:n+e,prevSize:r,ranges:i}},{prevIndex:e,prevSize:0,ranges:r}).ranges}return sW(t.sizeTree).reduce((t,{k:n,v:r})=>({prevIndex:n+e,prevSize:r,ranges:[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]}),{prevIndex:0,prevSize:i,ranges:[]}).ranges})),n);let b=sC(sg(a,sx(g,p),sp(([e,{offsetTree:t},n])=>s6(-e,t,n))));return ss(sg(a,sx(g,p),sp(([e,t,n])=>{if(t.groupIndices.length>0){if(sF(t.sizeTree))return t;let r=sN,i=sa(m),o=0,a=0,s=0;for(;o<-e;){s=i[a];let e=i[a+1]-s-1;a++,o+=e+1}return r=sW(t.sizeTree).reduce((t,{k:n,v:r})=>sH(t,Math.max(0,n+e),r),r),o!==-e&&(r=sH(r,0,sj(t.sizeTree,s)),r=sH(r,1,sV(t.sizeTree,-e+1)[1])),{...t,sizeTree:r,...lt(t.offsetTree,0,r,n)}}{let r=sW(t.sizeTree).reduce((t,{k:n,v:r})=>sH(t,Math.max(0,n+e),r),sN);return{...t,sizeTree:r,...lt(t.offsetTree,0,r,n)}}})),g),{beforeUnshiftWith:x,data:h,defaultItemSize:c,firstItemIndex:s,fixedItemSize:u,gap:p,groupIndices:l,itemSize:d,listRefresh:y,shiftWith:a,shiftWithOffset:b,sizeRanges:n,sizes:g,statefulTotalCount:i,totalCount:r,trackItemSizes:v,unshiftWith:o}},sr(sR,s0),{singleton:!0});function lo(e){return e.reduce((e,t)=>(e.groupIndices.push(e.totalCount),e.totalCount+=t+1,e),{groupIndices:[],totalCount:0})}let la=sk(([{groupIndices:e,sizes:t,totalCount:n},{headerHeight:r,scrollTop:i}])=>{let o=sS(),a=sS(),s=sC(sg(o,sp(lo)));return ss(sg(s,sp(e=>e.totalCount)),n),ss(sg(s,sp(e=>e.groupIndices)),e),ss(sg(sT(i,t,r),sh(([e,t])=>s5(t)),sp(([e,t,n])=>sV(t.groupOffsetTree,Math.max(e-n,0),"v")[0]),sd(),sp(e=>[e])),a),{groupCounts:o,topItemsIndexes:a}},sr(li,sB)),ls=sk(([{log:e}])=>{let t=sb(!1),n=sC(sg(t,sh(e=>e),sd()));return t(1,t=>{t&&sa(e)("props updated",{},sD.DEBUG)}),{didMount:n,propsReady:t}},sr(sR),{singleton:!0}),ll="u">typeof document&&"scrollBehavior"in document.documentElement.style;function lu(e){let t="number"==typeof e?{index:e}:e;return t.align||(t.align="start"),t.behavior&&ll||(t.behavior="auto"),t.offset||(t.offset=0),t}let lc=sk(([{gap:e,listRefresh:t,sizes:n,totalCount:r},{fixedFooterHeight:i,fixedHeaderHeight:o,footerHeight:a,headerHeight:s,scrollingInProgress:l,scrollTo:u,smoothScrollTargetReached:c,viewportHeight:d},{log:h}])=>{let p=sS(),f=sS(),g=sb(0),m=null,v=null,y=null;function x(){m&&(m(),m=null),y&&(y(),y=null),v&&(clearTimeout(v),v=null),l(0,!1)}return ss(sg(p,sx(n,d,r,g,s,a,h),sx(e,o,i),sp(([[e,n,r,i,o,a,s,u],d,h,g])=>{let b=lu(e),{align:w,behavior:S,offset:C}=b,k=i-1,M=s9(b,n,k),T=s6(M,n.offsetTree,d)+a;"end"===w?(T+=h+sV(n.sizeTree,M)[1]-r+g,M===k&&(T+=s)):"center"===w?T+=(h+sV(n.sizeTree,M)[1]-r+g)/2:T-=o,C&&(T+=C);let I=t=>{x(),t?(u("retrying to scroll to",{location:e},sD.DEBUG),p(0,e)):(f(0,!0),u("list did not change, scroll successful",{},sD.DEBUG))};if(x(),"smooth"===S){let e=!1;y=t(1,t=>{e=e||t}),m=sl(c,()=>{I(e)})}else m=sl(sg(t,e=>{let t=setTimeout(()=>{e(!1)},150);return n=>{n&&(e(!0),clearTimeout(t))}}),I);return v=setTimeout(()=>{x()},1200),l(0,!0),u("scrolling from index to",{behavior:S,index:M,top:T},sD.DEBUG),{behavior:S,top:T}})),u),{scrollTargetReached:f,scrollToIndex:p,topListHeight:g}},sr(li,sB,sR),{singleton:!0});function ld(e,t){0==e?t():requestAnimationFrame(()=>{ld(e-1,t)})}function lh(e,t){return"number"==typeof e?e:"LAST"===e.index?t-1:e.index}let lp=sk(([{defaultItemSize:e,listRefresh:t,sizes:n},{scrollTop:r},{scrollTargetReached:i,scrollToIndex:o},{didMount:a}])=>{let s=sb(!0),l=sb(0),u=sb(!0);return ss(sg(a,sx(l),sh(([e,t])=>!!t),sf(!1)),s),ss(sg(a,sx(l),sh(([e,t])=>!!t),sf(!1)),u),sg(sT(t,a),sx(s,n,e,u),sh(([[,e],t,{sizeTree:n},r,i])=>e&&(!sF(n)||se(r))&&!t&&!i),sx(l))(1,([,e])=>{sl(i,()=>{u(0,!0)}),ld(4,()=>{sl(r,()=>{s(0,!0)}),o(0,e)})}),{initialItemFinalLocationReached:u,initialTopMostItemIndex:l,scrolledToInitialItem:s}},sr(li,sB,lc,ls),{singleton:!0});function lf(e,t){return 1.01>Math.abs(e-t)}let lg="down",lm={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollHeight:0,scrollTop:0,viewportHeight:0}},lv=sk(([{footerHeight:e,headerHeight:t,scrollBy:n,scrollContainerState:r,scrollTop:i,viewportHeight:o}])=>{let a=sb(!1),s=sb(!0),l=sS(),u=sS(),c=sb(4),d=sb(0),h=sw(sg(sA(sg(sI(i),sv(1),sf(!0)),sg(sI(i),sv(1),sf(!1),su(100))),sd()),!1),p=sw(sg(sA(sg(n,sf(!0)),sg(n,sf(!1),su(200))),sd()),!1);ss(sg(sT(sI(i),sI(d)),sp(([e,t])=>e<=t),sd()),s),ss(sg(s,sy(50)),u);let f=sC(sg(sT(r,sI(o),sI(t),sI(e),sI(c)),sm((e,[{scrollHeight:t,scrollTop:n},r,i,o,a])=>{let s={scrollHeight:t,scrollTop:n,viewportHeight:r};if(n+r-t>-a){let t,r;return n>e.state.scrollTop?(t="SCROLLED_DOWN",r=e.state.scrollTop-n):(t="SIZE_DECREASED",r=e.state.scrollTop-n||e.scrollTopDelta),{atBottom:!0,atBottomBecause:t,scrollTopDelta:r,state:s}}return{atBottom:!1,notAtBottomBecause:s.scrollHeight>e.state.scrollHeight?"SIZE_INCREASED":r<e.state.viewportHeight?"VIEWPORT_HEIGHT_DECREASING":n<e.state.scrollTop?"SCROLLING_UPWARDS":"NOT_FULLY_SCROLLED_TO_LAST_ITEM_BOTTOM",state:s}},lm),sd((e,t)=>e&&e.atBottom===t.atBottom))),g=sw(sg(r,sm((e,{scrollHeight:t,scrollTop:n,viewportHeight:r})=>{if(lf(e.scrollHeight,t))return{changed:!1,jump:0,scrollHeight:t,scrollTop:n};{let i=t-(n+r)<1;return e.scrollTop!==n&&i?{changed:!0,jump:e.scrollTop-n,scrollHeight:t,scrollTop:n}:{changed:!0,jump:0,scrollHeight:t,scrollTop:n}}},{changed:!1,jump:0,scrollHeight:0,scrollTop:0}),sh(e=>e.changed),sp(e=>e.jump)),0);ss(sg(f,sp(e=>e.atBottom)),a),ss(sg(a,sy(50)),l);let m=sb(lg);ss(sg(r,sp(({scrollTop:e})=>e),sd(),sm((e,t)=>sa(p)?{direction:e.direction,prevScrollTop:t}:{direction:t<e.prevScrollTop?"up":lg,prevScrollTop:t},{direction:lg,prevScrollTop:0}),sp(e=>e.direction)),m),ss(sg(r,sy(50),sf("none")),m);let v=sb(0);return ss(sg(h,sh(e=>!e),sf(0)),v),ss(sg(i,sy(100),sx(h),sh(([e,t])=>!!t),sm(([e,t],[n])=>[t,n],[0,0]),sp(([e,t])=>t-e)),v),{atBottomState:f,atBottomStateChange:l,atBottomThreshold:c,atTopStateChange:u,atTopThreshold:d,isAtBottom:a,isAtTop:s,isScrolling:h,lastJumpDueToItemResize:g,scrollDirection:m,scrollVelocity:v}},sr(sB)),ly="bottom",lx="none";function lb(e,t,n){return"number"==typeof e?"up"===n&&"top"===t||n===lg&&t===ly?e:0:"up"===n?"top"===t?e.main:e.reverse:t===ly?e.main:e.reverse}function lw(e,t){var n;return"number"==typeof e?e:null!=(n=e[t])?n:0}let lS=sk(([{deviation:e,fixedHeaderHeight:t,headerHeight:n,scrollTop:r,viewportHeight:i}])=>{let o=sS(),a=sb(0),s=sb(0),l=sb(0),u=sw(sg(sT(sI(r),sI(i),sI(n),sI(o,sJ),sI(l),sI(a),sI(t),sI(e),sI(s)),sp(([e,t,n,[r,i],o,a,s,l,u])=>{let c=e-l,d=Math.max(n-c,0),h=lx,p=lw(u,"top"),f=lw(u,ly);return r-=l,r+=n+s,i+=n+s,r>e+(a+s)-p&&(h="up"),(i-=l)<e-d+t+f&&(h=lg),h!==lx?[Math.max(c-n-lb(o,"top",h)-p,0),c-d-s+t+lb(o,ly,h)+f]:null}),sh(e=>null!=e),sd(sJ)),[0,0]);return{increaseViewportBy:s,listBoundary:o,overscan:l,topListHeight:a,visibleRange:u}},sr(sB),{singleton:!0}),lC={bottom:0,firstItemIndex:0,items:[],offsetBottom:0,offsetTop:0,top:0,topItems:[],topListHeight:0,totalCount:0};function lk(e,t,n,r,i,o){let{lastIndex:a,lastOffset:s,lastSize:l}=i,u=0,c=0;if(e.length>0){u=e[0].offset;let t=e[e.length-1];c=t.offset+t.size}let d=n-a,h=u,p=s+d*l+(d-1)*r-c;return{bottom:c,firstItemIndex:o,items:lT(e,i,o),offsetBottom:p,offsetTop:u,top:h,topItems:lT(t,i,o),topListHeight:t.reduce((e,t)=>t.size+e,0),totalCount:n}}function lM(e,t,n,r,i,o){let a=0;if(n.groupIndices.length>0)for(let t of n.groupIndices){if(t-a>=e)break;a++}let s=e+a,l=lh(t,s);return lk(Array.from({length:s}).map((e,t)=>({data:o[t+l],index:t+l,offset:0,size:0})),[],s,i,n,r)}function lT(e,t,n){if(0===e.length)return[];if(!s5(t))return e.map(e=>({...e,index:e.index+n,originalIndex:e.index}));let r=e[0].index,i=e[e.length-1].index,o=[],a=s$(t.groupOffsetTree,r,i),s,l=0;for(let r of e){let e;(!s||s.end<r.index)&&(s=a.shift(),l=t.groupIndices.indexOf(s.start)),e=r.index===s.start?{index:l,type:"group"}:{groupIndex:l,index:r.index-(l+1)+n},o.push({...e,data:r.data,offset:r.offset,originalIndex:r.index,size:r.size})}return o}let lI=sk(([{data:e,firstItemIndex:t,gap:n,sizes:r,totalCount:i},o,{listBoundary:a,topListHeight:s,visibleRange:l},{initialTopMostItemIndex:u,scrolledToInitialItem:c},{topListHeight:d},h,{didMount:p},{recalcInProgress:f}])=>{let g=sb([]),m=sb(0),v=sS();ss(o.topItemsIndexes,g);let y=sw(sg(sT(p,f,sI(l,sJ),sI(i),sI(r),sI(u),c,sI(g),sI(t),sI(n),e),sh(([e,t,,n,,,,,,,r])=>{let i=r&&r.length!==n;return e&&!t&&!i}),sp(([,,[e,t],n,r,i,o,a,s,l,u])=>{var c;let{offsetTree:d,sizeTree:h}=r,p=sa(m);if(0===n)return{...lC,totalCount:n};if(0===e&&0===t)return 0===p?{...lC,totalCount:n}:lM(p,i,r,s,l,u||[]);if(sF(h))return p>0?null:lk(function(e,t,n){if(s5(t)){let r=s8(e,t);return[{index:sV(t.groupOffsetTree,r)[0],offset:0,size:0},{data:null==n?void 0:n[0],index:r,offset:0,size:0}]}return[{data:null==n?void 0:n[0],index:e,offset:0,size:0}]}(lh(i,n),r,u),[],n,l,r,s);let f=[];if(a.length>0){let e=a[0],t=a[a.length-1],n=0;for(let r of s$(h,e,t)){let i=r.value,o=Math.max(r.start,e),a=Math.min(r.end,t);for(let e=o;e<=a;e++)f.push({data:null==u?void 0:u[e],index:e,offset:n,size:i}),n+=i}}if(!o)return lk([],f,n,l,r,s);let g=a.length>0?a[a.length-1]+1:0,v=function(e,t,n,r=0){return r>0&&(t=Math.max(t,e[s1(e,r,s3)].offset)),sz(function(e,t,n,r){let i=s1(e,t,r),o=s1(e,n,r,i);return e.slice(i,o+1)}(e,t,n,s4),ln)}(d,e,t,g);if(0===v.length)return null;let y=n-1;return lk(((n=>{for(let r of v){let i=r.value,o=i.offset,a=r.start,s=i.size;if(i.offset<e){let t=(a+=Math.floor((e-i.offset+l)/(s+l)))-r.start;o+=t*s+t*l}a<g&&(o+=(g-a)*s,a=g);let c=Math.min(r.end,y);for(let e=a;e<=c&&!(o>=t);e++)n.push({data:null==u?void 0:u[e],index:e,offset:o,size:s}),o+=s+l}})(c=[]),c),f,n,l,r,s)}),sh(e=>null!==e),sd()),lC);ss(sg(e,sh(se),sp(e=>null==e?void 0:e.length)),i),ss(sg(y,sp(e=>e.topListHeight)),d),ss(d,s),ss(sg(y,sp(e=>[e.top,e.bottom])),a),ss(sg(y,sp(e=>e.items)),v);let x=sC(sg(y,sh(({items:e})=>e.length>0),sx(i,e),sh(([{items:e},t])=>e[e.length-1].originalIndex===t-1),sp(([,e,t])=>[e-1,t]),sd(sJ),sp(([e])=>e))),b=sC(sg(y,sy(200),sh(({items:e,topItems:t})=>e.length>0&&e[0].originalIndex===t.length),sp(({items:e})=>e[0].index),sd())),w=sC(sg(y,sh(({items:e})=>e.length>0),sp(({items:e})=>{let t=0,n=e.length-1;for(;"group"===e[t].type&&t<n;)t++;for(;"group"===e[n].type&&n>t;)n--;return{endIndex:e[n].index,startIndex:e[t].index}}),sd(sQ)));return{endReached:x,initialItemCount:m,itemsRendered:v,listState:y,rangeChanged:w,startReached:b,topItemsIndexes:g,...h}},sr(li,la,lS,lp,lc,lv,ls,s0),{singleton:!0}),lA=sk(([{fixedFooterHeight:e,fixedHeaderHeight:t,footerHeight:n,headerHeight:r},{listState:i}])=>{let o=sS(),a=sw(sg(sT(n,e,r,t,i),sp(([e,t,n,r,i])=>e+t+n+r+i.offsetBottom+i.bottom)),0);return ss(sI(a),o),{totalListHeight:a,totalListHeightChanged:o}},sr(sB,lI),{singleton:!0}),lD=sk(([{viewportHeight:e},{totalListHeight:t}])=>{let n=sb(!1),r=sw(sg(sT(n,e,t),sh(([e])=>e),sp(([,e,t])=>Math.max(0,e-t)),sy(0),sd()),0);return{alignToBottom:n,paddingTopAddition:r}},sr(sB,lA),{singleton:!0});function lP(e){return!!e&&("smooth"===e?"smooth":"auto")}let lR=sk(([{listRefresh:e,totalCount:t},{atBottomState:n,isAtBottom:r},{scrollToIndex:i},{scrolledToInitialItem:o},{didMount:a,propsReady:s},{log:l},{scrollingInProgress:u}])=>{let c=sb(!1),d=sS(),h=null;function p(e){i(0,{align:"end",behavior:e,index:"LAST"})}function f(e){setTimeout(sl(n,t=>{!e||t.atBottom||"SIZE_INCREASED"!==t.notAtBottomBecause||h||(sa(l)("scrolling to bottom due to increased size",{},sD.DEBUG),p("auto"))}),100)}return sg(sT(sg(sI(t),sv(1)),a),sx(sI(c),r,o,u),sp(([[e,t],n,r,i,o])=>{let a,s=t&&i,l="auto";return s&&(a=r||o,l="function"==typeof n?lP(n(a)):a&&lP(n),s=s&&!!l),{followOutputBehavior:l,shouldFollow:s,totalCount:e}}),sh(({shouldFollow:e})=>e))(1,({followOutputBehavior:t,totalCount:n})=>{h&&(h(),h=null),h=sl(e,()=>{sa(l)("following output to ",{totalCount:n},sD.DEBUG),p(t),h=null})}),sg(sT(sI(c),t,s),sh(([e,,t])=>e&&t),sm(({value:e},[,t])=>({refreshed:e===t,value:t}),{refreshed:!1,value:0}),sh(({refreshed:e})=>e),sx(c,t))(1,([,e])=>{sa(o)&&f(!1!==e)}),d(1,()=>{f(!1!==sa(c))}),sT(sI(c),n)(1,([e,t])=>{e&&!t.atBottom&&"VIEWPORT_HEIGHT_DECREASING"===t.notAtBottomBecause&&p("auto")}),{autoscrollToBottom:d,followOutput:c}},sr(li,lv,lc,lp,ls,sR,sB)),l_=sk(([{data:e,firstItemIndex:t,gap:n,sizes:r},{initialTopMostItemIndex:i},{initialItemCount:o,listState:a},{didMount:s}])=>(ss(sg(s,sx(o),sh(([,e])=>0!==e),sx(i,r,t,n,e),sp(([[,e],t,n,r,i,o=[]])=>lM(e,t,n,r,i,o))),a),{}),sr(li,lp,lI,ls),{singleton:!0}),lO=sk(([{didMount:e},{scrollTo:t},{listState:n}])=>{let r=sb(0);return sg(e,sx(r),sh(([,e])=>0!==e),sp(([,e])=>({top:e})))(1,e=>{sl(sg(n,sv(1),sh(e=>e.items.length>1)),()=>{requestAnimationFrame(()=>{t(0,e)})})}),{initialScrollTop:r}},sr(ls,sB,lI),{singleton:!0}),lE=({itemBottom:e,itemTop:t,locationParams:{align:n,behavior:r,...i},viewportBottom:o,viewportTop:a})=>t<a?{...i,align:null!=n?n:"start",behavior:r}:e>o?{...i,align:null!=n?n:"end",behavior:r}:null,lL=sk(([{gap:e,sizes:t,totalCount:n},{fixedFooterHeight:r,fixedHeaderHeight:i,headerHeight:o,scrollingInProgress:a,scrollTop:s,viewportHeight:l},{scrollToIndex:u}])=>{let c=sS();return ss(sg(c,sx(t,l,n,o,i,r,s),sx(e),sp(([[e,t,n,r,i,o,s,l],u])=>{let{align:c,behavior:d,calculateViewLocation:h=lE,done:p,...f}=e,g=s9(e,t,r-1),m=s6(g,t.offsetTree,u)+i+o,v=h({itemBottom:m+sV(t.sizeTree,g)[1],itemTop:m,locationParams:{align:c,behavior:d,...f},viewportBottom:l+n-s,viewportTop:l+o});return v?p&&sl(sg(a,sh(e=>!e),sv(sa(a)?1:2)),p):p&&p(),v}),sh(e=>null!==e)),u),{scrollIntoView:c}},sr(li,sB,lc,lI,sR),{singleton:!0}),lZ=sk(([{scrollVelocity:e}])=>{let t=sb(!1),n=sS(),r=sb(!1);return ss(sg(e,sx(r,t,n),sh(([e,t])=>!!t),sp(([e,t,n,r])=>{let{enter:i,exit:o}=t;if(n){if(o(e,r))return!1}else if(i(e,r))return!0;return n}),sd()),t),sg(sT(t,e,n),sx(r))(1,([[e,t,n],r])=>{e&&r&&r.change&&r.change(t,n)}),{isSeeking:t,scrollSeekConfiguration:r,scrollSeekRangeChanged:n,scrollVelocity:e}},sr(lv),{singleton:!0}),lB=sk(([{scrollContainerState:e,scrollTo:t}])=>{let n=sS(),r=sS(),i=sS(),o=sb(!1),a=sb(void 0);return ss(sg(sT(n,r),sp(([{scrollHeight:e,scrollTop:t,viewportHeight:n},{offsetTop:r}])=>({scrollHeight:e,scrollTop:Math.max(0,t-r),viewportHeight:n}))),e),ss(sg(t,sx(r),sp(([e,{offsetTop:t}])=>({...e,top:e.top+t}))),i),{customScrollParent:a,useWindowScroll:o,windowScrollContainerState:n,windowScrollTo:i,windowViewportRect:r}},sr(sB)),lN=sk(([{sizeRanges:e,sizes:t},{headerHeight:n,scrollTop:r},{initialTopMostItemIndex:i},{didMount:o},{useWindowScroll:a,windowScrollContainerState:s,windowViewportRect:l}])=>{let u=sS(),c=sb(void 0),d=sb(null),h=sb(null);return ss(s,d),ss(l,h),sg(u,sx(t,r,a,d,h,n))(1,([e,t,n,r,i,o,a])=>{let s=sW(t.sizeTree).map(({k:e,v:t},n,r)=>{let i=r[n+1];return{endIndex:i?i.k-1:1/0,size:t,startIndex:e}});r&&null!==i&&null!==o&&(n=i.scrollTop-o.offsetTop),e({ranges:s,scrollTop:n-=a})}),ss(sg(c,sh(se),sp(lz)),i),ss(sg(o,sx(c),sh(([,e])=>void 0!==e),sd(),sp(([,e])=>e.ranges)),e),{getState:u,restoreStateFrom:c}},sr(li,sB,lp,ls,lB));function lz(e){return{align:"start",index:0,offset:e.scrollTop}}let lF=sk(([{topItemsIndexes:e}])=>{let t=sb(0);return ss(sg(t,sh(e=>e>=0),sp(e=>Array.from({length:e}).map((e,t)=>t))),e),{topItemCount:t}},sr(lI));function lj(e){let t=!1,n;return()=>(t||(t=!0,n=e()),n)}let lV=lj(()=>/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)),lH=sk(([{deviation:e,scrollBy:t,scrollingInProgress:n,scrollTop:r},{isAtBottom:i,isScrolling:o,lastJumpDueToItemResize:a,scrollDirection:s},{listState:l},{beforeUnshiftWith:u,gap:c,shiftWithOffset:d,sizes:h},{log:p},{recalcInProgress:f}])=>{let g=sC(sg(l,sx(a),sm(([,e,t,n],[{bottom:r,items:i,offsetBottom:o,totalCount:a},s])=>{let l=r+o,u=0;return t===a&&e.length>0&&i.length>0&&(0===i[0].originalIndex&&0===e[0].originalIndex||0!=(u=l-n)&&(u+=s)),[u,i,a,l]},[0,[],0,0]),sh(([e])=>0!==e),sx(r,s,n,i,p,f),sh(([,e,t,n,,,r])=>!r&&!n&&0!==e&&"up"===t),sp(([[e],,,,,t])=>(t("Upward scrolling compensation",{amount:e},sD.DEBUG),e))));function m(n){n>0?(t(0,{behavior:"auto",top:-n}),e(0,0)):(e(0,0),t(0,{behavior:"auto",top:-n}))}return sg(g,sx(e,o))(1,([t,n,r])=>{r&&lV()?e(0,n-t):m(-t)}),sg(sT(sw(o,!1),e,f),sh(([e,t,n])=>!e&&!n&&0!==t),sp(([e,t])=>t),sy(1))(1,m),ss(sg(d,sp(e=>({top:-e}))),t),sg(u,sx(h,c),sp(([e,{groupIndices:t,lastSize:n,sizeTree:r},i])=>{if(0===t.length)return e*(n+i);{let o=0,a=sj(r,0),s=0,l=0;for(;s<e;){s++,o+=a;let r=t.length===l+1?1/0:t[l+1]-t[l]-1;s+r>e&&(o-=a,r=e-s+1),s+=r,o+=r*(n+i),l++}return o}}))(1,n=>{e(0,n),requestAnimationFrame(()=>{t(0,{top:n}),requestAnimationFrame(()=>{var t;t=0,e(0,0),f(0,!1)})})}),{deviation:e}},sr(sB,lv,lI,li,sR,s0)),l$=sk(([e,t,n,r,i,o,a,s,l,u])=>({...e,...t,...n,...r,...i,...o,...a,...s,...l,...u}),sr(lS,l_,ls,lZ,lA,lO,lD,lB,lL,sR)),lW=sk(([{data:e,defaultItemSize:t,firstItemIndex:n,fixedItemSize:r,gap:i,groupIndices:o,itemSize:a,sizeRanges:s,sizes:l,statefulTotalCount:u,totalCount:c,trackItemSizes:d},{initialItemFinalLocationReached:h,initialTopMostItemIndex:p,scrolledToInitialItem:f},g,m,v,{listState:y,topItemsIndexes:x,...b},{scrollToIndex:w},S,{topItemCount:C},{groupCounts:k},M])=>(ss(b.rangeChanged,M.scrollSeekRangeChanged),ss(sg(M.windowViewportRect,sp(e=>e.visibleHeight)),g.viewportHeight),{data:e,defaultItemHeight:t,firstItemIndex:n,fixedItemHeight:r,gap:i,groupCounts:k,initialItemFinalLocationReached:h,initialTopMostItemIndex:p,scrolledToInitialItem:f,sizeRanges:s,topItemCount:C,topItemsIndexes:x,totalCount:c,...v,groupIndices:o,itemSize:a,listState:y,scrollToIndex:w,statefulTotalCount:u,trackItemSizes:d,...b,...M,...g,sizes:l,...m}),sr(li,lp,sB,lN,lR,lI,lc,lH,lF,la,l$)),lG="u">typeof document?B.useLayoutEffect:B.useEffect;function lq(e,t,n){let r=Object.keys(t.required||{}),i=Object.keys(t.optional||{}),o=Object.keys(t.methods||{}),a=Object.keys(t.events||{}),s=B.createContext({});function l(e,n){var o,a,s,l;for(let i of(e.propsReady&&(o=e.propsReady,o(0,!1)),r)){a=e[t.required[i]],a(0,n[i])}for(let r of i){r in n&&(s=e[t.optional[r]],s(0,n[r]))}e.propsReady&&(l=e.propsReady,l(0,!0))}function u(e){return a.reduce((n,r)=>(n[r]=function(e){let t,n,r=()=>null==t?void 0:t();return function(i,o){switch(i){case 1:return o?n===o?void 0:(r(),n=o,t=e(1,o)):(r(),st);case 2:r(),n=null;return}}}(e[t.events[r]]),n),{})}return{Component:B.forwardRef((c,d)=>{var h;let{children:p,...f}=c,[g]=B.useState(()=>{var t;return l(t=function(e){let t=new Map,n=({constructor:e,dependencies:r,id:i,singleton:o})=>{if(o&&t.has(i))return t.get(i);let a=e(r.map(e=>n(e)));return o&&t.set(i,a),a};return n(e)}(e),f),t}),[m]=B.useState(()=>u(g));return lG(()=>{for(let e of a)e in f&&(0,m[e])(1,f[e]);return()=>{Object.values(m).map(so)}},[f,m,g]),lG(()=>{l(g,f)}),B.useImperativeHandle(d,(h=o.reduce((e,n)=>(e[n]=e=>{var r;r=g[t.methods[n]],r(0,e)},e),{}),()=>h)),(0,Z.jsx)(s.Provider,{value:g,children:n?(0,Z.jsx)(n,{...function(e,t){let n={},r={},i=0,o=e.length;for(;i<o;)r[e[i]]=1,i+=1;for(let e in t)Object.hasOwn(r,e)||(n[e]=t[e]);return n}([...r,...i,...a],f),children:p}):p})}),useEmitter:(e,t)=>{let n=B.useContext(s)[e];lG(()=>n(1,t),[t,n])},useEmitterValue:B.version.startsWith("18")?e=>{let t=B.useContext(s)[e],n=B.useCallback(e=>t(1,e),[t]);return B.useSyncExternalStore(n,()=>sa(t),()=>sa(t))}:e=>{let t=B.useContext(s)[e],[n,r]=B.useState(()=>sa(t));return lG(()=>t(1,e=>{e!==n&&r(()=>e)}),[t,n]),n},usePublisher:e=>{var t;return B.useCallback((t=B.useContext(s)[e],e=>(function(e,t){e(0,t)})(t,e)),[e])}}}let lU=B.createContext(void 0),lY=B.createContext(void 0),lX="u">typeof document?B.useLayoutEffect:B.useEffect;function lK(e,t,n,r=st,i,o){let a=B.useRef(null),s=B.useRef(null),l=B.useRef(null),u=B.useCallback(n=>{let r=n.target,i=r===window||r===document,a=o?i?window.pageXOffset||document.documentElement.scrollLeft:r.scrollLeft:i?window.pageYOffset||document.documentElement.scrollTop:r.scrollTop,u=o?i?document.documentElement.scrollWidth:r.scrollWidth:i?document.documentElement.scrollHeight:r.scrollHeight,c=o?i?window.innerWidth:r.offsetWidth:i?window.innerHeight:r.offsetHeight,d=()=>{e({scrollHeight:u,scrollTop:Math.max(a,0),viewportHeight:c})};n.suppressFlushSync?d():t0.flushSync(d),null!==s.current&&(a===s.current||a<=0||a===u-c)&&(s.current=null,t(!0),l.current&&(clearTimeout(l.current),l.current=null))},[e,t]);return B.useEffect(()=>{let e=i||a.current;return r(i||a.current),u({suppressFlushSync:!0,target:e}),e.addEventListener("scroll",u,{passive:!0}),()=>{r(null),e.removeEventListener("scroll",u)}},[a,u,n,r,i]),{scrollByCallback:function(e){o&&(e={behavior:e.behavior,left:e.top}),a.current.scrollBy(e)},scrollerRef:a,scrollToCallback:function(n){let r,i,u,c=a.current;if(!c||(o?"offsetWidth"in c&&0===c.offsetWidth:"offsetHeight"in c&&0===c.offsetHeight))return;let d="smooth"===n.behavior;c===window?(i=Math.max(s2(document.documentElement,o?"width":"height"),o?document.documentElement.scrollWidth:document.documentElement.scrollHeight),r=o?window.innerWidth:window.innerHeight,u=o?document.documentElement.scrollLeft:document.documentElement.scrollTop):(i=c[o?"scrollWidth":"scrollHeight"],r=s2(c,o?"width":"height"),u=c[o?"scrollLeft":"scrollTop"]);let h=i-r;if(n.top=Math.ceil(Math.max(Math.min(h,n.top),0)),lf(r,i)||n.top===u){e({scrollHeight:i,scrollTop:u,viewportHeight:r}),d&&t(!0);return}d?(s.current=n.top,l.current&&clearTimeout(l.current),l.current=setTimeout(()=>{l.current=null,s.current=null,t(!0)},1e3)):s.current=null,o&&(n={behavior:n.behavior,left:n.top}),c.scrollTo(n)}}}let lQ="-webkit-sticky",lJ="sticky",l0=lj(()=>{if(typeof document>"u")return lJ;let e=document.createElement("div");return e.style.position=lQ,e.style.position===lQ?lQ:lJ});function l1(e){return e}let l2=sk(()=>{let e=sb(e=>`Item ${e}`),t=sb(null),n=sb(e=>`Group ${e}`),r=sb({}),i=sb(l1),o=sb("div"),a=sb(st),s=(e,t=null)=>sw(sg(r,sp(t=>t[e]),sd()),t);return{components:r,computeItemKey:i,context:t,EmptyPlaceholder:s("EmptyPlaceholder"),FooterComponent:s("Footer"),GroupComponent:s("Group","div"),groupContent:n,HeaderComponent:s("Header"),HeaderFooterTag:o,ItemComponent:s("Item","div"),itemContent:e,ListComponent:s("List","div"),ScrollerComponent:s("Scroller","div"),scrollerRef:a,ScrollSeekPlaceholder:s("ScrollSeekPlaceholder"),TopItemListComponent:s("TopItemList")}}),l5=sk(([e,t])=>({...e,...t}),sr(lW,l2)),l3=({height:e})=>(0,Z.jsx)("div",{style:{height:e}}),l4={overflowAnchor:"none",position:l0(),zIndex:1},l6={overflowAnchor:"none"},l8={...l6,display:"inline-block",height:"100%"},l9=B.memo(function({showTopList:e=!1}){let t=uf("listState"),n=ug("sizeRanges"),r=uf("useWindowScroll"),i=uf("customScrollParent"),o=ug("windowScrollContainerState"),a=ug("scrollContainerState"),s=uf("itemContent"),l=uf("context"),u=uf("groupContent"),c=uf("trackItemSizes"),d=uf("itemSize"),h=uf("log"),p=ug("gap"),f=uf("horizontalDirection"),{callbackRef:g}=sE(n,d,c,e?st:i||r?o:a,h,p,i,f,uf("skipAnimationFrameInResizeObserver")),[m,v]=B.useState(0);up("deviation",e=>{m!==e&&v(e)});let y=uf("EmptyPlaceholder"),x=uf("ScrollSeekPlaceholder")||l3,b=uf("ListComponent"),w=uf("ItemComponent"),S=uf("GroupComponent"),C=uf("computeItemKey"),k=uf("isSeeking"),M=uf("groupIndices").length>0,T=uf("alignToBottom"),I=uf("initialItemFinalLocationReached"),A=e?{}:{boxSizing:"border-box",...f?{display:"inline-block",height:"100%",marginLeft:0!==m?m:T?"auto":0,paddingLeft:t.offsetTop,paddingRight:t.offsetBottom,whiteSpace:"nowrap"}:{marginTop:0!==m?m:T?"auto":0,paddingBottom:t.offsetBottom,paddingTop:t.offsetTop},...I?{}:{visibility:"hidden"}};return!e&&0===t.totalCount&&y?(0,Z.jsx)(y,{...ur(y,l)}):(0,Z.jsx)(b,{...ur(b,l),"data-testid":e?"virtuoso-top-item-list":"virtuoso-item-list",ref:g,style:A,children:(e?t.topItems:t.items).map(e=>{let n=e.originalIndex,r=C(n+t.firstItemIndex,e.data,l);return k?(0,B.createElement)(x,{...ur(x,l),height:e.size,index:e.index,key:r,type:e.type||"item",..."group"===e.type?{}:{groupIndex:e.groupIndex}}):"group"===e.type?(0,B.createElement)(S,{...ur(S,l),"data-index":n,"data-item-index":e.index,"data-known-size":e.size,key:r,style:l4},u(e.index,l)):(0,B.createElement)(w,{...ur(w,l),...ui(w,e.data),"data-index":n,"data-item-group-index":e.groupIndex,"data-item-index":e.index,"data-known-size":e.size,key:r,style:f?l8:l6},M?s(e.index,e.groupIndex,e.data,l):s(e.index,e.data,l))})})}),l7={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},ue={outline:"none",overflowX:"auto",position:"relative"},ut=e=>({height:"100%",position:"absolute",top:0,width:"100%",...e?{display:"flex",flexDirection:"column"}:{}}),un={position:l0(),top:0,width:"100%",zIndex:1};function ur(e,t){if("string"!=typeof e)return{context:t}}function ui(e,t){return{item:"string"==typeof e?void 0:t}}let uo=B.memo(function(){let e=uf("HeaderComponent"),t=ug("headerHeight"),n=uf("HeaderFooterTag"),r=s_(B.useMemo(()=>e=>{t(s2(e,"height"))},[t]),!0,uf("skipAnimationFrameInResizeObserver")),i=uf("context");return e?(0,Z.jsx)(n,{ref:r,children:(0,Z.jsx)(e,{...ur(e,i)})}):null}),ua=B.memo(function(){let e=uf("FooterComponent"),t=ug("footerHeight"),n=uf("HeaderFooterTag"),r=s_(B.useMemo(()=>e=>{t(s2(e,"height"))},[t]),!0,uf("skipAnimationFrameInResizeObserver")),i=uf("context");return e?(0,Z.jsx)(n,{ref:r,children:(0,Z.jsx)(e,{...ur(e,i)})}):null});function us({useEmitter:e,useEmitterValue:t,usePublisher:n}){return B.memo(function({children:r,style:i,...o}){let a=n("scrollContainerState"),s=t("ScrollerComponent"),l=n("smoothScrollTargetReached"),u=t("scrollerRef"),c=t("context"),d=t("horizontalDirection")||!1,{scrollByCallback:h,scrollerRef:p,scrollToCallback:f}=lK(a,l,s,u,void 0,d);return e("scrollTo",f),e("scrollBy",h),(0,Z.jsx)(s,{"data-testid":"virtuoso-scroller","data-virtuoso-scroller":!0,ref:p,style:{...d?ue:l7,...i},tabIndex:0,...o,...ur(s,c),children:r})})}function ul({useEmitter:e,useEmitterValue:t,usePublisher:n}){return B.memo(function({children:r,style:i,...o}){let a=n("windowScrollContainerState"),s=t("ScrollerComponent"),l=n("smoothScrollTargetReached"),u=t("totalListHeight"),c=t("deviation"),d=t("customScrollParent"),h=t("context"),{scrollByCallback:p,scrollerRef:f,scrollToCallback:g}=lK(a,l,s,st,d);return lX(()=>(f.current=d||window,()=>{f.current=null}),[f,d]),e("windowScrollTo",g),e("scrollBy",p),(0,Z.jsx)(s,{"data-virtuoso-scroller":!0,style:{position:"relative",...i,...0!==u?{height:u+c}:{}},...o,...ur(s,h),children:r})})}let uu=({children:e})=>{let t=B.useContext(lU),n=ug("viewportHeight"),r=ug("fixedItemHeight"),i=uf("alignToBottom"),o=uf("horizontalDirection"),a=s_(B.useMemo(()=>a7(n,e=>s2(e,o?"width":"height")),[n,o]),!0,uf("skipAnimationFrameInResizeObserver"));return B.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,Z.jsx)("div",{"data-viewport-type":"element",ref:a,style:ut(i),children:e})},uc=({children:e})=>{let t=B.useContext(lU),n=ug("windowViewportRect"),r=ug("fixedItemHeight"),i=sZ(n,uf("customScrollParent"),uf("skipAnimationFrameInResizeObserver")),o=uf("alignToBottom");return B.useEffect(()=>{t&&(r(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,Z.jsx)("div",{"data-viewport-type":"window",ref:i,style:ut(o),children:e})},ud=({children:e})=>{let t=uf("TopItemListComponent")||"div",n=uf("headerHeight"),r={...un,marginTop:`${n}px`},i=uf("context");return(0,Z.jsx)(t,{style:r,...ur(t,i),children:e})},{Component:uh,useEmitter:up,useEmitterValue:uf,usePublisher:ug}=lq(l5,{events:{atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",endReached:"endReached",groupIndices:"groupIndices",isScrolling:"isScrolling",itemsRendered:"itemsRendered",rangeChanged:"rangeChanged",startReached:"startReached",totalListHeightChanged:"totalListHeightChanged"},methods:{autoscrollToBottom:"autoscrollToBottom",getState:"getState",scrollBy:"scrollBy",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollToIndex:"scrollToIndex"},optional:{alignToBottom:"alignToBottom",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",components:"components",computeItemKey:"computeItemKey",context:"context",customScrollParent:"customScrollParent",data:"data",defaultItemHeight:"defaultItemHeight",firstItemIndex:"firstItemIndex",fixedItemHeight:"fixedItemHeight",followOutput:"followOutput",groupContent:"groupContent",groupCounts:"groupCounts",headerFooterTag:"HeaderFooterTag",horizontalDirection:"horizontalDirection",increaseViewportBy:"increaseViewportBy",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",initialTopMostItemIndex:"initialTopMostItemIndex",itemContent:"itemContent",itemSize:"itemSize",logLevel:"logLevel",overscan:"overscan",restoreStateFrom:"restoreStateFrom",scrollerRef:"scrollerRef",scrollSeekConfiguration:"scrollSeekConfiguration",skipAnimationFrameInResizeObserver:"skipAnimationFrameInResizeObserver",topItemCount:"topItemCount",totalCount:"totalCount",useWindowScroll:"useWindowScroll"},required:{}},B.memo(function(e){let t=uf("useWindowScroll"),n=uf("topItemsIndexes").length>0,r=uf("customScrollParent"),i=uf("context"),o=r||t?uv:um,a=r||t?uc:uu;return(0,Z.jsxs)(o,{...e,...ur(o,i),children:[n&&(0,Z.jsx)(ud,{children:(0,Z.jsx)(l9,{showTopList:!0})}),(0,Z.jsxs)(a,{children:[(0,Z.jsx)(uo,{}),(0,Z.jsx)(l9,{}),(0,Z.jsx)(ua,{})]})]})})),um=us({useEmitter:up,useEmitterValue:uf,usePublisher:ug}),uv=ul({useEmitter:up,useEmitterValue:uf,usePublisher:ug}),uy=sk(()=>{let e=sb(e=>(0,Z.jsxs)("td",{children:["Item $",e]})),t=sb(null),n=sb(null),r=sb(null),i=sb({}),o=sb(l1),a=sb(st),s=(e,t=null)=>sw(sg(i,sp(t=>t[e]),sd()),t);return{components:i,computeItemKey:o,context:t,EmptyPlaceholder:s("EmptyPlaceholder"),FillerRow:s("FillerRow"),fixedFooterContent:r,fixedHeaderContent:n,itemContent:e,ScrollerComponent:s("Scroller","div"),scrollerRef:a,ScrollSeekPlaceholder:s("ScrollSeekPlaceholder"),TableBodyComponent:s("TableBody","tbody"),TableComponent:s("Table","table"),TableFooterComponent:s("TableFoot","tfoot"),TableHeadComponent:s("TableHead","thead"),TableRowComponent:s("TableRow","tr")}}),ux=sk(([e,t])=>({...e,...t}),sr(lW,uy)),ub=({height:e})=>(0,Z.jsx)("tr",{children:(0,Z.jsx)("td",{style:{height:e}})}),uw=({height:e})=>(0,Z.jsx)("tr",{children:(0,Z.jsx)("td",{style:{border:0,height:e,padding:0}})}),uS={overflowAnchor:"none"},uC=B.memo(function({showTopList:e=!1}){let t=uD("listState"),n=uD("computeItemKey"),r=uD("firstItemIndex"),i=uD("isSeeking"),o=uD("ScrollSeekPlaceholder")||ub,a=uD("context"),s=uD("TableRowComponent"),l=uD("fixedHeaderHeight"),u=uD("itemContent"),c=(e?t.topItems:[]).reduce((e,t,n)=>(0===n?e.push(t.size):e.push(e[n-1]+t.size),e),[]),d=(e?t.topItems:t.items).map(t=>{let d=t.originalIndex,h=n(d+r,t.data,a),p=e?0===d?0:c[d-1]:0;return i?(0,B.createElement)(o,{...ur(o,a),height:t.size,index:t.index,key:h,type:t.type||"item"}):(0,B.createElement)(s,{...ur(s,a),...ui(s,t.data),"data-index":d,"data-item-index":t.index,"data-known-size":t.size,key:h,style:e?{overflowAnchor:"none",position:"sticky",top:l+p,zIndex:2}:uS},u(t.index,t.data,a))});return(0,Z.jsx)(Z.Fragment,{children:d})}),uk=B.memo(function(){let e=uD("listState"),t=uD("topItemsIndexes").length>0,n=uP("sizeRanges"),r=uD("useWindowScroll"),i=uD("customScrollParent"),o=uP("windowScrollContainerState"),a=uP("scrollContainerState"),s=uD("trackItemSizes"),{callbackRef:l,ref:u}=sE(n,uD("itemSize"),s,i||r?o:a,uD("log"),void 0,i,!1,uD("skipAnimationFrameInResizeObserver")),[c,d]=B.useState(0);uA("deviation",e=>{c!==e&&(u.current.style.marginTop=`${e}px`,d(e))});let h=uD("EmptyPlaceholder"),p=uD("FillerRow")||uw,f=uD("TableBodyComponent"),g=uD("paddingTopAddition"),m=uD("statefulTotalCount"),v=uD("context");if(0===m&&h)return(0,Z.jsx)(h,{...ur(h,v)});let y=(t?e.topItems:[]).reduce((e,t)=>e+t.size,0),x=e.offsetTop+g+c-y,b=e.offsetBottom,w=x>0?(0,Z.jsx)(p,{context:v,height:x},"padding-top"):null,S=b>0?(0,Z.jsx)(p,{context:v,height:b},"padding-bottom"):null;return(0,Z.jsxs)(f,{"data-testid":"virtuoso-item-list",ref:l,...ur(f,v),children:[w,t&&(0,Z.jsx)(uC,{showTopList:!0}),(0,Z.jsx)(uC,{}),S]})}),uM=({children:e})=>{let t=B.useContext(lU),n=uP("viewportHeight"),r=uP("fixedItemHeight"),i=s_(B.useMemo(()=>a7(n,e=>s2(e,"height")),[n]),!0,uD("skipAnimationFrameInResizeObserver"));return B.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,Z.jsx)("div",{"data-viewport-type":"element",ref:i,style:ut(!1),children:e})},uT=({children:e})=>{let t=B.useContext(lU),n=uP("windowViewportRect"),r=uP("fixedItemHeight"),i=sZ(n,uD("customScrollParent"),uD("skipAnimationFrameInResizeObserver"));return B.useEffect(()=>{t&&(r(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,Z.jsx)("div",{"data-viewport-type":"window",ref:i,style:ut(!1),children:e})},{Component:uI,useEmitter:uA,useEmitterValue:uD,usePublisher:uP}=lq(ux,{events:{atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",endReached:"endReached",groupIndices:"groupIndices",isScrolling:"isScrolling",itemsRendered:"itemsRendered",rangeChanged:"rangeChanged",startReached:"startReached",totalListHeightChanged:"totalListHeightChanged"},methods:{getState:"getState",scrollBy:"scrollBy",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollToIndex:"scrollToIndex"},optional:{alignToBottom:"alignToBottom",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",components:"components",computeItemKey:"computeItemKey",context:"context",customScrollParent:"customScrollParent",data:"data",defaultItemHeight:"defaultItemHeight",firstItemIndex:"firstItemIndex",fixedFooterContent:"fixedFooterContent",fixedHeaderContent:"fixedHeaderContent",fixedItemHeight:"fixedItemHeight",followOutput:"followOutput",groupCounts:"groupCounts",increaseViewportBy:"increaseViewportBy",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",initialTopMostItemIndex:"initialTopMostItemIndex",itemContent:"itemContent",itemSize:"itemSize",logLevel:"logLevel",overscan:"overscan",restoreStateFrom:"restoreStateFrom",scrollerRef:"scrollerRef",scrollSeekConfiguration:"scrollSeekConfiguration",topItemCount:"topItemCount",totalCount:"totalCount",useWindowScroll:"useWindowScroll"},required:{}},B.memo(function(e){let t=uD("useWindowScroll"),n=uD("customScrollParent"),r=uP("fixedHeaderHeight"),i=uP("fixedFooterHeight"),o=uD("fixedHeaderContent"),a=uD("fixedFooterContent"),s=uD("context"),l=s_(B.useMemo(()=>a7(r,e=>s2(e,"height")),[r]),!0,uD("skipAnimationFrameInResizeObserver")),u=s_(B.useMemo(()=>a7(i,e=>s2(e,"height")),[i]),!0,uD("skipAnimationFrameInResizeObserver")),c=n||t?u_:uR,d=n||t?uT:uM,h=uD("TableComponent"),p=uD("TableHeadComponent"),f=uD("TableFooterComponent"),g=o?(0,Z.jsx)(p,{ref:l,style:{position:"sticky",top:0,zIndex:2},...ur(p,s),children:o()},"TableHead"):null,m=a?(0,Z.jsx)(f,{ref:u,style:{bottom:0,position:"sticky",zIndex:1},...ur(f,s),children:a()},"TableFoot"):null;return(0,Z.jsx)(c,{...e,...ur(c,s),children:(0,Z.jsx)(d,{children:(0,Z.jsxs)(h,{style:{borderSpacing:0,overflowAnchor:"none"},...ur(h,s),children:[g,(0,Z.jsx)(uk,{},"TableBody"),m]})})})})),uR=us({useEmitter:uA,useEmitterValue:uD,usePublisher:uP}),u_=ul({useEmitter:uA,useEmitterValue:uD,usePublisher:uP}),uO={bottom:0,itemHeight:0,items:[],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},uE={bottom:0,itemHeight:0,items:[{index:0}],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},{ceil:uL,floor:uZ,max:uB,min:uN,round:uz}=Math;function uF(e,t,n){return Array.from({length:t-e+1}).map((t,r)=>({data:null===n?null:n[r+e],index:r+e}))}function uj(e,t){return e&&e.width===t.width&&e.height===t.height}function uV(e,t){return e&&e.column===t.column&&e.row===t.row}let uH=sk(([{increaseViewportBy:e,listBoundary:t,overscan:n,visibleRange:r},{footerHeight:i,headerHeight:o,scrollBy:a,scrollContainerState:s,scrollTo:l,scrollTop:u,smoothScrollTargetReached:c,viewportHeight:d},h,p,{didMount:f,propsReady:g},{customScrollParent:m,useWindowScroll:v,windowScrollContainerState:y,windowScrollTo:x,windowViewportRect:b},w])=>{let S=sb(0),C=sb(0),k=sb(uO),M=sb({height:0,width:0}),T=sb({height:0,width:0}),I=sS(),A=sS(),D=sb(0),P=sb(null),R=sb({column:0,row:0}),_=sS(),O=sS(),E=sb(!1),L=sb(0),Z=sb(!0),B=sb(!1),N=sb(!1);sg(f,sx(L),sh(([e,t])=>!!t))(1,()=>{Z(0,!1)}),sg(sT(f,Z,T,M,L,B),sh(([e,t,n,r,,i])=>e&&!t&&0!==n.height&&0!==r.height&&!i))(1,([,,,,e])=>{B(0,!0),ld(1,()=>{I(0,e)}),sl(sg(u),()=>{t(0,[0,0]),Z(0,!0)})}),ss(sg(O,sh(e=>null!=e&&e.scrollTop>0),sf(0)),C),sg(f,sx(O),sh(([,e])=>null!=e))(1,([,e])=>{e&&(M(0,e.viewport),T(0,e.item),R(0,e.gap),e.scrollTop>0&&(E(0,!0),sl(sg(u,sv(1)),e=>{E(0,!1)}),l(0,{top:e.scrollTop})))}),ss(sg(M,sp(({height:e})=>e)),d),ss(sg(sT(sI(M,uj),sI(T,uj),sI(R,(e,t)=>e&&e.column===t.column&&e.row===t.row),sI(u)),sp(([e,t,n,r])=>({gap:n,item:t,scrollTop:r,viewport:e}))),_),ss(sg(sT(sI(S),r,sI(R,uV),sI(T,uj),sI(M,uj),sI(P),sI(C),sI(E),sI(Z),sI(L)),sh(([,,,,,,,e])=>!e),sp(([e,[t,n],r,i,o,a,s,,l,u])=>{let c,d,{column:h,row:p}=r,{height:f,width:g}=i,{width:m}=o;if(0===s&&(0===e||0===m))return uO;if(0===g){var v;let t=lh(u,e),n=t+Math.max(s-1,0);return v=uF(t,n,a),{...uE,items:v}}let y=u$(m,g,h);l?0===t&&0===n&&s>0?(c=0,d=s-1):(c=y*uZ((t+p)/(f+p)),d=uN(e-1,uB(d=y*uL((n+p)/(f+p))-1,y-1)),c=uN(d,uB(0,c))):(c=0,d=-1);let x=uF(c,d,a),{bottom:b,top:w}=uW(o,r,i,x),S=uL(e/y);return{bottom:b,itemHeight:f,items:x,itemWidth:g,offsetBottom:S*f+(S-1)*p-b,offsetTop:w,top:w}})),k),ss(sg(P,sh(e=>null!==e),sp(e=>e.length)),S),ss(sg(sT(M,T,k,R),sh(([e,t,{items:n}])=>n.length>0&&0!==t.height&&0!==e.height),sp(([e,t,{items:n},r])=>{let{bottom:i,top:o}=uW(e,r,t,n);return[o,i]}),sd(sJ)),t);let z=sb(!1);ss(sg(u,sx(z),sp(([e,t])=>t||0!==e)),z);let F=sC(sg(sT(k,S),sh(([{items:e}])=>e.length>0),sx(z),sh(([[e,t],n])=>{let r=e.items[e.items.length-1].index===t-1;return(n||e.bottom>0&&e.itemHeight>0&&0===e.offsetBottom&&e.items.length===t)&&r}),sp(([[,e]])=>e-1),sd())),j=sC(sg(sI(k),sh(({items:e})=>e.length>0&&0===e[0].index),sf(0),sd())),V=sC(sg(sI(k),sx(E),sh(([{items:e},t])=>e.length>0&&!t),sp(([{items:e}])=>({endIndex:e[e.length-1].index,startIndex:e[0].index})),sd(sQ),sy(0)));ss(V,p.scrollSeekRangeChanged),ss(sg(I,sx(M,T,S,R),sp(([e,t,n,r,i])=>{let o=lu(e),{align:a,behavior:s,offset:l}=o,u=o.index;"LAST"===u&&(u=r-1);let c=uG(t,i,n,u=uB(0,u,uN(r-1,u)));return"end"===a?c=uz(c-t.height+n.height):"center"===a&&(c=uz(c-t.height/2+n.height/2)),l&&(c+=l),{behavior:s,top:c}})),l);let H=sw(sg(k,sp(e=>e.offsetBottom+e.bottom)),0);return ss(sg(b,sp(e=>({height:e.visibleHeight,width:e.visibleWidth}))),M),{customScrollParent:m,data:P,deviation:D,footerHeight:i,gap:R,headerHeight:o,increaseViewportBy:e,initialItemCount:C,itemDimensions:T,overscan:n,restoreStateFrom:O,scrollBy:a,scrollContainerState:s,scrollHeight:A,scrollTo:l,scrollToIndex:I,scrollTop:u,smoothScrollTargetReached:c,totalCount:S,useWindowScroll:v,viewportDimensions:M,windowScrollContainerState:y,windowScrollTo:x,windowViewportRect:b,...p,gridState:k,horizontalDirection:N,initialTopMostItemIndex:L,totalListHeight:H,...h,endReached:F,propsReady:g,rangeChanged:V,startReached:j,stateChanged:_,stateRestoreInProgress:E,...w}},sr(lS,sB,lv,lZ,ls,lB,sR));function u$(e,t,n){return uB(1,uZ((e+n)/(uZ(t)+n)))}function uW(e,t,n,r){let{height:i}=n;if(void 0===i||0===r.length)return{bottom:0,top:0};let o=uG(e,t,n,r[0].index);return{bottom:uG(e,t,n,r[r.length-1].index)+i,top:o}}function uG(e,t,n,r){let i=uZ(r/u$(e.width,n.width,t.column)),o=i*n.height+uB(0,i-1)*t.row;return o>0?o+t.row:o}let uq=sk(()=>{let e=sb(e=>`Item ${e}`),t=sb({}),n=sb(null),r=sb("virtuoso-grid-item"),i=sb("virtuoso-grid-list"),o=sb(l1),a=sb("div"),s=sb(st),l=(e,n=null)=>sw(sg(t,sp(t=>t[e]),sd()),n),u=sb(!1),c=sb(!1);return ss(sI(c),u),{components:t,computeItemKey:o,context:n,FooterComponent:l("Footer"),HeaderComponent:l("Header"),headerFooterTag:a,itemClassName:r,ItemComponent:l("Item","div"),itemContent:e,listClassName:i,ListComponent:l("List","div"),readyStateChanged:u,reportReadyState:c,ScrollerComponent:l("Scroller","div"),scrollerRef:s,ScrollSeekPlaceholder:l("ScrollSeekPlaceholder","div")}}),uU=sk(([e,t])=>({...e,...t}),sr(uH,uq)),uY=B.memo(function(){let e=u1("gridState"),t=u1("listClassName"),n=u1("itemClassName"),r=u1("itemContent"),i=u1("computeItemKey"),o=u1("isSeeking"),a=u2("scrollHeight"),s=u1("ItemComponent"),l=u1("ListComponent"),u=u1("ScrollSeekPlaceholder"),c=u1("context"),d=u2("itemDimensions"),h=u2("gap"),p=u1("log"),f=u1("stateRestoreInProgress"),g=u2("reportReadyState"),m=s_(B.useMemo(()=>e=>{a(e.parentElement.parentElement.scrollHeight);let t=e.firstChild;if(t){let{height:e,width:n}=t.getBoundingClientRect();d({height:e,width:n})}h({column:u4("column-gap",getComputedStyle(e).columnGap,p),row:u4("row-gap",getComputedStyle(e).rowGap,p)})},[a,d,h,p]),!0,!1);return lX(()=>{e.itemHeight>0&&e.itemWidth>0&&g(!0)},[e]),f?null:(0,Z.jsx)(l,{className:t,ref:m,...ur(l,c),"data-testid":"virtuoso-item-list",style:{paddingBottom:e.offsetBottom,paddingTop:e.offsetTop},children:e.items.map(t=>{let a=i(t.index,t.data,c);return o?(0,Z.jsx)(u,{...ur(u,c),height:e.itemHeight,index:t.index,width:e.itemWidth},a):(0,B.createElement)(s,{...ur(s,c),className:n,"data-index":t.index,key:a},r(t.index,t.data,c))})})}),uX=B.memo(function(){let e=u1("HeaderComponent"),t=u2("headerHeight"),n=u1("headerFooterTag"),r=s_(B.useMemo(()=>e=>{t(s2(e,"height"))},[t]),!0,!1),i=u1("context");return e?(0,Z.jsx)(n,{ref:r,children:(0,Z.jsx)(e,{...ur(e,i)})}):null}),uK=B.memo(function(){let e=u1("FooterComponent"),t=u2("footerHeight"),n=u1("headerFooterTag"),r=s_(B.useMemo(()=>e=>{t(s2(e,"height"))},[t]),!0,!1),i=u1("context");return e?(0,Z.jsx)(n,{ref:r,children:(0,Z.jsx)(e,{...ur(e,i)})}):null}),uQ=({children:e})=>{let t=B.useContext(lY),n=u2("itemDimensions"),r=u2("viewportDimensions"),i=s_(B.useMemo(()=>e=>{r(e.getBoundingClientRect())},[r]),!0,!1);return B.useEffect(()=>{t&&(r({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,r,n]),(0,Z.jsx)("div",{ref:i,style:ut(!1),children:e})},uJ=({children:e})=>{let t=B.useContext(lY),n=u2("windowViewportRect"),r=u2("itemDimensions"),i=sZ(n,u1("customScrollParent"),!1);return B.useEffect(()=>{t&&(r({height:t.itemHeight,width:t.itemWidth}),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,r]),(0,Z.jsx)("div",{ref:i,style:ut(!1),children:e})},{useEmitter:u0,useEmitterValue:u1,usePublisher:u2}=lq(uU,{events:{atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",endReached:"endReached",isScrolling:"isScrolling",rangeChanged:"rangeChanged",readyStateChanged:"readyStateChanged",startReached:"startReached",stateChanged:"stateChanged"},methods:{scrollBy:"scrollBy",scrollTo:"scrollTo",scrollToIndex:"scrollToIndex"},optional:{components:"components",computeItemKey:"computeItemKey",context:"context",customScrollParent:"customScrollParent",data:"data",headerFooterTag:"headerFooterTag",increaseViewportBy:"increaseViewportBy",initialItemCount:"initialItemCount",initialTopMostItemIndex:"initialTopMostItemIndex",itemClassName:"itemClassName",itemContent:"itemContent",listClassName:"listClassName",logLevel:"logLevel",overscan:"overscan",restoreStateFrom:"restoreStateFrom",scrollerRef:"scrollerRef",scrollSeekConfiguration:"scrollSeekConfiguration",totalCount:"totalCount",useWindowScroll:"useWindowScroll"}},B.memo(function({...e}){let t=u1("useWindowScroll"),n=u1("customScrollParent"),r=n||t?u3:u5,i=n||t?uJ:uQ,o=u1("context");return(0,Z.jsx)(r,{...e,...ur(r,o),children:(0,Z.jsxs)(i,{children:[(0,Z.jsx)(uX,{}),(0,Z.jsx)(uY,{}),(0,Z.jsx)(uK,{})]})})})),u5=us({useEmitter:u0,useEmitterValue:u1,usePublisher:u2}),u3=ul({useEmitter:u0,useEmitterValue:u1,usePublisher:u2});function u4(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,sD.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}function u6(e){return(0,Y.ZP)("MuiListItemButton",e)}let u8=(0,U.Z)("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]),u9=(0,$.ZP)(eo.Z,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiListItemButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dense&&t.dense,"flex-start"===n.alignItems&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters]}})((0,W.Z)(({theme:e})=>({display:"flex",flexGrow:1,justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minWidth:0,boxSizing:"border-box",textAlign:"left",paddingTop:8,paddingBottom:8,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${u8.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${u8.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${u8.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${u8.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${u8.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},variants:[{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:{alignItems:"flex-start"},style:{alignItems:"flex-start"}},{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.dense,style:{paddingTop:4,paddingBottom:4}}]}))),u7=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiListItemButton"}),{alignItems:r="center",autoFocus:i=!1,component:o="div",children:a,dense:s=!1,disableGutters:l=!1,divider:u=!1,focusVisibleClassName:c,selected:d=!1,className:h,...p}=n,f=B.useContext(tz),g=B.useMemo(()=>({dense:s||f.dense||!1,alignItems:r,disableGutters:l}),[r,f.dense,s,l]),m=B.useRef(null);(0,eX.Z)(()=>{i&&m.current&&m.current.focus()},[i]);let v={...n,alignItems:r,dense:g.dense,disableGutters:l,divider:u,selected:d},y=(e=>{let{alignItems:t,classes:n,dense:r,disabled:i,disableGutters:o,divider:a,selected:s}=e,l=(0,F.Z)({root:["root",r&&"dense",!o&&"gutters",a&&"divider",i&&"disabled","flex-start"===t&&"alignItemsFlexStart",s&&"selected"]},u6,n);return{...n,...l}})(v),x=(0,eY.Z)(m,t);return(0,Z.jsx)(tz.Provider,{value:g,children:(0,Z.jsx)(u9,{ref:x,href:p.href||p.to,component:(p.href||p.to)&&"div"===o?"button":o,focusVisibleClassName:(0,z.Z)(y.focusVisible,c),ownerState:v,className:(0,z.Z)(y.root,h),...p,classes:y,children:a})})});var ce=n(7488),ct=n(2054);function cn(e){return(0,Y.ZP)("MuiListItemText",e)}let cr=(0,U.Z)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]),ci=(0,$.ZP)("div",{name:"MuiListItemText",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${cr.primary}`]:t.primary},{[`& .${cr.secondary}`]:t.secondary},t.root,n.inset&&t.inset,n.primary&&n.secondary&&t.multiline,n.dense&&t.dense]}})({flex:"1 1 auto",minWidth:0,marginTop:4,marginBottom:4,[`.${ce.Z.root}:where(& .${cr.primary})`]:{display:"block"},[`.${ce.Z.root}:where(& .${cr.secondary})`]:{display:"block"},variants:[{props:({ownerState:e})=>e.primary&&e.secondary,style:{marginTop:6,marginBottom:6}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:56}}]}),co=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiListItemText"}),{children:r,className:i,disableTypography:o=!1,inset:a=!1,primary:s,primaryTypographyProps:l,secondary:u,secondaryTypographyProps:c,slots:d={},slotProps:h={},...p}=n,{dense:f}=B.useContext(tz),g=null!=s?s:r,m=u,v={...n,disableTypography:o,inset:a,primary:!!g,secondary:!!m,dense:f},y=(e=>{let{classes:t,inset:n,primary:r,secondary:i,dense:o}=e;return(0,F.Z)({root:["root",n&&"inset",o&&"dense",r&&i&&"multiline"],primary:["primary"],secondary:["secondary"]},cn,t)})(v),x={slots:d,slotProps:{primary:l,secondary:c,...h}},[b,w]=(0,np.Z)("root",{className:(0,z.Z)(y.root,i),elementType:ci,externalForwardedProps:{...x,...p},ownerState:v,ref:t}),[S,C]=(0,np.Z)("primary",{className:y.primary,elementType:ct.Z,externalForwardedProps:x,ownerState:v}),[k,M]=(0,np.Z)("secondary",{className:y.secondary,elementType:ct.Z,externalForwardedProps:x,ownerState:v});return null==g||g.type===ct.Z||o||(g=(0,Z.jsx)(S,{variant:f?"body2":"body1",component:C?.variant?void 0:"span",...C,children:g})),null==m||m.type===ct.Z||o||(m=(0,Z.jsx)(k,{variant:"body2",color:"textSecondary",...M,children:m})),(0,Z.jsxs)(b,{...w,children:[g,m]})}),ca=(0,B.memo)(function({color:e,sx:t,...n}){return(0,Z.jsx)(a6,{...n,sx:oT({height:4,width:16,margin:e=>e.spacing(.5)},t),style:{backgroundColor:e}})}),cs=(0,B.forwardRef)(function({item:e,sx:t,truncateLabel:n,onClick:r,isVisuallySelected:i,onMouseOver:o,onMouseOut:a,index:s,...l},u){let[c,d]=(0,B.useState)(n);return(0,Z.jsxs)(u7,{...l,role:"listitem",sx:oT({padding:0,cursor:"pointer"},t),dense:!0,onClick:t=>{r(t,e.id),e.onClick?.(t)},onMouseOver:t=>o?.(t,{id:e.id,index:s}),onMouseOut:t=>a?.(t,{id:e.id,index:s}),selected:i,ref:u,children:[(0,Z.jsx)(a6,{sx:{display:"flex",alignItems:"center"},children:(0,Z.jsx)(ca,{color:e.color})}),(0,Z.jsx)(co,{primary:e.label,primaryTypographyProps:{noWrap:c},onMouseOver:function(){n&&d(!1)},onMouseOut:function(){n&&d(!0)}})]})}),cl=(0,B.memo)(cs);function cu(e,t){return"ALL"!==t&&!!t[e.id]}function cc({items:e,height:t,width:n,selectedItems:r,onLegendItemClick:i,onItemMouseOver:o,onItemMouseOut:a}){let s=e.length>5;return(0,Z.jsx)(uh,{style:{height:t,width:n},data:e,itemContent:(e,t)=>(0,Z.jsx)(cl,{item:t,index:e,truncateLabel:s,isVisuallySelected:cu(t,r),onClick:i,onMouseOver:o,onMouseOut:a,sx:{width:"100%",wordBreak:"break-word",overflow:"hidden"}},t.id),role:"list"})}function cd({height:e,items:t,selectedItems:n,onLegendItemClick:r,onItemMouseOver:i,onItemMouseOut:o}){return(0,Z.jsx)(a6,{component:"ul",sx:{width:"100%",height:e,padding:[0,1,0,0],overflowY:"scroll",margin:0},children:t.map((e,t)=>(0,Z.jsx)(cl,{item:e,index:t,isVisuallySelected:cu(e,n),onMouseOver:i,onMouseOut:o,onClick:r,sx:{width:"auto",float:"left",paddingRight:1.5}},e.id))})}function ch(e,t){return"function"==typeof e?e(t):e}function cp(e,t){return n=>{t.setState(t=>({...t,[e]:ch(n,t[e])}))}}function cf(e){return e instanceof Function}function cg(e,t,n){let r,i=[];return o=>{let a,s;n.key&&n.debug&&(a=Date.now());let l=e(o);if(!(l.length!==i.length||l.some((e,t)=>i[t]!==e)))return r;if(i=l,n.key&&n.debug&&(s=Date.now()),r=t(...l),null==n||null==n.onChange||n.onChange(r),n.key&&n.debug&&null!=n&&n.debug()){let e=Math.round((Date.now()-a)*100)/100,t=Math.round((Date.now()-s)*100)/100,r=t/16,i=(e,t)=>{for(e=String(e);e.length<t;)e=" "+e;return e};console.info(`%c⏱ ${i(t,5)} /${i(e,5)} ms`,`
|
|
30
|
+
font-size: .6rem;
|
|
31
|
+
font-weight: bold;
|
|
32
|
+
color: hsl(${Math.max(0,Math.min(120-120*r,120))}deg 100% 31%);`,null==n?void 0:n.key)}return r}}function cm(e,t,n,r){return{debug:()=>{var n;return null!=(n=null==e?void 0:e.debugAll)?n:e[t]},key:!1,onChange:r}}let cv="debugHeaders";function cy(e,t,n){var r;let i={id:null!=(r=n.id)?r:t.id,column:t,index:n.index,isPlaceholder:!!n.isPlaceholder,placeholderId:n.placeholderId,depth:n.depth,subHeaders:[],colSpan:0,rowSpan:0,headerGroup:null,getLeafHeaders:()=>{let e=[],t=n=>{n.subHeaders&&n.subHeaders.length&&n.subHeaders.map(t),e.push(n)};return t(i),e},getContext:()=>({table:e,header:i,column:t})};return e._features.forEach(t=>{null==t.createHeader||t.createHeader(i,e)}),i}function cx(e,t,n,r){var i,o;let a=0,s=function(e,t){void 0===t&&(t=1),a=Math.max(a,t),e.filter(e=>e.getIsVisible()).forEach(e=>{var n;null!=(n=e.columns)&&n.length&&s(e.columns,t+1)},0)};s(e);let l=[],u=(e,t)=>{let i={depth:t,id:[r,`${t}`].filter(Boolean).join("_"),headers:[]},o=[];e.forEach(e=>{let a,s=[...o].reverse()[0],l=e.column.depth===i.depth,u=!1;if(l&&e.column.parent?a=e.column.parent:(a=e.column,u=!0),s&&(null==s?void 0:s.column)===a)s.subHeaders.push(e);else{let i=cy(n,a,{id:[r,t,a.id,null==e?void 0:e.id].filter(Boolean).join("_"),isPlaceholder:u,placeholderId:u?`${o.filter(e=>e.column===a).length}`:void 0,depth:t,index:o.length});i.subHeaders.push(e),o.push(i)}i.headers.push(e),e.headerGroup=i}),l.push(i),t>0&&u(o,t-1)};u(t.map((e,t)=>cy(n,e,{depth:a,index:t})),a-1),l.reverse();let c=e=>e.filter(e=>e.column.getIsVisible()).map(e=>{let t=0,n=0,r=[0];return e.subHeaders&&e.subHeaders.length?(r=[],c(e.subHeaders).forEach(e=>{let{colSpan:n,rowSpan:i}=e;t+=n,r.push(i)})):t=1,n+=Math.min(...r),e.colSpan=t,e.rowSpan=n,{colSpan:t,rowSpan:n}});return c(null!=(i=null==(o=l[0])?void 0:o.headers)?i:[]),l}let cb=(e,t,n,r,i,o,a)=>{let s={id:t,index:r,original:n,depth:i,parentId:a,_valuesCache:{},_uniqueValuesCache:{},getValue:t=>{if(s._valuesCache.hasOwnProperty(t))return s._valuesCache[t];let n=e.getColumn(t);if(null!=n&&n.accessorFn)return s._valuesCache[t]=n.accessorFn(s.original,r),s._valuesCache[t]},getUniqueValues:t=>{if(s._uniqueValuesCache.hasOwnProperty(t))return s._uniqueValuesCache[t];let n=e.getColumn(t);if(null!=n&&n.accessorFn)return n.columnDef.getUniqueValues?s._uniqueValuesCache[t]=n.columnDef.getUniqueValues(s.original,r):s._uniqueValuesCache[t]=[s.getValue(t)],s._uniqueValuesCache[t]},renderValue:t=>{var n;return null!=(n=s.getValue(t))?n:e.options.renderFallbackValue},subRows:null!=o?o:[],getLeafRows:()=>(function(e,t){let n=[],r=e=>{e.forEach(e=>{n.push(e);let i=t(e);null!=i&&i.length&&r(i)})};return r(e),n})(s.subRows,e=>e.subRows),getParentRow:()=>s.parentId?e.getRow(s.parentId,!0):void 0,getParentRows:()=>{let e=[],t=s;for(;;){let n=t.getParentRow();if(!n)break;e.push(n),t=n}return e.reverse()},getAllCells:cg(()=>[e.getAllLeafColumns()],t=>t.map(t=>(function(e,t,n,r){let i={id:`${t.id}_${n.id}`,row:t,column:n,getValue:()=>t.getValue(r),renderValue:()=>{var t;return null!=(t=i.getValue())?t:e.options.renderFallbackValue},getContext:cg(()=>[e,n,t,i],(e,t,n,r)=>({table:e,column:t,row:n,cell:r,getValue:r.getValue,renderValue:r.renderValue}),cm(e.options,"debugCells","cell.getContext"))};return e._features.forEach(r=>{null==r.createCell||r.createCell(i,n,t,e)},{}),i})(e,s,t,t.id)),cm(e.options,"debugRows","getAllCells")),_getAllCellsByColumnId:cg(()=>[s.getAllCells()],e=>e.reduce((e,t)=>(e[t.column.id]=t,e),{}),cm(e.options,"debugRows","getAllCellsByColumnId"))};for(let t=0;t<e._features.length;t++){let n=e._features[t];null==n||null==n.createRow||n.createRow(s,e)}return s},cw=(e,t,n)=>{var r,i;let o=null==n||null==(r=n.toString())?void 0:r.toLowerCase();return!!(null==(i=e.getValue(t))||null==(i=i.toString())||null==(i=i.toLowerCase())?void 0:i.includes(o))};cw.autoRemove=e=>cR(e);let cS=(e,t,n)=>{var r;return!!(null==(r=e.getValue(t))||null==(r=r.toString())?void 0:r.includes(n))};cS.autoRemove=e=>cR(e);let cC=(e,t,n)=>{var r;return(null==(r=e.getValue(t))||null==(r=r.toString())?void 0:r.toLowerCase())===(null==n?void 0:n.toLowerCase())};cC.autoRemove=e=>cR(e);let ck=(e,t,n)=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)};ck.autoRemove=e=>cR(e);let cM=(e,t,n)=>!n.some(n=>{var r;return!(null!=(r=e.getValue(t))&&r.includes(n))});cM.autoRemove=e=>cR(e)||!(null!=e&&e.length);let cT=(e,t,n)=>n.some(n=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)});cT.autoRemove=e=>cR(e)||!(null!=e&&e.length);let cI=(e,t,n)=>e.getValue(t)===n;cI.autoRemove=e=>cR(e);let cA=(e,t,n)=>e.getValue(t)==n;cA.autoRemove=e=>cR(e);let cD=(e,t,n)=>{let[r,i]=n,o=e.getValue(t);return o>=r&&o<=i};cD.resolveFilterValue=e=>{let[t,n]=e,r="number"!=typeof t?parseFloat(t):t,i="number"!=typeof n?parseFloat(n):n,o=null===t||Number.isNaN(r)?-1/0:r,a=null===n||Number.isNaN(i)?1/0:i;if(o>a){let e=o;o=a,a=e}return[o,a]},cD.autoRemove=e=>cR(e)||cR(e[0])&&cR(e[1]);let cP={includesString:cw,includesStringSensitive:cS,equalsString:cC,arrIncludes:ck,arrIncludesAll:cM,arrIncludesSome:cT,equals:cI,weakEquals:cA,inNumberRange:cD};function cR(e){return null==e||""===e}function c_(e,t,n){return!!e&&!!e.autoRemove&&e.autoRemove(t,n)||void 0===t||"string"==typeof t&&!t}let cO={sum:(e,t,n)=>n.reduce((t,n)=>{let r=n.getValue(e);return t+("number"==typeof r?r:0)},0),min:(e,t,n)=>{let r;return n.forEach(t=>{let n=t.getValue(e);null!=n&&(r>n||void 0===r&&n>=n)&&(r=n)}),r},max:(e,t,n)=>{let r;return n.forEach(t=>{let n=t.getValue(e);null!=n&&(r<n||void 0===r&&n>=n)&&(r=n)}),r},extent:(e,t,n)=>{let r,i;return n.forEach(t=>{let n=t.getValue(e);null!=n&&(void 0===r?n>=n&&(r=i=n):(r>n&&(r=n),i<n&&(i=n)))}),[r,i]},mean:(e,t)=>{let n=0,r=0;if(t.forEach(t=>{let i=t.getValue(e);null!=i&&(i*=1)>=i&&(++n,r+=i)}),n)return r/n},median:(e,t)=>{if(!t.length)return;let n=t.map(t=>t.getValue(e));if(!(Array.isArray(n)&&n.every(e=>"number"==typeof e)))return;if(1===n.length)return n[0];let r=Math.floor(n.length/2),i=n.sort((e,t)=>e-t);return n.length%2!=0?i[r]:(i[r-1]+i[r])/2},unique:(e,t)=>Array.from(new Set(t.map(t=>t.getValue(e))).values()),uniqueCount:(e,t)=>new Set(t.map(t=>t.getValue(e))).size,count:(e,t)=>t.length},cE=()=>({left:[],right:[]}),cL={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},cZ=()=>({startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]}),cB=null;function cN(e){return"touchstart"===e.type}function cz(e,t){return t?"center"===t?e.getCenterVisibleLeafColumns():"left"===t?e.getLeftVisibleLeafColumns():e.getRightVisibleLeafColumns():e.getVisibleLeafColumns()}let cF=()=>({pageIndex:0,pageSize:10}),cj=()=>({top:[],bottom:[]}),cV=(e,t,n,r,i)=>{var o;let a=i.getRow(t,!0);n?(a.getCanMultiSelect()||Object.keys(e).forEach(t=>delete e[t]),a.getCanSelect()&&(e[t]=!0)):delete e[t],r&&null!=(o=a.subRows)&&o.length&&a.getCanSelectSubRows()&&a.subRows.forEach(t=>cV(e,t.id,n,r,i))};function cH(e,t){let n=e.getState().rowSelection,r=[],i={},o=function(e,t){return e.map(e=>{var t;let a=c$(e,n);if(a&&(r.push(e),i[e.id]=e),null!=(t=e.subRows)&&t.length&&(e={...e,subRows:o(e.subRows)}),a)return e}).filter(Boolean)};return{rows:o(t.rows),flatRows:r,rowsById:i}}function c$(e,t){var n;return null!=(n=t[e.id])&&n}function cW(e,t,n){var r;if(!(null!=(r=e.subRows)&&r.length))return!1;let i=!0,o=!1;return e.subRows.forEach(e=>{if((!o||i)&&(e.getCanSelect()&&(c$(e,t)?o=!0:i=!1),e.subRows&&e.subRows.length)){let n=cW(e,t);"all"===n?o=!0:("some"===n&&(o=!0),i=!1)}}),i?"all":!!o&&"some"}let cG=/([0-9]+)/gm;function cq(e,t){return e===t?0:e>t?1:-1}function cU(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function cY(e,t){let n=e.split(cG).filter(Boolean),r=t.split(cG).filter(Boolean);for(;n.length&&r.length;){let e=n.shift(),t=r.shift(),i=parseInt(e,10),o=parseInt(t,10),a=[i,o].sort();if(isNaN(a[0])){if(e>t)return 1;if(t>e)return -1;continue}if(isNaN(a[1]))return isNaN(i)?-1:1;if(i>o)return 1;if(o>i)return -1}return n.length-r.length}let cX={alphanumeric:(e,t,n)=>cY(cU(e.getValue(n)).toLowerCase(),cU(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>cY(cU(e.getValue(n)),cU(t.getValue(n))),text:(e,t,n)=>cq(cU(e.getValue(n)).toLowerCase(),cU(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>cq(cU(e.getValue(n)),cU(t.getValue(n))),datetime:(e,t,n)=>{let r=e.getValue(n),i=t.getValue(n);return r>i?1:r<i?-1:0},basic:(e,t,n)=>cq(e.getValue(n),t.getValue(n))},cK=[{createTable:e=>{e.getHeaderGroups=cg(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,r,i)=>{var o,a;let s=null!=(o=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?o:[],l=null!=(a=null==i?void 0:i.map(e=>n.find(t=>t.id===e)).filter(Boolean))?a:[];return cx(t,[...s,...n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),...l],e)},cm(e.options,cv,"getHeaderGroups")),e.getCenterHeaderGroups=cg(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,r,i)=>cx(t,n=n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),e,"center"),cm(e.options,cv,"getCenterHeaderGroups")),e.getLeftHeaderGroups=cg(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left],(t,n,r)=>{var i;return cx(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"left")},cm(e.options,cv,"getLeftHeaderGroups")),e.getRightHeaderGroups=cg(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right],(t,n,r)=>{var i;return cx(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"right")},cm(e.options,cv,"getRightHeaderGroups")),e.getFooterGroups=cg(()=>[e.getHeaderGroups()],e=>[...e].reverse(),cm(e.options,cv,"getFooterGroups")),e.getLeftFooterGroups=cg(()=>[e.getLeftHeaderGroups()],e=>[...e].reverse(),cm(e.options,cv,"getLeftFooterGroups")),e.getCenterFooterGroups=cg(()=>[e.getCenterHeaderGroups()],e=>[...e].reverse(),cm(e.options,cv,"getCenterFooterGroups")),e.getRightFooterGroups=cg(()=>[e.getRightHeaderGroups()],e=>[...e].reverse(),cm(e.options,cv,"getRightFooterGroups")),e.getFlatHeaders=cg(()=>[e.getHeaderGroups()],e=>e.map(e=>e.headers).flat(),cm(e.options,cv,"getFlatHeaders")),e.getLeftFlatHeaders=cg(()=>[e.getLeftHeaderGroups()],e=>e.map(e=>e.headers).flat(),cm(e.options,cv,"getLeftFlatHeaders")),e.getCenterFlatHeaders=cg(()=>[e.getCenterHeaderGroups()],e=>e.map(e=>e.headers).flat(),cm(e.options,cv,"getCenterFlatHeaders")),e.getRightFlatHeaders=cg(()=>[e.getRightHeaderGroups()],e=>e.map(e=>e.headers).flat(),cm(e.options,cv,"getRightFlatHeaders")),e.getCenterLeafHeaders=cg(()=>[e.getCenterFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),cm(e.options,cv,"getCenterLeafHeaders")),e.getLeftLeafHeaders=cg(()=>[e.getLeftFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),cm(e.options,cv,"getLeftLeafHeaders")),e.getRightLeafHeaders=cg(()=>[e.getRightFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),cm(e.options,cv,"getRightLeafHeaders")),e.getLeafHeaders=cg(()=>[e.getLeftHeaderGroups(),e.getCenterHeaderGroups(),e.getRightHeaderGroups()],(e,t,n)=>{var r,i,o,a,s,l;return[...null!=(r=null==(i=e[0])?void 0:i.headers)?r:[],...null!=(o=null==(a=t[0])?void 0:a.headers)?o:[],...null!=(s=null==(l=n[0])?void 0:l.headers)?s:[]].map(e=>e.getLeafHeaders()).flat()},cm(e.options,cv,"getLeafHeaders"))}},{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:cp("columnVisibility",e)}),createColumn:(e,t)=>{e.toggleVisibility=n=>{e.getCanHide()&&t.setColumnVisibility(t=>({...t,[e.id]:null!=n?n:!e.getIsVisible()}))},e.getIsVisible=()=>{var n,r;let i=e.columns;return null==(n=i.length?i.some(e=>e.getIsVisible()):null==(r=t.getState().columnVisibility)?void 0:r[e.id])||n},e.getCanHide=()=>{var n,r;return(null==(n=e.columnDef.enableHiding)||n)&&(null==(r=t.options.enableHiding)||r)},e.getToggleVisibilityHandler=()=>t=>{null==e.toggleVisibility||e.toggleVisibility(t.target.checked)}},createRow:(e,t)=>{e._getAllVisibleCells=cg(()=>[e.getAllCells(),t.getState().columnVisibility],e=>e.filter(e=>e.column.getIsVisible()),cm(t.options,"debugRows","_getAllVisibleCells")),e.getVisibleCells=cg(()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()],(e,t,n)=>[...e,...t,...n],cm(t.options,"debugRows","getVisibleCells"))},createTable:e=>{let t=(t,n)=>cg(()=>[n(),n().filter(e=>e.getIsVisible()).map(e=>e.id).join("_")],e=>e.filter(e=>null==e.getIsVisible?void 0:e.getIsVisible()),cm(e.options,"debugColumns",t));e.getVisibleFlatColumns=t("getVisibleFlatColumns",()=>e.getAllFlatColumns()),e.getVisibleLeafColumns=t("getVisibleLeafColumns",()=>e.getAllLeafColumns()),e.getLeftVisibleLeafColumns=t("getLeftVisibleLeafColumns",()=>e.getLeftLeafColumns()),e.getRightVisibleLeafColumns=t("getRightVisibleLeafColumns",()=>e.getRightLeafColumns()),e.getCenterVisibleLeafColumns=t("getCenterVisibleLeafColumns",()=>e.getCenterLeafColumns()),e.setColumnVisibility=t=>null==e.options.onColumnVisibilityChange?void 0:e.options.onColumnVisibilityChange(t),e.resetColumnVisibility=t=>{var n;e.setColumnVisibility(t?{}:null!=(n=e.initialState.columnVisibility)?n:{})},e.toggleAllColumnsVisible=t=>{var n;t=null!=(n=t)?n:!e.getIsAllColumnsVisible(),e.setColumnVisibility(e.getAllLeafColumns().reduce((e,n)=>({...e,[n.id]:t||!(null!=n.getCanHide&&n.getCanHide())}),{}))},e.getIsAllColumnsVisible=()=>!e.getAllLeafColumns().some(e=>!(null!=e.getIsVisible&&e.getIsVisible())),e.getIsSomeColumnsVisible=()=>e.getAllLeafColumns().some(e=>null==e.getIsVisible?void 0:e.getIsVisible()),e.getToggleAllColumnsVisibilityHandler=()=>t=>{var n;e.toggleAllColumnsVisible(null==(n=t.target)?void 0:n.checked)}}},{getInitialState:e=>({columnOrder:[],...e}),getDefaultOptions:e=>({onColumnOrderChange:cp("columnOrder",e)}),createColumn:(e,t)=>{e.getIndex=cg(e=>[cz(t,e)],t=>t.findIndex(t=>t.id===e.id),cm(t.options,"debugColumns","getIndex")),e.getIsFirstColumn=n=>{var r;return(null==(r=cz(t,n)[0])?void 0:r.id)===e.id},e.getIsLastColumn=n=>{var r;let i=cz(t,n);return(null==(r=i[i.length-1])?void 0:r.id)===e.id}},createTable:e=>{e.setColumnOrder=t=>null==e.options.onColumnOrderChange?void 0:e.options.onColumnOrderChange(t),e.resetColumnOrder=t=>{var n;e.setColumnOrder(t?[]:null!=(n=e.initialState.columnOrder)?n:[])},e._getOrderColumnsFn=cg(()=>[e.getState().columnOrder,e.getState().grouping,e.options.groupedColumnMode],(e,t,n)=>r=>{let i=[];if(null!=e&&e.length){let t=[...e],n=[...r];for(;n.length&&t.length;){let e=t.shift(),r=n.findIndex(t=>t.id===e);r>-1&&i.push(n.splice(r,1)[0])}i=[...i,...n]}else i=r;var o=i;if(!(null!=t&&t.length)||!n)return o;let a=o.filter(e=>!t.includes(e.id));return"remove"===n?a:[...t.map(e=>o.find(t=>t.id===e)).filter(Boolean),...a]},cm(e.options,"debugTable","_getOrderColumnsFn"))}},{getInitialState:e=>({columnPinning:cE(),...e}),getDefaultOptions:e=>({onColumnPinningChange:cp("columnPinning",e)}),createColumn:(e,t)=>{e.pin=n=>{let r=e.getLeafColumns().map(e=>e.id).filter(Boolean);t.setColumnPinning(e=>{var t,i,o,a,s,l;return"right"===n?{left:(null!=(o=null==e?void 0:e.left)?o:[]).filter(e=>!(null!=r&&r.includes(e))),right:[...(null!=(a=null==e?void 0:e.right)?a:[]).filter(e=>!(null!=r&&r.includes(e))),...r]}:"left"===n?{left:[...(null!=(s=null==e?void 0:e.left)?s:[]).filter(e=>!(null!=r&&r.includes(e))),...r],right:(null!=(l=null==e?void 0:e.right)?l:[]).filter(e=>!(null!=r&&r.includes(e)))}:{left:(null!=(t=null==e?void 0:e.left)?t:[]).filter(e=>!(null!=r&&r.includes(e))),right:(null!=(i=null==e?void 0:e.right)?i:[]).filter(e=>!(null!=r&&r.includes(e)))}})},e.getCanPin=()=>e.getLeafColumns().some(e=>{var n,r,i;return(null==(n=e.columnDef.enablePinning)||n)&&(null==(r=null!=(i=t.options.enableColumnPinning)?i:t.options.enablePinning)||r)}),e.getIsPinned=()=>{let n=e.getLeafColumns().map(e=>e.id),{left:r,right:i}=t.getState().columnPinning,o=n.some(e=>null==r?void 0:r.includes(e)),a=n.some(e=>null==i?void 0:i.includes(e));return o?"left":!!a&&"right"},e.getPinnedIndex=()=>{var n,r;let i=e.getIsPinned();return i?null!=(n=null==(r=t.getState().columnPinning)||null==(r=r[i])?void 0:r.indexOf(e.id))?n:-1:0}},createRow:(e,t)=>{e.getCenterVisibleCells=cg(()=>[e._getAllVisibleCells(),t.getState().columnPinning.left,t.getState().columnPinning.right],(e,t,n)=>{let r=[...null!=t?t:[],...null!=n?n:[]];return e.filter(e=>!r.includes(e.column.id))},cm(t.options,"debugRows","getCenterVisibleCells")),e.getLeftVisibleCells=cg(()=>[e._getAllVisibleCells(),t.getState().columnPinning.left],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.column.id===t)).filter(Boolean).map(e=>({...e,position:"left"})),cm(t.options,"debugRows","getLeftVisibleCells")),e.getRightVisibleCells=cg(()=>[e._getAllVisibleCells(),t.getState().columnPinning.right],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.column.id===t)).filter(Boolean).map(e=>({...e,position:"right"})),cm(t.options,"debugRows","getRightVisibleCells"))},createTable:e=>{e.setColumnPinning=t=>null==e.options.onColumnPinningChange?void 0:e.options.onColumnPinningChange(t),e.resetColumnPinning=t=>{var n,r;return e.setColumnPinning(t?cE():null!=(n=null==(r=e.initialState)?void 0:r.columnPinning)?n:cE())},e.getIsSomeColumnsPinned=t=>{var n,r,i;let o=e.getState().columnPinning;return t?!!(null==(n=o[t])?void 0:n.length):!!((null==(r=o.left)?void 0:r.length)||(null==(i=o.right)?void 0:i.length))},e.getLeftLeafColumns=cg(()=>[e.getAllLeafColumns(),e.getState().columnPinning.left],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),cm(e.options,"debugColumns","getLeftLeafColumns")),e.getRightLeafColumns=cg(()=>[e.getAllLeafColumns(),e.getState().columnPinning.right],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),cm(e.options,"debugColumns","getRightLeafColumns")),e.getCenterLeafColumns=cg(()=>[e.getAllLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(e,t,n)=>{let r=[...null!=t?t:[],...null!=n?n:[]];return e.filter(e=>!r.includes(e.id))},cm(e.options,"debugColumns","getCenterLeafColumns"))}},{createColumn:(e,t)=>{e._getFacetedRowModel=t.options.getFacetedRowModel&&t.options.getFacetedRowModel(t,e.id),e.getFacetedRowModel=()=>e._getFacetedRowModel?e._getFacetedRowModel():t.getPreFilteredRowModel(),e._getFacetedUniqueValues=t.options.getFacetedUniqueValues&&t.options.getFacetedUniqueValues(t,e.id),e.getFacetedUniqueValues=()=>e._getFacetedUniqueValues?e._getFacetedUniqueValues():new Map,e._getFacetedMinMaxValues=t.options.getFacetedMinMaxValues&&t.options.getFacetedMinMaxValues(t,e.id),e.getFacetedMinMaxValues=()=>{if(e._getFacetedMinMaxValues)return e._getFacetedMinMaxValues()}}},{getDefaultColumnDef:()=>({filterFn:"auto"}),getInitialState:e=>({columnFilters:[],...e}),getDefaultOptions:e=>({onColumnFiltersChange:cp("columnFilters",e),filterFromLeafRows:!1,maxLeafRowFilterDepth:100}),createColumn:(e,t)=>{e.getAutoFilterFn=()=>{let n=t.getCoreRowModel().flatRows[0],r=null==n?void 0:n.getValue(e.id);return"string"==typeof r?cP.includesString:"number"==typeof r?cP.inNumberRange:"boolean"==typeof r||null!==r&&"object"==typeof r?cP.equals:Array.isArray(r)?cP.arrIncludes:cP.weakEquals},e.getFilterFn=()=>{var n,r;return cf(e.columnDef.filterFn)?e.columnDef.filterFn:"auto"===e.columnDef.filterFn?e.getAutoFilterFn():null!=(n=null==(r=t.options.filterFns)?void 0:r[e.columnDef.filterFn])?n:cP[e.columnDef.filterFn]},e.getCanFilter=()=>{var n,r,i;return(null==(n=e.columnDef.enableColumnFilter)||n)&&(null==(r=t.options.enableColumnFilters)||r)&&(null==(i=t.options.enableFilters)||i)&&!!e.accessorFn},e.getIsFiltered=()=>e.getFilterIndex()>-1,e.getFilterValue=()=>{var n;return null==(n=t.getState().columnFilters)||null==(n=n.find(t=>t.id===e.id))?void 0:n.value},e.getFilterIndex=()=>{var n,r;return null!=(n=null==(r=t.getState().columnFilters)?void 0:r.findIndex(t=>t.id===e.id))?n:-1},e.setFilterValue=n=>{t.setColumnFilters(t=>{var r,i;let o=e.getFilterFn(),a=null==t?void 0:t.find(t=>t.id===e.id),s=ch(n,a?a.value:void 0);if(c_(o,s,e))return null!=(r=null==t?void 0:t.filter(t=>t.id!==e.id))?r:[];let l={id:e.id,value:s};return a?null!=(i=null==t?void 0:t.map(t=>t.id===e.id?l:t))?i:[]:null!=t&&t.length?[...t,l]:[l]})}},createRow:(e,t)=>{e.columnFilters={},e.columnFiltersMeta={}},createTable:e=>{e.setColumnFilters=t=>{let n=e.getAllLeafColumns();null==e.options.onColumnFiltersChange||e.options.onColumnFiltersChange(e=>{var r;return null==(r=ch(t,e))?void 0:r.filter(e=>{let t=n.find(t=>t.id===e.id);return!(t&&c_(t.getFilterFn(),e.value,t))&&!0})})},e.resetColumnFilters=t=>{var n,r;e.setColumnFilters(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.columnFilters)?n:[])},e.getPreFilteredRowModel=()=>e.getCoreRowModel(),e.getFilteredRowModel=()=>(!e._getFilteredRowModel&&e.options.getFilteredRowModel&&(e._getFilteredRowModel=e.options.getFilteredRowModel(e)),e.options.manualFiltering||!e._getFilteredRowModel)?e.getPreFilteredRowModel():e._getFilteredRowModel()}},{createTable:e=>{e._getGlobalFacetedRowModel=e.options.getFacetedRowModel&&e.options.getFacetedRowModel(e,"__global__"),e.getGlobalFacetedRowModel=()=>e.options.manualFiltering||!e._getGlobalFacetedRowModel?e.getPreFilteredRowModel():e._getGlobalFacetedRowModel(),e._getGlobalFacetedUniqueValues=e.options.getFacetedUniqueValues&&e.options.getFacetedUniqueValues(e,"__global__"),e.getGlobalFacetedUniqueValues=()=>e._getGlobalFacetedUniqueValues?e._getGlobalFacetedUniqueValues():new Map,e._getGlobalFacetedMinMaxValues=e.options.getFacetedMinMaxValues&&e.options.getFacetedMinMaxValues(e,"__global__"),e.getGlobalFacetedMinMaxValues=()=>{if(e._getGlobalFacetedMinMaxValues)return e._getGlobalFacetedMinMaxValues()}}},{getInitialState:e=>({globalFilter:void 0,...e}),getDefaultOptions:e=>({onGlobalFilterChange:cp("globalFilter",e),globalFilterFn:"auto",getColumnCanGlobalFilter:t=>{var n;let r=null==(n=e.getCoreRowModel().flatRows[0])||null==(n=n._getAllCellsByColumnId()[t.id])?void 0:n.getValue();return"string"==typeof r||"number"==typeof r}}),createColumn:(e,t)=>{e.getCanGlobalFilter=()=>{var n,r,i,o;return(null==(n=e.columnDef.enableGlobalFilter)||n)&&(null==(r=t.options.enableGlobalFilter)||r)&&(null==(i=t.options.enableFilters)||i)&&(null==(o=null==t.options.getColumnCanGlobalFilter?void 0:t.options.getColumnCanGlobalFilter(e))||o)&&!!e.accessorFn}},createTable:e=>{e.getGlobalAutoFilterFn=()=>cP.includesString,e.getGlobalFilterFn=()=>{var t,n;let{globalFilterFn:r}=e.options;return cf(r)?r:"auto"===r?e.getGlobalAutoFilterFn():null!=(t=null==(n=e.options.filterFns)?void 0:n[r])?t:cP[r]},e.setGlobalFilter=t=>{null==e.options.onGlobalFilterChange||e.options.onGlobalFilterChange(t)},e.resetGlobalFilter=t=>{e.setGlobalFilter(t?void 0:e.initialState.globalFilter)}}},{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto",sortUndefined:1}),getDefaultOptions:e=>({onSortingChange:cp("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>{e.getAutoSortingFn=()=>{let n=t.getFilteredRowModel().flatRows.slice(10),r=!1;for(let t of n){let n=null==t?void 0:t.getValue(e.id);if("[object Date]"===Object.prototype.toString.call(n))return cX.datetime;if("string"==typeof n&&(r=!0,n.split(cG).length>1))return cX.alphanumeric}return r?cX.text:cX.basic},e.getAutoSortDir=()=>{let n=t.getFilteredRowModel().flatRows[0];return"string"==typeof(null==n?void 0:n.getValue(e.id))?"asc":"desc"},e.getSortingFn=()=>{var n,r;if(!e)throw Error();return cf(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(n=null==(r=t.options.sortingFns)?void 0:r[e.columnDef.sortingFn])?n:cX[e.columnDef.sortingFn]},e.toggleSorting=(n,r)=>{let i=e.getNextSortingOrder(),o=null!=n;t.setSorting(a=>{let s,l=null==a?void 0:a.find(t=>t.id===e.id),u=null==a?void 0:a.findIndex(t=>t.id===e.id),c=[],d=o?n:"desc"===i;if("toggle"!=(s=null!=a&&a.length&&e.getCanMultiSort()&&r?l?"toggle":"add":null!=a&&a.length&&u!==a.length-1?"replace":l?"toggle":"replace")||o||i||(s="remove"),"add"===s){var h;(c=[...a,{id:e.id,desc:d}]).splice(0,c.length-(null!=(h=t.options.maxMultiSortColCount)?h:Number.MAX_SAFE_INTEGER))}else c="toggle"===s?a.map(t=>t.id===e.id?{...t,desc:d}:t):"remove"===s?a.filter(t=>t.id!==e.id):[{id:e.id,desc:d}];return c})},e.getFirstSortDir=()=>{var n,r;return(null!=(n=null!=(r=e.columnDef.sortDescFirst)?r:t.options.sortDescFirst)?n:"desc"===e.getAutoSortDir())?"desc":"asc"},e.getNextSortingOrder=n=>{var r,i;let o=e.getFirstSortDir(),a=e.getIsSorted();return a?(a===o||null!=(r=t.options.enableSortingRemoval)&&!r||!!n&&null!=(i=t.options.enableMultiRemove)&&!i)&&("desc"===a?"asc":"desc"):o},e.getCanSort=()=>{var n,r;return(null==(n=e.columnDef.enableSorting)||n)&&(null==(r=t.options.enableSorting)||r)&&!!e.accessorFn},e.getCanMultiSort=()=>{var n,r;return null!=(n=null!=(r=e.columnDef.enableMultiSort)?r:t.options.enableMultiSort)?n:!!e.accessorFn},e.getIsSorted=()=>{var n;let r=null==(n=t.getState().sorting)?void 0:n.find(t=>t.id===e.id);return!!r&&(r.desc?"desc":"asc")},e.getSortIndex=()=>{var n,r;return null!=(n=null==(r=t.getState().sorting)?void 0:r.findIndex(t=>t.id===e.id))?n:-1},e.clearSorting=()=>{t.setSorting(t=>null!=t&&t.length?t.filter(t=>t.id!==e.id):[])},e.getToggleSortingHandler=()=>{let n=e.getCanSort();return r=>{n&&(null==r.persist||r.persist(),null==e.toggleSorting||e.toggleSorting(void 0,!!e.getCanMultiSort()&&(null==t.options.isMultiSortEvent?void 0:t.options.isMultiSortEvent(r))))}}},createTable:e=>{e.setSorting=t=>null==e.options.onSortingChange?void 0:e.options.onSortingChange(t),e.resetSorting=t=>{var n,r;e.setSorting(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.sorting)?n:[])},e.getPreSortedRowModel=()=>e.getGroupedRowModel(),e.getSortedRowModel=()=>(!e._getSortedRowModel&&e.options.getSortedRowModel&&(e._getSortedRowModel=e.options.getSortedRowModel(e)),e.options.manualSorting||!e._getSortedRowModel)?e.getPreSortedRowModel():e._getSortedRowModel()}},{getDefaultColumnDef:()=>({aggregatedCell:e=>{var t,n;return null!=(t=null==(n=e.getValue())||null==n.toString?void 0:n.toString())?t:null},aggregationFn:"auto"}),getInitialState:e=>({grouping:[],...e}),getDefaultOptions:e=>({onGroupingChange:cp("grouping",e),groupedColumnMode:"reorder"}),createColumn:(e,t)=>{e.toggleGrouping=()=>{t.setGrouping(t=>null!=t&&t.includes(e.id)?t.filter(t=>t!==e.id):[...null!=t?t:[],e.id])},e.getCanGroup=()=>{var n,r;return(null==(n=e.columnDef.enableGrouping)||n)&&(null==(r=t.options.enableGrouping)||r)&&(!!e.accessorFn||!!e.columnDef.getGroupingValue)},e.getIsGrouped=()=>{var n;return null==(n=t.getState().grouping)?void 0:n.includes(e.id)},e.getGroupedIndex=()=>{var n;return null==(n=t.getState().grouping)?void 0:n.indexOf(e.id)},e.getToggleGroupingHandler=()=>{let t=e.getCanGroup();return()=>{t&&e.toggleGrouping()}},e.getAutoAggregationFn=()=>{let n=t.getCoreRowModel().flatRows[0],r=null==n?void 0:n.getValue(e.id);return"number"==typeof r?cO.sum:"[object Date]"===Object.prototype.toString.call(r)?cO.extent:void 0},e.getAggregationFn=()=>{var n,r;if(!e)throw Error();return cf(e.columnDef.aggregationFn)?e.columnDef.aggregationFn:"auto"===e.columnDef.aggregationFn?e.getAutoAggregationFn():null!=(n=null==(r=t.options.aggregationFns)?void 0:r[e.columnDef.aggregationFn])?n:cO[e.columnDef.aggregationFn]}},createTable:e=>{e.setGrouping=t=>null==e.options.onGroupingChange?void 0:e.options.onGroupingChange(t),e.resetGrouping=t=>{var n,r;e.setGrouping(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.grouping)?n:[])},e.getPreGroupedRowModel=()=>e.getFilteredRowModel(),e.getGroupedRowModel=()=>(!e._getGroupedRowModel&&e.options.getGroupedRowModel&&(e._getGroupedRowModel=e.options.getGroupedRowModel(e)),e.options.manualGrouping||!e._getGroupedRowModel)?e.getPreGroupedRowModel():e._getGroupedRowModel()},createRow:(e,t)=>{e.getIsGrouped=()=>!!e.groupingColumnId,e.getGroupingValue=n=>{if(e._groupingValuesCache.hasOwnProperty(n))return e._groupingValuesCache[n];let r=t.getColumn(n);return null!=r&&r.columnDef.getGroupingValue?(e._groupingValuesCache[n]=r.columnDef.getGroupingValue(e.original),e._groupingValuesCache[n]):e.getValue(n)},e._groupingValuesCache={}},createCell:(e,t,n,r)=>{e.getIsGrouped=()=>t.getIsGrouped()&&t.id===n.groupingColumnId,e.getIsPlaceholder=()=>!e.getIsGrouped()&&t.getIsGrouped(),e.getIsAggregated=()=>{var t;return!e.getIsGrouped()&&!e.getIsPlaceholder()&&!!(null!=(t=n.subRows)&&t.length)}}},{getInitialState:e=>({expanded:{},...e}),getDefaultOptions:e=>({onExpandedChange:cp("expanded",e),paginateExpandedRows:!0}),createTable:e=>{let t=!1,n=!1;e._autoResetExpanded=()=>{var r,i;if(!t)return void e._queue(()=>{t=!0});if(null!=(r=null!=(i=e.options.autoResetAll)?i:e.options.autoResetExpanded)?r:!e.options.manualExpanding){if(n)return;n=!0,e._queue(()=>{e.resetExpanded(),n=!1})}},e.setExpanded=t=>null==e.options.onExpandedChange?void 0:e.options.onExpandedChange(t),e.toggleAllRowsExpanded=t=>{(null!=t?t:!e.getIsAllRowsExpanded())?e.setExpanded(!0):e.setExpanded({})},e.resetExpanded=t=>{var n,r;e.setExpanded(t?{}:null!=(n=null==(r=e.initialState)?void 0:r.expanded)?n:{})},e.getCanSomeRowsExpand=()=>e.getPrePaginationRowModel().flatRows.some(e=>e.getCanExpand()),e.getToggleAllRowsExpandedHandler=()=>t=>{null==t.persist||t.persist(),e.toggleAllRowsExpanded()},e.getIsSomeRowsExpanded=()=>{let t=e.getState().expanded;return!0===t||Object.values(t).some(Boolean)},e.getIsAllRowsExpanded=()=>{let t=e.getState().expanded;return"boolean"==typeof t?!0===t:!(!Object.keys(t).length||e.getRowModel().flatRows.some(e=>!e.getIsExpanded()))},e.getExpandedDepth=()=>{let t=0;return(!0===e.getState().expanded?Object.keys(e.getRowModel().rowsById):Object.keys(e.getState().expanded)).forEach(e=>{let n=e.split(".");t=Math.max(t,n.length)}),t},e.getPreExpandedRowModel=()=>e.getSortedRowModel(),e.getExpandedRowModel=()=>(!e._getExpandedRowModel&&e.options.getExpandedRowModel&&(e._getExpandedRowModel=e.options.getExpandedRowModel(e)),e.options.manualExpanding||!e._getExpandedRowModel)?e.getPreExpandedRowModel():e._getExpandedRowModel()},createRow:(e,t)=>{e.toggleExpanded=n=>{t.setExpanded(r=>{var i;let o=!0===r||!!(null!=r&&r[e.id]),a={};if(!0===r?Object.keys(t.getRowModel().rowsById).forEach(e=>{a[e]=!0}):a=r,n=null!=(i=n)?i:!o,!o&&n)return{...a,[e.id]:!0};if(o&&!n){let{[e.id]:t,...n}=a;return n}return r})},e.getIsExpanded=()=>{var n;let r=t.getState().expanded;return!!(null!=(n=null==t.options.getIsRowExpanded?void 0:t.options.getIsRowExpanded(e))?n:!0===r||(null==r?void 0:r[e.id]))},e.getCanExpand=()=>{var n,r,i;return null!=(n=null==t.options.getRowCanExpand?void 0:t.options.getRowCanExpand(e))?n:(null==(r=t.options.enableExpanding)||r)&&!!(null!=(i=e.subRows)&&i.length)},e.getIsAllParentsExpanded=()=>{let n=!0,r=e;for(;n&&r.parentId;)n=(r=t.getRow(r.parentId,!0)).getIsExpanded();return n},e.getToggleExpandedHandler=()=>{let t=e.getCanExpand();return()=>{t&&e.toggleExpanded()}}}},{getInitialState:e=>({...e,pagination:{...cF(),...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:cp("pagination",e)}),createTable:e=>{let t=!1,n=!1;e._autoResetPageIndex=()=>{var r,i;if(!t)return void e._queue(()=>{t=!0});if(null!=(r=null!=(i=e.options.autoResetAll)?i:e.options.autoResetPageIndex)?r:!e.options.manualPagination){if(n)return;n=!0,e._queue(()=>{e.resetPageIndex(),n=!1})}},e.setPagination=t=>null==e.options.onPaginationChange?void 0:e.options.onPaginationChange(e=>ch(t,e)),e.resetPagination=t=>{var n;e.setPagination(t?cF():null!=(n=e.initialState.pagination)?n:cF())},e.setPageIndex=t=>{e.setPagination(n=>{let r=ch(t,n.pageIndex);return r=Math.max(0,Math.min(r,void 0===e.options.pageCount||-1===e.options.pageCount?Number.MAX_SAFE_INTEGER:e.options.pageCount-1)),{...n,pageIndex:r}})},e.resetPageIndex=t=>{var n,r;e.setPageIndex(t?0:null!=(n=null==(r=e.initialState)||null==(r=r.pagination)?void 0:r.pageIndex)?n:0)},e.resetPageSize=t=>{var n,r;e.setPageSize(t?10:null!=(n=null==(r=e.initialState)||null==(r=r.pagination)?void 0:r.pageSize)?n:10)},e.setPageSize=t=>{e.setPagination(e=>{let n=Math.max(1,ch(t,e.pageSize)),r=Math.floor(e.pageSize*e.pageIndex/n);return{...e,pageIndex:r,pageSize:n}})},e.setPageCount=t=>e.setPagination(n=>{var r;let i=ch(t,null!=(r=e.options.pageCount)?r:-1);return"number"==typeof i&&(i=Math.max(-1,i)),{...n,pageCount:i}}),e.getPageOptions=cg(()=>[e.getPageCount()],e=>{let t=[];return e&&e>0&&(t=[...Array(e)].fill(null).map((e,t)=>t)),t},cm(e.options,"debugTable","getPageOptions")),e.getCanPreviousPage=()=>e.getState().pagination.pageIndex>0,e.getCanNextPage=()=>{let{pageIndex:t}=e.getState().pagination,n=e.getPageCount();return -1===n||0!==n&&t<n-1},e.previousPage=()=>e.setPageIndex(e=>e-1),e.nextPage=()=>e.setPageIndex(e=>e+1),e.firstPage=()=>e.setPageIndex(0),e.lastPage=()=>e.setPageIndex(e.getPageCount()-1),e.getPrePaginationRowModel=()=>e.getExpandedRowModel(),e.getPaginationRowModel=()=>(!e._getPaginationRowModel&&e.options.getPaginationRowModel&&(e._getPaginationRowModel=e.options.getPaginationRowModel(e)),e.options.manualPagination||!e._getPaginationRowModel)?e.getPrePaginationRowModel():e._getPaginationRowModel(),e.getPageCount=()=>{var t;return null!=(t=e.options.pageCount)?t:Math.ceil(e.getRowCount()/e.getState().pagination.pageSize)},e.getRowCount=()=>{var t;return null!=(t=e.options.rowCount)?t:e.getPrePaginationRowModel().rows.length}}},{getInitialState:e=>({rowPinning:cj(),...e}),getDefaultOptions:e=>({onRowPinningChange:cp("rowPinning",e)}),createRow:(e,t)=>{e.pin=(n,r,i)=>{let o=r?e.getLeafRows().map(e=>{let{id:t}=e;return t}):[],a=new Set([...i?e.getParentRows().map(e=>{let{id:t}=e;return t}):[],e.id,...o]);t.setRowPinning(e=>{var t,r,i,o,s,l;return"bottom"===n?{top:(null!=(i=null==e?void 0:e.top)?i:[]).filter(e=>!(null!=a&&a.has(e))),bottom:[...(null!=(o=null==e?void 0:e.bottom)?o:[]).filter(e=>!(null!=a&&a.has(e))),...Array.from(a)]}:"top"===n?{top:[...(null!=(s=null==e?void 0:e.top)?s:[]).filter(e=>!(null!=a&&a.has(e))),...Array.from(a)],bottom:(null!=(l=null==e?void 0:e.bottom)?l:[]).filter(e=>!(null!=a&&a.has(e)))}:{top:(null!=(t=null==e?void 0:e.top)?t:[]).filter(e=>!(null!=a&&a.has(e))),bottom:(null!=(r=null==e?void 0:e.bottom)?r:[]).filter(e=>!(null!=a&&a.has(e)))}})},e.getCanPin=()=>{var n;let{enableRowPinning:r,enablePinning:i}=t.options;return"function"==typeof r?r(e):null==(n=null!=r?r:i)||n},e.getIsPinned=()=>{let n=[e.id],{top:r,bottom:i}=t.getState().rowPinning,o=n.some(e=>null==r?void 0:r.includes(e)),a=n.some(e=>null==i?void 0:i.includes(e));return o?"top":!!a&&"bottom"},e.getPinnedIndex=()=>{var n,r;let i=e.getIsPinned();if(!i)return -1;let o=null==(n="top"===i?t.getTopRows():t.getBottomRows())?void 0:n.map(e=>{let{id:t}=e;return t});return null!=(r=null==o?void 0:o.indexOf(e.id))?r:-1}},createTable:e=>{e.setRowPinning=t=>null==e.options.onRowPinningChange?void 0:e.options.onRowPinningChange(t),e.resetRowPinning=t=>{var n,r;return e.setRowPinning(t?cj():null!=(n=null==(r=e.initialState)?void 0:r.rowPinning)?n:cj())},e.getIsSomeRowsPinned=t=>{var n,r,i;let o=e.getState().rowPinning;return t?!!(null==(n=o[t])?void 0:n.length):!!((null==(r=o.top)?void 0:r.length)||(null==(i=o.bottom)?void 0:i.length))},e._getPinnedRows=(t,n,r)=>{var i;return(null==(i=e.options.keepPinnedRows)||i?(null!=n?n:[]).map(t=>{let n=e.getRow(t,!0);return n.getIsAllParentsExpanded()?n:null}):(null!=n?n:[]).map(e=>t.find(t=>t.id===e))).filter(Boolean).map(e=>({...e,position:r}))},e.getTopRows=cg(()=>[e.getRowModel().rows,e.getState().rowPinning.top],(t,n)=>e._getPinnedRows(t,n,"top"),cm(e.options,"debugRows","getTopRows")),e.getBottomRows=cg(()=>[e.getRowModel().rows,e.getState().rowPinning.bottom],(t,n)=>e._getPinnedRows(t,n,"bottom"),cm(e.options,"debugRows","getBottomRows")),e.getCenterRows=cg(()=>[e.getRowModel().rows,e.getState().rowPinning.top,e.getState().rowPinning.bottom],(e,t,n)=>{let r=new Set([...null!=t?t:[],...null!=n?n:[]]);return e.filter(e=>!r.has(e.id))},cm(e.options,"debugRows","getCenterRows"))}},{getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:cp("rowSelection",e),enableRowSelection:!0,enableMultiRowSelection:!0,enableSubRowSelection:!0}),createTable:e=>{e.setRowSelection=t=>null==e.options.onRowSelectionChange?void 0:e.options.onRowSelectionChange(t),e.resetRowSelection=t=>{var n;return e.setRowSelection(t?{}:null!=(n=e.initialState.rowSelection)?n:{})},e.toggleAllRowsSelected=t=>{e.setRowSelection(n=>{t=void 0!==t?t:!e.getIsAllRowsSelected();let r={...n},i=e.getPreGroupedRowModel().flatRows;return t?i.forEach(e=>{e.getCanSelect()&&(r[e.id]=!0)}):i.forEach(e=>{delete r[e.id]}),r})},e.toggleAllPageRowsSelected=t=>e.setRowSelection(n=>{let r=void 0!==t?t:!e.getIsAllPageRowsSelected(),i={...n};return e.getRowModel().rows.forEach(t=>{cV(i,t.id,r,!0,e)}),i}),e.getPreSelectedRowModel=()=>e.getCoreRowModel(),e.getSelectedRowModel=cg(()=>[e.getState().rowSelection,e.getCoreRowModel()],(t,n)=>Object.keys(t).length?cH(e,n):{rows:[],flatRows:[],rowsById:{}},cm(e.options,"debugTable","getSelectedRowModel")),e.getFilteredSelectedRowModel=cg(()=>[e.getState().rowSelection,e.getFilteredRowModel()],(t,n)=>Object.keys(t).length?cH(e,n):{rows:[],flatRows:[],rowsById:{}},cm(e.options,"debugTable","getFilteredSelectedRowModel")),e.getGroupedSelectedRowModel=cg(()=>[e.getState().rowSelection,e.getSortedRowModel()],(t,n)=>Object.keys(t).length?cH(e,n):{rows:[],flatRows:[],rowsById:{}},cm(e.options,"debugTable","getGroupedSelectedRowModel")),e.getIsAllRowsSelected=()=>{let t=e.getFilteredRowModel().flatRows,{rowSelection:n}=e.getState(),r=!!(t.length&&Object.keys(n).length);return r&&t.some(e=>e.getCanSelect()&&!n[e.id])&&(r=!1),r},e.getIsAllPageRowsSelected=()=>{let t=e.getPaginationRowModel().flatRows.filter(e=>e.getCanSelect()),{rowSelection:n}=e.getState(),r=!!t.length;return r&&t.some(e=>!n[e.id])&&(r=!1),r},e.getIsSomeRowsSelected=()=>{var t;let n=Object.keys(null!=(t=e.getState().rowSelection)?t:{}).length;return n>0&&n<e.getFilteredRowModel().flatRows.length},e.getIsSomePageRowsSelected=()=>{let t=e.getPaginationRowModel().flatRows;return!e.getIsAllPageRowsSelected()&&t.filter(e=>e.getCanSelect()).some(e=>e.getIsSelected()||e.getIsSomeSelected())},e.getToggleAllRowsSelectedHandler=()=>t=>{e.toggleAllRowsSelected(t.target.checked)},e.getToggleAllPageRowsSelectedHandler=()=>t=>{e.toggleAllPageRowsSelected(t.target.checked)}},createRow:(e,t)=>{e.toggleSelected=(n,r)=>{let i=e.getIsSelected();t.setRowSelection(o=>{var a;if(n=void 0!==n?n:!i,e.getCanSelect()&&i===n)return o;let s={...o};return cV(s,e.id,n,null==(a=null==r?void 0:r.selectChildren)||a,t),s})},e.getIsSelected=()=>{let{rowSelection:n}=t.getState();return c$(e,n)},e.getIsSomeSelected=()=>{let{rowSelection:n}=t.getState();return"some"===cW(e,n)},e.getIsAllSubRowsSelected=()=>{let{rowSelection:n}=t.getState();return"all"===cW(e,n)},e.getCanSelect=()=>{var n;return"function"==typeof t.options.enableRowSelection?t.options.enableRowSelection(e):null==(n=t.options.enableRowSelection)||n},e.getCanSelectSubRows=()=>{var n;return"function"==typeof t.options.enableSubRowSelection?t.options.enableSubRowSelection(e):null==(n=t.options.enableSubRowSelection)||n},e.getCanMultiSelect=()=>{var n;return"function"==typeof t.options.enableMultiRowSelection?t.options.enableMultiRowSelection(e):null==(n=t.options.enableMultiRowSelection)||n},e.getToggleSelectedHandler=()=>{let t=e.getCanSelect();return n=>{var r;t&&e.toggleSelected(null==(r=n.target)?void 0:r.checked)}}}},{getDefaultColumnDef:()=>cL,getInitialState:e=>({columnSizing:{},columnSizingInfo:cZ(),...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",columnResizeDirection:"ltr",onColumnSizingChange:cp("columnSizing",e),onColumnSizingInfoChange:cp("columnSizingInfo",e)}),createColumn:(e,t)=>{e.getSize=()=>{var n,r,i;let o=t.getState().columnSizing[e.id];return Math.min(Math.max(null!=(n=e.columnDef.minSize)?n:cL.minSize,null!=(r=null!=o?o:e.columnDef.size)?r:cL.size),null!=(i=e.columnDef.maxSize)?i:cL.maxSize)},e.getStart=cg(e=>[e,cz(t,e),t.getState().columnSizing],(t,n)=>n.slice(0,e.getIndex(t)).reduce((e,t)=>e+t.getSize(),0),cm(t.options,"debugColumns","getStart")),e.getAfter=cg(e=>[e,cz(t,e),t.getState().columnSizing],(t,n)=>n.slice(e.getIndex(t)+1).reduce((e,t)=>e+t.getSize(),0),cm(t.options,"debugColumns","getAfter")),e.resetSize=()=>{t.setColumnSizing(t=>{let{[e.id]:n,...r}=t;return r})},e.getCanResize=()=>{var n,r;return(null==(n=e.columnDef.enableResizing)||n)&&(null==(r=t.options.enableColumnResizing)||r)},e.getIsResizing=()=>t.getState().columnSizingInfo.isResizingColumn===e.id},createHeader:(e,t)=>{e.getSize=()=>{let t=0,n=e=>{if(e.subHeaders.length)e.subHeaders.forEach(n);else{var r;t+=null!=(r=e.column.getSize())?r:0}};return n(e),t},e.getStart=()=>{if(e.index>0){let t=e.headerGroup.headers[e.index-1];return t.getStart()+t.getSize()}return 0},e.getResizeHandler=n=>{let r=t.getColumn(e.column.id),i=null==r?void 0:r.getCanResize();return o=>{if(!r||!i||(null==o.persist||o.persist(),cN(o)&&o.touches&&o.touches.length>1))return;let a=e.getSize(),s=e?e.getLeafHeaders().map(e=>[e.column.id,e.column.getSize()]):[[r.id,r.getSize()]],l=cN(o)?Math.round(o.touches[0].clientX):o.clientX,u={},c=(e,n)=>{"number"==typeof n&&(t.setColumnSizingInfo(e=>{var r,i;let o="rtl"===t.options.columnResizeDirection?-1:1,a=(n-(null!=(r=null==e?void 0:e.startOffset)?r:0))*o,s=Math.max(a/(null!=(i=null==e?void 0:e.startSize)?i:0),-.999999);return e.columnSizingStart.forEach(e=>{let[t,n]=e;u[t]=Math.round(100*Math.max(n+n*s,0))/100}),{...e,deltaOffset:a,deltaPercentage:s}}),("onChange"===t.options.columnResizeMode||"end"===e)&&t.setColumnSizing(e=>({...e,...u})))},d=e=>c("move",e),h=e=>{c("end",e),t.setColumnSizingInfo(e=>({...e,isResizingColumn:!1,startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,columnSizingStart:[]}))},p=n||"undefined"!=typeof document?document:null,f={moveHandler:e=>d(e.clientX),upHandler:e=>{null==p||p.removeEventListener("mousemove",f.moveHandler),null==p||p.removeEventListener("mouseup",f.upHandler),h(e.clientX)}},g={moveHandler:e=>(e.cancelable&&(e.preventDefault(),e.stopPropagation()),d(e.touches[0].clientX),!1),upHandler:e=>{var t;null==p||p.removeEventListener("touchmove",g.moveHandler),null==p||p.removeEventListener("touchend",g.upHandler),e.cancelable&&(e.preventDefault(),e.stopPropagation()),h(null==(t=e.touches[0])?void 0:t.clientX)}},m=!!function(){if("boolean"==typeof cB)return cB;let e=!1;try{let t=()=>{};window.addEventListener("test",t,{get passive(){return e=!0,!1}}),window.removeEventListener("test",t)}catch(t){e=!1}return cB=e}()&&{passive:!1};cN(o)?(null==p||p.addEventListener("touchmove",g.moveHandler,m),null==p||p.addEventListener("touchend",g.upHandler,m)):(null==p||p.addEventListener("mousemove",f.moveHandler,m),null==p||p.addEventListener("mouseup",f.upHandler,m)),t.setColumnSizingInfo(e=>({...e,startOffset:l,startSize:a,deltaOffset:0,deltaPercentage:0,columnSizingStart:s,isResizingColumn:r.id}))}}},createTable:e=>{e.setColumnSizing=t=>null==e.options.onColumnSizingChange?void 0:e.options.onColumnSizingChange(t),e.setColumnSizingInfo=t=>null==e.options.onColumnSizingInfoChange?void 0:e.options.onColumnSizingInfoChange(t),e.resetColumnSizing=t=>{var n;e.setColumnSizing(t?{}:null!=(n=e.initialState.columnSizing)?n:{})},e.resetHeaderSizeInfo=t=>{var n;e.setColumnSizingInfo(t?cZ():null!=(n=e.initialState.columnSizingInfo)?n:cZ())},e.getTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getHeaderGroups()[0])?void 0:n.headers.reduce((e,t)=>e+t.getSize(),0))?t:0},e.getLeftTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getLeftHeaderGroups()[0])?void 0:n.headers.reduce((e,t)=>e+t.getSize(),0))?t:0},e.getCenterTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getCenterHeaderGroups()[0])?void 0:n.headers.reduce((e,t)=>e+t.getSize(),0))?t:0},e.getRightTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getRightHeaderGroups()[0])?void 0:n.headers.reduce((e,t)=>e+t.getSize(),0))?t:0}}}],cQ=B.createContext();function cJ(e){return(0,Y.ZP)("MuiTableRow",e)}let c0=(0,U.Z)("MuiTableRow",["root","selected","hover","head","footer"]),c1=(0,$.ZP)("tr",{name:"MuiTableRow",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.head&&t.head,n.footer&&t.footer]}})((0,W.Z)(({theme:e})=>({color:"inherit",display:"table-row",verticalAlign:"middle",outline:0,[`&.${c0.hover}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${c0.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)}}}))),c2=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTableRow"}),{className:r,component:i="tr",hover:o=!1,selected:a=!1,...s}=n,l=B.useContext(cQ),u={...n,component:i,hover:o,selected:a,head:l&&"head"===l.variant,footer:l&&"footer"===l.variant},c=(e=>{let{classes:t,selected:n,hover:r,head:i,footer:o}=e;return(0,F.Z)({root:["root",n&&"selected",r&&"hover",i&&"head",o&&"footer"]},cJ,t)})(u);return(0,Z.jsx)(c1,{as:i,ref:t,className:(0,z.Z)(c.root,r),role:"tr"===i?null:"row",ownerState:u,...s})});function c5(e){return(0,Y.ZP)("MuiDivider",e)}let c3=(0,U.Z)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]),c4=(0,U.Z)("MuiListItemIcon",["root","alignItemsFlexStart"]);function c6(e){return(0,Y.ZP)("MuiMenuItem",e)}let c8=(0,U.Z)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]),c9=(0,$.ZP)(eo.Z,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.divider&&t.divider,!n.disableGutters&&t.gutters]}})((0,W.Z)(({theme:e})=>({...e.typography.body1,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap","&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${c8.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${c8.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${c8.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${c8.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${c8.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${c3.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${c3.inset}`]:{marginLeft:52},[`& .${cr.root}`]:{marginTop:0,marginBottom:0},[`& .${cr.inset}`]:{paddingLeft:36},[`& .${c4.root}`]:{minWidth:36},variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:e})=>!e.dense,style:{[e.breakpoints.up("sm")]:{minHeight:"auto"}}},{props:({ownerState:e})=>e.dense,style:{minHeight:32,paddingTop:4,paddingBottom:4,...e.typography.body2,[`& .${c4.root} svg`]:{fontSize:"1.25rem"}}}]}))),c7=B.forwardRef(function(e,t){let n,r=(0,q.i)({props:e,name:"MuiMenuItem"}),{autoFocus:i=!1,component:o="li",dense:a=!1,divider:s=!1,disableGutters:l=!1,focusVisibleClassName:u,role:c="menuitem",tabIndex:d,className:h,...p}=r,f=B.useContext(tz),g=B.useMemo(()=>({dense:a||f.dense||!1,disableGutters:l}),[f.dense,a,l]),m=B.useRef(null);(0,eX.Z)(()=>{i&&m.current&&m.current.focus()},[i]);let v={...r,dense:g.dense,divider:s,disableGutters:l},y=(e=>{let{disabled:t,dense:n,divider:r,disableGutters:i,selected:o,classes:a}=e,s=(0,F.Z)({root:["root",n&&"dense",t&&"disabled",!i&&"gutters",r&&"divider",o&&"selected"]},c6,a);return{...a,...s}})(r),x=(0,eY.Z)(m,t);return r.disabled||(n=void 0!==d?d:-1),(0,Z.jsx)(tz.Provider,{value:g,children:(0,Z.jsx)(c9,{ref:x,role:c,tabIndex:n,component:o,focusVisibleClassName:(0,z.Z)(y.focusVisible,u),className:(0,z.Z)(y.root,h),...p,ownerState:v,classes:y})})}),de=B.createContext();function dt(e){return(0,Y.ZP)("MuiTableCell",e)}let dn=(0,U.Z)("MuiTableCell",["root","head","body","footer","sizeSmall","sizeMedium","paddingCheckbox","paddingNone","alignLeft","alignCenter","alignRight","alignJustify","stickyHeader"]),dr=(0,$.ZP)("td",{name:"MuiTableCell",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],t[`size${(0,H.Z)(n.size)}`],"normal"!==n.padding&&t[`padding${(0,H.Z)(n.padding)}`],"inherit"!==n.align&&t[`align${(0,H.Z)(n.align)}`],n.stickyHeader&&t.stickyHeader]}})((0,W.Z)(({theme:e})=>({...e.typography.body2,display:"table-cell",verticalAlign:"inherit",borderBottom:e.vars?`1px solid ${e.vars.palette.TableCell.border}`:`1px solid
|
|
33
|
+
${"light"===e.palette.mode?(0,j.$n)((0,j.Fq)(e.palette.divider,1),.88):(0,j._j)((0,j.Fq)(e.palette.divider,1),.68)}`,textAlign:"left",padding:16,variants:[{props:{variant:"head"},style:{color:(e.vars||e).palette.text.primary,lineHeight:e.typography.pxToRem(24),fontWeight:e.typography.fontWeightMedium}},{props:{variant:"body"},style:{color:(e.vars||e).palette.text.primary}},{props:{variant:"footer"},style:{color:(e.vars||e).palette.text.secondary,lineHeight:e.typography.pxToRem(21),fontSize:e.typography.pxToRem(12)}},{props:{size:"small"},style:{padding:"6px 16px",[`&.${dn.paddingCheckbox}`]:{width:24,padding:"0 12px 0 16px","& > *":{padding:0}}}},{props:{padding:"checkbox"},style:{width:48,padding:"0 0 0 4px"}},{props:{padding:"none"},style:{padding:0}},{props:{align:"left"},style:{textAlign:"left"}},{props:{align:"center"},style:{textAlign:"center"}},{props:{align:"right"},style:{textAlign:"right",flexDirection:"row-reverse"}},{props:{align:"justify"},style:{textAlign:"justify"}},{props:({ownerState:e})=>e.stickyHeader,style:{position:"sticky",top:0,zIndex:2,backgroundColor:(e.vars||e).palette.background.default}}]}))),di=B.forwardRef(function(e,t){let n,r=(0,q.i)({props:e,name:"MuiTableCell"}),{align:i="inherit",className:o,component:a,padding:s,scope:l,size:u,sortDirection:c,variant:d,...h}=r,p=B.useContext(de),f=B.useContext(cQ),g=f&&"head"===f.variant,m=l;"td"===(n=a||(g?"th":"td"))?m=void 0:!m&&g&&(m="col");let v=d||f&&f.variant,y={...r,align:i,component:n,padding:s||(p&&p.padding?p.padding:"normal"),size:u||(p&&p.size?p.size:"medium"),sortDirection:c,stickyHeader:"head"===v&&p&&p.stickyHeader,variant:v},x=(e=>{let{classes:t,variant:n,align:r,padding:i,size:o,stickyHeader:a}=e,s={root:["root",n,a&&"stickyHeader","inherit"!==r&&`align${(0,H.Z)(r)}`,"normal"!==i&&`padding${(0,H.Z)(i)}`,`size${(0,H.Z)(o)}`]};return(0,F.Z)(s,dt,t)})(y),b=null;return c&&(b="asc"===c?"ascending":"descending"),(0,Z.jsx)(dr,{as:n,ref:t,className:(0,z.Z)(x.root,o),"aria-sort":b,scope:m,ownerState:y,...h})});function da(e){return(0,Y.ZP)("MuiToolbar",e)}(0,U.Z)("MuiToolbar",["root","gutters","regular","dense"]);let ds=(0,$.ZP)("div",{name:"MuiToolbar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disableGutters&&t.gutters,t[n.variant]]}})((0,W.Z)(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}},{props:{variant:"dense"},style:{minHeight:48}},{props:{variant:"regular"},style:e.mixins.toolbar}]}))),dl=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiToolbar"}),{className:r,component:i="div",disableGutters:o=!1,variant:a="regular",...s}=n,l={...n,component:i,disableGutters:o,variant:a},u=(e=>{let{classes:t,disableGutters:n,variant:r}=e;return(0,F.Z)({root:["root",!n&&"gutters",r]},da,t)})(l);return(0,Z.jsx)(ds,{as:i,className:(0,z.Z)(u.root,r),ref:t,ownerState:l,...s})}),du=(0,ri.Z)((0,Z.jsx)("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),dc=(0,ri.Z)((0,Z.jsx)("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight"),dd=(0,ri.Z)((0,Z.jsx)("path",{d:"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage"),dh=(0,ri.Z)((0,Z.jsx)("path",{d:"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),dp=B.forwardRef(function(e,t){let{backIconButtonProps:n,count:r,disabled:i=!1,getItemAriaLabel:o,nextIconButtonProps:a,onPageChange:s,page:l,rowsPerPage:u,showFirstButton:c,showLastButton:d,slots:h={},slotProps:p={},...f}=e,g=tE(),m=h.firstButton??eR,v=h.lastButton??eR,y=h.nextButton??eR,x=h.previousButton??eR,b=h.firstButtonIcon??dh,w=h.lastButtonIcon??dd,S=h.nextButtonIcon??dc,C=h.previousButtonIcon??du,k=g?v:m,M=g?y:x,T=g?x:y,I=g?m:v,A=g?p.lastButton:p.firstButton,D=g?p.nextButton:p.previousButton,P=g?p.previousButton:p.nextButton,R=g?p.firstButton:p.lastButton;return(0,Z.jsxs)("div",{ref:t,...f,children:[c&&(0,Z.jsx)(k,{onClick:e=>{s(e,0)},disabled:i||0===l,"aria-label":o("first",l),title:o("first",l),...A,children:g?(0,Z.jsx)(w,{...p.lastButtonIcon}):(0,Z.jsx)(b,{...p.firstButtonIcon})}),(0,Z.jsx)(M,{onClick:e=>{s(e,l-1)},disabled:i||0===l,color:"inherit","aria-label":o("previous",l),title:o("previous",l),...D??n,children:g?(0,Z.jsx)(S,{...p.nextButtonIcon}):(0,Z.jsx)(C,{...p.previousButtonIcon})}),(0,Z.jsx)(T,{onClick:e=>{s(e,l+1)},disabled:i||-1!==r&&l>=Math.ceil(r/u)-1,color:"inherit","aria-label":o("next",l),title:o("next",l),...P??a,children:g?(0,Z.jsx)(C,{...p.previousButtonIcon}):(0,Z.jsx)(S,{...p.nextButtonIcon})}),d&&(0,Z.jsx)(I,{onClick:e=>{s(e,Math.max(0,Math.ceil(r/u)-1))},disabled:i||l>=Math.ceil(r/u)-1,"aria-label":o("last",l),title:o("last",l),...R,children:g?(0,Z.jsx)(b,{...p.firstButtonIcon}):(0,Z.jsx)(w,{...p.lastButtonIcon})})]})});function df(e){return(0,Y.ZP)("MuiTablePagination",e)}let dg=(0,U.Z)("MuiTablePagination",["root","toolbar","spacer","selectLabel","selectRoot","select","selectIcon","input","menuItem","displayedRows","actions"]),dm=(0,$.ZP)(di,{name:"MuiTablePagination",slot:"Root",overridesResolver:(e,t)=>t.root})((0,W.Z)(({theme:e})=>({overflow:"auto",color:(e.vars||e).palette.text.primary,fontSize:e.typography.pxToRem(14),"&:last-child":{padding:0}}))),dv=(0,$.ZP)(dl,{name:"MuiTablePagination",slot:"Toolbar",overridesResolver:(e,t)=>({[`& .${dg.actions}`]:t.actions,...t.toolbar})})((0,W.Z)(({theme:e})=>({minHeight:52,paddingRight:2,[`${e.breakpoints.up("xs")} and (orientation: landscape)`]:{minHeight:52},[e.breakpoints.up("sm")]:{minHeight:52,paddingRight:2},[`& .${dg.actions}`]:{flexShrink:0,marginLeft:20}}))),dy=(0,$.ZP)("div",{name:"MuiTablePagination",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})({flex:"1 1 100%"}),dx=(0,$.ZP)("p",{name:"MuiTablePagination",slot:"SelectLabel",overridesResolver:(e,t)=>t.selectLabel})((0,W.Z)(({theme:e})=>({...e.typography.body2,flexShrink:0}))),db=(0,$.ZP)(rc,{name:"MuiTablePagination",slot:"Select",overridesResolver:(e,t)=>({[`& .${dg.selectIcon}`]:t.selectIcon,[`& .${dg.select}`]:t.select,...t.input,...t.selectRoot})})({color:"inherit",fontSize:"inherit",flexShrink:0,marginRight:32,marginLeft:8,[`& .${dg.select}`]:{paddingLeft:8,paddingRight:24,textAlign:"right",textAlignLast:"right"}}),dw=(0,$.ZP)(c7,{name:"MuiTablePagination",slot:"MenuItem",overridesResolver:(e,t)=>t.menuItem})({}),dS=(0,$.ZP)("p",{name:"MuiTablePagination",slot:"DisplayedRows",overridesResolver:(e,t)=>t.displayedRows})((0,W.Z)(({theme:e})=>({...e.typography.body2,flexShrink:0})));function dC({from:e,to:t,count:n}){return`${e}–${t} of ${-1!==n?n:`more than ${t}`}`}function dk(e){return`Go to ${e} page`}let dM=B.forwardRef(function(e,t){let n,r=(0,q.i)({props:e,name:"MuiTablePagination"}),{ActionsComponent:i=dp,backIconButtonProps:o,colSpan:a,component:s=di,count:l,disabled:u=!1,getItemAriaLabel:c=dk,labelDisplayedRows:d=dC,labelRowsPerPage:h="Rows per page:",nextIconButtonProps:p,onPageChange:f,onRowsPerPageChange:g,page:m,rowsPerPage:v,rowsPerPageOptions:y=[10,25,50,100],SelectProps:x={},showFirstButton:b=!1,showLastButton:w=!1,slotProps:S={},slots:C={},...k}=r,M=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],toolbar:["toolbar"],spacer:["spacer"],selectLabel:["selectLabel"],select:["select"],input:["input"],selectIcon:["selectIcon"],menuItem:["menuItem"],displayedRows:["displayedRows"],actions:["actions"]},df,t)})(r),T=S?.select??x,I=T.native?"option":dw;(s===di||"td"===s)&&(n=a||1e3);let A=(0,er.Z)(T.id),D=(0,er.Z)(T.labelId),R={slots:C,slotProps:S},[_,O]=(0,np.Z)("root",{ref:t,className:M.root,elementType:dm,externalForwardedProps:{...R,component:s,...k},ownerState:r,additionalProps:{colSpan:n}}),[E,L]=(0,np.Z)("toolbar",{className:M.toolbar,elementType:dv,externalForwardedProps:R,ownerState:r}),[N,j]=(0,np.Z)("spacer",{className:M.spacer,elementType:dy,externalForwardedProps:R,ownerState:r}),[V,H]=(0,np.Z)("selectLabel",{className:M.selectLabel,elementType:dx,externalForwardedProps:R,ownerState:r,additionalProps:{id:D}}),[$,W]=(0,np.Z)("select",{className:M.select,elementType:db,externalForwardedProps:R,ownerState:r}),[G,U]=(0,np.Z)("menuItem",{className:M.menuItem,elementType:I,externalForwardedProps:R,ownerState:r}),[Y,X]=(0,np.Z)("displayedRows",{className:M.displayedRows,elementType:dS,externalForwardedProps:R,ownerState:r});return(0,Z.jsx)(_,{...O,children:(0,Z.jsxs)(E,{...L,children:[(0,Z.jsx)(N,{...j}),y.length>1&&(0,Z.jsx)(V,{...H,children:h}),y.length>1&&(0,Z.jsx)($,{variant:"standard",...!T.variant&&{input:P||(P=(0,Z.jsx)(e6,{}))},value:v,onChange:g,id:A,labelId:D,...T,classes:{...T.classes,root:(0,z.Z)(M.input,M.selectRoot,(T.classes||{}).root),select:(0,z.Z)(M.select,(T.classes||{}).select),icon:(0,z.Z)(M.selectIcon,(T.classes||{}).icon)},disabled:u,...W,children:y.map(e=>(0,B.createElement)(G,{...U,key:e.label?e.label:e,value:e.value?e.value:e},e.label?e.label:e))}),(0,Z.jsx)(Y,{...X,children:d({from:0===l?0:m*v+1,to:-1===l?(m+1)*v:-1===v?l:Math.min(l,(m+1)*v),count:-1===l?-1:l,page:m})}),(0,Z.jsx)(i,{className:M.actions,backIconButtonProps:o,count:l,nextIconButtonProps:p,onPageChange:f,page:m,rowsPerPage:v,showFirstButton:b,showLastButton:w,slotProps:S.actions,slots:C.actions,getItemAriaLabel:c,disabled:u})]})})}),dT=(0,B.forwardRef)(function(e,t){return(0,Z.jsx)(c2,{...e,ref:t,sx:{backgroundColor:e=>e.palette.background.default,"&:hover":{backgroundColor:e=>(0,j.Fq)(e.palette.primary.main,e.palette.action.hoverOpacity)}}})});function dI(e){return(0,Y.ZP)("MuiTableBody",e)}(0,U.Z)("MuiTableBody",["root"]);let dA=(0,$.ZP)("tbody",{name:"MuiTableBody",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-row-group"}),dD={variant:"body"},dP="tbody",dR=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTableBody"}),{className:r,component:i=dP,...o}=n,a={...n,component:i},s=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},dI,t)})(a);return(0,Z.jsx)(cQ.Provider,{value:dD,children:(0,Z.jsx)(dA,{className:(0,z.Z)(s.root,r),as:i,ref:t,role:i===dP?null:"rowgroup",ownerState:a,...o})})}),d_=(0,B.forwardRef)(function(e,t){return(0,Z.jsx)(dR,{...e,ref:t})});function dO(e){return(0,Y.ZP)("MuiTable",e)}(0,U.Z)("MuiTable",["root","stickyHeader"]);let dE=(0,$.ZP)("table",{name:"MuiTable",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.stickyHeader&&t.stickyHeader]}})((0,W.Z)(({theme:e})=>({display:"table",width:"100%",borderCollapse:"collapse",borderSpacing:0,"& caption":{...e.typography.body2,padding:e.spacing(2),color:(e.vars||e).palette.text.secondary,textAlign:"left",captionSide:"bottom"},variants:[{props:({ownerState:e})=>e.stickyHeader,style:{borderCollapse:"separate"}}]}))),dL="table",dZ=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTable"}),{className:r,component:i=dL,padding:o="normal",size:a="medium",stickyHeader:s=!1,...l}=n,u={...n,component:i,padding:o,size:a,stickyHeader:s},c=(e=>{let{classes:t,stickyHeader:n}=e;return(0,F.Z)({root:["root",n&&"stickyHeader"]},dO,t)})(u),d=B.useMemo(()=>({padding:o,size:a,stickyHeader:s}),[o,a,s]);return(0,Z.jsx)(de.Provider,{value:d,children:(0,Z.jsx)(dE,{as:i,role:i===dL?null:"table",ref:t,className:(0,z.Z)(c.root,r),ownerState:u,...l})})}),dB=(0,$.ZP)(dZ)(({theme:e})=>({tableLayout:"fixed",borderCollapse:"separate",backgroundColor:e.palette.background.default})),dN={compact:"small",standard:"medium",comfortable:"medium"},dz=(0,B.forwardRef)(function({density:e,...t},n){return(0,Z.jsx)(dB,{...t,tabIndex:-1,size:dN[e],ref:n,sx:{width:"100%"}})});function dF(e){return(0,Y.ZP)("MuiTableHead",e)}(0,U.Z)("MuiTableHead",["root"]);let dj=(0,$.ZP)("thead",{name:"MuiTableHead",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-header-group"}),dV={variant:"head"},dH="thead",d$=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTableHead"}),{className:r,component:i=dH,...o}=n,a={...n,component:i},s=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},dF,t)})(a);return(0,Z.jsx)(cQ.Provider,{value:dV,children:(0,Z.jsx)(dj,{as:i,className:(0,z.Z)(s.root,r),ref:t,role:i===dH?null:"rowgroup",ownerState:a,...o})})}),dW=(0,B.forwardRef)(function(e,t){return(0,Z.jsx)(d$,{...e,ref:t})}),dG=(0,ri.Z)((0,Z.jsx)("path",{d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"}),"ArrowDownward");function dq(e){return(0,Y.ZP)("MuiTableSortLabel",e)}let dU=(0,U.Z)("MuiTableSortLabel",["root","active","icon","iconDirectionDesc","iconDirectionAsc","directionDesc","directionAsc"]),dY=(0,$.ZP)(eo.Z,{name:"MuiTableSortLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.active&&t.active]}})((0,W.Z)(({theme:e})=>({cursor:"pointer",display:"inline-flex",justifyContent:"flex-start",flexDirection:"inherit",alignItems:"center","&:focus":{color:(e.vars||e).palette.text.secondary},"&:hover":{color:(e.vars||e).palette.text.secondary,[`& .${dU.icon}`]:{opacity:.5}},[`&.${dU.active}`]:{color:(e.vars||e).palette.text.primary,[`& .${dU.icon}`]:{opacity:1,color:(e.vars||e).palette.text.secondary}}}))),dX=(0,$.ZP)("span",{name:"MuiTableSortLabel",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,t[`iconDirection${(0,H.Z)(n.direction)}`]]}})((0,W.Z)(({theme:e})=>({fontSize:18,marginRight:4,marginLeft:4,opacity:0,transition:e.transitions.create(["opacity","transform"],{duration:e.transitions.duration.shorter}),userSelect:"none",variants:[{props:{direction:"desc"},style:{transform:"rotate(0deg)"}},{props:{direction:"asc"},style:{transform:"rotate(180deg)"}}]}))),dK=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTableSortLabel"}),{active:r=!1,children:i,className:o,direction:a="asc",hideSortIcon:s=!1,IconComponent:l=dG,slots:u={},slotProps:c={},...d}=n,h={...n,active:r,direction:a,hideSortIcon:s,IconComponent:l},p=(e=>{let{classes:t,direction:n,active:r}=e,i={root:["root",r&&"active",`direction${(0,H.Z)(n)}`],icon:["icon",`iconDirection${(0,H.Z)(n)}`]};return(0,F.Z)(i,dq,t)})(h),f={slots:u,slotProps:c},[g,m]=(0,np.Z)("root",{elementType:dY,externalForwardedProps:f,ownerState:h,className:(0,z.Z)(p.root,o),ref:t}),[v,y]=(0,np.Z)("icon",{elementType:dX,externalForwardedProps:f,ownerState:h,className:p.icon});return(0,Z.jsxs)(g,{disableRipple:!0,component:"span",...m,...d,children:[i,s&&!r?null:(0,Z.jsx)(v,{as:l,...y})]})}),dQ=150,dJ=40;function d0(e,t,{isHeader:n,isLastColumn:r,isFirstColumn:i,defaultColumnHeight:o}={}){var a,s;let l=e.spacing(1),u=e.spacing(1.25),c=e.spacing(2),d=i?c:u,h=r?c:u,p=e.typography.body1.lineHeight,f=e.typography.body1.fontSize;"compact"===t&&(l=e.spacing(.5),u=e.spacing(.5),c=e.spacing(1),d=i?c:u,h=r?c:u,p=e.typography.body2.lineHeight,f=e.typography.body2.fontSize),"comfortable"===t&&(l=e.spacing(2),u=e.spacing(1.5),c=e.spacing(2),d=i?c:u,h=r?c:u,p=e.typography.body1.lineHeight,f=e.typography.body1.fontSize);let g=n||!o||"auto"===o?(a=p,s=l,("string"==typeof a?parseInt(a,10):a??0)+2*("string"==typeof s?parseInt(s,10):s)):o;return{padding:`${l} ${h} ${l} ${d}`,height:g,fontSize:f,lineHeight:p}}function d1(e){return e.map(({width:e,align:t,headerDescription:n,cellDescription:r,enableSorting:i,...o})=>({...o,..."auto"===e||void 0===e?{size:0,minSize:0,maxSize:0}:{size:e},enableSorting:!!i,meta:{align:t,headerDescription:n,cellDescription:r}}))}let d2=(0,$.ZP)(di)(({theme:e})=>({padding:0,backgroundColor:"inherit","&.MuiTableCell-head":{backgroundColor:e.palette.background.default},"&:focus-visible":{outline:`solid 1px ${e.palette.primary.main}`,outlineOffset:"-1px",borderRadius:0}}));function d5({children:e,density:t,variant:n,width:r,defaultColumnHeight:i,focusState:o="none",onFocusTrigger:a,isFirstColumn:s,isLastColumn:l,description:u,align:c,color:d,backgroundColor:h,...p}){let f=(0,nt.Z)(),g=(0,B.useRef)(),m="head"===n;(0,B.useEffect)(()=>{"trigger-focus"===o&&g.current&&g.current.focus()},[o]);let v=e=>{a?.(e)};return(0,Z.jsx)(d2,{...p,tabIndex:"none"!==o?0:-1,onFocus:e=>{let t=e.currentTarget?.querySelector('a[href], button, input, textarea, select, details,[role="button"]');t&&t.focus()},onClick:v,onKeyUp:v,style:{width:r},sx:{position:"relative",borderBottom:m?`solid 1px ${f.palette.grey[100]}`:`solid 1px ${f.palette.grey[50]}`,"&:hover #original-cell":{position:"absolute",top:0,left:0,zIndex:10,width:"fit-content",minWidth:"100%",whiteSpace:"nowrap",overflow:"visible",backgroundColor:`${h??f.palette.background.default} !important`,outline:`solid 1px ${f.palette.info.main}`,outlineOffset:"-1px"}},ref:g,children:(0,Z.jsx)(a6,{id:"original-cell",sx:{...d0(f,t,{isHeader:m,isLastColumn:l,isFirstColumn:s,defaultColumnHeight:i}),position:"relative",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",flexDirection:"inherit"},style:{backgroundColor:h??"inherit",color:d??"inherit"},title:u,"aria-label":u,textAlign:c,children:e})})}function d3({onSort:e,sortDirection:t,nextSortDirection:n,children:r,...i}){let o=!!e,a=(0,Z.jsx)(ct.Z,{noWrap:!0,variant:"inherit",component:"div",color:"inherit",children:r}),s=!!t;return(0,Z.jsx)(d5,{...i,children:o?(0,Z.jsx)(dK,{onClick:e,direction:s?t:n,active:s,sx:{verticalAlign:"unset",maxWidth:"100%","&:focus-visible":{[`& .${dU.icon}`]:{opacity:s?1:.5}}},children:a}):a})}function d4(e){return(0,Y.ZP)("MuiTableContainer",e)}(0,U.Z)("MuiTableContainer",["root"]);let d6=(0,$.ZP)("div",{name:"MuiTableContainer",slot:"Root",overridesResolver:(e,t)=>t.root})({width:"100%",overflowX:"auto"}),d8=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTableContainer"}),{className:r,component:i="div",...o}=n,a={...n,component:i},s=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},d4,t)})(a);return(0,Z.jsx)(d6,{ref:t,as:i,className:(0,z.Z)(s.root,r),ownerState:a,...o})}),d9=(0,B.forwardRef)(function(e,t){return(0,Z.jsx)(d8,{...e,tabIndex:-1,ref:t})}),d7={row:0,column:0},he=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"];function ht(e){return(0,Y.ZP)("MuiTableFooter",e)}(0,U.Z)("MuiTableFooter",["root"]);let hn=(0,$.ZP)("tfoot",{name:"MuiTableFooter",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-footer-group"}),hr={variant:"footer"},hi="tfoot",ho=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTableFooter"}),{className:r,component:i=hi,...o}=n,a={...n,component:i},s=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},ht,t)})(a);return(0,Z.jsx)(cQ.Provider,{value:hr,children:(0,Z.jsx)(hn,{as:i,className:(0,z.Z)(s.root,r),ref:t,role:i===hi?null:"rowgroup",ownerState:a,...o})})}),ha=(0,B.forwardRef)(function(e,t){return(0,Z.jsx)(ho,{...e,ref:t})});function hs({width:e,height:t,density:n,defaultColumnWidth:r,defaultColumnHeight:i,onRowClick:o,onRowMouseOver:a,onRowMouseOut:s,rows:l,columns:u,headers:c,cellConfigs:d,pagination:h,onPaginationChange:p,rowCount:f}){let g=(0,B.useRef)(null),m=(0,B.useRef)({startIndex:0,endIndex:0}),v=function({visibleRange:e,virtualTable:t,maxRows:n,maxColumns:r}){return function({maxRows:e,maxColumns:t,onActiveCellChange:n}){let[r,i]=(0,B.useState)(d7),[o,a]=(0,B.useState)(!1);return{activeCell:r,isActive:o,onTableKeyDown:(0,B.useCallback)(r=>{let o=r.key;(he.includes(o)||"Home"===o||"End"===o||"PageDown"===o||"PageUp"===o)&&i(i=>{let a=i.row,s=i.column;"ArrowRight"===o&&s<t-1?(r.preventDefault(),s+=1):"ArrowLeft"===o&&s>0?(r.preventDefault(),s-=1):"ArrowDown"===o&&a<e-1?(r.preventDefault(),a+=1):"ArrowUp"===o&&a>0?(r.preventDefault(),a-=1):"Home"===o?(r.preventDefault(),a=0,s=0):"End"===o&&(r.preventDefault(),a=e-1,s=t-1);let l={column:s,row:a},u=n?.(r,i,l)||l;return u.row===i.row&&u.column===i.column?i:u})},[t,e,n]),onCellFocus:e=>{e.column===r.column&&e.row===r.row&&o||(a(!0),i(e))}}}({maxRows:n,maxColumns:r,onActiveCellChange:(r,i,o)=>{let a=r.key,s=o&&(i.column!==o.column||i.row!==o.row),l=o?.row??i.row;if("ArrowDown"===a&&s)(l-1<e.current.startIndex||l-1>e.current.endIndex)&&t.current?.scrollToIndex({index:l-1,align:"end"});else if("ArrowUp"===a&&s)(l-1<e.current.startIndex||l-1>e.current.endIndex)&&t.current?.scrollToIndex({index:l-1,align:"start"});else if(s&&("Home"===a||"End"===a))t.current?.scrollToIndex({index:Math.max(l-1,0),align:"start"});else if("PageDown"===a){r.preventDefault();let o=i.row;return o=Math.min(n-1,e.current.endIndex+1),t.current?.scrollToIndex({index:o-1,align:"start"}),{row:o,column:i.column}}else if("PageUp"===a){let n=i.row;return n=Math.max(0,e.current.startIndex-1),t.current?.scrollToIndex({index:n-1,align:"end"}),{row:n,column:i.column}}return o}})}({visibleRange:m,virtualTable:g,maxRows:l.length+1,maxColumns:u.length}),y=e=>e.row===v.activeCell.row&&e.column===v.activeCell.column?v.isActive?"trigger-focus":"focus-next":"none",x=(0,B.useMemo)(()=>({Scroller:d9,Table:t=>(0,Z.jsx)(dz,{...t,width:e,density:n,onKeyDown:v.onTableKeyDown}),TableHead:dW,TableFoot:ha,TableRow:({item:e,...t})=>{let r=l[t["data-index"]];if(!r)return null;let i={id:r.id,index:r.index};return(0,Z.jsx)(dT,{...t,onClick:e=>o(e,r.id),density:n,onMouseOver:e=>{a?.(e,i)},onMouseOut:e=>{s?.(e,i)}})},TableBody:d_}),[n,v.onTableKeyDown,o,s,a,l,e]),b=(e,t)=>{h&&p&&p({...h,pageIndex:t})},w=e=>{h&&p&&p({pageIndex:0,pageSize:parseInt(e.target.value,10)})};return(0,Z.jsx)(a6,{style:{width:e,height:t},children:(0,Z.jsx)(uI,{ref:g,totalCount:l.length,components:x,rangeChanged:e=>{m.current=e},fixedHeaderContent:()=>(0,Z.jsx)(Z.Fragment,{children:c.map(e=>(0,Z.jsx)(dT,{density:n,children:e.headers.map((e,t,o)=>{var a,s,l,u,c;let d=e.column,h={row:0,column:t},p=d.getIsSorted(),f=d.getNextSortingOrder();return(0,Z.jsx)(d3,{onSort:d.getCanSort()?d.getToggleSortingHandler():void 0,sortDirection:"string"==typeof p?p:void 0,nextSortDirection:"string"==typeof f?f:void 0,width:d.getSize()||r,defaultColumnHeight:i,align:d.columnDef.meta?.align,variant:"head",density:n,description:d.columnDef.meta?.headerDescription,focusState:y(h),onFocusTrigger:()=>v.onCellFocus(h),isFirstColumn:0===t,isLastColumn:t===o.length-1,children:(a=d.columnDef.header,s=e.getContext(),a?"function"==typeof(u=l=a)&&(()=>{let e=Object.getPrototypeOf(u);return e.prototype&&e.prototype.isReactComponent})()||"function"==typeof l||"object"==typeof(c=l)&&"symbol"==typeof c.$$typeof&&["react.memo","react.forward_ref"].includes(c.$$typeof.description)?B.createElement(a,s):a:null)},e.id)})},e.id))}),fixedFooterContent:h?()=>(0,Z.jsx)(c2,{sx:{backgroundColor:e=>e.palette.background.default},children:(0,Z.jsx)(dM,{colSpan:u.length,count:f,page:h.pageIndex,rowsPerPage:h.pageSize,onPageChange:b,onRowsPerPageChange:w})}):void 0,itemContent:e=>{let t=l[e];return t?(0,Z.jsx)(Z.Fragment,{children:t.getVisibleCells().map((t,o,a)=>{let s,l={row:e+1,column:o},u=t.getContext(),c=d?.[u.cell.id],h=t.column.columnDef.cell,p="function"==typeof h?h(u):null,f=t.column.columnDef.meta?.cellDescription;return"function"==typeof f?s=f(u):f&&"string"==typeof p&&(s=p),(0,Z.jsx)(d5,{"data-testid":t.id,title:s||c?.text||p,width:t.column.getSize()||r,defaultColumnHeight:i,align:t.column.columnDef.meta?.align,density:n,focusState:y(l),onFocusTrigger:()=>v.onCellFocus(l),isFirstColumn:0===o,isLastColumn:o===a.length-1,description:s,color:c?.textColor??void 0,backgroundColor:c?.backgroundColor??void 0,children:c?.text||p},t.id)})}):null}})})}var hl=n(9140);let hu=(0,ri.Z)((0,Z.jsx)("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),hc=(0,ri.Z)((0,Z.jsx)("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),hd=(0,ri.Z)((0,Z.jsx)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox");function hh(e){return(0,Y.ZP)("MuiCheckbox",e)}let hp=(0,U.Z)("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]),hf=(0,$.ZP)(hl.Z,{shouldForwardProp:e=>(0,ei.Z)(e)||"classes"===e,name:"MuiCheckbox",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.indeterminate&&t.indeterminate,t[`size${(0,H.Z)(n.size)}`],"default"!==n.color&&t[`color${(0,H.Z)(n.color)}`]]}})((0,W.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,variants:[{props:{color:"default",disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)}}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t,disableRipple:!1},style:{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette[t].main,e.palette.action.hoverOpacity)}}})),...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{[`&.${hp.checked}, &.${hp.indeterminate}`]:{color:(e.vars||e).palette[t].main},[`&.${hp.disabled}`]:{color:(e.vars||e).palette.action.disabled}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}))),hg=(0,Z.jsx)(hc,{}),hm=(0,Z.jsx)(hu,{}),hv=(0,Z.jsx)(hd,{}),hy=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiCheckbox"}),{checkedIcon:r=hg,color:i="primary",icon:o=hm,indeterminate:a=!1,indeterminateIcon:s=hv,inputProps:l,size:u="medium",disableRipple:c=!1,className:d,slots:h={},slotProps:p={},...f}=n,g=a?s:o,m=a?s:r,v={...n,disableRipple:c,color:i,indeterminate:a,size:u},y=(e=>{let{classes:t,indeterminate:n,color:r,size:i}=e,o={root:["root",n&&"indeterminate",`color${(0,H.Z)(r)}`,`size${(0,H.Z)(i)}`]},a=(0,F.Z)(o,hh,t);return{...t,...a}})(v),x=p.input??l,[b,w]=(0,np.Z)("root",{ref:t,elementType:hf,className:(0,z.Z)(y.root,d),shouldForwardComponentProp:!0,externalForwardedProps:{slots:h,slotProps:p,...f},ownerState:v,additionalProps:{type:"checkbox",icon:B.cloneElement(g,{fontSize:g.props.fontSize??u}),checkedIcon:B.cloneElement(m,{fontSize:m.props.fontSize??u}),disableRipple:c,slots:h,slotProps:{input:(0,nB.Z)("function"==typeof x?x(v):x,{"data-indeterminate":a})}}});return(0,Z.jsx)(b,{...w,classes:y})});function hx({color:e,density:t,...n}){let r="compact"===t;return(0,Z.jsx)(hy,{size:r?"small":"medium",...n,focusRipple:!1,tabIndex:-1,sx:{color:e,padding:e=>e.spacing(r?.25:.5),position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)","&.Mui-checked":{color:e},"&.Mui-focusVisible":{background:e?(0,j.Fq)(e,.5):void 0},"& .MuiSvgIcon-root":{fontSize:r?16:18}}})}let hb=(e,t)=>`${t}`,hw={},hS=[];function hC({data:e,columns:t,cellConfigs:n,density:r="standard",defaultColumnWidth:i=dQ,defaultColumnHeight:o="auto",checkboxSelection:a,onRowSelectionChange:s,onSortingChange:l,getCheckboxColor:u,getRowId:c=hb,rowSelection:d=hw,sorting:h=hS,pagination:p,onPaginationChange:f,rowSelectionVariant:g="standard",...m}){let v=(0,nt.Z)(),y=(0,B.useCallback)((e,t,n)=>{"standard"===g||n?t.toggleSelected():t.getIsSelected()&&!e.getIsAllRowsSelected()?e.toggleAllRowsSelected():s?.({[t.id]:!0})},[s,g]),x=(0,B.useCallback)((e,t,n)=>{let r=e.nativeEvent&&(e.nativeEvent instanceof MouseEvent||e.nativeEvent instanceof KeyboardEvent)?e.nativeEvent:void 0;y(t,n,!!r?.metaKey||!!r?.shiftKey)},[y]),b=(0,B.useMemo)(()=>({id:"checkboxRowSelect",size:28,header:({table:e})=>(0,Z.jsx)(hx,{checked:e.getIsAllRowsSelected(),indeterminate:e.getIsSomeRowsSelected(),onChange:e.getToggleAllRowsSelectedHandler(),color:v.palette.text.primary,density:r}),cell:({row:e,table:t})=>(0,Z.jsx)(hx,{checked:e.getIsSelected(),indeterminate:e.getIsSomeSelected(),onChange:n=>{x(n,t,e)},color:u?.(e.original),density:r}),enableSorting:!1}),[v.palette.text.primary,r,u,x]),w=function(e){let t={state:{},onStateChange:()=>{},renderFallbackValue:null,...e},[n]=B.useState(()=>({current:function(e){var t,n;let r=[...cK,...null!=(t=e._features)?t:[]],i={_features:r},o=i._features.reduce((e,t)=>Object.assign(e,null==t.getDefaultOptions?void 0:t.getDefaultOptions(i)),{}),a={...null!=(n=e.initialState)?n:{}};i._features.forEach(e=>{var t;a=null!=(t=null==e.getInitialState?void 0:e.getInitialState(a))?t:a});let s=[],l=!1,u={_features:r,options:{...o,...e},initialState:a,_queue:e=>{s.push(e),l||(l=!0,Promise.resolve().then(()=>{for(;s.length;)s.shift()();l=!1}).catch(e=>setTimeout(()=>{throw e})))},reset:()=>{i.setState(i.initialState)},setOptions:e=>{var t;t=ch(e,i.options),i.options=i.options.mergeOptions?i.options.mergeOptions(o,t):{...o,...t}},getState:()=>i.options.state,setState:e=>{null==i.options.onStateChange||i.options.onStateChange(e)},_getRowId:(e,t,n)=>{var r;return null!=(r=null==i.options.getRowId?void 0:i.options.getRowId(e,t,n))?r:`${n?[n.id,t].join("."):t}`},getCoreRowModel:()=>(i._getCoreRowModel||(i._getCoreRowModel=i.options.getCoreRowModel(i)),i._getCoreRowModel()),getRowModel:()=>i.getPaginationRowModel(),getRow:(e,t)=>{let n=(t?i.getPrePaginationRowModel():i.getRowModel()).rowsById[e];if(!n&&!(n=i.getCoreRowModel().rowsById[e]))throw Error();return n},_getDefaultColumnDef:cg(()=>[i.options.defaultColumn],e=>{var t;return e=null!=(t=e)?t:{},{header:e=>{let t=e.header.column.columnDef;return t.accessorKey?t.accessorKey:t.accessorFn?t.id:null},cell:e=>{var t,n;return null!=(t=null==(n=e.renderValue())||null==n.toString?void 0:n.toString())?t:null},...i._features.reduce((e,t)=>Object.assign(e,null==t.getDefaultColumnDef?void 0:t.getDefaultColumnDef()),{}),...e}},cm(e,"debugColumns","_getDefaultColumnDef")),_getColumnDefs:()=>i.options.columns,getAllColumns:cg(()=>[i._getColumnDefs()],e=>{let t=function(e,n,r){return void 0===r&&(r=0),e.map(e=>{let o=function(e,t,n,r){var i,o;let a,s={...e._getDefaultColumnDef(),...t},l=s.accessorKey,u=null!=(i=null!=(o=s.id)?o:l?"function"==typeof String.prototype.replaceAll?l.replaceAll(".","_"):l.replace(/\./g,"_"):void 0)?i:"string"==typeof s.header?s.header:void 0;if(s.accessorFn?a=s.accessorFn:l&&(a=l.includes(".")?e=>{let t=e;for(let e of l.split(".")){var n;t=null==(n=t)?void 0:n[e]}return t}:e=>e[s.accessorKey]),!u)throw Error();let c={id:`${String(u)}`,accessorFn:a,parent:r,depth:n,columnDef:s,columns:[],getFlatColumns:cg(()=>[!0],()=>{var e;return[c,...null==(e=c.columns)?void 0:e.flatMap(e=>e.getFlatColumns())]},cm(e.options,"debugColumns","column.getFlatColumns")),getLeafColumns:cg(()=>[e._getOrderColumnsFn()],e=>{var t;return null!=(t=c.columns)&&t.length?e(c.columns.flatMap(e=>e.getLeafColumns())):[c]},cm(e.options,"debugColumns","column.getLeafColumns"))};for(let t of e._features)null==t.createColumn||t.createColumn(c,e);return c}(i,e,r,n);return o.columns=e.columns?t(e.columns,o,r+1):[],o})};return t(e)},cm(e,"debugColumns","getAllColumns")),getAllFlatColumns:cg(()=>[i.getAllColumns()],e=>e.flatMap(e=>e.getFlatColumns()),cm(e,"debugColumns","getAllFlatColumns")),_getAllFlatColumnsById:cg(()=>[i.getAllFlatColumns()],e=>e.reduce((e,t)=>(e[t.id]=t,e),{}),cm(e,"debugColumns","getAllFlatColumnsById")),getAllLeafColumns:cg(()=>[i.getAllColumns(),i._getOrderColumnsFn()],(e,t)=>t(e.flatMap(e=>e.getLeafColumns())),cm(e,"debugColumns","getAllLeafColumns")),getColumn:e=>i._getAllFlatColumnsById()[e]};Object.assign(i,u);for(let e=0;e<i._features.length;e++){let t=i._features[e];null==t||null==t.createTable||t.createTable(i)}return i}(t)})),[r,i]=B.useState(()=>n.current.initialState);return n.current.setOptions(t=>({...t,...e,state:{...r,...e.state},onStateChange:t=>{i(t),null==e.onStateChange||e.onStateChange(t)}})),n.current}({data:e,columns:(0,B.useMemo)(()=>{let e=d1(t);return a&&e.unshift(b),e},[b,a,t]),getRowId:c,getCoreRowModel:e=>cg(()=>[e.options.data],t=>{let n={rows:[],flatRows:[],rowsById:{}},r=function(t,i,o){void 0===i&&(i=0);let a=[];for(let l=0;l<t.length;l++){let u=cb(e,e._getRowId(t[l],l,o),t[l],l,i,void 0,null==o?void 0:o.id);if(n.flatRows.push(u),n.rowsById[u.id]=u,a.push(u),e.options.getSubRows){var s;u.originalSubRows=e.options.getSubRows(t[l],l),null!=(s=u.originalSubRows)&&s.length&&(u.subRows=r(u.originalSubRows,i+1,u))}}return a};return n.rows=r(t),n},cm(e.options,"debugTable","getRowModel",()=>e._autoResetPageIndex())),getSortedRowModel:e=>cg(()=>[e.getState().sorting,e.getPreSortedRowModel()],(t,n)=>{if(!n.rows.length||!(null!=t&&t.length))return n;let r=e.getState().sorting,i=[],o=r.filter(t=>{var n;return null==(n=e.getColumn(t.id))?void 0:n.getCanSort()}),a={};o.forEach(t=>{let n=e.getColumn(t.id);n&&(a[t.id]={sortUndefined:n.columnDef.sortUndefined,invertSorting:n.columnDef.invertSorting,sortingFn:n.getSortingFn()})});let s=e=>{let t=e.map(e=>({...e}));return t.sort((e,t)=>{for(let r=0;r<o.length;r+=1){var n;let i=o[r],s=a[i.id],l=s.sortUndefined,u=null!=(n=null==i?void 0:i.desc)&&n,c=0;if(l){let n=e.getValue(i.id),r=t.getValue(i.id),o=void 0===n,a=void 0===r;if(o||a){if("first"===l)return o?-1:1;if("last"===l)return o?1:-1;c=o&&a?0:o?l:-l}}if(0===c&&(c=s.sortingFn(e,t,i.id)),0!==c)return u&&(c*=-1),s.invertSorting&&(c*=-1),c}return e.index-t.index}),t.forEach(e=>{var t;i.push(e),null!=(t=e.subRows)&&t.length&&(e.subRows=s(e.subRows))}),t};return{rows:s(n.rows),flatRows:i,rowsById:n.rowsById}},cm(e.options,"debugTable","getSortedRowModel",()=>e._autoResetPageIndex())),getPaginationRowModel:p?e=>cg(()=>[e.getState().pagination,e.getPrePaginationRowModel(),e.options.paginateExpandedRows?void 0:e.getState().expanded],(t,n)=>{let r;if(!n.rows.length)return n;let{pageSize:i,pageIndex:o}=t,{rows:a,flatRows:s,rowsById:l}=n,u=i*o;a=a.slice(u,u+i),(r=e.options.paginateExpandedRows?{rows:a,flatRows:s,rowsById:l}:function(e){let t=[],n=e=>{var r;t.push(e),null!=(r=e.subRows)&&r.length&&e.getIsExpanded()&&e.subRows.forEach(n)};return e.rows.forEach(n),{rows:t,flatRows:e.flatRows,rowsById:e.rowsById}}({rows:a,flatRows:s,rowsById:l})).flatRows=[];let c=e=>{r.flatRows.push(e),e.subRows.length&&e.subRows.forEach(c)};return r.rows.forEach(c),r},cm(e.options,"debugTable","getPaginationRowModel")):void 0,manualPagination:!p,enableRowSelection:!!a,onRowSelectionChange:e=>{let t="function"==typeof e?e(d):e;s?.(t)},onSortingChange:e=>{let t="function"==typeof e?e(h):e;l?.(t)},sortDescFirst:!0,state:{rowSelection:d,sorting:h,...p?{pagination:p}:{}}}),S=(0,B.useCallback)((e,t)=>{let n=w.getRow(t);y(w,n,e.metaKey||e.shiftKey)},[y,w]);return(0,Z.jsx)(hs,{...m,density:r,defaultColumnWidth:i,defaultColumnHeight:o,onRowClick:S,rows:w.getRowModel().rows,columns:w.getAllFlatColumns(),headers:w.getHeaderGroups(),cellConfigs:n,pagination:p,onPaginationChange:f,rowCount:w.getRowCount()})}let hk=[{accessorKey:"label",header:"Name",enableSorting:!0,cell:({getValue:e})=>(0,Z.jsx)("span",{title:e(),children:e()})}],hM=e=>e.id,hT=e=>e.color;function hI({items:e,selectedItems:t,onSelectedItemsChange:n,onItemMouseOver:r,onItemMouseOut:i,height:o,width:a,columns:s=[],sorting:l,onSortingChange:u}){let c=(0,B.useMemo)(()=>"string"!=typeof t?t:e.reduce((e,t,n)=>(e[hM(t,n)]=!0,e),{}),[t,e]),d=(0,B.useMemo)(()=>[...hk,...s],[s]);return(0,Z.jsx)(hC,{height:o,width:a,rowSelection:c,onRowSelectionChange:n,onRowMouseOver:r,onRowMouseOut:i,sorting:l,onSortingChange:u,data:e,columns:d,density:"compact",defaultColumnWidth:"auto",getRowId:hM,getCheckboxColor:hT,checkboxSelection:!0,rowSelectionVariant:"legend"})}function hA({width:e,height:t,options:n,data:r,selectedItems:i,onSelectedItemsChange:o,onItemMouseOver:a,onItemMouseOut:s,tableProps:l}){let u,c=(e,t)=>{let n=e.metaKey||e.shiftKey;o((0,a8.produce)(i,e=>{if("ALL"===e)return{[t]:!0};let r=!!e[t];return n?(r?delete e[t]:e[t]=!0,e):r?"ALL":{[t]:!0}}))},d=(0,or.getLegendMode)(n.mode),h=r.length>=500,p={height:t,items:r,selectedItems:i,onLegendItemClick:c,onItemMouseOver:a,onItemMouseOut:s};return(u="table"===d?(0,Z.jsx)(hI,{...p,onSelectedItemsChange:o,width:e,...l}):"right"===n.position||h?(0,Z.jsx)(cc,{...p,width:e,onLegendItemClick:c}):(0,Z.jsx)(cd,{...p,onLegendItemClick:c}),"right"===n.position)?(0,Z.jsx)(a6,{style:{width:e,height:t},sx:{position:"absolute",top:0,right:0,backgroundColor:e=>`${e.palette.background.default}`},children:u}):(0,Z.jsx)(a6,{style:{width:e,height:t},sx:{position:"absolute",bottom:0,backgroundColor:e=>`${e.palette.background.default}`},children:u})}let hD={medium:{bottom:6,right:250},small:{bottom:4,right:150}};function hP({children:e,legendProps:t,width:n,height:r,spacing:i=0,legendSize:o,minChildrenWidth:a=100,minChildrenHeight:s=100}){let{content:l,legend:u,margin:c}=function({width:e,height:t,legendProps:n,legendSize:r,minChildrenHeight:i,minChildrenWidth:o,spacing:a,theme:s}){let l,u,c=n?.options,d={legend:{show:!1,width:0,height:0},content:{width:e,height:t},margin:{right:0,bottom:0}};if(!c)return d;let{position:h}=c;if("list"===(0,or.getLegendMode)(c.mode))l="right"===h?200:e,u=40,"right"===h?u=t:t>=300&&(u=100);else{let i=d0(s,"compact"),o=(n?.tableProps?.columns||[]).reduce((e,t)=>("number"==typeof t.width&&(e+=t.width),e),0);l="right"===h?hD[r].right+o:e;let a=Math.min(hD[r].bottom,n.data.length+1);u="bottom"===h?a*i.height:t}let p="right"===h?e-l-a:e,f="bottom"===h?t-u-a:t;return"right"===h&&p<o||"bottom"===h&&f<i?d:{legend:{width:l,height:u,show:!0},content:{width:p,height:f},margin:{right:"right"===h?a:0,bottom:"bottom"===h?a:0}}}({width:n,height:r,legendProps:t,minChildrenHeight:s,minChildrenWidth:a,spacing:i,theme:(0,nt.Z)(),legendSize:(0,or.getLegendSize)(o)});return(0,Z.jsxs)(a6,{style:{width:n,height:r},sx:{position:"relative",overflow:"hidden"},children:[(0,Z.jsx)(a6,{style:{width:l.width,height:l.height},sx:{marginRight:`${c.right}px`,marginBottom:`${c.bottom}px`},children:"function"==typeof e?e({width:l.width,height:l.height}):e}),t&&u.show&&(0,Z.jsx)(hA,{...t,height:u.height,width:u.width})]})}var hR=n(6726),h_=n.n(hR);let hO=(0,B.forwardRef)(function({debounceMs:e=250,value:t,onChange:n,...r},i){let[o,a]=(0,B.useState)(t),s=(0,B.useCallback)(e=>{n?.(e)},[n]),l=(0,B.useMemo)(()=>h_()(s,e),[e,s]);return(0,Z.jsx)(rf,{ref:i,value:o,onChange:function(e){a(e.target.value),l(e.target.value)},...r})});function hE(e){return(0,Y.ZP)("MuiDialogTitle",e)}hO.displayName="TextField";let hL=(0,U.Z)("MuiDialogTitle",["root"]),hZ=B.createContext({}),hB=(0,$.ZP)(ct.Z,{name:"MuiDialogTitle",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:"16px 24px",flex:"0 0 auto"}),hN=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiDialogTitle"}),{className:r,id:i,...o}=n,a=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},hE,t)})(n),{titleId:s=i}=B.useContext(hZ);return(0,Z.jsx)(hB,{component:"h2",className:(0,z.Z)(a.root,r),ownerState:n,ref:t,variant:"h6",id:i??s,...o})});function hz(e){return(0,Y.ZP)("MuiDialogContent",e)}(0,U.Z)("MuiDialogContent",["root","dividers"]);let hF=(0,$.ZP)("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})((0,W.Z)(({theme:e})=>({flex:"1 1 auto",WebkitOverflowScrolling:"touch",overflowY:"auto",padding:"20px 24px",variants:[{props:({ownerState:e})=>e.dividers,style:{padding:"16px 24px",borderTop:`1px solid ${(e.vars||e).palette.divider}`,borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>!e.dividers,style:{[`.${hL.root} + &`]:{paddingTop:0}}}]}))),hj=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiDialogContent"}),{className:r,dividers:i=!1,...o}=n,a={...n,dividers:i},s=(e=>{let{classes:t,dividers:n}=e;return(0,F.Z)({root:["root",n&&"dividers"]},hz,t)})(a);return(0,Z.jsx)(hF,{className:(0,z.Z)(s.root,r),ownerState:a,ref:t,...o})});function hV(e){return(0,Y.ZP)("MuiDialog",e)}let hH=(0,U.Z)("MuiDialog",["root","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),h$=(0,$.ZP)(ny,{name:"MuiDialog",slot:"Backdrop",overrides:(e,t)=>t.backdrop})({zIndex:-1}),hW=(0,$.ZP)(nR,{name:"MuiDialog",slot:"Root",overridesResolver:(e,t)=>t.root})({"@media print":{position:"absolute !important"}}),hG=(0,$.ZP)("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.container,t[`scroll${(0,H.Z)(n.scroll)}`]]}})({height:"100%","@media print":{height:"auto"},outline:0,variants:[{props:{scroll:"paper"},style:{display:"flex",justifyContent:"center",alignItems:"center"}},{props:{scroll:"body"},style:{overflowY:"auto",overflowX:"hidden",textAlign:"center","&::after":{content:'""',display:"inline-block",verticalAlign:"middle",height:"100%",width:"0"}}}]}),hq=(0,$.ZP)(nL,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`scrollPaper${(0,H.Z)(n.scroll)}`],t[`paperWidth${(0,H.Z)(String(n.maxWidth))}`],n.fullWidth&&t.paperFullWidth,n.fullScreen&&t.paperFullScreen]}})((0,W.Z)(({theme:e})=>({margin:32,position:"relative",overflowY:"auto","@media print":{overflowY:"visible",boxShadow:"none"},variants:[{props:{scroll:"paper"},style:{display:"flex",flexDirection:"column",maxHeight:"calc(100% - 64px)"}},{props:{scroll:"body"},style:{display:"inline-block",verticalAlign:"middle",textAlign:"initial"}},{props:({ownerState:e})=>!e.maxWidth,style:{maxWidth:"calc(100% - 64px)"}},{props:{maxWidth:"xs"},style:{maxWidth:"px"===e.breakpoints.unit?Math.max(e.breakpoints.values.xs,444):`max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,[`&.${hH.paperScrollBody}`]:{[e.breakpoints.down(Math.max(e.breakpoints.values.xs,444)+64)]:{maxWidth:"calc(100% - 64px)"}}}},...Object.keys(e.breakpoints.values).filter(e=>"xs"!==e).map(t=>({props:{maxWidth:t},style:{maxWidth:`${e.breakpoints.values[t]}${e.breakpoints.unit}`,[`&.${hH.paperScrollBody}`]:{[e.breakpoints.down(e.breakpoints.values[t]+64)]:{maxWidth:"calc(100% - 64px)"}}}})),{props:({ownerState:e})=>e.fullWidth,style:{width:"calc(100% - 64px)"}},{props:({ownerState:e})=>e.fullScreen,style:{margin:0,width:"100%",maxWidth:"100%",height:"100%",maxHeight:"none",borderRadius:0,[`&.${hH.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]}))),hU=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiDialog"}),r=(0,nt.Z)(),i={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{"aria-describedby":o,"aria-labelledby":a,"aria-modal":s=!0,BackdropComponent:l,BackdropProps:u,children:c,className:d,disableEscapeKeyDown:h=!1,fullScreen:p=!1,fullWidth:f=!1,maxWidth:g="sm",onBackdropClick:m,onClick:v,onClose:y,open:x,PaperComponent:b=nL,PaperProps:w={},scroll:S="paper",slots:C={},slotProps:k={},TransitionComponent:M=ng,transitionDuration:T=i,TransitionProps:I,...A}=n,D={...n,disableEscapeKeyDown:h,fullScreen:p,fullWidth:f,maxWidth:g,scroll:S},P=(e=>{let{classes:t,scroll:n,maxWidth:r,fullWidth:i,fullScreen:o}=e,a={root:["root"],container:["container",`scroll${(0,H.Z)(n)}`],paper:["paper",`paperScroll${(0,H.Z)(n)}`,`paperWidth${(0,H.Z)(String(r))}`,i&&"paperFullWidth",o&&"paperFullScreen"]};return(0,F.Z)(a,hV,t)})(D),R=B.useRef(),_=(0,e_.Z)(a),O=B.useMemo(()=>({titleId:_}),[_]),E={slots:{transition:M,...C},slotProps:{transition:I,paper:w,backdrop:u,...k}},[L,N]=(0,np.Z)("root",{elementType:hW,shouldForwardComponentProp:!0,externalForwardedProps:E,ownerState:D,className:(0,z.Z)(P.root,d),ref:t}),[j,V]=(0,np.Z)("backdrop",{elementType:h$,shouldForwardComponentProp:!0,externalForwardedProps:E,ownerState:D}),[$,W]=(0,np.Z)("paper",{elementType:hq,shouldForwardComponentProp:!0,externalForwardedProps:E,ownerState:D,className:(0,z.Z)(P.paper,w.className)}),[G,U]=(0,np.Z)("container",{elementType:hG,externalForwardedProps:E,ownerState:D,className:(0,z.Z)(P.container)}),[Y,X]=(0,np.Z)("transition",{elementType:ng,externalForwardedProps:E,ownerState:D,additionalProps:{appear:!0,in:x,timeout:T,role:"presentation"}});return(0,Z.jsx)(L,{closeAfterTransition:!0,slots:{backdrop:j},slotProps:{backdrop:{transitionDuration:T,as:l,...V}},disableEscapeKeyDown:h,onClose:y,open:x,onClick:e=>{v&&v(e),R.current&&(R.current=null,m&&m(e),y&&y(e,"backdropClick"))},...N,...A,children:(0,Z.jsx)(Y,{...X,children:(0,Z.jsx)(G,{onMouseDown:e=>{R.current=e.target===e.currentTarget},...U,children:(0,Z.jsx)($,{as:b,elevation:24,role:"dialog","aria-describedby":o,"aria-labelledby":_,"aria-modal":s,...W,children:(0,Z.jsx)(hZ.Provider,{value:O,children:c})})})})})});function hY(e){return(0,Y.ZP)("MuiDialogActions",e)}(0,U.Z)("MuiDialogActions",["root","spacing"]);let hX=(0,$.ZP)("div",{name:"MuiDialogActions",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disableSpacing&&t.spacing]}})({display:"flex",alignItems:"center",padding:8,justifyContent:"flex-end",flex:"0 0 auto",variants:[{props:({ownerState:e})=>!e.disableSpacing,style:{"& > :not(style) ~ :not(style)":{marginLeft:8}}}]}),hK=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiDialogActions"}),{className:r,disableSpacing:i=!1,...o}=n,a={...n,disableSpacing:i},s=(e=>{let{classes:t,disableSpacing:n}=e;return(0,F.Z)({root:["root",!n&&"spacing"]},hY,t)})(a);return(0,Z.jsx)(hX,{className:(0,z.Z)(s.root,r),ownerState:a,ref:t,...o})});var hQ=n(763);let hJ=(0,$.ZP)("form")({overflowY:"auto",display:"flex",flexDirection:"column"}),h0=e=>({position:"absolute",top:e.spacing(.5),right:e.spacing(.5)}),h1=({children:e,...t})=>(0,Z.jsx)(hU,{...t,children:e});h1.Header=({children:e,onClose:t,...n})=>(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(hN,{style:{textOverflow:"ellipsis",overflow:"hidden"},...n,children:e}),t&&(0,Z.jsx)(eR,{"aria-label":"Close",onClick:t,sx:h0,children:(0,Z.jsx)(hQ.default,{})})]}),h1.Form=hJ,h1.Content=({children:e,sx:t,...n})=>(0,Z.jsx)(hj,{dividers:!0,...n,sx:oT({minWidth:"500px",textWrap:"balance"},t),children:e}),h1.PrimaryButton=({children:e,...t})=>(0,Z.jsx)(ek,{variant:"contained",type:"submit",...t,children:e}),h1.SecondaryButton=({children:e,...t})=>(0,Z.jsx)(ek,{variant:"outlined",color:"secondary",...t,children:e}),h1.Actions=hK;let h2=e=>{let{description:t,isOpen:n,onCancel:r,onDiscardChanges:i}=e;return(0,Z.jsxs)(h1,{open:n,"aria-labelledby":"discard-dialog",children:[(0,Z.jsx)(h1.Header,{children:"Discard Changes"}),(0,Z.jsx)(h1.Content,{children:t}),(0,Z.jsxs)(h1.Actions,{children:[(0,Z.jsx)(ek,{variant:"contained",onClick:i,children:"Discard Changes"}),(0,Z.jsx)(ek,{variant:"outlined",color:"secondary",onClick:r,children:"Cancel"})]})]})};var h5=n(3890);let h3=B.createContext();function h4(e){return(0,Y.ZP)("MuiGrid",e)}let h6=["auto",!0,1,2,3,4,5,6,7,8,9,10,11,12],h8=(0,U.Z)("MuiGrid",["root","container","item","zeroMinWidth",...[0,1,2,3,4,5,6,7,8,9,10].map(e=>`spacing-xs-${e}`),...["column-reverse","column","row-reverse","row"].map(e=>`direction-xs-${e}`),...["nowrap","wrap-reverse","wrap"].map(e=>`wrap-xs-${e}`),...h6.map(e=>`grid-xs-${e}`),...h6.map(e=>`grid-sm-${e}`),...h6.map(e=>`grid-md-${e}`),...h6.map(e=>`grid-lg-${e}`),...h6.map(e=>`grid-xl-${e}`)]);function h9({breakpoints:e,values:t}){let n="";Object.keys(t).forEach(e=>{""===n&&0!==t[e]&&(n=e)});let r=Object.keys(e).sort((t,n)=>e[t]-e[n]);return r.slice(0,r.indexOf(n))}let h7=(0,$.ZP)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e,{container:r,direction:i,item:o,spacing:a,wrap:s,zeroMinWidth:l,breakpoints:u}=n,c=[];r&&(c=function(e,t,n={}){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[n[`spacing-xs-${String(e)}`]];let r=[];return t.forEach(t=>{let i=e[t];Number(i)>0&&r.push(n[`spacing-${t}-${String(i)}`])}),r}(a,u,t));let d=[];return u.forEach(e=>{let r=n[e];r&&d.push(t[`grid-${e}-${String(r)}`])}),[t.root,r&&t.container,o&&t.item,l&&t.zeroMinWidth,...c,"row"!==i&&t[`direction-xs-${String(i)}`],"wrap"!==s&&t[`wrap-xs-${String(s)}`],...d]}})(({ownerState:e})=>({boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",width:"100%"},...e.item&&{margin:0},...e.zeroMinWidth&&{minWidth:0},..."wrap"!==e.wrap&&{flexWrap:e.wrap}}),function({theme:e,ownerState:t}){let n=(0,h5.P$)({values:t.direction,breakpoints:e.breakpoints.values});return(0,h5.k9)({theme:e},n,e=>{let t={flexDirection:e};return e.startsWith("column")&&(t[`& > .${h8.item}`]={maxWidth:"none"}),t})},function({theme:e,ownerState:t}){let{container:n,rowSpacing:r}=t,i={};if(n&&0!==r){let t,n=(0,h5.P$)({values:r,breakpoints:e.breakpoints.values});"object"==typeof n&&(t=h9({breakpoints:e.breakpoints.values,values:n})),i=(0,h5.k9)({theme:e},n,(n,r)=>{let i=e.spacing(n);return"0px"!==i?{marginTop:`calc(-1 * ${i})`,[`& > .${h8.item}`]:{paddingTop:i}}:t?.includes(r)?{}:{marginTop:0,[`& > .${h8.item}`]:{paddingTop:0}}})}return i},function({theme:e,ownerState:t}){let{container:n,columnSpacing:r}=t,i={};if(n&&0!==r){let t,n=(0,h5.P$)({values:r,breakpoints:e.breakpoints.values});"object"==typeof n&&(t=h9({breakpoints:e.breakpoints.values,values:n})),i=(0,h5.k9)({theme:e},n,(n,r)=>{let i=e.spacing(n);if("0px"!==i){let e=`calc(-1 * ${i})`;return{width:`calc(100% + ${i})`,marginLeft:e,[`& > .${h8.item}`]:{paddingLeft:i}}}return t?.includes(r)?{}:{width:"100%",marginLeft:0,[`& > .${h8.item}`]:{paddingLeft:0}}})}return i},function({theme:e,ownerState:t}){let n;return e.breakpoints.keys.reduce((r,i)=>{let o={};if(t[i]&&(n=t[i]),!n)return r;if(!0===n)o={flexBasis:0,flexGrow:1,maxWidth:"100%"};else if("auto"===n)o={flexBasis:"auto",flexGrow:0,flexShrink:0,maxWidth:"none",width:"auto"};else{let a=(0,h5.P$)({values:t.columns,breakpoints:e.breakpoints.values}),s="object"==typeof a?a[i]:a;if(null==s)return r;let l=`${Math.round(n/s*1e8)/1e6}%`,u={};if(t.container&&t.item&&0!==t.columnSpacing){let n=e.spacing(t.columnSpacing);if("0px"!==n){let e=`calc(${l} + ${n})`;u={flexBasis:e,maxWidth:e}}}o={flexBasis:l,flexGrow:0,maxWidth:l,...u}}return 0===e.breakpoints.values[i]?Object.assign(r,o):r[e.breakpoints.up(i)]=o,r},{})}),pe=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiGrid"}),{breakpoints:r}=(0,nt.Z)(),i=(0,aJ.Z)(n),{className:o,columns:a,columnSpacing:s,component:l="div",container:u=!1,direction:c="row",item:d=!1,rowSpacing:h,spacing:p=0,wrap:f="wrap",zeroMinWidth:g=!1,...m}=i,v=B.useContext(h3),y=u?a||12:v,x={},b={...m};r.keys.forEach(e=>{null!=m[e]&&(x[e]=m[e],delete b[e])});let w={...i,columns:y,container:u,direction:c,item:d,rowSpacing:h||p,columnSpacing:s||p,wrap:f,zeroMinWidth:g,spacing:p,...x,breakpoints:r.keys},S=(e=>{let{classes:t,container:n,direction:r,item:i,spacing:o,wrap:a,zeroMinWidth:s,breakpoints:l}=e,u=[];n&&(u=function(e,t){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[`spacing-xs-${String(e)}`];let n=[];return t.forEach(t=>{let r=e[t];if(Number(r)>0){let e=`spacing-${t}-${String(r)}`;n.push(e)}}),n}(o,l));let c=[];l.forEach(t=>{let n=e[t];n&&c.push(`grid-${t}-${String(n)}`)});let d={root:["root",n&&"container",i&&"item",s&&"zeroMinWidth",...u,"row"!==r&&`direction-xs-${String(r)}`,"wrap"!==a&&`wrap-xs-${String(a)}`,...c]};return(0,F.Z)(d,h4,t)})(w);return(0,Z.jsx)(h3.Provider,{value:y,children:(0,Z.jsx)(h7,{ownerState:w,className:(0,z.Z)(S.root,o),as:l,ref:t,...b})})}),pt=({children:e})=>(0,Z.jsx)(pe,{item:!0,xs:4,children:(0,Z.jsx)(eT.Z,{spacing:3,children:e})});var pn=n(9398),pr=n(4111);function pi(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function po(e){var t=pi(e).Element;return e instanceof t||e instanceof Element}function pa(e){var t=pi(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function ps(e){if("undefined"==typeof ShadowRoot)return!1;var t=pi(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var pl=Math.max,pu=Math.min,pc=Math.round;function pd(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function ph(){return!/^((?!chrome|android).)*safari/i.test(pd())}function pp(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),i=1,o=1;t&&pa(e)&&(i=e.offsetWidth>0&&pc(r.width)/e.offsetWidth||1,o=e.offsetHeight>0&&pc(r.height)/e.offsetHeight||1);var a=(po(e)?pi(e):window).visualViewport,s=!ph()&&n,l=(r.left+(s&&a?a.offsetLeft:0))/i,u=(r.top+(s&&a?a.offsetTop:0))/o,c=r.width/i,d=r.height/o;return{width:c,height:d,top:u,right:l+c,bottom:u+d,left:l,x:l,y:u}}function pf(e){var t=pi(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function pg(e){return e?(e.nodeName||"").toLowerCase():null}function pm(e){return((po(e)?e.ownerDocument:e.document)||window.document).documentElement}function pv(e){return pp(pm(e)).left+pf(e).scrollLeft}function py(e){return pi(e).getComputedStyle(e)}function px(e){var t=py(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function pb(e){var t=pp(e),n=e.offsetWidth,r=e.offsetHeight;return 1>=Math.abs(t.width-n)&&(n=t.width),1>=Math.abs(t.height-r)&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function pw(e){return"html"===pg(e)?e:e.assignedSlot||e.parentNode||(ps(e)?e.host:null)||pm(e)}function pS(e,t){void 0===t&&(t=[]);var n,r=function e(t){return["html","body","#document"].indexOf(pg(t))>=0?t.ownerDocument.body:pa(t)&&px(t)?t:e(pw(t))}(e),i=r===(null==(n=e.ownerDocument)?void 0:n.body),o=pi(r),a=i?[o].concat(o.visualViewport||[],px(r)?r:[]):r,s=t.concat(a);return i?s:s.concat(pS(pw(a)))}function pC(e){return pa(e)&&"fixed"!==py(e).position?e.offsetParent:null}function pk(e){for(var t=pi(e),n=pC(e);n&&["table","td","th"].indexOf(pg(n))>=0&&"static"===py(n).position;)n=pC(n);return n&&("html"===pg(n)||"body"===pg(n)&&"static"===py(n).position)?t:n||function(e){var t=/firefox/i.test(pd());if(/Trident/i.test(pd())&&pa(e)&&"fixed"===py(e).position)return null;var n=pw(e);for(ps(n)&&(n=n.host);pa(n)&&0>["html","body"].indexOf(pg(n));){var r=py(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}var pM="bottom",pT="right",pI="left",pA="auto",pD=["top",pM,pT,pI],pP="start",pR="viewport",p_="popper",pO=pD.reduce(function(e,t){return e.concat([t+"-"+pP,t+"-end"])},[]),pE=[].concat(pD,[pA]).reduce(function(e,t){return e.concat([t,t+"-"+pP,t+"-end"])},[]),pL=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"],pZ={placement:"bottom",modifiers:[],strategy:"absolute"};function pB(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(e){return!(e&&"function"==typeof e.getBoundingClientRect)})}var pN={passive:!0};function pz(e){return e.split("-")[0]}function pF(e){return e.split("-")[1]}function pj(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function pV(e){var t,n=e.reference,r=e.element,i=e.placement,o=i?pz(i):null,a=i?pF(i):null,s=n.x+n.width/2-r.width/2,l=n.y+n.height/2-r.height/2;switch(o){case"top":t={x:s,y:n.y-r.height};break;case pM:t={x:s,y:n.y+n.height};break;case pT:t={x:n.x+n.width,y:l};break;case pI:t={x:n.x-r.width,y:l};break;default:t={x:n.x,y:n.y}}var u=o?pj(o):null;if(null!=u){var c="y"===u?"height":"width";switch(a){case pP:t[u]=t[u]-(n[c]/2-r[c]/2);break;case"end":t[u]=t[u]+(n[c]/2-r[c]/2)}}return t}var pH={top:"auto",right:"auto",bottom:"auto",left:"auto"};function p$(e){var t,n,r,i,o,a,s,l=e.popper,u=e.popperRect,c=e.placement,d=e.variation,h=e.offsets,p=e.position,f=e.gpuAcceleration,g=e.adaptive,m=e.roundOffsets,v=e.isFixed,y=h.x,x=void 0===y?0:y,b=h.y,w=void 0===b?0:b,S="function"==typeof m?m({x:x,y:w}):{x:x,y:w};x=S.x,w=S.y;var C=h.hasOwnProperty("x"),k=h.hasOwnProperty("y"),M=pI,T="top",I=window;if(g){var A=pk(l),D="clientHeight",P="clientWidth";A===pi(l)&&"static"!==py(A=pm(l)).position&&"absolute"===p&&(D="scrollHeight",P="scrollWidth"),("top"===c||(c===pI||c===pT)&&"end"===d)&&(T=pM,w-=(v&&A===I&&I.visualViewport?I.visualViewport.height:A[D])-u.height,w*=f?1:-1),(c===pI||("top"===c||c===pM)&&"end"===d)&&(M=pT,x-=(v&&A===I&&I.visualViewport?I.visualViewport.width:A[P])-u.width,x*=f?1:-1)}var R=Object.assign({position:p},g&&pH),_=!0===m?(t={x:x,y:w},n=pi(l),r=t.x,i=t.y,{x:pc(r*(o=n.devicePixelRatio||1))/o||0,y:pc(i*o)/o||0}):{x:x,y:w};return(x=_.x,w=_.y,f)?Object.assign({},R,((s={})[T]=k?"0":"",s[M]=C?"0":"",s.transform=1>=(I.devicePixelRatio||1)?"translate("+x+"px, "+w+"px)":"translate3d("+x+"px, "+w+"px, 0)",s)):Object.assign({},R,((a={})[T]=k?w+"px":"",a[M]=C?x+"px":"",a.transform="",a))}var pW={left:"right",right:"left",bottom:"top",top:"bottom"};function pG(e){return e.replace(/left|right|bottom|top/g,function(e){return pW[e]})}var pq={start:"end",end:"start"};function pU(e){return e.replace(/start|end/g,function(e){return pq[e]})}function pY(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&ps(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function pX(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function pK(e,t,n){var r,i,o,a,s,l,u,c,d,h;return t===pR?pX(function(e,t){var n=pi(e),r=pm(e),i=n.visualViewport,o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;var u=ph();(u||!u&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:s+pv(e),y:l}}(e,n)):po(t)?((r=pp(t,!1,"fixed"===n)).top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r):pX((i=pm(e),a=pm(i),s=pf(i),l=null==(o=i.ownerDocument)?void 0:o.body,u=pl(a.scrollWidth,a.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),c=pl(a.scrollHeight,a.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),d=-s.scrollLeft+pv(i),h=-s.scrollTop,"rtl"===py(l||a).direction&&(d+=pl(a.clientWidth,l?l.clientWidth:0)-u),{width:u,height:c,x:d,y:h}))}function pQ(){return{top:0,right:0,bottom:0,left:0}}function pJ(e){return Object.assign({},pQ(),e)}function p0(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}function p1(e,t){void 0===t&&(t={});var n,r,i,o,a,s,l,u,c=t,d=c.placement,h=void 0===d?e.placement:d,p=c.strategy,f=void 0===p?e.strategy:p,g=c.boundary,m=c.rootBoundary,v=c.elementContext,y=void 0===v?p_:v,x=c.altBoundary,b=c.padding,w=void 0===b?0:b,S=pJ("number"!=typeof w?w:p0(w,pD)),C=e.rects.popper,k=e.elements[void 0!==x&&x?y===p_?"reference":p_:y],M=(n=po(k)?k:k.contextElement||pm(e.elements.popper),r=void 0===g?"clippingParents":g,i=void 0===m?pR:m,l=(s=[].concat("clippingParents"===r?(o=pS(pw(n)),!po(a=["absolute","fixed"].indexOf(py(n).position)>=0&&pa(n)?pk(n):n)?[]:o.filter(function(e){return po(e)&&pY(e,a)&&"body"!==pg(e)})):[].concat(r),[i]))[0],(u=s.reduce(function(e,t){var r=pK(n,t,f);return e.top=pl(r.top,e.top),e.right=pu(r.right,e.right),e.bottom=pu(r.bottom,e.bottom),e.left=pl(r.left,e.left),e},pK(n,l,f))).width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u),T=pp(e.elements.reference),I=pV({reference:T,element:C,strategy:"absolute",placement:h}),A=pX(Object.assign({},C,I)),D=y===p_?A:T,P={top:M.top-D.top+S.top,bottom:D.bottom-M.bottom+S.bottom,left:M.left-D.left+S.left,right:D.right-M.right+S.right},R=e.modifiersData.offset;if(y===p_&&R){var _=R[h];Object.keys(P).forEach(function(e){var t=[pT,pM].indexOf(e)>=0?1:-1,n=["top",pM].indexOf(e)>=0?"y":"x";P[e]+=_[n]*t})}return P}function p2(e,t,n){return pl(e,pu(t,n))}function p5(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function p3(e){return["top",pT,pM,pI].some(function(t){return e[t]>=0})}var p4=(u=void 0===(l=(s={defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,o=void 0===i||i,a=r.resize,s=void 0===a||a,l=pi(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&u.forEach(function(e){e.addEventListener("scroll",n.update,pN)}),s&&l.addEventListener("resize",n.update,pN),function(){o&&u.forEach(function(e){e.removeEventListener("scroll",n.update,pN)}),s&&l.removeEventListener("resize",n.update,pN)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=pV({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,i=n.adaptive,o=n.roundOffsets,a=void 0===o||o,s={placement:pz(t.placement),variation:pF(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:void 0===r||r,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,p$(Object.assign({},s,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:void 0===i||i,roundOffsets:a})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,p$(Object.assign({},s,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},i=t.elements[e];pa(i)&&pg(i)&&(Object.assign(i.style,n),Object.keys(r).forEach(function(e){var t=r[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)}))})},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var r=t.elements[e],i=t.attributes[e]||{},o=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]="",e},{});pa(r)&&pg(r)&&(Object.assign(r.style,o),Object.keys(i).forEach(function(e){r.removeAttribute(e)}))})}},requires:["computeStyles"]},{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.offset,o=void 0===i?[0,0]:i,a=pE.reduce(function(e,n){var r,i,a,s,l,u;return e[n]=(r=t.rects,a=[pI,"top"].indexOf(i=pz(n))>=0?-1:1,l=(s="function"==typeof o?o(Object.assign({},r,{placement:n})):o)[0],u=s[1],l=l||0,u=(u||0)*a,[pI,pT].indexOf(i)>=0?{x:u,y:l}:{x:l,y:u}),e},{}),s=a[t.placement],l=s.x,u=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=a}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var i=n.mainAxis,o=void 0===i||i,a=n.altAxis,s=void 0===a||a,l=n.fallbackPlacements,u=n.padding,c=n.boundary,d=n.rootBoundary,h=n.altBoundary,p=n.flipVariations,f=void 0===p||p,g=n.allowedAutoPlacements,m=t.options.placement,v=pz(m)===m,y=l||(v||!f?[pG(m)]:function(e){if(pz(e)===pA)return[];var t=pG(e);return[pU(e),t,pU(t)]}(m)),x=[m].concat(y).reduce(function(e,n){var r,i,o,a,s,l,h,p,m,v,y,x;return e.concat(pz(n)===pA?(i=(r={placement:n,boundary:c,rootBoundary:d,padding:u,flipVariations:f,allowedAutoPlacements:g}).placement,o=r.boundary,a=r.rootBoundary,s=r.padding,l=r.flipVariations,p=void 0===(h=r.allowedAutoPlacements)?pE:h,0===(y=(v=(m=pF(i))?l?pO:pO.filter(function(e){return pF(e)===m}):pD).filter(function(e){return p.indexOf(e)>=0})).length&&(y=v),Object.keys(x=y.reduce(function(e,n){return e[n]=p1(t,{placement:n,boundary:o,rootBoundary:a,padding:s})[pz(n)],e},{})).sort(function(e,t){return x[e]-x[t]})):n)},[]),b=t.rects.reference,w=t.rects.popper,S=new Map,C=!0,k=x[0],M=0;M<x.length;M++){var T=x[M],I=pz(T),A=pF(T)===pP,D=["top",pM].indexOf(I)>=0,P=D?"width":"height",R=p1(t,{placement:T,boundary:c,rootBoundary:d,altBoundary:h,padding:u}),_=D?A?pT:pI:A?pM:"top";b[P]>w[P]&&(_=pG(_));var O=pG(_),E=[];if(o&&E.push(R[I]<=0),s&&E.push(R[_]<=0,R[O]<=0),E.every(function(e){return e})){k=T,C=!1;break}S.set(T,E)}if(C)for(var L=f?3:1,Z=function(e){var t=x.find(function(t){var n=S.get(t);if(n)return n.slice(0,e).every(function(e){return e})});if(t)return k=t,"break"},B=L;B>0&&"break"!==Z(B);B--);t.placement!==k&&(t.modifiersData[r]._skip=!0,t.placement=k,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.mainAxis,o=n.altAxis,a=n.boundary,s=n.rootBoundary,l=n.altBoundary,u=n.padding,c=n.tether,d=void 0===c||c,h=n.tetherOffset,p=void 0===h?0:h,f=p1(t,{boundary:a,rootBoundary:s,padding:u,altBoundary:l}),g=pz(t.placement),m=pF(t.placement),v=!m,y=pj(g),x="x"===y?"y":"x",b=t.modifiersData.popperOffsets,w=t.rects.reference,S=t.rects.popper,C="function"==typeof p?p(Object.assign({},t.rects,{placement:t.placement})):p,k="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),M=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,T={x:0,y:0};if(b){if(void 0===i||i){var I,A="y"===y?"top":pI,D="y"===y?pM:pT,P="y"===y?"height":"width",R=b[y],_=R+f[A],O=R-f[D],E=d?-S[P]/2:0,L=m===pP?w[P]:S[P],Z=m===pP?-S[P]:-w[P],B=t.elements.arrow,N=d&&B?pb(B):{width:0,height:0},z=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:pQ(),F=z[A],j=z[D],V=p2(0,w[P],N[P]),H=v?w[P]/2-E-V-F-k.mainAxis:L-V-F-k.mainAxis,$=v?-w[P]/2+E+V+j+k.mainAxis:Z+V+j+k.mainAxis,W=t.elements.arrow&&pk(t.elements.arrow),G=W?"y"===y?W.clientTop||0:W.clientLeft||0:0,q=null!=(I=null==M?void 0:M[y])?I:0,U=p2(d?pu(_,R+H-q-G):_,R,d?pl(O,R+$-q):O);b[y]=U,T[y]=U-R}if(void 0!==o&&o){var Y,X,K="x"===y?"top":pI,Q="x"===y?pM:pT,J=b[x],ee="y"===x?"height":"width",et=J+f[K],en=J-f[Q],er=-1!==["top",pI].indexOf(g),ei=null!=(X=null==M?void 0:M[x])?X:0,eo=er?et:J-w[ee]-S[ee]-ei+k.altAxis,ea=er?J+w[ee]+S[ee]-ei-k.altAxis:en,es=d&&er?(Y=p2(eo,J,ea))>ea?ea:Y:p2(d?eo:et,J,d?ea:en);b[x]=es,T[x]=es-J}t.modifiersData[r]=T}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,i=e.options,o=n.elements.arrow,a=n.modifiersData.popperOffsets,s=pz(n.placement),l=pj(s),u=[pI,pT].indexOf(s)>=0?"height":"width";if(o&&a){var c,d=(c=i.padding,pJ("number"!=typeof(c="function"==typeof c?c(Object.assign({},n.rects,{placement:n.placement})):c)?c:p0(c,pD))),h=pb(o),p="y"===l?"top":pI,f="y"===l?pM:pT,g=n.rects.reference[u]+n.rects.reference[l]-a[l]-n.rects.popper[u],m=a[l]-n.rects.reference[l],v=pk(o),y=v?"y"===l?v.clientHeight||0:v.clientWidth||0:0,x=d[p],b=y-h[u]-d[f],w=y/2-h[u]/2+(g/2-m/2),S=p2(x,w,b);n.modifiersData[r]=((t={})[l]=S,t.centerOffset=S-w,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;if(null!=r)("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&pY(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,i=t.rects.popper,o=t.modifiersData.preventOverflow,a=p1(t,{elementContext:"reference"}),s=p1(t,{altBoundary:!0}),l=p5(a,r),u=p5(s,i,o),c=p3(l),d=p3(u);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":d})}}]}).defaultModifiers)?[]:l,d=void 0===(c=s.defaultOptions)?pZ:c,function(e,t,n){void 0===n&&(n=d);var r,i,o={placement:"bottom",orderedModifiers:[],options:Object.assign({},pZ,d),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},a=[],s=!1,l={state:o,setOptions:function(n){var r,i,s,h,p,f,g="function"==typeof n?n(o.options):n;c(),o.options=Object.assign({},d,o.options,g),o.scrollParents={reference:po(e)?pS(e):e.contextElement?pS(e.contextElement):[],popper:pS(t)};var m=(i=Object.keys(r=[].concat(u,o.options.modifiers).reduce(function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e},{})).map(function(e){return r[e]}),s=new Map,h=new Set,p=[],i.forEach(function(e){s.set(e.name,e)}),i.forEach(function(e){h.has(e.name)||function e(t){h.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach(function(t){if(!h.has(t)){var n=s.get(t);n&&e(n)}}),p.push(t)}(e)}),f=p,pL.reduce(function(e,t){return e.concat(f.filter(function(e){return e.phase===t}))},[]));return o.orderedModifiers=m.filter(function(e){return e.enabled}),o.orderedModifiers.forEach(function(e){var t=e.name,n=e.options,r=e.effect;if("function"==typeof r){var i=r({state:o,name:t,instance:l,options:void 0===n?{}:n});a.push(i||function(){})}}),l.update()},forceUpdate:function(){if(!s){var e=o.elements,t=e.reference,n=e.popper;if(pB(t,n)){o.rects={reference:(r=pk(n),i="fixed"===o.options.strategy,a=pa(r),h=pa(r)&&(c=pc((u=r.getBoundingClientRect()).width)/r.offsetWidth||1,d=pc(u.height)/r.offsetHeight||1,1!==c||1!==d),p=pm(r),f=pp(t,h,i),g={scrollLeft:0,scrollTop:0},m={x:0,y:0},(a||!a&&!i)&&(("body"!==pg(r)||px(p))&&(g=function(e){return e!==pi(e)&&pa(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:pf(e)}(r)),pa(r)?(m=pp(r,!0),m.x+=r.clientLeft,m.y+=r.clientTop):p&&(m.x=pv(p))),{x:f.left+g.scrollLeft-m.x,y:f.top+g.scrollTop-m.y,width:f.width,height:f.height}),popper:pb(n)},o.reset=!1,o.placement=o.options.placement,o.orderedModifiers.forEach(function(e){return o.modifiersData[e.name]=Object.assign({},e.data)});for(var r,i,a,u,c,d,h,p,f,g,m,v=0;v<o.orderedModifiers.length;v++){if(!0===o.reset){o.reset=!1,v=-1;continue}var y=o.orderedModifiers[v],x=y.fn,b=y.options,w=void 0===b?{}:b,S=y.name;"function"==typeof x&&(o=x({state:o,options:w,name:S,instance:l})||o)}}}},update:(r=function(){return new Promise(function(e){l.forceUpdate(),e(o)})},function(){return i||(i=new Promise(function(e){Promise.resolve().then(function(){i=void 0,e(r())})})),i}),destroy:function(){c(),s=!0}};if(!pB(e,t))return l;function c(){a.forEach(function(e){return e()}),a=[]}return l.setOptions(n).then(function(e){!s&&n.onFirstUpdate&&n.onFirstUpdate(e)}),l});function p6(e){return(0,Y.ZP)("MuiPopper",e)}function p8(e){return"function"==typeof e?e():e}(0,U.Z)("MuiPopper",["root"]);let p9={},p7=B.forwardRef(function(e,t){let{anchorEl:n,children:r,direction:i,disablePortal:o,modifiers:a,open:s,placement:l,popperOptions:u,popperRef:c,slotProps:d={},slots:h={},TransitionProps:p,ownerState:f,...g}=e,m=B.useRef(null),v=(0,eL.Z)(m,t),y=B.useRef(null),x=(0,eL.Z)(y,c),b=B.useRef(x);(0,eN.Z)(()=>{b.current=x},[x]),B.useImperativeHandle(c,()=>y.current,[]);let w=function(e,t){if("ltr"===t)return e;switch(e){case"bottom-end":return"bottom-start";case"bottom-start":return"bottom-end";case"top-end":return"top-start";case"top-start":return"top-end";default:return e}}(l,i),[S,C]=B.useState(w),[k,M]=B.useState(p8(n));B.useEffect(()=>{y.current&&y.current.forceUpdate()}),B.useEffect(()=>{n&&M(p8(n))},[n]),(0,eN.Z)(()=>{if(!k||!s)return;let e=[{name:"preventOverflow",options:{altBoundary:o}},{name:"flip",options:{altBoundary:o}},{name:"onUpdate",enabled:!0,phase:"afterWrite",fn:({state:e})=>{C(e.placement)}}];null!=a&&(e=e.concat(a)),u&&null!=u.modifiers&&(e=e.concat(u.modifiers));let t=p4(k,m.current,{placement:w,...u,modifiers:e});return b.current(t),()=>{t.destroy(),b.current(null)}},[k,o,a,s,u,w]);let T={placement:S};null!==p&&(T.TransitionProps=p);let I=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},p6,t)})(e),A=h.root??"div",D=tN({elementType:A,externalSlotProps:d.root,externalForwardedProps:g,additionalProps:{role:"tooltip",ref:v},ownerState:e,className:I.root});return(0,Z.jsx)(A,{...D,children:"function"==typeof r?r(T):r})}),fe=B.forwardRef(function(e,t){let n,{anchorEl:r,children:i,container:o,direction:a="ltr",disablePortal:s=!1,keepMounted:l=!1,modifiers:u,open:c,placement:d="bottom",popperOptions:h=p9,popperRef:p,style:f,transition:g=!1,slotProps:m={},slots:v={},...y}=e,[x,b]=B.useState(!0);if(!l&&!c&&(!g||x))return null;if(o)n=o;else if(r){let e=p8(r);n=e&&void 0!==e.nodeType?(0,ns.Z)(e).body:(0,ns.Z)(null).body}let w=!c&&l&&(!g||x)?"none":void 0,S=g?{in:c,onEnter:()=>{b(!1)},onExited:()=>{b(!0)}}:void 0;return(0,Z.jsx)(nh,{disablePortal:s,container:n,children:(0,Z.jsx)(p7,{anchorEl:r,direction:a,disablePortal:s,modifiers:u,ref:t,open:g?!x:c,placement:d,popperOptions:h,popperRef:p,slotProps:m,slots:v,...y,style:{position:"fixed",top:0,left:0,display:w,...f},TransitionProps:S,children:i})})}),ft=(0,$.ZP)(fe,{name:"MuiPopper",slot:"Root",overridesResolver:(e,t)=>t.root})({}),fn=B.forwardRef(function(e,t){let n=tE(),{anchorEl:r,component:i,components:o,componentsProps:a,container:s,disablePortal:l,keepMounted:u,modifiers:c,open:d,placement:h,popperOptions:p,popperRef:f,transition:g,slots:m,slotProps:v,...y}=(0,q.i)({props:e,name:"MuiPopper"}),x=m?.root??o?.Root,b={anchorEl:r,container:s,disablePortal:l,keepMounted:u,modifiers:c,open:d,placement:h,popperOptions:p,popperRef:f,transition:g,...y};return(0,Z.jsx)(ft,{as:i,direction:n?"rtl":"ltr",slots:{root:x},slotProps:v??a,...b,ref:t})});var fr=n(7151);function fi(e){return(0,Y.ZP)("MuiTooltip",e)}let fo=(0,U.Z)("MuiTooltip",["popper","popperInteractive","popperArrow","popperClose","tooltip","tooltipArrow","touch","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop","tooltipPlacementBottom","arrow"]),fa=(0,$.ZP)(fn,{name:"MuiTooltip",slot:"Popper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.popper,!n.disableInteractive&&t.popperInteractive,n.arrow&&t.popperArrow,!n.open&&t.popperClose]}})((0,W.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.tooltip,pointerEvents:"none",variants:[{props:({ownerState:e})=>!e.disableInteractive,style:{pointerEvents:"auto"}},{props:({open:e})=>!e,style:{pointerEvents:"none"}},{props:({ownerState:e})=>e.arrow,style:{[`&[data-popper-placement*="bottom"] .${fo.arrow}`]:{top:0,marginTop:"-0.71em","&::before":{transformOrigin:"0 100%"}},[`&[data-popper-placement*="top"] .${fo.arrow}`]:{bottom:0,marginBottom:"-0.71em","&::before":{transformOrigin:"100% 0"}},[`&[data-popper-placement*="right"] .${fo.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"100% 100%"}},[`&[data-popper-placement*="left"] .${fo.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"0 0"}}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="right"] .${fo.arrow}`]:{left:0,marginLeft:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="right"] .${fo.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="left"] .${fo.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="left"] .${fo.arrow}`]:{left:0,marginLeft:"-0.71em"}}}]}))),fs=(0,$.ZP)("div",{name:"MuiTooltip",slot:"Tooltip",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.tooltip,n.touch&&t.touch,n.arrow&&t.tooltipArrow,t[`tooltipPlacement${(0,H.Z)(n.placement.split("-")[0])}`]]}})((0,W.Z)(({theme:e})=>({backgroundColor:e.vars?e.vars.palette.Tooltip.bg:(0,j.Fq)(e.palette.grey[700],.92),borderRadius:(e.vars||e).shape.borderRadius,color:(e.vars||e).palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(11),maxWidth:300,margin:2,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium,[`.${fo.popper}[data-popper-placement*="left"] &`]:{transformOrigin:"right center"},[`.${fo.popper}[data-popper-placement*="right"] &`]:{transformOrigin:"left center"},[`.${fo.popper}[data-popper-placement*="top"] &`]:{transformOrigin:"center bottom",marginBottom:"14px"},[`.${fo.popper}[data-popper-placement*="bottom"] &`]:{transformOrigin:"center top",marginTop:"14px"},variants:[{props:({ownerState:e})=>e.arrow,style:{position:"relative",margin:0}},{props:({ownerState:e})=>e.touch,style:{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:`${Math.round(16/14*1e5)/1e5}em`,fontWeight:e.typography.fontWeightRegular}},{props:({ownerState:e})=>!e.isRtl,style:{[`.${fo.popper}[data-popper-placement*="left"] &`]:{marginRight:"14px"},[`.${fo.popper}[data-popper-placement*="right"] &`]:{marginLeft:"14px"}}},{props:({ownerState:e})=>!e.isRtl&&e.touch,style:{[`.${fo.popper}[data-popper-placement*="left"] &`]:{marginRight:"24px"},[`.${fo.popper}[data-popper-placement*="right"] &`]:{marginLeft:"24px"}}},{props:({ownerState:e})=>!!e.isRtl,style:{[`.${fo.popper}[data-popper-placement*="left"] &`]:{marginLeft:"14px"},[`.${fo.popper}[data-popper-placement*="right"] &`]:{marginRight:"14px"}}},{props:({ownerState:e})=>!!e.isRtl&&e.touch,style:{[`.${fo.popper}[data-popper-placement*="left"] &`]:{marginLeft:"24px"},[`.${fo.popper}[data-popper-placement*="right"] &`]:{marginRight:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${fo.popper}[data-popper-placement*="top"] &`]:{marginBottom:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${fo.popper}[data-popper-placement*="bottom"] &`]:{marginTop:"24px"}}}]}))),fl=(0,$.ZP)("span",{name:"MuiTooltip",slot:"Arrow",overridesResolver:(e,t)=>t.arrow})((0,W.Z)(({theme:e})=>({overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:e.vars?e.vars.palette.Tooltip.bg:(0,j.Fq)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}}))),fu=!1,fc=new tK.V,fd={x:0,y:0};function fh(e,t){return(n,...r)=>{t&&t(n,...r),e(n,...r)}}let fp=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTooltip"}),{arrow:r=!1,children:i,classes:o,components:a={},componentsProps:s={},describeChild:l=!1,disableFocusListener:u=!1,disableHoverListener:c=!1,disableInteractive:d=!1,disableTouchListener:h=!1,enterDelay:p=100,enterNextDelay:f=0,enterTouchDelay:g=700,followCursor:m=!1,id:v,leaveDelay:y=0,leaveTouchDelay:x=1500,onClose:b,onOpen:w,open:S,placement:C="bottom",PopperComponent:k,PopperProps:M={},slotProps:T={},slots:I={},title:A,TransitionComponent:D,TransitionProps:P,...R}=n,_=B.isValidElement(i)?i:(0,Z.jsx)("span",{children:i}),O=(0,nt.Z)(),E=tE(),[L,N]=B.useState(),[j,V]=B.useState(null),$=B.useRef(!1),W=d||m,G=(0,tK.Z)(),U=(0,tK.Z)(),Y=(0,tK.Z)(),X=(0,tK.Z)(),[K,Q]=(0,n6.Z)({controlled:S,default:!1,name:"Tooltip",state:"open"}),J=K,ee=(0,er.Z)(v),et=B.useRef(),en=(0,fr.Z)(()=>{void 0!==et.current&&(document.body.style.WebkitUserSelect=et.current,et.current=void 0),X.clear()});B.useEffect(()=>en,[en]);let ei=e=>{fc.clear(),fu=!0,Q(!0),w&&!J&&w(e)},eo=(0,fr.Z)(e=>{fc.start(800+y,()=>{fu=!1}),Q(!1),b&&J&&b(e),G.start(O.transitions.duration.shortest,()=>{$.current=!1})}),ea=e=>{$.current&&"touchstart"!==e.type||(L&&L.removeAttribute("title"),U.clear(),Y.clear(),p||fu&&f?U.start(fu?f:p,()=>{ei(e)}):ei(e))},es=e=>{U.clear(),Y.start(y,()=>{eo(e)})},[,el]=B.useState(!1),eu=e=>{(0,pr.Z)(e.target)||(el(!1),es(e))},ec=e=>{L||N(e.currentTarget),(0,pr.Z)(e.target)&&(el(!0),ea(e))},ed=e=>{$.current=!0;let t=_.props;t.onTouchStart&&t.onTouchStart(e)};B.useEffect(()=>{if(J)return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)};function e(e){"Escape"===e.key&&eo(e)}},[eo,J]);let eh=(0,eY.Z)(tR(_),N,t);A||0===A||(J=!1);let ep=B.useRef(),ef={},eg="string"==typeof A;l?(ef.title=J||!eg||c?null:A,ef["aria-describedby"]=J?ee:null):(ef["aria-label"]=eg?A:null,ef["aria-labelledby"]=J&&!eg?ee:null);let em={...ef,...R,..._.props,className:(0,z.Z)(R.className,_.props.className),onTouchStart:ed,ref:eh,...m?{onMouseMove:e=>{let t=_.props;t.onMouseMove&&t.onMouseMove(e),fd={x:e.clientX,y:e.clientY},ep.current&&ep.current.update()}}:{}},ev={};h||(em.onTouchStart=e=>{ed(e),Y.clear(),G.clear(),en(),et.current=document.body.style.WebkitUserSelect,document.body.style.WebkitUserSelect="none",X.start(g,()=>{document.body.style.WebkitUserSelect=et.current,ea(e)})},em.onTouchEnd=e=>{_.props.onTouchEnd&&_.props.onTouchEnd(e),en(),Y.start(x,()=>{eo(e)})}),!c&&(em.onMouseOver=fh(ea,em.onMouseOver),em.onMouseLeave=fh(es,em.onMouseLeave),W||(ev.onMouseOver=ea,ev.onMouseLeave=es)),!u&&(em.onFocus=fh(ec,em.onFocus),em.onBlur=fh(eu,em.onBlur),W||(ev.onFocus=ec,ev.onBlur=eu));let ey={...n,isRtl:E,arrow:r,disableInteractive:W,placement:C,PopperComponentProp:k,touch:$.current},ex="function"==typeof T.popper?T.popper(ey):T.popper,eb=B.useMemo(()=>{let e=[{name:"arrow",enabled:!!j,options:{element:j,padding:4}}];return M.popperOptions?.modifiers&&(e=e.concat(M.popperOptions.modifiers)),ex?.popperOptions?.modifiers&&(e=e.concat(ex.popperOptions.modifiers)),{...M.popperOptions,...ex?.popperOptions,modifiers:e}},[j,M.popperOptions,ex?.popperOptions]),ew=(e=>{let{classes:t,disableInteractive:n,arrow:r,touch:i,placement:o}=e,a={popper:["popper",!n&&"popperInteractive",r&&"popperArrow"],tooltip:["tooltip",r&&"tooltipArrow",i&&"touch",`tooltipPlacement${(0,H.Z)(o.split("-")[0])}`],arrow:["arrow"]};return(0,F.Z)(a,fi,t)})(ey),eS="function"==typeof T.transition?T.transition(ey):T.transition,eC={slots:{popper:a.Popper,transition:a.Transition??D,tooltip:a.Tooltip,arrow:a.Arrow,...I},slotProps:{arrow:T.arrow??s.arrow,popper:{...M,...ex??s.popper},tooltip:T.tooltip??s.tooltip,transition:{...P,...eS??s.transition}}},[ek,eM]=(0,np.Z)("popper",{elementType:fa,externalForwardedProps:eC,ownerState:ey,className:(0,z.Z)(ew.popper,M?.className)}),[eT,eI]=(0,np.Z)("transition",{elementType:na,externalForwardedProps:eC,ownerState:ey}),[eA,eD]=(0,np.Z)("tooltip",{elementType:fs,className:ew.tooltip,externalForwardedProps:eC,ownerState:ey}),[eP,eR]=(0,np.Z)("arrow",{elementType:fl,className:ew.arrow,externalForwardedProps:eC,ownerState:ey,ref:V});return(0,Z.jsxs)(B.Fragment,{children:[B.cloneElement(_,em),(0,Z.jsx)(ek,{as:k??fn,placement:C,anchorEl:m?{getBoundingClientRect:()=>({top:fd.y,left:fd.x,right:fd.x,bottom:fd.y,width:0,height:0})}:L,popperRef:ep,open:!!L&&J,id:ee,transition:!0,...ev,...eM,popperOptions:eb,children:({TransitionProps:e})=>(0,Z.jsx)(eT,{timeout:O.transitions.duration.shorter,...e,...eI,children:(0,Z.jsxs)(eA,{...eD,children:[A,r?(0,Z.jsx)(eP,{...eR}):null]})})})]})}),ff=({id:e,title:t,description:n,placement:r,children:i,enterDelay:o,enterNextDelay:a})=>{let s=(0,Z.jsx)("span",{children:i});return(0,Z.jsx)(fm,{arrow:!0,id:e,placement:r??"top",title:(0,Z.jsx)(fg,{title:t,description:n}),enterDelay:o??500,enterNextDelay:a??500,children:s})},fg=({title:e,description:t})=>(0,Z.jsxs)(Z.Fragment,{children:[e&&(0,Z.jsx)(ct.Z,{variant:"body2",sx:e=>({color:e.palette.text.primary,fontWeight:e.typography.fontWeightMedium}),children:e}),(0,Z.jsx)(ct.Z,{variant:"caption",sx:e=>({color:e.palette.text.primary,whiteSpace:"pre-line"}),children:t})]}),fm=(0,$.ZP)(({className:e,...t})=>(0,Z.jsx)(fp,{...t,classes:{popper:e}}))(({theme:e})=>({[`& .${fo.tooltip}`]:{backgroundColor:e.palette.background.tooltip,color:e.palette.text.primary,maxWidth:"300px",padding:e.spacing(1),boxShadow:e.shadows[1]},[`& .${fo.arrow}`]:{color:e.palette.background.tooltip}})),fv=({label:e,control:t,description:n})=>{let r=oI("EditorSectionControl"),i=`${r}-control`;return(0,Z.jsx)(tT,{children:(0,Z.jsxs)(eT.Z,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[(0,Z.jsxs)(eT.Z,{direction:"row",alignItems:"center",justifyContent:"center",children:[(0,Z.jsx)(tx,{htmlFor:i,children:e}),n&&(0,Z.jsx)(ff,{description:n,enterDelay:100,children:(0,Z.jsx)(eR,{size:"small",sx:e=>({borderRadius:e.shape.borderRadius,padding:"4x",margin:"0 2px"}),children:(0,Z.jsx)(pn.default,{"aria-describedby":"info-tooltip","aria-hidden":!1,fontSize:"inherit",sx:{color:e=>e.palette.grey[700]}})})})]}),(0,Z.jsxs)(a6,{sx:{width:"180px",textAlign:"right"},children:[" ",N().cloneElement(t,{id:i})]})]})})},fy=({children:e})=>(0,Z.jsx)(pe,{container:!0,spacing:8,children:e}),fx=({title:e,children:t,icon:n})=>(0,Z.jsxs)(a6,{children:[(0,Z.jsxs)(a6,{display:"flex",borderBottom:1,borderColor:"grey.300",marginBottom:e=>e.spacing(1),children:[(0,Z.jsx)(ct.Z,{variant:"overline",component:"h4",children:e}),n&&(0,Z.jsx)(a6,{sx:{marginLeft:"auto"},children:n})]}),(0,Z.jsx)(eT.Z,{spacing:1,children:t})]});var fb=n(9831);function fw(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}function fS(e={}){let{ignoreAccents:t=!0,ignoreCase:n=!0,limit:r,matchFrom:i="any",stringify:o,trim:a=!1}=e;return(e,{inputValue:s,getOptionLabel:l})=>{let u=a?s.trim():s;n&&(u=u.toLowerCase()),t&&(u=fw(u));let c=u?e.filter(e=>{let r=(o||l)(e);return n&&(r=r.toLowerCase()),t&&(r=fw(r)),"start"===i?r.startsWith(u):r.includes(u)}):e;return"number"==typeof r?c.slice(0,r):c}}let fC=fS(),fk=e=>null!==e.current&&e.current.parentElement?.contains(document.activeElement),fM=[];function fT(e,t,n){if(t||null==e)return"";let r=n(e);return"string"==typeof r?r:""}let fI=function(e){let{unstable_isActiveElementInListbox:t=fk,unstable_classNamePrefix:n="Mui",autoComplete:r=!1,autoHighlight:i=!1,autoSelect:o=!1,blurOnSelect:a=!1,clearOnBlur:s=!e.freeSolo,clearOnEscape:l=!1,componentName:u="useAutocomplete",defaultValue:c=e.multiple?fM:null,disableClearable:d=!1,disableCloseOnSelect:h=!1,disabled:p,disabledItemsFocusable:f=!1,disableListWrap:g=!1,filterOptions:m=fC,filterSelectedOptions:v=!1,freeSolo:y=!1,getOptionDisabled:x,getOptionKey:b,getOptionLabel:w=e=>e.label??e,groupBy:S,handleHomeEndKeys:C=!e.freeSolo,id:k,includeInputInList:M=!1,inputValue:T,isOptionEqualToValue:I=(e,t)=>e===t,multiple:A=!1,onChange:D,onClose:P,onHighlightChange:R,onInputChange:_,onOpen:O,open:E,openOnFocus:L=!1,options:Z,readOnly:N=!1,selectOnFocus:z=!e.freeSolo,value:F}=e,j=(0,e_.Z)(k),V=w;V=e=>{let t=w(e);return"string"!=typeof t?String(t):t};let H=B.useRef(!1),$=B.useRef(!0),W=B.useRef(null),G=B.useRef(null),[q,U]=B.useState(null),[Y,X]=B.useState(-1),K=i?0:-1,Q=B.useRef(K),J=B.useRef(fT(c,A,V)).current,[ee,et]=(0,fb.Z)({controlled:F,default:c,name:u}),[en,er]=(0,fb.Z)({controlled:T,default:J,name:u,state:"inputValue"}),[ei,eo]=B.useState(!1),ea=B.useCallback((e,t,n)=>{if(!(A?ee.length<t.length:null!==t)&&!s)return;let r=fT(t,A,V);en!==r&&(er(r),_&&_(e,r,n))},[V,en,A,_,er,s,ee]),[es,el]=(0,fb.Z)({controlled:E,default:!1,name:u,state:"open"}),[eu,ec]=B.useState(!0),ed=!A&&null!=ee&&en===V(ee),eh=es&&!N,ep=eh?m(Z.filter(e=>!(v&&(A?ee:[ee]).some(t=>null!==t&&I(e,t)))),{inputValue:ed&&eu?"":en,getOptionLabel:V}):[],ef=(e=>{let t=B.useRef({});return B.useEffect(()=>{t.current=e}),t.current})({filteredOptions:ep,value:ee,inputValue:en});B.useEffect(()=>{let e=ee!==ef.value;(!ei||e)&&(!y||e)&&ea(null,ee,"reset")},[ee,ea,ei,ef.value,y]);let eg=es&&ep.length>0&&!N,em=(0,eB.Z)(e=>{-1===e?W.current.focus():q.querySelector(`[data-tag-index="${e}"]`).focus()});B.useEffect(()=>{A&&Y>ee.length-1&&(X(-1),em(-1))},[ee,A,Y,em]);let ev=(0,eB.Z)(({event:e,index:t,reason:r="auto"})=>{if(Q.current=t,-1===t?W.current.removeAttribute("aria-activedescendant"):W.current.setAttribute("aria-activedescendant",`${j}-option-${t}`),R&&R(e,-1===t?null:ep[t],r),!G.current)return;let i=G.current.querySelector(`[role="option"].${n}-focused`);i&&(i.classList.remove(`${n}-focused`),i.classList.remove(`${n}-focusVisible`));let o=G.current;if("listbox"!==G.current.getAttribute("role")&&(o=G.current.parentElement.querySelector('[role="listbox"]')),!o)return;if(-1===t){o.scrollTop=0;return}let a=G.current.querySelector(`[data-option-index="${t}"]`);if(a&&(a.classList.add(`${n}-focused`),"keyboard"===r&&a.classList.add(`${n}-focusVisible`),o.scrollHeight>o.clientHeight&&"mouse"!==r&&"touch"!==r)){let e=o.clientHeight+o.scrollTop,t=a.offsetTop+a.offsetHeight;t>e?o.scrollTop=t-o.clientHeight:a.offsetTop-a.offsetHeight*(1.3*!!S)<o.scrollTop&&(o.scrollTop=a.offsetTop-a.offsetHeight*(1.3*!!S))}}),ey=(0,eB.Z)(({event:e,diff:t,direction:n="next",reason:i="auto"})=>{if(!eh)return;let o=function(e,t){if(!G.current||e<0||e>=ep.length)return -1;let n=e;for(;;){let r=G.current.querySelector(`[data-option-index="${n}"]`),i=!f&&(!r||r.disabled||"true"===r.getAttribute("aria-disabled"));if(r&&r.hasAttribute("tabindex")&&!i)return n;if((n="next"===t?(n+1)%ep.length:(n-1+ep.length)%ep.length)===e)return -1}}((()=>{let e=ep.length-1;if("reset"===t)return K;if("start"===t)return 0;if("end"===t)return e;let n=Q.current+t;return n<0?-1===n&&M?-1:g&&-1!==Q.current||Math.abs(t)>1?0:e:n>e?n===e+1&&M?-1:g||Math.abs(t)>1?e:0:n})(),n);if(ev({index:o,reason:i,event:e}),r&&"reset"!==t)if(-1===o)W.current.value=en;else{let e=V(ep[o]);W.current.value=e,0===e.toLowerCase().indexOf(en.toLowerCase())&&en.length>0&&W.current.setSelectionRange(en.length,e.length)}}),ex=B.useCallback(()=>{if(!eh)return;let e=(()=>{var e,t;if(-1!==Q.current&&ef.filteredOptions&&ef.filteredOptions.length!==ep.length&&ef.inputValue===en&&(A?ee.length===ef.value.length&&ef.value.every((e,t)=>V(ee[t])===V(e)):(e=ef.value,t=ee,(e?V(e):"")===(t?V(t):"")))){let e=ef.filteredOptions[Q.current];if(e)return ep.findIndex(t=>V(t)===V(e))}return -1})();if(-1!==e){Q.current=e;return}let t=A?ee[0]:ee;if(0===ep.length||null==t)return void ey({diff:"reset"});if(G.current){if(null!=t){let e=ep[Q.current];if(A&&e&&-1!==ee.findIndex(t=>I(e,t)))return;let n=ep.findIndex(e=>I(e,t));-1===n?ey({diff:"reset"}):ev({index:n});return}if(Q.current>=ep.length-1)return void ev({index:ep.length-1});ev({index:Q.current})}},[ep.length,!A&&ee,v,ey,ev,eh,en,A]),eb=(0,eB.Z)(e=>{(0,nd.Z)(G,e),e&&ex()});B.useEffect(()=>{ex()},[ex]);let ew=e=>{!es&&(el(!0),ec(!0),O&&O(e))},eS=(e,t)=>{es&&(el(!1),P&&P(e,t))},eC=(e,t,n,r)=>{if(A){if(ee.length===t.length&&ee.every((e,n)=>e===t[n]))return}else if(ee===t)return;D&&D(e,t,n,r),et(t)},ek=B.useRef(!1),eM=(e,t,n="selectOption",r="options")=>{let i=n,o=t;if(A){let e=(o=Array.isArray(ee)?ee.slice():[]).findIndex(e=>I(t,e));-1===e?o.push(t):"freeSolo"!==r&&(o.splice(e,1),i="removeOption")}ea(e,o,i),eC(e,o,i,{option:t}),h||e&&(e.ctrlKey||e.metaKey)||eS(e,i),(!0===a||"touch"===a&&ek.current||"mouse"===a&&!ek.current)&&W.current.blur()},eT=(e,t)=>{if(!A)return;""===en&&eS(e,"toggleInput");let n=Y;-1===Y?""===en&&"previous"===t&&(n=ee.length-1):((n+="next"===t?1:-1)<0&&(n=0),n===ee.length&&(n=-1)),X(n=function(e,t){if(-1===e)return -1;let n=e;for(;;){if("next"===t&&n===ee.length||"previous"===t&&-1===n)return -1;let e=q.querySelector(`[data-tag-index="${n}"]`);if(e&&e.hasAttribute("tabindex")&&!e.disabled&&"true"!==e.getAttribute("aria-disabled"))return n;n+="next"===t?1:-1}}(n,t)),em(n)},eI=e=>{H.current=!0,er(""),_&&_(e,"","clear"),eC(e,A?[]:null,"clear")},eA=e=>{eo(!0),L&&!H.current&&ew(e)},eD=e=>{if(t(G))return void W.current.focus();eo(!1),$.current=!0,H.current=!1,o&&-1!==Q.current&&eh?eM(e,ep[Q.current],"blur"):o&&y&&""!==en?eM(e,en,"blur","freeSolo"):s&&ea(e,ee,"blur"),eS(e,"blur")},eP=e=>{let t=e.target.value;en!==t&&(er(t),ec(!1),_&&_(e,t,"input")),""===t?d||A||eC(e,null,"clear"):ew(e)},eR=e=>{let t=Number(e.currentTarget.getAttribute("data-option-index"));Q.current!==t&&ev({event:e,index:t,reason:"mouse"})},eO=e=>{ev({event:e,index:Number(e.currentTarget.getAttribute("data-option-index")),reason:"touch"}),ek.current=!0},eE=e=>{let t=Number(e.currentTarget.getAttribute("data-option-index"));eM(e,ep[t],"selectOption"),ek.current=!1},eL=e=>{es?eS(e,"toggleInput"):ew(e)},eZ=e=>{e.currentTarget.contains(e.target)&&e.target.getAttribute("id")!==j&&e.preventDefault()},eN=e=>{e.currentTarget.contains(e.target)&&(W.current.focus(),z&&$.current&&W.current.selectionEnd-W.current.selectionStart==0&&W.current.select(),$.current=!1)},ez=e=>{p||""!==en&&es||eL(e)},eF=y&&en.length>0;eF=eF||(A?ee.length>0:null!==ee);let ej=ep;return S&&(ej=ep.reduce((e,t,n)=>{let r=S(t);return e.length>0&&e[e.length-1].group===r?e[e.length-1].options.push(t):e.push({key:n,index:n,group:r,options:[t]}),e},[])),p&&ei&&eD(),{getRootProps:(e={})=>({...e,onKeyDown:t=>{if(e.onKeyDown&&e.onKeyDown(t),!t.defaultMuiPrevented&&(-1===Y||["ArrowLeft","ArrowRight"].includes(t.key)||(X(-1),em(-1)),229!==t.which))switch(t.key){case"Home":eh&&C&&(t.preventDefault(),ey({diff:"start",direction:"next",reason:"keyboard",event:t}));break;case"End":eh&&C&&(t.preventDefault(),ey({diff:"end",direction:"previous",reason:"keyboard",event:t}));break;case"PageUp":t.preventDefault(),ey({diff:-5,direction:"previous",reason:"keyboard",event:t}),ew(t);break;case"PageDown":t.preventDefault(),ey({diff:5,direction:"next",reason:"keyboard",event:t}),ew(t);break;case"ArrowDown":t.preventDefault(),ey({diff:1,direction:"next",reason:"keyboard",event:t}),ew(t);break;case"ArrowUp":t.preventDefault(),ey({diff:-1,direction:"previous",reason:"keyboard",event:t}),ew(t);break;case"ArrowLeft":eT(t,"previous");break;case"ArrowRight":eT(t,"next");break;case"Enter":if(-1!==Q.current&&eh){let e=ep[Q.current],n=!!x&&x(e);if(t.preventDefault(),n)return;eM(t,e,"selectOption"),r&&W.current.setSelectionRange(W.current.value.length,W.current.value.length)}else y&&""!==en&&!1===ed&&(A&&t.preventDefault(),eM(t,en,"createOption","freeSolo"));break;case"Escape":eh?(t.preventDefault(),t.stopPropagation(),eS(t,"escape")):l&&(""!==en||A&&ee.length>0)&&(t.preventDefault(),t.stopPropagation(),eI(t));break;case"Backspace":if(A&&!N&&""===en&&ee.length>0){let e=-1===Y?ee.length-1:Y,n=ee.slice();n.splice(e,1),eC(t,n,"removeOption",{option:ee[e]})}break;case"Delete":if(A&&!N&&""===en&&ee.length>0&&-1!==Y){let e=ee.slice();e.splice(Y,1),eC(t,e,"removeOption",{option:ee[Y]})}}},onMouseDown:eZ,onClick:eN}),getInputLabelProps:()=>({id:`${j}-label`,htmlFor:j}),getInputProps:()=>({id:j,value:en,onBlur:eD,onFocus:eA,onChange:eP,onMouseDown:ez,"aria-activedescendant":eh?"":null,"aria-autocomplete":r?"both":"list","aria-controls":eg?`${j}-listbox`:void 0,"aria-expanded":eg,autoComplete:"off",ref:W,autoCapitalize:"none",spellCheck:"false",role:"combobox",disabled:p}),getClearProps:()=>({tabIndex:-1,type:"button",onClick:eI}),getPopupIndicatorProps:()=>({tabIndex:-1,type:"button",onClick:eL}),getTagProps:({index:e})=>({key:e,"data-tag-index":e,tabIndex:-1,...!N&&{onDelete:t=>{let n=ee.slice();n.splice(e,1),eC(t,n,"removeOption",{option:ee[e]})}}}),getListboxProps:()=>({role:"listbox",id:`${j}-listbox`,"aria-labelledby":`${j}-label`,ref:eb,onMouseDown:e=>{e.preventDefault()}}),getOptionProps:({index:e,option:t})=>{let n=(A?ee:[ee]).some(e=>null!=e&&I(t,e)),r=!!x&&x(t);return{key:b?.(t)??V(t),tabIndex:-1,role:"option",id:`${j}-option-${e}`,onMouseMove:eR,onClick:eE,onTouchStart:eO,"data-option-index":e,"aria-disabled":r,"aria-selected":n}},id:j,inputValue:en,value:ee,dirty:eF,expanded:eh&&q,popupOpen:eh,focused:ei||-1!==Y,anchorEl:q,setAnchorEl:U,focusedTag:Y,groupedOptions:ej}};function fA(e){return(0,Y.ZP)("MuiListSubheader",e)}(0,U.Z)("MuiListSubheader",["root","colorPrimary","colorInherit","gutters","inset","sticky"]);let fD=(0,$.ZP)("li",{name:"MuiListSubheader",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,"default"!==n.color&&t[`color${(0,H.Z)(n.color)}`],!n.disableGutters&&t.gutters,n.inset&&t.inset,!n.disableSticky&&t.sticky]}})((0,W.Z)(({theme:e})=>({boxSizing:"border-box",lineHeight:"48px",listStyle:"none",color:(e.vars||e).palette.text.secondary,fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightMedium,fontSize:e.typography.pxToRem(14),variants:[{props:{color:"primary"},style:{color:(e.vars||e).palette.primary.main}},{props:{color:"inherit"},style:{color:"inherit"}},{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:72}},{props:({ownerState:e})=>!e.disableSticky,style:{position:"sticky",top:0,zIndex:1,backgroundColor:(e.vars||e).palette.background.paper}}]}))),fP=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiListSubheader"}),{className:r,color:i="default",component:o="li",disableGutters:a=!1,disableSticky:s=!1,inset:l=!1,...u}=n,c={...n,color:i,component:o,disableGutters:a,disableSticky:s,inset:l},d=(e=>{let{classes:t,color:n,disableGutters:r,inset:i,disableSticky:o}=e,a={root:["root","default"!==n&&`color${(0,H.Z)(n)}`,!r&&"gutters",i&&"inset",!o&&"sticky"]};return(0,F.Z)(a,fA,t)})(c);return(0,Z.jsx)(fD,{as:o,className:(0,z.Z)(d.root,r),ref:t,ownerState:c,...u})});fP&&(fP.muiSkipListHighlight=!0);let fR=(0,ri.Z)((0,Z.jsx)("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}),"Cancel");function f_(e){return(0,Y.ZP)("MuiChip",e)}let fO=(0,U.Z)("MuiChip",["root","sizeSmall","sizeMedium","colorDefault","colorError","colorInfo","colorPrimary","colorSecondary","colorSuccess","colorWarning","disabled","clickable","clickableColorPrimary","clickableColorSecondary","deletable","deletableColorPrimary","deletableColorSecondary","outlined","filled","outlinedPrimary","outlinedSecondary","filledPrimary","filledSecondary","avatar","avatarSmall","avatarMedium","avatarColorPrimary","avatarColorSecondary","icon","iconSmall","iconMedium","iconColorPrimary","iconColorSecondary","label","labelSmall","labelMedium","deleteIcon","deleteIconSmall","deleteIconMedium","deleteIconColorPrimary","deleteIconColorSecondary","deleteIconOutlinedColorPrimary","deleteIconOutlinedColorSecondary","deleteIconFilledColorPrimary","deleteIconFilledColorSecondary","focusVisible"]),fE=(0,$.ZP)("div",{name:"MuiChip",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e,{color:r,iconColor:i,clickable:o,onDelete:a,size:s,variant:l}=n;return[{[`& .${fO.avatar}`]:t.avatar},{[`& .${fO.avatar}`]:t[`avatar${(0,H.Z)(s)}`]},{[`& .${fO.avatar}`]:t[`avatarColor${(0,H.Z)(r)}`]},{[`& .${fO.icon}`]:t.icon},{[`& .${fO.icon}`]:t[`icon${(0,H.Z)(s)}`]},{[`& .${fO.icon}`]:t[`iconColor${(0,H.Z)(i)}`]},{[`& .${fO.deleteIcon}`]:t.deleteIcon},{[`& .${fO.deleteIcon}`]:t[`deleteIcon${(0,H.Z)(s)}`]},{[`& .${fO.deleteIcon}`]:t[`deleteIconColor${(0,H.Z)(r)}`]},{[`& .${fO.deleteIcon}`]:t[`deleteIcon${(0,H.Z)(l)}Color${(0,H.Z)(r)}`]},t.root,t[`size${(0,H.Z)(s)}`],t[`color${(0,H.Z)(r)}`],o&&t.clickable,o&&"default"!==r&&t[`clickableColor${(0,H.Z)(r)})`],a&&t.deletable,a&&"default"!==r&&t[`deletableColor${(0,H.Z)(r)}`],t[l],t[`${l}${(0,H.Z)(r)}`]]}})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode?e.palette.grey[700]:e.palette.grey[300];return{maxWidth:"100%",fontFamily:e.typography.fontFamily,fontSize:e.typography.pxToRem(13),display:"inline-flex",alignItems:"center",justifyContent:"center",height:32,color:(e.vars||e).palette.text.primary,backgroundColor:(e.vars||e).palette.action.selected,borderRadius:16,whiteSpace:"nowrap",transition:e.transitions.create(["background-color","box-shadow"]),cursor:"unset",outline:0,textDecoration:"none",border:0,padding:0,verticalAlign:"middle",boxSizing:"border-box",[`&.${fO.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`& .${fO.avatar}`]:{marginLeft:5,marginRight:-6,width:24,height:24,color:e.vars?e.vars.palette.Chip.defaultAvatarColor:t,fontSize:e.typography.pxToRem(12)},[`& .${fO.avatarColorPrimary}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.dark},[`& .${fO.avatarColorSecondary}`]:{color:(e.vars||e).palette.secondary.contrastText,backgroundColor:(e.vars||e).palette.secondary.dark},[`& .${fO.avatarSmall}`]:{marginLeft:4,marginRight:-4,width:18,height:18,fontSize:e.typography.pxToRem(10)},[`& .${fO.icon}`]:{marginLeft:5,marginRight:-6},[`& .${fO.deleteIcon}`]:{WebkitTapHighlightColor:"transparent",color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.26)`:(0,j.Fq)(e.palette.text.primary,.26),fontSize:22,cursor:"pointer",margin:"0 5px 0 -6px","&:hover":{color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.4)`:(0,j.Fq)(e.palette.text.primary,.4)}},variants:[{props:{size:"small"},style:{height:24,[`& .${fO.icon}`]:{fontSize:18,marginLeft:4,marginRight:-4},[`& .${fO.deleteIcon}`]:{fontSize:16,marginRight:4,marginLeft:-4}}},...Object.entries(e.palette).filter((0,G.Z)(["contrastText"])).map(([t])=>({props:{color:t},style:{backgroundColor:(e.vars||e).palette[t].main,color:(e.vars||e).palette[t].contrastText,[`& .${fO.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].contrastTextChannel} / 0.7)`:(0,j.Fq)(e.palette[t].contrastText,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].contrastText}}}})),{props:e=>e.iconColor===e.color,style:{[`& .${fO.icon}`]:{color:e.vars?e.vars.palette.Chip.defaultIconColor:t}}},{props:e=>e.iconColor===e.color&&"default"!==e.color,style:{[`& .${fO.icon}`]:{color:"inherit"}}},{props:{onDelete:!0},style:{[`&.${fO.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,j.Fq)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}},...Object.entries(e.palette).filter((0,G.Z)(["dark"])).map(([t])=>({props:{color:t,onDelete:!0},style:{[`&.${fO.focusVisible}`]:{background:(e.vars||e).palette[t].dark}}})),{props:{clickable:!0},style:{userSelect:"none",WebkitTapHighlightColor:"transparent",cursor:"pointer","&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,j.Fq)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)},[`&.${fO.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,j.Fq)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)},"&:active":{boxShadow:(e.vars||e).shadows[1]}}},...Object.entries(e.palette).filter((0,G.Z)(["dark"])).map(([t])=>({props:{color:t,clickable:!0},style:{[`&:hover, &.${fO.focusVisible}`]:{backgroundColor:(e.vars||e).palette[t].dark}}})),{props:{variant:"outlined"},style:{backgroundColor:"transparent",border:e.vars?`1px solid ${e.vars.palette.Chip.defaultBorder}`:`1px solid ${"light"===e.palette.mode?e.palette.grey[400]:e.palette.grey[700]}`,[`&.${fO.clickable}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${fO.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`& .${fO.avatar}`]:{marginLeft:4},[`& .${fO.avatarSmall}`]:{marginLeft:2},[`& .${fO.icon}`]:{marginLeft:4},[`& .${fO.iconSmall}`]:{marginLeft:2},[`& .${fO.deleteIcon}`]:{marginRight:5},[`& .${fO.deleteIconSmall}`]:{marginRight:3}}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{variant:"outlined",color:t},style:{color:(e.vars||e).palette[t].main,border:`1px solid ${e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.7)`:(0,j.Fq)(e.palette[t].main,.7)}`,[`&.${fO.clickable}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette[t].main,e.palette.action.hoverOpacity)},[`&.${fO.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.focusOpacity})`:(0,j.Fq)(e.palette[t].main,e.palette.action.focusOpacity)},[`& .${fO.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.7)`:(0,j.Fq)(e.palette[t].main,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].main}}}}))]}})),fL=(0,$.ZP)("span",{name:"MuiChip",slot:"Label",overridesResolver:(e,t)=>{let{ownerState:n}=e,{size:r}=n;return[t.label,t[`label${(0,H.Z)(r)}`]]}})({overflow:"hidden",textOverflow:"ellipsis",paddingLeft:12,paddingRight:12,whiteSpace:"nowrap",variants:[{props:{variant:"outlined"},style:{paddingLeft:11,paddingRight:11}},{props:{size:"small"},style:{paddingLeft:8,paddingRight:8}},{props:{size:"small",variant:"outlined"},style:{paddingLeft:7,paddingRight:7}}]});function fZ(e){return"Backspace"===e.key||"Delete"===e.key}let fB=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiChip"}),{avatar:r,className:i,clickable:o,color:a="default",component:s,deleteIcon:l,disabled:u=!1,icon:c,label:d,onClick:h,onDelete:p,onKeyDown:f,onKeyUp:g,size:m="medium",variant:v="filled",tabIndex:y,skipFocusWhenDisabled:x=!1,...b}=n,w=B.useRef(null),S=(0,eY.Z)(w,t),C=e=>{e.stopPropagation(),p&&p(e)},k=!1!==o&&!!h||o,M=k||p?eo.Z:s||"div",T={...n,component:M,disabled:u,size:m,color:a,iconColor:B.isValidElement(c)&&c.props.color||a,onDelete:!!p,clickable:k,variant:v},I=(e=>{let{classes:t,disabled:n,size:r,color:i,iconColor:o,onDelete:a,clickable:s,variant:l}=e,u={root:["root",l,n&&"disabled",`size${(0,H.Z)(r)}`,`color${(0,H.Z)(i)}`,s&&"clickable",s&&`clickableColor${(0,H.Z)(i)}`,a&&"deletable",a&&`deletableColor${(0,H.Z)(i)}`,`${l}${(0,H.Z)(i)}`],label:["label",`label${(0,H.Z)(r)}`],avatar:["avatar",`avatar${(0,H.Z)(r)}`,`avatarColor${(0,H.Z)(i)}`],icon:["icon",`icon${(0,H.Z)(r)}`,`iconColor${(0,H.Z)(o)}`],deleteIcon:["deleteIcon",`deleteIcon${(0,H.Z)(r)}`,`deleteIconColor${(0,H.Z)(i)}`,`deleteIcon${(0,H.Z)(l)}Color${(0,H.Z)(i)}`]};return(0,F.Z)(u,f_,t)})(T),A=M===eo.Z?{component:s||"div",focusVisibleClassName:I.focusVisible,...p&&{disableRipple:!0}}:{},D=null;p&&(D=l&&B.isValidElement(l)?B.cloneElement(l,{className:(0,z.Z)(l.props.className,I.deleteIcon),onClick:C}):(0,Z.jsx)(fR,{className:(0,z.Z)(I.deleteIcon),onClick:C}));let P=null;r&&B.isValidElement(r)&&(P=B.cloneElement(r,{className:(0,z.Z)(I.avatar,r.props.className)}));let R=null;return c&&B.isValidElement(c)&&(R=B.cloneElement(c,{className:(0,z.Z)(I.icon,c.props.className)})),(0,Z.jsxs)(fE,{as:M,className:(0,z.Z)(I.root,i),disabled:!!k&&!!u||void 0,onClick:h,onKeyDown:e=>{e.currentTarget===e.target&&fZ(e)&&e.preventDefault(),f&&f(e)},onKeyUp:e=>{e.currentTarget===e.target&&p&&fZ(e)&&p(e),g&&g(e)},ref:S,tabIndex:x&&u?-1:y,ownerState:T,...A,...b,children:[P||R,(0,Z.jsx)(fL,{className:(0,z.Z)(I.label),ownerState:T,children:d}),D]})}),fN=(0,ri.Z)((0,Z.jsx)("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close");function fz(e){return(0,Y.ZP)("MuiAutocomplete",e)}let fF=(0,U.Z)("MuiAutocomplete",["root","expanded","fullWidth","focused","focusVisible","tag","tagSizeSmall","tagSizeMedium","hasPopupIcon","hasClearIcon","inputRoot","input","inputFocused","endAdornment","clearIndicator","popupIndicator","popupIndicatorOpen","popper","popperDisablePortal","paper","listbox","loading","noOptions","option","groupLabel","groupUl"]),fj=(0,$.ZP)("div",{name:"MuiAutocomplete",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e,{fullWidth:r,hasClearIcon:i,hasPopupIcon:o,inputFocused:a,size:s}=n;return[{[`& .${fF.tag}`]:t.tag},{[`& .${fF.tag}`]:t[`tagSize${(0,H.Z)(s)}`]},{[`& .${fF.inputRoot}`]:t.inputRoot},{[`& .${fF.input}`]:t.input},{[`& .${fF.input}`]:a&&t.inputFocused},t.root,r&&t.fullWidth,o&&t.hasPopupIcon,i&&t.hasClearIcon]}})({[`&.${fF.focused} .${fF.clearIndicator}`]:{visibility:"visible"},"@media (pointer: fine)":{[`&:hover .${fF.clearIndicator}`]:{visibility:"visible"}},[`& .${fF.tag}`]:{margin:3,maxWidth:"calc(100% - 6px)"},[`& .${fF.inputRoot}`]:{[`.${fF.hasPopupIcon}&, .${fF.hasClearIcon}&`]:{paddingRight:30},[`.${fF.hasPopupIcon}.${fF.hasClearIcon}&`]:{paddingRight:56},[`& .${fF.input}`]:{width:0,minWidth:30}},[`& .${e9.root}`]:{paddingBottom:1,"& .MuiInput-input":{padding:"4px 4px 4px 0px"}},[`& .${e9.root}.${e0.sizeSmall}`]:{[`& .${e9.input}`]:{padding:"2px 4px 3px 0"}},[`& .${tc.root}`]:{padding:9,[`.${fF.hasPopupIcon}&, .${fF.hasClearIcon}&`]:{paddingRight:39},[`.${fF.hasPopupIcon}.${fF.hasClearIcon}&`]:{paddingRight:65},[`& .${fF.input}`]:{padding:"7.5px 4px 7.5px 5px"},[`& .${fF.endAdornment}`]:{right:9}},[`& .${tc.root}.${e0.sizeSmall}`]:{paddingTop:6,paddingBottom:6,paddingLeft:6,[`& .${fF.input}`]:{padding:"2.5px 4px 2.5px 8px"}},[`& .${tr.root}`]:{paddingTop:19,paddingLeft:8,[`.${fF.hasPopupIcon}&, .${fF.hasClearIcon}&`]:{paddingRight:39},[`.${fF.hasPopupIcon}.${fF.hasClearIcon}&`]:{paddingRight:65},[`& .${tr.input}`]:{padding:"7px 4px"},[`& .${fF.endAdornment}`]:{right:9}},[`& .${tr.root}.${e0.sizeSmall}`]:{paddingBottom:1,[`& .${tr.input}`]:{padding:"2.5px 4px"}},[`& .${e0.hiddenLabel}`]:{paddingTop:8},[`& .${tr.root}.${e0.hiddenLabel}`]:{paddingTop:0,paddingBottom:0,[`& .${fF.input}`]:{paddingTop:16,paddingBottom:17}},[`& .${tr.root}.${e0.hiddenLabel}.${e0.sizeSmall}`]:{[`& .${fF.input}`]:{paddingTop:8,paddingBottom:9}},[`& .${fF.input}`]:{flexGrow:1,textOverflow:"ellipsis",opacity:0},variants:[{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{[`& .${fF.tag}`]:{margin:2,maxWidth:"calc(100% - 4px)"}}},{props:{inputFocused:!0},style:{[`& .${fF.input}`]:{opacity:1}}},{props:{multiple:!0},style:{[`& .${fF.inputRoot}`]:{flexWrap:"wrap"}}}]}),fV=(0,$.ZP)("div",{name:"MuiAutocomplete",slot:"EndAdornment",overridesResolver:(e,t)=>t.endAdornment})({position:"absolute",right:0,top:"50%",transform:"translate(0, -50%)"}),fH=(0,$.ZP)(eR,{name:"MuiAutocomplete",slot:"ClearIndicator",overridesResolver:(e,t)=>t.clearIndicator})({marginRight:-2,padding:4,visibility:"hidden"}),f$=(0,$.ZP)(eR,{name:"MuiAutocomplete",slot:"PopupIndicator",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.popupIndicator,n.popupOpen&&t.popupIndicatorOpen]}})({padding:2,marginRight:-2,variants:[{props:{popupOpen:!0},style:{transform:"rotate(180deg)"}}]}),fW=(0,$.ZP)(fn,{name:"MuiAutocomplete",slot:"Popper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${fF.option}`]:t.option},t.popper,n.disablePortal&&t.popperDisablePortal]}})((0,W.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.modal,variants:[{props:{disablePortal:!0},style:{position:"absolute"}}]}))),fG=(0,$.ZP)(nL,{name:"MuiAutocomplete",slot:"Paper",overridesResolver:(e,t)=>t.paper})((0,W.Z)(({theme:e})=>({...e.typography.body1,overflow:"auto"}))),fq=(0,$.ZP)("div",{name:"MuiAutocomplete",slot:"Loading",overridesResolver:(e,t)=>t.loading})((0,W.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"}))),fU=(0,$.ZP)("div",{name:"MuiAutocomplete",slot:"NoOptions",overridesResolver:(e,t)=>t.noOptions})((0,W.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"}))),fY=(0,$.ZP)("ul",{name:"MuiAutocomplete",slot:"Listbox",overridesResolver:(e,t)=>t.listbox})((0,W.Z)(({theme:e})=>({listStyle:"none",margin:0,padding:"8px 0",maxHeight:"40vh",overflow:"auto",position:"relative",[`& .${fF.option}`]:{minHeight:48,display:"flex",overflow:"hidden",justifyContent:"flex-start",alignItems:"center",cursor:"pointer",paddingTop:6,boxSizing:"border-box",outline:"0",WebkitTapHighlightColor:"transparent",paddingBottom:6,paddingLeft:16,paddingRight:16,[e.breakpoints.up("sm")]:{minHeight:"auto"},[`&.${fF.focused}`]:{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},'&[aria-disabled="true"]':{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`&.${fF.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},'&[aria-selected="true"]':{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${fF.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:(e.vars||e).palette.action.selected}},[`&.${fF.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,j.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}}}))),fX=(0,$.ZP)(fP,{name:"MuiAutocomplete",slot:"GroupLabel",overridesResolver:(e,t)=>t.groupLabel})((0,W.Z)(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,top:-8}))),fK=(0,$.ZP)("ul",{name:"MuiAutocomplete",slot:"GroupUl",overridesResolver:(e,t)=>t.groupUl})({padding:0,[`& .${fF.option}`]:{paddingLeft:24}}),fQ=B.forwardRef(function(e,t){let n,r=(0,q.i)({props:e,name:"MuiAutocomplete"}),{autoComplete:i=!1,autoHighlight:o=!1,autoSelect:a=!1,blurOnSelect:s=!1,ChipProps:l,className:u,clearIcon:c=R||(R=(0,Z.jsx)(fN,{fontSize:"small"})),clearOnBlur:d=!r.freeSolo,clearOnEscape:h=!1,clearText:p="Clear",closeText:f="Close",componentsProps:g,defaultValue:m=r.multiple?[]:null,disableClearable:v=!1,disableCloseOnSelect:y=!1,disabled:x=!1,disabledItemsFocusable:b=!1,disableListWrap:w=!1,disablePortal:S=!1,filterOptions:C,filterSelectedOptions:k=!1,forcePopupIcon:M="auto",freeSolo:T=!1,fullWidth:I=!1,getLimitTagsText:A=e=>`+${e}`,getOptionDisabled:D,getOptionKey:P,getOptionLabel:O,isOptionEqualToValue:E,groupBy:L,handleHomeEndKeys:N=!r.freeSolo,id:j,includeInputInList:V=!1,inputValue:$,limitTags:W=-1,ListboxComponent:G,ListboxProps:U,loading:Y=!1,loadingText:X="Loading…",multiple:K=!1,noOptionsText:Q="No options",onChange:J,onClose:ee,onHighlightChange:et,onInputChange:en,onOpen:er,open:ei,openOnFocus:eo=!1,openText:ea="Open",options:es,PaperComponent:el,PopperComponent:eu,popupIcon:ec=_||(_=(0,Z.jsx)(ro,{})),readOnly:ed=!1,renderGroup:eh,renderInput:ep,renderOption:ef,renderTags:eg,selectOnFocus:em=!r.freeSolo,size:ev="medium",slots:ey={},slotProps:ex={},value:eb,...ew}=r,{getRootProps:eS,getInputProps:eC,getInputLabelProps:ek,getPopupIndicatorProps:eM,getClearProps:eT,getTagProps:eI,getListboxProps:eA,getOptionProps:eD,value:eP,dirty:eR,expanded:e_,id:eO,popupOpen:eE,focused:eL,focusedTag:eZ,anchorEl:eB,setAnchorEl:eN,inputValue:ez,groupedOptions:eF}=fI({...r,componentName:"Autocomplete"}),ej=!v&&!x&&eR&&!ed,eV=(!T||!0===M)&&!1!==M,{onMouseDown:eH}=eC(),{ref:e$,...eW}=eA(),eG=O||(e=>e.label??e),eq={...r,disablePortal:S,expanded:e_,focused:eL,fullWidth:I,getOptionLabel:eG,hasClearIcon:ej,hasPopupIcon:eV,inputFocused:-1===eZ,popupOpen:eE,size:ev},eU=(e=>{let{classes:t,disablePortal:n,expanded:r,focused:i,fullWidth:o,hasClearIcon:a,hasPopupIcon:s,inputFocused:l,popupOpen:u,size:c}=e,d={root:["root",r&&"expanded",i&&"focused",o&&"fullWidth",a&&"hasClearIcon",s&&"hasPopupIcon"],inputRoot:["inputRoot"],input:["input",l&&"inputFocused"],tag:["tag",`tagSize${(0,H.Z)(c)}`],endAdornment:["endAdornment"],clearIndicator:["clearIndicator"],popupIndicator:["popupIndicator",u&&"popupIndicatorOpen"],popper:["popper",n&&"popperDisablePortal"],paper:["paper"],listbox:["listbox"],loading:["loading"],noOptions:["noOptions"],option:["option"],groupLabel:["groupLabel"],groupUl:["groupUl"]};return(0,F.Z)(d,fz,t)})(eq),eY={slots:{paper:el,popper:eu,...ey},slotProps:{chip:l,listbox:U,...g,...ex}},[eX,eK]=(0,np.Z)("listbox",{elementType:fY,externalForwardedProps:eY,ownerState:eq,className:eU.listbox,additionalProps:eW,ref:e$}),[eQ,eJ]=(0,np.Z)("paper",{elementType:nL,externalForwardedProps:eY,ownerState:eq,className:eU.paper}),[e0,e1]=(0,np.Z)("popper",{elementType:fn,externalForwardedProps:eY,ownerState:eq,className:eU.popper,additionalProps:{disablePortal:S,style:{width:eB?eB.clientWidth:null},role:"presentation",anchorEl:eB,open:eE}});if(K&&eP.length>0){let e=e=>({className:eU.tag,disabled:x,...eI(e)});n=eg?eg(eP,e,eq):eP.map((t,n)=>{let{key:r,...i}=e({index:n});return(0,Z.jsx)(fB,{label:eG(t),size:ev,...i,...eY.slotProps.chip},r)})}if(W>-1&&Array.isArray(n)){let e=n.length-W;!eL&&e>0&&(n=n.splice(0,W)).push((0,Z.jsx)("span",{className:eU.tag,children:A(e)},n.length))}let e2=eh||(e=>(0,Z.jsxs)("li",{children:[(0,Z.jsx)(fX,{className:eU.groupLabel,ownerState:eq,component:"div",children:e.group}),(0,Z.jsx)(fK,{className:eU.groupUl,ownerState:eq,children:e.children})]},e.key)),e5=ef||((e,t)=>{let{key:n,...r}=e;return(0,Z.jsx)("li",{...r,children:eG(t)},n)}),e3=(e,t)=>{let n=eD({option:e,index:t});return e5({...n,className:eU.option},e,{selected:n["aria-selected"],index:t,inputValue:ez},eq)},e4=eY.slotProps.clearIndicator,e6=eY.slotProps.popupIndicator;return(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)(fj,{ref:t,className:(0,z.Z)(eU.root,u),ownerState:eq,...eS(ew),children:ep({id:eO,disabled:x,fullWidth:!0,size:"small"===ev?"small":void 0,InputLabelProps:ek(),InputProps:{ref:eN,className:eU.inputRoot,startAdornment:n,onMouseDown:e=>{e.target===e.currentTarget&&eH(e)},...(ej||eV)&&{endAdornment:(0,Z.jsxs)(fV,{className:eU.endAdornment,ownerState:eq,children:[ej?(0,Z.jsx)(fH,{...eT(),"aria-label":p,title:p,ownerState:eq,...e4,className:(0,z.Z)(eU.clearIndicator,e4?.className),children:c}):null,eV?(0,Z.jsx)(f$,{...eM(),disabled:x,"aria-label":eE?f:ea,title:eE?f:ea,ownerState:eq,...e6,className:(0,z.Z)(eU.popupIndicator,e6?.className),children:ec}):null]})}},inputProps:{className:eU.input,disabled:x,readOnly:ed,...eC()}})}),eB?(0,Z.jsx)(fW,{as:e0,...e1,children:(0,Z.jsxs)(fG,{as:eQ,...eJ,children:[Y&&0===eF.length?(0,Z.jsx)(fq,{className:eU.loading,ownerState:eq,children:X}):null,0!==eF.length||T||Y?null:(0,Z.jsx)(fU,{className:eU.noOptions,ownerState:eq,role:"presentation",onMouseDown:e=>{e.preventDefault()},children:Q}),eF.length>0?(0,Z.jsx)(eX,{as:G,...eK,children:eF.map((e,t)=>L?e2({key:e.key,group:e.group,children:e.options.map((t,n)=>e3(t,e.index+n))}):e3(e,t))}):null]})}):null]})});function fJ({options:e,renderInput:t=e=>(0,Z.jsx)(rf,{...e}),...n}){let r=e=>e.label??e.id;return(0,Z.jsx)(fQ,{isOptionEqualToValue:(e,t)=>e.id===t.id,getOptionDisabled:e=>!!e.disabled,getOptionLabel:r,options:e,renderInput:t,renderOption:({key:e,...t},n)=>(0,Z.jsx)("li",{...t,children:(0,Z.jsxs)("div",{children:[(0,Z.jsx)(ct.Z,{variant:"body1",component:"div",children:r(n)}),n.description&&(0,Z.jsx)(ct.Z,{variant:"body2",component:"div",sx:{color:e=>e.palette.text.secondary},children:n.description})]})},e),filterOptions:fS({stringify:e=>`${r(e)} ${e.description||""}`}),...n})}let f0=[{id:"compact",label:"Compact"},{id:"standard",label:"Standard"},{id:"comfortable",label:"Comfortable"}];function f1({onChange:e,value:t="standard"}){return(0,Z.jsx)(fv,{label:"Density",control:(0,Z.jsx)(fJ,{value:f0.find(e=>e.id===t),options:f0,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function f2(){return(0,Z.jsxs)(eT.Z,{direction:"row",alignItems:"center",children:[(0,Z.jsx)(a6,{sx:{content:'""',width:8,height:8,boxSizing:"border-box",position:"absolute",backgroundColor:e=>e.palette.background.default,border:e=>`2px solid ${e.palette.info.main}`,borderRadius:"50%"}}),(0,Z.jsx)(a6,{sx:{content:'""',height:2,background:e=>e.palette.info.main,width:"100%"}})]})}function f5(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function f3(e,t){if(e){if("string"==typeof e)return f5(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f5(e,t):void 0}}function f4(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){u=!0,i=e}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}(e,t)||f3(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var f6=n(501),f8="data-pdnd-honey-pot";function f9(e){return e instanceof Element&&e.hasAttribute(f8)}function f7(e){var t=f4(document.elementsFromPoint(e.x,e.y),2),n=t[0],r=t[1];return n?f9(n)?null!=r?r:null:n:null}function ge(e){return(ge="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function gt(e,t,n){var r;return(r=function(e,t){if("object"!=ge(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=ge(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==ge(r)?r:r+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function gn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function gr(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?gn(Object(n),!0).forEach(function(t){gt(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gn(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function gi(e){var t,n,r,i,o={x:Math.min((i={x:Math.max((r={x:(n={x:Math.floor((t=e.client).x),y:Math.floor(t.y)}).x-1,y:n.y-1}).x,0),y:Math.max(r.y,0)}).x,window.innerWidth-2),y:Math.min(i.y,window.innerHeight-2)};return DOMRect.fromRect({x:o.x,y:o.y,width:2,height:2})}function go(e){var t=e.clientRect;return{left:"".concat(t.left,"px"),top:"".concat(t.top,"px"),width:"".concat(t.width,"px"),height:"".concat(t.height,"px")}}function ga(e){return function(e){if(Array.isArray(e))return f5(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||f3(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function gs(e){var t=null;return function(){if(!t){for(var n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];t={result:e.apply(this,r)}}return t.result}}var gl=gs(function(){return navigator.userAgent.includes("Firefox")}),gu=gs(function(){var e=navigator.userAgent;return e.includes("AppleWebKit")&&!e.includes("Chrome")}),gc={isLeavingWindow:Symbol("leaving"),isEnteringWindow:Symbol("entering")};if("undefined"!=typeof window&&gu()){var gd=gh();(0,f6.bindAll)(window,[{type:"dragstart",listener:function(){gd.enterCount=0,gd.isOverWindow=!0}},{type:"drop",listener:gp},{type:"dragend",listener:gp},{type:"dragenter",listener:function(e){gd.isOverWindow||0!==gd.enterCount||(e[gc.isEnteringWindow]=!0),gd.isOverWindow=!0,gd.enterCount++}},{type:"dragleave",listener:function(e){gd.enterCount--,gd.isOverWindow&&0===gd.enterCount&&(e[gc.isLeavingWindow]=!0,gd.isOverWindow=!1)}}],{capture:!0})}function gh(){return{enterCount:0,isOverWindow:!1}}function gp(){gd=gh()}function gf(e){return{altKey:e.altKey,button:e.button,buttons:e.buttons,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY}}var gg=(h=function(e){return e()},p=[],f=null,(g=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];p=t,f||(f=requestAnimationFrame(function(){f=null,h.apply(void 0,p)}))}).cancel=function(){f&&(cancelAnimationFrame(f),f=null)},g),gm=(m=null,{schedule:function(e){m={frameId:requestAnimationFrame(function(){m=null,e()}),fn:e}},flush:function(){m&&(cancelAnimationFrame(m.frameId),m.fn(),m=null)}}),gv={isActive:!1};function gy(){return!gv.isActive}function gx(e){var t,n=e.event,r=null==(t=e.current[0])?void 0:t.dropEffect;null!=r&&n.dataTransfer&&(n.dataTransfer.dropEffect=r)}var gb=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,i=e.dispatchEvent;if(gy()){var o,a,s=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,i=gf(t);if("external"===n.startedFrom)return{input:i,dropTargets:[]};var o=r({input:i,source:n.payload,target:t.target,current:[]});return{input:i,dropTargets:o}}({event:t,dragType:n,getDropTargetsOver:r});gv.isActive=!0;var l={current:s};gx({event:t,current:s.dropTargets});var u=function(e){var t=e.source,n=e.initial,r=e.dispatchEvent,i={dropTargets:[]};function o(e){r(e),i={dropTargets:e.payload.location.current.dropTargets}}return{start:function(e){var r=e.nativeSetDragImage,a={current:n,previous:i,initial:n};o({eventName:"onGenerateDragPreview",payload:{source:t,location:a,nativeSetDragImage:r}}),gm.schedule(function(){o({eventName:"onDragStart",payload:{source:t,location:a}})})},dragUpdate:function(e){var r=e.current;gm.flush(),gg.cancel(),o({eventName:"onDropTargetChange",payload:{source:t,location:{initial:n,previous:i,current:r}}})},drag:function(e){var r=e.current;gg(function(){gm.flush(),o({eventName:"onDrag",payload:{source:t,location:{initial:n,previous:i,current:r}}})})},drop:function(e){var r=e.current,a=e.updatedSourcePayload;gm.flush(),gg.cancel(),o({eventName:"onDrop",payload:{source:null!=a?a:t,location:{current:r,previous:i,initial:n}}})}}}({source:n.payload,dispatchEvent:i,initial:s}),c=(0,f6.bindAll)(window,[{type:"dragover",listener:function(e){h(e),u.drag({current:l.current})}},{type:"dragenter",listener:h},{type:"dragleave",listener:function(e){(function(e){var t=e.dragLeave,n=t.type,r=t.relatedTarget;return"dragleave"===n&&(gu()?!!gu()&&t.hasOwnProperty(gc.isLeavingWindow):null==r||(gl()?"nodeName"in r&&r.ownerDocument!==document:r instanceof HTMLIFrameElement))})({dragLeave:e})&&(d({input:l.current.input,dropTargets:[]}),"external"===n.startedFrom&&p())}},{type:"drop",listener:function(e){if(l.current={dropTargets:l.current.dropTargets,input:gf(e)},!l.current.dropTargets.length)return void p();e.preventDefault(),gx({event:e,current:l.current.dropTargets}),u.drop({current:l.current,updatedSourcePayload:"external"===n.type?n.getDropPayload(e):null}),f()}},{type:"dragend",listener:function(e){l.current={dropTargets:l.current.dropTargets,input:gf(e)},p()}}].concat(ga([{type:"pointermove",listener:(a=0,function(){if(a<20)return void a++;o()})},{type:"pointerdown",listener:o=p}])),{capture:!0});u.start({nativeSetDragImage:t.dataTransfer?t.dataTransfer.setDragImage.bind(t.dataTransfer):null})}function d(e){var t=function(e){var t=e.current,n=e.next;if(t.length!==n.length)return!0;for(var r=0;r<t.length;r++)if(t[r].element!==n[r].element)return!0;return!1}({current:l.current.dropTargets,next:e.dropTargets});l.current=e,t&&u.dragUpdate({current:l.current})}function h(e){var t=gf(e),i=r({target:f9(e.target)?f7({x:t.clientX,y:t.clientY}):e.target,input:t,source:n.payload,current:l.current.dropTargets});i.length&&(e.preventDefault(),gx({event:e,current:i})),d({dropTargets:i,input:t})}function p(){l.current.dropTargets.length&&d({dropTargets:[],input:l.current.input}),u.drop({current:l.current,updatedSourcePayload:null}),f()}function f(){gv.isActive=!1,c()}},gw=new Map;function gS(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(){t.forEach(function(e){return e()})}}function gC(e,t){var n=t.attribute,r=t.value;return e.setAttribute(n,r),function(){return e.removeAttribute(n)}}function gk(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function gM(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?gk(Object(n),!0).forEach(function(t){gt(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gk(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function gT(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return gI(e,void 0);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?gI(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function gI(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function gA(e){return e.slice(0).reverse()}function gD(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function gP(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}var gR=gs(function(){return navigator.userAgent.toLocaleLowerCase().includes("android")}),g_="text/plain",gO=new WeakMap,gE=(v=null,{bindEvents:function(){return v=null,(0,f6.bind)(window,{type:"pointermove",listener:function(e){v={x:e.clientX,y:e.clientY}},options:{capture:!0}})},getOnPostDispatch:function(){var e=null;return function(t){var n=t.eventName,r=t.payload;if("onDragStart"===n){var i,o,a,s,l=r.location.initial.input,u=null!=(s=v)?s:{x:l.clientX,y:l.clientY};(i=document.createElement("div")).setAttribute(f8,"true"),o=gi({client:u}),Object.assign(i.style,gr(gr({backgroundColor:"transparent",position:"fixed",padding:0,margin:0,boxSizing:"border-box"},go({clientRect:o})),{},{pointerEvents:"auto",zIndex:0x7fffffff})),document.body.appendChild(i),a=(0,f6.bind)(window,{type:"pointermove",listener:function(e){o=gi({client:{x:e.clientX,y:e.clientY}}),Object.assign(i.style,go({clientRect:o}))},options:{capture:!0}}),e=function(e){var t,n,r,s=e.current;if(a(),n=(t={client:s,clientRect:o}).client,r=t.clientRect,n.x>=r.x&&n.x<=r.x+r.width&&n.y>=r.y&&n.y<=r.y+r.height)return void i.remove();function l(){u(),i.remove()}var u=(0,f6.bindAll)(window,[{type:"pointerdown",listener:l},{type:"pointermove",listener:l},{type:"focusin",listener:l},{type:"focusout",listener:l},{type:"dragstart",listener:l},{type:"dragenter",listener:l},{type:"dragover",listener:l}],{capture:!0})}}if("onDrop"===n){var c,d=r.location.current.input;null==(c=e)||c({current:{x:d.clientX,y:d.clientY}}),e=null,v=null}}}}),gL=function(e){var t=e.typeKey,n=e.mount,r=e.dispatchEventToSource,i=e.onPostDispatch,o=e.defaultDropEffect,a=function(){var e=new Set,t=null;function n(e){t&&(!e.canMonitor||e.canMonitor(t.canMonitorArgs))&&t.active.add(e)}return{dispatchEvent:function(r){var i=r.eventName,o=r.payload;if("onGenerateDragPreview"===i){t={canMonitorArgs:{initial:o.location.initial,source:o.source},active:new Set};var a,s=function(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return gD(e,void 0);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?gD(e,t):void 0}}(e))){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}(e);try{for(s.s();!(a=s.n()).done;){var l=a.value;n(l)}}catch(e){s.e(e)}finally{s.f()}}if(t){for(var u=Array.from(t.active),c=0;c<u.length;c++){var d,h=u[c];t.active.has(h)&&(null==(d=h[i])||d.call(h,o))}"onDrop"===i&&(t.active.clear(),t=null)}},monitorForConsumers:function(r){var i=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?gP(Object(n),!0).forEach(function(t){gt(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gP(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({},r);return e.add(i),n(i),function(){e.delete(i),t&&t.active.delete(i)}}}}(),s=function(e){var t=e.typeKey,n=e.defaultDropEffect,r=new WeakMap,i="data-drop-target-for-".concat(t),o="[".concat(i,"]");function a(e){var t,n=e.eventName,i=e.payload,o=gT(i.location.current.dropTargets);try{for(o.s();!(t=o.n()).done;){var a,s=t.value,l=r.get(s.element),u=gM(gM({},i),{},{self:s});null==l||null==(a=l[n])||a.call(l,u)}}catch(e){o.e(e)}finally{o.f()}}var s={onGenerateDragPreview:a,onDrag:a,onDragStart:a,onDrop:a,onDropTargetChange:function(e){var t,n=e.payload,i=new Set(n.location.current.dropTargets.map(function(e){return e.element})),o=new Set,a=gT(n.location.previous.dropTargets);try{for(a.s();!(t=a.n()).done;){var s,l,u=t.value;o.add(u.element);var c=r.get(u.element),d=i.has(u.element),h=gM(gM({},n),{},{self:u});null==c||null==(s=c.onDropTargetChange)||s.call(c,h),d||null==c||null==(l=c.onDragLeave)||l.call(c,h)}}catch(e){a.e(e)}finally{a.f()}var p,f=gT(n.location.current.dropTargets);try{for(f.s();!(p=f.n()).done;){var g,m,v=p.value;if(!o.has(v.element)){var y=gM(gM({},n),{},{self:v}),x=r.get(v.element);null==x||null==(g=x.onDropTargetChange)||g.call(x,y),null==x||null==(m=x.onDragEnter)||m.call(x,y)}}}catch(e){f.e(e)}finally{f.f()}}};return{dropTargetForConsumers:function(e){return gS(gC(e.element,{attribute:i,value:"true"}),(r.set(e.element,e),function(){return r.delete(e.element)}))},getIsOver:function(e){var t=e.source,i=e.target,a=e.input,s=e.current,l=function e(t){var i,a,s,l,u=t.source,c=t.target,d=t.input,h=t.result,p=void 0===h?[]:h;if(null==c)return p;if(!(c instanceof Element))return c instanceof Node?e({source:u,target:c.parentElement,input:d,result:p}):p;var f=c.closest(o);if(null==f)return p;var g=r.get(f);if(null==g)return p;var m={input:d,source:u,element:g.element};if(g.canDrop&&!g.canDrop(m))return e({source:u,target:g.element.parentElement,input:d,result:p});var v=null!=(i=null==(a=g.getData)?void 0:a.call(g,m))?i:{},y=null!=(s=null==(l=g.getDropEffect)?void 0:l.call(g,m))?s:n,x={data:v,element:g.element,dropEffect:y,isActiveDueToStickiness:!1};return e({source:u,target:g.element.parentElement,input:d,result:[].concat(ga(p),[x])})}({source:t,target:i,input:a});if(l.length>=s.length)return l;for(var u=gA(s),c=gA(l),d=[],h=0;h<u.length;h++){var p,f=u[h],g=c[h];if(null!=g){d.push(g);continue}var m=d[h-1],v=u[h-1];if((null==m?void 0:m.element)!==(null==v?void 0:v.element))break;var y=r.get(f.element);if(!y)break;var x={input:a,source:t,element:y.element};if(y.canDrop&&!y.canDrop(x)||!(null!=(p=y.getIsSticky)&&p.call(y,x)))break;d.push(gM(gM({},f),{},{isActiveDueToStickiness:!0}))}return gA(d)},dispatchEvent:function(e){s[e.eventName](e)}}}({typeKey:t,defaultDropEffect:o});function l(e){null==r||r(e),s.dispatchEvent(e),a.dispatchEvent(e),null==i||i(e)}function u(e){gb({event:e.event,dragType:e.dragType,getDropTargetsOver:s.getIsOver,dispatchEvent:l})}return{registerUsage:function(){var e,r;return r=function(e){var t=e.typeKey,n=e.mount,r=gw.get(t);if(r)return r.usageCount++,r;var i={typeKey:t,unmount:n(),usageCount:1};return gw.set(t,i),i}(e={typeKey:t,mount:function(){return n({canStart:gy,start:u})}}),function(){r.usageCount--,r.usageCount>0||(r.unmount(),gw.delete(e.typeKey))}},dropTarget:s.dropTargetForConsumers,monitor:a.monitorForConsumers}}({typeKey:"element",defaultDropEffect:"move",mount:function(e){return gS(gE.bindEvents(),(0,f6.bind)(document,{type:"dragstart",listener:function(t){if(e.canStart(t)&&!t.defaultPrevented){if(t.dataTransfer){var n,r,i,o,a,s,l=t.target;if(!(l instanceof HTMLElement))return null;var u=gO.get(l);if(!u)return null;var c=gf(t),d={element:u.element,dragHandle:null!=(n=u.dragHandle)?n:null,input:c};if(u.canDrag&&!u.canDrag(d))return t.preventDefault(),null;if(u.dragHandle){var h=f7({x:c.clientX,y:c.clientY});if(!u.dragHandle.contains(h))return t.preventDefault(),null}var p=null!=(r=null==(i=u.getInitialDataForExternal)?void 0:i.call(u,d))?r:null;if(p)for(var f=0,g=Object.entries(p);f<g.length;f++){var m=f4(g[f],2),v=m[0],y=m[1];t.dataTransfer.setData(v,null!=y?y:"")}!gR()||t.dataTransfer.types.includes(g_)||t.dataTransfer.types.includes("text/uri-list")||t.dataTransfer.setData(g_,"pdnd:android-fallback"),t.dataTransfer.setData("application/vnd.pdnd","");var x={element:u.element,dragHandle:null!=(o=u.dragHandle)?o:null,data:null!=(a=null==(s=u.getInitialData)?void 0:s.call(u,d))?a:{}};e.start({event:t,dragType:{type:"element",payload:x,startedFrom:"internal"}})}}}}))},dispatchEventToSource:function(e){var t,n,r=e.eventName,i=e.payload;null==(t=gO.get(i.source.element))||null==(n=t[r])||n.call(t,i)},onPostDispatch:gE.getOnPostDispatch()}),gZ=gL.dropTarget,gB=gL.monitor;function gN(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function gz(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?gN(Object(n),!0).forEach(function(t){gt(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gN(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var gF={top:function(e,t){return Math.abs(t.y-e.top)},right:function(e,t){return Math.abs(e.right-t.x)},bottom:function(e,t){return Math.abs(e.bottom-t.y)},left:function(e,t){return Math.abs(t.x-e.left)}},gj=Symbol("closestEdge");function gV(e){var t;return null!=(t=e[gj])?t:null}let gH={type:"idle"};function g$({elements:e,accessKey:t,axis:n="vertical",onChange:r}){return(0,B.useEffect)(()=>gB({onDrop({location:i,source:o}){var a,s;let l=i.current.dropTargets[0];if(!l)return;let u=o.data,c=l.data,d=e.findIndex(e=>e[t]===u[t]),h=e.findIndex(e=>e[t]===c[t]);h<0||d<0||r(function(e){var t=e.list,n=e.startIndex,r=e.finishIndex;if(-1===n||-1===r)return Array.from(t);var i=Array.from(t),o=f4(i.splice(n,1),1)[0];return i.splice(r,0,o),i}({list:(a={list:e,startIndex:d,indexOfTarget:h,closestEdgeOfTarget:gV(c),axis:n}).list,startIndex:s=a.startIndex,finishIndex:function(e){var t=e.startIndex,n=e.closestEdgeOfTarget,r=e.indexOfTarget,i=e.axis;if(-1===t||-1===r||t===r)return t;if(null==n)return r;var o="vertical"===i&&"bottom"===n||"horizontal"===i&&"right"===n;return t<r?o?r:r-1:o?r+1:r}({closestEdgeOfTarget:a.closestEdgeOfTarget,startIndex:s,indexOfTarget:a.indexOfTarget,axis:a.axis})}))}}),[t,n,e,r])}function gW({children:e,data:t}){let n=(0,B.useRef)(null),[r,i]=(0,B.useState)(gH);return(0,B.useEffect)(()=>{let e=n.current;if(e){var r;return gS((r={element:e,getInitialData:()=>t,onDragStart(){i({type:"is-dragging"})},onDrop(){i(gH)}},gS(gL.registerUsage(),(gO.set(r.element,r),function(){gO.delete(r.element)}),gC(r.element,{attribute:"draggable",value:"true"}))),gZ({element:e,canDrop:({source:t})=>t.element!==e,getData:({input:n})=>{var r,i,o,a,s,l,u,c,d;return a=(r={element:e,input:n,allowedEdges:["top","bottom"]}).element,s=r.input,l=r.allowedEdges,u={x:s.clientX,y:s.clientY},c=a.getBoundingClientRect(),d=null!=(i=null==(o=l.map(function(e){return{edge:e,value:gF[e](c,u)}}).sort(function(e,t){return e.value-t.value})[0])?void 0:o.edge)?i:null,gz(gz({},t),{},gt({},gj,d))},getIsSticky:()=>!0,onDragEnter({self:e}){i({type:"is-dragging-over",closestEdge:gV(e.data)})},onDrag({self:e}){let t=gV(e.data);i(e=>"is-dragging-over"===e.type&&e.closestEdge===t?e:{type:"is-dragging-over",closestEdge:t})},onDragLeave(){i(gH)},onDrop(){i(gH)}}))}},[t]),(0,Z.jsxs)(eT.Z,{ref:n,spacing:1,style:{opacity:"is-dragging"===r.type?.5:"unset"},children:["is-dragging-over"===r.type&&"top"===r.closestEdge?(0,Z.jsx)(f2,{}):null,e,"is-dragging-over"===r.type&&"bottom"===r.closestEdge?(0,Z.jsx)(f2,{}):null]})}var gG=n(1682);function gq(e,t){let n=t.indexOf(e);if(0===n)return t;let r=[...t];return r.splice(n,1),r.splice(n-1,0,e),r}function gU(e,t){let n=t.indexOf(e);if(n===t.length-1)return t;let r=[...t];return r.splice(n,1),r.splice(n+1,0,e),r}let gY=(0,B.forwardRef)(function({onMoveUp:e,onMoveDown:t,onMoveLeft:n,onMoveRight:r,menuSx:i,...o},a){let[s,l]=(0,B.useState)(null),u=!!s;function c(e){l(null),e?.()}return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(eR,{...o,ref:a,"aria-label":"move","aria-haspopup":!0,"aria-expanded":u,size:"small",onClick:function(e){l(e.currentTarget)},children:(0,Z.jsx)(gG.default,{})}),(e||t||n||r)&&(0,Z.jsxs)(nK,{id:"drag-button-menu",MenuListProps:{"aria-labelledby":"drag-button-menu"},anchorEl:s,open:u,onClose:()=>c(void 0),sx:i,children:[e&&(0,Z.jsx)(c7,{onClick:()=>c(e),children:"Move Up"}),t&&(0,Z.jsx)(c7,{onClick:()=>c(t),children:"Move Down"}),n&&(0,Z.jsx)(c7,{onClick:()=>c(n),children:"Move Left"}),r&&(0,Z.jsx)(c7,{onClick:()=>c(r),children:"Move Right"}),r&&(0,Z.jsx)(c7,{onClick:()=>c(r),children:"Move Right"})]})]})});var gX=n(9267),gK=n(4105);let gQ={...B}.useSyncExternalStore;function gJ(e={}){let{themeId:t}=e;return function(e,n={}){let r=(0,gK.Z)();r&&t&&(r=r[t]||r);let i="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:o=!1,matchMedia:a=i?window.matchMedia:null,ssrMatchMedia:s=null,noSsr:l=!1}=(0,gX.Z)({name:"MuiUseMediaQuery",props:n,theme:r}),u="function"==typeof e?e(r):e;return(void 0!==gQ?function(e,t,n,r,i){let o=B.useCallback(()=>t,[t]),a=B.useMemo(()=>{if(i&&n)return()=>n(e).matches;if(null!==r){let{matches:t}=r(e);return()=>t}return o},[o,e,r,i,n]),[s,l]=B.useMemo(()=>{if(null===n)return[o,()=>()=>{}];let t=n(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[o,n,e]);return gQ(l,s,a)}:function(e,t,n,r,i){let[o,a]=B.useState(()=>i&&n?n(e).matches:r?r(e).matches:t);return(0,eN.Z)(()=>{if(!n)return;let t=n(e),r=()=>{a(t.matches)};return r(),t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[e,n]),o})(u=u.replace(/^@media( ?)/m,""),o,a,s,l)}}gJ();let g0=gJ({themeId:a5.Z});function g1(e,t,n){let r=function(e,t,n){let r,i=t.getBoundingClientRect(),o=n&&n.getBoundingClientRect(),a=(0,t$.Z)(t);if(t.fakeTransform)r=t.fakeTransform;else{let e=a.getComputedStyle(t);r=e.getPropertyValue("-webkit-transform")||e.getPropertyValue("transform")}let s=0,l=0;if(r&&"none"!==r&&"string"==typeof r){let e=r.split("(")[1].split(")")[0].split(",");s=parseInt(e[4],10),l=parseInt(e[5],10)}return"left"===e?o?`translateX(${o.right+s-i.left}px)`:`translateX(${a.innerWidth+s-i.left}px)`:"right"===e?o?`translateX(-${i.right-o.left-s}px)`:`translateX(-${i.left+i.width-s}px)`:"up"===e?o?`translateY(${o.bottom+l-i.top}px)`:`translateY(${a.innerHeight+l-i.top}px)`:o?`translateY(-${i.top-o.top+i.height-l}px)`:`translateY(-${i.top+i.height-l}px)`}(e,t,"function"==typeof n?n():n);r&&(t.style.webkitTransform=r,t.style.transform=r)}let g2=B.forwardRef(function(e,t){let n=(0,nt.Z)(),r={enter:n.transitions.easing.easeOut,exit:n.transitions.easing.sharp},i={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:o,appear:a=!0,children:s,container:l,direction:u="down",easing:c=r,in:d,onEnter:h,onEntered:p,onEntering:f,onExit:g,onExited:m,onExiting:v,style:y,timeout:x=i,TransitionComponent:b=t7,...w}=e,S=B.useRef(null),C=(0,eY.Z)(tR(s),S,t),k=e=>t=>{e&&(void 0===t?e(S.current):e(S.current,t))},M=k((e,t)=>{g1(u,e,l),e.scrollTop,h&&h(e,t)}),T=k((e,t)=>{let r=nn({timeout:x,style:y,easing:c},{mode:"enter"});e.style.webkitTransition=n.transitions.create("-webkit-transform",{...r}),e.style.transition=n.transitions.create("transform",{...r}),e.style.webkitTransform="none",e.style.transform="none",f&&f(e,t)}),I=k(p),A=k(v),D=k(e=>{let t=nn({timeout:x,style:y,easing:c},{mode:"exit"});e.style.webkitTransition=n.transitions.create("-webkit-transform",t),e.style.transition=n.transitions.create("transform",t),g1(u,e,l),g&&g(e)}),P=k(e=>{e.style.webkitTransition="",e.style.transition="",m&&m(e)}),R=B.useCallback(()=>{S.current&&g1(u,S.current,l)},[u,l]);return B.useEffect(()=>{if(d||"down"===u||"right"===u)return;let e=(0,tX.Z)(()=>{S.current&&g1(u,S.current,l)}),t=(0,t$.Z)(S.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[u,d,l]),B.useEffect(()=>{d||R()},[d,R]),(0,Z.jsx)(b,{nodeRef:S,onEnter:M,onEntered:I,onEntering:T,onExit:D,onExited:P,onExiting:A,addEndListener:e=>{o&&o(S.current,e)},appear:a,in:d,timeout:x,...w,children:(e,{ownerState:t,...n})=>B.cloneElement(s,{ref:C,style:{visibility:"exited"!==e||d?void 0:"hidden",...y,...s.props.style},...n})})});function g5(e){return(0,Y.ZP)("MuiDrawer",e)}(0,U.Z)("MuiDrawer",["root","docked","paper","anchorLeft","anchorRight","anchorTop","anchorBottom","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom","paperAnchorDockedLeft","paperAnchorDockedRight","paperAnchorDockedTop","paperAnchorDockedBottom","modal"]);let g3=(e,t)=>{let{ownerState:n}=e;return[t.root,("permanent"===n.variant||"persistent"===n.variant)&&t.docked,t.modal]},g4=(0,$.ZP)(nR,{name:"MuiDrawer",slot:"Root",overridesResolver:g3})((0,W.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.drawer}))),g6=(0,$.ZP)("div",{shouldForwardProp:ei.Z,name:"MuiDrawer",slot:"Docked",skipVariantsResolver:!1,overridesResolver:g3})({flex:"0 0 auto"}),g8=(0,$.ZP)(nL,{name:"MuiDrawer",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`paperAnchor${(0,H.Z)(n.anchor)}`],"temporary"!==n.variant&&t[`paperAnchorDocked${(0,H.Z)(n.anchor)}`]]}})((0,W.Z)(({theme:e})=>({overflowY:"auto",display:"flex",flexDirection:"column",height:"100%",flex:"1 0 auto",zIndex:(e.vars||e).zIndex.drawer,WebkitOverflowScrolling:"touch",position:"fixed",top:0,outline:0,variants:[{props:{anchor:"left"},style:{left:0}},{props:{anchor:"top"},style:{top:0,left:0,right:0,height:"auto",maxHeight:"100%"}},{props:{anchor:"right"},style:{right:0}},{props:{anchor:"bottom"},style:{top:"auto",left:0,bottom:0,right:0,height:"auto",maxHeight:"100%"}},{props:({ownerState:e})=>"left"===e.anchor&&"temporary"!==e.variant,style:{borderRight:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>"top"===e.anchor&&"temporary"!==e.variant,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>"right"===e.anchor&&"temporary"!==e.variant,style:{borderLeft:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>"bottom"===e.anchor&&"temporary"!==e.variant,style:{borderTop:`1px solid ${(e.vars||e).palette.divider}`}}]}))),g9={left:"right",right:"left",top:"down",bottom:"up"},g7=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiDrawer"}),r=(0,nt.Z)(),i=tE(),o={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{anchor:a="left",BackdropProps:s,children:l,className:u,elevation:c=16,hideBackdrop:d=!1,ModalProps:{BackdropProps:h,...p}={},onClose:f,open:g=!1,PaperProps:m={},SlideProps:v,TransitionComponent:y,transitionDuration:x=o,variant:b="temporary",slots:w={},slotProps:S={},...C}=n,k=B.useRef(!1);B.useEffect(()=>{k.current=!0},[]);let M=function({direction:e},t){return"rtl"===e&&["left","right"].includes(t)?g9[t]:t}({direction:i?"rtl":"ltr"},a),T={...n,anchor:a,elevation:c,open:g,variant:b,...C},I=(e=>{let{classes:t,anchor:n,variant:r}=e,i={root:["root",`anchor${(0,H.Z)(n)}`],docked:[("permanent"===r||"persistent"===r)&&"docked"],modal:["modal"],paper:["paper",`paperAnchor${(0,H.Z)(n)}`,"temporary"!==r&&`paperAnchorDocked${(0,H.Z)(n)}`]};return(0,F.Z)(i,g5,t)})(T),A={slots:{transition:y,...w},slotProps:{paper:m,transition:v,...S,backdrop:(0,nB.Z)(S.backdrop||{...s,...h},{transitionDuration:x})}},[D,P]=(0,np.Z)("root",{ref:t,elementType:g4,className:(0,z.Z)(I.root,I.modal,u),shouldForwardComponentProp:!0,ownerState:T,externalForwardedProps:{...A,...C,...p},additionalProps:{open:g,onClose:f,hideBackdrop:d,slots:{backdrop:A.slots.backdrop},slotProps:{backdrop:A.slotProps.backdrop}}}),[R,_]=(0,np.Z)("paper",{elementType:g8,shouldForwardComponentProp:!0,className:(0,z.Z)(I.paper,m.className),ownerState:T,externalForwardedProps:A,additionalProps:{elevation:"temporary"===b?c:0,square:!0}}),[O,E]=(0,np.Z)("docked",{elementType:g6,ref:t,className:(0,z.Z)(I.root,I.docked,u),ownerState:T,externalForwardedProps:A,additionalProps:C}),[L,N]=(0,np.Z)("transition",{elementType:g2,ownerState:T,externalForwardedProps:A,additionalProps:{in:g,direction:g9[M],timeout:x,appear:k.current}}),j=(0,Z.jsx)(R,{..._,children:l});if("permanent"===b)return(0,Z.jsx)(O,{...E,children:j});let V=(0,Z.jsx)(L,{...N,children:j});return"persistent"===b?(0,Z.jsx)(O,{...E,children:V}):(0,Z.jsx)(D,{...P,children:V})}),me=({anchor:e="right",isOpen:t,onClose:n,PaperProps:r,children:i,...o})=>{let a=g0("(max-width:1080px)");return(0,Z.jsx)(g7,{...o,open:t,onClose:n,anchor:e,PaperProps:{...r,sx:oT({width:a?"100%":"1080px",overflow:"hidden"},r?.sx)},children:i})};var mt=n(6232),mn=n(9161),mr=n(6141),mi=n.n(mr),mo=n(7975),ma=n(2517),ms=n(7384),ml=n(3149),mu="undefined"!=typeof Float32Array,mc=mu?Float32Array:Array;function md(e){return(0,mo.kJ)(e)?mu?new Float32Array(e):e:new mc(e)}var mh="__ec_stack_";function mp(e){return e.get("stack")||mh+e.seriesIndex}function mf(e){return e.dim+e.index}function mg(e,t){var n=[];return t.eachSeriesByType(e,function(e){mx(e)&&n.push(e)}),n}function mm(e){var t=function(e){var t={};(0,mo.S6)(e,function(e){var n=e.coordinateSystem.getBaseAxis();if("time"===n.type||"value"===n.type)for(var r=e.getData(),i=n.dim+"_"+n.index,o=r.getDimensionIndex(r.mapDimension(n.dim)),a=r.getStore(),s=0,l=a.count();s<l;++s){var u=a.get(o,s);t[i]?t[i].push(u):t[i]=[u]}});var n={};for(var r in t)if(t.hasOwnProperty(r)){var i=t[r];if(i){i.sort(function(e,t){return e-t});for(var o=null,a=1;a<i.length;++a){var s=i[a]-i[a-1];s>0&&(o=null===o?s:Math.min(o,s))}n[r]=o}}return n}(e),n=[];return(0,mo.S6)(e,function(e){var r,i=e.coordinateSystem.getBaseAxis(),o=i.getExtent();if("category"===i.type)r=i.getBandWidth();else if("value"===i.type||"time"===i.type){var a=t[i.dim+"_"+i.index],s=Math.abs(o[1]-o[0]),l=i.scale.getExtent(),u=Math.abs(l[1]-l[0]);r=a?s/u*a:s}else{var c=e.getData();r=Math.abs(o[1]-o[0])/c.count()}var d=(0,ma.GM)(e.get("barWidth"),r),h=(0,ma.GM)(e.get("barMaxWidth"),r),p=(0,ma.GM)(e.get("barMinWidth")||(mb(e)?.5:1),r),f=e.get("barGap"),g=e.get("barCategoryGap");n.push({bandWidth:r,barWidth:d,barMaxWidth:h,barMinWidth:p,barGap:f,barCategoryGap:g,axisKey:mf(i),stackId:mp(e)})}),mv(n)}function mv(e){var t={};(0,mo.S6)(e,function(e,n){var r=e.axisKey,i=e.bandWidth,o=t[r]||{bandWidth:i,remainedWidth:i,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},a=o.stacks;t[r]=o;var s=e.stackId;!a[s]&&o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=e.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=e.barMaxWidth;u&&(a[s].maxWidth=u);var c=e.barMinWidth;c&&(a[s].minWidth=c);var d=e.barGap;null!=d&&(o.gap=d);var h=e.barCategoryGap;null!=h&&(o.categoryGap=h)});var n={};return(0,mo.S6)(t,function(e,t){n[t]={};var r,i=e.stacks,o=e.bandWidth,a=e.categoryGap;null==a&&(a=Math.max(35-4*(0,mo.XP)(i).length,15)+"%");var s=(0,ma.GM)(a,o),l=(0,ma.GM)(e.gap,1),u=e.remainedWidth,c=e.autoWidthCount,d=(u-s)/(c+(c-1)*l);d=Math.max(d,0),(0,mo.S6)(i,function(e){var t=e.maxWidth,n=e.minWidth;if(e.width){var r=e.width;t&&(r=Math.min(r,t)),n&&(r=Math.max(r,n)),e.width=r,u-=r+l*r,c--}else{var r=d;t&&t<r&&(r=Math.min(t,u)),n&&n>r&&(r=n),r!==d&&(e.width=r,u-=r+l*r,c--)}}),d=Math.max(d=(u-s)/(c+(c-1)*l),0);var h=0;(0,mo.S6)(i,function(e,t){e.width||(e.width=d),r=e,h+=e.width*(1+l)}),r&&(h-=r.width*l);var p=-h/2;(0,mo.S6)(i,function(e,r){n[t][r]=n[t][r]||{bandWidth:o,offset:p,width:e.width},p+=e.width*(1+l)})}),n}function my(e,t){var n=mg(e,t),r=mm(n);(0,mo.S6)(n,function(e){var t=e.getData(),n=e.coordinateSystem.getBaseAxis(),i=mp(e),o=r[mf(n)][i],a=o.offset,s=o.width;t.setLayout({bandWidth:o.bandWidth,offset:a,size:s})})}function mx(e){return e.coordinateSystem&&"cartesian2d"===e.coordinateSystem.type}function mb(e){return e.pipelineContext&&e.pipelineContext.large}var mw={average:function(e){for(var t=0,n=0,r=0;r<e.length;r++)!isNaN(e[r])&&(t+=e[r],n++);return 0===n?NaN:t/n},sum:function(e){for(var t=0,n=0;n<e.length;n++)t+=e[n]||0;return t},max:function(e){for(var t=-1/0,n=0;n<e.length;n++)e[n]>t&&(t=e[n]);return isFinite(t)?t:NaN},min:function(e){for(var t=1/0,n=0;n<e.length;n++)e[n]<t&&(t=e[n]);return isFinite(t)?t:NaN},minmax:function(e){for(var t=-1/0,n=-1/0,r=0;r<e.length;r++){var i=e[r],o=Math.abs(i);o>t&&(t=o,n=i)}return isFinite(n)?n:NaN},nearest:function(e){return e[0]}},mS=function(e){return Math.round(e.length/2)};function mC(e){return{seriesType:e,reset:function(e,t,n){var r=e.getData(),i=e.get("sampling"),o=e.coordinateSystem,a=r.count();if(a>10&&"cartesian2d"===o.type&&i){var s=o.getBaseAxis(),l=o.getOtherAxis(s),u=s.getExtent(),c=n.getDevicePixelRatio(),d=Math.round(a/(Math.abs(u[1]-u[0])*(c||1)));if(isFinite(d)&&d>1){"lttb"===i&&e.setData(r.lttbDownSample(r.mapDimension(l.dim),1/d));var h=void 0;(0,mo.HD)(i)?h=mw[i]:(0,mo.mf)(i)&&(h=i),h&&e.setData(r.downSample(r.mapDimension(l.dim),1/d,h,mS))}}}}}var mk=n(9988),mM=n(5430),mT=n(984),mI=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.getInitialData=function(e,t){return(0,mT.Z)(null,this,{useEncodeDefaulter:!0})},t.prototype.getMarkerPosition=function(e,t,n){var r=this.coordinateSystem;if(r&&r.clampData){var i=r.clampData(e),o=r.dataToPoint(i);if(n)(0,mo.S6)(r.getAxes(),function(e,n){if("category"===e.type&&null!=t){var r=e.getTicksCoords(),a=e.getTickModel().get("alignWithLabel"),s=i[n],l="x1"===t[n]||"y1"===t[n];if(l&&!a&&(s+=1),!(r.length<2)){if(2===r.length){o[n]=e.toGlobalCoord(e.getExtent()[+!!l]);return}for(var u=void 0,c=void 0,d=1,h=0;h<r.length;h++){var p=r[h].coord,f=h===r.length-1?r[h-1].tickValue+d:r[h].tickValue;if(f===s){c=p;break}if(f<s)u=p;else if(null!=u&&f>s){c=(p+u)/2;break}1===h&&(d=f-r[0].tickValue)}null==c&&(u?u&&(c=r[r.length-1].coord):c=r[0].coord),o[n]=e.toGlobalCoord(c)}}});else{var a=this.getData(),s=a.getLayout("offset"),l=a.getLayout("size"),u=+!r.getBaseAxis().isHorizontal();o[u]+=s+l/2}return o}return[NaN,NaN]},t.type="series.__base_bar__",t.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},t}(mM.Z);mM.Z.registerClass(mI);var mA=n(4587),mD=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.getInitialData=function(){return(0,mT.Z)(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},t.prototype.getProgressive=function(){return!!this.get("large")&&this.get("progressive")},t.prototype.getProgressiveThreshold=function(){var e=this.get("progressiveThreshold"),t=this.get("largeThreshold");return t>e&&(e=t),e},t.prototype.brushSelector=function(e,t,n){return n.rect(t.getItemLayout(e))},t.type="series.bar",t.dependencies=["grid","polar"],t.defaultOption=(0,mA.ZL)(mI.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),t}(mI),mP=n(8588),mR=n(7293),m_=n(7810),mO=n(9858),mE=n(1969),mL=n(3511),mZ=n(428),mB=n(8306),mN=n(3361),mz=n(9774);function mF(e,t,n,r,i){var o=e.getArea(),a=o.x,s=o.y,l=o.width,u=o.height,c=n.get(["lineStyle","width"])||2;a-=c/2,s-=c/2,l+=c,u+=c,l=Math.ceil(l),a!==Math.floor(a)&&(a=Math.floor(a),l++);var d=new mE.Z({shape:{x:a,y:s,width:l,height:u}});if(t){var h=e.getBaseAxis(),p=h.isHorizontal(),f=h.inverse;p?(f&&(d.shape.x+=l),d.shape.width=0):(f||(d.shape.y+=u),d.shape.height=0);var g=(0,mo.mf)(i)?function(e){i(e,d)}:null;mO.KZ(d,{shape:{width:l,height:u,x:a,y:s}},n,null,r,g)}return d}function mj(e,t,n){var r=e.getArea(),i=(0,ma.NM)(r.r0,1),o=(0,ma.NM)(r.r,1),a=new mL.C({shape:{cx:(0,ma.NM)(e.cx,1),cy:(0,ma.NM)(e.cy,1),r0:i,r:o,startAngle:r.startAngle,endAngle:r.endAngle,clockwise:r.clockwise}});return t&&("angle"===e.getBaseAxis().dim?a.shape.endAngle=r.startAngle:a.shape.r=i,mO.KZ(a,{shape:{endAngle:r.endAngle,r:o}},n)),a}function mV(e,t,n,r,i){if(e){if("polar"===e.type)return mj(e,t,n);else if("cartesian2d"===e.type)return mF(e,t,n,r,i)}return null}var mH=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},m$=function(e){function t(t){var n=e.call(this,t)||this;return n.type="sausage",n}return(0,mk.ZT)(t,e),t.prototype.getDefaultShape=function(){return new mH},t.prototype.buildPath=function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r0||0,0),o=Math.max(t.r,0),a=(o-i)*.5,s=i+a,l=t.startAngle,u=t.endAngle,c=t.clockwise,d=2*Math.PI,h=c?u-l<d:l-u<d;h||(l=u-(c?d:-d));var p=Math.cos(l),f=Math.sin(l),g=Math.cos(u),m=Math.sin(u);h?(e.moveTo(p*i+n,f*i+r),e.arc(p*s+n,f*s+r,a,-Math.PI+l,l,!c)):e.moveTo(p*o+n,f*o+r),e.arc(n,r,o,l,u,!c),e.arc(g*s+n,m*s+r,a,u-2*Math.PI,u-Math.PI,!c),0!==i&&e.arc(n,r,i,u,l,c)},t}(mP.ZP),mW=n(8050),mG=n(2667),mq=n(5562);function mU(e,t){var n=e.mapDimensionsAll("defaultedLabel"),r=n.length;if(1===r){var i=(0,mq.hk)(e,t,n[0]);return null!=i?i+"":null}if(r){for(var o=[],a=0;a<n.length;a++)o.push((0,mq.hk)(e,t,n[a]));return o.join(" ")}}function mY(e,t){var n=e.mapDimensionsAll("defaultedLabel");if(!(0,mo.kJ)(t))return t+"";for(var r=[],i=0;i<n.length;i++){var o=e.getDimensionIndex(n[i]);o>=0&&r.push(t[o])}return r.join(" ")}var mX=n(2666);function mK(e,t,n){return t*Math.sin(e)*(n?-1:1)}function mQ(e,t,n){return t*Math.cos(e)*(n?1:-1)}function mJ(e,t,n){var r=e.get("borderRadius");if(null==r)return n?{cornerRadius:0}:null;(0,mo.kJ)(r)||(r=[r,r,r,r]);var i=Math.abs(t.r||0-t.r0||0);return{cornerRadius:(0,mo.UI)(r,function(e){return(0,mX.GM)(e,i)})}}var m0=Math.max,m1=Math.min,m2=function(e){function t(){var n=e.call(this)||this;return n.type=t.type,n._isFirstFrame=!0,n}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n,r){this._model=e,this._removeOnRenderedListener(n),this._updateDrawMode(e);var i=e.get("coordinateSystem");("cartesian2d"===i||"polar"===i)&&(this._progressiveEls=null,this._isLargeDraw?this._renderLarge(e,t,n):this._renderNormal(e,t,n,r))},t.prototype.incrementalPrepareRender=function(e){this._clear(),this._updateDrawMode(e),this._updateLargeClip(e)},t.prototype.incrementalRender=function(e,t){this._progressiveEls=[],this._incrementalRenderLarge(e,t)},t.prototype.eachRendered=function(e){(0,m_.traverseElements)(this._progressiveEls||this.group,e)},t.prototype._updateDrawMode=function(e){var t=e.pipelineContext.large;(null==this._isLargeDraw||t!==this._isLargeDraw)&&(this._isLargeDraw=t,this._clear())},t.prototype._renderNormal=function(e,t,n,r){var i,o=this.group,a=e.getData(),s=this._data,l=e.coordinateSystem,u=l.getBaseAxis();"cartesian2d"===l.type?i=u.isHorizontal():"polar"===l.type&&(i="angle"===u.dim);var c=e.isAnimationEnabled()?e:null,d=function(e,t){var n=e.get("realtimeSort",!0),r=t.getBaseAxis();if(n&&"category"===r.type&&"cartesian2d"===t.type)return{baseAxis:r,otherAxis:t.getOtherAxis(r)}}(e,l);d&&this._enableRealtimeSort(d,a,n);var h=e.get("clip",!0)||d,p=function(e,t){var n=e.getArea&&e.getArea();if((0,mG.H)(e,"cartesian2d")){var r=e.getBaseAxis();if("category"!==r.type||!r.onBand){var i=t.getLayout("bandWidth");r.isHorizontal()?(n.x-=i,n.width+=2*i):(n.y-=i,n.height+=2*i)}}return n}(l,a);o.removeClipPath();var f=e.get("roundCap",!0),g=e.get("showBackground",!0),m=e.getModel("backgroundStyle"),v=m.get("borderRadius")||0,y=[],x=this._backgroundEls,b=r&&r.isInitSort,w=r&&"changeAxisOrder"===r.type;function S(e){var t,n,r,o=ve[l.type](a,e),s=(t=l,n=i,r=o,new("polar"===t.type?mL.C:mE.Z)({shape:vs(n,r,t),silent:!0,z2:0}));return s.useStyle(m.getItemStyle()),"cartesian2d"===l.type?s.setShape("r",v):s.setShape("cornerRadius",v),y[e]=s,s}a.diff(s).add(function(t){var n=a.getItemModel(t),r=ve[l.type](a,t,n);if(g&&S(t),a.hasValue(t)&&m7[l.type](r)){var s=!1;h&&(s=m5[l.type](p,r));var m=m3[l.type](e,a,t,r,i,c,u.model,!1,f);d&&(m.forceLabelAnimation=!0),vn(m,a,t,n,r,e,i,"polar"===l.type),b?m.attr({shape:r}):d?m4(d,c,m,r,t,i,!1,!1):(0,mO.KZ)(m,{shape:r},e,t),a.setItemGraphicEl(t,m),o.add(m),m.ignore=s}}).update(function(t,n){var r=a.getItemModel(t),C=ve[l.type](a,t,r);if(g){var k=void 0;0===x.length?k=S(n):((k=x[n]).useStyle(m.getItemStyle()),"cartesian2d"===l.type?k.setShape("r",v):k.setShape("cornerRadius",v),y[t]=k);var M=ve[l.type](a,t),T=vs(i,M,l);(0,mO.D)(k,{shape:T},c,t)}var I=s.getItemGraphicEl(n);if(!a.hasValue(t)||!m7[l.type](C))return void o.remove(I);var A=!1;if(h&&(A=m5[l.type](p,C))&&o.remove(I),I?(0,mO.Zi)(I):I=m3[l.type](e,a,t,C,i,c,u.model,!!I,f),d&&(I.forceLabelAnimation=!0),w){var D=I.getTextContent();if(D){var P=(0,mN.qA)(D);null!=P.prevValue&&(P.prevValue=P.value)}}else vn(I,a,t,r,C,e,i,"polar"===l.type);b?I.attr({shape:C}):d?m4(d,c,I,C,t,i,!0,w):(0,mO.D)(I,{shape:C},e,t,null),a.setItemGraphicEl(t,I),I.ignore=A,o.add(I)}).remove(function(t){var n=s.getItemGraphicEl(t);n&&(0,mO.XD)(n,e,t)}).execute();var C=this._backgroundGroup||(this._backgroundGroup=new mR.Z);C.removeAll();for(var k=0;k<y.length;++k)C.add(y[k]);o.add(C),this._backgroundEls=y,this._data=a},t.prototype._renderLarge=function(e,t,n){this._clear(),vo(e,this.group),this._updateLargeClip(e)},t.prototype._incrementalRenderLarge=function(e,t){this._removeBackground(),vo(t,this.group,this._progressiveEls,!0)},t.prototype._updateLargeClip=function(e){var t=e.get("clip",!0)&&mV(e.coordinateSystem,!1,e),n=this.group;t?n.setClipPath(t):n.removeClipPath()},t.prototype._enableRealtimeSort=function(e,t,n){var r=this;if(t.count()){var i=e.baseAxis;if(this._isFirstFrame)this._dispatchInitSort(t,e,n),this._isFirstFrame=!1;else{var o=function(e){var n=t.getItemGraphicEl(e),r=n&&n.shape;return r&&Math.abs(i.isHorizontal()?r.height:r.width)||0};this._onRendered=function(){r._updateSortWithinSameData(t,o,i,n)},n.getZr().on("rendered",this._onRendered)}}},t.prototype._dataSort=function(e,t,n){var r=[];return e.each(e.mapDimension(t.dim),function(e,t){var i=n(t);i=null==i?NaN:i,r.push({dataIndex:t,mappedValue:i,ordinalNumber:e})}),r.sort(function(e,t){return t.mappedValue-e.mappedValue}),{ordinalNumbers:(0,mo.UI)(r,function(e){return e.ordinalNumber})}},t.prototype._isOrderChangedWithinSameData=function(e,t,n){for(var r=n.scale,i=e.mapDimension(n.dim),o=Number.MAX_VALUE,a=0,s=r.getOrdinalMeta().categories.length;a<s;++a){var l=e.rawIndexOf(i,r.getRawOrdinalNumber(a)),u=l<0?5e-324:t(e.indexOfRawIndex(l));if(u>o)return!0;o=u}return!1},t.prototype._isOrderDifferentInView=function(e,t){for(var n=t.scale,r=n.getExtent(),i=Math.max(0,r[0]),o=Math.min(r[1],n.getOrdinalMeta().categories.length-1);i<=o;++i)if(e.ordinalNumbers[i]!==n.getRawOrdinalNumber(i))return!0},t.prototype._updateSortWithinSameData=function(e,t,n,r){if(this._isOrderChangedWithinSameData(e,t,n)){var i=this._dataSort(e,n,t);this._isOrderDifferentInView(i,n)&&(this._removeOnRenderedListener(r),r.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:i}))}},t.prototype._dispatchInitSort=function(e,t,n){var r=t.baseAxis,i=this._dataSort(e,r,function(n){return e.get(e.mapDimension(t.otherAxis.dim),n)});n.dispatchAction({type:"changeAxisOrder",componentType:r.dim+"Axis",isInitSort:!0,axisId:r.index,sortInfo:i})},t.prototype.remove=function(e,t){this._clear(this._model),this._removeOnRenderedListener(t)},t.prototype.dispose=function(e,t){this._removeOnRenderedListener(t)},t.prototype._removeOnRenderedListener=function(e){this._onRendered&&(e.getZr().off("rendered",this._onRendered),this._onRendered=null)},t.prototype._clear=function(e){var t=this.group,n=this._data;e&&e.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl(function(t){(0,mO.XD)(t,e,(0,mZ.A)(t).dataIndex)})):t.removeAll(),this._data=null,this._isFirstFrame=!0},t.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},t.type="bar",t}(mW.Z),m5={cartesian2d:function(e,t){var n=t.width<0?-1:1,r=t.height<0?-1:1;n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height);var i=e.x+e.width,o=e.y+e.height,a=m0(t.x,e.x),s=m1(t.x+t.width,i),l=m0(t.y,e.y),u=m1(t.y+t.height,o),c=s<a,d=u<l;return t.x=c&&a>i?s:a,t.y=d&&l>o?u:l,t.width=c?0:s-a,t.height=d?0:u-l,n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height),c||d},polar:function(e,t){var n=t.r0<=t.r?1:-1;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}var i=m1(t.r,e.r),o=m0(t.r0,e.r0);t.r=i,t.r0=o;var a=i-o<0;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}return a}},m3={cartesian2d:function(e,t,n,r,i,o,a,s,l){var u=new mE.Z({shape:(0,mo.l7)({},r),z2:1});return u.__dataIndex=n,u.name="item",o&&(u.shape[i?"height":"width"]=0),u},polar:function(e,t,n,r,i,o,a,s,l){var u,c,d=!i&&l?m$:mL.C,h=new d({shape:r,z2:1});if(h.name="item",u=vt(i),c=d===m$,h.calculateTextPosition=function(e,t,n){var r=t.position;if(!r||r instanceof Array)return(0,mX.wI)(e,t,n);var i=u(r),o=null!=t.distance?t.distance:5,a=this.shape,s=a.cx,l=a.cy,d=a.r,h=a.r0,p=(d+h)/2,f=a.startAngle,g=a.endAngle,m=(f+g)/2,v=c?Math.abs(d-h)/2:0,y=Math.cos,x=Math.sin,b=s+d*y(f),w=l+d*x(f),S="left",C="top";switch(i){case"startArc":b=s+(h-o)*y(m),w=l+(h-o)*x(m),S="center",C="top";break;case"insideStartArc":b=s+(h+o)*y(m),w=l+(h+o)*x(m),S="center",C="bottom";break;case"startAngle":b=s+p*y(f)+mK(f,o+v,!1),w=l+p*x(f)+mQ(f,o+v,!1),S="right",C="middle";break;case"insideStartAngle":b=s+p*y(f)+mK(f,-o+v,!1),w=l+p*x(f)+mQ(f,-o+v,!1),S="left",C="middle";break;case"middle":b=s+p*y(m),w=l+p*x(m),S="center",C="middle";break;case"endArc":b=s+(d+o)*y(m),w=l+(d+o)*x(m),S="center",C="bottom";break;case"insideEndArc":b=s+(d-o)*y(m),w=l+(d-o)*x(m),S="center",C="top";break;case"endAngle":b=s+p*y(g)+mK(g,o+v,!0),w=l+p*x(g)+mQ(g,o+v,!0),S="left",C="middle";break;case"insideEndAngle":b=s+p*y(g)+mK(g,-o+v,!0),w=l+p*x(g)+mQ(g,-o+v,!0),S="right",C="middle";break;default:return(0,mX.wI)(e,t,n)}return(e=e||{}).x=b,e.y=w,e.align=S,e.verticalAlign=C,e},o){var p=h.shape,f=i?"r":"endAngle",g={};p[f]=i?r.r0:r.startAngle,g[f]=r[f],(s?mO.D:mO.KZ)(h,{shape:g},o)}return h}};function m4(e,t,n,r,i,o,a,s){o?(u={x:r.x,width:r.width},l={y:r.y,height:r.height}):(u={y:r.y,height:r.height},l={x:r.x,width:r.width}),s||(a?mO.D:mO.KZ)(n,{shape:l},t,i,null);var l,u,c=t?e.baseAxis.model:null;(a?mO.D:mO.KZ)(n,{shape:u},c,i)}function m6(e,t){for(var n=0;n<t.length;n++)if(!isFinite(e[t[n]]))return!0;return!1}var m8=["x","y","width","height"],m9=["cx","cy","r","startAngle","endAngle"],m7={cartesian2d:function(e){return!m6(e,m8)},polar:function(e){return!m6(e,m9)}},ve={cartesian2d:function(e,t,n){var r,i,o,a=e.getItemLayout(t),s=n?(r=n,i=a,(o=r.get(["itemStyle","borderColor"]))&&"none"!==o?Math.min(r.get(["itemStyle","borderWidth"])||0,isNaN(i.width)?Number.MAX_VALUE:Math.abs(i.width),isNaN(i.height)?Number.MAX_VALUE:Math.abs(i.height)):0):0,l=a.width>0?1:-1,u=a.height>0?1:-1;return{x:a.x+l*s/2,y:a.y+u*s/2,width:a.width-l*s,height:a.height-u*s}},polar:function(e,t,n){var r=e.getItemLayout(t);return{cx:r.cx,cy:r.cy,r0:r.r0,r:r.r,startAngle:r.startAngle,endAngle:r.endAngle,clockwise:r.clockwise}}};function vt(e){var t;return t=e?"Arc":"Angle",function(e){switch(e){case"start":case"insideStart":case"end":case"insideEnd":return e+t;default:return e}}}function vn(e,t,n,r,i,o,a,s){var l=t.getItemVisual(n,"style");if(s){if(!o.get("roundCap")){var u=e.shape,c=mJ(r.getModel("itemStyle"),u,!0);(0,mo.l7)(u,c),e.setShape(u)}}else{var d=r.get(["itemStyle","borderRadius"])||0;e.setShape("r",d)}e.useStyle(l);var h=r.getShallow("cursor");h&&e.attr("cursor",h);var p=s?a?i.r>=i.r0?"endArc":"startArc":i.endAngle>=i.startAngle?"endAngle":"startAngle":a?i.height>=0?"bottom":"top":i.width>=0?"right":"left",f=(0,mN.k3)(r);(0,mN.ni)(e,f,{labelFetcher:o,labelDataIndex:n,defaultText:mU(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:p});var g=e.getTextContent();if(s&&g){var m=r.get(["label","position"]);e.textConfig.inside="middle"===m||null,function(e,t,n,r){if((0,mo.hj)(r))return e.setTextConfig({rotation:r});if((0,mo.kJ)(t))return e.setTextConfig({rotation:0});var i,o=e.shape,a=o.clockwise?o.startAngle:o.endAngle,s=o.clockwise?o.endAngle:o.startAngle,l=n(t);switch(l){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":i=(a+s)/2;break;case"startAngle":case"insideStartAngle":i=a;break;case"endAngle":case"insideEndAngle":i=s;break;default:e.setTextConfig({rotation:0});return}var u=1.5*Math.PI-i;"middle"===l&&u>Math.PI/2&&u<1.5*Math.PI&&(u-=Math.PI),e.setTextConfig({rotation:u})}(e,"outside"===m?p:m,vt(a),r.get(["label","rotate"]))}(0,mN.pe)(g,f,o.getRawValue(n),function(e){return mY(t,e)});var v=r.getModel(["emphasis"]);(0,mB.k5)(e,v.get("focus"),v.get("blurScope"),v.get("disabled")),(0,mB.WO)(e,r),null!=i.startAngle&&null!=i.endAngle&&i.startAngle===i.endAngle&&(e.style.fill="none",e.style.stroke="none",(0,mo.S6)(e.states,function(e){e.style&&(e.style.fill=e.style.stroke="none")}))}var vr=function(){},vi=function(e){function t(t){var n=e.call(this,t)||this;return n.type="largeBar",n}return(0,mk.ZT)(t,e),t.prototype.getDefaultShape=function(){return new vr},t.prototype.buildPath=function(e,t){for(var n=t.points,r=this.baseDimIdx,i=1-this.baseDimIdx,o=[],a=[],s=this.barWidth,l=0;l<n.length;l+=3)a[r]=s,a[i]=n[l+2],o[r]=n[l+r],o[i]=n[l+i],e.rect(o[0],o[1],a[0],a[1])},t}(mP.ZP);function vo(e,t,n,r){var i=e.getData(),o=+!!i.getLayout("valueAxisHorizontal"),a=i.getLayout("largeDataIndices"),s=i.getLayout("size"),l=e.getModel("backgroundStyle"),u=i.getLayout("largeBackgroundPoints");if(u){var c=new vi({shape:{points:u},incremental:!!r,silent:!0,z2:0});c.baseDimIdx=o,c.largeDataIndices=a,c.barWidth=s,c.useStyle(l.getItemStyle()),t.add(c),n&&n.push(c)}var d=new vi({shape:{points:i.getLayout("largePoints")},incremental:!!r,ignoreCoarsePointer:!0,z2:1});d.baseDimIdx=o,d.largeDataIndices=a,d.barWidth=s,t.add(d),d.useStyle(i.getVisual("style")),(0,mZ.A)(d).seriesIndex=e.seriesIndex,e.get("silent")||(d.on("mousedown",va),d.on("mousemove",va)),n&&n.push(d)}var va=(0,mz.P2)(function(e){var t=function(e,t,n){for(var r=e.baseDimIdx,i=1-r,o=e.shape.points,a=e.largeDataIndices,s=[],l=[],u=e.barWidth,c=0,d=o.length/3;c<d;c++){var h=3*c;if(l[r]=u,l[i]=o[h+2],s[r]=o[h+r],s[i]=o[h+i],l[i]<0&&(s[i]+=l[i],l[i]=-l[i]),t>=s[0]&&t<=s[0]+l[0]&&n>=s[1]&&n<=s[1]+l[1])return a[c]}return -1}(this,e.offsetX,e.offsetY);(0,mZ.A)(this).dataIndex=t>=0?t:null},30,!1);function vs(e,t,n){if((0,mG.H)(n,"cartesian2d")){var r=n.getArea();return{x:e?t.x:r.x,y:e?r.y:t.y,width:e?t.width:r.width,height:e?r.height:t.height}}var r=n.getArea();return{cx:r.cx,cy:r.cy,r0:e?r.r0:t.r0,r:e?r.r:t.r,startAngle:e?t.startAngle:0,endAngle:e?t.endAngle:2*Math.PI}}var vl=n(5965),vu=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return(0,mk.ZT)(t,e),t.prototype.getInitialData=function(e){return(0,mT.Z)(null,this,{useEncodeDefaulter:!0})},t.prototype.getLegendIcon=function(e){var t=new mR.Z,n=(0,vl.th)("line",0,e.itemHeight/2,e.itemWidth,0,e.lineStyle.stroke,!1);t.add(n),n.setStyle(e.lineStyle);var r=this.getData().getVisual("symbol"),i=this.getData().getVisual("symbolRotate"),o="none"===r?"circle":r,a=.8*e.itemHeight,s=(0,vl.th)(o,(e.itemWidth-a)/2,(e.itemHeight-a)/2,a,a,e.itemStyle.fill);return t.add(s),s.setStyle(e.itemStyle),s.rotation=("inherit"===e.iconRotate?i:e.iconRotate||0)*Math.PI/180,s.setOrigin([e.itemWidth/2,e.itemHeight/2]),o.indexOf("empty")>-1&&(s.style.stroke=s.style.fill,s.style.fill="#fff",s.style.lineWidth=2),t},t.type="series.line",t.dependencies=["grid","polar"],t.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},t}(mM.Z),vc=n(3287),vd=function(e){function t(t,n,r,i){var o=e.call(this)||this;return o.updateData(t,n,r,i),o}return(0,mk.ZT)(t,e),t.prototype._createSymbol=function(e,t,n,r,i){this.removeAll();var o=(0,vl.th)(e,-1,-1,2,2,null,i);o.attr({z2:100,culling:!0,scaleX:r[0]/2,scaleY:r[1]/2}),o.drift=vh,this._symbolType=e,this.add(o)},t.prototype.stopSymbolAnimation=function(e){this.childAt(0).stopAnimation(null,e)},t.prototype.getSymbolType=function(){return this._symbolType},t.prototype.getSymbolPath=function(){return this.childAt(0)},t.prototype.highlight=function(){(0,mB.fD)(this.childAt(0))},t.prototype.downplay=function(){(0,mB.Mh)(this.childAt(0))},t.prototype.setZ=function(e,t){var n=this.childAt(0);n.zlevel=e,n.z=t},t.prototype.setDraggable=function(e,t){var n=this.childAt(0);n.draggable=e,n.cursor=!t&&e?"move":n.cursor},t.prototype.updateData=function(e,n,r,i){this.silent=!1;var o=e.getItemVisual(n,"symbol")||"circle",a=e.hostModel,s=t.getSymbolSize(e,n),l=o!==this._symbolType,u=i&&i.disableAnimation;if(l){var c=e.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,e,n,s,c)}else{var d=this.childAt(0);d.silent=!1;var h={scaleX:s[0]/2,scaleY:s[1]/2};u?d.attr(h):mO.D(d,h,a,n),(0,mO.Zi)(d)}if(this._updateCommon(e,n,s,r,i),l){var d=this.childAt(0);if(!u){var h={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:d.style.opacity}};d.scaleX=d.scaleY=0,d.style.opacity=0,mO.KZ(d,h,a,n)}}u&&this.childAt(0).stopAnimation("leave")},t.prototype._updateCommon=function(e,t,n,r,i){var o,a,s,l,u,c,d,h,p,f=this.childAt(0),g=e.hostModel;if(r&&(o=r.emphasisItemStyle,a=r.blurItemStyle,s=r.selectItemStyle,l=r.focus,u=r.blurScope,d=r.labelStatesModels,h=r.hoverScale,p=r.cursorStyle,c=r.emphasisDisabled),!r||e.hasItemOption){var m=r&&r.itemModel?r.itemModel:e.getItemModel(t),v=m.getModel("emphasis");o=v.getModel("itemStyle").getItemStyle(),s=m.getModel(["select","itemStyle"]).getItemStyle(),a=m.getModel(["blur","itemStyle"]).getItemStyle(),l=v.get("focus"),u=v.get("blurScope"),c=v.get("disabled"),d=(0,mN.k3)(m),h=v.getShallow("scale"),p=m.getShallow("cursor")}var y=e.getItemVisual(t,"symbolRotate");f.attr("rotation",(y||0)*Math.PI/180||0);var x=(0,vl.Cq)(e.getItemVisual(t,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),p&&f.attr("cursor",p);var b=e.getItemVisual(t,"style"),w=b.fill;if(f instanceof vc.ZP){var S=f.style;f.useStyle((0,mo.l7)({image:S.image,x:S.x,y:S.y,width:S.width,height:S.height},b))}else f.__isEmptyBrush?f.useStyle((0,mo.l7)({},b)):f.useStyle(b),f.style.decal=null,f.setColor(w,i&&i.symbolInnerColor),f.style.strokeNoScale=!0;var C=e.getItemVisual(t,"liftZ"),k=this._z2;null!=C?null==k&&(this._z2=f.z2,f.z2+=C):null!=k&&(f.z2=k,this._z2=null);var M=i&&i.useNameLabel;(0,mN.ni)(f,d,{labelFetcher:g,labelDataIndex:t,defaultText:function(t){return M?e.getName(t):mU(e,t)},inheritColor:w,defaultOpacity:b.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var T=f.ensureState("emphasis");T.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a;var I=null==h||!0===h?Math.max(1.1,3/this._sizeY):isFinite(h)&&h>0?+h:1;T.scaleX=this._sizeX*I,T.scaleY=this._sizeY*I,this.setSymbolScale(1),(0,mB.k5)(this,l,u,c)},t.prototype.setSymbolScale=function(e){this.scaleX=this.scaleY=e},t.prototype.fadeOut=function(e,t,n){var r=this.childAt(0),i=(0,mZ.A)(this).dataIndex,o=n&&n.animation;if(this.silent=r.silent=!0,n&&n.fadeLabel){var a=r.getTextContent();a&&mO.bX(a,{style:{opacity:0}},t,{dataIndex:i,removeOpt:o,cb:function(){r.removeTextContent()}})}else r.removeTextContent();mO.bX(r,{style:{opacity:0},scaleX:0,scaleY:0},t,{dataIndex:i,cb:e,removeOpt:o})},t.getSymbolSize=function(e,t){return(0,vl.zp)(e.getItemVisual(t,"symbolSize"))},t}(mR.Z);function vh(e,t){this.parent.drift(e,t)}function vp(e,t,n,r){return t&&!isNaN(t[0])&&!isNaN(t[1])&&!(r.isIgnore&&r.isIgnore(n))&&!(r.clipShape&&!r.clipShape.contain(t[0],t[1]))&&"none"!==e.getItemVisual(n,"symbol")}function vf(e){return null==e||(0,mo.Kn)(e)||(e={isIgnore:e}),e||{}}function vg(e){var t=e.hostModel,n=t.getModel("emphasis");return{emphasisItemStyle:n.getModel("itemStyle").getItemStyle(),blurItemStyle:t.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:t.getModel(["select","itemStyle"]).getItemStyle(),focus:n.get("focus"),blurScope:n.get("blurScope"),emphasisDisabled:n.get("disabled"),hoverScale:n.get("scale"),labelStatesModels:(0,mN.k3)(t),cursorStyle:t.get("cursor")}}var vm=function(){function e(e){this.group=new mR.Z,this._SymbolCtor=e||vd}return e.prototype.updateData=function(e,t){this._progressiveEls=null,t=vf(t);var n=this.group,r=e.hostModel,i=this._data,o=this._SymbolCtor,a=t.disableAnimation,s=vg(e),l={disableAnimation:a},u=t.getSymbolPoint||function(t){return e.getItemLayout(t)};i||n.removeAll(),e.diff(i).add(function(r){var i=u(r);if(vp(e,i,r,t)){var a=new o(e,r,s,l);a.setPosition(i),e.setItemGraphicEl(r,a),n.add(a)}}).update(function(c,d){var h=i.getItemGraphicEl(d),p=u(c);if(!vp(e,p,c,t))return void n.remove(h);var f=e.getItemVisual(c,"symbol")||"circle",g=h&&h.getSymbolType&&h.getSymbolType();if(!h||g&&g!==f)n.remove(h),(h=new o(e,c,s,l)).setPosition(p);else{h.updateData(e,c,s,l);var m={x:p[0],y:p[1]};a?h.attr(m):mO.D(h,m,r)}n.add(h),e.setItemGraphicEl(c,h)}).remove(function(e){var t=i.getItemGraphicEl(e);t&&t.fadeOut(function(){n.remove(t)},r)}).execute(),this._getSymbolPoint=u,this._data=e},e.prototype.updateLayout=function(){var e=this,t=this._data;t&&t.eachItemGraphicEl(function(t,n){var r=e._getSymbolPoint(n);t.setPosition(r),t.markRedraw()})},e.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=vg(e),this._data=null,this.group.removeAll()},e.prototype.incrementalUpdate=function(e,t,n){function r(e){e.isGroup||(e.incremental=!0,e.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[],n=vf(n);for(var i=e.start;i<e.end;i++){var o=t.getItemLayout(i);if(vp(t,o,i,n)){var a=new this._SymbolCtor(t,i,this._seriesScope);a.traverse(r),a.setPosition(o),this.group.add(a),t.setItemGraphicEl(i,a),this._progressiveEls.push(a)}}},e.prototype.eachRendered=function(e){m_.traverseElements(this._progressiveEls||this.group,e)},e.prototype.remove=function(e){var t=this.group,n=this._data;n&&e?n.eachItemGraphicEl(function(e){e.fadeOut(function(){t.remove(e)},n.hostModel)}):t.removeAll()},e}();function vv(e,t,n){var r,i,o,a,s=e.getBaseAxis(),l=e.getOtherAxis(s),u=(r=l,i=n,o=0,a=r.scale.getExtent(),"start"===i?o=a[0]:"end"===i?o=a[1]:(0,mo.hj)(i)&&!isNaN(i)?o=i:a[0]>0?o=a[0]:a[1]<0&&(o=a[1]),o),c=s.dim,d=l.dim,h=t.mapDimension(d),p=t.mapDimension(c),f=+("x"===d||"radius"===d),g=(0,mo.UI)(e.dimensions,function(e){return t.mapDimension(e)}),m=!1,v=t.getCalculationInfo("stackResultDimension");return(0,ms.M)(t,g[0])&&(m=!0,g[0]=v),(0,ms.M)(t,g[1])&&(m=!0,g[1]=v),{dataDimsForPoint:g,valueStart:u,valueAxisDim:d,baseAxisDim:c,stacked:!!m,valueDim:h,baseDim:p,baseDataOffset:f,stackedOverDimension:t.getCalculationInfo("stackedOverDimension")}}function vy(e,t,n,r){var i=NaN;e.stacked&&(i=n.get(n.getCalculationInfo("stackedOverDimension"),r)),isNaN(i)&&(i=e.valueStart);var o=e.baseDataOffset,a=[];return a[o]=n.get(e.baseDim,r),a[1-o]=i,t.dataToPoint(a)}var vx=n(4235),vb=n(4639),vw=n(6571),vS=n(3564),vC=n(9101),vk=Math.min,vM=Math.max;function vT(e,t){return isNaN(e)||isNaN(t)}function vI(e,t,n,r,i,o,a,s,l){for(var u,c,d,h,p,f,g=n,m=0;m<r;m++){var v=t[2*g],y=t[2*g+1];if(g>=i||g<0)break;if(vT(v,y)){if(l){g+=o;continue}break}if(g===n)e[o>0?"moveTo":"lineTo"](v,y),d=v,h=y;else{var x=v-u,b=y-c;if(x*x+b*b<.5){g+=o;continue}if(a>0){for(var w=g+o,S=t[2*w],C=t[2*w+1];S===v&&C===y&&m<r;)m++,w+=o,g+=o,S=t[2*w],C=t[2*w+1],v=t[2*g],y=t[2*g+1],x=v-u,b=y-c;var k=m+1;if(l)for(;vT(S,C)&&k<r;)k++,w+=o,S=t[2*w],C=t[2*w+1];var M=.5,T=0,I=0,A=void 0,D=void 0;if(k>=r||vT(S,C))p=v,f=y;else{T=S-u,I=C-c;var P=v-u,R=S-v,_=y-c,O=C-y,E=void 0,L=void 0;if("x"===s){E=Math.abs(P),L=Math.abs(R);var Z=T>0?1:-1;p=v-Z*E*a,f=y,A=v+Z*L*a,D=y}else if("y"===s){E=Math.abs(_),L=Math.abs(O);var B=I>0?1:-1;p=v,f=y-B*E*a,A=v,D=y+B*L*a}else E=Math.sqrt(P*P+_*_),p=v-T*a*(1-(M=(L=Math.sqrt(R*R+O*O))/(L+E))),f=y-I*a*(1-M),A=v+T*a*M,D=y+I*a*M,A=vk(A,vM(S,v)),D=vk(D,vM(C,y)),A=vM(A,vk(S,v)),D=vM(D,vk(C,y)),T=A-v,I=D-y,p=v-T*E/L,f=y-I*E/L,p=vk(p,vM(u,v)),f=vk(f,vM(c,y)),p=vM(p,vk(u,v)),f=vM(f,vk(c,y)),T=v-p,I=y-f,A=v+T*L/E,D=y+I*L/E}e.bezierCurveTo(d,h,p,f,v,y),d=A,h=D}else e.lineTo(v,y)}u=v,c=y,g+=o}return m}var vA=function(){this.smooth=0,this.smoothConstraint=!0},vD=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polyline",n}return(0,mk.ZT)(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new vA},t.prototype.buildPath=function(e,t){var n=t.points,r=0,i=n.length/2;if(t.connectNulls){for(;i>0&&vT(n[2*i-2],n[2*i-1]);i--);for(;r<i&&vT(n[2*r],n[2*r+1]);r++);}for(;r<i;)r+=vI(e,n,r,i,i,1,t.smooth,t.smoothMonotone,t.connectNulls)+1},t.prototype.getPointOn=function(e,t){this.path||(this.createPathProxy(),this.buildPath(this.path,this.shape));for(var n,r,i=this.path.data,o=vS.Z.CMD,a="x"===t,s=[],l=0;l<i.length;){var u=i[l++],c=void 0,d=void 0,h=void 0,p=void 0,f=void 0,g=void 0,m=void 0;switch(u){case o.M:n=i[l++],r=i[l++];break;case o.L:if(c=i[l++],d=i[l++],(m=a?(e-n)/(c-n):(e-r)/(d-r))<=1&&m>=0){var v=a?(d-r)*m+r:(c-n)*m+n;return a?[e,v]:[v,e]}n=c,r=d;break;case o.C:c=i[l++],d=i[l++],h=i[l++],p=i[l++],f=i[l++],g=i[l++];var y=a?(0,vC.kD)(n,c,h,f,e,s):(0,vC.kD)(r,d,p,g,e,s);if(y>0)for(var x=0;x<y;x++){var b=s[x];if(b<=1&&b>=0){var v=a?(0,vC.af)(r,d,p,g,b):(0,vC.af)(n,c,h,f,b);return a?[e,v]:[v,e]}}n=f,r=g}}},t}(mP.ZP),vP=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t}(vA),vR=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polygon",n}return(0,mk.ZT)(t,e),t.prototype.getDefaultShape=function(){return new vP},t.prototype.buildPath=function(e,t){var n=t.points,r=t.stackedOnPoints,i=0,o=n.length/2,a=t.smoothMonotone;if(t.connectNulls){for(;o>0&&vT(n[2*o-2],n[2*o-1]);o--);for(;i<o&&vT(n[2*i],n[2*i+1]);i++);}for(;i<o;){var s=vI(e,n,i,o,o,1,t.smooth,a,t.connectNulls);vI(e,r,i+s-1,s,o,-1,t.stackedOnSmooth,a,t.connectNulls),i+=s+1,e.closePath()}},t}(mP.ZP),v_=n(814),vO=n(4411);function vE(e,t){if(e.length===t.length){for(var n=0;n<e.length;n++)if(e[n]!==t[n])return;return!0}}function vL(e){for(var t=1/0,n=1/0,r=-1/0,i=-1/0,o=0;o<e.length;){var a=e[o++],s=e[o++];isNaN(a)||(t=Math.min(a,t),r=Math.max(a,r)),isNaN(s)||(n=Math.min(s,n),i=Math.max(s,i))}return[[t,n],[r,i]]}function vZ(e,t){var n=vL(e),r=n[0],i=n[1],o=vL(t),a=o[0],s=o[1];return Math.max(Math.abs(r[0]-a[0]),Math.abs(r[1]-a[1]),Math.abs(i[0]-s[0]),Math.abs(i[1]-s[1]))}function vB(e){return mo.hj(e)?e:.5*!!e}function vN(e,t,n,r){var i=t.getBaseAxis(),o=+("x"!==i.dim&&"radius"!==i.dim),a=[],s=0,l=[],u=[],c=[],d=[];if(r){for(s=0;s<e.length;s+=2)isNaN(e[s])||isNaN(e[s+1])||d.push(e[s],e[s+1]);e=d}for(s=0;s<e.length-2;s+=2)switch(c[0]=e[s+2],c[1]=e[s+3],u[0]=e[s],u[1]=e[s+1],a.push(u[0],u[1]),n){case"end":l[o]=c[o],l[1-o]=u[1-o],a.push(l[0],l[1]);break;case"middle":var h=(u[o]+c[o])/2,p=[];l[o]=p[o]=h,l[1-o]=u[1-o],p[1-o]=c[1-o],a.push(l[0],l[1]),a.push(p[0],p[1]);break;default:l[o]=u[o],l[1-o]=c[1-o],a.push(l[0],l[1])}return a.push(e[s++],e[s++]),a}function vz(e,t){return[e[2*t],e[2*t+1]]}function vF(e){if(e.get(["endLabel","show"]))return!0;for(var t=0;t<mB.L1.length;t++)if(e.get([mB.L1[t],"endLabel","show"]))return!0;return!1}function vj(e,t,n,r){if(!(0,mG.H)(t,"cartesian2d"))return mj(t,n,r);var i=r.getModel("endLabel"),o=i.get("valueAnimation"),a=r.getData(),s={lastFrameIndex:0},l=vF(r)?function(n,r){e._endLabelOnDuring(n,r,a,s,o,i,t)}:null,u=t.getBaseAxis().isHorizontal(),c=mF(t,n,r,function(){var t=e._endLabel;t&&n&&null!=s.originalX&&t.attr({x:s.originalX,y:s.originalY})},l);if(!r.get("clip",!0)){var d=c.shape,h=Math.max(d.width,d.height);u?(d.y-=h,d.height+=2*h):(d.x-=h,d.width+=2*h)}return l&&l(1,c),c}var vV=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.init=function(){var e=new mR.Z,t=new vm;this.group.add(t.group),this._symbolDraw=t,this._lineGroup=e},t.prototype.render=function(e,t,n){var r,i=this,o=e.coordinateSystem,a=this.group,s=e.getData(),l=e.getModel("lineStyle"),u=e.getModel("areaStyle"),c=s.getLayout("points")||[],d="polar"===o.type,h=this._coordSys,p=this._symbolDraw,f=this._polyline,g=this._polygon,m=this._lineGroup,v=!t.ssr&&e.get("animation"),y=!u.isEmpty(),x=u.get("origin"),b=vv(o,s,x),w=y&&function(e,t,n){if(!n.valueDim)return[];for(var r=t.count(),i=md(2*r),o=0;o<r;o++){var a=vy(n,e,t,o);i[2*o]=a[0],i[2*o+1]=a[1]}return i}(o,s,b),S=e.get("showSymbol"),C=e.get("connectNulls"),k=S&&!d&&function(e,t,n){var r=e.get("showAllSymbol"),i="auto"===r;if(!r||i){var o=n.getAxesByScale("ordinal")[0];if(o&&!(i&&function(e,t){var n=e.getExtent(),r=Math.abs(n[1]-n[0])/e.scale.count();isNaN(r)&&(r=0);for(var i=t.count(),o=Math.max(1,Math.round(i/5)),a=0;a<i;a+=o)if(1.5*vd.getSymbolSize(t,a)[+!!e.isHorizontal()]>r)return!1;return!0}(o,t))){var a=t.mapDimension(o.dim),s={};return mo.S6(o.getViewLabels(),function(e){s[o.scale.getRawOrdinalNumber(e.tickValue)]=1}),function(e){return!s.hasOwnProperty(t.get(a,e))}}}}(e,s,o),M=this._data;M&&M.eachItemGraphicEl(function(e,t){e.__temp&&(a.remove(e),M.setItemGraphicEl(t,null))}),S||p.remove(),a.add(m);var T=!d&&e.get("step");o&&o.getArea&&e.get("clip",!0)&&(null!=(r=o.getArea()).width?(r.x-=.1,r.y-=.1,r.width+=.2,r.height+=.2):r.r0&&(r.r0-=.5,r.r+=.5)),this._clipShapeForSymbol=r;var I=function(e,t,n){var r,i,o=e.getVisual("visualMeta");if(o&&o.length&&e.count()){if("cartesian2d"!==t.type)return;for(var a=o.length-1;a>=0;a--){var s=e.getDimensionInfo(o[a].dimension);if("x"===(r=s&&s.coordDim)||"y"===r){i=o[a];break}}if(!i)return;var l=t.getAxis(r),u=mo.UI(i.stops,function(e){return{coord:l.toGlobalCoord(l.dataToCoord(e.value)),color:e.color}}),c=u.length,d=i.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),d.reverse());var h=function(e,t){var n,r,i=[],o=e.length;function a(e,t,n){var r=e.coord,i=(n-r)/(t.coord-r);return{coord:n,color:(0,vO.t7)(i,[e.color,t.color])}}for(var s=0;s<o;s++){var l=e[s],u=l.coord;if(u<0)n=l;else if(u>t){r?i.push(a(r,l,t)):n&&i.push(a(n,l,0),a(n,l,t));break}else n&&(i.push(a(n,l,0)),n=null),i.push(l),r=l}return i}(u,"x"===r?n.getWidth():n.getHeight()),p=h.length;if(!p&&c)return u[0].coord<0?d[1]?d[1]:u[c-1].color:d[0]?d[0]:u[0].color;var f=h[0].coord-10,g=h[p-1].coord+10,m=g-f;if(m<.001)return"transparent";mo.S6(h,function(e){e.offset=(e.coord-f)/m}),h.push({offset:p?h[p-1].offset:.5,color:d[1]||"transparent"}),h.unshift({offset:p?h[0].offset:.5,color:d[0]||"transparent"});var v=new vx.Z(0,0,0,0,h,!0);return v[r]=f,v[r+"2"]=g,v}}(s,o,n)||s.getVisual("style")[s.getVisual("drawType")];if(f&&h.type===o.type&&T===this._step){y&&!g?g=this._newPolygon(c,w):g&&!y&&(m.remove(g),g=this._polygon=null),d||this._initOrUpdateEndLabel(e,o,(0,v_.Lz)(I));var A=m.getClipPath();if(A){var D=vj(this,o,!1,e);mO.KZ(A,{shape:D.shape},e)}else m.setClipPath(vj(this,o,!0,e));S&&p.updateData(s,{isIgnore:k,clipShape:r,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),vE(this._stackedOnPoints,w)&&vE(this._points,c)||(v?this._doUpdateAnimation(s,w,o,n,T,x,C):(T&&(c=vN(c,o,T,C),w&&(w=vN(w,o,T,C))),f.setShape({points:c}),g&&g.setShape({points:c,stackedOnPoints:w})))}else S&&p.updateData(s,{isIgnore:k,clipShape:r,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),v&&this._initSymbolLabelAnimation(s,o,r),T&&(c=vN(c,o,T,C),w&&(w=vN(w,o,T,C))),f=this._newPolyline(c),y?g=this._newPolygon(c,w):g&&(m.remove(g),g=this._polygon=null),d||this._initOrUpdateEndLabel(e,o,(0,v_.Lz)(I)),m.setClipPath(vj(this,o,!0,e));var P=e.getModel("emphasis"),R=P.get("focus"),_=P.get("blurScope"),O=P.get("disabled");f.useStyle(mo.ce(l.getLineStyle(),{fill:"none",stroke:I,lineJoin:"bevel"})),(0,mB.WO)(f,e,"lineStyle"),f.style.lineWidth>0&&"bolder"===e.get(["emphasis","lineStyle","width"])&&(f.getState("emphasis").style.lineWidth=+f.style.lineWidth+1),(0,mZ.A)(f).seriesIndex=e.seriesIndex,(0,mB.k5)(f,R,_,O);var E=vB(e.get("smooth")),L=e.get("smoothMonotone");if(f.setShape({smooth:E,smoothMonotone:L,connectNulls:C}),g){var Z=s.getCalculationInfo("stackedOnSeries"),B=0;g.useStyle(mo.ce(u.getAreaStyle(),{fill:I,opacity:.7,lineJoin:"bevel",decal:s.getVisual("style").decal})),Z&&(B=vB(Z.get("smooth"))),g.setShape({smooth:E,stackedOnSmooth:B,smoothMonotone:L,connectNulls:C}),(0,mB.WO)(g,e,"areaStyle"),(0,mZ.A)(g).seriesIndex=e.seriesIndex,(0,mB.k5)(g,R,_,O)}var N=function(e){i._changePolyState(e)};s.eachItemGraphicEl(function(e){e&&(e.onHoverStateChange=N)}),this._polyline.onHoverStateChange=N,this._data=s,this._coordSys=o,this._stackedOnPoints=w,this._points=c,this._step=T,this._valueOrigin=x,e.get("triggerLineEvent")&&(this.packEventData(e,f),g&&this.packEventData(e,g))},t.prototype.packEventData=function(e,t){(0,mZ.A)(t).eventData={componentType:"series",componentSubType:"line",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"line"}},t.prototype.highlight=function(e,t,n,r){var i=e.getData(),o=vw.gO(i,r);if(this._changePolyState("emphasis"),o instanceof Array||null==o||!(o>=0))mW.Z.prototype.highlight.call(this,e,t,n,r);else{var a=i.getLayout("points"),s=i.getItemGraphicEl(o);if(!s){var l=a[2*o],u=a[2*o+1];if(isNaN(l)||isNaN(u)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=e.get("zlevel")||0,d=e.get("z")||0;(s=new vd(i,o)).x=l,s.y=u,s.setZ(c,d);var h=s.getSymbolPath().getTextContent();h&&(h.zlevel=c,h.z=d,h.z2=this._polyline.z2+1),s.__temp=!0,i.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}},t.prototype.downplay=function(e,t,n,r){var i=e.getData(),o=vw.gO(i,r);if(this._changePolyState("normal"),null!=o&&o>=0){var a=i.getItemGraphicEl(o);a&&(a.__temp?(i.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else mW.Z.prototype.downplay.call(this,e,t,n,r)},t.prototype._changePolyState=function(e){var t=this._polygon;(0,mB.Gl)(this._polyline,e),t&&(0,mB.Gl)(t,e)},t.prototype._newPolyline=function(e){var t=this._polyline;return t&&this._lineGroup.remove(t),t=new vD({shape:{points:e},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(t),this._polyline=t,t},t.prototype._newPolygon=function(e,t){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new vR({shape:{points:e,stackedOnPoints:t},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},t.prototype._initSymbolLabelAnimation=function(e,t,n){var r,i,o=t.getBaseAxis(),a=o.inverse;"cartesian2d"===t.type?(r=o.isHorizontal(),i=!1):"polar"===t.type&&(r="angle"===o.dim,i=!0);var s=e.hostModel,l=s.get("animationDuration");mo.mf(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=mo.mf(u)?u(null):u;e.eachItemGraphicEl(function(e,o){if(e){var s=[e.x,e.y],d=void 0,h=void 0,p=void 0;if(n)if(i){var f=t.pointToCoord(s);r?(d=n.startAngle,h=n.endAngle,p=-f[1]/180*Math.PI):(d=n.r0,h=n.r,p=f[0])}else r?(d=n.x,h=n.x+n.width,p=e.x):(d=n.y+n.height,h=n.y,p=e.y);var g=h===d?0:(p-d)/(h-d);a&&(g=1-g);var m=mo.mf(u)?u(o):l*g+c,v=e.getSymbolPath(),y=v.getTextContent();e.attr({scaleX:0,scaleY:0}),e.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:m}),y&&y.animateFrom({style:{opacity:0}},{duration:300,delay:m}),v.disableLabelAnimation=!0}})},t.prototype._initOrUpdateEndLabel=function(e,t,n){var r=e.getModel("endLabel");if(vF(e)){var i,o,a,s=e.getData(),l=this._polyline,u=s.getLayout("points");if(!u){l.removeTextContent(),this._endLabel=null;return}var c=this._endLabel;c||((c=this._endLabel=new vb.ZP({z2:200})).ignoreClip=!0,l.setTextContent(this._endLabel),l.disableLabelAnimation=!0);var d=function(e){for(var t,n,r=e.length/2;r>0&&(t=e[2*r-2],n=e[2*r-1],isNaN(t)||isNaN(n));r--);return r-1}(u);d>=0&&((0,mN.ni)(l,(0,mN.k3)(e,"endLabel"),{inheritColor:n,labelFetcher:e,labelDataIndex:d,defaultText:function(e,t,n){return null!=n?mY(s,n):mU(s,e)},enableTextSetter:!0},(o=(i=t.getBaseAxis()).isHorizontal(),a=i.inverse,{normal:{align:r.get("align")||(o?a?"right":"left":"center"),verticalAlign:r.get("verticalAlign")||(o?"middle":a?"top":"bottom")}})),l.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},t.prototype._endLabelOnDuring=function(e,t,n,r,i,o,a){var s=this._endLabel,l=this._polyline;if(s){e<1&&null==r.originalX&&(r.originalX=s.x,r.originalY=s.y);var u=n.getLayout("points"),c=n.hostModel,d=c.get("connectNulls"),h=o.get("precision"),p=o.get("distance")||0,f=a.getBaseAxis(),g=f.isHorizontal(),m=f.inverse,v=t.shape,y=m?g?v.x:v.y+v.height:g?v.x+v.width:v.y,x=(g?p:0)*(m?-1:1),b=(g?0:-p)*(m?-1:1),w=g?"x":"y",S=function(e,t,n){for(var r,i,o=e.length/2,a=+("x"!==n),s=0,l=-1,u=0;u<o;u++)if(!(isNaN(i=e[2*u+a])||isNaN(e[2*u+1-a]))){if(0===u){r=i;continue}if(r<=t&&i>=t||r>=t&&i<=t){l=u;break}s=u,r=i}return{range:[s,l],t:(t-r)/(i-r)}}(u,y,w),C=S.range,k=C[1]-C[0],M=void 0;if(k>=1){if(k>1&&!d){var T=vz(u,C[0]);s.attr({x:T[0]+x,y:T[1]+b}),i&&(M=c.getRawValue(C[0]))}else{var T=l.getPointOn(y,w);T&&s.attr({x:T[0]+x,y:T[1]+b});var I=c.getRawValue(C[0]),A=c.getRawValue(C[1]);i&&(M=vw.pk(n,h,I,A,S.t))}r.lastFrameIndex=C[0]}else{var D=1===e||r.lastFrameIndex>0?C[0]:0,T=vz(u,D);i&&(M=c.getRawValue(D)),s.attr({x:T[0]+x,y:T[1]+b})}if(i){var P=(0,mN.qA)(s);"function"==typeof P.setLabelText&&P.setLabelText(M)}}},t.prototype._doUpdateAnimation=function(e,t,n,r,i,o,a){var s=this._polyline,l=this._polygon,u=e.hostModel,c=function(e,t,n,r,i,o,a,s){for(var l,u=(l=[],t.diff(e).add(function(e){l.push({cmd:"+",idx:e})}).update(function(e,t){l.push({cmd:"=",idx:t,idx1:e})}).remove(function(e){l.push({cmd:"-",idx:e})}).execute(),l),c=[],d=[],h=[],p=[],f=[],g=[],m=[],v=vv(i,t,a),y=e.getLayout("points")||[],x=t.getLayout("points")||[],b=0;b<u.length;b++){var w=u[b],S=!0,C=void 0,k=void 0;switch(w.cmd){case"=":C=2*w.idx,k=2*w.idx1;var M=y[C],T=y[C+1],I=x[k],A=x[k+1];(isNaN(M)||isNaN(T))&&(M=I,T=A),c.push(M,T),d.push(I,A),h.push(n[C],n[C+1]),p.push(r[k],r[k+1]),m.push(t.getRawIndex(w.idx1));break;case"+":var D=w.idx,P=v.dataDimsForPoint,R=i.dataToPoint([t.get(P[0],D),t.get(P[1],D)]);k=2*D,c.push(R[0],R[1]),d.push(x[k],x[k+1]);var _=vy(v,i,t,D);h.push(_[0],_[1]),p.push(r[k],r[k+1]),m.push(t.getRawIndex(D));break;case"-":S=!1}S&&(f.push(w),g.push(g.length))}g.sort(function(e,t){return m[e]-m[t]});for(var O=c.length,E=md(O),L=md(O),Z=md(O),B=md(O),N=[],b=0;b<g.length;b++){var z=g[b],F=2*b,j=2*z;E[F]=c[j],E[F+1]=c[j+1],L[F]=d[j],L[F+1]=d[j+1],Z[F]=h[j],Z[F+1]=h[j+1],B[F]=p[j],B[F+1]=p[j+1],N[b]=f[z]}return{current:E,next:L,stackedOnCurrent:Z,stackedOnNext:B,status:N}}(this._data,e,this._stackedOnPoints,t,this._coordSys,0,this._valueOrigin,0),d=c.current,h=c.stackedOnCurrent,p=c.next,f=c.stackedOnNext;if(i&&(d=vN(c.current,n,i,a),h=vN(c.stackedOnCurrent,n,i,a),p=vN(c.next,n,i,a),f=vN(c.stackedOnNext,n,i,a)),vZ(d,p)>3e3||l&&vZ(h,f)>3e3){s.stopAnimation(),s.setShape({points:p}),l&&(l.stopAnimation(),l.setShape({points:p,stackedOnPoints:f}));return}s.shape.__points=c.current,s.shape.points=d;var g={shape:{points:p}};c.current!==d&&(g.shape.__points=c.next),s.stopAnimation(),mO.D(s,g,u),l&&(l.setShape({points:d,stackedOnPoints:h}),l.stopAnimation(),mO.D(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var m=[],v=c.status,y=0;y<v.length;y++)if("="===v[y].cmd){var x=e.getItemGraphicEl(v[y].idx1);x&&m.push({el:x,ptIdx:y})}s.animators&&s.animators.length&&s.animators[0].during(function(){l&&l.dirtyShape();for(var e=s.shape.__points,t=0;t<m.length;t++){var n=m[t].el,r=2*m[t].ptIdx;n.x=e[r],n.y=e[r+1],n.markRedraw()}})},t.prototype.remove=function(e){var t=this.group,n=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),n&&n.eachItemGraphicEl(function(e,r){e.__temp&&(t.remove(e),n.setItemGraphicEl(r,null))}),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._endLabel=this._data=null},t.type="line",t}(mW.Z);function vH(e,t){return{seriesType:e,plan:(0,ml.Z)(),reset:function(e){var n=e.getData(),r=e.coordinateSystem,i=e.pipelineContext,o=t||i.large;if(r){var a=(0,mo.UI)(r.dimensions,function(e){return n.mapDimension(e)}).slice(0,2),s=a.length,l=n.getCalculationInfo("stackResultDimension");(0,ms.M)(n,a[0])&&(a[0]=l),(0,ms.M)(n,a[1])&&(a[1]=l);var u=n.getStore(),c=n.getDimensionIndex(a[0]),d=n.getDimensionIndex(a[1]);return s&&{progress:function(e,t){for(var n=e.end-e.start,i=o&&md(n*s),a=[],l=[],h=e.start,p=0;h<e.end;h++){var f=void 0;if(1===s){var g=u.get(c,h);f=r.dataToPoint(g,null,l)}else a[0]=u.get(c,h),a[1]=u.get(d,h),f=r.dataToPoint(a,null,l);o?(i[p++]=f[0],i[p++]=f[1]):t.setItemLayout(h,f.slice())}o&&t.setLayout("points",i)}}}}}}var v$=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},vW=function(e){function t(t){var n=e.call(this,t)||this;return n.type="pointer",n}return(0,mk.ZT)(t,e),t.prototype.getDefaultShape=function(){return new v$},t.prototype.buildPath=function(e,t){var n=Math.cos,r=Math.sin,i=t.r,o=t.width,a=t.angle,s=t.x-n(a)*o*(o>=i/3?1:2),l=t.y-r(a)*o*(o>=i/3?1:2);a=t.angle-Math.PI/2,e.moveTo(s,l),e.lineTo(t.x+n(a)*o,t.y+r(a)*o),e.lineTo(t.x+n(t.angle)*i,t.y+r(t.angle)*i),e.lineTo(t.x-n(a)*o,t.y-r(a)*o),e.lineTo(s,l)},t}(mP.ZP),vG=n(2859);function vq(e,t){var n=null==e?"":e+"";return t&&((0,mo.HD)(t)?n=t.replace("{value}",n):(0,mo.mf)(t)&&(n=t(e))),n}var vU=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n){this.group.removeAll();var r,i,o=e.get(["axisLine","lineStyle","color"]),a=(r=e.get("center"),i=Math.min(n.getWidth(),n.getHeight()),{cx:(0,ma.GM)(r[0],n.getWidth()),cy:(0,ma.GM)(r[1],n.getHeight()),r:(0,ma.GM)(e.get("radius"),i/2)});this._renderMain(e,t,n,o,a),this._data=e.getData()},t.prototype.dispose=function(){},t.prototype._renderMain=function(e,t,n,r,i){var o=this.group,a=e.get("clockwise"),s=-e.get("startAngle")/180*Math.PI,l=-e.get("endAngle")/180*Math.PI,u=e.getModel("axisLine"),c=u.get("roundCap")?m$:mL.C,d=u.get("show"),h=u.getModel("lineStyle"),p=h.get("width"),f=[s,l];(0,vS.L)(f,!a),s=f[0];for(var g=(l=f[1])-s,m=s,v=[],y=0;d&&y<r.length;y++){var x=new c({shape:{startAngle:m,endAngle:l=s+g*Math.min(Math.max(r[y][0],0),1),cx:i.cx,cy:i.cy,clockwise:a,r0:i.r-p,r:i.r},silent:!0});x.setStyle({fill:r[y][1]}),x.setStyle(h.getLineStyle(["color","width"])),v.push(x),m=l}v.reverse(),(0,mo.S6)(v,function(e){return o.add(e)});var b=function(e){var t;if(e<=0)return r[0][1];for(t=0;t<r.length;t++)if(r[t][0]>=e&&(0===t?0:r[t-1][0])<e)return r[t][1];return r[t-1][1]};this._renderTicks(e,t,n,b,i,s,l,a,p),this._renderTitleAndDetail(e,t,n,b,i),this._renderAnchor(e,i),this._renderPointer(e,t,n,b,i,s,l,a,p)},t.prototype._renderTicks=function(e,t,n,r,i,o,a,s,l){for(var u,c,d=this.group,h=i.cx,p=i.cy,f=i.r,g=+e.get("min"),m=+e.get("max"),v=e.getModel("splitLine"),y=e.getModel("axisTick"),x=e.getModel("axisLabel"),b=e.get("splitNumber"),w=y.get("splitNumber"),S=(0,ma.GM)(v.get("length"),f),C=(0,ma.GM)(y.get("length"),f),k=o,M=(a-o)/b,T=M/w,I=v.getModel("lineStyle").getLineStyle(),A=y.getModel("lineStyle").getLineStyle(),D=v.get("distance"),P=0;P<=b;P++){if(u=Math.cos(k),c=Math.sin(k),v.get("show")){var R=D?D+l:l,_=new vG.Z({shape:{x1:u*(f-R)+h,y1:c*(f-R)+p,x2:u*(f-S-R)+h,y2:c*(f-S-R)+p},style:I,silent:!0});"auto"===I.stroke&&_.setStyle({stroke:r(P/b)}),d.add(_)}if(x.get("show")){var R=x.get("distance")+D,O=vq((0,ma.NM)(P/b*(m-g)+g),x.get("formatter")),E=r(P/b),L=u*(f-S-R)+h,Z=c*(f-S-R)+p,B=x.get("rotate"),N=0;"radial"===B?(N=-k+2*Math.PI)>Math.PI/2&&(N+=Math.PI):"tangential"===B?N=-k-Math.PI/2:(0,mo.hj)(B)&&(N=B*Math.PI/180),0===N?d.add(new vb.ZP({style:(0,mN.Lr)(x,{text:O,x:L,y:Z,verticalAlign:c<-.8?"top":c>.8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:E}),silent:!0})):d.add(new vb.ZP({style:(0,mN.Lr)(x,{text:O,x:L,y:Z,verticalAlign:"middle",align:"center"},{inheritColor:E}),silent:!0,originX:L,originY:Z,rotation:N}))}if(y.get("show")&&P!==b){var R=y.get("distance");R=R?R+l:l;for(var z=0;z<=w;z++){u=Math.cos(k),c=Math.sin(k);var F=new vG.Z({shape:{x1:u*(f-R)+h,y1:c*(f-R)+p,x2:u*(f-C-R)+h,y2:c*(f-C-R)+p},silent:!0,style:A});"auto"===A.stroke&&F.setStyle({stroke:r((P+z/w)/b)}),d.add(F),k+=T}k-=T}else k+=M}},t.prototype._renderPointer=function(e,t,n,r,i,o,a,s,l){var u=this.group,c=this._data,d=this._progressEls,h=[],p=e.get(["pointer","show"]),f=e.getModel("progress"),g=f.get("show"),m=e.getData(),v=m.mapDimension("value"),y=+e.get("min"),x=+e.get("max"),b=[y,x],w=[o,a];function S(t,n){var r,o=m.getItemModel(t).getModel("pointer"),a=(0,ma.GM)(o.get("width"),i.r),s=(0,ma.GM)(o.get("length"),i.r),l=e.get(["pointer","icon"]),u=o.get("offsetCenter"),c=(0,ma.GM)(u[0],i.r),d=(0,ma.GM)(u[1],i.r),h=o.get("keepAspect");return(r=l?(0,vl.th)(l,c-a/2,d-s,a,s,null,h):new vW({shape:{angle:-Math.PI/2,width:a,r:s,x:c,y:d}})).rotation=-(n+Math.PI/2),r.x=i.cx,r.y=i.cy,r}function C(e,t){var n=f.get("roundCap")?m$:mL.C,r=f.get("overlap"),a=r?f.get("width"):l/m.count(),u=r?i.r-a:i.r-(e+1)*a,c=r?i.r:i.r-e*a,d=new n({shape:{startAngle:o,endAngle:t,cx:i.cx,cy:i.cy,clockwise:s,r0:u,r:c}});return r&&(d.z2=x-m.get(v,e)%x),d}(g||p)&&(m.diff(c).add(function(t){var n=m.get(v,t);if(p){var r=S(t,o);mO.KZ(r,{rotation:-((isNaN(+n)?w[0]:(0,ma.NU)(n,b,w,!0))+Math.PI/2)},e),u.add(r),m.setItemGraphicEl(t,r)}if(g){var i=C(t,o),a=f.get("clip");mO.KZ(i,{shape:{endAngle:(0,ma.NU)(n,b,w,a)}},e),u.add(i),(0,mZ.Q)(e.seriesIndex,m.dataType,t,i),h[t]=i}}).update(function(t,n){var r=m.get(v,t);if(p){var i=c.getItemGraphicEl(n),a=i?i.rotation:o,s=S(t,a);s.rotation=a,mO.D(s,{rotation:-((isNaN(+r)?w[0]:(0,ma.NU)(r,b,w,!0))+Math.PI/2)},e),u.add(s),m.setItemGraphicEl(t,s)}if(g){var l=d[n],y=C(t,l?l.shape.endAngle:o),x=f.get("clip");mO.D(y,{shape:{endAngle:(0,ma.NU)(r,b,w,x)}},e),u.add(y),(0,mZ.Q)(e.seriesIndex,m.dataType,t,y),h[t]=y}}).execute(),m.each(function(e){var t=m.getItemModel(e),n=t.getModel("emphasis"),i=n.get("focus"),o=n.get("blurScope"),a=n.get("disabled");if(p){var s=m.getItemGraphicEl(e),l=m.getItemVisual(e,"style"),u=l.fill;if(s instanceof vc.ZP){var c=s.style;s.useStyle((0,mo.l7)({image:c.image,x:c.x,y:c.y,width:c.width,height:c.height},l))}else s.useStyle(l),"pointer"!==s.type&&s.setColor(u);s.setStyle(t.getModel(["pointer","itemStyle"]).getItemStyle()),"auto"===s.style.fill&&s.setStyle("fill",r((0,ma.NU)(m.get(v,e),b,[0,1],!0))),s.z2EmphasisLift=0,(0,mB.WO)(s,t),(0,mB.k5)(s,i,o,a)}if(g){var d=h[e];d.useStyle(m.getItemVisual(e,"style")),d.setStyle(t.getModel(["progress","itemStyle"]).getItemStyle()),d.z2EmphasisLift=0,(0,mB.WO)(d,t),(0,mB.k5)(d,i,o,a)}}),this._progressEls=h)},t.prototype._renderAnchor=function(e,t){var n=e.getModel("anchor");if(n.get("show")){var r=n.get("size"),i=n.get("icon"),o=n.get("offsetCenter"),a=n.get("keepAspect"),s=(0,vl.th)(i,t.cx-r/2+(0,ma.GM)(o[0],t.r),t.cy-r/2+(0,ma.GM)(o[1],t.r),r,r,null,a);s.z2=+!!n.get("showAbove"),s.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(s)}},t.prototype._renderTitleAndDetail=function(e,t,n,r,i){var o=this,a=e.getData(),s=a.mapDimension("value"),l=+e.get("min"),u=+e.get("max"),c=new mR.Z,d=[],h=[],p=e.isAnimationEnabled(),f=e.get(["pointer","showAbove"]);a.diff(this._data).add(function(e){d[e]=new vb.ZP({silent:!0}),h[e]=new vb.ZP({silent:!0})}).update(function(e,t){d[e]=o._titleEls[t],h[e]=o._detailEls[t]}).execute(),a.each(function(t){var n=a.getItemModel(t),o=a.get(s,t),g=new mR.Z,m=r((0,ma.NU)(o,[l,u],[0,1],!0)),v=n.getModel("title");if(v.get("show")){var y=v.get("offsetCenter"),x=i.cx+(0,ma.GM)(y[0],i.r),b=i.cy+(0,ma.GM)(y[1],i.r),w=d[t];w.attr({z2:2*!f,style:(0,mN.Lr)(v,{x:x,y:b,text:a.getName(t),align:"center",verticalAlign:"middle"},{inheritColor:m})}),g.add(w)}var S=n.getModel("detail");if(S.get("show")){var C=S.get("offsetCenter"),k=i.cx+(0,ma.GM)(C[0],i.r),M=i.cy+(0,ma.GM)(C[1],i.r),T=(0,ma.GM)(S.get("width"),i.r),I=(0,ma.GM)(S.get("height"),i.r),A=e.get(["progress","show"])?a.getItemVisual(t,"style").fill:m,w=h[t],D=S.get("formatter");w.attr({z2:2*!f,style:(0,mN.Lr)(S,{x:k,y:M,text:vq(o,D),width:isNaN(T)?null:T,height:isNaN(I)?null:I,align:"center",verticalAlign:"middle"},{inheritColor:A})}),(0,mN.pe)(w,{normal:S},o,function(e){return vq(e,D)}),p&&(0,mN.tD)(w,t,a,e,{getFormattedLabel:function(e,t,n,r,i,a){return vq(a?a.interpolatedValue:o,D)}}),g.add(w)}c.add(g)}),this.group.add(c),this._titleEls=d,this._detailEls=h},t.type="gauge",t}(mW.Z),vY=n(6904),vX=n(3208);function vK(e,t,n){t=(0,mo.kJ)(t)&&{coordDimensions:t}||(0,mo.l7)({encodeDefine:e.getEncode()},t);var r=e.getSource(),i=(0,vY.Z)(r,t).dimensions,o=new vX.Z(i,e);return o.initData(r,n),o}var vQ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.visualStyleAccessPath="itemStyle",n}return(0,mk.ZT)(t,e),t.prototype.getInitialData=function(e,t){return vK(this,["value"])},t.type="series.gauge",t.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},t}(mM.Z),vJ=n(2914),v0=n(651),v1=2*Math.PI,v2=Math.PI/180;function v5(e,t){return v0.ME(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function v3(e,t){var n,r,i=v5(e,t),o=e.get("center"),a=e.get("radius");mo.kJ(a)||(a=[0,a]);var s=(0,ma.GM)(i.width,t.getWidth()),l=(0,ma.GM)(i.height,t.getHeight()),u=Math.min(s,l),c=(0,ma.GM)(a[0],u/2),d=(0,ma.GM)(a[1],u/2),h=e.coordinateSystem;if(h){var p=h.dataToPoint(o);n=p[0]||0,r=p[1]||0}else mo.kJ(o)||(o=[o,o]),n=(0,ma.GM)(o[0],s)+i.x,r=(0,ma.GM)(o[1],l)+i.y;return{cx:n,cy:r,r0:c,r:d}}function v4(e,t,n){t.eachSeriesByType(e,function(e){var t=e.getData(),r=t.mapDimension("value"),i=v5(e,n),o=v3(e,n),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=-e.get("startAngle")*v2,d=e.get("endAngle"),h=e.get("padAngle")*v2;d="auto"===d?c-v1:-d*v2;var p=e.get("minAngle")*v2+h,f=0;t.each(r,function(e){!isNaN(e)&&f++});var g=t.getSum(r),m=Math.PI/(g||f)*2,v=e.get("clockwise"),y=e.get("roseType"),x=e.get("stillShowZeroSum"),b=t.getDataExtent(r);b[0]=0;var w=v?1:-1,S=[c,d],C=w*h/2;(0,vS.L)(S,!v),c=S[0];var k=Math.abs((d=S[1])-c),M=k,T=0,I=c;if(t.setLayout({viewRect:i,r:l}),t.each(r,function(e,n){if(isNaN(e))return void t.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:v,cx:a,cy:s,r0:u,r:y?NaN:l});(r="area"!==y?0===g&&x?m:e*m:k/f)<p?(r=p,M-=p):T+=e;var r,i=I+w*r,o=0,c=0;h>r?c=o=I+w*r/2:(o=I+C,c=i-C),t.setItemLayout(n,{angle:r,startAngle:o,endAngle:c,clockwise:v,cx:a,cy:s,r0:u,r:y?(0,ma.NU)(e,b,[u,l]):l}),I=i}),M<v1&&f)if(M<=.001){var A=k/f;t.each(r,function(e,n){if(!isNaN(e)){var r=t.getItemLayout(n);r.angle=A;var i=0,o=0;A<h?o=i=c+w*(n+.5)*A:(i=c+w*n*A+C,o=c+w*(n+1)*A-C),r.startAngle=i,r.endAngle=o}})}else m=M/T,I=c,t.each(r,function(e,n){if(!isNaN(e)){var r=t.getItemLayout(n),i=r.angle===p?p:e*m,o=0,a=0;i<h?a=o=I+w*i/2:(o=I+C,a=I+w*i-C),r.startAngle=o,r.endAngle=a,I+=w*i}})})}var v6=n(1099),v8=n(1145),v9=n(7605);function v7(e,t,n,r,i,o,a,s){var l=n-e,u=r-t,c=Math.sqrt(l*l+u*u),d=((i-e)*(l/=c)+(o-t)*(u/=c))/c;s&&(d=Math.min(Math.max(d,0),1)),d*=c;var h=a[0]=e+d*l,p=a[1]=t+d*u;return Math.sqrt((h-i)*(h-i)+(p-o)*(p-o))}vS.Z.CMD;var ye=new v8.Z,yt=new v8.Z,yn=new v8.Z,yr=new v8.Z,yi=new v8.Z,yo=[],ya=new v8.Z;function ys(e,t,n,r){var i="normal"===n,o=i?e:e.ensureState(n);o.ignore=t;var a=r.get("smooth");a&&!0===a&&(a=.3),o.shape=o.shape||{},a>0&&(o.shape.smooth=a);var s=r.getModel("lineStyle").getLineStyle();i?e.useStyle(s):o.style=s}function yl(e,t){var n=t.smooth,r=t.points;if(r)if(e.moveTo(r[0][0],r[0][1]),n>0&&r.length>=3){var i=v9.TK(r[0],r[1]),o=v9.TK(r[1],r[2]);if(!i||!o){e.lineTo(r[1][0],r[1][1]),e.lineTo(r[2][0],r[2][1]);return}var a=Math.min(i,o)*n,s=v9.t7([],r[1],r[0],a/i),l=v9.t7([],r[1],r[2],a/o),u=v9.t7([],s,l,.5);e.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),e.bezierCurveTo(l[0],l[1],l[0],l[1],r[2][0],r[2][1])}else for(var c=1;c<r.length;c++)e.lineTo(r[c][0],r[c][1])}var yu=n(8291),yc=n(9495),yd=Math.PI/180;function yh(e,t,n,r,i,o,a,s,l,u){if(!(e.length<2)){for(var c=e.length,d=0;d<c;d++)if("outer"===e[d].position&&"labelLine"===e[d].labelAlignTo){var h=e[d].label.x-u;e[d].linePoints[1][0]+=h,e[d].label.x=u}(function(e,t,n,r,i,o){var a,s,l,u=e.length;if(!(u<2)){e.sort(function(e,t){return e.rect.y-t.rect.y});for(var c=0,d=!1,h=[],p=0,f=0;f<u;f++){var g=e[f],m=g.rect;(a=m[t]-c)<0&&(m[t]-=a,g.label[t]-=a,d=!0);var v=Math.max(-a,0);h.push(v),p+=v,c=m[t]+m[n]}p>0&&o&&S(-p/u,0,u);var y=e[0],x=e[u-1];return b(),s<0&&C(-s,.8),l<0&&C(l,.8),b(),w(s,l,1),w(l,s,-1),b(),s<0&&k(-s),l<0&&k(l),d}function b(){s=y.rect[t]-r,l=i-x.rect[t]-x.rect[n]}function w(e,t,n){if(e<0){var r=Math.min(t,-e);if(r>0){S(r*n,0,u);var i=r+e;i<0&&C(-i*n,1)}else C(-e*n,1)}}function S(n,r,i){0!==n&&(d=!0);for(var o=r;o<i;o++){var a=e[o],s=a.rect;s[t]+=n,a.label[t]+=n}}function C(r,i){for(var o=[],a=0,s=1;s<u;s++){var l=e[s-1].rect,c=Math.max(e[s].rect[t]-l[t]-l[n],0);o.push(c),a+=c}if(a){var d=Math.min(Math.abs(r)/a,i);if(r>0)for(var s=0;s<u-1;s++){var h=o[s]*d;S(h,0,s+1)}else for(var s=u-1;s>0;s--){var h=o[s-1]*d;S(-h,s,u)}}}function k(e){for(var t=e<0?-1:1,n=Math.ceil((e=Math.abs(e))/(u-1)),r=0;r<u-1;r++)if(t>0?S(n,0,r+1):S(-n,u-r-1,u),(e-=n)<=0)return}})(e,"y","height",l,l+a,void 0)&&function(e){for(var o={list:[],maxY:0},a={list:[],maxY:0},s=0;s<e.length;s++)if("none"===e[s].labelAlignTo){var l=e[s],u=l.label.y>n?a:o,c=Math.abs(l.label.y-n);if(c>=u.maxY){var d=l.label.x-t-l.len2*i,h=r+l.len;u.rB=Math.abs(d)<h?Math.sqrt(c*c/(1-d*d/h/h)):h,u.maxY=c}u.list.push(l)}p(o),p(a)}(e)}function p(e){for(var o=e.rB,a=o*o,s=0;s<e.list.length;s++){var l=e.list[s],u=Math.abs(l.label.y-n),c=r+l.len,d=t+(Math.sqrt(c*c*(1-Math.abs(u*u/a)))+l.len2)*i,h=d-l.label.x,p=l.targetTextWidth-h*i;yp(l,p,!0),l.label.x=d}}}function yp(e,t,n){if(void 0===n&&(n=!1),null==e.labelStyleWidth){var r=e.label,i=r.style,o=e.rect,a=i.backgroundColor,s=i.padding,l=s?s[1]+s[3]:0,u=i.overflow,c=o.width+(a?0:l);if(t<c||n){var d=o.height;if(u&&u.match("break")){r.setStyle("backgroundColor",null),r.setStyle("width",t-l);var h=r.getBoundingRect();r.setStyle("width",Math.ceil(h.width)),r.setStyle("backgroundColor",a)}else{var p=t-l,f=t<c?p:n?p>e.unconstrainedWidth?null:p:null;r.setStyle("width",f)}var g=r.getBoundingRect();o.width=g.width;var m=(r.style.margin||0)+2.1;o.height=g.height+m,o.y-=(o.height-d)/2}}}function yf(e){return"center"===e.position}var yg=function(e){function t(t,n,r){var i=e.call(this)||this;i.z2=2;var o=new vb.ZP;return i.setTextContent(o),i.updateData(t,n,r,!0),i}return(0,mk.ZT)(t,e),t.prototype.updateData=function(e,t,n,r){var i=e.hostModel,o=e.getItemModel(t),a=o.getModel("emphasis"),s=e.getItemLayout(t),l=(0,mo.l7)(mJ(o.getModel("itemStyle"),s,!0),s);if(isNaN(l.startAngle))return void this.setShape(l);if(r){this.setShape(l);var u=i.getShallow("animationType");i.ecModel.ssr?(mO.KZ(this,{scaleX:0,scaleY:0},i,{dataIndex:t,isFrom:!0}),this.originX=l.cx,this.originY=l.cy):"scale"===u?(this.shape.r=s.r0,mO.KZ(this,{shape:{r:s.r}},i,t)):null!=n?(this.setShape({startAngle:n,endAngle:n}),mO.KZ(this,{shape:{startAngle:s.startAngle,endAngle:s.endAngle}},i,t)):(this.shape.endAngle=s.startAngle,mO.D(this,{shape:{endAngle:s.endAngle}},i,t))}else(0,mO.Zi)(this),mO.D(this,{shape:l},i,t);this.useStyle(e.getItemVisual(t,"style")),(0,mB.WO)(this,o);var c=(s.startAngle+s.endAngle)/2,d=i.get("selectedOffset"),h=Math.cos(c)*d,p=Math.sin(c)*d,f=o.getShallow("cursor");f&&this.attr("cursor",f),this._updateLabel(i,e,t),this.ensureState("emphasis").shape=(0,mo.l7)({r:s.r+(a.get("scale")&&a.get("scaleSize")||0)},mJ(a.getModel("itemStyle"),s)),(0,mo.l7)(this.ensureState("select"),{x:h,y:p,shape:mJ(o.getModel(["select","itemStyle"]),s)}),(0,mo.l7)(this.ensureState("blur"),{shape:mJ(o.getModel(["blur","itemStyle"]),s)});var g=this.getTextGuideLine(),m=this.getTextContent();g&&(0,mo.l7)(g.ensureState("select"),{x:h,y:p}),(0,mo.l7)(m.ensureState("select"),{x:h,y:p}),(0,mB.k5)(this,a.get("focus"),a.get("blurScope"),a.get("disabled"))},t.prototype._updateLabel=function(e,t,n){var r=t.getItemModel(n),i=r.getModel("labelLine"),o=t.getItemVisual(n,"style"),a=o&&o.fill,s=o&&o.opacity;(0,mN.ni)(this,(0,mN.k3)(r),{labelFetcher:t.hostModel,labelDataIndex:n,inheritColor:a,defaultOpacity:s,defaultText:e.getFormattedLabel(n,"normal")||t.getName(n)});var l=this.getTextContent();this.setTextConfig({position:null,rotation:null}),l.attr({z2:10});var u=e.get(["label","position"]);if("outside"!==u&&"outer"!==u)this.removeTextGuideLine();else{var c=this.getTextGuideLine();c||(c=new v6.Z,this.setTextGuideLine(c)),function(e,t,n){var r=e.getTextGuideLine(),i=e.getTextContent();if(!i){r&&e.removeTextGuideLine();return}for(var o=t.normal,a=o.get("show"),s=i.ignore,l=0;l<mB.qc.length;l++){var u=mB.qc[l],c=t[u],d="normal"===u;if(c){var h=c.get("show");if((d?s:(0,mo.pD)(i.states[u]&&i.states[u].ignore,s))||!(0,mo.pD)(h,a)){var p=d?r:r&&r.states[u];p&&(p.ignore=!0),r&&ys(r,!0,u,c);continue}!r&&(r=new v6.Z,e.setTextGuideLine(r),d||!s&&a||ys(r,!0,"normal",t.normal),e.stateProxy&&(r.stateProxy=e.stateProxy)),ys(r,!1,u,c)}}if(r){(0,mo.ce)(r.style,n),r.style.fill=null;var f=o.get("showAbove");(e.textGuideLineConfig=e.textGuideLineConfig||{}).showAbove=f||!1,r.buildPath=yl}}(this,function(e,t){t=t||"labelLine";for(var n={normal:e.getModel(t)},r=0;r<mB.L1.length;r++){var i=mB.L1[r];n[i]=e.getModel([i,t])}return n}(r),{stroke:a,opacity:(0,mo.R1)(i.get(["lineStyle","opacity"]),s,1)})}},t}(mL.C),ym=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.ignoreLabelLineUpdate=!0,t}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n,r){var i,o=e.getData(),a=this._data,s=this.group;if(!a&&o.count()>0){for(var l=o.getItemLayout(0),u=1;isNaN(l&&l.startAngle)&&u<o.count();++u)l=o.getItemLayout(u);l&&(i=l.startAngle)}if(this._emptyCircleSector&&s.remove(this._emptyCircleSector),0===o.count()&&e.get("showEmptyCircle")){var c=new mL.C({shape:v3(e,n)});c.useStyle(e.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=c,s.add(c)}o.diff(a).add(function(e){var t=new yg(o,e,i);o.setItemGraphicEl(e,t),s.add(t)}).update(function(e,t){var n=a.getItemGraphicEl(t);n.updateData(o,e,i),n.off("click"),s.add(n),o.setItemGraphicEl(e,n)}).remove(function(t){var n=a.getItemGraphicEl(t);mO.XD(n,e,t)}).execute(),function(e){var t,n,r=e.getData(),i=[],o=!1,a=(e.get("minShowLabelAngle")||0)*yd,s=r.getLayout("viewRect"),l=r.getLayout("r"),u=s.width,c=s.x,d=s.y,h=s.height;function p(e){e.ignore=!0}r.each(function(e){var s,d,h,f,g=r.getItemGraphicEl(e),m=g.shape,v=g.getTextContent(),y=g.getTextGuideLine(),x=r.getItemModel(e),b=x.getModel("label"),w=b.get("position")||x.get(["emphasis","label","position"]),S=b.get("distanceToLabelLine"),C=b.get("alignTo"),k=(0,ma.GM)(b.get("edgeDistance"),u),M=b.get("bleedMargin"),T=x.getModel("labelLine"),I=T.get("length");I=(0,ma.GM)(I,u);var A=T.get("length2");if(A=(0,ma.GM)(A,u),Math.abs(m.endAngle-m.startAngle)<a){(0,mo.S6)(v.states,p),v.ignore=!0,y&&((0,mo.S6)(y.states,p),y.ignore=!0);return}if(function(e){if(!e.ignore)return!0;for(var t in e.states)if(!1===e.states[t].ignore)return!0;return!1}(v)){var D=(m.startAngle+m.endAngle)/2,P=Math.cos(D),R=Math.sin(D);t=m.cx,n=m.cy;var _="inside"===w||"inner"===w;if("center"===w)s=m.cx,d=m.cy,f="center";else{var O=(_?(m.r+m.r0)/2*P:m.r*P)+t,E=(_?(m.r+m.r0)/2*R:m.r*R)+n;if(s=O+3*P,d=E+3*R,!_){var L=O+P*(I+l-m.r),Z=E+R*(I+l-m.r),B=L+(P<0?-1:1)*A;s="edge"===C?P<0?c+k:c+u-k:B+(P<0?-S:S),d=Z,h=[[O,E],[L,Z],[B,Z]]}f=_?"center":"edge"===C?P>0?"right":"left":P>0?"left":"right"}var N=Math.PI,z=0,F=b.get("rotate");if((0,mo.hj)(F))z=N/180*F;else if("center"===w)z=0;else if("radial"===F||!0===F)z=P<0?-D+N:-D;else if("tangential"===F&&"outside"!==w&&"outer"!==w){var j=Math.atan2(P,R);j<0&&(j=2*N+j),R>0&&(j=N+j),z=j-N}if(o=!!z,v.x=s,v.y=d,v.rotation=z,v.setStyle({verticalAlign:"middle"}),_){v.setStyle({align:f});var V=v.states.select;V&&(V.x+=v.x,V.y+=v.y)}else{var H=v.getBoundingRect().clone();H.applyTransform(v.getComputedTransform());var $=(v.style.margin||0)+2.1;H.y-=$/2,H.height+=$,i.push({label:v,labelLine:y,position:w,len:I,len2:A,minTurnAngle:T.get("minTurnAngle"),maxSurfaceAngle:T.get("maxSurfaceAngle"),surfaceNormal:new v8.Z(P,R),linePoints:h,textAlign:f,labelDistance:S,labelAlignTo:C,edgeDistance:k,bleedMargin:M,rect:H,unconstrainedWidth:H.width,labelStyleWidth:v.style.width})}g.setTextConfig({inside:_})}}),!o&&e.get("avoidLabelOverlap")&&function(e,t,n,r,i,o,a,s){for(var l=[],u=[],c=Number.MAX_VALUE,d=-Number.MAX_VALUE,h=0;h<e.length;h++){var p=e[h].label;yf(e[h])||(p.x<t?(c=Math.min(c,p.x),l.push(e[h])):(d=Math.max(d,p.x),u.push(e[h])))}for(var h=0;h<e.length;h++){var f=e[h];if(!yf(f)&&f.linePoints){if(null!=f.labelStyleWidth)continue;var p=f.label,g=f.linePoints,m=void 0;m="edge"===f.labelAlignTo?p.x<t?g[2][0]-f.labelDistance-a-f.edgeDistance:a+i-f.edgeDistance-g[2][0]-f.labelDistance:"labelLine"===f.labelAlignTo?p.x<t?c-a-f.bleedMargin:a+i-d-f.bleedMargin:p.x<t?p.x-a-f.bleedMargin:a+i-p.x-f.bleedMargin,f.targetTextWidth=m,yp(f,m)}}yh(u,t,n,r,1,i,o,a,s,d),yh(l,t,n,r,-1,i,o,a,s,c);for(var h=0;h<e.length;h++){var f=e[h];if(!yf(f)&&f.linePoints){var p=f.label,g=f.linePoints,v="edge"===f.labelAlignTo,y=p.style.padding,x=y?y[1]+y[3]:0,b=p.style.backgroundColor?0:x,w=f.rect.width+b,S=g[1][0]-g[2][0];v?p.x<t?g[2][0]=a+f.edgeDistance+w+f.labelDistance:g[2][0]=a+i-f.edgeDistance-w-f.labelDistance:(p.x<t?g[2][0]=p.x+f.labelDistance:g[2][0]=p.x-f.labelDistance,g[1][0]=g[2][0]+S),g[1][1]=g[2][1]=p.y}}}(i,t,n,l,u,h,c,d);for(var f=0;f<i.length;f++){var g=i[f],m=g.label,v=g.labelLine,y=isNaN(m.x)||isNaN(m.y);if(m){m.setStyle({align:g.textAlign}),y&&((0,mo.S6)(m.states,p),m.ignore=!0);var x=m.states.select;x&&(x.x+=m.x,x.y+=m.y)}if(v){var b=g.linePoints;y||!b?((0,mo.S6)(v.states,p),v.ignore=!0):(!function(e,t){if(t<=180&&t>0){t=t/180*Math.PI,ye.fromArray(e[0]),yt.fromArray(e[1]),yn.fromArray(e[2]),v8.Z.sub(yr,ye,yt),v8.Z.sub(yi,yn,yt);var n=yr.len(),r=yi.len();if(!(n<.001)&&!(r<.001)&&(yr.scale(1/n),yi.scale(1/r),Math.cos(t)<yr.dot(yi))){var i=v7(yt.x,yt.y,yn.x,yn.y,ye.x,ye.y,yo,!1);ya.fromArray(yo),ya.scaleAndAdd(yi,i/Math.tan(Math.PI-t));var o=yn.x!==yt.x?(ya.x-yt.x)/(yn.x-yt.x):(ya.y-yt.y)/(yn.y-yt.y);if(isNaN(o))return;o<0?v8.Z.copy(ya,yt):o>1&&v8.Z.copy(ya,yn),ya.toArray(e[1])}}}(b,g.minTurnAngle),function(e,t,n){if(n<=180&&n>0){n=n/180*Math.PI,ye.fromArray(e[0]),yt.fromArray(e[1]),yn.fromArray(e[2]),v8.Z.sub(yr,yt,ye),v8.Z.sub(yi,yn,yt);var r=yr.len(),i=yi.len();if(!(r<.001)&&!(i<.001)&&(yr.scale(1/r),yi.scale(1/i),yr.dot(t)<Math.cos(n))){var o=v7(yt.x,yt.y,yn.x,yn.y,ye.x,ye.y,yo,!1);ya.fromArray(yo);var a=Math.PI/2,s=a+Math.acos(yi.dot(t))-n;if(s>=a)v8.Z.copy(ya,yn);else{ya.scaleAndAdd(yi,o/Math.tan(Math.PI/2-s));var l=yn.x!==yt.x?(ya.x-yt.x)/(yn.x-yt.x):(ya.y-yt.y)/(yn.y-yt.y);if(isNaN(l))return;l<0?v8.Z.copy(ya,yt):l>1&&v8.Z.copy(ya,yn)}ya.toArray(e[1])}}}(b,g.surfaceNormal,g.maxSurfaceAngle),v.setShape({points:b}),m.__hostTarget.textGuideLineConfig={anchor:new v8.Z(b[0][0],b[0][1])})}}}(e),"expansion"!==e.get("animationTypeUpdate")&&(this._data=o)},t.prototype.dispose=function(){},t.prototype.containPoint=function(e,t){var n=t.getData().getItemLayout(0);if(n){var r=e[0]-n.cx,i=e[1]-n.cy,o=Math.sqrt(r*r+i*i);return o<=n.r&&o>=n.r0}},t.type="pie",t}(mW.Z),yv=n(6451),yy=function(){function e(e,t){this._getDataWithEncodedVisual=e,this._getRawData=t}return e.prototype.getAllNames=function(){var e=this._getRawData();return e.mapArray(e.getName)},e.prototype.containName=function(e){return this._getRawData().indexOfName(e)>=0},e.prototype.indexOfName=function(e){return this._getDataWithEncodedVisual().indexOfName(e)},e.prototype.getItemVisual=function(e,t){return this._getDataWithEncodedVisual().getItemVisual(e,t)},e}(),yx=vw.Yf(),yb=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.init=function(t){e.prototype.init.apply(this,arguments),this.legendVisualProvider=new yy(mo.ak(this.getData,this),mo.ak(this.getRawData,this)),this._defaultLabelLine(t)},t.prototype.mergeOption=function(){e.prototype.mergeOption.apply(this,arguments)},t.prototype.getInitialData=function(){return vK(this,{coordDimensions:["value"],encodeDefaulter:mo.WA(yv.Ss,this)})},t.prototype.getDataParams=function(t){var n=this.getData(),r=yx(n),i=r.seats;if(!i){var o=[];n.each(n.mapDimension("value"),function(e){o.push(e)}),i=r.seats=(0,ma.HD)(o,n.hostModel.get("percentPrecision"))}var a=e.prototype.getDataParams.call(this,t);return a.percent=i[t]||0,a.$vars.push("percent"),a},t.prototype._defaultLabelLine=function(e){vw.Cc(e,"labelLine",["show"]);var t=e.labelLine,n=e.emphasis.labelLine;t.show=t.show&&e.label.show,n.show=n.show&&e.emphasis.label.show},t.type="series.pie",t.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},t}(mM.Z),yw=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return(0,mk.ZT)(t,e),t.prototype.getInitialData=function(e,t){return(0,mT.Z)(null,this,{useEncodeDefaulter:!0})},t.prototype.getProgressive=function(){var e=this.option.progressive;return null==e?this.option.large?5e3:this.get("progressive"):e},t.prototype.getProgressiveThreshold=function(){var e=this.option.progressiveThreshold;return null==e?this.option.large?1e4:this.get("progressiveThreshold"):e},t.prototype.brushSelector=function(e,t,n){return n.point(t.getItemLayout(e))},t.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},t.type="series.scatter",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},t}(mM.Z),yS=function(){},yC=function(e){function t(t){var n=e.call(this,t)||this;return n._off=0,n.hoverDataIdx=-1,n}return(0,mk.ZT)(t,e),t.prototype.getDefaultShape=function(){return new yS},t.prototype.reset=function(){this.notClear=!1,this._off=0},t.prototype.buildPath=function(e,t){var n,r=t.points,i=t.size,o=this.symbolProxy,a=o.shape,s=e.getContext?e.getContext():e,l=s&&i[0]<4,u=this.softClipShape;if(l){this._ctx=s;return}for(this._ctx=null,n=this._off;n<r.length;){var c=r[n++],d=r[n++];!(isNaN(c)||isNaN(d))&&(!u||u.contain(c,d))&&(a.x=c-i[0]/2,a.y=d-i[1]/2,a.width=i[0],a.height=i[1],o.buildPath(e,a,!0))}this.incremental&&(this._off=n,this.notClear=!0)},t.prototype.afterBrush=function(){var e,t=this.shape,n=t.points,r=t.size,i=this._ctx,o=this.softClipShape;if(i){for(e=this._off;e<n.length;){var a=n[e++],s=n[e++];!(isNaN(a)||isNaN(s))&&(!o||o.contain(a,s))&&i.fillRect(a-r[0]/2,s-r[1]/2,r[0],r[1])}this.incremental&&(this._off=e,this.notClear=!0)}},t.prototype.findDataIndex=function(e,t){for(var n=this.shape,r=n.points,i=n.size,o=Math.max(i[0],4),a=Math.max(i[1],4),s=r.length/2-1;s>=0;s--){var l=2*s,u=r[l]-o/2,c=r[l+1]-a/2;if(e>=u&&t>=c&&e<=u+o&&t<=c+a)return s}return -1},t.prototype.contain=function(e,t){var n=this.transformCoordToLocal(e,t),r=this.getBoundingRect();return(e=n[0],t=n[1],r.contain(e,t))?(this.hoverDataIdx=this.findDataIndex(e,t))>=0:(this.hoverDataIdx=-1,!1)},t.prototype.getBoundingRect=function(){var e=this._rect;if(!e){for(var t=this.shape,n=t.points,r=t.size,i=r[0],o=r[1],a=1/0,s=1/0,l=-1/0,u=-1/0,c=0;c<n.length;){var d=n[c++],h=n[c++];a=Math.min(d,a),l=Math.max(d,l),s=Math.min(h,s),u=Math.max(h,u)}e=this._rect=new yc.Z(a-i/2,s-o/2,l-a+i,u-s+o)}return e},t}(mP.ZP),yk=function(){function e(){this.group=new mR.Z}return e.prototype.updateData=function(e,t){this._clear();var n=this._create();n.setShape({points:e.getLayout("points")}),this._setCommon(n,e,t)},e.prototype.updateLayout=function(e){var t=e.getLayout("points");this.group.eachChild(function(e){if(null!=e.startIndex){var n=(e.endIndex-e.startIndex)*2,r=4*e.startIndex*2;t=new Float32Array(t.buffer,r,n)}e.setShape("points",t),e.reset()})},e.prototype.incrementalPrepareUpdate=function(e){this._clear()},e.prototype.incrementalUpdate=function(e,t,n){var r=this._newAdded[0],i=t.getLayout("points"),o=r&&r.shape.points;if(o&&o.length<2e4){var a=o.length,s=new Float32Array(a+i.length);s.set(o),s.set(i,a),r.endIndex=e.end,r.setShape({points:s})}else{this._newAdded=[];var l=this._create();l.startIndex=e.start,l.endIndex=e.end,l.incremental=!0,l.setShape({points:i}),this._setCommon(l,t,n)}},e.prototype.eachRendered=function(e){this._newAdded[0]&&e(this._newAdded[0])},e.prototype._create=function(){var e=new yC({cursor:"default"});return e.ignoreCoarsePointer=!0,this.group.add(e),this._newAdded.push(e),e},e.prototype._setCommon=function(e,t,n){var r=t.hostModel;n=n||{};var i=t.getVisual("symbolSize");e.setShape("size",i instanceof Array?i:[i,i]),e.softClipShape=n.clipShape||null,e.symbolProxy=(0,vl.th)(t.getVisual("symbol"),0,0,0,0),e.setColor=e.symbolProxy.setColor;var o=e.shape.size[0]<4;e.useStyle(r.getModel("itemStyle").getItemStyle(o?["color","shadowBlur","shadowColor"]:["color"]));var a=t.getVisual("style"),s=a&&a.fill;s&&e.setColor(s);var l=(0,mZ.A)(e);l.seriesIndex=r.seriesIndex,e.on("mousemove",function(t){l.dataIndex=null;var n=e.hoverDataIdx;n>=0&&(l.dataIndex=n+(e.startIndex||0))})},e.prototype.remove=function(){this._clear()},e.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},e}(),yM=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n){var r=e.getData();this._updateSymbolDraw(r,e).updateData(r,{clipShape:this._getClipShape(e)}),this._finished=!0},t.prototype.incrementalPrepareRender=function(e,t,n){var r=e.getData();this._updateSymbolDraw(r,e).incrementalPrepareUpdate(r),this._finished=!1},t.prototype.incrementalRender=function(e,t,n){this._symbolDraw.incrementalUpdate(e,t.getData(),{clipShape:this._getClipShape(t)}),this._finished=e.end===t.getData().count()},t.prototype.updateTransform=function(e,t,n){var r=e.getData();if(this.group.dirty(),!this._finished||r.count()>1e4)return{update:!0};var i=vH("").reset(e,t,n);i.progress&&i.progress({start:0,end:r.count(),count:r.count()},r),this._symbolDraw.updateLayout(r)},t.prototype.eachRendered=function(e){this._symbolDraw&&this._symbolDraw.eachRendered(e)},t.prototype._getClipShape=function(e){if(e.get("clip",!0)){var t=e.coordinateSystem;return t&&t.getArea&&t.getArea(.1)}},t.prototype._updateSymbolDraw=function(e,t){var n=this._symbolDraw,r=t.pipelineContext.large;return n&&r===this._isLargeDraw||(n&&n.remove(),n=this._symbolDraw=r?new yk:new vm,this._isLargeDraw=r,this.group.removeAll()),this.group.add(n.group),n},t.prototype.remove=function(e,t){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},t.prototype.dispose=function(){},t.type="scatter",t}(mW.Z),yT=n(4292),yI=n(5352),yA=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.type="grid",t.dependencies=["xAxis","yAxis"],t.layoutMode="box",t.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},t}(yI.Z),yD=function(){function e(){}return e.prototype.getNeedCrossZero=function(){return!this.option.scale},e.prototype.getCoordSysModel=function(){},e}(),yP=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",vw.C6).models[0]},t.type="cartesian2dAxis",t}(yI.Z);mo.jB(yP,yD);var yR={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},y_=mo.TS({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},yR),yO=mo.TS({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},yR),yE=mo.TS({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},yO),yL=mo.ce({logBase:10},yO);let yZ={category:y_,value:yO,time:yE,log:yL};var yB=0,yN=function(){function e(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication,this.uid=++yB}return e.createByAxisModel=function(t){var n=t.option,r=n.data,i=r&&(0,mo.UI)(r,yz);return new e({categories:i,needCollect:!i,deduplication:!1!==n.dedplication})},e.prototype.getOrdinal=function(e){return this._getOrCreateMap().get(e)},e.prototype.parseAndCollect=function(e){var t,n=this._needCollect;if(!(0,mo.HD)(e)&&!n)return e;if(n&&!this._deduplication)return t=this.categories.length,this.categories[t]=e,t;var r=this._getOrCreateMap();return null==(t=r.get(e))&&(n?(t=this.categories.length,this.categories[t]=e,r.set(e,t)):t=NaN),t},e.prototype._getOrCreateMap=function(){return this._map||(this._map=(0,mo.kW)(this.categories))},e}();function yz(e){return(0,mo.Kn)(e)&&null!=e.value?e.value:e+""}var yF={value:1,category:1,time:1,log:1};function yj(e,t,n,r){(0,mo.S6)(yF,function(i,o){var a=(0,mo.TS)((0,mo.TS)({},yZ[o],!0),r,!0),s=function(e){function n(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t+"Axis."+o,n}return(0,mk.ZT)(n,e),n.prototype.mergeDefaultAndTheme=function(e,t){var n=(0,v0.YD)(this),r=n?(0,v0.tE)(e):{},i=t.getTheme();(0,mo.TS)(e,i.get(o+"Axis")),(0,mo.TS)(e,this.getDefaultOption()),e.type=yV(e),n&&(0,v0.dt)(e,r,n)},n.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=yN.createByAxisModel(this))},n.prototype.getCategories=function(e){var t=this.option;if("category"===t.type)return e?t.data:this.__ordinalMeta.categories},n.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},n.type=t+"Axis."+o,n.defaultOption=a,n}(n);e.registerComponentModel(s)}),e.registerSubTypeDefaulter(t+"Axis",yV)}function yV(e){return e.type||(e.data?"category":"value")}var yH=n(1382),y$=function(){function e(e){this._setting=e||{},this._extent=[1/0,-1/0]}return e.prototype.getSetting=function(e){return this._setting[e]},e.prototype.unionExtent=function(e){var t=this._extent;e[0]<t[0]&&(t[0]=e[0]),e[1]>t[1]&&(t[1]=e[1])},e.prototype.unionExtentFromData=function(e,t){this.unionExtent(e.getApproximateExtent(t))},e.prototype.getExtent=function(){return this._extent.slice()},e.prototype.setExtent=function(e,t){var n=this._extent;isNaN(e)||(n[0]=e),isNaN(t)||(n[1]=t)},e.prototype.isInExtentRange=function(e){return this._extent[0]<=e&&this._extent[1]>=e},e.prototype.isBlank=function(){return this._isBlank},e.prototype.setBlank=function(e){this._isBlank=e},e}();function yW(e){return"interval"===e.type||"log"===e.type}function yG(e){var t=Math.pow(10,(0,ma.xW)(e)),n=e/t;return n?2===n?n=3:3===n?n=5:n*=2:n=1,(0,ma.NM)(n*t)}function yq(e){return(0,ma.p8)(e)+2}function yU(e,t,n){e[t]=Math.max(Math.min(e[t],n[1]),n[0])}function yY(e,t){return e>=t[0]&&e<=t[1]}function yX(e,t){return t[1]===t[0]?.5:(e-t[0])/(t[1]-t[0])}function yK(e,t){return e*(t[1]-t[0])+t[0]}yH.au(y$);var yQ=function(e){function t(t){var n=e.call(this,t)||this;n.type="ordinal";var r=n.getSetting("ordinalMeta");return r||(r=new yN({})),(0,mo.kJ)(r)&&(r=new yN({categories:(0,mo.UI)(r,function(e){return(0,mo.Kn)(e)?e.value:e})})),n._ordinalMeta=r,n._extent=n.getSetting("extent")||[0,r.categories.length-1],n}return(0,mk.ZT)(t,e),t.prototype.parse=function(e){return null==e?NaN:(0,mo.HD)(e)?this._ordinalMeta.getOrdinal(e):Math.round(e)},t.prototype.contain=function(e){return yY(e=this.parse(e),this._extent)&&null!=this._ordinalMeta.categories[e]},t.prototype.normalize=function(e){return yX(e=this._getTickNumber(this.parse(e)),this._extent)},t.prototype.scale=function(e){return e=Math.round(yK(e,this._extent)),this.getRawOrdinalNumber(e)},t.prototype.getTicks=function(){for(var e=[],t=this._extent,n=t[0];n<=t[1];)e.push({value:n}),n++;return e},t.prototype.getMinorTicks=function(e){},t.prototype.setSortInfo=function(e){if(null==e){this._ordinalNumbersByTick=this._ticksByOrdinalNumber=null;return}for(var t=e.ordinalNumbers,n=this._ordinalNumbersByTick=[],r=this._ticksByOrdinalNumber=[],i=0,o=this._ordinalMeta.categories.length,a=Math.min(o,t.length);i<a;++i){var s=t[i];n[i]=s,r[s]=i}for(var l=0;i<o;++i){for(;null!=r[l];)l++;n.push(l),r[l]=i}},t.prototype._getTickNumber=function(e){var t=this._ticksByOrdinalNumber;return t&&e>=0&&e<t.length?t[e]:e},t.prototype.getRawOrdinalNumber=function(e){var t=this._ordinalNumbersByTick;return t&&e>=0&&e<t.length?t[e]:e},t.prototype.getLabel=function(e){if(!this.isBlank()){var t=this.getRawOrdinalNumber(e.value),n=this._ordinalMeta.categories[t];return null==n?"":n+""}},t.prototype.count=function(){return this._extent[1]-this._extent[0]+1},t.prototype.unionExtentFromData=function(e,t){this.unionExtent(e.getApproximateExtent(t))},t.prototype.isInExtentRange=function(e){return e=this._getTickNumber(e),this._extent[0]<=e&&this._extent[1]>=e},t.prototype.getOrdinalMeta=function(){return this._ordinalMeta},t.prototype.calcNiceTicks=function(){},t.prototype.calcNiceExtent=function(){},t.type="ordinal",t}(y$);y$.registerClass(yQ);var yJ=ma.NM,y0=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="interval",t._interval=0,t._intervalPrecision=2,t}return(0,mk.ZT)(t,e),t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return yY(e,this._extent)},t.prototype.normalize=function(e){return yX(e,this._extent)},t.prototype.scale=function(e){return yK(e,this._extent)},t.prototype.setExtent=function(e,t){var n=this._extent;isNaN(e)||(n[0]=parseFloat(e)),isNaN(t)||(n[1]=parseFloat(t))},t.prototype.unionExtent=function(e){var t=this._extent;e[0]<t[0]&&(t[0]=e[0]),e[1]>t[1]&&(t[1]=e[1]),this.setExtent(t[0],t[1])},t.prototype.getInterval=function(){return this._interval},t.prototype.setInterval=function(e){this._interval=e,this._niceExtent=this._extent.slice(),this._intervalPrecision=yq(e)},t.prototype.getTicks=function(e){var t=this._interval,n=this._extent,r=this._niceExtent,i=this._intervalPrecision,o=[];if(!t)return o;n[0]<r[0]&&(e?o.push({value:yJ(r[0]-t,i)}):o.push({value:n[0]}));for(var a=r[0];a<=r[1]&&(o.push({value:a}),(a=yJ(a+t,i))!==o[o.length-1].value);)if(o.length>1e4)return[];var s=o.length?o[o.length-1].value:r[1];return n[1]>s&&(e?o.push({value:yJ(s+t,i)}):o.push({value:n[1]})),o},t.prototype.getMinorTicks=function(e){for(var t=this.getTicks(!0),n=[],r=this.getExtent(),i=1;i<t.length;i++){for(var o=t[i],a=t[i-1],s=0,l=[],u=(o.value-a.value)/e;s<e-1;){var c=yJ(a.value+(s+1)*u);c>r[0]&&c<r[1]&&l.push(c),s++}n.push(l)}return n},t.prototype.getLabel=function(e,t){if(null==e)return"";var n=t&&t.precision;null==n?n=ma.p8(e.value)||0:"auto"===n&&(n=this._intervalPrecision);var r=yJ(e.value,n,!0);return v_.OD(r)},t.prototype.calcNiceTicks=function(e,t,n){e=e||5;var r=this._extent,i=r[1]-r[0];if(isFinite(i)){i<0&&(i=-i,r.reverse());var o,a,s,l,u,c,d,h=(s=e,l={},u=r[1]-r[0],c=l.interval=(0,ma.kx)(u/s,!0),null!=t&&c<t&&(c=l.interval=t),null!=n&&c>n&&(c=l.interval=n),d=l.intervalPrecision=yq(c),o=l.niceTickExtent=[(0,ma.NM)(Math.ceil(r[0]/c)*c,d),(0,ma.NM)(Math.floor(r[1]/c)*c,d)],a=r,isFinite(o[0])||(o[0]=a[0]),isFinite(o[1])||(o[1]=a[1]),yU(o,0,a),yU(o,1,a),o[0]>o[1]&&(o[0]=o[1]),l);this._intervalPrecision=h.intervalPrecision,this._interval=h.interval,this._niceExtent=h.niceTickExtent}},t.prototype.calcNiceExtent=function(e){var t=this._extent;if(t[0]===t[1])if(0!==t[0]){var n=Math.abs(t[0]);e.fixMax||(t[1]+=n/2),t[0]-=n/2}else t[1]=1;isFinite(t[1]-t[0])||(t[0]=0,t[1]=1),this.calcNiceTicks(e.splitNumber,e.minInterval,e.maxInterval);var r=this._interval;e.fixMin||(t[0]=yJ(Math.floor(t[0]/r)*r)),e.fixMax||(t[1]=yJ(Math.ceil(t[1]/r)*r))},t.prototype.setNiceExtent=function(e,t){this._niceExtent=[e,t]},t.type="interval",t}(y$);y$.registerClass(y0);var y1=n(926),y2=function(e,t,n,r){for(;n<r;){var i=n+r>>>1;e[i][1]<t?n=i+1:r=i}return n},y5=function(e){function t(t){var n=e.call(this,t)||this;return n.type="time",n}return(0,mk.ZT)(t,e),t.prototype.getLabel=function(e){var t=this.getSetting("useUTC");return(0,y1.WU)(e.value,y1.V8[(0,y1.xC)((0,y1.Tj)(this._minLevelUnit))]||y1.V8.second,t,this.getSetting("locale"))},t.prototype.getFormattedLabel=function(e,t,n){var r=this.getSetting("useUTC"),i=this.getSetting("locale");return(0,y1.k7)(e,t,n,i,r)},t.prototype.getTicks=function(){var e=this._interval,t=this._extent,n=[];if(!e)return n;n.push({value:t[0],level:0});var r=this.getSetting("useUTC"),i=function(e,t,n,r){for(var i=y1.FW,o=0,a=[],s=[],l=0,u=0,c=0;c<i.length&&o++<1e4;++c){var d=(0,y1.Tj)(i[c]);if((0,y1.$K)(i[c])&&(!function(e,i,o){var a=[],s=!i.length;if(!function(e,t,n,r){var i=ma.sG(t),o=ma.sG(n),a=function(e){return(0,y1.q5)(i,e,r)===(0,y1.q5)(o,e,r)},s=function(){return a("year")},l=function(){return s()&&a("month")},u=function(){return l()&&a("day")},c=function(){return u()&&a("hour")},d=function(){return c()&&a("minute")},h=function(){return d()&&a("second")};switch(e){case"year":return s();case"month":return l();case"day":return u();case"hour":return c();case"minute":return d();case"second":return h();case"millisecond":return h()&&a("millisecond")}}((0,y1.Tj)(e),r[0],r[1],n)){s&&(i=[{value:function(e,t,n){var r=new Date(e);switch((0,y1.Tj)(t)){case"year":case"month":r[(0,y1.vh)(n)](0);case"day":r[(0,y1.f5)(n)](1);case"hour":r[(0,y1.En)(n)](0);case"minute":r[(0,y1.eN)(n)](0);case"second":r[(0,y1.rM)(n)](0),r[(0,y1.cb)(n)](0)}return r.getTime()}(new Date(r[0]),e,n)},{value:r[1]}]);for(var l=0;l<i.length-1;l++){var u=i[l].value,c=i[l+1].value;if(u!==c){var d,h,p,f=void 0,g=void 0,m=void 0;switch(e){case"year":f=Math.max(1,Math.round(t/y1.s2/365)),g=(0,y1.sx)(n),m=(0,y1.xL)(n);break;case"half-year":case"quarter":case"month":f=(d=t/(30*y1.s2))>6?6:d>3?3:d>2?2:1,g=(0,y1.CW)(n),m=(0,y1.vh)(n);break;case"week":case"half-week":case"day":f=(h=t/y1.s2)>16?16:h>7.5?7:h>3.5?4:h>1.5?2:1,g=(0,y1.xz)(n),m=(0,y1.f5)(n);break;case"half-day":case"quarter-day":case"hour":f=(p=t/y1.dV)>12?12:p>6?6:p>3.5?4:p>2?2:1,g=(0,y1.Wp)(n),m=(0,y1.En)(n);break;case"minute":f=y4(t,!0),g=(0,y1.fn)(n),m=(0,y1.eN)(n);break;case"second":f=y4(t,!1),g=(0,y1.MV)(n),m=(0,y1.rM)(n);break;case"millisecond":f=ma.kx(t,!0),g=(0,y1.RZ)(n),m=(0,y1.cb)(n)}!function(e,t,n,i,o,a,s){for(var l=new Date(t),u=t,c=l[i]();u<n&&u<=r[1];)s.push({value:u}),c+=e,l[o](c),u=l.getTime();s.push({value:u,notAdd:!0})}(f,u,c,g,m,0,a),"year"===e&&o.length>1&&0===l&&o.unshift({value:o[0].value-f})}}for(var l=0;l<a.length;l++)o.push(a[l])}}(i[c],a[a.length-1]||[],s),d!==(i[c+1]?(0,y1.Tj)(i[c+1]):null))){if(s.length){u=l,s.sort(function(e,t){return e.value-t.value});for(var h=[],p=0;p<s.length;++p){var f=s[p].value;(0===p||s[p-1].value!==f)&&(h.push(s[p]),f>=r[0]&&f<=r[1]&&l++)}var g=(r[1]-r[0])/t;if(l>1.5*g&&u>g/1.5||(a.push(h),l>g||e===i[c]))break}s=[]}}for(var m=(0,mo.hX)((0,mo.UI)(a,function(e){return(0,mo.hX)(e,function(e){return e.value>=r[0]&&e.value<=r[1]&&!e.notAdd})}),function(e){return e.length>0}),v=[],y=m.length-1,c=0;c<m.length;++c)for(var x=m[c],b=0;b<x.length;++b)v.push({value:x[b].value,level:y-c});v.sort(function(e,t){return e.value-t.value});for(var w=[],c=0;c<v.length;++c)(0===c||v[c].value!==v[c-1].value)&&w.push(v[c]);return w}(this._minLevelUnit,this._approxInterval,r,t);return(n=n.concat(i)).push({value:t[1],level:0}),n},t.prototype.calcNiceExtent=function(e){var t=this._extent;if(t[0]===t[1]&&(t[0]-=y1.s2,t[1]+=y1.s2),t[1]===-1/0&&t[0]===1/0){var n=new Date;t[1]=+new Date(n.getFullYear(),n.getMonth(),n.getDate()),t[0]=t[1]-y1.s2}this.calcNiceTicks(e.splitNumber,e.minInterval,e.maxInterval)},t.prototype.calcNiceTicks=function(e,t,n){e=e||10;var r=this._extent,i=r[1]-r[0];this._approxInterval=i/e,null!=t&&this._approxInterval<t&&(this._approxInterval=t),null!=n&&this._approxInterval>n&&(this._approxInterval=n);var o=y3.length,a=Math.min(y2(y3,this._approxInterval,0,o),o-1);this._interval=y3[a][1],this._minLevelUnit=y3[Math.max(a-1,0)][0]},t.prototype.parse=function(e){return(0,mo.hj)(e)?e:+ma.sG(e)},t.prototype.contain=function(e){return yY(this.parse(e),this._extent)},t.prototype.normalize=function(e){return yX(this.parse(e),this._extent)},t.prototype.scale=function(e){return yK(e,this._extent)},t.type="time",t}(y0),y3=[["second",y1.WT],["minute",y1.yR],["hour",y1.dV],["quarter-day",6*y1.dV],["half-day",12*y1.dV],["day",1.2*y1.s2],["half-week",3.5*y1.s2],["week",7*y1.s2],["month",31*y1.s2],["quarter",95*y1.s2],["half-year",y1.P5/2],["year",y1.P5]];function y4(e,t){return(e/=t?y1.yR:y1.WT)>30?30:e>20?20:e>15?15:e>10?10:e>5?5:e>2?2:1}y$.registerClass(y5);var y6=y$.prototype,y8=y0.prototype,y9=ma.NM,y7=Math.floor,xe=Math.ceil,xt=Math.pow,xn=Math.log,xr=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="log",t.base=10,t._originalScale=new y0,t._interval=0,t}return(0,mk.ZT)(t,e),t.prototype.getTicks=function(e){var t=this._originalScale,n=this._extent,r=t.getExtent(),i=y8.getTicks.call(this,e);return mo.UI(i,function(e){var t=e.value,i=ma.NM(xt(this.base,t));return i=t===n[0]&&this._fixMin?xo(i,r[0]):i,{value:i=t===n[1]&&this._fixMax?xo(i,r[1]):i}},this)},t.prototype.setExtent=function(e,t){var n=xn(this.base);e=xn(Math.max(0,e))/n,t=xn(Math.max(0,t))/n,y8.setExtent.call(this,e,t)},t.prototype.getExtent=function(){var e=this.base,t=y6.getExtent.call(this);t[0]=xt(e,t[0]),t[1]=xt(e,t[1]);var n=this._originalScale.getExtent();return this._fixMin&&(t[0]=xo(t[0],n[0])),this._fixMax&&(t[1]=xo(t[1],n[1])),t},t.prototype.unionExtent=function(e){this._originalScale.unionExtent(e);var t=this.base;e[0]=xn(e[0])/xn(t),e[1]=xn(e[1])/xn(t),y6.unionExtent.call(this,e)},t.prototype.unionExtentFromData=function(e,t){this.unionExtent(e.getApproximateExtent(t))},t.prototype.calcNiceTicks=function(e){e=e||10;var t=this._extent,n=t[1]-t[0];if(n!==1/0&&!(n<=0)){var r=ma.Xd(n);for(e/n*r<=.5&&(r*=10);!isNaN(r)&&1>Math.abs(r)&&Math.abs(r)>0;)r*=10;var i=[ma.NM(xe(t[0]/r)*r),ma.NM(y7(t[1]/r)*r)];this._interval=r,this._niceExtent=i}},t.prototype.calcNiceExtent=function(e){y8.calcNiceExtent.call(this,e),this._fixMin=e.fixMin,this._fixMax=e.fixMax},t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return yY(e=xn(e)/xn(this.base),this._extent)},t.prototype.normalize=function(e){return yX(e=xn(e)/xn(this.base),this._extent)},t.prototype.scale=function(e){return e=yK(e,this._extent),xt(this.base,e)},t.type="log",t}(y$),xi=xr.prototype;function xo(e,t){return y9(e,ma.p8(t))}xi.getMinorTicks=y8.getMinorTicks,xi.getLabel=y8.getLabel,y$.registerClass(xr);var xa=function(){function e(e,t,n){this._prepareParams(e,t,n)}return e.prototype._prepareParams=function(e,t,n){n[1]<n[0]&&(n=[NaN,NaN]),this._dataMin=n[0],this._dataMax=n[1];var r=this._isOrdinal="ordinal"===e.type;this._needCrossZero="interval"===e.type&&t.getNeedCrossZero&&t.getNeedCrossZero();var i=this._modelMinRaw=t.get("min",!0);(0,mo.mf)(i)?this._modelMinNum=xc(e,i({min:n[0],max:n[1]})):"dataMin"!==i&&(this._modelMinNum=xc(e,i));var o=this._modelMaxRaw=t.get("max",!0);if((0,mo.mf)(o)?this._modelMaxNum=xc(e,o({min:n[0],max:n[1]})):"dataMax"!==o&&(this._modelMaxNum=xc(e,o)),r)this._axisDataLen=t.getCategories().length;else{var a=t.get("boundaryGap"),s=(0,mo.kJ)(a)?a:[a||0,a||0];"boolean"==typeof s[0]||"boolean"==typeof s[1]?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[(0,mX.GM)(s[0],1),(0,mX.GM)(s[1],1)]}},e.prototype.calculate=function(){var e=this._isOrdinal,t=this._dataMin,n=this._dataMax,r=this._axisDataLen,i=this._boundaryGapInner,o=e?null:n-t||Math.abs(t),a="dataMin"===this._modelMinRaw?t:this._modelMinNum,s="dataMax"===this._modelMaxRaw?n:this._modelMaxNum,l=null!=a,u=null!=s;null==a&&(a=e?r?0:NaN:t-i[0]*o),null==s&&(s=e?r?r-1:NaN:n+i[1]*o),null!=a&&isFinite(a)||(a=NaN),null!=s&&isFinite(s)||(s=NaN);var c=(0,mo.Bu)(a)||(0,mo.Bu)(s)||e&&!r;this._needCrossZero&&(a>0&&s>0&&!l&&(a=0),a<0&&s<0&&!u&&(s=0));var d=this._determinedMin,h=this._determinedMax;return null!=d&&(a=d,l=!0),null!=h&&(s=h,u=!0),{min:a,max:s,minFixed:l,maxFixed:u,isBlank:c}},e.prototype.modifyDataMinMax=function(e,t){this[xl[e]]=t},e.prototype.setDeterminedMinMax=function(e,t){this[xs[e]]=t},e.prototype.freeze=function(){this.frozen=!0},e}(),xs={min:"_determinedMin",max:"_determinedMax"},xl={min:"_dataMin",max:"_dataMax"};function xu(e,t,n){var r=e.rawExtentInfo;return r||(r=new xa(e,t,n),e.rawExtentInfo=r),r}function xc(e,t){return null==t?null:(0,mo.Bu)(t)?NaN:e.parse(t)}function xd(e,t){var n=e.type,r=xu(e,t,e.getExtent()).calculate();e.setBlank(r.isBlank);var i=r.min,o=r.max,a=t.ecModel;if(a&&"time"===n){var s=mg("bar",a),l=!1;if(mo.S6(s,function(e){l=l||e.getBaseAxis()===t.axis}),l){var u=function(e,t,n,r){var i=n.axis.getExtent(),o=i[1]-i[0],a=function(e,t,n){if(e&&t)return e[mf(t)]}(r,n.axis);if(void 0===a)return{min:e,max:t};var s=1/0;mo.S6(a,function(e){s=Math.min(e.offset,s)});var l=-1/0;mo.S6(a,function(e){l=Math.max(e.offset+e.width,l)});var u=(s=Math.abs(s))+(l=Math.abs(l)),c=t-e,d=c/(1-(s+l)/o)-c;return t+=l/u*d,{min:e-=s/u*d,max:t}}(i,o,t,mm(s));i=u.min,o=u.max}}return{extent:[i,o],fixMin:r.minFixed,fixMax:r.maxFixed}}function xh(e,t){var n=xd(e,t),r=n.extent,i=t.get("splitNumber");e instanceof xr&&(e.base=t.get("logBase"));var o=e.type,a=t.get("interval"),s="interval"===o||"time"===o;e.setExtent(r[0],r[1]),e.calcNiceExtent({splitNumber:i,fixMin:n.fixMin,fixMax:n.fixMax,minInterval:s?t.get("minInterval"):null,maxInterval:s?t.get("maxInterval"):null}),null!=a&&e.setInterval&&e.setInterval(a)}function xp(e){var t=e.getLabelModel().get("formatter"),n="category"===e.type?e.scale.getExtent()[0]:null;return"time"===e.scale.type?function(n,r){return e.scale.getFormattedLabel(n,r,t)}:mo.HD(t)?function(n){var r=e.scale.getLabel(n);return t.replace("{value}",null!=r?r:"")}:mo.mf(t)?function(r,i){return null!=n&&(i=r.value-n),t(xf(e,r),i,null!=r.level?{level:r.level}:null)}:function(t){return e.scale.getLabel(t)}}function xf(e,t){return"category"===e.type?e.scale.getLabel(t):t.value}function xg(e){var t=e.get("interval");return null==t?"auto":t}function xm(e){return"category"===e.type&&0===xg(e.getLabelModel())}function xv(e,t){var n={};return mo.S6(e.mapDimensionsAll(t),function(t){n[(0,ms.IR)(e,t)]=!0}),mo.XP(n)}var xy=function(){function e(e){this.type="cartesian",this._dimList=[],this._axes={},this.name=e||""}return e.prototype.getAxis=function(e){return this._axes[e]},e.prototype.getAxes=function(){return mo.UI(this._dimList,function(e){return this._axes[e]},this)},e.prototype.getAxesByScale=function(e){return e=e.toLowerCase(),mo.hX(this.getAxes(),function(t){return t.scale.type===e})},e.prototype.addAxis=function(e){var t=e.dim;this._axes[t]=e,this._dimList.push(t)},e}(),xx=n(9634),xb=["x","y"];function xw(e){return"interval"===e.type||"time"===e.type}var xS=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="cartesian2d",t.dimensions=xb,t}return(0,mk.ZT)(t,e),t.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var e=this.getAxis("x").scale,t=this.getAxis("y").scale;if(xw(e)&&xw(t)){var n=e.getExtent(),r=t.getExtent(),i=this.dataToPoint([n[0],r[0]]),o=this.dataToPoint([n[1],r[1]]),a=n[1]-n[0],s=r[1]-r[0];if(a&&s){var l=(o[0]-i[0])/a,u=(o[1]-i[1])/s,c=i[0]-n[0]*l,d=i[1]-r[0]*u,h=this._transform=[l,0,0,u,c,d];this._invTransform=(0,xx.U_)([],h)}}},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},t.prototype.containPoint=function(e){var t=this.getAxis("x"),n=this.getAxis("y");return t.contain(t.toLocalCoord(e[0]))&&n.contain(n.toLocalCoord(e[1]))},t.prototype.containData=function(e){return this.getAxis("x").containData(e[0])&&this.getAxis("y").containData(e[1])},t.prototype.containZone=function(e,t){var n=this.dataToPoint(e),r=this.dataToPoint(t),i=this.getArea(),o=new yc.Z(n[0],n[1],r[0]-n[0],r[1]-n[1]);return i.intersect(o)},t.prototype.dataToPoint=function(e,t,n){n=n||[];var r=e[0],i=e[1];if(this._transform&&null!=r&&isFinite(r)&&null!=i&&isFinite(i))return(0,v9.Ne)(n,e,this._transform);var o=this.getAxis("x"),a=this.getAxis("y");return n[0]=o.toGlobalCoord(o.dataToCoord(r,t)),n[1]=a.toGlobalCoord(a.dataToCoord(i,t)),n},t.prototype.clampData=function(e,t){var n=this.getAxis("x").scale,r=this.getAxis("y").scale,i=n.getExtent(),o=r.getExtent(),a=n.parse(e[0]),s=r.parse(e[1]);return(t=t||[])[0]=Math.min(Math.max(Math.min(i[0],i[1]),a),Math.max(i[0],i[1])),t[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),t},t.prototype.pointToData=function(e,t){var n=[];if(this._invTransform)return(0,v9.Ne)(n,e,this._invTransform);var r=this.getAxis("x"),i=this.getAxis("y");return n[0]=r.coordToData(r.toLocalCoord(e[0]),t),n[1]=i.coordToData(i.toLocalCoord(e[1]),t),n},t.prototype.getOtherAxis=function(e){return this.getAxis("x"===e.dim?"y":"x")},t.prototype.getArea=function(e){e=e||0;var t=this.getAxis("x").getGlobalExtent(),n=this.getAxis("y").getGlobalExtent(),r=Math.min(t[0],t[1])-e,i=Math.min(n[0],n[1])-e,o=Math.max(t[0],t[1])-r+e,a=Math.max(n[0],n[1])-i+e;return new yc.Z(r,i,o,a)},t}(xy),xC=(0,vw.Yf)();function xk(e,t){var n,r,i,o,a=xM(e,"labels"),s=xg(t),l=xT(a,s);return l||(mo.mf(s)?i=xD(e,s):(o="auto"===s?null!=(r=xC(n=e).autoInterval)?r:xC(n).autoInterval=n.calculateCategoryInterval():s,i=xA(e,o)),xI(a,s,{labels:i,labelCategoryInterval:o}))}function xM(e,t){return xC(e)[t]||(xC(e)[t]=[])}function xT(e,t){for(var n=0;n<e.length;n++)if(e[n].key===t)return e[n].value}function xI(e,t,n){return e.push({key:t,value:n}),n}function xA(e,t,n){var r=xp(e),i=e.scale,o=i.getExtent(),a=e.getLabelModel(),s=[],l=Math.max((t||0)+1,1),u=o[0],c=i.count();0!==u&&l>1&&c/l>2&&(u=Math.round(Math.ceil(u/l)*l));var d=xm(e),h=a.get("showMinLabel")||d,p=a.get("showMaxLabel")||d;h&&u!==o[0]&&g(o[0]);for(var f=u;f<=o[1];f+=l)g(f);function g(e){var t={value:e};s.push(n?e:{formattedLabel:r(t),rawLabel:i.getLabel(t),tickValue:e})}return p&&f-l!==o[1]&&g(o[1]),s}function xD(e,t,n){var r=e.scale,i=xp(e),o=[];return mo.S6(r.getTicks(),function(e){var a=r.getLabel(e),s=e.value;t(e.value,a)&&o.push(n?s:{formattedLabel:i(e),rawLabel:a,tickValue:s})}),o}var xP=[0,1];function xR(e,t){var n=(e[1]-e[0])/t/2;e[0]+=n,e[1]-=n}var x_=function(e){function t(t,n,r,i,o){var a=e.call(this,t,n,r)||this;return a.index=0,a.type=i||"value",a.position=o||"bottom",a}return(0,mk.ZT)(t,e),t.prototype.isHorizontal=function(){var e=this.position;return"top"===e||"bottom"===e},t.prototype.getGlobalExtent=function(e){var t=this.getExtent();return t[0]=this.toGlobalCoord(t[0]),t[1]=this.toGlobalCoord(t[1]),e&&t[0]>t[1]&&t.reverse(),t},t.prototype.pointToData=function(e,t){return this.coordToData(this.toLocalCoord(e[+("x"!==this.dim)]),t)},t.prototype.setCategorySortInfo=function(e){if("category"!==this.type)return!1;this.model.option.categorySortInfo=e,this.scale.setSortInfo(e)},t}(function(){function e(e,t,n){this.onBand=!1,this.inverse=!1,this.dim=e,this.scale=t,this._extent=n||[0,0]}return e.prototype.contain=function(e){var t=this._extent,n=Math.min(t[0],t[1]),r=Math.max(t[0],t[1]);return e>=n&&e<=r},e.prototype.containData=function(e){return this.scale.contain(e)},e.prototype.getExtent=function(){return this._extent.slice()},e.prototype.getPixelPrecision=function(e){return(0,ma.M9)(e||this.scale.getExtent(),this._extent)},e.prototype.setExtent=function(e,t){var n=this._extent;n[0]=e,n[1]=t},e.prototype.dataToCoord=function(e,t){var n=this._extent,r=this.scale;return e=r.normalize(e),this.onBand&&"ordinal"===r.type&&xR(n=n.slice(),r.count()),(0,ma.NU)(e,xP,n,t)},e.prototype.coordToData=function(e,t){var n=this._extent,r=this.scale;this.onBand&&"ordinal"===r.type&&xR(n=n.slice(),r.count());var i=(0,ma.NU)(e,n,xP,t);return this.scale.scale(i)},e.prototype.pointToData=function(e,t){},e.prototype.getTicksCoords=function(e){var t=(e=e||{}).tickModel||this.getTickModel(),n=("category"===this.type?function(e,t){var n,r,i=xM(e,"ticks"),o=xg(t),a=xT(i,o);if(a)return a;if((!t.get("show")||e.scale.isBlank())&&(n=[]),mo.mf(o))n=xD(e,o,!0);else if("auto"===o){var s=xk(e,e.getLabelModel());r=s.labelCategoryInterval,n=mo.UI(s.labels,function(e){return e.tickValue})}else n=xA(e,r=o,!0);return xI(i,o,{ticks:n,tickCategoryInterval:r})}(this,t):{ticks:mo.UI(this.scale.getTicks(),function(e){return e.value})}).ticks,r=(0,mo.UI)(n,function(e){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(e):e),tickValue:e}},this);return function(e,t,n,r){var i,o,a=t.length;if(e.onBand&&!n&&a){var s=e.getExtent();if(1===a)t[0].coord=s[0],i=t[1]={coord:s[1]};else{var l=t[a-1].tickValue-t[0].tickValue,u=(t[a-1].coord-t[0].coord)/l;(0,mo.S6)(t,function(e){e.coord-=u/2}),o=1+e.scale.getExtent()[1]-t[a-1].tickValue,i={coord:t[a-1].coord+u*o},t.push(i)}var c=s[0]>s[1];d(t[0].coord,s[0])&&(r?t[0].coord=s[0]:t.shift()),r&&d(s[0],t[0].coord)&&t.unshift({coord:s[0]}),d(s[1],i.coord)&&(r?i.coord=s[1]:t.pop()),r&&d(i.coord,s[1])&&t.push({coord:s[1]})}function d(e,t){return e=(0,ma.NM)(e),t=(0,ma.NM)(t),c?e>t:e<t}}(this,r,t.get("alignWithLabel"),e.clamp),r},e.prototype.getMinorTicksCoords=function(){if("ordinal"===this.scale.type)return[];var e=this.model.getModel("minorTick").get("splitNumber");e>0&&e<100||(e=5);var t=this.scale.getMinorTicks(e);return(0,mo.UI)(t,function(e){return(0,mo.UI)(e,function(e){return{coord:this.dataToCoord(e),tickValue:e}},this)},this)},e.prototype.getViewLabels=function(){var e,t,n,r,i,o;return("category"===this.type?(e=this,t=e.getLabelModel(),n=xk(e,t),!t.get("show")||e.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n):(r=this,i=r.scale.getTicks(),o=xp(r),{labels:mo.UI(i,function(e,t){return{level:e.level,formattedLabel:o(e,t),rawLabel:r.scale.getLabel(e),tickValue:e.value}})})).labels},e.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},e.prototype.getTickModel=function(){return this.model.getModel("axisTick")},e.prototype.getBandWidth=function(){var e=this._extent,t=this.scale.getExtent(),n=t[1]-t[0]+ +!!this.onBand;return 0===n&&(n=1),Math.abs(Math.abs(e[1]-e[0]))/n},e.prototype.calculateCategoryInterval=function(){return function(e){var t,n,r=(n=(t=e).getLabelModel(),{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:n.get("rotate")||0,font:n.getFont()}),i=xp(e),o=(r.axisRotate-r.labelRotate)/180*Math.PI,a=e.scale,s=a.getExtent(),l=a.count();if(s[1]-s[0]<1)return 0;var u=1;l>40&&(u=Math.max(1,Math.floor(l/40)));for(var c=s[0],d=e.dataToCoord(c+1)-e.dataToCoord(c),h=Math.abs(d*Math.cos(o)),p=Math.abs(d*Math.sin(o)),f=0,g=0;c<=s[1];c+=u){var m=0,v=0,y=mX.lP(i({value:c}),r.font,"center","top");m=1.3*y.width,v=1.3*y.height,f=Math.max(f,m,7),g=Math.max(g,v,7)}var x=f/h,b=g/p;isNaN(x)&&(x=1/0),isNaN(b)&&(b=1/0);var w=Math.max(0,Math.floor(Math.min(x,b))),S=xC(e.model),C=e.getExtent(),k=S.lastAutoInterval,M=S.lastTickCount;return null!=k&&null!=M&&1>=Math.abs(k-w)&&1>=Math.abs(M-l)&&k>w&&S.axisExtent0===C[0]&&S.axisExtent1===C[1]?w=k:(S.lastTickCount=l,S.lastAutoInterval=w,S.axisExtent0=C[0],S.axisExtent1=C[1]),w}(this)},e}());function xO(e,t,n){n=n||{};var r=e.coordinateSystem,i=t.axis,o={},a=i.getAxesOnZeroOf()[0],s=i.position,l=a?"onZero":s,u=i.dim,c=r.getRect(),d=[c.x,c.x+c.width,c.y,c.y+c.height],h={left:0,right:1,top:0,bottom:1,onZero:2},p=t.get("offset")||0,f="x"===u?[d[2]-p,d[3]+p]:[d[0]-p,d[1]+p];if(a){var g=a.toGlobalCoord(a.dataToCoord(0));f[h.onZero]=Math.max(Math.min(g,f[1]),f[0])}o.position=["y"===u?f[h[l]]:d[0],"x"===u?f[h[l]]:d[3]],o.rotation=Math.PI/2*("x"!==u),o.labelDirection=o.tickDirection=o.nameDirection=({top:-1,bottom:1,left:-1,right:1})[s],o.labelOffset=a?f[h[s]]-f[h.onZero]:0,t.get(["axisTick","inside"])&&(o.tickDirection=-o.tickDirection),mo.Jv(n.labelInside,t.get(["axisLabel","inside"]))&&(o.labelDirection=-o.labelDirection);var m=t.get(["axisLabel","rotate"]);return o.labelRotate="top"===l?-m:m,o.z2=1,o}function xE(e){return"cartesian2d"===e.get("coordinateSystem")}function xL(e){var t={xAxisModel:null,yAxisModel:null};return mo.S6(t,function(n,r){var i=r.replace(/Model$/,""),o=e.getReferringComponents(i,vw.C6).models[0];t[r]=o}),t}var xZ=Math.log,xB=function(){function e(e,t,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=xb,this._initCartesian(e,t,n),this.model=e}return e.prototype.getRect=function(){return this._rect},e.prototype.update=function(e,t){var n=this._axesMap;function r(e){var t,n=(0,mo.XP)(e),r=n.length;if(r){for(var i=[],o=r-1;o>=0;o--){var a=e[+n[o]],s=a.model,l=a.scale;yW(l)&&s.get("alignTicks")&&null==s.get("interval")?i.push(a):(xh(l,s),yW(l)&&(t=a))}i.length&&(t||xh((t=i.pop()).scale,t.model),(0,mo.S6)(i,function(e){!function(e,t,n){var r=y0.prototype,i=r.getTicks.call(n),o=r.getTicks.call(n,!0),a=i.length-1,s=r.getInterval.call(n),l=xd(e,t),u=l.extent,c=l.fixMin,d=l.fixMax;if("log"===e.type){var h=xZ(e.base);u=[xZ(u[0])/h,xZ(u[1])/h]}e.setExtent(u[0],u[1]),e.calcNiceExtent({splitNumber:a,fixMin:c,fixMax:d});var p=r.getExtent.call(e);c&&(u[0]=p[0]),d&&(u[1]=p[1]);var f=r.getInterval.call(e),g=u[0],m=u[1];if(c&&d)f=(m-g)/a;else if(c)for(m=u[0]+f*a;m<u[1]&&isFinite(m)&&isFinite(u[1]);)f=yG(f),m=u[0]+f*a;else if(d)for(g=u[1]-f*a;g>u[0]&&isFinite(g)&&isFinite(u[0]);)f=yG(f),g=u[1]-f*a;else{e.getTicks().length-1>a&&(f=yG(f));var v=f*a;m=Math.ceil(u[1]/f)*f,(g=(0,ma.NM)(m-v))<0&&u[0]>=0?(g=0,m=(0,ma.NM)(v)):m>0&&u[1]<=0&&(m=0,g=-(0,ma.NM)(v))}var y=(i[0].value-o[0].value)/s,x=(i[a].value-o[a].value)/s;r.setExtent.call(e,g+f*y,m+f*x),r.setInterval.call(e,f),(y||x)&&r.setNiceExtent.call(e,g+f,m-f)}(e.scale,e.model,t.scale)}))}}this._updateScale(e,this.model),r(n.x),r(n.y);var i={};(0,mo.S6)(n.x,function(e){xz(n,"y",e,i)}),(0,mo.S6)(n.y,function(e){xz(n,"x",e,i)}),this.resize(this.model,t)},e.prototype.resize=function(e,t,n){var r=e.getBoxLayoutParams(),i=!n&&e.get("containLabel"),o=(0,v0.ME)(r,{width:t.getWidth(),height:t.getHeight()});this._rect=o;var a=this._axesList;function s(){(0,mo.S6)(a,function(e){var t,n,r,i,a=e.isHorizontal(),s=a?[0,o.width]:[0,o.height],l=+!!e.inverse;e.setExtent(s[l],s[1-l]),t=e,n=a?o.x:o.y,i=(r=t.getExtent())[0]+r[1],t.toGlobalCoord="x"===t.dim?function(e){return e+n}:function(e){return i-e+n},t.toLocalCoord="x"===t.dim?function(e){return e-n}:function(e){return i-e+n}})}s(),i&&((0,mo.S6)(a,function(e){if(!e.model.get(["axisLabel","inside"])){var t=function(e){var t,n,r,i=e.model,o=e.scale;if(!(!i.get(["axisLabel","show"])||o.isBlank())){var a=o.getExtent();n=o instanceof yQ?o.count():(t=o.getTicks()).length;var s=e.getLabelModel(),l=xp(e),u=1;n>40&&(u=Math.ceil(n/40));for(var c=0;c<n;c+=u){var d=l(t?t[c]:{value:a[0]+c},c),h=function(e,t){var n=t*Math.PI/180,r=e.width,i=e.height,o=r*Math.abs(Math.cos(n))+Math.abs(i*Math.sin(n)),a=r*Math.abs(Math.sin(n))+Math.abs(i*Math.cos(n));return new yc.Z(e.x,e.y,o,a)}(s.getTextRect(d),s.get("rotate")||0);r?r.union(h):r=h}return r}}(e);if(t){var n=e.isHorizontal()?"height":"width",r=e.model.get(["axisLabel","margin"]);o[n]-=t[n]+r,"top"===e.position?o.y+=t.height+r:"left"===e.position&&(o.x+=t.width+r)}}}),s()),(0,mo.S6)(this._coordsList,function(e){e.calcAffineTransform()})},e.prototype.getAxis=function(e,t){var n=this._axesMap[e];if(null!=n)return n[t||0]},e.prototype.getAxes=function(){return this._axesList.slice()},e.prototype.getCartesian=function(e,t){if(null!=e&&null!=t){var n="x"+e+"y"+t;return this._coordsMap[n]}(0,mo.Kn)(e)&&(t=e.yAxisIndex,e=e.xAxisIndex);for(var r=0,i=this._coordsList;r<i.length;r++)if(i[r].getAxis("x").index===e||i[r].getAxis("y").index===t)return i[r]},e.prototype.getCartesians=function(){return this._coordsList.slice()},e.prototype.convertToPixel=function(e,t,n){var r=this._findConvertTarget(t);return r.cartesian?r.cartesian.dataToPoint(n):r.axis?r.axis.toGlobalCoord(r.axis.dataToCoord(n)):null},e.prototype.convertFromPixel=function(e,t,n){var r=this._findConvertTarget(t);return r.cartesian?r.cartesian.pointToData(n):r.axis?r.axis.coordToData(r.axis.toLocalCoord(n)):null},e.prototype._findConvertTarget=function(e){var t,n,r=e.seriesModel,i=e.xAxisModel||r&&r.getReferringComponents("xAxis",vw.C6).models[0],o=e.yAxisModel||r&&r.getReferringComponents("yAxis",vw.C6).models[0],a=e.gridModel,s=this._coordsList;return r?(t=r.coordinateSystem,0>(0,mo.cq)(s,t)&&(t=null)):i&&o?t=this.getCartesian(i.componentIndex,o.componentIndex):i?n=this.getAxis("x",i.componentIndex):o?n=this.getAxis("y",o.componentIndex):a&&a.coordinateSystem===this&&(t=this._coordsList[0]),{cartesian:t,axis:n}},e.prototype.containPoint=function(e){var t=this._coordsList[0];if(t)return t.containPoint(e)},e.prototype._initCartesian=function(e,t,n){var r=this,i=this,o={left:!1,right:!1,top:!1,bottom:!1},a={x:{},y:{}},s={x:0,y:0};if(t.eachComponent("xAxis",l("x"),this),t.eachComponent("yAxis",l("y"),this),!s.x||!s.y){this._axesMap={},this._axesList=[];return}function l(t){return function(n,r){if(xN(n,e)){var l=n.get("position");"x"===t?"top"!==l&&"bottom"!==l&&(l=o.bottom?"top":"bottom"):"left"!==l&&"right"!==l&&(l=o.left?"right":"left"),o[l]=!0;var u=new x_(t,function(e,t){if(t=t||e.get("type"))switch(t){case"category":return new yQ({ordinalMeta:e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),extent:[1/0,-1/0]});case"time":return new y5({locale:e.ecModel.getLocaleModel(),useUTC:e.ecModel.get("useUTC")});default:return new(y$.getClass(t)||y0)}}(n),[0,0],n.get("type"),l),c="category"===u.type;u.onBand=c&&n.get("boundaryGap"),u.inverse=n.get("inverse"),n.axis=u,u.model=n,u.grid=i,u.index=r,i._axesList.push(u),a[t][r]=u,s[t]++}}}this._axesMap=a,(0,mo.S6)(a.x,function(t,n){(0,mo.S6)(a.y,function(i,o){var a="x"+n+"y"+o,s=new xS(a);s.master=r,s.model=e,r._coordsMap[a]=s,r._coordsList.push(s),s.addAxis(t),s.addAxis(i)})})},e.prototype._updateScale=function(e,t){function n(e,t){(0,mo.S6)(xv(e,t.dim),function(n){t.scale.unionExtentFromData(e,n)})}(0,mo.S6)(this._axesList,function(e){if(e.scale.setExtent(1/0,-1/0),"category"===e.type){var t=e.model.get("categorySortInfo");e.scale.setSortInfo(t)}}),e.eachSeries(function(e){if(xE(e)){var r=xL(e),i=r.xAxisModel,o=r.yAxisModel;if(xN(i,t)&&xN(o,t)){var a=this.getCartesian(i.componentIndex,o.componentIndex),s=e.getData(),l=a.getAxis("x"),u=a.getAxis("y");n(s,l),n(s,u)}}},this)},e.prototype.getTooltipAxes=function(e){var t=[],n=[];return(0,mo.S6)(this.getCartesians(),function(r){var i=null!=e&&"auto"!==e?r.getAxis(e):r.getBaseAxis(),o=r.getOtherAxis(i);0>(0,mo.cq)(t,i)&&t.push(i),0>(0,mo.cq)(n,o)&&n.push(o)}),{baseAxes:t,otherAxes:n}},e.create=function(t,n){var r=[];return t.eachComponent("grid",function(i,o){var a=new e(i,t,n);a.name="grid_"+o,a.resize(i,n,!0),i.coordinateSystem=a,r.push(a)}),t.eachSeries(function(e){if(xE(e)){var t=xL(e),n=t.xAxisModel,r=t.yAxisModel;e.coordinateSystem=n.getCoordSysModel().coordinateSystem.getCartesian(n.componentIndex,r.componentIndex)}}),r},e.dimensions=xb,e}();function xN(e,t){return e.getCoordSysModel()===t}function xz(e,t,n,r){n.getAxesOnZeroOf=function(){return i?[i]:[]};var i,o=e[t],a=n.model,s=a.get(["axisLine","onZero"]),l=a.get(["axisLine","onZeroAxisIndex"]);if(s){if(null!=l)xF(o[l])&&(i=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&xF(o[u])&&!r[c(o[u])]){i=o[u];break}i&&(r[c(i)]=!0)}function c(e){return e.dim+"_"+e.index}}function xF(e){var t,n,r;return e&&"category"!==e.type&&"time"!==e.type&&(n=(t=e.scale.getExtent())[0],r=t[1],!(n>0&&r>0||n<0&&r<0))}var xj=n(6505),xV=Math.PI,xH=function(){function e(e,t){this.group=new mR.Z,this.opt=t,this.axisModel=e,(0,mo.ce)(t,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var n=new mR.Z({x:t.position[0],y:t.position[1],rotation:t.rotation});n.updateTransform(),this._transformGroup=n}return e.prototype.hasBuilder=function(e){return!!x$[e]},e.prototype.add=function(e){x$[e](this.opt,this.axisModel,this.group,this._transformGroup)},e.prototype.getGroup=function(){return this.group},e.innerTextLayout=function(e,t,n){var r,i,o=(0,ma.wW)(t-e);return(0,ma.mW)(o)?(i=n>0?"top":"bottom",r="center"):(0,ma.mW)(o-xV)?(i=n>0?"bottom":"top",r="center"):(i="middle",r=o>0&&o<xV?n>0?"right":"left":n>0?"left":"right"),{rotation:o,textAlign:r,textVerticalAlign:i}},e.makeAxisEventDataBase=function(e){var t={componentType:e.mainType,componentIndex:e.componentIndex};return t[e.mainType+"Index"]=e.componentIndex,t},e.isLabelSilent=function(e){var t=e.get("tooltip");return e.get("silent")||!(e.get("triggerEvent")||t&&t.show)},e}(),x$={axisLine:function(e,t,n,r){var i=t.get(["axisLine","show"]);if("auto"===i&&e.handleAutoShown&&(i=e.handleAutoShown("axisLine")),i){var o=t.axis.getExtent(),a=r.transform,s=[o[0],0],l=[o[1],0],u=s[0]>l[0];a&&((0,v9.Ne)(s,s,a),(0,v9.Ne)(l,l,a));var c=(0,mo.l7)({lineCap:"round"},t.getModel(["axisLine","lineStyle"]).getLineStyle()),d=new vG.Z({shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:c,strokeContainThreshold:e.strokeContainThreshold||5,silent:!0,z2:1});m_.subPixelOptimizeLine(d.shape,d.style.lineWidth),d.anid="line",n.add(d);var h=t.get(["axisLine","symbol"]);if(null!=h){var p=t.get(["axisLine","symbolSize"]);(0,mo.HD)(h)&&(h=[h,h]),((0,mo.HD)(p)||(0,mo.hj)(p))&&(p=[p,p]);var f=(0,vl.Cq)(t.get(["axisLine","symbolOffset"])||0,p),g=p[0],m=p[1];(0,mo.S6)([{rotate:e.rotation+Math.PI/2,offset:f[0],r:0},{rotate:e.rotation-Math.PI/2,offset:f[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],function(t,r){if("none"!==h[r]&&null!=h[r]){var i=(0,vl.th)(h[r],-g/2,-m/2,g,m,c.stroke,!0),o=t.r+t.offset,a=u?l:s;i.attr({rotation:t.rotate,x:a[0]+o*Math.cos(e.rotation),y:a[1]-o*Math.sin(e.rotation),silent:!0,z2:11}),n.add(i)}})}}},axisTickLabel:function(e,t,n,r){var i=function(e,t,n,r){var i=n.axis,o=n.getModel("axisTick"),a=o.get("show");if("auto"===a&&r.handleAutoShown&&(a=r.handleAutoShown("axisTick")),!(!a||i.scale.isBlank())){for(var s=o.getModel("lineStyle"),l=r.tickDirection*o.get("length"),u=xU(i.getTicksCoords(),t.transform,l,(0,mo.ce)(s.getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])}),"ticks"),c=0;c<u.length;c++)e.add(u[c]);return u}}(n,r,t,e),o=function(e,t,n,r){var i=n.axis;if(!(!(0,mo.Jv)(r.axisLabelShow,n.get(["axisLabel","show"]))||i.scale.isBlank())){var o=n.getModel("axisLabel"),a=o.get("margin"),s=i.getViewLabels(),l=((0,mo.Jv)(r.labelRotate,o.get("rotate"))||0)*xV/180,u=xH.innerTextLayout(r.rotation,l,r.labelDirection),c=n.getCategories&&n.getCategories(!0),d=[],h=xH.isLabelSilent(n),p=n.get("triggerEvent");return(0,mo.S6)(s,function(l,f){var g="ordinal"===i.scale.type?i.scale.getRawOrdinalNumber(l.tickValue):l.tickValue,m=l.formattedLabel,v=l.rawLabel,y=o;if(c&&c[g]){var x=c[g];(0,mo.Kn)(x)&&x.textStyle&&(y=new xj.Z(x.textStyle,o,n.ecModel))}var b=y.getTextColor()||n.get(["axisLine","lineStyle","color"]),w=i.dataToCoord(g),S=y.getShallow("align",!0)||u.textAlign,C=(0,mo.pD)(y.getShallow("alignMinLabel",!0),S),k=(0,mo.pD)(y.getShallow("alignMaxLabel",!0),S),M=y.getShallow("verticalAlign",!0)||y.getShallow("baseline",!0)||u.textVerticalAlign,T=(0,mo.pD)(y.getShallow("verticalAlignMinLabel",!0),M),I=(0,mo.pD)(y.getShallow("verticalAlignMaxLabel",!0),M),A=new vb.ZP({x:w,y:r.labelOffset+r.labelDirection*a,rotation:u.rotation,silent:h,z2:10+(l.level||0),style:(0,mN.Lr)(y,{text:m,align:0===f?C:f===s.length-1?k:S,verticalAlign:0===f?T:f===s.length-1?I:M,fill:(0,mo.mf)(b)?b("category"===i.type?v:"value"===i.type?g+"":g,f):b})});if(A.anid="label_"+g,p){var D=xH.makeAxisEventDataBase(n);D.targetType="axisLabel",D.value=v,D.tickIndex=f,"category"===i.type&&(D.dataIndex=g),(0,mZ.A)(A).eventData=D}t.add(A),A.updateTransform(),d.push(A),e.add(A),A.decomposeTransform()}),d}}(n,r,t,e);(function(e,t,n){if(!xm(e.axis)){var r=e.get(["axisLabel","showMinLabel"]),i=e.get(["axisLabel","showMaxLabel"]);n=n||[];var o=(t=t||[])[0],a=t[1],s=t[t.length-1],l=t[t.length-2],u=n[0],c=n[1],d=n[n.length-1],h=n[n.length-2];!1===r?(xW(o),xW(u)):xG(o,a)&&(r?(xW(a),xW(c)):(xW(o),xW(u))),!1===i?(xW(s),xW(d)):xG(l,s)&&(i?(xW(l),xW(h)):(xW(s),xW(d)))}})(t,o,i),function(e,t,n,r){var i=n.axis,o=n.getModel("minorTick");if(!(!o.get("show")||i.scale.isBlank())){var a=i.getMinorTicksCoords();if(a.length)for(var s=o.getModel("lineStyle"),l=r*o.get("length"),u=(0,mo.ce)(s.getLineStyle(),(0,mo.ce)(n.getModel("axisTick").getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])})),c=0;c<a.length;c++)for(var d=xU(a[c],t.transform,l,u,"minorticks_"+c),h=0;h<d.length;h++)e.add(d[h])}}(n,r,t,e.tickDirection),t.get(["axisLabel","hideOverlap"])&&function(e){var t=[];e.sort(function(e,t){return t.priority-e.priority});var n=new yc.Z(0,0,0,0);function r(e){if(!e.ignore){var t=e.ensureState("emphasis");null==t.ignore&&(t.ignore=!1)}e.ignore=!0}for(var i=0;i<e.length;i++){var o=e[i],a=o.axisAligned,s=o.localRect,l=o.transform,u=o.label,c=o.labelLine;n.copy(o.rect),n.width-=.1,n.height-=.1,n.x+=.05,n.y+=.05;for(var d=o.obb,h=!1,p=0;p<t.length;p++){var f=t[p];if(n.intersect(f.rect)&&(a&&f.axisAligned||(f.obb||(f.obb=new yu.Z(f.localRect,f.transform)),d||(d=new yu.Z(s,l)),d.intersect(f.obb)))){h=!0;break}}h?(r(u),c&&r(c)):(u.attr("ignore",o.defaultAttr.ignore),c&&c.attr("ignore",o.defaultAttr.labelGuideIgnore),t.push(o))}}(function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];if(!r.defaultAttr.ignore){var i=r.label,o=i.getComputedTransform(),a=i.getBoundingRect(),s=!o||o[1]<1e-5&&o[2]<1e-5,l=i.style.margin||0,u=a.clone();u.applyTransform(o),u.x-=l/2,u.y-=l/2,u.width+=l,u.height+=l;var c=s?new yu.Z(a,o):null;t.push({label:i,labelLine:r.labelLine,rect:u,localRect:a,obb:c,priority:r.priority,defaultAttr:r.defaultAttr,layoutOption:r.computedLayoutOption,axisAligned:s,transform:o})}}return t}((0,mo.UI)(o,function(e){return{label:e,priority:e.z2,defaultAttr:{ignore:e.ignore}}})))},axisName:function(e,t,n,r){var i,o,a=(0,mo.Jv)(e.axisName,t.get("name"));if(a){var s,l,u,c,d,h,p,f,g,m=t.get("nameLocation"),v=e.nameDirection,y=t.getModel("nameTextStyle"),x=t.get("nameGap")||0,b=t.axis.getExtent(),w=b[0]>b[1]?-1:1,S=["start"===m?b[0]-w*x:"end"===m?b[1]+w*x:(b[0]+b[1])/2,xq(m)?e.labelOffset+v*x:0],C=t.get("nameRotate");null!=C&&(C=C*xV/180),xq(m)?i=xH.innerTextLayout(e.rotation,null!=C?C:e.rotation,v):(s=e.rotation,l=m,u=C||0,c=b,p=(0,ma.wW)(u-s),f=c[0]>c[1],g="start"===l&&!f||"start"!==l&&f,(0,ma.mW)(p-xV/2)?(h=g?"bottom":"top",d="center"):(0,ma.mW)(p-1.5*xV)?(h=g?"top":"bottom",d="center"):(h="middle",d=p<1.5*xV&&p>xV/2?g?"left":"right":g?"right":"left"),i={rotation:p,textAlign:d,textVerticalAlign:h},null!=(o=e.axisNameAvailableWidth)&&(isFinite(o=Math.abs(o/Math.sin(i.rotation)))||(o=null)));var k=y.getFont(),M=t.get("nameTruncate",!0)||{},T=M.ellipsis,I=(0,mo.Jv)(e.nameTruncateMaxWidth,M.maxWidth,o),A=new vb.ZP({x:S[0],y:S[1],rotation:i.rotation,silent:xH.isLabelSilent(t),style:(0,mN.Lr)(y,{text:a,font:k,overflow:"truncate",width:I,ellipsis:T,fill:y.getTextColor()||t.get(["axisLine","lineStyle","color"]),align:y.get("align")||i.textAlign,verticalAlign:y.get("verticalAlign")||i.textVerticalAlign}),z2:1});if(m_.setTooltipConfig({el:A,componentModel:t,itemName:a}),A.__fullText=a,A.anid="name",t.get("triggerEvent")){var D=xH.makeAxisEventDataBase(t);D.targetType="axisName",D.name=a,(0,mZ.A)(A).eventData=D}r.add(A),A.updateTransform(),n.add(A),A.decomposeTransform()}}};function xW(e){e&&(e.ignore=!0)}function xG(e,t){var n=e&&e.getBoundingRect().clone(),r=t&&t.getBoundingRect().clone();if(n&&r){var i=xx.yR([]);return xx.U1(i,i,-e.rotation),n.applyTransform(xx.dC([],i,e.getLocalTransform())),r.applyTransform(xx.dC([],i,t.getLocalTransform())),n.intersect(r)}}function xq(e){return"middle"===e||"center"===e}function xU(e,t,n,r,i){for(var o=[],a=[],s=[],l=0;l<e.length;l++){var u=e[l].coord;a[0]=u,a[1]=0,s[0]=u,s[1]=n,t&&((0,v9.Ne)(a,a,t),(0,v9.Ne)(s,s,t));var c=new vG.Z({shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:r,z2:2,autoBatch:!0,silent:!0});m_.subPixelOptimizeLine(c.shape,c.style.lineWidth),c.anid=i+"_"+e[l].tickValue,o.push(c)}return o}function xY(e,t){return"all"===e||(0,mo.kJ)(e)&&(0,mo.cq)(e,t)>=0||e===t}function xX(e){var t=(e.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return t&&t.axesInfo[xQ(e)]}function xK(e){return!!e.get(["handle","show"])}function xQ(e){return e.type+"||"+e.id}var xJ={},x0=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.render=function(t,n,r,i){this.axisPointerClass&&function(e){var t=xX(e);if(t){var n=t.axisPointerModel,r=t.axis.scale,i=n.option,o=n.get("status"),a=n.get("value");null!=a&&(a=r.parse(a));var s=xK(n);null==o&&(i.status=s?"show":"hide");var l=r.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),a<l[0]&&(a=l[0]),i.value=a,s&&(i.status=t.axis.scale.isBlank()?"hide":"show")}}(t),e.prototype.render.apply(this,arguments),this._doUpdateAxisPointerClass(t,r,!0)},t.prototype.updateAxisPointer=function(e,t,n,r){this._doUpdateAxisPointerClass(e,n,!1)},t.prototype.remove=function(e,t){var n=this._axisPointer;n&&n.remove(t)},t.prototype.dispose=function(t,n){this._disposeAxisPointer(n),e.prototype.dispose.apply(this,arguments)},t.prototype._doUpdateAxisPointerClass=function(e,n,r){var i=t.getAxisPointerClass(this.axisPointerClass);if(i){var o,a=(o=xX(e))&&o.axisPointerModel;a?(this._axisPointer||(this._axisPointer=new i)).render(e,a,n,r):this._disposeAxisPointer(n)}},t.prototype._disposeAxisPointer=function(e){this._axisPointer&&this._axisPointer.dispose(e),this._axisPointer=null},t.registerAxisPointerClass=function(e,t){xJ[e]=t},t.getAxisPointerClass=function(e){return e&&xJ[e]},t.type="axis",t}(yT.Z),x1=(0,vw.Yf)(),x2=["axisLine","axisTickLabel","axisName"],x5=["splitArea","splitLine","minorSplitLine"],x3=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.axisPointerClass="CartesianAxisPointer",n}return(0,mk.ZT)(t,e),t.prototype.render=function(t,n,r,i){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new mR.Z,this.group.add(this._axisGroup),t.get("show")){var a=t.getCoordSysModel(),s=xO(a,t),l=new xH(t,mo.l7({handleAutoShown:function(e){for(var n=a.coordinateSystem.getCartesians(),r=0;r<n.length;r++)if(yW(n[r].getOtherAxis(t.axis).scale))return!0;return!1}},s));mo.S6(x2,l.add,l),this._axisGroup.add(l.getGroup()),mo.S6(x5,function(e){t.get([e,"show"])&&x4[e](this,this._axisGroup,t,a)},this),i&&"changeAxisOrder"===i.type&&i.isInitSort||m_.groupTransition(o,this._axisGroup,t),e.prototype.render.call(this,t,n,r,i)}},t.prototype.remove=function(){x1(this).splitAreaColors=null},t.type="cartesianAxis",t}(x0),x4={splitLine:function(e,t,n,r){var i=n.axis;if(!i.scale.isBlank()){var o=n.getModel("splitLine"),a=o.getModel("lineStyle"),s=a.get("color");s=mo.kJ(s)?s:[s];for(var l=r.coordinateSystem.getRect(),u=i.isHorizontal(),c=0,d=i.getTicksCoords({tickModel:o}),h=[],p=[],f=a.getLineStyle(),g=0;g<d.length;g++){var m=i.toGlobalCoord(d[g].coord);u?(h[0]=m,h[1]=l.y,p[0]=m,p[1]=l.y+l.height):(h[0]=l.x,h[1]=m,p[0]=l.x+l.width,p[1]=m);var v=c++%s.length,y=d[g].tickValue,x=new vG.Z({anid:null!=y?"line_"+d[g].tickValue:null,autoBatch:!0,shape:{x1:h[0],y1:h[1],x2:p[0],y2:p[1]},style:mo.ce({stroke:s[v]},f),silent:!0});m_.subPixelOptimizeLine(x.shape,f.lineWidth),t.add(x)}}},minorSplitLine:function(e,t,n,r){var i=n.axis,o=n.getModel("minorSplitLine").getModel("lineStyle"),a=r.coordinateSystem.getRect(),s=i.isHorizontal(),l=i.getMinorTicksCoords();if(l.length)for(var u=[],c=[],d=o.getLineStyle(),h=0;h<l.length;h++)for(var p=0;p<l[h].length;p++){var f=i.toGlobalCoord(l[h][p].coord);s?(u[0]=f,u[1]=a.y,c[0]=f,c[1]=a.y+a.height):(u[0]=a.x,u[1]=f,c[0]=a.x+a.width,c[1]=f);var g=new vG.Z({anid:"minor_line_"+l[h][p].tickValue,autoBatch:!0,shape:{x1:u[0],y1:u[1],x2:c[0],y2:c[1]},style:d,silent:!0});m_.subPixelOptimizeLine(g.shape,d.lineWidth),t.add(g)}},splitArea:function(e,t,n,r){!function(e,t,n,r){var i=n.axis;if(!i.scale.isBlank()){var o=n.getModel("splitArea"),a=o.getModel("areaStyle"),s=a.get("color"),l=r.coordinateSystem.getRect(),u=i.getTicksCoords({tickModel:o,clamp:!0});if(u.length){var c=s.length,d=x1(e).splitAreaColors,h=mo.kW(),p=0;if(d)for(var f=0;f<u.length;f++){var g=d.get(u[f].tickValue);if(null!=g){p=(g+(c-1)*f)%c;break}}var m=i.toGlobalCoord(u[0].coord),v=a.getAreaStyle();s=mo.kJ(s)?s:[s];for(var f=1;f<u.length;f++){var y=i.toGlobalCoord(u[f].coord),x=void 0,b=void 0,w=void 0,S=void 0;i.isHorizontal()?(x=m,b=l.y,w=y-x,S=l.height,m=x+w):(x=l.x,b=m,w=l.width,S=y-b,m=b+S);var C=u[f-1].tickValue;null!=C&&h.set(C,p),t.add(new mE.Z({anid:null!=C?"area_"+C:null,shape:{x:x,y:b,width:w,height:S},style:mo.ce({fill:s[p]},v),autoBatch:!0,silent:!0})),p=(p+1)%c}x1(e).splitAreaColors=h}}}(e,t,n,r)}},x6=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.type="xAxis",t}(x3),x8=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=x6.type,t}return(0,mk.ZT)(t,e),t.type="yAxis",t}(x3),x9=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="grid",t}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t){this.group.removeAll(),e.get("show")&&this.group.add(new mE.Z({shape:e.coordinateSystem.getRect(),style:(0,mo.ce)({fill:e.get("backgroundColor")},e.getItemStyle()),silent:!0,z2:-1}))},t.type="grid",t}(yT.Z),x7={offset:0};function be(e){e.registerComponentView(x9),e.registerComponentModel(yA),e.registerCoordinateSystem("cartesian2d",xB),yj(e,"x",yP,x7),yj(e,"y",yP,x7),e.registerComponentView(x6),e.registerComponentView(x8),e.registerPreprocessor(function(e){e.xAxis&&e.yAxis&&!e.grid&&(e.grid={})})}var bt={color:"fill",borderColor:"stroke"},bn={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},br=(0,vw.Yf)(),bi=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},t.prototype.getInitialData=function(e,t){return(0,mT.Z)(null,this)},t.prototype.getDataParams=function(t,n,r){var i=e.prototype.getDataParams.call(this,t,n);return r&&(i.info=br(r).info),i},t.type="series.custom",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},t}(mM.Z),bo=n(2787);function ba(e,t){return t=t||[0,0],mo.UI(["x","y"],function(n,r){var i=this.getAxis(n),o=t[r],a=e[r]/2;return"category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(o-a)-i.dataToCoord(o+a))},this)}function bs(e,t){return t=t||[0,0],mo.UI([0,1],function(n){var r=t[n],i=e[n]/2,o=[],a=[];return o[n]=r-i,a[n]=r+i,o[1-n]=a[1-n]=t[1-n],Math.abs(this.dataToPoint(o)[n]-this.dataToPoint(a)[n])},this)}function bl(e,t){var n=this.getAxis(),r=t instanceof Array?t[0]:t,i=(e instanceof Array?e[0]:e)/2;return"category"===n.type?n.getBandWidth():Math.abs(n.dataToCoord(r-i)-n.dataToCoord(r+i))}function bu(e,t){return t=t||[0,0],mo.UI(["Radius","Angle"],function(n,r){var i=this["get"+n+"Axis"](),o=t[r],a=e[r]/2,s="category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(o-a)-i.dataToCoord(o+a));return"Angle"===n&&(s=s*Math.PI/180),s},this)}var bc=n(3670);function bd(e,t){t&&(t.font=t.textFont||t.font,(0,mo.RI)(t,"textStrokeWidth")&&(e.lineWidth=t.textStrokeWidth),(0,mo.RI)(t,"textAlign")&&(e.align=t.textAlign),(0,mo.RI)(t,"textVerticalAlign")&&(e.verticalAlign=t.textVerticalAlign),(0,mo.RI)(t,"textLineHeight")&&(e.lineHeight=t.textLineHeight),(0,mo.RI)(t,"textWidth")&&(e.width=t.textWidth),(0,mo.RI)(t,"textHeight")&&(e.height=t.textHeight),(0,mo.RI)(t,"textBackgroundColor")&&(e.backgroundColor=t.textBackgroundColor),(0,mo.RI)(t,"textPadding")&&(e.padding=t.textPadding),(0,mo.RI)(t,"textBorderColor")&&(e.borderColor=t.textBorderColor),(0,mo.RI)(t,"textBorderWidth")&&(e.borderWidth=t.textBorderWidth),(0,mo.RI)(t,"textBorderRadius")&&(e.borderRadius=t.textBorderRadius),(0,mo.RI)(t,"textBoxShadowColor")&&(e.shadowColor=t.textBoxShadowColor),(0,mo.RI)(t,"textBoxShadowBlur")&&(e.shadowBlur=t.textBoxShadowBlur),(0,mo.RI)(t,"textBoxShadowOffsetX")&&(e.shadowOffsetX=t.textBoxShadowOffsetX),(0,mo.RI)(t,"textBoxShadowOffsetY")&&(e.shadowOffsetY=t.textBoxShadowOffsetY))}function bh(e,t,n){e.textPosition=e.textPosition||n.position||"inside",null!=n.offset&&(e.textOffset=n.offset),null!=n.rotation&&(e.textRotation=n.rotation),null!=n.distance&&(e.textDistance=n.distance);var r=e.textPosition.indexOf("inside")>=0,i=e.fill||"#000";bp(e,t);var o=null==e.textFill;return r?o&&(e.textFill=n.insideFill||"#fff",!e.textStroke&&n.insideStroke&&(e.textStroke=n.insideStroke),e.textStroke||(e.textStroke=i),null==e.textStrokeWidth&&(e.textStrokeWidth=2)):(o&&(e.textFill=e.fill||n.outsideFill||"#000"),!e.textStroke&&n.outsideStroke&&(e.textStroke=n.outsideStroke)),e.text=t.text,e.rich=t.rich,(0,mo.S6)(t.rich,function(e){bp(e,e)}),e}function bp(e,t){t&&((0,mo.RI)(t,"fill")&&(e.textFill=t.fill),(0,mo.RI)(t,"stroke")&&(e.textStroke=t.fill),(0,mo.RI)(t,"lineWidth")&&(e.textStrokeWidth=t.lineWidth),(0,mo.RI)(t,"font")&&(e.font=t.font),(0,mo.RI)(t,"fontStyle")&&(e.fontStyle=t.fontStyle),(0,mo.RI)(t,"fontWeight")&&(e.fontWeight=t.fontWeight),(0,mo.RI)(t,"fontSize")&&(e.fontSize=t.fontSize),(0,mo.RI)(t,"fontFamily")&&(e.fontFamily=t.fontFamily),(0,mo.RI)(t,"align")&&(e.textAlign=t.align),(0,mo.RI)(t,"verticalAlign")&&(e.textVerticalAlign=t.verticalAlign),(0,mo.RI)(t,"lineHeight")&&(e.textLineHeight=t.lineHeight),(0,mo.RI)(t,"width")&&(e.textWidth=t.width),(0,mo.RI)(t,"height")&&(e.textHeight=t.height),(0,mo.RI)(t,"backgroundColor")&&(e.textBackgroundColor=t.backgroundColor),(0,mo.RI)(t,"padding")&&(e.textPadding=t.padding),(0,mo.RI)(t,"borderColor")&&(e.textBorderColor=t.borderColor),(0,mo.RI)(t,"borderWidth")&&(e.textBorderWidth=t.borderWidth),(0,mo.RI)(t,"borderRadius")&&(e.textBorderRadius=t.borderRadius),(0,mo.RI)(t,"shadowColor")&&(e.textBoxShadowColor=t.shadowColor),(0,mo.RI)(t,"shadowBlur")&&(e.textBoxShadowBlur=t.shadowBlur),(0,mo.RI)(t,"shadowOffsetX")&&(e.textBoxShadowOffsetX=t.shadowOffsetX),(0,mo.RI)(t,"shadowOffsetY")&&(e.textBoxShadowOffsetY=t.shadowOffsetY),(0,mo.RI)(t,"textShadowColor")&&(e.textShadowColor=t.textShadowColor),(0,mo.RI)(t,"textShadowBlur")&&(e.textShadowBlur=t.textShadowBlur),(0,mo.RI)(t,"textShadowOffsetX")&&(e.textShadowOffsetX=t.textShadowOffsetX),(0,mo.RI)(t,"textShadowOffsetY")&&(e.textShadowOffsetY=t.textShadowOffsetY))}var bf=n(2159),bg=n(9690),bm=n(8026),bv=n(4066),by={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},bx=(0,mo.XP)(by);(0,mo.u4)(bv.dN,function(e,t){return e[t]=1,e},{}),bv.dN.join(", ");var bb=["","style","shape","extra"],bw=(0,vw.Yf)();function bS(e,t,n,r,i){var o=e+"Animation",a=(0,mO.ke)(e,r,i)||{},s=bw(t).userDuring;return a.duration>0&&(a.during=s?(0,mo.ak)(bI,{el:t,userDuring:s}):null,a.setToFinal=!0,a.scope=e),(0,mo.l7)(a,n[o]),a}function bC(e,t,n,r){if(e){var i=e.parent,o=bw(e).leaveToProps;if(o){var a=bS("update",e,t,n,0);a.done=function(){i.remove(e),r&&r()},e.animateTo(o,a)}else i.remove(e),r&&r()}}function bk(e){return"all"===e}var bM={},bT={setTransform:function(e,t){return bM.el[e]=t,this},getTransform:function(e){return bM.el[e]},setShape:function(e,t){var n=bM.el;return(n.shape||(n.shape={}))[e]=t,n.dirtyShape&&n.dirtyShape(),this},getShape:function(e){var t=bM.el.shape;if(t)return t[e]},setStyle:function(e,t){var n=bM.el,r=n.style;return r&&(r[e]=t,n.dirtyStyle&&n.dirtyStyle()),this},getStyle:function(e){var t=bM.el.style;if(t)return t[e]},setExtra:function(e,t){return(bM.el.extra||(bM.el.extra={}))[e]=t,this},getExtra:function(e){var t=bM.el.extra;if(t)return t[e]}};function bI(){var e=this.el;if(e){var t=bw(e).userDuring,n=this.userDuring;if(t!==n){this.el=this.userDuring=null;return}bM.el=e,n(bT)}}function bA(e,t,n,r){var i,o=n[e];if(o){var a=t[e];if(a){var s=n.transition,l=o.transition;if(l)if(i||(i=r[e]={}),bk(l))(0,mo.l7)(i,a);else for(var u=(0,vw.kF)(l),c=0;c<u.length;c++){var d=u[c],h=a[d];i[d]=h}else if(bk(s)||(0,mo.cq)(s,e)>=0){i||(i=r[e]={});for(var p=(0,mo.XP)(a),c=0;c<p.length;c++){var f,g,d=p[c],h=a[d];f=o[d],g=h,((0,mo.zG)(f)?f!==g:null!=f&&isFinite(f))&&(i[d]=h)}}}}}function bD(e,t,n){var r=t[e];if(r)for(var i=n[e]={},o=(0,mo.XP)(r),a=0;a<o.length;a++){var s=o[a];i[s]=(0,bm.V)(r[s])}}var bP=(0,vw.Yf)(),bR=["percent","easing","shape","style","extra"],b_="emphasis",bO="normal",bE="blur",bL="select",bZ=[bO,b_,bE,bL],bB={normal:["itemStyle"],emphasis:[b_,"itemStyle"],blur:[bE,"itemStyle"],select:[bL,"itemStyle"]},bN={normal:["label"],emphasis:[b_,"label"],blur:[bE,"label"],select:[bL,"label"]},bz=["x","y"],bF={normal:{},emphasis:{},blur:{},select:{}},bj={cartesian2d:function(e){var t=e.master.getRect();return{coordSys:{type:"cartesian2d",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(t){return e.dataToPoint(t)},size:mo.ak(ba,e)}}},geo:function(e){var t=e.getBoundingRect();return{coordSys:{type:"geo",x:t.x,y:t.y,width:t.width,height:t.height,zoom:e.getZoom()},api:{coord:function(t){return e.dataToPoint(t)},size:mo.ak(bs,e)}}},single:function(e){var t=e.getRect();return{coordSys:{type:"singleAxis",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(t){return e.dataToPoint(t)},size:(0,mo.ak)(bl,e)}}},polar:function(e){var t=e.getRadiusAxis(),n=e.getAngleAxis(),r=t.getExtent();return r[0]>r[1]&&r.reverse(),{coordSys:{type:"polar",cx:e.cx,cy:e.cy,r:r[1],r0:r[0]},api:{coord:function(r){var i=t.dataToRadius(r[0]),o=n.dataToAngle(r[1]),a=e.coordToPoint([i,o]);return a.push(i,o*Math.PI/180),a},size:mo.ak(bu,e)}}},calendar:function(e){var t=e.getRect(),n=e.getRangeInfo();return{coordSys:{type:"calendar",x:t.x,y:t.y,width:t.width,height:t.height,cellWidth:e.getCellWidth(),cellHeight:e.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(t,n){return e.dataToPoint(t,n)}}}}};function bV(e){return e instanceof mP.ZP}function bH(e){return e instanceof bc.ZP}var b$=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n,r){this._progressiveEls=null;var i=this._data,o=e.getData(),a=this.group,s=bU(e,o,t,n);i||a.removeAll(),o.diff(i).add(function(t){bY(n,null,t,s(t,r),e,a,o)}).remove(function(t){var n=i.getItemGraphicEl(t);n&&bC(n,br(n).option,e)}).update(function(t,l){bY(n,i.getItemGraphicEl(l),t,s(t,r),e,a,o)}).execute();var l=e.get("clip",!0)?mV(e.coordinateSystem,!1,e):null;l?a.setClipPath(l):a.removeClipPath(),this._data=o},t.prototype.incrementalPrepareRender=function(e,t,n){this.group.removeAll(),this._data=null},t.prototype.incrementalRender=function(e,t,n,r,i){var o=t.getData(),a=bU(t,o,n,r),s=this._progressiveEls=[];function l(e){e.isGroup||(e.incremental=!0,e.ensureState("emphasis").hoverLayer=!0)}for(var u=e.start;u<e.end;u++){var c=bY(null,null,u,a(u,i),t,this.group,o);c&&(c.traverse(l),s.push(c))}},t.prototype.eachRendered=function(e){m_.traverseElements(this._progressiveEls||this.group,e)},t.prototype.filterForExposedEvent=function(e,t,n,r){var i=t.element;if(null==i||n.name===i)return!0;for(;(n=n.__hostTarget||n.parent)&&n!==this.group;)if(n.name===i)return!0;return!1},t.type="custom",t}(mW.Z);function bW(e){var t,n=e.type;if("path"===n){var r=e.shape,i=null!=r.width&&null!=r.height?{x:r.x||0,y:r.y||0,width:r.width,height:r.height}:null,o=b3(r);br(t=m_.makePath(o,null,i,r.layout||"center")).customPathData=o}else if("image"===n)br(t=new vc.ZP({})).customImagePath=e.style.image;else if("text"===n)t=new vb.ZP({});else if("group"===n)t=new mR.Z;else if("compoundPath"===n)throw Error('"compoundPath" is not supported yet.');else{var a=m_.getShapeClass(n);a||(0,bf._y)(""),t=new a}return br(t).customGraphicType=n,t.name=e.name,t.z2EmphasisLift=1,t.z2SelectLift=1,t}function bG(e,t,n,r,i,o,a){t.stopAnimation("keyframe"),t.attr(bP(t));var s=i&&i.normal.cfg;s&&t.setTextConfig(s),r&&null==r.transition&&(r.transition=bz);var l=r&&r.style;if(l){"text"===t.type&&((0,mo.RI)(l,"textFill")&&(l.fill=l.textFill),(0,mo.RI)(l,"textStroke")&&(l.stroke=l.textStroke));var u=void 0,c=bV(t)?l.decal:null;e&&c&&(c.dirty=!0,u=(0,bg.I)(c,e)),l.__decalPattern=u}if(bH(t)&&l){var u=l.__decalPattern;u&&(l.decal=u)}!function(e,t,n,r){var i,o,a=(r=r||{}).dataIndex,s=r.isInit,l=r.clearStyle,u=n.isAnimationEnabled(),c=bw(e),d=t.style;c.userDuring=t.during;var h={},p={};if(function(e,t,n){for(var r=0;r<bx.length;r++){var i=bx[r],o=by[i],a=t[i];a&&(n[o[0]]=a[0],n[o[1]]=a[1])}for(var r=0;r<bv.dN.length;r++){var s=bv.dN[r];null!=t[s]&&(n[s]=t[s])}}(0,t,p),bD("shape",t,p),bD("extra",t,p),!s&&u&&(function(e,t,n){for(var r=t.transition,i=bk(r)?bv.dN:(0,vw.kF)(r||[]),o=0;o<i.length;o++){var a=i[o];if("style"!==a&&"shape"!==a&&"extra"!==a){var s=e[a];n[a]=s}}}(e,t,h),bA("shape",e,t,h),bA("extra",e,t,h),function(e,t,n,r){if(n){var i,o=e.style;if(o){var a=n.transition,s=t.transition;if(a&&!bk(a)){var l=(0,vw.kF)(a);i||(i=r.style={});for(var u=0;u<l.length;u++){var c=l[u],d=o[c];i[c]=d}}else if(e.getAnimationStyleProps&&(bk(s)||bk(a)||(0,mo.cq)(s,"style")>=0)){var h=e.getAnimationStyleProps(),p=h?h.style:null;if(p){i||(i=r.style={});for(var f=(0,mo.XP)(n),u=0;u<f.length;u++){var c=f[u];if(p[c]){var d=o[c];i[c]=d}}}}}}}(e,t,d,h)),p.style=d,function(e,t,n){var r=t.style;if(!e.isGroup&&r){if(n){e.useStyle({});for(var i=e.animators,o=0;o<i.length;o++){var a=i[o];"style"===a.targetName&&a.changeTarget(e.style)}}e.setStyle(r)}t&&(t.style=null,t&&e.attr(t),t.style=r)}(e,p,l),i=e,o=t,(0,mo.RI)(o,"silent")&&(i.silent=o.silent),(0,mo.RI)(o,"ignore")&&(i.ignore=o.ignore),i instanceof bc.ZP&&(0,mo.RI)(o,"invisible")&&(i.invisible=o.invisible),i instanceof mP.ZP&&(0,mo.RI)(o,"autoBatch")&&(i.autoBatch=o.autoBatch),u)if(s){var f={};(0,mo.S6)(bb,function(e){var n=e?t[e]:t;n&&n.enterFrom&&(e&&(f[e]=f[e]||{}),(0,mo.l7)(e?f[e]:f,n.enterFrom))});var g=bS("enter",e,t,n,a);g.duration>0&&e.animateFrom(f,g)}else{var m=e,v=t,y=a||0,x=n,b=h;if(b){var w=bS("update",m,v,x,y);w.duration>0&&m.animateFrom(b,w)}}(function(e,t){for(var n=bw(e).leaveToProps,r=0;r<bb.length;r++){var i=bb[r],o=i?t[i]:t;o&&o.leaveTo&&(n||(n=bw(e).leaveToProps={}),i&&(n[i]=n[i]||{}),(0,mo.l7)(i?n[i]:n,o.leaveTo))}})(e,t),d?e.dirty():e.markRedraw()}(t,r,o,{dataIndex:n,isInit:a,clearStyle:!0}),function e(t,n,r){if(r.isAnimationEnabled()&&n){if((0,mo.kJ)(n))return void(0,mo.S6)(n,function(n){e(t,n,r)});var i=n.keyframes,o=n.duration;if(r&&null==o){var a=(0,mO.ke)("enter",r,0);o=a&&a.duration}if(i&&o){var s=bP(t);(0,mo.S6)(bb,function(e){var r;(!e||t[e])&&(i.sort(function(e,t){return e.percent-t.percent}),(0,mo.S6)(i,function(i){var a=t.animators,l=e?i[e]:i;if(l){var u=(0,mo.XP)(l);if(e||(u=(0,mo.hX)(u,function(e){return 0>(0,mo.cq)(bR,e)})),u.length){r||((r=t.animate(e,n.loop,!0)).scope="keyframe");for(var c=0;c<a.length;c++)a[c]!==r&&a[c].targetName===r.targetName&&a[c].stopTracks(u);e&&(s[e]=s[e]||{});var d=e?s[e]:s;(0,mo.S6)(u,function(n){d[n]=((e?t[e]:t)||{})[n]}),r.whenWithKeys(o*i.percent,l,u,i.easing)}}}),r&&r.delay(n.delay||0).duration(o).start(n.easing))})}}}(t,r.keyframeAnimation,o)}function bq(e,t,n,r,i){var o=t.isGroup?null:t,a=i&&i[e].cfg;if(o){var s=o.ensureState(e);if(!1===r){var l=o.getState(e);l&&(l.style=null)}else s.style=r||null;a&&(s.textConfig=a),(0,mB.MA)(o)}}function bU(e,t,n,r){var i,o,a,s,l=e.get("renderItem"),u=e.coordinateSystem,c={};u&&(c=u.prepareCustoms?u.prepareCustoms(u):bj[u.type](u));for(var d=(0,mo.ce)({getWidth:r.getWidth,getHeight:r.getHeight,getZr:r.getZr,getDevicePixelRatio:r.getDevicePixelRatio,value:function(e,n){return null==n&&(n=a),t.getStore().get(t.getDimensionIndex(e||0),n)},style:function(n,r){null==r&&(r=a);var i=t.getItemVisual(r,"style"),o=i&&i.fill,s=i&&i.opacity,l=b(r,bO).getItemStyle();null!=o&&(l.fill=o),null!=s&&(l.opacity=s);var u={inheritColor:(0,mo.HD)(o)?o:"#000"},c=w(r,bO),d=mN.Lr(c,null,u,!1,!0);d.text=c.getShallow("show")?(0,mo.pD)(e.getFormattedLabel(r,bO),mU(t,r)):null;var h=mN.nC(c,u,!1);return C(n,l),l=bh(l,d,h),n&&S(l,n),l.legacy=!0,l},ordinalRawValue:function(e,n){null==n&&(n=a),e=e||0;var r=t.getDimensionInfo(e);if(!r){var i=t.getDimensionIndex(e);return i>=0?t.getStore().get(i,n):void 0}var o=t.get(r.name,n),s=r&&r.ordinalMeta;return s?s.categories[o]:o},styleEmphasis:function(n,r){null==r&&(r=a);var i=b(r,b_).getItemStyle(),o=w(r,b_),s=mN.Lr(o,null,null,!0,!0);s.text=o.getShallow("show")?(0,mo.R1)(e.getFormattedLabel(r,b_),e.getFormattedLabel(r,bO),mU(t,r)):null;var l=mN.nC(o,null,!0);return C(n,i),i=bh(i,s,l),n&&S(i,n),i.legacy=!0,i},visual:function(e,n){if(null==n&&(n=a),(0,mo.RI)(bt,e)){var r=t.getItemVisual(n,"style");return r?r[bt[e]]:null}if((0,mo.RI)(bn,e))return t.getItemVisual(n,e)},barLayout:function(e){if("cartesian2d"===u.type){var t=u.getBaseAxis();return function(e){var t=[],n=e.axis,r="axis0";if("category"===n.type){for(var i=n.getBandWidth(),o=0;o<e.count||0;o++)t.push((0,mo.ce)({bandWidth:i,axisKey:r,stackId:mh+o},e));for(var a=mv(t),s=[],o=0;o<e.count;o++){var l=a[r][mh+o];l.offsetCenter=l.offset+l.width/2,s.push(l)}return s}}((0,mo.ce)({axis:t},e))}},currentSeriesIndices:function(){return n.getCurrentSeriesIndices()},font:function(e){return mN.qT(e,n)}},c.api||{}),h={context:{},seriesId:e.id,seriesName:e.name,seriesIndex:e.seriesIndex,coordSys:c.coordSys,dataInsideLength:t.count(),encode:(i=e.getData(),o={},(0,mo.S6)(i.dimensions,function(e){var t=i.getDimensionInfo(e);if(!t.isExtraCoord){var n=t.coordDim;(o[n]=o[n]||[])[t.coordDimIndex]=i.getDimensionIndex(e)}}),o)},p={},f={},g={},m={},v=0;v<bZ.length;v++){var y=bZ[v];g[y]=e.getModel(bB[y]),m[y]=e.getModel(bN[y])}function x(e){return e===a?s||(s=t.getItemModel(e)):t.getItemModel(e)}function b(e,n){return t.hasItemOption?e===a?p[n]||(p[n]=x(e).getModel(bB[n])):x(e).getModel(bB[n]):g[n]}function w(e,n){return t.hasItemOption?e===a?f[n]||(f[n]=x(e).getModel(bN[n])):x(e).getModel(bN[n]):m[n]}return function(e,n){return a=e,s=null,p={},f={},l&&l((0,mo.ce)({dataIndexInside:e,dataIndex:t.getRawIndex(e),actionType:n?n.type:null},h),d)};function S(e,t){for(var n in t)(0,mo.RI)(t,n)&&(e[n]=t[n])}function C(e,t){e&&(e.textFill&&(t.textFill=e.textFill),e.textPosition&&(t.textPosition=e.textPosition))}}function bY(e,t,n,r,i,o,a){if(!r)return void o.remove(t);var s=bX(e,t,n,r,i,o);return s&&a.setItemGraphicEl(n,s),s&&(0,mB.k5)(s,r.focus,r.blurScope,r.emphasisDisabled),s}function bX(e,t,n,r,i,o){var a,s=-1,l=t;t&&bK(t,r,i)&&(s=(0,mo.cq)(o.childrenRef(),t),t=null);var u=!t,c=t;c?c.clearStates():(c=bW(r),l&&((a=c).copyTransform(l),bH(a)&&bH(l)&&(a.setStyle(l.style),a.z=l.z,a.z2=l.z2,a.zlevel=l.zlevel,a.invisible=l.invisible,a.ignore=l.ignore,bV(a)&&bV(l)&&a.setShape(l.shape)))),!1===r.morph?c.disableMorphing=!0:c.disableMorphing&&(c.disableMorphing=!1),bF.normal.cfg=bF.normal.conOpt=bF.emphasis.cfg=bF.emphasis.conOpt=bF.blur.cfg=bF.blur.conOpt=bF.select.cfg=bF.select.conOpt=null,bF.isLegacy=!1,function(e,t,n,r,i,o){if(!e.isGroup){bQ(n,null,o),bQ(n,b_,o);var a=o.normal.conOpt,s=o.emphasis.conOpt,l=o.blur.conOpt,u=o.select.conOpt;if(null!=a||null!=s||null!=u||null!=l){var c=e.getTextContent();if(!1===a)c&&e.removeTextContent();else{a=o.normal.conOpt=a||{type:"text"},c?c.clearStates():(c=bW(a),e.setTextContent(c)),bG(null,c,t,a,null,r,i);for(var d=a&&a.style,h=0;h<bZ.length;h++){var p=bZ[h];if(p!==bO){var f=o[p].conOpt;bq(p,c,f,b0(a,f,p),null)}}d?c.dirty():c.markRedraw()}}}}(c,n,r,i,u,bF),function(e,t,n,r,i){var o=n.clipPath;if(!1===o)e&&e.getClipPath()&&e.removeClipPath();else if(o){var a=e.getClipPath();a&&bK(a,o,r)&&(a=null),a||(a=bW(o),e.setClipPath(a)),bG(null,a,t,o,null,r,i)}}(c,n,r,i,u),bG(e,c,n,r,bF,i,u),(0,mo.RI)(r,"info")&&(br(c).info=r.info);for(var d=0;d<bZ.length;d++){var h=bZ[d];if(h!==bO){var p=bJ(r,h),f=b0(r,p,h);bq(h,c,p,f,bF)}}var g=c;if(!g.isGroup){var m=i.currentZ,v=i.currentZLevel;g.z=m,g.zlevel=v;var y=r.z2;null!=y&&(g.z2=y||0);for(var x=0;x<bZ.length;x++)!function(e,t,n){var r=n===bO,i=r?t:bJ(t,n),o=i?i.z2:null;null!=o&&((r?e:e.ensureState(n)).z2=o||0)}(g,r,bZ[x])}return"group"===r.type&&function(e,t,n,r,i){var o=r.children,a=o?o.length:0,s=r.$mergeChildren,l="byName"===s||r.diffChildrenByName,u=!1===s;if(a||l||u){if(l){return f={api:e,oldChildren:t.children()||[],newChildren:o||[],dataIndex:n,seriesModel:i,group:t},new bo.Z(f.oldChildren,f.newChildren,b1,b1,f).add(b2).update(b2).remove(b5).execute()}u&&t.removeAll();for(var c=0;c<a;c++){var d=o[c],h=t.childAt(c);d?(null==d.ignore&&(d.ignore=!1),bX(e,h,n,d,i,t)):h.ignore=!0}for(var p=t.childCount()-1;p>=c;p--){var f,g,m,v,y=t.childAt(p);g=t,m=y,v=i,m&&bC(m,br(g).option,v)}}}(e,c,n,r,i),s>=0?o.replaceAt(c,s):o.add(c),c}function bK(e,t,n){var r,i=br(e),o=t.type,a=t.shape,s=t.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==i.customGraphicType||"path"===o&&(r=a)&&((0,mo.RI)(r,"pathData")||(0,mo.RI)(r,"d"))&&b3(a)!==i.customPathData||"image"===o&&(0,mo.RI)(s,"image")&&s.image!==i.customImagePath}function bQ(e,t,n){var r,i,o=t?bJ(e,t):e,a=t?b0(e,o,b_):e.style,s=e.type,l=o?o.textConfig:null,u=e.textContent,c=u?t?bJ(u,t):u:null;if(a&&(n.isLegacy||(r=!!l,i=!!c,a&&(a.legacy||!1!==a.legacy&&!r&&!i&&"tspan"!==s&&("text"===s||(0,mo.RI)(a,"text")))))){n.isLegacy=!0;var d=function(e,t,n){var r,i,o;if("text"===t)o=e;else{o={},(0,mo.RI)(e,"text")&&(o.text=e.text),(0,mo.RI)(e,"rich")&&(o.rich=e.rich),(0,mo.RI)(e,"textFill")&&(o.fill=e.textFill),(0,mo.RI)(e,"textStroke")&&(o.stroke=e.textStroke),(0,mo.RI)(e,"fontFamily")&&(o.fontFamily=e.fontFamily),(0,mo.RI)(e,"fontSize")&&(o.fontSize=e.fontSize),(0,mo.RI)(e,"fontStyle")&&(o.fontStyle=e.fontStyle),(0,mo.RI)(e,"fontWeight")&&(o.fontWeight=e.fontWeight),i={type:"text",style:o,silent:!0},r={};var a=(0,mo.RI)(e,"textPosition");n?r.position=a?e.textPosition:"inside":a&&(r.position=e.textPosition),(0,mo.RI)(e,"textPosition")&&(r.position=e.textPosition),(0,mo.RI)(e,"textOffset")&&(r.offset=e.textOffset),(0,mo.RI)(e,"textRotation")&&(r.rotation=e.textRotation),(0,mo.RI)(e,"textDistance")&&(r.distance=e.textDistance)}return bd(o,e),(0,mo.S6)(o.rich,function(e){bd(e,e)}),{textConfig:r,textContent:i}}(a,s,!t);!l&&d.textConfig&&(l=d.textConfig),!c&&d.textContent&&(c=d.textContent)}if(!t&&c){var h=c;h.type||(h.type="text")}var p=t?n[t]:n.normal;p.cfg=l,p.conOpt=c}function bJ(e,t){return t?e?e[t]:null:e}function b0(e,t,n){var r=t&&t.style;return null==r&&n===b_&&e&&(r=e.styleEmphasis),r}function b1(e,t){var n=e&&e.name;return null!=n?n:"e\0\0"+t}function b2(e,t){var n=this.context,r=null!=e?n.newChildren[e]:null,i=null!=t?n.oldChildren[t]:null;bX(n.api,i,n.dataIndex,r,n.seriesModel,n.group)}function b5(e){var t=this.context,n=t.oldChildren[e];n&&bC(n,br(n).option,t.seriesModel)}function b3(e){return e&&(e.pathData||e.d)}var b4=n(7835),b6=n(9484),b8=n(2387),b9=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataset",t}return(0,mk.ZT)(t,e),t.prototype.init=function(t,n,r){e.prototype.init.call(this,t,n,r),this._sourceManager=new b8.U(this),(0,b8.t)(this)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),(0,b8.t)(this)},t.prototype.optionUpdated=function(){this._sourceManager.dirty()},t.prototype.getSourceManager=function(){return this._sourceManager},t.type="dataset",t.defaultOption={seriesLayoutBy:b6.fY},t}(yI.Z),b7=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataset",t}return(0,mk.ZT)(t,e),t.type="dataset",t}(yT.Z),we=["x","y","radius","angle","single"],wt=["cartesian2d","polar","singleAxis"];function wn(e){return e+"Axis"}function wr(e){var t=e.ecModel,n={infoList:[],infoMap:(0,mo.kW)()};return e.eachTargetAxis(function(e,r){var i=t.getComponent(wn(e),r);if(i){var o=i.getCoordSysModel();if(o){var a=o.uid,s=n.infoMap.get(a);s||(s={model:o,axisModels:[]},n.infoList.push(s),n.infoMap.set(a,s)),s.axisModels.push(i)}}}),n}var wi=function(){function e(){this.indexList=[],this.indexMap=[]}return e.prototype.add=function(e){this.indexMap[e]||(this.indexList.push(e),this.indexMap[e]=!0)},e}(),wo=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._autoThrottle=!0,n._noTarget=!0,n._rangePropMode=["percent","percent"],n}return(0,mk.ZT)(t,e),t.prototype.init=function(e,t,n){var r=wa(e);this.settledOption=r,this.mergeDefaultAndTheme(e,n),this._doInit(r)},t.prototype.mergeOption=function(e){var t=wa(e);(0,mo.TS)(this.option,e,!0),(0,mo.TS)(this.settledOption,t,!0),this._doInit(t)},t.prototype._doInit=function(e){var t=this.option;this._setDefaultThrottle(e),this._updateRangeUse(e);var n=this.settledOption;(0,mo.S6)([["start","startValue"],["end","endValue"]],function(e,r){"value"===this._rangePropMode[r]&&(t[e[0]]=n[e[0]]=null)},this),this._resetTarget()},t.prototype._resetTarget=function(){var e=this.get("orient",!0),t=this._targetAxisInfoMap=(0,mo.kW)();this._fillSpecifiedTargetAxis(t)?this._orient=e||this._makeAutoOrientByTargetAxis():(this._orient=e||"horizontal",this._fillAutoTargetAxisByOrient(t,this._orient)),this._noTarget=!0,t.each(function(e){e.indexList.length&&(this._noTarget=!1)},this)},t.prototype._fillSpecifiedTargetAxis=function(e){var t=!1;return(0,mo.S6)(we,function(n){var r=this.getReferringComponents(wn(n),vw.iP);if(r.specified){t=!0;var i=new wi;(0,mo.S6)(r.models,function(e){i.add(e.componentIndex)}),e.set(n,i)}},this),t},t.prototype._fillAutoTargetAxisByOrient=function(e,t){var n=this.ecModel,r=!0,i="vertical"===t?"y":"x",o=n.findComponents({mainType:i+"Axis"});if(a(o,i),r){var o=n.findComponents({mainType:"singleAxis",filter:function(e){return e.get("orient",!0)===t}});a(o,"single")}function a(t,n){var i=t[0];if(i){var o=new wi;if(o.add(i.componentIndex),e.set(n,o),r=!1,"x"===n||"y"===n){var a=i.getReferringComponents("grid",vw.C6).models[0];a&&(0,mo.S6)(t,function(e){i.componentIndex!==e.componentIndex&&a===e.getReferringComponents("grid",vw.C6).models[0]&&o.add(e.componentIndex)})}}}r&&(0,mo.S6)(we,function(t){if(r){var i=n.findComponents({mainType:wn(t),filter:function(e){return"category"===e.get("type",!0)}});if(i[0]){var o=new wi;o.add(i[0].componentIndex),e.set(t,o),r=!1}}},this)},t.prototype._makeAutoOrientByTargetAxis=function(){var e;return this.eachTargetAxis(function(t){e||(e=t)},this),"y"===e?"vertical":"horizontal"},t.prototype._setDefaultThrottle=function(e){if(e.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var t=this.ecModel.option;this.option.throttle=t.animation&&t.animationDurationUpdate>0?100:20}},t.prototype._updateRangeUse=function(e){var t=this._rangePropMode,n=this.get("rangeMode");(0,mo.S6)([["start","startValue"],["end","endValue"]],function(r,i){var o=null!=e[r[0]],a=null!=e[r[1]];o&&!a?t[i]="percent":!o&&a?t[i]="value":n?t[i]=n[i]:o&&(t[i]="percent")})},t.prototype.noTarget=function(){return this._noTarget},t.prototype.getFirstTargetAxisModel=function(){var e;return this.eachTargetAxis(function(t,n){null==e&&(e=this.ecModel.getComponent(wn(t),n))},this),e},t.prototype.eachTargetAxis=function(e,t){this._targetAxisInfoMap.each(function(n,r){(0,mo.S6)(n.indexList,function(n){e.call(t,r,n)})})},t.prototype.getAxisProxy=function(e,t){var n=this.getAxisModel(e,t);if(n)return n.__dzAxisProxy},t.prototype.getAxisModel=function(e,t){var n=this._targetAxisInfoMap.get(e);if(n&&n.indexMap[t])return this.ecModel.getComponent(wn(e),t)},t.prototype.setRawRange=function(e){var t=this.option,n=this.settledOption;(0,mo.S6)([["start","startValue"],["end","endValue"]],function(r){(null!=e[r[0]]||null!=e[r[1]])&&(t[r[0]]=n[r[0]]=e[r[0]],t[r[1]]=n[r[1]]=e[r[1]])},this),this._updateRangeUse(e)},t.prototype.setCalculatedRange=function(e){var t=this.option;(0,mo.S6)(["start","startValue","end","endValue"],function(n){t[n]=e[n]})},t.prototype.getPercentRange=function(){var e=this.findRepresentativeAxisProxy();if(e)return e.getDataPercentWindow()},t.prototype.getValueRange=function(e,t){if(null!=e||null!=t)return this.getAxisProxy(e,t).getDataValueWindow();var n=this.findRepresentativeAxisProxy();if(n)return n.getDataValueWindow()},t.prototype.findRepresentativeAxisProxy=function(e){if(e)return e.__dzAxisProxy;for(var t,n=this._targetAxisInfoMap.keys(),r=0;r<n.length;r++)for(var i=n[r],o=this._targetAxisInfoMap.get(i),a=0;a<o.indexList.length;a++){var s=this.getAxisProxy(i,o.indexList[a]);if(s.hostedBy(this))return s;t||(t=s)}return t},t.prototype.getRangePropMode=function(){return this._rangePropMode.slice()},t.prototype.getOrient=function(){return this._orient},t.type="dataZoom",t.dependencies=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","series","toolbox"],t.defaultOption={z:4,filterMode:"filter",start:0,end:100},t}(yI.Z);function wa(e){var t={};return(0,mo.S6)(["start","end","startValue","endValue","throttle"],function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t}var ws=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.type="dataZoom.inside",t.defaultOption=(0,mA.ZL)(wo.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),t}(wo),wl=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n,r){this.dataZoomModel=e,this.ecModel=t,this.api=n},t.type="dataZoom",t}(yT.Z);function wu(e,t,n,r,i,o){e=e||0;var a,s=n[1]-n[0];if(null!=i&&(i=wd(i,[0,s])),null!=o&&(o=Math.max(o,null!=i?i:0)),"all"===r){var l=Math.abs(t[1]-t[0]);l=wd(l,[0,s]),i=o=wd(l,[i,o]),r=0}t[0]=wd(t[0],n),t[1]=wd(t[1],n);var u=wc(t,r);t[r]+=e;var c=i||0,d=n.slice();return u.sign<0?d[0]+=c:d[1]-=c,t[r]=wd(t[r],d),a=wc(t,r),null!=i&&(a.sign!==u.sign||a.span<i)&&(t[1-r]=t[r]+u.sign*i),a=wc(t,r),null!=o&&a.span>o&&(t[1-r]=t[r]+a.sign*o),t}function wc(e,t){var n=e[t]-e[1-t];return{span:Math.abs(n),sign:n>0?-1:n<0?1:t?-1:1}}function wd(e,t){return Math.min(null!=t[1]?t[1]:1/0,Math.max(null!=t[0]?t[0]:-1/0,e))}var wh=n(7654),wp=n(9474),wf="\0_ec_interaction_mutex";function wg(e){return e[wf]||(e[wf]={})}mn.zl({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},mo.ZT);var wm=function(e){function t(t){var n=e.call(this)||this;n._zr=t;var r=(0,mo.ak)(n._mousedownHandler,n),i=(0,mo.ak)(n._mousemoveHandler,n),o=(0,mo.ak)(n._mouseupHandler,n),a=(0,mo.ak)(n._mousewheelHandler,n),s=(0,mo.ak)(n._pinchHandler,n);return n.enable=function(e,n){this.disable(),this._opt=(0,mo.ce)((0,mo.d9)(n)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),null==e&&(e=!0),(!0===e||"move"===e||"pan"===e)&&(t.on("mousedown",r),t.on("mousemove",i),t.on("mouseup",o)),(!0===e||"scale"===e||"zoom"===e)&&(t.on("mousewheel",a),t.on("pinch",s))},n.disable=function(){t.off("mousedown",r),t.off("mousemove",i),t.off("mouseup",o),t.off("mousewheel",a),t.off("pinch",s)},n}return(0,mk.ZT)(t,e),t.prototype.isDragging=function(){return this._dragging},t.prototype.isPinching=function(){return this._pinching},t.prototype.setPointerChecker=function(e){this.pointerChecker=e},t.prototype.dispose=function(){this.disable()},t.prototype._mousedownHandler=function(e){if(!wp.x1(e)){for(var t=e.target;t;){if(t.draggable)return;t=t.__hostTarget||t.parent}var n=e.offsetX,r=e.offsetY;this.pointerChecker&&this.pointerChecker(e,n,r)&&(this._x=n,this._y=r,this._dragging=!0)}},t.prototype._mousemoveHandler=function(e){if(!(!this._dragging||!wx("moveOnMouseMove",e,this._opt)||"pinch"===e.gestureEvent||wg(this._zr).globalPan)){var t=e.offsetX,n=e.offsetY,r=this._x,i=this._y;this._x=t,this._y=n,this._opt.preventDefaultMouseMove&&wp.sT(e.event),wy(this,"pan","moveOnMouseMove",e,{dx:t-r,dy:n-i,oldX:r,oldY:i,newX:t,newY:n,isAvailableBehavior:null})}},t.prototype._mouseupHandler=function(e){wp.x1(e)||(this._dragging=!1)},t.prototype._mousewheelHandler=function(e){var t=wx("zoomOnMouseWheel",e,this._opt),n=wx("moveOnMouseWheel",e,this._opt),r=e.wheelDelta,i=Math.abs(r),o=e.offsetX,a=e.offsetY;if(0!==r&&(t||n)){if(t){var s=i>3?1.4:i>1?1.2:1.1;wv(this,"zoom","zoomOnMouseWheel",e,{scale:r>0?s:1/s,originX:o,originY:a,isAvailableBehavior:null})}if(n){var l=Math.abs(r);wv(this,"scrollMove","moveOnMouseWheel",e,{scrollDelta:(r>0?1:-1)*(l>3?.4:l>1?.15:.05),originX:o,originY:a,isAvailableBehavior:null})}}},t.prototype._pinchHandler=function(e){if(!wg(this._zr).globalPan){var t=e.pinchScale>1?1.1:1/1.1;wv(this,"zoom",null,e,{scale:t,originX:e.pinchX,originY:e.pinchY,isAvailableBehavior:null})}},t}(wh.Z);function wv(e,t,n,r,i){e.pointerChecker&&e.pointerChecker(r,i.originX,i.originY)&&(wp.sT(r.event),wy(e,t,n,r,i))}function wy(e,t,n,r,i){i.isAvailableBehavior=(0,mo.ak)(wx,null,n,r),e.trigger(t,i)}function wx(e,t,n){var r=n[e];return!e||r&&(!(0,mo.HD)(r)||t.event[r+"Key"])}var wb=(0,vw.Yf)();function ww(e,t){if(t){e.removeKey(t.model.uid);var n=t.controller;n&&n.dispose()}}function wS(e,t){e.isDisposed()||e.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:t})}function wC(e,t,n,r){return e.coordinateSystem.containPoint([n,r])}var wk=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataZoom.inside",t}return(0,mk.ZT)(t,e),t.prototype.render=function(t,n,r){var i;if(e.prototype.render.apply(this,arguments),t.noTarget())return void this._clear();this.range=t.getPercentRange(),i={pan:(0,mo.ak)(wM.pan,this),zoom:(0,mo.ak)(wM.zoom,this),scrollMove:(0,mo.ak)(wM.scrollMove,this)},wb(r).coordSysRecordMap.each(function(e){var n=e.dataZoomInfoMap.get(t.uid);n&&(n.getRange=i)})},t.prototype.dispose=function(){this._clear(),e.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){!function(e,t){for(var n=wb(e).coordSysRecordMap,r=n.keys(),i=0;i<r.length;i++){var o=r[i],a=n.get(o),s=a.dataZoomInfoMap;if(s){var l=t.uid;s.get(l)&&(s.removeKey(l),s.keys().length||ww(n,a))}}}(this.api,this.dataZoomModel),this.range=null},t.type="dataZoom.inside",t}(wl),wM={zoom:function(e,t,n,r){var i=this.range,o=i.slice(),a=e.axisModels[0];if(a){var s=wI[t](null,[r.originX,r.originY],a,n,e),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(o[1]-o[0])+o[0],u=Math.max(1/r.scale,0);o[0]=(o[0]-l)*u+l,o[1]=(o[1]-l)*u+l;var c=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();if(wu(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,i[0]!==o[0]||i[1]!==o[1])return o}},pan:wT(function(e,t,n,r,i,o){var a=wI[r]([o.oldX,o.oldY],[o.newX,o.newY],t,i,n);return a.signal*(e[1]-e[0])*a.pixel/a.pixelLength}),scrollMove:wT(function(e,t,n,r,i,o){return wI[r]([0,0],[o.scrollDelta,o.scrollDelta],t,i,n).signal*(e[1]-e[0])*o.scrollDelta})};function wT(e){return function(t,n,r,i){var o=this.range,a=o.slice(),s=t.axisModels[0];if(s&&(wu(e(a,s,t,n,r,i),a,[0,100],"all"),this.range=a,o[0]!==a[0]||o[1]!==a[1]))return a}}var wI={grid:function(e,t,n,r,i){var o=n.axis,a={},s=i.model.coordinateSystem.getRect();return e=e||[0,0],"x"===o.dim?(a.pixel=t[0]-e[0],a.pixelLength=s.width,a.pixelStart=s.x,a.signal=o.inverse?1:-1):(a.pixel=t[1]-e[1],a.pixelLength=s.height,a.pixelStart=s.y,a.signal=o.inverse?-1:1),a},polar:function(e,t,n,r,i){var o=n.axis,a={},s=i.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return e=e?s.pointToCoord(e):[0,0],t=s.pointToCoord(t),"radiusAxis"===n.mainType?(a.pixel=t[0]-e[0],a.pixelLength=l[1]-l[0],a.pixelStart=l[0],a.signal=o.inverse?1:-1):(a.pixel=t[1]-e[1],a.pixelLength=u[1]-u[0],a.pixelStart=u[0],a.signal=o.inverse?-1:1),a},singleAxis:function(e,t,n,r,i){var o=n.axis,a=i.model.coordinateSystem.getRect(),s={};return e=e||[0,0],"horizontal"===o.orient?(s.pixel=t[0]-e[0],s.pixelLength=a.width,s.pixelStart=a.x,s.signal=o.inverse?1:-1):(s.pixel=t[1]-e[1],s.pixelLength=a.height,s.pixelStart=a.y,s.signal=o.inverse?-1:1),s}},wA=mo.S6,wD=ma.dt,wP=function(){function e(e,t,n,r){this._dimName=e,this._axisIndex=t,this.ecModel=r,this._dataZoomModel=n}return e.prototype.hostedBy=function(e){return this._dataZoomModel===e},e.prototype.getDataValueWindow=function(){return this._valueWindow.slice()},e.prototype.getDataPercentWindow=function(){return this._percentWindow.slice()},e.prototype.getTargetSeriesModels=function(){var e=[];return this.ecModel.eachSeries(function(t){if(n=t.get("coordinateSystem"),(0,mo.cq)(wt,n)>=0){var n,r=wn(this._dimName),i=t.getReferringComponents(r,vw.C6).models[0];i&&this._axisIndex===i.componentIndex&&e.push(t)}},this),e},e.prototype.getAxisModel=function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},e.prototype.getMinMaxSpan=function(){return mo.d9(this._minMaxSpan)},e.prototype.calculateDataWindow=function(e){var t,n=this._dataExtent,r=this.getAxisModel().axis.scale,i=this._dataZoomModel.getRangePropMode(),o=[0,100],a=[],s=[];wA(["start","end"],function(l,u){var c=e[l],d=e[l+"Value"];"percent"===i[u]?(null==c&&(c=o[u]),d=r.parse(ma.NU(c,o,n))):(t=!0,d=null==d?n[u]:r.parse(d),c=ma.NU(d,n,o)),s[u]=null==d||isNaN(d)?n[u]:d,a[u]=null==c||isNaN(c)?o[u]:c}),wD(s),wD(a);var l=this._minMaxSpan;function u(e,t,n,i,o){var a=o?"Span":"ValueSpan";wu(0,e,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)t[s]=ma.NU(e[s],n,i,!0),o&&(t[s]=r.parse(t[s]))}return t?u(s,a,n,o,!1):u(a,s,o,n,!0),{valueWindow:s,percentWindow:a}},e.prototype.reset=function(e){if(e===this._dataZoomModel){var t,n,r,i,o,a=this.getTargetSeriesModels();this._dataExtent=(t=this,n=this._dimName,r=[1/0,-1/0],wA(a,function(e){var t;t=e.getData(),t&&mo.S6(xv(t,n),function(e){var n=t.getApproximateExtent(e);n[0]<r[0]&&(r[0]=n[0]),n[1]>r[1]&&(r[1]=n[1])})}),[(o=xu((i=t.getAxisModel()).axis.scale,i,r).calculate()).min,o.max]),this._updateMinMaxSpan();var s=this.calculateDataWindow(e.settledOption);this._valueWindow=s.valueWindow,this._percentWindow=s.percentWindow,this._setAxisModel()}},e.prototype.filterData=function(e,t){if(e===this._dataZoomModel){var n=this._dimName,r=this.getTargetSeriesModels(),i=e.get("filterMode"),o=this._valueWindow;"none"!==i&&wA(r,function(e){var t=e.getData(),r=t.mapDimensionsAll(n);if(r.length){if("weakFilter"===i){var a=t.getStore(),s=mo.UI(r,function(e){return t.getDimensionIndex(e)},t);t.filterSelf(function(e){for(var t,n,i,l=0;l<r.length;l++){var u=a.get(s[l],e),c=!isNaN(u),d=u<o[0],h=u>o[1];if(c&&!d&&!h)return!0;c&&(i=!0),d&&(t=!0),h&&(n=!0)}return i&&t&&n})}else wA(r,function(n){if("empty"===i)e.setData(t=t.map(n,function(e){var t;return(t=e)>=o[0]&&t<=o[1]?e:NaN}));else{var r={};r[n]=o,t.selectRange(r)}});wA(r,function(e){t.setApproximateExtent(o,e)})}})}},e.prototype._updateMinMaxSpan=function(){var e=this._minMaxSpan={},t=this._dataZoomModel,n=this._dataExtent;wA(["min","max"],function(r){var i=t.get(r+"Span"),o=t.get(r+"ValueSpan");null!=o&&(o=this.getAxisModel().axis.scale.parse(o)),null!=o?i=ma.NU(n[0]+o,n,[0,100],!0):null!=i&&(o=ma.NU(i,[0,100],n,!0)-n[0]),e[r+"Span"]=i,e[r+"ValueSpan"]=o},this)},e.prototype._setAxisModel=function(){var e=this.getAxisModel(),t=this._percentWindow,n=this._valueWindow;if(t){var r=ma.M9(n,[0,500]);r=Math.min(r,20);var i=e.axis.scale.rawExtentInfo;0!==t[0]&&i.setDeterminedMinMax("min",+n[0].toFixed(r)),100!==t[1]&&i.setDeterminedMinMax("max",+n[1].toFixed(r)),i.freeze()}},e}();let wR={getTargetSeries:function(e){function t(t){e.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(r,i){var o=e.getComponent(wn(r),i);t(r,i,o,n)})})}t(function(e,t,n,r){n.__dzAxisProxy=null});var n=[];t(function(t,r,i,o){i.__dzAxisProxy||(i.__dzAxisProxy=new wP(t,r,o,e),n.push(i.__dzAxisProxy))});var r=(0,mo.kW)();return(0,mo.S6)(n,function(e){(0,mo.S6)(e.getTargetSeriesModels(),function(e){r.set(e.uid,e)})}),r},overallReset:function(e,t){e.eachComponent("dataZoom",function(e){e.eachTargetAxis(function(t,n){e.getAxisProxy(t,n).reset(e)}),e.eachTargetAxis(function(n,r){e.getAxisProxy(n,r).filterData(e,t)})}),e.eachComponent("dataZoom",function(e){var t=e.findRepresentativeAxisProxy();if(t){var n=t.getDataPercentWindow(),r=t.getDataValueWindow();e.setCalculatedRange({start:n[0],end:n[1],startValue:r[0],endValue:r[1]})}})}};var w_=!1;function wO(e){w_||(w_=!0,e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,wR),e.registerAction("dataZoom",function(e,t){var n=function(e,t){var n,r=(0,mo.kW)(),i=[],o=(0,mo.kW)();e.eachComponent({mainType:"dataZoom",query:t},function(e){o.get(e.uid)||s(e)});do n=!1,e.eachComponent("dataZoom",a);while(n);function a(e){var t;!o.get(e.uid)&&(t=!1,e.eachTargetAxis(function(e,n){var i=r.get(e);i&&i[n]&&(t=!0)}),t)&&(s(e),n=!0)}function s(e){o.set(e.uid,!0),i.push(e),e.eachTargetAxis(function(e,t){(r.get(e)||r.set(e,[]))[t]=!0})}return i}(t,e);(0,mo.S6)(n,function(t){t.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})})}),e.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function wE(e){wO(e),e.registerComponentModel(ws),e.registerComponentView(wk),e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,function(e,t){var n=wb(t),r=n.coordSysRecordMap||(n.coordSysRecordMap=(0,mo.kW)());r.each(function(e){e.dataZoomInfoMap=null}),e.eachComponent({mainType:"dataZoom",subType:"inside"},function(e){var n=wr(e);(0,mo.S6)(n.infoList,function(n){var i,o,a,s=n.model.uid,l=r.get(s)||r.set(s,(a=(o={model:i=n.model,containsPoint:(0,mo.WA)(wC,i),dispatchAction:(0,mo.WA)(wS,t),dataZoomInfoMap:null,controller:null}).controller=new wm(t.getZr()),(0,mo.S6)(["pan","zoom","scrollMove"],function(e){a.on(e,function(t){var n=[];o.dataZoomInfoMap.each(function(r){if(t.isAvailableBehavior(r.model.option)){var i=(r.getRange||{})[e],a=i&&i(r.dzReferCoordSysInfo,o.model.mainType,o.controller,t);!r.model.get("disabled",!0)&&a&&n.push({dataZoomId:r.model.id,start:a[0],end:a[1]})}}),n.length&&o.dispatchAction(n)})}),o));(l.dataZoomInfoMap||(l.dataZoomInfoMap=(0,mo.kW)())).set(e.uid,{dzReferCoordSysInfo:n,model:e,getRange:null})})}),r.each(function(e){var t,n,i,o,a,s=e.controller,l=e.dataZoomInfoMap;if(l){var u=l.keys()[0];null!=u&&(a=l.get(u))}if(!a)return void ww(r,e);var c=(n="type_",i={type_true:2,type_move:1,type_false:0,type_undefined:-1},o=!0,l.each(function(e){var r=e.model,a=!r.get("disabled",!0)&&(!r.get("zoomLock",!0)||"move");i[n+a]>i[n+t]&&(t=a),o=o&&r.get("preventDefaultMouseMove",!0)}),{controlType:t,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!o}});s.enable(c.controlType,c.opt),s.setPointerChecker(e.containsPoint),mz.T9(e,"dispatchAction",a.model.get("throttle",!0),"fixRate")})})}var wL=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.type="dataZoom.slider",t.layoutMode="box",t.defaultOption=(0,mA.ZL)(wo.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),t}(wo),wZ=n(4484),wB=mE.Z,wN="horizontal",wz="vertical",wF=["line","bar","candlestick","scatter"],wj={easing:"cubicOut",duration:100,delay:0},wV=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._displayables={},n}return(0,mk.ZT)(t,e),t.prototype.init=function(e,t){this.api=t,this._onBrush=(0,mo.ak)(this._onBrush,this),this._onBrushEnd=(0,mo.ak)(this._onBrushEnd,this)},t.prototype.render=function(t,n,r,i){if(e.prototype.render.apply(this,arguments),mz.T9(this,"_dispatchZoomAction",t.get("throttle"),"fixRate"),this._orient=t.getOrient(),!1===t.get("show"))return void this.group.removeAll();if(t.noTarget()){this._clear(),this.group.removeAll();return}i&&"dataZoom"===i.type&&i.from===this.uid||this._buildView(),this._updateView()},t.prototype.dispose=function(){this._clear(),e.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){mz.ZH(this,"_dispatchZoomAction");var e=this.api.getZr();e.off("mousemove",this._onBrush),e.off("mouseup",this._onBrushEnd)},t.prototype._buildView=function(){var e=this.group;e.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var t=this._displayables.sliderGroup=new mR.Z;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),e.add(t),this._positionGroup()},t.prototype._resetLocation=function(){var e=this.dataZoomModel,t=this.api,n=e.get("brushSelect"),r=this._findCoordRect(),i={width:t.getWidth(),height:t.getHeight()},o=this._orient===wN?{right:i.width-r.x-r.width,top:i.height-30-7-7*!!n,width:r.width,height:30}:{right:7,top:r.y,width:30,height:r.height},a=v0.tE(e.option);(0,mo.S6)(["right","top","width","height"],function(e){"ph"===a[e]&&(a[e]=o[e])});var s=v0.ME(a,i);this._location={x:s.x,y:s.y},this._size=[s.width,s.height],this._orient===wz&&this._size.reverse()},t.prototype._positionGroup=function(){var e=this.group,t=this._location,n=this._orient,r=this.dataZoomModel.getFirstTargetAxisModel(),i=r&&r.get("inverse"),o=this._displayables.sliderGroup,a=(this._dataShadowInfo||{}).otherAxisInverse;o.attr(n!==wN||i?n===wN&&i?{scaleY:a?1:-1,scaleX:-1}:n!==wz||i?{scaleY:a?-1:1,scaleX:-1,rotation:Math.PI/2}:{scaleY:a?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:a?1:-1,scaleX:1});var s=e.getBoundingRect([o]);e.x=t.x-s.x,e.y=t.y-s.y,e.markRedraw()},t.prototype._getViewExtent=function(){return[0,this._size[0]]},t.prototype._renderBackground=function(){var e=this.dataZoomModel,t=this._size,n=this._displayables.sliderGroup,r=e.get("brushSelect");n.add(new wB({silent:!0,shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:e.get("backgroundColor")},z2:-40}));var i=new wB({shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:"transparent"},z2:0,onclick:(0,mo.ak)(this._onClickPanel,this)}),o=this.api.getZr();r?(i.on("mousedown",this._onBrushStart,this),i.cursor="crosshair",o.on("mousemove",this._onBrush),o.on("mouseup",this._onBrushEnd)):(o.off("mousemove",this._onBrush),o.off("mouseup",this._onBrushEnd)),n.add(i)},t.prototype._renderDataShadow=function(){var e=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],e){var t=this._size,n=this._shadowSize||[],r=e.series,i=r.getRawData(),o=r.getShadowDim&&r.getShadowDim(),a=o&&i.getDimensionInfo(o)?r.getShadowDim():e.otherDim;if(null!=a){var s=this._shadowPolygonPts,l=this._shadowPolylinePts;if(i!==this._shadowData||a!==this._shadowDim||t[0]!==n[0]||t[1]!==n[1]){var u,c=i.getDataExtent(a),d=(c[1]-c[0])*.3;c=[c[0]-d,c[1]+d];var h=[0,t[1]],p=[0,t[0]],f=[[t[0],0],[0,0]],g=[],m=p[1]/(i.count()-1),v=0,y=Math.round(i.count()/t[0]);i.each([a],function(e,t){if(y>0&&t%y){v+=m;return}var n=null==e||isNaN(e)||""===e,r=n?0:(0,ma.NU)(e,c,h,!0);n&&!u&&t?(f.push([f[f.length-1][0],0]),g.push([g[g.length-1][0],0])):!n&&u&&(f.push([v,0]),g.push([v,0])),f.push([v,r]),g.push([v,r]),v+=m,u=n}),s=this._shadowPolygonPts=f,l=this._shadowPolylinePts=g}this._shadowData=i,this._shadowDim=a,this._shadowSize=[t[0],t[1]];for(var x=this.dataZoomModel,b=0;b<3;b++){var w=function(e){var t=x.getModel(e?"selectedDataBackground":"dataBackground"),n=new mR.Z,r=new wZ.Z({shape:{points:s},segmentIgnoreThreshold:1,style:t.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),i=new v6.Z({shape:{points:l},segmentIgnoreThreshold:1,style:t.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(r),n.add(i),n}(1===b);this._displayables.sliderGroup.add(w),this._displayables.dataShadowSegs.push(w)}}}},t.prototype._prepareDataShadowInfo=function(){var e,t=this.dataZoomModel,n=t.get("showDataShadow");if(!1!==n){var r=this.ecModel;return t.eachTargetAxis(function(i,o){var a=t.getAxisProxy(i,o).getTargetSeriesModels();(0,mo.S6)(a,function(t){if(!e&&!(!0!==n&&0>(0,mo.cq)(wF,t.get("type")))){var a,s=r.getComponent(wn(i),o).axis,l={x:"y",y:"x",radius:"angle",angle:"radius"}[i],u=t.coordinateSystem;null!=l&&u.getOtherAxis&&(a=u.getOtherAxis(s).inverse),l=t.getData().mapDimension(l),e={thisAxis:s,series:t,thisDim:i,otherDim:l,otherAxisInverse:a}}},this)},this),e}},t.prototype._renderHandle=function(){var e=this.group,t=this._displayables,n=t.handles=[null,null],r=t.handleLabels=[null,null],i=this._displayables.sliderGroup,o=this._size,a=this.dataZoomModel,s=this.api,l=a.get("borderRadius")||0,u=a.get("brushSelect"),c=t.filler=new wB({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});i.add(c),i.add(new wB({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:o[0],height:o[1],r:l},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:"rgba(0,0,0,0)"}})),(0,mo.S6)([0,1],function(t){var o=a.get("handleIcon");!vl.Pw[o]&&0>o.indexOf("path://")&&0>o.indexOf("image://")&&(o="path://"+o);var s=(0,vl.th)(o,-1,0,2,2,null,!0);s.attr({cursor:wH(this._orient),draggable:!0,drift:(0,mo.ak)(this._onDragMove,this,t),ondragend:(0,mo.ak)(this._onDragEnd,this),onmouseover:(0,mo.ak)(this._showDataInfo,this,!0),onmouseout:(0,mo.ak)(this._showDataInfo,this,!1),z2:5});var l=s.getBoundingRect(),u=a.get("handleSize");this._handleHeight=(0,ma.GM)(u,this._size[1]),this._handleWidth=l.width/l.height*this._handleHeight,s.setStyle(a.getModel("handleStyle").getItemStyle()),s.style.strokeNoScale=!0,s.rectHover=!0,s.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),(0,mB.vF)(s);var c=a.get("handleColor");null!=c&&(s.style.fill=c),i.add(n[t]=s);var d=a.getModel("textStyle");e.add(r[t]=new vb.ZP({silent:!0,invisible:!0,style:(0,mN.Lr)(d,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:d.getTextColor(),font:d.getFont()}),z2:10}))},this);var d=c;if(u){var h=(0,ma.GM)(a.get("moveHandleSize"),o[1]),p=t.moveHandle=new mE.Z({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:h}}),f=.8*h,g=t.moveHandleIcon=(0,vl.th)(a.get("moveHandleIcon"),-f/2,-f/2,f,f,"#fff",!0);g.silent=!0,g.y=o[1]+h/2-.5,p.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var m=Math.min(o[1]/2,Math.max(h,10));(d=t.moveZone=new mE.Z({invisible:!0,shape:{y:o[1]-m,height:h+m}})).on("mouseover",function(){s.enterEmphasis(p)}).on("mouseout",function(){s.leaveEmphasis(p)}),i.add(p),i.add(g),i.add(d)}d.attr({draggable:!0,cursor:wH(this._orient),drift:(0,mo.ak)(this._onDragMove,this,"all"),ondragstart:(0,mo.ak)(this._showDataInfo,this,!0),ondragend:(0,mo.ak)(this._onDragEnd,this),onmouseover:(0,mo.ak)(this._showDataInfo,this,!0),onmouseout:(0,mo.ak)(this._showDataInfo,this,!1)})},t.prototype._resetInterval=function(){var e=this._range=this.dataZoomModel.getPercentRange(),t=this._getViewExtent();this._handleEnds=[(0,ma.NU)(e[0],[0,100],t,!0),(0,ma.NU)(e[1],[0,100],t,!0)]},t.prototype._updateInterval=function(e,t){var n=this.dataZoomModel,r=this._handleEnds,i=this._getViewExtent(),o=n.findRepresentativeAxisProxy().getMinMaxSpan(),a=[0,100];wu(t,r,i,n.get("zoomLock")?"all":e,null!=o.minSpan?(0,ma.NU)(o.minSpan,a,i,!0):null,null!=o.maxSpan?(0,ma.NU)(o.maxSpan,a,i,!0):null);var s=this._range,l=this._range=(0,ma.dt)([(0,ma.NU)(r[0],i,a,!0),(0,ma.NU)(r[1],i,a,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},t.prototype._updateView=function(e){var t=this._displayables,n=this._handleEnds,r=(0,ma.dt)(n.slice()),i=this._size;(0,mo.S6)([0,1],function(e){var r=t.handles[e],o=this._handleHeight;r.attr({scaleX:o/2,scaleY:o/2,x:n[e]+(e?-1:1),y:i[1]/2-o/2})},this),t.filler.setShape({x:r[0],y:0,width:r[1]-r[0],height:i[1]});var o={x:r[0],width:r[1]-r[0]};t.moveHandle&&(t.moveHandle.setShape(o),t.moveZone.setShape(o),t.moveZone.getBoundingRect(),t.moveHandleIcon&&t.moveHandleIcon.attr("x",o.x+o.width/2));for(var a=t.dataShadowSegs,s=[0,r[0],r[1],i[0]],l=0;l<a.length;l++){var u=a[l],c=u.getClipPath();c||(c=new mE.Z,u.setClipPath(c)),c.setShape({x:s[l],y:0,width:s[l+1]-s[l],height:i[1]})}this._updateDataInfo(e)},t.prototype._updateDataInfo=function(e){var t=this.dataZoomModel,n=this._displayables,r=n.handleLabels,i=this._orient,o=["",""];if(t.get("showDetail")){var a=t.findRepresentativeAxisProxy();if(a){var s=a.getAxisModel().axis,l=this._range,u=e?a.calculateDataWindow({start:l[0],end:l[1]}).valueWindow:a.getDataValueWindow();o=[this._formatLabel(u[0],s),this._formatLabel(u[1],s)]}}var c=(0,ma.dt)(this._handleEnds.slice());function d(e){var t=m_.getTransform(n.handles[e].parent,this.group),a=m_.transformDirection(0===e?"right":"left",t),s=this._handleWidth/2+5,l=m_.applyTransform([c[e]+(0===e?-s:s),this._size[1]/2],t);r[e].setStyle({x:l[0],y:l[1],verticalAlign:i===wN?"middle":a,align:i===wN?a:"center",text:o[e]})}d.call(this,0),d.call(this,1)},t.prototype._formatLabel=function(e,t){var n=this.dataZoomModel,r=n.get("labelFormatter"),i=n.get("labelPrecision");(null==i||"auto"===i)&&(i=t.getPixelPrecision());var o=null==e||isNaN(e)?"":"category"===t.type||"time"===t.type?t.scale.getLabel({value:Math.round(e)}):e.toFixed(Math.min(i,20));return(0,mo.mf)(r)?r(e,o):(0,mo.HD)(r)?r.replace("{value}",o):o},t.prototype._showDataInfo=function(e){e=this._dragging||e;var t=this._displayables,n=t.handleLabels;n[0].attr("invisible",!e),n[1].attr("invisible",!e),t.moveHandle&&this.api[e?"enterEmphasis":"leaveEmphasis"](t.moveHandle,1)},t.prototype._onDragMove=function(e,t,n,r){this._dragging=!0,wp.sT(r.event);var i=this._displayables.sliderGroup.getLocalTransform(),o=m_.applyTransform([t,n],i,!0),a=this._updateInterval(e,o[0]),s=this.dataZoomModel.get("realtime");this._updateView(!s),a&&s&&this._dispatchZoomAction(!0)},t.prototype._onDragEnd=function(){this._dragging=!1,this._showDataInfo(!1),this.dataZoomModel.get("realtime")||this._dispatchZoomAction(!1)},t.prototype._onClickPanel=function(e){var t=this._size,n=this._displayables.sliderGroup.transformCoordToLocal(e.offsetX,e.offsetY);if(!(n[0]<0)&&!(n[0]>t[0])&&!(n[1]<0)&&!(n[1]>t[1])){var r=this._handleEnds,i=(r[0]+r[1])/2,o=this._updateInterval("all",n[0]-i);this._updateView(),o&&this._dispatchZoomAction(!1)}},t.prototype._onBrushStart=function(e){var t=e.offsetX,n=e.offsetY;this._brushStart=new v8.Z(t,n),this._brushing=!0,this._brushStartTime=+new Date},t.prototype._onBrushEnd=function(e){if(this._brushing){var t=this._displayables.brushRect;if(this._brushing=!1,t){t.attr("ignore",!0);var n=t.shape;if(!(new Date-this._brushStartTime<200&&5>Math.abs(n.width))){var r=this._getViewExtent(),i=[0,100];this._range=(0,ma.dt)([(0,ma.NU)(n.x,r,i,!0),(0,ma.NU)(n.x+n.width,r,i,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},t.prototype._onBrush=function(e){this._brushing&&(wp.sT(e.event),this._updateBrushRect(e.offsetX,e.offsetY))},t.prototype._updateBrushRect=function(e,t){var n=this._displayables,r=this.dataZoomModel,i=n.brushRect;i||(i=n.brushRect=new wB({silent:!0,style:r.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(i)),i.attr("ignore",!1);var o=this._brushStart,a=this._displayables.sliderGroup,s=a.transformCoordToLocal(e,t),l=a.transformCoordToLocal(o.x,o.y),u=this._size;s[0]=Math.max(Math.min(u[0],s[0]),0),i.setShape({x:l[0],y:0,width:s[0]-l[0],height:u[1]})},t.prototype._dispatchZoomAction=function(e){var t=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:e?wj:null,start:t[0],end:t[1]})},t.prototype._findCoordRect=function(){var e,t=wr(this.dataZoomModel).infoList;if(!e&&t.length){var n=t[0].model.coordinateSystem;e=n.getRect&&n.getRect()}if(!e){var r=this.api.getWidth(),i=this.api.getHeight();e={x:.2*r,y:.2*i,width:.6*r,height:.6*i}}return e},t.type="dataZoom.slider",t}(wl);function wH(e){return"vertical"===e?"ns-resize":"ew-resize"}function w$(e){e.registerComponentModel(wL),e.registerComponentView(wV),wO(e)}var wW=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.layoutMode={type:"box",ignoreSize:!0},n}return(0,mk.ZT)(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n),e.selected=e.selected||{},this._updateSelector(e)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),this._updateSelector(t)},t.prototype._updateSelector=function(e){var t=e.selector,n=this.ecModel;!0===t&&(t=e.selector=["all","inverse"]),mo.kJ(t)&&mo.S6(t,function(e,r){var i;mo.HD(e)&&(e={type:e}),t[r]=mo.TS(e,"all"===(i=e.type)?{type:"all",title:n.getLocaleModel().get(["legend","selector","all"])}:"inverse"===i?{type:"inverse",title:n.getLocaleModel().get(["legend","selector","inverse"])}:void 0)})},t.prototype.optionUpdated=function(){this._updateData(this.ecModel);var e=this._data;if(e[0]&&"single"===this.get("selectedMode")){for(var t=!1,n=0;n<e.length;n++){var r=e[n].get("name");if(this.isSelected(r)){this.select(r),t=!0;break}}t||this.select(e[0].get("name"))}},t.prototype._updateData=function(e){var t=[],n=[];e.eachRawSeries(function(r){var i,o=r.name;if(n.push(o),r.legendVisualProvider){var a=r.legendVisualProvider.getAllNames();e.isSeriesFiltered(r)||(n=n.concat(a)),a.length?t=t.concat(a):i=!0}else i=!0;i&&(0,vw.yu)(r)&&t.push(r.name)}),this._availableNames=n;var r=this.get("data")||t,i=mo.kW(),o=mo.UI(r,function(e){return((mo.HD(e)||mo.hj(e))&&(e={name:e}),i.get(e.name))?null:(i.set(e.name,!0),new xj.Z(e,this,this.ecModel))},this);this._data=mo.hX(o,function(e){return!!e})},t.prototype.getData=function(){return this._data},t.prototype.select=function(e){var t=this.option.selected;if("single"===this.get("selectedMode")){var n=this._data;mo.S6(n,function(e){t[e.get("name")]=!1})}t[e]=!0},t.prototype.unSelect=function(e){"single"!==this.get("selectedMode")&&(this.option.selected[e]=!1)},t.prototype.toggleSelected=function(e){var t=this.option.selected;t.hasOwnProperty(e)||(t[e]=!0),this[t[e]?"unSelect":"select"](e)},t.prototype.allSelect=function(){var e=this._data,t=this.option.selected;mo.S6(e,function(e){t[e.get("name",!0)]=!0})},t.prototype.inverseSelect=function(){var e=this._data,t=this.option.selected;mo.S6(e,function(e){var n=e.get("name",!0);t.hasOwnProperty(n)||(t[n]=!0),t[n]=!t[n]})},t.prototype.isSelected=function(e){var t=this.option.selected;return!(t.hasOwnProperty(e)&&!t[e])&&mo.cq(this._availableNames,e)>=0},t.prototype.getOrient=function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},t.type="legend.plain",t.dependencies=["series"],t.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},t}(yI.Z);function wG(e,t){var n=v_.MY(t.get("padding")),r=t.getItemStyle(["color","opacity"]);return r.fill=t.get("backgroundColor"),e=new mE.Z({shape:{x:e.x-n[3],y:e.y-n[0],width:e.width+n[1]+n[3],height:e.height+n[0]+n[2],r:t.get("borderRadius")},style:r,silent:!0,z2:-1})}var wq=mo.WA,wU=mo.S6,wY=mR.Z,wX=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.newlineDisabled=!1,n}return(0,mk.ZT)(t,e),t.prototype.init=function(){this.group.add(this._contentGroup=new wY),this.group.add(this._selectorGroup=new wY),this._isFirstRender=!0},t.prototype.getContentGroup=function(){return this._contentGroup},t.prototype.getSelectorGroup=function(){return this._selectorGroup},t.prototype.render=function(e,t,n){var r=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),e.get("show",!0)){var i=e.get("align"),o=e.get("orient");i&&"auto"!==i||(i="right"===e.get("left")&&"vertical"===o?"right":"left");var a=e.get("selector",!0),s=e.get("selectorPosition",!0);a&&(!s||"auto"===s)&&(s="horizontal"===o?"end":"start"),this.renderInner(i,e,t,n,a,o,s);var l=e.getBoxLayoutParams(),u={width:n.getWidth(),height:n.getHeight()},c=e.get("padding"),d=v0.ME(l,u,c),h=this.layoutInner(e,i,d,r,a,s),p=v0.ME(mo.ce({width:h.width,height:h.height},l),u,c);this.group.x=p.x-h.x,this.group.y=p.y-h.y,this.group.markRedraw(),this.group.add(this._backgroundEl=wG(h,e))}},t.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},t.prototype.renderInner=function(e,t,n,r,i,o,a){var s=this.getContentGroup(),l=mo.kW(),u=t.get("selectedMode"),c=[];n.eachRawSeries(function(e){e.get("legendHoverLink")||c.push(e.id)}),wU(t.getData(),function(i,o){var a=i.get("name");if(!this.newlineDisabled&&(""===a||"\n"===a)){var d=new wY;d.newline=!0,s.add(d);return}var h=n.getSeriesByName(a)[0];if(!l.get(a))if(h){var p=h.getData(),f=p.getVisual("legendLineStyle")||{},g=p.getVisual("legendIcon"),m=p.getVisual("style"),v=this._createItem(h,a,o,i,t,e,f,m,g,u,r);v.on("click",wq(wK,a,null,r,c)).on("mouseover",wq(wJ,h.name,null,r,c)).on("mouseout",wq(w0,h.name,null,r,c)),n.ssr&&v.eachChild(function(e){var t=(0,mZ.A)(e);t.seriesIndex=h.seriesIndex,t.dataIndex=o,t.ssrType="legend"}),l.set(a,!0)}else n.eachRawSeries(function(s){if(!l.get(a)&&s.legendVisualProvider){var d=s.legendVisualProvider;if(d.containName(a)){var h=d.indexOfName(a),p=d.getItemVisual(h,"style"),f=d.getItemVisual(h,"legendIcon"),g=(0,vO.Qc)(p.fill);g&&0===g[3]&&(g[3]=.2,p=mo.l7(mo.l7({},p),{fill:(0,vO.Pz)(g,"rgba")}));var m=this._createItem(s,a,o,i,t,e,{},p,f,u,r);m.on("click",wq(wK,null,a,r,c)).on("mouseover",wq(wJ,null,a,r,c)).on("mouseout",wq(w0,null,a,r,c)),n.ssr&&m.eachChild(function(e){var t=(0,mZ.A)(e);t.seriesIndex=s.seriesIndex,t.dataIndex=o,t.ssrType="legend"}),l.set(a,!0)}}},this)},this),i&&this._createSelector(i,t,r,o,a)},t.prototype._createSelector=function(e,t,n,r,i){var o=this.getSelectorGroup();wU(e,function(e){var r=e.type,i=new vb.ZP({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===r?"legendAllSelect":"legendInverseSelect"})}});o.add(i);var a=t.getModel("selectorLabel"),s=t.getModel(["emphasis","selectorLabel"]);(0,mN.ni)(i,{normal:a,emphasis:s},{defaultText:e.title}),(0,mB.vF)(i)})},t.prototype._createItem=function(e,t,n,r,i,o,a,s,l,u,c){var d=e.visualDrawType,h=i.get("itemWidth"),p=i.get("itemHeight"),f=i.isSelected(t),g=r.get("symbolRotate"),m=r.get("symbolKeepAspect"),v=r.get("icon"),y=function(e,t,n,r,i,o,a){function s(e,t){"auto"===e.lineWidth&&(e.lineWidth=2*(t.lineWidth>0)),wU(e,function(n,r){"inherit"===e[r]&&(e[r]=t[r])})}var l=t.getModel("itemStyle"),u=l.getItemStyle(),c=0===e.lastIndexOf("empty",0)?"fill":"stroke",d=l.getShallow("decal");u.decal=d&&"inherit"!==d?(0,bg.I)(d,a):r.decal,"inherit"===u.fill&&(u.fill=r[i]),"inherit"===u.stroke&&(u.stroke=r[c]),"inherit"===u.opacity&&(u.opacity=("fill"===i?r:n).opacity),s(u,r);var h=t.getModel("lineStyle"),p=h.getLineStyle();if(s(p,n),"auto"===u.fill&&(u.fill=r.fill),"auto"===u.stroke&&(u.stroke=r.fill),"auto"===p.stroke&&(p.stroke=r.fill),!o){var f=t.get("inactiveBorderWidth"),g=u[c];u.lineWidth="auto"===f?r.lineWidth>0&&g?2:0:u.lineWidth,u.fill=t.get("inactiveColor"),u.stroke=t.get("inactiveBorderColor"),p.stroke=h.get("inactiveColor"),p.lineWidth=h.get("inactiveWidth")}return{itemStyle:u,lineStyle:p}}(l=v||l||"roundRect",r,a,s,d,f,c),x=new wY,b=r.getModel("textStyle");if(mo.mf(e.getLegendIcon)&&(!v||"inherit"===v))x.add(e.getLegendIcon({itemWidth:h,itemHeight:p,icon:l,iconRotate:g,itemStyle:y.itemStyle,lineStyle:y.lineStyle,symbolKeepAspect:m}));else{var w,S,C,k="inherit"===v&&e.getData().getVisual("symbol")?"inherit"===g?e.getData().getVisual("symbolRotate"):g:0;x.add((S=(w={itemWidth:h,itemHeight:p,icon:l,iconRotate:k,itemStyle:y.itemStyle,lineStyle:y.lineStyle,symbolKeepAspect:m}).icon||"roundRect",(C=(0,vl.th)(S,0,0,w.itemWidth,w.itemHeight,w.itemStyle.fill,w.symbolKeepAspect)).setStyle(w.itemStyle),C.rotation=(w.iconRotate||0)*Math.PI/180,C.setOrigin([w.itemWidth/2,w.itemHeight/2]),S.indexOf("empty")>-1&&(C.style.stroke=C.style.fill,C.style.fill="#fff",C.style.lineWidth=2),C))}var M=i.get("formatter"),T=t;mo.HD(M)&&M?T=M.replace("{name}",null!=t?t:""):mo.mf(M)&&(T=M(t));var I=f?b.getTextColor():r.get("inactiveColor");x.add(new vb.ZP({style:(0,mN.Lr)(b,{text:T,x:"left"===o?h+5:-5,y:p/2,fill:I,align:o,verticalAlign:"middle"},{inheritColor:I})}));var A=new mE.Z({shape:x.getBoundingRect(),style:{fill:"transparent"}}),D=r.getModel("tooltip");return D.get("show")&&m_.setTooltipConfig({el:A,componentModel:i,itemName:t,itemTooltipOption:D.option}),x.add(A),x.eachChild(function(e){e.silent=!0}),A.silent=!u,this.getContentGroup().add(x),(0,mB.vF)(x),x.__legendDataIndex=n,x},t.prototype.layoutInner=function(e,t,n,r,i,o){var a=this.getContentGroup(),s=this.getSelectorGroup();v0.BZ(e.get("orient"),a,e.get("itemGap"),n.width,n.height);var l=a.getBoundingRect(),u=[-l.x,-l.y];if(s.markRedraw(),a.markRedraw(),!i)return a.x=u[0],a.y=u[1],this.group.getBoundingRect();v0.BZ("horizontal",s,e.get("selectorItemGap",!0));var c=s.getBoundingRect(),d=[-c.x,-c.y],h=e.get("selectorButtonGap",!0),p=e.getOrient().index,f=0===p?"width":"height",g=0===p?"height":"width",m=0===p?"y":"x";"end"===o?d[p]+=l[f]+h:u[p]+=c[f]+h,d[1-p]+=l[g]/2-c[g]/2,s.x=d[0],s.y=d[1],a.x=u[0],a.y=u[1];var v={x:0,y:0};return v[f]=l[f]+h+c[f],v[g]=Math.max(l[g],c[g]),v[m]=Math.min(0,c[m]+d[1-p]),v},t.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},t.type="legend.plain",t}(yT.Z);function wK(e,t,n,r){w0(e,t,n,r),n.dispatchAction({type:"legendToggleSelect",name:null!=e?e:t}),wJ(e,t,n,r)}function wQ(e){for(var t,n=e.getZr().storage.getDisplayList(),r=0,i=n.length;r<i&&!(t=n[r].states.emphasis);)r++;return t&&t.hoverLayer}function wJ(e,t,n,r){wQ(n)||n.dispatchAction({type:"highlight",seriesName:e,name:t,excludeSeriesId:r})}function w0(e,t,n,r){wQ(n)||n.dispatchAction({type:"downplay",seriesName:e,name:t,excludeSeriesId:r})}function w1(e){var t=e.findComponents({mainType:"legend"});t&&t.length&&e.filterSeries(function(e){for(var n=0;n<t.length;n++)if(!t[n].isSelected(e.name))return!1;return!0})}function w2(e,t,n){var r,i={},o="toggleSelected"===e;return n.eachComponent("legend",function(n){o&&null!=r?n[r?"select":"unSelect"](t.name):"allSelect"===e||"inverseSelect"===e?n[e]():(n[e](t.name),r=n.isSelected(t.name));var a=n.getData();(0,mo.S6)(a,function(e){var t=e.get("name");if("\n"!==t&&""!==t){var r=n.isSelected(t);i.hasOwnProperty(t)?i[t]=i[t]&&r:i[t]=r}})}),"allSelect"===e||"inverseSelect"===e?{selected:i}:{name:t.name,selected:i}}function w5(e){e.registerComponentModel(wW),e.registerComponentView(wX),e.registerProcessor(e.PRIORITY.PROCESSOR.SERIES_FILTER,w1),e.registerSubTypeDefaulter("legend",function(){return"plain"}),e.registerAction("legendToggleSelect","legendselectchanged",(0,mo.WA)(w2,"toggleSelected")),e.registerAction("legendAllSelect","legendselectall",(0,mo.WA)(w2,"allSelect")),e.registerAction("legendInverseSelect","legendinverseselect",(0,mo.WA)(w2,"inverseSelect")),e.registerAction("legendSelect","legendselected",(0,mo.WA)(w2,"select")),e.registerAction("legendUnSelect","legendunselected",(0,mo.WA)(w2,"unSelect"))}var w3=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.setScrollDataIndex=function(e){this.option.scrollDataIndex=e},t.prototype.init=function(t,n,r){var i=(0,v0.tE)(t);e.prototype.init.call(this,t,n,r),w4(this,t,i)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),w4(this,this.option,t)},t.type="legend.scroll",t.defaultOption=(0,mA.ZL)(wW.defaultOption,{scrollDataIndex:0,pageButtonItemGap:5,pageButtonGap:null,pageButtonPosition:"end",pageFormatter:"{current}/{total}",pageIcons:{horizontal:["M0,0L12,-10L12,10z","M0,0L-12,-10L-12,10z"],vertical:["M0,0L20,0L10,-20z","M0,0L20,0L10,20z"]},pageIconColor:"#2f4554",pageIconInactiveColor:"#aaa",pageIconSize:15,pageTextStyle:{color:"#333"},animationDurationUpdate:800}),t}(wW);function w4(e,t,n){var r=e.getOrient(),i=[1,1];i[r.index]=0,(0,v0.dt)(t,n,{type:"box",ignoreSize:!!i})}var w6=mR.Z,w8=["width","height"],w9=["x","y"],w7=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.newlineDisabled=!0,n._currentIndex=0,n}return(0,mk.ZT)(t,e),t.prototype.init=function(){e.prototype.init.call(this),this.group.add(this._containerGroup=new w6),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new w6)},t.prototype.resetInner=function(){e.prototype.resetInner.call(this),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},t.prototype.renderInner=function(t,n,r,i,o,a,s){var l=this;e.prototype.renderInner.call(this,t,n,r,i,o,a,s);var u=this._controllerGroup,c=n.get("pageIconSize",!0),d=mo.kJ(c)?c:[c,c];p("pagePrev",0);var h=n.getModel("pageTextStyle");function p(e,t){var r=m_.createIcon(n.get("pageIcons",!0)[n.getOrient().name][t],{onclick:mo.ak(l._pageGo,l,e+"DataIndex",n,i)},{x:-d[0]/2,y:-d[1]/2,width:d[0],height:d[1]});r.name=e,u.add(r)}u.add(new vb.ZP({name:"pageText",style:{text:"xx/xx",fill:h.getTextColor(),font:h.getFont(),verticalAlign:"middle",align:"center"},silent:!0})),p("pageNext",1)},t.prototype.layoutInner=function(e,t,n,r,i,o){var a=this.getSelectorGroup(),s=e.getOrient().index,l=w8[s],u=w9[s],c=w8[1-s],d=w9[1-s];i&&v0.BZ("horizontal",a,e.get("selectorItemGap",!0));var h=e.get("selectorButtonGap",!0),p=a.getBoundingRect(),f=[-p.x,-p.y],g=mo.d9(n);i&&(g[l]=n[l]-p[l]-h);var m=this._layoutContentAndController(e,r,g,s,l,c,d,u);if(i){if("end"===o)f[s]+=m[l]+h;else{var v=p[l]+h;f[s]-=v,m[u]-=v}m[l]+=p[l]+h,f[1-s]+=m[d]+m[c]/2-p[c]/2,m[c]=Math.max(m[c],p[c]),m[d]=Math.min(m[d],p[d]+f[1-s]),a.x=f[0],a.y=f[1],a.markRedraw()}return m},t.prototype._layoutContentAndController=function(e,t,n,r,i,o,a,s){var l=this.getContentGroup(),u=this._containerGroup,c=this._controllerGroup;v0.BZ(e.get("orient"),l,e.get("itemGap"),r?n.width:null,r?null:n.height),v0.BZ("horizontal",c,e.get("pageButtonItemGap",!0));var d=l.getBoundingRect(),h=c.getBoundingRect(),p=this._showController=d[i]>n[i],f=[-d.x,-d.y];t||(f[r]=l[s]);var g=[0,0],m=[-h.x,-h.y],v=mo.pD(e.get("pageButtonGap",!0),e.get("itemGap",!0));p&&("end"===e.get("pageButtonPosition",!0)?m[r]+=n[i]-h[i]:g[r]+=h[i]+v),m[1-r]+=d[o]/2-h[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(m);var y={x:0,y:0};if(y[i]=p?n[i]:d[i],y[o]=Math.max(d[o],h[o]),y[a]=Math.min(0,h[a]+m[1-r]),u.__rectSize=n[i],p){var x={x:0,y:0};x[i]=Math.max(n[i]-h[i]-v,0),x[o]=y[o],u.setClipPath(new mE.Z({shape:x})),u.__rectSize=x[i]}else c.eachChild(function(e){e.attr({invisible:!0,silent:!0})});var b=this._getPageInfo(e);return null!=b.pageIndex&&mO.D(l,{x:b.contentPosition[0],y:b.contentPosition[1]},p?e:null),this._updatePageInfoView(e,b),y},t.prototype._pageGo=function(e,t,n){var r=this._getPageInfo(t)[e];null!=r&&n.dispatchAction({type:"legendScroll",scrollDataIndex:r,legendId:t.id})},t.prototype._updatePageInfoView=function(e,t){var n=this._controllerGroup;mo.S6(["pagePrev","pageNext"],function(r){var i=null!=t[r+"DataIndex"],o=n.childOfName(r);o&&(o.setStyle("fill",i?e.get("pageIconColor",!0):e.get("pageIconInactiveColor",!0)),o.cursor=i?"pointer":"default")});var r=n.childOfName("pageText"),i=e.get("pageFormatter"),o=t.pageIndex,a=null!=o?o+1:0,s=t.pageCount;r&&i&&r.setStyle("text",mo.HD(i)?i.replace("{current}",null==a?"":a+"").replace("{total}",null==s?"":s+""):i({current:a,total:s}))},t.prototype._getPageInfo=function(e){var t=e.get("scrollDataIndex",!0),n=this.getContentGroup(),r=this._containerGroup.__rectSize,i=e.getOrient().index,o=w8[i],a=w9[i],s=this._findTargetItemIndex(t),l=n.children(),u=l[s],c=l.length,d=+!!c,h={contentPosition:[n.x,n.y],pageCount:d,pageIndex:d-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return h;var p=y(u);h.contentPosition[i]=-p.s;for(var f=s+1,g=p,m=p,v=null;f<=c;++f)(!(v=y(l[f]))&&m.e>g.s+r||v&&!x(v,g.s))&&(g=m.i>g.i?m:v)&&(null==h.pageNextDataIndex&&(h.pageNextDataIndex=g.i),++h.pageCount),m=v;for(var f=s-1,g=p,m=p,v=null;f>=-1;--f)(!(v=y(l[f]))||!x(m,v.s))&&g.i<m.i&&(m=g,null==h.pagePrevDataIndex&&(h.pagePrevDataIndex=g.i),++h.pageCount,++h.pageIndex),g=v;return h;function y(e){if(e){var t=e.getBoundingRect(),n=t[a]+e[a];return{s:n,e:n+t[o],i:e.__legendDataIndex}}}function x(e,t){return e.e>=t&&e.s<=t+r}},t.prototype._findTargetItemIndex=function(e){var t,n;return this._showController?(this.getContentGroup().eachChild(function(r,i){var o=r.__legendDataIndex;null==n&&null!=o&&(n=i),o===e&&(t=i)}),null!=t?t:n):0},t.type="legend.scroll",t}(wX);function Se(e){(0,mt.D)(w5),e.registerComponentModel(w3),e.registerComponentView(w7),e.registerAction("legendScroll","legendscroll",function(e,t){var n=e.scrollDataIndex;null!=n&&t.eachComponent({mainType:"legend",subType:"scroll",query:e},function(e){e.setScrollDataIndex(n)})})}var St=(0,vw.Yf)(),Sn=mo.d9,Sr=mo.ak;function Si(e,t,n,r){!function e(t,n){if(!(mo.Kn(t)&&mo.Kn(n)))return t===n;var r=!0;return mo.S6(n,function(n,i){r=r&&e(t[i],n)}),!!r}(St(n).lastProp,r)&&(St(n).lastProp=r,t?mO.D(n,r,e):(n.stopAnimation(),n.attr(r)))}function So(e,t){e[t.get(["label","show"])?"show":"hide"]()}function Sa(e){return{x:e.x||0,y:e.y||0,rotation:e.rotation||0}}function Ss(e,t,n){var r=t.get("z"),i=t.get("zlevel");e&&e.traverse(function(e){"group"!==e.type&&(null!=r&&(e.z=r),null!=i&&(e.zlevel=i),e.silent=n)})}function Sl(e,t,n,r,i){e=t.scale.parse(e);var o=t.scale.getLabel({value:e},{precision:i.precision}),a=i.formatter;if(a){var s={value:xf(t,{value:e}),axisDimension:t.dim,axisIndex:t.index,seriesData:[]};mo.S6(r,function(e){var t=n.getSeriesByIndex(e.seriesIndex),r=e.dataIndexInside,i=t&&t.getDataParams(r);i&&s.seriesData.push(i)}),mo.HD(a)?o=a.replace("{value}",o):mo.mf(a)&&(o=a(s))}return o}function Su(e,t,n){var r=xx.Ue();return xx.U1(r,r,n.rotation),xx.Iu(r,r,n.position),m_.applyTransform([e.dataToCoord(t),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],r)}var Sc=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.makeElOption=function(e,t,n,r,i){var o,a,s,l,u,c,d,h,p,f,g,m,v,y,x,b,w,S,C,k=n.axis,M=k.grid,T=r.get("type"),I=Sd(M,k).getOtherAxis(k).getGlobalExtent(),A=k.toGlobalCoord(k.dataToCoord(t,!0));if(T&&"none"!==T){var D,P,R,_=(P=r.get("type"),R=r.getModel(P+"Style"),"line"===P?(D=R.getLineStyle()).fill=null:"shadow"===P&&((D=R.getAreaStyle()).stroke=null),D),O=Sh[T](k,A,I);O.style=_,e.graphicKey=O.type,e.pointer=O}var E=xO(M.model,n);d=xH.innerTextLayout(E.rotation,0,E.labelDirection),E.labelMargin=r.get(["label","margin"]),h={position:Su(n.axis,t,E),align:d.textAlign,verticalAlign:d.textVerticalAlign},p=Sl(r.get("value"),n.axis,n.ecModel,r.get("seriesDataIndices"),{precision:r.get(["label","precision"]),formatter:r.get(["label","formatter"])}),f=r.getModel("label"),g=v_.MY(f.get("padding")||0),m=f.getFont(),v=mX.lP(p,m),y=h.position,x=v.width+g[1]+g[3],b=v.height+g[0]+g[2],"right"===(w=h.align)&&(y[0]-=x),"center"===w&&(y[0]-=x/2),"bottom"===(S=h.verticalAlign)&&(y[1]-=b),"middle"===S&&(y[1]-=b/2),o=y,a=x,s=b,u=(l=i).getWidth(),c=l.getHeight(),o[0]=Math.min(o[0]+a,u)-a,o[1]=Math.min(o[1]+s,c)-s,o[0]=Math.max(o[0],0),o[1]=Math.max(o[1],0),(C=f.get("backgroundColor"))&&"auto"!==C||(C=n.get(["axisLine","lineStyle","color"])),e.label={x:y[0],y:y[1],style:(0,mN.Lr)(f,{text:p,font:m,fill:f.getTextColor(),padding:g,backgroundColor:C}),z2:10}},t.prototype.getHandleTransform=function(e,t,n){var r=xO(t.axis.grid.model,t,{labelInside:!1});r.labelMargin=n.get(["handle","margin"]);var i=Su(t.axis,e,r);return{x:i[0],y:i[1],rotation:r.rotation+(r.labelDirection<0?Math.PI:0)}},t.prototype.updateHandleTransform=function(e,t,n,r){var i=n.axis,o=i.grid,a=i.getGlobalExtent(!0),s=Sd(o,i).getOtherAxis(i).getGlobalExtent(),l=+("x"!==i.dim),u=[e.x,e.y];u[l]+=t[l],u[l]=Math.min(a[1],u[l]),u[l]=Math.max(a[0],u[l]);var c=(s[1]+s[0])/2,d=[c,c];return d[l]=u[l],{x:u[0],y:u[1],rotation:e.rotation,cursorPoint:d,tooltipOption:[{verticalAlign:"middle"},{align:"center"}][l]}},t}(function(){function e(){this._dragging=!1,this.animationThreshold=15}return e.prototype.render=function(e,t,n,r){var i=t.get("value"),o=t.get("status");if(this._axisModel=e,this._axisPointerModel=t,this._api=n,r||this._lastValue!==i||this._lastStatus!==o){this._lastValue=i,this._lastStatus=o;var a=this._group,s=this._handle;if(!o||"hide"===o){a&&a.hide(),s&&s.hide();return}a&&a.show(),s&&s.show();var l={};this.makeElOption(l,i,e,t,n);var u=l.graphicKey;u!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=u;var c=this._moveAnimation=this.determineAnimation(e,t);if(a){var d=mo.WA(Si,t,c);this.updatePointerEl(a,l,d),this.updateLabelEl(a,l,d,t)}else a=this._group=new mR.Z,this.createPointerEl(a,l,e,t),this.createLabelEl(a,l,e,t),n.getZr().add(a);Ss(a,t,!0),this._renderHandle(i)}},e.prototype.remove=function(e){this.clear(e)},e.prototype.dispose=function(e){this.clear(e)},e.prototype.determineAnimation=function(e,t){var n=t.get("animation"),r=e.axis,i="category"===r.type,o=t.get("snap");if(!o&&!i)return!1;if("auto"===n||null==n){var a=this.animationThreshold;if(i&&r.getBandWidth()>a)return!0;if(o){var s=xX(e).seriesDataCount,l=r.getExtent();return Math.abs(l[0]-l[1])/s>a}return!1}return!0===n},e.prototype.makeElOption=function(e,t,n,r,i){},e.prototype.createPointerEl=function(e,t,n,r){var i=t.pointer;if(i){var o=St(e).pointerEl=new m_[i.type](Sn(t.pointer));e.add(o)}},e.prototype.createLabelEl=function(e,t,n,r){if(t.label){var i=St(e).labelEl=new vb.ZP(Sn(t.label));e.add(i),So(i,r)}},e.prototype.updatePointerEl=function(e,t,n){var r=St(e).pointerEl;r&&t.pointer&&(r.setStyle(t.pointer.style),n(r,{shape:t.pointer.shape}))},e.prototype.updateLabelEl=function(e,t,n,r){var i=St(e).labelEl;i&&(i.setStyle(t.label.style),n(i,{x:t.label.x,y:t.label.y}),So(i,r))},e.prototype._renderHandle=function(e){if(!this._dragging&&this.updateHandleTransform){var t,n=this._axisPointerModel,r=this._api.getZr(),i=this._handle,o=n.getModel("handle"),a=n.get("status");if(!o.get("show")||!a||"hide"===a){i&&r.remove(i),this._handle=null;return}this._handle||(t=!0,i=this._handle=m_.createIcon(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(e){wp.sT(e.event)},onmousedown:Sr(this._onHandleDragMove,this,0,0),drift:Sr(this._onHandleDragMove,this),ondragend:Sr(this._onHandleDragEnd,this)}),r.add(i)),Ss(i,n,!1),i.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");mo.kJ(s)||(s=[s,s]),i.scaleX=s[0]/2,i.scaleY=s[1]/2,mz.T9(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,t)}},e.prototype._moveHandleToValue=function(e,t){Si(this._axisPointerModel,!t&&this._moveAnimation,this._handle,Sa(this.getHandleTransform(e,this._axisModel,this._axisPointerModel)))},e.prototype._onHandleDragMove=function(e,t){var n=this._handle;if(n){this._dragging=!0;var r=this.updateHandleTransform(Sa(n),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=r,n.stopAnimation(),n.attr(Sa(r)),St(n).lastProp=null,this._doDispatchAxisPointer()}},e.prototype._doDispatchAxisPointer=function(){if(this._handle){var e=this._payloadInfo,t=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:e.cursorPoint[0],y:e.cursorPoint[1],tooltipOption:e.tooltipOption,axesInfo:[{axisDim:t.axis.dim,axisIndex:t.componentIndex}]})}},e.prototype._onHandleDragEnd=function(){if(this._dragging=!1,this._handle){var e=this._axisPointerModel.get("value");this._moveHandleToValue(e),this._api.dispatchAction({type:"hideTip"})}},e.prototype.clear=function(e){this._lastValue=null,this._lastStatus=null;var t=e.getZr(),n=this._group,r=this._handle;t&&n&&(this._lastGraphicKey=null,n&&t.remove(n),r&&t.remove(r),this._group=null,this._handle=null,this._payloadInfo=null),mz.ZH(this,"_doDispatchAxisPointer")},e.prototype.doClear=function(){},e.prototype.buildLabel=function(e,t,n){return{x:e[n=n||0],y:e[1-n],width:t[n],height:t[1-n]}},e}());function Sd(e,t){var n={};return n[t.dim+"AxisIndex"]=t.index,e.getCartesian(n)}var Sh={line:function(e,t,n){var r,i,o;return{type:"Line",subPixelOptimize:!0,shape:(r=[t,n[0]],i=[t,n[1]],{x1:r[o=(o=Sp(e))||0],y1:r[1-o],x2:i[o],y2:i[1-o]})}},shadow:function(e,t,n){var r,i,o,a=Math.max(1,e.getBandWidth()),s=n[1]-n[0];return{type:"Rect",shape:(r=[t-a/2,n[0]],i=[a,s],{x:r[o=(o=Sp(e))||0],y:r[1-o],width:i[o],height:i[1-o]})}}};function Sp(e){return+("x"!==e.dim)}var Sf=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.type="axisPointer",t.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,triggerEmphasis:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},t}(yI.Z),Sg=n(4647),Sm=(0,vw.Yf)(),Sv=mo.S6;function Sy(e,t,n){if(!Sg.Z.node){var r=t.getZr();Sm(r).records||(Sm(r).records={}),function(e,t){Sm(e).initialized||(Sm(e).initialized=!0,n("click",mo.WA(Sb,"click")),n("mousemove",mo.WA(Sb,"mousemove")),n("globalout",Sx));function n(n,r){e.on(n,function(n){var i,o,a,s,l,u,c,d,h=(i=t,o={showTip:[],hideTip:[]},{dispatchAction:a=function(e){var t=o[e.type];t?t.push(e):(e.dispatchAction=a,i.dispatchAction(e))},pendings:o});Sv(Sm(e).records,function(e){e&&r(e,n,h.dispatchAction)}),s=h.pendings,l=t,c=s.showTip.length,d=s.hideTip.length,c?u=s.showTip[c-1]:d&&(u=s.hideTip[d-1]),u&&(u.dispatchAction=null,l.dispatchAction(u))})}}(r,t),(Sm(r).records[e]||(Sm(r).records[e]={})).handler=n}}function Sx(e,t,n){e.handler("leave",null,n)}function Sb(e,t,n,r){t.handler(e,n,r)}function Sw(e,t){if(!Sg.Z.node){var n=t.getZr();(Sm(n).records||{})[e]&&(Sm(n).records[e]=null)}}var SS=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n){var r=t.getComponent("tooltip"),i=e.get("triggerOn")||r&&r.get("triggerOn")||"mousemove|click";Sy("axisPointer",n,function(e,t,n){"none"!==i&&("leave"===e||i.indexOf(e)>=0)&&n({type:"updateAxisPointer",currTrigger:e,x:t&&t.offsetX,y:t&&t.offsetY})})},t.prototype.remove=function(e,t){Sw("axisPointer",t)},t.prototype.dispose=function(e,t){Sw("axisPointer",t)},t.type="axisPointer",t}(yT.Z);function SC(e,t){var n,r=[],i=e.seriesIndex;if(null==i||!(n=t.getSeriesByIndex(i)))return{point:[]};var o=n.getData(),a=vw.gO(o,e);if(null==a||a<0||mo.kJ(a))return{point:[]};var s=o.getItemGraphicEl(a),l=n.coordinateSystem;if(n.getTooltipPosition)r=n.getTooltipPosition(a)||[];else if(l&&l.dataToPoint)if(e.isStacked){var u=l.getBaseAxis(),c=l.getOtherAxis(u).dim,d=u.dim,h=+("x"===c||"radius"===c),p=o.mapDimension(d),f=[];f[h]=o.get(p,a),f[1-h]=o.get(o.getCalculationInfo("stackResultDimension"),a),r=l.dataToPoint(f)||[]}else r=l.dataToPoint(o.getValues(mo.UI(l.dimensions,function(e){return o.mapDimension(e)}),a))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),r=[g.x+g.width/2,g.y+g.height/2]}return{point:r,el:s}}var Sk=(0,vw.Yf)();function SM(e,t,n){var r=e.currTrigger,i=[e.x,e.y],o=e.dispatchAction||(0,mo.ak)(n.dispatchAction,n),a=t.getComponent("axisPointer").coordSysAxesInfo;if(a){SP(i)&&(i=SC({seriesIndex:e.seriesIndex,dataIndex:e.dataIndex},t).point);var s,l,u,c,d,h,p,f,g,m,v,y=SP(i),x=e.axesInfo,b=a.axesInfo,w="leave"===r||SP(i),S={},C={},k={list:[],map:{}},M={showPointer:(0,mo.WA)(SI,C),showTooltip:(0,mo.WA)(SA,k)};(0,mo.S6)(a.coordSysMap,function(e,t){var n=y||e.containPoint(i);(0,mo.S6)(a.coordSysAxesInfo[t],function(e,t){var r=e.axis,o=function(e,t){for(var n=0;n<(e||[]).length;n++){var r=e[n];if(t.axis.dim===r.axisDim&&t.axis.model.componentIndex===r.axisIndex)return r}}(x,e);if(!w&&n&&(!x||o)){var a=o&&o.value;null!=a||y||(a=r.pointToData(i)),null!=a&&ST(e,a,M,!1,S)}})});var T={};return(0,mo.S6)(b,function(e,t){var n=e.linkGroup;n&&!C[t]&&(0,mo.S6)(n.axesInfo,function(t,r){var i=C[r];if(t!==e&&i){var o=i.value;n.mapper&&(o=e.axis.scale.parse(n.mapper(o,SD(t),SD(e)))),T[e.key]=o}})}),(0,mo.S6)(T,function(e,t){ST(b[t],e,M,!0,S)}),s=C,l=b,u=S.axesInfo=[],(0,mo.S6)(l,function(e,t){var n=e.axisPointerModel.option,r=s[t];r?(e.useHandle||(n.status="show"),n.value=r.value,n.seriesDataIndices=(r.payloadBatch||[]).slice()):e.useHandle||(n.status="hide"),"show"===n.status&&u.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:n.value})}),function(e,t,n,r){if(SP(t)||!e.list.length)return r({type:"hideTip"});var i=((e.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};r({type:"showTip",escapeConnect:!0,x:t[0],y:t[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:i.dataIndexInside,dataIndex:i.dataIndex,seriesIndex:i.seriesIndex,dataByCoordSys:e.list})}(k,i,e,o),c=b,h=(d=n).getZr(),p="axisPointerLastHighlights",f=Sk(h)[p]||{},g=Sk(h)[p]={},(0,mo.S6)(c,function(e,t){var n=e.axisPointerModel.option;"show"===n.status&&e.triggerEmphasis&&(0,mo.S6)(n.seriesDataIndices,function(e){g[e.seriesIndex+" | "+e.dataIndex]=e})}),m=[],v=[],(0,mo.S6)(f,function(e,t){g[t]||v.push(e)}),(0,mo.S6)(g,function(e,t){f[t]||m.push(e)}),v.length&&d.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:v}),m.length&&d.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:m}),S}}function ST(e,t,n,r,i){var o=e.axis;if(!o.scale.isBlank()&&o.containData(t)){if(!e.involveSeries)return void n.showPointer(e,t);var a,s,l,u,c,d,h,p,f=(a=t,u=(l=(s=e).axis).dim,c=a,d=[],h=Number.MAX_VALUE,p=-1,(0,mo.S6)(s.seriesModels,function(e,t){var n,r,i=e.getData().mapDimensionsAll(u);if(e.getAxisTooltipData){var o=e.getAxisTooltipData(i,a,l);r=o.dataIndices,n=o.nestestValue}else{if(!(r=e.getData().indicesOfNearest(i[0],a,"category"===l.type?.5:null)).length)return;n=e.getData().get(i[0],r[0])}if(null!=n&&isFinite(n)){var s=a-n,f=Math.abs(s);f<=h&&((f<h||s>=0&&p<0)&&(h=f,p=s,c=n,d.length=0),(0,mo.S6)(r,function(t){d.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})}))}}),{payloadBatch:d,snapToValue:c}),g=f.payloadBatch,m=f.snapToValue;g[0]&&null==i.seriesIndex&&(0,mo.l7)(i,g[0]),!r&&e.snap&&o.containData(m)&&null!=m&&(t=m),n.showPointer(e,t,g),n.showTooltip(e,f,m)}}function SI(e,t,n,r){e[t.key]={value:n,payloadBatch:r}}function SA(e,t,n,r){var i=n.payloadBatch,o=t.axis,a=o.model,s=t.axisPointerModel;if(t.triggerTooltip&&i.length){var l=t.coordSys.model,u=xQ(l),c=e.map[u];c||(c=e.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},e.list.push(c)),c.dataByAxis.push({axisDim:o.dim,axisIndex:a.componentIndex,axisType:a.type,axisId:a.id,value:r,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:i.slice()})}}function SD(e){var t=e.axis.model,n={},r=n.axisDim=e.axis.dim;return n.axisIndex=n[r+"AxisIndex"]=t.componentIndex,n.axisName=n[r+"AxisName"]=t.name,n.axisId=n[r+"AxisId"]=t.id,n}function SP(e){return!e||null==e[0]||isNaN(e[0])||null==e[1]||isNaN(e[1])}function SR(e){x0.registerAxisPointerClass("CartesianAxisPointer",Sc),e.registerComponentModel(Sf),e.registerComponentView(SS),e.registerPreprocessor(function(e){if(e){e.axisPointer&&0!==e.axisPointer.length||(e.axisPointer={});var t=e.axisPointer.link;t&&!(0,mo.kJ)(t)&&(e.axisPointer.link=[t])}}),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,function(e,t){var n,r,i,o,a,s,l,u,c;e.getComponent("axisPointer").coordSysAxesInfo=(r=n={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}},i=e,o=t,a=i.getComponent("tooltip"),l=(s=i.getComponent("axisPointer")).get("link",!0)||[],u=[],(0,mo.S6)(o.getCoordinateSystems(),function(e){if(e.axisPointerEnabled){var t=xQ(e.model),n=r.coordSysAxesInfo[t]={};r.coordSysMap[t]=e;var o=e.model.getModel("tooltip",a);if((0,mo.S6)(e.getAxes(),(0,mo.WA)(p,!1,null)),e.getTooltipAxes&&a&&o.get("show")){var c="axis"===o.get("trigger"),d="cross"===o.get(["axisPointer","type"]),h=e.getTooltipAxes(o.get(["axisPointer","axis"]));(c||d)&&(0,mo.S6)(h.baseAxes,(0,mo.WA)(p,!d||"cross",c)),d&&(0,mo.S6)(h.otherAxes,(0,mo.WA)(p,"cross",!1))}}function p(t,a,c){var d=c.model.getModel("axisPointer",s),h=d.get("show");if(h&&("auto"!==h||t||xK(d))){null==a&&(a=d.get("triggerTooltip"));var p=(d=t?function(e,t,n,r,i,o){var a=t.getModel("axisPointer"),s={};(0,mo.S6)(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(e){s[e]=(0,mo.d9)(a.get(e))}),s.snap="category"!==e.type&&!!o,"cross"===a.get("type")&&(s.type="line");var l=s.label||(s.label={});if(null==l.show&&(l.show=!1),"cross"===i){var u=a.get(["label","show"]);if(l.show=null==u||u,!o){var c=s.lineStyle=a.get("crossStyle");c&&(0,mo.ce)(l,c.textStyle)}}return e.model.getModel("axisPointer",new xj.Z(s,n,r))}(c,o,s,i,t,a):d).get("snap"),f=d.get("triggerEmphasis"),g=xQ(c.model),m=a||p||"category"===c.type,v=r.axesInfo[g]={key:g,axis:c,coordSys:e,axisPointerModel:d,triggerTooltip:a,triggerEmphasis:f,involveSeries:m,snap:p,useHandle:xK(d),seriesModels:[],linkGroup:null};n[g]=v,r.seriesInvolved=r.seriesInvolved||m;var y=function(e,t){for(var n=t.model,r=t.dim,i=0;i<e.length;i++){var o=e[i]||{};if(xY(o[r+"AxisId"],n.id)||xY(o[r+"AxisIndex"],n.componentIndex)||xY(o[r+"AxisName"],n.name))return i}}(l,c);if(null!=y){var x=u[y]||(u[y]={axesInfo:{}});x.axesInfo[g]=v,x.mapper=l[y].mapper,v.linkGroup=x}}}}),n.seriesInvolved&&(c=n,e.eachSeries(function(e){var t=e.coordinateSystem,n=e.get(["tooltip","trigger"],!0),r=e.get(["tooltip","show"],!0);t&&"none"!==n&&!1!==n&&"item"!==n&&!1!==r&&!1!==e.get(["axisPointer","show"],!0)&&(0,mo.S6)(c.coordSysAxesInfo[xQ(t.model)],function(n){var r=n.axis;t.getAxis(r.dim)===r&&(n.seriesModels.push(e),null==n.seriesDataCount&&(n.seriesDataCount=0),n.seriesDataCount+=e.getData().count())})})),n)}),e.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},SM)}var S_=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.layoutMode={type:"box",ignoreSize:!0},n}return(0,mk.ZT)(t,e),t.type="title",t.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},t}(yI.Z),SO=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n){if(this.group.removeAll(),e.get("show")){var r=this.group,i=e.getModel("textStyle"),o=e.getModel("subtextStyle"),a=e.get("textAlign"),s=mo.pD(e.get("textBaseline"),e.get("textVerticalAlign")),l=new vb.ZP({style:(0,mN.Lr)(i,{text:e.get("text"),fill:i.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=e.get("subtext"),d=new vb.ZP({style:(0,mN.Lr)(o,{text:c,fill:o.getTextColor(),y:u.height+e.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),h=e.get("link"),p=e.get("sublink"),f=e.get("triggerEvent",!0);l.silent=!h&&!f,d.silent=!p&&!f,h&&l.on("click",function(){(0,v_.MI)(h,"_"+e.get("target"))}),p&&d.on("click",function(){(0,v_.MI)(p,"_"+e.get("subtarget"))}),(0,mZ.A)(l).eventData=(0,mZ.A)(d).eventData=f?{componentType:"title",componentIndex:e.componentIndex}:null,r.add(l),c&&r.add(d);var g=r.getBoundingRect(),m=e.getBoxLayoutParams();m.width=g.width,m.height=g.height;var v=(0,v0.ME)(m,{width:n.getWidth(),height:n.getHeight()},e.get("padding"));a||("middle"===(a=e.get("left")||e.get("right"))&&(a="center"),"right"===a?v.x+=v.width:"center"===a&&(v.x+=v.width/2)),s||("center"===(s=e.get("top")||e.get("bottom"))&&(s="middle"),"bottom"===s?v.y+=v.height:"middle"===s&&(v.y+=v.height/2),s=s||"top"),r.x=v.x,r.y=v.y,r.markRedraw();var y={align:a,verticalAlign:s};l.setStyle(y),d.setStyle(y),g=r.getBoundingRect();var x=v.margin,b=e.getItemStyle(["color","opacity"]);b.fill=e.get("backgroundColor");var w=new mE.Z({shape:{x:g.x-x[3],y:g.y-x[0],width:g.width+x[1]+x[3],height:g.height+x[0]+x[2],r:e.get("borderRadius")},style:b,subPixelOptimize:!0,silent:!0});r.add(w)}},t.type="title",t}(yT.Z),SE=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.type="dataZoom.select",t}(wo),SL=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.type="dataZoom.select",t}(wl);function SZ(e){e.registerComponentModel(SE),e.registerComponentView(SL),wO(e)}var SB=function(){},SN={},Sz=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.optionUpdated=function(){e.prototype.optionUpdated.apply(this,arguments);var t=this.ecModel;mo.S6(this.option.feature,function(e,n){var r=SN[n];r&&(r.getDefaultOption&&(r.defaultOption=r.getDefaultOption(t)),mo.TS(e,r.defaultOption))})},t.type="toolbox",t.layoutMode={type:"box",ignoreSize:!0},t.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},t}(yI.Z),SF=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n,r){var i=this.group;if(i.removeAll(),e.get("show")){var o,a,s,l,u=+e.get("itemSize"),c="vertical"===e.get("orient"),d=e.get("feature")||{},h=this._features||(this._features={}),p=[];mo.S6(d,function(e,t){p.push(t)}),new bo.Z(this._featureNames||[],p).add(f).update(f).remove(mo.WA(f,null)).execute(),this._featureNames=p,o=e.getBoxLayoutParams(),a=e.get("padding"),s={width:n.getWidth(),height:n.getHeight()},l=(0,v0.ME)(o,s,a),(0,v0.BZ)(e.get("orient"),i,e.get("itemGap"),l.width,l.height),(0,v0.p$)(i,o,s,a),i.add(wG(i.getBoundingRect(),e)),c||i.eachChild(function(e){var t=e.__title,r=e.ensureState("emphasis"),o=r.textConfig||(r.textConfig={}),a=e.getTextContent(),s=a&&a.ensureState("emphasis");if(s&&!mo.mf(s)&&t){var l=s.style||(s.style={}),c=mX.lP(t,vb.ZP.makeFont(l)),d=e.x+i.x,h=e.y+i.y+u,p=!1;h+c.height>n.getHeight()&&(o.position="top",p=!0);var f=p?-5-c.height:u+10;d+c.width/2>n.getWidth()?(o.position=["100%",f],l.align="right"):d-c.width/2<0&&(o.position=[0,f],l.align="left")}})}function f(o,a){var s,l,f,g,m,v,y,x,b,w,S,C=p[o],k=p[a],M=d[C],T=new xj.Z(M,e,e.ecModel);if(r&&null!=r.newTitle&&r.featureName===C&&(M.title=r.newTitle),C&&!k){if(0===C.indexOf("my"))S={onclick:T.option.onclick,featureName:C};else{var I=SN[C];if(!I)return;S=new I}h[C]=S}else if(!(S=h[k]))return;S.uid=(0,mA.Kr)("toolbox-feature"),S.model=T,S.ecModel=t,S.api=n;var A=S instanceof SB;if(!C&&k){A&&S.dispose&&S.dispose(t,n);return}if(!T.get("show")||A&&S.unusable){A&&S.remove&&S.remove(t,n);return}s=T,l=S,f=C,v=s.getModel("iconStyle"),y=s.getModel(["emphasis","iconStyle"]),x=l instanceof SB&&l.getIcons?l.getIcons():s.get("icon"),b=s.get("title")||{},mo.HD(x)?(g={})[f]=x:g=x,mo.HD(b)?(m={})[f]=b:m=b,w=s.iconPaths={},mo.S6(g,function(r,o){var a=m_.createIcon(r,{},{x:-u/2,y:-u/2,width:u,height:u});a.setStyle(v.getItemStyle()),a.ensureState("emphasis").style=y.getItemStyle();var d=new vb.ZP({style:{text:m[o],align:y.get("textAlign"),borderRadius:y.get("textBorderRadius"),padding:y.get("textPadding"),fill:null,font:(0,mN.qT)({fontStyle:y.get("textFontStyle"),fontFamily:y.get("textFontFamily"),fontSize:y.get("textFontSize"),fontWeight:y.get("textFontWeight")},t)},ignore:!0});a.setTextContent(d),m_.setTooltipConfig({el:a,componentModel:e,itemName:o,formatterParamsExtra:{title:m[o]}}),a.__title=m[o],a.on("mouseover",function(){var t=y.getItemStyle(),r=c?null==e.get("right")&&"right"!==e.get("left")?"right":"left":null==e.get("bottom")&&"bottom"!==e.get("top")?"bottom":"top";d.setStyle({fill:y.get("textFill")||t.fill||t.stroke||"#000",backgroundColor:y.get("textBackgroundColor")}),a.setTextConfig({position:y.get("textPosition")||r}),d.ignore=!e.get("showTitle"),n.enterEmphasis(this)}).on("mouseout",function(){"emphasis"!==s.get(["iconStatus",o])&&n.leaveEmphasis(this),d.hide()}),("emphasis"===s.get(["iconStatus",o])?mB.fD:mB.Mh)(a),i.add(a),a.on("click",mo.ak(l.onclick,l,t,n,o)),w[o]=a}),T.setIconStatus=function(e,t){var n=this.option,r=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[e]=t,r[e]&&("emphasis"===t?mB.fD:mB.Mh)(r[e])},S instanceof SB&&S.render&&S.render(T,t,n,r)}},t.prototype.updateView=function(e,t,n,r){mo.S6(this._features,function(e){e instanceof SB&&e.updateView&&e.updateView(e.model,t,n,r)})},t.prototype.remove=function(e,t){mo.S6(this._features,function(n){n instanceof SB&&n.remove&&n.remove(e,t)}),this.group.removeAll()},t.prototype.dispose=function(e,t){mo.S6(this._features,function(n){n instanceof SB&&n.dispose&&n.dispose(e,t)})},t.type="toolbox",t}(yT.Z),Sj=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.onclick=function(e,t){var n=this.model,r=n.get("name")||e.get("title.0.text")||"echarts",i="svg"===t.getZr().painter.getType(),o=i?"svg":n.get("type",!0)||"png",a=t.getConnectedDataURL({type:o,backgroundColor:n.get("backgroundColor",!0)||e.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),s=Sg.Z.browser;if((0,mo.mf)(MouseEvent)&&(s.newEdge||!s.ie&&!s.edge)){var l=document.createElement("a");l.download=r+"."+o,l.target="_blank",l.href=a;var u=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});l.dispatchEvent(u)}else if(window.navigator.msSaveOrOpenBlob||i){var c=a.split(","),d=c[0].indexOf("base64")>-1,h=i?decodeURIComponent(c[1]):c[1];d&&(h=window.atob(h));var p=r+"."+o;if(window.navigator.msSaveOrOpenBlob){for(var f=h.length,g=new Uint8Array(f);f--;)g[f]=h.charCodeAt(f);var m=new Blob([g]);window.navigator.msSaveOrOpenBlob(m,p)}else{var v=document.createElement("iframe");document.body.appendChild(v);var y=v.contentWindow,x=y.document;x.open("image/svg+xml","replace"),x.write(h),x.close(),y.focus(),x.execCommand("SaveAs",!0,p),document.body.removeChild(v)}}else{var b=n.get("lang"),w='<body style="margin:0;"><img src="'+a+'" style="max-width:100%;" title="'+(b&&b[0]||"")+'" /></body>',S=window.open();S.document.write(w),S.document.title=r}},t.getDefaultOption=function(e){return{show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:e.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:e.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},t}(SB),SV="__ec_magicType_stack__",SH=[["line","bar"],["stack"]],S$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.getIcons=function(){var e=this.model,t=e.get("icon"),n={};return mo.S6(e.get("type"),function(e){t[e]&&(n[e]=t[e])}),n},t.getDefaultOption=function(e){return{show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:e.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}}},t.prototype.onclick=function(e,t,n){var r,i=this.model,o=i.get(["seriesIndex",n]);if(SW[n]){var a={series:[]};mo.S6(SH,function(e){mo.cq(e,n)>=0&&mo.S6(e,function(e){i.setIconStatus(e,"normal")})}),i.setIconStatus(n,"emphasis"),e.eachComponent({mainType:"series",query:null==o?null:{seriesIndex:o}},function(e){var t=e.subType,r=e.id,o=SW[n](t,r,e,i);o&&(mo.ce(o,e.option),a.series.push(o));var s=e.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var l=s.getAxesByScale("ordinal")[0];if(l){var u=l.dim+"Axis",c=e.getReferringComponents(u,vw.C6).models[0].componentIndex;a[u]=a[u]||[];for(var d=0;d<=c;d++)a[u][c]=a[u][c]||{};a[u][c].boundaryGap="bar"===n}}});var s=n;"stack"===n&&(r=mo.TS({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),"emphasis"!==i.get(["iconStatus",n])&&(s="tiled")),t.dispatchAction({type:"changeMagicType",currentType:s,newOption:a,newTitle:r,featureName:"magicType"})}},t}(SB),SW={line:function(e,t,n,r){if("bar"===e)return mo.TS({id:t,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get(["option","line"])||{},!0)},bar:function(e,t,n,r){if("line"===e)return mo.TS({id:t,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get(["option","bar"])||{},!0)},stack:function(e,t,n,r){var i=n.get("stack")===SV;if("line"===e||"bar"===e)return r.setIconStatus("stack",i?"normal":"emphasis"),mo.TS({id:t,stack:i?"":SV},r.get(["option","stack"])||{},!0)}};mn.zl({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(e,t){t.mergeOption(e.newOption)});var SG=Array(60).join("-");function Sq(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var SU=RegExp("[ ]+","g"),SY=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.onclick=function(e,t){setTimeout(function(){t.dispatchAction({type:"hideTip"})});var n,r,i,o,a,s,l,u=t.getDom(),c=this.model;this._dom&&u.removeChild(this._dom);var d=document.createElement("div");d.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",d.style.backgroundColor=c.get("backgroundColor")||"#fff";var h=document.createElement("h4"),p=c.get("lang")||[];h.innerHTML=p[0]||c.get("title"),h.style.cssText="margin:10px 20px",h.style.color=c.get("textColor");var f=document.createElement("div"),g=document.createElement("textarea");f.style.cssText="overflow:auto";var m=c.get("optionToContent"),v=c.get("contentToOption"),y=(l=(n={},r=[],i=[],e.eachRawSeries(function(e){var t=e.coordinateSystem;if(t&&("cartesian2d"===t.type||"polar"===t.type)){var o=t.getBaseAxis();if("category"===o.type){var a=o.dim+"_"+o.index;n[a]||(n[a]={categoryAxis:o,valueAxis:t.getOtherAxis(o),series:[]},i.push({axisDim:o.dim,axisIndex:o.index})),n[a].series.push(e)}else r.push(e)}else r.push(e)}),{seriesGroupByCategoryAxis:n,other:r,meta:i}),{value:mo.hX([(o=l.seriesGroupByCategoryAxis,a=[],mo.S6(o,function(e,t){var n=e.categoryAxis,r=e.valueAxis.dim,i=[" "].concat(mo.UI(e.series,function(e){return e.name})),o=[n.model.getCategories()];mo.S6(e.series,function(e){var t=e.getRawData();o.push(e.getRawData().mapArray(t.mapDimension(r),function(e){return e}))});for(var s=[i.join(" ")],l=0;l<o[0].length;l++){for(var u=[],c=0;c<o.length;c++)u.push(o[c][l]);s.push(u.join(" "))}a.push(s.join("\n"))}),a.join("\n\n"+SG+"\n\n")),(s=l.other,mo.UI(s,function(e){var t=e.getRawData(),n=[e.name],r=[];return t.each(t.dimensions,function(){for(var e=arguments.length,i=arguments[e-1],o=t.getName(i),a=0;a<e-1;a++)r[a]=arguments[a];n.push((o?o+" ":"")+r.join(" "))}),n.join("\n")}).join("\n\n"+SG+"\n\n"))],function(e){return!!e.replace(/[\n\t\s]/g,"")}).join("\n\n"+SG+"\n\n"),meta:l.meta});if(mo.mf(m)){var x=m(t.getOption());mo.HD(x)?f.innerHTML=x:mo.Mh(x)&&f.appendChild(x)}else{g.readOnly=c.get("readOnly");var b=g.style;b.cssText="display:block;width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;resize:none;box-sizing:border-box;outline:none",b.color=c.get("textColor"),b.borderColor=c.get("textareaBorderColor"),b.backgroundColor=c.get("textareaColor"),g.value=y.value,f.appendChild(g)}var w=y.meta,S=document.createElement("div");S.style.cssText="position:absolute;bottom:5px;left:0;right:0";var C="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",k=document.createElement("div"),M=document.createElement("div");C+=";background-color:"+c.get("buttonColor")+";color:"+c.get("buttonTextColor");var T=this;function I(){u.removeChild(d),T._dom=null}(0,wp.Oo)(k,"click",I),(0,wp.Oo)(M,"click",function(){var e,n,r,i;if(null==v&&null!=m||null!=v&&null==m)return void I();try{mo.mf(v)?e=v(f,t.getOption()):(n=g.value,r=n.split(RegExp("\n*"+SG+"\n*","g")),i={series:[]},mo.S6(r,function(e,t){if(function(e){if(e.slice(0,e.indexOf("\n")).indexOf(" ")>=0)return!0}(e)){var n=function(e){for(var t=e.split(/\n+/g),n=Sq(t.shift()).split(SU),r=[],i=mo.UI(n,function(e){return{name:e,data:[]}}),o=0;o<t.length;o++){var a=Sq(t[o]).split(SU);r.push(a.shift());for(var s=0;s<a.length;s++)i[s]&&(i[s].data[o]=a[s])}return{series:i,categories:r}}(e),r=w[t],o=r.axisDim+"Axis";r&&(i[o]=i[o]||[],i[o][r.axisIndex]={data:n.categories},i.series=i.series.concat(n.series))}else{var n=function(e){for(var t=e.split(/\n+/g),n=Sq(t.shift()),r=[],i=0;i<t.length;i++){var o=Sq(t[i]);if(o){var a=o.split(SU),s="",l=void 0,u=!1;isNaN(a[0])?(u=!0,s=a[0],a=a.slice(1),r[i]={name:s,value:[]},l=r[i].value):l=r[i]=[];for(var c=0;c<a.length;c++)l.push(+a[c]);1===l.length&&(u?r[i].value=l[0]:r[i]=l[0])}}return{name:n,data:r}}(e);i.series.push(n)}}),e=i)}catch(e){throw I(),Error("Data view format error "+e)}e&&t.dispatchAction({type:"changeDataView",newOption:e}),I()}),k.innerHTML=p[1],M.innerHTML=p[2],M.style.cssText=k.style.cssText=C,c.get("readOnly")||S.appendChild(M),S.appendChild(k),d.appendChild(h),d.appendChild(f),d.appendChild(S),f.style.height=u.clientHeight-80+"px",u.appendChild(d),this._dom=d},t.prototype.remove=function(e,t){this._dom&&t.getDom().removeChild(this._dom)},t.prototype.dispose=function(e,t){this.remove(e,t)},t.getDefaultOption=function(e){return{show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:e.getLocaleModel().get(["toolbox","dataView","title"]),lang:e.getLocaleModel().get(["toolbox","dataView","lang"]),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"}},t}(SB);mn.zl({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(e,t){var n=[];mo.S6(e.newOption.series,function(e){var r=t.getSeriesByName(e.name)[0];if(r){var i,o=r.get("data");n.push({name:e.name,data:(i=e.data,mo.UI(i,function(e,t){var n=o&&o[t];if(!mo.Kn(n)||mo.kJ(n))return e;mo.Kn(e)&&!mo.kJ(e)||(e={value:e});var r=null!=n.name&&null==e.name;return e=mo.ce(e,n),r&&delete e.name,e}))})}else n.push(mo.l7({type:"scatter"},e))}),t.mergeOption(mo.ce({series:n},e.newOption))});var SX=mo.S6,SK=(0,vw.Yf)();function SQ(e){var t=SK(e);return t.snapshots||(t.snapshots=[{}]),t.snapshots}var SJ=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.onclick=function(e,t){SK(e).snapshots=null,t.dispatchAction({type:"restore",from:this.uid})},t.getDefaultOption=function(e){return{show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:e.getLocaleModel().get(["toolbox","restore","title"])}},t}(SB);mn.zl({type:"restore",event:"restore",update:"prepareAndUpdate"},function(e,t){t.resetOption("recreate")});var S0=Math.min,S1=Math.max,S2=Math.pow,S5="globalPan",S3={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},S4={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},S6={brushStyle:{lineWidth:2,stroke:"rgba(210,219,238,0.3)",fill:"#D2DBEE"},transformable:!0,brushMode:"single",removeOnClick:!1},S8=0,S9=function(e){function t(t){var n=e.call(this)||this;return n._track=[],n._covers=[],n._handlers={},n._zr=t,n.group=new mR.Z,n._uid="brushController_"+S8++,(0,mo.S6)(CM,function(e,t){this._handlers[t]=(0,mo.ak)(e,this)},n),n}return(0,mk.ZT)(t,e),t.prototype.enableBrush=function(e){return this._brushType&&this._doDisableBrush(),e.brushType&&this._doEnableBrush(e),this},t.prototype._doEnableBrush=function(e){var t,n=this._zr;this._enableGlobalPan||(t=this._uid,wg(n)[S5]=t),(0,mo.S6)(this._handlers,function(e,t){n.on(t,e)}),this._brushType=e.brushType,this._brushOption=(0,mo.TS)((0,mo.d9)(S6),e,!0)},t.prototype._doDisableBrush=function(){var e,t,n=this._zr;e=this._uid,(t=wg(n))[S5]===e&&(t[S5]=null),(0,mo.S6)(this._handlers,function(e,t){n.off(t,e)}),this._brushType=this._brushOption=null},t.prototype.setPanels=function(e){if(e&&e.length){var t=this._panels={};(0,mo.S6)(e,function(e){t[e.panelId]=(0,mo.d9)(e)})}else this._panels=null;return this},t.prototype.mount=function(e){e=e||{},this._enableGlobalPan=e.enableGlobalPan;var t=this.group;return this._zr.add(t),t.attr({x:e.x||0,y:e.y||0,rotation:e.rotation||0,scaleX:e.scaleX||1,scaleY:e.scaleY||1}),this._transform=t.getLocalTransform(),this},t.prototype.updateCovers=function(e){e=(0,mo.UI)(e,function(e){return(0,mo.TS)((0,mo.d9)(S6),e,!0)});var t=this._covers,n=this._covers=[],r=this,i=this._creatingCover;return new bo.Z(t,e,function(e,t){return o(e.__brushOption,t)},o).add(a).update(a).remove(function(e){t[e]!==i&&r.group.remove(t[e])}).execute(),this;function o(e,t){return(null!=e.id?e.id:"\0-brush-index-"+t)+"-"+e.brushType}function a(o,a){var s=e[o];if(null!=a&&t[a]===i)n[o]=t[a];else{var l=n[o]=null!=a?(t[a].__brushOption=s,t[a]):Ce(r,S7(r,s));Cr(r,l)}}},t.prototype.unmount=function(){return this.enableBrush(!1),Cs(this),this._zr.remove(this.group),this},t.prototype.dispose=function(){this.unmount(),this.off()},t}(wh.Z);function S7(e,t){var n=CI[t.brushType].createCover(e,t);return n.__brushOption=t,Cn(n,t),e.group.add(n),n}function Ce(e,t){var n=Ci(t);return n.endCreating&&(n.endCreating(e,t),Cn(t,t.__brushOption)),t}function Ct(e,t){var n=t.__brushOption;Ci(t).updateCoverShape(e,t,n.range,n)}function Cn(e,t){var n=t.z;null==n&&(n=1e4),e.traverse(function(e){e.z=n,e.z2=n})}function Cr(e,t){Ci(t).updateCommon(e,t),Ct(e,t)}function Ci(e){return CI[e.__brushOption.brushType]}function Co(e,t,n){var r,i=e._panels;if(!i)return!0;var o=e._transform;return(0,mo.S6)(i,function(e){e.isTargetByCursor(t,n,o)&&(r=e)}),r}function Ca(e,t){var n=e._panels;if(!n)return!0;var r=t.__brushOption.panelId;return null==r||n[r]}function Cs(e){var t=e._covers,n=t.length;return(0,mo.S6)(t,function(t){e.group.remove(t)},e),t.length=0,!!n}function Cl(e,t){var n=(0,mo.UI)(e._covers,function(e){var t=e.__brushOption,n=(0,mo.d9)(t.range);return{brushType:t.brushType,panelId:t.panelId,range:n}});e.trigger("brush",{areas:n,isEnd:!!t.isEnd,removeOnClick:!!t.removeOnClick})}function Cu(e){var t=e.length-1;return t<0&&(t=0),[e[0],e[t]]}function Cc(e,t,n,r){var i=new mR.Z;return i.add(new mE.Z({name:"main",style:Cf(n),silent:!0,draggable:!0,cursor:"move",drift:(0,mo.WA)(Cv,e,t,i,["n","s","w","e"]),ondragend:(0,mo.WA)(Cl,t,{isEnd:!0})})),(0,mo.S6)(r,function(n){i.add(new mE.Z({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:(0,mo.WA)(Cv,e,t,i,n),ondragend:(0,mo.WA)(Cl,t,{isEnd:!0})}))}),i}function Cd(e,t,n,r){var i=r.brushStyle.lineWidth||0,o=S1(i,6),a=n[0][0],s=n[1][0],l=a-i/2,u=s-i/2,c=n[0][1],d=n[1][1],h=c-o+i/2,p=d-o+i/2,f=c-a,g=d-s,m=f+i,v=g+i;Cp(e,t,"main",a,s,f,g),r.transformable&&(Cp(e,t,"w",l,u,o,v),Cp(e,t,"e",h,u,o,v),Cp(e,t,"n",l,u,m,o),Cp(e,t,"s",l,p,m,o),Cp(e,t,"nw",l,u,o,o),Cp(e,t,"ne",h,u,o,o),Cp(e,t,"sw",l,p,o,o),Cp(e,t,"se",h,p,o,o))}function Ch(e,t){var n=t.__brushOption,r=n.transformable,i=t.childAt(0);i.useStyle(Cf(n)),i.attr({silent:!r,cursor:r?"move":"default"}),(0,mo.S6)([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(n){var i,o,a,s=t.childOfName(n.join("")),l=1===n.length?Cm(e,n[0]):(("e"===(a=[Cm(i=e,(o=n)[0]),Cm(i,o[1])])[0]||"w"===a[0])&&a.reverse(),a.join(""));s&&s.attr({silent:!r,invisible:!r,cursor:r?S4[l]+"-resize":null})})}function Cp(e,t,n,r,i,o,a){var s,l,u,c=t.childOfName(n);c&&c.setShape((l=S0((s=Cb(e,t,[[r,i],[r+o,i+a]]))[0][0],s[1][0]),{x:l,y:u=S0(s[0][1],s[1][1]),width:S1(s[0][0],s[1][0])-l,height:S1(s[0][1],s[1][1])-u}))}function Cf(e){return(0,mo.ce)({strokeNoScale:!0},e.brushStyle)}function Cg(e,t,n,r){var i=[S0(e,n),S0(t,r)],o=[S1(e,n),S1(t,r)];return[[i[0],o[0]],[i[1],o[1]]]}function Cm(e,t){return({left:"w",right:"e",top:"n",bottom:"s"})[m_.transformDirection({w:"left",e:"right",n:"top",s:"bottom"}[t],m_.getTransform(e.group))]}function Cv(e,t,n,r,i,o){var a=n.__brushOption,s=e.toRectRange(a.range),l=Cx(t,i,o);(0,mo.S6)(r,function(e){var t=S3[e];s[t[0]][t[1]]+=l[t[0]]}),a.range=e.fromRectRange(Cg(s[0][0],s[1][0],s[0][1],s[1][1])),Cr(t,n),Cl(t,{isEnd:!1})}function Cy(e,t,n,r){var i=t.__brushOption.range,o=Cx(e,n,r);(0,mo.S6)(i,function(e){e[0]+=o[0],e[1]+=o[1]}),Cr(e,t),Cl(e,{isEnd:!1})}function Cx(e,t,n){var r=e.group,i=r.transformCoordToLocal(t,n),o=r.transformCoordToLocal(0,0);return[i[0]-o[0],i[1]-o[1]]}function Cb(e,t,n){var r=Ca(e,t);return r&&!0!==r?r.clipPath(n,e._transform):(0,mo.d9)(n)}function Cw(e){var t=e.event;t.preventDefault&&t.preventDefault()}function CS(e,t,n){return e.childOfName("main").contain(t,n)}function CC(e,t,n,r){var i,o=e._creatingCover,a=e._creatingPanel,s=e._brushOption;if(e._track.push(n.slice()),function(e){var t=e._track;if(!t.length)return!1;var n=t[t.length-1],r=t[0],i=n[0]-r[0],o=n[1]-r[1];return S2(i*i+o*o,.5)>6}(e)||o){if(a&&!o){"single"===s.brushMode&&Cs(e);var l=(0,mo.d9)(s);l.brushType=Ck(l.brushType,a),l.panelId=!0===a?null:a.panelId,o=e._creatingCover=S7(e,l),e._covers.push(o)}if(o){var u=CI[Ck(e._brushType,a)];o.__brushOption.range=u.getCreatingRange(Cb(e,o,e._track)),r&&(Ce(e,o),u.updateCommon(e,o)),Ct(e,o),i={isEnd:r}}}else r&&"single"===s.brushMode&&s.removeOnClick&&Co(e,t,n)&&Cs(e)&&(i={isEnd:r,removeOnClick:!0});return i}function Ck(e,t){return"auto"===e?t.defaultBrushType:e}var CM={mousedown:function(e){if(this._dragging)CT(this,e);else if(!e.target||!e.target.draggable){Cw(e);var t=this.group.transformCoordToLocal(e.offsetX,e.offsetY);this._creatingCover=null,(this._creatingPanel=Co(this,e,t))&&(this._dragging=!0,this._track=[t.slice()])}},mousemove:function(e){var t=e.offsetX,n=e.offsetY,r=this.group.transformCoordToLocal(t,n);if(!function(e,t,n){if(!(!e._brushType||(r=e,i=t.offsetX,o=t.offsetY,a=r._zr,i<0||i>a.getWidth()||o<0||o>a.getHeight()))){var r,i,o,a,s=e._zr,l=e._covers,u=Co(e,t,n);if(!e._dragging)for(var c=0;c<l.length;c++){var d=l[c].__brushOption;if(u&&(!0===u||d.panelId===u.panelId)&&CI[d.brushType].contain(l[c],n[0],n[1]))return}u&&s.setCursorStyle("crosshair")}}(this,e,r),this._dragging){Cw(e);var i=CC(this,e,r,!1);i&&Cl(this,i)}},mouseup:function(e){CT(this,e)}};function CT(e,t){if(e._dragging){Cw(t);var n=t.offsetX,r=t.offsetY,i=e.group.transformCoordToLocal(n,r),o=CC(e,t,i,!0);e._dragging=!1,e._track=[],e._creatingCover=null,o&&Cl(e,o)}}var CI={lineX:CA(0),lineY:CA(1),rect:{createCover:function(e,t){function n(e){return e}return Cc({toRectRange:n,fromRectRange:n},e,t,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(e){var t=Cu(e);return Cg(t[1][0],t[1][1],t[0][0],t[0][1])},updateCoverShape:function(e,t,n,r){Cd(e,t,n,r)},updateCommon:Ch,contain:CS},polygon:{createCover:function(e,t){var n=new mR.Z;return n.add(new v6.Z({name:"main",style:Cf(t),silent:!0})),n},getCreatingRange:function(e){return e},endCreating:function(e,t){t.remove(t.childAt(0)),t.add(new wZ.Z({name:"main",draggable:!0,drift:(0,mo.WA)(Cy,e,t),ondragend:(0,mo.WA)(Cl,e,{isEnd:!0})}))},updateCoverShape:function(e,t,n,r){t.childAt(0).setShape({points:Cb(e,t,n)})},updateCommon:Ch,contain:CS}};function CA(e){return{createCover:function(t,n){return Cc({toRectRange:function(t){var n=[t,[0,100]];return e&&n.reverse(),n},fromRectRange:function(t){return t[e]}},t,n,[[["w"],["e"]],[["n"],["s"]]][e])},getCreatingRange:function(t){var n=Cu(t);return[S0(n[0][e],n[1][e]),S1(n[0][e],n[1][e])]},updateCoverShape:function(t,n,r,i){var o,a=Ca(t,n);if(!0!==a&&a.getLinearBrushOtherExtent)o=a.getLinearBrushOtherExtent(e);else{var s=t._zr;o=[0,[s.getWidth(),s.getHeight()][1-e]]}var l=[r,o];e&&l.reverse(),Cd(t,n,l,i)},updateCommon:Ch,contain:CS}}var CD={axisPointer:1,tooltip:1,brush:1};function CP(e){return yc.Z.create(e)}var CR=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],C_=function(){function e(e,t,n){var r=this;this._targetInfoList=[];var i=CE(t,e);(0,mo.S6)(CL,function(e,t){(!n||!n.include||(0,mo.cq)(n.include,t)>=0)&&e(i,r._targetInfoList)})}return e.prototype.setOutputRanges=function(e,t){return this.matchOutputRanges(e,t,function(e,t,n){if((e.coordRanges||(e.coordRanges=[])).push(t),!e.coordRange){e.coordRange=t;var r=CN[e.brushType](0,n,t);e.__rangeOffset={offset:CF[e.brushType](r.values,e.range,[1,1]),xyMinMax:r.xyMinMax}}}),e},e.prototype.matchOutputRanges=function(e,t,n){(0,mo.S6)(e,function(e){var r=this.findTargetInfo(e,t);r&&!0!==r&&(0,mo.S6)(r.coordSyses,function(r){var i=CN[e.brushType](1,r,e.range,!0);n(e,i.values,r,t)})},this)},e.prototype.setInputRanges=function(e,t){(0,mo.S6)(e,function(e){var n=this.findTargetInfo(e,t);if(e.range=e.range||[],n&&!0!==n){e.panelId=n.panelId;var r,i,o,a,s,l=CN[e.brushType](0,n.coordSys,e.coordRange),u=e.__rangeOffset;e.range=u?CF[e.brushType](l.values,u.offset,(r=l.xyMinMax,i=u.xyMinMax,o=CV(r),a=CV(i),isNaN((s=[o[0]/a[0],o[1]/a[1]])[0])&&(s[0]=1),isNaN(s[1])&&(s[1]=1),s)):l.values}},this)},e.prototype.makePanelOpts=function(e,t){return(0,mo.UI)(this._targetInfoList,function(n){var r,i,o,a,s=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:t?t(n):null,clipPath:(r=CP(r=s),function(e){return m_.clipPointsByRect(e,r)}),isTargetByCursor:(i=n.coordSysModel,o=CP(s),function(t,n){var r,a;return o.contain(n[0],n[1])&&(a=(r=e.getComponentByElement(t.topTarget))&&r.coordinateSystem,!r||r===i||!!CD.hasOwnProperty(r.mainType)||!a||a.model===i)}),getLinearBrushOtherExtent:(a=CP(a=s),function(e){var t=e?a.width:a.height,n=e?a.x:a.y;return[n,n+(t||0)]})}})},e.prototype.controlSeries=function(e,t,n){var r=this.findTargetInfo(e,n);return!0===r||r&&(0,mo.cq)(r.coordSyses,t.coordinateSystem)>=0},e.prototype.findTargetInfo=function(e,t){for(var n=this._targetInfoList,r=CE(t,e),i=0;i<n.length;i++){var o=n[i],a=e.panelId;if(a){if(o.panelId===a)return o}else for(var s=0;s<CZ.length;s++)if(CZ[s](r,o))return o}return!0},e}();function CO(e){return e[0]>e[1]&&e.reverse(),e}function CE(e,t){return(0,vw.pm)(e,t,{includeMainTypes:CR})}var CL={grid:function(e,t){var n=e.xAxisModels,r=e.yAxisModels,i=e.gridModels,o=(0,mo.kW)(),a={},s={};(n||r||i)&&((0,mo.S6)(n,function(e){var t=e.axis.grid.model;o.set(t.id,t),a[t.id]=!0}),(0,mo.S6)(r,function(e){var t=e.axis.grid.model;o.set(t.id,t),s[t.id]=!0}),(0,mo.S6)(i,function(e){o.set(e.id,e),a[e.id]=!0,s[e.id]=!0}),o.each(function(e){var i=e.coordinateSystem,o=[];(0,mo.S6)(i.getCartesians(),function(e,t){((0,mo.cq)(n,e.getAxis("x").model)>=0||(0,mo.cq)(r,e.getAxis("y").model)>=0)&&o.push(e)}),t.push({panelId:"grid--"+e.id,gridModel:e,coordSysModel:e,coordSys:o[0],coordSyses:o,getPanelRect:CB.grid,xAxisDeclared:a[e.id],yAxisDeclared:s[e.id]})}))},geo:function(e,t){(0,mo.S6)(e.geoModels,function(e){var n=e.coordinateSystem;t.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:n,coordSyses:[n],getPanelRect:CB.geo})})}},CZ=[function(e,t){var n=e.xAxisModel,r=e.yAxisModel,i=e.gridModel;return!i&&n&&(i=n.axis.grid.model),!i&&r&&(i=r.axis.grid.model),i&&i===t.gridModel},function(e,t){var n=e.geoModel;return n&&n===t.geoModel}],CB={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var e=this.coordSys,t=e.getBoundingRect().clone();return t.applyTransform(m_.getTransform(e)),t}},CN={lineX:(0,mo.WA)(Cz,0),lineY:(0,mo.WA)(Cz,1),rect:function(e,t,n,r){var i=e?t.pointToData([n[0][0],n[1][0]],r):t.dataToPoint([n[0][0],n[1][0]],r),o=e?t.pointToData([n[0][1],n[1][1]],r):t.dataToPoint([n[0][1],n[1][1]],r),a=[CO([i[0],o[0]]),CO([i[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(e,t,n,r){var i=[[1/0,-1/0],[1/0,-1/0]];return{values:(0,mo.UI)(n,function(n){var o=e?t.pointToData(n,r):t.dataToPoint(n,r);return i[0][0]=Math.min(i[0][0],o[0]),i[1][0]=Math.min(i[1][0],o[1]),i[0][1]=Math.max(i[0][1],o[0]),i[1][1]=Math.max(i[1][1],o[1]),o}),xyMinMax:i}}};function Cz(e,t,n,r){var i=n.getAxis(["x","y"][e]),o=CO((0,mo.UI)([0,1],function(e){return t?i.coordToData(i.toLocalCoord(r[e]),!0):i.toGlobalCoord(i.dataToCoord(r[e]))})),a=[];return a[e]=o,a[1-e]=[NaN,NaN],{values:o,xyMinMax:a}}var CF={lineX:(0,mo.WA)(Cj,0),lineY:(0,mo.WA)(Cj,1),rect:function(e,t,n){return[[e[0][0]-n[0]*t[0][0],e[0][1]-n[0]*t[0][1]],[e[1][0]-n[1]*t[1][0],e[1][1]-n[1]*t[1][1]]]},polygon:function(e,t,n){return(0,mo.UI)(e,function(e,r){return[e[0]-n[0]*t[r][0],e[1]-n[1]*t[r][1]]})}};function Cj(e,t,n,r){return[t[0]-r[e]*n[0],t[1]-r[e]*n[1]]}function CV(e){return e?[e[0][1]-e[0][0],e[1][1]-e[1][0]]:[NaN,NaN]}var CH=n(3886),C$=mo.S6,CW=(0,vw.g0)("toolbox-dataZoom_"),CG=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,mk.ZT)(t,e),t.prototype.render=function(e,t,n,r){var i,o,a,s,l,u,c,d,h;this._brushController||(this._brushController=new S9(n.getZr()),this._brushController.on("brush",mo.ak(this._onBrush,this)).mount()),i=e,o=t,a=this,s=r,l=n,u=a._isZoomActive,s&&"takeGlobalCursor"===s.type&&(u="dataZoomSelect"===s.key&&s.dataZoomSelectActive),a._isZoomActive=u,i.setIconStatus("zoom",u?"emphasis":"normal"),c=new C_(CU(i),o,{include:["grid"]}).makePanelOpts(l,function(e){return e.xAxisDeclared&&!e.yAxisDeclared?"lineX":!e.xAxisDeclared&&e.yAxisDeclared?"lineY":"rect"}),a._brushController.setPanels(c).enableBrush(!!u&&!!c.length&&{brushType:"auto",brushStyle:i.getModel("brushStyle").getItemStyle()}),d=e,h=t,d.setIconStatus("back",SQ(h).length>1?"emphasis":"normal")},t.prototype.onclick=function(e,t,n){Cq[n].call(this)},t.prototype.remove=function(e,t){this._brushController&&this._brushController.unmount()},t.prototype.dispose=function(e,t){this._brushController&&this._brushController.dispose()},t.prototype._onBrush=function(e){var t=e.areas;if(e.isEnd&&t.length){var n,r,i,o={},a=this.ecModel;this._brushController.updateCovers([]),new C_(CU(this.model),a,{include:["grid"]}).matchOutputRanges(t,a,function(e,t,n){if("cartesian2d"===n.type){var r=e.brushType;"rect"===r?(s("x",n,t[0]),s("y",n,t[1])):s({lineX:"x",lineY:"y"}[r],n,t)}}),n=a,r=o,i=SQ(n),SX(r,function(e,t){for(var r=i.length-1;r>=0&&!i[r][t];r--);if(r<0){var o=n.queryComponents({mainType:"dataZoom",subType:"select",id:t})[0];if(o){var a=o.getPercentRange();i[0][t]={dataZoomId:t,start:a[0],end:a[1]}}}}),i.push(r),this._dispatchZoomAction(o)}function s(e,t,n){var r,i,s,l=t.getAxis(e),u=l.model,c=(r=e,i=u,a.eachComponent({mainType:"dataZoom",subType:"select"},function(e){e.getAxisModel(r,i.componentIndex)&&(s=e)}),s),d=c.findRepresentativeAxisProxy(u).getMinMaxSpan();(null!=d.minValueSpan||null!=d.maxValueSpan)&&(n=wu(0,n.slice(),l.scale.getExtent(),0,d.minValueSpan,d.maxValueSpan)),c&&(o[c.id]={dataZoomId:c.id,startValue:n[0],endValue:n[1]})}},t.prototype._dispatchZoomAction=function(e){var t=[];C$(e,function(e,n){t.push(mo.d9(e))}),t.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:t})},t.getDefaultOption=function(e){return{show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:e.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}}},t}(SB),Cq={zoom:function(){var e=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:e})},back:function(){var e,t,n;this._dispatchZoomAction((t=(e=SQ(this.ecModel))[e.length-1],e.length>1&&e.pop(),n={},SX(t,function(t,r){for(var i=e.length-1;i>=0;i--)if(t=e[i][r]){n[r]=t;break}}),n))}};function CU(e){var t={xAxisIndex:e.get("xAxisIndex",!0),yAxisIndex:e.get("yAxisIndex",!0),xAxisId:e.get("xAxisId",!0),yAxisId:e.get("yAxisId",!0)};return null==t.xAxisIndex&&null==t.xAxisId&&(t.xAxisIndex="all"),null==t.yAxisIndex&&null==t.yAxisId&&(t.yAxisIndex="all"),t}(0,CH.f)("dataZoom",function(e){var t=e.getComponent("toolbox",0),n=["feature","dataZoom"];if(t&&null!=t.get(n)){var r=t.getModel(n),i=[],o=CU(r),a=(0,vw.pm)(e,o);return C$(a.xAxisModels,function(e){return s(e,"xAxis","xAxisIndex")}),C$(a.yAxisModels,function(e){return s(e,"yAxis","yAxisIndex")}),i}function s(e,t,n){var o=e.componentIndex,a={type:"select",$fromToolbox:!0,filterMode:r.get("filterMode",!0)||"filter",id:CW+t+o};a[n]=o,i.push(a)}});var CY=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.type="tooltip",t.dependencies=["axisPointer"],t.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},t}(yI.Z),CX=n(9708);function CK(e){var t=e.get("confine");return null!=t?!!t:"richText"===e.get("renderMode")}function CQ(e){if(Sg.Z.domSupported){for(var t=document.documentElement.style,n=0,r=e.length;n<r;n++)if(e[n]in t)return e[n]}}var CJ=CQ(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),C0=CQ(["webkitTransition","transition","OTransition","MozTransition","msTransition"]);function C1(e,t){if(!e)return t;t=(0,v_.zW)(t,!0);var n=e.indexOf(t);return(e=-1===n?t:"-"+e.slice(0,n)+"-"+t).toLowerCase()}var C2=n(1481),C5=C1(C0,"transition"),C3=C1(CJ,"transform"),C4="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(Sg.Z.transform3dSupported?"will-change:transform;":"");function C6(e,t,n){var r=e.toFixed(0)+"px",i=t.toFixed(0)+"px";if(!Sg.Z.transformSupported)return n?"top:"+i+";left:"+r+";":[["top",i],["left",r]];var o=Sg.Z.transform3dSupported,a="translate"+(o?"3d":"")+"("+r+","+i+(o?",0":"")+")";return n?"top:0;left:0;"+C3+":"+a+";":[["top",0],["left",0],[CJ,a]]}function C8(e,t,n,r,i){var o=t&&t.painter;if(n){var a=o&&o.getViewportRoot();a&&(0,CX.YB)(e,a,n,r,i)}else{e[0]=r,e[1]=i;var s=o&&o.getViewportRootOffset();s&&(e[0]+=s.offsetLeft,e[1]+=s.offsetTop)}e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}var C9=function(){function e(e,t){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,Sg.Z.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var r=this._zr=e.getZr(),i=t.appendTo,o=i&&((0,mo.HD)(i)?document.querySelector(i):(0,mo.Mh)(i)?i:(0,mo.mf)(i)&&i(e.getDom()));C8(this._styleCoord,r,o,e.getWidth()/2,e.getHeight()/2),(o||e.getDom()).appendChild(n),this._api=e,this._container=o;var a=this;n.onmouseenter=function(){a._enterable&&(clearTimeout(a._hideTimeout),a._show=!0),a._inContent=!0},n.onmousemove=function(e){if(e=e||window.event,!a._enterable){var t=r.handler,n=r.painter.getViewportRoot();(0,wp.OD)(n,e,!0),t.dispatch("mousemove",e)}},n.onmouseleave=function(){a._inContent=!1,a._enterable&&a._show&&a.hideLater(a._hideDelay)}}return e.prototype.update=function(e){if(!this._container){var t,n,r=this._api.getDom(),i=(t="position",(n=r.currentStyle||document.defaultView&&document.defaultView.getComputedStyle(r))?t?n[t]:n:null),o=r.style;"absolute"!==o.position&&"absolute"!==i&&(o.position="relative")}var a=e.get("alwaysShowContent");a&&this._moveIfResized(),this._alwaysShowContent=a,this.el.className=e.get("className")||""},e.prototype.show=function(e,t){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n,r,i,o,a,s,l,u,c,d,h,p,f,g,m,v,y,x,b,w,S,C=this.el,k=C.style,M=this._styleCoord;C.innerHTML?k.cssText=C4+(n=!this._firstShow,r=this._longHide,i=[],o=e.get("transitionDuration"),a=e.get("backgroundColor"),s=e.get("shadowBlur"),l=e.get("shadowColor"),u=e.get("shadowOffsetX"),c=e.get("shadowOffsetY"),d=e.getModel("textStyle"),h=(0,C2.d_)(e,"html"),p=u+"px "+c+"px "+s+"px "+l,i.push("box-shadow:"+p),n&&o&&i.push((g="opacity"+(f=" "+o/2+"s cubic-bezier(0.23,1,0.32,1)")+",visibility"+f,r||(f=" "+o+"s cubic-bezier(0.23,1,0.32,1)",g+=Sg.Z.transformSupported?","+C3+f:",left"+f+",top"+f),C5+":"+g)),a&&i.push("background-color:"+a),(0,mo.S6)(["width","color","radius"],function(t){var n="border-"+t,r=(0,v_.zW)(n),o=e.get(r);null!=o&&i.push(n+":"+o+("color"===t?"":"px"))}),i.push((m=[],v=d.get("fontSize"),(y=d.getTextColor())&&m.push("color:"+y),m.push("font:"+d.getFont()),v&&m.push("line-height:"+Math.round(3*v/2)+"px"),x=d.get("textShadowColor"),b=d.get("textShadowBlur")||0,w=d.get("textShadowOffsetX")||0,S=d.get("textShadowOffsetY")||0,x&&b&&m.push("text-shadow:"+w+"px "+S+"px "+b+"px "+x),(0,mo.S6)(["decoration","align"],function(e){var t=d.get(e);t&&m.push("text-"+e+":"+t)}),m.join(";"))),null!=h&&i.push("padding:"+(0,v_.MY)(h).join("px ")+"px"),i.join(";")+";")+C6(M[0],M[1],!0)+"border-color:"+(0,v_.Lz)(t)+";"+(e.get("extraCssText")||"")+";pointer-events:"+(this._enterable?"auto":"none"):k.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},e.prototype.setContent=function(e,t,n,r,i){var o=this.el;if(null==e){o.innerHTML="";return}var a="";if((0,mo.HD)(i)&&"item"===n.get("trigger")&&!CK(n)&&(a=function(e,t,n){if(!(0,mo.HD)(n)||"inside"===n)return"";var r,i,o=e.get("backgroundColor"),a=e.get("borderWidth");t=(0,v_.Lz)(t);var s=r="left"===(r=n)?"right":"right"===r?"left":"top"===r?"bottom":"top",l=Math.max(1.5*Math.round(a),6),u="",c=C3+":";(0,mo.cq)(["left","right"],s)>-1?(u+="top:50%",c+="translateY(-50%) rotate("+(i="left"===s?-225:-45)+"deg)"):(u+="left:50%",c+="translateX(-50%) rotate("+(i="top"===s?225:45)+"deg)");var d=i*Math.PI/180,h=l+a,p=h*Math.abs(Math.cos(d))+h*Math.abs(Math.sin(d));u+=";"+s+":-"+Math.round(((p-Math.SQRT2*a)/2+Math.SQRT2*a-(p-h)/2)*100)/100+"px";var f=t+" solid "+a+"px;";return'<div style="'+["position:absolute;width:"+l+"px;height:"+l+"px;z-index:-1;",u+";"+c+";","border-bottom:"+f,"border-right:"+f,"background-color:"+o+";"].join("")+'"></div>'}(n,r,i)),(0,mo.HD)(e))o.innerHTML=e+a;else if(e){o.innerHTML="",(0,mo.kJ)(e)||(e=[e]);for(var s=0;s<e.length;s++)(0,mo.Mh)(e[s])&&e[s].parentNode!==o&&o.appendChild(e[s]);if(a&&o.childNodes.length){var l=document.createElement("div");l.innerHTML=a,o.appendChild(l)}}},e.prototype.setEnterable=function(e){this._enterable=e},e.prototype.getSize=function(){var e=this.el;return[e.offsetWidth,e.offsetHeight]},e.prototype.moveTo=function(e,t){var n=this._styleCoord;if(C8(n,this._zr,this._container,e,t),null!=n[0]&&null!=n[1]){var r=this.el.style,i=C6(n[0],n[1]);(0,mo.S6)(i,function(e){r[e[0]]=e[1]})}},e.prototype._moveIfResized=function(){var e=this._styleCoord[2],t=this._styleCoord[3];this.moveTo(e*this._zr.getWidth(),t*this._zr.getHeight())},e.prototype.hide=function(){var e=this,t=this.el.style;t.visibility="hidden",t.opacity="0",Sg.Z.transform3dSupported&&(t.willChange=""),this._show=!1,this._longHideTimeout=setTimeout(function(){return e._longHide=!0},500)},e.prototype.hideLater=function(e){!this._show||this._inContent&&this._enterable||this._alwaysShowContent||(e?(this._hideDelay=e,this._show=!1,this._hideTimeout=setTimeout((0,mo.ak)(this.hide,this),e)):this.hide())},e.prototype.isShow=function(){return this._show},e.prototype.dispose=function(){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var e=this.el.parentNode;e&&e.removeChild(this.el),this.el=this._container=null},e}(),C7=function(){function e(e){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=e.getZr(),kn(this._styleCoord,this._zr,e.getWidth()/2,e.getHeight()/2)}return e.prototype.update=function(e){var t=e.get("alwaysShowContent");t&&this._moveIfResized(),this._alwaysShowContent=t},e.prototype.show=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this.el.show(),this._show=!0},e.prototype.setContent=function(e,t,n,r,i){var o=this;mo.Kn(e)&&(0,bf._y)(""),this.el&&this._zr.remove(this.el);var a=n.getModel("textStyle");this.el=new vb.ZP({style:{rich:t.richTextStyles,text:e,lineHeight:22,borderWidth:1,borderColor:r,textShadowColor:a.get("textShadowColor"),fill:n.get(["textStyle","color"]),padding:(0,C2.d_)(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),mo.S6(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(e){o.el.style[e]=n.get(e)}),mo.S6(["textShadowBlur","textShadowOffsetX","textShadowOffsetY"],function(e){o.el.style[e]=a.get(e)||0}),this._zr.add(this.el);var s=this;this.el.on("mouseover",function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0}),this.el.on("mouseout",function(){s._enterable&&s._show&&s.hideLater(s._hideDelay),s._inContent=!1})},e.prototype.setEnterable=function(e){this._enterable=e},e.prototype.getSize=function(){var e=this.el,t=this.el.getBoundingRect(),n=kt(e.style);return[t.width+n.left+n.right,t.height+n.top+n.bottom]},e.prototype.moveTo=function(e,t){var n=this.el;if(n){var r=this._styleCoord;kn(r,this._zr,e,t),e=r[0],t=r[1];var i=n.style,o=ke(i.borderWidth||0),a=kt(i);n.x=e+o+a.left,n.y=t+o+a.top,n.markRedraw()}},e.prototype._moveIfResized=function(){var e=this._styleCoord[2],t=this._styleCoord[3];this.moveTo(e*this._zr.getWidth(),t*this._zr.getHeight())},e.prototype.hide=function(){this.el&&this.el.hide(),this._show=!1},e.prototype.hideLater=function(e){!this._show||this._inContent&&this._enterable||this._alwaysShowContent||(e?(this._hideDelay=e,this._show=!1,this._hideTimeout=setTimeout(mo.ak(this.hide,this),e)):this.hide())},e.prototype.isShow=function(){return this._show},e.prototype.dispose=function(){this._zr.remove(this.el)},e}();function ke(e){return Math.max(0,e)}function kt(e){var t=ke(e.shadowBlur||0),n=ke(e.shadowOffsetX||0),r=ke(e.shadowOffsetY||0);return{left:ke(t-n),right:ke(t+n),top:ke(t-r),bottom:ke(t+r)}}function kn(e,t,n,r){e[0]=n,e[1]=r,e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}var kr=n(8780),ki=n(6501),ko=new mE.Z({shape:{x:-1,y:-1,width:2,height:2}}),ka=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.init=function(e,t){if(!Sg.Z.node&&t.getDom()){var n=e.getComponent("tooltip"),r=this._renderMode=(0,vw.U9)(n.get("renderMode"));this._tooltipContent="richText"===r?new C7(t):new C9(t,{appendTo:n.get("appendToBody",!0)?"body":n.get("appendTo",!0)})}},t.prototype.render=function(e,t,n){if(!Sg.Z.node&&n.getDom()){this.group.removeAll(),this._tooltipModel=e,this._ecModel=t,this._api=n;var r=this._tooltipContent;r.update(e),r.setEnterable(e.get("enterable")),this._initGlobalListener(),this._keepShow(),"richText"!==this._renderMode&&e.get("transitionDuration")?(0,mz.T9)(this,"_updatePosition",50,"fixRate"):(0,mz.ZH)(this,"_updatePosition")}},t.prototype._initGlobalListener=function(){var e=this._tooltipModel.get("triggerOn");Sy("itemTooltip",this._api,(0,mo.ak)(function(t,n,r){"none"!==e&&(e.indexOf(t)>=0?this._tryShow(n,r):"leave"===t&&this._hide(r))},this))},t.prototype._keepShow=function(){var e=this._tooltipModel,t=this._ecModel,n=this._api,r=e.get("triggerOn");if(null!=this._lastX&&null!=this._lastY&&"none"!==r&&"click"!==r){var i=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){n.isDisposed()||i.manuallyShowTip(e,t,n,{x:i._lastX,y:i._lastY,dataByCoordSys:i._lastDataByCoordSys})})}},t.prototype.manuallyShowTip=function(e,t,n,r){if(r.from!==this.uid&&!Sg.Z.node&&n.getDom()){var i=kl(r,n);this._ticket="";var o=r.dataByCoordSys,a=function(e,t,n){var r,i=(0,vw.zH)(e).queryOptionMap,o=i.keys()[0];if(o&&"series"!==o){var a=(0,vw.HZ)(t,o,i.get(o),{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];if(a&&(n.getViewOfComponentModel(a).group.traverse(function(t){var n=(0,mZ.A)(t).tooltipConfig;if(n&&n.name===e.name)return r=t,!0}),r))return{componentMainType:o,componentIndex:a.componentIndex,el:r}}}(r,t,n);if(a){var s=a.el.getBoundingRect().clone();s.applyTransform(a.el.transform),this._tryShow({offsetX:s.x+s.width/2,offsetY:s.y+s.height/2,target:a.el,position:r.position,positionDefault:"bottom"},i)}else if(r.tooltip&&null!=r.x&&null!=r.y)ko.x=r.x,ko.y=r.y,ko.update(),(0,mZ.A)(ko).tooltipConfig={name:null,option:r.tooltip},this._tryShow({offsetX:r.x,offsetY:r.y,target:ko},i);else if(o)this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,dataByCoordSys:o,tooltipOption:r.tooltipOption},i);else if(null!=r.seriesIndex){if(this._manuallyAxisShowTip(e,t,n,r))return;var l=SC(r,t),u=l.point[0],c=l.point[1];null!=u&&null!=c&&this._tryShow({offsetX:u,offsetY:c,target:l.el,position:r.position,positionDefault:"bottom"},i)}else null!=r.x&&null!=r.y&&(n.dispatchAction({type:"updateAxisPointer",x:r.x,y:r.y}),this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,target:n.getZr().findHover(r.x,r.y).target},i))}},t.prototype.manuallyHideTip=function(e,t,n,r){var i=this._tooltipContent;this._tooltipModel&&i.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,r.from!==this.uid&&this._hide(kl(r,n))},t.prototype._manuallyAxisShowTip=function(e,t,n,r){var i=r.seriesIndex,o=r.dataIndex,a=t.getComponent("axisPointer").coordSysAxesInfo;if(null!=i&&null!=o&&null!=a){var s=t.getSeriesByIndex(i);if(s&&"axis"===ks([s.getData().getItemModel(o),s,(s.coordinateSystem||{}).model],this._tooltipModel).get("trigger"))return n.dispatchAction({type:"updateAxisPointer",seriesIndex:i,dataIndex:o,position:r.position}),!0}},t.prototype._tryShow=function(e,t){var n=e.target;if(this._tooltipModel){this._lastX=e.offsetX,this._lastY=e.offsetY;var r,i,o=e.dataByCoordSys;if(o&&o.length)this._showAxisTooltip(o,e);else if(n){if("legend"===(0,mZ.A)(n).ssrType)return;this._lastDataByCoordSys=null,(0,ki.o)(n,function(e){return null!=(0,mZ.A)(e).dataIndex?(r=e,!0):null!=(0,mZ.A)(e).tooltipConfig?(i=e,!0):void 0},!0),r?this._showSeriesItemTooltip(e,r,t):i?this._showComponentItemTooltip(e,i,t):this._hide(t)}else this._lastDataByCoordSys=null,this._hide(t)}},t.prototype._showOrMove=function(e,t){var n=e.get("showDelay");t=(0,mo.ak)(t,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(t,n):t()},t.prototype._showAxisTooltip=function(e,t){var n=this._ecModel,r=this._tooltipModel,i=[t.offsetX,t.offsetY],o=ks([t.tooltipOption],r),a=this._renderMode,s=[],l=(0,C2.TX)("section",{blocks:[],noHeader:!0}),u=[],c=new C2.iv;(0,mo.S6)(e,function(e){(0,mo.S6)(e.dataByAxis,function(e){var t=n.getComponent(e.axisDim+"Axis",e.axisIndex),i=e.value;if(t&&null!=i){var o=Sl(i,t.axis,n,e.seriesDataIndices,e.valueLabelOpt),d=(0,C2.TX)("section",{header:o,noHeader:!(0,mo.fy)(o),sortBlocks:!0,blocks:[]});l.blocks.push(d),(0,mo.S6)(e.seriesDataIndices,function(l){var h=n.getSeriesByIndex(l.seriesIndex),p=l.dataIndexInside,f=h.getDataParams(p);if(!(f.dataIndex<0)){f.axisDim=e.axisDim,f.axisIndex=e.axisIndex,f.axisType=e.axisType,f.axisId=e.axisId,f.axisValue=xf(t.axis,{value:i}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",(0,v_.Lz)(f.color),a);var g=(0,kr.f)(h.formatTooltip(p,!0,null)),m=g.frag;if(m){var v=ks([h],r).get("valueFormatter");d.blocks.push(v?(0,mo.l7)({valueFormatter:v},m):m)}g.text&&u.push(g.text),s.push(f)}})}})}),l.blocks.reverse(),u.reverse();var d=t.position,h=o.get("order"),p=(0,C2.BY)(l,c,a,h,n.get("useUTC"),o.get("textStyle"));p&&u.unshift(p);var f="richText"===a?"\n\n":"<br/>",g=u.join(f);this._showOrMove(o,function(){this._updateContentNotChangedOnAxis(e,s)?this._updatePosition(o,d,i[0],i[1],this._tooltipContent,s):this._showTooltipContent(o,g,s,Math.random()+"",i[0],i[1],d,null,c)})},t.prototype._showSeriesItemTooltip=function(e,t,n){var r=this._ecModel,i=(0,mZ.A)(t),o=i.seriesIndex,a=r.getSeriesByIndex(o),s=i.dataModel||a,l=i.dataIndex,u=i.dataType,c=s.getData(u),d=this._renderMode,h=e.positionDefault,p=ks([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,h?{position:h}:null),f=p.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),m=new C2.iv;g.marker=m.makeTooltipMarker("item",(0,v_.Lz)(g.color),d);var v=(0,kr.f)(s.formatTooltip(l,!1,u)),y=p.get("order"),x=p.get("valueFormatter"),b=v.frag,w=b?(0,C2.BY)(x?(0,mo.l7)({valueFormatter:x},b):b,m,d,y,r.get("useUTC"),p.get("textStyle")):v.text,S="item_"+s.name+"_"+l;this._showOrMove(p,function(){this._showTooltipContent(p,w,g,S,e.offsetX,e.offsetY,e.position,e.target,m)}),n({type:"showTip",dataIndexInside:l,dataIndex:c.getRawIndex(l),seriesIndex:o,from:this.uid})}},t.prototype._showComponentItemTooltip=function(e,t,n){var r=(0,mZ.A)(t),i=r.tooltipConfig.option||{};if((0,mo.HD)(i)){var o=i;i={content:o,formatter:o}}var a=[i],s=this._ecModel.getComponent(r.componentMainType,r.componentIndex);s&&a.push(s),a.push({formatter:i.content});var l=e.positionDefault,u=ks(a,this._tooltipModel,l?{position:l}:null),c=u.get("content"),d=Math.random()+"",h=new C2.iv;this._showOrMove(u,function(){var n=(0,mo.d9)(u.get("formatterParams")||{});this._showTooltipContent(u,c,n,d,e.offsetX,e.offsetY,e.position,t,h)}),n({type:"showTip",from:this.uid})},t.prototype._showTooltipContent=function(e,t,n,r,i,o,a,s,l){if(this._ticket="",e.get("showContent")&&e.get("show")){var u=this._tooltipContent;u.setEnterable(e.get("enterable"));var c=e.get("formatter");a=a||e.get("position");var d=t,h=this._getNearestPoint([i,o],n,e.get("trigger"),e.get("borderColor")).color;if(c)if((0,mo.HD)(c)){var p=e.ecModel.get("useUTC"),f=(0,mo.kJ)(n)?n[0]:n,g=f&&f.axisType&&f.axisType.indexOf("time")>=0;d=c,g&&(d=(0,y1.WU)(f.axisValue,d,p)),d=(0,v_.kF)(d,n,!0)}else if((0,mo.mf)(c)){var m=(0,mo.ak)(function(t,r){t===this._ticket&&(u.setContent(r,l,e,h,a),this._updatePosition(e,a,i,o,u,n,s))},this);this._ticket=r,d=c(n,r,m)}else d=c;u.setContent(d,l,e,h,a),u.show(e,h),this._updatePosition(e,a,i,o,u,n,s)}},t.prototype._getNearestPoint=function(e,t,n,r){return"axis"===n||(0,mo.kJ)(t)?{color:r||("html"===this._renderMode?"#fff":"none")}:(0,mo.kJ)(t)?void 0:{color:r||t.color||t.borderColor}},t.prototype._updatePosition=function(e,t,n,r,i,o,a){var s=this._api.getWidth(),l=this._api.getHeight();t=t||e.get("position");var u=i.getSize(),c=e.get("align"),d=e.get("verticalAlign"),h=a&&a.getBoundingRect().clone();if(a&&h.applyTransform(a.transform),(0,mo.mf)(t)&&(t=t([n,r],o,i.el,h,{viewSize:[s,l],contentSize:u.slice()})),(0,mo.kJ)(t))n=(0,ma.GM)(t[0],s),r=(0,ma.GM)(t[1],l);else if((0,mo.Kn)(t)){var p=t;p.width=u[0],p.height=u[1];var f=(0,v0.ME)(p,{width:s,height:l});n=f.x,r=f.y,c=null,d=null}else if((0,mo.HD)(t)&&a){var g=function(e,t,n,r){var i=n[0],o=n[1],a=Math.ceil(Math.SQRT2*r)+8,s=0,l=0,u=t.width,c=t.height;switch(e){case"inside":s=t.x+u/2-i/2,l=t.y+c/2-o/2;break;case"top":s=t.x+u/2-i/2,l=t.y-o-a;break;case"bottom":s=t.x+u/2-i/2,l=t.y+c+a;break;case"left":s=t.x-i-a,l=t.y+c/2-o/2;break;case"right":s=t.x+u+a,l=t.y+c/2-o/2}return[s,l]}(t,h,u,e.get("borderWidth"));n=g[0],r=g[1]}else{var m,v,y,x,b,w,S,C,k,M,g=(m=n,v=r,y=i,x=s,b=l,w=c?null:20,S=d?null:20,k=(C=y.getSize())[0],M=C[1],null!=w&&(m+k+w+2>x?m-=k+w:m+=w),null!=S&&(v+M+S>b?v-=M+S:v+=S),[m,v]);n=g[0],r=g[1]}if(c&&(n-=ku(c)?u[0]/2:"right"===c?u[0]:0),d&&(r-=ku(d)?u[1]/2:"bottom"===d?u[1]:0),CK(e)){var T,I,A,D,P,R,_,O,g=(T=n,I=r,A=i,D=s,P=l,_=(R=A.getSize())[0],O=R[1],T=Math.min(T+_,D)-_,I=Math.min(I+O,P)-O,[T=Math.max(T,0),I=Math.max(I,0)]);n=g[0],r=g[1]}i.moveTo(n,r)},t.prototype._updateContentNotChangedOnAxis=function(e,t){var n=this._lastDataByCoordSys,r=this._cbParamsList,i=!!n&&n.length===e.length;return i&&(0,mo.S6)(n,function(n,o){var a=n.dataByAxis||[],s=(e[o]||{}).dataByAxis||[];(i=i&&a.length===s.length)&&(0,mo.S6)(a,function(e,n){var o=s[n]||{},a=e.seriesDataIndices||[],l=o.seriesDataIndices||[];(i=i&&e.value===o.value&&e.axisType===o.axisType&&e.axisId===o.axisId&&a.length===l.length)&&(0,mo.S6)(a,function(e,t){var n=l[t];i=i&&e.seriesIndex===n.seriesIndex&&e.dataIndex===n.dataIndex}),r&&(0,mo.S6)(e.seriesDataIndices,function(e){var n=e.seriesIndex,o=t[n],a=r[n];o&&a&&a.data!==o.data&&(i=!1)})})}),this._lastDataByCoordSys=e,this._cbParamsList=t,!!i},t.prototype._hide=function(e){this._lastDataByCoordSys=null,e({type:"hideTip",from:this.uid})},t.prototype.dispose=function(e,t){!Sg.Z.node&&t.getDom()&&((0,mz.ZH)(this,"_updatePosition"),this._tooltipContent.dispose(),Sw("itemTooltip",t))},t.type="tooltip",t}(yT.Z);function ks(e,t,n){var r,i=t.ecModel;n?(r=new xj.Z(n,i,i),r=new xj.Z(t.option,r,i)):r=t;for(var o=e.length-1;o>=0;o--){var a=e[o];a&&(a instanceof xj.Z&&(a=a.get("tooltip",!0)),(0,mo.HD)(a)&&(a={formatter:a}),a&&(r=new xj.Z(a,r,i)))}return r}function kl(e,t){return e.dispatchAction||(0,mo.ak)(t.dispatchAction,t)}function ku(e){return"center"===e||"middle"===e}var kc={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}};let kd=function(e,t,n){var r=mo.d9((kc[e]||{})[t]);return n&&mo.kJ(r)?r[r.length-1]:r};var kh=mo.S6,kp=mo.Kn,kf=function(){function e(t){var n,r,i=t.mappingMethod,o=t.type,a=this.option=mo.d9(t);this.type=o,this.mappingMethod=i,this._normalizeData=kk[i];var s=e.visualHandlers[o];this.applyVisual=s.applyVisual,this.getColorMapper=s.getColorMapper,this._normalizedToVisual=s._normalizedToVisual[i],"piecewise"===i?(kg(a),r=(n=a).pieceList,n.hasSpecialVisual=!1,mo.S6(r,function(e,t){e.originIndex=t,null!=e.visual&&(n.hasSpecialVisual=!0)})):"category"===i?a.categories?function(e){var t=e.categories,n=e.categoryMap={},r=e.visual;if(kh(t,function(e,t){n[e]=t}),!mo.kJ(r)){var i=[];mo.Kn(r)?kh(r,function(e,t){var r=n[t];i[null!=r?r:-1]=e}):i[-1]=r,r=kC(e,i)}for(var o=t.length-1;o>=0;o--)null==r[o]&&(delete n[t[o]],t.pop())}(a):kg(a,!0):(mo.hu("linear"!==i||a.dataExtent),kg(a))}return e.prototype.mapValueToVisual=function(e){var t=this._normalizeData(e);return this._normalizedToVisual(t,e)},e.prototype.getNormalizer=function(){return mo.ak(this._normalizeData,this)},e.listVisualTypes=function(){return mo.XP(e.visualHandlers)},e.isValidType=function(t){return e.visualHandlers.hasOwnProperty(t)},e.eachVisual=function(e,t,n){mo.Kn(e)?mo.S6(e,t,n):t.call(n,e)},e.mapVisual=function(t,n,r){var i,o=mo.kJ(t)?[]:mo.Kn(t)?{}:(i=!0,null);return e.eachVisual(t,function(e,t){var a=n.call(r,e,t);i?o=a:o[t]=a}),o},e.retrieveVisuals=function(t){var n,r={};return t&&kh(e.visualHandlers,function(e,i){t.hasOwnProperty(i)&&(r[i]=t[i],n=!0)}),n?r:null},e.prepareVisualTypes=function(e){if(mo.kJ(e))e=e.slice();else{if(!kp(e))return[];var t=[];kh(e,function(e,n){t.push(n)}),e=t}return e.sort(function(e,t){return"color"===t&&"color"!==e&&0===e.indexOf("color")?1:-1}),e},e.dependsOn=function(e,t){return"color"===t?!!(e&&0===e.indexOf(t)):e===t},e.findPieceIndex=function(e,t,n){for(var r,i=1/0,o=0,a=t.length;o<a;o++){var s=t[o].value;if(null!=s){if(s===e||mo.HD(s)&&s===e+"")return o;n&&C(s,o)}}for(var o=0,a=t.length;o<a;o++){var l,u,c,d,h,p,f,g,m,v,y,x,b=t[o],w=b.interval,S=b.close;if(w){if(w[0]===-1/0){if(l=S[1],u=e,c=w[1],l?u<=c:u<c)return o}else if(w[1]===1/0){if(d=S[0],h=w[0],p=e,d?h<=p:h<p)return o}else{if(f=S[0],g=w[0],m=e,(f?g<=m:g<m)&&(v=S[1],y=e,x=w[1],v?y<=x:y<x))return o}n&&C(w[0],o),n&&C(w[1],o)}}if(n)return e===1/0?t.length-1:e===-1/0?0:r;function C(t,n){var o=Math.abs(t-e);o<i&&(i=o,r=n)}},e.visualHandlers={color:{applyVisual:ky("color"),getColorMapper:function(){var e=this.option;return mo.ak("category"===e.mappingMethod?function(e,t){return t||(e=this._normalizeData(e)),kx.call(this,e)}:function(t,n,r){var i=!!r;return n||(t=this._normalizeData(t)),r=vO.Uu(t,e.parsedVisual,r),i?r:vO.Pz(r,"rgba")},this)},_normalizedToVisual:{linear:function(e){return vO.Pz(vO.Uu(e,this.option.parsedVisual),"rgba")},category:kx,piecewise:function(e,t){var n=kS.call(this,t);return null==n&&(n=vO.Pz(vO.Uu(e,this.option.parsedVisual),"rgba")),n},fixed:kb}},colorHue:km(function(e,t){return vO.ox(e,t)}),colorSaturation:km(function(e,t){return vO.ox(e,null,t)}),colorLightness:km(function(e,t){return vO.ox(e,null,null,t)}),colorAlpha:km(function(e,t){return vO.m8(e,t)}),decal:{applyVisual:ky("decal"),_normalizedToVisual:{linear:null,category:kx,piecewise:null,fixed:null}},opacity:{applyVisual:ky("opacity"),_normalizedToVisual:kw([0,1])},liftZ:{applyVisual:ky("liftZ"),_normalizedToVisual:{linear:kb,category:kb,piecewise:kb,fixed:kb}},symbol:{applyVisual:function(e,t,n){n("symbol",this.mapValueToVisual(e))},_normalizedToVisual:{linear:kv,category:kx,piecewise:function(e,t){var n=kS.call(this,t);return null==n&&(n=kv.call(this,e)),n},fixed:kb}},symbolSize:{applyVisual:ky("symbolSize"),_normalizedToVisual:kw([0,1])}},e}();function kg(e,t){var n=e.visual,r=[];mo.Kn(n)?kh(n,function(e){r.push(e)}):null!=n&&r.push(n),t||1!==r.length||({color:1,symbol:1}).hasOwnProperty(e.type)||(r[1]=r[0]),kC(e,r)}function km(e){return{applyVisual:function(t,n,r){var i=this.mapValueToVisual(t);r("color",e(n("color"),i))},_normalizedToVisual:kw([0,1])}}function kv(e){var t=this.option.visual;return t[Math.round((0,ma.NU)(e,[0,1],[0,t.length-1],!0))]||{}}function ky(e){return function(t,n,r){r(e,this.mapValueToVisual(t))}}function kx(e){var t=this.option.visual;return t[this.option.loop&&-1!==e?e%t.length:e]}function kb(){return this.option.visual[0]}function kw(e){return{linear:function(t){return(0,ma.NU)(t,e,this.option.visual,!0)},category:kx,piecewise:function(t,n){var r=kS.call(this,n);return null==r&&(r=(0,ma.NU)(t,e,this.option.visual,!0)),r},fixed:kb}}function kS(e){var t=this.option,n=t.pieceList;if(t.hasSpecialVisual){var r=kf.findPieceIndex(e,n),i=n[r];if(i&&i.visual)return i.visual[this.type]}}function kC(e,t){return e.visual=t,"color"===e.type&&(e.parsedVisual=mo.UI(t,function(e){return vO.Qc(e)||[0,0,0,1]})),t}var kk={linear:function(e){return(0,ma.NU)(e,this.option.dataExtent,[0,1],!0)},piecewise:function(e){var t=this.option.pieceList,n=kf.findPieceIndex(e,t,!0);if(null!=n)return(0,ma.NU)(n,[0,t.length-1],[0,1],!0)},category:function(e){var t=this.option.categories?this.option.categoryMap[e]:e;return null==t?-1:t},fixed:mo.ZT},kM=n(3928),kT=mo.S6;function kI(e){if(e){for(var t in e)if(e.hasOwnProperty(t))return!0}}function kA(e,t,n){var r={};return kT(t,function(t){var i,o=r[t]=((i=function(){}).prototype.__hidden=i.prototype,new i);kT(e[t],function(e,r){if(kf.isValidType(r)){var i={type:r,visual:e};n&&n(i,t),o[r]=new kf(i),"opacity"===r&&((i=mo.d9(i)).type="colorAlpha",o.__hidden.__alphaForOpacity=new kf(i))}})}),r}var kD=kf.mapVisual,kP=kf.eachVisual,kR=mo.kJ,k_=mo.S6,kO=ma.dt,kE=ma.NU,kL=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.stateList=["inRange","outOfRange"],n.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],n.layoutMode={type:"box",ignoreSize:!0},n.dataBound=[-1/0,1/0],n.targetVisuals={},n.controllerVisuals={},n}return(0,mk.ZT)(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n)},t.prototype.optionUpdated=function(e,t){var n,r,i=this.option;t||(n=this.replacableOptionKeys,mo.S6(n,function(t){e.hasOwnProperty(t)&&kI(e[t])&&(r=!0)}),r&&mo.S6(n,function(t){e.hasOwnProperty(t)&&kI(e[t])?i[t]=mo.d9(e[t]):delete i[t]})),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},t.prototype.resetVisual=function(e){var t=this.stateList;e=mo.ak(e,this),this.controllerVisuals=kA(this.option.controller,t,e),this.targetVisuals=kA(this.option.target,t,e)},t.prototype.getItemSymbol=function(){return null},t.prototype.getTargetSeriesIndices=function(){var e=this.option.seriesIndex,t=[];return null==e||"all"===e?this.ecModel.eachSeries(function(e,n){t.push(n)}):t=vw.kF(e),t},t.prototype.eachTargetSeries=function(e,t){mo.S6(this.getTargetSeriesIndices(),function(n){var r=this.ecModel.getSeriesByIndex(n);r&&e.call(t,r)},this)},t.prototype.isTargetSeries=function(e){var t=!1;return this.eachTargetSeries(function(n){n===e&&(t=!0)}),t},t.prototype.formatValueText=function(e,t,n){var r,i=this.option,o=i.precision,a=this.dataBound,s=i.formatter;n=n||["<",">"],mo.kJ(e)&&(e=e.slice(),r=!0);var l=t?e:r?[u(e[0]),u(e[1])]:u(e);if(mo.HD(s))return s.replace("{value}",r?l[0]:l).replace("{value2}",r?l[1]:l);if(mo.mf(s))return r?s(e[0],e[1]):s(e);if(!r)return l;if(e[0]===a[0])return n[0]+" "+l[1];if(e[1]===a[1])return n[1]+" "+l[0];return l[0]+" - "+l[1];function u(e){return e===a[0]?"min":e===a[1]?"max":(+e).toFixed(Math.min(o,20))}},t.prototype.resetExtent=function(){var e=this.option,t=kO([e.min,e.max]);this._dataExtent=t},t.prototype.getDataDimensionIndex=function(e){var t=this.option.dimension;if(null!=t)return e.getDimensionIndex(t);for(var n=e.dimensions,r=n.length-1;r>=0;r--){var i=n[r],o=e.getDimensionInfo(i);if(!o.isCalculationCoord)return o.storeDimIndex}},t.prototype.getExtent=function(){return this._dataExtent.slice()},t.prototype.completeVisualOption=function(){var e=this.ecModel,t=this.option,n={inRange:t.inRange,outOfRange:t.outOfRange},r=t.target||(t.target={}),i=t.controller||(t.controller={});mo.TS(r,n),mo.TS(i,n);var o=this.isCategory();function a(n){kR(t.color)&&!n.inRange&&(n.inRange={color:t.color.slice().reverse()}),n.inRange=n.inRange||{color:e.get("gradientColor")}}a.call(this,r),a.call(this,i),(function(e,t,n){var r=e[t],i=e[n];r&&!i&&(i=e[n]={},k_(r,function(e,t){if(kf.isValidType(t)){var n=kd(t,"inactive",o);null!=n&&(i[t]=n,"color"!==t||i.hasOwnProperty("opacity")||i.hasOwnProperty("colorAlpha")||(i.opacity=[0,0]))}}))}).call(this,r,"inRange","outOfRange"),(function(e){var t=(e.inRange||{}).symbol||(e.outOfRange||{}).symbol,n=(e.inRange||{}).symbolSize||(e.outOfRange||{}).symbolSize,r=this.get("inactiveColor"),i=this.getItemSymbol()||"roundRect";k_(this.stateList,function(a){var s=this.itemSize,l=e[a];l||(l=e[a]={color:o?r:[r]}),null==l.symbol&&(l.symbol=t&&mo.d9(t)||(o?i:[i])),null==l.symbolSize&&(l.symbolSize=n&&mo.d9(n)||(o?s[0]:[s[0],s[0]])),l.symbol=kD(l.symbol,function(e){return"none"===e?i:e});var u=l.symbolSize;if(null!=u){var c=-1/0;kP(u,function(e){e>c&&(c=e)}),l.symbolSize=kD(u,function(e){return kE(e,[0,c],[0,s[0]],!0)})}},this)}).call(this,i)},t.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},t.prototype.isCategory=function(){return!!this.option.categories},t.prototype.setSelected=function(e){},t.prototype.getSelected=function(){return null},t.prototype.getValueState=function(e){return null},t.prototype.getVisualMeta=function(e){return null},t.type="visualMap",t.dependencies=["series"],t.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},t}(yI.Z),kZ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.optionUpdated=function(t,n){e.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(e){e.mappingMethod="linear",e.dataExtent=this.getExtent()}),this._resetRange()},t.prototype.resetItemSize=function(){e.prototype.resetItemSize.apply(this,arguments);var t=this.itemSize;(null==t[0]||isNaN(t[0]))&&(t[0]=20),(null==t[1]||isNaN(t[1]))&&(t[1]=140)},t.prototype._resetRange=function(){var e=this.getExtent(),t=this.option.range;!t||t.auto?(e.auto=1,this.option.range=e):mo.kJ(t)&&(t[0]>t[1]&&t.reverse(),t[0]=Math.max(t[0],e[0]),t[1]=Math.min(t[1],e[1]))},t.prototype.completeVisualOption=function(){e.prototype.completeVisualOption.apply(this,arguments),mo.S6(this.stateList,function(e){var t=this.option.controller[e].symbolSize;t&&t[0]!==t[1]&&(t[0]=t[1]/3)},this)},t.prototype.setSelected=function(e){this.option.range=e.slice(),this._resetRange()},t.prototype.getSelected=function(){var e=this.getExtent(),t=ma.dt((this.get("range")||[]).slice());return t[0]>e[1]&&(t[0]=e[1]),t[1]>e[1]&&(t[1]=e[1]),t[0]<e[0]&&(t[0]=e[0]),t[1]<e[0]&&(t[1]=e[0]),t},t.prototype.getValueState=function(e){var t=this.option.range,n=this.getExtent();return(t[0]<=n[0]||t[0]<=e)&&(t[1]>=n[1]||e<=t[1])?"inRange":"outOfRange"},t.prototype.findTargetDataIndices=function(e){var t=[];return this.eachTargetSeries(function(n){var r=[],i=n.getData();i.each(this.getDataDimensionIndex(i),function(t,n){e[0]<=t&&t<=e[1]&&r.push(n)},this),t.push({seriesId:n.id,dataIndex:r})},this),t},t.prototype.getVisualMeta=function(e){var t=kB(this,"outOfRange",this.getExtent()),n=kB(this,"inRange",this.option.range.slice()),r=[];function i(t,n){r.push({value:t,color:e(t,n)})}for(var o=0,a=0,s=n.length,l=t.length;a<l&&(!n.length||t[a]<=n[0]);a++)t[a]<n[o]&&i(t[a],"outOfRange");for(var u=1;o<s;o++,u=0)u&&r.length&&i(n[o],"outOfRange"),i(n[o],"inRange");for(var u=1;a<l;a++)(!n.length||n[n.length-1]<t[a])&&(u&&(r.length&&i(r[r.length-1].value,"outOfRange"),u=0),i(t[a],"outOfRange"));var c=r.length;return{stops:r,outerColors:[c?r[0].color:"transparent",c?r[c-1].color:"transparent"]}},t.type="visualMap.continuous",t.defaultOption=(0,mA.ZL)(kL.defaultOption,{align:"auto",calculable:!1,hoverLink:!0,realtime:!0,handleIcon:"path://M-11.39,9.77h0a3.5,3.5,0,0,1-3.5,3.5h-22a3.5,3.5,0,0,1-3.5-3.5h0a3.5,3.5,0,0,1,3.5-3.5h22A3.5,3.5,0,0,1-11.39,9.77Z",handleSize:"120%",handleStyle:{borderColor:"#fff",borderWidth:1},indicatorIcon:"circle",indicatorSize:"50%",indicatorStyle:{borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}}),t}(kL);function kB(e,t,n){if(n[0]===n[1])return n.slice();for(var r=(n[1]-n[0])/200,i=n[0],o=[],a=0;a<=200&&i<n[1];a++)o.push(i),i+=r;return o.push(n[1]),o}var kN=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.autoPositionValues={left:1,right:1,top:1,bottom:1},n}return(0,mk.ZT)(t,e),t.prototype.init=function(e,t){this.ecModel=e,this.api=t},t.prototype.render=function(e,t,n,r){if(this.visualMapModel=e,!1===e.get("show"))return void this.group.removeAll();this.doRender(e,t,n,r)},t.prototype.renderBackground=function(e){var t=this.visualMapModel,n=v_.MY(t.get("padding")||0),r=e.getBoundingRect();e.add(new mE.Z({z2:-1,silent:!0,shape:{x:r.x-n[3],y:r.y-n[0],width:r.width+n[3]+n[1],height:r.height+n[0]+n[2]},style:{fill:t.get("backgroundColor"),stroke:t.get("borderColor"),lineWidth:t.get("borderWidth")}}))},t.prototype.getControllerVisual=function(e,t,n){var r=(n=n||{}).forceState,i=this.visualMapModel,o={};function a(e){return o[e]}function s(e,t){o[e]=t}"color"===t&&(o.color=i.get("contentColor"));var l=i.controllerVisuals[r||i.getValueState(e)],u=kf.prepareVisualTypes(l);return mo.S6(u,function(r){var i=l[r];n.convertOpacityToAlpha&&"opacity"===r&&(r="colorAlpha",i=l.__alphaForOpacity),kf.dependsOn(r,t)&&i&&i.applyVisual(e,a,s)}),o[t]},t.prototype.positionGroup=function(e){var t=this.visualMapModel,n=this.api;v0.p$(e,t.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()})},t.prototype.doRender=function(e,t,n,r){},t.type="visualMap",t}(yT.Z),kz=[["left","right","width"],["top","bottom","height"]];function kF(e,t,n){var r=e.option,i=r.align;if(null!=i&&"auto"!==i)return i;for(var o={width:t.getWidth(),height:t.getHeight()},a=+("horizontal"===r.orient),s=kz[a],l=[0,null,10],u={},c=0;c<3;c++)u[kz[1-a][c]]=l[c],u[s[c]]=2===c?n[0]:r[s[c]];var d=[["x","width",3],["y","height",0]][a],h=(0,v0.ME)(u,o,r.padding);return s[(h.margin[d[2]]||0)+h[d[0]]+.5*h[d[1]]<.5*o[d[1]]?0:1]}function kj(e,t){return mo.S6(e||[],function(e){null!=e.dataIndex&&(e.dataIndexInside=e.dataIndex,e.dataIndex=null),e.highlightKey="visualMap"+(t?t.componentIndex:"")}),e}var kV=ma.NU,kH=mo.S6,k$=Math.min,kW=Math.max,kG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._shapes={},n._dataInterval=[],n._handleEnds=[],n._hoverLinkDataIndices=[],n}return(0,mk.ZT)(t,e),t.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this._hoverLinkFromSeriesMouseOver=mo.ak(this._hoverLinkFromSeriesMouseOver,this),this._hideIndicator=mo.ak(this._hideIndicator,this)},t.prototype.doRender=function(e,t,n,r){r&&"selectDataRange"===r.type&&r.from===this.uid||this._buildView()},t.prototype._buildView=function(){this.group.removeAll();var e=this.visualMapModel,t=this.group;this._orient=e.get("orient"),this._useHandle=e.get("calculable"),this._resetInterval(),this._renderBar(t);var n=e.get("text");this._renderEndsText(t,n,0),this._renderEndsText(t,n,1),this._updateView(!0),this.renderBackground(t),this._updateView(),this._enableHoverLinkToSeries(),this._enableHoverLinkFromSeries(),this.positionGroup(t)},t.prototype._renderEndsText=function(e,t,n){if(t){var r=t[1-n];r=null!=r?r+"":"";var i=this.visualMapModel,o=i.get("textGap"),a=i.itemSize,s=this._shapes.mainGroup,l=this._applyTransform([a[0]/2,0===n?-o:a[1]+o],s),u=this._applyTransform(0===n?"bottom":"top",s),c=this._orient,d=this.visualMapModel.textStyleModel;this.group.add(new vb.ZP({style:(0,mN.Lr)(d,{x:l[0],y:l[1],verticalAlign:"horizontal"===c?"middle":u,align:"horizontal"===c?u:"center",text:r})}))}},t.prototype._renderBar=function(e){var t=this.visualMapModel,n=this._shapes,r=t.itemSize,i=this._orient,o=this._useHandle,a=kF(t,this.api,r),s=n.mainGroup=this._createBarGroup(a),l=new mR.Z;s.add(l),l.add(n.outOfRange=kq()),l.add(n.inRange=kq(null,o?kY(this._orient):null,mo.ak(this._dragHandle,this,"all",!1),mo.ak(this._dragHandle,this,"all",!0))),l.setClipPath(new mE.Z({shape:{x:0,y:0,width:r[0],height:r[1],r:3}}));var u=t.textStyleModel.getTextRect("国"),c=kW(u.width,u.height);o&&(n.handleThumbs=[],n.handleLabels=[],n.handleLabelPoints=[],this._createHandle(t,s,0,r,c,i),this._createHandle(t,s,1,r,c,i)),this._createIndicator(t,s,r,c,i),e.add(s)},t.prototype._createHandle=function(e,t,n,r,i,o){var a=mo.ak(this._dragHandle,this,n,!1),s=mo.ak(this._dragHandle,this,n,!0),l=(0,mX.GM)(e.get("handleSize"),r[0]),u=(0,vl.th)(e.get("handleIcon"),-l/2,-l/2,l,l,null,!0),c=kY(this._orient);u.attr({cursor:c,draggable:!0,drift:a,ondragend:s,onmousemove:function(e){wp.sT(e.event)}}),u.x=r[0]/2,u.useStyle(e.getModel("handleStyle").getItemStyle()),u.setStyle({strokeNoScale:!0,strokeFirst:!0}),u.style.lineWidth*=2,u.ensureState("emphasis").style=e.getModel(["emphasis","handleStyle"]).getItemStyle(),(0,mB.Nj)(u,!0),t.add(u);var d=this.visualMapModel.textStyleModel,h=new vb.ZP({cursor:c,draggable:!0,drift:a,onmousemove:function(e){wp.sT(e.event)},ondragend:s,style:(0,mN.Lr)(d,{x:0,y:0,text:""})});h.ensureState("blur").style={opacity:.1},h.stateTransition={duration:200},this.group.add(h);var p=[l,0],f=this._shapes;f.handleThumbs[n]=u,f.handleLabelPoints[n]=p,f.handleLabels[n]=h},t.prototype._createIndicator=function(e,t,n,r,i){var o=(0,mX.GM)(e.get("indicatorSize"),n[0]),a=(0,vl.th)(e.get("indicatorIcon"),-o/2,-o/2,o,o,null,!0);a.attr({cursor:"move",invisible:!0,silent:!0,x:n[0]/2});var s=e.getModel("indicatorStyle").getItemStyle();if(a instanceof vc.ZP){var l=a.style;a.useStyle(mo.l7({image:l.image,x:l.x,y:l.y,width:l.width,height:l.height},s))}else a.useStyle(s);t.add(a);var u=this.visualMapModel.textStyleModel,c=new vb.ZP({silent:!0,invisible:!0,style:(0,mN.Lr)(u,{x:0,y:0,text:""})});this.group.add(c);var d=[("horizontal"===i?r/2:6)+n[0]/2,0],h=this._shapes;h.indicator=a,h.indicatorLabel=c,h.indicatorLabelPoint=d,this._firstShowIndicator=!0},t.prototype._dragHandle=function(e,t,n,r){if(this._useHandle){if(this._dragging=!t,!t){var i=this._applyTransform([n,r],this._shapes.mainGroup,!0);this._updateInterval(e,i[1]),this._hideIndicator(),this._updateView()}!this.visualMapModel.get("realtime")===t&&this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:this._dataInterval.slice()}),t?this._hovering||this._clearHoverLinkToSeries():kU(this.visualMapModel)&&this._doHoverLinkToSeries(this._handleEnds[e],!1)}},t.prototype._resetInterval=function(){var e=this.visualMapModel,t=this._dataInterval=e.getSelected(),n=e.getExtent(),r=[0,e.itemSize[1]];this._handleEnds=[kV(t[0],n,r,!0),kV(t[1],n,r,!0)]},t.prototype._updateInterval=function(e,t){t=t||0;var n=this.visualMapModel,r=this._handleEnds,i=[0,n.itemSize[1]];wu(t,r,i,e,0);var o=n.getExtent();this._dataInterval=[kV(r[0],i,o,!0),kV(r[1],i,o,!0)]},t.prototype._updateView=function(e){var t=this.visualMapModel,n=t.getExtent(),r=this._shapes,i=[0,t.itemSize[1]],o=e?i:this._handleEnds,a=this._createBarVisual(this._dataInterval,n,o,"inRange"),s=this._createBarVisual(n,n,i,"outOfRange");r.inRange.setStyle({fill:a.barColor}).setShape("points",a.barPoints),r.outOfRange.setStyle({fill:s.barColor}).setShape("points",s.barPoints),this._updateHandle(o,a)},t.prototype._createBarVisual=function(e,t,n,r){var i={forceState:r,convertOpacityToAlpha:!0},o=this._makeColorGradient(e,i),a=[this.getControllerVisual(e[0],"symbolSize",i),this.getControllerVisual(e[1],"symbolSize",i)],s=this._createBarPoints(n,a);return{barColor:new vx.Z(0,0,0,1,o),barPoints:s,handlesColor:[o[0].color,o[o.length-1].color]}},t.prototype._makeColorGradient=function(e,t){var n=[],r=(e[1]-e[0])/100;n.push({color:this.getControllerVisual(e[0],"color",t),offset:0});for(var i=1;i<100;i++){var o=e[0]+r*i;if(o>e[1])break;n.push({color:this.getControllerVisual(o,"color",t),offset:i/100})}return n.push({color:this.getControllerVisual(e[1],"color",t),offset:1}),n},t.prototype._createBarPoints=function(e,t){var n=this.visualMapModel.itemSize;return[[n[0]-t[0],e[0]],[n[0],e[0]],[n[0],e[1]],[n[0]-t[1],e[1]]]},t.prototype._createBarGroup=function(e){var t=this._orient,n=this.visualMapModel.get("inverse");return new mR.Z("horizontal"===t&&!n?{scaleX:"bottom"===e?1:-1,rotation:Math.PI/2}:"horizontal"===t&&n?{scaleX:"bottom"===e?-1:1,rotation:-Math.PI/2}:"vertical"===t&&!n?{scaleX:"left"===e?1:-1,scaleY:-1}:{scaleX:"left"===e?1:-1})},t.prototype._updateHandle=function(e,t){if(this._useHandle){var n=this._shapes,r=this.visualMapModel,i=n.handleThumbs,o=n.handleLabels,a=r.itemSize,s=r.getExtent();kH([0,1],function(l){var u=i[l];u.setStyle("fill",t.handlesColor[l]),u.y=e[l];var c=kV(e[l],[0,a[1]],s,!0),d=this.getControllerVisual(c,"symbolSize");u.scaleX=u.scaleY=d/a[0],u.x=a[0]-d/2;var h=m_.applyTransform(n.handleLabelPoints[l],m_.getTransform(u,this.group));o[l].setStyle({x:h[0],y:h[1],text:r.formatValueText(this._dataInterval[l]),verticalAlign:"middle",align:"vertical"===this._orient?this._applyTransform("left",n.mainGroup):"center"})},this)}},t.prototype._showIndicator=function(e,t,n,r){var i=this.visualMapModel,o=i.getExtent(),a=i.itemSize,s=[0,a[1]],l=this._shapes,u=l.indicator;if(u){u.attr("invisible",!1);var c=this.getControllerVisual(e,"color",{convertOpacityToAlpha:!0}),d=this.getControllerVisual(e,"symbolSize"),h=kV(e,o,s,!0),p=a[0]-d/2,f={x:u.x,y:u.y};u.y=h,u.x=p;var g=m_.applyTransform(l.indicatorLabelPoint,m_.getTransform(u,this.group)),m=l.indicatorLabel;m.attr("invisible",!1);var v=this._applyTransform("left",l.mainGroup),y="horizontal"===this._orient;m.setStyle({text:(n||"")+i.formatValueText(t),verticalAlign:y?v:"middle",align:y?"center":v});var x={x:p,y:h,style:{fill:c}},b={style:{x:g[0],y:g[1]}};if(i.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var w={duration:100,easing:"cubicInOut",additive:!0};u.x=f.x,u.y=f.y,u.animateTo(x,w),m.animateTo(b,w)}else u.attr(x),m.attr(b);this._firstShowIndicator=!1;var S=this._shapes.handleLabels;if(S)for(var C=0;C<S.length;C++)this.api.enterBlur(S[C])}},t.prototype._enableHoverLinkToSeries=function(){var e=this;this._shapes.mainGroup.on("mousemove",function(t){if(e._hovering=!0,!e._dragging){var n=e.visualMapModel.itemSize,r=e._applyTransform([t.offsetX,t.offsetY],e._shapes.mainGroup,!0,!0);r[1]=k$(kW(0,r[1]),n[1]),e._doHoverLinkToSeries(r[1],0<=r[0]&&r[0]<=n[0])}}).on("mouseout",function(){e._hovering=!1,e._dragging||e._clearHoverLinkToSeries()})},t.prototype._enableHoverLinkFromSeries=function(){var e=this.api.getZr();this.visualMapModel.option.hoverLink?(e.on("mouseover",this._hoverLinkFromSeriesMouseOver,this),e.on("mouseout",this._hideIndicator,this)):this._clearHoverLinkFromSeries()},t.prototype._doHoverLinkToSeries=function(e,t){var n=this.visualMapModel,r=n.itemSize;if(n.option.hoverLink){var i,o,a,s,l,u=[0,r[1]],c=n.getExtent();e=k$(kW(u[0],e),u[1]);var d=(i=n,o=c,a=u,s=6,(l=i.get("hoverLinkDataSize"))&&(s=kV(l,o,a,!0)/2),s),h=[e-d,e+d],p=kV(e,u,c,!0),f=[kV(h[0],u,c,!0),kV(h[1],u,c,!0)];h[0]<u[0]&&(f[0]=-1/0),h[1]>u[1]&&(f[1]=1/0),t&&(f[0]===-1/0?this._showIndicator(p,f[1],"< ",d):f[1]===1/0?this._showIndicator(p,f[0],"> ",d):this._showIndicator(p,p,"≈ ",d));var g=this._hoverLinkDataIndices,m=[];(t||kU(n))&&(m=this._hoverLinkDataIndices=n.findTargetDataIndices(f));var v=vw.XI(g,m);this._dispatchHighDown("downplay",kj(v[0],n)),this._dispatchHighDown("highlight",kj(v[1],n))}},t.prototype._hoverLinkFromSeriesMouseOver=function(e){if((0,ki.o)(e.target,function(e){var n=(0,mZ.A)(e);if(null!=n.dataIndex)return t=n,!0},!0),t){var t,n=this.ecModel.getSeriesByIndex(t.seriesIndex),r=this.visualMapModel;if(r.isTargetSeries(n)){var i=n.getData(t.dataType),o=i.getStore().get(r.getDataDimensionIndex(i),t.dataIndex);isNaN(o)||this._showIndicator(o,o)}}},t.prototype._hideIndicator=function(){var e=this._shapes;e.indicator&&e.indicator.attr("invisible",!0),e.indicatorLabel&&e.indicatorLabel.attr("invisible",!0);var t=this._shapes.handleLabels;if(t)for(var n=0;n<t.length;n++)this.api.leaveBlur(t[n])},t.prototype._clearHoverLinkToSeries=function(){this._hideIndicator();var e=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",kj(e,this.visualMapModel)),e.length=0},t.prototype._clearHoverLinkFromSeries=function(){this._hideIndicator();var e=this.api.getZr();e.off("mouseover",this._hoverLinkFromSeriesMouseOver),e.off("mouseout",this._hideIndicator)},t.prototype._applyTransform=function(e,t,n,r){var i=m_.getTransform(t,r?null:this.group);return mo.kJ(e)?m_.applyTransform(e,i,n):m_.transformDirection(e,i,n)},t.prototype._dispatchHighDown=function(e,t){t&&t.length&&this.api.dispatchAction({type:e,batch:t})},t.prototype.dispose=function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},t.type="visualMap.continuous",t}(kN);function kq(e,t,n,r){return new wZ.Z({shape:{points:e},draggable:!!n,cursor:t,drift:n,onmousemove:function(e){wp.sT(e.event)},ondragend:r})}function kU(e){var t=e.get("hoverLinkOnHandle");return!!(null==t?e.get("realtime"):t)}function kY(e){return"vertical"===e?"ns-resize":"ew-resize"}var kX={type:"selectDataRange",event:"dataRangeSelected",update:"update"},kK=function(e,t){t.eachComponent({mainType:"visualMap",query:e},function(t){t.setSelected(e.selected)})},kQ=[{createOnAllSeries:!0,reset:function(e,t){var n=[];return t.eachComponent("visualMap",function(t){var r,i,o,a,s,l=e.pipelineContext;!t.isTargetSeries(e)||l&&l.large||n.push((r=t.stateList,i=t.targetVisuals,o=mo.ak(t.getValueState,t),a=t.getDataDimensionIndex(e.getData()),s={},mo.S6(r,function(e){var t=kf.prepareVisualTypes(i[e]);s[e]=t}),{progress:function(e,t){function n(e){return(0,kM.Or)(t,u,e)}function r(e,n){(0,kM.LZ)(t,u,e,n)}null!=a&&(l=t.getDimensionIndex(a));for(var l,u,c=t.getStore();null!=(u=e.next());){var d=t.getRawDataItem(u);if(!d||!1!==d.visualMap)for(var h=null!=a?c.get(l,u):u,p=o(h),f=i[p],g=s[p],m=0,v=g.length;m<v;m++){var y=g[m];f[y]&&f[y].applyVisual(h,n,r)}}}}))}),n}},{createOnAllSeries:!0,reset:function(e,t){var n=e.getData(),r=[];t.eachComponent("visualMap",function(t){if(t.isTargetSeries(e)){var i=t.getVisualMeta(mo.ak(kJ,null,e,t))||{stops:[],outerColors:[]},o=t.getDataDimensionIndex(n);o>=0&&(i.dimension=o,r.push(i))}}),e.getData().setVisual("visualMeta",r)}}];function kJ(e,t,n,r){for(var i=t.targetVisuals[r],o=kf.prepareVisualTypes(i),a={color:(0,kM.UL)(e.getData(),"color")},s=0,l=o.length;s<l;s++){var u=o[s],c=i["opacity"===u?"__alphaForOpacity":u];c&&c.applyVisual(n,d,h)}return a.color;function d(e){return a[e]}function h(e,t){a[e]=t}}var k0=mo.S6;function k1(e){var t=e&&e.visualMap;mo.kJ(t)||(t=t?[t]:[]),k0(t,function(e){if(e){k2(e,"splitList")&&!k2(e,"pieces")&&(e.pieces=e.splitList,delete e.splitList);var t=e.pieces;t&&mo.kJ(t)&&k0(t,function(e){mo.Kn(e)&&(k2(e,"start")&&!k2(e,"min")&&(e.min=e.start),k2(e,"end")&&!k2(e,"max")&&(e.max=e.end))})}})}function k2(e,t){return e&&e.hasOwnProperty&&e.hasOwnProperty(t)}var k5=!1;function k3(e){k5||(k5=!0,e.registerSubTypeDefaulter("visualMap",function(e){return e.categories||(e.pieces?e.pieces.length>0:e.splitNumber>0)&&!e.calculable?"piecewise":"continuous"}),e.registerAction(kX,kK),(0,mo.S6)(kQ,function(t){e.registerVisual(e.PRIORITY.VISUAL.COMPONENT,t)}),e.registerPreprocessor(k1))}function k4(e){e.registerComponentModel(kZ),e.registerComponentView(kG),k3(e)}var k6=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._pieceList=[],n}return(0,mk.ZT)(t,e),t.prototype.optionUpdated=function(t,n){e.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var r=this._mode=this._determineMode();this._pieceList=[],k8[this._mode].call(this,this._pieceList),this._resetSelected(t,n);var i=this.option.categories;this.resetVisual(function(e,t){"categories"===r?(e.mappingMethod="category",e.categories=mo.d9(i)):(e.dataExtent=this.getExtent(),e.mappingMethod="piecewise",e.pieceList=mo.UI(this._pieceList,function(e){return e=mo.d9(e),"inRange"!==t&&(e.visual=null),e}))})},t.prototype.completeVisualOption=function(){var t=this.option,n={},r=kf.listVisualTypes(),i=this.isCategory();function o(e,t,n){return e&&e[t]&&e[t].hasOwnProperty(n)}mo.S6(t.pieces,function(e){mo.S6(r,function(t){e.hasOwnProperty(t)&&(n[t]=1)})}),mo.S6(n,function(e,n){var r=!1;mo.S6(this.stateList,function(e){r=r||o(t,e,n)||o(t.target,e,n)},this),r||mo.S6(this.stateList,function(e){(t[e]||(t[e]={}))[n]=kd(n,"inRange"===e?"active":"inactive",i)})},this),e.prototype.completeVisualOption.apply(this,arguments)},t.prototype._resetSelected=function(e,t){var n=this.option,r=this._pieceList,i=(t?n:e).selected||{};if(n.selected=i,mo.S6(r,function(e,t){var n=this.getSelectedMapKey(e);i.hasOwnProperty(n)||(i[n]=!0)},this),"single"===n.selectedMode){var o=!1;mo.S6(r,function(e,t){var n=this.getSelectedMapKey(e);i[n]&&(o?i[n]=!1:o=!0)},this)}},t.prototype.getItemSymbol=function(){return this.get("itemSymbol")},t.prototype.getSelectedMapKey=function(e){return"categories"===this._mode?e.value+"":e.index+""},t.prototype.getPieceList=function(){return this._pieceList},t.prototype._determineMode=function(){var e=this.option;return e.pieces&&e.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},t.prototype.setSelected=function(e){this.option.selected=mo.d9(e)},t.prototype.getValueState=function(e){var t=kf.findPieceIndex(e,this._pieceList);return null!=t&&this.option.selected[this.getSelectedMapKey(this._pieceList[t])]?"inRange":"outOfRange"},t.prototype.findTargetDataIndices=function(e){var t=[],n=this._pieceList;return this.eachTargetSeries(function(r){var i=[],o=r.getData();o.each(this.getDataDimensionIndex(o),function(t,r){kf.findPieceIndex(t,n)===e&&i.push(r)},this),t.push({seriesId:r.id,dataIndex:i})},this),t},t.prototype.getRepresentValue=function(e){var t;if(this.isCategory())t=e.value;else if(null!=e.value)t=e.value;else{var n=e.interval||[];t=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return t},t.prototype.getVisualMeta=function(e){if(!this.isCategory()){var t=[],n=["",""],r=this,i=this._pieceList.slice();if(i.length){var o=i[0].interval[0];o!==-1/0&&i.unshift({interval:[-1/0,o]}),(o=i[i.length-1].interval[1])!==1/0&&i.push({interval:[o,1/0]})}else i.push({interval:[-1/0,1/0]});var a=-1/0;return mo.S6(i,function(e){var t=e.interval;t&&(t[0]>a&&s([a,t[0]],"outOfRange"),s(t.slice()),a=t[1])},this),{stops:t,outerColors:n}}function s(i,o){var a=r.getRepresentValue({interval:i});o||(o=r.getValueState(a));var s=e(a,o);i[0]===-1/0?n[0]=s:i[1]===1/0?n[1]=s:t.push({value:i[0],color:s},{value:i[1],color:s})}},t.type="visualMap.piecewise",t.defaultOption=(0,mA.ZL)(kL.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),t}(kL),k8={splitNumber:function(e){var t=this.option,n=Math.min(t.precision,20),r=this.getExtent(),i=t.splitNumber;t.splitNumber=i=Math.max(parseInt(i,10),1);for(var o=(r[1]-r[0])/i;+o.toFixed(n)!==o&&n<5;)n++;t.precision=n,o=+o.toFixed(n),t.minOpen&&e.push({interval:[-1/0,r[0]],close:[0,0]});for(var a=0,s=r[0];a<i;s+=o,a++){var l=a===i-1?r[1]:s+o;e.push({interval:[s,l],close:[1,1]})}t.maxOpen&&e.push({interval:[r[1],1/0],close:[0,0]}),(0,ma.nR)(e),mo.S6(e,function(e,t){e.index=t,e.text=this.formatValueText(e.interval)},this)},categories:function(e){var t=this.option;mo.S6(t.categories,function(t){e.push({text:this.formatValueText(t,!0),value:t})},this),k9(t,e)},pieces:function(e){var t=this.option;mo.S6(t.pieces,function(t,n){mo.Kn(t)||(t={value:t});var r={text:"",index:n};if(null!=t.label&&(r.text=t.label),t.hasOwnProperty("value")){var i=r.value=t.value;r.interval=[i,i],r.close=[1,1]}else{for(var o=r.interval=[],a=r.close=[0,0],s=[1,0,1],l=[-1/0,1/0],u=[],c=0;c<2;c++){for(var d=[["gte","gt","min"],["lte","lt","max"]][c],h=0;h<3&&null==o[c];h++)o[c]=t[d[h]],a[c]=s[h],u[c]=2===h;null==o[c]&&(o[c]=l[c])}u[0]&&o[1]===1/0&&(a[0]=0),u[1]&&o[0]===-1/0&&(a[1]=0),o[0]===o[1]&&a[0]&&a[1]&&(r.value=o[0])}r.visual=kf.retrieveVisuals(t),e.push(r)},this),k9(t,e),(0,ma.nR)(e),mo.S6(e,function(e){var t=e.close,n=[["<","≤"][t[1]],[">","≥"][t[0]]];e.text=e.text||this.formatValueText(null!=e.value?e.value:e.interval,!1,n)},this)}};function k9(e,t){var n=e.inverse;("vertical"===e.orient?!n:n)&&t.reverse()}var k7=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.doRender=function(){var e=this.group;e.removeAll();var t=this.visualMapModel,n=t.get("textGap"),r=t.textStyleModel,i=r.getFont(),o=r.getTextColor(),a=this._getItemAlign(),s=t.itemSize,l=this._getViewData(),u=l.endsText,c=mo.Jv(t.get("showLabel",!0),!u);u&&this._renderEndsText(e,u[0],s,c,a),mo.S6(l.viewPieceList,function(r){var l=r.piece,u=new mR.Z;u.onclick=mo.ak(this._onItemClick,this,l),this._enableHoverLink(u,r.indexInModelPieceList);var d=t.getRepresentValue(l);if(this._createItemSymbol(u,d,[0,0,s[0],s[1]]),c){var h=this.visualMapModel.getValueState(d);u.add(new vb.ZP({style:{x:"right"===a?-n:s[0]+n,y:s[1]/2,text:l.text,verticalAlign:"middle",align:a,font:i,fill:o,opacity:"outOfRange"===h?.5:1}}))}e.add(u)},this),u&&this._renderEndsText(e,u[1],s,c,a),v0.BZ(t.get("orient"),e,t.get("itemGap")),this.renderBackground(e),this.positionGroup(e)},t.prototype._enableHoverLink=function(e,t){var n=this;e.on("mouseover",function(){return r("highlight")}).on("mouseout",function(){return r("downplay")});var r=function(e){var r=n.visualMapModel;r.option.hoverLink&&n.api.dispatchAction({type:e,batch:kj(r.findTargetDataIndices(t),r)})}},t.prototype._getItemAlign=function(){var e=this.visualMapModel,t=e.option;if("vertical"===t.orient)return kF(e,this.api,e.itemSize);var n=t.align;return n&&"auto"!==n||(n="left"),n},t.prototype._renderEndsText=function(e,t,n,r,i){if(t){var o=new mR.Z,a=this.visualMapModel.textStyleModel;o.add(new vb.ZP({style:(0,mN.Lr)(a,{x:r?"right"===i?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:r?i:"center",text:t})})),e.add(o)}},t.prototype._getViewData=function(){var e=this.visualMapModel,t=mo.UI(e.getPieceList(),function(e,t){return{piece:e,indexInModelPieceList:t}}),n=e.get("text"),r=e.get("orient"),i=e.get("inverse");return("horizontal"===r?i:!i)?t.reverse():n&&(n=n.slice().reverse()),{viewPieceList:t,endsText:n}},t.prototype._createItemSymbol=function(e,t,n){e.add((0,vl.th)(this.getControllerVisual(t,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(t,"color")))},t.prototype._onItemClick=function(e){var t=this.visualMapModel,n=t.option,r=n.selectedMode;if(r){var i=mo.d9(n.selected),o=t.getSelectedMapKey(e);"single"===r||!0===r?(i[o]=!0,mo.S6(i,function(e,t){i[t]=t===o})):i[o]=!i[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:i})}},t.type="visualMap.piecewise",t}(kN);function Me(e){e.registerComponentModel(k6),e.registerComponentView(k7),k3(e)}function Mt(e,t){if(!e)return!1;for(var n=(0,mo.kJ)(e)?e:[e],r=0;r<n.length;r++)if(n[r]&&n[r][t])return!0;return!1}function Mn(e){(0,vw.Cc)(e,"label",["show"])}var Mr=(0,vw.Yf)(),Mi=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.createdBySelf=!1,n}return(0,mk.ZT)(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n),this._mergeOption(e,n,!1,!0)},t.prototype.isAnimationEnabled=function(){if(Sg.Z.node)return!1;var e=this.__hostSeries;return this.getShallow("animation")&&e&&e.isAnimationEnabled()},t.prototype.mergeOption=function(e,t){this._mergeOption(e,t,!1,!1)},t.prototype._mergeOption=function(e,t,n,r){var i=this.mainType;n||t.eachSeries(function(e){var n=e.get(this.mainType,!0),o=Mr(e)[i];if(!n||!n.data){Mr(e)[i]=null;return}o?o._mergeOption(n,t,!0):(r&&Mn(n),mo.S6(n.data,function(e){e instanceof Array?(Mn(e[0]),Mn(e[1])):Mn(e)}),o=this.createMarkerModelFromSeries(n,this,t),mo.l7(o,{mainType:this.mainType,seriesIndex:e.seriesIndex,name:e.name,createdBySelf:!0}),o.__hostSeries=e),Mr(e)[i]=o},this)},t.prototype.formatTooltip=function(e,t,n){var r=this.getData(),i=this.getRawValue(e),o=r.getName(e);return(0,C2.TX)("section",{header:this.name,blocks:[(0,C2.TX)("nameValue",{name:o,value:i,noName:!o,noValue:null==i})]})},t.prototype.getData=function(){return this._data},t.prototype.setData=function(e){this._data=e},t.getMarkerModelFromSeries=function(e,t){return Mr(e)[t]},t.type="marker",t.dependencies=["series","grid","polar","geo"],t}(yI.Z);mo.jB(Mi,kr.X.prototype);var Mo=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.createMarkerModelFromSeries=function(e,n,r){return new t(e,n,r)},t.type="markArea",t.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},t}(Mi),Ma=n(4503);function Ms(e){return!(isNaN(parseFloat(e.x))&&isNaN(parseFloat(e.y)))}function Ml(e,t,n,r,i,o){var a=[],s=(0,ms.M)(t,r)?t.getCalculationInfo("stackResultDimension"):r,l=Mf(t,s,e),u=t.indicesOfNearest(s,l)[0];a[i]=t.get(n,u),a[o]=t.get(s,u);var c=t.get(r,u),d=ma.p8(t.get(r,u));return(d=Math.min(d,20))>=0&&(a[o]=+a[o].toFixed(d)),[a,c]}var Mu={min:(0,mo.WA)(Ml,"min"),max:(0,mo.WA)(Ml,"max"),average:(0,mo.WA)(Ml,"average"),median:(0,mo.WA)(Ml,"median")};function Mc(e,t){if(t){var n,r=e.getData(),i=e.coordinateSystem,o=i&&i.dimensions;if(!(!isNaN(parseFloat((n=t).x))&&!isNaN(parseFloat(n.y)))&&!(0,mo.kJ)(t.coord)&&(0,mo.kJ)(o)){var a=Md(t,r,i,e);if((t=(0,mo.d9)(t)).type&&Mu[t.type]&&a.baseAxis&&a.valueAxis){var s=(0,mo.cq)(o,a.baseAxis.dim),l=(0,mo.cq)(o,a.valueAxis.dim),u=Mu[t.type](r,a.baseDataDim,a.valueDataDim,s,l);t.coord=u[0],t.value=u[1]}else t.coord=[null!=t.xAxis?t.xAxis:t.radiusAxis,null!=t.yAxis?t.yAxis:t.angleAxis]}if(null!=t.coord&&(0,mo.kJ)(o))for(var c=t.coord,d=0;d<2;d++)Mu[c[d]]&&(c[d]=Mf(r,r.mapDimension(o[d]),c[d]));else t.coord=[];return t}}function Md(e,t,n,r){var i,o,a,s={};return null!=e.valueIndex||null!=e.valueDim?(s.valueDataDim=null!=e.valueIndex?t.getDimension(e.valueIndex):e.valueDim,s.valueAxis=n.getAxis((i=r,o=s.valueDataDim,(a=i.getData().getDimensionInfo(o))&&a.coordDim)),s.baseAxis=n.getOtherAxis(s.valueAxis),s.baseDataDim=t.mapDimension(s.baseAxis.dim)):(s.baseAxis=r.getBaseAxis(),s.valueAxis=n.getOtherAxis(s.baseAxis),s.baseDataDim=t.mapDimension(s.baseAxis.dim),s.valueDataDim=t.mapDimension(s.valueAxis.dim)),s}function Mh(e,t){return!e||!e.containData||!t.coord||!!Ms(t)||e.containData(t.coord)}function Mp(e,t){return e?function(e,n,r,i){var o=i<2?e.coord&&e.coord[i]:e.value;return(0,Ma.yQ)(o,t[i])}:function(e,n,r,i){return(0,Ma.yQ)(e.value,t[i])}}function Mf(e,t,n){if("average"===n){var r=0,i=0;return e.each(t,function(e,t){!isNaN(e)&&(r+=e,i++)}),r/i}return"median"===n?e.getMedian(t):e.getDataExtent(t)[+("max"===n)]}var Mg=(0,vw.Yf)(),Mm=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.init=function(){this.markerGroupMap=(0,mo.kW)()},t.prototype.render=function(e,t,n){var r=this,i=this.markerGroupMap;i.each(function(e){Mg(e).keep=!1}),t.eachSeries(function(e){var i=Mi.getMarkerModelFromSeries(e,r.type);i&&r.renderSeries(e,i,t,n)}),i.each(function(e){Mg(e).keep||r.group.remove(e.group)})},t.prototype.markKeep=function(e){Mg(e).keep=!0},t.prototype.toggleBlurSeries=function(e,t){var n=this;(0,mo.S6)(e,function(e){var r=Mi.getMarkerModelFromSeries(e,n.type);r&&r.getData().eachItemGraphicEl(function(e){e&&(t?(0,mB.SX)(e):(0,mB.VP)(e))})})},t.type="marker",t}(yT.Z),Mv=(0,vw.Yf)(),My=function(e,t,n,r){var i=r[0],o=r[1];if(i&&o){var a=Mc(e,i),s=Mc(e,o),l=a.coord,u=s.coord;l[0]=(0,mo.Jv)(l[0],-1/0),l[1]=(0,mo.Jv)(l[1],-1/0),u[0]=(0,mo.Jv)(u[0],1/0),u[1]=(0,mo.Jv)(u[1],1/0);var c=(0,mo.Jn)([{},a,s]);return c.coord=[a.coord,s.coord],c.x0=a.x,c.y0=a.y,c.x1=s.x,c.y1=s.y,c}};function Mx(e){return!isNaN(e)&&!isFinite(e)}function Mb(e,t,n,r){var i=1-e;return Mx(t[i])&&Mx(n[i])}function Mw(e,t){var n=t.coord[0],r=t.coord[1],i={coord:n,x:t.x0,y:t.y0},o={coord:r,x:t.x1,y:t.y1};if((0,mG.H)(e,"cartesian2d"))return!!(n&&r&&(Mb(1,n,r,e)||Mb(0,n,r,e)))||!e||!e.containZone||!i.coord||!o.coord||!!Ms(i)||!!Ms(o)||e.containZone(i.coord,o.coord);return Mh(e,i)||Mh(e,o)}function MS(e,t,n,r,i){var o,a=r.coordinateSystem,s=e.getItemModel(t),l=ma.GM(s.get(n[0]),i.getWidth()),u=ma.GM(s.get(n[1]),i.getHeight());if(isNaN(l)||isNaN(u)){if(r.getMarkerPosition){var c=e.getValues(["x0","y0"],t),d=e.getValues(["x1","y1"],t),h=a.clampData(c),p=a.clampData(d),f=[];"x0"===n[0]?f[0]=h[0]>p[0]?d[0]:c[0]:f[0]=h[0]>p[0]?c[0]:d[0],"y0"===n[1]?f[1]=h[1]>p[1]?d[1]:c[1]:f[1]=h[1]>p[1]?c[1]:d[1],o=r.getMarkerPosition(f,n,!0)}else{var g=e.get(n[0],t),m=e.get(n[1],t),v=[g,m];a.clampData&&a.clampData(v,v),o=a.dataToPoint(v,!0)}if((0,mG.H)(a,"cartesian2d")){var y=a.getAxis("x"),x=a.getAxis("y"),g=e.get(n[0],t),m=e.get(n[1],t);Mx(g)?o[0]=y.toGlobalCoord(y.getExtent()[+("x0"!==n[0])]):Mx(m)&&(o[1]=x.toGlobalCoord(x.getExtent()[+("y0"!==n[1])]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}var MC=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],Mk=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Mi.getMarkerModelFromSeries(e,"markArea");if(t){var r=t.getData();r.each(function(t){var i=(0,mo.UI)(MC,function(i){return MS(r,t,i,e,n)});r.setItemLayout(t,i),r.getItemGraphicEl(t).setShape("points",i)})}},this)},t.prototype.renderSeries=function(e,t,n,r){var i=e.coordinateSystem,o=e.id,a=e.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,{group:new mR.Z});this.group.add(l.group),this.markKeep(l);var u=function(e,t,n){if(e){var r,i,o=(0,mo.UI)(e&&e.dimensions,function(e){var n=t.getData(),r=n.getDimensionInfo(n.mapDimension(e))||{};return(0,mo.l7)((0,mo.l7)({},r),{name:e,ordinalMeta:null})});i=(0,mo.UI)(["x0","y0","x1","y1"],function(e,t){return{name:e,type:o[t%2].type}}),r=new vX.Z(i,n)}else i=[{name:"value",type:"float"}],r=new vX.Z(i,n);var a=(0,mo.UI)(n.get("data"),(0,mo.WA)(My,t,e,n));e&&(a=(0,mo.hX)(a,(0,mo.WA)(Mw,e)));var s=e?function(e,t,n,r){var o=e.coord[Math.floor(r/2)][r%2];return(0,Ma.yQ)(o,i[r])}:function(e,t,n,r){return(0,Ma.yQ)(e.value,i[r])};return r.initData(a,null,s),r.hasItemOption=!0,r}(i,e,t);t.setData(u),u.each(function(t){var n=(0,mo.UI)(MC,function(n){return MS(u,t,n,e,r)}),o=i.getAxis("x").scale,s=i.getAxis("y").scale,l=o.getExtent(),c=s.getExtent(),d=[o.parse(u.get("x0",t)),o.parse(u.get("x1",t))],h=[s.parse(u.get("y0",t)),s.parse(u.get("y1",t))];ma.dt(d),ma.dt(h);var p=!(l[0]>d[1]||l[1]<d[0]||c[0]>h[1]||c[1]<h[0]);u.setItemLayout(t,{points:n,allClipped:!p});var f=u.getItemModel(t).getModel("itemStyle").getItemStyle(),g=(0,kM.UL)(a,"color");!f.fill&&(f.fill=g,(0,mo.HD)(f.fill)&&(f.fill=vO.m8(f.fill,.4))),f.stroke||(f.stroke=g),u.setItemVisual(t,"style",f)}),u.diff(Mv(l).data).add(function(e){var t=u.getItemLayout(e);if(!t.allClipped){var n=new wZ.Z({shape:{points:t.points}});u.setItemGraphicEl(e,n),l.group.add(n)}}).update(function(e,n){var r=Mv(l).data.getItemGraphicEl(n),i=u.getItemLayout(e);i.allClipped?r&&l.group.remove(r):(r?mO.D(r,{shape:{points:i.points}},t,e):r=new wZ.Z({shape:{points:i.points}}),u.setItemGraphicEl(e,r),l.group.add(r))}).remove(function(e){var t=Mv(l).data.getItemGraphicEl(e);l.group.remove(t)}).execute(),u.eachItemGraphicEl(function(e,n){var r=u.getItemModel(n),i=u.getItemVisual(n,"style");e.useStyle(u.getItemVisual(n,"style")),(0,mN.ni)(e,(0,mN.k3)(r),{labelFetcher:t,labelDataIndex:n,defaultText:u.getName(n)||"",inheritColor:(0,mo.HD)(i.fill)?vO.m8(i.fill,1):"#000"}),(0,mB.WO)(e,r),(0,mB.k5)(e,null,null,r.get(["emphasis","disabled"])),(0,mZ.A)(e).dataModel=t}),Mv(l).data=u,l.group.silent=t.get("silent")||e.get("silent")},t.type="markArea",t}(Mm),MM=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.createMarkerModelFromSeries=function(e,n,r){return new t(e,n,r)},t.type="markLine",t.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},t}(Mi),MT=n(2212),MI=vG.Z.prototype,MA=MT.Z.prototype,MD=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1};function MP(e){return isNaN(+e.cpx1)||isNaN(+e.cpy1)}(0,mk.ZT)(function(){return null!==MD&&MD.apply(this,arguments)||this},MD);var MR=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-line",n}return(0,mk.ZT)(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new MD},t.prototype.buildPath=function(e,t){MP(t)?MI.buildPath.call(this,e,t):MA.buildPath.call(this,e,t)},t.prototype.pointAt=function(e){return MP(this.shape)?MI.pointAt.call(this,e):MA.pointAt.call(this,e)},t.prototype.tangentAt=function(e){var t=this.shape,n=MP(t)?[t.x2-t.x1,t.y2-t.y1]:MA.tangentAt.call(this,e);return v9.Fv(n,n)},t}(mP.ZP),M_=["fromSymbol","toSymbol"];function MO(e){return"_"+e+"Type"}function ME(e,t,n){var r=t.getItemVisual(n,e);if(!r||"none"===r)return r;var i=t.getItemVisual(n,e+"Size"),o=t.getItemVisual(n,e+"Rotate"),a=t.getItemVisual(n,e+"Offset"),s=t.getItemVisual(n,e+"KeepAspect"),l=vl.zp(i),u=vl.Cq(a||0,l);return r+l+u+(o||"")+(s||"")}function ML(e,t,n){var r=t.getItemVisual(n,e);if(r&&"none"!==r){var i=t.getItemVisual(n,e+"Size"),o=t.getItemVisual(n,e+"Rotate"),a=t.getItemVisual(n,e+"Offset"),s=t.getItemVisual(n,e+"KeepAspect"),l=vl.zp(i),u=vl.Cq(a||0,l),c=vl.th(r,-l[0]/2+u[0],-l[1]/2+u[1],l[0],l[1],null,s);return c.__specifiedRotation=null==o||isNaN(o)?void 0:o*Math.PI/180||0,c.name=e,c}}function MZ(e,t){e.x1=t[0][0],e.y1=t[0][1],e.x2=t[1][0],e.y2=t[1][1],e.percent=1;var n=t[2];n?(e.cpx1=n[0],e.cpy1=n[1]):(e.cpx1=NaN,e.cpy1=NaN)}var MB=function(e){function t(t,n,r){var i=e.call(this)||this;return i._createLine(t,n,r),i}return(0,mk.ZT)(t,e),t.prototype._createLine=function(e,t,n){var r,i,o=e.hostModel,a=(r=e.getItemLayout(t),MZ((i=new MR({name:"line",subPixelOptimize:!0})).shape,r),i);a.shape.percent=0,mO.KZ(a,{shape:{percent:1}},o,t),this.add(a),(0,mo.S6)(M_,function(n){var r=ML(n,e,t);this.add(r),this[MO(n)]=ME(n,e,t)},this),this._updateCommonStl(e,t,n)},t.prototype.updateData=function(e,t,n){var r=e.hostModel,i=this.childOfName("line"),o=e.getItemLayout(t),a={shape:{}};MZ(a.shape,o),mO.D(i,a,r,t),(0,mo.S6)(M_,function(n){var r=ME(n,e,t),i=MO(n);if(this[i]!==r){this.remove(this.childOfName(n));var o=ML(n,e,t);this.add(o)}this[i]=r},this),this._updateCommonStl(e,t,n)},t.prototype.getLinePath=function(){return this.childAt(0)},t.prototype._updateCommonStl=function(e,t,n){var r=e.hostModel,i=this.childOfName("line"),o=n&&n.emphasisLineStyle,a=n&&n.blurLineStyle,s=n&&n.selectLineStyle,l=n&&n.labelStatesModels,u=n&&n.emphasisDisabled,c=n&&n.focus,d=n&&n.blurScope;if(!n||e.hasItemOption){var h=e.getItemModel(t),p=h.getModel("emphasis");o=p.getModel("lineStyle").getLineStyle(),a=h.getModel(["blur","lineStyle"]).getLineStyle(),s=h.getModel(["select","lineStyle"]).getLineStyle(),u=p.get("disabled"),c=p.get("focus"),d=p.get("blurScope"),l=(0,mN.k3)(h)}var f=e.getItemVisual(t,"style"),g=f.stroke;i.useStyle(f),i.style.fill=null,i.style.strokeNoScale=!0,i.ensureState("emphasis").style=o,i.ensureState("blur").style=a,i.ensureState("select").style=s,(0,mo.S6)(M_,function(e){var t=this.childOfName(e);if(t){t.setColor(g),t.style.opacity=f.opacity;for(var n=0;n<mB.L1.length;n++){var r=mB.L1[n],o=i.getState(r);if(o){var a=o.style||{},s=t.ensureState(r),l=s.style||(s.style={});null!=a.stroke&&(l[t.__isEmptyBrush?"stroke":"fill"]=a.stroke),null!=a.opacity&&(l.opacity=a.opacity)}}t.markRedraw()}},this);var m=r.getRawValue(t);(0,mN.ni)(this,l,{labelDataIndex:t,labelFetcher:{getFormattedLabel:function(t,n){return r.getFormattedLabel(t,n,e.dataType)}},inheritColor:g||"#000",defaultOpacity:f.opacity,defaultText:(null==m?e.getName(t):isFinite(m)?(0,ma.NM)(m):m)+""});var v=this.getTextContent();if(v){var y=l.normal;v.__align=v.style.align,v.__verticalAlign=v.style.verticalAlign,v.__position=y.get("position")||"middle";var x=y.get("distance");(0,mo.kJ)(x)||(x=[x,x]),v.__labelDistance=x}this.setTextConfig({position:null,local:!0,inside:!1}),(0,mB.k5)(this,c,d,u)},t.prototype.highlight=function(){(0,mB.fD)(this)},t.prototype.downplay=function(){(0,mB.Mh)(this)},t.prototype.updateLayout=function(e,t){this.setLinePoints(e.getItemLayout(t))},t.prototype.setLinePoints=function(e){var t=this.childOfName("line");MZ(t.shape,e),t.dirty()},t.prototype.beforeUpdate=function(){var e=this.childOfName("fromSymbol"),t=this.childOfName("toSymbol"),n=this.getTextContent();if(e||t||n&&!n.ignore){for(var r=1,i=this.parent;i;)i.scaleX&&(r/=i.scaleX),i=i.parent;var o=this.childOfName("line");if(this.__dirty||o.__dirty){var a=o.shape.percent,s=o.pointAt(0),l=o.pointAt(a),u=v9.lu([],l,s);if(v9.Fv(u,u),e&&(e.setPosition(s),S(e,0),e.scaleX=e.scaleY=r*a,e.markRedraw()),t&&(t.setPosition(l),S(t,1),t.scaleX=t.scaleY=r*a,t.markRedraw()),n&&!n.ignore){n.x=n.y=0,n.originX=n.originY=0;var c=void 0,d=void 0,h=n.__labelDistance,p=h[0]*r,f=h[1]*r,g=a/2,m=o.tangentAt(g),v=[m[1],-m[0]],y=o.pointAt(g);v[1]>0&&(v[0]=-v[0],v[1]=-v[1]);var x=m[0]<0?-1:1;if("start"!==n.__position&&"end"!==n.__position){var b=-Math.atan2(m[1],m[0]);l[0]<s[0]&&(b=Math.PI+b),n.rotation=b}var w=void 0;switch(n.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":w=-f,d="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":w=f,d="top";break;default:w=0,d="middle"}switch(n.__position){case"end":n.x=u[0]*p+l[0],n.y=u[1]*f+l[1],c=u[0]>.8?"left":u[0]<-.8?"right":"center",d=u[1]>.8?"top":u[1]<-.8?"bottom":"middle";break;case"start":n.x=-u[0]*p+s[0],n.y=-u[1]*f+s[1],c=u[0]>.8?"right":u[0]<-.8?"left":"center",d=u[1]>.8?"bottom":u[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":n.x=p*x+s[0],n.y=s[1]+w,c=m[0]<0?"right":"left",n.originX=-p*x,n.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":n.x=y[0],n.y=y[1]+w,c="center",n.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":n.x=-p*x+l[0],n.y=l[1]+w,c=m[0]>=0?"right":"left",n.originX=p*x,n.originY=-w}n.scaleX=n.scaleY=r,n.setStyle({verticalAlign:n.__verticalAlign||d,align:n.__align||c})}}}function S(e,t){var n=e.__specifiedRotation;if(null==n){var r=o.tangentAt(t);e.attr("rotation",(1===t?-1:1)*Math.PI/2-Math.atan2(r[1],r[0]))}else e.attr("rotation",n)}},t}(mR.Z),MN=function(){function e(e){this.group=new mR.Z,this._LineCtor=e||MB}return e.prototype.updateData=function(e){var t=this;this._progressiveEls=null;var n=this.group,r=this._lineData;this._lineData=e,r||n.removeAll();var i=Mz(e);e.diff(r).add(function(n){t._doAdd(e,n,i)}).update(function(n,o){t._doUpdate(r,e,o,n,i)}).remove(function(e){n.remove(r.getItemGraphicEl(e))}).execute()},e.prototype.updateLayout=function(){var e=this._lineData;e&&e.eachItemGraphicEl(function(t,n){t.updateLayout(e,n)},this)},e.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=Mz(e),this._lineData=null,this.group.removeAll()},e.prototype.incrementalUpdate=function(e,t){function n(e){var t;e.isGroup||(t=e).animators&&t.animators.length>0||(e.incremental=!0,e.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[];for(var r=e.start;r<e.end;r++)if(Mj(t.getItemLayout(r))){var i=new this._LineCtor(t,r,this._seriesScope);i.traverse(n),this.group.add(i),t.setItemGraphicEl(r,i),this._progressiveEls.push(i)}},e.prototype.remove=function(){this.group.removeAll()},e.prototype.eachRendered=function(e){m_.traverseElements(this._progressiveEls||this.group,e)},e.prototype._doAdd=function(e,t,n){if(Mj(e.getItemLayout(t))){var r=new this._LineCtor(e,t,n);e.setItemGraphicEl(t,r),this.group.add(r)}},e.prototype._doUpdate=function(e,t,n,r,i){var o=e.getItemGraphicEl(n);if(!Mj(t.getItemLayout(r)))return void this.group.remove(o);o?o.updateData(t,r,i):o=new this._LineCtor(t,r,i),t.setItemGraphicEl(r,o),this.group.add(o)},e}();function Mz(e){var t=e.hostModel,n=t.getModel("emphasis");return{lineStyle:t.getModel("lineStyle").getLineStyle(),emphasisLineStyle:n.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:t.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:t.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:n.get("disabled"),blurScope:n.get("blurScope"),focus:n.get("focus"),labelStatesModels:(0,mN.k3)(t)}}function MF(e){return isNaN(e[0])||isNaN(e[1])}function Mj(e){return e&&!MF(e[0])&&!MF(e[1])}var MV=(0,vw.Yf)(),MH=function(e,t,n,r){var i,o=e.getData();if((0,mo.kJ)(r))i=r;else{var a=r.type;if("min"===a||"max"===a||"average"===a||"median"===a||null!=r.xAxis||null!=r.yAxis){var s=void 0,l=void 0;if(null!=r.yAxis||null!=r.xAxis)s=t.getAxis(null!=r.yAxis?"y":"x"),l=(0,mo.Jv)(r.yAxis,r.xAxis);else{var u=Md(r,o,t,e);s=u.valueAxis;var c=(0,ms.IR)(o,u.valueDataDim);l=Mf(o,c,a)}var d=+("x"!==s.dim),h=1-d,p=(0,mo.d9)(r),f={coord:[]};p.type=null,p.coord=[],p.coord[h]=-1/0,f.coord[h]=1/0;var g=n.get("precision");g>=0&&(0,mo.hj)(l)&&(l=+l.toFixed(Math.min(g,20))),p.coord[d]=f.coord[d]=l,i=[p,f,{type:a,valueIndex:r.valueIndex,value:l}]}else i=[]}var m=[Mc(e,i[0]),Mc(e,i[1]),(0,mo.l7)({},i[2])];return m[2].type=m[2].type||null,(0,mo.TS)(m[2],m[0]),(0,mo.TS)(m[2],m[1]),m};function M$(e){return!isNaN(e)&&!isFinite(e)}function MW(e,t,n,r){var i=1-e,o=r.dimensions[e];return M$(t[i])&&M$(n[i])&&t[e]===n[e]&&r.getAxis(o).containData(t[e])}function MG(e,t){if("cartesian2d"===e.type){var n=t[0].coord,r=t[1].coord;if(n&&r&&(MW(1,n,r,e)||MW(0,n,r,e)))return!0}return Mh(e,t[0])&&Mh(e,t[1])}function Mq(e,t,n,r,i){var o,a=r.coordinateSystem,s=e.getItemModel(t),l=ma.GM(s.get("x"),i.getWidth()),u=ma.GM(s.get("y"),i.getHeight());if(isNaN(l)||isNaN(u)){if(r.getMarkerPosition)o=r.getMarkerPosition(e.getValues(e.dimensions,t));else{var c=a.dimensions,d=e.get(c[0],t),h=e.get(c[1],t);o=a.dataToPoint([d,h])}if((0,mG.H)(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y"),c=a.dimensions;M$(e.get(c[0],t))?o[0]=p.toGlobalCoord(p.getExtent()[+!n]):M$(e.get(c[1],t))&&(o[1]=f.toGlobalCoord(f.getExtent()[+!n]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];e.setItemLayout(t,o)}var MU=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Mi.getMarkerModelFromSeries(e,"markLine");if(t){var r=t.getData(),i=MV(t).from,o=MV(t).to;i.each(function(t){Mq(i,t,!0,e,n),Mq(o,t,!1,e,n)}),r.each(function(e){r.setItemLayout(e,[i.getItemLayout(e),o.getItemLayout(e)])}),this.markerGroupMap.get(e.id).updateLayout()}},this)},t.prototype.renderSeries=function(e,t,n,r){var i,o,a,s,l,u,c,d,h,p=e.coordinateSystem,f=e.id,g=e.getData(),m=this.markerGroupMap,v=m.get(f)||m.set(f,new MN);this.group.add(v.group);var y=(i=p,o=e,a=t,s=i?(0,mo.UI)(i&&i.dimensions,function(e){var t=o.getData().getDimensionInfo(o.getData().mapDimension(e))||{};return(0,mo.l7)((0,mo.l7)({},t),{name:e,ordinalMeta:null})}):[{name:"value",type:"float"}],l=new vX.Z(s,a),u=new vX.Z(s,a),c=new vX.Z([],a),d=(0,mo.UI)(a.get("data"),(0,mo.WA)(MH,o,i,a)),i&&(d=(0,mo.hX)(d,(0,mo.WA)(MG,i))),h=Mp(!!i,s),l.initData((0,mo.UI)(d,function(e){return e[0]}),null,h),u.initData((0,mo.UI)(d,function(e){return e[1]}),null,h),c.initData((0,mo.UI)(d,function(e){return e[2]})),c.hasItemOption=!0,{from:l,to:u,line:c}),x=y.from,b=y.to,w=y.line;MV(t).from=x,MV(t).to=b,t.setData(w);var S=t.get("symbol"),C=t.get("symbolSize"),k=t.get("symbolRotate"),M=t.get("symbolOffset");function T(t,n,i){var o=t.getItemModel(n);Mq(t,n,i,e,r);var a=o.getModel("itemStyle").getItemStyle();null==a.fill&&(a.fill=(0,kM.UL)(g,"color")),t.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:(0,mo.pD)(o.get("symbolOffset",!0),M[+!i]),symbolRotate:(0,mo.pD)(o.get("symbolRotate",!0),k[+!i]),symbolSize:(0,mo.pD)(o.get("symbolSize"),C[+!i]),symbol:(0,mo.pD)(o.get("symbol",!0),S[+!i]),style:a})}(0,mo.kJ)(S)||(S=[S,S]),(0,mo.kJ)(C)||(C=[C,C]),(0,mo.kJ)(k)||(k=[k,k]),(0,mo.kJ)(M)||(M=[M,M]),y.from.each(function(e){T(x,e,!0),T(b,e,!1)}),w.each(function(e){var t=w.getItemModel(e).getModel("lineStyle").getLineStyle();w.setItemLayout(e,[x.getItemLayout(e),b.getItemLayout(e)]),null==t.stroke&&(t.stroke=x.getItemVisual(e,"style").fill),w.setItemVisual(e,{fromSymbolKeepAspect:x.getItemVisual(e,"symbolKeepAspect"),fromSymbolOffset:x.getItemVisual(e,"symbolOffset"),fromSymbolRotate:x.getItemVisual(e,"symbolRotate"),fromSymbolSize:x.getItemVisual(e,"symbolSize"),fromSymbol:x.getItemVisual(e,"symbol"),toSymbolKeepAspect:b.getItemVisual(e,"symbolKeepAspect"),toSymbolOffset:b.getItemVisual(e,"symbolOffset"),toSymbolRotate:b.getItemVisual(e,"symbolRotate"),toSymbolSize:b.getItemVisual(e,"symbolSize"),toSymbol:b.getItemVisual(e,"symbol"),style:t})}),v.updateData(w),y.line.eachItemGraphicEl(function(e){(0,mZ.A)(e).dataModel=t,e.traverse(function(e){(0,mZ.A)(e).dataModel=t})}),this.markKeep(v),v.group.silent=t.get("silent")||e.get("silent")},t.type="markLine",t}(Mm),MY=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.createMarkerModelFromSeries=function(e,n,r){return new t(e,n,r)},t.type="markPoint",t.defaultOption={z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}},t}(Mi);function MX(e,t,n){var r=t.coordinateSystem;e.each(function(i){var o,a=e.getItemModel(i),s=ma.GM(a.get("x"),n.getWidth()),l=ma.GM(a.get("y"),n.getHeight());if(isNaN(s)||isNaN(l)){if(t.getMarkerPosition)o=t.getMarkerPosition(e.getValues(e.dimensions,i));else if(r){var u=e.get(r.dimensions[0],i),c=e.get(r.dimensions[1],i);o=r.dataToPoint([u,c])}}else o=[s,l];isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),e.setItemLayout(i,o)})}var MK=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,mk.ZT)(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Mi.getMarkerModelFromSeries(e,"markPoint");t&&(MX(t.getData(),e,n),this.markerGroupMap.get(e.id).updateLayout())},this)},t.prototype.renderSeries=function(e,t,n,r){var i,o,a,s,l,u,c,d=e.coordinateSystem,h=e.id,p=e.getData(),f=this.markerGroupMap,g=f.get(h)||f.set(h,new vm),m=(i=d,o=e,a=t,s=i?(0,mo.UI)(i&&i.dimensions,function(e){var t=o.getData().getDimensionInfo(o.getData().mapDimension(e))||{};return(0,mo.l7)((0,mo.l7)({},t),{name:e,ordinalMeta:null})}):[{name:"value",type:"float"}],l=new vX.Z(s,a),u=(0,mo.UI)(a.get("data"),(0,mo.WA)(Mc,o)),i&&(u=(0,mo.hX)(u,(0,mo.WA)(Mh,i))),c=Mp(!!i,s),l.initData(u,null,c),l);t.setData(m),MX(t.getData(),e,r),m.each(function(e){var n=m.getItemModel(e),r=n.getShallow("symbol"),i=n.getShallow("symbolSize"),o=n.getShallow("symbolRotate"),a=n.getShallow("symbolOffset"),s=n.getShallow("symbolKeepAspect");if((0,mo.mf)(r)||(0,mo.mf)(i)||(0,mo.mf)(o)||(0,mo.mf)(a)){var l=t.getRawValue(e),u=t.getDataParams(e);(0,mo.mf)(r)&&(r=r(l,u)),(0,mo.mf)(i)&&(i=i(l,u)),(0,mo.mf)(o)&&(o=o(l,u)),(0,mo.mf)(a)&&(a=a(l,u))}var c=n.getModel("itemStyle").getItemStyle(),d=(0,kM.UL)(p,"color");c.fill||(c.fill=d),m.setItemVisual(e,{symbol:r,symbolSize:i,symbolRotate:o,symbolOffset:a,symbolKeepAspect:s,style:c})}),g.updateData(m),this.group.add(g.group),m.eachItemGraphicEl(function(e){e.traverse(function(e){(0,mZ.A)(e).dataModel=t})}),this.markKeep(g),g.group.silent=t.get("silent")||e.get("silent")},t.type="markPoint",t}(Mm),MQ=n(5548),MJ=n(9362),M0=n(1687),M1=n(6398),M2=n(2168),M5=n(9906);function M3(e,t,n){var r=M5.qW.createCanvas(),i=t.getWidth(),o=t.getHeight(),a=r.style;return a&&(a.position="absolute",a.left="0",a.top="0",a.width=i+"px",a.height=o+"px",r.setAttribute("data-zr-dom-id",e)),r.width=i*n,r.height=o*n,r}var M4=function(e){function t(t,n,r){var i,o=e.call(this)||this;o.motionBlur=!1,o.lastFrameAlpha=.7,o.dpr=1,o.virtual=!1,o.config={},o.incremental=!1,o.zlevel=0,o.maxRepaintRectCount=5,o.__dirty=!0,o.__firstTimePaint=!0,o.__used=!1,o.__drawIndex=0,o.__startIndex=0,o.__endIndex=0,o.__prevStartIndex=null,o.__prevEndIndex=null,r=r||MQ.KL,"string"==typeof t?i=M3(t,n,r):mo.Kn(t)&&(t=(i=t).id),o.id=t,o.dom=i;var a=i.style;return a&&(mo.$j(i),i.onselectstart=function(){return!1},a.padding="0",a.margin="0",a.borderWidth="0"),o.painter=n,o.dpr=r,o}return(0,MJ.ZT)(t,e),t.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},t.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},t.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},t.prototype.setUnpainted=function(){this.__firstTimePaint=!0},t.prototype.createBackBuffer=function(){var e=this.dpr;this.domBack=M3("back-"+this.id,this.painter,e),this.ctxBack=this.domBack.getContext("2d"),1!==e&&this.ctxBack.scale(e,e)},t.prototype.createRepaintRects=function(e,t,n,r){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var i,o=[],a=this.maxRepaintRectCount,s=!1,l=new yc.Z(0,0,0,0);function u(e){if(!(!e.isFinite()||e.isZero()))if(0===o.length){var t=new yc.Z(0,0,0,0);t.copy(e),o.push(t)}else{for(var n=!1,r=1/0,i=0,u=0;u<o.length;++u){var c=o[u];if(c.intersect(e)){var d=new yc.Z(0,0,0,0);d.copy(c),d.union(e),o[u]=d,n=!0;break}if(s){l.copy(e),l.union(c);var h=e.width*e.height,p=c.width*c.height,f=l.width*l.height-h-p;f<r&&(r=f,i=u)}}if(s&&(o[i].union(e),n=!0),!n){var t=new yc.Z(0,0,0,0);t.copy(e),o.push(t)}s||(s=o.length>=a)}}for(var c=this.__startIndex;c<this.__endIndex;++c){var d=e[c];if(d){var h=d.shouldBePainted(n,r,!0,!0),p=d.__isRendered&&(d.__dirty&M2.YV||!h)?d.getPrevPaintRect():null;p&&u(p);var f=h&&(d.__dirty&M2.YV||!d.__isRendered)?d.getPaintRect():null;f&&u(f)}}for(var c=this.__prevStartIndex;c<this.__prevEndIndex;++c){var d=t[c],h=d&&d.shouldBePainted(n,r,!0,!0);if(d&&(!h||!d.__zr)&&d.__isRendered){var p=d.getPrevPaintRect();p&&u(p)}}do{i=!1;for(var c=0;c<o.length;){if(o[c].isZero()){o.splice(c,1);continue}for(var g=c+1;g<o.length;)o[c].intersect(o[g])?(i=!0,o[c].union(o[g]),o.splice(g,1)):g++;c++}}while(i);return this._paintRects=o,o},t.prototype.debugGetPaintRects=function(){return(this._paintRects||[]).slice()},t.prototype.resize=function(e,t){var n=this.dpr,r=this.dom,i=r.style,o=this.domBack;i&&(i.width=e+"px",i.height=t+"px"),r.width=e*n,r.height=t*n,o&&(o.width=e*n,o.height=t*n,1!==n&&this.ctxBack.scale(n,n))},t.prototype.clear=function(e,t,n){var r=this.dom,i=this.ctx,o=r.width,a=r.height;t=t||this.clearColor;var s=this.motionBlur&&!e,l=this.lastFrameAlpha,u=this.dpr,c=this;s&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(r,0,0,o/u,a/u));var d=this.domBack;function h(e,n,r,o){if(i.clearRect(e,n,r,o),t&&"transparent"!==t){var a=void 0;mo.Qq(t)?(a=(t.global||t.__width===r&&t.__height===o)&&t.__canvasGradient||(0,M0.ZF)(i,t,{x:0,y:0,width:r,height:o}),t.__canvasGradient=a,t.__width=r,t.__height=o):mo.dL(t)&&(t.scaleX=t.scaleX||u,t.scaleY=t.scaleY||u,a=(0,M1.RZ)(i,t,{dirty:function(){c.setUnpainted(),c.painter.refresh()}})),i.save(),i.fillStyle=a||t,i.fillRect(e,n,r,o),i.restore()}s&&(i.save(),i.globalAlpha=l,i.drawImage(d,e,n,r,o),i.restore())}!n||s?h(0,0,o,a):n.length&&mo.S6(n,function(e){h(e.x*u,e.y*u,e.width*u,e.height*u)})},t}(wh.Z),M6=n(9909),M8=function(){function e(e,t,n,r){this.type="canvas",this._zlevelList=[],this._prevDisplayList=[],this._layers={},this._layerConfig={},this._needsManuallyCompositing=!1,this.type="canvas";var i=!e.nodeName||"CANVAS"===e.nodeName.toUpperCase();this._opts=n=mo.l7({},n||{}),this.dpr=n.devicePixelRatio||MQ.KL,this._singleCanvas=i,this.root=e,e.style&&(mo.$j(e),e.innerHTML=""),this.storage=t;var o=this._zlevelList;this._prevDisplayList=[];var a=this._layers;if(i){var s=e.width,l=e.height;null!=n.width&&(s=n.width),null!=n.height&&(l=n.height),this.dpr=n.devicePixelRatio||1,e.width=s*this.dpr,e.height=l*this.dpr,this._width=s,this._height=l;var u=new M4(e,this,this.dpr);u.__builtin__=!0,u.initContext(),a[314159]=u,u.zlevel=314159,o.push(314159),this._domRoot=e}else{this._width=(0,M0.ap)(e,0,n),this._height=(0,M0.ap)(e,1,n);var c,d,h,p=this._domRoot=(c=this._width,d=this._height,(h=document.createElement("div")).style.cssText=["position:relative","width:"+c+"px","height:"+d+"px","padding:0;margin:0;border-width:0"].join(";")+";",h);e.appendChild(p)}}return e.prototype.getType=function(){return"canvas"},e.prototype.isSingleCanvas=function(){return this._singleCanvas},e.prototype.getViewportRoot=function(){return this._domRoot},e.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},e.prototype.refresh=function(e){var t=this.storage.getDisplayList(!0),n=this._prevDisplayList,r=this._zlevelList;this._redrawId=Math.random(),this._paintList(t,n,e,this._redrawId);for(var i=0;i<r.length;i++){var o=r[i],a=this._layers[o];if(!a.__builtin__&&a.refresh){var s=0===i?this._backgroundColor:null;a.refresh(s)}}return this._opts.useDirtyRect&&(this._prevDisplayList=t.slice()),this},e.prototype.refreshHover=function(){this._paintHoverList(this.storage.getDisplayList(!1))},e.prototype._paintHoverList=function(e){var t,n=e.length,r=this._hoverlayer;if(r&&r.clear(),n){for(var i={inHover:!0,viewWidth:this._width,viewHeight:this._height},o=0;o<n;o++){var a=e[o];a.__inHover&&(r||(r=this._hoverlayer=this.getLayer(1e5)),t||(t=r.ctx).save(),(0,M1.Dm)(t,a,i,o===n-1))}t&&t.restore()}},e.prototype.getHoverLayer=function(){return this.getLayer(1e5)},e.prototype.paintOne=function(e,t){(0,M1.RV)(e,t)},e.prototype._paintList=function(e,t,n,r){if(this._redrawId===r){n=n||!1,this._updateLayerStatus(e);var i=this._doPaintList(e,t,n),o=i.finished,a=i.needsRefreshHover;if(this._needsManuallyCompositing&&this._compositeManually(),a&&this._paintHoverList(e),o)this.eachLayer(function(e){e.afterBrush&&e.afterBrush()});else{var s=this;(0,M6.Z)(function(){s._paintList(e,t,n,r)})}}},e.prototype._compositeManually=function(){var e=this.getLayer(314159).ctx,t=this._domRoot.width,n=this._domRoot.height;e.clearRect(0,0,t,n),this.eachBuiltinLayer(function(r){r.virtual&&e.drawImage(r.dom,0,0,t,n)})},e.prototype._doPaintList=function(e,t,n){for(var r=this,i=[],o=this._opts.useDirtyRect,a=0;a<this._zlevelList.length;a++){var s=this._zlevelList[a],l=this._layers[s];l.__builtin__&&l!==this._hoverlayer&&(l.__dirty||n)&&i.push(l)}for(var u=!0,c=!1,d=this,h=0;h<i.length;h++)!function(a){var s,l=i[a],h=l.ctx,p=o&&l.createRepaintRects(e,t,d._width,d._height),f=n?l.__startIndex:l.__drawIndex,g=!n&&l.incremental&&Date.now,m=g&&Date.now(),v=l.zlevel===d._zlevelList[0]?d._backgroundColor:null;if(l.__startIndex===l.__endIndex)l.clear(!1,v,p);else if(f===l.__startIndex){var y=e[f];y.incremental&&y.notClear&&!n||l.clear(!1,v,p)}-1===f&&(console.error("For some unknown reason. drawIndex is -1"),f=l.__startIndex);var x=function(t){var n={inHover:!1,allClipped:!1,prevEl:null,viewWidth:r._width,viewHeight:r._height};for(s=f;s<l.__endIndex;s++){var i=e[s];if(i.__inHover&&(c=!0),r._doPaintEl(i,l,o,t,n,s===l.__endIndex-1),g&&Date.now()-m>15)break}n.prevElClipPaths&&h.restore()};if(p)if(0===p.length)s=l.__endIndex;else for(var b=d.dpr,w=0;w<p.length;++w){var S=p[w];h.save(),h.beginPath(),h.rect(S.x*b,S.y*b,S.width*b,S.height*b),h.clip(),x(S),h.restore()}else h.save(),x(),h.restore();l.__drawIndex=s,l.__drawIndex<l.__endIndex&&(u=!1)}(h);return Sg.Z.wxa&&mo.S6(this._layers,function(e){e&&e.ctx&&e.ctx.draw&&e.ctx.draw()}),{finished:u,needsRefreshHover:c}},e.prototype._doPaintEl=function(e,t,n,r,i,o){var a=t.ctx;if(n){var s=e.getPaintRect();(!r||s&&s.intersect(r))&&((0,M1.Dm)(a,e,i,o),e.setPrevPaintRect(s))}else(0,M1.Dm)(a,e,i,o)},e.prototype.getLayer=function(e,t){this._singleCanvas&&!this._needsManuallyCompositing&&(e=314159);var n=this._layers[e];return n||((n=new M4("zr_"+e,this,this.dpr)).zlevel=e,n.__builtin__=!0,this._layerConfig[e]?mo.TS(n,this._layerConfig[e],!0):this._layerConfig[e-.01]&&mo.TS(n,this._layerConfig[e-.01],!0),t&&(n.virtual=t),this.insertLayer(e,n),n.initContext()),n},e.prototype.insertLayer=function(e,t){var n=this._layers,r=this._zlevelList,i=r.length,o=this._domRoot,a=null,s=-1;if(!n[e]){if(t&&(t.__builtin__||"function"==typeof t.resize&&"function"==typeof t.refresh&&1)){if(i>0&&e>r[0]){for(s=0;s<i-1&&(!(r[s]<e)||!(r[s+1]>e));s++);a=n[r[s]]}if(r.splice(s+1,0,e),n[e]=t,!t.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(t.dom,l.nextSibling):o.appendChild(t.dom)}else o.firstChild?o.insertBefore(t.dom,o.firstChild):o.appendChild(t.dom);t.painter||(t.painter=this)}}},e.prototype.eachLayer=function(e,t){for(var n=this._zlevelList,r=0;r<n.length;r++){var i=n[r];e.call(t,this._layers[i],i)}},e.prototype.eachBuiltinLayer=function(e,t){for(var n=this._zlevelList,r=0;r<n.length;r++){var i=n[r],o=this._layers[i];o.__builtin__&&e.call(t,o,i)}},e.prototype.eachOtherLayer=function(e,t){for(var n=this._zlevelList,r=0;r<n.length;r++){var i=n[r],o=this._layers[i];o.__builtin__||e.call(t,o,i)}},e.prototype.getLayers=function(){return this._layers},e.prototype._updateLayerStatus=function(e){function t(e){a&&(a.__endIndex!==e&&(a.__dirty=!0),a.__endIndex=e)}if(this.eachBuiltinLayer(function(e,t){e.__dirty=e.__used=!1}),this._singleCanvas)for(var n,r,i=1;i<e.length;i++){var o=e[i];if(o.zlevel!==e[i-1].zlevel||o.incremental){this._needsManuallyCompositing=!0;break}}var a=null,s=0;for(r=0;r<e.length;r++){var o=e[r],l=o.zlevel,u=void 0;n!==l&&(n=l,s=0),o.incremental?((u=this.getLayer(l+.001,this._needsManuallyCompositing)).incremental=!0,s=1):u=this.getLayer(l+.01*(s>0),this._needsManuallyCompositing),u.__builtin__||mo.H("ZLevel "+l+" has been used by unkown layer "+u.id),u!==a&&(u.__used=!0,u.__startIndex!==r&&(u.__dirty=!0),u.__startIndex=r,u.incremental?u.__drawIndex=-1:u.__drawIndex=r,t(r),a=u),o.__dirty&M2.YV&&!o.__inHover&&(u.__dirty=!0,u.incremental&&u.__drawIndex<0&&(u.__drawIndex=r))}t(r),this.eachBuiltinLayer(function(e,t){!e.__used&&e.getElementCount()>0&&(e.__dirty=!0,e.__startIndex=e.__endIndex=e.__drawIndex=0),e.__dirty&&e.__drawIndex<0&&(e.__drawIndex=e.__startIndex)})},e.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},e.prototype._clearLayer=function(e){e.clear()},e.prototype.setBackgroundColor=function(e){this._backgroundColor=e,mo.S6(this._layers,function(e){e.setUnpainted()})},e.prototype.configLayer=function(e,t){if(t){var n=this._layerConfig;n[e]?mo.TS(n[e],t,!0):n[e]=t;for(var r=0;r<this._zlevelList.length;r++){var i=this._zlevelList[r];if(i===e||i===e+.01){var o=this._layers[i];mo.TS(o,n[e],!0)}}}},e.prototype.delLayer=function(e){var t=this._layers,n=this._zlevelList,r=t[e];r&&(r.dom.parentNode.removeChild(r.dom),delete t[e],n.splice(mo.cq(n,e),1))},e.prototype.resize=function(e,t){if(this._domRoot.style){var n=this._domRoot;n.style.display="none";var r=this._opts,i=this.root;if(null!=e&&(r.width=e),null!=t&&(r.height=t),e=(0,M0.ap)(i,0,r),t=(0,M0.ap)(i,1,r),n.style.display="",this._width!==e||t!==this._height){for(var o in n.style.width=e+"px",n.style.height=t+"px",this._layers)this._layers.hasOwnProperty(o)&&this._layers[o].resize(e,t);this.refresh(!0)}this._width=e,this._height=t}else{if(null==e||null==t)return;this._width=e,this._height=t,this.getLayer(314159).resize(e,t)}return this},e.prototype.clearLayer=function(e){var t=this._layers[e];t&&t.clear()},e.prototype.dispose=function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},e.prototype.getRenderedCanvas=function(e){if(e=e||{},this._singleCanvas&&!this._compositeManually)return this._layers[314159].dom;var t=new M4("image",this,e.pixelRatio||this.dpr);t.initContext(),t.clear(!1,e.backgroundColor||this._backgroundColor);var n=t.ctx;if(e.pixelRatio<=this.dpr){this.refresh();var r=t.dom.width,i=t.dom.height;this.eachLayer(function(e){e.__builtin__?n.drawImage(e.dom,0,0,r,i):e.renderToCanvas&&(n.save(),e.renderToCanvas(n),n.restore())})}else for(var o={inHover:!1,viewWidth:this._width,viewHeight:this._height},a=this.storage.getDisplayList(!0),s=0,l=a.length;s<l;s++){var u=a[s];(0,M1.Dm)(n,u,o,s===l-1)}return t.dom},e.prototype.getWidth=function(){return this._width},e.prototype.getHeight=function(){return this._height},e}();(0,mt.D)([function(e){e.registerComponentModel(b9),e.registerComponentView(b7)},function(e){(0,mt.D)(wE),(0,mt.D)(w$)},function(e){(0,mt.D)(w5),(0,mt.D)(Se)},function(e){e.registerChartView(m2),e.registerSeriesModel(mD),e.registerLayout(e.PRIORITY.VISUAL.LAYOUT,mo.WA(my,"bar")),e.registerLayout(e.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,{seriesType:"bar",plan:(0,ml.Z)(),reset:function(e){if(mx(e)){var t,n,r=e.getData(),i=e.coordinateSystem,o=i.getBaseAxis(),a=i.getOtherAxis(o),s=r.getDimensionIndex(r.mapDimension(a.dim)),l=r.getDimensionIndex(r.mapDimension(o.dim)),u=e.get("showBackground",!0),c=r.mapDimension(a.dim),d=r.getCalculationInfo("stackResultDimension"),h=(0,ms.M)(r,c)&&!!r.getCalculationInfo("stackedOnSeries"),p=a.isHorizontal(),f=(t=0,(n=a).toGlobalCoord(n.dataToCoord(+("log"===n.type)))),g=mb(e),m=e.get("barMinHeight")||0,v=d&&r.getDimensionIndex(d),y=r.getLayout("size"),x=r.getLayout("offset");return{progress:function(e,t){for(var n,r=e.count,o=g&&md(3*r),a=g&&u&&md(3*r),c=g&&md(r),d=i.master.getRect(),b=p?d.width:d.height,w=t.getStore(),S=0;null!=(n=e.next());){var C=w.get(h?v:s,n),k=w.get(l,n),M=f,T=void 0;h&&(T=C-w.get(s,n));var I=void 0,A=void 0,D=void 0,P=void 0;if(p){var R=i.dataToPoint([C,k]);if(h){var _=i.dataToPoint([T,k]);M=_[0]}I=M,A=R[1]+x,D=R[0]-M,P=y,Math.abs(D)<m&&(D=(D<0?-1:1)*m)}else{var R=i.dataToPoint([k,C]);if(h){var _=i.dataToPoint([k,T]);M=_[1]}I=R[0]+x,A=M,D=y,Math.abs(P=R[1]-M)<m&&(P=(P<=0?-1:1)*m)}g?(o[S]=I,o[S+1]=A,o[S+2]=p?D:P,a&&(a[S]=p?d.x:I,a[S+1]=p?A:d.y,a[S+2]=b),c[n]=n):t.setItemLayout(n,{x:I,y:A,width:D,height:P}),S+=3}g&&t.setLayout({largePoints:o,largeDataIndices:c,largeBackgroundPoints:a,valueAxisHorizontal:p})}}}}}),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,mC("bar")),e.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},function(e,t){var n=e.componentType||"series";t.eachComponent({mainType:n,query:e},function(t){e.sortInfo&&t.axis.setCategorySortInfo(e.sortInfo)})})},function(e){e.registerChartView(vV),e.registerSeriesModel(vu),e.registerLayout(vH("line",!0)),e.registerVisual({seriesType:"line",reset:function(e){var t=e.getData(),n=e.getModel("lineStyle").getLineStyle();n&&!n.stroke&&(n.stroke=t.getVisual("style").fill),t.setVisual("legendLineStyle",n)}}),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,mC("line"))},function(e){e.registerChartView(vU),e.registerSeriesModel(vQ)},function(e){e.registerChartView(ym),e.registerSeriesModel(yb),(0,vJ.y)("pie",e.registerAction),e.registerLayout((0,mo.WA)(v4,"pie")),e.registerProcessor({seriesType:"pie",reset:function(e,t){var n=t.findComponents({mainType:"legend"});if(n&&n.length){var r=e.getData();r.filterSelf(function(e){for(var t=r.getName(e),i=0;i<n.length;i++)if(!n[i].isSelected(t))return!1;return!0})}}}),e.registerProcessor({seriesType:"pie",reset:function(e,t){var n=e.getData();n.filterSelf(function(e){var t=n.mapDimension("value"),r=n.get(t,e);return!(0,mo.hj)(r)||!!isNaN(r)||!(r<0)})}})},function(e){(0,mt.D)(be),e.registerSeriesModel(yw),e.registerChartView(yM),e.registerLayout(vH("scatter"))},function(e){e.registerChartView(b$),e.registerSeriesModel(bi)},b4.N,function(e){(0,mt.D)(be),(0,mt.D)(SR)},function(e){e.registerComponentModel(S_),e.registerComponentView(SO)},function(e){e.registerComponentModel(Sz),e.registerComponentView(SF),SN.saveAsImage=Sj,SN.magicType=S$,SN.dataView=SY,SN.dataZoom=CG,SN.restore=SJ,(0,mt.D)(SZ)},function(e){(0,mt.D)(SR),e.registerComponentModel(CY),e.registerComponentView(ka),e.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},mo.ZT),e.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},mo.ZT)},function(e){e.registerPainter("canvas",M8)},function(e){(0,mt.D)(k4),(0,mt.D)(Me)},function(e){e.registerComponentModel(Mo),e.registerComponentView(Mk),e.registerPreprocessor(function(e){Mt(e.series,"markArea")&&(e.markArea=e.markArea||{})})},function(e){e.registerComponentModel(MM),e.registerComponentView(MU),e.registerPreprocessor(function(e){Mt(e.series,"markLine")&&(e.markLine=e.markLine||{})})},function(e){e.registerComponentModel(MY),e.registerComponentView(MK),e.registerPreprocessor(function(e){Mt(e.series,"markPoint")&&(e.markPoint=e.markPoint||{})})}]);let M9=["click","dblclick","mousedown","mousemove","mouseup","mouseover","mouseout","globalout","contextmenu"],M7=["datazoom","downplay","highlight"],Te=(0,B.memo)(function({option:e,theme:t,renderer:n,sx:r,style:i,onEvents:o,_instance:a,syncGroup:s,onChartInitialized:l}){let u=(0,B.useRef)(e),c=(0,B.useRef)(e),d=(0,B.useRef)(null),h=(0,B.useRef)(null);return(0,B.useLayoutEffect)(()=>{if(null!==d.current&&null===h.current&&(h.current=(0,mn.S1)(d.current,t,{renderer:n??"canvas"}),void 0!==h.current))return h.current.setOption(u.current,!0),l?.(h.current),void 0!==a&&(a.current=h.current),()=>{null!==h.current&&(h.current.dispose(),h.current=null)}},[a,l,t,n]),(0,B.useEffect)(()=>{h.current&&s&&(h.current.group=s,(0,mn.$j)([h.current]))},[s,h]),(0,B.useEffect)(()=>{!(void 0===c.current||mi()(c.current,e))&&h.current&&(h.current.setOption(e,!0),c.current=e)},[e]),(0,B.useLayoutEffect)(()=>{let e=h_()(()=>{h.current&&h.current.resize()},200);return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}},[]),(0,B.useEffect)(()=>{let e=h.current;if(e&&void 0!==o)return function(e,t){if(void 0!==t){for(let n in t)if(Object.prototype.hasOwnProperty.call(t,n)){let r=t[n]??null;r&&function(t,n){var r,i;"function"==typeof n&&((r=t,M9.includes(r))?e.on(t,t=>n(t,e)):(i=t,M7.includes(i))?e.on(t,e=>n(e)):e.on(t,()=>n(null,e)))}(n,r)}}}(e,o),()=>{if(void 0!==e&&!0!==e.isDisposed())for(let t in o)e.off(t)}},[o]),(0,B.useEffect)(()=>{h_()(()=>{h.current&&h.current.resize()},200,{leading:!0})()},[r,i]),(0,Z.jsx)(a6,{ref:d,sx:r,style:i})});function Tt(e){return(0,Y.ZP)("MuiAlert",e)}let Tn=(0,U.Z)("MuiAlert",["root","action","icon","message","filled","colorSuccess","colorInfo","colorWarning","colorError","filledSuccess","filledInfo","filledWarning","filledError","outlined","outlinedSuccess","outlinedInfo","outlinedWarning","outlinedError","standard","standardSuccess","standardInfo","standardWarning","standardError"]),Tr=(0,ri.Z)((0,Z.jsx)("path",{d:"M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"}),"SuccessOutlined"),Ti=(0,ri.Z)((0,Z.jsx)("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined"),To=(0,ri.Z)((0,Z.jsx)("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),"ErrorOutline"),Ta=(0,ri.Z)((0,Z.jsx)("path",{d:"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"}),"InfoOutlined"),Ts=(0,$.ZP)(nL,{name:"MuiAlert",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],t[`${n.variant}${(0,H.Z)(n.color||n.severity)}`]]}})((0,W.Z)(({theme:e})=>{let t="light"===e.palette.mode?j._j:j.$n,n="light"===e.palette.mode?j.$n:j._j;return{...e.typography.body2,backgroundColor:"transparent",display:"flex",padding:"6px 16px",variants:[...Object.entries(e.palette).filter((0,G.Z)(["light"])).map(([r])=>({props:{colorSeverity:r,variant:"standard"},style:{color:e.vars?e.vars.palette.Alert[`${r}Color`]:t(e.palette[r].light,.6),backgroundColor:e.vars?e.vars.palette.Alert[`${r}StandardBg`]:n(e.palette[r].light,.9),[`& .${Tn.icon}`]:e.vars?{color:e.vars.palette.Alert[`${r}IconColor`]}:{color:e.palette[r].main}}})),...Object.entries(e.palette).filter((0,G.Z)(["light"])).map(([n])=>({props:{colorSeverity:n,variant:"outlined"},style:{color:e.vars?e.vars.palette.Alert[`${n}Color`]:t(e.palette[n].light,.6),border:`1px solid ${(e.vars||e).palette[n].light}`,[`& .${Tn.icon}`]:e.vars?{color:e.vars.palette.Alert[`${n}IconColor`]}:{color:e.palette[n].main}}})),...Object.entries(e.palette).filter((0,G.Z)(["dark"])).map(([t])=>({props:{colorSeverity:t,variant:"filled"},style:{fontWeight:e.typography.fontWeightMedium,...e.vars?{color:e.vars.palette.Alert[`${t}FilledColor`],backgroundColor:e.vars.palette.Alert[`${t}FilledBg`]}:{backgroundColor:"dark"===e.palette.mode?e.palette[t].dark:e.palette[t].main,color:e.palette.getContrastText(e.palette[t].main)}}}))]}})),Tl=(0,$.ZP)("div",{name:"MuiAlert",slot:"Icon",overridesResolver:(e,t)=>t.icon})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),Tu=(0,$.ZP)("div",{name:"MuiAlert",slot:"Message",overridesResolver:(e,t)=>t.message})({padding:"8px 0",minWidth:0,overflow:"auto"}),Tc=(0,$.ZP)("div",{name:"MuiAlert",slot:"Action",overridesResolver:(e,t)=>t.action})({display:"flex",alignItems:"flex-start",padding:"4px 0 0 16px",marginLeft:"auto",marginRight:-8}),Td={success:(0,Z.jsx)(Tr,{fontSize:"inherit"}),warning:(0,Z.jsx)(Ti,{fontSize:"inherit"}),error:(0,Z.jsx)(To,{fontSize:"inherit"}),info:(0,Z.jsx)(Ta,{fontSize:"inherit"})},Th=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiAlert"}),{action:r,children:i,className:o,closeText:a="Close",color:s,components:l={},componentsProps:u={},icon:c,iconMapping:d=Td,onClose:h,role:p="alert",severity:f="success",slotProps:g={},slots:m={},variant:v="standard",...y}=n,x={...n,color:s,severity:f,variant:v,colorSeverity:s||f},b=(e=>{let{variant:t,color:n,severity:r,classes:i}=e,o={root:["root",`color${(0,H.Z)(n||r)}`,`${t}${(0,H.Z)(n||r)}`,`${t}`],icon:["icon"],message:["message"],action:["action"]};return(0,F.Z)(o,Tt,i)})(x),w={slots:{closeButton:l.CloseButton,closeIcon:l.CloseIcon,...m},slotProps:{...u,...g}},[S,C]=(0,np.Z)("root",{ref:t,shouldForwardComponentProp:!0,className:(0,z.Z)(b.root,o),elementType:Ts,externalForwardedProps:{...w,...y},ownerState:x,additionalProps:{role:p,elevation:0}}),[k,M]=(0,np.Z)("icon",{className:b.icon,elementType:Tl,externalForwardedProps:w,ownerState:x}),[T,I]=(0,np.Z)("message",{className:b.message,elementType:Tu,externalForwardedProps:w,ownerState:x}),[A,D]=(0,np.Z)("action",{className:b.action,elementType:Tc,externalForwardedProps:w,ownerState:x}),[P,R]=(0,np.Z)("closeButton",{elementType:eR,externalForwardedProps:w,ownerState:x}),[_,O]=(0,np.Z)("closeIcon",{elementType:fN,externalForwardedProps:w,ownerState:x});return(0,Z.jsxs)(S,{...C,children:[!1!==c?(0,Z.jsx)(k,{...M,children:c||d[f]||Td[f]}):null,(0,Z.jsx)(T,{...I,children:i}),null!=r?(0,Z.jsx)(A,{...D,children:r}):null,null==r&&h?(0,Z.jsx)(A,{...D,children:(0,Z.jsx)(P,{size:"small","aria-label":a,title:a,color:"inherit",onClick:h,...R,children:(0,Z.jsx)(_,{fontSize:"small",...O})})}):null]})});function Tp(e){let{error:t}=e;return(0,Z.jsx)(Th,{severity:"error",children:t.message})}var Tf=n(8715);let Tg=[{id:"default",label:"Default",value:void 0},{id:"12",label:"12",value:12},{id:"14",label:"14",value:14},{id:"16",label:"16",value:16},{id:"20",label:"20",value:20},{id:"24",label:"24",value:24},{id:"28",label:"28",value:28},{id:"32",label:"32",value:32},{id:"36",label:"36",value:36},{id:"40",label:"40",value:40},{id:"48",label:"48",value:48},{id:"56",label:"56",value:56},{id:"64",label:"64",value:64},{id:"72",label:"72",value:72},{id:"96",label:"96",value:96},{id:"128",label:"128",value:128},{id:"160",label:"160",value:160},{id:"192",label:"192",value:192}];function Tm({value:e,onChange:t}){return(0,Z.jsx)(fv,{label:"Font Size",control:(0,Z.jsx)(fJ,{value:Tg.find(t=>t.value===e),options:Tg,getOptionLabel:e=>e.label,onChange:(e,{value:n})=>{t(n)},disableClearable:!0})})}let Tv=(0,$.ZP)("div",{name:"MuiDivider",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.absolute&&t.absolute,t[n.variant],n.light&&t.light,"vertical"===n.orientation&&t.vertical,n.flexItem&&t.flexItem,n.children&&t.withChildren,n.children&&"vertical"===n.orientation&&t.withChildrenVertical,"right"===n.textAlign&&"vertical"!==n.orientation&&t.textAlignRight,"left"===n.textAlign&&"vertical"!==n.orientation&&t.textAlignLeft]}})((0,W.Z)(({theme:e})=>({margin:0,flexShrink:0,borderWidth:0,borderStyle:"solid",borderColor:(e.vars||e).palette.divider,borderBottomWidth:"thin",variants:[{props:{absolute:!0},style:{position:"absolute",bottom:0,left:0,width:"100%"}},{props:{light:!0},style:{borderColor:e.vars?`rgba(${e.vars.palette.dividerChannel} / 0.08)`:(0,j.Fq)(e.palette.divider,.08)}},{props:{variant:"inset"},style:{marginLeft:72}},{props:{variant:"middle",orientation:"horizontal"},style:{marginLeft:e.spacing(2),marginRight:e.spacing(2)}},{props:{variant:"middle",orientation:"vertical"},style:{marginTop:e.spacing(1),marginBottom:e.spacing(1)}},{props:{orientation:"vertical"},style:{height:"100%",borderBottomWidth:0,borderRightWidth:"thin"}},{props:{flexItem:!0},style:{alignSelf:"stretch",height:"auto"}},{props:({ownerState:e})=>!!e.children,style:{display:"flex",textAlign:"center",border:0,borderTopStyle:"solid",borderLeftStyle:"solid","&::before, &::after":{content:'""',alignSelf:"center"}}},{props:({ownerState:e})=>e.children&&"vertical"!==e.orientation,style:{"&::before, &::after":{width:"100%",borderTop:`thin solid ${(e.vars||e).palette.divider}`,borderTopStyle:"inherit"}}},{props:({ownerState:e})=>"vertical"===e.orientation&&e.children,style:{flexDirection:"column","&::before, &::after":{height:"100%",borderLeft:`thin solid ${(e.vars||e).palette.divider}`,borderLeftStyle:"inherit"}}},{props:({ownerState:e})=>"right"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"90%"},"&::after":{width:"10%"}}},{props:({ownerState:e})=>"left"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"10%"},"&::after":{width:"90%"}}}]}))),Ty=(0,$.ZP)("span",{name:"MuiDivider",slot:"Wrapper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.wrapper,"vertical"===n.orientation&&t.wrapperVertical]}})((0,W.Z)(({theme:e})=>({display:"inline-block",paddingLeft:`calc(${e.spacing(1)} * 1.2)`,paddingRight:`calc(${e.spacing(1)} * 1.2)`,whiteSpace:"nowrap",variants:[{props:{orientation:"vertical"},style:{paddingTop:`calc(${e.spacing(1)} * 1.2)`,paddingBottom:`calc(${e.spacing(1)} * 1.2)`}}]}))),Tx=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiDivider"}),{absolute:r=!1,children:i,className:o,orientation:a="horizontal",component:s=i||"vertical"===a?"div":"hr",flexItem:l=!1,light:u=!1,role:c="hr"!==s?"separator":void 0,textAlign:d="center",variant:h="fullWidth",...p}=n,f={...n,absolute:r,component:s,flexItem:l,light:u,orientation:a,role:c,textAlign:d,variant:h},g=(e=>{let{absolute:t,children:n,classes:r,flexItem:i,light:o,orientation:a,textAlign:s,variant:l}=e;return(0,F.Z)({root:["root",t&&"absolute",l,o&&"light","vertical"===a&&"vertical",i&&"flexItem",n&&"withChildren",n&&"vertical"===a&&"withChildrenVertical","right"===s&&"vertical"!==a&&"textAlignRight","left"===s&&"vertical"!==a&&"textAlignLeft"],wrapper:["wrapper","vertical"===a&&"wrapperVertical"]},c5,r)})(f);return(0,Z.jsx)(Tv,{as:s,className:(0,z.Z)(g.root,o),role:c,ref:t,ownerState:f,"aria-orientation":"separator"===c&&("hr"!==s||"vertical"===a)?a:void 0,...p,children:i?(0,Z.jsx)(Ty,{className:g.wrapper,ownerState:f,children:i}):null})});function Tb({action:e,submitText:t="Save",cancelText:n="Cancel",isReadonly:r,isValid:i,onActionChange:o,onSubmit:a,onDelete:s,onCancel:l,...u}){return(0,Z.jsx)(eT.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},...u,children:"read"===e?(0,Z.jsxs)(Z.Fragment,{children:[o&&(0,Z.jsx)(ek,{disabled:r,variant:"contained",onClick:()=>o("update"),children:"Edit"}),s&&(0,Z.jsx)(ek,{color:"error",disabled:r,variant:"outlined",onClick:s,children:"Delete"}),l&&(a||s)&&(0,Z.jsx)(Tx,{orientation:"vertical",flexItem:!0,sx:{borderColor:e=>e.palette.grey["500"],"&.MuiDivider-root":{marginLeft:2,marginRight:1}}}),l&&(0,Z.jsx)(ek,{color:"secondary",variant:"outlined",onClick:l,children:n})]}):(0,Z.jsxs)(Z.Fragment,{children:[a&&(0,Z.jsx)(ek,{variant:"contained",disabled:!i,onClick:a,children:t}),l&&(0,Z.jsx)(ek,{color:"secondary",variant:"outlined",onClick:l,children:n})]})})}Tx&&(Tx.muiSkipListHighlight=!0);var Tw=n(252);let TS=[],TC=[],Tk="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map(e=>e?parseInt(e,36):1);for(let e=0,t=0;e<Tk.length;e++)(e%2?TC:TS).push(t+=Tk[e]);function TM(e){return e>=127462&&e<=127487}function TT(e,t,n){if(t==e.length)return t;t&&TA(e.charCodeAt(t))&&TD(e.charCodeAt(t-1))&&t--;let r=TI(e,t);for(t+=TP(r);t<e.length;){let i=TI(e,t);if(8205==r||8205==i||n&&function(e){if(e<768)return!1;for(let t=0,n=TS.length;;){let r=t+n>>1;if(e<TS[r])n=r;else{if(!(e>=TC[r]))return!0;t=r+1}if(t==n)return!1}}(i))t+=TP(i),r=i;else if(TM(i)){let n=0,r=t-2;for(;r>=0&&TM(TI(e,r));)n++,r-=2;if(n%2==0)break;t+=2}else break}return t}function TI(e,t){let n=e.charCodeAt(t);if(!TD(n)||t+1==e.length)return n;let r=e.charCodeAt(t+1);return TA(r)?(n-55296<<10)+(r-56320)+65536:n}function TA(e){return e>=56320&&e<57344}function TD(e){return e>=55296&&e<56320}function TP(e){return e<65536?1:2}class TR{lineAt(e){if(e<0||e>this.length)throw RangeError(`Invalid position ${e} in document of length ${this.length}`);return this.lineInner(e,!1,1,0)}line(e){if(e<1||e>this.lines)throw RangeError(`Invalid line number ${e} in ${this.lines}-line document`);return this.lineInner(e,!0,1,0)}replace(e,t,n){[e,t]=Tz(this,e,t);let r=[];return this.decompose(0,e,r,2),n.length&&n.decompose(0,n.length,r,3),this.decompose(t,this.length,r,1),TO.from(r,this.length-(t-e)+n.length)}append(e){return this.replace(this.length,this.length,e)}slice(e,t=this.length){[e,t]=Tz(this,e,t);let n=[];return this.decompose(e,t,n,0),TO.from(n,t-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let t=this.scanIdentical(e,1),n=this.length-this.scanIdentical(e,-1),r=new TL(this),i=new TL(e);for(let e=t,o=t;;){if(r.next(e),i.next(e),e=0,r.lineBreak!=i.lineBreak||r.done!=i.done||r.value!=i.value)return!1;if(o+=r.value.length,r.done||o>=n)return!0}}iter(e=1){return new TL(this,e)}iterRange(e,t=this.length){return new TZ(this,e,t)}iterLines(e,t){let n;if(null==e)n=this.iter();else{null==t&&(t=this.lines+1);let r=this.line(e).from;n=this.iterRange(r,Math.max(r,t==this.lines+1?this.length:t<=1?0:this.line(t-1).to))}return new TB(n)}toString(){return this.sliceString(0)}toJSON(){let e=[];return this.flatten(e),e}constructor(){}static of(e){if(0==e.length)throw RangeError("A document must have at least one line");return 1!=e.length||e[0]?e.length<=32?new T_(e):TO.from(T_.split(e,[])):TR.empty}}class T_ extends TR{constructor(e,t=function(e){let t=-1;for(let n of e)t+=n.length+1;return t}(e)){super(),this.text=e,this.length=t}get lines(){return this.text.length}get children(){return null}lineInner(e,t,n,r){for(let i=0;;i++){let o=this.text[i],a=r+o.length;if((t?n:a)>=e)return new TN(r,a,n,o);r=a+1,n++}}decompose(e,t,n,r){var i;let o=e<=0&&t>=this.length?this:new T_((i=this.text,TE(i,[""],e,t)),Math.min(t,this.length)-Math.max(0,e));if(1&r){let e=n.pop(),t=TE(o.text,e.text.slice(),0,o.length);if(t.length<=32)n.push(new T_(t,e.length+o.length));else{let e=t.length>>1;n.push(new T_(t.slice(0,e)),new T_(t.slice(e)))}}else n.push(o)}replace(e,t,n){var r;if(!(n instanceof T_))return super.replace(e,t,n);[e,t]=Tz(this,e,t);let i=TE(this.text,TE(n.text,(r=this.text,TE(r,[""],0,e))),t),o=this.length+n.length-(t-e);return i.length<=32?new T_(i,o):TO.from(T_.split(i,[]),o)}sliceString(e,t=this.length,n="\n"){[e,t]=Tz(this,e,t);let r="";for(let i=0,o=0;i<=t&&o<this.text.length;o++){let a=this.text[o],s=i+a.length;i>e&&o&&(r+=n),e<s&&t>i&&(r+=a.slice(Math.max(0,e-i),t-i)),i=s+1}return r}flatten(e){for(let t of this.text)e.push(t)}scanIdentical(){return 0}static split(e,t){let n=[],r=-1;for(let i of e)n.push(i),r+=i.length+1,32==n.length&&(t.push(new T_(n,r)),n=[],r=-1);return r>-1&&t.push(new T_(n,r)),t}}class TO extends TR{constructor(e,t){for(let n of(super(),this.children=e,this.length=t,this.lines=0,e))this.lines+=n.lines}lineInner(e,t,n,r){for(let i=0;;i++){let o=this.children[i],a=r+o.length,s=n+o.lines-1;if((t?s:a)>=e)return o.lineInner(e,t,n,r);r=a+1,n=s+1}}decompose(e,t,n,r){for(let i=0,o=0;o<=t&&i<this.children.length;i++){let a=this.children[i],s=o+a.length;if(e<=s&&t>=o){let i=r&(o<=e|2*(s>=t));o>=e&&s<=t&&!i?n.push(a):a.decompose(e-o,t-o,n,i)}o=s+1}}replace(e,t,n){if([e,t]=Tz(this,e,t),n.lines<this.lines)for(let r=0,i=0;r<this.children.length;r++){let o=this.children[r],a=i+o.length;if(e>=i&&t<=a){let s=o.replace(e-i,t-i,n),l=this.lines-o.lines+s.lines;if(s.lines<l>>4&&s.lines>l>>6){let i=this.children.slice();return i[r]=s,new TO(i,this.length-(t-e)+n.length)}return super.replace(i,a,s)}i=a+1}return super.replace(e,t,n)}sliceString(e,t=this.length,n="\n"){[e,t]=Tz(this,e,t);let r="";for(let i=0,o=0;i<this.children.length&&o<=t;i++){let a=this.children[i],s=o+a.length;o>e&&i&&(r+=n),e<s&&t>o&&(r+=a.sliceString(e-o,t-o,n)),o=s+1}return r}flatten(e){for(let t of this.children)t.flatten(e)}scanIdentical(e,t){if(!(e instanceof TO))return 0;let n=0,[r,i,o,a]=t>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;r+=t,i+=t){if(r==o||i==a)return n;let s=this.children[r],l=e.children[i];if(s!=l)return n+s.scanIdentical(l,t);n+=s.length+1}}static from(e,t=e.reduce((e,t)=>e+t.length+1,-1)){let n=0;for(let t of e)n+=t.lines;if(n<32){let n=[];for(let t of e)t.flatten(n);return new T_(n,t)}let r=Math.max(32,n>>5),i=r<<1,o=r>>1,a=[],s=0,l=-1,u=[];function c(){0!=s&&(a.push(1==u.length?u[0]:TO.from(u,l)),l=-1,s=u.length=0)}for(let t of e)!function e(t){let n;if(t.lines>i&&t instanceof TO)for(let n of t.children)e(n);else t.lines>o&&(s>o||!s)?(c(),a.push(t)):t instanceof T_&&s&&(n=u[u.length-1])instanceof T_&&t.lines+n.lines<=32?(s+=t.lines,l+=t.length+1,u[u.length-1]=new T_(n.text.concat(t.text),n.length+1+t.length)):(s+t.lines>r&&c(),s+=t.lines,l+=t.length+1,u.push(t))}(t);return c(),1==a.length?a[0]:new TO(a,t)}}function TE(e,t,n=0,r=1e9){for(let i=0,o=0,a=!0;o<e.length&&i<=r;o++){let s=e[o],l=i+s.length;l>=n&&(l>r&&(s=s.slice(0,r-i)),i<n&&(s=s.slice(n-i)),a?(t[t.length-1]+=s,a=!1):t.push(s)),i=l+1}return t}TR.empty=new T_([""],0);class TL{constructor(e,t=1){this.dir=t,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[e],this.offsets=[t>0?1:(e instanceof T_?e.text.length:e.children.length)<<1]}nextInner(e,t){for(this.done=this.lineBreak=!1;;){let n=this.nodes.length-1,r=this.nodes[n],i=this.offsets[n],o=i>>1,a=r instanceof T_?r.text.length:r.children.length;if(o==(t>0?a:0)){if(0==n)return this.done=!0,this.value="",this;t>0&&this.offsets[n-1]++,this.nodes.pop(),this.offsets.pop()}else if((1&i)==(t>0?0:1)){if(this.offsets[n]+=t,0==e)return this.lineBreak=!0,this.value="\n",this;e--}else if(r instanceof T_){let i=r.text[o+(t<0?-1:0)];if(this.offsets[n]+=t,i.length>Math.max(0,e))return this.value=0==e?i:t>0?i.slice(e):i.slice(0,i.length-e),this;e-=i.length}else{let i=r.children[o+(t<0?-1:0)];e>i.length?(e-=i.length,this.offsets[n]+=t):(t<0&&this.offsets[n]--,this.nodes.push(i),this.offsets.push(t>0?1:(i instanceof T_?i.text.length:i.children.length)<<1))}}}next(e=0){return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class TZ{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new TL(e,t>n?-1:1),this.pos=t>n?e.length:0,this.from=Math.min(t,n),this.to=Math.max(t,n)}nextInner(e,t){if(t<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,t<0?this.pos-this.to:this.from-this.pos);let n=t<0?this.pos-this.from:this.to-this.pos;e>n&&(e=n),n-=e;let{value:r}=this.cursor.next(e);return this.pos+=(r.length+e)*t,this.value=r.length<=n?r:t<0?r.slice(r.length-n):r.slice(0,n),this.done=!this.value,this}next(e=0){return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&""!=this.value}}class TB{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(e=0){let{done:t,lineBreak:n,value:r}=this.inner.next(e);return t&&this.afterBreak?(this.value="",this.afterBreak=!1):t?(this.done=!0,this.value=""):n?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=r,this.afterBreak=!1),this}get lineBreak(){return!1}}"undefined"!=typeof Symbol&&(TR.prototype[Symbol.iterator]=function(){return this.iter()},TL.prototype[Symbol.iterator]=TZ.prototype[Symbol.iterator]=TB.prototype[Symbol.iterator]=function(){return this});class TN{constructor(e,t,n,r){this.from=e,this.to=t,this.number=n,this.text=r}get length(){return this.to-this.from}}function Tz(e,t,n){return[t=Math.max(0,Math.min(e.length,t)),Math.max(t,Math.min(e.length,n))]}function TF(e,t,n=!0,r=!0){return function(e,t,n=!0,r=!0){return(n?TT:function(e,t,n){for(;t>0;){let r=TT(e,t-2,n);if(r<t)return r;t--}return 0})(e,t,r)}(e,t,n,r)}function Tj(e,t){let n=e.charCodeAt(t);if(!(n>=55296&&n<56320)||t+1==e.length)return n;let r=e.charCodeAt(t+1);return r>=56320&&r<57344?(n-55296<<10)+(r-56320)+65536:n}function TV(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(((e-=65536)>>10)+55296,(1023&e)+56320)}function TH(e){return e<65536?1:2}let T$=/\r\n?|\n/;var TW=((y=TW||(TW={}))[y.Simple=0]="Simple",y[y.TrackDel=1]="TrackDel",y[y.TrackBefore=2]="TrackBefore",y[y.TrackAfter=3]="TrackAfter",y);class TG{constructor(e){this.sections=e}get length(){let e=0;for(let t=0;t<this.sections.length;t+=2)e+=this.sections[t];return e}get newLength(){let e=0;for(let t=0;t<this.sections.length;t+=2){let n=this.sections[t+1];e+=n<0?this.sections[t]:n}return e}get empty(){return 0==this.sections.length||2==this.sections.length&&this.sections[1]<0}iterGaps(e){for(let t=0,n=0,r=0;t<this.sections.length;){let i=this.sections[t++],o=this.sections[t++];o<0?(e(n,r,i),r+=i):r+=o,n+=i}}iterChangedRanges(e,t=!1){TX(this,e,t)}get invertedDesc(){let e=[];for(let t=0;t<this.sections.length;){let n=this.sections[t++],r=this.sections[t++];r<0?e.push(n,r):e.push(r,n)}return new TG(e)}composeDesc(e){return this.empty?e:e.empty?this:TQ(this,e)}mapDesc(e,t=!1){return e.empty?this:TK(this,e,t)}mapPos(e,t=-1,n=TW.Simple){let r=0,i=0;for(let o=0;o<this.sections.length;){let a=this.sections[o++],s=this.sections[o++],l=r+a;if(s<0){if(l>e)return i+(e-r);i+=a}else{if(n!=TW.Simple&&l>=e&&(n==TW.TrackDel&&r<e&&l>e||n==TW.TrackBefore&&r<e||n==TW.TrackAfter&&l>e))return null;if(l>e||l==e&&t<0&&!a)return e==r||t<0?i:i+s;i+=s}r=l}if(e>r)throw RangeError(`Position ${e} is out of range for changeset of length ${r}`);return i}touchesRange(e,t=e){for(let n=0,r=0;n<this.sections.length&&r<=t;){let i=this.sections[n++],o=this.sections[n++],a=r+i;if(o>=0&&r<=t&&a>=e)return!(r<e)||!(a>t)||"cover";r=a}return!1}toString(){let e="";for(let t=0;t<this.sections.length;){let n=this.sections[t++],r=this.sections[t++];e+=(e?" ":"")+n+(r>=0?":"+r:"")}return e}toJSON(){return this.sections}static fromJSON(e){if(!Array.isArray(e)||e.length%2||e.some(e=>"number"!=typeof e))throw RangeError("Invalid JSON representation of ChangeDesc");return new TG(e)}static create(e){return new TG(e)}}class Tq extends TG{constructor(e,t){super(e),this.inserted=t}apply(e){if(this.length!=e.length)throw RangeError("Applying change set to a document with the wrong length");return TX(this,(t,n,r,i,o)=>e=e.replace(r,r+(n-t),o),!1),e}mapDesc(e,t=!1){return TK(this,e,t,!0)}invert(e){let t=this.sections.slice(),n=[];for(let r=0,i=0;r<t.length;r+=2){let o=t[r],a=t[r+1];if(a>=0){t[r]=a,t[r+1]=o;let s=r>>1;for(;n.length<s;)n.push(TR.empty);n.push(o?e.slice(i,i+o):TR.empty)}i+=o}return new Tq(t,n)}compose(e){return this.empty?e:e.empty?this:TQ(this,e,!0)}map(e,t=!1){return e.empty?this:TK(this,e,t,!0)}iterChanges(e,t=!1){TX(this,e,t)}get desc(){return TG.create(this.sections)}filter(e){let t=[],n=[],r=[],i=new TJ(this);e:for(let o=0,a=0;;){let s=o==e.length?1e9:e[o++];for(;a<s||a==s&&0==i.len;){if(i.done)break e;let e=Math.min(i.len,s-a);TU(r,e,-1);let o=-1==i.ins?-1:0==i.off?i.ins:0;TU(t,e,o),o>0&&TY(n,t,i.text),i.forward(e),a+=e}let l=e[o++];for(;a<l;){if(i.done)break e;let e=Math.min(i.len,l-a);TU(t,e,-1),TU(r,e,-1==i.ins?-1:0==i.off?i.ins:0),i.forward(e),a+=e}}return{changes:new Tq(t,n),filtered:TG.create(r)}}toJSON(){let e=[];for(let t=0;t<this.sections.length;t+=2){let n=this.sections[t],r=this.sections[t+1];r<0?e.push(n):0==r?e.push([n]):e.push([n].concat(this.inserted[t>>1].toJSON()))}return e}static of(e,t,n){let r=[],i=[],o=0,a=null;function s(e=!1){if(!e&&!r.length)return;o<t&&TU(r,t-o,-1);let n=new Tq(r,i);a=a?a.compose(n.map(a)):n,r=[],i=[],o=0}return!function e(l){if(Array.isArray(l))for(let t of l)e(t);else if(l instanceof Tq){if(l.length!=t)throw RangeError(`Mismatched change set length (got ${l.length}, expected ${t})`);s(),a=a?a.compose(l.map(a)):l}else{let{from:e,to:a=e,insert:u}=l;if(e>a||e<0||a>t)throw RangeError(`Invalid change range ${e} to ${a} (in doc of length ${t})`);let c=u?"string"==typeof u?TR.of(u.split(n||T$)):u:TR.empty,d=c.length;if(e==a&&0==d)return;e<o&&s(),e>o&&TU(r,e-o,-1),TU(r,a-e,d),TY(i,r,c),o=a}}(e),s(!a),a}static empty(e){return new Tq(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw RangeError("Invalid JSON representation of ChangeSet");let t=[],n=[];for(let r=0;r<e.length;r++){let i=e[r];if("number"==typeof i)t.push(i,-1);else if(!Array.isArray(i)||"number"!=typeof i[0]||i.some((e,t)=>t&&"string"!=typeof e))throw RangeError("Invalid JSON representation of ChangeSet");else if(1==i.length)t.push(i[0],0);else{for(;n.length<r;)n.push(TR.empty);n[r]=TR.of(i.slice(1)),t.push(i[0],n[r].length)}}return new Tq(t,n)}static createSet(e,t){return new Tq(e,t)}}function TU(e,t,n,r=!1){if(0==t&&n<=0)return;let i=e.length-2;i>=0&&n<=0&&n==e[i+1]?e[i]+=t:i>=0&&0==t&&0==e[i]?e[i+1]+=n:r?(e[i]+=t,e[i+1]+=n):e.push(t,n)}function TY(e,t,n){if(0==n.length)return;let r=t.length-2>>1;if(r<e.length)e[e.length-1]=e[e.length-1].append(n);else{for(;e.length<r;)e.push(TR.empty);e.push(n)}}function TX(e,t,n){let r=e.inserted;for(let i=0,o=0,a=0;a<e.sections.length;){let s=e.sections[a++],l=e.sections[a++];if(l<0)i+=s,o+=s;else{let u=i,c=o,d=TR.empty;for(;u+=s,c+=l,l&&r&&(d=d.append(r[a-2>>1])),!n&&a!=e.sections.length&&!(e.sections[a+1]<0);)s=e.sections[a++],l=e.sections[a++];t(i,u,o,c,d),i=u,o=c}}}function TK(e,t,n,r=!1){let i=[],o=r?[]:null,a=new TJ(e),s=new TJ(t);for(let e=-1;;)if(a.done&&s.len||s.done&&a.len)throw Error("Mismatched change set lengths");else if(-1==a.ins&&-1==s.ins){let e=Math.min(a.len,s.len);TU(i,e,-1),a.forward(e),s.forward(e)}else if(s.ins>=0&&(a.ins<0||e==a.i||0==a.off&&(s.len<a.len||s.len==a.len&&!n))){let t=s.len;for(TU(i,s.ins,-1);t;){let n=Math.min(a.len,t);a.ins>=0&&e<a.i&&a.len<=n&&(TU(i,0,a.ins),o&&TY(o,i,a.text),e=a.i),a.forward(n),t-=n}s.next()}else if(a.ins>=0){let t=0,n=a.len;for(;n;)if(-1==s.ins){let e=Math.min(n,s.len);t+=e,n-=e,s.forward(e)}else if(0==s.ins&&s.len<n)n-=s.len,s.next();else break;TU(i,t,e<a.i?a.ins:0),o&&e<a.i&&TY(o,i,a.text),e=a.i,a.forward(a.len-n)}else if(a.done&&s.done)return o?Tq.createSet(i,o):TG.create(i);else throw Error("Mismatched change set lengths")}function TQ(e,t,n=!1){let r=[],i=n?[]:null,o=new TJ(e),a=new TJ(t);for(let e=!1;;)if(o.done&&a.done)return i?Tq.createSet(r,i):TG.create(r);else if(0==o.ins)TU(r,o.len,0,e),o.next();else if(0!=a.len||a.done)if(o.done||a.done)throw Error("Mismatched change set lengths");else{let t=Math.min(o.len2,a.len),n=r.length;if(-1==o.ins){let n=-1==a.ins?-1:a.off?0:a.ins;TU(r,t,n,e),i&&n&&TY(i,r,a.text)}else -1==a.ins?(TU(r,o.off?0:o.len,t,e),i&&TY(i,r,o.textBit(t))):(TU(r,o.off?0:o.len,a.off?0:a.ins,e),i&&!a.off&&TY(i,r,a.text));e=(o.ins>t||a.ins>=0&&a.len>t)&&(e||r.length>n),o.forward2(t),a.forward(t)}else TU(r,0,a.ins,e),i&&TY(i,r,a.text),a.next()}class TJ{constructor(e){this.set=e,this.i=0,this.next()}next(){let{sections:e}=this.set;this.i<e.length?(this.len=e[this.i++],this.ins=e[this.i++]):(this.len=0,this.ins=-2),this.off=0}get done(){return -2==this.ins}get len2(){return this.ins<0?this.len:this.ins}get text(){let{inserted:e}=this.set,t=this.i-2>>1;return t>=e.length?TR.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?TR.empty:t[n].slice(this.off,null==e?void 0:this.off+e)}forward(e){e==this.len?this.next():(this.len-=e,this.off+=e)}forward2(e){-1==this.ins?this.forward(e):e==this.ins?this.next():(this.ins-=e,this.off+=e)}}class T0{constructor(e,t,n){this.from=e,this.to=t,this.flags=n}get anchor(){return 32&this.flags?this.to:this.from}get head(){return 32&this.flags?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return 8&this.flags?-1:16&this.flags?1:0}get bidiLevel(){let e=7&this.flags;return 7==e?null:e}get goalColumn(){let e=this.flags>>6;return 0xffffff==e?void 0:e}map(e,t=-1){let n,r;return this.empty?n=r=e.mapPos(this.from,t):(n=e.mapPos(this.from,1),r=e.mapPos(this.to,-1)),n==this.from&&r==this.to?this:new T0(n,r,this.flags)}extend(e,t=e){if(e<=this.anchor&&t>=this.anchor)return T1.range(e,t);let n=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return T1.range(this.anchor,n)}eq(e,t=!1){return this.anchor==e.anchor&&this.head==e.head&&(!t||!this.empty||this.assoc==e.assoc)}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(e){if(!e||"number"!=typeof e.anchor||"number"!=typeof e.head)throw RangeError("Invalid JSON representation for SelectionRange");return T1.range(e.anchor,e.head)}static create(e,t,n){return new T0(e,t,n)}}class T1{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:T1.create(this.ranges.map(n=>n.map(e,t)),this.mainIndex)}eq(e,t=!1){if(this.ranges.length!=e.ranges.length||this.mainIndex!=e.mainIndex)return!1;for(let n=0;n<this.ranges.length;n++)if(!this.ranges[n].eq(e.ranges[n],t))return!1;return!0}get main(){return this.ranges[this.mainIndex]}asSingle(){return 1==this.ranges.length?this:new T1([this.main],0)}addRange(e,t=!0){return T1.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let n=this.ranges.slice();return n[t]=e,T1.create(n,this.mainIndex)}toJSON(){return{ranges:this.ranges.map(e=>e.toJSON()),main:this.mainIndex}}static fromJSON(e){if(!e||!Array.isArray(e.ranges)||"number"!=typeof e.main||e.main>=e.ranges.length)throw RangeError("Invalid JSON representation for EditorSelection");return new T1(e.ranges.map(e=>T0.fromJSON(e)),e.main)}static single(e,t=e){return new T1([T1.range(e,t)],0)}static create(e,t=0){if(0==e.length)throw RangeError("A selection needs at least one range");for(let n=0,r=0;r<e.length;r++){let i=e[r];if(i.empty?i.from<=n:i.from<n)return T1.normalized(e.slice(),t);n=i.to}return new T1(e,t)}static cursor(e,t=0,n,r){return T0.create(e,e,(0==t?0:t<0?8:16)|(null==n?7:Math.min(6,n))|(null!=r?r:0xffffff)<<6)}static range(e,t,n,r){let i=(null!=n?n:0xffffff)<<6|(null==r?7:Math.min(6,r));return t<e?T0.create(t,e,48|i):T0.create(e,t,8*(t>e)|i)}static normalized(e,t=0){let n=e[t];e.sort((e,t)=>e.from-t.from),t=e.indexOf(n);for(let n=1;n<e.length;n++){let r=e[n],i=e[n-1];if(r.empty?r.from<=i.to:r.from<i.to){let o=i.from,a=Math.max(r.to,i.to);n<=t&&t--,e.splice(--n,2,r.anchor>r.head?T1.range(a,o):T1.range(o,a))}}return new T1(e,t)}}function T2(e,t){for(let n of e.ranges)if(n.to>t)throw RangeError("Selection points outside of document")}let T5=0;class T3{constructor(e,t,n,r,i){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=r,this.id=T5++,this.default=e([]),this.extensions="function"==typeof i?i(this):i}get reader(){return this}static define(e={}){return new T3(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(!e.combine?T4:(e,t)=>e===t),!!e.static,e.enables)}of(e){return new T6([],this,0,e)}compute(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new T6(e,this,1,t)}computeN(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new T6(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],n=>t(n.field(e)))}}function T4(e,t){return e==t||e.length==t.length&&e.every((e,n)=>e===t[n])}class T6{constructor(e,t,n,r){this.dependencies=e,this.facet=t,this.type=n,this.value=r,this.id=T5++}dynamicSlot(e){var t;let n=this.value,r=this.facet.compareInput,i=this.id,o=e[i]>>1,a=2==this.type,s=!1,l=!1,u=[];for(let n of this.dependencies)"doc"==n?s=!0:"selection"==n?l=!0:((null!=(t=e[n.id])?t:1)&1)==0&&u.push(e[n.id]);return{create:e=>(e.values[o]=n(e),1),update(e,t){if(s&&t.docChanged||l&&(t.docChanged||t.selection)||T9(e,u)){let t=n(e);if(a?!T8(t,e.values[o],r):!r(t,e.values[o]))return e.values[o]=t,1}return 0},reconfigure:(e,t)=>{let s,l=t.config.address[i];if(null!=l){let i=Il(t,l);if(this.dependencies.every(n=>n instanceof T3?t.facet(n)===e.facet(n):!(n instanceof Ie)||t.field(n,!1)==e.field(n,!1))||(a?T8(s=n(e),i,r):r(s=n(e),i)))return e.values[o]=i,0}else s=n(e);return e.values[o]=s,1}}}}function T8(e,t,n){if(e.length!=t.length)return!1;for(let r=0;r<e.length;r++)if(!n(e[r],t[r]))return!1;return!0}function T9(e,t){let n=!1;for(let r of t)1&Is(e,r)&&(n=!0);return n}let T7=T3.define({static:!0});class Ie{constructor(e,t,n,r,i){this.id=e,this.createF=t,this.updateF=n,this.compareF=r,this.spec=i,this.provides=void 0}static define(e){let t=new Ie(T5++,e.create,e.update,e.compare||((e,t)=>e===t),e);return e.provide&&(t.provides=e.provide(t)),t}create(e){let t=e.facet(T7).find(e=>e.field==this);return((null==t?void 0:t.create)||this.createF)(e)}slot(e){let t=e[this.id]>>1;return{create:e=>(e.values[t]=this.create(e),1),update:(e,n)=>{let r=e.values[t],i=this.updateF(r,n);return this.compareF(r,i)?0:(e.values[t]=i,1)},reconfigure:(e,n)=>{let r=e.facet(T7),i=n.facet(T7),o;return(o=r.find(e=>e.field==this))&&o!=i.find(e=>e.field==this)?(e.values[t]=o.create(e),1):null!=n.config.address[this.id]?(e.values[t]=n.field(this),0):(e.values[t]=this.create(e),1)}}}init(e){return[this,T7.of({field:this,create:e})]}get extension(){return this}}function It(e){return t=>new Ir(t,e)}let In={highest:It(0),high:It(1),default:It(2),low:It(3),lowest:It(4)};class Ir{constructor(e,t){this.inner=e,this.prec=t}}class Ii{of(e){return new Io(this,e)}reconfigure(e){return Ii.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class Io{constructor(e,t){this.compartment=e,this.inner=t}}class Ia{constructor(e,t,n,r,i,o){for(this.base=e,this.compartments=t,this.dynamicSlots=n,this.address=r,this.staticValues=i,this.facets=o,this.statusTemplate=[];this.statusTemplate.length<n.length;)this.statusTemplate.push(0)}staticFacet(e){let t=this.address[e.id];return null==t?e.default:this.staticValues[t>>1]}static resolve(e,t,n){var r,i,o;let a,s,l=[],u=Object.create(null),c=new Map;for(let n of(r=e,i=t,o=c,a=[[],[],[],[],[]],s=new Map,!function e(t,n){let r=s.get(t);if(null!=r){if(r<=n)return;let e=a[r].indexOf(t);e>-1&&a[r].splice(e,1),t instanceof Io&&o.delete(t.compartment)}if(s.set(t,n),Array.isArray(t))for(let r of t)e(r,n);else if(t instanceof Io){if(o.has(t.compartment))throw RangeError("Duplicate use of compartment in extensions");let r=i.get(t.compartment)||t.inner;o.set(t.compartment,r),e(r,n)}else if(t instanceof Ir)e(t.inner,t.prec);else if(t instanceof Ie)a[n].push(t),t.provides&&e(t.provides,n);else if(t instanceof T6)a[n].push(t),t.facet.extensions&&e(t.facet.extensions,2);else{let r=t.extension;if(!r)throw Error(`Unrecognized extension value in extension set (${t}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);e(r,n)}}(r,2),a.reduce((e,t)=>e.concat(t))))n instanceof Ie?l.push(n):(u[n.facet.id]||(u[n.facet.id]=[])).push(n);let d=Object.create(null),h=[],p=[];for(let e of l)d[e.id]=p.length<<1,p.push(t=>e.slot(t));let f=null==n?void 0:n.config.facets;for(let e in u){let t=u[e],r=t[0].facet,i=f&&f[e]||[];if(t.every(e=>0==e.type))if(d[r.id]=h.length<<1|1,T4(i,t))h.push(n.facet(r));else{let e=r.combine(t.map(e=>e.value));h.push(n&&r.compare(e,n.facet(r))?n.facet(r):e)}else{for(let e of t)0==e.type?(d[e.id]=h.length<<1|1,h.push(e.value)):(d[e.id]=p.length<<1,p.push(t=>e.dynamicSlot(t)));d[r.id]=p.length<<1,p.push(e=>(function(e,t,n){let r=n.map(t=>e[t.id]),i=n.map(e=>e.type),o=r.filter(e=>!(1&e)),a=e[t.id]>>1;function s(e){let n=[];for(let t=0;t<r.length;t++){let o=Il(e,r[t]);if(2==i[t])for(let e of o)n.push(e);else n.push(o)}return t.combine(n)}return{create(e){for(let t of r)Is(e,t);return e.values[a]=s(e),1},update(e,n){if(!T9(e,o))return 0;let r=s(e);return t.compare(r,e.values[a])?0:(e.values[a]=r,1)},reconfigure(e,i){let o=T9(e,r),l=i.config.facets[t.id],u=i.facet(t);if(l&&!o&&T4(n,l))return e.values[a]=u,0;let c=s(e);return t.compare(c,u)?(e.values[a]=u,0):(e.values[a]=c,1)}}})(e,r,t))}}return new Ia(e,c,p.map(e=>e(d)),d,h,u)}}function Is(e,t){if(1&t)return 2;let n=t>>1,r=e.status[n];if(4==r)throw Error("Cyclic dependency between fields and/or facets");if(2&r)return r;e.status[n]=4;let i=e.computeSlot(e,e.config.dynamicSlots[n]);return e.status[n]=2|i}function Il(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}let Iu=T3.define(),Ic=T3.define({combine:e=>e.some(e=>e),static:!0}),Id=T3.define({combine:e=>e.length?e[0]:void 0,static:!0}),Ih=T3.define(),Ip=T3.define(),If=T3.define(),Ig=T3.define({combine:e=>!!e.length&&e[0]});class Im{constructor(e,t){this.type=e,this.value=t}static define(){return new Iv}}class Iv{of(e){return new Im(this,e)}}class Iy{constructor(e){this.map=e}of(e){return new Ix(this,e)}}class Ix{constructor(e,t){this.type=e,this.value=t}map(e){let t=this.type.map(this.value,e);return void 0===t?void 0:t==this.value?this:new Ix(this.type,t)}is(e){return this.type==e}static define(e={}){return new Iy(e.map||(e=>e))}static mapEffects(e,t){if(!e.length)return e;let n=[];for(let r of e){let e=r.map(t);e&&n.push(e)}return n}}Ix.reconfigure=Ix.define(),Ix.appendConfig=Ix.define();class Ib{constructor(e,t,n,r,i,o){this.startState=e,this.changes=t,this.selection=n,this.effects=r,this.annotations=i,this.scrollIntoView=o,this._doc=null,this._state=null,n&&T2(n,t.newLength),i.some(e=>e.type==Ib.time)||(this.annotations=i.concat(Ib.time.of(Date.now())))}static create(e,t,n,r,i,o){return new Ib(e,t,n,r,i,o)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(e){for(let t of this.annotations)if(t.type==e)return t.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(e){let t=this.annotation(Ib.userEvent);return!!(t&&(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function Iw(e,t,n){var r;let i,o,a;return n?(i=t.changes,o=Tq.empty(t.changes.length),a=e.changes.compose(t.changes)):(i=t.changes.map(e.changes),o=e.changes.mapDesc(t.changes,!0),a=e.changes.compose(i)),{changes:a,selection:t.selection?t.selection.map(o):null==(r=e.selection)?void 0:r.map(i),effects:Ix.mapEffects(e.effects,i).concat(Ix.mapEffects(t.effects,o)),annotations:e.annotations.length?e.annotations.concat(t.annotations):t.annotations,scrollIntoView:e.scrollIntoView||t.scrollIntoView}}function IS(e,t,n){let r=t.selection,i=Ik(t.annotations);return t.userEvent&&(i=i.concat(Ib.userEvent.of(t.userEvent))),{changes:t.changes instanceof Tq?t.changes:Tq.of(t.changes||[],n,e.facet(Id)),selection:r&&(r instanceof T1?r:T1.single(r.anchor,r.head)),effects:Ik(t.effects),annotations:i,scrollIntoView:!!t.scrollIntoView}}Ib.time=Im.define(),Ib.userEvent=Im.define(),Ib.addToHistory=Im.define(),Ib.remote=Im.define();let IC=[];function Ik(e){return null==e?IC:Array.isArray(e)?e:[e]}var IM=((x=IM||(IM={}))[x.Word=0]="Word",x[x.Space=1]="Space",x[x.Other=2]="Other",x);let IT=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;try{r=RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(e){}class II{constructor(e,t,n,r,i,o){this.config=e,this.doc=t,this.selection=n,this.values=r,this.status=e.statusTemplate.slice(),this.computeSlot=i,o&&(o._state=this);for(let e=0;e<this.config.dynamicSlots.length;e++)Is(this,e<<1);this.computeSlot=null}field(e,t=!0){let n=this.config.address[e.id];if(null==n){if(t)throw RangeError("Field is not present in this state");return}return Is(this,n),Il(this,n)}update(...e){return function e(t,n,r){let i=IS(t,n.length?n[0]:{},t.doc.length);n.length&&!1===n[0].filter&&(r=!1);for(let e=1;e<n.length;e++){!1===n[e].filter&&(r=!1);let o=!!n[e].sequential;i=Iw(i,IS(t,n[e],o?i.changes.newLength:t.doc.length),o)}let o=Ib.create(t,i.changes,i.selection,i.effects,i.annotations,i.scrollIntoView);return function(e){let t=e.startState,n=t.facet(If),r=e;for(let i=n.length-1;i>=0;i--){let o=n[i](e);o&&Object.keys(o).length&&(r=Iw(r,IS(t,o,e.changes.newLength),!0))}return r==e?e:Ib.create(t,e.changes,e.selection,r.effects,r.annotations,r.scrollIntoView)}(r?function(t){let n=t.startState,r=!0;for(let e of n.facet(Ih)){let n=e(t);if(!1===n){r=!1;break}Array.isArray(n)&&(r=!0===r?n:function(e,t){let n=[];for(let r=0,i=0;;){let o,a;if(r<e.length&&(i==t.length||t[i]>=e[r]))o=e[r++],a=e[r++];else{if(!(i<t.length))return n;o=t[i++],a=t[i++]}!n.length||n[n.length-1]<o?n.push(o,a):n[n.length-1]<a&&(n[n.length-1]=a)}}(r,n))}if(!0!==r){let e,i;if(!1===r)i=t.changes.invertedDesc,e=Tq.empty(n.doc.length);else{let n=t.changes.filter(r);e=n.changes,i=n.filtered.mapDesc(n.changes).invertedDesc}t=Ib.create(n,e,t.selection&&t.selection.map(i),Ix.mapEffects(t.effects,i),t.annotations,t.scrollIntoView)}let i=n.facet(Ip);for(let r=i.length-1;r>=0;r--){let o=i[r](t);t=o instanceof Ib?o:Array.isArray(o)&&1==o.length&&o[0]instanceof Ib?o[0]:e(n,Ik(o),!1)}return t}(o):o)}(this,e,!0)}applyTransaction(e){let t,n=this.config,{base:r,compartments:i}=n;for(let t of e.effects)t.is(Ii.reconfigure)?(n&&(i=new Map,n.compartments.forEach((e,t)=>i.set(t,e)),n=null),i.set(t.value.compartment,t.value.extension)):t.is(Ix.reconfigure)?(n=null,r=t.value):t.is(Ix.appendConfig)&&(n=null,r=Ik(r).concat(t.value));t=n?e.startState.values.slice():new II(n=Ia.resolve(r,i,this),this.doc,this.selection,n.dynamicSlots.map(()=>null),(e,t)=>t.reconfigure(e,this),null).values;let o=e.startState.facet(Ic)?e.newSelection:e.newSelection.asSingle();new II(n,e.newDoc,o,t,(t,n)=>n.update(t,e),e)}replaceSelection(e){return"string"==typeof e&&(e=this.toText(e)),this.changeByRange(t=>({changes:{from:t.from,to:t.to,insert:e},range:T1.cursor(t.from+e.length)}))}changeByRange(e){let t=this.selection,n=e(t.ranges[0]),r=this.changes(n.changes),i=[n.range],o=Ik(n.effects);for(let n=1;n<t.ranges.length;n++){let a=e(t.ranges[n]),s=this.changes(a.changes),l=s.map(r);for(let e=0;e<n;e++)i[e]=i[e].map(l);let u=r.mapDesc(s,!0);i.push(a.range.map(u)),r=r.compose(l),o=Ix.mapEffects(o,l).concat(Ix.mapEffects(Ik(a.effects),u))}return{changes:r,selection:T1.create(i,t.mainIndex),effects:o}}changes(e=[]){return e instanceof Tq?e:Tq.of(e,this.doc.length,this.facet(II.lineSeparator))}toText(e){return TR.of(e.split(this.facet(II.lineSeparator)||T$))}sliceDoc(e=0,t=this.doc.length){return this.doc.sliceString(e,t,this.lineBreak)}facet(e){let t=this.config.address[e.id];return null==t?e.default:(Is(this,t),Il(this,t))}toJSON(e){let t={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(e)for(let n in e){let r=e[n];r instanceof Ie&&null!=this.config.address[r.id]&&(t[n]=r.spec.toJSON(this.field(e[n]),this))}return t}static fromJSON(e,t={},n){if(!e||"string"!=typeof e.doc)throw RangeError("Invalid JSON representation for EditorState");let r=[];if(n){for(let t in n)if(Object.prototype.hasOwnProperty.call(e,t)){let i=n[t],o=e[t];r.push(i.init(e=>i.spec.fromJSON(o,e)))}}return II.create({doc:e.doc,selection:T1.fromJSON(e.selection),extensions:t.extensions?r.concat([t.extensions]):r})}static create(e={}){let t=Ia.resolve(e.extensions||[],new Map),n=e.doc instanceof TR?e.doc:TR.of((e.doc||"").split(t.staticFacet(II.lineSeparator)||T$)),r=e.selection?e.selection instanceof T1?e.selection:T1.single(e.selection.anchor,e.selection.head):T1.single(0);return T2(r,n.length),t.staticFacet(Ic)||(r=r.asSingle()),new II(t,n,r,t.dynamicSlots.map(()=>null),(e,t)=>t.create(e),null)}get tabSize(){return this.facet(II.tabSize)}get lineBreak(){return this.facet(II.lineSeparator)||"\n"}get readOnly(){return this.facet(Ig)}phrase(e,...t){for(let t of this.facet(II.phrases))if(Object.prototype.hasOwnProperty.call(t,e)){e=t[e];break}return t.length&&(e=e.replace(/\$(\$|\d*)/g,(e,n)=>{if("$"==n)return"$";let r=+(n||1);return!r||r>t.length?e:t[r-1]})),e}languageDataAt(e,t,n=-1){let r=[];for(let i of this.facet(Iu))for(let o of i(this,t,n))Object.prototype.hasOwnProperty.call(o,e)&&r.push(o[e]);return r}charCategorizer(e){var t;return t=this.languageDataAt("wordChars",e).join(""),e=>{if(!/\S/.test(e))return IM.Space;if(function(e){if(r)return r.test(e);for(let t=0;t<e.length;t++){let n=e[t];if(/\w/.test(n)||n>"\x80"&&(n.toUpperCase()!=n.toLowerCase()||IT.test(n)))return!0}return!1}(e))return IM.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return IM.Word;return IM.Other}}wordAt(e){let{text:t,from:n,length:r}=this.doc.lineAt(e),i=this.charCategorizer(e),o=e-n,a=e-n;for(;o>0;){let e=TF(t,o,!1);if(i(t.slice(e,o))!=IM.Word)break;o=e}for(;a<r;){let e=TF(t,a);if(i(t.slice(a,e))!=IM.Word)break;a=e}return o==a?null:T1.range(o+n,a+n)}}function IA(e,t,n={}){let r={};for(let t of e)for(let e of Object.keys(t)){let i=t[e],o=r[e];if(void 0===o)r[e]=i;else if(o===i||void 0===i);else if(Object.hasOwnProperty.call(n,e))r[e]=n[e](o,i);else throw Error("Config merge conflict for field "+e)}for(let e in t)void 0===r[e]&&(r[e]=t[e]);return r}II.allowMultipleSelections=Ic,II.tabSize=T3.define({combine:e=>e.length?e[0]:4}),II.lineSeparator=Id,II.readOnly=Ig,II.phrases=T3.define({compare(e,t){let n=Object.keys(e),r=Object.keys(t);return n.length==r.length&&n.every(n=>e[n]==t[n])}}),II.languageData=Iu,II.changeFilter=Ih,II.transactionFilter=Ip,II.transactionExtender=If,Ii.reconfigure=Ix.define();class ID{eq(e){return this==e}range(e,t=e){return IP.create(e,t,this)}}ID.prototype.startSide=ID.prototype.endSide=0,ID.prototype.point=!1,ID.prototype.mapMode=TW.TrackDel;class IP{constructor(e,t,n){this.from=e,this.to=t,this.value=n}static create(e,t,n){return new IP(e,t,n)}}function IR(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class I_{constructor(e,t,n,r){this.from=e,this.to=t,this.value=n,this.maxPoint=r}get length(){return this.to[this.to.length-1]}findIndex(e,t,n,r=0){let i=n?this.to:this.from;for(let o=r,a=i.length;;){if(o==a)return o;let r=o+a>>1,s=i[r]-e||(n?this.value[r].endSide:this.value[r].startSide)-t;if(r==o)return s>=0?o:a;s>=0?a=r:o=r+1}}between(e,t,n,r){for(let i=this.findIndex(t,-1e9,!0),o=this.findIndex(n,1e9,!1,i);i<o;i++)if(!1===r(this.from[i]+e,this.to[i]+e,this.value[i]))return!1}map(e,t){let n=[],r=[],i=[],o=-1,a=-1;for(let s=0;s<this.value.length;s++){let l=this.value[s],u=this.from[s]+e,c=this.to[s]+e,d,h;if(u==c){let e=t.mapPos(u,l.startSide,l.mapMode);if(null==e||(d=h=e,l.startSide!=l.endSide&&(h=t.mapPos(u,l.endSide))<d))continue}else if((d=t.mapPos(u,l.startSide))>(h=t.mapPos(c,l.endSide))||d==h&&l.startSide>0&&l.endSide<=0)continue;0>(h-d||l.endSide-l.startSide)||(o<0&&(o=d),l.point&&(a=Math.max(a,h-d)),n.push(l),r.push(d-o),i.push(h-o))}return{mapped:n.length?new I_(r,i,n,a):null,pos:o}}}class IO{constructor(e,t,n,r){this.chunkPos=e,this.chunk=t,this.nextLayer=n,this.maxPoint=r}static create(e,t,n,r){return new IO(e,t,n,r)}get length(){let e=this.chunk.length-1;return e<0?0:Math.max(this.chunkEnd(e),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let e=this.nextLayer.size;for(let t of this.chunk)e+=t.value.length;return e}chunkEnd(e){return this.chunkPos[e]+this.chunk[e].length}update(e){let{add:t=[],sort:n=!1,filterFrom:r=0,filterTo:i=this.length}=e,o=e.filter;if(0==t.length&&!o)return this;if(n&&(t=t.slice().sort(IR)),this.isEmpty)return t.length?IO.of(t):this;let a=new IZ(this,null,-1).goto(0),s=0,l=[],u=new IE;for(;a.value||s<t.length;)if(s<t.length&&(a.from-t[s].from||a.startSide-t[s].value.startSide)>=0){let e=t[s++];u.addInner(e.from,e.to,e.value)||l.push(e)}else 1==a.rangeIndex&&a.chunkIndex<this.chunk.length&&(s==t.length||this.chunkEnd(a.chunkIndex)<t[s].from)&&(!o||r>this.chunkEnd(a.chunkIndex)||i<this.chunkPos[a.chunkIndex])&&u.addChunk(this.chunkPos[a.chunkIndex],this.chunk[a.chunkIndex])?a.nextChunk():((!o||r>a.to||i<a.from||o(a.from,a.to,a.value))&&!u.addInner(a.from,a.to,a.value)&&l.push(IP.create(a.from,a.to,a.value)),a.next());return u.finishInner(this.nextLayer.isEmpty&&!l.length?IO.empty:this.nextLayer.update({add:l,filter:o,filterFrom:r,filterTo:i}))}map(e){if(e.empty||this.isEmpty)return this;let t=[],n=[],r=-1;for(let i=0;i<this.chunk.length;i++){let o=this.chunkPos[i],a=this.chunk[i],s=e.touchesRange(o,o+a.length);if(!1===s)r=Math.max(r,a.maxPoint),t.push(a),n.push(e.mapPos(o));else if(!0===s){let{mapped:i,pos:s}=a.map(o,e);i&&(r=Math.max(r,i.maxPoint),t.push(i),n.push(s))}}let i=this.nextLayer.map(e);return 0==t.length?i:new IO(n,t,i||IO.empty,r)}between(e,t,n){if(!this.isEmpty){for(let r=0;r<this.chunk.length;r++){let i=this.chunkPos[r],o=this.chunk[r];if(t>=i&&e<=i+o.length&&!1===o.between(i,e-i,t-i,n))return}this.nextLayer.between(e,t,n)}}iter(e=0){return IB.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return IB.from(e).goto(t)}static compare(e,t,n,r,i=-1){let o=e.filter(e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=i),a=t.filter(e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=i),s=IL(o,a,n),l=new Iz(o,s,i),u=new Iz(a,s,i);n.iterGaps((e,t,n)=>IF(l,e,u,t,n,r)),n.empty&&0==n.length&&IF(l,0,u,0,0,r)}static eq(e,t,n=0,r){null==r&&(r=0x3b9ac9ff);let i=e.filter(e=>!e.isEmpty&&0>t.indexOf(e)),o=t.filter(t=>!t.isEmpty&&0>e.indexOf(t));if(i.length!=o.length)return!1;if(!i.length)return!0;let a=IL(i,o),s=new Iz(i,a,0).goto(n),l=new Iz(o,a,0).goto(n);for(;;){if(s.to!=l.to||!Ij(s.active,l.active)||s.point&&(!l.point||!s.point.eq(l.point)))return!1;if(s.to>r)return!0;s.next(),l.next()}}static spans(e,t,n,r,i=-1){let o=new Iz(e,null,i).goto(t),a=t,s=o.openStart;for(;;){let e=Math.min(o.to,n);if(o.point){let n=o.activeForPoint(o.to),i=o.pointFrom<t?n.length+1:o.point.startSide<0?n.length:Math.min(n.length,s);r.point(a,e,o.point,n,i,o.pointRank),s=Math.min(o.openEnd(e),n.length)}else e>a&&(r.span(a,e,o.active,s),s=o.openEnd(e));if(o.to>n)return s+(o.point&&o.to>n?1:0);a=o.to,o.next()}}static of(e,t=!1){let n=new IE;for(let r of e instanceof IP?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n<e.length;n++){let r=e[n];if(IR(t,r)>0)return e.slice().sort(IR);t=r}return e}(e):e)n.add(r.from,r.to,r.value);return n.finish()}static join(e){if(!e.length)return IO.empty;let t=e[e.length-1];for(let n=e.length-2;n>=0;n--)for(let r=e[n];r!=IO.empty;r=r.nextLayer)t=new IO(r.chunkPos,r.chunk,t,Math.max(r.maxPoint,t.maxPoint));return t}}IO.empty=new IO([],[],null,-1),IO.empty.nextLayer=IO.empty;class IE{finishChunk(e){this.chunks.push(new I_(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,e&&(this.from=[],this.to=[],this.value=[])}constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}add(e,t,n){this.addInner(e,t,n)||(this.nextLayer||(this.nextLayer=new IE)).add(e,t,n)}addInner(e,t,n){let r=e-this.lastTo||n.startSide-this.last.endSide;if(r<=0&&0>(e-this.lastFrom||n.startSide-this.last.startSide))throw Error("Ranges must be added sorted by `from` position and `startSide`");return!(r<0)&&(250==this.from.length&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=e),this.from.push(e-this.chunkStart),this.to.push(t-this.chunkStart),this.last=n,this.lastFrom=e,this.lastTo=t,this.value.push(n),n.point&&(this.maxPoint=Math.max(this.maxPoint,t-e)),!0)}addChunk(e,t){if(0>(e-this.lastTo||t.value[0].startSide-this.last.endSide))return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,t.maxPoint),this.chunks.push(t),this.chunkPos.push(e);let n=t.value.length-1;return this.last=t.value[n],this.lastFrom=t.from[n]+e,this.lastTo=t.to[n]+e,!0}finish(){return this.finishInner(IO.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=IO.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function IL(e,t,n){let r=new Map;for(let t of e)for(let e=0;e<t.chunk.length;e++)t.chunk[e].maxPoint<=0&&r.set(t.chunk[e],t.chunkPos[e]);let i=new Set;for(let e of t)for(let t=0;t<e.chunk.length;t++){let o=r.get(e.chunk[t]);null==o||(n?n.mapPos(o):o)!=e.chunkPos[t]||(null==n?void 0:n.touchesRange(o,o+e.chunk[t].length))||i.add(e.chunk[t])}return i}class IZ{constructor(e,t,n,r=0){this.layer=e,this.skip=t,this.minPoint=n,this.rank=r}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(e,t=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(e,t,!1),this}gotoInner(e,t,n){for(;this.chunkIndex<this.layer.chunk.length;){let t=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(t)||this.layer.chunkEnd(this.chunkIndex)<e||t.maxPoint<this.minPoint))break;this.chunkIndex++,n=!1}if(this.chunkIndex<this.layer.chunk.length){let r=this.layer.chunk[this.chunkIndex].findIndex(e-this.layer.chunkPos[this.chunkIndex],t,!0);(!n||this.rangeIndex<r)&&this.setRangeIndex(r)}this.next()}forward(e,t){0>(this.to-e||this.endSide-t)&&this.gotoInner(e,t,!0)}next(){for(;;)if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}else{let e=this.layer.chunkPos[this.chunkIndex],t=this.layer.chunk[this.chunkIndex],n=e+t.from[this.rangeIndex];if(this.from=n,this.to=e+t.to[this.rangeIndex],this.value=t.value[this.rangeIndex],this.setRangeIndex(this.rangeIndex+1),this.minPoint<0||this.value.point&&this.to-this.from>=this.minPoint)break}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex<this.layer.chunk.length&&this.skip.has(this.layer.chunk[this.chunkIndex]);)this.chunkIndex++;this.rangeIndex=0}else this.rangeIndex=e}nextChunk(){this.chunkIndex++,this.rangeIndex=0,this.next()}compare(e){return this.from-e.from||this.startSide-e.startSide||this.rank-e.rank||this.to-e.to||this.endSide-e.endSide}}class IB{constructor(e){this.heap=e}static from(e,t=null,n=-1){let r=[];for(let i=0;i<e.length;i++)for(let o=e[i];!o.isEmpty;o=o.nextLayer)o.maxPoint>=n&&r.push(new IZ(o,t,n,i));return 1==r.length?r[0]:new IB(r)}get startSide(){return this.value?this.value.startSide:0}goto(e,t=-1e9){for(let n of this.heap)n.goto(e,t);for(let e=this.heap.length>>1;e>=0;e--)IN(this.heap,e);return this.next(),this}forward(e,t){for(let n of this.heap)n.forward(e,t);for(let e=this.heap.length>>1;e>=0;e--)IN(this.heap,e);0>(this.to-e||this.value.endSide-t)&&this.next()}next(){if(0==this.heap.length)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let e=this.heap[0];this.from=e.from,this.to=e.to,this.value=e.value,this.rank=e.rank,e.value&&e.next(),IN(this.heap,0)}}}function IN(e,t){for(let n=e[t];;){let r=(t<<1)+1;if(r>=e.length)break;let i=e[r];if(r+1<e.length&&i.compare(e[r+1])>=0&&(i=e[r+1],r++),0>n.compare(i))break;e[r]=n,e[t]=i,t=r}}class Iz{constructor(e,t,n){this.minPoint=n,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=IB.from(e,t,n)}goto(e,t=-1e9){return this.cursor.goto(e,t),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=e,this.endSide=t,this.openStart=-1,this.next(),this}forward(e,t){for(;this.minActive>-1&&0>(this.activeTo[this.minActive]-e||this.active[this.minActive].endSide-t);)this.removeActive(this.minActive);this.cursor.forward(e,t)}removeActive(e){IV(this.active,e),IV(this.activeTo,e),IV(this.activeRank,e),this.minActive=I$(this.active,this.activeTo)}addActive(e){let t=0,{value:n,to:r,rank:i}=this.cursor;for(;t<this.activeRank.length&&(i-this.activeRank[t]||r-this.activeTo[t])>0;)t++;IH(this.active,t,n),IH(this.activeTo,t,r),IH(this.activeRank,t,i),e&&IH(e,t,this.cursor.from),this.minActive=I$(this.active,this.activeTo)}next(){let e=this.to,t=this.point;this.point=null;let n=this.openStart<0?[]:null;for(;;){let r=this.minActive;if(r>-1&&0>(this.activeTo[r]-this.cursor.from||this.active[r].endSide-this.cursor.startSide)){if(this.activeTo[r]>e){this.to=this.activeTo[r],this.endSide=this.active[r].endSide;break}this.removeActive(r),n&&IV(n,r)}else if(this.cursor.value)if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}else{let e=this.cursor.value;if(e.point)if(t&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)this.cursor.next();else{this.point=e,this.pointFrom=this.cursor.from,this.pointRank=this.cursor.rank,this.to=this.cursor.to,this.endSide=e.endSide,this.cursor.next(),this.forward(this.to,this.endSide);break}else this.addActive(n),this.cursor.next()}else{this.to=this.endSide=1e9;break}}if(n){this.openStart=0;for(let t=n.length-1;t>=0&&n[t]<e;t--)this.openStart++}}activeForPoint(e){if(!this.active.length)return this.active;let t=[];for(let n=this.active.length-1;n>=0&&!(this.activeRank[n]<this.pointRank);n--)(this.activeTo[n]>e||this.activeTo[n]==e&&this.active[n].endSide>=this.point.endSide)&&t.push(this.active[n]);return t.reverse()}openEnd(e){let t=0;for(let n=this.activeTo.length-1;n>=0&&this.activeTo[n]>e;n--)t++;return t}}function IF(e,t,n,r,i,o){e.goto(t),n.goto(r);let a=r+i,s=r,l=r-t;for(;;){let t=e.to+l-n.to,r=t||e.endSide-n.endSide,i=r<0?e.to+l:n.to,u=Math.min(i,a);if(e.point||n.point?e.point&&n.point&&(e.point==n.point||e.point.eq(n.point))&&Ij(e.activeForPoint(e.to),n.activeForPoint(n.to))||o.comparePoint(s,u,e.point,n.point):u>s&&!Ij(e.active,n.active)&&o.compareRange(s,u,e.active,n.active),i>a)break;(t||e.openEnd!=n.openEnd)&&o.boundChange&&o.boundChange(i),s=i,r<=0&&e.next(),r>=0&&n.next()}}function Ij(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!=t[n]&&!e[n].eq(t[n]))return!1;return!0}function IV(e,t){for(let n=t,r=e.length-1;n<r;n++)e[n]=e[n+1];e.pop()}function IH(e,t,n){for(let n=e.length-1;n>=t;n--)e[n+1]=e[n];e[t]=n}function I$(e,t){let n=-1,r=1e9;for(let i=0;i<t.length;i++)0>(t[i]-r||e[i].endSide-e[n].endSide)&&(n=i,r=t[i]);return n}function IW(e,t,n=e.length){let r=0;for(let i=0;i<n&&i<e.length;)9==e.charCodeAt(i)?(r+=t-r%t,i++):(r++,i=TF(e,i));return r}function IG(e,t,n,r){for(let r=0,i=0;;){if(i>=t)return r;if(r==e.length)break;i+=9==e.charCodeAt(r)?n-i%n:1,r=TF(e,r)}return!0===r?-1:e.length}let Iq="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),IU="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),IY="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class IX{constructor(e,t){this.rules=[];let{finish:n}=t||{};function r(e){return/^@/.test(e)?[e]:e.split(/,\s*/)}for(let t in e)!function e(t,i,o,a){let s=[],l=/^@(\w+)\b/.exec(t[0]),u=l&&"keyframes"==l[1];if(l&&null==i)return o.push(t[0]+";");for(let n in i){let a=i[n];if(/&/.test(n))e(n.split(/,\s*/).map(e=>t.map(t=>e.replace(/&/,t))).reduce((e,t)=>e.concat(t)),a,o);else if(a&&"object"==typeof a){if(!l)throw RangeError("The value of a property ("+n+") should be a primitive value.");e(r(n),a,s,u)}else null!=a&&s.push(n.replace(/_.*/,"").replace(/[A-Z]/g,e=>"-"+e.toLowerCase())+": "+a+";")}(s.length||u)&&o.push((n&&!l&&!a?t.map(n):t).join(", ")+" {"+s.join(" ")+"}")}(r(t),e[t],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let e=IY[Iq]||1;return IY[Iq]=e+1,"ͼ"+e.toString(36)}static mount(e,t,n){let r=e[IU],i=n&&n.nonce;r?i&&r.setNonce(i):r=new IQ(e,i),r.mount(Array.isArray(t)?t:[t],e)}}let IK=new Map;class IQ{constructor(e,t){let n=e.ownerDocument||e,r=n.defaultView;if(!e.head&&e.adoptedStyleSheets&&r.CSSStyleSheet){let t=IK.get(n);if(t)return e[IU]=t;this.sheet=new r.CSSStyleSheet,IK.set(n,this)}else this.styleTag=n.createElement("style"),t&&this.styleTag.setAttribute("nonce",t);this.modules=[],e[IU]=this}mount(e,t){let n=this.sheet,r=0,i=0;for(let t=0;t<e.length;t++){let o=e[t],a=this.modules.indexOf(o);if(a<i&&a>-1&&(this.modules.splice(a,1),i--,a=-1),-1==a){if(this.modules.splice(i++,0,o),n)for(let e=0;e<o.rules.length;e++)n.insertRule(o.rules[e],r++)}else{for(;i<a;)r+=this.modules[i++].rules.length;r+=o.rules.length,i++}}if(n)0>t.adoptedStyleSheets.indexOf(this.sheet)&&(t.adoptedStyleSheets=[this.sheet,...t.adoptedStyleSheets]);else{let e="";for(let t=0;t<this.modules.length;t++)e+=this.modules[t].getRules()+"\n";this.styleTag.textContent=e;let n=t.head||t;this.styleTag.parentNode!=n&&n.insertBefore(this.styleTag,n.firstChild)}}setNonce(e){this.styleTag&&this.styleTag.getAttribute("nonce")!=e&&this.styleTag.setAttribute("nonce",e)}}for(var IJ={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},I0={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},I1="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),I2="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),I5=0;I5<10;I5++)IJ[48+I5]=IJ[96+I5]=String(I5);for(var I5=1;I5<=24;I5++)IJ[I5+111]="F"+I5;for(var I5=65;I5<=90;I5++)IJ[I5]=String.fromCharCode(I5+32),I0[I5]=String.fromCharCode(I5);for(var I3 in IJ)I0.hasOwnProperty(I3)||(I0[I3]=IJ[I3]);function I4(e){return(11==e.nodeType?e.getSelection?e:e.ownerDocument:e).getSelection()}function I6(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function I8(e,t){if(!t.anchorNode)return!1;try{return I6(e,t.anchorNode)}catch(e){return!1}}function I9(e){return 3==e.nodeType?Au(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function I7(e,t,n,r){return!!n&&(An(e,t,n,r,-1)||An(e,t,n,r,1))}function Ae(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function At(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}function An(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:Ar(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=Ae(e)+(i<0?0:1),e=n}else{if(1!=e.nodeType||1==(e=e.childNodes[t+(i<0?-1:0)]).nodeType&&"false"==e.contentEditable)return!1;t=i<0?Ar(e):0}}}function Ar(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}function Ai(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function Ao(e,t){let n=t.width/e.offsetWidth,r=t.height/e.offsetHeight;return(n>.995&&n<1.005||!isFinite(n)||1>Math.abs(t.width-e.offsetWidth))&&(n=1),(r>.995&&r<1.005||!isFinite(r)||1>Math.abs(t.height-e.offsetHeight))&&(r=1),{scaleX:n,scaleY:r}}class Aa{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(e){return this.anchorNode==e.anchorNode&&this.anchorOffset==e.anchorOffset&&this.focusNode==e.focusNode&&this.focusOffset==e.focusOffset}setRange(e){let{anchorNode:t,focusNode:n}=e;this.set(t,Math.min(e.anchorOffset,t?Ar(t):0),n,Math.min(e.focusOffset,n?Ar(n):0))}set(e,t,n,r){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=r}}let As=null;function Al(e){if(e.setActive)return e.setActive();if(As)return e.focus(As);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==As?{get preventScroll(){return As={preventScroll:!0},!0}}:void 0),!As){As=!1;for(let e=0;e<t.length;){let n=t[e++],r=t[e++],i=t[e++];n.scrollTop!=r&&(n.scrollTop=r),n.scrollLeft!=i&&(n.scrollLeft=i)}}}function Au(e,t,n=t){let r=i||(i=document.createRange());return r.setEnd(e,n),r.setStart(e,t),r}function Ac(e,t,n,r){let i={key:t,code:t,keyCode:n,which:n,cancelable:!0};r&&({altKey:i.altKey,ctrlKey:i.ctrlKey,shiftKey:i.shiftKey,metaKey:i.metaKey}=r);let o=new KeyboardEvent("keydown",i);o.synthetic=!0,e.dispatchEvent(o);let a=new KeyboardEvent("keyup",i);return a.synthetic=!0,e.dispatchEvent(a),o.defaultPrevented||a.defaultPrevented}function Ad(e){for(;e.attributes.length;)e.removeAttributeNode(e.attributes[0])}function Ah(e){return e.scrollTop>Math.max(1,e.scrollHeight-e.clientHeight-4)}function Ap(e,t){for(let n=e,r=t;;)if(3==n.nodeType&&r>0)return{node:n,offset:r};else if(1==n.nodeType&&r>0){if("false"==n.contentEditable)return null;r=Ar(n=n.childNodes[r-1])}else{if(!n.parentNode||At(n))return null;r=Ae(n),n=n.parentNode}}function Af(e,t){for(let n=e,r=t;;)if(3==n.nodeType&&r<n.nodeValue.length)return{node:n,offset:r};else if(1==n.nodeType&&r<n.childNodes.length){if("false"==n.contentEditable)return null;n=n.childNodes[r],r=0}else{if(!n.parentNode||At(n))return null;r=Ae(n)+1,n=n.parentNode}}class Ag{constructor(e,t,n=!0){this.node=e,this.offset=t,this.precise=n}static before(e,t){return new Ag(e.parentNode,Ae(e),t)}static after(e,t){return new Ag(e.parentNode,Ae(e)+1,t)}}let Am=[];class Av{constructor(){this.parent=null,this.dom=null,this.flags=2}get overrideDOMText(){return null}get posAtStart(){return this.parent?this.parent.posBefore(this):0}get posAtEnd(){return this.posAtStart+this.length}posBefore(e){let t=this.posAtStart;for(let n of this.children){if(n==e)return t;t+=n.length+n.breakAfter}throw RangeError("Invalid child in posBefore")}posAfter(e){return this.posBefore(e)+e.length}sync(e,t){if(2&this.flags){let n=this.dom,r=null,i;for(let o of this.children){if(7&o.flags){if(!o.dom&&(i=r?r.nextSibling:n.firstChild)){let e=Av.get(i);(!e||!e.parent&&e.canReuseDOM(o))&&o.reuseDOM(i)}o.sync(e,t),o.flags&=-8}if(i=r?r.nextSibling:n.firstChild,t&&!t.written&&t.node==n&&i!=o.dom&&(t.written=!0),o.dom.parentNode==n)for(;i&&i!=o.dom;)i=Ay(i);else n.insertBefore(o.dom,i);r=o.dom}for((i=r?r.nextSibling:n.firstChild)&&t&&t.node==n&&(t.written=!0);i;)i=Ay(i)}else if(1&this.flags)for(let n of this.children)7&n.flags&&(n.sync(e,t),n.flags&=-8)}reuseDOM(e){}localPosFromDOM(e,t){let n;if(e==this.dom)n=this.dom.childNodes[t];else{let r=0==Ar(e)?0:0==t?-1:1;for(;;){let t=e.parentNode;if(t==this.dom)break;0==r&&t.firstChild!=t.lastChild&&(r=e==t.firstChild?-1:1),e=t}n=r<0?e:e.nextSibling}if(n==this.dom.firstChild)return 0;for(;n&&!Av.get(n);)n=n.nextSibling;if(!n)return this.length;for(let e=0,t=0;;e++){let r=this.children[e];if(r.dom==n)return t;t+=r.length+r.breakAfter}}domBoundsAround(e,t,n=0){let r=-1,i=-1,o=-1,a=-1;for(let s=0,l=n,u=n;s<this.children.length;s++){let n=this.children[s],c=l+n.length;if(l<e&&c>t)return n.domBoundsAround(e,t,l);if(c>=e&&-1==r&&(r=s,i=l),l>t&&n.dom.parentNode==this.dom){o=s,a=u;break}u=c,l=c+n.breakAfter}return{from:i,to:a<0?n+this.length:a,startDOM:(r?this.children[r-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:o<this.children.length&&o>=0?this.children[o].dom:null}}markDirty(e=!1){this.flags|=2,this.markParentsDirty(e)}markParentsDirty(e){for(let t=this.parent;t;t=t.parent){if(e&&(t.flags|=2),1&t.flags)return;t.flags|=1,e=!1}}setParent(e){this.parent!=e&&(this.parent=e,7&this.flags&&this.markParentsDirty(!0))}setDOM(e){this.dom!=e&&(this.dom&&(this.dom.cmView=null),this.dom=e,e.cmView=this)}get rootView(){for(let e=this;;){let t=e.parent;if(!t)return e;e=t}}replaceChildren(e,t,n=Am){this.markDirty();for(let r=e;r<t;r++){let e=this.children[r];e.parent==this&&0>n.indexOf(e)&&e.destroy()}n.length<250?this.children.splice(e,t-e,...n):this.children=[].concat(this.children.slice(0,e),n,this.children.slice(t));for(let e=0;e<n.length;e++)n[e].setParent(this)}ignoreMutation(e){return!1}ignoreEvent(e){return!1}childCursor(e=this.length){return new Ax(this.children,e,this.children.length)}childPos(e,t=1){return this.childCursor().findPos(e,t)}toString(){let e=this.constructor.name.replace("View","");return e+(this.children.length?"("+this.children.join()+")":this.length?"["+("Text"==e?this.text:this.length)+"]":"")+(this.breakAfter?"#":"")}static get(e){return e.cmView}get isEditable(){return!0}get isWidget(){return!1}get isHidden(){return!1}merge(e,t,n,r,i,o){return!1}become(e){return!1}canReuseDOM(e){return e.constructor==this.constructor&&!((this.flags|e.flags)&8)}getSide(){return 0}destroy(){for(let e of this.children)e.parent==this&&e.destroy();this.parent=null}}function Ay(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}Av.prototype.breakAfter=0;class Ax{constructor(e,t,n){this.children=e,this.pos=t,this.i=n,this.off=0}findPos(e,t=1){for(;;){if(e>this.pos||e==this.pos&&(t>0||0==this.i||this.children[this.i-1].breakAfter))return this.off=e-this.pos,this;let n=this.children[--this.i];this.pos-=n.length+n.breakAfter}}}function Ab(e,t,n,r,i,o,a,s,l){let{children:u}=e,c=u.length?u[t]:null,d=o.length?o[o.length-1]:null,h=d?d.breakAfter:a;if(!(t==r&&c&&!a&&!h&&o.length<2&&c.merge(n,i,o.length?d:null,0==n,s,l))){if(r<u.length){let e=u[r];e&&(i<e.length||e.breakAfter&&(null==d?void 0:d.breakAfter))?(t==r&&(e=e.split(i),i=0),!h&&d&&e.merge(0,i,d,!0,0,l)?o[o.length-1]=e:((i||e.children.length&&!e.children[0].length)&&e.merge(0,i,null,!1,0,l),o.push(e))):(null==e?void 0:e.breakAfter)&&(d?d.breakAfter=1:a=1),r++}for(c&&(c.breakAfter=a,n>0&&(!a&&o.length&&c.merge(n,c.length,o[0],!1,s,0)?c.breakAfter=o.shift().breakAfter:(n<c.length||c.children.length&&0==c.children[c.children.length-1].length)&&c.merge(n,c.length,null,!1,s,0),t++));t<r&&o.length;)if(u[r-1].become(o[o.length-1]))r--,o.pop(),l=o.length?0:s;else if(u[t].become(o[0]))t++,o.shift(),s=o.length?0:l;else break;!o.length&&t&&r<u.length&&!u[t-1].breakAfter&&u[r].merge(0,0,u[t-1],!1,s,l)&&t--,(t<r||o.length)&&e.replaceChildren(t,r,o)}}function Aw(e,t,n,r,i,o){let a=e.childCursor(),{i:s,off:l}=a.findPos(n,1),{i:u,off:c}=a.findPos(t,-1),d=t-n;for(let e of r)d+=e.length;e.length+=d,Ab(e,u,c,s,l,r,0,i,o)}let AS="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},AC="undefined"!=typeof document?document:{documentElement:{style:{}}},Ak=/Edge\/(\d+)/.exec(AS.userAgent),AM=/MSIE \d/.test(AS.userAgent),AT=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(AS.userAgent),AI=!!(AM||AT||Ak),AA=!AI&&/gecko\/(\d+)/i.test(AS.userAgent),AD=!AI&&/Chrome\/(\d+)/.exec(AS.userAgent),AP="webkitFontSmoothing"in AC.documentElement.style,AR=!AI&&/Apple Computer/.test(AS.vendor),A_=AR&&(/Mobile\/\w+/.test(AS.userAgent)||AS.maxTouchPoints>2);var AO={mac:A_||/Mac/.test(AS.platform),windows:/Win/.test(AS.platform),linux:/Linux|X11/.test(AS.platform),ie:AI,ie_version:AM?AC.documentMode||6:AT?+AT[1]:Ak?+Ak[1]:0,gecko:AA,gecko_version:AA?+(/Firefox\/(\d+)/.exec(AS.userAgent)||[0,0])[1]:0,chrome:!!AD,chrome_version:AD?+AD[1]:0,ios:A_,android:/Android\b/.test(AS.userAgent),webkit:AP,safari:AR,webkit_version:AP?+(/\bAppleWebKit\/(\d+)/.exec(AS.userAgent)||[0,0])[1]:0,tabSize:null!=AC.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class AE extends Av{constructor(e){super(),this.text=e}get length(){return this.text.length}createDOM(e){this.setDOM(e||document.createTextNode(this.text))}sync(e,t){this.dom||this.createDOM(),this.dom.nodeValue!=this.text&&(t&&t.node==this.dom&&(t.written=!0),this.dom.nodeValue=this.text)}reuseDOM(e){3==e.nodeType&&this.createDOM(e)}merge(e,t,n){return!(8&this.flags)&&(!n||n instanceof AE&&!(this.length-(t-e)+n.length>256)&&!(8&n.flags))&&(this.text=this.text.slice(0,e)+(n?n.text:"")+this.text.slice(t),this.markDirty(),!0)}split(e){let t=new AE(this.text.slice(e));return this.text=this.text.slice(0,e),this.markDirty(),t.flags|=8&this.flags,t}localPosFromDOM(e,t){return e==this.dom?t:t?this.text.length:0}domAtPos(e){return new Ag(this.dom,e)}domBoundsAround(e,t,n){return{from:n,to:n+this.length,startDOM:this.dom,endDOM:this.dom.nextSibling}}coordsAt(e,t){return function(e,t,n){let r=e.nodeValue.length;t>r&&(t=r);let i=t,o=t,a=0;0==t&&n<0||t==r&&n>=0?!(AO.chrome||AO.gecko)&&(t?(i--,a=1):o<r&&(o++,a=-1)):n<0?i--:o<r&&o++;let s=Au(e,i,o).getClientRects();if(!s.length)return null;let l=s[(a?a<0:n>=0)?0:s.length-1];return AO.safari&&!a&&0==l.width&&(l=Array.prototype.find.call(s,e=>e.width)||l),a?Ai(l,a<0):l||null}(this.dom,e,t)}}class AL extends Av{constructor(e,t=[],n=0){for(let r of(super(),this.mark=e,this.children=t,this.length=n,t))r.setParent(this)}setAttrs(e){if(Ad(e),this.mark.class&&(e.className=this.mark.class),this.mark.attrs)for(let t in this.mark.attrs)e.setAttribute(t,this.mark.attrs[t]);return e}canReuseDOM(e){return super.canReuseDOM(e)&&!((this.flags|e.flags)&8)}reuseDOM(e){e.nodeName==this.mark.tagName.toUpperCase()&&(this.setDOM(e),this.flags|=6)}sync(e,t){this.dom?4&this.flags&&this.setAttrs(this.dom):this.setDOM(this.setAttrs(document.createElement(this.mark.tagName))),super.sync(e,t)}merge(e,t,n,r,i,o){return(!n||!!(n instanceof AL&&n.mark.eq(this.mark))&&(!e||!(i<=0))&&(!(t<this.length)||!(o<=0)))&&(Aw(this,e,t,n?n.children.slice():[],i-1,o-1),this.markDirty(),!0)}split(e){let t=[],n=0,r=-1,i=0;for(let o of this.children){let a=n+o.length;a>e&&t.push(n<e?o.split(e-n):o),r<0&&n>=e&&(r=i),n=a,i++}let o=this.length-e;return this.length=e,r>-1&&(this.children.length=r,this.markDirty()),new AL(this.mark,t,o)}domAtPos(e){return AN(this,e)}coordsAt(e,t){return Az(this,e,t)}}class AZ extends Av{static create(e,t,n){return new AZ(e,t,n)}constructor(e,t,n){super(),this.widget=e,this.length=t,this.side=n,this.prevWidget=null}split(e){let t=AZ.create(this.widget,this.length-e,this.side);return this.length-=e,t}sync(e){this.dom&&this.widget.updateDOM(this.dom,e)||(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(e)),this.widget.editable||(this.dom.contentEditable="false"))}getSide(){return this.side}merge(e,t,n,r,i,o){return(!n||n instanceof AZ&&!!this.widget.compare(n.widget)&&(!(e>0)||!(i<=0))&&(!(t<this.length)||!(o<=0)))&&(this.length=e+(n?n.length:0)+(this.length-t),!0)}become(e){return e instanceof AZ&&e.side==this.side&&this.widget.constructor==e.widget.constructor&&(this.widget.compare(e.widget)||this.markDirty(!0),this.dom&&!this.prevWidget&&(this.prevWidget=this.widget),this.widget=e.widget,this.length=e.length,!0)}ignoreMutation(){return!0}ignoreEvent(e){return this.widget.ignoreEvent(e)}get overrideDOMText(){if(0==this.length)return TR.empty;let e=this;for(;e.parent;)e=e.parent;let{view:t}=e,n=t&&t.state.doc,r=this.posAtStart;return n?n.slice(r,r+this.length):TR.empty}domAtPos(e){return(this.length?0==e:this.side>0)?Ag.before(this.dom):Ag.after(this.dom,e==this.length)}domBoundsAround(){return null}coordsAt(e,t){let n=this.widget.coordsAt(this.dom,e,t);if(n)return n;let r=this.dom.getClientRects(),i=null;if(!r.length)return null;let o=this.side?this.side<0:e>0;for(let t=o?r.length-1:0;i=r[t],e>0?0!=t:t!=r.length-1&&!(i.top<i.bottom);t+=o?-1:1);return Ai(i,!o)}get isEditable(){return!1}get isWidget(){return!0}get isHidden(){return this.widget.isHidden}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}}class AB extends Av{constructor(e){super(),this.side=e}get length(){return 0}merge(){return!1}become(e){return e instanceof AB&&e.side==this.side}split(){return new AB(this.side)}sync(){if(!this.dom){let e=document.createElement("img");e.className="cm-widgetBuffer",e.setAttribute("aria-hidden","true"),this.setDOM(e)}}getSide(){return this.side}domAtPos(e){return this.side>0?Ag.before(this.dom):Ag.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(e){return this.dom.getBoundingClientRect()}get overrideDOMText(){return TR.empty}get isHidden(){return!0}}function AN(e,t){let n=e.dom,{children:r}=e,i=0;for(let e=0;i<r.length;i++){let o=r[i],a=e+o.length;if(!(a==e&&0>=o.getSide())){if(t>e&&t<a&&o.dom.parentNode==n)return o.domAtPos(t-e);if(t<=e)break;e=a}}for(let e=i;e>0;e--){let t=r[e-1];if(t.dom.parentNode==n)return t.domAtPos(t.length)}for(let e=i;e<r.length;e++){let t=r[e];if(t.dom.parentNode==n)return t.domAtPos(0)}return new Ag(n,0)}function Az(e,t,n){let r=null,i=-1,o=null,a=-1;!function e(t,s){for(let l=0,u=0;l<t.children.length&&u<=s;l++){let c=t.children[l],d=u+c.length;d>=s&&(c.children.length?e(c,s-u):(!o||o.isHidden&&n>0)&&(d>s||u==d&&c.getSide()>0)?(o=c,a=s-u):(u<s||u==d&&0>c.getSide()&&!c.isHidden)&&(r=c,i=s-u)),u=d}}(e,t);let s=(n<0?r:o)||r||o;return s?s.coordsAt(Math.max(0,s==r?i:a),n):function(e){let t=e.dom.lastChild;if(!t)return e.dom.getBoundingClientRect();let n=I9(t);return n[n.length-1]||null}(e)}function AF(e,t){for(let n in e)"class"==n&&t.class?t.class+=" "+e.class:"style"==n&&t.style?t.style+=";"+e.style:t[n]=e[n];return t}AE.prototype.children=AZ.prototype.children=AB.prototype.children=Am;let Aj=Object.create(null);function AV(e,t,n){if(e==t)return!0;e||(e=Aj),t||(t=Aj);let r=Object.keys(e),i=Object.keys(t);if(r.length-(n&&r.indexOf(n)>-1?1:0)!=i.length-(n&&i.indexOf(n)>-1?1:0))return!1;for(let o of r)if(o!=n&&(-1==i.indexOf(o)||e[o]!==t[o]))return!1;return!0}function AH(e,t,n){let r=!1;if(t)for(let i in t)n&&i in n||(r=!0,"style"==i?e.style.cssText="":e.removeAttribute(i));if(n)for(let i in n)t&&t[i]==n[i]||(r=!0,"style"==i?e.style.cssText=n[i]:e.setAttribute(i,n[i]));return r}class A${eq(e){return!1}updateDOM(e,t){return!1}compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}get estimatedHeight(){return -1}get lineBreaks(){return 0}ignoreEvent(e){return!0}coordsAt(e,t,n){return null}get isHidden(){return!1}get editable(){return!1}destroy(e){}}var AW=((b=AW||(AW={}))[b.Text=0]="Text",b[b.WidgetBefore=1]="WidgetBefore",b[b.WidgetAfter=2]="WidgetAfter",b[b.WidgetRange=3]="WidgetRange",b);class AG extends ID{constructor(e,t,n,r){super(),this.startSide=e,this.endSide=t,this.widget=n,this.spec=r}get heightRelevant(){return!1}static mark(e){return new Aq(e)}static widget(e){let t=Math.max(-1e4,Math.min(1e4,e.side||0)),n=!!e.block;return t+=n&&!e.inlineOrder?t>0?3e8:-4e8:t>0?1e8:-1e8,new AY(e,t,t,n,e.widget||null,!1)}static replace(e){let t=!!e.block,n,r;if(e.isBlockGap)n=-5e8,r=4e8;else{let{start:i,end:o}=AX(e,t);n=(i?t?-3e8:-1:5e8)-1,r=(o?t?2e8:1:-6e8)+1}return new AY(e,n,r,t,e.widget||null,!0)}static line(e){return new AU(e)}static set(e,t=!1){return IO.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}AG.none=IO.empty;class Aq extends AG{constructor(e){let{start:t,end:n}=AX(e);super(t?-1:5e8,n?1:-6e8,null,e),this.tagName=e.tagName||"span",this.class=e.class||"",this.attrs=e.attributes||null}eq(e){var t,n;return this==e||e instanceof Aq&&this.tagName==e.tagName&&(this.class||(null==(t=this.attrs)?void 0:t.class))==(e.class||(null==(n=e.attrs)?void 0:n.class))&&AV(this.attrs,e.attrs,"class")}range(e,t=e){if(e>=t)throw RangeError("Mark decorations may not be empty");return super.range(e,t)}}Aq.prototype.point=!1;class AU extends AG{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof AU&&this.spec.class==e.spec.class&&AV(this.spec.attributes,e.spec.attributes)}range(e,t=e){if(t!=e)throw RangeError("Line decoration ranges must be zero-length");return super.range(e,t)}}AU.prototype.mapMode=TW.TrackBefore,AU.prototype.point=!0;class AY extends AG{constructor(e,t,n,r,i,o){super(t,n,i,e),this.block=r,this.isReplace=o,this.mapMode=r?t<=0?TW.TrackBefore:TW.TrackAfter:TW.TrackDel}get type(){return this.startSide!=this.endSide?AW.WidgetRange:this.startSide<=0?AW.WidgetBefore:AW.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){var t,n;return e instanceof AY&&(t=this.widget,t==(n=e.widget)||!!(t&&n&&t.compare(n)))&&this.block==e.block&&this.startSide==e.startSide&&this.endSide==e.endSide}range(e,t=e){if(this.isReplace&&(e>t||e==t&&this.startSide>0&&this.endSide<=0))throw RangeError("Invalid range for replacement decoration");if(!this.isReplace&&t!=e)throw RangeError("Widget decorations can only have zero-length ranges");return super.range(e,t)}}function AX(e,t=!1){let{inclusiveStart:n,inclusiveEnd:r}=e;return null==n&&(n=e.inclusive),null==r&&(r=e.inclusive),{start:null!=n?n:t,end:null!=r?r:t}}function AK(e,t,n,r=0){let i=n.length-1;i>=0&&n[i]+r>=e?n[i]=Math.max(n[i],t):n.push(e,t)}AY.prototype.point=!0;class AQ extends Av{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(e,t,n,r,i,o){if(n){if(!(n instanceof AQ))return!1;this.dom||n.transferDOM(this)}return r&&this.setDeco(n?n.attrs:null),Aw(this,e,t,n?n.children.slice():[],i,o),!0}split(e){let t=new AQ;if(t.breakAfter=this.breakAfter,0==this.length)return t;let{i:n,off:r}=this.childPos(e);r&&(t.append(this.children[n].split(r),0),this.children[n].merge(r,this.children[n].length,null,!1,0,0),n++);for(let e=n;e<this.children.length;e++)t.append(this.children[e],0);for(;n>0&&0==this.children[n-1].length;)this.children[--n].destroy();return this.children.length=n,this.markDirty(),this.length=e,t}transferDOM(e){this.dom&&(this.markDirty(),e.setDOM(this.dom),e.prevAttrs=void 0===this.prevAttrs?this.attrs:this.prevAttrs,this.prevAttrs=void 0,this.dom=null)}setDeco(e){AV(this.attrs,e)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=e)}append(e,t){!function e(t,n,r){let i,{children:o}=t;r>0&&n instanceof AL&&o.length&&(i=o[o.length-1])instanceof AL&&i.mark.eq(n.mark)?e(i,n.children[0],r-1):(o.push(n),n.setParent(t)),t.length+=n.length}(this,e,t)}addLineDeco(e){let t=e.spec.attributes,n=e.spec.class;t&&(this.attrs=AF(t,this.attrs||{})),n&&(this.attrs=AF({class:n},this.attrs||{}))}domAtPos(e){return AN(this,e)}reuseDOM(e){"DIV"==e.nodeName&&(this.setDOM(e),this.flags|=6)}sync(e,t){var n;this.dom?4&this.flags&&(Ad(this.dom),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0):(this.setDOM(document.createElement("div")),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0),void 0!==this.prevAttrs&&(AH(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(e,t);let r=this.dom.lastChild;for(;r&&Av.get(r)instanceof AL;)r=r.lastChild;if(!r||!this.length||"BR"!=r.nodeName&&(null==(n=Av.get(r))?void 0:n.isEditable)==!1&&(!AO.ios||!this.children.some(e=>e instanceof AE))){let e=document.createElement("BR");e.cmIgnore=!0,this.dom.appendChild(e)}}measureTextSize(){if(0==this.children.length||this.length>20)return null;let e=0,t;for(let n of this.children){if(!(n instanceof AE)||/[^ -~]/.test(n.text))return null;let r=I9(n.dom);if(1!=r.length)return null;e+=r[0].width,t=r[0].height}return e?{lineHeight:this.dom.getBoundingClientRect().height,charWidth:e/this.length,textHeight:t}:null}coordsAt(e,t){let n=Az(this,e,t);if(!this.children.length&&n&&this.parent){let{heightOracle:e}=this.parent.view.viewState,t=n.bottom-n.top;if(2>Math.abs(t-e.lineHeight)&&e.textHeight<t){let r=(t-e.textHeight)/2;return{top:n.top+r,bottom:n.bottom-r,left:n.left,right:n.left}}}return n}become(e){return e instanceof AQ&&0==this.children.length&&0==e.children.length&&AV(this.attrs,e.attrs)&&this.breakAfter==e.breakAfter}covers(){return!0}static find(e,t){for(let n=0,r=0;n<e.children.length;n++){let i=e.children[n],o=r+i.length;if(o>=t){if(i instanceof AQ)return i;if(o>t)break}r=o+i.breakAfter}return null}}class AJ extends Av{constructor(e,t,n){super(),this.widget=e,this.length=t,this.deco=n,this.breakAfter=0,this.prevWidget=null}merge(e,t,n,r,i,o){return(!n||n instanceof AJ&&!!this.widget.compare(n.widget)&&(!(e>0)||!(i<=0))&&(!(t<this.length)||!(o<=0)))&&(this.length=e+(n?n.length:0)+(this.length-t),!0)}domAtPos(e){return 0==e?Ag.before(this.dom):Ag.after(this.dom,e==this.length)}split(e){let t=this.length-e;this.length=e;let n=new AJ(this.widget,t,this.deco);return n.breakAfter=this.breakAfter,n}get children(){return Am}sync(e){this.dom&&this.widget.updateDOM(this.dom,e)||(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(e)),this.widget.editable||(this.dom.contentEditable="false"))}get overrideDOMText(){return this.parent?this.parent.view.state.doc.slice(this.posAtStart,this.posAtEnd):TR.empty}domBoundsAround(){return null}become(e){return e instanceof AJ&&e.widget.constructor==this.widget.constructor&&(e.widget.compare(this.widget)||this.markDirty(!0),this.dom&&!this.prevWidget&&(this.prevWidget=this.widget),this.widget=e.widget,this.length=e.length,this.deco=e.deco,this.breakAfter=e.breakAfter,!0)}ignoreMutation(){return!0}ignoreEvent(e){return this.widget.ignoreEvent(e)}get isEditable(){return!1}get isWidget(){return!0}coordsAt(e,t){let n=this.widget.coordsAt(this.dom,e,t);return n||(this.widget instanceof A0?null:Ai(this.dom.getBoundingClientRect(),this.length?0==e:t<=0))}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}covers(e){let{startSide:t,endSide:n}=this.deco;return t!=n&&(e<0?t<0:n>0)}}class A0 extends A${constructor(e){super(),this.height=e}toDOM(){let e=document.createElement("div");return e.className="cm-gap",this.updateDOM(e),e}eq(e){return e.height==this.height}updateDOM(e){return e.style.height=this.height+"px",!0}get editable(){return!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}}class A1{constructor(e,t,n,r){this.doc=e,this.pos=t,this.end=n,this.disallowBlockEffectsFor=r,this.content=[],this.curLine=null,this.breakAtStart=0,this.pendingBuffer=0,this.bufferMarks=[],this.atCursorPos=!0,this.openStart=-1,this.openEnd=-1,this.text="",this.textOff=0,this.cursor=e.iter(),this.skip=t}posCovered(){if(0==this.content.length)return!this.breakAtStart&&this.doc.lineAt(this.pos).from!=this.pos;let e=this.content[this.content.length-1];return!(e.breakAfter||e instanceof AJ&&e.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new AQ),this.atCursorPos=!0),this.curLine}flushBuffer(e=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(A2(new AB(-1),e),e.length),this.pendingBuffer=0)}addBlockWidget(e){this.flushBuffer(),this.curLine=null,this.content.push(e)}finish(e){this.pendingBuffer&&e<=this.bufferMarks.length?this.flushBuffer():this.pendingBuffer=0,this.posCovered()||e&&this.content.length&&this.content[this.content.length-1]instanceof AJ||this.getLine()}buildText(e,t,n){for(;e>0;){if(this.textOff==this.text.length){let{value:t,lineBreak:n,done:r}=this.cursor.next(this.skip);if(this.skip=0,r)throw Error("Ran out of text content when drawing inline views");if(n){this.posCovered()||this.getLine(),this.content.length?this.content[this.content.length-1].breakAfter=1:this.breakAtStart=1,this.flushBuffer(),this.curLine=null,this.atCursorPos=!0,e--;continue}this.text=t,this.textOff=0}let r=Math.min(this.text.length-this.textOff,e,512);this.flushBuffer(t.slice(t.length-n)),this.getLine().append(A2(new AE(this.text.slice(this.textOff,this.textOff+r)),t),n),this.atCursorPos=!0,this.textOff+=r,e-=r,n=0}}span(e,t,n,r){this.buildText(t-e,n,r),this.pos=t,this.openStart<0&&(this.openStart=r)}point(e,t,n,r,i,o){if(this.disallowBlockEffectsFor[o]&&n instanceof AY){if(n.block)throw RangeError("Block decorations may not be specified via plugins");if(t>this.doc.lineAt(this.pos).to)throw RangeError("Decorations that replace line breaks may not be specified via plugins")}let a=t-e;if(n instanceof AY)if(n.block)n.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new AJ(n.widget||A5.block,a,n));else{let o=AZ.create(n.widget||A5.inline,a,a?0:n.startSide),s=this.atCursorPos&&!o.isEditable&&i<=r.length&&(e<t||n.startSide>0),l=!o.isEditable&&(e<t||i>r.length||n.startSide<=0),u=this.getLine();2!=this.pendingBuffer||s||o.isEditable||(this.pendingBuffer=0),this.flushBuffer(r),s&&(u.append(A2(new AB(1),r),i),i=r.length+Math.max(0,i-r.length)),u.append(A2(o,r),i),this.atCursorPos=l,this.pendingBuffer=l?e<t||i>r.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=r.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(n);a&&(this.textOff+a<=this.text.length?this.textOff+=a:(this.skip+=a-(this.text.length-this.textOff),this.text="",this.textOff=0),this.pos=t),this.openStart<0&&(this.openStart=i)}static build(e,t,n,r,i){let o=new A1(e,t,n,i);return o.openEnd=IO.spans(r,t,n,o),o.openStart<0&&(o.openStart=o.openEnd),o.finish(o.openEnd),o}}function A2(e,t){for(let n of t)e=new AL(n,[e],e.length);return e}class A5 extends A${constructor(e){super(),this.tag=e}eq(e){return e.tag==this.tag}toDOM(){return document.createElement(this.tag)}updateDOM(e){return e.nodeName.toLowerCase()==this.tag}get isHidden(){return!0}}A5.inline=new A5("span"),A5.block=new A5("div");var A3=((w=A3||(A3={}))[w.LTR=0]="LTR",w[w.RTL=1]="RTL",w);let A4=A3.LTR,A6=A3.RTL;function A8(e){let t=[];for(let n=0;n<e.length;n++)t.push(1<<e[n]);return t}let A9=A8("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),A7=A8("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),De=Object.create(null),Dt=[];for(let e of["()","[]","{}"]){let t=e.charCodeAt(0),n=e.charCodeAt(1);De[t]=n,De[n]=-t}function Dn(e){return e<=247?A9[e]:1424<=e&&e<=1524?2:1536<=e&&e<=1785?A7[e-1536]:1774<=e&&e<=2220?4:8192<=e&&e<=8204?256:64336<=e&&e<=65023?4:1}let Dr=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class Di{get dir(){return this.level%2?A6:A4}constructor(e,t,n){this.from=e,this.to=t,this.level=n}side(e,t){return this.dir==t==e?this.to:this.from}forward(e,t){return e==(this.dir==t)}static find(e,t,n,r){let i=-1;for(let o=0;o<e.length;o++){let a=e[o];if(a.from<=t&&a.to>=t){if(a.level==n)return o;(i<0||(0!=r?r<0?a.from<t:a.to>t:e[i].level>a.level))&&(i=o)}}if(i<0)throw RangeError("Index out of range");return i}}let Do=[];function Da(e){return[new Di(0,e,0)]}let Ds="",Dl=T3.define(),Du=T3.define(),Dc=T3.define(),Dd=T3.define(),Dh=T3.define(),Dp=T3.define(),Df=T3.define(),Dg=T3.define(),Dm=T3.define(),Dv=T3.define({combine:e=>e.some(e=>e)}),Dy=T3.define({combine:e=>e.some(e=>e)}),Dx=T3.define();class Db{constructor(e,t="nearest",n="nearest",r=5,i=5,o=!1){this.range=e,this.y=t,this.x=n,this.yMargin=r,this.xMargin=i,this.isSnapshot=o}map(e){return e.empty?this:new Db(this.range.map(e),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}clip(e){return this.range.to<=e.doc.length?this:new Db(T1.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}let Dw=Ix.define({map:(e,t)=>e.map(t)}),DS=Ix.define();function DC(e,t,n){let r=e.facet(Dd);r.length?r[0](t):window.onerror?window.onerror(String(t),n,void 0,void 0,t):n?console.error(n+":",t):console.error(t)}let Dk=T3.define({combine:e=>!e.length||e[0]}),DM=0,DT=T3.define();class DI{constructor(e,t,n,r,i){this.id=e,this.create=t,this.domEventHandlers=n,this.domEventObservers=r,this.extension=i(this)}static define(e,t){let{eventHandlers:n,eventObservers:r,provide:i,decorations:o}=t||{};return new DI(DM++,e,n,r,e=>{let t=[DT.of(e)];return o&&t.push(DR.of(t=>{let n=t.plugin(e);return n?o(n):AG.none})),i&&t.push(i(e)),t})}static fromClass(e,t){return DI.define(t=>new e(t),t)}}class DA{constructor(e){this.spec=e,this.mustUpdate=null,this.value=null}update(e){if(this.value){if(this.mustUpdate){let e=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(e)}catch(t){if(DC(e.state,t,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch(e){}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.create(e)}catch(t){DC(e.state,t,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var t;if(null==(t=this.value)?void 0:t.destroy)try{this.value.destroy()}catch(t){DC(e.state,t,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}let DD=T3.define(),DP=T3.define(),DR=T3.define(),D_=T3.define(),DO=T3.define(),DE=T3.define();function DL(e,t){let n=e.state.facet(DE);if(!n.length)return n;let r=n.map(t=>t instanceof Function?t(e):t),i=[];return IO.spans(r,t.from,t.to,{point(){},span(e,n,r,o){let a=e-t.from,s=n-t.from,l=i;for(let e=r.length-1;e>=0;e--,o--){let n=r[e].spec.bidiIsolate,i;if(null==n&&(n=function(e,t,n){for(let r=t;r<n;r++){let t=Dn(e.charCodeAt(r));if(1==t)break;if(2==t||4==t)return A6}return A4}(t.text,a,s)),o>0&&l.length&&(i=l[l.length-1]).to==a&&i.direction==n)i.to=s,l=i.inner;else{let e={from:a,to:s,direction:n,inner:[]};l.push(e),l=e.inner}}}}),i}let DZ=T3.define();function DB(e){let t=0,n=0,r=0,i=0;for(let o of e.state.facet(DZ)){let a=o(e);a&&(null!=a.left&&(t=Math.max(t,a.left)),null!=a.right&&(n=Math.max(n,a.right)),null!=a.top&&(r=Math.max(r,a.top)),null!=a.bottom&&(i=Math.max(i,a.bottom)))}return{left:t,right:n,top:r,bottom:i}}let DN=T3.define();class Dz{constructor(e,t,n,r){this.fromA=e,this.toA=t,this.fromB=n,this.toB=r}join(e){return new Dz(Math.min(this.fromA,e.fromA),Math.max(this.toA,e.toA),Math.min(this.fromB,e.fromB),Math.max(this.toB,e.toB))}addToSet(e){let t=e.length,n=this;for(;t>0;t--){let r=e[t-1];if(!(r.fromA>n.toA)){if(r.toA<n.fromA)break;n=n.join(r),e.splice(t-1,1)}}return e.splice(t,0,n),e}static extendWithRanges(e,t){if(0==t.length)return e;let n=[];for(let r=0,i=0,o=0,a=0;;r++){let s=r==e.length?null:e[r],l=o-a,u=s?s.fromB:1e9;for(;i<t.length&&t[i]<u;){let e=t[i],r=t[i+1],o=Math.max(a,e),s=Math.min(u,r);if(o<=s&&new Dz(o+l,s+l,o,s).addToSet(n),r>u)break;i+=2}if(!s)return n;new Dz(s.fromA,s.toA,s.fromB,s.toB).addToSet(n),o=s.toA,a=s.toB}}}class DF{constructor(e,t,n){for(let r of(this.view=e,this.state=t,this.transactions=n,this.flags=0,this.startState=e.state,this.changes=Tq.empty(this.startState.doc.length),n))this.changes=this.changes.compose(r.changes);let r=[];this.changes.iterChangedRanges((e,t,n,i)=>r.push(new Dz(e,t,n,i))),this.changedRanges=r}static create(e,t,n){return new DF(e,t,n)}get viewportChanged(){return(4&this.flags)>0}get viewportMoved(){return(8&this.flags)>0}get heightChanged(){return(2&this.flags)>0}get geometryChanged(){return this.docChanged||(18&this.flags)>0}get focusChanged(){return(1&this.flags)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some(e=>e.selection)}get empty(){return 0==this.flags&&0==this.transactions.length}}class Dj extends Av{get length(){return this.view.state.doc.length}constructor(e){super(),this.view=e,this.decorations=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.markedForComposition=new Set,this.editContextFormatting=AG.none,this.lastCompositionAfterCursor=!1,this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.setDOM(e.contentDOM),this.children=[new AQ],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new Dz(0,0,0,e.state.doc.length)],0,null)}update(e){var t,n,r,i,o,a;let s,l,u=e.changedRanges;this.minWidth>0&&u.length&&(u.every(({fromA:e,toA:t})=>t<this.minWidthFrom||e>this.minWidthTo)?(this.minWidthFrom=e.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=e.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0),this.updateEditContextFormatting(e);let c=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&((null==(t=this.domChanged)?void 0:t.newSel)?c=this.domChanged.newSel.head:(n=e.changes,r=this.hasComposition,s=!1,r&&n.iterChangedRanges((e,t)=>{e<r.to&&t>r.from&&(s=!0)}),s||e.selectionSet||(c=e.state.selection.main.head)));let d=c>-1?function(e,t,n){let r=DV(e,n);if(!r)return null;let{node:i,from:o,to:a}=r,s=i.nodeValue;if(/[\n\r]/.test(s)||e.state.doc.sliceString(r.from,r.to)!=s)return null;let l=t.invertedDesc,u=new Dz(l.mapPos(o),l.mapPos(a),o,a),c=[];for(let t=i.parentNode;;t=t.parentNode){let n=Av.get(t);if(n instanceof AL)c.push({node:t,deco:n.mark});else{if(n instanceof AQ||"DIV"==t.nodeName&&t.parentNode==e.contentDOM)return{range:u,text:i,marks:c,line:t};if(t==e.contentDOM)return null;c.push({node:t,deco:new Aq({inclusive:!0,attributes:function(e){let t=Object.create(null);for(let n=0;n<e.attributes.length;n++){let r=e.attributes[n];t[r.name]=r.value}return t}(t),tagName:t.tagName.toLowerCase()})})}}}(this.view,e.changes,c):null;if(this.domChanged=null,this.hasComposition){this.markedForComposition.clear();let{from:t,to:n}=this.hasComposition;u=new Dz(t,n,e.changes.mapPos(t,-1),e.changes.mapPos(n,1)).addToSet(u.slice())}this.hasComposition=d?{from:d.range.fromB,to:d.range.toB}:null,(AO.ie||AO.chrome)&&!d&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let h=(i=this.decorations,o=this.updateDeco(),a=e.changes,l=new DH,IO.compare(i,o,a,l),l.changes);return u=Dz.extendWithRanges(u,h),(!!(7&this.flags)||0!=u.length)&&(this.updateInner(u,e.startState.doc.length,d),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,t,n){this.view.viewState.mustMeasureContent=!0,this.updateChildren(e,t,n);let{observer:r}=this.view;r.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let e=AO.chrome||AO.ios?{node:r.selectionRange.focusNode,written:!1}:void 0;this.sync(this.view,e),this.flags&=-8,e&&(e.written||r.selectionRange.focusNode!=e.node)&&(this.forceSelection=!0),this.dom.style.height=""}),this.markedForComposition.forEach(e=>e.flags&=-9);let i=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let e of this.children)e instanceof AJ&&e.widget instanceof A0&&i.push(e.dom);r.updateGaps(i)}updateChildren(e,t,n){let r=n?n.range.addToSet(e.slice()):e,i=this.childCursor(t);for(let e=r.length-1;;e--){let t=e>=0?r[e]:null;if(!t)break;let{fromA:o,toA:a,fromB:s,toB:l}=t,u,c,d,h;if(n&&n.range.fromB<l&&n.range.toB>s){let e=A1.build(this.view.state.doc,s,n.range.fromB,this.decorations,this.dynamicDecorationMap),t=A1.build(this.view.state.doc,n.range.toB,l,this.decorations,this.dynamicDecorationMap);c=e.breakAtStart,d=e.openStart,h=t.openEnd;let r=this.compositionView(n);t.breakAtStart?r.breakAfter=1:t.content.length&&r.merge(r.length,r.length,t.content[0],!1,t.openStart,0)&&(r.breakAfter=t.content[0].breakAfter,t.content.shift()),e.content.length&&r.merge(0,0,e.content[e.content.length-1],!0,0,e.openEnd)&&e.content.pop(),u=e.content.concat(r).concat(t.content)}else({content:u,breakAtStart:c,openStart:d,openEnd:h}=A1.build(this.view.state.doc,s,l,this.decorations,this.dynamicDecorationMap));let{i:p,off:f}=i.findPos(a,1),{i:g,off:m}=i.findPos(o,-1);Ab(this,g,m,p,f,u,c,d,h)}n&&this.fixCompositionDOM(n)}updateEditContextFormatting(e){for(let t of(this.editContextFormatting=this.editContextFormatting.map(e.changes),e.transactions))for(let e of t.effects)e.is(DS)&&(this.editContextFormatting=e.value)}compositionView(e){let t=new AE(e.text.nodeValue);for(let{deco:n}of(t.flags|=8,e.marks))t=new AL(n,[t],t.length);let n=new AQ;return n.append(t,0),n}fixCompositionDOM(e){let t=(e,t)=>{t.flags|=8|!!t.children.some(e=>7&e.flags),this.markedForComposition.add(t);let n=Av.get(e);n&&n!=t&&(n.dom=null),t.setDOM(e)},n=this.childPos(e.range.fromB,1),r=this.children[n.i];t(e.line,r);for(let i=e.marks.length-1;i>=-1;i--)n=r.childPos(n.off,1),r=r.children[n.i],t(i>=0?e.marks[i].node:e.text,r)}updateSelection(e=!1,t=!1){var n;(e||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let r=this.view.root.activeElement,i=r==this.dom,o=!i&&!(this.view.state.facet(Dk)||this.dom.tabIndex>-1)&&I8(this.dom,this.view.observer.selectionRange)&&!(r&&this.dom.contains(r));if(!(i||t||o))return;let a=this.forceSelection;this.forceSelection=!1;let s=this.view.state.selection.main,l=this.moveToLine(this.domAtPos(s.anchor)),u=s.empty?l:this.moveToLine(this.domAtPos(s.head));if(AO.gecko&&s.empty&&!this.hasComposition&&1==(n=l).node.nodeType&&n.node.firstChild&&(0==n.offset||"false"==n.node.childNodes[n.offset-1].contentEditable)&&(n.offset==n.node.childNodes.length||"false"==n.node.childNodes[n.offset].contentEditable)){let e=document.createTextNode("");this.view.observer.ignore(()=>l.node.insertBefore(e,l.node.childNodes[l.offset]||null)),l=u=new Ag(e,0),a=!0}let c=this.view.observer.selectionRange;!a&&c.focusNode&&(I7(l.node,l.offset,c.anchorNode,c.anchorOffset)&&I7(u.node,u.offset,c.focusNode,c.focusOffset)||this.suppressWidgetCursorChange(c,s))||(this.view.observer.ignore(()=>{AO.android&&AO.chrome&&this.dom.contains(c.focusNode)&&function(e,t){for(let n=e;n&&n!=t;n=n.assignedSlot||n.parentNode)if(1==n.nodeType&&"false"==n.contentEditable)return!0;return!1}(c.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let e=I4(this.view.root);if(e)if(s.empty){if(AO.gecko){var t,n;let e=(t=l.node,n=l.offset,1!=t.nodeType?0:(n&&"false"==t.childNodes[n-1].contentEditable?1:0)|2*(n<t.childNodes.length&&"false"==t.childNodes[n].contentEditable));if(e&&3!=e){let t=(1==e?Ap:Af)(l.node,l.offset);t&&(l=new Ag(t.node,t.offset))}}e.collapse(l.node,l.offset),null!=s.bidiLevel&&void 0!==e.caretBidiLevel&&(e.caretBidiLevel=s.bidiLevel)}else if(e.extend){e.collapse(l.node,l.offset);try{e.extend(u.node,u.offset)}catch(e){}}else{let t=document.createRange();s.anchor>s.head&&([l,u]=[u,l]),t.setEnd(u.node,u.offset),t.setStart(l.node,l.offset),e.removeAllRanges(),e.addRange(t)}o&&this.view.root.activeElement==this.dom&&(this.dom.blur(),r&&r.focus())}),this.view.observer.setSelectionRange(l,u)),this.impreciseAnchor=l.precise?null:new Ag(c.anchorNode,c.anchorOffset),this.impreciseHead=u.precise?null:new Ag(c.focusNode,c.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&I7(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset)&&this.posFromDOM(e.focusNode,e.focusOffset)==t.head}enforceCursorAssoc(){if(this.hasComposition)return;let{view:e}=this,t=e.state.selection.main,n=I4(e.root),{anchorNode:r,anchorOffset:i}=e.observer.selectionRange;if(!n||!t.empty||!t.assoc||!n.modify)return;let o=AQ.find(this,t.head);if(!o)return;let a=o.posAtStart;if(t.head==a||t.head==a+o.length)return;let s=this.coordsAt(t.head,-1),l=this.coordsAt(t.head,1);if(!s||!l||s.bottom>l.top)return;let u=this.domAtPos(t.head+t.assoc);n.collapse(u.node,u.offset),n.modify("move",t.assoc<0?"forward":"backward","lineboundary"),e.observer.readSelectionRange();let c=e.observer.selectionRange;e.docView.posFromDOM(c.anchorNode,c.anchorOffset)!=t.from&&n.collapse(r,i)}moveToLine(e){let t=this.dom,n;if(e.node!=t)return e;for(let r=e.offset;!n&&r<t.childNodes.length;r++){let e=Av.get(t.childNodes[r]);e instanceof AQ&&(n=e.domAtPos(0))}for(let r=e.offset-1;!n&&r>=0;r--){let e=Av.get(t.childNodes[r]);e instanceof AQ&&(n=e.domAtPos(e.length))}return n?new Ag(n.node,n.offset,!0):e}nearest(e){for(let t=e;t;){let e=Av.get(t);if(e&&e.rootView==this)return e;t=t.parentNode}return null}posFromDOM(e,t){let n=this.nearest(e);if(!n)throw RangeError("Trying to find position for a DOM position outside of the document");return n.localPosFromDOM(e,t)+n.posAtStart}domAtPos(e){let{i:t,off:n}=this.childCursor().findPos(e,-1);for(;t<this.children.length-1;){let e=this.children[t];if(n<e.length||e instanceof AQ)break;t++,n=0}return this.children[t].domAtPos(n)}coordsAt(e,t){let n=null,r=0;for(let i=this.length,o=this.children.length-1;o>=0;o--){let a=this.children[o],s=i-a.breakAfter,l=s-a.length;if(s<e)break;if(l<=e&&(l<e||a.covers(-1))&&(s>e||a.covers(1))&&(!n||a instanceof AQ&&!(n instanceof AQ&&t>=0)))n=a,r=l;else if(n&&l==e&&s==e&&a instanceof AJ&&2>Math.abs(t))if(a.deco.startSide<0)break;else o&&(n=null);i=l}return n?n.coordsAt(e-r,t):null}coordsForChar(e){let{i:t,off:n}=this.childPos(e,1),r=this.children[t];if(!(r instanceof AQ))return null;for(;r.children.length;){let{i:e,off:t}=r.childPos(n,1);for(;;e++){if(e==r.children.length)return null;if((r=r.children[e]).length)break}n=t}if(!(r instanceof AE))return null;let i=TF(r.text,n);if(i==n)return null;let o=Au(r.dom,n,i).getClientRects();for(let e=0;e<o.length;e++){let t=o[e];if(e==o.length-1||t.top<t.bottom&&t.left<t.right)return t}return null}measureVisibleLineHeights(e){let t=[],{from:n,to:r}=e,i=this.view.contentDOM.clientWidth,o=i>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,a=-1,s=this.view.textDirection==A3.LTR;for(let e=0,l=0;l<this.children.length;l++){let u=this.children[l],c=e+u.length;if(c>r)break;if(e>=n){let n=u.dom.getBoundingClientRect();if(t.push(n.height),o){let t=u.dom.lastChild,r=t?I9(t):[];if(r.length){let t=r[r.length-1],o=s?t.right-n.left:n.right-t.left;o>a&&(a=o,this.minWidth=i,this.minWidthFrom=e,this.minWidthTo=c)}}}e=c+u.breakAfter}return t}textDirectionAt(e){let{i:t}=this.childPos(e,1);return"rtl"==getComputedStyle(this.children[t].dom).direction?A3.RTL:A3.LTR}measureTextSize(){for(let e of this.children)if(e instanceof AQ){let t=e.measureTextSize();if(t)return t}let e=document.createElement("div"),t,n,r;return e.className="cm-line",e.style.width="99999px",e.style.position="absolute",e.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.dom.appendChild(e);let i=I9(e.firstChild)[0];t=e.getBoundingClientRect().height,n=i?i.width/27:7,r=i?i.height:t,e.remove()}),{lineHeight:t,charWidth:n,textHeight:r}}childCursor(e=this.length){let t=this.children.length;return t&&(e-=this.children[--t].length),new Ax(this.children,e,t)}computeBlockGapDeco(){let e=[],t=this.view.viewState;for(let n=0,r=0;;r++){let i=r==t.viewports.length?null:t.viewports[r],o=i?i.from-1:this.length;if(o>n){let r=(t.lineBlockAt(o).bottom-t.lineBlockAt(n).top)/this.view.scaleY;e.push(AG.replace({widget:new A0(r),block:!0,inclusive:!0,isBlockGap:!0}).range(n,o))}if(!i)break;n=i.to+1}return AG.set(e)}updateDeco(){let e=1,t=this.view.state.facet(DR).map(t=>(this.dynamicDecorationMap[e++]="function"==typeof t)?t(this.view):t),n=!1,r=this.view.state.facet(D_).map((e,t)=>{let r="function"==typeof e;return r&&(n=!0),r?e(this.view):e});for(r.length&&(this.dynamicDecorationMap[e++]=n,t.push(IO.join(r))),this.decorations=[this.editContextFormatting,...t,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];e<this.decorations.length;)this.dynamicDecorationMap[e++]=!1;return this.decorations}scrollIntoView(e){if(e.isSnapshot){let t=this.view.viewState.lineBlockAt(e.range.head);this.view.scrollDOM.scrollTop=t.top-e.yMargin,this.view.scrollDOM.scrollLeft=e.xMargin;return}for(let t of this.view.state.facet(Dx))try{if(t(this.view,e.range,e))return!0}catch(e){DC(this.view.state,e,"scroll handler")}let{range:t}=e,n=this.coordsAt(t.head,t.empty?t.assoc:t.head>t.anchor?-1:1),r;if(!n)return;!t.empty&&(r=this.coordsAt(t.anchor,t.anchor>t.head?-1:1))&&(n={left:Math.min(n.left,r.left),top:Math.min(n.top,r.top),right:Math.max(n.right,r.right),bottom:Math.max(n.bottom,r.bottom)});let i=DB(this.view),o={left:n.left-i.left,top:n.top-i.top,right:n.right+i.right,bottom:n.bottom+i.bottom},{offsetWidth:a,offsetHeight:s}=this.view.scrollDOM;!function(e,t,n,r,i,o,a,s){let l=e.ownerDocument,u=l.defaultView||window;for(let c=e,d=!1;c&&!d;)if(1==c.nodeType){let e,h=c==l.body,p=1,f=1;if(h)e=function(e){let t=e.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.innerWidth,top:0,bottom:e.innerHeight}}(u);else{if(/^(fixed|sticky)$/.test(getComputedStyle(c).position)&&(d=!0),c.scrollHeight<=c.clientHeight&&c.scrollWidth<=c.clientWidth){c=c.assignedSlot||c.parentNode;continue}let t=c.getBoundingClientRect();({scaleX:p,scaleY:f}=Ao(c,t)),e={left:t.left,right:t.left+c.clientWidth*p,top:t.top,bottom:t.top+c.clientHeight*f}}let g=0,m=0;if("nearest"==i)t.top<e.top?(m=t.top-(e.top+a),n>0&&t.bottom>e.bottom+m&&(m=t.bottom-e.bottom+a)):t.bottom>e.bottom&&(m=t.bottom-e.bottom+a,n<0&&t.top-m<e.top&&(m=t.top-(e.top+a)));else{let r=t.bottom-t.top,o=e.bottom-e.top;m=("center"==i&&r<=o?t.top+r/2-o/2:"start"==i||"center"==i&&n<0?t.top-a:t.bottom-o+a)-e.top}if("nearest"==r?t.left<e.left?(g=t.left-(e.left+o),n>0&&t.right>e.right+g&&(g=t.right-e.right+o)):t.right>e.right&&(g=t.right-e.right+o,n<0&&t.left<e.left+g&&(g=t.left-(e.left+o))):g=("center"==r?t.left+(t.right-t.left)/2-(e.right-e.left)/2:"start"==r==s?t.left-o:t.right-(e.right-e.left)+o)-e.left,g||m)if(h)u.scrollBy(g,m);else{let e=0,n=0;if(m){let e=c.scrollTop;c.scrollTop+=m/f,n=(c.scrollTop-e)*f}if(g){let t=c.scrollLeft;c.scrollLeft+=g/p,e=(c.scrollLeft-t)*p}t={left:t.left-e,top:t.top-n,right:t.right-e,bottom:t.bottom-n},e&&1>Math.abs(e-g)&&(r="nearest"),n&&1>Math.abs(n-m)&&(i="nearest")}if(h)break;(t.top<e.top||t.bottom>e.bottom||t.left<e.left||t.right>e.right)&&(t={left:Math.max(t.left,e.left),right:Math.min(t.right,e.right),top:Math.max(t.top,e.top),bottom:Math.min(t.bottom,e.bottom)}),c=c.assignedSlot||c.parentNode}else if(11==c.nodeType)c=c.host;else break}(this.view.scrollDOM,o,t.head<t.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,a),-a),Math.max(Math.min(e.yMargin,s),-s),this.view.textDirection==A3.LTR)}}function DV(e,t){let n=e.observer.selectionRange;if(!n.focusNode)return null;let r=Ap(n.focusNode,n.focusOffset),i=Af(n.focusNode,n.focusOffset),o=r||i;if(i&&r&&i.node!=r.node){let t=Av.get(i.node);if(!t||t instanceof AE&&t.text!=i.node.nodeValue)o=i;else if(e.docView.lastCompositionAfterCursor){let e=Av.get(r.node);!e||e instanceof AE&&e.text!=r.node.nodeValue||(o=i)}}if(e.docView.lastCompositionAfterCursor=o!=r,!o)return null;let a=t-o.offset;return{from:a,to:a+o.node.nodeValue.length,node:o.node}}let DH=class{constructor(){this.changes=[]}compareRange(e,t){AK(e,t,this.changes)}comparePoint(e,t){AK(e,t,this.changes)}boundChange(e){AK(e,e,this.changes)}};function D$(e,t){return e.top<t.bottom-1&&e.bottom>t.top+1}function DW(e,t){return t<e.top?{top:t,left:e.left,right:e.right,bottom:e.bottom}:e}function DG(e,t){return t>e.bottom?{top:e.top,left:e.left,right:e.right,bottom:t}:e}function Dq(e,t,n){let r=e.nodeValue.length,i=-1,o=1e9,a=0;for(let s=0;s<r;s++){let r=Au(e,s,s+1).getClientRects();for(let l=0;l<r.length;l++){let u=r[l];if(u.top==u.bottom)continue;a||(a=t-u.left);let c=(u.top>n?u.top-n:n-u.bottom)-1;if(u.left-1<=t&&u.right+1>=t&&c<o){let n=t>=(u.left+u.right)/2,r=n;if((AO.chrome||AO.gecko)&&Au(e,s).getBoundingClientRect().left==u.right&&(r=!n),c<=0)return{node:e,offset:s+ +!!r};i=s+ +!!r,o=c}}}return{node:e,offset:i>-1?i:a>0?e.nodeValue.length:0}}function DU(e,t,n,r=-1){var i,o;let a=e.contentDOM.getBoundingClientRect(),s=a.top+e.viewState.paddingTop,l,{docHeight:u}=e.viewState,{x:c,y:d}=t,h=d-s;if(h<0)return 0;if(h>u)return e.state.doc.length;for(let t=e.viewState.heightOracle.textHeight/2,i=!1;(l=e.elementAtHeight(h)).type!=AW.Text;)for(;!((h=r>0?l.bottom+t:l.top-t)>=0)||!(h<=u);){if(i)return n?null:0;i=!0,r=-r}d=s+h;let p=l.from;if(p<e.viewport.from)return 0==e.viewport.from?0:n?null:DY(e,a,l,c,d);if(p>e.viewport.to)return e.viewport.to==e.state.doc.length?e.state.doc.length:n?null:DY(e,a,l,c,d);let f=e.dom.ownerDocument,g=e.root.elementFromPoint?e.root:f,m=g.elementFromPoint(c,d);m&&!e.contentDOM.contains(m)&&(m=null),!m&&(c=Math.max(a.left+1,Math.min(a.right-1,c)),(m=g.elementFromPoint(c,d))&&!e.contentDOM.contains(m)&&(m=null));let v,y=-1;if(m&&(null==(i=e.docView.nearest(m))?void 0:i.isEditable)!=!1){if(f.caretPositionFromPoint){let e=f.caretPositionFromPoint(c,d);e&&({offsetNode:v,offset:y}=e)}else if(f.caretRangeFromPoint){let t=f.caretRangeFromPoint(c,d);t&&({startContainer:v,startOffset:y}=t,(!e.contentDOM.contains(v)||AO.safari&&function(e,t,n){let r;if(3!=e.nodeType||t!=(r=e.nodeValue.length))return!1;for(let t=e.nextSibling;t;t=t.nextSibling)if(1!=t.nodeType||"BR"!=t.nodeName)return!1;return Au(e,r-1,r).getBoundingClientRect().left>n}(v,y,c)||AO.chrome&&function(e,t,n){if(0!=t)return!1;for(let t=e;;){let e=t.parentNode;if(!e||1!=e.nodeType||e.firstChild!=t)return!1;if(e.classList.contains("cm-line"))break;t=e}return n-(1==e.nodeType?e.getBoundingClientRect():Au(e,0,Math.max(e.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,y,c))&&(v=void 0))}v&&(y=Math.min(Ar(v),y))}if(!v||!e.docView.dom.contains(v)){let t=AQ.find(e.docView,p);if(!t)return h>l.top+l.height/2?l.to:l.from;({node:v,offset:y}=function e(t,n,r){let i,o,a,s,l,u,c,d,h=!1;for(let g=t.firstChild;g;g=g.nextSibling){let t=I9(g);for(let m=0;m<t.length;m++){var p,f;let v=t[m];u&&D$(u,v)&&(v=DW(DG(v,u.bottom),u.top));let y=(p=v).left>n?p.left-n:Math.max(0,n-p.right),x=(f=v).top>r?f.top-r:Math.max(0,r-f.bottom);if(0==y&&0==x)return 3==g.nodeType?Dq(g,n,r):e(g,n,r);if(!l||d>x||d==x&&c>y){l=g,u=v,c=y,d=x;let e=x?r<v.top?-1:1:y?n<v.left?-1:1:0;h=!e||(e>0?m<t.length-1:m>0)}0==y?r>v.bottom&&(!a||a.bottom<v.bottom)?(i=g,a=v):r<v.top&&(!s||s.top>v.top)&&(o=g,s=v):a&&D$(a,v)?a=DG(a,v.bottom):s&&D$(s,v)&&(s=DW(s,v.top))}}if(a&&a.bottom>=r?(l=i,u=a):s&&s.top<=r&&(l=o,u=s),!l)return{node:t,offset:0};let g=Math.max(u.left,Math.min(u.right,n));if(3==l.nodeType)return Dq(l,g,r);if(h&&"false"!=l.contentEditable)return e(l,g,r);let m=Array.prototype.indexOf.call(t.childNodes,l)+ +(n>=(u.left+u.right)/2);return{node:t,offset:m}}(t.dom,c,d))}let x=e.docView.nearest(v);if(!x)return null;if(!x.isWidget||(null==(o=x.dom)?void 0:o.nodeType)!=1)return x.localPosFromDOM(v,y)+x.posAtStart;{let e=x.dom.getBoundingClientRect();return t.y<e.top||t.y<=e.bottom&&t.x<=(e.left+e.right)/2?x.posAtStart:x.posAtEnd}}function DY(e,t,n,r,i){let o=Math.round((r-t.left)*e.defaultCharacterWidth);if(e.lineWrapping&&n.height>1.5*e.defaultLineHeight){let t=e.viewState.heightOracle.textHeight;o+=Math.floor((i-n.top-(e.defaultLineHeight-t)*.5)/t)*e.viewState.heightOracle.lineLength}let a=e.state.sliceDoc(n.from,n.to);return n.from+IG(a,o,e.state.tabSize)}function DX(e,t){let n=e.lineBlockAt(t);if(Array.isArray(n.type)){for(let e of n.type)if(e.to>t||e.to==t&&(e.to==n.to||e.type==AW.Text))return e}return n}function DK(e,t,n,r){let i=e.state.doc.lineAt(t.head),o=e.bidiSpans(i),a=e.textDirectionAt(i.from);for(let s=t,l=null;;){let t=function(e,t,n,r,i){var o;let a=r.head-e.from,s=Di.find(t,a,null!=(o=r.bidiLevel)?o:-1,r.assoc),l=t[s],u=l.side(i,n);if(a==u){let e=s+=i?1:-1;if(e<0||e>=t.length)return null;a=(l=t[s=e]).side(!i,n),u=l.side(i,n)}let c=TF(e.text,a,l.forward(i,n));(c<l.from||c>l.to)&&(c=u),Ds=e.text.slice(Math.min(a,c),Math.max(a,c));let d=s==(i?t.length-1:0)?null:t[s+(i?1:-1)];return d&&c==u&&d.level+ +!i<l.level?T1.cursor(d.side(!i,n)+e.from,d.forward(i,n)?1:-1,d.level):T1.cursor(c+e.from,l.forward(i,n)?-1:1,l.level)}(i,o,a,s,n),u=Ds;if(!t){if(i.number==(n?e.state.doc.lines:1))return s;u="\n",i=e.state.doc.line(i.number+(n?1:-1)),o=e.bidiSpans(i),t=e.visualLineSide(i,!n)}if(l){if(!l(u))return s}else{if(!r)return t;l=r(u)}s=t}}function DQ(e,t,n){for(;;){let r=0;for(let i of e)i.between(t-1,t+1,(e,i,o)=>{if(t>e&&t<i){let o=r||n||(t-e<i-t?-1:1);t=o<0?e:i,r=o}});if(!r)return t}}function DJ(e,t,n){let r=DQ(e.state.facet(DO).map(t=>t(e)),n.from,t.head>n.from?-1:1);return r==n.from?n:T1.cursor(r,r<n.from?1:-1)}class D0{constructor(e,t){this.points=e,this.text="",this.lineSeparator=t.facet(II.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=""}readRange(e,t){if(!e)return this;let n=e.parentNode;for(let r=e;;){this.findPointBefore(n,r);let e=this.text.length;this.readNode(r);let i=r.nextSibling;if(i==t)break;let o=Av.get(r),a=Av.get(i);(o&&a?o.breakAfter:(o?o.breakAfter:At(r))||At(i)&&("BR"!=r.nodeName||r.cmIgnore)&&this.text.length>e)&&this.lineBreak(),r=i}return this.findPointBefore(n,t),this}readTextNode(e){let t=e.nodeValue;for(let n of this.points)n.node==e&&(n.pos=this.text.length+Math.min(n.offset,t.length));for(let n=0,r=this.lineSeparator?null:/\r\n?|\n/g;;){let i=-1,o=1,a;if(this.lineSeparator?(i=t.indexOf(this.lineSeparator,n),o=this.lineSeparator.length):(a=r.exec(t))&&(i=a.index,o=a[0].length),this.append(t.slice(n,i<0?t.length:i)),i<0)break;if(this.lineBreak(),o>1)for(let t of this.points)t.node==e&&t.pos>this.text.length&&(t.pos-=o-1);n=i+o}}readNode(e){if(e.cmIgnore)return;let t=Av.get(e),n=t&&t.overrideDOMText;if(null!=n){this.findPointInside(e,n.length);for(let e=n.iter();!e.next().done;)e.lineBreak?this.lineBreak():this.append(e.value)}else 3==e.nodeType?this.readTextNode(e):"BR"==e.nodeName?e.nextSibling&&this.lineBreak():1==e.nodeType&&this.readRange(e.firstChild,null)}findPointBefore(e,t){for(let n of this.points)n.node==e&&e.childNodes[n.offset]==t&&(n.pos=this.text.length)}findPointInside(e,t){for(let n of this.points)(3==e.nodeType?n.node==e:e.contains(n.node))&&(n.pos=this.text.length+(!function(e,t,n){for(;;){if(!t||n<Ar(t))return!1;if(t==e)return!0;n=Ae(t)+1,t=t.parentNode}}(e,n.node,n.offset)?0:t))}}class D1{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class D2{constructor(e,t,n,r){this.typeOver=r,this.bounds=null,this.text="",this.domChanged=t>-1;let{impreciseHead:i,impreciseAnchor:o}=e.docView;if(e.state.readOnly&&t>-1)this.newSel=null;else if(t>-1&&(this.bounds=e.docView.domBoundsAround(t,n,0))){let t=i||o?[]:function(e){let t=[];if(e.root.activeElement!=e.contentDOM)return t;let{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:o}=e.observer.selectionRange;return n&&(t.push(new D1(n,r)),(i!=n||o!=r)&&t.push(new D1(i,o))),t}(e),n=new D0(t,e.state);n.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=n.text,this.newSel=function(e,t){if(0==e.length)return null;let n=e[0].pos,r=2==e.length?e[1].pos:n;return n>-1&&r>-1?T1.single(n+t,r+t):null}(t,this.bounds.from)}else{let t=e.observer.selectionRange,n=i&&i.node==t.focusNode&&i.offset==t.focusOffset||!I6(e.contentDOM,t.focusNode)?e.state.selection.main.head:e.docView.posFromDOM(t.focusNode,t.focusOffset),r=o&&o.node==t.anchorNode&&o.offset==t.anchorOffset||!I6(e.contentDOM,t.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset),a=e.viewport;if((AO.ios||AO.chrome)&&e.state.selection.main.empty&&n!=r&&(a.from>0||a.to<e.state.doc.length)){let t=Math.min(n,r),i=Math.max(n,r),o=a.from-t,s=a.to-i;(0==o||1==o||0==t)&&(0==s||-1==s||i==e.state.doc.length)&&(n=0,r=e.state.doc.length)}this.newSel=T1.single(r,n)}}}function D5(e,t){let n,{newSel:r}=t,i=e.state.selection.main,o=e.inputState.lastKeyTime>Date.now()-100?e.inputState.lastKeyCode:-1;if(t.bounds){let{from:r,to:a}=t.bounds,s=i.from,l=null;(8===o||AO.android&&t.text.length<a-r)&&(s=i.to,l="end");let u=function(e,t,n,r){let i=Math.min(e.length,t.length),o=0;for(;o<i&&e.charCodeAt(o)==t.charCodeAt(o);)o++;if(o==i&&e.length==t.length)return null;let a=e.length,s=t.length;for(;a>0&&s>0&&e.charCodeAt(a-1)==t.charCodeAt(s-1);)a--,s--;if("end"==r){let e=Math.max(0,o-Math.min(a,s));n-=a+e-o}if(a<o&&e.length<t.length){let e=n<=o&&n>=a?o-n:0;o-=e,s=o+(s-a),a=o}else if(s<o){let e=n<=o&&n>=s?o-n:0;o-=e,a=o+(a-s),s=o}return{from:o,toA:a,toB:s}}(e.state.doc.sliceString(r,a,""),t.text,s-r,l);u&&(AO.chrome&&13==o&&u.toB==u.from+2&&""==t.text.slice(u.from,u.toB)&&u.toB--,n={from:r+u.from,to:r+u.toA,insert:TR.of(t.text.slice(u.from,u.toB).split(""))})}else r&&(!e.hasFocus&&e.state.facet(Dk)||r.main.eq(i))&&(r=null);if(!n&&!r)return!1;if(!n&&t.typeOver&&!i.empty&&r&&r.main.empty?n={from:i.from,to:i.to,insert:e.state.doc.slice(i.from,i.to)}:(AO.mac||AO.android)&&n&&n.from==n.to&&n.from==i.head-1&&/^\. ?$/.test(n.insert.toString())&&"off"==e.contentDOM.getAttribute("autocorrect")?(r&&2==n.insert.length&&(r=T1.single(r.main.anchor-1,r.main.head-1)),n={from:n.from,to:n.to,insert:TR.of([n.insert.toString().replace("."," ")])}):n&&n.from>=i.from&&n.to<=i.to&&(n.from!=i.from||n.to!=i.to)&&i.to-i.from-(n.to-n.from)<=4?n={from:i.from,to:i.to,insert:e.state.doc.slice(i.from,n.from).append(n.insert).append(e.state.doc.slice(n.to,i.to))}:AO.chrome&&n&&n.from==n.to&&n.from==i.head&&"\n "==n.insert.toString()&&e.lineWrapping&&(r&&(r=T1.single(r.main.anchor-1,r.main.head-1)),n={from:i.from,to:i.to,insert:TR.of([" "])}),n)return D3(e,n,r,o);if(!r||r.main.eq(i))return!1;{let t=!1,n="select";return e.inputState.lastSelectionTime>Date.now()-50&&("select"==e.inputState.lastSelectionOrigin&&(t=!0),n=e.inputState.lastSelectionOrigin),e.dispatch({selection:r,scrollIntoView:t,userEvent:n}),!0}}function D3(e,t,n,r=-1){let i;if(AO.ios&&e.inputState.flushIOSKey(t))return!0;let o=e.state.selection.main;if(AO.android&&(t.to==o.to&&(t.from==o.from||t.from==o.from-1&&" "==e.state.sliceDoc(t.from,o.from))&&1==t.insert.length&&2==t.insert.lines&&Ac(e.contentDOM,"Enter",13)||(t.from==o.from-1&&t.to==o.to&&0==t.insert.length||8==r&&t.insert.length<t.to-t.from&&t.to>o.head)&&Ac(e.contentDOM,"Backspace",8)||t.from==o.from&&t.to==o.to+1&&0==t.insert.length&&Ac(e.contentDOM,"Delete",46)))return!0;let a=t.insert.toString();e.inputState.composing>=0&&e.inputState.composing++;let s=()=>i||(i=function(e,t,n){let r,i=e.state,o=i.selection.main;if(t.from>=o.from&&t.to<=o.to&&t.to-t.from>=(o.to-o.from)/3&&(!n||n.main.empty&&n.main.from==t.from+t.insert.length)&&e.inputState.composing<0){let n=o.from<t.from?i.sliceDoc(o.from,t.from):"",a=o.to>t.to?i.sliceDoc(t.to,o.to):"";r=i.replaceSelection(e.state.toText(n+t.insert.sliceString(0,void 0,e.state.lineBreak)+a))}else{let a=i.changes(t),s=n&&n.main.to<=a.newLength?n.main:void 0;if(i.selection.ranges.length>1&&e.inputState.composing>=0&&t.to<=o.to&&t.to>=o.to-10){let l=e.state.sliceDoc(t.from,t.to),u,c=n&&DV(e,n.main.head);if(c){let e=t.insert.length-(t.to-t.from);u={from:c.from,to:c.to-e}}else u=e.state.doc.lineAt(o.head);let d=o.to-t.to,h=o.to-o.from;r=i.changeByRange(n=>{if(n.from==o.from&&n.to==o.to)return{changes:a,range:s||n.map(a)};let r=n.to-d,c=r-l.length;if(n.to-n.from!=h||e.state.sliceDoc(c,r)!=l||n.to>=u.from&&n.from<=u.to)return{range:n};let p=i.changes({from:c,to:r,insert:t.insert}),f=n.to-o.to;return{changes:p,range:s?T1.range(Math.max(0,s.anchor+f),Math.max(0,s.head+f)):n.map(p)}})}else r={changes:a,selection:s&&i.selection.replaceRange(s)}}let a="input.type";return(e.composing||e.inputState.compositionPendingChange&&e.inputState.compositionEndedAt>Date.now()-50)&&(e.inputState.compositionPendingChange=!1,a+=".compose",e.inputState.compositionFirstChange&&(a+=".start",e.inputState.compositionFirstChange=!1)),i.update(r,{userEvent:a,scrollIntoView:!0})}(e,t,n));return e.state.facet(Dp).some(n=>n(e,t.from,t.to,a,s))||e.dispatch(s()),!0}class D4{setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){this.view=e,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.pendingIOSKey=void 0,this.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=e.hasFocus,AO.safari&&e.contentDOM.addEventListener("input",()=>null),AO.gecko&&function(e){Pb.has(e)||(Pb.add(e),e.addEventListener("copy",()=>{}),e.addEventListener("cut",()=>{}))}(e.contentDOM.ownerDocument)}handleEvent(e){!(!function(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target,r;n!=e.contentDOM;n=n.parentNode)if(!n||11==n.nodeType||(r=Av.get(n))&&r.ignoreEvent(t))return!1;return!0}(this.view,e)||this.ignoreDuringComposition(e))&&("keydown"==e.type&&this.keydown(e)||(0!=this.view.updateState?Promise.resolve().then(()=>this.runHandlers(e.type,e)):this.runHandlers(e.type,e)))}runHandlers(e,t){let n=this.handlers[e];if(n){for(let e of n.observers)e(this.view,t);for(let e of n.handlers){if(t.defaultPrevented)break;if(e(this.view,t)){t.preventDefault();break}}}}ensureHandlers(e){let t=function(e){let t=Object.create(null);function n(e){return t[e]||(t[e]={observers:[],handlers:[]})}for(let t of e){let e=t.spec;if(e&&e.domEventHandlers)for(let r in e.domEventHandlers){let i=e.domEventHandlers[r];i&&n(r).handlers.push(D6(t.value,i))}if(e&&e.domEventObservers)for(let r in e.domEventObservers){let i=e.domEventObservers[r];i&&n(r).observers.push(D6(t.value,i))}}for(let e in Pn)n(e).handlers.push(Pn[e]);for(let e in Pr)n(e).observers.push(Pr[e]);return t}(e),n=this.handlers,r=this.view.contentDOM;for(let e in t)if("scroll"!=e){let i=!t[e].handlers.length,o=n[e];o&&!o.handlers.length!=i&&(r.removeEventListener(e,this.handleEvent),o=null),o||r.addEventListener(e,this.handleEvent,{passive:i})}for(let e in n)"scroll"==e||t[e]||r.removeEventListener(e,this.handleEvent);this.handlers=t}keydown(e){let t;return this.lastKeyCode=e.keyCode,this.lastKeyTime=Date.now(),!!(9==e.keyCode&&this.tabFocusMode>-1&&(!this.tabFocusMode||Date.now()<=this.tabFocusMode))||((this.tabFocusMode>0&&27!=e.keyCode&&0>D7.indexOf(e.keyCode)&&(this.tabFocusMode=-1),AO.android&&AO.chrome&&!e.synthetic&&(13==e.keyCode||8==e.keyCode))?(this.view.observer.delayAndroidKey(e.key,e.keyCode),!0):AO.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&((t=D8.find(t=>t.keyCode==e.keyCode))&&!e.ctrlKey||D9.indexOf(e.key)>-1&&e.ctrlKey&&!e.shiftKey)?(this.pendingIOSKey=t||e,setTimeout(()=>this.flushIOSKey(),250),!0):(229!=e.keyCode&&this.view.observer.forceFlush(),!1))}flushIOSKey(e){let t=this.pendingIOSKey;return!(!t||"Enter"==t.key&&e&&e.from<e.to&&/^\S+$/.test(e.insert.toString()))&&(this.pendingIOSKey=void 0,Ac(this.view.contentDOM,t.key,t.keyCode,t instanceof KeyboardEvent?t:void 0))}ignoreDuringComposition(e){return!!/^key/.test(e.type)&&(this.composing>0||!!(AO.safari&&!AO.ios&&this.compositionPendingKey&&Date.now()-this.compositionEndedAt<100)&&(this.compositionPendingKey=!1,!0))}startMouseSelection(e){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=e}update(e){this.view.observer.update(e),this.mouseSelection&&this.mouseSelection.update(e),this.draggedContent&&e.docChanged&&(this.draggedContent=this.draggedContent.map(e.changes)),e.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}function D6(e,t){return(n,r)=>{try{return t.call(e,r,n)}catch(e){DC(n.state,e)}}}let D8=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],D9="dthko",D7=[16,17,18,20,91,92,224,225];function Pe(e){return .7*Math.max(0,e)+8}class Pt{constructor(e,t,n,r){this.view=e,this.startEvent=t,this.style=n,this.mustSelect=r,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=t,this.scrollParents=function(e){let t=e.ownerDocument,n,r;for(let i=e.parentNode;i;)if(i==t.body||n&&r)break;else if(1==i.nodeType)!r&&i.scrollHeight>i.clientHeight&&(r=i),!n&&i.scrollWidth>i.clientWidth&&(n=i),i=i.assignedSlot||i.parentNode;else if(11==i.nodeType)i=i.host;else break;return{x:n,y:r}}(e.contentDOM),this.atoms=e.state.facet(DO).map(t=>t(e));let i=e.contentDOM.ownerDocument;i.addEventListener("mousemove",this.move=this.move.bind(this)),i.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=t.shiftKey,this.multiple=e.state.facet(II.allowMultipleSelections)&&function(e,t){let n=e.state.facet(Dl);return n.length?n[0](t):AO.mac?t.metaKey:t.ctrlKey}(e,t),this.dragging=!!function(e,t){let{main:n}=e.state.selection;if(n.empty)return!1;let r=I4(e.root);if(!r||0==r.rangeCount)return!0;let i=r.getRangeAt(0).getClientRects();for(let e=0;e<i.length;e++){let n=i[e];if(n.left<=t.clientX&&n.right>=t.clientX&&n.top<=t.clientY&&n.bottom>=t.clientY)return!0}return!1}(e,t)&&1==Pf(t)&&null}start(e){!1===this.dragging&&this.select(e)}move(e){var t;if(0==e.buttons)return this.destroy();if(this.dragging||null==this.dragging&&10>(t=this.startEvent,Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))))return;this.select(this.lastEvent=e);let n=0,r=0,i=0,o=0,a=this.view.win.innerWidth,s=this.view.win.innerHeight;this.scrollParents.x&&({left:i,right:a}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:o,bottom:s}=this.scrollParents.y.getBoundingClientRect());let l=DB(this.view);e.clientX-l.left<=i+6?n=-Pe(i-e.clientX):e.clientX+l.right>=a-6&&(n=Pe(e.clientX-a)),e.clientY-l.top<=o+6?r=-Pe(o-e.clientY):e.clientY+l.bottom>=s-6&&(r=Pe(e.clientY-s)),this.setScrollSpeed(n,r)}up(e){null==this.dragging&&this.select(this.lastEvent),this.dragging||e.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let e=this.view.contentDOM.ownerDocument;e.removeEventListener("mousemove",this.move),e.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(e,t){this.scrollSpeed={x:e,y:t},e||t?this.scrolling<0&&(this.scrolling=setInterval(()=>this.scroll(),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){let{x:e,y:t}=this.scrollSpeed;e&&this.scrollParents.x&&(this.scrollParents.x.scrollLeft+=e,e=0),t&&this.scrollParents.y&&(this.scrollParents.y.scrollTop+=t,t=0),(e||t)&&this.view.win.scrollBy(e,t),!1===this.dragging&&this.select(this.lastEvent)}skipAtoms(e){let t=null;for(let n=0;n<e.ranges.length;n++){let r=e.ranges[n],i=null;if(r.empty){let e=DQ(this.atoms,r.from,0);e!=r.from&&(i=T1.cursor(e,-1))}else{let e=DQ(this.atoms,r.from,-1),t=DQ(this.atoms,r.to,1);(e!=r.from||t!=r.to)&&(i=T1.range(r.from==r.anchor?e:t,r.from==r.head?e:t))}i&&(t||(t=e.ranges.slice()),t[n]=i)}return t?T1.create(t,e.mainIndex):e}select(e){let{view:t}=this,n=this.skipAtoms(this.style.get(e,this.extend,this.multiple));(this.mustSelect||!n.eq(t.state.selection,!1===this.dragging))&&this.view.dispatch({selection:n,userEvent:"select.pointer"}),this.mustSelect=!1}update(e){e.transactions.some(e=>e.isUserEvent("input.type"))?this.destroy():this.style.update(e)&&setTimeout(()=>this.select(this.lastEvent),20)}}let Pn=Object.create(null),Pr=Object.create(null),Pi=AO.ie&&AO.ie_version<15||AO.ios&&AO.webkit_version<604;function Po(e,t,n){for(let r of e.facet(t))n=r(n,e);return n}function Pa(e,t){t=Po(e.state,Dg,t);let{state:n}=e,r,i=1,o=n.toText(t),a=o.lines==n.selection.ranges.length;if(null!=Pm&&n.selection.ranges.every(e=>e.empty)&&Pm==o.toString()){let e=-1;r=n.changeByRange(r=>{let s=n.doc.lineAt(r.from);if(s.from==e)return{range:r};e=s.from;let l=n.toText((a?o.line(i++).text:t)+n.lineBreak);return{changes:{from:s.from,insert:l},range:T1.cursor(r.from+l.length)}})}else r=a?n.changeByRange(e=>{let t=o.line(i++);return{changes:{from:e.from,to:e.to,insert:t.text},range:T1.cursor(e.from+t.length)}}):n.replaceSelection(o);e.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}function Ps(e,t,n,r){if(1==r)return T1.cursor(t,n);{if(2==r)return function(e,t,n=1){let r=e.charCategorizer(t),i=e.doc.lineAt(t),o=t-i.from;if(0==i.length)return T1.cursor(t);0==o?n=1:o==i.length&&(n=-1);let a=o,s=o;n<0?a=TF(i.text,o,!1):s=TF(i.text,o);let l=r(i.text.slice(a,s));for(;a>0;){let e=TF(i.text,a,!1);if(r(i.text.slice(e,a))!=l)break;a=e}for(;s<i.length;){let e=TF(i.text,s);if(r(i.text.slice(s,e))!=l)break;s=e}return T1.range(a+i.from,s+i.from)}(e.state,t,n);let i=AQ.find(e.docView,t),o=e.state.doc.lineAt(i?i.posAtEnd:t),a=i?i.posAtStart:o.from,s=i?i.posAtEnd:o.to;return s<e.state.doc.length&&s==o.to&&s++,T1.range(a,s)}}Pr.scroll=e=>{e.inputState.lastScrollTop=e.scrollDOM.scrollTop,e.inputState.lastScrollLeft=e.scrollDOM.scrollLeft},Pn.keydown=(e,t)=>(e.inputState.setSelectionOrigin("select"),27==t.keyCode&&0!=e.inputState.tabFocusMode&&(e.inputState.tabFocusMode=Date.now()+2e3),!1),Pr.touchstart=(e,t)=>{e.inputState.lastTouchTime=Date.now(),e.inputState.setSelectionOrigin("select.pointer")},Pr.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},Pn.mousedown=(e,t)=>{var n,r;let i,o,a;if(e.observer.flush(),e.inputState.lastTouchTime>Date.now()-2e3)return!1;let s=null;for(let n of e.state.facet(Dc))if(s=n(e,t))break;if(s||0!=t.button||(i=Pu(n=e,r=t),o=Pf(r),a=n.state.selection,s={update(e){e.docChanged&&(i.pos=e.changes.mapPos(i.pos),a=a.map(e.changes))},get(e,t,r){let s=Pu(n,e),l,u=Ps(n,s.pos,s.bias,o);if(i.pos!=s.pos&&!t){let e=Ps(n,i.pos,i.bias,o),t=Math.min(e.from,u.from),r=Math.max(e.to,u.to);u=t<u.from?T1.range(t,r):T1.range(r,t)}return t?a.replaceRange(a.main.extend(u.from,u.to)):r&&1==o&&a.ranges.length>1&&(l=function(e,t){for(let n=0;n<e.ranges.length;n++){let{from:r,to:i}=e.ranges[n];if(r<=t&&i>=t)return T1.create(e.ranges.slice(0,n).concat(e.ranges.slice(n+1)),e.mainIndex==n?0:e.mainIndex-(e.mainIndex>n))}return null}(a,s.pos))?l:r?a.addRange(u):T1.create([u])}}),s){let n=!e.hasFocus;e.inputState.startMouseSelection(new Pt(e,t,s,n)),n&&e.observer.ignore(()=>{Al(e.contentDOM);let t=e.root.activeElement;t&&!t.contains(e.contentDOM)&&t.blur()});let r=e.inputState.mouseSelection;if(r)return r.start(t),!1===r.dragging}return!1};let Pl=(e,t,n)=>t>=n.top&&t<=n.bottom&&e>=n.left&&e<=n.right;function Pu(e,t){let n=e.posAtCoords({x:t.clientX,y:t.clientY},!1);return{pos:n,bias:function(e,t,n,r){let i=AQ.find(e.docView,t);if(!i)return 1;let o=t-i.posAtStart;if(0==o)return 1;if(o==i.length)return -1;let a=i.coordsAt(o,-1);if(a&&Pl(n,r,a))return -1;let s=i.coordsAt(o,1);return s&&Pl(n,r,s)?1:a&&a.bottom>=r?-1:1}(e,n,t.clientX,t.clientY)}}let Pc=AO.ie&&AO.ie_version<=11,Pd=null,Ph=0,Pp=0;function Pf(e){if(!Pc)return e.detail;let t=Pd,n=Pp;return Pd=e,Pp=Date.now(),Ph=!t||n>Date.now()-400&&2>Math.abs(t.clientX-e.clientX)&&2>Math.abs(t.clientY-e.clientY)?(Ph+1)%3:1}function Pg(e,t,n,r){let i;if(!(n=Po(e.state,Dg,n)))return;let o=e.posAtCoords({x:t.clientX,y:t.clientY},!1),{draggedContent:a}=e.inputState,s=r&&a&&((i=e.state.facet(Du)).length?i[0](t):AO.mac?!t.altKey:!t.ctrlKey)?{from:a.from,to:a.to}:null,l={from:o,insert:n},u=e.state.changes(s?[s,l]:l);e.focus(),e.dispatch({changes:u,selection:{anchor:u.mapPos(o,-1),head:u.mapPos(o,1)},userEvent:s?"move.drop":"input.drop"}),e.inputState.draggedContent=null}Pn.dragstart=(e,t)=>{let{selection:{main:n}}=e.state;if(t.target.draggable){let r=e.docView.nearest(t.target);if(r&&r.isWidget){let e=r.posAtStart,t=e+r.length;(e>=n.to||t<=n.from)&&(n=T1.range(e,t))}}let{inputState:r}=e;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=n,t.dataTransfer&&(t.dataTransfer.setData("Text",Po(e.state,Dm,e.state.sliceDoc(n.from,n.to))),t.dataTransfer.effectAllowed="copyMove"),!1},Pn.dragend=e=>(e.inputState.draggedContent=null,!1),Pn.drop=(e,t)=>{if(!t.dataTransfer)return!1;if(e.state.readOnly)return!0;let n=t.dataTransfer.files;if(n&&n.length){let r=Array(n.length),i=0,o=()=>{++i==n.length&&Pg(e,t,r.filter(e=>null!=e).join(e.state.lineBreak),!1)};for(let e=0;e<n.length;e++){let t=new FileReader;t.onerror=o,t.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(t.result)||(r[e]=t.result),o()},t.readAsText(n[e])}return!0}{let n=t.dataTransfer.getData("Text");if(n)return Pg(e,t,n,!0),!0}return!1},Pn.paste=(e,t)=>{if(e.state.readOnly)return!0;e.observer.flush();let n=Pi?null:t.clipboardData;return n?(Pa(e,n.getData("text/plain")||n.getData("text/uri-list")),!0):(!function(e){let t=e.dom.parentNode;if(!t)return;let n=t.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus(),setTimeout(()=>{e.focus(),n.remove(),Pa(e,n.value)},50)}(e),!1)};let Pm=null;Pn.copy=Pn.cut=(e,t)=>{let{text:n,ranges:r,linewise:i}=function(e){let t=[],n=[],r=!1;for(let r of e.selection.ranges)r.empty||(t.push(e.sliceDoc(r.from,r.to)),n.push(r));if(!t.length){let i=-1;for(let{from:r}of e.selection.ranges){let o=e.doc.lineAt(r);o.number>i&&(t.push(o.text),n.push({from:o.from,to:Math.min(e.doc.length,o.to+1)})),i=o.number}r=!0}return{text:Po(e,Dm,t.join(e.lineBreak)),ranges:n,linewise:r}}(e.state);if(!n&&!i)return!1;Pm=i?n:null,"cut"!=t.type||e.state.readOnly||e.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let o=Pi?null:t.clipboardData;return o?(o.clearData(),o.setData("text/plain",n),!0):(!function(e,t){let n=e.dom.parentNode;if(!n)return;let r=n.appendChild(document.createElement("textarea"));r.style.cssText="position: fixed; left: -10000px; top: 10px",r.value=t,r.focus(),r.selectionEnd=t.length,r.selectionStart=0,setTimeout(()=>{r.remove(),e.focus()},50)}(e,n),!1)};let Pv=Im.define();function Py(e,t){let n=[];for(let r of e.facet(Df)){let i=r(e,t);i&&n.push(i)}return n?e.update({effects:n,annotations:Pv.of(!0)}):null}function Px(e){setTimeout(()=>{let t=e.hasFocus;if(t!=e.inputState.notifiedFocused){let n=Py(e.state,t);n?e.dispatch(n):e.update([])}},10)}Pr.focus=e=>{e.inputState.lastFocusTime=Date.now(),!e.scrollDOM.scrollTop&&(e.inputState.lastScrollTop||e.inputState.lastScrollLeft)&&(e.scrollDOM.scrollTop=e.inputState.lastScrollTop,e.scrollDOM.scrollLeft=e.inputState.lastScrollLeft),Px(e)},Pr.blur=e=>{e.observer.clearSelectionRange(),Px(e)},Pr.compositionstart=Pr.compositionupdate=e=>{!e.observer.editContext&&(null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0))},Pr.compositionend=e=>{e.observer.editContext||(e.inputState.composing=-1,e.inputState.compositionEndedAt=Date.now(),e.inputState.compositionPendingKey=!0,e.inputState.compositionPendingChange=e.observer.pendingRecords().length>0,e.inputState.compositionFirstChange=null,AO.chrome&&AO.android?e.observer.flushSoon():e.inputState.compositionPendingChange?Promise.resolve().then(()=>e.observer.flush()):setTimeout(()=>{e.inputState.composing<0&&e.docView.hasComposition&&e.update([])},50))},Pr.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},Pn.beforeinput=(e,t)=>{var n,r;let i;if("insertReplacementText"==t.inputType&&e.observer.editContext){let r=null==(n=t.dataTransfer)?void 0:n.getData("text/plain"),i=t.getTargetRanges();if(r&&i.length){let t=i[0],n=e.posAtDOM(t.startContainer,t.startOffset),o=e.posAtDOM(t.endContainer,t.endOffset);return D3(e,{from:n,to:o,insert:e.state.toText(r)},null),!0}}if(AO.chrome&&AO.android&&(i=D8.find(e=>e.inputType==t.inputType))&&(e.observer.delayAndroidKey(i.key,i.keyCode),"Backspace"==i.key||"Delete"==i.key)){let t=(null==(r=window.visualViewport)?void 0:r.height)||0;setTimeout(()=>{var n;((null==(n=window.visualViewport)?void 0:n.height)||0)>t+10&&e.hasFocus&&(e.contentDOM.blur(),e.focus())},100)}return AO.ios&&"deleteContentForward"==t.inputType&&e.observer.flushSoon(),AO.safari&&"insertText"==t.inputType&&e.inputState.composing>=0&&setTimeout(()=>Pr.compositionend(e,t),20),!1};let Pb=new Set,Pw=["pre-wrap","normal","pre-line","break-spaces"],PS=!1;class PC{constructor(e){this.lineWrapping=e,this.doc=TR.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30}heightForGap(e,t){let n=this.doc.lineAt(t).number-this.doc.lineAt(e).number+1;return this.lineWrapping&&(n+=Math.max(0,Math.ceil((t-e-n*this.lineLength*.5)/this.lineLength))),this.lineHeight*n}heightForLine(e){return this.lineWrapping?(1+Math.max(0,Math.ceil((e-this.lineLength)/(this.lineLength-5))))*this.lineHeight:this.lineHeight}setDoc(e){return this.doc=e,this}mustRefreshForWrapping(e){return Pw.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let t=!1;for(let n=0;n<e.length;n++){let r=e[n];r<0?n++:this.heightSamples[Math.floor(10*r)]||(t=!0,this.heightSamples[Math.floor(10*r)]=!0)}return t}refresh(e,t,n,r,i,o){let a=Pw.indexOf(e)>-1,s=Math.round(t)!=Math.round(this.lineHeight)||this.lineWrapping!=a;if(this.lineWrapping=a,this.lineHeight=t,this.charWidth=n,this.textHeight=r,this.lineLength=i,s){this.heightSamples={};for(let e=0;e<o.length;e++){let t=o[e];t<0?e++:this.heightSamples[Math.floor(10*t)]=!0}}return s}}class Pk{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class PM{constructor(e,t,n,r,i){this.from=e,this.length=t,this.top=n,this.height=r,this._content=i}get type(){return"number"==typeof this._content?AW.Text:Array.isArray(this._content)?this._content:this._content.type}get to(){return this.from+this.length}get bottom(){return this.top+this.height}get widget(){return this._content instanceof AY?this._content.widget:null}get widgetLineBreaks(){return"number"==typeof this._content?this._content:0}join(e){let t=(Array.isArray(this._content)?this._content:[this]).concat(Array.isArray(e._content)?e._content:[e]);return new PM(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var PT=((S=PT||(PT={}))[S.ByPos=0]="ByPos",S[S.ByHeight=1]="ByHeight",S[S.ByPosNoHeight=2]="ByPosNoHeight",S);class PI{constructor(e,t,n=2){this.length=e,this.height=t,this.flags=n}get outdated(){return(2&this.flags)>0}set outdated(e){this.flags=2*!!e|-3&this.flags}setHeight(e){this.height!=e&&(Math.abs(this.height-e)>.001&&(PS=!0),this.height=e)}replace(e,t,n){return PI.of(n)}decomposeLeft(e,t){t.push(this)}decomposeRight(e,t){t.push(this)}applyChanges(e,t,n,r){let i=this,o=n.doc;for(let a=r.length-1;a>=0;a--){let{fromA:s,toA:l,fromB:u,toB:c}=r[a],d=i.lineAt(s,PT.ByPosNoHeight,n.setDoc(t),0,0),h=d.to>=l?d:i.lineAt(l,PT.ByPosNoHeight,n,0,0);for(c+=h.to-l,l=h.to;a>0&&d.from<=r[a-1].toA;)s=r[a-1].fromA,u=r[a-1].fromB,a--,s<d.from&&(d=i.lineAt(s,PT.ByPosNoHeight,n,0,0));u+=d.from-s,s=d.from;let p=PE.build(n.setDoc(o),e,u,c);i=PA(i,i.replace(s,l,p))}return i.updateHeight(n,0)}static empty(){return new PP(0,0)}static of(e){if(1==e.length)return e[0];let t=0,n=e.length,r=0,i=0;for(;;)if(t==n)if(r>2*i){let i=e[t-1];i.break?e.splice(--t,1,i.left,null,i.right):e.splice(--t,1,i.left,i.right),n+=1+i.break,r-=i.size}else if(i>2*r){let t=e[n];t.break?e.splice(n,1,t.left,null,t.right):e.splice(n,1,t.left,t.right),n+=2+t.break,i-=t.size}else break;else if(r<i){let n=e[t++];n&&(r+=n.size)}else{let t=e[--n];t&&(i+=t.size)}let o=0;return null==e[t-1]?(o=1,t--):null==e[t]&&(o=1,n++),new P_(PI.of(e.slice(0,t)),o,PI.of(e.slice(n)))}}function PA(e,t){return e==t?e:(e.constructor!=t.constructor&&(PS=!0),t)}PI.prototype.size=1;class PD extends PI{constructor(e,t,n){super(e,t),this.deco=n}blockAt(e,t,n,r){return new PM(r,this.length,n,this.height,this.deco||0)}lineAt(e,t,n,r,i){return this.blockAt(0,n,r,i)}forEachLine(e,t,n,r,i,o){e<=i+this.length&&t>=i&&o(this.blockAt(0,n,r,i))}updateHeight(e,t=0,n=!1,r){return r&&r.from<=t&&r.more&&this.setHeight(r.heights[r.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class PP extends PD{constructor(e,t){super(e,t,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(e,t,n,r){return new PM(r,this.length,n,this.height,this.breaks)}replace(e,t,n){let r=n[0];return 1==n.length&&(r instanceof PP||r instanceof PR&&4&r.flags)&&10>Math.abs(this.length-r.length)?(r instanceof PR?r=new PP(r.length,this.height):r.height=this.height,this.outdated||(r.outdated=!1),r):PI.of(n)}updateHeight(e,t=0,n=!1,r){return r&&r.from<=t&&r.more?this.setHeight(r.heights[r.index++]):(n||this.outdated)&&this.setHeight(Math.max(this.widgetHeight,e.heightForLine(this.length-this.collapsed))+this.breaks*e.lineHeight),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class PR extends PI{constructor(e){super(e,0)}heightMetrics(e,t){let n=e.doc.lineAt(t).number,r=e.doc.lineAt(t+this.length).number,i=r-n+1,o,a=0;if(e.lineWrapping){let t=Math.min(this.height,e.lineHeight*i);o=t/i,this.length>i+1&&(a=(this.height-t)/(this.length-i-1))}else o=this.height/i;return{firstLine:n,lastLine:r,perLine:o,perChar:a}}blockAt(e,t,n,r){let{firstLine:i,lastLine:o,perLine:a,perChar:s}=this.heightMetrics(t,r);if(t.lineWrapping){let i=r+(e<t.lineHeight?0:Math.round(Math.max(0,Math.min(1,(e-n)/this.height))*this.length)),o=t.doc.lineAt(i),l=a+o.length*s,u=Math.max(n,e-l/2);return new PM(o.from,o.length,u,l,0)}{let r=Math.max(0,Math.min(o-i,Math.floor((e-n)/a))),{from:s,length:l}=t.doc.line(i+r);return new PM(s,l,n+a*r,a,0)}}lineAt(e,t,n,r,i){if(t==PT.ByHeight)return this.blockAt(e,n,r,i);if(t==PT.ByPosNoHeight){let{from:t,to:r}=n.doc.lineAt(e);return new PM(t,r-t,0,0,0)}let{firstLine:o,perLine:a,perChar:s}=this.heightMetrics(n,i),l=n.doc.lineAt(e),u=a+l.length*s,c=l.number-o,d=r+a*c+s*(l.from-i-c);return new PM(l.from,l.length,Math.max(r,Math.min(d,r+this.height-u)),u,0)}forEachLine(e,t,n,r,i,o){e=Math.max(e,i),t=Math.min(t,i+this.length);let{firstLine:a,perLine:s,perChar:l}=this.heightMetrics(n,i);for(let u=e,c=r;u<=t;){let t=n.doc.lineAt(u);if(u==e){let n=t.number-a;c+=s*n+l*(e-i-n)}let r=s+l*t.length;o(new PM(t.from,t.length,c,r,0)),c+=r,u=t.to+1}}replace(e,t,n){let r=this.length-t;if(r>0){let e=n[n.length-1];e instanceof PR?n[n.length-1]=new PR(e.length+r):n.push(null,new PR(r-1))}if(e>0){let t=n[0];t instanceof PR?n[0]=new PR(e+t.length):n.unshift(new PR(e-1),null)}return PI.of(n)}decomposeLeft(e,t){t.push(new PR(e-1),null)}decomposeRight(e,t){t.push(null,new PR(this.length-e-1))}updateHeight(e,t=0,n=!1,r){let i=t+this.length;if(r&&r.from<=t+this.length&&r.more){let n=[],o=Math.max(t,r.from),a=-1;for(r.from>t&&n.push(new PR(r.from-t-1).updateHeight(e,t));o<=i&&r.more;){let t=e.doc.lineAt(o).length;n.length&&n.push(null);let i=r.heights[r.index++];-1==a?a=i:Math.abs(i-a)>=.001&&(a=-2);let s=new PP(t,i);s.outdated=!1,n.push(s),o+=t+1}o<=i&&n.push(null,new PR(i-o).updateHeight(e,o));let s=PI.of(n);return(a<0||Math.abs(s.height-this.height)>=.001||Math.abs(a-this.heightMetrics(e,t).perLine)>=.001)&&(PS=!0),PA(this,s)}return(n||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class P_ extends PI{constructor(e,t,n){super(e.length+t+n.length,e.height+n.height,t|(e.outdated||n.outdated?2:0)),this.left=e,this.right=n,this.size=e.size+n.size}get break(){return 1&this.flags}blockAt(e,t,n,r){let i=n+this.left.height;return e<i?this.left.blockAt(e,t,n,r):this.right.blockAt(e,t,i,r+this.left.length+this.break)}lineAt(e,t,n,r,i){let o=r+this.left.height,a=i+this.left.length+this.break,s=t==PT.ByHeight?e<o:e<a,l=s?this.left.lineAt(e,t,n,r,i):this.right.lineAt(e,t,n,o,a);if(this.break||(s?l.to<a:l.from>a))return l;let u=t==PT.ByPosNoHeight?PT.ByPosNoHeight:PT.ByPos;return s?l.join(this.right.lineAt(a,u,n,o,a)):this.left.lineAt(a,u,n,r,i).join(l)}forEachLine(e,t,n,r,i,o){let a=r+this.left.height,s=i+this.left.length+this.break;if(this.break)e<s&&this.left.forEachLine(e,t,n,r,i,o),t>=s&&this.right.forEachLine(e,t,n,a,s,o);else{let l=this.lineAt(s,PT.ByPos,n,r,i);e<l.from&&this.left.forEachLine(e,l.from-1,n,r,i,o),l.to>=e&&l.from<=t&&o(l),t>l.to&&this.right.forEachLine(l.to+1,t,n,a,s,o)}}replace(e,t,n){let r=this.left.length+this.break;if(t<r)return this.balanced(this.left.replace(e,t,n),this.right);if(e>this.left.length)return this.balanced(this.left,this.right.replace(e-r,t-r,n));let i=[];e>0&&this.decomposeLeft(e,i);let o=i.length;for(let e of n)i.push(e);if(e>0&&PO(i,o-1),t<this.length){let e=i.length;this.decomposeRight(t,i),PO(i,e)}return PI.of(i)}decomposeLeft(e,t){let n=this.left.length;if(e<=n)return this.left.decomposeLeft(e,t);t.push(this.left),this.break&&e>=++n&&t.push(null),e>n&&this.right.decomposeLeft(e-n,t)}decomposeRight(e,t){let n=this.left.length,r=n+this.break;if(e>=r)return this.right.decomposeRight(e-r,t);e<n&&this.left.decomposeRight(e,t),this.break&&e<r&&t.push(null),t.push(this.right)}balanced(e,t){return e.size>2*t.size||t.size>2*e.size?PI.of(this.break?[e,null,t]:[e,t]):(this.left=PA(this.left,e),this.right=PA(this.right,t),this.setHeight(e.height+t.height),this.outdated=e.outdated||t.outdated,this.size=e.size+t.size,this.length=e.length+this.break+t.length,this)}updateHeight(e,t=0,n=!1,r){let{left:i,right:o}=this,a=t+i.length+this.break,s=null;return(r&&r.from<=t+i.length&&r.more?s=i=i.updateHeight(e,t,n,r):i.updateHeight(e,t,n),r&&r.from<=a+o.length&&r.more?s=o=o.updateHeight(e,a,n,r):o.updateHeight(e,a,n),s)?this.balanced(i,o):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function PO(e,t){let n,r;null==e[t]&&(n=e[t-1])instanceof PR&&(r=e[t+1])instanceof PR&&e.splice(t-1,3,new PR(n.length+1+r.length))}class PE{constructor(e,t){this.pos=e,this.oracle=t,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=e}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(e,t){if(this.lineStart>-1){let e=Math.min(t,this.lineEnd),n=this.nodes[this.nodes.length-1];n instanceof PP?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new PP(e-this.pos,-1)),this.writtenTo=e,t>e&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=t}point(e,t,n){if(e<t||n.heightRelevant){let r=n.widget?n.widget.estimatedHeight:0,i=n.widget?n.widget.lineBreaks:0;r<0&&(r=this.oracle.lineHeight);let o=t-e;n.block?this.addBlock(new PD(o,r,n)):(o||i||r>=5)&&this.addLineDeco(r,i,o)}else t>e&&this.span(e,t);this.lineEnd>-1&&this.lineEnd<this.pos&&(this.lineEnd=this.oracle.doc.lineAt(this.pos).to)}enterLine(){if(this.lineStart>-1)return;let{from:e,to:t}=this.oracle.doc.lineAt(this.pos);this.lineStart=e,this.lineEnd=t,this.writtenTo<e&&((this.writtenTo<e-1||null==this.nodes[this.nodes.length-1])&&this.nodes.push(this.blankContent(this.writtenTo,e-1)),this.nodes.push(null)),this.pos>e&&this.nodes.push(new PP(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,t){let n=new PR(t-e);return this.oracle.doc.lineAt(e).to==t&&(n.flags|=4),n}ensureLine(){this.enterLine();let e=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(e instanceof PP)return e;let t=new PP(0,-1);return this.nodes.push(t),t}addBlock(e){this.enterLine();let t=e.deco;t&&t.startSide>0&&!this.isCovered&&this.ensureLine(),this.nodes.push(e),this.writtenTo=this.pos=this.pos+e.length,t&&t.endSide>0&&(this.covering=e)}addLineDeco(e,t,n){let r=this.ensureLine();r.length+=n,r.collapsed+=n,r.widgetHeight=Math.max(r.widgetHeight,e),r.breaks+=t,this.writtenTo=this.pos=this.pos+n}finish(e){let t=0==this.nodes.length?null:this.nodes[this.nodes.length-1];!(this.lineStart>-1)||t instanceof PP||this.isCovered?(this.writtenTo<this.pos||null==t)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new PP(0,-1));let n=e;for(let e of this.nodes)e instanceof PP&&e.updateHeight(this.oracle,n),n+=e?e.length:1;return this.nodes}static build(e,t,n,r){let i=new PE(n,e);return IO.spans(t,n,r,i,0),i.finish(n)}}class PL{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,n,r){(e<t||n&&n.heightRelevant||r&&r.heightRelevant)&&AK(e,t,this.changes,5)}}class PZ{constructor(e,t,n,r){this.from=e,this.to=t,this.size=n,this.displaySize=r}static same(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++){let r=e[n],i=t[n];if(r.from!=i.from||r.to!=i.to||r.size!=i.size)return!1}return!0}draw(e,t){return AG.replace({widget:new PB(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class PB extends A${constructor(e,t){super(),this.size=e,this.vertical=t}eq(e){return e.size==this.size&&e.vertical==this.vertical}toDOM(){let e=document.createElement("div");return this.vertical?e.style.height=this.size+"px":(e.style.width=this.size+"px",e.style.height="2px",e.style.display="inline-block"),e}get estimatedHeight(){return this.vertical?this.size:-1}}class PN{constructor(e){this.state=e,this.pixelViewport={left:0,right:window.innerWidth,top:0,bottom:0},this.inView=!0,this.paddingTop=0,this.paddingBottom=0,this.contentDOMWidth=0,this.contentDOMHeight=0,this.editorHeight=0,this.editorWidth=0,this.scrollTop=0,this.scrolledToBottom=!1,this.scaleX=1,this.scaleY=1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=PV,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=A3.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let t=e.facet(DP).some(e=>"function"!=typeof e&&"cm-lineWrapping"==e.class);this.heightOracle=new PC(t),this.stateDeco=e.facet(DR).filter(e=>"function"!=typeof e),this.heightMap=PI.empty().applyChanges(this.stateDeco,TR.empty,this.heightOracle.setDoc(e.doc),[new Dz(0,0,0,e.doc.length)]);for(let e=0;e<2&&(this.viewport=this.getViewport(0,null),this.updateForViewport());e++);this.updateViewportLines(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=AG.set(this.lineGaps.map(e=>e.draw(this,!1))),this.computeVisibleRanges()}updateForViewport(){let e=[this.viewport],{main:t}=this.state.selection;for(let n=0;n<=1;n++){let r=n?t.head:t.anchor;if(!e.some(({from:e,to:t})=>r>=e&&r<=t)){let{from:t,to:n}=this.lineBlockAt(r);e.push(new Pz(t,n))}}return this.viewports=e.sort((e,t)=>e.from-t.from),this.updateScaler()}updateScaler(){let e=this.scaler;return this.scaler=this.heightMap.height<=7e6?PV:new PH(this.heightOracle,this.heightMap,this.viewports),2*!e.eq(this.scaler)}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,e=>{this.viewportLines.push(P$(e,this.scaler))})}update(e,t=null){var n,r;let i;this.state=e.state;let o=this.stateDeco;this.stateDeco=this.state.facet(DR).filter(e=>"function"!=typeof e);let a=e.changedRanges,s=Dz.extendWithRanges(a,(n=this.stateDeco,r=e?e.changes:Tq.empty(this.state.doc.length),i=new PL,IO.compare(o,n,r,i,0),i.changes)),l=this.heightMap.height,u=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);PS=!1,this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),s),(this.heightMap.height!=l||PS)&&(e.flags|=2),u?(this.scrollAnchorPos=e.changes.mapPos(u.from,-1),this.scrollAnchorHeight=u.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let c=s.length?this.mapViewport(this.viewport,e.changes):this.viewport;(t&&(t.range.head<c.from||t.range.head>c.to)||!this.viewportIsAppropriate(c))&&(c=this.getViewport(0,t));let d=c.from!=this.viewport.from||c.to!=this.viewport.to;this.viewport=c,e.flags|=this.updateForViewport(),(d||!e.changes.empty||2&e.flags)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(e.changes),t&&(this.scrollTarget=t),!this.mustEnforceCursorAssoc&&e.selectionSet&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(Dy)&&(this.mustEnforceCursorAssoc=!0)}measure(e){var t;let n,r,i=e.contentDOM,o=window.getComputedStyle(i),a=this.heightOracle,s=o.whiteSpace;this.defaultTextDirection="rtl"==o.direction?A3.RTL:A3.LTR;let l=this.heightOracle.mustRefreshForWrapping(s),u=i.getBoundingClientRect(),c=l||this.mustMeasureContent||this.contentDOMHeight!=u.height;this.contentDOMHeight=u.height,this.mustMeasureContent=!1;let d=0,h=0;if(u.width&&u.height){let{scaleX:e,scaleY:t}=Ao(i,u);(e>.005&&Math.abs(this.scaleX-e)>.005||t>.005&&Math.abs(this.scaleY-t)>.005)&&(this.scaleX=e,this.scaleY=t,d|=16,l=c=!0)}let p=(parseInt(o.paddingTop)||0)*this.scaleY,f=(parseInt(o.paddingBottom)||0)*this.scaleY;(this.paddingTop!=p||this.paddingBottom!=f)&&(this.paddingTop=p,this.paddingBottom=f,d|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(a.lineWrapping&&(c=!0),this.editorWidth=e.scrollDOM.clientWidth,d|=16);let g=e.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=g&&(this.scrollAnchorHeight=-1,this.scrollTop=g),this.scrolledToBottom=Ah(e.scrollDOM);let m=(this.printing?function(e,t){let n=e.getBoundingClientRect();return{left:0,right:n.right-n.left,top:t,bottom:n.bottom-(n.top+t)}}:function(e,t){let n=e.getBoundingClientRect(),r=e.ownerDocument,i=r.defaultView||window,o=Math.max(0,n.left),a=Math.min(i.innerWidth,n.right),s=Math.max(0,n.top),l=Math.min(i.innerHeight,n.bottom);for(let t=e.parentNode;t&&t!=r.body;)if(1==t.nodeType){let n=t,r=window.getComputedStyle(n);if((n.scrollHeight>n.clientHeight||n.scrollWidth>n.clientWidth)&&"visible"!=r.overflow){let r=n.getBoundingClientRect();o=Math.max(o,r.left),a=Math.min(a,r.right),s=Math.max(s,r.top),l=Math.min(t==e.parentNode?i.innerHeight:l,r.bottom)}t="absolute"==r.position||"fixed"==r.position?n.offsetParent:n.parentNode}else if(11==t.nodeType)t=t.host;else break;return{left:o-n.left,right:Math.max(o,a)-n.left,top:s-(n.top+t),bottom:Math.max(s,l)-(n.top+t)}})(i,this.paddingTop),v=m.top-this.pixelViewport.top,y=m.bottom-this.pixelViewport.bottom;this.pixelViewport=m;let x=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(x!=this.inView&&(this.inView=x,x&&(c=!0)),!this.inView&&!this.scrollTarget&&(n=(t=e.dom).getBoundingClientRect(),r=t.ownerDocument.defaultView||window,!(n.left<r.innerWidth)||!(n.right>0)||!(n.top<r.innerHeight)||!(n.bottom>0)))return 0;let b=u.width;if((this.contentDOMWidth!=b||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=u.width,this.editorHeight=e.scrollDOM.clientHeight,d|=16),c){let t=e.docView.measureVisibleLineHeights(this.viewport);if(a.mustRefreshForHeights(t)&&(l=!0),l||a.lineWrapping&&Math.abs(b-this.contentDOMWidth)>a.charWidth){let{lineHeight:n,charWidth:r,textHeight:i}=e.docView.measureTextSize();(l=n>0&&a.refresh(s,n,r,i,b/r,t))&&(e.docView.minWidth=0,d|=16)}for(let n of(v>0&&y>0?h=Math.max(v,y):v<0&&y<0&&(h=Math.min(v,y)),PS=!1,this.viewports)){let r=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=(l?PI.empty().applyChanges(this.stateDeco,TR.empty,this.heightOracle,[new Dz(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(a,0,l,new Pk(n.from,r))}PS&&(d|=2)}let w=!this.viewportIsAppropriate(this.viewport,h)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return w&&(2&d&&(d|=this.updateScaler()),this.viewport=this.getViewport(h,this.scrollTarget),d|=this.updateForViewport()),(2&d||w)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(l?[]:this.lineGaps,e)),d|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),d}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,t){let n=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),r=this.heightMap,i=this.heightOracle,{visibleTop:o,visibleBottom:a}=this,s=new Pz(r.lineAt(o-1e3*n,PT.ByHeight,i,0,0).from,r.lineAt(a+(1-n)*1e3,PT.ByHeight,i,0,0).to);if(t){let{head:e}=t.range;if(e<s.from||e>s.to){let n=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),o=r.lineAt(e,PT.ByPos,i,0,0),a;a="center"==t.y?(o.top+o.bottom)/2-n/2:"start"==t.y||"nearest"==t.y&&e<s.from?o.top:o.bottom-n,s=new Pz(r.lineAt(a-500,PT.ByHeight,i,0,0).from,r.lineAt(a+n+500,PT.ByHeight,i,0,0).to)}}return s}mapViewport(e,t){let n=t.mapPos(e.from,-1),r=t.mapPos(e.to,1);return new Pz(this.heightMap.lineAt(n,PT.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(r,PT.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:e,to:t},n=0){if(!this.inView)return!0;let{top:r}=this.heightMap.lineAt(e,PT.ByPos,this.heightOracle,0,0),{bottom:i}=this.heightMap.lineAt(t,PT.ByPos,this.heightOracle,0,0),{visibleTop:o,visibleBottom:a}=this;return(0==e||r<=o-Math.max(10,Math.min(-n,250)))&&(t==this.state.doc.length||i>=a+Math.max(10,Math.min(n,250)))&&r>o-2e3&&i<a+2e3}mapLineGaps(e,t){if(!e.length||t.empty)return e;let n=[];for(let r of e)t.touchesRange(r.from,r.to)||n.push(new PZ(t.mapPos(r.from),t.mapPos(r.to),r.size,r.displaySize));return n}ensureLineGaps(e,t){let n=this.heightOracle.lineWrapping,r=n?1e4:2e3,i=r>>1,o=r<<1;if(this.defaultTextDirection!=A3.LTR&&!n)return[];let a=[],s=(r,o,l,u)=>{if(o-r<i)return;let c=this.state.selection.main,d=[c.from];for(let e of(c.empty||d.push(c.to),d))if(e>r&&e<o){s(r,e-10,l,u),s(e+10,o,l,u);return}let h=function(e,t){for(let n of e)if(t(n))return n}(e,e=>e.from>=l.from&&e.to<=l.to&&Math.abs(e.from-r)<i&&Math.abs(e.to-o)<i&&!d.some(t=>e.from<t&&e.to>t));if(!h){if(o<l.to&&t&&n&&t.visibleRanges.some(e=>e.from<=o&&e.to>=o)){let e=t.moveToLineBoundary(T1.cursor(o),!1,!0).head;e>r&&(o=e)}let e=this.gapSize(l,r,o,u),i=n||e<2e6?e:2e6;h=new PZ(r,o,e,i)}a.push(h)},l=t=>{var i,a,l;let u,c,d,h,p;if(t.length<o||t.type!=AW.Text)return;let f=(i=t.from,a=t.to,l=this.stateDeco,d=[],h=i,p=0,IO.spans(l,i,a,{span(){},point(e,t){e>h&&(d.push({from:h,to:e}),p+=e-h),h=t}},20),h<a&&(d.push({from:h,to:a}),p+=a-h),{total:p,ranges:d});if(f.total<o)return;let g=this.scrollTarget?this.scrollTarget.range.head:null;if(n){let e,n,i=r/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=g){let r=Pj(f,g),o=((this.visibleBottom-this.visibleTop)/2+i)/t.height;e=r-o,n=r+o}else e=(this.visibleTop-t.top-i)/t.height,n=(this.visibleBottom-t.top+i)/t.height;u=PF(f,e),c=PF(f,n)}else{let n,i,o=f.total*this.heightOracle.charWidth,a=r*this.heightOracle.charWidth,s=0;if(o>2e6)for(let n of e)n.from>=t.from&&n.from<t.to&&n.size!=n.displaySize&&n.from*this.heightOracle.charWidth+s<this.pixelViewport.left&&(s=n.size-n.displaySize);let l=this.pixelViewport.left+s,d=this.pixelViewport.right+s;if(null!=g){let e=Pj(f,g),t=((d-l)/2+a)/o;n=e-t,i=e+t}else n=(l-a)/o,i=(d+a)/o;u=PF(f,n),c=PF(f,i)}u>t.from&&s(t.from,u,t,f),c<t.to&&s(c,t.to,t,f)};for(let e of this.viewportLines)Array.isArray(e.type)?e.type.forEach(l):l(e);return a}gapSize(e,t,n,r){let i=Pj(r,n)-Pj(r,t);return this.heightOracle.lineWrapping?e.height*i:r.total*this.heightOracle.charWidth*i}updateLineGaps(e){PZ.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=AG.set(e.map(e=>e.draw(this,this.heightOracle.lineWrapping))))}computeVisibleRanges(e){let t=this.stateDeco;this.lineGaps.length&&(t=t.concat(this.lineGapDeco));let n=[];IO.spans(t,this.viewport.from,this.viewport.to,{span(e,t){n.push({from:e,to:t})},point(){}},20);let r=0;if(n.length!=this.visibleRanges.length)r=12;else for(let t=0;t<n.length&&!(8&r);t++){let i=this.visibleRanges[t],o=n[t];(i.from!=o.from||i.to!=o.to)&&(r|=4,e&&e.mapPos(i.from,-1)==o.from&&e.mapPos(i.to,1)==o.to||(r|=8))}return this.visibleRanges=n,r}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find(t=>t.from<=e&&t.to>=e)||P$(this.heightMap.lineAt(e,PT.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(e){return e>=this.viewportLines[0].top&&e<=this.viewportLines[this.viewportLines.length-1].bottom&&this.viewportLines.find(t=>t.top<=e&&t.bottom>=e)||P$(this.heightMap.lineAt(this.scaler.fromDOM(e),PT.ByHeight,this.heightOracle,0,0),this.scaler)}scrollAnchorAt(e){let t=this.lineBlockAtHeight(e+8);return t.from>=this.viewport.from||this.viewportLines[0].top-e>200?t:this.viewportLines[0]}elementAtHeight(e){return P$(this.heightMap.blockAt(this.scaler.fromDOM(e),this.heightOracle,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class Pz{constructor(e,t){this.from=e,this.to=t}}function PF({total:e,ranges:t},n){if(n<=0)return t[0].from;if(n>=1)return t[t.length-1].to;let r=Math.floor(e*n);for(let e=0;;e++){let{from:n,to:i}=t[e],o=i-n;if(r<=o)return n+r;r-=o}}function Pj(e,t){let n=0;for(let{from:r,to:i}of e.ranges){if(t<=i){n+=t-r;break}n+=i-r}return n/e.total}let PV={toDOM:e=>e,fromDOM:e=>e,scale:1,eq(e){return e==this}};class PH{constructor(e,t,n){let r=0,i=0,o=0;for(let a of(this.viewports=n.map(({from:n,to:i})=>{let o=t.lineAt(n,PT.ByPos,e,0,0).top,a=t.lineAt(i,PT.ByPos,e,0,0).bottom;return r+=a-o,{from:n,to:i,top:o,bottom:a,domTop:0,domBottom:0}}),this.scale=(7e6-r)/(t.height-r),this.viewports))a.domTop=o+(a.top-i)*this.scale,o=a.domBottom=a.domTop+(a.bottom-a.top),i=a.bottom}toDOM(e){for(let t=0,n=0,r=0;;t++){let i=t<this.viewports.length?this.viewports[t]:null;if(!i||e<i.top)return r+(e-n)*this.scale;if(e<=i.bottom)return i.domTop+(e-i.top);n=i.bottom,r=i.domBottom}}fromDOM(e){for(let t=0,n=0,r=0;;t++){let i=t<this.viewports.length?this.viewports[t]:null;if(!i||e<i.domTop)return n+(e-r)/this.scale;if(e<=i.domBottom)return i.top+(e-i.domTop);n=i.bottom,r=i.domBottom}}eq(e){return e instanceof PH&&this.scale==e.scale&&this.viewports.length==e.viewports.length&&this.viewports.every((t,n)=>t.from==e.viewports[n].from&&t.to==e.viewports[n].to)}}function P$(e,t){if(1==t.scale)return e;let n=t.toDOM(e.top),r=t.toDOM(e.bottom);return new PM(e.from,e.length,n,r-n,Array.isArray(e._content)?e._content.map(e=>P$(e,t)):e._content)}let PW=T3.define({combine:e=>e.join(" ")}),PG=T3.define({combine:e=>e.indexOf(!0)>-1}),Pq=IX.newName(),PU=IX.newName(),PY=IX.newName(),PX={"&light":"."+PU,"&dark":"."+PY};function PK(e,t,n){return new IX(t,{finish:t=>/&/.test(t)?t.replace(/&\w*/,t=>{if("&"==t)return e;if(!n||!n[t])throw RangeError(`Unsupported selector: ${t}`);return n[t]}):e+" "+t})}let PQ=PK("."+Pq,{"&":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0,overflowAnchor:"none"},".cm-content":{margin:0,flexGrow:2,flexShrink:0,display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",minHeight:"100%",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 6px"},".cm-layer":{position:"absolute",left:0,top:0,contain:"size style","& > *":{position:"absolute"}},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{pointerEvents:"none"},"&.cm-focused > .cm-scroller > .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#ddd"},".cm-dropCursor":{position:"absolute"},"&.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor":{display:"block"},".cm-iso":{unicodeBidi:"isolate"},".cm-announced":{position:"fixed",top:"-10000px"},"@media print":{".cm-announced":{display:"none"}},"&light .cm-activeLine":{backgroundColor:"#cceeff44"},"&dark .cm-activeLine":{backgroundColor:"#99eeff33"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{flexShrink:0,display:"flex",height:"100%",boxSizing:"border-box",insetInlineStart:0,zIndex:200},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",borderRight:"1px solid #ddd"},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0,zIndex:300},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top"},".cm-highlightSpace":{backgroundImage:"radial-gradient(circle at 50% 55%, #aaa 20%, transparent 5%)",backgroundPosition:"center"},".cm-highlightTab":{backgroundImage:'url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20"><path stroke="%23888" stroke-width="1" fill="none" d="M1 10H196L190 5M190 15L196 10M197 4L197 16"/></svg>\')',backgroundSize:"auto 100%",backgroundPosition:"right 90%",backgroundRepeat:"no-repeat"},".cm-trailingSpace":{backgroundColor:"#ff332255"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},PX),PJ={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},P0=AO.ie&&AO.ie_version<=11;class P1{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new Aa,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.flushingAndroidKey=-1,this.lastChange=0,this.scrollTargets=[],this.intersection=null,this.resizeScroll=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.printQuery=null,this.parentCheck=-1,this.dom=e.contentDOM,this.observer=new MutationObserver(t=>{for(let e of t)this.queue.push(e);(AO.ie&&AO.ie_version<=11||AO.ios&&e.composing)&&t.some(e=>"childList"==e.type&&e.removedNodes.length||"characterData"==e.type&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():this.flush()}),window.EditContext&&!1!==e.constructor.EDIT_CONTEXT&&!(AO.chrome&&AO.chrome_version<126)&&(this.editContext=new P3(e),e.state.facet(Dk)&&(e.contentDOM.editContext=this.editContext.editContext)),P0&&(this.onCharData=e=>{this.queue.push({target:e.target,type:"characterData",oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),window.matchMedia&&(this.printQuery=window.matchMedia("print")),"function"==typeof ResizeObserver&&(this.resizeScroll=new ResizeObserver(()=>{var e;(null==(e=this.view.docView)?void 0:e.lastUpdate)<Date.now()-75&&this.onResize()}),this.resizeScroll.observe(e.scrollDOM)),this.addWindowListeners(this.win=e.win),this.start(),"function"==typeof IntersectionObserver&&(this.intersection=new IntersectionObserver(e=>{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),e.length>0&&e[e.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))},{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver(e=>{e.length>0&&e[e.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))},{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(e){this.view.inputState.runHandlers("scroll",e),this.intersecting&&this.view.measure()}onScroll(e){this.intersecting&&this.flush(!1),this.editContext&&this.view.requestMeasure(this.editContext.measureReq),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout(()=>{this.resizeTimeout=-1,this.view.requestMeasure()},50))}onPrint(e){("change"!=e.type&&e.type||e.matches)&&(this.view.viewState.printing=!0,this.view.measure(),setTimeout(()=>{this.view.viewState.printing=!1,this.view.requestMeasure()},500))}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some((t,n)=>t!=e[n]))){for(let t of(this.gapIntersection.disconnect(),e))this.gapIntersection.observe(t);this.gaps=e}}onSelectionChange(e){let t=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:n}=this,r=this.selectionRange;if(n.state.facet(Dk)?n.root.activeElement!=this.dom:!I8(this.dom,r))return;let i=r.anchorNode&&n.docView.nearest(r.anchorNode);if(i&&i.ignoreEvent(e)){t||(this.selectionChanged=!1);return}(AO.ie&&AO.ie_version<=11||AO.android&&AO.chrome)&&!n.state.selection.main.empty&&r.focusNode&&I7(r.focusNode,r.focusOffset,r.anchorNode,r.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=I4(e.root);if(!t)return!1;let n=AO.safari&&11==e.root.nodeType&&e.root.activeElement==this.dom&&function(e,t){if(t.getComposedRanges){let n=t.getComposedRanges(e.root)[0];if(n)return P5(e,n)}let n=null;function r(e){e.preventDefault(),e.stopImmediatePropagation(),n=e.getTargetRanges()[0]}return e.contentDOM.addEventListener("beforeinput",r,!0),e.dom.ownerDocument.execCommand("indent"),e.contentDOM.removeEventListener("beforeinput",r,!0),n?P5(e,n):null}(this.view,t)||t;if(!n||this.selectionRange.eq(n))return!1;let r=I8(this.dom,n);return r&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&function(e,t){let n=t.focusNode,r=t.focusOffset;if(!n||t.anchorNode!=n||t.anchorOffset!=r)return!1;for(r=Math.min(r,Ar(n));;)if(r){if(1!=n.nodeType)return!1;let e=n.childNodes[r-1];"false"==e.contentEditable?r--:r=Ar(n=e)}else{if(n==e)return!0;r=Ae(n),n=n.parentNode}}(this.dom,n)?(this.view.inputState.lastFocusTime=0,e.docView.updateSelection(),!1):(this.selectionRange.setRange(n),r&&(this.selectionChanged=!0),!0)}setSelectionRange(e,t){this.selectionRange.set(e.node,e.offset,t.node,t.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let e=0,t=null;for(let n=this.dom;n;)if(1==n.nodeType)!t&&e<this.scrollTargets.length&&this.scrollTargets[e]==n?e++:t||(t=this.scrollTargets.slice(0,e)),t&&t.push(n),n=n.assignedSlot||n.parentNode;else if(11==n.nodeType)n=n.host;else break;if(e<this.scrollTargets.length&&!t&&(t=this.scrollTargets.slice(0,e)),t){for(let e of this.scrollTargets)e.removeEventListener("scroll",this.onScroll);for(let e of this.scrollTargets=t)e.addEventListener("scroll",this.onScroll)}}ignore(e){if(!this.active)return e();try{return this.stop(),e()}finally{this.start(),this.clear()}}start(){this.active||(this.observer.observe(this.dom,PJ),P0&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),P0&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(e,t){var n;if(!this.delayedAndroidKey){let e=()=>{let e=this.delayedAndroidKey;e&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=e.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&e.force&&Ac(this.dom,e.key,e.keyCode))};this.flushingAndroidKey=this.view.win.requestAnimationFrame(e)}this.delayedAndroidKey&&"Enter"!=e||(this.delayedAndroidKey={key:e,keyCode:t,force:this.lastChange<Date.now()-50||!!(null==(n=this.delayedAndroidKey)?void 0:n.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame(()=>{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}processRecords(){let e=this.pendingRecords();e.length&&(this.queue=[]);let t=-1,n=-1,r=!1;for(let i of e){let e=this.readMutation(i);e&&(e.typeOver&&(r=!0),-1==t?{from:t,to:n}=e:(t=Math.min(e.from,t),n=Math.max(e.to,n)))}return{from:t,to:n,typeOver:r}}readChange(){let{from:e,to:t,typeOver:n}=this.processRecords(),r=this.selectionChanged&&I8(this.dom,this.selectionRange);if(e<0&&!r)return null;e>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let i=new D2(this.view,e,t,n);return this.view.docView.domChanged={newSel:i.newSel?i.newSel.main:null},i}flush(e=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;e&&this.readSelectionRange();let t=this.readChange();if(!t)return this.view.requestMeasure(),!1;let n=this.view.state,r=D5(this.view,t);return this.view.state==n&&(t.domChanged||t.newSel&&!t.newSel.main.eq(this.view.state.selection.main))&&this.view.update([]),r}readMutation(e){let t=this.view.docView.nearest(e.target);if(!t||t.ignoreMutation(e))return null;if(t.markDirty("attributes"==e.type),"attributes"==e.type&&(t.flags|=4),"childList"==e.type){let n=P2(t,e.previousSibling||e.target.previousSibling,-1),r=P2(t,e.nextSibling||e.target.nextSibling,1);return{from:n?t.posAfter(n):t.posAtStart,to:r?t.posBefore(r):t.posAtEnd,typeOver:!1}}return"characterData"==e.type?{from:t.posAtStart,to:t.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}:null}setWindow(e){e!=this.win&&(this.removeWindowListeners(this.win),this.win=e,this.addWindowListeners(this.win))}addWindowListeners(e){e.addEventListener("resize",this.onResize),this.printQuery?this.printQuery.addEventListener?this.printQuery.addEventListener("change",this.onPrint):this.printQuery.addListener(this.onPrint):e.addEventListener("beforeprint",this.onPrint),e.addEventListener("scroll",this.onScroll),e.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(e){e.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onResize),this.printQuery?this.printQuery.removeEventListener?this.printQuery.removeEventListener("change",this.onPrint):this.printQuery.removeListener(this.onPrint):e.removeEventListener("beforeprint",this.onPrint),e.document.removeEventListener("selectionchange",this.onSelectionChange)}update(e){this.editContext&&(this.editContext.update(e),e.startState.facet(Dk)!=e.state.facet(Dk)&&(e.view.contentDOM.editContext=e.state.facet(Dk)?this.editContext.editContext:null))}destroy(){var e,t,n;for(let r of(this.stop(),null==(e=this.intersection)||e.disconnect(),null==(t=this.gapIntersection)||t.disconnect(),null==(n=this.resizeScroll)||n.disconnect(),this.scrollTargets))r.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey),this.editContext&&(this.view.contentDOM.editContext=null,this.editContext.destroy())}}function P2(e,t,n){for(;t;){let r=Av.get(t);if(r&&r.parent==e)return r;let i=t.parentNode;t=i!=e.dom?i:n>0?t.nextSibling:t.previousSibling}return null}function P5(e,t){let n=t.startContainer,r=t.startOffset,i=t.endContainer,o=t.endOffset,a=e.docView.domAtPos(e.state.selection.main.anchor);return I7(a.node,a.offset,i,o)&&([n,r,i,o]=[i,o,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:o}}class P3{constructor(e){this.from=0,this.to=0,this.pendingContextChange=null,this.handlers=Object.create(null),this.composing=null,this.resetRange(e.state);let t=this.editContext=new window.EditContext({text:e.state.doc.sliceString(this.from,this.to),selectionStart:this.toContextPos(Math.max(this.from,Math.min(this.to,e.state.selection.main.anchor))),selectionEnd:this.toContextPos(e.state.selection.main.head)});for(let n in this.handlers.textupdate=t=>{let n=e.state.selection.main,{anchor:r,head:i}=n,o=this.toEditorPos(t.updateRangeStart),a=this.toEditorPos(t.updateRangeEnd);e.inputState.composing>=0&&!this.composing&&(this.composing={contextBase:t.updateRangeStart,editorBase:o,drifted:!1});let s={from:o,to:a,insert:TR.of(t.text.split("\n"))};if(s.from==this.from&&r<this.from?s.from=r:s.to==this.to&&r>this.to&&(s.to=r),s.from==s.to&&!s.insert.length){let r=T1.single(this.toEditorPos(t.selectionStart),this.toEditorPos(t.selectionEnd));r.main.eq(n)||e.dispatch({selection:r,userEvent:"select"});return}if((AO.mac||AO.android)&&s.from==i-1&&/^\. ?$/.test(t.text)&&"off"==e.contentDOM.getAttribute("autocorrect")&&(s={from:o,to:a,insert:TR.of([t.text.replace("."," ")])}),this.pendingContextChange=s,!e.state.readOnly){let n=this.to-this.from+(s.to-s.from+s.insert.length);D3(e,s,T1.single(this.toEditorPos(t.selectionStart,n),this.toEditorPos(t.selectionEnd,n)))}this.pendingContextChange&&(this.revertPending(e.state),this.setSelection(e.state))},this.handlers.characterboundsupdate=n=>{let r=[],i=null;for(let t=this.toEditorPos(n.rangeStart),o=this.toEditorPos(n.rangeEnd);t<o;t++){let n=e.coordsForChar(t);i=n&&new DOMRect(n.left,n.top,n.right-n.left,n.bottom-n.top)||i||new DOMRect,r.push(i)}t.updateCharacterBounds(n.rangeStart,r)},this.handlers.textformatupdate=t=>{let n=[];for(let e of t.getTextFormats()){let t=e.underlineStyle,r=e.underlineThickness;if("None"!=t&&"None"!=r){let i=this.toEditorPos(e.rangeStart),o=this.toEditorPos(e.rangeEnd);if(i<o){let e=`text-decoration: underline ${"Dashed"==t?"dashed ":"Squiggle"==t?"wavy ":""}${"Thin"==r?1:2}px`;n.push(AG.mark({attributes:{style:e}}).range(i,o))}}}e.dispatch({effects:DS.of(AG.set(n))})},this.handlers.compositionstart=()=>{e.inputState.composing<0&&(e.inputState.composing=0,e.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{if(e.inputState.composing=-1,e.inputState.compositionFirstChange=null,this.composing){let{drifted:t}=this.composing;this.composing=null,t&&this.reset(e.state)}},this.handlers)t.addEventListener(n,this.handlers[n]);this.measureReq={read:e=>{this.editContext.updateControlBounds(e.contentDOM.getBoundingClientRect());let t=I4(e.root);t&&t.rangeCount&&this.editContext.updateSelectionBounds(t.getRangeAt(0).getBoundingClientRect())}}}applyEdits(e){let t=0,n=!1,r=this.pendingContextChange;return e.changes.iterChanges((i,o,a,s,l)=>{if(n)return;let u=l.length-(o-i);if(r&&o>=r.to)if(r.from==i&&r.to==o&&r.insert.eq(l)){r=this.pendingContextChange=null,t+=u,this.to+=u;return}else r=null,this.revertPending(e.state);if(i+=t,(o+=t)<=this.from)this.from+=u,this.to+=u;else if(i<this.to){if(i<this.from||o>this.to||this.to-this.from+l.length>3e4){n=!0;return}this.editContext.updateText(this.toContextPos(i),this.toContextPos(o),l.toString()),this.to+=u}t+=u}),r&&!n&&this.revertPending(e.state),!n}update(e){let t=this.pendingContextChange,n=e.startState.selection.main;this.composing&&(this.composing.drifted||!e.changes.touchesRange(n.from,n.to)&&e.transactions.some(e=>!e.isUserEvent("input.type")&&e.changes.touchesRange(this.from,this.to)))?(this.composing.drifted=!0,this.composing.editorBase=e.changes.mapPos(this.composing.editorBase)):this.applyEdits(e)&&this.rangeIsValid(e.state)?(e.docChanged||e.selectionSet||t)&&this.setSelection(e.state):(this.pendingContextChange=null,this.reset(e.state)),(e.geometryChanged||e.docChanged||e.selectionSet)&&e.view.requestMeasure(this.measureReq)}resetRange(e){let{head:t}=e.selection.main;this.from=Math.max(0,t-1e4),this.to=Math.min(e.doc.length,t+1e4)}reset(e){this.resetRange(e),this.editContext.updateText(0,this.editContext.text.length,e.doc.sliceString(this.from,this.to)),this.setSelection(e)}revertPending(e){let t=this.pendingContextChange;this.pendingContextChange=null,this.editContext.updateText(this.toContextPos(t.from),this.toContextPos(t.from+t.insert.length),e.doc.sliceString(t.from,t.to))}setSelection(e){let{main:t}=e.selection,n=this.toContextPos(Math.max(this.from,Math.min(this.to,t.anchor))),r=this.toContextPos(t.head);(this.editContext.selectionStart!=n||this.editContext.selectionEnd!=r)&&this.editContext.updateSelection(n,r)}rangeIsValid(e){let{head:t}=e.selection.main;return!(this.from>0&&t-this.from<500||this.to<e.doc.length&&this.to-t<500||this.to-this.from>3e4)}toEditorPos(e,t=this.to-this.from){e=Math.min(e,t);let n=this.composing;return n&&n.drifted?n.editorBase+(e-n.contextBase):e+this.from}toContextPos(e){let t=this.composing;return t&&t.drifted?t.contextBase+(e-t.editorBase):e-this.from}destroy(){for(let e in this.handlers)this.editContext.removeEventListener(e,this.handlers[e])}}class P4{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return this.inputState.composing>0}get compositionStarted(){return this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(e={}){var t;this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),e.parent&&e.parent.appendChild(this.dom);let{dispatch:n}=e;for(let t of(this.dispatchTransactions=e.dispatchTransactions||n&&(e=>e.forEach(e=>n(e,this)))||(e=>this.update(e)),this.dispatch=this.dispatch.bind(this),this._root=e.root||function(e){for(;e;){if(e&&(9==e.nodeType||11==e.nodeType&&e.host))return e;e=e.assignedSlot||e.parentNode}return null}(e.parent)||document,this.viewState=new PN(e.state||II.create(e)),e.scrollTo&&e.scrollTo.is(Dw)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(DT).map(e=>new DA(e)),this.plugins))t.update(this);this.observer=new P1(this),this.inputState=new D4(this),this.inputState.ensureHandlers(this.plugins),this.docView=new Dj(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),(null==(t=document.fonts)?void 0:t.ready)&&document.fonts.ready.then(()=>this.requestMeasure())}dispatch(...e){let t=1==e.length&&e[0]instanceof Ib?e:1==e.length&&Array.isArray(e[0])?e[0]:[this.state.update(...e)];this.dispatchTransactions(t,this)}update(e){if(0!=this.updateState)throw Error("Calls to EditorView.update are not allowed while an update is in progress");let t=!1,n=!1,r,i=this.state;for(let t of e){if(t.startState!=i)throw RangeError("Trying to update state with a transaction that doesn't start from the previous state.");i=t.state}if(this.destroyed){this.viewState.state=i;return}let o=this.hasFocus,a=0,s=null;e.some(e=>e.annotation(Pv))?(this.inputState.notifiedFocused=o,a=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,(s=Py(i,o))||(a=1));let l=this.observer.delayedAndroidKey,u=null;if(l?(this.observer.clearDelayedAndroidKey(),((u=this.observer.readChange())&&!this.state.doc.eq(i.doc)||!this.state.selection.eq(i.selection))&&(u=null)):this.observer.clear(),i.facet(II.phrases)!=this.state.facet(II.phrases))return this.setState(i);r=DF.create(this,i,e),r.flags|=a;let c=this.viewState.scrollTarget;try{for(let t of(this.updateState=2,e)){if(c&&(c=c.map(t.changes)),t.scrollIntoView){let{main:e}=t.state.selection;c=new Db(e.empty?e:T1.cursor(e.head,e.head>e.anchor?-1:1))}for(let e of t.effects)e.is(Dw)&&(c=e.value.clip(this.state))}this.viewState.update(r,c),this.bidiCache=P9.update(this.bidiCache,r.changes),r.empty||(this.updatePlugins(r),this.inputState.update(r)),t=this.docView.update(r),this.state.facet(DN)!=this.styleModules&&this.mountStyles(),n=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(t,e.some(e=>e.isUserEvent("select.pointer")))}finally{this.updateState=0}if(r.startState.facet(PW)!=r.state.facet(PW)&&(this.viewState.mustMeasureContent=!0),(t||n||c||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),t&&this.docViewUpdate(),!r.empty)for(let e of this.state.facet(Dh))try{e(r)}catch(e){DC(this.state,e,"update listener")}(s||u)&&Promise.resolve().then(()=>{s&&this.state==s.startState&&this.dispatch(s),u&&!D5(this,u)&&l.force&&Ac(this.contentDOM,l.key,l.keyCode)})}setState(e){if(0!=this.updateState)throw Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed){this.viewState.state=e;return}this.updateState=2;let t=this.hasFocus;try{for(let e of this.plugins)e.destroy(this);for(let t of(this.viewState=new PN(e),this.plugins=e.facet(DT).map(e=>new DA(e)),this.pluginMap.clear(),this.plugins))t.update(this);this.docView.destroy(),this.docView=new Dj(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}t&&this.focus(),this.requestMeasure()}updatePlugins(e){let t=e.startState.facet(DT),n=e.state.facet(DT);if(t!=n){let r=[];for(let i of n){let n=t.indexOf(i);if(n<0)r.push(new DA(i));else{let t=this.plugins[n];t.mustUpdate=e,r.push(t)}}for(let t of this.plugins)t.mustUpdate!=e&&t.destroy(this);this.plugins=r,this.pluginMap.clear()}else for(let t of this.plugins)t.mustUpdate=e;for(let e=0;e<this.plugins.length;e++)this.plugins[e].update(this);t!=n&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let e of this.plugins){let t=e.value;if(t&&t.docViewUpdate)try{t.docViewUpdate(this)}catch(e){DC(this.state,e,"doc view update listener")}}}measure(e=!0){if(this.destroyed)return;if(this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey){this.measureScheduled=-1,this.requestMeasure();return}this.measureScheduled=0,e&&this.observer.forceFlush();let t=null,n=this.scrollDOM,r=n.scrollTop*this.scaleY,{scrollAnchorPos:i,scrollAnchorHeight:o}=this.viewState;Math.abs(r-this.viewState.scrollTop)>1&&(o=-1),this.viewState.scrollAnchorHeight=-1;try{for(let e=0;;e++){if(o<0)if(Ah(n))i=-1,o=this.viewState.heightMap.height;else{let e=this.viewState.scrollAnchorAt(r);i=e.from,o=e.top}this.updateState=1;let a=this.viewState.measure(this);if(!a&&!this.measureRequests.length&&null==this.viewState.scrollTarget)break;if(e>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let s=[];4&a||([this.measureRequests,s]=[s,this.measureRequests]);let l=s.map(e=>{try{return e.read(this)}catch(e){return DC(this.state,e),P8}}),u=DF.create(this,this.state,[]),c=!1;u.flags|=a,t?t.flags|=a:t=u,this.updateState=2,!u.empty&&(this.updatePlugins(u),this.inputState.update(u),this.updateAttrs(),(c=this.docView.update(u))&&this.docViewUpdate());for(let e=0;e<s.length;e++)if(l[e]!=P8)try{let t=s[e];t.write&&t.write(l[e],this)}catch(e){DC(this.state,e)}if(c&&this.docView.updateSelection(!0),!u.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,o=-1;continue}else{let e=(i<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(i).top)-o;if(e>1||e<-1){n.scrollTop=(r+=e)/this.scaleY,o=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(t&&!t.empty)for(let e of this.state.facet(Dh))e(t)}get themeClasses(){return Pq+" "+(this.state.facet(PG)?PY:PU)+" "+this.state.facet(PW)}updateAttrs(){let e=P7(this,DD,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(Dk)?"true":"false",class:"cm-content",style:`${AO.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),P7(this,DP,t);let n=this.observer.ignore(()=>{let n=AH(this.contentDOM,this.contentAttrs,t),r=AH(this.dom,this.editorAttrs,e);return n||r});return this.editorAttrs=e,this.contentAttrs=t,n}showAnnouncements(e){let t=!0;for(let n of e)for(let e of n.effects)e.is(P4.announce)&&(t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value)}mountStyles(){this.styleModules=this.state.facet(DN);let e=this.state.facet(P4.cspNonce);IX.mount(this.root,this.styleModules.concat(PQ).reverse(),e?{nonce:e}:void 0)}readMeasured(){if(2==this.updateState)throw Error("Reading the editor layout isn't allowed during an update");0==this.updateState&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if((this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),e)&&!(this.measureRequests.indexOf(e)>-1)){if(null!=e.key){for(let t=0;t<this.measureRequests.length;t++)if(this.measureRequests[t].key===e.key){this.measureRequests[t]=e;return}}this.measureRequests.push(e)}}plugin(e){let t=this.pluginMap.get(e);return(void 0===t||t&&t.spec!=e)&&this.pluginMap.set(e,t=this.plugins.find(t=>t.spec==e)||null),t&&t.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,t,n){return DJ(this,e,DK(this,e,t,n))}moveByGroup(e,t){return DJ(this,e,DK(this,e,t,t=>{var n;let r,i;return n=e.head,i=(r=this.state.charCategorizer(n))(t),e=>{let t=r(e);return i==IM.Space&&(i=t),i==t}}))}visualLineSide(e,t){let n=this.bidiSpans(e),r=this.textDirectionAt(e.from),i=n[t?n.length-1:0];return T1.cursor(i.side(t,r)+e.from,i.forward(!t,r)?1:-1)}moveToLineBoundary(e,t,n=!0){return function(e,t,n,r){let i=DX(e,t.head),o=r&&i.type==AW.Text&&(e.lineWrapping||i.widgetLineBreaks)?e.coordsAtPos(t.assoc<0&&t.head>i.from?t.head-1:t.head):null;if(o){let t=e.dom.getBoundingClientRect(),r=e.textDirectionAt(i.from),a=e.posAtCoords({x:n==(r==A3.LTR)?t.right-1:t.left+1,y:(o.top+o.bottom)/2});if(null!=a)return T1.cursor(a,n?-1:1)}return T1.cursor(n?i.to:i.from,n?-1:1)}(this,e,t,n)}moveVertically(e,t,n){return DJ(this,e,function(e,t,n,r){let i=t.head,o=n?1:-1;if(i==(n?e.state.doc.length:0))return T1.cursor(i,t.assoc);let a=t.goalColumn,s,l=e.contentDOM.getBoundingClientRect(),u=e.coordsAtPos(i,t.assoc||-1),c=e.documentTop;if(u)null==a&&(a=u.left-l.left),s=o<0?u.top:u.bottom;else{let t=e.viewState.lineBlockAt(i);null==a&&(a=Math.min(l.right-l.left,e.defaultCharacterWidth*(i-t.from))),s=(o<0?t.top:t.bottom)+c}let d=l.left+a,h=null!=r?r:e.viewState.heightOracle.textHeight>>1;for(let t=0;;t+=10){let n=s+(h+t)*o,r=DU(e,{x:d,y:n},!1,o);if(n<l.top||n>l.bottom||(o<0?r<i:r>i)){let t=e.docView.coordsForChar(r),i=!t||n<t.top?-1:1;return T1.cursor(r,i,void 0,a)}}}(this,e,t,n))}domAtPos(e){return this.docView.domAtPos(e)}posAtDOM(e,t=0){return this.docView.posFromDOM(e,t)}posAtCoords(e,t=!0){return this.readMeasured(),DU(this,e,t)}coordsAtPos(e,t=1){this.readMeasured();let n=this.docView.coordsAt(e,t);if(!n||n.left==n.right)return n;let r=this.state.doc.lineAt(e),i=this.bidiSpans(r);return Ai(n,i[Di.find(i,e-r.from,-1,t)].dir==A3.LTR==t>0)}coordsForChar(e){return this.readMeasured(),this.docView.coordsForChar(e)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(e){return!this.state.facet(Dv)||e<this.viewport.from||e>this.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(e))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(e){if(e.length>P6)return Da(e.length);let t=this.textDirectionAt(e.from),n;for(let r of this.bidiCache)if(r.from==e.from&&r.dir==t&&(r.fresh||function e(t,n){if(t.length!=n.length)return!1;for(let r=0;r<t.length;r++){let i=t[r],o=n[r];if(i.from!=o.from||i.to!=o.to||i.direction!=o.direction||!e(i.inner,o.inner))return!1}return!0}(r.isolates,n=DL(this,e))))return r.order;n||(n=DL(this,e));let r=function(e,t,n){if(!e)return[new Di(0,0,+(t==A6))];if(t==A4&&!n.length&&!Dr.test(e))return Da(e.length);if(n.length)for(;e.length>Do.length;)Do[Do.length]=256;let r=[],i=+(t!=A4);return function e(t,n,r,i,o,a,s){let l=n%2?2:1;!function(e,t,n,r,i){for(let o=0;o<=r.length;o++){let a=o?r[o-1].to:t,s=o<r.length?r[o].from:n,l=o?256:i;for(let t=a,n=l,r=l;t<s;t++){let i=Dn(e.charCodeAt(t));512==i?i=n:8==i&&4==r&&(i=16),Do[t]=4==i?2:i,7&i&&(r=i),n=i}for(let e=a,t=l,r=l;e<s;e++){let i=Do[e];if(128==i)e<s-1&&t==Do[e+1]&&24&t?i=Do[e]=t:Do[e]=256;else if(64==i){let i=e+1;for(;i<s&&64==Do[i];)i++;let o=e&&8==t||i<n&&8==Do[i]?1==r?1:8:256;for(let t=e;t<i;t++)Do[t]=o;e=i-1}else 8==i&&1==r&&(Do[e]=1);t=i,7&i&&(r=i)}}}(t,o,a,i,l),function(e,t,n,r,i){let o=1==i?2:1;for(let a=0,s=0,l=0;a<=r.length;a++){let u=a?r[a-1].to:t,c=a<r.length?r[a].from:n;for(let t=u,n,r,a;t<c;t++)if(r=De[n=e.charCodeAt(t)])if(r<0){for(let e=s-3;e>=0;e-=3)if(Dt[e+1]==-r){let n=Dt[e+2],r=2&n?i:4&n?1&n?o:i:0;r&&(Do[t]=Do[Dt[e]]=r),s=e;break}}else if(189==Dt.length)break;else Dt[s++]=t,Dt[s++]=n,Dt[s++]=l;else if(2==(a=Do[t])||1==a){let e=a==i;l=+!e;for(let t=s-3;t>=0;t-=3){let n=Dt[t+2];if(2&n)break;if(e)Dt[t+2]|=2;else{if(4&n)break;Dt[t+2]|=4}}}}}(t,o,a,i,l),function(e,t,n,r){for(let i=0,o=r;i<=n.length;i++){let a=i?n[i-1].to:e,s=i<n.length?n[i].from:t;for(let l=a;l<s;){let a=Do[l];if(256==a){let a=l+1;for(;;)if(a==s){if(i==n.length)break;a=n[i++].to,s=i<n.length?n[i].from:t}else if(256==Do[a])a++;else break;let u=1==o,c=u==((a<t?Do[a]:r)==1)?u?1:2:r;for(let t=a,r=i,o=r?n[r-1].to:e;t>l;)t==o&&(t=n[--r].from,o=r?n[r-1].to:e),Do[--t]=c;l=a}else o=a,l++}}}(o,a,i,l),function t(n,r,i,o,a,s,l){let u=o%2?2:1;if(o%2==a%2)for(let c=r,d=0;c<i;){let r=!0,h=!1;if(d==s.length||c<s[d].from){let e=Do[c];e!=u&&(r=!1,h=16==e)}let p=r||1!=u?null:[],f=r?o:o+1,g=c;t:for(;;)if(d<s.length&&g==s[d].from){if(h)break;let t=s[d];if(!r)for(let e=t.to,n=d+1;;){if(e==i)break t;if(n<s.length&&s[n].from==e)e=s[n++].to;else if(Do[e]==u)break t;else break}d++,p?p.push(t):(t.from>c&&l.push(new Di(c,t.from,f)),e(n,t.direction==A4!=!(f%2)?o+1:o,a,t.inner,t.from,t.to,l),c=t.to),g=t.to}else if(g==i||(r?Do[g]!=u:Do[g]==u))break;else g++;p?t(n,c,g,o+1,a,p,l):c<g&&l.push(new Di(c,g,f)),c=g}else for(let c=i,d=s.length;c>r;){let i=!0,h=!1;if(!d||c>s[d-1].to){let e=Do[c-1];e!=u&&(i=!1,h=16==e)}let p=i||1!=u?null:[],f=i?o:o+1,g=c;t:for(;;)if(d&&g==s[d-1].to){if(h)break;let t=s[--d];if(!i)for(let e=t.from,n=d;;){if(e==r)break t;if(n&&s[n-1].to==e)e=s[--n].from;else if(Do[e-1]==u)break t;else break}p?p.push(t):(t.to<c&&l.push(new Di(t.to,c,f)),e(n,t.direction==A4!=!(f%2)?o+1:o,a,t.inner,t.from,t.to,l),c=t.from),g=t.from}else if(g==r||(i?Do[g-1]!=u:Do[g-1]==u))break;else g--;p?t(n,g,c,o+1,a,p,l):g<c&&l.push(new Di(g,c,f)),c=g}}(t,o,a,n,r,i,s)}(e,i,i,n,0,e.length,r),r}(e.text,t,n);return this.bidiCache.push(new P9(e.from,e.to,t,n,!0,r)),r}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||AO.safari&&(null==(e=this.inputState)?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{Al(this.contentDOM),this.docView.updateSelection()})}setRoot(e){this._root!=e&&(this._root=e,this.observer.setWindow((9==e.nodeType?e:e.ownerDocument).defaultView||window),this.mountStyles())}destroy(){for(let e of(this.root.activeElement==this.contentDOM&&this.contentDOM.blur(),this.plugins))e.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(e,t={}){return Dw.of(new Db("number"==typeof e?T1.cursor(e):e,t.y,t.x,t.yMargin,t.xMargin))}scrollSnapshot(){let{scrollTop:e,scrollLeft:t}=this.scrollDOM,n=this.viewState.scrollAnchorAt(e);return Dw.of(new Db(T1.cursor(n.from),"start","start",n.top-e,t,!0))}setTabFocusMode(e){null==e?this.inputState.tabFocusMode=this.inputState.tabFocusMode<0?0:-1:"boolean"==typeof e?this.inputState.tabFocusMode=e?0:-1:0!=this.inputState.tabFocusMode&&(this.inputState.tabFocusMode=Date.now()+e)}static domEventHandlers(e){return DI.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return DI.define(()=>({}),{eventObservers:e})}static theme(e,t){let n=IX.newName(),r=[PW.of(n),DN.of(PK(`.${n}`,e))];return t&&t.dark&&r.push(PG.of(!0)),r}static baseTheme(e){return In.lowest(DN.of(PK("."+Pq,e,PX)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),r=n&&Av.get(n)||Av.get(e);return(null==(t=null==r?void 0:r.rootView)?void 0:t.view)||null}}P4.styleModule=DN,P4.inputHandler=Dp,P4.clipboardInputFilter=Dg,P4.clipboardOutputFilter=Dm,P4.scrollHandler=Dx,P4.focusChangeEffect=Df,P4.perLineTextDirection=Dv,P4.exceptionSink=Dd,P4.updateListener=Dh,P4.editable=Dk,P4.mouseSelectionStyle=Dc,P4.dragMovesSelection=Du,P4.clickAddsSelectionRange=Dl,P4.decorations=DR,P4.outerDecorations=D_,P4.atomicRanges=DO,P4.bidiIsolatedRanges=DE,P4.scrollMargins=DZ,P4.darkTheme=PG,P4.cspNonce=T3.define({combine:e=>e.length?e[0]:""}),P4.contentAttributes=DP,P4.editorAttributes=DD,P4.lineWrapping=P4.contentAttributes.of({class:"cm-lineWrapping"}),P4.announce=Ix.define();let P6=4096,P8={};class P9{constructor(e,t,n,r,i,o){this.from=e,this.to=t,this.dir=n,this.isolates=r,this.fresh=i,this.order=o}static update(e,t){if(t.empty&&!e.some(e=>e.fresh))return e;let n=[],r=e.length?e[e.length-1].dir:A3.LTR;for(let i=Math.max(0,e.length-10);i<e.length;i++){let o=e[i];o.dir!=r||t.touchesRange(o.from,o.to)||n.push(new P9(t.mapPos(o.from,1),t.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return n}}function P7(e,t,n){for(let r=e.state.facet(t),i=r.length-1;i>=0;i--){let t=r[i],o="function"==typeof t?t(e):t;o&&AF(o,n)}return n}let Re=AO.mac?"mac":AO.windows?"win":AO.linux?"linux":"key";function Rt(e,t,n){return t.altKey&&(e="Alt-"+e),t.ctrlKey&&(e="Ctrl-"+e),t.metaKey&&(e="Meta-"+e),!1!==n&&t.shiftKey&&(e="Shift-"+e),e}let Rn=In.default(P4.domEventHandlers({keydown:(e,t)=>Rl(Ro(t.state),e,t,"editor")})),Rr=T3.define({enables:Rn}),Ri=new WeakMap;function Ro(e){let t=e.facet(Rr),n=Ri.get(t);return n||Ri.set(t,n=function(e,t=Re){let n=Object.create(null),r=Object.create(null),i=(e,t)=>{let n=r[e];if(null==n)r[e]=t;else if(n!=t)throw Error("Key binding "+e+" is used both as a regular binding and as a multi-stroke prefix")},o=(e,r,o,a,s)=>{var l,u;let c=n[e]||(n[e]=Object.create(null)),d=r.split(/ (?!$)/).map(e=>(function(e,t){let n,r,i,o,a=e.split(/-(?!$)/),s=a[a.length-1];"Space"==s&&(s=" ");for(let e=0;e<a.length-1;++e){let s=a[e];if(/^(cmd|meta|m)$/i.test(s))o=!0;else if(/^a(lt)?$/i.test(s))n=!0;else if(/^(c|ctrl|control)$/i.test(s))r=!0;else if(/^s(hift)?$/i.test(s))i=!0;else if(/^mod$/i.test(s))"mac"==t?o=!0:r=!0;else throw Error("Unrecognized modifier name: "+s)}return n&&(s="Alt-"+s),r&&(s="Ctrl-"+s),o&&(s="Meta-"+s),i&&(s="Shift-"+s),s})(e,t));for(let t=1;t<d.length;t++){let n=d.slice(0,t).join(" ");i(n,!0),c[n]||(c[n]={preventDefault:!0,stopPropagation:!1,run:[t=>{let r=Ra={view:t,prefix:n,scope:e};return setTimeout(()=>{Ra==r&&(Ra=null)},4e3),!0}]})}let h=d.join(" ");i(h,!1);let p=c[h]||(c[h]={preventDefault:!1,stopPropagation:!1,run:(null==(u=null==(l=c._any)?void 0:l.run)?void 0:u.slice())||[]});o&&p.run.push(o),a&&(p.preventDefault=!0),s&&(p.stopPropagation=!0)};for(let r of e){let e=r.scope?r.scope.split(" "):["editor"];if(r.any)for(let t of e){let e=n[t]||(n[t]=Object.create(null));e._any||(e._any={preventDefault:!1,stopPropagation:!1,run:[]});let{any:i}=r;for(let t in e)e[t].run.push(e=>i(e,Rs))}let i=r[t]||r.key;if(i)for(let t of e)o(t,i,r.run,r.preventDefault,r.stopPropagation),r.shift&&o(t,"Shift-"+i,r.shift,r.preventDefault,r.stopPropagation)}return n}(t.reduce((e,t)=>e.concat(t),[]))),n}let Ra=null,Rs=null;function Rl(e,t,n,r){var i;Rs=t;let o=("Esc"==(i=!(I1&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||I2&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?I0:IJ)[t.keyCode]||t.key||"Unidentified")&&(i="Escape"),"Del"==i&&(i="Delete"),"Left"==i&&(i="ArrowLeft"),"Up"==i&&(i="ArrowUp"),"Right"==i&&(i="ArrowRight"),"Down"==i&&(i="ArrowDown"),i),a=TH(Tj(o,0))==o.length&&" "!=o,s="",l=!1,u=!1,c=!1;Ra&&Ra.view==n&&Ra.scope==r&&(s=Ra.prefix+" ",0>D7.indexOf(t.keyCode)&&(u=!0,Ra=null));let d=new Set,h=e=>{if(e){for(let t of e.run)if(!d.has(t)&&(d.add(t),t(n)))return e.stopPropagation&&(c=!0),!0;e.preventDefault&&(e.stopPropagation&&(c=!0),u=!0)}return!1},p=e[r],f,g;return p&&(h(p[s+Rt(o,t,!a)])?l=!0:a&&(t.altKey||t.metaKey||t.ctrlKey)&&!(AO.windows&&t.ctrlKey&&t.altKey)&&(f=IJ[t.keyCode])&&f!=o?h(p[s+Rt(f,t,!0)])?l=!0:t.shiftKey&&(g=I0[t.keyCode])!=o&&g!=f&&h(p[s+Rt(g,t,!1)])&&(l=!0):a&&t.shiftKey&&h(p[s+Rt(o,t,!0)])&&(l=!0),!l&&h(p._any)&&(l=!0)),u&&(l=!0),l&&c&&t.stopPropagation(),Rs=null,l}class Ru{constructor(e,t,n,r,i){this.className=e,this.left=t,this.top=n,this.width=r,this.height=i}draw(){let e=document.createElement("div");return e.className=this.className,this.adjust(e),e}update(e,t){return t.className==this.className&&(this.adjust(e),!0)}adjust(e){e.style.left=this.left+"px",e.style.top=this.top+"px",null!=this.width&&(e.style.width=this.width+"px"),e.style.height=this.height+"px"}eq(e){return this.left==e.left&&this.top==e.top&&this.width==e.width&&this.height==e.height&&this.className==e.className}static forRange(e,t,n){if(!n.empty)return function(e,t,n){if(n.to<=e.viewport.from||n.from>=e.viewport.to)return[];let r=Math.max(n.from,e.viewport.from),i=Math.min(n.to,e.viewport.to),o=e.textDirection==A3.LTR,a=e.contentDOM,s=a.getBoundingClientRect(),l=Rc(e),u=a.querySelector(".cm-line"),c=u&&window.getComputedStyle(u),d=s.left+(c?parseInt(c.paddingLeft)+Math.min(0,parseInt(c.textIndent)):0),h=s.right-(c?parseInt(c.paddingRight):0),p=DX(e,r),f=DX(e,i),g=p.type==AW.Text?p:null,m=f.type==AW.Text?f:null;if(g&&(e.lineWrapping||p.widgetLineBreaks)&&(g=Rd(e,r,1,g)),m&&(e.lineWrapping||f.widgetLineBreaks)&&(m=Rd(e,i,-1,m)),g&&m&&g.from==m.from&&g.to==m.to)return y(x(n.from,n.to,g));{let t=g?x(n.from,null,g):b(p,!1),r=m?x(null,n.to,m):b(f,!0),i=[];return(g||p).to<(m||f).from-(g&&m?1:0)||p.widgetLineBreaks>1&&t.bottom+e.defaultLineHeight/2<r.top?i.push(v(d,t.bottom,h,r.top)):t.bottom<r.top&&e.elementAtHeight((t.bottom+r.top)/2).type==AW.Text&&(t.bottom=r.top=(t.bottom+r.top)/2),y(t).concat(i).concat(y(r))}function v(e,n,r,i){return new Ru(t,e-l.left,n-l.top,r-e,i-n)}function y({top:e,bottom:t,horizontal:n}){let r=[];for(let i=0;i<n.length;i+=2)r.push(v(n[i],e,n[i+1],t));return r}function x(t,n,r){let i=1e9,a=-1e9,s=[];function l(t,n,l,u,c){let p=e.coordsAtPos(t,t==r.to?-2:2),f=e.coordsAtPos(l,l==r.from?2:-2);p&&f&&(i=Math.min(p.top,f.top,i),a=Math.max(p.bottom,f.bottom,a),c==A3.LTR?s.push(o&&n?d:p.left,o&&u?h:f.right):s.push(!o&&u?d:f.left,!o&&n?h:p.right))}let u=null!=t?t:r.from,c=null!=n?n:r.to;for(let r of e.visibleRanges)if(r.to>u&&r.from<c)for(let i=Math.max(r.from,u),o=Math.min(r.to,c);;){let r=e.state.doc.lineAt(i);for(let a of e.bidiSpans(r)){let e=a.from+r.from,s=a.to+r.from;if(e>=o)break;s>i&&l(Math.max(e,i),null==t&&e<=u,Math.min(s,o),null==n&&s>=c,a.dir)}if((i=r.to+1)>=o)break}return 0==s.length&&l(u,null==t,c,null==n,e.textDirection),{top:i,bottom:a,horizontal:s}}function b(e,t){let n=s.top+(t?e.top:e.bottom);return{top:n,bottom:n,horizontal:[]}}}(e,t,n);{let r=e.coordsAtPos(n.head,n.assoc||1);if(!r)return[];let i=Rc(e);return[new Ru(t,r.left-i.left,r.top-i.top,null,r.bottom-r.top)]}}}function Rc(e){let t=e.scrollDOM.getBoundingClientRect();return{left:(e.textDirection==A3.LTR?t.left:t.right-e.scrollDOM.clientWidth*e.scaleX)-e.scrollDOM.scrollLeft*e.scaleX,top:t.top-e.scrollDOM.scrollTop*e.scaleY}}function Rd(e,t,n,r){let i=e.coordsAtPos(t,2*n);if(!i)return r;let o=e.dom.getBoundingClientRect(),a=(i.top+i.bottom)/2,s=e.posAtCoords({x:o.left+1,y:a}),l=e.posAtCoords({x:o.right-1,y:a});return null==s||null==l?r:{from:Math.max(r.from,Math.min(s,l)),to:Math.min(r.to,Math.max(s,l))}}class Rh{constructor(e,t){this.view=e,this.layer=t,this.drawn=[],this.scaleX=1,this.scaleY=1,this.measureReq={read:this.measure.bind(this),write:this.draw.bind(this)},this.dom=e.scrollDOM.appendChild(document.createElement("div")),this.dom.classList.add("cm-layer"),t.above&&this.dom.classList.add("cm-layer-above"),t.class&&this.dom.classList.add(t.class),this.scale(),this.dom.setAttribute("aria-hidden","true"),this.setOrder(e.state),e.requestMeasure(this.measureReq),t.mount&&t.mount(this.dom,e)}update(e){e.startState.facet(Rp)!=e.state.facet(Rp)&&this.setOrder(e.state),(this.layer.update(e,this.dom)||e.geometryChanged)&&(this.scale(),e.view.requestMeasure(this.measureReq))}docViewUpdate(e){!1!==this.layer.updateOnDocViewUpdate&&e.requestMeasure(this.measureReq)}setOrder(e){let t=0,n=e.facet(Rp);for(;t<n.length&&n[t]!=this.layer;)t++;this.dom.style.zIndex=String((this.layer.above?150:-1)-t)}measure(){return this.layer.markers(this.view)}scale(){let{scaleX:e,scaleY:t}=this.view;(e!=this.scaleX||t!=this.scaleY)&&(this.scaleX=e,this.scaleY=t,this.dom.style.transform=`scale(${1/e}, ${1/t})`)}draw(e){if(e.length!=this.drawn.length||e.some((e,t)=>{var n;return n=this.drawn[t],!(e.constructor==n.constructor&&e.eq(n))})){let t=this.dom.firstChild,n=0;for(let r of e)r.update&&t&&r.constructor&&this.drawn[n].constructor&&r.update(t,this.drawn[n])?(t=t.nextSibling,n++):this.dom.insertBefore(r.draw(),t);for(;t;){let e=t.nextSibling;t.remove(),t=e}this.drawn=e}}destroy(){this.layer.destroy&&this.layer.destroy(this.dom,this.view),this.dom.remove()}}let Rp=T3.define();function Rf(e){return[DI.define(t=>new Rh(t,e)),Rp.of(e)]}let Rg=!(AO.ios&&AO.webkit&&AO.webkit_version<534),Rm=T3.define({combine:e=>IA(e,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(e,t)=>Math.min(e,t),drawRangeCursor:(e,t)=>e||t})});function Rv(e){return e.startState.facet(Rm)!=e.state.facet(Rm)}let Ry=Rf({above:!0,markers(e){let{state:t}=e,n=t.facet(Rm),r=[];for(let i of t.selection.ranges){let o=i==t.selection.main;if(i.empty?!o||Rg:n.drawRangeCursor){let t=o?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",n=i.empty?i:T1.cursor(i.head,i.head>i.anchor?-1:1);for(let i of Ru.forRange(e,t,n))r.push(i)}}return r},update(e,t){e.transactions.some(e=>e.selection)&&(t.style.animationName="cm-blink"==t.style.animationName?"cm-blink2":"cm-blink");let n=Rv(e);return n&&Rx(e.state,t),e.docChanged||e.selectionSet||n},mount(e,t){Rx(t.state,e)},class:"cm-cursorLayer"});function Rx(e,t){t.style.animationDuration=e.facet(Rm).cursorBlinkRate+"ms"}let Rb=Rf({above:!1,markers:e=>e.state.selection.ranges.map(t=>t.empty?[]:Ru.forRange(e,"cm-selectionBackground",t)).reduce((e,t)=>e.concat(t)),update:(e,t)=>e.docChanged||e.selectionSet||e.viewportChanged||Rv(e),class:"cm-selectionLayer"}),Rw={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};Rg&&(Rw[".cm-line"].caretColor=Rw[".cm-content"].caretColor="transparent !important");let RS=In.highest(P4.theme(Rw)),RC=Ix.define({map:(e,t)=>null==e?null:t.mapPos(e)}),Rk=Ie.define({create:()=>null,update:(e,t)=>(null!=e&&(e=t.changes.mapPos(e)),t.effects.reduce((e,t)=>t.is(RC)?t.value:e,e))}),RM=DI.fromClass(class{constructor(e){this.view=e,this.cursor=null,this.measureReq={read:this.readPos.bind(this),write:this.drawCursor.bind(this)}}update(e){var t;let n=e.state.field(Rk);null==n?null!=this.cursor&&(null==(t=this.cursor)||t.remove(),this.cursor=null):(this.cursor||(this.cursor=this.view.scrollDOM.appendChild(document.createElement("div")),this.cursor.className="cm-dropCursor"),(e.startState.field(Rk)!=n||e.docChanged||e.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:e}=this,t=e.state.field(Rk),n=null!=t&&e.coordsAtPos(t);if(!n)return null;let r=e.scrollDOM.getBoundingClientRect();return{left:n.left-r.left+e.scrollDOM.scrollLeft*e.scaleX,top:n.top-r.top+e.scrollDOM.scrollTop*e.scaleY,height:n.bottom-n.top}}drawCursor(e){if(this.cursor){let{scaleX:t,scaleY:n}=this.view;e?(this.cursor.style.left=e.left/t+"px",this.cursor.style.top=e.top/n+"px",this.cursor.style.height=e.height/n+"px"):this.cursor.style.left="-100000px"}}destroy(){this.cursor&&this.cursor.remove()}setDropPos(e){this.view.state.field(Rk)!=e&&this.view.dispatch({effects:RC.of(e)})}},{eventObservers:{dragover(e){this.setDropPos(this.view.posAtCoords({x:e.clientX,y:e.clientY}))},dragleave(e){e.target!=this.view.contentDOM&&this.view.contentDOM.contains(e.relatedTarget)||this.setDropPos(null)},dragend(){this.setDropPos(null)},drop(){this.setDropPos(null)}}});function RT(e,t,n,r,i){t.lastIndex=0;for(let o=e.iterRange(n,r),a=n,s;!o.next().done;a+=o.value.length)if(!o.lineBreak)for(;s=t.exec(o.value);)i(a+s.index,s)}class RI{constructor(e){let{regexp:t,decoration:n,decorate:r,boundary:i,maxLength:o=1e3}=e;if(!t.global)throw RangeError("The regular expression given to MatchDecorator should have its 'g' flag set");if(this.regexp=t,r)this.addMatch=(e,t,n,i)=>r(i,n,n+e[0].length,e,t);else if("function"==typeof n)this.addMatch=(e,t,r,i)=>{let o=n(e,t,r);o&&i(r,r+e[0].length,o)};else if(n)this.addMatch=(e,t,r,i)=>i(r,r+e[0].length,n);else throw RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.boundary=i,this.maxLength=o}createDeco(e){let t=new IE,n=t.add.bind(t);for(let{from:t,to:r}of function(e,t){let n=e.visibleRanges;if(1==n.length&&n[0].from==e.viewport.from&&n[0].to==e.viewport.to)return n;let r=[];for(let{from:i,to:o}of n)i=Math.max(e.state.doc.lineAt(i).from,i-t),o=Math.min(e.state.doc.lineAt(o).to,o+t),r.length&&r[r.length-1].to>=i?r[r.length-1].to=o:r.push({from:i,to:o});return r}(e,this.maxLength))RT(e.state.doc,this.regexp,t,r,(t,r)=>this.addMatch(r,e,t,n));return t.finish()}updateDeco(e,t){let n=1e9,r=-1;return(e.docChanged&&e.changes.iterChanges((t,i,o,a)=>{a>=e.view.viewport.from&&o<=e.view.viewport.to&&(n=Math.min(o,n),r=Math.max(a,r))}),e.viewportMoved||r-n>1e3)?this.createDeco(e.view):r>-1?this.updateRange(e.view,t.map(e.changes),n,r):t}updateRange(e,t,n,r){for(let i of e.visibleRanges){let o=Math.max(i.from,n),a=Math.min(i.to,r);if(a>o){let n=e.state.doc.lineAt(o),r=n.to<a?e.state.doc.lineAt(a):n,s=Math.max(i.from,n.from),l=Math.min(i.to,r.to);if(this.boundary){for(;o>n.from;o--)if(this.boundary.test(n.text[o-1-n.from])){s=o;break}for(;a<r.to;a++)if(this.boundary.test(r.text[a-r.from])){l=a;break}}let u=[],c,d=(e,t,n)=>u.push(n.range(e,t));if(n==r)for(this.regexp.lastIndex=s-n.from;(c=this.regexp.exec(n.text))&&c.index<l-n.from;)this.addMatch(c,e,c.index+n.from,d);else RT(e.state.doc,this.regexp,s,l,(t,n)=>this.addMatch(n,e,t,d));t=t.update({filterFrom:s,filterTo:l,filter:(e,t)=>e<s||t>l,add:u})}}return t}}let RA=null!=/x/.unicode?"gu":"g",RD=RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad\u2028\u2029\uFEFF-]",RA),RP={0:"null",7:"bell",8:"backspace",10:"newline",11:"vertical tab",13:"carriage return",27:"escape",8203:"zero width space",8204:"zero width non-joiner",8205:"zero width joiner",8206:"left-to-right mark",8207:"right-to-left mark",8232:"line separator",8237:"left-to-right override",8238:"right-to-left override",8294:"left-to-right isolate",8295:"right-to-left isolate",8297:"pop directional isolate",8233:"paragraph separator",65279:"zero width no-break space",65532:"object replacement"},RR=null,R_=T3.define({combine(e){let t=IA(e,{render:null,specialChars:RD,addSpecialChars:null});return(t.replaceTabs=!function(){var e;if(null==RR&&"undefined"!=typeof document&&document.body){let t=document.body.style;RR=(null!=(e=t.tabSize)?e:t.MozTabSize)!=null}return RR||!1}())&&(t.specialChars=RegExp(" |"+t.specialChars.source,RA)),t.addSpecialChars&&(t.specialChars=RegExp(t.specialChars.source+"|"+t.addSpecialChars.source,RA)),t}}),RO=null;class RE extends A${constructor(e,t){super(),this.options=e,this.code=t}eq(e){return e.code==this.code}toDOM(e){var t;let n=(t=this.code)>=32?"•":10==t?"":String.fromCharCode(9216+t),r=e.state.phrase("Control character")+" "+(RP[this.code]||"0x"+this.code.toString(16)),i=this.options.render&&this.options.render(this.code,r,n);if(i)return i;let o=document.createElement("span");return o.textContent=n,o.title=r,o.setAttribute("aria-label",r),o.className="cm-specialChar",o}ignoreEvent(){return!1}}class RL extends A${constructor(e){super(),this.width=e}eq(e){return e.width==this.width}toDOM(){let e=document.createElement("span");return e.textContent=" ",e.className="cm-tab",e.style.width=this.width+"px",e}ignoreEvent(){return!1}}let RZ=AG.line({class:"cm-activeLine"}),RB=DI.fromClass(class{constructor(e){this.decorations=this.getDeco(e)}update(e){(e.docChanged||e.selectionSet)&&(this.decorations=this.getDeco(e.view))}getDeco(e){let t=-1,n=[];for(let r of e.state.selection.ranges){let i=e.lineBlockAt(r.head);i.from>t&&(n.push(RZ.range(i.from)),t=i.from)}return AG.set(n)}},{decorations:e=>e.decorations});class RN extends A${constructor(e){super(),this.content=e}toDOM(e){let t=document.createElement("span");return t.className="cm-placeholder",t.style.pointerEvents="none",t.appendChild("string"==typeof this.content?document.createTextNode(this.content):"function"==typeof this.content?this.content(e):this.content.cloneNode(!0)),"string"==typeof this.content?t.setAttribute("aria-label","placeholder "+this.content):t.setAttribute("aria-hidden","true"),t}coordsAt(e){let t=e.firstChild?I9(e.firstChild):[];if(!t.length)return null;let n=window.getComputedStyle(e.parentNode),r=Ai(t[0],"rtl"!=n.direction),i=parseInt(n.lineHeight);return r.bottom-r.top>1.5*i?{left:r.left,right:r.right,top:r.top,bottom:r.top+i}:r}ignoreEvent(){return!1}}function Rz(e,t){var n;let r,i=e.posAtCoords({x:t.clientX,y:t.clientY},!1),o=e.state.doc.lineAt(i),a=i-o.from,s=a>2e3?-1:a==o.length?(n=t.clientX,(r=e.coordsAtPos(e.viewport.from))?Math.round(Math.abs((r.left-n)/e.defaultCharacterWidth)):-1):IW(o.text,e.state.tabSize,i-o.from);return{line:o.number,col:s,off:a}}let RF={Alt:[18,e=>!!e.altKey],Control:[17,e=>!!e.ctrlKey],Shift:[16,e=>!!e.shiftKey],Meta:[91,e=>!!e.metaKey]},Rj={style:"cursor: crosshair"},RV="-10000px";class RH{constructor(e,t,n,r){this.facet=t,this.createTooltipView=n,this.removeTooltipView=r,this.input=e.state.facet(t),this.tooltips=this.input.filter(e=>e);let i=null;this.tooltipViews=this.tooltips.map(e=>i=n(e,i))}update(e,t){var n;let r=e.state.facet(this.facet),i=r.filter(e=>e);if(r===this.input){for(let t of this.tooltipViews)t.update&&t.update(e);return!1}let o=[],a=t?[]:null;for(let n=0;n<i.length;n++){let r=i[n],s=-1;if(r){for(let e=0;e<this.tooltips.length;e++){let t=this.tooltips[e];t&&t.create==r.create&&(s=e)}if(s<0)o[n]=this.createTooltipView(r,n?o[n-1]:null),a&&(a[n]=!!r.above);else{let r=o[n]=this.tooltipViews[s];a&&(a[n]=t[s]),r.update&&r.update(e)}}}for(let e of this.tooltipViews)0>o.indexOf(e)&&(this.removeTooltipView(e),null==(n=e.destroy)||n.call(e));return t&&(a.forEach((e,n)=>t[n]=e),t.length=a.length),this.input=r,this.tooltips=i,this.tooltipViews=o,!0}}function R$(e){let t=e.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:t.clientHeight,right:t.clientWidth}}let RW=T3.define({combine:e=>{var t,n,r;return{position:AO.ios?"absolute":(null==(t=e.find(e=>e.position))?void 0:t.position)||"fixed",parent:(null==(n=e.find(e=>e.parent))?void 0:n.parent)||null,tooltipSpace:(null==(r=e.find(e=>e.tooltipSpace))?void 0:r.tooltipSpace)||R$}}}),RG=new WeakMap,Rq=DI.fromClass(class{constructor(e){this.view=e,this.above=[],this.inView=!0,this.madeAbsolute=!1,this.lastTransaction=0,this.measureTimeout=-1;let t=e.state.facet(RW);this.position=t.position,this.parent=t.parent,this.classes=e.themeClasses,this.createContainer(),this.measureReq={read:this.readMeasure.bind(this),write:this.writeMeasure.bind(this),key:this},this.resizeObserver="function"==typeof ResizeObserver?new ResizeObserver(()=>this.measureSoon()):null,this.manager=new RH(e,RK,(e,t)=>this.createTooltip(e,t),e=>{this.resizeObserver&&this.resizeObserver.unobserve(e.dom),e.dom.remove()}),this.above=this.manager.tooltips.map(e=>!!e.above),this.intersectionObserver="function"==typeof IntersectionObserver?new IntersectionObserver(e=>{Date.now()>this.lastTransaction-50&&e.length>0&&e[e.length-1].intersectionRatio<1&&this.measureSoon()},{threshold:[1]}):null,this.observeIntersection(),e.win.addEventListener("resize",this.measureSoon=this.measureSoon.bind(this)),this.maybeMeasure()}createContainer(){this.parent?(this.container=document.createElement("div"),this.container.style.position="relative",this.container.className=this.view.themeClasses,this.parent.appendChild(this.container)):this.container=this.view.dom}observeIntersection(){if(this.intersectionObserver)for(let e of(this.intersectionObserver.disconnect(),this.manager.tooltipViews))this.intersectionObserver.observe(e.dom)}measureSoon(){this.measureTimeout<0&&(this.measureTimeout=setTimeout(()=>{this.measureTimeout=-1,this.maybeMeasure()},50))}update(e){e.transactions.length&&(this.lastTransaction=Date.now());let t=this.manager.update(e,this.above);t&&this.observeIntersection();let n=t||e.geometryChanged,r=e.state.facet(RW);if(r.position!=this.position&&!this.madeAbsolute){for(let e of(this.position=r.position,this.manager.tooltipViews))e.dom.style.position=this.position;n=!0}if(r.parent!=this.parent){for(let e of(this.parent&&this.container.remove(),this.parent=r.parent,this.createContainer(),this.manager.tooltipViews))this.container.appendChild(e.dom);n=!0}else this.parent&&this.view.themeClasses!=this.classes&&(this.classes=this.container.className=this.view.themeClasses);n&&this.maybeMeasure()}createTooltip(e,t){let n=e.create(this.view),r=t?t.dom:null;if(n.dom.classList.add("cm-tooltip"),e.arrow&&!n.dom.querySelector(".cm-tooltip > .cm-tooltip-arrow")){let e=document.createElement("div");e.className="cm-tooltip-arrow",n.dom.appendChild(e)}return n.dom.style.position=this.position,n.dom.style.top=RV,n.dom.style.left="0px",this.container.insertBefore(n.dom,r),n.mount&&n.mount(this.view),this.resizeObserver&&this.resizeObserver.observe(n.dom),n}destroy(){var e,t,n;for(let t of(this.view.win.removeEventListener("resize",this.measureSoon),this.manager.tooltipViews))t.dom.remove(),null==(e=t.destroy)||e.call(t);this.parent&&this.container.remove(),null==(t=this.resizeObserver)||t.disconnect(),null==(n=this.intersectionObserver)||n.disconnect(),clearTimeout(this.measureTimeout)}readMeasure(){let e=1,t=1,n=!1;if("fixed"==this.position&&this.manager.tooltipViews.length){let{dom:e}=this.manager.tooltipViews[0];if(AO.gecko)n=e.offsetParent!=this.container.ownerDocument.body;else if(e.style.top==RV&&"0px"==e.style.left){let t=e.getBoundingClientRect();n=Math.abs(t.top+1e4)>1||Math.abs(t.left)>1}}if(n||"absolute"==this.position)if(this.parent){let n=this.parent.getBoundingClientRect();n.width&&n.height&&(e=n.width/this.parent.offsetWidth,t=n.height/this.parent.offsetHeight)}else({scaleX:e,scaleY:t}=this.view.viewState);let r=this.view.scrollDOM.getBoundingClientRect(),i=DB(this.view);return{visible:{left:r.left+i.left,top:r.top+i.top,right:r.right-i.right,bottom:r.bottom-i.bottom},parent:this.parent?this.container.getBoundingClientRect():this.view.dom.getBoundingClientRect(),pos:this.manager.tooltips.map((e,t)=>{let n=this.manager.tooltipViews[t];return n.getCoords?n.getCoords(e.pos):this.view.coordsAtPos(e.pos)}),size:this.manager.tooltipViews.map(({dom:e})=>e.getBoundingClientRect()),space:this.view.state.facet(RW).tooltipSpace(this.view),scaleX:e,scaleY:t,makeAbsolute:n}}writeMeasure(e){var t;if(e.makeAbsolute)for(let e of(this.madeAbsolute=!0,this.position="absolute",this.manager.tooltipViews))e.dom.style.position="absolute";let{visible:n,space:r,scaleX:i,scaleY:o}=e,a=[];for(let s=0;s<this.manager.tooltips.length;s++){let l=this.manager.tooltips[s],u=this.manager.tooltipViews[s],{dom:c}=u,d=e.pos[s],h=e.size[s];if(!d||!1!==l.clip&&(d.bottom<=Math.max(n.top,r.top)||d.top>=Math.min(n.bottom,r.bottom)||d.right<Math.max(n.left,r.left)-.1||d.left>Math.min(n.right,r.right)+.1)){c.style.top=RV;continue}let p=l.arrow?u.dom.querySelector(".cm-tooltip-arrow"):null,f=7*!!p,g=h.right-h.left,m=null!=(t=RG.get(u))?t:h.bottom-h.top,v=u.offset||RX,y=this.view.textDirection==A3.LTR,x=h.width>r.right-r.left?y?r.left:r.right-h.width:y?Math.max(r.left,Math.min(d.left-14*!!p+v.x,r.right-g)):Math.min(Math.max(r.left,d.left-g+14*!!p-v.x),r.right-g),b=this.above[s];!l.strictSide&&(b?d.top-m-f-v.y<r.top:d.bottom+m+f+v.y>r.bottom)&&b==r.bottom-d.bottom>d.top-r.top&&(b=this.above[s]=!b);let w=(b?d.top-r.top:r.bottom-d.bottom)-f;if(w<m&&!1!==u.resize){if(w<this.view.defaultLineHeight){c.style.top=RV;continue}RG.set(u,m),c.style.height=(m=w)/o+"px"}else c.style.height&&(c.style.height="");let S=b?d.top-m-f-v.y:d.bottom+f+v.y,C=x+g;if(!0!==u.overlap)for(let e of a)e.left<C&&e.right>x&&e.top<S+m&&e.bottom>S&&(S=b?e.top-m-2-f:e.bottom+f+2);if("absolute"==this.position?(c.style.top=(S-e.parent.top)/o+"px",RU(c,(x-e.parent.left)/i)):(c.style.top=S/o+"px",RU(c,x/i)),p){let e=d.left+(y?v.x:-v.x)-(x+14-7);p.style.left=e/i+"px"}!0!==u.overlap&&a.push({left:x,top:S,right:C,bottom:S+m}),c.classList.toggle("cm-tooltip-above",b),c.classList.toggle("cm-tooltip-below",!b),u.positioned&&u.positioned(e.space)}}maybeMeasure(){if(this.manager.tooltips.length&&(this.view.inView&&this.view.requestMeasure(this.measureReq),this.inView!=this.view.inView)&&(this.inView=this.view.inView,!this.inView))for(let e of this.manager.tooltipViews)e.dom.style.top=RV}},{eventObservers:{scroll(){this.maybeMeasure()}}});function RU(e,t){let n=parseInt(e.style.left,10);(isNaN(n)||Math.abs(t-n)>1)&&(e.style.left=t+"px")}let RY=P4.baseTheme({".cm-tooltip":{zIndex:500,boxSizing:"border-box"},"&light .cm-tooltip":{border:"1px solid #bbb",backgroundColor:"#f5f5f5"},"&light .cm-tooltip-section:not(:first-child)":{borderTop:"1px solid #bbb"},"&dark .cm-tooltip":{backgroundColor:"#333338",color:"white"},".cm-tooltip-arrow":{height:"7px",width:"14px",position:"absolute",zIndex:-1,overflow:"hidden","&:before, &:after":{content:"''",position:"absolute",width:0,height:0,borderLeft:"7px solid transparent",borderRight:"7px solid transparent"},".cm-tooltip-above &":{bottom:"-7px","&:before":{borderTop:"7px solid #bbb"},"&:after":{borderTop:"7px solid #f5f5f5",bottom:"1px"}},".cm-tooltip-below &":{top:"-7px","&:before":{borderBottom:"7px solid #bbb"},"&:after":{borderBottom:"7px solid #f5f5f5",top:"1px"}}},"&dark .cm-tooltip .cm-tooltip-arrow":{"&:before":{borderTopColor:"#333338",borderBottomColor:"#333338"},"&:after":{borderTopColor:"transparent",borderBottomColor:"transparent"}}}),RX={x:0,y:0},RK=T3.define({enables:[Rq,RY]}),RQ=T3.define({combine:e=>e.reduce((e,t)=>e.concat(t),[])});class RJ{static create(e){return new RJ(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new RH(e,RQ,(e,t)=>this.createHostedView(e,t),e=>e.dom.remove())}createHostedView(e,t){let n=e.create(this.view);return n.dom.classList.add("cm-tooltip-section"),this.dom.insertBefore(n.dom,t?t.dom.nextSibling:this.dom.firstChild),this.mounted&&n.mount&&n.mount(this.view),n}mount(e){for(let t of this.manager.tooltipViews)t.mount&&t.mount(e);this.mounted=!0}positioned(e){for(let t of this.manager.tooltipViews)t.positioned&&t.positioned(e)}update(e){this.manager.update(e)}destroy(){var e;for(let t of this.manager.tooltipViews)null==(e=t.destroy)||e.call(t)}passProp(e){let t;for(let n of this.manager.tooltipViews){let r=n[e];if(void 0!==r){if(void 0===t)t=r;else if(t!==r)return}}return t}get offset(){return this.passProp("offset")}get getCoords(){return this.passProp("getCoords")}get overlap(){return this.passProp("overlap")}get resize(){return this.passProp("resize")}}let R0=RK.compute([RQ],e=>{let t=e.facet(RQ);return 0===t.length?null:{pos:Math.min(...t.map(e=>e.pos)),end:Math.max(...t.map(e=>{var t;return null!=(t=e.end)?t:e.pos})),create:RJ.create,above:t[0].above,arrow:t.some(e=>e.arrow)}});class R1{constructor(e,t,n,r,i){this.view=e,this.source=t,this.field=n,this.setHover=r,this.hoverTime=i,this.hoverTimeout=-1,this.restartTimeout=-1,this.pending=null,this.lastMove={x:0,y:0,target:e.dom,time:0},this.checkHover=this.checkHover.bind(this),e.dom.addEventListener("mouseleave",this.mouseleave=this.mouseleave.bind(this)),e.dom.addEventListener("mousemove",this.mousemove=this.mousemove.bind(this))}update(){this.pending&&(this.pending=null,clearTimeout(this.restartTimeout),this.restartTimeout=setTimeout(()=>this.startHover(),20))}get active(){return this.view.state.field(this.field)}checkHover(){if(this.hoverTimeout=-1,this.active.length)return;let e=Date.now()-this.lastMove.time;e<this.hoverTime?this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime-e):this.startHover()}startHover(){clearTimeout(this.restartTimeout);let{view:e,lastMove:t}=this,n=e.docView.nearest(t.target);if(!n)return;let r,i=1;if(n instanceof AZ)r=n.posAtStart;else{if(null==(r=e.posAtCoords(t)))return;let n=e.coordsAtPos(r);if(!n||t.y<n.top||t.y>n.bottom||t.x<n.left-e.defaultCharacterWidth||t.x>n.right+e.defaultCharacterWidth)return;let o=e.bidiSpans(e.state.doc.lineAt(r)).find(e=>e.from<=r&&e.to>=r),a=o&&o.dir==A3.RTL?-1:1;i=t.x<n.left?-a:a}let o=this.source(e,r,i);if(null==o?void 0:o.then){let t=this.pending={pos:r};o.then(n=>{this.pending==t&&(this.pending=null,n&&!(Array.isArray(n)&&!n.length)&&e.dispatch({effects:this.setHover.of(Array.isArray(n)?n:[n])}))},t=>DC(e.state,t,"hover tooltip"))}else o&&!(Array.isArray(o)&&!o.length)&&e.dispatch({effects:this.setHover.of(Array.isArray(o)?o:[o])})}get tooltip(){let e=this.view.plugin(Rq),t=e?e.manager.tooltips.findIndex(e=>e.create==RJ.create):-1;return t>-1?e.manager.tooltipViews[t]:null}mousemove(e){var t,n;this.lastMove={x:e.clientX,y:e.clientY,target:e.target,time:Date.now()},this.hoverTimeout<0&&(this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime));let{active:r,tooltip:i}=this;if(r.length&&i&&!function(e,t){let{left:n,right:r,top:i,bottom:o}=e.getBoundingClientRect(),a;if(a=e.querySelector(".cm-tooltip-arrow")){let e=a.getBoundingClientRect();i=Math.min(e.top,i),o=Math.max(e.bottom,o)}return t.clientX>=n-4&&t.clientX<=r+4&&t.clientY>=i-4&&t.clientY<=o+4}(i.dom,e)||this.pending){let{pos:i}=r[0]||this.pending,o=null!=(n=null==(t=r[0])?void 0:t.end)?n:i;(i==o?this.view.posAtCoords(this.lastMove)!=i:!function(e,t,n,r,i,o){let a=e.scrollDOM.getBoundingClientRect(),s=e.documentTop+e.documentPadding.top+e.contentHeight;if(a.left>r||a.right<r||a.top>i||Math.min(a.bottom,s)<i)return!1;let l=e.posAtCoords({x:r,y:i},!1);return l>=t&&l<=n}(this.view,i,o,e.clientX,e.clientY))&&(this.view.dispatch({effects:this.setHover.of([])}),this.pending=null)}}mouseleave(e){clearTimeout(this.hoverTimeout),this.hoverTimeout=-1;let{active:t}=this;if(t.length){let{tooltip:t}=this;t&&t.dom.contains(e.relatedTarget)?this.watchTooltipLeave(t.dom):this.view.dispatch({effects:this.setHover.of([])})}}watchTooltipLeave(e){let t=n=>{e.removeEventListener("mouseleave",t),this.active.length&&!this.view.dom.contains(n.relatedTarget)&&this.view.dispatch({effects:this.setHover.of([])})};e.addEventListener("mouseleave",t)}destroy(){clearTimeout(this.hoverTimeout),this.view.dom.removeEventListener("mouseleave",this.mouseleave),this.view.dom.removeEventListener("mousemove",this.mousemove)}}function R2(e,t){let n=e.plugin(Rq);if(!n)return null;let r=n.manager.tooltips.indexOf(t);return r<0?null:n.manager.tooltipViews[r]}let R5=Ix.define(),R3=T3.define({combine(e){let t,n;for(let r of e)t=t||r.topContainer,n=n||r.bottomContainer;return{topContainer:t,bottomContainer:n}}});function R4(e,t){let n=e.plugin(R6),r=n?n.specs.indexOf(t):-1;return r>-1?n.panels[r]:null}let R6=DI.fromClass(class{constructor(e){this.input=e.state.facet(R7),this.specs=this.input.filter(e=>e),this.panels=this.specs.map(t=>t(e));let t=e.state.facet(R3);for(let n of(this.top=new R8(e,!0,t.topContainer),this.bottom=new R8(e,!1,t.bottomContainer),this.top.sync(this.panels.filter(e=>e.top)),this.bottom.sync(this.panels.filter(e=>!e.top)),this.panels))n.dom.classList.add("cm-panel"),n.mount&&n.mount()}update(e){let t=e.state.facet(R3);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new R8(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new R8(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(R7);if(n!=this.input){let t=n.filter(e=>e),r=[],i=[],o=[],a=[];for(let n of t){let t=this.specs.indexOf(n),s;t<0?(s=n(e.view),a.push(s)):(s=this.panels[t]).update&&s.update(e),r.push(s),(s.top?i:o).push(s)}for(let e of(this.specs=t,this.panels=r,this.top.sync(i),this.bottom.sync(o),a))e.dom.classList.add("cm-panel"),e.mount&&e.mount()}else for(let t of this.panels)t.update&&t.update(e)}destroy(){this.top.sync([]),this.bottom.sync([])}},{provide:e=>P4.scrollMargins.of(t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class R8{constructor(e,t,n){this.view=e,this.top=t,this.container=n,this.dom=void 0,this.classes="",this.panels=[],this.syncClasses()}sync(e){for(let t of this.panels)t.destroy&&0>e.indexOf(t)&&t.destroy();this.panels=e,this.syncDOM()}syncDOM(){if(0==this.panels.length){this.dom&&(this.dom.remove(),this.dom=void 0);return}if(!this.dom){this.dom=document.createElement("div"),this.dom.className=this.top?"cm-panels cm-panels-top":"cm-panels cm-panels-bottom",this.dom.style[this.top?"top":"bottom"]="0";let e=this.container||this.view.dom;e.insertBefore(this.dom,this.top?e.firstChild:null)}let e=this.dom.firstChild;for(let t of this.panels)if(t.dom.parentNode==this.dom){for(;e!=t.dom;)e=R9(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=R9(e)}scrollMargin(){return!this.dom||this.container?0:Math.max(0,this.top?this.dom.getBoundingClientRect().bottom-Math.max(0,this.view.scrollDOM.getBoundingClientRect().top):Math.min(innerHeight,this.view.scrollDOM.getBoundingClientRect().bottom)-this.dom.getBoundingClientRect().top)}syncClasses(){if(this.container&&this.classes!=this.view.themeClasses){for(let e of this.classes.split(" "))e&&this.container.classList.remove(e);for(let e of(this.classes=this.view.themeClasses).split(" "))e&&this.container.classList.add(e)}}}function R9(e){let t=e.nextSibling;return e.remove(),t}let R7=T3.define({enables:R6});class _e extends ID{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}_e.prototype.elementClass="",_e.prototype.toDOM=void 0,_e.prototype.mapMode=TW.TrackBefore,_e.prototype.startSide=_e.prototype.endSide=-1,_e.prototype.point=!0;let _t=T3.define(),_n=T3.define(),_r={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>IO.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},_i=T3.define();function _o(e){return[_s(),_i.of(Object.assign(Object.assign({},_r),e))]}let _a=T3.define({combine:e=>e.some(e=>e)});function _s(e){let t=[_l];return e&&!1===e.fixed&&t.push(_a.of(!0)),t}let _l=DI.fromClass(class{constructor(e){for(let t of(this.view=e,this.prevViewport=e.viewport,this.dom=document.createElement("div"),this.dom.className="cm-gutters",this.dom.setAttribute("aria-hidden","true"),this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.gutters=e.state.facet(_i).map(t=>new _h(e,t)),this.gutters))this.dom.appendChild(t.dom);this.fixed=!e.state.facet(_a),this.fixed&&(this.dom.style.position="sticky"),this.syncGutters(!1),e.scrollDOM.insertBefore(this.dom,e.contentDOM)}update(e){if(this.updateGutters(e)){let t=this.prevViewport,n=e.view.viewport,r=Math.min(t.to,n.to)-Math.max(t.from,n.from);this.syncGutters(r<(n.to-n.from)*.8)}e.geometryChanged&&(this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px"),this.view.state.facet(_a)!=!this.fixed&&(this.fixed=!this.fixed,this.dom.style.position=this.fixed?"sticky":""),this.prevViewport=e.view.viewport}syncGutters(e){let t=this.dom.nextSibling;e&&this.dom.remove();let n=IO.iter(this.view.state.facet(_t),this.view.viewport.from),r=[],i=this.gutters.map(e=>new _d(e,this.view.viewport,-this.view.documentPadding.top));for(let e of this.view.viewportLineBlocks)if(r.length&&(r=[]),Array.isArray(e.type)){let t=!0;for(let o of e.type)if(o.type==AW.Text&&t){for(let e of(_c(n,r,o.from),i))e.line(this.view,o,r);t=!1}else if(o.widget)for(let e of i)e.widget(this.view,o)}else if(e.type==AW.Text)for(let t of(_c(n,r,e.from),i))t.line(this.view,e,r);else if(e.widget)for(let t of i)t.widget(this.view,e);for(let e of i)e.finish();e&&this.view.scrollDOM.insertBefore(this.dom,t)}updateGutters(e){let t=e.startState.facet(_i),n=e.state.facet(_i),r=e.docChanged||e.heightChanged||e.viewportChanged||!IO.eq(e.startState.facet(_t),e.state.facet(_t),e.view.viewport.from,e.view.viewport.to);if(t==n)for(let t of this.gutters)t.update(e)&&(r=!0);else{r=!0;let i=[];for(let r of n){let n=t.indexOf(r);n<0?i.push(new _h(this.view,r)):(this.gutters[n].update(e),i.push(this.gutters[n]))}for(let e of this.gutters)e.dom.remove(),0>i.indexOf(e)&&e.destroy();for(let e of i)this.dom.appendChild(e.dom);this.gutters=i}return r}destroy(){for(let e of this.gutters)e.destroy();this.dom.remove()}},{provide:e=>P4.scrollMargins.of(t=>{let n=t.plugin(e);return n&&0!=n.gutters.length&&n.fixed?t.textDirection==A3.LTR?{left:n.dom.offsetWidth*t.scaleX}:{right:n.dom.offsetWidth*t.scaleX}:null})});function _u(e){return Array.isArray(e)?e:[e]}function _c(e,t,n){for(;e.value&&e.from<=n;)e.from==n&&t.push(e.value),e.next()}class _d{constructor(e,t,n){this.gutter=e,this.height=n,this.i=0,this.cursor=IO.iter(e.markers,t.from)}addElement(e,t,n){let{gutter:r}=this,i=(t.top-this.height)/e.scaleY,o=t.height/e.scaleY;if(this.i==r.elements.length){let t=new _p(e,o,i,n);r.elements.push(t),r.dom.appendChild(t.dom)}else r.elements[this.i].update(e,o,i,n);this.height=t.bottom,this.i++}line(e,t,n){let r=[];_c(this.cursor,r,t.from),n.length&&(r=r.concat(n));let i=this.gutter.config.lineMarker(e,t,r);i&&r.unshift(i);let o=this.gutter;(0!=r.length||o.config.renderEmptyElements)&&this.addElement(e,t,r)}widget(e,t){let n=this.gutter.config.widgetMarker(e,t.widget,t),r=n?[n]:null;for(let n of e.state.facet(_n)){let i=n(e,t.widget,t);i&&(r||(r=[])).push(i)}r&&this.addElement(e,t,r)}finish(){let e=this.gutter;for(;e.elements.length>this.i;){let t=e.elements.pop();e.dom.removeChild(t.dom),t.destroy()}}}class _h{constructor(e,t){for(let n in this.view=e,this.config=t,this.elements=[],this.spacer=null,this.dom=document.createElement("div"),this.dom.className="cm-gutter"+(this.config.class?" "+this.config.class:""),t.domEventHandlers)this.dom.addEventListener(n,r=>{let i=r.target,o;if(i!=this.dom&&this.dom.contains(i)){for(;i.parentNode!=this.dom;)i=i.parentNode;let e=i.getBoundingClientRect();o=(e.top+e.bottom)/2}else o=r.clientY;let a=e.lineBlockAtHeight(o-e.documentTop);t.domEventHandlers[n](e,a,r)&&r.preventDefault()});this.markers=_u(t.markers(e)),t.initialSpacer&&(this.spacer=new _p(e,0,0,[t.initialSpacer(e)]),this.dom.appendChild(this.spacer.dom),this.spacer.dom.style.cssText+="visibility: hidden; pointer-events: none")}update(e){let t=this.markers;if(this.markers=_u(this.config.markers(e.view)),this.spacer&&this.config.updateSpacer){let t=this.config.updateSpacer(this.spacer.markers[0],e);t!=this.spacer.markers[0]&&this.spacer.update(e.view,0,0,[t])}let n=e.view.viewport;return!IO.eq(this.markers,t,n.from,n.to)||!!this.config.lineMarkerChange&&this.config.lineMarkerChange(e)}destroy(){for(let e of this.elements)e.destroy()}}class _p{constructor(e,t,n,r){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(e,t,n,r)}update(e,t,n,r){this.height!=t&&(this.height=t,this.dom.style.height=t+"px"),this.above!=n&&(this.dom.style.marginTop=(this.above=n)?n+"px":""),!function(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!e[n].compare(t[n]))return!1;return!0}(this.markers,r)&&this.setMarkers(e,r)}setMarkers(e,t){let n="cm-gutterElement",r=this.dom.firstChild;for(let i=0,o=0;;){let a=o,s=i<t.length?t[i++]:null,l=!1;if(s){let e=s.elementClass;e&&(n+=" "+e);for(let e=o;e<this.markers.length;e++)if(this.markers[e].compare(s)){a=e,l=!0;break}}else a=this.markers.length;for(;o<a;){let e=this.markers[o++];if(e.toDOM){e.destroy(r);let t=r.nextSibling;r.remove(),r=t}}if(!s)break;s.toDOM&&(l?r=r.nextSibling:this.dom.insertBefore(s.toDOM(e),r)),l&&o++}this.dom.className=n,this.markers=t}destroy(){this.setMarkers(null,[])}}let _f=T3.define(),_g=T3.define(),_m=T3.define({combine:e=>IA(e,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(e,t){let n=Object.assign({},e);for(let e in t){let r=n[e],i=t[e];n[e]=r?(e,t,n)=>r(e,t,n)||i(e,t,n):i}return n}})});class _v extends _e{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function _y(e,t){return e.state.facet(_m).formatNumber(t,e.state)}let _x=_i.compute([_m],e=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:e=>e.state.facet(_f),lineMarker:(e,t,n)=>n.some(e=>e.toDOM)?null:new _v(_y(e,e.state.doc.lineAt(t.from).number)),widgetMarker:(e,t,n)=>{for(let r of e.state.facet(_g)){let i=r(e,t,n);if(i)return i}return null},lineMarkerChange:e=>e.startState.facet(_m)!=e.state.facet(_m),initialSpacer:e=>new _v(_y(e,_b(e.state.doc.lines))),updateSpacer(e,t){let n=_y(t.view,_b(t.view.state.doc.lines));return n==e.number?e:new _v(n)},domEventHandlers:e.facet(_m).domEventHandlers}));function _b(e){let t=9;for(;t<e;)t=10*t+9;return t}let _w=new class extends _e{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},_S=_t.compute(["selection"],e=>{let t=[],n=-1;for(let r of e.selection.ranges){let i=e.doc.lineAt(r.head).from;i>n&&(n=i,t.push(_w.range(i)))}return IO.of(t)}),_C=0;class _k{constructor(e,t){this.from=e,this.to=t}}class _M{constructor(e={}){this.id=_C++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw Error("This node type doesn't define a deserialize function")})}add(e){if(this.perNode)throw RangeError("Can't add per-node props to node types");return"function"!=typeof e&&(e=_A.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}_M.closedBy=new _M({deserialize:e=>e.split(" ")}),_M.openedBy=new _M({deserialize:e=>e.split(" ")}),_M.group=new _M({deserialize:e=>e.split(" ")}),_M.isolate=new _M({deserialize:e=>{if(e&&"rtl"!=e&&"ltr"!=e&&"auto"!=e)throw RangeError("Invalid value for isolate: "+e);return e||"auto"}}),_M.contextHash=new _M({perNode:!0}),_M.lookAhead=new _M({perNode:!0}),_M.mounted=new _M({perNode:!0});class _T{constructor(e,t,n){this.tree=e,this.overlay=t,this.parser=n}static get(e){return e&&e.props&&e.props[_M.mounted.id]}}let _I=Object.create(null);class _A{constructor(e,t,n,r=0){this.name=e,this.props=t,this.id=n,this.flags=r}static define(e){let t=e.props&&e.props.length?Object.create(null):_I,n=!!e.top|2*!!e.skipped|4*!!e.error|8*(null==e.name),r=new _A(e.name||"",t,e.id,n);if(e.props){for(let n of e.props)if(Array.isArray(n)||(n=n(r)),n){if(n[0].perNode)throw RangeError("Can't store a per-node prop on a node type");t[n[0].id]=n[1]}}return r}prop(e){return this.props[e.id]}get isTop(){return(1&this.flags)>0}get isSkipped(){return(2&this.flags)>0}get isError(){return(4&this.flags)>0}get isAnonymous(){return(8&this.flags)>0}is(e){if("string"==typeof e){if(this.name==e)return!0;let t=this.prop(_M.group);return!!t&&t.indexOf(e)>-1}return this.id==e}static match(e){let t=Object.create(null);for(let n in e)for(let r of n.split(" "))t[r]=e[n];return e=>{for(let n=e.prop(_M.group),r=-1;r<(n?n.length:0);r++){let i=t[r<0?e.name:n[r]];if(i)return i}}}}_A.none=new _A("",Object.create(null),0,8);class _D{constructor(e){this.types=e;for(let t=0;t<e.length;t++)if(e[t].id!=t)throw RangeError("Node type ids should correspond to array positions when creating a node set")}extend(...e){let t=[];for(let n of this.types){let r=null;for(let t of e){let e=t(n);e&&(r||(r=Object.assign({},n.props)),r[e[0].id]=e[1])}t.push(r?new _A(n.name,r,n.id,n.flags):n)}return new _D(t)}}let _P=new WeakMap,_R=new WeakMap;(C=O||(O={}))[C.ExcludeBuffers=1]="ExcludeBuffers",C[C.IncludeAnonymous=2]="IncludeAnonymous",C[C.IgnoreMounts=4]="IgnoreMounts",C[C.IgnoreOverlays=8]="IgnoreOverlays";class __{constructor(e,t,n,r,i){if(this.type=e,this.children=t,this.positions=n,this.length=r,this.props=null,i&&i.length)for(let[e,t]of(this.props=Object.create(null),i))this.props["number"==typeof e?e:e.id]=t}toString(){let e=_T.get(this);if(e&&!e.overlay)return e.tree.toString();let t="";for(let e of this.children){let n=e.toString();n&&(t&&(t+=","),t+=n)}return this.type.name?(/\W/.test(this.type.name)&&!this.type.isError?JSON.stringify(this.type.name):this.type.name)+(t.length?"("+t+")":""):t}cursor(e=0){return new _W(this.topNode,e)}cursorAt(e,t=0,n=0){let r=new _W(_P.get(this)||this.topNode);return r.moveTo(e,t),_P.set(this,r._tree),r}get topNode(){return new _N(this,0,0,null)}resolve(e,t=0){let n=_Z(_P.get(this)||this.topNode,e,t,!1);return _P.set(this,n),n}resolveInner(e,t=0){let n=_Z(_R.get(this)||this.topNode,e,t,!0);return _R.set(this,n),n}resolveStack(e,t=0){return function(e,t,n){let r=e.resolveInner(t,n),i=null;for(let e=r instanceof _N?r:r.context.parent;e;e=e.parent)if(e.index<0){let o=e.parent;(i||(i=[r])).push(o.resolve(t,n)),e=o}else{let o=_T.get(e.tree);if(o&&o.overlay&&o.overlay[0].from<=t&&o.overlay[o.overlay.length-1].to>=t){let a=new _N(o.tree,o.overlay[0].from+e.from,-1,e);(i||(i=[r])).push(_Z(a,t,n,!1))}}return i?_H(i):r}(this,e,t)}iterate(e){let{enter:t,leave:n,from:r=0,to:i=this.length}=e,o=e.mode||0,a=(o&O.IncludeAnonymous)>0;for(let e=this.cursor(o|O.IncludeAnonymous);;){let o=!1;if(e.from<=i&&e.to>=r&&(!a&&e.type.isAnonymous||!1!==t(e))){if(e.firstChild())continue;o=!0}for(;o&&n&&(a||!e.type.isAnonymous)&&n(e),!e.nextSibling();){if(!e.parent())return;o=!0}}}prop(e){return e.perNode?this.props?this.props[e.id]:void 0:this.type.prop(e)}get propValues(){let e=[];if(this.props)for(let t in this.props)e.push([+t,this.props[t]]);return e}balance(e={}){return this.children.length<=8?this:_Y(_A.none,this.children,this.positions,0,this.children.length,0,this.length,(e,t,n)=>new __(this.type,e,t,n,this.propValues),e.makeTree||((e,t,n)=>new __(_A.none,e,t,n)))}static build(e){return function(e){var t;let{buffer:n,nodeSet:r,maxBufferLength:i=1024,reused:o=[],minRepeatType:a=r.types.length}=e,s=Array.isArray(n)?new _O(n,n.length):n,l=r.types,u=0,c=0;function d(e,t,n,i,o,a,s,l,u){let c=[],d=[];for(;e.length>i;)c.push(e.pop()),d.push(t.pop()+n-o);e.push(h(r.types[s],c,d,a-o,l-a,u)),t.push(o-n)}function h(e,t,n,r,i,o,a){if(o){let e=[_M.contextHash,o];a=a?[e].concat(a):[e]}if(i>25){let e=[_M.lookAhead,i];a=a?[e].concat(a):[e]}return new __(e,t,n,r,a)}let p=[],f=[];for(;s.pos>0;)!function e(t,n,p,f,g,m){let{id:v,start:y,end:x,size:b}=s,w=c,S=u;for(;b<0;){if(s.next(),-1==b){let e=o[v];p.push(e),f.push(y-t);return}if(-3==b){u=v;return}if(-4==b){c=v;return}else throw RangeError(`Unrecognized record size: ${b}`)}let C=l[v],k,M,T=y-t;if(x-y<=i&&(M=function(e,t){let n=s.fork(),r=0,o=0,l=0,u=n.end-i,c={size:0,start:0,skip:0};n:for(let i=n.pos-e;n.pos>i;){let e=n.size;if(n.id==t&&e>=0){c.size=r,c.start=o,c.skip=l,l+=4,r+=4,n.next();continue}let s=n.pos-e;if(e<0||s<i||n.start<u)break;let d=4*(n.id>=a),h=n.start;for(n.next();n.pos>s;){if(n.size<0)if(-3==n.size)d+=4;else break n;else n.id>=a&&(d+=4);n.next()}o=h,r+=e,l+=d}return(t<0||r==e)&&(c.size=r,c.start=o,c.skip=l),c.size>4?c:void 0}(s.pos-n,g))){let e=new Uint16Array(M.size-M.skip),n=s.pos-M.size,i=e.length;for(;s.pos>n;)i=function e(t,n,r){let{id:i,start:o,end:l,size:d}=s;if(s.next(),d>=0&&i<a){let a=r;if(d>4){let i=s.pos-(d-4);for(;s.pos>i;)r=e(t,n,r)}n[--r]=a,n[--r]=l-t,n[--r]=o-t,n[--r]=i}else -3==d?u=i:-4==d&&(c=i);return r}(M.start,e,i);k=new _E(e,x-M.start,r),T=M.start-t}else{let t=s.pos-b;s.next();let n=[],o=[],l=v>=a?v:-1,u=0,c=x;for(;s.pos>t;)l>=0&&s.id==l&&s.size>=0?(s.end<=c-i&&(d(n,o,y,u,s.end,c,l,w,S),u=n.length,c=s.end),s.next()):m>2500?function(e,t,n,o){let a=[],l=0,u=-1;for(;s.pos>t;){let{id:e,start:t,end:n,size:r}=s;if(r>4)s.next();else if(u>-1&&t<u)break;else u<0&&(u=n-i),a.push(e,t,n),l++,s.next()}if(l){let t=new Uint16Array(4*l),i=a[a.length-2];for(let e=a.length-3,n=0;e>=0;e-=3)t[n++]=a[e],t[n++]=a[e+1]-i,t[n++]=a[e+2]-i,t[n++]=n;n.push(new _E(t,a[2]-i,r)),o.push(i-e)}}(y,t,n,o):e(y,t,n,o,l,m+1);if(l>=0&&u>0&&u<n.length&&d(n,o,y,u,y,c,l,w,S),n.reverse(),o.reverse(),l>-1&&u>0){let e=function(e,t){return(n,r,i)=>{let o=0,a=n.length-1,s,l;if(a>=0&&(s=n[a])instanceof __){if(!a&&s.type==e&&s.length==i)return s;(l=s.prop(_M.lookAhead))&&(o=r[a]+s.length+l)}return h(e,n,r,i,o,t)}}(C,S);k=_Y(C,n,o,0,n.length,0,x-y,e,e)}else k=h(C,n,o,x-y,w-x,S)}p.push(k),f.push(T)}(e.start||0,e.bufferStart||0,p,f,-1,0);let g=null!=(t=e.length)?t:p.length?f[0]+p[0].length:0;return new __(l[e.topID],p.reverse(),f.reverse(),g)}(e)}}__.empty=new __(_A.none,[],[],0);class _O{constructor(e,t){this.buffer=e,this.index=t}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new _O(this.buffer,this.index)}}class _E{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return _A.none}toString(){let e=[];for(let t=0;t<this.buffer.length;)e.push(this.childString(t)),t=this.buffer[t+3];return e.join(",")}childString(e){let t=this.buffer[e],n=this.buffer[e+3],r=this.set.types[t],i=r.name;if(/\W/.test(i)&&!r.isError&&(i=JSON.stringify(i)),n==(e+=4))return i;let o=[];for(;e<n;)o.push(this.childString(e)),e=this.buffer[e+3];return i+"("+o.join(",")+")"}findChild(e,t,n,r,i){let{buffer:o}=this,a=-1;for(let s=e;s!=t&&(!_L(i,r,o[s+1],o[s+2])||(a=s,!(n>0)));s=o[s+3]);return a}slice(e,t,n){let r=this.buffer,i=new Uint16Array(t-e),o=0;for(let a=e,s=0;a<t;){i[s++]=r[a++],i[s++]=r[a++]-n;let t=i[s++]=r[a++]-n;i[s++]=r[a++]-e,o=Math.max(o,t)}return new _E(i,o,this.set)}}function _L(e,t,n,r){switch(e){case -2:return n<t;case -1:return r>=t&&n<t;case 0:return n<t&&r>t;case 1:return n<=t&&r>t;case 2:return r>t;case 4:return!0}}function _Z(e,t,n,r){for(var i;e.from==e.to||(n<1?e.from>=t:e.from>t)||(n>-1?e.to<=t:e.to<t);){let t=!r&&e instanceof _N&&e.index<0?null:e.parent;if(!t)return e;e=t}let o=r?0:O.IgnoreOverlays;if(r)for(let r=e,a=r.parent;a;a=(r=a).parent)r instanceof _N&&r.index<0&&(null==(i=a.enter(t,n,o))?void 0:i.from)!=r.from&&(e=a);for(;;){let r=e.enter(t,n,o);if(!r)return e;e=r}}class _B{cursor(e=0){return new _W(this,e)}getChild(e,t=null,n=null){let r=_z(this,e,t,n);return r.length?r[0]:null}getChildren(e,t=null,n=null){return _z(this,e,t,n)}resolve(e,t=0){return _Z(this,e,t,!1)}resolveInner(e,t=0){return _Z(this,e,t,!0)}matchContext(e){return _F(this.parent,e)}enterUnfinishedNodesBefore(e){let t=this.childBefore(e),n=this;for(;t;){let e=t.lastChild;if(!e||e.to!=t.to)break;e.type.isError&&e.from==e.to?(n=t,t=e.prevSibling):t=e}return n}get node(){return this}get next(){return this.parent}}class _N extends _B{constructor(e,t,n,r){super(),this._tree=e,this.from=t,this.index=n,this._parent=r}get type(){return this._tree.type}get name(){return this._tree.type.name}get to(){return this.from+this._tree.length}nextChild(e,t,n,r,i=0){for(let o=this;;){for(let{children:a,positions:s}=o._tree,l=t>0?a.length:-1;e!=l;e+=t){let l=a[e],u=s[e]+o.from;if(_L(r,n,u,u+l.length)){if(l instanceof _E){if(i&O.ExcludeBuffers)continue;let a=l.findChild(0,l.buffer.length,t,n-u,r);if(a>-1)return new _V(new _j(o,l,e,u),null,a)}else if(i&O.IncludeAnonymous||!l.type.isAnonymous||_G(l)){let a;if(!(i&O.IgnoreMounts)&&(a=_T.get(l))&&!a.overlay)return new _N(a.tree,u,e,o);let s=new _N(l,u,e,o);return i&O.IncludeAnonymous||!s.type.isAnonymous?s:s.nextChild(t<0?l.children.length-1:0,t,n,r)}}}if(i&O.IncludeAnonymous||!o.type.isAnonymous||(e=o.index>=0?o.index+t:t<0?-1:o._parent._tree.children.length,!(o=o._parent)))return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(e){return this.nextChild(0,1,e,2)}childBefore(e){return this.nextChild(this._tree.children.length-1,-1,e,-2)}enter(e,t,n=0){let r;if(!(n&O.IgnoreOverlays)&&(r=_T.get(this._tree))&&r.overlay){let n=e-this.from;for(let{from:e,to:i}of r.overlay)if((t>0?e<=n:e<n)&&(t<0?i>=n:i>n))return new _N(r.tree,r.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,e,t,n)}nextSignificantParent(){let e=this;for(;e.type.isAnonymous&&e._parent;)e=e._parent;return e}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function _z(e,t,n,r){let i=e.cursor(),o=[];if(!i.firstChild())return o;if(null!=n){for(let e=!1;!e;)if(e=i.type.is(n),!i.nextSibling())return o}for(;;){if(null!=r&&i.type.is(r))return o;if(i.type.is(t)&&o.push(i.node),!i.nextSibling())return null==r?o:[]}}function _F(e,t,n=t.length-1){for(let r=e;n>=0;r=r.parent){if(!r)return!1;if(!r.type.isAnonymous){if(t[n]&&t[n]!=r.name)return!1;n--}}return!0}class _j{constructor(e,t,n,r){this.parent=e,this.buffer=t,this.index=n,this.start=r}}class _V extends _B{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(e,t,n){super(),this.context=e,this._parent=t,this.index=n,this.type=e.buffer.set.types[e.buffer.buffer[n]]}child(e,t,n){let{buffer:r}=this.context,i=r.findChild(this.index+4,r.buffer[this.index+3],e,t-this.context.start,n);return i<0?null:new _V(this.context,this,i)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(e){return this.child(1,e,2)}childBefore(e){return this.child(-1,e,-2)}enter(e,t,n=0){if(n&O.ExcludeBuffers)return null;let{buffer:r}=this.context,i=r.findChild(this.index+4,r.buffer[this.index+3],t>0?1:-1,e-this.context.start,t);return i<0?null:new _V(this.context,this,i)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(e){return this._parent?null:this.context.parent.nextChild(this.context.index+e,e,0,4)}get nextSibling(){let{buffer:e}=this.context,t=e.buffer[this.index+3];return t<(this._parent?e.buffer[this._parent.index+3]:e.buffer.length)?new _V(this.context,this._parent,t):this.externalSibling(1)}get prevSibling(){let{buffer:e}=this.context,t=this._parent?this._parent.index+4:0;return this.index==t?this.externalSibling(-1):new _V(this.context,this._parent,e.findChild(t,this.index,-1,0,4))}get tree(){return null}toTree(){let e=[],t=[],{buffer:n}=this.context,r=this.index+4,i=n.buffer[this.index+3];if(i>r){let o=n.buffer[this.index+1];e.push(n.slice(r,i,o)),t.push(0)}return new __(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function _H(e){if(!e.length)return null;let t=0,n=e[0];for(let r=1;r<e.length;r++){let i=e[r];(i.from>n.from||i.to<n.to)&&(n=i,t=r)}let r=n instanceof _N&&n.index<0?null:n.parent,i=e.slice();return r?i[t]=r:i.splice(t,1),new _$(i,n)}class _${constructor(e,t){this.heads=e,this.node=t}get next(){return _H(this.heads)}}class _W{get name(){return this.type.name}constructor(e,t=0){if(this.mode=t,this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,e instanceof _N)this.yieldNode(e);else{this._tree=e.context.parent,this.buffer=e.context;for(let t=e._parent;t;t=t._parent)this.stack.unshift(t.index);this.bufferNode=e,this.yieldBuf(e.index)}}yieldNode(e){return!!e&&(this._tree=e,this.type=e.type,this.from=e.from,this.to=e.to,!0)}yieldBuf(e,t){this.index=e;let{start:n,buffer:r}=this.buffer;return this.type=t||r.set.types[r.buffer[e]],this.from=n+r.buffer[e+1],this.to=n+r.buffer[e+2],!0}yield(e){return!!e&&(e instanceof _N?(this.buffer=null,this.yieldNode(e)):(this.buffer=e.context,this.yieldBuf(e.index,e.type)))}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(e,t,n){if(!this.buffer)return this.yield(this._tree.nextChild(e<0?this._tree._tree.children.length-1:0,e,t,n,this.mode));let{buffer:r}=this.buffer,i=r.findChild(this.index+4,r.buffer[this.index+3],e,t-this.buffer.start,n);return!(i<0)&&(this.stack.push(this.index),this.yieldBuf(i))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(e){return this.enterChild(1,e,2)}childBefore(e){return this.enterChild(-1,e,-2)}enter(e,t,n=this.mode){return this.buffer?!(n&O.ExcludeBuffers)&&this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,n))}parent(){if(!this.buffer)return this.yieldNode(this.mode&O.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&O.IncludeAnonymous?this.buffer.parent:this.buffer.parent.nextSignificantParent();return this.buffer=null,this.yieldNode(e)}sibling(e){if(!this.buffer)return!!this._tree._parent&&this.yield(this._tree.index<0?null:this._tree._parent.nextChild(this._tree.index+e,e,0,4,this.mode));let{buffer:t}=this.buffer,n=this.stack.length-1;if(e<0){let e=n<0?0:this.stack[n]+4;if(this.index!=e)return this.yieldBuf(t.findChild(e,this.index,-1,0,4))}else{let e=t.buffer[this.index+3];if(e<(n<0?t.buffer.length:t.buffer[this.stack[n]+3]))return this.yieldBuf(e)}return n<0&&this.yield(this.buffer.parent.nextChild(this.buffer.index+e,e,0,4,this.mode))}nextSibling(){return this.sibling(1)}prevSibling(){return this.sibling(-1)}atLastNode(e){let t,n,{buffer:r}=this;if(r){if(e>0){if(this.index<r.buffer.buffer.length)return!1}else for(let e=0;e<this.index;e++)if(r.buffer.buffer[e+3]<this.index)return!1;({index:t,parent:n}=r)}else({index:t,_parent:n}=this._tree);for(;n;{index:t,_parent:n}=n)if(t>-1)for(let r=t+e,i=e<0?-1:n._tree.children.length;r!=i;r+=e){let e=n._tree.children[r];if(this.mode&O.IncludeAnonymous||e instanceof _E||!e.type.isAnonymous||_G(e))return!1}return!0}move(e,t){if(t&&this.enterChild(e,0,4))return!0;for(;;){if(this.sibling(e))return!0;if(this.atLastNode(e)||!this.parent())return!1}}next(e=!0){return this.move(1,e)}prev(e=!0){return this.move(-1,e)}moveTo(e,t=0){for(;(this.from==this.to||(t<1?this.from>=e:this.from>e)||(t>-1?this.to<=e:this.to<e))&&this.parent(););for(;this.enterChild(1,e,t););return this}get node(){if(!this.buffer)return this._tree;let e=this.bufferNode,t=null,n=0;if(e&&e.context==this.buffer)n:for(let r=this.index,i=this.stack.length;i>=0;){for(let o=e;o;o=o._parent)if(o.index==r){if(r==this.index)return o;t=o,n=i+1;break n}r=this.stack[--i]}for(let e=n;e<this.stack.length;e++)t=new _V(this.buffer,t,this.stack[e]);return this.bufferNode=new _V(this.buffer,t,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(e,t){for(let n=0;;){let r=!1;if(this.type.isAnonymous||!1!==e(this)){if(this.firstChild()){n++;continue}this.type.isAnonymous||(r=!0)}for(;;){if(r&&t&&t(this),r=this.type.isAnonymous,!n)return;if(this.nextSibling())break;this.parent(),n--,r=!0}}}matchContext(e){if(!this.buffer)return _F(this.node.parent,e);let{buffer:t}=this.buffer,{types:n}=t.set;for(let r=e.length-1,i=this.stack.length-1;r>=0;i--){if(i<0)return _F(this._tree,e,r);let o=n[t.buffer[this.stack[i]]];if(!o.isAnonymous){if(e[r]&&e[r]!=o.name)return!1;r--}}return!0}}function _G(e){return e.children.some(e=>e instanceof _E||!e.type.isAnonymous||_G(e))}let _q=new WeakMap;function _U(e,t){if(!e.isAnonymous||t instanceof _E||t.type!=e)return 1;let n=_q.get(t);if(null==n){for(let r of(n=1,t.children)){if(r.type!=e||!(r instanceof __)){n=1;break}n+=_U(e,r)}_q.set(t,n)}return n}function _Y(e,t,n,r,i,o,a,s,l){let u=0;for(let n=r;n<i;n++)u+=_U(e,t[n]);let c=Math.ceil(1.5*u/8),d=[],h=[];return!function t(n,r,i,a,s){for(let u=i;u<a;){let i=u,p=r[u],f=_U(e,n[u]);for(u++;u<a;u++){let t=_U(e,n[u]);if(f+t>=c)break;f+=t}if(u==i+1){if(f>c){let e=n[i];t(e.children,e.positions,0,e.children.length,r[i]+s);continue}d.push(n[i])}else{let t=r[u-1]+n[u-1].length-p;d.push(_Y(e,n,r,i,u,p,t,null,l))}h.push(p+s-o)}}(t,n,r,i,0),(s||l)(d,h,a)}class _X{constructor(e,t,n,r,i=!1,o=!1){this.from=e,this.to=t,this.tree=n,this.offset=r,this.open=!!i|2*!!o}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(e,t=[],n=!1){let r=[new _X(0,e.length,e,0,!1,n)];for(let n of t)n.to>e.length&&r.push(n);return r}static applyChanges(e,t,n=128){if(!t.length)return e;let r=[],i=1,o=e.length?e[0]:null;for(let a=0,s=0,l=0;;a++){let u=a<t.length?t[a]:null,c=u?u.fromA:1e9;if(c-s>=n)for(;o&&o.from<c;){let t=o;if(s>=t.from||c<=t.to||l){let e=Math.max(t.from,s)-l,n=Math.min(t.to,c)-l;t=e>=n?null:new _X(e,n,t.tree,t.offset+l,a>0,!!u)}if(t&&r.push(t),o.to>c)break;o=i<e.length?e[i++]:null}if(!u)break;s=u.toA,l=u.toA-u.toB}return r}}class _K{startParse(e,t,n){return"string"==typeof e&&(e=new _Q(e)),n=n?n.length?n.map(e=>new _k(e.from,e.to)):[new _k(0,0)]:[new _k(0,e.length)],this.createParse(e,t||[],n)}parse(e,t,n){let r=this.startParse(e,t,n);for(;;){let e=r.advance();if(e)return e}}}class _Q{constructor(e){this.string=e}get length(){return this.string.length}chunk(e){return this.string.slice(e)}get lineChunks(){return!1}read(e,t){return this.string.slice(e,t)}}new _M({perNode:!0});let _J=0;class _0{constructor(e,t,n,r){this.name=e,this.set=t,this.base=n,this.modified=r,this.id=_J++}toString(){let{name:e}=this;for(let t of this.modified)t.name&&(e=`${t.name}(${e})`);return e}static define(e,t){if(e instanceof _0&&(t=e),null==t?void 0:t.base)throw Error("Can not derive from a modified tag");let n=new _0("string"==typeof e?e:"?",[],null,[]);if(n.set.push(n),t)for(let e of t.set)n.set.push(e);return n}static defineModifier(e){let t=new _2(e);return e=>e.modified.indexOf(t)>-1?e:_2.get(e.base||e,e.modified.concat(t).sort((e,t)=>e.id-t.id))}}let _1=0;class _2{constructor(e){this.name=e,this.instances=[],this.id=_1++}static get(e,t){if(!t.length)return e;let n=t[0].instances.find(n=>{var r,i;return n.base==e&&(r=t,i=n.modified,r.length==i.length&&r.every((e,t)=>e==i[t]))});if(n)return n;let r=[],i=new _0(e.name,r,e,t);for(let e of t)e.instances.push(i);let o=function(e){let t=[[]];for(let n=0;n<e.length;n++)for(let r=0,i=t.length;r<i;r++)t.push(t[r].concat(e[n]));return t.sort((e,t)=>t.length-e.length)}(t);for(let t of e.set)if(!t.modified.length)for(let e of o)r.push(_2.get(t,e));return i}}function _5(e){let t=Object.create(null);for(let n in e){let r=e[n];for(let e of(Array.isArray(r)||(r=[r]),n.split(" ")))if(e){let n=[],i=2,o=e;for(let t=0;;){if("..."==o&&t>0&&t+3==e.length){i=1;break}let r=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(o);if(!r)throw RangeError("Invalid path: "+e);if(n.push("*"==r[0]?"":'"'==r[0][0]?JSON.parse(r[0]):r[0]),(t+=r[0].length)==e.length)break;let a=e[t++];if(t==e.length&&"!"==a){i=0;break}if("/"!=a)throw RangeError("Invalid path: "+e);o=e.slice(t)}let a=n.length-1,s=n[a];if(!s)throw RangeError("Invalid path: "+e);let l=new _4(r,i,a>0?n.slice(0,a):null);t[s]=l.sort(t[s])}}return _3.add(t)}let _3=new _M;class _4{constructor(e,t,n,r){this.tags=e,this.mode=t,this.context=n,this.next=r}get opaque(){return 0==this.mode}get inherit(){return 1==this.mode}sort(e){return!e||e.depth<this.depth?(this.next=e,this):(e.next=this.sort(e.next),e)}get depth(){return this.context?this.context.length:0}}function _6(e,t){let n=Object.create(null);for(let t of e)if(Array.isArray(t.tag))for(let e of t.tag)n[e.id]=t.class;else n[t.tag.id]=t.class;let{scope:r,all:i=null}=t||{};return{style:e=>{let t=i;for(let r of e)for(let e of r.set){let r=n[e.id];if(r){t=t?t+" "+r:r;break}}return t},scope:r}}_4.empty=new _4([],2,null);class _8{constructor(e,t,n){this.at=e,this.highlighters=t,this.span=n,this.class=""}startSpan(e,t){t!=this.class&&(this.flush(e),e>this.at&&(this.at=e),this.class=t)}flush(e){e>this.at&&this.class&&this.span(this.at,e,this.class)}highlightRange(e,t,n,r,i){let{type:o,from:a,to:s}=e;if(a>=n||s<=t)return;o.isTop&&(i=this.highlighters.filter(e=>!e.scope||e.scope(o)));let l=r,u=function(e){let t=e.type.prop(_3);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}(e)||_4.empty,c=function(e,t){let n=null;for(let r of e){let e=r.style(t);e&&(n=n?n+" "+e:e)}return n}(i,u.tags);if(c&&(l&&(l+=" "),l+=c,1==u.mode&&(r+=(r?" ":"")+c)),this.startSpan(Math.max(t,a),l),u.opaque)return;let d=e.tree&&e.tree.prop(_M.mounted);if(d&&d.overlay){let o=e.node.enter(d.overlay[0].from+a,1),u=this.highlighters.filter(e=>!e.scope||e.scope(d.tree.type)),c=e.firstChild();for(let h=0,p=a;;h++){let f=h<d.overlay.length?d.overlay[h]:null,g=f?f.from+a:s,m=Math.max(t,p),v=Math.min(n,g);if(m<v&&c)for(;e.from<v&&(this.highlightRange(e,m,v,r,i),this.startSpan(Math.min(v,e.to),l),!(e.to>=g)&&e.nextSibling()););if(!f||g>n)break;(p=f.to+a)>t&&(this.highlightRange(o.cursor(),Math.max(t,f.from+a),Math.min(n,p),"",u),this.startSpan(Math.min(n,p),l))}c&&e.parent()}else if(e.firstChild()){d&&(r="");do{if(e.to<=t)continue;if(e.from>=n)break;this.highlightRange(e,t,n,r,i),this.startSpan(Math.min(n,e.to),l)}while(e.nextSibling());e.parent()}}}let _9=_0.define,_7=_9(),Oe=_9(),Ot=_9(Oe),On=_9(Oe),Or=_9(),Oi=_9(Or),Oo=_9(Or),Oa=_9(),Os=_9(Oa),Ol=_9(),Ou=_9(),Oc=_9(),Od=_9(Oc),Oh=_9(),Op={comment:_7,lineComment:_9(_7),blockComment:_9(_7),docComment:_9(_7),name:Oe,variableName:_9(Oe),typeName:Ot,tagName:_9(Ot),propertyName:On,attributeName:_9(On),className:_9(Oe),labelName:_9(Oe),namespace:_9(Oe),macroName:_9(Oe),literal:Or,string:Oi,docString:_9(Oi),character:_9(Oi),attributeValue:_9(Oi),number:Oo,integer:_9(Oo),float:_9(Oo),bool:_9(Or),regexp:_9(Or),escape:_9(Or),color:_9(Or),url:_9(Or),keyword:Ol,self:_9(Ol),null:_9(Ol),atom:_9(Ol),unit:_9(Ol),modifier:_9(Ol),operatorKeyword:_9(Ol),controlKeyword:_9(Ol),definitionKeyword:_9(Ol),moduleKeyword:_9(Ol),operator:Ou,derefOperator:_9(Ou),arithmeticOperator:_9(Ou),logicOperator:_9(Ou),bitwiseOperator:_9(Ou),compareOperator:_9(Ou),updateOperator:_9(Ou),definitionOperator:_9(Ou),typeOperator:_9(Ou),controlOperator:_9(Ou),punctuation:Oc,separator:_9(Oc),bracket:Od,angleBracket:_9(Od),squareBracket:_9(Od),paren:_9(Od),brace:_9(Od),content:Oa,heading:Os,heading1:_9(Os),heading2:_9(Os),heading3:_9(Os),heading4:_9(Os),heading5:_9(Os),heading6:_9(Os),contentSeparator:_9(Oa),list:_9(Oa),quote:_9(Oa),emphasis:_9(Oa),strong:_9(Oa),link:_9(Oa),monospace:_9(Oa),strikethrough:_9(Oa),inserted:_9(),deleted:_9(),changed:_9(),invalid:_9(),meta:Oh,documentMeta:_9(Oh),annotation:_9(Oh),processingInstruction:_9(Oh),definition:_0.defineModifier("definition"),constant:_0.defineModifier("constant"),function:_0.defineModifier("function"),standard:_0.defineModifier("standard"),local:_0.defineModifier("local"),special:_0.defineModifier("special")};for(let e in Op){let t=Op[e];t instanceof _0&&(t.name=e)}_6([{tag:Op.link,class:"tok-link"},{tag:Op.heading,class:"tok-heading"},{tag:Op.emphasis,class:"tok-emphasis"},{tag:Op.strong,class:"tok-strong"},{tag:Op.keyword,class:"tok-keyword"},{tag:Op.atom,class:"tok-atom"},{tag:Op.bool,class:"tok-bool"},{tag:Op.url,class:"tok-url"},{tag:Op.labelName,class:"tok-labelName"},{tag:Op.inserted,class:"tok-inserted"},{tag:Op.deleted,class:"tok-deleted"},{tag:Op.literal,class:"tok-literal"},{tag:Op.string,class:"tok-string"},{tag:Op.number,class:"tok-number"},{tag:[Op.regexp,Op.escape,Op.special(Op.string)],class:"tok-string2"},{tag:Op.variableName,class:"tok-variableName"},{tag:Op.local(Op.variableName),class:"tok-variableName tok-local"},{tag:Op.definition(Op.variableName),class:"tok-variableName tok-definition"},{tag:Op.special(Op.variableName),class:"tok-variableName2"},{tag:Op.definition(Op.propertyName),class:"tok-propertyName tok-definition"},{tag:Op.typeName,class:"tok-typeName"},{tag:Op.namespace,class:"tok-namespace"},{tag:Op.className,class:"tok-className"},{tag:Op.macroName,class:"tok-macroName"},{tag:Op.propertyName,class:"tok-propertyName"},{tag:Op.operator,class:"tok-operator"},{tag:Op.comment,class:"tok-comment"},{tag:Op.meta,class:"tok-meta"},{tag:Op.invalid,class:"tok-invalid"},{tag:Op.punctuation,class:"tok-punctuation"}]);let Of=new _M,Og=new _M;class Om{constructor(e,t,n=[],r=""){this.data=e,this.name=r,II.prototype.hasOwnProperty("tree")||Object.defineProperty(II.prototype,"tree",{get(){return Ox(this)}}),this.parser=t,this.extension=[OA.of(this),II.languageData.of((e,t,n)=>{let r=Ov(e,t,n),i=r.type.prop(Of);if(!i)return[];let o=e.facet(i),a=r.type.prop(Og);if(a){let i=r.resolve(t-r.from,n);for(let t of a)if(t.test(i,e)){let n=e.facet(t.facet);return"replace"==t.type?n:n.concat(o)}}return o})].concat(n)}isActiveAt(e,t,n=-1){return Ov(e,t,n).type.prop(Of)==this.data}findRegions(e){let t=e.facet(OA);if((null==t?void 0:t.data)==this.data)return[{from:0,to:e.doc.length}];if(!t||!t.allowsNesting)return[];let n=[],r=(e,t)=>{if(e.prop(Of)==this.data)return void n.push({from:t,to:t+e.length});let i=e.prop(_M.mounted);if(i){if(i.tree.prop(Of)==this.data){if(i.overlay)for(let e of i.overlay)n.push({from:e.from+t,to:e.to+t});else n.push({from:t,to:t+e.length});return}else if(i.overlay){let e=n.length;if(r(i.tree,i.overlay[0].from+t),n.length>e)return}}for(let n=0;n<e.children.length;n++){let i=e.children[n];i instanceof __&&r(i,e.positions[n]+t)}};return r(Ox(e),0),n}get allowsNesting(){return!0}}function Ov(e,t,n){let r=e.facet(OA),i=Ox(e).topNode;if(!r||r.allowsNesting)for(let e=i;e;e=e.enter(t,n,O.ExcludeBuffers))e.type.isTop&&(i=e);return i}Om.setState=Ix.define();class Oy extends Om{constructor(e,t,n){super(e,t,[],n),this.parser=t}static define(e){var t;let n=(t=e.languageData,T3.define({combine:t?e=>e.concat(t):void 0}));return new Oy(n,e.parser.configure({props:[Of.add(e=>e.isTop?n:void 0)]}),e.name)}configure(e,t){return new Oy(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Ox(e){let t=e.field(Om.state,!1);return t?t.tree:__.empty}class Ob{constructor(e){this.doc=e,this.cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){return this.string=this.cursor.next(e-this.cursorPos).value,this.cursorPos=e+this.string.length,this.cursorPos-this.string.length}chunk(e){return this.syncTo(e),this.string}get lineChunks(){return!0}read(e,t){let n=this.cursorPos-this.string.length;return e<n||t>=this.cursorPos?this.doc.sliceString(e,t):this.string.slice(e-n,t-n)}}let Ow=null;class OS{constructor(e,t,n=[],r,i,o,a,s){this.parser=e,this.state=t,this.fragments=n,this.tree=r,this.treeLen=i,this.viewport=o,this.skipped=a,this.scheduleOn=s,this.parse=null,this.tempSkipped=[]}static create(e,t,n){return new OS(e,t,[],__.empty,0,n,[],null)}startParse(){return this.parser.startParse(new Ob(this.state.doc),this.fragments)}work(e,t){return(null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=__.empty&&this.isDone(null!=t?t:this.state.doc.length))?(this.takeTree(),!0):this.withContext(()=>{var n;if("number"==typeof e){let t=Date.now()+e;e=()=>Date.now()>t}for(this.parse||(this.parse=this.startParse()),null!=t&&(null==this.parse.stoppedAt||this.parse.stoppedAt>t)&&t<this.state.doc.length&&this.parse.stopAt(t);;){let r=this.parse.advance();if(r){if(this.fragments=this.withoutTempSkipped(_X.addTree(r,this.fragments,null!=this.parse.stoppedAt)),this.treeLen=null!=(n=this.parse.stoppedAt)?n:this.state.doc.length,this.tree=r,this.parse=null,!(this.treeLen<(null!=t?t:this.state.doc.length)))return!0;this.parse=this.startParse()}if(e())return!1}})}takeTree(){let e,t;this.parse&&(e=this.parse.parsedPos)>=this.treeLen&&((null==this.parse.stoppedAt||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext(()=>{for(;!(t=this.parse.advance()););}),this.treeLen=e,this.tree=t,this.fragments=this.withoutTempSkipped(_X.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=Ow;Ow=this;try{return e()}finally{Ow=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=OC(e,t.from,t.to);return e}changes(e,t){let{fragments:n,tree:r,treeLen:i,viewport:o,skipped:a}=this;if(this.takeTree(),!e.empty){let t=[];if(e.iterChangedRanges((e,n,r,i)=>t.push({fromA:e,toA:n,fromB:r,toB:i})),n=_X.applyChanges(n,t),r=__.empty,i=0,o={from:e.mapPos(o.from,-1),to:e.mapPos(o.to,1)},this.skipped.length)for(let t of(a=[],this.skipped)){let n=e.mapPos(t.from,1),r=e.mapPos(t.to,-1);n<r&&a.push({from:n,to:r})}}return new OS(this.parser,t,n,r,i,o,a,this.scheduleOn)}updateViewport(e){if(this.viewport.from==e.from&&this.viewport.to==e.to)return!1;this.viewport=e;let t=this.skipped.length;for(let t=0;t<this.skipped.length;t++){let{from:n,to:r}=this.skipped[t];n<e.to&&r>e.from&&(this.fragments=OC(this.fragments,n,r),this.skipped.splice(t--,1))}return!(this.skipped.length>=t)&&(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(e,t){this.skipped.push({from:e,to:t})}static getSkippingParser(e){return new class extends _K{createParse(t,n,r){let i=r[0].from,o=r[r.length-1].to;return{parsedPos:i,advance(){let t=Ow;if(t){for(let e of r)t.tempSkipped.push(e);e&&(t.scheduleOn=t.scheduleOn?Promise.all([t.scheduleOn,e]):e)}return this.parsedPos=o,new __(_A.none,[],[],o-i)},stoppedAt:null,stopAt(){}}}}}isDone(e){e=Math.min(e,this.state.doc.length);let t=this.fragments;return this.treeLen>=e&&t.length&&0==t[0].from&&t[0].to>=e}static get(){return Ow}}function OC(e,t,n){return _X.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class Ok{constructor(e){this.context=e,this.tree=e.tree}apply(e){if(!e.docChanged&&this.tree==this.context.tree)return this;let t=this.context.changes(e.changes,e.state),n=this.context.treeLen==e.startState.doc.length?void 0:Math.max(e.changes.mapPos(this.context.treeLen),t.viewport.to);return t.work(20,n)||t.takeTree(),new Ok(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=OS.create(e.facet(OA).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new Ok(n)}}Om.state=Ie.define({create:Ok.init,update(e,t){for(let e of t.effects)if(e.is(Om.setState))return e.value;return t.startState.facet(OA)!=t.state.facet(OA)?Ok.init(t.state):e.apply(t)}});let OM=e=>{let t=setTimeout(()=>e(),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&(OM=e=>{let t=-1,n=setTimeout(()=>{t=requestIdleCallback(e,{timeout:400})},100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});let OT="undefined"!=typeof navigator&&(null==(E=navigator.scheduling)?void 0:E.isInputPending)?()=>navigator.scheduling.isInputPending():null,OI=DI.fromClass(class{constructor(e){this.view=e,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(e){let t=this.view.state.field(Om.state).context;(t.updateViewport(e.view.viewport)||this.view.viewport.to>t.treeLen)&&this.scheduleWork(),(e.docChanged||e.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(t)}scheduleWork(){if(this.working)return;let{state:e}=this.view,t=e.field(Om.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=OM(this.work))}work(e){this.working=null;let t=Date.now();if(this.chunkEnd<t&&(this.chunkEnd<0||this.view.hasFocus)&&(this.chunkEnd=t+3e4,this.chunkBudget=3e3),this.chunkBudget<=0)return;let{state:n,viewport:{to:r}}=this.view,i=n.field(Om.state);if(i.tree==i.context.tree&&i.context.isDone(r+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!OT?Math.max(25,e.timeRemaining()-5):1e9),a=i.context.treeLen<r&&n.doc.length>r+1e3,s=i.context.work(()=>OT&&OT()||Date.now()>o,r+1e5*!a);this.chunkBudget-=Date.now()-t,(s||this.chunkBudget<=0)&&(i.context.takeTree(),this.view.dispatch({effects:Om.setState.of(new Ok(i.context))})),this.chunkBudget>0&&!(s&&!a)&&this.scheduleWork(),this.checkAsyncSchedule(i.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(e=>DC(this.view.state,e)).then(()=>this.workScheduled--),e.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),OA=T3.define({combine:e=>e.length?e[0]:null,enables:e=>[Om.state,OI,P4.contentAttributes.compute([e],t=>{let n=t.facet(e);return n&&n.name?{"data-language":n.name}:{}})]});class OD{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}let OP=T3.define(),OR=T3.define({combine:e=>{if(!e.length)return" ";let t=e[0];if(!t||/\S/.test(t)||Array.from(t).some(e=>e!=t[0]))throw Error("Invalid indent unit: "+JSON.stringify(e[0]));return t}});function O_(e){let t=e.facet(OR);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function OO(e,t){let n="",r=e.tabSize,i=e.facet(OR)[0];if(" "==i){for(;t>=r;)n+=" ",t-=r;i=" "}for(let e=0;e<t;e++)n+=i;return n}function OE(e,t){for(let n of(e instanceof II&&(e=new OL(e)),e.state.facet(OP))){let r=n(e,t);if(void 0!==r)return r}let n=Ox(e.state);return n.length>=t?function(e,t,n){let r=t.resolveStack(n),i=t.resolveInner(n,-1).resolve(n,0).enterUnfinishedNodesBefore(n);if(i!=r.node){let e=[];for(let t=i;t&&(t.from!=r.node.from||t.type!=r.node.type);t=t.parent)e.push(t);for(let t=e.length-1;t>=0;t--)r={node:e[t],next:r}}return OB(r,e,n)}(e,n,t):null}class OL{constructor(e,t={}){this.state=e,this.options=t,this.unit=O_(e)}lineAt(e,t=1){let n=this.state.doc.lineAt(e),{simulateBreak:r,simulateDoubleBreak:i}=this.options;if(null!=r&&r>=n.from&&r<=n.to)if(i&&r==e)return{text:"",from:e};else if(t<0?r<e:r<=e)return{text:n.text.slice(r-n.from),from:r};else return{text:n.text.slice(0,r-n.from),from:n.from};return n}textAfterPos(e,t=1){if(this.options.simulateDoubleBreak&&e==this.options.simulateBreak)return"";let{text:n,from:r}=this.lineAt(e,t);return n.slice(e-r,Math.min(n.length,e+100-r))}column(e,t=1){let{text:n,from:r}=this.lineAt(e,t),i=this.countColumn(n,e-r),o=this.options.overrideIndentation?this.options.overrideIndentation(r):-1;return o>-1&&(i+=o-this.countColumn(n,n.search(/\S|$/))),i}countColumn(e,t=e.length){return IW(e,this.state.tabSize,t)}lineIndent(e,t=1){let{text:n,from:r}=this.lineAt(e,t),i=this.options.overrideIndentation;if(i){let e=i(r);if(e>-1)return e}return this.countColumn(n,n.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}let OZ=new _M;function OB(e,t,n){for(let r=e;r;r=r.next){let e=function(e){let t=e.type.prop(OZ);if(t)return t;let n=e.firstChild,r;if(n&&(r=n.type.prop(_M.closedBy))){let t=e.lastChild,n=t&&r.indexOf(t.name)>-1;return e=>(function(e,t,n,r,i){let o=e.textAfter,a=o.match(/^\s*/)[0].length,s=r&&o.slice(a,a+r.length)==r||i==e.pos+a,l=t?function(e){let t=e.node,n=t.childAfter(t.from),r=t.lastChild;if(!n)return null;let i=e.options.simulateBreak,o=e.state.doc.lineAt(n.from),a=null==i||i<=o.from?o.to:Math.min(o.to,i);for(let e=n.to;;){let i=t.childAfter(e);if(!i||i==r)return null;if(!i.type.isSkipped){if(i.from>=a)return null;let e=/^ */.exec(o.text.slice(n.to-o.from))[0].length;return{from:n.from,to:n.to+e}}e=i.to}}(e):null;return l?s?e.column(l.from):e.column(l.to):e.baseIndent+(s?0:+e.unit)})(e,!0,1,void 0,n&&!(e.pos==e.options.simulateBreak&&e.options.simulateDoubleBreak)?t.from:void 0)}return null==e.parent?ON:null}(r.node);if(e)return e(Oz.create(t,n,r))}return 0}function ON(){return 0}class Oz extends OL{constructor(e,t,n){super(e.state,e.options),this.base=e,this.pos=t,this.context=n}get node(){return this.context.node}static create(e,t,n){return new Oz(e,t,n)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){return this.baseIndentFor(this.node)}baseIndentFor(e){let t=this.state.doc.lineAt(e.from);for(;;){let n=e.resolve(t.from);for(;n.parent&&n.parent.from==n.from;)n=n.parent;if(function(e,t){for(let n=t;n;n=n.parent)if(e==n)return!0;return!1}(n,e))break;t=this.state.doc.lineAt(n.from)}return this.lineIndent(t.from)}continue(){return OB(this.context.next,this.base,this.pos)}}function OF({except:e,units:t=1}={}){return n=>{let r=e&&e.test(n.textAfter);return n.baseIndent+(r?0:t*n.unit)}}let Oj=T3.define(),OV=new _M;function OH(e,t,n){for(let r of e.facet(Oj)){let i=r(e,t,n);if(i)return i}return function(e,t,n){let r=Ox(e);if(r.length<n)return null;let i=r.resolveStack(n,1),o=null;for(let a=i;a;a=a.next){let i=a.node;if(i.to<=n||i.from>n)continue;if(o&&i.from<t)break;let s=i.type.prop(OV);if(s&&(i.to<r.length-50||r.length==e.doc.length||!function(e){let t=e.lastChild;return t&&t.to==e.to&&t.type.isError}(i))){let r=s(i,e);r&&r.from<=n&&r.from>=t&&r.to>n&&(o=r)}}return o}(e,t,n)}function O$(e,t){let n=t.mapPos(e.from,1),r=t.mapPos(e.to,-1);return n>=r?void 0:{from:n,to:r}}let OW=Ix.define({map:O$}),OG=Ix.define({map:O$});function Oq(e){let t=[];for(let{head:n}of e.state.selection.ranges)t.some(e=>e.from<=n&&e.to>=n)||t.push(e.lineBlockAt(n));return t}let OU=Ie.define({create:()=>AG.none,update(e,t){for(let n of(e=e.map(t.changes),t.effects))if(n.is(OW)&&!function(e,t,n){let r=!1;return e.between(t,t,(e,i)=>{e==t&&i==n&&(r=!0)}),r}(e,n.value.from,n.value.to)){let{preparePlaceholder:r}=t.state.facet(O0),i=r?AG.replace({widget:new O3(r(t.state,n.value))}):O5;e=e.update({add:[i.range(n.value.from,n.value.to)]})}else n.is(OG)&&(e=e.update({filter:(e,t)=>n.value.from!=e||n.value.to!=t,filterFrom:n.value.from,filterTo:n.value.to}));if(t.selection){let n=!1,{head:r}=t.selection.main;e.between(r,r,(e,t)=>{e<r&&t>r&&(n=!0)}),n&&(e=e.update({filterFrom:r,filterTo:r,filter:(e,t)=>t<=r||e>=r}))}return e},provide:e=>P4.decorations.from(e),toJSON(e,t){let n=[];return e.between(0,t.doc.length,(e,t)=>{n.push(e,t)}),n},fromJSON(e){if(!Array.isArray(e)||e.length%2)throw RangeError("Invalid JSON for fold state");let t=[];for(let n=0;n<e.length;){let r=e[n++],i=e[n++];if("number"!=typeof r||"number"!=typeof i)throw RangeError("Invalid JSON for fold state");t.push(O5.range(r,i))}return AG.set(t,!0)}});function OY(e,t,n){var r;let i=null;return null==(r=e.field(OU,!1))||r.between(t,n,(e,t)=>{(!i||i.from>e)&&(i={from:e,to:t})}),i}function OX(e,t){return e.field(OU,!1)?t:t.concat(Ix.appendConfig.of(O1()))}function OK(e,t,n=!0){let r=e.state.doc.lineAt(t.from).number,i=e.state.doc.lineAt(t.to).number;return P4.announce.of(`${e.state.phrase(n?"Folded lines":"Unfolded lines")} ${r} ${e.state.phrase("to")} ${i}.`)}let OQ=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:e=>{for(let t of Oq(e)){let n=OH(e.state,t.from,t.to);if(n)return e.dispatch({effects:OX(e.state,[OW.of(n),OK(e,n)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:e=>{if(!e.state.field(OU,!1))return!1;let t=[];for(let n of Oq(e)){let r=OY(e.state,n.from,n.to);r&&t.push(OG.of(r),OK(e,r,!1))}return t.length&&e.dispatch({effects:t}),t.length>0}},{key:"Ctrl-Alt-[",run:e=>{let{state:t}=e,n=[];for(let r=0;r<t.doc.length;){let i=e.lineBlockAt(r),o=OH(t,i.from,i.to);o&&n.push(OW.of(o)),r=(o?e.lineBlockAt(o.to):i).to+1}return n.length&&e.dispatch({effects:OX(e.state,n)}),!!n.length}},{key:"Ctrl-Alt-]",run:e=>{let t=e.state.field(OU,!1);if(!t||!t.size)return!1;let n=[];return t.between(0,e.state.doc.length,(e,t)=>{n.push(OG.of({from:e,to:t}))}),e.dispatch({effects:n}),!0}}],OJ={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},O0=T3.define({combine:e=>IA(e,OJ)});function O1(e){let t=[OU,O8];return e&&t.push(O0.of(e)),t}function O2(e,t){let{state:n}=e,r=n.facet(O0),i=t=>{let n=e.lineBlockAt(e.posAtDOM(t.target)),r=OY(e.state,n.from,n.to);r&&e.dispatch({effects:OG.of(r)}),t.preventDefault()};if(r.placeholderDOM)return r.placeholderDOM(e,i,t);let o=document.createElement("span");return o.textContent=r.placeholderText,o.setAttribute("aria-label",n.phrase("folded code")),o.title=n.phrase("unfold"),o.className="cm-foldPlaceholder",o.onclick=i,o}let O5=AG.replace({widget:new class extends A${toDOM(e){return O2(e,null)}}});class O3 extends A${constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return O2(e,this.value)}}let O4={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class O6 extends _e{constructor(e,t){super(),this.config=e,this.open=t}eq(e){return this.config==e.config&&this.open==e.open}toDOM(e){if(this.config.markerDOM)return this.config.markerDOM(this.open);let t=document.createElement("span");return t.textContent=this.open?this.config.openText:this.config.closedText,t.title=e.state.phrase(this.open?"Fold line":"Unfold line"),t}}let O8=P4.baseTheme({".cm-foldPlaceholder":{backgroundColor:"#eee",border:"1px solid #ddd",color:"#888",borderRadius:".2em",margin:"0 1px",padding:"0 1px",cursor:"pointer"},".cm-foldGutter span":{padding:"0 1px",cursor:"pointer"}});class O9{constructor(e,t){let n;function r(e){let t=IX.newName();return(n||(n=Object.create(null)))["."+t]=e,t}this.specs=e;let i="string"==typeof t.all?t.all:t.all?r(t.all):void 0,o=t.scope;this.scope=o instanceof Om?e=>e.prop(Of)==o.data:o?e=>e==o:void 0,this.style=_6(e.map(e=>({tag:e.tag,class:e.class||r(Object.assign({},e,{tag:null}))})),{all:i}).style,this.module=n?new IX(n):null,this.themeType=t.themeType}static define(e,t){return new O9(e,t||{})}}let O7=T3.define(),Ee=T3.define({combine:e=>e.length?[e[0]]:null});function Et(e){let t=e.facet(O7);return t.length?t:e.facet(Ee)}function En(e,t){let n=[Er],r;return e instanceof O9&&(e.module&&n.push(P4.styleModule.of(e.module)),r=e.themeType),(null==t?void 0:t.fallback)?n.push(Ee.of(e)):r?n.push(O7.computeN([P4.darkTheme],t=>t.facet(P4.darkTheme)==("dark"==r)?[e]:[])):n.push(O7.of(e)),n}let Er=In.high(DI.fromClass(class{constructor(e){this.markCache=Object.create(null),this.tree=Ox(e.state),this.decorations=this.buildDeco(e,Et(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=Ox(e.state),n=Et(e.state),r=n!=Et(e.startState),{viewport:i}=e.view,o=e.changes.mapPos(this.decoratedTo,1);t.length<i.to&&!r&&t.type==this.tree.type&&o>=i.to?(this.decorations=this.decorations.map(e.changes),this.decoratedTo=o):(t!=this.tree||e.viewportChanged||r)&&(this.tree=t,this.decorations=this.buildDeco(e.view,n),this.decoratedTo=i.to)}buildDeco(e,t){if(!t||!this.tree.length)return AG.none;let n=new IE;for(let{from:r,to:i}of e.visibleRanges)!function(e,t,n,r=0,i=e.length){let o=new _8(r,Array.isArray(t)?t:[t],n);o.highlightRange(e.cursor(),r,i,"",o.highlighters),o.flush(i)}(this.tree,t,(e,t,r)=>{n.add(e,t,this.markCache[r]||(this.markCache[r]=AG.mark({class:r})))},r,i);return n.finish()}},{decorations:e=>e.decorations})),Ei=O9.define([{tag:Op.meta,color:"#404740"},{tag:Op.link,textDecoration:"underline"},{tag:Op.heading,textDecoration:"underline",fontWeight:"bold"},{tag:Op.emphasis,fontStyle:"italic"},{tag:Op.strong,fontWeight:"bold"},{tag:Op.strikethrough,textDecoration:"line-through"},{tag:Op.keyword,color:"#708"},{tag:[Op.atom,Op.bool,Op.url,Op.contentSeparator,Op.labelName],color:"#219"},{tag:[Op.literal,Op.inserted],color:"#164"},{tag:[Op.string,Op.deleted],color:"#a11"},{tag:[Op.regexp,Op.escape,Op.special(Op.string)],color:"#e40"},{tag:Op.definition(Op.variableName),color:"#00f"},{tag:Op.local(Op.variableName),color:"#30a"},{tag:[Op.typeName,Op.namespace],color:"#085"},{tag:Op.className,color:"#167"},{tag:[Op.special(Op.variableName),Op.macroName],color:"#256"},{tag:Op.definition(Op.propertyName),color:"#00c"},{tag:Op.comment,color:"#940"},{tag:Op.invalid,color:"#f00"}]),Eo=P4.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),Ea="()[]{}",Es=T3.define({combine:e=>IA(e,{afterCursor:!0,brackets:Ea,maxScanDistance:1e4,renderMatch:Ec})}),El=AG.mark({class:"cm-matchingBracket"}),Eu=AG.mark({class:"cm-nonmatchingBracket"});function Ec(e){let t=[],n=e.matched?El:Eu;return t.push(n.range(e.start.from,e.start.to)),e.end&&t.push(n.range(e.end.from,e.end.to)),t}let Ed=[Ie.define({create:()=>AG.none,update(e,t){if(!t.docChanged&&!t.selection)return e;let n=[],r=t.state.facet(Es);for(let e of t.state.selection.ranges){if(!e.empty)continue;let i=Eg(t.state,e.head,-1,r)||e.head>0&&Eg(t.state,e.head-1,1,r)||r.afterCursor&&(Eg(t.state,e.head,1,r)||e.head<t.state.doc.length&&Eg(t.state,e.head+1,-1,r));i&&(n=n.concat(r.renderMatch(i,t.state)))}return AG.set(n,!0)},provide:e=>P4.decorations.from(e)}),Eo],Eh=new _M;function Ep(e,t,n){let r=e.prop(t<0?_M.openedBy:_M.closedBy);if(r)return r;if(1==e.name.length){let r=n.indexOf(e.name);if(r>-1&&r%2==+(t<0))return[n[r+t]]}return null}function Ef(e){let t=e.type.prop(Eh);return t?t(e.node):e}function Eg(e,t,n,r={}){let i=r.maxScanDistance||1e4,o=r.brackets||Ea,a=Ox(e),s=a.resolveInner(t,n);for(let e=s;e;e=e.parent){let r=Ep(e.type,n,o);if(r&&e.from<e.to){let i=Ef(e);if(i&&(n>0?t>=i.from&&t<i.to:t>i.from&&t<=i.to))return function(e,t,n,r,i,o,a){let s=r.parent,l={from:i.from,to:i.to},u=0,c=null==s?void 0:s.cursor();if(c&&(n<0?c.childBefore(r.from):c.childAfter(r.to)))do if(n<0?c.to<=r.from:c.from>=r.to){if(0==u&&o.indexOf(c.type.name)>-1&&c.from<c.to){let e=Ef(c);return{start:l,end:e?{from:e.from,to:e.to}:void 0,matched:!0}}else if(Ep(c.type,n,a))u++;else if(Ep(c.type,-n,a)){if(0==u){let e=Ef(c);return{start:l,end:e&&e.from<e.to?{from:e.from,to:e.to}:void 0,matched:!1}}u--}}while(n<0?c.prevSibling():c.nextSibling());return{start:l,matched:!1}}(0,0,n,e,i,r,o)}}return function(e,t,n,r,i,o,a){let s=n<0?e.sliceDoc(t-1,t):e.sliceDoc(t,t+1),l=a.indexOf(s);if(l<0||l%2==0!=n>0)return null;let u={from:n<0?t-1:t,to:n>0?t+1:t},c=e.doc.iterRange(t,n>0?e.doc.length:0),d=0;for(let e=0;!c.next().done&&e<=o;){let o=c.value;n<0&&(e+=o.length);let s=t+e*n;for(let e=n>0?0:o.length-1,t=n>0?o.length:-1;e!=t;e+=n){let t=a.indexOf(o[e]);if(!(t<0)&&r.resolveInner(s+e,1).type==i)if(t%2==0==n>0)d++;else{if(1==d)return{start:u,end:{from:s+e,to:s+e+1},matched:t>>1==l>>1};d--}}n>0&&(e+=o.length)}return c.done?{start:u,matched:!1}:null}(e,t,n,a,s.type,i,o)}let Em=Object.create(null),Ev=[_A.none],Ey=[],Ex=Object.create(null),Eb=Object.create(null);for(let[e,t]of[["variable","variableName"],["variable-2","variableName.special"],["string-2","string.special"],["def","variableName.definition"],["tag","tagName"],["attribute","attributeName"],["type","typeName"],["builtin","variableName.standard"],["qualifier","modifier"],["error","invalid"],["header","heading"],["property","propertyName"]])Eb[e]=function(e,t){let n=[];for(let r of t.split(" ")){let t=[];for(let n of r.split(".")){let r=e[n]||Op[n];r?"function"==typeof r?t.length?t=t.map(r):Ew(n,`Modifier ${n} used at start of tag`):t.length?Ew(n,`Tag ${n} used as modifier`):t=Array.isArray(r)?r:[r]:Ew(n,`Unknown highlighting tag ${n}`)}for(let e of t)n.push(e)}if(!n.length)return 0;let r=t.replace(/ /g,"_"),i=r+" "+n.map(e=>e.id),o=Ex[i];if(o)return o.id;let a=Ex[i]=_A.define({id:Ev.length,name:r,props:[_5({[r]:n})]});return Ev.push(a),a.id}(Em,t);function Ew(e,t){Ey.indexOf(e)>-1||(Ey.push(e),console.warn(t))}function ES(e,t){return({state:n,dispatch:r})=>{if(n.readOnly)return!1;let i=e(t,n);return!!i&&(r(n.update(i)),!0)}}A3.RTL,A3.LTR;let EC=ES(function(e,t,n=t.selection.ranges){let r=[],i=-1;for(let{from:e,to:o}of n){let n=r.length,a=1e9,s=ET(t,e).line;if(s){for(let n=e;n<=o;){let l=t.doc.lineAt(n);if(l.from>i&&(e==o||o>l.from)){i=l.from;let e=/^\s*/.exec(l.text)[0].length,t=e==l.length,n=l.text.slice(e,e+s.length)==s?e:-1;e<l.text.length&&e<a&&(a=e),r.push({line:l,comment:n,token:s,indent:e,empty:t,single:!1})}n=l.to+1}if(a<1e9)for(let e=n;e<r.length;e++)r[e].indent<r[e].line.text.length&&(r[e].indent=a);r.length==n+1&&(r[n].single=!0)}}if(2!=e&&r.some(e=>e.comment<0&&(!e.empty||e.single))){let e=[];for(let{line:t,token:n,indent:i,empty:o,single:a}of r)(a||!o)&&e.push({from:t.from+i,insert:n+" "});let n=t.changes(e);return{changes:n,selection:t.selection.map(n,1)}}if(1!=e&&r.some(e=>e.comment>=0)){let e=[];for(let{line:t,comment:n,token:i}of r)if(n>=0){let r=t.from+n,o=r+i.length;" "==t.text[o-t.from]&&o++,e.push({from:r,to:o})}return{changes:e}}return null},0),Ek=ES(EI,0),EM=ES((e,t)=>EI(e,t,function(e){let t=[];for(let n of e.selection.ranges){let r=e.doc.lineAt(n.from),i=n.to<=r.to?r:e.doc.lineAt(n.to);i.from>r.from&&i.from==n.to&&(i=n.to==r.to+1?r:e.doc.lineAt(n.to-1));let o=t.length-1;o>=0&&t[o].to>r.from?t[o].to=i.to:t.push({from:r.from+/^\s*/.exec(r.text)[0].length,to:i.to})}return t}(t)),0);function ET(e,t){let n=e.languageDataAt("commentTokens",t);return n.length?n[0]:{}}function EI(e,t,n=t.selection.ranges){let r=n.map(e=>ET(t,e.from).block);if(!r.every(e=>e))return null;let i=n.map((e,n)=>(function(e,{open:t,close:n},r,i){let o,a,s=e.sliceDoc(r-50,r),l=e.sliceDoc(i,i+50),u=/\s*$/.exec(s)[0].length,c=/^\s*/.exec(l)[0].length,d=s.length-u;if(s.slice(d-t.length,d)==t&&l.slice(c,c+n.length)==n)return{open:{pos:r-u,margin:u&&1},close:{pos:i+c,margin:c&&1}};i-r<=100?o=a=e.sliceDoc(r,i):(o=e.sliceDoc(r,r+50),a=e.sliceDoc(i-50,i));let h=/^\s*/.exec(o)[0].length,p=/\s*$/.exec(a)[0].length,f=a.length-p-n.length;return o.slice(h,h+t.length)==t&&a.slice(f,f+n.length)==n?{open:{pos:r+h+t.length,margin:+!!/\s/.test(o.charAt(h+t.length))},close:{pos:i-p-n.length,margin:+!!/\s/.test(a.charAt(f-1))}}:null})(t,r[n],e.from,e.to));if(2!=e&&!i.every(e=>e))return{changes:t.changes(n.map((e,t)=>i[t]?[]:[{from:e.from,insert:r[t].open+" "},{from:e.to,insert:" "+r[t].close}]))};if(1!=e&&i.some(e=>e)){let e=[];for(let t=0,n;t<i.length;t++)if(n=i[t]){let i=r[t],{open:o,close:a}=n;e.push({from:o.pos-i.open.length,to:o.pos+o.margin},{from:a.pos-a.margin,to:a.pos+i.close.length})}return{changes:e}}return null}let EA=Im.define(),ED=Im.define(),EP=T3.define(),ER=T3.define({combine:e=>IA(e,{minDepth:100,newGroupDelay:500,joinToEvent:(e,t)=>t},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:(e,t)=>(n,r)=>e(n,r)||t(n,r)})}),E_=Ie.define({create:()=>EW.empty,update(e,t){let n=t.state.facet(ER),r=t.annotation(EA);if(r){let i=EN.fromTransaction(t,r.selection),o=r.side,a=0==o?e.undone:e.done;return a=i?Ez(a,a.length,n.minDepth,i):EV(a,t.startState.selection),new EW(0==o?r.rest:a,0==o?a:r.rest)}let i=t.annotation(ED);if(("full"==i||"before"==i)&&(e=e.isolate()),!1===t.annotation(Ib.addToHistory))return t.changes.empty?e:e.addMapping(t.changes.desc);let o=EN.fromTransaction(t),a=t.annotation(Ib.time),s=t.annotation(Ib.userEvent);return o?e=e.addChanges(o,a,s,n,t):t.selection&&(e=e.addSelection(t.startState.selection,a,s,n.newGroupDelay)),("full"==i||"after"==i)&&(e=e.isolate()),e},toJSON:e=>({done:e.done.map(e=>e.toJSON()),undone:e.undone.map(e=>e.toJSON())}),fromJSON:e=>new EW(e.done.map(EN.fromJSON),e.undone.map(EN.fromJSON))});function EO(e,t){return function({state:n,dispatch:r}){if(!t&&n.readOnly)return!1;let i=n.field(E_,!1);if(!i)return!1;let o=i.pop(e,n,t);return!!o&&(r(o),!0)}}let EE=EO(0,!1),EL=EO(1,!1),EZ=EO(0,!0),EB=EO(1,!0);class EN{constructor(e,t,n,r,i){this.changes=e,this.effects=t,this.mapped=n,this.startSelection=r,this.selectionsAfter=i}setSelAfter(e){return new EN(this.changes,this.effects,this.mapped,this.startSelection,e)}toJSON(){var e,t,n;return{changes:null==(e=this.changes)?void 0:e.toJSON(),mapped:null==(t=this.mapped)?void 0:t.toJSON(),startSelection:null==(n=this.startSelection)?void 0:n.toJSON(),selectionsAfter:this.selectionsAfter.map(e=>e.toJSON())}}static fromJSON(e){return new EN(e.changes&&Tq.fromJSON(e.changes),[],e.mapped&&TG.fromJSON(e.mapped),e.startSelection&&T1.fromJSON(e.startSelection),e.selectionsAfter.map(T1.fromJSON))}static fromTransaction(e,t){let n=Ej;for(let t of e.startState.facet(EP)){let r=t(e);r.length&&(n=n.concat(r))}return!n.length&&e.changes.empty?null:new EN(e.changes.invert(e.startState.doc),n,void 0,t||e.startState.selection,Ej)}static selection(e){return new EN(void 0,Ej,void 0,void 0,e)}}function Ez(e,t,n,r){let i=e.slice(t+1>n+20?t-n-1:0,t);return i.push(r),i}function EF(e,t){return e.length?t.length?e.concat(t):e:t}let Ej=[];function EV(e,t){if(!e.length)return[EN.selection([t])];{let n=e[e.length-1],r=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-200));return r.length&&r[r.length-1].eq(t)?e:(r.push(t),Ez(e,e.length-1,1e9,n.setSelAfter(r)))}}function EH(e,t){if(!e.length)return e;let n=e.length,r=Ej;for(;n;){let i=function(e,t,n){let r=EF(e.selectionsAfter.length?e.selectionsAfter.map(e=>e.map(t)):Ej,n);if(!e.changes)return EN.selection(r);let i=e.changes.map(t),o=t.mapDesc(e.changes,!0),a=e.mapped?e.mapped.composeDesc(o):o;return new EN(i,Ix.mapEffects(e.effects,t),a,e.startSelection.map(o),r)}(e[n-1],t,r);if(i.changes&&!i.changes.empty||i.effects.length){let t=e.slice(0,n);return t[n-1]=i,t}t=i.mapped,n--,r=i.selectionsAfter}return r.length?[EN.selection(r)]:Ej}let E$=/^(input\.type|delete)($|\.)/;class EW{constructor(e,t,n=0,r){this.done=e,this.undone=t,this.prevTime=n,this.prevUserEvent=r}isolate(){return this.prevTime?new EW(this.done,this.undone):this}addChanges(e,t,n,r,i){var o,a;let s,l,u=this.done,c=u[u.length-1];return new EW(u=c&&c.changes&&!c.changes.empty&&e.changes&&(!n||E$.test(n))&&(!c.selectionsAfter.length&&t-this.prevTime<r.newGroupDelay&&r.joinToEvent(i,(o=c.changes,a=e.changes,s=[],l=!1,o.iterChangedRanges((e,t)=>s.push(e,t)),a.iterChangedRanges((e,t,n,r)=>{for(let e=0;e<s.length;){let t=s[e++],i=s[e++];r>=t&&n<=i&&(l=!0)}}),l))||"input.type.compose"==n)?Ez(u,u.length-1,r.minDepth,new EN(e.changes.compose(c.changes),EF(Ix.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,Ej)):Ez(u,u.length,r.minDepth,e),Ej,t,n)}addSelection(e,t,n,r){var i;let o=this.done.length?this.done[this.done.length-1].selectionsAfter:Ej;return o.length>0&&t-this.prevTime<r&&n==this.prevUserEvent&&n&&/^select($|\.)/.test(n)&&(i=o[o.length-1],i.ranges.length==e.ranges.length&&0===i.ranges.filter((t,n)=>t.empty!=e.ranges[n].empty).length)?this:new EW(EV(this.done,e),this.undone,t,n)}addMapping(e){return new EW(EH(this.done,e),EH(this.undone,e),this.prevTime,this.prevUserEvent)}pop(e,t,n){let r=0==e?this.done:this.undone;if(0==r.length)return null;let i=r[r.length-1],o=i.selectionsAfter[0]||t.selection;if(n&&i.selectionsAfter.length){let n,a;return t.update({selection:i.selectionsAfter[i.selectionsAfter.length-1],annotations:EA.of({side:e,rest:(n=r[r.length-1],(a=r.slice())[r.length-1]=n.setSelAfter(n.selectionsAfter.slice(0,n.selectionsAfter.length-1)),a),selection:o}),userEvent:0==e?"select.undo":"select.redo",scrollIntoView:!0})}{if(!i.changes)return null;let n=1==r.length?Ej:r.slice(0,r.length-1);return i.mapped&&(n=EH(n,i.mapped)),t.update({changes:i.changes,selection:i.startSelection,effects:i.effects,annotations:EA.of({side:e,rest:n,selection:o}),filter:!1,userEvent:0==e?"undo":"redo",scrollIntoView:!0})}}}EW.empty=new EW(Ej,Ej);let EG=[{key:"Mod-z",run:EE,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:EL,preventDefault:!0},{linux:"Ctrl-Shift-z",run:EL,preventDefault:!0},{key:"Mod-u",run:EZ,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:EB,preventDefault:!0}];function Eq(e,t){return T1.create(e.ranges.map(t),e.mainIndex)}function EU(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function EY({state:e,dispatch:t},n){let r=Eq(e.selection,n);return!r.eq(e.selection,!0)&&(t(EU(e,r)),!0)}function EX(e,t){return T1.cursor(t?e.to:e.from)}function EK(e,t){return EY(e,n=>n.empty?e.moveByChar(n,t):EX(n,t))}function EQ(e){return e.textDirectionAt(e.state.selection.main.head)==A3.LTR}let EJ=e=>EK(e,!EQ(e)),E0=e=>EK(e,EQ(e));function E1(e,t){return EY(e,n=>n.empty?e.moveByGroup(n,t):EX(n,t))}function E2(e,t,n){let r,i,o=Ox(e).resolveInner(t.head),a=n?_M.closedBy:_M.openedBy;for(let r=t.head;;){let t=n?o.childAfter(r):o.childBefore(r);if(!t)break;!function(e,t,n){if(t.type.prop(n))return!0;let r=t.to-t.from;return r&&(r>2||/[^\s,.;:]/.test(e.sliceDoc(t.from,t.to)))||t.firstChild}(e,t,a)?r=n?t.to:t.from:o=t}return i=o.type.prop(a)&&(r=n?Eg(e,o.from,1):Eg(e,o.to,-1))&&r.matched?n?r.end.to:r.end.from:n?o.to:o.from,T1.cursor(i,n?-1:1)}function E5(e,t){return EY(e,n=>{if(!n.empty)return EX(n,t);let r=e.moveVertically(n,t);return r.head!=n.head?r:e.moveToLineBoundary(n,t)})}"undefined"!=typeof Intl&&Intl.Segmenter;let E3=e=>E5(e,!1),E4=e=>E5(e,!0);function E6(e){let t=e.scrollDOM.clientHeight<e.scrollDOM.scrollHeight-2,n=0,r=0,i;if(t){for(let t of e.state.facet(P4.scrollMargins)){let i=t(e);(null==i?void 0:i.top)&&(n=Math.max(null==i?void 0:i.top,n)),(null==i?void 0:i.bottom)&&(r=Math.max(null==i?void 0:i.bottom,r))}i=e.scrollDOM.clientHeight-n-r}else i=(e.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:n,marginBottom:r,selfScroll:t,height:Math.max(e.defaultLineHeight,i-5)}}function E8(e,t){let n,r=E6(e),{state:i}=e,o=Eq(i.selection,n=>n.empty?e.moveVertically(n,t,r.height):EX(n,t));if(o.eq(i.selection))return!1;if(r.selfScroll){let t=e.coordsAtPos(i.selection.main.head),a=e.scrollDOM.getBoundingClientRect(),s=a.top+r.marginTop,l=a.bottom-r.marginBottom;t&&t.top>s&&t.bottom<l&&(n=P4.scrollIntoView(o.main.head,{y:"start",yMargin:t.top-s}))}return e.dispatch(EU(i,o),{effects:n}),!0}let E9=e=>E8(e,!1),E7=e=>E8(e,!0);function Le(e,t,n){let r=e.lineBlockAt(t.head),i=e.moveToLineBoundary(t,n);if(i.head==t.head&&i.head!=(n?r.to:r.from)&&(i=e.moveToLineBoundary(t,n,!1)),!n&&i.head==r.from&&r.length){let n=/^\s*/.exec(e.state.sliceDoc(r.from,Math.min(r.from+100,r.to)))[0].length;n&&t.head!=r.from+n&&(i=T1.cursor(r.from+n))}return i}function Lt(e,t){let n=Eq(e.state.selection,e=>{let n=t(e);return T1.range(e.anchor,n.head,n.goalColumn,n.bidiLevel||void 0)});return!n.eq(e.state.selection)&&(e.dispatch(EU(e.state,n)),!0)}function Ln(e,t){return Lt(e,n=>e.moveByChar(n,t))}let Lr=e=>Ln(e,!EQ(e)),Li=e=>Ln(e,EQ(e));function Lo(e,t){return Lt(e,n=>e.moveByGroup(n,t))}function La(e,t){return Lt(e,n=>e.moveVertically(n,t))}let Ls=e=>La(e,!1),Ll=e=>La(e,!0);function Lu(e,t){return Lt(e,n=>e.moveVertically(n,t,E6(e).height))}let Lc=e=>Lu(e,!1),Ld=e=>Lu(e,!0),Lh=({state:e,dispatch:t})=>(t(EU(e,{anchor:0})),!0),Lp=({state:e,dispatch:t})=>(t(EU(e,{anchor:e.doc.length})),!0),Lf=({state:e,dispatch:t})=>(t(EU(e,{anchor:e.selection.main.anchor,head:0})),!0),Lg=({state:e,dispatch:t})=>(t(EU(e,{anchor:e.selection.main.anchor,head:e.doc.length})),!0);function Lm(e,t){if(e.state.readOnly)return!1;let n="delete.selection",{state:r}=e,i=r.changeByRange(r=>{let{from:i,to:o}=r;if(i==o){let a=t(r);a<i?(n="delete.backward",a=Lv(e,a,!1)):a>i&&(n="delete.forward",a=Lv(e,a,!0)),i=Math.min(i,a),o=Math.max(o,a)}else i=Lv(e,i,!1),o=Lv(e,o,!0);return i==o?{range:r}:{changes:{from:i,to:o},range:T1.cursor(i,i<r.head?-1:1)}});return!i.changes.empty&&(e.dispatch(r.update(i,{scrollIntoView:!0,userEvent:n,effects:"delete.selection"==n?P4.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function Lv(e,t,n){if(e instanceof P4)for(let r of e.state.facet(P4.atomicRanges).map(t=>t(e)))r.between(t,t,(e,r)=>{e<t&&r>t&&(t=n?r:e)});return t}let Ly=(e,t,n)=>Lm(e,r=>{let i=r.from,{state:o}=e,a=o.doc.lineAt(i),s,l;if(n&&!t&&i>a.from&&i<a.from+200&&!/[^ \t]/.test(s=a.text.slice(0,i-a.from))){if(" "==s[s.length-1])return i-1;let e=IW(s,o.tabSize)%O_(o)||O_(o);for(let t=0;t<e&&" "==s[s.length-1-t];t++)i--;l=i}else(l=TF(a.text,i-a.from,t,t)+a.from)==i&&a.number!=(t?o.doc.lines:1)?l+=t?1:-1:!t&&/[\ufe00-\ufe0f]/.test(a.text.slice(l-a.from,i-a.from))&&(l=TF(a.text,l-a.from,!1,!1)+a.from);return l}),Lx=e=>Ly(e,!1,!0),Lb=e=>Ly(e,!0,!1),Lw=(e,t)=>Lm(e,n=>{let r=n.head,{state:i}=e,o=i.doc.lineAt(r),a=i.charCategorizer(r);for(let e=null;;){if(r==(t?o.to:o.from)){r==n.head&&o.number!=(t?i.doc.lines:1)&&(r+=t?1:-1);break}let s=TF(o.text,r-o.from,t)+o.from,l=o.text.slice(Math.min(r,s)-o.from,Math.max(r,s)-o.from),u=a(l);if(null!=e&&u!=e)break;(" "!=l||r!=n.head)&&(e=u),r=s}return r}),LS=e=>Lw(e,!1);function LC(e){let t=[],n=-1;for(let r of e.selection.ranges){let i=e.doc.lineAt(r.from),o=e.doc.lineAt(r.to);if(r.empty||r.to!=o.from||(o=e.doc.lineAt(r.to-1)),n>=i.number){let e=t[t.length-1];e.to=o.to,e.ranges.push(r)}else t.push({from:i.from,to:o.to,ranges:[r]});n=o.number+1}return t}function Lk(e,t,n){if(e.readOnly)return!1;let r=[],i=[];for(let t of LC(e)){if(n?t.to==e.doc.length:0==t.from)continue;let o=e.doc.lineAt(n?t.to+1:t.from-1),a=o.length+1;if(n)for(let n of(r.push({from:t.to,to:o.to},{from:t.from,insert:o.text+e.lineBreak}),t.ranges))i.push(T1.range(Math.min(e.doc.length,n.anchor+a),Math.min(e.doc.length,n.head+a)));else for(let n of(r.push({from:o.from,to:t.from},{from:t.to,insert:e.lineBreak+o.text}),t.ranges))i.push(T1.range(n.anchor-a,n.head-a))}return!!r.length&&(t(e.update({changes:r,scrollIntoView:!0,selection:T1.create(i,e.selection.mainIndex),userEvent:"move.line"})),!0)}function LM(e,t,n){if(e.readOnly)return!1;let r=[];for(let t of LC(e))n?r.push({from:t.from,insert:e.doc.slice(t.from,t.to)+e.lineBreak}):r.push({from:t.to,insert:e.lineBreak+e.doc.slice(t.from,t.to)});return t(e.update({changes:r,scrollIntoView:!0,userEvent:"input.copyline"})),!0}let LT=LA(!1),LI=LA(!0);function LA(e){return({state:t,dispatch:n})=>{if(t.readOnly)return!1;let r=t.changeByRange(n=>{let{from:r,to:i}=n,o=t.doc.lineAt(r),a=!e&&r==i&&function(e,t){if(/\(\)|\[\]|\{\}/.test(e.sliceDoc(t-1,t+1)))return{from:t,to:t};let n=Ox(e).resolveInner(t),r=n.childBefore(t),i=n.childAfter(t),o;return r&&i&&r.to<=t&&i.from>=t&&(o=r.type.prop(_M.closedBy))&&o.indexOf(i.name)>-1&&e.doc.lineAt(r.to).from==e.doc.lineAt(i.from).from&&!/\S/.test(e.sliceDoc(r.to,i.from))?{from:r.to,to:i.from}:null}(t,r);e&&(r=i=(i<=o.to?o:t.doc.lineAt(i)).to);let s=new OL(t,{simulateBreak:r,simulateDoubleBreak:!!a}),l=OE(s,r);for(null==l&&(l=IW(/^\s*/.exec(t.doc.lineAt(r).text)[0],t.tabSize));i<o.to&&/\s/.test(o.text[i-o.from]);)i++;a?{from:r,to:i}=a:r>o.from&&r<o.from+100&&!/\S/.test(o.text.slice(0,r))&&(r=o.from);let u=["",OO(t,l)];return a&&u.push(OO(t,s.lineIndent(o.from,-1))),{changes:{from:r,to:i,insert:TR.of(u)},range:T1.cursor(r+1+u[1].length)}});return n(t.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function LD(e,t){let n=-1;return e.changeByRange(r=>{let i=[];for(let o=r.from;o<=r.to;){let a=e.doc.lineAt(o);a.number>n&&(r.empty||r.to>a.from)&&(t(a,i,r),n=a.number),o=a.to+1}let o=e.changes(i);return{changes:i,range:T1.range(o.mapPos(r.anchor,1),o.mapPos(r.head,1))}})}let LP=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(LD(e,(t,n)=>{n.push({from:t.from,insert:e.facet(OR)})}),{userEvent:"input.indent"})),!0),LR=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(LD(e,(t,n)=>{let r=/^\s*/.exec(t.text)[0];if(!r)return;let i=IW(r,e.tabSize),o=0,a=OO(e,Math.max(0,i-O_(e)));for(;o<r.length&&o<a.length&&r.charCodeAt(o)==a.charCodeAt(o);)o++;n.push({from:t.from+o,to:t.from+r.length,insert:a.slice(o)})}),{userEvent:"delete.dedent"})),!0),L_=[{key:"Ctrl-b",run:EJ,shift:Lr,preventDefault:!0},{key:"Ctrl-f",run:E0,shift:Li},{key:"Ctrl-p",run:E3,shift:Ls},{key:"Ctrl-n",run:E4,shift:Ll},{key:"Ctrl-a",run:e=>EY(e,t=>T1.cursor(e.lineBlockAt(t.head).from,1)),shift:e=>Lt(e,t=>T1.cursor(e.lineBlockAt(t.head).from))},{key:"Ctrl-e",run:e=>EY(e,t=>T1.cursor(e.lineBlockAt(t.head).to,-1)),shift:e=>Lt(e,t=>T1.cursor(e.lineBlockAt(t.head).to))},{key:"Ctrl-d",run:Lb},{key:"Ctrl-h",run:Lx},{key:"Ctrl-k",run:e=>Lm(e,t=>{let n=e.lineBlockAt(t.head).to;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)})},{key:"Ctrl-Alt-h",run:LS},{key:"Ctrl-o",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=e.changeByRange(e=>({changes:{from:e.from,to:e.to,insert:TR.of(["",""])},range:T1.cursor(e.from)}));return t(e.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}},{key:"Ctrl-t",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=e.changeByRange(t=>{if(!t.empty||0==t.from||t.from==e.doc.length)return{range:t};let n=t.from,r=e.doc.lineAt(n),i=n==r.from?n-1:TF(r.text,n-r.from,!1)+r.from,o=n==r.to?n+1:TF(r.text,n-r.from,!0)+r.from;return{changes:{from:i,to:o,insert:e.doc.slice(n,o).append(e.doc.slice(i,n))},range:T1.cursor(o)}});return!n.changes.empty&&(t(e.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:E7}],LO=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>EY(e,t=>E2(e.state,t,!EQ(e))),shift:e=>Lt(e,t=>E2(e.state,t,!EQ(e)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>EY(e,t=>E2(e.state,t,EQ(e))),shift:e=>Lt(e,t=>E2(e.state,t,EQ(e)))},{key:"Alt-ArrowUp",run:({state:e,dispatch:t})=>Lk(e,t,!1)},{key:"Shift-Alt-ArrowUp",run:({state:e,dispatch:t})=>LM(e,t,!1)},{key:"Alt-ArrowDown",run:({state:e,dispatch:t})=>Lk(e,t,!0)},{key:"Shift-Alt-ArrowDown",run:({state:e,dispatch:t})=>LM(e,t,!0)},{key:"Escape",run:({state:e,dispatch:t})=>{let n=e.selection,r=null;return n.ranges.length>1?r=T1.create([n.main]):n.main.empty||(r=T1.create([T1.cursor(n.main.head)])),!!r&&(t(EU(e,r)),!0)}},{key:"Mod-Enter",run:LI},{key:"Alt-l",mac:"Ctrl-l",run:({state:e,dispatch:t})=>{let n=LC(e).map(({from:t,to:n})=>T1.range(t,Math.min(n+1,e.doc.length)));return t(e.update({selection:T1.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:e,dispatch:t})=>{let n=Eq(e.selection,t=>{let n=Ox(e),r=n.resolveStack(t.from,1);if(t.empty){let e=n.resolveStack(t.from,-1);e.node.from>=r.node.from&&e.node.to<=r.node.to&&(r=e)}for(let e=r;e;e=e.next){let{node:n}=e;if((n.from<t.from&&n.to>=t.to||n.to>t.to&&n.from<=t.from)&&e.next)return T1.range(n.to,n.from)}return t});return!n.eq(e.selection)&&(t(EU(e,n)),!0)},preventDefault:!0},{key:"Mod-[",run:LR},{key:"Mod-]",run:LP},{key:"Mod-Alt-\\",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Object.create(null),r=new OL(e,{overrideIndentation:e=>{let t=n[e];return null==t?-1:t}}),i=LD(e,(t,i,o)=>{let a=OE(r,t.from);if(null==a)return;/\S/.test(t.text)||(a=0);let s=/^\s*/.exec(t.text)[0],l=OO(e,a);(s!=l||o.from<t.from+s.length)&&(n[t.from]=a,i.push({from:t.from,to:t.from+s.length,insert:l}))});return i.changes.empty||t(e.update(i,{userEvent:"indent"})),!0}},{key:"Shift-Mod-k",run:e=>{if(e.state.readOnly)return!1;let{state:t}=e,n=t.changes(LC(t).map(({from:e,to:n})=>(e>0?e--:n<t.doc.length&&n++,{from:e,to:n}))),r=Eq(t.selection,t=>{let n;if(e.lineWrapping){let r=e.lineBlockAt(t.head),i=e.coordsAtPos(t.head,t.assoc||1);i&&(n=r.bottom+e.documentTop-i.bottom+e.defaultLineHeight/2)}return e.moveVertically(t,!0,n)}).map(n);return e.dispatch({changes:n,selection:r,scrollIntoView:!0,userEvent:"delete.line"}),!0}},{key:"Shift-Mod-\\",run:({state:e,dispatch:t})=>{let n,r;return n=!1,r=Eq(e.selection,t=>{let r=Eg(e,t.head,-1)||Eg(e,t.head,1)||t.head>0&&Eg(e,t.head-1,1)||t.head<e.doc.length&&Eg(e,t.head+1,-1);if(!r||!r.end)return t;n=!0;let i=r.start.from==t.head?r.end.to:r.end.from;return T1.cursor(i)}),!!n&&(t(EU(e,r)),!0)}},{key:"Mod-/",run:e=>{let{state:t}=e,n=t.doc.lineAt(t.selection.main.from),r=ET(e.state,n.from);return r.line?EC(e):!!r.block&&EM(e)}},{key:"Alt-A",run:Ek},{key:"Ctrl-m",mac:"Shift-Alt-m",run:e=>(e.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:EJ,shift:Lr,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>E1(e,!EQ(e)),shift:e=>Lo(e,!EQ(e)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:e=>EY(e,t=>Le(e,t,!EQ(e))),shift:e=>Lt(e,t=>Le(e,t,!EQ(e))),preventDefault:!0},{key:"ArrowRight",run:E0,shift:Li,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>E1(e,EQ(e)),shift:e=>Lo(e,EQ(e)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:e=>EY(e,t=>Le(e,t,EQ(e))),shift:e=>Lt(e,t=>Le(e,t,EQ(e))),preventDefault:!0},{key:"ArrowUp",run:E3,shift:Ls,preventDefault:!0},{mac:"Cmd-ArrowUp",run:Lh,shift:Lf},{mac:"Ctrl-ArrowUp",run:E9,shift:Lc},{key:"ArrowDown",run:E4,shift:Ll,preventDefault:!0},{mac:"Cmd-ArrowDown",run:Lp,shift:Lg},{mac:"Ctrl-ArrowDown",run:E7,shift:Ld},{key:"PageUp",run:E9,shift:Lc},{key:"PageDown",run:E7,shift:Ld},{key:"Home",run:e=>EY(e,t=>Le(e,t,!1)),shift:e=>Lt(e,t=>Le(e,t,!1)),preventDefault:!0},{key:"Mod-Home",run:Lh,shift:Lf},{key:"End",run:e=>EY(e,t=>Le(e,t,!0)),shift:e=>Lt(e,t=>Le(e,t,!0)),preventDefault:!0},{key:"Mod-End",run:Lp,shift:Lg},{key:"Enter",run:LT,shift:LT},{key:"Mod-a",run:({state:e,dispatch:t})=>(t(e.update({selection:{anchor:0,head:e.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:Lx,shift:Lx},{key:"Delete",run:Lb},{key:"Mod-Backspace",mac:"Alt-Backspace",run:LS},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>Lw(e,!0)},{mac:"Mod-Backspace",run:e=>Lm(e,t=>{let n=e.moveToLineBoundary(t,!1).head;return t.head>n?n:Math.max(0,t.head-1)})},{mac:"Mod-Delete",run:e=>Lm(e,t=>{let n=e.moveToLineBoundary(t,!0).head;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)})}].concat(L_.map(e=>({mac:e.key,run:e.run,shift:e.shift})))),LE={key:"Tab",run:LP,shift:LR};function LL(){var e=arguments[0];"string"==typeof e&&(e=document.createElement(e));var t=1,n=arguments[1];if(n&&"object"==typeof n&&null==n.nodeType&&!Array.isArray(n)){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)){var i=n[r];"string"==typeof i?e.setAttribute(r,i):null!=i&&(e[r]=i)}t++}for(;t<arguments.length;t++)!function e(t,n){if("string"==typeof n)t.appendChild(document.createTextNode(n));else if(null==n);else if(null!=n.nodeType)t.appendChild(n);else if(Array.isArray(n))for(var r=0;r<n.length;r++)e(t,n[r]);else throw RangeError("Unsupported child node: "+n)}(e,arguments[t]);return e}let LZ="function"==typeof String.prototype.normalize?e=>e.normalize("NFKD"):e=>e;class LB{constructor(e,t,n=0,r=e.length,i,o){this.test=o,this.value={from:0,to:0},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=e.iterRange(n,r),this.bufferStart=n,this.normalize=i?e=>i(LZ(e)):LZ,this.query=this.normalize(t)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return -1;this.bufferPos=0,this.buffer=this.iter.value}return Tj(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let e=this.peek();if(e<0)return this.done=!0,this;let t=TV(e),n=this.bufferStart+this.bufferPos;this.bufferPos+=TH(e);let r=this.normalize(t);if(r.length)for(let e=0,i=n;;e++){let o=r.charCodeAt(e),a=this.match(o,i,this.bufferPos+this.bufferStart);if(e==r.length-1){if(a)return this.value=a,this;break}i==n&&e<t.length&&t.charCodeAt(e)==o&&i++}}}match(e,t,n){let r=null;for(let t=0;t<this.matches.length;t+=2){let i=this.matches[t],o=!1;this.query.charCodeAt(i)==e&&(i==this.query.length-1?r={from:this.matches[t+1],to:n}:(this.matches[t]++,o=!0)),o||(this.matches.splice(t,2),t-=2)}return this.query.charCodeAt(0)==e&&(1==this.query.length?r={from:t,to:n}:this.matches.push(1,t)),r&&this.test&&!this.test(r.from,r.to,this.buffer,this.bufferStart)&&(r=null),r}}"undefined"!=typeof Symbol&&(LB.prototype[Symbol.iterator]=function(){return this});let LN={from:-1,to:-1,match:/.*/.exec("")},Lz="gm"+(null==/x/.unicode?"":"u");class LF{constructor(e,t,n,r=0,i=e.length){if(this.text=e,this.to=i,this.curLine="",this.done=!1,this.value=LN,/\\[sWDnr]|\n|\r|\[\^/.test(t))return new LH(e,t,n,r,i);this.re=new RegExp(t,Lz+((null==n?void 0:n.ignoreCase)?"i":"")),this.test=null==n?void 0:n.test,this.iter=e.iter();let o=e.lineAt(r);this.curLineStart=o.from,this.matchPos=L$(e,r),this.getLine(this.curLineStart)}getLine(e){this.iter.next(e),this.iter.lineBreak?this.curLine="":(this.curLine=this.iter.value,this.curLineStart+this.curLine.length>this.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let e=this.matchPos-this.curLineStart;;){this.re.lastIndex=e;let t=this.matchPos<=this.to&&this.re.exec(this.curLine);if(t){let n=this.curLineStart+t.index,r=n+t[0].length;if(this.matchPos=L$(this.text,r+ +(n==r)),n==this.curLineStart+this.curLine.length&&this.nextLine(),(n<r||n>this.value.to)&&(!this.test||this.test(n,r,t)))return this.value={from:n,to:r,match:t},this;e=this.matchPos-this.curLineStart}else{if(!(this.curLineStart+this.curLine.length<this.to))return this.done=!0,this;this.nextLine(),e=0}}}}let Lj=new WeakMap;class LV{constructor(e,t){this.from=e,this.text=t}get to(){return this.from+this.text.length}static get(e,t,n){let r=Lj.get(e);if(!r||r.from>=n||r.to<=t){let r=new LV(t,e.sliceString(t,n));return Lj.set(e,r),r}if(r.from==t&&r.to==n)return r;let{text:i,from:o}=r;return o>t&&(i=e.sliceString(t,o)+i,o=t),r.to<n&&(i+=e.sliceString(r.to,n)),Lj.set(e,new LV(o,i)),new LV(t,i.slice(t-o,n-o))}}class LH{constructor(e,t,n,r,i){this.text=e,this.to=i,this.done=!1,this.value=LN,this.matchPos=L$(e,r),this.re=new RegExp(t,Lz+((null==n?void 0:n.ignoreCase)?"i":"")),this.test=null==n?void 0:n.test,this.flat=LV.get(e,r,this.chunkEnd(r+5e3))}chunkEnd(e){return e>=this.to?this.to:this.text.lineAt(e).to}next(){for(;;){let e=this.re.lastIndex=this.matchPos-this.flat.from,t=this.re.exec(this.flat.text);if(t&&!t[0]&&t.index==e&&(this.re.lastIndex=e+1,t=this.re.exec(this.flat.text)),t){let e=this.flat.from+t.index,n=e+t[0].length;if((this.flat.to>=this.to||t.index+t[0].length<=this.flat.text.length-10)&&(!this.test||this.test(e,n,t)))return this.value={from:e,to:n,match:t},this.matchPos=L$(this.text,n+ +(e==n)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=LV.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function L$(e,t){if(t>=e.length)return t;let n=e.lineAt(t),r;for(;t<n.to&&(r=n.text.charCodeAt(t-n.from))>=56320&&r<57344;)t++;return t}function LW(e){let t=LL("input",{class:"cm-textfield",name:"line",value:String(e.state.doc.lineAt(e.state.selection.main.head).number)});function n(){let n=/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(t.value);if(!n)return;let{state:r}=e,i=r.doc.lineAt(r.selection.main.head),[,o,a,s,l]=n,u=s?+s.slice(1):0,c=a?+a:i.number;if(a&&l){let e=c/100;o&&(e=e*("-"==o?-1:1)+i.number/r.doc.lines),c=Math.round(r.doc.lines*e)}else a&&o&&(c=c*("-"==o?-1:1)+i.number);let d=r.doc.line(Math.max(1,Math.min(r.doc.lines,c))),h=T1.cursor(d.from+Math.max(0,Math.min(u,d.length)));e.dispatch({effects:[LG.of(!1),P4.scrollIntoView(h.from,{y:"center"})],selection:h}),e.focus()}return{dom:LL("form",{class:"cm-gotoLine",onkeydown:t=>{27==t.keyCode?(t.preventDefault(),e.dispatch({effects:LG.of(!1)}),e.focus()):13==t.keyCode&&(t.preventDefault(),n())},onsubmit:e=>{e.preventDefault(),n()}},LL("label",e.state.phrase("Go to line"),": ",t)," ",LL("button",{class:"cm-button",type:"submit"},e.state.phrase("go")),LL("button",{name:"close",onclick:()=>{e.dispatch({effects:LG.of(!1)}),e.focus()},"aria-label":e.state.phrase("close"),type:"button"},["\xd7"]))}}"undefined"!=typeof Symbol&&(LF.prototype[Symbol.iterator]=LH.prototype[Symbol.iterator]=function(){return this});let LG=Ix.define(),Lq=Ie.define({create:()=>!0,update(e,t){for(let n of t.effects)n.is(LG)&&(e=n.value);return e},provide:e=>R7.from(e,e=>e?LW:null)}),LU=P4.baseTheme({".cm-panel.cm-gotoLine":{padding:"2px 6px 4px",position:"relative","& label":{fontSize:"80%"},"& [name=close]":{position:"absolute",top:"0",bottom:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:"0"}}}),LY={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},LX=T3.define({combine:e=>IA(e,LY,{highlightWordAroundCursor:(e,t)=>e||t,minSelectionLength:Math.min,maxMatches:Math.min})}),LK=AG.mark({class:"cm-selectionMatch"}),LQ=AG.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function LJ(e,t,n,r){return(0==n||e(t.sliceDoc(n-1,n))!=IM.Word)&&(r==t.doc.length||e(t.sliceDoc(r,r+1))!=IM.Word)}let L0=DI.fromClass(class{constructor(e){this.decorations=this.getDeco(e)}update(e){(e.selectionSet||e.docChanged||e.viewportChanged)&&(this.decorations=this.getDeco(e.view))}getDeco(e){let t=e.state.facet(LX),{state:n}=e,r=n.selection;if(r.ranges.length>1)return AG.none;let i=r.main,o,a=null;if(i.empty){if(!t.highlightWordAroundCursor)return AG.none;let e=n.wordAt(i.head);if(!e)return AG.none;a=n.charCategorizer(i.head),o=n.sliceDoc(e.from,e.to)}else{let e=i.to-i.from;if(e<t.minSelectionLength||e>200)return AG.none;if(t.wholeWords){var s,l,u;if(o=n.sliceDoc(i.from,i.to),!(LJ(a=n.charCategorizer(i.head),n,i.from,i.to)&&(s=a,l=i.from,u=i.to,s(n.sliceDoc(l,l+1))==IM.Word&&s(n.sliceDoc(u-1,u))==IM.Word)))return AG.none}else if(!(o=n.sliceDoc(i.from,i.to)))return AG.none}let c=[];for(let r of e.visibleRanges){let e=new LB(n.doc,o,r.from,r.to);for(;!e.next().done;){let{from:r,to:o}=e.value;if((!a||LJ(a,n,r,o))&&(i.empty&&r<=i.from&&o>=i.to?c.push(LQ.range(r,o)):(r>=i.to||o<=i.from)&&c.push(LK.range(r,o)),c.length>t.maxMatches))return AG.none}}return AG.set(c)}},{decorations:e=>e.decorations}),L1=P4.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),L2=T3.define({combine:e=>IA(e,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new Zw(e),scrollToMatch:e=>P4.scrollIntoView(e)})});class L5{constructor(e){this.search=e.search,this.caseSensitive=!!e.caseSensitive,this.literal=!!e.literal,this.regexp=!!e.regexp,this.replace=e.replace||"",this.valid=!!this.search&&(!this.regexp||function(e){try{return new RegExp(e,Lz),!0}catch(e){return!1}}(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!e.wholeWord}unquote(e){return this.literal?e:e.replace(/\\([nrt\\])/g,(e,t)=>"n"==t?"\n":"r"==t?"\r":"t"==t?" ":"\\")}eq(e){return this.search==e.search&&this.replace==e.replace&&this.caseSensitive==e.caseSensitive&&this.regexp==e.regexp&&this.wholeWord==e.wholeWord}create(){return this.regexp?new Ze(this):new L6(this)}getCursor(e,t=0,n){let r=e.doc?e:II.create({doc:e});return null==n&&(n=r.doc.length),this.regexp?L8(this,r,t,n):L4(this,r,t,n)}}class L3{constructor(e){this.spec=e}}function L4(e,t,n,r){var i,o;return new LB(t.doc,e.unquoted,n,r,e.caseSensitive?void 0:e=>e.toLowerCase(),e.wholeWord?(i=t.doc,o=t.charCategorizer(t.selection.main.head),(e,t,n,r)=>((r>e||r+n.length<t)&&(r=Math.max(0,e-2),n=i.sliceString(r,Math.min(i.length,t+2))),(o(L9(n,e-r))!=IM.Word||o(L7(n,e-r))!=IM.Word)&&(o(L7(n,t-r))!=IM.Word||o(L9(n,t-r))!=IM.Word))):void 0)}class L6 extends L3{constructor(e){super(e)}nextMatch(e,t,n){let r=L4(this.spec,e,n,e.doc.length).nextOverlapping();if(r.done){let n=Math.min(e.doc.length,t+this.spec.unquoted.length);r=L4(this.spec,e,0,n).nextOverlapping()}return r.done||r.value.from==t&&r.value.to==n?null:r.value}prevMatchInRange(e,t,n){for(let r=n;;){let n=Math.max(t,r-1e4-this.spec.unquoted.length),i=L4(this.spec,e,n,r),o=null;for(;!i.nextOverlapping().done;)o=i.value;if(o)return o;if(n==t)return null;r-=1e4}}prevMatch(e,t,n){let r=this.prevMatchInRange(e,0,t);return r||(r=this.prevMatchInRange(e,Math.max(0,n-this.spec.unquoted.length),e.doc.length)),r&&(r.from!=t||r.to!=n)?r:null}getReplacement(e){return this.spec.unquote(this.spec.replace)}matchAll(e,t){let n=L4(this.spec,e,0,e.doc.length),r=[];for(;!n.next().done;){if(r.length>=t)return null;r.push(n.value)}return r}highlight(e,t,n,r){let i=L4(this.spec,e,Math.max(0,t-this.spec.unquoted.length),Math.min(n+this.spec.unquoted.length,e.doc.length));for(;!i.next().done;)r(i.value.from,i.value.to)}}function L8(e,t,n,r){var i;return new LF(t.doc,e.search,{ignoreCase:!e.caseSensitive,test:e.wholeWord?(i=t.charCategorizer(t.selection.main.head),(e,t,n)=>!n[0].length||(i(L9(n.input,n.index))!=IM.Word||i(L7(n.input,n.index))!=IM.Word)&&(i(L7(n.input,n.index+n[0].length))!=IM.Word||i(L9(n.input,n.index+n[0].length))!=IM.Word)):void 0},n,r)}function L9(e,t){return e.slice(TF(e,t,!1),t)}function L7(e,t){return e.slice(t,TF(e,t))}class Ze extends L3{nextMatch(e,t,n){let r=L8(this.spec,e,n,e.doc.length).next();return r.done&&(r=L8(this.spec,e,0,t).next()),r.done?null:r.value}prevMatchInRange(e,t,n){for(let r=1;;r++){let i=Math.max(t,n-1e4*r),o=L8(this.spec,e,i,n),a=null;for(;!o.next().done;)a=o.value;if(a&&(i==t||a.from>i+10))return a;if(i==t)return null}}prevMatch(e,t,n){return this.prevMatchInRange(e,0,t)||this.prevMatchInRange(e,n,e.doc.length)}getReplacement(e){return this.spec.unquote(this.spec.replace).replace(/\$([$&]|\d+)/g,(t,n)=>{if("&"==n)return e.match[0];if("$"==n)return"$";for(let t=n.length;t>0;t--){let r=+n.slice(0,t);if(r>0&&r<e.match.length)return e.match[r]+n.slice(t)}return t})}matchAll(e,t){let n=L8(this.spec,e,0,e.doc.length),r=[];for(;!n.next().done;){if(r.length>=t)return null;r.push(n.value)}return r}highlight(e,t,n,r){let i=L8(this.spec,e,Math.max(0,t-250),Math.min(n+250,e.doc.length));for(;!i.next().done;)r(i.value.from,i.value.to)}}let Zt=Ix.define(),Zn=Ix.define(),Zr=Ie.define({create:e=>new Zi(Zg(e).create(),null),update(e,t){for(let n of t.effects)n.is(Zt)?e=new Zi(n.value.create(),e.panel):n.is(Zn)&&(e=new Zi(e.query,n.value?Zf:null));return e},provide:e=>R7.from(e,e=>e.panel)});class Zi{constructor(e,t){this.query=e,this.panel=t}}let Zo=AG.mark({class:"cm-searchMatch"}),Za=AG.mark({class:"cm-searchMatch cm-searchMatch-selected"}),Zs=DI.fromClass(class{constructor(e){this.view=e,this.decorations=this.highlight(e.state.field(Zr))}update(e){let t=e.state.field(Zr);(t!=e.startState.field(Zr)||e.docChanged||e.selectionSet||e.viewportChanged)&&(this.decorations=this.highlight(t))}highlight({query:e,panel:t}){if(!t||!e.spec.valid)return AG.none;let{view:n}=this,r=new IE;for(let t=0,i=n.visibleRanges,o=i.length;t<o;t++){let{from:a,to:s}=i[t];for(;t<o-1&&s>i[t+1].from-500;)s=i[++t].to;e.highlight(n.state,a,s,(e,t)=>{let i=n.state.selection.ranges.some(n=>n.from==e&&n.to==t);r.add(e,t,i?Za:Zo)})}return r.finish()}},{decorations:e=>e.decorations});function Zl(e){return t=>{let n=t.state.field(Zr,!1);return n&&n.query.spec.valid?e(t,n):Zy(t)}}let Zu=Zl((e,{query:t})=>{let{to:n}=e.state.selection.main,r=t.nextMatch(e.state,n,n);if(!r)return!1;let i=T1.single(r.from,r.to),o=e.state.facet(L2);return e.dispatch({selection:i,effects:[Zk(e,r),o.scrollToMatch(i.main,e)],userEvent:"select.search"}),Zv(e),!0}),Zc=Zl((e,{query:t})=>{let{state:n}=e,{from:r}=n.selection.main,i=t.prevMatch(n,r,r);if(!i)return!1;let o=T1.single(i.from,i.to),a=e.state.facet(L2);return e.dispatch({selection:o,effects:[Zk(e,i),a.scrollToMatch(o.main,e)],userEvent:"select.search"}),Zv(e),!0}),Zd=Zl((e,{query:t})=>{let n=t.matchAll(e.state,1e3);return!!n&&!!n.length&&(e.dispatch({selection:T1.create(n.map(e=>T1.range(e.from,e.to))),userEvent:"select.search.matches"}),!0)}),Zh=Zl((e,{query:t})=>{let{state:n}=e,{from:r,to:i}=n.selection.main;if(n.readOnly)return!1;let o=t.nextMatch(n,r,r);if(!o)return!1;let a=o,s=[],l,u,c=[];if(a.from==r&&a.to==i&&(u=n.toText(t.getReplacement(a)),s.push({from:a.from,to:a.to,insert:u}),a=t.nextMatch(n,a.from,a.to),c.push(P4.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(r).number)+"."))),a){let t=0==s.length||s[0].from>=o.to?0:o.to-o.from-u.length;l=T1.single(a.from-t,a.to-t),c.push(Zk(e,a)),c.push(n.facet(L2).scrollToMatch(l.main,e))}return e.dispatch({changes:s,selection:l,effects:c,userEvent:"input.replace"}),!0}),Zp=Zl((e,{query:t})=>{if(e.state.readOnly)return!1;let n=t.matchAll(e.state,1e9).map(e=>{let{from:n,to:r}=e;return{from:n,to:r,insert:t.getReplacement(e)}});if(!n.length)return!1;let r=e.state.phrase("replaced $ matches",n.length)+".";return e.dispatch({changes:n,effects:P4.announce.of(r),userEvent:"input.replace.all"}),!0});function Zf(e){return e.state.facet(L2).createPanel(e)}function Zg(e,t){var n,r,i,o,a;let s=e.selection.main,l=s.empty||s.to>s.from+100?"":e.sliceDoc(s.from,s.to);if(t&&!l)return t;let u=e.facet(L2);return new L5({search:(null!=(n=null==t?void 0:t.literal)?n:u.literal)?l:l.replace(/\n/g,"\\n"),caseSensitive:null!=(r=null==t?void 0:t.caseSensitive)?r:u.caseSensitive,literal:null!=(i=null==t?void 0:t.literal)?i:u.literal,regexp:null!=(o=null==t?void 0:t.regexp)?o:u.regexp,wholeWord:null!=(a=null==t?void 0:t.wholeWord)?a:u.wholeWord})}function Zm(e){let t=R4(e,Zf);return t&&t.dom.querySelector("[main-field]")}function Zv(e){let t=Zm(e);t&&t==e.root.activeElement&&t.select()}let Zy=e=>{let t=e.state.field(Zr,!1);if(t&&t.panel){let n=Zm(e);if(n&&n!=e.root.activeElement){let r=Zg(e.state,t.query.spec);r.valid&&e.dispatch({effects:Zt.of(r)}),n.focus(),n.select()}}else e.dispatch({effects:[Zn.of(!0),t?Zt.of(Zg(e.state,t.query.spec)):Ix.appendConfig.of(ZT)]});return!0},Zx=e=>{let t=e.state.field(Zr,!1);if(!t||!t.panel)return!1;let n=R4(e,Zf);return n&&n.dom.contains(e.root.activeElement)&&e.focus(),e.dispatch({effects:Zn.of(!1)}),!0},Zb=[{key:"Mod-f",run:Zy,scope:"editor search-panel"},{key:"F3",run:Zu,shift:Zc,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:Zu,shift:Zc,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:Zx,scope:"editor search-panel"},{key:"Mod-Shift-l",run:({state:e,dispatch:t})=>{let n=e.selection;if(n.ranges.length>1||n.main.empty)return!1;let{from:r,to:i}=n.main,o=[],a=0;for(let t=new LB(e.doc,e.sliceDoc(r,i));!t.next().done;){if(o.length>1e3)return!1;t.value.from==r&&(a=o.length),o.push(T1.range(t.value.from,t.value.to))}return t(e.update({selection:T1.create(o,a),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:e=>{let t=R4(e,LW);if(!t){let n=[LG.of(!0)];null==e.state.field(Lq,!1)&&n.push(Ix.appendConfig.of([Lq,LU])),e.dispatch({effects:n}),t=R4(e,LW)}return t&&t.dom.querySelector("input").select(),!0}},{key:"Mod-d",run:({state:e,dispatch:t})=>{let{ranges:n}=e.selection;if(n.some(e=>e.from===e.to))return(({state:e,dispatch:t})=>{let{selection:n}=e,r=T1.create(n.ranges.map(t=>e.wordAt(t.head)||T1.cursor(t.head)),n.mainIndex);return!r.eq(n)&&(t(e.update({selection:r})),!0)})({state:e,dispatch:t});let r=e.sliceDoc(n[0].from,n[0].to);if(e.selection.ranges.some(t=>e.sliceDoc(t.from,t.to)!=r))return!1;let i=function(e,t){let{main:n,ranges:r}=e.selection,i=e.wordAt(n.head),o=i&&i.from==n.from&&i.to==n.to;for(let n=!1,i=new LB(e.doc,t,r[r.length-1].to);;)if(i.next(),i.done){if(n)return null;i=new LB(e.doc,t,0,Math.max(0,r[r.length-1].from-1)),n=!0}else{if(n&&r.some(e=>e.from==i.value.from))continue;if(o){let t=e.wordAt(i.value.from);if(!t||t.from!=i.value.from||t.to!=i.value.to)continue}return i.value}}(e,r);return!!i&&(t(e.update({selection:e.selection.addRange(T1.range(i.from,i.to),!1),effects:P4.scrollIntoView(i.to)})),!0)},preventDefault:!0}];class Zw{constructor(e){this.view=e;let t=this.query=e.state.field(Zr).query.spec;function n(e,t,n){return LL("button",{class:"cm-button",name:e,onclick:t,type:"button"},n)}this.commit=this.commit.bind(this),this.searchField=LL("input",{value:t.search,placeholder:ZS(e,"Find"),"aria-label":ZS(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=LL("input",{value:t.replace,placeholder:ZS(e,"Replace"),"aria-label":ZS(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=LL("input",{type:"checkbox",name:"case",form:"",checked:t.caseSensitive,onchange:this.commit}),this.reField=LL("input",{type:"checkbox",name:"re",form:"",checked:t.regexp,onchange:this.commit}),this.wordField=LL("input",{type:"checkbox",name:"word",form:"",checked:t.wholeWord,onchange:this.commit}),this.dom=LL("div",{onkeydown:e=>this.keydown(e),class:"cm-search"},[this.searchField,n("next",()=>Zu(e),[ZS(e,"next")]),n("prev",()=>Zc(e),[ZS(e,"previous")]),n("select",()=>Zd(e),[ZS(e,"all")]),LL("label",null,[this.caseField,ZS(e,"match case")]),LL("label",null,[this.reField,ZS(e,"regexp")]),LL("label",null,[this.wordField,ZS(e,"by word")]),...e.state.readOnly?[]:[LL("br"),this.replaceField,n("replace",()=>Zh(e),[ZS(e,"replace")]),n("replaceAll",()=>Zp(e),[ZS(e,"replace all")])],LL("button",{name:"close",onclick:()=>Zx(e),"aria-label":ZS(e,"close"),type:"button"},["\xd7"])])}commit(){let e=new L5({search:this.searchField.value,caseSensitive:this.caseField.checked,regexp:this.reField.checked,wholeWord:this.wordField.checked,replace:this.replaceField.value});e.eq(this.query)||(this.query=e,this.view.dispatch({effects:Zt.of(e)}))}keydown(e){var t;(t=this.view,Rl(Ro(t.state),e,t,"search-panel"))?e.preventDefault():13==e.keyCode&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?Zc:Zu)(this.view)):13==e.keyCode&&e.target==this.replaceField&&(e.preventDefault(),Zh(this.view))}update(e){for(let t of e.transactions)for(let e of t.effects)e.is(Zt)&&!e.value.eq(this.query)&&this.setQuery(e.value)}setQuery(e){this.query=e,this.searchField.value=e.search,this.replaceField.value=e.replace,this.caseField.checked=e.caseSensitive,this.reField.checked=e.regexp,this.wordField.checked=e.wholeWord}mount(){this.searchField.select()}get pos(){return 80}get top(){return this.view.state.facet(L2).top}}function ZS(e,t){return e.state.phrase(t)}let ZC=/[\s\.,:;?!]/;function Zk(e,{from:t,to:n}){let r=e.state.doc.lineAt(t),i=e.state.doc.lineAt(n).to,o=Math.max(r.from,t-30),a=Math.min(i,n+30),s=e.state.sliceDoc(o,a);if(o!=r.from){for(let e=0;e<30;e++)if(!ZC.test(s[e+1])&&ZC.test(s[e])){s=s.slice(e);break}}if(a!=i){for(let e=s.length-1;e>s.length-30;e--)if(!ZC.test(s[e-1])&&ZC.test(s[e])){s=s.slice(0,e);break}}return P4.announce.of(`${e.state.phrase("current match")}. ${s} ${e.state.phrase("on line")} ${r.number}.`)}let ZM=P4.baseTheme({".cm-panel.cm-search":{padding:"2px 6px 4px",position:"relative","& [name=close]":{position:"absolute",top:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:0,margin:0},"& input, & button, & label":{margin:".2em .6em .2em 0"},"& input[type=checkbox]":{marginRight:".2em"},"& label":{fontSize:"80%",whiteSpace:"pre"}},"&light .cm-searchMatch":{backgroundColor:"#ffff0054"},"&dark .cm-searchMatch":{backgroundColor:"#00ffff8a"},"&light .cm-searchMatch-selected":{backgroundColor:"#ff6a0054"},"&dark .cm-searchMatch-selected":{backgroundColor:"#ff00ff8a"}}),ZT=[Zr,In.low(Zs),ZM];class ZI{constructor(e,t,n,r){this.state=e,this.pos=t,this.explicit=n,this.view=r,this.abortListeners=[],this.abortOnDocChange=!1}tokenBefore(e){let t=Ox(this.state).resolveInner(this.pos,-1);for(;t&&0>e.indexOf(t.name);)t=t.parent;return t?{from:t.from,to:this.pos,text:this.state.sliceDoc(t.from,this.pos),type:t.type}:null}matchBefore(e){let t=this.state.doc.lineAt(this.pos),n=Math.max(t.from,this.pos-250),r=t.text.slice(n-t.from,this.pos-t.from),i=r.search(ZR(e,!1));return i<0?null:{from:n+i,to:this.pos,text:r.slice(i)}}get aborted(){return null==this.abortListeners}addEventListener(e,t,n){"abort"==e&&this.abortListeners&&(this.abortListeners.push(t),n&&n.onDocChange&&(this.abortOnDocChange=!0))}}function ZA(e){let t=Object.keys(e).join(""),n=/\w/.test(t);return n&&(t=t.replace(/\w/g,"")),`[${n?"\\w":""}${t.replace(/[^\w\s]/g,"\\$&")}]`}class ZD{constructor(e,t,n,r){this.completion=e,this.source=t,this.match=n,this.score=r}}function ZP(e){return e.selection.main.from}function ZR(e,t){var n;let{source:r}=e,i=t&&"^"!=r[0],o="$"!=r[r.length-1];return i||o?RegExp(`${i?"^":""}(?:${r})${o?"$":""}`,null!=(n=e.flags)?n:e.ignoreCase?"i":""):e}let Z_=Im.define(),ZO=new WeakMap;function ZE(e){if(!Array.isArray(e))return e;let t=ZO.get(e);return t||ZO.set(e,t=function(e){let t=e.map(e=>"string"==typeof e?{label:e}:e),[n,r]=t.every(e=>/^\w+$/.test(e.label))?[/\w*$/,/\w+$/]:function(e){let t=Object.create(null),n=Object.create(null);for(let{label:r}of e){t[r[0]]=!0;for(let e=1;e<r.length;e++)n[r[e]]=!0}let r=ZA(t)+ZA(n)+"*$";return[RegExp("^"+r),new RegExp(r)]}(t);return e=>{let i=e.matchBefore(r);return i||e.explicit?{from:i?i.from:e.pos,options:t,validFor:n}:null}}(e)),t}let ZL=Ix.define(),ZZ=Ix.define();class ZB{constructor(e){this.pattern=e,this.chars=[],this.folded=[],this.any=[],this.precise=[],this.byWord=[],this.score=0,this.matched=[];for(let t=0;t<e.length;){let n=Tj(e,t),r=TH(n);this.chars.push(n);let i=e.slice(t,t+r),o=i.toUpperCase();this.folded.push(Tj(o==i?i.toLowerCase():o,0)),t+=r}this.astral=e.length!=this.chars.length}ret(e,t){return this.score=e,this.matched=t,this}match(e){if(0==this.pattern.length)return this.ret(-100,[]);if(e.length<this.pattern.length)return null;let{chars:t,folded:n,any:r,precise:i,byWord:o}=this;if(1==t.length){let r=Tj(e,0),i=TH(r),o=i==e.length?0:-100;if(r==t[0]);else{if(r!=n[0])return null;o+=-200}return this.ret(o,[0,i])}let a=e.indexOf(this.pattern);if(0==a)return this.ret(e.length==this.pattern.length?0:-100,[0,this.pattern.length]);let s=t.length,l=0;if(a<0){for(let i=0,o=Math.min(e.length,200);i<o&&l<s;){let o=Tj(e,i);(o==t[l]||o==n[l])&&(r[l++]=i),i+=TH(o)}if(l<s)return null}let u=0,c=0,d=!1,h=0,p=-1,f=-1,g=/[a-z]/.test(e),m=!0;for(let r=0,l=Math.min(e.length,200),v=0;r<l&&c<s;){let l=Tj(e,r);a<0&&(u<s&&l==t[u]&&(i[u++]=r),h<s&&(l==t[h]||l==n[h]?(0==h&&(p=r),f=r+1,h++):h=0));let y,x=l<255?l>=48&&l<=57||l>=97&&l<=122?2:+(l>=65&&l<=90):(y=TV(l))!=y.toLowerCase()?1:2*(y!=y.toUpperCase());(!r||1==x&&g||0==v&&0!=x)&&(t[c]==l||n[c]==l&&(d=!0)?o[c++]=r:o.length&&(m=!1)),v=x,r+=TH(l)}return c==s&&0==o[0]&&m?this.result(-100+(d?-200:0),o,e):h==s&&0==p?this.ret(-200-e.length+(f==e.length?0:-100),[0,f]):a>-1?this.ret(-700-e.length,[a,a+this.pattern.length]):h==s?this.ret(-900-e.length,[p,f]):c==s?this.result(-100+(d?-200:0)+-700+(m?0:-1100),o,e):2==t.length?null:this.result((r[0]?-700:0)+-200+-1100,r,e)}result(e,t,n){let r=[],i=0;for(let e of t){let t=e+(this.astral?TH(Tj(n,e)):1);i&&r[i-1]==e?r[i-1]=t:(r[i++]=e,r[i++]=t)}return this.ret(e-n.length,r)}}class ZN{constructor(e){this.pattern=e,this.matched=[],this.score=0,this.folded=e.toLowerCase()}match(e){if(e.length<this.pattern.length)return null;let t=e.slice(0,this.pattern.length),n=t==this.pattern?0:t.toLowerCase()==this.folded?-200:null;return null==n?null:(this.matched=[0,t.length],this.score=n+(e.length==this.pattern.length?0:-100),this)}}let Zz=T3.define({combine:e=>IA(e,{activateOnTyping:!0,activateOnCompletion:()=>!1,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:Zj,filterStrict:!1,compareCompletions:(e,t)=>e.label.localeCompare(t.label),interactionDelay:75,updateSyncTime:100},{defaultKeymap:(e,t)=>e&&t,closeOnBlur:(e,t)=>e&&t,icons:(e,t)=>e&&t,tooltipClass:(e,t)=>n=>ZF(e(n),t(n)),optionClass:(e,t)=>n=>ZF(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})});function ZF(e,t){return e?t?e+" "+t:e:t}function Zj(e,t,n,r,i,o){let a=e.textDirection==A3.RTL,s=a,l=!1,u="top",c,d,h=t.left-i.left,p=i.right-t.right,f=r.right-r.left,g=r.bottom-r.top;if(s&&h<Math.min(f,p)?s=!1:!s&&p<Math.min(f,h)&&(s=!0),f<=(s?h:p))c=Math.max(i.top,Math.min(n.top,i.bottom-g))-t.top,d=Math.min(400,s?h:p);else{l=!0,d=Math.min(400,(a?t.right:i.right-t.left)-30);let e=i.bottom-t.bottom;e>=g||e>t.top?c=n.bottom-t.top:(u="bottom",c=t.bottom-n.top)}let m=(t.bottom-t.top)/o.offsetHeight,v=(t.right-t.left)/o.offsetWidth;return{style:`${u}: ${c/m}px; max-width: ${d/v}px`,class:"cm-completionInfo-"+(l?a?"left-narrow":"right-narrow":s?"left":"right")}}function ZV(e,t,n){if(e<=n)return{from:0,to:e};if(t<0&&(t=0),t<=e>>1){let e=Math.floor(t/n);return{from:e*n,to:(e+1)*n}}let r=Math.floor((e-t)/n);return{from:e-(r+1)*n,to:e-r*n}}class ZH{constructor(e,t,n){this.view=e,this.stateField=t,this.applyCompletion=n,this.info=null,this.infoDestroy=null,this.placeInfoReq={read:()=>this.measureInfo(),write:e=>this.placeInfo(e),key:this},this.space=null,this.currentClass="";let r=e.state.field(t),{options:i,selected:o}=r.open,a=e.state.facet(Zz);this.optionContent=function(e){let t=e.addToOptions.slice();return e.icons&&t.push({render(e){let t=document.createElement("div");return t.classList.add("cm-completionIcon"),e.type&&t.classList.add(...e.type.split(/\s+/g).map(e=>"cm-completionIcon-"+e)),t.setAttribute("aria-hidden","true"),t},position:20}),t.push({render(e,t,n,r){let i=document.createElement("span");i.className="cm-completionLabel";let o=e.displayLabel||e.label,a=0;for(let e=0;e<r.length;){let t=r[e++],n=r[e++];t>a&&i.appendChild(document.createTextNode(o.slice(a,t)));let s=i.appendChild(document.createElement("span"));s.appendChild(document.createTextNode(o.slice(t,n))),s.className="cm-completionMatchedText",a=n}return a<o.length&&i.appendChild(document.createTextNode(o.slice(a))),i},position:50},{render(e){if(!e.detail)return null;let t=document.createElement("span");return t.className="cm-completionDetail",t.textContent=e.detail,t},position:80}),t.sort((e,t)=>e.position-t.position).map(e=>e.render)}(a),this.optionClass=a.optionClass,this.tooltipClass=a.tooltipClass,this.range=ZV(i.length,o,a.maxRenderedOptions),this.dom=document.createElement("div"),this.dom.className="cm-tooltip-autocomplete",this.updateTooltipClass(e.state),this.dom.addEventListener("mousedown",n=>{let{options:r}=e.state.field(t).open;for(let t=n.target,i;t&&t!=this.dom;t=t.parentNode)if("LI"==t.nodeName&&(i=/-(\d+)$/.exec(t.id))&&+i[1]<r.length){this.applyCompletion(e,r[+i[1]]),n.preventDefault();return}}),this.dom.addEventListener("focusout",t=>{let n=e.state.field(this.stateField,!1);n&&n.tooltip&&e.state.facet(Zz).closeOnBlur&&t.relatedTarget!=e.contentDOM&&e.dispatch({effects:ZZ.of(null)})}),this.showOptions(i,r.id)}mount(){this.updateSel()}showOptions(e,t){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(e,t,this.range)),this.list.addEventListener("scroll",()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)})}update(e){var t;let n=e.state.field(this.stateField),r=e.startState.field(this.stateField);if(this.updateTooltipClass(e.state),n!=r){let{options:i,selected:o,disabled:a}=n.open;r.open&&r.open.options==i||(this.range=ZV(i.length,o,e.state.facet(Zz).maxRenderedOptions),this.showOptions(i,n.id)),this.updateSel(),a!=(null==(t=r.open)?void 0:t.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!a)}}updateTooltipClass(e){let t=this.tooltipClass(e);if(t!=this.currentClass){for(let e of this.currentClass.split(" "))e&&this.dom.classList.remove(e);for(let e of t.split(" "))e&&this.dom.classList.add(e);this.currentClass=t}}positioned(e){this.space=e,this.info&&this.view.requestMeasure(this.placeInfoReq)}updateSel(){let e=this.view.state.field(this.stateField),t=e.open;if((t.selected>-1&&t.selected<this.range.from||t.selected>=this.range.to)&&(this.range=ZV(t.options.length,t.selected,this.view.state.facet(Zz).maxRenderedOptions),this.showOptions(t.options,e.id)),this.updateSelectedOption(t.selected)){this.destroyInfo();let{completion:n}=t.options[t.selected],{info:r}=n;if(!r)return;let i="string"==typeof r?document.createTextNode(r):r(n);if(!i)return;"then"in i?i.then(t=>{t&&this.view.state.field(this.stateField,!1)==e&&this.addInfoPane(t,n)}).catch(e=>DC(this.view.state,e,"completion info")):this.addInfoPane(i,n)}}addInfoPane(e,t){this.destroyInfo();let n=this.info=document.createElement("div");if(n.className="cm-tooltip cm-completionInfo",null!=e.nodeType)n.appendChild(e),this.infoDestroy=null;else{let{dom:t,destroy:r}=e;n.appendChild(t),this.infoDestroy=r||null}this.dom.appendChild(n),this.view.requestMeasure(this.placeInfoReq)}updateSelectedOption(e){var t,n;let r,i,o,a=null;for(let t=this.list.firstChild,n=this.range.from;t;t=t.nextSibling,n++)"LI"==t.nodeName&&t.id?n==e?t.hasAttribute("aria-selected")||(t.setAttribute("aria-selected","true"),a=t):t.hasAttribute("aria-selected")&&t.removeAttribute("aria-selected"):n--;return a&&(t=this.list,n=a,r=t.getBoundingClientRect(),i=n.getBoundingClientRect(),o=r.height/t.offsetHeight,i.top<r.top?t.scrollTop-=(r.top-i.top)/o:i.bottom>r.bottom&&(t.scrollTop+=(i.bottom-r.bottom)/o)),a}measureInfo(){let e=this.dom.querySelector("[aria-selected]");if(!e||!this.info)return null;let t=this.dom.getBoundingClientRect(),n=this.info.getBoundingClientRect(),r=e.getBoundingClientRect(),i=this.space;if(!i){let e=this.dom.ownerDocument.documentElement;i={left:0,top:0,right:e.clientWidth,bottom:e.clientHeight}}return r.top>Math.min(i.bottom,t.bottom)-10||r.bottom<Math.max(i.top,t.top)+10?null:this.view.state.facet(Zz).positionInfo(this.view,t,r,n,i,this.dom)}placeInfo(e){this.info&&(e?(e.style&&(this.info.style.cssText=e.style),this.info.className="cm-tooltip cm-completionInfo "+(e.class||"")):this.info.style.cssText="top: -1e6px")}createListBox(e,t,n){let r=document.createElement("ul");r.id=t,r.setAttribute("role","listbox"),r.setAttribute("aria-expanded","true"),r.setAttribute("aria-label",this.view.state.phrase("Completions")),r.addEventListener("mousedown",e=>{e.target==r&&e.preventDefault()});let i=null;for(let o=n.from;o<n.to;o++){let{completion:a,match:s}=e[o],{section:l}=a;if(l){let e="string"==typeof l?l:l.name;e!=i&&(o>n.from||0==n.from)&&(i=e,"string"!=typeof l&&l.header?r.appendChild(l.header(l)):r.appendChild(document.createElement("completion-section")).textContent=e)}let u=r.appendChild(document.createElement("li"));u.id=t+"-"+o,u.setAttribute("role","option");let c=this.optionClass(a);for(let e of(c&&(u.className=c),this.optionContent)){let t=e(a,this.view.state,this.view,s);t&&u.appendChild(t)}}return n.from&&r.classList.add("cm-completionListIncompleteTop"),n.to<e.length&&r.classList.add("cm-completionListIncompleteBottom"),r}destroyInfo(){this.info&&(this.infoDestroy&&this.infoDestroy(),this.info.remove(),this.info=null)}destroy(){this.destroyInfo()}}function Z$(e){return 100*(e.boost||0)+10*!!e.apply+5*!!e.info+ +!!e.type}class ZW{constructor(e,t,n,r,i,o){this.options=e,this.attrs=t,this.tooltip=n,this.timestamp=r,this.selected=i,this.disabled=o}setSelected(e,t){return e==this.selected||e>=this.options.length?this:new ZW(this.options,ZY(t,e),this.tooltip,this.timestamp,e,this.disabled)}static build(e,t,n,r,i,o){if(r&&!o&&e.some(e=>e.isPending))return r.setDisabled();let a=function(e,t){let n=[],r=null,i=e=>{n.push(e);let{section:t}=e.completion;if(t){r||(r=[]);let e="string"==typeof t?t:t.name;r.some(t=>t.name==e)||r.push("string"==typeof t?{name:e}:t)}},o=t.facet(Zz);for(let r of e)if(r.hasResult()){let e=r.result.getMatch;if(!1===r.result.filter)for(let t of r.result.options)i(new ZD(t,r.source,e?e(t):[],1e9-n.length));else{let n=t.sliceDoc(r.from,r.to),a,s=o.filterStrict?new ZN(n):new ZB(n);for(let t of r.result.options)if(a=s.match(t.label)){let n=t.displayLabel?e?e(t,a.matched):[]:a.matched;i(new ZD(t,r.source,n,a.score+(t.boost||0)))}}}if(r){let e=Object.create(null),t=0;for(let n of r.sort((e,t)=>{var n,r;return(null!=(n=e.rank)?n:1e9)-(null!=(r=t.rank)?r:1e9)||(e.name<t.name?-1:1)}))t-=1e5,e[n.name]=t;for(let t of n){let{section:n}=t.completion;n&&(t.score+=e["string"==typeof n?n:n.name])}}let a=[],s=null,l=o.compareCompletions;for(let e of n.sort((e,t)=>t.score-e.score||l(e.completion,t.completion))){let t=e.completion;s&&s.label==t.label&&s.detail==t.detail&&(null==s.type||null==t.type||s.type==t.type)&&s.apply==t.apply&&s.boost==t.boost?Z$(e.completion)>Z$(s)&&(a[a.length-1]=e):a.push(e),s=e.completion}return a}(e,t);if(!a.length)return r&&e.some(e=>e.isPending)?r.setDisabled():null;let s=t.facet(Zz).selectOnOpen?0:-1;if(r&&r.selected!=s&&-1!=r.selected){let e=r.options[r.selected].completion;for(let t=0;t<a.length;t++)if(a[t].completion==e){s=t;break}}return new ZW(a,ZY(n,s),{pos:e.reduce((e,t)=>t.hasResult()?Math.min(e,t.from):e,1e8),create:Z3,above:i.aboveCursor},r?r.timestamp:Date.now(),s,!1)}map(e){return new ZW(this.options,this.attrs,Object.assign(Object.assign({},this.tooltip),{pos:e.mapPos(this.tooltip.pos)}),this.timestamp,this.selected,this.disabled)}setDisabled(){return new ZW(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class ZG{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new ZG(ZX,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(Zz),r=(n.override||t.languageDataAt("autocomplete",ZP(t)).map(ZE)).map(t=>(this.active.find(e=>e.source==t)||new ZQ(t,+!!this.active.some(e=>0!=e.state))).update(e,n));r.length==this.active.length&&r.every((e,t)=>e==this.active[t])&&(r=this.active);let i=this.open,o=e.effects.some(e=>e.is(Z0));for(let a of(i&&e.docChanged&&(i=i.map(e.changes)),e.selection||r.some(t=>t.hasResult()&&e.changes.touchesRange(t.from,t.to))||!function(e,t){if(e==t)return!0;for(let n=0,r=0;;){for(;n<e.length&&!e[n].hasResult();)n++;for(;r<t.length&&!t[r].hasResult();)r++;let i=n==e.length,o=r==t.length;if(i||o)return i==o;if(e[n++].result!=t[r++].result)return!1}}(r,this.active)||o?i=ZW.build(r,t,this.id,i,n,o):i&&i.disabled&&!r.some(e=>e.isPending)&&(i=null),!i&&r.every(e=>!e.isPending)&&r.some(e=>e.hasResult())&&(r=r.map(e=>e.hasResult()?new ZQ(e.source,0):e)),e.effects))a.is(Z1)&&(i=i&&i.setSelected(a.value,this.id));return r==this.active&&i==this.open?this:new ZG(r,this.id,i)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?Zq:ZU}}let Zq={"aria-autocomplete":"list"},ZU={};function ZY(e,t){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":e};return t>-1&&(n["aria-activedescendant"]=e+"-"+t),n}let ZX=[];function ZK(e,t){if(e.isUserEvent("input.complete")){let n=e.annotation(Z_);if(n&&t.activateOnCompletion(n))return 12}let n=e.isUserEvent("input.type");return n&&t.activateOnTyping?5:n?1:e.isUserEvent("delete.backward")?2:e.selection?8:16*!!e.docChanged}class ZQ{constructor(e,t,n=!1){this.source=e,this.state=t,this.explicit=n}hasResult(){return!1}get isPending(){return 1==this.state}update(e,t){let n=ZK(e,t),r=this;for(let t of((8&n||16&n&&this.touches(e))&&(r=new ZQ(r.source,0)),4&n&&0==r.state&&(r=new ZQ(this.source,1)),r=r.updateFor(e,n),e.effects))if(t.is(ZL))r=new ZQ(r.source,1,t.value);else if(t.is(ZZ))r=new ZQ(r.source,0);else if(t.is(Z0))for(let e of t.value)e.source==r.source&&(r=e);return r}updateFor(e,t){return this.map(e.changes)}map(e){return this}touches(e){return e.changes.touchesRange(ZP(e.state))}}class ZJ extends ZQ{constructor(e,t,n,r,i,o){super(e,3,t),this.limit=n,this.result=r,this.from=i,this.to=o}hasResult(){return!0}updateFor(e,t){var n;if(!(3&t))return this.map(e.changes);let r=this.result;r.map&&!e.changes.empty&&(r=r.map(r,e.changes));let i=e.changes.mapPos(this.from),o=e.changes.mapPos(this.to,1),a=ZP(e.state);if(a>o||!r||2&t&&(ZP(e.startState)==this.from||a<this.limit))return new ZQ(this.source,4&t?1:0);let s=e.changes.mapPos(this.limit);return!function(e,t,n,r){if(!e)return!1;let i=t.sliceDoc(n,r);return"function"==typeof e?e(i,n,r,t):ZR(e,!0).test(i)}(r.validFor,e.state,i,o)?r.update&&(r=r.update(r,i,o,new ZI(e.state,a,!1)))?new ZJ(this.source,this.explicit,s,r,r.from,null!=(n=r.to)?n:ZP(e.state)):new ZQ(this.source,1,this.explicit):new ZJ(this.source,this.explicit,s,r,i,o)}map(e){return e.empty?this:(this.result.map?this.result.map(this.result,e):this.result)?new ZJ(this.source,this.explicit,e.mapPos(this.limit),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new ZQ(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}let Z0=Ix.define({map:(e,t)=>e.map(e=>e.map(t))}),Z1=Ix.define(),Z2=Ie.define({create:()=>ZG.start(),update:(e,t)=>e.update(t),provide:e=>[RK.from(e,e=>e.tooltip),P4.contentAttributes.from(e,e=>e.attrs)]});function Z5(e,t){let n=t.completion.apply||t.completion.label,r=e.state.field(Z2).active.find(e=>e.source==t.source);return r instanceof ZJ&&("string"==typeof n?e.dispatch(Object.assign(Object.assign({},function(e,t,n,r){let{main:i}=e.selection,o=n-i.from,a=r-i.from;return Object.assign(Object.assign({},e.changeByRange(s=>{if(s!=i&&n!=r&&e.sliceDoc(s.from+o,s.from+a)!=e.sliceDoc(n,r))return{range:s};let l=e.toText(t);return{changes:{from:s.from+o,to:r==i.from?s.to:s.from+a,insert:l},range:T1.cursor(s.from+o+l.length)}})),{scrollIntoView:!0,userEvent:"input.complete"})}(e.state,n,r.from,r.to)),{annotations:Z_.of(t.completion)})):n(e,t.completion,r.from,r.to),!0)}let Z3=e=>new ZH(e,Z2,Z5);function Z4(e,t="option"){return n=>{let r=n.state.field(Z2,!1);if(!r||!r.open||r.open.disabled||Date.now()-r.open.timestamp<n.state.facet(Zz).interactionDelay)return!1;let i=1,o;"page"==t&&(o=R2(n,r.open.tooltip))&&(i=Math.max(2,Math.floor(o.dom.offsetHeight/o.dom.querySelector("li").offsetHeight)-1));let{length:a}=r.open.options,s=r.open.selected>-1?r.open.selected+i*(e?1:-1):e?0:a-1;return s<0?s="page"==t?0:a-1:s>=a&&(s="page"==t?a-1:0),n.dispatch({effects:Z1.of(s)}),!0}}let Z6=e=>!!e.state.field(Z2,!1)&&(e.dispatch({effects:ZL.of(!0)}),!0);class Z8{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}let Z9=DI.fromClass(class{constructor(e){for(let t of(this.view=e,this.debounceUpdate=-1,this.running=[],this.debounceAccept=-1,this.pendingStart=!1,this.composing=0,e.state.field(Z2).active))t.isPending&&this.startQuery(t)}update(e){let t=e.state.field(Z2),n=e.state.facet(Zz);if(!e.selectionSet&&!e.docChanged&&e.startState.field(Z2)==t)return;let r=e.transactions.some(e=>{let t=ZK(e,n);return 8&t||(e.selection||e.docChanged)&&!(3&t)});for(let t=0;t<this.running.length;t++){let n=this.running[t];if(r||n.context.abortOnDocChange&&e.docChanged||n.updates.length+e.transactions.length>50&&Date.now()-n.time>1e3){for(let e of n.context.abortListeners)try{e()}catch(e){DC(this.view.state,e)}n.context.abortListeners=null,this.running.splice(t--,1)}else n.updates.push(...e.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),e.transactions.some(e=>e.effects.some(e=>e.is(ZL)))&&(this.pendingStart=!0);let i=this.pendingStart?50:n.activateOnTypingDelay;if(this.debounceUpdate=t.active.some(e=>e.isPending&&!this.running.some(t=>t.active.source==e.source))?setTimeout(()=>this.startUpdate(),i):-1,0!=this.composing)for(let t of e.transactions)t.isUserEvent("input.type")?this.composing=2:2==this.composing&&t.selection&&(this.composing=3)}startUpdate(){this.debounceUpdate=-1,this.pendingStart=!1;let{state:e}=this.view,t=e.field(Z2);for(let e of t.active)e.isPending&&!this.running.some(t=>t.active.source==e.source)&&this.startQuery(e);this.running.length&&t.open&&t.open.disabled&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(Zz).updateSyncTime))}startQuery(e){let{state:t}=this.view,n=ZP(t),r=new ZI(t,n,e.explicit,this.view),i=new Z8(e,r);this.running.push(i),Promise.resolve(e.source(r)).then(e=>{i.context.aborted||(i.done=e||null,this.scheduleAccept())},e=>{this.view.dispatch({effects:ZZ.of(null)}),DC(this.view.state,e)})}scheduleAccept(){this.running.every(e=>void 0!==e.done)?this.accept():this.debounceAccept<0&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(Zz).updateSyncTime))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(Zz),r=this.view.state.field(Z2);for(let i=0;i<this.running.length;i++){let o=this.running[i];if(void 0===o.done)continue;if(this.running.splice(i--,1),o.done){let r=ZP(o.updates.length?o.updates[0].startState:this.view.state),i=Math.min(r,o.done.from+ +!o.active.explicit),a=new ZJ(o.active.source,o.active.explicit,i,o.done,o.done.from,null!=(e=o.done.to)?e:r);for(let e of o.updates)a=a.update(e,n);if(a.hasResult()){t.push(a);continue}}let a=r.active.find(e=>e.source==o.active.source);if(a&&a.isPending)if(null==o.done){let e=new ZQ(o.active.source,0);for(let t of o.updates)e=e.update(t,n);e.isPending||t.push(e)}else this.startQuery(a)}(t.length||r.open&&r.open.disabled)&&this.view.dispatch({effects:Z0.of(t)})}},{eventHandlers:{blur(e){let t=this.view.state.field(Z2,!1);if(t&&t.tooltip&&this.view.state.facet(Zz).closeOnBlur){let n=t.open&&R2(this.view,t.open.tooltip);n&&n.dom.contains(e.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:ZZ.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:ZL.of(!1)}),20),this.composing=0}}}),Z7="object"==typeof navigator&&/Win/.test(navigator.platform),Be=In.highest(P4.domEventHandlers({keydown(e,t){let n=t.state.field(Z2,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||e.key.length>1||e.ctrlKey&&!(Z7&&e.altKey)||e.metaKey)return!1;let r=n.open.options[n.open.selected],i=n.active.find(e=>e.source==r.source),o=r.completion.commitCharacters||i.result.commitCharacters;return o&&o.indexOf(e.key)>-1&&Z5(t,r),!1}})),Bt=P4.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",height:"100%",listStyle:"none",margin:0,padding:0,"& > li, & > completion-section":{padding:"1px 3px",lineHeight:1.2},"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer"},"& > completion-section":{display:"list-item",borderBottom:"1px solid silver",paddingLeft:"0.5em",opacity:.7}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#777"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#444"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"\xb7\xb7\xb7"',opacity:.5,display:"block",textAlign:"center"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"400px",boxSizing:"border-box",whiteSpace:"pre-line"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},".cm-completionInfo.cm-completionInfo-left-narrow":{right:"30px"},".cm-completionInfo.cm-completionInfo-right-narrow":{left:"30px"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",display:"inline-block",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6",boxSizing:"content-box"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'ƒ'"}},".cm-completionIcon-class":{"&:after":{content:"'○'"}},".cm-completionIcon-interface":{"&:after":{content:"'◌'"}},".cm-completionIcon-variable":{"&:after":{content:"'\uD835\uDC65'"}},".cm-completionIcon-constant":{"&:after":{content:"'\uD835\uDC36'"}},".cm-completionIcon-type":{"&:after":{content:"'\uD835\uDC61'"}},".cm-completionIcon-enum":{"&:after":{content:"'∪'"}},".cm-completionIcon-property":{"&:after":{content:"'□'"}},".cm-completionIcon-keyword":{"&:after":{content:"'\uD83D\uDD11︎'"}},".cm-completionIcon-namespace":{"&:after":{content:"'▢'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}}),Bn={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},Br=Ix.define({map(e,t){let n=t.mapPos(e,-1,TW.TrackAfter);return null==n?void 0:n}}),Bi=new class extends ID{};Bi.startSide=1,Bi.endSide=-1;let Bo=Ie.define({create:()=>IO.empty,update(e,t){if(e=e.map(t.changes),t.selection){let n=t.state.doc.lineAt(t.selection.main.head);e=e.update({filter:e=>e>=n.from&&e<=n.to})}for(let n of t.effects)n.is(Br)&&(e=e.update({add:[Bi.range(n.value,n.value+1)]}));return e}}),Ba="()[]{}<>\xab\xbb\xbb\xab[]{}";function Bs(e){for(let t=0;t<Ba.length;t+=2)if(Ba.charCodeAt(t)==e)return Ba.charAt(t+1);return TV(e<128?e:e+1)}function Bl(e,t){return e.languageDataAt("closeBrackets",t)[0]||Bn}let Bu="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),Bc=P4.inputHandler.of((e,t,n,r)=>{if((Bu?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let i=e.state.selection.main;if(r.length>2||2==r.length&&1==TH(Tj(r,0))||t!=i.from||n!=i.to)return!1;let o=function(e,t){let n=Bl(e,e.selection.main.head),r=n.brackets||Bn.brackets;for(let i of r){let o=Bs(Tj(i,0));if(t==i)return o==i?function(e,t,n,r){let i=r.stringPrefixes||Bn.stringPrefixes,o=null,a=e.changeByRange(r=>{if(!r.empty)return{changes:[{insert:t,from:r.from},{insert:t,from:r.to}],effects:Br.of(r.to+t.length),range:T1.range(r.anchor+t.length,r.head+t.length)};let a=r.head,s=Bp(e.doc,a),l;if(s==t){if(Bf(e,a))return{changes:{insert:t+t,from:a},effects:Br.of(a+t.length),range:T1.cursor(a+t.length)};else if(Bh(e,a)){let r=n&&e.sliceDoc(a,a+3*t.length)==t+t+t?t+t+t:t;return{changes:{from:a,to:a+r.length,insert:r},range:T1.cursor(a+r.length)}}}else if(n&&e.sliceDoc(a-2*t.length,a)==t+t&&(l=Bg(e,a-2*t.length,i))>-1&&Bf(e,l))return{changes:{insert:t+t+t+t,from:a},effects:Br.of(a+t.length),range:T1.cursor(a+t.length)};else if(e.charCategorizer(a)(s)!=IM.Word&&Bg(e,a,i)>-1&&!function(e,t,n,r){let i=Ox(e).resolveInner(t,-1),o=r.reduce((e,t)=>Math.max(e,t.length),0);for(let a=0;a<5;a++){let a=e.sliceDoc(i.from,Math.min(i.to,i.from+n.length+o)),s=a.indexOf(n);if(!s||s>-1&&r.indexOf(a.slice(0,s))>-1){let t=i.firstChild;for(;t&&t.from==i.from&&t.to-t.from>n.length+s;){if(e.sliceDoc(t.to-n.length,t.to)==n)return!1;t=t.firstChild}return!0}let l=i.to==t&&i.parent;if(!l)break;i=l}return!1}(e,a,t,i))return{changes:{insert:t+t,from:a},effects:Br.of(a+t.length),range:T1.cursor(a+t.length)};return{range:o=r}});return o?null:e.update(a,{scrollIntoView:!0,userEvent:"input.type"})}(e,i,r.indexOf(i+i+i)>-1,n):function(e,t,n,r){let i=null,o=e.changeByRange(o=>{if(!o.empty)return{changes:[{insert:t,from:o.from},{insert:n,from:o.to}],effects:Br.of(o.to+t.length),range:T1.range(o.anchor+t.length,o.head+t.length)};let a=Bp(e.doc,o.head);return!a||/\s/.test(a)||r.indexOf(a)>-1?{changes:{insert:t+n,from:o.head},effects:Br.of(o.head+t.length),range:T1.cursor(o.head+t.length)}:{range:i=o}});return i?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}(e,i,o,n.before||Bn.before);if(t==o&&Bh(e,e.selection.main.from))return function(e,t,n){let r=null,i=e.changeByRange(t=>t.empty&&Bp(e.doc,t.head)==n?{changes:{from:t.head,to:t.head+n.length,insert:n},range:T1.cursor(t.head+n.length)}:r={range:t});return r?null:e.update(i,{scrollIntoView:!0,userEvent:"input.type"})}(e,0,o)}return null}(e.state,r);return!!o&&(e.dispatch(o),!0)}),Bd=[{key:"Backspace",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Bl(e,e.selection.main.head).brackets||Bn.brackets,r=null,i=e.changeByRange(t=>{if(t.empty){var i,o;let r,a=(i=e.doc,o=t.head,TH(Tj(r=i.sliceString(o-2,o),0))==r.length?r:r.slice(1));for(let r of n)if(r==a&&Bp(e.doc,t.head)==Bs(Tj(r,0)))return{changes:{from:t.head-r.length,to:t.head+r.length},range:T1.cursor(t.head-r.length)}}return{range:r=t}});return r||t(e.update(i,{scrollIntoView:!0,userEvent:"delete.backward"})),!r}}];function Bh(e,t){let n=!1;return e.field(Bo).between(0,e.doc.length,e=>{e==t&&(n=!0)}),n}function Bp(e,t){let n=e.sliceString(t,t+2);return n.slice(0,TH(Tj(n,0)))}function Bf(e,t){let n=Ox(e).resolveInner(t+1);return n.parent&&n.from==t}function Bg(e,t,n){let r=e.charCategorizer(t);if(r(e.sliceDoc(t-1,t))!=IM.Word)return t;for(let i of n){let n=t-i.length;if(e.sliceDoc(n,t)==i&&r(e.sliceDoc(n-1,n))!=IM.Word)return n}return -1}let Bm=[{key:"Ctrl-Space",run:Z6},{mac:"Alt-`",run:Z6},{key:"Escape",run:e=>{let t=e.state.field(Z2,!1);return!!t&&!!t.active.some(e=>0!=e.state)&&(e.dispatch({effects:ZZ.of(null)}),!0)}},{key:"ArrowDown",run:Z4(!0)},{key:"ArrowUp",run:Z4(!1)},{key:"PageDown",run:Z4(!0,"page")},{key:"PageUp",run:Z4(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(Z2,!1);return!(e.state.readOnly||!t||!t.open||t.open.selected<0||t.open.disabled||Date.now()-t.open.timestamp<e.state.facet(Zz).interactionDelay)&&Z5(e,t.open.options[t.open.selected])}}],Bv=In.highest(Rr.computeN([Zz],e=>e.facet(Zz).defaultKeymap?[Bm]:[]));class By{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class Bx{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let r=e,i=n.facet(B_).markerFilter;i&&(r=i(r,n));let o=e.slice().sort((e,t)=>e.from-t.from||e.to-t.to),a=new IE,s=[],l=0;for(let e=0;;){let t,r,i=e==o.length?null:o[e];if(!i&&!s.length)break;for(s.length?(t=l,r=s.reduce((e,t)=>Math.min(e,t.to),i&&i.from>t?i.from:1e8)):(t=i.from,r=i.to,s.push(i),e++);e<o.length;){let n=o[e];if(n.from==t&&(n.to>n.from||n.to==t))s.push(n),e++,r=Math.min(n.to,r);else{r=Math.min(n.from,r);break}}let u=Bj(s);if(s.some(e=>e.from==e.to||e.from==e.to-1&&n.doc.lineAt(e.from).to==e.from))a.add(t,t,AG.widget({widget:new BL(u),diagnostics:s.slice()}));else{let e=s.reduce((e,t)=>t.markClass?e+" "+t.markClass:e,"");a.add(t,r,AG.mark({class:"cm-lintRange cm-lintRange-"+u+e,diagnostics:s.slice(),inclusiveEnd:s.some(e=>e.to>r)}))}l=r;for(let e=0;e<s.length;e++)s[e].to<=l&&s.splice(e--,1)}let u=a.finish();return new Bx(u,t,Bb(u))}}function Bb(e,t=null,n=0){let r=null;return e.between(n,1e9,(e,n,{spec:i})=>{if(!(t&&0>i.diagnostics.indexOf(t)))if(r){if(0>i.diagnostics.indexOf(r.diagnostic))return!1;r=new By(r.from,n,r.diagnostic)}else r=new By(e,n,t||i.diagnostics[0])}),r}function Bw(e,t){let n=t.pos,r=t.end||n,i=e.state.facet(B_).hideOn(e,n,r);if(null!=i)return i;let o=e.startState.doc.lineAt(t.pos);return!!(e.effects.some(e=>e.is(BC))||e.changes.touchesRange(o.from,Math.max(o.to,r)))}function BS(e,t){return e.field(BT,!1)?t:t.concat(Ix.appendConfig.of(BU))}let BC=Ix.define(),Bk=Ix.define(),BM=Ix.define(),BT=Ie.define({create:()=>new Bx(AG.none,null,null),update(e,t){if(t.docChanged&&e.diagnostics.size){let n=e.diagnostics.map(t.changes),r=null,i=e.panel;if(e.selected){let i=t.changes.mapPos(e.selected.from,1);r=Bb(n,e.selected.diagnostic,i)||Bb(n,null,i)}!n.size&&i&&t.state.facet(B_).autoPanel&&(i=null),e=new Bx(n,i,r)}for(let n of t.effects)if(n.is(BC)){let r=t.state.facet(B_).autoPanel?n.value.length?BB.open:null:e.panel;e=Bx.init(n.value,r,t.state)}else n.is(Bk)?e=new Bx(e.diagnostics,n.value?BB.open:null,e.selected):n.is(BM)&&(e=new Bx(e.diagnostics,e.panel,n.value));return e},provide:e=>[R7.from(e,e=>e.panel),P4.decorations.from(e,e=>e.diagnostics)]}),BI=AG.mark({class:"cm-lintRange cm-lintRange-active"});function BA(e,t){return LL("ul",{class:"cm-tooltip-lint"},t.map(t=>BE(e,t,!1)))}let BD=e=>{let t=e.state.field(BT,!1);return!!t&&!!t.panel&&(e.dispatch({effects:Bk.of(!1)}),!0)},BP=[{key:"Mod-Shift-m",run:e=>{let t=e.state.field(BT,!1);t&&t.panel||e.dispatch({effects:BS(e.state,[Bk.of(!0)])});let n=R4(e,BB.open);return n&&n.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:e=>{let t=e.state.field(BT,!1);if(!t)return!1;let n=e.state.selection.main,r=t.diagnostics.iter(n.to+1);return(!!r.value||!!(r=t.diagnostics.iter(0)).value&&(r.from!=n.from||r.to!=n.to))&&(e.dispatch({selection:{anchor:r.from,head:r.to},scrollIntoView:!0}),!0)}}],BR=DI.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(B_);this.lintTime=Date.now()+t,this.run=this.run.bind(this),this.timeout=setTimeout(this.run,t)}run(){clearTimeout(this.timeout);let e=Date.now();if(e<this.lintTime-10)this.timeout=setTimeout(this.run,this.lintTime-e);else{this.set=!1;let{state:e}=this.view,{sources:t}=e.facet(B_);t.length&&function(e,t,n){let r=[],i=-1;for(let o of e)o.then(n=>{r.push(n),clearTimeout(i),r.length==e.length?t(r):i=setTimeout(()=>t(r),200)},n)}(t.map(e=>Promise.resolve(e(this.view))),t=>{var n,r;this.view.state.doc==e.doc&&this.view.dispatch((n=this.view.state,r=t.reduce((e,t)=>e.concat(t)),{effects:BS(n,[BC.of(r)])}))},e=>{DC(this.view.state,e)})}}update(e){let t=e.state.facet(B_);(e.docChanged||t!=e.startState.facet(B_)||t.needsRefresh&&t.needsRefresh(e))&&(this.lintTime=Date.now()+t.delay,this.set||(this.set=!0,this.timeout=setTimeout(this.run,t.delay)))}force(){this.set&&(this.lintTime=Date.now(),this.run())}destroy(){clearTimeout(this.timeout)}}),B_=T3.define({combine:e=>Object.assign({sources:e.map(e=>e.source).filter(e=>null!=e)},IA(e.map(e=>e.config),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null,hideOn:()=>null},{needsRefresh:(e,t)=>e?t?n=>e(n)||t(n):e:t}))});function BO(e){let t=[];if(e)r:for(let{name:n}of e){for(let e=0;e<n.length;e++){let r=n[e];if(/[a-zA-Z]/.test(r)&&!t.some(e=>e.toLowerCase()==r.toLowerCase())){t.push(r);continue r}}t.push("")}return t}function BE(e,t,n){var r;let i=n?BO(t.actions):[];return LL("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},LL("span",{class:"cm-diagnosticText"},t.renderMessage?t.renderMessage(e):t.message),null==(r=t.actions)?void 0:r.map((n,r)=>{let o=!1,a=r=>{if(r.preventDefault(),o)return;o=!0;let i=Bb(e.state.field(BT).diagnostics,t);i&&n.apply(e,i.from,i.to)},{name:s}=n,l=i[r]?s.indexOf(i[r]):-1,u=l<0?s:[s.slice(0,l),LL("u",s.slice(l,l+1)),s.slice(l+1)];return LL("button",{type:"button",class:"cm-diagnosticAction",onclick:a,onmousedown:a,"aria-label":` Action: ${s}${l<0?"":` (access key "${i[r]})"`}.`},u)}),t.source&&LL("div",{class:"cm-diagnosticSource"},t.source))}class BL extends A${constructor(e){super(),this.sev=e}eq(e){return e.sev==this.sev}toDOM(){return LL("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class BZ{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(0xffffffff*Math.random()).toString(16),this.dom=BE(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class BB{constructor(e){this.view=e,this.items=[];let t=t=>{if(27==t.keyCode)BD(this.view),this.view.focus();else if(38==t.keyCode||33==t.keyCode)this.moveSelection((this.selectedIndex-1+this.items.length)%this.items.length);else if(40==t.keyCode||34==t.keyCode)this.moveSelection((this.selectedIndex+1)%this.items.length);else if(36==t.keyCode)this.moveSelection(0);else if(35==t.keyCode)this.moveSelection(this.items.length-1);else if(13==t.keyCode)this.view.focus();else{if(!(t.keyCode>=65)||!(t.keyCode<=90)||!(this.selectedIndex>=0))return;let{diagnostic:n}=this.items[this.selectedIndex],r=BO(n.actions);for(let i=0;i<r.length;i++)if(r[i].toUpperCase().charCodeAt(0)==t.keyCode){let t=Bb(this.view.state.field(BT).diagnostics,n);t&&n.actions[i].apply(e,t.from,t.to)}}t.preventDefault()},n=e=>{for(let t=0;t<this.items.length;t++)this.items[t].dom.contains(e.target)&&this.moveSelection(t)};this.list=LL("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:t,onclick:n}),this.dom=LL("div",{class:"cm-panel-lint"},this.list,LL("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>BD(this.view)},"\xd7")),this.update()}get selectedIndex(){let e=this.view.state.field(BT).selected;if(!e)return -1;for(let t=0;t<this.items.length;t++)if(this.items[t].diagnostic==e.diagnostic)return t;return -1}update(){let{diagnostics:e,selected:t}=this.view.state.field(BT),n=0,r=!1,i=null,o=new Set;for(e.between(0,this.view.state.doc.length,(e,a,{spec:s})=>{for(let e of s.diagnostics){if(o.has(e))continue;o.add(e);let a=-1,s;for(let t=n;t<this.items.length;t++)if(this.items[t].diagnostic==e){a=t;break}a<0?(s=new BZ(this.view,e),this.items.splice(n,0,s),r=!0):(s=this.items[a],a>n&&(this.items.splice(n,a-n),r=!0)),t&&s.diagnostic==t.diagnostic?s.dom.hasAttribute("aria-selected")||(s.dom.setAttribute("aria-selected","true"),i=s):s.dom.hasAttribute("aria-selected")&&s.dom.removeAttribute("aria-selected"),n++}});n<this.items.length&&!(1==this.items.length&&this.items[0].diagnostic.from<0);)r=!0,this.items.pop();0==this.items.length&&(this.items.push(new BZ(this.view,{from:-1,to:-1,severity:"info",message:this.view.state.phrase("No diagnostics")})),r=!0),i?(this.list.setAttribute("aria-activedescendant",i.id),this.view.requestMeasure({key:this,read:()=>({sel:i.dom.getBoundingClientRect(),panel:this.list.getBoundingClientRect()}),write:({sel:e,panel:t})=>{let n=t.height/this.list.offsetHeight;e.top<t.top?this.list.scrollTop-=(t.top-e.top)/n:e.bottom>t.bottom&&(this.list.scrollTop+=(e.bottom-t.bottom)/n)}})):this.selectedIndex<0&&this.list.removeAttribute("aria-activedescendant"),r&&this.sync()}sync(){let e=this.list.firstChild;function t(){let t=e;e=t.nextSibling,t.remove()}for(let n of this.items)if(n.dom.parentNode==this.list){for(;e!=n.dom;)t();e=n.dom.nextSibling}else this.list.insertBefore(n.dom,e);for(;e;)t()}moveSelection(e){if(this.selectedIndex<0)return;let t=Bb(this.view.state.field(BT).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:BM.of(t)})}static open(e){return new BB(e)}}function BN(e,t='viewBox="0 0 40 40"'){return`url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" ${t}>${encodeURIComponent(e)}</svg>')`}function Bz(e){return BN(`<path d="m0 2.5 l2 -1.5 l1 0 l2 1.5 l1 0" stroke="${e}" fill="none" stroke-width=".7"/>`,'width="6" height="3"')}let BF=P4.baseTheme({".cm-diagnostic":{padding:"3px 6px 3px 8px",marginLeft:"-1px",display:"block",whiteSpace:"pre-wrap"},".cm-diagnostic-error":{borderLeft:"5px solid #d11"},".cm-diagnostic-warning":{borderLeft:"5px solid orange"},".cm-diagnostic-info":{borderLeft:"5px solid #999"},".cm-diagnostic-hint":{borderLeft:"5px solid #66d"},".cm-diagnosticAction":{font:"inherit",border:"none",padding:"2px 4px",backgroundColor:"#444",color:"white",borderRadius:"3px",marginLeft:"8px",cursor:"pointer"},".cm-diagnosticSource":{fontSize:"70%",opacity:.7},".cm-lintRange":{backgroundPosition:"left bottom",backgroundRepeat:"repeat-x",paddingBottom:"0.7px"},".cm-lintRange-error":{backgroundImage:Bz("#d11")},".cm-lintRange-warning":{backgroundImage:Bz("orange")},".cm-lintRange-info":{backgroundImage:Bz("#999")},".cm-lintRange-hint":{backgroundImage:Bz("#66d")},".cm-lintRange-active":{backgroundColor:"#ffdd9980"},".cm-tooltip-lint":{padding:0,margin:0},".cm-lintPoint":{position:"relative","&:after":{content:'""',position:"absolute",bottom:0,left:"-2px",borderLeft:"3px solid transparent",borderRight:"3px solid transparent",borderBottom:"4px solid #d11"}},".cm-lintPoint-warning":{"&:after":{borderBottomColor:"orange"}},".cm-lintPoint-info":{"&:after":{borderBottomColor:"#999"}},".cm-lintPoint-hint":{"&:after":{borderBottomColor:"#66d"}},".cm-panel.cm-panel-lint":{position:"relative","& ul":{maxHeight:"100px",overflowY:"auto","& [aria-selected]":{backgroundColor:"#ddd","& u":{textDecoration:"underline"}},"&:focus [aria-selected]":{background_fallback:"#bdf",backgroundColor:"Highlight",color_fallback:"white",color:"HighlightText"},"& u":{textDecoration:"none"},padding:0,margin:0},"& [name=close]":{position:"absolute",top:"0",right:"2px",background:"inherit",border:"none",font:"inherit",padding:0,margin:0}}});function Bj(e){let t="hint",n=1;for(let i of e){var r;let e="error"==(r=i.severity)?4:"warning"==r?3:"info"==r?2:1;e>n&&(n=e,t=i.severity)}return t}class BV extends _e{constructor(e){super(),this.diagnostics=e,this.severity=Bj(e)}toDOM(e){let t=document.createElement("div");t.className="cm-lint-marker cm-lint-marker-"+this.severity;let n=this.diagnostics,r=e.state.facet(BY).tooltipFilter;return r&&(n=r(n,e.state)),n.length&&(t.onmouseover=()=>(function(e,t,n){function r(){let r,i=e.elementAtHeight(t.getBoundingClientRect().top+5-e.documentTop);e.coordsAtPos(i.from)&&e.dispatch({effects:BW.of({pos:i.from,above:!1,clip:!1,create:()=>({dom:BA(e,n),getCoords:()=>t.getBoundingClientRect()})})}),t.onmouseout=t.onmousemove=null,r=n=>{let i=t.getBoundingClientRect();if(!(n.clientX>i.left-10)||!(n.clientX<i.right+10)||!(n.clientY>i.top-10)||!(n.clientY<i.bottom+10)){for(let e=n.target;e;e=e.parentNode)if(1==e.nodeType&&e.classList.contains("cm-tooltip-lint"))return;window.removeEventListener("mousemove",r),e.state.field(BG)&&e.dispatch({effects:BW.of(null)})}},window.addEventListener("mousemove",r)}let{hoverTime:i}=e.state.facet(BY),o=setTimeout(r,i);t.onmouseout=()=>{clearTimeout(o),t.onmouseout=t.onmousemove=null},t.onmousemove=()=>{clearTimeout(o),o=setTimeout(r,i)}})(e,t,n)),t}}let BH=_o({class:"cm-gutter-lint",markers:e=>e.state.field(B$),widgetMarker:(e,t,n)=>{let r=[];return e.state.field(B$).between(n.from,n.to,(e,t,i)=>{e>n.from&&e<n.to&&r.push(...i.diagnostics)}),r.length?new BV(r):null}}),B$=Ie.define({create:()=>IO.empty,update(e,t){e=e.map(t.changes);let n=t.state.facet(BY).markerFilter;for(let r of t.effects)if(r.is(BC)){let i=r.value;n&&(i=n(i||[],t.state)),e=function(e,t){let n=Object.create(null);for(let r of t){let t=e.lineAt(r.from);(n[t.from]||(n[t.from]=[])).push(r)}let r=[];for(let e in n)r.push(new BV(n[e]).range(+e));return IO.of(r,!0)}(t.state.doc,i.slice(0))}return e}}),BW=Ix.define(),BG=Ie.define({create:()=>null,update:(e,t)=>(e&&t.docChanged&&(e=Bw(t,e)?null:Object.assign(Object.assign({},e),{pos:t.changes.mapPos(e.pos)})),t.effects.reduce((e,t)=>t.is(BW)?t.value:e,e)),provide:e=>RK.from(e)}),Bq=P4.baseTheme({".cm-gutter-lint":{width:"1.4em","& .cm-gutterElement":{padding:".2em"}},".cm-lint-marker":{width:"1em",height:"1em"},".cm-lint-marker-info":{content:BN('<path fill="#aaf" stroke="#77e" stroke-width="6" stroke-linejoin="round" d="M5 5L35 5L35 35L5 35Z"/>')},".cm-lint-marker-warning":{content:BN('<path fill="#fe8" stroke="#fd7" stroke-width="6" stroke-linejoin="round" d="M20 6L37 35L3 35Z"/>')},".cm-lint-marker-error":{content:BN('<circle cx="20" cy="20" r="15" fill="#f87" stroke="#f43" stroke-width="6"/>')}}),BU=[BT,P4.decorations.compute([BT],e=>{let{selected:t,panel:n}=e.field(BT);return t&&n&&t.from!=t.to?AG.set([BI.range(t.from,t.to)]):AG.none}),function(e,t={}){let n=Ix.define(),r=Ie.define({create:()=>[],update(e,r){if(e.length&&(t.hideOnChange&&(r.docChanged||r.selection)?e=[]:t.hideOn&&(e=e.filter(e=>!t.hideOn(r,e))),r.docChanged)){let t=[];for(let n of e){let e=r.changes.mapPos(n.pos,-1,TW.TrackDel);if(null!=e){let i=Object.assign(Object.create(null),n);i.pos=e,null!=i.end&&(i.end=r.changes.mapPos(i.end)),t.push(i)}}e=t}for(let t of r.effects)t.is(n)&&(e=t.value),t.is(R5)&&(e=[]);return e},provide:e=>RQ.from(e)});return{active:r,extension:[r,DI.define(i=>new R1(i,e,r,n,t.hoverTime||300)),R0]}}(function(e,t,n){let{diagnostics:r}=e.state.field(BT),i,o=-1,a=-1;r.between(t-(n<0),t+ +(n>0),(e,r,{spec:s})=>{if(t>=e&&t<=r&&(e==r||(t>e||n>0)&&(t<r||n<0)))return i=s.diagnostics,o=e,a=r,!1});let s=e.state.facet(B_).tooltipFilter;return(i&&s&&(i=s(i,e.state)),i)?{pos:o,end:a,above:e.state.doc.lineAt(o).to<a,create:()=>({dom:BA(e,i)})}:null},{hideOn:Bw}),BF],BY=T3.define({combine:e=>IA(e,{hoverTime:300,markerFilter:null,tooltipFilter:null})});var BX=function(e){let t;void 0===e&&(e={});var{crosshairCursor:n=!1}=e,r=[];!1!==e.closeBracketsKeymap&&(r=r.concat(Bd)),!1!==e.defaultKeymap&&(r=r.concat(LO)),!1!==e.searchKeymap&&(r=r.concat(Zb)),!1!==e.historyKeymap&&(r=r.concat(EG)),!1!==e.foldKeymap&&(r=r.concat(OQ)),!1!==e.completionKeymap&&(r=r.concat(Bm)),!1!==e.lintKeymap&&(r=r.concat(BP));var i=[];return!1!==e.lineNumbers&&i.push(function(e={}){return[_m.of(e),_s(),_x]}()),!1!==e.highlightActiveLineGutter&&i.push(_S),!1!==e.highlightSpecialChars&&i.push(function(e={}){return[R_.of(e),RO||(RO=DI.fromClass(class{constructor(e){this.view=e,this.decorations=AG.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(e.state.facet(R_)),this.decorations=this.decorator.createDeco(e)}makeDecorator(e){return new RI({regexp:e.specialChars,decoration:(t,n,r)=>{let{doc:i}=n.state,o=Tj(t[0],0);if(9==o){let e=i.lineAt(r),t=n.state.tabSize,o=IW(e.text,t,r-e.from);return AG.replace({widget:new RL((t-o%t)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[o]||(this.decorationCache[o]=AG.replace({widget:new RE(e,o)}))},boundary:e.replaceTabs?void 0:/[^]/})}update(e){let t=e.state.facet(R_);e.startState.facet(R_)!=t?(this.decorator=this.makeDecorator(t),this.decorations=this.decorator.createDeco(e.view)):this.decorations=this.decorator.updateDeco(e,this.decorations)}},{decorations:e=>e.decorations}))]}()),!1!==e.history&&i.push(function(e={}){return[E_,ER.of(e),P4.domEventHandlers({beforeinput(e,t){let n="historyUndo"==e.inputType?EE:"historyRedo"==e.inputType?EL:null;return!!n&&(e.preventDefault(),n(t))}})]}()),!1!==e.foldGutter&&i.push(function(e={}){let t=Object.assign(Object.assign({},O4),e),n=new O6(t,!0),r=new O6(t,!1),i=DI.fromClass(class{constructor(e){this.from=e.viewport.from,this.markers=this.buildMarkers(e)}update(e){(e.docChanged||e.viewportChanged||e.startState.facet(OA)!=e.state.facet(OA)||e.startState.field(OU,!1)!=e.state.field(OU,!1)||Ox(e.startState)!=Ox(e.state)||t.foldingChanged(e))&&(this.markers=this.buildMarkers(e.view))}buildMarkers(e){let t=new IE;for(let i of e.viewportLineBlocks){let o=OY(e.state,i.from,i.to)?r:OH(e.state,i.from,i.to)?n:null;o&&t.add(i.from,i.from,o)}return t.finish()}}),{domEventHandlers:o}=t;return[i,_o({class:"cm-foldGutter",markers(e){var t;return(null==(t=e.plugin(i))?void 0:t.markers)||IO.empty},initialSpacer:()=>new O6(t,!1),domEventHandlers:Object.assign(Object.assign({},o),{click:(e,t,n)=>{if(o.click&&o.click(e,t,n))return!0;let r=OY(e.state,t.from,t.to);if(r)return e.dispatch({effects:OG.of(r)}),!0;let i=OH(e.state,t.from,t.to);return!!i&&(e.dispatch({effects:OW.of(i)}),!0)}})}),O1()]}()),!1!==e.drawSelection&&i.push(function(e={}){return[Rm.of(e),Ry,Rb,RS,Dy.of(!0)]}()),!1!==e.dropCursor&&i.push([Rk,RM]),!1!==e.allowMultipleSelections&&i.push(II.allowMultipleSelections.of(!0)),!1!==e.indentOnInput&&i.push(II.transactionFilter.of(e=>{if(!e.docChanged||!e.isUserEvent("input.type")&&!e.isUserEvent("input.complete"))return e;let t=e.startState.languageDataAt("indentOnInput",e.startState.selection.main.head);if(!t.length)return e;let n=e.newDoc,{head:r}=e.newSelection.main,i=n.lineAt(r);if(r>i.from+200)return e;let o=n.sliceString(i.from,r);if(!t.some(e=>e.test(o)))return e;let{state:a}=e,s=-1,l=[];for(let{head:e}of a.selection.ranges){let t=a.doc.lineAt(e);if(t.from==s)continue;s=t.from;let n=OE(a,t.from);if(null==n)continue;let r=/^\s*/.exec(t.text)[0],i=OO(a,n);r!=i&&l.push({from:t.from,to:t.from+r.length,insert:i})}return l.length?[e,{changes:l,sequential:!0}]:e})),!1!==e.syntaxHighlighting&&i.push(En(Ei,{fallback:!0})),!1!==e.bracketMatching&&i.push(function(e={}){return[Es.of(e),Ed]}()),!1!==e.closeBrackets&&i.push([Bc,Bo]),!1!==e.autocompletion&&i.push(function(e={}){return[Be,Z2,Zz.of(e),Z9,Bv,Bt]}()),!1!==e.rectangularSelection&&i.push((t=e=>e.altKey&&0==e.button,P4.mouseSelectionStyle.of((e,n)=>{let r,i;return t(n)?(r=Rz(e,n),i=e.state.selection,r?{update(e){if(e.docChanged){let t=e.changes.mapPos(e.startState.doc.line(r.line).from),n=e.state.doc.lineAt(t);r={line:n.number,col:r.col,off:Math.min(r.off,n.length)},i=i.map(e.changes)}},get(t,n,o){let a=Rz(e,t);if(!a)return i;let s=function(e,t,n){let r=Math.min(t.line,n.line),i=Math.max(t.line,n.line),o=[];if(t.off>2e3||n.off>2e3||t.col<0||n.col<0){let a=Math.min(t.off,n.off),s=Math.max(t.off,n.off);for(let t=r;t<=i;t++){let n=e.doc.line(t);n.length<=s&&o.push(T1.range(n.from+a,n.to+s))}}else{let a=Math.min(t.col,n.col),s=Math.max(t.col,n.col);for(let t=r;t<=i;t++){let n=e.doc.line(t),r=IG(n.text,a,e.tabSize,!0);if(r<0)o.push(T1.cursor(n.to));else{let t=IG(n.text,s,e.tabSize);o.push(T1.range(n.from+r,n.from+t))}}}return o}(e.state,r,a);return s.length?o?T1.create(s.concat(i.ranges)):T1.create(s):i}}:null):null}))),!1!==n&&i.push(function(e={}){let[t,n]=RF[e.key||"Alt"],r=DI.fromClass(class{constructor(e){this.view=e,this.isDown=!1}set(e){this.isDown!=e&&(this.isDown=e,this.view.update([]))}},{eventObservers:{keydown(e){this.set(e.keyCode==t||n(e))},keyup(e){e.keyCode!=t&&n(e)||this.set(!1)},mousemove(e){this.set(n(e))}}});return[r,P4.contentAttributes.of(e=>{var t;return(null==(t=e.plugin(r))?void 0:t.isDown)?Rj:null})]}()),!1!==e.highlightActiveLine&&i.push(RB),!1!==e.highlightSelectionMatches&&i.push([L1,L0]),e.tabSize&&"number"==typeof e.tabSize&&i.push(OR.of(" ".repeat(e.tabSize))),i.concat([Rr.of(r.flat())]).filter(Boolean)};let BK="#e06c75",BQ="#abb2bf",BJ="#7d8799",B0="#d19a66",B1="#2c313a",B2="#282c34",B5="#353a42",B3="#528bff",B4=[P4.theme({"&":{color:BQ,backgroundColor:B2},".cm-content":{caretColor:B3},".cm-cursor, .cm-dropCursor":{borderLeftColor:B3},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:BQ},".cm-panels.cm-panels-top":{borderBottom:"2px solid black"},".cm-panels.cm-panels-bottom":{borderTop:"2px solid black"},".cm-searchMatch":{backgroundColor:"#72a1ff59",outline:"1px solid #457dff"},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:"#6199ff2f"},".cm-activeLine":{backgroundColor:"#6699ff0b"},".cm-selectionMatch":{backgroundColor:"#aafe661a"},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bad0f847"},".cm-gutters":{backgroundColor:B2,color:BJ,border:"none"},".cm-activeLineGutter":{backgroundColor:B1},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:B5},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:B5,borderBottomColor:B5},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:B1,color:BQ}}},{dark:!0}),En(O9.define([{tag:Op.keyword,color:"#c678dd"},{tag:[Op.name,Op.deleted,Op.character,Op.propertyName,Op.macroName],color:BK},{tag:[Op.function(Op.variableName),Op.labelName],color:"#61afef"},{tag:[Op.color,Op.constant(Op.name),Op.standard(Op.name)],color:B0},{tag:[Op.definition(Op.name),Op.separator],color:BQ},{tag:[Op.typeName,Op.className,Op.number,Op.changed,Op.annotation,Op.modifier,Op.self,Op.namespace],color:"#e5c07b"},{tag:[Op.operator,Op.operatorKeyword,Op.url,Op.escape,Op.regexp,Op.link,Op.special(Op.string)],color:"#56b6c2"},{tag:[Op.meta,Op.comment],color:BJ},{tag:Op.strong,fontWeight:"bold"},{tag:Op.emphasis,fontStyle:"italic"},{tag:Op.strikethrough,textDecoration:"line-through"},{tag:Op.link,color:BJ,textDecoration:"underline"},{tag:Op.heading,fontWeight:"bold",color:BK},{tag:[Op.atom,Op.bool,Op.special(Op.variableName)],color:B0},{tag:[Op.processingInstruction,Op.string,Op.inserted],color:"#98c379"},{tag:Op.invalid,color:"#ffffff"}]))];var B6=P4.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),B8=function(e){void 0===e&&(e={});var{indentWithTab:t=!0,editable:n=!0,readOnly:r=!1,theme:i="light",placeholder:o="",basicSetup:a=!0}=e,s=[];switch(t&&s.unshift(Rr.of([LE])),a&&("boolean"==typeof a?s.unshift(BX()):s.unshift(BX(a))),o&&s.unshift(DI.fromClass(class{constructor(e){this.view=e,this.placeholder=o?AG.set([AG.widget({widget:new RN(o),side:1}).range(0)]):AG.none}get decorations(){return this.view.state.doc.length?AG.none:this.placeholder}},{decorations:e=>e.decorations})),i){case"light":s.push(B6);break;case"dark":s.push(B4);break;case"none":break;default:s.push(i)}return!1===n&&s.push(P4.editable.of(!1)),r&&s.push(II.readOnly.of(!0)),[...s]},B9=Im.define(),B7=[],Ne=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],Nt=(0,B.forwardRef)((e,t)=>{var{className:n,value:r="",selection:i,extensions:o=[],onChange:a,onStatistics:s,onCreateEditor:l,onUpdate:u,autoFocus:c,theme:d="light",height:h,minHeight:p,maxHeight:f,width:g,minWidth:m,maxWidth:v,basicSetup:y,placeholder:x,indentWithTab:b,editable:w,readOnly:S,root:C,initialState:k}=e,M=(0,tQ.Z)(e,Ne),T=(0,B.useRef)(null),{state:I,view:A,container:D,setContainer:P}=function(e){var{value:t,selection:n,onChange:r,onStatistics:i,onCreateEditor:o,onUpdate:a,extensions:s=B7,autoFocus:l,theme:u="light",height:c=null,minHeight:d=null,maxHeight:h=null,width:p=null,minWidth:f=null,maxWidth:g=null,placeholder:m="",editable:v=!0,readOnly:y=!1,indentWithTab:x=!0,basicSetup:b=!0,root:w,initialState:S}=e,[C,k]=(0,B.useState)(),[M,T]=(0,B.useState)(),[I,A]=(0,B.useState)(),D=P4.theme({"&":{height:c,minHeight:d,maxHeight:h,width:p,minWidth:f,maxWidth:g},"& .cm-scroller":{height:"100% !important"}}),P=[P4.updateListener.of(e=>{e.docChanged&&"function"==typeof r&&!e.transactions.some(e=>e.annotation(B9))&&r(e.state.doc.toString(),e),i&&i({line:e.state.doc.lineAt(e.state.selection.main.from),lineCount:e.state.doc.lines,lineBreak:e.state.lineBreak,length:e.state.doc.length,readOnly:e.state.readOnly,tabSize:e.state.tabSize,selection:e.state.selection,selectionAsSingle:e.state.selection.asSingle().main,ranges:e.state.selection.ranges,selectionCode:e.state.sliceDoc(e.state.selection.main.from,e.state.selection.main.to),selections:e.state.selection.ranges.map(t=>e.state.sliceDoc(t.from,t.to)),selectedText:e.state.selection.ranges.some(e=>!e.empty)})}),D,...B8({theme:u,editable:v,readOnly:y,placeholder:m,indentWithTab:x,basicSetup:b})];return a&&"function"==typeof a&&P.push(P4.updateListener.of(a)),P=P.concat(s),(0,B.useLayoutEffect)(()=>{if(C&&!I){var e={doc:t,selection:n,extensions:P},r=S?II.fromJSON(S.json,e,S.fields):II.create(e);if(A(r),!M){var i=new P4({state:r,parent:C,root:w});T(i),o&&o(i,r)}}return()=>{M&&(A(void 0),T(void 0))}},[C,I]),(0,B.useEffect)(()=>{e.container&&k(e.container)},[e.container]),(0,B.useEffect)(()=>()=>{M&&(M.destroy(),T(void 0))},[M]),(0,B.useEffect)(()=>{l&&M&&M.focus()},[l,M]),(0,B.useEffect)(()=>{M&&M.dispatch({effects:Ix.reconfigure.of(P)})},[u,s,c,d,h,p,f,g,m,v,y,x,b,r,a]),(0,B.useEffect)(()=>{if(void 0!==t){var e=M?M.state.doc.toString():"";M&&t!==e&&M.dispatch({changes:{from:0,to:e.length,insert:t||""},annotations:[B9.of(!0)]})}},[t,M]),{state:I,setState:A,view:M,setView:T,container:C,setContainer:k}}({root:C,value:r,autoFocus:c,theme:d,height:h,minHeight:p,maxHeight:f,width:g,minWidth:m,maxWidth:v,basicSetup:y,placeholder:x,indentWithTab:b,editable:w,readOnly:S,selection:i,onChange:a,onStatistics:s,onCreateEditor:l,onUpdate:u,extensions:o,initialState:k});(0,B.useImperativeHandle)(t,()=>({editor:T.current,state:I,view:A}),[T,D,I,A]);var R=(0,B.useCallback)(e=>{T.current=e,P(e)},[P]);if("string"!=typeof r)throw Error("value must be typeof string but got "+typeof r);var _="string"==typeof d?"cm-theme-"+d:"cm-theme";return(0,Z.jsx)("div",(0,Tw.Z)({ref:R,className:""+_+(n?" "+n:"")},M))});Nt.displayName="CodeMirror";class Nn{constructor(e,t,n,r,i,o,a,s,l,u=0,c){this.p=e,this.stack=t,this.state=n,this.reducePos=r,this.pos=i,this.score=o,this.buffer=a,this.bufferBase=s,this.curContext=l,this.lookAhead=u,this.parent=c}toString(){return`[${this.stack.filter((e,t)=>t%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(e,t,n=0){let r=e.parser.context;return new Nn(e,[],t,n,n,0,[],0,r?new Nr(r,r.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(e,t){this.stack.push(this.state,t,this.bufferBase+this.buffer.length),this.state=e}reduce(e){var t;let n=e>>19,r=65535&e,{parser:i}=this.p,o=this.reducePos<this.pos-25;o&&this.setLookAhead(this.pos);let a=i.dynamicPrecedence(r);if(a&&(this.score+=a),0==n){this.pushState(i.getGoto(this.state,r,!0),this.reducePos),r<i.minRepeatTerm&&this.storeNode(r,this.reducePos,this.reducePos,o?8:4,!0),this.reduceContext(r,this.reducePos);return}let s=this.stack.length-(n-1)*3-(262144&e?6:0),l=s?this.stack[s-2]:this.p.ranges[0].from,u=this.reducePos-l;u>=2e3&&!(null==(t=this.p.parser.nodeSet.types[r])?void 0:t.isAnonymous)&&(l==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=u):this.p.lastBigReductionSize<u&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=l,this.p.lastBigReductionSize=u));let c=s?this.stack[s-1]:0,d=this.bufferBase+this.buffer.length-c;if(r<i.minRepeatTerm||131072&e){let e=i.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(r,l,e,d+4,!0)}if(262144&e)this.state=this.stack[s];else{let e=this.stack[s-3];this.state=i.getGoto(e,r,!0)}for(;this.stack.length>s;)this.stack.pop();this.reduceContext(r,l)}storeNode(e,t,n,r=4,i=!1){if(0==e&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let e=this,r=this.buffer.length;if(0==r&&e.parent&&(r=e.bufferBase-e.parent.bufferBase,e=e.parent),r>0&&0==e.buffer[r-4]&&e.buffer[r-1]>-1){if(t==n)return;if(e.buffer[r-2]>=t){e.buffer[r-2]=n;return}}}if(i&&this.pos!=n){let i=this.buffer.length;if(i>0&&0!=this.buffer[i-4]){let e=!1;for(let t=i;t>0&&this.buffer[t-2]>n;t-=4)if(this.buffer[t-1]>=0){e=!0;break}if(e)for(;i>0&&this.buffer[i-2]>n;)this.buffer[i]=this.buffer[i-4],this.buffer[i+1]=this.buffer[i-3],this.buffer[i+2]=this.buffer[i-2],this.buffer[i+3]=this.buffer[i-1],i-=4,r>4&&(r-=4)}this.buffer[i]=e,this.buffer[i+1]=t,this.buffer[i+2]=n,this.buffer[i+3]=r}else this.buffer.push(e,t,n,r)}shift(e,t,n,r){if(131072&e)this.pushState(65535&e,this.pos);else if((262144&e)==0){let{parser:i}=this.p;(r>this.pos||t<=i.maxNode)&&(this.pos=r,i.stateFlag(e,1)||(this.reducePos=r)),this.pushState(e,n),this.shiftContext(t,n),t<=i.maxNode&&this.buffer.push(t,n,r,4)}else this.pos=r,this.shiftContext(t,n),t<=this.p.parser.maxNode&&this.buffer.push(t,n,r,4)}apply(e,t,n,r){65536&e?this.reduce(e):this.shift(e,t,n,r)}useNode(e,t){let n=this.p.reused.length-1;(n<0||this.p.reused[n]!=e)&&(this.p.reused.push(e),n++);let r=this.pos;this.reducePos=this.pos=r+e.length,this.pushState(t,r),this.buffer.push(n,r,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,t=e.buffer.length;for(;t>0&&e.buffer[t-2]>e.reducePos;)t-=4;let n=e.buffer.slice(t),r=e.bufferBase+t;for(;e&&r==e.bufferBase;)e=e.parent;return new Nn(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,n,r,this.curContext,this.lookAhead,e)}recoverByDelete(e,t){let n=e<=this.p.parser.maxNode;n&&this.storeNode(e,this.pos,t,4),this.storeNode(0,this.pos,t,n?8:4),this.pos=this.reducePos=t,this.score-=190}canShift(e){for(let t=new Ni(this);;){let n=this.p.parser.stateSlot(t.state,4)||this.p.parser.hasAction(t.state,e);if(0==n)return!1;if((65536&n)==0)return!0;t.reduce(n)}}recoverByInsert(e){if(this.stack.length>=300)return[];let t=this.p.parser.nextStates(this.state);if(t.length>8||this.stack.length>=120){let n=[];for(let r=0,i;r<t.length;r+=2)(i=t[r+1])!=this.state&&this.p.parser.hasAction(i,e)&&n.push(t[r],i);if(this.stack.length<120)for(let e=0;n.length<8&&e<t.length;e+=2){let r=t[e+1];n.some((e,t)=>1&t&&e==r)||n.push(t[e],r)}t=n}let n=[];for(let e=0;e<t.length&&n.length<4;e+=2){let r=t[e+1];if(r==this.state)continue;let i=this.split();i.pushState(r,this.pos),i.storeNode(0,i.pos,i.pos,4,!0),i.shiftContext(t[e],this.pos),i.reducePos=this.pos,i.score-=200,n.push(i)}return n}forceReduce(){let{parser:e}=this.p,t=e.stateSlot(this.state,5);if((65536&t)==0)return!1;if(!e.validAction(this.state,t)){let n=t>>19,r=65535&t,i=this.stack.length-3*n;if(i<0||0>e.getGoto(this.stack[i],r,!1)){let e=this.findForcedReduction();if(null==e)return!1;t=e}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(t),!0}findForcedReduction(){let{parser:e}=this.p,t=[],n=(r,i)=>{if(!t.includes(r))return t.push(r),e.allActions(r,t=>{if(393216&t);else if(65536&t){let n=(t>>19)-i;if(n>1){let r=65535&t,i=this.stack.length-3*n;if(i>=0&&e.getGoto(this.stack[i],r,!1)>=0)return n<<19|65536|r}}else{let e=n(t,i+1);if(null!=e)return e}})};return n(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(3!=this.stack.length)return!1;let{parser:e}=this.p;return 65535==e.data[e.stateSlot(this.state,1)]&&!e.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(e){if(this.state!=e.state||this.stack.length!=e.stack.length)return!1;for(let t=0;t<this.stack.length;t+=3)if(this.stack[t]!=e.stack[t])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(e){return this.p.parser.dialect.flags[e]}shiftContext(e,t){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,e,this,this.p.stream.reset(t)))}reduceContext(e,t){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,e,this,this.p.stream.reset(t)))}emitContext(){let e=this.buffer.length-1;(e<0||-3!=this.buffer[e])&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let e=this.buffer.length-1;(e<0||-4!=this.buffer[e])&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(e){if(e!=this.curContext.context){let t=new Nr(this.curContext.tracker,e);t.hash!=this.curContext.hash&&this.emitContext(),this.curContext=t}}setLookAhead(e){e>this.lookAhead&&(this.emitLookAhead(),this.lookAhead=e)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class Nr{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class Ni{constructor(e){this.start=e,this.state=e.state,this.stack=e.stack,this.base=this.stack.length}reduce(e){let t=e>>19;0==t?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=(t-1)*3;let n=this.start.p.parser.getGoto(this.stack[this.base-3],65535&e,!0);this.state=n}}class No{constructor(e,t,n){this.stack=e,this.pos=t,this.index=n,this.buffer=e.buffer,0==this.index&&this.maybeNext()}static create(e,t=e.bufferBase+e.buffer.length){return new No(e,t,t-e.bufferBase)}maybeNext(){let e=this.stack.parent;null!=e&&(this.index=this.stack.bufferBase-e.bufferBase,this.stack=e,this.buffer=e.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,0==this.index&&this.maybeNext()}fork(){return new No(this.stack,this.pos,this.index)}}function Na(e,t=Uint16Array){if("string"!=typeof e)return e;let n=null;for(let r=0,i=0;r<e.length;){let o=0;for(;;){let t=e.charCodeAt(r++),n=!1;if(126==t){o=65535;break}t>=92&&t--,t>=34&&t--;let i=t-32;if(i>=46&&(i-=46,n=!0),o+=i,n)break;o*=46}n?n[i++]=o:n=new t(o)}return n}class Ns{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}let Nl=new Ns;class Nu{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=Nl,this.rangeIndex=0,this.pos=this.chunkPos=t[0].from,this.range=t[0],this.end=t[t.length-1].to,this.readNext()}resolveOffset(e,t){let n=this.range,r=this.rangeIndex,i=this.pos+e;for(;i<n.from;){if(!r)return null;let e=this.ranges[--r];i-=n.from-e.to,n=e}for(;t<0?i>n.to:i>=n.to;){if(r==this.ranges.length-1)return null;let e=this.ranges[++r];i+=e.from-n.to,n=e}return i}clipPos(e){if(e>=this.range.from&&e<this.range.to)return e;for(let t of this.ranges)if(t.to>e)return Math.max(e,t.from);return this.end}peek(e){let t=this.chunkOff+e,n,r;if(t>=0&&t<this.chunk.length)n=this.pos+e,r=this.chunk.charCodeAt(t);else{let t=this.resolveOffset(e,1);if(null==t)return -1;if((n=t)>=this.chunk2Pos&&n<this.chunk2Pos+this.chunk2.length)r=this.chunk2.charCodeAt(n-this.chunk2Pos);else{let e=this.rangeIndex,t=this.range;for(;t.to<=n;)t=this.ranges[++e];this.chunk2=this.input.chunk(this.chunk2Pos=n),n+this.chunk2.length>t.to&&(this.chunk2=this.chunk2.slice(0,t.to-n)),r=this.chunk2.charCodeAt(0)}}return n>=this.token.lookAhead&&(this.token.lookAhead=n+1),r}acceptToken(e,t=0){let n=t?this.resolveOffset(t,-1):this.pos;if(null==n||n<this.token.start)throw RangeError("Token end out of bounds");this.token.value=e,this.token.end=n}acceptTokenTo(e,t){this.token.value=e,this.token.end=t}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:e,chunkPos:t}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=e,this.chunk2Pos=t,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let e=this.input.chunk(this.pos),t=this.pos+e.length;this.chunk=t>this.range.to?e.slice(0,this.range.to-this.pos):e,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(e=1){for(this.chunkOff+=e;this.pos+e>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();e-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=e,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(e,t){if(t?(this.token=t,t.start=e,t.lookAhead=e+1,t.value=t.extended=-1):this.token=Nl,this.pos!=e){if(this.pos=e,e==this.end)return this.setDone(),this;for(;e<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;e>=this.range.to;)this.range=this.ranges[++this.rangeIndex];e>=this.chunkPos&&e<this.chunkPos+this.chunk.length?this.chunkOff=e-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(e,t){if(e>=this.chunkPos&&t<=this.chunkPos+this.chunk.length)return this.chunk.slice(e-this.chunkPos,t-this.chunkPos);if(e>=this.chunk2Pos&&t<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(e-this.chunk2Pos,t-this.chunk2Pos);if(e>=this.range.from&&t<=this.range.to)return this.input.read(e,t);let n="";for(let r of this.ranges){if(r.from>=t)break;r.to>e&&(n+=this.input.read(Math.max(r.from,e),Math.min(r.to,t)))}return n}}class Nc{constructor(e,t){this.data=e,this.id=t}token(e,t){let{parser:n}=t.p;Nd(this.data,e,t,this.id,n.data,n.tokenPrecTable)}}function Nd(e,t,n,r,i,o){let a=0,s=1<<r,{dialect:l}=n.p.parser;n:for(;(s&e[a])!=0;){let n=e[a+1];for(let r=a+3;r<n;r+=2)if((e[r+1]&s)>0){let n=e[r];if(l.allows(n)&&(-1==t.token.value||t.token.value==n||function(e,t,n,r){let i=Nh(n,r,t);return i<0||Nh(n,r,e)<i}(n,t.token.value,i,o))){t.acceptToken(n);break}}let r=t.next,u=0,c=e[a+2];if(t.next<0&&c>u&&65535==e[n+3*c-3]){a=e[n+3*c-1];continue}for(;u<c;){let i=u+c>>1,o=n+i+(i<<1),s=e[o],l=e[o+1]||65536;if(r<s)c=i;else if(r>=l)u=i+1;else{a=e[o+2],t.advance();continue n}}break}}function Nh(e,t,n){for(let r=t,i;65535!=(i=e[r]);r++)if(i==n)return r-t;return -1}Nc.prototype.contextual=Nc.prototype.fallback=Nc.prototype.extend=!1,(class{constructor(e,t,n){this.precTable=t,this.elseToken=n,this.data="string"==typeof e?Na(e):e}token(e,t){let n=e.pos,r=0;for(;;){let n=e.next<0,i=e.resolveOffset(1,1);if(Nd(this.data,e,t,0,this.data,this.precTable),e.token.value>-1)break;if(null==this.elseToken)return;if(!n&&r++,null==i)break;e.reset(i,e.token)}r&&(e.reset(n,e.token),e.acceptToken(this.elseToken,r))}}).prototype.contextual=Nc.prototype.fallback=Nc.prototype.extend=!1;let Np="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG),Nf=null;function Ng(e,t,n){let r=e.cursor(O.IncludeAnonymous);for(r.moveTo(t);;)if(!(n<0?r.childBefore(t):r.childAfter(t)))for(;;){if((n<0?r.to<t:r.from>t)&&!r.type.isError)return n<0?Math.max(0,Math.min(r.to-1,t-25)):Math.min(e.length,Math.max(r.from+1,t+25));if(n<0?r.prevSibling():r.nextSibling())break;if(!r.parent())return n<0?0:e.length}}class Nm{constructor(e,t){this.fragments=e,this.nodeSet=t,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let e=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(e){for(this.safeFrom=e.openStart?Ng(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?Ng(e.tree,e.to+e.offset,-1)-e.offset:e.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(e.tree),this.start.push(-e.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(e){if(e<this.nextStart)return null;for(;this.fragment&&this.safeTo<=e;)this.nextFragment();if(!this.fragment)return null;for(;;){let t=this.trees.length-1;if(t<0)return this.nextFragment(),null;let n=this.trees[t],r=this.index[t];if(r==n.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let i=n.children[r],o=this.start[t]+n.positions[r];if(o>e)return this.nextStart=o,null;if(i instanceof __){if(o==e){if(o<this.safeFrom)return null;let e=o+i.length;if(e<=this.safeTo){let t=i.prop(_M.lookAhead);if(!t||e+t<this.fragment.to)return i}}this.index[t]++,o+i.length>=Math.max(this.safeFrom,e)&&(this.trees.push(i),this.start.push(o),this.index.push(0))}else this.index[t]++,this.nextStart=o+i.length}}}class Nv{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(e=>new Ns)}getActions(e){let t=0,n=null,{parser:r}=e.p,{tokenizers:i}=r,o=r.stateSlot(e.state,3),a=e.curContext?e.curContext.hash:0,s=0;for(let r=0;r<i.length;r++){if((1<<r&o)==0)continue;let l=i[r],u=this.tokens[r];if((!n||l.fallback)&&((l.contextual||u.start!=e.pos||u.mask!=o||u.context!=a)&&(this.updateCachedToken(u,l,e),u.mask=o,u.context=a),u.lookAhead>u.end+25&&(s=Math.max(u.lookAhead,s)),0!=u.value)){let r=t;if(u.extended>-1&&(t=this.addActions(e,u.extended,u.end,t)),t=this.addActions(e,u.value,u.end,t),!l.extend&&(n=u,t>r))break}}for(;this.actions.length>t;)this.actions.pop();return s&&e.setLookAhead(s),n||e.pos!=this.stream.end||((n=new Ns).value=e.p.parser.eofTerm,n.start=n.end=e.pos,t=this.addActions(e,n.value,n.end,t)),this.mainToken=n,this.actions}getMainToken(e){if(this.mainToken)return this.mainToken;let t=new Ns,{pos:n,p:r}=e;return t.start=n,t.end=Math.min(n+1,r.stream.end),t.value=n==r.stream.end?r.parser.eofTerm:0,t}updateCachedToken(e,t,n){let r=this.stream.clipPos(n.pos);if(t.token(this.stream.reset(r,e),n),e.value>-1){let{parser:t}=n.p;for(let r=0;r<t.specialized.length;r++)if(t.specialized[r]==e.value){let i=t.specializers[r](this.stream.read(e.start,e.end),n);if(i>=0&&n.p.parser.dialect.allows(i>>1)){(1&i)==0?e.value=i>>1:e.extended=i>>1;break}}}else e.value=0,e.end=this.stream.clipPos(r+1)}putAction(e,t,n,r){for(let t=0;t<r;t+=3)if(this.actions[t]==e)return r;return this.actions[r++]=e,this.actions[r++]=t,this.actions[r++]=n,r}addActions(e,t,n,r){let{state:i}=e,{parser:o}=e.p,{data:a}=o;for(let e=0;e<2;e++)for(let s=o.stateSlot(i,e?2:1);;s+=3){if(65535==a[s])if(1==a[s+1])s=NS(a,s+2);else{0==r&&2==a[s+1]&&(r=this.putAction(NS(a,s+2),t,n,r));break}a[s]==t&&(r=this.putAction(NS(a,s+1),t,n,r))}return r}}class Ny{constructor(e,t,n,r){this.parser=e,this.input=t,this.ranges=r,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new Nu(t,r),this.tokens=new Nv(e,this.stream),this.topTerm=e.top[1];let{from:i}=r[0];this.stacks=[Nn.start(this,e.top[0],i)],this.fragments=n.length&&this.stream.end-i>4*e.bufferLength?new Nm(n,e.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let e,t,n=this.stacks,r=this.minStackPos,i=this.stacks=[];if(this.bigReductionCount>300&&1==n.length){let[e]=n;for(;e.forceReduce()&&e.stack.length&&e.stack[e.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let o=0;o<n.length;o++){let a=n[o];for(;;){if(this.tokens.mainToken=null,a.pos>r)i.push(a);else{if(this.advanceStack(a,i,n))continue;e||(e=[],t=[]),e.push(a);let r=this.tokens.getMainToken(a);t.push(r.value,r.end)}break}}if(!i.length){let t=e&&function(e){let t=null;for(let n of e){let e=n.p.stoppedAt;(n.pos==n.p.stream.end||null!=e&&n.pos>e)&&n.p.parser.stateFlag(n.state,2)&&(!t||t.score<n.score)&&(t=n)}return t}(e);if(t)return Np&&console.log("Finish with "+this.stackID(t)),this.stackToTree(t);if(this.parser.strict)throw Np&&e&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),SyntaxError("No parse at "+r);this.recovering||(this.recovering=5)}if(this.recovering&&e){let n=null!=this.stoppedAt&&e[0].pos>this.stoppedAt?e[0]:this.runRecovery(e,t,i);if(n)return Np&&console.log("Force-finish "+this.stackID(n)),this.stackToTree(n.forceAll())}if(this.recovering){let e=1==this.recovering?1:3*this.recovering;if(i.length>e)for(i.sort((e,t)=>t.score-e.score);i.length>e;)i.pop();i.some(e=>e.reducePos>r)&&this.recovering--}else if(i.length>1){i:for(let e=0;e<i.length-1;e++){let t=i[e];for(let n=e+1;n<i.length;n++){let r=i[n];if(t.sameState(r)||t.buffer.length>500&&r.buffer.length>500)if((t.score-r.score||t.buffer.length-r.buffer.length)>0)i.splice(n--,1);else{i.splice(e--,1);continue i}}}i.length>12&&i.splice(12,i.length-12)}this.minStackPos=i[0].pos;for(let e=1;e<i.length;e++)i[e].pos<this.minStackPos&&(this.minStackPos=i[e].pos);return null}stopAt(e){if(null!=this.stoppedAt&&this.stoppedAt<e)throw RangeError("Can't move stoppedAt forward");this.stoppedAt=e}advanceStack(e,t,n){let r=e.pos,{parser:i}=this,o=Np?this.stackID(e)+" -> ":"";if(null!=this.stoppedAt&&r>this.stoppedAt)return e.forceReduce()?e:null;if(this.fragments){let t=e.curContext&&e.curContext.tracker.strict,n=t?e.curContext.hash:0;for(let a=this.fragments.nodeAt(r);a;){let r=this.parser.nodeSet.types[a.type.id]==a.type?i.getGoto(e.state,a.type.id):-1;if(r>-1&&a.length&&(!t||(a.prop(_M.contextHash)||0)==n))return e.useNode(a,r),Np&&console.log(o+this.stackID(e)+` (via reuse of ${i.getName(a.type.id)})`),!0;if(!(a instanceof __)||0==a.children.length||a.positions[0]>0)break;let s=a.children[0];if(s instanceof __&&0==a.positions[0])a=s;else break}}let a=i.stateSlot(e.state,4);if(a>0)return e.reduce(a),Np&&console.log(o+this.stackID(e)+` (via always-reduce ${i.getName(65535&a)})`),!0;if(e.stack.length>=8400)for(;e.stack.length>6e3&&e.forceReduce(););let s=this.tokens.getActions(e);for(let a=0;a<s.length;){let l=s[a++],u=s[a++],c=s[a++],d=a==s.length||!n,h=d?e:e.split(),p=this.tokens.mainToken;if(h.apply(l,u,p?p.start:h.pos,c),Np&&console.log(o+this.stackID(h)+` (via ${(65536&l)==0?"shift":`reduce of ${i.getName(65535&l)}`} for ${i.getName(u)} @ ${r}${h==e?"":", split"})`),d)return!0;h.pos>r?t.push(h):n.push(h)}return!1}advanceFully(e,t){let n=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>n)return Nx(e,t),!0}}runRecovery(e,t,n){let r=null,i=!1;for(let o=0;o<e.length;o++){let a=e[o],s=t[o<<1],l=t[(o<<1)+1],u=Np?this.stackID(a)+" -> ":"";if(a.deadEnd&&(i||(i=!0,a.restart(),Np&&console.log(u+this.stackID(a)+" (restarted)"),this.advanceFully(a,n))))continue;let c=a.split(),d=u;for(let e=0;c.forceReduce()&&e<10&&(Np&&console.log(d+this.stackID(c)+" (via force-reduce)"),!this.advanceFully(c,n));e++)Np&&(d=this.stackID(c)+" -> ");for(let e of a.recoverByInsert(s))Np&&console.log(u+this.stackID(e)+" (via recover-insert)"),this.advanceFully(e,n);this.stream.end>a.pos?(l==a.pos&&(l++,s=0),a.recoverByDelete(s,l),Np&&console.log(u+this.stackID(a)+` (via recover-delete ${this.parser.getName(s)})`),Nx(a,n)):(!r||r.score<a.score)&&(r=a)}return r}stackToTree(e){return e.close(),__.build({buffer:No.create(e),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:e.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(e){let t=(Nf||(Nf=new WeakMap)).get(e);return t||Nf.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function Nx(e,t){for(let n=0;n<t.length;n++){let r=t[n];if(r.pos==e.pos&&r.sameState(e)){t[n].score<e.score&&(t[n]=e);return}}t.push(e)}class Nb{constructor(e,t,n){this.source=e,this.flags=t,this.disabled=n}allows(e){return!this.disabled||0==this.disabled[e]}}class Nw extends _K{constructor(e){if(super(),this.wrappers=[],14!=e.version)throw RangeError(`Parser version (${e.version}) doesn't match runtime version (14)`);let t=e.nodeNames.split(" ");this.minRepeatTerm=t.length;for(let n=0;n<e.repeatNodeCount;n++)t.push("");let n=Object.keys(e.topRules).map(t=>e.topRules[t][1]),r=[];for(let e=0;e<t.length;e++)r.push([]);function i(e,t,n){r[e].push([t,t.deserialize(String(n))])}if(e.nodeProps)for(let t of e.nodeProps){let e=t[0];"string"==typeof e&&(e=_M[e]);for(let n=1;n<t.length;){let r=t[n++];if(r>=0)i(r,e,t[n++]);else{let o=t[n+-r];for(let a=-r;a>0;a--)i(t[n++],e,o);n++}}}this.nodeSet=new _D(t.map((t,i)=>_A.define({name:i>=this.minRepeatTerm?void 0:t,id:i,props:r[i],top:n.indexOf(i)>-1,error:0==i,skipped:e.skippedNodes&&e.skippedNodes.indexOf(i)>-1}))),e.propSources&&(this.nodeSet=this.nodeSet.extend(...e.propSources)),this.strict=!1,this.bufferLength=1024;let o=Na(e.tokenData);this.context=e.context,this.specializerSpecs=e.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let e=0;e<this.specializerSpecs.length;e++)this.specialized[e]=this.specializerSpecs[e].term;this.specializers=this.specializerSpecs.map(NC),this.states=Na(e.states,Uint32Array),this.data=Na(e.stateData),this.goto=Na(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(e=>"number"==typeof e?new Nc(o,e):e),this.topRules=e.topRules,this.dialects=e.dialects||{},this.dynamicPrecedences=e.dynamicPrecedences||null,this.tokenPrecTable=e.tokenPrec,this.termNames=e.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(e,t,n){let r=new Ny(this,e,t,n);for(let i of this.wrappers)r=i(r,e,t,n);return r}getGoto(e,t,n=!1){let r=this.goto;if(t>=r[0])return -1;for(let i=r[t+1];;){let t=r[i++],o=1&t,a=r[i++];if(o&&n)return a;for(let n=i+(t>>1);i<n;i++)if(r[i]==e)return a;if(o)return -1}}hasAction(e,t){let n=this.data;for(let r=0;r<2;r++)for(let i=this.stateSlot(e,r?2:1),o;;i+=3){if(65535==(o=n[i]))if(1==n[i+1])o=n[i=NS(n,i+2)];else if(2==n[i+1])return NS(n,i+2);else break;if(o==t||0==o)return NS(n,i+1)}return 0}stateSlot(e,t){return this.states[6*e+t]}stateFlag(e,t){return(this.stateSlot(e,0)&t)>0}validAction(e,t){return!!this.allActions(e,e=>e==t||null)}allActions(e,t){let n=this.stateSlot(e,4),r=n?t(n):void 0;for(let n=this.stateSlot(e,1);null==r;n+=3){if(65535==this.data[n])if(1==this.data[n+1])n=NS(this.data,n+2);else break;r=t(NS(this.data,n+1))}return r}nextStates(e){let t=[];for(let n=this.stateSlot(e,1);;n+=3){if(65535==this.data[n])if(1==this.data[n+1])n=NS(this.data,n+2);else break;if((1&this.data[n+2])==0){let e=this.data[n+1];t.some((t,n)=>1&n&&t==e)||t.push(this.data[n],e)}}return t}configure(e){let t=Object.assign(Object.create(Nw.prototype),this);if(e.props&&(t.nodeSet=this.nodeSet.extend(...e.props)),e.top){let n=this.topRules[e.top];if(!n)throw RangeError(`Invalid top rule name ${e.top}`);t.top=n}return e.tokenizers&&(t.tokenizers=this.tokenizers.map(t=>{let n=e.tokenizers.find(e=>e.from==t);return n?n.to:t})),e.specializers&&(t.specializers=this.specializers.slice(),t.specializerSpecs=this.specializerSpecs.map((n,r)=>{let i=e.specializers.find(e=>e.from==n.external);if(!i)return n;let o=Object.assign(Object.assign({},n),{external:i.to});return t.specializers[r]=NC(o),o})),e.contextTracker&&(t.context=e.contextTracker),e.dialect&&(t.dialect=this.parseDialect(e.dialect)),null!=e.strict&&(t.strict=e.strict),e.wrap&&(t.wrappers=t.wrappers.concat(e.wrap)),null!=e.bufferLength&&(t.bufferLength=e.bufferLength),t}hasWrappers(){return this.wrappers.length>0}getName(e){return this.termNames?this.termNames[e]:String(e<=this.maxNode&&this.nodeSet.types[e].name||e)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(e){let t=this.dynamicPrecedences;return null==t?0:t[e]||0}parseDialect(e){let t=Object.keys(this.dialects),n=t.map(()=>!1);if(e)for(let r of e.split(" ")){let e=t.indexOf(r);e>=0&&(n[e]=!0)}let r=null;for(let e=0;e<t.length;e++)if(!n[e])for(let n=this.dialects[t[e]],i;65535!=(i=this.data[n++]);)(r||(r=new Uint8Array(this.maxTerm+1)))[i]=1;return new Nb(e,n,r)}static deserialize(e){return new Nw(e)}}function NS(e,t){return e[t]|e[t+1]<<16}function NC(e){if(e.external){let t=+!!e.extend;return(n,r)=>e.external(n,r)<<1|t}return e.get}let Nk=_5({String:Op.string,Number:Op.number,"True False":Op.bool,PropertyName:Op.propertyName,Null:Op.null,", :":Op.separator,"[ ]":Op.squareBracket,"{ }":Op.brace}),NM=Nw.deserialize({version:14,states:"$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#ClOOQO'#Cr'#CrQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CtOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59W,59WO!iQPO,59WOVQPO,59QOqQPO'#CmO!nQPO,59`OOQO1G.k1G.kOVQPO'#CnO!vQPO,59aOOQO1G.r1G.rOOQO1G.l1G.lOOQO,59X,59XOOQO-E6k-E6kOOQO,59Y,59YOOQO-E6l-E6l",stateData:"#O~OeOS~OQSORSOSSOTSOWQO_ROgPO~OVXOgUO~O^[O~PVO[^O~O]_OVhX~OVaO~O]bO^iX~O^dO~O]_OVha~O]bO^ia~O",goto:"!kjPPPPPPkPPkqwPPPPk{!RPPP!XP!e!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",nodeNames:"⚠ JsonText True False Null Number String } { Object Property PropertyName : , ] [ Array",maxTerm:25,nodeProps:[["isolate",-2,6,11,""],["openedBy",7,"{",14,"["],["closedBy",8,"}",15,"]"]],propSources:[Nk],skippedNodes:[0],repeatNodeCount:2,tokenData:"(|~RaXY!WYZ!W]^!Wpq!Wrs!]|}$u}!O$z!Q!R%T!R![&c![!]&t!}#O&y#P#Q'O#Y#Z'T#b#c'r#h#i(Z#o#p(r#q#r(w~!]Oe~~!`Wpq!]qr!]rs!xs#O!]#O#P!}#P;'S!];'S;=`$o<%lO!]~!}Og~~#QXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#m~#pR!Q![#y!c!i#y#T#Z#y~#|R!Q![$V!c!i$V#T#Z$V~$YR!Q![$c!c!i$c#T#Z$c~$fR!Q![!]!c!i!]#T#Z!]~$rP;=`<%l!]~$zO]~~$}Q!Q!R%T!R![&c~%YRT~!O!P%c!g!h%w#X#Y%w~%fP!Q![%i~%nRT~!Q![%i!g!h%w#X#Y%w~%zR{|&T}!O&T!Q![&Z~&WP!Q![&Z~&`PT~!Q![&Z~&hST~!O!P%c!Q![&c!g!h%w#X#Y%w~&yO[~~'OO_~~'TO^~~'WP#T#U'Z~'^P#`#a'a~'dP#g#h'g~'jP#X#Y'm~'rOR~~'uP#i#j'x~'{P#`#a(O~(RP#`#a(U~(ZOS~~(^P#f#g(a~(dP#i#j(g~(jP#X#Y(m~(rOQ~~(wOW~~(|OV~",tokenizers:[0],topRules:{JsonText:[0,1]},tokenPrec:0}),NT=Oy.define({name:"json",parser:NM.configure({props:[OZ.add({Object:OF({except:/^\s*\}/}),Array:OF({except:/^\s*\]/})}),OV.add({"Object Array":function(e){let t=e.firstChild,n=e.lastChild;return t&&t.to<n.from?{from:t.to,to:n.type.isError?e.to:n.from}:null}})]}),languageData:{closeBrackets:{brackets:["[","{",'"']},indentOnInput:/^\s*[\}\]]$/}});function NI(e){let t=(0,nt.Z)(),n="dark"===t.palette.mode,[r,i]=(0,B.useState)(()=>JSON.stringify(e.value,null,2)),[o,a]=(0,B.useState)(r);return(0,Z.jsx)(Nt,{...e,style:{border:`1px solid ${t.palette.divider}`},theme:n?"dark":"light",extensions:[new OD(NT),function(e,t={}){return[B_.of({source:e,config:t}),BR,BU]}(e=>{try{JSON.parse(e.state.doc.toString())}catch(i){var t;let n;if(!(i instanceof SyntaxError))throw i;let r=(t=e.state.doc,(n=i.message.match(/at position (\d+)/))?Math.min(+n[1],t.length):(n=i.message.match(/at line (\d+) column (\d+)/))?Math.min(t.line(+n[1]).from+ +n[2]-1,t.length):0);return[{from:r,message:i.message,severity:"error",to:r}]}return[]}),function(e={}){return[BY.of(e),B$,BH,Bq,BG]}()],value:r,onChange:t=>{i(t),e.onChange&&e.onChange(t)},onBlur:()=>{o!==r&&void 0!==e.onChange&&(e.onChange(r),a(r))},placeholder:e.placeholder})}function NA(e){return(0,Y.ZP)("MuiFormControlLabel",e)}let ND=(0,U.Z)("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"]),NP=(0,$.ZP)("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${ND.label}`]:t.label},t.root,t[`labelPlacement${(0,H.Z)(n.labelPlacement)}`]]}})((0,W.Z)(({theme:e})=>({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${ND.disabled}`]:{cursor:"default"},[`& .${ND.label}`]:{[`&.${ND.disabled}`]:{color:(e.vars||e).palette.text.disabled}},variants:[{props:{labelPlacement:"start"},style:{flexDirection:"row-reverse",marginRight:-11}},{props:{labelPlacement:"top"},style:{flexDirection:"column-reverse"}},{props:{labelPlacement:"bottom"},style:{flexDirection:"column"}},{props:({labelPlacement:e})=>"start"===e||"top"===e||"bottom"===e,style:{marginLeft:16}}]}))),NR=(0,$.ZP)("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,W.Z)(({theme:e})=>({[`&.${ND.error}`]:{color:(e.vars||e).palette.error.main}}))),N_=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiFormControlLabel"}),{checked:r,className:i,componentsProps:o={},control:a,disabled:s,disableTypography:l,inputRef:u,label:c,labelPlacement:d="end",name:h,onChange:p,required:f,slots:g={},slotProps:m={},value:v,...y}=n,x=(0,eq.Z)(),b=s??a.props.disabled??x?.disabled,w=f??a.props.required,S={disabled:b,required:w};["checked","name","onChange","value","inputRef"].forEach(e=>{void 0===a.props[e]&&void 0!==n[e]&&(S[e]=n[e])});let C=eW({props:n,muiFormControl:x,states:["error"]}),k={...n,disabled:b,labelPlacement:d,required:w,error:C.error},M=(e=>{let{classes:t,disabled:n,labelPlacement:r,error:i,required:o}=e,a={root:["root",n&&"disabled",`labelPlacement${(0,H.Z)(r)}`,i&&"error",o&&"required"],label:["label",n&&"disabled"],asterisk:["asterisk",i&&"error"]};return(0,F.Z)(a,NA,t)})(k),T={slots:g,slotProps:{...o,...m}},[I,A]=(0,np.Z)("typography",{elementType:ct.Z,externalForwardedProps:T,ownerState:k}),D=c;return null==D||D.type===ct.Z||l||(D=(0,Z.jsx)(I,{component:"span",...A,className:(0,z.Z)(M.label,A?.className),children:D})),(0,Z.jsxs)(NP,{className:(0,z.Z)(M.root,i),ownerState:k,ref:t,...y,children:[B.cloneElement(a,S),w?(0,Z.jsxs)("div",{children:[D,(0,Z.jsxs)(NR,{ownerState:k,"aria-hidden":!0,className:M.asterisk,children:[" ","*"]})]}):D]})});var NO=e=>null!=e&&!Array.isArray(e)&&"object"==typeof e&&!(e instanceof Date),NE="undefined"!=typeof window&&void 0!==window.HTMLElement&&"undefined"!=typeof document;function NL(e){let t,n=Array.isArray(e),r="undefined"!=typeof FileList&&e instanceof FileList;if(e instanceof Date)t=new Date(e);else if(e instanceof Set)t=new Set(e);else if(!(!(NE&&(e instanceof Blob||r))&&(n||NO(e))))return e;else if(t=n?[]:{},n||(e=>{let t=e.constructor&&e.constructor.prototype;return NO(t)&&t.hasOwnProperty("isPrototypeOf")})(e))for(let n in e)e.hasOwnProperty(n)&&(t[n]=NL(e[n]));else t=e;return t}var NZ=e=>Array.isArray(e)?e.filter(Boolean):[],NB=e=>void 0===e,NN=(e,t,n)=>{if(!t||!NO(e))return n;let r=NZ(t.split(/[,[\].]+?/)).reduce((e,t)=>null==e?e:e[t],e);return NB(r)||r===e?NB(e[t])?n:e[t]:r},Nz=e=>/^\w*$/.test(e),NF=e=>NZ(e.replace(/["|']|\]/g,"").split(/\.|\[/)),Nj=(e,t,n)=>{let r=-1,i=Nz(t)?[t]:NF(t),o=i.length,a=o-1;for(;++r<o;){let t=i[r],o=n;if(r!==a){let n=e[t];o=NO(n)||Array.isArray(n)?n:isNaN(+i[r+1])?{}:[]}if("__proto__"===t||"constructor"===t||"prototype"===t)return;e[t]=o,e=e[t]}return e};let NV="maxLength",NH="minLength",N$="pattern",NW="required",NG=B.createContext(null),Nq=()=>B.useContext(NG);var NU=e=>NO(e)&&!Object.keys(e).length,NY=e=>Array.isArray(e)?e:[e],NX=(e,t,n)=>!e||!t||e===t||NY(e).some(e=>e&&(n?e===t:e.startsWith(t)||t.startsWith(e)));function NK(e){let t=B.useRef(e);t.current=e,B.useEffect(()=>{let n=!e.disabled&&t.current.subject&&t.current.subject.subscribe({next:t.current.next});return()=>{n&&n.unsubscribe()}},[e.disabled])}let NQ=e=>e.render(function(e){var t;let n=Nq(),{name:r,disabled:i,control:o=n.control,shouldUnregister:a}=e,s=(t=o._names.array,t.has(r.substring(0,r.search(/\.\d+(\.|$)/))||r)),l=function(e){let t=Nq(),{control:n=t.control,name:r,defaultValue:i,disabled:o,exact:a}=e||{},s=B.useRef(r);s.current=r,NK({disabled:o,subject:n._subjects.values,next:e=>{let t,r,o,l,c;NX(s.current,e.name,a)&&u(NL((t=s.current,r=n._names,o=e.values||n._formValues,l=!1,c=i,"string"==typeof t?(l&&r.watch.add(t),NN(o,t,c)):Array.isArray(t)?t.map(e=>(l&&r.watch.add(e),NN(o,e))):(l&&(r.watchAll=!0),o))))}});let[l,u]=B.useState(n._getWatch(r,i));return B.useEffect(()=>n._removeUnmounted()),l}({control:o,name:r,defaultValue:NN(o._formValues,r,NN(o._defaultValues,r,e.defaultValue)),exact:!0}),u=function(e){let t=Nq(),{control:n=t.control,disabled:r,name:i,exact:o}=e||{},[a,s]=B.useState(n._formState),l=B.useRef(!0),u=B.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1}),c=B.useRef(i);return c.current=i,NK({disabled:r,next:e=>l.current&&NX(c.current,e.name,o)&&((e,t,n,r)=>{n(e);let{name:i,...o}=e;return NU(o)||Object.keys(o).length>=Object.keys(t).length||Object.keys(o).find(e=>t[e]===(!r||"all"))})(e,u.current,n._updateFormState)&&s({...n._formState,...e}),subject:n._subjects.state}),B.useEffect(()=>(l.current=!0,u.current.isValid&&n._updateValid(!0),()=>{l.current=!1}),[n]),B.useMemo(()=>((e,t,n,r=!0)=>{let i={defaultValues:t._defaultValues};for(let o in e)Object.defineProperty(i,o,{get:()=>("all"!==t._proxyFormState[o]&&(t._proxyFormState[o]=!r||"all"),n&&(n[o]=!0),e[o])});return i})(a,n,u.current,!1),[a,n])}({control:o,name:r,exact:!0}),c=B.useRef(o.register(r,{...e.rules,value:l,..."boolean"==typeof e.disabled?{disabled:e.disabled}:{}})),d=B.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!NN(u.errors,r)},isDirty:{enumerable:!0,get:()=>!!NN(u.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!NN(u.touchedFields,r)},isValidating:{enumerable:!0,get:()=>!!NN(u.validatingFields,r)},error:{enumerable:!0,get:()=>NN(u.errors,r)}}),[u,r]),h=B.useMemo(()=>({name:r,value:l,..."boolean"==typeof i||u.disabled?{disabled:u.disabled||i}:{},onChange:e=>{let t;return c.current.onChange({target:{value:NO(t=e)&&t.target?"checkbox"===t.target.type?t.target.checked:t.target.value:t,name:r},type:"change"})},onBlur:()=>c.current.onBlur({target:{value:NN(o._formValues,r),name:r},type:"blur"}),ref:e=>{let t=NN(o._fields,r);t&&e&&(t._f.ref={focus:()=>e.focus(),select:()=>e.select(),setCustomValidity:t=>e.setCustomValidity(t),reportValidity:()=>e.reportValidity()})}}),[r,o._formValues,i,u.disabled,l,o._fields]);return B.useEffect(()=>{let e=o._options.shouldUnregister||a,t=(e,t)=>{let n=NN(o._fields,e);n&&n._f&&(n._f.mount=t)};if(t(r,!0),e){let e=NL(NN(o._options.defaultValues,r));Nj(o._defaultValues,r,e),NB(NN(o._formValues,r))&&Nj(o._formValues,r,e)}return s||o.register(r),()=>{(s?e&&!o._state.action:e)?o.unregister(r):t(r,!1)}},[r,o,s,a]),B.useEffect(()=>{o._updateDisabledField({disabled:i,fields:o._fields,name:r})},[i,r,o]),B.useMemo(()=>({field:h,formState:u,fieldState:d}),[h,u,d])}(e));var NJ=(e,t,n,r,i)=>t?{...n[e],types:{...n[e]&&n[e].types?n[e].types:{},[r]:i||!0}}:{},N0=()=>{let e="undefined"==typeof performance?Date.now():1e3*performance.now();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{let n=(16*Math.random()+e)%16|0;return("x"==t?n:3&n|8).toString(16)})},N1=(e,t,n={})=>n.shouldFocus||NB(n.shouldFocus)?n.focusName||`${e}.${NB(n.focusIndex)?t:n.focusIndex}.`:"",N2=e=>({isOnSubmit:!e||"onSubmit"===e,isOnBlur:"onBlur"===e,isOnChange:"onChange"===e,isOnAll:"all"===e,isOnTouch:"onTouched"===e});let N5=(e,t,n,r)=>{for(let i of n||Object.keys(e)){let n=NN(e,i);if(n){let{_f:e,...o}=n;if(e){if(e.refs&&e.refs[0]&&t(e.refs[0],i)&&!r)return!0;else if(e.ref&&t(e.ref,e.name)&&!r)return!0;else if(N5(o,t))break}else if(NO(o)&&N5(o,t))break}}};var N3=e=>"string"==typeof e;let N4={value:!1,isValid:!1},N6={value:!0,isValid:!0},N8={isValid:!1,value:null};function N9(e,t,n="validate"){if(N3(e)||Array.isArray(e)&&e.every(N3)||"boolean"==typeof e&&!e)return{type:n,message:N3(e)?e:"",ref:t}}var N7=e=>!NO(e)||e instanceof RegExp?{value:e,message:""}:e,ze=async(e,t,n,r,i,o)=>{let{ref:a,refs:s,required:l,maxLength:u,minLength:c,min:d,max:h,pattern:p,validate:f,name:g,valueAsNumber:m,mount:v}=e._f,y=NN(n,g);if(!v||t.has(g))return{};let x=s?s[0]:a,b=e=>{i&&x.reportValidity&&(x.setCustomValidity("boolean"==typeof e?"":e||""),x.reportValidity())},w={},S="radio"===a.type,C="checkbox"===a.type,k=(m||"file"===a.type)&&NB(a.value)&&NB(y)||(e=>{if(!NE)return!1;let t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)})(a)&&""===a.value||""===y||Array.isArray(y)&&!y.length,M=NJ.bind(null,g,r,w),T=(e,t,n,r=NV,i=NH)=>{let o=e?t:n;w[g]={type:e?r:i,message:o,ref:a,...M(e?r:i,o)}};if(o?!Array.isArray(y)||!y.length:l&&(!(S||C)&&(k||null==y)||"boolean"==typeof y&&!y||C&&!(e=>{if(Array.isArray(e)){if(e.length>1){let t=e.filter(e=>e&&e.checked&&!e.disabled).map(e=>e.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!NB(e[0].attributes.value)?NB(e[0].value)||""===e[0].value?N6:{value:e[0].value,isValid:!0}:N6:N4}return N4})(s).isValid||S&&!(Array.isArray(s)?s.reduce((e,t)=>t&&t.checked&&!t.disabled?{isValid:!0,value:t.value}:e,N8):N8).isValid)){let{value:e,message:t}=N3(l)?{value:!!l,message:l}:N7(l);if(e&&(w[g]={type:NW,message:t,ref:x,...M(NW,t)},!r))return b(t),w}if(!k&&(null!=d||null!=h)){let e,t,n=N7(h),i=N7(d);if(null==y||isNaN(y)){let r=a.valueAsDate||new Date(y),o=e=>new Date(new Date().toDateString()+" "+e),s="time"==a.type,l="week"==a.type;"string"==typeof n.value&&y&&(e=s?o(y)>o(n.value):l?y>n.value:r>new Date(n.value)),"string"==typeof i.value&&y&&(t=s?o(y)<o(i.value):l?y<i.value:r<new Date(i.value))}else{let r=a.valueAsNumber||(y?+y:y);null!=n.value&&(e=r>n.value),null!=i.value&&(t=r<i.value)}if((e||t)&&(T(!!e,n.message,i.message,"max","min"),!r))return b(w[g].message),w}if((u||c)&&!k&&("string"==typeof y||o&&Array.isArray(y))){let e=N7(u),t=N7(c),n=null!=e.value&&y.length>+e.value,i=null!=t.value&&y.length<+t.value;if((n||i)&&(T(n,e.message,t.message),!r))return b(w[g].message),w}if(p&&!k&&"string"==typeof y){let{value:e,message:t}=N7(p);if(e instanceof RegExp&&!y.match(e)&&(w[g]={type:N$,message:t,ref:a,...M(N$,t)},!r))return b(t),w}if(f){if("function"==typeof f){let e=N9(await f(y,n),x);if(e&&(w[g]={...e,...M("validate",e.message)},!r))return b(e.message),w}else if(NO(f)){let e={};for(let t in f){if(!NU(e)&&!r)break;let i=N9(await f[t](y,n),x,t);i&&(e={...i,...M(t,i.message)},b(i.message),r&&(w[g]=e))}if(!NU(e)&&(w[g]={ref:x,...e},!r))return w}}return b(!0),w},zt=(e,t)=>[...e,...NY(t)],zn=e=>Array.isArray(e)?e.map(()=>void 0):void 0;function zr(e,t,n){return[...e.slice(0,t),...NY(n),...e.slice(t)]}var zi=(e,t,n)=>Array.isArray(e)?(NB(e[n])&&(e[n]=void 0),e.splice(n,0,e.splice(t,1)[0]),e):[],zo=(e,t)=>[...NY(t),...NY(e)],za=(e,t)=>NB(t)?[]:function(e,t){let n=0,r=[...e];for(let e of t)r.splice(e-n,1),n++;return NZ(r).length?r:[]}(e,NY(t).sort((e,t)=>e-t)),zs=(e,t,n)=>{[e[t],e[n]]=[e[n],e[t]]},zl=(e,t,n)=>(e[t]=n,e),zu=n(3755),zc=n(6396);function zd({control:e,...t}){let{fields:n,append:r,remove:i}=function(e){let t=Nq(),{control:n=t.control,name:r,keyName:i="id",shouldUnregister:o,rules:a}=e,[s,l]=B.useState(n._getFieldArray(r)),u=B.useRef(n._getFieldArray(r).map(N0)),c=B.useRef(s),d=B.useRef(r),h=B.useRef(!1);d.current=r,c.current=s,n._names.array.add(r),a&&n.register(r,a),NK({next:({values:e,name:t})=>{if(t===d.current||!t){let t=NN(e,d.current);Array.isArray(t)&&(l(t),u.current=t.map(N0))}},subject:n._subjects.array});let p=B.useCallback(e=>{h.current=!0,n._updateFieldArray(r,e)},[n,r]);return B.useEffect(()=>{let e,t;if(n._state.action=!1,e=n._names,!t&&(e.watchAll||e.watch.has(r)||[...e.watch].some(e=>r.startsWith(e)&&/^\.\w+/.test(r.slice(e.length))))&&n._subjects.state.next({...n._formState}),h.current&&(!N2(n._options.mode).isOnSubmit||n._formState.isSubmitted))if(n._options.resolver)n._executeSchema([r]).then(e=>{let t=NN(e.errors,r),i=NN(n._formState.errors,r);(i?!t&&i.type||t&&(i.type!==t.type||i.message!==t.message):t&&t.type)&&(t?Nj(n._formState.errors,r,t):function e(t,n){let r=Array.isArray(n)?n:Nz(n)?[n]:NF(n),i=1===r.length?t:function(e,t){let n=t.slice(0,-1).length,r=0;for(;r<n;)e=NB(e)?r++:e[t[r++]];return e}(t,r),o=r.length-1,a=r[o];return i&&delete i[a],0!==o&&(NO(i)&&NU(i)||Array.isArray(i)&&function(e){for(let t in e)if(e.hasOwnProperty(t)&&!NB(e[t]))return!1;return!0}(i))&&e(t,r.slice(0,-1)),t}(n._formState.errors,r),n._subjects.state.next({errors:n._formState.errors}))});else{let e=NN(n._fields,r);e&&e._f&&!(N2(n._options.reValidateMode).isOnSubmit&&N2(n._options.mode).isOnSubmit)&&ze(e,n._names.disabled,n._formValues,"all"===n._options.criteriaMode,n._options.shouldUseNativeValidation,!0).then(e=>!NU(e)&&n._subjects.state.next({errors:((e,t,n)=>{let r=NY(NN(e,n));return Nj(r,"root",t[n]),Nj(e,n,r),e})(n._formState.errors,e,r)}))}n._subjects.values.next({name:r,values:{...n._formValues}}),n._names.focus&&N5(n._fields,(e,t)=>{if(n._names.focus&&t.startsWith(n._names.focus)&&e.focus)return e.focus(),1}),n._names.focus="",n._updateValid(),h.current=!1},[s,r,n]),B.useEffect(()=>(NN(n._formValues,r)||n._updateFieldArray(r),()=>{(n._options.shouldUnregister||o)&&n.unregister(r)}),[r,n,i,o]),{swap:B.useCallback((e,t)=>{let i=n._getFieldArray(r);zs(i,e,t),zs(u.current,e,t),p(i),l(i),n._updateFieldArray(r,i,zs,{argA:e,argB:t},!1)},[p,r,n]),move:B.useCallback((e,t)=>{let i=n._getFieldArray(r);zi(i,e,t),zi(u.current,e,t),p(i),l(i),n._updateFieldArray(r,i,zi,{argA:e,argB:t},!1)},[p,r,n]),prepend:B.useCallback((e,t)=>{let i=NY(NL(e)),o=zo(n._getFieldArray(r),i);n._names.focus=N1(r,0,t),u.current=zo(u.current,i.map(N0)),p(o),l(o),n._updateFieldArray(r,o,zo,{argA:zn(e)})},[p,r,n]),append:B.useCallback((e,t)=>{let i=NY(NL(e)),o=zt(n._getFieldArray(r),i);n._names.focus=N1(r,o.length-1,t),u.current=zt(u.current,i.map(N0)),p(o),l(o),n._updateFieldArray(r,o,zt,{argA:zn(e)})},[p,r,n]),remove:B.useCallback(e=>{let t=za(n._getFieldArray(r),e);u.current=za(u.current,e),p(t),l(t),Array.isArray(NN(n._fields,r))||Nj(n._fields,r,void 0),n._updateFieldArray(r,t,za,{argA:e})},[p,r,n]),insert:B.useCallback((e,t,i)=>{let o=NY(NL(t)),a=zr(n._getFieldArray(r),e,o);n._names.focus=N1(r,e,i),u.current=zr(u.current,e,o.map(N0)),p(a),l(a),n._updateFieldArray(r,a,zr,{argA:e,argB:zn(t)})},[p,r,n]),update:B.useCallback((e,t)=>{let i=NL(t),o=zl(n._getFieldArray(r),e,i);u.current=[...o].map((t,n)=>t&&n!==e?u.current[n]:N0()),p(o),l([...o]),n._updateFieldArray(r,o,zl,{argA:e,argB:i},!0,!1)},[p,r,n]),replace:B.useCallback(e=>{let t=NY(NL(e));u.current=t.map(N0),p([...t]),l([...t]),n._updateFieldArray(r,[...t],e=>e,{},!0,!1)},[p,r,n]),fields:B.useMemo(()=>s.map((e,t)=>({...e,[i]:u.current[t]||N0()})),[s,i])}}({control:e,name:"panelDefinition.spec.links"});return(0,Z.jsxs)(eT.Z,{...t,gap:3,children:[n&&n.length>0?n.map((t,n)=>(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsxs)(eT.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,Z.jsx)(zh,{control:e,index:n}),(0,Z.jsx)(eR,{style:{width:"fit-content",height:"fit-content"},onClick:()=>i(n),children:(0,Z.jsx)(zc.default,{})})]}),(0,Z.jsx)(Tx,{})]},t.id)):(0,Z.jsx)(ct.Z,{variant:"subtitle1",mb:2,fontStyle:"italic",children:"No links defined"}),(0,Z.jsx)(eR,{style:{width:"fit-content",height:"fit-content"},onClick:()=>r({url:""}),children:(0,Z.jsx)(zu.default,{})})]})}function zh({control:e,index:t}){return(0,Z.jsxs)(eT.Z,{gap:2,flexGrow:1,children:[(0,Z.jsxs)(eT.Z,{direction:"row",gap:2,children:[(0,Z.jsx)(NQ,{control:e,name:`panelDefinition.spec.links.${t}.url`,render:({field:e,fieldState:t})=>(0,Z.jsx)(rf,{...e,required:!0,fullWidth:!0,label:"URL",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,Z.jsx)(NQ,{control:e,name:`panelDefinition.spec.links.${t}.name`,render:({field:e,fieldState:t})=>(0,Z.jsx)(rf,{...e,fullWidth:!0,label:"Name",defaultValue:"",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,Z.jsx)(NQ,{control:e,name:`panelDefinition.spec.links.${t}.tooltip`,render:({field:e,fieldState:t})=>(0,Z.jsx)(rf,{...e,fullWidth:!0,label:"Tooltip",defaultValue:"",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})})]}),(0,Z.jsxs)(eT.Z,{gap:2,direction:"row",alignItems:"center",children:[(0,Z.jsx)(NQ,{control:e,name:`panelDefinition.spec.links.${t}.renderVariables`,render:({field:e})=>(0,Z.jsx)(N_,{label:"Render Variables",control:(0,Z.jsx)(hy,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})}),(0,Z.jsx)(NQ,{control:e,name:`panelDefinition.spec.links.${t}.targetBlank`,render:({field:e})=>(0,Z.jsx)(N_,{label:"Open in new tab",control:(0,Z.jsx)(hy,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})})]})]})}let zp=[{id:"value",label:"Value"},{id:"percentage",label:"Percentage"}];function zf({disablePercentageMode:e,onChange:t,value:n="value"}){return(0,Z.jsx)(fv,{label:"Mode",control:(0,Z.jsx)(fJ,{value:zp.find(e=>e.id===n),options:zp,getOptionLabel:e=>e.label,getOptionDisabled:t=>"percentage"===t.id&&e,onChange:(e,{id:n})=>{t(n)},disableClearable:!0})})}function zg(e){return(0,Y.ZP)("MuiSkeleton",e)}(0,U.Z)("MuiSkeleton",["root","text","rectangular","rounded","circular","pulse","wave","withChildren","fitContent","heightAuto"]);let zm=(0,ea.F4)`
|
|
34
|
+
0% {
|
|
35
|
+
opacity: 1;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
50% {
|
|
39
|
+
opacity: 0.4;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
100% {
|
|
43
|
+
opacity: 1;
|
|
44
|
+
}
|
|
45
|
+
`,zv=(0,ea.F4)`
|
|
46
|
+
0% {
|
|
47
|
+
transform: translateX(-100%);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
50% {
|
|
51
|
+
/* +0.5s of delay between each loop */
|
|
52
|
+
transform: translateX(100%);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
100% {
|
|
56
|
+
transform: translateX(100%);
|
|
57
|
+
}
|
|
58
|
+
`,zy="string"!=typeof zm?(0,ea.iv)`
|
|
59
|
+
animation: ${zm} 2s ease-in-out 0.5s infinite;
|
|
60
|
+
`:null,zx="string"!=typeof zv?(0,ea.iv)`
|
|
61
|
+
&::after {
|
|
62
|
+
animation: ${zv} 2s linear 0.5s infinite;
|
|
63
|
+
}
|
|
64
|
+
`:null,zb=(0,$.ZP)("span",{name:"MuiSkeleton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],!1!==n.animation&&t[n.animation],n.hasChildren&&t.withChildren,n.hasChildren&&!n.width&&t.fitContent,n.hasChildren&&!n.height&&t.heightAuto]}})((0,W.Z)(({theme:e})=>{let t=String(e.shape.borderRadius).match(/[\d.\-+]*\s*(.*)/)[1]||"px",n=parseFloat(e.shape.borderRadius);return{display:"block",backgroundColor:e.vars?e.vars.palette.Skeleton.bg:(0,j.Fq)(e.palette.text.primary,"light"===e.palette.mode?.11:.13),height:"1.2em",variants:[{props:{variant:"text"},style:{marginTop:0,marginBottom:0,height:"auto",transformOrigin:"0 55%",transform:"scale(1, 0.60)",borderRadius:`${n}${t}/${Math.round(n/.6*10)/10}${t}`,"&:empty:before":{content:'"\\00a0"'}}},{props:{variant:"circular"},style:{borderRadius:"50%"}},{props:{variant:"rounded"},style:{borderRadius:(e.vars||e).shape.borderRadius}},{props:({ownerState:e})=>e.hasChildren,style:{"& > *":{visibility:"hidden"}}},{props:({ownerState:e})=>e.hasChildren&&!e.width,style:{maxWidth:"fit-content"}},{props:({ownerState:e})=>e.hasChildren&&!e.height,style:{height:"auto"}},{props:{animation:"pulse"},style:zy||{animation:`${zm} 2s ease-in-out 0.5s infinite`}},{props:{animation:"wave"},style:{position:"relative",overflow:"hidden",WebkitMaskImage:"-webkit-radial-gradient(white, black)","&::after":{background:`linear-gradient(
|
|
65
|
+
90deg,
|
|
66
|
+
transparent,
|
|
67
|
+
${(e.vars||e).palette.action.hover},
|
|
68
|
+
transparent
|
|
69
|
+
)`,content:'""',position:"absolute",transform:"translateX(-100%)",bottom:0,left:0,right:0,top:0}}},{props:{animation:"wave"},style:zx||{"&::after":{animation:`${zv} 2s linear 0.5s infinite`}}}]}})),zw=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiSkeleton"}),{animation:r="pulse",className:i,component:o="span",height:a,style:s,variant:l="text",width:u,...c}=n,d={...n,animation:r,component:o,variant:l,hasChildren:!!c.children},h=(e=>{let{classes:t,variant:n,animation:r,hasChildren:i,width:o,height:a}=e;return(0,F.Z)({root:["root",n,r,i&&"withChildren",i&&!o&&"fitContent",i&&!a&&"heightAuto"]},zg,t)})(d);return(0,Z.jsx)(zb,{as:o,ref:t,className:(0,z.Z)(h.root,i),ownerState:d,...c,style:{width:u,height:a,...s}})});function zS(e){let{message:t}=e;return(0,Z.jsx)(eT.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center"},children:(0,Z.jsx)(ct.Z,{children:t})})}function zC(e){let{resource:t}=e;return(0,Z.jsx)(zS,{message:`No ${t}`})}function zk(e){let{variant:t="rounded"}=e;return(0,Z.jsx)(eT.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center",px:1},children:(0,Z.jsx)(zw,{variant:t,width:"100%",height:"30%","aria-label":"Loading..."})})}let zM=[{id:"asc",label:"Ascending"},{id:"desc",label:"Descending"}];function zT({onChange:e,value:t="desc"}){return(0,Z.jsx)(fv,{label:"Sort",control:(0,Z.jsx)(fJ,{value:zM.find(e=>e.id===t),options:zM,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function zI({onChange:e,value:t,...n}){let r=t=>{e(t)};return(0,Z.jsxs)(et,{"aria-label":"Sort",...n,children:[(0,Z.jsx)(ek,{onClick:()=>r(void 0),variant:void 0===t?"contained":"outlined",children:"None"}),(0,Z.jsx)(ek,{onClick:()=>r("asc"),variant:"asc"===t?"contained":"outlined",children:"Asc"}),(0,Z.jsx)(ek,{onClick:()=>r("desc"),variant:"desc"===t?"contained":"outlined",children:"Desc"})]})}function zA(e){return(0,Y.ZP)("MuiToggleButtonGroup",e)}let zD=(0,U.Z)("MuiToggleButtonGroup",["root","selected","horizontal","vertical","disabled","grouped","groupedHorizontal","groupedVertical","fullWidth","firstButton","lastButton","middleButton"]),zP=B.createContext({}),zR=B.createContext(void 0);function z_(e){return(0,Y.ZP)("MuiToggleButton",e)}let zO=(0,U.Z)("MuiToggleButton",["root","disabled","selected","standard","primary","secondary","sizeSmall","sizeMedium","sizeLarge","fullWidth"]),zE=(0,$.ZP)("div",{name:"MuiToggleButtonGroup",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${zD.grouped}`]:t.grouped},{[`& .${zD.grouped}`]:t[`grouped${(0,H.Z)(n.orientation)}`]},{[`& .${zD.firstButton}`]:t.firstButton},{[`& .${zD.lastButton}`]:t.lastButton},{[`& .${zD.middleButton}`]:t.middleButton},t.root,"vertical"===n.orientation&&t.vertical,n.fullWidth&&t.fullWidth]}})((0,W.Z)(({theme:e})=>({display:"inline-flex",borderRadius:(e.vars||e).shape.borderRadius,variants:[{props:{orientation:"vertical"},style:{flexDirection:"column",[`& .${zD.grouped}`]:{[`&.${zD.selected} + .${zD.grouped}.${zD.selected}`]:{borderTop:0,marginTop:0}},[`& .${zD.firstButton},& .${zD.middleButton}`]:{borderBottomLeftRadius:0,borderBottomRightRadius:0},[`& .${zD.lastButton},& .${zD.middleButton}`]:{marginTop:-1,borderTop:"1px solid transparent",borderTopLeftRadius:0,borderTopRightRadius:0},[`& .${zD.lastButton}.${zO.disabled},& .${zD.middleButton}.${zO.disabled}`]:{borderTop:"1px solid transparent"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{orientation:"horizontal"},style:{[`& .${zD.grouped}`]:{[`&.${zD.selected} + .${zD.grouped}.${zD.selected}`]:{borderLeft:0,marginLeft:0}},[`& .${zD.firstButton},& .${zD.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${zD.lastButton},& .${zD.middleButton}`]:{marginLeft:-1,borderLeft:"1px solid transparent",borderTopLeftRadius:0,borderBottomLeftRadius:0},[`& .${zD.lastButton}.${zO.disabled},& .${zD.middleButton}.${zO.disabled}`]:{borderLeft:"1px solid transparent"}}}]}))),zL=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiToggleButtonGroup"}),{children:r,className:i,color:o="standard",disabled:a=!1,exclusive:s=!1,fullWidth:l=!1,onChange:u,orientation:c="horizontal",size:d="medium",value:h,...p}=n,f={...n,disabled:a,fullWidth:l,orientation:c,size:d},g=(e=>{let{classes:t,orientation:n,fullWidth:r,disabled:i}=e,o={root:["root",n,r&&"fullWidth"],grouped:["grouped",`grouped${(0,H.Z)(n)}`,i&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,F.Z)(o,zA,t)})(f),m=B.useCallback((e,t)=>{let n;if(!u)return;let r=h&&h.indexOf(t);h&&r>=0?(n=h.slice()).splice(r,1):n=h?h.concat(t):[t],u(e,n)},[u,h]),v=B.useCallback((e,t)=>{u&&u(e,h===t?null:t)},[u,h]),y=B.useMemo(()=>({className:g.grouped,onChange:s?v:m,value:h,size:d,fullWidth:l,color:o,disabled:a}),[g.grouped,s,v,m,h,d,l,o,a]),x=V(r),b=x.length;return(0,Z.jsx)(zE,{role:"group",className:(0,z.Z)(g.root,i),ref:t,ownerState:f,...p,children:(0,Z.jsx)(zP.Provider,{value:y,children:x.map((e,t)=>(0,Z.jsx)(zR.Provider,{value:(e=>{let t=0===e,n=e===b-1;return t&&n?"":t?g.firstButton:n?g.lastButton:g.middleButton})(t),children:e},t))})})}),zZ=(0,$.ZP)(eo.Z,{name:"MuiToggleButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`size${(0,H.Z)(n.size)}`]]}})((0,W.Z)(({theme:e})=>({...e.typography.button,borderRadius:(e.vars||e).shape.borderRadius,padding:11,border:`1px solid ${(e.vars||e).palette.divider}`,color:(e.vars||e).palette.action.active,[`&.${zO.disabled}`]:{color:(e.vars||e).palette.action.disabled,border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`},"&:hover":{textDecoration:"none",backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.text.primary,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[{props:{color:"standard"},style:{[`&.${zO.selected}`]:{color:(e.vars||e).palette.text.primary,backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.text.primary,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,j.Fq)(e.palette.text.primary,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette.text.primary,e.palette.action.selectedOpacity)}}}}},...Object.entries(e.palette).filter((0,G.Z)()).map(([t])=>({props:{color:t},style:{[`&.${zO.selected}`]:{color:(e.vars||e).palette[t].main,backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette[t].main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,j.Fq)(e.palette[t].main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,j.Fq)(e.palette[t].main,e.palette.action.selectedOpacity)}}}}})),{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{padding:7,fontSize:e.typography.pxToRem(13)}},{props:{size:"large"},style:{padding:15,fontSize:e.typography.pxToRem(15)}}]}))),zB=B.forwardRef(function(e,t){var n;let{value:r,...i}=B.useContext(zP),o=B.useContext(zR),a=(0,en.Z)({...i,selected:(n=e.value,void 0!==r&&void 0!==n&&(Array.isArray(r)?r.includes(n):n===r))},e),s=(0,q.i)({props:a,name:"MuiToggleButton"}),{children:l,className:u,color:c="standard",disabled:d=!1,disableFocusRipple:h=!1,fullWidth:p=!1,onChange:f,onClick:g,selected:m,size:v="medium",value:y,...x}=s,b={...s,color:c,disabled:d,disableFocusRipple:h,fullWidth:p,size:v},w=(e=>{let{classes:t,fullWidth:n,selected:r,disabled:i,size:o,color:a}=e,s={root:["root",r&&"selected",i&&"disabled",n&&"fullWidth",`size${(0,H.Z)(o)}`,a]};return(0,F.Z)(s,z_,t)})(b);return(0,Z.jsx)(zZ,{className:(0,z.Z)(i.className,w.root,u,o||""),disabled:d,focusRipple:!h,ref:t,onClick:e=>{g&&(g(e,y),e.defaultPrevented)||f&&f(e,y)},onChange:f,value:y,ownerState:b,"aria-pressed":m,...x,children:l})}),zN=(0,n(9886).Z)();var zz=n(2446);function zF({inputRef:e,label:t,color:n,value:r,mode:i,onChange:o,onColorChange:a,onBlur:s,onDelete:l}){let[u,c]=(0,B.useState)(0);return(0,Z.jsxs)(eT.Z,{flex:1,direction:"row",alignItems:"center",justifyContent:"space-between",spacing:1,children:[(0,Z.jsx)(aY,{label:t,color:n,onColorChange:a}),(0,Z.jsx)(tx,{htmlFor:t,children:t}),(0,Z.jsx)(rf,{id:t,inputRef:e,type:"number",value:0===r?"":r,placeholder:"0",onChange:o,onBlur:s,onKeyDown:e=>{"Enter"===e.key&&(s(),c(u+1))},InputProps:{endAdornment:"percent"===i?(0,Z.jsx)(a6,{paddingX:1,children:"%"}):void 0}},u),(0,Z.jsx)(eR,{"aria-label":`delete threshold ${t}`,size:"small",onClick:l,children:(0,Z.jsx)(zz.default,{})})]})}function zj({thresholds:e,onChange:t,hideDefault:n,disablePercentMode:r}){let{thresholds:{defaultColor:i,palette:o}}=r1(),a=e?.defaultColor??i,[s,l]=(0,B.useState)(e?.steps);(0,B.useEffect)(()=>{l(e?.steps)},[e?.steps]);let u=(0,B.useRef)(null),c=(0,B.useRef)(!1);(0,B.useEffect)(()=>{u.current&&c.current&&(u.current?.focus(),c.current=!1)},[s?.length]);let d=()=>{if(void 0!==s){let n=[...s];n.sort((e,t)=>e.value-t.value),void 0!==e&&t((0,a8.produce)(e,e=>{e.steps=n}))}};return(0,Z.jsxs)(fx,{title:"Thresholds",icon:(0,Z.jsx)(ff,{description:"Add threshold",children:(0,Z.jsx)(eR,{size:"small","aria-label":"add threshold",onClick:()=>{c.current=!0,void 0===e?t({steps:[{value:10}]}):e&&void 0===e.steps?t((0,a8.produce)(e,e=>{e.steps=[{value:10}]})):t((0,a8.produce)(e,e=>{let t=e.steps;if(t?.length){let e=t[t.length-1],n=o[t.length]??zV();t.push({color:n,value:(e?.value??0)+10})}else t&&t.push({value:10})}))},children:(0,Z.jsx)(zu.default,{})})}),children:[(0,Z.jsx)(fv,{label:"Mode",description:"Percentage means thresholds relative to min & max",control:(0,Z.jsxs)(zL,{exclusive:!0,disabled:r,value:e?.mode??"absolute",onChange:(n,r)=>{let i="percent"===r?"percent":void 0;void 0!==e?t((0,a8.produce)(e,e=>{e.mode=i})):t({mode:i})},sx:{height:"36px",marginLeft:"auto"},children:[(0,Z.jsx)(zB,{"aria-label":"absolute",value:"absolute",sx:{fontWeight:500},children:"Absolute"}),(0,Z.jsx)(zB,{"aria-label":"percent",value:"percent",sx:{fontWeight:500},children:"Percent"})]})}),s&&s.map((n,r)=>(0,Z.jsx)(zF,{inputRef:r===s.length-1?u:void 0,label:`T${r+1}`,color:n.color??o[r]??a,value:n.value,mode:e?.mode,onColorChange:n=>{void 0!==e&&t((0,a8.produce)(e,e=>{if(void 0!==e.steps){let t=e.steps[r];t&&(t.color=n)}}))},onChange:e=>{l((0,a8.produce)(s,t=>{let n=t?.[r];n&&(n.value=Number(e.target.value))}))},onDelete:()=>{void 0!==e&&t((0,a8.produce)(e,e=>{e.steps&&e.steps.splice(r,1)}))},onBlur:d},r)).reverse(),!n&&(0,Z.jsxs)(zN,{flex:1,direction:"row",alignItems:"center",spacing:1,children:[(0,Z.jsx)(aY,{label:"default",color:a,onColorChange:n=>{void 0!==e?t((0,a8.produce)(e,e=>{e.defaultColor=n})):t({defaultColor:n})}}),(0,Z.jsx)(ct.Z,{children:"Default"})]})]})}let zV=()=>"#"+Math.floor(0x1000000*Math.random()).toString(16).padStart(6,"0");var zH=n(9986),z$=n(2179),zW=n(3126);function zG({props:e,name:t}){return(0,z$.Z)({props:e,name:t,defaultTheme:zW.Z,themeId:a5.Z})}let zq=["localeText"],zU=B.createContext(null),zY=function(e){let{localeText:t}=e,n=(0,tQ.Z)(e,zq),{utils:r,localeText:i}=B.useContext(zU)??{utils:void 0,localeText:void 0},{children:o,dateAdapter:a,dateFormats:s,dateLibInstance:l,adapterLocale:u,localeText:c}=zG({props:n,name:"MuiLocalizationProvider"}),d=B.useMemo(()=>(0,Tw.Z)({},c,i,t),[c,i,t]),h=B.useMemo(()=>{if(!a)return r||null;let e=new a({locale:u,formats:s,instance:l});if(!e.isMUIAdapter)throw Error(["MUI X: The date adapter should be imported from `@mui/x-date-pickers` or `@mui/x-date-pickers-pro`, not from `@date-io`","For example, `import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'` instead of `import AdapterDayjs from '@date-io/dayjs'`","More information on the installation documentation: https://mui.com/x/react-date-pickers/getting-started/#installation"].join(`
|
|
70
|
+
`));return e},[a,u,s,l,r]),p=B.useMemo(()=>h?{minDate:h.date("1900-01-01T00:00:00.000"),maxDate:h.date("2099-12-31T00:00:00.000")}:null,[h]),f=B.useMemo(()=>({utils:h,defaultDates:p,localeText:d}),[p,h,d]);return(0,Z.jsx)(zU.Provider,{value:f,children:o})};var zX=n(3615),zK=n.n(zX);let zQ={previousMonth:"Previous month",nextMonth:"Next month",openPreviousView:"Open previous view",openNextView:"Open next view",calendarViewSwitchingButtonAriaLabel:e=>"year"===e?"year view is open, switch to calendar view":"calendar view is open, switch to year view",start:"Start",end:"End",startDate:"Start date",startTime:"Start time",endDate:"End date",endTime:"End time",cancelButtonLabel:"Cancel",clearButtonLabel:"Clear",okButtonLabel:"OK",todayButtonLabel:"Today",datePickerToolbarTitle:"Select date",dateTimePickerToolbarTitle:"Select date & time",timePickerToolbarTitle:"Select time",dateRangePickerToolbarTitle:"Select date range",clockLabelText:(e,t,n,r)=>`Select ${e}. ${!r&&(null===t||!n.isValid(t))?"No time selected":`Selected time is ${r??n.format(t,"fullTime")}`}`,hoursClockNumberText:e=>`${e} hours`,minutesClockNumberText:e=>`${e} minutes`,secondsClockNumberText:e=>`${e} seconds`,selectViewText:e=>`Select ${e}`,calendarWeekNumberHeaderLabel:"Week number",calendarWeekNumberHeaderText:"#",calendarWeekNumberAriaLabelText:e=>`Week ${e}`,calendarWeekNumberText:e=>`${e}`,openDatePickerDialogue:(e,t,n)=>n||null!==e&&t.isValid(e)?`Choose date, selected date is ${n??t.format(e,"fullDate")}`:"Choose date",openTimePickerDialogue:(e,t,n)=>n||null!==e&&t.isValid(e)?`Choose time, selected time is ${n??t.format(e,"fullTime")}`:"Choose time",fieldClearLabel:"Clear",timeTableLabel:"pick time",dateTableLabel:"pick date",fieldYearPlaceholder:e=>"Y".repeat(e.digitAmount),fieldMonthPlaceholder:e=>"letter"===e.contentType?"MMMM":"MM",fieldDayPlaceholder:()=>"DD",fieldWeekDayPlaceholder:e=>"letter"===e.contentType?"EEEE":"EE",fieldHoursPlaceholder:()=>"hh",fieldMinutesPlaceholder:()=>"mm",fieldSecondsPlaceholder:()=>"ss",fieldMeridiemPlaceholder:()=>"aa",year:"Year",month:"Month",day:"Day",weekDay:"Week day",hours:"Hours",minutes:"Minutes",seconds:"Seconds",meridiem:"Meridiem",empty:"Empty"};(0,Tw.Z)({},zQ);let zJ=()=>{let e=B.useContext(zU);if(null===e)throw Error("MUI X: Can not find the date and time pickers localization context.\nIt looks like you forgot to wrap your component in LocalizationProvider.\nThis can also happen if you are bundling multiple versions of the `@mui/x-date-pickers` package");if(null===e.utils)throw Error("MUI X: Can not find the date and time pickers adapter from its localization context.\nIt looks like you forgot to pass a `dateAdapter` to your LocalizationProvider.");let t=B.useMemo(()=>(0,Tw.Z)({},zQ,e.localeText),[e.localeText]);return B.useMemo(()=>(0,Tw.Z)({},e,{localeText:t}),[e,t])},z0=()=>zJ().utils,z1=()=>zJ().defaultDates,z2=e=>{let t=z0(),n=B.useRef(void 0);return void 0===n.current&&(n.current=t.date(void 0,e)),n.current},z5=(e,t,n)=>{let r=t;return r=e.setHours(r,e.getHours(n)),r=e.setMinutes(r,e.getMinutes(n)),r=e.setSeconds(r,e.getSeconds(n)),r=e.setMilliseconds(r,e.getMilliseconds(n))},z3=({date:e,disableFuture:t,disablePast:n,maxDate:r,minDate:i,isDateDisabled:o,utils:a,timezone:s})=>{let l=z5(a,a.date(void 0,s),e);n&&a.isBefore(i,l)&&(i=l),t&&a.isAfter(r,l)&&(r=l);let u=e,c=e;for(a.isBefore(e,i)&&(u=i,c=null),a.isAfter(e,r)&&(c&&(c=r),u=null);u||c;){if(u&&a.isAfter(u,r)&&(u=null),c&&a.isBefore(c,i)&&(c=null),u){if(!o(u))return u;u=a.addDays(u,1)}if(c){if(!o(c))return c;c=a.addDays(c,-1)}}return null},z4=(e,t,n)=>null!=t&&e.isValid(t)?t:n,z6=(e,t)=>{let n=[e.startOfYear(t)];for(;n.length<12;){let t=n[n.length-1];n.push(e.addMonths(t,1))}return n},z8=(e,t,n)=>"date"===n?e.startOfDay(e.date(void 0,t)):e.date(void 0,t),z9=(e,t)=>{let n=e.setHours(e.date(),"am"===t?2:14);return e.format(n,"meridiem")},z7=["year","month","day"],Fe=e=>z7.includes(e);function Ft(e){return(0,Y.ZP)("MuiTab",e)}let Fn=(0,U.Z)("MuiTab",["root","labelIcon","textColorInherit","textColorPrimary","textColorSecondary","selected","disabled","fullWidth","wrapped","iconWrapper","icon"]),Fr=(0,$.ZP)(eo.Z,{name:"MuiTab",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.label&&n.icon&&t.labelIcon,t[`textColor${(0,H.Z)(n.textColor)}`],n.fullWidth&&t.fullWidth,n.wrapped&&t.wrapped,{[`& .${Fn.iconWrapper}`]:t.iconWrapper},{[`& .${Fn.icon}`]:t.icon}]}})((0,W.Z)(({theme:e})=>({...e.typography.button,maxWidth:360,minWidth:90,position:"relative",minHeight:48,flexShrink:0,padding:"12px 16px",overflow:"hidden",whiteSpace:"normal",textAlign:"center",lineHeight:1.25,variants:[{props:({ownerState:e})=>e.label&&("top"===e.iconPosition||"bottom"===e.iconPosition),style:{flexDirection:"column"}},{props:({ownerState:e})=>e.label&&"top"!==e.iconPosition&&"bottom"!==e.iconPosition,style:{flexDirection:"row"}},{props:({ownerState:e})=>e.icon&&e.label,style:{minHeight:72,paddingTop:9,paddingBottom:9}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"top"===t,style:{[`& > .${Fn.icon}`]:{marginBottom:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"bottom"===t,style:{[`& > .${Fn.icon}`]:{marginTop:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"start"===t,style:{[`& > .${Fn.icon}`]:{marginRight:e.spacing(1)}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"end"===t,style:{[`& > .${Fn.icon}`]:{marginLeft:e.spacing(1)}}},{props:{textColor:"inherit"},style:{color:"inherit",opacity:.6,[`&.${Fn.selected}`]:{opacity:1},[`&.${Fn.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}}},{props:{textColor:"primary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${Fn.selected}`]:{color:(e.vars||e).palette.primary.main},[`&.${Fn.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:{textColor:"secondary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${Fn.selected}`]:{color:(e.vars||e).palette.secondary.main},[`&.${Fn.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:({ownerState:e})=>e.fullWidth,style:{flexShrink:1,flexGrow:1,flexBasis:0,maxWidth:"none"}},{props:({ownerState:e})=>e.wrapped,style:{fontSize:e.typography.pxToRem(12)}}]}))),Fi=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTab"}),{className:r,disabled:i=!1,disableFocusRipple:o=!1,fullWidth:a,icon:s,iconPosition:l="top",indicator:u,label:c,onChange:d,onClick:h,onFocus:p,selected:f,selectionFollowsFocus:g,textColor:m="inherit",value:v,wrapped:y=!1,...x}=n,b={...n,disabled:i,disableFocusRipple:o,selected:f,icon:!!s,iconPosition:l,label:!!c,fullWidth:a,textColor:m,wrapped:y},w=(e=>{let{classes:t,textColor:n,fullWidth:r,wrapped:i,icon:o,label:a,selected:s,disabled:l}=e,u={root:["root",o&&a&&"labelIcon",`textColor${(0,H.Z)(n)}`,r&&"fullWidth",i&&"wrapped",s&&"selected",l&&"disabled"],icon:["iconWrapper","icon"]};return(0,F.Z)(u,Ft,t)})(b),S=s&&c&&B.isValidElement(s)?B.cloneElement(s,{className:(0,z.Z)(w.icon,s.props.className)}):s;return(0,Z.jsxs)(Fr,{focusRipple:!o,className:(0,z.Z)(w.root,r),ref:t,role:"tab","aria-selected":f,disabled:i,onClick:e=>{!f&&d&&d(e,v),h&&h(e)},onFocus:e=>{g&&!f&&d&&d(e,v),p&&p(e)},ownerState:b,tabIndex:f?0:-1,...x,children:["top"===l||"start"===l?(0,Z.jsxs)(B.Fragment,{children:[S,c]}):(0,Z.jsxs)(B.Fragment,{children:[c,S]}),u]})});function Fo(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2}let Fa={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"};function Fs(e){return(0,Y.ZP)("MuiTabScrollButton",e)}let Fl=(0,U.Z)("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),Fu=(0,$.ZP)(eo.Z,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.orientation&&t[n.orientation]]}})({width:40,flexShrink:0,opacity:.8,[`&.${Fl.disabled}`]:{opacity:0},variants:[{props:{orientation:"vertical"},style:{width:"100%",height:40,"& svg":{transform:"var(--TabScrollButton-svgRotate)"}}}]}),Fc=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTabScrollButton"}),{className:r,slots:i={},slotProps:o={},direction:a,orientation:s,disabled:l,...u}=n,c=tE(),d={isRtl:c,...n},h=(e=>{let{classes:t,orientation:n,disabled:r}=e;return(0,F.Z)({root:["root",n,r&&"disabled"]},Fs,t)})(d),p=i.StartScrollButtonIcon??du,f=i.EndScrollButtonIcon??dc,g=tN({elementType:p,externalSlotProps:o.startScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:d}),m=tN({elementType:f,externalSlotProps:o.endScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:d});return(0,Z.jsx)(Fu,{component:"div",className:(0,z.Z)(h.root,r),ref:t,role:null,ownerState:d,tabIndex:null,...u,style:{...u.style,..."vertical"===s&&{"--TabScrollButton-svgRotate":`rotate(${c?-90:90}deg)`}},children:"left"===a?(0,Z.jsx)(p,{...g}):(0,Z.jsx)(f,{...m})})});function Fd(e){return(0,Y.ZP)("MuiTabs",e)}let Fh=(0,U.Z)("MuiTabs",["root","vertical","list","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"]),Fp=(e,t)=>e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:e.firstChild,Ff=(e,t)=>e===t?e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:e.lastChild,Fg=(e,t,n)=>{let r=!1,i=n(e,t);for(;i;){if(i===e.firstChild){if(r)return;r=!0}let t=i.disabled||"true"===i.getAttribute("aria-disabled");if(i.hasAttribute("tabindex")&&!t)return void i.focus();i=n(e,i)}},Fm=(0,$.ZP)("div",{name:"MuiTabs",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${Fh.scrollButtons}`]:t.scrollButtons},{[`& .${Fh.scrollButtons}`]:n.scrollButtonsHideMobile&&t.scrollButtonsHideMobile},t.root,n.vertical&&t.vertical]}})((0,W.Z)(({theme:e})=>({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.scrollButtonsHideMobile,style:{[`& .${Fh.scrollButtons}`]:{[e.breakpoints.down("sm")]:{display:"none"}}}}]}))),Fv=(0,$.ZP)("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.scroller,n.fixed&&t.fixed,n.hideScrollbar&&t.hideScrollbar,n.scrollableX&&t.scrollableX,n.scrollableY&&t.scrollableY]}})({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap",variants:[{props:({ownerState:e})=>e.fixed,style:{overflowX:"hidden",width:"100%"}},{props:({ownerState:e})=>e.hideScrollbar,style:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}},{props:({ownerState:e})=>e.scrollableX,style:{overflowX:"auto",overflowY:"hidden"}},{props:({ownerState:e})=>e.scrollableY,style:{overflowY:"auto",overflowX:"hidden"}}]}),Fy=(0,$.ZP)("div",{name:"MuiTabs",slot:"List",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.list,t.flexContainer,n.vertical&&t.flexContainerVertical,n.centered&&t.centered]}})({display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.centered,style:{justifyContent:"center"}}]}),Fx=(0,$.ZP)("span",{name:"MuiTabs",slot:"Indicator",overridesResolver:(e,t)=>t.indicator})((0,W.Z)(({theme:e})=>({position:"absolute",height:2,bottom:0,width:"100%",transition:e.transitions.create(),variants:[{props:{indicatorColor:"primary"},style:{backgroundColor:(e.vars||e).palette.primary.main}},{props:{indicatorColor:"secondary"},style:{backgroundColor:(e.vars||e).palette.secondary.main}},{props:({ownerState:e})=>e.vertical,style:{height:"100%",width:2,right:0}}]}))),Fb=(0,$.ZP)(function(e){let{onChange:t,...n}=e,r=B.useRef(),i=B.useRef(null),o=()=>{r.current=i.current.offsetHeight-i.current.clientHeight};return(0,eX.Z)(()=>{let e=(0,tX.Z)(()=>{let e=r.current;o(),e!==r.current&&t(r.current)}),n=(0,t$.Z)(i.current);return n.addEventListener("resize",e),()=>{e.clear(),n.removeEventListener("resize",e)}},[t]),B.useEffect(()=>{o(),t(r.current)},[t]),(0,Z.jsx)("div",{style:Fa,...n,ref:i})})({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),Fw={},FS=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiTabs"}),r=(0,nt.Z)(),i=tE(),{"aria-label":o,"aria-labelledby":a,action:s,centered:l=!1,children:u,className:c,component:d="div",allowScrollButtonsMobile:h=!1,indicatorColor:p="primary",onChange:f,orientation:g="horizontal",ScrollButtonComponent:m,scrollButtons:v="auto",selectionFollowsFocus:y,slots:x={},slotProps:b={},TabIndicatorProps:w={},TabScrollButtonProps:S={},textColor:C="primary",value:k,variant:M="standard",visibleScrollbar:T=!1,...I}=n,A="scrollable"===M,D="vertical"===g,P=D?"scrollTop":"scrollLeft",R=D?"top":"left",_=D?"bottom":"right",O=D?"clientHeight":"clientWidth",E=D?"height":"width",L={...n,component:d,allowScrollButtonsMobile:h,indicatorColor:p,orientation:g,vertical:D,scrollButtons:v,textColor:C,variant:M,visibleScrollbar:T,fixed:!A,hideScrollbar:A&&!T,scrollableX:A&&!D,scrollableY:A&&D,centered:l&&!A,scrollButtonsHideMobile:!h},N=(e=>{let{vertical:t,fixed:n,hideScrollbar:r,scrollableX:i,scrollableY:o,centered:a,scrollButtonsHideMobile:s,classes:l}=e;return(0,F.Z)({root:["root",t&&"vertical"],scroller:["scroller",n&&"fixed",r&&"hideScrollbar",i&&"scrollableX",o&&"scrollableY"],list:["list","flexContainer",t&&"flexContainerVertical",t&&"vertical",a&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",s&&"scrollButtonsHideMobile"],scrollableX:[i&&"scrollableX"],hideScrollbar:[r&&"hideScrollbar"]},Fd,l)})(L),j=tN({elementType:x.StartScrollButtonIcon,externalSlotProps:b.startScrollButtonIcon,ownerState:L}),V=tN({elementType:x.EndScrollButtonIcon,externalSlotProps:b.endScrollButtonIcon,ownerState:L}),[H,$]=B.useState(!1),[W,G]=B.useState(Fw),[U,Y]=B.useState(!1),[X,K]=B.useState(!1),[Q,J]=B.useState(!1),[ee,et]=B.useState({overflow:"hidden",scrollbarWidth:0}),en=new Map,er=B.useRef(null),ei=B.useRef(null),eo={slots:x,slotProps:{indicator:w,scrollButton:S,...b}},ea=()=>{let e,t,n=er.current;if(n){let t=n.getBoundingClientRect();e={clientWidth:n.clientWidth,scrollLeft:n.scrollLeft,scrollTop:n.scrollTop,scrollWidth:n.scrollWidth,top:t.top,bottom:t.bottom,left:t.left,right:t.right}}if(n&&!1!==k){let e=ei.current.children;if(e.length>0){let n=e[en.get(k)];t=n?n.getBoundingClientRect():null}}return{tabsMeta:e,tabMeta:t}},es=(0,fr.Z)(()=>{let e,{tabsMeta:t,tabMeta:n}=ea(),r=0;D?(e="top",n&&t&&(r=n.top-t.top+t.scrollTop)):(e=i?"right":"left",n&&t&&(r=(i?-1:1)*(n[e]-t[e]+t.scrollLeft)));let o={[e]:r,[E]:n?n[E]:0};if("number"!=typeof W[e]||"number"!=typeof W[E])G(o);else{let t=Math.abs(W[e]-o[e]),n=Math.abs(W[E]-o[E]);(t>=1||n>=1)&&G(o)}}),el=(e,{animation:t=!0}={})=>{t?function(e,t,n,r={},i=()=>{}){let{ease:o=Fo,duration:a=300}=r,s=null,l=t[e],u=!1,c=r=>{if(u)return void i(Error("Animation cancelled"));null===s&&(s=r);let d=Math.min(1,(r-s)/a);if(t[e]=o(d)*(n-l)+l,d>=1)return void requestAnimationFrame(()=>{i(null)});requestAnimationFrame(c)};l===n?i(Error("Element already at target position")):requestAnimationFrame(c)}(P,er.current,e,{duration:r.transitions.duration.standard}):er.current[P]=e},eu=e=>{let t=er.current[P];D?t+=e:t+=e*(i?-1:1),el(t)},ec=()=>{let e=er.current[O],t=0,n=Array.from(ei.current.children);for(let r=0;r<n.length;r+=1){let i=n[r];if(t+i[O]>e){0===r&&(t=e);break}t+=i[O]}return t},ed=()=>{eu(-1*ec())},eh=()=>{eu(ec())},[ep,{onChange:ef,...eg}]=(0,np.Z)("scrollbar",{className:(0,z.Z)(N.scrollableX,N.hideScrollbar),elementType:Fb,shouldForwardComponentProp:!0,externalForwardedProps:eo,ownerState:L}),em=B.useCallback(e=>{ef?.(e),et({overflow:null,scrollbarWidth:e})},[ef]),[ev,ey]=(0,np.Z)("scrollButtons",{className:(0,z.Z)(N.scrollButtons,S.className),elementType:Fc,externalForwardedProps:eo,ownerState:L,additionalProps:{orientation:g,slots:{StartScrollButtonIcon:x.startScrollButtonIcon||x.StartScrollButtonIcon,EndScrollButtonIcon:x.endScrollButtonIcon||x.EndScrollButtonIcon},slotProps:{startScrollButtonIcon:j,endScrollButtonIcon:V}}}),ex=(0,fr.Z)(e=>{let{tabsMeta:t,tabMeta:n}=ea();n&&t&&(n[R]<t[R]?el(t[P]+(n[R]-t[R]),{animation:e}):n[_]>t[_]&&el(t[P]+(n[_]-t[_]),{animation:e}))}),eb=(0,fr.Z)(()=>{A&&!1!==v&&J(!Q)});B.useEffect(()=>{let e,t,n=(0,tX.Z)(()=>{er.current&&es()}),r=(0,t$.Z)(er.current);return r.addEventListener("resize",n),"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(n),Array.from(ei.current.children).forEach(t=>{e.observe(t)})),"undefined"!=typeof MutationObserver&&(t=new MutationObserver(t=>{t.forEach(t=>{t.removedNodes.forEach(t=>{e?.unobserve(t)}),t.addedNodes.forEach(t=>{e?.observe(t)})}),n(),eb()})).observe(ei.current,{childList:!0}),()=>{n.clear(),r.removeEventListener("resize",n),t?.disconnect(),e?.disconnect()}},[es,eb]),B.useEffect(()=>{let e=Array.from(ei.current.children),t=e.length;if("undefined"!=typeof IntersectionObserver&&t>0&&A&&!1!==v){let n=e[0],r=e[t-1],i={root:er.current,threshold:.99},o=new IntersectionObserver(e=>{Y(!e[0].isIntersecting)},i);o.observe(n);let a=new IntersectionObserver(e=>{K(!e[0].isIntersecting)},i);return a.observe(r),()=>{o.disconnect(),a.disconnect()}}},[A,v,Q,u?.length]),B.useEffect(()=>{$(!0)},[]),B.useEffect(()=>{es()}),B.useEffect(()=>{ex(Fw!==W)},[ex,W]),B.useImperativeHandle(s,()=>({updateIndicator:es,updateScrollButtons:eb}),[es,eb]);let[ew,eS]=(0,np.Z)("indicator",{className:(0,z.Z)(N.indicator,w.className),elementType:Fx,externalForwardedProps:eo,ownerState:L,additionalProps:{style:W}}),eC=(0,Z.jsx)(ew,{...eS}),ek=0,eM=B.Children.map(u,e=>{if(!B.isValidElement(e))return null;let t=void 0===e.props.value?ek:e.props.value;en.set(t,ek);let n=t===k;return ek+=1,B.cloneElement(e,{fullWidth:"fullWidth"===M,indicator:n&&!H&&eC,selected:n,selectionFollowsFocus:y,onChange:f,textColor:C,value:t,...1===ek&&!1===k&&!e.props.tabIndex?{tabIndex:0}:{}})}),eT=(()=>{let e={};e.scrollbarSizeListener=A?(0,Z.jsx)(ep,{...eg,onChange:em}):null;let t=A&&("auto"===v&&(U||X)||!0===v);return e.scrollButtonStart=t?(0,Z.jsx)(ev,{direction:i?"right":"left",onClick:ed,disabled:!U,...ey}):null,e.scrollButtonEnd=t?(0,Z.jsx)(ev,{direction:i?"left":"right",onClick:eh,disabled:!X,...ey}):null,e})(),[eI,eA]=(0,np.Z)("root",{ref:t,className:(0,z.Z)(N.root,c),elementType:Fm,externalForwardedProps:{...eo,...I,component:d},ownerState:L}),[eD,eP]=(0,np.Z)("scroller",{ref:er,className:N.scroller,elementType:Fv,externalForwardedProps:eo,ownerState:L,additionalProps:{style:{overflow:ee.overflow,[D?`margin${i?"Left":"Right"}`:"marginBottom"]:T?void 0:-ee.scrollbarWidth}}}),[eR,e_]=(0,np.Z)("list",{ref:ei,className:(0,z.Z)(N.list,N.flexContainer),elementType:Fy,externalForwardedProps:eo,ownerState:L,getSlotProps:e=>({...e,onKeyDown:t=>{(e=>{let t=ei.current,n=(0,t_.Z)(t).activeElement;if("tab"!==n.getAttribute("role"))return;let r="horizontal"===g?"ArrowLeft":"ArrowUp",o="horizontal"===g?"ArrowRight":"ArrowDown";switch("horizontal"===g&&i&&(r="ArrowRight",o="ArrowLeft"),e.key){case r:e.preventDefault(),Fg(t,n,Ff);break;case o:e.preventDefault(),Fg(t,n,Fp);break;case"Home":e.preventDefault(),Fg(t,null,Fp);break;case"End":e.preventDefault(),Fg(t,null,Ff)}})(t),e.onKeyDown?.(t)}})});return(0,Z.jsxs)(eI,{...eA,children:[eT.scrollButtonStart,eT.scrollbarSizeListener,(0,Z.jsxs)(eD,{...eP,children:[(0,Z.jsx)(eR,{"aria-label":o,"aria-labelledby":a,"aria-orientation":"vertical"===g?"vertical":null,role:"tablist",...e_,children:eM}),H&&eC]}),eT.scrollButtonEnd]})}),FC=(0,ri.Z)((0,Z.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),Fk=(0,ri.Z)((0,Z.jsx)("path",{d:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}),"ArrowLeft"),FM=(0,ri.Z)((0,Z.jsx)("path",{d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"ArrowRight");(0,ri.Z)((0,Z.jsx)("path",{d:"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"}),"Calendar"),(0,ri.Z)((0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),(0,Z.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Clock");let FT=(0,ri.Z)((0,Z.jsx)("path",{d:"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"}),"DateRange"),FI=(0,ri.Z)((0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),(0,Z.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Time"),FA=(0,ri.Z)((0,Z.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Clear"),FD=()=>zJ().localeText;function FP(e){return(0,Y.ZP)("MuiDateTimePickerTabs",e)}(0,U.Z)("MuiDateTimePickerTabs",["root"]);let FR=(0,$.ZP)(FS,{name:"MuiDateTimePickerTabs",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({boxShadow:`0 -1px 0 0 inset ${(e.vars||e).palette.divider}`,"&:last-child":{boxShadow:`0 1px 0 0 inset ${(e.vars||e).palette.divider}`,[`& .${Fh.indicator}`]:{bottom:"auto",top:0}}})),F_=function(e){let t=zG({props:e,name:"MuiDateTimePickerTabs"}),{dateIcon:n=(0,Z.jsx)(FT,{}),onViewChange:r,timeIcon:i=(0,Z.jsx)(FI,{}),view:o,hidden:a="undefined"==typeof window||window.innerHeight<667,className:s,sx:l}=t,u=FD(),c=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},FP,t)})(t);return a?null:(0,Z.jsxs)(FR,{ownerState:t,variant:"fullWidth",value:Fe(o)?"date":"time",onChange:(e,t)=>{r("date"===t?"day":"hours")},className:(0,z.Z)(s,c.root),sx:l,children:[(0,Z.jsx)(Fi,{value:"date","aria-label":u.dateTableLabel,icon:(0,Z.jsx)(B.Fragment,{children:n})}),(0,Z.jsx)(Fi,{value:"time","aria-label":u.timeTableLabel,icon:(0,Z.jsx)(B.Fragment,{children:i})})]})};function FO(e){return(0,Y.ZP)("MuiPickersToolbarText",e)}let FE=(0,U.Z)("MuiPickersToolbarText",["root","selected"]),FL=["className","selected","value"],FZ=(0,$.ZP)(ct.Z,{name:"MuiPickersToolbarText",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${FE.selected}`]:t.selected}]})(({theme:e})=>({transition:e.transitions.create("color"),color:(e.vars||e).palette.text.secondary,[`&.${FE.selected}`]:{color:(e.vars||e).palette.text.primary}})),FB=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersToolbarText"}),{className:r,value:i}=n,o=(0,tQ.Z)(n,FL),a=(e=>{let{classes:t,selected:n}=e;return(0,F.Z)({root:["root",n&&"selected"]},FO,t)})(n);return(0,Z.jsx)(FZ,(0,Tw.Z)({ref:t,className:(0,z.Z)(a.root,r),component:"span"},o,{children:i}))});function FN(e){return(0,Y.ZP)("MuiPickersToolbar",e)}let Fz=(0,U.Z)("MuiPickersToolbar",["root","content"]),FF=["children","className","toolbarTitle","hidden","titleId","isLandscape","classes","landscapeDirection"],Fj=(0,$.ZP)("div",{name:"MuiPickersToolbar",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",justifyContent:"space-between",padding:e.spacing(2,3),variants:[{props:{isLandscape:!0},style:{height:"auto",maxWidth:160,padding:16,justifyContent:"flex-start",flexWrap:"wrap"}}]})),FV=(0,$.ZP)("div",{name:"MuiPickersToolbar",slot:"Content",overridesResolver:(e,t)=>t.content})({display:"flex",flexWrap:"wrap",width:"100%",flex:1,justifyContent:"space-between",alignItems:"center",flexDirection:"row",variants:[{props:{isLandscape:!0},style:{justifyContent:"flex-start",alignItems:"flex-start",flexDirection:"column"}},{props:{isLandscape:!0,landscapeDirection:"row"},style:{flexDirection:"row"}}]}),FH=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersToolbar"}),{children:r,className:i,toolbarTitle:o,hidden:a,titleId:s}=n,l=(0,tQ.Z)(n,FF),u=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],content:["content"]},FN,t)})(n);return a?null:(0,Z.jsxs)(Fj,(0,Tw.Z)({ref:t,className:(0,z.Z)(u.root,i),ownerState:n},l,{children:[(0,Z.jsx)(ct.Z,{color:"text.secondary",variant:"overline",id:s,children:o}),(0,Z.jsx)(FV,{className:u.content,ownerState:n,children:r})]}))}),F$=["align","className","selected","typographyClassName","value","variant","width"],FW=(0,$.ZP)(ek,{name:"MuiPickersToolbarButton",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,minWidth:16,textTransform:"none"}),FG=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersToolbarButton"}),{align:r,className:i,selected:o,typographyClassName:a,value:s,variant:l,width:u}=n,c=(0,tQ.Z)(n,F$),d=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},FN,t)})(n);return(0,Z.jsx)(FW,(0,Tw.Z)({variant:"text",ref:t,className:(0,z.Z)(d.root,i)},u?{sx:{width:u}}:{},c,{children:(0,Z.jsx)(FB,{align:r,className:a,variant:l,value:s,selected:o})}))});function Fq(e){return(0,Y.ZP)("MuiDateTimePickerToolbar",e)}let FU=(0,U.Z)("MuiDateTimePickerToolbar",["root","dateContainer","timeContainer","timeDigitsContainer","separator","timeLabelReverse","ampmSelection","ampmLandscape","ampmLabel"]),FY=["hours","minutes","seconds"],FX=e=>FY.includes(e),FK=(e,t,n)=>n&&(e>=12?"pm":"am")!==t?"am"===t?e-12:e+12:e,FQ=(e,t)=>3600*t.getHours(e)+60*t.getMinutes(e)+t.getSeconds(e),FJ=(e,t)=>(n,r)=>e?t.isAfter(n,r):FQ(n,t)>FQ(r,t);function F0(e,t,n,r){let i=z0();return{meridiemMode:e?i.getHours(e)>=12?"pm":"am":null,handleMeridiemChange:B.useCallback(o=>{n(null==e?null:((e,t,n,r)=>{let i=FK(r.getHours(e),t,n);return r.setHours(e,i)})(e,o,!!t,i),r??"partial")},[t,e,n,r,i])}}let F1=["ampm","ampmInClock","value","onChange","view","isLandscape","onViewChange","toolbarFormat","toolbarPlaceholder","views","disabled","readOnly","toolbarVariant","toolbarTitle","className"],F2=(0,$.ZP)(FH,{name:"MuiDateTimePickerToolbar",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({paddingLeft:16,paddingRight:16,justifyContent:"space-around",position:"relative",variants:[{props:{toolbarVariant:"desktop"},style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,[`& .${Fz.content} .${FE.selected}`]:{color:(e.vars||e).palette.primary.main,fontWeight:e.typography.fontWeightBold}}},{props:{toolbarVariant:"desktop",isLandscape:!0},style:{borderRight:`1px solid ${(e.vars||e).palette.divider}`}},{props:{toolbarVariant:"desktop",isLandscape:!1},style:{paddingLeft:24,paddingRight:0}}]})),F5=(0,$.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"DateContainer",overridesResolver:(e,t)=>t.dateContainer})({display:"flex",flexDirection:"column",alignItems:"flex-start"}),F3=(0,$.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"TimeContainer",overridesResolver:(e,t)=>t.timeContainer})({display:"flex",flexDirection:"row",variants:[{props:{isRtl:!0},style:{flexDirection:"row-reverse"}},{props:{toolbarVariant:"desktop",isLandscape:!1},style:{gap:9,marginRight:4,alignSelf:"flex-end"}},{props:({isLandscape:e,toolbarVariant:t})=>e&&"desktop"!==t,style:{flexDirection:"column"}},{props:({isLandscape:e,toolbarVariant:t,isRtl:n})=>e&&"desktop"!==t&&n,style:{flexDirection:"column-reverse"}}]}),F4=(0,$.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"TimeDigitsContainer",overridesResolver:(e,t)=>t.timeDigitsContainer})({display:"flex",variants:[{props:{isRtl:!0},style:{flexDirection:"row-reverse"}},{props:{toolbarVariant:"desktop"},style:{gap:1.5}}]}),F6=(0,$.ZP)(FB,{name:"MuiDateTimePickerToolbar",slot:"Separator",overridesResolver:(e,t)=>t.separator})({margin:"0 4px 0 2px",cursor:"default",variants:[{props:{toolbarVariant:"desktop"},style:{margin:0}}]}),F8=(0,$.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"AmPmSelection",overridesResolver:(e,t)=>[{[`.${FU.ampmLabel}`]:t.ampmLabel},{[`&.${FU.ampmLandscape}`]:t.ampmLandscape},t.ampmSelection]})({display:"flex",flexDirection:"column",marginRight:"auto",marginLeft:12,[`& .${FU.ampmLabel}`]:{fontSize:17},variants:[{props:{isLandscape:!0},style:{margin:"4px 0 auto",flexDirection:"row",justifyContent:"space-around",width:"100%"}}]});function F9(e){let t=zG({props:e,name:"MuiDateTimePickerToolbar"}),{ampm:n,ampmInClock:r,value:i,onChange:o,view:a,isLandscape:s,onViewChange:l,toolbarFormat:u,toolbarPlaceholder:c="––",views:d,disabled:h,readOnly:p,toolbarVariant:f="mobile",toolbarTitle:g,className:m}=t,v=(0,tQ.Z)(t,F1),y=tE(),x=(0,Tw.Z)({},t,{isRtl:y}),b=z0(),{meridiemMode:w,handleMeridiemChange:S}=F0(i,n,o),C=!!(n&&!r),k="desktop"===f,M=FD(),T=(e=>{let{classes:t,isLandscape:n,isRtl:r}=e;return(0,F.Z)({root:["root"],dateContainer:["dateContainer"],timeContainer:["timeContainer",r&&"timeLabelReverse"],timeDigitsContainer:["timeDigitsContainer",r&&"timeLabelReverse"],separator:["separator"],ampmSelection:["ampmSelection",n&&"ampmLandscape"],ampmLabel:["ampmLabel"]},Fq,t)})(x),I=g??M.dateTimePickerToolbarTitle,A=B.useMemo(()=>i?u?b.formatByString(i,u):b.format(i,"shortDate"):c,[i,u,c,b]);return(0,Z.jsxs)(F2,(0,Tw.Z)({isLandscape:s,className:(0,z.Z)(T.root,m),toolbarTitle:I},v,{ownerState:x,children:[(0,Z.jsxs)(F5,{className:T.dateContainer,ownerState:x,children:[d.includes("year")&&(0,Z.jsx)(FG,{tabIndex:-1,variant:"subtitle1",onClick:()=>l("year"),selected:"year"===a,value:i?b.format(i,"year"):"–"}),d.includes("day")&&(0,Z.jsx)(FG,{tabIndex:-1,variant:k?"h5":"h4",onClick:()=>l("day"),selected:"day"===a,value:A})]}),(0,Z.jsxs)(F3,{className:T.timeContainer,ownerState:x,children:[(0,Z.jsxs)(F4,{className:T.timeDigitsContainer,ownerState:x,children:[d.includes("hours")&&(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)(FG,{variant:k?"h5":"h3",width:k&&!s?48:void 0,onClick:()=>l("hours"),selected:"hours"===a,value:i?n?b.format(i,"hours12h"):b.format(i,"hours24h"):"--"}),(0,Z.jsx)(F6,{variant:k?"h5":"h3",value:":",className:T.separator,ownerState:x}),(0,Z.jsx)(FG,{variant:k?"h5":"h3",width:k&&!s?48:void 0,onClick:()=>l("minutes"),selected:"minutes"===a||!d.includes("minutes")&&"hours"===a,value:i?b.format(i,"minutes"):"--",disabled:!d.includes("minutes")})]}),d.includes("seconds")&&(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)(F6,{variant:k?"h5":"h3",value:":",className:T.separator,ownerState:x}),(0,Z.jsx)(FG,{variant:k?"h5":"h3",width:k&&!s?48:void 0,onClick:()=>l("seconds"),selected:"seconds"===a,value:i?b.format(i,"seconds"):"--"})]})]}),C&&!k&&(0,Z.jsxs)(F8,{className:T.ampmSelection,ownerState:x,children:[(0,Z.jsx)(FG,{variant:"subtitle2",selected:"am"===w,typographyClassName:T.ampmLabel,value:z9(b,"am"),onClick:p?void 0:()=>S("am"),disabled:h}),(0,Z.jsx)(FG,{variant:"subtitle2",selected:"pm"===w,typographyClassName:T.ampmLabel,value:z9(b,"pm"),onClick:p?void 0:()=>S("pm"),disabled:h})]}),n&&k&&(0,Z.jsx)(FG,{variant:"h5",onClick:()=>l("meridiem"),selected:"meridiem"===a,value:i&&w?z9(b,w):"--",width:48})]})]}))}function F7(e){return(0,Y.ZP)("MuiPickersArrowSwitcher",e)}(0,U.Z)("MuiPickersArrowSwitcher",["root","spacer","button","previousIconButton","nextIconButton","leftArrowIcon","rightArrowIcon"]);let je=["children","className","slots","slotProps","isNextDisabled","isNextHidden","onGoToNext","nextLabel","isPreviousDisabled","isPreviousHidden","onGoToPrevious","previousLabel","labelId"],jt=["ownerState"],jn=["ownerState"],jr=(0,$.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex"}),ji=(0,$.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})(({theme:e})=>({width:e.spacing(3)})),jo=(0,$.ZP)(eR,{name:"MuiPickersArrowSwitcher",slot:"Button",overridesResolver:(e,t)=>t.button})({variants:[{props:{hidden:!0},style:{visibility:"hidden"}}]}),ja=B.forwardRef(function(e,t){let n=tE(),r=zG({props:e,name:"MuiPickersArrowSwitcher"}),{children:i,className:o,slots:a,slotProps:s,isNextDisabled:l,isNextHidden:u,onGoToNext:c,nextLabel:d,isPreviousDisabled:h,isPreviousHidden:p,onGoToPrevious:f,previousLabel:g,labelId:m}=r,v=(0,tQ.Z)(r,je),y=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],spacer:["spacer"],button:["button"],previousIconButton:["previousIconButton"],nextIconButton:["nextIconButton"],leftArrowIcon:["leftArrowIcon"],rightArrowIcon:["rightArrowIcon"]},F7,t)})(r),x=a?.previousIconButton??jo,b=tN({elementType:x,externalSlotProps:s?.previousIconButton,additionalProps:{size:"medium",title:g,"aria-label":g,disabled:h,edge:"end",onClick:f},ownerState:(0,Tw.Z)({},r,{hidden:p}),className:(0,z.Z)(y.button,y.previousIconButton)}),w=a?.nextIconButton??jo,S=tN({elementType:w,externalSlotProps:s?.nextIconButton,additionalProps:{size:"medium",title:d,"aria-label":d,disabled:l,edge:"start",onClick:c},ownerState:(0,Tw.Z)({},r,{hidden:u}),className:(0,z.Z)(y.button,y.nextIconButton)}),C=a?.leftArrowIcon??Fk,k=tN({elementType:C,externalSlotProps:s?.leftArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:y.leftArrowIcon}),M=(0,tQ.Z)(k,jt),T=a?.rightArrowIcon??FM,I=tN({elementType:T,externalSlotProps:s?.rightArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:y.rightArrowIcon}),A=(0,tQ.Z)(I,jn);return(0,Z.jsxs)(jr,(0,Tw.Z)({ref:t,className:(0,z.Z)(y.root,o),ownerState:r},v,{children:[(0,Z.jsx)(x,(0,Tw.Z)({},b,{children:n?(0,Z.jsx)(T,(0,Tw.Z)({},A)):(0,Z.jsx)(C,(0,Tw.Z)({},M))})),i?(0,Z.jsx)(ct.Z,{variant:"subtitle1",component:"span",id:m,children:i}):(0,Z.jsx)(ji,{className:y.spacer,ownerState:r}),(0,Z.jsx)(w,(0,Tw.Z)({},S,{children:n?(0,Z.jsx)(C,(0,Tw.Z)({},M)):(0,Z.jsx)(T,(0,Tw.Z)({},A))}))]}))});function js({onChange:e,onViewChange:t,openTo:n,view:r,views:i,autoFocus:o,focusedView:a,onFocusedViewChange:s}){let l=B.useRef(n),u=B.useRef(i),c=B.useRef(i.includes(n)?n:i[0]),[d,h]=(0,fb.Z)({name:"useViews",state:"view",controlled:r,default:c.current}),p=B.useRef(o?d:null),[f,g]=(0,fb.Z)({name:"useViews",state:"focusedView",controlled:a,default:p.current});B.useEffect(()=>{(l.current&&l.current!==n||u.current&&u.current.some(e=>!i.includes(e)))&&(h(i.includes(n)?n:i[0]),u.current=i,l.current=n)},[n,h,d,i]);let m=i.indexOf(d),v=i[m-1]??null,y=i[m+1]??null,x=(0,eB.Z)((e,t)=>{t?g(e):g(t=>e===t?null:t),s?.(e,t)}),b=(0,eB.Z)(e=>{x(e,!0),e!==d&&(h(e),t&&t(e))}),w=(0,eB.Z)(()=>{y&&b(y)}),S=(0,eB.Z)((t,n,r)=>{let o="finish"===n,a=r?i.indexOf(r)<i.length-1:!!y;if(e(t,o&&a?"partial":n,r),r&&r!==d){let e=i[i.indexOf(r)+1];e&&b(e)}else o&&w()});return{view:d,setView:b,focusedView:f,setFocusedView:x,nextView:y,previousView:v,defaultView:i.includes(n)?n:i[0],goToNextView:w,setValueAndGoToNextView:S}}let jl=(0,$.ZP)("div")({overflow:"hidden",width:320,maxHeight:336,display:"flex",flexDirection:"column",margin:"0 auto"});function ju(e){return(0,Y.ZP)("MuiTimeClock",e)}(0,U.Z)("MuiTimeClock",["root","arrowSwitcher"]);let jc=110,jd=110,jh=jc,jp=0,jf=jh-jc,jg=jp-jd,jm=(e,t,n)=>{let r=t-jc,i=n-jd,o=180/Math.PI*(Math.atan2(jf,jg)-Math.atan2(r,i));return{value:Math.floor((o=Math.round(o/e)*e%360)/e)||0,distance:Math.sqrt(r**2+i**2)}};function jv(e){return(0,Y.ZP)("MuiClockPointer",e)}(0,U.Z)("MuiClockPointer",["root","thumb"]);let jy=["className","hasSelected","isInner","type","viewValue"],jx=(0,$.ZP)("div",{name:"MuiClockPointer",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",left:"calc(50% - 1px)",bottom:"50%",transformOrigin:"center bottom 0px",variants:[{props:{shouldAnimate:!0},style:{transition:e.transitions.create(["transform","height"])}}]})),jb=(0,$.ZP)("div",{name:"MuiClockPointer",slot:"Thumb",overridesResolver:(e,t)=>t.thumb})(({theme:e})=>({width:4,height:4,backgroundColor:(e.vars||e).palette.primary.contrastText,borderRadius:"50%",position:"absolute",top:-21,left:"calc(50% - 18px)",border:`16px solid ${(e.vars||e).palette.primary.main}`,boxSizing:"content-box",variants:[{props:{hasSelected:!0},style:{backgroundColor:(e.vars||e).palette.primary.main}}]}));function jw(e){let t,n=zG({props:e,name:"MuiClockPointer"}),{className:r,isInner:i,type:o,viewValue:a}=n,s=(0,tQ.Z)(n,jy),l=B.useRef(o);B.useEffect(()=>{l.current=o},[o]);let u=(0,Tw.Z)({},n,{shouldAnimate:l.current!==o}),c=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],thumb:["thumb"]},jv,t)})(u);return(0,Z.jsx)(jx,(0,Tw.Z)({style:(t=360/("hours"===o?12:60)*a,"hours"===o&&a>12&&(t-=360),{height:Math.round((i?.26:.4)*220),transform:`rotateZ(${t}deg)`}),className:(0,z.Z)(c.root,r),ownerState:u},s,{children:(0,Z.jsx)(jb,{ownerState:u,className:c.thumb})}))}function jS(e){return(0,Y.ZP)("MuiClock",e)}(0,U.Z)("MuiClock",["root","clock","wrapper","squareMask","pin","amButton","pmButton","meridiemText","selected"]);let jC=(0,$.ZP)("div",{name:"MuiClock",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",margin:e.spacing(2)})),jk=(0,$.ZP)("div",{name:"MuiClock",slot:"Clock",overridesResolver:(e,t)=>t.clock})({backgroundColor:"rgba(0,0,0,.07)",borderRadius:"50%",height:220,width:220,flexShrink:0,position:"relative",pointerEvents:"none"}),jM=(0,$.ZP)("div",{name:"MuiClock",slot:"Wrapper",overridesResolver:(e,t)=>t.wrapper})({"&:focus":{outline:"none"}}),jT=(0,$.ZP)("div",{name:"MuiClock",slot:"SquareMask",overridesResolver:(e,t)=>t.squareMask})({width:"100%",height:"100%",position:"absolute",pointerEvents:"auto",outline:0,touchAction:"none",userSelect:"none",variants:[{props:{disabled:!1},style:{"@media (pointer: fine)":{cursor:"pointer",borderRadius:"50%"},"&:active":{cursor:"move"}}}]}),jI=(0,$.ZP)("div",{name:"MuiClock",slot:"Pin",overridesResolver:(e,t)=>t.pin})(({theme:e})=>({width:6,height:6,borderRadius:"50%",backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"})),jA=(e,t)=>({zIndex:1,bottom:8,paddingLeft:4,paddingRight:4,width:36,variants:[{props:{meridiemMode:t},style:{backgroundColor:(e.vars||e).palette.primary.main,color:(e.vars||e).palette.primary.contrastText,"&:hover":{backgroundColor:(e.vars||e).palette.primary.light}}}]}),jD=(0,$.ZP)(eR,{name:"MuiClock",slot:"AmButton",overridesResolver:(e,t)=>t.amButton})(({theme:e})=>(0,Tw.Z)({},jA(e,"am"),{position:"absolute",left:8})),jP=(0,$.ZP)(eR,{name:"MuiClock",slot:"PmButton",overridesResolver:(e,t)=>t.pmButton})(({theme:e})=>(0,Tw.Z)({},jA(e,"pm"),{position:"absolute",right:8})),jR=(0,$.ZP)(ct.Z,{name:"MuiClock",slot:"meridiemText",overridesResolver:(e,t)=>t.meridiemText})({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});function j_(e){let t=zG({props:e,name:"MuiClock"}),{ampm:n,ampmInClock:r,autoFocus:i,children:o,value:a,handleMeridiemChange:s,isTimeDisabled:l,meridiemMode:u,minutesStep:c=1,onChange:d,selectedId:h,type:p,viewValue:f,viewRange:[g,m],disabled:v=!1,readOnly:y,className:x}=t,b=z0(),w=FD(),S=B.useRef(!1),C=(e=>{let{classes:t,meridiemMode:n}=e;return(0,F.Z)({root:["root"],clock:["clock"],wrapper:["wrapper"],squareMask:["squareMask"],pin:["pin"],amButton:["amButton","am"===n&&"selected"],pmButton:["pmButton","pm"===n&&"selected"],meridiemText:["meridiemText"]},jS,t)})(t),k=l(f,p),M=!n&&"hours"===p&&(f<1||f>12),T=(e,t)=>{v||y||l(e,p)||d(e,t)},I=(e,t)=>{let{offsetX:r,offsetY:i}=e;if(void 0===r){let t=e.target.getBoundingClientRect();r=e.changedTouches[0].clientX-t.left,i=e.changedTouches[0].clientY-t.top}T("seconds"===p||"minutes"===p?((e,t,n=1)=>{let{value:r}=jm(6*n,e,t);return r*n%60})(r,i,c):((e,t,n)=>{let{value:r,distance:i}=jm(30,e,t),o=r||12;return n?o%=12:i<74&&(o+=12,o%=24),o})(r,i,!!n),t)},A=e=>{S.current=!0,I(e,"shallow")},D=B.useMemo(()=>"hours"===p||f%5==0,[p,f]),P="minutes"===p?c:1,R=B.useRef(null);(0,eN.Z)(()=>{i&&R.current.focus()},[i]);let _=e=>Math.max(g,Math.min(m,e)),O=e=>(e+(m+1))%(m+1);return(0,Z.jsxs)(jC,{className:(0,z.Z)(C.root,x),children:[(0,Z.jsxs)(jk,{className:C.clock,children:[(0,Z.jsx)(jT,{onTouchMove:A,onTouchStart:A,onTouchEnd:e=>{S.current&&(I(e,"finish"),S.current=!1),e.preventDefault()},onMouseUp:e=>{S.current&&(S.current=!1),I(e.nativeEvent,"finish")},onMouseMove:e=>{e.buttons>0&&I(e.nativeEvent,"shallow")},ownerState:{disabled:v},className:C.squareMask}),!k&&(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)(jI,{className:C.pin}),null!=a&&(0,Z.jsx)(jw,{type:p,viewValue:f,isInner:M,hasSelected:D})]}),(0,Z.jsx)(jM,{"aria-activedescendant":h,"aria-label":w.clockLabelText(p,a,b,null==a?null:b.format(a,"fullTime")),ref:R,role:"listbox",onKeyDown:e=>{if(!S.current)switch(e.key){case"Home":T(g,"partial"),e.preventDefault();break;case"End":T(m,"partial"),e.preventDefault();break;case"ArrowUp":T(O(f+P),"partial"),e.preventDefault();break;case"ArrowDown":T(O(f-P),"partial"),e.preventDefault();break;case"PageUp":T(_(f+5),"partial"),e.preventDefault();break;case"PageDown":T(_(f-5),"partial"),e.preventDefault();break;case"Enter":case" ":T(f,"finish"),e.preventDefault()}},tabIndex:0,className:C.wrapper,children:o})]}),n&&r&&(0,Z.jsxs)(B.Fragment,{children:[(0,Z.jsx)(jD,{onClick:y?void 0:()=>s("am"),disabled:v||null===u,ownerState:t,className:C.amButton,title:z9(b,"am"),children:(0,Z.jsx)(jR,{variant:"caption",className:C.meridiemText,children:z9(b,"am")})}),(0,Z.jsx)(jP,{disabled:v||null===u,onClick:y?void 0:()=>s("pm"),ownerState:t,className:C.pmButton,title:z9(b,"pm"),children:(0,Z.jsx)(jR,{variant:"caption",className:C.meridiemText,children:z9(b,"pm")})})]})]})}function jO(e){return(0,Y.ZP)("MuiClockNumber",e)}let jE=(0,U.Z)("MuiClockNumber",["root","selected","disabled"]),jL=["className","disabled","index","inner","label","selected"],jZ=(0,$.ZP)("span",{name:"MuiClockNumber",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${jE.disabled}`]:t.disabled},{[`&.${jE.selected}`]:t.selected}]})(({theme:e})=>({height:36,width:36,position:"absolute",left:"calc((100% - 36px) / 2)",display:"inline-flex",justifyContent:"center",alignItems:"center",borderRadius:"50%",color:(e.vars||e).palette.text.primary,fontFamily:e.typography.fontFamily,"&:focused":{backgroundColor:(e.vars||e).palette.background.paper},[`&.${jE.selected}`]:{color:(e.vars||e).palette.primary.contrastText},[`&.${jE.disabled}`]:{pointerEvents:"none",color:(e.vars||e).palette.text.disabled},variants:[{props:{inner:!0},style:(0,Tw.Z)({},e.typography.body2,{color:(e.vars||e).palette.text.secondary})}]}));function jB(e){let t=zG({props:e,name:"MuiClockNumber"}),{className:n,disabled:r,index:i,inner:o,label:a,selected:s}=t,l=(0,tQ.Z)(t,jL),u=(e=>{let{classes:t,selected:n,disabled:r}=e;return(0,F.Z)({root:["root",n&&"selected",r&&"disabled"]},jO,t)})(t),c=i%12/12*Math.PI*2-Math.PI/2,d=91*(o?.65:1),h=Math.round(Math.cos(c)*d),p=Math.round(Math.sin(c)*d);return(0,Z.jsx)(jZ,(0,Tw.Z)({className:(0,z.Z)(u.root,n),"aria-disabled":!!r||void 0,"aria-selected":!!s||void 0,role:"option",style:{transform:`translate(${h}px, ${p+92}px`},ownerState:t},l,{children:a}))}let jN=({utils:e,value:t,isDisabled:n,getClockNumberText:r,selectedId:i})=>{let o=e.formatNumber;return[[5,o("05")],[10,o("10")],[15,o("15")],[20,o("20")],[25,o("25")],[30,o("30")],[35,o("35")],[40,o("40")],[45,o("45")],[50,o("50")],[55,o("55")],[0,o("00")]].map(([e,o],a)=>{let s=e===t;return(0,Z.jsx)(jB,{label:o,id:s?i:void 0,index:a+1,inner:!1,disabled:n(e),selected:s,"aria-label":r(o)},e)})},jz=({timezone:e,value:t,defaultValue:n,referenceDate:r,onChange:i,valueManager:o})=>{let a,s=z0(),l=B.useRef(n),u=t??l.current??o.emptyValue,c=B.useMemo(()=>o.getTimezone(s,u),[s,o,u]),d=(0,eB.Z)(e=>null==c?e:o.setTimezone(s,c,e));return a=e||c||(r?s.getTimezone(r):"default"),{value:B.useMemo(()=>o.setTimezone(s,a,u),[o,s,a,u]),handleValueChange:(0,eB.Z)((e,...t)=>{let n=d(e);i?.(n,...t)}),timezone:a}},jF=({name:e,timezone:t,value:n,defaultValue:r,referenceDate:i,onChange:o,valueManager:a})=>{let[s,l]=(0,fb.Z)({name:e,state:"value",controlled:n,default:r??a.emptyValue});return jz({timezone:t,value:s,defaultValue:void 0,referenceDate:i,onChange:(0,eB.Z)((e,...t)=>{l(e),o?.(e,...t)}),valueManager:a})},jj={year:1,month:2,day:3,hours:4,minutes:5,seconds:6,milliseconds:7},jV=(e,t,n)=>{if(t===jj.year)return e.startOfYear(n);if(t===jj.month)return e.startOfMonth(n);if(t===jj.day)return e.startOfDay(n);let r=n;return t<jj.minutes&&(r=e.setMinutes(r,0)),t<jj.seconds&&(r=e.setSeconds(r,0)),t<jj.milliseconds&&(r=e.setMilliseconds(r,0)),r},jH=(e,t)=>{let n=e.formatTokenMap[t];if(null==n)throw Error(`MUI X: The token "${t}" is not supported by the Date and Time Pickers.
|
|
71
|
+
Please try using another token or open an issue on https://github.com/mui/mui-x/issues/new/choose if you think it should be supported.`);return"string"==typeof n?{type:n,contentType:"meridiem"===n?"letter":"digit",maxLength:void 0}:{type:n.sectionType,contentType:n.contentType,maxLength:n.maxLength}},j$=(e,t)=>{let n=[],r=e.date(void 0,"default"),i=e.startOfWeek(r),o=e.endOfWeek(r),a=i;for(;e.isBefore(a,o);)n.push(a),a=e.addDays(a,1);return n.map(n=>e.formatByString(n,t))},jW=(e,t,n,r)=>{switch(n){case"month":return z6(e,e.date(void 0,t)).map(t=>e.formatByString(t,r));case"weekDay":return j$(e,r);case"meridiem":{let n=e.date(void 0,t);return[e.startOfDay(n),e.endOfDay(n)].map(t=>e.formatByString(t,r))}default:return[]}},jG=["0","1","2","3","4","5","6","7","8","9"],jq=(e,t)=>{if("0"===t[0])return e;let n=[],r="";for(let i=0;i<e.length;i+=1){r+=e[i];let o=t.indexOf(r);o>-1&&(n.push(o.toString()),r="")}return n.join("")},jU=(e,t)=>"0"===t[0]?e:e.split("").map(e=>t[Number(e)]).join(""),jY=(e,t)=>{let n=jq(e,t);return" "!==n&&!Number.isNaN(Number(n))},jX=(e,t)=>{let n=e;for(n=Number(n).toString();n.length<t;)n=`0${n}`;return n},jK=(e,t,n,r,i)=>{if("day"===i.type&&"digit-with-letter"===i.contentType){let r=e.setDate(n.longestMonth,t);return e.formatByString(r,i.format)}let o=t.toString();return i.hasLeadingZerosInInput&&(o=jX(o,i.maxLength)),jU(o,r)},jQ=(e,t,n)=>{let r=e.value||e.placeholder,i="non-input"===t?e.hasLeadingZerosInFormat:e.hasLeadingZerosInInput;return"non-input"===t&&e.hasLeadingZerosInInput&&!e.hasLeadingZerosInFormat&&(r=Number(jq(r,n)).toString()),["input-rtl","input-ltr"].includes(t)&&"digit"===e.contentType&&!i&&1===r.length&&(r=`${r}\u200e`),"input-rtl"===t&&(r=`\u2068${r}\u2069`),r},jJ=(e,t,n,r)=>e.formatByString(e.parse(t,n),r),j0=(e,t)=>4===e.formatByString(e.date(void 0,"system"),t).length,j1=(e,t,n,r)=>{if("digit"!==t)return!1;let i=e.date(void 0,"default");switch(n){case"year":if(j0(e,r))return"0001"===e.formatByString(e.setYear(i,1),r);return"01"===e.formatByString(e.setYear(i,2001),r);case"month":return e.formatByString(e.startOfYear(i),r).length>1;case"day":return e.formatByString(e.startOfMonth(i),r).length>1;case"weekDay":return e.formatByString(e.startOfWeek(i),r).length>1;case"hours":return e.formatByString(e.setHours(i,1),r).length>1;case"minutes":return e.formatByString(e.setMinutes(i,1),r).length>1;case"seconds":return e.formatByString(e.setSeconds(i,1),r).length>1;default:throw Error("Invalid section type")}},j2=(e,t)=>{},j5={year:1,month:2,day:3,weekDay:4,hours:5,minutes:6,seconds:7,meridiem:8,empty:9},j3=(e,t,n,r,i)=>[...n].sort((e,t)=>j5[e.type]-j5[t.type]).reduce((n,r)=>!i||r.modified?((e,t,n,r)=>{switch(t.type){case"year":return e.setYear(r,e.getYear(n));case"month":return e.setMonth(r,e.getMonth(n));case"weekDay":{let r=j$(e,t.format),i=e.formatByString(n,t.format),o=r.indexOf(i),a=r.indexOf(t.value);return e.addDays(n,a-o)}case"day":return e.setDate(r,e.getDate(n));case"meridiem":{let t=12>e.getHours(n),i=e.getHours(r);if(t&&i>=12)return e.addHours(r,-12);if(!t&&i<12)return e.addHours(r,12);return r}case"hours":return e.setHours(r,e.getHours(n));case"minutes":return e.setMinutes(r,e.getMinutes(n));case"seconds":return e.setSeconds(r,e.getSeconds(n));default:return r}})(e,r,t,n):n,r),j4=(e,t)=>{if(null==e)return null;if("all"===e)return"all";if("string"==typeof e){let n=t.findIndex(t=>t.type===e);return -1===n?null:n}return e},j6=["value","referenceDate"],j8={emptyValue:null,getTodayValue:z8,getInitialReferenceValue:e=>{let{value:t,referenceDate:n}=e,r=(0,tQ.Z)(e,j6);return null!=t&&r.utils.isValid(t)?t:null!=n?n:(({props:e,utils:t,granularity:n,timezone:r,getTodayDate:i})=>{let o=i?i():jV(t,n,z8(t,r));null!=e.minDate&&t.isAfterDay(e.minDate,o)&&(o=jV(t,n,e.minDate)),null!=e.maxDate&&t.isBeforeDay(e.maxDate,o)&&(o=jV(t,n,e.maxDate));let a=FJ(e.disableIgnoringDatePartForTimeValidation??!1,t);return null!=e.minTime&&a(e.minTime,o)&&(o=jV(t,n,e.disableIgnoringDatePartForTimeValidation?e.minTime:z5(t,o,e.minTime))),null!=e.maxTime&&a(o,e.maxTime)&&(o=jV(t,n,e.disableIgnoringDatePartForTimeValidation?e.maxTime:z5(t,o,e.maxTime))),o})(r)},cleanValue:(e,t)=>null!=t&&e.isValid(t)?t:null,areValuesEqual:(e,t,n)=>!(e.isValid(t)||null==t||e.isValid(n))&&null!=n||e.isEqual(t,n),isSameError:(e,t)=>e===t,hasError:e=>null!=e,defaultErrorState:null,getTimezone:(e,t)=>null!=t&&e.isValid(t)?e.getTimezone(t):null,setTimezone:(e,t,n)=>null==n?null:e.setTimezone(n,t)},j9={updateReferenceValue:(e,t,n)=>null!=t&&e.isValid(t)?t:n,getSectionsFromValue:(e,t,n,r)=>!e.isValid(t)&&n?n:r(t),getV7HiddenInputValueFromSections:e=>e.map(e=>`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`).join(""),getV6InputValueFromSections:(e,t,n)=>{let r=e.map(e=>{let r=jQ(e,n?"input-rtl":"input-ltr",t);return`${e.startSeparator}${r}${e.endSeparator}`}).join("");return n?`\u2066${r}\u2069`:r},getActiveDateManager:(e,t)=>({date:t.value,referenceDate:t.referenceValue,getSections:e=>e,getNewValuesFromNewActiveDate:n=>({value:n,referenceValue:null!=n&&e.isValid(n)?n:t.referenceValue})}),parseValueStr:(e,t,n)=>n(e.trim(),t)},j7=["ampm","ampmInClock","autoFocus","slots","slotProps","value","defaultValue","referenceDate","disableIgnoringDatePartForTimeValidation","maxTime","minTime","disableFuture","disablePast","minutesStep","shouldDisableTime","showViewSwitcher","onChange","view","views","openTo","onViewChange","focusedView","onFocusedViewChange","className","disabled","readOnly","timezone"],Ve=(0,$.ZP)(jl,{name:"MuiTimeClock",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",position:"relative"}),Vt=(0,$.ZP)(ja,{name:"MuiTimeClock",slot:"ArrowSwitcher",overridesResolver:(e,t)=>t.arrowSwitcher})({position:"absolute",right:12,top:15}),Vn=["hours","minutes"],Vr=B.forwardRef(function(e,t){let n=z0(),r=zG({props:e,name:"MuiTimeClock"}),{ampm:i=n.is12HourCycleInCurrentLocale(),ampmInClock:o=!1,autoFocus:a,slots:s,slotProps:l,value:u,defaultValue:c,referenceDate:d,disableIgnoringDatePartForTimeValidation:h=!1,maxTime:p,minTime:f,disableFuture:g,disablePast:m,minutesStep:v=1,shouldDisableTime:y,showViewSwitcher:x,onChange:b,view:w,views:S=Vn,openTo:C,onViewChange:k,focusedView:M,onFocusedViewChange:T,className:I,disabled:A,readOnly:D,timezone:P}=r,R=(0,tQ.Z)(r,j7),{value:_,handleValueChange:O,timezone:E}=jF({name:"TimeClock",timezone:P,value:u,defaultValue:c,referenceDate:d,onChange:b,valueManager:j8}),L=(({value:e,referenceDate:t,utils:n,props:r,timezone:i})=>{let o=B.useMemo(()=>j8.getInitialReferenceValue({value:e,utils:n,props:r,referenceDate:t,granularity:jj.day,timezone:i,getTodayDate:()=>z8(n,i,"date")}),[]);return e??o})({value:_,referenceDate:d,utils:n,props:r,timezone:E}),N=FD(),j=z2(E),{view:V,setView:H,previousView:$,nextView:W,setValueAndGoToNextView:G}=js({view:w,views:S,openTo:C,onViewChange:k,onChange:O,focusedView:M,onFocusedViewChange:T}),{meridiemMode:q,handleMeridiemChange:U}=F0(L,i,G),Y=B.useCallback((e,t)=>{let r=FJ(h,n),o="hours"===t||"minutes"===t&&S.includes("seconds"),a=({start:e,end:t})=>!(f&&r(f,t)||p&&r(e,p)||g&&r(e,j)||m&&r(j,o?t:e)),s=(e,r=1)=>{if(e%r!=0)return!1;if(y)switch(t){case"hours":return!y(n.setHours(L,e),"hours");case"minutes":return!y(n.setMinutes(L,e),"minutes");case"seconds":return!y(n.setSeconds(L,e),"seconds");default:return!1}return!0};switch(t){case"hours":{let t=FK(e,q,i),r=n.setHours(L,t);if(n.getHours(r)!==t)return!0;return!a({start:n.setSeconds(n.setMinutes(r,0),0),end:n.setSeconds(n.setMinutes(r,59),59)})||!s(t)}case"minutes":{let t=n.setMinutes(L,e);return!a({start:n.setSeconds(t,0),end:n.setSeconds(t,59)})||!s(e,v)}case"seconds":{let t=n.setSeconds(L,e);return!a({start:t,end:t})||!s(e)}default:throw Error("not supported")}},[i,L,h,p,q,f,v,y,n,g,m,j,S]),X=(0,e_.Z)(),K=B.useMemo(()=>{switch(V){case"hours":{let e,t=(e,t)=>{let r=FK(e,q,i);G(n.setHours(L,r),t,"hours")},r=n.getHours(L);return e=i?r>12?[12,23]:[0,11]:[0,23],{onChange:t,viewValue:r,children:(({ampm:e,value:t,getClockNumberText:n,isDisabled:r,selectedId:i,utils:o})=>{let a=t?o.getHours(t):null,s=[],l=+!!e,u=e?12:23,c=t=>null!==a&&(e?12===t?12===a||0===a:a===t||a-12===t:a===t);for(let t=l;t<=u;t+=1){let a=t.toString();0===t&&(a="00");let l=!e&&(0===t||t>12);a=o.formatNumber(a);let u=c(t);s.push((0,Z.jsx)(jB,{id:u?i:void 0,index:t,inner:l,selected:u,disabled:r(t),label:a,"aria-label":n(a)},t))}return s})({value:_,utils:n,ampm:i,onChange:t,getClockNumberText:N.hoursClockNumberText,isDisabled:e=>A||Y(e,"hours"),selectedId:X}),viewRange:e}}case"minutes":{let e=n.getMinutes(L),t=(e,t)=>{G(n.setMinutes(L,e),t,"minutes")};return{viewValue:e,onChange:t,children:jN({utils:n,value:e,onChange:t,getClockNumberText:N.minutesClockNumberText,isDisabled:e=>A||Y(e,"minutes"),selectedId:X}),viewRange:[0,59]}}case"seconds":{let e=n.getSeconds(L),t=(e,t)=>{G(n.setSeconds(L,e),t,"seconds")};return{viewValue:e,onChange:t,children:jN({utils:n,value:e,onChange:t,getClockNumberText:N.secondsClockNumberText,isDisabled:e=>A||Y(e,"seconds"),selectedId:X}),viewRange:[0,59]}}default:throw Error("You must provide the type for ClockView")}},[V,n,_,i,N.hoursClockNumberText,N.minutesClockNumberText,N.secondsClockNumberText,q,G,L,Y,X,A]),Q=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],arrowSwitcher:["arrowSwitcher"]},ju,t)})(r);return(0,Z.jsxs)(Ve,(0,Tw.Z)({ref:t,className:(0,z.Z)(Q.root,I),ownerState:r},R,{children:[(0,Z.jsx)(j_,(0,Tw.Z)({autoFocus:a??!!M,ampmInClock:o&&S.includes("hours"),value:_,type:V,ampm:i,minutesStep:v,isTimeDisabled:Y,meridiemMode:q,handleMeridiemChange:U,selectedId:X,disabled:A,readOnly:D},K)),x&&(0,Z.jsx)(Vt,{className:Q.arrowSwitcher,slots:s,slotProps:l,onGoToPrevious:()=>H($),isPreviousDisabled:!$,previousLabel:N.openPreviousView,onGoToNext:()=>H(W),isNextDisabled:!W,nextLabel:N.openNextView,ownerState:r})]}))}),Vi=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:r,views:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minTime:p,maxTime:f,shouldDisableTime:g,minutesStep:m,ampm:v,ampmInClock:y,slots:x,slotProps:b,readOnly:w,disabled:S,sx:C,autoFocus:k,showViewSwitcher:M,disableIgnoringDatePartForTimeValidation:T,timezone:I})=>(0,Z.jsx)(Vr,{view:e,onViewChange:t,focusedView:n&&FX(n)?n:null,onFocusedViewChange:r,views:i.filter(FX),value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minTime:p,maxTime:f,shouldDisableTime:g,minutesStep:m,ampm:v,ampmInClock:y,slots:x,slotProps:b,readOnly:w,disabled:S,sx:C,autoFocus:k,showViewSwitcher:M,disableIgnoringDatePartForTimeValidation:T,timezone:I}),Vo=({props:e,value:t,timezone:n,adapter:r})=>{if(null===t)return null;let{shouldDisableDate:i,shouldDisableMonth:o,shouldDisableYear:a,disablePast:s,disableFuture:l}=e,u=r.utils.date(void 0,n),c=z4(r.utils,e.minDate,r.defaultDates.minDate),d=z4(r.utils,e.maxDate,r.defaultDates.maxDate);switch(!0){case!r.utils.isValid(t):return"invalidDate";case!!(i&&i(t)):return"shouldDisableDate";case!!(o&&o(t)):return"shouldDisableMonth";case!!(a&&a(t)):return"shouldDisableYear";case!!(l&&r.utils.isAfterDay(t,u)):return"disableFuture";case!!(s&&r.utils.isBeforeDay(t,u)):return"disablePast";case!!(c&&r.utils.isBeforeDay(t,c)):return"minDate";case!!(d&&r.utils.isAfterDay(t,d)):return"maxDate";default:return null}};Vo.valueManager=j8;let Va=({shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:r,maxDate:i,disableFuture:o,disablePast:a,timezone:s})=>{let l=zJ();return B.useCallback(u=>null!==Vo({adapter:l,value:u,timezone:s,props:{shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:r,maxDate:i,disableFuture:o,disablePast:a}}),[l,e,t,n,r,i,o,a,s])};var Vs=n(6317);let Vl=e=>(0,Y.ZP)("MuiPickersFadeTransitionGroup",e);(0,U.Z)("MuiPickersFadeTransitionGroup",["root"]);let Vu=(0,$.ZP)(Vs.Z,{name:"MuiPickersFadeTransitionGroup",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"block",position:"relative"});function Vc(e){let t=zG({props:e,name:"MuiPickersFadeTransitionGroup"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,a=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},Vl,t)})(t),s=(0,nt.Z)();return i?n:(0,Z.jsx)(Vu,{className:(0,z.Z)(a.root,r),children:(0,Z.jsx)(ng,{appear:!1,mountOnEnter:!0,unmountOnExit:!0,timeout:{appear:s.transitions.duration.enteringScreen,enter:s.transitions.duration.enteringScreen,exit:0},children:n},o)})}function Vd(e){return(0,Y.ZP)("MuiPickersDay",e)}let Vh=(0,U.Z)("MuiPickersDay",["root","dayWithMargin","dayOutsideMonth","hiddenDaySpacingFiller","today","selected","disabled"]),Vp=["autoFocus","className","day","disabled","disableHighlightToday","disableMargin","hidden","isAnimating","onClick","onDaySelect","onFocus","onBlur","onKeyDown","onMouseDown","onMouseEnter","outsideCurrentMonth","selected","showDaysOutsideCurrentMonth","children","today","isFirstVisibleCell","isLastVisibleCell"],Vf=({theme:e})=>(0,Tw.Z)({},e.typography.caption,{width:36,height:36,borderRadius:"50%",padding:0,backgroundColor:"transparent",transition:e.transitions.create("background-color",{duration:e.transitions.duration.short}),color:(e.vars||e).palette.text.primary,"@media (pointer: fine)":{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.hoverOpacity)}},"&:focus":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.focusOpacity})`:(0,j.Fq)(e.palette.primary.main,e.palette.action.focusOpacity),[`&.${Vh.selected}`]:{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark}},[`&.${Vh.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,fontWeight:e.typography.fontWeightMedium,"&:hover":{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark}},[`&.${Vh.disabled}:not(.${Vh.selected})`]:{color:(e.vars||e).palette.text.disabled},[`&.${Vh.disabled}&.${Vh.selected}`]:{opacity:.6},variants:[{props:{disableMargin:!1},style:{margin:"0 2px"}},{props:{outsideCurrentMonth:!0,showDaysOutsideCurrentMonth:!0},style:{color:(e.vars||e).palette.text.secondary}},{props:{disableHighlightToday:!1,today:!0},style:{[`&:not(.${Vh.selected})`]:{border:`1px solid ${(e.vars||e).palette.text.secondary}`}}}]}),Vg=(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disableMargin&&t.dayWithMargin,!n.disableHighlightToday&&n.today&&t.today,!n.outsideCurrentMonth&&n.showDaysOutsideCurrentMonth&&t.dayOutsideMonth,n.outsideCurrentMonth&&!n.showDaysOutsideCurrentMonth&&t.hiddenDaySpacingFiller]},Vm=(0,$.ZP)(eo.Z,{name:"MuiPickersDay",slot:"Root",overridesResolver:Vg})(Vf),Vv=(0,$.ZP)("div",{name:"MuiPickersDay",slot:"Root",overridesResolver:Vg})(({theme:e})=>(0,Tw.Z)({},Vf({theme:e}),{opacity:0,pointerEvents:"none"})),Vy=()=>{},Vx=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersDay"}),{autoFocus:r=!1,className:i,day:o,disabled:a=!1,disableHighlightToday:s=!1,disableMargin:l=!1,isAnimating:u,onClick:c,onDaySelect:d,onFocus:h=Vy,onBlur:p=Vy,onKeyDown:f=Vy,onMouseDown:g=Vy,onMouseEnter:m=Vy,outsideCurrentMonth:v,selected:y=!1,showDaysOutsideCurrentMonth:x=!1,children:b,today:w=!1}=n,S=(0,tQ.Z)(n,Vp),C=(0,Tw.Z)({},n,{autoFocus:r,disabled:a,disableHighlightToday:s,disableMargin:l,selected:y,showDaysOutsideCurrentMonth:x,today:w}),k=(e=>{let{selected:t,disableMargin:n,disableHighlightToday:r,today:i,disabled:o,outsideCurrentMonth:a,showDaysOutsideCurrentMonth:s,classes:l}=e,u=a&&!s;return(0,F.Z)({root:["root",t&&!u&&"selected",o&&"disabled",!n&&"dayWithMargin",!r&&i&&"today",a&&s&&"dayOutsideMonth",u&&"hiddenDaySpacingFiller"],hiddenDaySpacingFiller:["hiddenDaySpacingFiller"]},Vd,l)})(C),M=z0(),T=B.useRef(null),I=(0,eL.Z)(T,t);return((0,eN.Z)(()=>{!r||a||u||v||T.current.focus()},[r,a,u,v]),v&&!x)?(0,Z.jsx)(Vv,{className:(0,z.Z)(k.root,k.hiddenDaySpacingFiller,i),ownerState:C,role:S.role}):(0,Z.jsx)(Vm,(0,Tw.Z)({className:(0,z.Z)(k.root,i),ref:I,centerRipple:!0,disabled:a,tabIndex:y?0:-1,onKeyDown:e=>f(e,o),onFocus:e=>h(e,o),onBlur:e=>p(e,o),onMouseEnter:e=>m(e,o),onClick:e=>{a||d(o),v&&e.currentTarget.focus(),c&&c(e)},onMouseDown:e=>{g(e),v&&e.preventDefault()}},S,{ownerState:C,children:b||M.format(o,"dayOfMonth")}))}),Vb=B.memo(Vx);function Vw(e,t){return e.replace(RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var VS=function(e,t){return e&&t&&t.split(" ").forEach(function(t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=Vw(e.className,t):e.setAttribute("class",Vw(e.className&&e.className.baseVal||"",t))})},VC=function(e){function t(){for(var t,n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1];t.removeClasses(i,"exit"),t.addClass(i,o?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1];t.addClass(i,o?"appear":"enter","active"),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.removeClasses(i,o),t.addClass(i,o,"done"),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"appear"),t.removeClasses(n,"enter"),t.addClass(n,"exit","base"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.resolveArguments(e)[0];t.addClass(n,"exit","active"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"exit"),t.addClass(n,"exit","done"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,n){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,n]},t.getClassNames=function(e){var n=t.props.classNames,r="string"==typeof n,i=r&&n?n+"-":"",o=r?""+i+e:n[e],a=r?o+"-active":n[e+"Active"],s=r?o+"-done":n[e+"Done"];return{baseClassName:o,activeClassName:a,doneClassName:s}},t}(0,tJ.Z)(t,e);var n=t.prototype;return n.addClass=function(e,t,n){var r,i=this.getClassNames(t)[n+"ClassName"],o=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===n&&o&&(i+=" "+o),"active"===n&&e&&t5(e),i&&(this.appliedClasses[t][n]=i,r=i,e&&r&&r.split(" ").forEach(function(t){e.classList?e.classList.add(t):(e.classList?t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" "))||("string"==typeof e.className?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}))},n.removeClasses=function(e,t){var n=this.appliedClasses[t],r=n.base,i=n.active,o=n.done;this.appliedClasses[t]={},r&&VS(e,r),i&&VS(e,i),o&&VS(e,o)},n.render=function(){var e=this.props,t=(e.classNames,(0,tQ.Z)(e,["classNames"]));return N().createElement(t7,(0,Tw.Z)({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(N().Component);VC.defaultProps={classNames:""},VC.propTypes={};let Vk=e=>(0,Y.ZP)("MuiPickersSlideTransition",e),VM=(0,U.Z)("MuiPickersSlideTransition",["root","slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"]),VT=["children","className","reduceAnimations","slideDirection","transKey","classes"],VI=(0,$.ZP)(Vs.Z,{name:"MuiPickersSlideTransition",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`.${VM["slideEnter-left"]}`]:t["slideEnter-left"]},{[`.${VM["slideEnter-right"]}`]:t["slideEnter-right"]},{[`.${VM.slideEnterActive}`]:t.slideEnterActive},{[`.${VM.slideExit}`]:t.slideExit},{[`.${VM["slideExitActiveLeft-left"]}`]:t["slideExitActiveLeft-left"]},{[`.${VM["slideExitActiveLeft-right"]}`]:t["slideExitActiveLeft-right"]}]})(({theme:e})=>{let t=e.transitions.create("transform",{duration:e.transitions.duration.complex,easing:"cubic-bezier(0.35, 0.8, 0.4, 1)"});return{display:"block",position:"relative",overflowX:"hidden","& > *":{position:"absolute",top:0,right:0,left:0},[`& .${VM["slideEnter-left"]}`]:{willChange:"transform",transform:"translate(100%)",zIndex:1},[`& .${VM["slideEnter-right"]}`]:{willChange:"transform",transform:"translate(-100%)",zIndex:1},[`& .${VM.slideEnterActive}`]:{transform:"translate(0%)",transition:t},[`& .${VM.slideExit}`]:{transform:"translate(0%)"},[`& .${VM["slideExitActiveLeft-left"]}`]:{willChange:"transform",transform:"translate(-100%)",transition:t,zIndex:0},[`& .${VM["slideExitActiveLeft-right"]}`]:{willChange:"transform",transform:"translate(100%)",transition:t,zIndex:0}}}),VA=e=>(0,Y.ZP)("MuiDayCalendar",e);(0,U.Z)("MuiDayCalendar",["root","header","weekDayLabel","loadingContainer","slideTransition","monthContainer","weekContainer","weekNumberLabel","weekNumber"]);let VD=["parentProps","day","focusableDay","selectedDays","isDateDisabled","currentMonthNumber","isViewFocused"],VP=["ownerState"],VR=(0,$.ZP)("div",{name:"MuiDayCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({}),V_=(0,$.ZP)("div",{name:"MuiDayCalendar",slot:"Header",overridesResolver:(e,t)=>t.header})({display:"flex",justifyContent:"center",alignItems:"center"}),VO=(0,$.ZP)(ct.Z,{name:"MuiDayCalendar",slot:"WeekDayLabel",overridesResolver:(e,t)=>t.weekDayLabel})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:(e.vars||e).palette.text.secondary})),VE=(0,$.ZP)(ct.Z,{name:"MuiDayCalendar",slot:"WeekNumberLabel",overridesResolver:(e,t)=>t.weekNumberLabel})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:e.palette.text.disabled})),VL=(0,$.ZP)(ct.Z,{name:"MuiDayCalendar",slot:"WeekNumber",overridesResolver:(e,t)=>t.weekNumber})(({theme:e})=>(0,Tw.Z)({},e.typography.caption,{width:36,height:36,padding:0,margin:"0 2px",color:e.palette.text.disabled,fontSize:"0.75rem",alignItems:"center",justifyContent:"center",display:"inline-flex"})),VZ=(0,$.ZP)("div",{name:"MuiDayCalendar",slot:"LoadingContainer",overridesResolver:(e,t)=>t.loadingContainer})({display:"flex",justifyContent:"center",alignItems:"center",minHeight:240}),VB=(0,$.ZP)(function(e){let t=zG({props:e,name:"MuiPickersSlideTransition"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,a=(0,tQ.Z)(t,VT),s=(e=>{let{classes:t,slideDirection:n}=e,r={root:["root"],exit:["slideExit"],enterActive:["slideEnterActive"],enter:[`slideEnter-${n}`],exitActive:[`slideExitActiveLeft-${n}`]};return(0,F.Z)(r,Vk,t)})(t),l=(0,nt.Z)();if(i)return(0,Z.jsx)("div",{className:(0,z.Z)(s.root,r),children:n});let u={exit:s.exit,enterActive:s.enterActive,enter:s.enter,exitActive:s.exitActive};return(0,Z.jsx)(VI,{className:(0,z.Z)(s.root,r),childFactory:e=>B.cloneElement(e,{classNames:u}),role:"presentation",children:(0,Z.jsx)(VC,(0,Tw.Z)({mountOnEnter:!0,unmountOnExit:!0,timeout:l.transitions.duration.complex,classNames:u},a,{children:n}),o)})},{name:"MuiDayCalendar",slot:"SlideTransition",overridesResolver:(e,t)=>t.slideTransition})({minHeight:240}),VN=(0,$.ZP)("div",{name:"MuiDayCalendar",slot:"MonthContainer",overridesResolver:(e,t)=>t.monthContainer})({overflow:"hidden"}),Vz=(0,$.ZP)("div",{name:"MuiDayCalendar",slot:"WeekContainer",overridesResolver:(e,t)=>t.weekContainer})({margin:"2px 0",display:"flex",justifyContent:"center"});function VF(e){let{parentProps:t,day:n,focusableDay:r,selectedDays:i,isDateDisabled:o,currentMonthNumber:a,isViewFocused:s}=e,l=(0,tQ.Z)(e,VD),{disabled:u,disableHighlightToday:c,isMonthSwitchingAnimating:d,showDaysOutsideCurrentMonth:h,slots:p,slotProps:f,timezone:g}=t,m=z0(),v=z2(g),y=null!==r&&m.isSameDay(n,r),x=i.some(e=>m.isSameDay(e,n)),b=m.isSameDay(n,v),w=p?.day??Vb,S=tN({elementType:w,externalSlotProps:f?.day,additionalProps:(0,Tw.Z)({disableHighlightToday:c,showDaysOutsideCurrentMonth:h,role:"gridcell",isAnimating:d,"data-timestamp":m.toJsDate(n).valueOf()},l),ownerState:(0,Tw.Z)({},t,{day:n,selected:x})}),C=(0,tQ.Z)(S,VP),k=B.useMemo(()=>u||o(n),[u,o,n]),M=B.useMemo(()=>m.getMonth(n)!==a,[m,n,a]),T=B.useMemo(()=>{let e=m.startOfMonth(m.setMonth(n,a));return h?m.isSameDay(n,m.startOfWeek(e)):m.isSameDay(n,e)},[a,n,h,m]),I=B.useMemo(()=>{let e=m.endOfMonth(m.setMonth(n,a));return h?m.isSameDay(n,m.endOfWeek(e)):m.isSameDay(n,e)},[a,n,h,m]);return(0,Z.jsx)(w,(0,Tw.Z)({},C,{day:n,disabled:k,autoFocus:s&&y,today:b,outsideCurrentMonth:M,isFirstVisibleCell:T,isLastVisibleCell:I,selected:x,tabIndex:y?0:-1,"aria-selected":x,"aria-current":b?"date":void 0}))}function Vj(e){let t=zG({props:e,name:"MuiDayCalendar"}),n=z0(),{onFocusedDayChange:r,className:i,currentMonth:o,selectedDays:a,focusedDay:s,loading:l,onSelectedDaysChange:u,onMonthSwitchingAnimationEnd:c,readOnly:d,reduceAnimations:h,renderLoading:p=()=>(0,Z.jsx)("span",{children:"..."}),slideDirection:f,TransitionProps:g,disablePast:m,disableFuture:v,minDate:y,maxDate:x,shouldDisableDate:b,shouldDisableMonth:w,shouldDisableYear:S,dayOfWeekFormatter:C=e=>n.format(e,"weekdayShort").charAt(0).toUpperCase(),hasFocus:k,onFocusedViewChange:M,gridLabelId:T,displayWeekNumber:I,fixedWeekNumber:A,autoFocus:D,timezone:P}=t,R=z2(P),_=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],header:["header"],weekDayLabel:["weekDayLabel"],loadingContainer:["loadingContainer"],slideTransition:["slideTransition"],monthContainer:["monthContainer"],weekContainer:["weekContainer"],weekNumberLabel:["weekNumberLabel"],weekNumber:["weekNumber"]},VA,t)})(t),O=tE(),E=Va({shouldDisableDate:b,shouldDisableMonth:w,shouldDisableYear:S,minDate:y,maxDate:x,disablePast:m,disableFuture:v,timezone:P}),L=FD(),[N,j]=(0,fb.Z)({name:"DayCalendar",state:"hasFocus",controlled:k,default:D??!1}),[V,H]=B.useState(()=>s||R),$=(0,eB.Z)(e=>{d||u(e)}),W=e=>{E(e)||(r(e),H(e),M?.(!0),j(!0))},G=(0,eB.Z)((e,t)=>{switch(e.key){case"ArrowUp":W(n.addDays(t,-7)),e.preventDefault();break;case"ArrowDown":W(n.addDays(t,7)),e.preventDefault();break;case"ArrowLeft":{let r=n.addDays(t,O?1:-1),i=n.addMonths(t,O?1:-1);W(z3({utils:n,date:r,minDate:O?r:n.startOfMonth(i),maxDate:O?n.endOfMonth(i):r,isDateDisabled:E,timezone:P})||r),e.preventDefault();break}case"ArrowRight":{let r=n.addDays(t,O?-1:1),i=n.addMonths(t,O?-1:1);W(z3({utils:n,date:r,minDate:O?n.startOfMonth(i):r,maxDate:O?r:n.endOfMonth(i),isDateDisabled:E,timezone:P})||r),e.preventDefault();break}case"Home":W(n.startOfWeek(t)),e.preventDefault();break;case"End":W(n.endOfWeek(t)),e.preventDefault();break;case"PageUp":W(n.addMonths(t,1)),e.preventDefault();break;case"PageDown":W(n.addMonths(t,-1)),e.preventDefault()}}),q=(0,eB.Z)((e,t)=>W(t)),U=(0,eB.Z)((e,t)=>{N&&n.isSameDay(V,t)&&M?.(!1)}),Y=n.getMonth(o),X=n.getYear(o),K=B.useMemo(()=>a.filter(e=>!!e).map(e=>n.startOfDay(e)),[n,a]),Q=`${X}-${Y}`,J=B.useMemo(()=>B.createRef(),[Q]),ee=B.useMemo(()=>{let e=n.startOfMonth(o),t=n.endOfMonth(o);return E(V)||n.isAfterDay(V,t)||n.isBeforeDay(V,e)?z3({utils:n,date:V,minDate:e,maxDate:t,disablePast:m,disableFuture:v,isDateDisabled:E,timezone:P}):V},[o,v,m,V,E,n,P]),et=B.useMemo(()=>{let e=n.getWeekArray(o),t=n.addMonths(o,1);for(;A&&e.length<A;){let r=n.getWeekArray(t),i=n.isSameDay(e[e.length-1][0],r[0][0]);r.slice(+!!i).forEach(t=>{e.length<A&&e.push(t)}),t=n.addMonths(t,1)}return e},[o,A,n]);return(0,Z.jsxs)(VR,{role:"grid","aria-labelledby":T,className:_.root,children:[(0,Z.jsxs)(V_,{role:"row",className:_.header,children:[I&&(0,Z.jsx)(VE,{variant:"caption",role:"columnheader","aria-label":L.calendarWeekNumberHeaderLabel,className:_.weekNumberLabel,children:L.calendarWeekNumberHeaderText}),((e,t)=>{let n=e.startOfWeek(t);return[0,1,2,3,4,5,6].map(t=>e.addDays(n,t))})(n,R).map((e,t)=>(0,Z.jsx)(VO,{variant:"caption",role:"columnheader","aria-label":n.format(e,"weekday"),className:_.weekDayLabel,children:C(e)},t.toString()))]}),l?(0,Z.jsx)(VZ,{className:_.loadingContainer,children:p()}):(0,Z.jsx)(VB,(0,Tw.Z)({transKey:Q,onExited:c,reduceAnimations:h,slideDirection:f,className:(0,z.Z)(i,_.slideTransition)},g,{nodeRef:J,children:(0,Z.jsx)(VN,{ref:J,role:"rowgroup",className:_.monthContainer,children:et.map((e,r)=>(0,Z.jsxs)(Vz,{role:"row",className:_.weekContainer,"aria-rowindex":r+1,children:[I&&(0,Z.jsx)(VL,{className:_.weekNumber,role:"rowheader","aria-label":L.calendarWeekNumberAriaLabelText(n.getWeekNumber(e[0])),children:L.calendarWeekNumberText(n.getWeekNumber(e[0]))}),e.map((e,n)=>(0,Z.jsx)(VF,{parentProps:t,day:e,selectedDays:K,focusableDay:ee,onKeyDown:G,onFocus:q,onBlur:U,onDaySelect:$,isDateDisabled:E,currentMonthNumber:Y,isViewFocused:N,"aria-colindex":n+1},e.toString()))]},`week-${e[0]}`))})}))]})}function VV(e){return(0,Y.ZP)("MuiPickersMonth",e)}let VH=(0,U.Z)("MuiPickersMonth",["root","monthButton","disabled","selected"]),V$=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","aria-label","monthsPerRow","slots","slotProps"],VW=(0,$.ZP)("div",{name:"MuiPickersMonth",slot:"Root",overridesResolver:(e,t)=>[t.root]})({display:"flex",alignItems:"center",justifyContent:"center",flexBasis:"33.3%",variants:[{props:{monthsPerRow:4},style:{flexBasis:"25%"}}]}),VG=(0,$.ZP)("button",{name:"MuiPickersMonth",slot:"MonthButton",overridesResolver:(e,t)=>[t.monthButton,{[`&.${VH.disabled}`]:t.disabled},{[`&.${VH.selected}`]:t.selected}]})(({theme:e})=>(0,Tw.Z)({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{margin:"8px 0",height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${VH.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${VH.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),Vq=B.memo(function(e){let t=zG({props:e,name:"MuiPickersMonth"}),{autoFocus:n,className:r,children:i,disabled:o,selected:a,value:s,tabIndex:l,onClick:u,onKeyDown:c,onFocus:d,onBlur:h,"aria-current":p,"aria-label":f,slots:g,slotProps:m}=t,v=(0,tQ.Z)(t,V$),y=B.useRef(null),x=(e=>{let{disabled:t,selected:n,classes:r}=e;return(0,F.Z)({root:["root"],monthButton:["monthButton",t&&"disabled",n&&"selected"]},VV,r)})(t);(0,eN.Z)(()=>{n&&y.current?.focus()},[n]);let b=g?.monthButton??VG,w=tN({elementType:b,externalSlotProps:m?.monthButton,additionalProps:{children:i,disabled:o,tabIndex:l,ref:y,type:"button",role:"radio","aria-current":p,"aria-checked":a,"aria-label":f,onClick:e=>u(e,s),onKeyDown:e=>c(e,s),onFocus:e=>d(e,s),onBlur:e=>h(e,s)},ownerState:t,className:x.monthButton});return(0,Z.jsx)(VW,(0,Tw.Z)({className:(0,z.Z)(x.root,r),ownerState:t},v,{children:(0,Z.jsx)(b,(0,Tw.Z)({},w))}))});function VU(e){return(0,Y.ZP)("MuiMonthCalendar",e)}(0,U.Z)("MuiMonthCalendar",["root"]);let VY=["className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","shouldDisableMonth","readOnly","disableHighlightToday","autoFocus","onMonthFocus","hasFocus","onFocusedViewChange","monthsPerRow","timezone","gridLabelId","slots","slotProps"],VX=(0,$.ZP)("div",{name:"MuiMonthCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexWrap:"wrap",alignContent:"stretch",padding:"0 4px",width:320,boxSizing:"border-box"}),VK=B.forwardRef(function(e,t){let n=function(e,t){let n=z0(),r=z1(),i=zG({props:e,name:t});return(0,Tw.Z)({disableFuture:!1,disablePast:!1},i,{minDate:z4(n,i.minDate,r.minDate),maxDate:z4(n,i.maxDate,r.maxDate)})}(e,"MuiMonthCalendar"),{className:r,value:i,defaultValue:o,referenceDate:a,disabled:s,disableFuture:l,disablePast:u,maxDate:c,minDate:d,onChange:h,shouldDisableMonth:p,readOnly:f,autoFocus:g=!1,onMonthFocus:m,hasFocus:v,onFocusedViewChange:y,monthsPerRow:x=3,timezone:b,gridLabelId:w,slots:S,slotProps:C}=n,k=(0,tQ.Z)(n,VY),{value:M,handleValueChange:T,timezone:I}=jF({name:"MonthCalendar",timezone:b,value:i,defaultValue:o,referenceDate:a,onChange:h,valueManager:j8}),A=z2(I),D=tE(),P=z0(),R=B.useMemo(()=>j8.getInitialReferenceValue({value:M,utils:P,props:n,timezone:I,referenceDate:a,granularity:jj.month}),[]),_=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},VU,t)})(n),O=B.useMemo(()=>P.getMonth(A),[P,A]),E=B.useMemo(()=>null!=M?P.getMonth(M):null,[M,P]),[L,N]=B.useState(()=>E||P.getMonth(R)),[j,V]=(0,fb.Z)({name:"MonthCalendar",state:"hasFocus",controlled:v,default:g??!1}),H=(0,eB.Z)(e=>{V(e),y&&y(e)}),$=B.useCallback(e=>{let t=P.startOfMonth(u&&P.isAfter(A,d)?A:d),n=P.startOfMonth(l&&P.isBefore(A,c)?A:c),r=P.startOfMonth(e);return!!(P.isBefore(r,t)||P.isAfter(r,n))||!!p&&p(r)},[l,u,c,d,A,p,P]),W=(0,eB.Z)((e,t)=>{f||T(P.setMonth(M??R,t))}),G=(0,eB.Z)(e=>{!$(P.setMonth(M??R,e))&&(N(e),H(!0),m&&m(e))});B.useEffect(()=>{N(e=>null!==E&&e!==E?E:e)},[E]);let q=(0,eB.Z)((e,t)=>{switch(e.key){case"ArrowUp":G((12+t-3)%12),e.preventDefault();break;case"ArrowDown":G((12+t+3)%12),e.preventDefault();break;case"ArrowLeft":G((12+t+(D?1:-1))%12),e.preventDefault();break;case"ArrowRight":G((12+t+(D?-1:1))%12),e.preventDefault()}}),U=(0,eB.Z)((e,t)=>{G(t)}),Y=(0,eB.Z)((e,t)=>{L===t&&H(!1)});return(0,Z.jsx)(VX,(0,Tw.Z)({ref:t,className:(0,z.Z)(_.root,r),ownerState:n,role:"radiogroup","aria-labelledby":w},k,{children:z6(P,M??R).map(e=>{let t=P.getMonth(e),n=P.format(e,"monthShort"),r=P.format(e,"month"),i=s||$(e);return(0,Z.jsx)(Vq,{selected:t===E,value:t,onClick:W,onKeyDown:q,autoFocus:j&&t===L,disabled:i,tabIndex:t!==L||i?-1:0,onFocus:U,onBlur:Y,"aria-current":O===t?"date":void 0,"aria-label":r,monthsPerRow:x,slots:S,slotProps:C,children:n},n)})}))});function VQ(e){return(0,Y.ZP)("MuiPickersYear",e)}let VJ=(0,U.Z)("MuiPickersYear",["root","yearButton","selected","disabled"]),V0=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","yearsPerRow","slots","slotProps"],V1=(0,$.ZP)("div",{name:"MuiPickersYear",slot:"Root",overridesResolver:(e,t)=>[t.root]})({display:"flex",alignItems:"center",justifyContent:"center",flexBasis:"33.3%",variants:[{props:{yearsPerRow:4},style:{flexBasis:"25%"}}]}),V2=(0,$.ZP)("button",{name:"MuiPickersYear",slot:"YearButton",overridesResolver:(e,t)=>[t.yearButton,{[`&.${VJ.disabled}`]:t.disabled},{[`&.${VJ.selected}`]:t.selected}]})(({theme:e})=>(0,Tw.Z)({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{margin:"6px 0",height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.focusOpacity})`:(0,j.Fq)(e.palette.action.active,e.palette.action.focusOpacity)},"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,j.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${VJ.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${VJ.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),V5=B.memo(function(e){let t=zG({props:e,name:"MuiPickersYear"}),{autoFocus:n,className:r,children:i,disabled:o,selected:a,value:s,tabIndex:l,onClick:u,onKeyDown:c,onFocus:d,onBlur:h,"aria-current":p,slots:f,slotProps:g}=t,m=(0,tQ.Z)(t,V0),v=B.useRef(null),y=(e=>{let{disabled:t,selected:n,classes:r}=e;return(0,F.Z)({root:["root"],yearButton:["yearButton",t&&"disabled",n&&"selected"]},VQ,r)})(t);(0,eN.Z)(()=>{n&&v.current?.focus()},[n]);let x=f?.yearButton??V2,b=tN({elementType:x,externalSlotProps:g?.yearButton,additionalProps:{children:i,disabled:o,tabIndex:l,ref:v,type:"button",role:"radio","aria-current":p,"aria-checked":a,onClick:e=>u(e,s),onKeyDown:e=>c(e,s),onFocus:e=>d(e,s),onBlur:e=>h(e,s)},ownerState:t,className:y.yearButton});return(0,Z.jsx)(V1,(0,Tw.Z)({className:(0,z.Z)(y.root,r),ownerState:t},m,{children:(0,Z.jsx)(x,(0,Tw.Z)({},b))}))});function V3(e){return(0,Y.ZP)("MuiYearCalendar",e)}(0,U.Z)("MuiYearCalendar",["root"]);let V4=["autoFocus","className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","readOnly","shouldDisableYear","disableHighlightToday","onYearFocus","hasFocus","onFocusedViewChange","yearsOrder","yearsPerRow","timezone","gridLabelId","slots","slotProps"],V6=(0,$.ZP)("div",{name:"MuiYearCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"row",flexWrap:"wrap",overflowY:"auto",height:"100%",padding:"0 4px",width:320,maxHeight:280,boxSizing:"border-box",position:"relative"}),V8=B.forwardRef(function(e,t){let n=function(e,t){let n=z0(),r=z1(),i=zG({props:e,name:t});return(0,Tw.Z)({disablePast:!1,disableFuture:!1},i,{yearsPerRow:i.yearsPerRow??3,minDate:z4(n,i.minDate,r.minDate),maxDate:z4(n,i.maxDate,r.maxDate)})}(e,"MuiYearCalendar"),{autoFocus:r,className:i,value:o,defaultValue:a,referenceDate:s,disabled:l,disableFuture:u,disablePast:c,maxDate:d,minDate:h,onChange:p,readOnly:f,shouldDisableYear:g,onYearFocus:m,hasFocus:v,onFocusedViewChange:y,yearsOrder:x="asc",yearsPerRow:b,timezone:w,gridLabelId:S,slots:C,slotProps:k}=n,M=(0,tQ.Z)(n,V4),{value:T,handleValueChange:I,timezone:A}=jF({name:"YearCalendar",timezone:w,value:o,defaultValue:a,referenceDate:s,onChange:p,valueManager:j8}),D=z2(A),P=tE(),R=z0(),_=B.useMemo(()=>j8.getInitialReferenceValue({value:T,utils:R,props:n,timezone:A,referenceDate:s,granularity:jj.year}),[]),O=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"]},V3,t)})(n),E=B.useMemo(()=>R.getYear(D),[R,D]),L=B.useMemo(()=>null!=T?R.getYear(T):null,[T,R]),[N,j]=B.useState(()=>L||R.getYear(_)),[V,H]=(0,fb.Z)({name:"YearCalendar",state:"hasFocus",controlled:v,default:r??!1}),$=(0,eB.Z)(e=>{H(e),y&&y(e)}),W=B.useCallback(e=>!!(c&&R.isBeforeYear(e,D)||u&&R.isAfterYear(e,D)||h&&R.isBeforeYear(e,h)||d&&R.isAfterYear(e,d))||!!g&&g(R.startOfYear(e)),[u,c,d,h,D,g,R]),G=(0,eB.Z)((e,t)=>{f||I(R.setYear(T??_,t))}),q=(0,eB.Z)(e=>{W(R.setYear(T??_,e))||(j(e),$(!0),m?.(e))});B.useEffect(()=>{j(e=>null!==L&&e!==L?L:e)},[L]);let U="desc"!==x?+b:-1*b,Y=P&&"asc"===x||!P&&"desc"===x?-1:1,X=(0,eB.Z)((e,t)=>{switch(e.key){case"ArrowUp":q(t-U),e.preventDefault();break;case"ArrowDown":q(t+U),e.preventDefault();break;case"ArrowLeft":q(t-Y),e.preventDefault();break;case"ArrowRight":q(t+Y),e.preventDefault()}}),K=(0,eB.Z)((e,t)=>{q(t)}),Q=(0,eB.Z)((e,t)=>{N===t&&$(!1)}),J=B.useRef(null),ee=(0,eL.Z)(t,J);B.useEffect(()=>{if(r||null===J.current)return;let e=J.current.querySelector('[tabindex="0"]');if(!e)return;let t=e.offsetHeight,n=e.offsetTop,i=J.current.clientHeight,o=J.current.scrollTop;t>i||n<o||(J.current.scrollTop=n+t-i/2-t/2)},[r]);let et=R.getYearRange([h,d]);return"desc"===x&&et.reverse(),(0,Z.jsx)(V6,(0,Tw.Z)({ref:ee,className:(0,z.Z)(O.root,i),ownerState:n,role:"radiogroup","aria-labelledby":S},M,{children:et.map(e=>{let t=R.getYear(e),n=l||W(e);return(0,Z.jsx)(V5,{selected:t===L,value:t,onClick:G,onKeyDown:X,autoFocus:V&&t===N,disabled:n,tabIndex:t!==N||n?-1:0,onFocus:K,onBlur:Q,"aria-current":E===t?"date":void 0,yearsPerRow:b,slots:C,slotProps:k,children:R.format(e,"year")},R.format(e,"year"))})}))}),V9=e=>(0,Y.ZP)("MuiPickersCalendarHeader",e),V7=(0,U.Z)("MuiPickersCalendarHeader",["root","labelContainer","label","switchViewButton","switchViewIcon"]),He=["slots","slotProps","currentMonth","disabled","disableFuture","disablePast","maxDate","minDate","onMonthChange","onViewChange","view","reduceAnimations","views","labelId","className","timezone","format"],Ht=["ownerState"],Hn=(0,$.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",alignItems:"center",marginTop:12,marginBottom:4,paddingLeft:24,paddingRight:12,maxHeight:40,minHeight:40}),Hr=(0,$.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"LabelContainer",overridesResolver:(e,t)=>t.labelContainer})(({theme:e})=>(0,Tw.Z)({display:"flex",overflow:"hidden",alignItems:"center",cursor:"pointer",marginRight:"auto"},e.typography.body1,{fontWeight:e.typography.fontWeightMedium})),Hi=(0,$.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"Label",overridesResolver:(e,t)=>t.label})({marginRight:6}),Ho=(0,$.ZP)(eR,{name:"MuiPickersCalendarHeader",slot:"SwitchViewButton",overridesResolver:(e,t)=>t.switchViewButton})({marginRight:"auto",variants:[{props:{view:"year"},style:{[`.${V7.switchViewIcon}`]:{transform:"rotate(180deg)"}}}]}),Ha=(0,$.ZP)(FC,{name:"MuiPickersCalendarHeader",slot:"SwitchViewIcon",overridesResolver:(e,t)=>t.switchViewIcon})(({theme:e})=>({willChange:"transform",transition:e.transitions.create("transform"),transform:"rotate(0deg)"})),Hs=B.forwardRef(function(e,t){let n=FD(),r=z0(),i=zG({props:e,name:"MuiPickersCalendarHeader"}),{slots:o,slotProps:a,currentMonth:s,disabled:l,disableFuture:u,disablePast:c,maxDate:d,minDate:h,onMonthChange:p,onViewChange:f,view:g,reduceAnimations:m,views:v,labelId:y,className:x,timezone:b,format:w=`${r.formats.month} ${r.formats.year}`}=i,S=(0,tQ.Z)(i,He),C=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],labelContainer:["labelContainer"],label:["label"],switchViewButton:["switchViewButton"],switchViewIcon:["switchViewIcon"]},V9,t)})(i),k=o?.switchViewButton??Ho,M=tN({elementType:k,externalSlotProps:a?.switchViewButton,additionalProps:{size:"small","aria-label":n.calendarViewSwitchingButtonAriaLabel(g)},ownerState:i,className:C.switchViewButton}),T=o?.switchViewIcon??Ha,I=tN({elementType:T,externalSlotProps:a?.switchViewIcon,ownerState:i,className:C.switchViewIcon}),A=(0,tQ.Z)(I,Ht),D=function(e,{disableFuture:t,maxDate:n,timezone:r}){let i=z0();return B.useMemo(()=>{let o=i.date(void 0,r),a=i.startOfMonth(t&&i.isBefore(o,n)?o:n);return!i.isAfter(a,e)},[t,n,e,i,r])}(s,{disableFuture:u,maxDate:d,timezone:b}),P=function(e,{disablePast:t,minDate:n,timezone:r}){let i=z0();return B.useMemo(()=>{let o=i.date(void 0,r),a=i.startOfMonth(t&&i.isAfter(o,n)?o:n);return!i.isBefore(a,e)},[t,n,e,i,r])}(s,{disablePast:c,minDate:h,timezone:b});if(1===v.length&&"year"===v[0])return null;let R=r.formatByString(s,w);return(0,Z.jsxs)(Hn,(0,Tw.Z)({},S,{ownerState:i,className:(0,z.Z)(C.root,x),ref:t,children:[(0,Z.jsxs)(Hr,{role:"presentation",onClick:()=>{if(1!==v.length&&f&&!l)if(2===v.length)f(v.find(e=>e!==g)||v[0]);else{let e=+(0===v.indexOf(g));f(v[e])}},ownerState:i,"aria-live":"polite",className:C.labelContainer,children:[(0,Z.jsx)(Vc,{reduceAnimations:m,transKey:R,children:(0,Z.jsx)(Hi,{id:y,ownerState:i,className:C.label,children:R})}),v.length>1&&!l&&(0,Z.jsx)(k,(0,Tw.Z)({},M,{children:(0,Z.jsx)(T,(0,Tw.Z)({},A))}))]}),(0,Z.jsx)(ng,{in:"day"===g,appear:!m,enter:!m,children:(0,Z.jsx)(ja,{slots:o,slotProps:a,onGoToPrevious:()=>p(r.addMonths(s,-1),"right"),isPreviousDisabled:P,previousLabel:n.previousMonth,onGoToNext:()=>p(r.addMonths(s,1),"left"),isNextDisabled:D,nextLabel:n.nextMonth})})]}))}),Hl="undefined"!=typeof navigator&&navigator.userAgent.match(/android\s(\d+)|OS\s(\d+)/i),Hu=Hl&&Hl[1]?parseInt(Hl[1],10):null,Hc=Hl&&Hl[2]?parseInt(Hl[2],10):null,Hd=Hu&&Hu<10||Hc&&Hc<13||!1,Hh=e=>(0,Y.ZP)("MuiDateCalendar",e);(0,U.Z)("MuiDateCalendar",["root","viewTransitionContainer"]);let Hp=["autoFocus","onViewChange","value","defaultValue","referenceDate","disableFuture","disablePast","onChange","onYearChange","onMonthChange","reduceAnimations","shouldDisableDate","shouldDisableMonth","shouldDisableYear","view","views","openTo","className","disabled","readOnly","minDate","maxDate","disableHighlightToday","focusedView","onFocusedViewChange","showDaysOutsideCurrentMonth","fixedWeekNumber","dayOfWeekFormatter","slots","slotProps","loading","renderLoading","displayWeekNumber","yearsOrder","yearsPerRow","monthsPerRow","timezone"],Hf=(0,$.ZP)(jl,{name:"MuiDateCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",height:336}),Hg=(0,$.ZP)(Vc,{name:"MuiDateCalendar",slot:"ViewTransitionContainer",overridesResolver:(e,t)=>t.viewTransitionContainer})({}),Hm=B.forwardRef(function(e,t){let n=z0(),r=(0,e_.Z)(),i=function(e,t){let n=z0(),r=z1(),i=g0("@media (prefers-reduced-motion: reduce)",{defaultMatches:!1})||Hd,o=zG({props:e,name:t});return(0,Tw.Z)({},o,{loading:o.loading??!1,disablePast:o.disablePast??!1,disableFuture:o.disableFuture??!1,openTo:o.openTo??"day",views:o.views??["year","day"],reduceAnimations:o.reduceAnimations??i,renderLoading:o.renderLoading??(()=>(0,Z.jsx)("span",{children:"..."})),minDate:z4(n,o.minDate,r.minDate),maxDate:z4(n,o.maxDate,r.maxDate)})}(e,"MuiDateCalendar"),{autoFocus:o,onViewChange:a,value:s,defaultValue:l,referenceDate:u,disableFuture:c,disablePast:d,onChange:h,onYearChange:p,onMonthChange:f,reduceAnimations:g,shouldDisableDate:m,shouldDisableMonth:v,shouldDisableYear:y,view:x,views:b,openTo:w,className:S,disabled:C,readOnly:k,minDate:M,maxDate:T,disableHighlightToday:I,focusedView:A,onFocusedViewChange:D,showDaysOutsideCurrentMonth:P,fixedWeekNumber:R,dayOfWeekFormatter:_,slots:O,slotProps:E,loading:L,renderLoading:N,displayWeekNumber:j,yearsOrder:V,yearsPerRow:H,monthsPerRow:$,timezone:W}=i,G=(0,tQ.Z)(i,Hp),{value:q,handleValueChange:U,timezone:Y}=jF({name:"DateCalendar",timezone:W,value:s,defaultValue:l,referenceDate:u,onChange:h,valueManager:j8}),{view:X,setView:K,focusedView:Q,setFocusedView:J,goToNextView:ee,setValueAndGoToNextView:et}=js({view:x,views:b,openTo:w,onChange:U,onViewChange:a,autoFocus:o,focusedView:A,onFocusedViewChange:D}),{referenceDate:en,calendarState:er,changeFocusedDay:ei,changeMonth:eo,handleChangeMonth:ea,isDateDisabled:es,onMonthSwitchingAnimationEnd:el}=(e=>{let t,{value:n,referenceDate:r,disableFuture:i,disablePast:o,disableSwitchToMonthOnDayFocus:a=!1,maxDate:s,minDate:l,onMonthChange:u,reduceAnimations:c,shouldDisableDate:d,timezone:h}=e,p=z0(),f=B.useRef((t=!!c,(e,n)=>{switch(n.type){case"changeMonth":return(0,Tw.Z)({},e,{slideDirection:n.direction,currentMonth:n.newMonth,isMonthSwitchingAnimating:!t});case"changeMonthTimezone":{let t=n.newTimezone;if(p.getTimezone(e.currentMonth)===t)return e;let r=p.setTimezone(e.currentMonth,t);return p.getMonth(r)!==p.getMonth(e.currentMonth)&&(r=p.setMonth(r,p.getMonth(e.currentMonth))),(0,Tw.Z)({},e,{currentMonth:r})}case"finishMonthSwitchingAnimation":return(0,Tw.Z)({},e,{isMonthSwitchingAnimating:!1});case"changeFocusedDay":{if(null!=e.focusedDay&&null!=n.focusedDay&&p.isSameDay(n.focusedDay,e.focusedDay))return e;let r=null!=n.focusedDay&&!a&&!p.isSameMonth(e.currentMonth,n.focusedDay);return(0,Tw.Z)({},e,{focusedDay:n.focusedDay,isMonthSwitchingAnimating:r&&!t&&!n.withoutMonthSwitchingAnimation,currentMonth:r?p.startOfMonth(n.focusedDay):e.currentMonth,slideDirection:null!=n.focusedDay&&p.isAfterDay(n.focusedDay,e.currentMonth)?"left":"right"})}default:throw Error("missing support")}})).current,g=B.useMemo(()=>j8.getInitialReferenceValue({value:n,utils:p,timezone:h,props:e,referenceDate:r,granularity:jj.day}),[r,h]),[m,v]=B.useReducer(f,{isMonthSwitchingAnimating:!1,focusedDay:g,currentMonth:p.startOfMonth(g),slideDirection:"left"});B.useEffect(()=>{v({type:"changeMonthTimezone",newTimezone:p.getTimezone(g)})},[g,p]);let y=B.useCallback(e=>{v((0,Tw.Z)({type:"changeMonth"},e)),u&&u(e.newMonth)},[u]),x=B.useCallback(e=>{p.isSameMonth(e,m.currentMonth)||y({newMonth:p.startOfMonth(e),direction:p.isAfterDay(e,m.currentMonth)?"left":"right"})},[m.currentMonth,y,p]),b=Va({shouldDisableDate:d,minDate:l,maxDate:s,disableFuture:i,disablePast:o,timezone:h}),w=B.useCallback(()=>{v({type:"finishMonthSwitchingAnimation"})},[]);return{referenceDate:g,calendarState:m,changeMonth:x,changeFocusedDay:(0,eB.Z)((e,t)=>{b(e)||v({type:"changeFocusedDay",focusedDay:e,withoutMonthSwitchingAnimation:t})}),isDateDisabled:b,onMonthSwitchingAnimationEnd:w,handleChangeMonth:y}})({value:q,referenceDate:u,reduceAnimations:g,onMonthChange:f,minDate:M,maxDate:T,shouldDisableDate:m,disablePast:d,disableFuture:c,timezone:Y}),eu=C&&q||M,ec=C&&q||T,ed=`${r}-grid-label`,eh=null!==Q,ep=O?.calendarHeader??Hs,ef=tN({elementType:ep,externalSlotProps:E?.calendarHeader,additionalProps:{views:b,view:X,currentMonth:er.currentMonth,onViewChange:K,onMonthChange:(e,t)=>ea({newMonth:e,direction:t}),minDate:eu,maxDate:ec,disabled:C,disablePast:d,disableFuture:c,reduceAnimations:g,timezone:Y,labelId:ed},ownerState:i}),eg=(0,eB.Z)(e=>{let t=n.startOfMonth(e),r=n.endOfMonth(e),i=es(e)?z3({utils:n,date:e,minDate:n.isBefore(M,t)?t:M,maxDate:n.isAfter(T,r)?r:T,disablePast:d,disableFuture:c,isDateDisabled:es,timezone:Y}):e;i?(et(i,"finish"),f?.(t)):(ee(),eo(t)),ei(i,!0)}),em=(0,eB.Z)(e=>{let t=n.startOfYear(e),r=n.endOfYear(e),i=es(e)?z3({utils:n,date:e,minDate:n.isBefore(M,t)?t:M,maxDate:n.isAfter(T,r)?r:T,disablePast:d,disableFuture:c,isDateDisabled:es,timezone:Y}):e;i?(et(i,"finish"),p?.(i)):(ee(),eo(t)),ei(i,!0)}),ev=(0,eB.Z)(e=>e?U(z5(n,e,q??en),"finish",X):U(e,"finish",X));B.useEffect(()=>{null!=q&&n.isValid(q)&&eo(q)},[q]);let ey=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],viewTransitionContainer:["viewTransitionContainer"]},Hh,t)})(i),ex={disablePast:d,disableFuture:c,maxDate:T,minDate:M},eb={disableHighlightToday:I,readOnly:k,disabled:C,timezone:Y,gridLabelId:ed,slots:O,slotProps:E},ew=B.useRef(X);B.useEffect(()=>{ew.current!==X&&(Q===ew.current&&J(X,!0),ew.current=X)},[Q,J,X]);let eS=B.useMemo(()=>[q],[q]);return(0,Z.jsxs)(Hf,(0,Tw.Z)({ref:t,className:(0,z.Z)(ey.root,S),ownerState:i},G,{children:[(0,Z.jsx)(ep,(0,Tw.Z)({},ef,{slots:O,slotProps:E})),(0,Z.jsx)(Hg,{reduceAnimations:g,className:ey.viewTransitionContainer,transKey:X,ownerState:i,children:(0,Z.jsxs)("div",{children:["year"===X&&(0,Z.jsx)(V8,(0,Tw.Z)({},ex,eb,{value:q,onChange:em,shouldDisableYear:y,hasFocus:eh,onFocusedViewChange:e=>J("year",e),yearsOrder:V,yearsPerRow:H,referenceDate:en})),"month"===X&&(0,Z.jsx)(VK,(0,Tw.Z)({},ex,eb,{hasFocus:eh,className:S,value:q,onChange:eg,shouldDisableMonth:v,onFocusedViewChange:e=>J("month",e),monthsPerRow:$,referenceDate:en})),"day"===X&&(0,Z.jsx)(Vj,(0,Tw.Z)({},er,ex,eb,{onMonthSwitchingAnimationEnd:el,onFocusedDayChange:ei,reduceAnimations:g,selectedDays:eS,onSelectedDaysChange:ev,shouldDisableDate:m,shouldDisableMonth:v,shouldDisableYear:y,hasFocus:eh,onFocusedViewChange:e=>J("day",e),showDaysOutsideCurrentMonth:P,fixedWeekNumber:R,dayOfWeekFormatter:_,displayWeekNumber:j,loading:L,renderLoading:N}))]})})]}))}),Hv=({view:e,onViewChange:t,views:n,focusedView:r,onFocusedViewChange:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minDate:p,maxDate:f,shouldDisableDate:g,shouldDisableMonth:m,shouldDisableYear:v,reduceAnimations:y,onMonthChange:x,monthsPerRow:b,onYearChange:w,yearsOrder:S,yearsPerRow:C,slots:k,slotProps:M,loading:T,renderLoading:I,disableHighlightToday:A,readOnly:D,disabled:P,showDaysOutsideCurrentMonth:R,dayOfWeekFormatter:_,sx:O,autoFocus:E,fixedWeekNumber:L,displayWeekNumber:B,timezone:N})=>(0,Z.jsx)(Hm,{view:e,onViewChange:t,views:n.filter(Fe),focusedView:r&&Fe(r)?r:null,onFocusedViewChange:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minDate:p,maxDate:f,shouldDisableDate:g,shouldDisableMonth:m,shouldDisableYear:v,reduceAnimations:y,onMonthChange:x,monthsPerRow:b,onYearChange:w,yearsOrder:S,yearsPerRow:C,slots:k,slotProps:M,loading:T,renderLoading:I,disableHighlightToday:A,readOnly:D,disabled:P,showDaysOutsideCurrentMonth:R,dayOfWeekFormatter:_,sx:O,autoFocus:E,fixedWeekNumber:L,displayWeekNumber:B,timezone:N});function Hy(e){let{props:t,validator:n,value:r,timezone:i,onError:o}=e,a=zJ(),s=B.useRef(n.valueManager.defaultErrorState),l=n({adapter:a,value:r,timezone:i,props:t}),u=n.valueManager.hasError(l);return B.useEffect(()=>{o&&!n.valueManager.isSameError(l,s.current)&&o(l,r),s.current=l},[n,o,l,r]),{validationError:l,hasValidationError:u,getValidationErrorForNewValue:(0,eB.Z)(e=>n({adapter:a,value:e,timezone:i,props:t}))}}let Hx=["className","sx"],Hb=(e=document)=>{let t=e.activeElement;return t?t.shadowRoot?Hb(t.shadowRoot):t:null};function Hw(){return"undefined"==typeof window?"portrait":window.screen&&window.screen.orientation&&window.screen.orientation.angle?90===Math.abs(window.screen.orientation.angle)?"landscape":"portrait":window.orientation&&90===Math.abs(Number(window.orientation))?"landscape":"portrait"}function HS(e){return(0,Y.ZP)("MuiPickersLayout",e)}let HC=(0,U.Z)("MuiPickersLayout",["root","landscape","contentWrapper","toolbar","actionBar","tabs","shortcuts"]),Hk=["onAccept","onClear","onCancel","onSetToday","actions"];function HM(e){let{onAccept:t,onClear:n,onCancel:r,onSetToday:i,actions:o}=e,a=(0,tQ.Z)(e,Hk),s=FD();if(null==o||0===o.length)return null;let l=o?.map(e=>{switch(e){case"clear":return(0,Z.jsx)(ek,{onClick:n,children:s.clearButtonLabel},e);case"cancel":return(0,Z.jsx)(ek,{onClick:r,children:s.cancelButtonLabel},e);case"accept":return(0,Z.jsx)(ek,{onClick:t,children:s.okButtonLabel},e);case"today":return(0,Z.jsx)(ek,{onClick:i,children:s.todayButtonLabel},e);default:return null}});return(0,Z.jsx)(hK,(0,Tw.Z)({},a,{children:l}))}function HT(e){return(0,Y.ZP)("MuiListItem",e)}function HI(e){return(0,Y.ZP)("MuiListItemSecondaryAction",e)}(0,U.Z)("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]),(0,U.Z)("MuiListItemSecondaryAction",["root","disableGutters"]);let HA=(0,$.ZP)("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)",variants:[{props:({ownerState:e})=>e.disableGutters,style:{right:0}}]}),HD=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiListItemSecondaryAction"}),{className:r,...i}=n,o=B.useContext(tz),a={...n,disableGutters:o.disableGutters},s=(e=>{let{disableGutters:t,classes:n}=e;return(0,F.Z)({root:["root",t&&"disableGutters"]},HI,n)})(a);return(0,Z.jsx)(HA,{className:(0,z.Z)(s.root,r),ownerState:a,ref:t,...i})});HD.muiName="ListItemSecondaryAction";let HP=(0,$.ZP)("div",{name:"MuiListItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dense&&t.dense,"flex-start"===n.alignItems&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters,!n.disablePadding&&t.padding,n.hasSecondaryAction&&t.secondaryAction]}})((0,W.Z)(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>!e.disablePadding&&e.dense,style:{paddingTop:4,paddingBottom:4}},{props:({ownerState:e})=>!e.disablePadding&&!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>!e.disablePadding&&!!e.secondaryAction,style:{paddingRight:48}},{props:({ownerState:e})=>!!e.secondaryAction,style:{[`& > .${u8.root}`]:{paddingRight:48}}},{props:{alignItems:"flex-start"},style:{alignItems:"flex-start"}},{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:e})=>e.button,style:{transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}}}},{props:({ownerState:e})=>e.hasSecondaryAction,style:{paddingRight:48}}]}))),HR=(0,$.ZP)("li",{name:"MuiListItem",slot:"Container",overridesResolver:(e,t)=>t.container})({position:"relative"}),H_=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiListItem"}),{alignItems:r="center",children:i,className:o,component:a,components:s={},componentsProps:l={},ContainerComponent:u="li",ContainerProps:{className:c,...d}={},dense:h=!1,disableGutters:p=!1,disablePadding:f=!1,divider:g=!1,secondaryAction:m,slotProps:v={},slots:y={},...x}=n,b=B.useContext(tz),w=B.useMemo(()=>({dense:h||b.dense||!1,alignItems:r,disableGutters:p}),[r,b.dense,h,p]),S=B.useRef(null),C=B.Children.toArray(i),k=C.length&&(0,tC.Z)(C[C.length-1],["ListItemSecondaryAction"]),M={...n,alignItems:r,dense:w.dense,disableGutters:p,disablePadding:f,divider:g,hasSecondaryAction:k},T=(e=>{let{alignItems:t,classes:n,dense:r,disableGutters:i,disablePadding:o,divider:a,hasSecondaryAction:s}=e;return(0,F.Z)({root:["root",r&&"dense",!i&&"gutters",!o&&"padding",a&&"divider","flex-start"===t&&"alignItemsFlexStart",s&&"secondaryAction"],container:["container"]},HT,n)})(M),I=(0,eY.Z)(S,t),A=y.root||s.Root||HP,D=v.root||l.root||{},P={className:(0,z.Z)(T.root,D.className,o),...x},R=a||"li";return k?(R=P.component||a?R:"div","li"===u&&("li"===R?R="div":"li"===P.component&&(P.component="div")),(0,Z.jsx)(tz.Provider,{value:w,children:(0,Z.jsxs)(HR,{as:u,className:(0,z.Z)(T.container,c),ref:I,ownerState:M,...d,children:[(0,Z.jsx)(A,{...D,...!e$(A)&&{as:R,ownerState:{...M,...D.ownerState}},...P,children:C}),C.pop()]})})):(0,Z.jsx)(tz.Provider,{value:w,children:(0,Z.jsxs)(A,{...D,as:R,ref:I,...!e$(A)&&{ownerState:{...M,...D.ownerState}},...P,children:[C,m&&(0,Z.jsx)(HD,{children:m})]})})}),HO=["items","changeImportance","isLandscape","onChange","isValid"],HE=["getValue"];function HL(e){let{items:t,changeImportance:n="accept",onChange:r,isValid:i}=e,o=(0,tQ.Z)(e,HO);if(null==t||0===t.length)return null;let a=t.map(e=>{let{getValue:t}=e,o=(0,tQ.Z)(e,HE),a=t({isValid:i});return(0,Tw.Z)({},o,{label:o.label,onClick:()=>{r(a,n,o)},disabled:!i(a)})});return(0,Z.jsx)(tV,(0,Tw.Z)({dense:!0,sx:[{maxHeight:336,maxWidth:200,overflow:"auto"},...Array.isArray(o.sx)?o.sx:[o.sx]]},o,{children:a.map(e=>(0,Z.jsx)(H_,{children:(0,Z.jsx)(fB,(0,Tw.Z)({},e))},e.id??e.label))}))}let HZ=(0,$.ZP)("div",{name:"MuiPickersLayout",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"grid",gridAutoColumns:"max-content auto max-content",gridAutoRows:"max-content auto max-content",[`& .${HC.actionBar}`]:{gridColumn:"1 / 4",gridRow:3},variants:[{props:{isLandscape:!0},style:{[`& .${HC.toolbar}`]:{gridColumn:1,gridRow:"2 / 3"},[`.${HC.shortcuts}`]:{gridColumn:"2 / 4",gridRow:1}}},{props:{isLandscape:!0,isRtl:!0},style:{[`& .${HC.toolbar}`]:{gridColumn:3}}},{props:{isLandscape:!1},style:{[`& .${HC.toolbar}`]:{gridColumn:"2 / 4",gridRow:1},[`& .${HC.shortcuts}`]:{gridColumn:1,gridRow:"2 / 3"}}},{props:{isLandscape:!1,isRtl:!0},style:{[`& .${HC.shortcuts}`]:{gridColumn:3}}}]}),HB=(0,$.ZP)("div",{name:"MuiPickersLayout",slot:"ContentWrapper",overridesResolver:(e,t)=>t.contentWrapper})({gridColumn:2,gridRow:2,display:"flex",flexDirection:"column"}),HN=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersLayout"}),{toolbar:r,content:i,tabs:o,actionBar:a,shortcuts:s}=(e=>{let{wrapperVariant:t,onAccept:n,onClear:r,onCancel:i,onSetToday:o,view:a,views:s,onViewChange:l,value:u,onChange:c,onSelectShortcut:d,isValid:h,isLandscape:p,disabled:f,readOnly:g,children:m,slots:v,slotProps:y}=e,x=(e=>{let{classes:t,isLandscape:n}=e;return(0,F.Z)({root:["root",n&&"landscape"],contentWrapper:["contentWrapper"],toolbar:["toolbar"],actionBar:["actionBar"],tabs:["tabs"],landscape:["landscape"],shortcuts:["shortcuts"]},HS,t)})(e),b=v?.actionBar??HM,w=tN({elementType:b,externalSlotProps:y?.actionBar,additionalProps:{onAccept:n,onClear:r,onCancel:i,onSetToday:o,actions:"desktop"===t?[]:["cancel","accept"]},className:x.actionBar,ownerState:(0,Tw.Z)({},e,{wrapperVariant:t})}),S=(0,Z.jsx)(b,(0,Tw.Z)({},w)),C=v?.toolbar,k=tN({elementType:C,externalSlotProps:y?.toolbar,additionalProps:{isLandscape:p,onChange:c,value:u,view:a,onViewChange:l,views:s,disabled:f,readOnly:g},className:x.toolbar,ownerState:(0,Tw.Z)({},e,{wrapperVariant:t})}),M=null!==k.view&&C?(0,Z.jsx)(C,(0,Tw.Z)({},k)):null,T=v?.tabs,I=a&&T?(0,Z.jsx)(T,(0,Tw.Z)({view:a,onViewChange:l,className:x.tabs},y?.tabs)):null,A=v?.shortcuts??HL,D=tN({elementType:A,externalSlotProps:y?.shortcuts,additionalProps:{isValid:h,isLandscape:p,onChange:d},className:x.shortcuts,ownerState:{isValid:h,isLandscape:p,onChange:d,wrapperVariant:t}});return{toolbar:M,content:m,tabs:I,actionBar:S,shortcuts:a&&A?(0,Z.jsx)(A,(0,Tw.Z)({},D)):null}})(n),{sx:l,className:u,isLandscape:c,wrapperVariant:d}=n,h=(e=>{let{isLandscape:t,classes:n}=e;return(0,F.Z)({root:["root",t&&"landscape"],contentWrapper:["contentWrapper"]},HS,n)})(n);return(0,Z.jsxs)(HZ,{ref:t,sx:l,className:(0,z.Z)(h.root,u),ownerState:n,children:[c?s:r,c?r:s,(0,Z.jsx)(HB,{className:h.contentWrapper,children:"desktop"===d?(0,Z.jsxs)(B.Fragment,{children:[i,o]}):(0,Z.jsxs)(B.Fragment,{children:[o,i]})}),a]})}),Hz=["props","ref"],HF=(0,$.ZP)(HN)(({theme:e})=>({overflow:"hidden",minWidth:320,backgroundColor:(e.vars||e).palette.background.paper})),Hj=({adapter:e,value:t,timezone:n,props:r})=>{if(null===t)return null;let{minTime:i,maxTime:o,minutesStep:a,shouldDisableTime:s,disableIgnoringDatePartForTimeValidation:l=!1,disablePast:u,disableFuture:c}=r,d=e.utils.date(void 0,n),h=FJ(l,e.utils);switch(!0){case!e.utils.isValid(t):return"invalidDate";case!!(i&&h(i,t)):return"minTime";case!!(o&&h(t,o)):return"maxTime";case!!(c&&e.utils.isAfter(t,d)):return"disableFuture";case!!(u&&e.utils.isBefore(t,d)):return"disablePast";case!!(s&&s(t,"hours")):return"shouldDisableTime-hours";case!!(s&&s(t,"minutes")):return"shouldDisableTime-minutes";case!!(s&&s(t,"seconds")):return"shouldDisableTime-seconds";case!!(a&&e.utils.getMinutes(t)%a!=0):return"minutesStep";default:return null}};Hj.valueManager=j8;let HV=({adapter:e,value:t,timezone:n,props:r})=>{let i=Vo({adapter:e,value:t,timezone:n,props:r});return null!==i?i:Hj({adapter:e,value:t,timezone:n,props:r})};HV.valueManager=j8;let HH=B.forwardRef(function(e,t){let n=function(e,t){let n=z0(),r=z1(),i=zG({props:e,name:t}),o=i.ampm??n.is12HourCycleInCurrentLocale(),a=B.useMemo(()=>i.localeText?.toolbarTitle==null?i.localeText:(0,Tw.Z)({},i.localeText,{dateTimePickerToolbarTitle:i.localeText.toolbarTitle}),[i.localeText]);return(0,Tw.Z)({},i,(({openTo:e,defaultOpenTo:t,views:n,defaultViews:r})=>{let i,o=n??r;if(null!=e)i=e;else if(o.includes(t))i=t;else if(o.length>0)i=o[0];else throw Error("MUI X: The `views` prop must contain at least one view.");return{views:o,openTo:i}})({views:i.views,openTo:i.openTo,defaultViews:["year","day","hours","minutes"],defaultOpenTo:"day"}),{ampm:o,localeText:a,orientation:i.orientation??"portrait",disableIgnoringDatePartForTimeValidation:i.disableIgnoringDatePartForTimeValidation??!!(i.minDateTime||i.maxDateTime||i.disablePast||i.disableFuture),disableFuture:i.disableFuture??!1,disablePast:i.disablePast??!1,minDate:z4(n,i.minDateTime??i.minDate,r.minDate),maxDate:z4(n,i.maxDateTime??i.maxDate,r.maxDate),minTime:i.minDateTime??i.minTime,maxTime:i.maxDateTime??i.maxTime,slots:(0,Tw.Z)({toolbar:F9,tabs:F_},i.slots),slotProps:(0,Tw.Z)({},i.slotProps,{toolbar:(0,Tw.Z)({ampm:o},i.slotProps?.toolbar)})})}(e,"MuiStaticDateTimePicker"),r=n.displayStaticWrapperAs??"mobile",i=n.ampmInClock??"desktop"===r,o=(0,Tw.Z)({day:Hv,month:Hv,year:Hv,hours:Vi,minutes:Vi,seconds:Vi},n.viewRenderers),{renderPicker:a}=(e=>{let{props:t,ref:n}=e,r=(0,tQ.Z)(e,Hz),{localeText:i,slots:o,slotProps:a,className:s,sx:l,displayStaticWrapperAs:u,autoFocus:c}=t,{layoutProps:d,renderCurrentView:h}=(({props:e,valueManager:t,valueType:n,wrapperVariant:r,additionalViewProps:i,validator:o,autoFocusView:a,rendererInterceptor:s,fieldRef:l})=>{let u=(({props:e,valueManager:t,valueType:n,wrapperVariant:r,validator:i})=>{let{onAccept:o,onChange:a,value:s,defaultValue:l,closeOnSelect:u="desktop"===r,timezone:c,referenceDate:d}=e,{current:h}=B.useRef(l),{current:p}=B.useRef(void 0!==s),[f,g]=B.useState(c),m=z0(),v=zJ(),{isOpen:y,setIsOpen:x}=(({open:e,onOpen:t,onClose:n})=>{let r=B.useRef("boolean"==typeof e).current,[i,o]=B.useState(!1);return B.useEffect(()=>{if(r){if("boolean"!=typeof e)throw Error("You must not mix controlling and uncontrolled mode for `open` prop");o(e)}},[r,e]),{isOpen:i,setIsOpen:B.useCallback(e=>{r||o(e),e&&t&&t(),!e&&n&&n()},[r,t,n])}})(e),{timezone:b,value:w,handleValueChange:S}=jz({timezone:c,value:s,defaultValue:h,referenceDate:d,onChange:a,valueManager:t}),[C,k]=B.useState(()=>{let e;return{draft:e=void 0!==w?w:void 0!==h?h:t.emptyValue,lastPublishedValue:e,lastCommittedValue:e,lastControlledValue:s,hasBeenModifiedSinceMount:!1}}),M=t.getTimezone(m,C.draft);f!==c&&(g(c),c&&M&&c!==M&&k(e=>(0,Tw.Z)({},e,{draft:t.setTimezone(m,c,e.draft)})));let{getValidationErrorForNewValue:T}=Hy({props:e,validator:i,timezone:b,value:C.draft,onError:e.onError}),I=(0,eB.Z)(e=>{let n={action:e,dateState:C,hasChanged:n=>!t.areValuesEqual(m,e.value,n),isControlled:p,closeOnSelect:u},r=(e=>{let{action:t,hasChanged:n,dateState:r,isControlled:i}=e,o=!i&&!r.hasBeenModifiedSinceMount;return"setValueFromField"===t.name||("setValueFromAction"===t.name?!!(o&&["accept","today","clear"].includes(t.pickerAction))||n(r.lastPublishedValue):("setValueFromView"===t.name&&"shallow"!==t.selectionState||"setValueFromShortcut"===t.name)&&(!!o||n(r.lastPublishedValue)))})(n),i=(e=>{let{action:t,hasChanged:n,dateState:r,isControlled:i,closeOnSelect:o}=e,a=!i&&!r.hasBeenModifiedSinceMount;return"setValueFromAction"===t.name?!!(a&&["accept","today","clear"].includes(t.pickerAction))||n(r.lastCommittedValue):"setValueFromView"===t.name&&"finish"===t.selectionState&&o?!!a||n(r.lastCommittedValue):"setValueFromShortcut"===t.name&&"accept"===t.changeImportance&&n(r.lastCommittedValue)})(n),a=(e=>{let{action:t,closeOnSelect:n}=e;return"setValueFromAction"===t.name||("setValueFromView"===t.name?"finish"===t.selectionState&&n:"setValueFromShortcut"===t.name&&"accept"===t.changeImportance)})(n);k(t=>(0,Tw.Z)({},t,{draft:e.value,lastPublishedValue:r?e.value:t.lastPublishedValue,lastCommittedValue:i?e.value:t.lastCommittedValue,hasBeenModifiedSinceMount:!0}));let s=null,l=()=>(s||(s={validationError:"setValueFromField"===e.name?e.context.validationError:T(e.value)},"setValueFromShortcut"===e.name&&(s.shortcut=e.shortcut)),s);r&&S(e.value,l()),i&&o&&o(e.value,l()),a&&x(!1)});if(C.lastControlledValue!==s){let e=t.areValuesEqual(m,C.draft,w);k(t=>(0,Tw.Z)({},t,{lastControlledValue:s},e?{}:{lastCommittedValue:w,lastPublishedValue:w,draft:w,hasBeenModifiedSinceMount:!0}))}let A=(0,eB.Z)(()=>{I({value:t.emptyValue,name:"setValueFromAction",pickerAction:"clear"})}),D=(0,eB.Z)(()=>{I({value:C.lastPublishedValue,name:"setValueFromAction",pickerAction:"accept"})}),P=(0,eB.Z)(()=>{I({value:C.lastPublishedValue,name:"setValueFromAction",pickerAction:"dismiss"})}),R=(0,eB.Z)(()=>{I({value:C.lastCommittedValue,name:"setValueFromAction",pickerAction:"cancel"})}),_=(0,eB.Z)(()=>{I({value:t.getTodayValue(m,b,n),name:"setValueFromAction",pickerAction:"today"})}),O=(0,eB.Z)(e=>{e.preventDefault(),x(!0)}),E=(0,eB.Z)(e=>{e?.preventDefault(),x(!1)}),L=(0,eB.Z)((e,t="partial")=>I({name:"setValueFromView",value:e,selectionState:t})),Z=(0,eB.Z)((e,t,n)=>I({name:"setValueFromShortcut",value:e,changeImportance:t,shortcut:n})),N=(0,eB.Z)((e,t)=>I({name:"setValueFromField",value:e,context:t})),z={onClear:A,onAccept:D,onDismiss:P,onCancel:R,onSetToday:_,onOpen:O,onClose:E},F={value:C.draft,onChange:N},j=B.useMemo(()=>t.cleanValue(m,C.draft),[m,t,C.draft]),V=(0,Tw.Z)({},z,{value:j,onChange:L,onSelectShortcut:Z,isValid:n=>{let r=i({adapter:v,value:n,timezone:b,props:e});return!t.hasError(r)}}),H=B.useMemo(()=>({onOpen:O,onClose:E,open:y}),[y,E,O]);return{open:y,fieldProps:F,viewProps:{value:j,onChange:L,onClose:E,open:y},layoutProps:V,actions:z,contextValue:H}})({props:e,valueManager:t,valueType:n,wrapperVariant:r,validator:o}),c=(({props:e,propsFromPickerValue:t,additionalViewProps:n,autoFocusView:r,rendererInterceptor:i,fieldRef:o})=>{let{onChange:a,open:s,onClose:l}=t,{view:u,views:c,openTo:d,onViewChange:h,viewRenderers:p,timezone:f}=e,g=(0,tQ.Z)(e,Hx),{view:m,setView:v,defaultView:y,focusedView:x,setFocusedView:b,setValueAndGoToNextView:w}=js({view:u,views:c,openTo:d,onChange:a,onViewChange:h,autoFocus:r}),{hasUIView:S,viewModeLookup:C}=B.useMemo(()=>c.reduce((e,t)=>{let n;return n=null!=p[t]?"UI":"field",e.viewModeLookup[t]=n,"UI"===n&&(e.hasUIView=!0),e},{hasUIView:!1,viewModeLookup:{}}),[p,c]),k=B.useMemo(()=>c.reduce((e,t)=>null!=p[t]&&FX(t)?e+1:e,0),[p,c]),M=C[m],T=(0,eB.Z)(()=>"UI"===M),[I,A]=B.useState("UI"===M?m:null);return I!==m&&"UI"===C[m]&&A(m),(0,eN.Z)(()=>{"field"===M&&s&&(l(),setTimeout(()=>{o?.current?.setSelectedSections(m),o?.current?.focusField(m)}))},[m]),(0,eN.Z)(()=>{if(!s)return;let e=m;"field"===M&&null!=I&&(e=I),e!==y&&"UI"===C[e]&&"UI"===C[y]&&(e=y),e!==m&&v(e),b(e,!0)},[s]),{hasUIView:S,shouldRestoreFocus:T,layoutProps:{views:c,view:I,onViewChange:v},renderCurrentView:()=>{if(null==I)return null;let e=p[I];if(null==e)return null;let r=(0,Tw.Z)({},g,n,t,{views:c,timezone:f,onChange:w,view:I,onViewChange:v,focusedView:x,onFocusedViewChange:b,showViewSwitcher:k>1,timeViewsCount:k});return i?i(p,I,r):e(r)}}})({props:e,additionalViewProps:i,autoFocusView:a,fieldRef:l,propsFromPickerValue:u.viewProps,rendererInterceptor:s}),d=(({props:e,propsFromPickerValue:t,propsFromPickerViews:n,wrapperVariant:r})=>{let{orientation:i}=e,o=((e,t)=>{var n;let[r,i]=B.useState(Hw);return(0,eN.Z)(()=>{let e=()=>{i(Hw())};return window.addEventListener("orientationchange",e),()=>{window.removeEventListener("orientationchange",e)}},[]),(Array.isArray(n=["hours","minutes","seconds"])?!n.every(t=>-1!==e.indexOf(t)):-1===e.indexOf(n))&&"landscape"===(t||r)})(n.views,i),a=tE();return{layoutProps:(0,Tw.Z)({},n,t,{isLandscape:o,isRtl:a,wrapperVariant:r,disabled:e.disabled,readOnly:e.readOnly})}})({props:e,wrapperVariant:r,propsFromPickerValue:u.layoutProps,propsFromPickerViews:c.layoutProps}),h=function(e){let{props:t,pickerValueResponse:n}=e;return B.useMemo(()=>({value:n.viewProps.value,open:n.open,disabled:t.disabled??!1,readOnly:t.readOnly??!1}),[n.viewProps.value,n.open,t.disabled,t.readOnly])}({props:e,pickerValueResponse:u});return{open:u.open,actions:u.actions,fieldProps:u.fieldProps,renderCurrentView:c.renderCurrentView,hasUIView:c.hasUIView,shouldRestoreFocus:c.shouldRestoreFocus,layoutProps:d.layoutProps,contextValue:u.contextValue,ownerState:h}})((0,Tw.Z)({},r,{props:t,autoFocusView:c??!1,additionalViewProps:{},wrapperVariant:u})),p=o?.layout??HF;return{renderPicker:()=>(0,Z.jsx)(zY,{localeText:i,children:(0,Z.jsx)(p,(0,Tw.Z)({},d,a?.layout,{slots:o,slotProps:a,sx:[...Array.isArray(l)?l:[l],...Array.isArray(a?.layout?.sx)?a.layout.sx:[a?.layout?.sx]],className:(0,z.Z)(s,a?.layout?.className),ref:n,children:h()}))})}})({props:(0,Tw.Z)({},n,{viewRenderers:o,displayStaticWrapperAs:r,ampmInClock:i,yearsPerRow:n.yearsPerRow??("mobile"===r?3:4),slotProps:(0,Tw.Z)({},n.slotProps,{tabs:(0,Tw.Z)({hidden:"desktop"===r},n.slotProps?.tabs),toolbar:(0,Tw.Z)({hidden:"desktop"===r,ampmInClock:i},n.slotProps?.toolbar)})}),valueManager:j8,valueType:"date-time",validator:HV,ref:t});return a()});HH.propTypes={ampm:zK().bool,ampmInClock:zK().bool,autoFocus:zK().bool,className:zK().string,dayOfWeekFormatter:zK().func,defaultValue:zK().object,disabled:zK().bool,disableFuture:zK().bool,disableHighlightToday:zK().bool,disableIgnoringDatePartForTimeValidation:zK().bool,disablePast:zK().bool,displayStaticWrapperAs:zK().oneOf(["desktop","mobile"]),displayWeekNumber:zK().bool,fixedWeekNumber:zK().number,loading:zK().bool,localeText:zK().object,maxDate:zK().object,maxDateTime:zK().object,maxTime:zK().object,minDate:zK().object,minDateTime:zK().object,minTime:zK().object,minutesStep:zK().number,monthsPerRow:zK().oneOf([3,4]),onAccept:zK().func,onChange:zK().func,onClose:zK().func,onError:zK().func,onMonthChange:zK().func,onViewChange:zK().func,onYearChange:zK().func,openTo:zK().oneOf(["day","hours","minutes","month","seconds","year"]),orientation:zK().oneOf(["landscape","portrait"]),readOnly:zK().bool,reduceAnimations:zK().bool,referenceDate:zK().object,renderLoading:zK().func,shouldDisableDate:zK().func,shouldDisableMonth:zK().func,shouldDisableTime:zK().func,shouldDisableYear:zK().func,showDaysOutsideCurrentMonth:zK().bool,slotProps:zK().object,slots:zK().object,sx:zK().oneOfType([zK().arrayOf(zK().oneOfType([zK().func,zK().object,zK().bool])),zK().func,zK().object]),timezone:zK().string,value:zK().object,view:zK().oneOf(["day","hours","minutes","month","seconds","year"]),viewRenderers:zK().shape({day:zK().func,hours:zK().func,minutes:zK().func,month:zK().func,seconds:zK().func,year:zK().func}),views:zK().arrayOf(zK().oneOf(["day","hours","minutes","month","seconds","year"]).isRequired),yearsOrder:zK().oneOf(["asc","desc"]),yearsPerRow:zK().oneOf([3,4])};let H$=({utils:e,date:t,shouldRespectLeadingZeros:n,localeText:r,localizedDigits:i,now:o,token:a,startSeparator:s})=>{if(""===a)throw Error("MUI X: Should not call `commitToken` with an empty token");let l=jH(e,a),u=j1(e,l.contentType,l.type,a),c=n?u:"digit"===l.contentType,d=null!=t&&e.isValid(t),h=d?e.formatByString(t,a):"",p=null;if(c)if(u)p=""===h?e.formatByString(o,a).length:h.length;else{if(null==l.maxLength)throw Error(`MUI X: The token ${a} should have a 'maxDigitNumber' property on it's adapter`);p=l.maxLength,d&&(h=jU(jX(jq(h,i),p),i))}return(0,Tw.Z)({},l,{format:a,maxLength:p,value:h,placeholder:((e,t,n,r)=>{switch(n.type){case"year":return t.fieldYearPlaceholder({digitAmount:e.formatByString(e.date(void 0,"default"),r).length,format:r});case"month":return t.fieldMonthPlaceholder({contentType:n.contentType,format:r});case"day":return t.fieldDayPlaceholder({format:r});case"weekDay":return t.fieldWeekDayPlaceholder({contentType:n.contentType,format:r});case"hours":return t.fieldHoursPlaceholder({format:r});case"minutes":return t.fieldMinutesPlaceholder({format:r});case"seconds":return t.fieldSecondsPlaceholder({format:r});case"meridiem":return t.fieldMeridiemPlaceholder({format:r});default:return r}})(e,r,l,a),hasLeadingZerosInFormat:u,hasLeadingZerosInInput:c,startSeparator:s,endSeparator:"",modified:!1})},HW=e=>{let t=(({utils:e,format:t})=>{let n=10,r=t,i=e.expandFormat(t);for(;i!==r;)if(r=i,i=e.expandFormat(r),(n-=1)<0)throw Error("MUI X: The format expansion seems to be in an infinite loop. Please open an issue with the format passed to the picker component.");return i})(e);e.isRtl&&e.enableAccessibleFieldDOMStructure&&(t=t.split(" ").reverse().join(" "));let n=(({utils:e,expandedFormat:t})=>{let n=[],{start:r,end:i}=e.escapedCharacters,o=RegExp(`(\\${r}[^\\${i}]*\\${i})+`,"g"),a=null;for(;a=o.exec(t);)n.push({start:a.index,end:o.lastIndex-1});return n})((0,Tw.Z)({},e,{expandedFormat:t})),r=(e=>{let{utils:t,expandedFormat:n,escapedParts:r}=e,i=t.date(void 0),o=[],a="",s=Object.keys(t.formatTokenMap).sort((e,t)=>t.length-e.length),l=/^([a-zA-Z]+)/,u=RegExp(`^(${s.join("|")})*$`),c=RegExp(`^(${s.join("|")})`),d=e=>r.find(t=>t.start<=e&&t.end>=e),h=0;for(;h<n.length;){let t=d(h),r=null!=t,s=l.exec(n.slice(h))?.[1];if(!r&&null!=s&&u.test(s)){let t=s;for(;t.length>0;){let n=c.exec(t)[1];t=t.slice(n.length),o.push(H$((0,Tw.Z)({},e,{now:i,token:n,startSeparator:a}))),a=""}h+=s.length}else{let e=n[h];r&&t?.start===h||t?.end===h||(0===o.length?a+=e:o[o.length-1].endSeparator+=e),h+=1}}return 0===o.length&&a.length>0&&o.push({type:"empty",contentType:"letter",maxLength:null,format:"",value:"",placeholder:"",hasLeadingZerosInFormat:!1,hasLeadingZerosInInput:!1,startSeparator:a,endSeparator:"",modified:!1}),o})((0,Tw.Z)({},e,{expandedFormat:t,escapedParts:n}));return(({isRtl:e,formatDensity:t,sections:n})=>n.map(n=>{let r=n=>{let r=n;return e&&null!==r&&r.includes(" ")&&(r=`\u2069${r}\u2066`),"spacious"===t&&["/",".","-"].includes(r)&&(r=` ${r} `),r};return n.startSeparator=r(n.startSeparator),n.endSeparator=r(n.endSeparator),n}))((0,Tw.Z)({},e,{sections:r}))},HG=e=>{let{internalProps:{disabled:t,readOnly:n=!1},forwardedProps:{sectionListRef:r,onBlur:i,onClick:o,onFocus:a,onInput:s,onPaste:l,focused:u,autoFocus:c=!1},fieldValueManager:d,applyCharacterEditing:h,resetCharacterQuery:p,setSelectedSections:f,parsedSelectedSections:g,state:m,clearActiveSection:v,clearValue:y,updateSectionValue:x,updateValueFromValueStr:b,sectionOrder:w,areAllSectionsEmpty:S,sectionsValueBoundaries:C}=e,k=B.useRef(null),M=(0,eL.Z)(r,k),T=FD(),I=z0(),A=(0,e_.Z)(),[D,P]=B.useState(!1),R=B.useMemo(()=>({syncSelectionToDOM:()=>{let e;if(!k.current)return;let t=document.getSelection();if(!t)return;if(null==g){t.rangeCount>0&&k.current.getRoot().contains(t.getRangeAt(0).startContainer)&&t.removeAllRanges(),D&&k.current.getRoot().blur();return}if(!k.current.getRoot().contains(Hb(document)))return;let n=new window.Range;e="all"===g?k.current.getRoot():"empty"===m.sections[g].type?k.current.getSectionContainer(g):k.current.getSectionContent(g),n.selectNodeContents(e),e.focus(),t.removeAllRanges(),t.addRange(n)},getActiveSectionIndexFromDOM:()=>{let e=Hb(document);return e&&k.current&&k.current.getRoot().contains(e)?k.current.getSectionIndexFromDOMElement(e):null},focusField:(e=0)=>{if(!k.current||null!=R.getActiveSectionIndexFromDOM())return;let t=j4(e,m.sections);P(!0),k.current.getSectionContent(t).focus()},setSelectedSections:e=>{if(!k.current)return;let t=j4(e,m.sections);P(null!==("all"===t?0:t)),f(e)},isFieldFocused:()=>{let e=Hb(document);return!!k.current&&k.current.getRoot().contains(e)}}),[g,f,m.sections,D]),_=(0,eB.Z)(e=>{if(!k.current)return;let t=m.sections[e];k.current.getSectionContent(e).innerHTML=t.value||t.placeholder,R.syncSelectionToDOM()}),O=(0,eB.Z)((e,...t)=>{!e.isDefaultPrevented()&&k.current&&(P(!0),o?.(e,...t),"all"===g?setTimeout(()=>{let e=document.getSelection().getRangeAt(0).startOffset;if(0===e)return void f(w.startIndex);let t=0,n=0;for(;n<e&&t<m.sections.length;){let e=m.sections[t];t+=1,n+=`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`.length}f(t-1)}):D?k.current.getRoot().contains(e.target)||f(w.startIndex):(P(!0),f(w.startIndex)))}),E=(0,eB.Z)(e=>{if(s?.(e),!k.current||"all"!==g)return;let t=e.target.textContent??"";k.current.getRoot().innerHTML=m.sections.map(e=>`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`).join(""),R.syncSelectionToDOM(),0===t.length||10===t.charCodeAt(0)?(p(),y(),f("all")):t.length>1?b(t):("all"===g&&f(0),h({keyPressed:t,sectionIndex:0}))}),L=(0,eB.Z)(e=>{if(l?.(e),n||"all"!==g)return void e.preventDefault();let t=e.clipboardData.getData("text");e.preventDefault(),p(),b(t)}),Z=(0,eB.Z)((...e)=>{a?.(...e),!D&&k.current&&(P(!0),null==k.current.getSectionIndexFromDOMElement(Hb(document))&&f(w.startIndex))}),N=(0,eB.Z)((...e)=>{i?.(...e),setTimeout(()=>{if(!k.current)return;let e=Hb(document);k.current.getRoot().contains(e)||(P(!1),f(null))})}),z=(0,eB.Z)(e=>t=>{t.isDefaultPrevented()||f(e)}),F=(0,eB.Z)(e=>{e.preventDefault()}),j=(0,eB.Z)(e=>()=>{f(e)}),V=(0,eB.Z)(e=>{if(e.preventDefault(),n||t||"number"!=typeof g)return;let r=m.sections[g],i=e.clipboardData.getData("text"),o=/^[a-zA-Z]+$/.test(i),a=/^[0-9]+$/.test(i),s=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(i);"letter"===r.contentType&&o||"digit"===r.contentType&&a||"digit-with-letter"===r.contentType&&s?(p(),x({activeSection:r,newSectionValue:i,shouldGoToNextSection:!0})):o||a||(p(),b(i))}),H=(0,eB.Z)(e=>{e.preventDefault(),e.dataTransfer.dropEffect="none"}),$=(0,eB.Z)(e=>{if(!k.current)return;let t=e.target,r=t.textContent??"",i=k.current.getSectionIndexFromDOMElement(t),o=m.sections[i];if(n||!k.current)return void _(i);if(0===r.length){if(""===o.value)return void _(i);let t=e.nativeEvent.inputType;return"insertParagraph"===t||"insertLineBreak"===t?void _(i):(p(),void v())}h({keyPressed:r,sectionIndex:i}),_(i)});(0,eN.Z)(()=>{if(D&&k.current){if("all"===g)k.current.getRoot().focus();else if("number"==typeof g){let e=k.current.getSectionContent(g);e&&e.focus()}}},[g,D]);let W=B.useMemo(()=>m.sections.reduce((e,t)=>(e[t.type]=C[t.type]({currentDate:null,contentType:t.contentType,format:t.format}),e),{}),[C,m.sections]),G="all"===g,q=B.useMemo(()=>m.sections.map((e,r)=>{let i=!G&&!t&&!n;return{container:{"data-sectionindex":r,onClick:z(r)},content:{tabIndex:G||r>0?-1:0,contentEditable:!G&&!t&&!n,role:"spinbutton",id:`${A}-${e.type}`,"aria-labelledby":`${A}-${e.type}`,"aria-readonly":n,"aria-valuenow":((e,t)=>{if(e.value)switch(e.type){case"weekDay":if("letter"===e.contentType)return;return Number(e.value);case"meridiem":{let n=t.parse(`01:00 ${e.value}`,`${t.formats.hours12h}:${t.formats.minutes} ${e.format}`);if(n)return+(t.getHours(n)>=12);return}case"day":return"digit-with-letter"===e.contentType?parseInt(e.value,10):Number(e.value);case"month":{if("digit"===e.contentType)return Number(e.value);let n=t.parse(e.value,e.format);return n?t.getMonth(n)+1:void 0}default:return"letter"!==e.contentType?Number(e.value):void 0}})(e,I),"aria-valuemin":W[e.type].minimum,"aria-valuemax":W[e.type].maximum,"aria-valuetext":e.value?((e,t)=>{if(e.value)switch(e.type){case"month":{if("digit"===e.contentType)return t.format(t.setMonth(t.date(),Number(e.value)-1),"month");let n=t.parse(e.value,e.format);return n?t.format(n,"month"):void 0}case"day":return"digit"===e.contentType?t.format(t.setDate(t.startOfYear(t.date()),Number(e.value)),"dayOfMonthFull"):e.value;default:return}})(e,I):T.empty,"aria-label":T[e.type],"aria-disabled":t,spellCheck:!i&&void 0,autoCapitalize:i?"off":void 0,autoCorrect:i?"off":void 0,[parseInt(B.version,10)>=17?"enterKeyHint":"enterkeyhint"]:i?"next":void 0,children:e.value||e.placeholder,onInput:$,onPaste:V,onFocus:j(r),onDragOver:H,onMouseUp:F,inputMode:"letter"===e.contentType?"text":"numeric"},before:{children:e.startSeparator},after:{children:e.endSeparator}}}),[m.sections,j,V,H,$,z,F,t,n,G,T,I,W,A]),U=(0,eB.Z)(e=>{b(e.target.value)}),Y=B.useMemo(()=>S?"":d.getV7HiddenInputValueFromSections(m.sections),[S,m.sections,d]);return B.useEffect(()=>{if(null==k.current)throw Error("MUI X: The `sectionListRef` prop has not been initialized by `PickersSectionList`\nYou probably tried to pass a component to the `textField` slot that contains an `<input />` element instead of a `PickersSectionList`.\n\nIf you want to keep using an `<input />` HTML element for the editing, please remove the `enableAccessibleFieldDOMStructure` prop from your picker or field component:\n\n<DatePicker slots={{ textField: MyCustomTextField }} />\n\nLearn more about the field accessible DOM structure on the MUI documentation: https://mui.com/x/react-date-pickers/fields/#fields-to-edit-a-single-element");c&&k.current&&k.current.getSectionContent(w.startIndex).focus()},[]),{interactions:R,returnedValue:{autoFocus:c,readOnly:n,focused:u??D,sectionListRef:M,onBlur:N,onClick:O,onFocus:Z,onInput:E,onPaste:L,enableAccessibleFieldDOMStructure:!0,elements:q,tabIndex:0===g?-1:0,contentEditable:G,value:Y,onChange:U,areAllSectionsEmpty:S}}},Hq=e=>e.replace(/[\u2066\u2067\u2068\u2069]/g,""),HU=e=>{let t=tE(),n=B.useRef(void 0),r=B.useRef(void 0),{forwardedProps:{onFocus:i,onClick:o,onPaste:a,onBlur:s,inputRef:l,placeholder:u},internalProps:{readOnly:c=!1,disabled:d=!1},parsedSelectedSections:h,activeSectionIndex:p,state:f,fieldValueManager:g,valueManager:m,applyCharacterEditing:v,resetCharacterQuery:y,updateSectionValue:x,updateValueFromValueStr:b,clearActiveSection:w,clearValue:S,setTempAndroidValueStr:C,setSelectedSections:k,getSectionsFromValue:M,areAllSectionsEmpty:T,localizedDigits:I}=e,A=B.useRef(null),D=(0,eL.Z)(l,A),P=B.useMemo(()=>((e,t,n)=>{let r=0,i=+!!n,o=[];for(let a=0;a<e.length;a+=1){let s=e[a],l=jQ(s,n?"input-rtl":"input-ltr",t),u=`${s.startSeparator}${l}${s.endSeparator}`,c=Hq(u).length,d=u.length,h=Hq(l),p=i+(""===h?0:l.indexOf(h[0]))+s.startSeparator.length,f=p+h.length;o.push((0,Tw.Z)({},s,{start:r,end:r+c,startInInput:p,endInInput:f})),r+=c,i+=d}return o})(f.sections,I,t),[f.sections,I,t]),R=B.useMemo(()=>({syncSelectionToDOM:()=>{if(!A.current)return;if(null==h){A.current.scrollLeft&&(A.current.scrollLeft=0);return}if(A.current!==Hb(document))return;let e=A.current.scrollTop;if("all"===h)A.current.select();else{let e=P[h],t="empty"===e.type?e.startInInput-e.startSeparator.length:e.startInInput,n="empty"===e.type?e.endInInput+e.endSeparator.length:e.endInInput;(t!==A.current.selectionStart||n!==A.current.selectionEnd)&&A.current===Hb(document)&&A.current.setSelectionRange(t,n),clearTimeout(r.current),r.current=setTimeout(()=>{A.current&&A.current===Hb(document)&&A.current.selectionStart===A.current.selectionEnd&&(A.current.selectionStart!==t||A.current.selectionEnd!==n)&&R.syncSelectionToDOM()})}A.current.scrollTop=e},getActiveSectionIndexFromDOM:()=>{let e=A.current.selectionStart??0,t=A.current.selectionEnd??0;if(0===e&&0===t)return null;let n=e<=P[0].startInInput?1:P.findIndex(t=>t.startInInput-t.startSeparator.length>e);return -1===n?P.length-1:n-1},focusField:(e=0)=>{Hb(document)!==A.current&&(A.current?.focus(),k(e))},setSelectedSections:e=>k(e),isFieldFocused:()=>A.current===Hb(document)}),[A,h,P,k]),_=()=>{let e,t=A.current.selectionStart??0;k(-1===(e=t<=P[0].startInInput||t>=P[P.length-1].endInInput?1:P.findIndex(e=>e.startInInput-e.startSeparator.length>t))?P.length-1:e-1)},O=(0,eB.Z)((...e)=>{i?.(...e);let t=A.current;clearTimeout(n.current),n.current=setTimeout(()=>{t&&t===A.current&&null==p&&(t.value.length&&Number(t.selectionEnd)-Number(t.selectionStart)===t.value.length?k("all"):_())})}),E=(0,eB.Z)((e,...t)=>{e.isDefaultPrevented()||(o?.(e,...t),_())}),L=(0,eB.Z)(e=>{if(a?.(e),e.preventDefault(),c||d)return;let t=e.clipboardData.getData("text");if("number"==typeof h){let e=f.sections[h],n=/^[a-zA-Z]+$/.test(t),r=/^[0-9]+$/.test(t),i=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(t);if("letter"===e.contentType&&n||"digit"===e.contentType&&r||"digit-with-letter"===e.contentType&&i){y(),x({activeSection:e,newSectionValue:t,shouldGoToNextSection:!0});return}if(n||r)return}y(),b(t)}),Z=(0,eB.Z)((...e)=>{s?.(...e),k(null)}),N=(0,eB.Z)(e=>{let n;if(c)return;let r=e.target.value;if(""===r){y(),S();return}let i=e.nativeEvent.data,o=i&&i.length>1,a=o?i:r,s=Hq(a);if("all"===h&&k(p),null==p||o)return void b(o?i:s);if("all"===h&&1===s.length)n=s;else{let e=Hq(g.getV6InputValueFromSections(P,I,t)),r=-1,i=-1;for(let t=0;t<e.length;t+=1)-1===r&&e[t]!==s[t]&&(r=t),-1===i&&e[e.length-t-1]!==s[s.length-t-1]&&(i=t);let o=P[p];if(r<o.start||e.length-i-1>o.end)return;let a=s.length-e.length+o.end-Hq(o.endSeparator||"").length;n=s.slice(o.start+Hq(o.startSeparator||"").length,a)}if(0===n.length){navigator.userAgent.toLowerCase().includes("android")&&C(a),y(),w();return}v({keyPressed:n,sectionIndex:p})}),z=B.useMemo(()=>void 0!==u?u:g.getV6InputValueFromSections(M(m.emptyValue),I,t),[u,g,M,m.emptyValue,I,t]),F=B.useMemo(()=>f.tempValueStrAndroid??g.getV6InputValueFromSections(f.sections,I,t),[f.sections,g,f.tempValueStrAndroid,I,t]);B.useEffect(()=>(A.current&&A.current===Hb(document)&&k("all"),()=>{clearTimeout(n.current),clearTimeout(r.current)}),[]);let j=B.useMemo(()=>null==p||"letter"===f.sections[p].contentType?"text":"numeric",[p,f.sections]);return{interactions:R,returnedValue:{readOnly:c,onBlur:Z,onClick:E,onFocus:O,onPaste:L,inputRef:D,enableAccessibleFieldDOMStructure:!1,placeholder:z,inputMode:j,autoComplete:"off",value:!(A.current&&A.current===Hb(document))&&T?"":F,onChange:N}}},HY=["disablePast","disableFuture","minDate","maxDate","shouldDisableDate","shouldDisableMonth","shouldDisableYear"],HX=["disablePast","disableFuture","minTime","maxTime","shouldDisableTime","minutesStep","ampm","disableIgnoringDatePartForTimeValidation"],HK=["minDateTime","maxDateTime"];[...HY,...HX,...HK];let HQ=["value","defaultValue","referenceDate","format","formatDensity","onChange","timezone","onError","shouldRespectLeadingZeros","selectedSections","onSelectedSectionsChange","unstableFieldRef","enableAccessibleFieldDOMStructure","disabled","readOnly","dateSeparator"];function HJ(e){return(0,Y.ZP)("MuiInputAdornment",e)}let H0=(0,U.Z)("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]),H1=(0,$.ZP)("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`position${(0,H.Z)(n.position)}`],!0===n.disablePointerEvents&&t.disablePointerEvents,t[n.variant]]}})((0,W.Z)(({theme:e})=>({display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active,variants:[{props:{variant:"filled"},style:{[`&.${H0.positionStart}&:not(.${H0.hiddenLabel})`]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]}))),H2=B.forwardRef(function(e,t){let n=(0,q.i)({props:e,name:"MuiInputAdornment"}),{children:r,className:i,component:o="div",disablePointerEvents:a=!1,disableTypography:s=!1,position:l,variant:u,...c}=n,d=(0,eq.Z)()||{},h=u;u&&d.variant,d&&!h&&(h=d.variant);let p={...n,hiddenLabel:d.hiddenLabel,size:d.size,disablePointerEvents:a,position:l,variant:h},f=(e=>{let{classes:t,disablePointerEvents:n,hiddenLabel:r,position:i,size:o,variant:a}=e,s={root:["root",n&&"disablePointerEvents",i&&`position${(0,H.Z)(i)}`,a,r&&"hiddenLabel",o&&`size${(0,H.Z)(o)}`]};return(0,F.Z)(s,HJ,t)})(p);return(0,Z.jsx)(eG.Z.Provider,{value:null,children:(0,Z.jsx)(H1,{as:o,ownerState:p,className:(0,z.Z)(f.root,i),ref:t,...c,children:"string"!=typeof r||s?(0,Z.jsxs)(B.Fragment,{children:["start"===l?L||(L=(0,Z.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""})):null,r]}):(0,Z.jsx)(ct.Z,{color:"textSecondary",children:r})})})}),H5=["clearable","onClear","InputProps","sx","slots","slotProps"],H3=["ownerState"];function H4(e){return(0,Y.ZP)("MuiPickersTextField",e)}function H6(e){return(0,Y.ZP)("MuiPickersInputBase",e)}(0,U.Z)("MuiPickersTextField",["root","focused","disabled","error","required"]);let H8=(0,U.Z)("MuiPickersInputBase",["root","focused","disabled","error","notchedOutline","sectionContent","sectionBefore","sectionAfter","adornedStart","adornedEnd","input"]);function H9(e){return(0,Y.ZP)("MuiPickersOutlinedInput",e)}let H7=(0,Tw.Z)({},H8,(0,U.Z)("MuiPickersOutlinedInput",["root","notchedOutline","input"])),$e=["children","className","label","notched","shrink"],$t=(0,$.ZP)("fieldset",{name:"MuiPickersOutlinedInput",slot:"NotchedOutline",overridesResolver:(e,t)=>t.notchedOutline})(({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{textAlign:"left",position:"absolute",bottom:0,right:0,top:-5,left:0,margin:0,padding:"0 8px",pointerEvents:"none",borderRadius:"inherit",borderStyle:"solid",borderWidth:1,overflow:"hidden",minWidth:"0%",borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}}),$n=(0,$.ZP)("span")(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit"})),$r=(0,$.ZP)("legend")(({theme:e})=>({float:"unset",width:"auto",overflow:"hidden",variants:[{props:{withLabel:!1},style:{padding:0,lineHeight:"11px",transition:e.transitions.create("width",{duration:150,easing:e.transitions.easing.easeOut})}},{props:{withLabel:!0},style:{display:"block",padding:0,height:11,fontSize:"0.75em",visibility:"hidden",maxWidth:.01,transition:e.transitions.create("max-width",{duration:50,easing:e.transitions.easing.easeOut}),whiteSpace:"nowrap","& > span":{paddingLeft:5,paddingRight:5,display:"inline-block",opacity:0,visibility:"visible"}}},{props:{withLabel:!0,notched:!0},style:{maxWidth:"100%",transition:e.transitions.create("max-width",{duration:100,easing:e.transitions.easing.easeOut,delay:50})}}]}));function $i(e){let{className:t,label:n}=e,r=(0,tQ.Z)(e,$e),i=null!=n&&""!==n,o=(0,Tw.Z)({},e,{withLabel:i});return(0,Z.jsx)($t,(0,Tw.Z)({"aria-hidden":!0,className:t},r,{ownerState:o,children:(0,Z.jsx)($r,{ownerState:o,children:i?(0,Z.jsx)($n,{children:n}):(0,Z.jsx)($n,{className:"notranslate",children:""})})}))}var $o=n(3150);function $a(e){return(0,Y.ZP)("MuiPickersSectionList",e)}let $s=(0,U.Z)("MuiPickersSectionList",["root","section","sectionContent"]),$l=["slots","slotProps","elements","sectionListRef"],$u=(0,$.ZP)("div",{name:"MuiPickersSectionList",slot:"Root",overridesResolver:(e,t)=>t.root})({direction:"ltr /*! @noflip */",outline:"none"}),$c=(0,$.ZP)("span",{name:"MuiPickersSectionList",slot:"Section",overridesResolver:(e,t)=>t.section})({}),$d=(0,$.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionSeparator",overridesResolver:(e,t)=>t.sectionSeparator})({whiteSpace:"pre"}),$h=(0,$.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionContent",overridesResolver:(e,t)=>t.sectionContent})({outline:"none"});function $p(e){let{slots:t,slotProps:n,element:r,classes:i}=e,o=t?.section??$c,a=tN({elementType:o,externalSlotProps:n?.section,externalForwardedProps:r.container,className:i.section,ownerState:{}}),s=t?.sectionContent??$h,l=tN({elementType:s,externalSlotProps:n?.sectionContent,externalForwardedProps:r.content,additionalProps:{suppressContentEditableWarning:!0},className:i.sectionContent,ownerState:{}}),u=t?.sectionSeparator??$d,c=tN({elementType:u,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.before,ownerState:{position:"before"}}),d=tN({elementType:u,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.after,ownerState:{position:"after"}});return(0,Z.jsxs)(o,(0,Tw.Z)({},a,{children:[(0,Z.jsx)(u,(0,Tw.Z)({},c)),(0,Z.jsx)(s,(0,Tw.Z)({},l)),(0,Z.jsx)(u,(0,Tw.Z)({},d))]}))}let $f=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersSectionList"}),{slots:r,slotProps:i,elements:o,sectionListRef:a}=n,s=(0,tQ.Z)(n,$l),l=(e=>{let{classes:t}=e;return(0,F.Z)({root:["root"],section:["section"],sectionContent:["sectionContent"]},$a,t)})(n),u=B.useRef(null),c=(0,eL.Z)(t,u),d=e=>{if(!u.current)throw Error(`MUI X: Cannot call sectionListRef.${e} before the mount of the component.`);return u.current};B.useImperativeHandle(a,()=>({getRoot:()=>d("getRoot"),getSectionContainer:e=>d("getSectionContainer").querySelector(`.${$s.section}[data-sectionindex="${e}"]`),getSectionContent:e=>d("getSectionContent").querySelector(`.${$s.section}[data-sectionindex="${e}"] .${$s.sectionContent}`),getSectionIndexFromDOMElement(e){let t=d("getSectionIndexFromDOMElement");if(null==e||!t.contains(e))return null;let n=null;return(e.classList.contains($s.section)?n=e:e.classList.contains($s.sectionContent)&&(n=e.parentElement),null==n)?null:Number(n.dataset.sectionindex)}}));let h=r?.root??$u,p=tN({elementType:h,externalSlotProps:i?.root,externalForwardedProps:s,additionalProps:{ref:c,suppressContentEditableWarning:!0},className:l.root,ownerState:{}});return(0,Z.jsx)(h,(0,Tw.Z)({},p,{children:p.contentEditable?o.map(({content:e,before:t,after:n})=>`${t.children}${e.children}${n.children}`).join(""):(0,Z.jsx)(B.Fragment,{children:o.map((e,t)=>(0,Z.jsx)($p,{slots:r,slotProps:i,element:e,classes:l},t))})}))}),$g=["elements","areAllSectionsEmpty","defaultValue","label","value","onChange","id","autoFocus","endAdornment","startAdornment","renderSuffix","slots","slotProps","contentEditable","tabIndex","onInput","onPaste","onKeyDown","fullWidth","name","readOnly","inputProps","inputRef","sectionListRef"],$m=(0,$.ZP)("div",{name:"MuiPickersInputBase",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>(0,Tw.Z)({},e.typography.body1,{color:(e.vars||e).palette.text.primary,cursor:"text",padding:0,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",boxSizing:"border-box",letterSpacing:`${Math.round(.15/16*1e5)/1e5}em`,variants:[{props:{fullWidth:!0},style:{width:"100%"}}]})),$v=(0,$.ZP)($u,{name:"MuiPickersInputBase",slot:"SectionsContainer",overridesResolver:(e,t)=>t.sectionsContainer})(({theme:e})=>({padding:"4px 0 5px",fontFamily:e.typography.fontFamily,fontSize:"inherit",lineHeight:"1.4375em",flexGrow:1,outline:"none",display:"flex",flexWrap:"nowrap",overflow:"hidden",letterSpacing:"inherit",width:"182px",variants:[{props:{isRtl:!0},style:{textAlign:"right /*! @noflip */"}},{props:{size:"small"},style:{paddingTop:1}},{props:{adornedStart:!1,focused:!1,filled:!1},style:{color:"currentColor",opacity:0}},{props:({adornedStart:e,focused:t,filled:n,label:r})=>!e&&!t&&!n&&null==r,style:e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:"light"===e.palette.mode?.42:.5}}]})),$y=(0,$.ZP)($c,{name:"MuiPickersInputBase",slot:"Section",overridesResolver:(e,t)=>t.section})(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit",letterSpacing:"inherit",lineHeight:"1.4375em",display:"inline-block",whiteSpace:"nowrap"})),$x=(0,$.ZP)($h,{name:"MuiPickersInputBase",slot:"SectionContent",overridesResolver:(e,t)=>t.content})(({theme:e})=>({fontFamily:e.typography.fontFamily,lineHeight:"1.4375em",letterSpacing:"inherit",width:"fit-content",outline:"none"})),$b=(0,$.ZP)($d,{name:"MuiPickersInputBase",slot:"Separator",overridesResolver:(e,t)=>t.separator})(()=>({whiteSpace:"pre",letterSpacing:"inherit"})),$w=(0,$.ZP)("input",{name:"MuiPickersInputBase",slot:"Input",overridesResolver:(e,t)=>t.hiddenInput})((0,Tw.Z)({},{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"})),$S=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersInputBase"}),{elements:r,areAllSectionsEmpty:i,value:o,onChange:a,id:s,endAdornment:l,startAdornment:u,renderSuffix:c,slots:d,slotProps:h,contentEditable:p,tabIndex:f,onInput:g,onPaste:m,onKeyDown:v,name:y,readOnly:x,inputProps:b,inputRef:w,sectionListRef:S}=n,C=(0,tQ.Z)(n,$g),k=B.useRef(null),M=(0,eL.Z)(t,k),T=(0,eL.Z)(b?.ref,w),I=tE(),A=(0,eq.Z)();if(!A)throw Error("MUI X: PickersInputBase should always be used inside a PickersTextField component");B.useEffect(()=>{A&&A.setAdornedStart(!!u)},[A,u]),B.useEffect(()=>{A&&(i?A.onEmpty():A.onFilled())},[A,i]);let D=(0,Tw.Z)({},n,A,{isRtl:I}),P=(e=>{let{focused:t,disabled:n,error:r,classes:i,fullWidth:o,readOnly:a,color:s,size:l,endAdornment:u,startAdornment:c}=e,d={root:["root",t&&!n&&"focused",n&&"disabled",a&&"readOnly",r&&"error",o&&"fullWidth",`color${(0,$o.Z)(s)}`,"small"===l&&"inputSizeSmall",!!c&&"adornedStart",!!u&&"adornedEnd"],notchedOutline:["notchedOutline"],input:["input"],sectionsContainer:["sectionsContainer"],sectionContent:["sectionContent"],sectionBefore:["sectionBefore"],sectionAfter:["sectionAfter"]};return(0,F.Z)(d,H6,i)})(D),R=d?.root||$m,_=tN({elementType:R,externalSlotProps:h?.root,externalForwardedProps:C,additionalProps:{"aria-invalid":A.error,ref:M},className:P.root,ownerState:D}),O=d?.input||$v;return(0,Z.jsxs)(R,(0,Tw.Z)({},_,{children:[u,(0,Z.jsx)($f,{sectionListRef:S,elements:r,contentEditable:p,tabIndex:f,className:P.sectionsContainer,onFocus:e=>{if(A.disabled)return void e.stopPropagation();A.onFocus?.(e)},onBlur:A.onBlur,onInput:g,onPaste:m,onKeyDown:v,slots:{root:O,section:$y,sectionContent:$x,sectionSeparator:$b},slotProps:{root:{ownerState:D},sectionContent:{className:H8.sectionContent},sectionSeparator:({position:e})=>({className:"before"===e?H8.sectionBefore:H8.sectionAfter})}}),l,c?c((0,Tw.Z)({},A)):null,(0,Z.jsx)($w,(0,Tw.Z)({name:y,className:P.input,value:o,onChange:a,id:s,"aria-hidden":"true",tabIndex:-1,readOnly:x,required:A.required,disabled:A.disabled},b,{ref:T}))]}))}),$C=["label","autoFocus","ownerState","notched"],$k=(0,$.ZP)($m,{name:"MuiPickersOutlinedInput",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{padding:"0 14px",borderRadius:(e.vars||e).shape.borderRadius,[`&:hover .${H7.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${H7.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${H7.focused} .${H7.notchedOutline}`]:{borderStyle:"solid",borderWidth:2},[`&.${H7.disabled}`]:{[`& .${H7.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled},"*":{color:(e.vars||e).palette.action.disabled}},[`&.${H7.error} .${H7.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},variants:Object.keys((e.vars??e).palette).filter(t=>(e.vars??e).palette[t]?.main??!1).map(t=>({props:{color:t},style:{[`&.${H7.focused}:not(.${H7.error}) .${H7.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}}))}}),$M=(0,$.ZP)($v,{name:"MuiPickersOutlinedInput",slot:"SectionsContainer",overridesResolver:(e,t)=>t.sectionsContainer})({padding:"16.5px 0",variants:[{props:{size:"small"},style:{padding:"8.5px 0"}}]}),$T=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersOutlinedInput"}),{label:r,ownerState:i,notched:o}=n,a=(0,tQ.Z)(n,$C),s=(0,eq.Z)(),l=(0,Tw.Z)({},n,i,s,{color:s?.color||"primary"}),u=(e=>{let{classes:t}=e,n=(0,F.Z)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},H9,t);return(0,Tw.Z)({},t,n)})(l);return(0,Z.jsx)($S,(0,Tw.Z)({slots:{root:$k,input:$M},renderSuffix:e=>(0,Z.jsx)($i,{shrink:!!(o||e.adornedStart||e.focused||e.filled),notched:!!(o||e.adornedStart||e.focused||e.filled),className:u.notchedOutline,label:null!=r&&""!==r&&s?.required?(0,Z.jsxs)(B.Fragment,{children:[r," ","*"]}):r,ownerState:l})},a,{label:r,classes:u,ref:t}))});$T.muiName="Input";var $I=n(5315);function $A(e){return(0,Y.ZP)("MuiPickersFilledInput",e)}let $D=(0,Tw.Z)({},H8,(0,U.Z)("MuiPickersFilledInput",["root","underline","input"])),$P=["label","autoFocus","disableUnderline","ownerState"],$R=(0,$.ZP)($m,{name:"MuiPickersFilledInput",slot:"Root",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,$I.x9)(e)&&"disableUnderline"!==e})(({theme:e})=>{let t="light"===e.palette.mode,n=t?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)";return{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n,borderTopLeftRadius:(e.vars||e).shape.borderRadius,borderTopRightRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),"&:hover":{backgroundColor:e.vars?e.vars.palette.FilledInput.hoverBg:t?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)","@media (hover: none)":{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n}},[`&.${$D.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${$D.disabled}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.disabledBg:t?"rgba(0, 0, 0, 0.12)":"rgba(255, 255, 255, 0.12)"},variants:[...Object.keys((e.vars??e).palette).filter(t=>(e.vars??e).palette[t].main).map(t=>({props:{color:t,disableUnderline:!1},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t]?.main}`}}})),{props:{disableUnderline:!1},style:{"&::after":{left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${$D.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${$D.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`:t?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)"}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${$D.disabled}, .${$D.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${$D.disabled}:before`]:{borderBottomStyle:"dotted"}}},{props:({startAdornment:e})=>!!e,style:{paddingLeft:12}},{props:({endAdornment:e})=>!!e,style:{paddingRight:12}}]}}),$_=(0,$.ZP)($v,{name:"MuiPickersFilledInput",slot:"sectionsContainer",overridesResolver:(e,t)=>t.sectionsContainer})({paddingTop:25,paddingRight:12,paddingBottom:8,paddingLeft:12,variants:[{props:{size:"small"},style:{paddingTop:21,paddingBottom:4}},{props:({startAdornment:e})=>!!e,style:{paddingLeft:0}},{props:({endAdornment:e})=>!!e,style:{paddingRight:0}},{props:{hiddenLabel:!0},style:{paddingTop:16,paddingBottom:17}},{props:{hiddenLabel:!0,size:"small"},style:{paddingTop:8,paddingBottom:9}}]}),$O=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersFilledInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,a=(0,tQ.Z)(n,$P),s=(0,eq.Z)(),l=(e=>{let{classes:t,disableUnderline:n}=e,r=(0,F.Z)({root:["root",!n&&"underline"],input:["input"]},$A,t);return(0,Tw.Z)({},t,r)})((0,Tw.Z)({},n,o,s,{color:s?.color||"primary"}));return(0,Z.jsx)($S,(0,Tw.Z)({slots:{root:$R,input:$_},slotProps:{root:{disableUnderline:i}}},a,{label:r,classes:l,ref:t}))});function $E(e){return(0,Y.ZP)("MuiPickersFilledInput",e)}$O.muiName="Input";let $L=(0,Tw.Z)({},H8,(0,U.Z)("MuiPickersInput",["root","input"])),$Z=["label","autoFocus","disableUnderline","ownerState"],$B=(0,$.ZP)($m,{name:"MuiPickersInput",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return e.vars&&(t=`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`),{"label + &":{marginTop:16},variants:[...Object.keys((e.vars??e).palette).filter(t=>(e.vars??e).palette[t].main).map(t=>({props:{color:t},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t].main}`}}})),{props:{disableUnderline:!1},style:{"&::after":{background:"red",left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${$L.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${$L.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${t}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${$L.disabled}, .${$L.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${$L.disabled}:before`]:{borderBottomStyle:"dotted"}}}]}}),$N=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,a=(0,tQ.Z)(n,$Z),s=(0,eq.Z)(),l=(e=>{let{classes:t,disableUnderline:n}=e,r=(0,F.Z)({root:["root",!n&&"underline"],input:["input"]},$E,t);return(0,Tw.Z)({},t,r)})((0,Tw.Z)({},n,o,s,{disableUnderline:i,color:s?.color||"primary"}));return(0,Z.jsx)($S,(0,Tw.Z)({slots:{root:$B}},a,{label:r,classes:l,ref:t}))});$N.muiName="Input";let $z=["onFocus","onBlur","className","color","disabled","error","variant","required","InputProps","inputProps","inputRef","sectionListRef","elements","areAllSectionsEmpty","onClick","onKeyDown","onKeyUp","onPaste","onInput","endAdornment","startAdornment","tabIndex","contentEditable","focused","value","onChange","fullWidth","id","name","helperText","FormHelperTextProps","label","InputLabelProps"],$F={standard:$N,filled:$O,outlined:$T},$j=(0,$.ZP)(tT,{name:"MuiPickersTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),$V=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiPickersTextField"}),{onFocus:r,onBlur:i,className:o,color:a="primary",disabled:s=!1,error:l=!1,variant:u="outlined",required:c=!1,InputProps:d,inputProps:h,inputRef:p,sectionListRef:f,elements:g,areAllSectionsEmpty:m,onClick:v,onKeyDown:y,onKeyUp:x,onPaste:b,onInput:w,endAdornment:S,startAdornment:C,tabIndex:k,contentEditable:M,focused:T,value:I,onChange:A,fullWidth:D,id:P,name:R,helperText:_,FormHelperTextProps:O,label:E,InputLabelProps:L}=n,N=(0,tQ.Z)(n,$z),j=B.useRef(null),V=(0,eL.Z)(t,j),H=(0,e_.Z)(P),$=_&&H?`${H}-helper-text`:void 0,W=E&&H?`${H}-label`:void 0,G=(0,Tw.Z)({},n,{color:a,disabled:s,error:l,focused:T,required:c,variant:u}),q=(e=>{let{focused:t,disabled:n,classes:r,required:i}=e;return(0,F.Z)({root:["root",t&&!n&&"focused",n&&"disabled",i&&"required"]},H4,r)})(G),U=$F[u];return(0,Z.jsxs)($j,(0,Tw.Z)({className:(0,z.Z)(q.root,o),ref:V,focused:T,onFocus:r,onBlur:i,disabled:s,variant:u,error:l,color:a,fullWidth:D,required:c,ownerState:G},N,{children:[(0,Z.jsx)(tS,(0,Tw.Z)({htmlFor:H,id:W},L,{children:E})),(0,Z.jsx)(U,(0,Tw.Z)({elements:g,areAllSectionsEmpty:m,onClick:v,onKeyDown:y,onKeyUp:x,onInput:w,onPaste:b,endAdornment:S,startAdornment:C,tabIndex:k,contentEditable:M,value:I,onChange:A,id:H,fullWidth:D,inputProps:h,inputRef:p,sectionListRef:f,label:E,name:R,role:"group","aria-labelledby":W,"aria-describedby":$,"aria-live":$?"polite":void 0},d)),_&&(0,Z.jsx)(tP,(0,Tw.Z)({id:$},O,{children:_}))]}))}),$H=["enableAccessibleFieldDOMStructure"],$$=["InputProps","readOnly"],$W=["onPaste","onKeyDown","inputMode","readOnly","InputProps","inputProps","inputRef"],$G=["slots","slotProps","InputProps","inputProps"],$q=B.forwardRef(function(e,t){let n=zG({props:e,name:"MuiDateTimeField"}),{slots:r,slotProps:i,InputProps:o,inputProps:a}=n,s=(0,tQ.Z)(n,$G),l=r?.textField??(e.enableAccessibleFieldDOMStructure?$V:rf),u=tN({elementType:l,externalSlotProps:i?.textField,externalForwardedProps:s,ownerState:n,additionalProps:{ref:t}});u.inputProps=(0,Tw.Z)({},a,u.inputProps),u.InputProps=(0,Tw.Z)({},o,u.InputProps);let c=(e=>{let{enableAccessibleFieldDOMStructure:t}=e,n=(0,tQ.Z)(e,$H);if(t){let{InputProps:e,readOnly:t}=n,r=(0,tQ.Z)(n,$$);return(0,Tw.Z)({},r,{InputProps:(0,Tw.Z)({},e??{},{readOnly:t})})}let{onPaste:r,onKeyDown:i,inputMode:o,readOnly:a,InputProps:s,inputProps:l,inputRef:u}=n,c=(0,tQ.Z)(n,$W);return(0,Tw.Z)({},c,{InputProps:(0,Tw.Z)({},s??{},{readOnly:a}),inputProps:(0,Tw.Z)({},l??{},{inputMode:o,onPaste:r,onKeyDown:i,ref:u})})})((e=>{let t,n,{forwardedProps:r,internalProps:i}=(t=(e=>{let t=z0(),n=z1(),r=e.ampm??t.is12HourCycleInCurrentLocale()?t.formats.keyboardDateTime12h:t.formats.keyboardDateTime24h;return(0,Tw.Z)({},e,{disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1,format:e.format??r,disableIgnoringDatePartForTimeValidation:!!(e.minDateTime||e.maxDateTime),minDate:z4(t,e.minDateTime??e.minDate,n.minDate),maxDate:z4(t,e.maxDateTime??e.maxDate,n.maxDate),minTime:e.minDateTime??e.minTime,maxTime:e.maxDateTime??e.maxTime})})(e),n="date-time",B.useMemo(()=>{let e=(0,Tw.Z)({},t),n={},r=t=>{e.hasOwnProperty(t)&&(n[t]=e[t],delete e[t])};return HQ.forEach(r),HY.forEach(r),HX.forEach(r),HK.forEach(r),{forwardedProps:e,internalProps:n}},[t,n]));return(e=>{let t=z0(),{internalProps:n,internalProps:{unstableFieldRef:r,minutesStep:i,enableAccessibleFieldDOMStructure:o=!1,disabled:a=!1,readOnly:s=!1},forwardedProps:{onKeyDown:l,error:u,clearable:c,onClear:d},fieldValueManager:h,valueManager:p,validator:f}=e,g=tE(),m=(e=>{let t=z0(),n=FD(),r=zJ(),i=tE(),{valueManager:o,fieldValueManager:a,valueType:s,validator:l,internalProps:u,internalProps:{value:c,defaultValue:d,referenceDate:h,onChange:p,format:f,formatDensity:g="dense",selectedSections:m,onSelectedSectionsChange:v,shouldRespectLeadingZeros:y=!1,timezone:x,enableAccessibleFieldDOMStructure:b=!1}}=e,{timezone:w,value:S,handleValueChange:C}=jz({timezone:x,value:c,defaultValue:d,referenceDate:h,onChange:p,valueManager:o}),k=B.useMemo(()=>(e=>{let t=e.date(void 0);return"0"===e.formatByString(e.setSeconds(t,0),"s")?jG:Array.from({length:10}).map((n,r)=>e.formatByString(e.setSeconds(t,r),"s"))})(t),[t]),M=B.useMemo(()=>((e,t,n)=>{let r=e.date(void 0,n),i=e.endOfYear(r),o=e.endOfDay(r),{maxDaysInMonth:a,longestMonth:s}=z6(e,r).reduce((t,n)=>{let r=e.getDaysInMonth(n);return r>t.maxDaysInMonth?{maxDaysInMonth:r,longestMonth:n}:t},{maxDaysInMonth:0,longestMonth:null});return{year:({format:t})=>({minimum:0,maximum:j0(e,t)?9999:99}),month:()=>({minimum:1,maximum:e.getMonth(i)+1}),day:({currentDate:t})=>({minimum:1,maximum:null!=t&&e.isValid(t)?e.getDaysInMonth(t):a,longestMonth:s}),weekDay:({format:t,contentType:n})=>{if("digit"===n){let n=j$(e,t).map(Number);return{minimum:Math.min(...n),maximum:Math.max(...n)}}return{minimum:1,maximum:7}},hours:({format:n})=>{let i=e.getHours(o);return jq(e.formatByString(e.endOfDay(r),n),t)!==i.toString()?{minimum:1,maximum:Number(jq(e.formatByString(e.startOfDay(r),n),t))}:{minimum:0,maximum:i}},minutes:()=>({minimum:0,maximum:e.getMinutes(o)}),seconds:()=>({minimum:0,maximum:e.getSeconds(o)}),meridiem:()=>({minimum:0,maximum:1}),empty:()=>({minimum:0,maximum:0})}})(t,k,w),[t,k,w]),T=B.useCallback((e,r=null)=>a.getSectionsFromValue(t,e,r,e=>HW({utils:t,localeText:n,localizedDigits:k,format:f,date:e,formatDensity:g,shouldRespectLeadingZeros:y,enableAccessibleFieldDOMStructure:b,isRtl:i})),[a,f,n,k,i,y,t,g,b]),[I,A]=B.useState(()=>{let e=T(S);j2(e,s);let n={sections:e,value:S,referenceValue:o.emptyValue,tempValueStrAndroid:null},r=Math.max(...e.map(e=>jj[e.type]??1)),i=o.getInitialReferenceValue({referenceDate:h,value:S,utils:t,props:u,granularity:r,timezone:w});return(0,Tw.Z)({},n,{referenceValue:i})}),[D,P]=(0,fb.Z)({controlled:m,default:null,name:"useField",state:"selectedSections"}),R=e=>{P(e),v?.(e)},_=B.useMemo(()=>j4(D,I.sections),[D,I.sections]),O="all"===_?0:_,E=({value:e,referenceValue:n,sections:i})=>{if(A(t=>(0,Tw.Z)({},t,{sections:i,value:e,referenceValue:n,tempValueStrAndroid:null})),o.areValuesEqual(t,I.value,e))return;let a={validationError:l({adapter:r,value:e,timezone:w,props:u})};C(e,a)},L=(e,t)=>{let n=[...I.sections];return n[e]=(0,Tw.Z)({},n[e],{value:t,modified:!0}),n};return B.useEffect(()=>{let e=T(I.value);j2(e,s),A(t=>(0,Tw.Z)({},t,{sections:e}))},[f,t.locale,i]),B.useEffect(()=>{o.areValuesEqual(t,I.value,S)&&o.getTimezone(t,I.value)===o.getTimezone(t,S)||A(e=>(0,Tw.Z)({},e,{value:S,referenceValue:a.updateReferenceValue(t,S,e.referenceValue),sections:T(S)}))},[S]),{state:I,activeSectionIndex:O,parsedSelectedSections:_,setSelectedSections:R,clearValue:()=>{E({value:o.emptyValue,referenceValue:I.referenceValue,sections:T(o.emptyValue)})},clearActiveSection:()=>{if(null==O)return;let e=I.sections[O],n=a.getActiveDateManager(t,I,e),r=n.getSections(I.sections).filter(e=>""!==e.value).length===+(""!==e.value),i=L(O,""),o=r?null:t.getInvalidDate(),s=n.getNewValuesFromNewActiveDate(o);E((0,Tw.Z)({},s,{sections:i}))},updateSectionValue:({activeSection:e,newSectionValue:n,shouldGoToNextSection:r})=>{let i,o;r&&O<I.sections.length-1&&R(O+1);let s=a.getActiveDateManager(t,I,e),l=L(O,n),u=s.getSections(l),c=((e,t,n)=>{let r=t.some(e=>"day"===e.type),i=[],o=[];for(let e=0;e<t.length;e+=1){let a=t[e];r&&"weekDay"===a.type||(i.push(a.format),o.push(jQ(a,"non-input",n)))}let a=i.join(" "),s=o.join(" ");return e.parse(s,a)})(t,u,k);if(null!=c&&t.isValid(c)){let e=j3(t,c,u,s.referenceDate,!0);i=s.getNewValuesFromNewActiveDate(e),o=!0}else i=s.getNewValuesFromNewActiveDate(c),o=(null!=c&&!t.isValid(c))!=(null!=s.date&&!t.isValid(s.date));return o?E((0,Tw.Z)({},i,{sections:l})):A(e=>(0,Tw.Z)({},e,i,{sections:l,tempValueStrAndroid:null}))},updateValueFromValueStr:e=>{let r=a.parseValueStr(e,I.referenceValue,(e,r)=>{let o=t.parse(e,f);if(null==o||!t.isValid(o))return null;let a=HW({utils:t,localeText:n,localizedDigits:k,format:f,date:o,formatDensity:g,shouldRespectLeadingZeros:y,enableAccessibleFieldDOMStructure:b,isRtl:i});return j3(t,o,a,r,!1)}),o=a.updateReferenceValue(t,r,I.referenceValue);E({value:r,referenceValue:o,sections:T(r,I.sections)})},setTempAndroidValueStr:e=>A(t=>(0,Tw.Z)({},t,{tempValueStrAndroid:e})),getSectionsFromValue:T,sectionsValueBoundaries:M,localizedDigits:k,timezone:w}})(e),{state:v,activeSectionIndex:y,parsedSelectedSections:x,setSelectedSections:b,clearValue:w,clearActiveSection:S,updateSectionValue:C,setTempAndroidValueStr:k,sectionsValueBoundaries:M,localizedDigits:T,timezone:I}=m,A=(({sections:e,updateSectionValue:t,sectionsValueBoundaries:n,localizedDigits:r,setTempAndroidValueStr:i,timezone:o})=>{let a=z0(),[s,l]=B.useState(null),u=(0,eB.Z)(()=>l(null));B.useEffect(()=>{null!=s&&e[s.sectionIndex]?.type!==s.sectionType&&u()},[e,s,u]),B.useEffect(()=>{if(null!=s){let e=setTimeout(()=>u(),5e3);return()=>{clearTimeout(e)}}return()=>{}},[s,u]);let c=({keyPressed:t,sectionIndex:n},r,i)=>{let o=t.toLowerCase(),a=e[n];if(null!=s&&(!i||i(s.value))&&s.sectionIndex===n){let e=`${s.value}${o}`,t=r(e,a);if(null==t.saveQuery)return l({sectionIndex:n,value:e,sectionType:a.type}),t}let c=r(o,a);return null==c.saveQuery||c.saveQuery?(l({sectionIndex:n,value:o,sectionType:a.type}),null!=c.saveQuery?null:c):(u(),null)};return{applyCharacterEditing:(0,eB.Z)(s=>{let l=e[s.sectionIndex],u=jY(s.keyPressed,r)?(e=>{let t=(e,t)=>{let i=jq(e,r),o=Number(i),s=n[t.type]({currentDate:null,format:t.format,contentType:t.contentType});if(o>s.maximum)return{saveQuery:!1};if(o<s.minimum)return{saveQuery:!0};let l=10*o>s.maximum||i.length===s.maximum.toString().length;return{sectionValue:jK(a,o,s,r,t),shouldGoToNextSection:l}};return c(e,(e,n)=>{if("digit"===n.contentType||"digit-with-letter"===n.contentType)return t(e,n);if("month"===n.type){let r=j1(a,"digit","month","MM"),i=t(e,{type:n.type,format:"MM",hasLeadingZerosInFormat:r,hasLeadingZerosInInput:!0,contentType:"digit",maxLength:2});if(null!=i.saveQuery)return i;let o=jJ(a,i.sectionValue,"MM",n.format);return(0,Tw.Z)({},i,{sectionValue:o})}if("weekDay"===n.type){let r=t(e,n);if(null!=r.saveQuery)return r;let i=j$(a,n.format)[Number(r.sectionValue)-1];return(0,Tw.Z)({},r,{sectionValue:i})}return{saveQuery:!1}},e=>jY(e,r))})((0,Tw.Z)({},s,{keyPressed:jU(s.keyPressed,r)})):(e=>{let t=(e,t,n)=>{let r=t.filter(e=>e.toLowerCase().startsWith(n));return 0===r.length?{saveQuery:!1}:{sectionValue:r[0],shouldGoToNextSection:1===r.length}},n=(e,n,r,i)=>{let s=e=>jW(a,o,n.type,e);if("letter"===n.contentType)return t(n.format,s(n.format),e);if(r&&null!=i&&"letter"===jH(a,r).contentType){let n=s(r),o=t(r,n,e);return null!=o.saveQuery?{saveQuery:!1}:(0,Tw.Z)({},o,{sectionValue:i(o.sectionValue,n)})}return{saveQuery:!1}};return c(e,(e,t)=>{switch(t.type){case"month":return n(e,t,a.formats.month,e=>jJ(a,e,a.formats.month,t.format));case"weekDay":return n(e,t,a.formats.weekday,(e,t)=>t.indexOf(e).toString());case"meridiem":return n(e,t);default:return{saveQuery:!1}}})})(s);if(null==u)return void i(null);t({activeSection:l,newSectionValue:u.sectionValue,shouldGoToNextSection:u.shouldGoToNextSection})}),resetCharacterQuery:u}})({sections:v.sections,updateSectionValue:C,sectionsValueBoundaries:M,localizedDigits:T,setTempAndroidValueStr:k,timezone:I}),{resetCharacterQuery:D}=A,P=p.areValuesEqual(t,v.value,p.emptyValue),R=o?HG:HU,_=B.useMemo(()=>((e,t)=>{let n={};if(!t)return e.forEach((t,r)=>{let i=r===e.length-1?null:r+1;n[r]={leftIndex:0===r?null:r-1,rightIndex:i}}),{neighbors:n,startIndex:0,endIndex:e.length-1};let r={},i={},o=0,a=0,s=e.length-1;for(;s>=0;){-1===(a=e.findIndex((e,t)=>t>=o&&e.endSeparator?.includes(" ")&&" / "!==e.endSeparator))&&(a=e.length-1);for(let e=a;e>=o;e-=1)i[e]=s,r[s]=e,s-=1;o=a+1}return e.forEach((t,o)=>{let a=i[o],s=0===a?null:r[a-1],l=a===e.length-1?null:r[a+1];n[o]={leftIndex:s,rightIndex:l}}),{neighbors:n,startIndex:r[0],endIndex:r[e.length-1]}})(v.sections,g&&!o),[v.sections,g,o]),{returnedValue:O,interactions:E}=R((0,Tw.Z)({},e,m,A,{areAllSectionsEmpty:P,sectionOrder:_})),L=(0,eB.Z)(e=>{if(l?.(e),!a)switch(!0){case(e.ctrlKey||e.metaKey)&&"A"===String.fromCharCode(e.keyCode)&&!e.shiftKey&&!e.altKey:e.preventDefault(),b("all");break;case"ArrowRight"===e.key:if(e.preventDefault(),null==x)b(_.startIndex);else if("all"===x)b(_.endIndex);else{let e=_.neighbors[x].rightIndex;null!==e&&b(e)}break;case"ArrowLeft"===e.key:if(e.preventDefault(),null==x)b(_.endIndex);else if("all"===x)b(_.startIndex);else{let e=_.neighbors[x].leftIndex;null!==e&&b(e)}break;case"Delete"===e.key:if(e.preventDefault(),s)break;null==x||"all"===x?w():S(),D();break;case["ArrowUp","ArrowDown","Home","End","PageUp","PageDown"].includes(e.key):{if(e.preventDefault(),s||null==y)break;"all"===x&&b(y);let n=v.sections[y],r=h.getActiveDateManager(t,v,n),o=((e,t,n,r,i,o,a,s)=>{let l=(e=>{switch(e){case"ArrowUp":return 1;case"ArrowDown":return -1;case"PageUp":return 5;case"PageDown":return -5;default:return 0}})(r),u="Home"===r,c="End"===r,d=""===n.value||u||c;if("digit"===n.contentType||"digit-with-letter"===n.contentType){let r=i[n.type]({currentDate:a,format:n.format,contentType:n.contentType}),h=t=>jK(e,t,r,o,n),p="minutes"===n.type&&s?.minutesStep?s.minutesStep:1,f=parseInt(jq(n.value,o),10)+l*p;if(d){if("year"===n.type&&!c&&!u)return e.formatByString(e.date(void 0,t),n.format);f=l>0||u?r.minimum:r.maximum}return h((f%p!=0&&((l<0||u)&&(f+=p-(p+f)%p),(l>0||c)&&(f-=f%p)),f>r.maximum)?r.minimum+(f-r.maximum-1)%(r.maximum-r.minimum+1):f<r.minimum?r.maximum-(r.minimum-f-1)%(r.maximum-r.minimum+1):f)}let h=jW(e,t,n.type,n.format);if(0===h.length)return n.value;if(d)return l>0||u?h[0]:h[h.length-1];let p=((h.indexOf(n.value)+l)%h.length+h.length)%h.length;return h[p]})(t,I,n,e.key,M,T,r.date,{minutesStep:i});C({activeSection:n,newSectionValue:o,shouldGoToNextSection:!1})}}});(0,eN.Z)(()=>{E.syncSelectionToDOM()});let{hasValidationError:Z}=Hy({props:n,validator:f,timezone:I,value:v.value,onError:n.onError}),N=B.useMemo(()=>void 0!==u?u:Z,[Z,u]);B.useEffect(()=>{N||null!=y||D()},[v.referenceValue,y,N]),B.useEffect(()=>{null!=v.tempValueStrAndroid&&null!=y&&(D(),S())},[v.sections]),B.useImperativeHandle(r,()=>({getSections:()=>v.sections,getActiveSectionIndex:E.getActiveSectionIndexFromDOM,setSelectedSections:E.setSelectedSections,focusField:E.focusField,isFieldFocused:E.isFieldFocused}));let z={onKeyDown:L,onClear:(0,eB.Z)((e,...t)=>{e.preventDefault(),d?.(e,...t),w(),E.isFieldFocused()?b(_.startIndex):E.focusField(0)}),error:N,clearable:!!(c&&!P&&!s&&!a)};return(0,Tw.Z)({},e.forwardedProps,z,{disabled:a,readOnly:s},O)})({forwardedProps:r,internalProps:i,valueManager:j8,fieldValueManager:j9,validator:HV,valueType:"date-time"})})(u)),d=(e=>{let t=FD(),{clearable:n,onClear:r,InputProps:i,sx:o,slots:a,slotProps:s}=e,l=(0,tQ.Z)(e,H5),u=a?.clearButton??eR,c=tN({elementType:u,externalSlotProps:s?.clearButton,ownerState:{},className:"clearButton",additionalProps:{title:t.fieldClearLabel}}),d=(0,tQ.Z)(c,H3),h=a?.clearIcon??FA,p=tN({elementType:h,externalSlotProps:s?.clearIcon,ownerState:{}});return(0,Tw.Z)({},l,{InputProps:(0,Tw.Z)({},i,{endAdornment:(0,Z.jsxs)(B.Fragment,{children:[n&&(0,Z.jsx)(H2,{position:"end",sx:{marginRight:i?.endAdornment?-1:-1.5},children:(0,Z.jsx)(u,(0,Tw.Z)({},d,{onClick:r,children:(0,Z.jsx)(h,(0,Tw.Z)({fontSize:"small"},p))}))}),i?.endAdornment]})}),sx:[{"& .clearButton":{opacity:1},"@media (pointer: fine)":{"& .clearButton":{opacity:0},"&:hover, &:focus-within":{".clearButton":{opacity:1}}}},...Array.isArray(o)?o:[o]]})})((0,Tw.Z)({},c,{slots:r,slotProps:i}));return(0,Z.jsx)(l,(0,Tw.Z)({},d))});var $U=n(9435);function $Y(e,t,n){return(0,oP.L)(n?.in||e,+(0,oA.Q)(e)+t)}var $X=n(9489);function $K(e,t){let n=(0,oA.Q)(e,t?.in);return n.setHours(23,59,59,999),n}function $Q(e,t){let n=(0,oA.Q)(e,t?.in),r=n.getFullYear();return n.setFullYear(r+1,0,0),n.setHours(23,59,59,999),n}function $J(e,t){let n=(0,oA.Q)(e,t?.in),r=n.getFullYear(),i=n.getMonth(),o=(0,oP.L)(n,0);return o.setFullYear(r,i+1,0),o.setHours(0,0,0,0),o.getDate()}function $0(e,t){return+(0,oA.Q)(e)>+(0,oA.Q)(t)}function $1(e,t){return+(0,oA.Q)(e)<+(0,oA.Q)(t)}function $2(e,t){let n=(0,oA.Q)(e,t?.in);return n.setMinutes(0,0,0),n}class $5{subPriority=0;validate(e,t){return!0}}class $3 extends $5{constructor(e,t,n,r,i){super(),this.value=e,this.validateValue=t,this.setValue=n,this.priority=r,i&&(this.subPriority=i)}validate(e,t){return this.validateValue(e,this.value,t)}set(e,t,n){return this.setValue(e,t,this.value,n)}}class $4 extends $5{priority=10;subPriority=-1;constructor(e,t){super(),this.context=e||(e=>(0,oP.L)(t,e))}set(e,t){return t.timestampIsSet?e:(0,oP.L)(e,function(e,t){var n;let r="function"==typeof(n=t)&&n.prototype?.constructor===n?new t(0):(0,oP.L)(t,0);return r.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),r.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),r}(e,this.context))}}class $6{run(e,t,n,r){let i=this.parse(e,t,n,r);return i?{setter:new $3(i.value,this.validate,this.set,this.priority,this.subPriority),rest:i.rest}:null}validate(e,t,n){return!0}}let $8=/^(1[0-2]|0?\d)/,$9=/^(3[0-1]|[0-2]?\d)/,$7=/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,We=/^(5[0-3]|[0-4]?\d)/,Wt=/^(2[0-3]|[0-1]?\d)/,Wn=/^(2[0-4]|[0-1]?\d)/,Wr=/^(1[0-1]|0?\d)/,Wi=/^(1[0-2]|0?\d)/,Wo=/^[0-5]?\d/,Wa=/^[0-5]?\d/,Ws=/^\d/,Wl=/^\d{1,2}/,Wu=/^\d{1,3}/,Wc=/^\d{1,4}/,Wd=/^-?\d+/,Wh=/^-?\d/,Wp=/^-?\d{1,2}/,Wf=/^-?\d{1,3}/,Wg=/^-?\d{1,4}/,Wm=/^([+-])(\d{2})(\d{2})?|Z/,Wv=/^([+-])(\d{2})(\d{2})|Z/,Wy=/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,Wx=/^([+-])(\d{2}):(\d{2})|Z/,Wb=/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/;function Ww(e,t){return e?{value:t(e.value),rest:e.rest}:e}function WS(e,t){let n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function WC(e,t){let n=t.match(e);if(!n)return null;if("Z"===n[0])return{value:0,rest:t.slice(1)};let r="+"===n[1]?1:-1,i=n[2]?parseInt(n[2],10):0,o=n[3]?parseInt(n[3],10):0,a=n[5]?parseInt(n[5],10):0;return{value:r*(i*o_.vh+o*o_.yJ+a*o_.qk),rest:t.slice(n[0].length)}}function Wk(e,t){switch(e){case 1:return WS(Ws,t);case 2:return WS(Wl,t);case 3:return WS(Wu,t);case 4:return WS(Wc,t);default:return WS(RegExp("^\\d{1,"+e+"}"),t)}}function WM(e,t){switch(e){case 1:return WS(Wh,t);case 2:return WS(Wp,t);case 3:return WS(Wf,t);case 4:return WS(Wg,t);default:return WS(RegExp("^-?\\d{1,"+e+"}"),t)}}function WT(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;default:return 0}}function WI(e,t){let n,r=t>0,i=r?t:1-t;if(i<=50)n=e||100;else{let t=i+50;n=e+100*Math.trunc(t/100)-100*(e>=t%100)}return r?n:1-n}function WA(e){return e%400==0||e%4==0&&e%100!=0}let WD=[31,28,31,30,31,30,31,31,30,31,30,31],WP=[31,29,31,30,31,30,31,31,30,31,30,31];function WR(e,t,n){let r=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??og.weekStartsOn??og.locale?.options?.weekStartsOn??0,i=(0,oA.Q)(e,n?.in),o=i.getDay(),a=7-r,s=t<0||t>6?t-(o+a)%7:((t%7+7)%7+a)%7-(o+a)%7;return(0,$U.E)(i,s,n)}let W_={G:new class extends $6{priority=140;parse(e,t,n){switch(t){case"G":case"GG":case"GGG":return n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"});case"GGGGG":return n.era(e,{width:"narrow"});default:return n.era(e,{width:"wide"})||n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"})}}set(e,t,n){return t.era=n,e.setFullYear(n,0,1),e.setHours(0,0,0,0),e}incompatibleTokens=["R","u","t","T"]},y:new class extends $6{priority=130;incompatibleTokens=["Y","R","u","w","I","i","e","c","t","T"];parse(e,t,n){let r=e=>({year:e,isTwoDigitYear:"yy"===t});switch(t){case"y":return Ww(Wk(4,e),r);case"yo":return Ww(n.ordinalNumber(e,{unit:"year"}),r);default:return Ww(Wk(t.length,e),r)}}validate(e,t){return t.isTwoDigitYear||t.year>0}set(e,t,n){let r=e.getFullYear();if(n.isTwoDigitYear){let t=WI(n.year,r);return e.setFullYear(t,0,1),e.setHours(0,0,0,0),e}let i="era"in t&&1!==t.era?1-n.year:n.year;return e.setFullYear(i,0,1),e.setHours(0,0,0,0),e}},Y:new class extends $6{priority=130;parse(e,t,n){let r=e=>({year:e,isTwoDigitYear:"YY"===t});switch(t){case"Y":return Ww(Wk(4,e),r);case"Yo":return Ww(n.ordinalNumber(e,{unit:"year"}),r);default:return Ww(Wk(t.length,e),r)}}validate(e,t){return t.isTwoDigitYear||t.year>0}set(e,t,n,r){let i=oz(e,r);if(n.isTwoDigitYear){let t=WI(n.year,i);return e.setFullYear(t,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),oL(e,r)}let o="era"in t&&1!==t.era?1-n.year:n.year;return e.setFullYear(o,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),oL(e,r)}incompatibleTokens=["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:new class extends $6{priority=130;parse(e,t){return"R"===t?WM(4,e):WM(t.length,e)}set(e,t,n){let r=(0,oP.L)(e,0);return r.setFullYear(n,0,4),r.setHours(0,0,0,0),oZ(r)}incompatibleTokens=["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:new class extends $6{priority=130;parse(e,t){return"u"===t?WM(4,e):WM(t.length,e)}set(e,t,n){return e.setFullYear(n,0,1),e.setHours(0,0,0,0),e}incompatibleTokens=["G","y","Y","R","w","I","i","e","c","t","T"]},Q:new class extends $6{priority=120;parse(e,t,n){switch(t){case"Q":case"QQ":return Wk(t.length,e);case"Qo":return n.ordinalNumber(e,{unit:"quarter"});case"QQQ":return n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return n.quarter(e,{width:"narrow",context:"formatting"});default:return n.quarter(e,{width:"wide",context:"formatting"})||n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=1&&t<=4}set(e,t,n){return e.setMonth((n-1)*3,1),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:new class extends $6{priority=120;parse(e,t,n){switch(t){case"q":case"qq":return Wk(t.length,e);case"qo":return n.ordinalNumber(e,{unit:"quarter"});case"qqq":return n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return n.quarter(e,{width:"narrow",context:"standalone"});default:return n.quarter(e,{width:"wide",context:"standalone"})||n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"})}}validate(e,t){return t>=1&&t<=4}set(e,t,n){return e.setMonth((n-1)*3,1),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:new class extends $6{incompatibleTokens=["Y","R","q","Q","L","w","I","D","i","e","c","t","T"];priority=110;parse(e,t,n){let r=e=>e-1;switch(t){case"M":return Ww(WS($8,e),r);case"MM":return Ww(Wk(2,e),r);case"Mo":return Ww(n.ordinalNumber(e,{unit:"month"}),r);case"MMM":return n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return n.month(e,{width:"narrow",context:"formatting"});default:return n.month(e,{width:"wide",context:"formatting"})||n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.setMonth(n,1),e.setHours(0,0,0,0),e}},L:new class extends $6{priority=110;parse(e,t,n){let r=e=>e-1;switch(t){case"L":return Ww(WS($8,e),r);case"LL":return Ww(Wk(2,e),r);case"Lo":return Ww(n.ordinalNumber(e,{unit:"month"}),r);case"LLL":return n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return n.month(e,{width:"narrow",context:"standalone"});default:return n.month(e,{width:"wide",context:"standalone"})||n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"})}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.setMonth(n,1),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:new class extends $6{priority=100;parse(e,t,n){switch(t){case"w":return WS(We,e);case"wo":return n.ordinalNumber(e,{unit:"week"});default:return Wk(t.length,e)}}validate(e,t){return t>=1&&t<=53}set(e,t,n,r){return oL(function(e,t,n){let r=(0,oA.Q)(e,n?.in),i=oF(r,n)-t;return r.setDate(r.getDate()-7*i),(0,oA.Q)(r,n?.in)}(e,n,r),r)}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:new class extends $6{priority=100;parse(e,t,n){switch(t){case"I":return WS(We,e);case"Io":return n.ordinalNumber(e,{unit:"week"});default:return Wk(t.length,e)}}validate(e,t){return t>=1&&t<=53}set(e,t,n){return oZ(function(e,t,n){let r=(0,oA.Q)(e,void 0),i=oN(r,void 0)-t;return r.setDate(r.getDate()-7*i),r}(e,n))}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:new class extends $6{priority=90;subPriority=1;parse(e,t,n){switch(t){case"d":return WS($9,e);case"do":return n.ordinalNumber(e,{unit:"date"});default:return Wk(t.length,e)}}validate(e,t){let n=WA(e.getFullYear()),r=e.getMonth();return n?t>=1&&t<=WP[r]:t>=1&&t<=WD[r]}set(e,t,n){return e.setDate(n),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:new class extends $6{priority=90;subpriority=1;parse(e,t,n){switch(t){case"D":case"DD":return WS($7,e);case"Do":return n.ordinalNumber(e,{unit:"date"});default:return Wk(t.length,e)}}validate(e,t){return WA(e.getFullYear())?t>=1&&t<=366:t>=1&&t<=365}set(e,t,n){return e.setMonth(0,n),e.setHours(0,0,0,0),e}incompatibleTokens=["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:new class extends $6{priority=90;parse(e,t,n){switch(t){case"E":case"EE":case"EEE":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return n.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=0&&t<=6}set(e,t,n,r){return(e=WR(e,n,r)).setHours(0,0,0,0),e}incompatibleTokens=["D","i","e","c","t","T"]},e:new class extends $6{priority=90;parse(e,t,n,r){let i=e=>{let t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"e":case"ee":return Ww(Wk(t.length,e),i);case"eo":return Ww(n.ordinalNumber(e,{unit:"day"}),i);case"eee":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"eeeee":return n.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}}validate(e,t){return t>=0&&t<=6}set(e,t,n,r){return(e=WR(e,n,r)).setHours(0,0,0,0),e}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:new class extends $6{priority=90;parse(e,t,n,r){let i=e=>{let t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"c":case"cc":return Ww(Wk(t.length,e),i);case"co":return Ww(n.ordinalNumber(e,{unit:"day"}),i);case"ccc":return n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});case"ccccc":return n.day(e,{width:"narrow",context:"standalone"});case"cccccc":return n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});default:return n.day(e,{width:"wide",context:"standalone"})||n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"})}}validate(e,t){return t>=0&&t<=6}set(e,t,n,r){return(e=WR(e,n,r)).setHours(0,0,0,0),e}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:new class extends $6{priority=90;parse(e,t,n){let r=e=>0===e?7:e;switch(t){case"i":case"ii":return Wk(t.length,e);case"io":return n.ordinalNumber(e,{unit:"day"});case"iii":return Ww(n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"}),r);case"iiiii":return Ww(n.day(e,{width:"narrow",context:"formatting"}),r);case"iiiiii":return Ww(n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"}),r);default:return Ww(n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"}),r)}}validate(e,t){return t>=1&&t<=7}set(e,t,n){return(e=function(e,t,n){let r=(0,oA.Q)(e,void 0),i=function(e,t){let n=(0,oA.Q)(e,t?.in).getDay();return 0===n?7:n}(r,void 0);return(0,$U.E)(r,t-i,n)}(e,n)).setHours(0,0,0,0),e}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:new class extends $6{priority=80;parse(e,t,n){switch(t){case"a":case"aa":case"aaa":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return n.dayPeriod(e,{width:"narrow",context:"formatting"});default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,t,n){return e.setHours(WT(n),0,0,0),e}incompatibleTokens=["b","B","H","k","t","T"]},b:new class extends $6{priority=80;parse(e,t,n){switch(t){case"b":case"bb":case"bbb":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return n.dayPeriod(e,{width:"narrow",context:"formatting"});default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,t,n){return e.setHours(WT(n),0,0,0),e}incompatibleTokens=["a","B","H","k","t","T"]},B:new class extends $6{priority=80;parse(e,t,n){switch(t){case"B":case"BB":case"BBB":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return n.dayPeriod(e,{width:"narrow",context:"formatting"});default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,t,n){return e.setHours(WT(n),0,0,0),e}incompatibleTokens=["a","b","t","T"]},h:new class extends $6{priority=70;parse(e,t,n){switch(t){case"h":return WS(Wi,e);case"ho":return n.ordinalNumber(e,{unit:"hour"});default:return Wk(t.length,e)}}validate(e,t){return t>=1&&t<=12}set(e,t,n){let r=e.getHours()>=12;return r&&n<12?e.setHours(n+12,0,0,0):r||12!==n?e.setHours(n,0,0,0):e.setHours(0,0,0,0),e}incompatibleTokens=["H","K","k","t","T"]},H:new class extends $6{priority=70;parse(e,t,n){switch(t){case"H":return WS(Wt,e);case"Ho":return n.ordinalNumber(e,{unit:"hour"});default:return Wk(t.length,e)}}validate(e,t){return t>=0&&t<=23}set(e,t,n){return e.setHours(n,0,0,0),e}incompatibleTokens=["a","b","h","K","k","t","T"]},K:new class extends $6{priority=70;parse(e,t,n){switch(t){case"K":return WS(Wr,e);case"Ko":return n.ordinalNumber(e,{unit:"hour"});default:return Wk(t.length,e)}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.getHours()>=12&&n<12?e.setHours(n+12,0,0,0):e.setHours(n,0,0,0),e}incompatibleTokens=["h","H","k","t","T"]},k:new class extends $6{priority=70;parse(e,t,n){switch(t){case"k":return WS(Wn,e);case"ko":return n.ordinalNumber(e,{unit:"hour"});default:return Wk(t.length,e)}}validate(e,t){return t>=1&&t<=24}set(e,t,n){return e.setHours(n<=24?n%24:n,0,0,0),e}incompatibleTokens=["a","b","h","H","K","t","T"]},m:new class extends $6{priority=60;parse(e,t,n){switch(t){case"m":return WS(Wo,e);case"mo":return n.ordinalNumber(e,{unit:"minute"});default:return Wk(t.length,e)}}validate(e,t){return t>=0&&t<=59}set(e,t,n){return e.setMinutes(n,0,0),e}incompatibleTokens=["t","T"]},s:new class extends $6{priority=50;parse(e,t,n){switch(t){case"s":return WS(Wa,e);case"so":return n.ordinalNumber(e,{unit:"second"});default:return Wk(t.length,e)}}validate(e,t){return t>=0&&t<=59}set(e,t,n){return e.setSeconds(n,0),e}incompatibleTokens=["t","T"]},S:new class extends $6{priority=30;parse(e,t){return Ww(Wk(t.length,e),e=>Math.trunc(e*Math.pow(10,-t.length+3)))}set(e,t,n){return e.setMilliseconds(n),e}incompatibleTokens=["t","T"]},X:new class extends $6{priority=10;parse(e,t){switch(t){case"X":return WC(Wm,e);case"XX":return WC(Wv,e);case"XXXX":return WC(Wy,e);case"XXXXX":return WC(Wb,e);default:return WC(Wx,e)}}set(e,t,n){return t.timestampIsSet?e:(0,oP.L)(e,e.getTime()-oD(e)-n)}incompatibleTokens=["t","T","x"]},x:new class extends $6{priority=10;parse(e,t){switch(t){case"x":return WC(Wm,e);case"xx":return WC(Wv,e);case"xxxx":return WC(Wy,e);case"xxxxx":return WC(Wb,e);default:return WC(Wx,e)}}set(e,t,n){return t.timestampIsSet?e:(0,oP.L)(e,e.getTime()-oD(e)-n)}incompatibleTokens=["t","T","X"]},t:new class extends $6{priority=40;parse(e){return WS(Wd,e)}set(e,t,n){return[(0,oP.L)(e,1e3*n),{timestampIsSet:!0}]}incompatibleTokens="*"},T:new class extends $6{priority=20;parse(e){return WS(Wd,e)}set(e,t,n){return[(0,oP.L)(e,n),{timestampIsSet:!0}]}incompatibleTokens="*"}},WO=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,WE=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,WL=/^'([^]*?)'?$/,WZ=/''/g,WB=/\S/,WN=/[a-zA-Z]/,Wz={y:{sectionType:"year",contentType:"digit",maxLength:4},yy:"year",yyy:{sectionType:"year",contentType:"digit",maxLength:4},yyyy:"year",M:{sectionType:"month",contentType:"digit",maxLength:2},MM:"month",MMMM:{sectionType:"month",contentType:"letter"},MMM:{sectionType:"month",contentType:"letter"},L:{sectionType:"month",contentType:"digit",maxLength:2},LL:"month",LLL:{sectionType:"month",contentType:"letter"},LLLL:{sectionType:"month",contentType:"letter"},d:{sectionType:"day",contentType:"digit",maxLength:2},dd:"day",do:{sectionType:"day",contentType:"digit-with-letter"},E:{sectionType:"weekDay",contentType:"letter"},EE:{sectionType:"weekDay",contentType:"letter"},EEE:{sectionType:"weekDay",contentType:"letter"},EEEE:{sectionType:"weekDay",contentType:"letter"},EEEEE:{sectionType:"weekDay",contentType:"letter"},i:{sectionType:"weekDay",contentType:"digit",maxLength:1},ii:"weekDay",iii:{sectionType:"weekDay",contentType:"letter"},iiii:{sectionType:"weekDay",contentType:"letter"},e:{sectionType:"weekDay",contentType:"digit",maxLength:1},ee:"weekDay",eee:{sectionType:"weekDay",contentType:"letter"},eeee:{sectionType:"weekDay",contentType:"letter"},eeeee:{sectionType:"weekDay",contentType:"letter"},eeeeee:{sectionType:"weekDay",contentType:"letter"},c:{sectionType:"weekDay",contentType:"digit",maxLength:1},cc:"weekDay",ccc:{sectionType:"weekDay",contentType:"letter"},cccc:{sectionType:"weekDay",contentType:"letter"},ccccc:{sectionType:"weekDay",contentType:"letter"},cccccc:{sectionType:"weekDay",contentType:"letter"},a:"meridiem",aa:"meridiem",aaa:"meridiem",H:{sectionType:"hours",contentType:"digit",maxLength:2},HH:"hours",h:{sectionType:"hours",contentType:"digit",maxLength:2},hh:"hours",m:{sectionType:"minutes",contentType:"digit",maxLength:2},mm:"minutes",s:{sectionType:"seconds",contentType:"digit",maxLength:2},ss:"seconds"},WF={year:"yyyy",month:"LLLL",monthShort:"MMM",dayOfMonth:"d",dayOfMonthFull:"do",weekday:"EEEE",weekdayShort:"EEEEEE",hours24h:"HH",hours12h:"hh",meridiem:"aa",minutes:"mm",seconds:"ss",fullDate:"PP",keyboardDate:"P",shortDate:"MMM d",normalDate:"d MMMM",normalDateWithWeekday:"EEE, MMM d",fullTime:"p",fullTime12h:"hh:mm aa",fullTime24h:"HH:mm",keyboardDateTime:"P p",keyboardDateTime12h:"P hh:mm aa",keyboardDateTime24h:"P HH:mm"};class Wj{constructor(e){this.isMUIAdapter=!0,this.isTimezoneCompatible=!1,this.lib=void 0,this.locale=void 0,this.formats=void 0,this.formatTokenMap=Wz,this.escapedCharacters={start:"'",end:"'"},this.longFormatters=void 0,this.date=e=>void 0===e?new Date:null===e?null:new Date(e),this.getInvalidDate=()=>new Date("Invalid Date"),this.getTimezone=()=>"default",this.setTimezone=e=>e,this.toJsDate=e=>e,this.getCurrentLocaleCode=()=>this.locale.code,this.is12HourCycleInCurrentLocale=()=>/a/.test(this.locale.formatLong.time({width:"short"})),this.expandFormat=e=>e.match(/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g).map(e=>{let t=e[0];return"p"===t||"P"===t?(0,this.longFormatters[t])(e,this.locale.formatLong):e}).join(""),this.formatNumber=e=>e,this.getDayOfWeek=e=>e.getDay()+1;let{locale:t,formats:n,longFormatters:r,lib:i}=e;this.locale=t,this.formats=(0,Tw.Z)({},WF,n),this.longFormatters=r,this.lib=i||"date-fns"}}class WV extends Wj{constructor({locale:e,formats:t}={}){super({locale:e??of,formats:t,longFormatters:oY}),this.parse=(e,t)=>""===e?null:function(e,t,n,r){let i=()=>(0,oP.L)(r?.in||n,NaN),o=o8(),a=r?.locale??o.locale??of,s=r?.firstWeekContainsDate??r?.locale?.options?.firstWeekContainsDate??o.firstWeekContainsDate??o.locale?.options?.firstWeekContainsDate??1,l=r?.weekStartsOn??r?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0;if(!t)return e?i():(0,oA.Q)(n,r?.in);let u={firstWeekContainsDate:s,weekStartsOn:l,locale:a},c=[new $4(r?.in,n)],d=t.match(WE).map(e=>{let t=e[0];return t in oY?(0,oY[t])(e,a.formatLong):e}).join("").match(WO),h=[];for(let n of d){var p,f;!r?.useAdditionalWeekYearTokens&&(p=n,oK.test(p))&&oJ(n,t,e),!r?.useAdditionalDayOfYearTokens&&(f=n,oX.test(f))&&oJ(n,t,e);let o=n[0],s=W_[o];if(s){let{incompatibleTokens:t}=s;if(Array.isArray(t)){let e=h.find(e=>t.includes(e.token)||e.token===o);if(e)throw RangeError(`The format string mustn't contain \`${e.fullToken}\` and \`${n}\` at the same time`)}else if("*"===s.incompatibleTokens&&h.length>0)throw RangeError(`The format string mustn't contain \`${n}\` and any other token at the same time`);h.push({token:o,fullToken:n});let r=s.run(e,n,a.match,u);if(!r)return i();c.push(r.setter),e=r.rest}else{if(o.match(WN))throw RangeError("Format string contains an unescaped latin alphabet character `"+o+"`");if("''"===n?n="'":"'"===o&&(n=n.match(WL)[1].replace(WZ,"'")),0!==e.indexOf(n))return i();e=e.slice(n.length)}}if(e.length>0&&WB.test(e))return i();let g=c.map(e=>e.priority).sort((e,t)=>t-e).filter((e,t,n)=>n.indexOf(e)===t).map(e=>c.filter(t=>t.priority===e).sort((e,t)=>t.subPriority-e.subPriority)).map(e=>e[0]),m=(0,oA.Q)(n,r?.in);if(isNaN(+m))return i();let v={};for(let e of g){if(!e.validate(m,u))return i();let t=e.set(m,v,u);Array.isArray(t)?(m=t[0],Object.assign(v,t[1])):m=t}return m}(e,t,new Date,{locale:this.locale}),this.isValid=e=>null!=e&&o0(e),this.format=(e,t)=>this.formatByString(e,this.formats[t]),this.formatByString=(e,t)=>o6(e,t,{locale:this.locale}),this.isEqual=(e,t)=>null===e&&null===t||null!==e&&null!==t&&+(0,oA.Q)(e)==+(0,oA.Q)(t),this.isSameYear=(e,t)=>(function(e,t,n){let[r,i]=oR(void 0,e,t);return r.getFullYear()===i.getFullYear()})(e,t),this.isSameMonth=(e,t)=>(function(e,t,n){let[r,i]=oR(void 0,e,t);return r.getFullYear()===i.getFullYear()&&r.getMonth()===i.getMonth()})(e,t),this.isSameDay=(e,t)=>(function(e,t,n){let[r,i]=oR(void 0,e,t);return+oO(r)==+oO(i)})(e,t),this.isSameHour=(e,t)=>(function(e,t,n){let[r,i]=oR(void 0,e,t);return+$2(r)==+$2(i)})(e,t),this.isAfter=(e,t)=>$0(e,t),this.isAfterYear=(e,t)=>$0(e,$Q(t)),this.isAfterDay=(e,t)=>$0(e,$K(t)),this.isBefore=(e,t)=>$1(e,t),this.isBeforeYear=(e,t)=>$1(e,this.startOfYear(t)),this.isBeforeDay=(e,t)=>$1(e,this.startOfDay(t)),this.isWithinRange=(e,[t,n])=>(function(e,t,n){let r=+(0,oA.Q)(e,void 0),[i,o]=[+(0,oA.Q)(t.start,void 0),+(0,oA.Q)(t.end,n?.in)].sort((e,t)=>e-t);return r>=i&&r<=o})(e,{start:t,end:n}),this.startOfYear=e=>oE(e),this.startOfMonth=e=>(function(e,t){let n=(0,oA.Q)(e,void 0);return n.setDate(1),n.setHours(0,0,0,0),n})(e),this.startOfWeek=e=>oL(e,{locale:this.locale}),this.startOfDay=e=>oO(e),this.endOfYear=e=>$Q(e),this.endOfMonth=e=>(function(e,t){let n=(0,oA.Q)(e,void 0),r=n.getMonth();return n.setFullYear(n.getFullYear(),r+1,0),n.setHours(23,59,59,999),n})(e),this.endOfWeek=e=>(function(e,t){let n=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??og.weekStartsOn??og.locale?.options?.weekStartsOn??0,r=(0,oA.Q)(e,t?.in),i=r.getDay();return r.setDate(r.getDate()+((i<n?-7:0)+6-(i-n))),r.setHours(23,59,59,999),r})(e,{locale:this.locale}),this.endOfDay=e=>$K(e),this.addYears=(e,t)=>(0,$X.z)(e,12*t,void 0),this.addMonths=(e,t)=>(0,$X.z)(e,t),this.addWeeks=(e,t)=>(0,$U.E)(e,7*t,void 0),this.addDays=(e,t)=>(0,$U.E)(e,t),this.addHours=(e,t)=>$Y(e,t*o_.vh,void 0),this.addMinutes=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0);return r.setTime(r.getTime()+t*o_.yJ),r})(e,t),this.addSeconds=(e,t)=>$Y(e,1e3*t,void 0),this.getYear=e=>(0,oA.Q)(e,void 0).getFullYear(),this.getMonth=e=>(0,oA.Q)(e,void 0).getMonth(),this.getDate=e=>(0,oA.Q)(e,void 0).getDate(),this.getHours=e=>(0,oA.Q)(e,void 0).getHours(),this.getMinutes=e=>(0,oA.Q)(e,void 0).getMinutes(),this.getSeconds=e=>(0,oA.Q)(e).getSeconds(),this.getMilliseconds=e=>(0,oA.Q)(e).getMilliseconds(),this.setYear=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0);return isNaN(+r)?(0,oP.L)(e,NaN):(r.setFullYear(t),r)})(e,t),this.setMonth=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0),i=r.getFullYear(),o=r.getDate(),a=(0,oP.L)(e,0);a.setFullYear(i,t,15),a.setHours(0,0,0,0);let s=$J(a);return r.setMonth(t,Math.min(o,s)),r})(e,t),this.setDate=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0);return r.setDate(t),r})(e,t),this.setHours=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0);return r.setHours(t),r})(e,t),this.setMinutes=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0);return r.setMinutes(t),r})(e,t),this.setSeconds=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0);return r.setSeconds(t),r})(e,t),this.setMilliseconds=(e,t)=>(function(e,t,n){let r=(0,oA.Q)(e,void 0);return r.setMilliseconds(t),r})(e,t),this.getDaysInMonth=e=>$J(e),this.getWeekArray=e=>{let t=this.startOfWeek(this.startOfMonth(e)),n=this.endOfWeek(this.endOfMonth(e)),r=0,i=t,o=[];for(;this.isBefore(i,n);){let e=Math.floor(r/7);o[e]=o[e]||[],o[e].push(i),i=this.addDays(i,1),r+=1}return o},this.getWeekNumber=e=>oF(e,{locale:this.locale}),this.getYearRange=([e,t])=>{let n=this.startOfYear(e),r=this.endOfYear(t),i=[],o=n;for(;this.isBefore(o,r);)i.push(o),o=this.addYears(o,1);return i}}}let WH="yyyy-MM-dd HH:mm:ss";function W$(e,t){return e?(0,or.isRelativeTimeRange)(e)?e.pastDuration:function(e,t,n){let r=aV(e.start,t,n),i=aV(e.end,t,n);return`${r} - ${i}`}(e,WH,t):"Custom Time Range"}let WW=({initialTimeRange:e,onChange:t,onCancel:n})=>{let{formatWithUserTimeZone:r}=aU(),[i,o]=(0,B.useState)(e),[a,s]=(0,B.useState)({start:r(e.start,WH),end:r(e.end,WH)}),[l,u]=(0,B.useState)(!0),c=(e,t)=>{let n="string"==typeof e,i=n?e:r(e,WH);s(e=>({...e,[t]:i})),n||o(n=>({...n,[t]:e}))},d=e=>{c(e,"start")},h=e=>{c(e,"end")},p=()=>{var e,t;let n={start:new Date(a.start),end:new Date(a.end)};if(e=n.start,t=n.end,o0(e)&&o0(t)?!!$1(e,t)||(console.error("End Time is before Start Time"),!1):(console.error("Invalid Date"),!1))return o(n),n};return(0,Z.jsx)(zY,{dateAdapter:WV,children:(0,Z.jsxs)(eT.Z,{spacing:2,sx:e=>({padding:e.spacing(1,0,2)}),children:[l&&(0,Z.jsxs)(a6,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,Z.jsx)(ct.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select Start Time"}),(0,Z.jsx)(HH,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.start,onChange:e=>{null!==e&&d(e)},onAccept:()=>{u(!1)}})]}),!l&&(0,Z.jsxs)(a6,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,Z.jsx)(ct.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select End Time"}),(0,Z.jsx)(HH,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.end,minDateTime:i.start,onChange:e=>{null!==e&&h(e)},onAccept:e=>{null!==e&&(u(!0),h(e))}})]}),(0,Z.jsxs)(eT.Z,{direction:"row",alignItems:"center",gap:1,pl:1,pr:1,children:[(0,Z.jsx)(Tf.ErrorBoundary,{FallbackComponent:Tp,children:(0,Z.jsx)($q,{label:"Start Time",value:new Date(a.start),onChange:e=>{e&&d(e)},onBlur:()=>p(),format:WH})}),(0,Z.jsx)(Tf.ErrorBoundary,{FallbackComponent:Tp,children:(0,Z.jsx)($q,{label:"End Time",value:new Date(a.end),onChange:e=>{e&&h(e)},onBlur:()=>p(),format:WH})})]}),(0,Z.jsxs)(eT.Z,{direction:"row",sx:{padding:e=>e.spacing(0,1)},gap:1,children:[(0,Z.jsx)(ek,{variant:"contained",onClick:()=>(()=>{let e=p();e&&t(e)})(),fullWidth:!0,children:"Apply"}),(0,Z.jsx)(ek,{variant:"outlined",onClick:()=>n(),fullWidth:!0,children:"Cancel"})]})]})})};function WG({value:e,timeOptions:t,onChange:n,height:r,showCustomTimeRange:i=!0}){let{timeZone:o}=aU(),a=(0,B.useRef)(),[s,l]=(0,B.useState)(!1),u=(0,B.useMemo)(()=>(0,or.isRelativeTimeRange)(e)?(0,or.toAbsoluteTimeRange)(e):e,[e]),c=(0,B.useMemo)(()=>{var t;return{value:t=(0,or.isRelativeTimeRange)(e)?void 0:e,display:W$(t,o)}},[e,o]),[d,h]=(0,B.useState)(!1);return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(n$,{anchorEl:a.current,anchorOrigin:{vertical:"bottom",horizontal:"center"},open:s,onClose:()=>l(!1),sx:e=>({padding:e.spacing(2)}),children:(0,Z.jsx)(WW,{initialTimeRange:u,onChange:e=>{n(e),l(!1),h(!1)},onCancel:()=>l(!1)})}),(0,Z.jsx)(a6,{ref:a,children:(0,Z.jsxs)(rc,{open:d,value:W$(e,o),onClick:()=>h(!d),IconComponent:zH.default,inputProps:{"aria-label":`Select time range. Currently set to ${e}`},sx:{".MuiSelect-icon":{marginTop:"1px",transform:"none"},".MuiSelect-select.MuiSelect-outlined.MuiInputBase-input":{paddingRight:"36px"},".MuiSelect-select":r?{lineHeight:r,paddingY:0}:{}},children:[t.map((e,t)=>(0,Z.jsx)(c7,{value:W$(e.value,o),onClick:()=>{n(e.value)},children:e.display},t)),i&&(0,Z.jsx)(c7,{value:W$(c.value,o),onClick:()=>l(!0),children:c.display})]})})]})}function Wq(e){let{markerColor:t,sx:n}=e;return(0,Z.jsx)(a6,{sx:oT({display:"inline-block",width:"11px",height:"11px",borderRadius:"2px",marginRight:1,verticalAlign:"top"},n),style:{backgroundColor:t}})}function WU(e){let{formattedY:t,markerColor:n,metricName:r,metricLabels:i}=e;return(0,Z.jsxs)(eT.Z,{spacing:.5,children:[(0,Z.jsxs)(a6,{sx:e=>({display:"flex",height:"16px",flexDirection:"row",alignItems:"center",justifyContent:"left",color:e.palette.common.white,fontSize:"11px"}),children:[(0,Z.jsx)(Wq,{markerColor:n,sx:{marginTop:.25}}),(0,Z.jsxs)(a6,{component:"span",children:[r,(0,Z.jsx)(a6,{component:"span",sx:e=>({color:e.palette.common.white,fontWeight:700,paddingLeft:"2px"}),children:t})]})]}),(0,Z.jsx)(Tx,{sx:e=>({borderColor:e.palette.grey["500"]})}),(0,Z.jsx)(a6,{sx:e=>({color:e.palette.common.white}),children:i.map(e=>{if(e){let[t,n]=e.split("="),r=void 0!==n?`${t}: `:t,i=void 0!==n?n.replace(/(^"|"$)/g,""):n;return(0,Z.jsxs)(a6,{sx:{display:"flex",gap:"4px"},children:[(0,Z.jsx)(ct.Z,{sx:{fontSize:"11px"},children:r}),(0,Z.jsx)(ct.Z,{sx:e=>({color:e.palette.common.white,fontWeight:700,fontSize:"11px"}),children:i})]},e)}})})]})}let WY=375,WX=650,WK=650,WQ=500,WJ=.75,W0=8,W1=750,W2="nearby series showing in tooltip",W5="emphasized series showing as bold in tooltip",W3="#2E313E",W4=new Intl.DateTimeFormat(void 0,{year:"numeric",month:"short",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0}),W6={coords:{plotCanvas:{x:0,y:0},zrender:{x:0,y:0},target:null},chartWidth:0},W8=[],W9=()=>{let[e,t]=(0,B.useState)(null);return(0,B.useEffect)(()=>{let e=e=>t({page:{x:e.pageX,y:e.pageY},client:{x:e.clientX,y:e.clientY},plotCanvas:{x:e.zrX??e.offsetX,y:e.zrY??e.offsetY},target:e.target});return window.addEventListener("mousemove",e),()=>{window.removeEventListener("mousemove",e)}},[]),e},W7={wrapLabels:!0,enablePinning:!0},Ge="Click chart to pin",Gt="Click chart to unpin";function Gn(e){let{seriesName:t,formattedY:n,markerColor:r,totalSeries:i,emphasizeText:o=!1,wrapLabels:a=!0}=e,s=t.split("{"),l=(s[1]??t).replace(/[{}]/g,"").split(",");if(1===i&&l.length>1){let e=s[0]?`${s[0]}:`:"value:";return(0,Z.jsx)(WU,{formattedY:n,metricName:e,metricLabels:l,markerColor:r})}let u=t.replace(/[,]/g,", ");return(0,Z.jsxs)(a6,{sx:{display:"table-row",paddingTop:.5},children:[(0,Z.jsxs)(a6,{sx:{display:"table-cell",maxWidth:"520px"},children:[(0,Z.jsx)(Wq,{markerColor:r,sx:{marginTop:.5}}),(0,Z.jsx)(a6,{component:"span",sx:e=>({display:"inline-block",width:"calc(100% - 20px)",minWidth:150,maxWidth:WQ,overflow:"hidden",color:e.palette.common.white,fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular,textOverflow:"ellipsis",whiteSpace:a?"normal":"nowrap"}),"aria-label":o?W5:W2,children:u})]}),(0,Z.jsx)(a6,{sx:e=>({display:"table-cell",paddingLeft:1.5,textAlign:"right",verticalAlign:"top",fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular}),children:n})]})}function Gr(e,t,n){return e[t]?e[t][0]?e[t][0][n]:e[t][n]:"contentBoxSize"===t?e.contentRect["inlineSize"===n?"width":"height"]:void 0}function Gi(e,t,n,r,i){if(null===e||(null!==t&&(e=t),void 0===e.plotCanvas.x))return;let o=e.page.x+32,a=e.page.y+16;if(i){let e=i.getBoundingClientRect();o=o-e.left+i.scrollLeft,a=a-e.top+i.scrollTop;let t=e.top+i.scrollHeight;a+n>t&&(a=Math.max(t-n-16,W0/2))}else a+n>window.innerHeight+window.scrollY&&(a=Math.max(window.innerHeight+window.scrollY-n-16,W0/2));return o+r>window.innerWidth&&(o=e.page.x-r-32),o<32&&(o=32),a<W0/2&&(a=W0/2),`translate3d(${o}px, ${a}px, 0)`}function Go(e,t,n){return{minWidth:WY,maxWidth:WX,maxHeight:(n?n-W0:void 0)??WK,padding:0,position:"absolute",top:0,left:0,backgroundColor:e.palette.designSystem?.grey[800]??W3,borderRadius:"6px",color:"#fff",fontSize:"11px",visibility:"visible",opacity:1,transition:"all 0.1s ease-out",zIndex:null!==t?"auto":e.zIndex.tooltip,overflow:"hidden","&:hover":{overflowY:"auto"}}}let Ga=5.5,Gs=30,Gl=5;function Gu(e,t,n,r,i,o){let a=[],s=n[0]??null,l=n[1]??null;if(null===s||null===l||void 0===i.dispatchAction||!Array.isArray(e))return a;let u=[],c=[],d=[],h=[],p=[],f=e.length,g=new Map,m=ok(e[0]?.values,s);if(null===m)return W8;for(let n=0;n<f;n++){let s=t[n];if(!s)break;let v=f>0?e[n]:null;if(!v)break;let y=v.values;if(void 0===y||!Array.isArray(y))break;let x=s.name?s.name.toString():"",b=s.color??"#000";if(Array.isArray(e))for(let e=0;e<y.length;e++){let t=y[e];if(void 0===t||!Array.isArray(t))break;let s=t[0],v=t[1];if(null!=v&&m===s&&l<=v+r&&l>=v-r){let t=Gp({valueToCheck:l,baseValue:v,percentage:Math.max(f>Gl?2:5,100/f)});if(t){c.push(n);let t=g.get(v)??0;g.set(v,t+1),t>0&&p.push({seriesIndex:n,dataIndex:e,seriesName:x,yValue:v}),h.push({seriesIndex:n,dataIndex:e,seriesName:x,yValue:v})}else d.push(n),i.dispatchAction({type:"downplay",seriesIndex:n});let r=(0,or.formatValue)(v,o);a.push({seriesIdx:n,datumIdx:e,seriesName:x,date:m,x:s,y:v,formattedY:r,markerColor:b.toString(),isClosestToCursor:t}),u.push(n)}}}return oS(i,u,c,d,h,p),a}function Gc(e,t,n,r,i){let o=[],a=t[0]??null,s=t[1]??null;if(null===a||null===s)return o;let l=[],u=[],c=[],d=e.timeSeries.length;if(Array.isArray(e.xAxis)&&Array.isArray(e.timeSeries))for(let t=0;t<d;t++){let h=e.timeSeries[t];if(void 0===h||o.length>=oo)break;let p=h.name?h.name.toString():"",f=h.color??"#000";if(Array.isArray(h.data))for(let g=0;g<h.data.length;g++){let m=e.xAxis[g]??0,v=h.data[g];if(null!=v&&a===g&&"-"!==v&&s<=v+n&&s>=v-n){let e=Gp({valueToCheck:s,baseValue:v,percentage:Math.max(d>Gl?2:5,100/d)});e?u.push(t):(c.push(t),r?.dispatchAction!==void 0&&r.dispatchAction({type:"downplay",seriesIndex:t}));let n=m>0x174876e7ff?m:1e3*m,a=(0,or.formatValue)(v,i);o.push({seriesIdx:t,datumIdx:g,seriesName:p,date:n,x:m,y:v,formattedY:a,markerColor:f.toString(),isClosestToCursor:e}),l.push(t)}}}return r?.dispatchAction!==void 0&&(r.dispatchAction({type:"downplay",seriesIndex:c}),u.length>0?r.dispatchAction({type:"highlight",seriesIndex:u,notBlur:!1,escapeConnect:!0}):r.dispatchAction({type:"highlight",seriesIndex:l,notBlur:!0,escapeConnect:!0})),o}function Gd({mousePos:e,pinnedPos:t,data:n,seriesMapping:r,chart:i,format:o,showAllSeries:a=!1}){if(void 0===i||null===e)return W8;let s=!1;if(null!==e.target){let t=e.target.parentElement;if(null!==t){let e=t.parentElement;null!==e&&i.getDom()===e&&(s=!0)}}if(null!==t&&(e=t,s=!0),!1===s||null===n||void 0===i._model||void 0===e.plotCanvas.x||void 0===e.plotCanvas.y)return W8;let l=ow(e.plotCanvas.x,e.plotCanvas.y,i);if(null!==l){let e=Gf({yInterval:i._model.getComponent("yAxis").axis.scale._interval,totalSeries:n.length,showAllSeries:a});return Gu(n,r,l,e,i,o)}return W8}function Gh({mousePos:e,pinnedPos:t,chartData:n,chart:r,format:i,showAllSeries:o=!1}){if(void 0===r||null===e)return[];let a=!1;if(null!==e.target){let t=e.target.parentElement;if(null!==t){let e=t.parentElement;null!==e&&r.getDom()===e&&(a=!0)}}if(null!==t&&(e=t,a=!0),!1===a||void 0===r._model)return[];let s=Gf({yInterval:r._model.getComponent("yAxis").axis.scale._interval,totalSeries:n.timeSeries.length,showAllSeries:o}),l=[e.plotCanvas.x??0,e.plotCanvas.y??0];if(r.containPixel("grid",l)){let e=r.convertFromPixel("grid",l);if(void 0!==e[0]&&void 0!==e[1])return Gc(n,e,s,r,i)}return[]}function Gp({valueToCheck:e,baseValue:t,percentage:n}){let r=n/100*t;return e>=t-r&&e<=t+r}function Gf({yInterval:e,totalSeries:t,showAllSeries:n=!1}){if(n)return 10*e;let r=.3*e;return t>Gl?Math.max(r,e*Gs/t):Math.max(r,e*Ga)}var Gg=n(7895),Gm=n(1889),Gv=n(5186);let Gy=(0,B.memo)(function({nearbySeries:e,totalSeries:t,isTooltipPinned:n,showAllSeries:r,enablePinning:i=!0,onShowAllClick:o,onUnpinClick:a}){let s=e[0]?.date??null;if(null===s)return null;let l=i&&t>5;return(0,Z.jsxs)(a6,{sx:e=>({width:"100%",maxWidth:WX,padding:e.spacing(1.5,2,.5,2),backgroundColor:e.palette.designSystem?.grey[800]??W3,position:"sticky",top:0,left:0}),children:[(0,Z.jsxs)(a6,{sx:{width:"100%",display:"flex",justifyContent:"start",alignItems:"center",paddingBottom:.5},children:[(e=>{let{formattedTime:t,formattedDate:n}=a$(e);return(0,Z.jsxs)(a6,{children:[(0,Z.jsx)(ct.Z,{variant:"caption",sx:e=>({color:e.palette.common.white}),children:n}),(0,Z.jsx)(ct.Z,{variant:"caption",children:(0,Z.jsx)("strong",{children:t})})]})})(s),(0,Z.jsxs)(eT.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},children:[l&&(0,Z.jsxs)(eT.Z,{direction:"row",gap:.5,alignItems:"center",sx:{textAlign:"right"},children:[(0,Z.jsx)(ct.Z,{sx:{fontSize:11},children:"Show All"}),(0,Z.jsx)(Gg.Z,{checked:r,size:"small",onChange:(e,t)=>{if(void 0!==o)return o(t)},sx:e=>({"& .MuiSwitch-switchBase":{color:e.palette.common.white},"& .MuiSwitch-track":{backgroundColor:e.palette.common.white}})})]}),i&&(0,Z.jsxs)(eT.Z,{direction:"row",alignItems:"center",children:[(0,Z.jsx)(ct.Z,{sx:{marginRight:.5,fontSize:11,verticalAlign:"middle"},children:n?Gt:Ge}),n?(0,Z.jsx)(Gm.default,{onClick:()=>{void 0!==a&&a()},sx:{fontSize:16,cursor:"pointer"}}):(0,Z.jsx)(Gv.default,{sx:{fontSize:16}})]})]})]}),(0,Z.jsx)(Tx,{sx:e=>({width:"100%",borderColor:e.palette.grey["500"]})})]})});function Gx(e){let{series:t,wrapLabels:n}=e,r=(0,B.useMemo)(()=>null===t?null:t.sort((e,t)=>e.y>t.y?-1:1),[t]);return null===t||null===r?null:(0,Z.jsx)(a6,{sx:e=>({display:"table",padding:e.spacing(.5,2)}),children:r.map(({datumIdx:e,seriesIdx:t,seriesName:i,y:o,formattedY:a,markerColor:s,isClosestToCursor:l})=>{if(null===e||null===t)return null;let u=t.toString()+e.toString();return(0,Z.jsx)(Gn,{seriesName:i,y:o,formattedY:a,markerColor:s,totalSeries:r.length,wrapLabels:n,emphasizeText:l},u)})})}let Gb=(0,B.memo)(function({containerId:e,chartRef:t,data:n,seriesMapping:r,enablePinning:i=!0,wrapLabels:o,format:a,onUnpinClick:s,pinnedPos:l}){var u,c,d,h,p,f,g,m,v,y,x,b,w,S,C,k,M;let[T,I]=(0,B.useState)(!1),A=(0,B.useRef)(),D=W9(),{height:P,width:R,ref:_}=(void 0===u&&(u={}),c=u.onResize,(d=(0,B.useRef)(void 0)).current=c,h=u.round||Math.round,p=(0,B.useRef)(),g=(f=(0,B.useState)({width:void 0,height:void 0}))[0],m=f[1],v=(0,B.useRef)(!1),(0,B.useEffect)(function(){return v.current=!1,function(){v.current=!0}},[]),y=(0,B.useRef)({width:void 0,height:void 0}),x=(0,B.useCallback)(function(e){return p.current&&p.current.box===u.box&&p.current.round===h||(p.current={box:u.box,round:h,instance:new ResizeObserver(function(e){var t=e[0],n="border-box"===u.box?"borderBoxSize":"device-pixel-content-box"===u.box?"devicePixelContentBoxSize":"contentBoxSize",r=Gr(t,n,"inlineSize"),i=Gr(t,n,"blockSize"),o=r?h(r):void 0,a=i?h(i):void 0;if(y.current.width!==o||y.current.height!==a){var s={width:o,height:a};y.current.width=o,y.current.height=a,d.current?d.current(s):v.current||m(s)}})}),p.current.instance.observe(e,{box:u.box}),function(){p.current&&p.current.instance.unobserve(e)}},[u.box,h]),b=u.ref,w=(0,B.useRef)(null),(S=(0,B.useRef)(null)).current=b,C=(0,B.useRef)(null),(0,B.useEffect)(function(){k()}),k=(0,B.useCallback)(function(){var e=C.current,t=S.current,n=e||(t?t instanceof Element?t:t.current:null);w.current&&w.current.element===n&&w.current.subscriber===x||(w.current&&w.current.cleanup&&w.current.cleanup(),w.current={element:n,subscriber:x,cleanup:n?x(n):void 0})},[x]),(0,B.useEffect)(function(){return function(){w.current&&w.current.cleanup&&(w.current.cleanup(),w.current=null)}},[]),M=(0,B.useCallback)(function(e){C.current=e,k()},[k]),(0,B.useMemo)(function(){return{ref:M,width:g.width,height:g.height}},[M,g.width,g.height])),O=null!==l&&i;if(null===D||null===D.target||null===n||null===l&&"CANVAS"!==D.target.tagName)return null;let E=t.current,L=e?document.querySelector(e):void 0,N=L?L.getBoundingClientRect().height:void 0;A.current=Gi(D,l,P??0,R??0,L);let z=Gd({mousePos:D,data:n,seriesMapping:r,pinnedPos:l,chart:E,format:a,showAllSeries:T});if(0===z.length)return null;let F=n.length;return(0,Z.jsx)(nh,{container:L,children:(0,Z.jsx)(a6,{ref:_,sx:e=>Go(e,l,N),style:{transform:A.current},children:(0,Z.jsxs)(eT.Z,{spacing:.5,children:[(0,Z.jsx)(Gy,{nearbySeries:z,totalSeries:F,enablePinning:i,isTooltipPinned:O,showAllSeries:T,onShowAllClick:e=>I(e),onUnpinClick:s}),(0,Z.jsx)(Gx,{series:z,wrapLabels:o})]})})})}),Gw=(0,$.ZP)(ek)(({theme:e})=>({padding:e.spacing(.5),minWidth:"auto"})),GS=(0,B.forwardRef)(function(e,t){return(0,Z.jsx)(Gw,{ref:t,variant:"outlined",color:"secondary",...e})}),GC=Object.entries(or.UNIT_CONFIG).map(([e,t])=>({...t,id:e,group:t.group||"Decimal"})).filter(e=>!e.disableSelectorOption),Gk=[{id:"default",label:"Default",decimalPlaces:void 0},{id:"0",label:"0",decimalPlaces:0},{id:"1",label:"1",decimalPlaces:1},{id:"2",label:"2",decimalPlaces:2},{id:"3",label:"3",decimalPlaces:3},{id:"4",label:"4",decimalPlaces:4}];function GM({value:e,onChange:t,disabled:n=!1}){var r;let i=(0,or.isUnitWithDecimalPlaces)(e),o=(0,or.isUnitWithShortValues)(e),a=or.UNIT_CONFIG[e?.unit||"decimal"];return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(fv,{label:"Short values",control:(0,Z.jsx)(Gg.Z,{checked:!!o&&(0,or.shouldShortenValues)(e.shortValues),onChange:(n,r)=>{o&&t({...e,shortValues:r})},disabled:!o})}),(0,Z.jsx)(fv,{label:"Unit",control:(0,Z.jsx)(fJ,{value:{id:e?.unit||"decimal",...a},options:GC,groupBy:e=>e.group??"Decimal",onChange:(e,n)=>{t({unit:n?.id||"decimal"})},disableClearable:!0,disabled:n})}),(0,Z.jsx)(fv,{label:"Decimals",control:(0,Z.jsx)(fJ,{value:(r=e.decimalPlaces,Gk.find(e=>e.decimalPlaces===r)),options:Gk,getOptionLabel:e=>e.label,onChange:(n,r)=>(({decimalPlaces:n})=>{i&&t({...e,decimalPlaces:n})})(r),disabled:!i,disableClearable:!0})})]})}function GT({name:e,height:t}){return(0,Z.jsx)(a6,{style:{maxWidth:t,top:`calc(${t}px / 2)`},sx:{display:"inline-block",position:"absolute",transform:"translateX(-50%) rotate(-90deg)",transformOrigin:"top",textAlign:"center",zIndex:1},children:(0,Z.jsx)(ct.Z,{variant:"body1","aria-label":"y axis label",sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:e})})}let GI=aW((0,a2.Z)({}),{echartsTheme:{textStyle:{fontFamily:"Lato"},categoryAxis:{splitLine:{show:!1}},timeAxis:{splitLine:{show:!1}},bar:{barCategoryGap:2}}}),GA={chartsTheme:GI,enablePinning:!1,enableSyncGrouping:!0,lastTooltipPinnedCoords:null,setLastTooltipPinnedCoords:()=>null},GD={defaultProps:{variant:"standard",severity:"success"},styleOverrides:{standardError:({theme:e})=>"dark"===e.palette.mode?{...e.typography.body1,backgroundColor:e.palette.error.dark,color:e.palette.error.light,[`& .${Tn.icon}`]:{color:e.palette.error.main}}:{...e.typography.body1,backgroundColor:e.palette.error.light,color:e.palette.error.dark,[`& .${Tn.icon}`]:{color:e.palette.error.main}},standardInfo:({theme:e})=>"dark"===e.palette.mode?{...e.typography.body1,backgroundColor:e.palette.info.dark,color:e.palette.info.light,[`& .${Tn.icon}`]:{color:e.palette.info.main}}:{...e.typography.body1,backgroundColor:e.palette.info.light,color:e.palette.info.dark,[`& .${Tn.icon}`]:{color:e.palette.info.main}},standardSuccess:({theme:e})=>"dark"===e.palette.mode?{...e.typography.body1,backgroundColor:e.palette.success.dark,color:e.palette.success.light,[`& .${Tn.icon}`]:{color:e.palette.success.main}}:{...e.typography.body1,backgroundColor:e.palette.success.light,color:e.palette.success.dark,[`& .${Tn.icon}`]:{color:e.palette.success.main}},standardWarning:({theme:e})=>"dark"===e.palette.mode?{...e.typography.body1,backgroundColor:e.palette.warning.dark,color:e.palette.warning.light,[`& .${Tn.icon}`]:{color:e.palette.warning.main}}:{...e.typography.body1,backgroundColor:e.palette.warning.light,color:e.palette.warning.dark,[`& .${Tn.icon}`]:{color:e.palette.warning.main}},root:{["& ."+(0,U.Z)("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"]).root]:{textDecoration:"underline"}}}},GP={50:"#F0F1F6",100:"#E1E3ED",150:"#D2D5E4",200:"#C3C7DB",300:"#A4ACC8",400:"#8690B6",500:"#717CA4",600:"#535D83",700:"#3E4662",800:"#2A2E42",850:"#1F2331",900:"#151721",950:"#0A0C10"},GR={50:"#E7F1FC",100:"#D0E3FA",150:"#B8D5F7",200:"#A1C7F5",300:"#72ABF0",400:"#438FEB",500:"#1473E6",600:"#105CB8",700:"#0C458A",800:"#082E5C",850:"#062345",900:"#04172E",950:"#020C17"},G_="#FFFFFF",GO=e=>"light"===e?{main:GR["500"],dark:GR["600"],light:GR["50"]}:{main:GR["400"],dark:GR["800"],light:GR["200"]},GE={50:"#EAF9F1",100:"#D5F2E3",150:"#C1ECD4",200:"#ACE5C6",300:"#82D9AA",400:"#59CC8D",500:"#2FBF71",600:"#26995A",700:"#1C7344",800:"#134C2D",850:"#0E3922",900:"#092617",950:"#05130B"},GL={50:"#FFF5E8",100:"#FFECD2",150:"#FFE2BB",200:"#FFD9A4",300:"#FFC577",400:"#FFB249",500:"#FF9F1C",600:"#CC7F16",700:"#995F11",800:"#66400B",850:"#4D3008",900:"#332006",950:"#1A1003"},GZ={50:"#EFE9FD",100:"#E0D2FC",150:"#D0BCFA",200:"#C1A6F8",300:"#A179F5",400:"#824DF1",500:"#6320EE",600:"#4F1ABE",700:"#3B138F",800:"#280D5F",850:"#1E0A47",900:"#140630",950:"#0A0318"},GB={50:"#FDEDED",100:"#FBDADA",150:"#F9C8C8",200:"#F7B5B5",300:"#F29191",400:"#EE6C6C",500:"#EA4747",600:"#BD3939",700:"#902B2B",800:"#621D1D",850:"#4C1616",900:"#350F0F",950:"#1F0808"},GN={fontFamily:'"Lato", sans-serif',fontWeightLight:300,fontWeightRegular:400,fontWeightMedium:700,fontWeightBold:900,h1:{fontSize:"1.5rem",fontWeight:700,lineHeight:"32px"},h2:{fontSize:"1.25rem",fontWeight:700,lineHeight:"28px"},h3:{fontSize:"1rem",fontWeight:700,lineHeight:"24px"},h4:{fontSize:"0.875rem",fontWeight:700,lineHeight:"22px"},h5:void 0,h6:void 0,body1:{fontSize:"0.875rem",fontWeight:400,lineHeight:"20px"},body2:{fontSize:"0.75rem",fontWeight:400,lineHeight:"18px"},subtitle1:{fontSize:"1rem",fontWeight:400,lineHeight:"24px",letterSpacing:"0.02rem"},subtitle2:{fontSize:"0.875rem",fontWeight:700,lineHeight:"22px",letterSpacing:"0.03rem",textTransform:"uppercase"},button:{fontSize:"0.875rem",fontWeight:700,lineHeight:"1.25rem",textTransform:"none",letterSpacing:"0.03rem"},caption:{fontSize:"0.6875rem",fontWeight:400,lineHeight:"16px"}},Gz=({theme:e})=>({..."light"===e.palette.mode?{}:{backgroundImage:"unset",backgroundColor:e.palette.designSystem.grey[800]}});function GF(e,t={}){var n;return(0,a2.Z)({palette:{mode:n=e,primary:GO(n),secondary:"light"===n?{main:GP["600"],dark:GP["900"],light:GP["100"]}:{main:G_,dark:G_,light:G_},grey:"light"===n?{50:GP["50"],100:GP["100"],200:GP["200"],300:GP["300"],400:GP["400"],500:GP["500"],600:GP["600"],700:GP["700"],800:GP["800"],900:GP["900"],950:GP["950"]}:{50:GP["950"],100:GP["900"],200:GP["800"],300:GP["700"],400:GP["600"],500:GP["500"],600:GP["400"],700:GP["300"],800:GP["200"],900:GP["100"],950:GP["50"]},background:(e=>{let t=GR["150"],n="rgba(21, 23, 33, 0.75)";return"light"===e?{navigation:t,overlay:n,default:G_,paper:GP["50"],code:GP["50"],tooltip:GP["100"],lighter:GP["50"],border:GP["100"]}:{navigation:t,overlay:n,default:GP["900"],paper:GP["850"],code:GP["800"],tooltip:GP["600"],lighter:GP["700"],border:GP["600"]}})(n),text:(e=>{let t=GP["800"],n=GP["300"];return"light"===e?{navigation:t,accent:n,primary:GP["800"],secondary:GP["700"],disabled:GP["300"],link:GR["500"],linkHover:GR["600"]}:{navigation:t,accent:n,primary:G_,secondary:GP["50"],disabled:GP["600"],link:GR["400"],linkHover:GR["500"]}})(n),error:"light"===n?{main:GB["500"],dark:GB["600"],light:GB["50"]}:{main:GB["400"],dark:GB["800"],light:GB["300"]},warning:"light"===n?{main:GL["500"],dark:GL["700"],light:GL["50"]}:{main:GL["400"],dark:GL["800"],light:GL["300"]},info:GO(n),success:"light"===n?{main:GE["500"],dark:GE["700"],light:GE["50"]}:{main:GE["400"],dark:GE["800"],light:GE["300"]},common:{white:G_,black:"#000000"},designSystem:{blue:GR,green:GE,grey:GP,orange:GL,purple:GZ,red:GB}},typography:GN,mixins:{},components:Gj,...t})}let Gj={MuiAlert:GD,MuiFormControl:{defaultProps:{size:"small"}},MuiPaper:{styleOverrides:{root:({theme:e})=>({backgroundColor:e.palette.background.default})}},MuiTextField:{defaultProps:{size:"small"}},MuiDrawer:{styleOverrides:{paper:Gz}},MuiDialog:{styleOverrides:{paper:Gz}},MuiPopover:{styleOverrides:{paper:Gz}}};var GV=n(4974),GH=n(2449),G$=n(8418),GW=n(7689);function GG({value:e,onChange:t}){return(0,Z.jsxs)(eT.Z,{direction:"row",children:[(0,Z.jsx)(fQ,{freeSolo:!0,multiple:!0,id:"join-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,Z.jsx)(rf,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,Z.jsx)(N_,{label:"Enabled",labelPlacement:"start",control:(0,Z.jsx)(Gg.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function Gq({value:e,onChange:t}){return(0,Z.jsxs)(eT.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,Z.jsx)(fQ,{freeSolo:!0,multiple:!0,id:"merge-columns-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,Z.jsx)(rf,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,Z.jsx)(hO,{id:"merge-columns-name",variant:"outlined",label:"Output Name",value:e.spec.name??"",sx:{width:"100%"},onChange:n=>{t({...e,spec:{...e.spec,name:n}})},required:!0}),(0,Z.jsx)(N_,{label:"Enabled",labelPlacement:"start",control:(0,Z.jsx)(Gg.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function GU({value:e,onChange:t}){return(0,Z.jsxs)(eT.Z,{direction:"row",children:[(0,Z.jsx)(hO,{id:"merge-indexed-columns",variant:"outlined",label:"Column",placeholder:"Example: 'value' for merging 'value #1', 'value #2' and 'value #...'",value:e.spec.column??"",sx:{width:"100%"},onChange:n=>{t({...e,spec:{...e.spec,column:n}})},required:!0}),(0,Z.jsx)(N_,{label:"Enabled",labelPlacement:"start",control:(0,Z.jsx)(Gg.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function GY({value:e,onChange:t}){return(0,Z.jsx)(eT.Z,{direction:"row",children:(0,Z.jsx)(N_,{label:"Enabled",labelPlacement:"start",control:(0,Z.jsx)(Gg.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})})}function GX({value:e,onChange:t,...n}){return(0,Z.jsxs)(eT.Z,{gap:2,sx:{width:"100%"},mt:1,...n,children:[(0,Z.jsxs)(hO,{select:!0,label:"Kind",value:e.kind,onChange:n=>t({...e,kind:n}),children:[(0,Z.jsx)(c7,{value:"JoinByColumnValue",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Join by column value"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Regroup rows with equal cell value in a column"})]})}),(0,Z.jsx)(c7,{value:"MergeColumns",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Merge columns"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Multiple columns are merged to one column"})]})}),(0,Z.jsx)(c7,{value:"MergeIndexedColumns",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Merge indexed columns"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Indexed columns are merged to one column"})]})}),(0,Z.jsx)(c7,{value:"MergeSeries",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Merge series"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Series will be merged by their labels"})]})})]}),"JoinByColumnValue"===e.kind&&(0,Z.jsx)(GG,{value:e,onChange:t}),"MergeColumns"===e.kind&&(0,Z.jsx)(Gq,{value:e,onChange:t}),"MergeIndexedColumns"===e.kind&&(0,Z.jsx)(GU,{value:e,onChange:t}),"MergeSeries"===e.kind&&(0,Z.jsx)(GY,{value:e,onChange:t})]})}function GK({index:e,value:t,isCollapsed:n,onChange:r,onCollapse:i,onDelete:o,...a}){return(0,Z.jsxs)(eT.Z,{...a,children:[(0,Z.jsxs)(eT.Z,{direction:"row",alignItems:"center",borderBottom:1,borderColor:e=>e.palette.divider,justifyContent:"space-between",gap:4,children:[(0,Z.jsxs)(eT.Z,{direction:"row",gap:1,children:[(0,Z.jsx)(eR,{"data-testid":`transform-toggle#${e}`,size:"small",onClick:()=>i(!n),children:n?(0,Z.jsx)(GV.default,{}):(0,Z.jsx)(GH.default,{})}),(0,Z.jsx)(ct.Z,{variant:"overline",component:"h4",sx:{textTransform:"none"},children:t.kind?(0,Z.jsx)("span",{children:(0,Z.jsx)("strong",{children:or.TRANSFORM_TEXT[t.kind]})}):(0,Z.jsx)("strong",{children:"Select a transformation kind"})})]}),(0,Z.jsxs)(eT.Z,{direction:"row",gap:1,children:[n&&(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(fp,{title:t.spec?.disabled?"Enable transformation":"Disable transformation",placement:"top",children:(0,Z.jsx)(eR,{size:"small",sx:{marginLeft:"auto"},onClick:function(){r({...t,spec:{...t.spec,disabled:!t.spec?.disabled}})},children:t.spec?.disabled?(0,Z.jsx)(G$.default,{}):(0,Z.jsx)(GW.default,{})})}),(0,Z.jsx)(Tx,{flexItem:!0,orientation:"vertical",variant:"middle"})]}),(0,Z.jsx)(fp,{title:"Remove transformation",placement:"top",children:(0,Z.jsx)(eR,{size:"small",sx:{marginLeft:"auto"},onClick:o,children:(0,Z.jsx)(zz.default,{})})})]})]}),!n&&(0,Z.jsx)(GX,{value:t,onChange:r})]})}function GQ({value:e,onChange:t,...n}){let[r,i]=(0,B.useState)(e.map(()=>!0));return(0,Z.jsxs)(eT.Z,{gap:1,...n,children:[e.map((n,o)=>(0,Z.jsx)(GK,{index:o,value:n,isCollapsed:r[o]??!0,onChange:n=>(function(n,r){let i=[...e];i[n]=r,t(i)})(o,n),onDelete:()=>(function(n){let r=[...e];r.splice(n,1),t(r),i(e=>(e.splice(n,1),[...e]))})(o),onCollapse:e=>{i(t=>(t[o]=e,[...t]))}},o)),(0,Z.jsx)(ek,{variant:"contained",startIcon:(0,Z.jsx)(zu.default,{}),sx:{marginTop:1},onClick:function(){let n=[...e];n.push({kind:"",spec:{}}),t(n),i(e=>(e.push(!1),[...e]))},children:"Add Transformation"})]})}function GJ(e){let{value:t,onChange:n,timeOptions:r,height:i}=e,o=(0,B.useMemo)(()=>{if(t&&!r.some(e=>e.value.pastDuration===t))return(0,Z.jsx)(c7,{value:t,children:t})},[r,t]);return(0,Z.jsx)(tT,{children:(0,Z.jsx)(a6,{children:(0,Z.jsxs)(rc,{id:"refreshInterval",value:t,onChange:e=>{n(e.target.value)},inputProps:{"aria-label":`Select refresh interval. Currently set to ${t}`},sx:{".MuiSelect-select":i?{lineHeight:i,paddingY:0}:{}},children:[r.map((e,t)=>(0,Z.jsx)(c7,{value:e.value.pastDuration,children:e.display},t)),o]})})})}var G0=n(1104),G1=n(4560),G2=n(6798);let G5=(e,t,n)=>{let r=e.keys[0];if(Array.isArray(t))t.forEach((t,r)=>{n((t,n)=>{r<=e.keys.length-1&&(0===r?Object.assign(t,n):t[e.up(e.keys[r])]=n)},t)});else if(t&&"object"==typeof t){let i,o;(Object.keys(t).length>e.keys.length?e.keys:(i=e.keys,o=Object.keys(t),i.filter(e=>o.includes(e)))).forEach(i=>{if(e.keys.includes(i)){let o=t[i];void 0!==o&&n((t,n)=>{r===i?Object.assign(t,n):t[e.up(i)]=n},o)}})}else("number"==typeof t||"string"==typeof t)&&n((e,t)=>{Object.assign(e,t)},t)};function G3(e){return`--Grid-${e}Spacing`}function G4(e){return`--Grid-parent-${e}Spacing`}let G6="--Grid-columns",G8="--Grid-parent-columns",G9=({theme:e,ownerState:t})=>{let n={};return G5(e.breakpoints,t.size,(e,t)=>{let r={};"grow"===t&&(r={flexBasis:0,flexGrow:1,maxWidth:"100%"}),"auto"===t&&(r={flexBasis:"auto",flexGrow:0,flexShrink:0,maxWidth:"none",width:"auto"}),"number"==typeof t&&(r={flexGrow:0,flexBasis:"auto",width:`calc(100% * ${t} / var(${G8}) - (var(${G8}) - ${t}) * (var(${G4("column")}) / var(${G8})))`}),e(n,r)}),n},G7=({theme:e,ownerState:t})=>{let n={};return G5(e.breakpoints,t.offset,(e,t)=>{let r={};"auto"===t&&(r={marginLeft:"auto"}),"number"==typeof t&&(r={marginLeft:0===t?"0px":`calc(100% * ${t} / var(${G8}) + var(${G4("column")}) * ${t} / var(${G8}))`}),e(n,r)}),n},qe=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={[G6]:12};return G5(e.breakpoints,t.columns,(e,t)=>{let r=t??12;e(n,{[G6]:r,"> *":{[G8]:r}})}),n},qt=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return G5(e.breakpoints,t.rowSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[G3("row")]:i,"> *":{[G4("row")]:i}})}),n},qn=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return G5(e.breakpoints,t.columnSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[G3("column")]:i,"> *":{[G4("column")]:i}})}),n},qr=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return G5(e.breakpoints,t.direction,(e,t)=>{e(n,{flexDirection:t})}),n},qi=({ownerState:e})=>({minWidth:0,boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",...e.wrap&&"wrap"!==e.wrap&&{flexWrap:e.wrap},gap:`var(${G3("row")}) var(${G3("column")})`}}),qo=(0,G2.Z)(),qa=(0,G1.Z)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>t.root});function qs(e){return(0,z$.Z)({props:e,name:"MuiGrid",defaultTheme:qo})}let ql=function(e={}){let{createStyledComponent:t=qa,useThemeProps:n=qs,useTheme:r=a0.Z,componentName:i="MuiGrid"}=e;function o(e,t,n=()=>!0){let r={};return null===e||(Array.isArray(e)?e.forEach((e,i)=>{null!==e&&n(e)&&t.keys[i]&&(r[t.keys[i]]=e)}):"object"==typeof e?Object.keys(e).forEach(t=>{let i=e[t];null!=i&&n(i)&&(r[t]=i)}):r[t.keys[0]]=e),r}let a=t(qe,qn,qt,G9,qr,qi,G7),s=B.forwardRef(function(e,t){let s=r(),l=n(e),u=(0,aJ.Z)(l);var c=s.breakpoints;let d=[];void 0!==u.item&&(delete u.item,d.push("item")),void 0!==u.zeroMinWidth&&(delete u.zeroMinWidth,d.push("zeroMinWidth")),c.keys.forEach(e=>{void 0!==u[e]&&(d.push(e),delete u[e])});let{className:h,children:p,columns:f=12,container:g=!1,component:m="div",direction:v="row",wrap:y="wrap",size:x={},offset:b={},spacing:w=0,rowSpacing:S=w,columnSpacing:C=w,unstable_level:k=0,...M}=u,T=o(x,s.breakpoints,e=>!1!==e),I=o(b,s.breakpoints),A=e.columns??(k?void 0:f),D=e.spacing??(k?void 0:w),P=e.rowSpacing??e.spacing??(k?void 0:S),R=e.columnSpacing??e.spacing??(k?void 0:C),_={...u,level:k,columns:A,container:g,direction:v,wrap:y,spacing:D,rowSpacing:P,columnSpacing:R,size:T,offset:I},O=((e,t)=>{let{container:n,direction:r,spacing:o,wrap:a,size:s}=e,l={root:["root",n&&"container","wrap"!==a&&`wrap-xs-${String(a)}`,...void 0===r?[]:"object"==typeof r?Object.entries(r).map(([e,t])=>`direction-${e}-${t}`):[`direction-xs-${String(r)}`],...(e=>{let t=[];return Object.entries(e).forEach(([e,n])=>{!1!==n&&void 0!==n&&t.push(`grid-${e}-${String(n)}`)}),t})(s),...n?((e,t="xs")=>{function n(e){return void 0!==e&&("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e&&e>0)}if(n(e))return[`spacing-${t}-${String(e)}`];if("object"==typeof e&&!Array.isArray(e)){let t=[];return Object.entries(e).forEach(([e,r])=>{n(r)&&t.push(`spacing-${e}-${String(r)}`)}),t}return[]})(o,t.breakpoints.keys[0]):[]]};return(0,F.Z)(l,e=>(0,Y.ZP)(i,e),{})})(_,s);return(0,Z.jsx)(a,{ref:t,as:m,ownerState:_,className:(0,z.Z)(O.root,h),...M,children:B.Children.map(p,e=>B.isValidElement(e)&&(0,G0.Z)(e,["Grid"])&&g&&e.props.container?B.cloneElement(e,{unstable_level:e.props?.unstable_level??k+1}):e)})});return s.muiName="Grid",s}({createStyledComponent:(0,$.ZP)("div",{name:"MuiGrid2",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.container&&t.container]}}),componentName:"MuiGrid2",useThemeProps:e=>(0,q.i)({props:e,name:"MuiGrid2"}),useTheme:nt.Z}),qu=({mapping:e,onChange:t,...n})=>{switch(e.kind){case"Value":return(0,Z.jsx)(eT.Z,{gap:1,direction:"row",...n,children:(0,Z.jsx)(rf,{label:"Value",placeholder:"Exact value",value:e.spec?.value??"",onChange:n=>t({...e,spec:{...e.spec,value:n.target.value}}),fullWidth:!0})});case"Range":return(0,Z.jsxs)(eT.Z,{gap:1,direction:"row",...n,children:[(0,Z.jsx)(rf,{label:"From",placeholder:"Start of range",value:e.spec?.from??"",onChange:n=>t({...e,spec:{...e.spec,from:""===n.target.value?void 0:+n.target.value}}),fullWidth:!0}),(0,Z.jsx)(rf,{label:"To",placeholder:"End of range (inclusive)",value:e.spec?.to??"",onChange:n=>t({...e,spec:{...e.spec,to:""===n.target.value?void 0:+n.target.value}}),fullWidth:!0})]});case"Regex":return(0,Z.jsx)(eT.Z,{gap:1,direction:"row",...n,children:(0,Z.jsx)(rf,{label:"Regular Expression",placeholder:"JavaScript regular expression",value:e.spec?.pattern??"",onChange:n=>t({...e,spec:{...e.spec,pattern:n.target.value}}),fullWidth:!0})});case"Misc":return(0,Z.jsx)(eT.Z,{gap:1,direction:"row",...n,children:(0,Z.jsxs)(rf,{select:!0,label:"Value",value:e.spec?.value??"",onChange:n=>t({...e,spec:{value:n.target.value}}),SelectProps:{renderValue:e=>{switch(e){case"empty":return"Empty";case"null":return"Null";case"NaN":return"NaN";case"true":return"True";case"false":return"False";default:return String(e)}}},fullWidth:!0,children:[(0,Z.jsx)(c7,{value:"empty",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Empty"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches empty string"})]})}),(0,Z.jsx)(c7,{value:"null",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Null"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches null or undefined"})]})}),(0,Z.jsx)(c7,{value:"NaN",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"NaN"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches Not a Number value"})]})}),(0,Z.jsx)(c7,{value:"true",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"True"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches true boolean"})]})}),(0,Z.jsx)(c7,{value:"false",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"False"}),(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches false boolean"})]})})]})});default:return null}},qc=({mapping:e,onChange:t,onDelete:n,...r})=>{let i=n=>{t({...e,spec:{...e.spec,result:{...e.spec.result,color:n}}})};return(0,Z.jsxs)(ql,{container:!0,spacing:2,...r,children:[(0,Z.jsx)(ql,{size:{xs:5},children:(0,Z.jsxs)(eT.Z,{direction:"row",gap:1,width:"100%",children:[(0,Z.jsxs)(rf,{select:!0,label:"Type",value:e.kind,onChange:n=>t({...e,kind:n.target.value}),required:!0,sx:{width:"120px"},children:[(0,Z.jsx)(c7,{value:"Value",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Value"}),"Value"!==e.kind&&(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches an exact text value"})]})}),(0,Z.jsx)(c7,{value:"Range",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Range"}),"Range"!==e.kind&&(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches against a numerical range"})]})}),(0,Z.jsx)(c7,{value:"Regex",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Regex"}),"Regex"!==e.kind&&(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches against a regular expression"})]})}),(0,Z.jsx)(c7,{value:"Misc",children:(0,Z.jsxs)(eT.Z,{children:[(0,Z.jsx)(ct.Z,{children:"Misc"}),"Misc"!==e.kind&&(0,Z.jsx)(ct.Z,{variant:"caption",children:"Matches against empty, null and NaN values"})]})})]}),(0,Z.jsx)(qu,{width:"100%",mapping:e,onChange:n=>t({...e,...n})})]})}),(0,Z.jsx)(ql,{size:{xs:4},children:(0,Z.jsx)(rf,{label:"Display text",value:e.spec?.result?.value??"",onChange:n=>t({...e,spec:{...e.spec,result:{...e.spec?.result,value:n.target.value}}}),fullWidth:!0})}),(0,Z.jsx)(ql,{size:{xs:1},children:(0,Z.jsx)(eT.Z,{direction:"row",justifyContent:"center",gap:1,children:e.spec?.result?.color?(0,Z.jsx)(aY,{label:"Color",color:e.spec.result.color??"#000",onColorChange:i,onClear:()=>i(void 0)}):(0,Z.jsx)(eR,{onClick:()=>i("#000"),children:(0,Z.jsx)(zu.default,{})})})}),(0,Z.jsx)(ql,{size:{xs:1},textAlign:"end",children:(0,Z.jsx)(fp,{title:"Remove mapping settings",placement:"top",children:(0,Z.jsx)(eR,{size:"small",sx:{marginLeft:"auto"},onClick:n,children:(0,Z.jsx)(zz.default,{})})})})]})},qd=({mappings:e,onChange:t})=>{let[n,r]=(0,B.useState)(e);return(0,Z.jsxs)(eT.Z,{spacing:1,children:[(0,Z.jsxs)(ql,{container:!0,spacing:2,children:[(0,Z.jsx)(ql,{size:{xs:5},children:(0,Z.jsx)(ct.Z,{variant:"subtitle1",children:"Condition"})}),(0,Z.jsx)(ql,{size:{xs:4},children:(0,Z.jsx)(ct.Z,{variant:"subtitle1",children:"Display Text"})}),(0,Z.jsx)(ql,{size:{xs:1},textAlign:"center",children:(0,Z.jsx)(ct.Z,{variant:"subtitle1",children:"Color"})}),(0,Z.jsx)(ql,{size:{xs:1}})]}),(0,Z.jsx)(eT.Z,{gap:1.5,divider:(0,Z.jsx)(Tx,{flexItem:!0,orientation:"horizontal"}),children:n.map((e,i)=>(0,Z.jsx)(qc,{mapping:e,onChange:e=>(function(e,i){let o=[...n];o[e]=i,r(o),t(o)})(i,e),onDelete:()=>(function(e){let i=[...n];i.splice(e,1),r(i),t(i)})(i)},i))}),(0,Z.jsx)(ek,{variant:"contained",startIcon:(0,Z.jsx)(zu.default,{}),sx:{marginTop:1},onClick:function(){let e=[...n];e.push({kind:"Value",spec:{result:{value:""}}}),r(e),t(e)},children:"Add value mappings"})]})}},9966:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.bindAll=void 0;var i=n(3778);function o(e){if(void 0!==e)return"boolean"==typeof e?{capture:e}:e}t.bindAll=function(e,t,n){var a=t.map(function(t){var a=null==n?t:r(r({},t),{options:r(r({},o(n)),o(t.options))});return(0,i.bind)(e,a)});return function(){a.forEach(function(e){return e()})}}},3778:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.bind=void 0,t.bind=function(e,t){var n=t.type,r=t.listener,i=t.options;return e.addEventListener(n,r,i),function(){e.removeEventListener(n,r,i)}}},501:function(e,t,n){"use strict";t.bindAll=t.bind=void 0;var r=n(3778);Object.defineProperty(t,"bind",{enumerable:!0,get:function(){return r.bind}});var i=n(9966);Object.defineProperty(t,"bindAll",{enumerable:!0,get:function(){return i.bindAll}})},4833:function(e,t,n){var r=n(6127),i=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(i,""):e}},6127:function(e){var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},6726:function(e,t,n){var r=n(6453),i=n(2846),o=n(1936),a=Math.max,s=Math.min;e.exports=function(e,t,n){var l,u,c,d,h,p,f=0,g=!1,m=!1,v=!0;if("function"!=typeof e)throw TypeError("Expected a function");function y(t){var n=l,r=u;return l=u=void 0,f=t,d=e.apply(r,n)}function x(e){var n=e-p,r=e-f;return void 0===p||n>=t||n<0||m&&r>=c}function b(){var e,n,r,o=i();if(x(o))return w(o);h=setTimeout(b,(e=o-p,n=o-f,r=t-e,m?s(r,c-n):r))}function w(e){return(h=void 0,v&&l)?y(e):(l=u=void 0,d)}function S(){var e,n=i(),r=x(n);if(l=arguments,u=this,p=n,r){if(void 0===h)return f=e=p,h=setTimeout(b,t),g?y(e):d;if(m)return clearTimeout(h),h=setTimeout(b,t),y(p)}return void 0===h&&(h=setTimeout(b,t)),d}return t=o(t)||0,r(n)&&(g=!!n.leading,c=(m="maxWait"in n)?a(o(n.maxWait)||0,t):c,v="trailing"in n?!!n.trailing:v),S.cancel=function(){void 0!==h&&clearTimeout(h),f=0,l=p=u=h=void 0},S.flush=function(){return void 0===h?d:w(i())},S}},5193:function(e,t,n){var r=n(9736),i=n(2360);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==r(e)}},2846:function(e,t,n){var r=n(7400);e.exports=function(){return r.Date.now()}},1936:function(e,t,n){var r=n(4833),i=n(6453),o=n(5193),a=0/0,s=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return a;if(i(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=i(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=l.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):s.test(e)?a:+e}},9986:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z","Calendar")},2449:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z","ChevronDown")},4974:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z","ChevronRight")},791:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z","Circle")},763:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z","Close")},354:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z","Delete")},2446:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19M8,9H16V19H8V9M15.5,4L14.5,3H9.5L8.5,4H5V6H19V4H15.5Z","DeleteOutline")},1682:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M7,19V17H9V19H7M11,19V17H13V19H11M15,19V17H17V19H15M7,15V13H9V15H7M11,15V13H13V15H11M15,15V13H17V15H15M7,11V9H9V11H7M11,11V9H13V11H11M15,11V9H17V11H15M7,7V5H9V7H7M11,7V5H13V7H11M15,7V5H17V7H15Z","Drag")},8418:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z","EyeOffOutline")},7689:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z","EyeOutline")},9398:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z","InformationOutline")},6396:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M19,13H5V11H19V13Z","Minus")},1889:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z","Pin")},5186:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12M8.8,14L10,12.8V4H14V12.8L15.2,14H8.8Z","PinOutline")},3755:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(265))&&r.__esModule?r:{default:r}).default)("M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z","Plus")},265:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(9261),i=n(4246);t.default=function(e,t){return(0,r.createSvgIcon)((0,i.jsx)("path",{d:e}),t)}},8772:function(e,t,n){"use strict";var r=n(331);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==r){var s=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 s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},3615:function(e,t,n){e.exports=n(8772)()},331:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},8715:function(e,t,n){(function(e,t){"use strict";var n=function(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}(t);function r(e,t){return(r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var i={error:null},o=function(e){function t(){for(var t,n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).state=i,t.resetErrorBoundary=function(){for(var e,n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];null==t.props.onReset||(e=t.props).onReset.apply(e,r),t.reset()},t}t.prototype=Object.create(e.prototype),t.prototype.constructor=t,r(t,e),t.getDerivedStateFromError=function(e){return{error:e}};var o=t.prototype;return o.reset=function(){this.setState(i)},o.componentDidCatch=function(e,t){var n,r;null==(n=(r=this.props).onError)||n.call(r,e,t)},o.componentDidUpdate=function(e,t){var n,r,i,o,a=this.state.error,s=this.props.resetKeys;null!==a&&null!==t.error&&(void 0===(n=e.resetKeys)&&(n=[]),void 0===(r=s)&&(r=[]),n.length!==r.length||n.some(function(e,t){return!Object.is(e,r[t])}))&&(null==(i=(o=this.props).onResetKeysChange)||i.call(o,e.resetKeys,s),this.reset())},o.render=function(){var e=this.state.error,t=this.props,r=t.fallbackRender,i=t.FallbackComponent,o=t.fallback;if(null!==e){var a={error:e,resetErrorBoundary:this.resetErrorBoundary};if(n.isValidElement(o))return o;if("function"==typeof r)return r(a);if(i)return n.createElement(i,a);else throw Error("react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop")}return this.props.children},t}(n.Component);e.ErrorBoundary=o,e.useErrorHandler=function(e){var t=n.useState(null),r=t[0],i=t[1];if(null!=e)throw e;if(null!=r)throw r;return i},e.withErrorBoundary=function(e,t){var r=function(r){return n.createElement(o,t,n.createElement(e,r))};return r.displayName="withErrorBoundary("+(e.displayName||e.name||"Unknown")+")",r},Object.defineProperty(e,"__esModule",{value:!0})})(t,n(4538))}}]);
|