@perses-dev/tracing-gantt-chart-plugin 0.8.0 → 0.9.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.
Files changed (137) hide show
  1. package/__mf/css/async/263.6c6463ea.css +1 -0
  2. package/__mf/js/TracingGanttChart.6861c573.js +5 -0
  3. package/__mf/js/async/109.1225b97d.js +73 -0
  4. package/__mf/js/async/109.1225b97d.js.LICENSE.txt +35 -0
  5. package/__mf/js/async/118.c1138755.js +1 -0
  6. package/__mf/js/async/173.66fc423e.js +2 -0
  7. package/__mf/js/async/214.8bf3e03e.js +1 -0
  8. package/__mf/js/async/224.670da1e3.js +1 -0
  9. package/__mf/js/async/238.5c460cb2.js +1 -0
  10. package/__mf/js/async/292.4821b1b1.js +1 -0
  11. package/__mf/js/async/387.23da505f.js +1 -0
  12. package/__mf/js/async/409.12b6365d.js +1 -0
  13. package/__mf/js/async/488.2d364feb.js +1 -0
  14. package/__mf/js/async/533.f20b93c0.js +110 -0
  15. package/__mf/js/async/558.3b93d5ec.js +39 -0
  16. package/__mf/js/async/558.3b93d5ec.js.LICENSE.txt +21 -0
  17. package/__mf/js/async/62.1a6f8c05.js +1 -0
  18. package/__mf/js/async/651.bcb43163.js +1 -0
  19. package/__mf/js/async/{770.5431adef.js → 694.fe491393.js} +1 -1
  20. package/__mf/js/async/738.7d9e5092.js +1 -0
  21. package/__mf/js/async/740.fa3debdf.js +1 -0
  22. package/__mf/js/async/75.a3a29681.js +1 -0
  23. package/__mf/js/async/770.65ae427e.js +1 -0
  24. package/__mf/js/async/814.c33b5f31.js +2 -0
  25. package/__mf/js/async/814.c33b5f31.js.LICENSE.txt +24 -0
  26. package/__mf/js/async/832.0e397220.js +7 -0
  27. package/__mf/js/async/832.0e397220.js.LICENSE.txt +21 -0
  28. package/__mf/js/async/863.0e6501cd.js +2 -0
  29. package/__mf/js/async/897.f1628ec5.js +1 -0
  30. package/__mf/js/async/960.89291786.js +2 -0
  31. package/__mf/js/async/964.3f12c3f5.js +2 -0
  32. package/__mf/js/async/981.1c640ffc.js +2 -0
  33. package/__mf/js/async/__federation_expose_TracingGanttChart.3c44e08a.js +1 -0
  34. package/__mf/js/async/lib-router.ab6beae3.js +2 -0
  35. package/__mf/js/main.fb8fb582.js +5 -0
  36. package/lib/PanelActions.d.ts +9 -0
  37. package/lib/PanelActions.d.ts.map +1 -0
  38. package/lib/PanelActions.js +70 -0
  39. package/lib/PanelActions.js.map +1 -0
  40. package/lib/TracingGanttChart/DetailPane/Attributes.d.ts +15 -3
  41. package/lib/TracingGanttChart/DetailPane/Attributes.d.ts.map +1 -1
  42. package/lib/TracingGanttChart/DetailPane/Attributes.js +51 -18
  43. package/lib/TracingGanttChart/DetailPane/Attributes.js.map +1 -1
  44. package/lib/TracingGanttChart/DetailPane/DetailPane.d.ts +2 -2
  45. package/lib/TracingGanttChart/DetailPane/DetailPane.d.ts.map +1 -1
  46. package/lib/TracingGanttChart/DetailPane/DetailPane.js +17 -3
  47. package/lib/TracingGanttChart/DetailPane/DetailPane.js.map +1 -1
  48. package/lib/TracingGanttChart/DetailPane/SpanEvents.d.ts +2 -0
  49. package/lib/TracingGanttChart/DetailPane/SpanEvents.d.ts.map +1 -1
  50. package/lib/TracingGanttChart/DetailPane/SpanEvents.js +69 -23
  51. package/lib/TracingGanttChart/DetailPane/SpanEvents.js.map +1 -1
  52. package/lib/TracingGanttChart/DetailPane/SpanLinks.d.ts +9 -0
  53. package/lib/TracingGanttChart/DetailPane/SpanLinks.d.ts.map +1 -0
  54. package/lib/TracingGanttChart/DetailPane/SpanLinks.js +64 -0
  55. package/lib/TracingGanttChart/DetailPane/SpanLinks.js.map +1 -0
  56. package/lib/TracingGanttChart/GanttTable/GanttTable.d.ts +2 -1
  57. package/lib/TracingGanttChart/GanttTable/GanttTable.d.ts.map +1 -1
  58. package/lib/TracingGanttChart/GanttTable/GanttTable.js +15 -1
  59. package/lib/TracingGanttChart/GanttTable/GanttTable.js.map +1 -1
  60. package/lib/TracingGanttChart/GanttTable/GanttTableRow.d.ts +2 -1
  61. package/lib/TracingGanttChart/GanttTable/GanttTableRow.d.ts.map +1 -1
  62. package/lib/TracingGanttChart/GanttTable/GanttTableRow.js +2 -1
  63. package/lib/TracingGanttChart/GanttTable/GanttTableRow.js.map +1 -1
  64. package/lib/TracingGanttChart/GanttTable/SpanLinksButton.d.ts +8 -0
  65. package/lib/TracingGanttChart/GanttTable/SpanLinksButton.d.ts.map +1 -0
  66. package/lib/TracingGanttChart/GanttTable/SpanLinksButton.js +95 -0
  67. package/lib/TracingGanttChart/GanttTable/SpanLinksButton.js.map +1 -0
  68. package/lib/TracingGanttChart/GanttTable/SpanName.d.ts +2 -0
  69. package/lib/TracingGanttChart/GanttTable/SpanName.d.ts.map +1 -1
  70. package/lib/TracingGanttChart/GanttTable/SpanName.js +12 -1
  71. package/lib/TracingGanttChart/GanttTable/SpanName.js.map +1 -1
  72. package/lib/TracingGanttChart/MiniGanttChart/draw.d.ts.map +1 -1
  73. package/lib/TracingGanttChart/MiniGanttChart/draw.js +1 -8
  74. package/lib/TracingGanttChart/MiniGanttChart/draw.js.map +1 -1
  75. package/lib/TracingGanttChart/TracingGanttChart.d.ts +2 -3
  76. package/lib/TracingGanttChart/TracingGanttChart.d.ts.map +1 -1
  77. package/lib/TracingGanttChart/TracingGanttChart.js +4 -3
  78. package/lib/TracingGanttChart/TracingGanttChart.js.map +1 -1
  79. package/lib/TracingGanttChart/trace.d.ts +7 -0
  80. package/lib/TracingGanttChart/trace.d.ts.map +1 -1
  81. package/lib/TracingGanttChart/trace.js +13 -4
  82. package/lib/TracingGanttChart/trace.js.map +1 -1
  83. package/lib/TracingGanttChart.d.ts.map +1 -1
  84. package/lib/TracingGanttChart.js +7 -1
  85. package/lib/TracingGanttChart.js.map +1 -1
  86. package/lib/TracingGanttChartPanel.d.ts +1 -11
  87. package/lib/TracingGanttChartPanel.d.ts.map +1 -1
  88. package/lib/TracingGanttChartPanel.js +10 -2
  89. package/lib/TracingGanttChartPanel.js.map +1 -1
  90. package/lib/cjs/PanelActions.js +88 -0
  91. package/lib/cjs/TracingGanttChart/DetailPane/Attributes.js +56 -17
  92. package/lib/cjs/TracingGanttChart/DetailPane/DetailPane.js +17 -3
  93. package/lib/cjs/TracingGanttChart/DetailPane/SpanEvents.js +66 -20
  94. package/lib/cjs/TracingGanttChart/DetailPane/SpanLinks.js +72 -0
  95. package/lib/cjs/TracingGanttChart/GanttTable/GanttTable.js +15 -1
  96. package/lib/cjs/TracingGanttChart/GanttTable/GanttTableRow.js +2 -1
  97. package/lib/cjs/TracingGanttChart/GanttTable/SpanLinksButton.js +108 -0
  98. package/lib/cjs/TracingGanttChart/GanttTable/SpanName.js +12 -1
  99. package/lib/cjs/TracingGanttChart/MiniGanttChart/draw.js +1 -8
  100. package/lib/cjs/TracingGanttChart/TracingGanttChart.js +4 -3
  101. package/lib/cjs/TracingGanttChart/trace.js +13 -4
  102. package/lib/cjs/TracingGanttChart.js +7 -1
  103. package/lib/cjs/TracingGanttChartPanel.js +10 -2
  104. package/lib/cjs/gantt-chart-model.js +1 -1
  105. package/lib/gantt-chart-model.d.ts +31 -0
  106. package/lib/gantt-chart-model.d.ts.map +1 -1
  107. package/lib/gantt-chart-model.js +1 -1
  108. package/lib/gantt-chart-model.js.map +1 -1
  109. package/mf-manifest.json +86 -66
  110. package/mf-stats.json +100 -74
  111. package/package.json +7 -5
  112. package/__mf/js/788.5684e3ab.js +0 -5
  113. package/__mf/js/TracingGanttChart.77b94eb3.js +0 -5
  114. package/__mf/js/async/156.5a401ecb.js +0 -1
  115. package/__mf/js/async/173.6314a363.js +0 -2
  116. package/__mf/js/async/193.12ce9ab1.js +0 -44
  117. package/__mf/js/async/193.12ce9ab1.js.LICENSE.txt +0 -68
  118. package/__mf/js/async/377.59c252c4.js +0 -2
  119. package/__mf/js/async/511.b81ea373.js +0 -1
  120. package/__mf/js/async/620.1d1ce390.js +0 -2
  121. package/__mf/js/async/651.3ea371e5.js +0 -1
  122. package/__mf/js/async/694.4580ad20.js +0 -1
  123. package/__mf/js/async/740.babbb403.js +0 -1
  124. package/__mf/js/async/75.d81e6bbf.js +0 -1
  125. package/__mf/js/async/783.3c2c57f6.js +0 -110
  126. package/__mf/js/async/960.478a8f11.js +0 -2
  127. package/__mf/js/async/964.a98cab40.js +0 -2
  128. package/__mf/js/async/981.bc5132f8.js +0 -2
  129. package/__mf/js/async/__federation_expose_TracingGanttChart.7b5aeb33.js +0 -1
  130. package/__mf/js/main.9fe8ed9b.js +0 -1
  131. /package/__mf/js/async/{173.6314a363.js.LICENSE.txt → 173.66fc423e.js.LICENSE.txt} +0 -0
  132. /package/__mf/js/async/{783.3c2c57f6.js.LICENSE.txt → 533.f20b93c0.js.LICENSE.txt} +0 -0
  133. /package/__mf/js/async/{620.1d1ce390.js.LICENSE.txt → 863.0e6501cd.js.LICENSE.txt} +0 -0
  134. /package/__mf/js/async/{960.478a8f11.js.LICENSE.txt → 960.89291786.js.LICENSE.txt} +0 -0
  135. /package/__mf/js/async/{964.a98cab40.js.LICENSE.txt → 964.3f12c3f5.js.LICENSE.txt} +0 -0
  136. /package/__mf/js/async/{981.bc5132f8.js.LICENSE.txt → 981.1c640ffc.js.LICENSE.txt} +0 -0
  137. /package/__mf/js/async/{377.59c252c4.js.LICENSE.txt → lib-router.ab6beae3.js.LICENSE.txt} +0 -0
@@ -1,44 +0,0 @@
1
- /*! For license information please see 193.12ce9ab1.js.LICENSE.txt */
2
- (self.webpackChunkTracingGanttChart=self.webpackChunkTracingGanttChart||[]).push([["193"],{2084:function(e,t,n){"use strict";let r,i;n.r(t),n.d(t,{ErrorAlert:()=>Bw,JSONEditor:()=>UN,INCREASE_NEARBY_SERIES_MULTIPLIER:()=>erk,OptionsEditorGroup:()=>dZ,DensitySelector:()=>pf,assembleTransform:()=>er_,clearHighlightedSeries:()=>a5,testChartsTheme:()=>er0,ErrorBoundary:()=>BS.ErrorBoundary,SeriesMarker:()=>ern,TimeRangeSelector:()=>ert,ChartsThemeContext:()=>iz,TextOverlay:()=>Y1,DEFAULT_COLUMN_HEIGHT:()=>u2,useMousePosition:()=>erv,NoDataOverlay:()=>Y2,generateChartsTheme:()=>sa,OptionsEditorGrid:()=>dN,OPTIMIZED_MODE_SERIES_LIMIT:()=>aq,TOOLTIP_ADJUST_Y_POS_MULTIPLIER:()=>erl,DiscardChangesConfirmationDialog:()=>ha,useChartsTheme:()=>ij,EMPHASIZED_SERIES_DESCRIPTION:()=>erd,persesColumnsToTanstackColumns:()=>u3,mockChartsContext:()=>er1,Legend:()=>cZ,TOOLTIP_DATE_FORMAT:()=>erf,TOOLTIP_MAX_WIDTH:()=>ero,dateFormatOptionsWithTimeZone:()=>sn,legacyCheckforNearbySeries:()=>erA,ToolbarIconButton:()=>erU,PIN_TOOLTIP_HELP_TEXT:()=>erx,checkforNearbyTimeSeries:()=>erD,getTheme:()=>eic,TooltipHeader:()=>erH,TOOLTIP_BG_COLOR_FALLBACK:()=>erp,UNPIN_TOOLTIP_HELP_TEXT:()=>erb,DateTimeRangePicker:()=>ere,handleMoveUp:()=>fr,getClosestTimestamp:()=>a6,getFormattedAxis:()=>aG,formatWithTimeZone:()=>sr,batchDispatchNearbySeriesActions:()=>a4,useTimeZone:()=>su,ChartsProvider:()=>iF,isWithinPercentageRange:()=>erO,TOOLTIP_MIN_WIDTH:()=>eri,TOOLTIP_LABELS_MAX_WIDTH:()=>ers,getYBuffer:()=>erR,DEFAULT_PINNED_CROSSHAIR:()=>aY,FormatControls:()=>erK,TooltipContent:()=>erW,SHOW_FEWER_SERIES_LIMIT:()=>erT,TimeChartTooltip:()=>erG,getClosestTimestampInFullDataset:()=>a9,getTableCellLayout:()=>u5,EChart:()=>Bs,PINNED_CROSSHAIR_SERIES_NAME:()=>aU,SortSelector:()=>Y4,SnackbarProvider:()=>oK,Drawer:()=>fS,AlignSelector:()=>tx,LinksEditor:()=>Yj,TimeZoneContext:()=>ss,ValueMappingsEditor:()=>eiK,ColorPicker:()=>iN,SeriesLabelsStack:()=>err,useSnackbar:()=>oQ,checkCrosshairPinnedStatus:()=>a8,SeriesInfo:()=>erw,Table:()=>cR,InfoTooltip:()=>dR,TimeZoneProvider:()=>sl,LoadingOverlay:()=>Y5,typography:()=>eil,Dialog:()=>ho,DropIndicator:()=>pg,TransformsEditor:()=>ei_,OptionsEditorControl:()=>dB,TOOLTIP_PADDING:()=>eru,getFormattedAxisLabel:()=>si,SortSelectorButtons:()=>Y8,getTooltipStyles:()=>erC,useChartsContext:()=>iV,RefreshIntervalPicker:()=>eiC,enableDataZoom:()=>a1,useDragAndDropMonitor:()=>fe,combineSx:()=>a7,OptionsEditorColumn:()=>hv,getDateAndTime:()=>so,ThresholdsEditor:()=>Xd,DEFAULT_TOOLTIP_CONFIG:()=>ery,handleMoveDown:()=>fi,DragButton:()=>fo,useId:()=>se,ContentWithLegend:()=>cz,NEARBY_SERIES_DESCRIPTION:()=>erh,isLegendItemVisuallySelected:()=>lr,getPointInGrid:()=>a3,EMPTY_TOOLTIP_DATA:()=>erm,legacyGetNearbySeriesData:()=>erP,buildRelativeTimeOption:()=>a0,SettingsAutocomplete:()=>pd,FontSizeSelector:()=>BC,defaultCursorData:()=>erg,DYNAMIC_NEARBY_SERIES_MULTIPLIER:()=>erM,getNearbySeriesData:()=>erI,TOOLTIP_MAX_HEIGHT:()=>era,YAxisLabel:()=>erQ,FALLBACK_CHART_WIDTH:()=>erc,DragAndDropElement:()=>ft,restoreChart:()=>a2,ModeSelector:()=>YW,TextField:()=>c$,DEFAULT_COLUMN_WIDTH:()=>u1,FormActions:()=>BM,OptionsColorPicker:()=>sc});var o,a,s,l,u,c,h,d,p,f,g,m,v,y,x,b,w,S,_,C,k,M,T,D,A,I,P,O,R,E,L,B,N,Z,F,z,V,j,$,H,W,G,q,U,Y,X,K,Q,J,ee,et,en,er,ei,eo,ea,es,el,eu,ec,eh,ed,ep,ef,eg,em,ev,ey,ex,eb,ew,eS,e_,eC,ek,eM,eT,eD,eA,eI,eP,eO,eR,eE,eL,eB,eN,eZ,eF,ez,eV,ej,e$,eH,eW,eG={};n.r(eG),n.d(eG,{Arc:()=>kf,BezierCurve:()=>kh,BoundingRect:()=>mc,Circle:()=>CF,CompoundPath:()=>kg,Ellipse:()=>Cj,Group:()=>yr,Image:()=>x7,IncrementalDisplayable:()=>kk,Line:()=>ka,LinearGradient:()=>kv,OrientedBoundingRect:()=>k_,Path:()=>x5,Point:()=>mt,Polygon:()=>C7,Polyline:()=>kn,RadialGradient:()=>ky,Rect:()=>bs,Ring:()=>C4,Sector:()=>C2,Text:()=>bw,applyTransform:()=>k$,clipPointsByRect:()=>kG,clipRectByRect:()=>kq,createIcon:()=>kU,extendPath:()=>kP,extendShape:()=>kA,getShapeClass:()=>kR,getTransform:()=>kj,groupTransition:()=>kW,initProps:()=>wa,isElementRemoved:()=>ws,lineLineIntersect:()=>kX,linePolygonIntersect:()=>kY,makeImage:()=>kL,makePath:()=>kE,mergePath:()=>kN,registerShape:()=>kO,removeElement:()=>wl,removeElementWithFadeOut:()=>wc,resizePath:()=>kZ,setTooltipConfig:()=>kK,subPixelOptimize:()=>kV,subPixelOptimizeLine:()=>kF,subPixelOptimizeRect:()=>kz,transformDirection:()=>kH,traverseElements:()=>kJ,updateProps:()=>wo});var eq=n(4246),eU=n(4538),eY=n.n(eU),eX=n(496),eK=n(2267),eQ=n(6838);function eJ(e){return eU.Children.toArray(e).filter(e=>eU.isValidElement(e))}var e0=n(1640),e1=n(2709),e2=n(2319),e5=n(433),e3=n(1751),e4=n(4124),e8=n(6749);function e6(e){return(0,e8.ZP)("MuiButtonGroup",e)}let e9=(0,e4.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"]),e7=eU.createContext({}),te=eU.createContext(void 0),tt=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,e0.Z)(n)}`],grouped:["grouped",`grouped${(0,e0.Z)(a)}`,`grouped${(0,e0.Z)(s)}`,`grouped${(0,e0.Z)(s)}${(0,e0.Z)(a)}`,`grouped${(0,e0.Z)(s)}${(0,e0.Z)(n)}`,r&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,eK.Z)(l,e6,t)},tn=(0,e1.ZP)("div",{name:"MuiButtonGroup",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${e9.grouped}`]:t.grouped},{[`& .${e9.grouped}`]:t[`grouped${(0,e0.Z)(n.orientation)}`]},{[`& .${e9.grouped}`]:t[`grouped${(0,e0.Z)(n.variant)}`]},{[`& .${e9.grouped}`]:t[`grouped${(0,e0.Z)(n.variant)}${(0,e0.Z)(n.orientation)}`]},{[`& .${e9.grouped}`]:t[`grouped${(0,e0.Z)(n.variant)}${(0,e0.Z)(n.color)}`]},{[`& .${e9.firstButton}`]:t.firstButton},{[`& .${e9.lastButton}`]:t.lastButton},{[`& .${e9.middleButton}`]:t.middleButton},t.root,t[n.variant],!0===n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,"vertical"===n.orientation&&t.vertical]}})((0,e2.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",[`& .${e9.lastButton},& .${e9.middleButton}`]:{borderTopRightRadius:0,borderTopLeftRadius:0},[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderBottomRightRadius:0,borderBottomLeftRadius:0}}},{props:{orientation:"horizontal"},style:{[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${e9.lastButton},& .${e9.middleButton}`]:{borderTopLeftRadius:0,borderBottomLeftRadius:0}}},{props:{variant:"text",orientation:"horizontal"},style:{[`& .${e9.firstButton},& .${e9.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)"}`,[`&.${e9.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"text",orientation:"vertical"},style:{[`& .${e9.firstButton},& .${e9.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)"}`,[`&.${e9.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,e5.Z)()).flatMap(([t])=>[{props:{variant:"text",color:t},style:{[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.5)`:(0,eQ.Fq)(e.palette[t].main,.5)}}}]),{props:{variant:"outlined",orientation:"horizontal"},style:{[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderRightColor:"transparent","&:hover":{borderRightColor:"currentColor"}},[`& .${e9.lastButton},& .${e9.middleButton}`]:{marginLeft:-1}}},{props:{variant:"outlined",orientation:"vertical"},style:{[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderBottomColor:"transparent","&:hover":{borderBottomColor:"currentColor"}},[`& .${e9.lastButton},& .${e9.middleButton}`]:{marginTop:-1}}},{props:{variant:"contained",orientation:"horizontal"},style:{[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderRight:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${e9.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"contained",orientation:"vertical"},style:{[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderBottom:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${e9.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,e5.Z)(["dark"])).map(([t])=>({props:{variant:"contained",color:t},style:{[`& .${e9.firstButton},& .${e9.middleButton}`]:{borderColor:(e.vars||e).palette[t].dark}}}))],[`& .${e9.grouped}`]:{minWidth:40,boxShadow:"none",props:{variant:"contained"},style:{"&:hover":{boxShadow:"none"}}}}))),tr=eU.forwardRef(function(e,t){let n=(0,e3.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:h=!1,orientation:d="horizontal",size:p="medium",variant:f="outlined",...g}=n,m={...n,color:o,component:a,disabled:s,disableElevation:l,disableFocusRipple:u,disableRipple:c,fullWidth:h,orientation:d,size:p,variant:f},v=tt(m),y=eU.useMemo(()=>({className:v.grouped,color:o,disabled:s,disableElevation:l,disableFocusRipple:u,disableRipple:c,fullWidth:h,size:p,variant:f}),[o,s,l,u,c,h,p,f,v.grouped]),x=eJ(r),b=x.length,w=e=>{let t=0===e,n=e===b-1;return t&&n?"":t?v.firstButton:n?v.lastButton:v.middleButton};return(0,eq.jsx)(tn,{as:a,role:"group",className:(0,eX.Z)(v.root,i),ref:t,ownerState:m,...g,children:(0,eq.jsx)(e7.Provider,{value:y,children:x.map((e,t)=>(0,eq.jsx)(te.Provider,{value:w(t),children:e},t))})})});var ti=n(6819),to=n(6839),ta=n(3037),ts=n(4544),tl=n(898);function tu(e){return(0,e8.ZP)("MuiButton",e)}let tc=(0,e4.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"]),th=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,e0.Z)(t)}`,`size${(0,e0.Z)(i)}`,`${o}Size${(0,e0.Z)(i)}`,`color${(0,e0.Z)(t)}`,n&&"disableElevation",r&&"fullWidth",a&&`loadingPosition${(0,e0.Z)(s)}`],startIcon:["icon","startIcon",`iconSize${(0,e0.Z)(i)}`],endIcon:["icon","endIcon",`iconSize${(0,e0.Z)(i)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},c=(0,eK.Z)(u,tu,l);return{...l,...c}},td=[{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}}}],tp=(0,e1.ZP)(ts.Z,{shouldForwardProp:e=>(0,ta.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,e0.Z)(n.color)}`],t[`size${(0,e0.Z)(n.size)}`],t[`${n.variant}Size${(0,e0.Z)(n.size)}`],"inherit"===n.color&&t.colorInherit,n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,n.loading&&t.loading]}})((0,e2.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"},[`&.${tc.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]},[`&.${tc.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${tc.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)",[`&.${tc.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,e5.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,eQ.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,eQ.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,eQ.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,eQ.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,eQ.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"},[`&.${tc.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${tc.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}),[`&.${tc.loading}`]:{color:"transparent"}}}]}})),tf=(0,e1.ZP)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.startIcon,n.loading&&t.startIconLoadingStart,t[`iconSize${(0,e0.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}},...td]})),tg=(0,e1.ZP)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.endIcon,n.loading&&t.endIconLoadingEnd,t[`iconSize${(0,e0.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}},...td]})),tm=(0,e1.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}}]})),tv=(0,e1.ZP)("span",{name:"MuiButton",slot:"LoadingIconPlaceholder",overridesResolver:(e,t)=>t.loadingIconPlaceholder})({display:"inline-block",width:"1em",height:"1em"}),ty=eU.forwardRef(function(e,t){let n=eU.useContext(e7),r=eU.useContext(te),i=(0,ti.Z)(n,e),o=(0,e3.i)({props:i,name:"MuiButton"}),{children:a,color:s="primary",component:l="button",className:u,disabled:c=!1,disableElevation:h=!1,disableFocusRipple:d=!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:_="text",...C}=o,k=(0,to.Z)(m),M=y??(0,eq.jsx)(tl.Z,{"aria-labelledby":k,color:"inherit",size:16}),T={...o,color:s,component:l,disabled:c,disableElevation:h,disableFocusRipple:d,fullWidth:g,loading:v,loadingIndicator:M,loadingPosition:x,size:b,type:S,variant:_},D=th(T),A=(w||v&&"start"===x)&&(0,eq.jsx)(tf,{className:D.startIcon,ownerState:T,children:w||(0,eq.jsx)(tv,{className:D.loadingIconPlaceholder,ownerState:T})}),I=(p||v&&"end"===x)&&(0,eq.jsx)(tg,{className:D.endIcon,ownerState:T,children:p||(0,eq.jsx)(tv,{className:D.loadingIconPlaceholder,ownerState:T})}),P="boolean"==typeof v?(0,eq.jsx)("span",{className:D.loadingWrapper,style:{display:"contents"},children:v&&(0,eq.jsx)(tm,{className:D.loadingIndicator,ownerState:T,children:M})}):null;return(0,eq.jsxs)(tp,{ownerState:T,className:(0,eX.Z)(n.className,D.root,u,r||""),component:l,disabled:c||v,focusRipple:!d,focusVisibleClassName:(0,eX.Z)(D.focusVisible,f),ref:t,type:S,id:v?k:m,...C,classes:D,children:[A,"end"!==x&&P,a,"end"===x&&P,I]})});function tx({onChange:e,value:t="left",...n}){let r=t=>{e(t)};return(0,eq.jsxs)(tr,{"aria-label":"Alignement",...n,children:[(0,eq.jsx)(ty,{onClick:()=>r("left"),variant:"left"===t?"contained":"outlined",children:"Left"},"left"),(0,eq.jsx)(ty,{onClick:()=>r("center"),variant:"center"===t?"contained":"outlined",children:"Center"},"center"),(0,eq.jsx)(ty,{onClick:()=>r("right"),variant:"right"===t?"contained":"outlined",children:"Right"},"right")]})}var tb=n(5283),tw=n(5094),tS=n(5056),t_=n(1170),tC=n(2220),tk=n(7048),tM=n(3205),tT=n(1925),tD=n(6858),tA=n(4384);function tI(e){return parseInt(e,10)||0}let tP={visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"};function tO(e){return function(e){for(let t in e)return!1;return!0}(e)||0===e.outerHeightStyle&&!e.overflowing}let tR=eU.forwardRef(function(e,t){let{onChange:n,maxRows:r,minRows:i=1,style:o,value:a,...s}=e,{current:l}=eU.useRef(null!=a),u=eU.useRef(null),c=(0,tk.Z)(t,u),h=eU.useRef(null),d=eU.useRef(null),p=eU.useCallback(()=>{let t=u.current,n=d.current;if(!t||!n)return;let o=(0,tM.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=tI(o.paddingBottom)+tI(o.paddingTop),l=tI(o.borderBottomWidth)+tI(o.borderTopWidth),c=n.scrollHeight;n.value="x";let h=n.scrollHeight,p=c;return i&&(p=Math.max(Number(i)*h,p)),r&&(p=Math.min(Number(r)*h,p)),{outerHeightStyle:(p=Math.max(p,h))+("border-box"===a?s+l:0),overflowing:1>=Math.abs(p-c)}},[r,i,e.placeholder]),f=(0,tT.Z)(()=>{let e=u.current,t=p();if(!e||!t||tO(t))return!1;let n=t.outerHeightStyle;return null!=h.current&&h.current!==n}),g=eU.useCallback(()=>{let e=u.current,t=p();if(!e||!t||tO(t))return;let n=t.outerHeightStyle;h.current!==n&&(h.current=n,e.style.height=`${n}px`),e.style.overflow=t.overflowing?"hidden":""},[p]),m=eU.useRef(-1);return(0,tD.Z)(()=>{let e;let t=(0,tA.Z)(g),n=u?.current;if(!n)return;let r=(0,tM.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,tD.Z)(()=>{g()}),(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)("textarea",{value:a,onChange:e=>{l||g(),n&&n(e)},ref:c,rows:i,style:o,...s}),(0,eq.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:d,tabIndex:-1,style:{...tP,...o,paddingTop:0,paddingBottom:0}})]})});var tE=n(8653);function tL({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),{})}let tB=eU.createContext(void 0);function tN(){return eU.useContext(tB)}var tZ=n(2543),tF=n(1183),tz=n(6758);function tV(e){return null!=e&&!(Array.isArray(e)&&0===e.length)}function tj(e,t=!1){return e&&(tV(e.value)&&""!==e.value||t&&tV(e.defaultValue)&&""!==e.defaultValue)}function t$(e){return(0,e8.ZP)("MuiInputBase",e)}let tH=(0,e4.Z)("MuiInputBase",["root","formControl","focused","disabled","adornedStart","adornedEnd","error","sizeSmall","multiline","colorSecondary","fullWidth","hiddenLabel","readOnly","input","inputSizeSmall","inputMultiline","inputTypeSearch","inputAdornedStart","inputAdornedEnd","inputHiddenLabel"]),tW=(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,e0.Z)(n.color)}`],n.fullWidth&&t.fullWidth,n.hiddenLabel&&t.hiddenLabel]},tG=(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]},tq=e=>{let{classes:t,color:n,disabled:r,error:i,endAdornment:o,focused:a,formControl:s,fullWidth:l,hiddenLabel:u,multiline:c,readOnly:h,size:d,startAdornment:p,type:f}=e,g={root:["root",`color${(0,e0.Z)(n)}`,r&&"disabled",i&&"error",l&&"fullWidth",a&&"focused",s&&"formControl",d&&"medium"!==d&&`size${(0,e0.Z)(d)}`,c&&"multiline",p&&"adornedStart",o&&"adornedEnd",u&&"hiddenLabel",h&&"readOnly"],input:["input",r&&"disabled","search"===f&&"inputTypeSearch",c&&"inputMultiline","small"===d&&"inputSizeSmall",u&&"inputHiddenLabel",p&&"inputAdornedStart",o&&"inputAdornedEnd",h&&"readOnly"]};return(0,eK.Z)(g,t$,t)},tU=(0,e1.ZP)("div",{name:"MuiInputBase",slot:"Root",overridesResolver:tW})((0,e2.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",[`&.${tH.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%"}}]}))),tY=(0,e1.ZP)("input",{name:"MuiInputBase",slot:"Input",overridesResolver:tG})((0,e2.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] + .${tH.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},[`&.${tH.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"}}]}})),tX=(0,tZ.zY)({"@keyframes mui-auto-fill":{from:{display:"block"}},"@keyframes mui-auto-fill-cancel":{from:{display:"block"}}}),tK=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiInputBase"}),{"aria-describedby":r,autoComplete:i,autoFocus:o,className:a,color:s,components:l={},componentsProps:u={},defaultValue:c,disabled:h,disableInjectingGlobalStyles:d,endAdornment:p,error:f,fullWidth:g=!1,id:m,inputComponent:v="input",inputProps:y={},inputRef:x,margin:b,maxRows:w,minRows:S,multiline:_=!1,name:C,onBlur:k,onChange:M,onClick:T,onFocus:D,onKeyDown:A,onKeyUp:I,placeholder:P,readOnly:O,renderSuffix:R,rows:E,size:L,slotProps:B={},slots:N={},startAdornment:Z,type:F="text",value:z,...V}=n,j=null!=y.value?y.value:z,{current:$}=eU.useRef(null!=j),H=eU.useRef(),W=eU.useCallback(e=>{},[]),G=(0,tF.Z)(H,x,y.ref,W),[q,U]=eU.useState(!1),Y=tN(),X=tL({props:n,muiFormControl:Y,states:["color","disabled","error","hiddenLabel","size","required","filled"]});X.focused=Y?Y.focused:q,eU.useEffect(()=>{!Y&&h&&q&&(U(!1),k&&k())},[Y,h,q,k]);let K=Y&&Y.onFilled,Q=Y&&Y.onEmpty,J=eU.useCallback(e=>{tj(e)?K&&K():Q&&Q()},[K,Q]);(0,tz.Z)(()=>{$&&J({value:j})},[j,J,$]),eU.useEffect(()=>{J(H.current)},[]);let ee=v,et=y;_&&"input"===ee&&(et=E?{type:void 0,minRows:E,maxRows:E,...et}:{type:void 0,maxRows:w,minRows:S,...et},ee=tR),eU.useEffect(()=>{Y&&Y.setAdornedStart(!!Z)},[Y,Z]);let en={...n,color:X.color||"primary",disabled:X.disabled,endAdornment:p,error:X.error,focused:X.focused,formControl:Y,fullWidth:g,hiddenLabel:X.hiddenLabel,multiline:_,size:X.size,startAdornment:Z,type:F},er=tq(en),ei=N.root||l.Root||tU,eo=B.root||u.root||{},ea=N.input||l.Input||tY;return et={...et,...B.input??u.input},(0,eq.jsxs)(eU.Fragment,{children:[!d&&"function"==typeof tX&&(ii||(ii=(0,eq.jsx)(tX,{}))),(0,eq.jsxs)(ei,{...eo,ref:t,onClick:e=>{H.current&&e.currentTarget===e.target&&H.current.focus(),T&&T(e)},...V,...!(0,tE.Z)(ei)&&{ownerState:{...en,...eo.ownerState}},className:(0,eX.Z)(er.root,eo.className,a,O&&"MuiInputBase-readOnly"),children:[Z,(0,eq.jsx)(tB.Provider,{value:null,children:(0,eq.jsx)(ea,{"aria-invalid":X.error,"aria-describedby":r,autoComplete:i,autoFocus:o,defaultValue:c,disabled:X.disabled,id:m,onAnimationStart:e=>{J("mui-auto-fill-cancel"===e.animationName?H.current:{value:"x"})},name:C,placeholder:P,readOnly:O,required:X.required,rows:E,value:j,onKeyDown:A,onKeyUp:I,type:F,...et,...!(0,tE.Z)(ea)&&{as:ee,ownerState:{...en,...et.ownerState}},ref:G,className:(0,eX.Z)(er.input,et.className,O&&"MuiInputBase-readOnly"),onBlur:e=>{k&&k(e),y.onBlur&&y.onBlur(e),Y&&Y.onBlur?Y.onBlur(e):U(!1)},onChange:(e,...t)=>{if(!$){let t=e.target||H.current;if(null==t)throw Error((0,tC.Z)(1));J({value:t.value})}y.onChange&&y.onChange(e,...t),M&&M(e,...t)},onFocus:e=>{D&&D(e),y.onFocus&&y.onFocus(e),Y&&Y.onFocus?Y.onFocus(e):U(!0)}})}),p,R?R({...X,startAdornment:Z}):null]})]})});function tQ(e){return(0,e8.ZP)("MuiInput",e)}let tJ={...tH,...(0,e4.Z)("MuiInput",["root","underline","input"])},t0=e=>{let{classes:t,disableUnderline:n}=e,r=(0,eK.Z)({root:["root",!n&&"underline"],input:["input"]},tQ,t);return{...t,...r}},t1=(0,e1.ZP)(tU,{shouldForwardProp:e=>(0,ta.Z)(e)||"classes"===e,name:"MuiInput",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[...tW(e,t),!n.disableUnderline&&t.underline]}})((0,e2.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"},[`&.${tJ.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${tJ.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(.${tJ.disabled}, .${tJ.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${tJ.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,e5.Z)()).map(([t])=>({props:{color:t,disableUnderline:!1},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t].main}`}}}))]}})),t2=(0,e1.ZP)(tY,{name:"MuiInput",slot:"Input",overridesResolver:tG})({}),t5=eU.forwardRef(function(e,t){let n=(0,e3.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:h="text",...d}=n,p=t0(n),f={root:{ownerState:{disableUnderline:r}}},g=u??o?(0,t_.Z)(u??o,f):f,m=c.root??i.Root??t1,v=c.input??i.Input??t2;return(0,eq.jsx)(tK,{slots:{root:m,input:v},slotProps:g,fullWidth:a,inputComponent:s,multiline:l,ref:t,type:h,...d,classes:p})});function t3(e){return(0,e8.ZP)("MuiFilledInput",e)}t5.muiName="Input";let t4={...tH,...(0,e4.Z)("MuiFilledInput",["root","underline","input","adornedStart","adornedEnd","sizeSmall","multiline","hiddenLabel"])},t8=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,e0.Z)(o)}`,a&&"hiddenLabel",s&&"multiline"],input:["input"]},u=(0,eK.Z)(l,t3,t);return{...t,...u}},t6=(0,e1.ZP)(tU,{shouldForwardProp:e=>(0,ta.Z)(e)||"classes"===e,name:"MuiFilledInput",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[...tW(e,t),!n.disableUnderline&&t.underline]}})((0,e2.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}},[`&.${t4.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${t4.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"},[`&.${t4.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${t4.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(.${t4.disabled}, .${t4.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${t4.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,e5.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}}]}})),t9=(0,e1.ZP)(tY,{name:"MuiFilledInput",slot:"Input",overridesResolver:tG})((0,e2.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}}]}))),t7=eU.forwardRef(function(e,t){let n=(0,e3.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:h={},type:d="text",...p}=n,f={...n,disableUnderline:r,fullWidth:a,inputComponent:l,multiline:u,type:d},g=t8(n),m={root:{ownerState:f},input:{ownerState:f}},v=c??o?(0,t_.Z)(m,c??o):m,y=h.root??i.Root??t6,x=h.input??i.Input??t9;return(0,eq.jsx)(tK,{slots:{root:y,input:x},slotProps:v,fullWidth:a,inputComponent:l,multiline:u,ref:t,type:d,...p,classes:g})});t7.muiName="Input";let ne=(0,e1.ZP)("fieldset",{shouldForwardProp:ta.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%"}),nt=(0,e1.ZP)("legend",{shouldForwardProp:ta.Z})((0,e2.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 nn(e){return(0,e8.ZP)("MuiOutlinedInput",e)}let nr={...tH,...(0,e4.Z)("MuiOutlinedInput",["root","notchedOutline","input"])},ni=e=>{let{classes:t}=e,n=(0,eK.Z)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},nn,t);return{...t,...n}},no=(0,e1.ZP)(tU,{shouldForwardProp:e=>(0,ta.Z)(e)||"classes"===e,name:"MuiOutlinedInput",slot:"Root",overridesResolver:tW})((0,e2.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 .${nr.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${nr.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${nr.focused} .${nr.notchedOutline}`]:{borderWidth:2},variants:[...Object.entries(e.palette).filter((0,e5.Z)()).map(([t])=>({props:{color:t},style:{[`&.${nr.focused} .${nr.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${nr.error} .${nr.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},[`&.${nr.disabled} .${nr.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"}}]}})),na=(0,e1.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,eq.jsx)(ne,{"aria-hidden":!0,className:r,ownerState:l,...a,children:(0,eq.jsx)(nt,{ownerState:l,children:s?(0,eq.jsx)("span",{children:i}):io||(io=(0,eq.jsx)("span",{className:"notranslate","aria-hidden":!0,children:"​"}))})})},{name:"MuiOutlinedInput",slot:"NotchedOutline",overridesResolver:(e,t)=>t.notchedOutline})((0,e2.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}})),ns=(0,e1.ZP)(tY,{name:"MuiOutlinedInput",slot:"Input",overridesResolver:tG})((0,e2.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}}]}))),nl=eU.forwardRef(function(e,t){var n;let r=(0,e3.i)({props:e,name:"MuiOutlinedInput"}),{components:i={},fullWidth:o=!1,inputComponent:a="input",label:s,multiline:l=!1,notched:u,slots:c={},type:h="text",...d}=r,p=ni(r),f=tN(),g=tL({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:h},v=c.root??i.Root??no,y=c.input??i.Input??ns;return(0,eq.jsx)(tK,{slots:{root:v,input:y},renderSuffix:e=>(0,eq.jsx)(na,{ownerState:m,className:p.notchedOutline,label:null!=s&&""!==s&&g.required?n||(n=(0,eq.jsxs)(eU.Fragment,{children:[s," ","*"]})):s,notched:void 0!==u?u:!!(e.startAdornment||e.filled||e.focused)}),fullWidth:o,inputComponent:a,multiline:l,ref:t,type:h,...d,classes:{...p,notchedOutline:null}})});function nu(e){return(0,e8.ZP)("MuiFormLabel",e)}nl.muiName="Input";let nc=(0,e4.Z)("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"]),nh=e=>{let{classes:t,color:n,focused:r,disabled:i,error:o,filled:a,required:s}=e,l={root:["root",`color${(0,e0.Z)(n)}`,i&&"disabled",o&&"error",a&&"filled",r&&"focused",s&&"required"],asterisk:["asterisk",o&&"error"]};return(0,eK.Z)(l,nu,t)},nd=(0,e1.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,e2.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,e5.Z)()).map(([t])=>({props:{color:t},style:{[`&.${nc.focused}`]:{color:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${nc.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${nc.error}`]:{color:(e.vars||e).palette.error.main}}}]}))),np=(0,e1.ZP)("span",{name:"MuiFormLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,e2.Z)(({theme:e})=>({[`&.${nc.error}`]:{color:(e.vars||e).palette.error.main}}))),nf=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiFormLabel"}),{children:r,className:i,color:o,component:a="label",disabled:s,error:l,filled:u,focused:c,required:h,...d}=n,p=tL({props:n,muiFormControl:tN(),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=nh(f);return(0,eq.jsxs)(nd,{as:a,ownerState:f,className:(0,eX.Z)(g.root,i),ref:t,...d,children:[r,p.required&&(0,eq.jsxs)(np,{ownerState:f,"aria-hidden":!0,className:g.asterisk,children:[" ","*"]})]})});function ng(e){return(0,e8.ZP)("MuiInputLabel",e)}(0,e4.Z)("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"]);let nm=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,e0.Z)(r)}`,a],asterisk:[s&&"asterisk"]},u=(0,eK.Z)(l,ng,t);return{...t,...u}},nv=(0,e1.ZP)(nf,{shouldForwardProp:e=>(0,ta.Z)(e)||"classes"===e,name:"MuiInputLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${nc.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,e2.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)"}}]}))),ny=eU.forwardRef(function(e,t){let n=(0,e3.i)({name:"MuiInputLabel",props:e}),{disableAnimation:r=!1,margin:i,shrink:o,variant:a,className:s,...l}=n,u=tN(),c=o;void 0===c&&u&&(c=u.filled||u.focused||u.adornedStart);let h=tL({props:n,muiFormControl:u,states:["size","variant","required","focused"]}),d={...n,disableAnimation:r,formControl:u,shrink:c,size:h.size,variant:h.variant,required:h.required,focused:h.focused},p=nm(d);return(0,eq.jsx)(nv,{"data-shrink":c,ref:t,className:(0,eX.Z)(p.root,s),...l,ownerState:d,classes:p})});var nx=n(777);function nb(e){return(0,e8.ZP)("MuiFormControl",e)}(0,e4.Z)("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"]);let nw=e=>{let{classes:t,margin:n,fullWidth:r}=e,i={root:["root","none"!==n&&`margin${(0,e0.Z)(n)}`,r&&"fullWidth"]};return(0,eK.Z)(i,nb,t)},nS=(0,e1.ZP)("div",{name:"MuiFormControl",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`margin${(0,e0.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%"}}]}),n_=eU.forwardRef(function(e,t){let n;let r=(0,e3.i)({props:e,name:"MuiFormControl"}),{children:i,className:o,color:a="primary",component:s="div",disabled:l=!1,error:u=!1,focused:c,fullWidth:h=!1,hiddenLabel:d=!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:h,hiddenLabel:d,margin:p,required:f,size:g,variant:m},x=nw(y),[b,w]=eU.useState(()=>{let e=!1;return i&&eU.Children.forEach(i,t=>{if(!(0,nx.Z)(t,["Input","Select"]))return;let n=(0,nx.Z)(t,["Select"])?t.props.input:t;n&&n.props.startAdornment&&(e=!0)}),e}),[S,_]=eU.useState(()=>{let e=!1;return i&&eU.Children.forEach(i,t=>{(0,nx.Z)(t,["Input","Select"])&&(tj(t.props,!0)||tj(t.props.inputProps,!0))&&(e=!0)}),e}),[C,k]=eU.useState(!1);l&&C&&k(!1);let M=void 0===c||l?C:c;eU.useRef(!1);let T=eU.useCallback(()=>{_(!0)},[]),D=eU.useCallback(()=>{_(!1)},[]),A=eU.useMemo(()=>({adornedStart:b,setAdornedStart:w,color:a,disabled:l,error:u,filled:S,focused:M,fullWidth:h,hiddenLabel:d,size:g,onBlur:()=>{k(!1)},onFocus:()=>{k(!0)},onEmpty:D,onFilled:T,registerEffect:n,required:f,variant:m}),[b,a,l,u,S,M,h,d,n,D,T,f,g,m]);return(0,eq.jsx)(tB.Provider,{value:A,children:(0,eq.jsx)(nS,{as:s,ownerState:y,className:(0,eX.Z)(x.root,o),ref:t,...v,children:i})})});function nC(e){return(0,e8.ZP)("MuiFormHelperText",e)}let nk=(0,e4.Z)("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]),nM=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,e0.Z)(r)}`,n&&"contained",s&&"focused",a&&"filled",l&&"required"]};return(0,eK.Z)(u,nC,t)},nT=(0,e1.ZP)("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.size&&t[`size${(0,e0.Z)(n.size)}`],n.contained&&t.contained,n.filled&&t.filled]}})((0,e2.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.caption,textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${nk.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${nk.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}}]}))),nD=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiFormHelperText"}),{children:r,className:i,component:o="p",disabled:a,error:s,filled:l,focused:u,margin:c,required:h,variant:d,...p}=n,f=tL({props:n,muiFormControl:tN(),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=nM(g);return(0,eq.jsx)(nT,{as:o,className:(0,eX.Z)(m.root,i),ref:t,...p,ownerState:g,children:" "===r?ia||(ia=(0,eq.jsx)("span",{className:"notranslate","aria-hidden":!0,children:"​"})):r})});function nA(e){return parseInt(eU.version,10)>=19?e?.props?.ref||null:e?.ref||null}var nI=n(2444),nP=n(6595),nO=n(5399),nR=n(1852);function nE(e=window){let t=e.document.documentElement.clientWidth;return e.innerWidth-t}var nL=n(4255);function nB(e,t,n){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:n?null:e.firstChild}function nN(e,t,n){return e===t?n?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:n?null:e.lastChild}function nZ(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 nF(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")&&nZ(s,o)&&!t)return s.focus(),!0;s=i(e,s,n)}return!1}let nz=eU.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",...h}=e,d=eU.useRef(null),p=eU.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});(0,tz.Z)(()=>{r&&d.current.focus()},[r]),eU.useImperativeHandle(n,()=>({adjustStyleForScrollbar:(e,{direction:t})=>{let n=!d.current.style.width;if(e.clientHeight<d.current.clientHeight&&n){let n=`${nE((0,nL.Z)(e))}px`;d.current.style["rtl"===t?"paddingLeft":"paddingRight"]=n,d.current.style.width=`calc(100% + ${n})`}return d.current}}),[]);let f=(0,tF.Z)(d,t),g=-1;eU.Children.forEach(o,(e,t)=>{if(!eU.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=eU.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),eU.cloneElement(e,t)}return e});return(0,eq.jsx)(nR.Z,{role:"menu",ref:f,className:a,onKeyDown:e=>{let t=d.current,n=e.key;if(e.ctrlKey||e.metaKey||e.altKey){u&&u(e);return}let r=(0,nI.Z)(t).activeElement;if("ArrowDown"===n)e.preventDefault(),nF(t,r,l,s,nB);else if("ArrowUp"===n)e.preventDefault(),nF(t,r,l,s,nN);else if("Home"===n)e.preventDefault(),nF(t,null,l,s,nB);else if("End"===n)e.preventDefault(),nF(t,null,l,s,nN);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&&nZ(r,i);i.previousKeyMatched&&(l||nF(t,r,!1,s,nB,i))?e.preventDefault():i.previousKeyMatched=!1}u&&u(e)},tabIndex:r?0:-1,...h,children:m})});var nV=n(7999),nj=n(7126),n$=n(1825),nH=n(4776),nW=n(2777);function nG(e){return`scale(${e}, ${e**2})`}let nq={entering:{opacity:1,transform:nG(1)},entered:{opacity:1,transform:"none"}},nU="undefined"!=typeof navigator&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),nY=eU.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:h,onExiting:d,style:p,timeout:f="auto",TransitionComponent:g=n$.ZP,...m}=e,v=(0,nj.Z)(),y=eU.useRef(),x=(0,nH.Z)(),b=eU.useRef(null),w=(0,tF.Z)(b,nA(i),t),S=e=>t=>{if(e){let n=b.current;void 0===t?e(n):e(n,t)}},_=S(u),C=S((e,t)=>{let n;(0,nW.n)(e);let{duration:r,delay:i,easing:a}=(0,nW.C)({style:p,timeout:f,easing:o},{mode:"enter"});"auto"===f?(n=x.transitions.getAutoHeightDuration(e.clientHeight),y.current=n):n=r,e.style.transition=[x.transitions.create("opacity",{duration:n,delay:i}),x.transitions.create("transform",{duration:nU?n:.666*n,delay:i,easing:a})].join(","),s&&s(e,t)}),k=S(l),M=S(d),T=S(e=>{let t;let{duration:n,delay:r,easing:i}=(0,nW.C)({style:p,timeout:f,easing:o},{mode:"exit"});"auto"===f?(t=x.transitions.getAutoHeightDuration(e.clientHeight),y.current=t):t=n,e.style.transition=[x.transitions.create("opacity",{duration:t,delay:r}),x.transitions.create("transform",{duration:nU?t:.666*t,delay:nU?r:r||.333*t,easing:i})].join(","),e.style.opacity=0,e.style.transform=nG(.75),c&&c(e)}),D=S(h);return(0,eq.jsx)(g,{appear:r,in:a,nodeRef:b,onEnter:C,onEntered:k,onEntering:_,onExit:T,onExited:D,onExiting:M,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})=>eU.cloneElement(i,{style:{opacity:0,transform:nG(.75),visibility:"exited"!==e||a?void 0:"hidden",...nq[e],...p,...i.props.style},ref:w,...n})})});nY&&(nY.muiSupportAuto=!0);var nX=n(668);function nK(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 nQ(){return!0}let nJ=function(e){let{children:t,disableAutoFocus:n=!1,disableEnforceFocus:r=!1,disableRestoreFocus:i=!1,getTabbable:o=nK,isEnabled:a=nQ,open:s}=e,l=eU.useRef(!1),u=eU.useRef(null),c=eU.useRef(null),h=eU.useRef(null),d=eU.useRef(null),p=eU.useRef(!1),f=eU.useRef(null),g=(0,tk.Z)(nA(t),f),m=eU.useRef(null);eU.useEffect(()=>{s&&f.current&&(p.current=!n)},[n,s]),eU.useEffect(()=>{if(!s||!f.current)return;let e=(0,nX.Z)(f.current);return!f.current.contains(e.activeElement)&&(f.current.hasAttribute("tabIndex")||f.current.setAttribute("tabIndex","-1"),p.current&&f.current.focus()),()=>{i||(h.current&&h.current.focus&&(l.current=!0,h.current.focus()),h.current=null)}},[s]),eU.useEffect(()=>{if(!s||!f.current)return;let e=(0,nX.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!==d.current)d.current=null;else if(null!==d.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===h.current&&(h.current=e.relatedTarget),p.current=!0};return(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)("div",{tabIndex:s?0:-1,onFocus:v,ref:u,"data-testid":"sentinelStart"}),eU.cloneElement(t,{ref:g,onFocus:e=>{null===h.current&&(h.current=e.relatedTarget),p.current=!0,d.current=e.target;let n=t.props.onFocus;n&&n(e)}}),(0,eq.jsx)("div",{tabIndex:s?0:-1,onFocus:v,ref:c,"data-testid":"sentinelEnd"})]})};var n0=n(6085),n1=n(5817);let n2=eU.forwardRef(function(e,t){let{children:n,container:r,disablePortal:i=!1}=e,[o,a]=eU.useState(null),s=(0,tk.Z)(eU.isValidElement(n)?nA(n):null,t);return((0,tD.Z)(()=>{if(!i)a(("function"==typeof r?r():r)||document.body)},[r,i]),(0,tD.Z)(()=>{if(o&&!i)return(0,n1.Z)(t,o),()=>{(0,n1.Z)(t,null)}},[t,o,i]),i)?eU.isValidElement(n)?eU.cloneElement(n,{ref:s}):n:o?n0.createPortal(n,o):o});var n5=n(6351);let n3={entering:{opacity:1},entered:{opacity:1}},n4=eU.forwardRef(function(e,t){let n=(0,nH.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:h,onExit:d,onExited:p,onExiting:f,style:g,timeout:m=r,TransitionComponent:v=n$.ZP,...y}=e,x=eU.useRef(null),b=(0,tF.Z)(x,nA(a),t),w=e=>t=>{if(e){let n=x.current;void 0===t?e(n):e(n,t)}},S=w(h),_=w((e,t)=>{(0,nW.n)(e);let r=(0,nW.C)({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)}),C=w(c),k=w(f),M=w(e=>{let t=(0,nW.C)({style:g,timeout:m,easing:s},{mode:"exit"});e.style.webkitTransition=n.transitions.create("opacity",t),e.style.transition=n.transitions.create("opacity",t),d&&d(e)}),T=w(p);return(0,eq.jsx)(v,{appear:o,in:l,nodeRef:x,onEnter:_,onEntered:C,onEntering:S,onExit:M,onExited:T,onExiting:k,addEndListener:e=>{i&&i(x.current,e)},timeout:m,...y,children:(e,{ownerState:t,...n})=>eU.cloneElement(a,{style:{opacity:0,visibility:"exited"!==e||l?void 0:"hidden",...n3[e],...g,...a.props.style},ref:b,...n})})});function n8(e){return(0,e8.ZP)("MuiBackdrop",e)}(0,e4.Z)("MuiBackdrop",["root","invisible"]);let n6=e=>{let{classes:t,invisible:n}=e;return(0,eK.Z)({root:["root",n&&"invisible"]},n8,t)},n9=(0,e1.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"}}]}),n7=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiBackdrop"}),{children:r,className:i,component:o="div",invisible:a=!1,open:s,components:l={},componentsProps:u={},slotProps:c={},slots:h={},TransitionComponent:d,transitionDuration:p,...f}=n,g={...n,component:o,invisible:a},m=n6(g),v={slots:{transition:d,root:l.Root,...h},slotProps:{...u,...c}},[y,x]=(0,n5.Z)("root",{elementType:n9,externalForwardedProps:v,className:(0,eX.Z)(m.root,i),ownerState:g}),[b,w]=(0,n5.Z)("transition",{elementType:n4,externalForwardedProps:v,ownerState:g});return(0,eq.jsx)(b,{in:s,timeout:p,...f,...w,children:(0,eq.jsx)(y,{"aria-hidden":!0,...x,classes:m,ref:t,children:r})})});var re=n(8543),rt=n(2438);function rn(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function rr(e){return parseInt((0,tM.Z)(e).getComputedStyle(e).paddingRight,10)||0}function ri(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&&rn(e,i)})}function ro(e,t){let n=-1;return e.some((e,r)=>!!t(e)&&(n=r,!0)),n}let ra=()=>{},rs=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&&rn(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);ri(t,e.mount,e.modalRef,r,!0);let i=ro(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=ro(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,nX.Z)(e);return t.body===e?(0,tM.Z)(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}(r)){let e=nE((0,tM.Z)(r));n.push({value:r.style.paddingRight,property:"padding-right",el:r}),r.style.paddingRight=`${rr(r)+e}px`;let t=(0,nX.Z)(r).querySelectorAll(".mui-fixed");[].forEach.call(t,t=>{n.push({value:t.style.paddingRight,property:"padding-right",el:t}),t.style.paddingRight=`${rr(t)+e}px`})}if(r.parentNode instanceof DocumentFragment)e=(0,nX.Z)(r).body;else{let t=r.parentElement,n=(0,tM.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=ro(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&&rn(e.modalRef,t),ri(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&&rn(e.modalRef,!1)}return n}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}},rl=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,h=eU.useRef({}),d=eU.useRef(null),p=eU.useRef(null),f=(0,tk.Z)(p,c),[g,m]=eU.useState(!u),v=!!s&&s.props.hasOwnProperty("in"),y=!0;("false"===e["aria-hidden"]||!1===e["aria-hidden"])&&(y=!1);let x=()=>(0,nX.Z)(d.current),b=()=>(h.current.modalRef=p.current,h.current.mount=d.current,h.current),w=()=>{rs.mount(b(),{disableScrollLock:r}),p.current&&(p.current.scrollTop=0)},S=(0,tT.Z)(()=>{let e=("function"==typeof t?t():t)||x().body;rs.add(b(),e),p.current&&w()}),_=()=>rs.isTopModal(b()),C=(0,tT.Z)(e=>{d.current=e,e&&(u&&_()?w():p.current&&rn(p.current,y))}),k=eU.useCallback(()=>{rs.remove(b(),y)},[y]);eU.useEffect(()=>()=>{k()},[k]),eU.useEffect(()=>{u?S():v&&i||k()},[u,k,v,i,S]);let M=e=>t=>{e.onKeyDown?.(t),"Escape"===t.key&&229!==t.which&&_()&&!n&&(t.stopPropagation(),l&&l(t,"escapeKeyDown"))},T=e=>t=>{e.onClick?.(t),t.target===t.currentTarget&&l&&l(t,"backdropClick")};return{getRootProps:(t={})=>{let n=(0,rt.Z)(e);delete n.onTransitionEnter,delete n.onTransitionExited;let r={...n,...t};return{role:"presentation",...r,onKeyDown:M(r),ref:f}},getBackdropProps:(e={})=>({"aria-hidden":!0,...e,onClick:T(e),open:u}),getTransitionProps:()=>({onEnter:(0,re.Z)(()=>{m(!1),o&&o()},s?.props.onEnter??ra),onExited:(0,re.Z)(()=>{m(!0),a&&a(),i&&k()},s?.props.onExited??ra)}),rootRef:f,portalRef:C,isTopModal:_,exited:g,hasTransition:v}};function ru(e){return(0,e8.ZP)("MuiModal",e)}(0,e4.Z)("MuiModal",["root","hidden","backdrop"]);let rc=e=>{let{open:t,exited:n,classes:r}=e;return(0,eK.Z)({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},ru,r)},rh=(0,e1.ZP)("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})((0,e2.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"}}]}))),rd=(0,e1.ZP)(n7,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),rp=eU.forwardRef(function(e,t){let n=(0,e3.i)({name:"MuiModal",props:e}),{BackdropComponent:r=rd,BackdropProps:i,classes:o,className:a,closeAfterTransition:s=!1,children:l,container:u,component:c,components:h={},componentsProps:d={},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:_,onTransitionExited:C,open:k,slotProps:M={},slots:T={},theme:D,...A}=n,I={...n,closeAfterTransition:s,disableAutoFocus:p,disableEnforceFocus:f,disableEscapeKeyDown:g,disablePortal:m,disableRestoreFocus:v,disableScrollLock:y,hideBackdrop:x,keepMounted:b},{getRootProps:P,getBackdropProps:O,getTransitionProps:R,portalRef:E,isTopModal:L,exited:B,hasTransition:N}=rl({...I,rootRef:t}),Z={...I,exited:B},F=rc(Z),z={};if(void 0===l.props.tabIndex&&(z.tabIndex="-1"),N){let{onEnter:e,onExited:t}=R();z.onEnter=e,z.onExited=t}let V={slots:{root:h.Root,backdrop:h.Backdrop,...T},slotProps:{...d,...M}},[j,$]=(0,n5.Z)("root",{ref:t,elementType:rh,externalForwardedProps:{...V,...A,component:c},getSlotProps:P,ownerState:Z,className:(0,eX.Z)(a,F?.root,!Z.open&&Z.exited&&F?.hidden)}),[H,W]=(0,n5.Z)("backdrop",{ref:i?.ref,elementType:r,externalForwardedProps:V,shouldForwardComponentProp:!0,additionalProps:i,getSlotProps:e=>O({...e,onClick:t=>{w&&w(t),e?.onClick&&e.onClick(t)}}),className:(0,eX.Z)(i?.className,F?.backdrop),ownerState:Z});return b||k||N&&!B?(0,eq.jsx)(n2,{ref:E,container:u,disablePortal:m,children:(0,eq.jsxs)(j,{...$,children:[!x&&r?(0,eq.jsx)(H,{...W}):null,(0,eq.jsx)(nJ,{disableEnforceFocus:f,disableAutoFocus:p,disableRestoreFocus:v,isEnabled:L,open:k,children:eU.cloneElement(l,z)})]})}):null});var rf=n(8866);function rg(e){return(0,e8.ZP)("MuiPopover",e)}(0,e4.Z)("MuiPopover",["root","paper"]);var rm=n(7834);function rv(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function ry(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function rx(e){return[e.horizontal,e.vertical].map(e=>"number"==typeof e?`${e}px`:e).join(" ")}function rb(e){return"function"==typeof e?e():e}let rw=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],paper:["paper"]},rg,t)},rS=(0,e1.ZP)(rp,{name:"MuiPopover",slot:"Root",overridesResolver:(e,t)=>t.root})({}),r_=(0,e1.ZP)(rf.Z,{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}),rC=eU.forwardRef(function(e,t){let n=(0,e3.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:h=8,marginThreshold:d=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,_=eU.useRef(),C={...n,anchorOrigin:o,anchorReference:s,elevation:h,marginThreshold:d,transformOrigin:v,TransitionComponent:y,transitionDuration:x,TransitionProps:b},k=rw(C),M=eU.useCallback(()=>{if("anchorPosition"===s)return a;let e=rb(i),t=(e&&1===e.nodeType?e:(0,nI.Z)(_.current).body).getBoundingClientRect();return{top:t.top+rv(t,o.vertical),left:t.left+ry(t,o.horizontal)}},[i,o.horizontal,o.vertical,a,s]),T=eU.useCallback(e=>({vertical:rv(e,v.vertical),horizontal:ry(e,v.horizontal)}),[v.horizontal,v.vertical]),D=eU.useCallback(e=>{let t={width:e.offsetWidth,height:e.offsetHeight},n=T(t);if("none"===s)return{top:null,left:null,transformOrigin:rx(n)};let r=M(),o=r.top-n.vertical,a=r.left-n.horizontal,l=o+t.height,u=a+t.width,c=(0,nL.Z)(rb(i)),h=c.innerHeight-d,p=c.innerWidth-d;if(null!==d&&o<d){let e=o-d;o-=e,n.vertical+=e}else if(null!==d&&l>h){let e=l-h;o-=e,n.vertical+=e}if(null!==d&&a<d){let e=a-d;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:rx(n)}},[i,s,M,T,d]),[A,I]=eU.useState(p),P=eU.useCallback(()=>{let e=_.current;if(!e)return;let t=D(e);null!==t.top&&e.style.setProperty("top",t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin,I(!0)},[D]);eU.useEffect(()=>(w&&window.addEventListener("scroll",P),()=>window.removeEventListener("scroll",P)),[i,w,P]);let O=()=>{P()},R=()=>{I(!1)};eU.useEffect(()=>{p&&P()}),eU.useImperativeHandle(r,()=>p?{updatePosition:()=>{P()}}:null,[p,P]),eU.useEffect(()=>{if(!p)return;let e=(0,nV.Z)(()=>{P()}),t=(0,nL.Z)(i);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[i,p,P]);let E=x,L={slots:{transition:y,...g},slotProps:{transition:b,paper:f,...m}},[B,N]=(0,n5.Z)("transition",{elementType:nY,externalForwardedProps:L,ownerState:C,getSlotProps:e=>({...e,onEntering:(t,n)=>{e.onEntering?.(t,n),O()},onExited:t=>{e.onExited?.(t),R()}}),additionalProps:{appear:!0,in:p}});"auto"!==x||B.muiSupportAuto||(E=void 0);let Z=c||(i?(0,nI.Z)(rb(i)).body:void 0),[F,{slots:z,slotProps:V,...j}]=(0,n5.Z)("root",{ref:t,elementType:rS,externalForwardedProps:{...L,...S},shouldForwardComponentProp:!0,additionalProps:{slots:{backdrop:g.backdrop},slotProps:{backdrop:(0,rm.Z)("function"==typeof m.backdrop?m.backdrop(C):m.backdrop,{invisible:!0})},container:Z,open:p},ownerState:C,className:(0,eX.Z)(k.root,u)}),[$,H]=(0,n5.Z)("paper",{ref:_,className:k.paper,elementType:r_,externalForwardedProps:L,shouldForwardComponentProp:!0,additionalProps:{elevation:h,style:A?void 0:{opacity:0}},ownerState:C});return(0,eq.jsx)(F,{...j,...!(0,tE.Z)(F)&&{slots:z,slotProps:V,disableScrollLock:w},children:(0,eq.jsx)(B,{...N,timeout:E,children:(0,eq.jsx)($,{...H,children:l})})})});function rk(e){return(0,e8.ZP)("MuiMenu",e)}(0,e4.Z)("MuiMenu",["root","paper","list"]);let rM={vertical:"top",horizontal:"right"},rT={vertical:"top",horizontal:"left"},rD=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],paper:["paper"],list:["list"]},rk,t)},rA=(0,e1.ZP)(rC,{shouldForwardProp:e=>(0,ta.Z)(e)||"classes"===e,name:"MuiMenu",slot:"Root",overridesResolver:(e,t)=>t.root})({}),rI=(0,e1.ZP)(r_,{name:"MuiMenu",slot:"Paper",overridesResolver:(e,t)=>t.paper})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),rP=(0,e1.ZP)(nz,{name:"MuiMenu",slot:"List",overridesResolver:(e,t)=>t.list})({outline:0}),rO=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiMenu"}),{autoFocus:r=!0,children:i,className:o,disableAutoFocusItem:a=!1,MenuListProps:s={},onClose:l,open:u,PaperProps:c={},PopoverClasses:h,transitionDuration:d="auto",TransitionProps:{onEntering:p,...f}={},variant:g="selectedMenu",slots:m={},slotProps:v={},...y}=n,x=(0,nP.V)(),b={...n,autoFocus:r,disableAutoFocusItem:a,MenuListProps:s,onEntering:p,PaperProps:c,transitionDuration:d,TransitionProps:f,variant:g},w=rD(b),S=r&&!a&&u,_=eU.useRef(null),C=(e,t)=>{_.current&&_.current.adjustStyleForScrollbar(e,{direction:x?"rtl":"ltr"}),p&&p(e,t)},k=e=>{"Tab"===e.key&&(e.preventDefault(),l&&l(e,"tabKeyDown"))},M=-1;eU.Children.map(i,(e,t)=>{eU.isValidElement(e)&&(e.props.disabled||("selectedMenu"===g&&e.props.selected?M=t:-1!==M||(M=t)))});let T={slots:m,slotProps:{list:s,transition:f,paper:c,...v}},D=(0,nO.Z)({elementType:m.root,externalSlotProps:v.root,ownerState:b,className:[w.root,o]}),[A,I]=(0,n5.Z)("paper",{className:w.paper,elementType:rI,externalForwardedProps:T,shouldForwardComponentProp:!0,ownerState:b}),[P,O]=(0,n5.Z)("list",{className:(0,eX.Z)(w.list,s.className),elementType:rP,shouldForwardComponentProp:!0,externalForwardedProps:T,getSlotProps:e=>({...e,onKeyDown:t=>{k(t),e.onKeyDown?.(t)}}),ownerState:b}),R="function"==typeof T.slotProps.transition?T.slotProps.transition(b):T.slotProps.transition;return(0,eq.jsx)(rA,{onClose:l,anchorOrigin:{vertical:"bottom",horizontal:x?"right":"left"},transformOrigin:x?rM:rT,slots:{root:m.root,paper:A,backdrop:m.backdrop,...m.transition&&{transition:m.transition}},slotProps:{root:D,paper:I,backdrop:"function"==typeof v.backdrop?v.backdrop(b):v.backdrop,transition:{...R,onEntering:(...e)=>{C(...e),R?.onEntering?.(...e)}}},open:u,ref:t,transitionDuration:d,ownerState:b,...y,classes:h,children:(0,eq.jsx)(P,{actions:_,autoFocus:r&&(-1===M||a),autoFocusItem:S,variant:g,...O,children:i})})});function rR(e){return(0,e8.ZP)("MuiNativeSelect",e)}let rE=(0,e4.Z)("MuiNativeSelect",["root","select","multiple","filled","outlined","standard","disabled","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]),rL=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,e0.Z)(n)}`,o&&"iconOpen",r&&"disabled"]};return(0,eK.Z)(s,rR,t)},rB=(0,e1.ZP)("select")(({theme:e})=>({MozAppearance:"none",WebkitAppearance:"none",userSelect:"none",borderRadius:0,cursor:"pointer","&:focus":{borderRadius:0},[`&.${rE.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}}}]})),rN=(0,e1.ZP)(rB,{name:"MuiNativeSelect",slot:"Select",shouldForwardProp:ta.Z,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.select,t[n.variant],n.error&&t.error,{[`&.${rE.multiple}`]:t.multiple}]}})({}),rZ=(0,e1.ZP)("svg")(({theme:e})=>({position:"absolute",right:0,top:"calc(50% - .5em)",pointerEvents:"none",color:(e.vars||e).palette.action.active,[`&.${rE.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}}]})),rF=(0,e1.ZP)(rZ,{name:"MuiNativeSelect",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${(0,e0.Z)(n.variant)}`],n.open&&t.iconOpen]}})({}),rz=eU.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=rL(u);return(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)(rN,{ownerState:u,className:(0,eX.Z)(c.select,n),disabled:r,ref:a||t,...l}),e.multiple?null:(0,eq.jsx)(rF,{as:o,ownerState:u,className:c.icon})]})});var rV=n(4005),rj=n(8817);function r$(e){return(0,e8.ZP)("MuiSelect",e)}let rH=(0,e4.Z)("MuiSelect",["root","select","multiple","filled","outlined","standard","disabled","focused","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]),rW=(0,e1.ZP)(rB,{name:"MuiSelect",slot:"Select",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`&.${rH.select}`]:t.select},{[`&.${rH.select}`]:t[n.variant]},{[`&.${rH.error}`]:t.error},{[`&.${rH.multiple}`]:t.multiple}]}})({[`&.${rH.select}`]:{height:"auto",minHeight:"1.4375em",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}),rG=(0,e1.ZP)(rZ,{name:"MuiSelect",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${(0,e0.Z)(n.variant)}`],n.open&&t.iconOpen]}})({}),rq=(0,e1.ZP)("input",{shouldForwardProp:e=>(0,rV.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 rU(e,t){return"object"==typeof t&&null!==t?e===t:String(e)===String(t)}let rY=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,e0.Z)(n)}`,o&&"iconOpen",r&&"disabled"],nativeInput:["nativeInput"]};return(0,eK.Z)(s,r$,t)},rX=eU.forwardRef(function(e,t){var n;let r,i,o;let{"aria-describedby":a,"aria-label":s,autoFocus:l,autoWidth:u,children:c,className:h,defaultOpen:d,defaultValue:p,disabled:f,displayEmpty:g,error:m=!1,IconComponent:v,inputRef:y,labelId:x,MenuProps:b={},multiple:w,name:S,onBlur:_,onChange:C,onClose:k,onFocus:M,onOpen:T,open:D,readOnly:A,renderValue:I,required:P,SelectDisplayProps:O={},tabIndex:R,type:E,value:L,variant:B="standard",...N}=e,[Z,F]=(0,rj.Z)({controlled:L,default:p,name:"Select"}),[z,V]=(0,rj.Z)({controlled:D,default:d,name:"Select"}),j=eU.useRef(null),$=eU.useRef(null),[H,W]=eU.useState(null),{current:G}=eU.useRef(null!=D),[q,U]=eU.useState(),Y=(0,tF.Z)(t,y),X=eU.useCallback(e=>{$.current=e,e&&W(e)},[]),K=H?.parentNode;eU.useImperativeHandle(Y,()=>({focus:()=>{$.current.focus()},node:j.current,value:Z}),[Z]),eU.useEffect(()=>{d&&z&&H&&!G&&(U(u?null:K.clientWidth),$.current.focus())},[H,u]),eU.useEffect(()=>{l&&$.current.focus()},[l]),eU.useEffect(()=>{if(!x)return;let e=(0,nI.Z)($.current).getElementById(x);if(e){let t=()=>{getSelection().isCollapsed&&$.current.focus()};return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}},[x]);let Q=(e,t)=>{e?T&&T(t):k&&k(t),G||(U(u?null:K.clientWidth),V(e))},J=eU.Children.toArray(c),ee=e=>t=>{let n;if(t.currentTarget.hasAttribute("tabindex")){if(w){n=Array.isArray(Z)?Z.slice():[];let t=Z.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),Z!==n&&(F(n),C)){let r=t.nativeEvent||t,i=new r.constructor(r.type,r);Object.defineProperty(i,"target",{writable:!0,value:{value:n,name:S}}),C(i,e)}w||Q(!1,t)}},et=null!==H&&z;delete N["aria-invalid"];let en=[],er=!1;(tj({value:Z})||g)&&(I?r=I(Z):er=!0);let ei=J.map(e=>{let t;if(!eU.isValidElement(e))return null;if(w){if(!Array.isArray(Z))throw Error((0,tC.Z)(2));(t=Z.some(t=>rU(t,e.props.value)))&&er&&en.push(e.props.children)}else(t=rU(Z,e.props.value))&&er&&(i=e.props.children);return eU.cloneElement(e,{"aria-selected":t?"true":"false",onClick:ee(e),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})});er&&(r=w?0===en.length?null:en.reduce((e,t,n)=>(e.push(t),n<en.length-1&&e.push(", "),e),[]):i);let eo=q;!u&&G&&H&&(eo=K.clientWidth),o=void 0!==R?R:f?null:0;let ea=O.id||(S?`mui-component-select-${S}`:void 0),es={...e,variant:B,value:Z,open:et,error:m},el=rY(es),eu={...b.PaperProps,...b.slotProps?.paper},ec=(0,tS.Z)();return(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)(rW,{as:"div",ref:X,tabIndex:o,role:"combobox","aria-controls":et?ec:void 0,"aria-disabled":f?"true":void 0,"aria-expanded":et?"true":"false","aria-haspopup":"listbox","aria-label":s,"aria-labelledby":[x,ea].filter(Boolean).join(" ")||void 0,"aria-describedby":a,"aria-required":P?"true":void 0,"aria-invalid":m?"true":void 0,onKeyDown:e=>{!A&&[" ","ArrowUp","ArrowDown","Enter"].includes(e.key)&&(e.preventDefault(),Q(!0,e))},onMouseDown:f||A?null:e=>{0===e.button&&(e.preventDefault(),$.current.focus(),Q(!0,e))},onBlur:e=>{!et&&_&&(Object.defineProperty(e,"target",{writable:!0,value:{value:Z,name:S}}),_(e))},onFocus:M,...O,ownerState:es,className:(0,eX.Z)(O.className,el.select,h),id:ea,children:null!=(n=r)&&("string"!=typeof n||n.trim())?r:is||(is=(0,eq.jsx)("span",{className:"notranslate","aria-hidden":!0,children:"​"}))}),(0,eq.jsx)(rq,{"aria-invalid":m,value:Array.isArray(Z)?Z.join(","):Z,name:S,ref:j,"aria-hidden":!0,onChange:e=>{let t=J.find(t=>t.props.value===e.target.value);void 0!==t&&(F(t.props.value),C&&C(e,t))},tabIndex:-1,disabled:f,className:el.nativeInput,autoFocus:l,required:P,...N,ownerState:es}),(0,eq.jsx)(rG,{as:v,className:el.icon,ownerState:es}),(0,eq.jsx)(rO,{id:`menu-${S||""}`,anchorEl:K,open:et,onClose:e=>{Q(!1,e)},anchorOrigin:{vertical:"bottom",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"},...b,slotProps:{...b.slotProps,list:{"aria-labelledby":x,role:"listbox","aria-multiselectable":w?"true":void 0,disableListWrap:!0,id:ec,...b.MenuListProps},paper:{...eu,style:{minWidth:eo,...null!=eu?eu.style:null}}},children:ei})]})});var rK=n(247);let rQ=(0,rK.Z)((0,eq.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),rJ=e=>{let{classes:t}=e,n=(0,eK.Z)({root:["root"]},r$,t);return{...t,...n}},r0={name:"MuiSelect",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,ta.Z)(e)&&"variant"!==e,slot:"Root"},r1=(0,e1.ZP)(t5,r0)(""),r2=(0,e1.ZP)(nl,r0)(""),r5=(0,e1.ZP)(t7,r0)(""),r3=eU.forwardRef(function(e,t){let n=(0,e3.i)({name:"MuiSelect",props:e}),{autoWidth:r=!1,children:i,classes:o={},className:a,defaultOpen:s=!1,displayEmpty:l=!1,IconComponent:u=rQ,id:c,input:h,inputProps:d,label:p,labelId:f,MenuProps:g,multiple:m=!1,native:v=!1,onClose:y,onOpen:x,open:b,renderValue:w,SelectDisplayProps:S,variant:_="outlined",...C}=n,k=tL({props:n,muiFormControl:tN(),states:["variant","error"]}),M=k.variant||_,T={...n,variant:M,classes:o},D=rJ(T),{root:A,...I}=D,P=h||({standard:(0,eq.jsx)(r1,{ownerState:T}),outlined:(0,eq.jsx)(r2,{label:p,ownerState:T}),filled:(0,eq.jsx)(r5,{ownerState:T})})[M],O=(0,tF.Z)(t,nA(P));return(0,eq.jsx)(eU.Fragment,{children:eU.cloneElement(P,{inputComponent:v?rz:rX,inputProps:{children:i,error:k.error,IconComponent:u,variant:M,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}},...d,classes:d?(0,t_.Z)(I,d.classes):I,...h?h.props.inputProps:{}},...(m&&v||l)&&"outlined"===M?{notched:!0}:{},ref:O,className:(0,eX.Z)(P.props.className,a,D.root),...!h&&{variant:M},...C})})});function r4(e){return(0,e8.ZP)("MuiTextField",e)}r3.muiName="Select",(0,e4.Z)("MuiTextField",["root"]);let r8={standard:t5,filled:t7,outlined:nl},r6=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},r4,t)},r9=(0,e1.ZP)(n_,{name:"MuiTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),r7=eU.forwardRef(function(e,t){let n=(0,e3.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:h,fullWidth:d=!1,helperText:p,id:f,InputLabelProps:g,inputProps:m,InputProps:v,inputRef:y,label:x,maxRows:b,minRows:w,multiline:S=!1,name:_,onBlur:C,onChange:k,onFocus:M,placeholder:T,required:D=!1,rows:A,select:I=!1,SelectProps:P,slots:O={},slotProps:R={},type:E,value:L,variant:B="outlined",...N}=n,Z={...n,autoFocus:i,color:s,disabled:u,error:c,fullWidth:d,multiline:S,required:D,select:I,variant:B},F=r6(Z),z=(0,tS.Z)(f),V=p&&z?`${z}-helper-text`:void 0,j=x&&z?`${z}-label`:void 0,$=r8[B],H={slots:O,slotProps:{input:v,inputLabel:g,htmlInput:m,formHelperText:h,select:P,...R}},W={},G=H.slotProps.inputLabel;"outlined"===B&&(G&&void 0!==G.shrink&&(W.notched=G.shrink),W.label=x),I&&(P&&P.native||(W.id=void 0),W["aria-describedby"]=void 0);let[q,U]=(0,n5.Z)("input",{elementType:$,externalForwardedProps:H,additionalProps:W,ownerState:Z}),[Y,X]=(0,n5.Z)("inputLabel",{elementType:ny,externalForwardedProps:H,ownerState:Z}),[K,Q]=(0,n5.Z)("htmlInput",{elementType:"input",externalForwardedProps:H,ownerState:Z}),[J,ee]=(0,n5.Z)("formHelperText",{elementType:nD,externalForwardedProps:H,ownerState:Z}),[et,en]=(0,n5.Z)("select",{elementType:r3,externalForwardedProps:H,ownerState:Z}),er=(0,eq.jsx)(q,{"aria-describedby":V,autoComplete:r,autoFocus:i,defaultValue:l,fullWidth:d,multiline:S,name:_,rows:A,maxRows:b,minRows:w,type:E,value:L,id:z,inputRef:y,onBlur:C,onChange:k,onFocus:M,placeholder:T,inputProps:Q,slots:{input:O.htmlInput?K:void 0},...U});return(0,eq.jsxs)(r9,{className:(0,eX.Z)(F.root,a),disabled:u,error:c,fullWidth:d,ref:t,required:D,color:s,variant:B,ownerState:Z,...N,children:[null!=x&&""!==x&&(0,eq.jsx)(Y,{htmlFor:z,id:j,...X,children:x}),I?(0,eq.jsx)(et,{"aria-describedby":V,id:z,labelId:j,value:L,input:er,...en,children:o}):er,p&&(0,eq.jsx)(J,{id:V,...ee,children:p})]})});function ie(){return(ie=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 it(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 ir(e){var t=(0,eU.useRef)(e),n=(0,eU.useRef)(function(e){t.current&&t.current(e)});return t.current=e,n.current}var ii,io,ia,is,il,iu=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e<t?t:e},ic=function(e){return"touches"in e},ih=function(e){return e&&e.ownerDocument.defaultView||self},id=function(e,t,n){var r=e.getBoundingClientRect(),i=ic(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:iu((i.pageX-(r.left+ih(e).pageXOffset))/r.width),top:iu((i.pageY-(r.top+ih(e).pageYOffset))/r.height)}},ip=function(e){ic(e)||e.preventDefault()},ig=eU.memo(function(e){var t=e.onMove,n=e.onKey,r=it(e,["onMove","onKey"]),i=(0,eU.useRef)(null),o=ir(t),a=ir(n),s=(0,eU.useRef)(null),l=(0,eU.useRef)(!1),u=(0,eU.useMemo)(function(){var e=function(e){ip(e),(ic(e)?e.touches.length>0:e.buttons>0)&&i.current?o(id(i.current,e,s.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=l.current,o=ih(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&&(ip(t),(!l.current||ic(t))&&r)){if(ic(t)){l.current=!0;var a=t.changedTouches||[];a.length&&(s.current=a[0].identifier)}r.focus(),o(id(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],h=u[1],d=u[2];return(0,eU.useEffect)(function(){return d},[d]),eU.createElement("div",ie({},r,{onTouchStart:c,onMouseDown:c,className:"react-colorful__interactive",ref:i,onKeyDown:h,tabIndex:0,role:"slider"}))}),im=function(e){return e.filter(Boolean).join(" ")},iv=function(e){var t=e.color,n=e.left,r=e.top,i=im(["react-colorful__pointer",e.className]);return eU.createElement("div",{className:i,style:{top:100*(void 0===r?.5:r)+"%",left:100*n+"%"}},eU.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},iy=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},ix=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?iy(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?iy(parseInt(e.substring(6,8),16)/255,2):1}},ib=function(e){var t=e.s,n=e.v,r=e.a,i=(200-t)*n/100;return{h:iy(e.h),s:iy(i>0&&i<200?t*n/100/(i<=100?i:200-i)*100:0),l:iy(i/2),a:iy(r,2)}},iw=function(e){var t=ib(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},iS=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:iy(255*[r,s,a,a,l,r][u]),g:iy(255*[l,r,r,s,a,a][u]),b:iy(255*[a,a,l,r,r,s][u]),a:iy(i,2)}},i_=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},iC=function(e){var t=e.r,n=e.g,r=e.b,i=e.a,o=i<1?i_(iy(255*i)):"";return"#"+i_(t)+i_(n)+i_(r)+o},ik=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:iy(60*(s<0?s+6:s)),s:iy(o?a/o*100:0),v:iy(o/255*100),a:i}},iM=eU.memo(function(e){var t=e.hue,n=e.onChange,r=im(["react-colorful__hue",e.className]);return eU.createElement("div",{className:r},eU.createElement(ig,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:iu(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":iy(t),"aria-valuemax":"360","aria-valuemin":"0"},eU.createElement(iv,{className:"react-colorful__hue-pointer",left:t/360,color:iw({h:t,s:100,v:100,a:1})})))}),iT=eU.memo(function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:iw({h:t.h,s:100,v:100,a:1})};return eU.createElement("div",{className:"react-colorful__saturation",style:r},eU.createElement(ig,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:iu(t.s+100*e.left,0,100),v:iu(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+iy(t.s)+"%, Brightness "+iy(t.v)+"%"},eU.createElement(iv,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:iw(t)})))}),iD=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},iA="undefined"!=typeof window?eU.useLayoutEffect:eU.useEffect,iI=new Map,iP=function(e){iA(function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!iI.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}',iI.set(t,r);var i=il||n.nc;i&&r.setAttribute("nonce",i),t.head.appendChild(r)}},[])},iO=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,h=it(e,["className","colorModel","color","onChange"]),d=(0,eU.useRef)(null);iP(d);var p=(t=ir(c),r=(n=(0,eU.useState)(function(){return s.toHsva(u)}))[0],i=n[1],o=(0,eU.useRef)({color:u,hsva:r}),(0,eU.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,eU.useEffect)(function(){var e;iD(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,eU.useCallback)(function(e){i(function(t){return Object.assign({},t,e)})},[])]),f=p[0],g=p[1],m=im(["react-colorful",a]);return eU.createElement("div",ie({},h,{ref:d,className:m}),eU.createElement(iT,{hsva:f,onChange:g}),eU.createElement(iM,{hue:f.h,onChange:g,className:"react-colorful__last-control"}))},iR={defaultColor:"000",toHsva:function(e){return ik(ix(e))},fromHsva:function(e){return iC(iS({h:e.h,s:e.s,v:e.v,a:1}))},equal:function(e,t){return e.toLowerCase()===t.toLowerCase()||iD(ix(e),ix(t))}},iE=function(e){return eU.createElement(iO,ie({},e,{colorModel:iR}))},iL=n(791),iB=n(354);let iN=({color:e,onChange:t,onClear:n,palette:r})=>{let[i,o]=(0,eU.useState)(e),a=e=>{o(e),t?.(e)};return(0,eq.jsxs)(tb.Z,{spacing:1,children:[(0,eq.jsx)(iE,{color:e,onChange:a,style:{width:"100%"}}),(0,eq.jsx)(tb.Z,{direction:"row",flexWrap:"wrap",justifyContent:"space-evenly",width:"200px",children:r&&r.map((e,t)=>(0,eq.jsx)(tw.Z,{size:"small","aria-label":`change color to ${e}`,sx:{color:e},onClick:()=>a(e),children:(0,eq.jsx)(iL.default,{})},t))}),(0,eq.jsxs)(tb.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,eq.jsx)(r7,{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}`),iZ(e.target.value)&&t?.(e.target.value)}}),n&&(0,eq.jsx)(tw.Z,{onClick:n,children:(0,eq.jsx)(iB.default,{})})]})]})},iZ=(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 iF(e){let{children:t,chartsTheme:n,enablePinning:r=!1,enableSyncGrouping:i=!0}=e,[o,a]=(0,eU.useState)(null),s=(0,eU.useMemo)(()=>({chartsTheme:n,enablePinning:r,lastTooltipPinnedCoords:o,enableSyncGrouping:i,setLastTooltipPinnedCoords:a}),[n,r,i,o,a]);return(0,eq.jsx)(iz.Provider,{value:s,children:t})}let iz=(0,eU.createContext)(void 0);function iV(){let e=(0,eU.useContext)(iz);if(void 0===e)throw Error("No ChartsThemeContext found. Did you forget a Provider?");return e}function ij(){return iV().chartsTheme}let i$=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},iH={data:""},iW=e=>"object"==typeof window?((e?e.querySelector("#_goober"):window._goober)||Object.assign((e||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:e||iH,iG=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,iq=/\/\*[^]*?\*\/| +/g,iU=/\n+/g,iY=(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]?iY(a,o):o+"{"+iY(a,"k"==o[1]?"":t)+"}":"object"==typeof a?r+=iY(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+=iY.p?iY.p(o,a):o+":"+a+";")}return n+(t&&i?t+"{"+i+"}":i)+r},iX={},iK=e=>{if("object"==typeof e){let t="";for(let n in e)t+=n+iK(e[n]);return t}return e},iQ=(e,t,n,r,i)=>{var o;let a=iK(e),s=iX[a]||(iX[a]=(e=>{let t=0,n=11;for(;t<e.length;)n=101*n+e.charCodeAt(t++)>>>0;return"go"+n})(a));if(!iX[s]){let t=a!==e?e:(e=>{let t,n,r=[{}];for(;t=iG.exec(e.replace(iq,""));)t[4]?r.shift():t[3]?(n=t[3].replace(iU," ").trim(),r.unshift(r[0][n]=r[0][n]||{})):r[0][t[1]]=t[2].replace(iU," ").trim();return r[0]})(e);iX[s]=iY(i?{["@keyframes "+s]:t}:t,n?"":"."+s)}let l=n&&iX.g?iX.g:null;return n&&(iX.g=iX[s]),o=iX[s],l?t.data=t.data.replace(l,o):-1===t.data.indexOf(o)&&(t.data=r?o+t.data:t.data+o),s},iJ=(e,t,n)=>e.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?"":iY(e,""):!1===e?"":e}return e+r+(null==o?"":o)},"");function i0(e){let t=this||{},n=e.call?e(t.p):e;return iQ(n.unshift?n.raw?iJ(n,[].slice.call(arguments,1),t.p):n.reduce((e,n)=>Object.assign(e,n&&n.call?n(t.p):n),{}):n,iW(t.target),t.g,t.o,t.k)}function i1(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 i2(e,t,n){return t&&i1(e.prototype,t),n&&i1(e,n),e}function i5(){return(i5=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 i3(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function i4(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 i8(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}i0.bind({g:1}),i0.bind({k:1});var i6=function(){return""},i9=eY().createContext({enqueueSnackbar:i6,closeSnackbar:i6}),i7="@media (max-width:599.95px)",oe="@media (min-width:600px)",ot=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},on=function(e){return""+ot(e.vertical)+ot(e.horizontal)},or=function(e){return!!e||0===e},oi="unmounted",oo="exited",oa="entering",os="entered",ol="exiting",ou=function(e){function t(t){n=e.call(this,t)||this;var n,r,i=t.appear;return n.appearStatus=null,t.in?i?(r=oo,n.appearStatus=oa):r=os:r=t.unmountOnExit||t.mountOnEnter?oi:oo,n.state={status:r},n.nextCallback=null,n}i3(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===oi?{status:oo}: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!==oa&&n!==os&&(t=oa):(n===oa||n===os)&&(t=ol)}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===oa?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===oo&&this.setState({status:oi})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.getTimeouts();if(!e&&!n){this.safeSetState({status:os},function(){t.props.onEntered&&t.props.onEntered(t.node,e)});return}this.props.onEnter&&this.props.onEnter(this.node,e),this.safeSetState({status:oa},function(){t.props.onEntering&&t.props.onEntering(t.node,e),t.onTransitionEnd(r.enter,function(){t.safeSetState({status:os},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){this.safeSetState({status:oo},function(){e.props.onExited&&e.props.onExited(e.node)});return}this.props.onExit&&this.props.onExit(this.node),this.safeSetState({status:ol},function(){e.props.onExiting&&e.props.onExiting(e.node),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:oo},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){setTimeout(this.nextCallback,0);return}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===oi)return null;var t=this.props;return(0,t.children)(e,i4(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]))},i2(t,[{key:"node",get:function(){var e,t=null===(e=this.props.nodeRef)||void 0===e?void 0:e.current;if(!t)throw Error("notistack - Custom snackbar is not refForwarding");return t}}]),t}(eY().Component);function oc(){}function oh(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function od(e,t){return(0,eU.useMemo)(function(){return null==e&&null==t?null:function(n){oh(e,n),oh(t,n)}},[e,t])}function op(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}}ou.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:oc,onEntering:oc,onEntered:oc,onExit:oc,onExiting:oc,onExited:oc};var of={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},og=function(e){e.scrollTop=e.scrollTop},om=function(e){return Math.round(e)+"ms"};function ov(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?of.easeInOut: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:om(i))+" "+a+" "+("string"==typeof l?l:om(l))}).join(",")}function oy(e){return(e&&e.ownerDocument||document).defaultView||window}function ox(e,t){if(t){var n=function(e,t){var n,r=t.getBoundingClientRect(),i=oy(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 ob=(0,eU.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,h=e.onExit,d=e.onExited,p=i4(e,["children","direction","in","style","timeout","onEnter","onEntered","onExit","onExited"]),f=(0,eU.useRef)(null),g=od(n.ref,f),m=od(g,t),v=(0,eU.useCallback)(function(){f.current&&ox(i,f.current)},[i]);return(0,eU.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&&ox(i,f.current)}),t=oy(f.current);return t.addEventListener("resize",e),function(){e.clear(),t.removeEventListener("resize",e)}}},[i,o]),(0,eU.useEffect)(function(){o||v()},[o,v]),(0,eU.createElement)(ou,Object.assign({appear:!0,nodeRef:f,onEnter:function(e,t){ox(i,e),og(e),u&&u(e,t)},onEntered:c,onEntering:function(e){var t=(null==a?void 0:a.transitionTimingFunction)||of.easeOut,n=op({timeout:l,mode:"enter",style:i5({},a,{transitionTimingFunction:t})});e.style.webkitTransition=ov("-webkit-transform",n),e.style.transition=ov("transform",n),e.style.webkitTransform="none",e.style.transform="none"},onExit:function(e){var t=(null==a?void 0:a.transitionTimingFunction)||of.sharp,n=op({timeout:l,mode:"exit",style:i5({},a,{transitionTimingFunction:t})});e.style.webkitTransition=ov("-webkit-transform",n),e.style.transition=ov("transform",n),ox(i,e),h&&h(e)},onExited:function(e){e.style.webkitTransition="",e.style.transition="",d&&d(e)},in:o,timeout:l},p),function(e,t){return(0,eU.cloneElement)(n,i5({ref:m,style:i5({visibility:"exited"!==e||o?void 0:"hidden"},a,{},n.props.style)},t))})});ob.displayName="Slide";var ow=function(e){return eY().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))},oS={maxSnack:3,persist:!1,hideIconVariant:!1,disableWindowBlurListener:!1,variant:"default",autoHideDuration:5e3,iconVariant:{default:void 0,success:eY().createElement(function(){return eY().createElement(ow,null,eY().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:eY().createElement(function(){return eY().createElement(ow,null,eY().createElement("path",{d:"M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z"}))},null),error:eY().createElement(function(){return eY().createElement(ow,null,eY().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:eY().createElement(function(){return eY().createElement(ow,null,eY().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:ob,transitionDuration:{enter:225,exit:195}},o_=function(e,t){var n=function(e){return"number"==typeof e||null===e};return n(e)?e:n(t)?t:oS.autoHideDuration},oC=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"])?i5({},oS.transitionDuration,{},n(t,["object"])&&t,{},e):n(t,["string","number"])?t:n(t,["object"])?i5({},oS.transitionDuration,{},t):oS.transitionDuration};function ok(e){return Object.entries(e).reduce(function(e,t){var n,r=t[0],i=t[1];return i5({},e,((n={})[r]=i0(i),n))},{})}var oM="notistack-CollapseWrapper",oT=ok({root:{height:0},entered:{height:"auto"}}),oD=(0,eU.forwardRef)(function(e,t){var n=e.children,r=e.in,i=e.onExited,o=(0,eU.useRef)(null),a=(0,eU.useRef)(null),s=od(t,a),l=function(){return o.current?o.current.clientHeight:0};return(0,eU.createElement)(ou,{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=op({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){og(e);var t=op({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,eU.createElement)("div",Object.assign({ref:s,className:i$(oT.root,"entered"===e&&oT.entered),style:i5({pointerEvents:"all",overflow:"hidden",minHeight:"0px",transition:ov("height")},"entered"===e&&{overflow:"visible"},{},"exited"===e&&!r&&{visibility:"hidden"})},t),(0,eU.createElement)("div",{ref:o,className:oM,style:{display:"flex",width:"100%"}},n))})});oD.displayName="Collapse";var oA={right:"left",left:"right",bottom:"up",top:"down"},oI=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 i5({},t,((r={})[n]=e[n],r))},{})},oP=function(){};function oO(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)}},oP)}var oR="undefined"!=typeof window?eU.useLayoutEffect:eU.useEffect;function oE(e){var t=(0,eU.useRef)(e);return oR(function(){t.current=e}),(0,eU.useCallback)(function(){return t.current.apply(void 0,arguments)},[])}var oL=(0,eU.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,h=void 0===c?{}:c,d=(0,eU.useRef)(),p=oE(function(){s&&s.apply(void 0,arguments)}),f=oE(function(e){s&&null!=e&&(d.current&&clearTimeout(d.current),d.current=setTimeout(function(){p(null,"timeout",l)},e))});(0,eU.useEffect)(function(){return u&&f(i),function(){d.current&&clearTimeout(d.current)}},[u,i,f]);var g=function(){d.current&&clearTimeout(d.current)},m=(0,eU.useCallback)(function(){null!=i&&f(.5*i)},[i,f]);return(0,eU.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,eU.createElement)("div",Object.assign({ref:t},h,{className:i$("notistack-Snackbar",r),onMouseEnter:function(e){h.onMouseEnter&&h.onMouseEnter(e),g()},onMouseLeave:function(e){h.onMouseLeave&&h.onMouseLeave(e),m()}}),n)});oL.displayName="Snackbar";var oB=ok({root:(($={display:"flex",flexWrap:"wrap",flexGrow:1})[oe]={flexGrow:"initial",minWidth:"288px"},$)}),oN=(0,eU.forwardRef)(function(e,t){var n=e.className,r=i4(e,["className"]);return eY().createElement("div",Object.assign({ref:t,className:i$(oB.root,n)},r))});oN.displayName="SnackbarContent";var oZ=ok({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"}}),oF="notistack-snackbar",oz=(0,eU.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],h=i;return"function"==typeof h&&(h=h(n)),eY().createElement(oN,{ref:t,role:"alert","aria-describedby":oF,style:l,className:i$("notistack-MuiContent","notistack-MuiContent-"+a,oZ.root,oZ[a],u,!s&&c&&oZ.lessPadding)},eY().createElement("div",{id:oF,className:oZ.message},s?null:c,r),h&&eY().createElement("div",{className:oZ.action},h))});oz.displayName="MaterialDesignContent";var oV=(0,eU.memo)(oz),oj=ok({wrappedRoot:{width:"100%",position:"relative",transform:"translateX(0)",top:0,right:0,bottom:0,left:0,minWidth:"288px"}}),o$=function(e){var t,n=(0,eU.useRef)(),r=(0,eU.useState)(!0),i=r[0],o=r[1],a=oO([e.snack.onClose,e.onClose]),s=(0,eU.useCallback)(function(){n.current=setTimeout(function(){o(function(e){return!e})},125)},[]);(0,eU.useEffect)(function(){return function(){n.current&&clearTimeout(n.current)}},[]);var l=e.snack,u=e.classes,c=e.Component,h=(0,eU.useMemo)(function(){return oI(u)},[u]),d=l.open,p=l.SnackbarProps,f=l.TransitionComponent,g=l.TransitionProps,m=l.transitionDuration,v=l.disableWindowBlurListener,y=l.content,x=i4(l,["open","SnackbarProps","TransitionComponent","TransitionProps","transitionDuration","disableWindowBlurListener","content","entered","requestClose","onEnter","onEntered","onExit","onExited"]),b=i5({direction:"center"!==(t=x.anchorOrigin).horizontal?oA[t.horizontal]:oA[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 i5({},t,((r={})[n]=oO([e.snack[n],e[n]],x.id),r))},{});return eY().createElement(oD,{in:i,onExited:S.onExited},eY().createElement(oL,{open:d,id:x.id,disableWindowBlurListener:v,autoHideDuration:x.autoHideDuration,className:i$(oj.wrappedRoot,h.root,h["anchorOrigin"+on(x.anchorOrigin)]),SnackbarProps:p,onClose:a},eY().createElement(f,Object.assign({},b,{appear:!0,in:d,onExit:S.onExit,onExited:s,onEnter:S.onEnter,onEntered:oO([S.onEntered,function(){e.snack.requestClose&&a(null,"instructed",e.snack.id)}],x.id)}),w||eY().createElement(void 0===c?oV:c,Object.assign({},x)))))},oH=20,oW=6,oG=2,oq="."+oM,oU=ok({root:((H={boxSizing:"border-box",display:"flex",maxHeight:"100%",position:"fixed",zIndex:1400,height:"auto",width:"auto",transition:ov(["top","right","bottom","left","max-width"],{duration:300,easing:"ease"}),pointerEvents:"none"})[oq]={padding:oW+"px 0px",transition:"padding 300ms ease 0ms"},H.maxWidth="calc(100% - "+2*oH+"px)",H[i7]={width:"100%",maxWidth:"calc(100% - 32px)"},H),rootDense:((W={})[oq]={padding:oG+"px 0px"},W),top:{top:oH-oW+"px",flexDirection:"column"},bottom:{bottom:oH-oW+"px",flexDirection:"column-reverse"},left:((G={left:oH+"px"})[oe]={alignItems:"flex-start"},G[i7]={left:"16px"},G),right:((q={right:oH+"px"})[oe]={alignItems:"flex-end"},q[i7]={right:"16px"},q),center:((U={left:"50%",transform:"translateX(-50%)"})[oe]={alignItems:"center"},U)}),oY=(0,eU.memo)(function(e){var t=e.classes,n=void 0===t?{}:t,r=e.anchorOrigin,i=e.dense,o=e.children,a=i$("notistack-SnackbarContainer",oU[r.vertical],oU[r.horizontal],oU.root,n.containerRoot,n["containerAnchorOrigin"+on(r)],i&&oU.rootDense);return eY().createElement("div",{className:a},o)}),oX=function(e){return!("string"==typeof e||(0,eU.isValidElement)(e))},oK=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=oX(e)?e:t,o=oX(e)?e.message:e,a=i.key,s=i.preventDuplicate,l=i4(i,["key","preventDuplicate"]),u=or(a),c=u?a:new Date().getTime()+Math.random(),h=(r=n.props,function(e,t){return(void 0===t&&(t=!1),t)?i5({},oS[e],{},r[e],{},l[e]):"autoHideDuration"===e?o_(l.autoHideDuration,r.autoHideDuration):"transitionDuration"===e?oC(l.transitionDuration,r.transitionDuration):l[e]||r[e]||oS[e]}),d=i5({id:c},l,{message:o,open:!0,entered:!1,requestClose:!1,persist:h("persist"),action:h("action"),content:h("content"),variant:h("variant"),anchorOrigin:h("anchorOrigin"),disableWindowBlurListener:h("disableWindowBlurListener"),autoHideDuration:h("autoHideDuration"),hideIconVariant:h("hideIconVariant"),TransitionComponent:h("TransitionComponent"),transitionDuration:h("transitionDuration"),TransitionProps:h("TransitionProps",!0),iconVariant:h("iconVariant",!0),style:h("style",!0),SnackbarProps:h("SnackbarProps",!0),className:i$(n.props.className,l.className)});return d.persist&&(d.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(i5({},e,{queue:[].concat(e.queue,[d])}))}),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?i5({},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?i5({},e):(t=!0,e.entered)?(e.onClose&&e.onClose(null,"maxsnack",e.id),n.props.onClose&&n.props.onClose(null,"maxsnack",e.id),i5({},e,{open:!1})):i5({},e,{requestClose:!0})});return i5({},e,{snacks:i})},n.handleEnteredSnack=function(e,t,r){if(!or(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?i5({},e,{entered:!0}):i5({},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?i5({},e,{open:!1}):i5({},e,{requestClose:!0}):i5({},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});or(e)&&t&&t.onClose&&t.onClose(null,"instructed",e),n.handleCloseSnack(null,"instructed",e)},n.handleExitedSnack=function(e,t){if(!or(t))throw Error("handleExitedSnack Cannot be called with undefined key");n.setState(function(e){var r=n.processQueue(i5({},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(i8(n)),closeSnackbar:n.closeSnackbar.bind(i8(n))}},n}return i3(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=on(t.anchorOrigin),i=e[r]||[];return i5({},e,((n={})[r]=[].concat(i,[t]),n))},{}),h=Object.keys(c).map(function(t){var n=c[t],r=n[0];return eY().createElement(oY,{key:t,dense:a,anchorOrigin:r.anchorOrigin,classes:u},n.map(function(t){return eY().createElement(o$,{key:t.id,snack:t,classes:u,Component:l[t.variant],onClose:e.handleCloseSnack,onEnter:e.props.onEnter,onExit:e.props.onExit,onExited:oO([e.handleExitedSnack,e.props.onExited],t.id),onEntered:oO([e.handleEnteredSnack,e.props.onEntered],t.id)})}))});return eY().createElement(i9.Provider,{value:t},i,r?(0,n0.createPortal)(h,r):h)},i2(t,[{key:"maxSnack",get:function(){return this.props.maxSnack||oS.maxSnack}}]),t}(eU.Component);function oQ(){let{enqueueSnackbar:e,closeSnackbar:t}=(0,eU.useContext)(i9),n=oJ(e,"error"),r=oJ(e,"info"),i=oJ(e,"warning"),o=oJ(e,"success"),a=(0,eU.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 oJ(e,t){return(0,eU.useCallback)((n,r)=>e(n,{...r,variant:t}),[e,t])}var o0=n(5409),o1=n.n(o0),o2="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{};function o5(){if(Q)return K;Q=1;let e=[{key:"ZiB",factor:11805916207174113e5},{key:"ZB",factor:1e21},{key:"YiB",factor:12089258196146292e8},{key:"YB",factor:1e24},{key:"TiB",factor:0x10000000000},{key:"TB",factor:1e12},{key:"PiB",factor:0x4000000000000},{key:"PB",factor:1e15},{key:"MiB",factor:1048576},{key:"MB",factor:1e6},{key:"KiB",factor:1024},{key:"KB",factor:1e3},{key:"GiB",factor:0x40000000},{key:"GB",factor:1e9},{key:"EiB",factor:0x1000000000000000},{key:"EB",factor:1e18},{key:"B",factor:1}];function t(e){return e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}return K={unformat:function(n,r){let i;let o=o8(),a=o.currentDelimiters(),s=o.currentCurrency().symbol,l=o.currentOrdinal(),u=o.getZeroFormat(),c=o.currentAbbreviations();if("string"==typeof n){if(function(e,t){if(!(e.indexOf(":")&&":"!==t.thousands))return!1;let n=e.split(":");if(3!==n.length)return!1;let r=+n[0],i=+n[1],o=+n[2];return!isNaN(r)&&!isNaN(i)&&!isNaN(o)}(n,a)){let e,t,r;t=+(e=n.split(":"))[0],r=+e[1],i=+e[2]+60*r+3600*t}else i=function(n,r,i="",o,a,s,l){let u;if(""!==n)return n===a?0:function n(r,i,o,a,s,l,u){if(!isNaN(+r))return+r;let c="",h=r.replace(/(^[^(]*)\((.*)\)([^)]*$)/,"$1$2$3");if(h!==r)return -1*n(h,i,o,a,s,l);for(let t=0;t<e.length;t++){let u=e[t];if((c=r.replace(RegExp(`([0-9 ])(${u.key})$`),"$1"))!==r)return n(c,i,o,a,s,l)*u.factor}if((c=r.replace("%",""))!==r)return n(c,i,o,a,s,l)/100;let d=parseFloat(r);if(isNaN(d))return;let p=a(d);if(p&&"."!==p&&(c=r.replace(RegExp(`${t(p)}$`),""))!==r)return n(c,i,o,a,s,l);let f={};Object.keys(l).forEach(e=>{f[l[e]]=e});let g=Object.keys(f).sort().reverse(),m=g.length;for(let e=0;e<m;e++){let t=g[e],u=f[t];if((c=r.replace(t,""))!==r){let e;switch(u){case"thousand":e=1e3;break;case"million":e=1e6;break;case"billion":e=1e9;break;case"trillion":e=1e12}return n(c,i,o,a,s,l)*e}}}(n.replace(i,"").replace(RegExp(`([0-9])${t(r.thousands)}([0-9])`,"g"),"$1$2").replace(r.decimal,"."),r,i,o,a,s)}(n,a,s,l,u,c)}else{if("number"!=typeof n)return;i=n}if(void 0!==i)return i}}}function o3(){if(ee)return J;ee=1;let e=o5(),t=/^[a-z]{2,3}(-[a-zA-Z]{4})?(-([A-Z]{2}|[0-9]{3}))?$/,n={output:{type:"string",validValues:["currency","percent","byte","time","ordinal","number"]},base:{type:"string",validValues:["decimal","binary","general"],restriction:(e,t)=>"byte"===t.output,message:"`base` must be provided only when the output is `byte`",mandatory:e=>"byte"===e.output},characteristic:{type:"number",restriction:e=>e>=0,message:"value must be positive"},prefix:"string",postfix:"string",forceAverage:{type:"string",validValues:["trillion","billion","million","thousand"]},average:"boolean",lowPrecision:{type:"boolean",restriction:(e,t)=>!0===t.average,message:"`lowPrecision` must be provided only when the option `average` is set"},currencyPosition:{type:"string",validValues:["prefix","infix","postfix"]},currencySymbol:"string",totalLength:{type:"number",restrictions:[{restriction:e=>e>=0,message:"value must be positive"},{restriction:(e,t)=>!t.exponential,message:"`totalLength` is incompatible with `exponential`"}]},mantissa:{type:"number",restriction:e=>e>=0,message:"value must be positive"},optionalMantissa:"boolean",trimMantissa:"boolean",roundingFunction:"function",optionalCharacteristic:"boolean",thousandSeparated:"boolean",spaceSeparated:"boolean",spaceSeparatedCurrency:"boolean",spaceSeparatedAbbreviation:"boolean",abbreviations:{type:"object",children:{thousand:"string",million:"string",billion:"string",trillion:"string"}},negative:{type:"string",validValues:["sign","parenthesis"]},forceSign:"boolean",exponential:{type:"boolean"},prefixSymbol:{type:"boolean",restriction:(e,t)=>"percent"===t.output,message:"`prefixSymbol` can be provided only when the output is `percent`"}},r={languageTag:{type:"string",mandatory:!0,restriction:e=>e.match(t),message:"the language tag must follow the BCP 47 specification (see https://tools.ieft.org/html/bcp47)"},delimiters:{type:"object",children:{thousands:"string",decimal:"string",thousandsSize:"number"},mandatory:!0},abbreviations:{type:"object",children:{thousand:{type:"string",mandatory:!0},million:{type:"string",mandatory:!0},billion:{type:"string",mandatory:!0},trillion:{type:"string",mandatory:!0}},mandatory:!0},spaceSeparated:"boolean",spaceSeparatedCurrency:"boolean",ordinal:{type:"function",mandatory:!0},bytes:{type:"object",children:{binarySuffixes:"object",decimalSuffixes:"object"}},currency:{type:"object",children:{symbol:"string",position:"string",code:"string"},mandatory:!0},defaults:"format",ordinalFormat:"format",byteFormat:"format",percentageFormat:"format",currencyFormat:"format",timeDefaults:"format",formats:{type:"object",children:{fourDigits:{type:"format",mandatory:!0},fullWithTwoDecimals:{type:"format",mandatory:!0},fullWithTwoDecimalsNoCurrency:{type:"format",mandatory:!0},fullWithNoDecimals:{type:"format",mandatory:!0}}}};function i(t){return void 0!==e.unformat(t)}function o(e,t,r,i=!1){let a=Object.keys(e).map(i=>{if(!t[i])return console.error(`${r} Invalid key: ${i}`),!1;let a=e[i],s=t[i];if("string"==typeof s&&(s={type:s}),"format"===s.type){if(!o(a,n,`[Validate ${i}]`,!0))return!1}else if(typeof a!==s.type)return console.error(`${r} ${i} type mismatched: "${s.type}" expected, "${typeof a}" provided`),!1;if(s.restrictions&&s.restrictions.length){let t=s.restrictions.length;for(let n=0;n<t;n++){let{restriction:t,message:o}=s.restrictions[n];if(!t(a,e))return console.error(`${r} ${i} invalid value: ${o}`),!1}}return s.restriction&&!s.restriction(a,e)?(console.error(`${r} ${i} invalid value: ${s.message}`),!1):s.validValues&&-1===s.validValues.indexOf(a)?(console.error(`${r} ${i} invalid value: must be among ${JSON.stringify(s.validValues)}, "${a}" provided`),!1):!s.children||!!o(a,s.children,`[Validate ${i}]`)});return i||a.push(...Object.keys(t).map(n=>{let i=t[n];if("string"==typeof i&&(i={type:i}),i.mandatory){let t=i.mandatory;if("function"==typeof t&&(t=t(e)),t&&void 0===e[n])return console.error(`${r} Missing mandatory key "${n}"`),!1}return!0})),a.reduce((e,t)=>e&&t,!0)}function a(e){return o(e,n,"[Validate format]")}return J={validate:function(e,t){let n=i(e),r=a(t);return n&&r},validateFormat:a,validateInput:i,validateLanguage:function(e){return o(e,r,"[Validate language]")}}}var o4={parseFormat:function(e,t={}){var n,r,i,o,a;let s,l,u,c;return"string"!=typeof e?e:(!function(e,t){if(-1!==e.indexOf("$")){t.output="currency";return}if(-1!==e.indexOf("%")){t.output="percent";return}if(-1!==e.indexOf("bd")){t.output="byte",t.base="general";return}if(-1!==e.indexOf("b")){t.output="byte",t.base="binary";return}if(-1!==e.indexOf("d")){t.output="byte",t.base="decimal";return}if(-1!==e.indexOf(":")){t.output="time";return}-1!==e.indexOf("o")&&(t.output="ordinal")}(e=(l=(r=e=(s=(n=e).match(/^{([^}]*)}/))?(t.prefix=s[1],n.slice(s[0].length)):n).match(/{([^}]*)}$/))?(t.postfix=l[1],r.slice(0,-l[0].length)):r,t),(u=e.match(/[1-9]+[0-9]*/))&&(t.totalLength=+u[0]),(c=e.split(".")[0].match(/0+/))&&(t.characteristic=c[0].length),!function(e,t){if(-1!==e.indexOf(".")){let n=e.split(".")[0];t.optionalCharacteristic=-1===n.indexOf("0")}}(e,t),-1!==e.indexOf("a")&&(t.average=!0),-1!==(i=e).indexOf("K")?t.forceAverage="thousand":-1!==i.indexOf("M")?t.forceAverage="million":-1!==i.indexOf("B")?t.forceAverage="billion":-1!==i.indexOf("T")&&(t.forceAverage="trillion"),!function(e,t){let n=e.split(".")[1];if(n){let e=n.match(/0+/);e&&(t.mantissa=e[0].length)}}(e,t),(o=e).match(/\[\.]/)?t.optionalMantissa=!0:o.match(/\./)&&(t.optionalMantissa=!1),!function(e,t){let n=e.split(".")[1];n&&(t.trimMantissa=-1!==n.indexOf("["))}(e,t),-1!==e.indexOf(",")&&(t.thousandSeparated=!0),-1!==e.indexOf(" ")&&(t.spaceSeparated=!0,t.spaceSeparatedCurrency=!0,(t.average||t.forceAverage)&&(t.spaceSeparatedAbbreviation=!0)),(a=e).match(/^\+?\([^)]*\)$/)&&(t.negative="parenthesis"),a.match(/^\+?-/)&&(t.negative="sign"),e.match(/^\+/)&&(t.forceSign=!0),t)}};function o8(){let e;if(en)return et;en=1;let t=X?Y:(X=1,Y={languageTag:"en-US",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},spaceSeparated:!1,ordinal:function(e){let t=e%10;return 1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th"},bytes:{binarySuffixes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"],decimalSuffixes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]},currency:{symbol:"$",position:"prefix",code:"USD"},currencyFormat:{thousandSeparated:!0,totalLength:4,spaceSeparated:!0,spaceSeparatedCurrency:!0},formats:{fourDigits:{totalLength:4,spaceSeparated:!0},fullWithTwoDecimals:{output:"currency",thousandSeparated:!0,mantissa:2},fullWithTwoDecimalsNoCurrency:{thousandSeparated:!0,mantissa:2},fullWithNoDecimals:{output:"currency",thousandSeparated:!0,mantissa:0}}}),n=o3(),r={},i={},o=null,a={};function s(){return i[e]}return r.languages=()=>Object.assign({},i),r.currentLanguage=()=>e,r.currentBytes=()=>s().bytes||{},r.currentCurrency=()=>s().currency,r.currentAbbreviations=()=>s().abbreviations,r.currentDelimiters=()=>s().delimiters,r.currentOrdinal=()=>s().ordinal,r.currentDefaults=()=>Object.assign({},s().defaults,a),r.currentOrdinalDefaultFormat=()=>Object.assign({},r.currentDefaults(),s().ordinalFormat),r.currentByteDefaultFormat=()=>Object.assign({},r.currentDefaults(),s().byteFormat),r.currentPercentageDefaultFormat=()=>Object.assign({},r.currentDefaults(),s().percentageFormat),r.currentCurrencyDefaultFormat=()=>Object.assign({},r.currentDefaults(),s().currencyFormat),r.currentTimeDefaultFormat=()=>Object.assign({},r.currentDefaults(),s().timeFormat),r.setDefaults=e=>{e=o4.parseFormat(e),n.validateFormat(e)&&(a=e)},r.getZeroFormat=()=>o,r.setZeroFormat=e=>o="string"==typeof e?e:null,r.hasZeroFormat=()=>null!==o,r.languageData=e=>{if(e){if(i[e])return i[e];throw Error(`Unknown tag "${e}"`)}return s()},r.registerLanguage=(t,r=!1)=>{if(!n.validateLanguage(t))throw Error("Invalid language data");i[t.languageTag]=t,r&&(e=t.languageTag)},r.setLanguage=(n,r=t.languageTag)=>{if(!i[n]){let t=n.split("-")[0],o=Object.keys(i).find(e=>e.split("-")[0]===t);if(!i[o]){e=r;return}e=o;return}e=n},r.registerLanguage(t),e=t.languageTag,et=r}var o6={exports:{}};!function(e){var t,n=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,r=Math.ceil,i=Math.floor,o="[BigNumber Error] ",a=o+"Number primitive has more than 15 significant digits: ",s=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13];function l(e){var t=0|e;return e>0||e===t?t:t-1}function u(e){for(var t,n,r=1,i=e.length,o=e[0]+"";r<i;){for(n=14-(t=e[r++]+"").length;n--;t="0"+t);o+=t}for(i=o.length;48===o.charCodeAt(--i););return o.slice(0,i+1||1)}function c(e,t){var n,r,i=e.c,o=t.c,a=e.s,s=t.s,l=e.e,u=t.e;if(!a||!s)return null;if(n=i&&!i[0],r=o&&!o[0],n||r)return n?r?0:-s:a;if(a!=s)return a;if(n=a<0,r=l==u,!i||!o)return r?0:!i^n?1:-1;if(!r)return l>u^n?1:-1;for(a=0,s=(l=i.length)<(u=o.length)?l:u;a<s;a++)if(i[a]!=o[a])return i[a]>o[a]^n?1:-1;return l==u?0:l>u^n?1:-1}function h(e,t,n,r){if(e<t||e>n||e!==i(e))throw Error(o+(r||"Argument")+("number"==typeof e?e<t||e>n?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function d(e){var t=e.c.length-1;return l(e.e/14)==t&&e.c[t]%2!=0}function p(e,t){return(e.length>1?e.charAt(0)+"."+e.slice(1):e)+(t<0?"e":"e+")+t}function f(e,t,n){var r,i;if(t<0){for(i=n+".";++t;i+=n);e=i+e}else if(r=e.length,++t>r){for(i=n,t-=r;--t;i+=n);e+=i}else t<r&&(e=e.slice(0,t)+"."+e.slice(t));return e}(t=function e(t){var g,m,v,y,x,b,w,S,_,C=Z.prototype={constructor:Z,toString:null,valueOf:null},k=new Z(1),M=20,T=4,D=-7,A=21,I=-1e7,P=1e7,O=!1,R=1,E=0,L={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:"\xa0",suffix:""},B="0123456789abcdefghijklmnopqrstuvwxyz",N=!0;function Z(e,t){var r,o,s,l,u,c,d,p,f=this;if(!(f instanceof Z))return new Z(e,t);if(null==t){if(e&&!0===e._isBigNumber){f.s=e.s,!e.c||e.e>P?f.c=f.e=null:e.e<I?f.c=[f.e=0]:(f.e=e.e,f.c=e.c.slice());return}if((c="number"==typeof e)&&0*e==0){if(f.s=1/e<0?(e=-e,-1):1,e===~~e){for(l=0,u=e;u>=10;u/=10,l++);l>P?f.c=f.e=null:(f.e=l,f.c=[e]);return}p=String(e)}else{if(!n.test(p=String(e)))return _(f,p,c);f.s=45==p.charCodeAt(0)?(p=p.slice(1),-1):1}(l=p.indexOf("."))>-1&&(p=p.replace(".","")),(u=p.search(/e/i))>0?(l<0&&(l=u),l+=+p.slice(u+1),p=p.substring(0,u)):l<0&&(l=p.length)}else{if(h(t,2,B.length,"Base"),10==t&&N)return j(f=new Z(e),M+f.e+1,T);if(p=String(e),c="number"==typeof e){if(0*e!=0)return _(f,p,c,t);if(f.s=1/e<0?(p=p.slice(1),-1):1,Z.DEBUG&&p.replace(/^0\.0*|\./,"").length>15)throw Error(a+e)}else f.s=45===p.charCodeAt(0)?(p=p.slice(1),-1):1;for(r=B.slice(0,t),l=u=0,d=p.length;u<d;u++)if(0>r.indexOf(o=p.charAt(u))){if("."==o){if(u>l){l=d;continue}}else if(!s&&(p==p.toUpperCase()&&(p=p.toLowerCase())||p==p.toLowerCase()&&(p=p.toUpperCase()))){s=!0,u=-1,l=0;continue}return _(f,String(e),c,t)}c=!1,(l=(p=S(p,t,10,f.s)).indexOf("."))>-1?p=p.replace(".",""):l=p.length}for(u=0;48===p.charCodeAt(u);u++);for(d=p.length;48===p.charCodeAt(--d););if(p=p.slice(u,++d)){if(d-=u,c&&Z.DEBUG&&d>15&&(e>0x1fffffffffffff||e!==i(e)))throw Error(a+f.s*e);if((l=l-u-1)>P)f.c=f.e=null;else if(l<I)f.c=[f.e=0];else{if(f.e=l,f.c=[],u=(l+1)%14,l<0&&(u+=14),u<d){for(u&&f.c.push(+p.slice(0,u)),d-=14;u<d;)f.c.push(+p.slice(u,u+=14));u=14-(p=p.slice(u)).length}else u-=d;for(;u--;p+="0");f.c.push(+p)}}else f.c=[f.e=0]}function F(e,t,n,r){var i,o,a,s,l;if(null==n?n=T:h(n,0,8),!e.c)return e.toString();if(i=e.c[0],a=e.e,null==t)l=u(e.c),l=1==r||2==r&&(a<=D||a>=A)?p(l,a):f(l,a,"0");else if(o=(e=j(new Z(e),t,n)).e,s=(l=u(e.c)).length,1==r||2==r&&(t<=o||o<=D)){for(;s<t;l+="0",s++);l=p(l,o)}else if(t-=a,l=f(l,o,"0"),o+1>s){if(--t>0)for(l+=".";t--;l+="0");}else if((t+=o-s)>0)for(o+1==s&&(l+=".");t--;l+="0");return e.s<0&&i?"-"+l:l}function z(e,t){for(var n,r,i=1,o=new Z(e[0]);i<e.length;i++)(r=new Z(e[i])).s&&(n=c(o,r))!==t&&(0!==n||o.s!==t)||(o=r);return o}function V(e,t,n){for(var r=1,i=t.length;!t[--i];t.pop());for(i=t[0];i>=10;i/=10,r++);return(n=r+14*n-1)>P?e.c=e.e=null:n<I?e.c=[e.e=0]:(e.e=n,e.c=t),e}function j(e,t,n,o){var a,l,u,c,h,d,p,f=e.c;if(f){e:{for(a=1,c=f[0];c>=10;c/=10,a++);if((l=t-a)<0)l+=14,u=t,p=i((h=f[d=0])/s[a-u-1]%10);else if((d=r((l+1)/14))>=f.length){if(o){for(;f.length<=d;f.push(0));h=p=0,a=1,l%=14,u=l-14+1}else break e}else{for(a=1,h=c=f[d];c>=10;c/=10,a++);l%=14,p=(u=l-14+a)<0?0:i(h/s[a-u-1]%10)}if(o=o||t<0||null!=f[d+1]||(u<0?h:h%s[a-u-1]),o=n<4?(p||o)&&(0==n||n==(e.s<0?3:2)):p>5||5==p&&(4==n||o||6==n&&(l>0?u>0?h/s[a-u]:0:f[d-1])%10&1||n==(e.s<0?8:7)),t<1||!f[0])return f.length=0,o?(t-=e.e+1,f[0]=s[(14-t%14)%14],e.e=-t||0):f[0]=e.e=0,e;if(0==l?(f.length=d,c=1,d--):(f.length=d+1,c=s[14-l],f[d]=u>0?i(h/s[a-u]%s[u])*c:0),o)for(;;){if(0==d){for(l=1,u=f[0];u>=10;u/=10,l++);for(u=f[0]+=c,c=1;u>=10;u/=10,c++);l!=c&&(e.e++,1e14==f[0]&&(f[0]=1));break}if(f[d]+=c,1e14!=f[d])break;f[d--]=0,c=1}for(l=f.length;0===f[--l];f.pop());}e.e>P?e.c=e.e=null:e.e<I&&(e.c=[e.e=0])}return e}function $(e){var t,n=e.e;return null===n?e.toString():(t=u(e.c),t=n<=D||n>=A?p(t,n):f(t,n,"0"),e.s<0?"-"+t:t)}return Z.clone=e,Z.ROUND_UP=0,Z.ROUND_DOWN=1,Z.ROUND_CEIL=2,Z.ROUND_FLOOR=3,Z.ROUND_HALF_UP=4,Z.ROUND_HALF_DOWN=5,Z.ROUND_HALF_EVEN=6,Z.ROUND_HALF_CEIL=7,Z.ROUND_HALF_FLOOR=8,Z.EUCLID=9,Z.config=Z.set=function(e){var t,n;if(null!=e){if("object"==typeof e){if(e.hasOwnProperty(t="DECIMAL_PLACES")&&(h(n=e[t],0,1e9,t),M=n),e.hasOwnProperty(t="ROUNDING_MODE")&&(h(n=e[t],0,8,t),T=n),e.hasOwnProperty(t="EXPONENTIAL_AT")&&((n=e[t])&&n.pop?(h(n[0],-1e9,0,t),h(n[1],0,1e9,t),D=n[0],A=n[1]):(h(n,-1e9,1e9,t),D=-(A=n<0?-n:n))),e.hasOwnProperty(t="RANGE")){if((n=e[t])&&n.pop)h(n[0],-1e9,-1,t),h(n[1],1,1e9,t),I=n[0],P=n[1];else if(h(n,-1e9,1e9,t),n)I=-(P=n<0?-n:n);else throw Error(o+t+" cannot be zero: "+n)}if(e.hasOwnProperty(t="CRYPTO")){if(!!(n=e[t])===n){if(n){if("undefined"!=typeof crypto&&crypto&&(crypto.getRandomValues||crypto.randomBytes))O=n;else throw O=!n,Error(o+"crypto unavailable")}else O=n}else throw Error(o+t+" not true or false: "+n)}if(e.hasOwnProperty(t="MODULO_MODE")&&(h(n=e[t],0,9,t),R=n),e.hasOwnProperty(t="POW_PRECISION")&&(h(n=e[t],0,1e9,t),E=n),e.hasOwnProperty(t="FORMAT")){if("object"==typeof(n=e[t]))L=n;else throw Error(o+t+" not an object: "+n)}if(e.hasOwnProperty(t="ALPHABET")){if("string"!=typeof(n=e[t])||/^.?$|[+\-.\s]|(.).*\1/.test(n))throw Error(o+t+" invalid: "+n);N="0123456789"==n.slice(0,10),B=n}}else throw Error(o+"Object expected: "+e)}return{DECIMAL_PLACES:M,ROUNDING_MODE:T,EXPONENTIAL_AT:[D,A],RANGE:[I,P],CRYPTO:O,MODULO_MODE:R,POW_PRECISION:E,FORMAT:L,ALPHABET:B}},Z.isBigNumber=function(e){if(!e||!0!==e._isBigNumber)return!1;if(!Z.DEBUG)return!0;var t,n,r=e.c,a=e.e,s=e.s;e:if("[object Array]"==({}).toString.call(r)){if((1===s||-1===s)&&a>=-1e9&&a<=1e9&&a===i(a)){if(0===r[0]){if(0===a&&1===r.length)return!0;break e}if((t=(a+1)%14)<1&&(t+=14),String(r[0]).length==t){for(t=0;t<r.length;t++)if((n=r[t])<0||n>=1e14||n!==i(n))break e;if(0!==n)return!0}}}else if(null===r&&null===a&&(null===s||1===s||-1===s))return!0;throw Error(o+"Invalid BigNumber: "+e)},Z.maximum=Z.max=function(){return z(arguments,-1)},Z.minimum=Z.min=function(){return z(arguments,1)},Z.random=(g=0x20000000000000*Math.random()&2097151?function(){return i(0x20000000000000*Math.random())}:function(){return(0x40000000*Math.random()|0)*8388608+(8388608*Math.random()|0)},function(e){var t,n,a,l,u,c=0,d=[],p=new Z(k);if(null==e?e=M:h(e,0,1e9),l=r(e/14),O){if(crypto.getRandomValues){for(t=crypto.getRandomValues(new Uint32Array(l*=2));c<l;)(u=131072*t[c]+(t[c+1]>>>11))>=9e15?(n=crypto.getRandomValues(new Uint32Array(2)),t[c]=n[0],t[c+1]=n[1]):(d.push(u%1e14),c+=2);c=l/2}else if(crypto.randomBytes){for(t=crypto.randomBytes(l*=7);c<l;)(u=(31&t[c])*0x1000000000000+0x10000000000*t[c+1]+0x100000000*t[c+2]+0x1000000*t[c+3]+(t[c+4]<<16)+(t[c+5]<<8)+t[c+6])>=9e15?crypto.randomBytes(7).copy(t,c):(d.push(u%1e14),c+=7);c=l/7}else throw O=!1,Error(o+"crypto unavailable")}if(!O)for(;c<l;)(u=g())<9e15&&(d[c++]=u%1e14);for(l=d[--c],e%=14,l&&e&&(u=s[14-e],d[c]=i(l/u)*u);0===d[c];d.pop(),c--);if(c<0)d=[a=0];else{for(a=-1;0===d[0];d.splice(0,1),a-=14);for(c=1,u=d[0];u>=10;u/=10,c++);c<14&&(a-=14-c)}return p.e=a,p.c=d,p}),Z.sum=function(){for(var e=1,t=arguments,n=new Z(t[0]);e<t.length;)n=n.plus(t[e++]);return n},S=function(){var e="0123456789";function t(e,t,n,r){for(var i,o,a=[0],s=0,l=e.length;s<l;){for(o=a.length;o--;a[o]*=t);for(a[0]+=r.indexOf(e.charAt(s++)),i=0;i<a.length;i++)a[i]>n-1&&(null==a[i+1]&&(a[i+1]=0),a[i+1]+=a[i]/n|0,a[i]%=n)}return a.reverse()}return function(n,r,i,o,a){var s,l,c,h,d,p,g,m,v=n.indexOf("."),y=M,x=T;for(v>=0&&(h=E,E=0,n=n.replace(".",""),p=(m=new Z(r)).pow(n.length-v),E=h,m.c=t(f(u(p.c),p.e,"0"),10,i,e),m.e=m.c.length),c=h=(g=t(n,r,i,a?(s=B,e):(s=e,B))).length;0==g[--h];g.pop());if(!g[0])return s.charAt(0);if(v<0?--c:(p.c=g,p.e=c,p.s=o,g=(p=w(p,m,y,x,i)).c,d=p.r,c=p.e),v=g[l=c+y+1],h=i/2,d=d||l<0||null!=g[l+1],d=x<4?(null!=v||d)&&(0==x||x==(p.s<0?3:2)):v>h||v==h&&(4==x||d||6==x&&1&g[l-1]||x==(p.s<0?8:7)),l<1||!g[0])n=d?f(s.charAt(1),-y,s.charAt(0)):s.charAt(0);else{if(g.length=l,d)for(--i;++g[--l]>i;)g[l]=0,l||(++c,g=[1].concat(g));for(h=g.length;!g[--h];);for(v=0,n="";v<=h;n+=s.charAt(g[v++]));n=f(n,c,s.charAt(0))}return n}}(),w=function(){function e(e,t,n){var r,i,o,a,s=0,l=e.length,u=t%1e7,c=t/1e7|0;for(e=e.slice();l--;)r=c*(o=e[l]%1e7)+(a=e[l]/1e7|0)*u,s=((i=u*o+r%1e7*1e7+s)/n|0)+(r/1e7|0)+c*a,e[l]=i%n;return s&&(e=[s].concat(e)),e}function t(e,t,n,r){var i,o;if(n!=r)o=n>r?1:-1;else for(i=o=0;i<n;i++)if(e[i]!=t[i]){o=e[i]>t[i]?1:-1;break}return o}function n(e,t,n,r){for(var i=0;n--;)e[n]-=i,i=+(e[n]<t[n]),e[n]=i*r+e[n]-t[n];for(;!e[0]&&e.length>1;e.splice(0,1));}return function(r,o,a,s,u){var c,h,d,p,f,g,m,v,y,x,b,w,S,_,C,k,M,T=r.s==o.s?1:-1,D=r.c,A=o.c;if(!D||!D[0]||!A||!A[0])return new Z(r.s&&o.s&&(D?!A||D[0]!=A[0]:A)?D&&0==D[0]||!A?0*T:T/0:NaN);for(y=(v=new Z(T)).c=[],T=a+(h=r.e-o.e)+1,u||(u=1e14,h=l(r.e/14)-l(o.e/14),T=T/14|0),d=0;A[d]==(D[d]||0);d++);if(A[d]>(D[d]||0)&&h--,T<0)y.push(1),p=!0;else{for(_=D.length,k=A.length,d=0,T+=2,(f=i(u/(A[0]+1)))>1&&(A=e(A,f,u),D=e(D,f,u),k=A.length,_=D.length),S=k,b=(x=D.slice(0,k)).length;b<k;x[b++]=0);M=[0].concat(M=A.slice()),C=A[0],A[1]>=u/2&&C++;do{if(f=0,(c=t(A,x,k,b))<0){if(w=x[0],k!=b&&(w=w*u+(x[1]||0)),(f=i(w/C))>1)for(f>=u&&(f=u-1),m=(g=e(A,f,u)).length,b=x.length;1==t(g,x,m,b);)f--,n(g,k<m?M:A,m,u),m=g.length,c=1;else 0==f&&(c=f=1),m=(g=A.slice()).length;if(m<b&&(g=[0].concat(g)),n(x,g,b,u),b=x.length,-1==c)for(;1>t(A,x,k,b);)f++,n(x,k<b?M:A,b,u),b=x.length}else 0===c&&(f++,x=[0]);y[d++]=f,x[0]?x[b++]=D[S]||0:(x=[D[S]],b=1)}while((S++<_||null!=x[0])&&T--);p=null!=x[0],y[0]||y.splice(0,1)}if(1e14==u){for(d=1,T=y[0];T>=10;T/=10,d++);j(v,a+(v.e=d+14*h-1)+1,s,p)}else v.e=h,v.r=+p;return v}}(),m=/^(-?)0([xbo])(?=\w[\w.]*$)/i,v=/^([^.]+)\.$/,y=/^\.([^.]+)$/,x=/^-?(Infinity|NaN)$/,b=/^\s*\+(?=[\w.])|^\s+|\s+$/g,_=function(e,t,n,r){var i,a=n?t:t.replace(b,"");if(x.test(a))e.s=isNaN(a)?null:a<0?-1:1;else{if(!n&&(a=a.replace(m,function(e,t,n){return i="x"==(n=n.toLowerCase())?16:"b"==n?2:8,r&&r!=i?e:t}),r&&(i=r,a=a.replace(v,"$1").replace(y,"0.$1")),t!=a))return new Z(a,i);if(Z.DEBUG)throw Error(o+"Not a"+(r?" base "+r:"")+" number: "+t);e.s=null}e.c=e.e=null},C.absoluteValue=C.abs=function(){var e=new Z(this);return e.s<0&&(e.s=1),e},C.comparedTo=function(e,t){return c(this,new Z(e,t))},C.decimalPlaces=C.dp=function(e,t){var n,r,i;if(null!=e)return h(e,0,1e9),null==t?t=T:h(t,0,8),j(new Z(this),e+this.e+1,t);if(!(n=this.c))return null;if(r=((i=n.length-1)-l(this.e/14))*14,i=n[i])for(;i%10==0;i/=10,r--);return r<0&&(r=0),r},C.dividedBy=C.div=function(e,t){return w(this,new Z(e,t),M,T)},C.dividedToIntegerBy=C.idiv=function(e,t){return w(this,new Z(e,t),0,1)},C.exponentiatedBy=C.pow=function(e,t){var n,a,s,l,u,c,h,p,f,g=this;if((e=new Z(e)).c&&!e.isInteger())throw Error(o+"Exponent not an integer: "+$(e));if(null!=t&&(t=new Z(t)),c=e.e>14,!g.c||!g.c[0]||1==g.c[0]&&!g.e&&1==g.c.length||!e.c||!e.c[0])return f=new Z(Math.pow(+$(g),c?e.s*(2-d(e)):+$(e))),t?f.mod(t):f;if(h=e.s<0,t){if(t.c?!t.c[0]:!t.s)return new Z(NaN);(a=!h&&g.isInteger()&&t.isInteger())&&(g=g.mod(t))}else{if(e.e>9&&(g.e>0||g.e<-1||(0==g.e?g.c[0]>1||c&&g.c[1]>=24e7:g.c[0]<8e13||c&&g.c[0]<=9999975e7)))return l=g.s<0&&d(e)?-0:0,g.e>-1&&(l=1/l),new Z(h?1/l:l);E&&(l=r(E/14+2))}for(c?(n=new Z(.5),h&&(e.s=1),p=d(e)):p=(s=Math.abs(+$(e)))%2,f=new Z(k);;){if(p){if(!(f=f.times(g)).c)break;l?f.c.length>l&&(f.c.length=l):a&&(f=f.mod(t))}if(s){if(0===(s=i(s/2)))break;p=s%2}else if(j(e=e.times(n),e.e+1,1),e.e>14)p=d(e);else{if(0==(s=+$(e)))break;p=s%2}g=g.times(g),l?g.c&&g.c.length>l&&(g.c.length=l):a&&(g=g.mod(t))}return a?f:(h&&(f=k.div(f)),t?f.mod(t):l?j(f,E,T,u):f)},C.integerValue=function(e){var t=new Z(this);return null==e?e=T:h(e,0,8),j(t,t.e+1,e)},C.isEqualTo=C.eq=function(e,t){return 0===c(this,new Z(e,t))},C.isFinite=function(){return!!this.c},C.isGreaterThan=C.gt=function(e,t){return c(this,new Z(e,t))>0},C.isGreaterThanOrEqualTo=C.gte=function(e,t){return 1===(t=c(this,new Z(e,t)))||0===t},C.isInteger=function(){return!!this.c&&l(this.e/14)>this.c.length-2},C.isLessThan=C.lt=function(e,t){return 0>c(this,new Z(e,t))},C.isLessThanOrEqualTo=C.lte=function(e,t){return -1===(t=c(this,new Z(e,t)))||0===t},C.isNaN=function(){return!this.s},C.isNegative=function(){return this.s<0},C.isPositive=function(){return this.s>0},C.isZero=function(){return!!this.c&&0==this.c[0]},C.minus=function(e,t){var n,r,i,o,a=this.s;if(t=(e=new Z(e,t)).s,!a||!t)return new Z(NaN);if(a!=t)return e.s=-t,this.plus(e);var s=this.e/14,u=e.e/14,c=this.c,h=e.c;if(!s||!u){if(!c||!h)return c?(e.s=-t,e):new Z(h?this:NaN);if(!c[0]||!h[0])return h[0]?(e.s=-t,e):new Z(c[0]?this:3==T?-0:0)}if(s=l(s),u=l(u),c=c.slice(),a=s-u){for((o=a<0)?(a=-a,i=c):(u=s,i=h),i.reverse(),t=a;t--;i.push(0));i.reverse()}else for(r=(o=(a=c.length)<(t=h.length))?a:t,a=t=0;t<r;t++)if(c[t]!=h[t]){o=c[t]<h[t];break}if(o&&(i=c,c=h,h=i,e.s=-e.s),(t=(r=h.length)-(n=c.length))>0)for(;t--;c[n++]=0);for(t=1e14-1;r>a;){if(c[--r]<h[r]){for(n=r;n&&!c[--n];c[n]=t);--c[n],c[r]+=1e14}c[r]-=h[r]}for(;0==c[0];c.splice(0,1),--u);return c[0]?V(e,c,u):(e.s=3==T?-1:1,e.c=[e.e=0],e)},C.modulo=C.mod=function(e,t){var n,r;return(e=new Z(e,t),this.c&&e.s&&(!e.c||e.c[0]))?e.c&&(!this.c||this.c[0])?(9==R?(r=e.s,e.s=1,n=w(this,e,0,3),e.s=r,n.s*=r):n=w(this,e,0,R),(e=this.minus(n.times(e))).c[0]||1!=R||(e.s=this.s),e):new Z(this):new Z(NaN)},C.multipliedBy=C.times=function(e,t){var n,r,i,o,a,s,u,c,h,d,p,f,g,m=this.c,v=(e=new Z(e,t)).c;if(!m||!v||!m[0]||!v[0])return this.s&&e.s&&(!m||m[0]||v)&&(!v||v[0]||m)?(e.s*=this.s,m&&v?(e.c=[0],e.e=0):e.c=e.e=null):e.c=e.e=e.s=null,e;for(r=l(this.e/14)+l(e.e/14),e.s*=this.s,(u=m.length)<(d=v.length)&&(g=m,m=v,v=g,i=u,u=d,d=i),i=u+d,g=[];i--;g.push(0));for(i=d;--i>=0;){for(n=0,p=v[i]%1e7,f=v[i]/1e7|0,o=i+(a=u);o>i;)s=f*(c=m[--a]%1e7)+(h=m[a]/1e7|0)*p,n=((c=p*c+s%1e7*1e7+g[o]+n)/1e14|0)+(s/1e7|0)+f*h,g[o--]=c%1e14;g[o]=n}return n?++r:g.splice(0,1),V(e,g,r)},C.negated=function(){var e=new Z(this);return e.s=-e.s||null,e},C.plus=function(e,t){var n,r=this.s;if(t=(e=new Z(e,t)).s,!r||!t)return new Z(NaN);if(r!=t)return e.s=-t,this.minus(e);var i=this.e/14,o=e.e/14,a=this.c,s=e.c;if(!i||!o){if(!a||!s)return new Z(r/0);if(!a[0]||!s[0])return s[0]?e:new Z(a[0]?this:0*r)}if(i=l(i),o=l(o),a=a.slice(),r=i-o){for(r>0?(o=i,n=s):(r=-r,n=a),n.reverse();r--;n.push(0));n.reverse()}for((r=a.length)-(t=s.length)<0&&(n=s,s=a,a=n,t=r),r=0;t;)r=(a[--t]=a[t]+s[t]+r)/1e14|0,a[t]=1e14===a[t]?0:a[t]%1e14;return r&&(a=[r].concat(a),++o),V(e,a,o)},C.precision=C.sd=function(e,t){var n,r,i;if(null!=e&&!!e!==e)return h(e,1,1e9),null==t?t=T:h(t,0,8),j(new Z(this),e,t);if(!(n=this.c))return null;if(r=14*(i=n.length-1)+1,i=n[i]){for(;i%10==0;i/=10,r--);for(i=n[0];i>=10;i/=10,r++);}return e&&this.e+1>r&&(r=this.e+1),r},C.shiftedBy=function(e){return h(e,-0x1fffffffffffff,0x1fffffffffffff),this.times("1e"+e)},C.squareRoot=C.sqrt=function(){var e,t,n,r,i,o=this.c,a=this.s,s=this.e,c=M+4,h=new Z("0.5");if(1!==a||!o||!o[0])return new Z(!a||a<0&&(!o||o[0])?NaN:o?this:1/0);if(0==(a=Math.sqrt(+$(this)))||a==1/0?(((t=u(o)).length+s)%2==0&&(t+="0"),a=Math.sqrt(+t),s=l((s+1)/2)-(s<0||s%2),n=new Z(t=a==1/0?"5e"+s:(t=a.toExponential()).slice(0,t.indexOf("e")+1)+s)):n=new Z(a+""),n.c[0]){for((a=(s=n.e)+c)<3&&(a=0);;)if(i=n,n=h.times(i.plus(w(this,i,c,1))),u(i.c).slice(0,a)===(t=u(n.c)).slice(0,a)){if(n.e<s&&--a,"9999"!=(t=t.slice(a-3,a+1))&&(r||"4999"!=t)){+t&&(+t.slice(1)||"5"!=t.charAt(0))||(j(n,n.e+M+2,1),e=!n.times(n).eq(this));break}if(!r&&(j(i,i.e+M+2,0),i.times(i).eq(this))){n=i;break}c+=4,a+=4,r=1}}return j(n,n.e+M+1,T,e)},C.toExponential=function(e,t){return null!=e&&(h(e,0,1e9),e++),F(this,e,t,1)},C.toFixed=function(e,t){return null!=e&&(h(e,0,1e9),e=e+this.e+1),F(this,e,t)},C.toFormat=function(e,t,n){var r;if(null==n)null!=e&&t&&"object"==typeof t?(n=t,t=null):e&&"object"==typeof e?(n=e,e=t=null):n=L;else if("object"!=typeof n)throw Error(o+"Argument not an object: "+n);if(r=this.toFixed(e,t),this.c){var i,a=r.split("."),s=+n.groupSize,l=+n.secondaryGroupSize,u=n.groupSeparator||"",c=a[0],h=a[1],d=this.s<0,p=d?c.slice(1):c,f=p.length;if(l&&(i=s,s=l,l=i,f-=i),s>0&&f>0){for(i=f%s||s,c=p.substr(0,i);i<f;i+=s)c+=u+p.substr(i,s);l>0&&(c+=u+p.slice(i)),d&&(c="-"+c)}r=h?c+(n.decimalSeparator||"")+((l=+n.fractionGroupSize)?h.replace(RegExp("\\d{"+l+"}\\B","g"),"$&"+(n.fractionGroupSeparator||"")):h):c}return(n.prefix||"")+r+(n.suffix||"")},C.toFraction=function(e){var t,n,r,i,a,l,c,h,d,p,f,g,m=this.c;if(null!=e&&(!(c=new Z(e)).isInteger()&&(c.c||1!==c.s)||c.lt(k)))throw Error(o+"Argument "+(c.isInteger()?"out of range: ":"not an integer: ")+$(c));if(!m)return new Z(this);for(t=new Z(k),d=n=new Z(k),r=h=new Z(k),g=u(m),a=t.e=g.length-this.e-1,t.c[0]=s[(l=a%14)<0?14+l:l],e=!e||c.comparedTo(t)>0?a>0?t:d:c,l=P,P=1/0,c=new Z(g),h.c[0]=0;p=w(c,t,0,1),1!=(i=n.plus(p.times(r))).comparedTo(e);)n=r,r=i,d=h.plus(p.times(i=d)),h=i,t=c.minus(p.times(i=t)),c=i;return i=w(e.minus(n),r,0,1),h=h.plus(i.times(d)),n=n.plus(i.times(r)),h.s=d.s=this.s,a*=2,f=1>w(d,r,a,T).minus(this).abs().comparedTo(w(h,n,a,T).minus(this).abs())?[d,r]:[h,n],P=l,f},C.toNumber=function(){return+$(this)},C.toPrecision=function(e,t){return null!=e&&h(e,1,1e9),F(this,e,t,2)},C.toString=function(e){var t,n=this,r=n.s,i=n.e;return null===i?r?(t="Infinity",r<0&&(t="-"+t)):t="NaN":(null==e?t=i<=D||i>=A?p(u(n.c),i):f(u(n.c),i,"0"):10===e&&N?t=f(u((n=j(new Z(n),M+i+1,T)).c),n.e,"0"):(h(e,2,B.length,"Base"),t=S(f(u(n.c),i,"0"),10,e,r,!0)),r<0&&n.c[0]&&(t="-"+t)),t},C.valueOf=C.toJSON=function(){return $(this)},C._isBigNumber=!0,null!=t&&Z.set(t),Z}()).default=t.BigNumber=t,o6.exports?o6.exports=t:(e||(e="undefined"!=typeof self&&self?self:window),e.BigNumber=t)}(o2);var o9=o6.exports;let o7=o8(),ae=o3(),at={trillion:1e12,billion:1e9,million:1e6,thousand:1e3},an={totalLength:0,characteristic:0,forceAverage:!1,average:!1,mantissa:-1,optionalMantissa:!0,thousandSeparated:!1,spaceSeparated:!1,negative:"sign",forceSign:!1,roundingFunction:Math.round,spaceSeparatedAbbreviation:!1},{binarySuffixes:ar,decimalSuffixes:ai}=o7.currentBytes(),ao={scale:1024,suffixes:ai,marker:"bd"},aa={scale:1024,suffixes:ar,marker:"b"},as={scale:1e3,suffixes:ai,marker:"d"};function al(e,t,n){let r=t[0],i=Math.abs(e);if(i>=n){for(let o=1;o<t.length;++o){let a=Math.pow(n,o),s=Math.pow(n,o+1);if(i>=a&&i<s){r=t[o],e/=a;break}}r===t[0]&&(e/=Math.pow(n,t.length-1),r=t[t.length-1])}return{value:e,suffix:r}}function au(e){let t="";for(let n=0;n<e;n++)t+="0";return t}function ac({instance:e,providedFormat:t,state:n=o7,decimalSeparator:r,defaults:i=n.currentDefaults()}){let o=e._value;if(0===o&&n.hasZeroFormat())return n.getZeroFormat();if(!isFinite(o))return o.toString();let a=Object.assign({},an,i,t),s=a.totalLength,l=s?0:a.characteristic,u=a.optionalCharacteristic,c=a.forceAverage,h=a.lowPrecision,d=!!s||!!c||a.average,p=s?-1:d&&void 0===t.mantissa?0:a.mantissa,f=!s&&(void 0===t.optionalMantissa?-1===p:a.optionalMantissa),g=a.trimMantissa,m=a.thousandSeparated,v=a.spaceSeparated,y=a.negative,x=a.forceSign,b=a.exponential,w=a.roundingFunction,S="";if(d){let e=function({value:e,forceAverage:t,lowPrecision:n=!0,abbreviations:r,spaceSeparated:i=!1,totalLength:o=0,roundingFunction:a=Math.round}){let s="",l=Math.abs(e),u=-1;if(t&&r[t]&&at[t]?(s=r[t],e/=at[t]):l>=at.trillion||n&&1===a(l/at.trillion)?(s=r.trillion,e/=at.trillion):l<at.trillion&&l>=at.billion||n&&1===a(l/at.billion)?(s=r.billion,e/=at.billion):l<at.billion&&l>=at.million||n&&1===a(l/at.million)?(s=r.million,e/=at.million):(l<at.million&&l>=at.thousand||n&&1===a(l/at.thousand))&&(s=r.thousand,e/=at.thousand),s&&(s=(i?" ":"")+s),o){let t=e<0,n=e.toString().split(".")[0];u=Math.max(o-(t?n.length-1:n.length),0)}return{value:e,abbreviation:s,mantissaPrecision:u}}({value:o,forceAverage:c,lowPrecision:h,abbreviations:n.currentAbbreviations(),spaceSeparated:v,roundingFunction:w,totalLength:s});o=e.value,S+=e.abbreviation,s&&(p=e.mantissaPrecision)}if(b){let e=function({value:e,characteristicPrecision:t}){let[n,r]=e.toExponential().split("e"),i=+n;return t&&1<t&&(i*=Math.pow(10,t-1),r=(r=+r-(t-1))>=0?`+${r}`:r),{value:i,abbreviation:`e${r}`}}({value:o,characteristicPrecision:l});o=e.value,S=e.abbreviation+S}let _=function(e,t,n,r,i,o){if(-1===r)return e;let a=function(e,t,n=Math.round){return -1!==e.toString().indexOf("e")?function(e,t){let n=e.toString(),[r,i]=n.split("e"),[o,a=""]=r.split(".");if(+i>0)n=o+a+au(i-a.length);else{let e=".";e=0>+o?`-0${e}`:`0${e}`;let r=(au(-i-1)+Math.abs(o)+a).substr(0,t);r.length<t&&(r+=au(t-r.length)),n=e+r}return+i>0&&t>0&&(n+=`.${au(t)}`),n}(e,t):new o9(n(+`${e}e+${t}`)/Math.pow(10,t)).toFixed(t)}(t,r,o),[s,l=""]=a.toString().split(".");if(l.match(/^0+$/)&&(n||i))return s;let u=l.match(/0+$/);return i&&u?`${s}.${l.toString().slice(0,u.index)}`:a.toString()}(o.toString(),o,f,p,g,w);if(_=function(e,t,n,r,i){let o=r.currentDelimiters(),a=o.thousands;i=i||o.decimal;let s=o.thousandsSize||3,l=e.toString(),u=l.split(".")[0],c=l.split(".")[1],h=t<0&&0===u.indexOf("-");return n&&(h&&(u=u.slice(1)),(function(e,t){let n=[],r=0;for(let i=e;i>0;i--)r===t&&(n.unshift(i),r=0),r++;return n})(u.length,s).forEach((e,t)=>{u=u.slice(0,e+t)+a+u.slice(e+t)}),h&&(u=`-${u}`)),l=c?u+i+c:u}(_=function(e,t,n,r){let i=e,[o,a]=i.toString().split(".");if(o.match(/^-?0$/)&&n)return a?`${o.replace("0","")}.${a}`:o.replace("0","");let s=t<0&&0===o.indexOf("-");if(s&&(o=o.slice(1),i=i.slice(1)),o.length<r){let e=r-o.length;for(let t=0;t<e;t++)i=`0${i}`}return s&&(i=`-${i}`),i.toString()}(_,o,u,l),o,m,n,r),(d||b)&&(_+=S),x||o<0){var C,k;C=_,_=0===(k=o)?C:0==+C?C.replace("-",""):k>0?`+${C}`:"sign"===y?C:`(${C.replace("-","")})`}return _}function ah(e,t){if(!e)return t;let n=Object.keys(e);return 1===n.length&&"output"===n[0]?t:e}function ad(e,t,n){let r=new o9(e._value),i=t;return n.isNumbro(t)&&(i=t._value),i=new o9(i),e._value=r.minus(i).toNumber(),e}let ap=o8(),af=o3(),ag=o5(),am=(...e)=>(function(e,t={},n){if("string"==typeof t&&(t=o4.parseFormat(t)),!ae.validateFormat(t))return"ERROR: invalid format";let r=t.prefix||"",i=t.postfix||"",o=function(e,t,n){var r,i;switch(t.output){case"currency":return function(e,t,n){let r;let i=n.currentCurrency(),o=Object.assign({},t),a=Object.assign({},an,o),s="",l=!!a.totalLength||!!a.forceAverage||a.average,u=o.currencyPosition||i.position,c=o.currencySymbol||i.symbol,h=void 0!==a.spaceSeparatedCurrency?a.spaceSeparatedCurrency:a.spaceSeparated;void 0===o.lowPrecision&&(o.lowPrecision=!1),h&&(s=" "),"infix"===u&&(r=s+c+s);let d=ac({instance:e,providedFormat:o,state:n,decimalSeparator:r});return"prefix"===u&&(d=e._value<0&&"sign"===a.negative?`-${s}${c}${d.slice(1)}`:e._value>0&&a.forceSign?`+${s}${c}${d.slice(1)}`:c+s+d),u&&"postfix"!==u||(d=d+(s=!a.spaceSeparatedAbbreviation&&l?"":s)+c),d}(e,t=ah(t,o7.currentCurrencyDefaultFormat()),o7);case"percent":let o,a,s;return o=(r=t=ah(t,o7.currentPercentageDefaultFormat())).prefixSymbol,a=ac({instance:n(100*e._value),providedFormat:r,state:o7}),s=Object.assign({},an,r),o?`%${s.spaceSeparated?" ":""}${a}`:`${a}${s.spaceSeparated?" ":""}%`;case"byte":return function(e,t,n,r){let i=t.base||"binary",o=Object.assign({},an,t),{binarySuffixes:a,decimalSuffixes:s}=n.currentBytes(),l={general:{scale:1024,suffixes:s||ai,marker:"bd"},binary:{scale:1024,suffixes:a||ar,marker:"b"},decimal:{scale:1e3,suffixes:s||ai,marker:"d"}}[i],{value:u,suffix:c}=al(e._value,l.suffixes,l.scale),h=ac({instance:r(u),providedFormat:t,state:n,defaults:n.currentByteDefaultFormat()});return`${h}${o.spaceSeparated?" ":""}${c}`}(e,t=ah(t,o7.currentByteDefaultFormat()),o7,n);case"time":let l,u,c;return t=ah(t,o7.currentTimeDefaultFormat()),l=Math.floor(e._value/60/60),u=Math.floor((e._value-3600*l)/60),c=Math.round(e._value-3600*l-60*u),`${l}:${u<10?"0":""}${u}:${c<10?"0":""}${c}`;case"ordinal":let h,d,p,f;return i=t=ah(t,o7.currentOrdinalDefaultFormat()),h=o7.currentOrdinal(),d=Object.assign({},an,i),p=ac({instance:e,providedFormat:i,state:o7}),f=h(e._value),`${p}${d.spaceSeparated?" ":""}${f}`;default:return ac({instance:e,providedFormat:t,numbro:n})}}(e,t,n);return(o=r+o)+i})(...e,aI),av=(...e)=>(function(e){return al(e._value,ao.suffixes,ao.scale).suffix})(...e,aI),ay=(...e)=>(function(e){return al(e._value,aa.suffixes,aa.scale).suffix})(...e,aI),ax=(...e)=>(function(e){return al(e._value,as.suffixes,as.scale).suffix})(...e,aI),ab=ah,aw=(e,t)=>{let n,r;return n=new o9(e._value),r=t,aI.isNumbro(t)&&(r=t._value),r=new o9(r),e._value=n.plus(r).toNumber(),e},aS=(e,t)=>ad(e,t,aI),a_=(e,t)=>{let n,r;return n=new o9(e._value),r=t,aI.isNumbro(t)&&(r=t._value),r=new o9(r),e._value=n.times(r).toNumber(),e},aC=(e,t)=>{let n,r;return n=new o9(e._value),r=t,aI.isNumbro(t)&&(r=t._value),r=new o9(r),e._value=n.dividedBy(r).toNumber(),e},ak=(e,t)=>{let n;return n=t,aI.isNumbro(t)&&(n=t._value),e._value=n,e},aM=(e,t)=>{let n;return ad(n=aI(e._value),t,aI),Math.abs(n._value)},aT=o9;class aD{constructor(e){this._value=e}clone(){return aI(this._value)}format(e={}){return am(this,e)}formatCurrency(e){return"string"==typeof e&&(e=o4.parseFormat(e)),(e=ab(e,ap.currentCurrencyDefaultFormat())).output="currency",am(this,e)}formatTime(e={}){return e.output="time",am(this,e)}binaryByteUnits(){return ay(this)}decimalByteUnits(){return ax(this)}byteUnits(){return av(this)}difference(e){return aM(this,e)}add(e){return aw(this,e)}subtract(e){return aS(this,e)}multiply(e){return a_(this,e)}divide(e){return aC(this,e)}set(e){return ak(this,aA(e))}value(){return this._value}valueOf(){return this._value}}function aA(e){let t=e;return aI.isNumbro(e)?t=e._value:"string"==typeof e?t=aI.unformat(e):isNaN(e)&&(t=NaN),t}function aI(e){return new aD(aA(e))}aI.version="2.5.0",aI.isNumbro=function(e){return e instanceof aD},aI.language=ap.currentLanguage,aI.registerLanguage=ap.registerLanguage,aI.setLanguage=ap.setLanguage,aI.languages=ap.languages,aI.languageData=ap.languageData,aI.zeroFormat=ap.setZeroFormat,aI.defaultFormat=ap.currentDefaults,aI.setDefaults=ap.setDefaults,aI.defaultCurrencyFormat=ap.currentCurrencyDefaultFormat,aI.validate=af.validate,aI.loadLanguagesInNode=e=>(function(e,t){e.forEach(e=>{let n;try{n=function(e){throw Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}(`../languages/${e}`)}catch(t){console.error(`Unable to load "${e}". No matching language file found.`)}n&&t.registerLanguage(n)})})(e,aI),aI.unformat=ag.unformat,aI.BigNumber=aT;var aP=aI&&aI.__esModule&&Object.prototype.hasOwnProperty.call(aI,"default")?aI.default:aI;function aO(e){return"number"==typeof e}function aR(e){return e&&(e<0?e=0:e>20&&(e=20)),e}function aE(e,{shortValues:t,decimalPlaces:n}){if(!1===t||1e3>Math.abs(e)){let r={style:"unit",unit:"byte",unitDisplay:"long",useGrouping:!0};return aO(n)?(r.minimumFractionDigits=aR(n),r.maximumFractionDigits=aR(n)):!1!==t&&(r.maximumSignificantDigits=3),Intl.NumberFormat("en-US",r).format(e)}return aP(e).format({output:"byte",base:"decimal",spaceSeparated:!0,mantissa:aO(n)?n:2,trimMantissa:!aO(n),optionalMantissa:!aO(n)})}let aL="Percent",aB="Time";var aN=((p={}).milliseconds="millisecond",p.seconds="second",p.minutes="minute",p.hours="hour",p.days="day",p.weeks="week",p.months="month",p.years="year",p);let aZ={years:31536e3,months:2592e3,weeks:604800,days:86400,hours:3600,minutes:60,seconds:1,milliseconds:.001},aF=["years","months","weeks","days","hours","minutes","seconds","milliseconds"],az="Throughput",aV={Time:{label:"Time",decimalPlaces:!0},Percent:{label:"percent",decimalPlaces:!0},Decimal:{label:"Decimal",decimalPlaces:!0,shortValues:!0},Bytes:{label:"Bytes",decimalPlaces:!0,shortValues:!0},Throughput:{label:"Throughput",decimalPlaces:!0}},aj={milliseconds:{group:aB,label:"Milliseconds"},seconds:{group:aB,label:"Seconds"},minutes:{group:aB,label:"Minutes"},hours:{group:aB,label:"Hours"},days:{group:aB,label:"Days"},weeks:{group:aB,label:"Weeks"},months:{group:aB,label:"Months"},years:{group:aB,label:"Years"},percent:{group:aL,label:"Percent (0-100)"},"percent-decimal":{group:aL,label:"Percent (0.0-1.0)"},"%":{disableSelectorOption:!0,group:aL,label:"%"},decimal:{group:"Decimal",label:"Decimal"},bytes:{group:"Bytes",label:"Bytes"},"bits/sec":{group:az,label:"Bits/sec"},"bytes/sec":{group:az,label:"Bytes/sec"},"counts/sec":{group:az,label:"Counts/sec"},"events/sec":{group:az,label:"Events/sec"},"messages/sec":{group:az,label:"Messages/sec"},"ops/sec":{group:az,label:"Ops/sec"},"packets/sec":{group:az,label:"Packets/sec"},"reads/sec":{group:az,label:"Reads/sec"},"requests/sec":{group:az,label:"Requests/sec"},"records/sec":{group:az,label:"Records/sec"},"rows/sec":{group:az,label:"Rows/sec"},"writes/sec":{group:az,label:"Writes/sec"}};function a$(e,t){if(void 0===t)return e.toString();if("Bytes"===aH(t))return aE(e,t);if("Decimal"===aH(t))return function(e,{shortValues:t,decimalPlaces:n}){let r={style:"decimal",useGrouping:!0};return!1!==t&&(r.notation="compact"),aO(n)?(r.minimumFractionDigits=aR(n),r.maximumFractionDigits=aR(n)):!1!==t&&(r.maximumSignificantDigits=3),Intl.NumberFormat("en-US",r).format(e)}(e,t);if("Percent"===aH(t))return function(e,{unit:t,decimalPlaces:n}){let r={style:"percent",useGrouping:!0};return aO(n)?(r.minimumFractionDigits=aR(n),r.maximumFractionDigits=aR(n)):r.maximumSignificantDigits=3,"percent"===t&&(e/=100),Intl.NumberFormat("en-US",r).format(e)}(e,t);if("Time"===aH(t))return function(e,{unit:t,decimalPlaces:n}){var r;if(0===e)return"0s";let i=function(e,t){let n=e*aZ[t],r=aF[0]||"years",i=r,o=n/aZ[r];for(i of aF)if((o=n/aZ[i])>=1)break;return{value:o,unit:i}}(e,t),o={style:"unit",unit:aN[i.unit],unitDisplay:"months"===(r=i.unit)||"years"===r?"long":"narrow"};return aO(n)?(o.minimumFractionDigits=aR(n),o.maximumFractionDigits=aR(n)):o.maximumSignificantDigits=3,Intl.NumberFormat("en-US",o).format(i.value)}(e,t);if("Throughput"===aH(t))return function(e,{unit:t,shortValues:n,decimalPlaces:r}){if("bytes/sec"===t){let t=1e3>Math.abs(e)?"sec":"s";return aE(e,{unit:"bytes",shortValues:n,decimalPlaces:r})+"/"+t}let i={style:"decimal",useGrouping:!0};return!1!==n&&(i.notation="compact"),aO(r)?(i.minimumFractionDigits=aR(r),i.maximumFractionDigits=aR(r)):!1!==n&&(i.maximumSignificantDigits=3),Intl.NumberFormat("en-US",i).format(e)+" "+t}(e,t);throw Error(`Unknown unit options ${t}`)}function aH(e){return aj[e.unit].group}function aW(e){return aV[aj[e.unit].group]}function aG(e,t){return[o1()({type:"value",boundaryGap:[0,"10%"],axisLabel:{formatter:e=>a$(e,t)}},e)]}let aq=1e3,aU="Pinned Crosshair",aY={name:aU,type:"line",markLine:{data:[],lineStyle:{type:"dashed",width:2},emphasis:{lineStyle:{width:2,opacity:1}},blur:{lineStyle:{width:2,opacity:1}}}};var aX=n(461);function aK(e){return void 0!==e.pastDuration}let aQ=/^(?:(\d+)y)?(?:(\d+)w)?(?:(\d+)d)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+)s)?(?:(\d+)ms)?$/;function aJ(e){let t=aQ.exec(e);if(null===t)throw Error(`Invalid duration string '${e}'`);return{years:parseInt(t[1]??"0"),months:0,weeks:parseInt(t[2]??"0"),days:parseInt(t[3]??"0"),hours:parseInt(t[4]??"0"),minutes:parseInt(t[5]??"0"),seconds:parseInt(t[6]??"0")+parseInt(t[7]??"0")/1e3}}function a0(e){return{value:{pastDuration:e},display:`Last ${(0,aX.formatDuration)(aJ(e),{delimiter:", "})}`}}function a1(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 a2(e){e.dispatchAction({type:"restore"})}function a5(e){void 0!==e.dispatchAction&&(e.dispatchAction({type:"unselect"}),e.dispatchAction({type:"downplay"}))}function a3(e,t,n){if(void 0===n)return null;let r=[e,t];return n.containPixel("grid",r)?n.convertFromPixel("grid",r):null}function a4(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 a8(e){return e[e.length-1]?.name===aU}function a6(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 a9(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=a6(o.values,t)}return r}function a7(...e){return e.flatMap(e=>void 0===e?[]:Array.isArray(e)?e:[e])}function se(e){void 0===globalThis.useIdValue&&(globalThis.useIdValue=0);let t=(0,eU.useRef)(void 0);return void 0===t.current&&(t.current=`${e}-${globalThis.useIdValue++}`),t.current}var st=n(4665);function sn(e,t){if(t){let n=t.toLowerCase();if("local"!==n&&"browser"!==n)return{...e,timeZone:"utc"===n?"UTC":t}}return e}function sr(e,t,n){let r=n?.toLowerCase();return n&&"local"!==r&&"browser"!==r?(0,st.formatInTimeZone)(e,"utc"===r?"UTC":n,t):(0,aX.format)(e,t)}function si(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 so=e=>{if(!e)return{formattedDate:"",formattedTime:""};let t=new Date(e);return{formattedDate:(0,aX.format)(t,"MMM dd, yyyy - "),formattedTime:(0,aX.format)(t,"HH:mm:ss")}};function sa(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 o1()({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 ss=(0,eU.createContext)(void 0);function sl(e){let{children:t,timeZone:n}=e;return(0,eq.jsx)(ss.Provider,{value:n,children:t})}function su(){let e=(0,eU.useContext)(ss);return{timeZone:e??"local",formatWithUserTimeZone:(t,n)=>sr(t,n,e),dateFormatOptionsWithUserTimeZone:t=>sn(t,e)}}function sc({label:e,color:t,onColorChange:n,onClear:r}){let[i,o]=(0,eU.useState)(null),a=!!i,{thresholds:{defaultColor:s,palette:l}}=ij();return(0,eq.jsxs)(eq.Fragment,{children:[(0,eq.jsx)(sh,{size:"small","aria-label":`change ${e} color`,isSelected:a,iconColor:t,onClick:e=>{o(e.currentTarget)},children:(0,eq.jsx)(iL.default,{})}),(0,eq.jsx)(rC,{"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,eq.jsx)(iN,{color:t,palette:[s,...l],onChange:n,onClear:r})})]})}let sh=(0,e1.ZP)(tw.Z,{shouldForwardProp:e=>"isSelected"!==e&&"iconColor"!==e})(({iconColor:e,isSelected:t})=>({backgroundColor:t&&e?`${e}3F`:"undefined",color:e}));var sd=n(6372);let sp=["list","table"],sf=["small","medium"],sg={mode:"list",size:"medium"};function sm(e){return e&&sp.includes(e)?e:sg.mode}var sv=Symbol.for("immer-nothing"),sy=Symbol.for("immer-draftable"),sx=Symbol.for("immer-state");function sb(e,...t){throw Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var sw=Object.getPrototypeOf;function sS(e){return!!e&&!!e[sx]}function s_(e){return!!e&&(sk(e)||Array.isArray(e)||!!e[sy]||!!e.constructor?.[sy]||sI(e)||sP(e))}var sC=Object.prototype.constructor.toString();function sk(e){if(!e||"object"!=typeof e)return!1;let t=sw(e);if(null===t)return!0;let n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===sC}function sM(e,t){0===sT(e)?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function sT(e){let t=e[sx];return t?t.type_:Array.isArray(e)?1:sI(e)?2:3*!!sP(e)}function sD(e,t){return 2===sT(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function sA(e,t,n){let r=sT(e);2===r?e.set(t,n):3===r?e.add(n):e[t]=n}function sI(e){return e instanceof Map}function sP(e){return e instanceof Set}function sO(e){return e.copy_||e.base_}function sR(e,t){if(sI(e))return new Map(e);if(sP(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let n=sk(e);if(!0!==t&&("class_only"!==t||n)){let t=sw(e);return null!==t&&n?{...e}:Object.assign(Object.create(t),e)}{let t=Object.getOwnPropertyDescriptors(e);delete t[sx];let n=Reflect.ownKeys(t);for(let r=0;r<n.length;r++){let i=n[r],o=t[i];!1===o.writable&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(sw(e),t)}}function sE(e,t=!1){return sB(e)||sS(e)||!s_(e)||(sT(e)>1&&(e.set=e.add=e.clear=e.delete=sL),Object.freeze(e),t&&Object.entries(e).forEach(([e,t])=>sE(t,!0))),e}function sL(){sb(2)}function sB(e){return Object.isFrozen(e)}var sN={};function sZ(e){let t=sN[e];return t||sb(0,e),t}function sF(e,t){t&&(sZ("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function sz(e){sV(e),e.drafts_.forEach(s$),e.drafts_=null}function sV(e){e===er&&(er=e.parent_)}function sj(e){return er={drafts_:[],parent_:er,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function s$(e){let t=e[sx];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function sH(e,t){t.unfinalizedDrafts_=t.drafts_.length;let n=t.drafts_[0];return void 0!==e&&e!==n?(n[sx].modified_&&(sz(t),sb(4)),s_(e)&&(e=sW(t,e),t.parent_||sq(t,e)),t.patches_&&sZ("Patches").generateReplacementPatches_(n[sx].base_,e,t.patches_,t.inversePatches_)):e=sW(t,n,[]),sz(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==sv?e:void 0}function sW(e,t,n){if(sB(t))return t;let r=t[sx];if(!r)return sM(t,(i,o)=>sG(e,r,t,i,o,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return sq(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;let t=r.copy_,i=t,o=!1;3===r.type_&&(i=new Set(t),t.clear(),o=!0),sM(i,(i,a)=>sG(e,r,t,i,a,n,o)),sq(e,t,!1),n&&e.patches_&&sZ("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function sG(e,t,n,r,i,o,a){if(sS(i)){let a=sW(e,i,o&&t&&3!==t.type_&&!sD(t.assigned_,r)?o.concat(r):void 0);if(sA(n,r,a),!sS(a))return;e.canAutoFreeze_=!1}else a&&n.add(i);if(s_(i)&&!sB(i)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;sW(e,i),(!t||!t.scope_.parent_)&&"symbol"!=typeof r&&Object.prototype.propertyIsEnumerable.call(n,r)&&sq(e,i)}}function sq(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&sE(t,n)}var sU={get(e,t){if(t===sx)return e;let n=sO(e);if(!sD(n,t))return function(e,t,n){let r=sK(t,n);return r?"value"in r?r.value:r.get?.call(e.draft_):void 0}(e,n,t);let r=n[t];return e.finalized_||!s_(r)?r:r===sX(e.base_,t)?(sJ(e),e.copy_[t]=s0(r,e)):r},has:(e,t)=>t in sO(e),ownKeys:e=>Reflect.ownKeys(sO(e)),set(e,t,n){let r=sK(sO(e),t);if(r?.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){let r=sX(sO(e),t),i=r?.[sx];if(i&&i.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if((n===r?0!==n||1/n==1/r:n!=n&&r!=r)&&(void 0!==n||sD(e.base_,t)))return!0;sJ(e),sQ(e)}return!!(e.copy_[t]===n&&(void 0!==n||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t]))||(e.copy_[t]=n,e.assigned_[t]=!0,!0)},deleteProperty:(e,t)=>(void 0!==sX(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,sJ(e),sQ(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){let n=sO(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:r.enumerable,value:n[t]}:r},defineProperty(){sb(11)},getPrototypeOf:e=>sw(e.base_),setPrototypeOf(){sb(12)}},sY={};function sX(e,t){let n=e[sx];return(n?sO(n):e)[t]}function sK(e,t){if(!(t in e))return;let n=sw(e);for(;n;){let e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=sw(n)}}function sQ(e){!e.modified_&&(e.modified_=!0,e.parent_&&sQ(e.parent_))}function sJ(e){e.copy_||(e.copy_=sR(e.base_,e.scope_.immer_.useStrictShallowCopy_))}function s0(e,t){let n=sI(e)?sZ("MapSet").proxyMap_(e,t):sP(e)?sZ("MapSet").proxySet_(e,t):function(e,t){let n=Array.isArray(e),r={type_:+!!n,scope_:t?t.scope_:er,modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},i=r,o=sU;n&&(i=[r],o=sY);let{revoke:a,proxy:s}=Proxy.revocable(i,o);return r.draft_=s,r.revoke_=a,s}(e,t);return(t?t.scope_:er).drafts_.push(n),n}sM(sU,(e,t)=>{sY[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),sY.deleteProperty=function(e,t){return sY.set.call(this,e,t,void 0)},sY.set=function(e,t,n){return sU.set.call(this,e[0],t,n,e[0])};var s1=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,n)=>{let r;if("function"==typeof e&&"function"!=typeof t){let n=t;t=e;let r=this;return function(e=n,...i){return r.produce(e,e=>t.call(this,e,...i))}}if("function"!=typeof t&&sb(6),void 0!==n&&"function"!=typeof n&&sb(7),s_(e)){let i=sj(this),o=s0(e,void 0),a=!0;try{r=t(o),a=!1}finally{a?sz(i):sV(i)}return sF(i,n),sH(r,i)}if(e&&"object"==typeof e)sb(1,e);else{if(void 0===(r=t(e))&&(r=e),r===sv&&(r=void 0),this.autoFreeze_&&sE(r,!0),n){let t=[],i=[];sZ("Patches").generateReplacementPatches_(e,r,t,i),n(t,i)}return r}},this.produceWithPatches=(e,t)=>{let n,r;return"function"==typeof e?(t,...n)=>this.produceWithPatches(t,t=>e(t,...n)):[this.produce(e,t,(e,t)=>{n=e,r=t}),n,r]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){var t;s_(e)||sb(8),sS(e)&&(sS(t=e)||sb(10,t),e=function e(t){let n;if(!s_(t)||sB(t))return t;let r=t[sx];if(r){if(!r.modified_)return r.base_;r.finalized_=!0,n=sR(t,r.scope_.immer_.useStrictShallowCopy_)}else n=sR(t,!0);return sM(n,(t,r)=>{sA(n,t,e(r))}),r&&(r.finalized_=!1),n}(t));let n=sj(this),r=s0(e,void 0);return r[sx].isManual_=!0,sV(n),r}finishDraft(e,t){let n=e&&e[sx];n&&n.isManual_||sb(9);let{scope_:r}=n;return sF(r,t),sH(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){let r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));let r=sZ("Patches").applyPatches_;return sS(e)?r(e,t):this.produce(e,e=>r(e,t))}},s2=s1.produce;s1.produceWithPatches.bind(s1),s1.setAutoFreeze.bind(s1),s1.setUseStrictShallowCopy.bind(s1),s1.applyPatches.bind(s1),s1.createDraft.bind(s1),s1.finishDraft.bind(s1);var s5=n(3675),s3=n(8849),s4=n(3552);let s8=e=>{let{alignItems:t,classes:n,dense:r,disabled:i,disableGutters:o,divider:a,selected:s}=e,l=(0,eK.Z)({root:["root",r&&"dense",!o&&"gutters",a&&"divider",i&&"disabled","flex-start"===t&&"alignItemsFlexStart",s&&"selected"]},s4.t,n);return{...n,...l}},s6=(0,e1.ZP)(ts.Z,{shouldForwardProp:e=>(0,ta.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,e2.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"}},[`&.${s4.Z.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${s4.Z.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${s4.Z.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,eQ.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,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${s4.Z.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${s4.Z.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}}]}))),s9=eU.forwardRef(function(e,t){let n=(0,e3.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:h=!1,className:d,...p}=n,f=eU.useContext(s3.Z),g=eU.useMemo(()=>({dense:s||f.dense||!1,alignItems:r,disableGutters:l}),[r,f.dense,s,l]),m=eU.useRef(null);(0,tz.Z)(()=>{i&&m.current&&m.current.focus()},[i]);let v={...n,alignItems:r,dense:g.dense,disableGutters:l,divider:u,selected:h},y=s8(v),x=(0,tF.Z)(m,t);return(0,eq.jsx)(s3.Z.Provider,{value:g,children:(0,eq.jsx)(s6,{ref:x,href:p.href||p.to,component:(p.href||p.to)&&"div"===o?"button":o,focusVisibleClassName:(0,eX.Z)(y.focusVisible,c),ownerState:v,className:(0,eX.Z)(y.root,d),...p,classes:y,children:a})})});var s7=n(2577);let le=(0,eU.memo)(function({color:e,sx:t,...n}){return(0,eq.jsx)(sd.Z,{...n,sx:a7({height:4,width:16,margin:e=>e.spacing(.5)},t),style:{backgroundColor:e}})}),lt=(0,eU.forwardRef)(function({item:e,sx:t,truncateLabel:n,onClick:r,isVisuallySelected:i,onMouseOver:o,onMouseOut:a,index:s,...l},u){let[c,h]=(0,eU.useState)(n);return(0,eq.jsxs)(s9,{...l,role:"listitem",sx:a7({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,eq.jsx)(sd.Z,{sx:{display:"flex",alignItems:"center"},children:(0,eq.jsx)(le,{color:e.color})}),(0,eq.jsx)(s7.Z,{primary:e.label,primaryTypographyProps:{noWrap:c},onMouseOver:function(){n&&h(!1)},onMouseOut:function(){n&&h(!0)}})]})}),ln=(0,eU.memo)(lt);function lr(e,t){return"ALL"!==t&&!!t[e.id]}function li({items:e,height:t,width:n,selectedItems:r,onLegendItemClick:i,onItemMouseOver:o,onItemMouseOut:a}){let s=e.length>5;return(0,eq.jsx)(s5.OO,{style:{height:t,width:n},data:e,itemContent:(e,t)=>(0,eq.jsx)(ln,{item:t,index:e,truncateLabel:s,isVisuallySelected:lr(t,r),onClick:i,onMouseOver:o,onMouseOut:a,sx:{width:"100%",wordBreak:"break-word",overflow:"hidden"}},t.id),role:"list"})}function lo({height:e,items:t,selectedItems:n,onLegendItemClick:r,onItemMouseOver:i,onItemMouseOut:o}){return(0,eq.jsx)(sd.Z,{component:"ul",sx:{width:"100%",height:e,padding:[0,1,0,0],overflowY:"scroll",margin:0},children:t.map((e,t)=>(0,eq.jsx)(ln,{item:e,index:t,isVisuallySelected:lr(e,n),onMouseOver:i,onMouseOut:o,onClick:r,sx:{width:"auto",float:"left",paddingRight:1.5}},e.id))})}function la(e,t){return"function"==typeof e?e(t):e}function ls(e,t){return n=>{t.setState(t=>({...t,[e]:la(n,t[e])}))}}function ll(e){return e instanceof Function}function lu(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`,`
3
- font-size: .6rem;
4
- font-weight: bold;
5
- color: hsl(${Math.max(0,Math.min(120-120*r,120))}deg 100% 31%);`,null==n?void 0:n.key)}return r}}function lc(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 lh="debugHeaders";function ld(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 lp(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;let 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=ld(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)=>ld(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 lf=(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);return null!=n&&n.accessorFn?(n.columnDef.getUniqueValues?s._uniqueValuesCache[t]=n.columnDef.getUniqueValues(s.original,r):s._uniqueValuesCache[t]=[s.getValue(t)],s._uniqueValuesCache[t]):void 0},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:lu(()=>[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:lu(()=>[e,n,t,i],(e,t,n,r)=>({table:e,column:t,row:n,cell:r,getValue:r.getValue,renderValue:r.renderValue}),lc(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)),lc(e.options,"debugRows","getAllCells")),_getAllCellsByColumnId:lu(()=>[s.getAllCells()],e=>e.reduce((e,t)=>(e[t.column.id]=t,e),{}),lc(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},lg=(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))};lg.autoRemove=e=>lk(e);let lm=(e,t,n)=>{var r;return!!(null==(r=e.getValue(t))||null==(r=r.toString())?void 0:r.includes(n))};lm.autoRemove=e=>lk(e);let lv=(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())};lv.autoRemove=e=>lk(e);let ly=(e,t,n)=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)};ly.autoRemove=e=>lk(e);let lx=(e,t,n)=>!n.some(n=>{var r;return!(null!=(r=e.getValue(t))&&r.includes(n))});lx.autoRemove=e=>lk(e)||!(null!=e&&e.length);let lb=(e,t,n)=>n.some(n=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)});lb.autoRemove=e=>lk(e)||!(null!=e&&e.length);let lw=(e,t,n)=>e.getValue(t)===n;lw.autoRemove=e=>lk(e);let lS=(e,t,n)=>e.getValue(t)==n;lS.autoRemove=e=>lk(e);let l_=(e,t,n)=>{let[r,i]=n,o=e.getValue(t);return o>=r&&o<=i};l_.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]},l_.autoRemove=e=>lk(e)||lk(e[0])&&lk(e[1]);let lC={includesString:lg,includesStringSensitive:lm,equalsString:lv,arrIncludes:ly,arrIncludesAll:lx,arrIncludesSome:lb,equals:lw,weakEquals:lS,inNumberRange:l_};function lk(e){return null==e||""===e}function lM(e,t,n){return!!e&&!!e.autoRemove&&e.autoRemove(t,n)||void 0===t||"string"==typeof t&&!t}let lT={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},lD=()=>({left:[],right:[]}),lA={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},lI=()=>({startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]}),lP=null;function lO(e){return"touchstart"===e.type}function lR(e,t){return t?"center"===t?e.getCenterVisibleLeafColumns():"left"===t?e.getLeftVisibleLeafColumns():e.getRightVisibleLeafColumns():e.getVisibleLeafColumns()}let lE=()=>({pageIndex:0,pageSize:10}),lL=()=>({top:[],bottom:[]}),lB=(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=>lB(e,t.id,n,r,i))};function lN(e,t){let n=e.getState().rowSelection,r=[],i={},o=function(e,t){return e.map(e=>{var t;let a=lZ(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 lZ(e,t){var n;return null!=(n=t[e.id])&&n}function lF(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()&&(lZ(e,t)?o=!0:i=!1),e.subRows&&e.subRows.length)){let n=lF(e,t);"all"===n?o=!0:("some"===n&&(o=!0),i=!1)}}),i?"all":!!o&&"some"}let lz=/([0-9]+)/gm;function lV(e,t){return e===t?0:e>t?1:-1}function lj(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function l$(e,t){let n=e.split(lz).filter(Boolean),r=t.split(lz).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 lH={alphanumeric:(e,t,n)=>l$(lj(e.getValue(n)).toLowerCase(),lj(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>l$(lj(e.getValue(n)),lj(t.getValue(n))),text:(e,t,n)=>lV(lj(e.getValue(n)).toLowerCase(),lj(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>lV(lj(e.getValue(n)),lj(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)=>lV(e.getValue(n),t.getValue(n))},lW=[{createTable:e=>{e.getHeaderGroups=lu(()=>[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 lp(t,[...s,...n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),...l],e)},lc(e.options,lh,"getHeaderGroups")),e.getCenterHeaderGroups=lu(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,r,i)=>lp(t,n=n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),e,"center"),lc(e.options,lh,"getCenterHeaderGroups")),e.getLeftHeaderGroups=lu(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left],(t,n,r)=>{var i;return lp(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"left")},lc(e.options,lh,"getLeftHeaderGroups")),e.getRightHeaderGroups=lu(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right],(t,n,r)=>{var i;return lp(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"right")},lc(e.options,lh,"getRightHeaderGroups")),e.getFooterGroups=lu(()=>[e.getHeaderGroups()],e=>[...e].reverse(),lc(e.options,lh,"getFooterGroups")),e.getLeftFooterGroups=lu(()=>[e.getLeftHeaderGroups()],e=>[...e].reverse(),lc(e.options,lh,"getLeftFooterGroups")),e.getCenterFooterGroups=lu(()=>[e.getCenterHeaderGroups()],e=>[...e].reverse(),lc(e.options,lh,"getCenterFooterGroups")),e.getRightFooterGroups=lu(()=>[e.getRightHeaderGroups()],e=>[...e].reverse(),lc(e.options,lh,"getRightFooterGroups")),e.getFlatHeaders=lu(()=>[e.getHeaderGroups()],e=>e.map(e=>e.headers).flat(),lc(e.options,lh,"getFlatHeaders")),e.getLeftFlatHeaders=lu(()=>[e.getLeftHeaderGroups()],e=>e.map(e=>e.headers).flat(),lc(e.options,lh,"getLeftFlatHeaders")),e.getCenterFlatHeaders=lu(()=>[e.getCenterHeaderGroups()],e=>e.map(e=>e.headers).flat(),lc(e.options,lh,"getCenterFlatHeaders")),e.getRightFlatHeaders=lu(()=>[e.getRightHeaderGroups()],e=>e.map(e=>e.headers).flat(),lc(e.options,lh,"getRightFlatHeaders")),e.getCenterLeafHeaders=lu(()=>[e.getCenterFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),lc(e.options,lh,"getCenterLeafHeaders")),e.getLeftLeafHeaders=lu(()=>[e.getLeftFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),lc(e.options,lh,"getLeftLeafHeaders")),e.getRightLeafHeaders=lu(()=>[e.getRightFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),lc(e.options,lh,"getRightLeafHeaders")),e.getLeafHeaders=lu(()=>[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()},lc(e.options,lh,"getLeafHeaders"))}},{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:ls("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=lu(()=>[e.getAllCells(),t.getState().columnVisibility],e=>e.filter(e=>e.column.getIsVisible()),lc(t.options,"debugRows","_getAllVisibleCells")),e.getVisibleCells=lu(()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()],(e,t,n)=>[...e,...t,...n],lc(t.options,"debugRows","getVisibleCells"))},createTable:e=>{let t=(t,n)=>lu(()=>[n(),n().filter(e=>e.getIsVisible()).map(e=>e.id).join("_")],e=>e.filter(e=>null==e.getIsVisible?void 0:e.getIsVisible()),lc(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:ls("columnOrder",e)}),createColumn:(e,t)=>{e.getIndex=lu(e=>[lR(t,e)],t=>t.findIndex(t=>t.id===e.id),lc(t.options,"debugColumns","getIndex")),e.getIsFirstColumn=n=>{var r;return(null==(r=lR(t,n)[0])?void 0:r.id)===e.id},e.getIsLastColumn=n=>{var r;let i=lR(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=lu(()=>[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;return function(e,t,n){if(!(null!=t&&t.length)||!n)return e;let r=e.filter(e=>!t.includes(e.id));return"remove"===n?r:[...t.map(t=>e.find(e=>e.id===t)).filter(Boolean),...r]}(i,t,n)},lc(e.options,"debugTable","_getOrderColumnsFn"))}},{getInitialState:e=>({columnPinning:lD(),...e}),getDefaultOptions:e=>({onColumnPinningChange:ls("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=lu(()=>[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))},lc(t.options,"debugRows","getCenterVisibleCells")),e.getLeftVisibleCells=lu(()=>[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"})),lc(t.options,"debugRows","getLeftVisibleCells")),e.getRightVisibleCells=lu(()=>[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"})),lc(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?lD():null!=(n=null==(r=e.initialState)?void 0:r.columnPinning)?n:lD())},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=lu(()=>[e.getAllLeafColumns(),e.getState().columnPinning.left],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),lc(e.options,"debugColumns","getLeftLeafColumns")),e.getRightLeafColumns=lu(()=>[e.getAllLeafColumns(),e.getState().columnPinning.right],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),lc(e.options,"debugColumns","getRightLeafColumns")),e.getCenterLeafColumns=lu(()=>[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))},lc(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:ls("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?lC.includesString:"number"==typeof r?lC.inNumberRange:"boolean"==typeof r||null!==r&&"object"==typeof r?lC.equals:Array.isArray(r)?lC.arrIncludes:lC.weakEquals},e.getFilterFn=()=>{var n,r;return ll(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:lC[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=la(n,a?a.value:void 0);if(lM(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=la(t,e))?void 0:r.filter(e=>{let t=n.find(t=>t.id===e.id);return!(t&&lM(t.getFilterFn(),e.value,t))})})},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:ls("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=()=>lC.includesString,e.getGlobalFilterFn=()=>{var t,n;let{globalFilterFn:r}=e.options;return ll(r)?r:"auto"===r?e.getGlobalAutoFilterFn():null!=(t=null==(n=e.options.filterFns)?void 0:n[r])?t:lC[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:ls("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 lH.datetime;if("string"==typeof n&&(r=!0,n.split(lz).length>1))return lH.alphanumeric}return r?lH.text:lH.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 ll(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:lH[e.columnDef.sortingFn]},e.toggleSorting=(n,r)=>{let i=e.getNextSortingOrder(),o=null!=n;t.setSorting(a=>{let s;let 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=[],h=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 d;(c=[...a,{id:e.id,desc:h}]).splice(0,c.length-(null!=(d=t.options.maxMultiSortColCount)?d:Number.MAX_SAFE_INTEGER))}else c="toggle"===s?a.map(t=>t.id===e.id?{...t,desc:h}:t):"remove"===s?a.filter(t=>t.id!==e.id):[{id:e.id,desc:h}];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:ls("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?lT.sum:"[object Date]"===Object.prototype.toString.call(r)?lT.extent:void 0},e.getAggregationFn=()=>{var n,r;if(!e)throw Error();return ll(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:lT[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:ls("expanded",e),paginateExpandedRows:!0}),createTable:e=>{let t=!1,n=!1;e._autoResetExpanded=()=>{var r,i;if(!t){e._queue(()=>{t=!0});return}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:{...lE(),...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:ls("pagination",e)}),createTable:e=>{let t=!1,n=!1;e._autoResetPageIndex=()=>{var r,i;if(!t){e._queue(()=>{t=!0});return}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=>la(t,e)),e.resetPagination=t=>{var n;e.setPagination(t?lE():null!=(n=e.initialState.pagination)?n:lE())},e.setPageIndex=t=>{e.setPagination(n=>{let r=la(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,la(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=la(t,null!=(r=e.options.pageCount)?r:-1);return"number"==typeof i&&(i=Math.max(-1,i)),{...n,pageCount:i}}),e.getPageOptions=lu(()=>[e.getPageCount()],e=>{let t=[];return e&&e>0&&(t=[...Array(e)].fill(null).map((e,t)=>t)),t},lc(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:lL(),...e}),getDefaultOptions:e=>({onRowPinningChange:ls("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?lL():null!=(n=null==(r=e.initialState)?void 0:r.rowPinning)?n:lL())},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=lu(()=>[e.getRowModel().rows,e.getState().rowPinning.top],(t,n)=>e._getPinnedRows(t,n,"top"),lc(e.options,"debugRows","getTopRows")),e.getBottomRows=lu(()=>[e.getRowModel().rows,e.getState().rowPinning.bottom],(t,n)=>e._getPinnedRows(t,n,"bottom"),lc(e.options,"debugRows","getBottomRows")),e.getCenterRows=lu(()=>[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))},lc(e.options,"debugRows","getCenterRows"))}},{getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:ls("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=>{lB(i,t.id,r,!0,e)}),i}),e.getPreSelectedRowModel=()=>e.getCoreRowModel(),e.getSelectedRowModel=lu(()=>[e.getState().rowSelection,e.getCoreRowModel()],(t,n)=>Object.keys(t).length?lN(e,n):{rows:[],flatRows:[],rowsById:{}},lc(e.options,"debugTable","getSelectedRowModel")),e.getFilteredSelectedRowModel=lu(()=>[e.getState().rowSelection,e.getFilteredRowModel()],(t,n)=>Object.keys(t).length?lN(e,n):{rows:[],flatRows:[],rowsById:{}},lc(e.options,"debugTable","getFilteredSelectedRowModel")),e.getGroupedSelectedRowModel=lu(()=>[e.getState().rowSelection,e.getSortedRowModel()],(t,n)=>Object.keys(t).length?lN(e,n):{rows:[],flatRows:[],rowsById:{}},lc(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 lB(s,e.id,n,null==(a=null==r?void 0:r.selectChildren)||a,t),s})},e.getIsSelected=()=>{let{rowSelection:n}=t.getState();return lZ(e,n)},e.getIsSomeSelected=()=>{let{rowSelection:n}=t.getState();return"some"===lF(e,n)},e.getIsAllSubRowsSelected=()=>{let{rowSelection:n}=t.getState();return"all"===lF(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:()=>lA,getInitialState:e=>({columnSizing:{},columnSizingInfo:lI(),...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",columnResizeDirection:"ltr",onColumnSizingChange:ls("columnSizing",e),onColumnSizingInfoChange:ls("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:lA.minSize,null!=(r=null!=o?o:e.columnDef.size)?r:lA.size),null!=(i=e.columnDef.maxSize)?i:lA.maxSize)},e.getStart=lu(e=>[e,lR(t,e),t.getState().columnSizing],(t,n)=>n.slice(0,e.getIndex(t)).reduce((e,t)=>e+t.getSize(),0),lc(t.options,"debugColumns","getStart")),e.getAfter=lu(e=>[e,lR(t,e),t.getState().columnSizing],(t,n)=>n.slice(e.getIndex(t)+1).reduce((e,t)=>e+t.getSize(),0),lc(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(),lO(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=lO(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})))},h=e=>c("move",e),d=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=>h(e.clientX),upHandler:e=>{null==p||p.removeEventListener("mousemove",f.moveHandler),null==p||p.removeEventListener("mouseup",f.upHandler),d(e.clientX)}},g={moveHandler:e=>(e.cancelable&&(e.preventDefault(),e.stopPropagation()),h(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()),d(null==(t=e.touches[0])?void 0:t.clientX)}},m=!!function(){if("boolean"==typeof lP)return lP;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 lP=e}()&&{passive:!1};lO(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?lI():null!=(n=e.initialState.columnSizingInfo)?n:lI())},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}}}],lG=eU.createContext();function lq(e){return(0,e8.ZP)("MuiTableRow",e)}let lU=(0,e4.Z)("MuiTableRow",["root","selected","hover","head","footer"]),lY=e=>{let{classes:t,selected:n,hover:r,head:i,footer:o}=e;return(0,eK.Z)({root:["root",n&&"selected",r&&"hover",i&&"head",o&&"footer"]},lq,t)},lX=(0,e1.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,e2.Z)(({theme:e})=>({color:"inherit",display:"table-row",verticalAlign:"middle",outline:0,[`&.${lU.hover}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${lU.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,eQ.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,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)}}}))),lK=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiTableRow"}),{className:r,component:i="tr",hover:o=!1,selected:a=!1,...s}=n,l=eU.useContext(lG),u={...n,component:i,hover:o,selected:a,head:l&&"head"===l.variant,footer:l&&"footer"===l.variant},c=lY(u);return(0,eq.jsx)(lX,{as:i,ref:t,className:(0,eX.Z)(c.root,r),role:"tr"===i?null:"row",ownerState:u,...s})});var lQ=n(8062);let lJ=(0,e4.Z)("MuiListItemIcon",["root","alignItemsFlexStart"]);var l0=n(4662);function l1(e){return(0,e8.ZP)("MuiMenuItem",e)}let l2=(0,e4.Z)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]),l5=e=>{let{disabled:t,dense:n,divider:r,disableGutters:i,selected:o,classes:a}=e,s=(0,eK.Z)({root:["root",n&&"dense",t&&"disabled",!i&&"gutters",r&&"divider",o&&"selected"]},l1,a);return{...a,...s}},l3=(0,e1.ZP)(ts.Z,{shouldForwardProp:e=>(0,ta.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,e2.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"}},[`&.${l2.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${l2.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${l2.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,eQ.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,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${l2.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${l2.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${lQ.Z.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${lQ.Z.inset}`]:{marginLeft:52},[`& .${l0.Z.root}`]:{marginTop:0,marginBottom:0},[`& .${l0.Z.inset}`]:{paddingLeft:36},[`& .${lJ.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,[`& .${lJ.root} svg`]:{fontSize:"1.25rem"}}}]}))),l4=eU.forwardRef(function(e,t){let n;let r=(0,e3.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:h,className:d,...p}=r,f=eU.useContext(s3.Z),g=eU.useMemo(()=>({dense:a||f.dense||!1,disableGutters:l}),[f.dense,a,l]),m=eU.useRef(null);(0,tz.Z)(()=>{i&&m.current&&m.current.focus()},[i]);let v={...r,dense:g.dense,divider:s,disableGutters:l},y=l5(r),x=(0,tF.Z)(m,t);return r.disabled||(n=void 0!==h?h:-1),(0,eq.jsx)(s3.Z.Provider,{value:g,children:(0,eq.jsx)(l3,{ref:x,role:c,tabIndex:n,component:o,focusVisibleClassName:(0,eX.Z)(y.focusVisible,u),className:(0,eX.Z)(y.root,d),...p,ownerState:v,classes:y})})}),l8=eU.createContext();function l6(e){return(0,e8.ZP)("MuiTableCell",e)}let l9=(0,e4.Z)("MuiTableCell",["root","head","body","footer","sizeSmall","sizeMedium","paddingCheckbox","paddingNone","alignLeft","alignCenter","alignRight","alignJustify","stickyHeader"]),l7=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,e0.Z)(r)}`,"normal"!==i&&`padding${(0,e0.Z)(i)}`,`size${(0,e0.Z)(o)}`]};return(0,eK.Z)(s,l6,t)},ue=(0,e1.ZP)("td",{name:"MuiTableCell",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],t[`size${(0,e0.Z)(n.size)}`],"normal"!==n.padding&&t[`padding${(0,e0.Z)(n.padding)}`],"inherit"!==n.align&&t[`align${(0,e0.Z)(n.align)}`],n.stickyHeader&&t.stickyHeader]}})((0,e2.Z)(({theme:e})=>({...e.typography.body2,display:"table-cell",verticalAlign:"inherit",borderBottom:e.vars?`1px solid ${e.vars.palette.TableCell.border}`:`1px solid
6
- ${"light"===e.palette.mode?(0,eQ.$n)((0,eQ.Fq)(e.palette.divider,1),.88):(0,eQ._j)((0,eQ.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",[`&.${l9.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}}]}))),ut=eU.forwardRef(function(e,t){let n;let r=(0,e3.i)({props:e,name:"MuiTableCell"}),{align:i="inherit",className:o,component:a,padding:s,scope:l,size:u,sortDirection:c,variant:h,...d}=r,p=eU.useContext(l8),f=eU.useContext(lG),g=f&&"head"===f.variant,m=l;"td"===(n=a||(g?"th":"td"))?m=void 0:!m&&g&&(m="col");let v=h||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=l7(y),b=null;return c&&(b="asc"===c?"ascending":"descending"),(0,eq.jsx)(ue,{as:n,ref:t,className:(0,eX.Z)(x.root,o),"aria-sort":b,scope:m,ownerState:y,...d})});function un(e){return(0,e8.ZP)("MuiToolbar",e)}(0,e4.Z)("MuiToolbar",["root","gutters","regular","dense"]);let ur=e=>{let{classes:t,disableGutters:n,variant:r}=e;return(0,eK.Z)({root:["root",!n&&"gutters",r]},un,t)},ui=(0,e1.ZP)("div",{name:"MuiToolbar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disableGutters&&t.gutters,t[n.variant]]}})((0,e2.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}]}))),uo=eU.forwardRef(function(e,t){let n=(0,e3.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=ur(l);return(0,eq.jsx)(ui,{as:i,className:(0,eX.Z)(u.root,r),ref:t,ownerState:l,...s})});var ua=n(7665),us=n(3633);let ul=(0,rK.Z)((0,eq.jsx)("path",{d:"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage"),uu=(0,rK.Z)((0,eq.jsx)("path",{d:"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),uc=eU.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:h,slots:d={},slotProps:p={},...f}=e,g=(0,nP.V)(),m=d.firstButton??tw.Z,v=d.lastButton??tw.Z,y=d.nextButton??tw.Z,x=d.previousButton??tw.Z,b=d.firstButtonIcon??uu,w=d.lastButtonIcon??ul,S=d.nextButtonIcon??us.Z,_=d.previousButtonIcon??ua.Z,C=g?v:m,k=g?y:x,M=g?x:y,T=g?m:v,D=g?p.lastButton:p.firstButton,A=g?p.nextButton:p.previousButton,I=g?p.previousButton:p.nextButton,P=g?p.firstButton:p.lastButton;return(0,eq.jsxs)("div",{ref:t,...f,children:[c&&(0,eq.jsx)(C,{onClick:e=>{s(e,0)},disabled:i||0===l,"aria-label":o("first",l),title:o("first",l),...D,children:g?(0,eq.jsx)(w,{...p.lastButtonIcon}):(0,eq.jsx)(b,{...p.firstButtonIcon})}),(0,eq.jsx)(k,{onClick:e=>{s(e,l-1)},disabled:i||0===l,color:"inherit","aria-label":o("previous",l),title:o("previous",l),...A??n,children:g?(0,eq.jsx)(S,{...p.nextButtonIcon}):(0,eq.jsx)(_,{...p.previousButtonIcon})}),(0,eq.jsx)(M,{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),...I??a,children:g?(0,eq.jsx)(_,{...p.previousButtonIcon}):(0,eq.jsx)(S,{...p.nextButtonIcon})}),h&&(0,eq.jsx)(T,{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),...P,children:g?(0,eq.jsx)(b,{...p.firstButtonIcon}):(0,eq.jsx)(w,{...p.lastButtonIcon})})]})});function uh(e){return(0,e8.ZP)("MuiTablePagination",e)}let ud=(0,e4.Z)("MuiTablePagination",["root","toolbar","spacer","selectLabel","selectRoot","select","selectIcon","input","menuItem","displayedRows","actions"]),up=(0,e1.ZP)(ut,{name:"MuiTablePagination",slot:"Root",overridesResolver:(e,t)=>t.root})((0,e2.Z)(({theme:e})=>({overflow:"auto",color:(e.vars||e).palette.text.primary,fontSize:e.typography.pxToRem(14),"&:last-child":{padding:0}}))),uf=(0,e1.ZP)(uo,{name:"MuiTablePagination",slot:"Toolbar",overridesResolver:(e,t)=>({[`& .${ud.actions}`]:t.actions,...t.toolbar})})((0,e2.Z)(({theme:e})=>({minHeight:52,paddingRight:2,[`${e.breakpoints.up("xs")} and (orientation: landscape)`]:{minHeight:52},[e.breakpoints.up("sm")]:{minHeight:52,paddingRight:2},[`& .${ud.actions}`]:{flexShrink:0,marginLeft:20}}))),ug=(0,e1.ZP)("div",{name:"MuiTablePagination",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})({flex:"1 1 100%"}),um=(0,e1.ZP)("p",{name:"MuiTablePagination",slot:"SelectLabel",overridesResolver:(e,t)=>t.selectLabel})((0,e2.Z)(({theme:e})=>({...e.typography.body2,flexShrink:0}))),uv=(0,e1.ZP)(r3,{name:"MuiTablePagination",slot:"Select",overridesResolver:(e,t)=>({[`& .${ud.selectIcon}`]:t.selectIcon,[`& .${ud.select}`]:t.select,...t.input,...t.selectRoot})})({color:"inherit",fontSize:"inherit",flexShrink:0,marginRight:32,marginLeft:8,[`& .${ud.select}`]:{paddingLeft:8,paddingRight:24,textAlign:"right",textAlignLast:"right"}}),uy=(0,e1.ZP)(l4,{name:"MuiTablePagination",slot:"MenuItem",overridesResolver:(e,t)=>t.menuItem})({}),ux=(0,e1.ZP)("p",{name:"MuiTablePagination",slot:"DisplayedRows",overridesResolver:(e,t)=>t.displayedRows})((0,e2.Z)(({theme:e})=>({...e.typography.body2,flexShrink:0})));function ub({from:e,to:t,count:n}){return`${e}–${t} of ${-1!==n?n:`more than ${t}`}`}function uw(e){return`Go to ${e} page`}let uS=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],toolbar:["toolbar"],spacer:["spacer"],selectLabel:["selectLabel"],select:["select"],input:["input"],selectIcon:["selectIcon"],menuItem:["menuItem"],displayedRows:["displayedRows"],actions:["actions"]},uh,t)},u_=eU.forwardRef(function(e,t){let n;let r=(0,e3.i)({props:e,name:"MuiTablePagination"}),{ActionsComponent:i=uc,backIconButtonProps:o,colSpan:a,component:s=ut,count:l,disabled:u=!1,getItemAriaLabel:c=uw,labelDisplayedRows:h=ub,labelRowsPerPage:d="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}=r,k=uS(r),M=S?.select??x,T=M.native?"option":uy;(s===ut||"td"===s)&&(n=a||1e3);let D=(0,to.Z)(M.id),A=(0,to.Z)(M.labelId),I={slots:_,slotProps:S},[P,O]=(0,n5.Z)("root",{ref:t,className:k.root,elementType:up,externalForwardedProps:{...I,component:s,...C},ownerState:r,additionalProps:{colSpan:n}}),[R,E]=(0,n5.Z)("toolbar",{className:k.toolbar,elementType:uf,externalForwardedProps:I,ownerState:r}),[L,B]=(0,n5.Z)("spacer",{className:k.spacer,elementType:ug,externalForwardedProps:I,ownerState:r}),[N,Z]=(0,n5.Z)("selectLabel",{className:k.selectLabel,elementType:um,externalForwardedProps:I,ownerState:r,additionalProps:{id:A}}),[F,z]=(0,n5.Z)("select",{className:k.select,elementType:uv,externalForwardedProps:I,ownerState:r}),[V,j]=(0,n5.Z)("menuItem",{className:k.menuItem,elementType:T,externalForwardedProps:I,ownerState:r}),[$,H]=(0,n5.Z)("displayedRows",{className:k.displayedRows,elementType:ux,externalForwardedProps:I,ownerState:r});return(0,eq.jsx)(P,{...O,children:(0,eq.jsxs)(R,{...E,children:[(0,eq.jsx)(L,{...B}),y.length>1&&(0,eq.jsx)(N,{...Z,children:d}),y.length>1&&(0,eq.jsx)(F,{variant:"standard",...!M.variant&&{input:ei||(ei=(0,eq.jsx)(tK,{}))},value:v,onChange:g,id:D,labelId:A,...M,classes:{...M.classes,root:(0,eX.Z)(k.input,k.selectRoot,(M.classes||{}).root),select:(0,eX.Z)(k.select,(M.classes||{}).select),icon:(0,eX.Z)(k.selectIcon,(M.classes||{}).icon)},disabled:u,...z,children:y.map(e=>(0,eU.createElement)(V,{...j,key:e.label?e.label:e,value:e.value?e.value:e},e.label?e.label:e))}),(0,eq.jsx)($,{...H,children:h({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,eq.jsx)(i,{className:k.actions,backIconButtonProps:o,count:l,nextIconButtonProps:p,onPageChange:f,page:m,rowsPerPage:v,showFirstButton:b,showLastButton:w,slotProps:S.actions,slots:_.actions,getItemAriaLabel:c,disabled:u})]})})}),uC=(0,eU.forwardRef)(function(e,t){return(0,eq.jsx)(lK,{...e,ref:t,sx:{backgroundColor:e=>e.palette.background.default,"&:hover":{backgroundColor:e=>(0,eQ.Fq)(e.palette.primary.main,e.palette.action.hoverOpacity)}}})});function uk(e){return(0,e8.ZP)("MuiTableBody",e)}(0,e4.Z)("MuiTableBody",["root"]);let uM=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},uk,t)},uT=(0,e1.ZP)("tbody",{name:"MuiTableBody",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-row-group"}),uD={variant:"body"},uA="tbody",uI=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiTableBody"}),{className:r,component:i=uA,...o}=n,a={...n,component:i},s=uM(a);return(0,eq.jsx)(lG.Provider,{value:uD,children:(0,eq.jsx)(uT,{className:(0,eX.Z)(s.root,r),as:i,ref:t,role:i===uA?null:"rowgroup",ownerState:a,...o})})}),uP=(0,eU.forwardRef)(function(e,t){return(0,eq.jsx)(uI,{...e,ref:t})});function uO(e){return(0,e8.ZP)("MuiTable",e)}(0,e4.Z)("MuiTable",["root","stickyHeader"]);let uR=e=>{let{classes:t,stickyHeader:n}=e;return(0,eK.Z)({root:["root",n&&"stickyHeader"]},uO,t)},uE=(0,e1.ZP)("table",{name:"MuiTable",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.stickyHeader&&t.stickyHeader]}})((0,e2.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"}}]}))),uL="table",uB=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiTable"}),{className:r,component:i=uL,padding:o="normal",size:a="medium",stickyHeader:s=!1,...l}=n,u={...n,component:i,padding:o,size:a,stickyHeader:s},c=uR(u),h=eU.useMemo(()=>({padding:o,size:a,stickyHeader:s}),[o,a,s]);return(0,eq.jsx)(l8.Provider,{value:h,children:(0,eq.jsx)(uE,{as:i,role:i===uL?null:"table",ref:t,className:(0,eX.Z)(c.root,r),ownerState:u,...l})})}),uN=(0,e1.ZP)(uB)(({theme:e})=>({tableLayout:"fixed",borderCollapse:"separate",backgroundColor:e.palette.background.default})),uZ={compact:"small",standard:"medium",comfortable:"medium"},uF=(0,eU.forwardRef)(function({density:e,...t},n){return(0,eq.jsx)(uN,{...t,tabIndex:-1,size:uZ[e],ref:n,sx:{width:"100%"}})});function uz(e){return(0,e8.ZP)("MuiTableHead",e)}(0,e4.Z)("MuiTableHead",["root"]);let uV=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},uz,t)},uj=(0,e1.ZP)("thead",{name:"MuiTableHead",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-header-group"}),u$={variant:"head"},uH="thead",uW=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiTableHead"}),{className:r,component:i=uH,...o}=n,a={...n,component:i},s=uV(a);return(0,eq.jsx)(lG.Provider,{value:u$,children:(0,eq.jsx)(uj,{as:i,className:(0,eX.Z)(s.root,r),ref:t,role:i===uH?null:"rowgroup",ownerState:a,...o})})}),uG=(0,eU.forwardRef)(function(e,t){return(0,eq.jsx)(uW,{...e,ref:t})});var uq=n(2054);let uU=(0,rK.Z)((0,eq.jsx)("path",{d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"}),"ArrowDownward");function uY(e){return(0,e8.ZP)("MuiTableSortLabel",e)}let uX=(0,e4.Z)("MuiTableSortLabel",["root","active","icon","iconDirectionDesc","iconDirectionAsc","directionDesc","directionAsc"]),uK=e=>{let{classes:t,direction:n,active:r}=e,i={root:["root",r&&"active",`direction${(0,e0.Z)(n)}`],icon:["icon",`iconDirection${(0,e0.Z)(n)}`]};return(0,eK.Z)(i,uY,t)},uQ=(0,e1.ZP)(ts.Z,{name:"MuiTableSortLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.active&&t.active]}})((0,e2.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,[`& .${uX.icon}`]:{opacity:.5}},[`&.${uX.active}`]:{color:(e.vars||e).palette.text.primary,[`& .${uX.icon}`]:{opacity:1,color:(e.vars||e).palette.text.secondary}}}))),uJ=(0,e1.ZP)("span",{name:"MuiTableSortLabel",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,t[`iconDirection${(0,e0.Z)(n.direction)}`]]}})((0,e2.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)"}}]}))),u0=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiTableSortLabel"}),{active:r=!1,children:i,className:o,direction:a="asc",hideSortIcon:s=!1,IconComponent:l=uU,slots:u={},slotProps:c={},...h}=n,d={...n,active:r,direction:a,hideSortIcon:s,IconComponent:l},p=uK(d),f={slots:u,slotProps:c},[g,m]=(0,n5.Z)("root",{elementType:uQ,externalForwardedProps:f,ownerState:d,className:(0,eX.Z)(p.root,o),ref:t}),[v,y]=(0,n5.Z)("icon",{elementType:uJ,externalForwardedProps:f,ownerState:d,className:p.icon});return(0,eq.jsxs)(g,{disableRipple:!0,component:"span",...m,...h,children:[i,s&&!r?null:(0,eq.jsx)(v,{as:l,...y})]})}),u1=150,u2=40;function u5(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),h=i?c:u,d=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),h=i?c:u,d=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),h=i?c:u,d=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} ${d} ${l} ${h}`,height:g,fontSize:f,lineHeight:p}}function u3(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 u4=(0,e1.ZP)(ut)(({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 u8({children:e,density:t,variant:n,width:r,defaultColumnHeight:i,focusState:o="none",onFocusTrigger:a,isFirstColumn:s,isLastColumn:l,description:u,align:c,color:h,backgroundColor:d,...p}){let f=(0,nH.Z)(),g=(0,eU.useRef)(),m="head"===n;(0,eU.useEffect)(()=>{"trigger-focus"===o&&g.current&&g.current.focus()},[o]);let v=e=>{a?.(e)};return(0,eq.jsx)(u4,{...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:`${d??f.palette.background.default} !important`,outline:`solid 1px ${f.palette.info.main}`,outlineOffset:"-1px"}},ref:g,children:(0,eq.jsx)(sd.Z,{id:"original-cell",sx:{...u5(f,t,{isHeader:m,isLastColumn:l,isFirstColumn:s,defaultColumnHeight:i}),position:"relative",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",flexDirection:"inherit"},style:{backgroundColor:d??"inherit",color:h??"inherit"},title:u,"aria-label":u,textAlign:c,children:e})})}function u6({onSort:e,sortDirection:t,nextSortDirection:n,children:r,...i}){let o=!!e,a=(0,eq.jsx)(uq.Z,{noWrap:!0,variant:"inherit",component:"div",color:"inherit",children:r}),s=!!t;return(0,eq.jsx)(u8,{...i,children:o?(0,eq.jsx)(u0,{onClick:e,direction:s?t:n,active:s,sx:{verticalAlign:"unset",maxWidth:"100%","&:focus-visible":{[`& .${uX.icon}`]:{opacity:s?1:.5}}},children:a}):a})}function u9(e){return(0,e8.ZP)("MuiTableContainer",e)}(0,e4.Z)("MuiTableContainer",["root"]);let u7=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},u9,t)},ce=(0,e1.ZP)("div",{name:"MuiTableContainer",slot:"Root",overridesResolver:(e,t)=>t.root})({width:"100%",overflowX:"auto"}),ct=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiTableContainer"}),{className:r,component:i="div",...o}=n,a={...n,component:i},s=u7(a);return(0,eq.jsx)(ce,{ref:t,as:i,className:(0,eX.Z)(s.root,r),ownerState:a,...o})}),cn=(0,eU.forwardRef)(function(e,t){return(0,eq.jsx)(ct,{...e,tabIndex:-1,ref:t})}),cr={row:0,column:0},ci=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"];function co(e){return(0,e8.ZP)("MuiTableFooter",e)}(0,e4.Z)("MuiTableFooter",["root"]);let ca=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},co,t)},cs=(0,e1.ZP)("tfoot",{name:"MuiTableFooter",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-footer-group"}),cl={variant:"footer"},cu="tfoot",cc=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiTableFooter"}),{className:r,component:i=cu,...o}=n,a={...n,component:i},s=ca(a);return(0,eq.jsx)(lG.Provider,{value:cl,children:(0,eq.jsx)(cs,{as:i,className:(0,eX.Z)(s.root,r),ref:t,role:i===cu?null:"rowgroup",ownerState:a,...o})})}),ch=(0,eU.forwardRef)(function(e,t){return(0,eq.jsx)(cc,{...e,ref:t})});function cd({width:e,height:t,density:n,defaultColumnWidth:r,defaultColumnHeight:i,onRowClick:o,onRowMouseOver:a,onRowMouseOut:s,rows:l,columns:u,headers:c,cellConfigs:h,pagination:d,onPaginationChange:p,rowCount:f}){let g=(0,eU.useRef)(null),m=(0,eU.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,eU.useState)(cr),[o,a]=(0,eU.useState)(!1);return{activeCell:r,isActive:o,onTableKeyDown:(0,eU.useCallback)(r=>{let o=r.key;(ci.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,eU.useMemo)(()=>({Scroller:cn,Table:t=>(0,eq.jsx)(uF,{...t,width:e,density:n,onKeyDown:v.onTableKeyDown}),TableHead:uG,TableFoot:ch,TableRow:({item:e,...t})=>{let r=l[t["data-index"]];if(!r)return null;let i={id:r.id,index:r.index};return(0,eq.jsx)(uC,{...t,onClick:e=>o(e,r.id),density:n,onMouseOver:e=>{a?.(e,i)},onMouseOut:e=>{s?.(e,i)}})},TableBody:uP}),[n,v.onTableKeyDown,o,s,a,l,e]),b=(e,t)=>{d&&p&&p({...d,pageIndex:t})},w=e=>{d&&p&&p({pageIndex:0,pageSize:parseInt(e.target.value,10)})};return(0,eq.jsx)(sd.Z,{style:{width:e,height:t},children:(0,eq.jsx)(s5._n,{ref:g,totalCount:l.length,components:x,rangeChanged:e=>{m.current=e},fixedHeaderContent:()=>(0,eq.jsx)(eq.Fragment,{children:c.map(e=>(0,eq.jsx)(uC,{density:n,children:e.headers.map((e,t,o)=>{var a,s,l,u,c;let h=e.column,d={row:0,column:t},p=h.getIsSorted(),f=h.getNextSortingOrder();return(0,eq.jsx)(u6,{onSort:h.getCanSort()?h.getToggleSortingHandler():void 0,sortDirection:"string"==typeof p?p:void 0,nextSortDirection:"string"==typeof f?f:void 0,width:h.getSize()||r,defaultColumnHeight:i,align:h.columnDef.meta?.align,variant:"head",density:n,description:h.columnDef.meta?.headerDescription,focusState:y(d),onFocusTrigger:()=>v.onCellFocus(d),isFirstColumn:0===t,isLastColumn:t===o.length-1,children:(a=h.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)?eU.createElement(a,s):a:null)},e.id)})},e.id))}),fixedFooterContent:d?()=>(0,eq.jsx)(lK,{sx:{backgroundColor:e=>e.palette.background.default},children:(0,eq.jsx)(u_,{colSpan:u.length,count:f,page:d.pageIndex,rowsPerPage:d.pageSize,onPageChange:b,onRowsPerPageChange:w})}):void 0,itemContent:e=>{let t=l[e];return t?(0,eq.jsx)(eq.Fragment,{children:t.getVisibleCells().map((t,o,a)=>{let s;let l={row:e+1,column:o},u=t.getContext(),c=h?.[u.cell.id],d=t.column.columnDef.cell,p="function"==typeof d?d(u):null,f=t.column.columnDef.meta?.cellDescription;return"function"==typeof f?s=f(u):f&&"string"==typeof p&&(s=p),(0,eq.jsx)(u8,{"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}})})}function cp(e){return(0,e8.ZP)("PrivateSwitchBase",e)}(0,e4.Z)("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);let cf=e=>{let{classes:t,checked:n,disabled:r,edge:i}=e,o={root:["root",n&&"checked",r&&"disabled",i&&`edge${(0,e0.Z)(i)}`],input:["input"]};return(0,eK.Z)(o,cp,t)},cg=(0,e1.ZP)(ts.Z)({padding:9,borderRadius:"50%",variants:[{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:({edge:e,ownerState:t})=>"start"===e&&"small"!==t.size,style:{marginLeft:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}},{props:({edge:e,ownerState:t})=>"end"===e&&"small"!==t.size,style:{marginRight:-12}}]}),cm=(0,e1.ZP)("input",{shouldForwardProp:ta.Z})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),cv=eU.forwardRef(function(e,t){let{autoFocus:n,checked:r,checkedIcon:i,defaultChecked:o,disabled:a,disableFocusRipple:s=!1,edge:l=!1,icon:u,id:c,inputProps:h,inputRef:d,name:p,onBlur:f,onChange:g,onFocus:m,readOnly:v,required:y=!1,tabIndex:x,type:b,value:w,slots:S={},slotProps:_={},...C}=e,[k,M]=(0,rj.Z)({controlled:r,default:!!o,name:"SwitchBase",state:"checked"}),T=tN(),D=e=>{m&&m(e),T&&T.onFocus&&T.onFocus(e)},A=e=>{f&&f(e),T&&T.onBlur&&T.onBlur(e)},I=e=>{if(e.nativeEvent.defaultPrevented)return;let t=e.target.checked;M(t),g&&g(e,t)},P=a;T&&void 0===P&&(P=T.disabled);let O="checkbox"===b||"radio"===b,R={...e,checked:k,disabled:P,disableFocusRipple:s,edge:l},E=cf(R),L={slots:S,slotProps:{input:h,..._}},[B,N]=(0,n5.Z)("root",{ref:t,elementType:cg,className:E.root,shouldForwardComponentProp:!0,externalForwardedProps:{...L,component:"span",...C},getSlotProps:e=>({...e,onFocus:t=>{e.onFocus?.(t),D(t)},onBlur:t=>{e.onBlur?.(t),A(t)}}),ownerState:R,additionalProps:{centerRipple:!0,focusRipple:!s,disabled:P,role:void 0,tabIndex:null}}),[Z,F]=(0,n5.Z)("input",{ref:d,elementType:cm,className:E.input,externalForwardedProps:L,getSlotProps:e=>({onChange:t=>{e.onChange?.(t),I(t)}}),ownerState:R,additionalProps:{autoFocus:n,checked:r,defaultChecked:o,disabled:P,id:O?c:void 0,name:p,readOnly:v,required:y,tabIndex:x,type:b,..."checkbox"===b&&void 0===w?{}:{value:w}}});return(0,eq.jsxs)(B,{...N,children:[(0,eq.jsx)(Z,{...F}),k?i:u]})}),cy=(0,rK.Z)((0,eq.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"),cx=(0,rK.Z)((0,eq.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"),cb=(0,rK.Z)((0,eq.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 cw(e){return(0,e8.ZP)("MuiCheckbox",e)}let cS=(0,e4.Z)("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]),c_=e=>{let{classes:t,indeterminate:n,color:r,size:i}=e,o={root:["root",n&&"indeterminate",`color${(0,e0.Z)(r)}`,`size${(0,e0.Z)(i)}`]},a=(0,eK.Z)(o,cw,t);return{...t,...a}},cC=(0,e1.ZP)(cv,{shouldForwardProp:e=>(0,ta.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,e0.Z)(n.size)}`],"default"!==n.color&&t[`color${(0,e0.Z)(n.color)}`]]}})((0,e2.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,eQ.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)}}},...Object.entries(e.palette).filter((0,e5.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,eQ.Fq)(e.palette[t].main,e.palette.action.hoverOpacity)}}})),...Object.entries(e.palette).filter((0,e5.Z)()).map(([t])=>({props:{color:t},style:{[`&.${cS.checked}, &.${cS.indeterminate}`]:{color:(e.vars||e).palette[t].main},[`&.${cS.disabled}`]:{color:(e.vars||e).palette.action.disabled}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}))),ck=(0,eq.jsx)(cx,{}),cM=(0,eq.jsx)(cy,{}),cT=(0,eq.jsx)(cb,{}),cD=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiCheckbox"}),{checkedIcon:r=ck,color:i="primary",icon:o=cM,indeterminate:a=!1,indeterminateIcon:s=cT,inputProps:l,size:u="medium",disableRipple:c=!1,className:h,slots:d={},slotProps:p={},...f}=n,g=a?s:o,m=a?s:r,v={...n,disableRipple:c,color:i,indeterminate:a,size:u},y=c_(v),x=p.input??l,[b,w]=(0,n5.Z)("root",{ref:t,elementType:cC,className:(0,eX.Z)(y.root,h),shouldForwardComponentProp:!0,externalForwardedProps:{slots:d,slotProps:p,...f},ownerState:v,additionalProps:{type:"checkbox",icon:eU.cloneElement(g,{fontSize:g.props.fontSize??u}),checkedIcon:eU.cloneElement(m,{fontSize:m.props.fontSize??u}),disableRipple:c,slots:d,slotProps:{input:(0,rm.Z)("function"==typeof x?x(v):x,{"data-indeterminate":a})}}});return(0,eq.jsx)(b,{...w,classes:y})});function cA({color:e,density:t,...n}){let r="compact"===t;return(0,eq.jsx)(cD,{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,eQ.Fq)(e,.5):void 0},"& .MuiSvgIcon-root":{fontSize:r?16:18}}})}let cI=(e,t)=>`${t}`,cP={},cO=[];function cR({data:e,columns:t,cellConfigs:n,density:r="standard",defaultColumnWidth:i=u1,defaultColumnHeight:o="auto",checkboxSelection:a,onRowSelectionChange:s,onSortingChange:l,getCheckboxColor:u,getRowId:c=cI,rowSelection:h=cP,sorting:d=cO,pagination:p,onPaginationChange:f,rowSelectionVariant:g="standard",...m}){let v=(0,nH.Z)(),y=(0,eU.useCallback)((e,t,n)=>{"standard"===g||n?t.toggleSelected():t.getIsSelected()&&!e.getIsAllRowsSelected()?e.toggleAllRowsSelected():s?.({[t.id]:!0})},[s,g]),x=(0,eU.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,eU.useMemo)(()=>({id:"checkboxRowSelect",size:28,header:({table:e})=>(0,eq.jsx)(cA,{checked:e.getIsAllRowsSelected(),indeterminate:e.getIsSomeRowsSelected(),onChange:e.getToggleAllRowsSelectedHandler(),color:v.palette.text.primary,density:r}),cell:({row:e,table:t})=>(0,eq.jsx)(cA,{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]=eU.useState(()=>({current:function(e){var t,n;let r=[...lW,...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=e=>i.options.mergeOptions?i.options.mergeOptions(o,e):{...o,...e},s={...null!=(n=e.initialState)?n:{}};i._features.forEach(e=>{var t;s=null!=(t=null==e.getInitialState?void 0:e.getInitialState(s))?t:s});let l=[],u=!1,c={_features:r,options:{...o,...e},initialState:s,_queue:e=>{l.push(e),u||(u=!0,Promise.resolve().then(()=>{for(;l.length;)l.shift()();u=!1}).catch(e=>setTimeout(()=>{throw e})))},reset:()=>{i.setState(i.initialState)},setOptions:e=>{let t=la(e,i.options);i.options=a(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:lu(()=>[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}},lc(e,"debugColumns","_getDefaultColumnDef")),_getColumnDefs:()=>i.options.columns,getAllColumns:lu(()=>[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;let 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:lu(()=>[!0],()=>{var e;return[c,...null==(e=c.columns)?void 0:e.flatMap(e=>e.getFlatColumns())]},lc(e.options,"debugColumns","column.getFlatColumns")),getLeafColumns:lu(()=>[e._getOrderColumnsFn()],e=>{var t;return null!=(t=c.columns)&&t.length?e(c.columns.flatMap(e=>e.getLeafColumns())):[c]},lc(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)},lc(e,"debugColumns","getAllColumns")),getAllFlatColumns:lu(()=>[i.getAllColumns()],e=>e.flatMap(e=>e.getFlatColumns()),lc(e,"debugColumns","getAllFlatColumns")),_getAllFlatColumnsById:lu(()=>[i.getAllFlatColumns()],e=>e.reduce((e,t)=>(e[t.id]=t,e),{}),lc(e,"debugColumns","getAllFlatColumnsById")),getAllLeafColumns:lu(()=>[i.getAllColumns(),i._getOrderColumnsFn()],(e,t)=>t(e.flatMap(e=>e.getLeafColumns())),lc(e,"debugColumns","getAllLeafColumns")),getColumn:e=>i._getAllFlatColumnsById()[e]};Object.assign(i,c);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]=eU.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,eU.useMemo)(()=>{let e=u3(t);return a&&e.unshift(b),e},[b,a,t]),getRowId:c,getCoreRowModel:e=>lu(()=>[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=lf(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},lc(e.options,"debugTable","getRowModel",()=>e._autoResetPageIndex())),getSortedRowModel:e=>lu(()=>[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}},lc(e.options,"debugTable","getSortedRowModel",()=>e._autoResetPageIndex())),getPaginationRowModel:p?e=>lu(()=>[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},lc(e.options,"debugTable","getPaginationRowModel")):void 0,manualPagination:!p,enableRowSelection:!!a,onRowSelectionChange:e=>{let t="function"==typeof e?e(h):e;s?.(t)},onSortingChange:e=>{let t="function"==typeof e?e(d):e;l?.(t)},sortDescFirst:!0,state:{rowSelection:h,sorting:d,...p?{pagination:p}:{}}}),S=(0,eU.useCallback)((e,t)=>{let n=w.getRow(t);y(w,n,e.metaKey||e.shiftKey)},[y,w]);return(0,eq.jsx)(cd,{...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 cE=[{accessorKey:"label",header:"Name",enableSorting:!0,cell:({getValue:e})=>(0,eq.jsx)("span",{title:e(),children:e()})}],cL=e=>e.id,cB=e=>e.color;function cN({items:e,selectedItems:t,onSelectedItemsChange:n,onItemMouseOver:r,onItemMouseOut:i,height:o,width:a,columns:s=[],sorting:l,onSortingChange:u}){let c=(0,eU.useMemo)(()=>"string"!=typeof t?t:e.reduce((e,t,n)=>(e[cL(t,n)]=!0,e),{}),[t,e]),h=(0,eU.useMemo)(()=>[...cE,...s],[s]);return(0,eq.jsx)(cR,{height:o,width:a,rowSelection:c,onRowSelectionChange:n,onRowMouseOver:r,onRowMouseOut:i,sorting:l,onSortingChange:u,data:e,columns:h,density:"compact",defaultColumnWidth:"auto",getRowId:cL,getCheckboxColor:cB,checkboxSelection:!0,rowSelectionVariant:"legend"})}function cZ({width:e,height:t,options:n,data:r,selectedItems:i,onSelectedItemsChange:o,onItemMouseOver:a,onItemMouseOut:s,tableProps:l}){let u;let c=(e,t)=>{let n=e.metaKey||e.shiftKey;o(s2(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}}))},h=sm(n.mode),d=r.length>=500,p={height:t,items:r,selectedItems:i,onLegendItemClick:c,onItemMouseOver:a,onItemMouseOut:s};return(u="table"===h?(0,eq.jsx)(cN,{...p,onSelectedItemsChange:o,width:e,...l}):"right"===n.position||d?(0,eq.jsx)(li,{...p,width:e,onLegendItemClick:c}):(0,eq.jsx)(lo,{...p,onLegendItemClick:c}),"right"===n.position)?(0,eq.jsx)(sd.Z,{style:{width:e,height:t},sx:{position:"absolute",top:0,right:0},children:u}):(0,eq.jsx)(sd.Z,{style:{width:e,height:t},sx:{position:"absolute",bottom:0},children:u})}let cF={medium:{bottom:6,right:250},small:{bottom:4,right:150}};function cz({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;let c=n?.options,h={legend:{show:!1,width:0,height:0},content:{width:e,height:t},margin:{right:0,bottom:0}};if(!c)return h;let{position:d}=c;if("list"===sm(c.mode))l="right"===d?200:e,u=40,"right"===d?u=t:t>=300&&(u=100);else{let i=u5(s,"compact"),o=(n?.tableProps?.columns||[]).reduce((e,t)=>("number"==typeof t.width&&(e+=t.width),e),0);l="right"===d?cF[r].right+o:e;let a=Math.min(cF[r].bottom,n.data.length+1);u="bottom"===d?a*i.height:t}let p="right"===d?e-l-a:e,f="bottom"===d?t-u-a:t;return"right"===d&&p<o||"bottom"===d&&f<i?h:{legend:{width:l,height:u,show:!0},content:{width:p,height:f},margin:{right:"right"===d?a:0,bottom:"bottom"===d?a:0}}}({width:n,height:r,legendProps:t,minChildrenHeight:s,minChildrenWidth:a,spacing:i,theme:(0,nH.Z)(),legendSize:o&&sf.includes(o)?o:sg.size});return(0,eq.jsxs)(sd.Z,{style:{width:n,height:r},sx:{position:"relative",overflow:"hidden"},children:[(0,eq.jsx)(sd.Z,{style:{width:l.width,height:l.height},sx:{marginRight:`${c.right}px`,marginBottom:`${c.bottom}px`,overflow:"hidden"},children:"function"==typeof e?e({width:l.width,height:l.height}):e}),t&&u.show&&(0,eq.jsx)(cZ,{...t,height:u.height,width:u.width})]})}var cV=n(6726),cj=n.n(cV);let c$=(0,eU.forwardRef)(function({debounceMs:e=250,value:t,onChange:n,...r},i){let[o,a]=(0,eU.useState)(t),s=(0,eU.useCallback)(e=>{n?.(e)},[n]),l=(0,eU.useMemo)(()=>cj()(s,e),[e,s]);return(0,eq.jsx)(r7,{ref:i,value:o,onChange:function(e){a(e.target.value),l(e.target.value)},...r})});function cH(e){return(0,e8.ZP)("MuiDialogTitle",e)}c$.displayName="TextField";let cW=(0,e4.Z)("MuiDialogTitle",["root"]),cG=eU.createContext({}),cq=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},cH,t)},cU=(0,e1.ZP)(uq.Z,{name:"MuiDialogTitle",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:"16px 24px",flex:"0 0 auto"}),cY=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiDialogTitle"}),{className:r,id:i,...o}=n,a=cq(n),{titleId:s=i}=eU.useContext(cG);return(0,eq.jsx)(cU,{component:"h2",className:(0,eX.Z)(a.root,r),ownerState:n,ref:t,variant:"h6",id:i??s,...o})});function cX(e){return(0,e8.ZP)("MuiDialogContent",e)}(0,e4.Z)("MuiDialogContent",["root","dividers"]);let cK=e=>{let{classes:t,dividers:n}=e;return(0,eK.Z)({root:["root",n&&"dividers"]},cX,t)},cQ=(0,e1.ZP)("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})((0,e2.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:{[`.${cW.root} + &`]:{paddingTop:0}}}]}))),cJ=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiDialogContent"}),{className:r,dividers:i=!1,...o}=n,a={...n,dividers:i},s=cK(a);return(0,eq.jsx)(cQ,{className:(0,eX.Z)(s.root,r),ownerState:a,ref:t,...o})});function c0(e){return(0,e8.ZP)("MuiDialog",e)}let c1=(0,e4.Z)("MuiDialog",["root","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),c2=(0,e1.ZP)(n7,{name:"MuiDialog",slot:"Backdrop",overrides:(e,t)=>t.backdrop})({zIndex:-1}),c5=e=>{let{classes:t,scroll:n,maxWidth:r,fullWidth:i,fullScreen:o}=e,a={root:["root"],container:["container",`scroll${(0,e0.Z)(n)}`],paper:["paper",`paperScroll${(0,e0.Z)(n)}`,`paperWidth${(0,e0.Z)(String(r))}`,i&&"paperFullWidth",o&&"paperFullScreen"]};return(0,eK.Z)(a,c0,t)},c3=(0,e1.ZP)(rp,{name:"MuiDialog",slot:"Root",overridesResolver:(e,t)=>t.root})({"@media print":{position:"absolute !important"}}),c4=(0,e1.ZP)("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.container,t[`scroll${(0,e0.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"}}}]}),c8=(0,e1.ZP)(rf.Z,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`scrollPaper${(0,e0.Z)(n.scroll)}`],t[`paperWidth${(0,e0.Z)(String(n.maxWidth))}`],n.fullWidth&&t.paperFullWidth,n.fullScreen&&t.paperFullScreen]}})((0,e2.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)`,[`&.${c1.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}`,[`&.${c1.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,[`&.${c1.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]}))),c6=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiDialog"}),r=(0,nH.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:h,disableEscapeKeyDown:d=!1,fullScreen:p=!1,fullWidth:f=!1,maxWidth:g="sm",onBackdropClick:m,onClick:v,onClose:y,open:x,PaperComponent:b=rf.Z,PaperProps:w={},scroll:S="paper",slots:_={},slotProps:C={},TransitionComponent:k=n4,transitionDuration:M=i,TransitionProps:T,...D}=n,A={...n,disableEscapeKeyDown:d,fullScreen:p,fullWidth:f,maxWidth:g,scroll:S},I=c5(A),P=eU.useRef(),O=(0,tS.Z)(a),R=eU.useMemo(()=>({titleId:O}),[O]),E={slots:{transition:k,..._},slotProps:{transition:T,paper:w,backdrop:u,...C}},[L,B]=(0,n5.Z)("root",{elementType:c3,shouldForwardComponentProp:!0,externalForwardedProps:E,ownerState:A,className:(0,eX.Z)(I.root,h),ref:t}),[N,Z]=(0,n5.Z)("backdrop",{elementType:c2,shouldForwardComponentProp:!0,externalForwardedProps:E,ownerState:A}),[F,z]=(0,n5.Z)("paper",{elementType:c8,shouldForwardComponentProp:!0,externalForwardedProps:E,ownerState:A,className:(0,eX.Z)(I.paper,w.className)}),[V,j]=(0,n5.Z)("container",{elementType:c4,externalForwardedProps:E,ownerState:A,className:(0,eX.Z)(I.container)}),[$,H]=(0,n5.Z)("transition",{elementType:n4,externalForwardedProps:E,ownerState:A,additionalProps:{appear:!0,in:x,timeout:M,role:"presentation"}});return(0,eq.jsx)(L,{closeAfterTransition:!0,slots:{backdrop:N},slotProps:{backdrop:{transitionDuration:M,as:l,...Z}},disableEscapeKeyDown:d,onClose:y,open:x,onClick:e=>{v&&v(e),P.current&&(P.current=null,m&&m(e),y&&y(e,"backdropClick"))},...B,...D,children:(0,eq.jsx)($,{...H,children:(0,eq.jsx)(V,{onMouseDown:e=>{P.current=e.target===e.currentTarget},...j,children:(0,eq.jsx)(F,{as:b,elevation:24,role:"dialog","aria-describedby":o,"aria-labelledby":O,"aria-modal":s,...z,children:(0,eq.jsx)(cG.Provider,{value:R,children:c})})})})})});function c9(e){return(0,e8.ZP)("MuiDialogActions",e)}(0,e4.Z)("MuiDialogActions",["root","spacing"]);let c7=e=>{let{classes:t,disableSpacing:n}=e;return(0,eK.Z)({root:["root",!n&&"spacing"]},c9,t)},he=(0,e1.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}}}]}),ht=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiDialogActions"}),{className:r,disableSpacing:i=!1,...o}=n,a={...n,disableSpacing:i},s=c7(a);return(0,eq.jsx)(he,{className:(0,eX.Z)(s.root,r),ownerState:a,ref:t,...o})});var hn=n(763);let hr=(0,e1.ZP)("form")({overflowY:"auto",display:"flex",flexDirection:"column"}),hi=e=>({position:"absolute",top:e.spacing(.5),right:e.spacing(.5)}),ho=({children:e,...t})=>(0,eq.jsx)(c6,{...t,children:e});ho.Header=({children:e,onClose:t,...n})=>(0,eq.jsxs)(eq.Fragment,{children:[(0,eq.jsx)(cY,{style:{textOverflow:"ellipsis",overflow:"hidden"},...n,children:e}),t&&(0,eq.jsx)(tw.Z,{"aria-label":"Close",onClick:t,sx:hi,children:(0,eq.jsx)(hn.default,{})})]}),ho.Form=hr,ho.Content=({children:e,sx:t,...n})=>(0,eq.jsx)(cJ,{dividers:!0,...n,sx:a7({minWidth:"500px",textWrap:"balance"},t),children:e}),ho.PrimaryButton=({children:e,...t})=>(0,eq.jsx)(ty,{variant:"contained",type:"submit",...t,children:e}),ho.SecondaryButton=({children:e,...t})=>(0,eq.jsx)(ty,{variant:"outlined",color:"secondary",...t,children:e}),ho.Actions=ht;let ha=e=>{let{description:t,isOpen:n,onCancel:r,onDiscardChanges:i}=e;return(0,eq.jsxs)(ho,{open:n,"aria-labelledby":"discard-dialog",children:[(0,eq.jsx)(ho.Header,{children:"Discard Changes"}),(0,eq.jsx)(ho.Content,{children:t}),(0,eq.jsxs)(ho.Actions,{children:[(0,eq.jsx)(ty,{variant:"contained",onClick:i,children:"Discard Changes"}),(0,eq.jsx)(ty,{variant:"outlined",color:"secondary",onClick:r,children:"Cancel"})]})]})};var hs=n(3890),hl=n(3772);let hu=eU.createContext();function hc(e){return(0,e8.ZP)("MuiGrid",e)}let hh=["auto",!0,1,2,3,4,5,6,7,8,9,10,11,12],hd=(0,e4.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}`),...hh.map(e=>`grid-xs-${e}`),...hh.map(e=>`grid-sm-${e}`),...hh.map(e=>`grid-md-${e}`),...hh.map(e=>`grid-lg-${e}`),...hh.map(e=>`grid-xl-${e}`)]);function hp({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 hf=(0,e1.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 h=[];return u.forEach(e=>{let r=n[e];r&&h.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)}`],...h]}})(({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,hs.P$)({values:t.direction,breakpoints:e.breakpoints.values});return(0,hs.k9)({theme:e},n,e=>{let t={flexDirection:e};return e.startsWith("column")&&(t[`& > .${hd.item}`]={maxWidth:"none"}),t})},function({theme:e,ownerState:t}){let{container:n,rowSpacing:r}=t,i={};if(n&&0!==r){let t;let n=(0,hs.P$)({values:r,breakpoints:e.breakpoints.values});"object"==typeof n&&(t=hp({breakpoints:e.breakpoints.values,values:n})),i=(0,hs.k9)({theme:e},n,(n,r)=>{let i=e.spacing(n);return"0px"!==i?{marginTop:`calc(-1 * ${i})`,[`& > .${hd.item}`]:{paddingTop:i}}:t?.includes(r)?{}:{marginTop:0,[`& > .${hd.item}`]:{paddingTop:0}}})}return i},function({theme:e,ownerState:t}){let{container:n,columnSpacing:r}=t,i={};if(n&&0!==r){let t;let n=(0,hs.P$)({values:r,breakpoints:e.breakpoints.values});"object"==typeof n&&(t=hp({breakpoints:e.breakpoints.values,values:n})),i=(0,hs.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,[`& > .${hd.item}`]:{paddingLeft:i}}}return t?.includes(r)?{}:{width:"100%",marginLeft:0,[`& > .${hd.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,hs.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},{})}),hg=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 h={root:["root",n&&"container",i&&"item",s&&"zeroMinWidth",...u,"row"!==r&&`direction-xs-${String(r)}`,"wrap"!==a&&`wrap-xs-${String(a)}`,...c]};return(0,eK.Z)(h,hc,t)},hm=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiGrid"}),{breakpoints:r}=(0,nH.Z)(),i=(0,hl.Z)(n),{className:o,columns:a,columnSpacing:s,component:l="div",container:u=!1,direction:c="row",item:h=!1,rowSpacing:d,spacing:p=0,wrap:f="wrap",zeroMinWidth:g=!1,...m}=i,v=eU.useContext(hu),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:h,rowSpacing:d||p,columnSpacing:s||p,wrap:f,zeroMinWidth:g,spacing:p,...x,breakpoints:r.keys},S=hg(w);return(0,eq.jsx)(hu.Provider,{value:y,children:(0,eq.jsx)(hf,{ownerState:w,className:(0,eX.Z)(S.root,o),as:l,ref:t,...b})})}),hv=({children:e})=>(0,eq.jsx)(hm,{item:!0,xs:4,children:(0,eq.jsx)(tb.Z,{spacing:3,children:e})});var hy=n(9398),hx=n(4111);function hb(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function hw(e){var t=hb(e).Element;return e instanceof t||e instanceof Element}function hS(e){var t=hb(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function h_(e){if("undefined"==typeof ShadowRoot)return!1;var t=hb(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var hC=Math.max,hk=Math.min,hM=Math.round;function hT(){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 hD(){return!/^((?!chrome|android).)*safari/i.test(hT())}function hA(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),i=1,o=1;t&&hS(e)&&(i=e.offsetWidth>0&&hM(r.width)/e.offsetWidth||1,o=e.offsetHeight>0&&hM(r.height)/e.offsetHeight||1);var a=(hw(e)?hb(e):window).visualViewport,s=!hD()&&n,l=(r.left+(s&&a?a.offsetLeft:0))/i,u=(r.top+(s&&a?a.offsetTop:0))/o,c=r.width/i,h=r.height/o;return{width:c,height:h,top:u,right:l+c,bottom:u+h,left:l,x:l,y:u}}function hI(e){var t=hb(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function hP(e){return e?(e.nodeName||"").toLowerCase():null}function hO(e){return((hw(e)?e.ownerDocument:e.document)||window.document).documentElement}function hR(e){return hA(hO(e)).left+hI(e).scrollLeft}function hE(e){return hb(e).getComputedStyle(e)}function hL(e){var t=hE(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function hB(e){var t=hA(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 hN(e){return"html"===hP(e)?e:e.assignedSlot||e.parentNode||(h_(e)?e.host:null)||hO(e)}function hZ(e,t){void 0===t&&(t=[]);var n,r=function e(t){return["html","body","#document"].indexOf(hP(t))>=0?t.ownerDocument.body:hS(t)&&hL(t)?t:e(hN(t))}(e),i=r===(null==(n=e.ownerDocument)?void 0:n.body),o=hb(r),a=i?[o].concat(o.visualViewport||[],hL(r)?r:[]):r,s=t.concat(a);return i?s:s.concat(hZ(hN(a)))}function hF(e){return hS(e)&&"fixed"!==hE(e).position?e.offsetParent:null}function hz(e){for(var t=hb(e),n=hF(e);n&&["table","td","th"].indexOf(hP(n))>=0&&"static"===hE(n).position;)n=hF(n);return n&&("html"===hP(n)||"body"===hP(n)&&"static"===hE(n).position)?t:n||function(e){var t=/firefox/i.test(hT());if(/Trident/i.test(hT())&&hS(e)&&"fixed"===hE(e).position)return null;var n=hN(e);for(h_(n)&&(n=n.host);hS(n)&&0>["html","body"].indexOf(hP(n));){var r=hE(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 hV="bottom",hj="right",h$="left",hH="auto",hW=["top",hV,hj,h$],hG="start",hq="viewport",hU="popper",hY=hW.reduce(function(e,t){return e.concat([t+"-"+hG,t+"-end"])},[]),hX=[].concat(hW,[hH]).reduce(function(e,t){return e.concat([t,t+"-"+hG,t+"-end"])},[]),hK=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"],hQ={placement:"bottom",modifiers:[],strategy:"absolute"};function hJ(){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 h0={passive:!0};function h1(e){return e.split("-")[0]}function h2(e){return e.split("-")[1]}function h5(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function h3(e){var t,n=e.reference,r=e.element,i=e.placement,o=i?h1(i):null,a=i?h2(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 hV:t={x:s,y:n.y+n.height};break;case hj:t={x:n.x+n.width,y:l};break;case h$:t={x:n.x-r.width,y:l};break;default:t={x:n.x,y:n.y}}var u=o?h5(o):null;if(null!=u){var c="y"===u?"height":"width";switch(a){case hG: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 h4={top:"auto",right:"auto",bottom:"auto",left:"auto"};function h8(e){var t,n,r,i,o,a,s,l=e.popper,u=e.popperRect,c=e.placement,h=e.variation,d=e.offsets,p=e.position,f=e.gpuAcceleration,g=e.adaptive,m=e.roundOffsets,v=e.isFixed,y=d.x,x=void 0===y?0:y,b=d.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 _=d.hasOwnProperty("x"),C=d.hasOwnProperty("y"),k=h$,M="top",T=window;if(g){var D=hz(l),A="clientHeight",I="clientWidth";D===hb(l)&&"static"!==hE(D=hO(l)).position&&"absolute"===p&&(A="scrollHeight",I="scrollWidth"),("top"===c||(c===h$||c===hj)&&"end"===h)&&(M=hV,w-=(v&&D===T&&T.visualViewport?T.visualViewport.height:D[A])-u.height,w*=f?1:-1),(c===h$||("top"===c||c===hV)&&"end"===h)&&(k=hj,x-=(v&&D===T&&T.visualViewport?T.visualViewport.width:D[I])-u.width,x*=f?1:-1)}var P=Object.assign({position:p},g&&h4),O=!0===m?(t={x:x,y:w},n=hb(l),r=t.x,i=t.y,{x:hM(r*(o=n.devicePixelRatio||1))/o||0,y:hM(i*o)/o||0}):{x:x,y:w};return(x=O.x,w=O.y,f)?Object.assign({},P,((s={})[M]=C?"0":"",s[k]=_?"0":"",s.transform=1>=(T.devicePixelRatio||1)?"translate("+x+"px, "+w+"px)":"translate3d("+x+"px, "+w+"px, 0)",s)):Object.assign({},P,((a={})[M]=C?w+"px":"",a[k]=_?x+"px":"",a.transform="",a))}var h6={left:"right",right:"left",bottom:"top",top:"bottom"};function h9(e){return e.replace(/left|right|bottom|top/g,function(e){return h6[e]})}var h7={start:"end",end:"start"};function de(e){return e.replace(/start|end/g,function(e){return h7[e]})}function dt(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&h_(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function dn(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function dr(e,t,n){var r,i,o,a,s,l,u,c,h,d;return t===hq?dn(function(e,t){var n=hb(e),r=hO(e),i=n.visualViewport,o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;var u=hD();(u||!u&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:s+hR(e),y:l}}(e,n)):hw(t)?((r=hA(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):dn((i=hO(e),a=hO(i),s=hI(i),l=null==(o=i.ownerDocument)?void 0:o.body,u=hC(a.scrollWidth,a.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),c=hC(a.scrollHeight,a.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),h=-s.scrollLeft+hR(i),d=-s.scrollTop,"rtl"===hE(l||a).direction&&(h+=hC(a.clientWidth,l?l.clientWidth:0)-u),{width:u,height:c,x:h,y:d}))}function di(){return{top:0,right:0,bottom:0,left:0}}function da(e){return Object.assign({},di(),e)}function ds(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}function dl(e,t){void 0===t&&(t={});var n,r,i,o,a,s,l,u,c=t,h=c.placement,d=void 0===h?e.placement:h,p=c.strategy,f=void 0===p?e.strategy:p,g=c.boundary,m=c.rootBoundary,v=c.elementContext,y=void 0===v?hU:v,x=c.altBoundary,b=c.padding,w=void 0===b?0:b,S=da("number"!=typeof w?w:ds(w,hW)),_=e.rects.popper,C=e.elements[void 0!==x&&x?y===hU?"reference":hU:y],k=(n=hw(C)?C:C.contextElement||hO(e.elements.popper),r=void 0===g?"clippingParents":g,i=void 0===m?hq:m,l=(s=[].concat("clippingParents"===r?(o=hZ(hN(n)),hw(a=["absolute","fixed"].indexOf(hE(n).position)>=0&&hS(n)?hz(n):n)?o.filter(function(e){return hw(e)&&dt(e,a)&&"body"!==hP(e)}):[]):[].concat(r),[i]))[0],(u=s.reduce(function(e,t){var r=dr(n,t,f);return e.top=hC(r.top,e.top),e.right=hk(r.right,e.right),e.bottom=hk(r.bottom,e.bottom),e.left=hC(r.left,e.left),e},dr(n,l,f))).width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u),M=hA(e.elements.reference),T=h3({reference:M,element:_,strategy:"absolute",placement:d}),D=dn(Object.assign({},_,T)),A=y===hU?D:M,I={top:k.top-A.top+S.top,bottom:A.bottom-k.bottom+S.bottom,left:k.left-A.left+S.left,right:A.right-k.right+S.right},P=e.modifiersData.offset;if(y===hU&&P){var O=P[d];Object.keys(I).forEach(function(e){var t=[hj,hV].indexOf(e)>=0?1:-1,n=["top",hV].indexOf(e)>=0?"y":"x";I[e]+=O[n]*t})}return I}function du(e,t,n){return hC(e,hk(t,n))}function dc(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 dh(e){return["top",hj,hV,h$].some(function(t){return e[t]>=0})}var dd=(m=void 0===(g=(f={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=hb(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&u.forEach(function(e){e.addEventListener("scroll",n.update,h0)}),s&&l.addEventListener("resize",n.update,h0),function(){o&&u.forEach(function(e){e.removeEventListener("scroll",n.update,h0)}),s&&l.removeEventListener("resize",n.update,h0)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=h3({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:h1(t.placement),variation:h2(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,h8(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,h8(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];hS(i)&&hP(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},{});hS(r)&&hP(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=hX.reduce(function(e,n){var r,i,a,s,l,u;return e[n]=(r=t.rects,a=[h$,"top"].indexOf(i=h1(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,[h$,hj].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,h=n.rootBoundary,d=n.altBoundary,p=n.flipVariations,f=void 0===p||p,g=n.allowedAutoPlacements,m=t.options.placement,v=h1(m)===m,y=l||(v||!f?[h9(m)]:function(e){if(h1(e)===hH)return[];var t=h9(e);return[de(e),t,de(t)]}(m)),x=[m].concat(y).reduce(function(e,n){var r,i,o,a,s,l,d,p,m,v,y,x;return e.concat(h1(n)===hH?(i=(r={placement:n,boundary:c,rootBoundary:h,padding:u,flipVariations:f,allowedAutoPlacements:g}).placement,o=r.boundary,a=r.rootBoundary,s=r.padding,l=r.flipVariations,p=void 0===(d=r.allowedAutoPlacements)?hX:d,0===(y=(v=(m=h2(i))?l?hY:hY.filter(function(e){return h2(e)===m}):hW).filter(function(e){return p.indexOf(e)>=0})).length&&(y=v),Object.keys(x=y.reduce(function(e,n){return e[n]=dl(t,{placement:n,boundary:o,rootBoundary:a,padding:s})[h1(n)],e},{})).sort(function(e,t){return x[e]-x[t]})):n)},[]),b=t.rects.reference,w=t.rects.popper,S=new Map,_=!0,C=x[0],k=0;k<x.length;k++){var M=x[k],T=h1(M),D=h2(M)===hG,A=["top",hV].indexOf(T)>=0,I=A?"width":"height",P=dl(t,{placement:M,boundary:c,rootBoundary:h,altBoundary:d,padding:u}),O=A?D?hj:h$:D?hV:"top";b[I]>w[I]&&(O=h9(O));var R=h9(O),E=[];if(o&&E.push(P[T]<=0),s&&E.push(P[O]<=0,P[R]<=0),E.every(function(e){return e})){C=M,_=!1;break}S.set(M,E)}if(_)for(var L=f?3:1,B=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 C=t,"break"},N=L;N>0&&"break"!==B(N);N--);t.placement!==C&&(t.modifiersData[r]._skip=!0,t.placement=C,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,h=void 0===c||c,d=n.tetherOffset,p=void 0===d?0:d,f=dl(t,{boundary:a,rootBoundary:s,padding:u,altBoundary:l}),g=h1(t.placement),m=h2(t.placement),v=!m,y=h5(g),x="x"===y?"y":"x",b=t.modifiersData.popperOffsets,w=t.rects.reference,S=t.rects.popper,_="function"==typeof p?p(Object.assign({},t.rects,{placement:t.placement})):p,C="number"==typeof _?{mainAxis:_,altAxis:_}:Object.assign({mainAxis:0,altAxis:0},_),k=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,M={x:0,y:0};if(b){if(void 0===i||i){var T,D="y"===y?"top":h$,A="y"===y?hV:hj,I="y"===y?"height":"width",P=b[y],O=P+f[D],R=P-f[A],E=h?-S[I]/2:0,L=m===hG?w[I]:S[I],B=m===hG?-S[I]:-w[I],N=t.elements.arrow,Z=h&&N?hB(N):{width:0,height:0},F=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:di(),z=F[D],V=F[A],j=du(0,w[I],Z[I]),$=v?w[I]/2-E-j-z-C.mainAxis:L-j-z-C.mainAxis,H=v?-w[I]/2+E+j+V+C.mainAxis:B+j+V+C.mainAxis,W=t.elements.arrow&&hz(t.elements.arrow),G=W?"y"===y?W.clientTop||0:W.clientLeft||0:0,q=null!=(T=null==k?void 0:k[y])?T:0,U=du(h?hk(O,P+$-q-G):O,P,h?hC(R,P+H-q):R);b[y]=U,M[y]=U-P}if(void 0!==o&&o){var Y,X,K="x"===y?"top":h$,Q="x"===y?hV:hj,J=b[x],ee="y"===x?"height":"width",et=J+f[K],en=J-f[Q],er=-1!==["top",h$].indexOf(g),ei=null!=(X=null==k?void 0:k[x])?X:0,eo=er?et:J-w[ee]-S[ee]-ei+C.altAxis,ea=er?J+w[ee]+S[ee]-ei-C.altAxis:en,es=h&&er?(Y=du(eo,J,ea))>ea?ea:Y:du(h?eo:et,J,h?ea:en);b[x]=es,M[x]=es-J}t.modifiersData[r]=M}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n,r=e.state,i=e.name,o=e.options,a=r.elements.arrow,s=r.modifiersData.popperOffsets,l=h1(r.placement),u=h5(l),c=[h$,hj].indexOf(l)>=0?"height":"width";if(a&&s){var h=da("number"!=typeof(t="function"==typeof(t=o.padding)?t(Object.assign({},r.rects,{placement:r.placement})):t)?t:ds(t,hW)),d=hB(a),p="y"===u?"top":h$,f="y"===u?hV:hj,g=r.rects.reference[c]+r.rects.reference[u]-s[u]-r.rects.popper[c],m=s[u]-r.rects.reference[u],v=hz(a),y=v?"y"===u?v.clientHeight||0:v.clientWidth||0:0,x=h[p],b=y-d[c]-h[f],w=y/2-d[c]/2+(g/2-m/2),S=du(x,w,b);r.modifiersData[i]=((n={})[u]=S,n.centerOffset=S-w,n)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&dt(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=dl(t,{elementContext:"reference"}),s=dl(t,{altBoundary:!0}),l=dc(a,r),u=dc(s,i,o),c=dh(l),h=dh(u);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":h})}}]}).defaultModifiers)?[]:g,y=void 0===(v=f.defaultOptions)?hQ:v,function(e,t,n){void 0===n&&(n=y);var r,i,o={placement:"bottom",orderedModifiers:[],options:Object.assign({},hQ,y),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},a=[],s=!1,l={state:o,setOptions:function(n){var r,i,s,c,h,d,p="function"==typeof n?n(o.options):n;u(),o.options=Object.assign({},y,o.options,p),o.scrollParents={reference:hw(e)?hZ(e):e.contextElement?hZ(e.contextElement):[],popper:hZ(t)};var f=(i=Object.keys(r=[].concat(m,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,c=new Set,h=[],i.forEach(function(e){s.set(e.name,e)}),i.forEach(function(e){c.has(e.name)||function e(t){c.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach(function(t){if(!c.has(t)){var n=s.get(t);n&&e(n)}}),h.push(t)}(e)}),d=h,hK.reduce(function(e,t){return e.concat(d.filter(function(e){return e.phase===t}))},[]));return o.orderedModifiers=f.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,t,n,r,i,a,u,c,h,d,p,f=o.elements,g=f.reference,m=f.popper;if(hJ(g,m)){o.rects={reference:(e=hz(m),t="fixed"===o.options.strategy,n=hS(e),u=hS(e)&&(i=hM((r=e.getBoundingClientRect()).width)/e.offsetWidth||1,a=hM(r.height)/e.offsetHeight||1,1!==i||1!==a),c=hO(e),h=hA(g,u,t),d={scrollLeft:0,scrollTop:0},p={x:0,y:0},(n||!n&&!t)&&(("body"!==hP(e)||hL(c))&&(d=function(e){return e!==hb(e)&&hS(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:hI(e)}(e)),hS(e)?(p=hA(e,!0),p.x+=e.clientLeft,p.y+=e.clientTop):c&&(p.x=hR(c))),{x:h.left+d.scrollLeft-p.x,y:h.top+d.scrollTop-p.y,width:h.width,height:h.height}),popper:hB(m)},o.reset=!1,o.placement=o.options.placement,o.orderedModifiers.forEach(function(e){return o.modifiersData[e.name]=Object.assign({},e.data)});for(var 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(){u(),s=!0}};if(!hJ(e,t))return l;function u(){a.forEach(function(e){return e()}),a=[]}return l.setOptions(n).then(function(e){!s&&n.onFirstUpdate&&n.onFirstUpdate(e)}),l});function dp(e){return(0,e8.ZP)("MuiPopper",e)}function df(e){return"function"==typeof e?e():e}(0,e4.Z)("MuiPopper",["root"]);let dg=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},dp,t)},dm={},dv=eU.forwardRef(function(e,t){let{anchorEl:n,children:r,direction:i,disablePortal:o,modifiers:a,open:s,placement:l,popperOptions:u,popperRef:c,slotProps:h={},slots:d={},TransitionProps:p,ownerState:f,...g}=e,m=eU.useRef(null),v=(0,tk.Z)(m,t),y=eU.useRef(null),x=(0,tk.Z)(y,c),b=eU.useRef(x);(0,tD.Z)(()=>{b.current=x},[x]),eU.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,_]=eU.useState(w),[C,k]=eU.useState(df(n));eU.useEffect(()=>{y.current&&y.current.forceUpdate()}),eU.useEffect(()=>{n&&k(df(n))},[n]),(0,tD.Z)(()=>{if(!C||!s)return;let e=e=>{_(e.placement)},t=[{name:"preventOverflow",options:{altBoundary:o}},{name:"flip",options:{altBoundary:o}},{name:"onUpdate",enabled:!0,phase:"afterWrite",fn:({state:t})=>{e(t)}}];null!=a&&(t=t.concat(a)),u&&null!=u.modifiers&&(t=t.concat(u.modifiers));let n=dd(C,m.current,{placement:w,...u,modifiers:t});return b.current(n),()=>{n.destroy(),b.current(null)}},[C,o,a,s,u,w]);let M={placement:S};null!==p&&(M.TransitionProps=p);let T=dg(e),D=d.root??"div",A=(0,nO.Z)({elementType:D,externalSlotProps:h.root,externalForwardedProps:g,additionalProps:{role:"tooltip",ref:v},ownerState:e,className:T.root});return(0,eq.jsx)(D,{...A,children:"function"==typeof r?r(M):r})}),dy=eU.forwardRef(function(e,t){let n;let{anchorEl:r,children:i,container:o,direction:a="ltr",disablePortal:s=!1,keepMounted:l=!1,modifiers:u,open:c,placement:h="bottom",popperOptions:d=dm,popperRef:p,style:f,transition:g=!1,slotProps:m={},slots:v={},...y}=e,[x,b]=eU.useState(!0);if(!l&&!c&&(!g||x))return null;if(o)n=o;else if(r){let e=df(r);n=e&&void 0!==e.nodeType?(0,nX.Z)(e).body:(0,nX.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,eq.jsx)(n2,{disablePortal:s,container:n,children:(0,eq.jsx)(dv,{anchorEl:r,direction:a,disablePortal:s,modifiers:u,ref:t,open:g?!x:c,placement:h,popperOptions:d,popperRef:p,slotProps:m,slots:v,...y,style:{position:"fixed",top:0,left:0,display:w,...f},TransitionProps:S,children:i})})}),dx=(0,e1.ZP)(dy,{name:"MuiPopper",slot:"Root",overridesResolver:(e,t)=>t.root})({}),db=eU.forwardRef(function(e,t){let n=(0,nP.V)(),{anchorEl:r,component:i,components:o,componentsProps:a,container:s,disablePortal:l,keepMounted:u,modifiers:c,open:h,placement:d,popperOptions:p,popperRef:f,transition:g,slots:m,slotProps:v,...y}=(0,e3.i)({props:e,name:"MuiPopper"}),x=m?.root??o?.Root,b={anchorEl:r,container:s,disablePortal:l,keepMounted:u,modifiers:c,open:h,placement:d,popperOptions:p,popperRef:f,transition:g,...y};return(0,eq.jsx)(dx,{as:i,direction:n?"rtl":"ltr",slots:{root:x},slotProps:v??a,...b,ref:t})});var dw=n(7151);function dS(e){return(0,e8.ZP)("MuiTooltip",e)}let d_=(0,e4.Z)("MuiTooltip",["popper","popperInteractive","popperArrow","popperClose","tooltip","tooltipArrow","touch","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop","tooltipPlacementBottom","arrow"]),dC=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,e0.Z)(o.split("-")[0])}`],arrow:["arrow"]};return(0,eK.Z)(a,dS,t)},dk=(0,e1.ZP)(db,{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,e2.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"] .${d_.arrow}`]:{top:0,marginTop:"-0.71em","&::before":{transformOrigin:"0 100%"}},[`&[data-popper-placement*="top"] .${d_.arrow}`]:{bottom:0,marginBottom:"-0.71em","&::before":{transformOrigin:"100% 0"}},[`&[data-popper-placement*="right"] .${d_.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"100% 100%"}},[`&[data-popper-placement*="left"] .${d_.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"0 0"}}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="right"] .${d_.arrow}`]:{left:0,marginLeft:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="right"] .${d_.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="left"] .${d_.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="left"] .${d_.arrow}`]:{left:0,marginLeft:"-0.71em"}}}]}))),dM=(0,e1.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,e0.Z)(n.placement.split("-")[0])}`]]}})((0,e2.Z)(({theme:e})=>({backgroundColor:e.vars?e.vars.palette.Tooltip.bg:(0,eQ.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,[`.${d_.popper}[data-popper-placement*="left"] &`]:{transformOrigin:"right center"},[`.${d_.popper}[data-popper-placement*="right"] &`]:{transformOrigin:"left center"},[`.${d_.popper}[data-popper-placement*="top"] &`]:{transformOrigin:"center bottom",marginBottom:"14px"},[`.${d_.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:{[`.${d_.popper}[data-popper-placement*="left"] &`]:{marginRight:"14px"},[`.${d_.popper}[data-popper-placement*="right"] &`]:{marginLeft:"14px"}}},{props:({ownerState:e})=>!e.isRtl&&e.touch,style:{[`.${d_.popper}[data-popper-placement*="left"] &`]:{marginRight:"24px"},[`.${d_.popper}[data-popper-placement*="right"] &`]:{marginLeft:"24px"}}},{props:({ownerState:e})=>!!e.isRtl,style:{[`.${d_.popper}[data-popper-placement*="left"] &`]:{marginLeft:"14px"},[`.${d_.popper}[data-popper-placement*="right"] &`]:{marginRight:"14px"}}},{props:({ownerState:e})=>!!e.isRtl&&e.touch,style:{[`.${d_.popper}[data-popper-placement*="left"] &`]:{marginLeft:"24px"},[`.${d_.popper}[data-popper-placement*="right"] &`]:{marginRight:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${d_.popper}[data-popper-placement*="top"] &`]:{marginBottom:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${d_.popper}[data-popper-placement*="bottom"] &`]:{marginTop:"24px"}}}]}))),dT=(0,e1.ZP)("span",{name:"MuiTooltip",slot:"Arrow",overridesResolver:(e,t)=>t.arrow})((0,e2.Z)(({theme:e})=>({overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:e.vars?e.vars.palette.Tooltip.bg:(0,eQ.Fq)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}}))),dD=!1,dA=new nj.V,dI={x:0,y:0};function dP(e,t){return(n,...r)=>{t&&t(n,...r),e(n,...r)}}let dO=eU.forwardRef(function(e,t){let n=(0,e3.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:h=!1,disableTouchListener:d=!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:_="bottom",PopperComponent:C,PopperProps:k={},slotProps:M={},slots:T={},title:D,TransitionComponent:A,TransitionProps:I,...P}=n,O=eU.isValidElement(i)?i:(0,eq.jsx)("span",{children:i}),R=(0,nH.Z)(),E=(0,nP.V)(),[L,B]=eU.useState(),[N,Z]=eU.useState(null),F=eU.useRef(!1),z=h||m,V=(0,nj.Z)(),j=(0,nj.Z)(),$=(0,nj.Z)(),H=(0,nj.Z)(),[W,G]=(0,rj.Z)({controlled:S,default:!1,name:"Tooltip",state:"open"}),q=W,U=(0,to.Z)(v),Y=eU.useRef(),X=(0,dw.Z)(()=>{void 0!==Y.current&&(document.body.style.WebkitUserSelect=Y.current,Y.current=void 0),H.clear()});eU.useEffect(()=>X,[X]);let K=e=>{dA.clear(),dD=!0,G(!0),w&&!q&&w(e)},Q=(0,dw.Z)(e=>{dA.start(800+y,()=>{dD=!1}),G(!1),b&&q&&b(e),V.start(R.transitions.duration.shortest,()=>{F.current=!1})}),J=e=>{(!F.current||"touchstart"===e.type)&&(L&&L.removeAttribute("title"),j.clear(),$.clear(),p||dD&&f?j.start(dD?f:p,()=>{K(e)}):K(e))},ee=e=>{j.clear(),$.start(y,()=>{Q(e)})},[,et]=eU.useState(!1),en=e=>{(0,hx.Z)(e.target)||(et(!1),ee(e))},er=e=>{L||B(e.currentTarget),(0,hx.Z)(e.target)&&(et(!0),J(e))},ei=e=>{F.current=!0;let t=O.props;t.onTouchStart&&t.onTouchStart(e)};eU.useEffect(()=>{if(q)return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)};function e(e){"Escape"===e.key&&Q(e)}},[Q,q]);let eo=(0,tF.Z)(nA(O),B,t);D||0===D||(q=!1);let ea=eU.useRef(),es={},el="string"==typeof D;l?(es.title=q||!el||c?null:D,es["aria-describedby"]=q?U:null):(es["aria-label"]=el?D:null,es["aria-labelledby"]=q&&!el?U:null);let eu={...es,...P,...O.props,className:(0,eX.Z)(P.className,O.props.className),onTouchStart:ei,ref:eo,...m?{onMouseMove:e=>{let t=O.props;t.onMouseMove&&t.onMouseMove(e),dI={x:e.clientX,y:e.clientY},ea.current&&ea.current.update()}}:{}},ec={};d||(eu.onTouchStart=e=>{ei(e),$.clear(),V.clear(),X(),Y.current=document.body.style.WebkitUserSelect,document.body.style.WebkitUserSelect="none",H.start(g,()=>{document.body.style.WebkitUserSelect=Y.current,J(e)})},eu.onTouchEnd=e=>{O.props.onTouchEnd&&O.props.onTouchEnd(e),X(),$.start(x,()=>{Q(e)})}),c||(eu.onMouseOver=dP(J,eu.onMouseOver),eu.onMouseLeave=dP(ee,eu.onMouseLeave),z||(ec.onMouseOver=J,ec.onMouseLeave=ee)),u||(eu.onFocus=dP(er,eu.onFocus),eu.onBlur=dP(en,eu.onBlur),z||(ec.onFocus=er,ec.onBlur=en));let eh={...n,isRtl:E,arrow:r,disableInteractive:z,placement:_,PopperComponentProp:C,touch:F.current},ed="function"==typeof M.popper?M.popper(eh):M.popper,ep=eU.useMemo(()=>{let e=[{name:"arrow",enabled:!!N,options:{element:N,padding:4}}];return k.popperOptions?.modifiers&&(e=e.concat(k.popperOptions.modifiers)),ed?.popperOptions?.modifiers&&(e=e.concat(ed.popperOptions.modifiers)),{...k.popperOptions,...ed?.popperOptions,modifiers:e}},[N,k.popperOptions,ed?.popperOptions]),ef=dC(eh),eg="function"==typeof M.transition?M.transition(eh):M.transition,em={slots:{popper:a.Popper,transition:a.Transition??A,tooltip:a.Tooltip,arrow:a.Arrow,...T},slotProps:{arrow:M.arrow??s.arrow,popper:{...k,...ed??s.popper},tooltip:M.tooltip??s.tooltip,transition:{...I,...eg??s.transition}}},[ev,ey]=(0,n5.Z)("popper",{elementType:dk,externalForwardedProps:em,ownerState:eh,className:(0,eX.Z)(ef.popper,k?.className)}),[ex,eb]=(0,n5.Z)("transition",{elementType:nY,externalForwardedProps:em,ownerState:eh}),[ew,eS]=(0,n5.Z)("tooltip",{elementType:dM,className:ef.tooltip,externalForwardedProps:em,ownerState:eh}),[e_,eC]=(0,n5.Z)("arrow",{elementType:dT,className:ef.arrow,externalForwardedProps:em,ownerState:eh,ref:Z});return(0,eq.jsxs)(eU.Fragment,{children:[eU.cloneElement(O,eu),(0,eq.jsx)(ev,{as:C??db,placement:_,anchorEl:m?{getBoundingClientRect:()=>({top:dI.y,left:dI.x,right:dI.x,bottom:dI.y,width:0,height:0})}:L,popperRef:ea,open:!!L&&q,id:U,transition:!0,...ec,...ey,popperOptions:ep,children:({TransitionProps:e})=>(0,eq.jsx)(ex,{timeout:R.transitions.duration.shorter,...e,...eb,children:(0,eq.jsxs)(ew,{...eS,children:[D,r?(0,eq.jsx)(e_,{...eC}):null]})})})]})}),dR=({id:e,title:t,description:n,placement:r,children:i,enterDelay:o,enterNextDelay:a})=>{let s=(0,eq.jsx)("span",{children:i});return(0,eq.jsx)(dL,{arrow:!0,id:e,placement:r??"top",title:(0,eq.jsx)(dE,{title:t,description:n}),enterDelay:o??500,enterNextDelay:a??500,children:s})},dE=({title:e,description:t})=>(0,eq.jsxs)(eq.Fragment,{children:[e&&(0,eq.jsx)(uq.Z,{variant:"body2",sx:e=>({color:e.palette.text.primary,fontWeight:e.typography.fontWeightMedium}),children:e}),(0,eq.jsx)(uq.Z,{variant:"caption",sx:e=>({color:e.palette.text.primary,whiteSpace:"pre-line"}),children:t})]}),dL=(0,e1.ZP)(({className:e,...t})=>(0,eq.jsx)(dO,{...t,classes:{popper:e}}))(({theme:e})=>({[`& .${d_.tooltip}`]:{backgroundColor:e.palette.background.tooltip,color:e.palette.text.primary,maxWidth:"300px",padding:e.spacing(1),boxShadow:e.shadows[1]},[`& .${d_.arrow}`]:{color:e.palette.background.tooltip}})),dB=({label:e,control:t,description:n})=>{let r=se("EditorSectionControl"),i=`${r}-control`;return(0,eq.jsx)(n_,{children:(0,eq.jsxs)(tb.Z,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[(0,eq.jsxs)(tb.Z,{direction:"row",alignItems:"center",justifyContent:"center",children:[(0,eq.jsx)(nf,{htmlFor:i,children:e}),n&&(0,eq.jsx)(dR,{description:n,enterDelay:100,children:(0,eq.jsx)(tw.Z,{size:"small",sx:e=>({borderRadius:e.shape.borderRadius,padding:"4x",margin:"0 2px"}),children:(0,eq.jsx)(hy.default,{"aria-describedby":"info-tooltip","aria-hidden":!1,fontSize:"inherit",sx:{color:e=>e.palette.grey[700]}})})})]}),(0,eq.jsxs)(sd.Z,{sx:{width:"180px",textAlign:"right"},children:[" ",eY().cloneElement(t,{id:i})]})]})})},dN=({children:e})=>(0,eq.jsx)(hm,{container:!0,spacing:8,children:e}),dZ=({title:e,children:t,icon:n})=>(0,eq.jsxs)(sd.Z,{children:[(0,eq.jsxs)(sd.Z,{display:"flex",borderBottom:1,borderColor:"grey.300",marginBottom:e=>e.spacing(1),children:[(0,eq.jsx)(uq.Z,{variant:"overline",component:"h4",children:e}),n&&(0,eq.jsx)(sd.Z,{sx:{marginLeft:"auto"},children:n})]}),(0,eq.jsx)(tb.Z,{spacing:1,children:t})]});var dF=n(9831);let dz=e=>{let t=eU.useRef({});return eU.useEffect(()=>{t.current=e}),t.current};function dV(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}function dj(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=dV(u));let c=u?e.filter(e=>{let r=(o||l)(e);return n&&(r=r.toLowerCase()),t&&(r=dV(r)),"start"===i?r.startsWith(u):r.includes(u)}):e;return"number"==typeof r?c.slice(0,r):c}}let d$=dj(),dH=e=>null!==e.current&&e.current.parentElement?.contains(document.activeElement),dW=[];function dG(e,t,n){if(t||null==e)return"";let r=n(e);return"string"==typeof r?r:""}let dq=function(e){let{unstable_isActiveElementInListbox:t=dH,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?dW:null,disableClearable:h=!1,disableCloseOnSelect:d=!1,disabled:p,disabledItemsFocusable:f=!1,disableListWrap:g=!1,filterOptions:m=d$,filterSelectedOptions:v=!1,freeSolo:y=!1,getOptionDisabled:x,getOptionKey:b,getOptionLabel:w=e=>e.label??e,groupBy:S,handleHomeEndKeys:_=!e.freeSolo,id:C,includeInputInList:k=!1,inputValue:M,isOptionEqualToValue:T=(e,t)=>e===t,multiple:D=!1,onChange:A,onClose:I,onHighlightChange:P,onInputChange:O,onOpen:R,open:E,openOnFocus:L=!1,options:B,readOnly:N=!1,selectOnFocus:Z=!e.freeSolo,value:F}=e,z=(0,tS.Z)(C),V=w;V=e=>{let t=w(e);return"string"!=typeof t?String(t):t};let j=eU.useRef(!1),$=eU.useRef(!0),H=eU.useRef(null),W=eU.useRef(null),[G,q]=eU.useState(null),[U,Y]=eU.useState(-1),X=i?0:-1,K=eU.useRef(X),Q=eU.useRef(dG(c,D,V)).current,[J,ee]=(0,dF.Z)({controlled:F,default:c,name:u}),[et,en]=(0,dF.Z)({controlled:M,default:Q,name:u,state:"inputValue"}),[er,ei]=eU.useState(!1),eo=eU.useCallback((e,t,n)=>{if(!(D?J.length<t.length:null!==t)&&!s)return;let r=dG(t,D,V);et!==r&&(en(r),O&&O(e,r,n))},[V,et,D,O,en,s,J]),[ea,es]=(0,dF.Z)({controlled:E,default:!1,name:u,state:"open"}),[el,eu]=eU.useState(!0),ec=!D&&null!=J&&et===V(J),eh=ea&&!N,ed=eh?m(B.filter(e=>!(v&&(D?J:[J]).some(t=>null!==t&&T(e,t)))),{inputValue:ec&&el?"":et,getOptionLabel:V}):[],ep=dz({filteredOptions:ed,value:J,inputValue:et});eU.useEffect(()=>{let e=J!==ep.value;(!er||e)&&(!y||e)&&eo(null,J,"reset")},[J,eo,er,ep.value,y]);let ef=ea&&ed.length>0&&!N,eg=(0,tT.Z)(e=>{-1===e?H.current.focus():G.querySelector(`[data-tag-index="${e}"]`).focus()});eU.useEffect(()=>{D&&U>J.length-1&&(Y(-1),eg(-1))},[J,D,U,eg]);let em=(0,tT.Z)(({event:e,index:t,reason:r="auto"})=>{if(K.current=t,-1===t?H.current.removeAttribute("aria-activedescendant"):H.current.setAttribute("aria-activedescendant",`${z}-option-${t}`),P&&P(e,-1===t?null:ed[t],r),!W.current)return;let i=W.current.querySelector(`[role="option"].${n}-focused`);i&&(i.classList.remove(`${n}-focused`),i.classList.remove(`${n}-focusVisible`));let o=W.current;if("listbox"!==W.current.getAttribute("role")&&(o=W.current.parentElement.querySelector('[role="listbox"]')),!o)return;if(-1===t){o.scrollTop=0;return}let a=W.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))}}),ev=(0,tT.Z)(({event:e,diff:t,direction:n="next",reason:i="auto"})=>{if(!eh)return;let o=function(e,t){if(!W.current||e<0||e>=ed.length)return -1;let n=e;for(;;){let r=W.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)%ed.length:(n-1+ed.length)%ed.length)===e)return -1}}((()=>{let e=ed.length-1;if("reset"===t)return X;if("start"===t)return 0;if("end"===t)return e;let n=K.current+t;return n<0?-1===n&&k?-1:g&&-1!==K.current||Math.abs(t)>1?0:e:n>e?n===e+1&&k?-1:g||Math.abs(t)>1?e:0:n})(),n);if(em({index:o,reason:i,event:e}),r&&"reset"!==t){if(-1===o)H.current.value=et;else{let e=V(ed[o]);H.current.value=e,0===e.toLowerCase().indexOf(et.toLowerCase())&&et.length>0&&H.current.setSelectionRange(et.length,e.length)}}}),ey=()=>{var e,t;if(-1!==K.current&&ep.filteredOptions&&ep.filteredOptions.length!==ed.length&&ep.inputValue===et&&(D?J.length===ep.value.length&&ep.value.every((e,t)=>V(J[t])===V(e)):(e=ep.value,t=J,(e?V(e):"")===(t?V(t):"")))){let e=ep.filteredOptions[K.current];if(e)return ed.findIndex(t=>V(t)===V(e))}return -1},ex=eU.useCallback(()=>{if(!eh)return;let e=ey();if(-1!==e){K.current=e;return}let t=D?J[0]:J;if(0===ed.length||null==t){ev({diff:"reset"});return}if(W.current){if(null!=t){let e=ed[K.current];if(D&&e&&-1!==J.findIndex(t=>T(e,t)))return;let n=ed.findIndex(e=>T(e,t));-1===n?ev({diff:"reset"}):em({index:n});return}if(K.current>=ed.length-1){em({index:ed.length-1});return}em({index:K.current})}},[ed.length,!D&&J,v,ev,em,eh,et,D]),eb=(0,tT.Z)(e=>{(0,n1.Z)(W,e),e&&ex()});eU.useEffect(()=>{ex()},[ex]);let ew=e=>{!ea&&(es(!0),eu(!0),R&&R(e))},eS=(e,t)=>{ea&&(es(!1),I&&I(e,t))},e_=(e,t,n,r)=>{if(D){if(J.length===t.length&&J.every((e,n)=>e===t[n]))return}else if(J===t)return;A&&A(e,t,n,r),ee(t)},eC=eU.useRef(!1),ek=(e,t,n="selectOption",r="options")=>{let i=n,o=t;if(D){let e=(o=Array.isArray(J)?J.slice():[]).findIndex(e=>T(t,e));-1===e?o.push(t):"freeSolo"!==r&&(o.splice(e,1),i="removeOption")}eo(e,o,i),e_(e,o,i,{option:t}),d||e&&(e.ctrlKey||e.metaKey)||eS(e,i),(!0===a||"touch"===a&&eC.current||"mouse"===a&&!eC.current)&&H.current.blur()},eM=(e,t)=>{if(!D)return;""===et&&eS(e,"toggleInput");let n=U;-1===U?""===et&&"previous"===t&&(n=J.length-1):((n+="next"===t?1:-1)<0&&(n=0),n===J.length&&(n=-1)),Y(n=function(e,t){if(-1===e)return -1;let n=e;for(;;){if("next"===t&&n===J.length||"previous"===t&&-1===n)return -1;let e=G.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)),eg(n)},eT=e=>{j.current=!0,en(""),O&&O(e,"","clear"),e_(e,D?[]:null,"clear")},eD=e=>t=>{if(e.onKeyDown&&e.onKeyDown(t),!t.defaultMuiPrevented&&(-1===U||["ArrowLeft","ArrowRight"].includes(t.key)||(Y(-1),eg(-1)),229!==t.which))switch(t.key){case"Home":eh&&_&&(t.preventDefault(),ev({diff:"start",direction:"next",reason:"keyboard",event:t}));break;case"End":eh&&_&&(t.preventDefault(),ev({diff:"end",direction:"previous",reason:"keyboard",event:t}));break;case"PageUp":t.preventDefault(),ev({diff:-5,direction:"previous",reason:"keyboard",event:t}),ew(t);break;case"PageDown":t.preventDefault(),ev({diff:5,direction:"next",reason:"keyboard",event:t}),ew(t);break;case"ArrowDown":t.preventDefault(),ev({diff:1,direction:"next",reason:"keyboard",event:t}),ew(t);break;case"ArrowUp":t.preventDefault(),ev({diff:-1,direction:"previous",reason:"keyboard",event:t}),ew(t);break;case"ArrowLeft":eM(t,"previous");break;case"ArrowRight":eM(t,"next");break;case"Enter":if(-1!==K.current&&eh){let e=ed[K.current],n=!!x&&x(e);if(t.preventDefault(),n)return;ek(t,e,"selectOption"),r&&H.current.setSelectionRange(H.current.value.length,H.current.value.length)}else y&&""!==et&&!1===ec&&(D&&t.preventDefault(),ek(t,et,"createOption","freeSolo"));break;case"Escape":eh?(t.preventDefault(),t.stopPropagation(),eS(t,"escape")):l&&(""!==et||D&&J.length>0)&&(t.preventDefault(),t.stopPropagation(),eT(t));break;case"Backspace":if(D&&!N&&""===et&&J.length>0){let e=-1===U?J.length-1:U,n=J.slice();n.splice(e,1),e_(t,n,"removeOption",{option:J[e]})}break;case"Delete":if(D&&!N&&""===et&&J.length>0&&-1!==U){let e=J.slice();e.splice(U,1),e_(t,e,"removeOption",{option:J[U]})}}},eA=e=>{ei(!0),L&&!j.current&&ew(e)},eI=e=>{if(t(W)){H.current.focus();return}ei(!1),$.current=!0,j.current=!1,o&&-1!==K.current&&eh?ek(e,ed[K.current],"blur"):o&&y&&""!==et?ek(e,et,"blur","freeSolo"):s&&eo(e,J,"blur"),eS(e,"blur")},eP=e=>{let t=e.target.value;et!==t&&(en(t),eu(!1),O&&O(e,t,"input")),""===t?h||D||e_(e,null,"clear"):ew(e)},eO=e=>{let t=Number(e.currentTarget.getAttribute("data-option-index"));K.current!==t&&em({event:e,index:t,reason:"mouse"})},eR=e=>{em({event:e,index:Number(e.currentTarget.getAttribute("data-option-index")),reason:"touch"}),eC.current=!0},eE=e=>{let t=Number(e.currentTarget.getAttribute("data-option-index"));ek(e,ed[t],"selectOption"),eC.current=!1},eL=e=>t=>{let n=J.slice();n.splice(e,1),e_(t,n,"removeOption",{option:J[e]})},eB=e=>{ea?eS(e,"toggleInput"):ew(e)},eN=e=>{e.currentTarget.contains(e.target)&&e.target.getAttribute("id")!==z&&e.preventDefault()},eZ=e=>{e.currentTarget.contains(e.target)&&(H.current.focus(),Z&&$.current&&H.current.selectionEnd-H.current.selectionStart==0&&H.current.select(),$.current=!1)},eF=e=>{p||""!==et&&ea||eB(e)},ez=y&&et.length>0;ez=ez||(D?J.length>0:null!==J);let eV=ed;return S&&(eV=ed.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&&er&&eI(),{getRootProps:(e={})=>({...e,onKeyDown:eD(e),onMouseDown:eN,onClick:eZ}),getInputLabelProps:()=>({id:`${z}-label`,htmlFor:z}),getInputProps:()=>({id:z,value:et,onBlur:eI,onFocus:eA,onChange:eP,onMouseDown:eF,"aria-activedescendant":eh?"":null,"aria-autocomplete":r?"both":"list","aria-controls":ef?`${z}-listbox`:void 0,"aria-expanded":ef,autoComplete:"off",ref:H,autoCapitalize:"none",spellCheck:"false",role:"combobox",disabled:p}),getClearProps:()=>({tabIndex:-1,type:"button",onClick:eT}),getPopupIndicatorProps:()=>({tabIndex:-1,type:"button",onClick:eB}),getTagProps:({index:e})=>({key:e,"data-tag-index":e,tabIndex:-1,...!N&&{onDelete:eL(e)}}),getListboxProps:()=>({role:"listbox",id:`${z}-listbox`,"aria-labelledby":`${z}-label`,ref:eb,onMouseDown:e=>{e.preventDefault()}}),getOptionProps:({index:e,option:t})=>{let n=(D?J:[J]).some(e=>null!=e&&T(t,e)),r=!!x&&x(t);return{key:b?.(t)??V(t),tabIndex:-1,role:"option",id:`${z}-option-${e}`,onMouseMove:eO,onClick:eE,onTouchStart:eR,"data-option-index":e,"aria-disabled":r,"aria-selected":n}},id:z,inputValue:et,value:J,dirty:ez,expanded:eh&&G,popupOpen:eh,focused:er||-1!==U,anchorEl:G,setAnchorEl:q,focusedTag:U,groupedOptions:eV}};function dU(e){return(0,e8.ZP)("MuiListSubheader",e)}(0,e4.Z)("MuiListSubheader",["root","colorPrimary","colorInherit","gutters","inset","sticky"]);let dY=e=>{let{classes:t,color:n,disableGutters:r,inset:i,disableSticky:o}=e,a={root:["root","default"!==n&&`color${(0,e0.Z)(n)}`,!r&&"gutters",i&&"inset",!o&&"sticky"]};return(0,eK.Z)(a,dU,t)},dX=(0,e1.ZP)("li",{name:"MuiListSubheader",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,"default"!==n.color&&t[`color${(0,e0.Z)(n.color)}`],!n.disableGutters&&t.gutters,n.inset&&t.inset,!n.disableSticky&&t.sticky]}})((0,e2.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}}]}))),dK=eU.forwardRef(function(e,t){let n=(0,e3.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},h=dY(c);return(0,eq.jsx)(dX,{as:o,className:(0,eX.Z)(h.root,r),ref:t,ownerState:c,...u})});dK&&(dK.muiSkipListHighlight=!0);let dQ=(0,rK.Z)((0,eq.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 dJ(e){return(0,e8.ZP)("MuiChip",e)}let d0=(0,e4.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"]),d1=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,e0.Z)(r)}`,`color${(0,e0.Z)(i)}`,s&&"clickable",s&&`clickableColor${(0,e0.Z)(i)}`,a&&"deletable",a&&`deletableColor${(0,e0.Z)(i)}`,`${l}${(0,e0.Z)(i)}`],label:["label",`label${(0,e0.Z)(r)}`],avatar:["avatar",`avatar${(0,e0.Z)(r)}`,`avatarColor${(0,e0.Z)(i)}`],icon:["icon",`icon${(0,e0.Z)(r)}`,`iconColor${(0,e0.Z)(o)}`],deleteIcon:["deleteIcon",`deleteIcon${(0,e0.Z)(r)}`,`deleteIconColor${(0,e0.Z)(i)}`,`deleteIcon${(0,e0.Z)(l)}Color${(0,e0.Z)(i)}`]};return(0,eK.Z)(u,dJ,t)},d2=(0,e1.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[{[`& .${d0.avatar}`]:t.avatar},{[`& .${d0.avatar}`]:t[`avatar${(0,e0.Z)(s)}`]},{[`& .${d0.avatar}`]:t[`avatarColor${(0,e0.Z)(r)}`]},{[`& .${d0.icon}`]:t.icon},{[`& .${d0.icon}`]:t[`icon${(0,e0.Z)(s)}`]},{[`& .${d0.icon}`]:t[`iconColor${(0,e0.Z)(i)}`]},{[`& .${d0.deleteIcon}`]:t.deleteIcon},{[`& .${d0.deleteIcon}`]:t[`deleteIcon${(0,e0.Z)(s)}`]},{[`& .${d0.deleteIcon}`]:t[`deleteIconColor${(0,e0.Z)(r)}`]},{[`& .${d0.deleteIcon}`]:t[`deleteIcon${(0,e0.Z)(l)}Color${(0,e0.Z)(r)}`]},t.root,t[`size${(0,e0.Z)(s)}`],t[`color${(0,e0.Z)(r)}`],o&&t.clickable,o&&"default"!==r&&t[`clickableColor${(0,e0.Z)(r)})`],a&&t.deletable,a&&"default"!==r&&t[`deletableColor${(0,e0.Z)(r)}`],t[l],t[`${l}${(0,e0.Z)(r)}`]]}})((0,e2.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",[`&.${d0.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`& .${d0.avatar}`]:{marginLeft:5,marginRight:-6,width:24,height:24,color:e.vars?e.vars.palette.Chip.defaultAvatarColor:t,fontSize:e.typography.pxToRem(12)},[`& .${d0.avatarColorPrimary}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.dark},[`& .${d0.avatarColorSecondary}`]:{color:(e.vars||e).palette.secondary.contrastText,backgroundColor:(e.vars||e).palette.secondary.dark},[`& .${d0.avatarSmall}`]:{marginLeft:4,marginRight:-4,width:18,height:18,fontSize:e.typography.pxToRem(10)},[`& .${d0.icon}`]:{marginLeft:5,marginRight:-6},[`& .${d0.deleteIcon}`]:{WebkitTapHighlightColor:"transparent",color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.26)`:(0,eQ.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,eQ.Fq)(e.palette.text.primary,.4)}},variants:[{props:{size:"small"},style:{height:24,[`& .${d0.icon}`]:{fontSize:18,marginLeft:4,marginRight:-4},[`& .${d0.deleteIcon}`]:{fontSize:16,marginRight:4,marginLeft:-4}}},...Object.entries(e.palette).filter((0,e5.Z)(["contrastText"])).map(([t])=>({props:{color:t},style:{backgroundColor:(e.vars||e).palette[t].main,color:(e.vars||e).palette[t].contrastText,[`& .${d0.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].contrastTextChannel} / 0.7)`:(0,eQ.Fq)(e.palette[t].contrastText,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].contrastText}}}})),{props:e=>e.iconColor===e.color,style:{[`& .${d0.icon}`]:{color:e.vars?e.vars.palette.Chip.defaultIconColor:t}}},{props:e=>e.iconColor===e.color&&"default"!==e.color,style:{[`& .${d0.icon}`]:{color:"inherit"}}},{props:{onDelete:!0},style:{[`&.${d0.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,eQ.Fq)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}},...Object.entries(e.palette).filter((0,e5.Z)(["dark"])).map(([t])=>({props:{color:t,onDelete:!0},style:{[`&.${d0.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,eQ.Fq)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)},[`&.${d0.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,eQ.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,e5.Z)(["dark"])).map(([t])=>({props:{color:t,clickable:!0},style:{[`&:hover, &.${d0.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]}`,[`&.${d0.clickable}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${d0.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`& .${d0.avatar}`]:{marginLeft:4},[`& .${d0.avatarSmall}`]:{marginLeft:2},[`& .${d0.icon}`]:{marginLeft:4},[`& .${d0.iconSmall}`]:{marginLeft:2},[`& .${d0.deleteIcon}`]:{marginRight:5},[`& .${d0.deleteIconSmall}`]:{marginRight:3}}},...Object.entries(e.palette).filter((0,e5.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,eQ.Fq)(e.palette[t].main,.7)}`,[`&.${d0.clickable}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,eQ.Fq)(e.palette[t].main,e.palette.action.hoverOpacity)},[`&.${d0.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.focusOpacity})`:(0,eQ.Fq)(e.palette[t].main,e.palette.action.focusOpacity)},[`& .${d0.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.7)`:(0,eQ.Fq)(e.palette[t].main,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].main}}}}))]}})),d5=(0,e1.ZP)("span",{name:"MuiChip",slot:"Label",overridesResolver:(e,t)=>{let{ownerState:n}=e,{size:r}=n;return[t.label,t[`label${(0,e0.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 d3(e){return"Backspace"===e.key||"Delete"===e.key}let d4=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiChip"}),{avatar:r,className:i,clickable:o,color:a="default",component:s,deleteIcon:l,disabled:u=!1,icon:c,label:h,onClick:d,onDelete:p,onKeyDown:f,onKeyUp:g,size:m="medium",variant:v="filled",tabIndex:y,skipFocusWhenDisabled:x=!1,...b}=n,w=eU.useRef(null),S=(0,tF.Z)(w,t),_=e=>{e.stopPropagation(),p&&p(e)},C=!1!==o&&!!d||o,k=C||p?ts.Z:s||"div",M={...n,component:k,disabled:u,size:m,color:a,iconColor:eU.isValidElement(c)&&c.props.color||a,onDelete:!!p,clickable:C,variant:v},T=d1(M),D=k===ts.Z?{component:s||"div",focusVisibleClassName:T.focusVisible,...p&&{disableRipple:!0}}:{},A=null;p&&(A=l&&eU.isValidElement(l)?eU.cloneElement(l,{className:(0,eX.Z)(l.props.className,T.deleteIcon),onClick:_}):(0,eq.jsx)(dQ,{className:(0,eX.Z)(T.deleteIcon),onClick:_}));let I=null;r&&eU.isValidElement(r)&&(I=eU.cloneElement(r,{className:(0,eX.Z)(T.avatar,r.props.className)}));let P=null;return c&&eU.isValidElement(c)&&(P=eU.cloneElement(c,{className:(0,eX.Z)(T.icon,c.props.className)})),(0,eq.jsxs)(d2,{as:k,className:(0,eX.Z)(T.root,i),disabled:!!C&&!!u||void 0,onClick:d,onKeyDown:e=>{e.currentTarget===e.target&&d3(e)&&e.preventDefault(),f&&f(e)},onKeyUp:e=>{e.currentTarget===e.target&&p&&d3(e)&&p(e),g&&g(e)},ref:S,tabIndex:x&&u?-1:y,ownerState:M,...D,...b,children:[I||P,(0,eq.jsx)(d5,{className:(0,eX.Z)(T.label),ownerState:M,children:h}),A]})}),d8=(0,rK.Z)((0,eq.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 d6(e){return(0,e8.ZP)("MuiAutocomplete",e)}let d9=(0,e4.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"]),d7=e=>{let{classes:t,disablePortal:n,expanded:r,focused:i,fullWidth:o,hasClearIcon:a,hasPopupIcon:s,inputFocused:l,popupOpen:u,size:c}=e,h={root:["root",r&&"expanded",i&&"focused",o&&"fullWidth",a&&"hasClearIcon",s&&"hasPopupIcon"],inputRoot:["inputRoot"],input:["input",l&&"inputFocused"],tag:["tag",`tagSize${(0,e0.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,eK.Z)(h,d6,t)},pe=(0,e1.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[{[`& .${d9.tag}`]:t.tag},{[`& .${d9.tag}`]:t[`tagSize${(0,e0.Z)(s)}`]},{[`& .${d9.inputRoot}`]:t.inputRoot},{[`& .${d9.input}`]:t.input},{[`& .${d9.input}`]:a&&t.inputFocused},t.root,r&&t.fullWidth,o&&t.hasPopupIcon,i&&t.hasClearIcon]}})({[`&.${d9.focused} .${d9.clearIndicator}`]:{visibility:"visible"},"@media (pointer: fine)":{[`&:hover .${d9.clearIndicator}`]:{visibility:"visible"}},[`& .${d9.tag}`]:{margin:3,maxWidth:"calc(100% - 6px)"},[`& .${d9.inputRoot}`]:{[`.${d9.hasPopupIcon}&, .${d9.hasClearIcon}&`]:{paddingRight:30},[`.${d9.hasPopupIcon}.${d9.hasClearIcon}&`]:{paddingRight:56},[`& .${d9.input}`]:{width:0,minWidth:30}},[`& .${tJ.root}`]:{paddingBottom:1,"& .MuiInput-input":{padding:"4px 4px 4px 0px"}},[`& .${tJ.root}.${tH.sizeSmall}`]:{[`& .${tJ.input}`]:{padding:"2px 4px 3px 0"}},[`& .${nr.root}`]:{padding:9,[`.${d9.hasPopupIcon}&, .${d9.hasClearIcon}&`]:{paddingRight:39},[`.${d9.hasPopupIcon}.${d9.hasClearIcon}&`]:{paddingRight:65},[`& .${d9.input}`]:{padding:"7.5px 4px 7.5px 5px"},[`& .${d9.endAdornment}`]:{right:9}},[`& .${nr.root}.${tH.sizeSmall}`]:{paddingTop:6,paddingBottom:6,paddingLeft:6,[`& .${d9.input}`]:{padding:"2.5px 4px 2.5px 8px"}},[`& .${t4.root}`]:{paddingTop:19,paddingLeft:8,[`.${d9.hasPopupIcon}&, .${d9.hasClearIcon}&`]:{paddingRight:39},[`.${d9.hasPopupIcon}.${d9.hasClearIcon}&`]:{paddingRight:65},[`& .${t4.input}`]:{padding:"7px 4px"},[`& .${d9.endAdornment}`]:{right:9}},[`& .${t4.root}.${tH.sizeSmall}`]:{paddingBottom:1,[`& .${t4.input}`]:{padding:"2.5px 4px"}},[`& .${tH.hiddenLabel}`]:{paddingTop:8},[`& .${t4.root}.${tH.hiddenLabel}`]:{paddingTop:0,paddingBottom:0,[`& .${d9.input}`]:{paddingTop:16,paddingBottom:17}},[`& .${t4.root}.${tH.hiddenLabel}.${tH.sizeSmall}`]:{[`& .${d9.input}`]:{paddingTop:8,paddingBottom:9}},[`& .${d9.input}`]:{flexGrow:1,textOverflow:"ellipsis",opacity:0},variants:[{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{[`& .${d9.tag}`]:{margin:2,maxWidth:"calc(100% - 4px)"}}},{props:{inputFocused:!0},style:{[`& .${d9.input}`]:{opacity:1}}},{props:{multiple:!0},style:{[`& .${d9.inputRoot}`]:{flexWrap:"wrap"}}}]}),pt=(0,e1.ZP)("div",{name:"MuiAutocomplete",slot:"EndAdornment",overridesResolver:(e,t)=>t.endAdornment})({position:"absolute",right:0,top:"50%",transform:"translate(0, -50%)"}),pn=(0,e1.ZP)(tw.Z,{name:"MuiAutocomplete",slot:"ClearIndicator",overridesResolver:(e,t)=>t.clearIndicator})({marginRight:-2,padding:4,visibility:"hidden"}),pr=(0,e1.ZP)(tw.Z,{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)"}}]}),pi=(0,e1.ZP)(db,{name:"MuiAutocomplete",slot:"Popper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${d9.option}`]:t.option},t.popper,n.disablePortal&&t.popperDisablePortal]}})((0,e2.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.modal,variants:[{props:{disablePortal:!0},style:{position:"absolute"}}]}))),po=(0,e1.ZP)(rf.Z,{name:"MuiAutocomplete",slot:"Paper",overridesResolver:(e,t)=>t.paper})((0,e2.Z)(({theme:e})=>({...e.typography.body1,overflow:"auto"}))),pa=(0,e1.ZP)("div",{name:"MuiAutocomplete",slot:"Loading",overridesResolver:(e,t)=>t.loading})((0,e2.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"}))),ps=(0,e1.ZP)("div",{name:"MuiAutocomplete",slot:"NoOptions",overridesResolver:(e,t)=>t.noOptions})((0,e2.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"}))),pl=(0,e1.ZP)("ul",{name:"MuiAutocomplete",slot:"Listbox",overridesResolver:(e,t)=>t.listbox})((0,e2.Z)(({theme:e})=>({listStyle:"none",margin:0,padding:"8px 0",maxHeight:"40vh",overflow:"auto",position:"relative",[`& .${d9.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"},[`&.${d9.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"},[`&.${d9.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,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${d9.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:(e.vars||e).palette.action.selected}},[`&.${d9.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,eQ.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}}}))),pu=(0,e1.ZP)(dK,{name:"MuiAutocomplete",slot:"GroupLabel",overridesResolver:(e,t)=>t.groupLabel})((0,e2.Z)(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,top:-8}))),pc=(0,e1.ZP)("ul",{name:"MuiAutocomplete",slot:"GroupUl",overridesResolver:(e,t)=>t.groupUl})({padding:0,[`& .${d9.option}`]:{paddingLeft:24}}),ph=eU.forwardRef(function(e,t){let n;let r=(0,e3.i)({props:e,name:"MuiAutocomplete"}),{autoComplete:i=!1,autoHighlight:o=!1,autoSelect:a=!1,blurOnSelect:s=!1,ChipProps:l,className:u,clearIcon:c=eo||(eo=(0,eq.jsx)(d8,{fontSize:"small"})),clearOnBlur:h=!r.freeSolo,clearOnEscape:d=!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:_,filterSelectedOptions:C=!1,forcePopupIcon:k="auto",freeSolo:M=!1,fullWidth:T=!1,getLimitTagsText:D=e=>`+${e}`,getOptionDisabled:A,getOptionKey:I,getOptionLabel:P,isOptionEqualToValue:O,groupBy:R,handleHomeEndKeys:E=!r.freeSolo,id:L,includeInputInList:B=!1,inputValue:N,limitTags:Z=-1,ListboxComponent:F,ListboxProps:z,loading:V=!1,loadingText:j="Loading…",multiple:$=!1,noOptionsText:H="No options",onChange:W,onClose:G,onHighlightChange:q,onInputChange:U,onOpen:Y,open:X,openOnFocus:K=!1,openText:Q="Open",options:J,PaperComponent:ee,PopperComponent:et,popupIcon:en=ea||(ea=(0,eq.jsx)(rQ,{})),readOnly:er=!1,renderGroup:ei,renderInput:es,renderOption:el,renderTags:eu,selectOnFocus:ec=!r.freeSolo,size:eh="medium",slots:ed={},slotProps:ep={},value:ef,...eg}=r,{getRootProps:em,getInputProps:ev,getInputLabelProps:ey,getPopupIndicatorProps:ex,getClearProps:eb,getTagProps:ew,getListboxProps:eS,getOptionProps:e_,value:eC,dirty:ek,expanded:eM,id:eT,popupOpen:eD,focused:eA,focusedTag:eI,anchorEl:eP,setAnchorEl:eO,inputValue:eR,groupedOptions:eE}=dq({...r,componentName:"Autocomplete"}),eL=!v&&!x&&ek&&!er,eB=(!M||!0===k)&&!1!==k,{onMouseDown:eN}=ev(),{ref:eZ,...eF}=eS(),ez=P||(e=>e.label??e),eV={...r,disablePortal:S,expanded:eM,focused:eA,fullWidth:T,getOptionLabel:ez,hasClearIcon:eL,hasPopupIcon:eB,inputFocused:-1===eI,popupOpen:eD,size:eh},ej=d7(eV),e$={slots:{paper:ee,popper:et,...ed},slotProps:{chip:l,listbox:z,...g,...ep}},[eH,eW]=(0,n5.Z)("listbox",{elementType:pl,externalForwardedProps:e$,ownerState:eV,className:ej.listbox,additionalProps:eF,ref:eZ}),[eG,eY]=(0,n5.Z)("paper",{elementType:rf.Z,externalForwardedProps:e$,ownerState:eV,className:ej.paper}),[eK,eQ]=(0,n5.Z)("popper",{elementType:db,externalForwardedProps:e$,ownerState:eV,className:ej.popper,additionalProps:{disablePortal:S,style:{width:eP?eP.clientWidth:null},role:"presentation",anchorEl:eP,open:eD}});if($&&eC.length>0){let e=e=>({className:ej.tag,disabled:x,...ew(e)});n=eu?eu(eC,e,eV):eC.map((t,n)=>{let{key:r,...i}=e({index:n});return(0,eq.jsx)(d4,{label:ez(t),size:eh,...i,...e$.slotProps.chip},r)})}if(Z>-1&&Array.isArray(n)){let e=n.length-Z;!eA&&e>0&&(n=n.splice(0,Z)).push((0,eq.jsx)("span",{className:ej.tag,children:D(e)},n.length))}let eJ=ei||(e=>(0,eq.jsxs)("li",{children:[(0,eq.jsx)(pu,{className:ej.groupLabel,ownerState:eV,component:"div",children:e.group}),(0,eq.jsx)(pc,{className:ej.groupUl,ownerState:eV,children:e.children})]},e.key)),e0=el||((e,t)=>{let{key:n,...r}=e;return(0,eq.jsx)("li",{...r,children:ez(t)},n)}),e1=(e,t)=>{let n=e_({option:e,index:t});return e0({...n,className:ej.option},e,{selected:n["aria-selected"],index:t,inputValue:eR},eV)},e2=e$.slotProps.clearIndicator,e5=e$.slotProps.popupIndicator;return(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)(pe,{ref:t,className:(0,eX.Z)(ej.root,u),ownerState:eV,...em(eg),children:es({id:eT,disabled:x,fullWidth:!0,size:"small"===eh?"small":void 0,InputLabelProps:ey(),InputProps:{ref:eO,className:ej.inputRoot,startAdornment:n,onMouseDown:e=>{e.target===e.currentTarget&&eN(e)},...(eL||eB)&&{endAdornment:(0,eq.jsxs)(pt,{className:ej.endAdornment,ownerState:eV,children:[eL?(0,eq.jsx)(pn,{...eb(),"aria-label":p,title:p,ownerState:eV,...e2,className:(0,eX.Z)(ej.clearIndicator,e2?.className),children:c}):null,eB?(0,eq.jsx)(pr,{...ex(),disabled:x,"aria-label":eD?f:Q,title:eD?f:Q,ownerState:eV,...e5,className:(0,eX.Z)(ej.popupIndicator,e5?.className),children:en}):null]})}},inputProps:{className:ej.input,disabled:x,readOnly:er,...ev()}})}),eP?(0,eq.jsx)(pi,{as:eK,...eQ,children:(0,eq.jsxs)(po,{as:eG,...eY,children:[V&&0===eE.length?(0,eq.jsx)(pa,{className:ej.loading,ownerState:eV,children:j}):null,0!==eE.length||M||V?null:(0,eq.jsx)(ps,{className:ej.noOptions,ownerState:eV,role:"presentation",onMouseDown:e=>{e.preventDefault()},children:H}),eE.length>0?(0,eq.jsx)(eH,{as:F,...eW,children:eE.map((e,t)=>R?eJ({key:e.key,group:e.group,children:e.options.map((t,n)=>e1(t,e.index+n))}):e1(e,t))}):null]})}):null]})});function pd({options:e,renderInput:t=e=>(0,eq.jsx)(r7,{...e}),...n}){let r=e=>e.label??e.id;return(0,eq.jsx)(ph,{isOptionEqualToValue:(e,t)=>e.id===t.id,getOptionDisabled:e=>!!e.disabled,getOptionLabel:r,options:e,renderInput:t,renderOption:({key:e,...t},n)=>(0,eq.jsx)("li",{...t,children:(0,eq.jsxs)("div",{children:[(0,eq.jsx)(uq.Z,{variant:"body1",component:"div",children:r(n)}),n.description&&(0,eq.jsx)(uq.Z,{variant:"body2",component:"div",sx:{color:e=>e.palette.text.secondary},children:n.description})]})},e),filterOptions:dj({stringify:e=>`${r(e)} ${e.description||""}`}),...n})}let pp=[{id:"compact",label:"Compact"},{id:"standard",label:"Standard"},{id:"comfortable",label:"Comfortable"}];function pf({onChange:e,value:t="standard"}){return(0,eq.jsx)(dB,{label:"Density",control:(0,eq.jsx)(pd,{value:pp.find(e=>e.id===t),options:pp,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function pg(){return(0,eq.jsxs)(tb.Z,{direction:"row",alignItems:"center",children:[(0,eq.jsx)(sd.Z,{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,eq.jsx)(sd.Z,{sx:{content:'""',height:2,background:e=>e.palette.info.main,width:"100%"}})]})}function pm(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 pv(e,t){if(e){if("string"==typeof e)return pm(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)?pm(e,t):void 0}}function py(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)||pv(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 px=n(501),pb="data-pdnd-honey-pot";function pw(e){return e instanceof Element&&e.hasAttribute(pb)}function pS(e){var t=py(document.elementsFromPoint(e.x,e.y),2),n=t[0],r=t[1];return n?pw(n)?null!=r?r:null:n:null}function p_(e){return(p_="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 pC(e,t,n){var r;return(r=function(e,t){if("object"!=p_(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=p_(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==p_(r)?r:r+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function pk(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 pM(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pk(Object(n),!0).forEach(function(t){pC(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pk(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function pT(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 pD(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 pA(e){return function(e){if(Array.isArray(e))return pm(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||pv(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 pI(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 pP=pI(function(){return navigator.userAgent.includes("Firefox")}),pO=pI(function(){var e=navigator.userAgent;return e.includes("AppleWebKit")&&!e.includes("Chrome")}),pR={isLeavingWindow:Symbol("leaving"),isEnteringWindow:Symbol("entering")};function pE(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}}!function(){if("undefined"!=typeof window){if(pO()){var e=t();(0,px.bindAll)(window,[{type:"dragstart",listener:function(){e.enterCount=0,e.isOverWindow=!0}},{type:"drop",listener:n},{type:"dragend",listener:n},{type:"dragenter",listener:function(t){e.isOverWindow||0!==e.enterCount||(t[pR.isEnteringWindow]=!0),e.isOverWindow=!0,e.enterCount++}},{type:"dragleave",listener:function(t){e.enterCount--,e.isOverWindow&&0===e.enterCount&&(t[pR.isLeavingWindow]=!0,e.isOverWindow=!1)}}],{capture:!0})}}function t(){return{enterCount:0,isOverWindow:!1}}function n(){e=t()}}();var pL=(x=function(e){return e()},b=[],w=null,(S=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];b=t,!w&&(w=requestAnimationFrame(function(){w=null,x.apply(void 0,b)}))}).cancel=function(){w&&(cancelAnimationFrame(w),w=null)},S),pB=(_=null,{schedule:function(e){_={frameId:requestAnimationFrame(function(){_=null,e()}),fn:e}},flush:function(){_&&(cancelAnimationFrame(_.frameId),_.fn(),_=null)}}),pN={isActive:!1};function pZ(){return!pN.isActive}function pF(e){var t,n=e.event,r=null===(t=e.current[0])||void 0===t?void 0:t.dropEffect;null!=r&&n.dataTransfer&&(n.dataTransfer.dropEffect=r)}var pz=function(e){var t,n,r=e.event,i=e.dragType,o=e.getDropTargetsOver,a=e.dispatchEvent;if(pZ()){var s=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,i=pE(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:r,dragType:i,getDropTargetsOver:o});pN.isActive=!0;var l={current:s};pF({event:r,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}}),pB.schedule(function(){o({eventName:"onDragStart",payload:{source:t,location:a}})})},dragUpdate:function(e){var r=e.current;pB.flush(),pL.cancel(),o({eventName:"onDropTargetChange",payload:{source:t,location:{initial:n,previous:i,current:r}}})},drag:function(e){var r=e.current;pL(function(){pB.flush(),o({eventName:"onDrag",payload:{source:t,location:{initial:n,previous:i,current:r}}})})},drop:function(e){var r=e.current,a=e.updatedSourcePayload;pB.flush(),pL.cancel(),o({eventName:"onDrop",payload:{source:null!=a?a:t,location:{current:r,previous:i,initial:n}}})}}}({source:i.payload,dispatchEvent:a,initial:s}),c=(0,px.bindAll)(window,[{type:"dragover",listener:function(e){d(e),u.drag({current:l.current})}},{type:"dragenter",listener:d},{type:"dragleave",listener:function(e){(function(e){var t=e.dragLeave,n=t.type,r=t.relatedTarget;return"dragleave"===n&&(pO()?!!pO()&&t.hasOwnProperty(pR.isLeavingWindow):null==r||(pP()?"nodeName"in r&&r.ownerDocument!==document:r instanceof HTMLIFrameElement))})({dragLeave:e})&&(h({input:l.current.input,dropTargets:[]}),"external"===i.startedFrom&&p())}},{type:"drop",listener:function(e){if(l.current={dropTargets:l.current.dropTargets,input:pE(e)},!l.current.dropTargets.length){p();return}e.preventDefault(),pF({event:e,current:l.current.dropTargets}),u.drop({current:l.current,updatedSourcePayload:"external"===i.type?i.getDropPayload(e):null}),f()}},{type:"dragend",listener:function(e){l.current={dropTargets:l.current.dropTargets,input:pE(e)},p()}}].concat(pA([{type:"pointermove",listener:(n=0,function(){if(n<20){n++;return}t()})},{type:"pointerdown",listener:t=p}])),{capture:!0});u.start({nativeSetDragImage:r.dataTransfer?r.dataTransfer.setDragImage.bind(r.dataTransfer):null})}function h(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 d(e){var t=pE(e),n=o({target:pw(e.target)?pS({x:t.clientX,y:t.clientY}):e.target,input:t,source:i.payload,current:l.current.dropTargets});n.length&&(e.preventDefault(),pF({event:e,current:n})),h({dropTargets:n,input:t})}function p(){l.current.dropTargets.length&&h({dropTargets:[],input:l.current.input}),u.drop({current:l.current,updatedSourcePayload:null}),f()}function f(){pN.isActive=!1,c()}},pV=new Map;function pj(){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 p$(e,t){var n=t.attribute,r=t.value;return e.setAttribute(n,r),function(){return e.removeAttribute(n)}}function pH(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 pW(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pH(Object(n),!0).forEach(function(t){pC(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pH(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function pG(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 pq(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)?pq(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 pq(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 pU(e){return e.slice(0).reverse()}function pY(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 pX(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 pK=pI(function(){return navigator.userAgent.toLocaleLowerCase().includes("android")}),pQ="text/plain",pJ=new WeakMap,p0=(C=null,{bindEvents:function(){return C=null,(0,px.bind)(window,{type:"pointermove",listener:function(e){C={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,u=r.location.initial.input;i=({initial:null!==(l=C)&&void 0!==l?l:{x:u.clientX,y:u.clientY}}).initial,(o=document.createElement("div")).setAttribute(pb,"true"),a=pT({client:i}),Object.assign(o.style,pM(pM({backgroundColor:"transparent",position:"fixed",padding:0,margin:0,boxSizing:"border-box"},pD({clientRect:a})),{},{pointerEvents:"auto",zIndex:0x7fffffff})),document.body.appendChild(o),s=(0,px.bind)(window,{type:"pointermove",listener:function(e){a=pT({client:{x:e.clientX,y:e.clientY}}),Object.assign(o.style,pD({clientRect:a}))},options:{capture:!0}}),e=function(e){var t,n,r,i=e.current;if(s(),n=(t={client:i,clientRect:a}).client,r=t.clientRect,n.x>=r.x&&n.x<=r.x+r.width&&n.y>=r.y&&n.y<=r.y+r.height){o.remove();return}function l(){u(),o.remove()}var u=(0,px.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,h=r.location.current.input;null===(c=e)||void 0===c||c({current:{x:h.clientX,y:h.clientY}}),e=null,C=null}}}}),p1=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 pY(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)?pY(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 h,d=u[c];t.active.has(d)&&(null===(h=d[i])||void 0===h||h.call(d,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?pX(Object(n),!0).forEach(function(t){pC(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pX(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=pG(i.location.current.dropTargets);try{for(o.s();!(t=o.n()).done;){var a,s=t.value,l=r.get(s.element),u=pW(pW({},i),{},{self:s});null==l||null===(a=l[n])||void 0===a||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=pG(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),h=i.has(u.element),d=pW(pW({},n),{},{self:u});null==c||null===(s=c.onDropTargetChange)||void 0===s||s.call(c,d),h||null==c||null===(l=c.onDragLeave)||void 0===l||l.call(c,d)}}catch(e){a.e(e)}finally{a.f()}var p,f=pG(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=pW(pW({},n),{},{self:v}),x=r.get(v.element);null==x||null===(g=x.onDropTargetChange)||void 0===g||g.call(x,y),null==x||null===(m=x.onDragEnter)||void 0===m||m.call(x,y)}}}catch(e){f.e(e)}finally{f.f()}}};return{dropTargetForConsumers:function(e){return pj(p$(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,h=t.input,d=t.result,p=void 0===d?[]:d;if(null==c)return p;if(!(c instanceof Element))return c instanceof Node?e({source:u,target:c.parentElement,input:h,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:h,source:u,element:g.element};if(g.canDrop&&!g.canDrop(m))return e({source:u,target:g.element.parentElement,input:h,result:p});var v=null!==(i=null===(a=g.getData)||void 0===a?void 0:a.call(g,m))&&void 0!==i?i:{},y=null!==(s=null===(l=g.getDropEffect)||void 0===l?void 0:l.call(g,m))&&void 0!==s?s:n,x={data:v,element:g.element,dropEffect:y,isActiveDueToStickiness:!1};return e({source:u,target:g.element.parentElement,input:h,result:[].concat(pA(p),[x])})}({source:t,target:i,input:a});if(l.length>=s.length)return l;for(var u=pU(s),c=pU(l),h=[],d=0;d<u.length;d++){var p,f=u[d],g=c[d];if(null!=g){h.push(g);continue}var m=h[d-1],v=u[d-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)&&void 0!==p&&p.call(y,x)))break;h.push(pW(pW({},f),{},{isActiveDueToStickiness:!0}))}return pU(h)},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){pz({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=pV.get(t);if(r)return r.usageCount++,r;var i={typeKey:t,unmount:n(),usageCount:1};return pV.set(t,i),i}(e={typeKey:t,mount:function(){return n({canStart:pZ,start:u})}}),function(){r.usageCount--,!(r.usageCount>0)&&(r.unmount(),pV.delete(e.typeKey))}},dropTarget:s.dropTargetForConsumers,monitor:a.monitorForConsumers}}({typeKey:"element",defaultDropEffect:"move",mount:function(e){return pj(p0.bindEvents(),(0,px.bind)(document,{type:"dragstart",listener:function(t){if(e.canStart(t)&&!t.defaultPrevented&&t.dataTransfer){var n,r,i,o,a,s,l=t.target;if(!(l instanceof HTMLElement))return null;var u=pJ.get(l);if(!u)return null;var c=pE(t),h={element:u.element,dragHandle:null!==(n=u.dragHandle)&&void 0!==n?n:null,input:c};if(u.canDrag&&!u.canDrag(h))return t.preventDefault(),null;if(u.dragHandle){var d=pS({x:c.clientX,y:c.clientY});if(!u.dragHandle.contains(d))return t.preventDefault(),null}var p=null!==(r=null===(i=u.getInitialDataForExternal)||void 0===i?void 0:i.call(u,h))&&void 0!==r?r:null;if(p)for(var f=0,g=Object.entries(p);f<g.length;f++){var m=py(g[f],2),v=m[0],y=m[1];t.dataTransfer.setData(v,null!=y?y:"")}!pK()||t.dataTransfer.types.includes(pQ)||t.dataTransfer.types.includes("text/uri-list")||t.dataTransfer.setData(pQ,"pdnd:android-fallback"),t.dataTransfer.setData("application/vnd.pdnd","");var x={element:u.element,dragHandle:null!==(o=u.dragHandle)&&void 0!==o?o:null,data:null!==(a=null===(s=u.getInitialData)||void 0===s?void 0:s.call(u,h))&&void 0!==a?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=pJ.get(i.source.element))||void 0===t||null===(n=t[r])||void 0===n||n.call(t,i)},onPostDispatch:p0.getOnPostDispatch()}),p2=p1.dropTarget,p5=p1.monitor;function p3(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 p4(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p3(Object(n),!0).forEach(function(t){pC(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p3(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var p8={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)}},p6=Symbol("closestEdge");function p9(e){var t;return null!==(t=e[p6])&&void 0!==t?t:null}let p7={type:"idle"};function fe({elements:e,accessKey:t,axis:n="vertical",onChange:r}){return(0,eU.useEffect)(()=>p5({onDrop({location:i,source:o}){var a,s;let l=i.current.dropTargets[0];if(!l)return;let u=o.data,c=l.data,h=e.findIndex(e=>e[t]===u[t]),d=e.findIndex(e=>e[t]===c[t]);!(d<0)&&!(h<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=py(i.splice(n,1),1)[0];return i.splice(r,0,o),i}({list:(a={list:e,startIndex:h,indexOfTarget:d,closestEdgeOfTarget:p9(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 ft({children:e,data:t}){let n=(0,eU.useRef)(null),[r,i]=(0,eU.useState)(p7);return(0,eU.useEffect)(()=>{var e;let r=n.current;if(r)return pj((e={element:r,getInitialData:()=>t,onDragStart(){i({type:"is-dragging"})},onDrop(){i(p7)}},pj(p1.registerUsage(),(pJ.set(e.element,e),function(){pJ.delete(e.element)}),p$(e.element,{attribute:"draggable",value:"true"}))),p2({element:r,canDrop:({source:e})=>e.element!==r,getData:({input:e})=>{var n,i,o,a,s,l,u,c,h;return a=(n={element:r,input:e,allowedEdges:["top","bottom"]}).element,s=n.input,l=n.allowedEdges,u={x:s.clientX,y:s.clientY},c=a.getBoundingClientRect(),h=null!==(i=null===(o=l.map(function(e){return{edge:e,value:p8[e](c,u)}}).sort(function(e,t){return e.value-t.value})[0])||void 0===o?void 0:o.edge)&&void 0!==i?i:null,p4(p4({},t),{},pC({},p6,h))},getIsSticky:()=>!0,onDragEnter({self:e}){i({type:"is-dragging-over",closestEdge:p9(e.data)})},onDrag({self:e}){let t=p9(e.data);i(e=>"is-dragging-over"===e.type&&e.closestEdge===t?e:{type:"is-dragging-over",closestEdge:t})},onDragLeave(){i(p7)},onDrop(){i(p7)}}))},[t]),(0,eq.jsxs)(tb.Z,{ref:n,spacing:1,style:{opacity:"is-dragging"===r.type?.5:"unset"},children:["is-dragging-over"===r.type&&"top"===r.closestEdge?(0,eq.jsx)(pg,{}):null,e,"is-dragging-over"===r.type&&"bottom"===r.closestEdge?(0,eq.jsx)(pg,{}):null]})}var fn=n(1682);function fr(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 fi(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 fo=(0,eU.forwardRef)(function({onMoveUp:e,onMoveDown:t,onMoveLeft:n,onMoveRight:r,menuSx:i,...o},a){let[s,l]=(0,eU.useState)(null),u=!!s;function c(e){l(null),e?.()}return(0,eq.jsxs)(eq.Fragment,{children:[(0,eq.jsx)(tw.Z,{...o,ref:a,"aria-label":"move","aria-haspopup":!0,"aria-expanded":u,size:"small",onClick:function(e){l(e.currentTarget)},children:(0,eq.jsx)(fn.default,{})}),(e||t||n||r)&&(0,eq.jsxs)(rO,{id:"drag-button-menu",MenuListProps:{"aria-labelledby":"drag-button-menu"},anchorEl:s,open:u,onClose:()=>c(void 0),sx:i,children:[e&&(0,eq.jsx)(l4,{onClick:()=>c(e),children:"Move Up"}),t&&(0,eq.jsx)(l4,{onClick:()=>c(t),children:"Move Down"}),n&&(0,eq.jsx)(l4,{onClick:()=>c(n),children:"Move Left"}),r&&(0,eq.jsx)(l4,{onClick:()=>c(r),children:"Move Right"}),r&&(0,eq.jsx)(l4,{onClick:()=>c(r),children:"Move Right"})]})]})});var fa=n(9267),fs=n(4105);let fl={...eU}.useSyncExternalStore;function fu(e={}){let{themeId:t}=e;return function(e,n={}){let r=(0,fs.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,fa.Z)({name:"MuiUseMediaQuery",props:n,theme:r}),u="function"==typeof e?e(r):e;return(void 0!==fl?function(e,t,n,r,i){let o=eU.useCallback(()=>t,[t]),a=eU.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]=eU.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 fl(l,s,a)}:function(e,t,n,r,i){let[o,a]=eU.useState(()=>i&&n?n(e).matches:r?r(e).matches:t);return(0,tD.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)}}fu();var fc=n(2994);let fh=fu({themeId:fc.Z});function fd(e,t,n){let r=function(e,t,n){let r;let i=t.getBoundingClientRect(),o=n&&n.getBoundingClientRect(),a=(0,nL.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 fp=eU.forwardRef(function(e,t){let n=(0,nH.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:h,onEnter:d,onEntered:p,onEntering:f,onExit:g,onExited:m,onExiting:v,style:y,timeout:x=i,TransitionComponent:b=n$.ZP,...w}=e,S=eU.useRef(null),_=(0,tF.Z)(nA(s),S,t),C=e=>t=>{e&&(void 0===t?e(S.current):e(S.current,t))},k=C((e,t)=>{fd(u,e,l),(0,nW.n)(e),d&&d(e,t)}),M=C((e,t)=>{let r=(0,nW.C)({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)}),T=C(p),D=C(v),A=C(e=>{let t=(0,nW.C)({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),fd(u,e,l),g&&g(e)}),I=C(e=>{e.style.webkitTransition="",e.style.transition="",m&&m(e)}),P=eU.useCallback(()=>{S.current&&fd(u,S.current,l)},[u,l]);return eU.useEffect(()=>{if(h||"down"===u||"right"===u)return;let e=(0,nV.Z)(()=>{S.current&&fd(u,S.current,l)}),t=(0,nL.Z)(S.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[u,h,l]),eU.useEffect(()=>{h||P()},[h,P]),(0,eq.jsx)(b,{nodeRef:S,onEnter:k,onEntered:T,onEntering:M,onExit:A,onExited:I,onExiting:D,addEndListener:e=>{o&&o(S.current,e)},appear:a,in:h,timeout:x,...w,children:(e,{ownerState:t,...n})=>eU.cloneElement(s,{ref:_,style:{visibility:"exited"!==e||h?void 0:"hidden",...y,...s.props.style},...n})})});function ff(e){return(0,e8.ZP)("MuiDrawer",e)}(0,e4.Z)("MuiDrawer",["root","docked","paper","anchorLeft","anchorRight","anchorTop","anchorBottom","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom","paperAnchorDockedLeft","paperAnchorDockedRight","paperAnchorDockedTop","paperAnchorDockedBottom","modal"]);let fg=(e,t)=>{let{ownerState:n}=e;return[t.root,("permanent"===n.variant||"persistent"===n.variant)&&t.docked,t.modal]},fm=e=>{let{classes:t,anchor:n,variant:r}=e,i={root:["root",`anchor${(0,e0.Z)(n)}`],docked:[("permanent"===r||"persistent"===r)&&"docked"],modal:["modal"],paper:["paper",`paperAnchor${(0,e0.Z)(n)}`,"temporary"!==r&&`paperAnchorDocked${(0,e0.Z)(n)}`]};return(0,eK.Z)(i,ff,t)},fv=(0,e1.ZP)(rp,{name:"MuiDrawer",slot:"Root",overridesResolver:fg})((0,e2.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.drawer}))),fy=(0,e1.ZP)("div",{shouldForwardProp:ta.Z,name:"MuiDrawer",slot:"Docked",skipVariantsResolver:!1,overridesResolver:fg})({flex:"0 0 auto"}),fx=(0,e1.ZP)(rf.Z,{name:"MuiDrawer",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`paperAnchor${(0,e0.Z)(n.anchor)}`],"temporary"!==n.variant&&t[`paperAnchorDocked${(0,e0.Z)(n.anchor)}`]]}})((0,e2.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}`}}]}))),fb={left:"right",right:"left",top:"down",bottom:"up"},fw=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiDrawer"}),r=(0,nH.Z)(),i=(0,nP.V)(),o={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{anchor:a="left",BackdropProps:s,children:l,className:u,elevation:c=16,hideBackdrop:h=!1,ModalProps:{BackdropProps:d,...p}={},onClose:f,open:g=!1,PaperProps:m={},SlideProps:v,TransitionComponent:y,transitionDuration:x=o,variant:b="temporary",slots:w={},slotProps:S={},..._}=n,C=eU.useRef(!1);eU.useEffect(()=>{C.current=!0},[]);let k=function({direction:e},t){return"rtl"===e&&["left","right"].includes(t)?fb[t]:t}({direction:i?"rtl":"ltr"},a),M={...n,anchor:a,elevation:c,open:g,variant:b,..._},T=fm(M),D={slots:{transition:y,...w},slotProps:{paper:m,transition:v,...S,backdrop:(0,rm.Z)(S.backdrop||{...s,...d},{transitionDuration:x})}},[A,I]=(0,n5.Z)("root",{ref:t,elementType:fv,className:(0,eX.Z)(T.root,T.modal,u),shouldForwardComponentProp:!0,ownerState:M,externalForwardedProps:{...D,..._,...p},additionalProps:{open:g,onClose:f,hideBackdrop:h,slots:{backdrop:D.slots.backdrop},slotProps:{backdrop:D.slotProps.backdrop}}}),[P,O]=(0,n5.Z)("paper",{elementType:fx,shouldForwardComponentProp:!0,className:(0,eX.Z)(T.paper,m.className),ownerState:M,externalForwardedProps:D,additionalProps:{elevation:"temporary"===b?c:0,square:!0}}),[R,E]=(0,n5.Z)("docked",{elementType:fy,ref:t,className:(0,eX.Z)(T.root,T.docked,u),ownerState:M,externalForwardedProps:D,additionalProps:_}),[L,B]=(0,n5.Z)("transition",{elementType:fp,ownerState:M,externalForwardedProps:D,additionalProps:{in:g,direction:fb[k],timeout:x,appear:C.current}}),N=(0,eq.jsx)(P,{...O,children:l});if("permanent"===b)return(0,eq.jsx)(R,{...E,children:N});let Z=(0,eq.jsx)(L,{...B,children:N});return"persistent"===b?(0,eq.jsx)(R,{...E,children:Z}):(0,eq.jsx)(A,{...I,children:Z})}),fS=({anchor:e="right",isOpen:t,onClose:n,PaperProps:r,children:i,...o})=>{let a=fh("(max-width:1080px)");return(0,eq.jsx)(fw,{...o,open:t,onClose:n,anchor:e,PaperProps:{...r,sx:a7({width:a?"100%":"1080px",overflow:"hidden"},r?.sx)},children:i})};var f_=function(e,t){return(f_=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function fC(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}f_(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var fk=function(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1},fM=new function(){this.browser=new fk,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow="undefined"!=typeof window};"object"==typeof wx&&"function"==typeof wx.getSystemInfoSync?(fM.wxa=!0,fM.touchEventsSupported=!0):"undefined"==typeof document&&"undefined"!=typeof self?fM.worker=!0:"undefined"==typeof navigator||0===navigator.userAgent.indexOf("Node.js")?(fM.node=!0,fM.svgSupported=!0):(o=navigator.userAgent,s=(a=fM).browser,l=o.match(/Firefox\/([\d.]+)/),u=o.match(/MSIE\s([\d.]+)/)||o.match(/Trident\/.+?rv:(([\d.]+))/),c=o.match(/Edge?\/([\d.]+)/),h=/micromessenger/i.test(o),l&&(s.firefox=!0,s.version=l[1]),u&&(s.ie=!0,s.version=u[1]),c&&(s.edge=!0,s.version=c[1],s.newEdge=+c[1].split(".")[0]>18),h&&(s.weChat=!0),a.svgSupported="undefined"!=typeof SVGRect,a.touchEventsSupported="ontouchstart"in window&&!s.ie&&!s.edge,a.pointerEventsSupported="onpointerdown"in window&&(s.edge||s.ie&&+s.version>=11),a.domSupported="undefined"!=typeof document,d=document.documentElement.style,a.transform3dSupported=(s.ie&&"transition"in d||s.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in d)&&!("OTransition"in d),a.transformSupported=a.transform3dSupported||s.ie&&+s.version>=9);var fT="12px sans-serif",fD=function(e){var t={};if("undefined"==typeof JSON)return t;for(var n=0;n<e.length;n++){var r=String.fromCharCode(n+32),i=(e.charCodeAt(n)-20)/100;t[r]=i}return t}("007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N"),fA={createCanvas:function(){return"undefined"!=typeof document&&document.createElement("canvas")},measureText:function(e,t){if(!k){var n=fA.createCanvas();k=n&&n.getContext("2d")}if(k)return M!==t&&(M=k.font=t||fT),k.measureText(e);e=e||"",t=t||fT;var r=/(\d+)px/.exec(t),i=r&&+r[1]||12,o=0;if(t.indexOf("mono")>=0)o=i*e.length;else for(var a=0;a<e.length;a++){var s=fD[e[a]];o+=null==s?i:s*i}return{width:o}},loadImage:function(e,t,n){var r=new Image;return r.onload=t,r.onerror=n,r.src=e,r}},fI=fQ(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(e,t){return e["[object "+t+"]"]=!0,e},{}),fP=fQ(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(e,t){return e["[object "+t+"Array]"]=!0,e},{}),fO=Object.prototype.toString,fR=Array.prototype,fE=fR.forEach,fL=fR.filter,fB=fR.slice,fN=fR.map,fZ=(function(){}).constructor,fF=fZ?fZ.prototype:null,fz="__proto__",fV=2311;function fj(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];"undefined"!=typeof console&&console.error.apply(console,e)}function f$(e){if(null==e||"object"!=typeof e)return e;var t=e,n=fO.call(e);if("[object Array]"===n){if(!e[gc]){t=[];for(var r=0,i=e.length;r<i;r++)t[r]=f$(e[r])}}else if(fP[n]){if(!e[gc]){var o=e.constructor;if(o.from)t=o.from(e);else{t=new o(e.length);for(var r=0,i=e.length;r<i;r++)t[r]=e[r]}}}else{if(!fI[n]&&!e[gc]&&!gt(e))for(var a in t={},e)e.hasOwnProperty(a)&&a!==fz&&(t[a]=f$(e[a]))}return t}function fH(e,t,n){if(!f9(t)||!f9(e))return n?f$(t):e;for(var r in t)if(t.hasOwnProperty(r)&&r!==fz){var i=e[r],o=t[r];!(f9(o)&&f9(i))||f5(o)||f5(i)||gt(o)||gt(i)||f7(o)||f7(i)||o[gc]||i[gc]?!n&&r in e||(e[r]=f$(t[r])):fH(i,o,n)}return e}function fW(e,t){if(Object.assign)Object.assign(e,t);else for(var n in t)t.hasOwnProperty(n)&&n!==fz&&(e[n]=t[n]);return e}function fG(e,t,n){for(var r=f0(t),i=0;i<r.length;i++){var o=r[i];(n?null!=t[o]:null==e[o])&&(e[o]=t[o])}return e}function fq(e,t){if(e){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n}return -1}function fU(e,t,n){if(e="prototype"in e?e.prototype:e,t="prototype"in t?t.prototype:t,Object.getOwnPropertyNames)for(var r=Object.getOwnPropertyNames(t),i=0;i<r.length;i++){var o=r[i];"constructor"!==o&&(n?null!=t[o]:null==e[o])&&(e[o]=t[o])}else fG(e,t,n)}function fY(e){return!!e&&"string"!=typeof e&&"number"==typeof e.length}function fX(e,t,n){if(e&&t){if(e.forEach&&e.forEach===fE)e.forEach(t,n);else if(e.length===+e.length)for(var r=0,i=e.length;r<i;r++)t.call(n,e[r],r,e);else for(var o in e)e.hasOwnProperty(o)&&t.call(n,e[o],o,e)}}function fK(e,t,n){if(!e)return[];if(!t)return ga(e);if(e.map&&e.map===fN)return e.map(t,n);for(var r=[],i=0,o=e.length;i<o;i++)r.push(t.call(n,e[i],i,e));return r}function fQ(e,t,n,r){if(e&&t){for(var i=0,o=e.length;i<o;i++)n=t.call(r,n,e[i],i,e);return n}}function fJ(e,t,n){if(!e)return[];if(!t)return ga(e);if(e.filter&&e.filter===fL)return e.filter(t,n);for(var r=[],i=0,o=e.length;i<o;i++)t.call(n,e[i],i,e)&&r.push(e[i]);return r}function f0(e){if(!e)return[];if(Object.keys)return Object.keys(e);var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t}fA.createCanvas;var f1=fF&&f3(fF.bind)?fF.call.bind(fF.bind):function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return function(){return e.apply(t,n.concat(fB.call(arguments)))}};function f2(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return function(){return e.apply(this,t.concat(fB.call(arguments)))}}function f5(e){return Array.isArray?Array.isArray(e):"[object Array]"===fO.call(e)}function f3(e){return"function"==typeof e}function f4(e){return"string"==typeof e}function f8(e){return"[object String]"===fO.call(e)}function f6(e){return"number"==typeof e}function f9(e){var t=typeof e;return"function"===t||!!e&&"object"===t}function f7(e){return!!fI[fO.call(e)]}function ge(e){return!!fP[fO.call(e)]}function gt(e){return"object"==typeof e&&"number"==typeof e.nodeType&&"object"==typeof e.ownerDocument}function gn(e){return null!=e.colorStops}function gr(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e.length;n<r;n++)if(null!=e[n])return e[n]}function gi(e,t){return null!=e?e:t}function go(e,t,n){return null!=e?e:null!=t?t:n}function ga(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return fB.apply(e,t)}function gs(e){if("number"==typeof e)return[e,e,e,e];var t=e.length;return 2===t?[e[0],e[1],e[0],e[1]]:3===t?[e[0],e[1],e[2],e[1]]:e}function gl(e,t){if(!e)throw Error(t)}function gu(e){return null==e?null:"function"==typeof e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var gc="__ec_primitive__",gh=function(){function e(){this.data={}}return e.prototype.delete=function(e){var t=this.has(e);return t&&delete this.data[e],t},e.prototype.has=function(e){return this.data.hasOwnProperty(e)},e.prototype.get=function(e){return this.data[e]},e.prototype.set=function(e,t){return this.data[e]=t,this},e.prototype.keys=function(){return f0(this.data)},e.prototype.forEach=function(e){var t=this.data;for(var n in t)t.hasOwnProperty(n)&&e(t[n],n)},e}(),gd="function"==typeof Map,gp=function(){function e(t){var n=f5(t);this.data=gd?new Map:new gh;var r=this;function i(e,t){n?r.set(e,t):r.set(t,e)}t instanceof e?t.each(i):t&&fX(t,i)}return e.prototype.hasKey=function(e){return this.data.has(e)},e.prototype.get=function(e){return this.data.get(e)},e.prototype.set=function(e,t){return this.data.set(e,t),t},e.prototype.each=function(e,t){this.data.forEach(function(n,r){e.call(t,n,r)})},e.prototype.keys=function(){var e=this.data.keys();return gd?Array.from(e):e},e.prototype.removeKey=function(e){this.data.delete(e)},e}();function gf(e){return new gp(e)}function gg(e,t){var n;if(Object.create)n=Object.create(e);else{var r=function(){};r.prototype=e,n=new r}return t&&fW(n,t),n}function gm(e){var t=e.style;t.webkitUserSelect="none",t.userSelect="none",t.webkitTapHighlightColor="rgba(0,0,0,0)",t["-webkit-touch-callout"]="none"}function gv(e,t){return e.hasOwnProperty(t)}function gy(){}var gx=180/Math.PI,gb=function(e,t){return(gb=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function gw(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}gb(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function gS(e,t){return null==e&&(e=0),null==t&&(t=0),[e,t]}function g_(e,t,n){return e[0]=t[0]+n[0],e[1]=t[1]+n[1],e}function gC(e,t,n){return e[0]=t[0]-n[0],e[1]=t[1]-n[1],e}function gk(e,t,n){return e[0]=t[0]*n,e[1]=t[1]*n,e}function gM(e,t){var n,r=Math.sqrt((n=t)[0]*n[0]+n[1]*n[1]);return 0===r?(e[0]=0,e[1]=0):(e[0]=t[0]/r,e[1]=t[1]/r),e}function gT(e,t){return Math.sqrt((e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1]))}var gD=function(e,t){return(e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1])};function gA(e,t,n,r){return e[0]=t[0]+r*(n[0]-t[0]),e[1]=t[1]+r*(n[1]-t[1]),e}function gI(e,t,n){var r=t[0],i=t[1];return e[0]=n[0]*r+n[2]*i+n[4],e[1]=n[1]*r+n[3]*i+n[5],e}function gP(e,t,n){return e[0]=Math.min(t[0],n[0]),e[1]=Math.min(t[1],n[1]),e}function gO(e,t,n){return e[0]=Math.max(t[0],n[0]),e[1]=Math.max(t[1],n[1]),e}var gR=function(e,t){this.target=e,this.topTarget=t&&t.topTarget},gE=function(){function e(e){this.handler=e,e.on("mousedown",this._dragStart,this),e.on("mousemove",this._drag,this),e.on("mouseup",this._dragEnd,this)}return e.prototype._dragStart=function(e){for(var t=e.target;t&&!t.draggable;)t=t.parent||t.__hostTarget;t&&(this._draggingTarget=t,t.dragging=!0,this._x=e.offsetX,this._y=e.offsetY,this.handler.dispatchToElement(new gR(t,e),"dragstart",e.event))},e.prototype._drag=function(e){var t=this._draggingTarget;if(t){var n=e.offsetX,r=e.offsetY,i=n-this._x,o=r-this._y;this._x=n,this._y=r,t.drift(i,o,e),this.handler.dispatchToElement(new gR(t,e),"drag",e.event);var a=this.handler.findHover(n,r,t).target,s=this._dropTarget;this._dropTarget=a,t!==a&&(s&&a!==s&&this.handler.dispatchToElement(new gR(s,e),"dragleave",e.event),a&&a!==s&&this.handler.dispatchToElement(new gR(a,e),"dragenter",e.event))}},e.prototype._dragEnd=function(e){var t=this._draggingTarget;t&&(t.dragging=!1),this.handler.dispatchToElement(new gR(t,e),"dragend",e.event),this._dropTarget&&this.handler.dispatchToElement(new gR(this._dropTarget,e),"drop",e.event),this._draggingTarget=null,this._dropTarget=null},e}(),gL=function(){function e(e){e&&(this._$eventProcessor=e)}return e.prototype.on=function(e,t,n,r){this._$handlers||(this._$handlers={});var i=this._$handlers;if("function"==typeof t&&(r=n,n=t,t=null),!n||!e)return this;var o=this._$eventProcessor;null!=t&&o&&o.normalizeQuery&&(t=o.normalizeQuery(t)),i[e]||(i[e]=[]);for(var a=0;a<i[e].length;a++)if(i[e][a].h===n)return this;var s={h:n,query:t,ctx:r||this,callAtLast:n.zrEventfulCallAtLast},l=i[e].length-1,u=i[e][l];return u&&u.callAtLast?i[e].splice(l,0,s):i[e].push(s),this},e.prototype.isSilent=function(e){var t=this._$handlers;return!t||!t[e]||!t[e].length},e.prototype.off=function(e,t){var n=this._$handlers;if(!n)return this;if(!e)return this._$handlers={},this;if(t){if(n[e]){for(var r=[],i=0,o=n[e].length;i<o;i++)n[e][i].h!==t&&r.push(n[e][i]);n[e]=r}n[e]&&0===n[e].length&&delete n[e]}else delete n[e];return this},e.prototype.trigger=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(!this._$handlers)return this;var r=this._$handlers[e],i=this._$eventProcessor;if(r)for(var o=t.length,a=r.length,s=0;s<a;s++){var l=r[s];if(!i||!i.filter||null==l.query||i.filter(e,l.query))switch(o){case 0:l.h.call(l.ctx);break;case 1:l.h.call(l.ctx,t[0]);break;case 2:l.h.call(l.ctx,t[0],t[1]);break;default:l.h.apply(l.ctx,t)}}return i&&i.afterTrigger&&i.afterTrigger(e),this},e.prototype.triggerWithContext=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(!this._$handlers)return this;var r=this._$handlers[e],i=this._$eventProcessor;if(r)for(var o=t.length,a=t[o-1],s=r.length,l=0;l<s;l++){var u=r[l];if(!i||!i.filter||null==u.query||i.filter(e,u.query))switch(o){case 0:u.h.call(a);break;case 1:u.h.call(a,t[0]);break;case 2:u.h.call(a,t[0],t[1]);break;default:u.h.apply(a,t.slice(1,o-1))}}return i&&i.afterTrigger&&i.afterTrigger(e),this},e}(),gB=Math.log(2);function gN(e,t,n,r,i,o){var a=r+"-"+i,s=e.length;if(o.hasOwnProperty(a))return o[a];if(1===t){var l=Math.round(Math.log((1<<s)-1&~i)/gB);return e[n][l]}for(var u=r|1<<n,c=n+1;r&1<<c;)c++;for(var h=0,d=0,p=0;d<s;d++){var f=1<<d;!(f&i)&&(h+=(p%2?-1:1)*e[n][d]*gN(e,t-1,c,u,i|f,o),p++)}return o[a]=h,h}function gZ(e,t){var n=[[e[0],e[1],1,0,0,0,-t[0]*e[0],-t[0]*e[1]],[0,0,0,e[0],e[1],1,-t[1]*e[0],-t[1]*e[1]],[e[2],e[3],1,0,0,0,-t[2]*e[2],-t[2]*e[3]],[0,0,0,e[2],e[3],1,-t[3]*e[2],-t[3]*e[3]],[e[4],e[5],1,0,0,0,-t[4]*e[4],-t[4]*e[5]],[0,0,0,e[4],e[5],1,-t[5]*e[4],-t[5]*e[5]],[e[6],e[7],1,0,0,0,-t[6]*e[6],-t[6]*e[7]],[0,0,0,e[6],e[7],1,-t[7]*e[6],-t[7]*e[7]]],r={},i=gN(n,8,0,0,0,r);if(0!==i){for(var o=[],a=0;a<8;a++)for(var s=0;s<8;s++)null==o[s]&&(o[s]=0),o[s]+=((a+s)%2?-1:1)*gN(n,7,+(0===a),1<<a,1<<s,r)/i*t[a];return function(e,t,n){var r=t*o[6]+n*o[7]+1;e[0]=(t*o[0]+n*o[1]+o[2])/r,e[1]=(t*o[3]+n*o[4]+o[5])/r}}}var gF="___zrEVENTSAVED",gz=[];function gV(e,t,n,r,i){if(t.getBoundingClientRect&&fM.domSupported&&!gj(t)){var o=t[gF]||(t[gF]={}),a=function(e,t,n){for(var r=n?"invTrans":"trans",i=t[r],o=t.srcCoords,a=[],s=[],l=!0,u=0;u<4;u++){var c=e[u].getBoundingClientRect(),h=2*u,d=c.left,p=c.top;a.push(d,p),l=l&&o&&d===o[h]&&p===o[h+1],s.push(e[u].offsetLeft,e[u].offsetTop)}return l&&i?i:(t.srcCoords=a,t[r]=n?gZ(s,a):gZ(a,s))}(function(e,t){var n=t.markers;if(n)return n;n=t.markers=[];for(var r=["left","right"],i=["top","bottom"],o=0;o<4;o++){var a=document.createElement("div"),s=a.style,l=o%2,u=(o>>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",r[l]+":0",i[u]+":0",r[1-l]+":auto",i[1-u]+":auto",""].join("!important;"),e.appendChild(a),n.push(a)}return n}(t,o),o,i);if(a)return a(e,n,r),!0}return!1}function gj(e){return"CANVAS"===e.nodeName.toUpperCase()}var g$=/([&<>"'])/g,gH={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function gW(e){return null==e?"":(e+"").replace(g$,function(e,t){return gH[t]})}var gG=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,gq=[],gU=fM.browser.firefox&&39>+fM.browser.version.split(".")[0];function gY(e,t,n,r){return n=n||{},r?gX(e,t,n):gU&&null!=t.layerX&&t.layerX!==t.offsetX?(n.zrX=t.layerX,n.zrY=t.layerY):null!=t.offsetX?(n.zrX=t.offsetX,n.zrY=t.offsetY):gX(e,t,n),n}function gX(e,t,n){if(fM.domSupported&&e.getBoundingClientRect){var r=t.clientX,i=t.clientY;if(gj(e)){var o=e.getBoundingClientRect();n.zrX=r-o.left,n.zrY=i-o.top;return}if(gV(gq,e,r,i)){n.zrX=gq[0],n.zrY=gq[1];return}}n.zrX=n.zrY=0}function gK(e){return e||window.event}function gQ(e,t,n){if(null!=(t=gK(t)).zrX)return t;var r=t.type;if(r&&r.indexOf("touch")>=0){var i="touchend"!==r?t.targetTouches[0]:t.changedTouches[0];i&&gY(e,i,t,n)}else{gY(e,t,t,n);var o=function(e){var t=e.wheelDelta;if(t)return t;var n=e.deltaX,r=e.deltaY;return null==n||null==r?t:3*(0!==r?Math.abs(r):Math.abs(n))*(r>0?-1:r<0?1:n>0?-1:1)}(t);t.zrDelta=o?o/120:-(t.detail||0)/3}var a=t.button;return null==t.which&&void 0!==a&&gG.test(t.type)&&(t.which=1&a?1:2&a?3:4&a?2:0),t}function gJ(e,t,n,r){e.addEventListener(t,n,r)}var g0=function(e){e.preventDefault(),e.stopPropagation(),e.cancelBubble=!0};function g1(e){return 2===e.which||3===e.which}var g2=function(){function e(){this._track=[]}return e.prototype.recognize=function(e,t,n){return this._doTrack(e,t,n),this._recognize(e)},e.prototype.clear=function(){return this._track.length=0,this},e.prototype._doTrack=function(e,t,n){var r=e.touches;if(r){for(var i={points:[],touches:[],target:t,event:e},o=0,a=r.length;o<a;o++){var s=r[o],l=gY(n,s,{});i.points.push([l.zrX,l.zrY]),i.touches.push(s)}this._track.push(i)}},e.prototype._recognize=function(e){for(var t in g3)if(g3.hasOwnProperty(t)){var n=g3[t](this._track,e);if(n)return n}},e}();function g5(e){var t=e[1][0]-e[0][0],n=e[1][1]-e[0][1];return Math.sqrt(t*t+n*n)}var g3={pinch:function(e,t){var n=e.length;if(n){var r=(e[n-1]||{}).points,i=(e[n-2]||{}).points||r;if(i&&i.length>1&&r&&r.length>1){var o=g5(r)/g5(i);isFinite(o)||(o=1),t.pinchScale=o;var a=[(r[0][0]+r[1][0])/2,(r[0][1]+r[1][1])/2];return t.pinchX=a[0],t.pinchY=a[1],{type:"pinch",target:e[0].target,event:t}}}}};function g4(){return[1,0,0,1,0,0]}function g8(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=1,e[4]=0,e[5]=0,e}function g6(e,t,n){var r=t[0]*n[0]+t[2]*n[1],i=t[1]*n[0]+t[3]*n[1],o=t[0]*n[2]+t[2]*n[3],a=t[1]*n[2]+t[3]*n[3],s=t[0]*n[4]+t[2]*n[5]+t[4],l=t[1]*n[4]+t[3]*n[5]+t[5];return e[0]=r,e[1]=i,e[2]=o,e[3]=a,e[4]=s,e[5]=l,e}function g9(e,t,n){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4]+n[0],e[5]=t[5]+n[1],e}function g7(e,t,n,r){void 0===r&&(r=[0,0]);var i=t[0],o=t[2],a=t[4],s=t[1],l=t[3],u=t[5],c=Math.sin(n),h=Math.cos(n);return e[0]=i*h+s*c,e[1]=-i*c+s*h,e[2]=o*h+l*c,e[3]=-o*c+h*l,e[4]=h*(a-r[0])+c*(u-r[1])+r[0],e[5]=h*(u-r[1])-c*(a-r[0])+r[1],e}function me(e,t){var n=t[0],r=t[2],i=t[4],o=t[1],a=t[3],s=t[5],l=n*a-o*r;return l?(l=1/l,e[0]=a*l,e[1]=-o*l,e[2]=-r*l,e[3]=n*l,e[4]=(r*s-a*i)*l,e[5]=(o*i-n*s)*l,e):null}let mt=function(){function e(e,t){this.x=e||0,this.y=t||0}return e.prototype.copy=function(e){return this.x=e.x,this.y=e.y,this},e.prototype.clone=function(){return new e(this.x,this.y)},e.prototype.set=function(e,t){return this.x=e,this.y=t,this},e.prototype.equal=function(e){return e.x===this.x&&e.y===this.y},e.prototype.add=function(e){return this.x+=e.x,this.y+=e.y,this},e.prototype.scale=function(e){this.x*=e,this.y*=e},e.prototype.scaleAndAdd=function(e,t){this.x+=e.x*t,this.y+=e.y*t},e.prototype.sub=function(e){return this.x-=e.x,this.y-=e.y,this},e.prototype.dot=function(e){return this.x*e.x+this.y*e.y},e.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},e.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},e.prototype.normalize=function(){var e=this.len();return this.x/=e,this.y/=e,this},e.prototype.distance=function(e){var t=this.x-e.x,n=this.y-e.y;return Math.sqrt(t*t+n*n)},e.prototype.distanceSquare=function(e){var t=this.x-e.x,n=this.y-e.y;return t*t+n*n},e.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},e.prototype.transform=function(e){if(e){var t=this.x,n=this.y;return this.x=e[0]*t+e[2]*n+e[4],this.y=e[1]*t+e[3]*n+e[5],this}},e.prototype.toArray=function(e){return e[0]=this.x,e[1]=this.y,e},e.prototype.fromArray=function(e){this.x=e[0],this.y=e[1]},e.set=function(e,t,n){e.x=t,e.y=n},e.copy=function(e,t){e.x=t.x,e.y=t.y},e.len=function(e){return Math.sqrt(e.x*e.x+e.y*e.y)},e.lenSquare=function(e){return e.x*e.x+e.y*e.y},e.dot=function(e,t){return e.x*t.x+e.y*t.y},e.add=function(e,t,n){e.x=t.x+n.x,e.y=t.y+n.y},e.sub=function(e,t,n){e.x=t.x-n.x,e.y=t.y-n.y},e.scale=function(e,t,n){e.x=t.x*n,e.y=t.y*n},e.scaleAndAdd=function(e,t,n,r){e.x=t.x+n.x*r,e.y=t.y+n.y*r},e.lerp=function(e,t,n,r){var i=1-r;e.x=i*t.x+r*n.x,e.y=i*t.y+r*n.y},e}();var mn=Math.min,mr=Math.max,mi=new mt,mo=new mt,ma=new mt,ms=new mt,ml=new mt,mu=new mt;let mc=function(){function e(e,t,n,r){n<0&&(e+=n,n=-n),r<0&&(t+=r,r=-r),this.x=e,this.y=t,this.width=n,this.height=r}return e.prototype.union=function(e){var t=mn(e.x,this.x),n=mn(e.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=mr(e.x+e.width,this.x+this.width)-t:this.width=e.width,isFinite(this.y)&&isFinite(this.height)?this.height=mr(e.y+e.height,this.y+this.height)-n:this.height=e.height,this.x=t,this.y=n},e.prototype.applyTransform=function(t){e.applyTransform(this,this,t)},e.prototype.calculateTransform=function(e){var t,n,r,i=e.width/this.width,o=e.height/this.height,a=g4();return g9(a,a,[-this.x,-this.y]),n=(t=[i,o])[0],r=t[1],a[0]=a[0]*n,a[1]=a[1]*r,a[2]=a[2]*n,a[3]=a[3]*r,a[4]=a[4]*n,a[5]=a[5]*r,g9(a,a,[e.x,e.y]),a},e.prototype.intersect=function(t,n){if(!t)return!1;t instanceof e||(t=e.create(t));var r=this.x,i=this.x+this.width,o=this.y,a=this.y+this.height,s=t.x,l=t.x+t.width,u=t.y,c=t.y+t.height,h=!(i<s||l<r||a<u||c<o);if(n){var d=1/0,p=0,f=Math.abs(i-s),g=Math.abs(l-r),m=Math.abs(a-u),v=Math.abs(c-o),y=Math.min(f,g),x=Math.min(m,v);i<s||l<r?y>p&&(p=y,f<g?mt.set(mu,-f,0):mt.set(mu,g,0)):y<d&&(d=y,f<g?mt.set(ml,f,0):mt.set(ml,-g,0)),a<u||c<o?x>p&&(p=x,m<v?mt.set(mu,0,-m):mt.set(mu,0,v)):y<d&&(d=y,m<v?mt.set(ml,0,m):mt.set(ml,0,-v))}return n&&mt.copy(n,h?ml:mu),h},e.prototype.contain=function(e,t){return e>=this.x&&e<=this.x+this.width&&t>=this.y&&t<=this.y+this.height},e.prototype.clone=function(){return new e(this.x,this.y,this.width,this.height)},e.prototype.copy=function(t){e.copy(this,t)},e.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},e.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},e.prototype.isZero=function(){return 0===this.width||0===this.height},e.create=function(t){return new e(t.x,t.y,t.width,t.height)},e.copy=function(e,t){e.x=t.x,e.y=t.y,e.width=t.width,e.height=t.height},e.applyTransform=function(t,n,r){if(!r){t!==n&&e.copy(t,n);return}if(r[1]<1e-5&&r[1]>-1e-5&&r[2]<1e-5&&r[2]>-1e-5){var i=r[0],o=r[3],a=r[4],s=r[5];t.x=n.x*i+a,t.y=n.y*o+s,t.width=n.width*i,t.height=n.height*o,t.width<0&&(t.x+=t.width,t.width=-t.width),t.height<0&&(t.y+=t.height,t.height=-t.height);return}mi.x=ma.x=n.x,mi.y=ms.y=n.y,mo.x=ms.x=n.x+n.width,mo.y=ma.y=n.y+n.height,mi.transform(r),ms.transform(r),mo.transform(r),ma.transform(r),t.x=mn(mi.x,mo.x,ma.x,ms.x),t.y=mn(mi.y,mo.y,ma.y,ms.y);var l=mr(mi.x,mo.x,ma.x,ms.x),u=mr(mi.y,mo.y,ma.y,ms.y);t.width=l-t.x,t.height=u-t.y},e}();var mh="silent";function md(){g0(this.event)}var mp=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handler=null,t}return gw(t,e),t.prototype.dispose=function(){},t.prototype.setCursor=function(){},t}(gL),mf=function(e,t){this.x=e,this.y=t},mg=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],mm=new mc(0,0,0,0),mv=function(e){function t(t,n,r,i,o){var a=e.call(this)||this;return a._hovered=new mf(0,0),a.storage=t,a.painter=n,a.painterRoot=i,a._pointerSize=o,r=r||new mp,a.proxy=null,a.setHandlerProxy(r),a._draggingMgr=new gE(a),a}return gw(t,e),t.prototype.setHandlerProxy=function(e){this.proxy&&this.proxy.dispose(),e&&(fX(mg,function(t){e.on&&e.on(t,this[t],this)},this),e.handler=this),this.proxy=e},t.prototype.mousemove=function(e){var t=e.zrX,n=e.zrY,r=mx(this,t,n),i=this._hovered,o=i.target;o&&!o.__zr&&(o=(i=this.findHover(i.x,i.y)).target);var a=this._hovered=r?new mf(t,n):this.findHover(t,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(i,"mouseout",e),this.dispatchToElement(a,"mousemove",e),s&&s!==o&&this.dispatchToElement(a,"mouseover",e)},t.prototype.mouseout=function(e){var t=e.zrEventControl;"only_globalout"!==t&&this.dispatchToElement(this._hovered,"mouseout",e),"no_globalout"!==t&&this.trigger("globalout",{type:"globalout",event:e})},t.prototype.resize=function(){this._hovered=new mf(0,0)},t.prototype.dispatch=function(e,t){var n=this[e];n&&n.call(this,t)},t.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},t.prototype.setCursorStyle=function(e){var t=this.proxy;t.setCursor&&t.setCursor(e)},t.prototype.dispatchToElement=function(e,t,n){var r,i=(e=e||{}).target;if(!i||!i.silent){for(var o="on"+t,a={type:t,event:n,target:(r=e).target,topTarget:r.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:md};i&&(i[o]&&(a.cancelBubble=!!i[o].call(i,a)),i.trigger(t,a),i=i.__hostTarget?i.__hostTarget:i.parent,!a.cancelBubble););!a.cancelBubble&&(this.trigger(t,a),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer(function(e){"function"==typeof e[o]&&e[o].call(e,a),e.trigger&&e.trigger(t,a)}))}},t.prototype.findHover=function(e,t,n){var r=this.storage.getDisplayList(),i=new mf(e,t);if(my(r,i,e,t,n),this._pointerSize&&!i.target){for(var o=[],a=this._pointerSize,s=a/2,l=new mc(e-s,t-s,a,a),u=r.length-1;u>=0;u--){var c=r[u];c===n||c.ignore||c.ignoreCoarsePointer||c.parent&&c.parent.ignoreCoarsePointer||(mm.copy(c.getBoundingRect()),c.transform&&mm.applyTransform(c.transform),mm.intersect(l)&&o.push(c))}if(o.length){for(var h=Math.PI/12,d=2*Math.PI,p=0;p<s;p+=4)for(var f=0;f<d;f+=h)if(my(o,i,e+p*Math.cos(f),t+p*Math.sin(f),n),i.target)return i}}return i},t.prototype.processGesture=function(e,t){this._gestureMgr||(this._gestureMgr=new g2);var n=this._gestureMgr;"start"===t&&n.clear();var r=n.recognize(e,this.findHover(e.zrX,e.zrY,null).target,this.proxy.dom);if("end"===t&&n.clear(),r){var i=r.type;e.gestureEvent=i;var o=new mf;o.target=r.target,this.dispatchToElement(o,i,r.event)}},t}(gL);function my(e,t,n,r,i){for(var o=e.length-1;o>=0;o--){var a=e[o],s=void 0;if(a!==i&&!a.ignore&&(s=function(e,t,n){if(e[e.rectHover?"rectContain":"contain"](t,n)){for(var r=e,i=void 0,o=!1;r;){if(r.ignoreClip&&(o=!0),!o){var a=r.getClipPath();if(a&&!a.contain(t,n))return!1}r.silent&&(i=!0),r=r.__hostTarget||r.parent}return!i||mh}return!1}(a,n,r))&&(t.topTarget||(t.topTarget=a),s!==mh)){t.target=a;break}}}function mx(e,t,n){var r=e.painter;return t<0||t>r.getWidth()||n<0||n>r.getHeight()}function mb(e,t,n,r){var i=t+1;if(i===n)return 1;if(0>r(e[i++],e[t])){for(;i<n&&0>r(e[i],e[i-1]);)i++;!function(e,t,n){for(n--;t<n;){var r=e[t];e[t++]=e[n],e[n--]=r}}(e,t,i)}else for(;i<n&&r(e[i],e[i-1])>=0;)i++;return i-t}function mw(e,t,n,r,i){for(r===t&&r++;r<n;r++){for(var o,a=e[r],s=t,l=r;s<l;)0>i(a,e[o=s+l>>>1])?l=o:s=o+1;var u=r-s;switch(u){case 3:e[s+3]=e[s+2];case 2:e[s+2]=e[s+1];case 1:e[s+1]=e[s];break;default:for(;u>0;)e[s+u]=e[s+u-1],u--}e[s]=a}}function mS(e,t,n,r,i,o){var a=0,s=0,l=1;if(o(e,t[n+i])>0){for(s=r-i;l<s&&o(e,t[n+i+l])>0;)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s),a+=i,l+=i}else{for(s=i+1;l<s&&0>=o(e,t[n+i-l]);)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s);var u=a;a=i-l,l=i-u}for(a++;a<l;){var c=a+(l-a>>>1);o(e,t[n+c])>0?a=c+1:l=c}return l}function m_(e,t,n,r,i,o){var a=0,s=0,l=1;if(0>o(e,t[n+i])){for(s=i+1;l<s&&0>o(e,t[n+i-l]);)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s);var u=a;a=i-l,l=i-u}else{for(s=r-i;l<s&&o(e,t[n+i+l])>=0;)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s),a+=i,l+=i}for(a++;a<l;){var c=a+(l-a>>>1);0>o(e,t[n+c])?l=c:a=c+1}return l}function mC(e,t,n,r){n||(n=0),r||(r=e.length);var i=r-n;if(!(i<2)){var o=0;if(i<32){o=mb(e,n,r,t),mw(e,n,r,n+o,t);return}var a=function(e,t){var n,r,i=7,o=0,a=[];function s(s){var l=n[s],u=r[s],c=n[s+1],h=r[s+1];r[s]=u+h,s===o-3&&(n[s+1]=n[s+2],r[s+1]=r[s+2]),o--;var d=m_(e[c],e,l,u,0,t);l+=d,0!=(u-=d)&&0!==(h=mS(e[l+u-1],e,c,h,h-1,t))&&(u<=h?function(n,r,o,s){var l,u,c,h=0;for(h=0;h<r;h++)a[h]=e[n+h];var d=0,p=o,f=n;if(e[f++]=e[p++],0==--s){for(h=0;h<r;h++)e[f+h]=a[d+h];return}if(1===r){for(h=0;h<s;h++)e[f+h]=e[p+h];e[f+s]=a[d];return}for(var g=i;;){l=0,u=0,c=!1;do if(0>t(e[p],a[d])){if(e[f++]=e[p++],u++,l=0,0==--s){c=!0;break}}else if(e[f++]=a[d++],l++,u=0,1==--r){c=!0;break}while((l|u)<g);if(c)break;do{if(0!==(l=m_(e[p],a,d,r,0,t))){for(h=0;h<l;h++)e[f+h]=a[d+h];if(f+=l,d+=l,(r-=l)<=1){c=!0;break}}if(e[f++]=e[p++],0==--s){c=!0;break}if(0!==(u=mS(a[d],e,p,s,0,t))){for(h=0;h<u;h++)e[f+h]=e[p+h];if(f+=u,p+=u,0==(s-=u)){c=!0;break}}if(e[f++]=a[d++],1==--r){c=!0;break}g--}while(l>=7||u>=7);if(c)break;g<0&&(g=0),g+=2}if((i=g)<1&&(i=1),1===r){for(h=0;h<s;h++)e[f+h]=e[p+h];e[f+s]=a[d]}else if(0===r)throw Error();else for(h=0;h<r;h++)e[f+h]=a[d+h]}(l,u,c,h):function(n,r,o,s){var l=0;for(l=0;l<s;l++)a[l]=e[o+l];var u=n+r-1,c=s-1,h=o+s-1,d=0,p=0;if(e[h--]=e[u--],0==--r){for(l=0,d=h-(s-1);l<s;l++)e[d+l]=a[l];return}if(1===s){for(h-=r,u-=r,p=h+1,d=u+1,l=r-1;l>=0;l--)e[p+l]=e[d+l];e[h]=a[c];return}for(var f=i;;){var g=0,m=0,v=!1;do if(0>t(a[c],e[u])){if(e[h--]=e[u--],g++,m=0,0==--r){v=!0;break}}else if(e[h--]=a[c--],m++,g=0,1==--s){v=!0;break}while((g|m)<f);if(v)break;do{if(0!=(g=r-m_(a[c],e,n,r,r-1,t))){for(h-=g,u-=g,r-=g,p=h+1,d=u+1,l=g-1;l>=0;l--)e[p+l]=e[d+l];if(0===r){v=!0;break}}if(e[h--]=a[c--],1==--s){v=!0;break}if(0!=(m=s-mS(e[u],a,0,s,s-1,t))){for(h-=m,c-=m,s-=m,p=h+1,d=c+1,l=0;l<m;l++)e[p+l]=a[d+l];if(s<=1){v=!0;break}}if(e[h--]=e[u--],0==--r){v=!0;break}f--}while(g>=7||m>=7);if(v)break;f<0&&(f=0),f+=2}if((i=f)<1&&(i=1),1===s){for(h-=r,u-=r,p=h+1,d=u+1,l=r-1;l>=0;l--)e[p+l]=e[d+l];e[h]=a[c]}else if(0===s)throw Error();else for(l=0,d=h-(s-1);l<s;l++)e[d+l]=a[l]}(l,u,c,h))}return n=[],r=[],{mergeRuns:function(){for(;o>1;){var e=o-2;if(e>=1&&r[e-1]<=r[e]+r[e+1]||e>=2&&r[e-2]<=r[e]+r[e-1])r[e-1]<r[e+1]&&e--;else if(r[e]>r[e+1])break;s(e)}},forceMergeRuns:function(){for(;o>1;){var e=o-2;e>0&&r[e-1]<r[e+1]&&e--,s(e)}},pushRun:function(e,t){n[o]=e,r[o]=t,o+=1}}}(e,t),s=function(e){for(var t=0;e>=32;)t|=1&e,e>>=1;return e+t}(i);do{if((o=mb(e,n,r,t))<s){var l=i;l>s&&(l=s),mw(e,n,n+l,n+o,t),o=l}a.pushRun(n,o),a.mergeRuns(),i-=o,n+=o}while(0!==i);a.forceMergeRuns()}}fX(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(e){mv.prototype[e]=function(t){var n,r,i=t.zrX,o=t.zrY,a=mx(this,i,o);if("mouseup"===e&&a||(r=(n=this.findHover(i,o)).target),"mousedown"===e)this._downEl=r,this._downPoint=[t.zrX,t.zrY],this._upEl=r;else if("mouseup"===e)this._upEl=r;else if("click"===e){if(this._downEl!==this._upEl||!this._downPoint||gT(this._downPoint,[t.zrX,t.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,e,t)}});var mk=!1;function mM(){!mk&&(mk=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function mT(e,t){return e.zlevel===t.zlevel?e.z===t.z?e.z2-t.z2:e.z-t.z:e.zlevel-t.zlevel}var mD=function(){function e(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=mT}return e.prototype.traverse=function(e,t){for(var n=0;n<this._roots.length;n++)this._roots[n].traverse(e,t)},e.prototype.getDisplayList=function(e,t){t=t||!1;var n=this._displayList;return(e||!n.length)&&this.updateDisplayList(t),n},e.prototype.updateDisplayList=function(e){this._displayListLen=0;for(var t=this._roots,n=this._displayList,r=0,i=t.length;r<i;r++)this._updateAndAddDisplayable(t[r],null,e);n.length=this._displayListLen,mC(n,mT)},e.prototype._updateAndAddDisplayable=function(e,t,n){if(!e.ignore||n){e.beforeUpdate(),e.update(),e.afterUpdate();var r=e.getClipPath();if(e.ignoreClip)t=null;else if(r){t=t?t.slice():[];for(var i=r,o=e;i;)i.parent=o,i.updateTransform(),t.push(i),o=i,i=i.getClipPath()}if(e.childrenRef){for(var a=e.childrenRef(),s=0;s<a.length;s++){var l=a[s];e.__dirty&&(l.__dirty|=1),this._updateAndAddDisplayable(l,t,n)}e.__dirty=0}else t&&t.length?e.__clipPaths=t:e.__clipPaths&&e.__clipPaths.length>0&&(e.__clipPaths=[]),isNaN(e.z)&&(mM(),e.z=0),isNaN(e.z2)&&(mM(),e.z2=0),isNaN(e.zlevel)&&(mM(),e.zlevel=0),this._displayList[this._displayListLen++]=e;var u=e.getDecalElement&&e.getDecalElement();u&&this._updateAndAddDisplayable(u,t,n);var c=e.getTextGuideLine();c&&this._updateAndAddDisplayable(c,t,n);var h=e.getTextContent();h&&this._updateAndAddDisplayable(h,t,n)}},e.prototype.addRoot=function(e){(!e.__zr||e.__zr.storage!==this)&&this._roots.push(e)},e.prototype.delRoot=function(e){if(e instanceof Array){for(var t=0,n=e.length;t<n;t++)this.delRoot(e[t]);return}var r=fq(this._roots,e);r>=0&&this._roots.splice(r,1)},e.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},e.prototype.getRoots=function(){return this._roots},e.prototype.dispose=function(){this._displayList=null,this._roots=null},e}();es=fM.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(e){return setTimeout(e,16)};var mA={linear:function(e){return e},quadraticIn:function(e){return e*e},quadraticOut:function(e){return e*(2-e)},quadraticInOut:function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)},cubicIn:function(e){return e*e*e},cubicOut:function(e){return--e*e*e+1},cubicInOut:function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},quarticIn:function(e){return e*e*e*e},quarticOut:function(e){return 1- --e*e*e*e},quarticInOut:function(e){return(e*=2)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},quinticIn:function(e){return e*e*e*e*e},quinticOut:function(e){return--e*e*e*e*e+1},quinticInOut:function(e){return(e*=2)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},sinusoidalIn:function(e){return 1-Math.cos(e*Math.PI/2)},sinusoidalOut:function(e){return Math.sin(e*Math.PI/2)},sinusoidalInOut:function(e){return .5*(1-Math.cos(Math.PI*e))},exponentialIn:function(e){return 0===e?0:Math.pow(1024,e-1)},exponentialOut:function(e){return 1===e?1:1-Math.pow(2,-10*e)},exponentialInOut:function(e){return 0===e?0:1===e?1:(e*=2)<1?.5*Math.pow(1024,e-1):.5*(-Math.pow(2,-10*(e-1))+2)},circularIn:function(e){return 1-Math.sqrt(1-e*e)},circularOut:function(e){return Math.sqrt(1- --e*e)},circularInOut:function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},elasticIn:function(e){var t,n=.1;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=.1):t=.4*Math.asin(1/n)/(2*Math.PI),-(n*Math.pow(2,10*(e-=1))*Math.sin(2*Math.PI*(e-t)/.4)))},elasticOut:function(e){var t,n=.1;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=.1):t=.4*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*e)*Math.sin(2*Math.PI*(e-t)/.4)+1)},elasticInOut:function(e){var t,n=.1;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=.1):t=.4*Math.asin(1/n)/(2*Math.PI),(e*=2)<1)?-.5*(n*Math.pow(2,10*(e-=1))*Math.sin(2*Math.PI*(e-t)/.4)):n*Math.pow(2,-10*(e-=1))*Math.sin(2*Math.PI*(e-t)/.4)*.5+1},backIn:function(e){return e*e*(2.70158*e-1.70158)},backOut:function(e){return--e*e*(2.70158*e+1.70158)+1},backInOut:function(e){return(e*=2)<1?e*e*(3.5949095*e-2.5949095)*.5:.5*((e-=2)*e*(3.5949095*e+2.5949095)+2)},bounceIn:function(e){return 1-mA.bounceOut(1-e)},bounceOut:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},bounceInOut:function(e){return e<.5?.5*mA.bounceIn(2*e):.5*mA.bounceOut(2*e-1)+.5}},mI=Math.pow,mP=Math.sqrt,mO=mP(3),mR=1/3,mE=gS(),mL=gS(),mB=gS();function mN(e){return e>-1e-8&&e<1e-8}function mZ(e){return e>1e-8||e<-1e-8}function mF(e,t,n,r,i){var o=1-i;return o*o*(o*e+3*i*t)+i*i*(i*r+3*o*n)}function mz(e,t,n,r,i){var o=1-i;return 3*(((t-e)*o+2*(n-t)*i)*o+(r-n)*i*i)}function mV(e,t,n,r,i,o){var a=r+3*(t-n)-e,s=3*(n-2*t+e),l=3*(t-e),u=e-i,c=s*s-3*a*l,h=s*l-9*a*u,d=l*l-3*s*u,p=0;if(mN(c)&&mN(h)){if(mN(s))o[0]=0;else{var f=-l/s;f>=0&&f<=1&&(o[p++]=f)}}else{var g=h*h-4*c*d;if(mN(g)){var m=h/c,f=-s/a+m,v=-m/2;f>=0&&f<=1&&(o[p++]=f),v>=0&&v<=1&&(o[p++]=v)}else if(g>0){var y=mP(g),x=c*s+1.5*a*(-h+y),b=c*s+1.5*a*(-h-y),f=(-s-((x=x<0?-mI(-x,mR):mI(x,mR))+(b=b<0?-mI(-b,mR):mI(b,mR))))/(3*a);f>=0&&f<=1&&(o[p++]=f)}else{var w=Math.acos((2*c*s-3*a*h)/(2*mP(c*c*c)))/3,S=mP(c),_=Math.cos(w),f=(-s-2*S*_)/(3*a),v=(-s+S*(_+mO*Math.sin(w)))/(3*a),C=(-s+S*(_-mO*Math.sin(w)))/(3*a);f>=0&&f<=1&&(o[p++]=f),v>=0&&v<=1&&(o[p++]=v),C>=0&&C<=1&&(o[p++]=C)}}return p}function mj(e,t,n,r,i){var o=6*n-12*t+6*e,a=9*t+3*r-3*e-9*n,s=3*t-3*e,l=0;if(mN(a)){if(mZ(o)){var u=-s/o;u>=0&&u<=1&&(i[l++]=u)}}else{var c=o*o-4*a*s;if(mN(c))i[0]=-o/(2*a);else if(c>0){var h=mP(c),u=(-o+h)/(2*a),d=(-o-h)/(2*a);u>=0&&u<=1&&(i[l++]=u),d>=0&&d<=1&&(i[l++]=d)}}return l}function m$(e,t,n,r,i,o){var a=(t-e)*i+e,s=(n-t)*i+t,l=(r-n)*i+n,u=(s-a)*i+a,c=(l-s)*i+s,h=(c-u)*i+u;o[0]=e,o[1]=a,o[2]=u,o[3]=h,o[4]=h,o[5]=c,o[6]=l,o[7]=r}function mH(e,t,n,r){var i=1-r;return i*(i*e+2*r*t)+r*r*n}function mW(e,t,n,r){return 2*((1-r)*(t-e)+r*(n-t))}function mG(e,t,n){var r=e+n-2*t;return 0===r?.5:(e-t)/r}function mq(e,t,n,r,i){var o=(t-e)*r+e,a=(n-t)*r+t,s=(a-o)*r+o;i[0]=e,i[1]=o,i[2]=s,i[3]=s,i[4]=a,i[5]=n}var mU=/cubic-bezier\(([0-9,\.e ]+)\)/;function mY(e){var t=e&&mU.exec(e);if(t){var n=t[1].split(","),r=+gu(n[0]),i=+gu(n[1]),o=+gu(n[2]),a=+gu(n[3]);if(isNaN(r+i+o+a))return;var s=[];return function(e){return e<=0?0:e>=1?1:mV(0,r,o,1,e,s)&&mF(0,i,a,1,s[0])}}}var mX=function(){function e(e){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=e.life||1e3,this._delay=e.delay||0,this.loop=e.loop||!1,this.onframe=e.onframe||gy,this.ondestroy=e.ondestroy||gy,this.onrestart=e.onrestart||gy,e.easing&&this.setEasing(e.easing)}return e.prototype.step=function(e,t){if(this._inited||(this._startTime=e+this._delay,this._inited=!0),this._paused){this._pausedTime+=t;return}var n=this._life,r=e-this._startTime-this._pausedTime,i=r/n;i<0&&(i=0),i=Math.min(i,1);var o=this.easingFunc,a=o?o(i):i;if(this.onframe(a),1===i){if(!this.loop)return!0;this._startTime=e-r%n,this._pausedTime=0,this.onrestart()}return!1},e.prototype.pause=function(){this._paused=!0},e.prototype.resume=function(){this._paused=!1},e.prototype.setEasing=function(e){this.easing=e,this.easingFunc=f3(e)?e:mA[e]||mY(e)},e}(),mK=function(e){this.value=e},mQ=function(){function e(){this._len=0}return e.prototype.insert=function(e){var t=new mK(e);return this.insertEntry(t),t},e.prototype.insertEntry=function(e){this.head?(this.tail.next=e,e.prev=this.tail,e.next=null,this.tail=e):this.head=this.tail=e,this._len++},e.prototype.remove=function(e){var t=e.prev,n=e.next;t?t.next=n:this.head=n,n?n.prev=t:this.tail=t,e.next=e.prev=null,this._len--},e.prototype.len=function(){return this._len},e.prototype.clear=function(){this.head=this.tail=null,this._len=0},e}(),mJ=function(){function e(e){this._list=new mQ,this._maxSize=10,this._map={},this._maxSize=e}return e.prototype.put=function(e,t){var n=this._list,r=this._map,i=null;if(null==r[e]){var o=n.len(),a=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var s=n.head;n.remove(s),delete r[s.key],i=s.value,this._lastRemovedEntry=s}a?a.value=t:a=new mK(t),a.key=e,n.insertEntry(a),r[e]=a}return i},e.prototype.get=function(e){var t=this._map[e],n=this._list;if(null!=t)return t!==n.tail&&(n.remove(t),n.insertEntry(t)),t.value},e.prototype.clear=function(){this._list.clear(),this._map={}},e.prototype.len=function(){return this._list.len()},e}(),m0={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function m1(e){return(e=Math.round(e))<0?0:e>255?255:e}function m2(e){return e<0?0:e>1?1:e}function m5(e){return e.length&&"%"===e.charAt(e.length-1)?m1(parseFloat(e)/100*255):m1(parseInt(e,10))}function m3(e){return e.length&&"%"===e.charAt(e.length-1)?m2(parseFloat(e)/100):m2(parseFloat(e))}function m4(e,t,n){return(n<0?n+=1:n>1&&(n-=1),6*n<1)?e+(t-e)*n*6:2*n<1?t:3*n<2?e+(t-e)*(2/3-n)*6:e}function m8(e,t,n,r,i){return e[0]=t,e[1]=n,e[2]=r,e[3]=i,e}function m6(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e}var m9=new mJ(20),m7=null;function ve(e,t){m7&&m6(m7,t),m7=m9.put(e,m7||t.slice())}function vt(e,t){if(e){t=t||[];var n=m9.get(e);if(n)return m6(t,n);var r=(e+="").replace(/ /g,"").toLowerCase();if(r in m0)return m6(t,m0[r]),ve(e,t),t;var i=r.length;if("#"===r.charAt(0)){if(4===i||5===i){var o=parseInt(r.slice(1,4),16);if(!(o>=0&&o<=4095)){m8(t,0,0,0,1);return}return m8(t,(3840&o)>>4|(3840&o)>>8,240&o|(240&o)>>4,15&o|(15&o)<<4,5===i?parseInt(r.slice(4),16)/15:1),ve(e,t),t}if(7===i||9===i){var o=parseInt(r.slice(1,7),16);if(!(o>=0&&o<=0xffffff)){m8(t,0,0,0,1);return}return m8(t,(0xff0000&o)>>16,(65280&o)>>8,255&o,9===i?parseInt(r.slice(7),16)/255:1),ve(e,t),t}return}var a=r.indexOf("("),s=r.indexOf(")");if(-1!==a&&s+1===i){var l=r.substr(0,a),u=r.substr(a+1,s-(a+1)).split(","),c=1;switch(l){case"rgba":if(4!==u.length)return 3===u.length?m8(t,+u[0],+u[1],+u[2],1):m8(t,0,0,0,1);c=m3(u.pop());case"rgb":if(u.length>=3)return m8(t,m5(u[0]),m5(u[1]),m5(u[2]),3===u.length?c:m3(u[3])),ve(e,t),t;m8(t,0,0,0,1);return;case"hsla":if(4!==u.length){m8(t,0,0,0,1);return}return u[3]=m3(u[3]),vn(u,t),ve(e,t),t;case"hsl":if(3!==u.length){m8(t,0,0,0,1);return}return vn(u,t),ve(e,t),t;default:return}}m8(t,0,0,0,1)}}function vn(e,t){var n=(parseFloat(e[0])%360+360)%360/360,r=m3(e[1]),i=m3(e[2]),o=i<=.5?i*(r+1):i+r-i*r,a=2*i-o;return m8(t=t||[],m1(255*m4(a,o,n+1/3)),m1(255*m4(a,o,n)),m1(255*m4(a,o,n-1/3)),1),4===e.length&&(t[3]=e[3]),t}function vr(e,t){var n=vt(e);if(n){for(var r=0;r<3;r++)t<0?n[r]=n[r]*(1-t)|0:n[r]=(255-n[r])*t+n[r]|0,n[r]>255?n[r]=255:n[r]<0&&(n[r]=0);return vs(n,4===n.length?"rgba":"rgb")}}function vi(e,t,n){if(t&&t.length&&e>=0&&e<=1){n=n||[];var r,i,o,a,s=e*(t.length-1),l=Math.floor(s),u=Math.ceil(s),c=t[l],h=t[u],d=s-l;return n[0]=m1((r=c[0],r+(h[0]-r)*d)),n[1]=m1((i=c[1],i+(h[1]-i)*d)),n[2]=m1((o=c[2],o+(h[2]-o)*d)),n[3]=m2((a=c[3],a+(h[3]-a)*d)),n}}function vo(e,t,n,r){var i,o=vt(e);if(e)return o=function(e){if(e){var t,n,r=e[0]/255,i=e[1]/255,o=e[2]/255,a=Math.min(r,i,o),s=Math.max(r,i,o),l=s-a,u=(s+a)/2;if(0===l)t=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-r)/6+l/2)/l,h=((s-i)/6+l/2)/l,d=((s-o)/6+l/2)/l;r===s?t=d-h:i===s?t=1/3+c-d:o===s&&(t=2/3+h-c),t<0&&(t+=1),t>1&&(t-=1)}var p=[360*t,n,u];return null!=e[3]&&p.push(e[3]),p}}(o),null!=t&&(o[0]=(i=Math.round(i=t))<0?0:i>360?360:i),null!=n&&(o[1]=m3(n)),null!=r&&(o[2]=m3(r)),vs(vn(o),"rgba")}function va(e,t){var n=vt(e);if(n&&null!=t)return n[3]=m2(t),vs(n,"rgba")}function vs(e,t){if(e&&e.length){var n=e[0]+","+e[1]+","+e[2];return("rgba"===t||"hsva"===t||"hsla"===t)&&(n+=","+e[3]),t+"("+n+")"}}function vl(e,t){var n=vt(e);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*t:0}var vu=new mJ(100);function vc(e){if(f4(e)){var t=vu.get(e);return t||(t=vr(e,-.1),vu.put(e,t)),t}if(gn(e)){var n=fW({},e);return n.colorStops=fK(e.colorStops,function(e){return{offset:e.offset,color:vr(e.color,-.1)}}),n}return e}fM.hasGlobalWindow&&f3(window.btoa);var vh=Array.prototype.slice;function vd(e,t,n,r){for(var i,o=t.length,a=0;a<o;a++)e[a]=(i=t[a],(n[a]-i)*r+i);return e}function vp(e,t,n,r){for(var i=t.length,o=0;o<i;o++)e[o]=t[o]+n[o]*r;return e}function vf(e,t,n,r){for(var i=t.length,o=i&&t[0].length,a=0;a<i;a++){e[a]||(e[a]=[]);for(var s=0;s<o;s++)e[a][s]=t[a][s]+n[a][s]*r}return e}function vg(e){if(fY(e)){var t=e.length;if(fY(e[0])){for(var n=[],r=0;r<t;r++)n.push(vh.call(e[r]));return n}return vh.call(e)}return e}function vm(e){return e[0]=Math.floor(e[0])||0,e[1]=Math.floor(e[1])||0,e[2]=Math.floor(e[2])||0,e[3]=null==e[3]?1:e[3],"rgba("+e.join(",")+")"}function vv(e){return 4===e||5===e}function vy(e){return 1===e||2===e}var vx=[0,0,0,0],vb=function(){function e(e){this.keyframes=[],this.discrete=!1,this._invalid=!1,this._needsSort=!1,this._lastFr=0,this._lastFrP=0,this.propName=e}return e.prototype.isFinished=function(){return this._finished},e.prototype.setFinished=function(){this._finished=!0,this._additiveTrack&&this._additiveTrack.setFinished()},e.prototype.needsAnimate=function(){return this.keyframes.length>=1},e.prototype.getAdditiveTrack=function(){return this._additiveTrack},e.prototype.addKeyframe=function(e,t,n){this._needsSort=!0;var r=this.keyframes,i=r.length,o=!1,a=6,s=t;if(fY(t)){var l=fY(t&&t[0])?2:1;a=l,(1!==l||f6(t[0]))&&(2!==l||f6(t[0][0]))||(o=!0)}else if(f6(t)&&t==t)a=0;else if(f4(t)){if(isNaN(+t)){var u=vt(t);u&&(s=u,a=3)}else a=0}else if(gn(t)){var c=fW({},s);(c.colorStops=fK(t.colorStops,function(e){return{offset:e.offset,color:vt(e.color)}}),"linear"===t.type)?a=4:"radial"===t.type&&(a=5),s=c}0===i?this.valType=a:(a!==this.valType||6===a)&&(o=!0),this.discrete=this.discrete||o;var h={time:e,value:s,rawValue:t,percent:0};return n&&(h.easing=n,h.easingFunc=f3(n)?n:mA[n]||mY(n)),r.push(h),h},e.prototype.prepare=function(e,t){var n=this.keyframes;this._needsSort&&n.sort(function(e,t){return e.time-t.time});for(var r=this.valType,i=n.length,o=n[i-1],a=this.discrete,s=vy(r),l=vv(r),u=0;u<i;u++){var c=n[u],h=c.value,d=o.value;c.percent=c.time/e,!a&&(s&&u!==i-1?function(e,t,n){if(e.push&&t.push){var r=e.length,i=t.length;if(r!==i){if(r>i)e.length=i;else for(var o=r;o<i;o++)e.push(1===n?t[o]:vh.call(t[o]))}for(var a=e[0]&&e[0].length,o=0;o<e.length;o++)if(1===n)isNaN(e[o])&&(e[o]=t[o]);else for(var s=0;s<a;s++)isNaN(e[o][s])&&(e[o][s]=t[o][s])}}(h,d,r):l&&function(e,t){for(var n=e.length,r=t.length,i=n>r?t:e,o=Math.min(n,r),a=i[o-1]||{color:[0,0,0,0],offset:0},s=o;s<Math.max(n,r);s++)i.push({offset:a.offset,color:a.color.slice()})}(h.colorStops,d.colorStops))}if(!a&&5!==r&&t&&this.needsAnimate()&&t.needsAnimate()&&r===t.valType&&!t._finished){this._additiveTrack=t;for(var p=n[0].value,u=0;u<i;u++)0===r?n[u].additiveValue=n[u].value-p:3===r?n[u].additiveValue=vp([],n[u].value,p,-1):vy(r)&&(n[u].additiveValue=1===r?vp([],n[u].value,p,-1):vf([],n[u].value,p,-1))}},e.prototype.step=function(e,t){if(!this._finished){this._additiveTrack&&this._additiveTrack._finished&&(this._additiveTrack=null);var n,r,i,o=null!=this._additiveTrack,a=o?"additiveValue":"value",s=this.valType,l=this.keyframes,u=l.length,c=this.propName,h=3===s,d=this._lastFr,p=Math.min;if(1===u)r=i=l[0];else{if(t<0)n=0;else if(t<this._lastFrP){for(n=p(d+1,u-1);n>=0&&!(l[n].percent<=t);n--);n=p(n,u-2)}else{for(n=d;n<u&&!(l[n].percent>t);n++);n=p(n-1,u-2)}i=l[n+1],r=l[n]}if(r&&i){this._lastFr=n,this._lastFrP=t;var f=i.percent-r.percent,g=0===f?1:p((t-r.percent)/f,1);i.easingFunc&&(g=i.easingFunc(g));var m=o?this._additiveValue:h?vx:e[c];if((vy(s)||h)&&!m&&(m=this._additiveValue=[]),this.discrete)e[c]=g<1?r.rawValue:i.rawValue;else if(vy(s))1===s?vd(m,r[a],i[a],g):function(e,t,n,r){for(var i=t.length,o=i&&t[0].length,a=0;a<i;a++){e[a]||(e[a]=[]);for(var s,l=0;l<o;l++)e[a][l]=(s=t[a][l],(n[a][l]-s)*r+s)}return e}(m,r[a],i[a],g);else if(vv(s)){var v,y,x,b,w,S=r[a],_=i[a],C=4===s;(e[c]={type:C?"linear":"radial",x:(v=S.x,(_.x-v)*g+v),y:(y=S.y,(_.y-y)*g+y),colorStops:fK(S.colorStops,function(e,t){var n,r=_.colorStops[t];return{offset:(n=e.offset,(r.offset-n)*g+n),color:vm(vd([],e.color,r.color,g))}}),global:_.global},C)?(e[c].x2=(x=S.x2,(_.x2-x)*g+x),e[c].y2=(b=S.y2,(_.y2-b)*g+b)):e[c].r=(w=S.r,(_.r-w)*g+w)}else if(h)vd(m,r[a],i[a],g),o||(e[c]=vm(m));else{var k,M=(k=r[a],(i[a]-k)*g+k);o?this._additiveValue=M:e[c]=M}o&&this._addToTarget(e)}}},e.prototype._addToTarget=function(e){var t=this.valType,n=this.propName,r=this._additiveValue;0===t?e[n]=e[n]+r:3===t?(vt(e[n],vx),vp(vx,vx,r,1),e[n]=vm(vx)):1===t?vp(e[n],e[n],r,1):2===t&&vf(e[n],e[n],r,1)},e}(),vw=function(){function e(e,t,n,r){if(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=e,this._loop=t,t&&r){fj("Can' use additive animation on looped animation.");return}this._additiveAnimators=r,this._allowDiscrete=n}return e.prototype.getMaxTime=function(){return this._maxTime},e.prototype.getDelay=function(){return this._delay},e.prototype.getLoop=function(){return this._loop},e.prototype.getTarget=function(){return this._target},e.prototype.changeTarget=function(e){this._target=e},e.prototype.when=function(e,t,n){return this.whenWithKeys(e,t,f0(t),n)},e.prototype.whenWithKeys=function(e,t,n,r){for(var i=this._tracks,o=0;o<n.length;o++){var a=n[o],s=i[a];if(!s){s=i[a]=new vb(a);var l=void 0,u=this._getAdditiveTrack(a);if(u){var c=u.keyframes,h=c[c.length-1];l=h&&h.value,3===u.valType&&l&&(l=vm(l))}else l=this._target[a];if(null==l)continue;e>0&&s.addKeyframe(0,vg(l),r),this._trackKeys.push(a)}s.addKeyframe(e,vg(t[a]),r)}return this._maxTime=Math.max(this._maxTime,e),this},e.prototype.pause=function(){this._clip.pause(),this._paused=!0},e.prototype.resume=function(){this._clip.resume(),this._paused=!1},e.prototype.isPaused=function(){return!!this._paused},e.prototype.duration=function(e){return this._maxTime=e,this._force=!0,this},e.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var e=this._doneCbs;if(e)for(var t=e.length,n=0;n<t;n++)e[n].call(this)},e.prototype._abortedCallback=function(){this._setTracksFinished();var e=this.animation,t=this._abortedCbs;if(e&&e.removeClip(this._clip),this._clip=null,t)for(var n=0;n<t.length;n++)t[n].call(this)},e.prototype._setTracksFinished=function(){for(var e=this._tracks,t=this._trackKeys,n=0;n<t.length;n++)e[t[n]].setFinished()},e.prototype._getAdditiveTrack=function(e){var t,n=this._additiveAnimators;if(n)for(var r=0;r<n.length;r++){var i=n[r].getTrack(e);i&&(t=i)}return t},e.prototype.start=function(e){if(!(this._started>0)){this._started=1;for(var t=this,n=[],r=this._maxTime||0,i=0;i<this._trackKeys.length;i++){var o=this._trackKeys[i],a=this._tracks[o],s=this._getAdditiveTrack(o),l=a.keyframes,u=l.length;if(a.prepare(r,s),a.needsAnimate()){if(!this._allowDiscrete&&a.discrete){var c=l[u-1];c&&(t._target[a.propName]=c.rawValue),a.setFinished()}else n.push(a)}}if(n.length||this._force){var h=new mX({life:r,loop:this._loop,delay:this._delay||0,onframe:function(e){t._started=2;var r=t._additiveAnimators;if(r){for(var i=!1,o=0;o<r.length;o++)if(r[o]._clip){i=!0;break}i||(t._additiveAnimators=null)}for(var o=0;o<n.length;o++)n[o].step(t._target,e);var a=t._onframeCbs;if(a)for(var o=0;o<a.length;o++)a[o](t._target,e)},ondestroy:function(){t._doneCallback()}});this._clip=h,this.animation&&this.animation.addClip(h),e&&h.setEasing(e)}else this._doneCallback();return this}},e.prototype.stop=function(e){if(this._clip){var t=this._clip;e&&t.onframe(1),this._abortedCallback()}},e.prototype.delay=function(e){return this._delay=e,this},e.prototype.during=function(e){return e&&(this._onframeCbs||(this._onframeCbs=[]),this._onframeCbs.push(e)),this},e.prototype.done=function(e){return e&&(this._doneCbs||(this._doneCbs=[]),this._doneCbs.push(e)),this},e.prototype.aborted=function(e){return e&&(this._abortedCbs||(this._abortedCbs=[]),this._abortedCbs.push(e)),this},e.prototype.getClip=function(){return this._clip},e.prototype.getTrack=function(e){return this._tracks[e]},e.prototype.getTracks=function(){var e=this;return fK(this._trackKeys,function(t){return e._tracks[t]})},e.prototype.stopTracks=function(e,t){if(!e.length||!this._clip)return!0;for(var n=this._tracks,r=this._trackKeys,i=0;i<e.length;i++){var o=n[e[i]];o&&!o.isFinished()&&(t?o.step(this._target,1):1===this._started&&o.step(this._target,0),o.setFinished())}for(var a=!0,i=0;i<r.length;i++)if(!n[r[i]].isFinished()){a=!1;break}return a&&this._abortedCallback(),a},e.prototype.saveTo=function(e,t,n){if(e){t=t||this._trackKeys;for(var r=0;r<t.length;r++){var i=t[r],o=this._tracks[i];if(!(!o||o.isFinished())){var a=o.keyframes,s=a[n?0:a.length-1];s&&(e[i]=vg(s.rawValue))}}}},e.prototype.__changeFinalValue=function(e,t){t=t||f0(e);for(var n=0;n<t.length;n++){var r=t[n],i=this._tracks[r];if(i){var o=i.keyframes;if(o.length>1){var a=o.pop();i.addKeyframe(a.time,e[r]),i.prepare(this._maxTime,i.getAdditiveTrack())}}}},e}();function vS(){return new Date().getTime()}var v_=function(e){function t(t){var n=e.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,t=t||{},n.stage=t.stage||{},n}return gw(t,e),t.prototype.addClip=function(e){e.animation&&this.removeClip(e),this._head?(this._tail.next=e,e.prev=this._tail,e.next=null,this._tail=e):this._head=this._tail=e,e.animation=this},t.prototype.addAnimator=function(e){e.animation=this;var t=e.getClip();t&&this.addClip(t)},t.prototype.removeClip=function(e){if(e.animation){var t=e.prev,n=e.next;t?t.next=n:this._head=n,n?n.prev=t:this._tail=t,e.next=e.prev=e.animation=null}},t.prototype.removeAnimator=function(e){var t=e.getClip();t&&this.removeClip(t),e.animation=null},t.prototype.update=function(e){for(var t=vS()-this._pausedTime,n=t-this._time,r=this._head;r;){var i=r.next;r.step(t,n)&&(r.ondestroy(),this.removeClip(r)),r=i}this._time=t,!e&&(this.trigger("frame",n),this.stage.update&&this.stage.update())},t.prototype._startLoop=function(){var e=this;this._running=!0,es(function t(){e._running&&(es(t),e._paused||e.update())})},t.prototype.start=function(){!this._running&&(this._time=vS(),this._pausedTime=0,this._startLoop())},t.prototype.stop=function(){this._running=!1},t.prototype.pause=function(){this._paused||(this._pauseStart=vS(),this._paused=!0)},t.prototype.resume=function(){this._paused&&(this._pausedTime+=vS()-this._pauseStart,this._paused=!1)},t.prototype.clear=function(){for(var e=this._head;e;){var t=e.next;e.prev=e.next=e.animation=null,e=t}this._head=this._tail=null},t.prototype.isFinished=function(){return null==this._head},t.prototype.animate=function(e,t){t=t||{},this.start();var n=new vw(e,t.loop);return this.addAnimator(n),n},t}(gL),vC=fM.domSupported,vk=(D={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},A=fK(T=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],function(e){var t=e.replace("mouse","pointer");return D.hasOwnProperty(t)?t:e}),{mouse:T,touch:["touchstart","touchend","touchmove"],pointer:A}),vM={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},vT=!1;function vD(e){var t=e.pointerType;return"pen"===t||"touch"===t}function vA(e){e&&(e.zrByTouch=!0)}function vI(e,t){for(var n=t,r=!1;n&&9!==n.nodeType&&!(r=n.domBelongToZr||n!==t&&n===e.painterRoot);)n=n.parentNode;return r}var vP=function(e,t){this.stopPropagation=gy,this.stopImmediatePropagation=gy,this.preventDefault=gy,this.type=t.type,this.target=this.currentTarget=e.dom,this.pointerType=t.pointerType,this.clientX=t.clientX,this.clientY=t.clientY},vO={mousedown:function(e){e=gQ(this.dom,e),this.__mayPointerCapture=[e.zrX,e.zrY],this.trigger("mousedown",e)},mousemove:function(e){e=gQ(this.dom,e);var t=this.__mayPointerCapture;t&&(e.zrX!==t[0]||e.zrY!==t[1])&&this.__togglePointerCapture(!0),this.trigger("mousemove",e)},mouseup:function(e){e=gQ(this.dom,e),this.__togglePointerCapture(!1),this.trigger("mouseup",e)},mouseout:function(e){vI(this,(e=gQ(this.dom,e)).toElement||e.relatedTarget)||(this.__pointerCapturing&&(e.zrEventControl="no_globalout"),this.trigger("mouseout",e))},wheel:function(e){vT=!0,e=gQ(this.dom,e),this.trigger("mousewheel",e)},mousewheel:function(e){!vT&&(e=gQ(this.dom,e),this.trigger("mousewheel",e))},touchstart:function(e){vA(e=gQ(this.dom,e)),this.__lastTouchMoment=new Date,this.handler.processGesture(e,"start"),vO.mousemove.call(this,e),vO.mousedown.call(this,e)},touchmove:function(e){vA(e=gQ(this.dom,e)),this.handler.processGesture(e,"change"),vO.mousemove.call(this,e)},touchend:function(e){vA(e=gQ(this.dom,e)),this.handler.processGesture(e,"end"),vO.mouseup.call(this,e),+new Date-+this.__lastTouchMoment<300&&vO.click.call(this,e)},pointerdown:function(e){vO.mousedown.call(this,e)},pointermove:function(e){vD(e)||vO.mousemove.call(this,e)},pointerup:function(e){vO.mouseup.call(this,e)},pointerout:function(e){vD(e)||vO.mouseout.call(this,e)}};fX(["click","dblclick","contextmenu"],function(e){vO[e]=function(t){t=gQ(this.dom,t),this.trigger(e,t)}});var vR={pointermove:function(e){vD(e)||vR.mousemove.call(this,e)},pointerup:function(e){vR.mouseup.call(this,e)},mousemove:function(e){this.trigger("mousemove",e)},mouseup:function(e){var t=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger("mouseup",e),t&&(e.zrEventControl="only_globalout",this.trigger("mouseout",e))}};function vE(e,t,n,r){e.mounted[t]=n,e.listenerOpts[t]=r,gJ(e.domTarget,t,n,r)}function vL(e){var t=e.mounted;for(var n in t)t.hasOwnProperty(n)&&function(e,t,n,r){e.removeEventListener(t,n,r)}(e.domTarget,n,t[n],e.listenerOpts[n]);e.mounted={}}var vB=function(e,t){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=e,this.domHandlers=t},vN=function(e){function t(t,n){var r,i,o=e.call(this)||this;return o.__pointerCapturing=!1,o.dom=t,o.painterRoot=n,o._localHandlerScope=new vB(t,vO),vC&&(o._globalHandlerScope=new vB(document,vR)),i=(r=o._localHandlerScope).domHandlers,fM.pointerEventsSupported?fX(vk.pointer,function(e){vE(r,e,function(t){i[e].call(o,t)})}):(fM.touchEventsSupported&&fX(vk.touch,function(e){vE(r,e,function(t){i[e].call(o,t),r.touching=!0,null!=r.touchTimer&&(clearTimeout(r.touchTimer),r.touchTimer=null),r.touchTimer=setTimeout(function(){r.touching=!1,r.touchTimer=null},700)})}),fX(vk.mouse,function(e){vE(r,e,function(t){t=gK(t),r.touching||i[e].call(o,t)})})),o}return gw(t,e),t.prototype.dispose=function(){vL(this._localHandlerScope),vC&&vL(this._globalHandlerScope)},t.prototype.setCursor=function(e){this.dom.style&&(this.dom.style.cursor=e||"default")},t.prototype.__togglePointerCapture=function(e){if(this.__mayPointerCapture=null,vC&&+this.__pointerCapturing^+e){this.__pointerCapturing=e;var t=this._globalHandlerScope;e?function(e,t){fM.pointerEventsSupported?fX(vM.pointer,n):fM.touchEventsSupported||fX(vM.mouse,n);function n(n){vE(t,n,function(r){if(!vI(e,(r=gK(r)).target)){var i;i=r,r=gQ(e.dom,new vP(e,i),!0),t.domHandlers[n].call(e,r)}},{capture:!0})}}(this,t):vL(t)}},t}(gL),vZ=1;fM.hasGlobalWindow&&(vZ=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var vF=vZ,vz="#333",vV="#ccc";function vj(e){return e>5e-5||e<-5e-5}var v$=[],vH=[],vW=g4(),vG=Math.abs,vq=function(){var e;function t(){}return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(e){this.x=e[0],this.y=e[1]},t.prototype.setScale=function(e){this.scaleX=e[0],this.scaleY=e[1]},t.prototype.setSkew=function(e){this.skewX=e[0],this.skewY=e[1]},t.prototype.setOrigin=function(e){this.originX=e[0],this.originY=e[1]},t.prototype.needLocalTransform=function(){return vj(this.rotation)||vj(this.x)||vj(this.y)||vj(this.scaleX-1)||vj(this.scaleY-1)||vj(this.skewX)||vj(this.skewY)},t.prototype.updateTransform=function(){var e,t=this.parent&&this.parent.transform,n=this.needLocalTransform(),r=this.transform;if(!(n||t)){r&&(g8(r),this.invTransform=null);return}r=r||g4(),n?this.getLocalTransform(r):g8(r),t&&(n?g6(r,t,r):((e=r)[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4],e[5]=t[5])),this.transform=r,this._resolveGlobalScaleRatio(r)},t.prototype._resolveGlobalScaleRatio=function(e){var t=this.globalScaleRatio;if(null!=t&&1!==t){this.getGlobalScale(v$);var n=v$[0]<0?-1:1,r=v$[1]<0?-1:1,i=((v$[0]-n)*t+n)/v$[0]||0,o=((v$[1]-r)*t+r)/v$[1]||0;e[0]*=i,e[1]*=i,e[2]*=o,e[3]*=o}this.invTransform=this.invTransform||g4(),me(this.invTransform,e)},t.prototype.getComputedTransform=function(){for(var e=this,t=[];e;)t.push(e),e=e.parent;for(;e=t.pop();)e.updateTransform();return this.transform},t.prototype.setLocalTransform=function(e){if(e){var t=e[0]*e[0]+e[1]*e[1],n=e[2]*e[2]+e[3]*e[3],r=Math.atan2(e[1],e[0]),i=Math.PI/2+r-Math.atan2(e[3],e[2]);n=Math.sqrt(n)*Math.cos(i),t=Math.sqrt(t),this.skewX=i,this.skewY=0,this.rotation=-r,this.x=+e[4],this.y=+e[5],this.scaleX=t,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var e=this.parent,t=this.transform;e&&e.transform&&(e.invTransform=e.invTransform||g4(),g6(vH,e.invTransform,t),t=vH);var n=this.originX,r=this.originY;(n||r)&&(vW[4]=n,vW[5]=r,g6(vH,t,vW),vH[4]-=n,vH[5]-=r,t=vH),this.setLocalTransform(t)}},t.prototype.getGlobalScale=function(e){var t=this.transform;return(e=e||[],t)?(e[0]=Math.sqrt(t[0]*t[0]+t[1]*t[1]),e[1]=Math.sqrt(t[2]*t[2]+t[3]*t[3]),t[0]<0&&(e[0]=-e[0]),t[3]<0&&(e[1]=-e[1])):(e[0]=1,e[1]=1),e},t.prototype.transformCoordToLocal=function(e,t){var n=[e,t],r=this.invTransform;return r&&gI(n,n,r),n},t.prototype.transformCoordToGlobal=function(e,t){var n=[e,t],r=this.transform;return r&&gI(n,n,r),n},t.prototype.getLineScale=function(){var e=this.transform;return e&&vG(e[0]-1)>1e-10&&vG(e[3]-1)>1e-10?Math.sqrt(vG(e[0]*e[3]-e[2]*e[1])):1},t.prototype.copyTransform=function(e){(function(e,t){for(var n=0;n<vU.length;n++){var r=vU[n];e[r]=t[r]}})(this,e)},t.getLocalTransform=function(e,t){t=t||[];var n=e.originX||0,r=e.originY||0,i=e.scaleX,o=e.scaleY,a=e.anchorX,s=e.anchorY,l=e.rotation||0,u=e.x,c=e.y,h=e.skewX?Math.tan(e.skewX):0,d=e.skewY?Math.tan(-e.skewY):0;if(n||r||a||s){var p=n+a,f=r+s;t[4]=-p*i-h*f*o,t[5]=-f*o-d*p*i}else t[4]=t[5]=0;return t[0]=i,t[3]=o,t[1]=d*i,t[2]=h*o,l&&g7(t,t,l),t[4]+=n+u,t[5]+=r+c,t},t.initDefaultProps=void((e=t.prototype).scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0),t}(),vU=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"],vY={};function vX(e,t){var n=vY[t=t||fT];n||(n=vY[t]=new mJ(500));var r=n.get(e);return null==r&&(r=fA.measureText(e,t).width,n.put(e,r)),r}function vK(e,t,n,r){var i=vX(e,t),o=v1(t);return new mc(vJ(0,i,n),v0(0,o,r),i,o)}function vQ(e,t,n,r){var i=((e||"")+"").split("\n");if(1===i.length)return vK(i[0],t,n,r);for(var o=new mc(0,0,0,0),a=0;a<i.length;a++){var s=vK(i[a],t,n,r);0===a?o.copy(s):o.union(s)}return o}function vJ(e,t,n){return"right"===n?e-=t:"center"===n&&(e-=t/2),e}function v0(e,t,n){return"middle"===n?e-=t/2:"bottom"===n&&(e-=t),e}function v1(e){return vX("国",e)}function v2(e,t){return"string"==typeof e?e.lastIndexOf("%")>=0?parseFloat(e)/100*t:parseFloat(e):e}function v5(e,t,n){var r=t.position||"inside",i=null!=t.distance?t.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c="left",h="top";if(r instanceof Array)l+=v2(r[0],n.width),u+=v2(r[1],n.height),c=null,h=null;else switch(r){case"left":l-=i,u+=s,c="right",h="middle";break;case"right":l+=i+a,u+=s,h="middle";break;case"top":l+=a/2,u-=i,c="center",h="bottom";break;case"bottom":l+=a/2,u+=o+i,c="center";break;case"inside":l+=a/2,u+=s,c="center",h="middle";break;case"insideLeft":l+=i,u+=s,h="middle";break;case"insideRight":l+=a-i,u+=s,c="right",h="middle";break;case"insideTop":l+=a/2,u+=i,c="center";break;case"insideBottom":l+=a/2,u+=o-i,c="center",h="bottom";break;case"insideTopLeft":l+=i,u+=i;break;case"insideTopRight":l+=a-i,u+=i,c="right";break;case"insideBottomLeft":l+=i,u+=o-i,h="bottom";break;case"insideBottomRight":l+=a-i,u+=o-i,c="right",h="bottom"}return(e=e||{}).x=l,e.y=u,e.align=c,e.verticalAlign=h,e}var v3="__zr_normal__",v4=vU.concat(["ignore"]),v8=fQ(vU,function(e,t){return e[t]=!0,e},{ignore:!1}),v6={},v9=new mc(0,0,0,0),v7=function(){function e(e){this.id=fV++,this.animators=[],this.currentStates=[],this.states={},this._init(e)}return e.prototype._init=function(e){this.attr(e)},e.prototype.drift=function(e,t,n){switch(this.draggable){case"horizontal":t=0;break;case"vertical":e=0}var r=this.transform;r||(r=this.transform=[1,0,0,1,0,0]),r[4]+=e,r[5]+=t,this.decomposeTransform(),this.markRedraw()},e.prototype.beforeUpdate=function(){},e.prototype.afterUpdate=function(){},e.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},e.prototype.updateInnerText=function(e){var t=this._textContent;if(t&&(!t.ignore||e)){this.textConfig||(this.textConfig={});var n=this.textConfig,r=n.local,i=t.innerTransformable,o=void 0,a=void 0,s=!1;i.parent=r?this:null;var l=!1;if(i.copyTransform(t),null!=n.position){n.layoutRect?v9.copy(n.layoutRect):v9.copy(this.getBoundingRect()),r||v9.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(v6,n,v9):v5(v6,n,v9),i.x=v6.x,i.y=v6.y,o=v6.align,a=v6.verticalAlign;var u=n.origin;if(u&&null!=n.rotation){var c=void 0,h=void 0;"center"===u?(c=.5*v9.width,h=.5*v9.height):(c=v2(u[0],v9.width),h=v2(u[1],v9.height)),l=!0,i.originX=-i.x+c+(r?0:v9.x),i.originY=-i.y+h+(r?0:v9.y)}}null!=n.rotation&&(i.rotation=n.rotation);var d=n.offset;d&&(i.x+=d[0],i.y+=d[1],l||(i.originX=-d[0],i.originY=-d[1]));var p=null==n.inside?"string"==typeof n.position&&n.position.indexOf("inside")>=0:n.inside,f=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),g=void 0,m=void 0,v=void 0;p&&this.canBeInsideText()?(g=n.insideFill,m=n.insideStroke,(null==g||"auto"===g)&&(g=this.getInsideTextFill()),(null==m||"auto"===m)&&(m=this.getInsideTextStroke(g),v=!0)):(g=n.outsideFill,m=n.outsideStroke,(null==g||"auto"===g)&&(g=this.getOutsideFill()),(null==m||"auto"===m)&&(m=this.getOutsideStroke(g),v=!0)),((g=g||"#000")!==f.fill||m!==f.stroke||v!==f.autoStroke||o!==f.align||a!==f.verticalAlign)&&(s=!0,f.fill=g,f.stroke=m,f.autoStroke=v,f.align=o,f.verticalAlign=a,t.setDefaultTextStyle(f)),t.__dirty|=1,s&&t.dirtyStyle(!0)}},e.prototype.canBeInsideText=function(){return!0},e.prototype.getInsideTextFill=function(){return"#fff"},e.prototype.getInsideTextStroke=function(e){return"#000"},e.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?vV:vz},e.prototype.getOutsideStroke=function(e){var t=this.__zr&&this.__zr.getBackgroundColor(),n="string"==typeof t&&vt(t);n||(n=[255,255,255,1]);for(var r=n[3],i=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*r+255*!i*(1-r);return n[3]=1,vs(n,"rgba")},e.prototype.traverse=function(e,t){},e.prototype.attrKV=function(e,t){"textConfig"===e?this.setTextConfig(t):"textContent"===e?this.setTextContent(t):"clipPath"===e?this.setClipPath(t):"extra"===e?(this.extra=this.extra||{},fW(this.extra,t)):this[e]=t},e.prototype.hide=function(){this.ignore=!0,this.markRedraw()},e.prototype.show=function(){this.ignore=!1,this.markRedraw()},e.prototype.attr=function(e,t){if("string"==typeof e)this.attrKV(e,t);else if(f9(e))for(var n=f0(e),r=0;r<n.length;r++){var i=n[r];this.attrKV(i,e[i])}return this.markRedraw(),this},e.prototype.saveCurrentToNormalState=function(e){this._innerSaveToNormal(e);for(var t=this._normalState,n=0;n<this.animators.length;n++){var r=this.animators[n],i=r.__fromStateTransition;if(!r.getLoop()&&(!i||i===v3)){var o=r.targetName,a=o?t[o]:t;r.saveTo(a)}}},e.prototype._innerSaveToNormal=function(e){var t=this._normalState;t||(t=this._normalState={}),e.textConfig&&!t.textConfig&&(t.textConfig=this.textConfig),this._savePrimaryToNormal(e,t,v4)},e.prototype._savePrimaryToNormal=function(e,t,n){for(var r=0;r<n.length;r++){var i=n[r];null==e[i]||i in t||(t[i]=this[i])}},e.prototype.hasState=function(){return this.currentStates.length>0},e.prototype.getState=function(e){return this.states[e]},e.prototype.ensureState=function(e){var t=this.states;return t[e]||(t[e]={}),t[e]},e.prototype.clearStates=function(e){this.useState(v3,!1,e)},e.prototype.useState=function(e,t,n,r){var i,o=e===v3;if(this.hasState()||!o){var a=this.currentStates,s=this.stateTransition;if(!(fq(a,e)>=0)||!t&&1!==a.length){if(this.stateProxy&&!o&&(i=this.stateProxy(e)),i||(i=this.states&&this.states[e]),!i&&!o){fj("State "+e+" not exists.");return}o||this.saveCurrentToNormalState(i);var l=!!(i&&i.hoverLayer||r);l&&this._toggleHoverLayerFlag(!0),this._applyStateObj(e,i,this._normalState,t,!n&&!this.__inHover&&s&&s.duration>0,s);var u=this._textContent,c=this._textGuide;return u&&u.useState(e,t,n,l),c&&c.useState(e,t,n,l),o?(this.currentStates=[],this._normalState={}):t?this.currentStates.push(e):this.currentStates=[e],this._updateAnimationTargets(),this.markRedraw(),!l&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2),i}}},e.prototype.useStates=function(e,t,n){if(e.length){var r=[],i=this.currentStates,o=e.length,a=o===i.length;if(a){for(var s=0;s<o;s++)if(e[s]!==i[s]){a=!1;break}}if(!a){for(var s=0;s<o;s++){var l=e[s],u=void 0;this.stateProxy&&(u=this.stateProxy(l,e)),u||(u=this.states[l]),u&&r.push(u)}var c=r[o-1],h=!!(c&&c.hoverLayer||n);h&&this._toggleHoverLayerFlag(!0);var d=this._mergeStates(r),p=this.stateTransition;this.saveCurrentToNormalState(d),this._applyStateObj(e.join(","),d,this._normalState,!1,!t&&!this.__inHover&&p&&p.duration>0,p);var f=this._textContent,g=this._textGuide;f&&f.useStates(e,t,h),g&&g.useStates(e,t,h),this._updateAnimationTargets(),this.currentStates=e.slice(),this.markRedraw(),!h&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2)}}else this.clearStates()},e.prototype.isSilent=function(){for(var e=this.silent,t=this.parent;!e&&t;){if(t.silent){e=!0;break}t=t.parent}return e},e.prototype._updateAnimationTargets=function(){for(var e=0;e<this.animators.length;e++){var t=this.animators[e];t.targetName&&t.changeTarget(this[t.targetName])}},e.prototype.removeState=function(e){var t=fq(this.currentStates,e);if(t>=0){var n=this.currentStates.slice();n.splice(t,1),this.useStates(n)}},e.prototype.replaceState=function(e,t,n){var r=this.currentStates.slice(),i=fq(r,e),o=fq(r,t)>=0;i>=0?o?r.splice(i,1):r[i]=t:n&&!o&&r.push(t),this.useStates(r)},e.prototype.toggleState=function(e,t){t?this.useState(e,!0):this.removeState(e)},e.prototype._mergeStates=function(e){for(var t,n={},r=0;r<e.length;r++){var i=e[r];fW(n,i),i.textConfig&&fW(t=t||{},i.textConfig)}return t&&(n.textConfig=t),n},e.prototype._applyStateObj=function(e,t,n,r,i,o){var a=!(t&&r);t&&t.textConfig?(this.textConfig=fW({},r?this.textConfig:n.textConfig),fW(this.textConfig,t.textConfig)):a&&n.textConfig&&(this.textConfig=n.textConfig);for(var s={},l=!1,u=0;u<v4.length;u++){var c=v4[u],h=i&&v8[c];t&&null!=t[c]?h?(l=!0,s[c]=t[c]):this[c]=t[c]:a&&null!=n[c]&&(h?(l=!0,s[c]=n[c]):this[c]=n[c])}if(!i)for(var u=0;u<this.animators.length;u++){var d=this.animators[u],p=d.targetName;d.getLoop()||d.__changeFinalValue(p?(t||n)[p]:t||n)}l&&this._transitionState(e,s,o)},e.prototype._attachComponent=function(e){if((!e.__zr||e.__hostTarget)&&e!==this){var t=this.__zr;t&&e.addSelfToZr(t),e.__zr=t,e.__hostTarget=this}},e.prototype._detachComponent=function(e){e.__zr&&e.removeSelfFromZr(e.__zr),e.__zr=null,e.__hostTarget=null},e.prototype.getClipPath=function(){return this._clipPath},e.prototype.setClipPath=function(e){this._clipPath&&this._clipPath!==e&&this.removeClipPath(),this._attachComponent(e),this._clipPath=e,this.markRedraw()},e.prototype.removeClipPath=function(){var e=this._clipPath;e&&(this._detachComponent(e),this._clipPath=null,this.markRedraw())},e.prototype.getTextContent=function(){return this._textContent},e.prototype.setTextContent=function(e){var t=this._textContent;t!==e&&(t&&t!==e&&this.removeTextContent(),e.innerTransformable=new vq,this._attachComponent(e),this._textContent=e,this.markRedraw())},e.prototype.setTextConfig=function(e){this.textConfig||(this.textConfig={}),fW(this.textConfig,e),this.markRedraw()},e.prototype.removeTextConfig=function(){this.textConfig=null,this.markRedraw()},e.prototype.removeTextContent=function(){var e=this._textContent;e&&(e.innerTransformable=null,this._detachComponent(e),this._textContent=null,this._innerTextDefaultStyle=null,this.markRedraw())},e.prototype.getTextGuideLine=function(){return this._textGuide},e.prototype.setTextGuideLine=function(e){this._textGuide&&this._textGuide!==e&&this.removeTextGuideLine(),this._attachComponent(e),this._textGuide=e,this.markRedraw()},e.prototype.removeTextGuideLine=function(){var e=this._textGuide;e&&(this._detachComponent(e),this._textGuide=null,this.markRedraw())},e.prototype.markRedraw=function(){this.__dirty|=1;var e=this.__zr;e&&(this.__inHover?e.refreshHover():e.refresh()),this.__hostTarget&&this.__hostTarget.markRedraw()},e.prototype.dirty=function(){this.markRedraw()},e.prototype._toggleHoverLayerFlag=function(e){this.__inHover=e;var t=this._textContent,n=this._textGuide;t&&(t.__inHover=e),n&&(n.__inHover=e)},e.prototype.addSelfToZr=function(e){if(this.__zr!==e){this.__zr=e;var t=this.animators;if(t)for(var n=0;n<t.length;n++)e.animation.addAnimator(t[n]);this._clipPath&&this._clipPath.addSelfToZr(e),this._textContent&&this._textContent.addSelfToZr(e),this._textGuide&&this._textGuide.addSelfToZr(e)}},e.prototype.removeSelfFromZr=function(e){if(this.__zr){this.__zr=null;var t=this.animators;if(t)for(var n=0;n<t.length;n++)e.animation.removeAnimator(t[n]);this._clipPath&&this._clipPath.removeSelfFromZr(e),this._textContent&&this._textContent.removeSelfFromZr(e),this._textGuide&&this._textGuide.removeSelfFromZr(e)}},e.prototype.animate=function(e,t,n){var r=new vw(e?this[e]:this,t,n);return e&&(r.targetName=e),this.addAnimator(r,e),r},e.prototype.addAnimator=function(e,t){var n=this.__zr,r=this;e.during(function(){r.updateDuringAnimation(t)}).done(function(){var t=r.animators,n=fq(t,e);n>=0&&t.splice(n,1)}),this.animators.push(e),n&&n.animation.addAnimator(e),n&&n.wakeUp()},e.prototype.updateDuringAnimation=function(e){this.markRedraw()},e.prototype.stopAnimation=function(e,t){for(var n=this.animators,r=n.length,i=[],o=0;o<r;o++){var a=n[o];e&&e!==a.scope?i.push(a):a.stop(t)}return this.animators=i,this},e.prototype.animateTo=function(e,t,n){ye(this,e,t,n)},e.prototype.animateFrom=function(e,t,n){ye(this,e,t,n,!0)},e.prototype._transitionState=function(e,t,n,r){for(var i=ye(this,t,n,r),o=0;o<i.length;o++)i[o].__fromStateTransition=e},e.prototype.getBoundingRect=function(){return null},e.prototype.getPaintRect=function(){return null},e.initDefaultProps=function(){var t=e.prototype;function n(e,n,r,i){Object.defineProperty(t,e,{get:function(){return this[n]||o(this,this[n]=[]),this[n]},set:function(e){this[r]=e[0],this[i]=e[1],this[n]=e,o(this,e)}});function o(e,t){Object.defineProperty(t,0,{get:function(){return e[r]},set:function(t){e[r]=t}}),Object.defineProperty(t,1,{get:function(){return e[i]},set:function(t){e[i]=t}})}}t.type="element",t.name="",t.ignore=t.silent=t.isGroup=t.draggable=t.dragging=t.ignoreClip=t.__inHover=!1,t.__dirty=1,Object.defineProperty&&(n("position","_legacyPos","x","y"),n("scale","_legacyScale","scaleX","scaleY"),n("origin","_legacyOrigin","originX","originY"))}(),e}();function ye(e,t,n,r,i){var o=[];!function e(t,n,r,i,o,a,s,l){for(var u=f0(i),c=o.duration,h=o.delay,d=o.additive,p=o.setToFinal,f=!f9(a),g=t.animators,m=[],v=0;v<u.length;v++){var y=u[v],x=i[y];if(null!=x&&null!=r[y]&&(f||a[y])){if(!f9(x)||fY(x)||gn(x))m.push(y);else{if(n){l||(r[y]=x,t.updateDuringAnimation(n));continue}e(t,y,r[y],x,o,a&&a[y],s,l)}}else l||(r[y]=x,t.updateDuringAnimation(n),m.push(y))}var b=m.length;if(!d&&b)for(var w=0;w<g.length;w++){var S=g[w];if(S.targetName===n&&S.stopTracks(m)){var _=fq(g,S);g.splice(_,1)}}if(o.force||(b=(m=fJ(m,function(e){var t,n;return!((t=i[e])===(n=r[e])||fY(t)&&fY(n)&&function(e,t){var n=e.length;if(n!==t.length)return!1;for(var r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}(t,n))})).length),b>0||o.force&&!s.length){var C=void 0,k=void 0,M=void 0;if(l){k={},p&&(C={});for(var w=0;w<b;w++){var y=m[w];k[y]=r[y],p?C[y]=i[y]:r[y]=i[y]}}else if(p){M={};for(var w=0;w<b;w++){var y=m[w];M[y]=vg(r[y]),function(e,t,n){if(fY(t[n])){if(fY(e[n])||(e[n]=[]),ge(t[n])){var r=t[n].length;e[n].length!==r&&(e[n]=new t[n].constructor(r),yt(e[n],t[n],r))}else{var i=t[n],o=e[n],a=i.length;if(fY(i[0]))for(var s=i[0].length,l=0;l<a;l++)o[l]?yt(o[l],i[l],s):o[l]=Array.prototype.slice.call(i[l]);else yt(o,i,a);o.length=i.length}}else e[n]=t[n]}(r,i,y)}}var S=new vw(r,!1,!1,d?fJ(g,function(e){return e.targetName===n}):null);S.targetName=n,o.scope&&(S.scope=o.scope),p&&C&&S.whenWithKeys(0,C,m),M&&S.whenWithKeys(0,M,m),S.whenWithKeys(null==c?500:c,l?k:i,m).delay(h||0),t.addAnimator(S,n),s.push(S)}}(e,"",e,t,n=n||{},r,o,i);var a=o.length,s=!1,l=n.done,u=n.aborted,c=function(){s=!0,--a<=0&&(s?l&&l():u&&u())},h=function(){--a<=0&&(s?l&&l():u&&u())};!a&&l&&l(),o.length>0&&n.during&&o[0].during(function(e,t){n.during(t)});for(var d=0;d<o.length;d++){var p=o[d];c&&p.done(c),h&&p.aborted(h),n.force&&p.duration(n.duration),p.start(n.easing)}return o}function yt(e,t,n){for(var r=0;r<n;r++)e[r]=t[r]}fU(v7,gL),fU(v7,vq);var yn=function(e){function t(t){var n=e.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(t),n}return gw(t,e),t.prototype.childrenRef=function(){return this._children},t.prototype.children=function(){return this._children.slice()},t.prototype.childAt=function(e){return this._children[e]},t.prototype.childOfName=function(e){for(var t=this._children,n=0;n<t.length;n++)if(t[n].name===e)return t[n]},t.prototype.childCount=function(){return this._children.length},t.prototype.add=function(e){return e&&e!==this&&e.parent!==this&&(this._children.push(e),this._doAdd(e)),this},t.prototype.addBefore=function(e,t){if(e&&e!==this&&e.parent!==this&&t&&t.parent===this){var n=this._children,r=n.indexOf(t);r>=0&&(n.splice(r,0,e),this._doAdd(e))}return this},t.prototype.replace=function(e,t){var n=fq(this._children,e);return n>=0&&this.replaceAt(t,n),this},t.prototype.replaceAt=function(e,t){var n=this._children,r=n[t];if(e&&e!==this&&e.parent!==this&&e!==r){n[t]=e,r.parent=null;var i=this.__zr;i&&r.removeSelfFromZr(i),this._doAdd(e)}return this},t.prototype._doAdd=function(e){e.parent&&e.parent.remove(e),e.parent=this;var t=this.__zr;t&&t!==e.__zr&&e.addSelfToZr(t),t&&t.refresh()},t.prototype.remove=function(e){var t=this.__zr,n=this._children,r=fq(n,e);return r<0||(n.splice(r,1),e.parent=null,t&&e.removeSelfFromZr(t),t&&t.refresh()),this},t.prototype.removeAll=function(){for(var e=this._children,t=this.__zr,n=0;n<e.length;n++){var r=e[n];t&&r.removeSelfFromZr(t),r.parent=null}return e.length=0,this},t.prototype.eachChild=function(e,t){for(var n=this._children,r=0;r<n.length;r++){var i=n[r];e.call(t,i,r)}return this},t.prototype.traverse=function(e,t){for(var n=0;n<this._children.length;n++){var r=this._children[n],i=e.call(t,r);r.isGroup&&!i&&r.traverse(e,t)}return this},t.prototype.addSelfToZr=function(t){e.prototype.addSelfToZr.call(this,t);for(var n=0;n<this._children.length;n++)this._children[n].addSelfToZr(t)},t.prototype.removeSelfFromZr=function(t){e.prototype.removeSelfFromZr.call(this,t);for(var n=0;n<this._children.length;n++)this._children[n].removeSelfFromZr(t)},t.prototype.getBoundingRect=function(e){for(var t=new mc(0,0,0,0),n=e||this._children,r=[],i=null,o=0;o<n.length;o++){var a=n[o];if(!a.ignore&&!a.invisible){var s=a.getBoundingRect(),l=a.getLocalTransform(r);l?(mc.applyTransform(t,s,l),(i=i||t.clone()).union(t)):(i=i||s.clone()).union(s)}}return i||t},t}(v7);yn.prototype.type="group";let yr=yn;var yi={},yo={},ya=function(){function e(e,t,n){var r,i=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!0,this._darkMode=!1,n=n||{},this.dom=t,this.id=e;var o=new mD,a=n.renderer||"canvas";yi[a]||(a=f0(yi)[0]),n.useDirtyRect=null!=n.useDirtyRect&&n.useDirtyRect;var s=new yi[a](t,o,n,e),l=n.ssr||s.ssrOnly;this.storage=o,this.painter=s;var u=fM.node||fM.worker||l?null:new vN(s.getViewportRoot(),s.root),c=n.useCoarsePointer;(null==c||"auto"===c?fM.touchEventsSupported:!!c)&&(r=gi(n.pointerSize,44)),this.handler=new mv(o,s,u,s.root,r),this.animation=new v_({stage:{update:l?null:function(){return i._flush(!0)}}}),l||this.animation.start()}return e.prototype.add=function(e){!this._disposed&&e&&(this.storage.addRoot(e),e.addSelfToZr(this),this.refresh())},e.prototype.remove=function(e){!this._disposed&&e&&(this.storage.delRoot(e),e.removeSelfFromZr(this),this.refresh())},e.prototype.configLayer=function(e,t){!this._disposed&&(this.painter.configLayer&&this.painter.configLayer(e,t),this.refresh())},e.prototype.setBackgroundColor=function(e){!this._disposed&&(this.painter.setBackgroundColor&&this.painter.setBackgroundColor(e),this.refresh(),this._backgroundColor=e,this._darkMode=function(e){if(!e)return!1;if("string"==typeof e)return .4>vl(e,1);if(e.colorStops){for(var t=e.colorStops,n=0,r=t.length,i=0;i<r;i++)n+=vl(t[i].color,1);return(n/=r)<.4}return!1}(e))},e.prototype.getBackgroundColor=function(){return this._backgroundColor},e.prototype.setDarkMode=function(e){this._darkMode=e},e.prototype.isDarkMode=function(){return this._darkMode},e.prototype.refreshImmediately=function(e){!this._disposed&&(e||this.animation.update(!0),this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1)},e.prototype.refresh=function(){!this._disposed&&(this._needsRefresh=!0,this.animation.start())},e.prototype.flush=function(){!this._disposed&&this._flush(!1)},e.prototype._flush=function(e){var t,n=vS();this._needsRefresh&&(t=!0,this.refreshImmediately(e)),this._needsRefreshHover&&(t=!0,this.refreshHoverImmediately());var r=vS();t?(this._stillFrameAccum=0,this.trigger("rendered",{elapsedTime:r-n})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},e.prototype.setSleepAfterStill=function(e){this._sleepAfterStill=e},e.prototype.wakeUp=function(){!this._disposed&&(this.animation.start(),this._stillFrameAccum=0)},e.prototype.refreshHover=function(){this._needsRefreshHover=!0},e.prototype.refreshHoverImmediately=function(){!this._disposed&&(this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover())},e.prototype.resize=function(e){!this._disposed&&(e=e||{},this.painter.resize(e.width,e.height),this.handler.resize())},e.prototype.clearAnimation=function(){!this._disposed&&this.animation.clear()},e.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},e.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},e.prototype.setCursorStyle=function(e){!this._disposed&&this.handler.setCursorStyle(e)},e.prototype.findHover=function(e,t){if(!this._disposed)return this.handler.findHover(e,t)},e.prototype.on=function(e,t,n){return this._disposed||this.handler.on(e,t,n),this},e.prototype.off=function(e,t){!this._disposed&&this.handler.off(e,t)},e.prototype.trigger=function(e,t){!this._disposed&&this.handler.trigger(e,t)},e.prototype.clear=function(){if(!this._disposed){for(var e=this.storage.getRoots(),t=0;t<e.length;t++)e[t]instanceof yr&&e[t].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()}},e.prototype.dispose=function(){var e;!this._disposed&&(this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,this._disposed=!0,e=this.id,delete yo[e])},e}();function ys(e,t){var n=new ya(fV++,e,t);return yo[n.id]=n,n}function yl(e,t,n,r){var i=t[0],o=t[1],a=n[0],s=n[1],l=o-i,u=s-a;if(0===l)return 0===u?a:(a+s)/2;if(r){if(l>0){if(e<=i)return a;if(e>=o)return s}else{if(e>=i)return a;if(e<=o)return s}}else{if(e===i)return a;if(e===o)return s}return(e-i)/l*u+a}function yu(e,t){switch(e){case"center":case"middle":e="50%";break;case"left":case"top":e="0%";break;case"right":case"bottom":e="100%"}return f4(e)?e.replace(/^\s+|\s+$/g,"").match(/%$/)?parseFloat(e)/100*t:parseFloat(e):null==e?NaN:+e}function yc(e,t,n){return null==t&&(t=10),t=Math.min(Math.max(0,t),20),e=(+e).toFixed(t),n?e:+e}function yh(e){return e.sort(function(e,t){return e-t}),e}function yd(e){if(isNaN(e*=1))return 0;if(e>1e-14){for(var t,n,r,i,o,a=1,s=0;s<15;s++,a*=10)if(Math.round(e*a)/a===e)return s}return r=(n=(t=e.toString().toLowerCase()).indexOf("e"))>0?+t.slice(n+1):0,i=n>0?n:t.length,Math.max(0,((o=t.indexOf("."))<0?0:i-1-o)-r)}function yp(e,t){var n=Math.log,r=Math.LN10,i=Math.min(Math.max(-Math.floor(n(e[1]-e[0])/r)+Math.round(n(Math.abs(t[1]-t[0]))/r),0),20);return isFinite(i)?i:20}function yf(e){var t=2*Math.PI;return(e%t+t)%t}function yg(e){return e>-1e-4&&e<1e-4}var ym=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d{1,2})(?::(\d{1,2})(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;function yv(e){if(e instanceof Date)return e;if(f4(e)){var t=ym.exec(e);if(!t)return new Date(NaN);if(!t[8])return new Date(+t[1],+(t[2]||1)-1,+t[3]||1,+t[4]||0,+(t[5]||0),+t[6]||0,t[7]?+t[7].substring(0,3):0);var n=+t[4]||0;return"Z"!==t[8].toUpperCase()&&(n-=+t[8].slice(0,3)),new Date(Date.UTC(+t[1],+(t[2]||1)-1,+t[3]||1,n,+(t[5]||0),+t[6]||0,t[7]?+t[7].substring(0,3):0))}return null==e?new Date(NaN):new Date(Math.round(e))}function yy(e){if(0===e)return 0;var t=Math.floor(Math.log(e)/Math.LN10);return e/Math.pow(10,t)>=10&&t++,t}function yx(e,t){var n,r=yy(e),i=Math.pow(10,r),o=e/i;return e=(t?o<1.5?1:o<2.5?2:o<4?3:o<7?5:10:o<1?1:o<2?2:o<3?3:o<5?5:10)*i,r>=-20?+e.toFixed(r<0?-r:0):e}function yb(e){e.sort(function(e,t){return!function e(t,n,r){return t.interval[r]<n.interval[r]||t.interval[r]===n.interval[r]&&(t.close[r]-n.close[r]==(r?-1:1)||!r&&e(t,n,1))}(e,t,0)?1:-1});for(var t=-1/0,n=1,r=0;r<e.length;){for(var i=e[r].interval,o=e[r].close,a=0;a<2;a++)i[a]<=t&&(i[a]=t,o[a]=a?1:1-n),t=i[a],n=o[a];i[0]===i[1]&&o[0]*o[1]!=1?e.splice(r,1):r++}return e}function yw(e){var t=parseFloat(e);return t==e&&(0!==t||!f4(e)||0>=e.indexOf("x"))?t:NaN}function yS(){return Math.round(9*Math.random())}function y_(e,t){return null==e?t:null==t?e:e*t/function e(t,n){return 0===n?t:e(n,t%n)}(e,t)}var yC="series\0",yk="\0_ec_\0";function yM(e){return e instanceof Array?e:null==e?[]:[e]}function yT(e,t,n){if(e){e[t]=e[t]||{},e.emphasis=e.emphasis||{},e.emphasis[t]=e.emphasis[t]||{};for(var r=0,i=n.length;r<i;r++){var o=n[r];!e.emphasis[t].hasOwnProperty(o)&&e[t].hasOwnProperty(o)&&(e.emphasis[t][o]=e[t][o])}}}var yD=["fontStyle","fontWeight","fontSize","fontFamily","rich","tag","color","textBorderColor","textBorderWidth","width","height","lineHeight","align","verticalAlign","baseline","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY","backgroundColor","borderColor","borderWidth","borderRadius","padding"];function yA(e){return!f9(e)||f5(e)||e instanceof Date?e:e.value}function yI(e,t,n){var r=yO(t[e],null),i=yO(n[e],null);return null!=r&&null!=i&&r===i}function yP(e){return yO(e,"")}function yO(e,t){return null==e?t:f4(e)?e:f6(e)||f8(e)?e+"":t}function yR(e){var t=e.name;return!!(t&&t.indexOf(yC))}function yE(e){return e&&null!=e.id&&0===yP(e.id).indexOf(yk)}function yL(e,t){return null!=t.dataIndexInside?t.dataIndexInside:null!=t.dataIndex?f5(t.dataIndex)?fK(t.dataIndex,function(t){return e.indexOfRawIndex(t)}):e.indexOfRawIndex(t.dataIndex):null!=t.name?f5(t.name)?fK(t.name,function(t){return e.indexOfName(t)}):e.indexOfName(t.name):void 0}function yB(){var e="__ec_inner_"+yN++;return function(t){return t[e]||(t[e]={})}}var yN=yS();function yZ(e,t,n){var r=yF(t,n),i=r.mainTypeSpecified,o=r.queryOptionMap,a=r.others,s=n?n.defaultMainType:null;return!i&&s&&o.set(s,{}),o.each(function(t,r){var i=yj(e,r,t,{useDefault:s===r,enableAll:!n||null==n.enableAll||n.enableAll,enableNone:!n||null==n.enableNone||n.enableNone});a[r+"Models"]=i.models,a[r+"Model"]=i.models[0]}),a}function yF(e,t){if(f4(e)){var n,r={};r[e+"Index"]=0,n=r}else n=e;var i=gf(),o={},a=!1;return fX(n,function(e,n){if("dataIndex"===n||"dataIndexInside"===n){o[n]=e;return}var r=n.match(/^(\w+)(Index|Id|Name)$/)||[],s=r[1],l=(r[2]||"").toLowerCase();!(!s||!l||t&&t.includeMainTypes&&0>fq(t.includeMainTypes,s))&&(a=a||!!s,(i.get(s)||i.set(s,{}))[l]=e)}),{mainTypeSpecified:a,queryOptionMap:i,others:o}}var yz={useDefault:!0,enableAll:!1,enableNone:!1},yV={useDefault:!1,enableAll:!0,enableNone:!0};function yj(e,t,n,r){r=r||yz;var i=n.index,o=n.id,a=n.name,s={models:null,specified:null!=i||null!=o||null!=a};if(!s.specified){var l=void 0;return s.models=r.useDefault&&(l=e.getComponent(t))?[l]:[],s}return"none"===i||!1===i?(gl(r.enableNone,'`"none"` or `false` is not a valid value on index option.'),s.models=[]):("all"===i&&(gl(r.enableAll,'`"all"` is not a valid value on index option.'),i=o=a=null),s.models=e.queryComponents({mainType:t,index:i,id:o,name:a})),s}function y$(e,t,n){e.setAttribute?e.setAttribute(t,n):e[t]=n}function yH(e,t,n,r,i){var o=null==t||"auto"===t;if(null==r)return r;if(f6(r)){var a,s=(r-(a=n||0))*i+a;return yc(s,o?Math.max(yd(n||0),yd(r)):t)}if(f4(r))return i<1?n:r;for(var l=[],u=Math.max(n?n.length:0,r.length),c=0;c<u;++c){var h=e.getDimensionInfo(c);if(h&&"ordinal"===h.type)l[c]=(i<1&&n?n:r)[c];else{var d=n&&n[c]?n[c]:0,p=r[c],s=(p-d)*i+d;l[c]=yc(s,o?Math.max(yd(d),yd(p)):t)}}return l}var yW="___EC__COMPONENT__CONTAINER___",yG="___EC__EXTENDED_CLASS___";function yq(e){var t={main:"",sub:""};if(e){var n=e.split(".");t.main=n[0]||"",t.sub=n[1]||""}return t}function yU(e,t){e.$constructor=e,e.extend=function(e){var t,n,r=this;return f3(t=r)&&/^class\s/.test(Function.prototype.toString.call(t))?n=function(e){function t(){return e.apply(this,arguments)||this}return fC(t,e),t}(r):function(e,t){var n=e.prototype;function r(){}for(var i in r.prototype=t.prototype,e.prototype=new r,n)n.hasOwnProperty(i)&&(e.prototype[i]=n[i]);e.prototype.constructor=e,e.superClass=t}(n=function(){(e.$constructor||r).apply(this,arguments)},this),fW(n.prototype,e),n[yG]=!0,n.extend=this.extend,n.superCall=yK,n.superApply=yQ,n.superClass=r,n}}function yY(e,t){e.extend=t.extend}var yX=Math.round(10*Math.random());function yK(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return this.superClass.prototype[t].apply(e,n)}function yQ(e,t,n){return this.superClass.prototype[t].apply(e,n)}function yJ(e){var t={};e.registerClass=function(e){var n=e.type||e.prototype.type;if(n){gl(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(n),'componentType "'+n+'" illegal'),e.prototype.type=n;var r,i,o=yq(n);o.sub?o.sub!==yW&&(((i=t[(r=o).main])&&i[yW]||((i=t[r.main]={})[yW]=!0),i)[o.sub]=e):t[o.main]=e}return e},e.getClass=function(e,n,r){var i=t[e];if(i&&i[yW]&&(i=n?i[n]:null),r&&!i)throw Error(n?"Component "+e+"."+(n||"")+" is used but not imported.":e+".type should be specified.");return i},e.getClassesByMainType=function(e){var n=yq(e),r=[],i=t[n.main];return i&&i[yW]?fX(i,function(e,t){t!==yW&&r.push(e)}):r.push(i),r},e.hasClass=function(e){return!!t[yq(e).main]},e.getAllClassMainTypes=function(){var e=[];return fX(t,function(t,n){e.push(n)}),e},e.hasSubTypes=function(e){var n=t[yq(e).main];return n&&n[yW]}}function y0(e,t){for(var n=0;n<e.length;n++)e[n][1]||(e[n][1]=e[n][0]);return t=t||!1,function(n,r,i){for(var o={},a=0;a<e.length;a++){var s=e[a][1];if(!(r&&fq(r,s)>=0||i&&0>fq(i,s))){var l=n.getShallow(s,t);null!=l&&(o[e[a][0]]=l)}}return o}}var y1=y0([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),y2=function(){function e(){}return e.prototype.getAreaStyle=function(e,t){return y1(this,e,t)},e}(),y5=new mJ(50);function y3(e,t,n,r,i){if(!e)return t;if("string"!=typeof e)return e;if(t&&t.__zrImageSrc===e||!n)return t;var o=y5.get(e),a={hostEl:n,cb:r,cbPayload:i};return o?y8(t=o.image)||o.pending.push(a):((t=fA.loadImage(e,y4,y4)).__zrImageSrc=e,y5.put(e,t.__cachedImgObj={image:t,pending:[a]})),t}function y4(){var e=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var t=0;t<e.pending.length;t++){var n=e.pending[t],r=n.cb;r&&r(this,n.cbPayload),n.hostEl.dirty()}e.pending.length=0}function y8(e){return e&&e.width&&e.height}var y6=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function y9(e,t,n,r){var i=fW({},r=r||{});i.font=t,n=gi(n,"..."),i.maxIterations=gi(r.maxIterations,2);var o=i.minChar=gi(r.minChar,0);i.cnCharWidth=vX("国",t);var a=i.ascCharWidth=vX("a",t);i.placeholder=gi(r.placeholder,"");for(var s=e=Math.max(0,e-1),l=0;l<o&&s>=a;l++)s-=a;var u=vX(n,t);return u>s&&(n="",u=0),s=e-u,i.ellipsis=n,i.ellipsisWidth=u,i.contentWidth=s,i.containerWidth=e,i}function y7(e,t){var n=t.containerWidth,r=t.font,i=t.contentWidth;if(!n)return"";var o=vX(e,r);if(o<=n)return e;for(var a=0;;a++){if(o<=i||a>=t.maxIterations){e+=t.ellipsis;break}var s=0===a?function(e,t,n,r){for(var i=0,o=0,a=e.length;o<a&&i<t;o++){var s=e.charCodeAt(o);i+=0<=s&&s<=127?n:r}return o}(e,i,t.ascCharWidth,t.cnCharWidth):o>0?Math.floor(e.length*i/o):0;o=vX(e=e.substr(0,s),r)}return""===e&&(e=t.placeholder),e}var xe=function(){},xt=function(e){this.tokens=[],e&&(this.tokens=e)},xn=function(){this.width=0,this.height=0,this.contentWidth=0,this.contentHeight=0,this.outerWidth=0,this.outerHeight=0,this.lines=[]};function xr(e,t,n,r,i){var o,a,s=""===t,l=i&&n.rich[i]||{},u=e.lines,c=l.font||n.font,h=!1;if(r){var d=l.padding,p=d?d[1]+d[3]:0;if(null!=l.width&&"auto"!==l.width){var f=v2(l.width,r.width)+p;u.length>0&&f+r.accumWidth>r.width&&(o=t.split("\n"),h=!0),r.accumWidth=f}else{var g=xo(t,c,r.width,r.breakAll,r.accumWidth);r.accumWidth=g.accumWidth+p,a=g.linesWidths,o=g.lines}}else o=t.split("\n");for(var m=0;m<o.length;m++){var v=o[m],y=new xe;if(y.styleName=i,y.text=v,y.isLineHolder=!v&&!s,"number"==typeof l.width?y.width=l.width:y.width=a?a[m]:vX(v,c),m||h)u.push(new xt([y]));else{var x=(u[u.length-1]||(u[0]=new xt)).tokens,b=x.length;1===b&&x[0].isLineHolder?x[0]=y:(v||!b||s)&&x.push(y)}}}var xi=fQ(",&?/;] ".split(""),function(e,t){return e[t]=!0,e},{});function xo(e,t,n,r,i){for(var o=[],a=[],s="",l="",u=0,c=0,h=0;h<e.length;h++){var d=e.charAt(h);if("\n"===d){l&&(s+=l,c+=u),o.push(s),a.push(c),s="",l="",u=0,c=0;continue}var p=vX(d,t),f=!r&&!function(e){var t;return(!((t=e.charCodeAt(0))>=32)||!(t<=591))&&(!(t>=880)||!(t<=4351))&&(!(t>=4608)||!(t<=5119))&&(!(t>=7680)||!(t<=8303))||!!xi[e]}(d);if(o.length?c+p>n:i+c+p>n){c?(s||l)&&(f?(s||(s=l,l="",c=u=0),o.push(s),a.push(c-u),l+=d,u+=p,s="",c=u):(l&&(s+=l,l="",u=0),o.push(s),a.push(c),s=d,c=p)):f?(o.push(l),a.push(u),l=d,u=p):(o.push(d),a.push(p));continue}c+=p,f?(l+=d,u+=p):(l&&(s+=l,l="",u=0),s+=d)}return o.length||s||(s=e,l="",u=0),l&&(s+=l),s&&(o.push(s),a.push(c)),1===o.length&&(c+=i),{accumWidth:c,lines:o,linesWidths:a}}var xa="__zr_style_"+Math.round(10*Math.random()),xs={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},xl={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};xs[xa]=!0;var xu=["z","z2","invisible"],xc=["invisible"],xh=function(e){var t;function n(t){return e.call(this,t)||this}return gw(n,e),n.prototype._init=function(t){for(var n=f0(t),r=0;r<n.length;r++){var i=n[r];"style"===i?this.useStyle(t[i]):e.prototype.attrKV.call(this,i,t[i])}this.style||this.useStyle({})},n.prototype.beforeBrush=function(){},n.prototype.afterBrush=function(){},n.prototype.innerBeforeBrush=function(){},n.prototype.innerAfterBrush=function(){},n.prototype.shouldBePainted=function(e,t,n,r){var i,o,a,s=this.transform;if(this.ignore||this.invisible||0===this.style.opacity||this.culling&&(i=this,o=e,a=t,xd.copy(i.getBoundingRect()),i.transform&&xd.applyTransform(i.transform),xp.width=o,xp.height=a,!xd.intersect(xp))||s&&!s[0]&&!s[3])return!1;if(n&&this.__clipPaths){for(var l=0;l<this.__clipPaths.length;++l)if(this.__clipPaths[l].isZeroArea())return!1}if(r&&this.parent)for(var u=this.parent;u;){if(u.ignore)return!1;u=u.parent}return!0},n.prototype.contain=function(e,t){return this.rectContain(e,t)},n.prototype.traverse=function(e,t){e.call(t,this)},n.prototype.rectContain=function(e,t){var n=this.transformCoordToLocal(e,t);return this.getBoundingRect().contain(n[0],n[1])},n.prototype.getPaintRect=function(){var e=this._paintRect;if(!this._paintRect||this.__dirty){var t=this.transform,n=this.getBoundingRect(),r=this.style,i=r.shadowBlur||0,o=r.shadowOffsetX||0,a=r.shadowOffsetY||0;e=this._paintRect||(this._paintRect=new mc(0,0,0,0)),t?mc.applyTransform(e,n,t):e.copy(n),(i||o||a)&&(e.width+=2*i+Math.abs(o),e.height+=2*i+Math.abs(a),e.x=Math.min(e.x,e.x+o-i),e.y=Math.min(e.y,e.y+a-i));var s=this.dirtyRectTolerance;e.isZero()||(e.x=Math.floor(e.x-s),e.y=Math.floor(e.y-s),e.width=Math.ceil(e.width+1+2*s),e.height=Math.ceil(e.height+1+2*s))}return e},n.prototype.setPrevPaintRect=function(e){e?(this._prevPaintRect=this._prevPaintRect||new mc(0,0,0,0),this._prevPaintRect.copy(e)):this._prevPaintRect=null},n.prototype.getPrevPaintRect=function(){return this._prevPaintRect},n.prototype.animateStyle=function(e){return this.animate("style",e)},n.prototype.updateDuringAnimation=function(e){"style"===e?this.dirtyStyle():this.markRedraw()},n.prototype.attrKV=function(t,n){"style"!==t?e.prototype.attrKV.call(this,t,n):this.style?this.setStyle(n):this.useStyle(n)},n.prototype.setStyle=function(e,t){return"string"==typeof e?this.style[e]=t:fW(this.style,e),this.dirtyStyle(),this},n.prototype.dirtyStyle=function(e){e||this.markRedraw(),this.__dirty|=2,this._rect&&(this._rect=null)},n.prototype.dirty=function(){this.dirtyStyle()},n.prototype.styleChanged=function(){return!!(2&this.__dirty)},n.prototype.styleUpdated=function(){this.__dirty&=-3},n.prototype.createStyle=function(e){return gg(xs,e)},n.prototype.useStyle=function(e){e[xa]||(e=this.createStyle(e)),this.__inHover?this.__hoverStyle=e:this.style=e,this.dirtyStyle()},n.prototype.isStyleObject=function(e){return e[xa]},n.prototype._innerSaveToNormal=function(t){e.prototype._innerSaveToNormal.call(this,t);var n=this._normalState;t.style&&!n.style&&(n.style=this._mergeStyle(this.createStyle(),this.style)),this._savePrimaryToNormal(t,n,xu)},n.prototype._applyStateObj=function(t,n,r,i,o,a){e.prototype._applyStateObj.call(this,t,n,r,i,o,a);var s,l=!(n&&i);if(n&&n.style?o?i?s=n.style:(s=this._mergeStyle(this.createStyle(),r.style),this._mergeStyle(s,n.style)):(s=this._mergeStyle(this.createStyle(),i?this.style:r.style),this._mergeStyle(s,n.style)):l&&(s=r.style),s){if(o){var u=this.style;if(this.style=this.createStyle(l?{}:u),l)for(var c=f0(u),h=0;h<c.length;h++){var d=c[h];d in s&&(s[d]=s[d],this.style[d]=u[d])}for(var p=f0(s),h=0;h<p.length;h++){var d=p[h];this.style[d]=this.style[d]}this._transitionState(t,{style:s},a,this.getAnimationStyleProps())}else this.useStyle(s)}for(var f=this.__inHover?xc:xu,h=0;h<f.length;h++){var d=f[h];n&&null!=n[d]?this[d]=n[d]:l&&null!=r[d]&&(this[d]=r[d])}},n.prototype._mergeStates=function(t){for(var n,r=e.prototype._mergeStates.call(this,t),i=0;i<t.length;i++){var o=t[i];o.style&&(n=n||{},this._mergeStyle(n,o.style))}return n&&(r.style=n),r},n.prototype._mergeStyle=function(e,t){return fW(e,t),e},n.prototype.getAnimationStyleProps=function(){return xl},n.initDefaultProps=void((t=n.prototype).type="displayable",t.invisible=!1,t.z=0,t.z2=0,t.zlevel=0,t.culling=!1,t.cursor="pointer",t.rectHover=!1,t.incremental=!1,t._rect=null,t.dirtyRectTolerance=0,t.__dirty=3),n}(v7),xd=new mc(0,0,0,0),xp=new mc(0,0,0,0),xf=Math.min,xg=Math.max,xm=Math.sin,xv=Math.cos,xy=2*Math.PI,xx=gS(),xb=gS(),xw=gS();function xS(e,t,n,r,i,o){i[0]=xf(e,n),i[1]=xf(t,r),o[0]=xg(e,n),o[1]=xg(t,r)}var x_=[],xC=[],xk={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},xM=[],xT=[],xD=[],xA=[],xI=[],xP=[],xO=Math.min,xR=Math.max,xE=Math.cos,xL=Math.sin,xB=Math.abs,xN=Math.PI,xZ=2*xN,xF="undefined"!=typeof Float32Array,xz=[];function xV(e){return Math.round(e/xN*1e8)/1e8%2*xN}function xj(e,t){var n=xV(e[0]);n<0&&(n+=xZ);var r=n-e[0],i=e[1];i+=r,!t&&i-n>=xZ?i=n+xZ:t&&n-i>=xZ?i=n-xZ:!t&&n>i?i=n+(xZ-xV(n-i)):t&&n<i&&(i=n-(xZ-xV(i-n))),e[0]=n,e[1]=i}var x$=function(){var e;function t(e){this.dpr=1,this._xi=0,this._yi=0,this._x0=0,this._y0=0,this._len=0,e&&(this._saveData=!1),this._saveData&&(this.data=[])}return t.prototype.increaseVersion=function(){this._version++},t.prototype.getVersion=function(){return this._version},t.prototype.setScale=function(e,t,n){(n=n||0)>0&&(this._ux=xB(n/vF/e)||0,this._uy=xB(n/vF/t)||0)},t.prototype.setDPR=function(e){this.dpr=e},t.prototype.setContext=function(e){this._ctx=e},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(e,t){return this._drawPendingPt(),this.addData(xk.M,e,t),this._ctx&&this._ctx.moveTo(e,t),this._x0=e,this._y0=t,this._xi=e,this._yi=t,this},t.prototype.lineTo=function(e,t){var n=xB(e-this._xi),r=xB(t-this._yi),i=n>this._ux||r>this._uy;if(this.addData(xk.L,e,t),this._ctx&&i&&this._ctx.lineTo(e,t),i)this._xi=e,this._yi=t,this._pendingPtDist=0;else{var o=n*n+r*r;o>this._pendingPtDist&&(this._pendingPtX=e,this._pendingPtY=t,this._pendingPtDist=o)}return this},t.prototype.bezierCurveTo=function(e,t,n,r,i,o){return this._drawPendingPt(),this.addData(xk.C,e,t,n,r,i,o),this._ctx&&this._ctx.bezierCurveTo(e,t,n,r,i,o),this._xi=i,this._yi=o,this},t.prototype.quadraticCurveTo=function(e,t,n,r){return this._drawPendingPt(),this.addData(xk.Q,e,t,n,r),this._ctx&&this._ctx.quadraticCurveTo(e,t,n,r),this._xi=n,this._yi=r,this},t.prototype.arc=function(e,t,n,r,i,o){this._drawPendingPt(),xz[0]=r,xz[1]=i,xj(xz,o),r=xz[0];var a=(i=xz[1])-r;return this.addData(xk.A,e,t,n,n,r,a,0,+!o),this._ctx&&this._ctx.arc(e,t,n,r,i,o),this._xi=xE(i)*n+e,this._yi=xL(i)*n+t,this},t.prototype.arcTo=function(e,t,n,r,i){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(e,t,n,r,i),this},t.prototype.rect=function(e,t,n,r){return this._drawPendingPt(),this._ctx&&this._ctx.rect(e,t,n,r),this.addData(xk.R,e,t,n,r),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(xk.Z);var e=this._ctx,t=this._x0,n=this._y0;return e&&e.closePath(),this._xi=t,this._yi=n,this},t.prototype.fill=function(e){e&&e.fill(),this.toStatic()},t.prototype.stroke=function(e){e&&e.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(e){var t=e.length;!(this.data&&this.data.length===t)&&xF&&(this.data=new Float32Array(t));for(var n=0;n<t;n++)this.data[n]=e[n];this._len=t},t.prototype.appendPath=function(e){e instanceof Array||(e=[e]);for(var t=e.length,n=0,r=this._len,i=0;i<t;i++)n+=e[i].len();xF&&this.data instanceof Float32Array&&(this.data=new Float32Array(r+n));for(var i=0;i<t;i++)for(var o=e[i].data,a=0;a<o.length;a++)this.data[r++]=o[a];this._len=r},t.prototype.addData=function(e,t,n,r,i,o,a,s,l){if(this._saveData){var u=this.data;this._len+arguments.length>u.length&&(this._expandData(),u=this.data);for(var c=0;c<arguments.length;c++)u[this._len++]=arguments[c]}},t.prototype._drawPendingPt=function(){this._pendingPtDist>0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var e=[],t=0;t<this._len;t++)e[t]=this.data[t];this.data=e}},t.prototype.toStatic=function(){if(this._saveData){this._drawPendingPt();var e=this.data;e instanceof Array&&(e.length=this._len,xF&&this._len>11&&(this.data=new Float32Array(e)))}},t.prototype.getBoundingRect=function(){xD[0]=xD[1]=xI[0]=xI[1]=Number.MAX_VALUE,xA[0]=xA[1]=xP[0]=xP[1]=-Number.MAX_VALUE;var e,t=this.data,n=0,r=0,i=0,o=0;for(e=0;e<this._len;){var a=t[e++],s=1===e;switch(s&&(n=t[e],r=t[e+1],i=n,o=r),a){case xk.M:n=i=t[e++],r=o=t[e++],xI[0]=i,xI[1]=o,xP[0]=i,xP[1]=o;break;case xk.L:xS(n,r,t[e],t[e+1],xI,xP),n=t[e++],r=t[e++];break;case xk.C:(function(e,t,n,r,i,o,a,s,l,u){var c=mj(e,n,i,a,x_);l[0]=1/0,l[1]=1/0,u[0]=-1/0,u[1]=-1/0;for(var h=0;h<c;h++){var d=mF(e,n,i,a,x_[h]);l[0]=xf(d,l[0]),u[0]=xg(d,u[0])}c=mj(t,r,o,s,xC);for(var h=0;h<c;h++){var p=mF(t,r,o,s,xC[h]);l[1]=xf(p,l[1]),u[1]=xg(p,u[1])}l[0]=xf(e,l[0]),u[0]=xg(e,u[0]),l[0]=xf(a,l[0]),u[0]=xg(a,u[0]),l[1]=xf(t,l[1]),u[1]=xg(t,u[1]),l[1]=xf(s,l[1]),u[1]=xg(s,u[1])})(n,r,t[e++],t[e++],t[e++],t[e++],t[e],t[e+1],xI,xP),n=t[e++],r=t[e++];break;case xk.Q:(function(e,t,n,r,i,o,a,s){var l=xg(xf(mG(e,n,i),1),0),u=xg(xf(mG(t,r,o),1),0),c=mH(e,n,i,l),h=mH(t,r,o,u);a[0]=xf(e,i,c),a[1]=xf(t,o,h),s[0]=xg(e,i,c),s[1]=xg(t,o,h)})(n,r,t[e++],t[e++],t[e],t[e+1],xI,xP),n=t[e++],r=t[e++];break;case xk.A:var l=t[e++],u=t[e++],c=t[e++],h=t[e++],d=t[e++],p=t[e++]+d;e+=1;var f=!t[e++];s&&(i=xE(d)*c+l,o=xL(d)*h+u),function(e,t,n,r,i,o,a,s,l){var u=Math.abs(i-o);if(u%xy<1e-4&&u>1e-4){s[0]=e-n,s[1]=t-r,l[0]=e+n,l[1]=t+r;return}if(xx[0]=xv(i)*n+e,xx[1]=xm(i)*r+t,xb[0]=xv(o)*n+e,xb[1]=xm(o)*r+t,gP(s,xx,xb),gO(l,xx,xb),(i%=xy)<0&&(i+=xy),(o%=xy)<0&&(o+=xy),i>o&&!a?o+=xy:i<o&&a&&(i+=xy),a){var c=o;o=i,i=c}for(var h=0;h<o;h+=Math.PI/2)h>i&&(xw[0]=xv(h)*n+e,xw[1]=xm(h)*r+t,gP(s,xw,s),gO(l,xw,l))}(l,u,c,h,d,p,f,xI,xP),n=xE(p)*c+l,r=xL(p)*h+u;break;case xk.R:xS(i=n=t[e++],o=r=t[e++],i+t[e++],o+t[e++],xI,xP);break;case xk.Z:n=i,r=o}gP(xD,xD,xI),gO(xA,xA,xP)}return 0===e&&(xD[0]=xD[1]=xA[0]=xA[1]=0),new mc(xD[0],xD[1],xA[0]-xD[0],xA[1]-xD[1])},t.prototype._calculateLength=function(){var e=this.data,t=this._len,n=this._ux,r=this._uy,i=0,o=0,a=0,s=0;this._pathSegLen||(this._pathSegLen=[]);for(var l=this._pathSegLen,u=0,c=0,h=0;h<t;){var d=e[h++],p=1===h;p&&(i=e[h],o=e[h+1],a=i,s=o);var f=-1;switch(d){case xk.M:i=a=e[h++],o=s=e[h++];break;case xk.L:var g=e[h++],m=e[h++],v=g-i,y=m-o;(xB(v)>n||xB(y)>r||h===t-1)&&(f=Math.sqrt(v*v+y*y),i=g,o=m);break;case xk.C:var x=e[h++],b=e[h++],g=e[h++],m=e[h++],w=e[h++],S=e[h++];f=function(e,t,n,r,i,o,a,s,l){for(var u=e,c=t,h=0,d=1;d<=10;d++){var p=.1*d,f=mF(e,n,i,a,p),g=mF(t,r,o,s,p),m=f-u,v=g-c;h+=Math.sqrt(m*m+v*v),u=f,c=g}return h}(i,o,x,b,g,m,w,S,10),i=w,o=S;break;case xk.Q:var x=e[h++],b=e[h++],g=e[h++],m=e[h++];f=function(e,t,n,r,i,o,a){for(var s=e,l=t,u=0,c=1;c<=10;c++){var h=.1*c,d=mH(e,n,i,h),p=mH(t,r,o,h),f=d-s,g=p-l;u+=Math.sqrt(f*f+g*g),s=d,l=p}return u}(i,o,x,b,g,m,10),i=g,o=m;break;case xk.A:var _=e[h++],C=e[h++],k=e[h++],M=e[h++],T=e[h++],D=e[h++],A=D+T;h+=1,p&&(a=xE(T)*k+_,s=xL(T)*M+C),f=xR(k,M)*xO(xZ,Math.abs(D)),i=xE(A)*k+_,o=xL(A)*M+C;break;case xk.R:a=i=e[h++],s=o=e[h++],f=2*e[h++]+2*e[h++];break;case xk.Z:var v=a-i,y=s-o;f=Math.sqrt(v*v+y*y),i=a,o=s}f>=0&&(l[c++]=f,u+=f)}return this._pathLen=u,u},t.prototype.rebuildPath=function(e,t){var n,r,i,o,a,s,l,u,c,h,d=this.data,p=this._ux,f=this._uy,g=this._len,m=t<1,v=0,y=0,x=0;if(!m||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,u=t*this._pathLen))t:for(var b=0;b<g;){var w=d[b++],S=1===b;switch(S&&(i=d[b],o=d[b+1],n=i,r=o),w!==xk.L&&x>0&&(e.lineTo(c,h),x=0),w){case xk.M:n=i=d[b++],r=o=d[b++],e.moveTo(i,o);break;case xk.L:a=d[b++],s=d[b++];var _=xB(a-i),C=xB(s-o);if(_>p||C>f){if(m){var k=l[y++];if(v+k>u){var M=(u-v)/k;e.lineTo(i*(1-M)+a*M,o*(1-M)+s*M);break t}v+=k}e.lineTo(a,s),i=a,o=s,x=0}else{var T=_*_+C*C;T>x&&(c=a,h=s,x=T)}break;case xk.C:var D=d[b++],A=d[b++],I=d[b++],P=d[b++],O=d[b++],R=d[b++];if(m){var k=l[y++];if(v+k>u){var M=(u-v)/k;m$(i,D,I,O,M,xM),m$(o,A,P,R,M,xT),e.bezierCurveTo(xM[1],xT[1],xM[2],xT[2],xM[3],xT[3]);break t}v+=k}e.bezierCurveTo(D,A,I,P,O,R),i=O,o=R;break;case xk.Q:var D=d[b++],A=d[b++],I=d[b++],P=d[b++];if(m){var k=l[y++];if(v+k>u){var M=(u-v)/k;mq(i,D,I,M,xM),mq(o,A,P,M,xT),e.quadraticCurveTo(xM[1],xT[1],xM[2],xT[2]);break t}v+=k}e.quadraticCurveTo(D,A,I,P),i=I,o=P;break;case xk.A:var E=d[b++],L=d[b++],B=d[b++],N=d[b++],Z=d[b++],F=d[b++],z=d[b++],V=!d[b++],j=B>N?B:N,$=xB(B-N)>.001,H=Z+F,W=!1;if(m){var k=l[y++];v+k>u&&(H=Z+F*(u-v)/k,W=!0),v+=k}if($&&e.ellipse?e.ellipse(E,L,B,N,z,Z,H,V):e.arc(E,L,j,Z,H,V),W)break t;S&&(n=xE(Z)*B+E,r=xL(Z)*N+L),i=xE(H)*B+E,o=xL(H)*N+L;break;case xk.R:n=i=d[b],r=o=d[b+1],a=d[b++],s=d[b++];var G=d[b++],q=d[b++];if(m){var k=l[y++];if(v+k>u){var U=u-v;e.moveTo(a,s),e.lineTo(a+xO(U,G),s),(U-=G)>0&&e.lineTo(a+G,s+xO(U,q)),(U-=q)>0&&e.lineTo(a+xR(G-U,0),s+q),(U-=G)>0&&e.lineTo(a,s+xR(q-U,0));break t}v+=k}e.rect(a,s,G,q);break;case xk.Z:if(m){var k=l[y++];if(v+k>u){var M=(u-v)/k;e.lineTo(i*(1-M)+n*M,o*(1-M)+r*M);break t}v+=k}e.closePath(),i=n,o=r}}},t.prototype.clone=function(){var e=new t,n=this.data;return e.data=n.slice?n.slice():Array.prototype.slice.call(n),e._len=this._len,e},t.CMD=xk,t.initDefaultProps=void((e=t.prototype)._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,e._version=0),t}();function xH(e,t,n,r,i,o,a){if(0===i)return!1;var s=0,l=e;if(a>t+i&&a>r+i||a<t-i&&a<r-i||o>e+i&&o>n+i||o<e-i&&o<n-i)return!1;if(e===n)return Math.abs(o-e)<=i/2;s=(t-r)/(e-n);var u=s*o-a+(l=(e*r-n*t)/(e-n));return u*u/(s*s+1)<=i/2*i/2}var xW=2*Math.PI;function xG(e){return(e%=xW)<0&&(e+=xW),e}var xq=2*Math.PI;function xU(e,t,n,r,i,o){if(o>t&&o>r||o<t&&o<r||r===t)return 0;var a=(o-t)/(r-t),s=r<t?1:-1;(1===a||0===a)&&(s=r<t?.5:-.5);var l=a*(n-e)+e;return l===i?1/0:l>i?s:0}var xY=x$.CMD,xX=2*Math.PI,xK=[-1,-1,-1],xQ=[-1,-1];function xJ(e,t,n,r,i){for(var o,a,s=e.data,l=e.len(),u=0,c=0,h=0,d=0,p=0,f=0;f<l;){var g,m,v,y,x,b,w,S,_,C,k,M,T,D,A=s[f++],I=1===f;switch(A===xY.M&&f>1&&!n&&(u+=xU(c,h,d,p,r,i)),I&&(c=s[f],h=s[f+1],d=c,p=h),A){case xY.M:d=s[f++],p=s[f++],c=d,h=p;break;case xY.L:if(n){if(xH(c,h,s[f],s[f+1],t,r,i))return!0}else u+=xU(c,h,s[f],s[f+1],r,i)||0;c=s[f++],h=s[f++];break;case xY.C:if(n){if(g=c,m=h,v=s[f++],y=s[f++],x=s[f++],b=s[f++],w=s[f],S=s[f+1],0!==t&&(!(i>m+t)||!(i>y+t)||!(i>b+t)||!(i>S+t))&&(!(i<m-t)||!(i<y-t)||!(i<b-t)||!(i<S-t))&&(!(r>g+t)||!(r>v+t)||!(r>x+t)||!(r>w+t))&&(!(r<g-t)||!(r<v-t)||!(r<x-t)||!(r<w-t))&&function(e,t,n,r,i,o,a,s,l,u,c){var h,d,p,f,g,m=.005,v=1/0;mE[0]=l,mE[1]=u;for(var y=0;y<1;y+=.05)mL[0]=mF(e,n,i,a,y),mL[1]=mF(t,r,o,s,y),(f=gD(mE,mL))<v&&(h=y,v=f);v=1/0;for(var x=0;x<32&&!(m<1e-4);x++)d=h-m,p=h+m,mL[0]=mF(e,n,i,a,d),mL[1]=mF(t,r,o,s,d),f=gD(mL,mE),d>=0&&f<v?(h=d,v=f):(mB[0]=mF(e,n,i,a,p),mB[1]=mF(t,r,o,s,p),g=gD(mB,mE),p<=1&&g<v?(h=p,v=g):m*=.5);return mP(v)}(g,m,v,y,x,b,w,S,r,i,0)<=t/2)return!0}else u+=function(e,t,n,r,i,o,a,s,l,u){if(u>t&&u>r&&u>o&&u>s||u<t&&u<r&&u<o&&u<s)return 0;var c=mV(t,r,o,s,u,xK);if(0===c)return 0;for(var h=0,d=-1,p=void 0,f=void 0,g=0;g<c;g++){var m=xK[g],v=0===m||1===m?.5:1;!(mF(e,n,i,a,m)<l)&&(d<0&&(d=mj(t,r,o,s,xQ),xQ[1]<xQ[0]&&d>1&&function(){var e=xQ[0];xQ[0]=xQ[1],xQ[1]=e}(),p=mF(t,r,o,s,xQ[0]),d>1&&(f=mF(t,r,o,s,xQ[1]))),2===d?m<xQ[0]?h+=p<t?v:-v:m<xQ[1]?h+=f<p?v:-v:h+=s<f?v:-v:m<xQ[0]?h+=p<t?v:-v:h+=s<p?v:-v)}return h}(c,h,s[f++],s[f++],s[f++],s[f++],s[f],s[f+1],r,i)||0;c=s[f++],h=s[f++];break;case xY.Q:if(n){if(_=c,C=h,k=s[f++],M=s[f++],T=s[f],D=s[f+1],0!==t&&(!(i>C+t)||!(i>M+t)||!(i>D+t))&&(!(i<C-t)||!(i<M-t)||!(i<D-t))&&(!(r>_+t)||!(r>k+t)||!(r>T+t))&&(!(r<_-t)||!(r<k-t)||!(r<T-t))&&function(e,t,n,r,i,o,a,s,l){var u,c=.005,h=1/0;mE[0]=a,mE[1]=s;for(var d=0;d<1;d+=.05){mL[0]=mH(e,n,i,d),mL[1]=mH(t,r,o,d);var p=gD(mE,mL);p<h&&(u=d,h=p)}h=1/0;for(var f=0;f<32&&!(c<1e-4);f++){var g=u-c,m=u+c;mL[0]=mH(e,n,i,g),mL[1]=mH(t,r,o,g);var p=gD(mL,mE);if(g>=0&&p<h)u=g,h=p;else{mB[0]=mH(e,n,i,m),mB[1]=mH(t,r,o,m);var v=gD(mB,mE);m<=1&&v<h?(u=m,h=v):c*=.5}}return mP(h)}(_,C,k,M,T,D,r,i,0)<=t/2)return!0}else u+=function(e,t,n,r,i,o,a,s){if(s>t&&s>r&&s>o||s<t&&s<r&&s<o)return 0;var l=function(e,t,n,r,i){var o=e-2*t+n,a=2*(t-e),s=e-r,l=0;if(mN(o)){if(mZ(a)){var u=-s/a;u>=0&&u<=1&&(i[l++]=u)}}else{var c=a*a-4*o*s;if(mN(c)){var u=-a/(2*o);u>=0&&u<=1&&(i[l++]=u)}else if(c>0){var h=mP(c),u=(-a+h)/(2*o),d=(-a-h)/(2*o);u>=0&&u<=1&&(i[l++]=u),d>=0&&d<=1&&(i[l++]=d)}}return l}(t,r,o,s,xK);if(0===l)return 0;var u=mG(t,r,o);if(u>=0&&u<=1){for(var c=0,h=mH(t,r,o,u),d=0;d<l;d++){var p=0===xK[d]||1===xK[d]?.5:1,f=mH(e,n,i,xK[d]);!(f<a)&&(xK[d]<u?c+=h<t?p:-p:c+=o<h?p:-p)}return c}var p=0===xK[0]||1===xK[0]?.5:1,f=mH(e,n,i,xK[0]);return f<a?0:o<t?p:-p}(c,h,s[f++],s[f++],s[f],s[f+1],r,i)||0;c=s[f++],h=s[f++];break;case xY.A:var P=s[f++],O=s[f++],R=s[f++],E=s[f++],L=s[f++],B=s[f++];f+=1;var N=!!(1-s[f++]);o=Math.cos(L)*R+P,a=Math.sin(L)*E+O,I?(d=o,p=a):u+=xU(c,h,o,a,r,i);var Z=(r-P)*E/R+P;if(n){if(function(e,t,n,r,i,o,a,s,l){if(0===a)return!1;var u=Math.sqrt((s-=e)*s+(l-=t)*l);if(u-a>n||u+a<n)return!1;if(Math.abs(r-i)%xq<1e-4)return!0;if(o){var c=r;r=xG(i),i=xG(c)}else r=xG(r),i=xG(i);r>i&&(i+=xq);var h=Math.atan2(l,s);return h<0&&(h+=xq),h>=r&&h<=i||h+xq>=r&&h+xq<=i}(P,O,E,L,L+B,N,t,Z,i))return!0}else u+=function(e,t,n,r,i,o,a,s){if((s-=t)>n||s<-n)return 0;var l=Math.sqrt(n*n-s*s);xK[0]=-l,xK[1]=l;var u=Math.abs(r-i);if(u<1e-4)return 0;if(u>=xX-1e-4){r=0,i=xX;var c=o?1:-1;return a>=xK[0]+e&&a<=xK[1]+e?c:0}if(r>i){var h=r;r=i,i=h}r<0&&(r+=xX,i+=xX);for(var d=0,p=0;p<2;p++){var f=xK[p];if(f+e>a){var g=Math.atan2(s,f),c=o?1:-1;g<0&&(g=xX+g),(g>=r&&g<=i||g+xX>=r&&g+xX<=i)&&(g>Math.PI/2&&g<1.5*Math.PI&&(c=-c),d+=c)}}return d}(P,O,E,L,L+B,N,Z,i);c=Math.cos(L+B)*R+P,h=Math.sin(L+B)*E+O;break;case xY.R:d=c=s[f++],p=h=s[f++];var F=s[f++],z=s[f++];if(o=d+F,a=p+z,n){if(xH(d,p,o,p,t,r,i)||xH(o,p,o,a,t,r,i)||xH(o,a,d,a,t,r,i)||xH(d,a,d,p,t,r,i))return!0}else u+=xU(o,p,o,a,r,i),u+=xU(d,a,d,p,r,i);break;case xY.Z:if(n){if(xH(c,h,d,p,t,r,i))return!0}else u+=xU(c,h,d,p,r,i);c=d,h=p}}return!n&&!(1e-4>Math.abs(h-p))&&(u+=xU(c,h,d,p,r,i)||0),0!==u}var x0=fG({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},xs),x1={style:fG({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},xl.style)},x2=vU.concat(["invisible","culling","z","z2","zlevel","parent"]);let x5=function(e){var t;function n(t){return e.call(this,t)||this}return gw(n,e),n.prototype.update=function(){var t=this;e.prototype.update.call(this);var r=this.style;if(r.decal){var i=this._decalEl=this._decalEl||new n;i.buildPath===n.prototype.buildPath&&(i.buildPath=function(e){t.buildPath(e,t.shape)}),i.silent=!0;var o=i.style;for(var a in r)o[a]!==r[a]&&(o[a]=r[a]);o.fill=r.fill?r.decal:null,o.decal=null,o.shadowColor=null,r.strokeFirst&&(o.stroke=null);for(var s=0;s<x2.length;++s)i[x2[s]]=this[x2[s]];i.__dirty|=1}else this._decalEl&&(this._decalEl=null)},n.prototype.getDecalElement=function(){return this._decalEl},n.prototype._init=function(t){var n=f0(t);this.shape=this.getDefaultShape();var r=this.getDefaultStyle();r&&this.useStyle(r);for(var i=0;i<n.length;i++){var o=n[i],a=t[o];"style"===o?this.style?fW(this.style,a):this.useStyle(a):"shape"===o?fW(this.shape,a):e.prototype.attrKV.call(this,o,a)}this.style||this.useStyle({})},n.prototype.getDefaultStyle=function(){return null},n.prototype.getDefaultShape=function(){return{}},n.prototype.canBeInsideText=function(){return this.hasFill()},n.prototype.getInsideTextFill=function(){var e=this.style.fill;if("none"!==e){if(f4(e)){var t=vl(e,0);return t>.5?vz:t>.2?"#eee":vV}if(e)return vV}return vz},n.prototype.getInsideTextStroke=function(e){var t=this.style.fill;if(f4(t)){var n=this.__zr;if(!!(n&&n.isDarkMode())==.4>vl(e,0))return t}},n.prototype.buildPath=function(e,t,n){},n.prototype.pathUpdated=function(){this.__dirty&=-5},n.prototype.getUpdatedPathProxy=function(e){return this.path||this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,e),this.path},n.prototype.createPathProxy=function(){this.path=new x$(!1)},n.prototype.hasStroke=function(){var e=this.style,t=e.stroke;return null!=t&&"none"!==t&&e.lineWidth>0},n.prototype.hasFill=function(){var e=this.style.fill;return null!=e&&"none"!==e},n.prototype.getBoundingRect=function(){var e=this._rect,t=this.style,n=!e;if(n){var r=!1;this.path||(r=!0,this.createPathProxy());var i=this.path;(r||4&this.__dirty)&&(i.beginPath(),this.buildPath(i,this.shape,!1),this.pathUpdated()),e=i.getBoundingRect()}if(this._rect=e,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=e.clone());if(this.__dirty||n){o.copy(e);var a=t.strokeNoScale?this.getLineScale():1,s=t.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return e},n.prototype.contain=function(e,t){var n=this.transformCoordToLocal(e,t),r=this.getBoundingRect(),i=this.style;if(e=n[0],t=n[1],r.contain(e,t)){var o=this.path;if(this.hasStroke()){var a=i.lineWidth,s=i.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),xJ(o,a/s,!0,e,t)))return!0}if(this.hasFill())return xJ(o,0,!1,e,t)}return!1},n.prototype.dirtyShape=function(){this.__dirty|=4,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},n.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},n.prototype.animateShape=function(e){return this.animate("shape",e)},n.prototype.updateDuringAnimation=function(e){"style"===e?this.dirtyStyle():"shape"===e?this.dirtyShape():this.markRedraw()},n.prototype.attrKV=function(t,n){"shape"===t?this.setShape(n):e.prototype.attrKV.call(this,t,n)},n.prototype.setShape=function(e,t){var n=this.shape;return n||(n=this.shape={}),"string"==typeof e?n[e]=t:fW(n,e),this.dirtyShape(),this},n.prototype.shapeChanged=function(){return!!(4&this.__dirty)},n.prototype.createStyle=function(e){return gg(x0,e)},n.prototype._innerSaveToNormal=function(t){e.prototype._innerSaveToNormal.call(this,t);var n=this._normalState;t.shape&&!n.shape&&(n.shape=fW({},this.shape))},n.prototype._applyStateObj=function(t,n,r,i,o,a){e.prototype._applyStateObj.call(this,t,n,r,i,o,a);var s,l=!(n&&i);if(n&&n.shape?o?i?s=n.shape:(s=fW({},r.shape),fW(s,n.shape)):(s=fW({},i?this.shape:r.shape),fW(s,n.shape)):l&&(s=r.shape),s){if(o){this.shape=fW({},this.shape);for(var u={},c=f0(s),h=0;h<c.length;h++){var d=c[h];"object"==typeof s[d]?this.shape[d]=s[d]:u[d]=s[d]}this._transitionState(t,{shape:u},a)}else this.shape=s,this.dirtyShape()}},n.prototype._mergeStates=function(t){for(var n,r=e.prototype._mergeStates.call(this,t),i=0;i<t.length;i++){var o=t[i];o.shape&&(n=n||{},this._mergeStyle(n,o.shape))}return n&&(r.shape=n),r},n.prototype.getAnimationStyleProps=function(){return x1},n.prototype.isZeroArea=function(){return!1},n.extend=function(e){var t=function(t){function n(n){var r=t.call(this,n)||this;return e.init&&e.init.call(r,n),r}return gw(n,t),n.prototype.getDefaultStyle=function(){return f$(e.style)},n.prototype.getDefaultShape=function(){return f$(e.shape)},n}(n);for(var r in e)"function"==typeof e[r]&&(t.prototype[r]=e[r]);return t},n.initDefaultProps=void((t=n.prototype).type="path",t.strokeContainThreshold=5,t.segmentIgnoreThreshold=0,t.subPixelOptimize=!1,t.autoBatch=!1,t.__dirty=7),n}(xh);var x3=fG({strokeFirst:!0,font:fT,x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},x0),x4=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return gw(t,e),t.prototype.hasStroke=function(){var e=this.style,t=e.stroke;return null!=t&&"none"!==t&&e.lineWidth>0},t.prototype.hasFill=function(){var e=this.style.fill;return null!=e&&"none"!==e},t.prototype.createStyle=function(e){return gg(x3,e)},t.prototype.setBoundingRect=function(e){this._rect=e},t.prototype.getBoundingRect=function(){var e=this.style;if(!this._rect){var t=e.text;null!=t?t+="":t="";var n=vQ(t,e.font,e.textAlign,e.textBaseline);if(n.x+=e.x||0,n.y+=e.y||0,this.hasStroke()){var r=e.lineWidth;n.x-=r/2,n.y-=r/2,n.width+=r,n.height+=r}this._rect=n}return this._rect},t.initDefaultProps=void(t.prototype.dirtyRectTolerance=10),t}(xh);x4.prototype.type="tspan";var x8=fG({x:0,y:0},xs),x6={style:fG({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},xl.style)},x9=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return gw(t,e),t.prototype.createStyle=function(e){return gg(x8,e)},t.prototype._getSize=function(e){var t,n=this.style,r=n[e];if(null!=r)return r;var i=(t=n.image)&&"string"!=typeof t&&t.width&&t.height?n.image:this.__image;if(!i)return 0;var o="width"===e?"height":"width",a=n[o];return null==a?i[e]:i[e]/i[o]*a},t.prototype.getWidth=function(){return this._getSize("width")},t.prototype.getHeight=function(){return this._getSize("height")},t.prototype.getAnimationStyleProps=function(){return x6},t.prototype.getBoundingRect=function(){var e=this.style;return this._rect||(this._rect=new mc(e.x||0,e.y||0,this.getWidth(),this.getHeight())),this._rect},t}(xh);x9.prototype.type="image";let x7=x9;var be=Math.round;function bt(e,t,n){if(t){var r=t.x1,i=t.x2,o=t.y1,a=t.y2;e.x1=r,e.x2=i,e.y1=o,e.y2=a;var s=n&&n.lineWidth;return s&&(be(2*r)===be(2*i)&&(e.x1=e.x2=br(r,s,!0)),be(2*o)===be(2*a)&&(e.y1=e.y2=br(o,s,!0))),e}}function bn(e,t,n){if(t){var r=t.x,i=t.y,o=t.width,a=t.height;e.x=r,e.y=i,e.width=o,e.height=a;var s=n&&n.lineWidth;return s&&(e.x=br(r,s,!0),e.y=br(i,s,!0),e.width=Math.max(br(r+o,s,!1)-e.x,+(0!==o)),e.height=Math.max(br(i+a,s,!1)-e.y,+(0!==a))),e}}function br(e,t,n){if(!t)return e;var r=be(2*e);return(r+be(t))%2==0?r/2:(r+(n?1:-1))/2}var bi=function(){this.x=0,this.y=0,this.width=0,this.height=0},bo={},ba=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultShape=function(){return new bi},t.prototype.buildPath=function(e,t){if(this.subPixelOptimize){var n,r,i,o,a,s,l,u,c,h,d,p,f,g,m,v=bn(bo,t,this.style);p=v.x,f=v.y,g=v.width,m=v.height,v.r=t.r,t=v}else p=t.x,f=t.y,g=t.width,m=t.height;t.r?(l=(n=t).x,u=n.y,c=n.width,h=n.height,d=n.r,c<0&&(l+=c,c=-c),h<0&&(u+=h,h=-h),"number"==typeof d?r=i=o=a=d:d instanceof Array?1===d.length?r=i=o=a=d[0]:2===d.length?(r=o=d[0],i=a=d[1]):3===d.length?(r=d[0],i=a=d[1],o=d[2]):(r=d[0],i=d[1],o=d[2],a=d[3]):r=i=o=a=0,r+i>c&&(s=r+i,r*=c/s,i*=c/s),o+a>c&&(s=o+a,o*=c/s,a*=c/s),i+o>h&&(s=i+o,i*=h/s,o*=h/s),r+a>h&&(s=r+a,r*=h/s,a*=h/s),e.moveTo(l+r,u),e.lineTo(l+c-i,u),0!==i&&e.arc(l+c-i,u+i,i,-Math.PI/2,0),e.lineTo(l+c,u+h-o),0!==o&&e.arc(l+c-o,u+h-o,o,0,Math.PI/2),e.lineTo(l+a,u+h),0!==a&&e.arc(l+a,u+h-a,a,Math.PI/2,Math.PI),e.lineTo(l,u+r),0!==r&&e.arc(l+r,u+r,r,Math.PI,1.5*Math.PI)):e.rect(p,f,g,m)},t.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},t}(x5);ba.prototype.type="rect";let bs=ba;var bl={fill:"#000"},bu={style:fG({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},xl.style)},bc=function(e){function t(t){var n=e.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=bl,n.attr(t),n}return gw(t,e),t.prototype.childrenRef=function(){return this._children},t.prototype.update=function(){e.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var t=0;t<this._children.length;t++){var n=this._children[t];n.zlevel=this.zlevel,n.z=this.z,n.z2=this.z2,n.culling=this.culling,n.cursor=this.cursor,n.invisible=this.invisible}},t.prototype.updateTransform=function(){var t=this.innerTransformable;t?(t.updateTransform(),t.transform&&(this.transform=t.transform)):e.prototype.updateTransform.call(this)},t.prototype.getLocalTransform=function(t){var n=this.innerTransformable;return n?n.getLocalTransform(t):e.prototype.getLocalTransform.call(this,t)},t.prototype.getComputedTransform=function(){return this.__hostTarget&&(this.__hostTarget.getComputedTransform(),this.__hostTarget.updateInnerText(!0)),e.prototype.getComputedTransform.call(this)},t.prototype._updateSubTexts=function(){var e;this._childCursor=0,bg(e=this.style),fX(e.rich,bg),this.style.rich?this._updateRichTexts():this._updatePlainTexts(),this._children.length=this._childCursor,this.styleUpdated()},t.prototype.addSelfToZr=function(t){e.prototype.addSelfToZr.call(this,t);for(var n=0;n<this._children.length;n++)this._children[n].__zr=t},t.prototype.removeSelfFromZr=function(t){e.prototype.removeSelfFromZr.call(this,t);for(var n=0;n<this._children.length;n++)this._children[n].__zr=null},t.prototype.getBoundingRect=function(){if(this.styleChanged()&&this._updateSubTexts(),!this._rect){for(var e=new mc(0,0,0,0),t=this._children,n=[],r=null,i=0;i<t.length;i++){var o=t[i],a=o.getBoundingRect(),s=o.getLocalTransform(n);s?(e.copy(a),e.applyTransform(s),(r=r||e.clone()).union(e)):(r=r||a.clone()).union(a)}this._rect=r||e}return this._rect},t.prototype.setDefaultTextStyle=function(e){this._defaultStyle=e||bl},t.prototype.setTextContent=function(e){},t.prototype._mergeStyle=function(e,t){if(!t)return e;var n=t.rich,r=e.rich||n&&{};return fW(e,t),n&&r?(this._mergeRich(r,n),e.rich=r):r&&(e.rich=r),e},t.prototype._mergeRich=function(e,t){for(var n=f0(t),r=0;r<n.length;r++){var i=n[r];e[i]=e[i]||{},fW(e[i],t[i])}},t.prototype.getAnimationStyleProps=function(){return bu},t.prototype._getOrCreateChild=function(e){var t=this._children[this._childCursor];return t&&t instanceof e||(t=new e),this._children[this._childCursor++]=t,t.__zr=this.__zr,t.parent=this,t},t.prototype._updatePlainTexts=function(){var e=this.style,t=e.font||fT,n=e.padding,r=function(e,t){null!=e&&(e+="");var n,r=t.overflow,i=t.padding,o=t.font,a=v1(o),s=gi(t.lineHeight,a),l=!!t.backgroundColor,u="truncate"===t.lineOverflow,c=t.width,h=(n=null!=c&&("break"===r||"breakAll"===r)?e?xo(e,t.font,c,"breakAll"===r,0).lines:[]:e?e.split("\n"):[]).length*s,d=gi(t.height,h);if(h>d&&u){var p=Math.floor(d/s);n=n.slice(0,p)}if(e&&"truncate"===r&&null!=c)for(var f=y9(c,o,t.ellipsis,{minChar:t.truncateMinChar,placeholder:t.placeholder}),g=0;g<n.length;g++)n[g]=y7(n[g],f);for(var m=d,v=0,g=0;g<n.length;g++)v=Math.max(vX(n[g],o),v);null==c&&(c=v);var y=v;return i&&(m+=i[0]+i[2],y+=i[1]+i[3],c+=i[1]+i[3]),l&&(y=c),{lines:n,height:d,outerWidth:y,outerHeight:m,lineHeight:s,calculatedLineHeight:a,contentWidth:v,contentHeight:h,width:c}}(bx(e),e),i=bb(e),o=!!e.backgroundColor,a=r.outerHeight,s=r.outerWidth,l=r.contentWidth,u=r.lines,c=r.lineHeight,h=this._defaultStyle,d=e.x||0,p=e.y||0,f=e.align||h.align||"left",g=e.verticalAlign||h.verticalAlign||"top",m=d,v=v0(p,r.contentHeight,g);if(i||n){var y=vJ(d,s,f),x=v0(p,a,g);i&&this._renderBackground(e,e,y,x,s,a)}v+=c/2,n&&(m=by(d,f,n),"top"===g?v+=n[0]:"bottom"===g&&(v-=n[2]));for(var b=0,w=!1,S=bv("fill"in e?e.fill:(w=!0,h.fill)),_=bm("stroke"in e?e.stroke:o||h.autoStroke&&!w?null:(b=2,h.stroke)),C=e.textShadowBlur>0,k=null!=e.width&&("truncate"===e.overflow||"break"===e.overflow||"breakAll"===e.overflow),M=r.calculatedLineHeight,T=0;T<u.length;T++){var D=this._getOrCreateChild(x4),A=D.createStyle();D.useStyle(A),A.text=u[T],A.x=m,A.y=v,f&&(A.textAlign=f),A.textBaseline="middle",A.opacity=e.opacity,A.strokeFirst=!0,C&&(A.shadowBlur=e.textShadowBlur||0,A.shadowColor=e.textShadowColor||"transparent",A.shadowOffsetX=e.textShadowOffsetX||0,A.shadowOffsetY=e.textShadowOffsetY||0),A.stroke=_,A.fill=S,_&&(A.lineWidth=e.lineWidth||b,A.lineDash=e.lineDash,A.lineDashOffset=e.lineDashOffset||0),A.font=t,bf(A,e),v+=c,k&&D.setBoundingRect(new mc(vJ(A.x,e.width,A.textAlign),v0(A.y,M,A.textBaseline),l,M))}},t.prototype._updateRichTexts=function(){var e=this.style,t=function(e,t){var n,r=new xn;if(null!=e&&(e+=""),!e)return r;for(var i=t.width,o=t.height,a=t.overflow,s=("break"===a||"breakAll"===a)&&null!=i?{width:i,accumWidth:0,breakAll:"breakAll"===a}:null,l=y6.lastIndex=0;null!=(n=y6.exec(e));){var u=n.index;u>l&&xr(r,e.substring(l,u),t,s),xr(r,n[2],t,s,n[1]),l=y6.lastIndex}l<e.length&&xr(r,e.substring(l,e.length),t,s);var c=[],h=0,d=0,p=t.padding,f="truncate"===a,g="truncate"===t.lineOverflow;function m(e,t,n){e.width=t,e.lineHeight=n,h+=n,d=Math.max(d,t)}n:for(var v=0;v<r.lines.length;v++){for(var y=r.lines[v],x=0,b=0,w=0;w<y.tokens.length;w++){var S=y.tokens[w],_=S.styleName&&t.rich[S.styleName]||{},C=S.textPadding=_.padding,k=C?C[1]+C[3]:0,M=S.font=_.font||t.font;S.contentHeight=v1(M);var T=gi(_.height,S.contentHeight);if(S.innerHeight=T,C&&(T+=C[0]+C[2]),S.height=T,S.lineHeight=go(_.lineHeight,t.lineHeight,T),S.align=_&&_.align||t.align,S.verticalAlign=_&&_.verticalAlign||"middle",g&&null!=o&&h+S.lineHeight>o){w>0?(y.tokens=y.tokens.slice(0,w),m(y,b,x),r.lines=r.lines.slice(0,v+1)):r.lines=r.lines.slice(0,v);break n}var D=_.width,A=null==D||"auto"===D;if("string"==typeof D&&"%"===D.charAt(D.length-1))S.percentWidth=D,c.push(S),S.contentWidth=vX(S.text,M);else{if(A){var I=_.backgroundColor,P=I&&I.image;P&&y8(P=function(e){if("string"!=typeof e)return e;var t=y5.get(e);return t&&t.image}(P))&&(S.width=Math.max(S.width,P.width*T/P.height))}var O=f&&null!=i?i-b:null;null!=O&&O<S.width?!A||O<k?(S.text="",S.width=S.contentWidth=0):(S.text=function(e,t,n,r,i){if(!t)return"";var o=(e+"").split("\n");i=y9(t,n,r,i);for(var a=0,s=o.length;a<s;a++)o[a]=y7(o[a],i);return o.join("\n")}(S.text,O-k,M,t.ellipsis,{minChar:t.truncateMinChar}),S.width=S.contentWidth=vX(S.text,M)):S.contentWidth=vX(S.text,M)}S.width+=k,b+=S.width,_&&(x=Math.max(x,S.lineHeight))}m(y,b,x)}r.outerWidth=r.width=gi(i,d),r.outerHeight=r.height=gi(o,h),r.contentHeight=h,r.contentWidth=d,p&&(r.outerWidth+=p[1]+p[3],r.outerHeight+=p[0]+p[2]);for(var v=0;v<c.length;v++){var S=c[v],R=S.percentWidth;S.width=parseInt(R,10)/100*r.width}return r}(bx(e),e),n=t.width,r=t.outerWidth,i=t.outerHeight,o=e.padding,a=e.x||0,s=e.y||0,l=this._defaultStyle,u=e.align||l.align,c=e.verticalAlign||l.verticalAlign,h=vJ(a,r,u),d=v0(s,i,c),p=h,f=d;o&&(p+=o[3],f+=o[0]);var g=p+n;bb(e)&&this._renderBackground(e,e,h,d,r,i);for(var m=!!e.backgroundColor,v=0;v<t.lines.length;v++){for(var y=t.lines[v],x=y.tokens,b=x.length,w=y.lineHeight,S=y.width,_=0,C=p,k=g,M=b-1,T=void 0;_<b&&(!(T=x[_]).align||"left"===T.align);)this._placeToken(T,e,w,f,C,"left",m),S-=T.width,C+=T.width,_++;for(;M>=0&&"right"===(T=x[M]).align;)this._placeToken(T,e,w,f,k,"right",m),S-=T.width,k-=T.width,M--;for(C+=(n-(C-p)-(g-k)-S)/2;_<=M;)T=x[_],this._placeToken(T,e,w,f,C+T.width/2,"center",m),C+=T.width,_++;f+=w}},t.prototype._placeToken=function(e,t,n,r,i,o,a){var s=t.rich[e.styleName]||{};s.text=e.text;var l=e.verticalAlign,u=r+n/2;"top"===l?u=r+e.height/2:"bottom"===l&&(u=r+n-e.height/2),!e.isLineHolder&&bb(s)&&this._renderBackground(s,t,"right"===o?i-e.width:"center"===o?i-e.width/2:i,u-e.height/2,e.width,e.height);var c=!!s.backgroundColor,h=e.textPadding;h&&(i=by(i,o,h),u-=e.height/2-h[0]-e.innerHeight/2);var d=this._getOrCreateChild(x4),p=d.createStyle();d.useStyle(p);var f=this._defaultStyle,g=!1,m=0,v=bv("fill"in s?s.fill:"fill"in t?t.fill:(g=!0,f.fill)),y=bm("stroke"in s?s.stroke:"stroke"in t?t.stroke:c||a||f.autoStroke&&!g?null:(m=2,f.stroke)),x=s.textShadowBlur>0||t.textShadowBlur>0;p.text=e.text,p.x=i,p.y=u,x&&(p.shadowBlur=s.textShadowBlur||t.textShadowBlur||0,p.shadowColor=s.textShadowColor||t.textShadowColor||"transparent",p.shadowOffsetX=s.textShadowOffsetX||t.textShadowOffsetX||0,p.shadowOffsetY=s.textShadowOffsetY||t.textShadowOffsetY||0),p.textAlign=o,p.textBaseline="middle",p.font=e.font||fT,p.opacity=go(s.opacity,t.opacity,1),bf(p,s),y&&(p.lineWidth=go(s.lineWidth,t.lineWidth,m),p.lineDash=gi(s.lineDash,t.lineDash),p.lineDashOffset=t.lineDashOffset||0,p.stroke=y),v&&(p.fill=v);var b=e.contentWidth,w=e.contentHeight;d.setBoundingRect(new mc(vJ(p.x,b,p.textAlign),v0(p.y,w,p.textBaseline),b,w))},t.prototype._renderBackground=function(e,t,n,r,i,o){var a,s,l=e.backgroundColor,u=e.borderWidth,c=e.borderColor,h=l&&l.image,d=l&&!h,p=e.borderRadius,f=this;if(d||e.lineHeight||u&&c){(a=this._getOrCreateChild(bs)).useStyle(a.createStyle()),a.style.fill=null;var g=a.shape;g.x=n,g.y=r,g.width=i,g.height=o,g.r=p,a.dirtyShape()}if(d){var m=a.style;m.fill=l||null,m.fillOpacity=gi(e.fillOpacity,1)}else if(h){(s=this._getOrCreateChild(x7)).onload=function(){f.dirtyStyle()};var v=s.style;v.image=l.image,v.x=n,v.y=r,v.width=i,v.height=o}if(u&&c){var m=a.style;m.lineWidth=u,m.stroke=c,m.strokeOpacity=gi(e.strokeOpacity,1),m.lineDash=e.borderDash,m.lineDashOffset=e.borderDashOffset||0,a.strokeContainThreshold=0,a.hasFill()&&a.hasStroke()&&(m.strokeFirst=!0,m.lineWidth*=2)}var y=(a||s).style;y.shadowBlur=e.shadowBlur||0,y.shadowColor=e.shadowColor||"transparent",y.shadowOffsetX=e.shadowOffsetX||0,y.shadowOffsetY=e.shadowOffsetY||0,y.opacity=go(e.opacity,t.opacity,1)},t.makeFont=function(e){var t,n,r="";return(null!=(t=e).fontSize||t.fontFamily||t.fontWeight)&&(r=[e.fontStyle,e.fontWeight,"string"==typeof(n=e.fontSize)&&(-1!==n.indexOf("px")||-1!==n.indexOf("rem")||-1!==n.indexOf("em"))?n:isNaN(+n)?"12px":n+"px",e.fontFamily||"sans-serif"].join(" ")),r&&gu(r)||e.textFont||e.font},t}(xh),bh={left:!0,right:1,center:1},bd={top:1,bottom:1,middle:1},bp=["fontStyle","fontWeight","fontSize","fontFamily"];function bf(e,t){for(var n=0;n<bp.length;n++){var r=bp[n],i=t[r];null!=i&&(e[r]=i)}}function bg(e){if(e){e.font=bc.makeFont(e);var t=e.align;"middle"===t&&(t="center"),e.align=null==t||bh[t]?t:"left";var n=e.verticalAlign;"center"===n&&(n="middle"),e.verticalAlign=null==n||bd[n]?n:"top",e.padding&&(e.padding=gs(e.padding))}}function bm(e,t){return null==e||t<=0||"transparent"===e||"none"===e?null:e.image||e.colorStops?"#000":e}function bv(e){return null==e||"none"===e?null:e.image||e.colorStops?"#000":e}function by(e,t,n){return"right"===t?e-n[1]:"center"===t?e+n[3]/2-n[1]/2:e+n[3]}function bx(e){var t=e.text;return null!=t&&(t+=""),t}function bb(e){return!!(e.backgroundColor||e.lineHeight||e.borderWidth&&e.borderColor)}let bw=bc;var bS=yB(),b_=function(e,t,n,r){if(r){var i=bS(r);i.dataIndex=n,i.dataType=t,i.seriesIndex=e,i.ssrType="chart","group"===r.type&&r.traverse(function(r){var i=bS(r);i.seriesIndex=e,i.dataIndex=n,i.dataType=t,i.ssrType="chart"})}},bC=1,bk={},bM=yB(),bT=yB(),bD=["emphasis","blur","select"],bA=["normal","emphasis","blur","select"],bI="highlight",bP="downplay",bO="select",bR="unselect",bE="toggleSelect";function bL(e){return null!=e&&"none"!==e}function bB(e,t,n){e.onHoverStateChange&&(e.hoverState||0)!==n&&e.onHoverStateChange(t),e.hoverState=n}function bN(e){bB(e,"emphasis",2)}function bZ(e){2===e.hoverState&&bB(e,"normal",0)}function bF(e){bB(e,"blur",1)}function bz(e){1===e.hoverState&&bB(e,"normal",0)}function bV(e){e.selected=!0}function bj(e){e.selected=!1}function b$(e,t,n){t(e,n),e.isGroup&&e.traverse(function(e){t(e,n)})}function bH(e,t){switch(t){case"emphasis":e.hoverState=2;break;case"normal":e.hoverState=0;break;case"blur":e.hoverState=1;break;case"select":e.selected=!0}}function bW(e,t){var n,r,i,o,a,s=this.states[e];if(this.style){if("emphasis"===e)return function(e,t,n,r){var i=n&&fq(n,"select")>=0,o=!1;if(e instanceof x5){var a=bM(e),s=i&&a.selectFill||a.normalFill,l=i&&a.selectStroke||a.normalStroke;if(bL(s)||bL(l)){var u=(r=r||{}).style||{};"inherit"===u.fill?(o=!0,r=fW({},r),(u=fW({},u)).fill=s):!bL(u.fill)&&bL(s)?(o=!0,r=fW({},r),(u=fW({},u)).fill=vc(s)):!bL(u.stroke)&&bL(l)&&(o||(r=fW({},r),u=fW({},u)),u.stroke=vc(l)),r.style=u}}if(r&&null==r.z2){o||(r=fW({},r));var c=e.z2EmphasisLift;r.z2=e.z2+(null!=c?c:10)}return r}(this,0,t,s);if("blur"===e)return n=s,r=fq(this.currentStates,e)>=0,i=this.style.opacity,o=r?null:function(e,t,n,r){for(var i=e.style,o={},a=0;a<t.length;a++){var s=t[a],l=i[s];o[s]=null==l?r&&r[s]:l}for(var a=0;a<e.animators.length;a++){var u=e.animators[a];u.__fromStateTransition&&0>u.__fromStateTransition.indexOf(n)&&"style"===u.targetName&&u.saveTo(o,t)}return o}(this,["opacity"],e,{opacity:1}),null==(a=(n=n||{}).style||{}).opacity&&(n=fW({},n),a=fW({opacity:r?i:.1*o.opacity},a),n.style=a),n;if("select"===e)return function(e,t,n){if(n&&null==n.z2){n=fW({},n);var r=e.z2SelectLift;n.z2=e.z2+(null!=r?r:9)}return n}(this,0,s)}return s}function bG(e){e.stateProxy=bW;var t=e.getTextContent(),n=e.getTextGuideLine();t&&(t.stateProxy=bW),n&&(n.stateProxy=bW)}function bq(e,t){bK(e,t)||e.__highByOuter||b$(e,bN)}function bU(e,t){bK(e,t)||e.__highByOuter||b$(e,bZ)}function bY(e,t){e.__highByOuter|=1<<(t||0),b$(e,bN)}function bX(e,t){(e.__highByOuter&=~(1<<(t||0)))||b$(e,bZ)}function bK(e,t){return e.__highDownSilentOnTouch&&t.zrByTouch}function bQ(e){var t=e.getModel(),n=[],r=[];t.eachComponent(function(t,i){var o=bT(i),a="series"===t,s=a?e.getViewOfSeriesModel(i):e.getViewOfComponentModel(i);a||r.push(s),o.isBlured&&(s.group.traverse(function(e){bz(e)}),a&&n.push(i)),o.isBlured=!1}),fX(r,function(e){e&&e.toggleBlurSeries&&e.toggleBlurSeries(n,!1,t)})}function bJ(e,t,n,r){var i=r.getModel();function o(e,t){for(var n=0;n<t.length;n++){var r=e.getItemGraphicEl(t[n]);r&&b$(r,bz)}}if(n=n||"coordinateSystem",null!=e&&t&&"none"!==t){var a=i.getSeriesByIndex(e),s=a.coordinateSystem;s&&s.master&&(s=s.master);var l=[];i.eachSeries(function(e){var i=a===e,u=e.coordinateSystem;u&&u.master&&(u=u.master);var c=u&&s?u===s:i;if(!("series"===n&&!i||"coordinateSystem"===n&&!c||"series"===t&&i)){if(r.getViewOfSeriesModel(e).group.traverse(function(e){(!e.__highByOuter||!i||"self"!==t)&&bF(e)}),fY(t))o(e.getData(),t);else if(f9(t))for(var h=f0(t),d=0;d<h.length;d++)o(e.getData(h[d]),t[h[d]]);l.push(e),bT(e).isBlured=!0}}),i.eachComponent(function(e,t){if("series"!==e){var n=r.getViewOfComponentModel(t);n&&n.toggleBlurSeries&&n.toggleBlurSeries(l,!0,i)}})}}function b0(e,t,n){if(null!=e&&null!=t){var r=n.getModel().getComponent(e,t);if(r){bT(r).isBlured=!0;var i=n.getViewOfComponentModel(r);i&&i.focusBlurEnabled&&i.group.traverse(function(e){bF(e)})}}}function b1(e,t,n,r){var i,o={focusSelf:!1,dispatchers:null};if(null==e||"series"===e||null==t||null==n)return o;var a=r.getModel().getComponent(e,t);if(!a)return o;var s=r.getViewOfComponentModel(a);if(!s||!s.findHighDownDispatchers)return o;for(var l=s.findHighDownDispatchers(n),u=0;u<l.length;u++)if("self"===bS(l[u]).focus){i=!0;break}return{focusSelf:i,dispatchers:l}}function b2(e){fX(e.getAllData(),function(t){var n=t.data,r=t.type;n.eachItemGraphicEl(function(t,n){e.isSelected(n,r)?b$(t,bV):b$(t,bj)})})}function b5(e,t,n){var r,i,o,a;b9(e,!0),b$(e,bG),r=e,i=t,o=n,a=bS(r),null!=i?(a.focus=i,a.blurScope=o):a.focus&&(a.focus=null)}function b3(e,t,n,r){r?b9(e,!1):b5(e,t,n)}var b4=["emphasis","blur","select"],b8={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function b6(e,t,n,r){n=n||"itemStyle";for(var i=0;i<b4.length;i++){var o=b4[i],a=t.getModel([o,n]);e.ensureState(o).style=r?r(a):a[b8[n]]()}}function b9(e,t){var n=!1===t;e.highDownSilentOnTouch&&(e.__highDownSilentOnTouch=e.highDownSilentOnTouch),(!n||e.__highDownDispatcher)&&(e.__highByOuter=e.__highByOuter||0,e.__highDownDispatcher=!n)}function b7(e){return!!(e&&e.__highDownDispatcher)}function we(e){var t=e.type;return t===bO||t===bR||t===bE}function wt(e){var t=e.type;return t===bI||t===bP}var wn=yB();function wr(e,t,n,r,i){if(t&&t.ecModel){var o,a=t.ecModel.getUpdatePayload();o=a&&a.animation}var s=t&&t.isAnimationEnabled(),l="update"===e;if(!s)return null;var u=void 0,c=void 0,h=void 0;return r?(u=gi(r.duration,200),c=gi(r.easing,"cubicOut"),h=0):(u=t.getShallow(l?"animationDurationUpdate":"animationDuration"),c=t.getShallow(l?"animationEasingUpdate":"animationEasing"),h=t.getShallow(l?"animationDelayUpdate":"animationDelay")),o&&(null!=o.duration&&(u=o.duration),null!=o.easing&&(c=o.easing),null!=o.delay&&(h=o.delay)),f3(h)&&(h=h(n,i)),f3(u)&&(u=u(n)),{duration:u||0,delay:h,easing:c}}function wi(e,t,n,r,i,o,a){var s,l=!1;f3(i)?(a=o,o=i,i=null):f9(i)&&(o=i.cb,a=i.during,l=i.isFrom,s=i.removeOpt,i=i.dataIndex);var u="leave"===e;u||t.stopAnimation("leave");var c=wr(e,r,i,u?s||{}:null,r&&r.getAnimationDelayParams?r.getAnimationDelayParams(t,i):null);if(c&&c.duration>0){var h={duration:c.duration,delay:c.delay||0,easing:c.easing,done:o,force:!!o||!!a,setToFinal:!u,scope:e,during:a};l?t.animateFrom(n,h):t.animateTo(n,h)}else t.stopAnimation(),l||t.attr(n),a&&a(1),o&&o()}function wo(e,t,n,r,i,o){wi("update",e,t,n,r,i,o)}function wa(e,t,n,r,i,o){wi("enter",e,t,n,r,i,o)}function ws(e){if(!e.__zr)return!0;for(var t=0;t<e.animators.length;t++)if("leave"===e.animators[t].scope)return!0;return!1}function wl(e,t,n,r,i,o){!ws(e)&&wi("leave",e,t,n,r,i,o)}function wu(e,t,n,r){e.removeTextContent(),e.removeTextGuideLine(),wl(e,{style:{opacity:0}},t,n,r)}function wc(e,t,n){function r(){e.parent&&e.parent.remove(e)}e.isGroup?e.traverse(function(e){e.isGroup||wu(e,t,n,r)}):wu(e,t,n,r)}function wh(e){wn(e).oldStyle=e.style}var wd={};function wp(e,t){for(var n=0;n<bD.length;n++){var r=bD[n],i=t[r],o=e.ensureState(r);o.style=o.style||{},o.style.text=i}var a=e.currentStates.slice();e.clearStates(!0),e.setStyle({text:t.normal}),e.useStates(a,!0)}function wf(e,t,n){var r,i=e.labelFetcher,o=e.labelDataIndex,a=e.labelDimIndex,s=t.normal;i&&(r=i.getFormattedLabel(o,"normal",null,a,s&&s.get("formatter"),null!=n?{interpolatedValue:n}:null)),null==r&&(r=f3(e.defaultText)?e.defaultText(o,e,n):e.defaultText);for(var l={normal:r},u=0;u<bD.length;u++){var c=bD[u],h=t[c];l[c]=gi(i?i.getFormattedLabel(o,c,null,a,h&&h.get("formatter")):null,r)}return l}function wg(e,t,n,r){n=n||wd;for(var i=e instanceof bw,o=!1,a=0;a<bA.length;a++){var s=t[bA[a]];if(s&&s.getShallow("show")){o=!0;break}}var l=i?e:e.getTextContent();if(o){!i&&(l||(l=new bw,e.setTextContent(l)),e.stateProxy&&(l.stateProxy=e.stateProxy));var u=wf(n,t),c=t.normal,h=!!c.getShallow("show"),d=wv(c,r&&r.normal,n,!1,!i);d.text=u.normal,i||e.setTextConfig(wy(c,n,!1));for(var a=0;a<bD.length;a++){var p=bD[a],s=t[p];if(s){var f=l.ensureState(p),g=!!gi(s.getShallow("show"),h);g!==h&&(f.ignore=!g),f.style=wv(s,r&&r[p],n,!0,!i),f.style.text=u[p],i||(e.ensureState(p).textConfig=wy(s,n,!0))}}l.silent=!!c.getShallow("silent"),null!=l.style.x&&(d.x=l.style.x),null!=l.style.y&&(d.y=l.style.y),l.ignore=!h,l.useStyle(d),l.dirty(),n.enableTextSetter&&(wk(l).setLabelText=function(e){var r=wf(n,t,e);wp(l,r)})}else l&&(l.ignore=!0);e.dirty()}function wm(e,t){t=t||"label";for(var n={normal:e.getModel(t)},r=0;r<bD.length;r++){var i=bD[r];n[i]=e.getModel([i,t])}return n}function wv(e,t,n,r,i){var o={};return function(e,t,n,r,i){n=n||wd;var o,a=t.ecModel,s=a&&a.option.textStyle,l=function(e){for(var t;e&&e!==e.ecModel;){var n=(e.option||wd).rich;if(n){t=t||{};for(var r=f0(n),i=0;i<r.length;i++)t[r[i]]=1}e=e.parentModel}return t}(t);if(l){for(var u in o={},l)if(l.hasOwnProperty(u)){var c=t.getModel(["rich",u]);w_(o[u]={},c,s,n,r,i,!1,!0)}}o&&(e.rich=o);var h=t.get("overflow");h&&(e.overflow=h);var d=t.get("minMargin");null!=d&&(e.margin=d),w_(e,t,s,n,r,i,!0,!1)}(o,e,n,r,i),t&&fW(o,t),o}function wy(e,t,n){t=t||{};var r,i={},o=e.getShallow("rotate"),a=gi(e.getShallow("distance"),n?null:5),s=e.getShallow("offset");return"outside"===(r=e.getShallow("position")||(n?null:"inside"))&&(r=t.defaultOutsidePosition||"top"),null!=r&&(i.position=r),null!=s&&(i.offset=s),null!=o&&(o*=Math.PI/180,i.rotation=o),null!=a&&(i.distance=a),i.outsideFill="inherit"===e.get("color")?t.inheritColor||null:"auto",i}var wb=["fontStyle","fontWeight","fontSize","fontFamily","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY"],ww=["align","lineHeight","width","height","tag","verticalAlign","ellipsis"],wS=["padding","borderWidth","borderRadius","borderDashOffset","backgroundColor","borderColor","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function w_(e,t,n,r,i,o,a,s){n=!i&&n||wd;var l=r&&r.inheritColor,u=t.getShallow("color"),c=t.getShallow("textBorderColor"),h=gi(t.getShallow("opacity"),n.opacity);("inherit"===u||"auto"===u)&&(u=l||null),("inherit"===c||"auto"===c)&&(c=l||null),o||(u=u||n.color,c=c||n.textBorderColor),null!=u&&(e.fill=u),null!=c&&(e.stroke=c);var d=gi(t.getShallow("textBorderWidth"),n.textBorderWidth);null!=d&&(e.lineWidth=d);var p=gi(t.getShallow("textBorderType"),n.textBorderType);null!=p&&(e.lineDash=p);var f=gi(t.getShallow("textBorderDashOffset"),n.textBorderDashOffset);null!=f&&(e.lineDashOffset=f),i||null!=h||s||(h=r&&r.defaultOpacity),null!=h&&(e.opacity=h),i||o||null!=e.fill||!r.inheritColor||(e.fill=r.inheritColor);for(var g=0;g<wb.length;g++){var m=wb[g],v=gi(t.getShallow(m),n[m]);null!=v&&(e[m]=v)}for(var g=0;g<ww.length;g++){var m=ww[g],v=t.getShallow(m);null!=v&&(e[m]=v)}if(null==e.verticalAlign){var y=t.getShallow("baseline");null!=y&&(e.verticalAlign=y)}if(!a||!r.disableBox){for(var g=0;g<wS.length;g++){var m=wS[g],v=t.getShallow(m);null!=v&&(e[m]=v)}var x=t.getShallow("borderType");null!=x&&(e.borderDash=x),("auto"===e.backgroundColor||"inherit"===e.backgroundColor)&&l&&(e.backgroundColor=l),("auto"===e.borderColor||"inherit"===e.borderColor)&&l&&(e.borderColor=l)}}function wC(e,t){var n=t&&t.getModel("textStyle");return gu([e.fontStyle||n&&n.getShallow("fontStyle")||"",e.fontWeight||n&&n.getShallow("fontWeight")||"",(e.fontSize||n&&n.getShallow("fontSize")||12)+"px",e.fontFamily||n&&n.getShallow("fontFamily")||"sans-serif"].join(" "))}var wk=yB(),wM=["textStyle","color"],wT=["fontStyle","fontWeight","fontSize","fontFamily","padding","lineHeight","rich","width","height","overflow"],wD=new bw,wA=function(){function e(){}return e.prototype.getTextColor=function(e){var t=this.ecModel;return this.getShallow("color")||(!e&&t?t.get(wM):null)},e.prototype.getFont=function(){return wC({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},e.prototype.getTextRect=function(e){for(var t={text:e,verticalAlign:this.getShallow("verticalAlign")||this.getShallow("baseline")},n=0;n<wT.length;n++)t[wT[n]]=this.getShallow(wT[n]);return wD.useStyle(t),wD.update(),wD.getBoundingRect()},e}(),wI=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],wP=y0(wI),wO=function(){function e(){}return e.prototype.getLineStyle=function(e){return wP(this,e)},e}(),wR=[["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","borderType"],["lineDashOffset","borderDashOffset"],["lineCap","borderCap"],["lineJoin","borderJoin"],["miterLimit","borderMiterLimit"]],wE=y0(wR),wL=function(){function e(){}return e.prototype.getItemStyle=function(e,t){return wE(this,e,t)},e}(),wB=function(){function e(e,t,n){this.parentModel=t,this.ecModel=n,this.option=e}return e.prototype.init=function(e,t,n){for(var r=[],i=3;i<arguments.length;i++)r[i-3]=arguments[i]},e.prototype.mergeOption=function(e,t){fH(this.option,e,!0)},e.prototype.get=function(e,t){return null==e?this.option:this._doGet(this.parsePath(e),!t&&this.parentModel)},e.prototype.getShallow=function(e,t){var n=this.option,r=null==n?n:n[e];if(null==r&&!t){var i=this.parentModel;i&&(r=i.getShallow(e))}return r},e.prototype.getModel=function(t,n){var r=null!=t,i=r?this.parsePath(t):null;return new e(r?this._doGet(i):this.option,n=n||this.parentModel&&this.parentModel.getModel(this.resolveParentPath(i)),this.ecModel)},e.prototype.isEmpty=function(){return null==this.option},e.prototype.restoreData=function(){},e.prototype.clone=function(){return new this.constructor(f$(this.option))},e.prototype.parsePath=function(e){return"string"==typeof e?e.split("."):e},e.prototype.resolveParentPath=function(e){return e},e.prototype.isAnimationEnabled=function(){if(!fM.node&&this.option){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}},e.prototype._doGet=function(e,t){var n=this.option;if(!e)return n;for(var r=0;r<e.length&&(!e[r]||null!=(n=n&&"object"==typeof n?n[e[r]]:null));r++);return null==n&&t&&(n=t._doGet(this.resolveParentPath(e),t.parentModel)),n},e}();yU(wB),I=["__\0is_clz",yX++].join("_"),wB.prototype[I]=!0,wB.isInstance=function(e){return!!(e&&e[I])},fU(wB,wO),fU(wB,wL),fU(wB,y2),fU(wB,wA);var wN=Math.round(10*Math.random());function wZ(e){return[e||"",wN++].join("_")}function wF(e,t){return fH(fH({},e,!0),t,!0)}var wz={},wV={},wj=fM.domSupported&&(document.documentElement.lang||navigator.language||navigator.browserLanguage||"EN").toUpperCase().indexOf("ZH")>-1?"ZH":"EN";function w$(e,t){wV[e=e.toUpperCase()]=new wB(t),wz[e]=t}w$("EN",{time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}}),w$("ZH",{time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}});var wH={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},wW="{yyyy}-{MM}-{dd}",wG={year:"{yyyy}",month:"{yyyy}-{MM}",day:wW,hour:wW+" "+wH.hour,minute:wW+" "+wH.minute,second:wW+" "+wH.second,millisecond:wH.none},wq=["year","month","day","hour","minute","second","millisecond"],wU=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function wY(e,t){return e+="","0000".substr(0,t-e.length)+e}function wX(e){switch(e){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return e}}function wK(e,t,n,r){var i=yv(e),o=i[w0(n)](),a=i[w1(n)]()+1,s=Math.floor((a-1)/3)+1,l=i[w2(n)](),u=i["get"+(n?"UTC":"")+"Day"](),c=i[w5(n)](),h=(c-1)%12+1,d=i[w3(n)](),p=i[w4(n)](),f=i[w8(n)](),g=(r instanceof wB?r:wV[r||wj]||wV.EN).getModel("time"),m=g.get("month"),v=g.get("monthAbbr"),y=g.get("dayOfWeek"),x=g.get("dayOfWeekAbbr");return(t||"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,wY(o%100+"",2)).replace(/{Q}/g,s+"").replace(/{MMMM}/g,m[a-1]).replace(/{MMM}/g,v[a-1]).replace(/{MM}/g,wY(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,wY(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,y[u]).replace(/{ee}/g,x[u]).replace(/{e}/g,u+"").replace(/{HH}/g,wY(c,2)).replace(/{H}/g,c+"").replace(/{hh}/g,wY(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,wY(d,2)).replace(/{m}/g,d+"").replace(/{ss}/g,wY(p,2)).replace(/{s}/g,p+"").replace(/{SSS}/g,wY(f,3)).replace(/{S}/g,f+"")}function wQ(e,t){var n=yv(e),r=n[w1(t)]()+1,i=n[w2(t)](),o=n[w5(t)](),a=n[w3(t)](),s=n[w4(t)](),l=0===n[w8(t)](),u=l&&0===s,c=u&&0===a,h=c&&0===o,d=h&&1===i;if(d&&1===r)return"year";if(d)return"month";if(h)return"day";if(c)return"hour";if(u)return"minute";else if(l)return"second";else return"millisecond"}function wJ(e,t,n){var r=f6(e)?yv(e):e;switch(t=t||wQ(e,n)){case"year":return r[w0(n)]();case"half-year":return+(r[w1(n)]()>=6);case"quarter":return Math.floor((r[w1(n)]()+1)/4);case"month":return r[w1(n)]();case"day":return r[w2(n)]();case"half-day":return r[w5(n)]()/24;case"hour":return r[w5(n)]();case"minute":return r[w3(n)]();case"second":return r[w4(n)]();case"millisecond":return r[w8(n)]()}}function w0(e){return e?"getUTCFullYear":"getFullYear"}function w1(e){return e?"getUTCMonth":"getMonth"}function w2(e){return e?"getUTCDate":"getDate"}function w5(e){return e?"getUTCHours":"getHours"}function w3(e){return e?"getUTCMinutes":"getMinutes"}function w4(e){return e?"getUTCSeconds":"getSeconds"}function w8(e){return e?"getUTCMilliseconds":"getMilliseconds"}function w6(e){return e?"setUTCMonth":"setMonth"}function w9(e){return e?"setUTCDate":"setDate"}function w7(e){return e?"setUTCHours":"setHours"}function Se(e){return e?"setUTCMinutes":"setMinutes"}function St(e){return e?"setUTCSeconds":"setSeconds"}function Sn(e){return e?"setUTCMilliseconds":"setMilliseconds"}function Sr(e){if(isNaN(yw(e)))return f4(e)?e:"-";var t=(e+"").split(".");return t[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(t.length>1?"."+t[1]:"")}function Si(e,t){return e=(e||"").toLowerCase().replace(/-(.)/g,function(e,t){return t.toUpperCase()}),t&&e&&(e=e.charAt(0).toUpperCase()+e.slice(1)),e}function So(e,t,n){function r(e){return e&&gu(e)?e:"-"}function i(e){return!!(null!=e&&!isNaN(e)&&isFinite(e))}var o="time"===t,a=e instanceof Date;if(o||a){var s=o?yv(e):e;if(!isNaN(+s))return wK(s,"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}",n);if(a)return"-"}if("ordinal"===t)return f8(e)?r(e):f6(e)&&i(e)?e+"":"-";var l=yw(e);return i(l)?Sr(l):f8(e)?r(e):"boolean"==typeof e?e+"":"-"}var Sa=["a","b","c","d","e","f","g"],Ss=function(e,t){return"{"+e+(null==t?"":t)+"}"};function Sl(e,t,n){f5(t)||(t=[t]);var r=t.length;if(!r)return"";for(var i=t[0].$vars||[],o=0;o<i.length;o++){var a=Sa[o];e=e.replace(Ss(a),Ss(a,0))}for(var s=0;s<r;s++)for(var l=0;l<i.length;l++){var u=t[s][i[l]];e=e.replace(Ss(Sa[l],s),n?gW(u):u)}return e}function Su(e,t){return t=t||"transparent",f4(e)?e:f9(e)&&e.colorStops&&(e.colorStops[0]||{}).color||t}function Sc(e,t){if("_blank"===t||"blank"===t){var n=window.open();n.opener=null,n.location.href=e}else window.open(e,t)}var Sh=["left","right","top","bottom","width","height"],Sd=[["width","left","right"],["height","top","bottom"]];function Sp(e,t,n,r,i){var o=0,a=0;null==r&&(r=1/0),null==i&&(i=1/0);var s=0;t.eachChild(function(l,u){var c,h,d=l.getBoundingRect(),p=t.childAt(u+1),f=p&&p.getBoundingRect();if("horizontal"===e){var g=d.width+(f?-f.x+d.x:0);(c=o+g)>r||l.newline?(o=0,c=g,a+=s+n,s=d.height):s=Math.max(s,d.height)}else{var m=d.height+(f?-f.y+d.y:0);(h=a+m)>i||l.newline?(o+=s+n,a=0,h=m,s=d.width):s=Math.max(s,d.width)}!l.newline&&(l.x=o,l.y=a,l.markRedraw(),"horizontal"===e?o=c+n:a=h+n)})}function Sf(e,t,n){n=gs(n||0);var r=t.width,i=t.height,o=yu(e.left,r),a=yu(e.top,i),s=yu(e.right,r),l=yu(e.bottom,i),u=yu(e.width,r),c=yu(e.height,i),h=n[2]+n[0],d=n[1]+n[3],p=e.aspect;switch(isNaN(u)&&(u=r-s-d-o),isNaN(c)&&(c=i-l-h-a),null!=p&&(isNaN(u)&&isNaN(c)&&(p>r/i?u=.8*r:c=.8*i),isNaN(u)&&(u=p*c),isNaN(c)&&(c=u/p)),isNaN(o)&&(o=r-s-u-d),isNaN(a)&&(a=i-l-c-h),e.left||e.right){case"center":o=r/2-u/2-n[3];break;case"right":o=r-u-d}switch(e.top||e.bottom){case"middle":case"center":a=i/2-c/2-n[0];break;case"bottom":a=i-c-h}o=o||0,a=a||0,isNaN(u)&&(u=r-d-o-(s||0)),isNaN(c)&&(c=i-h-a-(l||0));var f=new mc(o+n[3],a+n[0],u,c);return f.margin=n,f}function Sg(e,t,n,r,i,o){var a,s=!i||!i.hv||i.hv[0],l=!i||!i.hv||i.hv[1],u=i&&i.boundingMode||"all";if((o=o||e).x=e.x,o.y=e.y,!s&&!l)return!1;if("raw"===u)a="group"===e.type?new mc(0,0,+t.width||0,+t.height||0):e.getBoundingRect();else if(a=e.getBoundingRect(),e.needLocalTransform()){var c=e.getLocalTransform();(a=a.clone()).applyTransform(c)}var h=Sf(fG({width:a.width,height:a.height},t),n,r),d=s?h.x-a.x:0,p=l?h.y-a.y:0;return"raw"===u?(o.x=d,o.y=p):(o.x+=d,o.y+=p),o===e&&e.markRedraw(),!0}function Sm(e){var t=e.layoutMode||e.constructor.layoutMode;return f9(t)?t:t?{type:t}:null}function Sv(e,t,n){var r=n&&n.ignoreSize;f5(r)||(r=[r,r]);var i=a(Sd[0],0),o=a(Sd[1],1);function a(n,i){var o={},a=0,u={},c=0;if(fX(n,function(t){u[t]=e[t]}),fX(n,function(e){s(t,e)&&(o[e]=u[e]=t[e]),l(o,e)&&a++,l(u,e)&&c++}),r[i])return l(t,n[1])?u[n[2]]=null:l(t,n[2])&&(u[n[1]]=null),u;if(2===c||!a)return u;if(a>=2)return o;for(var h=0;h<n.length;h++){var d=n[h];if(!s(o,d)&&s(e,d)){o[d]=e[d];break}}return o}function s(e,t){return e.hasOwnProperty(t)}function l(e,t){return null!=e[t]&&"auto"!==e[t]}function u(e,t,n){fX(e,function(e){t[e]=n[e]})}u(Sd[0],e,i),u(Sd[1],e,o)}function Sy(e){var t,n;return t={},(n=e)&&t&&fX(Sh,function(e){n.hasOwnProperty(e)&&(t[e]=n[e])}),t}f2(Sp,"vertical"),f2(Sp,"horizontal");var Sx=yB(),Sb=function(e){var t;function n(t,n,r){var i=e.call(this,t,n,r)||this;return i.uid=wZ("ec_cpt_model"),i}return fC(n,e),n.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n)},n.prototype.mergeDefaultAndTheme=function(e,t){var n=Sm(this),r=n?Sy(e):{};fH(e,t.getTheme().get(this.mainType)),fH(e,this.getDefaultOption()),n&&Sv(e,r,n)},n.prototype.mergeOption=function(e,t){fH(this.option,e,!0);var n=Sm(this);n&&Sv(this.option,e,n)},n.prototype.optionUpdated=function(e,t){},n.prototype.getDefaultOption=function(){var e=this.constructor;if(!(e&&e[yG]))return e.defaultOption;var t=Sx(this);if(!t.defaultOption){for(var n=[],r=e;r;){var i=r.prototype.defaultOption;i&&n.push(i),r=r.superClass}for(var o={},a=n.length-1;a>=0;a--)o=fH(o,n[a],!0);t.defaultOption=o}return t.defaultOption},n.prototype.getReferringComponents=function(e,t){return yj(this.ecModel,e,{index:this.get(e+"Index",!0),id:this.get(e+"Id",!0)},t)},n.prototype.getBoxLayoutParams=function(){return{left:this.get("left"),top:this.get("top"),right:this.get("right"),bottom:this.get("bottom"),width:this.get("width"),height:this.get("height")}},n.prototype.getZLevelKey=function(){return""},n.prototype.setZLevel=function(e){this.option.zlevel=e},n.protoInitialize=void((t=n.prototype).type="component",t.id="",t.name="",t.mainType="",t.subType="",t.componentIndex=0),n}(wB);yY(Sb,wB),yJ(Sb),P={},Sb.registerSubTypeDefaulter=function(e,t){P[yq(e).main]=t},Sb.determineSubType=function(e,t){var n=t.type;if(!n){var r=yq(e).main;Sb.hasSubTypes(e)&&P[r]&&(n=P[r](t))}return n},function(e,t){e.topologicalTravel=function(e,r,i,o){if(e.length){var a,s,l,u=(s={},l=[],fX(a=r,function(e){var r,i,o,u=n(s,e),c=(r=u.originalDeps=t(e),i=a,o=[],fX(r,function(e){fq(i,e)>=0&&o.push(e)}),o);u.entryCount=c.length,0===u.entryCount&&l.push(e),fX(c,function(t){0>fq(u.predecessor,t)&&u.predecessor.push(t);var r=n(s,t);0>fq(r.successor,t)&&r.successor.push(e)})}),{graph:s,noEntryList:l}),c=u.graph,h=u.noEntryList,d={};for(fX(e,function(e){d[e]=!0});h.length;){var p=h.pop(),f=c[p],g=!!d[p];g&&(i.call(o,p,f.originalDeps.slice()),delete d[p]),fX(f.successor,g?v:m)}fX(d,function(){throw Error("")})}function m(e){c[e].entryCount--,0===c[e].entryCount&&h.push(e)}function v(e){d[e]=!0,m(e)}};function n(e,t){return e[t]||(e[t]={predecessor:[],successor:[]}),e[t]}}(Sb,function(e){var t=[];return fX(Sb.getClassesByMainType(e),function(e){t=t.concat(e.dependencies||e.prototype.dependencies||[])}),t=fK(t,function(e){return yq(e).main}),"dataset"!==e&&0>=fq(t,"dataset")&&t.unshift("dataset"),t});var Sw="";"undefined"!=typeof navigator&&(Sw=navigator.platform||"");var SS="rgba(0, 0, 0, 0.2)";let S_={darkMode:"auto",colorBy:"series",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientColor:["#f6efa6","#d88273","#bf444c"],aria:{decal:{decals:[{color:SS,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:SS,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:SS,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:SS,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:SS,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:SS,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:Sw.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,stateAnimation:{duration:300,easing:"cubicOut"},animation:"auto",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicInOut",animationEasingUpdate:"cubicInOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1};var SC=gf(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),Sk="original",SM="arrayRows",ST="objectRows",SD="keyedColumns",SA="typedArray",SI="unknown",SP="column",SO={Must:1,Might:2,Not:3},SR=yB();function SE(e,t,n){var r,i,o={},a=SB(t);if(!a||!e)return o;var s=[],l=[],u=SR(t.ecModel).datasetMap,c=a.uid+"_"+n.seriesLayoutBy;fX(e=e.slice(),function(t,n){var a=f9(t)?t:e[n]={name:t};"ordinal"===a.type&&null==r&&(r=n,i=p(a)),o[a.name]=[]});var h=u.get(c)||u.set(c,{categoryWayDim:i,valueWayDim:0});function d(e,t,n){for(var r=0;r<n;r++)e.push(t+r)}function p(e){var t=e.dimsDef;return t?t.length:1}return fX(e,function(e,t){var n=e.name,i=p(e);if(null==r){var a=h.valueWayDim;d(o[n],a,i),d(l,a,i),h.valueWayDim+=i}else if(r===t)d(o[n],0,i),d(s,0,i);else{var a=h.categoryWayDim;d(o[n],a,i),d(l,a,i),h.categoryWayDim+=i}}),s.length&&(o.itemName=s),l.length&&(o.seriesName=l),o}function SL(e,t,n){var r,i={};if(!SB(e))return i;var o=t.sourceFormat,a=t.dimensionsDefine;(o===ST||o===SD)&&fX(a,function(e,t){(f9(e)?e.name:e)==="name"&&(r=t)});var s=function(){for(var e={},i={},s=[],l=0,u=Math.min(5,n);l<u;l++){var c=SZ(t.data,o,t.seriesLayoutBy,a,t.startIndex,l);s.push(c);var h=c===SO.Not;if(h&&null==e.v&&l!==r&&(e.v=l),null!=e.n&&e.n!==e.v&&(h||s[e.n]!==SO.Not)||(e.n=l),d(e)&&s[e.n]!==SO.Not)return e;h||(c===SO.Might&&null==i.v&&l!==r&&(i.v=l),null!=i.n&&i.n!==i.v||(i.n=l))}function d(e){return null!=e.v&&null!=e.n}return d(e)?e:d(i)?i:null}();if(s){i.value=[s.v];var l=null!=r?r:s.n;i.itemName=[l],i.seriesName=[l]}return i}function SB(e){if(!e.get("data",!0))return yj(e.ecModel,"dataset",{index:e.get("datasetIndex",!0),id:e.get("datasetId",!0)},yz).models[0]}function SN(e,t){return SZ(e.data,e.sourceFormat,e.seriesLayoutBy,e.dimensionsDefine,e.startIndex,t)}function SZ(e,t,n,r,i,o){var a,s,l;if(ge(e))return SO.Not;if(r){var u=r[o];f9(u)?(s=u.name,l=u.type):f4(u)&&(s=u)}if(null!=l)return"ordinal"===l?SO.Must:SO.Not;if(t===SM){if("row"===n){for(var c=e[o],h=0;h<(c||[]).length&&h<5;h++)if(null!=(a=g(c[i+h])))return a}else for(var h=0;h<e.length&&h<5;h++){var d=e[i+h];if(d&&null!=(a=g(d[o])))return a}}else if(t===ST){if(!s)return SO.Not;for(var h=0;h<e.length&&h<5;h++){var p=e[h];if(p&&null!=(a=g(p[s])))return a}}else if(t===SD){if(!s)return SO.Not;var c=e[s];if(!c||ge(c))return SO.Not;for(var h=0;h<c.length&&h<5;h++)if(null!=(a=g(c[h])))return a}else if(t===Sk)for(var h=0;h<e.length&&h<5;h++){var p=e[h],f=yA(p);if(!f5(f))return SO.Not;if(null!=(a=g(f[o])))return a}function g(e){var t=f4(e);return null!=e&&isFinite(e)&&""!==e?t?SO.Might:SO.Not:t&&"-"!==e?SO.Must:void 0}return SO.Not}var SF=gf(),Sz=yB();yB();var SV=function(){function e(){}return e.prototype.getColorFromPalette=function(e,t,n){return function(e,t,n,r,i,o,a){var s=t(o=o||e),l=s.paletteIdx||0,u=s.paletteNameMap=s.paletteNameMap||{};if(u.hasOwnProperty(i))return u[i];var c=null!=a&&r?function(e,t){for(var n=e.length,r=0;r<n;r++)if(e[r].length>t)return e[r];return e[n-1]}(r,a):n;if((c=c||n)&&c.length){var h=c[l];return i&&(u[i]=h),s.paletteIdx=(l+1)%c.length,h}}(this,Sz,yM(this.get("color",!0)),this.get("colorLayer",!0),e,t,n)},e.prototype.clearColorPalette=function(){var e,t;e=this,(t=Sz)(e).paletteIdx=0,t(e).paletteNameMap={}},e}(),Sj="\0_ec_inner",S$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.init=function(e,t,n,r,i,o){r=r||{},this.option=null,this._theme=new wB(r),this._locale=new wB(i),this._optionManager=o},t.prototype.setOption=function(e,t,n){var r=SG(t);this._optionManager.setOption(e,n,r),this._resetOption(null,r)},t.prototype.resetOption=function(e,t){return this._resetOption(e,SG(t))},t.prototype._resetOption=function(e,t){var n=!1,r=this._optionManager;if(!e||"recreate"===e){var i=r.mountOption("recreate"===e);this.option&&"recreate"!==e?(this.restoreData(),this._mergeOption(i,t)):ec(this,i),n=!0}if(("timeline"===e||"media"===e)&&this.restoreData(),!e||"recreate"===e||"timeline"===e){var o=r.getTimelineOption(this);o&&(n=!0,this._mergeOption(o,t))}if(!e||"recreate"===e||"media"===e){var a=r.getMediaOption(this);a.length&&fX(a,function(e){n=!0,this._mergeOption(e,t)},this)}return n},t.prototype.mergeOption=function(e){this._mergeOption(e,null)},t.prototype._mergeOption=function(e,t){var n=this.option,r=this._componentsMap,i=this._componentsCount,o=[],a=gf(),s=t&&t.replaceMergeMainTypeMap;SR(this).datasetMap=gf(),fX(e,function(e,t){null!=e&&(Sb.hasClass(t)?t&&(o.push(t),a.set(t,!0)):n[t]=null==n[t]?f$(e):fH(n[t],e,!0))}),s&&s.each(function(e,t){Sb.hasClass(t)&&!a.get(t)&&(o.push(t),a.set(t,!0))}),Sb.topologicalTravel(o,Sb.getAllClassMainTypes(),function(t){var o,a,l,u,c,h,d,p,f,g,m,v,y,x,b,w,S,_,C,k,M=function(e,t,n){var r=SF.get(t);if(!r)return n;var i=r(e);return i?n.concat(i):n}(this,t,yM(e[t])),T=r.get(t),D=T?s&&s.get(t)?"replaceMerge":"normalMerge":"replaceAll",A=(y=T,x=M,b="normalMerge"===D,w="replaceMerge"===D,S="replaceAll"===D,y=y||[],x=(x||[]).slice(),_=gf(),fX(x,function(e,t){if(!f9(e)){x[t]=null;return}}),C=function(e,t,n){var r=[];if("replaceAll"===n)return r;for(var i=0;i<e.length;i++){var o=e[i];o&&null!=o.id&&t.set(o.id,i),r.push({existing:"replaceMerge"===n||yE(o)?null:o,newOption:null,keyInfo:null,brandNew:null})}return r}(y,_,D),(b||w)&&(o=C,a=y,l=_,fX(u=x,function(e,t){if(e&&null!=e.id){var n=yP(e.id),r=l.get(n);if(null!=r){var i=o[r];gl(!i.newOption,'Duplicated option on id "'+n+'".'),i.newOption=e,i.existing=a[r],u[t]=null}}})),b&&(c=C,fX(h=x,function(e,t){if(e&&null!=e.name)for(var n=0;n<c.length;n++){var r=c[n].existing;if(!c[n].newOption&&r&&(null==r.id||null==e.id)&&!yE(e)&&!yE(r)&&yI("name",r,e)){c[n].newOption=e,h[t]=null;return}}})),b||w?(d=C,p=x,f=w,fX(p,function(e){if(e){for(var t,n=0;(t=d[n])&&(t.newOption||yE(t.existing)||t.existing&&null!=e.id&&!yI("id",e,t.existing));)n++;t?(t.newOption=e,t.brandNew=f):d.push({newOption:e,brandNew:f,existing:null,keyInfo:null}),n++}})):S&&(g=C,fX(x,function(e){g.push({newOption:e,brandNew:!0,existing:null,keyInfo:null})})),m=C,v=gf(),fX(m,function(e){var t=e.existing;t&&v.set(t.id,e)}),fX(m,function(e){var t=e.newOption;gl(!t||null==t.id||!v.get(t.id)||v.get(t.id)===e,"id duplicates: "+(t&&t.id)),t&&null!=t.id&&v.set(t.id,e),e.keyInfo||(e.keyInfo={})}),fX(m,function(e,t){var n=e.existing,r=e.newOption,i=e.keyInfo;if(f9(r)){if(i.name=null!=r.name?yP(r.name):n?n.name:yC+t,n)i.id=yP(n.id);else if(null!=r.id)i.id=yP(r.id);else{var o=0;do i.id="\0"+i.name+"\0"+o++;while(v.get(i.id))}v.set(i.id,e)}}),C);fX(A,function(e){var n,r,i,o,a=e.newOption;f9(a)&&(e.keyInfo.mainType=t,e.keyInfo.subType=(n=t,r=a,i=e.existing,o=Sb,r.type?r.type:i?i.subType:o.determineSubType(n,r)))}),n[t]=null,r.set(t,null),i.set(t,0);var I=[],P=[],O=0;fX(A,function(e,n){var r=e.existing,i=e.newOption;if(i){var o="series"===t,a=Sb.getClass(t,e.keyInfo.subType,!o);if(!a)return;if("tooltip"===t){if(k)return;k=!0}if(r&&r.constructor===a)r.name=e.keyInfo.name,r.mergeOption(i,this),r.optionUpdated(i,!1);else{var s=fW({componentIndex:n},e.keyInfo);fW(r=new a(i,this,this,s),s),e.brandNew&&(r.__requireNewView=!0),r.init(i,this,this),r.optionUpdated(null,!0)}}else r&&(r.mergeOption({},this),r.optionUpdated({},!1));r?(I.push(r.option),P.push(r),O++):(I.push(void 0),P.push(void 0))},this),n[t]=I,r.set(t,P),i.set(t,O),"series"===t&&el(this)},this),this._seriesIndices||el(this)},t.prototype.getOption=function(){var e=f$(this.option);return fX(e,function(t,n){if(Sb.hasClass(n)){for(var r=yM(t),i=r.length,o=!1,a=i-1;a>=0;a--)r[a]&&!yE(r[a])?o=!0:(r[a]=null,!o&&i--);r.length=i,e[n]=r}}),delete e[Sj],e},t.prototype.getTheme=function(){return this._theme},t.prototype.getLocaleModel=function(){return this._locale},t.prototype.setUpdatePayload=function(e){this._payload=e},t.prototype.getUpdatePayload=function(){return this._payload},t.prototype.getComponent=function(e,t){var n=this._componentsMap.get(e);if(n){var r=n[t||0];if(r)return r;if(null==t){for(var i=0;i<n.length;i++)if(n[i])return n[i]}}},t.prototype.queryComponents=function(e){var t,n=e.mainType;if(!n)return[];var r=e.index,i=e.id,o=e.name,a=this._componentsMap.get(n);return a&&a.length?(null!=r?(t=[],fX(yM(r),function(e){a[e]&&t.push(a[e])})):t=null!=i?SH("id",i,a):null!=o?SH("name",o,a):fJ(a,function(e){return!!e}),SW(t,e)):[]},t.prototype.findComponents=function(e){var t,n,r,i,o,a=e.query,s=e.mainType,l=(t=a,n=s+"Index",r=s+"Id",i=s+"Name",t&&(null!=t[n]||null!=t[r]||null!=t[i])?{mainType:s,index:t[n],id:t[r],name:t[i]}:null);return o=SW(l?this.queryComponents(l):fJ(this._componentsMap.get(s),function(e){return!!e}),e),e.filter?fJ(o,e.filter):o},t.prototype.eachComponent=function(e,t,n){var r=this._componentsMap;if(f3(e))r.each(function(n,r){for(var i=0;n&&i<n.length;i++){var o=n[i];o&&e.call(t,r,o,o.componentIndex)}});else for(var i=f4(e)?r.get(e):f9(e)?this.findComponents(e):null,o=0;i&&o<i.length;o++){var a=i[o];a&&t.call(n,a,a.componentIndex)}},t.prototype.getSeriesByName=function(e){var t=yO(e,null);return fJ(this._componentsMap.get("series"),function(e){return!!e&&null!=t&&e.name===t})},t.prototype.getSeriesByIndex=function(e){return this._componentsMap.get("series")[e]},t.prototype.getSeriesByType=function(e){return fJ(this._componentsMap.get("series"),function(t){return!!t&&t.subType===e})},t.prototype.getSeries=function(){return fJ(this._componentsMap.get("series"),function(e){return!!e})},t.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},t.prototype.eachSeries=function(e,t){eu(this),fX(this._seriesIndices,function(n){var r=this._componentsMap.get("series")[n];e.call(t,r,n)},this)},t.prototype.eachRawSeries=function(e,t){fX(this._componentsMap.get("series"),function(n){n&&e.call(t,n,n.componentIndex)})},t.prototype.eachSeriesByType=function(e,t,n){eu(this),fX(this._seriesIndices,function(r){var i=this._componentsMap.get("series")[r];i.subType===e&&t.call(n,i,r)},this)},t.prototype.eachRawSeriesByType=function(e,t,n){return fX(this.getSeriesByType(e),t,n)},t.prototype.isSeriesFiltered=function(e){return eu(this),null==this._seriesIndicesMap.get(e.componentIndex)},t.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},t.prototype.filterSeries=function(e,t){eu(this);var n=[];fX(this._seriesIndices,function(r){var i=this._componentsMap.get("series")[r];e.call(t,i,r)&&n.push(r)},this),this._seriesIndices=n,this._seriesIndicesMap=gf(n)},t.prototype.restoreData=function(e){el(this);var t=this._componentsMap,n=[];t.each(function(e,t){Sb.hasClass(t)&&n.push(t)}),Sb.topologicalTravel(n,Sb.getAllClassMainTypes(),function(n){fX(t.get(n),function(t){t&&("series"!==n||!function(e,t){if(t){var n=t.seriesIndex,r=t.seriesId,i=t.seriesName;return null!=n&&e.componentIndex!==n||null!=r&&e.id!==r||null!=i&&e.name!==i}}(t,e))&&t.restoreData()})})},t.internalField=void(el=function(e){var t=e._seriesIndices=[];fX(e._componentsMap.get("series"),function(e){e&&t.push(e.componentIndex)}),e._seriesIndicesMap=gf(t)},eu=function(e){},ec=function(e,t){e.option={},e.option[Sj]=1,e._componentsMap=gf({series:[]}),e._componentsCount=gf();var n,r,i,o=t.aria;f9(o)&&null==o.enabled&&(o.enabled=!0),n=t,r=e._theme.option,i=n.color&&!n.colorLayer,fX(r,function(e,t){("colorLayer"!==t||!i)&&(Sb.hasClass(t)||("object"==typeof e?n[t]=n[t]?fH(n[t],e,!1):f$(e):null!=n[t]||(n[t]=e)))}),fH(t,S_,!1),e._mergeOption(t,null)}),t}(wB);function SH(e,t,n){if(f5(t)){var r=gf();return fX(t,function(e){null!=e&&null!=yO(e,null)&&r.set(e,!0)}),fJ(n,function(t){return t&&r.get(t[e])})}var i=yO(t,null);return fJ(n,function(t){return t&&null!=i&&t[e]===i})}function SW(e,t){return t.hasOwnProperty("subType")?fJ(e,function(e){return e&&e.subType===t.subType}):e}function SG(e){var t=gf();return e&&fX(yM(e.replaceMerge),function(e){t.set(e,!0)}),{replaceMergeMainTypeMap:t}}fU(S$,SV);var Sq=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"];let SU=function(e){fX(Sq,function(t){this[t]=f1(e[t],e)},this)};var SY={},SX=function(){function e(){this._coordinateSystems=[]}return e.prototype.create=function(e,t){var n=[];fX(SY,function(r,i){var o=r.create(e,t);n=n.concat(o||[])}),this._coordinateSystems=n},e.prototype.update=function(e,t){fX(this._coordinateSystems,function(n){n.update&&n.update(e,t)})},e.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},e.register=function(e,t){SY[e]=t},e.get=function(e){return SY[e]},e}(),SK=/^(min|max)?(.+)$/,SQ=function(){function e(e){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=e}return e.prototype.setOption=function(e,t,n){e&&(fX(yM(e.series),function(e){e&&e.data&&ge(e.data)&&(e.data[gc]=!0)}),fX(yM(e.dataset),function(e){e&&e.source&&ge(e.source)&&(e.source[gc]=!0)})),e=f$(e);var r=this._optionBackup,i=function(e,t,n){var r,i,o=[],a=e.baseOption,s=e.timeline,l=e.options,u=e.media,c=!!e.media,h=!!(l||s||a&&a.timeline);function d(e){fX(t,function(t){t(e,n)})}return a?(i=a).timeline||(i.timeline=s):((h||c)&&(e.options=e.media=null),i=e),c&&f5(u)&&fX(u,function(e){e&&e.option&&(e.query?o.push(e):r||(r=e))}),d(i),fX(l,function(e){return d(e)}),fX(o,function(e){return d(e.option)}),{baseOption:i,timelineOptions:l||[],mediaDefault:r,mediaList:o}}(e,t,!r);this._newBaseOption=i.baseOption,r?(i.timelineOptions.length&&(r.timelineOptions=i.timelineOptions),i.mediaList.length&&(r.mediaList=i.mediaList),i.mediaDefault&&(r.mediaDefault=i.mediaDefault)):this._optionBackup=i},e.prototype.mountOption=function(e){var t=this._optionBackup;return this._timelineOptions=t.timelineOptions,this._mediaList=t.mediaList,this._mediaDefault=t.mediaDefault,this._currentMediaIndices=[],f$(e?t.baseOption:this._newBaseOption)},e.prototype.getTimelineOption=function(e){var t,n=this._timelineOptions;if(n.length){var r=e.getComponent("timeline");r&&(t=f$(n[r.getCurrentIndex()]))}return t},e.prototype.getMediaOption=function(e){var t,n,r=this._api.getWidth(),i=this._api.getHeight(),o=this._mediaList,a=this._mediaDefault,s=[],l=[];if(!o.length&&!a)return l;for(var u=0,c=o.length;u<c;u++)(function(e,t,n){var r={width:t,height:n,aspectratio:t/n},i=!0;return fX(e,function(e,t){var n=t.match(SK);if(n&&n[1]&&n[2]){var o,a,s,l=n[1];o=r[n[2].toLowerCase()],a=e,("min"===(s=l)?o>=a:"max"===s?o<=a:o===a)||(i=!1)}}),i})(o[u].query,r,i)&&s.push(u);return!s.length&&a&&(s=[-1]),s.length&&(t=s,n=this._currentMediaIndices,t.join(",")!==n.join(","))&&(l=fK(s,function(e){return f$(-1===e?a.option:o[e].option)})),this._currentMediaIndices=s,l},e}(),SJ=f9,S0=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function S1(e){var t=e&&e.itemStyle;if(t)for(var n=0,r=S0.length;n<r;n++){var i=S0[n],o=t.normal,a=t.emphasis;o&&o[i]&&(e[i]=e[i]||{},e[i].normal?fH(e[i].normal,o[i]):e[i].normal=o[i],o[i]=null),a&&a[i]&&(e[i]=e[i]||{},e[i].emphasis?fH(e[i].emphasis,a[i]):e[i].emphasis=a[i],a[i]=null)}}function S2(e,t,n){if(e&&e[t]&&(e[t].normal||e[t].emphasis)){var r=e[t].normal,i=e[t].emphasis;r&&(n?(e[t].normal=e[t].emphasis=null,fG(e[t],r)):e[t]=r),i&&(e.emphasis=e.emphasis||{},e.emphasis[t]=i,i.focus&&(e.emphasis.focus=i.focus),i.blurScope&&(e.emphasis.blurScope=i.blurScope))}}function S5(e){S2(e,"itemStyle"),S2(e,"lineStyle"),S2(e,"areaStyle"),S2(e,"label"),S2(e,"labelLine"),S2(e,"upperLabel"),S2(e,"edgeLabel")}function S3(e,t){var n=SJ(e)&&e[t],r=SJ(n)&&n.textStyle;if(r)for(var i=0,o=yD.length;i<o;i++){var a=yD[i];r.hasOwnProperty(a)&&(n[a]=r[a])}}function S4(e){e&&(S5(e),S3(e,"label"),e.emphasis&&S3(e.emphasis,"label"))}function S8(e){return f5(e)?e:e?[e]:[]}function S6(e){return(f5(e)?e[0]:e)||{}}function S9(e){e&&fX(S7,function(t){t[0]in e&&!(t[1]in e)&&(e[t[1]]=e[t[0]])})}var S7=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],_e=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],_t=[["borderRadius","barBorderRadius"],["borderColor","barBorderColor"],["borderWidth","barBorderWidth"]];function _n(e){var t=e&&e.itemStyle;if(t)for(var n=0;n<_t.length;n++){var r=_t[n][1],i=_t[n][0];null!=t[r]&&(t[i]=t[r])}}function _r(e){e&&"edge"===e.alignTo&&null!=e.margin&&null==e.edgeDistance&&(e.edgeDistance=e.margin)}function _i(e){e&&e.downplay&&!e.blur&&(e.blur=e.downplay)}function _o(e,t){var n;fX(S8(e.series),function(e){SJ(e)&&function(e){if(SJ(e)){S1(e),S5(e),S3(e,"label"),S3(e,"upperLabel"),S3(e,"edgeLabel"),e.emphasis&&(S3(e.emphasis,"label"),S3(e.emphasis,"upperLabel"),S3(e.emphasis,"edgeLabel"));var t=e.markPoint;t&&(S1(t),S4(t));var n=e.markLine;n&&(S1(n),S4(n));var r=e.markArea;r&&S4(r);var i=e.data;if("graph"===e.type){i=i||e.nodes;var o=e.links||e.edges;if(o&&!ge(o))for(var a=0;a<o.length;a++)S4(o[a]);fX(e.categories,function(e){S5(e)})}if(i&&!ge(i))for(var a=0;a<i.length;a++)S4(i[a]);if((t=e.markPoint)&&t.data)for(var s=t.data,a=0;a<s.length;a++)S4(s[a]);if((n=e.markLine)&&n.data)for(var l=n.data,a=0;a<l.length;a++)f5(l[a])?(S4(l[a][0]),S4(l[a][1])):S4(l[a]);"gauge"===e.type?(S3(e,"axisLabel"),S3(e,"title"),S3(e,"detail")):"treemap"===e.type?(S2(e.breadcrumb,"itemStyle"),fX(e.levels,function(e){S5(e)})):"tree"===e.type&&S5(e.leaves)}}(e)}),n=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"],t&&n.push("valueAxis","categoryAxis","logAxis","timeAxis"),fX(n,function(t){fX(S8(e[t]),function(e){e&&(S3(e,"axisLabel"),S3(e.axisPointer,"label"))})}),fX(S8(e.parallel),function(e){var t=e&&e.parallelAxisDefault;S3(t,"axisLabel"),S3(t&&t.axisPointer,"label")}),fX(S8(e.calendar),function(e){S2(e,"itemStyle"),S3(e,"dayLabel"),S3(e,"monthLabel"),S3(e,"yearLabel")}),fX(S8(e.radar),function(e){S3(e,"name"),e.name&&null==e.axisName&&(e.axisName=e.name,delete e.name),null!=e.nameGap&&null==e.axisNameGap&&(e.axisNameGap=e.nameGap,delete e.nameGap)}),fX(S8(e.geo),function(e){SJ(e)&&(S4(e),fX(S8(e.regions),function(e){S4(e)}))}),fX(S8(e.timeline),function(e){S4(e),S2(e,"label"),S2(e,"itemStyle"),S2(e,"controlStyle",!0);var t=e.data;f5(t)&&fX(t,function(e){f9(e)&&(S2(e,"label"),S2(e,"itemStyle"))})}),fX(S8(e.toolbox),function(e){S2(e,"iconStyle"),fX(e.feature,function(e){S2(e,"iconStyle")})}),S3(S6(e.axisPointer),"label"),S3(S6(e.tooltip).axisPointer,"label"),e.series=yM(e.series),fX(e.series,function(e){if(f9(e)){var t,n=e.type;if("line"===n)null!=e.clipOverflow&&(e.clip=e.clipOverflow);else if("pie"===n||"gauge"===n){null!=e.clockWise&&(e.clockwise=e.clockWise),_r(e.label);var r=e.data;if(r&&!ge(r))for(var i=0;i<r.length;i++)_r(r[i]);null!=e.hoverOffset&&(e.emphasis=e.emphasis||{},e.emphasis.scaleSize=null)}else if("gauge"===n){var o=function(e,t){for(var n=t.split(","),r=e,i=0;i<n.length&&null!=(r=r&&r[n[i]]);i++);return r}(e,"pointer.color");null!=o&&function(e,t,n,r){for(var i,o=t.split(","),a=e,s=0;s<o.length-1;s++)null==a[i=o[s]]&&(a[i]={}),a=a[i];null==a[o[s]]&&(a[o[s]]=n)}(e,"itemStyle.color",o)}else if("bar"===n){_n(e),_n(e.backgroundStyle),_n(e.emphasis);var r=e.data;if(r&&!ge(r))for(var i=0;i<r.length;i++)"object"==typeof r[i]&&(_n(r[i]),_n(r[i]&&r[i].emphasis))}else if("sunburst"===n){var a=e.highlightPolicy;a&&(e.emphasis=e.emphasis||{},e.emphasis.focus||(e.emphasis.focus=a)),_i(e),function e(t,n){if(t)for(var r=0;r<t.length;r++)n(t[r]),t[r]&&e(t[r].children,n)}(e.data,_i)}else{"graph"===n||"sankey"===n?!(t=e)||null==t.focusNodeAdjacency||(t.emphasis=t.emphasis||{},null!=t.emphasis.focus||(t.emphasis.focus="adjacency")):"map"===n&&(e.mapType&&!e.map&&(e.map=e.mapType),e.mapLocation&&fG(e,e.mapLocation))}null!=e.hoverAnimation&&(e.emphasis=e.emphasis||{},e.emphasis&&null==e.emphasis.scale&&(e.emphasis.scale=e.hoverAnimation)),S9(e)}}),e.dataRange&&(e.visualMap=e.dataRange),fX(_e,function(t){var n=e[t];n&&(f5(n)||(n=[n]),fX(n,function(e){S9(e)}))})}function _a(e){fX(e,function(t,n){var r=[],i=[NaN,NaN],o=[t.stackResultDimension,t.stackedOverDimension],a=t.data,s=t.isStackedByIndex,l=t.seriesModel.get("stackStrategy")||"samesign";a.modify(o,function(o,u,c){var h,d,p=a.get(t.stackedDimension,c);if(isNaN(p))return i;s?d=a.getRawIndex(c):h=a.get(t.stackedByDimension,c);for(var f=NaN,g=n-1;g>=0;g--){var m=e[g];if(s||(d=m.data.rawIndexOf(m.stackedByDimension,h)),d>=0){var v=m.data.getByRawIndex(m.stackResultDimension,d);if("all"===l||"positive"===l&&v>0||"negative"===l&&v<0||"samesign"===l&&p>=0&&v>0||"samesign"===l&&p<=0&&v<0){p=function(e,t){var n=Math.max(yd(e),yd(t)),r=e+t;return n>20?r:yc(r,n)}(p,v),f=v;break}}}return r[0]=p,r[1]=f,r})})}var _s=function(e){this.data=e.data||(e.sourceFormat===SD?{}:[]),this.sourceFormat=e.sourceFormat||SI,this.seriesLayoutBy=e.seriesLayoutBy||SP,this.startIndex=e.startIndex||0,this.dimensionsDetectedCount=e.dimensionsDetectedCount,this.metaRawOption=e.metaRawOption;var t=this.dimensionsDefine=e.dimensionsDefine;if(t)for(var n=0;n<t.length;n++){var r=t[n];null==r.type&&SN(this,n)===SO.Must&&(r.type="ordinal")}};function _l(e){return e instanceof _s}function _u(e,t,n){n=n||_h(e);var r=t.seriesLayoutBy,i=function(e,t,n,r,i){if(!e)return{dimensionsDefine:_d(i),startIndex:a,dimensionsDetectedCount:o};if(t===SM){var o,a;"auto"===r||null==r?_p(function(e){null!=e&&"-"!==e&&(f4(e)?null==a&&(a=1):a=0)},n,e,10):a=f6(r)?r:+!!r,i||1!==a||(i=[],_p(function(e,t){i[t]=null!=e?e+"":""},n,e,1/0)),o=i?i.length:"row"===n?e.length:e[0]?e[0].length:null}else if(t===ST)i||(i=function(e){for(var t,n=0;n<e.length&&!(t=e[n++]););if(t)return f0(t)}(e));else if(t===SD)i||(i=[],fX(e,function(e,t){i.push(t)}));else if(t===Sk){var s=yA(e[0]);o=f5(s)&&s.length||1}return{startIndex:a,dimensionsDefine:_d(i),dimensionsDetectedCount:o}}(e,n,r,t.sourceHeader,t.dimensions);return new _s({data:e,sourceFormat:n,seriesLayoutBy:r,dimensionsDefine:i.dimensionsDefine,startIndex:i.startIndex,dimensionsDetectedCount:i.dimensionsDetectedCount,metaRawOption:f$(t)})}function _c(e){return new _s({data:e,sourceFormat:ge(e)?SA:Sk})}function _h(e){var t=SI;if(ge(e))t=SA;else if(f5(e)){0===e.length&&(t=SM);for(var n=0,r=e.length;n<r;n++){var i=e[n];if(null!=i){if(f5(i)||ge(i)){t=SM;break}else if(f9(i)){t=ST;break}}}}else if(f9(e)){for(var o in e)if(gv(e,o)&&fY(e[o])){t=SD;break}}return t}function _d(e){if(e){var t=gf();return fK(e,function(e,n){var r={name:(e=f9(e)?e:{name:e}).name,displayName:e.displayName,type:e.type};if(null==r.name)return r;r.name+="",null==r.displayName&&(r.displayName=r.name);var i=t.get(r.name);return i?r.name+="-"+i.count++:t.set(r.name,{count:1}),r})}}function _p(e,t,n,r){if("row"===t)for(var i=0;i<n.length&&i<r;i++)e(n[i]?n[i][0]:null,i);else for(var o=n[0]||[],i=0;i<o.length&&i<r;i++)e(o[i],i)}function _f(e){var t=e.sourceFormat;return t===ST||t===SD}var _g=function(){var e;function t(e,t){var n=_l(e)?e:_c(e);this._source=n;var r=this._data=n.data;n.sourceFormat===SA&&(this._offset=0,this._dimSize=t,this._data=r),eg(this,r,n)}return t.prototype.getSource=function(){return this._source},t.prototype.count=function(){return 0},t.prototype.getItem=function(e,t){},t.prototype.appendData=function(e){},t.prototype.clean=function(){},t.protoInitialize=void((e=t.prototype).pure=!1,e.persistent=!0),t.internalField=function(){eg=function(e,i,o){var a=o.sourceFormat,s=o.seriesLayoutBy,l=o.startIndex,u=o.dimensionsDefine;if(fW(e,ef[_k(a,s)]),a===SA)e.getItem=t,e.count=r,e.fillStorage=n;else{var c=function(e,t){return _v[_k(e,t)]}(a,s);e.getItem=f1(c,null,i,l,u);var h=function(e,t){return _b[_k(e,t)]}(a,s);e.count=f1(h,null,i,l,u)}};var e,t=function(e,t){e-=this._offset,t=t||[];for(var n=this._data,r=this._dimSize,i=r*e,o=0;o<r;o++)t[o]=n[i+o];return t},n=function(e,t,n,r){for(var i=this._data,o=this._dimSize,a=0;a<o;a++){for(var s=r[a],l=null==s[0]?1/0:s[0],u=null==s[1]?-1/0:s[1],c=t-e,h=n[a],d=0;d<c;d++){var p=i[d*o+a];h[e+d]=p,p<l&&(l=p),p>u&&(u=p)}s[0]=l,s[1]=u}},r=function(){return this._data?this._data.length/this._dimSize:0};function i(e){for(var t=0;t<e.length;t++)this._data.push(e[t])}(e={})[SM+"_"+SP]={pure:!0,appendData:i},e[SM+"_row"]={pure:!0,appendData:function(){throw Error('Do not support appendData when set seriesLayoutBy: "row".')}},e[ST]={pure:!0,appendData:i},e[SD]={pure:!0,appendData:function(e){var t=this._data;fX(e,function(e,n){for(var r=t[n]||(t[n]=[]),i=0;i<(e||[]).length;i++)r.push(e[i])})}},e[Sk]={appendData:i},e[SA]={persistent:!1,pure:!0,appendData:function(e){this._data=e},clean:function(){this._offset+=this.count(),this._data=null}},ef=e}(),t}(),_m=function(e,t,n,r){return e[r]},_v=((eh={})[SM+"_"+SP]=function(e,t,n,r){return e[r+t]},eh[SM+"_row"]=function(e,t,n,r,i){r+=t;for(var o=i||[],a=0;a<e.length;a++){var s=e[a];o[a]=s?s[r]:null}return o},eh[ST]=_m,eh[SD]=function(e,t,n,r,i){for(var o=i||[],a=0;a<n.length;a++){var s=e[n[a].name];o[a]=s?s[r]:null}return o},eh[Sk]=_m,eh);function _y(e,t){return _v[_k(e,t)]}var _x=function(e,t,n){return e.length},_b=((ed={})[SM+"_"+SP]=function(e,t,n){return Math.max(0,e.length-t)},ed[SM+"_row"]=function(e,t,n){var r=e[0];return r?Math.max(0,r.length-t):0},ed[ST]=_x,ed[SD]=function(e,t,n){var r=e[n[0].name];return r?r.length:0},ed[Sk]=_x,ed);function _w(e,t){return _b[_k(e,t)]}var _S=function(e,t,n){return e[t]},__=((ep={})[SM]=_S,ep[ST]=function(e,t,n){return e[n]},ep[SD]=_S,ep[Sk]=function(e,t,n){var r=yA(e);return r instanceof Array?r[t]:r},ep[SA]=_S,ep);function _C(e){return __[e]}function _k(e,t){return e===SM?e+"_"+t:e}function _M(e,t,n){if(e){var r=e.getRawDataItem(t);if(null!=r){var i=e.getStore(),o=i.getSource().sourceFormat;if(null!=n){var a=e.getDimensionIndex(n),s=i.getDimensionProperty(a);return __[o](r,a,s)}var l=r;return o===Sk&&(l=yA(r)),l}}}var _T=/\{@(.+?)\}/g,_D=function(){function e(){}return e.prototype.getDataParams=function(e,t){var n=this.getData(t),r=this.getRawValue(e,t),i=n.getRawIndex(e),o=n.getName(e),a=n.getRawDataItem(e),s=n.getItemVisual(e,"style"),l=s&&s[n.getItemVisual(e,"drawType")||"fill"],u=s&&s.stroke,c=this.mainType,h="series"===c,d=n.userOutput&&n.userOutput.get();return{componentType:c,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:h?this.subType:null,seriesIndex:this.seriesIndex,seriesId:h?this.id:null,seriesName:h?this.name:null,name:o,dataIndex:i,data:a,dataType:t,value:r,color:l,borderColor:u,dimensionNames:d?d.fullDimensions:null,encode:d?d.encode:null,$vars:["seriesName","name","value"]}},e.prototype.getFormattedLabel=function(e,t,n,r,i,o){t=t||"normal";var a=this.getData(n),s=this.getDataParams(e,n);return(o&&(s.value=o.interpolatedValue),null!=r&&f5(s.value)&&(s.value=s.value[r]),i||(i=a.getItemModel(e).get("normal"===t?["label","formatter"]:[t,"label","formatter"])),f3(i))?(s.status=t,s.dimensionIndex=r,i(s)):f4(i)?Sl(i,s).replace(_T,function(t,n){var r=n.length,i=n;"["===i.charAt(0)&&"]"===i.charAt(r-1)&&(i=+i.slice(1,r-1));var s=_M(a,e,i);if(o&&f5(o.interpolatedValue)){var l=a.getDimensionIndex(i);l>=0&&(s=o.interpolatedValue[l])}return null!=s?s+"":""}):void 0},e.prototype.getRawValue=function(e,t){return _M(this.getData(t),e)},e.prototype.formatTooltip=function(e,t,n){},e}();function _A(e){var t,n;return f9(e)?e.type&&(n=e):t=e,{text:t,frag:n}}function _I(e){return new _P(e)}var _P=function(){function e(e){e=e||{},this._reset=e.reset,this._plan=e.plan,this._count=e.count,this._onDirty=e.onDirty,this._dirty=!0}return e.prototype.perform=function(e){var t,n,r,i,o=this._upstream,a=e&&e.skip;if(this._dirty&&o){var s=this.context;s.data=s.outputData=o.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!a&&(r=this._plan(this.context));var l=((t=this._modBy)>=1||(t=1),t),u=this._modDataCount||0,c=((n=e&&e.modBy)>=1||(n=1),n),h=e&&e.modDataCount||0;(l!==c||u!==h)&&(r="reset"),(this._dirty||"reset"===r)&&(this._dirty=!1,i=this._doReset(a)),this._modBy=c,this._modDataCount=h;var d=e&&e.step;if(o?this._dueEnd=o._outputDueEnd:this._dueEnd=this._count?this._count(this.context):1/0,this._progress){var p=this._dueIndex,f=Math.min(null!=d?this._dueIndex+d:1/0,this._dueEnd);if(!a&&(i||p<f)){var g=this._progress;if(f5(g))for(var m=0;m<g.length;m++)this._doProgress(g[m],p,f,c,h);else this._doProgress(g,p,f,c,h)}this._dueIndex=f;var v=null!=this._settedOutputEnd?this._settedOutputEnd:f;this._outputDueEnd=v}else this._dueIndex=this._outputDueEnd=null!=this._settedOutputEnd?this._settedOutputEnd:this._dueEnd;return this.unfinished()},e.prototype.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},e.prototype._doProgress=function(e,t,n,r,i){_O.reset(t,n,r,i),this._callingProgress=e,this._callingProgress({start:t,end:n,count:n-t,next:_O.next},this.context)},e.prototype._doReset=function(e){this._dueIndex=this._outputDueEnd=this._dueEnd=0,this._settedOutputEnd=null,!e&&this._reset&&((t=this._reset(this.context))&&t.progress&&(n=t.forceFirstProgress,t=t.progress),f5(t)&&!t.length&&(t=null)),this._progress=t,this._modBy=this._modDataCount=null;var t,n,r=this._downstream;return r&&r.dirty(),n},e.prototype.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},e.prototype.pipe=function(e){(this._downstream!==e||this._dirty)&&(this._downstream=e,e._upstream=this,e.dirty())},e.prototype.dispose=function(){!this._disposed&&(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},e.prototype.getUpstream=function(){return this._upstream},e.prototype.getDownstream=function(){return this._downstream},e.prototype.setOutputEnd=function(e){this._outputDueEnd=this._settedOutputEnd=e},e}(),_O=function(){var e,t,n,r,i,o={reset:function(l,u,c,h){t=l,e=u,n=c,i=Math.ceil((r=h)/n),o.next=n>1&&r>0?s:a}};return o;function a(){return t<e?t++:null}function s(){var o=t%i*n+Math.ceil(t/i),a=t>=e?null:o<r?o:t;return t++,a}}();function _R(e){}function _E(e){throw Error(e)}function _L(e,t){var n=t&&t.type;return"ordinal"===n?e:("time"!==n||f6(e)||null==e||"-"===e||(e=+yv(e)),null==e||""===e?NaN:+e)}gf({number:function(e){return parseFloat(e)},time:function(e){return+yv(e)},trim:function(e){return f4(e)?gu(e):e}});var _B={lt:function(e,t){return e<t},lte:function(e,t){return e<=t},gt:function(e,t){return e>t},gte:function(e,t){return e>=t}};(function(e,t){f6(t)||_E(""),this._opFn=_B[e],this._rvalFloat=yw(t)}).prototype.evaluate=function(e){return f6(e)?this._opFn(e,this._rvalFloat):this._opFn(yw(e),this._rvalFloat)};var _N=function(){function e(e,t){var n="desc"===e;this._resultLT=n?1:-1,null==t&&(t=n?"min":"max"),this._incomparable="min"===t?-1/0:1/0}return e.prototype.evaluate=function(e,t){var n=f6(e)?e:yw(e),r=f6(t)?t:yw(t),i=isNaN(n),o=isNaN(r);if(i&&(n=this._incomparable),o&&(r=this._incomparable),i&&o){var a=f4(e),s=f4(t);a&&(n=s?e:0),s&&(r=a?t:0)}return n<r?this._resultLT:n>r?-this._resultLT:0},e}();(function(e,t){this._rval=t,this._isEQ=e,this._rvalTypeof=typeof t,this._rvalFloat=yw(t)}).prototype.evaluate=function(e){var t=e===this._rval;if(!t){var n=typeof e;n!==this._rvalTypeof&&("number"===n||"number"===this._rvalTypeof)&&(t=yw(e)===this._rvalFloat)}return this._isEQ?t:!t};var _Z=function(){function e(){}return e.prototype.getRawData=function(){throw Error("not supported")},e.prototype.getRawDataItem=function(e){throw Error("not supported")},e.prototype.cloneRawData=function(){},e.prototype.getDimensionInfo=function(e){},e.prototype.cloneAllDimensionInfo=function(){},e.prototype.count=function(){},e.prototype.retrieveValue=function(e,t){},e.prototype.retrieveValueFromItem=function(e,t){},e.prototype.convertValue=function(e,t){return _L(e,t)},e}();function _F(e){return _H(e.sourceFormat)||_E(""),e.data}function _z(e){var t=e.sourceFormat,n=e.data;if(_H(t)||_E(""),t===SM){for(var r=[],i=0,o=n.length;i<o;i++)r.push(n[i].slice());return r}if(t===ST){for(var r=[],i=0,o=n.length;i<o;i++)r.push(fW({},n[i]));return r}}function _V(e,t,n){return null==n?void 0:!f6(n)&&(isNaN(n)||gv(t,n))?gv(t,n)?t[n]:void 0:e[n]}function _j(e){return f$(e)}var _$=gf();function _H(e){return e===SM||e===ST}var _W="undefined",_G=typeof Uint32Array===_W?Array:Uint32Array,_q=typeof Uint16Array===_W?Array:Uint16Array,_U=typeof Int32Array===_W?Array:Int32Array,_Y=typeof Float64Array===_W?Array:Float64Array,_X={float:_Y,int:_U,ordinal:Array,number:Array,time:_Y};function _K(e){return e>65535?_G:_q}function _Q(){return[1/0,-1/0]}function _J(e,t,n,r,i){var o=_X[n||"float"];if(i){var a=e[t],s=a&&a.length;if(s!==r){for(var l=new o(r),u=0;u<s;u++)l[u]=a[u];e[t]=l}}else e[t]=new o(r)}var _0=function(){function e(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=gf()}return e.prototype.initData=function(e,t,n){this._provider=e,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var r=e.getSource(),i=this.defaultDimValueGetter=em[r.sourceFormat];this._dimValueGetter=n||i,this._rawExtent=[],_f(r),this._dimensions=fK(t,function(e){return{type:e.type,property:e.property}}),this._initDataFromProvider(0,e.count())},e.prototype.getProvider=function(){return this._provider},e.prototype.getSource=function(){return this._provider.getSource()},e.prototype.ensureCalculationDimension=function(e,t){var n=this._calcDimNameToIdx,r=this._dimensions,i=n.get(e);if(null!=i){if(r[i].type===t)return i}else i=r.length;return r[i]={type:t},n.set(e,i),this._chunks[i]=new _X[t||"float"](this._rawCount),this._rawExtent[i]=_Q(),i},e.prototype.collectOrdinalMeta=function(e,t){var n=this._chunks[e],r=this._dimensions[e],i=this._rawExtent,o=r.ordinalOffset||0,a=n.length;0===o&&(i[e]=_Q());for(var s=i[e],l=o;l<a;l++){var u=n[l]=t.parseAndCollect(n[l]);isNaN(u)||(s[0]=Math.min(u,s[0]),s[1]=Math.max(u,s[1]))}r.ordinalMeta=t,r.ordinalOffset=a,r.type="ordinal"},e.prototype.getOrdinalMeta=function(e){return this._dimensions[e].ordinalMeta},e.prototype.getDimensionProperty=function(e){var t=this._dimensions[e];return t&&t.property},e.prototype.appendData=function(e){var t=this._provider,n=this.count();t.appendData(e);var r=t.count();return t.persistent||(r+=n),n<r&&this._initDataFromProvider(n,r,!0),[n,r]},e.prototype.appendValues=function(e,t){for(var n=this._chunks,r=this._dimensions,i=r.length,o=this._rawExtent,a=this.count(),s=a+Math.max(e.length,t||0),l=0;l<i;l++){var u=r[l];_J(n,l,u.type,s,!0)}for(var c=[],h=a;h<s;h++)for(var d=h-a,p=0;p<i;p++){var u=r[p],f=em.arrayRows.call(this,e[d]||c,u.property,d,p);n[p][h]=f;var g=o[p];f<g[0]&&(g[0]=f),f>g[1]&&(g[1]=f)}return this._rawCount=this._count=s,{start:a,end:s}},e.prototype._initDataFromProvider=function(e,t,n){for(var r=this._provider,i=this._chunks,o=this._dimensions,a=o.length,s=this._rawExtent,l=fK(o,function(e){return e.property}),u=0;u<a;u++){var c=o[u];s[u]||(s[u]=_Q()),_J(i,u,c.type,t,n)}if(r.fillStorage)r.fillStorage(e,t,i,s);else for(var h=[],d=e;d<t;d++){h=r.getItem(d,h);for(var p=0;p<a;p++){var f=i[p],g=this._dimValueGetter(h,l[p],d,p);f[d]=g;var m=s[p];g<m[0]&&(m[0]=g),g>m[1]&&(m[1]=g)}}!r.persistent&&r.clean&&r.clean(),this._rawCount=this._count=t,this._extent=[]},e.prototype.count=function(){return this._count},e.prototype.get=function(e,t){if(!(t>=0&&t<this._count))return NaN;var n=this._chunks[e];return n?n[this.getRawIndex(t)]:NaN},e.prototype.getValues=function(e,t){var n=[],r=[];if(null==t){t=e,e=[];for(var i=0;i<this._dimensions.length;i++)r.push(i)}else r=e;for(var i=0,o=r.length;i<o;i++)n.push(this.get(r[i],t));return n},e.prototype.getByRawIndex=function(e,t){if(!(t>=0&&t<this._rawCount))return NaN;var n=this._chunks[e];return n?n[t]:NaN},e.prototype.getSum=function(e){var t=this._chunks[e],n=0;if(t)for(var r=0,i=this.count();r<i;r++){var o=this.get(e,r);isNaN(o)||(n+=o)}return n},e.prototype.getMedian=function(e){var t=[];this.each([e],function(e){isNaN(e)||t.push(e)});var n=t.sort(function(e,t){return e-t}),r=this.count();return 0===r?0:r%2==1?n[(r-1)/2]:(n[r/2]+n[r/2-1])/2},e.prototype.indexOfRawIndex=function(e){if(e>=this._rawCount||e<0)return -1;if(!this._indices)return e;var t=this._indices,n=t[e];if(null!=n&&n<this._count&&n===e)return e;for(var r=0,i=this._count-1;r<=i;){var o=(r+i)/2|0;if(t[o]<e)r=o+1;else{if(!(t[o]>e))return o;i=o-1}}return -1},e.prototype.indicesOfNearest=function(e,t,n){var r=this._chunks[e],i=[];if(!r)return i;null==n&&(n=1/0);for(var o=1/0,a=-1,s=0,l=0,u=this.count();l<u;l++){var c=t-r[this.getRawIndex(l)],h=Math.abs(c);h<=n&&((h<o||h===o&&c>=0&&a<0)&&(o=h,a=c,s=0),c===a&&(i[s++]=l))}return i.length=s,i},e.prototype.getIndices=function(){var e,t=this._indices;if(t){var n=t.constructor,r=this._count;if(n===Array){e=new n(r);for(var i=0;i<r;i++)e[i]=t[i]}else e=new n(t.buffer,0,r)}else{var n=_K(this._rawCount);e=new n(this.count());for(var i=0;i<e.length;i++)e[i]=i}return e},e.prototype.filter=function(e,t){if(!this._count)return this;for(var n=this.clone(),r=n.count(),i=new(_K(n._rawCount))(r),o=[],a=e.length,s=0,l=e[0],u=n._chunks,c=0;c<r;c++){var h=void 0,d=n.getRawIndex(c);if(0===a)h=t(c);else if(1===a)h=t(u[l][d],c);else{for(var p=0;p<a;p++)o[p]=u[e[p]][d];o[p]=c,h=t.apply(null,o)}h&&(i[s++]=d)}return s<r&&(n._indices=i),n._count=s,n._extent=[],n._updateGetRawIdx(),n},e.prototype.selectRange=function(e){var t=this.clone(),n=t._count;if(!n)return this;var r=f0(e),i=r.length;if(!i)return this;var o=t.count(),a=new(_K(t._rawCount))(o),s=0,l=r[0],u=e[l][0],c=e[l][1],h=t._chunks,d=!1;if(!t._indices){var p=0;if(1===i){for(var f=h[r[0]],g=0;g<n;g++){var m=f[g];(m>=u&&m<=c||isNaN(m))&&(a[s++]=p),p++}d=!0}else if(2===i){for(var f=h[r[0]],v=h[r[1]],y=e[r[1]][0],x=e[r[1]][1],g=0;g<n;g++){var m=f[g],b=v[g];(m>=u&&m<=c||isNaN(m))&&(b>=y&&b<=x||isNaN(b))&&(a[s++]=p),p++}d=!0}}if(!d){if(1===i)for(var g=0;g<o;g++){var w=t.getRawIndex(g),m=h[r[0]][w];(m>=u&&m<=c||isNaN(m))&&(a[s++]=w)}else for(var g=0;g<o;g++){for(var S=!0,w=t.getRawIndex(g),_=0;_<i;_++){var C=r[_],m=h[C][w];(m<e[C][0]||m>e[C][1])&&(S=!1)}S&&(a[s++]=t.getRawIndex(g))}}return s<o&&(t._indices=a),t._count=s,t._extent=[],t._updateGetRawIdx(),t},e.prototype.map=function(e,t){var n=this.clone(e);return this._updateDims(n,e,t),n},e.prototype.modify=function(e,t){this._updateDims(this,e,t)},e.prototype._updateDims=function(e,t,n){for(var r=e._chunks,i=[],o=t.length,a=e.count(),s=[],l=e._rawExtent,u=0;u<t.length;u++)l[t[u]]=_Q();for(var c=0;c<a;c++){for(var h=e.getRawIndex(c),d=0;d<o;d++)s[d]=r[t[d]][h];s[o]=c;var p=n&&n.apply(null,s);if(null!=p){"object"!=typeof p&&(i[0]=p,p=i);for(var u=0;u<p.length;u++){var f=t[u],g=p[u],m=l[f],v=r[f];v&&(v[h]=g),g<m[0]&&(m[0]=g),g>m[1]&&(m[1]=g)}}}},e.prototype.lttbDownSample=function(e,t){var n,r,i,o=this.clone([e],!0),a=o._chunks[e],s=this.count(),l=0,u=Math.floor(1/t),c=this.getRawIndex(0),h=new(_K(this._rawCount))(Math.min((Math.ceil(s/u)+2)*2,s));h[l++]=c;for(var d=1;d<s-1;d+=u){for(var p=Math.min(d+u,s-1),f=Math.min(d+2*u,s),g=(f+p)/2,m=0,v=p;v<f;v++){var y=this.getRawIndex(v),x=a[y];!isNaN(x)&&(m+=x)}m/=f-p;var b=d,w=Math.min(d+u,s),S=d-1,_=a[c];n=-1,i=b;for(var C=-1,k=0,v=b;v<w;v++){var y=this.getRawIndex(v),x=a[y];if(isNaN(x)){k++,C<0&&(C=y);continue}(r=Math.abs((S-g)*(x-_)-(S-v)*(m-_)))>n&&(n=r,i=y)}k>0&&k<w-b&&(h[l++]=Math.min(C,i),i=Math.max(C,i)),h[l++]=i,c=i}return h[l++]=this.getRawIndex(s-1),o._count=l,o._indices=h,o.getRawIndex=this._getRawIdx,o},e.prototype.downSample=function(e,t,n,r){for(var i=this.clone([e],!0),o=i._chunks,a=[],s=Math.floor(1/t),l=o[e],u=this.count(),c=i._rawExtent[e]=_Q(),h=new(_K(this._rawCount))(Math.ceil(u/s)),d=0,p=0;p<u;p+=s){s>u-p&&(s=u-p,a.length=s);for(var f=0;f<s;f++){var g=this.getRawIndex(p+f);a[f]=l[g]}var m=n(a),v=this.getRawIndex(Math.min(p+r(a,m)||0,u-1));l[v]=m,m<c[0]&&(c[0]=m),m>c[1]&&(c[1]=m),h[d++]=v}return i._count=d,i._indices=h,i._updateGetRawIdx(),i},e.prototype.each=function(e,t){if(this._count)for(var n=e.length,r=this._chunks,i=0,o=this.count();i<o;i++){var a=this.getRawIndex(i);switch(n){case 0:t(i);break;case 1:t(r[e[0]][a],i);break;case 2:t(r[e[0]][a],r[e[1]][a],i);break;default:for(var s=0,l=[];s<n;s++)l[s]=r[e[s]][a];l[s]=i,t.apply(null,l)}}},e.prototype.getDataExtent=function(e){var t,n=this._chunks[e],r=_Q();if(!n)return r;var i=this.count();if(!this._indices)return this._rawExtent[e].slice();if(t=this._extent[e])return t.slice();for(var o=(t=r)[0],a=t[1],s=0;s<i;s++){var l=n[this.getRawIndex(s)];l<o&&(o=l),l>a&&(a=l)}return t=[o,a],this._extent[e]=t,t},e.prototype.getRawDataItem=function(e){var t=this.getRawIndex(e);if(this._provider.persistent)return this._provider.getItem(t);for(var n=[],r=this._chunks,i=0;i<r.length;i++)n.push(r[i][t]);return n},e.prototype.clone=function(t,n){var r=new e,i=this._chunks,o=t&&fQ(t,function(e,t){return e[t]=!0,e},{});if(o)for(var a=0;a<i.length;a++)r._chunks[a]=o[a]?function(e){var t=e.constructor;return t===Array?e.slice():new t(e)}(i[a]):i[a];else r._chunks=i;return this._copyCommonProps(r),n||(r._indices=this._cloneIndices()),r._updateGetRawIdx(),r},e.prototype._copyCommonProps=function(e){e._count=this._count,e._rawCount=this._rawCount,e._provider=this._provider,e._dimensions=this._dimensions,e._extent=f$(this._extent),e._rawExtent=f$(this._rawExtent)},e.prototype._cloneIndices=function(){if(this._indices){var e=this._indices.constructor,t=void 0;if(e===Array){var n=this._indices.length;t=new e(n);for(var r=0;r<n;r++)t[r]=this._indices[r]}else t=new e(this._indices);return t}return null},e.prototype._getRawIdxIdentity=function(e){return e},e.prototype._getRawIdx=function(e){return e<this._count&&e>=0?this._indices[e]:-1},e.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},e.internalField=function(){function e(e,t,n,r){return _L(e[r],this._dimensions[r])}em={arrayRows:e,objectRows:function(e,t,n,r){return _L(e[t],this._dimensions[r])},keyedColumns:e,original:function(e,t,n,r){var i=e&&(null==e.value?e:e.value);return _L(i instanceof Array?i[r]:i,this._dimensions[r])},typedArray:function(e,t,n,r){return e[r]}}}(),e}(),_1=function(){function e(e){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=e}return e.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},e.prototype._setLocalSource=function(e,t){this._sourceList=e,this._upstreamSignList=t,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},e.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},e.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},e.prototype._createSource=function(){this._setLocalSource([],[]);var e,t,n=this._sourceHost,r=this._getUpstreamSourceManagers(),i=!!r.length;if(_5(n)){var o=void 0,a=void 0,s=void 0;if(i){var l=r[0];l.prepareSource(),o=(s=l.getSource()).data,a=s.sourceFormat,t=[l._getVersionSign()]}else a=ge(o=n.get("data",!0))?SA:Sk,t=[];var u=this._getSourceMetaRawOption()||{},c=s&&s.metaRawOption||{},h=gi(u.seriesLayoutBy,c.seriesLayoutBy)||null,d=gi(u.sourceHeader,c.sourceHeader),p=gi(u.dimensions,c.dimensions);e=h!==c.seriesLayoutBy||!!d!=!!c.sourceHeader||p?[_u(o,{seriesLayoutBy:h,sourceHeader:d,dimensions:p},a)]:[]}else if(i){var f=this._applyTransform(r);e=f.sourceList,t=f.upstreamSignList}else e=[_u(n.get("source",!0),this._getSourceMetaRawOption(),null)],t=[];this._setLocalSource(e,t)},e.prototype._applyTransform=function(e){var t,n,r=this._sourceHost,i=r.get("transform",!0),o=r.get("fromTransformResult",!0);null!=o&&1!==e.length&&_3("");var a=[],s=[];return(fX(e,function(e){e.prepareSource();var t=e.getSource(o||0);null==o||t||_3(""),a.push(t),s.push(e._getVersionSign())}),i)?n=function(e,t,n){var r=yM(e),i=r.length;i||_E("");for(var o=0;o<i;o++)t=function(e,t,n,r){t.length||_E(""),f9(e)||_E("");var i=e.type,o=_$.get(i);o||_E("");var a=fK(t,function(e){return function(e,t){var n=new _Z,r=e.data,i=n.sourceFormat=e.sourceFormat,o=e.startIndex;e.seriesLayoutBy!==SP&&_E("");var a=[],s={},l=e.dimensionsDefine;if(l)fX(l,function(e,t){var n=e.name,r={index:t,name:n,displayName:e.displayName};a.push(r),null!=n&&(gv(s,n)&&_E(""),s[n]=r)});else for(var u=0;u<e.dimensionsDetectedCount;u++)a.push({index:u});var c=_v[_k(i,SP)];t.__isBuiltIn&&(n.getRawDataItem=function(e){return c(r,o,a,e)},n.getRawData=f1(_F,null,e)),n.cloneRawData=f1(_z,null,e);var h=_b[_k(i,SP)];n.count=f1(h,null,r,o,a);var d=__[i];n.retrieveValue=function(e,t){return p(c(r,o,a,e),t)};var p=n.retrieveValueFromItem=function(e,t){if(null!=e){var n=a[t];if(n)return d(e,t,n.name)}};return n.getDimensionInfo=f1(_V,null,a,s),n.cloneAllDimensionInfo=f1(_j,null,a),n}(e,o)});return fK(yM(o.transform({upstream:a[0],upstreamList:a,config:f$(e.config)})),function(e,n){f9(e)||_E(""),e.data||_E(""),_H(_h(e.data))||_E("");var r,i=t[0];if(i&&0===n&&!e.dimensions){var o=i.startIndex;o&&(e.data=i.data.slice(0,o).concat(e.data)),r={seriesLayoutBy:SP,sourceHeader:o,dimensions:i.metaRawOption.dimensions}}else r={seriesLayoutBy:SP,sourceHeader:0,dimensions:e.dimensions};return _u(e.data,r,null)})}(r[o],t,0,0),o!==i-1&&(t.length=Math.max(t.length,1));return t}(i,a,{datasetIndex:r.componentIndex}):null!=o&&(n=[new _s({data:(t=a[0]).data,sourceFormat:t.sourceFormat,seriesLayoutBy:t.seriesLayoutBy,dimensionsDefine:f$(t.dimensionsDefine),startIndex:t.startIndex,dimensionsDetectedCount:t.dimensionsDetectedCount})]),{sourceList:n,upstreamSignList:s}},e.prototype._isDirty=function(){if(this._dirty)return!0;for(var e=this._getUpstreamSourceManagers(),t=0;t<e.length;t++){var n=e[t];if(n._isDirty()||this._upstreamSignList[t]!==n._getVersionSign())return!0}},e.prototype.getSource=function(e){e=e||0;var t=this._sourceList[e];if(!t){var n=this._getUpstreamSourceManagers();return n[0]&&n[0].getSource(e)}return t},e.prototype.getSharedDataStore=function(e){var t=e.makeStoreSchema();return this._innerGetDataStore(t.dimensions,e.source,t.hash)},e.prototype._innerGetDataStore=function(e,t,n){var r=this._storeList,i=r[0];i||(i=r[0]={});var o=i[n];if(!o){var a=this._getUpstreamSourceManagers()[0];_5(this._sourceHost)&&a?o=a._innerGetDataStore(e,t,n):(o=new _0).initData(new _g(t,e.length),e),i[n]=o}return o},e.prototype._getUpstreamSourceManagers=function(){var e=this._sourceHost;if(_5(e)){var t=SB(e);return t?[t.getSourceManager()]:[]}return fK(e.get("transform",!0)||e.get("fromTransformResult",!0)?yj(e.ecModel,"dataset",{index:e.get("fromDatasetIndex",!0),id:e.get("fromDatasetId",!0)},yz).models:[],function(e){return e.getSourceManager()})},e.prototype._getSourceMetaRawOption=function(){var e,t,n,r=this._sourceHost;return _5(r)?(e=r.get("seriesLayoutBy",!0),t=r.get("sourceHeader",!0),n=r.get("dimensions",!0)):this._getUpstreamSourceManagers().length||(e=r.get("seriesLayoutBy",!0),t=r.get("sourceHeader",!0),n=r.get("dimensions",!0)),{seriesLayoutBy:e,sourceHeader:t,dimensions:n}},e}();function _2(e){e.option.transform&&(e.option.transform[gc]=!0)}function _5(e){return"series"===e.mainType}function _3(e){throw Error(e)}var _4="line-height:1";function _8(e,t){var n=e.color||"#6e7079",r=e.fontSize||12,i=e.fontWeight||"400",o=e.color||"#464646",a=e.fontSize||14,s=e.fontWeight||"900";return"html"===t?{nameStyle:"font-size:"+gW(r+"")+"px;color:"+gW(n)+";font-weight:"+gW(i+""),valueStyle:"font-size:"+gW(a+"")+"px;color:"+gW(o)+";font-weight:"+gW(s+"")}:{nameStyle:{fontSize:r,fill:n,fontWeight:i},valueStyle:{fontSize:a,fill:o,fontWeight:s}}}var _6=[0,10,20,30],_9=["","\n","\n\n","\n\n\n"];function _7(e,t){return t.type=e,t}function Ce(e){return"section"===e.type}function Ct(e,t,n,r){var i,o=t.noHeader,a={html:_6[i=function e(t){if(Ce(t)){var n=0,r=t.blocks.length,i=r>1||r>0&&!t.noHeader;return fX(t.blocks,function(t){var r=e(t);r>=n&&(n=r+ +(i&&(!r||Ce(t)&&!t.noHeader)))}),n}return 0}(t)],richText:_9[i]},s=[],l=t.blocks||[];gl(!l||f5(l)),l=l||[];var u=e.orderMode;if(t.sortBlocks&&u){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(gv(c,u)){var h=new _N(c[u],null);l.sort(function(e,t){return h.evaluate(e.sortParam,t.sortParam)})}else"seriesDesc"===u&&l.reverse()}fX(l,function(n,i){var o=t.valueFormatter,l=(Ce(n)?Ct:Cn)(o?fW(fW({},e),{valueFormatter:o}):e,n,i>0?a.html:0,r);null!=l&&s.push(l)});var d="richText"===e.renderMode?s.join(a.richText):Ci(s.join(""),o?n:a.html);if(o)return d;var p=So(t.header,"ordinal",e.useUTC),f=_8(r,e.renderMode).nameStyle;return"richText"===e.renderMode?Co(e,p,f)+a.richText+d:Ci('<div style="'+f+";"+_4+';">'+gW(p)+"</div>"+d,n)}function Cn(e,t,n,r){var i=e.renderMode,o=t.noName,a=t.noValue,s=!t.markerType,l=t.name,u=e.useUTC,c=t.valueFormatter||e.valueFormatter||function(e){return fK(e=f5(e)?e:[e],function(e,t){return So(e,f5(w)?w[t]:w,u)})};if(!o||!a){var h,d,p,f,g,m,v,y,x=s?"":e.markupStyleCreator.makeTooltipMarker(t.markerType,t.markerColor||"#333",i),b=o?"":So(l,"ordinal",u),w=t.valueType,S=a?[]:c(t.value,t.dataIndex),_=!s||!o,C=!s&&o,k=_8(r,i),M=k.nameStyle,T=k.valueStyle;return"richText"===i?(s?"":x)+(o?"":Co(e,b,M))+(a?"":(h=e,d=S,p=_,f=C,g=[T],p&&g.push({padding:[0,0,0,f?10:20],align:"right"}),h.markupStyleCreator.wrapRichTextStyle(f5(d)?d.join(" "):d,g))):Ci((s?"":x)+(o?"":'<span style="'+M+";"+(s?"":"margin-left:2px")+'">'+gW(b)+"</span>")+(a?"":(m=S,v=_,y=C,'<span style="'+(v?"float:right;margin-left:"+(y?"10px":"20px"):"")+";"+T+'">'+fK(m=f5(m)?m:[m],function(e){return gW(e)}).join("&nbsp;&nbsp;")+"</span>")),n)}}function Cr(e,t,n,r,i,o){if(e)return(Ce(e)?Ct:Cn)({useUTC:i,renderMode:n,orderMode:r,markupStyleCreator:t,valueFormatter:e.valueFormatter},e,0,o)}function Ci(e,t){return'<div style="margin: '+t+"px 0 0;"+_4+';">'+e+'<div style="clear:both"></div></div>'}function Co(e,t,n){return e.markupStyleCreator.wrapRichTextStyle(t,n)}function Ca(e,t){var n=e.get("padding");return null!=n?n:"richText"===t?[8,10]:10}var Cs=function(){function e(){this.richTextStyles={},this._nextStyleNameId=yS()}return e.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},e.prototype.makeTooltipMarker=function(e,t,n){var r,i,o,a,s,l,u="richText"===n?this._generateStyleName():null,c=(a=(o=f4(r={color:t,type:e,renderMode:n,markerId:u})?{color:r,extraCssText:i}:r||{}).color,s=o.type,i=o.extraCssText,l=o.renderMode||"html",a?"html"===l?"subItem"===s?'<span style="display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+gW(a)+";"+(i||"")+'"></span>':'<span style="display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+gW(a)+";"+(i||"")+'"></span>':{renderMode:l,content:"{"+(o.markerId||"markerX")+"|} ",style:"subItem"===s?{width:4,height:4,borderRadius:2,backgroundColor:a}:{width:10,height:10,borderRadius:5,backgroundColor:a}}:"");return f4(c)?c:(this.richTextStyles[u]=c.style,c.content)},e.prototype.wrapRichTextStyle=function(e,t){var n={};f5(t)?fX(t,function(e){return fW(n,e)}):fW(n,t);var r=this._generateStyleName();return this.richTextStyles[r]=n,"{"+r+"|"+e+"}"},e}(),Cl=yB();function Cu(e,t){return e.getName(t)||e.getId(t)}var Cc=function(e){var t;function n(){var t=null!==e&&e.apply(this,arguments)||this;return t._selectedDataIndicesMap={},t}return fC(n,e),n.prototype.init=function(e,t,n){this.seriesIndex=this.componentIndex,this.dataTask=_I({count:Cd,reset:Cp}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(e,n),(Cl(this).sourceManager=new _1(this)).prepareSource();var r=this.getInitialData(e,n);Cg(r,this),this.dataTask.context.data=r,Cl(this).dataBeforeProcessed=r,Ch(this),this._initSelectedMapFromData(r)},n.prototype.mergeDefaultAndTheme=function(e,t){var n=Sm(this),r=n?Sy(e):{},i=this.subType;Sb.hasClass(i)&&(i+="Series"),fH(e,t.getTheme().get(this.subType)),fH(e,this.getDefaultOption()),yT(e,"label",["show"]),this.fillDataTextStyle(e.data),n&&Sv(e,r,n)},n.prototype.mergeOption=function(e,t){e=fH(this.option,e,!0),this.fillDataTextStyle(e.data);var n=Sm(this);n&&Sv(this.option,e,n);var r=Cl(this).sourceManager;r.dirty(),r.prepareSource();var i=this.getInitialData(e,t);Cg(i,this),this.dataTask.dirty(),this.dataTask.context.data=i,Cl(this).dataBeforeProcessed=i,Ch(this),this._initSelectedMapFromData(i)},n.prototype.fillDataTextStyle=function(e){if(e&&!ge(e))for(var t=["show"],n=0;n<e.length;n++)e[n]&&e[n].label&&yT(e[n],"label",t)},n.prototype.getInitialData=function(e,t){},n.prototype.appendData=function(e){this.getRawData().appendData(e.data)},n.prototype.getData=function(e){var t=Cv(this);if(!t)return Cl(this).data;var n=t.context.data;return null==e?n:n.getLinkedData(e)},n.prototype.getAllData=function(){var e=this.getData();return e&&e.getLinkedDataAll?e.getLinkedDataAll():[{data:e}]},n.prototype.setData=function(e){var t=Cv(this);if(t){var n=t.context;n.outputData=e,t!==this.dataTask&&(n.data=e)}Cl(this).data=e},n.prototype.getEncode=function(){var e=this.get("encode",!0);if(e)return gf(e)},n.prototype.getSourceManager=function(){return Cl(this).sourceManager},n.prototype.getSource=function(){return this.getSourceManager().getSource()},n.prototype.getRawData=function(){return Cl(this).dataBeforeProcessed},n.prototype.getColorBy=function(){return this.get("colorBy")||"series"},n.prototype.isColorBySeries=function(){return"series"===this.getColorBy()},n.prototype.getBaseAxis=function(){var e=this.coordinateSystem;return e&&e.getBaseAxis&&e.getBaseAxis()},n.prototype.formatTooltip=function(e,t,n){return function(e){var t,n,r,i,o=e.series,a=e.dataIndex,s=e.multipleSeries,l=o.getData(),u=l.mapDimensionsAll("defaultedTooltip"),c=u.length,h=o.getRawValue(a),d=f5(h),p=Su(o.getData().getItemVisual(a,"style")[o.visualDrawType]);if(c>1||d&&!c){var f=function(e,t,n,r,i){var o=t.getData(),a=fQ(e,function(e,t,n){var r=o.getDimensionInfo(n);return e=e||r&&!1!==r.tooltip&&null!=r.displayName},!1),s=[],l=[],u=[];function c(e,t){var n=o.getDimensionInfo(t);n&&!1!==n.otherDims.tooltip&&(a?u.push(_7("nameValue",{markerType:"subItem",markerColor:i,name:n.displayName,value:e,valueType:n.type})):(s.push(e),l.push(n.type)))}return r.length?fX(r,function(e){c(_M(o,n,e),e)}):fX(e,c),{inlineValues:s,inlineValueTypes:l,blocks:u}}(h,o,a,u,p);t=f.inlineValues,n=f.inlineValueTypes,r=f.blocks,i=f.inlineValues[0]}else if(c){var g=l.getDimensionInfo(u[0]);i=t=_M(l,a,u[0]),n=g.type}else i=t=d?h[0]:h;var m=yR(o),v=m&&o.name||"",y=l.getName(a),x=s?v:y;return _7("section",{header:v,noHeader:s||!m,sortParam:i,blocks:[_7("nameValue",{markerType:"item",markerColor:p,name:x,noName:!gu(x),value:t,valueType:n,dataIndex:a})].concat(r||[])})}({series:this,dataIndex:e,multipleSeries:t})},n.prototype.isAnimationEnabled=function(){var e=this.ecModel;if(fM.node&&!(e&&e.ssr))return!1;var t=this.getShallow("animation");return t&&this.getData().count()>this.getShallow("animationThreshold")&&(t=!1),!!t},n.prototype.restoreData=function(){this.dataTask.dirty()},n.prototype.getColorFromPalette=function(e,t,n){var r=this.ecModel,i=SV.prototype.getColorFromPalette.call(this,e,t,n);return i||(i=r.getColorFromPalette(e,t,n)),i},n.prototype.coordDimToDataDim=function(e){return this.getRawData().mapDimensionsAll(e)},n.prototype.getProgressive=function(){return this.get("progressive")},n.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},n.prototype.select=function(e,t){this._innerSelect(this.getData(t),e)},n.prototype.unselect=function(e,t){var n=this.option.selectedMap;if(n){var r=this.option.selectedMode,i=this.getData(t);if("series"===r||"all"===n){this.option.selectedMap={},this._selectedDataIndicesMap={};return}for(var o=0;o<e.length;o++){var a=Cu(i,e[o]);n[a]=!1,this._selectedDataIndicesMap[a]=-1}}},n.prototype.toggleSelect=function(e,t){for(var n=[],r=0;r<e.length;r++)n[0]=e[r],this.isSelected(e[r],t)?this.unselect(n,t):this.select(n,t)},n.prototype.getSelectedDataIndices=function(){if("all"===this.option.selectedMap)return[].slice.call(this.getData().getIndices());for(var e=this._selectedDataIndicesMap,t=f0(e),n=[],r=0;r<t.length;r++){var i=e[t[r]];i>=0&&n.push(i)}return n},n.prototype.isSelected=function(e,t){var n=this.option.selectedMap;if(!n)return!1;var r=this.getData(t);return("all"===n||n[Cu(r,e)])&&!r.getItemModel(e).get(["select","disabled"])},n.prototype.isUniversalTransitionEnabled=function(){if(this.__universalTransitionEnabled)return!0;var e=this.option.universalTransition;return!!e&&(!0===e||e&&e.enabled)},n.prototype._innerSelect=function(e,t){var n,r,i=this.option,o=i.selectedMode,a=t.length;if(o&&a){if("series"===o)i.selectedMap="all";else if("multiple"===o){f9(i.selectedMap)||(i.selectedMap={});for(var s=i.selectedMap,l=0;l<a;l++){var u=t[l],c=Cu(e,u);s[c]=!0,this._selectedDataIndicesMap[c]=e.getRawIndex(u)}}else if("single"===o||!0===o){var h=t[a-1],c=Cu(e,h);i.selectedMap=((n={})[c]=!0,n),this._selectedDataIndicesMap=((r={})[c]=e.getRawIndex(h),r)}}},n.prototype._initSelectedMapFromData=function(e){if(!this.option.selectedMap){var t=[];e.hasItemOption&&e.each(function(n){var r=e.getRawDataItem(n);r&&r.selected&&t.push(n)}),t.length>0&&this._innerSelect(e,t)}},n.registerClass=function(e){return Sb.registerClass(e)},n.protoInitialize=void((t=n.prototype).type="series.__base__",t.seriesIndex=0,t.ignoreStyleOnData=!1,t.hasSymbolVisual=!1,t.defaultSymbol="circle",t.visualStyleAccessPath="itemStyle",t.visualDrawType="fill"),n}(Sb);function Ch(e){var t,n,r,i=e.name;yR(e)||(e.name=(n=(t=e.getRawData()).mapDimensionsAll("seriesName"),r=[],fX(n,function(e){var n=t.getDimensionInfo(e);n.displayName&&r.push(n.displayName)}),r.join(" ")||i))}function Cd(e){return e.model.getRawData().count()}function Cp(e){var t=e.model;return t.setData(t.getRawData().cloneShallow()),Cf}function Cf(e,t){t.outputData&&e.end>t.outputData.count()&&t.model.getRawData().cloneShallow(t.outputData)}function Cg(e,t){fX(function(e,t){for(var n=new e.constructor(e.length+t.length),r=0;r<e.length;r++)n[r]=e[r];for(var i=e.length,r=0;r<t.length;r++)n[r+i]=t[r];return n}(e.CHANGABLE_METHODS,e.DOWNSAMPLE_METHODS),function(n){e.wrapMethod(n,f2(Cm,t))})}function Cm(e,t){var n=Cv(e);return n&&n.setOutputEnd((t||this).count()),t}function Cv(e){var t=(e.ecModel||{}).scheduler,n=t&&t.getPipeline(e.uid);if(n){var r=n.currentTask;if(r){var i=r.agentStubMap;i&&(r=i.get(e.uid))}return r}}fU(Cc,_D),fU(Cc,SV),yY(Cc,Sb);var Cy=function(){function e(){this.group=new yr,this.uid=wZ("viewComponent")}return e.prototype.init=function(e,t){},e.prototype.render=function(e,t,n,r){},e.prototype.dispose=function(e,t){},e.prototype.updateView=function(e,t,n,r){},e.prototype.updateLayout=function(e,t,n,r){},e.prototype.updateVisual=function(e,t,n,r){},e.prototype.toggleBlurSeries=function(e,t,n){},e.prototype.eachRendered=function(e){var t=this.group;t&&t.traverse(e)},e}();function Cx(){var e=yB();return function(t){var n=e(t),r=t.pipelineContext,i=!!n.large,o=!!n.progressiveRender,a=n.large=!!(r&&r.large),s=n.progressiveRender=!!(r&&r.progressiveRender);return(i!==a||o!==s)&&"reset"}}yU(Cy),yJ(Cy);var Cb=x$.CMD,Cw=[[],[],[]],CS=Math.sqrt,C_=Math.atan2,CC=Math.sqrt,Ck=Math.sin,CM=Math.cos,CT=Math.PI;function CD(e){return Math.sqrt(e[0]*e[0]+e[1]*e[1])}function CA(e,t){return(e[0]*t[0]+e[1]*t[1])/(CD(e)*CD(t))}function CI(e,t){return(e[0]*t[1]<e[1]*t[0]?-1:1)*Math.acos(CA(e,t))}function CP(e,t,n,r,i,o,a,s,l,u,c){var h=CT/180*l,d=CM(h)*(e-n)/2+Ck(h)*(t-r)/2,p=-1*Ck(h)*(e-n)/2+CM(h)*(t-r)/2,f=d*d/(a*a)+p*p/(s*s);f>1&&(a*=CC(f),s*=CC(f));var g=(i===o?-1:1)*CC((a*a*(s*s)-a*a*(p*p)-s*s*(d*d))/(a*a*(p*p)+s*s*(d*d)))||0,m=g*a*p/s,v=-(g*s)*d/a,y=(e+n)/2+CM(h)*m-Ck(h)*v,x=(t+r)/2+Ck(h)*m+CM(h)*v,b=CI([1,0],[(d-m)/a,(p-v)/s]),w=[(d-m)/a,(p-v)/s],S=[(-1*d-m)/a,(-1*p-v)/s],_=CI(w,S);if(-1>=CA(w,S)&&(_=CT),CA(w,S)>=1&&(_=0),_<0){var C=Math.round(_/CT*1e6)/1e6;_=2*CT+C%2*CT}c.addData(u,y,x,a,s,b,_,h,o)}var CO=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,CR=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g,CE=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return gw(t,e),t.prototype.applyTransform=function(e){},t}(x5);function CL(e){return null!=e.setData}function CB(e,t){var n=function(e){var t,n=new x$;if(!e)return n;var r=0,i=0,o=0,a=0,s=x$.CMD,l=e.match(CO);if(!l)return n;for(var u=0;u<l.length;u++){for(var c=l[u],h=c.charAt(0),d=void 0,p=c.match(CR)||[],f=p.length,g=0;g<f;g++)p[g]=parseFloat(p[g]);for(var m=0;m<f;){var v=void 0,y=void 0,x=void 0,b=void 0,w=void 0,S=void 0,_=void 0,C=r,k=i,M=void 0,T=void 0;switch(h){case"l":r+=p[m++],i+=p[m++],d=s.L,n.addData(d,r,i);break;case"L":r=p[m++],i=p[m++],d=s.L,n.addData(d,r,i);break;case"m":r+=p[m++],i+=p[m++],d=s.M,n.addData(d,r,i),o=r,a=i,h="l";break;case"M":r=p[m++],i=p[m++],d=s.M,n.addData(d,r,i),o=r,a=i,h="L";break;case"h":r+=p[m++],d=s.L,n.addData(d,r,i);break;case"H":r=p[m++],d=s.L,n.addData(d,r,i);break;case"v":i+=p[m++],d=s.L,n.addData(d,r,i);break;case"V":i=p[m++],d=s.L,n.addData(d,r,i);break;case"C":d=s.C,n.addData(d,p[m++],p[m++],p[m++],p[m++],p[m++],p[m++]),r=p[m-2],i=p[m-1];break;case"c":d=s.C,n.addData(d,p[m++]+r,p[m++]+i,p[m++]+r,p[m++]+i,p[m++]+r,p[m++]+i),r+=p[m-2],i+=p[m-1];break;case"S":v=r,y=i,M=n.len(),T=n.data,t===s.C&&(v+=r-T[M-4],y+=i-T[M-3]),d=s.C,C=p[m++],k=p[m++],r=p[m++],i=p[m++],n.addData(d,v,y,C,k,r,i);break;case"s":v=r,y=i,M=n.len(),T=n.data,t===s.C&&(v+=r-T[M-4],y+=i-T[M-3]),d=s.C,C=r+p[m++],k=i+p[m++],r+=p[m++],i+=p[m++],n.addData(d,v,y,C,k,r,i);break;case"Q":C=p[m++],k=p[m++],r=p[m++],i=p[m++],d=s.Q,n.addData(d,C,k,r,i);break;case"q":C=p[m++]+r,k=p[m++]+i,r+=p[m++],i+=p[m++],d=s.Q,n.addData(d,C,k,r,i);break;case"T":v=r,y=i,M=n.len(),T=n.data,t===s.Q&&(v+=r-T[M-4],y+=i-T[M-3]),r=p[m++],i=p[m++],d=s.Q,n.addData(d,v,y,r,i);break;case"t":v=r,y=i,M=n.len(),T=n.data,t===s.Q&&(v+=r-T[M-4],y+=i-T[M-3]),r+=p[m++],i+=p[m++],d=s.Q,n.addData(d,v,y,r,i);break;case"A":x=p[m++],b=p[m++],w=p[m++],S=p[m++],_=p[m++],C=r,k=i,r=p[m++],CP(C,k,r,i=p[m++],S,_,x,b,w,d=s.A,n);break;case"a":x=p[m++],b=p[m++],w=p[m++],S=p[m++],_=p[m++],C=r,k=i,r+=p[m++],CP(C,k,r,i+=p[m++],S,_,x,b,w,d=s.A,n)}}("z"===h||"Z"===h)&&(d=s.Z,n.addData(d),r=o,i=a),t=d}return n.toStatic(),n}(e),r=fW({},t);return r.buildPath=function(e){if(CL(e)){e.setData(n.data);var t=e.getContext();t&&e.rebuildPath(t,1)}else{var t=e;n.rebuildPath(t,1)}},r.applyTransform=function(e){(function(e,t){if(t){var n,r,i,o,a,s,l=e.data,u=e.len(),c=Cb.M,h=Cb.C,d=Cb.L,p=Cb.R,f=Cb.A,g=Cb.Q;for(i=0,o=0;i<u;){switch(n=l[i++],o=i,r=0,n){case c:case d:r=1;break;case h:r=3;break;case g:r=2;break;case f:var m=t[4],v=t[5],y=CS(t[0]*t[0]+t[1]*t[1]),x=CS(t[2]*t[2]+t[3]*t[3]),b=C_(-t[1]/x,t[0]/y);l[i]*=y,l[i++]+=m,l[i]*=x,l[i++]+=v,l[i++]*=y,l[i++]*=x,l[i++]+=b,l[i++]+=b,i+=2,o=i;break;case p:s[0]=l[i++],s[1]=l[i++],gI(s,s,t),l[o++]=s[0],l[o++]=s[1],s[0]+=l[i++],s[1]+=l[i++],gI(s,s,t),l[o++]=s[0],l[o++]=s[1]}for(a=0;a<r;a++){var w=Cw[a];w[0]=l[i++],w[1]=l[i++],gI(w,w,t),l[o++]=w[0],l[o++]=w[1]}}e.increaseVersion()}})(n,e),this.dirtyShape()},r}var CN=function(){this.cx=0,this.cy=0,this.r=0},CZ=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultShape=function(){return new CN},t.prototype.buildPath=function(e,t){e.moveTo(t.cx+t.r,t.cy),e.arc(t.cx,t.cy,t.r,0,2*Math.PI)},t}(x5);CZ.prototype.type="circle";let CF=CZ;var Cz=function(){this.cx=0,this.cy=0,this.rx=0,this.ry=0},CV=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultShape=function(){return new Cz},t.prototype.buildPath=function(e,t){var n=t.cx,r=t.cy,i=t.rx,o=t.ry,a=.5522848*i,s=.5522848*o;e.moveTo(n-i,r),e.bezierCurveTo(n-i,r-s,n-a,r-o,n,r-o),e.bezierCurveTo(n+a,r-o,n+i,r-s,n+i,r),e.bezierCurveTo(n+i,r+s,n+a,r+o,n,r+o),e.bezierCurveTo(n-a,r+o,n-i,r+s,n-i,r),e.closePath()},t}(x5);CV.prototype.type="ellipse";let Cj=CV;var C$=Math.PI,CH=2*C$,CW=Math.sin,CG=Math.cos,Cq=Math.acos,CU=Math.atan2,CY=Math.abs,CX=Math.sqrt,CK=Math.max,CQ=Math.min;function CJ(e,t,n,r,i,o,a){var s=e-n,l=t-r,u=(a?o:-o)/CX(s*s+l*l),c=u*l,h=-u*s,d=e+c,p=t+h,f=n+c,g=r+h,m=(d+f)/2,v=(p+g)/2,y=f-d,x=g-p,b=y*y+x*x,w=i-o,S=d*g-f*p,_=(x<0?-1:1)*CX(CK(0,w*w*b-S*S)),C=(S*x-y*_)/b,k=(-S*y-x*_)/b,M=(S*x+y*_)/b,T=(-S*y+x*_)/b,D=C-m,A=k-v,I=M-m,P=T-v;return D*D+A*A>I*I+P*P&&(C=M,k=T),{cx:C,cy:k,x0:-c,y0:-h,x1:C*(i/w-1),y1:k*(i/w-1)}}var C0=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0,this.cornerRadius=0},C1=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultShape=function(){return new C0},t.prototype.buildPath=function(e,t){!function(e,t){var n,r=CK(t.r,0),i=CK(t.r0||0,0),o=r>0,a=i>0;if(o||a){if(o||(r=i,i=0),i>r){var s=r;r=i,i=s}var l=t.startAngle,u=t.endAngle;if(!(isNaN(l)||isNaN(u))){var c=t.cx,h=t.cy,d=!!t.clockwise,p=CY(u-l),f=p>CH&&p%CH;if(f>1e-4&&(p=f),r>1e-4){if(p>CH-1e-4)e.moveTo(c+r*CG(l),h+r*CW(l)),e.arc(c,h,r,l,u,!d),i>1e-4&&(e.moveTo(c+i*CG(u),h+i*CW(u)),e.arc(c,h,i,u,l,d));else{var g=void 0,m=void 0,v=void 0,y=void 0,x=void 0,b=void 0,w=void 0,S=void 0,_=void 0,C=void 0,k=void 0,M=void 0,T=void 0,D=void 0,A=void 0,I=void 0,P=r*CG(l),O=r*CW(l),R=i*CG(u),E=i*CW(u),L=p>1e-4;if(L){var B=t.cornerRadius;B&&(g=(n=function(e){var t;if(f5(e)){var n=e.length;if(!n)return e;t=1===n?[e[0],e[0],0,0]:2===n?[e[0],e[0],e[1],e[1]]:3===n?e.concat(e[2]):e}else t=[e,e,e,e];return t}(B))[0],m=n[1],v=n[2],y=n[3]);var N=CY(r-i)/2;if(x=CQ(N,v),b=CQ(N,y),w=CQ(N,g),S=CQ(N,m),k=_=CK(x,b),M=C=CK(w,S),(_>1e-4||C>1e-4)&&(T=r*CG(u),D=r*CW(u),A=i*CG(l),I=i*CW(l),p<C$)){var Z=function(e,t,n,r,i,o,a,s){var l=n-e,u=r-t,c=a-i,h=s-o,d=h*l-c*u;if(!(d*d<1e-4))return d=(c*(t-o)-h*(e-i))/d,[e+d*l,t+d*u]}(P,O,A,I,T,D,R,E);if(Z){var F=P-Z[0],z=O-Z[1],V=T-Z[0],j=D-Z[1],$=1/CW(Cq((F*V+z*j)/(CX(F*F+z*z)*CX(V*V+j*j)))/2),H=CX(Z[0]*Z[0]+Z[1]*Z[1]);k=CQ(_,(r-H)/($+1)),M=CQ(C,(i-H)/($-1))}}}if(L){if(k>1e-4){var W=CQ(v,k),G=CQ(y,k),q=CJ(A,I,P,O,r,W,d),U=CJ(T,D,R,E,r,G,d);e.moveTo(c+q.cx+q.x0,h+q.cy+q.y0),k<_&&W===G?e.arc(c+q.cx,h+q.cy,k,CU(q.y0,q.x0),CU(U.y0,U.x0),!d):(W>0&&e.arc(c+q.cx,h+q.cy,W,CU(q.y0,q.x0),CU(q.y1,q.x1),!d),e.arc(c,h,r,CU(q.cy+q.y1,q.cx+q.x1),CU(U.cy+U.y1,U.cx+U.x1),!d),G>0&&e.arc(c+U.cx,h+U.cy,G,CU(U.y1,U.x1),CU(U.y0,U.x0),!d))}else e.moveTo(c+P,h+O),e.arc(c,h,r,l,u,!d)}else e.moveTo(c+P,h+O);if(i>1e-4&&L){if(M>1e-4){var W=CQ(g,M),G=CQ(m,M),q=CJ(R,E,T,D,i,-G,d),U=CJ(P,O,A,I,i,-W,d);e.lineTo(c+q.cx+q.x0,h+q.cy+q.y0),M<C&&W===G?e.arc(c+q.cx,h+q.cy,M,CU(q.y0,q.x0),CU(U.y0,U.x0),!d):(G>0&&e.arc(c+q.cx,h+q.cy,G,CU(q.y0,q.x0),CU(q.y1,q.x1),!d),e.arc(c,h,i,CU(q.cy+q.y1,q.cx+q.x1),CU(U.cy+U.y1,U.cx+U.x1),d),W>0&&e.arc(c+U.cx,h+U.cy,W,CU(U.y1,U.x1),CU(U.y0,U.x0),!d))}else e.lineTo(c+R,h+E),e.arc(c,h,i,u,l,d)}else e.lineTo(c+R,h+E)}}else e.moveTo(c,h);e.closePath()}}}(e,t)},t.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},t}(x5);C1.prototype.type="sector";let C2=C1;var C5=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},C3=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultShape=function(){return new C5},t.prototype.buildPath=function(e,t){var n=t.cx,r=t.cy,i=2*Math.PI;e.moveTo(n+t.r,r),e.arc(n,r,t.r,0,i,!1),e.moveTo(n+t.r0,r),e.arc(n,r,t.r0,0,i,!0)},t}(x5);C3.prototype.type="ring";let C4=C3;function C8(e,t,n){var r=t.smooth,i=t.points;if(i&&i.length>=2){if(r){var o=function(e,t,n,r){var i,o,a,s,l=[],u=[],c=[],h=[];if(r){a=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,p=e.length;d<p;d++)gP(a,a,e[d]),gO(s,s,e[d]);gP(a,a,r[0]),gO(s,s,r[1])}for(var d=0,p=e.length;d<p;d++){var f,g=e[d];if(n)i=e[d?d-1:p-1],o=e[(d+1)%p];else{if(0===d||d===p-1){l.push([(f=e[d])[0],f[1]]);continue}i=e[d-1],o=e[d+1]}gC(u,o,i),gk(u,u,t);var m=gT(g,i),v=gT(g,o),y=m+v;0!==y&&(m/=y,v/=y),gk(c,u,-m),gk(h,u,v);var x=g_([],g,c),b=g_([],g,h);r&&(gO(x,x,a),gP(x,x,s),gO(b,b,a),gP(b,b,s)),l.push(x),l.push(b)}return n&&l.push(l.shift()),l}(i,r,n,t.smoothConstraint);e.moveTo(i[0][0],i[0][1]);for(var a=i.length,s=0;s<(n?a:a-1);s++){var l=o[2*s],u=o[2*s+1],c=i[(s+1)%a];e.bezierCurveTo(l[0],l[1],u[0],u[1],c[0],c[1])}}else{e.moveTo(i[0][0],i[0][1]);for(var s=1,h=i.length;s<h;s++)e.lineTo(i[s][0],i[s][1])}n&&e.closePath()}}var C6=function(){this.points=null,this.smooth=0,this.smoothConstraint=null},C9=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultShape=function(){return new C6},t.prototype.buildPath=function(e,t){C8(e,t,!0)},t}(x5);C9.prototype.type="polygon";let C7=C9;var ke=function(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null},kt=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new ke},t.prototype.buildPath=function(e,t){C8(e,t,!1)},t}(x5);kt.prototype.type="polyline";let kn=kt;var kr={},ki=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1},ko=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new ki},t.prototype.buildPath=function(e,t){if(this.subPixelOptimize){var n,r,i,o,a=bt(kr,t,this.style);n=a.x1,r=a.y1,i=a.x2,o=a.y2}else n=t.x1,r=t.y1,i=t.x2,o=t.y2;var s=t.percent;0!==s&&(e.moveTo(n,r),s<1&&(i=n*(1-s)+i*s,o=r*(1-s)+o*s),e.lineTo(i,o))},t.prototype.pointAt=function(e){var t=this.shape;return[t.x1*(1-e)+t.x2*e,t.y1*(1-e)+t.y2*e]},t}(x5);ko.prototype.type="line";let ka=ko;var ks=[],kl=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1};function ku(e,t,n){var r=e.cpx2,i=e.cpy2;return null!=r||null!=i?[(n?mz:mF)(e.x1,e.cpx1,e.cpx2,e.x2,t),(n?mz:mF)(e.y1,e.cpy1,e.cpy2,e.y2,t)]:[(n?mW:mH)(e.x1,e.cpx1,e.x2,t),(n?mW:mH)(e.y1,e.cpy1,e.y2,t)]}var kc=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new kl},t.prototype.buildPath=function(e,t){var n=t.x1,r=t.y1,i=t.x2,o=t.y2,a=t.cpx1,s=t.cpy1,l=t.cpx2,u=t.cpy2,c=t.percent;0!==c&&(e.moveTo(n,r),null==l||null==u?(c<1&&(mq(n,a,i,c,ks),a=ks[1],i=ks[2],mq(r,s,o,c,ks),s=ks[1],o=ks[2]),e.quadraticCurveTo(a,s,i,o)):(c<1&&(m$(n,a,l,i,c,ks),a=ks[1],l=ks[2],i=ks[3],m$(r,s,u,o,c,ks),s=ks[1],u=ks[2],o=ks[3]),e.bezierCurveTo(a,s,l,u,i,o)))},t.prototype.pointAt=function(e){return ku(this.shape,e,!1)},t.prototype.tangentAt=function(e){var t=ku(this.shape,e,!0);return gM(t,t)},t}(x5);kc.prototype.type="bezier-curve";let kh=kc;var kd=function(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},kp=function(e){function t(t){return e.call(this,t)||this}return gw(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new kd},t.prototype.buildPath=function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r,0),o=t.startAngle,a=t.endAngle,s=t.clockwise,l=Math.cos(o),u=Math.sin(o);e.moveTo(l*i+n,u*i+r),e.arc(n,r,i,o,a,!s)},t}(x5);kp.prototype.type="arc";let kf=kp,kg=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="compound",t}return gw(t,e),t.prototype._updatePathDirty=function(){for(var e=this.shape.paths,t=this.shapeChanged(),n=0;n<e.length;n++)t=t||e[n].shapeChanged();t&&this.dirtyShape()},t.prototype.beforeBrush=function(){this._updatePathDirty();for(var e=this.shape.paths||[],t=this.getGlobalScale(),n=0;n<e.length;n++)e[n].path||e[n].createPathProxy(),e[n].path.setScale(t[0],t[1],e[n].segmentIgnoreThreshold)},t.prototype.buildPath=function(e,t){for(var n=t.paths||[],r=0;r<n.length;r++)n[r].buildPath(e,n[r].shape,!0)},t.prototype.afterBrush=function(){for(var e=this.shape.paths||[],t=0;t<e.length;t++)e[t].pathUpdated()},t.prototype.getBoundingRect=function(){return this._updatePathDirty.call(this),x5.prototype.getBoundingRect.call(this)},t}(x5);var km=function(){function e(e){this.colorStops=e||[]}return e.prototype.addColorStop=function(e,t){this.colorStops.push({offset:e,color:t})},e}();let kv=function(e){function t(t,n,r,i,o,a){var s=e.call(this,o)||this;return s.x=null==t?0:t,s.y=null==n?0:n,s.x2=null==r?1:r,s.y2=null==i?0:i,s.type="linear",s.global=a||!1,s}return gw(t,e),t}(km),ky=function(e){function t(t,n,r,i,o){var a=e.call(this,i)||this;return a.x=null==t?.5:t,a.y=null==n?.5:n,a.r=null==r?.5:r,a.type="radial",a.global=o||!1,a}return gw(t,e),t}(km);var kx=[0,0],kb=[0,0],kw=new mt,kS=new mt;let k_=function(){function e(e,t){this._corners=[],this._axes=[],this._origin=[0,0];for(var n=0;n<4;n++)this._corners[n]=new mt;for(var n=0;n<2;n++)this._axes[n]=new mt;e&&this.fromBoundingRect(e,t)}return e.prototype.fromBoundingRect=function(e,t){var n=this._corners,r=this._axes,i=e.x,o=e.y,a=i+e.width,s=o+e.height;if(n[0].set(i,o),n[1].set(a,o),n[2].set(a,s),n[3].set(i,s),t)for(var l=0;l<4;l++)n[l].transform(t);mt.sub(r[0],n[1],n[0]),mt.sub(r[1],n[3],n[0]),r[0].normalize(),r[1].normalize();for(var l=0;l<2;l++)this._origin[l]=r[l].dot(n[0])},e.prototype.intersect=function(e,t){var n=!0,r=!t;return kw.set(1/0,1/0),kS.set(0,0),!this._intersectCheckOneSide(this,e,kw,kS,r,1)&&(n=!1,r)||!this._intersectCheckOneSide(e,this,kw,kS,r,-1)&&(n=!1,r)||r||mt.copy(t,n?kw:kS),n},e.prototype._intersectCheckOneSide=function(e,t,n,r,i,o){for(var a=!0,s=0;s<2;s++){var l=this._axes[s];if(this._getProjMinMaxOnAxis(s,e._corners,kx),this._getProjMinMaxOnAxis(s,t._corners,kb),kx[1]<kb[0]||kx[0]>kb[1]){if(a=!1,i)return a;var u=Math.abs(kb[0]-kx[1]),c=Math.abs(kx[0]-kb[1]);Math.min(u,c)>r.len()&&(u<c?mt.scale(r,l,-u*o):mt.scale(r,l,c*o))}else if(n){var u=Math.abs(kb[0]-kx[1]),c=Math.abs(kx[0]-kb[1]);Math.min(u,c)<n.len()&&(u<c?mt.scale(n,l,u*o):mt.scale(n,l,-c*o))}}return a},e.prototype._getProjMinMaxOnAxis=function(e,t,n){for(var r=this._axes[e],i=this._origin,o=t[0].dot(r)+i[e],a=o,s=o,l=1;l<t.length;l++){var u=t[l].dot(r)+i[e];a=Math.min(u,a),s=Math.max(u,s)}n[0]=a,n[1]=s},e}();var kC=[];let kk=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.notClear=!0,t.incremental=!0,t._displayables=[],t._temporaryDisplayables=[],t._cursor=0,t}return gw(t,e),t.prototype.traverse=function(e,t){e.call(t,this)},t.prototype.useStyle=function(){this.style={}},t.prototype.getCursor=function(){return this._cursor},t.prototype.innerAfterBrush=function(){this._cursor=this._displayables.length},t.prototype.clearDisplaybles=function(){this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.markRedraw(),this.notClear=!1},t.prototype.clearTemporalDisplayables=function(){this._temporaryDisplayables=[]},t.prototype.addDisplayable=function(e,t){t?this._temporaryDisplayables.push(e):this._displayables.push(e),this.markRedraw()},t.prototype.addDisplayables=function(e,t){t=t||!1;for(var n=0;n<e.length;n++)this.addDisplayable(e[n],t)},t.prototype.getDisplayables=function(){return this._displayables},t.prototype.getTemporalDisplayables=function(){return this._temporaryDisplayables},t.prototype.eachPendingDisplayable=function(e){for(var t=this._cursor;t<this._displayables.length;t++)e&&e(this._displayables[t]);for(var t=0;t<this._temporaryDisplayables.length;t++)e&&e(this._temporaryDisplayables[t])},t.prototype.update=function(){this.updateTransform();for(var e=this._cursor;e<this._displayables.length;e++){var t=this._displayables[e];t.parent=this,t.update(),t.parent=null}for(var e=0;e<this._temporaryDisplayables.length;e++){var t=this._temporaryDisplayables[e];t.parent=this,t.update(),t.parent=null}},t.prototype.getBoundingRect=function(){if(!this._rect){for(var e=new mc(1/0,1/0,-1/0,-1/0),t=0;t<this._displayables.length;t++){var n=this._displayables[t],r=n.getBoundingRect().clone();n.needLocalTransform()&&r.applyTransform(n.getLocalTransform(kC)),e.union(r)}this._rect=e}return this._rect},t.prototype.contain=function(e,t){var n=this.transformCoordToLocal(e,t);if(this.getBoundingRect().contain(n[0],n[1])){for(var r=0;r<this._displayables.length;r++)if(this._displayables[r].contain(e,t))return!0}return!1},t}(xh);var kM=Math.max,kT=Math.min,kD={};function kA(e){return x5.extend(e)}var kI=function(e,t){var n=CB(e,t);return function(e){function t(t){var r=e.call(this,t)||this;return r.applyTransform=n.applyTransform,r.buildPath=n.buildPath,r}return gw(t,e),t}(CE)};function kP(e,t){return kI(e,t)}function kO(e,t){kD[e]=t}function kR(e){if(kD.hasOwnProperty(e))return kD[e]}function kE(e,t,n,r){var i=new CE(CB(e,t));return n&&("center"===r&&(n=kB(n,i.getBoundingRect())),kZ(i,n)),i}function kL(e,t,n){var r=new x7({style:{image:e,x:t.x,y:t.y,width:t.width,height:t.height},onload:function(e){if("center"===n){var i={width:e.width,height:e.height};r.setStyle(kB(t,i))}}});return r}function kB(e,t){var n,r=t.width/t.height,i=e.height*r;return n=i<=e.width?e.height:(i=e.width)/r,{x:e.x+e.width/2-i/2,y:e.y+e.height/2-n/2,width:i,height:n}}var kN=function(e,t){for(var n=[],r=e.length,i=0;i<r;i++){var o=e[i];n.push(o.getUpdatedPathProxy(!0))}var a=new x5(t);return a.createPathProxy(),a.buildPath=function(e){if(CL(e)){e.appendPath(n);var t=e.getContext();t&&e.rebuildPath(t,1)}},a};function kZ(e,t){if(e.applyTransform){var n=e.getBoundingRect().calculateTransform(t);e.applyTransform(n)}}function kF(e,t){return bt(e,e,{lineWidth:t}),e}function kz(e){return bn(e.shape,e.shape,e.style),e}var kV=br;function kj(e,t){for(var n=g8([]);e&&e!==t;)g6(n,e.getLocalTransform(),n),e=e.parent;return n}function k$(e,t,n){return t&&!fY(t)&&(t=vq.getLocalTransform(t)),n&&(t=me([],t)),gI([],e,t)}function kH(e,t,n){var r=0===t[4]||0===t[5]||0===t[0]?1:Math.abs(2*t[4]/t[0]),i=0===t[4]||0===t[5]||0===t[2]?1:Math.abs(2*t[4]/t[2]),o=["left"===e?-r:"right"===e?r:0,"top"===e?-i:"bottom"===e?i:0];return Math.abs((o=k$(o,t,n))[0])>Math.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function kW(e,t,n){if(e&&t){var r,i=(r={},e.traverse(function(e){!e.isGroup&&e.anid&&(r[e.anid]=e)}),r);t.traverse(function(e){if(!e.isGroup&&e.anid){var t=i[e.anid];if(t){var r=o(e);e.attr(o(t)),wo(e,r,n,bS(e).dataIndex)}}})}function o(e){var t={x:e.x,y:e.y,rotation:e.rotation};return null!=e.shape&&(t.shape=fW({},e.shape)),t}}function kG(e,t){return fK(e,function(e){var n=e[0];n=kT(n=kM(n,t.x),t.x+t.width);var r=e[1];return[n,r=kT(r=kM(r,t.y),t.y+t.height)]})}function kq(e,t){var n=kM(e.x,t.x),r=kT(e.x+e.width,t.x+t.width),i=kM(e.y,t.y),o=kT(e.y+e.height,t.y+t.height);if(r>=n&&o>=i)return{x:n,y:i,width:r-n,height:o-i}}function kU(e,t,n){var r=fW({rectHover:!0},t),i=r.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},e)return 0===e.indexOf("image://")?(i.image=e.slice(8),fG(i,n),new x7(r)):kE(e.replace("path://",""),r,n,"center")}function kY(e,t,n,r,i){for(var o=0,a=i[i.length-1];o<i.length;o++){var s=i[o];if(kX(e,t,n,r,s[0],s[1],a[0],a[1]))return!0;a=s}}function kX(e,t,n,r,i,o,a,s){var l,u=n-e,c=r-t,h=a-i,d=s-o,p=h*c-u*d;if((l=p)<=1e-6&&l>=-1e-6)return!1;var f=e-i,g=t-o,m=(f*c-u*g)/p;if(m<0||m>1)return!1;var v=(f*d-h*g)/p;return!(v<0)&&!(v>1)}function kK(e){var t=e.itemTooltipOption,n=e.componentModel,r=e.itemName,i=f4(t)?{formatter:t}:t,o=n.mainType,a=n.componentIndex,s={componentType:o,name:r,$vars:["name"]};s[o+"Index"]=a;var l=e.formatterParamsExtra;l&&fX(f0(l),function(e){gv(s,e)||(s[e]=l[e],s.$vars.push(e))});var u=bS(e.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:r,option:fG({content:r,formatterParams:s},i)}}function kQ(e,t){var n;e.isGroup&&(n=t(e)),n||e.traverse(t)}function kJ(e,t){if(e){if(f5(e))for(var n=0;n<e.length;n++)kQ(e[n],t);else kQ(e,t)}}kD.circle=CF,kD.ellipse=Cj,kD.sector=C2,kD.ring=C4,kD.polygon=C7,kD.polyline=kn,kD.rect=bs,kD.line=ka,kD.bezierCurve=kh,kD.arc=kf;var k0=yB(),k1=Cx(),k2=function(){function e(){this.group=new yr,this.uid=wZ("viewChart"),this.renderTask=_I({plan:k4,reset:k8}),this.renderTask.context={view:this}}return e.prototype.init=function(e,t){},e.prototype.render=function(e,t,n,r){},e.prototype.highlight=function(e,t,n,r){var i=e.getData(r&&r.dataType);i&&k3(i,r,"emphasis")},e.prototype.downplay=function(e,t,n,r){var i=e.getData(r&&r.dataType);i&&k3(i,r,"normal")},e.prototype.remove=function(e,t){this.group.removeAll()},e.prototype.dispose=function(e,t){},e.prototype.updateView=function(e,t,n,r){this.render(e,t,n,r)},e.prototype.updateLayout=function(e,t,n,r){this.render(e,t,n,r)},e.prototype.updateVisual=function(e,t,n,r){this.render(e,t,n,r)},e.prototype.eachRendered=function(e){kJ(this.group,e)},e.markUpdateMethod=function(e,t){k0(e).updateMethod=t},e.protoInitialize=void(e.prototype.type="chart"),e}();function k5(e,t,n){e&&b7(e)&&("emphasis"===t?bY:bX)(e,n)}function k3(e,t,n){var r,i,o=yL(e,t),a=t&&null!=t.highlightKey?(null==(i=bk[r=t.highlightKey])&&bC<=32&&(i=bk[r]=bC++),i):null;null!=o?fX(yM(o),function(t){k5(e.getItemGraphicEl(t),n,a)}):e.eachItemGraphicEl(function(e){k5(e,n,a)})}function k4(e){return k1(e.model)}function k8(e){var t=e.model,n=e.ecModel,r=e.api,i=e.payload,o=t.pipelineContext.progressiveRender,a=e.view,s=i&&k0(i).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](t,n,r,i),k6[l]}yU(k2,["dispose"]),yJ(k2);var k6={incrementalPrepareRender:{progress:function(e,t){t.view.incrementalRender(e,t.model,t.ecModel,t.api,t.payload)}},render:{forceFirstProgress:!0,progress:function(e,t){t.view.render(t.model,t.ecModel,t.api,t.payload)}}},k9="\0__throttleOriginMethod",k7="\0__throttleRate",Me="\0__throttleType";function Mt(e,t,n){var r,i,o,a,s,l=0,u=0,c=null;function h(){u=new Date().getTime(),c=null,e.apply(o,a||[])}t=t||0;var d=function(){for(var e=[],d=0;d<arguments.length;d++)e[d]=arguments[d];r=new Date().getTime(),o=this,a=e;var p=s||t,f=s||n;s=null,i=r-(f?l:u)-p,clearTimeout(c),f?c=setTimeout(h,p):i>=0?h():c=setTimeout(h,-i),l=r};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(e){s=e},d}function Mn(e,t,n,r){var i=e[t];if(i){var o=i[k9]||i,a=i[Me];if(i[k7]!==n||a!==r){if(null==n||!r)return e[t]=o;(i=e[t]=Mt(o,n,"debounce"===r))[k9]=o,i[Me]=r,i[k7]=n}return i}}function Mr(e,t){var n=e[t];n&&n[k9]&&(n.clear&&n.clear(),e[t]=n[k9])}var Mi=yB(),Mo={itemStyle:y0(wR,!0),lineStyle:y0(wI,!0)},Ma={lineStyle:"stroke",itemStyle:"fill"};function Ms(e,t){var n=e.visualStyleMapper||Mo[t];return n||(console.warn("Unknown style type '"+t+"'."),Mo.itemStyle)}function Ml(e,t){var n=e.visualDrawType||Ma[t];return n||(console.warn("Unknown style type '"+t+"'."),"fill")}var Mu=new wB,Mc=Math.PI,Mh=function(){function e(e,t,n,r){this._stageTaskMap=gf(),this.ecInstance=e,this.api=t,n=this._dataProcessorHandlers=n.slice(),r=this._visualHandlers=r.slice(),this._allHandlers=n.concat(r)}return e.prototype.restoreData=function(e,t){e.restoreData(t),this._stageTaskMap.each(function(e){var t=e.overallTask;t&&t.dirty()})},e.prototype.getPerformArgs=function(e,t){if(e.__pipeline){var n=this._pipelineMap.get(e.__pipeline.id),r=n.context,i=!t&&n.progressiveEnabled&&(!r||r.progressiveRender)&&e.__idxInPipeline>n.blockIndex?n.step:null,o=r&&r.modDataCount,a=null!=o?Math.ceil(o/i):null;return{step:i,modBy:a,modDataCount:o}}},e.prototype.getPipeline=function(e){return this._pipelineMap.get(e)},e.prototype.updateStreamModes=function(e,t){var n=this._pipelineMap.get(e.uid),r=e.getData().count(),i=n.progressiveEnabled&&t.incrementalPrepareRender&&r>=n.threshold,o=e.get("large")&&r>=e.get("largeThreshold"),a="mod"===e.get("progressiveChunkMode")?r:null;e.pipelineContext=n.context={progressiveRender:i,modDataCount:a,large:o}},e.prototype.restorePipelines=function(e){var t=this,n=t._pipelineMap=gf();e.eachSeries(function(e){var r=e.getProgressive(),i=e.uid;n.set(i,{id:i,head:null,tail:null,threshold:e.getProgressiveThreshold(),progressiveEnabled:r&&!(e.preventIncremental&&e.preventIncremental()),blockIndex:-1,step:Math.round(r||700),count:0}),t._pipe(e,e.dataTask)})},e.prototype.prepareStageTasks=function(){var e=this._stageTaskMap,t=this.api.getModel(),n=this.api;fX(this._allHandlers,function(r){var i=e.get(r.uid)||e.set(r.uid,{});gl(!(r.reset&&r.overallReset),""),r.reset&&this._createSeriesStageTask(r,i,t,n),r.overallReset&&this._createOverallStageTask(r,i,t,n)},this)},e.prototype.prepareView=function(e,t,n,r){var i=e.renderTask,o=i.context;o.model=t,o.ecModel=n,o.api=r,i.__block=!e.incrementalPrepareRender,this._pipe(t,i)},e.prototype.performDataProcessorTasks=function(e,t){this._performStageTasks(this._dataProcessorHandlers,e,t,{block:!0})},e.prototype.performVisualTasks=function(e,t,n){this._performStageTasks(this._visualHandlers,e,t,n)},e.prototype._performStageTasks=function(e,t,n,r){r=r||{};var i=!1,o=this;function a(e,t){return e.setDirty&&(!e.dirtyMap||e.dirtyMap.get(t.__pipeline.id))}fX(e,function(e,s){if(!r.visualType||r.visualType===e.visualType){var l=o._stageTaskMap.get(e.uid),u=l.seriesTaskMap,c=l.overallTask;if(c){var h,d=c.agentStubMap;d.each(function(e){a(r,e)&&(e.dirty(),h=!0)}),h&&c.dirty(),o.updatePayload(c,n);var p=o.getPerformArgs(c,r.block);d.each(function(e){e.perform(p)}),c.perform(p)&&(i=!0)}else u&&u.each(function(s,l){a(r,s)&&s.dirty();var u=o.getPerformArgs(s,r.block);u.skip=!e.performRawSeries&&t.isSeriesFiltered(s.context.model),o.updatePayload(s,n),s.perform(u)&&(i=!0)})}}),this.unfinished=i||this.unfinished},e.prototype.performSeriesTasks=function(e){var t;e.eachSeries(function(e){t=e.dataTask.perform()||t}),this.unfinished=t||this.unfinished},e.prototype.plan=function(){this._pipelineMap.each(function(e){var t=e.tail;do{if(t.__block){e.blockIndex=t.__idxInPipeline;break}t=t.getUpstream()}while(t)})},e.prototype.updatePayload=function(e,t){"remain"!==t&&(e.context.payload=t)},e.prototype._createSeriesStageTask=function(e,t,n,r){var i=this,o=t.seriesTaskMap,a=t.seriesTaskMap=gf(),s=e.seriesType,l=e.getTargetSeries;function u(t){var s=t.uid,l=a.set(s,o&&o.get(s)||_I({plan:Mm,reset:Mv,count:Mb}));l.context={model:t,ecModel:n,api:r,useClearVisual:e.isVisual&&!e.isLayout,plan:e.plan,reset:e.reset,scheduler:i},i._pipe(t,l)}e.createOnAllSeries?n.eachRawSeries(u):s?n.eachRawSeriesByType(s,u):l&&l(n,r).each(u)},e.prototype._createOverallStageTask=function(e,t,n,r){var i=this,o=t.overallTask=t.overallTask||_I({reset:Md});o.context={ecModel:n,api:r,overallReset:e.overallReset,scheduler:i};var a=o.agentStubMap,s=o.agentStubMap=gf(),l=e.seriesType,u=e.getTargetSeries,c=!0,h=!1;function d(e){var t=e.uid,n=s.set(t,a&&a.get(t)||(h=!0,_I({reset:Mp,onDirty:Mg})));n.context={model:e,overallProgress:c},n.agent=o,n.__block=c,i._pipe(e,n)}gl(!e.createOnAllSeries,""),l?n.eachRawSeriesByType(l,d):u?u(n,r).each(d):(c=!1,fX(n.getSeries(),d)),h&&o.dirty()},e.prototype._pipe=function(e,t){var n=e.uid,r=this._pipelineMap.get(n);r.head||(r.head=t),r.tail&&r.tail.pipe(t),r.tail=t,t.__idxInPipeline=r.count++,t.__pipeline=r},e.wrapStageHandler=function(e,t){return f3(e)&&(e={overallReset:e,seriesType:function(e){ev=null;try{e(Mw,MS)}catch(e){}return ev}(e)}),e.uid=wZ("stageHandler"),t&&(e.visualType=t),e},e}();function Md(e){e.overallReset(e.ecModel,e.api,e.payload)}function Mp(e){return e.overallProgress&&Mf}function Mf(){this.agent.dirty(),this.getDownstream().dirty()}function Mg(){this.agent&&this.agent.dirty()}function Mm(e){return e.plan?e.plan(e.model,e.ecModel,e.api,e.payload):null}function Mv(e){e.useClearVisual&&e.data.clearAllVisual();var t=e.resetDefines=yM(e.reset(e.model,e.ecModel,e.api,e.payload));return t.length>1?fK(t,function(e,t){return Mx(t)}):My}var My=Mx(0);function Mx(e){return function(t,n){var r=n.data,i=n.resetDefines[e];if(i&&i.dataEach)for(var o=t.start;o<t.end;o++)i.dataEach(r,o);else i&&i.progress&&i.progress(t,r)}}function Mb(e){return e.data.count()}var Mw={},MS={};function M_(e,t){for(var n in t.prototype)e[n]=gy}M_(Mw,S$),M_(MS,SU),Mw.eachSeriesByType=Mw.eachRawSeriesByType=function(e){ev=e},Mw.eachComponent=function(e){"series"===e.mainType&&e.subType&&(ev=e.subType)};var MC=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],Mk="#B9B8CE",MM="#100C2A",MT=function(){return{axisLine:{lineStyle:{color:Mk}},splitLine:{lineStyle:{color:"#484753"}},splitArea:{areaStyle:{color:["rgba(255,255,255,0.02)","rgba(255,255,255,0.05)"]}},minorSplitLine:{lineStyle:{color:"#20203B"}}}},MD=["#4992ff","#7cffb2","#fddd60","#ff6e76","#58d9f9","#05c091","#ff8a45","#8d48e3","#dd79ff"],MA={darkMode:!0,color:MD,backgroundColor:MM,axisPointer:{lineStyle:{color:"#817f91"},crossStyle:{color:"#817f91"},label:{color:"#fff"}},legend:{textStyle:{color:Mk}},textStyle:{color:Mk},title:{textStyle:{color:"#EEF1FA"},subtextStyle:{color:"#B9B8CE"}},toolbox:{iconStyle:{borderColor:Mk}},dataZoom:{borderColor:"#71708A",textStyle:{color:Mk},brushStyle:{color:"rgba(135,163,206,0.3)"},handleStyle:{color:"#353450",borderColor:"#C5CBE3"},moveHandleStyle:{color:"#B0B6C3",opacity:.3},fillerColor:"rgba(135,163,206,0.2)",emphasis:{handleStyle:{borderColor:"#91B7F2",color:"#4D587D"},moveHandleStyle:{color:"#636D9A",opacity:.7}},dataBackground:{lineStyle:{color:"#71708A",width:1},areaStyle:{color:"#71708A"}},selectedDataBackground:{lineStyle:{color:"#87A3CE"},areaStyle:{color:"#87A3CE"}}},visualMap:{textStyle:{color:Mk}},timeline:{lineStyle:{color:Mk},label:{color:Mk},controlStyle:{color:Mk,borderColor:Mk}},calendar:{itemStyle:{color:MM},dayLabel:{color:Mk},monthLabel:{color:Mk},yearLabel:{color:Mk}},timeAxis:MT(),logAxis:MT(),valueAxis:MT(),categoryAxis:MT(),line:{symbol:"circle"},graph:{color:MD},gauge:{title:{color:Mk},axisLine:{lineStyle:{color:[[1,"rgba(207,212,219,0.2)"]]}},axisLabel:{color:Mk},detail:{color:"#EEF1FA"}},candlestick:{itemStyle:{color:"#f64e56",color0:"#54ea92",borderColor:"#f64e56",borderColor0:"#54ea92"}}};MA.categoryAxis.splitLine.show=!1;var MI=function(){function e(){}return e.prototype.normalizeQuery=function(e){var t={},n={},r={};if(f4(e)){var i=yq(e);t.mainType=i.main||null,t.subType=i.sub||null}else{var o=["Index","Name","Id"],a={name:1,dataIndex:1,dataType:1};fX(e,function(e,i){for(var s=!1,l=0;l<o.length;l++){var u=o[l],c=i.lastIndexOf(u);if(c>0&&c===i.length-u.length){var h=i.slice(0,c);"data"!==h&&(t.mainType=h,t[u.toLowerCase()]=e,s=!0)}}a.hasOwnProperty(i)&&(n[i]=e,s=!0),s||(r[i]=e)})}return{cptQuery:t,dataQuery:n,otherQuery:r}},e.prototype.filter=function(e,t){var n=this.eventInfo;if(!n)return!0;var r=n.targetEl,i=n.packedEvent,o=n.model,a=n.view;if(!o||!a)return!0;var s=t.cptQuery,l=t.dataQuery;return u(s,o,"mainType")&&u(s,o,"subType")&&u(s,o,"index","componentIndex")&&u(s,o,"name")&&u(s,o,"id")&&u(l,i,"name")&&u(l,i,"dataIndex")&&u(l,i,"dataType")&&(!a.filterForExposedEvent||a.filterForExposedEvent(e,t.otherQuery,r,i));function u(e,t,n,r){return null==e[n]||t[r||n]===e[n]}},e.prototype.afterTrigger=function(){this.eventInfo=null},e}(),MP=["symbol","symbolSize","symbolRotate","symbolOffset"],MO=MP.concat(["symbolKeepAspect"]);function MR(e,t,n){switch(n){case"color":return e.getItemVisual(t,"style")[e.getVisual("drawType")];case"opacity":return e.getItemVisual(t,"style").opacity;case"symbol":case"symbolSize":case"liftZ":return e.getItemVisual(t,n)}}function ME(e,t){switch(t){case"color":return e.getVisual("style")[e.getVisual("drawType")];case"opacity":return e.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return e.getVisual(t)}}function ML(e,t,n,r,i){var o=e+t;n.isSilent(o)||r.eachComponent({mainType:"series",subType:"pie"},function(e){for(var t=e.seriesIndex,r=e.option.selectedMap,a=i.selected,s=0;s<a.length;s++)if(a[s].seriesIndex===t){var l=e.getData(),u=yL(l,i.fromActionPayload);n.trigger(o,{type:o,seriesId:e.id,name:f5(u)?l.getName(u[0]):l.getName(u),selected:f4(r)?r:fW({},r)})}})}function MB(e,t,n){for(var r;e&&(!t(e)||(r=e,!n));)e=e.__hostTarget||e.parent;return r}var MN=Math.round(9*Math.random()),MZ="function"==typeof Object.defineProperty,MF=function(){function e(){this._id="__ec_inner_"+MN++}return e.prototype.get=function(e){return this._guard(e)[this._id]},e.prototype.set=function(e,t){var n=this._guard(e);return MZ?Object.defineProperty(n,this._id,{value:t,enumerable:!1,configurable:!0}):n[this._id]=t,this},e.prototype.delete=function(e){return!!this.has(e)&&(delete this._guard(e)[this._id],!0)},e.prototype.has=function(e){return!!this._guard(e)[this._id]},e.prototype._guard=function(e){if(e!==Object(e))throw TypeError("Value of WeakMap is not a non-null object.");return e},e}(),Mz=x5.extend({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var n=t.cx,r=t.cy,i=t.width/2,o=t.height/2;e.moveTo(n,r-o),e.lineTo(n+i,r+o),e.lineTo(n-i,r+o),e.closePath()}}),MV=x5.extend({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var n=t.cx,r=t.cy,i=t.width/2,o=t.height/2;e.moveTo(n,r-o),e.lineTo(n+i,r),e.lineTo(n,r+o),e.lineTo(n-i,r),e.closePath()}}),Mj=x5.extend({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var n=t.x,r=t.y,i=t.width/5*3,o=Math.max(i,t.height),a=i/2,s=a*a/(o-a),l=r-o+a+s,u=Math.asin(s/a),c=Math.cos(u)*a,h=Math.sin(u),d=Math.cos(u),p=.6*a,f=.7*a;e.moveTo(n-c,l+s),e.arc(n,l,a,Math.PI-u,2*Math.PI+u),e.bezierCurveTo(n+c-h*p,l+s+d*p,n,r-f,n,r),e.bezierCurveTo(n,r-f,n-c+h*p,l+s+d*p,n-c,l+s),e.closePath()}}),M$=x5.extend({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var n=t.height,r=t.width,i=t.x,o=t.y,a=r/3*2;e.moveTo(i,o),e.lineTo(i+a,o+n),e.lineTo(i,o+n/4*3),e.lineTo(i-a,o+n),e.lineTo(i,o),e.closePath()}}),MH={line:function(e,t,n,r,i){i.x1=e,i.y1=t+r/2,i.x2=e+n,i.y2=t+r/2},rect:function(e,t,n,r,i){i.x=e,i.y=t,i.width=n,i.height=r},roundRect:function(e,t,n,r,i){i.x=e,i.y=t,i.width=n,i.height=r,i.r=Math.min(n,r)/4},square:function(e,t,n,r,i){var o=Math.min(n,r);i.x=e,i.y=t,i.width=o,i.height=o},circle:function(e,t,n,r,i){i.cx=e+n/2,i.cy=t+r/2,i.r=Math.min(n,r)/2},diamond:function(e,t,n,r,i){i.cx=e+n/2,i.cy=t+r/2,i.width=n,i.height=r},pin:function(e,t,n,r,i){i.x=e+n/2,i.y=t+r/2,i.width=n,i.height=r},arrow:function(e,t,n,r,i){i.x=e+n/2,i.y=t+r/2,i.width=n,i.height=r},triangle:function(e,t,n,r,i){i.cx=e+n/2,i.cy=t+r/2,i.width=n,i.height=r}},MW={};fX({line:ka,rect:bs,roundRect:bs,square:bs,circle:CF,diamond:MV,pin:Mj,arrow:M$,triangle:Mz},function(e,t){MW[t]=new e});var MG=x5.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(e,t,n){var r=v5(e,t,n),i=this.shape;return i&&"pin"===i.symbolType&&"inside"===t.position&&(r.y=n.y+.4*n.height),r},buildPath:function(e,t,n){var r=t.symbolType;if("none"!==r){var i=MW[r];i||(i=MW[r="rect"]),MH[r](t.x,t.y,t.width,t.height,i.shape),i.buildPath(e,i.shape,n)}}});function Mq(e,t){if("image"!==this.type){var n=this.style;this.__isEmptyBrush?(n.stroke=e,n.fill=t||"#fff",n.lineWidth=2):"line"===this.shape.symbolType?n.stroke=e:n.fill=e,this.markRedraw()}}function MU(e,t,n,r,i,o,a){var s,l=0===e.indexOf("empty");return l&&(e=e.substr(5,1).toLowerCase()+e.substr(6)),(s=0===e.indexOf("image://")?kL(e.slice(8),new mc(t,n,r,i),a?"center":"cover"):0===e.indexOf("path://")?kE(e.slice(7),{},new mc(t,n,r,i),a?"center":"cover"):new MG({shape:{symbolType:e,x:t,y:n,width:r,height:i}})).__isEmptyBrush=l,s.setColor=Mq,o&&s.setColor(o),s}function MY(e){return f5(e)||(e=[+e,+e]),[e[0]||0,e[1]||0]}function MX(e,t){if(null!=e)return f5(e)||(e=[e,e]),[yu(e[0],t[0])||0,yu(gi(e[1],e[0]),t[1])||0]}function MK(e){return isFinite(e)}function MQ(e,t,n){for(var r,i,o,a,s,l,u,c,h,d,p="radial"===t.type?(o=Math.min(r=n.width,i=n.height),a=null==t.x?.5:t.x,s=null==t.y?.5:t.y,l=null==t.r?.5:t.r,t.global||(a=a*r+n.x,s=s*i+n.y,l*=o),a=MK(a)?a:.5,s=MK(s)?s:.5,l=l>=0&&MK(l)?l:.5,e.createRadialGradient(a,s,0,a,s,l)):(u=null==t.x?0:t.x,c=null==t.x2?1:t.x2,h=null==t.y?0:t.y,d=null==t.y2?0:t.y2,t.global||(u=u*n.width+n.x,c=c*n.width+n.x,h=h*n.height+n.y,d=d*n.height+n.y),u=MK(u)?u:0,c=MK(c)?c:1,h=MK(h)?h:0,d=MK(d)?d:0,e.createLinearGradient(u,h,c,d)),f=t.colorStops,g=0;g<f.length;g++)p.addColorStop(f[g].offset,f[g].color);return p}function MJ(e){return parseInt(e,10)}function M0(e,t,n){var r=["width","height"][t],i=["clientWidth","clientHeight"][t],o=["paddingLeft","paddingTop"][t],a=["paddingRight","paddingBottom"][t];if(null!=n[r]&&"auto"!==n[r])return parseFloat(n[r]);var s=document.defaultView.getComputedStyle(e);return(e[i]||MJ(s[r])||MJ(e.style[r]))-(MJ(s[o])||0)-(MJ(s[a])||0)|0}function M1(e){var t,n,r=e.style,i=r.lineDash&&r.lineWidth>0&&(t=r.lineDash,n=r.lineWidth,t&&"solid"!==t&&n>0?"dashed"===t?[4*n,2*n]:"dotted"===t?[n]:f6(t)?[t]:f5(t)?t:null:null),o=r.lineDashOffset;if(i){var a=r.strokeNoScale&&e.getLineScale?e.getLineScale():1;a&&1!==a&&(i=fK(i,function(e){return e/a}),o/=a)}return[i,o]}var M2=new x$(!0);function M5(e){var t=e.stroke;return null!=t&&"none"!==t&&e.lineWidth>0}function M3(e){return"string"==typeof e&&"none"!==e}function M4(e){var t=e.fill;return null!=t&&"none"!==t}function M8(e,t){if(null!=t.fillOpacity&&1!==t.fillOpacity){var n=e.globalAlpha;e.globalAlpha=t.fillOpacity*t.opacity,e.fill(),e.globalAlpha=n}else e.fill()}function M6(e,t){if(null!=t.strokeOpacity&&1!==t.strokeOpacity){var n=e.globalAlpha;e.globalAlpha=t.strokeOpacity*t.opacity,e.stroke(),e.globalAlpha=n}else e.stroke()}function M9(e,t,n){var r=y3(t.image,t.__image,n);if(y8(r)){var i=e.createPattern(r,t.repeat||"repeat");if("function"==typeof DOMMatrix&&i&&i.setTransform){var o=new DOMMatrix;o.translateSelf(t.x||0,t.y||0),o.rotateSelf(0,0,(t.rotation||0)*gx),o.scaleSelf(t.scaleX||1,t.scaleY||1),i.setTransform(o)}return i}}var M7=["shadowBlur","shadowOffsetX","shadowOffsetY"],Te=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function Tt(e,t,n,r,i){var o=!1;if(!r&&t===(n=n||{}))return!1;if(r||t.opacity!==n.opacity){Ti(e,i),o=!0;var a=Math.max(Math.min(t.opacity,1),0);e.globalAlpha=isNaN(a)?xs.opacity:a}(r||t.blend!==n.blend)&&(o||(Ti(e,i),o=!0),e.globalCompositeOperation=t.blend||xs.blend);for(var s=0;s<M7.length;s++){var l=M7[s];(r||t[l]!==n[l])&&(o||(Ti(e,i),o=!0),e[l]=e.dpr*(t[l]||0))}return(r||t.shadowColor!==n.shadowColor)&&(o||(Ti(e,i),o=!0),e.shadowColor=t.shadowColor||xs.shadowColor),o}function Tn(e,t,n,r,i){var o=To(t,i.inHover),a=r?null:n&&To(n,i.inHover)||{};if(o===a)return!1;var s=Tt(e,o,a,r,i);if((r||o.fill!==a.fill)&&(s||(Ti(e,i),s=!0),M3(o.fill)&&(e.fillStyle=o.fill)),(r||o.stroke!==a.stroke)&&(s||(Ti(e,i),s=!0),M3(o.stroke)&&(e.strokeStyle=o.stroke)),(r||o.opacity!==a.opacity)&&(s||(Ti(e,i),s=!0),e.globalAlpha=null==o.opacity?1:o.opacity),t.hasStroke()){var l=o.lineWidth/(o.strokeNoScale&&t.getLineScale?t.getLineScale():1);e.lineWidth!==l&&(s||(Ti(e,i),s=!0),e.lineWidth=l)}for(var u=0;u<Te.length;u++){var c=Te[u],h=c[0];(r||o[h]!==a[h])&&(s||(Ti(e,i),s=!0),e[h]=o[h]||c[1])}return s}function Tr(e,t){var n=t.transform,r=e.dpr||1;n?e.setTransform(r*n[0],r*n[1],r*n[2],r*n[3],r*n[4],r*n[5]):e.setTransform(r,0,0,r,0,0)}function Ti(e,t){t.batchFill&&e.fill(),t.batchStroke&&e.stroke(),t.batchFill="",t.batchStroke=""}function To(e,t){return t&&e.__hoverStyle||e.style}function Ta(e,t){Ts(e,t,{inHover:!1,viewWidth:0,viewHeight:0},!0)}function Ts(e,t,n,r){var i,o,a,s,l,u=t.transform;if(!t.shouldBePainted(n.viewWidth,n.viewHeight,!1,!1)){t.__dirty&=-2,t.__isRendered=!1;return}var c=t.__clipPaths,h=n.prevElClipPaths,d=!1,p=!1;if((!h||function(e,t){if(e===t||!e&&!t)return!1;if(!e||!t||e.length!==t.length)return!0;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!0;return!1}(c,h))&&(h&&h.length&&(Ti(e,n),e.restore(),p=d=!0,n.prevElClipPaths=null,n.allClipped=!1,n.prevEl=null),c&&c.length&&(Ti(e,n),e.save(),function(e,t,n){for(var r=!1,i=0;i<e.length;i++){var o=e[i];r=r||o.isZeroArea(),Tr(t,o),t.beginPath(),o.buildPath(t,o.shape),t.clip()}n.allClipped=r}(c,e,n),d=!0),n.prevElClipPaths=c),n.allClipped){t.__isRendered=!1;return}t.beforeBrush&&t.beforeBrush(),t.innerBeforeBrush();var f=n.prevEl;f||(p=d=!0);var g=t instanceof x5&&t.autoBatch&&(o=M4(i=t.style),a=M5(i),!(i.lineDash||!(+o^+a)||o&&"string"!=typeof i.fill||a&&"string"!=typeof i.stroke||i.strokePercent<1||i.strokeOpacity<1||i.fillOpacity<1));!d&&(s=f.transform,u&&s?u[0]===s[0]&&u[1]===s[1]&&u[2]===s[2]&&u[3]===s[3]&&u[4]===s[4]&&u[5]===s[5]:u||s?0:1)?g||Ti(e,n):(Ti(e,n),Tr(e,t));var m=To(t,n.inHover);t instanceof x5?(1!==n.lastDrawType&&(p=!0,n.lastDrawType=1),Tn(e,t,f,p,n),g&&(n.batchFill||n.batchStroke)||e.beginPath(),function(e,t,n,r){var i,o,a,s=M5(n),l=M4(n),u=n.strokePercent,c=u<1,h=!t.path;(!t.silent||c)&&h&&t.createPathProxy();var d=t.path||M2,p=t.__dirty;if(!r){var f=n.fill,g=n.stroke,m=l&&!!f.colorStops,v=s&&!!g.colorStops,y=l&&!!f.image,x=s&&!!g.image,b=void 0,w=void 0,S=void 0,_=void 0,C=void 0;(m||v)&&(C=t.getBoundingRect()),m&&(b=p?MQ(e,f,C):t.__canvasFillGradient,t.__canvasFillGradient=b),v&&(w=p?MQ(e,g,C):t.__canvasStrokeGradient,t.__canvasStrokeGradient=w),y&&(S=p||!t.__canvasFillPattern?M9(e,f,t):t.__canvasFillPattern,t.__canvasFillPattern=S),x&&(_=p||!t.__canvasStrokePattern?M9(e,g,t):t.__canvasStrokePattern,t.__canvasStrokePattern=S),m?e.fillStyle=b:y&&(S?e.fillStyle=S:l=!1),v?e.strokeStyle=w:x&&(_?e.strokeStyle=_:s=!1)}var k=t.getGlobalScale();d.setScale(k[0],k[1],t.segmentIgnoreThreshold),e.setLineDash&&n.lineDash&&(o=(i=M1(t))[0],a=i[1]);var M=!0;(h||4&p)&&(d.setDPR(e.dpr),c?d.setContext(null):(d.setContext(e),M=!1),d.reset(),t.buildPath(d,t.shape,r),d.toStatic(),t.pathUpdated()),M&&d.rebuildPath(e,c?u:1),o&&(e.setLineDash(o),e.lineDashOffset=a),!r&&(n.strokeFirst?(s&&M6(e,n),l&&M8(e,n)):(l&&M8(e,n),s&&M6(e,n))),o&&e.setLineDash([])}(e,t,m,g),g&&(n.batchFill=m.fill||"",n.batchStroke=m.stroke||"")):t instanceof x4?(3!==n.lastDrawType&&(p=!0,n.lastDrawType=3),Tn(e,t,f,p,n),function(e,t,n){var r,i=n.text;if(null!=i&&(i+=""),i){e.font=n.font||fT,e.textAlign=n.textAlign,e.textBaseline=n.textBaseline;var o=void 0,a=void 0;e.setLineDash&&n.lineDash&&(o=(r=M1(t))[0],a=r[1]),o&&(e.setLineDash(o),e.lineDashOffset=a),n.strokeFirst?(M5(n)&&e.strokeText(i,n.x,n.y),M4(n)&&e.fillText(i,n.x,n.y)):(M4(n)&&e.fillText(i,n.x,n.y),M5(n)&&e.strokeText(i,n.x,n.y)),o&&e.setLineDash([])}}(e,t,m)):t instanceof x7?(2!==n.lastDrawType&&(p=!0,n.lastDrawType=2),l=p,Tt(e,To(t,n.inHover),f&&To(f,n.inHover),l,n),function(e,t,n){var r=t.__image=y3(n.image,t.__image,t,t.onload);if(r&&y8(r)){var i=n.x||0,o=n.y||0,a=t.getWidth(),s=t.getHeight(),l=r.width/r.height;if(null==a&&null!=s?a=s*l:null==s&&null!=a?s=a/l:null==a&&null==s&&(a=r.width,s=r.height),n.sWidth&&n.sHeight){var u=n.sx||0,c=n.sy||0;e.drawImage(r,u,c,n.sWidth,n.sHeight,i,o,a,s)}else if(n.sx&&n.sy){var u=n.sx,c=n.sy,h=a-u,d=s-c;e.drawImage(r,u,c,h,d,i,o,a,s)}else e.drawImage(r,i,o,a,s)}}(e,t,m)):t.getTemporalDisplayables&&(4!==n.lastDrawType&&(p=!0,n.lastDrawType=4),function(e,t,n){var r,i,o=t.getDisplayables(),a=t.getTemporalDisplayables();e.save();var s={prevElClipPaths:null,prevEl:null,allClipped:!1,viewWidth:n.viewWidth,viewHeight:n.viewHeight,inHover:n.inHover};for(r=t.getCursor(),i=o.length;r<i;r++){var l=o[r];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),Ts(e,l,s,r===i-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),s.prevEl=l}for(var u=0,c=a.length;u<c;u++){var l=a[u];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),Ts(e,l,s,u===c-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),s.prevEl=l}t.clearTemporalDisplayables(),t.notClear=!0,e.restore()}(e,t,n)),g&&r&&Ti(e,n),t.innerAfterBrush(),t.afterBrush&&t.afterBrush(),n.prevEl=t,t.__dirty=0,t.__isRendered=!0}var Tl=new MF,Tu=new mJ(100),Tc=["symbol","symbolSize","symbolKeepAspect","color","backgroundColor","dashArrayX","dashArrayY","maxTileWidth","maxTileHeight"];function Th(e,t){if("none"===e)return null;var n=t.getDevicePixelRatio(),r=t.getZr(),i="svg"===r.painter.type;e.dirty&&Tl.delete(e);var o=Tl.get(e);if(o)return o;var a=fG(e,{symbol:"rect",symbolSize:1,symbolKeepAspect:!0,color:"rgba(0, 0, 0, 0.2)",backgroundColor:null,dashArrayX:5,dashArrayY:5,rotation:0,maxTileWidth:512,maxTileHeight:512});"none"===a.backgroundColor&&(a.backgroundColor=null);var s={repeat:"repeat"};return function(e){for(var t,o,s=[n],l=!0,u=0;u<Tc.length;++u){var c=a[Tc[u]];if(null!=c&&!f5(c)&&!f4(c)&&!f6(c)&&"boolean"!=typeof c){l=!1;break}s.push(c)}if(l){t=s.join(",")+(i?"-svg":"");var h=Tu.get(t);h&&(i?e.svgElement=h:e.image=h)}var d=function e(t){if(!t||0===t.length)return[[0,0]];if(f6(t)){var n=Math.ceil(t);return[[n,n]]}for(var r=!0,i=0;i<t.length;++i)if(!f6(t[i])){r=!1;break}if(r)return e([t]);for(var o=[],i=0;i<t.length;++i)if(f6(t[i])){var n=Math.ceil(t[i]);o.push([n,n])}else{var n=fK(t[i],function(e){return Math.ceil(e)});n.length%2==1?o.push(n.concat(n)):o.push(n)}return o}(a.dashArrayX),p=function(e){if(!e||"object"==typeof e&&0===e.length)return[0,0];if(f6(e)){var t=Math.ceil(e);return[t,t]}var n=fK(e,function(e){return Math.ceil(e)});return e.length%2?n.concat(n):n}(a.dashArrayY),f=function e(t){if(!t||0===t.length)return[["rect"]];if(f4(t))return[[t]];for(var n=!0,r=0;r<t.length;++r)if(!f4(t[r])){n=!1;break}if(n)return e([t]);for(var i=[],r=0;r<t.length;++r)f4(t[r])?i.push([t[r]]):i.push(t[r]);return i}(a.symbol),g=fK(d,function(e){return Td(e)}),m=Td(p),v=!i&&fA.createCanvas(),y=i&&{tag:"g",attrs:{},key:"dcl",children:[]},x=function(){for(var e=1,t=0,n=g.length;t<n;++t)e=y_(e,g[t]);for(var r=1,t=0,n=f.length;t<n;++t)r=y_(r,f[t].length);e*=r;var i=m*g.length*f.length;return{width:Math.max(1,Math.min(e,a.maxTileWidth)),height:Math.max(1,Math.min(i,a.maxTileHeight))}}();v&&(v.width=x.width*n,v.height=x.height*n,o=v.getContext("2d")),function(){o&&(o.clearRect(0,0,v.width,v.height),a.backgroundColor&&(o.fillStyle=a.backgroundColor,o.fillRect(0,0,v.width,v.height)));for(var e=0,t=0;t<p.length;++t)e+=p[t];if(!(e<=0))for(var s=-m,l=0,u=0,c=0;s<x.height;){if(l%2==0){for(var h=u/2%f.length,g=0,b=0,w=0;g<2*x.width;){for(var S=0,t=0;t<d[c].length;++t)S+=d[c][t];if(S<=0)break;if(b%2==0){var _=(1-a.symbolSize)*.5,C=g+d[c][b]*_,k=s+p[l]*_,M=d[c][b]*a.symbolSize,T=p[l]*a.symbolSize,D=w/2%f[h].length;(function(e,t,s,l,u){var c=i?1:n,h=MU(u,e*c,t*c,s*c,l*c,a.color,a.symbolKeepAspect);if(i){var d=r.painter.renderOneToVNode(h);d&&y.children.push(d)}else Ta(o,h)})(C,k,M,T,f[h][D])}g+=d[c][b],++w,++b===d[c].length&&(b=0)}++c===d.length&&(c=0)}s+=p[l],++u,++l===p.length&&(l=0)}}(),l&&Tu.put(t,v||y),e.image=v,e.svgElement=y,e.svgWidth=x.width,e.svgHeight=x.height}(s),s.rotation=a.rotation,s.scaleX=s.scaleY=i?1:1/n,Tl.set(e,s),e.dirty=!1,s}function Td(e){for(var t=0,n=0;n<e.length;++n)t+=e[n];return e.length%2==1?2*t:t}var Tp=new gL,Tf={},Tg="__flagInMainProcess",Tm="__pendingUpdate",Tv="__needsUpdateStatus",Ty=/^[a-zA-Z0-9_]+$/,Tx="__connectUpdateStatus";function Tb(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];if(this.isDisposed()){this.id;return}return TS(this,e,t)}}function Tw(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return TS(this,e,t)}}function TS(e,t,n){return n[0]=n[0]&&n[0].toLowerCase(),gL.prototype[t].apply(e,n)}var T_=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t}(gL),TC=T_.prototype;TC.on=Tw("on"),TC.off=Tw("off");var Tk=function(e){function t(t,n,r){var i=e.call(this,new MI)||this;i._chartsViews=[],i._chartsMap={},i._componentsViews=[],i._componentsMap={},i._pendingActions=[],r=r||{},f4(n)&&(n=TE[n]),i._dom=t,r.ssr;var o=i._zr=ys(t,{renderer:r.renderer||"canvas",devicePixelRatio:r.devicePixelRatio,width:r.width,height:r.height,ssr:r.ssr,useDirtyRect:gi(r.useDirtyRect,!1),useCoarsePointer:gi(r.useCoarsePointer,"auto"),pointerSize:r.pointerSize});i._ssr=r.ssr,i._throttledZrFlush=Mt(f1(o.flush,o),17),(n=f$(n))&&_o(n,!0),i._theme=n,i._locale=function(e){if(!f4(e))return fH(f$(e),f$(wz.EN),!1);var t=wz[e.toUpperCase()]||{};return"ZH"===e||"EN"===e?f$(t):fH(f$(t),f$(wz.EN),!1)}(r.locale||wj),i._coordSysMgr=new SX;var a=i._api=eO(i);function s(e,t){return e.__prio-t.__prio}return mC(TR,s),mC(TP,s),i._scheduler=new Mh(i,a,TP,TR),i._messageCenter=new T_,i._initEvents(),i.resize=f1(i.resize,i),o.animation.on("frame",i._onframe,i),eT(o,i),eD(o,i),i[gc]=!0,i}return fC(t,e),t.prototype._onframe=function(){if(!this._disposed){eL(this);var e=this._scheduler;if(this[Tm]){var t=this[Tm].silent;this[Tg]=!0;try{ey(this),ew.update.call(this,null,this[Tm].updateParams)}catch(e){throw this[Tg]=!1,this[Tm]=null,e}this._zr.flush(),this[Tg]=!1,this[Tm]=null,ek.call(this,t),eM.call(this,t)}else if(e.unfinished){var n=1,r=this._model,i=this._api;e.unfinished=!1;do{var o=+new Date;e.performSeriesTasks(r),e.performDataProcessorTasks(r),e_(this,r),e.performVisualTasks(r),eP(this,this._model,i,"remain",{}),n-=+new Date-o}while(n>0&&e.unfinished);e.unfinished||this._zr.flush()}}},t.prototype.getDom=function(){return this._dom},t.prototype.getId=function(){return this.id},t.prototype.getZr=function(){return this._zr},t.prototype.isSSR=function(){return this._ssr},t.prototype.setOption=function(e,t,n){if(!this[Tg]){if(this._disposed){this.id;return}if(f9(t)&&(n=t.lazyUpdate,r=t.silent,i=t.replaceMerge,o=t.transition,t=t.notMerge),this[Tg]=!0,!this._model||t){var r,i,o,a=new SQ(this._api),s=this._theme,l=this._model=new S$;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(e,{replaceMerge:i},TO);var u={seriesTransition:o,optionChanged:!0};if(n)this[Tm]={silent:r,updateParams:u},this[Tg]=!1,this.getZr().wakeUp();else{try{ey(this),ew.update.call(this,null,u)}catch(e){throw this[Tm]=null,this[Tg]=!1,e}this._ssr||this._zr.flush(),this[Tm]=null,this[Tg]=!1,ek.call(this,r),eM.call(this,r)}}},t.prototype.setTheme=function(){},t.prototype.getModel=function(){return this._model},t.prototype.getOption=function(){return this._model&&this._model.getOption()},t.prototype.getWidth=function(){return this._zr.getWidth()},t.prototype.getHeight=function(){return this._zr.getHeight()},t.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||fM.hasGlobalWindow&&window.devicePixelRatio||1},t.prototype.getRenderedCanvas=function(e){return this.renderToCanvas(e)},t.prototype.renderToCanvas=function(e){return e=e||{},this._zr.painter.getRenderedCanvas({backgroundColor:e.backgroundColor||this._model.get("backgroundColor"),pixelRatio:e.pixelRatio||this.getDevicePixelRatio()})},t.prototype.renderToSVGString=function(e){return e=e||{},this._zr.painter.renderToString({useViewBox:e.useViewBox})},t.prototype.getSvgDataURL=function(){if(fM.svgSupported){var e=this._zr;return fX(e.storage.getDisplayList(),function(e){e.stopAnimation(null,!0)}),e.painter.toDataURL()}},t.prototype.getDataURL=function(e){if(this._disposed){this.id;return}var t=(e=e||{}).excludeComponents,n=this._model,r=[],i=this;fX(t,function(e){n.eachComponent({mainType:e},function(e){var t=i._componentsMap[e.__viewId];t.group.ignore||(r.push(t),t.group.ignore=!0)})});var o="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.renderToCanvas(e).toDataURL("image/"+(e&&e.type||"png"));return fX(r,function(e){e.group.ignore=!1}),o},t.prototype.getConnectedDataURL=function(e){if(this._disposed){this.id;return}var t="svg"===e.type,n=this.group,r=Math.min,i=Math.max,o=1/0;if(!TN[n])return this.getDataURL(e);var a=o,s=o,l=-o,u=-o,c=[],h=e&&e.pixelRatio||this.getDevicePixelRatio();fX(TB,function(o,h){if(o.group===n){var d=t?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(f$(e)),p=o.getDom().getBoundingClientRect();a=r(p.left,a),s=r(p.top,s),l=i(p.right,l),u=i(p.bottom,u),c.push({dom:d,left:p.left,top:p.top})}}),a*=h,s*=h,l*=h,u*=h;var d=l-a,p=u-s,f=fA.createCanvas(),g=ys(f,{renderer:t?"svg":"canvas"});if(g.resize({width:d,height:p}),!t)return e.connectedBackgroundColor&&g.add(new bs({shape:{x:0,y:0,width:d,height:p},style:{fill:e.connectedBackgroundColor}})),fX(c,function(e){var t=new x7({style:{x:e.left*h-a,y:e.top*h-s,image:e.dom}});g.add(t)}),g.refreshImmediately(),f.toDataURL("image/"+(e&&e.type||"png"));var m="";return fX(c,function(e){var t=e.left-a,n=e.top-s;m+='<g transform="translate('+t+","+n+')">'+e.dom+"</g>"}),g.painter.getSvgRoot().innerHTML=m,e.connectedBackgroundColor&&g.painter.setBackgroundColor(e.connectedBackgroundColor),g.refreshImmediately(),g.painter.toDataURL()},t.prototype.convertToPixel=function(e,t){return eS(this,"convertToPixel",e,t)},t.prototype.convertFromPixel=function(e,t){return eS(this,"convertFromPixel",e,t)},t.prototype.containPixel=function(e,t){var n;if(this._disposed){this.id;return}return fX(yZ(this._model,e),function(e,r){r.indexOf("Models")>=0&&fX(e,function(e){var i=e.coordinateSystem;if(i&&i.containPoint)n=n||!!i.containPoint(t);else if("seriesModels"===r){var o=this._chartsMap[e.__viewId];o&&o.containPoint&&(n=n||o.containPoint(t,e))}},this)},this),!!n},t.prototype.getVisual=function(e,t){var n=yZ(this._model,e,{defaultMainType:"series"}),r=n.seriesModel.getData(),i=n.hasOwnProperty("dataIndexInside")?n.dataIndexInside:n.hasOwnProperty("dataIndex")?r.indexOfRawIndex(n.dataIndex):null;return null!=i?MR(r,i,t):ME(r,t)},t.prototype.getViewOfComponentModel=function(e){return this._componentsMap[e.__viewId]},t.prototype.getViewOfSeriesModel=function(e){return this._chartsMap[e.__viewId]},t.prototype._initEvents=function(){var e=this;fX(TT,function(t){var n=function(n){var r,i=e.getModel(),o=n.target;if("globalout"===t?r={}:o&&MB(o,function(e){var t=bS(e);if(t&&null!=t.dataIndex){var n=t.dataModel||i.getSeriesByIndex(t.seriesIndex);return r=n&&n.getDataParams(t.dataIndex,t.dataType,o)||{},!0}if(t.eventData)return r=fW({},t.eventData),!0},!0),r){var a=r.componentType,s=r.componentIndex;("markLine"===a||"markPoint"===a||"markArea"===a)&&(a="series",s=r.seriesIndex);var l=a&&null!=s&&i.getComponent(a,s),u=l&&e["series"===l.mainType?"_chartsMap":"_componentsMap"][l.__viewId];r.event=n,r.type=t,e._$eventProcessor.eventInfo={targetEl:o,packedEvent:r,model:l,view:u},e.trigger(t,r)}};n.zrEventfulCallAtLast=!0,e._zr.on(t,n,e)}),fX(TI,function(t,n){e._messageCenter.on(n,function(e){this.trigger(n,e)},e)}),fX(["selectchanged"],function(t){e._messageCenter.on(t,function(e){this.trigger(t,e)},e)}),function(e,t,n){e.on("selectchanged",function(e){var r=n.getModel();e.isFromClick?(ML("map","selectchanged",t,r,e),ML("pie","selectchanged",t,r,e)):"select"===e.fromAction?(ML("map","selected",t,r,e),ML("pie","selected",t,r,e)):"unselect"===e.fromAction&&(ML("map","unselected",t,r,e),ML("pie","unselected",t,r,e))})}(this._messageCenter,this,this._api)},t.prototype.isDisposed=function(){return this._disposed},t.prototype.clear=function(){if(this._disposed){this.id;return}this.setOption({series:[]},!0)},t.prototype.dispose=function(){if(this._disposed){this.id;return}this._disposed=!0,this.getDom()&&y$(this.getDom(),Tz,"");var e=this._api,t=this._model;fX(this._componentsViews,function(n){n.dispose(t,e)}),fX(this._chartsViews,function(n){n.dispose(t,e)}),this._zr.dispose(),this._dom=this._model=this._chartsMap=this._componentsMap=this._chartsViews=this._componentsViews=this._scheduler=this._api=this._zr=this._throttledZrFlush=this._theme=this._coordSysMgr=this._messageCenter=null,delete TB[this.id]},t.prototype.resize=function(e){if(!this[Tg]){if(this._disposed){this.id;return}this._zr.resize(e);var t=this._model;if(this._loadingFX&&this._loadingFX.resize(),t){var n=t.resetOption("media"),r=e&&e.silent;this[Tm]&&(null==r&&(r=this[Tm].silent),n=!0,this[Tm]=null),this[Tg]=!0;try{n&&ey(this),ew.update.call(this,{type:"resize",animation:fW({duration:0},e&&e.animation)})}catch(e){throw this[Tg]=!1,e}this[Tg]=!1,ek.call(this,r),eM.call(this,r)}}},t.prototype.showLoading=function(e,t){if(this._disposed){this.id;return}if(f9(e)&&(t=e,e=""),e=e||"default",this.hideLoading(),TL[e]){var n=TL[e](this._api,t),r=this._zr;this._loadingFX=n,r.add(n)}},t.prototype.hideLoading=function(){if(this._disposed){this.id;return}this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},t.prototype.makeActionFromEvent=function(e){var t=fW({},e);return t.type=TI[e.type],t},t.prototype.dispatchAction=function(e,t){if(this._disposed){this.id;return}if(f9(t)||(t={silent:!!t}),TA[e.type]&&this._model){if(this[Tg]){this._pendingActions.push(e);return}var n=t.silent;eC.call(this,e,n);var r=t.flush;r?this._zr.flush():!1!==r&&fM.browser.weChat&&this._throttledZrFlush(),ek.call(this,n),eM.call(this,n)}},t.prototype.updateLabelLayout=function(){Tp.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},t.prototype.appendData=function(e){if(this._disposed){this.id;return}var t=e.seriesIndex;this.getModel().getSeriesByIndex(t).appendData(e),this._scheduler.unfinished=!0,this.getZr().wakeUp()},t.internalField=function(){function e(e){e.clearColorPalette(),e.eachSeries(function(e){e.clearColorPalette()})}function t(e){for(var t=[],n=e.currentStates,r=0;r<n.length;r++){var i=n[r];"emphasis"!==i&&"blur"!==i&&"select"!==i&&t.push(i)}e.selected&&e.states.select&&t.push("select"),2===e.hoverState&&e.states.emphasis?t.push("emphasis"):1===e.hoverState&&e.states.blur&&t.push("blur"),e.useStates(t)}function n(e,t){if(!e.preventAutoZ){var n=e.get("z")||0,r=e.get("zlevel")||0;t.eachRendered(function(e){return function e(t,n,r,i){var o=t.getTextContent(),a=t.getTextGuideLine();if(t.isGroup)for(var s=t.childrenRef(),l=0;l<s.length;l++)i=Math.max(e(s[l],n,r,i),i);else t.z=n,t.zlevel=r,i=Math.max(t.z2,i);if(o&&(o.z=n,o.zlevel=r,isFinite(i)&&(o.z2=i+2)),a){var u=t.textGuideLineConfig;a.z=n,a.zlevel=r,isFinite(i)&&(a.z2=i+(u&&u.showAbove?1:-1))}return i}(e,n,r,-1/0),!0})}}function r(e,t){t.eachRendered(function(e){if(!ws(e)){var t=e.getTextContent(),n=e.getTextGuideLine();e.stateTransition&&(e.stateTransition=null),t&&t.stateTransition&&(t.stateTransition=null),n&&n.stateTransition&&(n.stateTransition=null),e.hasState()?(e.prevStates=e.currentStates,e.clearStates()):e.prevStates&&(e.prevStates=null)}})}function i(e,n){var r=e.getModel("stateAnimation"),i=e.isAnimationEnabled(),o=r.get("duration"),a=o>0?{duration:o,delay:r.get("delay"),easing:r.get("easing")}:null;n.eachRendered(function(e){if(e.states&&e.states.emphasis&&!ws(e)){if(e instanceof x5){var n,r;(n=bM(e)).normalFill=e.style.fill,n.normalStroke=e.style.stroke,r=e.states.select||{},n.selectFill=r.style&&r.style.fill||null,n.selectStroke=r.style&&r.style.stroke||null}if(e.__dirty){var o=e.prevStates;o&&e.useStates(o)}if(i){e.stateTransition=a;var s=e.getTextContent(),l=e.getTextGuideLine();s&&(s.stateTransition=a),l&&(l.stateTransition=a)}e.__dirty&&t(e)}})}ey=function(e){var t=e._scheduler;t.restorePipelines(e._model),t.prepareStageTasks(),ex(e,!0),ex(e,!1),t.plan()},ex=function(e,t){for(var n=e._model,r=e._scheduler,i=t?e._componentsViews:e._chartsViews,o=t?e._componentsMap:e._chartsMap,a=e._zr,s=e._api,l=0;l<i.length;l++)i[l].__alive=!1;function u(e){var l=e.__requireNewView;e.__requireNewView=!1;var u="_ec_"+e.id+"_"+e.type,c=!l&&o[u];if(!c){var h=yq(e.type);(c=new(t?Cy.getClass(h.main,h.sub):k2.getClass(h.sub))).init(n,s),o[u]=c,i.push(c),a.add(c.group)}e.__viewId=c.__id=u,c.__alive=!0,c.__model=e,c.group.__ecComponentInfo={mainType:e.mainType,index:e.componentIndex},t||r.prepareView(c,e,n,s)}t?n.eachComponent(function(e,t){"series"!==e&&u(t)}):n.eachSeries(u);for(var l=0;l<i.length;){var c=i[l];c.__alive?l++:(t||c.renderTask.dispose(),a.remove(c.group),c.dispose(n,s),i.splice(l,1),o[c.__id]===c&&delete o[c.__id],c.__id=c.group.__ecComponentInfo=null)}},eb=function(e,t,n,r,i){var o,a=e._model;if(a.setUpdatePayload(n),!r){fX([].concat(e._componentsViews).concat(e._chartsViews),c);return}var s={};s[r+"Id"]=n[r+"Id"],s[r+"Index"]=n[r+"Index"],s[r+"Name"]=n[r+"Name"];var l={mainType:r,query:s};i&&(l.subType=i);var u=n.excludeSeriesId;function c(r){r&&r.__alive&&r[t]&&r[t](r.__model,a,e._api,n)}null!=u&&(o=gf(),fX(yM(u),function(e){var t=yO(e,null);null!=t&&o.set(t,!0)})),a&&a.eachComponent(l,function(t){if(!o||null==o.get(t.id)){if(wt(n)){if(t instanceof Cc)n.type!==bI||n.notBlur||t.get(["emphasis","disabled"])||function(e,t,n){var r=e.seriesIndex,i=e.getData(t.dataType);if(i){var o=yL(i,t);o=(f5(o)?o[0]:o)||0;var a=i.getItemGraphicEl(o);if(!a)for(var s=i.count(),l=0;!a&&l<s;)a=i.getItemGraphicEl(l++);if(a){var u=bS(a);bJ(r,u.focus,u.blurScope,n)}else{var c=e.get(["emphasis","focus"]),h=e.get(["emphasis","blurScope"]);null!=c&&bJ(r,c,h,n)}}}(t,n,e._api);else{var r=b1(t.mainType,t.componentIndex,n.name,e._api),i=r.focusSelf,a=r.dispatchers;n.type===bI&&i&&!n.notBlur&&b0(t.mainType,t.componentIndex,e._api),a&&fX(a,function(e){n.type===bI?bY(e):bX(e)})}}else we(n)&&t instanceof Cc&&(function(e,t,n){if(we(t)){var r=t.dataType,i=yL(e.getData(r),t);f5(i)||(i=[i]),e[t.type===bE?"toggleSelect":t.type===bO?"select":"unselect"](i,r)}}(t,n,e._api),b2(t),eE(e))}},e),a&&a.eachComponent(l,function(t){(!o||null==o.get(t.id))&&c(e["series"===r?"_chartsMap":"_componentsMap"][t.__viewId])},e)},ew={prepareAndUpdate:function(e){ey(this),ew.update.call(this,e,{optionChanged:null!=e.newOption})},update:function(t,n){var r=this._model,i=this._api,o=this._zr,a=this._coordSysMgr,s=this._scheduler;if(r){r.setUpdatePayload(t),s.restoreData(r,t),s.performSeriesTasks(r),a.create(r,i),s.performDataProcessorTasks(r,t),e_(this,r),a.update(r,i),e(r),s.performVisualTasks(r,t),eA(this,r,i,t,n);var l=r.get("backgroundColor")||"transparent",u=r.get("darkMode");o.setBackgroundColor(l),null!=u&&"auto"!==u&&o.setDarkMode(u),Tp.trigger("afterupdate",r,i)}},updateTransform:function(t){var n=this,r=this._model,i=this._api;if(r){r.setUpdatePayload(t);var o=[];r.eachComponent(function(e,a){if("series"!==e){var s=n.getViewOfComponentModel(a);if(s&&s.__alive){if(s.updateTransform){var l=s.updateTransform(a,r,i,t);l&&l.update&&o.push(s)}else o.push(s)}}});var a=gf();r.eachSeries(function(e){var o=n._chartsMap[e.__viewId];if(o.updateTransform){var s=o.updateTransform(e,r,i,t);s&&s.update&&a.set(e.uid,1)}else a.set(e.uid,1)}),e(r),this._scheduler.performVisualTasks(r,t,{setDirty:!0,dirtyMap:a}),eP(this,r,i,t,{},a),Tp.trigger("afterupdate",r,i)}},updateView:function(t){var n=this._model;n&&(n.setUpdatePayload(t),k2.markUpdateMethod(t,"updateView"),e(n),this._scheduler.performVisualTasks(n,t,{setDirty:!0}),eA(this,n,this._api,t,{}),Tp.trigger("afterupdate",n,this._api))},updateVisual:function(t){var n=this,r=this._model;r&&(r.setUpdatePayload(t),r.eachSeries(function(e){e.getData().clearAllVisual()}),k2.markUpdateMethod(t,"updateVisual"),e(r),this._scheduler.performVisualTasks(r,t,{visualType:"visual",setDirty:!0}),r.eachComponent(function(e,i){if("series"!==e){var o=n.getViewOfComponentModel(i);o&&o.__alive&&o.updateVisual(i,r,n._api,t)}}),r.eachSeries(function(e){n._chartsMap[e.__viewId].updateVisual(e,r,n._api,t)}),Tp.trigger("afterupdate",r,this._api))},updateLayout:function(e){ew.update.call(this,e)}},eS=function(e,t,n,r){if(e._disposed){e.id;return}for(var i,o=e._model,a=e._coordSysMgr.getCoordinateSystems(),s=yZ(o,n),l=0;l<a.length;l++){var u=a[l];if(u[t]&&null!=(i=u[t](o,s,r)))return i}},e_=function(e,t){var n=e._chartsMap,r=e._scheduler;t.eachSeries(function(e){r.updateStreamModes(e,n[e.__viewId])})},eC=function(e,t){var n,r=this,i=this.getModel(),o=e.type,a=e.escapeConnect,s=TA[o],l=s.actionInfo,u=(l.update||"update").split(":"),c=u.pop(),h=null!=u[0]&&yq(u[0]);this[Tg]=!0;var d=[e],p=!1;e.batch&&(p=!0,d=fK(e.batch,function(t){return(t=fG(fW({},t),e)).batch=null,t}));var f=[],g=we(e),m=wt(e);if(m&&bQ(this._api),fX(d,function(t){if((n=(n=s.action(t,r._model,r._api))||fW({},t)).type=l.event||n.type,f.push(n),m){var i=yF(e),o=i.queryOptionMap;eb(r,c,t,i.mainTypeSpecified?o.keys()[0]:"series"),eE(r)}else g?(eb(r,c,t,"series"),eE(r)):h&&eb(r,c,t,h.main,h.sub)}),"none"!==c&&!m&&!g&&!h)try{this[Tm]?(ey(this),ew.update.call(this,e),this[Tm]=null):ew[c].call(this,e)}catch(e){throw this[Tg]=!1,e}if(n=p?{type:l.event||o,escapeConnect:a,batch:f}:f[0],this[Tg]=!1,!t){var v=this._messageCenter;if(v.trigger(n.type,n),g){var y,x={type:"selectchanged",escapeConnect:a,selected:(y=[],i.eachSeries(function(e){fX(e.getAllData(),function(t){t.data;var n=t.type,r=e.getSelectedDataIndices();if(r.length>0){var i={dataIndex:r,seriesIndex:e.seriesIndex};null!=n&&(i.dataType=n),y.push(i)}})}),y),isFromClick:e.isFromClick||!1,fromAction:e.type,fromActionPayload:e};v.trigger(x.type,x)}}},ek=function(e){for(var t=this._pendingActions;t.length;){var n=t.shift();eC.call(this,n,e)}},eM=function(e){e||this.trigger("updated")},eT=function(e,t){e.on("rendered",function(n){t.trigger("rendered",n),!e.animation.isFinished()||t[Tm]||t._scheduler.unfinished||t._pendingActions.length||t.trigger("finished")})},eD=function(e,t){e.on("mouseover",function(e){var n,r,i,o,a,s=MB(e.target,b7);s&&(n=t._api,o=(i=b1((r=bS(s)).componentMainType,r.componentIndex,r.componentHighDownName,n)).dispatchers,a=i.focusSelf,o?(a&&b0(r.componentMainType,r.componentIndex,n),fX(o,function(t){return bq(t,e)})):(bJ(r.seriesIndex,r.focus,r.blurScope,n),"self"===r.focus&&b0(r.componentMainType,r.componentIndex,n),bq(s,e)),eE(t))}).on("mouseout",function(e){var n,r,i,o=MB(e.target,b7);o&&(bQ(n=t._api),(i=b1((r=bS(o)).componentMainType,r.componentIndex,r.componentHighDownName,n).dispatchers)?fX(i,function(t){return bU(t,e)}):bU(o,e),eE(t))}).on("click",function(e){var n=MB(e.target,function(e){return null!=bS(e).dataIndex},!0);if(n){var r=n.selected?"unselect":"select",i=bS(n);t._api.dispatchAction({type:r,dataType:i.dataType,dataIndexInside:i.dataIndex,seriesIndex:i.seriesIndex,isFromClick:!0})}})},eA=function(e,t,n,r,i){(function(e){var t=[],n=[],r=!1;if(e.eachComponent(function(e,i){var o=i.get("zlevel")||0,a=i.get("z")||0,s=i.getZLevelKey();r=r||!!s,("series"===e?n:t).push({zlevel:o,z:a,idx:i.componentIndex,type:e,key:s})}),r){var i,o,a=t.concat(n);mC(a,function(e,t){return e.zlevel===t.zlevel?e.z-t.z:e.zlevel-t.zlevel}),fX(a,function(t){var n=e.getComponent(t.type,t.idx),r=t.zlevel,a=t.key;null!=i&&(r=Math.max(i,r)),a?(r===i&&a!==o&&r++,o=a):o&&(r===i&&r++,o=""),i=r,n.setZLevel(r)})}})(t),eI(e,t,n,r,i),fX(e._chartsViews,function(e){e.__alive=!1}),eP(e,t,n,r,i),fX(e._chartsViews,function(e){e.__alive||e.remove(t,n)})},eI=function(e,t,o,a,s,l){fX(l||e._componentsViews,function(e){var s=e.__model;r(s,e),e.render(s,t,o,a),n(s,e),i(s,e)})},eP=function(e,t,o,a,s,l){var u,c,h,d,p=e._scheduler;s=fW(s||{},{updatedSeries:t.getSeries()}),Tp.trigger("series:beforeupdate",t,o,s);var f=!1;t.eachSeries(function(t){var n=e._chartsMap[t.__viewId];n.__alive=!0;var i=n.renderTask;p.updatePayload(i,a),r(t,n),l&&l.get(t.uid)&&i.dirty(),i.perform(p.getPerformArgs(i))&&(f=!0),n.group.silent=!!t.get("silent"),function(e,t){var n=e.get("blendMode")||null;t.eachRendered(function(e){e.isGroup||(e.style.blend=n)})}(t,n),b2(t)}),p.unfinished=f||p.unfinished,Tp.trigger("series:layoutlabels",t,o,s),Tp.trigger("series:transition",t,o,s),t.eachSeries(function(t){var r=e._chartsMap[t.__viewId];n(t,r),i(t,r)}),u=e,c=t,h=u._zr.storage,d=0,h.traverse(function(e){!e.isGroup&&d++}),!(d>c.get("hoverLayerThreshold"))||fM.node||fM.worker||c.eachSeries(function(e){if(!e.preventUsingHoverLayer){var t=u._chartsMap[e.__viewId];t.__alive&&t.eachRendered(function(e){e.states.emphasis&&(e.states.emphasis.hoverLayer=!0)})}}),Tp.trigger("series:afterupdate",t,o,s)},eE=function(e){e[Tv]=!0,e.getZr().wakeUp()},eL=function(e){e[Tv]&&(e.getZr().storage.traverse(function(e){!ws(e)&&t(e)}),e[Tv]=!1)},eO=function(e){return new(function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return fC(n,t),n.prototype.getCoordinateSystems=function(){return e._coordSysMgr.getCoordinateSystems()},n.prototype.getComponentByElement=function(t){for(;t;){var n=t.__ecComponentInfo;if(null!=n)return e._model.getComponent(n.mainType,n.index);t=t.parent}},n.prototype.enterEmphasis=function(t,n){bY(t,n),eE(e)},n.prototype.leaveEmphasis=function(t,n){bX(t,n),eE(e)},n.prototype.enterBlur=function(t){b$(t,bF),eE(e)},n.prototype.leaveBlur=function(t){b$(t,bz),eE(e)},n.prototype.enterSelect=function(t){b$(t,bV),eE(e)},n.prototype.leaveSelect=function(t){b$(t,bj),eE(e)},n.prototype.getModel=function(){return e.getModel()},n.prototype.getViewOfComponentModel=function(t){return e.getViewOfComponentModel(t)},n.prototype.getViewOfSeriesModel=function(t){return e.getViewOfSeriesModel(t)},n}(SU))(e)},eR=function(e){function t(e,t){for(var n=0;n<e.length;n++)e[n][Tx]=t}fX(TI,function(n,r){e._messageCenter.on(r,function(n){if(TN[e.group]&&0!==e[Tx]&&(!n||!n.escapeConnect)){var r=e.makeActionFromEvent(n),i=[];fX(TB,function(t){t!==e&&t.group===e.group&&i.push(t)}),t(i,0),fX(i,function(e){1!==e[Tx]&&e.dispatchAction(r)}),t(i,2)}})})}}(),t}(gL),TM=Tk.prototype;TM.on=Tb("on"),TM.off=Tb("off"),TM.one=function(e,t,n){var r=this;this.on.call(this,e,function n(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];t&&t.apply&&t.apply(this,i),r.off(e,n)},n)};var TT=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];function TD(e){}var TA={},TI={},TP=[],TO=[],TR=[],TE={},TL={},TB={},TN={},TZ=+new Date-0,TF=+new Date-0,Tz="_echarts_instance_";function TV(e){0>fq(TO,e)&&TO.push(e)}function Tj(e,t){Tq(TP,e,t,2e3)}function T$(e,t){Tp.on(e,t)}function TH(e,t,n){f3(t)&&(n=t,t="");var r=f9(e)?e.type:[e,e={event:t}][0];e.event=(e.event||r).toLowerCase(),!TI[t=e.event]&&(gl(Ty.test(r)&&Ty.test(t)),TA[r]||(TA[r]={action:n,actionInfo:e}),TI[t]=r)}function TW(e,t){Tq(TR,e,t,3e3,"visual")}var TG=[];function Tq(e,t,n,r,i){if((f3(t)||f9(t))&&(n=t,t=r),!(fq(TG,n)>=0)){TG.push(n);var o=Mh.wrapStageHandler(n,i);o.__prio=t,o.__raw=n,e.push(o)}}TW(2e3,{createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){var n=e.getData(),r=e.visualStyleAccessPath||"itemStyle",i=e.getModel(r),o=Ms(e,r)(i),a=i.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=Ml(e,r),l=o[s],u=f3(l)?l:null,c="auto"===o.fill||"auto"===o.stroke;if(!o[s]||u||c){var h=e.getColorFromPalette(e.name,null,t.getSeriesCount());o[s]||(o[s]=h,n.setVisual("colorFromPalette",!0)),o.fill="auto"===o.fill||f3(o.fill)?h:o.fill,o.stroke="auto"===o.stroke||f3(o.stroke)?h:o.stroke}if(n.setVisual("style",o),n.setVisual("drawType",s),!t.isSeriesFiltered(e)&&u)return n.setVisual("colorFromPalette",!1),{dataEach:function(t,n){var r=e.getDataParams(n),i=fW({},o);i[s]=u(r),t.setItemVisual(n,"style",i)}}}}),TW(4500,{createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){if(!(e.ignoreStyleOnData||t.isSeriesFiltered(e))){var n=e.getData(),r=e.visualStyleAccessPath||"itemStyle",i=Ms(e,r),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(e,t){var n=e.getRawDataItem(t);if(n&&n[r]){Mu.option=n[r];var a=i(Mu);fW(e.ensureUniqueItemVisual(t,"style"),a),Mu.option.decal&&(e.setItemVisual(t,"decal",Mu.option.decal),Mu.option.decal.dirty=!0),o in a&&e.setItemVisual(t,"colorFromPalette",!1)}}:null}}}}),TW(4500,{performRawSeries:!0,overallReset:function(e){var t=gf();e.eachSeries(function(e){var n=e.getColorBy();if(!e.isColorBySeries()){var r=e.type+"-"+n,i=t.get(r);i||(i={},t.set(r,i)),Mi(e).scope=i}}),e.eachSeries(function(t){if(!(t.isColorBySeries()||e.isSeriesFiltered(t))){var n=t.getRawData(),r={},i=t.getData(),o=Mi(t).scope,a=t.visualStyleAccessPath||"itemStyle",s=Ml(t,a);i.each(function(e){r[i.getRawIndex(e)]=e}),n.each(function(e){var a=r[e];if(i.getItemVisual(a,"colorFromPalette")){var l=i.ensureUniqueItemVisual(a,"style"),u=n.getName(e)||e+"",c=n.count();l[s]=t.getColorFromPalette(u,o,c)}})}})}}),TW(2e3,{createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){var n=e.getData();if(e.legendIcon&&n.setVisual("legendIcon",e.legendIcon),e.hasSymbolVisual){for(var r={},i={},o=!1,a=0;a<MP.length;a++){var s=MP[a],l=e.get(s);f3(l)?(o=!0,i[s]=l):r[s]=l}if(r.symbol=r.symbol||e.defaultSymbol,n.setVisual(fW({legendIcon:e.legendIcon||r.symbol,symbolKeepAspect:e.get("symbolKeepAspect")},r)),!t.isSeriesFiltered(e)){var u=f0(i);return{dataEach:o?function(t,n){for(var r=e.getRawValue(n),o=e.getDataParams(n),a=0;a<u.length;a++){var s=u[a];t.setItemVisual(n,s,i[s](r,o))}}:null}}}}}),TW(4500,{createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){if(!(!e.hasSymbolVisual||t.isSeriesFiltered(e)))return{dataEach:e.getData().hasItemOption?function(e,t){for(var n=e.getItemModel(t),r=0;r<MO.length;r++){var i=MO[r],o=n.getShallow(i,!0);null!=o&&e.setItemVisual(t,i,o)}}:null}}}),TW(7e3,function(e,t){e.eachRawSeries(function(n){if(!e.isSeriesFiltered(n)){var r=n.getData();r.hasItemVisual()&&r.each(function(e){var n=r.getItemVisual(e,"decal");n&&(r.ensureUniqueItemVisual(e,"style").decal=Th(n,t))});var i=r.getVisual("decal");i&&(r.getVisual("style").decal=Th(i,t))}})}),TV(_o),Tj(900,function(e){var t=gf();e.eachSeries(function(e){var n=e.get("stack");if(n){var r=t.get(n)||t.set(n,[]),i=e.getData(),o={stackResultDimension:i.getCalculationInfo("stackResultDimension"),stackedOverDimension:i.getCalculationInfo("stackedOverDimension"),stackedDimension:i.getCalculationInfo("stackedDimension"),stackedByDimension:i.getCalculationInfo("stackedByDimension"),isStackedByIndex:i.getCalculationInfo("isStackedByIndex"),data:i,seriesModel:e};if(!o.stackedDimension||!(o.isStackedByIndex||o.stackedByDimension))return;r.length&&i.setCalculationInfo("stackedOnSeries",r[r.length-1].seriesModel),r.push(o)}}),t.each(_a)}),O=function(e,t){fG(t=t||{},{text:"loading",textColor:"#000",fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#5470c6",spinnerRadius:10,lineWidth:5,zlevel:0});var n,r=new yr,i=new bs({style:{fill:t.maskColor},zlevel:t.zlevel,z:1e4});r.add(i);var o=new bw({style:{text:t.text,fill:t.textColor,fontSize:t.fontSize,fontWeight:t.fontWeight,fontStyle:t.fontStyle,fontFamily:t.fontFamily},zlevel:t.zlevel,z:10001}),a=new bs({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:t.zlevel,z:10001});return r.add(a),t.showSpinner&&((n=new kf({shape:{startAngle:-Mc/2,endAngle:-Mc/2+.1,r:t.spinnerRadius},style:{stroke:t.color,lineCap:"round",lineWidth:t.lineWidth},zlevel:t.zlevel,z:10001})).animateShape(!0).when(1e3,{endAngle:3*Mc/2}).start("circularInOut"),n.animateShape(!0).when(1e3,{startAngle:3*Mc/2}).delay(300).start("circularInOut"),r.add(n)),r.resize=function(){var r=o.getBoundingRect().width,s=t.showSpinner?t.spinnerRadius:0,l=(e.getWidth()-2*s-(t.showSpinner&&r?10:0)-r)/2-(t.showSpinner&&r?0:5+r/2)+(t.showSpinner?0:r/2)+(r?0:s),u=e.getHeight()/2;t.showSpinner&&n.setShape({cx:l,cy:u}),a.setShape({x:l-s,y:u-s,width:2*s,height:2*s}),i.setShape({x:0,y:0,width:e.getWidth(),height:e.getHeight()})},r.resize(),r},TL.default=O,TH({type:bI,event:bI,update:bI},gy),TH({type:bP,event:bP,update:bP},gy),TH({type:bO,event:bO,update:bO},gy),TH({type:bR,event:bR,update:bR},gy),TH({type:bE,event:bE,update:bE},gy),R={color:MC,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],MC]},TE.light=R,TE.dark=MA;var TU=[],TY={registerPreprocessor:TV,registerProcessor:Tj,registerPostInit:function(e){T$("afterinit",e)},registerPostUpdate:function(e){T$("afterupdate",e)},registerUpdateLifecycle:T$,registerAction:TH,registerCoordinateSystem:function(e,t){SX.register(e,t)},registerLayout:function(e,t){Tq(TR,e,t,1e3,"layout")},registerVisual:TW,registerTransform:function(e){var t=(e=f$(e)).type;t||_E("");var n=t.split(":");2!==n.length&&_E("");var r=!1;"echarts"===n[0]&&(t=n[1],r=!0),e.__isBuiltIn=r,_$.set(t,e)},registerLoading:function(e,t){TL[e]=t},registerMap:function(e,t,n){var r=Tf.registerMap;r&&r(e,t,n)},registerImpl:function(e,t){Tf[e]=t},PRIORITY:{PROCESSOR:{FILTER:1e3,SERIES_FILTER:800,STATISTIC:5e3},VISUAL:{LAYOUT:1e3,PROGRESSIVE_LAYOUT:1100,GLOBAL:2e3,CHART:3e3,POST_CHART_LAYOUT:4600,COMPONENT:4e3,BRUSH:5e3,CHART_ITEM:4500,ARIA:6e3,DECAL:7e3}},ComponentModel:Sb,ComponentView:Cy,SeriesModel:Cc,ChartView:k2,registerComponentModel:function(e){Sb.registerClass(e)},registerComponentView:function(e){Cy.registerClass(e)},registerSeriesModel:function(e){Cc.registerClass(e)},registerChartView:function(e){k2.registerClass(e)},registerSubTypeDefaulter:function(e,t){Sb.registerSubTypeDefaulter(e,t)},registerPainter:function(e,t){yi[e]=t}};function TX(e){if(f5(e)){fX(e,function(e){TX(e)});return}!(fq(TU,e)>=0)&&(TU.push(e),f3(e)&&(e={install:e}),e.install(TY))}var TK=n(6141),TQ=n.n(TK);function TJ(e){return null==e?0:e.length||1}function T0(e){return e}var T1=function(){function e(e,t,n,r,i,o){this._old=e,this._new=t,this._oldKeyGetter=n||T0,this._newKeyGetter=r||T0,this.context=i,this._diffModeMultiple="multiple"===o}return e.prototype.add=function(e){return this._add=e,this},e.prototype.update=function(e){return this._update=e,this},e.prototype.updateManyToOne=function(e){return this._updateManyToOne=e,this},e.prototype.updateOneToMany=function(e){return this._updateOneToMany=e,this},e.prototype.updateManyToMany=function(e){return this._updateManyToMany=e,this},e.prototype.remove=function(e){return this._remove=e,this},e.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},e.prototype._executeOneToOne=function(){var e=this._old,t=this._new,n={},r=Array(e.length),i=Array(t.length);this._initIndexMap(e,null,r,"_oldKeyGetter"),this._initIndexMap(t,n,i,"_newKeyGetter");for(var o=0;o<e.length;o++){var a=r[o],s=n[a],l=TJ(s);if(l>1){var u=s.shift();1===s.length&&(n[a]=s[0]),this._update&&this._update(u,o)}else 1===l?(n[a]=null,this._update&&this._update(s,o)):this._remove&&this._remove(o)}this._performRestAdd(i,n)},e.prototype._executeMultiple=function(){var e=this._old,t=this._new,n={},r={},i=[],o=[];this._initIndexMap(e,n,i,"_oldKeyGetter"),this._initIndexMap(t,r,o,"_newKeyGetter");for(var a=0;a<i.length;a++){var s=i[a],l=n[s],u=r[s],c=TJ(l),h=TJ(u);if(c>1&&1===h)this._updateManyToOne&&this._updateManyToOne(u,l),r[s]=null;else if(1===c&&h>1)this._updateOneToMany&&this._updateOneToMany(u,l),r[s]=null;else if(1===c&&1===h)this._update&&this._update(u,l),r[s]=null;else if(c>1&&h>1)this._updateManyToMany&&this._updateManyToMany(u,l),r[s]=null;else if(c>1)for(var d=0;d<c;d++)this._remove&&this._remove(l[d]);else this._remove&&this._remove(l)}this._performRestAdd(o,r)},e.prototype._performRestAdd=function(e,t){for(var n=0;n<e.length;n++){var r=e[n],i=t[r],o=TJ(i);if(o>1)for(var a=0;a<o;a++)this._add&&this._add(i[a]);else 1===o&&this._add&&this._add(i);t[r]=null}},e.prototype._initIndexMap=function(e,t,n,r){for(var i=this._diffModeMultiple,o=0;o<e.length;o++){var a="_ec_"+this[r](e[o],o);if(i||(n[o]=a),t){var s=t[a],l=TJ(s);0===l?(t[a]=o,i&&n.push(a)):1===l?t[a]=[s,o]:s.push(o)}}},e}(),T2=function(){function e(e,t){this._encode=e,this._schema=t}return e.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},e.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},e}();function T5(e,t){return e.hasOwnProperty(t)||(e[t]=[]),e[t]}let T3=function(e){this.otherDims={},null!=e&&fW(this,e)};var T4=yB(),T8={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},T6=function(){function e(e){this.dimensions=e.dimensions,this._dimOmitted=e.dimensionOmitted,this.source=e.source,this._fullDimCount=e.fullDimensionCount,this._updateDimOmitted(e.dimensionOmitted)}return e.prototype.isDimensionOmitted=function(){return this._dimOmitted},e.prototype._updateDimOmitted=function(e){this._dimOmitted=e,e&&(this._dimNameMap||(this._dimNameMap=De(this.source)))},e.prototype.getSourceDimensionIndex=function(e){return gi(this._dimNameMap.get(e),-1)},e.prototype.getSourceDimension=function(e){var t=this.source.dimensionsDefine;if(t)return t[e]},e.prototype.makeStoreSchema=function(){for(var e=this._fullDimCount,t=_f(this.source),n=!(e>30),r="",i=[],o=0,a=0;o<e;o++){var s=void 0,l=void 0,u=void 0,c=this.dimensions[a];if(c&&c.storeDimIndex===o)s=t?c.name:null,l=c.type,u=c.ordinalMeta,a++;else{var h=this.getSourceDimension(o);h&&(s=t?h.name:null,l=h.type)}i.push({property:s,type:l,ordinalMeta:u}),!t||null==s||c&&c.isCalculationCoord||(r+=n?s.replace(/\`/g,"`1").replace(/\$/g,"`2"):s),r+="$",r+=T8[l]||"f",u&&(r+=u.uid),r+="$"}var d=this.source;return{dimensions:i,hash:[d.seriesLayoutBy,d.startIndex,r].join("$$")}},e.prototype.makeOutputDimensionNames=function(){for(var e=[],t=0,n=0;t<this._fullDimCount;t++){var r=void 0,i=this.dimensions[n];if(i&&i.storeDimIndex===t)i.isCalculationCoord||(r=i.name),n++;else{var o=this.getSourceDimension(t);o&&(r=o.name)}e.push(r)}return e},e.prototype.appendCalculationDimension=function(e){this.dimensions.push(e),e.isCalculationCoord=!0,this._fullDimCount++,this._updateDimOmitted(!0)},e}();function T9(e){return e instanceof T6}function T7(e){for(var t=gf(),n=0;n<(e||[]).length;n++){var r=e[n],i=f9(r)?r.name:r;null!=i&&null==t.get(i)&&t.set(i,n)}return t}function De(e){var t=T4(e);return t.dimNameMap||(t.dimNameMap=T7(e.dimensionsDefine))}var Dt=f9,Dn="undefined"==typeof Int32Array?Array:Int32Array,Dr=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],Di=["_approximateExtent"],Do=function(){function e(e,t){this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","lttbDownSample"];var n,r=!1;T9(e)?(n=e.dimensions,this._dimOmitted=e.isDimensionOmitted(),this._schema=e):(r=!0,n=e),n=n||["x","y"];for(var i={},o=[],a={},s=!1,l={},u=0;u<n.length;u++){var c=n[u],h=f4(c)?new T3({name:c}):c instanceof T3?c:new T3(c),d=h.name;h.type=h.type||"float",h.coordDim||(h.coordDim=d,h.coordDimIndex=0);var p=h.otherDims=h.otherDims||{};o.push(d),i[d]=h,null!=l[d]&&(s=!0),h.createInvertedIndices&&(a[d]=[]),0===p.itemName&&(this._nameDimIdx=u),0===p.itemId&&(this._idDimIdx=u),r&&(h.storeDimIndex=u)}if(this.dimensions=o,this._dimInfos=i,this._initGetDimensionInfo(s),this.hostModel=t,this._invertedIndicesMap=a,this._dimOmitted){var f=this._dimIdxToName=gf();fX(o,function(e){f.set(i[e].storeDimIndex,e)})}}return e.prototype.getDimension=function(e){var t=this._recognizeDimIndex(e);if(null==t)return e;if(t=e,!this._dimOmitted)return this.dimensions[t];var n=this._dimIdxToName.get(t);if(null!=n)return n;var r=this._schema.getSourceDimension(t);if(r)return r.name},e.prototype.getDimensionIndex=function(e){var t=this._recognizeDimIndex(e);if(null!=t)return t;if(null==e)return -1;var n=this._getDimInfo(e);return n?n.storeDimIndex:this._dimOmitted?this._schema.getSourceDimensionIndex(e):-1},e.prototype._recognizeDimIndex=function(e){if(f6(e)||null!=e&&!isNaN(e)&&!this._getDimInfo(e)&&(!this._dimOmitted||0>this._schema.getSourceDimensionIndex(e)))return+e},e.prototype._getStoreDimIndex=function(e){return this.getDimensionIndex(e)},e.prototype.getDimensionInfo=function(e){return this._getDimInfo(this.getDimension(e))},e.prototype._initGetDimensionInfo=function(e){var t=this._dimInfos;this._getDimInfo=e?function(e){return t.hasOwnProperty(e)?t[e]:void 0}:function(e){return t[e]}},e.prototype.getDimensionsOnCoord=function(){return this._dimSummary.dataDimsOnCoord.slice()},e.prototype.mapDimension=function(e,t){var n=this._dimSummary;if(null==t)return n.encodeFirstDimNotExtra[e];var r=n.encode[e];return r?r[t]:null},e.prototype.mapDimensionsAll=function(e){return(this._dimSummary.encode[e]||[]).slice()},e.prototype.getStore=function(){return this._store},e.prototype.initData=function(e,t,n){var r,i,o,a,s,l,u,c,h,d,p,f,g,m=this;if(e instanceof _0&&(g=e),!g){var v=this.dimensions,y=_l(e)||fY(e)?new _g(e,v.length):e;g=new _0;var x=fK(v,function(e){return{type:m._dimInfos[e].type,property:e}});g.initData(y,x,n)}this._store=g,this._nameList=(t||[]).slice(),this._idList=[],this._nameRepeatCount={},this._doInit(0,g.count()),this._dimSummary=(r=this,i=this._schema,a=(o={}).encode={},s=gf(),l=[],u=[],c={},fX(r.dimensions,function(e){var t=r.getDimensionInfo(e),n=t.coordDim;if(n){var i,o=t.coordDimIndex;T5(a,n)[o]=e,t.isExtraCoord||(s.set(n,1),"ordinal"!==(i=t.type)&&"time"!==i&&(l[0]=e),T5(c,n)[o]=r.getDimensionIndex(t.name)),t.defaultTooltip&&u.push(e)}SC.each(function(e,n){var r=T5(a,n),i=t.otherDims[n];null!=i&&!1!==i&&(r[i]=t.name)})}),h=[],d={},s.each(function(e,t){var n=a[t];d[t]=n[0],h=h.concat(n)}),o.dataDimsOnCoord=h,o.dataDimIndicesOnCoord=fK(h,function(e){return r.getDimensionInfo(e).storeDimIndex}),o.encodeFirstDimNotExtra=d,(p=a.label)&&p.length&&(l=p.slice()),(f=a.tooltip)&&f.length?u=f.slice():u.length||(u=l.slice()),a.defaultedLabel=l,a.defaultedTooltip=u,o.userOutput=new T2(c,i),o),this.userOutput=this._dimSummary.userOutput},e.prototype.appendData=function(e){var t=this._store.appendData(e);this._doInit(t[0],t[1])},e.prototype.appendValues=function(e,t){var n=this._store.appendValues(e,t.length),r=n.start,i=n.end,o=this._shouldMakeIdFromName();if(this._updateOrdinalMeta(),t)for(var a=r;a<i;a++){var s=a-r;this._nameList[a]=t[s],o&&ej(this,a)}},e.prototype._updateOrdinalMeta=function(){for(var e=this._store,t=this.dimensions,n=0;n<t.length;n++){var r=this._dimInfos[t[n]];r.ordinalMeta&&e.collectOrdinalMeta(r.storeDimIndex,r.ordinalMeta)}},e.prototype._shouldMakeIdFromName=function(){var e=this._store.getProvider();return null==this._idDimIdx&&e.getSource().sourceFormat!==SA&&!e.fillStorage},e.prototype._doInit=function(e,t){if(!(e>=t)){var n=this._store.getProvider();this._updateOrdinalMeta();var r=this._nameList,i=this._idList;if(n.getSource().sourceFormat===Sk&&!n.pure)for(var o=[],a=e;a<t;a++){var s,l=n.getItem(a,o);if(!this.hasItemOption&&f9(s=l)&&!(s instanceof Array)&&(this.hasItemOption=!0),l){var u=l.name;null==r[a]&&null!=u&&(r[a]=yO(u,null));var c=l.id;null==i[a]&&null!=c&&(i[a]=yO(c,null))}}if(this._shouldMakeIdFromName())for(var a=e;a<t;a++)ej(this,a);eB(this)}},e.prototype.getApproximateExtent=function(e){return this._approximateExtent[e]||this._store.getDataExtent(this._getStoreDimIndex(e))},e.prototype.setApproximateExtent=function(e,t){t=this.getDimension(t),this._approximateExtent[t]=e.slice()},e.prototype.getCalculationInfo=function(e){return this._calculationInfo[e]},e.prototype.setCalculationInfo=function(e,t){Dt(e)?fW(this._calculationInfo,e):this._calculationInfo[e]=t},e.prototype.getName=function(e){var t=this.getRawIndex(e),n=this._nameList[t];return null==n&&null!=this._nameDimIdx&&(n=eZ(this,this._nameDimIdx,t)),null==n&&(n=""),n},e.prototype._getCategory=function(e,t){var n=this._store.get(e,t),r=this._store.getOrdinalMeta(e);return r?r.categories[n]:n},e.prototype.getId=function(e){return eN(this,this.getRawIndex(e))},e.prototype.count=function(){return this._store.count()},e.prototype.get=function(e,t){var n=this._store,r=this._dimInfos[e];if(r)return n.get(r.storeDimIndex,t)},e.prototype.getByRawIndex=function(e,t){var n=this._store,r=this._dimInfos[e];if(r)return n.getByRawIndex(r.storeDimIndex,t)},e.prototype.getIndices=function(){return this._store.getIndices()},e.prototype.getDataExtent=function(e){return this._store.getDataExtent(this._getStoreDimIndex(e))},e.prototype.getSum=function(e){return this._store.getSum(this._getStoreDimIndex(e))},e.prototype.getMedian=function(e){return this._store.getMedian(this._getStoreDimIndex(e))},e.prototype.getValues=function(e,t){var n=this,r=this._store;return f5(e)?r.getValues(fK(e,function(e){return n._getStoreDimIndex(e)}),t):r.getValues(e)},e.prototype.hasValue=function(e){for(var t=this._dimSummary.dataDimIndicesOnCoord,n=0,r=t.length;n<r;n++)if(isNaN(this._store.get(t[n],e)))return!1;return!0},e.prototype.indexOfName=function(e){for(var t=0,n=this._store.count();t<n;t++)if(this.getName(t)===e)return t;return -1},e.prototype.getRawIndex=function(e){return this._store.getRawIndex(e)},e.prototype.indexOfRawIndex=function(e){return this._store.indexOfRawIndex(e)},e.prototype.rawIndexOf=function(e,t){var n=(e&&this._invertedIndicesMap[e])[t];return null==n||isNaN(n)?-1:n},e.prototype.indicesOfNearest=function(e,t,n){return this._store.indicesOfNearest(this._getStoreDimIndex(e),t,n)},e.prototype.each=function(e,t,n){f3(e)&&(n=t,t=e,e=[]);var r=n||this,i=fK(eF(e),this._getStoreDimIndex,this);this._store.each(i,r?f1(t,r):t)},e.prototype.filterSelf=function(e,t,n){f3(e)&&(n=t,t=e,e=[]);var r=n||this,i=fK(eF(e),this._getStoreDimIndex,this);return this._store=this._store.filter(i,r?f1(t,r):t),this},e.prototype.selectRange=function(e){var t=this,n={},r=f0(e),i=[];return fX(r,function(r){var o=t._getStoreDimIndex(r);n[o]=e[r],i.push(o)}),this._store=this._store.selectRange(n),this},e.prototype.mapArray=function(e,t,n){f3(e)&&(n=t,t=e,e=[]),n=n||this;var r=[];return this.each(e,function(){r.push(t&&t.apply(this,arguments))},n),r},e.prototype.map=function(e,t,n,r){var i=n||r||this,o=fK(eF(e),this._getStoreDimIndex,this),a=eV(this);return a._store=this._store.map(o,i?f1(t,i):t),a},e.prototype.modify=function(e,t,n,r){var i=n||r||this,o=fK(eF(e),this._getStoreDimIndex,this);this._store.modify(o,i?f1(t,i):t)},e.prototype.downSample=function(e,t,n,r){var i=eV(this);return i._store=this._store.downSample(this._getStoreDimIndex(e),t,n,r),i},e.prototype.lttbDownSample=function(e,t){var n=eV(this);return n._store=this._store.lttbDownSample(this._getStoreDimIndex(e),t),n},e.prototype.getRawDataItem=function(e){return this._store.getRawDataItem(e)},e.prototype.getItemModel=function(e){var t=this.hostModel;return new wB(this.getRawDataItem(e),t,t&&t.ecModel)},e.prototype.diff=function(e){var t=this;return new T1(e?e.getStore().getIndices():[],this.getStore().getIndices(),function(t){return eN(e,t)},function(e){return eN(t,e)})},e.prototype.getVisual=function(e){var t=this._visual;return t&&t[e]},e.prototype.setVisual=function(e,t){this._visual=this._visual||{},Dt(e)?fW(this._visual,e):this._visual[e]=t},e.prototype.getItemVisual=function(e,t){var n=this._itemVisuals[e],r=n&&n[t];return null==r?this.getVisual(t):r},e.prototype.hasItemVisual=function(){return this._itemVisuals.length>0},e.prototype.ensureUniqueItemVisual=function(e,t){var n=this._itemVisuals,r=n[e];r||(r=n[e]={});var i=r[t];return null==i&&(f5(i=this.getVisual(t))?i=i.slice():Dt(i)&&(i=fW({},i)),r[t]=i),i},e.prototype.setItemVisual=function(e,t,n){var r=this._itemVisuals[e]||{};this._itemVisuals[e]=r,Dt(t)?fW(r,t):r[t]=n},e.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},e.prototype.setLayout=function(e,t){Dt(e)?fW(this._layout,e):this._layout[e]=t},e.prototype.getLayout=function(e){return this._layout[e]},e.prototype.getItemLayout=function(e){return this._itemLayouts[e]},e.prototype.setItemLayout=function(e,t,n){this._itemLayouts[e]=n?fW(this._itemLayouts[e]||{},t):t},e.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},e.prototype.setItemGraphicEl=function(e,t){b_(this.hostModel&&this.hostModel.seriesIndex,this.dataType,e,t),this._graphicEls[e]=t},e.prototype.getItemGraphicEl=function(e){return this._graphicEls[e]},e.prototype.eachItemGraphicEl=function(e,t){fX(this._graphicEls,function(n,r){n&&e&&e.call(t,n,r)})},e.prototype.cloneShallow=function(t){return t||(t=new e(this._schema?this._schema:fK(this.dimensions,this._getDimInfo,this),this.hostModel)),ez(t,this),t._store=this._store,t},e.prototype.wrapMethod=function(e,t){var n=this[e];f3(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(e),this[e]=function(){var e=n.apply(this,arguments);return t.apply(this,[e].concat(ga(arguments)))})},e.internalField=void(eB=function(e){var t=e._invertedIndicesMap;fX(t,function(n,r){var i=e._dimInfos[r],o=i.ordinalMeta,a=e._store;if(o){n=t[r]=new Dn(o.categories.length);for(var s=0;s<n.length;s++)n[s]=-1;for(var s=0;s<a.count();s++)n[a.get(i.storeDimIndex,s)]=s}})},eZ=function(e,t,n){return yO(e._getCategory(t,n),null)},eN=function(e,t){var n=e._idList[t];return null==n&&null!=e._idDimIdx&&(n=eZ(e,e._idDimIdx,t)),null==n&&(n="e\0\0"+t),n},eF=function(e){return f5(e)||(e=null!=e?[e]:[]),e},eV=function(t){var n=new e(t._schema?t._schema:fK(t.dimensions,t._getDimInfo,t),t.hostModel);return ez(n,t),n},ez=function(e,t){fX(Dr.concat(t.__wrappedMethods||[]),function(n){t.hasOwnProperty(n)&&(e[n]=t[n])}),e.__wrappedMethods=t.__wrappedMethods,fX(Di,function(n){e[n]=f$(t[n])}),e._calculationInfo=fW({},t._calculationInfo)},ej=function(e,t){var n=e._nameList,r=e._idList,i=e._nameDimIdx,o=e._idDimIdx,a=n[t],s=r[t];if(null==a&&null!=i&&(n[t]=a=eZ(e,i,t)),null==s&&null!=o&&(r[t]=s=eZ(e,o,t)),null==s&&null!=a){var l=e._nameRepeatCount,u=l[a]=(l[a]||0)+1;s=a,u>1&&(s+="__ec__"+u),r[t]=s}}),e}();function Da(e,t){_l(e)||(e=_c(e));var n,r,i,o,a,s=(t=t||{}).coordDimensions||[],l=t.dimensionsDefine||e.dimensionsDefine||[],u=gf(),c=[],h=(n=e,r=s,i=l,o=t.dimensionsCount,a=Math.max(n.dimensionsDetectedCount||1,r.length,i.length,o||0),fX(r,function(e){var t;f9(e)&&(t=e.dimsDef)&&(a=Math.max(a,t.length))}),a),d=t.canOmitUnusedDimensions&&h>30,p=l===e.dimensionsDefine,f=p?De(e):T7(l),g=t.encodeDefine;!g&&t.encodeDefaulter&&(g=t.encodeDefaulter(e,h));for(var m=gf(g),v=new _U(h),y=0;y<v.length;y++)v[y]=-1;function x(e){var t=v[e];if(t<0){var n=l[e],r=f9(n)?n:{name:n},i=new T3,o=r.name;null!=o&&null!=f.get(o)&&(i.name=i.displayName=o),null!=r.type&&(i.type=r.type),null!=r.displayName&&(i.displayName=r.displayName);var a=c.length;return v[e]=a,i.storeDimIndex=e,c.push(i),i}return c[t]}if(!d)for(var y=0;y<h;y++)x(y);m.each(function(e,t){var n=yM(e).slice();if(1===n.length&&!f4(n[0])&&n[0]<0){m.set(t,!1);return}var r=m.set(t,[]);fX(n,function(e,n){var i=f4(e)?f.get(e):e;null!=i&&i<h&&(r[n]=i,w(x(i),t,n))})});var b=0;function w(e,t,n){null!=SC.get(t)?e.otherDims[t]=n:(e.coordDim=t,e.coordDimIndex=n,u.set(t,!0))}fX(s,function(e){if(f4(e))t=e,i={};else{t=(i=e).name;var t,n,r,i,o=i.ordinalMeta;i.ordinalMeta=null,(i=fW({},i)).ordinalMeta=o,n=i.dimsDef,r=i.otherDims,i.name=i.coordDim=i.coordDimIndex=i.dimsDef=i.otherDims=null}var a=m.get(t);if(!1!==a){if(!(a=yM(a)).length)for(var s=0;s<(n&&n.length||1);s++){for(;b<h&&null!=x(b).coordDim;)b++;b<h&&a.push(b++)}fX(a,function(e,o){var a=x(e);if(p&&null!=i.type&&(a.type=i.type),w(fG(a,i),t,o),null==a.name&&n){var s=n[o];f9(s)||(s={name:s}),a.name=a.displayName=s.name,a.defaultTooltip=s.defaultTooltip}r&&fG(a.otherDims,r)})}});var S=t.generateCoord,_=t.generateCoordCount,C=null!=_;_=S?_||1:0;var k=S||"value";function M(e){null==e.name&&(e.name=e.coordDim)}if(d)fX(c,function(e){M(e)}),c.sort(function(e,t){return e.storeDimIndex-t.storeDimIndex});else for(var T=0;T<h;T++){var D=x(T);null==D.coordDim&&(D.coordDim=function(e,t,n){if(n||t.hasKey(e)){for(var r=0;t.hasKey(e+r);)r++;e+=r}return t.set(e,!0),e}(k,u,C),D.coordDimIndex=0,(!S||_<=0)&&(D.isExtraCoord=!0),_--),M(D),null==D.type&&(SN(e,T)===SO.Must||D.isExtraCoord&&(null!=D.otherDims.itemName||null!=D.otherDims.seriesName))&&(D.type="ordinal")}return function(e){for(var t=gf(),n=0;n<e.length;n++){var r=e[n],i=r.name,o=t.get(i)||0;o>0&&(r.name=i+(o-1)),o++,t.set(i,o)}}(c),new T6({source:e,dimensions:c,fullDimensionCount:h,dimensionOmitted:d})}var Ds=function(e){this.coordSysDims=[],this.axisMap=gf(),this.categoryAxisMap=gf(),this.coordSysName=e},Dl={cartesian2d:function(e,t,n,r){var i=e.getReferringComponents("xAxis",yz).models[0],o=e.getReferringComponents("yAxis",yz).models[0];t.coordSysDims=["x","y"],n.set("x",i),n.set("y",o),Du(i)&&(r.set("x",i),t.firstCategoryDimIndex=0),Du(o)&&(r.set("y",o),null==t.firstCategoryDimIndex&&(t.firstCategoryDimIndex=1))},singleAxis:function(e,t,n,r){var i=e.getReferringComponents("singleAxis",yz).models[0];t.coordSysDims=["single"],n.set("single",i),Du(i)&&(r.set("single",i),t.firstCategoryDimIndex=0)},polar:function(e,t,n,r){var i=e.getReferringComponents("polar",yz).models[0],o=i.findAxisModel("radiusAxis"),a=i.findAxisModel("angleAxis");t.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),Du(o)&&(r.set("radius",o),t.firstCategoryDimIndex=0),Du(a)&&(r.set("angle",a),null==t.firstCategoryDimIndex&&(t.firstCategoryDimIndex=1))},geo:function(e,t,n,r){t.coordSysDims=["lng","lat"]},parallel:function(e,t,n,r){var i=e.ecModel,o=i.getComponent("parallel",e.get("parallelIndex")),a=t.coordSysDims=o.dimensions.slice();fX(o.parallelAxisIndex,function(e,o){var s=i.getComponent("parallelAxis",e),l=a[o];n.set(l,s),Du(s)&&(r.set(l,s),null==t.firstCategoryDimIndex&&(t.firstCategoryDimIndex=o))})}};function Du(e){return"category"===e.get("type")}function Dc(e,t){return!!t&&t===e.getCalculationInfo("stackedDimension")}function Dh(e,t){return Dc(e,t)?e.getCalculationInfo("stackResultDimension"):t}let Dd=function(e,t,n){n=n||{};var r,i,o,a,s,l,u,c,h=t.getSourceManager(),d=!1;e?(d=!0,c=_c(e)):d=(c=h.getSource()).sourceFormat===Sk;var p=function(e){var t=e.get("coordinateSystem"),n=new Ds(t),r=Dl[t];if(r)return r(e,n,n.axisMap,n.categoryAxisMap),n}(t),f=(i=t.get("coordinateSystem"),o=SX.get(i),p&&p.coordSysDims&&(r=fK(p.coordSysDims,function(e){var t={name:e},n=p.axisMap.get(e);if(n){var r=n.get("type");t.type="category"===r?"ordinal":"time"===r?"time":"float"}return t})),r||(r=o&&(o.getDimensionsInfo?o.getDimensionsInfo():o.dimensions.slice())||["x","y"]),r),g=n.useEncodeDefaulter,m=f3(g)?g:g?f2(SE,f,t):null,v=Da(c,{coordDimensions:f,generateCoord:n.generateCoord,encodeDefine:t.getEncode(),encodeDefaulter:m,canOmitUnusedDimensions:!d}),y=(a=v.dimensions,s=n.createInvertedIndices,p&&fX(a,function(e,t){var n=e.coordDim,r=p.categoryAxisMap.get(n);r&&(null==l&&(l=t),e.ordinalMeta=r.getOrdinalMeta(),s&&(e.createInvertedIndices=!0)),null!=e.otherDims.itemName&&(u=!0)}),u||null==l||(a[l].otherDims.itemName=0),l),x=d?null:h.getSharedDataStore(v),b=function(e,t,n){var r,i,o,a,s,l,u,c=(n=n||{}).byIndex,h=n.stackedCoordDimension;T9(t.schema)?(r=(i=t.schema).dimensions,o=t.store):r=t;var d=!!(e&&e.get("stack"));if(fX(r,function(e,t){f4(e)&&(r[t]=e={name:e}),!d||e.isExtraCoord||(c||a||!e.ordinalMeta||(a=e),s||"ordinal"===e.type||"time"===e.type||h&&h!==e.coordDim||(s=e))}),!s||c||a||(c=!0),s){l="__\0ecstackresult_"+e.id,u="__\0ecstackedover_"+e.id,a&&(a.createInvertedIndices=!0);var p=s.coordDim,f=s.type,g=0;fX(r,function(e){e.coordDim===p&&g++});var m={name:l,coordDim:p,coordDimIndex:g,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:r.length},v={name:u,coordDim:u,coordDimIndex:g+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:r.length+1};i?(o&&(m.storeDimIndex=o.ensureCalculationDimension(u,f),v.storeDimIndex=o.ensureCalculationDimension(l,f)),i.appendCalculationDimension(m),i.appendCalculationDimension(v)):(r.push(m),r.push(v))}return{stackedDimension:s&&s.name,stackedByDimension:a&&a.name,isStackedByIndex:c,stackedOverDimension:u,stackResultDimension:l}}(t,{schema:v,store:x}),w=new Do(v,t);w.setCalculationInfo(b);var S=null!=y&&function(e){if(e.sourceFormat===Sk)return!f5(yA(function(e){for(var t=0;t<e.length&&null==e[t];)t++;return e[t]}(e.data||[])))}(c)?function(e,t,n,r){return r===y?n:this.defaultDimValueGetter(e,t,n,r)}:null;return w.hasItemOption=!1,w.initData(d?c:x,null,S),w};var Dp=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return fC(t,e),t.prototype.getInitialData=function(e){return Dd(null,this,{useEncodeDefaulter:!0})},t.prototype.getLegendIcon=function(e){var t=new yr,n=MU("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=MU(o,(e.itemWidth-a)/2,(e.itemHeight-a)/2,a,a,e.itemStyle.fill);t.add(s),s.setStyle(e.itemStyle);var l="inherit"===e.iconRotate?i:e.iconRotate||0;return s.rotation=l*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}(Cc);function Df(e,t){var n=e.mapDimensionsAll("defaultedLabel"),r=n.length;if(1===r){var i=_M(e,t,n[0]);return null!=i?i+"":null}if(r){for(var o=[],a=0;a<n.length;a++)o.push(_M(e,t,n[a]));return o.join(" ")}}var Dg=function(e){function t(t,n,r,i){var o=e.call(this)||this;return o.updateData(t,n,r,i),o}return fC(t,e),t.prototype._createSymbol=function(e,t,n,r,i){this.removeAll();var o=MU(e,-1,-1,2,2,null,i);o.attr({z2:100,culling:!0,scaleX:r[0]/2,scaleY:r[1]/2}),o.drift=Dm,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(){bY(this.childAt(0))},t.prototype.downplay=function(){bX(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 h=this.childAt(0);h.silent=!1;var d={scaleX:s[0]/2,scaleY:s[1]/2};u?h.attr(d):wo(h,d,a,n),wh(h)}if(this._updateCommon(e,n,s,r,i),l){var h=this.childAt(0);if(!u){var d={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:h.style.opacity}};h.scaleX=h.scaleY=0,h.style.opacity=0,wa(h,d,a,n)}}u&&this.childAt(0).stopAnimation("leave")},t.prototype._updateCommon=function(e,t,n,r,i){var o,a,s,l,u,c,h,d,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,h=r.labelStatesModels,d=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"),h=wm(m),d=v.getShallow("scale"),p=m.getShallow("cursor")}var y=e.getItemVisual(t,"symbolRotate");f.attr("rotation",(y||0)*Math.PI/180||0);var x=MX(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 x7){var S=f.style;f.useStyle(fW({image:S.image,x:S.x,y:S.y,width:S.width,height:S.height},b))}else f.__isEmptyBrush?f.useStyle(fW({},b)):f.useStyle(b),f.style.decal=null,f.setColor(w,i&&i.symbolInnerColor),f.style.strokeNoScale=!0;var _=e.getItemVisual(t,"liftZ"),C=this._z2;null!=_?null==C&&(this._z2=f.z2,f.z2+=_):null!=C&&(f.z2=C,this._z2=null);var k=i&&i.useNameLabel;wg(f,h,{labelFetcher:g,labelDataIndex:t,defaultText:function(t){return k?e.getName(t):Df(e,t)},inheritColor:w,defaultOpacity:b.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var M=f.ensureState("emphasis");M.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a;var T=null==d||!0===d?Math.max(1.1,3/this._sizeY):isFinite(d)&&d>0?+d:1;M.scaleX=this._sizeX*T,M.scaleY=this._sizeY*T,this.setSymbolScale(1),b3(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=bS(this).dataIndex,o=n&&n.animation;if(this.silent=r.silent=!0,n&&n.fadeLabel){var a=r.getTextContent();a&&wl(a,{style:{opacity:0}},t,{dataIndex:i,removeOpt:o,cb:function(){r.removeTextContent()}})}else r.removeTextContent();wl(r,{style:{opacity:0},scaleX:0,scaleY:0},t,{dataIndex:i,cb:e,removeOpt:o})},t.getSymbolSize=function(e,t){return MY(e.getItemVisual(t,"symbolSize"))},t}(yr);function Dm(e,t){this.parent.drift(e,t)}function Dv(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 Dy(e){return null==e||f9(e)||(e={isIgnore:e}),e||{}}function Dx(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:wm(t),cursorStyle:t.get("cursor")}}var Db=function(){function e(e){this.group=new yr,this._SymbolCtor=e||Dg}return e.prototype.updateData=function(e,t){this._progressiveEls=null,t=Dy(t);var n=this.group,r=e.hostModel,i=this._data,o=this._SymbolCtor,a=t.disableAnimation,s=Dx(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(Dv(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,h){var d=i.getItemGraphicEl(h),p=u(c);if(!Dv(e,p,c,t)){n.remove(d);return}var f=e.getItemVisual(c,"symbol")||"circle",g=d&&d.getSymbolType&&d.getSymbolType();if(!d||g&&g!==f)n.remove(d),(d=new o(e,c,s,l)).setPosition(p);else{d.updateData(e,c,s,l);var m={x:p[0],y:p[1]};a?d.attr(m):wo(d,m,r)}n.add(d),e.setItemGraphicEl(c,d)}).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=Dx(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=Dy(n);for(var i=e.start;i<e.end;i++){var o=t.getItemLayout(i);if(Dv(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){kJ(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 Dw(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]:f6(i)&&!isNaN(i)?o=i:a[0]>0?o=a[0]:a[1]<0&&(o=a[1]),o),c=s.dim,h=l.dim,d=t.mapDimension(h),p=t.mapDimension(c),f=+("x"===h||"radius"===h),g=fK(e.dimensions,function(e){return t.mapDimension(e)}),m=!1,v=t.getCalculationInfo("stackResultDimension");return Dc(t,g[0])&&(m=!0,g[0]=v),Dc(t,g[1])&&(m=!0,g[1]=v),{dataDimsForPoint:g,valueStart:u,valueAxisDim:h,baseAxisDim:c,stacked:!!m,valueDim:d,baseDim:p,baseDataOffset:f,stackedOverDimension:t.getCalculationInfo("stackedOverDimension")}}function DS(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 D_="undefined"!=typeof Float32Array,DC=D_?Float32Array:Array;function Dk(e){return f5(e)?D_?new Float32Array(e):e:new DC(e)}var DM=Math.min,DT=Math.max;function DD(e,t){return isNaN(e)||isNaN(t)}function DA(e,t,n,r,i,o,a,s,l){for(var u,c,h,d,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(DD(v,y)){if(l){g+=o;continue}break}if(g===n)e[o>0?"moveTo":"lineTo"](v,y),h=v,d=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],_=t[2*w+1];S===v&&_===y&&m<r;)m++,w+=o,g+=o,S=t[2*w],_=t[2*w+1],v=t[2*g],y=t[2*g+1],x=v-u,b=y-c;var C=m+1;if(l)for(;DD(S,_)&&C<r;)C++,w+=o,S=t[2*w],_=t[2*w+1];var k=.5,M=0,T=0,D=void 0,A=void 0;if(C>=r||DD(S,_))p=v,f=y;else{M=S-u,T=_-c;var I=v-u,P=S-v,O=y-c,R=_-y,E=void 0,L=void 0;if("x"===s){E=Math.abs(I),L=Math.abs(P);var B=M>0?1:-1;p=v-B*E*a,f=y,D=v+B*L*a,A=y}else if("y"===s){E=Math.abs(O),L=Math.abs(R);var N=T>0?1:-1;p=v,f=y-N*E*a,D=v,A=y+N*L*a}else E=Math.sqrt(I*I+O*O),p=v-M*a*(1-(k=(L=Math.sqrt(P*P+R*R))/(L+E))),f=y-T*a*(1-k),D=v+M*a*k,A=y+T*a*k,D=DM(D,DT(S,v)),A=DM(A,DT(_,y)),D=DT(D,DM(S,v)),A=DT(A,DM(_,y)),M=D-v,T=A-y,p=v-M*E/L,f=y-T*E/L,p=DM(p,DT(u,v)),f=DM(f,DT(c,y)),p=DT(p,DM(u,v)),f=DT(f,DM(c,y)),M=v-p,T=y-f,D=v+M*L/E,A=y+T*L/E}e.bezierCurveTo(h,d,p,f,v,y),h=D,d=A}else e.lineTo(v,y)}u=v,c=y,g+=o}return m}var DI=function(){this.smooth=0,this.smoothConstraint=!0},DP=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polyline",n}return fC(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new DI},t.prototype.buildPath=function(e,t){var n=t.points,r=0,i=n.length/2;if(t.connectNulls){for(;i>0&&DD(n[2*i-2],n[2*i-1]);i--);for(;r<i&&DD(n[2*r],n[2*r+1]);r++);}for(;r<i;)r+=DA(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=x$.CMD,a="x"===t,s=[],l=0;l<i.length;){var u=i[l++],c=void 0,h=void 0,d=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++],h=i[l++],(m=a?(e-n)/(c-n):(e-r)/(h-r))<=1&&m>=0){var v=a?(h-r)*m+r:(c-n)*m+n;return a?[e,v]:[v,e]}n=c,r=h;break;case o.C:c=i[l++],h=i[l++],d=i[l++],p=i[l++],f=i[l++],g=i[l++];var y=a?mV(n,c,d,f,e,s):mV(r,h,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?mF(r,h,p,g,b):mF(n,c,d,f,b);return a?[e,v]:[v,e]}}n=f,r=g}}},t}(x5),DO=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t}(DI),DR=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polygon",n}return fC(t,e),t.prototype.getDefaultShape=function(){return new DO},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&&DD(n[2*o-2],n[2*o-1]);o--);for(;i<o&&DD(n[2*i],n[2*i+1]);i++);}for(;i<o;){var s=DA(e,n,i,o,o,1,t.smooth,a,t.connectNulls);DA(e,r,i+s-1,s,o,-1,t.stackedOnSmooth,a,t.connectNulls),i+=s+1,e.closePath()}},t}(x5);function DE(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 h=new bs({shape:{x:a,y:s,width:l,height:u}});if(t){var d=e.getBaseAxis(),p=d.isHorizontal(),f=d.inverse;p?(f&&(h.shape.x+=l),h.shape.width=0):(f||(h.shape.y+=u),h.shape.height=0);var g=f3(i)?function(e){i(e,h)}:null;wa(h,{shape:{width:l,height:u,x:a,y:s}},n,null,r,g)}return h}function DL(e,t,n){var r=e.getArea(),i=yc(r.r0,1),o=yc(r.r,1),a=new C2({shape:{cx:yc(e.cx,1),cy:yc(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,wa(a,{shape:{endAngle:r.endAngle,r:o}},n)),a}function DB(e,t){return e.type===t}function DN(e,t){if(e.length===t.length){for(var n=0;n<e.length;n++)if(e[n]!==t[n])return;return!0}}function DZ(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 DF(e,t){var n=DZ(e),r=n[0],i=n[1],o=DZ(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 Dz(e){return f6(e)?e:.5*!!e}function DV(e,t,n,r){var i=t.getBaseAxis(),o=+("x"!==i.dim&&"radius"!==i.dim),a=[],s=0,l=[],u=[],c=[],h=[];if(r){for(s=0;s<e.length;s+=2)isNaN(e[s])||isNaN(e[s+1])||h.push(e[s],e[s+1]);e=h}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 d=(u[o]+c[o])/2,p=[];l[o]=p[o]=d,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 Dj(e,t){return[e[2*t],e[2*t+1]]}function D$(e){if(e.get(["endLabel","show"]))return!0;for(var t=0;t<bD.length;t++)if(e.get([bD[t],"endLabel","show"]))return!0;return!1}function DH(e,t,n,r){if(!DB(t,"cartesian2d"))return DL(t,n,r);var i=r.getModel("endLabel"),o=i.get("valueAnimation"),a=r.getData(),s={lastFrameIndex:0},l=D$(r)?function(n,r){e._endLabelOnDuring(n,r,a,s,o,i,t)}:null,u=t.getBaseAxis().isHorizontal(),c=DE(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 h=c.shape,d=Math.max(h.width,h.height);u?(h.y-=d,h.height+=2*d):(h.x-=d,h.width+=2*d)}return l&&l(1,c),c}var DW=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.init=function(){var e=new yr,t=new Db;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")||[],h="polar"===o.type,d=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=Dw(o,s,x),w=y&&function(e,t,n){if(!n.valueDim)return[];for(var r=t.count(),i=Dk(2*r),o=0;o<r;o++){var a=DS(n,e,t,o);i[2*o]=a[0],i[2*o+1]=a[1]}return i}(o,s,b),S=e.get("showSymbol"),_=e.get("connectNulls"),C=S&&!h&&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*Dg.getSymbolSize(t,a)[+!!e.isHorizontal()]>r)return!1;return!0}(o,t))){var a=t.mapDimension(o.dim),s={};return fX(o.getViewLabels(),function(e){s[o.scale.getRawOrdinalNumber(e.tickValue)]=1}),function(e){return!s.hasOwnProperty(t.get(a,e))}}}}(e,s,o),k=this._data;k&&k.eachItemGraphicEl(function(e,t){e.__temp&&(a.remove(e),k.setItemGraphicEl(t,null))}),S||p.remove(),a.add(m);var M=!h&&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 T=function(e,t,n){var r,i,o=e.getVisual("visualMeta");if(o&&o.length&&e.count()&&"cartesian2d"===t.type){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){var l=t.getAxis(r),u=fK(i.stops,function(e){return{coord:l.toGlobalCoord(l.dataToCoord(e.value)),color:e.color}}),c=u.length,h=i.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),h.reverse());var d=function(e,t){var n,r,i=[],o=e.length;function a(e,t,n){var r=e.coord,i=function(e,t,n){if(t&&t.length&&e>=0&&e<=1){var r,i,o,a,s=e*(t.length-1),l=Math.floor(s),u=Math.ceil(s),c=vt(t[l]),h=vt(t[u]),d=s-l;return vs([m1((r=c[0],r+(h[0]-r)*d)),m1((i=c[1],i+(h[1]-i)*d)),m1((o=c[2],o+(h[2]-o)*d)),m2((a=c[3],a+(h[3]-a)*d))],"rgba")}}((n-r)/(t.coord-r),[e.color,t.color]);return{coord:n,color:i}}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=d.length;if(!p&&c)return u[0].coord<0?h[1]?h[1]:u[c-1].color:h[0]?h[0]:u[0].color;var f=d[0].coord-10,g=d[p-1].coord+10,m=g-f;if(m<.001)return"transparent";fX(d,function(e){e.offset=(e.coord-f)/m}),d.push({offset:p?d[p-1].offset:.5,color:h[1]||"transparent"}),d.unshift({offset:p?d[0].offset:.5,color:h[0]||"transparent"});var v=new kv(0,0,0,0,d,!0);return v[r]=f,v[r+"2"]=g,v}}}(s,o,n)||s.getVisual("style")[s.getVisual("drawType")];if(f&&d.type===o.type&&M===this._step){y&&!g?g=this._newPolygon(c,w):g&&!y&&(m.remove(g),g=this._polygon=null),h||this._initOrUpdateEndLabel(e,o,Su(T));var D=m.getClipPath();D?wa(D,{shape:DH(this,o,!1,e).shape},e):m.setClipPath(DH(this,o,!0,e)),S&&p.updateData(s,{isIgnore:C,clipShape:r,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),DN(this._stackedOnPoints,w)&&DN(this._points,c)||(v?this._doUpdateAnimation(s,w,o,n,M,x,_):(M&&(c=DV(c,o,M,_),w&&(w=DV(w,o,M,_))),f.setShape({points:c}),g&&g.setShape({points:c,stackedOnPoints:w})))}else S&&p.updateData(s,{isIgnore:C,clipShape:r,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),v&&this._initSymbolLabelAnimation(s,o,r),M&&(c=DV(c,o,M,_),w&&(w=DV(w,o,M,_))),f=this._newPolyline(c),y?g=this._newPolygon(c,w):g&&(m.remove(g),g=this._polygon=null),h||this._initOrUpdateEndLabel(e,o,Su(T)),m.setClipPath(DH(this,o,!0,e));var A=e.getModel("emphasis"),I=A.get("focus"),P=A.get("blurScope"),O=A.get("disabled");f.useStyle(fG(l.getLineStyle(),{fill:"none",stroke:T,lineJoin:"bevel"})),b6(f,e,"lineStyle"),f.style.lineWidth>0&&"bolder"===e.get(["emphasis","lineStyle","width"])&&(f.getState("emphasis").style.lineWidth=+f.style.lineWidth+1),bS(f).seriesIndex=e.seriesIndex,b3(f,I,P,O);var R=Dz(e.get("smooth")),E=e.get("smoothMonotone");if(f.setShape({smooth:R,smoothMonotone:E,connectNulls:_}),g){var L=s.getCalculationInfo("stackedOnSeries"),B=0;g.useStyle(fG(u.getAreaStyle(),{fill:T,opacity:.7,lineJoin:"bevel",decal:s.getVisual("style").decal})),L&&(B=Dz(L.get("smooth"))),g.setShape({smooth:R,stackedOnSmooth:B,smoothMonotone:E,connectNulls:_}),b6(g,e,"areaStyle"),bS(g).seriesIndex=e.seriesIndex,b3(g,I,P,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=M,this._valueOrigin=x,e.get("triggerLineEvent")&&(this.packEventData(e,f),g&&this.packEventData(e,g))},t.prototype.packEventData=function(e,t){bS(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=yL(i,r);if(this._changePolyState("emphasis"),o instanceof Array||null==o||!(o>=0))k2.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,h=e.get("z")||0;(s=new Dg(i,o)).x=l,s.y=u,s.setZ(c,h);var d=s.getSymbolPath().getTextContent();d&&(d.zlevel=c,d.z=h,d.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=yL(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 k2.prototype.downplay.call(this,e,t,n,r)},t.prototype._changePolyState=function(e){var t=this._polygon;bH(this._polyline,e),t&&bH(t,e)},t.prototype._newPolyline=function(e){var t=this._polyline;return t&&this._lineGroup.remove(t),t=new DP({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 DR({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");f3(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=f3(u)?u(null):u;e.eachItemGraphicEl(function(e,o){if(e){var s=[e.x,e.y],h=void 0,d=void 0,p=void 0;if(n){if(i){var f=t.pointToCoord(s);r?(h=n.startAngle,d=n.endAngle,p=-f[1]/180*Math.PI):(h=n.r0,d=n.r,p=f[0])}else r?(h=n.x,d=n.x+n.width,p=e.x):(h=n.y+n.height,d=n.y,p=e.y)}var g=d===h?0:(p-h)/(d-h);a&&(g=1-g);var m=f3(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(D$(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 bw({z2:200})).ignoreClip=!0,l.setTextContent(this._endLabel),l.disableLabelAnimation=!0);var h=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);h>=0&&(wg(l,wm(e,"endLabel"),{inheritColor:n,labelFetcher:e,labelDataIndex:h,defaultText:function(e,t,n){return null!=n?function(e,t){var n=e.mapDimensionsAll("defaultedLabel");if(!f5(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(" ")}(s,n):Df(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,h=c.get("connectNulls"),d=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),_=S.range,C=_[1]-_[0],k=void 0;if(C>=1){if(C>1&&!h){var M=Dj(u,_[0]);s.attr({x:M[0]+x,y:M[1]+b}),i&&(k=c.getRawValue(_[0]))}else{var M=l.getPointOn(y,w);M&&s.attr({x:M[0]+x,y:M[1]+b});var T=c.getRawValue(_[0]),D=c.getRawValue(_[1]);i&&(k=yH(n,d,T,D,S.t))}r.lastFrameIndex=_[0]}else{var A=1===e||r.lastFrameIndex>0?_[0]:0,M=Dj(u,A);i&&(k=c.getRawValue(A)),s.attr({x:M[0]+x,y:M[1]+b})}if(i){var I=wk(s);"function"==typeof I.setLabelText&&I.setLabelText(k)}}},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=[],h=[],d=[],p=[],f=[],g=[],m=[],v=Dw(i,t,a),y=e.getLayout("points")||[],x=t.getLayout("points")||[],b=0;b<u.length;b++){var w=u[b],S=!0,_=void 0,C=void 0;switch(w.cmd){case"=":_=2*w.idx,C=2*w.idx1;var k=y[_],M=y[_+1],T=x[C],D=x[C+1];(isNaN(k)||isNaN(M))&&(k=T,M=D),c.push(k,M),h.push(T,D),d.push(n[_],n[_+1]),p.push(r[C],r[C+1]),m.push(t.getRawIndex(w.idx1));break;case"+":var A=w.idx,I=v.dataDimsForPoint,P=i.dataToPoint([t.get(I[0],A),t.get(I[1],A)]);C=2*A,c.push(P[0],P[1]),h.push(x[C],x[C+1]);var O=DS(v,i,t,A);d.push(O[0],O[1]),p.push(r[C],r[C+1]),m.push(t.getRawIndex(A));break;case"-":S=!1}S&&(f.push(w),g.push(g.length))}g.sort(function(e,t){return m[e]-m[t]});for(var R=c.length,E=Dk(R),L=Dk(R),B=Dk(R),N=Dk(R),Z=[],b=0;b<g.length;b++){var F=g[b],z=2*b,V=2*F;E[z]=c[V],E[z+1]=c[V+1],L[z]=h[V],L[z+1]=h[V+1],B[z]=d[V],B[z+1]=d[V+1],N[z]=p[V],N[z+1]=p[V+1],Z[b]=f[F]}return{current:E,next:L,stackedOnCurrent:B,stackedOnNext:N,status:Z}}(this._data,e,this._stackedOnPoints,t,this._coordSys,0,this._valueOrigin,0),h=c.current,d=c.stackedOnCurrent,p=c.next,f=c.stackedOnNext;if(i&&(h=DV(c.current,n,i,a),d=DV(c.stackedOnCurrent,n,i,a),p=DV(c.next,n,i,a),f=DV(c.stackedOnNext,n,i,a)),DF(h,p)>3e3||l&&DF(d,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=h;var g={shape:{points:p}};c.current!==h&&(g.shape.__points=c.next),s.stopAnimation(),wo(s,g,u),l&&(l.setShape({points:h,stackedOnPoints:d}),l.stopAnimation(),wo(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}(k2);function DG(e,t){return{seriesType:e,plan:Cx(),reset:function(e){var n=e.getData(),r=e.coordinateSystem,i=e.pipelineContext,o=t||i.large;if(r){var a=fK(r.dimensions,function(e){return n.mapDimension(e)}).slice(0,2),s=a.length,l=n.getCalculationInfo("stackResultDimension");Dc(n,a[0])&&(a[0]=l),Dc(n,a[1])&&(a[1]=l);var u=n.getStore(),c=n.getDimensionIndex(a[0]),h=n.getDimensionIndex(a[1]);return s&&{progress:function(e,t){for(var n=e.end-e.start,i=o&&Dk(n*s),a=[],l=[],d=e.start,p=0;d<e.end;d++){var f=void 0;if(1===s){var g=u.get(c,d);f=r.dataToPoint(g,null,l)}else a[0]=u.get(c,d),a[1]=u.get(h,d),f=r.dataToPoint(a,null,l);o?(i[p++]=f[0],i[p++]=f[1]):t.setItemLayout(d,f.slice())}o&&t.setLayout("points",i)}}}}}}var Dq={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]}},DU=function(e){return Math.round(e.length/2)},DY=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},DX=function(e){function t(t){var n=e.call(this,t)||this;return n.type="pointer",n}return fC(t,e),t.prototype.getDefaultShape=function(){return new DY},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}(x5),DK=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},DQ=function(e){function t(t){var n=e.call(this,t)||this;return n.type="sausage",n}return fC(t,e),t.prototype.getDefaultShape=function(){return new DK},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,h=2*Math.PI,d=c?u-l<h:l-u<h;d||(l=u-(c?h:-h));var p=Math.cos(l),f=Math.sin(l),g=Math.cos(u),m=Math.sin(u);d?(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}(x5);function DJ(e,t){var n=null==e?"":e+"";return t&&(f4(t)?n=t.replace("{value}",n):f3(t)&&(n=t(e))),n}var D0=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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:yu(r[0],n.getWidth()),cy:yu(r[1],n.getHeight()),r:yu(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")?DQ:C2,h=u.get("show"),d=u.getModel("lineStyle"),p=d.get("width"),f=[s,l];xj(f,!a),s=f[0];for(var g=(l=f[1])-s,m=s,v=[],y=0;h&&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(d.getLineStyle(["color","width"])),v.push(x),m=l}v.reverse(),fX(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,h=this.group,d=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=yu(v.get("length"),f),_=yu(y.get("length"),f),C=o,k=(a-o)/b,M=k/w,T=v.getModel("lineStyle").getLineStyle(),D=y.getModel("lineStyle").getLineStyle(),A=v.get("distance"),I=0;I<=b;I++){if(u=Math.cos(C),c=Math.sin(C),v.get("show")){var P=A?A+l:l,O=new ka({shape:{x1:u*(f-P)+d,y1:c*(f-P)+p,x2:u*(f-S-P)+d,y2:c*(f-S-P)+p},style:T,silent:!0});"auto"===T.stroke&&O.setStyle({stroke:r(I/b)}),h.add(O)}if(x.get("show")){var P=x.get("distance")+A,R=DJ(yc(I/b*(m-g)+g),x.get("formatter")),E=r(I/b),L=u*(f-S-P)+d,B=c*(f-S-P)+p,N=x.get("rotate"),Z=0;"radial"===N?(Z=-C+2*Math.PI)>Math.PI/2&&(Z+=Math.PI):"tangential"===N?Z=-C-Math.PI/2:f6(N)&&(Z=N*Math.PI/180),0===Z?h.add(new bw({style:wv(x,{text:R,x:L,y:B,verticalAlign:c<-.8?"top":c>.8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:E}),silent:!0})):h.add(new bw({style:wv(x,{text:R,x:L,y:B,verticalAlign:"middle",align:"center"},{inheritColor:E}),silent:!0,originX:L,originY:B,rotation:Z}))}if(y.get("show")&&I!==b){var P=y.get("distance");P=P?P+l:l;for(var F=0;F<=w;F++){var z=new ka({shape:{x1:(u=Math.cos(C))*(f-P)+d,y1:(c=Math.sin(C))*(f-P)+p,x2:u*(f-_-P)+d,y2:c*(f-_-P)+p},silent:!0,style:D});"auto"===D.stroke&&z.setStyle({stroke:r((I+F/w)/b)}),h.add(z),C+=M}C-=M}else C+=k}},t.prototype._renderPointer=function(e,t,n,r,i,o,a,s,l){var u=this.group,c=this._data,h=this._progressEls,d=[],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=yu(o.get("width"),i.r),s=yu(o.get("length"),i.r),l=e.get(["pointer","icon"]),u=o.get("offsetCenter"),c=yu(u[0],i.r),h=yu(u[1],i.r),d=o.get("keepAspect");return(r=l?MU(l,c-a/2,h-s,a,s,null,d):new DX({shape:{angle:-Math.PI/2,width:a,r:s,x:c,y:h}})).rotation=-(n+Math.PI/2),r.x=i.cx,r.y=i.cy,r}function _(e,t){var n=f.get("roundCap")?DQ:C2,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,h=new n({shape:{startAngle:o,endAngle:t,cx:i.cx,cy:i.cy,clockwise:s,r0:u,r:c}});return r&&(h.z2=x-m.get(v,e)%x),h}(g||p)&&(m.diff(c).add(function(t){var n=m.get(v,t);if(p){var r=S(t,o);wa(r,{rotation:-((isNaN(+n)?w[0]:yl(n,b,w,!0))+Math.PI/2)},e),u.add(r),m.setItemGraphicEl(t,r)}if(g){var i=_(t,o);wa(i,{shape:{endAngle:yl(n,b,w,f.get("clip"))}},e),u.add(i),b_(e.seriesIndex,m.dataType,t,i),d[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,wo(s,{rotation:-((isNaN(+r)?w[0]:yl(r,b,w,!0))+Math.PI/2)},e),u.add(s),m.setItemGraphicEl(t,s)}if(g){var l=h[n],y=_(t,l?l.shape.endAngle:o);wo(y,{shape:{endAngle:yl(r,b,w,f.get("clip"))}},e),u.add(y),b_(e.seriesIndex,m.dataType,t,y),d[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 x7){var c=s.style;s.useStyle(fW({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(yl(m.get(v,e),b,[0,1],!0))),s.z2EmphasisLift=0,b6(s,t),b3(s,i,o,a)}if(g){var h=d[e];h.useStyle(m.getItemVisual(e,"style")),h.setStyle(t.getModel(["progress","itemStyle"]).getItemStyle()),h.z2EmphasisLift=0,b6(h,t),b3(h,i,o,a)}}),this._progressEls=d)},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=MU(i,t.cx-r/2+yu(o[0],t.r),t.cy-r/2+yu(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 yr,h=[],d=[],p=e.isAnimationEnabled(),f=e.get(["pointer","showAbove"]);a.diff(this._data).add(function(e){h[e]=new bw({silent:!0}),d[e]=new bw({silent:!0})}).update(function(e,t){h[e]=o._titleEls[t],d[e]=o._detailEls[t]}).execute(),a.each(function(t){var n=a.getItemModel(t),o=a.get(s,t),g=new yr,m=r(yl(o,[l,u],[0,1],!0)),v=n.getModel("title");if(v.get("show")){var y=v.get("offsetCenter"),x=i.cx+yu(y[0],i.r),b=i.cy+yu(y[1],i.r),w=h[t];w.attr({z2:2*!f,style:wv(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 _=S.get("offsetCenter"),C=i.cx+yu(_[0],i.r),k=i.cy+yu(_[1],i.r),M=yu(S.get("width"),i.r),T=yu(S.get("height"),i.r),D=e.get(["progress","show"])?a.getItemVisual(t,"style").fill:m,w=d[t],A=S.get("formatter");w.attr({z2:2*!f,style:wv(S,{x:C,y:k,text:DJ(o,A),width:isNaN(M)?null:M,height:isNaN(T)?null:T,align:"center",verticalAlign:"middle"},{inheritColor:D})}),function(e,t,n,r){if(e){var i=wk(e);i.prevValue=i.value,i.value=n;var o=t.normal;i.valueAnimation=o.get("valueAnimation"),i.valueAnimation&&(i.precision=o.get("precision"),i.defaultInterpolatedText=r,i.statesModels=t)}}(w,{normal:S},o,function(e){return DJ(e,A)}),p&&function(e,t,n,r,i){var o=wk(e);if(o.valueAnimation&&o.prevValue!==o.value){var a=o.defaultInterpolatedText,s=gi(o.interpolatedValue,o.prevValue),l=o.value;e.percent=0,(null==o.prevValue?wa:wo)(e,{percent:1},r,t,null,function(r){var u=yH(n,o.precision,s,l,r);o.interpolatedValue=1===r?null:u,wp(e,wf({labelDataIndex:t,labelFetcher:i,defaultText:a?a(u):u+""},o.statesModels,u))})}}(w,t,a,e,{getFormattedLabel:function(e,t,n,r,i,a){return DJ(a?a.interpolatedValue:o,A)}}),g.add(w)}c.add(g)}),this.group.add(c),this._titleEls=h,this._detailEls=d},t.type="gauge",t}(k2);function D1(e,t,n){t=f5(t)&&{coordDimensions:t}||fW({encodeDefine:e.getEncode()},t);var r=e.getSource(),i=new Do(Da(r,t).dimensions,e);return i.initData(r,n),i}var D2=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.visualStyleAccessPath="itemStyle",n}return fC(t,e),t.prototype.getInitialData=function(e,t){return D1(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}(Cc),D5=2*Math.PI,D3=Math.PI/180;function D4(e,t){return Sf(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function D8(e,t){var n,r,i=D4(e,t),o=e.get("center"),a=e.get("radius");f5(a)||(a=[0,a]);var s=yu(i.width,t.getWidth()),l=yu(i.height,t.getHeight()),u=Math.min(s,l),c=yu(a[0],u/2),h=yu(a[1],u/2),d=e.coordinateSystem;if(d){var p=d.dataToPoint(o);n=p[0]||0,r=p[1]||0}else f5(o)||(o=[o,o]),n=yu(o[0],s)+i.x,r=yu(o[1],l)+i.y;return{cx:n,cy:r,r0:c,r:h}}function D6(e,t,n){t.eachSeriesByType(e,function(e){var t=e.getData(),r=t.mapDimension("value"),i=D4(e,n),o=D8(e,n),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=-e.get("startAngle")*D3,h=e.get("endAngle"),d=e.get("padAngle")*D3;h="auto"===h?c-D5:-h*D3;var p=e.get("minAngle")*D3+d,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,h],_=w*d/2;xj(S,!v),c=S[0];var C=Math.abs((h=S[1])-c),k=C,M=0,T=c;if(t.setLayout({viewRect:i,r:l}),t.each(r,function(e,n){if(isNaN(e)){t.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:v,cx:a,cy:s,r0:u,r:y?NaN:l});return}(r="area"!==y?0===g&&x?m:e*m:C/f)<p?(r=p,k-=p):M+=e;var r,i=T+w*r,o=0,c=0;d>r?c=o=T+w*r/2:(o=T+_,c=i-_),t.setItemLayout(n,{angle:r,startAngle:o,endAngle:c,clockwise:v,cx:a,cy:s,r0:u,r:y?yl(e,b,[u,l]):l}),T=i}),k<D5&&f){if(k<=.001){var D=C/f;t.each(r,function(e,n){if(!isNaN(e)){var r=t.getItemLayout(n);r.angle=D;var i=0,o=0;D<d?o=i=c+w*(n+.5)*D:(i=c+w*n*D+_,o=c+w*(n+1)*D-_),r.startAngle=i,r.endAngle=o}})}else m=k/M,T=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<d?a=o=T+w*i/2:(o=T+_,a=T+w*i-_),r.startAngle=o,r.endAngle=a,T+=w*i}})}})}function D9(e,t,n,r,i,o,a,s){var l=n-e,u=r-t,c=Math.sqrt(l*l+u*u),h=((i-e)*(l/=c)+(o-t)*(u/=c))/c;s&&(h=Math.min(Math.max(h,0),1)),h*=c;var d=a[0]=e+h*l,p=a[1]=t+h*u;return Math.sqrt((d-i)*(d-i)+(p-o)*(p-o))}x$.CMD;var D7=new mt,Ae=new mt,At=new mt,An=new mt,Ar=new mt,Ai=[],Ao=new mt;function Aa(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 As(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=gT(r[0],r[1]),o=gT(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=gA([],r[1],r[0],a/i),l=gA([],r[1],r[2],a/o),u=gA([],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 Al=Math.PI/180;function Au(e,t,n,r,i,o,a,s,l,u){if(!(e.length<2)){for(var c=e.length,h=0;h<c;h++)if("outer"===e[h].position&&"labelLine"===e[h].labelAlignTo){var d=e[h].label.x-u;e[h].linePoints[1][0]+=d,e[h].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,h=!1,d=[],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,h=!0);var v=Math.max(-a,0);d.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&&_(-s,.8),l<0&&_(l,.8),b(),w(s,l,1),w(l,s,-1),b(),s<0&&C(-s),l<0&&C(l),h}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&&_(-i*n,1)}else _(-e*n,1)}}function S(n,r,i){0!==n&&(h=!0);for(var o=r;o<i;o++){var a=e[o],s=a.rect;s[t]+=n,a.label[t]+=n}}function _(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 h=Math.min(Math.abs(r)/a,i);if(r>0)for(var s=0;s<u-1;s++){var d=o[s]*h;S(d,0,s+1)}else for(var s=u-1;s>0;s--){var d=o[s-1]*h;S(-d,s,u)}}}function C(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 h=l.label.x-t-l.len2*i,d=r+l.len,f=Math.abs(h)<d?Math.sqrt(c*c/(1-h*h/d/d)):d;u.rB=f,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,h=t+(Math.sqrt(c*c*(1-Math.abs(u*u/a)))+l.len2)*i,d=h-l.label.x,p=l.targetTextWidth-d*i;Ac(l,p,!0),l.label.x=h}}}function Ac(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 h=o.height;if(u&&u.match("break")){r.setStyle("backgroundColor",null),r.setStyle("width",t-l);var d=r.getBoundingRect();r.setStyle("width",Math.ceil(d.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-h)/2}}}function Ah(e){return"center"===e.position}function Ad(e,t,n){var r=e.get("borderRadius");if(null==r)return n?{cornerRadius:0}:null;f5(r)||(r=[r,r,r,r]);var i=Math.abs(t.r||0-t.r0||0);return{cornerRadius:fK(r,function(e){return v2(e,i)})}}var Ap=function(e){function t(t,n,r){var i=e.call(this)||this;i.z2=2;var o=new bw;return i.setTextContent(o),i.updateData(t,n,r,!0),i}return fC(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=fW(Ad(o.getModel("itemStyle"),s,!0),s);if(isNaN(l.startAngle)){this.setShape(l);return}if(r){this.setShape(l);var u=i.getShallow("animationType");i.ecModel.ssr?(wa(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,wa(this,{shape:{r:s.r}},i,t)):null!=n?(this.setShape({startAngle:n,endAngle:n}),wa(this,{shape:{startAngle:s.startAngle,endAngle:s.endAngle}},i,t)):(this.shape.endAngle=s.startAngle,wo(this,{shape:{endAngle:s.endAngle}},i,t))}else wh(this),wo(this,{shape:l},i,t);this.useStyle(e.getItemVisual(t,"style")),b6(this,o);var c=(s.startAngle+s.endAngle)/2,h=i.get("selectedOffset"),d=Math.cos(c)*h,p=Math.sin(c)*h,f=o.getShallow("cursor");f&&this.attr("cursor",f),this._updateLabel(i,e,t),this.ensureState("emphasis").shape=fW({r:s.r+(a.get("scale")&&a.get("scaleSize")||0)},Ad(a.getModel("itemStyle"),s)),fW(this.ensureState("select"),{x:d,y:p,shape:Ad(o.getModel(["select","itemStyle"]),s)}),fW(this.ensureState("blur"),{shape:Ad(o.getModel(["blur","itemStyle"]),s)});var g=this.getTextGuideLine(),m=this.getTextContent();g&&fW(g.ensureState("select"),{x:d,y:p}),fW(m.ensureState("select"),{x:d,y:p}),b3(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;wg(this,wm(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 kn,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<bA.length;l++){var u=bA[l],c=t[u],h="normal"===u;if(c){var d=c.get("show");if((h?s:gi(i.states[u]&&i.states[u].ignore,s))||!gi(d,a)){var p=h?r:r&&r.states[u];p&&(p.ignore=!0),r&&Aa(r,!0,u,c);continue}!r&&(r=new kn,e.setTextGuideLine(r),h||!s&&a||Aa(r,!0,"normal",t.normal),e.stateProxy&&(r.stateProxy=e.stateProxy)),Aa(r,!1,u,c)}}if(r){fG(r.style,n),r.style.fill=null;var f=o.get("showAbove");(e.textGuideLineConfig=e.textGuideLineConfig||{}).showAbove=f||!1,r.buildPath=As}}(this,function(e,t){t=t||"labelLine";for(var n={normal:e.getModel(t)},r=0;r<bD.length;r++){var i=bD[r];n[i]=e.getModel([i,t])}return n}(r),{stroke:a,opacity:go(i.get(["lineStyle","opacity"]),s,1)})}},t}(C2),Af=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.ignoreLabelLineUpdate=!0,t}return fC(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 C2({shape:D8(e,n)});c.useStyle(e.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=c,s.add(c)}o.diff(a).add(function(e){var t=new Ap(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){wc(a.getItemGraphicEl(t),e,t)}).execute(),function(e){var t,n,r=e.getData(),i=[],o=!1,a=(e.get("minShowLabelAngle")||0)*Al,s=r.getLayout("viewRect"),l=r.getLayout("r"),u=s.width,c=s.x,h=s.y,d=s.height;function p(e){e.ignore=!0}r.each(function(e){var s,h,d,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"),_=b.get("alignTo"),C=yu(b.get("edgeDistance"),u),k=b.get("bleedMargin"),M=x.getModel("labelLine"),T=M.get("length");T=yu(T,u);var D=M.get("length2");if(D=yu(D,u),Math.abs(m.endAngle-m.startAngle)<a){fX(v.states,p),v.ignore=!0,y&&(fX(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 A=(m.startAngle+m.endAngle)/2,I=Math.cos(A),P=Math.sin(A);t=m.cx,n=m.cy;var O="inside"===w||"inner"===w;if("center"===w)s=m.cx,h=m.cy,f="center";else{var R=(O?(m.r+m.r0)/2*I:m.r*I)+t,E=(O?(m.r+m.r0)/2*P:m.r*P)+n;if(s=R+3*I,h=E+3*P,!O){var L=R+I*(T+l-m.r),B=E+P*(T+l-m.r),N=L+(I<0?-1:1)*D;s="edge"===_?I<0?c+C:c+u-C:N+(I<0?-S:S),h=B,d=[[R,E],[L,B],[N,B]]}f=O?"center":"edge"===_?I>0?"right":"left":I>0?"left":"right"}var Z=Math.PI,F=0,z=b.get("rotate");if(f6(z))F=Z/180*z;else if("center"===w)F=0;else if("radial"===z||!0===z)F=I<0?-A+Z:-A;else if("tangential"===z&&"outside"!==w&&"outer"!==w){var V=Math.atan2(I,P);V<0&&(V=2*Z+V),P>0&&(V=Z+V),F=V-Z}if(o=!!F,v.x=s,v.y=h,v.rotation=F,v.setStyle({verticalAlign:"middle"}),O){v.setStyle({align:f});var j=v.states.select;j&&(j.x+=v.x,j.y+=v.y)}else{var $=v.getBoundingRect().clone();$.applyTransform(v.getComputedTransform());var H=(v.style.margin||0)+2.1;$.y-=H/2,$.height+=H,i.push({label:v,labelLine:y,position:w,len:T,len2:D,minTurnAngle:M.get("minTurnAngle"),maxSurfaceAngle:M.get("maxSurfaceAngle"),surfaceNormal:new mt(I,P),linePoints:d,textAlign:f,labelDistance:S,labelAlignTo:_,edgeDistance:C,bleedMargin:k,rect:$,unconstrainedWidth:$.width,labelStyleWidth:v.style.width})}g.setTextConfig({inside:O})}}),!o&&e.get("avoidLabelOverlap")&&function(e,t,n,r,i,o,a,s){for(var l=[],u=[],c=Number.MAX_VALUE,h=-Number.MAX_VALUE,d=0;d<e.length;d++){var p=e[d].label;!Ah(e[d])&&(p.x<t?(c=Math.min(c,p.x),l.push(e[d])):(h=Math.max(h,p.x),u.push(e[d])))}for(var d=0;d<e.length;d++){var f=e[d];if(!Ah(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-h-f.bleedMargin:p.x<t?p.x-a-f.bleedMargin:a+i-p.x-f.bleedMargin,f.targetTextWidth=m,Ac(f,m)}}Au(u,t,n,r,1,i,o,a,s,h),Au(l,t,n,r,-1,i,o,a,s,c);for(var d=0;d<e.length;d++){var f=e[d];if(!Ah(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,d,c,h);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&&(fX(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?(fX(v.states,p),v.ignore=!0):(function(e,t){if(t<=180&&t>0){t=t/180*Math.PI,D7.fromArray(e[0]),Ae.fromArray(e[1]),At.fromArray(e[2]),mt.sub(An,D7,Ae),mt.sub(Ar,At,Ae);var n=An.len(),r=Ar.len();if(!(n<.001)&&!(r<.001)&&(An.scale(1/n),Ar.scale(1/r),Math.cos(t)<An.dot(Ar))){var i=D9(Ae.x,Ae.y,At.x,At.y,D7.x,D7.y,Ai,!1);Ao.fromArray(Ai),Ao.scaleAndAdd(Ar,i/Math.tan(Math.PI-t));var o=At.x!==Ae.x?(Ao.x-Ae.x)/(At.x-Ae.x):(Ao.y-Ae.y)/(At.y-Ae.y);if(isNaN(o))return;o<0?mt.copy(Ao,Ae):o>1&&mt.copy(Ao,At),Ao.toArray(e[1])}}}(b,g.minTurnAngle),function(e,t,n){if(n<=180&&n>0){n=n/180*Math.PI,D7.fromArray(e[0]),Ae.fromArray(e[1]),At.fromArray(e[2]),mt.sub(An,Ae,D7),mt.sub(Ar,At,Ae);var r=An.len(),i=Ar.len();if(!(r<.001)&&!(i<.001)&&(An.scale(1/r),Ar.scale(1/i),An.dot(t)<Math.cos(n))){var o=D9(Ae.x,Ae.y,At.x,At.y,D7.x,D7.y,Ai,!1);Ao.fromArray(Ai);var a=Math.PI/2,s=a+Math.acos(Ar.dot(t))-n;if(s>=a)mt.copy(Ao,At);else{Ao.scaleAndAdd(Ar,o/Math.tan(Math.PI/2-s));var l=At.x!==Ae.x?(Ao.x-Ae.x)/(At.x-Ae.x):(Ao.y-Ae.y)/(At.y-Ae.y);if(isNaN(l))return;l<0?mt.copy(Ao,Ae):l>1&&mt.copy(Ao,At)}Ao.toArray(e[1])}}}(b,g.surfaceNormal,g.maxSurfaceAngle),v.setShape({points:b}),m.__hostTarget.textGuideLineConfig={anchor:new mt(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}(k2),Ag=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}(),Am=yB(),Av=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.init=function(t){e.prototype.init.apply(this,arguments),this.legendVisualProvider=new Ag(f1(this.getData,this),f1(this.getRawData,this)),this._defaultLabelLine(t)},t.prototype.mergeOption=function(){e.prototype.mergeOption.apply(this,arguments)},t.prototype.getInitialData=function(){return D1(this,{coordDimensions:["value"],encodeDefaulter:f2(SL,this)})},t.prototype.getDataParams=function(t){var n=this.getData(),r=Am(n),i=r.seats;if(!i){var o=[];n.each(n.mapDimension("value"),function(e){o.push(e)}),i=r.seats=function(e,t){var n=fQ(e,function(e,t){return e+(isNaN(t)?0:t)},0);if(0===n)return[];for(var r=Math.pow(10,t),i=fK(e,function(e){return(isNaN(e)?0:e)/n*r*100}),o=100*r,a=fK(i,function(e){return Math.floor(e)}),s=fQ(a,function(e,t){return e+t},0),l=fK(i,function(e,t){return e-a[t]});s<o;){for(var u=Number.NEGATIVE_INFINITY,c=null,h=0,d=l.length;h<d;++h)l[h]>u&&(u=l[h],c=h);++a[c],l[c]=0,++s}return fK(a,function(e){return e/r})}(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){yT(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}(Cc),Ay=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return fC(t,e),t.prototype.getInitialData=function(e,t){return Dd(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}(Cc),Ax=function(){},Ab=function(e){function t(t){var n=e.call(this,t)||this;return n._off=0,n.hoverDataIdx=-1,n}return fC(t,e),t.prototype.getDefaultShape=function(){return new Ax},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++],h=r[n++];!(isNaN(c)||isNaN(h))&&(!u||u.contain(c,h))&&(a.x=c-i[0]/2,a.y=h-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 h=n[c++],d=n[c++];a=Math.min(h,a),l=Math.max(h,l),s=Math.min(d,s),u=Math.max(d,u)}e=this._rect=new mc(a-i/2,s-o/2,l-a+i,u-s+o)}return e},t}(x5),Aw=function(){function e(){this.group=new yr}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=8*e.startIndex;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 Ab({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=MU(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=bS(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}(),AS=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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=DG("").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 Aw:new Db,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}(k2),A_=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(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}(Sb),AC=function(){function e(){}return e.prototype.getNeedCrossZero=function(){return!this.option.scale},e.prototype.getCoordSysModel=function(){},e}(),Ak=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",yz).models[0]},t.type="cartesian2dAxis",t}(Sb);fU(Ak,AC);var AM={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)"]}}},AT=fH({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},AM),AD=fH({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}}},AM),AA=fH({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},AD),AI=fG({logBase:10},AD);let AP={category:AT,value:AD,time:AA,log:AI};var AO=0,AR=function(){function e(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication,this.uid=++AO}return e.createByAxisModel=function(t){var n=t.option,r=n.data,i=r&&fK(r,AE);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(!f4(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=gf(this.categories))},e}();function AE(e){return f9(e)&&null!=e.value?e.value:e+""}var AL={value:1,category:1,time:1,log:1};function AB(e,t,n,r){fX(AL,function(i,o){var a=fH(fH({},AP[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 fC(n,e),n.prototype.mergeDefaultAndTheme=function(e,t){var n=Sm(this),r=n?Sy(e):{};fH(e,t.getTheme().get(o+"Axis")),fH(e,this.getDefaultOption()),e.type=AN(e),n&&Sv(e,r,n)},n.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=AR.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",AN)}function AN(e){return e.type||(e.data?"category":"value")}var AZ=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 AF(e){return"interval"===e.type||"log"===e.type}function Az(e){var t=Math.pow(10,yy(e)),n=e/t;return n?2===n?n=3:3===n?n=5:n*=2:n=1,yc(n*t)}yJ(AZ);function AV(e,t,n){e[t]=Math.max(Math.min(e[t],n[1]),n[0])}function Aj(e,t){return e>=t[0]&&e<=t[1]}function A$(e,t){return t[1]===t[0]?.5:(e-t[0])/(t[1]-t[0])}function AH(e,t){return e*(t[1]-t[0])+t[0]}var AW=function(e){function t(t){var n=e.call(this,t)||this;n.type="ordinal";var r=n.getSetting("ordinalMeta");return r||(r=new AR({})),f5(r)&&(r=new AR({categories:fK(r,function(e){return f9(e)?e.value:e})})),n._ordinalMeta=r,n._extent=n.getSetting("extent")||[0,r.categories.length-1],n}return fC(t,e),t.prototype.parse=function(e){return null==e?NaN:f4(e)?this._ordinalMeta.getOrdinal(e):Math.round(e)},t.prototype.contain=function(e){return Aj(e=this.parse(e),this._extent)&&null!=this._ordinalMeta.categories[e]},t.prototype.normalize=function(e){return A$(e=this._getTickNumber(this.parse(e)),this._extent)},t.prototype.scale=function(e){return e=Math.round(AH(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}(AZ);AZ.registerClass(AW);var AG=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 fC(t,e),t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return Aj(e,this._extent)},t.prototype.normalize=function(e){return A$(e,this._extent)},t.prototype.scale=function(e){return AH(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=yd(e)+2},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:yc(r[0]-t,i)}):o.push({value:n[0]}));for(var a=r[0];a<=r[1]&&(o.push({value:a}),(a=yc(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:yc(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=yc(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;return null==n?n=yd(e.value)||0:"auto"===n&&(n=this._intervalPrecision),Sr(yc(e.value,n,!0))},t.prototype.calcNiceTicks=function(e,t,n){e=e||5;var r,i,o,a,s,l=this._extent,u=l[1]-l[0];if(isFinite(u)){u<0&&(u=-u,l.reverse());var c,h,d=(r=e,i={},o=l[1]-l[0],a=i.interval=yx(o/r,!0),null!=t&&a<t&&(a=i.interval=t),null!=n&&a>n&&(a=i.interval=n),s=i.intervalPrecision=yd(a)+2,c=i.niceTickExtent=[yc(Math.ceil(l[0]/a)*a,s),yc(Math.floor(l[1]/a)*a,s)],h=l,isFinite(c[0])||(c[0]=h[0]),isFinite(c[1])||(c[1]=h[1]),AV(c,0,h),AV(c,1,h),c[0]>c[1]&&(c[0]=c[1]),i);this._intervalPrecision=d.intervalPrecision,this._interval=d.interval,this._niceExtent=d.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]=yc(Math.floor(t[0]/r)*r)),e.fixMax||(t[1]=yc(Math.ceil(t[1]/r)*r))},t.prototype.setNiceExtent=function(e,t){this._niceExtent=[e,t]},t.type="interval",t}(AZ);AZ.registerClass(AG);var Aq="__ec_stack_";function AU(e){return e.dim+e.index}function AY(e){var t={};fX(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 h=e.barGap;null!=h&&(o.gap=h);var d=e.barCategoryGap;null!=d&&(o.categoryGap=d)});var n={};return fX(t,function(e,t){n[t]={};var r,i=e.stacks,o=e.bandWidth,a=e.categoryGap;null==a&&(a=Math.max(35-4*f0(i).length,15)+"%");var s=yu(a,o),l=yu(e.gap,1),u=e.remainedWidth,c=e.autoWidthCount,h=(u-s)/(c+(c-1)*l);h=Math.max(h,0),fX(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=h;t&&t<r&&(r=Math.min(t,u)),n&&n>r&&(r=n),r!==h&&(e.width=r,u-=r+l*r,c--)}}),h=Math.max(h=(u-s)/(c+(c-1)*l),0);var d=0;fX(i,function(e,t){e.width||(e.width=h),r=e,d+=e.width*(1+l)}),r&&(d-=r.width*l);var p=-d/2;fX(i,function(e,r){n[t][r]=n[t][r]||{bandWidth:o,offset:p,width:e.width},p+=e.width*(1+l)})}),n}var AX=function(e,t,n,r){for(;n<r;){var i=n+r>>>1;e[i][1]<t?n=i+1:r=i}return n},AK=function(e){function t(t){var n=e.call(this,t)||this;return n.type="time",n}return fC(t,e),t.prototype.getLabel=function(e){var t=this.getSetting("useUTC");return wK(e.value,wG[function(e){switch(e){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}(wX(this._minLevelUnit))]||wG.second,t,this.getSetting("locale"))},t.prototype.getFormattedLabel=function(e,t,n){var r=this.getSetting("useUTC");return function(e,t,n,r,i){var o=null;if(f4(n))o=n;else if(f3(n))o=n(e.value,t,{level:e.level});else{var a=fW({},wH);if(e.level>0)for(var s=0;s<wq.length;++s)a[wq[s]]="{primary|"+a[wq[s]]+"}";var l=n?!1===n.inherit?n:fG(n,a):a,u=wQ(e.value,i);if(l[u])o=l[u];else if(l.inherit){for(var c=wU.indexOf(u),s=c-1;s>=0;--s)if(l[u]){o=l[u];break}o=o||a.none}if(f5(o)){var h=null==e.level?0:e.level>=0?e.level:o.length+e.level;h=Math.min(h,o.length-1),o=o[h]}}return wK(new Date(e.value),o,i,r)}(e,t,n,this.getSetting("locale"),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=0,o=[],a=[],s=0,l=0,u=0;u<wU.length&&i++<1e4;++u){var c,h=wX(wU[u]);if((c=wU[u])===wX(c)&&(function(e,i,o){var a=[],s=!i.length;if(!function(e,t,n,r){var i=yv(t),o=yv(n),a=function(e){return wJ(i,e,r)===wJ(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")},h=function(){return c()&&a("minute")},d=function(){return h()&&a("second")};switch(e){case"year":return s();case"month":return l();case"day":return u();case"hour":return c();case"minute":return h();case"second":return d();case"millisecond":return d()&&a("millisecond")}}(wX(e),r[0],r[1],n)){s&&(i=[{value:function(e,t,n){var r=new Date(e);switch(wX(t)){case"year":case"month":r[w6(n)](0);case"day":r[w9(n)](1);case"hour":r[w7(n)](0);case"minute":r[Se(n)](0);case"second":r[St(n)](0),r[Sn(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,c,h,d=i[l].value,p=i[l+1].value;if(d!==p){var f=void 0,g=void 0,m=void 0,v=!1;switch(e){case"year":f=Math.max(1,Math.round(t/864e5/365)),g=w0(n),m=n?"setUTCFullYear":"setFullYear";break;case"half-year":case"quarter":case"month":f=(u=t/2592e6)>6?6:u>3?3:u>2?2:1,g=w1(n),m=w6(n);break;case"week":case"half-week":case"day":f=(c=t/864e5)>16?16:c>7.5?7:c>3.5?4:c>1.5?2:1,g=w2(n),m=w9(n);break;case"half-day":case"quarter-day":case"hour":f=(h=t/36e5)>12?12:h>6?6:h>3.5?4:h>2?2:1,g=w5(n),m=w7(n);break;case"minute":f=AJ(t,!0),g=w3(n),m=Se(n);break;case"second":f=AJ(t,!1),g=w4(n),m=St(n);break;case"millisecond":f=yx(t,!0),g=w8(n),m=Sn(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,d,p,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])}}(wU[u],o[o.length-1]||[],a),h!==(wU[u+1]?wX(wU[u+1]):null))){if(a.length){l=s,a.sort(function(e,t){return e.value-t.value});for(var d=[],p=0;p<a.length;++p){var f=a[p].value;(0===p||a[p-1].value!==f)&&(d.push(a[p]),f>=r[0]&&f<=r[1]&&s++)}var g=(r[1]-r[0])/t;if(s>1.5*g&&l>g/1.5||(o.push(d),s>g||e===wU[u]))break}a=[]}}for(var m=fJ(fK(o,function(e){return fJ(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,u=0;u<m.length;++u)for(var x=m[u],b=0;b<x.length;++b)v.push({value:x[b].value,level:y-u});v.sort(function(e,t){return e.value-t.value});for(var w=[],u=0;u<v.length;++u)(0===u||v[u].value!==v[u-1].value)&&w.push(v[u]);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]-=864e5,t[1]+=864e5),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]-864e5}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=AQ.length,a=Math.min(AX(AQ,this._approxInterval,0,o),o-1);this._interval=AQ[a][1],this._minLevelUnit=AQ[Math.max(a-1,0)][0]},t.prototype.parse=function(e){return f6(e)?e:+yv(e)},t.prototype.contain=function(e){return Aj(this.parse(e),this._extent)},t.prototype.normalize=function(e){return A$(this.parse(e),this._extent)},t.prototype.scale=function(e){return AH(e,this._extent)},t.type="time",t}(AG),AQ=[["second",1e3],["minute",6e4],["hour",36e5],["quarter-day",216e5],["half-day",432e5],["day",10368e4],["half-week",3024e5],["week",6048e5],["month",26784e5],["quarter",8208e6],["half-year",15768e6],["year",31536e6]];function AJ(e,t){return(e/=t?6e4:1e3)>30?30:e>20?20:e>15?15:e>10?10:e>5?5:e>2?2:1}AZ.registerClass(AK);var A0=AZ.prototype,A1=AG.prototype,A2=Math.floor,A5=Math.ceil,A3=Math.pow,A4=Math.log,A8=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="log",t.base=10,t._originalScale=new AG,t._interval=0,t}return fC(t,e),t.prototype.getTicks=function(e){var t=this._originalScale,n=this._extent,r=t.getExtent();return fK(A1.getTicks.call(this,e),function(e){var t=e.value,i=yc(A3(this.base,t));return i=t===n[0]&&this._fixMin?yc(i,yd(r[0])):i,{value:i=t===n[1]&&this._fixMax?yc(i,yd(r[1])):i}},this)},t.prototype.setExtent=function(e,t){var n=A4(this.base);e=A4(Math.max(0,e))/n,t=A4(Math.max(0,t))/n,A1.setExtent.call(this,e,t)},t.prototype.getExtent=function(){var e,t,n=this.base,r=A0.getExtent.call(this);r[0]=A3(n,r[0]),r[1]=A3(n,r[1]);var i=this._originalScale.getExtent();return this._fixMin&&(r[0]=(e=r[0],yc(e,yd(i[0])))),this._fixMax&&(r[1]=(t=r[1],yc(t,yd(i[1])))),r},t.prototype.unionExtent=function(e){this._originalScale.unionExtent(e);var t=this.base;e[0]=A4(e[0])/A4(t),e[1]=A4(e[1])/A4(t),A0.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=Math.pow(10,yy(n));for(e/n*r<=.5&&(r*=10);!isNaN(r)&&1>Math.abs(r)&&Math.abs(r)>0;)r*=10;var i=[yc(A5(t[0]/r)*r),yc(A2(t[1]/r)*r)];this._interval=r,this._niceExtent=i}},t.prototype.calcNiceExtent=function(e){A1.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 Aj(e=A4(e)/A4(this.base),this._extent)},t.prototype.normalize=function(e){return A$(e=A4(e)/A4(this.base),this._extent)},t.prototype.scale=function(e){return e=AH(e,this._extent),A3(this.base,e)},t.type="log",t}(AZ),A6=A8.prototype;A6.getMinorTicks=A1.getMinorTicks,A6.getLabel=A1.getLabel,AZ.registerClass(A8);var A9=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);f3(i)?this._modelMinNum=In(e,i({min:n[0],max:n[1]})):"dataMin"!==i&&(this._modelMinNum=In(e,i));var o=this._modelMaxRaw=t.get("max",!0);if(f3(o)?this._modelMaxNum=In(e,o({min:n[0],max:n[1]})):"dataMax"!==o&&(this._modelMaxNum=In(e,o)),r)this._axisDataLen=t.getCategories().length;else{var a=t.get("boundaryGap"),s=f5(a)?a:[a||0,a||0];"boolean"==typeof s[0]||"boolean"==typeof s[1]?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[v2(s[0],1),v2(s[1],1)]}},e.prototype.calculate=function(){var e,t,n=this._isOrdinal,r=this._dataMin,i=this._dataMax,o=this._axisDataLen,a=this._boundaryGapInner,s=n?null:i-r||Math.abs(r),l="dataMin"===this._modelMinRaw?r:this._modelMinNum,u="dataMax"===this._modelMaxRaw?i:this._modelMaxNum,c=null!=l,h=null!=u;null==l&&(l=n?o?0:NaN:r-a[0]*s),null==u&&(u=n?o?o-1:NaN:i+a[1]*s),null!=l&&isFinite(l)||(l=NaN),null!=u&&isFinite(u)||(u=NaN);var d=(e=l)!=e||(t=u)!=t||n&&!o;this._needCrossZero&&(l>0&&u>0&&!c&&(l=0),l<0&&u<0&&!h&&(u=0));var p=this._determinedMin,f=this._determinedMax;return null!=p&&(l=p,c=!0),null!=f&&(u=f,h=!0),{min:l,max:u,minFixed:c,maxFixed:h,isBlank:d}},e.prototype.modifyDataMinMax=function(e,t){this[Ie[e]]=t},e.prototype.setDeterminedMinMax=function(e,t){this[A7[e]]=t},e.prototype.freeze=function(){this.frozen=!0},e}(),A7={min:"_determinedMin",max:"_determinedMax"},Ie={min:"_dataMin",max:"_dataMax"};function It(e,t,n){var r=e.rawExtentInfo;return r||(r=new A9(e,t,n),e.rawExtentInfo=r),r}function In(e,t){return null==t?null:t!=t?NaN:e.parse(t)}function Ir(e,t){var n=e.type,r=It(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=(u=[],a.eachSeriesByType("bar",function(e){var t;(t=e).coordinateSystem&&"cartesian2d"===t.coordinateSystem.type&&u.push(e)}),u),l=!1;if(fX(s,function(e){l=l||e.getBaseAxis()===t.axis}),l){var u,c,h,d=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[AU(t)]}(r,n.axis);if(void 0===a)return{min:e,max:t};var s=1/0;fX(a,function(e){s=Math.min(e.offset,s)});var l=-1/0;fX(a,function(e){l=Math.max(e.offset+e.width,l)});var u=(s=Math.abs(s))+(l=Math.abs(l)),c=t-e,h=c/(1-(s+l)/o)-c;return t+=l/u*h,{min:e-=s/u*h,max:t}}(i,o,t,(c=function(e){var t={};fX(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}(s),h=[],fX(s,function(e){var t,n,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=c[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 d=e.getData();r=Math.abs(o[1]-o[0])/d.count()}var p=yu(e.get("barWidth"),r),f=yu(e.get("barMaxWidth"),r),g=yu(e.get("barMinWidth")||((t=e).pipelineContext&&t.pipelineContext.large?.5:1),r),m=e.get("barGap"),v=e.get("barCategoryGap");h.push({bandWidth:r,barWidth:p,barMaxWidth:f,barMinWidth:g,barGap:m,barCategoryGap:v,axisKey:AU(i),stackId:(n=e).get("stack")||Aq+n.seriesIndex})}),AY(h)));i=d.min,o=d.max}}return{extent:[i,o],fixMin:r.minFixed,fixMax:r.maxFixed}}function Ii(e,t){var n=Ir(e,t),r=n.extent,i=t.get("splitNumber");e instanceof A8&&(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 Io(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)}:f4(t)?function(n){var r=e.scale.getLabel(n);return t.replace("{value}",null!=r?r:"")}:f3(t)?function(r,i){return null!=n&&(i=r.value-n),t(Ia(e,r),i,null!=r.level?{level:r.level}:null)}:function(t){return e.scale.getLabel(t)}}function Ia(e,t){return"category"===e.type?e.scale.getLabel(t):t.value}function Is(e){var t=e.get("interval");return null==t?"auto":t}function Il(e){return"category"===e.type&&0===Is(e.getLabelModel())}function Iu(e,t){var n={};return fX(e.mapDimensionsAll(t),function(t){n[Dh(e,t)]=!0}),f0(n)}var Ic=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 fK(this._dimList,function(e){return this._axes[e]},this)},e.prototype.getAxesByScale=function(e){return e=e.toLowerCase(),fJ(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}(),Ih=["x","y"];function Id(e){return"interval"===e.type||"time"===e.type}var Ip=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="cartesian2d",t.dimensions=Ih,t}return fC(t,e),t.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var e=this.getAxis("x").scale,t=this.getAxis("y").scale;if(Id(e)&&Id(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,h=i[1]-r[0]*u,d=this._transform=[l,0,0,u,c,h];this._invTransform=me([],d)}}},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 mc(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 gI(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 gI(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 mc(r,i,o,a)},t}(Ic),If=yB();function Ig(e,t){var n,r,i,o,a=Im(e,"labels"),s=Is(t),l=Iv(a,s);return l||(f3(s)?i=Ib(e,s):(o="auto"===s?null!=(r=If(n=e).autoInterval)?r:If(n).autoInterval=n.calculateCategoryInterval():s,i=Ix(e,o)),Iy(a,s,{labels:i,labelCategoryInterval:o}))}function Im(e,t){return If(e)[t]||(If(e)[t]=[])}function Iv(e,t){for(var n=0;n<e.length;n++)if(e[n].key===t)return e[n].value}function Iy(e,t,n){return e.push({key:t,value:n}),n}function Ix(e,t,n){var r=Io(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 h=Il(e),d=a.get("showMinLabel")||h,p=a.get("showMaxLabel")||h;d&&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 Ib(e,t,n){var r=e.scale,i=Io(e),o=[];return fX(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 Iw=[0,1];function IS(e,t){var n=(e[1]-e[0])/t/2;e[0]+=n,e[1]-=n}var I_=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 fC(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 yp(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&&IS(n=n.slice(),r.count()),yl(e,Iw,n,t)},e.prototype.coordToData=function(e,t){var n=this._extent,r=this.scale;this.onBand&&"ordinal"===r.type&&IS(n=n.slice(),r.count());var i=yl(e,n,Iw,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=Im(e,"ticks"),o=Is(t),a=Iv(i,o);if(a)return a;if((!t.get("show")||e.scale.isBlank())&&(n=[]),f3(o))n=Ib(e,o,!0);else if("auto"===o){var s=Ig(e,e.getLabelModel());r=s.labelCategoryInterval,n=fK(s.labels,function(e){return e.tickValue})}else n=Ix(e,r=o,!0);return Iy(i,o,{ticks:n,tickCategoryInterval:r})}(this,t):{ticks:fK(this.scale.getTicks(),function(e){return e.value})}).ticks,r=fK(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;fX(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];h(t[0].coord,s[0])&&(r?t[0].coord=s[0]:t.shift()),r&&h(s[0],t[0].coord)&&t.unshift({coord:s[0]}),h(s[1],i.coord)&&(r?i.coord=s[1]:t.pop()),r&&h(i.coord,s[1])&&t.push({coord:s[1]})}function h(e,t){return e=yc(e),t=yc(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");return e>0&&e<100||(e=5),fK(this.scale.getMinorTicks(e),function(e){return fK(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=Ig(e,t),!t.get("show")||e.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n):(r=this,i=r.scale.getTicks(),o=Io(r),{labels:fK(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=Io(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],h=e.dataToCoord(c+1)-e.dataToCoord(c),d=Math.abs(h*Math.cos(o)),p=Math.abs(h*Math.sin(o)),f=0,g=0;c<=s[1];c+=u){var m=0,v=0,y=vQ(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/d,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=If(e.model),_=e.getExtent(),C=S.lastAutoInterval,k=S.lastTickCount;return null!=C&&null!=k&&1>=Math.abs(C-w)&&1>=Math.abs(k-l)&&C>w&&S.axisExtent0===_[0]&&S.axisExtent1===_[1]?w=C:(S.lastTickCount=l,S.lastAutoInterval=w,S.axisExtent0=_[0],S.axisExtent1=_[1]),w}(this)},e}());function IC(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(),h=[c.x,c.x+c.width,c.y,c.y+c.height],d={left:0,right:1,top:0,bottom:1,onZero:2},p=t.get("offset")||0,f="x"===u?[h[2]-p,h[3]+p]:[h[0]-p,h[1]+p];if(a){var g=a.toGlobalCoord(a.dataToCoord(0));f[d.onZero]=Math.max(Math.min(g,f[1]),f[0])}o.position=["y"===u?f[d[l]]:h[0],"x"===u?f[d[l]]:h[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[d[s]]-f[d.onZero]:0,t.get(["axisTick","inside"])&&(o.tickDirection=-o.tickDirection),gr(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 Ik(e){return"cartesian2d"===e.get("coordinateSystem")}function IM(e){var t={xAxisModel:null,yAxisModel:null};return fX(t,function(n,r){var i=r.replace(/Model$/,""),o=e.getReferringComponents(i,yz).models[0];t[r]=o}),t}var IT=Math.log,ID=function(){function e(e,t,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=Ih,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=f0(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;AF(l)&&s.get("alignTicks")&&null==s.get("interval")?i.push(a):(Ii(l,s),AF(l)&&(t=a))}i.length&&(t||Ii((t=i.pop()).scale,t.model),fX(i,function(e){!function(e,t,n){var r=AG.prototype,i=r.getTicks.call(n),o=r.getTicks.call(n,!0),a=i.length-1,s=r.getInterval.call(n),l=Ir(e,t),u=l.extent,c=l.fixMin,h=l.fixMax;if("log"===e.type){var d=IT(e.base);u=[IT(u[0])/d,IT(u[1])/d]}e.setExtent(u[0],u[1]),e.calcNiceExtent({splitNumber:a,fixMin:c,fixMax:h});var p=r.getExtent.call(e);c&&(u[0]=p[0]),h&&(u[1]=p[1]);var f=r.getInterval.call(e),g=u[0],m=u[1];if(c&&h)f=(m-g)/a;else if(c)for(m=u[0]+f*a;m<u[1]&&isFinite(m)&&isFinite(u[1]);)f=Az(f),m=u[0]+f*a;else if(h)for(g=u[1]-f*a;g>u[0]&&isFinite(g)&&isFinite(u[0]);)f=Az(f),g=u[1]-f*a;else{e.getTicks().length-1>a&&(f=Az(f));var v=f*a;(g=yc((m=Math.ceil(u[1]/f)*f)-v))<0&&u[0]>=0?(g=0,m=yc(v)):m>0&&u[1]<=0&&(m=0,g=-yc(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={};fX(n.x,function(e){II(n,"y",e,i)}),fX(n.y,function(e){II(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=Sf(r,{width:t.getWidth(),height:t.getHeight()});this._rect=o;var a=this._axesList;function s(){fX(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&&(fX(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 AW?o.count():(t=o.getTicks()).length;var s=e.getLabelModel(),l=Io(e),u=1;n>40&&(u=Math.ceil(n/40));for(var c=0;c<n;c+=u){var h=l(t?t[c]:{value:a[0]+c},c),d=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 mc(e.x,e.y,o,a)}(s.getTextRect(h),s.get("rotate")||0);r?r.union(d):r=d}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()),fX(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]}f9(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",yz).models[0],o=e.yAxisModel||r&&r.getReferringComponents("yAxis",yz).models[0],a=e.gridModel,s=this._coordsList;return r?0>fq(s,t=r.coordinateSystem)&&(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(IA(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 I_(t,function(e,t){if(t=t||e.get("type"))switch(t){case"category":return new AW({ordinalMeta:e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),extent:[1/0,-1/0]});case"time":return new AK({locale:e.ecModel.getLocaleModel(),useUTC:e.ecModel.get("useUTC")});default:return new(AZ.getClass(t)||AG)}}(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,fX(a.x,function(t,n){fX(a.y,function(i,o){var a="x"+n+"y"+o,s=new Ip(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){fX(Iu(e,t.dim),function(n){t.scale.unionExtentFromData(e,n)})}fX(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(Ik(e)){var r=IM(e),i=r.xAxisModel,o=r.yAxisModel;if(IA(i,t)&&IA(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 fX(this.getCartesians(),function(r){var i=null!=e&&"auto"!==e?r.getAxis(e):r.getBaseAxis(),o=r.getOtherAxis(i);0>fq(t,i)&&t.push(i),0>fq(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(Ik(e)){var t=IM(e),n=t.xAxisModel,r=t.yAxisModel,i=n.getCoordSysModel().coordinateSystem;e.coordinateSystem=i.getCartesian(n.componentIndex,r.componentIndex)}}),r},e.dimensions=Ih,e}();function IA(e,t){return e.getCoordSysModel()===t}function II(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)IP(o[l])&&(i=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&IP(o[u])&&!r[c(o[u])]){i=o[u];break}i&&(r[c(i)]=!0)}function c(e){return e.dim+"_"+e.index}}function IP(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 IO=Math.PI,IR=function(){function e(e,t){this.group=new yr,this.opt=t,this.axisModel=e,fG(t,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var n=new yr({x:t.position[0],y:t.position[1],rotation:t.rotation});n.updateTransform(),this._transformGroup=n}return e.prototype.hasBuilder=function(e){return!!IE[e]},e.prototype.add=function(e){IE[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=yf(t-e);return yg(o)?(i=n>0?"top":"bottom",r="center"):yg(o-IO)?(i=n>0?"bottom":"top",r="center"):(i="middle",r=o>0&&o<IO?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}(),IE={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&&(gI(s,s,a),gI(l,l,a));var c=fW({lineCap:"round"},t.getModel(["axisLine","lineStyle"]).getLineStyle()),h=new ka({shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:c,strokeContainThreshold:e.strokeContainThreshold||5,silent:!0,z2:1});kF(h.shape,h.style.lineWidth),h.anid="line",n.add(h);var d=t.get(["axisLine","symbol"]);if(null!=d){var p=t.get(["axisLine","symbolSize"]);f4(d)&&(d=[d,d]),(f4(p)||f6(p))&&(p=[p,p]);var f=MX(t.get(["axisLine","symbolOffset"])||0,p),g=p[0],m=p[1];fX([{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"!==d[r]&&null!=d[r]){var i=MU(d[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=IZ(i.getTicksCoords(),t.transform,l,fG(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(!(!gr(r.axisLabelShow,n.get(["axisLabel","show"]))||i.scale.isBlank())){var o=n.getModel("axisLabel"),a=o.get("margin"),s=i.getViewLabels(),l=(gr(r.labelRotate,o.get("rotate"))||0)*IO/180,u=IR.innerTextLayout(r.rotation,l,r.labelDirection),c=n.getCategories&&n.getCategories(!0),h=[],d=IR.isLabelSilent(n),p=n.get("triggerEvent");return fX(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];f9(x)&&x.textStyle&&(y=new wB(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,_=gi(y.getShallow("alignMinLabel",!0),S),C=gi(y.getShallow("alignMaxLabel",!0),S),k=y.getShallow("verticalAlign",!0)||y.getShallow("baseline",!0)||u.textVerticalAlign,M=gi(y.getShallow("verticalAlignMinLabel",!0),k),T=gi(y.getShallow("verticalAlignMaxLabel",!0),k),D=new bw({x:w,y:r.labelOffset+r.labelDirection*a,rotation:u.rotation,silent:d,z2:10+(l.level||0),style:wv(y,{text:m,align:0===f?_:f===s.length-1?C:S,verticalAlign:0===f?M:f===s.length-1?T:k,fill:f3(b)?b("category"===i.type?v:"value"===i.type?g+"":g,f):b})});if(D.anid="label_"+g,p){var A=IR.makeAxisEventDataBase(n);A.targetType="axisLabel",A.value=v,A.tickIndex=f,"category"===i.type&&(A.dataIndex=g),bS(D).eventData=A}t.add(D),D.updateTransform(),h.push(D),e.add(D),D.decomposeTransform()}),h}}(n,r,t,e);(function(e,t,n){if(!Il(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],h=n[n.length-1],d=n[n.length-2];!1===r?(IL(o),IL(u)):IB(o,a)&&(r?(IL(a),IL(c)):(IL(o),IL(u))),!1===i?(IL(s),IL(h)):IB(l,s)&&(i?(IL(l),IL(d)):(IL(s),IL(h)))}})(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=fG(s.getLineStyle(),fG(n.getModel("axisTick").getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])})),c=0;c<a.length;c++)for(var h=IZ(a[c],t.transform,l,u,"minorticks_"+c),d=0;d<h.length;d++)e.add(h[d])}}(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 mc(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 h=o.obb,d=!1,p=0;p<t.length;p++){var f=t[p];if(n.intersect(f.rect)&&(a&&f.axisAligned||(f.obb||(f.obb=new k_(f.localRect,f.transform)),h||(h=new k_(s,l)),h.intersect(f.obb)))){d=!0;break}}d?(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 k_(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}(fK(o,function(e){return{label:e,priority:e.z2,defaultAttr:{ignore:e.ignore}}})))},axisName:function(e,t,n,r){var i,o,a=gr(e.axisName,t.get("name"));if(a){var s,l,u,c,h,d,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,IN(m)?e.labelOffset+v*x:0],_=t.get("nameRotate");null!=_&&(_=_*IO/180),IN(m)?i=IR.innerTextLayout(e.rotation,null!=_?_:e.rotation,v):(s=e.rotation,l=m,u=_||0,c=b,p=yf(u-s),f=c[0]>c[1],g="start"===l&&!f||"start"!==l&&f,yg(p-IO/2)?(d=g?"bottom":"top",h="center"):yg(p-1.5*IO)?(d=g?"top":"bottom",h="center"):(d="middle",h=p<1.5*IO&&p>IO/2?g?"left":"right":g?"right":"left"),i={rotation:p,textAlign:h,textVerticalAlign:d},null!=(o=e.axisNameAvailableWidth)&&(isFinite(o=Math.abs(o/Math.sin(i.rotation)))||(o=null)));var C=y.getFont(),k=t.get("nameTruncate",!0)||{},M=k.ellipsis,T=gr(e.nameTruncateMaxWidth,k.maxWidth,o),D=new bw({x:S[0],y:S[1],rotation:i.rotation,silent:IR.isLabelSilent(t),style:wv(y,{text:a,font:C,overflow:"truncate",width:T,ellipsis:M,fill:y.getTextColor()||t.get(["axisLine","lineStyle","color"]),align:y.get("align")||i.textAlign,verticalAlign:y.get("verticalAlign")||i.textVerticalAlign}),z2:1});if(kK({el:D,componentModel:t,itemName:a}),D.__fullText=a,D.anid="name",t.get("triggerEvent")){var A=IR.makeAxisEventDataBase(t);A.targetType="axisName",A.name=a,bS(D).eventData=A}r.add(D),D.updateTransform(),n.add(D),D.decomposeTransform()}}};function IL(e){e&&(e.ignore=!0)}function IB(e,t){var n=e&&e.getBoundingRect().clone(),r=t&&t.getBoundingRect().clone();if(n&&r){var i=g8([]);return g7(i,i,-e.rotation),n.applyTransform(g6([],i,e.getLocalTransform())),r.applyTransform(g6([],i,t.getLocalTransform())),n.intersect(r)}}function IN(e){return"middle"===e||"center"===e}function IZ(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&&(gI(a,a,t),gI(s,s,t));var c=new ka({shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:r,z2:2,autoBatch:!0,silent:!0});kF(c.shape,c.style.lineWidth),c.anid=i+"_"+e[l].tickValue,o.push(c)}return o}function IF(e,t){return"all"===e||f5(e)&&fq(e,t)>=0||e===t}function Iz(e){var t=(e.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return t&&t.axesInfo[Ij(e)]}function IV(e){return!!e.get(["handle","show"])}function Ij(e){return e.type+"||"+e.id}var I$={},IH=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.render=function(t,n,r,i){this.axisPointerClass&&function(e){var t=Iz(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=IV(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,o=t.getAxisPointerClass(this.axisPointerClass);if(o){var a=(i=Iz(e))&&i.axisPointerModel;a?(this._axisPointer||(this._axisPointer=new o)).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){I$[e]=t},t.getAxisPointerClass=function(e){return e&&I$[e]},t.type="axis",t}(Cy),IW=yB(),IG=["axisLine","axisTickLabel","axisName"],Iq=["splitArea","splitLine","minorSplitLine"],IU=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.axisPointerClass="CartesianAxisPointer",n}return fC(t,e),t.prototype.render=function(t,n,r,i){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new yr,this.group.add(this._axisGroup),t.get("show")){var a=t.getCoordSysModel(),s=IC(a,t),l=new IR(t,fW({handleAutoShown:function(e){for(var n=a.coordinateSystem.getCartesians(),r=0;r<n.length;r++)if(AF(n[r].getOtherAxis(t.axis).scale))return!0;return!1}},s));fX(IG,l.add,l),this._axisGroup.add(l.getGroup()),fX(Iq,function(e){t.get([e,"show"])&&IY[e](this,this._axisGroup,t,a)},this),i&&"changeAxisOrder"===i.type&&i.isInitSort||kW(o,this._axisGroup,t),e.prototype.render.call(this,t,n,r,i)}},t.prototype.remove=function(){IW(this).splitAreaColors=null},t.type="cartesianAxis",t}(IH),IY={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=f5(s)?s:[s];for(var l=r.coordinateSystem.getRect(),u=i.isHorizontal(),c=0,h=i.getTicksCoords({tickModel:o}),d=[],p=[],f=a.getLineStyle(),g=0;g<h.length;g++){var m=i.toGlobalCoord(h[g].coord);u?(d[0]=m,d[1]=l.y,p[0]=m,p[1]=l.y+l.height):(d[0]=l.x,d[1]=m,p[0]=l.x+l.width,p[1]=m);var v=c++%s.length,y=new ka({anid:null!=h[g].tickValue?"line_"+h[g].tickValue:null,autoBatch:!0,shape:{x1:d[0],y1:d[1],x2:p[0],y2:p[1]},style:fG({stroke:s[v]},f),silent:!0});kF(y.shape,f.lineWidth),t.add(y)}}},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=[],h=o.getLineStyle(),d=0;d<l.length;d++)for(var p=0;p<l[d].length;p++){var f=i.toGlobalCoord(l[d][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 ka({anid:"minor_line_"+l[d][p].tickValue,autoBatch:!0,shape:{x1:u[0],y1:u[1],x2:c[0],y2:c[1]},style:h,silent:!0});kF(g.shape,h.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,h=IW(e).splitAreaColors,d=gf(),p=0;if(h)for(var f=0;f<u.length;f++){var g=h.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=f5(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 _=u[f-1].tickValue;null!=_&&d.set(_,p),t.add(new bs({anid:null!=_?"area_"+_:null,shape:{x:x,y:b,width:w,height:S},style:fG({fill:s[p]},v),autoBatch:!0,silent:!0})),p=(p+1)%c}IW(e).splitAreaColors=d}}}(e,t,n,r)}},IX=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.type="xAxis",t}(IU),IK=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=IX.type,t}return fC(t,e),t.type="yAxis",t}(IU),IQ=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="grid",t}return fC(t,e),t.prototype.render=function(e,t){this.group.removeAll(),e.get("show")&&this.group.add(new bs({shape:e.coordinateSystem.getRect(),style:fG({fill:e.get("backgroundColor")},e.getItemStyle()),silent:!0,z2:-1}))},t.type="grid",t}(Cy),IJ={offset:0};function I0(e){e.registerComponentView(IQ),e.registerComponentModel(A_),e.registerCoordinateSystem("cartesian2d",ID),AB(e,"x",Ak,IJ),AB(e,"y",Ak,IJ),e.registerComponentView(IX),e.registerComponentView(IK),e.registerPreprocessor(function(e){e.xAxis&&e.yAxis&&!e.grid&&(e.grid={})})}var I1={color:"fill",borderColor:"stroke"},I2={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},I5=yB(),I3=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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 Dd(null,this)},t.prototype.getDataParams=function(t,n,r){var i=e.prototype.getDataParams.call(this,t,n);return r&&(i.info=I5(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}(Cc);function I4(e,t){return t=t||[0,0],fK(["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 I8(e,t){return t=t||[0,0],fK([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 I6(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 I9(e,t){return t=t||[0,0],fK(["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)}function I7(e,t){t&&(t.font=t.textFont||t.font,gv(t,"textStrokeWidth")&&(e.lineWidth=t.textStrokeWidth),gv(t,"textAlign")&&(e.align=t.textAlign),gv(t,"textVerticalAlign")&&(e.verticalAlign=t.textVerticalAlign),gv(t,"textLineHeight")&&(e.lineHeight=t.textLineHeight),gv(t,"textWidth")&&(e.width=t.textWidth),gv(t,"textHeight")&&(e.height=t.textHeight),gv(t,"textBackgroundColor")&&(e.backgroundColor=t.textBackgroundColor),gv(t,"textPadding")&&(e.padding=t.textPadding),gv(t,"textBorderColor")&&(e.borderColor=t.textBorderColor),gv(t,"textBorderWidth")&&(e.borderWidth=t.textBorderWidth),gv(t,"textBorderRadius")&&(e.borderRadius=t.textBorderRadius),gv(t,"textBoxShadowColor")&&(e.shadowColor=t.textBoxShadowColor),gv(t,"textBoxShadowBlur")&&(e.shadowBlur=t.textBoxShadowBlur),gv(t,"textBoxShadowOffsetX")&&(e.shadowOffsetX=t.textBoxShadowOffsetX),gv(t,"textBoxShadowOffsetY")&&(e.shadowOffsetY=t.textBoxShadowOffsetY))}function Pe(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";Pt(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,fX(t.rich,function(e){Pt(e,e)}),e}function Pt(e,t){t&&(gv(t,"fill")&&(e.textFill=t.fill),gv(t,"stroke")&&(e.textStroke=t.fill),gv(t,"lineWidth")&&(e.textStrokeWidth=t.lineWidth),gv(t,"font")&&(e.font=t.font),gv(t,"fontStyle")&&(e.fontStyle=t.fontStyle),gv(t,"fontWeight")&&(e.fontWeight=t.fontWeight),gv(t,"fontSize")&&(e.fontSize=t.fontSize),gv(t,"fontFamily")&&(e.fontFamily=t.fontFamily),gv(t,"align")&&(e.textAlign=t.align),gv(t,"verticalAlign")&&(e.textVerticalAlign=t.verticalAlign),gv(t,"lineHeight")&&(e.textLineHeight=t.lineHeight),gv(t,"width")&&(e.textWidth=t.width),gv(t,"height")&&(e.textHeight=t.height),gv(t,"backgroundColor")&&(e.textBackgroundColor=t.backgroundColor),gv(t,"padding")&&(e.textPadding=t.padding),gv(t,"borderColor")&&(e.textBorderColor=t.borderColor),gv(t,"borderWidth")&&(e.textBorderWidth=t.borderWidth),gv(t,"borderRadius")&&(e.textBorderRadius=t.borderRadius),gv(t,"shadowColor")&&(e.textBoxShadowColor=t.shadowColor),gv(t,"shadowBlur")&&(e.textBoxShadowBlur=t.shadowBlur),gv(t,"shadowOffsetX")&&(e.textBoxShadowOffsetX=t.shadowOffsetX),gv(t,"shadowOffsetY")&&(e.textBoxShadowOffsetY=t.shadowOffsetY),gv(t,"textShadowColor")&&(e.textShadowColor=t.textShadowColor),gv(t,"textShadowBlur")&&(e.textShadowBlur=t.textShadowBlur),gv(t,"textShadowOffsetX")&&(e.textShadowOffsetX=t.textShadowOffsetX),gv(t,"textShadowOffsetY")&&(e.textShadowOffsetY=t.textShadowOffsetY))}var Pn={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},Pr=f0(Pn);fQ(vU,function(e,t){return e[t]=1,e},{}),vU.join(", ");var Pi=["","style","shape","extra"],Po=yB();function Pa(e,t,n,r,i){var o=e+"Animation",a=wr(e,r,i)||{},s=Po(t).userDuring;return a.duration>0&&(a.during=s?f1(Ph,{el:t,userDuring:s}):null,a.setToFinal=!0,a.scope=e),fW(a,n[o]),a}function Ps(e,t,n,r){if(e){var i=e.parent,o=Po(e).leaveToProps;if(o){var a=Pa("update",e,t,n,0);a.done=function(){i.remove(e),r&&r()},e.animateTo(o,a)}else i.remove(e),r&&r()}}function Pl(e){return"all"===e}var Pu={},Pc={setTransform:function(e,t){return Pu.el[e]=t,this},getTransform:function(e){return Pu.el[e]},setShape:function(e,t){var n=Pu.el;return(n.shape||(n.shape={}))[e]=t,n.dirtyShape&&n.dirtyShape(),this},getShape:function(e){var t=Pu.el.shape;if(t)return t[e]},setStyle:function(e,t){var n=Pu.el,r=n.style;return r&&(r[e]=t,n.dirtyStyle&&n.dirtyStyle()),this},getStyle:function(e){var t=Pu.el.style;if(t)return t[e]},setExtra:function(e,t){return(Pu.el.extra||(Pu.el.extra={}))[e]=t,this},getExtra:function(e){var t=Pu.el.extra;if(t)return t[e]}};function Ph(){var e=this.el;if(e){var t=Po(e).userDuring,n=this.userDuring;if(t!==n){this.el=this.userDuring=null;return}Pu.el=e,n(Pc)}}function Pd(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]={}),Pl(l))fW(i,a);else for(var u=yM(l),c=0;c<u.length;c++){var h=u[c],d=a[h];i[h]=d}}else if(Pl(s)||fq(s,e)>=0){i||(i=r[e]={});for(var p=f0(a),c=0;c<p.length;c++){var f,g,h=p[c],d=a[h];f=o[h],g=d,(fY(f)?f!==g:null!=f&&isFinite(f))&&(i[h]=d)}}}}}function Pp(e,t,n){var r=t[e];if(r)for(var i=n[e]={},o=f0(r),a=0;a<o.length;a++){var s=o[a];i[s]=vg(r[s])}}var Pf=yB(),Pg=["percent","easing","shape","style","extra"],Pm="emphasis",Pv="normal",Py="blur",Px="select",Pb=[Pv,Pm,Py,Px],Pw={normal:["itemStyle"],emphasis:[Pm,"itemStyle"],blur:[Py,"itemStyle"],select:[Px,"itemStyle"]},PS={normal:["label"],emphasis:[Pm,"label"],blur:[Py,"label"],select:[Px,"label"]},P_=["x","y"],PC={normal:{},emphasis:{},blur:{},select:{}},Pk={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:f1(I4,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:f1(I8,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:f1(I6,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:f1(I9,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 PM(e){return e instanceof x5}function PT(e){return e instanceof xh}var PD=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.render=function(e,t,n,r){this._progressiveEls=null;var i=this._data,o=e.getData(),a=this.group,s=PO(e,o,t,n);i||a.removeAll(),o.diff(i).add(function(t){PR(n,null,t,s(t,r),e,a,o)}).remove(function(t){var n=i.getItemGraphicEl(t);n&&Ps(n,I5(n).option,e)}).update(function(t,l){PR(n,i.getItemGraphicEl(l),t,s(t,r),e,a,o)}).execute();var l=e.get("clip",!0)?function(e,t,n,r,i){if(e){if("polar"===e.type)return DL(e,t,n);if("cartesian2d"===e.type)return DE(e,t,n,void 0,void 0)}return null}(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=PO(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=PR(null,null,u,a(u,i),t,this.group,o);c&&(c.traverse(l),s.push(c))}},t.prototype.eachRendered=function(e){kJ(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}(k2);function PA(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=Pj(r);I5(t=kE(o,null,i,r.layout||"center")).customPathData=o}else if("image"===n)I5(t=new x7({})).customImagePath=e.style.image;else if("text"===n)t=new bw({});else if("group"===n)t=new yr;else if("compoundPath"===n)throw Error('"compoundPath" is not supported yet.');else{var a=kR(n);a||_E(""),t=new a}return I5(t).customGraphicType=n,t.name=e.name,t.z2EmphasisLift=1,t.z2SelectLift=1,t}function PI(e,t,n,r,i,o,a){t.stopAnimation("keyframe"),t.attr(Pf(t));var s=i&&i.normal.cfg;s&&t.setTextConfig(s),r&&null==r.transition&&(r.transition=P_);var l=r&&r.style;if(l){"text"===t.type&&(gv(l,"textFill")&&(l.fill=l.textFill),gv(l,"textStroke")&&(l.stroke=l.textStroke));var u=void 0,c=PM(t)?l.decal:null;e&&c&&(c.dirty=!0,u=Th(c,e)),l.__decalPattern=u}if(PT(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=Po(e),h=t.style;c.userDuring=t.during;var d={},p={};if(function(e,t,n){for(var r=0;r<Pr.length;r++){var i=Pr[r],o=Pn[i],a=t[i];a&&(n[o[0]]=a[0],n[o[1]]=a[1])}for(var r=0;r<vU.length;r++){var s=vU[r];null!=t[s]&&(n[s]=t[s])}}(0,t,p),Pp("shape",t,p),Pp("extra",t,p),!s&&u&&(function(e,t,n){for(var r=t.transition,i=Pl(r)?vU:yM(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,d),Pd("shape",e,t,d),Pd("extra",e,t,d),function(e,t,n,r){if(n){var i,o=e.style;if(o){var a=n.transition,s=t.transition;if(a&&!Pl(a)){var l=yM(a);i||(i=r.style={});for(var u=0;u<l.length;u++){var c=l[u],h=o[c];i[c]=h}}else if(e.getAnimationStyleProps&&(Pl(s)||Pl(a)||fq(s,"style")>=0)){var d=e.getAnimationStyleProps(),p=d?d.style:null;if(p){i||(i=r.style={});for(var f=f0(n),u=0;u<f.length;u++){var c=f[u];if(p[c]){var h=o[c];i[c]=h}}}}}}}(e,t,h,d)),p.style=h,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,gv(o=t,"silent")&&(i.silent=o.silent),gv(o,"ignore")&&(i.ignore=o.ignore),i instanceof xh&&gv(o,"invisible")&&(i.invisible=o.invisible),i instanceof x5&&gv(o,"autoBatch")&&(i.autoBatch=o.autoBatch),u){if(s){var f={};fX(Pi,function(e){var n=e?t[e]:t;n&&n.enterFrom&&(e&&(f[e]=f[e]||{}),fW(e?f[e]:f,n.enterFrom))});var g=Pa("enter",e,t,n,a);g.duration>0&&e.animateFrom(f,g)}else(function(e,t,n,r,i){if(i){var o=Pa("update",e,t,r,n);o.duration>0&&e.animateFrom(i,o)}})(e,t,a||0,n,d)}(function(e,t){for(var n=Po(e).leaveToProps,r=0;r<Pi.length;r++){var i=Pi[r],o=i?t[i]:t;o&&o.leaveTo&&(n||(n=Po(e).leaveToProps={}),i&&(n[i]=n[i]||{}),fW(i?n[i]:n,o.leaveTo))}})(e,t),h?e.dirty():e.markRedraw()}(t,r,o,{dataIndex:n,isInit:a,clearStyle:!0}),function e(t,n,r){if(r.isAnimationEnabled()&&n){if(f5(n)){fX(n,function(n){e(t,n,r)});return}var i=n.keyframes,o=n.duration;if(r&&null==o){var a=wr("enter",r,0);o=a&&a.duration}if(i&&o){var s=Pf(t);fX(Pi,function(e){var r;if(!e||t[e])i.sort(function(e,t){return e.percent-t.percent}),fX(i,function(i){var a=t.animators,l=e?i[e]:i;if(l){var u=f0(l);if(e||(u=fJ(u,function(e){return 0>fq(Pg,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 h=e?s[e]:s;fX(u,function(n){h[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 PP(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),bG(o)}}function PO(e,t,n,r){var i,o,a,s,l=e.get("renderItem"),u=e.coordinateSystem,c={};u&&(c=u.prepareCustoms?u.prepareCustoms(u):Pk[u.type](u));for(var h=fG({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,Pv).getItemStyle();null!=o&&(l.fill=o),null!=s&&(l.opacity=s);var u={inheritColor:f4(o)?o:"#000"},c=w(r,Pv),h=wv(c,null,u,!1,!0);h.text=c.getShallow("show")?gi(e.getFormattedLabel(r,Pv),Df(t,r)):null;var d=wy(c,u,!1);return _(n,l),l=Pe(l,h,d),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,Pm).getItemStyle(),o=w(r,Pm),s=wv(o,null,null,!0,!0);s.text=o.getShallow("show")?go(e.getFormattedLabel(r,Pm),e.getFormattedLabel(r,Pv),Df(t,r)):null;var l=wy(o,null,!0);return _(n,i),i=Pe(i,s,l),n&&S(i,n),i.legacy=!0,i},visual:function(e,n){if(null==n&&(n=a),gv(I1,e)){var r=t.getItemVisual(n,"style");return r?r[I1[e]]:null}if(gv(I2,e))return t.getItemVisual(n,e)},barLayout:function(e){if("cartesian2d"===u.type)return function(e){var t=[],n=e.axis,r="axis0";if("category"===n.type){for(var i=n.getBandWidth(),o=0;o<e.count;o++)t.push(fG({bandWidth:i,axisKey:r,stackId:Aq+o},e));for(var a=AY(t),s=[],o=0;o<e.count;o++){var l=a[r][Aq+o];l.offsetCenter=l.offset+l.width/2,s.push(l)}return s}}(fG({axis:u.getBaseAxis()},e))},currentSeriesIndices:function(){return n.getCurrentSeriesIndices()},font:function(e){return wC(e,n)}},c.api||{}),d={context:{},seriesId:e.id,seriesName:e.name,seriesIndex:e.seriesIndex,coordSys:c.coordSys,dataInsideLength:t.count(),encode:(i=e.getData(),o={},fX(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<Pb.length;v++){var y=Pb[v];g[y]=e.getModel(Pw[y]),m[y]=e.getModel(PS[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(Pw[n])):x(e).getModel(Pw[n]):g[n]}function w(e,n){return t.hasItemOption?e===a?f[n]||(f[n]=x(e).getModel(PS[n])):x(e).getModel(PS[n]):m[n]}return function(e,n){return a=e,s=null,p={},f={},l&&l(fG({dataIndexInside:e,dataIndex:t.getRawIndex(e),actionType:n?n.type:null},d),h)};function S(e,t){for(var n in t)gv(t,n)&&(e[n]=t[n])}function _(e,t){e&&(e.textFill&&(t.textFill=e.textFill),e.textPosition&&(t.textPosition=e.textPosition))}}function PR(e,t,n,r,i,o,a){if(!r){o.remove(t);return}var s=PE(e,t,n,r,i,o);return s&&a.setItemGraphicEl(n,s),s&&b3(s,r.focus,r.blurScope,r.emphasisDisabled),s}function PE(e,t,n,r,i,o){var a,s=-1,l=t;t&&PL(t,r,i)&&(s=fq(o.childrenRef(),t),t=null);var u=!t,c=t;c?c.clearStates():(c=PA(r),l&&((a=c).copyTransform(l),PT(a)&&PT(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,PM(a)&&PM(l)&&a.setShape(l.shape)))),!1===r.morph?c.disableMorphing=!0:c.disableMorphing&&(c.disableMorphing=!1),PC.normal.cfg=PC.normal.conOpt=PC.emphasis.cfg=PC.emphasis.conOpt=PC.blur.cfg=PC.blur.conOpt=PC.select.cfg=PC.select.conOpt=null,PC.isLegacy=!1,function(e,t,n,r,i,o){if(!e.isGroup){PB(n,null,o),PB(n,Pm,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=PA(a),e.setTextContent(c)),PI(null,c,t,a,null,r,i);for(var h=a&&a.style,d=0;d<Pb.length;d++){var p=Pb[d];if(p!==Pv){var f=o[p].conOpt;PP(p,c,f,PZ(a,f,p),null)}}h?c.dirty():c.markRedraw()}}}}(c,n,r,i,u,PC),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&&PL(a,o,r)&&(a=null),!a&&(a=PA(o),e.setClipPath(a)),PI(null,a,t,o,null,r,i)}}(c,n,r,i,u),PI(e,c,n,r,PC,i,u),gv(r,"info")&&(I5(c).info=r.info);for(var h=0;h<Pb.length;h++){var d=Pb[h];if(d!==Pv){var p=PN(r,d),f=PZ(r,p,d);PP(d,c,p,f,PC)}}return!function(e,t,n){if(!e.isGroup){var r=n.currentZ,i=n.currentZLevel;e.z=r,e.zlevel=i;var o=t.z2;null!=o&&(e.z2=o||0);for(var a=0;a<Pb.length;a++)(function(e,t,n){var r=n===Pv,i=r?t:PN(t,n),o=i?i.z2:null;null!=o&&((r?e:e.ensureState(n)).z2=o||0)})(e,t,Pb[a])}}(c,r,i),"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){(function(e){new T1(e.oldChildren,e.newChildren,PF,PF,e).add(Pz).update(Pz).remove(PV).execute()})({api:e,oldChildren:t.children()||[],newChildren:o||[],dataIndex:n,seriesModel:i,group:t});return}u&&t.removeAll();for(var c=0;c<a;c++){var h=o[c],d=t.childAt(c);h?(null==h.ignore&&(h.ignore=!1),PE(e,d,n,h,i,t)):d.ignore=!0}for(var p=t.childCount()-1;p>=c;p--){var f,g,m,v=t.childAt(p);f=t,g=v,m=i,g&&Ps(g,I5(f).option,m)}}}(e,c,n,r,i),s>=0?o.replaceAt(c,s):o.add(c),c}function PL(e,t,n){var r,i=I5(e),o=t.type,a=t.shape,s=t.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==i.customGraphicType||"path"===o&&(r=a)&&(gv(r,"pathData")||gv(r,"d"))&&Pj(a)!==i.customPathData||"image"===o&&gv(s,"image")&&s.image!==i.customImagePath}function PB(e,t,n){var r,i,o=t?PN(e,t):e,a=t?PZ(e,o,Pm):e.style,s=e.type,l=o?o.textConfig:null,u=e.textContent,c=u?t?PN(u,t):u:null;if(a&&(n.isLegacy||(r=!!l,i=!!c,a&&(a.legacy||!1!==a.legacy&&!r&&!i&&"tspan"!==s&&("text"===s||gv(a,"text")))))){n.isLegacy=!0;var h=function(e,t,n){var r,i,o;if("text"===t)o=e;else{o={},gv(e,"text")&&(o.text=e.text),gv(e,"rich")&&(o.rich=e.rich),gv(e,"textFill")&&(o.fill=e.textFill),gv(e,"textStroke")&&(o.stroke=e.textStroke),gv(e,"fontFamily")&&(o.fontFamily=e.fontFamily),gv(e,"fontSize")&&(o.fontSize=e.fontSize),gv(e,"fontStyle")&&(o.fontStyle=e.fontStyle),gv(e,"fontWeight")&&(o.fontWeight=e.fontWeight),i={type:"text",style:o,silent:!0},r={};var a=gv(e,"textPosition");n?r.position=a?e.textPosition:"inside":a&&(r.position=e.textPosition),gv(e,"textPosition")&&(r.position=e.textPosition),gv(e,"textOffset")&&(r.offset=e.textOffset),gv(e,"textRotation")&&(r.rotation=e.textRotation),gv(e,"textDistance")&&(r.distance=e.textDistance)}return I7(o,e),fX(o.rich,function(e){I7(e,e)}),{textConfig:r,textContent:i}}(a,s,!t);!l&&h.textConfig&&(l=h.textConfig),!c&&h.textContent&&(c=h.textContent)}if(!t&&c){var d=c;d.type||(d.type="text")}var p=t?n[t]:n.normal;p.cfg=l,p.conOpt=c}function PN(e,t){return t?e?e[t]:null:e}function PZ(e,t,n){var r=t&&t.style;return null==r&&n===Pm&&e&&(r=e.styleEmphasis),r}function PF(e,t){var n=e&&e.name;return null!=n?n:"e\0\0"+t}function Pz(e,t){var n=this.context,r=null!=e?n.newChildren[e]:null,i=null!=t?n.oldChildren[t]:null;PE(n.api,i,n.dataIndex,r,n.seriesModel,n.group)}function PV(e){var t=this.context,n=t.oldChildren[e];n&&Ps(n,I5(n).option,t.seriesModel)}function Pj(e){return e&&(e.pathData||e.d)}var P$=function(){function e(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var e=fA.createCanvas();this.canvas=e}return e.prototype.update=function(e,t,n,r,i,o){var a=this._getBrush(),s=this._getGradient(i,"inRange"),l=this._getGradient(i,"outOfRange"),u=this.pointSize+this.blurSize,c=this.canvas,h=c.getContext("2d"),d=e.length;c.width=t,c.height=n;for(var p=0;p<d;++p){var f=e[p],g=f[0],m=f[1],v=r(f[2]);h.globalAlpha=v,h.drawImage(a,g-u,m-u)}if(!c.width||!c.height)return c;for(var y=h.getImageData(0,0,c.width,c.height),x=y.data,b=0,w=x.length,S=this.minOpacity,_=this.maxOpacity-S;b<w;){var v=x[b+3]/256,C=4*Math.floor(255*v);if(v>0){var k=o(v)?s:l;v>0&&(v=v*_+S),x[b++]=k[C],x[b++]=k[C+1],x[b++]=k[C+2],x[b++]=k[C+3]*v*256}else b+=4}return h.putImageData(y,0,0),c},e.prototype._getBrush=function(){var e=this._brushCanvas||(this._brushCanvas=fA.createCanvas()),t=this.pointSize+this.blurSize,n=2*t;e.width=n,e.height=n;var r=e.getContext("2d");return r.clearRect(0,0,n,n),r.shadowOffsetX=n,r.shadowBlur=this.blurSize,r.shadowColor="#000",r.beginPath(),r.arc(-t,t,this.pointSize,0,2*Math.PI,!0),r.closePath(),r.fill(),e},e.prototype._getGradient=function(e,t){for(var n=this._gradientPixels,r=n[t]||(n[t]=new Uint8ClampedArray(1024)),i=[0,0,0,0],o=0,a=0;a<256;a++)e[t](a/255,!0,i),r[o++]=i[0],r[o++]=i[1],r[o++]=i[2],r[o++]=i[3];return r},e}();function PH(e){var t=e.dimensions;return"lng"===t[0]&&"lat"===t[1]}var PW=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.render=function(e,t,n){t.eachComponent("visualMap",function(t){t.eachTargetSeries(function(n){n===e&&(r=t)})}),this._progressiveEls=null,this.group.removeAll();var r,i=e.coordinateSystem;"cartesian2d"===i.type||"calendar"===i.type?this._renderOnCartesianAndCalendar(e,n,0,e.getData().count()):PH(i)&&this._renderOnGeo(i,e,r,n)},t.prototype.incrementalPrepareRender=function(e,t,n){this.group.removeAll()},t.prototype.incrementalRender=function(e,t,n,r){var i=t.coordinateSystem;i&&(PH(i)?this.render(t,n,r):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(t,r,e.start,e.end,!0)))},t.prototype.eachRendered=function(e){kJ(this._progressiveEls||this.group,e)},t.prototype._renderOnCartesianAndCalendar=function(e,t,n,r,i){var o,a,s,l,u=e.coordinateSystem,c=DB(u,"cartesian2d");if(c){var h=u.getAxis("x"),d=u.getAxis("y");o=h.getBandWidth()+.5,a=d.getBandWidth()+.5,s=h.scale.getExtent(),l=d.scale.getExtent()}for(var p=this.group,f=e.getData(),g=e.getModel(["emphasis","itemStyle"]).getItemStyle(),m=e.getModel(["blur","itemStyle"]).getItemStyle(),v=e.getModel(["select","itemStyle"]).getItemStyle(),y=e.get(["itemStyle","borderRadius"]),x=wm(e),b=e.getModel("emphasis"),w=b.get("focus"),S=b.get("blurScope"),_=b.get("disabled"),C=c?[f.mapDimension("x"),f.mapDimension("y"),f.mapDimension("value")]:[f.mapDimension("time"),f.mapDimension("value")],k=n;k<r;k++){var M=void 0,T=f.getItemVisual(k,"style");if(c){var D=f.get(C[0],k),A=f.get(C[1],k);if(isNaN(f.get(C[2],k))||isNaN(D)||isNaN(A)||D<s[0]||D>s[1]||A<l[0]||A>l[1])continue;var I=u.dataToPoint([D,A]);M=new bs({shape:{x:I[0]-o/2,y:I[1]-a/2,width:o,height:a},style:T})}else{if(isNaN(f.get(C[1],k)))continue;M=new bs({z2:1,shape:u.dataToRect([f.get(C[0],k)]).contentShape,style:T})}if(f.hasItemOption){var P=f.getItemModel(k),O=P.getModel("emphasis");g=O.getModel("itemStyle").getItemStyle(),m=P.getModel(["blur","itemStyle"]).getItemStyle(),v=P.getModel(["select","itemStyle"]).getItemStyle(),y=P.get(["itemStyle","borderRadius"]),w=O.get("focus"),S=O.get("blurScope"),_=O.get("disabled"),x=wm(P)}M.shape.r=y;var R=e.getRawValue(k),E="-";R&&null!=R[2]&&(E=R[2]+""),wg(M,x,{labelFetcher:e,labelDataIndex:k,defaultOpacity:T.opacity,defaultText:E}),M.ensureState("emphasis").style=g,M.ensureState("blur").style=m,M.ensureState("select").style=v,b3(M,w,S,_),M.incremental=i,i&&(M.states.emphasis.hoverLayer=!0),p.add(M),f.setItemGraphicEl(k,M),this._progressiveEls&&this._progressiveEls.push(M)}},t.prototype._renderOnGeo=function(e,t,n,r){var i,o,a,s,l,u,c,h=n.targetVisuals.inRange,d=n.targetVisuals.outOfRange,p=t.getData(),f=this._hmLayer||this._hmLayer||new P$;f.blurSize=t.get("blurSize"),f.pointSize=t.get("pointSize"),f.minOpacity=t.get("minOpacity"),f.maxOpacity=t.get("maxOpacity");var g=e.getViewRect().clone(),m=e.getRoamTransform();g.applyTransform(m);var v=Math.max(g.x,0),y=Math.max(g.y,0),x=Math.min(g.width+g.x,r.getWidth()),b=Math.min(g.height+g.y,r.getHeight()),w=x-v,S=b-y,_=[p.mapDimension("lng"),p.mapDimension("lat"),p.mapDimension("value")],C=p.mapArray(_,function(t,n,r){var i=e.dataToPoint([t,n]);return i[0]-=v,i[1]-=y,i.push(r),i}),k=n.getExtent(),M="visualMap.continuous"===n.type?(i=n.option.range,o=k[1]-k[0],i=[(i[0]-k[0])/o,(i[1]-k[0])/o],function(e){return e>=i[0]&&e<=i[1]}):(a=n.getPieceList(),s=n.option.selected,l=k[1]-k[0],u=(a=fK(a,function(e){return{interval:[(e.interval[0]-k[0])/l,(e.interval[1]-k[0])/l]}})).length,c=0,function(e){var t;for(t=c;t<u;t++){var n=a[t].interval;if(n[0]<=e&&e<=n[1]){c=t;break}}if(t===u)for(t=c-1;t>=0;t--){var n=a[t].interval;if(n[0]<=e&&e<=n[1]){c=t;break}}return t>=0&&t<u&&s[t]});f.update(C,w,S,h.color.getNormalizer(),{inRange:h.color.getColorMapper(),outOfRange:d.color.getColorMapper()},M);var T=new x7({style:{width:w,height:S,x:v,y:y,image:f.canvas},silent:!0});this.group.add(T)},t.type="heatmap",t}(k2),PG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.getInitialData=function(e,t){return Dd(null,this,{generateCoord:"value"})},t.prototype.preventIncremental=function(){var e=SX.get(this.get("coordinateSystem"));if(e&&e.dimensions)return"lng"===e.dimensions[0]&&"lat"===e.dimensions[1]},t.type="series.heatmap",t.dependencies=["grid","geo","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},t}(Cc),Pq=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataset",t}return fC(t,e),t.prototype.init=function(t,n,r){e.prototype.init.call(this,t,n,r),this._sourceManager=new _1(this),_2(this)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),_2(this)},t.prototype.optionUpdated=function(){this._sourceManager.dirty()},t.prototype.getSourceManager=function(){return this._sourceManager},t.type="dataset",t.defaultOption={seriesLayoutBy:SP},t}(Sb),PU=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataset",t}return fC(t,e),t.type="dataset",t}(Cy),PY=["x","y","radius","angle","single"],PX=["cartesian2d","polar","singleAxis"];function PK(e){return e+"Axis"}function PQ(e){var t=e.ecModel,n={infoList:[],infoMap:gf()};return e.eachTargetAxis(function(e,r){var i=t.getComponent(PK(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 PJ=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}(),P0=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 fC(t,e),t.prototype.init=function(e,t,n){var r=P1(e);this.settledOption=r,this.mergeDefaultAndTheme(e,n),this._doInit(r)},t.prototype.mergeOption=function(e){var t=P1(e);fH(this.option,e,!0),fH(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;fX([["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=gf();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 fX(PY,function(n){var r=this.getReferringComponents(PK(n),yV);if(r.specified){t=!0;var i=new PJ;fX(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 PJ;if(o.add(i.componentIndex),e.set(n,o),r=!1,"x"===n||"y"===n){var a=i.getReferringComponents("grid",yz).models[0];a&&fX(t,function(e){i.componentIndex!==e.componentIndex&&a===e.getReferringComponents("grid",yz).models[0]&&o.add(e.componentIndex)})}}}r&&fX(PY,function(t){if(r){var i=n.findComponents({mainType:PK(t),filter:function(e){return"category"===e.get("type",!0)}});if(i[0]){var o=new PJ;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");fX([["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(PK(t),n))},this),e},t.prototype.eachTargetAxis=function(e,t){this._targetAxisInfoMap.each(function(n,r){fX(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(PK(e),t)},t.prototype.setRawRange=function(e){var t=this.option,n=this.settledOption;fX([["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;fX(["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}(Sb);function P1(e){var t={};return fX(["start","end","startValue","endValue","throttle"],function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t}var P2=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.type="dataZoom.inside",t.defaultOption=wF(P0.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),t}(P0),P5=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.render=function(e,t,n,r){this.dataZoomModel=e,this.ecModel=t,this.api=n},t.type="dataZoom",t}(Cy);function P3(e,t,n,r,i,o){e=e||0;var a,s=n[1]-n[0];if(null!=i&&(i=P8(i,[0,s])),null!=o&&(o=Math.max(o,null!=i?i:0)),"all"===r){var l=Math.abs(t[1]-t[0]);l=P8(l,[0,s]),i=o=P8(l,[i,o]),r=0}t[0]=P8(t[0],n),t[1]=P8(t[1],n);var u=P4(t,r);t[r]+=e;var c=i||0,h=n.slice();return u.sign<0?h[0]+=c:h[1]-=c,t[r]=P8(t[r],h),a=P4(t,r),null!=i&&(a.sign!==u.sign||a.span<i)&&(t[1-r]=t[r]+u.sign*i),a=P4(t,r),null!=o&&a.span>o&&(t[1-r]=t[r]+a.sign*o),t}function P4(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 P8(e,t){return Math.min(null!=t[1]?t[1]:1/0,Math.max(null!=t[0]?t[0]:-1/0,e))}var P6="\0_ec_interaction_mutex";function P9(e){return e[P6]||(e[P6]={})}TH({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},gy);var P7=function(e){function t(t){var n=e.call(this)||this;n._zr=t;var r=f1(n._mousedownHandler,n),i=f1(n._mousemoveHandler,n),o=f1(n._mouseupHandler,n),a=f1(n._mousewheelHandler,n),s=f1(n._pinchHandler,n);return n.enable=function(e,n){this.disable(),this._opt=fG(f$(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 fC(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(!g1(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&&On("moveOnMouseMove",e,this._opt)&&"pinch"!==e.gestureEvent&&!P9(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&&g0(e.event),Ot(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){g1(e)||(this._dragging=!1)},t.prototype._mousewheelHandler=function(e){var t=On("zoomOnMouseWheel",e,this._opt),n=On("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;Oe(this,"zoom","zoomOnMouseWheel",e,{scale:r>0?s:1/s,originX:o,originY:a,isAvailableBehavior:null})}if(n){var l=Math.abs(r);Oe(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(!P9(this._zr).globalPan){var t=e.pinchScale>1?1.1:1/1.1;Oe(this,"zoom",null,e,{scale:t,originX:e.pinchX,originY:e.pinchY,isAvailableBehavior:null})}},t}(gL);function Oe(e,t,n,r,i){e.pointerChecker&&e.pointerChecker(r,i.originX,i.originY)&&(g0(r.event),Ot(e,t,n,r,i))}function Ot(e,t,n,r,i){i.isAvailableBehavior=f1(On,null,n,r),e.trigger(t,i)}function On(e,t,n){var r=n[e];return!e||r&&(!f4(r)||t.event[r+"Key"])}var Or=yB();function Oi(e,t){if(t){e.removeKey(t.model.uid);var n=t.controller;n&&n.dispose()}}function Oo(e,t){e.isDisposed()||e.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:t})}function Oa(e,t,n,r){return e.coordinateSystem.containPoint([n,r])}var Os=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataZoom.inside",t}return fC(t,e),t.prototype.render=function(t,n,r){if(e.prototype.render.apply(this,arguments),t.noTarget()){this._clear();return}this.range=t.getPercentRange(),function(e,t,n){Or(e).coordSysRecordMap.each(function(e){var r=e.dataZoomInfoMap.get(t.uid);r&&(r.getRange=n)})}(r,t,{pan:f1(Ol.pan,this),zoom:f1(Ol.zoom,this),scrollMove:f1(Ol.scrollMove,this)})},t.prototype.dispose=function(){this._clear(),e.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){(function(e,t){for(var n=Or(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||Oi(n,a))}}})(this.api,this.dataZoomModel),this.range=null},t.type="dataZoom.inside",t}(P5),Ol={zoom:function(e,t,n,r){var i=this.range,o=i.slice(),a=e.axisModels[0];if(a){var s=Oc[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(P3(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,i[0]!==o[0]||i[1]!==o[1])return o}},pan:Ou(function(e,t,n,r,i,o){var a=Oc[r]([o.oldX,o.oldY],[o.newX,o.newY],t,i,n);return a.signal*(e[1]-e[0])*a.pixel/a.pixelLength}),scrollMove:Ou(function(e,t,n,r,i,o){return Oc[r]([0,0],[o.scrollDelta,o.scrollDelta],t,i,n).signal*(e[1]-e[0])*o.scrollDelta})};function Ou(e){return function(t,n,r,i){var o=this.range,a=o.slice(),s=t.axisModels[0];if(s&&(P3(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 Oc={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}},Oh=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(fq(PX,t.get("coordinateSystem"))>=0){var n=PK(this._dimName),r=t.getReferringComponents(n,yz).models[0];r&&this._axisIndex===r.componentIndex&&e.push(t)}},this),e},e.prototype.getAxisModel=function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},e.prototype.getMinMaxSpan=function(){return f$(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=[];fX(["start","end"],function(l,u){var c=e[l],h=e[l+"Value"];"percent"===i[u]?(null==c&&(c=o[u]),h=r.parse(yl(c,o,n))):(t=!0,c=yl(h=null==h?n[u]:r.parse(h),n,o)),s[u]=null==h||isNaN(h)?n[u]:h,a[u]=null==c||isNaN(c)?o[u]:c}),yh(s),yh(a);var l=this._minMaxSpan;function u(e,t,n,i,o){var a=o?"Span":"ValueSpan";P3(0,e,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)t[s]=yl(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],fX(a,function(e){var t;(t=e.getData())&&fX(Iu(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=It((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&&fX(r,function(e){var t=e.getData(),r=t.mapDimensionsAll(n);if(r.length){if("weakFilter"===i){var a=t.getStore(),s=fK(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),h=u<o[0],d=u>o[1];if(c&&!h&&!d)return!0;c&&(i=!0),h&&(t=!0),d&&(n=!0)}return i&&t&&n})}else fX(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)}});fX(r,function(e){t.setApproximateExtent(o,e)})}})}},e.prototype._updateMinMaxSpan=function(){var e=this._minMaxSpan={},t=this._dataZoomModel,n=this._dataExtent;fX(["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=yl(n[0]+o,n,[0,100],!0):null!=i&&(o=yl(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=yp(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 Od={getTargetSeries:function(e){function t(t){e.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(r,i){var o=e.getComponent(PK(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 Oh(t,r,o,e),n.push(i.__dzAxisProxy))});var r=gf();return fX(n,function(e){fX(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 Op=!1;function Of(e){!Op&&(Op=!0,e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,Od),function(e){e.registerAction("dataZoom",function(e,t){fX(function(e,t){var n,r=gf(),i=[],o=gf();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),function(e){e.eachTargetAxis(function(e,t){(r.get(e)||r.set(e,[]))[t]=!0})}(e)}return i}(t,e),function(t){t.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})})})}(e),e.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function Og(e){Of(e),e.registerComponentModel(P2),e.registerComponentView(Os),function(e){e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,function(e,t){var n=Or(t),r=n.coordSysRecordMap||(n.coordSysRecordMap=gf());r.each(function(e){e.dataZoomInfoMap=null}),e.eachComponent({mainType:"dataZoom",subType:"inside"},function(e){fX(PQ(e).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:f2(Oa,i),dispatchAction:f2(Oo,t),dataZoomInfoMap:null,controller:null}).controller=new P7(t.getZr()),fX(["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=gf())).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){Oi(r,e);return}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),Mn(e,"dispatchAction",a.model.get("throttle",!0),"fixRate")})})}(e)}var Om=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.type="dataZoom.slider",t.layoutMode="box",t.defaultOption=wF(P0.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}(P0),Ov="horizontal",Oy="vertical",Ox=["line","bar","candlestick","scatter"],Ob={easing:"cubicOut",duration:100,delay:0},Ow=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._displayables={},n}return fC(t,e),t.prototype.init=function(e,t){this.api=t,this._onBrush=f1(this._onBrush,this),this._onBrushEnd=f1(this._onBrushEnd,this)},t.prototype.render=function(t,n,r,i){if(e.prototype.render.apply(this,arguments),Mn(this,"_dispatchZoomAction",t.get("throttle"),"fixRate"),this._orient=t.getOrient(),!1===t.get("show")){this.group.removeAll();return}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(){Mr(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 yr;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===Ov?{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=Sy(e.option);fX(["right","top","width","height"],function(e){"ph"===a[e]&&(a[e]=o[e])});var s=Sf(a,i);this._location={x:s.x,y:s.y},this._size=[s.width,s.height],this._orient===Oy&&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!==Ov||i?n===Ov&&i?{scaleY:a?1:-1,scaleX:-1}:n!==Oy||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 bs({silent:!0,shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:e.get("backgroundColor")},z2:-40}));var i=new bs({shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:"transparent"},z2:0,onclick:f1(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),h=(c[1]-c[0])*.3;c=[c[0]-h,c[1]+h];var d=[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:yl(e,c,d,!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 yr,r=new C7({shape:{points:s},segmentIgnoreThreshold:1,style:t.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),i=new kn({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){fX(t.getAxisProxy(i,o).getTargetSeriesModels(),function(t){if(!(e||!0!==n&&0>fq(Ox,t.get("type")))){var a,s=r.getComponent(PK(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 bs({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});i.add(c),i.add(new bs({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)"}})),fX([0,1],function(t){var o=a.get("handleIcon");!MW[o]&&0>o.indexOf("path://")&&0>o.indexOf("image://")&&(o="path://"+o);var s=MU(o,-1,0,2,2,null,!0);s.attr({cursor:OS(this._orient),draggable:!0,drift:f1(this._onDragMove,this,t),ondragend:f1(this._onDragEnd,this),onmouseover:f1(this._showDataInfo,this,!0),onmouseout:f1(this._showDataInfo,this,!1),z2:5});var l=s.getBoundingRect(),u=a.get("handleSize");this._handleHeight=yu(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(),b5(s);var c=a.get("handleColor");null!=c&&(s.style.fill=c),i.add(n[t]=s);var h=a.getModel("textStyle");e.add(r[t]=new bw({silent:!0,invisible:!0,style:wv(h,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:h.getTextColor(),font:h.getFont()}),z2:10}))},this);var h=c;if(u){var d=yu(a.get("moveHandleSize"),o[1]),p=t.moveHandle=new bs({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:d}}),f=.8*d,g=t.moveHandleIcon=MU(a.get("moveHandleIcon"),-f/2,-f/2,f,f,"#fff",!0);g.silent=!0,g.y=o[1]+d/2-.5,p.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var m=Math.min(o[1]/2,Math.max(d,10));(h=t.moveZone=new bs({invisible:!0,shape:{y:o[1]-m,height:d+m}})).on("mouseover",function(){s.enterEmphasis(p)}).on("mouseout",function(){s.leaveEmphasis(p)}),i.add(p),i.add(g),i.add(h)}h.attr({draggable:!0,cursor:OS(this._orient),drift:f1(this._onDragMove,this,"all"),ondragstart:f1(this._showDataInfo,this,!0),ondragend:f1(this._onDragEnd,this),onmouseover:f1(this._showDataInfo,this,!0),onmouseout:f1(this._showDataInfo,this,!1)})},t.prototype._resetInterval=function(){var e=this._range=this.dataZoomModel.getPercentRange(),t=this._getViewExtent();this._handleEnds=[yl(e[0],[0,100],t,!0),yl(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];P3(t,r,i,n.get("zoomLock")?"all":e,null!=o.minSpan?yl(o.minSpan,a,i,!0):null,null!=o.maxSpan?yl(o.maxSpan,a,i,!0):null);var s=this._range,l=this._range=yh([yl(r[0],i,a,!0),yl(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=yh(n.slice()),i=this._size;fX([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 bs,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=yh(this._handleEnds.slice());function h(e){var t=kj(n.handles[e].parent,this.group),a=kH(0===e?"right":"left",t),s=this._handleWidth/2+5,l=k$([c[e]+(0===e?-s:s),this._size[1]/2],t);r[e].setStyle({x:l[0],y:l[1],verticalAlign:i===Ov?"middle":a,align:i===Ov?a:"center",text:o[e]})}h.call(this,0),h.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 f3(r)?r(e,o):f4(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,g0(r.event);var i=k$([t,n],this._displayables.sliderGroup.getLocalTransform(),!0),o=this._updateInterval(e,i[0]),a=this.dataZoomModel.get("realtime");this._updateView(!a),o&&a&&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 mt(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=yh([yl(n.x,r,i,!0),yl(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&&(g0(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 bs({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?Ob:null,start:t[0],end:t[1]})},t.prototype._findCoordRect=function(){var e,t=PQ(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}(P5);function OS(e){return"vertical"===e?"ns-resize":"ew-resize"}function O_(e){e.registerComponentModel(Om),e.registerComponentView(Ow),Of(e)}var OC=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 fC(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"]),f5(t)&&fX(t,function(e,r){var i;f4(e)&&(e={type:e}),t[r]=fH(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&&yR(r)&&t.push(r.name)}),this._availableNames=n;var r=this.get("data")||t,i=gf(),o=fK(r,function(e){return((f4(e)||f6(e))&&(e={name:e}),i.get(e.name))?null:(i.set(e.name,!0),new wB(e,this,this.ecModel))},this);this._data=fJ(o,function(e){return!!e})},t.prototype.getData=function(){return this._data},t.prototype.select=function(e){var t=this.option.selected;"single"===this.get("selectedMode")&&fX(this._data,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;fX(e,function(e){t[e.get("name",!0)]=!0})},t.prototype.inverseSelect=function(){var e=this._data,t=this.option.selected;fX(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])&&fq(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}(Sb);function Ok(e,t){var n=gs(t.get("padding")),r=t.getItemStyle(["color","opacity"]);return r.fill=t.get("backgroundColor"),e=new bs({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 OM=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.newlineDisabled=!1,n}return fC(t,e),t.prototype.init=function(){this.group.add(this._contentGroup=new yr),this.group.add(this._selectorGroup=new yr),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"),h=Sf(l,u,c),d=this.layoutInner(e,i,h,r,a,s),p=Sf(fG({width:d.width,height:d.height},l),u,c);this.group.x=p.x-d.x,this.group.y=p.y-d.y,this.group.markRedraw(),this.group.add(this._backgroundEl=Ok(d,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=gf(),u=t.get("selectedMode"),c=[];n.eachRawSeries(function(e){e.get("legendHoverLink")||c.push(e.id)}),fX(t.getData(),function(i,o){var a=i.get("name");if(!this.newlineDisabled&&(""===a||"\n"===a)){var h=new yr;h.newline=!0,s.add(h);return}var d=n.getSeriesByName(a)[0];if(!l.get(a)){if(d){var p=d.getData(),f=p.getVisual("legendLineStyle")||{},g=p.getVisual("legendIcon"),m=p.getVisual("style"),v=this._createItem(d,a,o,i,t,e,f,m,g,u,r);v.on("click",f2(OT,a,null,r,c)).on("mouseover",f2(OA,d.name,null,r,c)).on("mouseout",f2(OI,d.name,null,r,c)),n.ssr&&v.eachChild(function(e){var t=bS(e);t.seriesIndex=d.seriesIndex,t.dataIndex=o,t.ssrType="legend"}),l.set(a,!0)}else n.eachRawSeries(function(s){if(!l.get(a)&&s.legendVisualProvider){var h=s.legendVisualProvider;if(h.containName(a)){var d=h.indexOfName(a),p=h.getItemVisual(d,"style"),f=h.getItemVisual(d,"legendIcon"),g=vt(p.fill);g&&0===g[3]&&(g[3]=.2,p=fW(fW({},p),{fill:vs(g,"rgba")}));var m=this._createItem(s,a,o,i,t,e,{},p,f,u,r);m.on("click",f2(OT,null,a,r,c)).on("mouseover",f2(OA,null,a,r,c)).on("mouseout",f2(OI,null,a,r,c)),n.ssr&&m.eachChild(function(e){var t=bS(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();fX(e,function(e){var r=e.type,i=new bw({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===r?"legendAllSelect":"legendInverseSelect"})}});o.add(i),wg(i,{normal:t.getModel("selectorLabel"),emphasis:t.getModel(["emphasis","selectorLabel"])},{defaultText:e.title}),b5(i)})},t.prototype._createItem=function(e,t,n,r,i,o,a,s,l,u,c){var h=e.visualDrawType,d=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)),fX(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",h=l.getShallow("decal");u.decal=h&&"inherit"!==h?Th(h,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 d=t.getModel("lineStyle"),p=d.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=d.get("inactiveColor"),p.lineWidth=d.get("inactiveWidth")}return{itemStyle:u,lineStyle:p}}(l=v||l||"roundRect",r,a,s,h,f,c),x=new yr,b=r.getModel("textStyle");if(f3(e.getLegendIcon)&&(!v||"inherit"===v))x.add(e.getLegendIcon({itemWidth:d,itemHeight:p,icon:l,iconRotate:g,itemStyle:y.itemStyle,lineStyle:y.lineStyle,symbolKeepAspect:m}));else{var w,S,_,C="inherit"===v&&e.getData().getVisual("symbol")?"inherit"===g?e.getData().getVisual("symbolRotate"):g:0;x.add(((_=MU(S=(w={itemWidth:d,itemHeight:p,icon:l,iconRotate:C,itemStyle:y.itemStyle,lineStyle:y.lineStyle,symbolKeepAspect:m}).icon||"roundRect",0,0,w.itemWidth,w.itemHeight,w.itemStyle.fill,w.symbolKeepAspect)).setStyle(w.itemStyle),_.rotation=(w.iconRotate||0)*Math.PI/180,_.setOrigin([w.itemWidth/2,w.itemHeight/2]),S.indexOf("empty")>-1&&(_.style.stroke=_.style.fill,_.style.fill="#fff",_.style.lineWidth=2),_))}var k=i.get("formatter"),M=t;f4(k)&&k?M=k.replace("{name}",null!=t?t:""):f3(k)&&(M=k(t));var T=f?b.getTextColor():r.get("inactiveColor");x.add(new bw({style:wv(b,{text:M,x:"left"===o?d+5:-5,y:p/2,fill:T,align:o,verticalAlign:"middle"},{inheritColor:T})}));var D=new bs({shape:x.getBoundingRect(),style:{fill:"transparent"}}),A=r.getModel("tooltip");return A.get("show")&&kK({el:D,componentModel:i,itemName:t,itemTooltipOption:A.option}),x.add(D),x.eachChild(function(e){e.silent=!0}),D.silent=!u,this.getContentGroup().add(x),b5(x),x.__legendDataIndex=n,x},t.prototype.layoutInner=function(e,t,n,r,i,o){var a=this.getContentGroup(),s=this.getSelectorGroup();Sp(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();Sp("horizontal",s,e.get("selectorItemGap",!0));var c=s.getBoundingRect(),h=[-c.x,-c.y],d=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?h[p]+=l[f]+d:u[p]+=c[f]+d,h[1-p]+=l[g]/2-c[g]/2,s.x=h[0],s.y=h[1],a.x=u[0],a.y=u[1];var v={x:0,y:0};return v[f]=l[f]+d+c[f],v[g]=Math.max(l[g],c[g]),v[m]=Math.min(0,c[m]+h[1-p]),v},t.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},t.type="legend.plain",t}(Cy);function OT(e,t,n,r){OI(e,t,n,r),n.dispatchAction({type:"legendToggleSelect",name:null!=e?e:t}),OA(e,t,n,r)}function OD(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 OA(e,t,n,r){OD(n)||n.dispatchAction({type:"highlight",seriesName:e,name:t,excludeSeriesId:r})}function OI(e,t,n,r){OD(n)||n.dispatchAction({type:"downplay",seriesName:e,name:t,excludeSeriesId:r})}function OP(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 OO(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)),fX(n.getData(),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 OR(e){e.registerComponentModel(OC),e.registerComponentView(OM),e.registerProcessor(e.PRIORITY.PROCESSOR.SERIES_FILTER,OP),e.registerSubTypeDefaulter("legend",function(){return"plain"}),e.registerAction("legendToggleSelect","legendselectchanged",f2(OO,"toggleSelected")),e.registerAction("legendAllSelect","legendselectall",f2(OO,"allSelect")),e.registerAction("legendInverseSelect","legendinverseselect",f2(OO,"inverseSelect")),e.registerAction("legendSelect","legendselected",f2(OO,"select")),e.registerAction("legendUnSelect","legendunselected",f2(OO,"unSelect"))}var OE=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.setScrollDataIndex=function(e){this.option.scrollDataIndex=e},t.prototype.init=function(t,n,r){var i=Sy(t);e.prototype.init.call(this,t,n,r),OL(this,t,i)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),OL(this,this.option,t)},t.type="legend.scroll",t.defaultOption=wF(OC.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}(OC);function OL(e,t,n){var r=e.getOrient(),i=[1,1];i[r.index]=0,Sv(t,n,{type:"box",ignoreSize:!!i})}var OB=["width","height"],ON=["x","y"],OZ=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 fC(t,e),t.prototype.init=function(){e.prototype.init.call(this),this.group.add(this._containerGroup=new yr),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new yr)},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),h=f5(c)?c:[c,c];p("pagePrev",0);var d=n.getModel("pageTextStyle");function p(e,t){var r=kU(n.get("pageIcons",!0)[n.getOrient().name][t],{onclick:f1(l._pageGo,l,e+"DataIndex",n,i)},{x:-h[0]/2,y:-h[1]/2,width:h[0],height:h[1]});r.name=e,u.add(r)}u.add(new bw({name:"pageText",style:{text:"xx/xx",fill:d.getTextColor(),font:d.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=OB[s],u=ON[s],c=OB[1-s],h=ON[1-s];i&&Sp("horizontal",a,e.get("selectorItemGap",!0));var d=e.get("selectorButtonGap",!0),p=a.getBoundingRect(),f=[-p.x,-p.y],g=f$(n);i&&(g[l]=n[l]-p[l]-d);var m=this._layoutContentAndController(e,r,g,s,l,c,h,u);if(i){if("end"===o)f[s]+=m[l]+d;else{var v=p[l]+d;f[s]-=v,m[u]-=v}m[l]+=p[l]+d,f[1-s]+=m[h]+m[c]/2-p[c]/2,m[c]=Math.max(m[c],p[c]),m[h]=Math.min(m[h],p[h]+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;Sp(e.get("orient"),l,e.get("itemGap"),r?n.width:null,r?null:n.height),Sp("horizontal",c,e.get("pageButtonItemGap",!0));var h=l.getBoundingRect(),d=c.getBoundingRect(),p=this._showController=h[i]>n[i],f=[-h.x,-h.y];t||(f[r]=l[s]);var g=[0,0],m=[-d.x,-d.y],v=gi(e.get("pageButtonGap",!0),e.get("itemGap",!0));p&&("end"===e.get("pageButtonPosition",!0)?m[r]+=n[i]-d[i]:g[r]+=d[i]+v),m[1-r]+=h[o]/2-d[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(m);var y={x:0,y:0};if(y[i]=p?n[i]:h[i],y[o]=Math.max(h[o],d[o]),y[a]=Math.min(0,d[a]+m[1-r]),u.__rectSize=n[i],p){var x={x:0,y:0};x[i]=Math.max(n[i]-d[i]-v,0),x[o]=y[o],u.setClipPath(new bs({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&&wo(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;fX(["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",f4(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=OB[i],a=ON[i],s=this._findTargetItemIndex(t),l=n.children(),u=l[s],c=l.length,h=+!!c,d={contentPosition:[n.x,n.y],pageCount:h,pageIndex:h-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return d;var p=y(u);d.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==d.pageNextDataIndex&&(d.pageNextDataIndex=g.i),++d.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==d.pagePrevDataIndex&&(d.pagePrevDataIndex=g.i),++d.pageCount,++d.pageIndex),g=v;return d;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}(OM);function OF(e){TX(OR),e.registerComponentModel(OE),e.registerComponentView(OZ),function(e){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)})})}(e)}var Oz=yB();function OV(e,t,n,r){!function e(t,n){if(!(f9(t)&&f9(n)))return t===n;var r=!0;return fX(n,function(n,i){r=r&&e(t[i],n)}),!!r}(Oz(n).lastProp,r)&&(Oz(n).lastProp=r,t?wo(n,r,e):(n.stopAnimation(),n.attr(r)))}function Oj(e,t){e[t.get(["label","show"])?"show":"hide"]()}function O$(e){return{x:e.x||0,y:e.y||0,rotation:e.rotation||0}}function OH(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 OW(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:Ia(t,{value:e}),axisDimension:t.dim,axisIndex:t.index,seriesData:[]};fX(r,function(e){var t=n.getSeriesByIndex(e.seriesIndex),r=e.dataIndexInside,i=t&&t.getDataParams(r);i&&s.seriesData.push(i)}),f4(a)?o=a.replace("{value}",o):f3(a)&&(o=a(s))}return o}function OG(e,t,n){var r=g4();return g7(r,r,n.rotation),g9(r,r,n.position),k$([e.dataToCoord(t),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],r)}var Oq=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.makeElOption=function(e,t,n,r,i){var o,a,s,l,u,c,h,d,p,f,g,m,v,y,x,b,w,S,_,C=n.axis,k=C.grid,M=r.get("type"),T=OU(k,C).getOtherAxis(C).getGlobalExtent(),D=C.toGlobalCoord(C.dataToCoord(t,!0));if(M&&"none"!==M){var A,I,P,O=(I=r.get("type"),P=r.getModel(I+"Style"),"line"===I?(A=P.getLineStyle()).fill=null:"shadow"===I&&((A=P.getAreaStyle()).stroke=null),A),R=OY[M](C,D,T);R.style=O,e.graphicKey=R.type,e.pointer=R}var E=IC(k.model,n);h=IR.innerTextLayout(E.rotation,0,E.labelDirection),E.labelMargin=r.get(["label","margin"]),d={position:OG(n.axis,t,E),align:h.textAlign,verticalAlign:h.textVerticalAlign},p=OW(r.get("value"),n.axis,n.ecModel,r.get("seriesDataIndices"),{precision:r.get(["label","precision"]),formatter:r.get(["label","formatter"])}),g=gs((f=r.getModel("label")).get("padding")||0),v=vQ(p,m=f.getFont()),y=d.position,x=v.width+g[1]+g[3],b=v.height+g[0]+g[2],"right"===(w=d.align)&&(y[0]-=x),"center"===w&&(y[0]-=x/2),"bottom"===(S=d.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),(_=f.get("backgroundColor"))&&"auto"!==_||(_=n.get(["axisLine","lineStyle","color"])),e.label={x:y[0],y:y[1],style:wv(f,{text:p,font:m,fill:f.getTextColor(),padding:g,backgroundColor:_}),z2:10}},t.prototype.getHandleTransform=function(e,t,n){var r=IC(t.axis.grid.model,t,{labelInside:!1});r.labelMargin=n.get(["handle","margin"]);var i=OG(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=OU(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,h=[c,c];return h[l]=u[l],{x:u[0],y:u[1],rotation:e.rotation,cursorPoint:h,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 h=f2(OV,t,c);this.updatePointerEl(a,l,h),this.updateLabelEl(a,l,h,t)}else a=this._group=new yr,this.createPointerEl(a,l,e,t),this.createLabelEl(a,l,e,t),n.getZr().add(a);OH(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=Iz(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=Oz(e).pointerEl=new eG[i.type](f$(t.pointer));e.add(o)}},e.prototype.createLabelEl=function(e,t,n,r){if(t.label){var i=Oz(e).labelEl=new bw(f$(t.label));e.add(i),Oj(i,r)}},e.prototype.updatePointerEl=function(e,t,n){var r=Oz(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=Oz(e).labelEl;i&&(i.setStyle(t.label.style),n(i,{x:t.label.x,y:t.label.y}),Oj(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=kU(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(e){g0(e.event)},onmousedown:f1(this._onHandleDragMove,this,0,0),drift:f1(this._onHandleDragMove,this),ondragend:f1(this._onHandleDragEnd,this)}),r.add(i)),OH(i,n,!1),i.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");f5(s)||(s=[s,s]),i.scaleX=s[0]/2,i.scaleY=s[1]/2,Mn(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,t)}},e.prototype._moveHandleToValue=function(e,t){OV(this._axisPointerModel,!t&&this._moveAnimation,this._handle,O$(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(O$(n),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=r,n.stopAnimation(),n.attr(O$(r)),Oz(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),Mr(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 OU(e,t){var n={};return n[t.dim+"AxisIndex"]=t.index,e.getCartesian(n)}var OY={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=OX(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=OX(e))||0],y:r[1-o],width:i[o],height:i[1-o]})}}};function OX(e){return+("x"!==e.dim)}var OK=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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}(Sb),OQ=yB();function OJ(e,t,n){if(!fM.node){var r=t.getZr();OQ(r).records||(OQ(r).records={}),function(e,t){!OQ(e).initialized&&(OQ(e).initialized=!0,n("click",f2(O1,"click")),n("mousemove",f2(O1,"mousemove")),n("globalout",O0));function n(n,r){e.on(n,function(n){var i,o,a,s,l,u,c,h,d=(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});fX(OQ(e).records,function(e){e&&r(e,n,d.dispatchAction)}),s=d.pendings,l=t,c=s.showTip.length,h=s.hideTip.length,c?u=s.showTip[c-1]:h&&(u=s.hideTip[h-1]),u&&(u.dispatchAction=null,l.dispatchAction(u))})}}(r,t),(OQ(r).records[e]||(OQ(r).records[e]={})).handler=n}}function O0(e,t,n){e.handler("leave",null,n)}function O1(e,t,n,r){t.handler(e,n,r)}function O2(e,t){if(!fM.node){var n=t.getZr();(OQ(n).records||{})[e]&&(OQ(n).records[e]=null)}}var O5=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.render=function(e,t,n){var r=t.getComponent("tooltip"),i=e.get("triggerOn")||r&&r.get("triggerOn")||"mousemove|click";OJ("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){O2("axisPointer",t)},t.prototype.dispose=function(e,t){O2("axisPointer",t)},t.type="axisPointer",t}(Cy);function O3(e,t){var n,r=[],i=e.seriesIndex;if(null==i||!(n=t.getSeriesByIndex(i)))return{point:[]};var o=n.getData(),a=yL(o,e);if(null==a||a<0||f5(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,h=u.dim,d=+("x"===c||"radius"===c),p=o.mapDimension(h),f=[];f[d]=o.get(p,a),f[1-d]=o.get(o.getCalculationInfo("stackResultDimension"),a),r=l.dataToPoint(f)||[]}else r=l.dataToPoint(o.getValues(fK(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 O4=yB();function O8(e,t,n){var r=e.currTrigger,i=[e.x,e.y],o=e.dispatchAction||f1(n.dispatchAction,n),a=t.getComponent("axisPointer").coordSysAxesInfo;if(a){Rt(i)&&(i=O3({seriesIndex:e.seriesIndex,dataIndex:e.dataIndex},t).point);var s,l,u,c,h,d,p,f,g,m,v,y,x=Rt(i),b=e.axesInfo,w=a.axesInfo,S="leave"===r||Rt(i),_={},C={},k={list:[],map:{}},M={showPointer:f2(O9,C),showTooltip:f2(O7,k)};fX(a.coordSysMap,function(e,t){var n=x||e.containPoint(i);fX(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}}(b,e);if(!S&&n&&(!b||o)){var a=o&&o.value;null!=a||x||(a=r.pointToData(i)),null!=a&&O6(e,a,M,!1,_)}})});var T={};return fX(w,function(e,t){var n=e.linkGroup;n&&!C[t]&&fX(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,Re(t),Re(e)))),T[e.key]=o}})}),fX(T,function(e,t){O6(w[t],e,M,!0,_)}),s=C,l=w,u=_.axesInfo=[],fX(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(Rt(t)||!e.list.length){r({type:"hideTip"});return}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=w,h=0,p=(d=n).getZr(),f="axisPointerLastHighlights",g=O4(p)[f]||{},m=O4(p)[f]={},fX(c,function(e,t){var n=e.axisPointerModel.option;"show"===n.status&&e.triggerEmphasis&&fX(n.seriesDataIndices,function(e){m[e.seriesIndex+" | "+e.dataIndex]=e})}),v=[],y=[],fX(g,function(e,t){m[t]||y.push(e)}),fX(m,function(e,t){g[t]||v.push(e)}),y.length&&d.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:y}),v.length&&d.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:v}),_}}function O6(e,t,n,r,i){var o=e.axis;if(!o.scale.isBlank()&&o.containData(t)){if(!e.involveSeries){n.showPointer(e,t);return}var a,s,l,u,c,h,d,p,f=(a=t,u=(l=(s=e).axis).dim,c=a,h=[],d=Number.MAX_VALUE,p=-1,fX(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<=d&&((f<d||s>=0&&p<0)&&(d=f,p=s,c=n,h.length=0),fX(r,function(t){h.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})}))}}),{payloadBatch:h,snapToValue:c}),g=f.payloadBatch,m=f.snapToValue;g[0]&&null==i.seriesIndex&&fW(i,g[0]),!r&&e.snap&&o.containData(m)&&null!=m&&(t=m),n.showPointer(e,t,g),n.showTooltip(e,f,m)}}function O9(e,t,n,r){e[t.key]={value:n,payloadBatch:r}}function O7(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=Ij(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 Re(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 Rt(e){return!e||null==e[0]||isNaN(e[0])||null==e[1]||isNaN(e[1])}function Rn(e){IH.registerAxisPointerClass("CartesianAxisPointer",Oq),e.registerComponentModel(OK),e.registerComponentView(O5),e.registerPreprocessor(function(e){if(e){e.axisPointer&&0!==e.axisPointer.length||(e.axisPointer={});var t=e.axisPointer.link;t&&!f5(t)&&(e.axisPointer.link=[t])}}),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,function(e,t){var n,r,i,o,a,s,l,u;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=[],fX(o.getCoordinateSystems(),function(e){if(e.axisPointerEnabled){var t=Ij(e.model),n=r.coordSysAxesInfo[t]={};r.coordSysMap[t]=e;var o=e.model.getModel("tooltip",a);if(fX(e.getAxes(),f2(p,!1,null)),e.getTooltipAxes&&a&&o.get("show")){var c="axis"===o.get("trigger"),h="cross"===o.get(["axisPointer","type"]),d=e.getTooltipAxes(o.get(["axisPointer","axis"]));(c||h)&&fX(d.baseAxes,f2(p,!h||"cross",c)),h&&fX(d.otherAxes,f2(p,"cross",!1))}}function p(t,a,c){var h=c.model.getModel("axisPointer",s),d=h.get("show");if(d&&("auto"!==d||t||IV(h))){null==a&&(a=h.get("triggerTooltip"));var p=(h=t?function(e,t,n,r,i,o){var a=t.getModel("axisPointer"),s={};fX(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(e){s[e]=f$(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&&fG(l,c.textStyle)}}return e.model.getModel("axisPointer",new wB(s,n,r))}(c,o,s,i,t,a):h).get("snap"),f=h.get("triggerEmphasis"),g=Ij(c.model),m=a||p||"category"===c.type,v=r.axesInfo[g]={key:g,axis:c,coordSys:e,axisPointerModel:h,triggerTooltip:a,triggerEmphasis:f,involveSeries:m,snap:p,useHandle:IV(h),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(IF(o[r+"AxisId"],n.id)||IF(o[r+"AxisIndex"],n.componentIndex)||IF(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&&function(e,t){t.eachSeries(function(t){var n=t.coordinateSystem,r=t.get(["tooltip","trigger"],!0),i=t.get(["tooltip","show"],!0);n&&"none"!==r&&!1!==r&&"item"!==r&&!1!==i&&!1!==t.get(["axisPointer","show"],!0)&&fX(e.coordSysAxesInfo[Ij(n.model)],function(e){var r=e.axis;n.getAxis(r.dim)===r&&(e.seriesModels.push(t),null==e.seriesDataCount&&(e.seriesDataCount=0),e.seriesDataCount+=t.getData().count())})})}(n,e),n)}),e.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},O8)}var Rr=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 fC(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}(Sb),Ri=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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=gi(e.get("textBaseline"),e.get("textVerticalAlign")),l=new bw({style:wv(i,{text:e.get("text"),fill:i.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=e.get("subtext"),h=new bw({style:wv(o,{text:c,fill:o.getTextColor(),y:u.height+e.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),d=e.get("link"),p=e.get("sublink"),f=e.get("triggerEvent",!0);l.silent=!d&&!f,h.silent=!p&&!f,d&&l.on("click",function(){Sc(d,"_"+e.get("target"))}),p&&h.on("click",function(){Sc(p,"_"+e.get("subtarget"))}),bS(l).eventData=bS(h).eventData=f?{componentType:"title",componentIndex:e.componentIndex}:null,r.add(l),c&&r.add(h);var g=r.getBoundingRect(),m=e.getBoxLayoutParams();m.width=g.width,m.height=g.height;var v=Sf(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),h.setStyle(y),g=r.getBoundingRect();var x=v.margin,b=e.getItemStyle(["color","opacity"]);b.fill=e.get("backgroundColor");var w=new bs({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}(Cy),Ro=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.type="dataZoom.select",t}(P0),Ra=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.type="dataZoom.select",t}(P5);function Rs(e){e.registerComponentModel(Ro),e.registerComponentView(Ra),Of(e)}var Rl=function(){},Ru={},Rc=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.optionUpdated=function(){e.prototype.optionUpdated.apply(this,arguments);var t=this.ecModel;fX(this.option.feature,function(e,n){var r=Ru[n];r&&(r.getDefaultOption&&(r.defaultOption=r.getDefaultOption(t)),fH(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}(Sb),Rh=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.render=function(e,t,n,r){var i,o,a,s,l=this.group;if(l.removeAll(),e.get("show")){var u=+e.get("itemSize"),c="vertical"===e.get("orient"),h=e.get("feature")||{},d=this._features||(this._features={}),p=[];fX(h,function(e,t){p.push(t)}),new T1(this._featureNames||[],p).add(f).update(f).remove(f2(f,null)).execute(),this._featureNames=p,i=e.getBoxLayoutParams(),o=e.get("padding"),s=Sf(i,a={width:n.getWidth(),height:n.getHeight()},o),Sp(e.get("orient"),l,e.get("itemGap"),s.width,s.height),Sg(l,i,a,o),l.add(Ok(l.getBoundingRect(),e)),c||l.eachChild(function(e){var t=e.__title,r=e.ensureState("emphasis"),i=r.textConfig||(r.textConfig={}),o=e.getTextContent(),a=o&&o.ensureState("emphasis");if(a&&!f3(a)&&t){var s=a.style||(a.style={}),c=vQ(t,bw.makeFont(s)),h=e.x+l.x,d=e.y+l.y+u,p=!1;d+c.height>n.getHeight()&&(i.position="top",p=!0);var f=p?-5-c.height:u+10;h+c.width/2>n.getWidth()?(i.position=["100%",f],s.align="right"):h-c.width/2<0&&(i.position=[0,f],s.align="left")}})}function f(i,o){var a,s,f,g,m,v,y,x,b,w,S,_=p[i],C=p[o],k=h[_],M=new wB(k,e,e.ecModel);if(r&&null!=r.newTitle&&r.featureName===_&&(k.title=r.newTitle),_&&!C){if(0===_.indexOf("my"))S={onclick:M.option.onclick,featureName:_};else{var T=Ru[_];if(!T)return;S=new T}d[_]=S}else if(!(S=d[C]))return;S.uid=wZ("toolbox-feature"),S.model=M,S.ecModel=t,S.api=n;var D=S instanceof Rl;if(!_&&C){D&&S.dispose&&S.dispose(t,n);return}if(!M.get("show")||D&&S.unusable){D&&S.remove&&S.remove(t,n);return}a=M,s=S,f=_,v=a.getModel("iconStyle"),y=a.getModel(["emphasis","iconStyle"]),x=s instanceof Rl&&s.getIcons?s.getIcons():a.get("icon"),b=a.get("title")||{},f4(x)?(g={})[f]=x:g=x,f4(b)?(m={})[f]=b:m=b,w=a.iconPaths={},fX(g,function(r,i){var o=kU(r,{},{x:-u/2,y:-u/2,width:u,height:u});o.setStyle(v.getItemStyle()),o.ensureState("emphasis").style=y.getItemStyle();var h=new bw({style:{text:m[i],align:y.get("textAlign"),borderRadius:y.get("textBorderRadius"),padding:y.get("textPadding"),fill:null,font:wC({fontStyle:y.get("textFontStyle"),fontFamily:y.get("textFontFamily"),fontSize:y.get("textFontSize"),fontWeight:y.get("textFontWeight")},t)},ignore:!0});o.setTextContent(h),kK({el:o,componentModel:e,itemName:i,formatterParamsExtra:{title:m[i]}}),o.__title=m[i],o.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";h.setStyle({fill:y.get("textFill")||t.fill||t.stroke||"#000",backgroundColor:y.get("textBackgroundColor")}),o.setTextConfig({position:y.get("textPosition")||r}),h.ignore=!e.get("showTitle"),n.enterEmphasis(this)}).on("mouseout",function(){"emphasis"!==a.get(["iconStatus",i])&&n.leaveEmphasis(this),h.hide()}),("emphasis"===a.get(["iconStatus",i])?bY:bX)(o),l.add(o),o.on("click",f1(s.onclick,s,t,n,i)),w[i]=o}),M.setIconStatus=function(e,t){var n=this.option,r=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[e]=t,r[e]&&("emphasis"===t?bY:bX)(r[e])},S instanceof Rl&&S.render&&S.render(M,t,n,r)}},t.prototype.updateView=function(e,t,n,r){fX(this._features,function(e){e instanceof Rl&&e.updateView&&e.updateView(e.model,t,n,r)})},t.prototype.remove=function(e,t){fX(this._features,function(n){n instanceof Rl&&n.remove&&n.remove(e,t)}),this.group.removeAll()},t.prototype.dispose=function(e,t){fX(this._features,function(n){n instanceof Rl&&n.dispose&&n.dispose(e,t)})},t.type="toolbox",t}(Cy),Rd=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(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=fM.browser;if(f3(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(","),h=c[0].indexOf("base64")>-1,d=i?decodeURIComponent(c[1]):c[1];h&&(d=window.atob(d));var p=r+"."+o;if(window.navigator.msSaveOrOpenBlob){for(var f=d.length,g=new Uint8Array(f);f--;)g[f]=d.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(d),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}(Rl),Rp="__ec_magicType_stack__",Rf=[["line","bar"],["stack"]],Rg=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.getIcons=function(){var e=this.model,t=e.get("icon"),n={};return fX(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(Rm[n]){var a={series:[]};fX(Rf,function(e){fq(e,n)>=0&&fX(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=Rm[n](t,r,e,i);o&&(fG(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,yz).models[0].componentIndex;a[u]=a[u]||[];for(var h=0;h<=c;h++)a[u][c]=a[u][c]||{};a[u][c].boundaryGap="bar"===n}}});var s=n;"stack"===n&&(r=fH({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}(Rl),Rm={line:function(e,t,n,r){if("bar"===e)return fH({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 fH({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")===Rp;if("line"===e||"bar"===e)return r.setIconStatus("stack",i?"normal":"emphasis"),fH({id:t,stack:i?"":Rp},r.get(["option","stack"])||{},!0)}};TH({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(e,t){t.mergeOption(e.newOption)});var Rv=Array(60).join("-");function Ry(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var Rx=RegExp("[ ]+","g"),Rb=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.onclick=function(e,t){setTimeout(function(){t.dispatchAction({type:"hideTip"})});var n,r,i,o,a,s,l=t.getDom(),u=this.model;this._dom&&l.removeChild(this._dom);var c=document.createElement("div");c.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",c.style.backgroundColor=u.get("backgroundColor")||"#fff";var h=document.createElement("h4"),d=u.get("lang")||[];h.innerHTML=d[0]||u.get("title"),h.style.cssText="margin:10px 20px",h.style.color=u.get("textColor");var p=document.createElement("div"),f=document.createElement("textarea");p.style.cssText="overflow:auto";var g=u.get("optionToContent"),m=u.get("contentToOption"),v={value:fJ([(a=(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)}),o={seriesGroupByCategoryAxis:n,other:r,meta:i}).seriesGroupByCategoryAxis,s=[],fX(a,function(e,t){var n=e.categoryAxis,r=e.valueAxis.dim,i=[" "].concat(fK(e.series,function(e){return e.name})),o=[n.model.getCategories()];fX(e.series,function(e){var t=e.getRawData();o.push(e.getRawData().mapArray(t.mapDimension(r),function(e){return e}))});for(var a=[i.join(" ")],l=0;l<o[0].length;l++){for(var u=[],c=0;c<o.length;c++)u.push(o[c][l]);a.push(u.join(" "))}s.push(a.join("\n"))}),s.join("\n\n"+Rv+"\n\n")),fK(o.other,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"+Rv+"\n\n")],function(e){return!!e.replace(/[\n\t\s]/g,"")}).join("\n\n"+Rv+"\n\n"),meta:o.meta};if(f3(g)){var y=g(t.getOption());f4(y)?p.innerHTML=y:gt(y)&&p.appendChild(y)}else{f.readOnly=u.get("readOnly");var x=f.style;x.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",x.color=u.get("textColor"),x.borderColor=u.get("textareaBorderColor"),x.backgroundColor=u.get("textareaColor"),f.value=v.value,p.appendChild(f)}var b=v.meta,w=document.createElement("div");w.style.cssText="position:absolute;bottom:5px;left:0;right:0";var S="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",_=document.createElement("div"),C=document.createElement("div");S+=";background-color:"+u.get("buttonColor")+";color:"+u.get("buttonTextColor");var k=this;function M(){l.removeChild(c),k._dom=null}gJ(_,"click",M),gJ(C,"click",function(){var e,n,r;if(null==m&&null!=g||null!=m&&null==g){M();return}try{f3(m)?e=m(p,t.getOption()):(n=f.value.split(RegExp("\n*"+Rv+"\n*","g")),r={series:[]},fX(n,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=Ry(t.shift()).split(Rx),r=[],i=fK(n,function(e){return{name:e,data:[]}}),o=0;o<t.length;o++){var a=Ry(t[o]).split(Rx);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),i=b[t],o=i.axisDim+"Axis";i&&(r[o]=r[o]||[],r[o][i.axisIndex]={data:n.categories},r.series=r.series.concat(n.series))}else{var n=function(e){for(var t=e.split(/\n+/g),n=Ry(t.shift()),r=[],i=0;i<t.length;i++){var o=Ry(t[i]);if(o){var a=o.split(Rx),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);r.series.push(n)}}),e=r)}catch(e){throw M(),Error("Data view format error "+e)}e&&t.dispatchAction({type:"changeDataView",newOption:e}),M()}),_.innerHTML=d[1],C.innerHTML=d[2],C.style.cssText=_.style.cssText=S,u.get("readOnly")||w.appendChild(C),w.appendChild(_),c.appendChild(h),c.appendChild(p),c.appendChild(w),p.style.height=l.clientHeight-80+"px",l.appendChild(c),this._dom=c},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}(Rl);TH({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(e,t){var n=[];fX(e.newOption.series,function(e){var r=t.getSeriesByName(e.name)[0];if(r){var i=r.get("data");n.push({name:e.name,data:fK(e.data,function(e,t){var n=i&&i[t];if(!f9(n)||f5(n))return e;f9(e)&&!f5(e)||(e={value:e});var r=null!=n.name&&null==e.name;return e=fG(e,n),r&&delete e.name,e})})}else n.push(fW({type:"scatter"},e))}),t.mergeOption(fG({series:n},e.newOption))});var Rw=yB();function RS(e){var t=Rw(e);return t.snapshots||(t.snapshots=[{}]),t.snapshots}var R_=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.onclick=function(e,t){Rw(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}(Rl);TH({type:"restore",event:"restore",update:"prepareAndUpdate"},function(e,t){t.resetOption("recreate")});var RC=Math.min,Rk=Math.max,RM=Math.pow,RT="globalPan",RD={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},RA={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},RI={brushStyle:{lineWidth:2,stroke:"rgba(210,219,238,0.3)",fill:"#D2DBEE"},transformable:!0,brushMode:"single",removeOnClick:!1},RP=0,RO=function(e){function t(t){var n=e.call(this)||this;return n._track=[],n._covers=[],n._handlers={},n._zr=t,n.group=new yr,n._uid="brushController_"+RP++,fX(R4,function(e,t){this._handlers[t]=f1(e,this)},n),n}return fC(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,P9(n)[RT]=t),fX(this._handlers,function(e,t){n.on(t,e)}),this._brushType=e.brushType,this._brushOption=fH(f$(RI),e,!0)},t.prototype._doDisableBrush=function(){var e,t,n=this._zr;e=this._uid,(t=P9(n))[RT]===e&&(t[RT]=null),fX(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={};fX(e,function(e){t[e.panelId]=f$(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=fK(e,function(e){return fH(f$(RI),e,!0)});var t=this._covers,n=this._covers=[],r=this,i=this._creatingCover;return new T1(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]):RE(r,RR(r,s));RN(r,l)}}},t.prototype.unmount=function(){return this.enableBrush(!1),RV(this),this._zr.remove(this.group),this},t.prototype.dispose=function(){this.unmount(),this.off()},t}(gL);function RR(e,t){var n=R6[t.brushType].createCover(e,t);return n.__brushOption=t,RB(n,t),e.group.add(n),n}function RE(e,t){var n=RZ(t);return n.endCreating&&(n.endCreating(e,t),RB(t,t.__brushOption)),t}function RL(e,t){var n=t.__brushOption;RZ(t).updateCoverShape(e,t,n.range,n)}function RB(e,t){var n=t.z;null==n&&(n=1e4),e.traverse(function(e){e.z=n,e.z2=n})}function RN(e,t){RZ(t).updateCommon(e,t),RL(e,t)}function RZ(e){return R6[e.__brushOption.brushType]}function RF(e,t,n){var r,i=e._panels;if(!i)return!0;var o=e._transform;return fX(i,function(e){e.isTargetByCursor(t,n,o)&&(r=e)}),r}function Rz(e,t){var n=e._panels;if(!n)return!0;var r=t.__brushOption.panelId;return null==r||n[r]}function RV(e){var t=e._covers,n=t.length;return fX(t,function(t){e.group.remove(t)},e),t.length=0,!!n}function Rj(e,t){var n=fK(e._covers,function(e){var t=e.__brushOption,n=f$(t.range);return{brushType:t.brushType,panelId:t.panelId,range:n}});e.trigger("brush",{areas:n,isEnd:!!t.isEnd,removeOnClick:!!t.removeOnClick})}function R$(e){var t=e.length-1;return t<0&&(t=0),[e[0],e[t]]}function RH(e,t,n,r){var i=new yr;return i.add(new bs({name:"main",style:RU(n),silent:!0,draggable:!0,cursor:"move",drift:f2(RK,e,t,i,["n","s","w","e"]),ondragend:f2(Rj,t,{isEnd:!0})})),fX(r,function(n){i.add(new bs({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:f2(RK,e,t,i,n),ondragend:f2(Rj,t,{isEnd:!0})}))}),i}function RW(e,t,n,r){var i=r.brushStyle.lineWidth||0,o=Rk(i,6),a=n[0][0],s=n[1][0],l=a-i/2,u=s-i/2,c=n[0][1],h=n[1][1],d=c-o+i/2,p=h-o+i/2,f=c-a,g=h-s,m=f+i,v=g+i;Rq(e,t,"main",a,s,f,g),r.transformable&&(Rq(e,t,"w",l,u,o,v),Rq(e,t,"e",d,u,o,v),Rq(e,t,"n",l,u,m,o),Rq(e,t,"s",l,p,m,o),Rq(e,t,"nw",l,u,o,o),Rq(e,t,"ne",d,u,o,o),Rq(e,t,"sw",l,p,o,o),Rq(e,t,"se",d,p,o,o))}function RG(e,t){var n=t.__brushOption,r=n.transformable,i=t.childAt(0);i.useStyle(RU(n)),i.attr({silent:!r,cursor:r?"move":"default"}),fX([["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?RX(e,n[0]):(("e"===(a=[RX(i=e,(o=n)[0]),RX(i,o[1])])[0]||"w"===a[0])&&a.reverse(),a.join(""));s&&s.attr({silent:!r,invisible:!r,cursor:r?RA[l]+"-resize":null})})}function Rq(e,t,n,r,i,o,a){var s,l,u,c=t.childOfName(n);c&&c.setShape((l=RC((s=R0(e,t,[[r,i],[r+o,i+a]]))[0][0],s[1][0]),{x:l,y:u=RC(s[0][1],s[1][1]),width:Rk(s[0][0],s[1][0])-l,height:Rk(s[0][1],s[1][1])-u}))}function RU(e){return fG({strokeNoScale:!0},e.brushStyle)}function RY(e,t,n,r){var i=[RC(e,n),RC(t,r)],o=[Rk(e,n),Rk(t,r)];return[[i[0],o[0]],[i[1],o[1]]]}function RX(e,t){return({left:"w",right:"e",top:"n",bottom:"s"})[kH({w:"left",e:"right",n:"top",s:"bottom"}[t],kj(e.group))]}function RK(e,t,n,r,i,o){var a=n.__brushOption,s=e.toRectRange(a.range),l=RJ(t,i,o);fX(r,function(e){var t=RD[e];s[t[0]][t[1]]+=l[t[0]]}),a.range=e.fromRectRange(RY(s[0][0],s[1][0],s[0][1],s[1][1])),RN(t,n),Rj(t,{isEnd:!1})}function RQ(e,t,n,r){var i=t.__brushOption.range,o=RJ(e,n,r);fX(i,function(e){e[0]+=o[0],e[1]+=o[1]}),RN(e,t),Rj(e,{isEnd:!1})}function RJ(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 R0(e,t,n){var r=Rz(e,t);return r&&!0!==r?r.clipPath(n,e._transform):f$(n)}function R1(e){var t=e.event;t.preventDefault&&t.preventDefault()}function R2(e,t,n){return e.childOfName("main").contain(t,n)}function R5(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 RM(i*i+o*o,.5)>6}(e)||o){if(a&&!o){"single"===s.brushMode&&RV(e);var l=f$(s);l.brushType=R3(l.brushType,a),l.panelId=!0===a?null:a.panelId,o=e._creatingCover=RR(e,l),e._covers.push(o)}if(o){var u=R6[R3(e._brushType,a)];o.__brushOption.range=u.getCreatingRange(R0(e,o,e._track)),r&&(RE(e,o),u.updateCommon(e,o)),RL(e,o),i={isEnd:r}}}else r&&"single"===s.brushMode&&s.removeOnClick&&RF(e,t,n)&&RV(e)&&(i={isEnd:r,removeOnClick:!0});return i}function R3(e,t){return"auto"===e?t.defaultBrushType:e}var R4={mousedown:function(e){if(this._dragging)R8(this,e);else if(!e.target||!e.target.draggable){R1(e);var t=this.group.transformCoordToLocal(e.offsetX,e.offsetY);this._creatingCover=null,(this._creatingPanel=RF(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=RF(e,t,n);if(!e._dragging)for(var c=0;c<l.length;c++){var h=l[c].__brushOption;if(u&&(!0===u||h.panelId===u.panelId)&&R6[h.brushType].contain(l[c],n[0],n[1]))return}u&&s.setCursorStyle("crosshair")}}(this,e,r),this._dragging){R1(e);var i=R5(this,e,r,!1);i&&Rj(this,i)}},mouseup:function(e){R8(this,e)}};function R8(e,t){if(e._dragging){R1(t);var n=t.offsetX,r=t.offsetY,i=e.group.transformCoordToLocal(n,r),o=R5(e,t,i,!0);e._dragging=!1,e._track=[],e._creatingCover=null,o&&Rj(e,o)}}var R6={lineX:R9(0),lineY:R9(1),rect:{createCover:function(e,t){function n(e){return e}return RH({toRectRange:n,fromRectRange:n},e,t,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(e){var t=R$(e);return RY(t[1][0],t[1][1],t[0][0],t[0][1])},updateCoverShape:function(e,t,n,r){RW(e,t,n,r)},updateCommon:RG,contain:R2},polygon:{createCover:function(e,t){var n=new yr;return n.add(new kn({name:"main",style:RU(t),silent:!0})),n},getCreatingRange:function(e){return e},endCreating:function(e,t){t.remove(t.childAt(0)),t.add(new C7({name:"main",draggable:!0,drift:f2(RQ,e,t),ondragend:f2(Rj,e,{isEnd:!0})}))},updateCoverShape:function(e,t,n,r){t.childAt(0).setShape({points:R0(e,t,n)})},updateCommon:RG,contain:R2}};function R9(e){return{createCover:function(t,n){return RH({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=R$(t);return[RC(n[0][e],n[1][e]),Rk(n[0][e],n[1][e])]},updateCoverShape:function(t,n,r,i){var o,a=Rz(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(),RW(t,n,l,i)},updateCommon:RG,contain:R2}}var R7={axisPointer:1,tooltip:1,brush:1};function Ee(e){return mc.create(e)}var Et=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],En=function(){function e(e,t,n){var r=this;this._targetInfoList=[];var i=Ei(t,e);fX(Eo,function(e,t){(!n||!n.include||fq(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=El[e.brushType](0,n,t);e.__rangeOffset={offset:Ec[e.brushType](r.values,e.range,[1,1]),xyMinMax:r.xyMinMax}}}),e},e.prototype.matchOutputRanges=function(e,t,n){fX(e,function(e){var r=this.findTargetInfo(e,t);r&&!0!==r&&fX(r.coordSyses,function(r){var i=El[e.brushType](1,r,e.range,!0);n(e,i.values,r,t)})},this)},e.prototype.setInputRanges=function(e,t){fX(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=El[e.brushType](0,n.coordSys,e.coordRange),u=e.__rangeOffset;e.range=u?Ec[e.brushType](l.values,u.offset,(r=l.xyMinMax,i=u.xyMinMax,o=Ed(r),a=Ed(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 fK(this._targetInfoList,function(n){var r,i,o,a,s=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:t?t(n):null,clipPath:(r=Ee(r=s),function(e){return kG(e,r)}),isTargetByCursor:(i=n.coordSysModel,o=Ee(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||!!R7.hasOwnProperty(r.mainType)||!a||a.model===i)}),getLinearBrushOtherExtent:(a=Ee(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&&fq(r.coordSyses,t.coordinateSystem)>=0},e.prototype.findTargetInfo=function(e,t){for(var n=this._targetInfoList,r=Ei(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<Ea.length;s++)if(Ea[s](r,o))return o}return!0},e}();function Er(e){return e[0]>e[1]&&e.reverse(),e}function Ei(e,t){return yZ(e,t,{includeMainTypes:Et})}var Eo={grid:function(e,t){var n=e.xAxisModels,r=e.yAxisModels,i=e.gridModels,o=gf(),a={},s={};(n||r||i)&&(fX(n,function(e){var t=e.axis.grid.model;o.set(t.id,t),a[t.id]=!0}),fX(r,function(e){var t=e.axis.grid.model;o.set(t.id,t),s[t.id]=!0}),fX(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=[];fX(i.getCartesians(),function(e,t){(fq(n,e.getAxis("x").model)>=0||fq(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:Es.grid,xAxisDeclared:a[e.id],yAxisDeclared:s[e.id]})}))},geo:function(e,t){fX(e.geoModels,function(e){var n=e.coordinateSystem;t.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:n,coordSyses:[n],getPanelRect:Es.geo})})}},Ea=[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}],Es={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var e=this.coordSys,t=e.getBoundingRect().clone();return t.applyTransform(kj(e)),t}},El={lineX:f2(Eu,0),lineY:f2(Eu,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=[Er([i[0],o[0]]),Er([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:fK(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 Eu(e,t,n,r){var i=n.getAxis(["x","y"][e]),o=Er(fK([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 Ec={lineX:f2(Eh,0),lineY:f2(Eh,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 fK(e,function(e,r){return[e[0]-n[0]*t[r][0],e[1]-n[1]*t[r][1]]})}};function Eh(e,t,n,r){return[t[0]-r[e]*n[0],t[1]-r[e]*n[1]]}function Ed(e){return e?[e[0][1]-e[0][0],e[1][1]-e[1][0]]:[NaN,NaN]}var Ep=yk+"toolbox-dataZoom_",Ef=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return fC(t,e),t.prototype.render=function(e,t,n,r){this._brushController||(this._brushController=new RO(n.getZr()),this._brushController.on("brush",f1(this._onBrush,this)).mount()),function(e,t,n,r,i){var o=n._isZoomActive;r&&"takeGlobalCursor"===r.type&&(o="dataZoomSelect"===r.key&&r.dataZoomSelectActive),n._isZoomActive=o,e.setIconStatus("zoom",o?"emphasis":"normal");var a=new En(Em(e),t,{include:["grid"]}).makePanelOpts(i,function(e){return e.xAxisDeclared&&!e.yAxisDeclared?"lineX":!e.xAxisDeclared&&e.yAxisDeclared?"lineY":"rect"});n._brushController.setPanels(a).enableBrush(!!o&&!!a.length&&{brushType:"auto",brushStyle:e.getModel("brushStyle").getItemStyle()})}(e,t,this,r,n),function(e,t){e.setIconStatus("back",RS(t).length>1?"emphasis":"normal")}(e,t)},t.prototype.onclick=function(e,t,n){Eg[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,n,r,i=e.areas;if(e.isEnd&&i.length){var o={},a=this.ecModel;this._brushController.updateCovers([]),new En(Em(this.model),a,{include:["grid"]}).matchOutputRanges(i,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)}}),t=a,n=o,r=RS(t),fX(n,function(e,n){for(var i=r.length-1;i>=0&&!r[i][n];i--);if(i<0){var o=t.queryComponents({mainType:"dataZoom",subType:"select",id:n})[0];if(o){var a=o.getPercentRange();r[0][n]={dataZoomId:n,start:a[0],end:a[1]}}}}),r.push(n),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),h=c.findRepresentativeAxisProxy(u).getMinMaxSpan();(null!=h.minValueSpan||null!=h.maxValueSpan)&&(n=P3(0,n.slice(),l.scale.getExtent(),0,h.minValueSpan,h.maxValueSpan)),c&&(o[c.id]={dataZoomId:c.id,startValue:n[0],endValue:n[1]})}},t.prototype._dispatchZoomAction=function(e){var t=[];fX(e,function(e,n){t.push(f$(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}(Rl),Eg={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=RS(this.ecModel))[e.length-1],e.length>1&&e.pop(),n={},fX(t,function(t,r){for(var i=e.length-1;i>=0;i--)if(t=e[i][r]){n[r]=t;break}}),n))}};function Em(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}E="dataZoom",L=function(e){var t=e.getComponent("toolbox",0),n=["feature","dataZoom"];if(t&&null!=t.get(n)){var r=t.getModel(n),i=[],o=yZ(e,Em(r));return fX(o.xAxisModels,function(e){return a(e,"xAxis","xAxisIndex")}),fX(o.yAxisModels,function(e){return a(e,"yAxis","yAxisIndex")}),i}function a(e,t,n){var o=e.componentIndex,a={type:"select",$fromToolbox:!0,filterMode:r.get("filterMode",!0)||"filter",id:Ep+t+o};a[n]=o,i.push(a)}},gl(null==SF.get(E)&&L),SF.set(E,L);var Ev=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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}(Sb);function Ey(e){var t=e.get("confine");return null!=t?!!t:"richText"===e.get("renderMode")}function Ex(e){if(fM.domSupported){for(var t=document.documentElement.style,n=0,r=e.length;n<r;n++)if(e[n]in t)return e[n]}}var Eb=Ex(["transform","webkitTransform","OTransform","MozTransform","msTransform"]);function Ew(e,t){if(!e)return t;t=Si(t,!0);var n=e.indexOf(t);return(e=-1===n?t:"-"+e.slice(0,n)+"-"+t).toLowerCase()}var ES=Ew(Ex(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),"transition"),E_=Ew(Eb,"transform"),EC="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(fM.transform3dSupported?"will-change:transform;":"");function Ek(e,t,n){var r=e.toFixed(0)+"px",i=t.toFixed(0)+"px";if(!fM.transformSupported)return n?"top:"+i+";left:"+r+";":[["top",i],["left",r]];var o=fM.transform3dSupported,a="translate"+(o?"3d":"")+"("+r+","+i+(o?",0":"")+")";return n?"top:0;left:0;"+E_+":"+a+";":[["top",0],["left",0],[Eb,a]]}function EM(e,t,n,r,i){var o=t&&t.painter;if(n){var a=o&&o.getViewportRoot();a&&gV(gz,a,r,i,!0)&&gV(e,n,gz[0],gz[1])}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 ET=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,fM.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&&(f4(i)?document.querySelector(i):gt(i)?i:f3(i)&&i(e.getDom()));EM(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;gQ(r.painter.getViewportRoot(),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,h,d,p,f,g,m,v,y,x,b,w,S,_,C=this.el,k=C.style,M=this._styleCoord;C.innerHTML?k.cssText=EC+(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"),h=e.getModel("textStyle"),d=Ca(e,"html"),p=u+"px "+c+"px "+s+"px "+l,i.push("box-shadow:"+p),n&&o&&i.push((m="opacity"+(g=" "+o/2+"s "+(f="cubic-bezier(0.23,1,0.32,1)"))+",visibility"+g,r||(g=" "+o+"s "+f,m+=fM.transformSupported?","+E_+g:",left"+g+",top"+g),ES+":"+m)),a&&i.push("background-color:"+a),fX(["width","color","radius"],function(t){var n="border-"+t,r=Si(n),o=e.get(r);null!=o&&i.push(n+":"+o+("color"===t?"":"px"))}),i.push((v=[],y=h.get("fontSize"),(x=h.getTextColor())&&v.push("color:"+x),v.push("font:"+h.getFont()),y&&v.push("line-height:"+Math.round(3*y/2)+"px"),b=h.get("textShadowColor"),w=h.get("textShadowBlur")||0,S=h.get("textShadowOffsetX")||0,_=h.get("textShadowOffsetY")||0,b&&w&&v.push("text-shadow:"+S+"px "+_+"px "+w+"px "+b),fX(["decoration","align"],function(e){var t=h.get(e);t&&v.push("text-"+e+":"+t)}),v.join(";"))),null!=d&&i.push("padding:"+gs(d).join("px ")+"px"),i.join(";")+";")+Ek(M[0],M[1],!0)+"border-color:"+Su(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(f4(i)&&"item"===n.get("trigger")&&!Ey(n)&&(a=function(e,t,n){if(!f4(n)||"inside"===n)return"";var r,i,o=e.get("backgroundColor"),a=e.get("borderWidth");t=Su(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=E_+":";fq(["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 h=i*Math.PI/180,d=l+a,p=d*Math.abs(Math.cos(h))+d*Math.abs(Math.sin(h));u+=";"+s+":-"+Math.round(((p-Math.SQRT2*a)/2+Math.SQRT2*a-(p-d)/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)),f4(e))o.innerHTML=e+a;else if(e){o.innerHTML="",f5(e)||(e=[e]);for(var s=0;s<e.length;s++)gt(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(EM(n,this._zr,this._container,e,t),null!=n[0]&&null!=n[1]){var r=this.el.style;fX(Ek(n[0],n[1]),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",fM.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(f1(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}(),ED=function(){function e(e){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=e.getZr(),EP(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;f9(e)&&_E(""),this.el&&this._zr.remove(this.el);var a=n.getModel("textStyle");this.el=new bw({style:{rich:t.richTextStyles,text:e,lineHeight:22,borderWidth:1,borderColor:r,textShadowColor:a.get("textShadowColor"),fill:n.get(["textStyle","color"]),padding:Ca(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),fX(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(e){o.el.style[e]=n.get(e)}),fX(["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=EI(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;EP(r,this._zr,e,t),e=r[0],t=r[1];var i=n.style,o=EA(i.borderWidth||0),a=EI(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(f1(this.hide,this),e)):this.hide())},e.prototype.isShow=function(){return this._show},e.prototype.dispose=function(){this._zr.remove(this.el)},e}();function EA(e){return Math.max(0,e)}function EI(e){var t=EA(e.shadowBlur||0),n=EA(e.shadowOffsetX||0),r=EA(e.shadowOffsetY||0);return{left:EA(t-n),right:EA(t+n),top:EA(t-r),bottom:EA(t+r)}}function EP(e,t,n,r){e[0]=n,e[1]=r,e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}var EO=new bs({shape:{x:-1,y:-1,width:2,height:2}}),ER=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.init=function(e,t){if(!fM.node&&t.getDom()){var n,r=e.getComponent("tooltip"),i=this._renderMode="auto"===(n=r.get("renderMode"))?fM.domSupported?"html":"richText":n||"html";this._tooltipContent="richText"===i?new ED(t):new ET(t,{appendTo:r.get("appendToBody",!0)?"body":r.get("appendTo",!0)})}},t.prototype.render=function(e,t,n){if(!fM.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")?Mn(this,"_updatePosition",50,"fixRate"):Mr(this,"_updatePosition")}},t.prototype._initGlobalListener=function(){var e=this._tooltipModel.get("triggerOn");OJ("itemTooltip",this._api,f1(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&&!fM.node&&n.getDom()){var i=EL(r,n);this._ticket="";var o=r.dataByCoordSys,a=function(e,t,n){var r,i=yF(e).queryOptionMap,o=i.keys()[0];if(o&&"series"!==o){var a=yj(t,o,i.get(o),{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];if(a&&(n.getViewOfComponentModel(a).group.traverse(function(t){var n=bS(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)EO.x=r.x,EO.y=r.y,EO.update(),bS(EO).tooltipConfig={name:null,option:r.tooltip},this._tryShow({offsetX:r.x,offsetY:r.y,target:EO},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=O3(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(EL(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"===EE([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,r,i=e.target;if(this._tooltipModel){this._lastX=e.offsetX,this._lastY=e.offsetY;var o=e.dataByCoordSys;if(o&&o.length)this._showAxisTooltip(o,e);else if(i){if("legend"===bS(i).ssrType)return;this._lastDataByCoordSys=null,MB(i,function(e){return null!=bS(e).dataIndex?(n=e,!0):null!=bS(e).tooltipConfig?(r=e,!0):void 0},!0),n?this._showSeriesItemTooltip(e,n,t):r?this._showComponentItemTooltip(e,r,t):this._hide(t)}else this._lastDataByCoordSys=null,this._hide(t)}},t.prototype._showOrMove=function(e,t){var n=e.get("showDelay");t=f1(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=EE([t.tooltipOption],r),a=this._renderMode,s=[],l=_7("section",{blocks:[],noHeader:!0}),u=[],c=new Cs;fX(e,function(e){fX(e.dataByAxis,function(e){var t=n.getComponent(e.axisDim+"Axis",e.axisIndex),i=e.value;if(t&&null!=i){var o=OW(i,t.axis,n,e.seriesDataIndices,e.valueLabelOpt),h=_7("section",{header:o,noHeader:!gu(o),sortBlocks:!0,blocks:[]});l.blocks.push(h),fX(e.seriesDataIndices,function(l){var d=n.getSeriesByIndex(l.seriesIndex),p=l.dataIndexInside,f=d.getDataParams(p);if(!(f.dataIndex<0)){f.axisDim=e.axisDim,f.axisIndex=e.axisIndex,f.axisType=e.axisType,f.axisId=e.axisId,f.axisValue=Ia(t.axis,{value:i}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",Su(f.color),a);var g=_A(d.formatTooltip(p,!0,null)),m=g.frag;if(m){var v=EE([d],r).get("valueFormatter");h.blocks.push(v?fW({valueFormatter:v},m):m)}g.text&&u.push(g.text),s.push(f)}})}})}),l.blocks.reverse(),u.reverse();var h=t.position,d=Cr(l,c,a,o.get("order"),n.get("useUTC"),o.get("textStyle"));d&&u.unshift(d);var p="richText"===a?"\n\n":"<br/>",f=u.join(p);this._showOrMove(o,function(){this._updateContentNotChangedOnAxis(e,s)?this._updatePosition(o,h,i[0],i[1],this._tooltipContent,s):this._showTooltipContent(o,f,s,Math.random()+"",i[0],i[1],h,null,c)})},t.prototype._showSeriesItemTooltip=function(e,t,n){var r=this._ecModel,i=bS(t),o=i.seriesIndex,a=r.getSeriesByIndex(o),s=i.dataModel||a,l=i.dataIndex,u=i.dataType,c=s.getData(u),h=this._renderMode,d=e.positionDefault,p=EE([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,d?{position:d}:null),f=p.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),m=new Cs;g.marker=m.makeTooltipMarker("item",Su(g.color),h);var v=_A(s.formatTooltip(l,!1,u)),y=p.get("order"),x=p.get("valueFormatter"),b=v.frag,w=b?Cr(x?fW({valueFormatter:x},b):b,m,h,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=bS(t),i=r.tooltipConfig.option||{};if(f4(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=EE(a,this._tooltipModel,l?{position:l}:null),c=u.get("content"),h=Math.random()+"",d=new Cs;this._showOrMove(u,function(){var n=f$(u.get("formatterParams")||{});this._showTooltipContent(u,c,n,h,e.offsetX,e.offsetY,e.position,t,d)}),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 h=t,d=this._getNearestPoint([i,o],n,e.get("trigger"),e.get("borderColor")).color;if(c){if(f4(c)){var p=e.ecModel.get("useUTC"),f=f5(n)?n[0]:n,g=f&&f.axisType&&f.axisType.indexOf("time")>=0;h=c,g&&(h=wK(f.axisValue,h,p)),h=Sl(h,n,!0)}else if(f3(c)){var m=f1(function(t,r){t===this._ticket&&(u.setContent(r,l,e,d,a),this._updatePosition(e,a,i,o,u,n,s))},this);this._ticket=r,h=c(n,r,m)}else h=c}u.setContent(h,l,e,d,a),u.show(e,d),this._updatePosition(e,a,i,o,u,n,s)}},t.prototype._getNearestPoint=function(e,t,n,r){return"axis"===n||f5(t)?{color:r||("html"===this._renderMode?"#fff":"none")}:f5(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"),h=e.get("verticalAlign"),d=a&&a.getBoundingRect().clone();if(a&&d.applyTransform(a.transform),f3(t)&&(t=t([n,r],o,i.el,d,{viewSize:[s,l],contentSize:u.slice()})),f5(t))n=yu(t[0],s),r=yu(t[1],l);else if(f9(t)){var p=t;p.width=u[0],p.height=u[1];var f=Sf(p,{width:s,height:l});n=f.x,r=f.y,c=null,h=null}else if(f4(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,d,u,e.get("borderWidth"));n=g[0],r=g[1]}else{var m,v,y,x,b,w,S,_,C,k,g=(m=n,v=r,y=i,x=s,b=l,w=c?null:20,S=h?null:20,C=(_=y.getSize())[0],k=_[1],null!=w&&(m+C+w+2>x?m-=C+w:m+=w),null!=S&&(v+k+S>b?v-=k+S:v+=S),[m,v]);n=g[0],r=g[1]}if(c&&(n-=EB(c)?u[0]/2:"right"===c?u[0]:0),h&&(r-=EB(h)?u[1]/2:"bottom"===h?u[1]:0),Ey(e)){var M,T,D,A,I,P,O,R,g=(M=n,T=r,D=i,A=s,I=l,O=(P=D.getSize())[0],R=P[1],M=Math.min(M+O,A)-O,T=Math.min(T+R,I)-R,[M=Math.max(M,0),T=Math.max(T,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&&fX(n,function(n,o){var a=n.dataByAxis||[],s=(e[o]||{}).dataByAxis||[];(i=i&&a.length===s.length)&&fX(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)&&fX(a,function(e,t){var n=l[t];i=i&&e.seriesIndex===n.seriesIndex&&e.dataIndex===n.dataIndex}),r&&fX(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){!fM.node&&t.getDom()&&(Mr(this,"_updatePosition"),this._tooltipContent.dispose(),O2("itemTooltip",t))},t.type="tooltip",t}(Cy);function EE(e,t,n){var r,i=t.ecModel;n?(r=new wB(n,i,i),r=new wB(t.option,r,i)):r=t;for(var o=e.length-1;o>=0;o--){var a=e[o];a&&(a instanceof wB&&(a=a.get("tooltip",!0)),f4(a)&&(a={formatter:a}),a&&(r=new wB(a,r,i)))}return r}function EL(e,t){return e.dispatchAction||f1(t.dispatchAction,t)}function EB(e){return"center"===e||"middle"===e}var EN={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 EZ={get:function(e,t,n){var r=f$((EN[e]||{})[t]);return n&&f5(r)?r[r.length-1]:r}};var EF=function(){function e(t){var n,r,i=t.mappingMethod,o=t.type,a=this.option=f$(t);this.type=o,this.mappingMethod=i,this._normalizeData=EY[i];var s=e.visualHandlers[o];this.applyVisual=s.applyVisual,this.getColorMapper=s.getColorMapper,this._normalizedToVisual=s._normalizedToVisual[i],"piecewise"===i?(Ez(a),r=(n=a).pieceList,n.hasSpecialVisual=!1,fX(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(fX(t,function(e,t){n[e]=t}),!f5(r)){var i=[];f9(r)?fX(r,function(e,t){var r=n[t];i[null!=r?r:-1]=e}):i[-1]=r,r=EU(e,i)}for(var o=t.length-1;o>=0;o--)null==r[o]&&(delete n[t[o]],t.pop())}(a):Ez(a,!0):(gl("linear"!==i||a.dataExtent),Ez(a))}return e.prototype.mapValueToVisual=function(e){var t=this._normalizeData(e);return this._normalizedToVisual(t,e)},e.prototype.getNormalizer=function(){return f1(this._normalizeData,this)},e.listVisualTypes=function(){return f0(e.visualHandlers)},e.isValidType=function(t){return e.visualHandlers.hasOwnProperty(t)},e.eachVisual=function(e,t,n){f9(e)?fX(e,t,n):t.call(n,e)},e.mapVisual=function(t,n,r){var i,o=f5(t)?[]:f9(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&&fX(e.visualHandlers,function(e,i){t.hasOwnProperty(i)&&(r[i]=t[i],n=!0)}),n?r:null},e.prepareVisualTypes=function(e){if(f5(e))e=e.slice();else{if(!f9(e))return[];var t=[];fX(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||f4(s)&&s===e+"")return o;n&&_(s,o)}}for(var o=0,a=t.length;o<a;o++){var l,u,c,h,d,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(h=S[0],d=w[0],p=e,h?d<=p:d<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&&_(w[0],o),n&&_(w[1],o)}}if(n)return e===1/0?t.length-1:e===-1/0?0:r;function _(t,n){var o=Math.abs(t-e);o<i&&(i=o,r=n)}},e.visualHandlers={color:{applyVisual:E$("color"),getColorMapper:function(){var e=this.option;return f1("category"===e.mappingMethod?function(e,t){return t||(e=this._normalizeData(e)),EH.call(this,e)}:function(t,n,r){var i=!!r;return n||(t=this._normalizeData(t)),r=vi(t,e.parsedVisual,r),i?r:vs(r,"rgba")},this)},_normalizedToVisual:{linear:function(e){return vs(vi(e,this.option.parsedVisual),"rgba")},category:EH,piecewise:function(e,t){var n=Eq.call(this,t);return null==n&&(n=vs(vi(e,this.option.parsedVisual),"rgba")),n},fixed:EW}},colorHue:EV(function(e,t){return vo(e,t)}),colorSaturation:EV(function(e,t){return vo(e,null,t)}),colorLightness:EV(function(e,t){return vo(e,null,null,t)}),colorAlpha:EV(function(e,t){return va(e,t)}),decal:{applyVisual:E$("decal"),_normalizedToVisual:{linear:null,category:EH,piecewise:null,fixed:null}},opacity:{applyVisual:E$("opacity"),_normalizedToVisual:EG([0,1])},liftZ:{applyVisual:E$("liftZ"),_normalizedToVisual:{linear:EW,category:EW,piecewise:EW,fixed:EW}},symbol:{applyVisual:function(e,t,n){n("symbol",this.mapValueToVisual(e))},_normalizedToVisual:{linear:Ej,category:EH,piecewise:function(e,t){var n=Eq.call(this,t);return null==n&&(n=Ej.call(this,e)),n},fixed:EW}},symbolSize:{applyVisual:E$("symbolSize"),_normalizedToVisual:EG([0,1])}},e}();function Ez(e,t){var n=e.visual,r=[];f9(n)?fX(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]),EU(e,r)}function EV(e){return{applyVisual:function(t,n,r){var i=this.mapValueToVisual(t);r("color",e(n("color"),i))},_normalizedToVisual:EG([0,1])}}function Ej(e){var t=this.option.visual;return t[Math.round(yl(e,[0,1],[0,t.length-1],!0))]||{}}function E$(e){return function(t,n,r){r(e,this.mapValueToVisual(t))}}function EH(e){var t=this.option.visual;return t[this.option.loop&&-1!==e?e%t.length:e]}function EW(){return this.option.visual[0]}function EG(e){return{linear:function(t){return yl(t,e,this.option.visual,!0)},category:EH,piecewise:function(t,n){var r=Eq.call(this,n);return null==r&&(r=yl(t,e,this.option.visual,!0)),r},fixed:EW}}function Eq(e){var t=this.option,n=t.pieceList;if(t.hasSpecialVisual){var r=EF.findPieceIndex(e,n),i=n[r];if(i&&i.visual)return i.visual[this.type]}}function EU(e,t){return e.visual=t,"color"===e.type&&(e.parsedVisual=fK(t,function(e){return vt(e)||[0,0,0,1]})),t}var EY={linear:function(e){return yl(e,this.option.dataExtent,[0,1],!0)},piecewise:function(e){var t=this.option.pieceList,n=EF.findPieceIndex(e,t,!0);if(null!=n)return yl(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:gy};function EX(e){if(e){for(var t in e)if(e.hasOwnProperty(t))return!0}}function EK(e,t,n){var r={};return fX(t,function(t){var i,o=r[t]=((i=function(){}).prototype.__hidden=i.prototype,new i);fX(e[t],function(e,r){if(EF.isValidType(r)){var i={type:r,visual:e};n&&n(i,t),o[r]=new EF(i),"opacity"===r&&((i=f$(i)).type="colorAlpha",o.__hidden.__alphaForOpacity=new EF(i))}})}),r}var EQ=EF.mapVisual,EJ=EF.eachVisual,E0=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 fC(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||(fX(n=this.replacableOptionKeys,function(t){e.hasOwnProperty(t)&&EX(e[t])&&(r=!0)}),r&&fX(n,function(t){e.hasOwnProperty(t)&&EX(e[t])?i[t]=f$(e[t]):delete i[t]})),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},t.prototype.resetVisual=function(e){var t=this.stateList;e=f1(e,this),this.controllerVisuals=EK(this.option.controller,t,e),this.targetVisuals=EK(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=yM(e),t},t.prototype.eachTargetSeries=function(e,t){fX(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||["<",">"],f5(e)&&(e=e.slice(),r=!0);var l=t?e:r?[u(e[0]),u(e[1])]:u(e);if(f4(s))return s.replace("{value}",r?l[0]:l).replace("{value2}",r?l[1]:l);if(f3(s))return r?s(e[0],e[1]):s(e);if(!r)return l;return e[0]===a[0]?n[0]+" "+l[1]:e[1]===a[1]?n[1]+" "+l[0]: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=yh([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={});fH(r,n),fH(i,n);var o=this.isCategory();function a(n){f5(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]={},fX(r,function(e,t){if(EF.isValidType(t)){var n=EZ.get(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";fX(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&&f$(t)||(o?i:[i])),null==l.symbolSize&&(l.symbolSize=n&&f$(n)||(o?s[0]:[s[0],s[0]])),l.symbol=EQ(l.symbol,function(e){return"none"===e?i:e});var u=l.symbolSize;if(null!=u){var c=-1/0;EJ(u,function(e){e>c&&(c=e)}),l.symbolSize=EQ(u,function(e){return yl(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}(Sb),E1=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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):f5(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),fX(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=yh((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=E2(this,"outOfRange",this.getExtent()),n=E2(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=wF(E0.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}(E0);function E2(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 E5=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 fC(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")){this.group.removeAll();return}this.doRender(e,t,n,r)},t.prototype.renderBackground=function(e){var t=this.visualMapModel,n=gs(t.get("padding")||0),r=e.getBoundingRect();e.add(new bs({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={};if("color"===t){var a=i.get("contentColor");o.color=a}function s(e){return o[e]}function l(e,t){o[e]=t}var u=i.controllerVisuals[r||i.getValueState(e)];return fX(EF.prepareVisualTypes(u),function(r){var i=u[r];n.convertOpacityToAlpha&&"opacity"===r&&(r="colorAlpha",i=u.__alphaForOpacity),EF.dependsOn(r,t)&&i&&i.applyVisual(e,s,l)}),o[t]},t.prototype.positionGroup=function(e){var t=this.visualMapModel,n=this.api;Sg(e,t.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()})},t.prototype.doRender=function(e,t,n,r){},t.type="visualMap",t}(Cy),E3=[["left","right","width"],["top","bottom","height"]];function E4(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=E3[a],l=[0,null,10],u={},c=0;c<3;c++)u[E3[1-a][c]]=l[c],u[s[c]]=2===c?n[0]:r[s[c]];var h=[["x","width",3],["y","height",0]][a],d=Sf(u,o,r.padding);return s[(d.margin[h[2]]||0)+d[h[0]]+.5*d[h[1]]<.5*o[h[1]]?0:1]}function E8(e,t){return fX(e||[],function(e){null!=e.dataIndex&&(e.dataIndexInside=e.dataIndex,e.dataIndex=null),e.highlightKey="visualMap"+(t?t.componentIndex:"")}),e}var E6=Math.min,E9=Math.max,E7=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 fC(t,e),t.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this._hoverLinkFromSeriesMouseOver=f1(this._hoverLinkFromSeriesMouseOver,this),this._hideIndicator=f1(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,h=this.visualMapModel.textStyleModel;this.group.add(new bw({style:wv(h,{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=E4(t,this.api,r),s=n.mainGroup=this._createBarGroup(a),l=new yr;s.add(l),l.add(n.outOfRange=Le()),l.add(n.inRange=Le(null,o?Ln(this._orient):null,f1(this._dragHandle,this,"all",!1),f1(this._dragHandle,this,"all",!0))),l.setClipPath(new bs({shape:{x:0,y:0,width:r[0],height:r[1],r:3}}));var u=t.textStyleModel.getTextRect("国"),c=E9(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=f1(this._dragHandle,this,n,!1),s=f1(this._dragHandle,this,n,!0),l=v2(e.get("handleSize"),r[0]),u=MU(e.get("handleIcon"),-l/2,-l/2,l,l,null,!0),c=Ln(this._orient);u.attr({cursor:c,draggable:!0,drift:a,ondragend:s,onmousemove:function(e){g0(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(),b9(u,!0),t.add(u);var h=new bw({cursor:c,draggable:!0,drift:a,onmousemove:function(e){g0(e.event)},ondragend:s,style:wv(this.visualMapModel.textStyleModel,{x:0,y:0,text:""})});h.ensureState("blur").style={opacity:.1},h.stateTransition={duration:200},this.group.add(h);var d=[l,0],p=this._shapes;p.handleThumbs[n]=u,p.handleLabelPoints[n]=d,p.handleLabels[n]=h},t.prototype._createIndicator=function(e,t,n,r,i){var o=v2(e.get("indicatorSize"),n[0]),a=MU(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 x7){var l=a.style;a.useStyle(fW({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=new bw({silent:!0,invisible:!0,style:wv(this.visualMapModel.textStyleModel,{x:0,y:0,text:""})});this.group.add(u);var c=[("horizontal"===i?r/2:6)+n[0]/2,0],h=this._shapes;h.indicator=a,h.indicatorLabel=u,h.indicatorLabelPoint=c,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():Lt(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=[yl(t[0],n,r,!0),yl(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]];P3(t,r,i,e,0);var o=n.getExtent();this._dataInterval=[yl(r[0],i,o,!0),yl(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 kv(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 yr("horizontal"!==t||n?"horizontal"===t&&n?{scaleX:"bottom"===e?-1:1,rotation:-Math.PI/2}:"vertical"!==t||n?{scaleX:"left"===e?1:-1}:{scaleX:"left"===e?1:-1,scaleY:-1}:{scaleX:"bottom"===e?1:-1,rotation:Math.PI/2})},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();fX([0,1],function(l){var u=i[l];u.setStyle("fill",t.handlesColor[l]),u.y=e[l];var c=yl(e[l],[0,a[1]],s,!0),h=this.getControllerVisual(c,"symbolSize");u.scaleX=u.scaleY=h/a[0],u.x=a[0]-h/2;var d=k$(n.handleLabelPoints[l],kj(u,this.group));o[l].setStyle({x:d[0],y:d[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}),h=this.getControllerVisual(e,"symbolSize"),d=yl(e,o,s,!0),p=a[0]-h/2,f={x:u.x,y:u.y};u.y=d,u.x=p;var g=k$(l.indicatorLabelPoint,kj(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:d,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 _=0;_<S.length;_++)this.api.enterBlur(S[_])}},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]=E6(E9(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=E6(E9(u[0],e),u[1]);var h=(i=n,o=c,a=u,s=6,(l=i.get("hoverLinkDataSize"))&&(s=yl(l,o,a,!0)/2),s),d=[e-h,e+h],p=yl(e,u,c,!0),f=[yl(d[0],u,c,!0),yl(d[1],u,c,!0)];d[0]<u[0]&&(f[0]=-1/0),d[1]>u[1]&&(f[1]=1/0),t&&(f[0]===-1/0?this._showIndicator(p,f[1],"< ",h):f[1]===1/0?this._showIndicator(p,f[0],"> ",h):this._showIndicator(p,p,"≈ ",h));var g=this._hoverLinkDataIndices,m=[];(t||Lt(n))&&(m=this._hoverLinkDataIndices=n.findTargetDataIndices(f));var v=function(e,t){var n={},r={};return i(e||[],n),i(t||[],r,n),[o(n),o(r)];function i(e,t,n){for(var r=0,i=e.length;r<i;r++){var o=yO(e[r].seriesId,null);if(null==o)return;for(var a=yM(e[r].dataIndex),s=n&&n[o],l=0,u=a.length;l<u;l++){var c=a[l];s&&s[c]?s[c]=null:(t[o]||(t[o]={}))[c]=1}}}function o(e,t){var n=[];for(var r in e)if(e.hasOwnProperty(r)&&null!=e[r]){if(t)n.push(+r);else{var i=o(e[r],!0);i.length&&n.push({seriesId:r,dataIndex:i})}}return n}}(g,m);this._dispatchHighDown("downplay",E8(v[0],n)),this._dispatchHighDown("highlight",E8(v[1],n))}},t.prototype._hoverLinkFromSeriesMouseOver=function(e){if(MB(e.target,function(e){var n=bS(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",E8(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=kj(t,r?null:this.group);return f5(e)?k$(e,i,n):kH(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}(E5);function Le(e,t,n,r){return new C7({shape:{points:e},draggable:!!n,cursor:t,drift:n,onmousemove:function(e){g0(e.event)},ondragend:r})}function Lt(e){var t=e.get("hoverLinkOnHandle");return!!(null==t?e.get("realtime"):t)}function Ln(e){return"vertical"===e?"ns-resize":"ew-resize"}var Lr={type:"selectDataRange",event:"dataRangeSelected",update:"update"},Li=function(e,t){t.eachComponent({mainType:"visualMap",query:e},function(t){t.setSelected(e.selected)})},Lo=[{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=f1(t.getValueState,t),a=t.getDataDimensionIndex(e.getData()),s={},fX(r,function(e){var t=EF.prepareVisualTypes(i[e]);s[e]=t}),{progress:function(e,t){function n(e){return MR(t,u,e)}function r(e,n){!function(e,t,n,r){switch(n){case"color":e.ensureUniqueItemVisual(t,"style")[e.getVisual("drawType")]=r,e.setItemVisual(t,"colorFromPalette",!1);break;case"opacity":e.ensureUniqueItemVisual(t,"style").opacity=r;break;case"symbol":case"symbolSize":case"liftZ":e.setItemVisual(t,n,r)}}(t,u,e,n)}null!=a&&(l=t.getDimensionIndex(a));for(var l,u,c=t.getStore();null!=(u=e.next());){var h=t.getRawDataItem(u);if(!h||!1!==h.visualMap)for(var d=null!=a?c.get(l,u):u,p=o(d),f=i[p],g=s[p],m=0,v=g.length;m<v;m++){var y=g[m];f[y]&&f[y].applyVisual(d,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(f1(La,null,e,t))||{stops:[],outerColors:[]},o=t.getDataDimensionIndex(n);o>=0&&(i.dimension=o,r.push(i))}}),e.getData().setVisual("visualMeta",r)}}];function La(e,t,n,r){for(var i=t.targetVisuals[r],o=EF.prepareVisualTypes(i),a={color:ME(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,h,d)}return a.color;function h(e){return a[e]}function d(e,t){a[e]=t}}function Ls(e){var t=e&&e.visualMap;f5(t)||(t=t?[t]:[]),fX(t,function(e){if(e){Ll(e,"splitList")&&!Ll(e,"pieces")&&(e.pieces=e.splitList,delete e.splitList);var t=e.pieces;t&&f5(t)&&fX(t,function(e){f9(e)&&(Ll(e,"start")&&!Ll(e,"min")&&(e.min=e.start),Ll(e,"end")&&!Ll(e,"max")&&(e.max=e.end))})}})}function Ll(e,t){return e&&e.hasOwnProperty&&e.hasOwnProperty(t)}var Lu=!1;function Lc(e){!Lu&&(Lu=!0,e.registerSubTypeDefaulter("visualMap",function(e){return e.categories||(e.pieces?e.pieces.length>0:e.splitNumber>0)&&!e.calculable?"piecewise":"continuous"}),e.registerAction(Lr,Li),fX(Lo,function(t){e.registerVisual(e.PRIORITY.VISUAL.COMPONENT,t)}),e.registerPreprocessor(Ls))}function Lh(e){e.registerComponentModel(E1),e.registerComponentView(E7),Lc(e)}var Ld=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._pieceList=[],n}return fC(t,e),t.prototype.optionUpdated=function(t,n){e.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var r=this._mode=this._determineMode();this._pieceList=[],Lp[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=f$(i)):(e.dataExtent=this.getExtent(),e.mappingMethod="piecewise",e.pieceList=fK(this._pieceList,function(e){return e=f$(e),"inRange"!==t&&(e.visual=null),e}))})},t.prototype.completeVisualOption=function(){var t=this.option,n={},r=EF.listVisualTypes(),i=this.isCategory();function o(e,t,n){return e&&e[t]&&e[t].hasOwnProperty(n)}fX(t.pieces,function(e){fX(r,function(t){e.hasOwnProperty(t)&&(n[t]=1)})}),fX(n,function(e,n){var r=!1;fX(this.stateList,function(e){r=r||o(t,e,n)||o(t.target,e,n)},this),r||fX(this.stateList,function(e){(t[e]||(t[e]={}))[n]=EZ.get(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,fX(r,function(e,t){var n=this.getSelectedMapKey(e);i.hasOwnProperty(n)||(i[n]=!0)},this),"single"===n.selectedMode){var o=!1;fX(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=f$(e)},t.prototype.getValueState=function(e){var t=EF.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){EF.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 fX(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=wF(E0.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}(E0),Lp={splitNumber:function(e){var t=this.option,n=Math.min(t.precision,20),r=this.getExtent(),i=t.splitNumber;i=Math.max(parseInt(i,10),1),t.splitNumber=i;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]}),yb(e),fX(e,function(e,t){e.index=t,e.text=this.formatValueText(e.interval)},this)},categories:function(e){var t=this.option;fX(t.categories,function(t){e.push({text:this.formatValueText(t,!0),value:t})},this),Lf(t,e)},pieces:function(e){var t=this.option;fX(t.pieces,function(t,n){f9(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 h=[["gte","gt","min"],["lte","lt","max"]][c],d=0;d<3&&null==o[c];d++)o[c]=t[h[d]],a[c]=s[d],u[c]=2===d;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=EF.retrieveVisuals(t),e.push(r)},this),Lf(t,e),yb(e),fX(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 Lf(e,t){var n=e.inverse;("vertical"===e.orient?!n:n)&&t.reverse()}var Lg=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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=gr(t.get("showLabel",!0),!u);u&&this._renderEndsText(e,u[0],s,c,a),fX(l.viewPieceList,function(r){var l=r.piece,u=new yr;u.onclick=f1(this._onItemClick,this,l),this._enableHoverLink(u,r.indexInModelPieceList);var h=t.getRepresentValue(l);if(this._createItemSymbol(u,h,[0,0,s[0],s[1]]),c){var d=this.visualMapModel.getValueState(h);u.add(new bw({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"===d?.5:1}}))}e.add(u)},this),u&&this._renderEndsText(e,u[1],s,c,a),Sp(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:E8(r.findTargetDataIndices(t),r)})}},t.prototype._getItemAlign=function(){var e=this.visualMapModel,t=e.option;if("vertical"===t.orient)return E4(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 yr,a=this.visualMapModel.textStyleModel;o.add(new bw({style:wv(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=fK(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(MU(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=f$(n.selected),o=t.getSelectedMapKey(e);"single"===r||!0===r?(i[o]=!0,fX(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}(E5);function Lm(e){e.registerComponentModel(Ld),e.registerComponentView(Lg),Lc(e)}function Lv(e,t){if(!e)return!1;for(var n=f5(e)?e:[e],r=0;r<n.length;r++)if(n[r]&&n[r][t])return!0;return!1}function Ly(e){yT(e,"label",["show"])}var Lx=yB(),Lb=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.createdBySelf=!1,n}return fC(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n),this._mergeOption(e,n,!1,!0)},t.prototype.isAnimationEnabled=function(){if(fM.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=Lx(e)[i];if(!n||!n.data){Lx(e)[i]=null;return}o?o._mergeOption(n,t,!0):(r&&Ly(n),fX(n.data,function(e){e instanceof Array?(Ly(e[0]),Ly(e[1])):Ly(e)}),fW(o=this.createMarkerModelFromSeries(n,this,t),{mainType:this.mainType,seriesIndex:e.seriesIndex,name:e.name,createdBySelf:!0}),o.__hostSeries=e),Lx(e)[i]=o},this)},t.prototype.formatTooltip=function(e,t,n){var r=this.getData(),i=this.getRawValue(e),o=r.getName(e);return _7("section",{header:this.name,blocks:[_7("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 Lx(e)[t]},t.type="marker",t.dependencies=["series","grid","polar","geo"],t}(Sb);fU(Lb,_D.prototype);var Lw=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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}(Lb);function LS(e){return!(isNaN(parseFloat(e.x))&&isNaN(parseFloat(e.y)))}function L_(e,t,n,r,i,o){var a=[],s=Dc(t,r)?t.getCalculationInfo("stackResultDimension"):r,l=LA(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),h=yd(t.get(r,u));return(h=Math.min(h,20))>=0&&(a[o]=+a[o].toFixed(h)),[a,c]}var LC={min:f2(L_,"min"),max:f2(L_,"max"),average:f2(L_,"average"),median:f2(L_,"median")};function Lk(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)))&&!f5(t.coord)&&f5(o)){var a=LM(t,r,i,e);if((t=f$(t)).type&&LC[t.type]&&a.baseAxis&&a.valueAxis){var s=fq(o,a.baseAxis.dim),l=fq(o,a.valueAxis.dim),u=LC[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&&f5(o))for(var c=t.coord,h=0;h<2;h++)LC[c[h]]&&(c[h]=LA(r,r.mapDimension(o[h]),c[h]));else t.coord=[];return t}}function LM(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 LT(e,t){return!e||!e.containData||!t.coord||!!LS(t)||e.containData(t.coord)}function LD(e,t){return e?function(e,n,r,i){return _L(i<2?e.coord&&e.coord[i]:e.value,t[i])}:function(e,n,r,i){return _L(e.value,t[i])}}function LA(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 LI=yB(),LP=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.init=function(){this.markerGroupMap=gf()},t.prototype.render=function(e,t,n){var r=this,i=this.markerGroupMap;i.each(function(e){LI(e).keep=!1}),t.eachSeries(function(e){var i=Lb.getMarkerModelFromSeries(e,r.type);i&&r.renderSeries(e,i,t,n)}),i.each(function(e){LI(e).keep||r.group.remove(e.group)})},t.prototype.markKeep=function(e){LI(e).keep=!0},t.prototype.toggleBlurSeries=function(e,t){var n=this;fX(e,function(e){var r=Lb.getMarkerModelFromSeries(e,n.type);r&&r.getData().eachItemGraphicEl(function(e){e&&(t?b$(e,bF):b$(e,bz))})})},t.type="marker",t}(Cy),LO=yB(),LR=function(e,t,n,r){var i=r[0],o=r[1];if(i&&o){var a=Lk(e,i),s=Lk(e,o),l=a.coord,u=s.coord;l[0]=gr(l[0],-1/0),l[1]=gr(l[1],-1/0),u[0]=gr(u[0],1/0),u[1]=gr(u[1],1/0);var c=function(e,t){for(var n=e[0],r=1,i=e.length;r<i;r++)n=fH(n,e[r],void 0);return n}([{},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 LE(e){return!isNaN(e)&&!isFinite(e)}function LL(e,t,n,r){var i=1-e;return LE(t[i])&&LE(n[i])}function LB(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(DB(e,"cartesian2d"))return!!(n&&r&&(LL(1,n,r,e)||LL(0,n,r,e)))||!e||!e.containZone||!i.coord||!o.coord||!!LS(i)||!!LS(o)||e.containZone(i.coord,o.coord);return LT(e,i)||LT(e,o)}function LN(e,t,n,r,i){var o,a=r.coordinateSystem,s=e.getItemModel(t),l=yu(s.get(n[0]),i.getWidth()),u=yu(s.get(n[1]),i.getHeight());if(isNaN(l)||isNaN(u)){if(r.getMarkerPosition){var c=e.getValues(["x0","y0"],t),h=e.getValues(["x1","y1"],t),d=a.clampData(c),p=a.clampData(h),f=[];"x0"===n[0]?f[0]=d[0]>p[0]?h[0]:c[0]:f[0]=d[0]>p[0]?c[0]:h[0],"y0"===n[1]?f[1]=d[1]>p[1]?h[1]:c[1]:f[1]=d[1]>p[1]?c[1]:h[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(DB(a,"cartesian2d")){var y=a.getAxis("x"),x=a.getAxis("y"),g=e.get(n[0],t),m=e.get(n[1],t);LE(g)?o[0]=y.toGlobalCoord(y.getExtent()[+("x0"!==n[0])]):LE(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 LZ=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],LF=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Lb.getMarkerModelFromSeries(e,"markArea");if(t){var r=t.getData();r.each(function(t){var i=fK(LZ,function(i){return LN(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 yr});this.group.add(l.group),this.markKeep(l);var u=function(e,t,n){if(e){var r,i,o=fK(e&&e.dimensions,function(e){var n=t.getData();return fW(fW({},n.getDimensionInfo(n.mapDimension(e))||{}),{name:e,ordinalMeta:null})});r=new Do(i=fK(["x0","y0","x1","y1"],function(e,t){return{name:e,type:o[t%2].type}}),n)}else r=new Do(i=[{name:"value",type:"float"}],n);var a=fK(n.get("data"),f2(LR,t,e,n));e&&(a=fJ(a,f2(LB,e)));var s=e?function(e,t,n,r){return _L(e.coord[Math.floor(r/2)][r%2],i[r])}:function(e,t,n,r){return _L(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=fK(LZ,function(n){return LN(u,t,n,e,r)}),o=i.getAxis("x").scale,s=i.getAxis("y").scale,l=o.getExtent(),c=s.getExtent(),h=[o.parse(u.get("x0",t)),o.parse(u.get("x1",t))],d=[s.parse(u.get("y0",t)),s.parse(u.get("y1",t))];yh(h),yh(d);var p=!(l[0]>h[1]||l[1]<h[0]||c[0]>d[1]||c[1]<d[0]);u.setItemLayout(t,{points:n,allClipped:!p});var f=u.getItemModel(t).getModel("itemStyle").getItemStyle(),g=ME(a,"color");!f.fill&&(f.fill=g,f4(f.fill)&&(f.fill=va(f.fill,.4))),f.stroke||(f.stroke=g),u.setItemVisual(t,"style",f)}),u.diff(LO(l).data).add(function(e){var t=u.getItemLayout(e);if(!t.allClipped){var n=new C7({shape:{points:t.points}});u.setItemGraphicEl(e,n),l.group.add(n)}}).update(function(e,n){var r=LO(l).data.getItemGraphicEl(n),i=u.getItemLayout(e);i.allClipped?r&&l.group.remove(r):(r?wo(r,{shape:{points:i.points}},t,e):r=new C7({shape:{points:i.points}}),u.setItemGraphicEl(e,r),l.group.add(r))}).remove(function(e){var t=LO(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")),wg(e,wm(r),{labelFetcher:t,labelDataIndex:n,defaultText:u.getName(n)||"",inheritColor:f4(i.fill)?va(i.fill,1):"#000"}),b6(e,r),b3(e,null,null,r.get(["emphasis","disabled"])),bS(e).dataModel=t}),LO(l).data=u,l.group.silent=t.get("silent")||e.get("silent")},t.type="markArea",t}(LP),Lz=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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}(Lb),LV=ka.prototype,Lj=kh.prototype,L$=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1};function LH(e){return isNaN(+e.cpx1)||isNaN(+e.cpy1)}fC(function(){return null!==B&&B.apply(this,arguments)||this},B=L$);var LW=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-line",n}return fC(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new L$},t.prototype.buildPath=function(e,t){LH(t)?LV.buildPath.call(this,e,t):Lj.buildPath.call(this,e,t)},t.prototype.pointAt=function(e){return LH(this.shape)?LV.pointAt.call(this,e):Lj.pointAt.call(this,e)},t.prototype.tangentAt=function(e){var t=this.shape,n=LH(t)?[t.x2-t.x1,t.y2-t.y1]:Lj.tangentAt.call(this,e);return gM(n,n)},t}(x5),LG=["fromSymbol","toSymbol"];function Lq(e){return"_"+e+"Type"}function LU(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=MY(i),u=MX(a||0,l);return r+l+u+(o||"")+(s||"")}function LY(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=MY(i),u=MX(a||0,l),c=MU(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 LX(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 LK=function(e){function t(t,n,r){var i=e.call(this)||this;return i._createLine(t,n,r),i}return fC(t,e),t.prototype._createLine=function(e,t,n){var r,i,o=e.hostModel,a=(r=e.getItemLayout(t),LX((i=new LW({name:"line",subPixelOptimize:!0})).shape,r),i);a.shape.percent=0,wa(a,{shape:{percent:1}},o,t),this.add(a),fX(LG,function(n){var r=LY(n,e,t);this.add(r),this[Lq(n)]=LU(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:{}};LX(a.shape,o),wo(i,a,r,t),fX(LG,function(n){var r=LU(n,e,t),i=Lq(n);if(this[i]!==r){this.remove(this.childOfName(n));var o=LY(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,h=n&&n.blurScope;if(!n||e.hasItemOption){var d=e.getItemModel(t),p=d.getModel("emphasis");o=p.getModel("lineStyle").getLineStyle(),a=d.getModel(["blur","lineStyle"]).getLineStyle(),s=d.getModel(["select","lineStyle"]).getLineStyle(),u=p.get("disabled"),c=p.get("focus"),h=p.get("blurScope"),l=wm(d)}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,fX(LG,function(e){var t=this.childOfName(e);if(t){t.setColor(g),t.style.opacity=f.opacity;for(var n=0;n<bD.length;n++){var r=bD[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);wg(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)?yc(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");f5(x)||(x=[x,x]),v.__labelDistance=x}this.setTextConfig({position:null,local:!0,inside:!1}),b3(this,c,h,u)},t.prototype.highlight=function(){bY(this)},t.prototype.downplay=function(){bX(this)},t.prototype.updateLayout=function(e,t){this.setLinePoints(e.getItemLayout(t))},t.prototype.setLinePoints=function(e){var t=this.childOfName("line");LX(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=gC([],l,s);if(gM(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,h=void 0,d=n.__labelDistance,p=d[0]*r,f=d[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,h="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":w=f,h="top";break;default:w=0,h="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",h=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",h=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||h,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}(yr),LQ=function(){function e(e){this.group=new yr,this._LineCtor=e||LK}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=LJ(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=LJ(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(L1(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){kJ(this._progressiveEls||this.group,e)},e.prototype._doAdd=function(e,t,n){if(L1(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(!L1(t.getItemLayout(r))){this.group.remove(o);return}o?o.updateData(t,r,i):o=new this._LineCtor(t,r,i),t.setItemGraphicEl(r,o),this.group.add(o)},e}();function LJ(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:wm(t)}}function L0(e){return isNaN(e[0])||isNaN(e[1])}function L1(e){return e&&!L0(e[0])&&!L0(e[1])}var L2=yB(),L5=function(e,t,n,r){var i,o=e.getData();if(f5(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=gr(r.yAxis,r.xAxis);else{var u=LM(r,o,t,e);s=u.valueAxis;var c=Dh(o,u.valueDataDim);l=LA(o,c,a)}var h=+("x"!==s.dim),d=1-h,p=f$(r),f={coord:[]};p.type=null,p.coord=[],p.coord[d]=-1/0,f.coord[d]=1/0;var g=n.get("precision");g>=0&&f6(l)&&(l=+l.toFixed(Math.min(g,20))),p.coord[h]=f.coord[h]=l,i=[p,f,{type:a,valueIndex:r.valueIndex,value:l}]}else i=[]}var m=[Lk(e,i[0]),Lk(e,i[1]),fW({},i[2])];return m[2].type=m[2].type||null,fH(m[2],m[0]),fH(m[2],m[1]),m};function L3(e){return!isNaN(e)&&!isFinite(e)}function L4(e,t,n,r){var i=1-e,o=r.dimensions[e];return L3(t[i])&&L3(n[i])&&t[e]===n[e]&&r.getAxis(o).containData(t[e])}function L8(e,t){if("cartesian2d"===e.type){var n=t[0].coord,r=t[1].coord;if(n&&r&&(L4(1,n,r,e)||L4(0,n,r,e)))return!0}return LT(e,t[0])&&LT(e,t[1])}function L6(e,t,n,r,i){var o,a=r.coordinateSystem,s=e.getItemModel(t),l=yu(s.get("x"),i.getWidth()),u=yu(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,h=e.get(c[0],t),d=e.get(c[1],t);o=a.dataToPoint([h,d])}if(DB(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y"),c=a.dimensions;L3(e.get(c[0],t))?o[0]=p.toGlobalCoord(p.getExtent()[+!n]):L3(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 L9=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Lb.getMarkerModelFromSeries(e,"markLine");if(t){var r=t.getData(),i=L2(t).from,o=L2(t).to;i.each(function(t){L6(i,t,!0,e,n),L6(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,h,d,p=e.coordinateSystem,f=e.id,g=e.getData(),m=this.markerGroupMap,v=m.get(f)||m.set(f,new LQ);this.group.add(v.group);var y=(i=p,o=e,a=t,l=new Do(s=i?fK(i&&i.dimensions,function(e){return fW(fW({},o.getData().getDimensionInfo(o.getData().mapDimension(e))||{}),{name:e,ordinalMeta:null})}):[{name:"value",type:"float"}],a),u=new Do(s,a),c=new Do([],a),h=fK(a.get("data"),f2(L5,o,i,a)),i&&(h=fJ(h,f2(L8,i))),d=LD(!!i,s),l.initData(fK(h,function(e){return e[0]}),null,d),u.initData(fK(h,function(e){return e[1]}),null,d),c.initData(fK(h,function(e){return e[2]})),c.hasItemOption=!0,{from:l,to:u,line:c}),x=y.from,b=y.to,w=y.line;L2(t).from=x,L2(t).to=b,t.setData(w);var S=t.get("symbol"),_=t.get("symbolSize"),C=t.get("symbolRotate"),k=t.get("symbolOffset");function M(t,n,i){var o=t.getItemModel(n);L6(t,n,i,e,r);var a=o.getModel("itemStyle").getItemStyle();null==a.fill&&(a.fill=ME(g,"color")),t.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:gi(o.get("symbolOffset",!0),k[+!i]),symbolRotate:gi(o.get("symbolRotate",!0),C[+!i]),symbolSize:gi(o.get("symbolSize"),_[+!i]),symbol:gi(o.get("symbol",!0),S[+!i]),style:a})}f5(S)||(S=[S,S]),f5(_)||(_=[_,_]),f5(C)||(C=[C,C]),f5(k)||(k=[k,k]),y.from.each(function(e){M(x,e,!0),M(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){bS(e).dataModel=t,e.traverse(function(e){bS(e).dataModel=t})}),this.markKeep(v),v.group.silent=t.get("silent")||e.get("silent")},t.type="markLine",t}(LP),L7=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(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}(Lb);function Be(e,t,n){var r=t.coordinateSystem;e.each(function(i){var o,a=e.getItemModel(i),s=yu(a.get("x"),n.getWidth()),l=yu(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 Bt=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return fC(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Lb.getMarkerModelFromSeries(e,"markPoint");t&&(Be(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,h=e.coordinateSystem,d=e.id,p=e.getData(),f=this.markerGroupMap,g=f.get(d)||f.set(d,new Db),m=(i=h,o=e,a=t,l=new Do(s=i?fK(i&&i.dimensions,function(e){return fW(fW({},o.getData().getDimensionInfo(o.getData().mapDimension(e))||{}),{name:e,ordinalMeta:null})}):[{name:"value",type:"float"}],a),u=fK(a.get("data"),f2(Lk,o)),i&&(u=fJ(u,f2(LT,i))),c=LD(!!i,s),l.initData(u,null,c),l);t.setData(m),Be(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(f3(r)||f3(i)||f3(o)||f3(a)){var l=t.getRawValue(e),u=t.getDataParams(e);f3(r)&&(r=r(l,u)),f3(i)&&(i=i(l,u)),f3(o)&&(o=o(l,u)),f3(a)&&(a=a(l,u))}var c=n.getModel("itemStyle").getItemStyle(),h=ME(p,"color");c.fill||(c.fill=h),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){bS(e).dataModel=t})}),this.markKeep(g),g.group.silent=t.get("silent")||e.get("silent")},t.type="markPoint",t}(LP);function Bn(e,t,n){var r=fA.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 Br=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||vF,"string"==typeof t?i=Bn(t,n,r):f9(t)&&(t=(i=t).id),o.id=t,o.dom=i;var a=i.style;return a&&(gm(i),i.onselectstart=function(){return!1},a.padding="0",a.margin="0",a.borderWidth="0"),o.painter=n,o.dpr=r,o}return gw(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=Bn("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 mc(0,0,0,0);function u(e){if(!(!e.isFinite()||e.isZero())){if(0===o.length){var t=new mc(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 h=new mc(0,0,0,0);h.copy(c),h.union(e),o[u]=h,n=!0;break}if(s){l.copy(e),l.union(c);var d=e.width*e.height,p=c.width*c.height,f=l.width*l.height-d-p;f<r&&(r=f,i=u)}}if(s&&(o[i].union(e),n=!0),!n){var t=new mc(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 h=e[c];if(h){var d=h.shouldBePainted(n,r,!0,!0),p=h.__isRendered&&(1&h.__dirty||!d)?h.getPrevPaintRect():null;p&&u(p);var f=d&&(1&h.__dirty||!h.__isRendered)?h.getPaintRect():null;f&&u(f)}}for(var c=this.__prevStartIndex;c<this.__prevEndIndex;++c){var h=t[c],d=h&&h.shouldBePainted(n,r,!0,!0);if(h&&(!d||!h.__zr)&&h.__isRendered){var p=h.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 h=this.domBack;function d(e,n,r,o){if(i.clearRect(e,n,r,o),t&&"transparent"!==t){var a=void 0;gn(t)?(a=(t.global||t.__width===r&&t.__height===o)&&t.__canvasGradient||MQ(i,t,{x:0,y:0,width:r,height:o}),t.__canvasGradient=a,t.__width=r,t.__height=o):null!=t.image&&(t.scaleX=t.scaleX||u,t.scaleY=t.scaleY||u,a=M9(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(h,e,n,r,o),i.restore())}!n||s?d(0,0,o,a):n.length&&fX(n,function(e){d(e.x*u,e.y*u,e.width*u,e.height*u)})},t}(gL),Bi=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=fW({},n||{}),this.dpr=n.devicePixelRatio||vF,this._singleCanvas=i,this.root=e,e.style&&(gm(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 Br(e,this,this.dpr);u.__builtin__=!0,u.initContext(),a[314159]=u,u.zlevel=314159,o.push(314159),this._domRoot=e}else{this._width=M0(e,0,n),this._height=M0(e,1,n);var c,h,d,p=this._domRoot=(c=this._width,h=this._height,(d=document.createElement("div")).style.cssText=["position:relative","width:"+c+"px","height:"+h+"px","padding:0","margin:0","border-width:0"].join(";")+";",d);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(),Ts(t,a,i,o===n-1))}t&&t.restore()}},e.prototype.getHoverLayer=function(){return this.getLayer(1e5)},e.prototype.paintOne=function(e,t){Ta(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;es(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,h=this,d=0;d<i.length;d++)!function(a){var s,l=i[a],d=l.ctx,p=o&&l.createRepaintRects(e,t,h._width,h._height),f=n?l.__startIndex:l.__drawIndex,g=!n&&l.incremental&&Date.now,m=g&&Date.now(),v=l.zlevel===h._zlevelList[0]?h._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&&d.restore()};if(p){if(0===p.length)s=l.__endIndex;else for(var b=h.dpr,w=0;w<p.length;++w){var S=p[w];d.save(),d.beginPath(),d.rect(S.x*b,S.y*b,S.width*b,S.height*b),d.clip(),x(S),d.restore()}}else d.save(),x(),d.restore();l.__drawIndex=s,l.__drawIndex<l.__endIndex&&(u=!1)}(d);return fM.wxa&&fX(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))&&(Ts(a,e,i,o),e.setPrevPaintRect(s))}else Ts(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 Br("zr_"+e,this,this.dpr)).zlevel=e,n.__builtin__=!0,this._layerConfig[e]?fH(n,this._layerConfig[e],!0):this._layerConfig[e-.01]&&fH(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)){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__||fj("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),1&o.__dirty&&!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,fX(this._layers,function(e){e.setUnpainted()})},e.prototype.configLayer=function(e,t){if(t){var n=this._layerConfig;n[e]?fH(n[e],t,!0):n[e]=t;for(var r=0;r<this._zlevelList.length;r++){var i=this._zlevelList[r];(i===e||i===e+.01)&&fH(this._layers[i],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(fq(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=M0(i,0,r),t=M0(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 Br("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++)Ts(n,a[s],o,s===l-1);return t.dom},e.prototype.getWidth=function(){return this._width},e.prototype.getHeight=function(){return this._height},e}();TX([function(e){e.registerComponentModel(Pq),e.registerComponentView(PU)},function(e){TX(Og),TX(O_)},function(e){TX(OR),TX(OF)},function(e){e.registerChartView(DW),e.registerSeriesModel(Dp),e.registerLayout(DG("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,{seriesType:"line",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(),h=Math.round(a/(Math.abs(u[1]-u[0])*(c||1)));if(isFinite(h)&&h>1){"lttb"===i&&e.setData(r.lttbDownSample(r.mapDimension(l.dim),1/h));var d=void 0;f4(i)?d=Dq[i]:f3(i)&&(d=i),d&&e.setData(r.downSample(r.mapDimension(l.dim),1/h,d,DU))}}}})},function(e){e.registerChartView(D0),e.registerSeriesModel(D2)},function(e){var t;e.registerChartView(Af),e.registerSeriesModel(Av),t=e.registerAction,fX([["pieToggleSelect","toggleSelect"],["pieSelect","select"],["pieUnSelect","unselect"]],function(e){t(e[0],function(t,n,r){var i,o;t=fW({},t),r.dispatchAction(fW(t,{type:e[1],seriesIndex:(i=t,o=[],n.eachComponent({mainType:"series",subType:"pie",query:i},function(e){o.push(e.seriesIndex)}),o)}))})}),e.registerLayout(f2(D6,"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!f6(r)||!!isNaN(r)||!(r<0)})}})},function(e){TX(I0),e.registerSeriesModel(Ay),e.registerChartView(AS),e.registerLayout(DG("scatter"))},function(e){e.registerChartView(PD),e.registerSeriesModel(I3)},function(e){e.registerChartView(PW),e.registerSeriesModel(PG)},function(e){TX(I0),TX(Rn)},function(e){e.registerComponentModel(Rr),e.registerComponentView(Ri)},function(e){e.registerComponentModel(Rc),e.registerComponentView(Rh),Ru.saveAsImage=Rd,Ru.magicType=Rg,Ru.dataView=Rb,Ru.dataZoom=Ef,Ru.restore=R_,TX(Rs)},function(e){TX(Rn),e.registerComponentModel(Ev),e.registerComponentView(ER),e.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},gy),e.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},gy)},function(e){e.registerPainter("canvas",Bi)},function(e){TX(Lh),TX(Lm)},function(e){e.registerComponentModel(Lw),e.registerComponentView(LF),e.registerPreprocessor(function(e){Lv(e.series,"markArea")&&(e.markArea=e.markArea||{})})},function(e){e.registerComponentModel(Lz),e.registerComponentView(L9),e.registerPreprocessor(function(e){Lv(e.series,"markLine")&&(e.markLine=e.markLine||{})})},function(e){e.registerComponentModel(L7),e.registerComponentView(Bt),e.registerPreprocessor(function(e){Lv(e.series,"markPoint")&&(e.markPoint=e.markPoint||{})})}]);let Bo=["click","dblclick","mousedown","mousemove","mouseup","mouseover","mouseout","globalout","contextmenu"],Ba=["datazoom","downplay","highlight"],Bs=(0,eU.memo)(function({option:e,theme:t,renderer:n,sx:r,style:i,onEvents:o,_instance:a,syncGroup:s,onChartInitialized:l}){let u=(0,eU.useRef)(e),c=(0,eU.useRef)(e),h=(0,eU.useRef)(null),d=(0,eU.useRef)(null);return(0,eU.useLayoutEffect)(()=>{if(null!==h.current&&null===d.current&&(d.current=function(e,t,n){var r=!(n&&n.ssr);if(r){var i=function(e){return TB[e.getAttribute?e.getAttribute(Tz):e[Tz]]}(e);if(i)return i}var o=new Tk(e,t,n);return o.id="ec_"+TZ++,TB[o.id]=o,r&&y$(e,Tz,o.id),eR(o),Tp.trigger("afterinit",o),o}(h.current,t,{renderer:n??"canvas"}),void 0!==d.current))return d.current.setOption(u.current,!0),l?.(d.current),void 0!==a&&(a.current=d.current),()=>{null!==d.current&&(d.current.dispose(),d.current=null)}},[a,l,t,n]),(0,eU.useEffect)(()=>{d.current&&s&&(d.current.group=s,function(e){if(f5(e)){var t=e;e=null,fX(t,function(t){null!=t.group&&(e=t.group)}),e=e||"g_"+TF++,fX(t,function(t){t.group=e})}TN[e]=!0}([d.current]))},[s,d]),(0,eU.useEffect)(()=>{!(void 0===c.current||TQ()(c.current,e))&&d.current&&(d.current.setOption(e,!0),c.current=e)},[e]),(0,eU.useLayoutEffect)(()=>{let e=cj()(()=>{d.current&&d.current.resize()},200);return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}},[]),(0,eU.useEffect)(()=>{let e=d.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,Bo.includes(r))?e.on(t,t=>n(t,e)):(i=t,Ba.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,eU.useEffect)(()=>{cj()(()=>{d.current&&d.current.resize()},200,{leading:!0})()},[r,i]),(0,eq.jsx)(sd.Z,{ref:h,sx:r,style:i})});function Bl(e){return(0,e8.ZP)("MuiAlert",e)}let Bu=(0,e4.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"]),Bc=(0,rK.Z)((0,eq.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"),Bh=(0,rK.Z)((0,eq.jsx)("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined"),Bd=(0,rK.Z)((0,eq.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"),Bp=(0,rK.Z)((0,eq.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"),Bf=e=>{let{variant:t,color:n,severity:r,classes:i}=e,o={root:["root",`color${(0,e0.Z)(n||r)}`,`${t}${(0,e0.Z)(n||r)}`,`${t}`],icon:["icon"],message:["message"],action:["action"]};return(0,eK.Z)(o,Bl,i)},Bg=(0,e1.ZP)(rf.Z,{name:"MuiAlert",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],t[`${n.variant}${(0,e0.Z)(n.color||n.severity)}`]]}})((0,e2.Z)(({theme:e})=>{let t="light"===e.palette.mode?eQ._j:eQ.$n,n="light"===e.palette.mode?eQ.$n:eQ._j;return{...e.typography.body2,backgroundColor:"transparent",display:"flex",padding:"6px 16px",variants:[...Object.entries(e.palette).filter((0,e5.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),[`& .${Bu.icon}`]:e.vars?{color:e.vars.palette.Alert[`${r}IconColor`]}:{color:e.palette[r].main}}})),...Object.entries(e.palette).filter((0,e5.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}`,[`& .${Bu.icon}`]:e.vars?{color:e.vars.palette.Alert[`${n}IconColor`]}:{color:e.palette[n].main}}})),...Object.entries(e.palette).filter((0,e5.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)}}}))]}})),Bm=(0,e1.ZP)("div",{name:"MuiAlert",slot:"Icon",overridesResolver:(e,t)=>t.icon})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),Bv=(0,e1.ZP)("div",{name:"MuiAlert",slot:"Message",overridesResolver:(e,t)=>t.message})({padding:"8px 0",minWidth:0,overflow:"auto"}),By=(0,e1.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}),Bx={success:(0,eq.jsx)(Bc,{fontSize:"inherit"}),warning:(0,eq.jsx)(Bh,{fontSize:"inherit"}),error:(0,eq.jsx)(Bd,{fontSize:"inherit"}),info:(0,eq.jsx)(Bp,{fontSize:"inherit"})},Bb=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiAlert"}),{action:r,children:i,className:o,closeText:a="Close",color:s,components:l={},componentsProps:u={},icon:c,iconMapping:h=Bx,onClose:d,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=Bf(x),w={slots:{closeButton:l.CloseButton,closeIcon:l.CloseIcon,...m},slotProps:{...u,...g}},[S,_]=(0,n5.Z)("root",{ref:t,shouldForwardComponentProp:!0,className:(0,eX.Z)(b.root,o),elementType:Bg,externalForwardedProps:{...w,...y},ownerState:x,additionalProps:{role:p,elevation:0}}),[C,k]=(0,n5.Z)("icon",{className:b.icon,elementType:Bm,externalForwardedProps:w,ownerState:x}),[M,T]=(0,n5.Z)("message",{className:b.message,elementType:Bv,externalForwardedProps:w,ownerState:x}),[D,A]=(0,n5.Z)("action",{className:b.action,elementType:By,externalForwardedProps:w,ownerState:x}),[I,P]=(0,n5.Z)("closeButton",{elementType:tw.Z,externalForwardedProps:w,ownerState:x}),[O,R]=(0,n5.Z)("closeIcon",{elementType:d8,externalForwardedProps:w,ownerState:x});return(0,eq.jsxs)(S,{..._,children:[!1!==c?(0,eq.jsx)(C,{...k,children:c||h[f]||Bx[f]}):null,(0,eq.jsx)(M,{...T,children:i}),null!=r?(0,eq.jsx)(D,{...A,children:r}):null,null==r&&d?(0,eq.jsx)(D,{...A,children:(0,eq.jsx)(I,{size:"small","aria-label":a,title:a,color:"inherit",onClick:d,...P,children:(0,eq.jsx)(O,{fontSize:"small",...R})})}):null]})});function Bw(e){let{error:t}=e;return(0,eq.jsx)(Bb,{severity:"error",children:t.message})}var BS=n(8715);let B_=[{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 BC({value:e,onChange:t}){return(0,eq.jsx)(dB,{label:"Font Size",control:(0,eq.jsx)(pd,{value:B_.find(t=>t.value===e),options:B_,getOptionLabel:e=>e.label,onChange:(e,{value:n})=>{t(n)},disableClearable:!0})})}var Bk=n(9119);function BM({action:e,submitText:t="Save",cancelText:n="Cancel",isReadonly:r,isValid:i,onActionChange:o,onSubmit:a,onDelete:s,onCancel:l,...u}){return(0,eq.jsx)(tb.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},...u,children:"read"===e?(0,eq.jsxs)(eq.Fragment,{children:[o&&(0,eq.jsx)(ty,{disabled:r,variant:"contained",onClick:()=>o("update"),children:"Edit"}),s&&(0,eq.jsx)(ty,{color:"error",disabled:r,variant:"outlined",onClick:s,children:"Delete"}),l&&(a||s)&&(0,eq.jsx)(Bk.Z,{orientation:"vertical",flexItem:!0,sx:{borderColor:e=>e.palette.grey["500"],"&.MuiDivider-root":{marginLeft:2,marginRight:1}}}),l&&(0,eq.jsx)(ty,{color:"secondary",variant:"outlined",onClick:l,children:n})]}):(0,eq.jsxs)(eq.Fragment,{children:[a&&(0,eq.jsx)(ty,{variant:"contained",disabled:!i,onClick:a,children:t}),l&&(0,eq.jsx)(ty,{color:"secondary",variant:"outlined",onClick:l,children:n})]})})}var BT=n(252),BD=n(7784);let BA=[],BI=[];function BP(e){return e>=127462&&e<=127487}function BO(e,t,n){if(t==e.length)return t;t&&BE(e.charCodeAt(t))&&BL(e.charCodeAt(t-1))&&t--;let r=BR(e,t);for(t+=BB(r);t<e.length;){let i=BR(e,t);if(8205==r||8205==i||n&&function(e){if(e<768)return!1;for(let t=0,n=BA.length;;){let r=t+n>>1;if(e<BA[r])n=r;else{if(!(e>=BI[r]))return!0;t=r+1}if(t==n)return!1}}(i))t+=BB(i),r=i;else if(BP(i)){let n=0,r=t-2;for(;r>=0&&BP(BR(e,r));)n++,r-=2;if(n%2==0)break;t+=2}else break}return t}function BR(e,t){let n=e.charCodeAt(t);if(!BL(n)||t+1==e.length)return n;let r=e.charCodeAt(t+1);return BE(r)?(n-55296<<10)+(r-56320)+65536:n}function BE(e){return e>=56320&&e<57344}function BL(e){return e>=55296&&e<56320}function BB(e){return e<65536?1:2}(()=>{let e="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 t=0,n=0;t<e.length;t++)(t%2?BI:BA).push(n+=e[t])})();class BN{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]=BW(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),BF.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]=BW(this,e,t);let n=[];return this.decompose(e,t,n,0),BF.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 BV(this),i=new BV(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 BV(this,e)}iterRange(e,t=this.length){return new Bj(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 B$(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 BZ(e):BF.from(BZ.split(e,[])):BN.empty}}class BZ extends BN{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 BH(r,a,n,o);r=a+1,n++}}decompose(e,t,n,r){var i;let o=e<=0&&t>=this.length?this:new BZ((i=this.text,Bz(i,[""],e,t)),Math.min(t,this.length)-Math.max(0,e));if(1&r){let e=n.pop(),t=Bz(o.text,e.text.slice(),0,o.length);if(t.length<=32)n.push(new BZ(t,e.length+o.length));else{let e=t.length>>1;n.push(new BZ(t.slice(0,e)),new BZ(t.slice(e)))}}else n.push(o)}replace(e,t,n){var r,i;if(!(n instanceof BZ))return super.replace(e,t,n);[e,t]=BW(this,e,t);let o=Bz(this.text,Bz(n.text,(r=this.text,i=0,Bz(r,[""],0,e))),t),a=this.length+n.length-(t-e);return o.length<=32?new BZ(o,a):BF.from(BZ.split(o,[]),a)}sliceString(e,t=this.length,n="\n"){[e,t]=BW(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 BZ(n,r)),n=[],r=-1);return r>-1&&t.push(new BZ(n,r)),t}}class BF extends BN{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]=BW(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 BF(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]=BW(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 BF))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 BZ(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]:BF.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 BF)for(let n of t.children)e(n);else t.lines>o&&(s>o||!s)?(c(),a.push(t)):t instanceof BZ&&s&&(n=u[u.length-1])instanceof BZ&&t.lines+n.lines<=32?(s+=t.lines,l+=t.length+1,u[u.length-1]=new BZ(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 BF(a,t)}}function Bz(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}BN.empty=new BZ([""],0);class BV{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 BZ?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 BZ?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 BZ){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 BZ?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 Bj{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new BV(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 B${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&&(BN.prototype[Symbol.iterator]=function(){return this.iter()},BV.prototype[Symbol.iterator]=Bj.prototype[Symbol.iterator]=B$.prototype[Symbol.iterator]=function(){return this});class BH{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 BW(e,t,n){return[t=Math.max(0,Math.min(e.length,t)),Math.max(t,Math.min(e.length,n))]}function BG(e,t,n=!0,r=!0){return function(e,t,n=!0,r=!0){return(n?BO:function(e,t,n){for(;t>0;){let r=BO(e,t-2,n);if(r<t)return r;t--}return 0})(e,t,r)}(e,t,n,r)}function Bq(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 BU(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(((e-=65536)>>10)+55296,(1023&e)+56320)}function BY(e){return e<65536?1:2}let BX=/\r\n?|\n/;var BK=((N=BK||(BK={}))[N.Simple=0]="Simple",N[N.TrackDel=1]="TrackDel",N[N.TrackBefore=2]="TrackBefore",N[N.TrackAfter=3]="TrackAfter",N);class BQ{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){B2(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 BQ(e)}composeDesc(e){return this.empty?e:e.empty?this:B3(this,e)}mapDesc(e,t=!1){return e.empty?this:B5(this,e,t)}mapPos(e,t=-1,n=BK.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!=BK.Simple&&l>=e&&(n==BK.TrackDel&&r<e&&l>e||n==BK.TrackBefore&&r<e||n==BK.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 BQ(e)}static create(e){return new BQ(e)}}class BJ extends BQ{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 B2(this,(t,n,r,i,o)=>e=e.replace(r,r+(n-t),o),!1),e}mapDesc(e,t=!1){return B5(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(BN.empty);n.push(o?e.slice(i,i+o):BN.empty)}i+=o}return new BJ(t,n)}compose(e){return this.empty?e:e.empty?this:B3(this,e,!0)}map(e,t=!1){return e.empty?this:B5(this,e,t,!0)}iterChanges(e,t=!1){B2(this,e,t)}get desc(){return BQ.create(this.sections)}filter(e){let t=[],n=[],r=[],i=new B4(this);r: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 r;let e=Math.min(i.len,s-a);B0(r,e,-1);let o=-1==i.ins?-1:0==i.off?i.ins:0;B0(t,e,o),o>0&&B1(n,t,i.text),i.forward(e),a+=e}let l=e[o++];for(;a<l;){if(i.done)break r;let e=Math.min(i.len,l-a);B0(t,e,-1),B0(r,e,-1==i.ins?-1:0==i.off?i.ins:0),i.forward(e),a+=e}}return{changes:new BJ(t,n),filtered:BQ.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&&B0(r,t-o,-1);let n=new BJ(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 BJ){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?BN.of(u.split(n||BX)):u:BN.empty,h=c.length;if(e==a&&0==h)return;e<o&&s(),e>o&&B0(r,e-o,-1),B0(r,a-e,h),B1(i,r,c),o=a}}(e),s(!a),a}static empty(e){return new BJ(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(BN.empty);n[r]=BN.of(i.slice(1)),t.push(i[0],n[r].length)}}return new BJ(t,n)}static createSet(e,t){return new BJ(e,t)}}function B0(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 B1(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(BN.empty);e.push(n)}}function B2(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,h=BN.empty;for(;u+=s,c+=l,l&&r&&(h=h.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,h),i=u,o=c}}}function B5(e,t,n,r=!1){let i=[],o=r?[]:null,a=new B4(e),s=new B4(t);for(let e=-1;;){if(a.done&&s.len||s.done&&a.len)throw Error("Mismatched change set lengths");if(-1==a.ins&&-1==s.ins){let e=Math.min(a.len,s.len);B0(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(B0(i,s.ins,-1);t;){let n=Math.min(a.len,t);a.ins>=0&&e<a.i&&a.len<=n&&(B0(i,0,a.ins),o&&B1(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;B0(i,t,e<a.i?a.ins:0),o&&e<a.i&&B1(o,i,a.text),e=a.i,a.forward(a.len-n)}else if(a.done&&s.done)return o?BJ.createSet(i,o):BQ.create(i);else throw Error("Mismatched change set lengths")}}function B3(e,t,n=!1){let r=[],i=n?[]:null,o=new B4(e),a=new B4(t);for(let e=!1;;){if(o.done&&a.done)return i?BJ.createSet(r,i):BQ.create(r);if(0==o.ins)B0(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");{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;B0(r,t,n,e),i&&n&&B1(i,r,a.text)}else -1==a.ins?(B0(r,o.off?0:o.len,t,e),i&&B1(i,r,o.textBit(t))):(B0(r,o.off?0:o.len,a.off?0:a.ins,e),i&&!a.off&&B1(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 B0(r,0,a.ins,e),i&&B1(i,r,a.text),a.next()}}class B4{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?BN.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?BN.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 B8{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 B8(n,r,this.flags)}extend(e,t=e){if(e<=this.anchor&&t>=this.anchor)return B6.range(e,t);let n=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return B6.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 B6.range(e.anchor,e.head)}static create(e,t,n){return new B8(e,t,n)}}class B6{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:B6.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 B6([this.main],0)}addRange(e,t=!0){return B6.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let n=this.ranges.slice();return n[t]=e,B6.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 B6(e.ranges.map(e=>B8.fromJSON(e)),e.main)}static single(e,t=e){return new B6([B6.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 B6.normalized(e.slice(),t);n=i.to}return new B6(e,t)}static cursor(e,t=0,n,r){return B8.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?B8.create(t,e,48|i):B8.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?B6.range(a,o):B6.range(o,a))}}return new B6(e,t)}}function B9(e,t){for(let n of e.ranges)if(n.to>t)throw RangeError("Selection points outside of document")}let B7=0;class Ne{constructor(e,t,n,r,i){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=r,this.id=B7++,this.default=e([]),this.extensions="function"==typeof i?i(this):i}get reader(){return this}static define(e={}){return new Ne(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(e.combine?(e,t)=>e===t:Nt),!!e.static,e.enables)}of(e){return new Nn([],this,0,e)}compute(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new Nn(e,this,1,t)}computeN(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new Nn(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],n=>t(n.field(e)))}}function Nt(e,t){return e==t||e.length==t.length&&e.every((e,n)=>e===t[n])}class Nn{constructor(e,t,n,r){this.dependencies=e,this.facet=t,this.type=n,this.value=r,this.id=B7++}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])&&void 0!==t?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)||Ni(e,u)){let t=n(e);if(a?!Nr(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=Ng(t,l);if(this.dependencies.every(n=>n instanceof Ne?t.facet(n)===e.facet(n):!(n instanceof Na)||t.field(n,!1)==e.field(n,!1))||(a?Nr(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 Nr(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 Ni(e,t){let n=!1;for(let r of t)1&Nf(e,r)&&(n=!0);return n}let No=Ne.define({static:!0});class Na{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 Na(B7++,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(No).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(No),i=n.facet(No),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,No.of({field:this,create:e})]}get extension(){return this}}let Ns={lowest:4,low:3,default:2,high:1,highest:0};function Nl(e){return t=>new Nc(t,e)}let Nu={highest:Nl(Ns.highest),high:Nl(Ns.high),default:Nl(Ns.default),low:Nl(Ns.low),lowest:Nl(Ns.lowest)};class Nc{constructor(e,t){this.inner=e,this.prec=t}}class Nh{of(e){return new Nd(this,e)}reconfigure(e){return Nh.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class Nd{constructor(e,t){this.compartment=e,this.inner=t}}class Np{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 Nd&&o.delete(t.compartment)}if(s.set(t,n),Array.isArray(t))for(let r of t)e(r,n);else if(t instanceof Nd){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 Nc)e(t.inner,t.prec);else if(t instanceof Na)a[n].push(t),t.provides&&e(t.provides,n);else if(t instanceof Nn)a[n].push(t),t.facet.extensions&&e(t.facet.extensions,Ns.default);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,Ns.default),a.reduce((e,t)=>e.concat(t))))n instanceof Na?l.push(n):(u[n.facet.id]||(u[n.facet.id]=[])).push(n);let h=Object.create(null),d=[],p=[];for(let e of l)h[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(h[r.id]=d.length<<1|1,Nt(i,t))d.push(n.facet(r));else{let e=r.combine(t.map(e=>e.value));d.push(n&&r.compare(e,n.facet(r))?n.facet(r):e)}}else{for(let e of t)0==e.type?(h[e.id]=d.length<<1|1,d.push(e.value)):(h[e.id]=p.length<<1,p.push(t=>e.dynamicSlot(t)));h[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=Ng(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)Nf(e,t);return e.values[a]=s(e),1},update(e,n){if(!Ni(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=Ni(e,r),l=i.config.facets[t.id],u=i.facet(t);if(l&&!o&&Nt(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 Np(e,c,p.map(e=>e(h)),h,d,u)}}function Nf(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 Ng(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}let Nm=Ne.define(),Nv=Ne.define({combine:e=>e.some(e=>e),static:!0}),Ny=Ne.define({combine:e=>e.length?e[0]:void 0,static:!0}),Nx=Ne.define(),Nb=Ne.define(),Nw=Ne.define(),NS=Ne.define({combine:e=>!!e.length&&e[0]});class N_{constructor(e,t){this.type=e,this.value=t}static define(){return new NC}}class NC{of(e){return new N_(this,e)}}class Nk{constructor(e){this.map=e}of(e){return new NM(this,e)}}class NM{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 NM(this.type,t)}is(e){return this.type==e}static define(e={}){return new Nk(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}}NM.reconfigure=NM.define(),NM.appendConfig=NM.define();class NT{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&&B9(n,t.newLength),i.some(e=>e.type==NT.time)||(this.annotations=i.concat(NT.time.of(Date.now())))}static create(e,t,n,r,i,o){return new NT(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(NT.userEvent);return!!(t&&(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function ND(e,t,n){var r;let i,o,a;return n?(i=t.changes,o=BJ.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?void 0:r.map(i),effects:NM.mapEffects(e.effects,i).concat(NM.mapEffects(t.effects,o)),annotations:e.annotations.length?e.annotations.concat(t.annotations):t.annotations,scrollIntoView:e.scrollIntoView||t.scrollIntoView}}function NA(e,t,n){let r=t.selection,i=NP(t.annotations);return t.userEvent&&(i=i.concat(NT.userEvent.of(t.userEvent))),{changes:t.changes instanceof BJ?t.changes:BJ.of(t.changes||[],n,e.facet(Ny)),selection:r&&(r instanceof B6?r:B6.single(r.anchor,r.head)),effects:NP(t.effects),annotations:i,scrollIntoView:!!t.scrollIntoView}}NT.time=N_.define(),NT.userEvent=N_.define(),NT.addToHistory=N_.define(),NT.remote=N_.define();let NI=[];function NP(e){return null==e?NI:Array.isArray(e)?e:[e]}var NO=((Z=NO||(NO={}))[Z.Word=0]="Word",Z[Z.Space=1]="Space",Z[Z.Other=2]="Other",Z);let NR=/[\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 NE{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++)Nf(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 Nf(this,n),Ng(this,n)}update(...e){return function e(t,n,r){let i=NA(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=ND(i,NA(t,n[e],o?i.changes.newLength:t.doc.length),o)}let o=NT.create(t,i.changes,i.selection,i.effects,i.annotations,i.scrollIntoView);return function(e){let t=e.startState,n=t.facet(Nw),r=e;for(let i=n.length-1;i>=0;i--){let o=n[i](e);o&&Object.keys(o).length&&(r=ND(r,NA(t,o,e.changes.newLength),!0))}return r==e?e:NT.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(Nx)){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=BJ.empty(n.doc.length);else{let n=t.changes.filter(r);e=n.changes,i=n.filtered.mapDesc(n.changes).invertedDesc}t=NT.create(n,e,t.selection&&t.selection.map(i),NM.mapEffects(t.effects,i),t.annotations,t.scrollIntoView)}let i=n.facet(Nb);for(let r=i.length-1;r>=0;r--){let o=i[r](t);t=o instanceof NT?o:Array.isArray(o)&&1==o.length&&o[0]instanceof NT?o[0]:e(n,NP(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(Nh.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(NM.reconfigure)?(n=null,r=t.value):t.is(NM.appendConfig)&&(n=null,r=NP(r).concat(t.value));t=n?e.startState.values.slice():new NE(n=Np.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(Nv)?e.newSelection:e.newSelection.asSingle();new NE(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:B6.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=NP(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=NM.mapEffects(o,l).concat(NM.mapEffects(NP(a.effects),u))}return{changes:r,selection:B6.create(i,t.mainIndex),effects:o}}changes(e=[]){return e instanceof BJ?e:BJ.of(e,this.doc.length,this.facet(NE.lineSeparator))}toText(e){return BN.of(e.split(this.facet(NE.lineSeparator)||BX))}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:(Nf(this,t),Ng(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 Na&&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 NE.create({doc:e.doc,selection:B6.fromJSON(e.selection),extensions:t.extensions?r.concat([t.extensions]):r})}static create(e={}){let t=Np.resolve(e.extensions||[],new Map),n=e.doc instanceof BN?e.doc:BN.of((e.doc||"").split(t.staticFacet(NE.lineSeparator)||BX)),r=e.selection?e.selection instanceof B6?e.selection:B6.single(e.selection.anchor,e.selection.head):B6.single(0);return B9(r,n.length),t.staticFacet(Nv)||(r=r.asSingle()),new NE(t,n,r,t.dynamicSlots.map(()=>null),(e,t)=>t.create(e),null)}get tabSize(){return this.facet(NE.tabSize)}get lineBreak(){return this.facet(NE.lineSeparator)||"\n"}get readOnly(){return this.facet(NS)}phrase(e,...t){for(let t of this.facet(NE.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(Nm))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 NO.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()||NR.test(n)))return!0}return!1}(e))return NO.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return NO.Word;return NO.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=BG(t,o,!1);if(i(t.slice(e,o))!=NO.Word)break;o=e}for(;a<r;){let e=BG(t,a);if(i(t.slice(a,e))!=NO.Word)break;a=e}return o==a?null:B6.range(o+n,a+n)}}function NL(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}NE.allowMultipleSelections=Nv,NE.tabSize=Ne.define({combine:e=>e.length?e[0]:4}),NE.lineSeparator=Ny,NE.readOnly=NS,NE.phrases=Ne.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])}}),NE.languageData=Nm,NE.changeFilter=Nx,NE.transactionFilter=Nb,NE.transactionExtender=Nw,Nh.reconfigure=NM.define();class NB{eq(e){return this==e}range(e,t=e){return NN.create(e,t,this)}}NB.prototype.startSide=NB.prototype.endSide=0,NB.prototype.point=!1,NB.prototype.mapMode=BK.TrackDel;class NN{constructor(e,t,n){this.from=e,this.to=t,this.value=n}static create(e,t,n){return new NN(e,t,n)}}function NZ(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class NF{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,h,d;if(u==c){let e=t.mapPos(u,l.startSide,l.mapMode);if(null==e||(h=d=e,l.startSide!=l.endSide&&(d=t.mapPos(u,l.endSide))<h))continue}else if((h=t.mapPos(u,l.startSide))>(d=t.mapPos(c,l.endSide))||h==d&&l.startSide>0&&l.endSide<=0)continue;0>(d-h||l.endSide-l.startSide)||(o<0&&(o=h),l.point&&(a=Math.max(a,d-h)),n.push(l),r.push(h-o),i.push(d-o))}return{mapped:n.length?new NF(r,i,n,a):null,pos:o}}}class Nz{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 Nz(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(NZ)),this.isEmpty)return t.length?Nz.of(t):this;let a=new N$(this,null,-1).goto(0),s=0,l=[],u=new NV;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(NN.create(a.from,a.to,a.value)),a.next());return u.finishInner(this.nextLayer.isEmpty&&!l.length?Nz.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 Nz(n,t,i||Nz.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 NH.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return NH.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=Nj(o,a,n),l=new NG(o,s,i),u=new NG(a,s,i);n.iterGaps((e,t,n)=>Nq(l,e,u,t,n,r)),n.empty&&0==n.length&&Nq(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=Nj(i,o),s=new NG(i,a,0).goto(n),l=new NG(o,a,0).goto(n);for(;;){if(s.to!=l.to||!NU(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 NG(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 NV;for(let r of e instanceof NN?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n<e.length;n++){let r=e[n];if(NZ(t,r)>0)return e.slice().sort(NZ);t=r}return e}(e):e)n.add(r.from,r.to,r.value);return n.finish()}static join(e){if(!e.length)return Nz.empty;let t=e[e.length-1];for(let n=e.length-2;n>=0;n--)for(let r=e[n];r!=Nz.empty;r=r.nextLayer)t=new Nz(r.chunkPos,r.chunk,t,Math.max(r.maxPoint,t.maxPoint));return t}}Nz.empty=new Nz([],[],null,-1),Nz.empty.nextLayer=Nz.empty;class NV{finishChunk(e){this.chunks.push(new NF(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 NV)).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(Nz.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=Nz.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function Nj(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 N${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}{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 NH{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 N$(o,t,n,i));return 1==r.length?r[0]:new NH(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--)NW(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--)NW(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(),NW(this.heap,0)}}}function NW(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 NG{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=NH.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){NY(this.active,e),NY(this.activeTo,e),NY(this.activeRank,e),this.minActive=NK(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++;NX(this.active,t,n),NX(this.activeTo,t,r),NX(this.activeRank,t,i),e&&NX(e,t,this.cursor.from),this.minActive=NK(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&&NY(n,r)}else if(this.cursor.value){if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}{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 Nq(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))&&NU(e.activeForPoint(e.to),n.activeForPoint(n.to))||o.comparePoint(s,u,e.point,n.point):u>s&&!NU(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 NU(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 NY(e,t){for(let n=t,r=e.length-1;n<r;n++)e[n]=e[n+1];e.pop()}function NX(e,t,n){for(let n=e.length-1;n>=t;n--)e[n+1]=e[n];e[t]=n}function NK(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 NQ(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=BG(e,i));return r}function NJ(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=BG(e,r)}return!0===r?-1:e.length}let N0="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),N1="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),N2="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class N5{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:t.map(n)).join(", ")+" {"+s.join(" ")+"}")}(r(t),e[t],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let e=N2[N0]||1;return N2[N0]=e+1,"ͼ"+e.toString(36)}static mount(e,t,n){let r=e[N1],i=n&&n.nonce;r?i&&r.setNonce(i):r=new N4(e,i),r.mount(Array.isArray(t)?t:[t],e)}}let N3=new Map;class N4{constructor(e,t){let n=e.ownerDocument||e,r=n.defaultView;if(!e.head&&e.adoptedStyleSheets&&r.CSSStyleSheet){let t=N3.get(n);if(t)return e[N1]=t;this.sheet=new r.CSSStyleSheet,N3.set(n,this)}else this.styleTag=n.createElement("style"),t&&this.styleTag.setAttribute("nonce",t);this.modules=[],e[N1]=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 N8={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:"'"},N6={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},N9="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),N7="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Ze=0;Ze<10;Ze++)N8[48+Ze]=N8[96+Ze]=String(Ze);for(var Ze=1;Ze<=24;Ze++)N8[Ze+111]="F"+Ze;for(var Ze=65;Ze<=90;Ze++)N8[Ze]=String.fromCharCode(Ze+32),N6[Ze]=String.fromCharCode(Ze);for(var Zt in N8)N6.hasOwnProperty(Zt)||(N6[Zt]=N8[Zt]);function Zn(e){let t;return(11==e.nodeType?e.getSelection?e:e.ownerDocument:e).getSelection()}function Zr(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function Zi(e,t){if(!t.anchorNode)return!1;try{return Zr(e,t.anchorNode)}catch(e){return!1}}function Zo(e){return 3==e.nodeType?Zm(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function Za(e,t,n,r){return!!n&&(Zu(e,t,n,r,-1)||Zu(e,t,n,r,1))}function Zs(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function Zl(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}function Zu(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:Zc(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=Zs(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?Zc(e):0}}}function Zc(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}function Zh(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function Zd(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 Zp{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?Zc(t):0),n,Math.min(e.focusOffset,n?Zc(n):0))}set(e,t,n,r){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=r}}let Zf=null;function Zg(e){if(e.setActive)return e.setActive();if(Zf)return e.focus(Zf);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==Zf?{get preventScroll(){return Zf={preventScroll:!0},!0}}:void 0),!Zf){Zf=!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 Zm(e,t,n=t){let r=i||(i=document.createRange());return r.setEnd(e,n),r.setStart(e,t),r}function Zv(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 Zy(e){for(;e.attributes.length;)e.removeAttributeNode(e.attributes[0])}function Zx(e){return e.scrollTop>Math.max(1,e.scrollHeight-e.clientHeight-4)}function Zb(e,t){for(let n=e,r=t;;){if(3==n.nodeType&&r>0)return{node:n,offset:r};if(1==n.nodeType&&r>0){if("false"==n.contentEditable)return null;r=Zc(n=n.childNodes[r-1])}else{if(!n.parentNode||Zl(n))return null;r=Zs(n),n=n.parentNode}}}function Zw(e,t){for(let n=e,r=t;;){if(3==n.nodeType&&r<n.nodeValue.length)return{node:n,offset:r};if(1==n.nodeType&&r<n.childNodes.length){if("false"==n.contentEditable)return null;n=n.childNodes[r],r=0}else{if(!n.parentNode||Zl(n))return null;r=Zs(n)+1,n=n.parentNode}}}class ZS{constructor(e,t,n=!0){this.node=e,this.offset=t,this.precise=n}static before(e,t){return new ZS(e.parentNode,Zs(e),t)}static after(e,t){return new ZS(e.parentNode,Zs(e)+1,t)}}let Z_=[];class ZC{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=ZC.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=Zk(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=Zk(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==Zc(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&&!ZC.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=Z_){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 ZM(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 Zk(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}ZC.prototype.breakAfter=0;class ZM{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 ZT(e,t,n,r,i,o,a,s,l){let{children:u}=e,c=u.length?u[t]:null,h=o.length?o[o.length-1]:null,d=h?h.breakAfter:a;if(!(t==r&&c&&!a&&!d&&o.length<2&&c.merge(n,i,o.length?h:null,0==n,s,l))){if(r<u.length){let e=u[r];e&&(i<e.length||e.breakAfter&&(null==h?void 0:h.breakAfter))?(t==r&&(e=e.split(i),i=0),!d&&h&&e.merge(0,i,h,!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)&&(h?h.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 ZD(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),h=t-n;for(let e of r)h+=e.length;e.length+=h,ZT(e,u,c,s,l,r,0,i,o)}let ZA="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},ZI="undefined"!=typeof document?document:{documentElement:{style:{}}},ZP=/Edge\/(\d+)/.exec(ZA.userAgent),ZO=/MSIE \d/.test(ZA.userAgent),ZR=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(ZA.userAgent),ZE=!!(ZO||ZR||ZP),ZL=!ZE&&/gecko\/(\d+)/i.test(ZA.userAgent),ZB=!ZE&&/Chrome\/(\d+)/.exec(ZA.userAgent),ZN="webkitFontSmoothing"in ZI.documentElement.style,ZZ=!ZE&&/Apple Computer/.test(ZA.vendor),ZF=ZZ&&(/Mobile\/\w+/.test(ZA.userAgent)||ZA.maxTouchPoints>2);var Zz={mac:ZF||/Mac/.test(ZA.platform),windows:/Win/.test(ZA.platform),linux:/Linux|X11/.test(ZA.platform),ie:ZE,ie_version:ZO?ZI.documentMode||6:ZR?+ZR[1]:ZP?+ZP[1]:0,gecko:ZL,gecko_version:ZL?+(/Firefox\/(\d+)/.exec(ZA.userAgent)||[0,0])[1]:0,chrome:!!ZB,chrome_version:ZB?+ZB[1]:0,ios:ZF,android:/Android\b/.test(ZA.userAgent),webkit:ZN,safari:ZZ,webkit_version:ZN?+(/\bAppleWebKit\/(\d+)/.exec(ZA.userAgent)||[0,0])[1]:0,tabSize:null!=ZI.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class ZV extends ZC{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 ZV&&!(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 ZV(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 ZS(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?!(Zz.chrome||Zz.gecko)&&(t?(i--,a=1):o<r&&(o++,a=-1)):n<0?i--:o<r&&o++;let s=Zm(e,i,o).getClientRects();if(!s.length)return null;let l=s[(a?a<0:n>=0)?0:s.length-1];return Zz.safari&&!a&&0==l.width&&(l=Array.prototype.find.call(s,e=>e.width)||l),a?Zh(l,a<0):l||null}(this.dom,e,t)}}class Zj extends ZC{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(Zy(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 Zj&&n.mark.eq(this.mark))&&(!e||!(i<=0))&&(!(t<this.length)||!(o<=0)))&&(ZD(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 Zj(this.mark,t,o)}domAtPos(e){return ZW(this,e)}coordsAt(e,t){return ZG(this,e,t)}}class Z$ extends ZC{static create(e,t,n){return new Z$(e,t,n)}constructor(e,t,n){super(),this.widget=e,this.length=t,this.side=n,this.prevWidget=null}split(e){let t=Z$.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 Z$&&!!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 Z$&&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 BN.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):BN.empty}domAtPos(e){return(this.length?0==e:this.side>0)?ZS.before(this.dom):ZS.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 Zh(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 ZH extends ZC{constructor(e){super(),this.side=e}get length(){return 0}merge(){return!1}become(e){return e instanceof ZH&&e.side==this.side}split(){return new ZH(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?ZS.before(this.dom):ZS.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(e){return this.dom.getBoundingClientRect()}get overrideDOMText(){return BN.empty}get isHidden(){return!0}}function ZW(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 ZS(n,0)}function ZG(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],h=u+c.length;h>=s&&(c.children.length?e(c,s-u):(!o||o.isHidden&&n>0)&&(h>s||u==h&&c.getSide()>0)?(o=c,a=s-u):(u<s||u==h&&0>c.getSide()&&!c.isHidden)&&(r=c,i=s-u)),u=h}}(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=Zo(t);return n[n.length-1]||null}(e)}function Zq(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}ZV.prototype.children=Z$.prototype.children=ZH.prototype.children=Z_;let ZU=Object.create(null);function ZY(e,t,n){if(e==t)return!0;e||(e=ZU),t||(t=ZU);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 ZX(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 ZK{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 ZQ=((F=ZQ||(ZQ={}))[F.Text=0]="Text",F[F.WidgetBefore=1]="WidgetBefore",F[F.WidgetAfter=2]="WidgetAfter",F[F.WidgetRange=3]="WidgetRange",F);class ZJ extends NB{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 Z0(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 Z2(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}=Z5(e,t);n=(i?t?-3e8:-1:5e8)-1,r=(o?t?2e8:1:-6e8)+1}return new Z2(e,n,r,t,e.widget||null,!0)}static line(e){return new Z1(e)}static set(e,t=!1){return Nz.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}ZJ.none=Nz.empty;class Z0 extends ZJ{constructor(e){let{start:t,end:n}=Z5(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 Z0&&this.tagName==e.tagName&&(this.class||(null===(t=this.attrs)||void 0===t?void 0:t.class))==(e.class||(null===(n=e.attrs)||void 0===n?void 0:n.class))&&ZY(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)}}Z0.prototype.point=!1;class Z1 extends ZJ{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof Z1&&this.spec.class==e.spec.class&&ZY(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)}}Z1.prototype.mapMode=BK.TrackBefore,Z1.prototype.point=!0;class Z2 extends ZJ{constructor(e,t,n,r,i,o){super(t,n,i,e),this.block=r,this.isReplace=o,this.mapMode=r?t<=0?BK.TrackBefore:BK.TrackAfter:BK.TrackDel}get type(){return this.startSide!=this.endSide?ZQ.WidgetRange:this.startSide<=0?ZQ.WidgetBefore:ZQ.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){var t,n;return e instanceof Z2&&(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 Z5(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 Z3(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)}Z2.prototype.point=!0;class Z4 extends ZC{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 Z4))return!1;this.dom||n.transferDOM(this)}return r&&this.setDeco(n?n.attrs:null),ZD(this,e,t,n?n.children.slice():[],i,o),!0}split(e){let t=new Z4;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){ZY(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 Zj&&o.length&&(i=o[o.length-1])instanceof Zj&&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=Zq(t,this.attrs||{})),n&&(this.attrs=Zq({class:n},this.attrs||{}))}domAtPos(e){return ZW(this,e)}reuseDOM(e){"DIV"==e.nodeName&&(this.setDOM(e),this.flags|=6)}sync(e,t){var n;this.dom?4&this.flags&&(Zy(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&&(ZX(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&&ZC.get(r)instanceof Zj;)r=r.lastChild;if(!r||!this.length||"BR"!=r.nodeName&&(null===(n=ZC.get(r))||void 0===n?void 0:n.isEditable)==!1&&(!Zz.ios||!this.children.some(e=>e instanceof ZV))){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 ZV)||/[^ -~]/.test(n.text))return null;let r=Zo(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=ZG(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 Z4&&0==this.children.length&&0==e.children.length&&ZY(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 Z4)return i;if(o>t)break}r=o+i.breakAfter}return null}}class Z8 extends ZC{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 Z8&&!!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?ZS.before(this.dom):ZS.after(this.dom,e==this.length)}split(e){let t=this.length-e;this.length=e;let n=new Z8(this.widget,t,this.deco);return n.breakAfter=this.breakAfter,n}get children(){return Z_}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):BN.empty}domBoundsAround(){return null}become(e){return e instanceof Z8&&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 Z6?null:Zh(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 Z6 extends ZK{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 Z9{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 Z8&&e.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new Z4),this.atCursorPos=!0),this.curLine}flushBuffer(e=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(Z7(new ZH(-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 Z8||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(Z7(new ZV(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 Z2){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 Z2){if(n.block)n.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new Z8(n.widget||Fe.block,a,n));else{let o=Z$.create(n.widget||Fe.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(Z7(new ZH(1),r),i),i=r.length+Math.max(0,i-r.length)),u.append(Z7(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 Z9(e,t,n,i);return o.openEnd=Nz.spans(r,t,n,o),o.openStart<0&&(o.openStart=o.openEnd),o.finish(o.openEnd),o}}function Z7(e,t){for(let n of t)e=new Zj(n,[e],e.length);return e}class Fe extends ZK{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}}Fe.inline=new Fe("span"),Fe.block=new Fe("div");var Ft=((z=Ft||(Ft={}))[z.LTR=0]="LTR",z[z.RTL=1]="RTL",z);let Fn=Ft.LTR,Fr=Ft.RTL;function Fi(e){let t=[];for(let n=0;n<e.length;n++)t.push(1<<+e[n]);return t}let Fo=Fi("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),Fa=Fi("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),Fs=Object.create(null),Fl=[];for(let e of["()","[]","{}"]){let t=e.charCodeAt(0),n=e.charCodeAt(1);Fs[t]=n,Fs[n]=-t}function Fu(e){return e<=247?Fo[e]:1424<=e&&e<=1524?2:1536<=e&&e<=1785?Fa[e-1536]:1774<=e&&e<=2220?4:8192<=e&&e<=8204?256:64336<=e&&e<=65023?4:1}let Fc=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class Fh{get dir(){return this.level%2?Fr:Fn}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 Fd=[];function Fp(e){return[new Fh(0,e,0)]}let Ff="",Fg=Ne.define(),Fm=Ne.define(),Fv=Ne.define(),Fy=Ne.define(),Fx=Ne.define(),Fb=Ne.define(),Fw=Ne.define(),FS=Ne.define(),F_=Ne.define(),FC=Ne.define({combine:e=>e.some(e=>e)}),Fk=Ne.define({combine:e=>e.some(e=>e)}),FM=Ne.define();class FT{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 FT(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 FT(B6.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}let FD=NM.define({map:(e,t)=>e.map(t)}),FA=NM.define();function FI(e,t,n){let r=e.facet(Fy);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 FP=Ne.define({combine:e=>!e.length||e[0]}),FO=0,FR=Ne.define();class FE{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 FE(FO++,e,n,r,e=>{let t=[FR.of(e)];return o&&t.push(FZ.of(t=>{let n=t.plugin(e);return n?o(n):ZJ.none})),i&&t.push(i(e)),t})}static fromClass(e,t){return FE.define(t=>new e(t),t)}}class FL{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(FI(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){FI(e.state,t,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var t;if(null===(t=this.value)||void 0===t?void 0:t.destroy)try{this.value.destroy()}catch(t){FI(e.state,t,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}let FB=Ne.define(),FN=Ne.define(),FZ=Ne.define(),FF=Ne.define(),Fz=Ne.define(),FV=Ne.define();function Fj(e,t){let n=e.state.facet(FV);if(!n.length)return n;let r=n.map(t=>t instanceof Function?t(e):t),i=[];return Nz.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=Fu(e.charCodeAt(r));if(1==t)break;if(2==t||4==t)return Fr}return Fn}(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 F$=Ne.define();function FH(e){let t=0,n=0,r=0,i=0;for(let o of e.state.facet(F$)){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 FW=Ne.define();class FG{constructor(e,t,n,r){this.fromA=e,this.toA=t,this.fromB=n,this.toB=r}join(e){return new FG(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 FG(o+l,s+l,o,s).addToSet(n),r>u)break;i+=2}if(!s)return n;new FG(s.fromA,s.toA,s.fromB,s.toB).addToSet(n),o=s.toA,a=s.toB}}}class Fq{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=BJ.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 FG(e,t,n,i))),this.changedRanges=r}static create(e,t,n){return new Fq(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 FU extends ZC{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=ZJ.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 Z4],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new FG(0,0,0,e.state.doc.length)],0,null)}update(e){var t,n,r,i,o,a;let s,l;let 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?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 h=c>-1?function(e,t,n){let r=FY(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 FG(l.mapPos(o),l.mapPos(a),o,a),c=[];for(let t=i.parentNode;;t=t.parentNode){let n=ZC.get(t);if(n instanceof Zj)c.push({node:t,deco:n.mark});else{if(n instanceof Z4||"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 Z0({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 FG(t,n,e.changes.mapPos(t,-1),e.changes.mapPos(n,1)).addToSet(u.slice())}this.hasComposition=h?{from:h.range.fromB,to:h.range.toB}:null,(Zz.ie||Zz.chrome)&&!h&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let d=(i=this.decorations,o=this.updateDeco(),a=e.changes,l=new FX,Nz.compare(i,o,a,l),l.changes);return u=FG.extendWithRanges(u,d),(!!(7&this.flags)||0!=u.length)&&(this.updateInner(u,e.startState.doc.length,h),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=Zz.chrome||Zz.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 Z8&&e.widget instanceof Z6&&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,h,d;if(n&&n.range.fromB<l&&n.range.toB>s){let e=Z9.build(this.view.state.doc,s,n.range.fromB,this.decorations,this.dynamicDecorationMap),t=Z9.build(this.view.state.doc,n.range.toB,l,this.decorations,this.dynamicDecorationMap);c=e.breakAtStart,h=e.openStart,d=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:h,openEnd:d}=Z9.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);ZT(this,g,m,p,f,u,c,h,d)}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(FA)&&(this.editContextFormatting=e.value)}compositionView(e){let t=new ZV(e.text.nodeValue);for(let{deco:n}of(t.flags|=8,e.marks))t=new Zj(n,[t],t.length);let n=new Z4;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=ZC.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(FP)||this.dom.tabIndex>-1)&&Zi(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(Zz.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 ZS(e,0),a=!0}let c=this.view.observer.selectionRange;!a&&c.focusNode&&(Za(l.node,l.offset,c.anchorNode,c.anchorOffset)&&Za(u.node,u.offset,c.focusNode,c.focusOffset)||this.suppressWidgetCursorChange(c,s))||(this.view.observer.ignore(()=>{Zz.android&&Zz.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=Zn(this.view.root);if(e){if(s.empty){if(Zz.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?Zb:Zw)(l.node,l.offset);t&&(l=new ZS(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 ZS(c.anchorNode,c.anchorOffset),this.impreciseHead=u.precise?null:new ZS(c.focusNode,c.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&Za(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=Zn(e.root),{anchorNode:r,anchorOffset:i}=e.observer.selectionRange;if(!n||!t.empty||!t.assoc||!n.modify)return;let o=Z4.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=ZC.get(t.childNodes[r]);e instanceof Z4&&(n=e.domAtPos(0))}for(let r=e.offset-1;!n&&r>=0;r--){let e=ZC.get(t.childNodes[r]);e instanceof Z4&&(n=e.domAtPos(e.length))}return n?new ZS(n.node,n.offset,!0):e}nearest(e){for(let t=e;t;){let e=ZC.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 Z4)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 Z4&&!(n instanceof Z4&&t>=0)))n=a,r=l;else if(n&&l==e&&s==e&&a instanceof Z8&&2>Math.abs(t)){if(a.deco.startSide<0)break;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 Z4))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 ZV))return null;let i=BG(r.text,n);if(i==n)return null;let o=Zm(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==Ft.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?Zo(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?Ft.RTL:Ft.LTR}measureTextSize(){for(let e of this.children)if(e instanceof Z4){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=Zo(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 ZM(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(ZJ.replace({widget:new Z6(r),block:!0,inclusive:!0,isBlockGap:!0}).range(n,o))}if(!i)break;n=i.to+1}return ZJ.set(e)}updateDeco(){let e=1,t=this.view.state.facet(FZ).map(t=>(this.dynamicDecorationMap[e++]="function"==typeof t)?t(this.view):t),n=!1,r=this.view.state.facet(FF).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(Nz.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(FM))try{if(t(this.view,e.range,e))return!0}catch(e){FI(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=FH(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,h=!1;c&&!h;)if(1==c.nodeType){let e,d=c==l.body,p=1,f=1;if(d)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)&&(h=!0),c.scrollHeight<=c.clientHeight&&c.scrollWidth<=c.clientWidth){c=c.assignedSlot||c.parentNode;continue}let t=c.getBoundingClientRect();({scaleX:p,scaleY:f}=Zd(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(d)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(d)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==Ft.LTR)}}function FY(e,t){let n=e.observer.selectionRange;if(!n.focusNode)return null;let r=Zb(n.focusNode,n.focusOffset),i=Zw(n.focusNode,n.focusOffset),o=r||i;if(i&&r&&i.node!=r.node){let t=ZC.get(i.node);if(!t||t instanceof ZV&&t.text!=i.node.nodeValue)o=i;else if(e.docView.lastCompositionAfterCursor){let e=ZC.get(r.node);!e||e instanceof ZV&&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 FX=class{constructor(){this.changes=[]}compareRange(e,t){Z3(e,t,this.changes)}comparePoint(e,t){Z3(e,t,this.changes)}boundChange(e){Z3(e,e,this.changes)}};function FK(e,t){return e.top<t.bottom-1&&e.bottom>t.top+1}function FQ(e,t){return t<e.top?{top:t,left:e.left,right:e.right,bottom:e.bottom}:e}function FJ(e,t){return t>e.bottom?{top:e.top,left:e.left,right:e.right,bottom:t}:e}function F0(e,t,n){let r=e.nodeValue.length,i=-1,o=1e9,a=0;for(let s=0;s<r;s++){let r=Zm(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((Zz.chrome||Zz.gecko)&&Zm(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 F1(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:h}=t,d=h-s;if(d<0)return 0;if(d>u)return e.state.doc.length;for(let t=e.viewState.heightOracle.textHeight/2,i=!1;(l=e.elementAtHeight(d)).type!=ZQ.Text;)for(;!((d=r>0?l.bottom+t:l.top-t)>=0)||!(d<=u);){if(i)return n?null:0;i=!0,r=-r}h=s+d;let p=l.from;if(p<e.viewport.from)return 0==e.viewport.from?0:n?null:F2(e,a,l,c,h);if(p>e.viewport.to)return e.viewport.to==e.state.doc.length?e.state.doc.length:n?null:F2(e,a,l,c,h);let f=e.dom.ownerDocument,g=e.root.elementFromPoint?e.root:f,m=g.elementFromPoint(c,h);m&&!e.contentDOM.contains(m)&&(m=null),!m&&(c=Math.max(a.left+1,Math.min(a.right-1,c)),(m=g.elementFromPoint(c,h))&&!e.contentDOM.contains(m)&&(m=null));let v,y=-1;if(m&&(null===(i=e.docView.nearest(m))||void 0===i?void 0:i.isEditable)!=!1){if(f.caretPositionFromPoint){let e=f.caretPositionFromPoint(c,h);e&&({offsetNode:v,offset:y}=e)}else if(f.caretRangeFromPoint){let t=f.caretRangeFromPoint(c,h);t&&({startContainer:v,startOffset:y}=t,(!e.contentDOM.contains(v)||Zz.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 Zm(e,r-1,r).getBoundingClientRect().left>n}(v,y,c)||Zz.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():Zm(e,0,Math.max(e.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,y,c))&&(v=void 0))}v&&(y=Math.min(Zc(v),y))}if(!v||!e.docView.dom.contains(v)){let t=Z4.find(e.docView,p);if(!t)return d>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,h,d=!1;for(let g=t.firstChild;g;g=g.nextSibling){let t=Zo(g);for(let m=0;m<t.length;m++){var p,f;let v=t[m];u&&FK(u,v)&&(v=FQ(FJ(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?F0(g,n,r):e(g,n,r);if(!l||h>x||h==x&&c>y){l=g,u=v,c=y,h=x;let e=x?r<v.top?-1:1:y?n<v.left?-1:1:0;d=!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&&FK(a,v)?a=FJ(a,v.bottom):s&&FK(s,v)&&(s=FQ(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 F0(l,g,r);if(d&&"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,h))}let x=e.docView.nearest(v);if(!x)return null;if(!x.isWidget||(null===(o=x.dom)||void 0===o?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 F2(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+NJ(a,o,e.state.tabSize)}function F5(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==ZQ.Text))return e}return n}function F3(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=Fh.find(t,a,null!==(o=r.bidiLevel)&&void 0!==o?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=BG(e.text,a,l.forward(i,n));(c<l.from||c>l.to)&&(c=u),Ff=e.text.slice(Math.min(a,c),Math.max(a,c));let h=s==(i?t.length-1:0)?null:t[s+(i?1:-1)];return h&&c==u&&h.level+ +!i<l.level?B6.cursor(h.side(!i,n)+e.from,h.forward(i,n)?1:-1,h.level):B6.cursor(c+e.from,l.forward(i,n)?-1:1,l.level)}(i,o,a,s,n),u=Ff;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 F4(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 F8(e,t,n){let r=F4(e.state.facet(Fz).map(t=>t(e)),n.from,t.head>n.from?-1:1);return r==n.from?n:B6.cursor(r,r<n.from?1:-1)}class F6{constructor(e,t){this.points=e,this.text="",this.lineSeparator=t.facet(NE.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=ZC.get(r),a=ZC.get(i);(o&&a?o.breakAfter:(o?o.breakAfter:Zl(r))||Zl(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=ZC.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<Zc(t))return!1;if(t==e)return!0;n=Zs(t)+1,t=t.parentNode}}(e,n.node,n.offset)?0:t))}}class F9{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class F7{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 F9(n,r)),(i!=n||o!=r)&&t.push(new F9(i,o))),t}(e),n=new F6(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?B6.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||!Zr(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||!Zr(e.contentDOM,t.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset),a=e.viewport;if((Zz.ios||Zz.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=B6.single(r,n)}}}function ze(e,t){let n;let{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||Zz.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&&(Zz.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:BN.of(t.text.slice(u.from,u.toB).split("￿"))})}else r&&(!e.hasFocus&&e.state.facet(FP)||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)}:(Zz.mac||Zz.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=B6.single(r.main.anchor-1,r.main.head-1)),n={from:n.from,to:n.to,insert:BN.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))}:Zz.chrome&&n&&n.from==n.to&&n.from==i.head&&"\n "==n.insert.toString()&&e.lineWrapping&&(r&&(r=B6.single(r.main.anchor-1,r.main.head-1)),n={from:i.from,to:i.to,insert:BN.of([" "])}),n)return zt(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 zt(e,t,n,r=-1){let i;if(Zz.ios&&e.inputState.flushIOSKey(t))return!0;let o=e.state.selection.main;if(Zz.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&&Zv(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)&&Zv(e.contentDOM,"Backspace",8)||t.from==o.from&&t.to==o.to+1&&0==t.insert.length&&Zv(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&&FY(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 h=o.to-t.to,d=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-h,c=r-l.length;if(n.to-n.from!=d||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?B6.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(Fb).some(n=>n(e,t.from,t.to,a,s))||e.dispatch(s()),!0}class zn{setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){var t;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,Zz.safari&&e.contentDOM.addEventListener("input",()=>null),Zz.gecko&&(t=e.contentDOM.ownerDocument,zT.has(t)||(zT.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{})))}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=ZC.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(zr(t.value,i))}if(e&&e.domEventObservers)for(let r in e.domEventObservers){let i=e.domEventObservers[r];i&&n(r).observers.push(zr(t.value,i))}}for(let e in zu)n(e).handlers.push(zu[e]);for(let e in zc)n(e).observers.push(zc[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>za.indexOf(e.keyCode)&&(this.tabFocusMode=-1),Zz.android&&Zz.chrome&&!e.synthetic&&(13==e.keyCode||8==e.keyCode))?(this.view.observer.delayAndroidKey(e.key,e.keyCode),!0):Zz.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&((t=zi.find(t=>t.keyCode==e.keyCode))&&!e.ctrlKey||zo.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,Zv(this.view.contentDOM,t.key,t.keyCode,t instanceof KeyboardEvent?t:void 0))}ignoreDuringComposition(e){return!!/^key/.test(e.type)&&(this.composing>0||!!(Zz.safari&&!Zz.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 zr(e,t){return(n,r)=>{try{return t.call(e,r,n)}catch(e){FI(n.state,e)}}}let zi=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],zo="dthko",za=[16,17,18,20,91,92,224,225];function zs(e){return .7*Math.max(0,e)+8}class zl{constructor(e,t,n,r){var i,o;let a;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&&i!=t.body&&(!n||!r);)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(Fz).map(t=>t(e));let s=e.contentDOM.ownerDocument;s.addEventListener("mousemove",this.move=this.move.bind(this)),s.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=t.shiftKey,this.multiple=e.state.facet(NE.allowMultipleSelections)&&(i=e,o=t,(a=i.state.facet(Fg)).length?a[0](o):Zz.mac?o.metaKey:o.ctrlKey),this.dragging=!!function(e,t){let{main:n}=e.state.selection;if(n.empty)return!1;let r=Zn(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==zw(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>Math.max(Math.abs((t=this.startEvent).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=FH(this.view);e.clientX-l.left<=i+6?n=-zs(i-e.clientX):e.clientX+l.right>=a-6&&(n=zs(e.clientX-a)),e.clientY-l.top<=o+6?r=-zs(o-e.clientY):e.clientY+l.bottom>=s-6&&(r=zs(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=F4(this.atoms,r.from,0);e!=r.from&&(i=B6.cursor(e,-1))}else{let e=F4(this.atoms,r.from,-1),t=F4(this.atoms,r.to,1);(e!=r.from||t!=r.to)&&(i=B6.range(r.from==r.anchor?e:t,r.from==r.head?e:t))}i&&(t||(t=e.ranges.slice()),t[n]=i)}return t?B6.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 zu=Object.create(null),zc=Object.create(null),zh=Zz.ie&&Zz.ie_version<15||Zz.ios&&Zz.webkit_version<604;function zd(e,t,n){for(let r of e.facet(t))n=r(n,e);return n}function zp(e,t){t=zd(e.state,FS,t);let{state:n}=e,r,i=1,o=n.toText(t),a=o.lines==n.selection.ranges.length;if(null!=z_&&n.selection.ranges.every(e=>e.empty)&&z_==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:B6.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:B6.cursor(e.from+t.length)}}):n.replaceSelection(o);e.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}function zf(e,t,n,r){if(1==r)return B6.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 B6.cursor(t);0==o?n=1:o==i.length&&(n=-1);let a=o,s=o;n<0?a=BG(i.text,o,!1):s=BG(i.text,o);let l=r(i.text.slice(a,s));for(;a>0;){let e=BG(i.text,a,!1);if(r(i.text.slice(e,a))!=l)break;a=e}for(;s<i.length;){let e=BG(i.text,s);if(r(i.text.slice(s,e))!=l)break;s=e}return B6.range(a+i.from,s+i.from)}(e.state,t,n);{let n=Z4.find(e.docView,t),r=e.state.doc.lineAt(n?n.posAtEnd:t),i=n?n.posAtStart:r.from,o=n?n.posAtEnd:r.to;return o<e.state.doc.length&&o==r.to&&o++,B6.range(i,o)}}zc.scroll=e=>{e.inputState.lastScrollTop=e.scrollDOM.scrollTop,e.inputState.lastScrollLeft=e.scrollDOM.scrollLeft},zu.keydown=(e,t)=>(e.inputState.setSelectionOrigin("select"),27==t.keyCode&&0!=e.inputState.tabFocusMode&&(e.inputState.tabFocusMode=Date.now()+2e3),!1),zc.touchstart=(e,t)=>{e.inputState.lastTouchTime=Date.now(),e.inputState.setSelectionOrigin("select.pointer")},zc.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},zu.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(Fv))if(s=n(e,t))break;if(s||0!=t.button||(i=zm(n=e,r=t),o=zw(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=zm(n,e),l,u=zf(n,s.pos,s.bias,o);if(i.pos!=s.pos&&!t){let e=zf(n,i.pos,i.bias,o),t=Math.min(e.from,u.from),r=Math.max(e.to,u.to);u=t<u.from?B6.range(t,r):B6.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 B6.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):B6.create([u])}}),s){let n=!e.hasFocus;e.inputState.startMouseSelection(new zl(e,t,s,n)),n&&e.observer.ignore(()=>{Zg(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 zg=(e,t,n)=>t>=n.top&&t<=n.bottom&&e>=n.left&&e<=n.right;function zm(e,t){let n=e.posAtCoords({x:t.clientX,y:t.clientY},!1);return{pos:n,bias:function(e,t,n,r){let i=Z4.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&&zg(n,r,a))return -1;let s=i.coordsAt(o,1);return s&&zg(n,r,s)?1:a&&a.bottom>=r?-1:1}(e,n,t.clientX,t.clientY)}}let zv=Zz.ie&&Zz.ie_version<=11,zy=null,zx=0,zb=0;function zw(e){if(!zv)return e.detail;let t=zy,n=zb;return zy=e,zb=Date.now(),zx=!t||n>Date.now()-400&&2>Math.abs(t.clientX-e.clientX)&&2>Math.abs(t.clientY-e.clientY)?(zx+1)%3:1}function zS(e,t,n,r){let i;if(!(n=zd(e.state,FS,n)))return;let o=e.posAtCoords({x:t.clientX,y:t.clientY},!1),{draggedContent:a}=e.inputState,s=r&&a&&((i=e.state.facet(Fm)).length?i[0](t):Zz.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}zu.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=B6.range(e,t))}}let{inputState:r}=e;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=n,t.dataTransfer&&(t.dataTransfer.setData("Text",zd(e.state,F_,e.state.sliceDoc(n.from,n.to))),t.dataTransfer.effectAllowed="copyMove"),!1},zu.dragend=e=>(e.inputState.draggedContent=null,!1),zu.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&&zS(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 zS(e,t,n,!0),!0}return!1},zu.paste=(e,t)=>{if(e.state.readOnly)return!0;e.observer.flush();let n=zh?null:t.clipboardData;return n?(zp(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(),zp(e,n.value)},50)}(e),!1)};let z_=null;zu.copy=zu.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:zd(e,F_,t.join(e.lineBreak)),ranges:n,linewise:r}}(e.state);if(!n&&!i)return!1;z_=i?n:null,"cut"!=t.type||e.state.readOnly||e.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let o=zh?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 zC=N_.define();function zk(e,t){let n=[];for(let r of e.facet(Fw)){let i=r(e,t);i&&n.push(i)}return n?e.update({effects:n,annotations:zC.of(!0)}):null}function zM(e){setTimeout(()=>{let t=e.hasFocus;if(t!=e.inputState.notifiedFocused){let n=zk(e.state,t);n?e.dispatch(n):e.update([])}},10)}zc.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),zM(e)},zc.blur=e=>{e.observer.clearSelectionRange(),zM(e)},zc.compositionstart=zc.compositionupdate=e=>{!e.observer.editContext&&(null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0))},zc.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,Zz.chrome&&Zz.android?e.observer.flushSoon():e.inputState.compositionPendingChange?Promise.resolve().then(()=>e.observer.flush()):setTimeout(()=>{e.inputState.composing<0&&e.docView.hasComposition&&e.update([])},50))},zc.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},zu.beforeinput=(e,t)=>{var n,r;let i;if("insertReplacementText"==t.inputType&&e.observer.editContext){let r=null===(n=t.dataTransfer)||void 0===n?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 zt(e,{from:n,to:o,insert:e.state.toText(r)},null),!0}}if(Zz.chrome&&Zz.android&&(i=zi.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?void 0:r.height)||0;setTimeout(()=>{var n;((null===(n=window.visualViewport)||void 0===n?void 0:n.height)||0)>t+10&&e.hasFocus&&(e.contentDOM.blur(),e.focus())},100)}return Zz.ios&&"deleteContentForward"==t.inputType&&e.observer.flushSoon(),Zz.safari&&"insertText"==t.inputType&&e.inputState.composing>=0&&setTimeout(()=>zc.compositionend(e,t),20),!1};let zT=new Set,zD=["pre-wrap","normal","pre-line","break-spaces"],zA=!1;class zI{constructor(e){this.lineWrapping=e,this.doc=BN.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 zD.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=zD.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 zP{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class zO{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?ZQ.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 Z2?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 zO(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var zR=((V=zR||(zR={}))[V.ByPos=0]="ByPos",V[V.ByHeight=1]="ByHeight",V[V.ByPosNoHeight=2]="ByPosNoHeight",V);class zE{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&&(zA=!0),this.height=e)}replace(e,t,n){return zE.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],h=i.lineAt(s,zR.ByPosNoHeight,n.setDoc(t),0,0),d=h.to>=l?h:i.lineAt(l,zR.ByPosNoHeight,n,0,0);for(c+=d.to-l,l=d.to;a>0&&h.from<=r[a-1].toA;)s=r[a-1].fromA,u=r[a-1].fromB,a--,s<h.from&&(h=i.lineAt(s,zR.ByPosNoHeight,n,0,0));u+=h.from-s,s=h.from;let p=zV.build(n.setDoc(o),e,u,c);i=zL(i,i.replace(s,l,p))}return i.updateHeight(n,0)}static empty(){return new zN(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 zF(zE.of(e.slice(0,t)),o,zE.of(e.slice(n)))}}function zL(e,t){return e==t?e:(e.constructor!=t.constructor&&(zA=!0),t)}zE.prototype.size=1;class zB extends zE{constructor(e,t,n){super(e,t),this.deco=n}blockAt(e,t,n,r){return new zO(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 zN extends zB{constructor(e,t){super(e,t,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(e,t,n,r){return new zO(r,this.length,n,this.height,this.breaks)}replace(e,t,n){let r=n[0];return 1==n.length&&(r instanceof zN||r instanceof zZ&&4&r.flags)&&10>Math.abs(this.length-r.length)?(r instanceof zZ?r=new zN(r.length,this.height):r.height=this.height,this.outdated||(r.outdated=!1),r):zE.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 zZ extends zE{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 zO(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 zO(s,l,n+a*r,a,0)}}lineAt(e,t,n,r,i){if(t==zR.ByHeight)return this.blockAt(e,n,r,i);if(t==zR.ByPosNoHeight){let{from:t,to:r}=n.doc.lineAt(e);return new zO(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,h=r+a*c+s*(l.from-i-c);return new zO(l.from,l.length,Math.max(r,Math.min(h,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 zO(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 zZ?n[n.length-1]=new zZ(e.length+r):n.push(null,new zZ(r-1))}if(e>0){let t=n[0];t instanceof zZ?n[0]=new zZ(e+t.length):n.unshift(new zZ(e-1),null)}return zE.of(n)}decomposeLeft(e,t){t.push(new zZ(e-1),null)}decomposeRight(e,t){t.push(null,new zZ(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 zZ(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 zN(t,i);s.outdated=!1,n.push(s),o+=t+1}o<=i&&n.push(null,new zZ(i-o).updateHeight(e,o));let s=zE.of(n);return(a<0||Math.abs(s.height-this.height)>=.001||Math.abs(a-this.heightMetrics(e,t).perLine)>=.001)&&(zA=!0),zL(this,s)}return(n||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class zF extends zE{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==zR.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==zR.ByPosNoHeight?zR.ByPosNoHeight:zR.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,zR.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&&zz(i,o-1),t<this.length){let e=i.length;this.decomposeRight(t,i),zz(i,e)}return zE.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?zE.of(this.break?[e,null,t]:[e,t]):(this.left=zL(this.left,e),this.right=zL(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 zz(e,t){let n,r;null==e[t]&&(n=e[t-1])instanceof zZ&&(r=e[t+1])instanceof zZ&&e.splice(t-1,3,new zZ(n.length+1+r.length))}class zV{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 zN?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new zN(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 zB(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 zN(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,t){let n=new zZ(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 zN)return e;let t=new zN(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 zN||this.isCovered?(this.writtenTo<this.pos||null==t)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new zN(0,-1));let n=e;for(let e of this.nodes)e instanceof zN&&e.updateHeight(this.oracle,n),n+=e?e.length:1;return this.nodes}static build(e,t,n,r){let i=new zV(n,e);return Nz.spans(t,n,r,i,0),i.finish(n)}}class zj{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,n,r){(e<t||n&&n.heightRelevant||r&&r.heightRelevant)&&Z3(e,t,this.changes,5)}}class z${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 ZJ.replace({widget:new zH(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class zH extends ZK{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 zW{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=zY,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=Ft.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let t=e.facet(FN).some(e=>"function"!=typeof e&&"cm-lineWrapping"==e.class);this.heightOracle=new zI(t),this.stateDeco=e.facet(FZ).filter(e=>"function"!=typeof e),this.heightMap=zE.empty().applyChanges(this.stateDeco,BN.empty,this.heightOracle.setDoc(e.doc),[new FG(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=ZJ.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 zG(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?zY:new zX(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(zK(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(FZ).filter(e=>"function"!=typeof e);let a=e.changedRanges,s=FG.extendWithRanges(a,(n=this.stateDeco,r=e?e.changes:BJ.empty(this.state.doc.length),i=new zj,Nz.compare(o,n,r,i,0),i.changes)),l=this.heightMap.height,u=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);zA=!1,this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),s),(this.heightMap.height!=l||zA)&&(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 h=c.from!=this.viewport.from||c.to!=this.viewport.to;this.viewport=c,e.flags|=this.updateForViewport(),(h||!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(Fk)&&(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?Ft.RTL:Ft.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 h=0,d=0;if(u.width&&u.height){let{scaleX:e,scaleY:t}=Zd(i,u);(e>.005&&Math.abs(this.scaleX-e)>.005||t>.005&&Math.abs(this.scaleY-t)>.005)&&(this.scaleX=e,this.scaleY=t,h|=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,h|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(a.lineWrapping&&(c=!0),this.editorWidth=e.scrollDOM.clientWidth,h|=16);let g=e.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=g&&(this.scrollAnchorHeight=-1,this.scrollTop=g),this.scrolledToBottom=Zx(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,h|=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,h|=16)}for(let n of(v>0&&y>0?d=Math.max(v,y):v<0&&y<0&&(d=Math.min(v,y)),zA=!1,this.viewports)){let r=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=(l?zE.empty().applyChanges(this.stateDeco,BN.empty,this.heightOracle,[new FG(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(a,0,l,new zP(n.from,r))}zA&&(h|=2)}let w=!this.viewportIsAppropriate(this.viewport,d)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return w&&(2&h&&(h|=this.updateScaler()),this.viewport=this.getViewport(d,this.scrollTarget),h|=this.updateForViewport()),(2&h||w)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(l?[]:this.lineGaps,e)),h|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),h}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 zG(r.lineAt(o-1e3*n,zR.ByHeight,i,0,0).from,r.lineAt(a+(1-n)*1e3,zR.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,zR.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 zG(r.lineAt(a-500,zR.ByHeight,i,0,0).from,r.lineAt(a+n+500,zR.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 zG(this.heightMap.lineAt(n,zR.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(r,zR.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,zR.ByPos,this.heightOracle,0,0),{bottom:i}=this.heightMap.lineAt(t,zR.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 z$(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!=Ft.LTR&&!n)return[];let a=[],s=(r,o,l,u)=>{if(o-r<i)return;let c=this.state.selection.main,h=[c.from];for(let e of(c.empty||h.push(c.to),h))if(e>r&&e<o){s(r,e-10,l,u),s(e+10,o,l,u);return}let d=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&&!h.some(t=>e.from<t&&e.to>t));if(!d){if(o<l.to&&t&&n&&t.visibleRanges.some(e=>e.from<=o&&e.to>=o)){let e=t.moveToLineBoundary(B6.cursor(o),!1,!0).head;e>r&&(o=e)}let e=this.gapSize(l,r,o,u),i=n||e<2e6?e:2e6;d=new z$(r,o,e,i)}a.push(d)},l=t=>{var i,a,l;let u,c,h,d,p;if(t.length<o||t.type!=ZQ.Text)return;let f=(i=t.from,a=t.to,l=this.stateDeco,h=[],d=i,p=0,Nz.spans(l,i,a,{span(){},point(e,t){e>d&&(h.push({from:d,to:e}),p+=e-d),d=t}},20),d<a&&(h.push({from:d,to:a}),p+=a-d),{total:p,ranges:h});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=zU(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=zq(f,e),c=zq(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,h=this.pixelViewport.right+s;if(null!=g){let e=zU(f,g),t=((h-l)/2+a)/o;n=e-t,i=e+t}else n=(l-a)/o,i=(h+a)/o;u=zq(f,n),c=zq(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=zU(r,n)-zU(r,t);return this.heightOracle.lineWrapping?e.height*i:r.total*this.heightOracle.charWidth*i}updateLineGaps(e){z$.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=ZJ.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=[];Nz.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)||zK(this.heightMap.lineAt(e,zR.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)||zK(this.heightMap.lineAt(this.scaler.fromDOM(e),zR.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 zK(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 zG{constructor(e,t){this.from=e,this.to=t}}function zq({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 zU(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 zY={toDOM:e=>e,fromDOM:e=>e,scale:1,eq(e){return e==this}};class zX{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,zR.ByPos,e,0,0).top,a=t.lineAt(i,zR.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 zX&&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 zK(e,t){if(1==t.scale)return e;let n=t.toDOM(e.top),r=t.toDOM(e.bottom);return new zO(e.from,e.length,n,r-n,Array.isArray(e._content)?e._content.map(e=>zK(e,t)):e._content)}let zQ=Ne.define({combine:e=>e.join(" ")}),zJ=Ne.define({combine:e=>e.indexOf(!0)>-1}),z0=N5.newName(),z1=N5.newName(),z2=N5.newName(),z5={"&light":"."+z1,"&dark":"."+z2};function z3(e,t,n){return new N5(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 z4=z3("."+z0,{"&":{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"}},z5),z8={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},z6=Zz.ie&&Zz.ie_version<=11;class z9{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new Zp,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);(Zz.ie&&Zz.ie_version<=11||Zz.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&&!(Zz.chrome&&Zz.chrome_version<126)&&(this.editContext=new Vt(e),e.state.facet(FP)&&(e.contentDOM.editContext=this.editContext.editContext)),z6&&(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?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(FP)?n.root.activeElement!=this.dom:!Zi(this.dom,r))return;let i=r.anchorNode&&n.docView.nearest(r.anchorNode);if(i&&i.ignoreEvent(e)){t||(this.selectionChanged=!1);return}(Zz.ie&&Zz.ie_version<=11||Zz.android&&Zz.chrome)&&!n.state.selection.main.empty&&r.focusNode&&Za(r.focusNode,r.focusOffset,r.anchorNode,r.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=Zn(e.root);if(!t)return!1;let n=Zz.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 Ve(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?Ve(e,n):null}(this.view,t)||t;if(!n||this.selectionRange.eq(n))return!1;let r=Zi(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,Zc(n));;)if(r){if(1!=n.nodeType)return!1;let e=n.childNodes[r-1];"false"==e.contentEditable?r--:r=Zc(n=e)}else{if(n==e)return!0;r=Zs(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,z8),z6&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),z6&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(e,t){var n;this.delayedAndroidKey||(this.flushingAndroidKey=this.view.win.requestAnimationFrame(()=>{let e=this.delayedAndroidKey;e&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=e.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&e.force&&Zv(this.dom,e.key,e.keyCode))})),this.delayedAndroidKey&&"Enter"!=e||(this.delayedAndroidKey={key:e,keyCode:t,force:this.lastChange<Date.now()-50||!!(null===(n=this.delayedAndroidKey)||void 0===n?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&&Zi(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 F7(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=ze(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=z7(t,e.previousSibling||e.target.previousSibling,-1),r=z7(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(FP)!=e.state.facet(FP)&&(e.view.contentDOM.editContext=e.state.facet(FP)?this.editContext.editContext:null))}destroy(){var e,t,n;for(let r of(this.stop(),null===(e=this.intersection)||void 0===e||e.disconnect(),null===(t=this.gapIntersection)||void 0===t||t.disconnect(),null===(n=this.resizeScroll)||void 0===n||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 z7(e,t,n){for(;t;){let r=ZC.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 Ve(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 Za(a.node,a.offset,i,o)&&([n,r,i,o]=[i,o,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:o}}class Vt{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:BN.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=B6.single(this.toEditorPos(t.selectionStart),this.toEditorPos(t.selectionEnd));r.main.eq(n)||e.dispatch({selection:r,userEvent:"select"});return}if((Zz.mac||Zz.android)&&s.from==i-1&&/^\. ?$/.test(t.text)&&"off"==e.contentDOM.getAttribute("autocorrect")&&(s={from:o,to:a,insert:BN.of([t.text.replace("."," ")])}),this.pendingContextChange=s,!e.state.readOnly){let n=this.to-this.from+(s.to-s.from+s.insert.length);zt(e,s,B6.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(ZJ.mark({attributes:{style:e}}).range(i,o))}}}e.dispatch({effects:FA.of(ZJ.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=Zn(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}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 Vn{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 zW(e.state||NE.create(e)),e.scrollTo&&e.scrollTo.is(FD)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(FR).map(e=>new FL(e)),this.plugins))t.update(this);this.observer=new z9(this),this.inputState=new zn(this),this.inputState.ensureHandlers(this.plugins),this.docView=new FU(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),(null===(t=document.fonts)||void 0===t?void 0:t.ready)&&document.fonts.ready.then(()=>this.requestMeasure())}dispatch(...e){let t=1==e.length&&e[0]instanceof NT?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(zC))?(this.inputState.notifiedFocused=o,a=1):o==this.inputState.notifiedFocused||(this.inputState.notifiedFocused=o,(s=zk(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(NE.phrases)!=this.state.facet(NE.phrases))return this.setState(i);r=Fq.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 FT(e.empty?e:B6.cursor(e.head,e.head>e.anchor?-1:1))}for(let e of t.effects)e.is(FD)&&(c=e.value.clip(this.state))}this.viewState.update(r,c),this.bidiCache=Vo.update(this.bidiCache,r.changes),r.empty||(this.updatePlugins(r),this.inputState.update(r)),t=this.docView.update(r),this.state.facet(FW)!=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(zQ)!=r.state.facet(zQ)&&(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(Fx))try{e(r)}catch(e){FI(this.state,e,"update listener")}(s||u)&&Promise.resolve().then(()=>{s&&this.state==s.startState&&this.dispatch(s),u&&!ze(this,u)&&l.force&&Zv(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 zW(e),this.plugins=e.facet(FR).map(e=>new FL(e)),this.pluginMap.clear(),this.plugins))t.update(this);this.docView.destroy(),this.docView=new FU(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(FR),n=e.state.facet(FR);if(t!=n){let r=[];for(let i of n){let n=t.indexOf(i);if(n<0)r.push(new FL(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){FI(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(Zx(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 FI(this.state,e),Vi}}),u=Fq.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]!=Vi)try{let t=s[e];t.write&&t.write(l[e],this)}catch(e){FI(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}{let e=(i<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(i).top)-o;if(e>1||e<-1){r+=e,n.scrollTop=r/this.scaleY,o=-1;continue}}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(t&&!t.empty)for(let e of this.state.facet(Fx))e(t)}get themeClasses(){return z0+" "+(this.state.facet(zJ)?z2:z1)+" "+this.state.facet(zQ)}updateAttrs(){let e=Va(this,FB,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(FP)?"true":"false",class:"cm-content",style:`${Zz.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),Va(this,FN,t);let n=this.observer.ignore(()=>{let n=ZX(this.contentDOM,this.contentAttrs,t),r=ZX(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(Vn.announce)&&(t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value)}mountStyles(){this.styleModules=this.state.facet(FW);let e=this.state.facet(Vn.cspNonce);N5.mount(this.root,this.styleModules.concat(z4).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 F8(this,e,F3(this,e,t,n))}moveByGroup(e,t){return F8(this,e,F3(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==NO.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 B6.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=F5(e,t.head),o=r&&i.type==ZQ.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==Ft.LTR)?t.right-1:t.left+1,y:(o.top+o.bottom)/2});if(null!=a)return B6.cursor(a,n?-1:1)}return B6.cursor(n?i.to:i.from,n?-1:1)}(this,e,t,n)}moveVertically(e,t,n){return F8(this,e,function(e,t,n,r){let i=t.head,o=n?1:-1;if(i==(n?e.state.doc.length:0))return B6.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 h=l.left+a,d=null!=r?r:e.viewState.heightOracle.textHeight>>1;for(let t=0;;t+=10){let n=s+(d+t)*o,r=F1(e,{x:h,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 B6.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(),F1(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 Zh(n,i[Fh.find(i,e-r.from,-1,t)].dir==Ft.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(FC)||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>Vr)return Fp(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=Fj(this,e))))return r.order;n||(n=Fj(this,e));let r=function(e,t,n){if(!e)return[new Fh(0,0,+(t==Fr))];if(t==Fn&&!n.length&&!Fc.test(e))return Fp(e.length);if(n.length)for(;e.length>Fd.length;)Fd[Fd.length]=256;let r=[],i=+(t!=Fn);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=Fu(e.charCodeAt(t));512==i?i=n:8==i&&4==r&&(i=16),Fd[t]=4==i?2:i,7&i&&(r=i),n=i}for(let e=a,t=l,r=l;e<s;e++){let i=Fd[e];if(128==i)e<s-1&&t==Fd[e+1]&&24&t?i=Fd[e]=t:Fd[e]=256;else if(64==i){let i=e+1;for(;i<s&&64==Fd[i];)i++;let o=e&&8==t||i<n&&8==Fd[i]?1==r?1:8:256;for(let t=e;t<i;t++)Fd[t]=o;e=i-1}else 8==i&&1==r&&(Fd[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=Fs[n=e.charCodeAt(t)]){if(r<0){for(let e=s-3;e>=0;e-=3)if(Fl[e+1]==-r){let n=Fl[e+2],r=2&n?i:4&n?1&n?o:i:0;r&&(Fd[t]=Fd[Fl[e]]=r),s=e;break}}else if(189==Fl.length)break;else Fl[s++]=t,Fl[s++]=n,Fl[s++]=l}else if(2==(a=Fd[t])||1==a){let e=a==i;l=+!e;for(let t=s-3;t>=0;t-=3){let n=Fl[t+2];if(2&n)break;if(e)Fl[t+2]|=2;else{if(4&n)break;Fl[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=Fd[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==Fd[a])a++;else break;let u=1==o,c=u==((a<t?Fd[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),Fd[--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,h=0;c<i;){let r=!0,d=!1;if(h==s.length||c<s[h].from){let e=Fd[c];e!=u&&(r=!1,d=16==e)}let p=r||1!=u?null:[],f=r?o:o+1,g=c;i:for(;;)if(h<s.length&&g==s[h].from){if(d)break;let t=s[h];if(!r)for(let e=t.to,n=h+1;;){if(e==i)break i;if(n<s.length&&s[n].from==e)e=s[n++].to;else if(Fd[e]==u)break i;else break}h++,p?p.push(t):(t.from>c&&l.push(new Fh(c,t.from,f)),e(n,t.direction==Fn!=!(f%2)?o+1:o,a,t.inner,t.from,t.to,l),c=t.to),g=t.to}else if(g==i||(r?Fd[g]!=u:Fd[g]==u))break;else g++;p?t(n,c,g,o+1,a,p,l):c<g&&l.push(new Fh(c,g,f)),c=g}else for(let c=i,h=s.length;c>r;){let i=!0,d=!1;if(!h||c>s[h-1].to){let e=Fd[c-1];e!=u&&(i=!1,d=16==e)}let p=i||1!=u?null:[],f=i?o:o+1,g=c;i:for(;;)if(h&&g==s[h-1].to){if(d)break;let t=s[--h];if(!i)for(let e=t.from,n=h;;){if(e==r)break i;if(n&&s[n-1].to==e)e=s[--n].from;else if(Fd[e-1]==u)break i;else break}p?p.push(t):(t.to<c&&l.push(new Fh(t.to,c,f)),e(n,t.direction==Fn!=!(f%2)?o+1:o,a,t.inner,t.from,t.to,l),c=t.from),g=t.from}else if(g==r||(i?Fd[g-1]!=u:Fd[g-1]==u))break;else g--;p?t(n,g,c,o+1,a,p,l):g<c&&l.push(new Fh(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 Vo(e.from,e.to,t,n,!0,r)),r}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||Zz.safari&&(null===(e=this.inputState)||void 0===e?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{Zg(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 FD.of(new FT("number"==typeof e?B6.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 FD.of(new FT(B6.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 FE.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return FE.define(()=>({}),{eventObservers:e})}static theme(e,t){let n=N5.newName(),r=[zQ.of(n),FW.of(z3(`.${n}`,e))];return t&&t.dark&&r.push(zJ.of(!0)),r}static baseTheme(e){return Nu.lowest(FW.of(z3("."+z0,e,z5)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),r=n&&ZC.get(n)||ZC.get(e);return(null===(t=null==r?void 0:r.rootView)||void 0===t?void 0:t.view)||null}}Vn.styleModule=FW,Vn.inputHandler=Fb,Vn.clipboardInputFilter=FS,Vn.clipboardOutputFilter=F_,Vn.scrollHandler=FM,Vn.focusChangeEffect=Fw,Vn.perLineTextDirection=FC,Vn.exceptionSink=Fy,Vn.updateListener=Fx,Vn.editable=FP,Vn.mouseSelectionStyle=Fv,Vn.dragMovesSelection=Fm,Vn.clickAddsSelectionRange=Fg,Vn.decorations=FZ,Vn.outerDecorations=FF,Vn.atomicRanges=Fz,Vn.bidiIsolatedRanges=FV,Vn.scrollMargins=F$,Vn.darkTheme=zJ,Vn.cspNonce=Ne.define({combine:e=>e.length?e[0]:""}),Vn.contentAttributes=FN,Vn.editorAttributes=FB,Vn.lineWrapping=Vn.contentAttributes.of({class:"cm-lineWrapping"}),Vn.announce=NM.define();let Vr=4096,Vi={};class Vo{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:Ft.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 Vo(t.mapPos(o.from,1),t.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return n}}function Va(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&&Zq(o,n)}return n}let Vs=Zz.mac?"mac":Zz.windows?"win":Zz.linux?"linux":"key";function Vl(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 Vu=Nu.default(Vn.domEventHandlers({keydown:(e,t)=>Vg(Vd(t.state),e,t,"editor")})),Vc=Ne.define({enables:Vu}),Vh=new WeakMap;function Vd(e){let t=e.facet(Vc),n=Vh.get(t);return n||Vh.set(t,n=function(e,t=Vs){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)),h=r.split(/ (?!$)/).map(e=>(function(e,t){let n,r,i,o;let 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<h.length;t++){let n=h.slice(0,t).join(" ");i(n,!0),c[n]||(c[n]={preventDefault:!0,stopPropagation:!1,run:[t=>{let r=Vp={view:t,prefix:n,scope:e};return setTimeout(()=>{Vp==r&&(Vp=null)},4e3),!0}]})}let d=h.join(" ");i(d,!1);let p=c[d]||(c[d]={preventDefault:!1,stopPropagation:!1,run:(null===(u=null===(l=c._any)||void 0===l?void 0:l.run)||void 0===u?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,Vf))}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 Vp=null,Vf=null;function Vg(e,t,n,r){var i;Vf=t;let o=("Esc"==(i=!(N9&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||N7&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?N6:N8)[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=BY(Bq(o,0))==o.length&&" "!=o,s="",l=!1,u=!1,c=!1;Vp&&Vp.view==n&&Vp.scope==r&&(s=Vp.prefix+" ",0>za.indexOf(t.keyCode)&&(u=!0,Vp=null));let h=new Set,d=e=>{if(e){for(let t of e.run)if(!h.has(t)&&(h.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&&(d(p[s+Vl(o,t,!a)])?l=!0:a&&(t.altKey||t.metaKey||t.ctrlKey)&&!(Zz.windows&&t.ctrlKey&&t.altKey)&&(f=N8[t.keyCode])&&f!=o?d(p[s+Vl(f,t,!0)])?l=!0:t.shiftKey&&(g=N6[t.keyCode])!=o&&g!=f&&d(p[s+Vl(g,t,!1)])&&(l=!0):a&&t.shiftKey&&d(p[s+Vl(o,t,!0)])&&(l=!0),!l&&d(p._any)&&(l=!0)),u&&(l=!0),l&&c&&t.stopPropagation(),Vf=null,l}class Vm{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==Ft.LTR,a=e.contentDOM,s=a.getBoundingClientRect(),l=Vv(e),u=a.querySelector(".cm-line"),c=u&&window.getComputedStyle(u),h=s.left+(c?parseInt(c.paddingLeft)+Math.min(0,parseInt(c.textIndent)):0),d=s.right-(c?parseInt(c.paddingRight):0),p=F5(e,r),f=F5(e,i),g=p.type==ZQ.Text?p:null,m=f.type==ZQ.Text?f:null;if(g&&(e.lineWrapping||p.widgetLineBreaks)&&(g=Vy(e,r,1,g)),m&&(e.lineWrapping||f.widgetLineBreaks)&&(m=Vy(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(h,t.bottom,d,r.top)):t.bottom<r.top&&e.elementAtHeight((t.bottom+r.top)/2).type==ZQ.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 Vm(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==Ft.LTR?s.push(o&&n?h:p.left,o&&u?d:f.right):s.push(!o&&u?h:f.left,!o&&n?d: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=Vv(e);return[new Vm(t,r.left-i.left,r.top-i.top,null,r.bottom-r.top)]}}}function Vv(e){let t=e.scrollDOM.getBoundingClientRect();return{left:(e.textDirection==Ft.LTR?t.left:t.right-e.scrollDOM.clientWidth*e.scaleX)-e.scrollDOM.scrollLeft*e.scaleX,top:t.top-e.scrollDOM.scrollTop*e.scaleY}}function Vy(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 Vx{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(Vb)!=e.state.facet(Vb)&&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(Vb);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 Vb=Ne.define();function Vw(e){return[FE.define(t=>new Vx(t,e)),Vb.of(e)]}let VS=!(Zz.ios&&Zz.webkit&&Zz.webkit_version<534),V_=Ne.define({combine:e=>NL(e,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(e,t)=>Math.min(e,t),drawRangeCursor:(e,t)=>e||t})});function VC(e){return e.startState.facet(V_)!=e.state.facet(V_)}let Vk=Vw({above:!0,markers(e){let{state:t}=e,n=t.facet(V_),r=[];for(let i of t.selection.ranges){let o=i==t.selection.main;if(i.empty?!o||VS:n.drawRangeCursor){let t=o?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",n=i.empty?i:B6.cursor(i.head,i.head>i.anchor?-1:1);for(let i of Vm.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=VC(e);return n&&VM(e.state,t),e.docChanged||e.selectionSet||n},mount(e,t){VM(t.state,e)},class:"cm-cursorLayer"});function VM(e,t){t.style.animationDuration=e.facet(V_).cursorBlinkRate+"ms"}let VT=Vw({above:!1,markers:e=>e.state.selection.ranges.map(t=>t.empty?[]:Vm.forRange(e,"cm-selectionBackground",t)).reduce((e,t)=>e.concat(t)),update:(e,t)=>e.docChanged||e.selectionSet||e.viewportChanged||VC(e),class:"cm-selectionLayer"}),VD={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};VS&&(VD[".cm-line"].caretColor=VD[".cm-content"].caretColor="transparent !important");let VA=Nu.highest(Vn.theme(VD)),VI=NM.define({map:(e,t)=>null==e?null:t.mapPos(e)}),VP=Na.define({create:()=>null,update:(e,t)=>(null!=e&&(e=t.changes.mapPos(e)),t.effects.reduce((e,t)=>t.is(VI)?t.value:e,e))}),VO=FE.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(VP);null==n?null!=this.cursor&&(null===(t=this.cursor)||void 0===t||t.remove(),this.cursor=null):(this.cursor||(this.cursor=this.view.scrollDOM.appendChild(document.createElement("div")),this.cursor.className="cm-dropCursor"),(e.startState.field(VP)!=n||e.docChanged||e.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:e}=this,t=e.state.field(VP),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(VP)!=e&&this.view.dispatch({effects:VI.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 VR(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 VE{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 NV,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))VR(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,h=(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,h);else VR(e.state.doc,this.regexp,s,l,(t,n)=>this.addMatch(n,e,t,h));t=t.update({filterFrom:s,filterTo:l,filter:(e,t)=>e<s||t>l,add:u})}}return t}}let VL=null!=/x/.unicode?"gu":"g",VB=RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad؜​‎‏\u2028\u2029‭‮⁦⁧⁩\uFEFF-]",VL),VN={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"},VZ=null,VF=Ne.define({combine(e){let t=NL(e,{render:null,specialChars:VB,addSpecialChars:null});return(t.replaceTabs=!function(){var e;if(null==VZ&&"undefined"!=typeof document&&document.body){let t=document.body.style;VZ=(null!==(e=t.tabSize)&&void 0!==e?e:t.MozTabSize)!=null}return VZ||!1}())&&(t.specialChars=RegExp(" |"+t.specialChars.source,VL)),t.addSpecialChars&&(t.specialChars=RegExp(t.specialChars.source+"|"+t.addSpecialChars.source,VL)),t}}),Vz=null;class VV extends ZK{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")+" "+(VN[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 Vj extends ZK{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 V$=ZJ.line({class:"cm-activeLine"}),VH=FE.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(V$.range(i.from)),t=i.from)}return ZJ.set(n)}},{decorations:e=>e.decorations});class VW extends ZK{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?Zo(e.firstChild):[];if(!t.length)return null;let n=window.getComputedStyle(e.parentNode),r=Zh(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 VG(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):NQ(o.text,e.state.tabSize,i-o.from);return{line:o.number,col:s,off:a}}let Vq={Alt:[18,e=>!!e.altKey],Control:[17,e=>!!e.ctrlKey],Shift:[16,e=>!!e.shiftKey],Meta:[91,e=>!!e.metaKey]},VU={style:"cursor: crosshair"},VY="-10000px";class VX{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)||void 0===n||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 VK(e){let t=e.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:t.clientHeight,right:t.clientWidth}}let VQ=Ne.define({combine:e=>{var t,n,r;return{position:Zz.ios?"absolute":(null===(t=e.find(e=>e.position))||void 0===t?void 0:t.position)||"fixed",parent:(null===(n=e.find(e=>e.parent))||void 0===n?void 0:n.parent)||null,tooltipSpace:(null===(r=e.find(e=>e.tooltipSpace))||void 0===r?void 0:r.tooltipSpace)||VK}}}),VJ=new WeakMap,V0=FE.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(VQ);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 VX(e,V3,(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(VQ);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=VY,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)||void 0===e||e.call(t);this.parent&&this.container.remove(),null===(t=this.resizeObserver)||void 0===t||t.disconnect(),null===(n=this.intersectionObserver)||void 0===n||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(Zz.gecko)n=e.offsetParent!=this.container.ownerDocument.body;else if(e.style.top==VY&&"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=FH(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(VQ).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,h=e.pos[s],d=e.size[s];if(!h||!1!==l.clip&&(h.bottom<=Math.max(n.top,r.top)||h.top>=Math.min(n.bottom,r.bottom)||h.right<Math.max(n.left,r.left)-.1||h.left>Math.min(n.right,r.right)+.1)){c.style.top=VY;continue}let p=l.arrow?u.dom.querySelector(".cm-tooltip-arrow"):null,f=7*!!p,g=d.right-d.left,m=null!==(t=VJ.get(u))&&void 0!==t?t:d.bottom-d.top,v=u.offset||V5,y=this.view.textDirection==Ft.LTR,x=d.width>r.right-r.left?y?r.left:r.right-d.width:y?Math.max(r.left,Math.min(h.left-14*!!p+v.x,r.right-g)):Math.min(Math.max(r.left,h.left-g+14*!!p-v.x),r.right-g),b=this.above[s];!l.strictSide&&(b?h.top-m-f-v.y<r.top:h.bottom+m+f+v.y>r.bottom)&&b==r.bottom-h.bottom>h.top-r.top&&(b=this.above[s]=!b);let w=(b?h.top-r.top:r.bottom-h.bottom)-f;if(w<m&&!1!==u.resize){if(w<this.view.defaultLineHeight){c.style.top=VY;continue}VJ.set(u,m),c.style.height=(m=w)/o+"px"}else c.style.height&&(c.style.height="");let S=b?h.top-m-f-v.y:h.bottom+f+v.y,_=x+g;if(!0!==u.overlap)for(let e of a)e.left<_&&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",V1(c,(x-e.parent.left)/i)):(c.style.top=S/o+"px",V1(c,x/i)),p){let e=h.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:_,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=VY}},{eventObservers:{scroll(){this.maybeMeasure()}}});function V1(e,t){let n=parseInt(e.style.left,10);(isNaN(n)||Math.abs(t-n)>1)&&(e.style.left=t+"px")}let V2=Vn.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"}}}),V5={x:0,y:0},V3=Ne.define({enables:[V0,V2]}),V4=Ne.define({combine:e=>e.reduce((e,t)=>e.concat(t),[])});class V8{static create(e){return new V8(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new VX(e,V4,(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)||void 0===e||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 V6=V3.compute([V4],e=>{let t=e.facet(V4);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)&&void 0!==t?t:e.pos})),create:V8.create,above:t[0].above,arrow:t.some(e=>e.arrow)}});class V9{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 Z$)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==Ft.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=>FI(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(V0),t=e?e.manager.tooltips.findIndex(e=>e.create==V8.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?void 0:t.end)&&void 0!==n?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 V7(e,t){let n=e.plugin(V0);if(!n)return null;let r=n.manager.tooltips.indexOf(t);return r<0?null:n.manager.tooltipViews[r]}let je=NM.define(),jt=Ne.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 jn(e,t){let n=e.plugin(jr),r=n?n.specs.indexOf(t):-1;return r>-1?n.panels[r]:null}let jr=FE.fromClass(class{constructor(e){this.input=e.state.facet(ja),this.specs=this.input.filter(e=>e),this.panels=this.specs.map(t=>t(e));let t=e.state.facet(jt);for(let n of(this.top=new ji(e,!0,t.topContainer),this.bottom=new ji(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(jt);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new ji(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new ji(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(ja);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=>Vn.scrollMargins.of(t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class ji{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=jo(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=jo(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 jo(e){let t=e.nextSibling;return e.remove(),t}let ja=Ne.define({enables:jr});class js extends NB{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}js.prototype.elementClass="",js.prototype.toDOM=void 0,js.prototype.mapMode=BK.TrackBefore,js.prototype.startSide=js.prototype.endSide=-1,js.prototype.point=!0;let jl=Ne.define(),ju=Ne.define(),jc={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>Nz.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},jh=Ne.define();function jd(e){return[jf(),jh.of(Object.assign(Object.assign({},jc),e))]}let jp=Ne.define({combine:e=>e.some(e=>e)});function jf(e){let t=[jg];return e&&!1===e.fixed&&t.push(jp.of(!0)),t}let jg=FE.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(jh).map(t=>new jx(e,t)),this.gutters))this.dom.appendChild(t.dom);this.fixed=!e.state.facet(jp),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(jp)!=!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=Nz.iter(this.view.state.facet(jl),this.view.viewport.from),r=[],i=this.gutters.map(e=>new jy(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==ZQ.Text&&t){for(let e of(jv(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==ZQ.Text)for(let t of(jv(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(jh),n=e.state.facet(jh),r=e.docChanged||e.heightChanged||e.viewportChanged||!Nz.eq(e.startState.facet(jl),e.state.facet(jl),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 jx(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=>Vn.scrollMargins.of(t=>{let n=t.plugin(e);return n&&0!=n.gutters.length&&n.fixed?t.textDirection==Ft.LTR?{left:n.dom.offsetWidth*t.scaleX}:{right:n.dom.offsetWidth*t.scaleX}:null})});function jm(e){return Array.isArray(e)?e:[e]}function jv(e,t,n){for(;e.value&&e.from<=n;)e.from==n&&t.push(e.value),e.next()}class jy{constructor(e,t,n){this.gutter=e,this.height=n,this.i=0,this.cursor=Nz.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 jb(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=[];jv(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(ju)){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 jx{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=jm(t.markers(e)),t.initialSpacer&&(this.spacer=new jb(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=jm(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!Nz.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 jb{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 jw=Ne.define(),jS=Ne.define(),j_=Ne.define({combine:e=>NL(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 jC extends js{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function jk(e,t){return e.state.facet(j_).formatNumber(t,e.state)}let jM=jh.compute([j_],e=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:e=>e.state.facet(jw),lineMarker:(e,t,n)=>n.some(e=>e.toDOM)?null:new jC(jk(e,e.state.doc.lineAt(t.from).number)),widgetMarker:(e,t,n)=>{for(let r of e.state.facet(jS)){let i=r(e,t,n);if(i)return i}return null},lineMarkerChange:e=>e.startState.facet(j_)!=e.state.facet(j_),initialSpacer:e=>new jC(jk(e,jT(e.state.doc.lines))),updateSpacer(e,t){let n=jk(t.view,jT(t.view.state.doc.lines));return n==e.number?e:new jC(n)},domEventHandlers:e.facet(j_).domEventHandlers}));function jT(e){let t=9;for(;t<e;)t=10*t+9;return t}let jD=new class extends js{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},jA=jl.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(jD.range(i)))}return Nz.of(t)}),jI=0;class jP{constructor(e,t){this.from=e,this.to=t}}class jO{constructor(e={}){this.id=jI++,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=jL.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}jO.closedBy=new jO({deserialize:e=>e.split(" ")}),jO.openedBy=new jO({deserialize:e=>e.split(" ")}),jO.group=new jO({deserialize:e=>e.split(" ")}),jO.isolate=new jO({deserialize:e=>{if(e&&"rtl"!=e&&"ltr"!=e&&"auto"!=e)throw RangeError("Invalid value for isolate: "+e);return e||"auto"}}),jO.contextHash=new jO({perNode:!0}),jO.lookAhead=new jO({perNode:!0}),jO.mounted=new jO({perNode:!0});class jR{constructor(e,t,n){this.tree=e,this.overlay=t,this.parser=n}static get(e){return e&&e.props&&e.props[jO.mounted.id]}}let jE=Object.create(null);class jL{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):jE,n=+!!e.top|2*!!e.skipped|4*!!e.error|8*(null==e.name),r=new jL(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(jO.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(jO.group),r=-1;r<(n?n.length:0);r++){let i=t[r<0?e.name:n[r]];if(i)return i}}}}jL.none=new jL("",Object.create(null),0,8);class jB{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 jL(n.name,r,n.id,n.flags):n)}return new jB(t)}}let jN=new WeakMap,jZ=new WeakMap;(j=e$||(e$={}))[j.ExcludeBuffers=1]="ExcludeBuffers",j[j.IncludeAnonymous=2]="IncludeAnonymous",j[j.IgnoreMounts=4]="IgnoreMounts",j[j.IgnoreOverlays=8]="IgnoreOverlays";class jF{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=jR.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 jQ(this.topNode,e)}cursorAt(e,t=0,n=0){let r=new jQ(jN.get(this)||this.topNode);return r.moveTo(e,t),jN.set(this,r._tree),r}get topNode(){return new jW(this,0,0,null)}resolve(e,t=0){let n=j$(jN.get(this)||this.topNode,e,t,!1);return jN.set(this,n),n}resolveInner(e,t=0){let n=j$(jZ.get(this)||this.topNode,e,t,!0);return jZ.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 jW?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=jR.get(e.tree);if(o&&o.overlay&&o.overlay[0].from<=t&&o.overlay[o.overlay.length-1].to>=t){let a=new jW(o.tree,o.overlay[0].from+e.from,-1,e);(i||(i=[r])).push(j$(a,t,n,!1))}}return i?jX(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&e$.IncludeAnonymous)>0;for(let e=this.cursor(o|e$.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:j2(jL.none,this.children,this.positions,0,this.children.length,0,this.length,(e,t,n)=>new jF(this.type,e,t,n,this.propValues),e.makeTree||((e,t,n)=>new jF(jL.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 jz(n,n.length):n,l=r.types,u=0,c=0;function h(e,t,n,i,o,a,s,l,u){let c=[],h=[];for(;e.length>i;)c.push(e.pop()),h.push(t.pop()+n-o);e.push(d(r.types[s],c,h,a-o,l-a,u)),t.push(o-n)}function d(e,t,n,r,i,o,a){if(o){let e=[jO.contextHash,o];a=a?[e].concat(a):[e]}if(i>25){let e=[jO.lookAhead,i];a=a?[e].concat(a):[e]}return new jF(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 _=l[v],C,k,M=y-t;if(x-y<=i&&(k=function(e,t){let n=s.fork(),r=0,o=0,l=0,u=n.end-i,c={size:0,start:0,skip:0};o: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 h=4*(n.id>=a),d=n.start;for(n.next();n.pos>s;){if(n.size<0){if(-3==n.size)h+=4;else break o}else n.id>=a&&(h+=4);n.next()}o=d,r+=e,l+=h}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(k.size-k.skip),n=s.pos-k.size,i=e.length;for(;s.pos>n;)i=function e(t,n,r){let{id:i,start:o,end:l,size:h}=s;if(s.next(),h>=0&&i<a){let a=r;if(h>4){let i=s.pos-(h-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==h?u=i:-4==h&&(c=i);return r}(k.start,e,i);C=new jV(e,x-k.start,r),M=k.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&&(h(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 jV(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&&h(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 jF){if(!a&&s.type==e&&s.length==i)return s;(l=s.prop(jO.lookAhead))&&(o=r[a]+s.length+l)}return d(e,n,r,i,o,t)}}(_,S);C=j2(_,n,o,0,n.length,0,x-y,e,e)}else C=d(_,n,o,x-y,w-x,S)}p.push(C),f.push(M)}(e.start||0,e.bufferStart||0,p,f,-1,0);let g=null!==(t=e.length)&&void 0!==t?t:p.length?f[0]+p[0].length:0;return new jF(l[e.topID],p.reverse(),f.reverse(),g)}(e)}}jF.empty=new jF(jL.none,[],[],0);class jz{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 jz(this.buffer,this.index)}}class jV{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return jL.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&&(!jj(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 jV(i,o,this.set)}}function jj(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 j$(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 jW&&e.index<0?null:e.parent;if(!t)return e;e=t}let o=r?0:e$.IgnoreOverlays;if(r)for(let r=e,a=r.parent;a;a=(r=a).parent)r instanceof jW&&r.index<0&&(null===(i=a.enter(t,n,o))||void 0===i?void 0:i.from)!=r.from&&(e=a);for(;;){let r=e.enter(t,n,o);if(!r)return e;e=r}}class jH{cursor(e=0){return new jQ(this,e)}getChild(e,t=null,n=null){let r=jG(this,e,t,n);return r.length?r[0]:null}getChildren(e,t=null,n=null){return jG(this,e,t,n)}resolve(e,t=0){return j$(this,e,t,!1)}resolveInner(e,t=0){return j$(this,e,t,!0)}matchContext(e){return jq(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 jW extends jH{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(jj(r,n,u,u+l.length)){if(l instanceof jV){if(i&e$.ExcludeBuffers)continue;let a=l.findChild(0,l.buffer.length,t,n-u,r);if(a>-1)return new jY(new jU(o,l,e,u),null,a)}else if(i&e$.IncludeAnonymous||!l.type.isAnonymous||jJ(l)){let a;if(!(i&e$.IgnoreMounts)&&(a=jR.get(l))&&!a.overlay)return new jW(a.tree,u,e,o);let s=new jW(l,u,e,o);return i&e$.IncludeAnonymous||!s.type.isAnonymous?s:s.nextChild(t<0?l.children.length-1:0,t,n,r)}}}if(i&e$.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&e$.IgnoreOverlays)&&(r=jR.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 jW(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 jG(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 jq(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 jU{constructor(e,t,n,r){this.parent=e,this.buffer=t,this.index=n,this.start=r}}class jY extends jH{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 jY(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&e$.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 jY(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 jY(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 jY(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 jF(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function jX(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 jW&&n.index<0?null:n.parent,i=e.slice();return r?i[t]=r:i.splice(t,1),new jK(i,n)}class jK{constructor(e,t){this.heads=e,this.node=t}get next(){return jX(this.heads)}}class jQ{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 jW)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 jW?(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&e$.ExcludeBuffers)&&this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,n))}parent(){if(!this.buffer)return this.yieldNode(this.mode&e$.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&e$.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&e$.IncludeAnonymous||e instanceof jV||!e.type.isAnonymous||jJ(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)o: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 o}r=this.stack[--i]}for(let e=n;e<this.stack.length;e++)t=new jY(this.buffer,t,this.stack[e]);return this.bufferNode=new jY(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 jq(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 jq(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 jJ(e){return e.children.some(e=>e instanceof jV||!e.type.isAnonymous||jJ(e))}let j0=new WeakMap;function j1(e,t){if(!e.isAnonymous||t instanceof jV||t.type!=e)return 1;let n=j0.get(t);if(null==n){for(let r of(n=1,t.children)){if(r.type!=e||!(r instanceof jF)){n=1;break}n+=j1(e,r)}j0.set(t,n)}return n}function j2(e,t,n,r,i,o,a,s,l){let u=0;for(let n=r;n<i;n++)u+=j1(e,t[n]);let c=Math.ceil(1.5*u/8),h=[],d=[];return!function t(n,r,i,a,s){for(let u=i;u<a;){let i=u,p=r[u],f=j1(e,n[u]);for(u++;u<a;u++){let t=j1(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}h.push(n[i])}else{let t=r[u-1]+n[u-1].length-p;h.push(j2(e,n,r,i,u,p,t,null,l))}d.push(p+s-o)}}(t,n,r,i,0),(s||l)(h,d,a)}class j5{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 j5(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 j5(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 j3{startParse(e,t,n){return"string"==typeof e&&(e=new j4(e)),n=n?n.length?n.map(e=>new jP(e.from,e.to)):[new jP(0,0)]:[new jP(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 j4{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 jO({perNode:!0});let j8=0;class j6{constructor(e,t,n,r){this.name=e,this.set=t,this.base=n,this.modified=r,this.id=j8++}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 j6&&(t=e),null==t?void 0:t.base)throw Error("Can not derive from a modified tag");let n=new j6("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 j7(e);return e=>e.modified.indexOf(t)>-1?e:j7.get(e.base||e,e.modified.concat(t).sort((e,t)=>e.id-t.id))}}let j9=0;class j7{constructor(e){this.name=e,this.instances=[],this.id=j9++}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 j6(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(j7.get(t,e));return i}}function $e(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 $n(r,i,a>0?n.slice(0,a):null);t[s]=l.sort(t[s])}}return $t.add(t)}let $t=new jO;class $n{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 $r(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}}$n.empty=new $n([],2,null);class $i{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($t);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}(e)||$n.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 h=e.tree&&e.tree.prop(jO.mounted);if(h&&h.overlay){let o=e.node.enter(h.overlay[0].from+a,1),u=this.highlighters.filter(e=>!e.scope||e.scope(h.tree.type)),c=e.firstChild();for(let d=0,p=a;;d++){let f=d<h.overlay.length?h.overlay[d]: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()){h&&(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 $o=j6.define,$a=$o(),$s=$o(),$l=$o($s),$u=$o($s),$c=$o(),$h=$o($c),$d=$o($c),$p=$o(),$f=$o($p),$g=$o(),$m=$o(),$v=$o(),$y=$o($v),$x=$o(),$b={comment:$a,lineComment:$o($a),blockComment:$o($a),docComment:$o($a),name:$s,variableName:$o($s),typeName:$l,tagName:$o($l),propertyName:$u,attributeName:$o($u),className:$o($s),labelName:$o($s),namespace:$o($s),macroName:$o($s),literal:$c,string:$h,docString:$o($h),character:$o($h),attributeValue:$o($h),number:$d,integer:$o($d),float:$o($d),bool:$o($c),regexp:$o($c),escape:$o($c),color:$o($c),url:$o($c),keyword:$g,self:$o($g),null:$o($g),atom:$o($g),unit:$o($g),modifier:$o($g),operatorKeyword:$o($g),controlKeyword:$o($g),definitionKeyword:$o($g),moduleKeyword:$o($g),operator:$m,derefOperator:$o($m),arithmeticOperator:$o($m),logicOperator:$o($m),bitwiseOperator:$o($m),compareOperator:$o($m),updateOperator:$o($m),definitionOperator:$o($m),typeOperator:$o($m),controlOperator:$o($m),punctuation:$v,separator:$o($v),bracket:$y,angleBracket:$o($y),squareBracket:$o($y),paren:$o($y),brace:$o($y),content:$p,heading:$f,heading1:$o($f),heading2:$o($f),heading3:$o($f),heading4:$o($f),heading5:$o($f),heading6:$o($f),contentSeparator:$o($p),list:$o($p),quote:$o($p),emphasis:$o($p),strong:$o($p),link:$o($p),monospace:$o($p),strikethrough:$o($p),inserted:$o(),deleted:$o(),changed:$o(),invalid:$o(),meta:$x,documentMeta:$o($x),annotation:$o($x),processingInstruction:$o($x),definition:j6.defineModifier("definition"),constant:j6.defineModifier("constant"),function:j6.defineModifier("function"),standard:j6.defineModifier("standard"),local:j6.defineModifier("local"),special:j6.defineModifier("special")};for(let e in $b){let t=$b[e];t instanceof j6&&(t.name=e)}$r([{tag:$b.link,class:"tok-link"},{tag:$b.heading,class:"tok-heading"},{tag:$b.emphasis,class:"tok-emphasis"},{tag:$b.strong,class:"tok-strong"},{tag:$b.keyword,class:"tok-keyword"},{tag:$b.atom,class:"tok-atom"},{tag:$b.bool,class:"tok-bool"},{tag:$b.url,class:"tok-url"},{tag:$b.labelName,class:"tok-labelName"},{tag:$b.inserted,class:"tok-inserted"},{tag:$b.deleted,class:"tok-deleted"},{tag:$b.literal,class:"tok-literal"},{tag:$b.string,class:"tok-string"},{tag:$b.number,class:"tok-number"},{tag:[$b.regexp,$b.escape,$b.special($b.string)],class:"tok-string2"},{tag:$b.variableName,class:"tok-variableName"},{tag:$b.local($b.variableName),class:"tok-variableName tok-local"},{tag:$b.definition($b.variableName),class:"tok-variableName tok-definition"},{tag:$b.special($b.variableName),class:"tok-variableName2"},{tag:$b.definition($b.propertyName),class:"tok-propertyName tok-definition"},{tag:$b.typeName,class:"tok-typeName"},{tag:$b.namespace,class:"tok-namespace"},{tag:$b.className,class:"tok-className"},{tag:$b.macroName,class:"tok-macroName"},{tag:$b.propertyName,class:"tok-propertyName"},{tag:$b.operator,class:"tok-operator"},{tag:$b.comment,class:"tok-comment"},{tag:$b.meta,class:"tok-meta"},{tag:$b.invalid,class:"tok-invalid"},{tag:$b.punctuation,class:"tok-punctuation"}]);let $w=new jO,$S=new jO;class $_{constructor(e,t,n=[],r=""){this.data=e,this.name=r,NE.prototype.hasOwnProperty("tree")||Object.defineProperty(NE.prototype,"tree",{get(){return $M(this)}}),this.parser=t,this.extension=[$L.of(this),NE.languageData.of((e,t,n)=>{let r=$C(e,t,n),i=r.type.prop($w);if(!i)return[];let o=e.facet(i),a=r.type.prop($S);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 $C(e,t,n).type.prop($w)==this.data}findRegions(e){let t=e.facet($L);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($w)==this.data){n.push({from:t,to:t+e.length});return}let i=e.prop(jO.mounted);if(i){if(i.tree.prop($w)==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}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 jF&&r(i,e.positions[n]+t)}};return r($M(e),0),n}get allowsNesting(){return!0}}function $C(e,t,n){let r=e.facet($L),i=$M(e).topNode;if(!r||r.allowsNesting)for(let e=i;e;e=e.enter(t,n,e$.ExcludeBuffers))e.type.isTop&&(i=e);return i}$_.setState=NM.define();class $k extends $_{constructor(e,t,n){super(e,t,[],n),this.parser=t}static define(e){var t;let n=(t=e.languageData,Ne.define({combine:t?e=>e.concat(t):void 0}));return new $k(n,e.parser.configure({props:[$w.add(e=>e.isTop?n:void 0)]}),e.name)}configure(e,t){return new $k(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function $M(e){let t=e.field($_.state,!1);return t?t.tree:jF.empty}class $T{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 $D=null;class $A{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 $A(e,t,[],jF.empty,0,n,[],null)}startParse(){return this.parser.startParse(new $T(this.state.doc),this.fragments)}work(e,t){return(null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=jF.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(j5.addTree(r,this.fragments,null!=this.parse.stoppedAt)),this.treeLen=null!==(n=this.parse.stoppedAt)&&void 0!==n?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(j5.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=$D;$D=this;try{return e()}finally{$D=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=$I(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=j5.applyChanges(n,t),r=jF.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 $A(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=$I(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 j3{createParse(t,n,r){let i=r[0].from,o=r[r.length-1].to;return{parsedPos:i,advance(){let t=$D;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 jF(jL.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 $D}}function $I(e,t,n){return j5.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class $P{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 $P(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=$A.create(e.facet($L).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new $P(n)}}$_.state=Na.define({create:$P.init,update(e,t){for(let e of t.effects)if(e.is($_.setState))return e.value;return t.startState.facet($L)!=t.state.facet($L)?$P.init(t.state):e.apply(t)}});let $O=e=>{let t=setTimeout(()=>e(),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&($O=e=>{let t=-1,n=setTimeout(()=>{t=requestIdleCallback(e,{timeout:400})},100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});let $R="undefined"!=typeof navigator&&(null===(eH=navigator.scheduling)||void 0===eH?void 0:eH.isInputPending)?()=>navigator.scheduling.isInputPending():null,$E=FE.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($_.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($_.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=$O(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($_.state);if(i.tree==i.context.tree&&i.context.isDone(r+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!$R?Math.max(25,e.timeRemaining()-5):1e9),a=i.context.treeLen<r&&n.doc.length>r+1e3,s=i.context.work(()=>$R&&$R()||Date.now()>o,r+1e5*!a);this.chunkBudget-=Date.now()-t,(s||this.chunkBudget<=0)&&(i.context.takeTree(),this.view.dispatch({effects:$_.setState.of(new $P(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=>FI(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()}}}),$L=Ne.define({combine:e=>e.length?e[0]:null,enables:e=>[$_.state,$E,Vn.contentAttributes.compute([e],t=>{let n=t.facet(e);return n&&n.name?{"data-language":n.name}:{}})]});class $B{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}let $N=Ne.define(),$Z=Ne.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 $F(e){let t=e.facet($Z);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function $z(e,t){let n="",r=e.tabSize,i=e.facet($Z)[0];if(" "==i){for(;t>=r;)n+=" ",t-=r;i=" "}for(let e=0;e<t;e++)n+=i;return n}function $V(e,t){for(let n of(e instanceof NE&&(e=new $j(e)),e.state.facet($N))){let r=n(e,t);if(void 0!==r)return r}let n=$M(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 $H(r,e,n)}(e,n,t):null}class $j{constructor(e,t={}){this.state=e,this.options=t,this.unit=$F(e)}lineAt(e,t=1){let n=this.state.doc.lineAt(e),{simulateBreak:r,simulateDoubleBreak:i}=this.options;return null!=r&&r>=n.from&&r<=n.to?i&&r==e?{text:"",from:e}:(t<0?r<e:r<=e)?{text:n.text.slice(r-n.from),from:r}:{text:n.text.slice(0,r-n.from),from:n.from}: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 NQ(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 $$=new jO;function $H(e,t,n){for(let r=e;r;r=r.next){let e=function(e){let t=e.type.prop($$);if(t)return t;let n=e.firstChild,r;if(n&&(r=n.type.prop(jO.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?$W:null}(r.node);if(e)return e($G.create(t,n,r))}return 0}function $W(){return 0}class $G extends $j{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 $G(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 $H(this.context.next,this.base,this.pos)}}function $q({except:e,units:t=1}={}){return n=>{let r=e&&e.test(n.textAfter);return n.baseIndent+(r?0:t*n.unit)}}let $U=Ne.define(),$Y=new jO;function $X(e,t,n){for(let r of e.facet($U)){let i=r(e,t,n);if(i)return i}return function(e,t,n){let r=$M(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($Y);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 $K(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 $Q=NM.define({map:$K}),$J=NM.define({map:$K});function $0(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 $1=Na.define({create:()=>ZJ.none,update(e,t){for(let n of(e=e.map(t.changes),t.effects))if(n.is($Q)&&!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($6),i=r?ZJ.replace({widget:new Ht(r(t.state,n.value))}):He;e=e.update({add:[i.range(n.value.from,n.value.to)]})}else n.is($J)&&(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=>Vn.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(He.range(r,i))}return ZJ.set(t,!0)}});function $2(e,t,n){var r;let i=null;return null===(r=e.field($1,!1))||void 0===r||r.between(t,n,(e,t)=>{(!i||i.from>e)&&(i={from:e,to:t})}),i}function $5(e,t){return e.field($1,!1)?t:t.concat(NM.appendConfig.of($9()))}function $3(e,t,n=!0){let r=e.state.doc.lineAt(t.from).number,i=e.state.doc.lineAt(t.to).number;return Vn.announce.of(`${e.state.phrase(n?"Folded lines":"Unfolded lines")} ${r} ${e.state.phrase("to")} ${i}.`)}let $4=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:e=>{for(let t of $0(e)){let n=$X(e.state,t.from,t.to);if(n)return e.dispatch({effects:$5(e.state,[$Q.of(n),$3(e,n)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:e=>{if(!e.state.field($1,!1))return!1;let t=[];for(let n of $0(e)){let r=$2(e.state,n.from,n.to);r&&t.push($J.of(r),$3(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=$X(t,i.from,i.to);o&&n.push($Q.of(o)),r=(o?e.lineBlockAt(o.to):i).to+1}return n.length&&e.dispatch({effects:$5(e.state,n)}),!!n.length}},{key:"Ctrl-Alt-]",run:e=>{let t=e.state.field($1,!1);if(!t||!t.size)return!1;let n=[];return t.between(0,e.state.doc.length,(e,t)=>{n.push($J.of({from:e,to:t}))}),e.dispatch({effects:n}),!0}}],$8={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},$6=Ne.define({combine:e=>NL(e,$8)});function $9(e){let t=[$1,Hi];return e&&t.push($6.of(e)),t}function $7(e,t){let{state:n}=e,r=n.facet($6),i=t=>{let n=e.lineBlockAt(e.posAtDOM(t.target)),r=$2(e.state,n.from,n.to);r&&e.dispatch({effects:$J.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 He=ZJ.replace({widget:new class extends ZK{toDOM(e){return $7(e,null)}}});class Ht extends ZK{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return $7(e,this.value)}}let Hn={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class Hr extends js{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 Hi=Vn.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 Ho{constructor(e,t){let n;function r(e){let t=N5.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 $_?e=>e.prop($w)==o.data:o?e=>e==o:void 0,this.style=$r(e.map(e=>({tag:e.tag,class:e.class||r(Object.assign({},e,{tag:null}))})),{all:i}).style,this.module=n?new N5(n):null,this.themeType=t.themeType}static define(e,t){return new Ho(e,t||{})}}let Ha=Ne.define(),Hs=Ne.define({combine:e=>e.length?[e[0]]:null});function Hl(e){let t=e.facet(Ha);return t.length?t:e.facet(Hs)}function Hu(e,t){let n=[Hc],r;return e instanceof Ho&&(e.module&&n.push(Vn.styleModule.of(e.module)),r=e.themeType),(null==t?void 0:t.fallback)?n.push(Hs.of(e)):r?n.push(Ha.computeN([Vn.darkTheme],t=>t.facet(Vn.darkTheme)==("dark"==r)?[e]:[])):n.push(Ha.of(e)),n}let Hc=Nu.high(FE.fromClass(class{constructor(e){this.markCache=Object.create(null),this.tree=$M(e.state),this.decorations=this.buildDeco(e,Hl(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=$M(e.state),n=Hl(e.state),r=n!=Hl(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 ZJ.none;let n=new NV;for(let{from:r,to:i}of e.visibleRanges)!function(e,t,n,r=0,i=e.length){let o=new $i(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]=ZJ.mark({class:r})))},r,i);return n.finish()}},{decorations:e=>e.decorations})),Hh=Ho.define([{tag:$b.meta,color:"#404740"},{tag:$b.link,textDecoration:"underline"},{tag:$b.heading,textDecoration:"underline",fontWeight:"bold"},{tag:$b.emphasis,fontStyle:"italic"},{tag:$b.strong,fontWeight:"bold"},{tag:$b.strikethrough,textDecoration:"line-through"},{tag:$b.keyword,color:"#708"},{tag:[$b.atom,$b.bool,$b.url,$b.contentSeparator,$b.labelName],color:"#219"},{tag:[$b.literal,$b.inserted],color:"#164"},{tag:[$b.string,$b.deleted],color:"#a11"},{tag:[$b.regexp,$b.escape,$b.special($b.string)],color:"#e40"},{tag:$b.definition($b.variableName),color:"#00f"},{tag:$b.local($b.variableName),color:"#30a"},{tag:[$b.typeName,$b.namespace],color:"#085"},{tag:$b.className,color:"#167"},{tag:[$b.special($b.variableName),$b.macroName],color:"#256"},{tag:$b.definition($b.propertyName),color:"#00c"},{tag:$b.comment,color:"#940"},{tag:$b.invalid,color:"#f00"}]),Hd=Vn.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),Hp="()[]{}",Hf=Ne.define({combine:e=>NL(e,{afterCursor:!0,brackets:Hp,maxScanDistance:1e4,renderMatch:Hv})}),Hg=ZJ.mark({class:"cm-matchingBracket"}),Hm=ZJ.mark({class:"cm-nonmatchingBracket"});function Hv(e){let t=[],n=e.matched?Hg:Hm;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 Hy=[Na.define({create:()=>ZJ.none,update(e,t){if(!t.docChanged&&!t.selection)return e;let n=[],r=t.state.facet(Hf);for(let e of t.state.selection.ranges){if(!e.empty)continue;let i=HS(t.state,e.head,-1,r)||e.head>0&&HS(t.state,e.head-1,1,r)||r.afterCursor&&(HS(t.state,e.head,1,r)||e.head<t.state.doc.length&&HS(t.state,e.head+1,-1,r));i&&(n=n.concat(r.renderMatch(i,t.state)))}return ZJ.set(n,!0)},provide:e=>Vn.decorations.from(e)}),Hd],Hx=new jO;function Hb(e,t,n){let r=e.prop(t<0?jO.openedBy:jO.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 Hw(e){let t=e.type.prop(Hx);return t?t(e.node):e}function HS(e,t,n,r={}){let i=r.maxScanDistance||1e4,o=r.brackets||Hp,a=$M(e),s=a.resolveInner(t,n);for(let e=s;e;e=e.parent){let r=Hb(e.type,n,o);if(r&&e.from<e.to){let i=Hw(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=Hw(c);return{start:l,end:e?{from:e.from,to:e.to}:void 0,matched:!0}}if(Hb(c.type,n,a))u++;else if(Hb(c.type,-n,a)){if(0==u){let e=Hw(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),h=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)h++;else{if(1==h)return{start:u,end:{from:s+e,to:s+e+1},matched:t>>1==l>>1};h--}}}n>0&&(e+=o.length)}return c.done?{start:u,matched:!1}:null}(e,t,n,a,s.type,i,o)}let H_=Object.create(null),HC=[jL.none],Hk=[],HM=Object.create(null),HT=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"]])HT[e]=function(e,t){let n=[];for(let r of t.split(" ")){let t=[];for(let n of r.split(".")){let r=e[n]||$b[n];r?"function"==typeof r?t.length?t=t.map(r):HD(n,`Modifier ${n} used at start of tag`):t.length?HD(n,`Tag ${n} used as modifier`):t=Array.isArray(r)?r:[r]:HD(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=HM[i];if(o)return o.id;let a=HM[i]=jL.define({id:HC.length,name:r,props:[$e({[r]:n})]});return HC.push(a),a.id}(H_,t);function HD(e,t){Hk.indexOf(e)>-1||(Hk.push(e),console.warn(t))}function HA(e,t){return({state:n,dispatch:r})=>{if(n.readOnly)return!1;let i=e(t,n);return!!i&&(r(n.update(i)),!0)}}Ft.RTL,Ft.LTR;let HI=HA(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=HR(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),HP=HA(HE,0),HO=HA((e,t)=>HE(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 HR(e,t){let n=e.languageDataAt("commentTokens",t);return n.length?n[0]:{}}function HE(e,t,n=t.selection.ranges){let r=n.map(e=>HR(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,h=s.length-u;if(s.slice(h-t.length,h)==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 d=/^\s*/.exec(o)[0].length,p=/\s*$/.exec(a)[0].length,f=a.length-p-n.length;return o.slice(d,d+t.length)==t&&a.slice(f,f+n.length)==n?{open:{pos:r+d+t.length,margin:+!!/\s/.test(o.charAt(d+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 HL=N_.define(),HB=N_.define(),HN=Ne.define(),HZ=Ne.define({combine:e=>NL(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)})}),HF=Na.define({create:()=>HQ.empty,update(e,t){let n=t.state.facet(HZ),r=t.annotation(HL);if(r){let i=HW.fromTransaction(t,r.selection),o=r.side,a=0==o?e.undone:e.done;return a=i?HG(a,a.length,n.minDepth,i):HY(a,t.startState.selection),new HQ(0==o?r.rest:a,0==o?a:r.rest)}let i=t.annotation(HB);if(("full"==i||"before"==i)&&(e=e.isolate()),!1===t.annotation(NT.addToHistory))return t.changes.empty?e:e.addMapping(t.changes.desc);let o=HW.fromTransaction(t),a=t.annotation(NT.time),s=t.annotation(NT.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 HQ(e.done.map(HW.fromJSON),e.undone.map(HW.fromJSON))});function Hz(e,t){return function({state:n,dispatch:r}){if(!t&&n.readOnly)return!1;let i=n.field(HF,!1);if(!i)return!1;let o=i.pop(e,n,t);return!!o&&(r(o),!0)}}let HV=Hz(0,!1),Hj=Hz(1,!1),H$=Hz(0,!0),HH=Hz(1,!0);class HW{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 HW(this.changes,this.effects,this.mapped,this.startSelection,e)}toJSON(){var e,t,n;return{changes:null===(e=this.changes)||void 0===e?void 0:e.toJSON(),mapped:null===(t=this.mapped)||void 0===t?void 0:t.toJSON(),startSelection:null===(n=this.startSelection)||void 0===n?void 0:n.toJSON(),selectionsAfter:this.selectionsAfter.map(e=>e.toJSON())}}static fromJSON(e){return new HW(e.changes&&BJ.fromJSON(e.changes),[],e.mapped&&BQ.fromJSON(e.mapped),e.startSelection&&B6.fromJSON(e.startSelection),e.selectionsAfter.map(B6.fromJSON))}static fromTransaction(e,t){let n=HU;for(let t of e.startState.facet(HN)){let r=t(e);r.length&&(n=n.concat(r))}return!n.length&&e.changes.empty?null:new HW(e.changes.invert(e.startState.doc),n,void 0,t||e.startState.selection,HU)}static selection(e){return new HW(void 0,HU,void 0,void 0,e)}}function HG(e,t,n,r){let i=e.slice(t+1>n+20?t-n-1:0,t);return i.push(r),i}function Hq(e,t){return e.length?t.length?e.concat(t):e:t}let HU=[];function HY(e,t){if(!e.length)return[HW.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),HG(e,e.length-1,1e9,n.setSelAfter(r)))}}function HX(e,t){if(!e.length)return e;let n=e.length,r=HU;for(;n;){let i=function(e,t,n){let r=Hq(e.selectionsAfter.length?e.selectionsAfter.map(e=>e.map(t)):HU,n);if(!e.changes)return HW.selection(r);let i=e.changes.map(t),o=t.mapDesc(e.changes,!0),a=e.mapped?e.mapped.composeDesc(o):o;return new HW(i,NM.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?[HW.selection(r)]:HU}let HK=/^(input\.type|delete)($|\.)/;class HQ{constructor(e,t,n=0,r){this.done=e,this.undone=t,this.prevTime=n,this.prevUserEvent=r}isolate(){return this.prevTime?new HQ(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 HQ(u=c&&c.changes&&!c.changes.empty&&e.changes&&(!n||HK.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)?HG(u,u.length-1,r.minDepth,new HW(e.changes.compose(c.changes),Hq(NM.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,HU)):HG(u,u.length,r.minDepth,e),HU,t,n)}addSelection(e,t,n,r){var i;let o=this.done.length?this.done[this.done.length-1].selectionsAfter:HU;return o.length>0&&t-this.prevTime<r&&n==this.prevUserEvent&&n&&/^select($|\.)/.test(n)&&(i=o[o.length-1]).ranges.length==e.ranges.length&&0===i.ranges.filter((t,n)=>t.empty!=e.ranges[n].empty).length?this:new HQ(HY(this.done,e),this.undone,t,n)}addMapping(e){return new HQ(HX(this.done,e),HX(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:HL.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?HU:r.slice(0,r.length-1);return i.mapped&&(n=HX(n,i.mapped)),t.update({changes:i.changes,selection:i.startSelection,effects:i.effects,annotations:HL.of({side:e,rest:n,selection:o}),filter:!1,userEvent:0==e?"undo":"redo",scrollIntoView:!0})}}}HQ.empty=new HQ(HU,HU);let HJ=[{key:"Mod-z",run:HV,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:Hj,preventDefault:!0},{linux:"Ctrl-Shift-z",run:Hj,preventDefault:!0},{key:"Mod-u",run:H$,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:HH,preventDefault:!0}];function H0(e,t){return B6.create(e.ranges.map(t),e.mainIndex)}function H1(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function H2({state:e,dispatch:t},n){let r=H0(e.selection,n);return!r.eq(e.selection,!0)&&(t(H1(e,r)),!0)}function H5(e,t){return B6.cursor(t?e.to:e.from)}function H3(e,t){return H2(e,n=>n.empty?e.moveByChar(n,t):H5(n,t))}function H4(e){return e.textDirectionAt(e.state.selection.main.head)==Ft.LTR}let H8=e=>H3(e,!H4(e)),H6=e=>H3(e,H4(e));function H9(e,t){return H2(e,n=>n.empty?e.moveByGroup(n,t):H5(n,t))}function H7(e,t,n){let r,i,o=$M(e).resolveInner(t.head),a=n?jO.closedBy:jO.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?HS(e,o.from,1):HS(e,o.to,-1))&&r.matched?n?r.end.to:r.end.from:n?o.to:o.from,B6.cursor(i,n?-1:1)}function We(e,t){return H2(e,n=>{if(!n.empty)return H5(n,t);let r=e.moveVertically(n,t);return r.head!=n.head?r:e.moveToLineBoundary(n,t)})}"undefined"!=typeof Intl&&Intl.Segmenter;let Wt=e=>We(e,!1),Wn=e=>We(e,!0);function Wr(e){let t=e.scrollDOM.clientHeight<e.scrollDOM.scrollHeight-2,n=0,r=0,i;if(t){for(let t of e.state.facet(Vn.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 Wi(e,t){let n,r=Wr(e),{state:i}=e,o=H0(i.selection,n=>n.empty?e.moveVertically(n,t,r.height):H5(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=Vn.scrollIntoView(o.main.head,{y:"start",yMargin:t.top-s}))}return e.dispatch(H1(i,o),{effects:n}),!0}let Wo=e=>Wi(e,!1),Wa=e=>Wi(e,!0);function Ws(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=B6.cursor(r.from+n))}return i}function Wl(e,t){let n=H0(e.state.selection,e=>{let n=t(e);return B6.range(e.anchor,n.head,n.goalColumn,n.bidiLevel||void 0)});return!n.eq(e.state.selection)&&(e.dispatch(H1(e.state,n)),!0)}function Wu(e,t){return Wl(e,n=>e.moveByChar(n,t))}let Wc=e=>Wu(e,!H4(e)),Wh=e=>Wu(e,H4(e));function Wd(e,t){return Wl(e,n=>e.moveByGroup(n,t))}function Wp(e,t){return Wl(e,n=>e.moveVertically(n,t))}let Wf=e=>Wp(e,!1),Wg=e=>Wp(e,!0);function Wm(e,t){return Wl(e,n=>e.moveVertically(n,t,Wr(e).height))}let Wv=e=>Wm(e,!1),Wy=e=>Wm(e,!0),Wx=({state:e,dispatch:t})=>(t(H1(e,{anchor:0})),!0),Wb=({state:e,dispatch:t})=>(t(H1(e,{anchor:e.doc.length})),!0),Ww=({state:e,dispatch:t})=>(t(H1(e,{anchor:e.selection.main.anchor,head:0})),!0),WS=({state:e,dispatch:t})=>(t(H1(e,{anchor:e.selection.main.anchor,head:e.doc.length})),!0);function W_(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=WC(e,a,!1)):a>i&&(n="delete.forward",a=WC(e,a,!0)),i=Math.min(i,a),o=Math.max(o,a)}else i=WC(e,i,!1),o=WC(e,o,!0);return i==o?{range:r}:{changes:{from:i,to:o},range:B6.cursor(i,i<r.head?-1:1)}});return!i.changes.empty&&(e.dispatch(r.update(i,{scrollIntoView:!0,userEvent:n,effects:"delete.selection"==n?Vn.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function WC(e,t,n){if(e instanceof Vn)for(let r of e.state.facet(Vn.atomicRanges).map(t=>t(e)))r.between(t,t,(e,r)=>{e<t&&r>t&&(t=n?r:e)});return t}let Wk=(e,t,n)=>W_(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=NQ(s,o.tabSize)%$F(o)||$F(o);for(let t=0;t<e&&" "==s[s.length-1-t];t++)i--;l=i}else(l=BG(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=BG(a.text,l-a.from,!1,!1)+a.from);return l}),WM=e=>Wk(e,!1,!0),WT=e=>Wk(e,!0,!1),WD=(e,t)=>W_(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=BG(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}),WA=e=>WD(e,!1);function WI(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 WP(e,t,n){if(e.readOnly)return!1;let r=[],i=[];for(let t of WI(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(B6.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(B6.range(n.anchor-a,n.head-a))}return!!r.length&&(t(e.update({changes:r,scrollIntoView:!0,selection:B6.create(i,e.selection.mainIndex),userEvent:"move.line"})),!0)}function WO(e,t,n){if(e.readOnly)return!1;let r=[];for(let t of WI(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 WR=WL(!1),WE=WL(!0);function WL(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=$M(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(jO.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 $j(t,{simulateBreak:r,simulateDoubleBreak:!!a}),l=$V(s,r);for(null==l&&(l=NQ(/^\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=["",$z(t,l)];return a&&u.push($z(t,s.lineIndent(o.from,-1))),{changes:{from:r,to:i,insert:BN.of(u)},range:B6.cursor(r+1+u[1].length)}});return n(t.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function WB(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:B6.range(o.mapPos(r.anchor,1),o.mapPos(r.head,1))}})}let WN=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(WB(e,(t,n)=>{n.push({from:t.from,insert:e.facet($Z)})}),{userEvent:"input.indent"})),!0),WZ=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(WB(e,(t,n)=>{let r=/^\s*/.exec(t.text)[0];if(!r)return;let i=NQ(r,e.tabSize),o=0,a=$z(e,Math.max(0,i-$F(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),WF=[{key:"Ctrl-b",run:H8,shift:Wc,preventDefault:!0},{key:"Ctrl-f",run:H6,shift:Wh},{key:"Ctrl-p",run:Wt,shift:Wf},{key:"Ctrl-n",run:Wn,shift:Wg},{key:"Ctrl-a",run:e=>H2(e,t=>B6.cursor(e.lineBlockAt(t.head).from,1)),shift:e=>Wl(e,t=>B6.cursor(e.lineBlockAt(t.head).from))},{key:"Ctrl-e",run:e=>H2(e,t=>B6.cursor(e.lineBlockAt(t.head).to,-1)),shift:e=>Wl(e,t=>B6.cursor(e.lineBlockAt(t.head).to))},{key:"Ctrl-d",run:WT},{key:"Ctrl-h",run:WM},{key:"Ctrl-k",run:e=>W_(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:WA},{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:BN.of(["",""])},range:B6.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:BG(r.text,n-r.from,!1)+r.from,o=n==r.to?n+1:BG(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:B6.cursor(o)}});return!n.changes.empty&&(t(e.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:Wa}],Wz=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>H2(e,t=>H7(e.state,t,!H4(e))),shift:e=>Wl(e,t=>H7(e.state,t,!H4(e)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>H2(e,t=>H7(e.state,t,H4(e))),shift:e=>Wl(e,t=>H7(e.state,t,H4(e)))},{key:"Alt-ArrowUp",run:({state:e,dispatch:t})=>WP(e,t,!1)},{key:"Shift-Alt-ArrowUp",run:({state:e,dispatch:t})=>WO(e,t,!1)},{key:"Alt-ArrowDown",run:({state:e,dispatch:t})=>WP(e,t,!0)},{key:"Shift-Alt-ArrowDown",run:({state:e,dispatch:t})=>WO(e,t,!0)},{key:"Escape",run:({state:e,dispatch:t})=>{let n=e.selection,r=null;return n.ranges.length>1?r=B6.create([n.main]):n.main.empty||(r=B6.create([B6.cursor(n.main.head)])),!!r&&(t(H1(e,r)),!0)}},{key:"Mod-Enter",run:WE},{key:"Alt-l",mac:"Ctrl-l",run:({state:e,dispatch:t})=>{let n=WI(e).map(({from:t,to:n})=>B6.range(t,Math.min(n+1,e.doc.length)));return t(e.update({selection:B6.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:e,dispatch:t})=>{let n=H0(e.selection,t=>{let n=$M(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 B6.range(n.to,n.from)}return t});return!n.eq(e.selection)&&(t(H1(e,n)),!0)},preventDefault:!0},{key:"Mod-[",run:WZ},{key:"Mod-]",run:WN},{key:"Mod-Alt-\\",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Object.create(null),r=new $j(e,{overrideIndentation:e=>{let t=n[e];return null==t?-1:t}}),i=WB(e,(t,i,o)=>{let a=$V(r,t.from);if(null==a)return;/\S/.test(t.text)||(a=0);let s=/^\s*/.exec(t.text)[0],l=$z(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(WI(t).map(({from:e,to:n})=>(e>0?e--:n<t.doc.length&&n++,{from:e,to:n}))),r=H0(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=H0(e.selection,t=>{let r=HS(e,t.head,-1)||HS(e,t.head,1)||t.head>0&&HS(e,t.head-1,1)||t.head<e.doc.length&&HS(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 B6.cursor(i)}),!!n&&(t(H1(e,r)),!0)}},{key:"Mod-/",run:e=>{let{state:t}=e,n=t.doc.lineAt(t.selection.main.from),r=HR(e.state,n.from);return r.line?HI(e):!!r.block&&HO(e)}},{key:"Alt-A",run:HP},{key:"Ctrl-m",mac:"Shift-Alt-m",run:e=>(e.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:H8,shift:Wc,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>H9(e,!H4(e)),shift:e=>Wd(e,!H4(e)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:e=>H2(e,t=>Ws(e,t,!H4(e))),shift:e=>Wl(e,t=>Ws(e,t,!H4(e))),preventDefault:!0},{key:"ArrowRight",run:H6,shift:Wh,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>H9(e,H4(e)),shift:e=>Wd(e,H4(e)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:e=>H2(e,t=>Ws(e,t,H4(e))),shift:e=>Wl(e,t=>Ws(e,t,H4(e))),preventDefault:!0},{key:"ArrowUp",run:Wt,shift:Wf,preventDefault:!0},{mac:"Cmd-ArrowUp",run:Wx,shift:Ww},{mac:"Ctrl-ArrowUp",run:Wo,shift:Wv},{key:"ArrowDown",run:Wn,shift:Wg,preventDefault:!0},{mac:"Cmd-ArrowDown",run:Wb,shift:WS},{mac:"Ctrl-ArrowDown",run:Wa,shift:Wy},{key:"PageUp",run:Wo,shift:Wv},{key:"PageDown",run:Wa,shift:Wy},{key:"Home",run:e=>H2(e,t=>Ws(e,t,!1)),shift:e=>Wl(e,t=>Ws(e,t,!1)),preventDefault:!0},{key:"Mod-Home",run:Wx,shift:Ww},{key:"End",run:e=>H2(e,t=>Ws(e,t,!0)),shift:e=>Wl(e,t=>Ws(e,t,!0)),preventDefault:!0},{key:"Mod-End",run:Wb,shift:WS},{key:"Enter",run:WR,shift:WR},{key:"Mod-a",run:({state:e,dispatch:t})=>(t(e.update({selection:{anchor:0,head:e.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:WM,shift:WM},{key:"Delete",run:WT},{key:"Mod-Backspace",mac:"Alt-Backspace",run:WA},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>WD(e,!0)},{mac:"Mod-Backspace",run:e=>W_(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=>W_(e,t=>{let n=e.moveToLineBoundary(t,!0).head;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)})}].concat(WF.map(e=>({mac:e.key,run:e.run,shift:e.shift})))),WV={key:"Tab",run:WN,shift:WZ};function Wj(){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 W$="function"==typeof String.prototype.normalize?e=>e.normalize("NFKD"):e=>e;class WH{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(W$(e)):W$,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 Bq(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=BU(e),n=this.bufferStart+this.bufferPos;this.bufferPos+=BY(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&&(WH.prototype[Symbol.iterator]=function(){return this});let WW={from:-1,to:-1,match:/.*/.exec("")},WG="gm"+(null==/x/.unicode?"":"u");class Wq{constructor(e,t,n,r=0,i=e.length){if(this.text=e,this.to=i,this.curLine="",this.done=!1,this.value=WW,/\\[sWDnr]|\n|\r|\[\^/.test(t))return new WX(e,t,n,r,i);this.re=new RegExp(t,WG+((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=WK(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=WK(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 WU=new WeakMap;class WY{constructor(e,t){this.from=e,this.text=t}get to(){return this.from+this.text.length}static get(e,t,n){let r=WU.get(e);if(!r||r.from>=n||r.to<=t){let r=new WY(t,e.sliceString(t,n));return WU.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)),WU.set(e,new WY(o,i)),new WY(t,i.slice(t-o,n-o))}}class WX{constructor(e,t,n,r,i){this.text=e,this.to=i,this.done=!1,this.value=WW,this.matchPos=WK(e,r),this.re=new RegExp(t,WG+((null==n?void 0:n.ignoreCase)?"i":"")),this.test=null==n?void 0:n.test,this.flat=WY.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=WK(this.text,n+ +(e==n)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=WY.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function WK(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 WQ(e){let t=Wj("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 h=r.doc.line(Math.max(1,Math.min(r.doc.lines,c))),d=B6.cursor(h.from+Math.max(0,Math.min(u,h.length)));e.dispatch({effects:[WJ.of(!1),Vn.scrollIntoView(d.from,{y:"center"})],selection:d}),e.focus()}return{dom:Wj("form",{class:"cm-gotoLine",onkeydown:t=>{27==t.keyCode?(t.preventDefault(),e.dispatch({effects:WJ.of(!1)}),e.focus()):13==t.keyCode&&(t.preventDefault(),n())},onsubmit:e=>{e.preventDefault(),n()}},Wj("label",e.state.phrase("Go to line"),": ",t)," ",Wj("button",{class:"cm-button",type:"submit"},e.state.phrase("go")),Wj("button",{name:"close",onclick:()=>{e.dispatch({effects:WJ.of(!1)}),e.focus()},"aria-label":e.state.phrase("close"),type:"button"},["\xd7"]))}}"undefined"!=typeof Symbol&&(Wq.prototype[Symbol.iterator]=WX.prototype[Symbol.iterator]=function(){return this});let WJ=NM.define(),W0=Na.define({create:()=>!0,update(e,t){for(let n of t.effects)n.is(WJ)&&(e=n.value);return e},provide:e=>ja.from(e,e=>e?WQ:null)}),W1=Vn.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"}}}),W2={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},W5=Ne.define({combine:e=>NL(e,W2,{highlightWordAroundCursor:(e,t)=>e||t,minSelectionLength:Math.min,maxMatches:Math.min})}),W3=ZJ.mark({class:"cm-selectionMatch"}),W4=ZJ.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function W8(e,t,n,r){return(0==n||e(t.sliceDoc(n-1,n))!=NO.Word)&&(r==t.doc.length||e(t.sliceDoc(r,r+1))!=NO.Word)}let W6=FE.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(W5),{state:n}=e,r=n.selection;if(r.ranges.length>1)return ZJ.none;let i=r.main,o,a=null;if(i.empty){if(!t.highlightWordAroundCursor)return ZJ.none;let e=n.wordAt(i.head);if(!e)return ZJ.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 ZJ.none;if(t.wholeWords){var s,l,u;if(o=n.sliceDoc(i.from,i.to),!(W8(a=n.charCategorizer(i.head),n,i.from,i.to)&&(s=a,l=i.from,u=i.to,s(n.sliceDoc(l,l+1))==NO.Word&&s(n.sliceDoc(u-1,u))==NO.Word)))return ZJ.none}else if(!(o=n.sliceDoc(i.from,i.to)))return ZJ.none}let c=[];for(let r of e.visibleRanges){let e=new WH(n.doc,o,r.from,r.to);for(;!e.next().done;){let{from:r,to:o}=e.value;if((!a||W8(a,n,r,o))&&(i.empty&&r<=i.from&&o>=i.to?c.push(W4.range(r,o)):(r>=i.to||o<=i.from)&&c.push(W3.range(r,o)),c.length>t.maxMatches))return ZJ.none}}return ZJ.set(c)}},{decorations:e=>e.decorations}),W9=Vn.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),W7=({state:e,dispatch:t})=>{let{selection:n}=e,r=B6.create(n.ranges.map(t=>e.wordAt(t.head)||B6.cursor(t.head)),n.mainIndex);return!r.eq(n)&&(t(e.update({selection:r})),!0)},Ge=Ne.define({combine:e=>NL(e,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new GA(e),scrollToMatch:e=>Vn.scrollIntoView(e)})});class Gt{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,WG),!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 Gl(this):new Gi(this)}getCursor(e,t=0,n){let r=e.doc?e:NE.create({doc:e});return null==n&&(n=r.doc.length),this.regexp?Go(this,r,t,n):Gr(this,r,t,n)}}class Gn{constructor(e){this.spec=e}}function Gr(e,t,n,r){var i,o;return new WH(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(Ga(n,e-r))!=NO.Word||o(Gs(n,e-r))!=NO.Word)&&(o(Gs(n,t-r))!=NO.Word||o(Ga(n,t-r))!=NO.Word))):void 0)}class Gi extends Gn{constructor(e){super(e)}nextMatch(e,t,n){let r=Gr(this.spec,e,n,e.doc.length).nextOverlapping();if(r.done){let n=Math.min(e.doc.length,t+this.spec.unquoted.length);r=Gr(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=Gr(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=Gr(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=Gr(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 Go(e,t,n,r){var i;return new Wq(t.doc,e.search,{ignoreCase:!e.caseSensitive,test:e.wholeWord?(i=t.charCategorizer(t.selection.main.head),(e,t,n)=>!n[0].length||(i(Ga(n.input,n.index))!=NO.Word||i(Gs(n.input,n.index))!=NO.Word)&&(i(Gs(n.input,n.index+n[0].length))!=NO.Word||i(Ga(n.input,n.index+n[0].length))!=NO.Word)):void 0},n,r)}function Ga(e,t){return e.slice(BG(e,t,!1),t)}function Gs(e,t){return e.slice(t,BG(e,t))}class Gl extends Gn{nextMatch(e,t,n){let r=Go(this.spec,e,n,e.doc.length).next();return r.done&&(r=Go(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=Go(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=Go(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=Go(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 Gu=NM.define(),Gc=NM.define(),Gh=Na.define({create:e=>new Gd(G_(e).create(),null),update(e,t){for(let n of t.effects)n.is(Gu)?e=new Gd(n.value.create(),e.panel):n.is(Gc)&&(e=new Gd(e.query,n.value?GS:null));return e},provide:e=>ja.from(e,e=>e.panel)});class Gd{constructor(e,t){this.query=e,this.panel=t}}let Gp=ZJ.mark({class:"cm-searchMatch"}),Gf=ZJ.mark({class:"cm-searchMatch cm-searchMatch-selected"}),Gg=FE.fromClass(class{constructor(e){this.view=e,this.decorations=this.highlight(e.state.field(Gh))}update(e){let t=e.state.field(Gh);(t!=e.startState.field(Gh)||e.docChanged||e.selectionSet||e.viewportChanged)&&(this.decorations=this.highlight(t))}highlight({query:e,panel:t}){if(!t||!e.spec.valid)return ZJ.none;let{view:n}=this,r=new NV;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?Gf:Gp)})}return r.finish()}},{decorations:e=>e.decorations});function Gm(e){return t=>{let n=t.state.field(Gh,!1);return n&&n.query.spec.valid?e(t,n):GM(t)}}let Gv=Gm((e,{query:t})=>{let{to:n}=e.state.selection.main,r=t.nextMatch(e.state,n,n);if(!r)return!1;let i=B6.single(r.from,r.to),o=e.state.facet(Ge);return e.dispatch({selection:i,effects:[GO(e,r),o.scrollToMatch(i.main,e)],userEvent:"select.search"}),Gk(e),!0}),Gy=Gm((e,{query:t})=>{let{state:n}=e,{from:r}=n.selection.main,i=t.prevMatch(n,r,r);if(!i)return!1;let o=B6.single(i.from,i.to),a=e.state.facet(Ge);return e.dispatch({selection:o,effects:[GO(e,i),a.scrollToMatch(o.main,e)],userEvent:"select.search"}),Gk(e),!0}),Gx=Gm((e,{query:t})=>{let n=t.matchAll(e.state,1e3);return!!n&&!!n.length&&(e.dispatch({selection:B6.create(n.map(e=>B6.range(e.from,e.to))),userEvent:"select.search.matches"}),!0)}),Gb=Gm((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(Vn.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=B6.single(a.from-t,a.to-t),c.push(GO(e,a)),c.push(n.facet(Ge).scrollToMatch(l.main,e))}return e.dispatch({changes:s,selection:l,effects:c,userEvent:"input.replace"}),!0}),Gw=Gm((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:Vn.announce.of(r),userEvent:"input.replace.all"}),!0});function GS(e){return e.state.facet(Ge).createPanel(e)}function G_(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(Ge);return new Gt({search:(null!==(n=null==t?void 0:t.literal)&&void 0!==n?n:u.literal)?l:l.replace(/\n/g,"\\n"),caseSensitive:null!==(r=null==t?void 0:t.caseSensitive)&&void 0!==r?r:u.caseSensitive,literal:null!==(i=null==t?void 0:t.literal)&&void 0!==i?i:u.literal,regexp:null!==(o=null==t?void 0:t.regexp)&&void 0!==o?o:u.regexp,wholeWord:null!==(a=null==t?void 0:t.wholeWord)&&void 0!==a?a:u.wholeWord})}function GC(e){let t=jn(e,GS);return t&&t.dom.querySelector("[main-field]")}function Gk(e){let t=GC(e);t&&t==e.root.activeElement&&t.select()}let GM=e=>{let t=e.state.field(Gh,!1);if(t&&t.panel){let n=GC(e);if(n&&n!=e.root.activeElement){let r=G_(e.state,t.query.spec);r.valid&&e.dispatch({effects:Gu.of(r)}),n.focus(),n.select()}}else e.dispatch({effects:[Gc.of(!0),t?Gu.of(G_(e.state,t.query.spec)):NM.appendConfig.of(GE)]});return!0},GT=e=>{let t=e.state.field(Gh,!1);if(!t||!t.panel)return!1;let n=jn(e,GS);return n&&n.dom.contains(e.root.activeElement)&&e.focus(),e.dispatch({effects:Gc.of(!1)}),!0},GD=[{key:"Mod-f",run:GM,scope:"editor search-panel"},{key:"F3",run:Gv,shift:Gy,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:Gv,shift:Gy,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:GT,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 WH(e.doc,e.sliceDoc(r,i));!t.next().done;){if(o.length>1e3)return!1;t.value.from==r&&(a=o.length),o.push(B6.range(t.value.from,t.value.to))}return t(e.update({selection:B6.create(o,a),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:e=>{let t=jn(e,WQ);if(!t){let n=[WJ.of(!0)];null==e.state.field(W0,!1)&&n.push(NM.appendConfig.of([W0,W1])),e.dispatch({effects:n}),t=jn(e,WQ)}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 W7({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 WH(e.doc,t,r[r.length-1].to);;)if(i.next(),i.done){if(n)return null;i=new WH(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(B6.range(i.from,i.to),!1),effects:Vn.scrollIntoView(i.to)})),!0)},preventDefault:!0}];class GA{constructor(e){this.view=e;let t=this.query=e.state.field(Gh).query.spec;function n(e,t,n){return Wj("button",{class:"cm-button",name:e,onclick:t,type:"button"},n)}this.commit=this.commit.bind(this),this.searchField=Wj("input",{value:t.search,placeholder:GI(e,"Find"),"aria-label":GI(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Wj("input",{value:t.replace,placeholder:GI(e,"Replace"),"aria-label":GI(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Wj("input",{type:"checkbox",name:"case",form:"",checked:t.caseSensitive,onchange:this.commit}),this.reField=Wj("input",{type:"checkbox",name:"re",form:"",checked:t.regexp,onchange:this.commit}),this.wordField=Wj("input",{type:"checkbox",name:"word",form:"",checked:t.wholeWord,onchange:this.commit}),this.dom=Wj("div",{onkeydown:e=>this.keydown(e),class:"cm-search"},[this.searchField,n("next",()=>Gv(e),[GI(e,"next")]),n("prev",()=>Gy(e),[GI(e,"previous")]),n("select",()=>Gx(e),[GI(e,"all")]),Wj("label",null,[this.caseField,GI(e,"match case")]),Wj("label",null,[this.reField,GI(e,"regexp")]),Wj("label",null,[this.wordField,GI(e,"by word")]),...e.state.readOnly?[]:[Wj("br"),this.replaceField,n("replace",()=>Gb(e),[GI(e,"replace")]),n("replaceAll",()=>Gw(e),[GI(e,"replace all")])],Wj("button",{name:"close",onclick:()=>GT(e),"aria-label":GI(e,"close"),type:"button"},["\xd7"])])}commit(){let e=new Gt({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:Gu.of(e)}))}keydown(e){var t,n;(t=this.view,n="search-panel",Vg(Vd(t.state),e,t,n))?e.preventDefault():13==e.keyCode&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?Gy:Gv)(this.view)):13==e.keyCode&&e.target==this.replaceField&&(e.preventDefault(),Gb(this.view))}update(e){for(let t of e.transactions)for(let e of t.effects)e.is(Gu)&&!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(Ge).top}}function GI(e,t){return e.state.phrase(t)}let GP=/[\s\.,:;?!]/;function GO(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(!GP.test(s[e+1])&&GP.test(s[e])){s=s.slice(e);break}}if(a!=i){for(let e=s.length-1;e>s.length-30;e--)if(!GP.test(s[e-1])&&GP.test(s[e])){s=s.slice(0,e);break}}return Vn.announce.of(`${e.state.phrase("current match")}. ${s} ${e.state.phrase("on line")} ${r.number}.`)}let GR=Vn.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"}}),GE=[Gh,Nu.low(Gg),GR];class GL{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=$M(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(GF(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 GB(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 GN{constructor(e,t,n,r){this.completion=e,this.source=t,this.match=n,this.score=r}}function GZ(e){return e.selection.main.from}function GF(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)&&void 0!==n?n:e.ignoreCase?"i":""):e}let Gz=N_.define(),GV=new WeakMap;function Gj(e){if(!Array.isArray(e))return e;let t=GV.get(e);return t||GV.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=GB(t)+GB(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 G$=NM.define(),GH=NM.define();class GW{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=Bq(e,t),r=BY(n);this.chars.push(n);let i=e.slice(t,t+r),o=i.toUpperCase();this.folded.push(Bq(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=Bq(e,0),i=BY(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=Bq(e,i);(o==t[l]||o==n[l])&&(r[l++]=i),i+=BY(o)}if(l<s)return null}let u=0,c=0,h=!1,d=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=Bq(e,r);a<0&&(u<s&&l==t[u]&&(i[u++]=r),d<s&&(l==t[d]||l==n[d]?(0==d&&(p=r),f=r+1,d++):d=0));let y,x=l<255?l>=48&&l<=57||l>=97&&l<=122?2:+(l>=65&&l<=90):(y=BU(l))!=y.toLowerCase()?1:2*(y!=y.toUpperCase());(!r||1==x&&g||0==v&&0!=x)&&(t[c]==l||n[c]==l&&(h=!0)?o[c++]=r:o.length&&(m=!1)),v=x,r+=BY(l)}return c==s&&0==o[0]&&m?this.result(-100+(h?-200:0),o,e):d==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]):d==s?this.ret(-900-e.length,[p,f]):c==s?this.result(-100+(h?-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?BY(Bq(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 GG{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 Gq=Ne.define({combine:e=>NL(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:GY,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=>GU(e(n),t(n)),optionClass:(e,t)=>n=>GU(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})});function GU(e,t){return e?t?e+" "+t:e:t}function GY(e,t,n,r,i,o){let a=e.textDirection==Ft.RTL,s=a,l=!1,u="top",c,h,d=t.left-i.left,p=i.right-t.right,f=r.right-r.left,g=r.bottom-r.top;if(s&&d<Math.min(f,p)?s=!1:!s&&p<Math.min(f,d)&&(s=!0),f<=(s?d:p))c=Math.max(i.top,Math.min(n.top,i.bottom-g))-t.top,h=Math.min(400,s?d:p);else{l=!0,h=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: ${h/v}px`,class:"cm-completionInfo-"+(l?a?"left-narrow":"right-narrow":s?"left":"right")}}function GX(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 GK{constructor(e,t,n){let r;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 i=e.state.field(t),{options:o,selected:a}=i.open,s=e.state.facet(Gq);this.optionContent=(r=s.addToOptions.slice(),s.icons&&r.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}),r.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}),r.sort((e,t)=>e.position-t.position).map(e=>e.render)),this.optionClass=s.optionClass,this.tooltipClass=s.tooltipClass,this.range=GX(o.length,a,s.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(Gq).closeOnBlur&&t.relatedTarget!=e.contentDOM&&e.dispatch({effects:GH.of(null)})}),this.showOptions(o,i.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=GX(i.length,o,e.state.facet(Gq).maxRenderedOptions),this.showOptions(i,n.id)),this.updateSel(),a!=(null===(t=r.open)||void 0===t?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=GX(t.options.length,t.selected,this.view.state.facet(Gq).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=>FI(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(Gq).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 GQ(e){return 100*(e.boost||0)+10*!!e.apply+5*!!e.info+ +!!e.type}class GJ{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 GJ(this.options,G5(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(Gq);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 GN(t,r.source,e?e(t):[],1e9-n.length));else{let n=t.sliceDoc(r.from,r.to),a,s=o.filterStrict?new GG(n):new GW(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 GN(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)&&void 0!==n?n:1e9)-(null!==(r=t.rank)&&void 0!==r?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?GQ(e.completion)>GQ(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(Gq).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 GJ(a,G5(n,s),{pos:e.reduce((e,t)=>t.hasResult()?Math.min(e,t.from):e,1e8),create:qn,above:i.aboveCursor},r?r.timestamp:Date.now(),s,!1)}map(e){return new GJ(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 GJ(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class G0{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new G0(G3,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(Gq),r=(n.override||t.languageDataAt("autocomplete",GZ(t)).map(Gj)).map(t=>(this.active.find(e=>e.source==t)||new G8(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(G9));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=GJ.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 G8(e.source,0):e)),e.effects))a.is(G7)&&(i=i&&i.setSelected(a.value,this.id));return r==this.active&&i==this.open?this:new G0(r,this.id,i)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?G1:G2}}let G1={"aria-autocomplete":"list"},G2={};function G5(e,t){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":e};return t>-1&&(n["aria-activedescendant"]=e+"-"+t),n}let G3=[];function G4(e,t){if(e.isUserEvent("input.complete")){let n=e.annotation(Gz);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 G8{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=G4(e,t),r=this;for(let t of((8&n||16&n&&this.touches(e))&&(r=new G8(r.source,0)),4&n&&0==r.state&&(r=new G8(this.source,1)),r=r.updateFor(e,n),e.effects))if(t.is(G$))r=new G8(r.source,1,t.value);else if(t.is(GH))r=new G8(r.source,0);else if(t.is(G9))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(GZ(e.state))}}class G6 extends G8{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=GZ(e.state);if(a>o||!r||2&t&&(GZ(e.startState)==this.from||a<this.limit))return new G8(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):GF(e,!0).test(i)}(r.validFor,e.state,i,o)?r.update&&(r=r.update(r,i,o,new GL(e.state,a,!1)))?new G6(this.source,this.explicit,s,r,r.from,null!==(n=r.to)&&void 0!==n?n:GZ(e.state)):new G8(this.source,1,this.explicit):new G6(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 G6(this.source,this.explicit,e.mapPos(this.limit),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new G8(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}let G9=NM.define({map:(e,t)=>e.map(e=>e.map(t))}),G7=NM.define(),qe=Na.define({create:()=>G0.start(),update:(e,t)=>e.update(t),provide:e=>[V3.from(e,e=>e.tooltip),Vn.contentAttributes.from(e,e=>e.attrs)]});function qt(e,t){let n=t.completion.apply||t.completion.label,r=e.state.field(qe).active.find(e=>e.source==t.source);return r instanceof G6&&("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:B6.cursor(s.from+o+l.length)}})),{scrollIntoView:!0,userEvent:"input.complete"})}(e.state,n,r.from,r.to)),{annotations:Gz.of(t.completion)})):n(e,t.completion,r.from,r.to),!0)}let qn=e=>new GK(e,qe,qt);function qr(e,t="option"){return n=>{let r=n.state.field(qe,!1);if(!r||!r.open||r.open.disabled||Date.now()-r.open.timestamp<n.state.facet(Gq).interactionDelay)return!1;let i=1,o;"page"==t&&(o=V7(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:G7.of(s)}),!0}}let qi=e=>!!e.state.field(qe,!1)&&(e.dispatch({effects:G$.of(!0)}),!0);class qo{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}let qa=FE.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(qe).active))t.isPending&&this.startQuery(t)}update(e){let t=e.state.field(qe),n=e.state.facet(Gq);if(!e.selectionSet&&!e.docChanged&&e.startState.field(qe)==t)return;let r=e.transactions.some(e=>{let t=G4(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){FI(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(G$)))&&(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(qe);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(Gq).updateSyncTime))}startQuery(e){let{state:t}=this.view,n=GZ(t),r=new GL(t,n,e.explicit,this.view),i=new qo(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:GH.of(null)}),FI(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(Gq).updateSyncTime))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(Gq),r=this.view.state.field(qe);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=GZ(o.updates.length?o.updates[0].startState:this.view.state),i=Math.min(r,o.done.from+ +!o.active.explicit),a=new G6(o.active.source,o.active.explicit,i,o.done,o.done.from,null!==(e=o.done.to)&&void 0!==e?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 G8(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:G9.of(t)})}},{eventHandlers:{blur(e){let t=this.view.state.field(qe,!1);if(t&&t.tooltip&&this.view.state.facet(Gq).closeOnBlur){let n=t.open&&V7(this.view,t.open.tooltip);n&&n.dom.contains(e.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:GH.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:G$.of(!1)}),20),this.composing=0}}}),qs="object"==typeof navigator&&/Win/.test(navigator.platform),ql=Nu.highest(Vn.domEventHandlers({keydown(e,t){let n=t.state.field(qe,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||e.key.length>1||e.ctrlKey&&!(qs&&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&&qt(t,r),!1}})),qu=Vn.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"}}}),qc={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},qh=NM.define({map(e,t){let n=t.mapPos(e,-1,BK.TrackAfter);return null==n?void 0:n}}),qd=new class extends NB{};qd.startSide=1,qd.endSide=-1;let qp=Na.define({create:()=>Nz.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(qh)&&(e=e.update({add:[qd.range(n.value,n.value+1)]}));return e}}),qf="()[]{}<>\xab\xbb\xbb\xab[]{}";function qg(e){for(let t=0;t<qf.length;t+=2)if(qf.charCodeAt(t)==e)return qf.charAt(t+1);return BU(e<128?e:e+1)}function qm(e,t){return e.languageDataAt("closeBrackets",t)[0]||qc}let qv="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),qy=Vn.inputHandler.of((e,t,n,r)=>{if((qv?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let i=e.state.selection.main;if(r.length>2||2==r.length&&1==BY(Bq(r,0))||t!=i.from||n!=i.to)return!1;let o=function(e,t){let n=qm(e,e.selection.main.head),r=n.brackets||qc.brackets;for(let i of r){let o=qg(Bq(i,0));if(t==i)return o==i?function(e,t,n,r){let i=r.stringPrefixes||qc.stringPrefixes,o=null,a=e.changeByRange(r=>{if(!r.empty)return{changes:[{insert:t,from:r.from},{insert:t,from:r.to}],effects:qh.of(r.to+t.length),range:B6.range(r.anchor+t.length,r.head+t.length)};let a=r.head,s=qw(e.doc,a),l;if(s==t){if(qS(e,a))return{changes:{insert:t+t,from:a},effects:qh.of(a+t.length),range:B6.cursor(a+t.length)};if(qb(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:B6.cursor(a+r.length)}}}else if(n&&e.sliceDoc(a-2*t.length,a)==t+t&&(l=q_(e,a-2*t.length,i))>-1&&qS(e,l))return{changes:{insert:t+t+t+t,from:a},effects:qh.of(a+t.length),range:B6.cursor(a+t.length)};else if(e.charCategorizer(a)(s)!=NO.Word&&q_(e,a,i)>-1&&!function(e,t,n,r){let i=$M(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:qh.of(a+t.length),range:B6.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:qh.of(o.to+t.length),range:B6.range(o.anchor+t.length,o.head+t.length)};let a=qw(e.doc,o.head);return!a||/\s/.test(a)||r.indexOf(a)>-1?{changes:{insert:t+n,from:o.head},effects:qh.of(o.head+t.length),range:B6.cursor(o.head+t.length)}:{range:i=o}});return i?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}(e,i,o,n.before||qc.before);if(t==o&&qb(e,e.selection.main.from))return function(e,t,n){let r=null,i=e.changeByRange(t=>t.empty&&qw(e.doc,t.head)==n?{changes:{from:t.head,to:t.head+n.length,insert:n},range:B6.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)}),qx=[{key:"Backspace",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=qm(e,e.selection.main.head).brackets||qc.brackets,r=null,i=e.changeByRange(t=>{if(t.empty){var i,o;let r;let a=(i=e.doc,o=t.head,BY(Bq(r=i.sliceString(o-2,o),0))==r.length?r:r.slice(1));for(let r of n)if(r==a&&qw(e.doc,t.head)==qg(Bq(r,0)))return{changes:{from:t.head-r.length,to:t.head+r.length},range:B6.cursor(t.head-r.length)}}return{range:r=t}});return r||t(e.update(i,{scrollIntoView:!0,userEvent:"delete.backward"})),!r}}];function qb(e,t){let n=!1;return e.field(qp).between(0,e.doc.length,e=>{e==t&&(n=!0)}),n}function qw(e,t){let n=e.sliceString(t,t+2);return n.slice(0,BY(Bq(n,0)))}function qS(e,t){let n=$M(e).resolveInner(t+1);return n.parent&&n.from==t}function q_(e,t,n){let r=e.charCategorizer(t);if(r(e.sliceDoc(t-1,t))!=NO.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))!=NO.Word)return n}return -1}let qC=[{key:"Ctrl-Space",run:qi},{mac:"Alt-`",run:qi},{key:"Escape",run:e=>{let t=e.state.field(qe,!1);return!!(t&&t.active.some(e=>0!=e.state))&&(e.dispatch({effects:GH.of(null)}),!0)}},{key:"ArrowDown",run:qr(!0)},{key:"ArrowUp",run:qr(!1)},{key:"PageDown",run:qr(!0,"page")},{key:"PageUp",run:qr(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(qe,!1);return!(e.state.readOnly||!t||!t.open||t.open.selected<0||t.open.disabled||Date.now()-t.open.timestamp<e.state.facet(Gq).interactionDelay)&&qt(e,t.open.options[t.open.selected])}}],qk=Nu.highest(Vc.computeN([Gq],e=>e.facet(Gq).defaultKeymap?[qC]:[]));class qM{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class qT{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let r=e,i=n.facet(qz).markerFilter;i&&(r=i(r,n));let o=e.slice().sort((e,t)=>e.from-t.from||e.to-t.to),a=new NV,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=qY(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,ZJ.widget({widget:new q$(u),diagnostics:s.slice()}));else{let e=s.reduce((e,t)=>t.markClass?e+" "+t.markClass:e,"");a.add(t,r,ZJ.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 qT(u,t,qD(u))}}function qD(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 qM(r.from,n,r.diagnostic)}else r=new qM(e,n,t||i.diagnostics[0])}}),r}function qA(e,t){let n=t.pos,r=t.end||n,i=e.state.facet(qz).hideOn(e,n,r);if(null!=i)return i;let o=e.startState.doc.lineAt(t.pos);return!!(e.effects.some(e=>e.is(qP))||e.changes.touchesRange(o.from,Math.max(o.to,r)))}function qI(e,t){return e.field(qE,!1)?t:t.concat(NM.appendConfig.of(q2))}let qP=NM.define(),qO=NM.define(),qR=NM.define(),qE=Na.define({create:()=>new qT(ZJ.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=qD(n,e.selected.diagnostic,i)||qD(n,null,i)}!n.size&&i&&t.state.facet(qz).autoPanel&&(i=null),e=new qT(n,i,r)}for(let n of t.effects)if(n.is(qP)){let r=t.state.facet(qz).autoPanel?n.value.length?qW.open:null:e.panel;e=qT.init(n.value,r,t.state)}else n.is(qO)?e=new qT(e.diagnostics,n.value?qW.open:null,e.selected):n.is(qR)&&(e=new qT(e.diagnostics,e.panel,n.value));return e},provide:e=>[ja.from(e,e=>e.panel),Vn.decorations.from(e,e=>e.diagnostics)]}),qL=ZJ.mark({class:"cm-lintRange cm-lintRange-active"});function qB(e,t){return Wj("ul",{class:"cm-tooltip-lint"},t.map(t=>qj(e,t,!1)))}let qN=e=>{let t=e.state.field(qE,!1);return!!t&&!!t.panel&&(e.dispatch({effects:qO.of(!1)}),!0)},qZ=[{key:"Mod-Shift-m",run:e=>{let t=e.state.field(qE,!1);t&&t.panel||e.dispatch({effects:qI(e.state,[qO.of(!0)])});let n=jn(e,qW.open);return n&&n.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:e=>{let t=e.state.field(qE,!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)}}],qF=FE.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(qz);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(qz);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=>{if(this.view.state.doc==e.doc){var n,r;this.view.dispatch((n=this.view.state,r=t.reduce((e,t)=>e.concat(t)),{effects:qI(n,[qP.of(r)])}))}},e=>{FI(this.view.state,e)})}}update(e){let t=e.state.facet(qz);(e.docChanged||t!=e.startState.facet(qz)||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)}}),qz=Ne.define({combine:e=>Object.assign({sources:e.map(e=>e.source).filter(e=>null!=e)},NL(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 qV(e){let t=[];if(e)a: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 a}}t.push("")}return t}function qj(e,t,n){var r;let i=n?qV(t.actions):[];return Wj("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},Wj("span",{class:"cm-diagnosticText"},t.renderMessage?t.renderMessage(e):t.message),null===(r=t.actions)||void 0===r?void 0:r.map((n,r)=>{let o=!1,a=r=>{if(r.preventDefault(),o)return;o=!0;let i=qD(e.state.field(qE).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),Wj("u",s.slice(l,l+1)),s.slice(l+1)];return Wj("button",{type:"button",class:"cm-diagnosticAction",onclick:a,onmousedown:a,"aria-label":` Action: ${s}${l<0?"":` (access key "${i[r]})"`}.`},u)}),t.source&&Wj("div",{class:"cm-diagnosticSource"},t.source))}class q$ extends ZK{constructor(e){super(),this.sev=e}eq(e){return e.sev==this.sev}toDOM(){return Wj("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class qH{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(0xffffffff*Math.random()).toString(16),this.dom=qj(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class qW{constructor(e){this.view=e,this.items=[],this.list=Wj("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:t=>{if(27==t.keyCode)qN(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=qV(n.actions);for(let i=0;i<r.length;i++)if(r[i].toUpperCase().charCodeAt(0)==t.keyCode){let t=qD(this.view.state.field(qE).diagnostics,n);t&&n.actions[i].apply(e,t.from,t.to)}}t.preventDefault()},onclick:e=>{for(let t=0;t<this.items.length;t++)this.items[t].dom.contains(e.target)&&this.moveSelection(t)}}),this.dom=Wj("div",{class:"cm-panel-lint"},this.list,Wj("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>qN(this.view)},"\xd7")),this.update()}get selectedIndex(){let e=this.view.state.field(qE).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(qE),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 qH(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 qH(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=qD(this.view.state.field(qE).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:qR.of(t)})}static open(e){return new qW(e)}}function qG(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 qq(e){return qG(`<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 qU=Vn.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:qq("#d11")},".cm-lintRange-warning":{backgroundImage:qq("orange")},".cm-lintRange-info":{backgroundImage:qq("#999")},".cm-lintRange-hint":{backgroundImage:qq("#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 qY(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 qX extends js{constructor(e){super(),this.diagnostics=e,this.severity=qY(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(q5).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:qJ.of({pos:i.from,above:!1,clip:!1,create:()=>({dom:qB(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(q0)&&e.dispatch({effects:qJ.of(null)})}},window.addEventListener("mousemove",r)}let{hoverTime:i}=e.state.facet(q5),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 qK=jd({class:"cm-gutter-lint",markers:e=>e.state.field(qQ),widgetMarker:(e,t,n)=>{let r=[];return e.state.field(qQ).between(n.from,n.to,(e,t,i)=>{e>n.from&&e<n.to&&r.push(...i.diagnostics)}),r.length?new qX(r):null}}),qQ=Na.define({create:()=>Nz.empty,update(e,t){e=e.map(t.changes);let n=t.state.facet(q5).markerFilter;for(let r of t.effects)if(r.is(qP)){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 qX(n[e]).range(+e));return Nz.of(r,!0)}(t.state.doc,i.slice(0))}return e}}),qJ=NM.define(),q0=Na.define({create:()=>null,update:(e,t)=>(e&&t.docChanged&&(e=qA(t,e)?null:Object.assign(Object.assign({},e),{pos:t.changes.mapPos(e.pos)})),t.effects.reduce((e,t)=>t.is(qJ)?t.value:e,e)),provide:e=>V3.from(e)}),q1=Vn.baseTheme({".cm-gutter-lint":{width:"1.4em","& .cm-gutterElement":{padding:".2em"}},".cm-lint-marker":{width:"1em",height:"1em"},".cm-lint-marker-info":{content:qG('<path fill="#aaf" stroke="#77e" stroke-width="6" stroke-linejoin="round" d="M5 5L35 5L35 35L5 35Z"/>')},".cm-lint-marker-warning":{content:qG('<path fill="#fe8" stroke="#fd7" stroke-width="6" stroke-linejoin="round" d="M20 6L37 35L3 35Z"/>')},".cm-lint-marker-error":{content:qG('<circle cx="20" cy="20" r="15" fill="#f87" stroke="#f43" stroke-width="6"/>')}}),q2=[qE,Vn.decorations.compute([qE],e=>{let{selected:t,panel:n}=e.field(qE);return t&&n&&t.from!=t.to?ZJ.set([qL.range(t.from,t.to)]):ZJ.none}),function(e,t={}){let n=NM.define(),r=Na.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,BK.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(je)&&(e=[]);return e},provide:e=>V4.from(e)});return{active:r,extension:[r,FE.define(i=>new V9(i,e,r,n,t.hoverTime||300)),V6]}}(function(e,t,n){let{diagnostics:r}=e.state.field(qE),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(qz).tooltipFilter;return(i&&s&&(i=s(i,e.state)),i)?{pos:o,end:a,above:e.state.doc.lineAt(o).to<a,create:()=>({dom:qB(e,i)})}:null},{hideOn:qA}),qU],q5=Ne.define({combine:e=>NL(e,{hoverTime:300,markerFilter:null,tooltipFilter:null})});var q3=function(e){void 0===e&&(e={});var{crosshairCursor:t=!1}=e,n=[];!1!==e.closeBracketsKeymap&&(n=n.concat(qx)),!1!==e.defaultKeymap&&(n=n.concat(Wz)),!1!==e.searchKeymap&&(n=n.concat(GD)),!1!==e.historyKeymap&&(n=n.concat(HJ)),!1!==e.foldKeymap&&(n=n.concat($4)),!1!==e.completionKeymap&&(n=n.concat(qC)),!1!==e.lintKeymap&&(n=n.concat(qZ));var r=[];if(!1!==e.lineNumbers&&r.push(function(e={}){return[j_.of(e),jf(),jM]}()),!1!==e.highlightActiveLineGutter&&r.push(jA),!1!==e.highlightSpecialChars&&r.push(function(e={}){return[VF.of(e),Vz||(Vz=FE.fromClass(class{constructor(e){this.view=e,this.decorations=ZJ.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(e.state.facet(VF)),this.decorations=this.decorator.createDeco(e)}makeDecorator(e){return new VE({regexp:e.specialChars,decoration:(t,n,r)=>{let{doc:i}=n.state,o=Bq(t[0],0);if(9==o){let e=i.lineAt(r),t=n.state.tabSize,o=NQ(e.text,t,r-e.from);return ZJ.replace({widget:new Vj((t-o%t)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[o]||(this.decorationCache[o]=ZJ.replace({widget:new VV(e,o)}))},boundary:e.replaceTabs?void 0:/[^]/})}update(e){let t=e.state.facet(VF);e.startState.facet(VF)!=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&&r.push(function(e={}){return[HF,HZ.of(e),Vn.domEventHandlers({beforeinput(e,t){let n="historyUndo"==e.inputType?HV:"historyRedo"==e.inputType?Hj:null;return!!n&&(e.preventDefault(),n(t))}})]}()),!1!==e.foldGutter&&r.push(function(e={}){let t=Object.assign(Object.assign({},Hn),e),n=new Hr(t,!0),r=new Hr(t,!1),i=FE.fromClass(class{constructor(e){this.from=e.viewport.from,this.markers=this.buildMarkers(e)}update(e){(e.docChanged||e.viewportChanged||e.startState.facet($L)!=e.state.facet($L)||e.startState.field($1,!1)!=e.state.field($1,!1)||$M(e.startState)!=$M(e.state)||t.foldingChanged(e))&&(this.markers=this.buildMarkers(e.view))}buildMarkers(e){let t=new NV;for(let i of e.viewportLineBlocks){let o=$2(e.state,i.from,i.to)?r:$X(e.state,i.from,i.to)?n:null;o&&t.add(i.from,i.from,o)}return t.finish()}}),{domEventHandlers:o}=t;return[i,jd({class:"cm-foldGutter",markers(e){var t;return(null===(t=e.plugin(i))||void 0===t?void 0:t.markers)||Nz.empty},initialSpacer:()=>new Hr(t,!1),domEventHandlers:Object.assign(Object.assign({},o),{click:(e,t,n)=>{if(o.click&&o.click(e,t,n))return!0;let r=$2(e.state,t.from,t.to);if(r)return e.dispatch({effects:$J.of(r)}),!0;let i=$X(e.state,t.from,t.to);return!!i&&(e.dispatch({effects:$Q.of(i)}),!0)}})}),$9()]}()),!1!==e.drawSelection&&r.push(function(e={}){return[V_.of(e),Vk,VT,VA,Fk.of(!0)]}()),!1!==e.dropCursor&&r.push([VP,VO]),!1!==e.allowMultipleSelections&&r.push(NE.allowMultipleSelections.of(!0)),!1!==e.indentOnInput&&r.push(NE.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=$V(a,t.from);if(null==n)continue;let r=/^\s*/.exec(t.text)[0],i=$z(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&&r.push(Hu(Hh,{fallback:!0})),!1!==e.bracketMatching&&r.push(function(e={}){return[Hf.of(e),Hy]}()),!1!==e.closeBrackets&&r.push([qy,qp]),!1!==e.autocompletion&&r.push(function(e={}){return[ql,qe,Gq.of(e),qa,qk,qu]}()),!1!==e.rectangularSelection){let e;r.push((e=e=>e.altKey&&0==e.button,Vn.mouseSelectionStyle.of((t,n)=>{let r,i;return e(n)?(r=VG(t,n),i=t.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(e,n,o){let a=VG(t,e);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(B6.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=NJ(n.text,a,e.tabSize,!0);if(r<0)o.push(B6.cursor(n.to));else{let t=NJ(n.text,s,e.tabSize);o.push(B6.range(n.from+r,n.from+t))}}}return o}(t.state,r,a);return s.length?o?B6.create(s.concat(i.ranges)):B6.create(s):i}}:null):null})))}if(!1!==t&&r.push(function(e={}){let[t,n]=Vq[e.key||"Alt"],r=FE.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,Vn.contentAttributes.of(e=>{var t;return(null===(t=e.plugin(r))||void 0===t?void 0:t.isDown)?VU:null})]}()),!1!==e.highlightActiveLine&&r.push(VH),!1!==e.highlightSelectionMatches){let e;r.push(e=[W9,W6])}return e.tabSize&&"number"==typeof e.tabSize&&r.push($Z.of(" ".repeat(e.tabSize))),r.concat([Vc.of(n.flat())]).filter(Boolean)};let q4="#e06c75",q8="#abb2bf",q6="#7d8799",q9="#d19a66",q7="#2c313a",Ue="#282c34",Ut="#353a42",Un="#528bff",Ur=[Vn.theme({"&":{color:q8,backgroundColor:Ue},".cm-content":{caretColor:Un},".cm-cursor, .cm-dropCursor":{borderLeftColor:Un},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:q8},".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:Ue,color:q6,border:"none"},".cm-activeLineGutter":{backgroundColor:q7},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:Ut},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Ut,borderBottomColor:Ut},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:q7,color:q8}}},{dark:!0}),Hu(Ho.define([{tag:$b.keyword,color:"#c678dd"},{tag:[$b.name,$b.deleted,$b.character,$b.propertyName,$b.macroName],color:q4},{tag:[$b.function($b.variableName),$b.labelName],color:"#61afef"},{tag:[$b.color,$b.constant($b.name),$b.standard($b.name)],color:q9},{tag:[$b.definition($b.name),$b.separator],color:q8},{tag:[$b.typeName,$b.className,$b.number,$b.changed,$b.annotation,$b.modifier,$b.self,$b.namespace],color:"#e5c07b"},{tag:[$b.operator,$b.operatorKeyword,$b.url,$b.escape,$b.regexp,$b.link,$b.special($b.string)],color:"#56b6c2"},{tag:[$b.meta,$b.comment],color:q6},{tag:$b.strong,fontWeight:"bold"},{tag:$b.emphasis,fontStyle:"italic"},{tag:$b.strikethrough,textDecoration:"line-through"},{tag:$b.link,color:q6,textDecoration:"underline"},{tag:$b.heading,fontWeight:"bold",color:q4},{tag:[$b.atom,$b.bool,$b.special($b.variableName)],color:q9},{tag:[$b.processingInstruction,$b.string,$b.inserted],color:"#98c379"},{tag:$b.invalid,color:"#ffffff"}]))];var Ui=Vn.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),Uo=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(Vc.of([WV])),a&&("boolean"==typeof a?s.unshift(q3()):s.unshift(q3(a))),o&&s.unshift(FE.fromClass(class{constructor(e){this.view=e,this.placeholder=o?ZJ.set([ZJ.widget({widget:new VW(o),side:1}).range(0)]):ZJ.none}get decorations(){return this.view.state.doc.length?ZJ.none:this.placeholder}},{decorations:e=>e.decorations})),i){case"light":s.push(Ui);break;case"dark":s.push(Ur);break;case"none":break;default:s.push(i)}return!1===n&&s.push(Vn.editable.of(!1)),r&&s.push(NE.readOnly.of(!0)),[...s]},Ua=e=>({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)}),Us=N_.define(),Ul=[],Uu=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],Uc=(0,eU.forwardRef)((e,t)=>{var{className:n,value:r="",selection:i,extensions:o=[],onChange:a,onStatistics:s,onCreateEditor:l,onUpdate:u,autoFocus:c,theme:h="light",height:d,minHeight:p,maxHeight:f,width:g,minWidth:m,maxWidth:v,basicSetup:y,placeholder:x,indentWithTab:b,editable:w,readOnly:S,root:_,initialState:C}=e,k=(0,BD.Z)(e,Uu),M=(0,eU.useRef)(null),{state:T,view:D,container:A,setContainer:I}=function(e){var{value:t,selection:n,onChange:r,onStatistics:i,onCreateEditor:o,onUpdate:a,extensions:s=Ul,autoFocus:l,theme:u="light",height:c=null,minHeight:h=null,maxHeight:d=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]=(0,eU.useState)(),[k,M]=(0,eU.useState)(),[T,D]=(0,eU.useState)(),A=Vn.theme({"&":{height:c,minHeight:h,maxHeight:d,width:p,minWidth:f,maxWidth:g},"& .cm-scroller":{height:"100% !important"}}),I=[Vn.updateListener.of(e=>{e.docChanged&&"function"==typeof r&&!e.transactions.some(e=>e.annotation(Us))&&r(e.state.doc.toString(),e),i&&i(Ua(e))}),A,...Uo({theme:u,editable:v,readOnly:y,placeholder:m,indentWithTab:x,basicSetup:b})];return a&&"function"==typeof a&&I.push(Vn.updateListener.of(a)),I=I.concat(s),(0,eU.useLayoutEffect)(()=>{if(_&&!T){var e={doc:t,selection:n,extensions:I},r=S?NE.fromJSON(S.json,e,S.fields):NE.create(e);if(D(r),!k){var i=new Vn({state:r,parent:_,root:w});M(i),o&&o(i,r)}}return()=>{k&&(D(void 0),M(void 0))}},[_,T]),(0,eU.useEffect)(()=>{e.container&&C(e.container)},[e.container]),(0,eU.useEffect)(()=>()=>{k&&(k.destroy(),M(void 0))},[k]),(0,eU.useEffect)(()=>{l&&k&&k.focus()},[l,k]),(0,eU.useEffect)(()=>{k&&k.dispatch({effects:NM.reconfigure.of(I)})},[u,s,c,h,d,p,f,g,m,v,y,x,b,r,a]),(0,eU.useEffect)(()=>{if(void 0!==t){var e=k?k.state.doc.toString():"";k&&t!==e&&k.dispatch({changes:{from:0,to:e.length,insert:t||""},annotations:[Us.of(!0)]})}},[t,k]),{state:T,setState:D,view:k,setView:M,container:_,setContainer:C}}({root:_,value:r,autoFocus:c,theme:h,height:d,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:C});(0,eU.useImperativeHandle)(t,()=>({editor:M.current,state:T,view:D}),[M,A,T,D]);var P=(0,eU.useCallback)(e=>{M.current=e,I(e)},[I]);if("string"!=typeof r)throw Error("value must be typeof string but got "+typeof r);var O="string"==typeof h?"cm-theme-"+h:"cm-theme";return(0,eq.jsx)("div",(0,BT.Z)({ref:P,className:""+O+(n?" "+n:"")},k))});Uc.displayName="CodeMirror";class Uh{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 Uh(e,[],t,n,n,0,[],0,r?new Ud(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?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,h=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,h+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 Uh(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 Up(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 Ud(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 Ud{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class Up{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 Uf{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 Uf(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 Uf(this.stack,this.pos,this.index)}}function Ug(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 Um{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}let Uv=new Um;class Uy{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=Uv,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=Uv,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 Ux{constructor(e,t){this.data=e,this.id=t}token(e,t){let{parser:n}=t.p;Ub(this.data,e,t,this.id,n.data,n.tokenPrecTable)}}function Ub(e,t,n,r,i,o){let a=0,s=1<<r,{dialect:l}=n.p.parser;o: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=Uw(n,r,t);return i<0||Uw(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 o}}break}}function Uw(e,t,n){for(let r=t,i;65535!=(i=e[r]);r++)if(i==n)return r-t;return -1}Ux.prototype.contextual=Ux.prototype.fallback=Ux.prototype.extend=!1,(class{constructor(e,t,n){this.precTable=t,this.elseToken=n,this.data="string"==typeof e?Ug(e):e}token(e,t){let n=e.pos,r=0;for(;;){let n=e.next<0,i=e.resolveOffset(1,1);if(Ub(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=Ux.prototype.fallback=Ux.prototype.extend=!1;let US="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG),U_=null;function UC(e,t,n){let r=e.cursor(e$.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 Uk{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?UC(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?UC(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 jF){if(o==e){if(o<this.safeFrom)return null;let e=o+i.length;if(e<=this.safeTo){let t=i.prop(jO.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 UM{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(e=>new Um)}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 Um).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 Um,{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=UP(a,s+2);else{0==r&&2==a[s+1]&&(r=this.putAction(UP(a,s+2),t,n,r));break}}a[s]==t&&(r=this.putAction(UP(a,s+1),t,n,r))}return r}}class UT{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 Uy(t,r),this.tokens=new UM(e,this.stream),this.topTerm=e.top[1];let{from:i}=r[0];this.stacks=[Uh.start(this,e.top[0],i)],this.fragments=n.length&&this.stream.end-i>4*e.bufferLength?new Uk(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 US&&console.log("Finish with "+this.stackID(t)),this.stackToTree(t);if(this.parser.strict)throw US&&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 US&&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){n: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 n}}}}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=US?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(jO.contextHash)||0)==n))return e.useNode(a,r),US&&console.log(o+this.stackID(e)+` (via reuse of ${i.getName(a.type.id)})`),!0;if(!(a instanceof jF)||0==a.children.length||a.positions[0]>0)break;let s=a.children[0];if(s instanceof jF&&0==a.positions[0])a=s;else break}}let a=i.stateSlot(e.state,4);if(a>0)return e.reduce(a),US&&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++],h=a==s.length||!n,d=h?e:e.split(),p=this.tokens.mainToken;if(d.apply(l,u,p?p.start:d.pos,c),US&&console.log(o+this.stackID(d)+` (via ${(65536&l)==0?"shift":`reduce of ${i.getName(65535&l)}`} for ${i.getName(u)} @ ${r}${d==e?"":", split"})`),h)return!0;d.pos>r?t.push(d):n.push(d)}return!1}advanceFully(e,t){let n=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>n)return UD(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=US?this.stackID(a)+" -> ":"";if(a.deadEnd&&(i||(i=!0,a.restart(),US&&console.log(u+this.stackID(a)+" (restarted)"),this.advanceFully(a,n))))continue;let c=a.split(),h=u;for(let e=0;c.forceReduce()&&e<10&&(US&&console.log(h+this.stackID(c)+" (via force-reduce)"),!this.advanceFully(c,n));e++)US&&(h=this.stackID(c)+" -> ");for(let e of a.recoverByInsert(s))US&&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),US&&console.log(u+this.stackID(a)+` (via recover-delete ${this.parser.getName(s)})`),UD(a,n)):(!r||r.score<a.score)&&(r=a)}return r}stackToTree(e){return e.close(),jF.build({buffer:Uf.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=(U_||(U_=new WeakMap)).get(e);return t||U_.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function UD(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 UA{constructor(e,t,n){this.source=e,this.flags=t,this.disabled=n}allows(e){return!this.disabled||0==this.disabled[e]}}class UI extends j3{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=jO[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 jB(t.map((t,i)=>jL.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=Ug(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(UO),this.states=Ug(e.states,Uint32Array),this.data=Ug(e.stateData),this.goto=Ug(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(e=>"number"==typeof e?new Ux(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 UT(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=UP(n,i+2)];else if(2==n[i+1])return UP(n,i+2);else break}if(o==t||0==o)return UP(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=UP(this.data,n+2);else break}r=t(UP(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=UP(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(UI.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]=UO(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 UA(e,n,r)}static deserialize(e){return new UI(e)}}function UP(e,t){return e[t]|e[t+1]<<16}function UO(e){if(e.external){let t=+!!e.extend;return(n,r)=>e.external(n,r)<<1|t}return e.get}let UR=$e({String:$b.string,Number:$b.number,"True False":$b.bool,PropertyName:$b.propertyName,Null:$b.null,", :":$b.separator,"[ ]":$b.squareBracket,"{ }":$b.brace}),UE=UI.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:[UR],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}),UL=()=>e=>{try{JSON.parse(e.state.doc.toString())}catch(o){var t,n;let r;if(!(o instanceof SyntaxError))throw o;let i=(t=o,n=e.state.doc,(r=t.message.match(/at position (\d+)/))?Math.min(+r[1],n.length):(r=t.message.match(/at line (\d+) column (\d+)/))?Math.min(n.line(+r[1]).from+ +r[2]-1,n.length):0);return[{from:i,message:o.message,severity:"error",to:i}]}return[]},UB=$k.define({name:"json",parser:UE.configure({props:[$$.add({Object:$q({except:/^\s*\}/}),Array:$q({except:/^\s*\]/})}),$Y.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 UN(e){let t=(0,nH.Z)(),n="dark"===t.palette.mode,[r,i]=(0,eU.useState)(()=>JSON.stringify(e.value,null,2)),[o,a]=(0,eU.useState)(r);return(0,eq.jsx)(Uc,{...e,style:{border:`1px solid ${t.palette.divider}`},theme:n?"dark":"light",extensions:[new $B(UB),function(e,t={}){return[qz.of({source:e,config:t}),qF,q2]}(UL()),function(e={}){return[q5.of(e),qQ,qK,q1,q0]}()],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 UZ(e){return(0,e8.ZP)("MuiFormControlLabel",e)}let UF=(0,e4.Z)("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"]),Uz=e=>{let{classes:t,disabled:n,labelPlacement:r,error:i,required:o}=e,a={root:["root",n&&"disabled",`labelPlacement${(0,e0.Z)(r)}`,i&&"error",o&&"required"],label:["label",n&&"disabled"],asterisk:["asterisk",i&&"error"]};return(0,eK.Z)(a,UZ,t)},UV=(0,e1.ZP)("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${UF.label}`]:t.label},t.root,t[`labelPlacement${(0,e0.Z)(n.labelPlacement)}`]]}})((0,e2.Z)(({theme:e})=>({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${UF.disabled}`]:{cursor:"default"},[`& .${UF.label}`]:{[`&.${UF.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}}]}))),Uj=(0,e1.ZP)("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,e2.Z)(({theme:e})=>({[`&.${UF.error}`]:{color:(e.vars||e).palette.error.main}}))),U$=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiFormControlLabel"}),{checked:r,className:i,componentsProps:o={},control:a,disabled:s,disableTypography:l,inputRef:u,label:c,labelPlacement:h="end",name:d,onChange:p,required:f,slots:g={},slotProps:m={},value:v,...y}=n,x=tN(),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 _=tL({props:n,muiFormControl:x,states:["error"]}),C={...n,disabled:b,labelPlacement:h,required:w,error:_.error},k=Uz(C),M={slots:g,slotProps:{...o,...m}},[T,D]=(0,n5.Z)("typography",{elementType:uq.Z,externalForwardedProps:M,ownerState:C}),A=c;return null==A||A.type===uq.Z||l||(A=(0,eq.jsx)(T,{component:"span",...D,className:(0,eX.Z)(k.label,D?.className),children:A})),(0,eq.jsxs)(UV,{className:(0,eX.Z)(k.root,i),ownerState:C,ref:t,...y,children:[eU.cloneElement(a,S),w?(0,eq.jsxs)("div",{children:[A,(0,eq.jsxs)(Uj,{ownerState:C,"aria-hidden":!0,className:k.asterisk,children:[" ","*"]})]}):A]})});var UH=e=>"checkbox"===e.type,UW=e=>e instanceof Date,UG=e=>null==e;let Uq=e=>"object"==typeof e;var UU=e=>!UG(e)&&!Array.isArray(e)&&Uq(e)&&!UW(e),UY=e=>UU(e)&&e.target?UH(e.target)?e.target.checked:e.target.value:e,UX=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,UK=(e,t)=>e.has(UX(t)),UQ=e=>{let t=e.constructor&&e.constructor.prototype;return UU(t)&&t.hasOwnProperty("isPrototypeOf")},UJ="undefined"!=typeof window&&void 0!==window.HTMLElement&&"undefined"!=typeof document;function U0(e){let t;let 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(!(!(UJ&&(e instanceof Blob||r))&&(n||UU(e))))return e;else if(t=n?[]:{},n||UQ(e))for(let n in e)e.hasOwnProperty(n)&&(t[n]=U0(e[n]));else t=e;return t}var U1=e=>Array.isArray(e)?e.filter(Boolean):[],U2=e=>void 0===e,U5=(e,t,n)=>{if(!t||!UU(e))return n;let r=U1(t.split(/[,[\].]+?/)).reduce((e,t)=>UG(e)?e:e[t],e);return U2(r)||r===e?U2(e[t])?n:e[t]:r},U3=e=>"boolean"==typeof e,U4=e=>/^\w*$/.test(e),U8=e=>U1(e.replace(/["|']|\]/g,"").split(/\.|\[/)),U6=(e,t,n)=>{let r=-1,i=U4(t)?[t]:U8(t),o=i.length,a=o-1;for(;++r<o;){let t=i[r],o=n;if(r!==a){let n=e[t];o=UU(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 U9={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},U7={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},Ye=eU.createContext(null),Yt=()=>eU.useContext(Ye);var Yn=(e,t,n,r=!0)=>{let i={defaultValues:t._defaultValues};for(let o in e)Object.defineProperty(i,o,{get:()=>(t._proxyFormState[o]!==U9.all&&(t._proxyFormState[o]=!r||U9.all),n&&(n[o]=!0),e[o])});return i},Yr=e=>UU(e)&&!Object.keys(e).length,Yi=(e,t,n,r)=>{n(e);let{name:i,...o}=e;return Yr(o)||Object.keys(o).length>=Object.keys(t).length||Object.keys(o).find(e=>t[e]===(!r||U9.all))},Yo=e=>Array.isArray(e)?e:[e],Ya=(e,t,n)=>!e||!t||e===t||Yo(e).some(e=>e&&(n?e===t:e.startsWith(t)||t.startsWith(e)));function Ys(e){let t=eU.useRef(e);t.current=e,eU.useEffect(()=>{let n=!e.disabled&&t.current.subject&&t.current.subject.subscribe({next:t.current.next});return()=>{n&&n.unsubscribe()}},[e.disabled])}var Yl=e=>"string"==typeof e,Yu=(e,t,n,r,i)=>Yl(e)?(r&&t.watch.add(e),U5(n,e,i)):Array.isArray(e)?e.map(e=>(r&&t.watch.add(e),U5(n,e))):(r&&(t.watchAll=!0),n);let Yc=e=>e.render(function(e){let t=Yt(),{name:n,disabled:r,control:i=t.control,shouldUnregister:o}=e,a=UK(i._names.array,n),s=function(e){let t=Yt(),{control:n=t.control,name:r,defaultValue:i,disabled:o,exact:a}=e||{},s=eU.useRef(r);s.current=r,Ys({disabled:o,subject:n._subjects.values,next:e=>{Ya(s.current,e.name,a)&&u(U0(Yu(s.current,n._names,e.values||n._formValues,!1,i)))}});let[l,u]=eU.useState(n._getWatch(r,i));return eU.useEffect(()=>n._removeUnmounted()),l}({control:i,name:n,defaultValue:U5(i._formValues,n,U5(i._defaultValues,n,e.defaultValue)),exact:!0}),l=function(e){let t=Yt(),{control:n=t.control,disabled:r,name:i,exact:o}=e||{},[a,s]=eU.useState(n._formState),l=eU.useRef(!0),u=eU.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1}),c=eU.useRef(i);return c.current=i,Ys({disabled:r,next:e=>l.current&&Ya(c.current,e.name,o)&&Yi(e,u.current,n._updateFormState)&&s({...n._formState,...e}),subject:n._subjects.state}),eU.useEffect(()=>(l.current=!0,u.current.isValid&&n._updateValid(!0),()=>{l.current=!1}),[n]),eU.useMemo(()=>Yn(a,n,u.current,!1),[a,n])}({control:i,name:n,exact:!0}),u=eU.useRef(i.register(n,{...e.rules,value:s,...U3(e.disabled)?{disabled:e.disabled}:{}})),c=eU.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!U5(l.errors,n)},isDirty:{enumerable:!0,get:()=>!!U5(l.dirtyFields,n)},isTouched:{enumerable:!0,get:()=>!!U5(l.touchedFields,n)},isValidating:{enumerable:!0,get:()=>!!U5(l.validatingFields,n)},error:{enumerable:!0,get:()=>U5(l.errors,n)}}),[l,n]),h=eU.useMemo(()=>({name:n,value:s,...U3(r)||l.disabled?{disabled:l.disabled||r}:{},onChange:e=>u.current.onChange({target:{value:UY(e),name:n},type:"change"}),onBlur:()=>u.current.onBlur({target:{value:U5(i._formValues,n),name:n},type:"blur"}),ref:e=>{let t=U5(i._fields,n);t&&e&&(t._f.ref={focus:()=>e.focus(),select:()=>e.select(),setCustomValidity:t=>e.setCustomValidity(t),reportValidity:()=>e.reportValidity()})}}),[n,i._formValues,r,l.disabled,s,i._fields]);return eU.useEffect(()=>{let e=i._options.shouldUnregister||o,t=(e,t)=>{let n=U5(i._fields,e);n&&n._f&&(n._f.mount=t)};if(t(n,!0),e){let e=U0(U5(i._options.defaultValues,n));U6(i._defaultValues,n,e),U2(U5(i._formValues,n))&&U6(i._formValues,n,e)}return a||i.register(n),()=>{(a?e&&!i._state.action:e)?i.unregister(n):t(n,!1)}},[n,i,a,o]),eU.useEffect(()=>{i._updateDisabledField({disabled:r,fields:i._fields,name:n})},[r,n,i]),eU.useMemo(()=>({field:h,formState:l,fieldState:c}),[h,l,c])}(e));var Yh=(e,t,n,r,i)=>t?{...n[e],types:{...n[e]&&n[e].types?n[e].types:{},[r]:i||!0}}:{},Yd=()=>{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)})},Yp=(e,t,n={})=>n.shouldFocus||U2(n.shouldFocus)?n.focusName||`${e}.${U2(n.focusIndex)?t:n.focusIndex}.`:"",Yf=e=>({isOnSubmit:!e||e===U9.onSubmit,isOnBlur:e===U9.onBlur,isOnChange:e===U9.onChange,isOnAll:e===U9.all,isOnTouch:e===U9.onTouched}),Yg=(e,t,n)=>!n&&(t.watchAll||t.watch.has(e)||[...t.watch].some(t=>e.startsWith(t)&&/^\.\w+/.test(e.slice(t.length))));let Ym=(e,t,n,r)=>{for(let i of n||Object.keys(e)){let n=U5(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;if(e.ref&&t(e.ref,e.name)&&!r)return!0;if(Ym(o,t))break}else if(UU(o)&&Ym(o,t))break}}};var Yv=(e,t,n)=>{let r=Yo(U5(e,n));return U6(r,"root",t[n]),U6(e,n,r),e},Yy=e=>"file"===e.type,Yx=e=>"function"==typeof e,Yb=e=>{if(!UJ)return!1;let t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},Yw=e=>Yl(e),YS=e=>"radio"===e.type,Y_=e=>e instanceof RegExp;let YC={value:!1,isValid:!1},Yk={value:!0,isValid:!0};var YM=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&&!U2(e[0].attributes.value)?U2(e[0].value)||""===e[0].value?Yk:{value:e[0].value,isValid:!0}:Yk:YC}return YC};let YT={isValid:!1,value:null};var YD=e=>Array.isArray(e)?e.reduce((e,t)=>t&&t.checked&&!t.disabled?{isValid:!0,value:t.value}:e,YT):YT;function YA(e,t,n="validate"){if(Yw(e)||Array.isArray(e)&&e.every(Yw)||U3(e)&&!e)return{type:n,message:Yw(e)?e:"",ref:t}}var YI=e=>UU(e)&&!Y_(e)?e:{value:e,message:""},YP=async(e,t,n,r,i,o)=>{let{ref:a,refs:s,required:l,maxLength:u,minLength:c,min:h,max:d,pattern:p,validate:f,name:g,valueAsNumber:m,mount:v}=e._f,y=U5(n,g);if(!v||t.has(g))return{};let x=s?s[0]:a,b=e=>{i&&x.reportValidity&&(x.setCustomValidity(U3(e)?"":e||""),x.reportValidity())},w={},S=YS(a),_=UH(a),C=(m||Yy(a))&&U2(a.value)&&U2(y)||Yb(a)&&""===a.value||""===y||Array.isArray(y)&&!y.length,k=Yh.bind(null,g,r,w),M=(e,t,n,r=U7.maxLength,i=U7.minLength)=>{let o=e?t:n;w[g]={type:e?r:i,message:o,ref:a,...k(e?r:i,o)}};if(o?!Array.isArray(y)||!y.length:l&&(!(S||_)&&(C||UG(y))||U3(y)&&!y||_&&!YM(s).isValid||S&&!YD(s).isValid)){let{value:e,message:t}=Yw(l)?{value:!!l,message:l}:YI(l);if(e&&(w[g]={type:U7.required,message:t,ref:x,...k(U7.required,t)},!r))return b(t),w}if(!C&&(!UG(h)||!UG(d))){let e,t;let n=YI(d),i=YI(h);if(UG(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;Yl(n.value)&&y&&(e=s?o(y)>o(n.value):l?y>n.value:r>new Date(n.value)),Yl(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);UG(n.value)||(e=r>n.value),UG(i.value)||(t=r<i.value)}if((e||t)&&(M(!!e,n.message,i.message,U7.max,U7.min),!r))return b(w[g].message),w}if((u||c)&&!C&&(Yl(y)||o&&Array.isArray(y))){let e=YI(u),t=YI(c),n=!UG(e.value)&&y.length>+e.value,i=!UG(t.value)&&y.length<+t.value;if((n||i)&&(M(n,e.message,t.message),!r))return b(w[g].message),w}if(p&&!C&&Yl(y)){let{value:e,message:t}=YI(p);if(Y_(e)&&!y.match(e)&&(w[g]={type:U7.pattern,message:t,ref:a,...k(U7.pattern,t)},!r))return b(t),w}if(f){if(Yx(f)){let e=YA(await f(y,n),x);if(e&&(w[g]={...e,...k(U7.validate,e.message)},!r))return b(e.message),w}else if(UU(f)){let e={};for(let t in f){if(!Yr(e)&&!r)break;let i=YA(await f[t](y,n),x,t);i&&(e={...i,...k(t,i.message)},b(i.message),r&&(w[g]=e))}if(!Yr(e)&&(w[g]={ref:x,...e},!r))return w}}return b(!0),w},YO=(e,t)=>[...e,...Yo(t)],YR=e=>Array.isArray(e)?e.map(()=>void 0):void 0;function YE(e,t,n){return[...e.slice(0,t),...Yo(n),...e.slice(t)]}var YL=(e,t,n)=>Array.isArray(e)?(U2(e[n])&&(e[n]=void 0),e.splice(n,0,e.splice(t,1)[0]),e):[],YB=(e,t)=>[...Yo(t),...Yo(e)],YN=(e,t)=>U2(t)?[]:function(e,t){let n=0,r=[...e];for(let e of t)r.splice(e-n,1),n++;return U1(r).length?r:[]}(e,Yo(t).sort((e,t)=>e-t)),YZ=(e,t,n)=>{[e[t],e[n]]=[e[n],e[t]]},YF=(e,t,n)=>(e[t]=n,e);U9.onSubmit,U9.onChange;var Yz=n(3755),YV=n(6396);function Yj({control:e,...t}){let{fields:n,append:r,remove:i}=function(e){let t=Yt(),{control:n=t.control,name:r,keyName:i="id",shouldUnregister:o,rules:a}=e,[s,l]=eU.useState(n._getFieldArray(r)),u=eU.useRef(n._getFieldArray(r).map(Yd)),c=eU.useRef(s),h=eU.useRef(r),d=eU.useRef(!1);h.current=r,c.current=s,n._names.array.add(r),a&&n.register(r,a),Ys({next:({values:e,name:t})=>{if(t===h.current||!t){let t=U5(e,h.current);Array.isArray(t)&&(l(t),u.current=t.map(Yd))}},subject:n._subjects.array});let p=eU.useCallback(e=>{d.current=!0,n._updateFieldArray(r,e)},[n,r]);return eU.useEffect(()=>{if(n._state.action=!1,Yg(r,n._names)&&n._subjects.state.next({...n._formState}),d.current&&(!Yf(n._options.mode).isOnSubmit||n._formState.isSubmitted)){if(n._options.resolver)n._executeSchema([r]).then(e=>{let t=U5(e.errors,r),i=U5(n._formState.errors,r);(i?!t&&i.type||t&&(i.type!==t.type||i.message!==t.message):t&&t.type)&&(t?U6(n._formState.errors,r,t):function e(t,n){let r=Array.isArray(n)?n:U4(n)?[n]:U8(n),i=1===r.length?t:function(e,t){let n=t.slice(0,-1).length,r=0;for(;r<n;)e=U2(e)?r++:e[t[r++]];return e}(t,r),o=r.length-1,a=r[o];return i&&delete i[a],0!==o&&(UU(i)&&Yr(i)||Array.isArray(i)&&function(e){for(let t in e)if(e.hasOwnProperty(t)&&!U2(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=U5(n._fields,r);e&&e._f&&!(Yf(n._options.reValidateMode).isOnSubmit&&Yf(n._options.mode).isOnSubmit)&&YP(e,n._names.disabled,n._formValues,n._options.criteriaMode===U9.all,n._options.shouldUseNativeValidation,!0).then(e=>!Yr(e)&&n._subjects.state.next({errors:Yv(n._formState.errors,e,r)}))}}n._subjects.values.next({name:r,values:{...n._formValues}}),n._names.focus&&Ym(n._fields,(e,t)=>{if(n._names.focus&&t.startsWith(n._names.focus)&&e.focus)return e.focus(),1}),n._names.focus="",n._updateValid(),d.current=!1},[s,r,n]),eU.useEffect(()=>(U5(n._formValues,r)||n._updateFieldArray(r),()=>{(n._options.shouldUnregister||o)&&n.unregister(r)}),[r,n,i,o]),{swap:eU.useCallback((e,t)=>{let i=n._getFieldArray(r);YZ(i,e,t),YZ(u.current,e,t),p(i),l(i),n._updateFieldArray(r,i,YZ,{argA:e,argB:t},!1)},[p,r,n]),move:eU.useCallback((e,t)=>{let i=n._getFieldArray(r);YL(i,e,t),YL(u.current,e,t),p(i),l(i),n._updateFieldArray(r,i,YL,{argA:e,argB:t},!1)},[p,r,n]),prepend:eU.useCallback((e,t)=>{let i=Yo(U0(e)),o=YB(n._getFieldArray(r),i);n._names.focus=Yp(r,0,t),u.current=YB(u.current,i.map(Yd)),p(o),l(o),n._updateFieldArray(r,o,YB,{argA:YR(e)})},[p,r,n]),append:eU.useCallback((e,t)=>{let i=Yo(U0(e)),o=YO(n._getFieldArray(r),i);n._names.focus=Yp(r,o.length-1,t),u.current=YO(u.current,i.map(Yd)),p(o),l(o),n._updateFieldArray(r,o,YO,{argA:YR(e)})},[p,r,n]),remove:eU.useCallback(e=>{let t=YN(n._getFieldArray(r),e);u.current=YN(u.current,e),p(t),l(t),Array.isArray(U5(n._fields,r))||U6(n._fields,r,void 0),n._updateFieldArray(r,t,YN,{argA:e})},[p,r,n]),insert:eU.useCallback((e,t,i)=>{let o=Yo(U0(t)),a=YE(n._getFieldArray(r),e,o);n._names.focus=Yp(r,e,i),u.current=YE(u.current,e,o.map(Yd)),p(a),l(a),n._updateFieldArray(r,a,YE,{argA:e,argB:YR(t)})},[p,r,n]),update:eU.useCallback((e,t)=>{let i=U0(t),o=YF(n._getFieldArray(r),e,i);u.current=[...o].map((t,n)=>t&&n!==e?u.current[n]:Yd()),p(o),l([...o]),n._updateFieldArray(r,o,YF,{argA:e,argB:i},!0,!1)},[p,r,n]),replace:eU.useCallback(e=>{let t=Yo(U0(e));u.current=t.map(Yd),p([...t]),l([...t]),n._updateFieldArray(r,[...t],e=>e,{},!0,!1)},[p,r,n]),fields:eU.useMemo(()=>s.map((e,t)=>({...e,[i]:u.current[t]||Yd()})),[s,i])}}({control:e,name:"panelDefinition.spec.links"});return(0,eq.jsxs)(tb.Z,{...t,gap:3,children:[n&&n.length>0?n.map((t,n)=>(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsxs)(tb.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,eq.jsx)(Y$,{control:e,index:n}),(0,eq.jsx)(tw.Z,{style:{width:"fit-content",height:"fit-content"},onClick:()=>i(n),children:(0,eq.jsx)(YV.default,{})})]}),(0,eq.jsx)(Bk.Z,{})]},t.id)):(0,eq.jsx)(uq.Z,{variant:"subtitle1",mb:2,fontStyle:"italic",children:"No links defined"}),(0,eq.jsx)(tw.Z,{style:{width:"fit-content",height:"fit-content"},onClick:()=>r({url:""}),children:(0,eq.jsx)(Yz.default,{})})]})}function Y$({control:e,index:t}){return(0,eq.jsxs)(tb.Z,{gap:2,flexGrow:1,children:[(0,eq.jsxs)(tb.Z,{direction:"row",gap:2,children:[(0,eq.jsx)(Yc,{control:e,name:`panelDefinition.spec.links.${t}.url`,render:({field:e,fieldState:t})=>(0,eq.jsx)(r7,{...e,required:!0,fullWidth:!0,label:"URL",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,eq.jsx)(Yc,{control:e,name:`panelDefinition.spec.links.${t}.name`,render:({field:e,fieldState:t})=>(0,eq.jsx)(r7,{...e,fullWidth:!0,label:"Name",defaultValue:"",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,eq.jsx)(Yc,{control:e,name:`panelDefinition.spec.links.${t}.tooltip`,render:({field:e,fieldState:t})=>(0,eq.jsx)(r7,{...e,fullWidth:!0,label:"Tooltip",defaultValue:"",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})})]}),(0,eq.jsxs)(tb.Z,{gap:2,direction:"row",alignItems:"center",children:[(0,eq.jsx)(Yc,{control:e,name:`panelDefinition.spec.links.${t}.renderVariables`,render:({field:e})=>(0,eq.jsx)(U$,{label:"Render Variables",control:(0,eq.jsx)(cD,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})}),(0,eq.jsx)(Yc,{control:e,name:`panelDefinition.spec.links.${t}.targetBlank`,render:({field:e})=>(0,eq.jsx)(U$,{label:"Open in new tab",control:(0,eq.jsx)(cD,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})})]})]})}let YH=[{id:"value",label:"Value"},{id:"percentage",label:"Percentage"}];function YW({disablePercentageMode:e,onChange:t,value:n="value"}){return(0,eq.jsx)(dB,{label:"Mode",control:(0,eq.jsx)(pd,{value:YH.find(e=>e.id===n),options:YH,getOptionLabel:e=>e.label,getOptionDisabled:t=>"percentage"===t.id&&e,onChange:(e,{id:n})=>{t(n)},disableClearable:!0})})}var YG=n(2116);function Yq(e){return(0,e8.ZP)("MuiSkeleton",e)}(0,e4.Z)("MuiSkeleton",["root","text","rectangular","rounded","circular","pulse","wave","withChildren","fitContent","heightAuto"]);let YU=e=>{let{classes:t,variant:n,animation:r,hasChildren:i,width:o,height:a}=e;return(0,eK.Z)({root:["root",n,r,i&&"withChildren",i&&!o&&"fitContent",i&&!a&&"heightAuto"]},Yq,t)},YY=(0,YG.keyframes)`
7
- 0% {
8
- opacity: 1;
9
- }
10
-
11
- 50% {
12
- opacity: 0.4;
13
- }
14
-
15
- 100% {
16
- opacity: 1;
17
- }
18
- `,YX=(0,YG.keyframes)`
19
- 0% {
20
- transform: translateX(-100%);
21
- }
22
-
23
- 50% {
24
- /* +0.5s of delay between each loop */
25
- transform: translateX(100%);
26
- }
27
-
28
- 100% {
29
- transform: translateX(100%);
30
- }
31
- `,YK="string"!=typeof YY?(0,YG.css)`
32
- animation: ${YY} 2s ease-in-out 0.5s infinite;
33
- `:null,YQ="string"!=typeof YX?(0,YG.css)`
34
- &::after {
35
- animation: ${YX} 2s linear 0.5s infinite;
36
- }
37
- `:null,YJ=(0,e1.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,e2.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,eQ.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:YK||{animation:`${YY} 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(
38
- 90deg,
39
- transparent,
40
- ${(e.vars||e).palette.action.hover},
41
- transparent
42
- )`,content:'""',position:"absolute",transform:"translateX(-100%)",bottom:0,left:0,right:0,top:0}}},{props:{animation:"wave"},style:YQ||{"&::after":{animation:`${YX} 2s linear 0.5s infinite`}}}]}})),Y0=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiSkeleton"}),{animation:r="pulse",className:i,component:o="span",height:a,style:s,variant:l="text",width:u,...c}=n,h={...n,animation:r,component:o,variant:l,hasChildren:!!c.children},d=YU(h);return(0,eq.jsx)(YJ,{as:o,ref:t,className:(0,eX.Z)(d.root,i),ownerState:h,...c,style:{width:u,height:a,...s}})});function Y1(e){let{message:t}=e;return(0,eq.jsx)(tb.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center"},children:(0,eq.jsx)(uq.Z,{children:t})})}function Y2(e){let{resource:t}=e;return(0,eq.jsx)(Y1,{message:`No ${t}`})}function Y5(e){let{variant:t="rounded"}=e;return(0,eq.jsx)(tb.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center",px:1},children:(0,eq.jsx)(Y0,{variant:t,width:"100%",height:"30%","aria-label":"Loading..."})})}let Y3=[{id:"asc",label:"Ascending"},{id:"desc",label:"Descending"}];function Y4({onChange:e,value:t="desc"}){return(0,eq.jsx)(dB,{label:"Sort",control:(0,eq.jsx)(pd,{value:Y3.find(e=>e.id===t),options:Y3,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function Y8({onChange:e,value:t,...n}){let r=t=>{e(t)};return(0,eq.jsxs)(tr,{"aria-label":"Sort",...n,children:[(0,eq.jsx)(ty,{onClick:()=>r(void 0),variant:void 0===t?"contained":"outlined",children:"None"}),(0,eq.jsx)(ty,{onClick:()=>r("asc"),variant:"asc"===t?"contained":"outlined",children:"Asc"}),(0,eq.jsx)(ty,{onClick:()=>r("desc"),variant:"desc"===t?"contained":"outlined",children:"Desc"})]})}function Y6(e){return(0,e8.ZP)("MuiToggleButtonGroup",e)}let Y9=(0,e4.Z)("MuiToggleButtonGroup",["root","selected","horizontal","vertical","disabled","grouped","groupedHorizontal","groupedVertical","fullWidth","firstButton","lastButton","middleButton"]),Y7=eU.createContext({}),Xe=eU.createContext(void 0);function Xt(e){return(0,e8.ZP)("MuiToggleButton",e)}let Xn=(0,e4.Z)("MuiToggleButton",["root","disabled","selected","standard","primary","secondary","sizeSmall","sizeMedium","sizeLarge","fullWidth"]),Xr=e=>{let{classes:t,orientation:n,fullWidth:r,disabled:i}=e,o={root:["root",n,r&&"fullWidth"],grouped:["grouped",`grouped${(0,e0.Z)(n)}`,i&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,eK.Z)(o,Y6,t)},Xi=(0,e1.ZP)("div",{name:"MuiToggleButtonGroup",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${Y9.grouped}`]:t.grouped},{[`& .${Y9.grouped}`]:t[`grouped${(0,e0.Z)(n.orientation)}`]},{[`& .${Y9.firstButton}`]:t.firstButton},{[`& .${Y9.lastButton}`]:t.lastButton},{[`& .${Y9.middleButton}`]:t.middleButton},t.root,"vertical"===n.orientation&&t.vertical,n.fullWidth&&t.fullWidth]}})((0,e2.Z)(({theme:e})=>({display:"inline-flex",borderRadius:(e.vars||e).shape.borderRadius,variants:[{props:{orientation:"vertical"},style:{flexDirection:"column",[`& .${Y9.grouped}`]:{[`&.${Y9.selected} + .${Y9.grouped}.${Y9.selected}`]:{borderTop:0,marginTop:0}},[`& .${Y9.firstButton},& .${Y9.middleButton}`]:{borderBottomLeftRadius:0,borderBottomRightRadius:0},[`& .${Y9.lastButton},& .${Y9.middleButton}`]:{marginTop:-1,borderTop:"1px solid transparent",borderTopLeftRadius:0,borderTopRightRadius:0},[`& .${Y9.lastButton}.${Xn.disabled},& .${Y9.middleButton}.${Xn.disabled}`]:{borderTop:"1px solid transparent"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{orientation:"horizontal"},style:{[`& .${Y9.grouped}`]:{[`&.${Y9.selected} + .${Y9.grouped}.${Y9.selected}`]:{borderLeft:0,marginLeft:0}},[`& .${Y9.firstButton},& .${Y9.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${Y9.lastButton},& .${Y9.middleButton}`]:{marginLeft:-1,borderLeft:"1px solid transparent",borderTopLeftRadius:0,borderBottomLeftRadius:0},[`& .${Y9.lastButton}.${Xn.disabled},& .${Y9.middleButton}.${Xn.disabled}`]:{borderLeft:"1px solid transparent"}}}]}))),Xo=eU.forwardRef(function(e,t){let n=(0,e3.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:h="medium",value:d,...p}=n,f={...n,disabled:a,fullWidth:l,orientation:c,size:h},g=Xr(f),m=eU.useCallback((e,t)=>{let n;if(!u)return;let r=d&&d.indexOf(t);d&&r>=0?(n=d.slice()).splice(r,1):n=d?d.concat(t):[t],u(e,n)},[u,d]),v=eU.useCallback((e,t)=>{u&&u(e,d===t?null:t)},[u,d]),y=eU.useMemo(()=>({className:g.grouped,onChange:s?v:m,value:d,size:h,fullWidth:l,color:o,disabled:a}),[g.grouped,s,v,m,d,h,l,o,a]),x=eJ(r),b=x.length,w=e=>{let t=0===e,n=e===b-1;return t&&n?"":t?g.firstButton:n?g.lastButton:g.middleButton};return(0,eq.jsx)(Xi,{role:"group",className:(0,eX.Z)(g.root,i),ref:t,ownerState:f,...p,children:(0,eq.jsx)(Y7.Provider,{value:y,children:x.map((e,t)=>(0,eq.jsx)(Xe.Provider,{value:w(t),children:e},t))})})}),Xa=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,e0.Z)(o)}`,a]};return(0,eK.Z)(s,Xt,t)},Xs=(0,e1.ZP)(ts.Z,{name:"MuiToggleButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`size${(0,e0.Z)(n.size)}`]]}})((0,e2.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,[`&.${Xn.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,eQ.Fq)(e.palette.text.primary,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[{props:{color:"standard"},style:{[`&.${Xn.selected}`]:{color:(e.vars||e).palette.text.primary,backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,eQ.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,eQ.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,eQ.Fq)(e.palette.text.primary,e.palette.action.selectedOpacity)}}}}},...Object.entries(e.palette).filter((0,e5.Z)()).map(([t])=>({props:{color:t},style:{[`&.${Xn.selected}`]:{color:(e.vars||e).palette[t].main,backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,eQ.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,eQ.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,eQ.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)}}]}))),Xl=eU.forwardRef(function(e,t){var n;let{value:r,...i}=eU.useContext(Y7),o=eU.useContext(Xe),a=(0,ti.Z)({...i,selected:(n=e.value,void 0!==r&&void 0!==n&&(Array.isArray(r)?r.includes(n):n===r))},e),s=(0,e3.i)({props:a,name:"MuiToggleButton"}),{children:l,className:u,color:c="standard",disabled:h=!1,disableFocusRipple:d=!1,fullWidth:p=!1,onChange:f,onClick:g,selected:m,size:v="medium",value:y,...x}=s,b={...s,color:c,disabled:h,disableFocusRipple:d,fullWidth:p,size:v},w=Xa(b);return(0,eq.jsx)(Xs,{className:(0,eX.Z)(i.className,w.root,u,o||""),disabled:h,focusRipple:!d,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})}),Xu=(0,n(9886).Z)();var Xc=n(2446);function Xh({inputRef:e,label:t,color:n,value:r,mode:i,onChange:o,onColorChange:a,onBlur:s,onDelete:l}){let[u,c]=(0,eU.useState)(0);return(0,eq.jsxs)(tb.Z,{flex:1,direction:"row",alignItems:"center",justifyContent:"space-between",spacing:1,children:[(0,eq.jsx)(sc,{label:t,color:n,onColorChange:a}),(0,eq.jsx)(nf,{htmlFor:t,children:t}),(0,eq.jsx)(r7,{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,eq.jsx)(sd.Z,{paddingX:1,children:"%"}):void 0}},u),(0,eq.jsx)(tw.Z,{"aria-label":`delete threshold ${t}`,size:"small",onClick:l,children:(0,eq.jsx)(Xc.default,{})})]})}function Xd({thresholds:e,onChange:t,hideDefault:n,disablePercentMode:r}){let{thresholds:{defaultColor:i,palette:o}}=ij(),a=e?.defaultColor??i,[s,l]=(0,eU.useState)(e?.steps);(0,eU.useEffect)(()=>{l(e?.steps)},[e?.steps]);let u=(0,eU.useRef)(null),c=(0,eU.useRef)(!1);(0,eU.useEffect)(()=>{u.current&&c.current&&(u.current?.focus(),c.current=!1)},[s?.length]);let h=(e,t)=>{l(s2(s,n=>{let r=n?.[t];r&&(r.value=Number(e.target.value))}))},d=(n,r)=>{void 0!==e&&t(s2(e,e=>{if(void 0!==e.steps){let t=e.steps[r];t&&(t.color=n)}}))},p=()=>{if(void 0!==s){let n=[...s];n.sort((e,t)=>e.value-t.value),void 0!==e&&t(s2(e,e=>{e.steps=n}))}},f=n=>{void 0!==e&&t(s2(e,e=>{e.steps&&e.steps.splice(n,1)}))};return(0,eq.jsxs)(dZ,{title:"Thresholds",icon:(0,eq.jsx)(dR,{description:"Add threshold",children:(0,eq.jsx)(tw.Z,{size:"small","aria-label":"add threshold",onClick:()=>{c.current=!0,void 0===e?t({steps:[{value:10}]}):e&&void 0===e.steps?t(s2(e,e=>{e.steps=[{value:10}]})):t(s2(e,e=>{let t=e.steps;if(t?.length){let e=t[t.length-1],n=o[t.length]??Xp();t.push({color:n,value:(e?.value??0)+10})}else t&&t.push({value:10})}))},children:(0,eq.jsx)(Yz.default,{})})}),children:[(0,eq.jsx)(dB,{label:"Mode",description:"Percentage means thresholds relative to min & max",control:(0,eq.jsxs)(Xo,{exclusive:!0,disabled:r,value:e?.mode??"absolute",onChange:(n,r)=>{let i="percent"===r?"percent":void 0;void 0!==e?t(s2(e,e=>{e.mode=i})):t({mode:i})},sx:{height:"36px",marginLeft:"auto"},children:[(0,eq.jsx)(Xl,{"aria-label":"absolute",value:"absolute",sx:{fontWeight:500},children:"Absolute"}),(0,eq.jsx)(Xl,{"aria-label":"percent",value:"percent",sx:{fontWeight:500},children:"Percent"})]})}),s&&s.map((t,n)=>(0,eq.jsx)(Xh,{inputRef:n===s.length-1?u:void 0,label:`T${n+1}`,color:t.color??o[n]??a,value:t.value,mode:e?.mode,onColorChange:e=>d(e,n),onChange:e=>{h(e,n)},onDelete:()=>{f(n)},onBlur:p},n)).reverse(),!n&&(0,eq.jsxs)(Xu,{flex:1,direction:"row",alignItems:"center",spacing:1,children:[(0,eq.jsx)(sc,{label:"default",color:a,onColorChange:n=>{void 0!==e?t(s2(e,e=>{e.defaultColor=n})):t({defaultColor:n})}}),(0,eq.jsx)(uq.Z,{children:"Default"})]})]})}let Xp=()=>"#"+Math.floor(0x1000000*Math.random()).toString(16).padStart(6,"0");var Xf=n(9986),Xg=n(2179),Xm=n(3126);function Xv({props:e,name:t}){return(0,Xg.Z)({props:e,name:t,defaultTheme:Xm.Z,themeId:fc.Z})}let Xy=["localeText"],Xx=eU.createContext(null),Xb=function(e){let{localeText:t}=e,n=(0,BD.Z)(e,Xy),{utils:r,localeText:i}=eU.useContext(Xx)??{utils:void 0,localeText:void 0},{children:o,dateAdapter:a,dateFormats:s,dateLibInstance:l,adapterLocale:u,localeText:c}=Xv({props:n,name:"MuiLocalizationProvider"}),h=eU.useMemo(()=>(0,BT.Z)({},c,i,t),[c,i,t]),d=eU.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(`
43
- `));return e},[a,u,s,l,r]),p=eU.useMemo(()=>d?{minDate:d.date("1900-01-01T00:00:00.000"),maxDate:d.date("2099-12-31T00:00:00.000")}:null,[d]),f=eU.useMemo(()=>({utils:d,defaultDates:p,localeText:h}),[p,d,h]);return(0,eq.jsx)(Xx.Provider,{value:f,children:o})};var Xw=n(3615),XS=n.n(Xw);let X_={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)?`Selected time is ${r??n.format(t,"fullTime")}`:"No time selected"}`,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,BT.Z)({},X_);let XC=()=>{let e=eU.useContext(Xx);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=eU.useMemo(()=>(0,BT.Z)({},X_,e.localeText),[e.localeText]);return eU.useMemo(()=>(0,BT.Z)({},e,{localeText:t}),[e,t])},Xk=()=>XC().utils,XM=()=>XC().defaultDates,XT=e=>{let t=Xk(),n=eU.useRef(void 0);return void 0===n.current&&(n.current=t.date(void 0,e)),n.current},XD=(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))},XA=({date:e,disableFuture:t,disablePast:n,maxDate:r,minDate:i,isDateDisabled:o,utils:a,timezone:s})=>{let l=XD(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},XI=(e,t,n)=>null!=t&&e.isValid(t)?t:n,XP=(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},XO=(e,t,n)=>"date"===n?e.startOfDay(e.date(void 0,t)):e.date(void 0,t),XR=(e,t)=>{let n=e.setHours(e.date(),"am"===t?2:14);return e.format(n,"meridiem")},XE=["year","month","day"],XL=e=>XE.includes(e),XB=(e,t)=>{let n=e.startOfWeek(t);return[0,1,2,3,4,5,6].map(t=>e.addDays(n,t))};var XN=n(9408),XZ=n(1781),XF=n(6052);let Xz=(0,rK.Z)((0,eq.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),XV=(0,rK.Z)((0,eq.jsx)("path",{d:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}),"ArrowLeft"),Xj=(0,rK.Z)((0,eq.jsx)("path",{d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"ArrowRight");(0,rK.Z)((0,eq.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,rK.Z)((0,eq.jsxs)(eU.Fragment,{children:[(0,eq.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,eq.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Clock");let X$=(0,rK.Z)((0,eq.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"),XH=(0,rK.Z)((0,eq.jsxs)(eU.Fragment,{children:[(0,eq.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,eq.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Time"),XW=(0,rK.Z)((0,eq.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"),XG=()=>XC().localeText;function Xq(e){return(0,e8.ZP)("MuiDateTimePickerTabs",e)}(0,e4.Z)("MuiDateTimePickerTabs",["root"]);let XU=e=>XL(e)?"date":"time",XY=e=>"date"===e?"day":"hours",XX=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},Xq,t)},XK=(0,e1.ZP)(XZ.Z,{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}`,[`& .${XF.Z.indicator}`]:{bottom:"auto",top:0}}})),XQ=function(e){let t=Xv({props:e,name:"MuiDateTimePickerTabs"}),{dateIcon:n=(0,eq.jsx)(X$,{}),onViewChange:r,timeIcon:i=(0,eq.jsx)(XH,{}),view:o,hidden:a="undefined"==typeof window||window.innerHeight<667,className:s,sx:l}=t,u=XG(),c=XX(t);return a?null:(0,eq.jsxs)(XK,{ownerState:t,variant:"fullWidth",value:XU(o),onChange:(e,t)=>{r(XY(t))},className:(0,eX.Z)(s,c.root),sx:l,children:[(0,eq.jsx)(XN.Z,{value:"date","aria-label":u.dateTableLabel,icon:(0,eq.jsx)(eU.Fragment,{children:n})}),(0,eq.jsx)(XN.Z,{value:"time","aria-label":u.timeTableLabel,icon:(0,eq.jsx)(eU.Fragment,{children:i})})]})};function XJ(e){return(0,e8.ZP)("MuiPickersToolbarText",e)}let X0=(0,e4.Z)("MuiPickersToolbarText",["root","selected"]),X1=["className","selected","value"],X2=e=>{let{classes:t,selected:n}=e;return(0,eK.Z)({root:["root",n&&"selected"]},XJ,t)},X5=(0,e1.ZP)(uq.Z,{name:"MuiPickersToolbarText",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${X0.selected}`]:t.selected}]})(({theme:e})=>({transition:e.transitions.create("color"),color:(e.vars||e).palette.text.secondary,[`&.${X0.selected}`]:{color:(e.vars||e).palette.text.primary}})),X3=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersToolbarText"}),{className:r,value:i}=n,o=(0,BD.Z)(n,X1),a=X2(n);return(0,eq.jsx)(X5,(0,BT.Z)({ref:t,className:(0,eX.Z)(a.root,r),component:"span"},o,{children:i}))});function X4(e){return(0,e8.ZP)("MuiPickersToolbar",e)}let X8=(0,e4.Z)("MuiPickersToolbar",["root","content"]),X6=["children","className","toolbarTitle","hidden","titleId","isLandscape","classes","landscapeDirection"],X9=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],content:["content"]},X4,t)},X7=(0,e1.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"}}]})),Ke=(0,e1.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"}}]}),Kt=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersToolbar"}),{children:r,className:i,toolbarTitle:o,hidden:a,titleId:s}=n,l=(0,BD.Z)(n,X6),u=X9(n);return a?null:(0,eq.jsxs)(X7,(0,BT.Z)({ref:t,className:(0,eX.Z)(u.root,i),ownerState:n},l,{children:[(0,eq.jsx)(uq.Z,{color:"text.secondary",variant:"overline",id:s,children:o}),(0,eq.jsx)(Ke,{className:u.content,ownerState:n,children:r})]}))}),Kn=["align","className","selected","typographyClassName","value","variant","width"],Kr=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},X4,t)},Ki=(0,e1.ZP)(ty,{name:"MuiPickersToolbarButton",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,minWidth:16,textTransform:"none"}),Ko=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersToolbarButton"}),{align:r,className:i,selected:o,typographyClassName:a,value:s,variant:l,width:u}=n,c=(0,BD.Z)(n,Kn),h=Kr(n);return(0,eq.jsx)(Ki,(0,BT.Z)({variant:"text",ref:t,className:(0,eX.Z)(h.root,i)},u?{sx:{width:u}}:{},c,{children:(0,eq.jsx)(X3,{align:r,className:a,variant:l,value:s,selected:o})}))});function Ka(e){return(0,e8.ZP)("MuiDateTimePickerToolbar",e)}let Ks=(0,e4.Z)("MuiDateTimePickerToolbar",["root","dateContainer","timeContainer","timeDigitsContainer","separator","timeLabelReverse","ampmSelection","ampmLandscape","ampmLabel"]),Kl=["hours","minutes","seconds"],Ku=e=>Kl.includes(e),Kc=(e,t)=>e?t.getHours(e)>=12?"pm":"am":null,Kh=(e,t,n)=>n&&(e>=12?"pm":"am")!==t?"am"===t?e-12:e+12:e,Kd=(e,t,n,r)=>{let i=Kh(r.getHours(e),t,n);return r.setHours(e,i)},Kp=(e,t)=>3600*t.getHours(e)+60*t.getMinutes(e)+t.getSeconds(e),Kf=(e,t)=>(n,r)=>e?t.isAfter(n,r):Kp(n,t)>Kp(r,t);function Kg(e,t,n,r){let i=Xk();return{meridiemMode:Kc(e,i),handleMeridiemChange:eU.useCallback(o=>{n(null==e?null:Kd(e,o,!!t,i),r??"partial")},[t,e,n,r,i])}}let Km=["ampm","ampmInClock","value","onChange","view","isLandscape","onViewChange","toolbarFormat","toolbarPlaceholder","views","disabled","readOnly","toolbarVariant","toolbarTitle","className"],Kv=e=>{let{classes:t,isLandscape:n,isRtl:r}=e;return(0,eK.Z)({root:["root"],dateContainer:["dateContainer"],timeContainer:["timeContainer",r&&"timeLabelReverse"],timeDigitsContainer:["timeDigitsContainer",r&&"timeLabelReverse"],separator:["separator"],ampmSelection:["ampmSelection",n&&"ampmLandscape"],ampmLabel:["ampmLabel"]},Ka,t)},Ky=(0,e1.ZP)(Kt,{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}`,[`& .${X8.content} .${X0.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}}]})),Kx=(0,e1.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"DateContainer",overridesResolver:(e,t)=>t.dateContainer})({display:"flex",flexDirection:"column",alignItems:"flex-start"}),Kb=(0,e1.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"}}]}),Kw=(0,e1.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}}]}),KS=(0,e1.ZP)(X3,{name:"MuiDateTimePickerToolbar",slot:"Separator",overridesResolver:(e,t)=>t.separator})({margin:"0 4px 0 2px",cursor:"default",variants:[{props:{toolbarVariant:"desktop"},style:{margin:0}}]}),K_=(0,e1.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"AmPmSelection",overridesResolver:(e,t)=>[{[`.${Ks.ampmLabel}`]:t.ampmLabel},{[`&.${Ks.ampmLandscape}`]:t.ampmLandscape},t.ampmSelection]})({display:"flex",flexDirection:"column",marginRight:"auto",marginLeft:12,[`& .${Ks.ampmLabel}`]:{fontSize:17},variants:[{props:{isLandscape:!0},style:{margin:"4px 0 auto",flexDirection:"row",justifyContent:"space-around",width:"100%"}}]});function KC(e){let t=Xv({props:e,name:"MuiDateTimePickerToolbar"}),{ampm:n,ampmInClock:r,value:i,onChange:o,view:a,isLandscape:s,onViewChange:l,toolbarFormat:u,toolbarPlaceholder:c="––",views:h,disabled:d,readOnly:p,toolbarVariant:f="mobile",toolbarTitle:g,className:m}=t,v=(0,BD.Z)(t,Km),y=(0,nP.V)(),x=(0,BT.Z)({},t,{isRtl:y}),b=Xk(),{meridiemMode:w,handleMeridiemChange:S}=Kg(i,n,o),_=!!(n&&!r),C="desktop"===f,k=XG(),M=Kv(x),T=g??k.dateTimePickerToolbarTitle,D=eU.useMemo(()=>i?u?b.formatByString(i,u):b.format(i,"shortDate"):c,[i,u,c,b]);return(0,eq.jsxs)(Ky,(0,BT.Z)({isLandscape:s,className:(0,eX.Z)(M.root,m),toolbarTitle:T},v,{ownerState:x,children:[(0,eq.jsxs)(Kx,{className:M.dateContainer,ownerState:x,children:[h.includes("year")&&(0,eq.jsx)(Ko,{tabIndex:-1,variant:"subtitle1",onClick:()=>l("year"),selected:"year"===a,value:i?b.format(i,"year"):"–"}),h.includes("day")&&(0,eq.jsx)(Ko,{tabIndex:-1,variant:C?"h5":"h4",onClick:()=>l("day"),selected:"day"===a,value:D})]}),(0,eq.jsxs)(Kb,{className:M.timeContainer,ownerState:x,children:[(0,eq.jsxs)(Kw,{className:M.timeDigitsContainer,ownerState:x,children:[h.includes("hours")&&(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)(Ko,{variant:C?"h5":"h3",width:C&&!s?48:void 0,onClick:()=>l("hours"),selected:"hours"===a,value:i?n?b.format(i,"hours12h"):b.format(i,"hours24h"):"--"}),(0,eq.jsx)(KS,{variant:C?"h5":"h3",value:":",className:M.separator,ownerState:x}),(0,eq.jsx)(Ko,{variant:C?"h5":"h3",width:C&&!s?48:void 0,onClick:()=>l("minutes"),selected:"minutes"===a||!h.includes("minutes")&&"hours"===a,value:i?b.format(i,"minutes"):"--",disabled:!h.includes("minutes")})]}),h.includes("seconds")&&(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)(KS,{variant:C?"h5":"h3",value:":",className:M.separator,ownerState:x}),(0,eq.jsx)(Ko,{variant:C?"h5":"h3",width:C&&!s?48:void 0,onClick:()=>l("seconds"),selected:"seconds"===a,value:i?b.format(i,"seconds"):"--"})]})]}),_&&!C&&(0,eq.jsxs)(K_,{className:M.ampmSelection,ownerState:x,children:[(0,eq.jsx)(Ko,{variant:"subtitle2",selected:"am"===w,typographyClassName:M.ampmLabel,value:XR(b,"am"),onClick:p?void 0:()=>S("am"),disabled:d}),(0,eq.jsx)(Ko,{variant:"subtitle2",selected:"pm"===w,typographyClassName:M.ampmLabel,value:XR(b,"pm"),onClick:p?void 0:()=>S("pm"),disabled:d})]}),n&&C&&(0,eq.jsx)(Ko,{variant:"h5",onClick:()=>l("meridiem"),selected:"meridiem"===a,value:i&&w?XR(b,w):"--",width:48})]})]}))}let Kk=({openTo:e,defaultOpenTo:t,views:n,defaultViews:r})=>{let i;let 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}};function KM(e){return(0,e8.ZP)("MuiPickersArrowSwitcher",e)}(0,e4.Z)("MuiPickersArrowSwitcher",["root","spacer","button","previousIconButton","nextIconButton","leftArrowIcon","rightArrowIcon"]);let KT=["children","className","slots","slotProps","isNextDisabled","isNextHidden","onGoToNext","nextLabel","isPreviousDisabled","isPreviousHidden","onGoToPrevious","previousLabel","labelId"],KD=["ownerState"],KA=["ownerState"],KI=(0,e1.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex"}),KP=(0,e1.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})(({theme:e})=>({width:e.spacing(3)})),KO=(0,e1.ZP)(tw.Z,{name:"MuiPickersArrowSwitcher",slot:"Button",overridesResolver:(e,t)=>t.button})({variants:[{props:{hidden:!0},style:{visibility:"hidden"}}]}),KR=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],spacer:["spacer"],button:["button"],previousIconButton:["previousIconButton"],nextIconButton:["nextIconButton"],leftArrowIcon:["leftArrowIcon"],rightArrowIcon:["rightArrowIcon"]},KM,t)},KE=eU.forwardRef(function(e,t){let n=(0,nP.V)(),r=Xv({props:e,name:"MuiPickersArrowSwitcher"}),{children:i,className:o,slots:a,slotProps:s,isNextDisabled:l,isNextHidden:u,onGoToNext:c,nextLabel:h,isPreviousDisabled:d,isPreviousHidden:p,onGoToPrevious:f,previousLabel:g,labelId:m}=r,v=(0,BD.Z)(r,KT),y=KR(r),x=a?.previousIconButton??KO,b=(0,nO.Z)({elementType:x,externalSlotProps:s?.previousIconButton,additionalProps:{size:"medium",title:g,"aria-label":g,disabled:d,edge:"end",onClick:f},ownerState:(0,BT.Z)({},r,{hidden:p}),className:(0,eX.Z)(y.button,y.previousIconButton)}),w=a?.nextIconButton??KO,S=(0,nO.Z)({elementType:w,externalSlotProps:s?.nextIconButton,additionalProps:{size:"medium",title:h,"aria-label":h,disabled:l,edge:"start",onClick:c},ownerState:(0,BT.Z)({},r,{hidden:u}),className:(0,eX.Z)(y.button,y.nextIconButton)}),_=a?.leftArrowIcon??XV,C=(0,nO.Z)({elementType:_,externalSlotProps:s?.leftArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:y.leftArrowIcon}),k=(0,BD.Z)(C,KD),M=a?.rightArrowIcon??Xj,T=(0,nO.Z)({elementType:M,externalSlotProps:s?.rightArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:y.rightArrowIcon}),D=(0,BD.Z)(T,KA);return(0,eq.jsxs)(KI,(0,BT.Z)({ref:t,className:(0,eX.Z)(y.root,o),ownerState:r},v,{children:[(0,eq.jsx)(x,(0,BT.Z)({},b,{children:n?(0,eq.jsx)(M,(0,BT.Z)({},D)):(0,eq.jsx)(_,(0,BT.Z)({},k))})),i?(0,eq.jsx)(uq.Z,{variant:"subtitle1",component:"span",id:m,children:i}):(0,eq.jsx)(KP,{className:y.spacer,ownerState:r}),(0,eq.jsx)(w,(0,BT.Z)({},S,{children:n?(0,eq.jsx)(_,(0,BT.Z)({},k)):(0,eq.jsx)(M,(0,BT.Z)({},D))}))]}))});function KL({onChange:e,onViewChange:t,openTo:n,view:r,views:i,autoFocus:o,focusedView:a,onFocusedViewChange:s}){let l=eU.useRef(n),u=eU.useRef(i),c=eU.useRef(i.includes(n)?n:i[0]),[h,d]=(0,dF.Z)({name:"useViews",state:"view",controlled:r,default:c.current}),p=eU.useRef(o?h:null),[f,g]=(0,dF.Z)({name:"useViews",state:"focusedView",controlled:a,default:p.current});eU.useEffect(()=>{(l.current&&l.current!==n||u.current&&u.current.some(e=>!i.includes(e)))&&(d(i.includes(n)?n:i[0]),u.current=i,l.current=n)},[n,d,h,i]);let m=i.indexOf(h),v=i[m-1]??null,y=i[m+1]??null,x=(0,tT.Z)((e,t)=>{t?g(e):g(t=>e===t?null:t),s?.(e,t)}),b=(0,tT.Z)(e=>{x(e,!0),e!==h&&(d(e),t&&t(e))}),w=(0,tT.Z)(()=>{y&&b(y)}),S=(0,tT.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!==h){let e=i[i.indexOf(r)+1];e&&b(e)}else o&&w()});return{view:h,setView:b,focusedView:f,setFocusedView:x,nextView:y,previousView:v,defaultView:i.includes(n)?n:i[0],goToNextView:w,setValueAndGoToNextView:S}}let KB=(0,e1.ZP)("div")({overflow:"hidden",width:320,maxHeight:336,display:"flex",flexDirection:"column",margin:"0 auto"});function KN(e){return(0,e8.ZP)("MuiTimeClock",e)}(0,e4.Z)("MuiTimeClock",["root","arrowSwitcher"]);let KZ=110,KF=110,Kz=KZ,KV=0,Kj=Kz-KZ,K$=KV-KF,KH=e=>180/Math.PI*e,KW=(e,t,n)=>{let r=t-KZ,i=n-KF,o=KH(Math.atan2(Kj,K$)-Math.atan2(r,i));return{value:Math.floor((o=Math.round(o/e)*e%360)/e)||0,distance:Math.sqrt(r**2+i**2)}},KG=(e,t,n=1)=>{let{value:r}=KW(6*n,e,t);return r*n%60},Kq=(e,t,n)=>{let{value:r,distance:i}=KW(30,e,t),o=r||12;return n?o%=12:i<74&&(o+=12,o%=24),o};function KU(e){return(0,e8.ZP)("MuiClockPointer",e)}(0,e4.Z)("MuiClockPointer",["root","thumb"]);let KY=["className","hasSelected","isInner","type","viewValue"],KX=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],thumb:["thumb"]},KU,t)},KK=(0,e1.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"])}}]})),KQ=(0,e1.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 KJ(e){let t;let n=Xv({props:e,name:"MuiClockPointer"}),{className:r,isInner:i,type:o,viewValue:a}=n,s=(0,BD.Z)(n,KY),l=eU.useRef(o);eU.useEffect(()=>{l.current=o},[o]);let u=(0,BT.Z)({},n,{shouldAnimate:l.current!==o}),c=KX(u);return(0,eq.jsx)(KK,(0,BT.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,eX.Z)(c.root,r),ownerState:u},s,{children:(0,eq.jsx)(KQ,{ownerState:u,className:c.thumb})}))}function K0(e){return(0,e8.ZP)("MuiClock",e)}(0,e4.Z)("MuiClock",["root","clock","wrapper","squareMask","pin","amButton","pmButton","meridiemText","selected"]);let K1=e=>{let{classes:t,meridiemMode:n}=e;return(0,eK.Z)({root:["root"],clock:["clock"],wrapper:["wrapper"],squareMask:["squareMask"],pin:["pin"],amButton:["amButton","am"===n&&"selected"],pmButton:["pmButton","pm"===n&&"selected"],meridiemText:["meridiemText"]},K0,t)},K2=(0,e1.ZP)("div",{name:"MuiClock",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",margin:e.spacing(2)})),K5=(0,e1.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"}),K3=(0,e1.ZP)("div",{name:"MuiClock",slot:"Wrapper",overridesResolver:(e,t)=>t.wrapper})({"&:focus":{outline:"none"}}),K4=(0,e1.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"}}}]}),K8=(0,e1.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%)"})),K6=(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}}}]}),K9=(0,e1.ZP)(tw.Z,{name:"MuiClock",slot:"AmButton",overridesResolver:(e,t)=>t.amButton})(({theme:e})=>(0,BT.Z)({},K6(e,"am"),{position:"absolute",left:8})),K7=(0,e1.ZP)(tw.Z,{name:"MuiClock",slot:"PmButton",overridesResolver:(e,t)=>t.pmButton})(({theme:e})=>(0,BT.Z)({},K6(e,"pm"),{position:"absolute",right:8})),Qe=(0,e1.ZP)(uq.Z,{name:"MuiClock",slot:"meridiemText",overridesResolver:(e,t)=>t.meridiemText})({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});function Qt(e){let t=Xv({props:e,name:"MuiClock"}),{ampm:n,ampmInClock:r,autoFocus:i,children:o,value:a,handleMeridiemChange:s,isTimeDisabled:l,meridiemMode:u,minutesStep:c=1,onChange:h,selectedId:d,type:p,viewValue:f,viewRange:[g,m],disabled:v=!1,readOnly:y,className:x}=t,b=Xk(),w=XG(),S=eU.useRef(!1),_=K1(t),C=l(f,p),k=!n&&"hours"===p&&(f<1||f>12),M=(e,t)=>{!(v||y||l(e,p))&&h(e,t)},T=(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}M("seconds"===p||"minutes"===p?KG(r,i,c):Kq(r,i,!!n),t)},D=e=>{S.current=!0,T(e,"shallow")},A=eU.useMemo(()=>"hours"===p||f%5==0,[p,f]),I="minutes"===p?c:1,P=eU.useRef(null);(0,tD.Z)(()=>{i&&P.current.focus()},[i]);let O=e=>Math.max(g,Math.min(m,e)),R=e=>(e+(m+1))%(m+1);return(0,eq.jsxs)(K2,{className:(0,eX.Z)(_.root,x),children:[(0,eq.jsxs)(K5,{className:_.clock,children:[(0,eq.jsx)(K4,{onTouchMove:D,onTouchStart:D,onTouchEnd:e=>{S.current&&(T(e,"finish"),S.current=!1),e.preventDefault()},onMouseUp:e=>{S.current&&(S.current=!1),T(e.nativeEvent,"finish")},onMouseMove:e=>{e.buttons>0&&T(e.nativeEvent,"shallow")},ownerState:{disabled:v},className:_.squareMask}),!C&&(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)(K8,{className:_.pin}),null!=a&&(0,eq.jsx)(KJ,{type:p,viewValue:f,isInner:k,hasSelected:A})]}),(0,eq.jsx)(K3,{"aria-activedescendant":d,"aria-label":w.clockLabelText(p,a,b,null==a?null:b.format(a,"fullTime")),ref:P,role:"listbox",onKeyDown:e=>{if(!S.current)switch(e.key){case"Home":M(g,"partial"),e.preventDefault();break;case"End":M(m,"partial"),e.preventDefault();break;case"ArrowUp":M(R(f+I),"partial"),e.preventDefault();break;case"ArrowDown":M(R(f-I),"partial"),e.preventDefault();break;case"PageUp":M(O(f+5),"partial"),e.preventDefault();break;case"PageDown":M(O(f-5),"partial"),e.preventDefault();break;case"Enter":case" ":M(f,"finish"),e.preventDefault()}},tabIndex:0,className:_.wrapper,children:o})]}),n&&r&&(0,eq.jsxs)(eU.Fragment,{children:[(0,eq.jsx)(K9,{onClick:y?void 0:()=>s("am"),disabled:v||null===u,ownerState:t,className:_.amButton,title:XR(b,"am"),children:(0,eq.jsx)(Qe,{variant:"caption",className:_.meridiemText,children:XR(b,"am")})}),(0,eq.jsx)(K7,{disabled:v||null===u,onClick:y?void 0:()=>s("pm"),ownerState:t,className:_.pmButton,title:XR(b,"pm"),children:(0,eq.jsx)(Qe,{variant:"caption",className:_.meridiemText,children:XR(b,"pm")})})]})]})}function Qn(e){return(0,e8.ZP)("MuiClockNumber",e)}let Qr=(0,e4.Z)("MuiClockNumber",["root","selected","disabled"]),Qi=["className","disabled","index","inner","label","selected"],Qo=e=>{let{classes:t,selected:n,disabled:r}=e;return(0,eK.Z)({root:["root",n&&"selected",r&&"disabled"]},Qn,t)},Qa=(0,e1.ZP)("span",{name:"MuiClockNumber",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${Qr.disabled}`]:t.disabled},{[`&.${Qr.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},[`&.${Qr.selected}`]:{color:(e.vars||e).palette.primary.contrastText},[`&.${Qr.disabled}`]:{pointerEvents:"none",color:(e.vars||e).palette.text.disabled},variants:[{props:{inner:!0},style:(0,BT.Z)({},e.typography.body2,{color:(e.vars||e).palette.text.secondary})}]}));function Qs(e){let t=Xv({props:e,name:"MuiClockNumber"}),{className:n,disabled:r,index:i,inner:o,label:a,selected:s}=t,l=(0,BD.Z)(t,Qi),u=Qo(t),c=i%12/12*Math.PI*2-Math.PI/2,h=91*(o?.65:1),d=Math.round(Math.cos(c)*h),p=Math.round(Math.sin(c)*h);return(0,eq.jsx)(Qa,(0,BT.Z)({className:(0,eX.Z)(u.root,n),"aria-disabled":!!r||void 0,"aria-selected":!!s||void 0,role:"option",style:{transform:`translate(${d}px, ${p+92}px`},ownerState:t},l,{children:a}))}let Ql=({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,eq.jsx)(Qs,{id:u?i:void 0,index:t,inner:l,selected:u,disabled:r(t),label:a,"aria-label":n(a)},t))}return s},Qu=({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,eq.jsx)(Qs,{label:o,id:s?i:void 0,index:a+1,inner:!1,disabled:n(e),selected:s,"aria-label":r(o)},e)})},Qc=({timezone:e,value:t,defaultValue:n,referenceDate:r,onChange:i,valueManager:o})=>{let a;let s=Xk(),l=eU.useRef(n),u=t??l.current??o.emptyValue,c=eU.useMemo(()=>o.getTimezone(s,u),[s,o,u]),h=(0,tT.Z)(e=>null==c?e:o.setTimezone(s,c,e));return a=e||c||(r?s.getTimezone(r):"default"),{value:eU.useMemo(()=>o.setTimezone(s,a,u),[o,s,a,u]),handleValueChange:(0,tT.Z)((e,...t)=>{let n=h(e);i?.(n,...t)}),timezone:a}},Qh=({name:e,timezone:t,value:n,defaultValue:r,referenceDate:i,onChange:o,valueManager:a})=>{let[s,l]=(0,dF.Z)({name:e,state:"value",controlled:n,default:r??a.emptyValue});return Qc({timezone:t,value:s,defaultValue:void 0,referenceDate:i,onChange:(0,tT.Z)((e,...t)=>{l(e),o?.(e,...t)}),valueManager:a})},Qd={year:1,month:2,day:3,hours:4,minutes:5,seconds:6,milliseconds:7},Qp=e=>Math.max(...e.map(e=>Qd[e.type]??1)),Qf=(e,t,n)=>{if(t===Qd.year)return e.startOfYear(n);if(t===Qd.month)return e.startOfMonth(n);if(t===Qd.day)return e.startOfDay(n);let r=n;return t<Qd.minutes&&(r=e.setMinutes(r,0)),t<Qd.seconds&&(r=e.setSeconds(r,0)),t<Qd.milliseconds&&(r=e.setMilliseconds(r,0)),r},Qg=({props:e,utils:t,granularity:n,timezone:r,getTodayDate:i})=>{let o=i?i():Qf(t,n,XO(t,r));null!=e.minDate&&t.isAfterDay(e.minDate,o)&&(o=Qf(t,n,e.minDate)),null!=e.maxDate&&t.isBeforeDay(e.maxDate,o)&&(o=Qf(t,n,e.maxDate));let a=Kf(e.disableIgnoringDatePartForTimeValidation??!1,t);return null!=e.minTime&&a(e.minTime,o)&&(o=Qf(t,n,e.disableIgnoringDatePartForTimeValidation?e.minTime:XD(t,o,e.minTime))),null!=e.maxTime&&a(o,e.maxTime)&&(o=Qf(t,n,e.disableIgnoringDatePartForTimeValidation?e.maxTime:XD(t,o,e.maxTime))),o},Qm=(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.
44
- 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}},Qv=e=>{switch(e){case"ArrowUp":return 1;case"ArrowDown":return -1;case"PageUp":return 5;case"PageDown":return -5;default:return 0}},Qy=(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))},Qx=(e,t,n,r)=>{switch(n){case"month":return XP(e,e.date(void 0,t)).map(t=>e.formatByString(t,r));case"weekDay":return Qy(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[]}},Qb=["0","1","2","3","4","5","6","7","8","9"],Qw=e=>{let t=e.date(void 0);return"0"===e.formatByString(e.setSeconds(t,0),"s")?Qb:Array.from({length:10}).map((n,r)=>e.formatByString(e.setSeconds(t,r),"s"))},QS=(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("")},Q_=(e,t)=>"0"===t[0]?e:e.split("").map(e=>t[Number(e)]).join(""),QC=(e,t)=>{let n=QS(e,t);return" "!==n&&!Number.isNaN(Number(n))},Qk=(e,t)=>{let n=e;for(n=Number(n).toString();n.length<t;)n=`0${n}`;return n},QM=(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=Qk(o,i.maxLength)),Q_(o,r)},QT=(e,t,n,r,i,o,a,s)=>{let l=Qv(r),u="Home"===r,c="End"===r,h=""===n.value||u||c;return"digit"===n.contentType||"digit-with-letter"===n.contentType?(()=>{let r=i[n.type]({currentDate:a,format:n.format,contentType:n.contentType}),d=t=>QM(e,t,r,o,n),p="minutes"===n.type&&s?.minutesStep?s.minutesStep:1,f=parseInt(QS(n.value,o),10)+l*p;if(h){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 d((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 r=Qx(e,t,n.type,n.format);if(0===r.length)return n.value;if(h)return l>0||u?r[0]:r[r.length-1];let i=((r.indexOf(n.value)+l)%r.length+r.length)%r.length;return r[i]})()},QD=(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(QS(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},QA=(e,t,n,r)=>e.formatByString(e.parse(t,n),r),QI=(e,t)=>4===e.formatByString(e.date(void 0,"system"),t).length,QP=(e,t,n,r)=>{if("digit"!==t)return!1;let i=e.date(void 0,"default");switch(n){case"year":if(QI(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")}},QO=(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(QD(a,"non-input",n)))}let a=i.join(" "),s=o.join(" ");return e.parse(s,a)},QR=(e,t,n)=>{let r=e.date(void 0,n),i=e.endOfYear(r),o=e.endOfDay(r),{maxDaysInMonth:a,longestMonth:s}=XP(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:QI(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=Qy(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 QS(e.formatByString(e.endOfDay(r),n),t)!==i.toString()?{minimum:1,maximum:Number(QS(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})}},QE=(e,t)=>{},QL=(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=Qy(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}},QB={year:1,month:2,day:3,weekDay:4,hours:5,minutes:6,seconds:7,meridiem:8,empty:9},QN=(e,t,n,r,i)=>[...n].sort((e,t)=>QB[e.type]-QB[t.type]).reduce((n,r)=>!i||r.modified?QL(e,r,t,n):n,r),QZ=()=>navigator.userAgent.toLowerCase().includes("android"),QF=(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]}},Qz=(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},QV=(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}},Qj=(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}},Q$=["value","referenceDate"],QH={emptyValue:null,getTodayValue:XO,getInitialReferenceValue:e=>{let{value:t,referenceDate:n}=e,r=(0,BD.Z)(e,Q$);return null!=t&&r.utils.isValid(t)?t:null!=n?n:Qg(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)},QW={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=QD(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)},QG=({value:e,referenceDate:t,utils:n,props:r,timezone:i})=>{let o=eU.useMemo(()=>QH.getInitialReferenceValue({value:e,utils:n,props:r,referenceDate:t,granularity:Qd.day,timezone:i,getTodayDate:()=>XO(n,i,"date")}),[]);return e??o},Qq=["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"],QU=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],arrowSwitcher:["arrowSwitcher"]},KN,t)},QY=(0,e1.ZP)(KB,{name:"MuiTimeClock",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",position:"relative"}),QX=(0,e1.ZP)(KE,{name:"MuiTimeClock",slot:"ArrowSwitcher",overridesResolver:(e,t)=>t.arrowSwitcher})({position:"absolute",right:12,top:15}),QK=["hours","minutes"],QQ=eU.forwardRef(function(e,t){let n=Xk(),r=Xv({props:e,name:"MuiTimeClock"}),{ampm:i=n.is12HourCycleInCurrentLocale(),ampmInClock:o=!1,autoFocus:a,slots:s,slotProps:l,value:u,defaultValue:c,referenceDate:h,disableIgnoringDatePartForTimeValidation:d=!1,maxTime:p,minTime:f,disableFuture:g,disablePast:m,minutesStep:v=1,shouldDisableTime:y,showViewSwitcher:x,onChange:b,view:w,views:S=QK,openTo:_,onViewChange:C,focusedView:k,onFocusedViewChange:M,className:T,disabled:D,readOnly:A,timezone:I}=r,P=(0,BD.Z)(r,Qq),{value:O,handleValueChange:R,timezone:E}=Qh({name:"TimeClock",timezone:I,value:u,defaultValue:c,referenceDate:h,onChange:b,valueManager:QH}),L=QG({value:O,referenceDate:h,utils:n,props:r,timezone:E}),B=XG(),N=XT(E),{view:Z,setView:F,previousView:z,nextView:V,setValueAndGoToNextView:j}=KL({view:w,views:S,openTo:_,onViewChange:C,onChange:R,focusedView:k,onFocusedViewChange:M}),{meridiemMode:$,handleMeridiemChange:H}=Kg(L,i,j),W=eU.useCallback((e,t)=>{let r=Kf(d,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,N)||m&&r(N,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=Kh(e,$,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,d,p,$,f,v,y,n,g,m,N,S]),G=(0,tS.Z)(),q=eU.useMemo(()=>{switch(Z){case"hours":{let e;let t=(e,t)=>{let r=Kh(e,$,i);j(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:Ql({value:O,utils:n,ampm:i,onChange:t,getClockNumberText:B.hoursClockNumberText,isDisabled:e=>D||W(e,"hours"),selectedId:G}),viewRange:e}}case"minutes":{let e=n.getMinutes(L),t=(e,t)=>{j(n.setMinutes(L,e),t,"minutes")};return{viewValue:e,onChange:t,children:Qu({utils:n,value:e,onChange:t,getClockNumberText:B.minutesClockNumberText,isDisabled:e=>D||W(e,"minutes"),selectedId:G}),viewRange:[0,59]}}case"seconds":{let e=n.getSeconds(L),t=(e,t)=>{j(n.setSeconds(L,e),t,"seconds")};return{viewValue:e,onChange:t,children:Qu({utils:n,value:e,onChange:t,getClockNumberText:B.secondsClockNumberText,isDisabled:e=>D||W(e,"seconds"),selectedId:G}),viewRange:[0,59]}}default:throw Error("You must provide the type for ClockView")}},[Z,n,O,i,B.hoursClockNumberText,B.minutesClockNumberText,B.secondsClockNumberText,$,j,L,W,G,D]),U=QU(r);return(0,eq.jsxs)(QY,(0,BT.Z)({ref:t,className:(0,eX.Z)(U.root,T),ownerState:r},P,{children:[(0,eq.jsx)(Qt,(0,BT.Z)({autoFocus:a??!!k,ampmInClock:o&&S.includes("hours"),value:O,type:Z,ampm:i,minutesStep:v,isTimeDisabled:W,meridiemMode:$,handleMeridiemChange:H,selectedId:G,disabled:D,readOnly:A},q)),x&&(0,eq.jsx)(QX,{className:U.arrowSwitcher,slots:s,slotProps:l,onGoToPrevious:()=>F(z),isPreviousDisabled:!z,previousLabel:B.openPreviousView,onGoToNext:()=>F(V),isNextDisabled:!V,nextLabel:B.openNextView,ownerState:r})]}))}),QJ=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:r,views:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:h,disablePast:d,minTime:p,maxTime:f,shouldDisableTime:g,minutesStep:m,ampm:v,ampmInClock:y,slots:x,slotProps:b,readOnly:w,disabled:S,sx:_,autoFocus:C,showViewSwitcher:k,disableIgnoringDatePartForTimeValidation:M,timezone:T})=>(0,eq.jsx)(QQ,{view:e,onViewChange:t,focusedView:n&&Ku(n)?n:null,onFocusedViewChange:r,views:i.filter(Ku),value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:h,disablePast:d,minTime:p,maxTime:f,shouldDisableTime:g,minutesStep:m,ampm:v,ampmInClock:y,slots:x,slotProps:b,readOnly:w,disabled:S,sx:_,autoFocus:C,showViewSwitcher:k,disableIgnoringDatePartForTimeValidation:M,timezone:T}),Q0=({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=XI(r.utils,e.minDate,r.defaultDates.minDate),h=XI(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!!(h&&r.utils.isAfterDay(t,h)):return"maxDate";default:return null}};Q0.valueManager=QH;let Q1=({shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:r,maxDate:i,disableFuture:o,disablePast:a,timezone:s})=>{let l=XC();return eU.useCallback(u=>null!==Q0({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])},Q2=(e,t,n)=>(r,i)=>{switch(i.type){case"changeMonth":return(0,BT.Z)({},r,{slideDirection:i.direction,currentMonth:i.newMonth,isMonthSwitchingAnimating:!e});case"changeMonthTimezone":{let e=i.newTimezone;if(n.getTimezone(r.currentMonth)===e)return r;let t=n.setTimezone(r.currentMonth,e);return n.getMonth(t)!==n.getMonth(r.currentMonth)&&(t=n.setMonth(t,n.getMonth(r.currentMonth))),(0,BT.Z)({},r,{currentMonth:t})}case"finishMonthSwitchingAnimation":return(0,BT.Z)({},r,{isMonthSwitchingAnimating:!1});case"changeFocusedDay":{if(null!=r.focusedDay&&null!=i.focusedDay&&n.isSameDay(i.focusedDay,r.focusedDay))return r;let o=null!=i.focusedDay&&!t&&!n.isSameMonth(r.currentMonth,i.focusedDay);return(0,BT.Z)({},r,{focusedDay:i.focusedDay,isMonthSwitchingAnimating:o&&!e&&!i.withoutMonthSwitchingAnimation,currentMonth:o?n.startOfMonth(i.focusedDay):r.currentMonth,slideDirection:null!=i.focusedDay&&n.isAfterDay(i.focusedDay,r.currentMonth)?"left":"right"})}default:throw Error("missing support")}},Q5=e=>{let{value:t,referenceDate:n,disableFuture:r,disablePast:i,disableSwitchToMonthOnDayFocus:o=!1,maxDate:a,minDate:s,onMonthChange:l,reduceAnimations:u,shouldDisableDate:c,timezone:h}=e,d=Xk(),p=eU.useRef(Q2(!!u,o,d)).current,f=eU.useMemo(()=>QH.getInitialReferenceValue({value:t,utils:d,timezone:h,props:e,referenceDate:n,granularity:Qd.day}),[n,h]),[g,m]=eU.useReducer(p,{isMonthSwitchingAnimating:!1,focusedDay:f,currentMonth:d.startOfMonth(f),slideDirection:"left"});eU.useEffect(()=>{m({type:"changeMonthTimezone",newTimezone:d.getTimezone(f)})},[f,d]);let v=eU.useCallback(e=>{m((0,BT.Z)({type:"changeMonth"},e)),l&&l(e.newMonth)},[l]),y=eU.useCallback(e=>{!d.isSameMonth(e,g.currentMonth)&&v({newMonth:d.startOfMonth(e),direction:d.isAfterDay(e,g.currentMonth)?"left":"right"})},[g.currentMonth,v,d]),x=Q1({shouldDisableDate:c,minDate:s,maxDate:a,disableFuture:r,disablePast:i,timezone:h}),b=eU.useCallback(()=>{m({type:"finishMonthSwitchingAnimation"})},[]);return{referenceDate:f,calendarState:g,changeMonth:y,changeFocusedDay:(0,tT.Z)((e,t)=>{x(e)||m({type:"changeFocusedDay",focusedDay:e,withoutMonthSwitchingAnimation:t})}),isDateDisabled:x,onMonthSwitchingAnimationEnd:b,handleChangeMonth:v}};var Q3=n(6317);let Q4=e=>(0,e8.ZP)("MuiPickersFadeTransitionGroup",e);(0,e4.Z)("MuiPickersFadeTransitionGroup",["root"]);let Q8=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},Q4,t)},Q6=(0,e1.ZP)(Q3.Z,{name:"MuiPickersFadeTransitionGroup",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"block",position:"relative"});function Q9(e){let t=Xv({props:e,name:"MuiPickersFadeTransitionGroup"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,a=Q8(t),s=(0,nH.Z)();return i?n:(0,eq.jsx)(Q6,{className:(0,eX.Z)(a.root,r),children:(0,eq.jsx)(n4,{appear:!1,mountOnEnter:!0,unmountOnExit:!0,timeout:{appear:s.transitions.duration.enteringScreen,enter:s.transitions.duration.enteringScreen,exit:0},children:n},o)})}function Q7(e){return(0,e8.ZP)("MuiPickersDay",e)}let Je=(0,e4.Z)("MuiPickersDay",["root","dayWithMargin","dayOutsideMonth","hiddenDaySpacingFiller","today","selected","disabled"]),Jt=["autoFocus","className","day","disabled","disableHighlightToday","disableMargin","hidden","isAnimating","onClick","onDaySelect","onFocus","onBlur","onKeyDown","onMouseDown","onMouseEnter","outsideCurrentMonth","selected","showDaysOutsideCurrentMonth","children","today","isFirstVisibleCell","isLastVisibleCell"],Jn=e=>{let{selected:t,disableMargin:n,disableHighlightToday:r,today:i,disabled:o,outsideCurrentMonth:a,showDaysOutsideCurrentMonth:s,classes:l}=e,u=a&&!s;return(0,eK.Z)({root:["root",t&&!u&&"selected",o&&"disabled",!n&&"dayWithMargin",!r&&i&&"today",a&&s&&"dayOutsideMonth",u&&"hiddenDaySpacingFiller"],hiddenDaySpacingFiller:["hiddenDaySpacingFiller"]},Q7,l)},Jr=({theme:e})=>(0,BT.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,eQ.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,eQ.Fq)(e.palette.primary.main,e.palette.action.focusOpacity),[`&.${Je.selected}`]:{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark}},[`&.${Je.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}},[`&.${Je.disabled}:not(.${Je.selected})`]:{color:(e.vars||e).palette.text.disabled},[`&.${Je.disabled}&.${Je.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(.${Je.selected})`]:{border:`1px solid ${(e.vars||e).palette.text.secondary}`}}}]}),Ji=(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]},Jo=(0,e1.ZP)(ts.Z,{name:"MuiPickersDay",slot:"Root",overridesResolver:Ji})(Jr),Ja=(0,e1.ZP)("div",{name:"MuiPickersDay",slot:"Root",overridesResolver:Ji})(({theme:e})=>(0,BT.Z)({},Jr({theme:e}),{opacity:0,pointerEvents:"none"})),Js=()=>{},Jl=eU.forwardRef(function(e,t){let n=Xv({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:h,onFocus:d=Js,onBlur:p=Js,onKeyDown:f=Js,onMouseDown:g=Js,onMouseEnter:m=Js,outsideCurrentMonth:v,selected:y=!1,showDaysOutsideCurrentMonth:x=!1,children:b,today:w=!1}=n,S=(0,BD.Z)(n,Jt),_=(0,BT.Z)({},n,{autoFocus:r,disabled:a,disableHighlightToday:s,disableMargin:l,selected:y,showDaysOutsideCurrentMonth:x,today:w}),C=Jn(_),k=Xk(),M=eU.useRef(null),T=(0,tk.Z)(M,t);return((0,tD.Z)(()=>{!r||a||u||v||M.current.focus()},[r,a,u,v]),v&&!x)?(0,eq.jsx)(Ja,{className:(0,eX.Z)(C.root,C.hiddenDaySpacingFiller,i),ownerState:_,role:S.role}):(0,eq.jsx)(Jo,(0,BT.Z)({className:(0,eX.Z)(C.root,i),ref:T,centerRipple:!0,disabled:a,tabIndex:y?0:-1,onKeyDown:e=>f(e,o),onFocus:e=>d(e,o),onBlur:e=>p(e,o),onMouseEnter:e=>m(e,o),onClick:e=>{a||h(o),v&&e.currentTarget.focus(),c&&c(e)},onMouseDown:e=>{g(e),v&&e.preventDefault()}},S,{ownerState:_,children:b||k.format(o,"dayOfMonth")}))}),Ju=eU.memo(Jl);var Jc=n(4652);function Jh(e,t){return e.replace(RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var Jd=n(8683),Jp=function(e,t){return e&&t&&t.split(" ").forEach(function(t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=Jh(e.className,t):e.setAttribute("class",Jh(e.className&&e.className.baseVal||"",t))})},Jf=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,Jc.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&&(0,Jd.Q)(e),i&&(this.appliedClasses[t][n]=i,r=i,e&&r&&r.split(" ").forEach(function(t){return function(e,t){if(e.classList)e.classList.add(t);else(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))}(e,t)}))},n.removeClasses=function(e,t){var n=this.appliedClasses[t],r=n.base,i=n.active,o=n.done;this.appliedClasses[t]={},r&&Jp(e,r),i&&Jp(e,i),o&&Jp(e,o)},n.render=function(){var e=this.props,t=(e.classNames,(0,BD.Z)(e,["classNames"]));return eY().createElement(n$.ZP,(0,BT.Z)({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(eY().Component);Jf.defaultProps={classNames:""},Jf.propTypes={};let Jg=e=>(0,e8.ZP)("MuiPickersSlideTransition",e),Jm=(0,e4.Z)("MuiPickersSlideTransition",["root","slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"]),Jv=["children","className","reduceAnimations","slideDirection","transKey","classes"],Jy=e=>{let{classes:t,slideDirection:n}=e,r={root:["root"],exit:["slideExit"],enterActive:["slideEnterActive"],enter:[`slideEnter-${n}`],exitActive:[`slideExitActiveLeft-${n}`]};return(0,eK.Z)(r,Jg,t)},Jx=(0,e1.ZP)(Q3.Z,{name:"MuiPickersSlideTransition",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`.${Jm["slideEnter-left"]}`]:t["slideEnter-left"]},{[`.${Jm["slideEnter-right"]}`]:t["slideEnter-right"]},{[`.${Jm.slideEnterActive}`]:t.slideEnterActive},{[`.${Jm.slideExit}`]:t.slideExit},{[`.${Jm["slideExitActiveLeft-left"]}`]:t["slideExitActiveLeft-left"]},{[`.${Jm["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},[`& .${Jm["slideEnter-left"]}`]:{willChange:"transform",transform:"translate(100%)",zIndex:1},[`& .${Jm["slideEnter-right"]}`]:{willChange:"transform",transform:"translate(-100%)",zIndex:1},[`& .${Jm.slideEnterActive}`]:{transform:"translate(0%)",transition:t},[`& .${Jm.slideExit}`]:{transform:"translate(0%)"},[`& .${Jm["slideExitActiveLeft-left"]}`]:{willChange:"transform",transform:"translate(-100%)",transition:t,zIndex:0},[`& .${Jm["slideExitActiveLeft-right"]}`]:{willChange:"transform",transform:"translate(100%)",transition:t,zIndex:0}}}),Jb=e=>(0,e8.ZP)("MuiDayCalendar",e);(0,e4.Z)("MuiDayCalendar",["root","header","weekDayLabel","loadingContainer","slideTransition","monthContainer","weekContainer","weekNumberLabel","weekNumber"]);let Jw=["parentProps","day","focusableDay","selectedDays","isDateDisabled","currentMonthNumber","isViewFocused"],JS=["ownerState"],J_=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],header:["header"],weekDayLabel:["weekDayLabel"],loadingContainer:["loadingContainer"],slideTransition:["slideTransition"],monthContainer:["monthContainer"],weekContainer:["weekContainer"],weekNumberLabel:["weekNumberLabel"],weekNumber:["weekNumber"]},Jb,t)},JC=(0,e1.ZP)("div",{name:"MuiDayCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Jk=(0,e1.ZP)("div",{name:"MuiDayCalendar",slot:"Header",overridesResolver:(e,t)=>t.header})({display:"flex",justifyContent:"center",alignItems:"center"}),JM=(0,e1.ZP)(uq.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})),JT=(0,e1.ZP)(uq.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})),JD=(0,e1.ZP)(uq.Z,{name:"MuiDayCalendar",slot:"WeekNumber",overridesResolver:(e,t)=>t.weekNumber})(({theme:e})=>(0,BT.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"})),JA=(0,e1.ZP)("div",{name:"MuiDayCalendar",slot:"LoadingContainer",overridesResolver:(e,t)=>t.loadingContainer})({display:"flex",justifyContent:"center",alignItems:"center",minHeight:240}),JI=(0,e1.ZP)(function(e){let t=Xv({props:e,name:"MuiPickersSlideTransition"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,a=(0,BD.Z)(t,Jv),s=Jy(t),l=(0,nH.Z)();if(i)return(0,eq.jsx)("div",{className:(0,eX.Z)(s.root,r),children:n});let u={exit:s.exit,enterActive:s.enterActive,enter:s.enter,exitActive:s.exitActive};return(0,eq.jsx)(Jx,{className:(0,eX.Z)(s.root,r),childFactory:e=>eU.cloneElement(e,{classNames:u}),role:"presentation",children:(0,eq.jsx)(Jf,(0,BT.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}),JP=(0,e1.ZP)("div",{name:"MuiDayCalendar",slot:"MonthContainer",overridesResolver:(e,t)=>t.monthContainer})({overflow:"hidden"}),JO=(0,e1.ZP)("div",{name:"MuiDayCalendar",slot:"WeekContainer",overridesResolver:(e,t)=>t.weekContainer})({margin:"2px 0",display:"flex",justifyContent:"center"});function JR(e){let{parentProps:t,day:n,focusableDay:r,selectedDays:i,isDateDisabled:o,currentMonthNumber:a,isViewFocused:s}=e,l=(0,BD.Z)(e,Jw),{disabled:u,disableHighlightToday:c,isMonthSwitchingAnimating:h,showDaysOutsideCurrentMonth:d,slots:p,slotProps:f,timezone:g}=t,m=Xk(),v=XT(g),y=null!==r&&m.isSameDay(n,r),x=i.some(e=>m.isSameDay(e,n)),b=m.isSameDay(n,v),w=p?.day??Ju,S=(0,nO.Z)({elementType:w,externalSlotProps:f?.day,additionalProps:(0,BT.Z)({disableHighlightToday:c,showDaysOutsideCurrentMonth:d,role:"gridcell",isAnimating:h,"data-timestamp":m.toJsDate(n).valueOf()},l),ownerState:(0,BT.Z)({},t,{day:n,selected:x})}),_=(0,BD.Z)(S,JS),C=eU.useMemo(()=>u||o(n),[u,o,n]),k=eU.useMemo(()=>m.getMonth(n)!==a,[m,n,a]),M=eU.useMemo(()=>{let e=m.startOfMonth(m.setMonth(n,a));return d?m.isSameDay(n,m.startOfWeek(e)):m.isSameDay(n,e)},[a,n,d,m]),T=eU.useMemo(()=>{let e=m.endOfMonth(m.setMonth(n,a));return d?m.isSameDay(n,m.endOfWeek(e)):m.isSameDay(n,e)},[a,n,d,m]);return(0,eq.jsx)(w,(0,BT.Z)({},_,{day:n,disabled:C,autoFocus:s&&y,today:b,outsideCurrentMonth:k,isFirstVisibleCell:M,isLastVisibleCell:T,selected:x,tabIndex:y?0:-1,"aria-selected":x,"aria-current":b?"date":void 0}))}function JE(e){let t=Xv({props:e,name:"MuiDayCalendar"}),n=Xk(),{onFocusedDayChange:r,className:i,currentMonth:o,selectedDays:a,focusedDay:s,loading:l,onSelectedDaysChange:u,onMonthSwitchingAnimationEnd:c,readOnly:h,reduceAnimations:d,renderLoading:p=()=>(0,eq.jsx)("span",{children:"..."}),slideDirection:f,TransitionProps:g,disablePast:m,disableFuture:v,minDate:y,maxDate:x,shouldDisableDate:b,shouldDisableMonth:w,shouldDisableYear:S,dayOfWeekFormatter:_=e=>n.format(e,"weekdayShort").charAt(0).toUpperCase(),hasFocus:C,onFocusedViewChange:k,gridLabelId:M,displayWeekNumber:T,fixedWeekNumber:D,autoFocus:A,timezone:I}=t,P=XT(I),O=J_(t),R=(0,nP.V)(),E=Q1({shouldDisableDate:b,shouldDisableMonth:w,shouldDisableYear:S,minDate:y,maxDate:x,disablePast:m,disableFuture:v,timezone:I}),L=XG(),[B,N]=(0,dF.Z)({name:"DayCalendar",state:"hasFocus",controlled:C,default:A??!1}),[Z,F]=eU.useState(()=>s||P),z=(0,tT.Z)(e=>{!h&&u(e)}),V=e=>{E(e)||(r(e),F(e),k?.(!0),N(!0))},j=(0,tT.Z)((e,t)=>{switch(e.key){case"ArrowUp":V(n.addDays(t,-7)),e.preventDefault();break;case"ArrowDown":V(n.addDays(t,7)),e.preventDefault();break;case"ArrowLeft":{let r=n.addDays(t,R?1:-1),i=n.addMonths(t,R?1:-1);V(XA({utils:n,date:r,minDate:R?r:n.startOfMonth(i),maxDate:R?n.endOfMonth(i):r,isDateDisabled:E,timezone:I})||r),e.preventDefault();break}case"ArrowRight":{let r=n.addDays(t,R?-1:1),i=n.addMonths(t,R?-1:1);V(XA({utils:n,date:r,minDate:R?n.startOfMonth(i):r,maxDate:R?r:n.endOfMonth(i),isDateDisabled:E,timezone:I})||r),e.preventDefault();break}case"Home":V(n.startOfWeek(t)),e.preventDefault();break;case"End":V(n.endOfWeek(t)),e.preventDefault();break;case"PageUp":V(n.addMonths(t,1)),e.preventDefault();break;case"PageDown":V(n.addMonths(t,-1)),e.preventDefault()}}),$=(0,tT.Z)((e,t)=>V(t)),H=(0,tT.Z)((e,t)=>{B&&n.isSameDay(Z,t)&&k?.(!1)}),W=n.getMonth(o),G=n.getYear(o),q=eU.useMemo(()=>a.filter(e=>!!e).map(e=>n.startOfDay(e)),[n,a]),U=`${G}-${W}`,Y=eU.useMemo(()=>eU.createRef(),[U]),X=eU.useMemo(()=>{let e=n.startOfMonth(o),t=n.endOfMonth(o);return E(Z)||n.isAfterDay(Z,t)||n.isBeforeDay(Z,e)?XA({utils:n,date:Z,minDate:e,maxDate:t,disablePast:m,disableFuture:v,isDateDisabled:E,timezone:I}):Z},[o,v,m,Z,E,n,I]),K=eU.useMemo(()=>{let e=n.getWeekArray(o),t=n.addMonths(o,1);for(;D&&e.length<D;){let r=n.getWeekArray(t),i=n.isSameDay(e[e.length-1][0],r[0][0]);r.slice(+!!i).forEach(t=>{e.length<D&&e.push(t)}),t=n.addMonths(t,1)}return e},[o,D,n]);return(0,eq.jsxs)(JC,{role:"grid","aria-labelledby":M,className:O.root,children:[(0,eq.jsxs)(Jk,{role:"row",className:O.header,children:[T&&(0,eq.jsx)(JT,{variant:"caption",role:"columnheader","aria-label":L.calendarWeekNumberHeaderLabel,className:O.weekNumberLabel,children:L.calendarWeekNumberHeaderText}),XB(n,P).map((e,t)=>(0,eq.jsx)(JM,{variant:"caption",role:"columnheader","aria-label":n.format(e,"weekday"),className:O.weekDayLabel,children:_(e)},t.toString()))]}),l?(0,eq.jsx)(JA,{className:O.loadingContainer,children:p()}):(0,eq.jsx)(JI,(0,BT.Z)({transKey:U,onExited:c,reduceAnimations:d,slideDirection:f,className:(0,eX.Z)(i,O.slideTransition)},g,{nodeRef:Y,children:(0,eq.jsx)(JP,{ref:Y,role:"rowgroup",className:O.monthContainer,children:K.map((e,r)=>(0,eq.jsxs)(JO,{role:"row",className:O.weekContainer,"aria-rowindex":r+1,children:[T&&(0,eq.jsx)(JD,{className:O.weekNumber,role:"rowheader","aria-label":L.calendarWeekNumberAriaLabelText(n.getWeekNumber(e[0])),children:L.calendarWeekNumberText(n.getWeekNumber(e[0]))}),e.map((e,n)=>(0,eq.jsx)(JR,{parentProps:t,day:e,selectedDays:q,focusableDay:X,onKeyDown:j,onFocus:$,onBlur:H,onDaySelect:z,isDateDisabled:E,currentMonthNumber:W,isViewFocused:B,"aria-colindex":n+1},e.toString()))]},`week-${e[0]}`))})}))]})}function JL(e){return(0,e8.ZP)("MuiPickersMonth",e)}let JB=(0,e4.Z)("MuiPickersMonth",["root","monthButton","disabled","selected"]),JN=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","aria-label","monthsPerRow","slots","slotProps"],JZ=e=>{let{disabled:t,selected:n,classes:r}=e;return(0,eK.Z)({root:["root"],monthButton:["monthButton",t&&"disabled",n&&"selected"]},JL,r)},JF=(0,e1.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%"}}]}),Jz=(0,e1.ZP)("button",{name:"MuiPickersMonth",slot:"MonthButton",overridesResolver:(e,t)=>[t.monthButton,{[`&.${JB.disabled}`]:t.disabled},{[`&.${JB.selected}`]:t.selected}]})(({theme:e})=>(0,BT.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,eQ.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,eQ.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${JB.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${JB.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),JV=eU.memo(function(e){let t=Xv({props:e,name:"MuiPickersMonth"}),{autoFocus:n,className:r,children:i,disabled:o,selected:a,value:s,tabIndex:l,onClick:u,onKeyDown:c,onFocus:h,onBlur:d,"aria-current":p,"aria-label":f,slots:g,slotProps:m}=t,v=(0,BD.Z)(t,JN),y=eU.useRef(null),x=JZ(t);(0,tD.Z)(()=>{n&&y.current?.focus()},[n]);let b=g?.monthButton??Jz,w=(0,nO.Z)({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=>h(e,s),onBlur:e=>d(e,s)},ownerState:t,className:x.monthButton});return(0,eq.jsx)(JF,(0,BT.Z)({className:(0,eX.Z)(x.root,r),ownerState:t},v,{children:(0,eq.jsx)(b,(0,BT.Z)({},w))}))});function Jj(e){return(0,e8.ZP)("MuiMonthCalendar",e)}(0,e4.Z)("MuiMonthCalendar",["root"]);let J$=["className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","shouldDisableMonth","readOnly","disableHighlightToday","autoFocus","onMonthFocus","hasFocus","onFocusedViewChange","monthsPerRow","timezone","gridLabelId","slots","slotProps"],JH=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},Jj,t)},JW=(0,e1.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"}),JG=eU.forwardRef(function(e,t){let n=function(e,t){let n=Xk(),r=XM(),i=Xv({props:e,name:t});return(0,BT.Z)({disableFuture:!1,disablePast:!1},i,{minDate:XI(n,i.minDate,r.minDate),maxDate:XI(n,i.maxDate,r.maxDate)})}(e,"MuiMonthCalendar"),{className:r,value:i,defaultValue:o,referenceDate:a,disabled:s,disableFuture:l,disablePast:u,maxDate:c,minDate:h,onChange:d,shouldDisableMonth:p,readOnly:f,autoFocus:g=!1,onMonthFocus:m,hasFocus:v,onFocusedViewChange:y,monthsPerRow:x=3,timezone:b,gridLabelId:w,slots:S,slotProps:_}=n,C=(0,BD.Z)(n,J$),{value:k,handleValueChange:M,timezone:T}=Qh({name:"MonthCalendar",timezone:b,value:i,defaultValue:o,referenceDate:a,onChange:d,valueManager:QH}),D=XT(T),A=(0,nP.V)(),I=Xk(),P=eU.useMemo(()=>QH.getInitialReferenceValue({value:k,utils:I,props:n,timezone:T,referenceDate:a,granularity:Qd.month}),[]),O=JH(n),R=eU.useMemo(()=>I.getMonth(D),[I,D]),E=eU.useMemo(()=>null!=k?I.getMonth(k):null,[k,I]),[L,B]=eU.useState(()=>E||I.getMonth(P)),[N,Z]=(0,dF.Z)({name:"MonthCalendar",state:"hasFocus",controlled:v,default:g??!1}),F=(0,tT.Z)(e=>{Z(e),y&&y(e)}),z=eU.useCallback(e=>{let t=I.startOfMonth(u&&I.isAfter(D,h)?D:h),n=I.startOfMonth(l&&I.isBefore(D,c)?D:c),r=I.startOfMonth(e);return!!(I.isBefore(r,t)||I.isAfter(r,n))||!!p&&p(r)},[l,u,c,h,D,p,I]),V=(0,tT.Z)((e,t)=>{!f&&M(I.setMonth(k??P,t))}),j=(0,tT.Z)(e=>{!z(I.setMonth(k??P,e))&&(B(e),F(!0),m&&m(e))});eU.useEffect(()=>{B(e=>null!==E&&e!==E?E:e)},[E]);let $=(0,tT.Z)((e,t)=>{switch(e.key){case"ArrowUp":j((12+t-3)%12),e.preventDefault();break;case"ArrowDown":j((12+t+3)%12),e.preventDefault();break;case"ArrowLeft":j((12+t+(A?1:-1))%12),e.preventDefault();break;case"ArrowRight":j((12+t+(A?-1:1))%12),e.preventDefault()}}),H=(0,tT.Z)((e,t)=>{j(t)}),W=(0,tT.Z)((e,t)=>{L===t&&F(!1)});return(0,eq.jsx)(JW,(0,BT.Z)({ref:t,className:(0,eX.Z)(O.root,r),ownerState:n,role:"radiogroup","aria-labelledby":w},C,{children:XP(I,k??P).map(e=>{let t=I.getMonth(e),n=I.format(e,"monthShort"),r=I.format(e,"month"),i=s||z(e);return(0,eq.jsx)(JV,{selected:t===E,value:t,onClick:V,onKeyDown:$,autoFocus:N&&t===L,disabled:i,tabIndex:t!==L||i?-1:0,onFocus:H,onBlur:W,"aria-current":R===t?"date":void 0,"aria-label":r,monthsPerRow:x,slots:S,slotProps:_,children:n},n)})}))});function Jq(e){return(0,e8.ZP)("MuiPickersYear",e)}let JU=(0,e4.Z)("MuiPickersYear",["root","yearButton","selected","disabled"]),JY=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","yearsPerRow","slots","slotProps"],JX=e=>{let{disabled:t,selected:n,classes:r}=e;return(0,eK.Z)({root:["root"],yearButton:["yearButton",t&&"disabled",n&&"selected"]},Jq,r)},JK=(0,e1.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%"}}]}),JQ=(0,e1.ZP)("button",{name:"MuiPickersYear",slot:"YearButton",overridesResolver:(e,t)=>[t.yearButton,{[`&.${JU.disabled}`]:t.disabled},{[`&.${JU.selected}`]:t.selected}]})(({theme:e})=>(0,BT.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,eQ.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,eQ.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${JU.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${JU.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),JJ=eU.memo(function(e){let t=Xv({props:e,name:"MuiPickersYear"}),{autoFocus:n,className:r,children:i,disabled:o,selected:a,value:s,tabIndex:l,onClick:u,onKeyDown:c,onFocus:h,onBlur:d,"aria-current":p,slots:f,slotProps:g}=t,m=(0,BD.Z)(t,JY),v=eU.useRef(null),y=JX(t);(0,tD.Z)(()=>{n&&v.current?.focus()},[n]);let x=f?.yearButton??JQ,b=(0,nO.Z)({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=>h(e,s),onBlur:e=>d(e,s)},ownerState:t,className:y.yearButton});return(0,eq.jsx)(JK,(0,BT.Z)({className:(0,eX.Z)(y.root,r),ownerState:t},m,{children:(0,eq.jsx)(x,(0,BT.Z)({},b))}))});function J0(e){return(0,e8.ZP)("MuiYearCalendar",e)}(0,e4.Z)("MuiYearCalendar",["root"]);let J1=["autoFocus","className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","readOnly","shouldDisableYear","disableHighlightToday","onYearFocus","hasFocus","onFocusedViewChange","yearsOrder","yearsPerRow","timezone","gridLabelId","slots","slotProps"],J2=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"]},J0,t)},J5=(0,e1.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"}),J3=eU.forwardRef(function(e,t){let n=function(e,t){let n=Xk(),r=XM(),i=Xv({props:e,name:t});return(0,BT.Z)({disablePast:!1,disableFuture:!1},i,{yearsPerRow:i.yearsPerRow??3,minDate:XI(n,i.minDate,r.minDate),maxDate:XI(n,i.maxDate,r.maxDate)})}(e,"MuiYearCalendar"),{autoFocus:r,className:i,value:o,defaultValue:a,referenceDate:s,disabled:l,disableFuture:u,disablePast:c,maxDate:h,minDate:d,onChange:p,readOnly:f,shouldDisableYear:g,onYearFocus:m,hasFocus:v,onFocusedViewChange:y,yearsOrder:x="asc",yearsPerRow:b,timezone:w,gridLabelId:S,slots:_,slotProps:C}=n,k=(0,BD.Z)(n,J1),{value:M,handleValueChange:T,timezone:D}=Qh({name:"YearCalendar",timezone:w,value:o,defaultValue:a,referenceDate:s,onChange:p,valueManager:QH}),A=XT(D),I=(0,nP.V)(),P=Xk(),O=eU.useMemo(()=>QH.getInitialReferenceValue({value:M,utils:P,props:n,timezone:D,referenceDate:s,granularity:Qd.year}),[]),R=J2(n),E=eU.useMemo(()=>P.getYear(A),[P,A]),L=eU.useMemo(()=>null!=M?P.getYear(M):null,[M,P]),[B,N]=eU.useState(()=>L||P.getYear(O)),[Z,F]=(0,dF.Z)({name:"YearCalendar",state:"hasFocus",controlled:v,default:r??!1}),z=(0,tT.Z)(e=>{F(e),y&&y(e)}),V=eU.useCallback(e=>!!(c&&P.isBeforeYear(e,A)||u&&P.isAfterYear(e,A)||d&&P.isBeforeYear(e,d)||h&&P.isAfterYear(e,h))||!!g&&g(P.startOfYear(e)),[u,c,h,d,A,g,P]),j=(0,tT.Z)((e,t)=>{!f&&T(P.setYear(M??O,t))}),$=(0,tT.Z)(e=>{V(P.setYear(M??O,e))||(N(e),z(!0),m?.(e))});eU.useEffect(()=>{N(e=>null!==L&&e!==L?L:e)},[L]);let H="desc"!==x?+b:-1*b,W=I&&"asc"===x||!I&&"desc"===x?-1:1,G=(0,tT.Z)((e,t)=>{switch(e.key){case"ArrowUp":$(t-H),e.preventDefault();break;case"ArrowDown":$(t+H),e.preventDefault();break;case"ArrowLeft":$(t-W),e.preventDefault();break;case"ArrowRight":$(t+W),e.preventDefault()}}),q=(0,tT.Z)((e,t)=>{$(t)}),U=(0,tT.Z)((e,t)=>{B===t&&z(!1)}),Y=eU.useRef(null),X=(0,tk.Z)(t,Y);eU.useEffect(()=>{if(r||null===Y.current)return;let e=Y.current.querySelector('[tabindex="0"]');if(!e)return;let t=e.offsetHeight,n=e.offsetTop,i=Y.current.clientHeight,o=Y.current.scrollTop;!(t>i)&&!(n<o)&&(Y.current.scrollTop=n+t-i/2-t/2)},[r]);let K=P.getYearRange([d,h]);return"desc"===x&&K.reverse(),(0,eq.jsx)(J5,(0,BT.Z)({ref:X,className:(0,eX.Z)(R.root,i),ownerState:n,role:"radiogroup","aria-labelledby":S},k,{children:K.map(e=>{let t=P.getYear(e),n=l||V(e);return(0,eq.jsx)(JJ,{selected:t===L,value:t,onClick:j,onKeyDown:G,autoFocus:Z&&t===B,disabled:n,tabIndex:t!==B||n?-1:0,onFocus:q,onBlur:U,"aria-current":E===t?"date":void 0,yearsPerRow:b,slots:_,slotProps:C,children:P.format(e,"year")},P.format(e,"year"))})}))}),J4=e=>(0,e8.ZP)("MuiPickersCalendarHeader",e),J8=(0,e4.Z)("MuiPickersCalendarHeader",["root","labelContainer","label","switchViewButton","switchViewIcon"]),J6=["slots","slotProps","currentMonth","disabled","disableFuture","disablePast","maxDate","minDate","onMonthChange","onViewChange","view","reduceAnimations","views","labelId","className","timezone","format"],J9=["ownerState"],J7=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],labelContainer:["labelContainer"],label:["label"],switchViewButton:["switchViewButton"],switchViewIcon:["switchViewIcon"]},J4,t)},eee=(0,e1.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}),eet=(0,e1.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"LabelContainer",overridesResolver:(e,t)=>t.labelContainer})(({theme:e})=>(0,BT.Z)({display:"flex",overflow:"hidden",alignItems:"center",cursor:"pointer",marginRight:"auto"},e.typography.body1,{fontWeight:e.typography.fontWeightMedium})),een=(0,e1.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"Label",overridesResolver:(e,t)=>t.label})({marginRight:6}),eer=(0,e1.ZP)(tw.Z,{name:"MuiPickersCalendarHeader",slot:"SwitchViewButton",overridesResolver:(e,t)=>t.switchViewButton})({marginRight:"auto",variants:[{props:{view:"year"},style:{[`.${J8.switchViewIcon}`]:{transform:"rotate(180deg)"}}}]}),eei=(0,e1.ZP)(Xz,{name:"MuiPickersCalendarHeader",slot:"SwitchViewIcon",overridesResolver:(e,t)=>t.switchViewIcon})(({theme:e})=>({willChange:"transform",transition:e.transitions.create("transform"),transform:"rotate(0deg)"})),eeo=eU.forwardRef(function(e,t){let n=XG(),r=Xk(),i=Xv({props:e,name:"MuiPickersCalendarHeader"}),{slots:o,slotProps:a,currentMonth:s,disabled:l,disableFuture:u,disablePast:c,maxDate:h,minDate:d,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,BD.Z)(i,J6),_=J7(i),C=o?.switchViewButton??eer,k=(0,nO.Z)({elementType:C,externalSlotProps:a?.switchViewButton,additionalProps:{size:"small","aria-label":n.calendarViewSwitchingButtonAriaLabel(g)},ownerState:i,className:_.switchViewButton}),M=o?.switchViewIcon??eei,T=(0,nO.Z)({elementType:M,externalSlotProps:a?.switchViewIcon,ownerState:i,className:_.switchViewIcon}),D=(0,BD.Z)(T,J9),A=function(e,{disableFuture:t,maxDate:n,timezone:r}){let i=Xk();return eU.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:h,timezone:b}),I=function(e,{disablePast:t,minDate:n,timezone:r}){let i=Xk();return eU.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:d,timezone:b});if(1===v.length&&"year"===v[0])return null;let P=r.formatByString(s,w);return(0,eq.jsxs)(eee,(0,BT.Z)({},S,{ownerState:i,className:(0,eX.Z)(_.root,x),ref:t,children:[(0,eq.jsxs)(eet,{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:_.labelContainer,children:[(0,eq.jsx)(Q9,{reduceAnimations:m,transKey:P,children:(0,eq.jsx)(een,{id:y,ownerState:i,className:_.label,children:P})}),v.length>1&&!l&&(0,eq.jsx)(C,(0,BT.Z)({},k,{children:(0,eq.jsx)(M,(0,BT.Z)({},D))}))]}),(0,eq.jsx)(n4,{in:"day"===g,appear:!m,enter:!m,children:(0,eq.jsx)(KE,{slots:o,slotProps:a,onGoToPrevious:()=>p(r.addMonths(s,-1),"right"),isPreviousDisabled:I,previousLabel:n.previousMonth,onGoToNext:()=>p(r.addMonths(s,1),"left"),isNextDisabled:A,nextLabel:n.nextMonth})})]}))}),eea="undefined"!=typeof navigator&&navigator.userAgent.match(/android\s(\d+)|OS\s(\d+)/i),ees=eea&&eea[1]?parseInt(eea[1],10):null,eel=eea&&eea[2]?parseInt(eea[2],10):null,eeu=ees&&ees<10||eel&&eel<13||!1,eec=()=>fh("@media (prefers-reduced-motion: reduce)",{defaultMatches:!1})||eeu,eeh=e=>(0,e8.ZP)("MuiDateCalendar",e);(0,e4.Z)("MuiDateCalendar",["root","viewTransitionContainer"]);let eed=["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"],eep=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],viewTransitionContainer:["viewTransitionContainer"]},eeh,t)},eef=(0,e1.ZP)(KB,{name:"MuiDateCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",height:336}),eeg=(0,e1.ZP)(Q9,{name:"MuiDateCalendar",slot:"ViewTransitionContainer",overridesResolver:(e,t)=>t.viewTransitionContainer})({}),eem=eU.forwardRef(function(e,t){let n=Xk(),r=(0,tS.Z)(),i=function(e,t){let n=Xk(),r=XM(),i=eec(),o=Xv({props:e,name:t});return(0,BT.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,eq.jsx)("span",{children:"..."})),minDate:XI(n,o.minDate,r.minDate),maxDate:XI(n,o.maxDate,r.maxDate)})}(e,"MuiDateCalendar"),{autoFocus:o,onViewChange:a,value:s,defaultValue:l,referenceDate:u,disableFuture:c,disablePast:h,onChange:d,onYearChange:p,onMonthChange:f,reduceAnimations:g,shouldDisableDate:m,shouldDisableMonth:v,shouldDisableYear:y,view:x,views:b,openTo:w,className:S,disabled:_,readOnly:C,minDate:k,maxDate:M,disableHighlightToday:T,focusedView:D,onFocusedViewChange:A,showDaysOutsideCurrentMonth:I,fixedWeekNumber:P,dayOfWeekFormatter:O,slots:R,slotProps:E,loading:L,renderLoading:B,displayWeekNumber:N,yearsOrder:Z,yearsPerRow:F,monthsPerRow:z,timezone:V}=i,j=(0,BD.Z)(i,eed),{value:$,handleValueChange:H,timezone:W}=Qh({name:"DateCalendar",timezone:V,value:s,defaultValue:l,referenceDate:u,onChange:d,valueManager:QH}),{view:G,setView:q,focusedView:U,setFocusedView:Y,goToNextView:X,setValueAndGoToNextView:K}=KL({view:x,views:b,openTo:w,onChange:H,onViewChange:a,autoFocus:o,focusedView:D,onFocusedViewChange:A}),{referenceDate:Q,calendarState:J,changeFocusedDay:ee,changeMonth:et,handleChangeMonth:en,isDateDisabled:er,onMonthSwitchingAnimationEnd:ei}=Q5({value:$,referenceDate:u,reduceAnimations:g,onMonthChange:f,minDate:k,maxDate:M,shouldDisableDate:m,disablePast:h,disableFuture:c,timezone:W}),eo=_&&$||k,ea=_&&$||M,es=`${r}-grid-label`,el=null!==U,eu=R?.calendarHeader??eeo,ec=(0,nO.Z)({elementType:eu,externalSlotProps:E?.calendarHeader,additionalProps:{views:b,view:G,currentMonth:J.currentMonth,onViewChange:q,onMonthChange:(e,t)=>en({newMonth:e,direction:t}),minDate:eo,maxDate:ea,disabled:_,disablePast:h,disableFuture:c,reduceAnimations:g,timezone:W,labelId:es},ownerState:i}),eh=(0,tT.Z)(e=>{let t=n.startOfMonth(e),r=n.endOfMonth(e),i=er(e)?XA({utils:n,date:e,minDate:n.isBefore(k,t)?t:k,maxDate:n.isAfter(M,r)?r:M,disablePast:h,disableFuture:c,isDateDisabled:er,timezone:W}):e;i?(K(i,"finish"),f?.(t)):(X(),et(t)),ee(i,!0)}),ed=(0,tT.Z)(e=>{let t=n.startOfYear(e),r=n.endOfYear(e),i=er(e)?XA({utils:n,date:e,minDate:n.isBefore(k,t)?t:k,maxDate:n.isAfter(M,r)?r:M,disablePast:h,disableFuture:c,isDateDisabled:er,timezone:W}):e;i?(K(i,"finish"),p?.(i)):(X(),et(t)),ee(i,!0)}),ep=(0,tT.Z)(e=>e?H(XD(n,e,$??Q),"finish",G):H(e,"finish",G));eU.useEffect(()=>{null!=$&&n.isValid($)&&et($)},[$]);let ef=eep(i),eg={disablePast:h,disableFuture:c,maxDate:M,minDate:k},em={disableHighlightToday:T,readOnly:C,disabled:_,timezone:W,gridLabelId:es,slots:R,slotProps:E},ev=eU.useRef(G);eU.useEffect(()=>{ev.current!==G&&(U===ev.current&&Y(G,!0),ev.current=G)},[U,Y,G]);let ey=eU.useMemo(()=>[$],[$]);return(0,eq.jsxs)(eef,(0,BT.Z)({ref:t,className:(0,eX.Z)(ef.root,S),ownerState:i},j,{children:[(0,eq.jsx)(eu,(0,BT.Z)({},ec,{slots:R,slotProps:E})),(0,eq.jsx)(eeg,{reduceAnimations:g,className:ef.viewTransitionContainer,transKey:G,ownerState:i,children:(0,eq.jsxs)("div",{children:["year"===G&&(0,eq.jsx)(J3,(0,BT.Z)({},eg,em,{value:$,onChange:ed,shouldDisableYear:y,hasFocus:el,onFocusedViewChange:e=>Y("year",e),yearsOrder:Z,yearsPerRow:F,referenceDate:Q})),"month"===G&&(0,eq.jsx)(JG,(0,BT.Z)({},eg,em,{hasFocus:el,className:S,value:$,onChange:eh,shouldDisableMonth:v,onFocusedViewChange:e=>Y("month",e),monthsPerRow:z,referenceDate:Q})),"day"===G&&(0,eq.jsx)(JE,(0,BT.Z)({},J,eg,em,{onMonthSwitchingAnimationEnd:ei,onFocusedDayChange:ee,reduceAnimations:g,selectedDays:ey,onSelectedDaysChange:ep,shouldDisableDate:m,shouldDisableMonth:v,shouldDisableYear:y,hasFocus:el,onFocusedViewChange:e=>Y("day",e),showDaysOutsideCurrentMonth:I,fixedWeekNumber:P,dayOfWeekFormatter:O,displayWeekNumber:N,loading:L,renderLoading:B}))]})})]}))}),eev=({view:e,onViewChange:t,views:n,focusedView:r,onFocusedViewChange:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:h,disablePast:d,minDate:p,maxDate:f,shouldDisableDate:g,shouldDisableMonth:m,shouldDisableYear:v,reduceAnimations:y,onMonthChange:x,monthsPerRow:b,onYearChange:w,yearsOrder:S,yearsPerRow:_,slots:C,slotProps:k,loading:M,renderLoading:T,disableHighlightToday:D,readOnly:A,disabled:I,showDaysOutsideCurrentMonth:P,dayOfWeekFormatter:O,sx:R,autoFocus:E,fixedWeekNumber:L,displayWeekNumber:B,timezone:N})=>(0,eq.jsx)(eem,{view:e,onViewChange:t,views:n.filter(XL),focusedView:r&&XL(r)?r:null,onFocusedViewChange:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:h,disablePast:d,minDate:p,maxDate:f,shouldDisableDate:g,shouldDisableMonth:m,shouldDisableYear:v,reduceAnimations:y,onMonthChange:x,monthsPerRow:b,onYearChange:w,yearsOrder:S,yearsPerRow:_,slots:C,slotProps:k,loading:M,renderLoading:T,disableHighlightToday:D,readOnly:A,disabled:I,showDaysOutsideCurrentMonth:P,dayOfWeekFormatter:O,sx:R,autoFocus:E,fixedWeekNumber:L,displayWeekNumber:B,timezone:N}),eey=({open:e,onOpen:t,onClose:n})=>{let r=eU.useRef("boolean"==typeof e).current,[i,o]=eU.useState(!1);return eU.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:eU.useCallback(e=>{r||o(e),e&&t&&t(),!e&&n&&n()},[r,t,n])}};function eex(e){let{props:t,validator:n,value:r,timezone:i,onError:o}=e,a=XC(),s=eU.useRef(n.valueManager.defaultErrorState),l=n({adapter:a,value:r,timezone:i,props:t}),u=n.valueManager.hasError(l);return eU.useEffect(()=>{o&&!n.valueManager.isSameError(l,s.current)&&o(l,r),s.current=l},[n,o,l,r]),{validationError:l,hasValidationError:u,getValidationErrorForNewValue:(0,tT.Z)(e=>n({adapter:a,value:e,timezone:i,props:t}))}}let eeb=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)))},eew=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)},eeS=e=>{let{action:t,closeOnSelect:n}=e;return"setValueFromAction"===t.name||("setValueFromView"===t.name?"finish"===t.selectionState&&n:"setValueFromShortcut"===t.name&&"accept"===t.changeImportance)},ee_=({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:h}=e,{current:d}=eU.useRef(l),{current:p}=eU.useRef(void 0!==s),[f,g]=eU.useState(c),m=Xk(),v=XC(),{isOpen:y,setIsOpen:x}=eey(e),{timezone:b,value:w,handleValueChange:S}=Qc({timezone:c,value:s,defaultValue:d,referenceDate:h,onChange:a,valueManager:t}),[_,C]=eU.useState(()=>{let e;return{draft:e=void 0!==w?w:void 0!==d?d:t.emptyValue,lastPublishedValue:e,lastCommittedValue:e,lastControlledValue:s,hasBeenModifiedSinceMount:!1}}),k=t.getTimezone(m,_.draft);f!==c&&(g(c),c&&k&&c!==k&&C(e=>(0,BT.Z)({},e,{draft:t.setTimezone(m,c,e.draft)})));let{getValidationErrorForNewValue:M}=eex({props:e,validator:i,timezone:b,value:_.draft,onError:e.onError}),T=(0,tT.Z)(e=>{let n={action:e,dateState:_,hasChanged:n=>!t.areValuesEqual(m,e.value,n),isControlled:p,closeOnSelect:u},r=eeb(n),i=eew(n),a=eeS(n);C(t=>(0,BT.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:M(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(_.lastControlledValue!==s){let e=t.areValuesEqual(m,_.draft,w);C(t=>(0,BT.Z)({},t,{lastControlledValue:s},e?{}:{lastCommittedValue:w,lastPublishedValue:w,draft:w,hasBeenModifiedSinceMount:!0}))}let D=(0,tT.Z)(()=>{T({value:t.emptyValue,name:"setValueFromAction",pickerAction:"clear"})}),A=(0,tT.Z)(()=>{T({value:_.lastPublishedValue,name:"setValueFromAction",pickerAction:"accept"})}),I=(0,tT.Z)(()=>{T({value:_.lastPublishedValue,name:"setValueFromAction",pickerAction:"dismiss"})}),P=(0,tT.Z)(()=>{T({value:_.lastCommittedValue,name:"setValueFromAction",pickerAction:"cancel"})}),O=(0,tT.Z)(()=>{T({value:t.getTodayValue(m,b,n),name:"setValueFromAction",pickerAction:"today"})}),R=(0,tT.Z)(e=>{e.preventDefault(),x(!0)}),E=(0,tT.Z)(e=>{e?.preventDefault(),x(!1)}),L=(0,tT.Z)((e,t="partial")=>T({name:"setValueFromView",value:e,selectionState:t})),B=(0,tT.Z)((e,t,n)=>T({name:"setValueFromShortcut",value:e,changeImportance:t,shortcut:n})),N=(0,tT.Z)((e,t)=>T({name:"setValueFromField",value:e,context:t})),Z={onClear:D,onAccept:A,onDismiss:I,onCancel:P,onSetToday:O,onOpen:R,onClose:E},F={value:_.draft,onChange:N},z=eU.useMemo(()=>t.cleanValue(m,_.draft),[m,t,_.draft]),V=(0,BT.Z)({},Z,{value:z,onChange:L,onSelectShortcut:B,isValid:n=>{let r=i({adapter:v,value:n,timezone:b,props:e});return!t.hasError(r)}}),j=eU.useMemo(()=>({onOpen:R,onClose:E,open:y}),[y,E,R]);return{open:y,fieldProps:F,viewProps:{value:z,onChange:L,onClose:E,open:y},layoutProps:V,actions:Z,contextValue:j}},eeC=["className","sx"],eek=({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:h,onViewChange:d,viewRenderers:p,timezone:f}=e,g=(0,BD.Z)(e,eeC),{view:m,setView:v,defaultView:y,focusedView:x,setFocusedView:b,setValueAndGoToNextView:w}=KL({view:u,views:c,openTo:h,onChange:a,onViewChange:d,autoFocus:r}),{hasUIView:S,viewModeLookup:_}=eU.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]),C=eU.useMemo(()=>c.reduce((e,t)=>null!=p[t]&&Ku(t)?e+1:e,0),[p,c]),k=_[m],M=(0,tT.Z)(()=>"UI"===k),[T,D]=eU.useState("UI"===k?m:null);return T!==m&&"UI"===_[m]&&D(m),(0,tD.Z)(()=>{"field"===k&&s&&(l(),setTimeout(()=>{o?.current?.setSelectedSections(m),o?.current?.focusField(m)}))},[m]),(0,tD.Z)(()=>{if(!s)return;let e=m;"field"===k&&null!=T&&(e=T),e!==y&&"UI"===_[e]&&"UI"===_[y]&&(e=y),e!==m&&v(e),b(e,!0)},[s]),{hasUIView:S,shouldRestoreFocus:M,layoutProps:{views:c,view:T,onViewChange:v},renderCurrentView:()=>{if(null==T)return null;let e=p[T];if(null==e)return null;let r=(0,BT.Z)({},g,n,t,{views:c,timezone:f,onChange:w,view:T,onViewChange:v,focusedView:x,onFocusedViewChange:b,showViewSwitcher:C>1,timeViewsCount:C});return i?i(p,T,r):e(r)}}},eeM=(e=document)=>{let t=e.activeElement;return t?t.shadowRoot?eeM(t.shadowRoot):t:null};function eeT(){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"}let eeD=(e,t)=>{var n;let[r,i]=eU.useState(eeT);return(0,tD.Z)(()=>{let e=()=>{i(eeT())};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)},eeA=({props:e,propsFromPickerValue:t,propsFromPickerViews:n,wrapperVariant:r})=>{let{orientation:i}=e,o=eeD(n.views,i),a=(0,nP.V)();return{layoutProps:(0,BT.Z)({},n,t,{isLandscape:o,isRtl:a,wrapperVariant:r,disabled:e.disabled,readOnly:e.readOnly})}},eeI=({props:e,valueManager:t,valueType:n,wrapperVariant:r,additionalViewProps:i,validator:o,autoFocusView:a,rendererInterceptor:s,fieldRef:l})=>{let u=ee_({props:e,valueManager:t,valueType:n,wrapperVariant:r,validator:o}),c=eek({props:e,additionalViewProps:i,autoFocusView:a,fieldRef:l,propsFromPickerValue:u.viewProps,rendererInterceptor:s}),h=eeA({props:e,wrapperVariant:r,propsFromPickerValue:u.layoutProps,propsFromPickerViews:c.layoutProps}),d=function(e){let{props:t,pickerValueResponse:n}=e;return eU.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:h.layoutProps,contextValue:u.contextValue,ownerState:d}};function eeP(e){return(0,e8.ZP)("MuiPickersLayout",e)}let eeO=(0,e4.Z)("MuiPickersLayout",["root","landscape","contentWrapper","toolbar","actionBar","tabs","shortcuts"]),eeR=["onAccept","onClear","onCancel","onSetToday","actions"];function eeE(e){let{onAccept:t,onClear:n,onCancel:r,onSetToday:i,actions:o}=e,a=(0,BD.Z)(e,eeR),s=XG();if(null==o||0===o.length)return null;let l=o?.map(e=>{switch(e){case"clear":return eq.jsx(ty,{onClick:n,children:s.clearButtonLabel},e);case"cancel":return eq.jsx(ty,{onClick:r,children:s.cancelButtonLabel},e);case"accept":return eq.jsx(ty,{onClick:t,children:s.okButtonLabel},e);case"today":return eq.jsx(ty,{onClick:i,children:s.todayButtonLabel},e);default:return null}});return(0,eq.jsx)(ht,(0,BT.Z)({},a,{children:l}))}var eeL=n(2259);let eeB=["items","changeImportance","isLandscape","onChange","isValid"],eeN=["getValue"];function eeZ(e){let{items:t,changeImportance:n="accept",onChange:r,isValid:i}=e,o=(0,BD.Z)(e,eeB);if(null==t||0===t.length)return null;let a=t.map(e=>{let{getValue:t}=e,o=(0,BD.Z)(e,eeN),a=t({isValid:i});return(0,BT.Z)({},o,{label:o.label,onClick:()=>{r(a,n,o)},disabled:!i(a)})});return(0,eq.jsx)(nR.Z,(0,BT.Z)({dense:!0,sx:[{maxHeight:336,maxWidth:200,overflow:"auto"},...Array.isArray(o.sx)?o.sx:[o.sx]]},o,{children:a.map(e=>(0,eq.jsx)(eeL.ZP,{children:(0,eq.jsx)(d4,(0,BT.Z)({},e))},e.id??e.label))}))}let eeF=e=>{let{classes:t,isLandscape:n}=e;return(0,eK.Z)({root:["root",n&&"landscape"],contentWrapper:["contentWrapper"],toolbar:["toolbar"],actionBar:["actionBar"],tabs:["tabs"],landscape:["landscape"],shortcuts:["shortcuts"]},eeP,t)},eez=e=>{let{wrapperVariant:t,onAccept:n,onClear:r,onCancel:i,onSetToday:o,view:a,views:s,onViewChange:l,value:u,onChange:c,onSelectShortcut:h,isValid:d,isLandscape:p,disabled:f,readOnly:g,children:m,slots:v,slotProps:y}=e,x=eeF(e),b=v?.actionBar??eeE,w=(0,nO.Z)({elementType:b,externalSlotProps:y?.actionBar,additionalProps:{onAccept:n,onClear:r,onCancel:i,onSetToday:o,actions:"desktop"===t?[]:["cancel","accept"]},className:x.actionBar,ownerState:(0,BT.Z)({},e,{wrapperVariant:t})}),S=(0,eq.jsx)(b,(0,BT.Z)({},w)),_=v?.toolbar,C=(0,nO.Z)({elementType:_,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,BT.Z)({},e,{wrapperVariant:t})}),k=null!==C.view&&_?(0,eq.jsx)(_,(0,BT.Z)({},C)):null,M=v?.tabs,T=a&&M?(0,eq.jsx)(M,(0,BT.Z)({view:a,onViewChange:l,className:x.tabs},y?.tabs)):null,D=v?.shortcuts??eeZ,A=(0,nO.Z)({elementType:D,externalSlotProps:y?.shortcuts,additionalProps:{isValid:d,isLandscape:p,onChange:h},className:x.shortcuts,ownerState:{isValid:d,isLandscape:p,onChange:h,wrapperVariant:t}});return{toolbar:k,content:m,tabs:T,actionBar:S,shortcuts:a&&D?(0,eq.jsx)(D,(0,BT.Z)({},A)):null}},eeV=e=>{let{isLandscape:t,classes:n}=e;return(0,eK.Z)({root:["root",t&&"landscape"],contentWrapper:["contentWrapper"]},eeP,n)},eej=(0,e1.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",[`& .${eeO.actionBar}`]:{gridColumn:"1 / 4",gridRow:3},variants:[{props:{isLandscape:!0},style:{[`& .${eeO.toolbar}`]:{gridColumn:1,gridRow:"2 / 3"},[`.${eeO.shortcuts}`]:{gridColumn:"2 / 4",gridRow:1}}},{props:{isLandscape:!0,isRtl:!0},style:{[`& .${eeO.toolbar}`]:{gridColumn:3}}},{props:{isLandscape:!1},style:{[`& .${eeO.toolbar}`]:{gridColumn:"2 / 4",gridRow:1},[`& .${eeO.shortcuts}`]:{gridColumn:1,gridRow:"2 / 3"}}},{props:{isLandscape:!1,isRtl:!0},style:{[`& .${eeO.shortcuts}`]:{gridColumn:3}}}]}),ee$=(0,e1.ZP)("div",{name:"MuiPickersLayout",slot:"ContentWrapper",overridesResolver:(e,t)=>t.contentWrapper})({gridColumn:2,gridRow:2,display:"flex",flexDirection:"column"}),eeH=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersLayout"}),{toolbar:r,content:i,tabs:o,actionBar:a,shortcuts:s}=eez(n),{sx:l,className:u,isLandscape:c,wrapperVariant:h}=n,d=eeV(n);return(0,eq.jsxs)(eej,{ref:t,sx:l,className:(0,eX.Z)(d.root,u),ownerState:n,children:[c?s:r,c?r:s,(0,eq.jsx)(ee$,{className:d.contentWrapper,children:"desktop"===h?(0,eq.jsxs)(eU.Fragment,{children:[i,o]}):(0,eq.jsxs)(eU.Fragment,{children:[o,i]})}),a]})}),eeW=["props","ref"],eeG=(0,e1.ZP)(eeH)(({theme:e})=>({overflow:"hidden",minWidth:320,backgroundColor:(e.vars||e).palette.background.paper})),eeq=e=>{let{props:t,ref:n}=e,r=(0,BD.Z)(e,eeW),{localeText:i,slots:o,slotProps:a,className:s,sx:l,displayStaticWrapperAs:u,autoFocus:c}=t,{layoutProps:h,renderCurrentView:d}=eeI((0,BT.Z)({},r,{props:t,autoFocusView:c??!1,additionalViewProps:{},wrapperVariant:u})),p=o?.layout??eeG;return{renderPicker:()=>(0,eq.jsx)(Xb,{localeText:i,children:(0,eq.jsx)(p,(0,BT.Z)({},h,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,eX.Z)(s,a?.layout?.className),ref:n,children:d()}))})}},eeU=({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,h=e.utils.date(void 0,n),d=Kf(l,e.utils);switch(!0){case!e.utils.isValid(t):return"invalidDate";case!!(i&&d(i,t)):return"minTime";case!!(o&&d(t,o)):return"maxTime";case!!(c&&e.utils.isAfter(t,h)):return"disableFuture";case!!(u&&e.utils.isBefore(t,h)):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}};eeU.valueManager=QH;let eeY=({adapter:e,value:t,timezone:n,props:r})=>{let i=Q0({adapter:e,value:t,timezone:n,props:r});return null!==i?i:eeU({adapter:e,value:t,timezone:n,props:r})};eeY.valueManager=QH;let eeX=eU.forwardRef(function(e,t){let n=function(e,t){let n=Xk(),r=XM(),i=Xv({props:e,name:t}),o=i.ampm??n.is12HourCycleInCurrentLocale(),a=eU.useMemo(()=>i.localeText?.toolbarTitle==null?i.localeText:(0,BT.Z)({},i.localeText,{dateTimePickerToolbarTitle:i.localeText.toolbarTitle}),[i.localeText]);return(0,BT.Z)({},i,Kk({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:XI(n,i.minDateTime??i.minDate,r.minDate),maxDate:XI(n,i.maxDateTime??i.maxDate,r.maxDate),minTime:i.minDateTime??i.minTime,maxTime:i.maxDateTime??i.maxTime,slots:(0,BT.Z)({toolbar:KC,tabs:XQ},i.slots),slotProps:(0,BT.Z)({},i.slotProps,{toolbar:(0,BT.Z)({ampm:o},i.slotProps?.toolbar)})})}(e,"MuiStaticDateTimePicker"),r=n.displayStaticWrapperAs??"mobile",i=n.ampmInClock??"desktop"===r,o=(0,BT.Z)({day:eev,month:eev,year:eev,hours:QJ,minutes:QJ,seconds:QJ},n.viewRenderers),{renderPicker:a}=eeq({props:(0,BT.Z)({},n,{viewRenderers:o,displayStaticWrapperAs:r,ampmInClock:i,yearsPerRow:n.yearsPerRow??("mobile"===r?3:4),slotProps:(0,BT.Z)({},n.slotProps,{tabs:(0,BT.Z)({hidden:"desktop"===r},n.slotProps?.tabs),toolbar:(0,BT.Z)({hidden:"desktop"===r,ampmInClock:i},n.slotProps?.toolbar)})}),valueManager:QH,valueType:"date-time",validator:eeY,ref:t});return a()});eeX.propTypes={ampm:XS().bool,ampmInClock:XS().bool,autoFocus:XS().bool,className:XS().string,dayOfWeekFormatter:XS().func,defaultValue:XS().object,disabled:XS().bool,disableFuture:XS().bool,disableHighlightToday:XS().bool,disableIgnoringDatePartForTimeValidation:XS().bool,disablePast:XS().bool,displayStaticWrapperAs:XS().oneOf(["desktop","mobile"]),displayWeekNumber:XS().bool,fixedWeekNumber:XS().number,loading:XS().bool,localeText:XS().object,maxDate:XS().object,maxDateTime:XS().object,maxTime:XS().object,minDate:XS().object,minDateTime:XS().object,minTime:XS().object,minutesStep:XS().number,monthsPerRow:XS().oneOf([3,4]),onAccept:XS().func,onChange:XS().func,onClose:XS().func,onError:XS().func,onMonthChange:XS().func,onViewChange:XS().func,onYearChange:XS().func,openTo:XS().oneOf(["day","hours","minutes","month","seconds","year"]),orientation:XS().oneOf(["landscape","portrait"]),readOnly:XS().bool,reduceAnimations:XS().bool,referenceDate:XS().object,renderLoading:XS().func,shouldDisableDate:XS().func,shouldDisableMonth:XS().func,shouldDisableTime:XS().func,shouldDisableYear:XS().func,showDaysOutsideCurrentMonth:XS().bool,slotProps:XS().object,slots:XS().object,sx:XS().oneOfType([XS().arrayOf(XS().oneOfType([XS().func,XS().object,XS().bool])),XS().func,XS().object]),timezone:XS().string,value:XS().object,view:XS().oneOf(["day","hours","minutes","month","seconds","year"]),viewRenderers:XS().shape({day:XS().func,hours:XS().func,minutes:XS().func,month:XS().func,seconds:XS().func,year:XS().func}),views:XS().arrayOf(XS().oneOf(["day","hours","minutes","month","seconds","year"]).isRequired),yearsOrder:XS().oneOf(["asc","desc"]),yearsPerRow:XS().oneOf([3,4])};let eeK=({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},eeQ=({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},eeJ=(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}},ee0=({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=Qm(e,a),u=QP(e,l.contentType,l.type,a),c=n?u:"digit"===l.contentType,h=null!=t&&e.isValid(t),d=h?e.formatByString(t,a):"",p=null;if(c){if(u)p=""===d?e.formatByString(o,a).length:d.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,h&&(d=Q_(Qk(QS(d,i),p),i))}}return(0,BT.Z)({},l,{format:a,maxLength:p,value:d,placeholder:eeJ(e,r,l,a),hasLeadingZerosInFormat:u,hasLeadingZerosInInput:c,startSeparator:s,endSeparator:"",modified:!1})},ee1=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("|")})`),h=e=>r.find(t=>t.start<=e&&t.end>=e),d=0;for(;d<n.length;){let t=h(d),r=null!=t,s=l.exec(n.slice(d))?.[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(ee0((0,BT.Z)({},e,{now:i,token:n,startSeparator:a}))),a=""}d+=s.length}else{let e=n[d];r&&t?.start===d||t?.end===d||(0===o.length?a+=e:o[o.length-1].endSeparator+=e),d+=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},ee2=({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}),ee5=e=>{let t=eeK(e);e.isRtl&&e.enableAccessibleFieldDOMStructure&&(t=t.split(" ").reverse().join(" "));let n=eeQ((0,BT.Z)({},e,{expandedFormat:t})),r=ee1((0,BT.Z)({},e,{expandedFormat:t,escapedParts:n}));return ee2((0,BT.Z)({},e,{sections:r}))},ee3=e=>{let t=Xk(),n=XG(),r=XC(),i=(0,nP.V)(),{valueManager:o,fieldValueManager:a,valueType:s,validator:l,internalProps:u,internalProps:{value:c,defaultValue:h,referenceDate:d,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:_}=Qc({timezone:x,value:c,defaultValue:h,referenceDate:d,onChange:p,valueManager:o}),C=eU.useMemo(()=>Qw(t),[t]),k=eU.useMemo(()=>QR(t,C,w),[t,C,w]),M=eU.useCallback((e,r=null)=>a.getSectionsFromValue(t,e,r,e=>ee5({utils:t,localeText:n,localizedDigits:C,format:f,date:e,formatDensity:g,shouldRespectLeadingZeros:y,enableAccessibleFieldDOMStructure:b,isRtl:i})),[a,f,n,C,i,y,t,g,b]),[T,D]=eU.useState(()=>{let e=M(S);QE(e,s);let n={sections:e,value:S,referenceValue:o.emptyValue,tempValueStrAndroid:null},r=Qp(e),i=o.getInitialReferenceValue({referenceDate:d,value:S,utils:t,props:u,granularity:r,timezone:w});return(0,BT.Z)({},n,{referenceValue:i})}),[A,I]=(0,dF.Z)({controlled:m,default:null,name:"useField",state:"selectedSections"}),P=e=>{I(e),v?.(e)},O=eU.useMemo(()=>Qz(A,T.sections),[A,T.sections]),R="all"===O?0:O,E=({value:e,referenceValue:n,sections:i})=>{if(D(t=>(0,BT.Z)({},t,{sections:i,value:e,referenceValue:n,tempValueStrAndroid:null})),o.areValuesEqual(t,T.value,e))return;let a={validationError:l({adapter:r,value:e,timezone:w,props:u})};_(e,a)},L=(e,t)=>{let n=[...T.sections];return n[e]=(0,BT.Z)({},n[e],{value:t,modified:!0}),n};return eU.useEffect(()=>{let e=M(T.value);QE(e,s),D(t=>(0,BT.Z)({},t,{sections:e}))},[f,t.locale,i]),eU.useEffect(()=>{let e;o.areValuesEqual(t,T.value,S)&&o.getTimezone(t,T.value)===o.getTimezone(t,S)||D(e=>(0,BT.Z)({},e,{value:S,referenceValue:a.updateReferenceValue(t,S,e.referenceValue),sections:M(S)}))},[S]),{state:T,activeSectionIndex:R,parsedSelectedSections:O,setSelectedSections:P,clearValue:()=>{E({value:o.emptyValue,referenceValue:T.referenceValue,sections:M(o.emptyValue)})},clearActiveSection:()=>{if(null==R)return;let e=T.sections[R],n=a.getActiveDateManager(t,T,e),r=n.getSections(T.sections).filter(e=>""!==e.value).length===+(""!==e.value),i=L(R,""),o=r?null:t.getInvalidDate(),s=n.getNewValuesFromNewActiveDate(o);E((0,BT.Z)({},s,{sections:i}))},updateSectionValue:({activeSection:e,newSectionValue:n,shouldGoToNextSection:r})=>{let i,o;r&&R<T.sections.length-1&&P(R+1);let s=a.getActiveDateManager(t,T,e),l=L(R,n),u=s.getSections(l),c=QO(t,u,C);if(null!=c&&t.isValid(c)){let e=QN(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,BT.Z)({},i,{sections:l})):D(e=>(0,BT.Z)({},e,i,{sections:l,tempValueStrAndroid:null}))},updateValueFromValueStr:e=>{let r=a.parseValueStr(e,T.referenceValue,(e,r)=>{let o=t.parse(e,f);if(null==o||!t.isValid(o))return null;let a=ee5({utils:t,localeText:n,localizedDigits:C,format:f,date:o,formatDensity:g,shouldRespectLeadingZeros:y,enableAccessibleFieldDOMStructure:b,isRtl:i});return QN(t,o,a,r,!1)}),o=a.updateReferenceValue(t,r,T.referenceValue);E({value:r,referenceValue:o,sections:M(r,T.sections)})},setTempAndroidValueStr:e=>D(t=>(0,BT.Z)({},t,{tempValueStrAndroid:e})),getSectionsFromValue:M,sectionsValueBoundaries:k,localizedDigits:C,timezone:w}},ee4=e=>null!=e.saveQuery,ee8=({sections:e,updateSectionValue:t,sectionsValueBoundaries:n,localizedDigits:r,setTempAndroidValueStr:i,timezone:o})=>{let a=Xk(),[s,l]=eU.useState(null),u=(0,tT.Z)(()=>l(null));eU.useEffect(()=>{null!=s&&e[s.sectionIndex]?.type!==s.sectionType&&u()},[e,s,u]),eU.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(!ee4(t))return l({sectionIndex:n,value:e,sectionType:a.type}),t}let c=r(o,a);return ee4(c)&&!c.saveQuery?(u(),null):(l({sectionIndex:n,value:o,sectionType:a.type}),ee4(c))?null:c},h=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=>Qx(a,o,n.type,e);if("letter"===n.contentType)return t(n.format,s(n.format),e);if(r&&null!=i&&"letter"===Qm(a,r).contentType){let n=s(r),o=t(r,n,e);return ee4(o)?{saveQuery:!1}:(0,BT.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=>QA(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}}})},d=e=>{let t=(e,t)=>{let i=QS(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:QM(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=QP(a,"digit","month","MM"),i=t(e,{type:n.type,format:"MM",hasLeadingZerosInFormat:r,hasLeadingZerosInInput:!0,contentType:"digit",maxLength:2});if(ee4(i))return i;let o=QA(a,i.sectionValue,"MM",n.format);return(0,BT.Z)({},i,{sectionValue:o})}if("weekDay"===n.type){let r=t(e,n);if(ee4(r))return r;let i=Qy(a,n.format)[Number(r.sectionValue)-1];return(0,BT.Z)({},r,{sectionValue:i})}return{saveQuery:!1}},e=>QC(e,r))};return{applyCharacterEditing:(0,tT.Z)(n=>{let o=e[n.sectionIndex],a=QC(n.keyPressed,r)?d((0,BT.Z)({},n,{keyPressed:Q_(n.keyPressed,r)})):h(n);if(null==a){i(null);return}t({activeSection:o,newSectionValue:a.sectionValue,shouldGoToNextSection:a.shouldGoToNextSection})}),resetCharacterQuery:u}},ee6=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:h,applyCharacterEditing:d,resetCharacterQuery:p,setSelectedSections:f,parsedSelectedSections:g,state:m,clearActiveSection:v,clearValue:y,updateSectionValue:x,updateValueFromValueStr:b,sectionOrder:w,areAllSectionsEmpty:S,sectionsValueBoundaries:_}=e,C=eU.useRef(null),k=(0,tk.Z)(r,C),M=XG(),T=Xk(),D=(0,tS.Z)(),[A,I]=eU.useState(!1),P=eU.useMemo(()=>({syncSelectionToDOM:()=>{let e;if(!C.current)return;let t=document.getSelection();if(!t)return;if(null==g){t.rangeCount>0&&C.current.getRoot().contains(t.getRangeAt(0).startContainer)&&t.removeAllRanges(),A&&C.current.getRoot().blur();return}if(!C.current.getRoot().contains(eeM(document)))return;let n=new window.Range;e="all"===g?C.current.getRoot():"empty"===m.sections[g].type?C.current.getSectionContainer(g):C.current.getSectionContent(g),n.selectNodeContents(e),e.focus(),t.removeAllRanges(),t.addRange(n)},getActiveSectionIndexFromDOM:()=>{let e=eeM(document);return e&&C.current&&C.current.getRoot().contains(e)?C.current.getSectionIndexFromDOMElement(e):null},focusField:(e=0)=>{if(!C.current||null!=P.getActiveSectionIndexFromDOM())return;let t=Qz(e,m.sections);I(!0),C.current.getSectionContent(t).focus()},setSelectedSections:e=>{if(!C.current)return;let t=Qz(e,m.sections);I(null!==("all"===t?0:t)),f(e)},isFieldFocused:()=>{let e=eeM(document);return!!C.current&&C.current.getRoot().contains(e)}}),[g,f,m.sections,A]),O=(0,tT.Z)(e=>{if(!C.current)return;let t=m.sections[e];C.current.getSectionContent(e).innerHTML=t.value||t.placeholder,P.syncSelectionToDOM()}),R=(0,tT.Z)((e,...t)=>{!e.isDefaultPrevented()&&C.current&&(I(!0),o?.(e,...t),"all"===g?setTimeout(()=>{let e=document.getSelection().getRangeAt(0).startOffset;if(0===e){f(w.startIndex);return}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)}):A?C.current.getRoot().contains(e.target)||f(w.startIndex):(I(!0),f(w.startIndex)))}),E=(0,tT.Z)(e=>{if(s?.(e),!C.current||"all"!==g)return;let t=e.target.textContent??"";C.current.getRoot().innerHTML=m.sections.map(e=>`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`).join(""),P.syncSelectionToDOM(),0===t.length||10===t.charCodeAt(0)?(p(),y(),f("all")):t.length>1?b(t):("all"===g&&f(0),d({keyPressed:t,sectionIndex:0}))}),L=(0,tT.Z)(e=>{if(l?.(e),n||"all"!==g){e.preventDefault();return}let t=e.clipboardData.getData("text");e.preventDefault(),p(),b(t)}),B=(0,tT.Z)((...e)=>{a?.(...e),!A&&C.current&&(I(!0),null==C.current.getSectionIndexFromDOMElement(eeM(document))&&f(w.startIndex))}),N=(0,tT.Z)((...e)=>{i?.(...e),setTimeout(()=>{if(!C.current)return;let e=eeM(document);C.current.getRoot().contains(e)||(I(!1),f(null))})}),Z=(0,tT.Z)(e=>t=>{!t.isDefaultPrevented()&&f(e)}),F=(0,tT.Z)(e=>{e.preventDefault()}),z=(0,tT.Z)(e=>()=>{f(e)}),V=(0,tT.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))}),j=(0,tT.Z)(e=>{e.preventDefault(),e.dataTransfer.dropEffect="none"}),$=(0,tT.Z)(e=>{if(!C.current)return;let t=e.target,r=t.textContent??"",i=C.current.getSectionIndexFromDOMElement(t),o=m.sections[i];if(n||!C.current){O(i);return}if(0===r.length){if(""===o.value){O(i);return}let t=e.nativeEvent.inputType;if("insertParagraph"===t||"insertLineBreak"===t){O(i);return}p(),v();return}d({keyPressed:r,sectionIndex:i}),O(i)});(0,tD.Z)(()=>{if(A&&C.current){if("all"===g)C.current.getRoot().focus();else if("number"==typeof g){let e=C.current.getSectionContent(g);e&&e.focus()}}},[g,A]);let H=eU.useMemo(()=>m.sections.reduce((e,t)=>(e[t.type]=_[t.type]({currentDate:null,contentType:t.contentType,format:t.format}),e),{}),[_,m.sections]),W="all"===g,G=eU.useMemo(()=>m.sections.map((e,r)=>{let i=!W&&!t&&!n;return{container:{"data-sectionindex":r,onClick:Z(r)},content:{tabIndex:W||r>0?-1:0,contentEditable:!W&&!t&&!n,role:"spinbutton",id:`${D}-${e.type}`,"aria-labelledby":`${D}-${e.type}`,"aria-readonly":n,"aria-valuenow":Qj(e,T),"aria-valuemin":H[e.type].minimum,"aria-valuemax":H[e.type].maximum,"aria-valuetext":e.value?QV(e,T):M.empty,"aria-label":M[e.type],"aria-disabled":t,spellCheck:!i&&void 0,autoCapitalize:i?"off":void 0,autoCorrect:i?"off":void 0,[parseInt(eU.version,10)>=17?"enterKeyHint":"enterkeyhint"]:i?"next":void 0,children:e.value||e.placeholder,onInput:$,onPaste:V,onFocus:z(r),onDragOver:j,onMouseUp:F,inputMode:"letter"===e.contentType?"text":"numeric"},before:{children:e.startSeparator},after:{children:e.endSeparator}}}),[m.sections,z,V,j,$,Z,F,t,n,W,M,T,H,D]),q=(0,tT.Z)(e=>{b(e.target.value)}),U=eU.useMemo(()=>S?"":h.getV7HiddenInputValueFromSections(m.sections),[S,m.sections,h]);return eU.useEffect(()=>{if(null==C.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&&C.current&&C.current.getSectionContent(w.startIndex).focus()},[]),{interactions:P,returnedValue:{autoFocus:c,readOnly:n,focused:u??A,sectionListRef:k,onBlur:N,onClick:R,onFocus:B,onInput:E,onPaste:L,enableAccessibleFieldDOMStructure:!0,elements:G,tabIndex:0===g?-1:0,contentEditable:W,value:U,onChange:q,areAllSectionsEmpty:S}}},ee9=e=>e.replace(/[\u2066\u2067\u2068\u2069]/g,""),ee7=(e,t,n)=>{let r=0,i=+!!n,o=[];for(let a=0;a<e.length;a+=1){let s=e[a],l=QD(s,n?"input-rtl":"input-ltr",t),u=`${s.startSeparator}${l}${s.endSeparator}`,c=ee9(u).length,h=u.length,d=ee9(l),p=i+(""===d?0:l.indexOf(d[0]))+s.startSeparator.length,f=p+d.length;o.push((0,BT.Z)({},s,{start:r,end:r+c,startInInput:p,endInInput:f})),r+=c,i+=h}return o},ete=e=>{let t=(0,nP.V)(),n=eU.useRef(void 0),r=eU.useRef(void 0),{forwardedProps:{onFocus:i,onClick:o,onPaste:a,onBlur:s,inputRef:l,placeholder:u},internalProps:{readOnly:c=!1,disabled:h=!1},parsedSelectedSections:d,activeSectionIndex:p,state:f,fieldValueManager:g,valueManager:m,applyCharacterEditing:v,resetCharacterQuery:y,updateSectionValue:x,updateValueFromValueStr:b,clearActiveSection:w,clearValue:S,setTempAndroidValueStr:_,setSelectedSections:C,getSectionsFromValue:k,areAllSectionsEmpty:M,localizedDigits:T}=e,D=eU.useRef(null),A=(0,tk.Z)(l,D),I=eU.useMemo(()=>ee7(f.sections,T,t),[f.sections,T,t]),P=eU.useMemo(()=>({syncSelectionToDOM:()=>{if(!D.current)return;if(null==d){D.current.scrollLeft&&(D.current.scrollLeft=0);return}if(D.current!==eeM(document))return;let e=D.current.scrollTop;if("all"===d)D.current.select();else{let e=I[d],t="empty"===e.type?e.startInInput-e.startSeparator.length:e.startInInput,n="empty"===e.type?e.endInInput+e.endSeparator.length:e.endInInput;(t!==D.current.selectionStart||n!==D.current.selectionEnd)&&D.current===eeM(document)&&D.current.setSelectionRange(t,n),clearTimeout(r.current),r.current=setTimeout(()=>{D.current&&D.current===eeM(document)&&D.current.selectionStart===D.current.selectionEnd&&(D.current.selectionStart!==t||D.current.selectionEnd!==n)&&P.syncSelectionToDOM()})}D.current.scrollTop=e},getActiveSectionIndexFromDOM:()=>{let e=D.current.selectionStart??0,t=D.current.selectionEnd??0;if(0===e&&0===t)return null;let n=e<=I[0].startInInput?1:I.findIndex(t=>t.startInInput-t.startSeparator.length>e);return -1===n?I.length-1:n-1},focusField:(e=0)=>{eeM(document)!==D.current&&(D.current?.focus(),C(e))},setSelectedSections:e=>C(e),isFieldFocused:()=>D.current===eeM(document)}),[D,d,I,C]),O=()=>{let e;let t=D.current.selectionStart??0;C(-1===(e=t<=I[0].startInInput?1:t>=I[I.length-1].endInInput?1:I.findIndex(e=>e.startInInput-e.startSeparator.length>t))?I.length-1:e-1)},R=(0,tT.Z)((...e)=>{i?.(...e);let t=D.current;clearTimeout(n.current),n.current=setTimeout(()=>{t&&t===D.current&&null==p&&(t.value.length&&Number(t.selectionEnd)-Number(t.selectionStart)===t.value.length?C("all"):O())})}),E=(0,tT.Z)((e,...t)=>{!e.isDefaultPrevented()&&(o?.(e,...t),O())}),L=(0,tT.Z)(e=>{if(a?.(e),e.preventDefault(),c||h)return;let t=e.clipboardData.getData("text");if("number"==typeof d){let e=f.sections[d],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)}),B=(0,tT.Z)((...e)=>{s?.(...e),C(null)}),N=(0,tT.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=ee9(a);if("all"===d&&C(p),null==p||o){b(o?i:s);return}if("all"===d&&1===s.length)n=s;else{let e=ee9(g.getV6InputValueFromSections(I,T,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=I[p];if(r<o.start||e.length-i-1>o.end)return;let a=s.length-e.length+o.end-ee9(o.endSeparator||"").length;n=s.slice(o.start+ee9(o.startSeparator||"").length,a)}if(0===n.length){QZ()&&_(a),y(),w();return}v({keyPressed:n,sectionIndex:p})}),Z=eU.useMemo(()=>void 0!==u?u:g.getV6InputValueFromSections(k(m.emptyValue),T,t),[u,g,k,m.emptyValue,T,t]),F=eU.useMemo(()=>f.tempValueStrAndroid??g.getV6InputValueFromSections(f.sections,T,t),[f.sections,g,f.tempValueStrAndroid,T,t]);eU.useEffect(()=>(D.current&&D.current===eeM(document)&&C("all"),()=>{clearTimeout(n.current),clearTimeout(r.current)}),[]);let z=eU.useMemo(()=>null==p||"letter"===f.sections[p].contentType?"text":"numeric",[p,f.sections]);return{interactions:P,returnedValue:{readOnly:c,onBlur:B,onClick:E,onFocus:R,onPaste:L,inputRef:A,enableAccessibleFieldDOMStructure:!1,placeholder:Z,inputMode:z,autoComplete:"off",value:!(D.current&&D.current===eeM(document))&&M?"":F,onChange:N}}},ett=e=>{let t=Xk(),{internalProps:n,internalProps:{unstableFieldRef:r,minutesStep:i,enableAccessibleFieldDOMStructure:o=!1,disabled:a=!1,readOnly:s=!1},forwardedProps:{onKeyDown:l,error:u,clearable:c,onClear:h},fieldValueManager:d,valueManager:p,validator:f}=e,g=(0,nP.V)(),m=ee3(e),{state:v,activeSectionIndex:y,parsedSelectedSections:x,setSelectedSections:b,clearValue:w,clearActiveSection:S,updateSectionValue:_,setTempAndroidValueStr:C,sectionsValueBoundaries:k,localizedDigits:M,timezone:T}=m,D=ee8({sections:v.sections,updateSectionValue:_,sectionsValueBoundaries:k,localizedDigits:M,setTempAndroidValueStr:C,timezone:T}),{resetCharacterQuery:A}=D,I=p.areValuesEqual(t,v.value,p.emptyValue),P=o?ee6:ete,O=eU.useMemo(()=>QF(v.sections,g&&!o),[v.sections,g,o]),{returnedValue:R,interactions:E}=P((0,BT.Z)({},e,m,D,{areAllSectionsEmpty:I,sectionOrder:O})),L=(0,tT.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(O.startIndex);else if("all"===x)b(O.endIndex);else{let e=O.neighbors[x].rightIndex;null!==e&&b(e)}break;case"ArrowLeft"===e.key:if(e.preventDefault(),null==x)b(O.endIndex);else if("all"===x)b(O.startIndex);else{let e=O.neighbors[x].leftIndex;null!==e&&b(e)}break;case"Delete"===e.key:if(e.preventDefault(),s)break;null==x||"all"===x?w():S(),A();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=d.getActiveDateManager(t,v,n),o=QT(t,T,n,e.key,k,M,r.date,{minutesStep:i});_({activeSection:n,newSectionValue:o,shouldGoToNextSection:!1})}}});(0,tD.Z)(()=>{E.syncSelectionToDOM()});let{hasValidationError:B}=eex({props:n,validator:f,timezone:T,value:v.value,onError:n.onError}),N=eU.useMemo(()=>void 0!==u?u:B,[B,u]);eU.useEffect(()=>{N||null!=y||A()},[v.referenceValue,y,N]),eU.useEffect(()=>{null!=v.tempValueStrAndroid&&null!=y&&(A(),S())},[v.sections]),eU.useImperativeHandle(r,()=>({getSections:()=>v.sections,getActiveSectionIndex:E.getActiveSectionIndexFromDOM,setSelectedSections:E.setSelectedSections,focusField:E.focusField,isFieldFocused:E.isFieldFocused}));let Z={onKeyDown:L,onClear:(0,tT.Z)((e,...t)=>{e.preventDefault(),h?.(e,...t),w(),E.isFieldFocused()?b(O.startIndex):E.focusField(0)}),error:N,clearable:!!(c&&!I&&!s&&!a)};return(0,BT.Z)({},e.forwardedProps,Z,{disabled:a,readOnly:s},R)},etn=["disablePast","disableFuture","minDate","maxDate","shouldDisableDate","shouldDisableMonth","shouldDisableYear"],etr=["disablePast","disableFuture","minTime","maxTime","shouldDisableTime","minutesStep","ampm","disableIgnoringDatePartForTimeValidation"],eti=["minDateTime","maxDateTime"];[...etn,...etr,...eti];let eto=["value","defaultValue","referenceDate","format","formatDensity","onChange","timezone","onError","shouldRespectLeadingZeros","selectedSections","onSelectedSectionsChange","unstableFieldRef","enableAccessibleFieldDOMStructure","disabled","readOnly","dateSeparator"],eta=(e,t)=>eU.useMemo(()=>{let n=(0,BT.Z)({},e),r={},i=e=>{n.hasOwnProperty(e)&&(r[e]=n[e],delete n[e])};return eto.forEach(i),"date"===t?etn.forEach(i):"time"===t?etr.forEach(i):"date-time"===t&&(etn.forEach(i),etr.forEach(i),eti.forEach(i)),{forwardedProps:n,internalProps:r}},[e,t]),ets=e=>{let t=Xk(),n=XM(),r=e.ampm??t.is12HourCycleInCurrentLocale()?t.formats.keyboardDateTime12h:t.formats.keyboardDateTime24h;return(0,BT.Z)({},e,{disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1,format:e.format??r,disableIgnoringDatePartForTimeValidation:!!(e.minDateTime||e.maxDateTime),minDate:XI(t,e.minDateTime??e.minDate,n.minDate),maxDate:XI(t,e.maxDateTime??e.maxDate,n.maxDate),minTime:e.minDateTime??e.minTime,maxTime:e.maxDateTime??e.maxTime})},etl=e=>{let{forwardedProps:t,internalProps:n}=eta(ets(e),"date-time");return ett({forwardedProps:t,internalProps:n,valueManager:QH,fieldValueManager:QW,validator:eeY,valueType:"date-time"})};function etu(e){return(0,e8.ZP)("MuiInputAdornment",e)}let etc=(0,e4.Z)("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]),eth=e=>{let{classes:t,disablePointerEvents:n,hiddenLabel:r,position:i,size:o,variant:a}=e,s={root:["root",n&&"disablePointerEvents",i&&`position${(0,e0.Z)(i)}`,a,r&&"hiddenLabel",o&&`size${(0,e0.Z)(o)}`]};return(0,eK.Z)(s,etu,t)},etd=(0,e1.ZP)("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`position${(0,e0.Z)(n.position)}`],!0===n.disablePointerEvents&&t.disablePointerEvents,t[n.variant]]}})((0,e2.Z)(({theme:e})=>({display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active,variants:[{props:{variant:"filled"},style:{[`&.${etc.positionStart}&:not(.${etc.hiddenLabel})`]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]}))),etp=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiInputAdornment"}),{children:r,className:i,component:o="div",disablePointerEvents:a=!1,disableTypography:s=!1,position:l,variant:u,...c}=n,h=tN()||{},d=u;u&&h.variant,h&&!d&&(d=h.variant);let p={...n,hiddenLabel:h.hiddenLabel,size:h.size,disablePointerEvents:a,position:l,variant:d},f=eth(p);return(0,eq.jsx)(tB.Provider,{value:null,children:(0,eq.jsx)(etd,{as:o,ownerState:p,className:(0,eX.Z)(f.root,i),ref:t,...c,children:"string"!=typeof r||s?(0,eq.jsxs)(eU.Fragment,{children:["start"===l?eW||(eW=(0,eq.jsx)("span",{className:"notranslate","aria-hidden":!0,children:"​"})):null,r]}):(0,eq.jsx)(uq.Z,{color:"textSecondary",children:r})})})}),etf=["clearable","onClear","InputProps","sx","slots","slotProps"],etg=["ownerState"],etm=e=>{let t=XG(),{clearable:n,onClear:r,InputProps:i,sx:o,slots:a,slotProps:s}=e,l=(0,BD.Z)(e,etf),u=a?.clearButton??tw.Z,c=(0,nO.Z)({elementType:u,externalSlotProps:s?.clearButton,ownerState:{},className:"clearButton",additionalProps:{title:t.fieldClearLabel}}),h=(0,BD.Z)(c,etg),d=a?.clearIcon??XW,p=(0,nO.Z)({elementType:d,externalSlotProps:s?.clearIcon,ownerState:{}});return(0,BT.Z)({},l,{InputProps:(0,BT.Z)({},i,{endAdornment:(0,eq.jsxs)(eU.Fragment,{children:[n&&(0,eq.jsx)(etp,{position:"end",sx:{marginRight:i?.endAdornment?-1:-1.5},children:(0,eq.jsx)(u,(0,BT.Z)({},h,{onClick:r,children:(0,eq.jsx)(d,(0,BT.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]]})};function etv(e){return(0,e8.ZP)("MuiPickersTextField",e)}function ety(e){return(0,e8.ZP)("MuiPickersInputBase",e)}(0,e4.Z)("MuiPickersTextField",["root","focused","disabled","error","required"]);let etx=(0,e4.Z)("MuiPickersInputBase",["root","focused","disabled","error","notchedOutline","sectionContent","sectionBefore","sectionAfter","adornedStart","adornedEnd","input"]);function etb(e){return(0,e8.ZP)("MuiPickersOutlinedInput",e)}let etw=(0,BT.Z)({},etx,(0,e4.Z)("MuiPickersOutlinedInput",["root","notchedOutline","input"])),etS=["children","className","label","notched","shrink"],et_=(0,e1.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}}),etC=(0,e1.ZP)("span")(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit"})),etk=(0,e1.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 etM(e){let{className:t,label:n}=e,r=(0,BD.Z)(e,etS),i=null!=n&&""!==n,o=(0,BT.Z)({},e,{withLabel:i});return(0,eq.jsx)(et_,(0,BT.Z)({"aria-hidden":!0,className:t},r,{ownerState:o,children:(0,eq.jsx)(etk,{ownerState:o,children:i?(0,eq.jsx)(etC,{children:n}):(0,eq.jsx)(etC,{className:"notranslate",children:"​"})})}))}var etT=n(3150);function etD(e){return(0,e8.ZP)("MuiPickersSectionList",e)}let etA=(0,e4.Z)("MuiPickersSectionList",["root","section","sectionContent"]),etI=["slots","slotProps","elements","sectionListRef"],etP=(0,e1.ZP)("div",{name:"MuiPickersSectionList",slot:"Root",overridesResolver:(e,t)=>t.root})({direction:"ltr /*! @noflip */",outline:"none"}),etO=(0,e1.ZP)("span",{name:"MuiPickersSectionList",slot:"Section",overridesResolver:(e,t)=>t.section})({}),etR=(0,e1.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionSeparator",overridesResolver:(e,t)=>t.sectionSeparator})({whiteSpace:"pre"}),etE=(0,e1.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionContent",overridesResolver:(e,t)=>t.sectionContent})({outline:"none"}),etL=e=>{let{classes:t}=e;return(0,eK.Z)({root:["root"],section:["section"],sectionContent:["sectionContent"]},etD,t)};function etB(e){let{slots:t,slotProps:n,element:r,classes:i}=e,o=t?.section??etO,a=(0,nO.Z)({elementType:o,externalSlotProps:n?.section,externalForwardedProps:r.container,className:i.section,ownerState:{}}),s=t?.sectionContent??etE,l=(0,nO.Z)({elementType:s,externalSlotProps:n?.sectionContent,externalForwardedProps:r.content,additionalProps:{suppressContentEditableWarning:!0},className:i.sectionContent,ownerState:{}}),u=t?.sectionSeparator??etR,c=(0,nO.Z)({elementType:u,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.before,ownerState:{position:"before"}}),h=(0,nO.Z)({elementType:u,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.after,ownerState:{position:"after"}});return(0,eq.jsxs)(o,(0,BT.Z)({},a,{children:[(0,eq.jsx)(u,(0,BT.Z)({},c)),(0,eq.jsx)(s,(0,BT.Z)({},l)),(0,eq.jsx)(u,(0,BT.Z)({},h))]}))}let etN=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersSectionList"}),{slots:r,slotProps:i,elements:o,sectionListRef:a}=n,s=(0,BD.Z)(n,etI),l=etL(n),u=eU.useRef(null),c=(0,tk.Z)(t,u),h=e=>{if(!u.current)throw Error(`MUI X: Cannot call sectionListRef.${e} before the mount of the component.`);return u.current};eU.useImperativeHandle(a,()=>({getRoot:()=>h("getRoot"),getSectionContainer:e=>h("getSectionContainer").querySelector(`.${etA.section}[data-sectionindex="${e}"]`),getSectionContent:e=>h("getSectionContent").querySelector(`.${etA.section}[data-sectionindex="${e}"] .${etA.sectionContent}`),getSectionIndexFromDOMElement(e){let t=h("getSectionIndexFromDOMElement");if(null==e||!t.contains(e))return null;let n=null;return(e.classList.contains(etA.section)?n=e:e.classList.contains(etA.sectionContent)&&(n=e.parentElement),null==n)?null:Number(n.dataset.sectionindex)}}));let d=r?.root??etP,p=(0,nO.Z)({elementType:d,externalSlotProps:i?.root,externalForwardedProps:s,additionalProps:{ref:c,suppressContentEditableWarning:!0},className:l.root,ownerState:{}});return(0,eq.jsx)(d,(0,BT.Z)({},p,{children:p.contentEditable?o.map(({content:e,before:t,after:n})=>`${t.children}${e.children}${n.children}`).join(""):(0,eq.jsx)(eU.Fragment,{children:o.map((e,t)=>(0,eq.jsx)(etB,{slots:r,slotProps:i,element:e,classes:l},t))})}))}),etZ=["elements","areAllSectionsEmpty","defaultValue","label","value","onChange","id","autoFocus","endAdornment","startAdornment","renderSuffix","slots","slotProps","contentEditable","tabIndex","onInput","onPaste","onKeyDown","fullWidth","name","readOnly","inputProps","inputRef","sectionListRef"],etF=e=>Math.round(1e5*e)/1e5,etz=(0,e1.ZP)("div",{name:"MuiPickersInputBase",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>(0,BT.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:`${etF(.15/16)}em`,variants:[{props:{fullWidth:!0},style:{width:"100%"}}]})),etV=(0,e1.ZP)(etP,{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}}]})),etj=(0,e1.ZP)(etO,{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"})),et$=(0,e1.ZP)(etE,{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"})),etH=(0,e1.ZP)(etR,{name:"MuiPickersInputBase",slot:"Separator",overridesResolver:(e,t)=>t.separator})(()=>({whiteSpace:"pre",letterSpacing:"inherit"})),etW=(0,e1.ZP)("input",{name:"MuiPickersInputBase",slot:"Input",overridesResolver:(e,t)=>t.hiddenInput})((0,BT.Z)({},{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"})),etG=e=>{let{focused:t,disabled:n,error:r,classes:i,fullWidth:o,readOnly:a,color:s,size:l,endAdornment:u,startAdornment:c}=e,h={root:["root",t&&!n&&"focused",n&&"disabled",a&&"readOnly",r&&"error",o&&"fullWidth",`color${(0,etT.Z)(s)}`,"small"===l&&"inputSizeSmall",!!c&&"adornedStart",!!u&&"adornedEnd"],notchedOutline:["notchedOutline"],input:["input"],sectionsContainer:["sectionsContainer"],sectionContent:["sectionContent"],sectionBefore:["sectionBefore"],sectionAfter:["sectionAfter"]};return(0,eK.Z)(h,ety,i)},etq=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersInputBase"}),{elements:r,areAllSectionsEmpty:i,value:o,onChange:a,id:s,endAdornment:l,startAdornment:u,renderSuffix:c,slots:h,slotProps:d,contentEditable:p,tabIndex:f,onInput:g,onPaste:m,onKeyDown:v,name:y,readOnly:x,inputProps:b,inputRef:w,sectionListRef:S}=n,_=(0,BD.Z)(n,etZ),C=eU.useRef(null),k=(0,tk.Z)(t,C),M=(0,tk.Z)(b?.ref,w),T=(0,nP.V)(),D=tN();if(!D)throw Error("MUI X: PickersInputBase should always be used inside a PickersTextField component");eU.useEffect(()=>{D&&D.setAdornedStart(!!u)},[D,u]),eU.useEffect(()=>{D&&(i?D.onEmpty():D.onFilled())},[D,i]);let A=(0,BT.Z)({},n,D,{isRtl:T}),I=etG(A),P=h?.root||etz,O=(0,nO.Z)({elementType:P,externalSlotProps:d?.root,externalForwardedProps:_,additionalProps:{"aria-invalid":D.error,ref:k},className:I.root,ownerState:A}),R=h?.input||etV;return(0,eq.jsxs)(P,(0,BT.Z)({},O,{children:[u,(0,eq.jsx)(etN,{sectionListRef:S,elements:r,contentEditable:p,tabIndex:f,className:I.sectionsContainer,onFocus:e=>{if(D.disabled){e.stopPropagation();return}D.onFocus?.(e)},onBlur:D.onBlur,onInput:g,onPaste:m,onKeyDown:v,slots:{root:R,section:etj,sectionContent:et$,sectionSeparator:etH},slotProps:{root:{ownerState:A},sectionContent:{className:etx.sectionContent},sectionSeparator:({position:e})=>({className:"before"===e?etx.sectionBefore:etx.sectionAfter})}}),l,c?c((0,BT.Z)({},D)):null,(0,eq.jsx)(etW,(0,BT.Z)({name:y,className:I.input,value:o,onChange:a,id:s,"aria-hidden":"true",tabIndex:-1,readOnly:x,required:D.required,disabled:D.disabled},b,{ref:M}))]}))}),etU=["label","autoFocus","ownerState","notched"],etY=(0,e1.ZP)(etz,{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 .${etw.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${etw.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${etw.focused} .${etw.notchedOutline}`]:{borderStyle:"solid",borderWidth:2},[`&.${etw.disabled}`]:{[`& .${etw.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled},"*":{color:(e.vars||e).palette.action.disabled}},[`&.${etw.error} .${etw.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:{[`&.${etw.focused}:not(.${etw.error}) .${etw.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}}))}}),etX=(0,e1.ZP)(etV,{name:"MuiPickersOutlinedInput",slot:"SectionsContainer",overridesResolver:(e,t)=>t.sectionsContainer})({padding:"16.5px 0",variants:[{props:{size:"small"},style:{padding:"8.5px 0"}}]}),etK=e=>{let{classes:t}=e,n=(0,eK.Z)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},etb,t);return(0,BT.Z)({},t,n)},etQ=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersOutlinedInput"}),{label:r,ownerState:i,notched:o}=n,a=(0,BD.Z)(n,etU),s=tN(),l=(0,BT.Z)({},n,i,s,{color:s?.color||"primary"}),u=etK(l);return(0,eq.jsx)(etq,(0,BT.Z)({slots:{root:etY,input:etX},renderSuffix:e=>(0,eq.jsx)(etM,{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,eq.jsxs)(eU.Fragment,{children:[r," ","*"]}):r,ownerState:l})},a,{label:r,classes:u,ref:t}))});etQ.muiName="Input";var etJ=n(5315);function et0(e){return(0,e8.ZP)("MuiPickersFilledInput",e)}let et1=(0,BT.Z)({},etx,(0,e4.Z)("MuiPickersFilledInput",["root","underline","input"])),et2=["label","autoFocus","disableUnderline","ownerState"],et5=(0,e1.ZP)(etz,{name:"MuiPickersFilledInput",slot:"Root",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,etJ.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}},[`&.${et1.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${et1.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"},[`&.${et1.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${et1.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(.${et1.disabled}, .${et1.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${et1.disabled}:before`]:{borderBottomStyle:"dotted"}}},{props:({startAdornment:e})=>!!e,style:{paddingLeft:12}},{props:({endAdornment:e})=>!!e,style:{paddingRight:12}}]}}),et3=(0,e1.ZP)(etV,{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}}]}),et4=e=>{let{classes:t,disableUnderline:n}=e,r=(0,eK.Z)({root:["root",!n&&"underline"],input:["input"]},et0,t);return(0,BT.Z)({},t,r)},et8=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersFilledInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,a=(0,BD.Z)(n,et2),s=tN(),l=et4((0,BT.Z)({},n,o,s,{color:s?.color||"primary"}));return(0,eq.jsx)(etq,(0,BT.Z)({slots:{root:et5,input:et3},slotProps:{root:{disableUnderline:i}}},a,{label:r,classes:l,ref:t}))});function et6(e){return(0,e8.ZP)("MuiPickersFilledInput",e)}et8.muiName="Input";let et9=(0,BT.Z)({},etx,(0,e4.Z)("MuiPickersInput",["root","input"])),et7=["label","autoFocus","disableUnderline","ownerState"],ene=(0,e1.ZP)(etz,{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"},[`&.${et9.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${et9.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(.${et9.disabled}, .${et9.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${et9.disabled}:before`]:{borderBottomStyle:"dotted"}}}]}}),ent=e=>{let{classes:t,disableUnderline:n}=e,r=(0,eK.Z)({root:["root",!n&&"underline"],input:["input"]},et6,t);return(0,BT.Z)({},t,r)},enn=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiPickersInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,a=(0,BD.Z)(n,et7),s=tN(),l=ent((0,BT.Z)({},n,o,s,{disableUnderline:i,color:s?.color||"primary"}));return(0,eq.jsx)(etq,(0,BT.Z)({slots:{root:ene}},a,{label:r,classes:l,ref:t}))});enn.muiName="Input";let enr=["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"],eni={standard:enn,filled:et8,outlined:etQ},eno=(0,e1.ZP)(n_,{name:"MuiPickersTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),ena=e=>{let{focused:t,disabled:n,classes:r,required:i}=e;return(0,eK.Z)({root:["root",t&&!n&&"focused",n&&"disabled",i&&"required"]},etv,r)},ens=eU.forwardRef(function(e,t){let n=Xv({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:h,inputProps:d,inputRef:p,sectionListRef:f,elements:g,areAllSectionsEmpty:m,onClick:v,onKeyDown:y,onKeyUp:x,onPaste:b,onInput:w,endAdornment:S,startAdornment:_,tabIndex:C,contentEditable:k,focused:M,value:T,onChange:D,fullWidth:A,id:I,name:P,helperText:O,FormHelperTextProps:R,label:E,InputLabelProps:L}=n,B=(0,BD.Z)(n,enr),N=eU.useRef(null),Z=(0,tk.Z)(t,N),F=(0,tS.Z)(I),z=O&&F?`${F}-helper-text`:void 0,V=E&&F?`${F}-label`:void 0,j=(0,BT.Z)({},n,{color:a,disabled:s,error:l,focused:M,required:c,variant:u}),$=ena(j),H=eni[u];return(0,eq.jsxs)(eno,(0,BT.Z)({className:(0,eX.Z)($.root,o),ref:Z,focused:M,onFocus:r,onBlur:i,disabled:s,variant:u,error:l,color:a,fullWidth:A,required:c,ownerState:j},B,{children:[(0,eq.jsx)(ny,(0,BT.Z)({htmlFor:F,id:V},L,{children:E})),(0,eq.jsx)(H,(0,BT.Z)({elements:g,areAllSectionsEmpty:m,onClick:v,onKeyDown:y,onKeyUp:x,onInput:w,onPaste:b,endAdornment:S,startAdornment:_,tabIndex:C,contentEditable:k,value:T,onChange:D,id:F,fullWidth:A,inputProps:d,inputRef:p,sectionListRef:f,label:E,name:P,role:"group","aria-labelledby":V,"aria-describedby":z,"aria-live":z?"polite":void 0},h)),O&&(0,eq.jsx)(nD,(0,BT.Z)({id:z},R,{children:O}))]}))}),enl=["enableAccessibleFieldDOMStructure"],enu=["InputProps","readOnly"],enc=["onPaste","onKeyDown","inputMode","readOnly","InputProps","inputProps","inputRef"],enh=e=>{let{enableAccessibleFieldDOMStructure:t}=e,n=(0,BD.Z)(e,enl);if(t){let{InputProps:e,readOnly:t}=n,r=(0,BD.Z)(n,enu);return(0,BT.Z)({},r,{InputProps:(0,BT.Z)({},e??{},{readOnly:t})})}let{onPaste:r,onKeyDown:i,inputMode:o,readOnly:a,InputProps:s,inputProps:l,inputRef:u}=n,c=(0,BD.Z)(n,enc);return(0,BT.Z)({},c,{InputProps:(0,BT.Z)({},s??{},{readOnly:a}),inputProps:(0,BT.Z)({},l??{},{inputMode:o,onPaste:r,onKeyDown:i,ref:u})})},end=["slots","slotProps","InputProps","inputProps"],enp=eU.forwardRef(function(e,t){let n=Xv({props:e,name:"MuiDateTimeField"}),{slots:r,slotProps:i,InputProps:o,inputProps:a}=n,s=(0,BD.Z)(n,end),l=r?.textField??(e.enableAccessibleFieldDOMStructure?ens:r7),u=(0,nO.Z)({elementType:l,externalSlotProps:i?.textField,externalForwardedProps:s,ownerState:n,additionalProps:{ref:t}});u.inputProps=(0,BT.Z)({},a,u.inputProps),u.InputProps=(0,BT.Z)({},o,u.InputProps);let c=enh(etl(u)),h=etm((0,BT.Z)({},c,{slots:r,slotProps:i}));return(0,eq.jsx)(l,(0,BT.Z)({},h))});var enf=n(9435),eng=n(2791),enm=n(4336),env=n(2694),eny=n(5154),enx=n(9489),enb=n(6341),enw=n(3189),enS=n(5918),en_=n(9880),enC=n(8006),enk=n(6332),enM=n(1721),enT=n(1267),enD=n(8904),enA=n(7785),enI=n(8364),enP=n(8340),enO=n(506),enR=n(4265),enE=n(6635),enL=n(1275),enB=n(4107),enN=n(436),enZ=n(7912),enF=n(9250),enz=n(3303),enV=n(8374),enj=n(3743),en$=n(8070),enH=n(3709),enW=n(3200),enG=n(6292),enq=n(1136),enU=n(3518),enY=n(4138),enX=n(8140),enK=n(3033),enQ=n(7),enJ=n(4575),en0=n(5149),en1=n(8874),en2=n(2511),en5=n(4257);let en3={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"},en4={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 en8{constructor(e){this.isMUIAdapter=!0,this.isTimezoneCompatible=!1,this.lib=void 0,this.locale=void 0,this.formats=void 0,this.formatTokenMap=en3,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,BT.Z)({},en4,n),this.longFormatters=r,this.lib=i||"date-fns"}}class en6 extends en8{constructor({locale:e,formats:t}={}){super({locale:e??en5._,formats:t,longFormatters:enC.G}),this.parse=(e,t)=>""===e?null:(0,en$.Qc)(e,t,new Date,{locale:this.locale}),this.isValid=e=>null!=e&&(0,enj.J)(e),this.format=(e,t)=>this.formatByString(e,this.formats[t]),this.formatByString=(e,t)=>(0,enk.WU)(e,t,{locale:this.locale}),this.isEqual=(e,t)=>null===e&&null===t||null!==e&&null!==t&&(0,enN.X)(e,t),this.isSameYear=(e,t)=>(0,enF.F)(e,t),this.isSameMonth=(e,t)=>(0,enz.x)(e,t),this.isSameDay=(e,t)=>(0,enZ.K)(e,t),this.isSameHour=(e,t)=>(0,enV.f)(e,t),this.isAfter=(e,t)=>(0,enL.A)(e,t),this.isAfterYear=(e,t)=>(0,enL.A)(e,(0,en_.w)(t)),this.isAfterDay=(e,t)=>(0,enL.A)(e,(0,enw.i)(t)),this.isBefore=(e,t)=>(0,enB.R)(e,t),this.isBeforeYear=(e,t)=>(0,enB.R)(e,this.startOfYear(t)),this.isBeforeDay=(e,t)=>(0,enB.R)(e,this.startOfDay(t)),this.isWithinRange=(e,[t,n])=>(0,en2._)(e,{start:t,end:n}),this.startOfYear=e=>(0,en1.e)(e),this.startOfMonth=e=>(0,enQ.N)(e),this.startOfWeek=e=>(0,en0.z)(e,{locale:this.locale}),this.startOfDay=e=>(0,enK.b)(e),this.endOfYear=e=>(0,en_.w)(e),this.endOfMonth=e=>(0,enJ.V)(e),this.endOfWeek=e=>(0,enS.v)(e,{locale:this.locale}),this.endOfDay=e=>(0,enw.i)(e),this.addYears=(e,t)=>(0,enb.B)(e,t),this.addMonths=(e,t)=>(0,enx.z)(e,t),this.addWeeks=(e,t)=>(0,eny.j)(e,t),this.addDays=(e,t)=>(0,enf.E)(e,t),this.addHours=(e,t)=>(0,env.T)(e,t),this.addMinutes=(e,t)=>(0,enm.m)(e,t),this.addSeconds=(e,t)=>(0,eng.v)(e,t),this.getYear=e=>(0,enE.S)(e),this.getMonth=e=>(0,enI.j)(e),this.getDate=e=>(0,enM._)(e),this.getHours=e=>(0,enD.p)(e),this.getMinutes=e=>(0,enA.q)(e),this.getSeconds=e=>(0,enP.C)(e),this.getMilliseconds=e=>(0,enO.p)(e),this.setYear=(e,t)=>(0,enX.M)(e,t),this.setMonth=(e,t)=>(0,enq.q)(e,t),this.setDate=(e,t)=>(0,enH.G)(e,t),this.setHours=(e,t)=>(0,enW.B)(e,t),this.setMinutes=(e,t)=>(0,enG.H)(e,t),this.setSeconds=(e,t)=>(0,enU.O)(e,t),this.setMilliseconds=(e,t)=>(0,enY.I)(e,t),this.getDaysInMonth=e=>(0,enT.N)(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=>(0,enR.Q)(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 en9="yyyy-MM-dd HH:mm:ss";function en7(e,t){return e?aK(e)?e.pastDuration:function(e,t,n){let r=sr(e.start,t,n),i=sr(e.end,t,n);return`${r} - ${i}`}(e,en9,t):"Custom Time Range"}let ere=({initialTimeRange:e,onChange:t,onCancel:n})=>{let{formatWithUserTimeZone:r}=su(),[i,o]=(0,eU.useState)(e),[a,s]=(0,eU.useState)({start:r(e.start,en9),end:r(e.end,en9)}),[l,u]=(0,eU.useState)(!0),c=(e,t)=>{let n="string"==typeof e,i=n?e:r(e,en9);s(e=>({...e,[t]:i})),n||o(n=>({...n,[t]:e}))},h=e=>{c(e,"start")},d=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,(0,aX.isValid)(e)&&(0,aX.isValid)(t)?!!(0,aX.isBefore)(e,t)||(console.error("End Time is before Start Time"),!1):(console.error("Invalid Date"),!1))return o(n),n},f=()=>{let e=p();e&&t(e)};return(0,eq.jsx)(Xb,{dateAdapter:en6,children:(0,eq.jsxs)(tb.Z,{spacing:2,sx:e=>({padding:e.spacing(1,0,2)}),children:[l&&(0,eq.jsxs)(sd.Z,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,eq.jsx)(uq.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select Start Time"}),(0,eq.jsx)(eeX,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.start,onChange:e=>{null!==e&&h(e)},onAccept:()=>{u(!1)}})]}),!l&&(0,eq.jsxs)(sd.Z,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,eq.jsx)(uq.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select End Time"}),(0,eq.jsx)(eeX,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.end,minDateTime:i.start,onChange:e=>{null!==e&&d(e)},onAccept:e=>{null!==e&&(u(!0),d(e))}})]}),(0,eq.jsxs)(tb.Z,{direction:"row",alignItems:"center",gap:1,pl:1,pr:1,children:[(0,eq.jsx)(BS.ErrorBoundary,{FallbackComponent:Bw,children:(0,eq.jsx)(enp,{label:"Start Time",value:new Date(a.start),onChange:e=>{e&&h(e)},onBlur:()=>p(),format:en9})}),(0,eq.jsx)(BS.ErrorBoundary,{FallbackComponent:Bw,children:(0,eq.jsx)(enp,{label:"End Time",value:new Date(a.end),onChange:e=>{e&&d(e)},onBlur:()=>p(),format:en9})})]}),(0,eq.jsxs)(tb.Z,{direction:"row",sx:{padding:e=>e.spacing(0,1)},gap:1,children:[(0,eq.jsx)(ty,{variant:"contained",onClick:()=>f(),fullWidth:!0,children:"Apply"}),(0,eq.jsx)(ty,{variant:"outlined",onClick:()=>n(),fullWidth:!0,children:"Cancel"})]})]})})};function ert({value:e,timeOptions:t,onChange:n,height:r,showCustomTimeRange:i=!0}){let{timeZone:o}=su(),a=(0,eU.useRef)(),[s,l]=(0,eU.useState)(!1),u=(0,eU.useMemo)(()=>aK(e)?function(e){let t=e.end??new Date;return{start:(0,aX.sub)(t,aJ(e.pastDuration)),end:t}}(e):e,[e]),c=(0,eU.useMemo)(()=>{var t;return{value:t=aK(e)?void 0:e,display:en7(t,o)}},[e,o]),[h,d]=(0,eU.useState)(!1);return(0,eq.jsxs)(eq.Fragment,{children:[(0,eq.jsx)(rC,{anchorEl:a.current,anchorOrigin:{vertical:"bottom",horizontal:"center"},open:s,onClose:()=>l(!1),sx:e=>({padding:e.spacing(2)}),children:(0,eq.jsx)(ere,{initialTimeRange:u,onChange:e=>{n(e),l(!1),d(!1)},onCancel:()=>l(!1)})}),(0,eq.jsx)(sd.Z,{ref:a,children:(0,eq.jsxs)(r3,{open:h,value:en7(e,o),onClick:()=>d(!h),IconComponent:Xf.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,eq.jsx)(l4,{value:en7(e.value,o),onClick:()=>{n(e.value)},children:e.display},t)),i&&(0,eq.jsx)(l4,{value:en7(c.value,o),onClick:()=>l(!0),children:c.display})]})})]})}function ern(e){let{markerColor:t,sx:n}=e;return(0,eq.jsx)(sd.Z,{sx:a7({display:"inline-block",width:"11px",height:"11px",borderRadius:"2px",marginRight:1,verticalAlign:"top"},n),style:{backgroundColor:t}})}function err(e){let{formattedY:t,markerColor:n,metricName:r,metricLabels:i}=e;return(0,eq.jsxs)(tb.Z,{spacing:.5,children:[(0,eq.jsxs)(sd.Z,{sx:e=>({display:"flex",height:"16px",flexDirection:"row",alignItems:"center",justifyContent:"left",color:e.palette.common.white,fontSize:"11px"}),children:[(0,eq.jsx)(ern,{markerColor:n,sx:{marginTop:.25}}),(0,eq.jsxs)(sd.Z,{component:"span",children:[r,(0,eq.jsx)(sd.Z,{component:"span",sx:e=>({color:e.palette.common.white,fontWeight:700,paddingLeft:"2px"}),children:t})]})]}),(0,eq.jsx)(Bk.Z,{sx:e=>({borderColor:e.palette.grey["500"]})}),(0,eq.jsx)(sd.Z,{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,eq.jsxs)(sd.Z,{sx:{display:"flex",gap:"4px"},children:[(0,eq.jsx)(uq.Z,{sx:{fontSize:"11px"},children:r}),(0,eq.jsx)(uq.Z,{sx:e=>({color:e.palette.common.white,fontWeight:700,fontSize:"11px"}),children:i})]},e)}})})]})}let eri=375,ero=650,era=650,ers=500,erl=.75,eru=8,erc=750,erh="nearby series showing in tooltip",erd="emphasized series showing as bold in tooltip",erp="#2E313E",erf=new Intl.DateTimeFormat(void 0,{year:"numeric",month:"short",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0}),erg={coords:{plotCanvas:{x:0,y:0},zrender:{x:0,y:0},target:null},chartWidth:0},erm=[],erv=()=>{let[e,t]=(0,eU.useState)(null);return(0,eU.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},ery={wrapLabels:!0,enablePinning:!0},erx="Click chart to pin",erb="Click chart to unpin";function erw(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,eq.jsx)(err,{formattedY:n,metricName:e,metricLabels:l,markerColor:r})}let u=t.replace(/[,]/g,", ");return(0,eq.jsxs)(sd.Z,{sx:{display:"table-row",paddingTop:.5},children:[(0,eq.jsxs)(sd.Z,{sx:{display:"table-cell",maxWidth:"520px"},children:[(0,eq.jsx)(ern,{markerColor:r,sx:{marginTop:.5}}),(0,eq.jsx)(sd.Z,{component:"span",sx:e=>({display:"inline-block",width:"calc(100% - 20px)",minWidth:150,maxWidth:ers,overflow:"hidden",color:e.palette.common.white,fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular,textOverflow:"ellipsis",whiteSpace:a?"normal":"nowrap"}),"aria-label":o?erd:erh,children:u})]}),(0,eq.jsx)(sd.Z,{sx:e=>({display:"table-cell",paddingLeft:1.5,textAlign:"right",verticalAlign:"top",fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular}),children:n})]})}var erS=n(5276);function er_(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,eru/2))}else a+n>window.innerHeight+window.scrollY&&(a=Math.max(window.innerHeight+window.scrollY-n-16,eru/2));return o+r>window.innerWidth&&(o=e.page.x-r-32),o<32&&(o=32),a<eru/2&&(a=eru/2),`translate3d(${o}px, ${a}px, 0)`}function erC(e,t,n){return{minWidth:eri,maxWidth:ero,maxHeight:(n?n-eru:void 0)??era,padding:0,position:"absolute",top:0,left:0,backgroundColor:e.palette.designSystem?.grey[800]??erp,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 erk=5.5,erM=30,erT=5;function erD(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=[],h=[],d=[],p=[],f=e.length,g=new Map,m=a6(e[0]?.values,s);if(null===m)return erm;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=erO({valueToCheck:l,baseValue:v,percentage:Math.max(f>erT?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}),d.push({seriesIndex:n,dataIndex:e,seriesName:x,yValue:v})}else h.push(n),i.dispatchAction({type:"downplay",seriesIndex:n});let r=a$(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 a4(i,u,c,h,d,p),a}function erA(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=[],h=e.timeSeries.length;if(Array.isArray(e.xAxis)&&Array.isArray(e.timeSeries))for(let t=0;t<h;t++){let d=e.timeSeries[t];if(void 0===d||o.length>=aq)break;let p=d.name?d.name.toString():"",f=d.color??"#000";if(Array.isArray(d.data))for(let g=0;g<d.data.length;g++){let m=e.xAxis[g]??0,v=d.data[g];if(null!=v&&a===g&&"-"!==v&&s<=v+n&&s>=v-n){let e=erO({valueToCheck:s,baseValue:v,percentage:Math.max(h>erT?2:5,100/h)});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=a$(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 erI({mousePos:e,pinnedPos:t,data:n,seriesMapping:r,chart:i,format:o,showAllSeries:a=!1}){if(void 0===i||null===e)return erm;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 erm;let l=a3(e.plotCanvas.x,e.plotCanvas.y,i);if(null!==l){let e=erR({yInterval:i._model.getComponent("yAxis").axis.scale._interval,totalSeries:n.length,showAllSeries:a});return erD(n,r,l,e,i,o)}return erm}function erP({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=erR({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 erA(n,e,s,r,i)}return[]}function erO({valueToCheck:e,baseValue:t,percentage:n}){let r=n/100*t;return e>=t-r&&e<=t+r}function erR({yInterval:e,totalSeries:t,showAllSeries:n=!1}){if(n)return 10*e;let r=.3*e;return t>erT?Math.max(r,e*erM/t):Math.max(r,e*erk)}function erE(e){return(0,e8.ZP)("MuiSwitch",e)}let erL=(0,e4.Z)("MuiSwitch",["root","edgeStart","edgeEnd","switchBase","colorPrimary","colorSecondary","sizeSmall","sizeMedium","checked","disabled","input","thumb","track"]),erB=e=>{let{classes:t,edge:n,size:r,color:i,checked:o,disabled:a}=e,s={root:["root",n&&`edge${(0,e0.Z)(n)}`,`size${(0,e0.Z)(r)}`],switchBase:["switchBase",`color${(0,e0.Z)(i)}`,o&&"checked",a&&"disabled"],thumb:["thumb"],track:["track"],input:["input"]},l=(0,eK.Z)(s,erE,t);return{...t,...l}},erN=(0,e1.ZP)("span",{name:"MuiSwitch",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.edge&&t[`edge${(0,e0.Z)(n.edge)}`],t[`size${(0,e0.Z)(n.size)}`]]}})({display:"inline-flex",width:58,height:38,overflow:"hidden",padding:12,boxSizing:"border-box",position:"relative",flexShrink:0,zIndex:0,verticalAlign:"middle","@media print":{colorAdjust:"exact"},variants:[{props:{edge:"start"},style:{marginLeft:-8}},{props:{edge:"end"},style:{marginRight:-8}},{props:{size:"small"},style:{width:40,height:24,padding:7,[`& .${erL.thumb}`]:{width:16,height:16},[`& .${erL.switchBase}`]:{padding:4,[`&.${erL.checked}`]:{transform:"translateX(16px)"}}}}]}),erZ=(0,e1.ZP)(cv,{name:"MuiSwitch",slot:"SwitchBase",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.switchBase,{[`& .${erL.input}`]:t.input},"default"!==n.color&&t[`color${(0,e0.Z)(n.color)}`]]}})((0,e2.Z)(({theme:e})=>({position:"absolute",top:0,left:0,zIndex:1,color:e.vars?e.vars.palette.Switch.defaultColor:`${"light"===e.palette.mode?e.palette.common.white:e.palette.grey[300]}`,transition:e.transitions.create(["left","transform"],{duration:e.transitions.duration.shortest}),[`&.${erL.checked}`]:{transform:"translateX(20px)"},[`&.${erL.disabled}`]:{color:e.vars?e.vars.palette.Switch.defaultDisabledColor:`${"light"===e.palette.mode?e.palette.grey[100]:e.palette.grey[600]}`},[`&.${erL.checked} + .${erL.track}`]:{opacity:.5},[`&.${erL.disabled} + .${erL.track}`]:{opacity:e.vars?e.vars.opacity.switchTrackDisabled:`${"light"===e.palette.mode?.12:.2}`},[`& .${erL.input}`]:{left:"-100%",width:"300%"}})),(0,e2.Z)(({theme:e})=>({"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,eQ.Fq)(e.palette.action.active,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[...Object.entries(e.palette).filter((0,e5.Z)(["light"])).map(([t])=>({props:{color:t},style:{[`&.${erL.checked}`]:{color:(e.vars||e).palette[t].main,"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,eQ.Fq)(e.palette[t].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${erL.disabled}`]:{color:e.vars?e.vars.palette.Switch[`${t}DisabledColor`]:`${"light"===e.palette.mode?(0,eQ.$n)(e.palette[t].main,.62):(0,eQ._j)(e.palette[t].main,.55)}`}},[`&.${erL.checked} + .${erL.track}`]:{backgroundColor:(e.vars||e).palette[t].main}}}))]}))),erF=(0,e1.ZP)("span",{name:"MuiSwitch",slot:"Track",overridesResolver:(e,t)=>t.track})((0,e2.Z)(({theme:e})=>({height:"100%",width:"100%",borderRadius:7,zIndex:-1,transition:e.transitions.create(["opacity","background-color"],{duration:e.transitions.duration.shortest}),backgroundColor:e.vars?e.vars.palette.common.onBackground:`${"light"===e.palette.mode?e.palette.common.black:e.palette.common.white}`,opacity:e.vars?e.vars.opacity.switchTrack:`${"light"===e.palette.mode?.38:.3}`}))),erz=(0,e1.ZP)("span",{name:"MuiSwitch",slot:"Thumb",overridesResolver:(e,t)=>t.thumb})((0,e2.Z)(({theme:e})=>({boxShadow:(e.vars||e).shadows[1],backgroundColor:"currentColor",width:20,height:20,borderRadius:"50%"}))),erV=eU.forwardRef(function(e,t){let n=(0,e3.i)({props:e,name:"MuiSwitch"}),{className:r,color:i="primary",edge:o=!1,size:a="medium",sx:s,...l}=n,u={...n,color:i,edge:o,size:a},c=erB(u),h=(0,eq.jsx)(erz,{className:c.thumb,ownerState:u});return(0,eq.jsxs)(erN,{className:(0,eX.Z)(c.root,r),sx:s,ownerState:u,children:[(0,eq.jsx)(erZ,{type:"checkbox",icon:h,checkedIcon:h,ref:t,ownerState:u,...l,classes:{...c,root:c.switchBase}}),(0,eq.jsx)(erF,{className:c.track,ownerState:u})]})});var erj=n(1889),er$=n(5186);let erH=(0,eU.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,eq.jsxs)(sd.Z,{sx:e=>({width:"100%",maxWidth:ero,padding:e.spacing(1.5,2,.5,2),backgroundColor:e.palette.designSystem?.grey[800]??erp,position:"sticky",top:0,left:0}),children:[(0,eq.jsxs)(sd.Z,{sx:{width:"100%",display:"flex",justifyContent:"start",alignItems:"center",paddingBottom:.5},children:[(e=>{let{formattedTime:t,formattedDate:n}=so(e);return(0,eq.jsxs)(sd.Z,{children:[(0,eq.jsx)(uq.Z,{variant:"caption",sx:e=>({color:e.palette.common.white}),children:n}),(0,eq.jsx)(uq.Z,{variant:"caption",children:(0,eq.jsx)("strong",{children:t})})]})})(s),(0,eq.jsxs)(tb.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},children:[l&&(0,eq.jsxs)(tb.Z,{direction:"row",gap:.5,alignItems:"center",sx:{textAlign:"right"},children:[(0,eq.jsx)(uq.Z,{sx:{fontSize:11},children:"Show All"}),(0,eq.jsx)(erV,{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,eq.jsxs)(tb.Z,{direction:"row",alignItems:"center",children:[(0,eq.jsx)(uq.Z,{sx:{marginRight:.5,fontSize:11,verticalAlign:"middle"},children:n?erb:erx}),n?(0,eq.jsx)(erj.default,{onClick:()=>{void 0!==a&&a()},sx:{fontSize:16,cursor:"pointer"}}):(0,eq.jsx)(er$.default,{sx:{fontSize:16}})]})]})]}),(0,eq.jsx)(Bk.Z,{sx:e=>({width:"100%",borderColor:e.palette.grey["500"]})})]})});function erW(e){let{series:t,wrapLabels:n}=e,r=(0,eU.useMemo)(()=>null===t?null:t.sort((e,t)=>e.y>t.y?-1:1),[t]);return null===t||null===r?null:(0,eq.jsx)(sd.Z,{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,eq.jsx)(erw,{seriesName:i,y:o,formattedY:a,markerColor:s,totalSeries:r.length,wrapLabels:n,emphasizeText:l},u)})})}let erG=(0,eU.memo)(function({containerId:e,chartRef:t,data:n,seriesMapping:r,enablePinning:i=!0,wrapLabels:o,format:a,onUnpinClick:s,pinnedPos:l}){let[u,c]=(0,eU.useState)(!1),h=(0,eU.useRef)(),d=erv(),{height:p,width:f,ref:g}=(0,erS.Z)(),m=null!==l&&i;if(null===d||null===d.target||null===n||null===l&&"CANVAS"!==d.target.tagName)return null;let v=t.current,y=e?document.querySelector(e):void 0,x=y?y.getBoundingClientRect().height:void 0;h.current=er_(d,l,p??0,f??0,y);let b=erI({mousePos:d,data:n,seriesMapping:r,pinnedPos:l,chart:v,format:a,showAllSeries:u});if(0===b.length)return null;let w=n.length;return(0,eq.jsx)(n2,{container:y,children:(0,eq.jsx)(sd.Z,{ref:g,sx:e=>erC(e,l,x),style:{transform:h.current},children:(0,eq.jsxs)(tb.Z,{spacing:.5,children:[(0,eq.jsx)(erH,{nearbySeries:b,totalSeries:w,enablePinning:i,isTooltipPinned:m,showAllSeries:u,onShowAllClick:e=>c(e),onUnpinClick:s}),(0,eq.jsx)(erW,{series:b,wrapLabels:o})]})})})}),erq=(0,e1.ZP)(ty)(({theme:e})=>({padding:e.spacing(.5),minWidth:"auto"})),erU=(0,eU.forwardRef)(function(e,t){return(0,eq.jsx)(erq,{ref:t,variant:"outlined",color:"secondary",...e})}),erY=Object.entries(aj).map(([e,t])=>({id:e,...t})).filter(e=>!e.disableSelectorOption),erX=[{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 erK({value:e,onChange:t,disabled:n=!1}){var r;let i=!!aW(e).decimalPlaces,o=!!aW(e).shortValues,a=({decimalPlaces:n})=>{i&&t({...e,decimalPlaces:n})},s=aj[e.unit];return(0,eq.jsxs)(eq.Fragment,{children:[(0,eq.jsx)(dB,{label:"Short values",control:(0,eq.jsx)(erV,{checked:!!o&&!1!==e.shortValues,onChange:(n,r)=>{o&&t({...e,shortValues:r})},disabled:!o})}),(0,eq.jsx)(dB,{label:"Unit",control:(0,eq.jsx)(pd,{value:{id:e.unit,...s},options:erY,groupBy:e=>e.group,onChange:(e,n)=>{t({unit:n.id})},disableClearable:!0,disabled:n})}),(0,eq.jsx)(dB,{label:"Decimals",control:(0,eq.jsx)(pd,{value:(r=e.decimalPlaces,erX.find(e=>e.decimalPlaces===r)),options:erX,getOptionLabel:e=>e.label,onChange:(e,t)=>a(t),disabled:!i,disableClearable:!0})})]})}function erQ({name:e,height:t}){return(0,eq.jsx)(sd.Z,{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,eq.jsx)(uq.Z,{variant:"body1","aria-label":"y axis label",sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:e})})}var erJ=n(8730);let er0=sa((0,erJ.Z)({}),{echartsTheme:{textStyle:{fontFamily:"Lato"},categoryAxis:{splitLine:{show:!1}},timeAxis:{splitLine:{show:!1}},bar:{barCategoryGap:2}}}),er1={chartsTheme:er0,enablePinning:!1,enableSyncGrouping:!0,lastTooltipPinnedCoords:null,setLastTooltipPinnedCoords:()=>null},er2={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,[`& .${Bu.icon}`]:{color:e.palette.error.main}}:{...e.typography.body1,backgroundColor:e.palette.error.light,color:e.palette.error.dark,[`& .${Bu.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,[`& .${Bu.icon}`]:{color:e.palette.info.main}}:{...e.typography.body1,backgroundColor:e.palette.info.light,color:e.palette.info.dark,[`& .${Bu.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,[`& .${Bu.icon}`]:{color:e.palette.success.main}}:{...e.typography.body1,backgroundColor:e.palette.success.light,color:e.palette.success.dark,[`& .${Bu.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,[`& .${Bu.icon}`]:{color:e.palette.warning.main}}:{...e.typography.body1,backgroundColor:e.palette.warning.light,color:e.palette.warning.dark,[`& .${Bu.icon}`]:{color:e.palette.warning.main}},root:{["& ."+n(757).Z.root]:{textDecoration:"underline"}}}},er5={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"},er3={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"},er4="#FFFFFF",er8=e=>{let t=er5["800"],n=er5["300"];return"light"===e?{navigation:t,accent:n,primary:er5["800"],secondary:er5["700"],disabled:er5["300"],link:er3["500"],linkHover:er3["600"]}:{navigation:t,accent:n,primary:er4,secondary:er5["50"],disabled:er5["600"],link:er3["400"],linkHover:er3["500"]}},er6=e=>{let t=er3["150"],n="rgba(21, 23, 33, 0.75)";return"light"===e?{navigation:t,overlay:n,default:er4,paper:er5["50"],code:er5["50"],tooltip:er5["100"],lighter:er5["50"],border:er5["100"]}:{navigation:t,overlay:n,default:er5["900"],paper:er5["850"],code:er5["800"],tooltip:er5["600"],lighter:er5["700"],border:er5["600"]}},er9=e=>"light"===e?{50:er5["50"],100:er5["100"],200:er5["200"],300:er5["300"],400:er5["400"],500:er5["500"],600:er5["600"],700:er5["700"],800:er5["800"],900:er5["900"],950:er5["950"]}:{50:er5["950"],100:er5["900"],200:er5["800"],300:er5["700"],400:er5["600"],500:er5["500"],600:er5["400"],700:er5["300"],800:er5["200"],900:er5["100"],950:er5["50"]},er7=e=>"light"===e?{main:er3["500"],dark:er3["600"],light:er3["50"]}:{main:er3["400"],dark:er3["800"],light:er3["200"]},eie=e=>"light"===e?{main:er5["600"],dark:er5["900"],light:er5["100"]}:{main:er4,dark:er4,light:er4},eit={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"},ein={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"},eir={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"},eii={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"},eio=e=>"light"===e?{main:eii["500"],dark:eii["600"],light:eii["50"]}:{main:eii["400"],dark:eii["800"],light:eii["300"]},eia=e=>"light"===e?{main:eit["500"],dark:eit["700"],light:eit["50"]}:{main:eit["400"],dark:eit["800"],light:eit["300"]},eis=e=>"light"===e?{main:ein["500"],dark:ein["700"],light:ein["50"]}:{main:ein["400"],dark:ein["800"],light:ein["300"]},eil={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"}},eiu=({theme:e})=>({..."light"===e.palette.mode?{}:{backgroundImage:"unset",backgroundColor:e.palette.designSystem.grey[800]}});function eic(e,t={}){return(0,erJ.Z)({palette:{mode:e,primary:er7(e),secondary:eie(e),grey:er9(e),background:er6(e),text:er8(e),error:eio(e),warning:eis(e),info:er7(e),success:eia(e),common:{white:er4,black:"#000000"},designSystem:{blue:er3,green:eit,grey:er5,orange:ein,purple:eir,red:eii}},typography:eil,mixins:{},components:eih,...t})}let eih={MuiAlert:er2,MuiFormControl:{defaultProps:{size:"small"}},MuiPaper:{styleOverrides:{root:({theme:e})=>({backgroundColor:e.palette.background.default})}},MuiTextField:{defaultProps:{size:"small"}},MuiDrawer:{styleOverrides:{paper:eiu}},MuiDialog:{styleOverrides:{paper:eiu}},MuiPopover:{styleOverrides:{paper:eiu}}};var eid=n(4974),eip=n(2449),eif=n(8418),eig=n(7689);let eim={JoinByColumnValue:"Join by column value",MergeColumns:"Merge columns",MergeIndexedColumns:"Merge indexed columns",MergeSeries:"Merge series"};function eiv({value:e,onChange:t}){return(0,eq.jsxs)(tb.Z,{direction:"row",children:[(0,eq.jsx)(ph,{freeSolo:!0,multiple:!0,id:"join-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,eq.jsx)(r7,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,eq.jsx)(U$,{label:"Enabled",labelPlacement:"start",control:(0,eq.jsx)(erV,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function eiy({value:e,onChange:t}){return(0,eq.jsxs)(tb.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,eq.jsx)(ph,{freeSolo:!0,multiple:!0,id:"merge-columns-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,eq.jsx)(r7,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,eq.jsx)(c$,{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,eq.jsx)(U$,{label:"Enabled",labelPlacement:"start",control:(0,eq.jsx)(erV,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function eix({value:e,onChange:t}){return(0,eq.jsxs)(tb.Z,{direction:"row",children:[(0,eq.jsx)(c$,{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,eq.jsx)(U$,{label:"Enabled",labelPlacement:"start",control:(0,eq.jsx)(erV,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function eib({value:e,onChange:t}){return(0,eq.jsx)(tb.Z,{direction:"row",children:(0,eq.jsx)(U$,{label:"Enabled",labelPlacement:"start",control:(0,eq.jsx)(erV,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})})}function eiw({value:e,onChange:t,...n}){return(0,eq.jsxs)(tb.Z,{gap:2,sx:{width:"100%"},mt:1,...n,children:[(0,eq.jsxs)(c$,{select:!0,label:"Kind",value:e.kind,onChange:n=>t({...e,kind:n}),children:[(0,eq.jsx)(l4,{value:"JoinByColumnValue",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Join by column value"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Regroup rows with equal cell value in a column"})]})}),(0,eq.jsx)(l4,{value:"MergeColumns",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Merge columns"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Multiple columns are merged to one column"})]})}),(0,eq.jsx)(l4,{value:"MergeIndexedColumns",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Merge indexed columns"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Indexed columns are merged to one column"})]})}),(0,eq.jsx)(l4,{value:"MergeSeries",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Merge series"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Series will be merged by their labels"})]})})]}),"JoinByColumnValue"===e.kind&&(0,eq.jsx)(eiv,{value:e,onChange:t}),"MergeColumns"===e.kind&&(0,eq.jsx)(eiy,{value:e,onChange:t}),"MergeIndexedColumns"===e.kind&&(0,eq.jsx)(eix,{value:e,onChange:t}),"MergeSeries"===e.kind&&(0,eq.jsx)(eib,{value:e,onChange:t})]})}function eiS({index:e,value:t,isCollapsed:n,onChange:r,onCollapse:i,onDelete:o,...a}){return(0,eq.jsxs)(tb.Z,{...a,children:[(0,eq.jsxs)(tb.Z,{direction:"row",alignItems:"center",borderBottom:1,borderColor:e=>e.palette.divider,justifyContent:"space-between",gap:4,children:[(0,eq.jsxs)(tb.Z,{direction:"row",gap:1,children:[(0,eq.jsx)(tw.Z,{"data-testid":`transform-toggle#${e}`,size:"small",onClick:()=>i(!n),children:n?(0,eq.jsx)(eid.default,{}):(0,eq.jsx)(eip.default,{})}),(0,eq.jsx)(uq.Z,{variant:"overline",component:"h4",sx:{textTransform:"none"},children:t.kind?(0,eq.jsx)("span",{children:(0,eq.jsx)("strong",{children:eim[t.kind]})}):(0,eq.jsx)("strong",{children:"Select a transformation kind"})})]}),(0,eq.jsxs)(tb.Z,{direction:"row",gap:1,children:[n&&(0,eq.jsxs)(eq.Fragment,{children:[(0,eq.jsx)(dO,{title:t.spec?.disabled?"Enable transformation":"Disable transformation",placement:"top",children:(0,eq.jsx)(tw.Z,{size:"small",sx:{marginLeft:"auto"},onClick:function(){r({...t,spec:{...t.spec,disabled:!t.spec?.disabled}})},children:t.spec?.disabled?(0,eq.jsx)(eif.default,{}):(0,eq.jsx)(eig.default,{})})}),(0,eq.jsx)(Bk.Z,{flexItem:!0,orientation:"vertical",variant:"middle"})]}),(0,eq.jsx)(dO,{title:"Remove transformation",placement:"top",children:(0,eq.jsx)(tw.Z,{size:"small",sx:{marginLeft:"auto"},onClick:o,children:(0,eq.jsx)(Xc.default,{})})})]})]}),!n&&(0,eq.jsx)(eiw,{value:t,onChange:r})]})}function ei_({value:e,onChange:t,...n}){let[r,i]=(0,eU.useState)(e.map(()=>!0));return(0,eq.jsxs)(tb.Z,{gap:1,...n,children:[e.map((n,o)=>(0,eq.jsx)(eiS,{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,eq.jsx)(ty,{variant:"contained",startIcon:(0,eq.jsx)(Yz.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 eiC(e){let{value:t,onChange:n,timeOptions:r,height:i}=e,o=(0,eU.useMemo)(()=>{if(t&&!r.some(e=>e.value.pastDuration===t))return(0,eq.jsx)(l4,{value:t,children:t})},[r,t]);return(0,eq.jsx)(n_,{children:(0,eq.jsx)(sd.Z,{children:(0,eq.jsxs)(r3,{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,eq.jsx)(l4,{value:e.value.pastDuration,children:e.display},t)),o]})})})}var eik=n(1104),eiM=n(4560),eiT=n(8971),eiD=n(6798);let eiA=(e,t)=>e.filter(e=>t.includes(e)),eiI=(e,t,n)=>{let r=e.keys[0];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)}):t&&"object"==typeof t?(Object.keys(t).length>e.keys.length?e.keys:eiA(e.keys,Object.keys(t))).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)}}):("number"==typeof t||"string"==typeof t)&&n((e,t)=>{Object.assign(e,t)},t)};function eiP(e){return`--Grid-${e}Spacing`}function eiO(e){return`--Grid-parent-${e}Spacing`}let eiR="--Grid-columns",eiE="--Grid-parent-columns",eiL=({theme:e,ownerState:t})=>{let n={};return eiI(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(${eiE}) - (var(${eiE}) - ${t}) * (var(${eiO("column")}) / var(${eiE})))`}),e(n,r)}),n},eiB=({theme:e,ownerState:t})=>{let n={};return eiI(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(${eiE}) + var(${eiO("column")}) * ${t} / var(${eiE}))`}),e(n,r)}),n},eiN=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={[eiR]:12};return eiI(e.breakpoints,t.columns,(e,t)=>{let r=t??12;e(n,{[eiR]:r,"> *":{[eiE]:r}})}),n},eiZ=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return eiI(e.breakpoints,t.rowSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[eiP("row")]:i,"> *":{[eiO("row")]:i}})}),n},eiF=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return eiI(e.breakpoints,t.columnSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[eiP("column")]:i,"> *":{[eiO("column")]:i}})}),n},eiz=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return eiI(e.breakpoints,t.direction,(e,t)=>{e(n,{flexDirection:t})}),n},eiV=({ownerState:e})=>({minWidth:0,boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",...e.wrap&&"wrap"!==e.wrap&&{flexWrap:e.wrap},gap:`var(${eiP("row")}) var(${eiP("column")})`}}),eij=e=>{let t=[];return Object.entries(e).forEach(([e,n])=>{!1!==n&&void 0!==n&&t.push(`grid-${e}-${String(n)}`)}),t},ei$=(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[]},eiH=e=>void 0===e?[]:"object"==typeof e?Object.entries(e).map(([e,t])=>`direction-${e}-${t}`):[`direction-xs-${String(e)}`],eiW=(0,eiD.Z)(),eiG=(0,eiM.Z)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>t.root});function eiq(e){return(0,Xg.Z)({props:e,name:"MuiGrid",defaultTheme:eiW})}let eiU=function(e={}){let{createStyledComponent:t=eiG,useThemeProps:n=eiq,useTheme:r=eiT.Z,componentName:i="MuiGrid"}=e,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)}`,...eiH(r),...eij(s),...n?ei$(o,t.breakpoints.keys[0]):[]]};return(0,eK.Z)(l,e=>(0,e8.ZP)(i,e),{})};function a(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 s=t(eiN,eiF,eiZ,eiL,eiz,eiV,eiB),l=eU.forwardRef(function(e,t){let i=r(),l=n(e),u=(0,hl.Z)(l);!function(e,t){let n=[];void 0!==e.item&&(delete e.item,n.push("item")),void 0!==e.zeroMinWidth&&(delete e.zeroMinWidth,n.push("zeroMinWidth")),t.keys.forEach(t=>{void 0!==e[t]&&(n.push(t),delete e[t])})}(u,i.breakpoints);let{className:c,children:h,columns:d=12,container:p=!1,component:f="div",direction:g="row",wrap:m="wrap",size:v={},offset:y={},spacing:x=0,rowSpacing:b=x,columnSpacing:w=x,unstable_level:S=0,..._}=u,C=a(v,i.breakpoints,e=>!1!==e),k=a(y,i.breakpoints),M=e.columns??(S?void 0:d),T=e.spacing??(S?void 0:x),D=e.rowSpacing??e.spacing??(S?void 0:b),A=e.columnSpacing??e.spacing??(S?void 0:w),I={...u,level:S,columns:M,container:p,direction:g,wrap:m,spacing:T,rowSpacing:D,columnSpacing:A,size:C,offset:k},P=o(I,i);return(0,eq.jsx)(s,{ref:t,as:f,ownerState:I,className:(0,eX.Z)(P.root,c),..._,children:eU.Children.map(h,e=>eU.isValidElement(e)&&(0,eik.Z)(e,["Grid"])&&p&&e.props.container?eU.cloneElement(e,{unstable_level:e.props?.unstable_level??S+1}):e)})});return l.muiName="Grid",l}({createStyledComponent:(0,e1.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,e3.i)({props:e,name:"MuiGrid2"}),useTheme:nH.Z}),eiY=({mapping:e,onChange:t,...n})=>{switch(e.kind){case"Value":return(0,eq.jsx)(tb.Z,{gap:1,direction:"row",...n,children:(0,eq.jsx)(r7,{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,eq.jsxs)(tb.Z,{gap:1,direction:"row",...n,children:[(0,eq.jsx)(r7,{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,eq.jsx)(r7,{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,eq.jsx)(tb.Z,{gap:1,direction:"row",...n,children:(0,eq.jsx)(r7,{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,eq.jsx)(tb.Z,{gap:1,direction:"row",...n,children:(0,eq.jsxs)(r7,{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,eq.jsx)(l4,{value:"empty",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Empty"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches empty string"})]})}),(0,eq.jsx)(l4,{value:"null",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Null"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches null or undefined"})]})}),(0,eq.jsx)(l4,{value:"NaN",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"NaN"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches Not a Number value"})]})}),(0,eq.jsx)(l4,{value:"true",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"True"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches true boolean"})]})}),(0,eq.jsx)(l4,{value:"false",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"False"}),(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches false boolean"})]})})]})});default:return null}},eiX=({mapping:e,onChange:t,onDelete:n,...r})=>{let i=n=>{t({...e,spec:{...e.spec,result:{...e.spec.result,color:n}}})};return(0,eq.jsxs)(eiU,{container:!0,spacing:2,...r,children:[(0,eq.jsx)(eiU,{size:{xs:5},children:(0,eq.jsxs)(tb.Z,{direction:"row",gap:1,width:"100%",children:[(0,eq.jsxs)(r7,{select:!0,label:"Type",value:e.kind,onChange:n=>t({...e,kind:n.target.value}),required:!0,sx:{width:"120px"},children:[(0,eq.jsx)(l4,{value:"Value",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Value"}),"Value"!==e.kind&&(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches an exact text value"})]})}),(0,eq.jsx)(l4,{value:"Range",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Range"}),"Range"!==e.kind&&(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches against a numerical range"})]})}),(0,eq.jsx)(l4,{value:"Regex",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Regex"}),"Regex"!==e.kind&&(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches against a regular expression"})]})}),(0,eq.jsx)(l4,{value:"Misc",children:(0,eq.jsxs)(tb.Z,{children:[(0,eq.jsx)(uq.Z,{children:"Misc"}),"Misc"!==e.kind&&(0,eq.jsx)(uq.Z,{variant:"caption",children:"Matches against empty, null and NaN values"})]})})]}),(0,eq.jsx)(eiY,{width:"100%",mapping:e,onChange:n=>t({...e,...n})})]})}),(0,eq.jsx)(eiU,{size:{xs:4},children:(0,eq.jsx)(r7,{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,eq.jsx)(eiU,{size:{xs:1},children:(0,eq.jsx)(tb.Z,{direction:"row",justifyContent:"center",gap:1,children:e.spec?.result?.color?(0,eq.jsx)(sc,{label:"Color",color:e.spec.result.color??"#000",onColorChange:i,onClear:()=>i(void 0)}):(0,eq.jsx)(tw.Z,{onClick:()=>i("#000"),children:(0,eq.jsx)(Yz.default,{})})})}),(0,eq.jsx)(eiU,{size:{xs:1},textAlign:"end",children:(0,eq.jsx)(dO,{title:"Remove mapping settings",placement:"top",children:(0,eq.jsx)(tw.Z,{size:"small",sx:{marginLeft:"auto"},onClick:n,children:(0,eq.jsx)(Xc.default,{})})})})]})},eiK=({mappings:e,onChange:t})=>{let[n,r]=(0,eU.useState)(e);return(0,eq.jsxs)(tb.Z,{spacing:1,children:[(0,eq.jsxs)(eiU,{container:!0,spacing:2,children:[(0,eq.jsx)(eiU,{size:{xs:5},children:(0,eq.jsx)(uq.Z,{variant:"subtitle1",children:"Condition"})}),(0,eq.jsx)(eiU,{size:{xs:4},children:(0,eq.jsx)(uq.Z,{variant:"subtitle1",children:"Display Text"})}),(0,eq.jsx)(eiU,{size:{xs:1},textAlign:"center",children:(0,eq.jsx)(uq.Z,{variant:"subtitle1",children:"Color"})}),(0,eq.jsx)(eiU,{size:{xs:1}})]}),(0,eq.jsx)(tb.Z,{gap:1.5,divider:(0,eq.jsx)(Bk.Z,{flexItem:!0,orientation:"horizontal"}),children:n.map((e,i)=>(0,eq.jsx)(eiX,{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,eq.jsx)(ty,{variant:"contained",startIcon:(0,eq.jsx)(Yz.default,{}),sx:{marginTop:1},onClick:function(){let e=[...n];e.push({kind:"Value",spec:{result:{value:""}}}),r(e),t(e)},children:"Add value mappings"})]})}},8118: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){return void 0===e?void 0:"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(8118);Object.defineProperty(t,"bindAll",{enumerable:!0,get:function(){return i.bindAll}})},2545:function(e,t,n){var r=n(1822)(n(7400),"DataView");e.exports=r},6586:function(e,t,n){var r=n(7753),i=n(2452),o=n(2115),a=n(8256),s=n(7426);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},6301:function(e,t,n){var r=n(9417),i=n(2470),o=n(6165),a=n(1873),s=n(2556);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},7836:function(e,t,n){var r=n(1822)(n(7400),"Map");e.exports=r},4554:function(e,t,n){var r=n(9448),i=n(7738),o=n(6575),a=n(7238),s=n(8738);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},4825:function(e,t,n){var r=n(1822)(n(7400),"Promise");e.exports=r},6151:function(e,t,n){var r=n(1822)(n(7400),"Set");e.exports=r},2485:function(e,t,n){var r=n(4554),i=n(8639),o=n(8379);function a(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t<n;)this.add(e[t])}a.prototype.add=a.prototype.push=i,a.prototype.has=o,e.exports=a},3694:function(e,t,n){var r=n(6301),i=n(7354),o=n(5863),a=n(2367),s=n(748),l=n(7569);function u(e){var t=this.__data__=new r(e);this.size=t.size}u.prototype.clear=i,u.prototype.delete=o,u.prototype.get=a,u.prototype.has=s,u.prototype.set=l,e.exports=u},6539:function(e,t,n){var r=n(7400).Symbol;e.exports=r},9942:function(e,t,n){var r=n(7400).Uint8Array;e.exports=r},6902:function(e,t,n){var r=n(1822)(n(7400),"WeakMap");e.exports=r},9349:function(e){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},263:function(e){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}},8213:function(e,t,n){var r=n(4701),i=n(2900),o=n(9785),a=n(3854),s=n(2383),l=n(8519),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=o(e),c=!n&&i(e),h=!n&&!c&&a(e),d=!n&&!c&&!h&&l(e),p=n||c||h||d,f=p?r(e.length,String):[],g=f.length;for(var m in e)(t||u.call(e,m))&&!(p&&("length"==m||h&&("offset"==m||"parent"==m)||d&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||s(m,g)))&&f.push(m);return f}},7141:function(e){e.exports=function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}},756:function(e){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}},3140:function(e,t,n){var r=n(8799),i=n(5638);e.exports=function(e,t,n){(void 0===n||i(e[t],n))&&(void 0!==n||t in e)||r(e,t,n)}},1928:function(e,t,n){var r=n(8799),i=n(5638),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var a=e[t];o.call(e,t)&&i(a,n)&&(void 0!==n||t in e)||r(e,t,n)}},3382:function(e,t,n){var r=n(5638);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return -1}},8799:function(e,t,n){var r=n(2630);e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},158:function(e,t,n){var r=n(1611),i=Object.create,o=function(){function e(){}return function(t){if(!r(t))return{};if(i)return i(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=o},9819:function(e,t,n){var r=n(8911)();e.exports=r},1324:function(e,t,n){var r=n(7141),i=n(9785);e.exports=function(e,t,n){var o=t(e);return i(e)?o:r(o,n(e))}},9736:function(e,t,n){var r=n(6539),i=n(4840),o=n(1258),a=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?i(e):o(e)}},5829:function(e,t,n){var r=n(9736),i=n(2360);e.exports=function(e){return i(e)&&"[object Arguments]"==r(e)}},2866:function(e,t,n){var r=n(2772),i=n(2360);e.exports=function e(t,n,o,a,s){return t===n||(null!=t&&null!=n&&(i(t)||i(n))?r(t,n,o,a,e,s):t!=t&&n!=n)}},2772:function(e,t,n){var r=n(3694),i=n(7042),o=n(370),a=n(9584),s=n(3533),l=n(9785),u=n(3854),c=n(8519),h="[object Arguments]",d="[object Array]",p="[object Object]",f=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,g,m,v){var y=l(e),x=l(t),b=y?d:s(e),w=x?d:s(t);b=b==h?p:b,w=w==h?p:w;var S=b==p,_=w==p,C=b==w;if(C&&u(e)){if(!u(t))return!1;y=!0,S=!1}if(C&&!S)return v||(v=new r),y||c(e)?i(e,t,n,g,m,v):o(e,t,b,n,g,m,v);if(!(1&n)){var k=S&&f.call(e,"__wrapped__"),M=_&&f.call(t,"__wrapped__");if(k||M){var T=k?e.value():e,D=M?t.value():t;return v||(v=new r),m(T,D,n,g,v)}}return!!C&&(v||(v=new r),a(e,t,n,g,m,v))}},6729:function(e,t,n){var r=n(8338),i=n(9678),o=n(1611),a=n(6532),s=/^\[object .+?Constructor\]$/,l=Object.prototype,u=Function.prototype.toString,c=l.hasOwnProperty,h=RegExp("^"+u.call(c).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?h:s).test(a(e))}},6972:function(e,t,n){var r=n(9736),i=n(4194),o=n(2360),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,e.exports=function(e){return o(e)&&i(e.length)&&!!a[r(e)]}},186:function(e,t,n){var r=n(6016),i=n(962),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return i(e);var t=[];for(var n in Object(e))o.call(e,n)&&"constructor"!=n&&t.push(n);return t}},9464:function(e,t,n){var r=n(1611),i=n(6016),o=n(1586),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return o(e);var t=i(e),n=[];for(var s in e)"constructor"==s&&(t||!a.call(e,s))||n.push(s);return n}},15:function(e,t,n){var r=n(3694),i=n(3140),o=n(9819),a=n(8867),s=n(1611),l=n(3893),u=n(7494);e.exports=function e(t,n,c,h,d){t!==n&&o(n,function(o,l){if(d||(d=new r),s(o))a(t,n,l,c,e,h,d);else{var p=h?h(u(t,l),o,l+"",t,n,d):void 0;void 0===p&&(p=o),i(t,l,p)}},l)}},8867:function(e,t,n){var r=n(3140),i=n(2734),o=n(3428),a=n(7561),s=n(7635),l=n(2900),u=n(9785),c=n(6468),h=n(3854),d=n(8338),p=n(1611),f=n(861),g=n(8519),m=n(7494),v=n(9328);e.exports=function(e,t,n,y,x,b,w){var S=m(e,n),_=m(t,n),C=w.get(_);if(C){r(e,n,C);return}var k=b?b(S,_,n+"",e,t,w):void 0,M=void 0===k;if(M){var T=u(_),D=!T&&h(_),A=!T&&!D&&g(_);k=_,T||D||A?u(S)?k=S:c(S)?k=a(S):D?(M=!1,k=i(_,!0)):A?(M=!1,k=o(_,!0)):k=[]:f(_)||l(_)?(k=S,l(S)?k=v(S):(!p(S)||d(S))&&(k=s(_))):M=!1}M&&(w.set(_,k),x(k,_,y,b,w),w.delete(_)),r(e,n,k)}},1197:function(e,t,n){var r=n(1137),i=n(1871),o=n(3132);e.exports=function(e,t){return o(i(e,t,r),e+"")}},4459:function(e,t,n){var r=n(551),i=n(2630),o=n(1137),a=i?function(e,t){return i(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:o;e.exports=a},4701:function(e){e.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},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}},9334:function(e){e.exports=function(e){return function(t){return e(t)}}},5581:function(e){e.exports=function(e,t){return e.has(t)}},5825:function(e,t,n){var r=n(9942);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},2734:function(e,t,n){e=n.nmd(e);var r=n(7400),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?r.Buffer:void 0,s=a?a.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}},3428:function(e,t,n){var r=n(5825);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},7561:function(e){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}},5159:function(e,t,n){var r=n(1928),i=n(8799);e.exports=function(e,t,n,o){var a=!n;n||(n={});for(var s=-1,l=t.length;++s<l;){var u=t[s],c=o?o(n[u],e[u],u,n,e):void 0;void 0===c&&(c=e[u]),a?i(n,u,c):r(n,u,c)}return n}},4937:function(e,t,n){var r=n(7400)["__core-js_shared__"];e.exports=r},7270:function(e,t,n){var r=n(1197),i=n(7535);e.exports=function(e){return r(function(t,n){var r=-1,o=n.length,a=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,s&&i(n[0],n[1],s)&&(a=o<3?void 0:a,o=1),t=Object(t);++r<o;){var l=n[r];l&&e(t,l,r,a)}return t})}},8911:function(e){e.exports=function(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var l=a[e?s:++i];if(!1===n(o[l],l,o))break}return t}}},2630:function(e,t,n){var r=n(1822),i=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=i},7042:function(e,t,n){var r=n(2485),i=n(756),o=n(5581);e.exports=function(e,t,n,a,s,l){var u=1&n,c=e.length,h=t.length;if(c!=h&&!(u&&h>c))return!1;var d=l.get(e),p=l.get(t);if(d&&p)return d==t&&p==e;var f=-1,g=!0,m=2&n?new r:void 0;for(l.set(e,t),l.set(t,e);++f<c;){var v=e[f],y=t[f];if(a)var x=u?a(y,v,f,t,e,l):a(v,y,f,e,t,l);if(void 0!==x){if(x)continue;g=!1;break}if(m){if(!i(t,function(e,t){if(!o(m,t)&&(v===e||s(v,e,n,a,l)))return m.push(t)})){g=!1;break}}else if(!(v===y||s(v,y,n,a,l))){g=!1;break}}return l.delete(e),l.delete(t),g}},370:function(e,t,n){var r=n(6539),i=n(9942),o=n(5638),a=n(7042),s=n(9383),l=n(3735),u=r?r.prototype:void 0,c=u?u.valueOf:void 0;e.exports=function(e,t,n,r,u,h,d){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)break;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":if(e.byteLength!=t.byteLength||!h(new i(e),new i(t)))break;return!0;case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var p=s;case"[object Set]":var f=1&r;if(p||(p=l),e.size!=t.size&&!f)break;var g=d.get(e);if(g)return g==t;r|=2,d.set(e,t);var m=a(p(e),p(t),r,u,h,d);return d.delete(e),m;case"[object Symbol]":if(c)return c.call(e)==c.call(t)}return!1}},9584:function(e,t,n){var r=n(1385),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,o,a,s){var l=1&n,u=r(e),c=u.length;if(c!=r(t).length&&!l)return!1;for(var h=c;h--;){var d=u[h];if(!(l?d in t:i.call(t,d)))return!1}var p=s.get(e),f=s.get(t);if(p&&f)return p==t&&f==e;var g=!0;s.set(e,t),s.set(t,e);for(var m=l;++h<c;){var v=e[d=u[h]],y=t[d];if(o)var x=l?o(y,v,d,t,e,s):o(v,y,d,e,t,s);if(!(void 0===x?v===y||a(v,y,n,o,s):x)){g=!1;break}m||(m="constructor"==d)}if(g&&!m){var b=e.constructor,w=t.constructor;b!=w&&"constructor"in e&&"constructor"in t&&!("function"==typeof b&&b instanceof b&&"function"==typeof w&&w instanceof w)&&(g=!1)}return s.delete(e),s.delete(t),g}},9120:function(e,t,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},1385:function(e,t,n){var r=n(1324),i=n(3080),o=n(98);e.exports=function(e){return r(e,o,i)}},5899:function(e,t,n){var r=n(4479);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},1822:function(e,t,n){var r=n(6729),i=n(5371);e.exports=function(e,t){var n=i(e,t);return r(n)?n:void 0}},2173:function(e,t,n){var r=n(8023)(Object.getPrototypeOf,Object);e.exports=r},4840:function(e,t,n){var r=n(6539),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}},3080:function(e,t,n){var r=n(263),i=n(5937),o=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(e){return null==e?[]:r(a(e=Object(e)),function(t){return o.call(e,t)})}:i;e.exports=s},3533:function(e,t,n){var r=n(2545),i=n(7836),o=n(4825),a=n(6151),s=n(6902),l=n(9736),u=n(6532),c="[object Map]",h="[object Promise]",d="[object Set]",p="[object WeakMap]",f="[object DataView]",g=u(r),m=u(i),v=u(o),y=u(a),x=u(s),b=l;(r&&b(new r(new ArrayBuffer(1)))!=f||i&&b(new i)!=c||o&&b(o.resolve())!=h||a&&b(new a)!=d||s&&b(new s)!=p)&&(b=function(e){var t=l(e),n="[object Object]"==t?e.constructor:void 0,r=n?u(n):"";if(r)switch(r){case g:return f;case m:return c;case v:return h;case y:return d;case x:return p}return t}),e.exports=b},5371:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},7753:function(e,t,n){var r=n(5718);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},2452:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=+!!t,t}},2115:function(e,t,n){var r=n(5718),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return i.call(t,e)?t[e]:void 0}},8256:function(e,t,n){var r=n(5718),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:i.call(t,e)}},7426:function(e,t,n){var r=n(5718);e.exports=function(e,t){var n=this.__data__;return this.size+=+!this.has(e),n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},7635:function(e,t,n){var r=n(158),i=n(2173),o=n(6016);e.exports=function(e){return"function"!=typeof e.constructor||o(e)?{}:r(i(e))}},2383:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,n){var r=typeof e;return!!(n=null==n?0x1fffffffffffff:n)&&("number"==r||"symbol"!=r&&t.test(e))&&e>-1&&e%1==0&&e<n}},7535:function(e,t,n){var r=n(5638),i=n(68),o=n(2383),a=n(1611);e.exports=function(e,t,n){if(!a(n))return!1;var s=typeof t;return("number"==s?!!(i(n)&&o(t,n.length)):"string"==s&&t in n)&&r(n[t],e)}},4479:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},9678:function(e,t,n){var r,i=n(4937),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!o&&o in e}},6016:function(e){var t=Object.prototype;e.exports=function(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||t)}},9417:function(e){e.exports=function(){this.__data__=[],this.size=0}},2470:function(e,t,n){var r=n(3382),i=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():i.call(t,n,1),--this.size,!0)}},6165:function(e,t,n){var r=n(3382);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},1873:function(e,t,n){var r=n(3382);e.exports=function(e){return r(this.__data__,e)>-1}},2556:function(e,t,n){var r=n(3382);e.exports=function(e,t){var n=this.__data__,i=r(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}},9448:function(e,t,n){var r=n(6586),i=n(6301),o=n(7836);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},7738:function(e,t,n){var r=n(5899);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=+!!t,t}},6575:function(e,t,n){var r=n(5899);e.exports=function(e){return r(this,e).get(e)}},7238:function(e,t,n){var r=n(5899);e.exports=function(e){return r(this,e).has(e)}},8738:function(e,t,n){var r=n(5899);e.exports=function(e,t){var n=r(this,e),i=n.size;return n.set(e,t),this.size+=+(n.size!=i),this}},9383:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}},5718:function(e,t,n){var r=n(1822)(Object,"create");e.exports=r},962:function(e,t,n){var r=n(8023)(Object.keys,Object);e.exports=r},1586:function(e){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},8125:function(e,t,n){e=n.nmd(e);var r=n(9120),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i&&r.process,s=function(){try{var e=o&&o.require&&o.require("util").types;if(e)return e;return a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=s},1258:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},8023:function(e){e.exports=function(e,t){return function(n){return e(t(n))}}},1871:function(e,t,n){var r=n(9349),i=Math.max;e.exports=function(e,t,n){return t=i(void 0===t?e.length-1:t,0),function(){for(var o=arguments,a=-1,s=i(o.length-t,0),l=Array(s);++a<s;)l[a]=o[t+a];a=-1;for(var u=Array(t+1);++a<t;)u[a]=o[a];return u[t]=n(l),r(e,this,u)}}},7400:function(e,t,n){var r=n(9120),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();e.exports=o},7494:function(e){e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},8639:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},8379:function(e){e.exports=function(e){return this.__data__.has(e)}},3735:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}},3132:function(e,t,n){var r=n(4459),i=n(9591)(r);e.exports=i},9591:function(e){var t=Date.now;e.exports=function(e){var n=0,r=0;return function(){var i=t(),o=16-(i-r);if(r=i,o>0){if(++n>=800)return arguments[0]}else n=0;return e.apply(void 0,arguments)}}},7354:function(e,t,n){var r=n(6301);e.exports=function(){this.__data__=new r,this.size=0}},5863:function(e){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},2367:function(e){e.exports=function(e){return this.__data__.get(e)}},748:function(e){e.exports=function(e){return this.__data__.has(e)}},7569:function(e,t,n){var r=n(6301),i=n(7836),o=n(4554);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!i||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new o(a)}return n.set(e,t),this.size=n.size,this}},6532:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},6127:function(e){var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},551:function(e){e.exports=function(e){return function(){return e}}},6726:function(e,t,n){var r=n(1611),i=n(2846),o=n(1936),a=Math.max,s=Math.min;e.exports=function(e,t,n){var l,u,c,h,d,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,h=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);d=setTimeout(b,(e=o-p,n=o-f,r=t-e,m?s(r,c-n):r))}function w(e){return(d=void 0,v&&l)?y(e):(l=u=void 0,h)}function S(){var e,n=i(),r=x(n);if(l=arguments,u=this,p=n,r){if(void 0===d)return f=e=p,d=setTimeout(b,t),g?y(e):h;if(m)return clearTimeout(d),d=setTimeout(b,t),y(p)}return void 0===d&&(d=setTimeout(b,t)),h}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!==d&&clearTimeout(d),f=0,l=p=u=d=void 0},S.flush=function(){return void 0===d?h:w(i())},S}},5638:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},1137:function(e){e.exports=function(e){return e}},2900:function(e,t,n){var r=n(5829),i=n(2360),o=Object.prototype,a=o.hasOwnProperty,s=o.propertyIsEnumerable,l=r(function(){return arguments}())?r:function(e){return i(e)&&a.call(e,"callee")&&!s.call(e,"callee")};e.exports=l},9785:function(e){var t=Array.isArray;e.exports=t},68:function(e,t,n){var r=n(8338),i=n(4194);e.exports=function(e){return null!=e&&i(e.length)&&!r(e)}},6468:function(e,t,n){var r=n(68),i=n(2360);e.exports=function(e){return i(e)&&r(e)}},3854:function(e,t,n){e=n.nmd(e);var r=n(7400),i=n(7714),o=t&&!t.nodeType&&t,a=o&&e&&!e.nodeType&&e,s=a&&a.exports===o?r.Buffer:void 0,l=s?s.isBuffer:void 0;e.exports=l||i},6141:function(e,t,n){var r=n(2866);e.exports=function(e,t){return r(e,t)}},8338:function(e,t,n){var r=n(9736),i=n(1611);e.exports=function(e){if(!i(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},4194:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=0x1fffffffffffff}},1611:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},2360:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},861:function(e,t,n){var r=n(9736),i=n(2173),o=n(2360),a=Object.prototype,s=Function.prototype.toString,l=a.hasOwnProperty,u=s.call(Object);e.exports=function(e){if(!o(e)||"[object Object]"!=r(e))return!1;var t=i(e);if(null===t)return!0;var n=l.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==u}},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)}},8519:function(e,t,n){var r=n(6972),i=n(9334),o=n(8125),a=o&&o.isTypedArray,s=a?i(a):r;e.exports=s},98:function(e,t,n){var r=n(8213),i=n(186),o=n(68);e.exports=function(e){return o(e)?r(e):i(e)}},3893:function(e,t,n){var r=n(8213),i=n(9464),o=n(68);e.exports=function(e){return o(e)?r(e,!0):i(e)}},5409:function(e,t,n){var r=n(15),i=n(7270)(function(e,t,n){r(e,t,n)});e.exports=i},2846:function(e,t,n){var r=n(7400);e.exports=function(){return r.Date.now()}},5937:function(e){e.exports=function(){return[]}},7714:function(e){e.exports=function(){return!1}},1936:function(e,t,n){var r=n(4833),i=n(1611),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}},9328:function(e,t,n){var r=n(5159),i=n(3893);e.exports=function(e){return r(e,i(e))}},9986:function(e,t,n){"use strict";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.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")},791:function(e,t,n){"use strict";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.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")},354:function(e,t,n){"use strict";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.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";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.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";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.default)("M7,19V17H9V19H7M11,19V17H13V19H11M15,19V17H17V19H15M7,15V13H9V15H7M11,15V13H13V15H11M15,15V13H17V15H15M7,11V9H9V11H7M11,11V9H13V11H11M15,11V9H17V11H15M7,7V5H9V7H7M11,7V5H13V7H11M15,7V5H17V7H15Z","Drag")},8418:function(e,t,n){"use strict";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.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";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.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";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.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";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.default)("M19,13H5V11H19V13Z","Minus")},1889:function(e,t,n){"use strict";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.default)("M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z","Pin")},5186:function(e,t,n){"use strict";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.default)("M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12M8.8,14L10,12.8V4H14V12.8L15.2,14H8.8Z","PinOutline")},3755:function(e,t,n){"use strict";t.default=void 0;var r,i=(r=n(265))&&r.__esModule?r:{default:r};t.default=(0,i.default)("M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z","Plus")},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))},i=e.displayName||e.name||"Unknown";return r.displayName="withErrorBoundary("+i+")",r},Object.defineProperty(e,"__esModule",{value:!0})}(t,n(4538))}}]);