@perses-dev/timeseries-table-plugin 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +41 -0
- package/__mf/css/async/341.53436797.css +1 -0
- package/__mf/css/async/759.53436797.css +1 -0
- package/__mf/font/lato-all-300-normal.322bdf14.woff +0 -0
- package/__mf/font/lato-all-400-normal.63513b00.woff +0 -0
- package/__mf/font/lato-all-700-normal.bb27db94.woff +0 -0
- package/__mf/font/lato-all-900-normal.a27049a3.woff +0 -0
- package/__mf/font/lato-latin-300-normal.c5195215.woff2 +0 -0
- package/__mf/font/lato-latin-400-normal.b7ffde23.woff2 +0 -0
- package/__mf/font/lato-latin-700-normal.d5eb20bc.woff2 +0 -0
- package/__mf/font/lato-latin-900-normal.d884a71c.woff2 +0 -0
- package/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2 +0 -0
- package/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2 +0 -0
- package/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2 +0 -0
- package/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2 +0 -0
- package/__mf/js/795.a00f14d5.js +5 -0
- package/__mf/js/TimeSeriesTable.78b6adc4.js +5 -0
- package/__mf/js/async/156.edaa1366.js +1 -0
- package/__mf/js/async/173.7677c422.js +2 -0
- package/__mf/js/async/173.7677c422.js.LICENSE.txt +19 -0
- package/__mf/js/async/570.4e5c2806.js +1 -0
- package/__mf/js/async/620.989f65d2.js +2 -0
- package/__mf/js/async/620.989f65d2.js.LICENSE.txt +9 -0
- package/__mf/js/async/621.966dfe80.js +111 -0
- package/__mf/js/async/621.966dfe80.js.LICENSE.txt +52 -0
- package/__mf/js/async/651.f2005980.js +1 -0
- package/__mf/js/async/694.46f61549.js +1 -0
- package/__mf/js/async/740.64988389.js +1 -0
- package/__mf/js/async/75.65fec995.js +1 -0
- package/__mf/js/async/770.46d7d5f9.js +1 -0
- package/__mf/js/async/960.d242a960.js +2 -0
- package/__mf/js/async/960.d242a960.js.LICENSE.txt +8 -0
- package/__mf/js/async/964.7386b918.js +2 -0
- package/__mf/js/async/964.7386b918.js.LICENSE.txt +9 -0
- package/__mf/js/async/998.e20cf478.js +65 -0
- package/__mf/js/async/998.e20cf478.js.LICENSE.txt +59 -0
- package/__mf/js/async/__federation_expose_TimeSeriesTable.0774ca0f.js +1 -0
- package/__mf/js/main.857476c9.js +1 -0
- package/lib/TimeSeriesTable.d.ts +8 -0
- package/lib/TimeSeriesTable.d.ts.map +1 -0
- package/lib/TimeSeriesTable.js +29 -0
- package/lib/TimeSeriesTable.js.map +1 -0
- package/lib/TimeSeriesTablePanel.d.ts +7 -0
- package/lib/TimeSeriesTablePanel.d.ts.map +1 -0
- package/lib/TimeSeriesTablePanel.js +33 -0
- package/lib/TimeSeriesTablePanel.js.map +1 -0
- package/lib/bootstrap.d.ts +2 -0
- package/lib/bootstrap.d.ts.map +1 -0
- package/lib/bootstrap.js +19 -0
- package/lib/bootstrap.js.map +1 -0
- package/lib/cjs/TimeSeriesTable.js +35 -0
- package/lib/cjs/TimeSeriesTablePanel.js +41 -0
- package/lib/cjs/bootstrap.js +26 -0
- package/lib/cjs/components/DataTable.js +185 -0
- package/lib/cjs/components/HistogramChart.js +121 -0
- package/lib/cjs/components/SeriesName.js +100 -0
- package/lib/cjs/components/index.js +20 -0
- package/lib/cjs/env.d.js +14 -0
- package/lib/cjs/getPluginModule.js +27 -0
- package/lib/cjs/index-federation.js +55 -0
- package/lib/cjs/index.js +29 -0
- package/lib/cjs/model.js +5 -0
- package/lib/cjs/setup-tests.js +19 -0
- package/lib/cjs/test/mock-query-results.js +417 -0
- package/lib/components/DataTable.d.ts +18 -0
- package/lib/components/DataTable.d.ts.map +1 -0
- package/lib/components/DataTable.js +173 -0
- package/lib/components/DataTable.js.map +1 -0
- package/lib/components/HistogramChart.d.ts +16 -0
- package/lib/components/HistogramChart.d.ts.map +1 -0
- package/lib/components/HistogramChart.js +113 -0
- package/lib/components/HistogramChart.js.map +1 -0
- package/lib/components/SeriesName.d.ts +11 -0
- package/lib/components/SeriesName.d.ts.map +1 -0
- package/lib/components/SeriesName.js +95 -0
- package/lib/components/SeriesName.js.map +1 -0
- package/lib/components/index.d.ts +4 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +5 -0
- package/lib/components/index.js.map +1 -0
- package/lib/env.d.js +15 -0
- package/lib/env.d.js.map +1 -0
- package/lib/getPluginModule.d.ts +6 -0
- package/lib/getPluginModule.d.ts.map +1 -0
- package/lib/getPluginModule.js +16 -0
- package/lib/getPluginModule.js.map +1 -0
- package/lib/index-federation.d.ts +1 -0
- package/lib/index-federation.d.ts.map +1 -0
- package/lib/index-federation.js +15 -0
- package/lib/index-federation.js.map +1 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +8 -0
- package/lib/index.js.map +1 -0
- package/lib/model.d.ts +3 -0
- package/lib/model.d.ts.map +1 -0
- package/lib/model.js +4 -0
- package/lib/model.js.map +1 -0
- package/lib/setup-tests.d.ts +2 -0
- package/lib/setup-tests.d.ts.map +1 -0
- package/lib/setup-tests.js +17 -0
- package/lib/setup-tests.js.map +1 -0
- package/lib/test/mock-query-results.d.ts +136 -0
- package/lib/test/mock-query-results.d.ts.map +1 -0
- package/lib/test/mock-query-results.js +389 -0
- package/lib/test/mock-query-results.js.map +1 -0
- package/mf-manifest.json +212 -0
- package/mf-stats.json +242 -0
- package/package.json +54 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/*! For license information please see 998.e20cf478.js.LICENSE.txt */
|
|
2
|
+
(self.webpackChunkTimeSeriesTable=self.webpackChunkTimeSeriesTable||[]).push([["998"],{7999:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(4384).Z},9261:function(e,t,n){"use strict";n.r(t),n.d(t,{useForkRef:()=>b.Z,mergeSlotProps:()=>w.Z,isMuiElement:()=>u.Z,unstable_memoTheme:()=>c.Z,deprecatedPropType:()=>l,setRef:()=>f,createChainedFunction:()=>o,requirePropFactory:()=>p,unstable_useEnhancedEffect:()=>g.Z,capitalize:()=>i.Z,useControlled:()=>y.Z,useEventCallback:()=>x.Z,ownerWindow:()=>h.Z,debounce:()=>s.Z,ownerDocument:()=>d.Z,unstable_useId:()=>m.Z,unstable_ClassNameGenerator:()=>S,createSvgIcon:()=>a.Z,unsupportedProp:()=>v});var r=n(544),i=n(1640);let o=n(8543).Z;var a=n(247),s=n(7999);let l=function(e,t){return()=>null};var u=n(777),c=n(2319),d=n(2444),h=n(4255);let p=function(e,t){return()=>null},f=n(5817).Z;var g=n(6758),m=n(6839);let v=function(e,t,n,r,i){return null};var y=n(8817),x=n(7151),b=n(1183),w=n(7834);let S={configure:e=>{r.Z.configure(e)}}},777:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(1104).Z},7834:function(e,t,n){"use strict";n.d(t,{Z:()=>i});var r=n(496);function i(e,t){if(!e)return t;if("function"==typeof e||"function"==typeof t)return n=>{let i="function"==typeof t?t(n):t,o="function"==typeof e?e({...n,...i}):e,a=(0,r.Z)(n?.className,i?.className,o?.className);return{...i,...o,...!!a&&{className:a},...i?.style&&o?.style&&{style:{...i.style,...o.style}},...i?.sx&&o?.sx&&{sx:[...Array.isArray(i.sx)?i.sx:[i.sx],...Array.isArray(o.sx)?o.sx:[o.sx]]}}};let n=(0,r.Z)(t?.className,e?.className);return{...t,...e,...!!n&&{className:n},...t?.style&&e?.style&&{style:{...t.style,...e.style}},...t?.sx&&e?.sx&&{sx:[...Array.isArray(t.sx)?t.sx:[t.sx],...Array.isArray(e.sx)?e.sx:[e.sx]]}}}},2444:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(668).Z},4255:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(3205).Z},8817:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(9831).Z},6758:function(e,t,n){"use strict";n.d(t,{Z:()=>r});let r=n(6858).Z},8543:function(e,t,n){"use strict";function r(...e){return e.reduce((e,t)=>null==t?e:function(...n){e.apply(this,n),t.apply(this,n)},()=>{})}n.d(t,{Z:()=>r})},4384:function(e,t,n){"use strict";function r(e,t=166){let n;function i(...r){clearTimeout(n),n=setTimeout(()=>{e.apply(this,r)},t)}return i.clear=()=>{clearTimeout(n)},i}n.d(t,{Z:()=>r})},1104:function(e,t,n){"use strict";n.d(t,{Z:()=>i});var r=n(4538);function i(e,t){return r.isValidElement(e)&&-1!==t.indexOf(e.type.muiName??e.type?._payload?.value?.muiName)}},668:function(e,t,n){"use strict";function r(e){return e&&e.ownerDocument||document}n.d(t,{Z:()=>r})},3205:function(e,t,n){"use strict";n.d(t,{Z:()=>i});var r=n(668);function i(e){return(0,r.Z)(e).defaultView||window}},9831:function(e,t,n){"use strict";n.d(t,{Z:()=>i});var r=n(4538);function i({controlled:e,default:t,name:n,state:i="value"}){let{current:o}=r.useRef(void 0!==e),[a,s]=r.useState(t),l=r.useCallback(e=>{o||s(e)},[]);return[o?e:a,l]}},3191:function(e,t,n){"use strict";let r,i,o,a;n.r(t),n.d(t,{ErrorAlert:()=>xf,JSONEditor:()=>P$,INCREASE_NEARBY_SERIES_MULTIPLIER:()=>Lo,OptionsEditorGroup:()=>ZB,DensitySelector:()=>v6,assembleTransform:()=>Lf,clearHighlightedSeries:()=>R7,getColorsForValues:()=>XD,ErrorBoundary:()=>xg.ErrorBoundary,SeriesMarker:()=>R$,TimeRangeSelector:()=>qh,testChartsTheme:()=>YE,ChartsThemeContext:()=>iH,TextOverlay:()=>Zq,hexToHSL:()=>XP,DEFAULT_COLUMN_HEIGHT:()=>f6,useMousePosition:()=>RN,NoDataOverlay:()=>ZY,generateChartsTheme:()=>YD,OptionsEditorGrid:()=>ZN,OPTIMIZED_MODE_SERIES_LIMIT:()=>R3,TOOLTIP_ADJUST_Y_POS_MULTIPLIER:()=>Rk,DiscardChangesConfirmationDialog:()=>mt,getDateRange:()=>af,EMPHASIZED_SERIES_DESCRIPTION:()=>RI,useChartsTheme:()=>iG,persesColumnsToTanstackColumns:()=>f9,mockChartsContext:()=>YR,Legend:()=>gL,TOOLTIP_DATE_FORMAT:()=>RP,TOOLTIP_MAX_WIDTH:()=>RS,dateFormatOptionsWithTimeZone:()=>Rp,legacyCheckforNearbySeries:()=>Lu,ToolbarIconButton:()=>qf,PIN_TOOLTIP_HELP_TEXT:()=>Rz,checkforNearbyTimeSeries:()=>Ll,getTheme:()=>Y0,PieChart:()=>KP,TooltipHeader:()=>R5,TOOLTIP_BG_COLOR_FALLBACK:()=>RD,UNPIN_TOOLTIP_HELP_TEXT:()=>RF,DateTimeRangePicker:()=>qd,handleMoveUp:()=>y5,browser:()=>RR,getClosestTimestamp:()=>Lr,formatWithTimeZone:()=>Rf,batchDispatchNearbySeriesActions:()=>Lt,getFormattedAxis:()=>ap,useTimeZone:()=>Rb,ChartsProvider:()=>i$,isWithinPercentageRange:()=>Lh,TOOLTIP_MIN_WIDTH:()=>Rw,StatusHistoryChart:()=>XA,TOOLTIP_LABELS_MAX_WIDTH:()=>RM,getYBuffer:()=>Lp,DEFAULT_PINNED_CROSSHAIR:()=>R6,LineChartTooltip:()=>Lm,FormatControls:()=>qv,TooltipContent:()=>RG,hslToHex:()=>XO,SHOW_FEWER_SERIES_LIMIT:()=>Ls,TimeChartTooltip:()=>F0,getClosestTimestampInFullDataset:()=>Li,getTableCellLayout:()=>f8,pointerEventsSupported:()=>RL,EChart:()=>ac,PINNED_CROSSHAIR_SERIES_NAME:()=>R4,SortSelector:()=>ZJ,SnackbarProvider:()=>YA,Drawer:()=>xh,AlignSelector:()=>K,LinksEditor:()=>ZS,ValueMappingsEditor:()=>X4,TimeZoneContext:()=>Ry,GaugeChart:()=>xO,LineChart:()=>Lv,SeriesLabelsStack:()=>RH,checkCrosshairPinnedStatus:()=>Ln,StatChart:()=>Z2,SeriesInfo:()=>RW,ColorPicker:()=>u8,Table:()=>gD,useSnackbar:()=>Y_,InfoTooltip:()=>vv,TimeZoneProvider:()=>Rx,LoadingOverlay:()=>ZK,typography:()=>YJ,Dialog:()=>me,DropIndicator:()=>v8,TransformsEditor:()=>Kr,OptionsEditorControl:()=>vb,TOOLTIP_PADDING:()=>RT,getFormattedAxisLabel:()=>Rm,SortSelectorButtons:()=>ZQ,getTooltipStyles:()=>Lg,useChartsContext:()=>iW,RefreshIntervalPicker:()=>Ki,enableDataZoom:()=>R8,useDragAndDropMonitor:()=>yG,trackingEventName:()=>RZ,combineSx:()=>p3,OptionsEditorColumn:()=>ZZ,getDateAndTime:()=>Rv,ThresholdsEditor:()=>Nc,DEFAULT_TOOLTIP_CONFIG:()=>RB,handleMoveDown:()=>y3,DragButton:()=>y4,useId:()=>mr,ContentWithLegend:()=>gN,BarChart:()=>ag,getFormattedDate:()=>Rg,NEARBY_SERIES_DESCRIPTION:()=>R_,getColorForValue:()=>XI,isLegendItemVisuallySelected:()=>p9,getPointInGrid:()=>Le,EMPTY_TOOLTIP_DATA:()=>RE,legacyGetNearbySeriesData:()=>Ld,buildRelativeTimeOption:()=>YP,SettingsAutocomplete:()=>v3,FontSizeSelector:()=>xv,defaultCursorData:()=>RO,DYNAMIC_NEARBY_SERIES_MULTIPLIER:()=>La,FALLBACK_COLOR:()=>X_,getNearbySeriesData:()=>Lc,TOOLTIP_MAX_HEIGHT:()=>RC,YAxisLabel:()=>qy,TimeChart:()=>F1,FALLBACK_CHART_WIDTH:()=>RA,DragAndDropElement:()=>yU,getResponsiveValueSize:()=>xE,restoreChart:()=>R9,ModeSelector:()=>Zk,TextField:()=>gB,DEFAULT_COLUMN_WIDTH:()=>f4,FormActions:()=>xS,OptionsColorPicker:()=>u7});var s,l,u,c,d,h,p,f=n(4246),g=n(4538),m=n.n(g),v=n(496),y=n(2267),x=n(6838);function b(e){return g.Children.toArray(e).filter(e=>g.isValidElement(e))}var w=n(1640),S=n(2709),C=n(2319),M=n(433),k=n(1751),T=n(4124),A=n(6749);function _(e){return(0,A.ZP)("MuiButtonGroup",e)}let I=(0,T.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"]),D=g.createContext({}),P=g.createContext(void 0),O=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,w.Z)(n)}`],grouped:["grouped",`grouped${(0,w.Z)(a)}`,`grouped${(0,w.Z)(s)}`,`grouped${(0,w.Z)(s)}${(0,w.Z)(a)}`,`grouped${(0,w.Z)(s)}${(0,w.Z)(n)}`,r&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,y.Z)(l,_,t)},E=(0,S.ZP)("div",{name:"MuiButtonGroup",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${I.grouped}`]:t.grouped},{[`& .${I.grouped}`]:t[`grouped${(0,w.Z)(n.orientation)}`]},{[`& .${I.grouped}`]:t[`grouped${(0,w.Z)(n.variant)}`]},{[`& .${I.grouped}`]:t[`grouped${(0,w.Z)(n.variant)}${(0,w.Z)(n.orientation)}`]},{[`& .${I.grouped}`]:t[`grouped${(0,w.Z)(n.variant)}${(0,w.Z)(n.color)}`]},{[`& .${I.firstButton}`]:t.firstButton},{[`& .${I.lastButton}`]:t.lastButton},{[`& .${I.middleButton}`]:t.middleButton},t.root,t[n.variant],!0===n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,"vertical"===n.orientation&&t.vertical]}})((0,C.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",[`& .${I.lastButton},& .${I.middleButton}`]:{borderTopRightRadius:0,borderTopLeftRadius:0},[`& .${I.firstButton},& .${I.middleButton}`]:{borderBottomRightRadius:0,borderBottomLeftRadius:0}}},{props:{orientation:"horizontal"},style:{[`& .${I.firstButton},& .${I.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${I.lastButton},& .${I.middleButton}`]:{borderTopLeftRadius:0,borderBottomLeftRadius:0}}},{props:{variant:"text",orientation:"horizontal"},style:{[`& .${I.firstButton},& .${I.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)"}`,[`&.${I.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"text",orientation:"vertical"},style:{[`& .${I.firstButton},& .${I.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)"}`,[`&.${I.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,M.Z)()).flatMap(([t])=>[{props:{variant:"text",color:t},style:{[`& .${I.firstButton},& .${I.middleButton}`]:{borderColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.5)`:(0,x.Fq)(e.palette[t].main,.5)}}}]),{props:{variant:"outlined",orientation:"horizontal"},style:{[`& .${I.firstButton},& .${I.middleButton}`]:{borderRightColor:"transparent","&:hover":{borderRightColor:"currentColor"}},[`& .${I.lastButton},& .${I.middleButton}`]:{marginLeft:-1}}},{props:{variant:"outlined",orientation:"vertical"},style:{[`& .${I.firstButton},& .${I.middleButton}`]:{borderBottomColor:"transparent","&:hover":{borderBottomColor:"currentColor"}},[`& .${I.lastButton},& .${I.middleButton}`]:{marginTop:-1}}},{props:{variant:"contained",orientation:"horizontal"},style:{[`& .${I.firstButton},& .${I.middleButton}`]:{borderRight:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${I.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"contained",orientation:"vertical"},style:{[`& .${I.firstButton},& .${I.middleButton}`]:{borderBottom:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${I.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,M.Z)(["dark"])).map(([t])=>({props:{variant:"contained",color:t},style:{[`& .${I.firstButton},& .${I.middleButton}`]:{borderColor:(e.vars||e).palette[t].dark}}}))],[`& .${I.grouped}`]:{minWidth:40,boxShadow:"none",props:{variant:"contained"},style:{"&:hover":{boxShadow:"none"}}}}))),R=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiButtonGroup"}),{children:r,className:i,color:o="primary",component:a="div",disabled:s=!1,disableElevation:l=!1,disableFocusRipple:u=!1,disableRipple:c=!1,fullWidth:d=!1,orientation:h="horizontal",size:p="medium",variant:m="outlined",...y}=n,x={...n,color:o,component:a,disabled:s,disableElevation:l,disableFocusRipple:u,disableRipple:c,fullWidth:d,orientation:h,size:p,variant:m},w=O(x),S=g.useMemo(()=>({className:w.grouped,color:o,disabled:s,disableElevation:l,disableFocusRipple:u,disableRipple:c,fullWidth:d,size:p,variant:m}),[o,s,l,u,c,d,p,m,w.grouped]),C=b(r),M=C.length,T=e=>{let t=0===e,n=e===M-1;return t&&n?"":t?w.firstButton:n?w.lastButton:w.middleButton};return(0,f.jsx)(E,{as:a,role:"group",className:(0,v.Z)(w.root,i),ref:t,ownerState:x,...y,children:(0,f.jsx)(D.Provider,{value:S,children:C.map((e,t)=>(0,f.jsx)(P.Provider,{value:T(t),children:e},t))})})});var L=n(6819),Z=n(6839),N=n(3037),B=n(4544),z=n(898);function F(e){return(0,A.ZP)("MuiButton",e)}let j=(0,T.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"]),V=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,w.Z)(t)}`,`size${(0,w.Z)(i)}`,`${o}Size${(0,w.Z)(i)}`,`color${(0,w.Z)(t)}`,n&&"disableElevation",r&&"fullWidth",a&&`loadingPosition${(0,w.Z)(s)}`],startIcon:["icon","startIcon",`iconSize${(0,w.Z)(i)}`],endIcon:["icon","endIcon",`iconSize${(0,w.Z)(i)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},c=(0,y.Z)(u,F,l);return{...l,...c}},$=[{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}}}],H=(0,S.ZP)(B.Z,{shouldForwardProp:e=>(0,N.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,w.Z)(n.color)}`],t[`size${(0,w.Z)(n.size)}`],t[`${n.variant}Size${(0,w.Z)(n.size)}`],"inherit"===n.color&&t.colorInherit,n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,n.loading&&t.loading]}})((0,C.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"},[`&.${j.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]},[`&.${j.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${j.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)",[`&.${j.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,M.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,x.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,x.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,x.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,x.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,x.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"},[`&.${j.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${j.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}),[`&.${j.loading}`]:{color:"transparent"}}}]}})),W=(0,S.ZP)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.startIcon,n.loading&&t.startIconLoadingStart,t[`iconSize${(0,w.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}},...$]})),G=(0,S.ZP)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.endIcon,n.loading&&t.endIconLoadingEnd,t[`iconSize${(0,w.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}},...$]})),U=(0,S.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}}]})),q=(0,S.ZP)("span",{name:"MuiButton",slot:"LoadingIconPlaceholder",overridesResolver:(e,t)=>t.loadingIconPlaceholder})({display:"inline-block",width:"1em",height:"1em"}),Y=g.forwardRef(function(e,t){let n=g.useContext(D),r=g.useContext(P),i=(0,L.Z)(n,e),o=(0,k.i)({props:i,name:"MuiButton"}),{children:a,color:s="primary",component:l="button",className:u,disabled:c=!1,disableElevation:d=!1,disableFocusRipple:h=!1,endIcon:p,focusVisibleClassName:m,fullWidth:y=!1,id:x,loading:b=null,loadingIndicator:w,loadingPosition:S="center",size:C="medium",startIcon:M,type:T,variant:A="text",..._}=o,I=(0,Z.Z)(x),O=w??(0,f.jsx)(z.Z,{"aria-labelledby":I,color:"inherit",size:16}),E={...o,color:s,component:l,disabled:c,disableElevation:d,disableFocusRipple:h,fullWidth:y,loading:b,loadingIndicator:O,loadingPosition:S,size:C,type:T,variant:A},R=V(E),N=(M||b&&"start"===S)&&(0,f.jsx)(W,{className:R.startIcon,ownerState:E,children:M||(0,f.jsx)(q,{className:R.loadingIconPlaceholder,ownerState:E})}),B=(p||b&&"end"===S)&&(0,f.jsx)(G,{className:R.endIcon,ownerState:E,children:p||(0,f.jsx)(q,{className:R.loadingIconPlaceholder,ownerState:E})}),F="boolean"==typeof b?(0,f.jsx)("span",{className:R.loadingWrapper,style:{display:"contents"},children:b&&(0,f.jsx)(U,{className:R.loadingIndicator,ownerState:E,children:O})}):null;return(0,f.jsxs)(H,{ownerState:E,className:(0,v.Z)(n.className,R.root,u,r||""),component:l,disabled:c||b,focusRipple:!h,focusVisibleClassName:(0,v.Z)(R.focusVisible,m),ref:t,type:T,id:b?I:x,..._,classes:R,children:[N,"end"!==S&&F,a,"end"===S&&F,B]})});function K({onChange:e,value:t="left",...n}){let r=t=>{e(t)};return(0,f.jsxs)(R,{"aria-label":"Alignement",...n,children:[(0,f.jsx)(Y,{onClick:()=>r("left"),variant:"left"===t?"contained":"outlined",children:"Left"},"left"),(0,f.jsx)(Y,{onClick:()=>r("center"),variant:"center"===t?"contained":"outlined",children:"Center"},"center"),(0,f.jsx)(Y,{onClick:()=>r("right"),variant:"right"===t?"contained":"outlined",children:"Right"},"right")]})}var X="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{};function J(){if(uM)return uC;uM=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 uC={unformat:function(n,r){let i;let o=et(),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="",d=r.replace(/(^[^(]*)\((.*)\)([^)]*$)/,"$1$2$3");if(d!==r)return -1*n(d,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 h=parseFloat(r);if(isNaN(h))return;let p=a(h);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 Q(){if(uT)return uk;uT=1;let e=J(),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 uk={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 ee={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 et(){let e;if(u_)return uA;u_=1;let t=uS?uw:(uS=1,uw={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=Q(),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=ee.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,uA=r}var en={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 d(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 h(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,M=B.prototype={constructor:B,toString:null,valueOf:null},k=new B(1),T=20,A=4,_=-7,I=21,D=-1e7,P=1e7,O=!1,E=1,R=0,L={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:"\xa0",suffix:""},Z="0123456789abcdefghijklmnopqrstuvwxyz",N=!0;function B(e,t){var r,o,s,l,u,c,h,p,f=this;if(!(f instanceof B))return new B(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<D?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 C(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(d(t,2,Z.length,"Base"),10==t&&N)return V(f=new B(e),T+f.e+1,A);if(p=String(e),c="number"==typeof e){if(0*e!=0)return C(f,p,c,t);if(f.s=1/e<0?(p=p.slice(1),-1):1,B.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=Z.slice(0,t),l=u=0,h=p.length;u<h;u++)if(0>r.indexOf(o=p.charAt(u))){if("."==o){if(u>l){l=h;continue}}else if(!s&&(p==p.toUpperCase()&&(p=p.toLowerCase())||p==p.toLowerCase()&&(p=p.toUpperCase()))){s=!0,u=-1,l=0;continue}return C(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(h=p.length;48===p.charCodeAt(--h););if(p=p.slice(u,++h)){if(h-=u,c&&B.DEBUG&&h>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<D)f.c=[f.e=0];else{if(f.e=l,f.c=[],u=(l+1)%14,l<0&&(u+=14),u<h){for(u&&f.c.push(+p.slice(0,u)),h-=14;u<h;)f.c.push(+p.slice(u,u+=14));u=14-(p=p.slice(u)).length}else u-=h;for(;u--;p+="0");f.c.push(+p)}}else f.c=[f.e=0]}function z(e,t,n,r){var i,o,a,s,l;if(null==n?n=A:d(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<=_||a>=I)?p(l,a):f(l,a,"0");else if(o=(e=V(new B(e),t,n)).e,s=(l=u(e.c)).length,1==r||2==r&&(t<=o||o<=_)){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 F(e,t){for(var n,r,i=1,o=new B(e[0]);i<e.length;i++)(r=new B(e[i])).s&&(n=c(o,r))!==t&&(0!==n||o.s!==t)||(o=r);return o}function j(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<D?e.c=[e.e=0]:(e.e=n,e.c=t),e}function V(e,t,n,o){var a,l,u,c,d,h,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((d=f[h=0])/s[a-u-1]%10);else if((h=r((l+1)/14))>=f.length){if(o){for(;f.length<=h;f.push(0));d=p=0,a=1,l%=14,u=l-14+1}else break e}else{for(a=1,d=c=f[h];c>=10;c/=10,a++);l%=14,p=(u=l-14+a)<0?0:i(d/s[a-u-1]%10)}if(o=o||t<0||null!=f[h+1]||(u<0?d:d%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?d/s[a-u]:0:f[h-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=h,c=1,h--):(f.length=h+1,c=s[14-l],f[h]=u>0?i(d/s[a-u]%s[u])*c:0),o)for(;;){if(0==h){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[h]+=c,1e14!=f[h])break;f[h--]=0,c=1}for(l=f.length;0===f[--l];f.pop());}e.e>P?e.c=e.e=null:e.e<D&&(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<=_||n>=I?p(t,n):f(t,n,"0"),e.s<0?"-"+t:t)}return B.clone=e,B.ROUND_UP=0,B.ROUND_DOWN=1,B.ROUND_CEIL=2,B.ROUND_FLOOR=3,B.ROUND_HALF_UP=4,B.ROUND_HALF_DOWN=5,B.ROUND_HALF_EVEN=6,B.ROUND_HALF_CEIL=7,B.ROUND_HALF_FLOOR=8,B.EUCLID=9,B.config=B.set=function(e){var t,n;if(null!=e){if("object"==typeof e){if(e.hasOwnProperty(t="DECIMAL_PLACES")&&(d(n=e[t],0,1e9,t),T=n),e.hasOwnProperty(t="ROUNDING_MODE")&&(d(n=e[t],0,8,t),A=n),e.hasOwnProperty(t="EXPONENTIAL_AT")&&((n=e[t])&&n.pop?(d(n[0],-1e9,0,t),d(n[1],0,1e9,t),_=n[0],I=n[1]):(d(n,-1e9,1e9,t),_=-(I=n<0?-n:n))),e.hasOwnProperty(t="RANGE")){if((n=e[t])&&n.pop)d(n[0],-1e9,-1,t),d(n[1],1,1e9,t),D=n[0],P=n[1];else if(d(n,-1e9,1e9,t),n)D=-(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")&&(d(n=e[t],0,9,t),E=n),e.hasOwnProperty(t="POW_PRECISION")&&(d(n=e[t],0,1e9,t),R=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),Z=n}}else throw Error(o+"Object expected: "+e)}return{DECIMAL_PLACES:T,ROUNDING_MODE:A,EXPONENTIAL_AT:[_,I],RANGE:[D,P],CRYPTO:O,MODULO_MODE:E,POW_PRECISION:R,FORMAT:L,ALPHABET:Z}},B.isBigNumber=function(e){if(!e||!0!==e._isBigNumber)return!1;if(!B.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)},B.maximum=B.max=function(){return F(arguments,-1)},B.minimum=B.min=function(){return F(arguments,1)},B.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,h=[],p=new B(k);if(null==e?e=T:d(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]):(h.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):(h.push(u%1e14),c+=7);c=l/7}else throw O=!1,Error(o+"crypto unavailable")}if(!O)for(;c<l;)(u=g())<9e15&&(h[c++]=u%1e14);for(l=h[--c],e%=14,l&&e&&(u=s[14-e],h[c]=i(l/u)*u);0===h[c];h.pop(),c--);if(c<0)h=[a=0];else{for(a=-1;0===h[0];h.splice(0,1),a-=14);for(c=1,u=h[0];u>=10;u/=10,c++);c<14&&(a-=14-c)}return p.e=a,p.c=h,p}),B.sum=function(){for(var e=1,t=arguments,n=new B(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,d,h,p,g,m,v=n.indexOf("."),y=T,x=A;for(v>=0&&(d=R,R=0,n=n.replace(".",""),p=(m=new B(r)).pow(n.length-v),R=d,m.c=t(f(u(p.c),p.e,"0"),10,i,e),m.e=m.c.length),c=d=(g=t(n,r,i,a?(s=Z,e):(s=e,Z))).length;0==g[--d];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,h=p.r,c=p.e),v=g[l=c+y+1],d=i/2,h=h||l<0||null!=g[l+1],h=x<4?(null!=v||h)&&(0==x||x==(p.s<0?3:2)):v>d||v==d&&(4==x||h||6==x&&1&g[l-1]||x==(p.s<0?8:7)),l<1||!g[0])n=h?f(s.charAt(1),-y,s.charAt(0)):s.charAt(0);else{if(g.length=l,h)for(--i;++g[--l]>i;)g[l]=0,l||(++c,g=[1].concat(g));for(d=g.length;!g[--d];);for(v=0,n="";v<=d;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,d,h,p,f,g,m,v,y,x,b,w,S,C,M,k,T,A=r.s==o.s?1:-1,_=r.c,I=o.c;if(!_||!_[0]||!I||!I[0])return new B(r.s&&o.s&&(_?!I||_[0]!=I[0]:I)?_&&0==_[0]||!I?0*A:A/0:NaN);for(y=(v=new B(A)).c=[],A=a+(d=r.e-o.e)+1,u||(u=1e14,d=l(r.e/14)-l(o.e/14),A=A/14|0),h=0;I[h]==(_[h]||0);h++);if(I[h]>(_[h]||0)&&d--,A<0)y.push(1),p=!0;else{for(C=_.length,k=I.length,h=0,A+=2,(f=i(u/(I[0]+1)))>1&&(I=e(I,f,u),_=e(_,f,u),k=I.length,C=_.length),S=k,b=(x=_.slice(0,k)).length;b<k;x[b++]=0);T=[0].concat(T=I.slice()),M=I[0],I[1]>=u/2&&M++;do{if(f=0,(c=t(I,x,k,b))<0){if(w=x[0],k!=b&&(w=w*u+(x[1]||0)),(f=i(w/M))>1)for(f>=u&&(f=u-1),m=(g=e(I,f,u)).length,b=x.length;1==t(g,x,m,b);)f--,n(g,k<m?T:I,m,u),m=g.length,c=1;else 0==f&&(c=f=1),m=(g=I.slice()).length;if(m<b&&(g=[0].concat(g)),n(x,g,b,u),b=x.length,-1==c)for(;1>t(I,x,k,b);)f++,n(x,k<b?T:I,b,u),b=x.length}else 0===c&&(f++,x=[0]);y[h++]=f,x[0]?x[b++]=_[S]||0:(x=[_[S]],b=1)}while((S++<C||null!=x[0])&&A--);p=null!=x[0],y[0]||y.splice(0,1)}if(1e14==u){for(h=1,A=y[0];A>=10;A/=10,h++);V(v,a+(v.e=h+14*d-1)+1,s,p)}else v.e=d,v.r=+p;return v}}(),m=/^(-?)0([xbo])(?=\w[\w.]*$)/i,v=/^([^.]+)\.$/,y=/^\.([^.]+)$/,x=/^-?(Infinity|NaN)$/,b=/^\s*\+(?=[\w.])|^\s+|\s+$/g,C=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 B(a,i);if(B.DEBUG)throw Error(o+"Not a"+(r?" base "+r:"")+" number: "+t);e.s=null}e.c=e.e=null},M.absoluteValue=M.abs=function(){var e=new B(this);return e.s<0&&(e.s=1),e},M.comparedTo=function(e,t){return c(this,new B(e,t))},M.decimalPlaces=M.dp=function(e,t){var n,r,i;if(null!=e)return d(e,0,1e9),null==t?t=A:d(t,0,8),V(new B(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},M.dividedBy=M.div=function(e,t){return w(this,new B(e,t),T,A)},M.dividedToIntegerBy=M.idiv=function(e,t){return w(this,new B(e,t),0,1)},M.exponentiatedBy=M.pow=function(e,t){var n,a,s,l,u,c,d,p,f,g=this;if((e=new B(e)).c&&!e.isInteger())throw Error(o+"Exponent not an integer: "+$(e));if(null!=t&&(t=new B(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 B(Math.pow(+$(g),c?e.s*(2-h(e)):+$(e))),t?f.mod(t):f;if(d=e.s<0,t){if(t.c?!t.c[0]:!t.s)return new B(NaN);(a=!d&&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&&h(e)?-0:0,g.e>-1&&(l=1/l),new B(d?1/l:l);R&&(l=r(R/14+2))}for(c?(n=new B(.5),d&&(e.s=1),p=h(e)):p=(s=Math.abs(+$(e)))%2,f=new B(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(V(e=e.times(n),e.e+1,1),e.e>14)p=h(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:(d&&(f=k.div(f)),t?f.mod(t):l?V(f,R,A,u):f)},M.integerValue=function(e){var t=new B(this);return null==e?e=A:d(e,0,8),V(t,t.e+1,e)},M.isEqualTo=M.eq=function(e,t){return 0===c(this,new B(e,t))},M.isFinite=function(){return!!this.c},M.isGreaterThan=M.gt=function(e,t){return c(this,new B(e,t))>0},M.isGreaterThanOrEqualTo=M.gte=function(e,t){return 1===(t=c(this,new B(e,t)))||0===t},M.isInteger=function(){return!!this.c&&l(this.e/14)>this.c.length-2},M.isLessThan=M.lt=function(e,t){return 0>c(this,new B(e,t))},M.isLessThanOrEqualTo=M.lte=function(e,t){return -1===(t=c(this,new B(e,t)))||0===t},M.isNaN=function(){return!this.s},M.isNegative=function(){return this.s<0},M.isPositive=function(){return this.s>0},M.isZero=function(){return!!this.c&&0==this.c[0]},M.minus=function(e,t){var n,r,i,o,a=this.s;if(t=(e=new B(e,t)).s,!a||!t)return new B(NaN);if(a!=t)return e.s=-t,this.plus(e);var s=this.e/14,u=e.e/14,c=this.c,d=e.c;if(!s||!u){if(!c||!d)return c?(e.s=-t,e):new B(d?this:NaN);if(!c[0]||!d[0])return d[0]?(e.s=-t,e):new B(c[0]?this:3==A?-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=d),i.reverse(),t=a;t--;i.push(0));i.reverse()}else for(r=(o=(a=c.length)<(t=d.length))?a:t,a=t=0;t<r;t++)if(c[t]!=d[t]){o=c[t]<d[t];break}if(o&&(i=c,c=d,d=i,e.s=-e.s),(t=(r=d.length)-(n=c.length))>0)for(;t--;c[n++]=0);for(t=1e14-1;r>a;){if(c[--r]<d[r]){for(n=r;n&&!c[--n];c[n]=t);--c[n],c[r]+=1e14}c[r]-=d[r]}for(;0==c[0];c.splice(0,1),--u);return c[0]?j(e,c,u):(e.s=3==A?-1:1,e.c=[e.e=0],e)},M.modulo=M.mod=function(e,t){var n,r;return(e=new B(e,t),this.c&&e.s&&(!e.c||e.c[0]))?e.c&&(!this.c||this.c[0])?(9==E?(r=e.s,e.s=1,n=w(this,e,0,3),e.s=r,n.s*=r):n=w(this,e,0,E),(e=this.minus(n.times(e))).c[0]||1!=E||(e.s=this.s),e):new B(this):new B(NaN)},M.multipliedBy=M.times=function(e,t){var n,r,i,o,a,s,u,c,d,h,p,f,g,m=this.c,v=(e=new B(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)<(h=v.length)&&(g=m,m=v,v=g,i=u,u=h,h=i),i=u+h,g=[];i--;g.push(0));for(i=h;--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)+(d=m[a]/1e7|0)*p,n=((c=p*c+s%1e7*1e7+g[o]+n)/1e14|0)+(s/1e7|0)+f*d,g[o--]=c%1e14;g[o]=n}return n?++r:g.splice(0,1),j(e,g,r)},M.negated=function(){var e=new B(this);return e.s=-e.s||null,e},M.plus=function(e,t){var n,r=this.s;if(t=(e=new B(e,t)).s,!r||!t)return new B(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 B(r/0);if(!a[0]||!s[0])return s[0]?e:new B(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),j(e,a,o)},M.precision=M.sd=function(e,t){var n,r,i;if(null!=e&&!!e!==e)return d(e,1,1e9),null==t?t=A:d(t,0,8),V(new B(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},M.shiftedBy=function(e){return d(e,-0x1fffffffffffff,0x1fffffffffffff),this.times("1e"+e)},M.squareRoot=M.sqrt=function(){var e,t,n,r,i,o=this.c,a=this.s,s=this.e,c=T+4,d=new B("0.5");if(1!==a||!o||!o[0])return new B(!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 B(t=a==1/0?"5e"+s:(t=a.toExponential()).slice(0,t.indexOf("e")+1)+s)):n=new B(a+""),n.c[0]){for((a=(s=n.e)+c)<3&&(a=0);;)if(i=n,n=d.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))||(V(n,n.e+T+2,1),e=!n.times(n).eq(this));break}if(!r&&(V(i,i.e+T+2,0),i.times(i).eq(this))){n=i;break}c+=4,a+=4,r=1}}return V(n,n.e+T+1,A,e)},M.toExponential=function(e,t){return null!=e&&(d(e,0,1e9),e++),z(this,e,t,1)},M.toFixed=function(e,t){return null!=e&&(d(e,0,1e9),e=e+this.e+1),z(this,e,t)},M.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],d=a[1],h=this.s<0,p=h?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)),h&&(c="-"+c)}r=d?c+(n.decimalSeparator||"")+((l=+n.fractionGroupSize)?d.replace(RegExp("\\d{"+l+"}\\B","g"),"$&"+(n.fractionGroupSeparator||"")):d):c}return(n.prefix||"")+r+(n.suffix||"")},M.toFraction=function(e){var t,n,r,i,a,l,c,d,h,p,f,g,m=this.c;if(null!=e&&(!(c=new B(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 B(this);for(t=new B(k),h=n=new B(k),r=d=new B(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:h:c,l=P,P=1/0,c=new B(g),d.c[0]=0;p=w(c,t,0,1),1!=(i=n.plus(p.times(r))).comparedTo(e);)n=r,r=i,h=d.plus(p.times(i=h)),d=i,t=c.minus(p.times(i=t)),c=i;return i=w(e.minus(n),r,0,1),d=d.plus(i.times(h)),n=n.plus(i.times(r)),d.s=h.s=this.s,a*=2,f=1>w(h,r,a,A).minus(this).abs().comparedTo(w(d,n,a,A).minus(this).abs())?[h,r]:[d,n],P=l,f},M.toNumber=function(){return+$(this)},M.toPrecision=function(e,t){return null!=e&&d(e,1,1e9),z(this,e,t,2)},M.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<=_||i>=I?p(u(n.c),i):f(u(n.c),i,"0"):10===e&&N?t=f(u((n=V(new B(n),T+i+1,A)).c),n.e,"0"):(d(e,2,Z.length,"Base"),t=S(f(u(n.c),i,"0"),10,e,r,!0)),r<0&&n.c[0]&&(t="-"+t)),t},M.valueOf=M.toJSON=function(){return $(this)},M._isBigNumber=!0,null!=t&&B.set(t),B}()).default=t.BigNumber=t,en.exports?en.exports=t:(e||(e="undefined"!=typeof self&&self?self:window),e.BigNumber=t)}(X);var er=en.exports;let ei=et(),eo=Q(),ea={trillion:1e12,billion:1e9,million:1e6,thousand:1e3},es={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:el,decimalSuffixes:eu}=ei.currentBytes(),ec={scale:1024,suffixes:eu,marker:"bd"},ed={scale:1024,suffixes:el,marker:"b"},eh={scale:1e3,suffixes:eu,marker:"d"};function ep(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 ef(e){let t="";for(let n=0;n<e;n++)t+="0";return t}function eg({instance:e,providedFormat:t,state:n=ei,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({},es,i,t),s=a.totalLength,l=s?0:a.characteristic,u=a.optionalCharacteristic,c=a.forceAverage,d=a.lowPrecision,h=!!s||!!c||a.average,p=s?-1:h&&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(h){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]&&ea[t]?(s=r[t],e/=ea[t]):l>=ea.trillion||n&&1===a(l/ea.trillion)?(s=r.trillion,e/=ea.trillion):l<ea.trillion&&l>=ea.billion||n&&1===a(l/ea.billion)?(s=r.billion,e/=ea.billion):l<ea.billion&&l>=ea.million||n&&1===a(l/ea.million)?(s=r.million,e/=ea.million):(l<ea.million&&l>=ea.thousand||n&&1===a(l/ea.thousand))&&(s=r.thousand,e/=ea.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:d,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 C=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+ef(i-a.length);else{let e=".";e=0>+o?`-0${e}`:`0${e}`;let r=(ef(-i-1)+Math.abs(o)+a).substr(0,t);r.length<t&&(r+=ef(t-r.length)),n=e+r}return+i>0&&t>0&&(n+=`.${ef(t)}`),n}(e,t):new er(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(C=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],d=t<0&&0===u.indexOf("-");return n&&(d&&(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)}),d&&(u=`-${u}`)),l=c?u+i+c:u}(C=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()}(C,o,u,l),o,m,n,r),(h||b)&&(C+=S),x||o<0){var M,k;M=C,C=0===(k=o)?M:0==+M?M.replace("-",""):k>0?`+${M}`:"sign"===y?M:`(${M.replace("-","")})`}return C}function em(e,t){if(!e)return t;let n=Object.keys(e);return 1===n.length&&"output"===n[0]?t:e}function ev(e,t,n){let r=new er(e._value),i=t;return n.isNumbro(t)&&(i=t._value),i=new er(i),e._value=r.minus(i).toNumber(),e}let ey=et(),ex=Q(),eb=J(),ew=(...e)=>(function(e,t={},n){if("string"==typeof t&&(t=ee.parseFormat(t)),!eo.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({},es,o),s="",l=!!a.totalLength||!!a.forceAverage||a.average,u=o.currencyPosition||i.position,c=o.currencySymbol||i.symbol,d=void 0!==a.spaceSeparatedCurrency?a.spaceSeparatedCurrency:a.spaceSeparated;void 0===o.lowPrecision&&(o.lowPrecision=!1),d&&(s=" "),"infix"===u&&(r=s+c+s);let h=eg({instance:e,providedFormat:o,state:n,decimalSeparator:r});return"prefix"===u&&(h=e._value<0&&"sign"===a.negative?`-${s}${c}${h.slice(1)}`:e._value>0&&a.forceSign?`+${s}${c}${h.slice(1)}`:c+s+h),u&&"postfix"!==u||(h=h+(s=!a.spaceSeparatedAbbreviation&&l?"":s)+c),h}(e,t=em(t,ei.currentCurrencyDefaultFormat()),ei);case"percent":let o,a,s;return o=(r=t=em(t,ei.currentPercentageDefaultFormat())).prefixSymbol,a=eg({instance:n(100*e._value),providedFormat:r,state:ei}),s=Object.assign({},es,r),o?`%${s.spaceSeparated?" ":""}${a}`:`${a}${s.spaceSeparated?" ":""}%`;case"byte":return function(e,t,n,r){let i=t.base||"binary",o=Object.assign({},es,t),{binarySuffixes:a,decimalSuffixes:s}=n.currentBytes(),l={general:{scale:1024,suffixes:s||eu,marker:"bd"},binary:{scale:1024,suffixes:a||el,marker:"b"},decimal:{scale:1e3,suffixes:s||eu,marker:"d"}}[i],{value:u,suffix:c}=ep(e._value,l.suffixes,l.scale),d=eg({instance:r(u),providedFormat:t,state:n,defaults:n.currentByteDefaultFormat()});return`${d}${o.spaceSeparated?" ":""}${c}`}(e,t=em(t,ei.currentByteDefaultFormat()),ei,n);case"time":let l,u,c;return t=em(t,ei.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 d,h,p,f;return i=t=em(t,ei.currentOrdinalDefaultFormat()),d=ei.currentOrdinal(),h=Object.assign({},es,i),p=eg({instance:e,providedFormat:i,state:ei}),f=d(e._value),`${p}${h.spaceSeparated?" ":""}${f}`;default:return eg({instance:e,providedFormat:t,numbro:n})}}(e,t,n);return(o=r+o)+i})(...e,eL),eS=(...e)=>(function(e){return ep(e._value,ec.suffixes,ec.scale).suffix})(...e,eL),eC=(...e)=>(function(e){return ep(e._value,ed.suffixes,ed.scale).suffix})(...e,eL),eM=(...e)=>(function(e){return ep(e._value,eh.suffixes,eh.scale).suffix})(...e,eL),ek=em,eT=(e,t)=>{let n,r;return n=new er(e._value),r=t,eL.isNumbro(t)&&(r=t._value),r=new er(r),e._value=n.plus(r).toNumber(),e},eA=(e,t)=>ev(e,t,eL),e_=(e,t)=>{let n,r;return n=new er(e._value),r=t,eL.isNumbro(t)&&(r=t._value),r=new er(r),e._value=n.times(r).toNumber(),e},eI=(e,t)=>{let n,r;return n=new er(e._value),r=t,eL.isNumbro(t)&&(r=t._value),r=new er(r),e._value=n.dividedBy(r).toNumber(),e},eD=(e,t)=>{let n;return n=t,eL.isNumbro(t)&&(n=t._value),e._value=n,e},eP=(e,t)=>{let n;return ev(n=eL(e._value),t,eL),Math.abs(n._value)},eO=er;class eE{constructor(e){this._value=e}clone(){return eL(this._value)}format(e={}){return ew(this,e)}formatCurrency(e){return"string"==typeof e&&(e=ee.parseFormat(e)),(e=ek(e,ey.currentCurrencyDefaultFormat())).output="currency",ew(this,e)}formatTime(e={}){return e.output="time",ew(this,e)}binaryByteUnits(){return eC(this)}decimalByteUnits(){return eM(this)}byteUnits(){return eS(this)}difference(e){return eP(this,e)}add(e){return eT(this,e)}subtract(e){return eA(this,e)}multiply(e){return e_(this,e)}divide(e){return eI(this,e)}set(e){return eD(this,eR(e))}value(){return this._value}valueOf(){return this._value}}function eR(e){let t=e;return eL.isNumbro(e)?t=e._value:"string"==typeof e?t=eL.unformat(e):isNaN(e)&&(t=NaN),t}function eL(e){return new eE(eR(e))}eL.version="2.5.0",eL.isNumbro=function(e){return e instanceof eE},eL.language=ey.currentLanguage,eL.registerLanguage=ey.registerLanguage,eL.setLanguage=ey.setLanguage,eL.languages=ey.languages,eL.languageData=ey.languageData,eL.zeroFormat=ey.setZeroFormat,eL.defaultFormat=ey.currentDefaults,eL.setDefaults=ey.setDefaults,eL.defaultCurrencyFormat=ey.currentCurrencyDefaultFormat,eL.validate=ex.validate,eL.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,eL),eL.unformat=eb.unformat,eL.BigNumber=eO;var eZ=eL&&eL.__esModule&&Object.prototype.hasOwnProperty.call(eL,"default")?eL.default:eL;function eN(e){return"number"==typeof e}function eB(e){return e&&(e<0?e=0:e>20&&(e=20)),e}function ez(e,{shortValues:t,decimalPlaces:n}){if(!1===t||1e3>Math.abs(e)){let r={style:"unit",unit:"byte",unitDisplay:"long",useGrouping:!0};return eN(n)?(r.minimumFractionDigits=eB(n),r.maximumFractionDigits=eB(n)):!1!==t&&(r.maximumSignificantDigits=3),Intl.NumberFormat("en-US",r).format(e)}return eZ(e).format({output:"byte",base:"decimal",spaceSeparated:!0,mantissa:eN(n)?n:2,trimMantissa:!eN(n),optionalMantissa:!eN(n)})}let eF="Percent",ej="Time";var eV=((ub={}).milliseconds="millisecond",ub.seconds="second",ub.minutes="minute",ub.hours="hour",ub.days="day",ub.weeks="week",ub.months="month",ub.years="year",ub);let e$={years:31536e3,months:2592e3,weeks:604800,days:86400,hours:3600,minutes:60,seconds:1,milliseconds:.001},eH=["years","months","weeks","days","hours","minutes","seconds","milliseconds"],eW="Throughput",eG={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}},eU={milliseconds:{group:ej,label:"Milliseconds"},seconds:{group:ej,label:"Seconds"},minutes:{group:ej,label:"Minutes"},hours:{group:ej,label:"Hours"},days:{group:ej,label:"Days"},weeks:{group:ej,label:"Weeks"},months:{group:ej,label:"Months"},years:{group:ej,label:"Years"},percent:{group:eF,label:"Percent (0-100)"},"percent-decimal":{group:eF,label:"Percent (0.0-1.0)"},"%":{disableSelectorOption:!0,group:eF,label:"%"},decimal:{group:"Decimal",label:"Decimal"},bytes:{group:"Bytes",label:"Bytes"},"bits/sec":{group:eW,label:"Bits/sec"},"bytes/sec":{group:eW,label:"Bytes/sec"},"counts/sec":{group:eW,label:"Counts/sec"},"events/sec":{group:eW,label:"Events/sec"},"messages/sec":{group:eW,label:"Messages/sec"},"ops/sec":{group:eW,label:"Ops/sec"},"packets/sec":{group:eW,label:"Packets/sec"},"reads/sec":{group:eW,label:"Reads/sec"},"requests/sec":{group:eW,label:"Requests/sec"},"records/sec":{group:eW,label:"Records/sec"},"rows/sec":{group:eW,label:"Rows/sec"},"writes/sec":{group:eW,label:"Writes/sec"}};function eq(e,t){if(void 0===t)return e.toString();if("Bytes"===eY(t))return ez(e,t);if("Decimal"===eY(t))return function(e,{shortValues:t,decimalPlaces:n}){let r={style:"decimal",useGrouping:!0};return!1!==t&&(r.notation="compact"),eN(n)?(r.minimumFractionDigits=eB(n),r.maximumFractionDigits=eB(n)):!1!==t&&(r.maximumSignificantDigits=3),Intl.NumberFormat("en-US",r).format(e)}(e,t);if("Percent"===eY(t))return function(e,{unit:t,decimalPlaces:n}){let r={style:"percent",useGrouping:!0};return eN(n)?(r.minimumFractionDigits=eB(n),r.maximumFractionDigits=eB(n)):r.maximumSignificantDigits=3,"percent"===t&&(e/=100),Intl.NumberFormat("en-US",r).format(e)}(e,t);if("Time"===eY(t))return function(e,{unit:t,decimalPlaces:n}){var r;if(0===e)return"0s";let i=function(e,t){let n=e*e$[t],r=eH[0]||"years",i=r,o=n/e$[r];for(i of eH)if((o=n/e$[i])>=1)break;return{value:o,unit:i}}(e,t),o={style:"unit",unit:eV[i.unit],unitDisplay:"months"===(r=i.unit)||"years"===r?"long":"narrow"};return eN(n)?(o.minimumFractionDigits=eB(n),o.maximumFractionDigits=eB(n)):o.maximumSignificantDigits=3,Intl.NumberFormat("en-US",o).format(i.value)}(e,t);if("Throughput"===eY(t))return function(e,{unit:t,shortValues:n,decimalPlaces:r}){if("bytes/sec"===t){let t=1e3>Math.abs(e)?"sec":"s";return ez(e,{unit:"bytes",shortValues:n,decimalPlaces:r})+"/"+t}let i={style:"decimal",useGrouping:!0};return!1!==n&&(i.notation="compact"),eN(r)?(i.minimumFractionDigits=eB(r),i.maximumFractionDigits=eB(r)):!1!==n&&(i.maximumSignificantDigits=3),Intl.NumberFormat("en-US",i).format(e)+" "+t}(e,t);throw Error(`Unknown unit options ${t}`)}function eY(e){return eU[e.unit].group}function eK(e){return eG[eU[e.unit].group]}var eX=n(6232),eJ=n(7975),eQ=n(8783),e0={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]}},e1=function(e){return Math.round(e.length/2)};function e2(e){return{seriesType:e,reset:function(e,t,n){var r=e.getData(),i=e.get("sampling"),o=e.coordinateSystem,a=r.count();if(a>10&&"cartesian2d"===o.type&&i){var s=o.getBaseAxis(),l=o.getOtherAxis(s),u=s.getExtent(),c=n.getDevicePixelRatio(),d=Math.round(a/(Math.abs(u[1]-u[0])*(c||1)));if(isFinite(d)&&d>1){"lttb"===i&&e.setData(r.lttbDownSample(r.mapDimension(l.dim),1/d));var h=void 0;(0,eJ.HD)(i)?h=e0[i]:(0,eJ.mf)(i)&&(h=i),h&&e.setData(r.downSample(r.mapDimension(l.dim),1/d,h,e1))}}}}}var e5=n(9988),e3=n(5430),e4=n(984),e6=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.getInitialData=function(e,t){return(0,e4.Z)(null,this,{useEncodeDefaulter:!0})},t.prototype.getMarkerPosition=function(e,t,n){var r=this.coordinateSystem;if(r&&r.clampData){var i=r.clampData(e),o=r.dataToPoint(i);if(n)(0,eJ.S6)(r.getAxes(),function(e,n){if("category"===e.type&&null!=t){var r=e.getTicksCoords(),a=e.getTickModel().get("alignWithLabel"),s=i[n],l="x1"===t[n]||"y1"===t[n];if(l&&!a&&(s+=1),!(r.length<2)){if(2===r.length){o[n]=e.toGlobalCoord(e.getExtent()[+!!l]);return}for(var u=void 0,c=void 0,d=1,h=0;h<r.length;h++){var p=r[h].coord,f=h===r.length-1?r[h-1].tickValue+d:r[h].tickValue;if(f===s){c=p;break}if(f<s)u=p;else if(null!=u&&f>s){c=(p+u)/2;break}1===h&&(d=f-r[0].tickValue)}null==c&&(u?u&&(c=r[r.length-1].coord):c=r[0].coord),o[n]=e.toGlobalCoord(c)}}});else{var a=this.getData(),s=a.getLayout("offset"),l=a.getLayout("size"),u=+!r.getBaseAxis().isHorizontal();o[u]+=s+l/2}return o}return[NaN,NaN]},t.type="series.__base_bar__",t.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},t}(e3.Z);e3.Z.registerClass(e6);var e8=n(4587),e9=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.getInitialData=function(){return(0,e4.Z)(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},t.prototype.getProgressive=function(){return!!this.get("large")&&this.get("progressive")},t.prototype.getProgressiveThreshold=function(){var e=this.get("progressiveThreshold"),t=this.get("largeThreshold");return t>e&&(e=t),e},t.prototype.brushSelector=function(e,t,n){return n.rect(t.getItemLayout(e))},t.type="series.bar",t.dependencies=["grid","polar"],t.defaultOption=(0,e8.ZL)(e6.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),t}(e6),e7=n(8588),te=n(7293),tt=n(7810),tn=n(9858),tr=n(1969),ti=n(3511),to=n(428),ta=n(8306),ts=n(3361),tl=n(9774),tu=n(1730),tc=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},td=function(e){function t(t){var n=e.call(this,t)||this;return n.type="sausage",n}return(0,e5.ZT)(t,e),t.prototype.getDefaultShape=function(){return new tc},t.prototype.buildPath=function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r0||0,0),o=Math.max(t.r,0),a=(o-i)*.5,s=i+a,l=t.startAngle,u=t.endAngle,c=t.clockwise,d=2*Math.PI,h=c?u-l<d:l-u<d;h||(l=u-(c?d:-d));var p=Math.cos(l),f=Math.sin(l),g=Math.cos(u),m=Math.sin(u);h?(e.moveTo(p*i+n,f*i+r),e.arc(p*s+n,f*s+r,a,-Math.PI+l,l,!c)):e.moveTo(p*o+n,f*o+r),e.arc(n,r,o,l,u,!c),e.arc(g*s+n,m*s+r,a,u-2*Math.PI,u-Math.PI,!c),0!==i&&e.arc(n,r,i,u,l,c)},t}(e7.ZP),th=n(8050);function tp(e,t){return e.type===t}var tf=n(6072),tg=n(2666);function tm(e,t,n){return t*Math.sin(e)*(n?-1:1)}function tv(e,t,n){return t*Math.cos(e)*(n?1:-1)}function ty(e,t,n){var r=e.get("borderRadius");if(null==r)return n?{cornerRadius:0}:null;(0,eJ.kJ)(r)||(r=[r,r,r,r]);var i=Math.abs(t.r||0-t.r0||0);return{cornerRadius:(0,eJ.UI)(r,function(e){return(0,tg.GM)(e,i)})}}var tx=Math.max,tb=Math.min,tw=function(e){function t(){var n=e.call(this)||this;return n.type=t.type,n._isFirstFrame=!0,n}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n,r){this._model=e,this._removeOnRenderedListener(n),this._updateDrawMode(e);var i=e.get("coordinateSystem");("cartesian2d"===i||"polar"===i)&&(this._progressiveEls=null,this._isLargeDraw?this._renderLarge(e,t,n):this._renderNormal(e,t,n,r))},t.prototype.incrementalPrepareRender=function(e){this._clear(),this._updateDrawMode(e),this._updateLargeClip(e)},t.prototype.incrementalRender=function(e,t){this._progressiveEls=[],this._incrementalRenderLarge(e,t)},t.prototype.eachRendered=function(e){(0,tt.traverseElements)(this._progressiveEls||this.group,e)},t.prototype._updateDrawMode=function(e){var t=e.pipelineContext.large;(null==this._isLargeDraw||t!==this._isLargeDraw)&&(this._isLargeDraw=t,this._clear())},t.prototype._renderNormal=function(e,t,n,r){var i,o=this.group,a=e.getData(),s=this._data,l=e.coordinateSystem,u=l.getBaseAxis();"cartesian2d"===l.type?i=u.isHorizontal():"polar"===l.type&&(i="angle"===u.dim);var c=e.isAnimationEnabled()?e:null,d=function(e,t){var n=e.get("realtimeSort",!0),r=t.getBaseAxis();if(n&&"category"===r.type&&"cartesian2d"===t.type)return{baseAxis:r,otherAxis:t.getOtherAxis(r)}}(e,l);d&&this._enableRealtimeSort(d,a,n);var h=e.get("clip",!0)||d,p=function(e,t){var n=e.getArea&&e.getArea();if(tp(e,"cartesian2d")){var r=e.getBaseAxis();if("category"!==r.type||!r.onBand){var i=t.getLayout("bandWidth");r.isHorizontal()?(n.x-=i,n.width+=2*i):(n.y-=i,n.height+=2*i)}}return n}(l,a);o.removeClipPath();var f=e.get("roundCap",!0),g=e.get("showBackground",!0),m=e.getModel("backgroundStyle"),v=m.get("borderRadius")||0,y=[],x=this._backgroundEls,b=r&&r.isInitSort,w=r&&"changeAxisOrder"===r.type;function S(e){var t,n,r,o=tI[l.type](a,e),s=(t=l,n=i,r=o,new("polar"===t.type?ti.C:tr.Z)({shape:tZ(n,r,t),silent:!0,z2:0}));return s.useStyle(m.getItemStyle()),"cartesian2d"===l.type?s.setShape("r",v):s.setShape("cornerRadius",v),y[e]=s,s}a.diff(s).add(function(t){var n=a.getItemModel(t),r=tI[l.type](a,t,n);if(g&&S(t),a.hasValue(t)&&t_[l.type](r)){var s=!1;h&&(s=tS[l.type](p,r));var m=tC[l.type](e,a,t,r,i,c,u.model,!1,f);d&&(m.forceLabelAnimation=!0),tP(m,a,t,n,r,e,i,"polar"===l.type),b?m.attr({shape:r}):d?tM(d,c,m,r,t,i,!1,!1):(0,tn.KZ)(m,{shape:r},e,t),a.setItemGraphicEl(t,m),o.add(m),m.ignore=s}}).update(function(t,n){var r=a.getItemModel(t),C=tI[l.type](a,t,r);if(g){var M=void 0;0===x.length?M=S(n):((M=x[n]).useStyle(m.getItemStyle()),"cartesian2d"===l.type?M.setShape("r",v):M.setShape("cornerRadius",v),y[t]=M);var k=tI[l.type](a,t),T=tZ(i,k,l);(0,tn.D)(M,{shape:T},c,t)}var A=s.getItemGraphicEl(n);if(!a.hasValue(t)||!t_[l.type](C)){o.remove(A);return}var _=!1;if(h&&(_=tS[l.type](p,C))&&o.remove(A),A?(0,tn.Zi)(A):A=tC[l.type](e,a,t,C,i,c,u.model,!!A,f),d&&(A.forceLabelAnimation=!0),w){var I=A.getTextContent();if(I){var D=(0,ts.qA)(I);null!=D.prevValue&&(D.prevValue=D.value)}}else tP(A,a,t,r,C,e,i,"polar"===l.type);b?A.attr({shape:C}):d?tM(d,c,A,C,t,i,!0,w):(0,tn.D)(A,{shape:C},e,t,null),a.setItemGraphicEl(t,A),A.ignore=_,o.add(A)}).remove(function(t){var n=s.getItemGraphicEl(t);n&&(0,tn.XD)(n,e,t)}).execute();var C=this._backgroundGroup||(this._backgroundGroup=new te.Z);C.removeAll();for(var M=0;M<y.length;++M)C.add(y[M]);o.add(C),this._backgroundEls=y,this._data=a},t.prototype._renderLarge=function(e,t,n){this._clear(),tR(e,this.group),this._updateLargeClip(e)},t.prototype._incrementalRenderLarge=function(e,t){this._removeBackground(),tR(t,this.group,this._progressiveEls,!0)},t.prototype._updateLargeClip=function(e){var t=e.get("clip",!0)&&(0,tu.lQ)(e.coordinateSystem,!1,e),n=this.group;t?n.setClipPath(t):n.removeClipPath()},t.prototype._enableRealtimeSort=function(e,t,n){var r=this;if(t.count()){var i=e.baseAxis;if(this._isFirstFrame)this._dispatchInitSort(t,e,n),this._isFirstFrame=!1;else{var o=function(e){var n=t.getItemGraphicEl(e),r=n&&n.shape;return r&&Math.abs(i.isHorizontal()?r.height:r.width)||0};this._onRendered=function(){r._updateSortWithinSameData(t,o,i,n)},n.getZr().on("rendered",this._onRendered)}}},t.prototype._dataSort=function(e,t,n){var r=[];return e.each(e.mapDimension(t.dim),function(e,t){var i=n(t);i=null==i?NaN:i,r.push({dataIndex:t,mappedValue:i,ordinalNumber:e})}),r.sort(function(e,t){return t.mappedValue-e.mappedValue}),{ordinalNumbers:(0,eJ.UI)(r,function(e){return e.ordinalNumber})}},t.prototype._isOrderChangedWithinSameData=function(e,t,n){for(var r=n.scale,i=e.mapDimension(n.dim),o=Number.MAX_VALUE,a=0,s=r.getOrdinalMeta().categories.length;a<s;++a){var l=e.rawIndexOf(i,r.getRawOrdinalNumber(a)),u=l<0?Number.MIN_VALUE:t(e.indexOfRawIndex(l));if(u>o)return!0;o=u}return!1},t.prototype._isOrderDifferentInView=function(e,t){for(var n=t.scale,r=n.getExtent(),i=Math.max(0,r[0]),o=Math.min(r[1],n.getOrdinalMeta().categories.length-1);i<=o;++i)if(e.ordinalNumbers[i]!==n.getRawOrdinalNumber(i))return!0},t.prototype._updateSortWithinSameData=function(e,t,n,r){if(this._isOrderChangedWithinSameData(e,t,n)){var i=this._dataSort(e,n,t);this._isOrderDifferentInView(i,n)&&(this._removeOnRenderedListener(r),r.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:i}))}},t.prototype._dispatchInitSort=function(e,t,n){var r=t.baseAxis,i=this._dataSort(e,r,function(n){return e.get(e.mapDimension(t.otherAxis.dim),n)});n.dispatchAction({type:"changeAxisOrder",componentType:r.dim+"Axis",isInitSort:!0,axisId:r.index,sortInfo:i})},t.prototype.remove=function(e,t){this._clear(this._model),this._removeOnRenderedListener(t)},t.prototype.dispose=function(e,t){this._removeOnRenderedListener(t)},t.prototype._removeOnRenderedListener=function(e){this._onRendered&&(e.getZr().off("rendered",this._onRendered),this._onRendered=null)},t.prototype._clear=function(e){var t=this.group,n=this._data;e&&e.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl(function(t){(0,tn.XD)(t,e,(0,to.A)(t).dataIndex)})):t.removeAll(),this._data=null,this._isFirstFrame=!0},t.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},t.type="bar",t}(th.Z),tS={cartesian2d:function(e,t){var n=t.width<0?-1:1,r=t.height<0?-1:1;n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height);var i=e.x+e.width,o=e.y+e.height,a=tx(t.x,e.x),s=tb(t.x+t.width,i),l=tx(t.y,e.y),u=tb(t.y+t.height,o),c=s<a,d=u<l;return t.x=c&&a>i?s:a,t.y=d&&l>o?u:l,t.width=c?0:s-a,t.height=d?0:u-l,n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height),c||d},polar:function(e,t){var n=t.r0<=t.r?1:-1;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}var i=tb(t.r,e.r),o=tx(t.r0,e.r0);t.r=i,t.r0=o;var a=i-o<0;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}return a}},tC={cartesian2d:function(e,t,n,r,i,o,a,s,l){var u=new tr.Z({shape:(0,eJ.l7)({},r),z2:1});return u.__dataIndex=n,u.name="item",o&&(u.shape[i?"height":"width"]=0),u},polar:function(e,t,n,r,i,o,a,s,l){var u,c,d=!i&&l?td:ti.C,h=new d({shape:r,z2:1});h.name="item";var p=tD(i);if(h.calculateTextPosition=(c=d===td,function(e,t,n){var r=t.position;if(!r||r instanceof Array)return(0,tg.wI)(e,t,n);var i=p(r),o=null!=t.distance?t.distance:5,a=this.shape,s=a.cx,l=a.cy,u=a.r,d=a.r0,h=(u+d)/2,f=a.startAngle,g=a.endAngle,m=(f+g)/2,v=c?Math.abs(u-d)/2:0,y=Math.cos,x=Math.sin,b=s+u*y(f),w=l+u*x(f),S="left",C="top";switch(i){case"startArc":b=s+(d-o)*y(m),w=l+(d-o)*x(m),S="center",C="top";break;case"insideStartArc":b=s+(d+o)*y(m),w=l+(d+o)*x(m),S="center",C="bottom";break;case"startAngle":b=s+h*y(f)+tm(f,o+v,!1),w=l+h*x(f)+tv(f,o+v,!1),S="right",C="middle";break;case"insideStartAngle":b=s+h*y(f)+tm(f,-o+v,!1),w=l+h*x(f)+tv(f,-o+v,!1),S="left",C="middle";break;case"middle":b=s+h*y(m),w=l+h*x(m),S="center",C="middle";break;case"endArc":b=s+(u+o)*y(m),w=l+(u+o)*x(m),S="center",C="bottom";break;case"insideEndArc":b=s+(u-o)*y(m),w=l+(u-o)*x(m),S="center",C="top";break;case"endAngle":b=s+h*y(g)+tm(g,o+v,!0),w=l+h*x(g)+tv(g,o+v,!0),S="left",C="middle";break;case"insideEndAngle":b=s+h*y(g)+tm(g,-o+v,!0),w=l+h*x(g)+tv(g,-o+v,!0),S="right",C="middle";break;default:return(0,tg.wI)(e,t,n)}return(e=e||{}).x=b,e.y=w,e.align=S,e.verticalAlign=C,e}),o){var f=h.shape,g=i?"r":"endAngle",m={};f[g]=i?r.r0:r.startAngle,m[g]=r[g],(s?tn.D:tn.KZ)(h,{shape:m},o)}return h}};function tM(e,t,n,r,i,o,a,s){o?(u={x:r.x,width:r.width},l={y:r.y,height:r.height}):(u={y:r.y,height:r.height},l={x:r.x,width:r.width}),s||(a?tn.D:tn.KZ)(n,{shape:l},t,i,null);var l,u,c=t?e.baseAxis.model:null;(a?tn.D:tn.KZ)(n,{shape:u},c,i)}function tk(e,t){for(var n=0;n<t.length;n++)if(!isFinite(e[t[n]]))return!0;return!1}var tT=["x","y","width","height"],tA=["cx","cy","r","startAngle","endAngle"],t_={cartesian2d:function(e){return!tk(e,tT)},polar:function(e){return!tk(e,tA)}},tI={cartesian2d:function(e,t,n){var r,i,o,a=e.getItemLayout(t),s=n?(r=n,i=a,(o=r.get(["itemStyle","borderColor"]))&&"none"!==o?Math.min(r.get(["itemStyle","borderWidth"])||0,isNaN(i.width)?Number.MAX_VALUE:Math.abs(i.width),isNaN(i.height)?Number.MAX_VALUE:Math.abs(i.height)):0):0,l=a.width>0?1:-1,u=a.height>0?1:-1;return{x:a.x+l*s/2,y:a.y+u*s/2,width:a.width-l*s,height:a.height-u*s}},polar:function(e,t,n){var r=e.getItemLayout(t);return{cx:r.cx,cy:r.cy,r0:r.r0,r:r.r,startAngle:r.startAngle,endAngle:r.endAngle,clockwise:r.clockwise}}};function tD(e){var t;return t=e?"Arc":"Angle",function(e){switch(e){case"start":case"insideStart":case"end":case"insideEnd":return e+t;default:return e}}}function tP(e,t,n,r,i,o,a,s){var l=t.getItemVisual(n,"style");if(s){if(!o.get("roundCap")){var u=e.shape,c=ty(r.getModel("itemStyle"),u,!0);(0,eJ.l7)(u,c),e.setShape(u)}}else{var d=r.get(["itemStyle","borderRadius"])||0;e.setShape("r",d)}e.useStyle(l);var h=r.getShallow("cursor");h&&e.attr("cursor",h);var p=s?a?i.r>=i.r0?"endArc":"startArc":i.endAngle>=i.startAngle?"endAngle":"startAngle":a?i.height>=0?"bottom":"top":i.width>=0?"right":"left",f=(0,ts.k3)(r);(0,ts.ni)(e,f,{labelFetcher:o,labelDataIndex:n,defaultText:(0,tf.H)(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:p});var g=e.getTextContent();if(s&&g){var m=r.get(["label","position"]);e.textConfig.inside="middle"===m||null,function(e,t,n,r){if((0,eJ.hj)(r)){e.setTextConfig({rotation:r});return}if((0,eJ.kJ)(t)){e.setTextConfig({rotation:0});return}var i,o=e.shape,a=o.clockwise?o.startAngle:o.endAngle,s=o.clockwise?o.endAngle:o.startAngle,l=n(t);switch(l){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":i=(a+s)/2;break;case"startAngle":case"insideStartAngle":i=a;break;case"endAngle":case"insideEndAngle":i=s;break;default:e.setTextConfig({rotation:0});return}var u=1.5*Math.PI-i;"middle"===l&&u>Math.PI/2&&u<1.5*Math.PI&&(u-=Math.PI),e.setTextConfig({rotation:u})}(e,"outside"===m?p:m,tD(a),r.get(["label","rotate"]))}(0,ts.pe)(g,f,o.getRawValue(n),function(e){return(0,tf.O)(t,e)});var v=r.getModel(["emphasis"]);(0,ta.k5)(e,v.get("focus"),v.get("blurScope"),v.get("disabled")),(0,ta.WO)(e,r),null!=i.startAngle&&null!=i.endAngle&&i.startAngle===i.endAngle&&(e.style.fill="none",e.style.stroke="none",(0,eJ.S6)(e.states,function(e){e.style&&(e.style.fill=e.style.stroke="none")}))}var tO=function(){},tE=function(e){function t(t){var n=e.call(this,t)||this;return n.type="largeBar",n}return(0,e5.ZT)(t,e),t.prototype.getDefaultShape=function(){return new tO},t.prototype.buildPath=function(e,t){for(var n=t.points,r=this.baseDimIdx,i=1-this.baseDimIdx,o=[],a=[],s=this.barWidth,l=0;l<n.length;l+=3)a[r]=s,a[i]=n[l+2],o[r]=n[l+r],o[i]=n[l+i],e.rect(o[0],o[1],a[0],a[1])},t}(e7.ZP);function tR(e,t,n,r){var i=e.getData(),o=+!!i.getLayout("valueAxisHorizontal"),a=i.getLayout("largeDataIndices"),s=i.getLayout("size"),l=e.getModel("backgroundStyle"),u=i.getLayout("largeBackgroundPoints");if(u){var c=new tE({shape:{points:u},incremental:!!r,silent:!0,z2:0});c.baseDimIdx=o,c.largeDataIndices=a,c.barWidth=s,c.useStyle(l.getItemStyle()),t.add(c),n&&n.push(c)}var d=new tE({shape:{points:i.getLayout("largePoints")},incremental:!!r,ignoreCoarsePointer:!0,z2:1});d.baseDimIdx=o,d.largeDataIndices=a,d.barWidth=s,t.add(d),d.useStyle(i.getVisual("style")),(0,to.A)(d).seriesIndex=e.seriesIndex,e.get("silent")||(d.on("mousedown",tL),d.on("mousemove",tL)),n&&n.push(d)}var tL=(0,tl.P2)(function(e){var t=function(e,t,n){for(var r=e.baseDimIdx,i=1-r,o=e.shape.points,a=e.largeDataIndices,s=[],l=[],u=e.barWidth,c=0,d=o.length/3;c<d;c++){var h=3*c;if(l[r]=u,l[i]=o[h+2],s[r]=o[h+r],s[i]=o[h+i],l[i]<0&&(s[i]+=l[i],l[i]=-l[i]),t>=s[0]&&t<=s[0]+l[0]&&n>=s[1]&&n<=s[1]+l[1])return a[c]}return -1}(this,e.offsetX,e.offsetY);(0,to.A)(this).dataIndex=t>=0?t:null},30,!1);function tZ(e,t,n){if(tp(n,"cartesian2d")){var r=n.getArea();return{x:e?t.x:r.x,y:e?r.y:t.y,width:e?t.width:r.width,height:e?r.height:t.height}}var r=n.getArea();return{cx:r.cx,cy:r.cy,r0:e?r.r0:t.r0,r:e?r.r:t.r,startAngle:e?t.startAngle:0,endAngle:e?t.endAngle:2*Math.PI}}function tN(e){e.registerChartView(tw),e.registerSeriesModel(e9),e.registerLayout(e.PRIORITY.VISUAL.LAYOUT,eJ.WA(eQ.bK,"bar")),e.registerLayout(e.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,(0,eQ.Bk)("bar")),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,e2("bar")),e.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},function(e,t){var n=e.componentType||"series";t.eachComponent({mainType:n,query:e},function(t){e.sortInfo&&t.axis.setCategorySortInfo(e.sortInfo)})})}var tB=n(4292),tz=n(5352),tF=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.type="grid",t.dependencies=["xAxis","yAxis"],t.layoutMode="box",t.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},t}(tz.Z),tj=function(){function e(){}return e.prototype.getNeedCrossZero=function(){return!this.option.scale},e.prototype.getCoordSysModel=function(){},e}(),tV=n(6571),t$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",tV.C6).models[0]},t.type="cartesian2dAxis",t}(tz.Z);eJ.jB(t$,tj);var tH={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)"]}}},tW=eJ.TS({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},tH),tG=eJ.TS({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},tH),tU=eJ.TS({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},tG),tq=eJ.ce({logBase:10},tG);let tY={category:tW,value:tG,time:tU,log:tq};var tK=n(651),tX=0,tJ=function(){function e(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication,this.uid=++tX}return e.createByAxisModel=function(t){var n=t.option,r=n.data,i=r&&(0,eJ.UI)(r,tQ);return new e({categories:i,needCollect:!i,deduplication:!1!==n.dedplication})},e.prototype.getOrdinal=function(e){return this._getOrCreateMap().get(e)},e.prototype.parseAndCollect=function(e){var t,n=this._needCollect;if(!(0,eJ.HD)(e)&&!n)return e;if(n&&!this._deduplication)return t=this.categories.length,this.categories[t]=e,t;var r=this._getOrCreateMap();return null==(t=r.get(e))&&(n?(t=this.categories.length,this.categories[t]=e,r.set(e,t)):t=NaN),t},e.prototype._getOrCreateMap=function(){return this._map||(this._map=(0,eJ.kW)(this.categories))},e}();function tQ(e){return(0,eJ.Kn)(e)&&null!=e.value?e.value:e+""}var t0={value:1,category:1,time:1,log:1};function t1(e,t,n,r){(0,eJ.S6)(t0,function(i,o){var a=(0,eJ.TS)((0,eJ.TS)({},tY[o],!0),r,!0),s=function(e){function n(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t+"Axis."+o,n}return(0,e5.ZT)(n,e),n.prototype.mergeDefaultAndTheme=function(e,t){var n=(0,tK.YD)(this),r=n?(0,tK.tE)(e):{},i=t.getTheme();(0,eJ.TS)(e,i.get(o+"Axis")),(0,eJ.TS)(e,this.getDefaultOption()),e.type=t2(e),n&&(0,tK.dt)(e,r,n)},n.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=tJ.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",t2)}function t2(e){return e.type||(e.data?"category":"value")}var t5=n(1382),t3=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}();t5.au(t3);var t4=n(2517);function t6(e){return"interval"===e.type||"log"===e.type}function t8(e){var t=Math.pow(10,(0,t4.xW)(e)),n=e/t;return n?2===n?n=3:3===n?n=5:n*=2:n=1,(0,t4.NM)(n*t)}function t9(e){return(0,t4.p8)(e)+2}function t7(e,t,n){e[t]=Math.max(Math.min(e[t],n[1]),n[0])}function ne(e,t){return e>=t[0]&&e<=t[1]}function nt(e,t){return t[1]===t[0]?.5:(e-t[0])/(t[1]-t[0])}function nn(e,t){return e*(t[1]-t[0])+t[0]}var nr=function(e){function t(t){var n=e.call(this,t)||this;n.type="ordinal";var r=n.getSetting("ordinalMeta");return r||(r=new tJ({})),(0,eJ.kJ)(r)&&(r=new tJ({categories:(0,eJ.UI)(r,function(e){return(0,eJ.Kn)(e)?e.value:e})})),n._ordinalMeta=r,n._extent=n.getSetting("extent")||[0,r.categories.length-1],n}return(0,e5.ZT)(t,e),t.prototype.parse=function(e){return null==e?NaN:(0,eJ.HD)(e)?this._ordinalMeta.getOrdinal(e):Math.round(e)},t.prototype.contain=function(e){return ne(e=this.parse(e),this._extent)&&null!=this._ordinalMeta.categories[e]},t.prototype.normalize=function(e){return nt(e=this._getTickNumber(this.parse(e)),this._extent)},t.prototype.scale=function(e){return e=Math.round(nn(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}(t3);t3.registerClass(nr);var ni=n(814),no=t4.NM,na=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="interval",t._interval=0,t._intervalPrecision=2,t}return(0,e5.ZT)(t,e),t.prototype.parse=function(e){return e},t.prototype.contain=function(e){return ne(e,this._extent)},t.prototype.normalize=function(e){return nt(e,this._extent)},t.prototype.scale=function(e){return nn(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=t9(e)},t.prototype.getTicks=function(e){var t=this._interval,n=this._extent,r=this._niceExtent,i=this._intervalPrecision,o=[];if(!t)return o;n[0]<r[0]&&(e?o.push({value:no(r[0]-t,i)}):o.push({value:n[0]}));for(var a=r[0];a<=r[1]&&(o.push({value:a}),(a=no(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:no(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=no(a.value+(s+1)*u);c>r[0]&&c<r[1]&&l.push(c),s++}n.push(l)}return n},t.prototype.getLabel=function(e,t){if(null==e)return"";var n=t&&t.precision;null==n?n=t4.p8(e.value)||0:"auto"===n&&(n=this._intervalPrecision);var r=no(e.value,n,!0);return ni.OD(r)},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,d,h=(r=e,i={},o=l[1]-l[0],a=i.interval=(0,t4.kx)(o/r,!0),null!=t&&a<t&&(a=i.interval=t),null!=n&&a>n&&(a=i.interval=n),s=i.intervalPrecision=t9(a),c=i.niceTickExtent=[(0,t4.NM)(Math.ceil(l[0]/a)*a,s),(0,t4.NM)(Math.floor(l[1]/a)*a,s)],d=l,isFinite(c[0])||(c[0]=d[0]),isFinite(c[1])||(c[1]=d[1]),t7(c,0,d),t7(c,1,d),c[0]>c[1]&&(c[0]=c[1]),i);this._intervalPrecision=h.intervalPrecision,this._interval=h.interval,this._niceExtent=h.niceTickExtent}},t.prototype.calcNiceExtent=function(e){var t=this._extent;if(t[0]===t[1]){if(0!==t[0]){var n=Math.abs(t[0]);e.fixMax||(t[1]+=n/2),t[0]-=n/2}else t[1]=1}isFinite(t[1]-t[0])||(t[0]=0,t[1]=1),this.calcNiceTicks(e.splitNumber,e.minInterval,e.maxInterval);var r=this._interval;e.fixMin||(t[0]=no(Math.floor(t[0]/r)*r)),e.fixMax||(t[1]=no(Math.ceil(t[1]/r)*r))},t.prototype.setNiceExtent=function(e,t){this._niceExtent=[e,t]},t.type="interval",t}(t3);t3.registerClass(na);var ns=n(9495),nl=n(926),nu=function(e,t,n,r){for(;n<r;){var i=n+r>>>1;e[i][1]<t?n=i+1:r=i}return n},nc=function(e){function t(t){var n=e.call(this,t)||this;return n.type="time",n}return(0,e5.ZT)(t,e),t.prototype.getLabel=function(e){var t=this.getSetting("useUTC");return(0,nl.WU)(e.value,nl.V8[(0,nl.xC)((0,nl.Tj)(this._minLevelUnit))]||nl.V8.second,t,this.getSetting("locale"))},t.prototype.getFormattedLabel=function(e,t,n){var r=this.getSetting("useUTC"),i=this.getSetting("locale");return(0,nl.k7)(e,t,n,i,r)},t.prototype.getTicks=function(){var e=this._interval,t=this._extent,n=[];if(!e)return n;n.push({value:t[0],level:0});var r=this.getSetting("useUTC"),i=function(e,t,n,r){for(var i=nl.FW,o=0,a=[],s=[],l=0,u=0,c=0;c<i.length&&o++<1e4;++c){var d=(0,nl.Tj)(i[c]);if((0,nl.$K)(i[c])&&(function(e,i,o){var a=[],s=!i.length;if(!function(e,t,n,r){var i=t4.sG(t),o=t4.sG(n),a=function(e){return(0,nl.q5)(i,e,r)===(0,nl.q5)(o,e,r)},s=function(){return a("year")},l=function(){return s()&&a("month")},u=function(){return l()&&a("day")},c=function(){return u()&&a("hour")},d=function(){return c()&&a("minute")},h=function(){return d()&&a("second")};switch(e){case"year":return s();case"month":return l();case"day":return u();case"hour":return c();case"minute":return d();case"second":return h();case"millisecond":return h()&&a("millisecond")}}((0,nl.Tj)(e),r[0],r[1],n)){s&&(i=[{value:function(e,t,n){var r=new Date(e);switch((0,nl.Tj)(t)){case"year":case"month":r[(0,nl.vh)(n)](0);case"day":r[(0,nl.f5)(n)](1);case"hour":r[(0,nl.En)(n)](0);case"minute":r[(0,nl.eN)(n)](0);case"second":r[(0,nl.rM)(n)](0),r[(0,nl.cb)(n)](0)}return r.getTime()}(new Date(r[0]),e,n)},{value:r[1]}]);for(var l=0;l<i.length-1;l++){var u,c,d,h=i[l].value,p=i[l+1].value;if(h!==p){var f=void 0,g=void 0,m=void 0,v=!1;switch(e){case"year":f=Math.max(1,Math.round(t/nl.s2/365)),g=(0,nl.sx)(n),m=(0,nl.xL)(n);break;case"half-year":case"quarter":case"month":f=(u=t/(30*nl.s2))>6?6:u>3?3:u>2?2:1,g=(0,nl.CW)(n),m=(0,nl.vh)(n);break;case"week":case"half-week":case"day":f=(c=t/nl.s2)>16?16:c>7.5?7:c>3.5?4:c>1.5?2:1,g=(0,nl.xz)(n),m=(0,nl.f5)(n);break;case"half-day":case"quarter-day":case"hour":f=(d=t/nl.dV)>12?12:d>6?6:d>3.5?4:d>2?2:1,g=(0,nl.Wp)(n),m=(0,nl.En)(n);break;case"minute":f=nh(t,!0),g=(0,nl.fn)(n),m=(0,nl.eN)(n);break;case"second":f=nh(t,!1),g=(0,nl.MV)(n),m=(0,nl.rM)(n);break;case"millisecond":f=t4.kx(t,!0),g=(0,nl.RZ)(n),m=(0,nl.cb)(n)}(function(e,t,n,i,o,a,s){for(var l=new Date(t),u=t,c=l[i]();u<n&&u<=r[1];)s.push({value:u}),c+=e,l[o](c),u=l.getTime();s.push({value:u,notAdd:!0})})(f,h,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])}}(i[c],a[a.length-1]||[],s),d!==(i[c+1]?(0,nl.Tj)(i[c+1]):null))){if(s.length){u=l,s.sort(function(e,t){return e.value-t.value});for(var h=[],p=0;p<s.length;++p){var f=s[p].value;(0===p||s[p-1].value!==f)&&(h.push(s[p]),f>=r[0]&&f<=r[1]&&l++)}var g=(r[1]-r[0])/t;if(l>1.5*g&&u>g/1.5||(a.push(h),l>g||e===i[c]))break}s=[]}}for(var m=(0,eJ.hX)((0,eJ.UI)(a,function(e){return(0,eJ.hX)(e,function(e){return e.value>=r[0]&&e.value<=r[1]&&!e.notAdd})}),function(e){return e.length>0}),v=[],y=m.length-1,c=0;c<m.length;++c)for(var x=m[c],b=0;b<x.length;++b)v.push({value:x[b].value,level:y-c});v.sort(function(e,t){return e.value-t.value});for(var w=[],c=0;c<v.length;++c)(0===c||v[c].value!==v[c-1].value)&&w.push(v[c]);return w}(this._minLevelUnit,this._approxInterval,r,t);return(n=n.concat(i)).push({value:t[1],level:0}),n},t.prototype.calcNiceExtent=function(e){var t=this._extent;if(t[0]===t[1]&&(t[0]-=nl.s2,t[1]+=nl.s2),t[1]===-1/0&&t[0]===1/0){var n=new Date;t[1]=+new Date(n.getFullYear(),n.getMonth(),n.getDate()),t[0]=t[1]-nl.s2}this.calcNiceTicks(e.splitNumber,e.minInterval,e.maxInterval)},t.prototype.calcNiceTicks=function(e,t,n){e=e||10;var r=this._extent,i=r[1]-r[0];this._approxInterval=i/e,null!=t&&this._approxInterval<t&&(this._approxInterval=t),null!=n&&this._approxInterval>n&&(this._approxInterval=n);var o=nd.length,a=Math.min(nu(nd,this._approxInterval,0,o),o-1);this._interval=nd[a][1],this._minLevelUnit=nd[Math.max(a-1,0)][0]},t.prototype.parse=function(e){return(0,eJ.hj)(e)?e:+t4.sG(e)},t.prototype.contain=function(e){return ne(this.parse(e),this._extent)},t.prototype.normalize=function(e){return nt(this.parse(e),this._extent)},t.prototype.scale=function(e){return nn(e,this._extent)},t.type="time",t}(na),nd=[["second",nl.WT],["minute",nl.yR],["hour",nl.dV],["quarter-day",6*nl.dV],["half-day",12*nl.dV],["day",1.2*nl.s2],["half-week",3.5*nl.s2],["week",7*nl.s2],["month",31*nl.s2],["quarter",95*nl.s2],["half-year",nl.P5/2],["year",nl.P5]];function nh(e,t){return(e/=t?nl.yR:nl.WT)>30?30:e>20?20:e>15?15:e>10?10:e>5?5:e>2?2:1}t3.registerClass(nc);var np=t3.prototype,nf=na.prototype,ng=t4.NM,nm=Math.floor,nv=Math.ceil,ny=Math.pow,nx=Math.log,nb=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="log",t.base=10,t._originalScale=new na,t._interval=0,t}return(0,e5.ZT)(t,e),t.prototype.getTicks=function(e){var t=this._originalScale,n=this._extent,r=t.getExtent(),i=nf.getTicks.call(this,e);return eJ.UI(i,function(e){var t=e.value,i=t4.NM(ny(this.base,t));return i=t===n[0]&&this._fixMin?nS(i,r[0]):i,{value:i=t===n[1]&&this._fixMax?nS(i,r[1]):i}},this)},t.prototype.setExtent=function(e,t){var n=nx(this.base);e=nx(Math.max(0,e))/n,t=nx(Math.max(0,t))/n,nf.setExtent.call(this,e,t)},t.prototype.getExtent=function(){var e=this.base,t=np.getExtent.call(this);t[0]=ny(e,t[0]),t[1]=ny(e,t[1]);var n=this._originalScale.getExtent();return this._fixMin&&(t[0]=nS(t[0],n[0])),this._fixMax&&(t[1]=nS(t[1],n[1])),t},t.prototype.unionExtent=function(e){this._originalScale.unionExtent(e);var t=this.base;e[0]=nx(e[0])/nx(t),e[1]=nx(e[1])/nx(t),np.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=t4.Xd(n);for(e/n*r<=.5&&(r*=10);!isNaN(r)&&1>Math.abs(r)&&Math.abs(r)>0;)r*=10;var i=[t4.NM(nv(t[0]/r)*r),t4.NM(nm(t[1]/r)*r)];this._interval=r,this._niceExtent=i}},t.prototype.calcNiceExtent=function(e){nf.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 ne(e=nx(e)/nx(this.base),this._extent)},t.prototype.normalize=function(e){return nt(e=nx(e)/nx(this.base),this._extent)},t.prototype.scale=function(e){return e=nn(e,this._extent),ny(this.base,e)},t.type="log",t}(t3),nw=nb.prototype;function nS(e,t){return ng(e,t4.p8(t))}nw.getMinorTicks=nf.getMinorTicks,nw.getLabel=nf.getLabel,t3.registerClass(nb);var nC=n(7384),nM=function(){function e(e,t,n){this._prepareParams(e,t,n)}return e.prototype._prepareParams=function(e,t,n){n[1]<n[0]&&(n=[NaN,NaN]),this._dataMin=n[0],this._dataMax=n[1];var r=this._isOrdinal="ordinal"===e.type;this._needCrossZero="interval"===e.type&&t.getNeedCrossZero&&t.getNeedCrossZero();var i=this._modelMinRaw=t.get("min",!0);(0,eJ.mf)(i)?this._modelMinNum=n_(e,i({min:n[0],max:n[1]})):"dataMin"!==i&&(this._modelMinNum=n_(e,i));var o=this._modelMaxRaw=t.get("max",!0);if((0,eJ.mf)(o)?this._modelMaxNum=n_(e,o({min:n[0],max:n[1]})):"dataMax"!==o&&(this._modelMaxNum=n_(e,o)),r)this._axisDataLen=t.getCategories().length;else{var a=t.get("boundaryGap"),s=(0,eJ.kJ)(a)?a:[a||0,a||0];"boolean"==typeof s[0]||"boolean"==typeof s[1]?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[(0,tg.GM)(s[0],1),(0,tg.GM)(s[1],1)]}},e.prototype.calculate=function(){var e=this._isOrdinal,t=this._dataMin,n=this._dataMax,r=this._axisDataLen,i=this._boundaryGapInner,o=e?null:n-t||Math.abs(t),a="dataMin"===this._modelMinRaw?t:this._modelMinNum,s="dataMax"===this._modelMaxRaw?n:this._modelMaxNum,l=null!=a,u=null!=s;null==a&&(a=e?r?0:NaN:t-i[0]*o),null==s&&(s=e?r?r-1:NaN:n+i[1]*o),null!=a&&isFinite(a)||(a=NaN),null!=s&&isFinite(s)||(s=NaN);var c=(0,eJ.Bu)(a)||(0,eJ.Bu)(s)||e&&!r;this._needCrossZero&&(a>0&&s>0&&!l&&(a=0),a<0&&s<0&&!u&&(s=0));var d=this._determinedMin,h=this._determinedMax;return null!=d&&(a=d,l=!0),null!=h&&(s=h,u=!0),{min:a,max:s,minFixed:l,maxFixed:u,isBlank:c}},e.prototype.modifyDataMinMax=function(e,t){this[nT[e]]=t},e.prototype.setDeterminedMinMax=function(e,t){this[nk[e]]=t},e.prototype.freeze=function(){this.frozen=!0},e}(),nk={min:"_determinedMin",max:"_determinedMax"},nT={min:"_dataMin",max:"_dataMax"};function nA(e,t,n){var r=e.rawExtentInfo;return r||(r=new nM(e,t,n),e.rawExtentInfo=r),r}function n_(e,t){return null==t?null:(0,eJ.Bu)(t)?NaN:e.parse(t)}function nI(e,t){var n=e.type,r=nA(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=(0,eQ.Ge)("bar",a),l=!1;if(eJ.S6(s,function(e){l=l||e.getBaseAxis()===t.axis}),l){var u=function(e,t,n,r){var i=n.axis.getExtent(),o=i[1]-i[0],a=(0,eQ.G_)(r,n.axis);if(void 0===a)return{min:e,max:t};var s=1/0;eJ.S6(a,function(e){s=Math.min(e.offset,s)});var l=-1/0;eJ.S6(a,function(e){l=Math.max(e.offset+e.width,l)});var u=(s=Math.abs(s))+(l=Math.abs(l)),c=t-e,d=c/(1-(s+l)/o)-c;return t+=l/u*d,{min:e-=s/u*d,max:t}}(i,o,t,(0,eQ.My)(s));i=u.min,o=u.max}}return{extent:[i,o],fixMin:r.minFixed,fixMax:r.maxFixed}}function nD(e,t){var n=nI(e,t),r=n.extent,i=t.get("splitNumber");e instanceof nb&&(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 nP(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)}:eJ.HD(t)?function(n){var r=e.scale.getLabel(n);return t.replace("{value}",null!=r?r:"")}:eJ.mf(t)?function(r,i){return null!=n&&(i=r.value-n),t(nO(e,r),i,null!=r.level?{level:r.level}:null)}:function(t){return e.scale.getLabel(t)}}function nO(e,t){return"category"===e.type?e.scale.getLabel(t):t.value}function nE(e){var t=e.get("interval");return null==t?"auto":t}function nR(e){return"category"===e.type&&0===nE(e.getLabelModel())}function nL(e,t){var n={};return eJ.S6(e.mapDimensionsAll(t),function(t){n[(0,nC.IR)(e,t)]=!0}),eJ.XP(n)}var nZ=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 eJ.UI(this._dimList,function(e){return this._axes[e]},this)},e.prototype.getAxesByScale=function(e){return e=e.toLowerCase(),eJ.hX(this.getAxes(),function(t){return t.scale.type===e})},e.prototype.addAxis=function(e){var t=e.dim;this._axes[t]=e,this._dimList.push(t)},e}(),nN=n(9634),nB=n(7605),nz=["x","y"];function nF(e){return"interval"===e.type||"time"===e.type}var nj=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="cartesian2d",t.dimensions=nz,t}return(0,e5.ZT)(t,e),t.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var e=this.getAxis("x").scale,t=this.getAxis("y").scale;if(nF(e)&&nF(t)){var n=e.getExtent(),r=t.getExtent(),i=this.dataToPoint([n[0],r[0]]),o=this.dataToPoint([n[1],r[1]]),a=n[1]-n[0],s=r[1]-r[0];if(a&&s){var l=(o[0]-i[0])/a,u=(o[1]-i[1])/s,c=i[0]-n[0]*l,d=i[1]-r[0]*u,h=this._transform=[l,0,0,u,c,d];this._invTransform=(0,nN.U_)([],h)}}},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},t.prototype.containPoint=function(e){var t=this.getAxis("x"),n=this.getAxis("y");return t.contain(t.toLocalCoord(e[0]))&&n.contain(n.toLocalCoord(e[1]))},t.prototype.containData=function(e){return this.getAxis("x").containData(e[0])&&this.getAxis("y").containData(e[1])},t.prototype.containZone=function(e,t){var n=this.dataToPoint(e),r=this.dataToPoint(t),i=this.getArea(),o=new ns.Z(n[0],n[1],r[0]-n[0],r[1]-n[1]);return i.intersect(o)},t.prototype.dataToPoint=function(e,t,n){n=n||[];var r=e[0],i=e[1];if(this._transform&&null!=r&&isFinite(r)&&null!=i&&isFinite(i))return(0,nB.Ne)(n,e,this._transform);var o=this.getAxis("x"),a=this.getAxis("y");return n[0]=o.toGlobalCoord(o.dataToCoord(r,t)),n[1]=a.toGlobalCoord(a.dataToCoord(i,t)),n},t.prototype.clampData=function(e,t){var n=this.getAxis("x").scale,r=this.getAxis("y").scale,i=n.getExtent(),o=r.getExtent(),a=n.parse(e[0]),s=r.parse(e[1]);return(t=t||[])[0]=Math.min(Math.max(Math.min(i[0],i[1]),a),Math.max(i[0],i[1])),t[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),t},t.prototype.pointToData=function(e,t){var n=[];if(this._invTransform)return(0,nB.Ne)(n,e,this._invTransform);var r=this.getAxis("x"),i=this.getAxis("y");return n[0]=r.coordToData(r.toLocalCoord(e[0]),t),n[1]=i.coordToData(i.toLocalCoord(e[1]),t),n},t.prototype.getOtherAxis=function(e){return this.getAxis("x"===e.dim?"y":"x")},t.prototype.getArea=function(e){e=e||0;var t=this.getAxis("x").getGlobalExtent(),n=this.getAxis("y").getGlobalExtent(),r=Math.min(t[0],t[1])-e,i=Math.min(n[0],n[1])-e,o=Math.max(t[0],t[1])-r+e,a=Math.max(n[0],n[1])-i+e;return new ns.Z(r,i,o,a)},t}(nZ),nV=(0,tV.Yf)();function n$(e,t){var n,r,i,o,a=nH(e,"labels"),s=nE(t),l=nW(a,s);return l||(eJ.mf(s)?i=nq(e,s):(o="auto"===s?null!=(r=nV(n=e).autoInterval)?r:nV(n).autoInterval=n.calculateCategoryInterval():s,i=nU(e,o)),nG(a,s,{labels:i,labelCategoryInterval:o}))}function nH(e,t){return nV(e)[t]||(nV(e)[t]=[])}function nW(e,t){for(var n=0;n<e.length;n++)if(e[n].key===t)return e[n].value}function nG(e,t,n){return e.push({key:t,value:n}),n}function nU(e,t,n){var r=nP(e),i=e.scale,o=i.getExtent(),a=e.getLabelModel(),s=[],l=Math.max((t||0)+1,1),u=o[0],c=i.count();0!==u&&l>1&&c/l>2&&(u=Math.round(Math.ceil(u/l)*l));var d=nR(e),h=a.get("showMinLabel")||d,p=a.get("showMaxLabel")||d;h&&u!==o[0]&&g(o[0]);for(var f=u;f<=o[1];f+=l)g(f);function g(e){var t={value:e};s.push(n?e:{formattedLabel:r(t),rawLabel:i.getLabel(t),tickValue:e})}return p&&f-l!==o[1]&&g(o[1]),s}function nq(e,t,n){var r=e.scale,i=nP(e),o=[];return eJ.S6(r.getTicks(),function(e){var a=r.getLabel(e),s=e.value;t(e.value,a)&&o.push(n?s:{formattedLabel:i(e),rawLabel:a,tickValue:s})}),o}var nY=[0,1];function nK(e,t){var n=(e[1]-e[0])/t/2;e[0]+=n,e[1]-=n}var nX=function(e){function t(t,n,r,i,o){var a=e.call(this,t,n,r)||this;return a.index=0,a.type=i||"value",a.position=o||"bottom",a}return(0,e5.ZT)(t,e),t.prototype.isHorizontal=function(){var e=this.position;return"top"===e||"bottom"===e},t.prototype.getGlobalExtent=function(e){var t=this.getExtent();return t[0]=this.toGlobalCoord(t[0]),t[1]=this.toGlobalCoord(t[1]),e&&t[0]>t[1]&&t.reverse(),t},t.prototype.pointToData=function(e,t){return this.coordToData(this.toLocalCoord(e[+("x"!==this.dim)]),t)},t.prototype.setCategorySortInfo=function(e){if("category"!==this.type)return!1;this.model.option.categorySortInfo=e,this.scale.setSortInfo(e)},t}(function(){function e(e,t,n){this.onBand=!1,this.inverse=!1,this.dim=e,this.scale=t,this._extent=n||[0,0]}return e.prototype.contain=function(e){var t=this._extent,n=Math.min(t[0],t[1]),r=Math.max(t[0],t[1]);return e>=n&&e<=r},e.prototype.containData=function(e){return this.scale.contain(e)},e.prototype.getExtent=function(){return this._extent.slice()},e.prototype.getPixelPrecision=function(e){return(0,t4.M9)(e||this.scale.getExtent(),this._extent)},e.prototype.setExtent=function(e,t){var n=this._extent;n[0]=e,n[1]=t},e.prototype.dataToCoord=function(e,t){var n=this._extent,r=this.scale;return e=r.normalize(e),this.onBand&&"ordinal"===r.type&&nK(n=n.slice(),r.count()),(0,t4.NU)(e,nY,n,t)},e.prototype.coordToData=function(e,t){var n=this._extent,r=this.scale;this.onBand&&"ordinal"===r.type&&nK(n=n.slice(),r.count());var i=(0,t4.NU)(e,n,nY,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=nH(e,"ticks"),o=nE(t),a=nW(i,o);if(a)return a;if((!t.get("show")||e.scale.isBlank())&&(n=[]),eJ.mf(o))n=nq(e,o,!0);else if("auto"===o){var s=n$(e,e.getLabelModel());r=s.labelCategoryInterval,n=eJ.UI(s.labels,function(e){return e.tickValue})}else n=nU(e,r=o,!0);return nG(i,o,{ticks:n,tickCategoryInterval:r})}(this,t):{ticks:eJ.UI(this.scale.getTicks(),function(e){return e.value})}).ticks,r=(0,eJ.UI)(n,function(e){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(e):e),tickValue:e}},this);return function(e,t,n,r){var i,o,a=t.length;if(e.onBand&&!n&&a){var s=e.getExtent();if(1===a)t[0].coord=s[0],i=t[1]={coord:s[1]};else{var l=t[a-1].tickValue-t[0].tickValue,u=(t[a-1].coord-t[0].coord)/l;(0,eJ.S6)(t,function(e){e.coord-=u/2}),o=1+e.scale.getExtent()[1]-t[a-1].tickValue,i={coord:t[a-1].coord+u*o},t.push(i)}var c=s[0]>s[1];d(t[0].coord,s[0])&&(r?t[0].coord=s[0]:t.shift()),r&&d(s[0],t[0].coord)&&t.unshift({coord:s[0]}),d(s[1],i.coord)&&(r?i.coord=s[1]:t.pop()),r&&d(i.coord,s[1])&&t.push({coord:s[1]})}function d(e,t){return e=(0,t4.NM)(e),t=(0,t4.NM)(t),c?e>t:e<t}}(this,r,t.get("alignWithLabel"),e.clamp),r},e.prototype.getMinorTicksCoords=function(){if("ordinal"===this.scale.type)return[];var e=this.model.getModel("minorTick").get("splitNumber");e>0&&e<100||(e=5);var t=this.scale.getMinorTicks(e);return(0,eJ.UI)(t,function(e){return(0,eJ.UI)(e,function(e){return{coord:this.dataToCoord(e),tickValue:e}},this)},this)},e.prototype.getViewLabels=function(){var e,t,n,r,i,o;return("category"===this.type?(e=this,t=e.getLabelModel(),n=n$(e,t),!t.get("show")||e.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n):(r=this,i=r.scale.getTicks(),o=nP(r),{labels:eJ.UI(i,function(e,t){return{level:e.level,formattedLabel:o(e,t),rawLabel:r.scale.getLabel(e),tickValue:e.value}})})).labels},e.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},e.prototype.getTickModel=function(){return this.model.getModel("axisTick")},e.prototype.getBandWidth=function(){var e=this._extent,t=this.scale.getExtent(),n=t[1]-t[0]+ +!!this.onBand;return 0===n&&(n=1),Math.abs(Math.abs(e[1]-e[0]))/n},e.prototype.calculateCategoryInterval=function(){return function(e){var t,n,r=(n=(t=e).getLabelModel(),{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:n.get("rotate")||0,font:n.getFont()}),i=nP(e),o=(r.axisRotate-r.labelRotate)/180*Math.PI,a=e.scale,s=a.getExtent(),l=a.count();if(s[1]-s[0]<1)return 0;var u=1;l>40&&(u=Math.max(1,Math.floor(l/40)));for(var c=s[0],d=e.dataToCoord(c+1)-e.dataToCoord(c),h=Math.abs(d*Math.cos(o)),p=Math.abs(d*Math.sin(o)),f=0,g=0;c<=s[1];c+=u){var m=0,v=0,y=tg.lP(i({value:c}),r.font,"center","top");m=1.3*y.width,v=1.3*y.height,f=Math.max(f,m,7),g=Math.max(g,v,7)}var x=f/h,b=g/p;isNaN(x)&&(x=1/0),isNaN(b)&&(b=1/0);var w=Math.max(0,Math.floor(Math.min(x,b))),S=nV(e.model),C=e.getExtent(),M=S.lastAutoInterval,k=S.lastTickCount;return null!=M&&null!=k&&1>=Math.abs(M-w)&&1>=Math.abs(k-l)&&M>w&&S.axisExtent0===C[0]&&S.axisExtent1===C[1]?w=M:(S.lastTickCount=l,S.lastAutoInterval=w,S.axisExtent0=C[0],S.axisExtent1=C[1]),w}(this)},e}());function nJ(e,t,n){n=n||{};var r=e.coordinateSystem,i=t.axis,o={},a=i.getAxesOnZeroOf()[0],s=i.position,l=a?"onZero":s,u=i.dim,c=r.getRect(),d=[c.x,c.x+c.width,c.y,c.y+c.height],h={left:0,right:1,top:0,bottom:1,onZero:2},p=t.get("offset")||0,f="x"===u?[d[2]-p,d[3]+p]:[d[0]-p,d[1]+p];if(a){var g=a.toGlobalCoord(a.dataToCoord(0));f[h.onZero]=Math.max(Math.min(g,f[1]),f[0])}o.position=["y"===u?f[h[l]]:d[0],"x"===u?f[h[l]]:d[3]],o.rotation=Math.PI/2*+("x"!==u),o.labelDirection=o.tickDirection=o.nameDirection=({top:-1,bottom:1,left:-1,right:1})[s],o.labelOffset=a?f[h[s]]-f[h.onZero]:0,t.get(["axisTick","inside"])&&(o.tickDirection=-o.tickDirection),eJ.Jv(n.labelInside,t.get(["axisLabel","inside"]))&&(o.labelDirection=-o.labelDirection);var m=t.get(["axisLabel","rotate"]);return o.labelRotate="top"===l?-m:m,o.z2=1,o}function nQ(e){return"cartesian2d"===e.get("coordinateSystem")}function n0(e){var t={xAxisModel:null,yAxisModel:null};return eJ.S6(t,function(n,r){var i=r.replace(/Model$/,""),o=e.getReferringComponents(i,tV.C6).models[0];t[r]=o}),t}var n1=Math.log,n2=function(){function e(e,t,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=nz,this._initCartesian(e,t,n),this.model=e}return e.prototype.getRect=function(){return this._rect},e.prototype.update=function(e,t){var n=this._axesMap;function r(e){var t,n=(0,eJ.XP)(e),r=n.length;if(r){for(var i=[],o=r-1;o>=0;o--){var a=e[+n[o]],s=a.model,l=a.scale;t6(l)&&s.get("alignTicks")&&null==s.get("interval")?i.push(a):(nD(l,s),t6(l)&&(t=a))}i.length&&(t||nD((t=i.pop()).scale,t.model),(0,eJ.S6)(i,function(e){!function(e,t,n){var r=na.prototype,i=r.getTicks.call(n),o=r.getTicks.call(n,!0),a=i.length-1,s=r.getInterval.call(n),l=nI(e,t),u=l.extent,c=l.fixMin,d=l.fixMax;if("log"===e.type){var h=n1(e.base);u=[n1(u[0])/h,n1(u[1])/h]}e.setExtent(u[0],u[1]),e.calcNiceExtent({splitNumber:a,fixMin:c,fixMax:d});var p=r.getExtent.call(e);c&&(u[0]=p[0]),d&&(u[1]=p[1]);var f=r.getInterval.call(e),g=u[0],m=u[1];if(c&&d)f=(m-g)/a;else if(c)for(m=u[0]+f*a;m<u[1]&&isFinite(m)&&isFinite(u[1]);)f=t8(f),m=u[0]+f*a;else if(d)for(g=u[1]-f*a;g>u[0]&&isFinite(g)&&isFinite(u[0]);)f=t8(f),g=u[1]-f*a;else{e.getTicks().length-1>a&&(f=t8(f));var v=f*a;m=Math.ceil(u[1]/f)*f,(g=(0,t4.NM)(m-v))<0&&u[0]>=0?(g=0,m=(0,t4.NM)(v)):m>0&&u[1]<=0&&(m=0,g=-(0,t4.NM)(v))}var y=(i[0].value-o[0].value)/s,x=(i[a].value-o[a].value)/s;r.setExtent.call(e,g+f*y,m+f*x),r.setInterval.call(e,f),(y||x)&&r.setNiceExtent.call(e,g+f,m-f)}(e.scale,e.model,t.scale)}))}}this._updateScale(e,this.model),r(n.x),r(n.y);var i={};(0,eJ.S6)(n.x,function(e){n3(n,"y",e,i)}),(0,eJ.S6)(n.y,function(e){n3(n,"x",e,i)}),this.resize(this.model,t)},e.prototype.resize=function(e,t,n){var r=e.getBoxLayoutParams(),i=!n&&e.get("containLabel"),o=(0,tK.ME)(r,{width:t.getWidth(),height:t.getHeight()});this._rect=o;var a=this._axesList;function s(){(0,eJ.S6)(a,function(e){var t,n,r,i,a=e.isHorizontal(),s=a?[0,o.width]:[0,o.height],l=+!!e.inverse;e.setExtent(s[l],s[1-l]),t=e,n=a?o.x:o.y,i=(r=t.getExtent())[0]+r[1],t.toGlobalCoord="x"===t.dim?function(e){return e+n}:function(e){return i-e+n},t.toLocalCoord="x"===t.dim?function(e){return e-n}:function(e){return i-e+n}})}s(),i&&((0,eJ.S6)(a,function(e){if(!e.model.get(["axisLabel","inside"])){var t=function(e){var t,n,r,i=e.model,o=e.scale;if(!(!i.get(["axisLabel","show"])||o.isBlank())){var a=o.getExtent();n=o instanceof nr?o.count():(t=o.getTicks()).length;var s=e.getLabelModel(),l=nP(e),u=1;n>40&&(u=Math.ceil(n/40));for(var c=0;c<n;c+=u){var d=l(t?t[c]:{value:a[0]+c},c),h=function(e,t){var n=t*Math.PI/180,r=e.width,i=e.height,o=r*Math.abs(Math.cos(n))+Math.abs(i*Math.sin(n)),a=r*Math.abs(Math.sin(n))+Math.abs(i*Math.cos(n));return new ns.Z(e.x,e.y,o,a)}(s.getTextRect(d),s.get("rotate")||0);r?r.union(h):r=h}return r}}(e);if(t){var n=e.isHorizontal()?"height":"width",r=e.model.get(["axisLabel","margin"]);o[n]-=t[n]+r,"top"===e.position?o.y+=t.height+r:"left"===e.position&&(o.x+=t.width+r)}}}),s()),(0,eJ.S6)(this._coordsList,function(e){e.calcAffineTransform()})},e.prototype.getAxis=function(e,t){var n=this._axesMap[e];if(null!=n)return n[t||0]},e.prototype.getAxes=function(){return this._axesList.slice()},e.prototype.getCartesian=function(e,t){if(null!=e&&null!=t){var n="x"+e+"y"+t;return this._coordsMap[n]}(0,eJ.Kn)(e)&&(t=e.yAxisIndex,e=e.xAxisIndex);for(var r=0,i=this._coordsList;r<i.length;r++)if(i[r].getAxis("x").index===e||i[r].getAxis("y").index===t)return i[r]},e.prototype.getCartesians=function(){return this._coordsList.slice()},e.prototype.convertToPixel=function(e,t,n){var r=this._findConvertTarget(t);return r.cartesian?r.cartesian.dataToPoint(n):r.axis?r.axis.toGlobalCoord(r.axis.dataToCoord(n)):null},e.prototype.convertFromPixel=function(e,t,n){var r=this._findConvertTarget(t);return r.cartesian?r.cartesian.pointToData(n):r.axis?r.axis.coordToData(r.axis.toLocalCoord(n)):null},e.prototype._findConvertTarget=function(e){var t,n,r=e.seriesModel,i=e.xAxisModel||r&&r.getReferringComponents("xAxis",tV.C6).models[0],o=e.yAxisModel||r&&r.getReferringComponents("yAxis",tV.C6).models[0],a=e.gridModel,s=this._coordsList;return r?(t=r.coordinateSystem,0>(0,eJ.cq)(s,t)&&(t=null)):i&&o?t=this.getCartesian(i.componentIndex,o.componentIndex):i?n=this.getAxis("x",i.componentIndex):o?n=this.getAxis("y",o.componentIndex):a&&a.coordinateSystem===this&&(t=this._coordsList[0]),{cartesian:t,axis:n}},e.prototype.containPoint=function(e){var t=this._coordsList[0];if(t)return t.containPoint(e)},e.prototype._initCartesian=function(e,t,n){var r=this,i=this,o={left:!1,right:!1,top:!1,bottom:!1},a={x:{},y:{}},s={x:0,y:0};if(t.eachComponent("xAxis",l("x"),this),t.eachComponent("yAxis",l("y"),this),!s.x||!s.y){this._axesMap={},this._axesList=[];return}function l(t){return function(n,r){if(n5(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 nX(t,function(e,t){if(t=t||e.get("type"))switch(t){case"category":return new nr({ordinalMeta:e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),extent:[1/0,-1/0]});case"time":return new nc({locale:e.ecModel.getLocaleModel(),useUTC:e.ecModel.get("useUTC")});default:return new(t3.getClass(t)||na)}}(n),[0,0],n.get("type"),l),c="category"===u.type;u.onBand=c&&n.get("boundaryGap"),u.inverse=n.get("inverse"),n.axis=u,u.model=n,u.grid=i,u.index=r,i._axesList.push(u),a[t][r]=u,s[t]++}}}this._axesMap=a,(0,eJ.S6)(a.x,function(t,n){(0,eJ.S6)(a.y,function(i,o){var a="x"+n+"y"+o,s=new nj(a);s.master=r,s.model=e,r._coordsMap[a]=s,r._coordsList.push(s),s.addAxis(t),s.addAxis(i)})})},e.prototype._updateScale=function(e,t){function n(e,t){(0,eJ.S6)(nL(e,t.dim),function(n){t.scale.unionExtentFromData(e,n)})}(0,eJ.S6)(this._axesList,function(e){if(e.scale.setExtent(1/0,-1/0),"category"===e.type){var t=e.model.get("categorySortInfo");e.scale.setSortInfo(t)}}),e.eachSeries(function(e){if(nQ(e)){var r=n0(e),i=r.xAxisModel,o=r.yAxisModel;if(n5(i,t)&&n5(o,t)){var a=this.getCartesian(i.componentIndex,o.componentIndex),s=e.getData(),l=a.getAxis("x"),u=a.getAxis("y");n(s,l),n(s,u)}}},this)},e.prototype.getTooltipAxes=function(e){var t=[],n=[];return(0,eJ.S6)(this.getCartesians(),function(r){var i=null!=e&&"auto"!==e?r.getAxis(e):r.getBaseAxis(),o=r.getOtherAxis(i);0>(0,eJ.cq)(t,i)&&t.push(i),0>(0,eJ.cq)(n,o)&&n.push(o)}),{baseAxes:t,otherAxes:n}},e.create=function(t,n){var r=[];return t.eachComponent("grid",function(i,o){var a=new e(i,t,n);a.name="grid_"+o,a.resize(i,n,!0),i.coordinateSystem=a,r.push(a)}),t.eachSeries(function(e){if(nQ(e)){var t=n0(e),n=t.xAxisModel,r=t.yAxisModel,i=n.getCoordSysModel().coordinateSystem;e.coordinateSystem=i.getCartesian(n.componentIndex,r.componentIndex)}}),r},e.dimensions=nz,e}();function n5(e,t){return e.getCoordSysModel()===t}function n3(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)n4(o[l])&&(i=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&n4(o[u])&&!r[c(o[u])]){i=o[u];break}i&&(r[c(i)]=!0)}function c(e){return e.dim+"_"+e.index}}function n4(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 n6=n(2859),n8=n(4639),n9=n(6505),n7=n(5965),re=n(8291),rt=Math.PI,rn=function(){function e(e,t){this.group=new te.Z,this.opt=t,this.axisModel=e,(0,eJ.ce)(t,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var n=new te.Z({x:t.position[0],y:t.position[1],rotation:t.rotation});n.updateTransform(),this._transformGroup=n}return e.prototype.hasBuilder=function(e){return!!rr[e]},e.prototype.add=function(e){rr[e](this.opt,this.axisModel,this.group,this._transformGroup)},e.prototype.getGroup=function(){return this.group},e.innerTextLayout=function(e,t,n){var r,i,o=(0,t4.wW)(t-e);return(0,t4.mW)(o)?(i=n>0?"top":"bottom",r="center"):(0,t4.mW)(o-rt)?(i=n>0?"bottom":"top",r="center"):(i="middle",r=o>0&&o<rt?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}(),rr={axisLine:function(e,t,n,r){var i=t.get(["axisLine","show"]);if("auto"===i&&e.handleAutoShown&&(i=e.handleAutoShown("axisLine")),i){var o=t.axis.getExtent(),a=r.transform,s=[o[0],0],l=[o[1],0],u=s[0]>l[0];a&&((0,nB.Ne)(s,s,a),(0,nB.Ne)(l,l,a));var c=(0,eJ.l7)({lineCap:"round"},t.getModel(["axisLine","lineStyle"]).getLineStyle()),d=new n6.Z({shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:c,strokeContainThreshold:e.strokeContainThreshold||5,silent:!0,z2:1});tt.subPixelOptimizeLine(d.shape,d.style.lineWidth),d.anid="line",n.add(d);var h=t.get(["axisLine","symbol"]);if(null!=h){var p=t.get(["axisLine","symbolSize"]);(0,eJ.HD)(h)&&(h=[h,h]),((0,eJ.HD)(p)||(0,eJ.hj)(p))&&(p=[p,p]);var f=(0,n7.Cq)(t.get(["axisLine","symbolOffset"])||0,p),g=p[0],m=p[1];(0,eJ.S6)([{rotate:e.rotation+Math.PI/2,offset:f[0],r:0},{rotate:e.rotation-Math.PI/2,offset:f[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],function(t,r){if("none"!==h[r]&&null!=h[r]){var i=(0,n7.th)(h[r],-g/2,-m/2,g,m,c.stroke,!0),o=t.r+t.offset,a=u?l:s;i.attr({rotation:t.rotate,x:a[0]+o*Math.cos(e.rotation),y:a[1]-o*Math.sin(e.rotation),silent:!0,z2:11}),n.add(i)}})}}},axisTickLabel:function(e,t,n,r){var i=function(e,t,n,r){var i=n.axis,o=n.getModel("axisTick"),a=o.get("show");if("auto"===a&&r.handleAutoShown&&(a=r.handleAutoShown("axisTick")),!(!a||i.scale.isBlank())){for(var s=o.getModel("lineStyle"),l=r.tickDirection*o.get("length"),u=rs(i.getTicksCoords(),t.transform,l,(0,eJ.ce)(s.getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])}),"ticks"),c=0;c<u.length;c++)e.add(u[c]);return u}}(n,r,t,e),o=function(e,t,n,r){var i=n.axis;if(!(!(0,eJ.Jv)(r.axisLabelShow,n.get(["axisLabel","show"]))||i.scale.isBlank())){var o=n.getModel("axisLabel"),a=o.get("margin"),s=i.getViewLabels(),l=((0,eJ.Jv)(r.labelRotate,o.get("rotate"))||0)*rt/180,u=rn.innerTextLayout(r.rotation,l,r.labelDirection),c=n.getCategories&&n.getCategories(!0),d=[],h=rn.isLabelSilent(n),p=n.get("triggerEvent");return(0,eJ.S6)(s,function(l,f){var g="ordinal"===i.scale.type?i.scale.getRawOrdinalNumber(l.tickValue):l.tickValue,m=l.formattedLabel,v=l.rawLabel,y=o;if(c&&c[g]){var x=c[g];(0,eJ.Kn)(x)&&x.textStyle&&(y=new n9.Z(x.textStyle,o,n.ecModel))}var b=y.getTextColor()||n.get(["axisLine","lineStyle","color"]),w=i.dataToCoord(g),S=y.getShallow("align",!0)||u.textAlign,C=(0,eJ.pD)(y.getShallow("alignMinLabel",!0),S),M=(0,eJ.pD)(y.getShallow("alignMaxLabel",!0),S),k=y.getShallow("verticalAlign",!0)||y.getShallow("baseline",!0)||u.textVerticalAlign,T=(0,eJ.pD)(y.getShallow("verticalAlignMinLabel",!0),k),A=(0,eJ.pD)(y.getShallow("verticalAlignMaxLabel",!0),k),_=new n8.ZP({x:w,y:r.labelOffset+r.labelDirection*a,rotation:u.rotation,silent:h,z2:10+(l.level||0),style:(0,ts.Lr)(y,{text:m,align:0===f?C:f===s.length-1?M:S,verticalAlign:0===f?T:f===s.length-1?A:k,fill:(0,eJ.mf)(b)?b("category"===i.type?v:"value"===i.type?g+"":g,f):b})});if(_.anid="label_"+g,p){var I=rn.makeAxisEventDataBase(n);I.targetType="axisLabel",I.value=v,I.tickIndex=f,"category"===i.type&&(I.dataIndex=g),(0,to.A)(_).eventData=I}t.add(_),_.updateTransform(),d.push(_),e.add(_),_.decomposeTransform()}),d}}(n,r,t,e);(function(e,t,n){if(!nR(e.axis)){var r=e.get(["axisLabel","showMinLabel"]),i=e.get(["axisLabel","showMaxLabel"]);n=n||[];var o=(t=t||[])[0],a=t[1],s=t[t.length-1],l=t[t.length-2],u=n[0],c=n[1],d=n[n.length-1],h=n[n.length-2];!1===r?(ri(o),ri(u)):ro(o,a)&&(r?(ri(a),ri(c)):(ri(o),ri(u))),!1===i?(ri(s),ri(d)):ro(l,s)&&(i?(ri(l),ri(h)):(ri(s),ri(d)))}})(t,o,i),function(e,t,n,r){var i=n.axis,o=n.getModel("minorTick");if(!(!o.get("show")||i.scale.isBlank())){var a=i.getMinorTicksCoords();if(a.length)for(var s=o.getModel("lineStyle"),l=r*o.get("length"),u=(0,eJ.ce)(s.getLineStyle(),(0,eJ.ce)(n.getModel("axisTick").getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])})),c=0;c<a.length;c++)for(var d=rs(a[c],t.transform,l,u,"minorticks_"+c),h=0;h<d.length;h++)e.add(d[h])}}(n,r,t,e.tickDirection),t.get(["axisLabel","hideOverlap"])&&function(e){var t=[];e.sort(function(e,t){return t.priority-e.priority});var n=new ns.Z(0,0,0,0);function r(e){if(!e.ignore){var t=e.ensureState("emphasis");null==t.ignore&&(t.ignore=!1)}e.ignore=!0}for(var i=0;i<e.length;i++){var o=e[i],a=o.axisAligned,s=o.localRect,l=o.transform,u=o.label,c=o.labelLine;n.copy(o.rect),n.width-=.1,n.height-=.1,n.x+=.05,n.y+=.05;for(var d=o.obb,h=!1,p=0;p<t.length;p++){var f=t[p];if(n.intersect(f.rect)&&(a&&f.axisAligned||(f.obb||(f.obb=new re.Z(f.localRect,f.transform)),d||(d=new re.Z(s,l)),d.intersect(f.obb)))){h=!0;break}}h?(r(u),c&&r(c)):(u.attr("ignore",o.defaultAttr.ignore),c&&c.attr("ignore",o.defaultAttr.labelGuideIgnore),t.push(o))}}(function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];if(!r.defaultAttr.ignore){var i=r.label,o=i.getComputedTransform(),a=i.getBoundingRect(),s=!o||o[1]<1e-5&&o[2]<1e-5,l=i.style.margin||0,u=a.clone();u.applyTransform(o),u.x-=l/2,u.y-=l/2,u.width+=l,u.height+=l;var c=s?new re.Z(a,o):null;t.push({label:i,labelLine:r.labelLine,rect:u,localRect:a,obb:c,priority:r.priority,defaultAttr:r.defaultAttr,layoutOption:r.computedLayoutOption,axisAligned:s,transform:o})}}return t}((0,eJ.UI)(o,function(e){return{label:e,priority:e.z2,defaultAttr:{ignore:e.ignore}}})))},axisName:function(e,t,n,r){var i,o,a=(0,eJ.Jv)(e.axisName,t.get("name"));if(a){var s,l,u,c,d,h,p,f,g,m=t.get("nameLocation"),v=e.nameDirection,y=t.getModel("nameTextStyle"),x=t.get("nameGap")||0,b=t.axis.getExtent(),w=b[0]>b[1]?-1:1,S=["start"===m?b[0]-w*x:"end"===m?b[1]+w*x:(b[0]+b[1])/2,ra(m)?e.labelOffset+v*x:0],C=t.get("nameRotate");null!=C&&(C=C*rt/180),ra(m)?i=rn.innerTextLayout(e.rotation,null!=C?C:e.rotation,v):(s=e.rotation,l=m,u=C||0,c=b,p=(0,t4.wW)(u-s),f=c[0]>c[1],g="start"===l&&!f||"start"!==l&&f,(0,t4.mW)(p-rt/2)?(h=g?"bottom":"top",d="center"):(0,t4.mW)(p-1.5*rt)?(h=g?"top":"bottom",d="center"):(h="middle",d=p<1.5*rt&&p>rt/2?g?"left":"right":g?"right":"left"),i={rotation:p,textAlign:d,textVerticalAlign:h},null!=(o=e.axisNameAvailableWidth)&&(isFinite(o=Math.abs(o/Math.sin(i.rotation)))||(o=null)));var M=y.getFont(),k=t.get("nameTruncate",!0)||{},T=k.ellipsis,A=(0,eJ.Jv)(e.nameTruncateMaxWidth,k.maxWidth,o),_=new n8.ZP({x:S[0],y:S[1],rotation:i.rotation,silent:rn.isLabelSilent(t),style:(0,ts.Lr)(y,{text:a,font:M,overflow:"truncate",width:A,ellipsis:T,fill:y.getTextColor()||t.get(["axisLine","lineStyle","color"]),align:y.get("align")||i.textAlign,verticalAlign:y.get("verticalAlign")||i.textVerticalAlign}),z2:1});if(tt.setTooltipConfig({el:_,componentModel:t,itemName:a}),_.__fullText=a,_.anid="name",t.get("triggerEvent")){var I=rn.makeAxisEventDataBase(t);I.targetType="axisName",I.name=a,(0,to.A)(_).eventData=I}r.add(_),_.updateTransform(),n.add(_),_.decomposeTransform()}}};function ri(e){e&&(e.ignore=!0)}function ro(e,t){var n=e&&e.getBoundingRect().clone(),r=t&&t.getBoundingRect().clone();if(n&&r){var i=nN.yR([]);return nN.U1(i,i,-e.rotation),n.applyTransform(nN.dC([],i,e.getLocalTransform())),r.applyTransform(nN.dC([],i,t.getLocalTransform())),n.intersect(r)}}function ra(e){return"middle"===e||"center"===e}function rs(e,t,n,r,i){for(var o=[],a=[],s=[],l=0;l<e.length;l++){var u=e[l].coord;a[0]=u,a[1]=0,s[0]=u,s[1]=n,t&&((0,nB.Ne)(a,a,t),(0,nB.Ne)(s,s,t));var c=new n6.Z({shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:r,z2:2,autoBatch:!0,silent:!0});tt.subPixelOptimizeLine(c.shape,c.style.lineWidth),c.anid=i+"_"+e[l].tickValue,o.push(c)}return o}function rl(e,t){return"all"===e||(0,eJ.kJ)(e)&&(0,eJ.cq)(e,t)>=0||e===t}function ru(e){var t=(e.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return t&&t.axesInfo[rd(e)]}function rc(e){return!!e.get(["handle","show"])}function rd(e){return e.type+"||"+e.id}var rh={},rp=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.render=function(t,n,r,i){this.axisPointerClass&&function(e){var t=ru(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=rc(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=ru(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){rh[e]=t},t.getAxisPointerClass=function(e){return e&&rh[e]},t.type="axis",t}(tB.Z),rf=(0,tV.Yf)(),rg=["axisLine","axisTickLabel","axisName"],rm=["splitArea","splitLine","minorSplitLine"],rv=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.axisPointerClass="CartesianAxisPointer",n}return(0,e5.ZT)(t,e),t.prototype.render=function(t,n,r,i){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new te.Z,this.group.add(this._axisGroup),t.get("show")){var a=t.getCoordSysModel(),s=nJ(a,t),l=new rn(t,eJ.l7({handleAutoShown:function(e){for(var n=a.coordinateSystem.getCartesians(),r=0;r<n.length;r++)if(t6(n[r].getOtherAxis(t.axis).scale))return!0;return!1}},s));eJ.S6(rg,l.add,l),this._axisGroup.add(l.getGroup()),eJ.S6(rm,function(e){t.get([e,"show"])&&ry[e](this,this._axisGroup,t,a)},this),i&&"changeAxisOrder"===i.type&&i.isInitSort||tt.groupTransition(o,this._axisGroup,t),e.prototype.render.call(this,t,n,r,i)}},t.prototype.remove=function(){rf(this).splitAreaColors=null},t.type="cartesianAxis",t}(rp),ry={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=eJ.kJ(s)?s:[s];for(var l=r.coordinateSystem.getRect(),u=i.isHorizontal(),c=0,d=i.getTicksCoords({tickModel:o}),h=[],p=[],f=a.getLineStyle(),g=0;g<d.length;g++){var m=i.toGlobalCoord(d[g].coord);u?(h[0]=m,h[1]=l.y,p[0]=m,p[1]=l.y+l.height):(h[0]=l.x,h[1]=m,p[0]=l.x+l.width,p[1]=m);var v=c++%s.length,y=d[g].tickValue,x=new n6.Z({anid:null!=y?"line_"+d[g].tickValue:null,autoBatch:!0,shape:{x1:h[0],y1:h[1],x2:p[0],y2:p[1]},style:eJ.ce({stroke:s[v]},f),silent:!0});tt.subPixelOptimizeLine(x.shape,f.lineWidth),t.add(x)}}},minorSplitLine:function(e,t,n,r){var i=n.axis,o=n.getModel("minorSplitLine").getModel("lineStyle"),a=r.coordinateSystem.getRect(),s=i.isHorizontal(),l=i.getMinorTicksCoords();if(l.length)for(var u=[],c=[],d=o.getLineStyle(),h=0;h<l.length;h++)for(var p=0;p<l[h].length;p++){var f=i.toGlobalCoord(l[h][p].coord);s?(u[0]=f,u[1]=a.y,c[0]=f,c[1]=a.y+a.height):(u[0]=a.x,u[1]=f,c[0]=a.x+a.width,c[1]=f);var g=new n6.Z({anid:"minor_line_"+l[h][p].tickValue,autoBatch:!0,shape:{x1:u[0],y1:u[1],x2:c[0],y2:c[1]},style:d,silent:!0});tt.subPixelOptimizeLine(g.shape,d.lineWidth),t.add(g)}},splitArea:function(e,t,n,r){!function(e,t,n,r){var i=n.axis;if(!i.scale.isBlank()){var o=n.getModel("splitArea"),a=o.getModel("areaStyle"),s=a.get("color"),l=r.coordinateSystem.getRect(),u=i.getTicksCoords({tickModel:o,clamp:!0});if(u.length){var c=s.length,d=rf(e).splitAreaColors,h=eJ.kW(),p=0;if(d)for(var f=0;f<u.length;f++){var g=d.get(u[f].tickValue);if(null!=g){p=(g+(c-1)*f)%c;break}}var m=i.toGlobalCoord(u[0].coord),v=a.getAreaStyle();s=eJ.kJ(s)?s:[s];for(var f=1;f<u.length;f++){var y=i.toGlobalCoord(u[f].coord),x=void 0,b=void 0,w=void 0,S=void 0;i.isHorizontal()?(x=m,b=l.y,w=y-x,S=l.height,m=x+w):(x=l.x,b=m,w=l.width,S=y-b,m=b+S);var C=u[f-1].tickValue;null!=C&&h.set(C,p),t.add(new tr.Z({anid:null!=C?"area_"+C:null,shape:{x:x,y:b,width:w,height:S},style:eJ.ce({fill:s[p]},v),autoBatch:!0,silent:!0})),p=(p+1)%c}rf(e).splitAreaColors=h}}}(e,t,n,r)}},rx=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.type="xAxis",t}(rv),rb=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=rx.type,t}return(0,e5.ZT)(t,e),t.type="yAxis",t}(rv),rw=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="grid",t}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t){this.group.removeAll(),e.get("show")&&this.group.add(new tr.Z({shape:e.coordinateSystem.getRect(),style:(0,eJ.ce)({fill:e.get("backgroundColor")},e.getItemStyle()),silent:!0,z2:-1}))},t.type="grid",t}(tB.Z),rS={offset:0};function rC(e){e.registerComponentView(rw),e.registerComponentModel(tF),e.registerCoordinateSystem("cartesian2d",n2),t1(e,"x",t$,rS),t1(e,"y",t$,rS),e.registerComponentView(rx),e.registerComponentView(rb),e.registerPreprocessor(function(e){e.xAxis&&e.yAxis&&!e.grid&&(e.grid={})})}var rM=n(9474),rk=(0,tV.Yf)(),rT=eJ.d9,rA=eJ.ak;function r_(e,t,n,r){!function e(t,n){if(!(eJ.Kn(t)&&eJ.Kn(n)))return t===n;var r=!0;return eJ.S6(n,function(n,i){r=r&&e(t[i],n)}),!!r}(rk(n).lastProp,r)&&(rk(n).lastProp=r,t?tn.D(n,r,e):(n.stopAnimation(),n.attr(r)))}function rI(e,t){e[t.get(["label","show"])?"show":"hide"]()}function rD(e){return{x:e.x||0,y:e.y||0,rotation:e.rotation||0}}function rP(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 rO(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:nO(t,{value:e}),axisDimension:t.dim,axisIndex:t.index,seriesData:[]};eJ.S6(r,function(e){var t=n.getSeriesByIndex(e.seriesIndex),r=e.dataIndexInside,i=t&&t.getDataParams(r);i&&s.seriesData.push(i)}),eJ.HD(a)?o=a.replace("{value}",o):eJ.mf(a)&&(o=a(s))}return o}function rE(e,t,n){var r=nN.Ue();return nN.U1(r,r,n.rotation),nN.Iu(r,r,n.position),tt.applyTransform([e.dataToCoord(t),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],r)}var rR=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.makeElOption=function(e,t,n,r,i){var o,a,s,l,u,c,d,h,p,f,g,m,v,y,x,b,w,S,C,M=n.axis,k=M.grid,T=r.get("type"),A=rL(k,M).getOtherAxis(M).getGlobalExtent(),_=M.toGlobalCoord(M.dataToCoord(t,!0));if(T&&"none"!==T){var I,D,P,O=(D=r.get("type"),P=r.getModel(D+"Style"),"line"===D?(I=P.getLineStyle()).fill=null:"shadow"===D&&((I=P.getAreaStyle()).stroke=null),I),E=rZ[T](M,_,A);E.style=O,e.graphicKey=E.type,e.pointer=E}var R=nJ(k.model,n);d=rn.innerTextLayout(R.rotation,0,R.labelDirection),R.labelMargin=r.get(["label","margin"]),h={position:rE(n.axis,t,R),align:d.textAlign,verticalAlign:d.textVerticalAlign},p=rO(r.get("value"),n.axis,n.ecModel,r.get("seriesDataIndices"),{precision:r.get(["label","precision"]),formatter:r.get(["label","formatter"])}),f=r.getModel("label"),g=ni.MY(f.get("padding")||0),m=f.getFont(),v=tg.lP(p,m),y=h.position,x=v.width+g[1]+g[3],b=v.height+g[0]+g[2],"right"===(w=h.align)&&(y[0]-=x),"center"===w&&(y[0]-=x/2),"bottom"===(S=h.verticalAlign)&&(y[1]-=b),"middle"===S&&(y[1]-=b/2),o=y,a=x,s=b,u=(l=i).getWidth(),c=l.getHeight(),o[0]=Math.min(o[0]+a,u)-a,o[1]=Math.min(o[1]+s,c)-s,o[0]=Math.max(o[0],0),o[1]=Math.max(o[1],0),(C=f.get("backgroundColor"))&&"auto"!==C||(C=n.get(["axisLine","lineStyle","color"])),e.label={x:y[0],y:y[1],style:(0,ts.Lr)(f,{text:p,font:m,fill:f.getTextColor(),padding:g,backgroundColor:C}),z2:10}},t.prototype.getHandleTransform=function(e,t,n){var r=nJ(t.axis.grid.model,t,{labelInside:!1});r.labelMargin=n.get(["handle","margin"]);var i=rE(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=rL(o,i).getOtherAxis(i).getGlobalExtent(),l=+("x"!==i.dim),u=[e.x,e.y];u[l]+=t[l],u[l]=Math.min(a[1],u[l]),u[l]=Math.max(a[0],u[l]);var c=(s[1]+s[0])/2,d=[c,c];return d[l]=u[l],{x:u[0],y:u[1],rotation:e.rotation,cursorPoint:d,tooltipOption:[{verticalAlign:"middle"},{align:"center"}][l]}},t}(function(){function e(){this._dragging=!1,this.animationThreshold=15}return e.prototype.render=function(e,t,n,r){var i=t.get("value"),o=t.get("status");if(this._axisModel=e,this._axisPointerModel=t,this._api=n,r||this._lastValue!==i||this._lastStatus!==o){this._lastValue=i,this._lastStatus=o;var a=this._group,s=this._handle;if(!o||"hide"===o){a&&a.hide(),s&&s.hide();return}a&&a.show(),s&&s.show();var l={};this.makeElOption(l,i,e,t,n);var u=l.graphicKey;u!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=u;var c=this._moveAnimation=this.determineAnimation(e,t);if(a){var d=eJ.WA(r_,t,c);this.updatePointerEl(a,l,d),this.updateLabelEl(a,l,d,t)}else a=this._group=new te.Z,this.createPointerEl(a,l,e,t),this.createLabelEl(a,l,e,t),n.getZr().add(a);rP(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=ru(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=rk(e).pointerEl=new tt[i.type](rT(t.pointer));e.add(o)}},e.prototype.createLabelEl=function(e,t,n,r){if(t.label){var i=rk(e).labelEl=new n8.ZP(rT(t.label));e.add(i),rI(i,r)}},e.prototype.updatePointerEl=function(e,t,n){var r=rk(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=rk(e).labelEl;i&&(i.setStyle(t.label.style),n(i,{x:t.label.x,y:t.label.y}),rI(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=tt.createIcon(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(e){rM.sT(e.event)},onmousedown:rA(this._onHandleDragMove,this,0,0),drift:rA(this._onHandleDragMove,this),ondragend:rA(this._onHandleDragEnd,this)}),r.add(i)),rP(i,n,!1),i.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");eJ.kJ(s)||(s=[s,s]),i.scaleX=s[0]/2,i.scaleY=s[1]/2,tl.T9(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,t)}},e.prototype._moveHandleToValue=function(e,t){r_(this._axisPointerModel,!t&&this._moveAnimation,this._handle,rD(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(rD(n),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=r,n.stopAnimation(),n.attr(rD(r)),rk(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),tl.ZH(this,"_doDispatchAxisPointer")},e.prototype.doClear=function(){},e.prototype.buildLabel=function(e,t,n){return{x:e[n=n||0],y:e[1-n],width:t[n],height:t[1-n]}},e}());function rL(e,t){var n={};return n[t.dim+"AxisIndex"]=t.index,e.getCartesian(n)}var rZ={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=rN(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=rN(e))||0],y:r[1-o],width:i[o],height:i[1-o]})}}};function rN(e){return+("x"!==e.dim)}var rB=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.type="axisPointer",t.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,triggerEmphasis:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},t}(tz.Z),rz=n(4647),rF=(0,tV.Yf)(),rj=eJ.S6;function rV(e,t,n){if(!rz.Z.node){var r=t.getZr();rF(r).records||(rF(r).records={}),function(e,t){!rF(e).initialized&&(rF(e).initialized=!0,n("click",eJ.WA(rH,"click")),n("mousemove",eJ.WA(rH,"mousemove")),n("globalout",r$));function n(n,r){e.on(n,function(n){var i,o,a,s,l,u,c,d,h=(i=t,o={showTip:[],hideTip:[]},{dispatchAction:a=function(e){var t=o[e.type];t?t.push(e):(e.dispatchAction=a,i.dispatchAction(e))},pendings:o});rj(rF(e).records,function(e){e&&r(e,n,h.dispatchAction)}),s=h.pendings,l=t,c=s.showTip.length,d=s.hideTip.length,c?u=s.showTip[c-1]:d&&(u=s.hideTip[d-1]),u&&(u.dispatchAction=null,l.dispatchAction(u))})}}(r,t),(rF(r).records[e]||(rF(r).records[e]={})).handler=n}}function r$(e,t,n){e.handler("leave",null,n)}function rH(e,t,n,r){t.handler(e,n,r)}function rW(e,t){if(!rz.Z.node){var n=t.getZr();(rF(n).records||{})[e]&&(rF(n).records[e]=null)}}var rG=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n){var r=t.getComponent("tooltip"),i=e.get("triggerOn")||r&&r.get("triggerOn")||"mousemove|click";rV("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){rW("axisPointer",t)},t.prototype.dispose=function(e,t){rW("axisPointer",t)},t.type="axisPointer",t}(tB.Z);function rU(e,t){var n,r=[],i=e.seriesIndex;if(null==i||!(n=t.getSeriesByIndex(i)))return{point:[]};var o=n.getData(),a=tV.gO(o,e);if(null==a||a<0||eJ.kJ(a))return{point:[]};var s=o.getItemGraphicEl(a),l=n.coordinateSystem;if(n.getTooltipPosition)r=n.getTooltipPosition(a)||[];else if(l&&l.dataToPoint){if(e.isStacked){var u=l.getBaseAxis(),c=l.getOtherAxis(u).dim,d=u.dim,h=+("x"===c||"radius"===c),p=o.mapDimension(d),f=[];f[h]=o.get(p,a),f[1-h]=o.get(o.getCalculationInfo("stackResultDimension"),a),r=l.dataToPoint(f)||[]}else r=l.dataToPoint(o.getValues(eJ.UI(l.dimensions,function(e){return o.mapDimension(e)}),a))||[]}else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),r=[g.x+g.width/2,g.y+g.height/2]}return{point:r,el:s}}var rq=(0,tV.Yf)();function rY(e,t,n){var r=e.currTrigger,i=[e.x,e.y],o=e.dispatchAction||(0,eJ.ak)(n.dispatchAction,n),a=t.getComponent("axisPointer").coordSysAxesInfo;if(a){r0(i)&&(i=rU({seriesIndex:e.seriesIndex,dataIndex:e.dataIndex},t).point);var s,l,u,c,d,h,p,f,g,m,v,y,x=r0(i),b=e.axesInfo,w=a.axesInfo,S="leave"===r||r0(i),C={},M={},k={list:[],map:{}},T={showPointer:(0,eJ.WA)(rX,M),showTooltip:(0,eJ.WA)(rJ,k)};(0,eJ.S6)(a.coordSysMap,function(e,t){var n=x||e.containPoint(i);(0,eJ.S6)(a.coordSysAxesInfo[t],function(e,t){var r=e.axis,o=function(e,t){for(var n=0;n<(e||[]).length;n++){var r=e[n];if(t.axis.dim===r.axisDim&&t.axis.model.componentIndex===r.axisIndex)return r}}(b,e);if(!S&&n&&(!b||o)){var a=o&&o.value;null!=a||x||(a=r.pointToData(i)),null!=a&&rK(e,a,T,!1,C)}})});var A={};return(0,eJ.S6)(w,function(e,t){var n=e.linkGroup;n&&!M[t]&&(0,eJ.S6)(n.axesInfo,function(t,r){var i=M[r];if(t!==e&&i){var o=i.value;n.mapper&&(o=e.axis.scale.parse(n.mapper(o,rQ(t),rQ(e)))),A[e.key]=o}})}),(0,eJ.S6)(A,function(e,t){rK(w[t],e,T,!0,C)}),s=M,l=w,u=C.axesInfo=[],(0,eJ.S6)(l,function(e,t){var n=e.axisPointerModel.option,r=s[t];r?(e.useHandle||(n.status="show"),n.value=r.value,n.seriesDataIndices=(r.payloadBatch||[]).slice()):e.useHandle||(n.status="hide"),"show"===n.status&&u.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:n.value})}),function(e,t,n,r){if(r0(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,d=0,p=(h=n).getZr(),f="axisPointerLastHighlights",g=rq(p)[f]||{},m=rq(p)[f]={},(0,eJ.S6)(c,function(e,t){var n=e.axisPointerModel.option;"show"===n.status&&e.triggerEmphasis&&(0,eJ.S6)(n.seriesDataIndices,function(e){m[e.seriesIndex+" | "+e.dataIndex]=e})}),v=[],y=[],(0,eJ.S6)(g,function(e,t){m[t]||y.push(e)}),(0,eJ.S6)(m,function(e,t){g[t]||v.push(e)}),y.length&&h.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:y}),v.length&&h.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:v}),C}}function rK(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,d,h,p,f=(a=t,u=(l=(s=e).axis).dim,c=a,d=[],h=Number.MAX_VALUE,p=-1,(0,eJ.S6)(s.seriesModels,function(e,t){var n,r,i=e.getData().mapDimensionsAll(u);if(e.getAxisTooltipData){var o=e.getAxisTooltipData(i,a,l);r=o.dataIndices,n=o.nestestValue}else{if(!(r=e.getData().indicesOfNearest(i[0],a,"category"===l.type?.5:null)).length)return;n=e.getData().get(i[0],r[0])}if(null!=n&&isFinite(n)){var s=a-n,f=Math.abs(s);f<=h&&((f<h||s>=0&&p<0)&&(h=f,p=s,c=n,d.length=0),(0,eJ.S6)(r,function(t){d.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})}))}}),{payloadBatch:d,snapToValue:c}),g=f.payloadBatch,m=f.snapToValue;g[0]&&null==i.seriesIndex&&(0,eJ.l7)(i,g[0]),!r&&e.snap&&o.containData(m)&&null!=m&&(t=m),n.showPointer(e,t,g),n.showTooltip(e,f,m)}}function rX(e,t,n,r){e[t.key]={value:n,payloadBatch:r}}function rJ(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=rd(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 rQ(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 r0(e){return!e||null==e[0]||isNaN(e[0])||null==e[1]||isNaN(e[1])}function r1(e){rp.registerAxisPointerClass("CartesianAxisPointer",rR),e.registerComponentModel(rB),e.registerComponentView(rG),e.registerPreprocessor(function(e){if(e){e.axisPointer&&0!==e.axisPointer.length||(e.axisPointer={});var t=e.axisPointer.link;t&&!(0,eJ.kJ)(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=[],(0,eJ.S6)(o.getCoordinateSystems(),function(e){if(e.axisPointerEnabled){var t=rd(e.model),n=r.coordSysAxesInfo[t]={};r.coordSysMap[t]=e;var o=e.model.getModel("tooltip",a);if((0,eJ.S6)(e.getAxes(),(0,eJ.WA)(p,!1,null)),e.getTooltipAxes&&a&&o.get("show")){var c="axis"===o.get("trigger"),d="cross"===o.get(["axisPointer","type"]),h=e.getTooltipAxes(o.get(["axisPointer","axis"]));(c||d)&&(0,eJ.S6)(h.baseAxes,(0,eJ.WA)(p,!d||"cross",c)),d&&(0,eJ.S6)(h.otherAxes,(0,eJ.WA)(p,"cross",!1))}}function p(t,a,c){var d=c.model.getModel("axisPointer",s),h=d.get("show");if(h&&("auto"!==h||t||rc(d))){null==a&&(a=d.get("triggerTooltip"));var p=(d=t?function(e,t,n,r,i,o){var a=t.getModel("axisPointer"),s={};(0,eJ.S6)(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(e){s[e]=(0,eJ.d9)(a.get(e))}),s.snap="category"!==e.type&&!!o,"cross"===a.get("type")&&(s.type="line");var l=s.label||(s.label={});if(null==l.show&&(l.show=!1),"cross"===i){var u=a.get(["label","show"]);if(l.show=null==u||u,!o){var c=s.lineStyle=a.get("crossStyle");c&&(0,eJ.ce)(l,c.textStyle)}}return e.model.getModel("axisPointer",new n9.Z(s,n,r))}(c,o,s,i,t,a):d).get("snap"),f=d.get("triggerEmphasis"),g=rd(c.model),m=a||p||"category"===c.type,v=r.axesInfo[g]={key:g,axis:c,coordSys:e,axisPointerModel:d,triggerTooltip:a,triggerEmphasis:f,involveSeries:m,snap:p,useHandle:rc(d),seriesModels:[],linkGroup:null};n[g]=v,r.seriesInvolved=r.seriesInvolved||m;var y=function(e,t){for(var n=t.model,r=t.dim,i=0;i<e.length;i++){var o=e[i]||{};if(rl(o[r+"AxisId"],n.id)||rl(o[r+"AxisIndex"],n.componentIndex)||rl(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)&&(0,eJ.S6)(e.coordSysAxesInfo[rd(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"},rY)}function r2(e){(0,eX.D)(rC),(0,eX.D)(r1)}var r5=n(9484),r3=n(2387),r4=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataset",t}return(0,e5.ZT)(t,e),t.prototype.init=function(t,n,r){e.prototype.init.call(this,t,n,r),this._sourceManager=new r3.U(this),(0,r3.t)(this)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),(0,r3.t)(this)},t.prototype.optionUpdated=function(){this._sourceManager.dirty()},t.prototype.getSourceManager=function(){return this._sourceManager},t.type="dataset",t.defaultOption={seriesLayoutBy:r5.fY},t}(tz.Z),r6=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataset",t}return(0,e5.ZT)(t,e),t.type="dataset",t}(tB.Z);function r8(e){e.registerComponentModel(r4),e.registerComponentView(r6)}var r9=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.layoutMode={type:"box",ignoreSize:!0},n}return(0,e5.ZT)(t,e),t.type="title",t.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},t}(tz.Z),r7=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n){if(this.group.removeAll(),e.get("show")){var r=this.group,i=e.getModel("textStyle"),o=e.getModel("subtextStyle"),a=e.get("textAlign"),s=eJ.pD(e.get("textBaseline"),e.get("textVerticalAlign")),l=new n8.ZP({style:(0,ts.Lr)(i,{text:e.get("text"),fill:i.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=e.get("subtext"),d=new n8.ZP({style:(0,ts.Lr)(o,{text:c,fill:o.getTextColor(),y:u.height+e.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),h=e.get("link"),p=e.get("sublink"),f=e.get("triggerEvent",!0);l.silent=!h&&!f,d.silent=!p&&!f,h&&l.on("click",function(){(0,ni.MI)(h,"_"+e.get("target"))}),p&&d.on("click",function(){(0,ni.MI)(p,"_"+e.get("subtarget"))}),(0,to.A)(l).eventData=(0,to.A)(d).eventData=f?{componentType:"title",componentIndex:e.componentIndex}:null,r.add(l),c&&r.add(d);var g=r.getBoundingRect(),m=e.getBoxLayoutParams();m.width=g.width,m.height=g.height;var v=(0,tK.ME)(m,{width:n.getWidth(),height:n.getHeight()},e.get("padding"));a||("middle"===(a=e.get("left")||e.get("right"))&&(a="center"),"right"===a?v.x+=v.width:"center"!==a||(v.x+=v.width/2)),s||("center"===(s=e.get("top")||e.get("bottom"))&&(s="middle"),"bottom"===s?v.y+=v.height:"middle"===s&&(v.y+=v.height/2),s=s||"top"),r.x=v.x,r.y=v.y,r.markRedraw();var y={align:a,verticalAlign:s};l.setStyle(y),d.setStyle(y),g=r.getBoundingRect();var x=v.margin,b=e.getItemStyle(["color","opacity"]);b.fill=e.get("backgroundColor");var w=new tr.Z({shape:{x:g.x-x[3],y:g.y-x[0],width:g.width+x[1]+x[3],height:g.height+x[0]+x[2],r:e.get("borderRadius")},style:b,subPixelOptimize:!0,silent:!0});r.add(w)}},t.type="title",t}(tB.Z);function ie(e){e.registerComponentModel(r9),e.registerComponentView(r7)}var it=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.type="tooltip",t.dependencies=["axisPointer"],t.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},t}(tz.Z),ir=n(9708);function ii(e){var t=e.get("confine");return null!=t?!!t:"richText"===e.get("renderMode")}function io(e){if(rz.Z.domSupported){for(var t=document.documentElement.style,n=0,r=e.length;n<r;n++)if(e[n]in t)return e[n]}}var ia=io(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),is=io(["webkitTransition","transition","OTransition","MozTransition","msTransition"]);function il(e,t){if(!e)return t;t=(0,ni.zW)(t,!0);var n=e.indexOf(t);return(e=-1===n?t:"-"+e.slice(0,n)+"-"+t).toLowerCase()}var iu=n(1481),ic=il(is,"transition"),id=il(ia,"transform"),ih="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(rz.Z.transform3dSupported?"will-change:transform;":"");function ip(e,t,n){var r=e.toFixed(0)+"px",i=t.toFixed(0)+"px";if(!rz.Z.transformSupported)return n?"top:"+i+";left:"+r+";":[["top",i],["left",r]];var o=rz.Z.transform3dSupported,a="translate"+(o?"3d":"")+"("+r+","+i+(o?",0":"")+")";return n?"top:0;left:0;"+id+":"+a+";":[["top",0],["left",0],[ia,a]]}function ig(e,t,n,r,i){var o=t&&t.painter;if(n){var a=o&&o.getViewportRoot();a&&(0,ir.YB)(e,a,n,r,i)}else{e[0]=r,e[1]=i;var s=o&&o.getViewportRootOffset();s&&(e[0]+=s.offsetLeft,e[1]+=s.offsetTop)}e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}var im=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,rz.Z.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var r=this._zr=e.getZr(),i=t.appendTo,o=i&&((0,eJ.HD)(i)?document.querySelector(i):(0,eJ.Mh)(i)?i:(0,eJ.mf)(i)&&i(e.getDom()));ig(this._styleCoord,r,o,e.getWidth()/2,e.getHeight()/2),(o||e.getDom()).appendChild(n),this._api=e,this._container=o;var a=this;n.onmouseenter=function(){a._enterable&&(clearTimeout(a._hideTimeout),a._show=!0),a._inContent=!0},n.onmousemove=function(e){if(e=e||window.event,!a._enterable){var t=r.handler,n=r.painter.getViewportRoot();(0,rM.OD)(n,e,!0),t.dispatch("mousemove",e)}},n.onmouseleave=function(){a._inContent=!1,a._enterable&&a._show&&a.hideLater(a._hideDelay)}}return e.prototype.update=function(e){if(!this._container){var t,n,r=this._api.getDom(),i=(t="position",(n=r.currentStyle||document.defaultView&&document.defaultView.getComputedStyle(r))?t?n[t]:n:null),o=r.style;"absolute"!==o.position&&"absolute"!==i&&(o.position="relative")}var a=e.get("alwaysShowContent");a&&this._moveIfResized(),this._alwaysShowContent=a,this.el.className=e.get("className")||""},e.prototype.show=function(e,t){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n,r,i,o,a,s,l,u,c,d,h,p,f,g,m,v,y,x,b,w,S,C,M=this.el,k=M.style,T=this._styleCoord;M.innerHTML?k.cssText=ih+(n=!this._firstShow,r=this._longHide,i=[],o=e.get("transitionDuration"),a=e.get("backgroundColor"),s=e.get("shadowBlur"),l=e.get("shadowColor"),u=e.get("shadowOffsetX"),c=e.get("shadowOffsetY"),d=e.getModel("textStyle"),h=(0,iu.d_)(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+=rz.Z.transformSupported?","+id+g:",left"+g+",top"+g),ic+":"+m)),a&&i.push("background-color:"+a),(0,eJ.S6)(["width","color","radius"],function(t){var n="border-"+t,r=(0,ni.zW)(n),o=e.get(r);null!=o&&i.push(n+":"+o+("color"===t?"":"px"))}),i.push((v=[],y=d.get("fontSize"),(x=d.getTextColor())&&v.push("color:"+x),v.push("font:"+d.getFont()),y&&v.push("line-height:"+Math.round(3*y/2)+"px"),b=d.get("textShadowColor"),w=d.get("textShadowBlur")||0,S=d.get("textShadowOffsetX")||0,C=d.get("textShadowOffsetY")||0,b&&w&&v.push("text-shadow:"+S+"px "+C+"px "+w+"px "+b),(0,eJ.S6)(["decoration","align"],function(e){var t=d.get(e);t&&v.push("text-"+e+":"+t)}),v.join(";"))),null!=h&&i.push("padding:"+(0,ni.MY)(h).join("px ")+"px"),i.join(";")+";")+ip(T[0],T[1],!0)+"border-color:"+(0,ni.Lz)(t)+";"+(e.get("extraCssText")||"")+";pointer-events:"+(this._enterable?"auto":"none"):k.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},e.prototype.setContent=function(e,t,n,r,i){var o=this.el;if(null==e){o.innerHTML="";return}var a="";if((0,eJ.HD)(i)&&"item"===n.get("trigger")&&!ii(n)&&(a=function(e,t,n){if(!(0,eJ.HD)(n)||"inside"===n)return"";var r,i,o=e.get("backgroundColor"),a=e.get("borderWidth");t=(0,ni.Lz)(t);var s=r="left"===(r=n)?"right":"right"===r?"left":"top"===r?"bottom":"top",l=Math.max(1.5*Math.round(a),6),u="",c=id+":";(0,eJ.cq)(["left","right"],s)>-1?(u+="top:50%",c+="translateY(-50%) rotate("+(i="left"===s?-225:-45)+"deg)"):(u+="left:50%",c+="translateX(-50%) rotate("+(i="top"===s?225:45)+"deg)");var d=i*Math.PI/180,h=l+a,p=h*Math.abs(Math.cos(d))+h*Math.abs(Math.sin(d));u+=";"+s+":-"+Math.round(((p-Math.SQRT2*a)/2+Math.SQRT2*a-(p-h)/2)*100)/100+"px";var f=t+" solid "+a+"px;";return'<div style="'+["position:absolute;width:"+l+"px;height:"+l+"px;z-index:-1;",u+";"+c+";","border-bottom:"+f,"border-right:"+f,"background-color:"+o+";"].join("")+'"></div>'}(n,r,i)),(0,eJ.HD)(e))o.innerHTML=e+a;else if(e){o.innerHTML="",(0,eJ.kJ)(e)||(e=[e]);for(var s=0;s<e.length;s++)(0,eJ.Mh)(e[s])&&e[s].parentNode!==o&&o.appendChild(e[s]);if(a&&o.childNodes.length){var l=document.createElement("div");l.innerHTML=a,o.appendChild(l)}}},e.prototype.setEnterable=function(e){this._enterable=e},e.prototype.getSize=function(){var e=this.el;return[e.offsetWidth,e.offsetHeight]},e.prototype.moveTo=function(e,t){var n=this._styleCoord;if(ig(n,this._zr,this._container,e,t),null!=n[0]&&null!=n[1]){var r=this.el.style,i=ip(n[0],n[1]);(0,eJ.S6)(i,function(e){r[e[0]]=e[1]})}},e.prototype._moveIfResized=function(){var e=this._styleCoord[2],t=this._styleCoord[3];this.moveTo(e*this._zr.getWidth(),t*this._zr.getHeight())},e.prototype.hide=function(){var e=this,t=this.el.style;t.visibility="hidden",t.opacity="0",rz.Z.transform3dSupported&&(t.willChange=""),this._show=!1,this._longHideTimeout=setTimeout(function(){return e._longHide=!0},500)},e.prototype.hideLater=function(e){!this._show||this._inContent&&this._enterable||this._alwaysShowContent||(e?(this._hideDelay=e,this._show=!1,this._hideTimeout=setTimeout((0,eJ.ak)(this.hide,this),e)):this.hide())},e.prototype.isShow=function(){return this._show},e.prototype.dispose=function(){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var e=this.el.parentNode;e&&e.removeChild(this.el),this.el=this._container=null},e}(),iv=n(2159),iy=function(){function e(e){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=e.getZr(),iw(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;eJ.Kn(e)&&(0,iv._y)(""),this.el&&this._zr.remove(this.el);var a=n.getModel("textStyle");this.el=new n8.ZP({style:{rich:t.richTextStyles,text:e,lineHeight:22,borderWidth:1,borderColor:r,textShadowColor:a.get("textShadowColor"),fill:n.get(["textStyle","color"]),padding:(0,iu.d_)(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),eJ.S6(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(e){o.el.style[e]=n.get(e)}),eJ.S6(["textShadowBlur","textShadowOffsetX","textShadowOffsetY"],function(e){o.el.style[e]=a.get(e)||0}),this._zr.add(this.el);var s=this;this.el.on("mouseover",function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0}),this.el.on("mouseout",function(){s._enterable&&s._show&&s.hideLater(s._hideDelay),s._inContent=!1})},e.prototype.setEnterable=function(e){this._enterable=e},e.prototype.getSize=function(){var e=this.el,t=this.el.getBoundingRect(),n=ib(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;iw(r,this._zr,e,t),e=r[0],t=r[1];var i=n.style,o=ix(i.borderWidth||0),a=ib(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(eJ.ak(this.hide,this),e)):this.hide())},e.prototype.isShow=function(){return this._show},e.prototype.dispose=function(){this._zr.remove(this.el)},e}();function ix(e){return Math.max(0,e)}function ib(e){var t=ix(e.shadowBlur||0),n=ix(e.shadowOffsetX||0),r=ix(e.shadowOffsetY||0);return{left:ix(t-n),right:ix(t+n),top:ix(t-r),bottom:ix(t+r)}}function iw(e,t,n,r){e[0]=n,e[1]=r,e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}var iS=n(8780),iC=n(6501),iM=new tr.Z({shape:{x:-1,y:-1,width:2,height:2}}),ik=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.init=function(e,t){if(!rz.Z.node&&t.getDom()){var n=e.getComponent("tooltip"),r=this._renderMode=(0,tV.U9)(n.get("renderMode"));this._tooltipContent="richText"===r?new iy(t):new im(t,{appendTo:n.get("appendToBody",!0)?"body":n.get("appendTo",!0)})}},t.prototype.render=function(e,t,n){if(!rz.Z.node&&n.getDom()){this.group.removeAll(),this._tooltipModel=e,this._ecModel=t,this._api=n;var r=this._tooltipContent;r.update(e),r.setEnterable(e.get("enterable")),this._initGlobalListener(),this._keepShow(),"richText"!==this._renderMode&&e.get("transitionDuration")?(0,tl.T9)(this,"_updatePosition",50,"fixRate"):(0,tl.ZH)(this,"_updatePosition")}},t.prototype._initGlobalListener=function(){var e=this._tooltipModel.get("triggerOn");rV("itemTooltip",this._api,(0,eJ.ak)(function(t,n,r){"none"!==e&&(e.indexOf(t)>=0?this._tryShow(n,r):"leave"===t&&this._hide(r))},this))},t.prototype._keepShow=function(){var e=this._tooltipModel,t=this._ecModel,n=this._api,r=e.get("triggerOn");if(null!=this._lastX&&null!=this._lastY&&"none"!==r&&"click"!==r){var i=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){n.isDisposed()||i.manuallyShowTip(e,t,n,{x:i._lastX,y:i._lastY,dataByCoordSys:i._lastDataByCoordSys})})}},t.prototype.manuallyShowTip=function(e,t,n,r){if(r.from!==this.uid&&!rz.Z.node&&n.getDom()){var i=iA(r,n);this._ticket="";var o=r.dataByCoordSys,a=function(e,t,n){var r,i=(0,tV.zH)(e).queryOptionMap,o=i.keys()[0];if(o&&"series"!==o){var a=(0,tV.HZ)(t,o,i.get(o),{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];if(a&&(n.getViewOfComponentModel(a).group.traverse(function(t){var n=(0,to.A)(t).tooltipConfig;if(n&&n.name===e.name)return r=t,!0}),r))return{componentMainType:o,componentIndex:a.componentIndex,el:r}}}(r,t,n);if(a){var s=a.el.getBoundingRect().clone();s.applyTransform(a.el.transform),this._tryShow({offsetX:s.x+s.width/2,offsetY:s.y+s.height/2,target:a.el,position:r.position,positionDefault:"bottom"},i)}else if(r.tooltip&&null!=r.x&&null!=r.y)iM.x=r.x,iM.y=r.y,iM.update(),(0,to.A)(iM).tooltipConfig={name:null,option:r.tooltip},this._tryShow({offsetX:r.x,offsetY:r.y,target:iM},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=rU(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(iA(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"===iT([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"===(0,to.A)(i).ssrType)return;this._lastDataByCoordSys=null,(0,iC.o)(i,function(e){return null!=(0,to.A)(e).dataIndex?(n=e,!0):null!=(0,to.A)(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=(0,eJ.ak)(t,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(t,n):t()},t.prototype._showAxisTooltip=function(e,t){var n=this._ecModel,r=this._tooltipModel,i=[t.offsetX,t.offsetY],o=iT([t.tooltipOption],r),a=this._renderMode,s=[],l=(0,iu.TX)("section",{blocks:[],noHeader:!0}),u=[],c=new iu.iv;(0,eJ.S6)(e,function(e){(0,eJ.S6)(e.dataByAxis,function(e){var t=n.getComponent(e.axisDim+"Axis",e.axisIndex),i=e.value;if(t&&null!=i){var o=rO(i,t.axis,n,e.seriesDataIndices,e.valueLabelOpt),d=(0,iu.TX)("section",{header:o,noHeader:!(0,eJ.fy)(o),sortBlocks:!0,blocks:[]});l.blocks.push(d),(0,eJ.S6)(e.seriesDataIndices,function(l){var h=n.getSeriesByIndex(l.seriesIndex),p=l.dataIndexInside,f=h.getDataParams(p);if(!(f.dataIndex<0)){f.axisDim=e.axisDim,f.axisIndex=e.axisIndex,f.axisType=e.axisType,f.axisId=e.axisId,f.axisValue=nO(t.axis,{value:i}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",(0,ni.Lz)(f.color),a);var g=(0,iS.f)(h.formatTooltip(p,!0,null)),m=g.frag;if(m){var v=iT([h],r).get("valueFormatter");d.blocks.push(v?(0,eJ.l7)({valueFormatter:v},m):m)}g.text&&u.push(g.text),s.push(f)}})}})}),l.blocks.reverse(),u.reverse();var d=t.position,h=o.get("order"),p=(0,iu.BY)(l,c,a,h,n.get("useUTC"),o.get("textStyle"));p&&u.unshift(p);var f="richText"===a?"\n\n":"<br/>",g=u.join(f);this._showOrMove(o,function(){this._updateContentNotChangedOnAxis(e,s)?this._updatePosition(o,d,i[0],i[1],this._tooltipContent,s):this._showTooltipContent(o,g,s,Math.random()+"",i[0],i[1],d,null,c)})},t.prototype._showSeriesItemTooltip=function(e,t,n){var r=this._ecModel,i=(0,to.A)(t),o=i.seriesIndex,a=r.getSeriesByIndex(o),s=i.dataModel||a,l=i.dataIndex,u=i.dataType,c=s.getData(u),d=this._renderMode,h=e.positionDefault,p=iT([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,h?{position:h}:null),f=p.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),m=new iu.iv;g.marker=m.makeTooltipMarker("item",(0,ni.Lz)(g.color),d);var v=(0,iS.f)(s.formatTooltip(l,!1,u)),y=p.get("order"),x=p.get("valueFormatter"),b=v.frag,w=b?(0,iu.BY)(x?(0,eJ.l7)({valueFormatter:x},b):b,m,d,y,r.get("useUTC"),p.get("textStyle")):v.text,S="item_"+s.name+"_"+l;this._showOrMove(p,function(){this._showTooltipContent(p,w,g,S,e.offsetX,e.offsetY,e.position,e.target,m)}),n({type:"showTip",dataIndexInside:l,dataIndex:c.getRawIndex(l),seriesIndex:o,from:this.uid})}},t.prototype._showComponentItemTooltip=function(e,t,n){var r=(0,to.A)(t),i=r.tooltipConfig.option||{};if((0,eJ.HD)(i)){var o=i;i={content:o,formatter:o}}var a=[i],s=this._ecModel.getComponent(r.componentMainType,r.componentIndex);s&&a.push(s),a.push({formatter:i.content});var l=e.positionDefault,u=iT(a,this._tooltipModel,l?{position:l}:null),c=u.get("content"),d=Math.random()+"",h=new iu.iv;this._showOrMove(u,function(){var n=(0,eJ.d9)(u.get("formatterParams")||{});this._showTooltipContent(u,c,n,d,e.offsetX,e.offsetY,e.position,t,h)}),n({type:"showTip",from:this.uid})},t.prototype._showTooltipContent=function(e,t,n,r,i,o,a,s,l){if(this._ticket="",e.get("showContent")&&e.get("show")){var u=this._tooltipContent;u.setEnterable(e.get("enterable"));var c=e.get("formatter");a=a||e.get("position");var d=t,h=this._getNearestPoint([i,o],n,e.get("trigger"),e.get("borderColor")).color;if(c){if((0,eJ.HD)(c)){var p=e.ecModel.get("useUTC"),f=(0,eJ.kJ)(n)?n[0]:n,g=f&&f.axisType&&f.axisType.indexOf("time")>=0;d=c,g&&(d=(0,nl.WU)(f.axisValue,d,p)),d=(0,ni.kF)(d,n,!0)}else if((0,eJ.mf)(c)){var m=(0,eJ.ak)(function(t,r){t===this._ticket&&(u.setContent(r,l,e,h,a),this._updatePosition(e,a,i,o,u,n,s))},this);this._ticket=r,d=c(n,r,m)}else d=c}u.setContent(d,l,e,h,a),u.show(e,h),this._updatePosition(e,a,i,o,u,n,s)}},t.prototype._getNearestPoint=function(e,t,n,r){return"axis"===n||(0,eJ.kJ)(t)?{color:r||("html"===this._renderMode?"#fff":"none")}:(0,eJ.kJ)(t)?void 0:{color:r||t.color||t.borderColor}},t.prototype._updatePosition=function(e,t,n,r,i,o,a){var s=this._api.getWidth(),l=this._api.getHeight();t=t||e.get("position");var u=i.getSize(),c=e.get("align"),d=e.get("verticalAlign"),h=a&&a.getBoundingRect().clone();if(a&&h.applyTransform(a.transform),(0,eJ.mf)(t)&&(t=t([n,r],o,i.el,h,{viewSize:[s,l],contentSize:u.slice()})),(0,eJ.kJ)(t))n=(0,t4.GM)(t[0],s),r=(0,t4.GM)(t[1],l);else if((0,eJ.Kn)(t)){var p=t;p.width=u[0],p.height=u[1];var f=(0,tK.ME)(p,{width:s,height:l});n=f.x,r=f.y,c=null,d=null}else if((0,eJ.HD)(t)&&a){var g=function(e,t,n,r){var i=n[0],o=n[1],a=Math.ceil(Math.SQRT2*r)+8,s=0,l=0,u=t.width,c=t.height;switch(e){case"inside":s=t.x+u/2-i/2,l=t.y+c/2-o/2;break;case"top":s=t.x+u/2-i/2,l=t.y-o-a;break;case"bottom":s=t.x+u/2-i/2,l=t.y+c+a;break;case"left":s=t.x-i-a,l=t.y+c/2-o/2;break;case"right":s=t.x+u+a,l=t.y+c/2-o/2}return[s,l]}(t,h,u,e.get("borderWidth"));n=g[0],r=g[1]}else{var m,v,y,x,b,w,S,C,M,k,g=(m=n,v=r,y=i,x=s,b=l,w=c?null:20,S=d?null:20,M=(C=y.getSize())[0],k=C[1],null!=w&&(m+M+w+2>x?m-=M+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-=i_(c)?u[0]/2:"right"===c?u[0]:0),d&&(r-=i_(d)?u[1]/2:"bottom"===d?u[1]:0),ii(e)){var T,A,_,I,D,P,O,E,g=(T=n,A=r,_=i,I=s,D=l,O=(P=_.getSize())[0],E=P[1],T=Math.min(T+O,I)-O,A=Math.min(A+E,D)-E,[T=Math.max(T,0),A=Math.max(A,0)]);n=g[0],r=g[1]}i.moveTo(n,r)},t.prototype._updateContentNotChangedOnAxis=function(e,t){var n=this._lastDataByCoordSys,r=this._cbParamsList,i=!!n&&n.length===e.length;return i&&(0,eJ.S6)(n,function(n,o){var a=n.dataByAxis||[],s=(e[o]||{}).dataByAxis||[];(i=i&&a.length===s.length)&&(0,eJ.S6)(a,function(e,n){var o=s[n]||{},a=e.seriesDataIndices||[],l=o.seriesDataIndices||[];(i=i&&e.value===o.value&&e.axisType===o.axisType&&e.axisId===o.axisId&&a.length===l.length)&&(0,eJ.S6)(a,function(e,t){var n=l[t];i=i&&e.seriesIndex===n.seriesIndex&&e.dataIndex===n.dataIndex}),r&&(0,eJ.S6)(e.seriesDataIndices,function(e){var n=e.seriesIndex,o=t[n],a=r[n];o&&a&&a.data!==o.data&&(i=!1)})})}),this._lastDataByCoordSys=e,this._cbParamsList=t,!!i},t.prototype._hide=function(e){this._lastDataByCoordSys=null,e({type:"hideTip",from:this.uid})},t.prototype.dispose=function(e,t){!rz.Z.node&&t.getDom()&&((0,tl.ZH)(this,"_updatePosition"),this._tooltipContent.dispose(),rW("itemTooltip",t))},t.type="tooltip",t}(tB.Z);function iT(e,t,n){var r,i=t.ecModel;n?(r=new n9.Z(n,i,i),r=new n9.Z(t.option,r,i)):r=t;for(var o=e.length-1;o>=0;o--){var a=e[o];a&&(a instanceof n9.Z&&(a=a.get("tooltip",!0)),(0,eJ.HD)(a)&&(a={formatter:a}),a&&(r=new n9.Z(a,r,i)))}return r}function iA(e,t){return e.dispatchAction||(0,eJ.ak)(t.dispatchAction,t)}function i_(e){return"center"===e||"middle"===e}function iI(e){(0,eX.D)(r1),e.registerComponentModel(it),e.registerComponentView(ik),e.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},eJ.ZT),e.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},eJ.ZT)}var iD=n(9417),iP=n(9362),iO=n(7654),iE=n(1687),iR=n(6398),iL=n(2168),iZ=n(9906);function iN(e,t,n){var r=iZ.qW.createCanvas(),i=t.getWidth(),o=t.getHeight(),a=r.style;return a&&(a.position="absolute",a.left="0",a.top="0",a.width=i+"px",a.height=o+"px",r.setAttribute("data-zr-dom-id",e)),r.width=i*n,r.height=o*n,r}var iB=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||iD.KL,"string"==typeof t?i=iN(t,n,r):eJ.Kn(t)&&(t=(i=t).id),o.id=t,o.dom=i;var a=i.style;return a&&(eJ.$j(i),i.onselectstart=function(){return!1},a.padding="0",a.margin="0",a.borderWidth="0"),o.painter=n,o.dpr=r,o}return(0,iP.ZT)(t,e),t.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},t.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},t.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},t.prototype.setUnpainted=function(){this.__firstTimePaint=!0},t.prototype.createBackBuffer=function(){var e=this.dpr;this.domBack=iN("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 ns.Z(0,0,0,0);function u(e){if(!(!e.isFinite()||e.isZero())){if(0===o.length){var t=new ns.Z(0,0,0,0);t.copy(e),o.push(t)}else{for(var n=!1,r=1/0,i=0,u=0;u<o.length;++u){var c=o[u];if(c.intersect(e)){var d=new ns.Z(0,0,0,0);d.copy(c),d.union(e),o[u]=d,n=!0;break}if(s){l.copy(e),l.union(c);var h=e.width*e.height,p=c.width*c.height,f=l.width*l.height-h-p;f<r&&(r=f,i=u)}}if(s&&(o[i].union(e),n=!0),!n){var t=new ns.Z(0,0,0,0);t.copy(e),o.push(t)}s||(s=o.length>=a)}}}for(var c=this.__startIndex;c<this.__endIndex;++c){var d=e[c];if(d){var h=d.shouldBePainted(n,r,!0,!0),p=d.__isRendered&&(d.__dirty&iL.YV||!h)?d.getPrevPaintRect():null;p&&u(p);var f=h&&(d.__dirty&iL.YV||!d.__isRendered)?d.getPaintRect():null;f&&u(f)}}for(var c=this.__prevStartIndex;c<this.__prevEndIndex;++c){var d=t[c],h=d&&d.shouldBePainted(n,r,!0,!0);if(d&&(!h||!d.__zr)&&d.__isRendered){var p=d.getPrevPaintRect();p&&u(p)}}do{i=!1;for(var c=0;c<o.length;){if(o[c].isZero()){o.splice(c,1);continue}for(var g=c+1;g<o.length;)o[c].intersect(o[g])?(i=!0,o[c].union(o[g]),o.splice(g,1)):g++;c++}}while(i);return this._paintRects=o,o},t.prototype.debugGetPaintRects=function(){return(this._paintRects||[]).slice()},t.prototype.resize=function(e,t){var n=this.dpr,r=this.dom,i=r.style,o=this.domBack;i&&(i.width=e+"px",i.height=t+"px"),r.width=e*n,r.height=t*n,o&&(o.width=e*n,o.height=t*n,1!==n&&this.ctxBack.scale(n,n))},t.prototype.clear=function(e,t,n){var r=this.dom,i=this.ctx,o=r.width,a=r.height;t=t||this.clearColor;var s=this.motionBlur&&!e,l=this.lastFrameAlpha,u=this.dpr,c=this;s&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(r,0,0,o/u,a/u));var d=this.domBack;function h(e,n,r,o){if(i.clearRect(e,n,r,o),t&&"transparent"!==t){var a=void 0;eJ.Qq(t)?(a=(t.global||t.__width===r&&t.__height===o)&&t.__canvasGradient||(0,iE.ZF)(i,t,{x:0,y:0,width:r,height:o}),t.__canvasGradient=a,t.__width=r,t.__height=o):eJ.dL(t)&&(t.scaleX=t.scaleX||u,t.scaleY=t.scaleY||u,a=(0,iR.RZ)(i,t,{dirty:function(){c.setUnpainted(),c.painter.refresh()}})),i.save(),i.fillStyle=a||t,i.fillRect(e,n,r,o),i.restore()}s&&(i.save(),i.globalAlpha=l,i.drawImage(d,e,n,r,o),i.restore())}!n||s?h(0,0,o,a):n.length&&eJ.S6(n,function(e){h(e.x*u,e.y*u,e.width*u,e.height*u)})},t}(iO.Z),iz=n(9909),iF=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=eJ.l7({},n||{}),this.dpr=n.devicePixelRatio||iD.KL,this._singleCanvas=i,this.root=e,e.style&&(eJ.$j(e),e.innerHTML=""),this.storage=t;var o=this._zlevelList;this._prevDisplayList=[];var a=this._layers;if(i){var s=e.width,l=e.height;null!=n.width&&(s=n.width),null!=n.height&&(l=n.height),this.dpr=n.devicePixelRatio||1,e.width=s*this.dpr,e.height=l*this.dpr,this._width=s,this._height=l;var u=new iB(e,this,this.dpr);u.__builtin__=!0,u.initContext(),a[314159]=u,u.zlevel=314159,o.push(314159),this._domRoot=e}else{this._width=(0,iE.ap)(e,0,n),this._height=(0,iE.ap)(e,1,n);var c,d,h,p=this._domRoot=(c=this._width,d=this._height,(h=document.createElement("div")).style.cssText=["position:relative","width:"+c+"px","height:"+d+"px","padding:0","margin:0","border-width:0"].join(";")+";",h);e.appendChild(p)}}return e.prototype.getType=function(){return"canvas"},e.prototype.isSingleCanvas=function(){return this._singleCanvas},e.prototype.getViewportRoot=function(){return this._domRoot},e.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},e.prototype.refresh=function(e){var t=this.storage.getDisplayList(!0),n=this._prevDisplayList,r=this._zlevelList;this._redrawId=Math.random(),this._paintList(t,n,e,this._redrawId);for(var i=0;i<r.length;i++){var o=r[i],a=this._layers[o];if(!a.__builtin__&&a.refresh){var s=0===i?this._backgroundColor:null;a.refresh(s)}}return this._opts.useDirtyRect&&(this._prevDisplayList=t.slice()),this},e.prototype.refreshHover=function(){this._paintHoverList(this.storage.getDisplayList(!1))},e.prototype._paintHoverList=function(e){var t,n=e.length,r=this._hoverlayer;if(r&&r.clear(),n){for(var i={inHover:!0,viewWidth:this._width,viewHeight:this._height},o=0;o<n;o++){var a=e[o];a.__inHover&&(r||(r=this._hoverlayer=this.getLayer(1e5)),t||(t=r.ctx).save(),(0,iR.Dm)(t,a,i,o===n-1))}t&&t.restore()}},e.prototype.getHoverLayer=function(){return this.getLayer(1e5)},e.prototype.paintOne=function(e,t){(0,iR.RV)(e,t)},e.prototype._paintList=function(e,t,n,r){if(this._redrawId===r){n=n||!1,this._updateLayerStatus(e);var i=this._doPaintList(e,t,n),o=i.finished,a=i.needsRefreshHover;if(this._needsManuallyCompositing&&this._compositeManually(),a&&this._paintHoverList(e),o)this.eachLayer(function(e){e.afterBrush&&e.afterBrush()});else{var s=this;(0,iz.Z)(function(){s._paintList(e,t,n,r)})}}},e.prototype._compositeManually=function(){var e=this.getLayer(314159).ctx,t=this._domRoot.width,n=this._domRoot.height;e.clearRect(0,0,t,n),this.eachBuiltinLayer(function(r){r.virtual&&e.drawImage(r.dom,0,0,t,n)})},e.prototype._doPaintList=function(e,t,n){for(var r=this,i=[],o=this._opts.useDirtyRect,a=0;a<this._zlevelList.length;a++){var s=this._zlevelList[a],l=this._layers[s];l.__builtin__&&l!==this._hoverlayer&&(l.__dirty||n)&&i.push(l)}for(var u=!0,c=!1,d=this,h=0;h<i.length;h++)!function(a){var s,l=i[a],h=l.ctx,p=o&&l.createRepaintRects(e,t,d._width,d._height),f=n?l.__startIndex:l.__drawIndex,g=!n&&l.incremental&&Date.now,m=g&&Date.now(),v=l.zlevel===d._zlevelList[0]?d._backgroundColor:null;if(l.__startIndex===l.__endIndex)l.clear(!1,v,p);else if(f===l.__startIndex){var y=e[f];y.incremental&&y.notClear&&!n||l.clear(!1,v,p)}-1===f&&(console.error("For some unknown reason. drawIndex is -1"),f=l.__startIndex);var x=function(t){var n={inHover:!1,allClipped:!1,prevEl:null,viewWidth:r._width,viewHeight:r._height};for(s=f;s<l.__endIndex;s++){var i=e[s];if(i.__inHover&&(c=!0),r._doPaintEl(i,l,o,t,n,s===l.__endIndex-1),g&&Date.now()-m>15)break}n.prevElClipPaths&&h.restore()};if(p){if(0===p.length)s=l.__endIndex;else for(var b=d.dpr,w=0;w<p.length;++w){var S=p[w];h.save(),h.beginPath(),h.rect(S.x*b,S.y*b,S.width*b,S.height*b),h.clip(),x(S),h.restore()}}else h.save(),x(),h.restore();l.__drawIndex=s,l.__drawIndex<l.__endIndex&&(u=!1)}(h);return rz.Z.wxa&&eJ.S6(this._layers,function(e){e&&e.ctx&&e.ctx.draw&&e.ctx.draw()}),{finished:u,needsRefreshHover:c}},e.prototype._doPaintEl=function(e,t,n,r,i,o){var a=t.ctx;if(n){var s=e.getPaintRect();(!r||s&&s.intersect(r))&&((0,iR.Dm)(a,e,i,o),e.setPrevPaintRect(s))}else(0,iR.Dm)(a,e,i,o)},e.prototype.getLayer=function(e,t){this._singleCanvas&&!this._needsManuallyCompositing&&(e=314159);var n=this._layers[e];return n||((n=new iB("zr_"+e,this,this.dpr)).zlevel=e,n.__builtin__=!0,this._layerConfig[e]?eJ.TS(n,this._layerConfig[e],!0):this._layerConfig[e-.01]&&eJ.TS(n,this._layerConfig[e-.01],!0),t&&(n.virtual=t),this.insertLayer(e,n),n.initContext()),n},e.prototype.insertLayer=function(e,t){var n=this._layers,r=this._zlevelList,i=r.length,o=this._domRoot,a=null,s=-1;if(!n[e]){if(t&&(t.__builtin__||"function"==typeof t.resize&&"function"==typeof t.refresh)){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__||eJ.H("ZLevel "+l+" has been used by unkown layer "+u.id),u!==a&&(u.__used=!0,u.__startIndex!==r&&(u.__dirty=!0),u.__startIndex=r,u.incremental?u.__drawIndex=-1:u.__drawIndex=r,t(r),a=u),o.__dirty&iL.YV&&!o.__inHover&&(u.__dirty=!0,u.incremental&&u.__drawIndex<0&&(u.__drawIndex=r))}t(r),this.eachBuiltinLayer(function(e,t){!e.__used&&e.getElementCount()>0&&(e.__dirty=!0,e.__startIndex=e.__endIndex=e.__drawIndex=0),e.__dirty&&e.__drawIndex<0&&(e.__drawIndex=e.__startIndex)})},e.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},e.prototype._clearLayer=function(e){e.clear()},e.prototype.setBackgroundColor=function(e){this._backgroundColor=e,eJ.S6(this._layers,function(e){e.setUnpainted()})},e.prototype.configLayer=function(e,t){if(t){var n=this._layerConfig;n[e]?eJ.TS(n[e],t,!0):n[e]=t;for(var r=0;r<this._zlevelList.length;r++){var i=this._zlevelList[r];if(i===e||i===e+.01){var o=this._layers[i];eJ.TS(o,n[e],!0)}}}},e.prototype.delLayer=function(e){var t=this._layers,n=this._zlevelList,r=t[e];r&&(r.dom.parentNode.removeChild(r.dom),delete t[e],n.splice(eJ.cq(n,e),1))},e.prototype.resize=function(e,t){if(this._domRoot.style){var n=this._domRoot;n.style.display="none";var r=this._opts,i=this.root;if(null!=e&&(r.width=e),null!=t&&(r.height=t),e=(0,iE.ap)(i,0,r),t=(0,iE.ap)(i,1,r),n.style.display="",this._width!==e||t!==this._height){for(var o in n.style.width=e+"px",n.style.height=t+"px",this._layers)this._layers.hasOwnProperty(o)&&this._layers[o].resize(e,t);this.refresh(!0)}this._width=e,this._height=t}else{if(null==e||null==t)return;this._width=e,this._height=t,this.getLayer(314159).resize(e,t)}return this},e.prototype.clearLayer=function(e){var t=this._layers[e];t&&t.clear()},e.prototype.dispose=function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},e.prototype.getRenderedCanvas=function(e){if(e=e||{},this._singleCanvas&&!this._compositeManually)return this._layers[314159].dom;var t=new iB("image",this,e.pixelRatio||this.dpr);t.initContext(),t.clear(!1,e.backgroundColor||this._backgroundColor);var n=t.ctx;if(e.pixelRatio<=this.dpr){this.refresh();var r=t.dom.width,i=t.dom.height;this.eachLayer(function(e){e.__builtin__?n.drawImage(e.dom,0,0,r,i):e.renderToCanvas&&(n.save(),e.renderToCanvas(n),n.restore())})}else for(var o={inHover:!1,viewWidth:this._width,viewHeight:this._height},a=this.storage.getDisplayList(!0),s=0,l=a.length;s<l;s++){var u=a[s];(0,iR.Dm)(n,u,o,s===l-1)}return t.dom},e.prototype.getWidth=function(){return this._width},e.prototype.getHeight=function(){return this._height},e}();function ij(e){e.registerPainter("canvas",iF)}var iV=n(6372);function i$(e){let{children:t,chartsTheme:n,enablePinning:r=!1}=e,[i,o]=(0,g.useState)(null),a=(0,g.useMemo)(()=>({chartsTheme:n,enablePinning:r,lastTooltipPinnedCoords:i,setLastTooltipPinnedCoords:o}),[n,r,i,o]);return(0,f.jsx)(iH.Provider,{value:a,children:t})}let iH=(0,g.createContext)(void 0);function iW(){let e=(0,g.useContext)(iH);if(void 0===e)throw Error("No ChartsThemeContext found. Did you forget a Provider?");return e}function iG(){return iW().chartsTheme}var iU=n(3003),iq=n(6141),iY=n.n(iq),iK=n(6726),iX=n.n(iK),iJ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return(0,e5.ZT)(t,e),t.prototype.getInitialData=function(e,t){return(0,e4.Z)(null,this,{useEncodeDefaulter:!0})},t.prototype.getProgressive=function(){var e=this.option.progressive;return null==e?this.option.large?5e3:this.get("progressive"):e},t.prototype.getProgressiveThreshold=function(){var e=this.option.progressiveThreshold;return null==e?this.option.large?1e4:this.get("progressiveThreshold"):e},t.prototype.brushSelector=function(e,t,n){return n.point(t.getItemLayout(e))},t.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},t.type="series.scatter",t.dependencies=["grid","polar","geo","singleAxis","calendar"],t.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},t}(e3.Z),iQ=n(3287),i0=function(e){function t(t,n,r,i){var o=e.call(this)||this;return o.updateData(t,n,r,i),o}return(0,e5.ZT)(t,e),t.prototype._createSymbol=function(e,t,n,r,i){this.removeAll();var o=(0,n7.th)(e,-1,-1,2,2,null,i);o.attr({z2:100,culling:!0,scaleX:r[0]/2,scaleY:r[1]/2}),o.drift=i1,this._symbolType=e,this.add(o)},t.prototype.stopSymbolAnimation=function(e){this.childAt(0).stopAnimation(null,e)},t.prototype.getSymbolType=function(){return this._symbolType},t.prototype.getSymbolPath=function(){return this.childAt(0)},t.prototype.highlight=function(){(0,ta.fD)(this.childAt(0))},t.prototype.downplay=function(){(0,ta.Mh)(this.childAt(0))},t.prototype.setZ=function(e,t){var n=this.childAt(0);n.zlevel=e,n.z=t},t.prototype.setDraggable=function(e,t){var n=this.childAt(0);n.draggable=e,n.cursor=!t&&e?"move":n.cursor},t.prototype.updateData=function(e,n,r,i){this.silent=!1;var o=e.getItemVisual(n,"symbol")||"circle",a=e.hostModel,s=t.getSymbolSize(e,n),l=o!==this._symbolType,u=i&&i.disableAnimation;if(l){var c=e.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,e,n,s,c)}else{var d=this.childAt(0);d.silent=!1;var h={scaleX:s[0]/2,scaleY:s[1]/2};u?d.attr(h):tn.D(d,h,a,n),(0,tn.Zi)(d)}if(this._updateCommon(e,n,s,r,i),l){var d=this.childAt(0);if(!u){var h={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:d.style.opacity}};d.scaleX=d.scaleY=0,d.style.opacity=0,tn.KZ(d,h,a,n)}}u&&this.childAt(0).stopAnimation("leave")},t.prototype._updateCommon=function(e,t,n,r,i){var o,a,s,l,u,c,d,h,p,f=this.childAt(0),g=e.hostModel;if(r&&(o=r.emphasisItemStyle,a=r.blurItemStyle,s=r.selectItemStyle,l=r.focus,u=r.blurScope,d=r.labelStatesModels,h=r.hoverScale,p=r.cursorStyle,c=r.emphasisDisabled),!r||e.hasItemOption){var m=r&&r.itemModel?r.itemModel:e.getItemModel(t),v=m.getModel("emphasis");o=v.getModel("itemStyle").getItemStyle(),s=m.getModel(["select","itemStyle"]).getItemStyle(),a=m.getModel(["blur","itemStyle"]).getItemStyle(),l=v.get("focus"),u=v.get("blurScope"),c=v.get("disabled"),d=(0,ts.k3)(m),h=v.getShallow("scale"),p=m.getShallow("cursor")}var y=e.getItemVisual(t,"symbolRotate");f.attr("rotation",(y||0)*Math.PI/180||0);var x=(0,n7.Cq)(e.getItemVisual(t,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),p&&f.attr("cursor",p);var b=e.getItemVisual(t,"style"),w=b.fill;if(f instanceof iQ.ZP){var S=f.style;f.useStyle((0,eJ.l7)({image:S.image,x:S.x,y:S.y,width:S.width,height:S.height},b))}else f.__isEmptyBrush?f.useStyle((0,eJ.l7)({},b)):f.useStyle(b),f.style.decal=null,f.setColor(w,i&&i.symbolInnerColor),f.style.strokeNoScale=!0;var C=e.getItemVisual(t,"liftZ"),M=this._z2;null!=C?null==M&&(this._z2=f.z2,f.z2+=C):null!=M&&(f.z2=M,this._z2=null);var k=i&&i.useNameLabel;(0,ts.ni)(f,d,{labelFetcher:g,labelDataIndex:t,defaultText:function(t){return k?e.getName(t):(0,tf.H)(e,t)},inheritColor:w,defaultOpacity:b.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var T=f.ensureState("emphasis");T.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a;var A=null==h||!0===h?Math.max(1.1,3/this._sizeY):isFinite(h)&&h>0?+h:1;T.scaleX=this._sizeX*A,T.scaleY=this._sizeY*A,this.setSymbolScale(1),(0,ta.k5)(this,l,u,c)},t.prototype.setSymbolScale=function(e){this.scaleX=this.scaleY=e},t.prototype.fadeOut=function(e,t,n){var r=this.childAt(0),i=(0,to.A)(this).dataIndex,o=n&&n.animation;if(this.silent=r.silent=!0,n&&n.fadeLabel){var a=r.getTextContent();a&&tn.bX(a,{style:{opacity:0}},t,{dataIndex:i,removeOpt:o,cb:function(){r.removeTextContent()}})}else r.removeTextContent();tn.bX(r,{style:{opacity:0},scaleX:0,scaleY:0},t,{dataIndex:i,cb:e,removeOpt:o})},t.getSymbolSize=function(e,t){return(0,n7.zp)(e.getItemVisual(t,"symbolSize"))},t}(te.Z);function i1(e,t){this.parent.drift(e,t)}function i2(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 i5(e){return null==e||(0,eJ.Kn)(e)||(e={isIgnore:e}),e||{}}function i3(e){var t=e.hostModel,n=t.getModel("emphasis");return{emphasisItemStyle:n.getModel("itemStyle").getItemStyle(),blurItemStyle:t.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:t.getModel(["select","itemStyle"]).getItemStyle(),focus:n.get("focus"),blurScope:n.get("blurScope"),emphasisDisabled:n.get("disabled"),hoverScale:n.get("scale"),labelStatesModels:(0,ts.k3)(t),cursorStyle:t.get("cursor")}}var i4=function(){function e(e){this.group=new te.Z,this._SymbolCtor=e||i0}return e.prototype.updateData=function(e,t){this._progressiveEls=null,t=i5(t);var n=this.group,r=e.hostModel,i=this._data,o=this._SymbolCtor,a=t.disableAnimation,s=i3(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(i2(e,i,r,t)){var a=new o(e,r,s,l);a.setPosition(i),e.setItemGraphicEl(r,a),n.add(a)}}).update(function(c,d){var h=i.getItemGraphicEl(d),p=u(c);if(!i2(e,p,c,t)){n.remove(h);return}var f=e.getItemVisual(c,"symbol")||"circle",g=h&&h.getSymbolType&&h.getSymbolType();if(!h||g&&g!==f)n.remove(h),(h=new o(e,c,s,l)).setPosition(p);else{h.updateData(e,c,s,l);var m={x:p[0],y:p[1]};a?h.attr(m):tn.D(h,m,r)}n.add(h),e.setItemGraphicEl(c,h)}).remove(function(e){var t=i.getItemGraphicEl(e);t&&t.fadeOut(function(){n.remove(t)},r)}).execute(),this._getSymbolPoint=u,this._data=e},e.prototype.updateLayout=function(){var e=this,t=this._data;t&&t.eachItemGraphicEl(function(t,n){var r=e._getSymbolPoint(n);t.setPosition(r),t.markRedraw()})},e.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=i3(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=i5(n);for(var i=e.start;i<e.end;i++){var o=t.getItemLayout(i);if(i2(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){tt.traverseElements(this._progressiveEls||this.group,e)},e.prototype.remove=function(e){var t=this.group,n=this._data;n&&e?n.eachItemGraphicEl(function(e){e.fadeOut(function(){t.remove(e)},n.hostModel)}):t.removeAll()},e}(),i6=function(){},i8=function(e){function t(t){var n=e.call(this,t)||this;return n._off=0,n.hoverDataIdx=-1,n}return(0,e5.ZT)(t,e),t.prototype.getDefaultShape=function(){return new i6},t.prototype.reset=function(){this.notClear=!1,this._off=0},t.prototype.buildPath=function(e,t){var n,r=t.points,i=t.size,o=this.symbolProxy,a=o.shape,s=e.getContext?e.getContext():e,l=s&&i[0]<4,u=this.softClipShape;if(l){this._ctx=s;return}for(this._ctx=null,n=this._off;n<r.length;){var c=r[n++],d=r[n++];!(isNaN(c)||isNaN(d))&&(!u||u.contain(c,d))&&(a.x=c-i[0]/2,a.y=d-i[1]/2,a.width=i[0],a.height=i[1],o.buildPath(e,a,!0))}this.incremental&&(this._off=n,this.notClear=!0)},t.prototype.afterBrush=function(){var e,t=this.shape,n=t.points,r=t.size,i=this._ctx,o=this.softClipShape;if(i){for(e=this._off;e<n.length;){var a=n[e++],s=n[e++];!(isNaN(a)||isNaN(s))&&(!o||o.contain(a,s))&&i.fillRect(a-r[0]/2,s-r[1]/2,r[0],r[1])}this.incremental&&(this._off=e,this.notClear=!0)}},t.prototype.findDataIndex=function(e,t){for(var n=this.shape,r=n.points,i=n.size,o=Math.max(i[0],4),a=Math.max(i[1],4),s=r.length/2-1;s>=0;s--){var l=2*s,u=r[l]-o/2,c=r[l+1]-a/2;if(e>=u&&t>=c&&e<=u+o&&t<=c+a)return s}return -1},t.prototype.contain=function(e,t){var n=this.transformCoordToLocal(e,t),r=this.getBoundingRect();return(e=n[0],t=n[1],r.contain(e,t))?(this.hoverDataIdx=this.findDataIndex(e,t))>=0:(this.hoverDataIdx=-1,!1)},t.prototype.getBoundingRect=function(){var e=this._rect;if(!e){for(var t=this.shape,n=t.points,r=t.size,i=r[0],o=r[1],a=1/0,s=1/0,l=-1/0,u=-1/0,c=0;c<n.length;){var d=n[c++],h=n[c++];a=Math.min(d,a),l=Math.max(d,l),s=Math.min(h,s),u=Math.max(h,u)}e=this._rect=new ns.Z(a-i/2,s-o/2,l-a+i,u-s+o)}return e},t}(e7.ZP),i9=function(){function e(){this.group=new te.Z}return e.prototype.updateData=function(e,t){this._clear();var n=this._create();n.setShape({points:e.getLayout("points")}),this._setCommon(n,e,t)},e.prototype.updateLayout=function(e){var t=e.getLayout("points");this.group.eachChild(function(e){if(null!=e.startIndex){var n=(e.endIndex-e.startIndex)*2,r=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 i8({cursor:"default"});return e.ignoreCoarsePointer=!0,this.group.add(e),this._newAdded.push(e),e},e.prototype._setCommon=function(e,t,n){var r=t.hostModel;n=n||{};var i=t.getVisual("symbolSize");e.setShape("size",i instanceof Array?i:[i,i]),e.softClipShape=n.clipShape||null,e.symbolProxy=(0,n7.th)(t.getVisual("symbol"),0,0,0,0),e.setColor=e.symbolProxy.setColor;var o=e.shape.size[0]<4;e.useStyle(r.getModel("itemStyle").getItemStyle(o?["color","shadowBlur","shadowColor"]:["color"]));var a=t.getVisual("style"),s=a&&a.fill;s&&e.setColor(s);var l=(0,to.A)(e);l.seriesIndex=r.seriesIndex,e.on("mousemove",function(t){l.dataIndex=null;var n=e.hoverDataIdx;n>=0&&(l.dataIndex=n+(e.startIndex||0))})},e.prototype.remove=function(){this._clear()},e.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},e}(),i7=n(3149),oe=n(8845);function ot(e,t){return{seriesType:e,plan:(0,i7.Z)(),reset:function(e){var n=e.getData(),r=e.coordinateSystem,i=e.pipelineContext,o=t||i.large;if(r){var a=(0,eJ.UI)(r.dimensions,function(e){return n.mapDimension(e)}).slice(0,2),s=a.length,l=n.getCalculationInfo("stackResultDimension");(0,nC.M)(n,a[0])&&(a[0]=l),(0,nC.M)(n,a[1])&&(a[1]=l);var u=n.getStore(),c=n.getDimensionIndex(a[0]),d=n.getDimensionIndex(a[1]);return s&&{progress:function(e,t){for(var n=e.end-e.start,i=o&&(0,oe.o)(n*s),a=[],l=[],h=e.start,p=0;h<e.end;h++){var f=void 0;if(1===s){var g=u.get(c,h);f=r.dataToPoint(g,null,l)}else a[0]=u.get(c,h),a[1]=u.get(d,h),f=r.dataToPoint(a,null,l);o?(i[p++]=f[0],i[p++]=f[1]):t.setItemLayout(h,f.slice())}o&&t.setLayout("points",i)}}}}}}var on=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n){var r=e.getData();this._updateSymbolDraw(r,e).updateData(r,{clipShape:this._getClipShape(e)}),this._finished=!0},t.prototype.incrementalPrepareRender=function(e,t,n){var r=e.getData();this._updateSymbolDraw(r,e).incrementalPrepareUpdate(r),this._finished=!1},t.prototype.incrementalRender=function(e,t,n){this._symbolDraw.incrementalUpdate(e,t.getData(),{clipShape:this._getClipShape(t)}),this._finished=e.end===t.getData().count()},t.prototype.updateTransform=function(e,t,n){var r=e.getData();if(this.group.dirty(),!this._finished||r.count()>1e4)return{update:!0};var i=ot("").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 i9:new i4,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}(th.Z),or=["x","y","radius","angle","single"],oi=["cartesian2d","polar","singleAxis"];function oo(e){return e+"Axis"}function oa(e){var t=e.ecModel,n={infoList:[],infoMap:(0,eJ.kW)()};return e.eachTargetAxis(function(e,r){var i=t.getComponent(oo(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 os=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}(),ol=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._autoThrottle=!0,n._noTarget=!0,n._rangePropMode=["percent","percent"],n}return(0,e5.ZT)(t,e),t.prototype.init=function(e,t,n){var r=ou(e);this.settledOption=r,this.mergeDefaultAndTheme(e,n),this._doInit(r)},t.prototype.mergeOption=function(e){var t=ou(e);(0,eJ.TS)(this.option,e,!0),(0,eJ.TS)(this.settledOption,t,!0),this._doInit(t)},t.prototype._doInit=function(e){var t=this.option;this._setDefaultThrottle(e),this._updateRangeUse(e);var n=this.settledOption;(0,eJ.S6)([["start","startValue"],["end","endValue"]],function(e,r){"value"===this._rangePropMode[r]&&(t[e[0]]=n[e[0]]=null)},this),this._resetTarget()},t.prototype._resetTarget=function(){var e=this.get("orient",!0),t=this._targetAxisInfoMap=(0,eJ.kW)();this._fillSpecifiedTargetAxis(t)?this._orient=e||this._makeAutoOrientByTargetAxis():(this._orient=e||"horizontal",this._fillAutoTargetAxisByOrient(t,this._orient)),this._noTarget=!0,t.each(function(e){e.indexList.length&&(this._noTarget=!1)},this)},t.prototype._fillSpecifiedTargetAxis=function(e){var t=!1;return(0,eJ.S6)(or,function(n){var r=this.getReferringComponents(oo(n),tV.iP);if(r.specified){t=!0;var i=new os;(0,eJ.S6)(r.models,function(e){i.add(e.componentIndex)}),e.set(n,i)}},this),t},t.prototype._fillAutoTargetAxisByOrient=function(e,t){var n=this.ecModel,r=!0,i="vertical"===t?"y":"x",o=n.findComponents({mainType:i+"Axis"});if(a(o,i),r){var o=n.findComponents({mainType:"singleAxis",filter:function(e){return e.get("orient",!0)===t}});a(o,"single")}function a(t,n){var i=t[0];if(i){var o=new os;if(o.add(i.componentIndex),e.set(n,o),r=!1,"x"===n||"y"===n){var a=i.getReferringComponents("grid",tV.C6).models[0];a&&(0,eJ.S6)(t,function(e){i.componentIndex!==e.componentIndex&&a===e.getReferringComponents("grid",tV.C6).models[0]&&o.add(e.componentIndex)})}}}r&&(0,eJ.S6)(or,function(t){if(r){var i=n.findComponents({mainType:oo(t),filter:function(e){return"category"===e.get("type",!0)}});if(i[0]){var o=new os;o.add(i[0].componentIndex),e.set(t,o),r=!1}}},this)},t.prototype._makeAutoOrientByTargetAxis=function(){var e;return this.eachTargetAxis(function(t){e||(e=t)},this),"y"===e?"vertical":"horizontal"},t.prototype._setDefaultThrottle=function(e){if(e.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var t=this.ecModel.option;this.option.throttle=t.animation&&t.animationDurationUpdate>0?100:20}},t.prototype._updateRangeUse=function(e){var t=this._rangePropMode,n=this.get("rangeMode");(0,eJ.S6)([["start","startValue"],["end","endValue"]],function(r,i){var o=null!=e[r[0]],a=null!=e[r[1]];o&&!a?t[i]="percent":!o&&a?t[i]="value":n?t[i]=n[i]:o&&(t[i]="percent")})},t.prototype.noTarget=function(){return this._noTarget},t.prototype.getFirstTargetAxisModel=function(){var e;return this.eachTargetAxis(function(t,n){null==e&&(e=this.ecModel.getComponent(oo(t),n))},this),e},t.prototype.eachTargetAxis=function(e,t){this._targetAxisInfoMap.each(function(n,r){(0,eJ.S6)(n.indexList,function(n){e.call(t,r,n)})})},t.prototype.getAxisProxy=function(e,t){var n=this.getAxisModel(e,t);if(n)return n.__dzAxisProxy},t.prototype.getAxisModel=function(e,t){var n=this._targetAxisInfoMap.get(e);if(n&&n.indexMap[t])return this.ecModel.getComponent(oo(e),t)},t.prototype.setRawRange=function(e){var t=this.option,n=this.settledOption;(0,eJ.S6)([["start","startValue"],["end","endValue"]],function(r){(null!=e[r[0]]||null!=e[r[1]])&&(t[r[0]]=n[r[0]]=e[r[0]],t[r[1]]=n[r[1]]=e[r[1]])},this),this._updateRangeUse(e)},t.prototype.setCalculatedRange=function(e){var t=this.option;(0,eJ.S6)(["start","startValue","end","endValue"],function(n){t[n]=e[n]})},t.prototype.getPercentRange=function(){var e=this.findRepresentativeAxisProxy();if(e)return e.getDataPercentWindow()},t.prototype.getValueRange=function(e,t){if(null!=e||null!=t)return this.getAxisProxy(e,t).getDataValueWindow();var n=this.findRepresentativeAxisProxy();if(n)return n.getDataValueWindow()},t.prototype.findRepresentativeAxisProxy=function(e){if(e)return e.__dzAxisProxy;for(var t,n=this._targetAxisInfoMap.keys(),r=0;r<n.length;r++)for(var i=n[r],o=this._targetAxisInfoMap.get(i),a=0;a<o.indexList.length;a++){var s=this.getAxisProxy(i,o.indexList[a]);if(s.hostedBy(this))return s;t||(t=s)}return t},t.prototype.getRangePropMode=function(){return this._rangePropMode.slice()},t.prototype.getOrient=function(){return this._orient},t.type="dataZoom",t.dependencies=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","series","toolbox"],t.defaultOption={z:4,filterMode:"filter",start:0,end:100},t}(tz.Z);function ou(e){var t={};return(0,eJ.S6)(["start","end","startValue","endValue","throttle"],function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t}var oc=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.type="dataZoom.inside",t.defaultOption=(0,e8.ZL)(ol.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),t}(ol),od=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n,r){this.dataZoomModel=e,this.ecModel=t,this.api=n},t.type="dataZoom",t}(tB.Z);function oh(e,t,n,r,i,o){e=e||0;var a,s=n[1]-n[0];if(null!=i&&(i=of(i,[0,s])),null!=o&&(o=Math.max(o,null!=i?i:0)),"all"===r){var l=Math.abs(t[1]-t[0]);l=of(l,[0,s]),i=o=of(l,[i,o]),r=0}t[0]=of(t[0],n),t[1]=of(t[1],n);var u=op(t,r);t[r]+=e;var c=i||0,d=n.slice();return u.sign<0?d[0]+=c:d[1]-=c,t[r]=of(t[r],d),a=op(t,r),null!=i&&(a.sign!==u.sign||a.span<i)&&(t[1-r]=t[r]+u.sign*i),a=op(t,r),null!=o&&a.span>o&&(t[1-r]=t[r]+a.sign*o),t}function op(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 of(e,t){return Math.min(null!=t[1]?t[1]:1/0,Math.max(null!=t[0]?t[0]:-1/0,e))}var og="\0_ec_interaction_mutex";function om(e){return e[og]||(e[og]={})}iU.zl({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},eJ.ZT);var ov=function(e){function t(t){var n=e.call(this)||this;n._zr=t;var r=(0,eJ.ak)(n._mousedownHandler,n),i=(0,eJ.ak)(n._mousemoveHandler,n),o=(0,eJ.ak)(n._mouseupHandler,n),a=(0,eJ.ak)(n._mousewheelHandler,n),s=(0,eJ.ak)(n._pinchHandler,n);return n.enable=function(e,n){this.disable(),this._opt=(0,eJ.ce)((0,eJ.d9)(n)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),null==e&&(e=!0),(!0===e||"move"===e||"pan"===e)&&(t.on("mousedown",r),t.on("mousemove",i),t.on("mouseup",o)),(!0===e||"scale"===e||"zoom"===e)&&(t.on("mousewheel",a),t.on("pinch",s))},n.disable=function(){t.off("mousedown",r),t.off("mousemove",i),t.off("mouseup",o),t.off("mousewheel",a),t.off("pinch",s)},n}return(0,e5.ZT)(t,e),t.prototype.isDragging=function(){return this._dragging},t.prototype.isPinching=function(){return this._pinching},t.prototype.setPointerChecker=function(e){this.pointerChecker=e},t.prototype.dispose=function(){this.disable()},t.prototype._mousedownHandler=function(e){if(!rM.x1(e)){for(var t=e.target;t;){if(t.draggable)return;t=t.__hostTarget||t.parent}var n=e.offsetX,r=e.offsetY;this.pointerChecker&&this.pointerChecker(e,n,r)&&(this._x=n,this._y=r,this._dragging=!0)}},t.prototype._mousemoveHandler=function(e){if(this._dragging&&ob("moveOnMouseMove",e,this._opt)&&"pinch"!==e.gestureEvent&&!om(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&&rM.sT(e.event),ox(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){rM.x1(e)||(this._dragging=!1)},t.prototype._mousewheelHandler=function(e){var t=ob("zoomOnMouseWheel",e,this._opt),n=ob("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;oy(this,"zoom","zoomOnMouseWheel",e,{scale:r>0?s:1/s,originX:o,originY:a,isAvailableBehavior:null})}if(n){var l=Math.abs(r);oy(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(!om(this._zr).globalPan){var t=e.pinchScale>1?1.1:1/1.1;oy(this,"zoom",null,e,{scale:t,originX:e.pinchX,originY:e.pinchY,isAvailableBehavior:null})}},t}(iO.Z);function oy(e,t,n,r,i){e.pointerChecker&&e.pointerChecker(r,i.originX,i.originY)&&(rM.sT(r.event),ox(e,t,n,r,i))}function ox(e,t,n,r,i){i.isAvailableBehavior=(0,eJ.ak)(ob,null,n,r),e.trigger(t,i)}function ob(e,t,n){var r=n[e];return!e||r&&(!(0,eJ.HD)(r)||t.event[r+"Key"])}var ow=(0,tV.Yf)();function oS(e,t){if(t){e.removeKey(t.model.uid);var n=t.controller;n&&n.dispose()}}function oC(e,t){e.isDisposed()||e.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:t})}function oM(e,t,n,r){return e.coordinateSystem.containPoint([n,r])}var ok=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="dataZoom.inside",t}return(0,e5.ZT)(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){ow(e).coordSysRecordMap.each(function(e){var r=e.dataZoomInfoMap.get(t.uid);r&&(r.getRange=n)})}(r,t,{pan:(0,eJ.ak)(oT.pan,this),zoom:(0,eJ.ak)(oT.zoom,this),scrollMove:(0,eJ.ak)(oT.scrollMove,this)})},t.prototype.dispose=function(){this._clear(),e.prototype.dispose.apply(this,arguments)},t.prototype._clear=function(){(function(e,t){for(var n=ow(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||oS(n,a))}}})(this.api,this.dataZoomModel),this.range=null},t.type="dataZoom.inside",t}(od),oT={zoom:function(e,t,n,r){var i=this.range,o=i.slice(),a=e.axisModels[0];if(a){var s=o_[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(oh(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,i[0]!==o[0]||i[1]!==o[1])return o}},pan:oA(function(e,t,n,r,i,o){var a=o_[r]([o.oldX,o.oldY],[o.newX,o.newY],t,i,n);return a.signal*(e[1]-e[0])*a.pixel/a.pixelLength}),scrollMove:oA(function(e,t,n,r,i,o){return o_[r]([0,0],[o.scrollDelta,o.scrollDelta],t,i,n).signal*(e[1]-e[0])*o.scrollDelta})};function oA(e){return function(t,n,r,i){var o=this.range,a=o.slice(),s=t.axisModels[0];if(s&&(oh(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 o_={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}},oI=eJ.S6,oD=t4.dt,oP=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){var n;if(n=t.get("coordinateSystem"),(0,eJ.cq)(oi,n)>=0){var r=oo(this._dimName),i=t.getReferringComponents(r,tV.C6).models[0];i&&this._axisIndex===i.componentIndex&&e.push(t)}},this),e},e.prototype.getAxisModel=function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},e.prototype.getMinMaxSpan=function(){return eJ.d9(this._minMaxSpan)},e.prototype.calculateDataWindow=function(e){var t,n=this._dataExtent,r=this.getAxisModel().axis.scale,i=this._dataZoomModel.getRangePropMode(),o=[0,100],a=[],s=[];oI(["start","end"],function(l,u){var c=e[l],d=e[l+"Value"];"percent"===i[u]?(null==c&&(c=o[u]),d=r.parse(t4.NU(c,o,n))):(t=!0,d=null==d?n[u]:r.parse(d),c=t4.NU(d,n,o)),s[u]=null==d||isNaN(d)?n[u]:d,a[u]=null==c||isNaN(c)?o[u]:c}),oD(s),oD(a);var l=this._minMaxSpan;function u(e,t,n,i,o){var a=o?"Span":"ValueSpan";oh(0,e,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)t[s]=t4.NU(e[s],n,i,!0),o&&(t[s]=r.parse(t[s]))}return t?u(s,a,n,o,!1):u(a,s,o,n,!0),{valueWindow:s,percentWindow:a}},e.prototype.reset=function(e){if(e===this._dataZoomModel){var t,n,r,i,o,a=this.getTargetSeriesModels();this._dataExtent=(t=this,n=this._dimName,r=[1/0,-1/0],oI(a,function(e){var t;(t=e.getData())&&eJ.S6(nL(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=nA((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&&oI(r,function(e){var t=e.getData(),r=t.mapDimensionsAll(n);if(r.length){if("weakFilter"===i){var a=t.getStore(),s=eJ.UI(r,function(e){return t.getDimensionIndex(e)},t);t.filterSelf(function(e){for(var t,n,i,l=0;l<r.length;l++){var u=a.get(s[l],e),c=!isNaN(u),d=u<o[0],h=u>o[1];if(c&&!d&&!h)return!0;c&&(i=!0),d&&(t=!0),h&&(n=!0)}return i&&t&&n})}else oI(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)}});oI(r,function(e){t.setApproximateExtent(o,e)})}})}},e.prototype._updateMinMaxSpan=function(){var e=this._minMaxSpan={},t=this._dataZoomModel,n=this._dataExtent;oI(["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=t4.NU(n[0]+o,n,[0,100],!0):null!=i&&(o=t4.NU(i,[0,100],n,!0)-n[0]),e[r+"Span"]=i,e[r+"ValueSpan"]=o},this)},e.prototype._setAxisModel=function(){var e=this.getAxisModel(),t=this._percentWindow,n=this._valueWindow;if(t){var r=t4.M9(n,[0,500]);r=Math.min(r,20);var i=e.axis.scale.rawExtentInfo;0!==t[0]&&i.setDeterminedMinMax("min",+n[0].toFixed(r)),100!==t[1]&&i.setDeterminedMinMax("max",+n[1].toFixed(r)),i.freeze()}},e}();let oO={getTargetSeries:function(e){function t(t){e.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(r,i){var o=e.getComponent(oo(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 oP(t,r,o,e),n.push(i.__dzAxisProxy))});var r=(0,eJ.kW)();return(0,eJ.S6)(n,function(e){(0,eJ.S6)(e.getTargetSeriesModels(),function(e){r.set(e.uid,e)})}),r},overallReset:function(e,t){e.eachComponent("dataZoom",function(e){e.eachTargetAxis(function(t,n){e.getAxisProxy(t,n).reset(e)}),e.eachTargetAxis(function(n,r){e.getAxisProxy(n,r).filterData(e,t)})}),e.eachComponent("dataZoom",function(e){var t=e.findRepresentativeAxisProxy();if(t){var n=t.getDataPercentWindow(),r=t.getDataValueWindow();e.setCalculatedRange({start:n[0],end:n[1],startValue:r[0],endValue:r[1]})}})}};var oE=!1;function oR(e){!oE&&(oE=!0,e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,oO),function(e){e.registerAction("dataZoom",function(e,t){var n=function(e,t){var n,r=(0,eJ.kW)(),i=[],o=(0,eJ.kW)();e.eachComponent({mainType:"dataZoom",query:t},function(e){o.get(e.uid)||s(e)});do n=!1,e.eachComponent("dataZoom",a);while(n);function a(e){var t;!o.get(e.uid)&&(t=!1,e.eachTargetAxis(function(e,n){var i=r.get(e);i&&i[n]&&(t=!0)}),t)&&(s(e),n=!0)}function s(e){o.set(e.uid,!0),i.push(e),function(e){e.eachTargetAxis(function(e,t){(r.get(e)||r.set(e,[]))[t]=!0})}(e)}return i}(t,e);(0,eJ.S6)(n,function(t){t.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})})})}(e),e.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function oL(e){oR(e),e.registerComponentModel(oc),e.registerComponentView(ok),function(e){e.registerProcessor(e.PRIORITY.PROCESSOR.FILTER,function(e,t){var n=ow(t),r=n.coordSysRecordMap||(n.coordSysRecordMap=(0,eJ.kW)());r.each(function(e){e.dataZoomInfoMap=null}),e.eachComponent({mainType:"dataZoom",subType:"inside"},function(e){var n=oa(e);(0,eJ.S6)(n.infoList,function(n){var i,o,a,s=n.model.uid,l=r.get(s)||r.set(s,(a=(o={model:i=n.model,containsPoint:(0,eJ.WA)(oM,i),dispatchAction:(0,eJ.WA)(oC,t),dataZoomInfoMap:null,controller:null}).controller=new ov(t.getZr()),(0,eJ.S6)(["pan","zoom","scrollMove"],function(e){a.on(e,function(t){var n=[];o.dataZoomInfoMap.each(function(r){if(t.isAvailableBehavior(r.model.option)){var i=(r.getRange||{})[e],a=i&&i(r.dzReferCoordSysInfo,o.model.mainType,o.controller,t);!r.model.get("disabled",!0)&&a&&n.push({dataZoomId:r.model.id,start:a[0],end:a[1]})}}),n.length&&o.dispatchAction(n)})}),o));(l.dataZoomInfoMap||(l.dataZoomInfoMap=(0,eJ.kW)())).set(e.uid,{dzReferCoordSysInfo:n,model:e,getRange:null})})}),r.each(function(e){var t,n,i,o,a,s=e.controller,l=e.dataZoomInfoMap;if(l){var u=l.keys()[0];null!=u&&(a=l.get(u))}if(!a){oS(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),tl.T9(e,"dispatchAction",a.model.get("throttle",!0),"fixRate")})})}(e)}var oZ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.type="dataZoom.slider",t.layoutMode="box",t.defaultOption=(0,e8.ZL)(ol.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}(ol),oN=n(4484),oB=n(1099),oz=n(1145),oF=tr.Z,oj="horizontal",oV="vertical",o$=["line","bar","candlestick","scatter"],oH={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(0,e5.ZT)(t,e),t.prototype.init=function(e,t){this.api=t,this._onBrush=(0,eJ.ak)(this._onBrush,this),this._onBrushEnd=(0,eJ.ak)(this._onBrushEnd,this)},t.prototype.render=function(t,n,r,i){if(e.prototype.render.apply(this,arguments),tl.T9(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(){tl.ZH(this,"_dispatchZoomAction");var e=this.api.getZr();e.off("mousemove",this._onBrush),e.off("mouseup",this._onBrushEnd)},t.prototype._buildView=function(){var e=this.group;e.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var t=this._displayables.sliderGroup=new te.Z;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),e.add(t),this._positionGroup()},t.prototype._resetLocation=function(){var e=this.dataZoomModel,t=this.api,n=e.get("brushSelect"),r=this._findCoordRect(),i={width:t.getWidth(),height:t.getHeight()},o=this._orient===oj?{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=tK.tE(e.option);(0,eJ.S6)(["right","top","width","height"],function(e){"ph"===a[e]&&(a[e]=o[e])});var s=tK.ME(a,i);this._location={x:s.x,y:s.y},this._size=[s.width,s.height],this._orient===oV&&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!==oj||i?n===oj&&i?{scaleY:a?1:-1,scaleX:-1}:n!==oV||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 oF({silent:!0,shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:e.get("backgroundColor")},z2:-40}));var i=new oF({shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:"transparent"},z2:0,onclick:(0,eJ.ak)(this._onClickPanel,this)}),o=this.api.getZr();r?(i.on("mousedown",this._onBrushStart,this),i.cursor="crosshair",o.on("mousemove",this._onBrush),o.on("mouseup",this._onBrushEnd)):(o.off("mousemove",this._onBrush),o.off("mouseup",this._onBrushEnd)),n.add(i)},t.prototype._renderDataShadow=function(){var e=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],e){var t=this._size,n=this._shadowSize||[],r=e.series,i=r.getRawData(),o=r.getShadowDim&&r.getShadowDim(),a=o&&i.getDimensionInfo(o)?r.getShadowDim():e.otherDim;if(null!=a){var s=this._shadowPolygonPts,l=this._shadowPolylinePts;if(i!==this._shadowData||a!==this._shadowDim||t[0]!==n[0]||t[1]!==n[1]){var u,c=i.getDataExtent(a),d=(c[1]-c[0])*.3;c=[c[0]-d,c[1]+d];var h=[0,t[1]],p=[0,t[0]],f=[[t[0],0],[0,0]],g=[],m=p[1]/(i.count()-1),v=0,y=Math.round(i.count()/t[0]);i.each([a],function(e,t){if(y>0&&t%y){v+=m;return}var n=null==e||isNaN(e)||""===e,r=n?0:(0,t4.NU)(e,c,h,!0);n&&!u&&t?(f.push([f[f.length-1][0],0]),g.push([g[g.length-1][0],0])):!n&&u&&(f.push([v,0]),g.push([v,0])),f.push([v,r]),g.push([v,r]),v+=m,u=n}),s=this._shadowPolygonPts=f,l=this._shadowPolylinePts=g}this._shadowData=i,this._shadowDim=a,this._shadowSize=[t[0],t[1]];for(var x=this.dataZoomModel,b=0;b<3;b++){var w=function(e){var t=x.getModel(e?"selectedDataBackground":"dataBackground"),n=new te.Z,r=new oN.Z({shape:{points:s},segmentIgnoreThreshold:1,style:t.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),i=new oB.Z({shape:{points:l},segmentIgnoreThreshold:1,style:t.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(r),n.add(i),n}(1===b);this._displayables.sliderGroup.add(w),this._displayables.dataShadowSegs.push(w)}}}},t.prototype._prepareDataShadowInfo=function(){var e,t=this.dataZoomModel,n=t.get("showDataShadow");if(!1!==n){var r=this.ecModel;return t.eachTargetAxis(function(i,o){var a=t.getAxisProxy(i,o).getTargetSeriesModels();(0,eJ.S6)(a,function(t){if(!(e||!0!==n&&0>(0,eJ.cq)(o$,t.get("type")))){var a,s=r.getComponent(oo(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 oF({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});i.add(c),i.add(new oF({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:o[0],height:o[1],r:l},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:"rgba(0,0,0,0)"}})),(0,eJ.S6)([0,1],function(t){var o=a.get("handleIcon");!n7.Pw[o]&&0>o.indexOf("path://")&&0>o.indexOf("image://")&&(o="path://"+o);var s=(0,n7.th)(o,-1,0,2,2,null,!0);s.attr({cursor:oG(this._orient),draggable:!0,drift:(0,eJ.ak)(this._onDragMove,this,t),ondragend:(0,eJ.ak)(this._onDragEnd,this),onmouseover:(0,eJ.ak)(this._showDataInfo,this,!0),onmouseout:(0,eJ.ak)(this._showDataInfo,this,!1),z2:5});var l=s.getBoundingRect(),u=a.get("handleSize");this._handleHeight=(0,t4.GM)(u,this._size[1]),this._handleWidth=l.width/l.height*this._handleHeight,s.setStyle(a.getModel("handleStyle").getItemStyle()),s.style.strokeNoScale=!0,s.rectHover=!0,s.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),(0,ta.vF)(s);var c=a.get("handleColor");null!=c&&(s.style.fill=c),i.add(n[t]=s);var d=a.getModel("textStyle");e.add(r[t]=new n8.ZP({silent:!0,invisible:!0,style:(0,ts.Lr)(d,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:d.getTextColor(),font:d.getFont()}),z2:10}))},this);var d=c;if(u){var h=(0,t4.GM)(a.get("moveHandleSize"),o[1]),p=t.moveHandle=new tr.Z({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:h}}),f=.8*h,g=t.moveHandleIcon=(0,n7.th)(a.get("moveHandleIcon"),-f/2,-f/2,f,f,"#fff",!0);g.silent=!0,g.y=o[1]+h/2-.5,p.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var m=Math.min(o[1]/2,Math.max(h,10));(d=t.moveZone=new tr.Z({invisible:!0,shape:{y:o[1]-m,height:h+m}})).on("mouseover",function(){s.enterEmphasis(p)}).on("mouseout",function(){s.leaveEmphasis(p)}),i.add(p),i.add(g),i.add(d)}d.attr({draggable:!0,cursor:oG(this._orient),drift:(0,eJ.ak)(this._onDragMove,this,"all"),ondragstart:(0,eJ.ak)(this._showDataInfo,this,!0),ondragend:(0,eJ.ak)(this._onDragEnd,this),onmouseover:(0,eJ.ak)(this._showDataInfo,this,!0),onmouseout:(0,eJ.ak)(this._showDataInfo,this,!1)})},t.prototype._resetInterval=function(){var e=this._range=this.dataZoomModel.getPercentRange(),t=this._getViewExtent();this._handleEnds=[(0,t4.NU)(e[0],[0,100],t,!0),(0,t4.NU)(e[1],[0,100],t,!0)]},t.prototype._updateInterval=function(e,t){var n=this.dataZoomModel,r=this._handleEnds,i=this._getViewExtent(),o=n.findRepresentativeAxisProxy().getMinMaxSpan(),a=[0,100];oh(t,r,i,n.get("zoomLock")?"all":e,null!=o.minSpan?(0,t4.NU)(o.minSpan,a,i,!0):null,null!=o.maxSpan?(0,t4.NU)(o.maxSpan,a,i,!0):null);var s=this._range,l=this._range=(0,t4.dt)([(0,t4.NU)(r[0],i,a,!0),(0,t4.NU)(r[1],i,a,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},t.prototype._updateView=function(e){var t=this._displayables,n=this._handleEnds,r=(0,t4.dt)(n.slice()),i=this._size;(0,eJ.S6)([0,1],function(e){var r=t.handles[e],o=this._handleHeight;r.attr({scaleX:o/2,scaleY:o/2,x:n[e]+(e?-1:1),y:i[1]/2-o/2})},this),t.filler.setShape({x:r[0],y:0,width:r[1]-r[0],height:i[1]});var o={x:r[0],width:r[1]-r[0]};t.moveHandle&&(t.moveHandle.setShape(o),t.moveZone.setShape(o),t.moveZone.getBoundingRect(),t.moveHandleIcon&&t.moveHandleIcon.attr("x",o.x+o.width/2));for(var a=t.dataShadowSegs,s=[0,r[0],r[1],i[0]],l=0;l<a.length;l++){var u=a[l],c=u.getClipPath();c||(c=new tr.Z,u.setClipPath(c)),c.setShape({x:s[l],y:0,width:s[l+1]-s[l],height:i[1]})}this._updateDataInfo(e)},t.prototype._updateDataInfo=function(e){var t=this.dataZoomModel,n=this._displayables,r=n.handleLabels,i=this._orient,o=["",""];if(t.get("showDetail")){var a=t.findRepresentativeAxisProxy();if(a){var s=a.getAxisModel().axis,l=this._range,u=e?a.calculateDataWindow({start:l[0],end:l[1]}).valueWindow:a.getDataValueWindow();o=[this._formatLabel(u[0],s),this._formatLabel(u[1],s)]}}var c=(0,t4.dt)(this._handleEnds.slice());function d(e){var t=tt.getTransform(n.handles[e].parent,this.group),a=tt.transformDirection(0===e?"right":"left",t),s=this._handleWidth/2+5,l=tt.applyTransform([c[e]+(0===e?-s:s),this._size[1]/2],t);r[e].setStyle({x:l[0],y:l[1],verticalAlign:i===oj?"middle":a,align:i===oj?a:"center",text:o[e]})}d.call(this,0),d.call(this,1)},t.prototype._formatLabel=function(e,t){var n=this.dataZoomModel,r=n.get("labelFormatter"),i=n.get("labelPrecision");(null==i||"auto"===i)&&(i=t.getPixelPrecision());var o=null==e||isNaN(e)?"":"category"===t.type||"time"===t.type?t.scale.getLabel({value:Math.round(e)}):e.toFixed(Math.min(i,20));return(0,eJ.mf)(r)?r(e,o):(0,eJ.HD)(r)?r.replace("{value}",o):o},t.prototype._showDataInfo=function(e){e=this._dragging||e;var t=this._displayables,n=t.handleLabels;n[0].attr("invisible",!e),n[1].attr("invisible",!e),t.moveHandle&&this.api[e?"enterEmphasis":"leaveEmphasis"](t.moveHandle,1)},t.prototype._onDragMove=function(e,t,n,r){this._dragging=!0,rM.sT(r.event);var i=this._displayables.sliderGroup.getLocalTransform(),o=tt.applyTransform([t,n],i,!0),a=this._updateInterval(e,o[0]),s=this.dataZoomModel.get("realtime");this._updateView(!s),a&&s&&this._dispatchZoomAction(!0)},t.prototype._onDragEnd=function(){this._dragging=!1,this._showDataInfo(!1),this.dataZoomModel.get("realtime")||this._dispatchZoomAction(!1)},t.prototype._onClickPanel=function(e){var t=this._size,n=this._displayables.sliderGroup.transformCoordToLocal(e.offsetX,e.offsetY);if(!(n[0]<0)&&!(n[0]>t[0])&&!(n[1]<0)&&!(n[1]>t[1])){var r=this._handleEnds,i=(r[0]+r[1])/2,o=this._updateInterval("all",n[0]-i);this._updateView(),o&&this._dispatchZoomAction(!1)}},t.prototype._onBrushStart=function(e){var t=e.offsetX,n=e.offsetY;this._brushStart=new oz.Z(t,n),this._brushing=!0,this._brushStartTime=+new Date},t.prototype._onBrushEnd=function(e){if(!!this._brushing){var t=this._displayables.brushRect;if(this._brushing=!1,t){t.attr("ignore",!0);var n=t.shape;if(!(+new Date-this._brushStartTime<200&&5>Math.abs(n.width))){var r=this._getViewExtent(),i=[0,100];this._range=(0,t4.dt)([(0,t4.NU)(n.x,r,i,!0),(0,t4.NU)(n.x+n.width,r,i,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},t.prototype._onBrush=function(e){this._brushing&&(rM.sT(e.event),this._updateBrushRect(e.offsetX,e.offsetY))},t.prototype._updateBrushRect=function(e,t){var n=this._displayables,r=this.dataZoomModel,i=n.brushRect;i||(i=n.brushRect=new oF({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?oH:null,start:t[0],end:t[1]})},t.prototype._findCoordRect=function(){var e,t=oa(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}(od);function oG(e){return"vertical"===e?"ns-resize":"ew-resize"}function oU(e){e.registerComponentModel(oZ),e.registerComponentView(oW),oR(e)}function oq(e){(0,eX.D)(oL),(0,eX.D)(oU)}var oY=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.layoutMode={type:"box",ignoreSize:!0},n}return(0,e5.ZT)(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n),e.selected=e.selected||{},this._updateSelector(e)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),this._updateSelector(t)},t.prototype._updateSelector=function(e){var t=e.selector,n=this.ecModel;!0===t&&(t=e.selector=["all","inverse"]),eJ.kJ(t)&&eJ.S6(t,function(e,r){var i;eJ.HD(e)&&(e={type:e}),t[r]=eJ.TS(e,"all"===(i=e.type)?{type:"all",title:n.getLocaleModel().get(["legend","selector","all"])}:"inverse"===i?{type:"inverse",title:n.getLocaleModel().get(["legend","selector","inverse"])}:void 0)})},t.prototype.optionUpdated=function(){this._updateData(this.ecModel);var e=this._data;if(e[0]&&"single"===this.get("selectedMode")){for(var t=!1,n=0;n<e.length;n++){var r=e[n].get("name");if(this.isSelected(r)){this.select(r),t=!0;break}}t||this.select(e[0].get("name"))}},t.prototype._updateData=function(e){var t=[],n=[];e.eachRawSeries(function(r){var i,o=r.name;if(n.push(o),r.legendVisualProvider){var a=r.legendVisualProvider.getAllNames();e.isSeriesFiltered(r)||(n=n.concat(a)),a.length?t=t.concat(a):i=!0}else i=!0;i&&(0,tV.yu)(r)&&t.push(r.name)}),this._availableNames=n;var r=this.get("data")||t,i=eJ.kW(),o=eJ.UI(r,function(e){return((eJ.HD(e)||eJ.hj(e))&&(e={name:e}),i.get(e.name))?null:(i.set(e.name,!0),new n9.Z(e,this,this.ecModel))},this);this._data=eJ.hX(o,function(e){return!!e})},t.prototype.getData=function(){return this._data},t.prototype.select=function(e){var t=this.option.selected;if("single"===this.get("selectedMode")){var n=this._data;eJ.S6(n,function(e){t[e.get("name")]=!1})}t[e]=!0},t.prototype.unSelect=function(e){"single"!==this.get("selectedMode")&&(this.option.selected[e]=!1)},t.prototype.toggleSelected=function(e){var t=this.option.selected;t.hasOwnProperty(e)||(t[e]=!0),this[t[e]?"unSelect":"select"](e)},t.prototype.allSelect=function(){var e=this._data,t=this.option.selected;eJ.S6(e,function(e){t[e.get("name",!0)]=!0})},t.prototype.inverseSelect=function(){var e=this._data,t=this.option.selected;eJ.S6(e,function(e){var n=e.get("name",!0);t.hasOwnProperty(n)||(t[n]=!0),t[n]=!t[n]})},t.prototype.isSelected=function(e){var t=this.option.selected;return!(t.hasOwnProperty(e)&&!t[e])&&eJ.cq(this._availableNames,e)>=0},t.prototype.getOrient=function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},t.type="legend.plain",t.dependencies=["series"],t.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},t}(tz.Z),oK=n(4411);function oX(e,t){var n=ni.MY(t.get("padding")),r=t.getItemStyle(["color","opacity"]);return r.fill=t.get("backgroundColor"),e=new tr.Z({shape:{x:e.x-n[3],y:e.y-n[0],width:e.width+n[1]+n[3],height:e.height+n[0]+n[2],r:t.get("borderRadius")},style:r,silent:!0,z2:-1})}var oJ=n(6151),oQ=eJ.WA,o0=eJ.S6,o1=te.Z,o2=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.newlineDisabled=!1,n}return(0,e5.ZT)(t,e),t.prototype.init=function(){this.group.add(this._contentGroup=new o1),this.group.add(this._selectorGroup=new o1),this._isFirstRender=!0},t.prototype.getContentGroup=function(){return this._contentGroup},t.prototype.getSelectorGroup=function(){return this._selectorGroup},t.prototype.render=function(e,t,n){var r=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),e.get("show",!0)){var i=e.get("align"),o=e.get("orient");i&&"auto"!==i||(i="right"===e.get("left")&&"vertical"===o?"right":"left");var a=e.get("selector",!0),s=e.get("selectorPosition",!0);a&&(!s||"auto"===s)&&(s="horizontal"===o?"end":"start"),this.renderInner(i,e,t,n,a,o,s);var l=e.getBoxLayoutParams(),u={width:n.getWidth(),height:n.getHeight()},c=e.get("padding"),d=tK.ME(l,u,c),h=this.layoutInner(e,i,d,r,a,s),p=tK.ME(eJ.ce({width:h.width,height:h.height},l),u,c);this.group.x=p.x-h.x,this.group.y=p.y-h.y,this.group.markRedraw(),this.group.add(this._backgroundEl=oX(h,e))}},t.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},t.prototype.renderInner=function(e,t,n,r,i,o,a){var s=this.getContentGroup(),l=eJ.kW(),u=t.get("selectedMode"),c=[];n.eachRawSeries(function(e){e.get("legendHoverLink")||c.push(e.id)}),o0(t.getData(),function(i,o){var a=i.get("name");if(!this.newlineDisabled&&(""===a||"\n"===a)){var d=new o1;d.newline=!0,s.add(d);return}var h=n.getSeriesByName(a)[0];if(!l.get(a)){if(h){var p=h.getData(),f=p.getVisual("legendLineStyle")||{},g=p.getVisual("legendIcon"),m=p.getVisual("style"),v=this._createItem(h,a,o,i,t,e,f,m,g,u,r);v.on("click",oQ(o5,a,null,r,c)).on("mouseover",oQ(o4,h.name,null,r,c)).on("mouseout",oQ(o6,h.name,null,r,c)),n.ssr&&v.eachChild(function(e){var t=(0,to.A)(e);t.seriesIndex=h.seriesIndex,t.dataIndex=o,t.ssrType="legend"}),l.set(a,!0)}else n.eachRawSeries(function(s){if(!l.get(a)&&s.legendVisualProvider){var d=s.legendVisualProvider;if(d.containName(a)){var h=d.indexOfName(a),p=d.getItemVisual(h,"style"),f=d.getItemVisual(h,"legendIcon"),g=(0,oK.Qc)(p.fill);g&&0===g[3]&&(g[3]=.2,p=eJ.l7(eJ.l7({},p),{fill:(0,oK.Pz)(g,"rgba")}));var m=this._createItem(s,a,o,i,t,e,{},p,f,u,r);m.on("click",oQ(o5,null,a,r,c)).on("mouseover",oQ(o4,null,a,r,c)).on("mouseout",oQ(o6,null,a,r,c)),n.ssr&&m.eachChild(function(e){var t=(0,to.A)(e);t.seriesIndex=s.seriesIndex,t.dataIndex=o,t.ssrType="legend"}),l.set(a,!0)}}},this)}},this),i&&this._createSelector(i,t,r,o,a)},t.prototype._createSelector=function(e,t,n,r,i){var o=this.getSelectorGroup();o0(e,function(e){var r=e.type,i=new n8.ZP({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===r?"legendAllSelect":"legendInverseSelect"})}});o.add(i);var a=t.getModel("selectorLabel"),s=t.getModel(["emphasis","selectorLabel"]);(0,ts.ni)(i,{normal:a,emphasis:s},{defaultText:e.title}),(0,ta.vF)(i)})},t.prototype._createItem=function(e,t,n,r,i,o,a,s,l,u,c){var d=e.visualDrawType,h=i.get("itemWidth"),p=i.get("itemHeight"),f=i.isSelected(t),g=r.get("symbolRotate"),m=r.get("symbolKeepAspect"),v=r.get("icon"),y=function(e,t,n,r,i,o,a){function s(e,t){"auto"===e.lineWidth&&(e.lineWidth=2*(t.lineWidth>0)),o0(e,function(n,r){"inherit"===e[r]&&(e[r]=t[r])})}var l=t.getModel("itemStyle"),u=l.getItemStyle(),c=0===e.lastIndexOf("empty",0)?"fill":"stroke",d=l.getShallow("decal");u.decal=d&&"inherit"!==d?(0,oJ.I)(d,a):r.decal,"inherit"===u.fill&&(u.fill=r[i]),"inherit"===u.stroke&&(u.stroke=r[c]),"inherit"===u.opacity&&(u.opacity=("fill"===i?r:n).opacity),s(u,r);var h=t.getModel("lineStyle"),p=h.getLineStyle();if(s(p,n),"auto"===u.fill&&(u.fill=r.fill),"auto"===u.stroke&&(u.stroke=r.fill),"auto"===p.stroke&&(p.stroke=r.fill),!o){var f=t.get("inactiveBorderWidth"),g=u[c];u.lineWidth="auto"===f?r.lineWidth>0&&g?2:0:u.lineWidth,u.fill=t.get("inactiveColor"),u.stroke=t.get("inactiveBorderColor"),p.stroke=h.get("inactiveColor"),p.lineWidth=h.get("inactiveWidth")}return{itemStyle:u,lineStyle:p}}(l=v||l||"roundRect",r,a,s,d,f,c),x=new o1,b=r.getModel("textStyle");if(eJ.mf(e.getLegendIcon)&&(!v||"inherit"===v))x.add(e.getLegendIcon({itemWidth:h,itemHeight:p,icon:l,iconRotate:g,itemStyle:y.itemStyle,lineStyle:y.lineStyle,symbolKeepAspect:m}));else{var w,S,C,M="inherit"===v&&e.getData().getVisual("symbol")?"inherit"===g?e.getData().getVisual("symbolRotate"):g:0;x.add((S=(w={itemWidth:h,itemHeight:p,icon:l,iconRotate:M,itemStyle:y.itemStyle,lineStyle:y.lineStyle,symbolKeepAspect:m}).icon||"roundRect",(C=(0,n7.th)(S,0,0,w.itemWidth,w.itemHeight,w.itemStyle.fill,w.symbolKeepAspect)).setStyle(w.itemStyle),C.rotation=(w.iconRotate||0)*Math.PI/180,C.setOrigin([w.itemWidth/2,w.itemHeight/2]),S.indexOf("empty")>-1&&(C.style.stroke=C.style.fill,C.style.fill="#fff",C.style.lineWidth=2),C))}var k=i.get("formatter"),T=t;eJ.HD(k)&&k?T=k.replace("{name}",null!=t?t:""):eJ.mf(k)&&(T=k(t));var A=f?b.getTextColor():r.get("inactiveColor");x.add(new n8.ZP({style:(0,ts.Lr)(b,{text:T,x:"left"===o?h+5:-5,y:p/2,fill:A,align:o,verticalAlign:"middle"},{inheritColor:A})}));var _=new tr.Z({shape:x.getBoundingRect(),style:{fill:"transparent"}}),I=r.getModel("tooltip");return I.get("show")&&tt.setTooltipConfig({el:_,componentModel:i,itemName:t,itemTooltipOption:I.option}),x.add(_),x.eachChild(function(e){e.silent=!0}),_.silent=!u,this.getContentGroup().add(x),(0,ta.vF)(x),x.__legendDataIndex=n,x},t.prototype.layoutInner=function(e,t,n,r,i,o){var a=this.getContentGroup(),s=this.getSelectorGroup();tK.BZ(e.get("orient"),a,e.get("itemGap"),n.width,n.height);var l=a.getBoundingRect(),u=[-l.x,-l.y];if(s.markRedraw(),a.markRedraw(),!i)return a.x=u[0],a.y=u[1],this.group.getBoundingRect();tK.BZ("horizontal",s,e.get("selectorItemGap",!0));var c=s.getBoundingRect(),d=[-c.x,-c.y],h=e.get("selectorButtonGap",!0),p=e.getOrient().index,f=0===p?"width":"height",g=0===p?"height":"width",m=0===p?"y":"x";"end"===o?d[p]+=l[f]+h:u[p]+=c[f]+h,d[1-p]+=l[g]/2-c[g]/2,s.x=d[0],s.y=d[1],a.x=u[0],a.y=u[1];var v={x:0,y:0};return v[f]=l[f]+h+c[f],v[g]=Math.max(l[g],c[g]),v[m]=Math.min(0,c[m]+d[1-p]),v},t.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},t.type="legend.plain",t}(tB.Z);function o5(e,t,n,r){o6(e,t,n,r),n.dispatchAction({type:"legendToggleSelect",name:null!=e?e:t}),o4(e,t,n,r)}function o3(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 o4(e,t,n,r){o3(n)||n.dispatchAction({type:"highlight",seriesName:e,name:t,excludeSeriesId:r})}function o6(e,t,n,r){o3(n)||n.dispatchAction({type:"downplay",seriesName:e,name:t,excludeSeriesId:r})}function o8(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 o9(e,t,n){var r,i={},o="toggleSelected"===e;return n.eachComponent("legend",function(n){o&&null!=r?n[r?"select":"unSelect"](t.name):"allSelect"===e||"inverseSelect"===e?n[e]():(n[e](t.name),r=n.isSelected(t.name));var a=n.getData();(0,eJ.S6)(a,function(e){var t=e.get("name");if("\n"!==t&&""!==t){var r=n.isSelected(t);i.hasOwnProperty(t)?i[t]=i[t]&&r:i[t]=r}})}),"allSelect"===e||"inverseSelect"===e?{selected:i}:{name:t.name,selected:i}}function o7(e){e.registerComponentModel(oY),e.registerComponentView(o2),e.registerProcessor(e.PRIORITY.PROCESSOR.SERIES_FILTER,o8),e.registerSubTypeDefaulter("legend",function(){return"plain"}),e.registerAction("legendToggleSelect","legendselectchanged",(0,eJ.WA)(o9,"toggleSelected")),e.registerAction("legendAllSelect","legendselectall",(0,eJ.WA)(o9,"allSelect")),e.registerAction("legendInverseSelect","legendinverseselect",(0,eJ.WA)(o9,"inverseSelect")),e.registerAction("legendSelect","legendselected",(0,eJ.WA)(o9,"select")),e.registerAction("legendUnSelect","legendunselected",(0,eJ.WA)(o9,"unSelect"))}var ae=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.setScrollDataIndex=function(e){this.option.scrollDataIndex=e},t.prototype.init=function(t,n,r){var i=(0,tK.tE)(t);e.prototype.init.call(this,t,n,r),at(this,t,i)},t.prototype.mergeOption=function(t,n){e.prototype.mergeOption.call(this,t,n),at(this,this.option,t)},t.type="legend.scroll",t.defaultOption=(0,e8.ZL)(oY.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}(oY);function at(e,t,n){var r=e.getOrient(),i=[1,1];i[r.index]=0,(0,tK.dt)(t,n,{type:"box",ignoreSize:!!i})}var an=te.Z,ar=["width","height"],ai=["x","y"],ao=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.newlineDisabled=!0,n._currentIndex=0,n}return(0,e5.ZT)(t,e),t.prototype.init=function(){e.prototype.init.call(this),this.group.add(this._containerGroup=new an),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new an)},t.prototype.resetInner=function(){e.prototype.resetInner.call(this),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},t.prototype.renderInner=function(t,n,r,i,o,a,s){var l=this;e.prototype.renderInner.call(this,t,n,r,i,o,a,s);var u=this._controllerGroup,c=n.get("pageIconSize",!0),d=eJ.kJ(c)?c:[c,c];p("pagePrev",0);var h=n.getModel("pageTextStyle");function p(e,t){var r=tt.createIcon(n.get("pageIcons",!0)[n.getOrient().name][t],{onclick:eJ.ak(l._pageGo,l,e+"DataIndex",n,i)},{x:-d[0]/2,y:-d[1]/2,width:d[0],height:d[1]});r.name=e,u.add(r)}u.add(new n8.ZP({name:"pageText",style:{text:"xx/xx",fill:h.getTextColor(),font:h.getFont(),verticalAlign:"middle",align:"center"},silent:!0})),p("pageNext",1)},t.prototype.layoutInner=function(e,t,n,r,i,o){var a=this.getSelectorGroup(),s=e.getOrient().index,l=ar[s],u=ai[s],c=ar[1-s],d=ai[1-s];i&&tK.BZ("horizontal",a,e.get("selectorItemGap",!0));var h=e.get("selectorButtonGap",!0),p=a.getBoundingRect(),f=[-p.x,-p.y],g=eJ.d9(n);i&&(g[l]=n[l]-p[l]-h);var m=this._layoutContentAndController(e,r,g,s,l,c,d,u);if(i){if("end"===o)f[s]+=m[l]+h;else{var v=p[l]+h;f[s]-=v,m[u]-=v}m[l]+=p[l]+h,f[1-s]+=m[d]+m[c]/2-p[c]/2,m[c]=Math.max(m[c],p[c]),m[d]=Math.min(m[d],p[d]+f[1-s]),a.x=f[0],a.y=f[1],a.markRedraw()}return m},t.prototype._layoutContentAndController=function(e,t,n,r,i,o,a,s){var l=this.getContentGroup(),u=this._containerGroup,c=this._controllerGroup;tK.BZ(e.get("orient"),l,e.get("itemGap"),r?n.width:null,r?null:n.height),tK.BZ("horizontal",c,e.get("pageButtonItemGap",!0));var d=l.getBoundingRect(),h=c.getBoundingRect(),p=this._showController=d[i]>n[i],f=[-d.x,-d.y];t||(f[r]=l[s]);var g=[0,0],m=[-h.x,-h.y],v=eJ.pD(e.get("pageButtonGap",!0),e.get("itemGap",!0));p&&("end"===e.get("pageButtonPosition",!0)?m[r]+=n[i]-h[i]:g[r]+=h[i]+v),m[1-r]+=d[o]/2-h[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(m);var y={x:0,y:0};if(y[i]=p?n[i]:d[i],y[o]=Math.max(d[o],h[o]),y[a]=Math.min(0,h[a]+m[1-r]),u.__rectSize=n[i],p){var x={x:0,y:0};x[i]=Math.max(n[i]-h[i]-v,0),x[o]=y[o],u.setClipPath(new tr.Z({shape:x})),u.__rectSize=x[i]}else c.eachChild(function(e){e.attr({invisible:!0,silent:!0})});var b=this._getPageInfo(e);return null!=b.pageIndex&&tn.D(l,{x:b.contentPosition[0],y:b.contentPosition[1]},p?e:null),this._updatePageInfoView(e,b),y},t.prototype._pageGo=function(e,t,n){var r=this._getPageInfo(t)[e];null!=r&&n.dispatchAction({type:"legendScroll",scrollDataIndex:r,legendId:t.id})},t.prototype._updatePageInfoView=function(e,t){var n=this._controllerGroup;eJ.S6(["pagePrev","pageNext"],function(r){var i=null!=t[r+"DataIndex"],o=n.childOfName(r);o&&(o.setStyle("fill",i?e.get("pageIconColor",!0):e.get("pageIconInactiveColor",!0)),o.cursor=i?"pointer":"default")});var r=n.childOfName("pageText"),i=e.get("pageFormatter"),o=t.pageIndex,a=null!=o?o+1:0,s=t.pageCount;r&&i&&r.setStyle("text",eJ.HD(i)?i.replace("{current}",null==a?"":a+"").replace("{total}",null==s?"":s+""):i({current:a,total:s}))},t.prototype._getPageInfo=function(e){var t=e.get("scrollDataIndex",!0),n=this.getContentGroup(),r=this._containerGroup.__rectSize,i=e.getOrient().index,o=ar[i],a=ai[i],s=this._findTargetItemIndex(t),l=n.children(),u=l[s],c=l.length,d=+!!c,h={contentPosition:[n.x,n.y],pageCount:d,pageIndex:d-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return h;var p=y(u);h.contentPosition[i]=-p.s;for(var f=s+1,g=p,m=p,v=null;f<=c;++f)(!(v=y(l[f]))&&m.e>g.s+r||v&&!x(v,g.s))&&(g=m.i>g.i?m:v)&&(null==h.pageNextDataIndex&&(h.pageNextDataIndex=g.i),++h.pageCount),m=v;for(var f=s-1,g=p,m=p,v=null;f>=-1;--f)(!(v=y(l[f]))||!x(m,v.s))&&g.i<m.i&&(m=g,null==h.pagePrevDataIndex&&(h.pagePrevDataIndex=g.i),++h.pageCount,++h.pageIndex),g=v;return h;function y(e){if(e){var t=e.getBoundingRect(),n=t[a]+e[a];return{s:n,e:n+t[o],i:e.__legendDataIndex}}}function x(e,t){return e.e>=t&&e.s<=t+r}},t.prototype._findTargetItemIndex=function(e){var t,n;return this._showController?(this.getContentGroup().eachChild(function(r,i){var o=r.__legendDataIndex;null==n&&null!=o&&(n=i),o===e&&(t=i)}),null!=t?t:n):0},t.type="legend.scroll",t}(o2);function aa(e){(0,eX.D)(o7),e.registerComponentModel(ae),e.registerComponentView(ao),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)}function as(e){(0,eX.D)(o7),(0,eX.D)(aa)}(0,eX.D)([r8,oq,as,function(e){(0,eX.D)(rC),e.registerSeriesModel(iJ),e.registerChartView(on),e.registerLayout(ot("scatter"))},r2,ie,iI,ij]);let al=["click","dblclick","mousedown","mousemove","mouseup","mouseover","mouseout","globalout","contextmenu"],au=["datazoom","downplay","highlight"],ac=(0,g.memo)(function({option:e,theme:t,renderer:n,sx:r,onEvents:i,_instance:o,syncGroup:a,onChartInitialized:s}){let l=(0,g.useRef)(e),u=(0,g.useRef)(e),c=(0,g.useRef)(null),d=(0,g.useRef)(null);return(0,g.useLayoutEffect)(()=>{if(null!==c.current&&null===d.current&&(d.current=(0,iU.S1)(c.current,t,{renderer:n??"canvas"}),void 0!==d.current))return d.current.setOption(l.current,!0),s?.(d.current),void 0!==o&&(o.current=d.current),()=>{null!==d.current&&(d.current.dispose(),d.current=null)}},[o,s,t,n]),(0,g.useEffect)(()=>{d.current&&a&&(d.current.group=a,(0,iU.$j)([d.current]))},[a,d]),(0,g.useEffect)(()=>{!(void 0===u.current||iY()(u.current,e))&&d.current&&(d.current.setOption(e,!0),u.current=e)},[e]),(0,g.useLayoutEffect)(()=>{let e=iX()(()=>{d.current&&d.current.resize()},200);return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}},[]),(0,g.useEffect)(()=>{let e=d.current;if(e&&void 0!==i)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,al.includes(r))?e.on(t,t=>n(t,e)):(i=t,au.includes(i))?e.on(t,e=>n(e)):e.on(t,()=>n(null,e)))}(n,r)}}}(e,i),()=>{if(void 0!==e&&!0!==e.isDisposed())for(let t in i)e.off(t)}},[i]),(0,g.useEffect)(()=>{iX()(()=>{d.current&&d.current.resize()},200,{leading:!0})()},[r]),(0,f.jsx)(iV.Z,{ref:c,sx:r})});var ad=n(5409),ah=n.n(ad);function ap(e,t){return[ah()({type:"value",boundaryGap:[0,"10%"],axisLabel:{formatter:e=>eq(e,t)}},e)]}function af(e){if(0===e.length)return 36e5;let t=e[e.length-1];return void 0===e[0]||void 0===t?36e5:t-e[0]}function ag(e){let{width:t,height:n,data:r,format:i={unit:"decimal"},mode:o="value"}=e,a=iG(),s=(0,g.useMemo)(()=>{if(!r||!r.length)return a.noDataOption;let e=[];return r.map(t=>{e.push([t.label,t.value])}),{title:{show:!1},dataset:[{dimensions:["label","value"],source:e}],xAxis:ap({},i),yAxis:{type:"category",splitLine:{show:!1},axisLabel:{overflow:"truncate",width:t/3}},series:{type:"bar",label:{show:!0,position:"right",formatter:e=>e.data[1]?"percentage"===o?eq(e.data[1],{unit:"percent",decimalPlaces:i.decimalPlaces}):eq(e.data[1],i):void 0,barMinWidth:14,barCategoryGap:6},itemStyle:{borderRadius:4,color:a.echartsTheme[0]}},tooltip:{appendToBody:!0,confine:!0,formatter:e=>e.data[1]&&`<b>${e.name}</b>   ${eq(e.data[1],i)}`},grid:{left:"5%",right:"5%"}}},[r,a,t,o,i]);return(0,f.jsx)(iV.Z,{style:{width:t,height:n},sx:{overflow:"auto"},children:(0,f.jsx)(ac,{sx:{minHeight:n,height:r?20*r.length:"100%"},option:s,theme:a.echartsTheme})})}(0,eX.D)([tN,r2,r8,ie,iI,ij]);var am=n(5283),av=n(5094),ay=n(5056),ax=n(1170),ab=n(2220),aw=n(7048),aS=n(3205),aC=n(1925),aM=n(6858),ak=n(4384);function aT(e){return parseInt(e,10)||0}let aA={visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"};function a_(e){return function(e){for(let t in e)return!1;return!0}(e)||0===e.outerHeightStyle&&!e.overflowing}let aI=g.forwardRef(function(e,t){let{onChange:n,maxRows:r,minRows:i=1,style:o,value:a,...s}=e,{current:l}=g.useRef(null!=a),u=g.useRef(null),c=(0,aw.Z)(t,u),d=g.useRef(null),h=g.useRef(null),p=g.useCallback(()=>{let t=u.current,n=h.current;if(!t||!n)return;let o=(0,aS.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=aT(o.paddingBottom)+aT(o.paddingTop),l=aT(o.borderBottomWidth)+aT(o.borderTopWidth),c=n.scrollHeight;n.value="x";let d=n.scrollHeight,p=c;return i&&(p=Math.max(Number(i)*d,p)),r&&(p=Math.min(Number(r)*d,p)),{outerHeightStyle:(p=Math.max(p,d))+("border-box"===a?s+l:0),overflowing:1>=Math.abs(p-c)}},[r,i,e.placeholder]),m=(0,aC.Z)(()=>{let e=u.current,t=p();if(!e||!t||a_(t))return!1;let n=t.outerHeightStyle;return null!=d.current&&d.current!==n}),v=g.useCallback(()=>{let e=u.current,t=p();if(!e||!t||a_(t))return;let n=t.outerHeightStyle;d.current!==n&&(d.current=n,e.style.height=`${n}px`),e.style.overflow=t.overflowing?"hidden":""},[p]),y=g.useRef(-1);return(0,aM.Z)(()=>{let e;let t=(0,ak.Z)(v),n=u?.current;if(!n)return;let r=(0,aS.Z)(n);return r.addEventListener("resize",t),"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(()=>{m()&&(e.unobserve(n),cancelAnimationFrame(y.current),v(),y.current=requestAnimationFrame(()=>{e.observe(n)}))})).observe(n),()=>{t.clear(),cancelAnimationFrame(y.current),r.removeEventListener("resize",t),e&&e.disconnect()}},[p,v,m]),(0,aM.Z)(()=>{v()}),(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)("textarea",{value:a,onChange:e=>{l||v(),n&&n(e)},ref:c,rows:i,style:o,...s}),(0,f.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:h,tabIndex:-1,style:{...aA,...o,paddingTop:0,paddingBottom:0}})]})}),aD=function(e){return"string"==typeof e};function aP({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 aO=g.createContext(void 0);function aE(){return g.useContext(aO)}var aR=n(2543),aL=n(1183),aZ=n(6758);function aN(e){return null!=e&&!(Array.isArray(e)&&0===e.length)}function aB(e,t=!1){return e&&(aN(e.value)&&""!==e.value||t&&aN(e.defaultValue)&&""!==e.defaultValue)}function az(e){return(0,A.ZP)("MuiInputBase",e)}let aF=(0,T.Z)("MuiInputBase",["root","formControl","focused","disabled","adornedStart","adornedEnd","error","sizeSmall","multiline","colorSecondary","fullWidth","hiddenLabel","readOnly","input","inputSizeSmall","inputMultiline","inputTypeSearch","inputAdornedStart","inputAdornedEnd","inputHiddenLabel"]),aj=(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,w.Z)(n.color)}`],n.fullWidth&&t.fullWidth,n.hiddenLabel&&t.hiddenLabel]},aV=(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]},a$=e=>{let{classes:t,color:n,disabled:r,error:i,endAdornment:o,focused:a,formControl:s,fullWidth:l,hiddenLabel:u,multiline:c,readOnly:d,size:h,startAdornment:p,type:f}=e,g={root:["root",`color${(0,w.Z)(n)}`,r&&"disabled",i&&"error",l&&"fullWidth",a&&"focused",s&&"formControl",h&&"medium"!==h&&`size${(0,w.Z)(h)}`,c&&"multiline",p&&"adornedStart",o&&"adornedEnd",u&&"hiddenLabel",d&&"readOnly"],input:["input",r&&"disabled","search"===f&&"inputTypeSearch",c&&"inputMultiline","small"===h&&"inputSizeSmall",u&&"inputHiddenLabel",p&&"inputAdornedStart",o&&"inputAdornedEnd",d&&"readOnly"]};return(0,y.Z)(g,az,t)},aH=(0,S.ZP)("div",{name:"MuiInputBase",slot:"Root",overridesResolver:aj})((0,C.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",[`&.${aF.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%"}}]}))),aW=(0,S.ZP)("input",{name:"MuiInputBase",slot:"Input",overridesResolver:aV})((0,C.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] + .${aF.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},[`&.${aF.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"}}]}})),aG=(0,aR.zY)({"@keyframes mui-auto-fill":{from:{display:"block"}},"@keyframes mui-auto-fill-cancel":{from:{display:"block"}}}),aU=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiInputBase"}),{"aria-describedby":r,autoComplete:i,autoFocus:o,className:a,color:s,components:l={},componentsProps:u={},defaultValue:c,disabled:d,disableInjectingGlobalStyles:h,endAdornment:p,error:m,fullWidth:y=!1,id:x,inputComponent:b="input",inputProps:w={},inputRef:S,margin:C,maxRows:M,minRows:T,multiline:A=!1,name:_,onBlur:I,onChange:D,onClick:P,onFocus:O,onKeyDown:E,onKeyUp:R,placeholder:L,readOnly:Z,renderSuffix:N,rows:B,size:z,slotProps:F={},slots:j={},startAdornment:V,type:$="text",value:H,...W}=n,G=null!=w.value?w.value:H,{current:U}=g.useRef(null!=G),q=g.useRef(),Y=g.useCallback(e=>{},[]),K=(0,aL.Z)(q,S,w.ref,Y),[X,J]=g.useState(!1),Q=aE(),ee=aP({props:n,muiFormControl:Q,states:["color","disabled","error","hiddenLabel","size","required","filled"]});ee.focused=Q?Q.focused:X,g.useEffect(()=>{!Q&&d&&X&&(J(!1),I&&I())},[Q,d,X,I]);let et=Q&&Q.onFilled,en=Q&&Q.onEmpty,er=g.useCallback(e=>{aB(e)?et&&et():en&&en()},[et,en]);(0,aZ.Z)(()=>{U&&er({value:G})},[G,er,U]),g.useEffect(()=>{er(q.current)},[]);let ei=b,eo=w;A&&"input"===ei&&(eo=B?{type:void 0,minRows:B,maxRows:B,...eo}:{type:void 0,maxRows:M,minRows:T,...eo},ei=aI),g.useEffect(()=>{Q&&Q.setAdornedStart(!!V)},[Q,V]);let ea={...n,color:ee.color||"primary",disabled:ee.disabled,endAdornment:p,error:ee.error,focused:ee.focused,formControl:Q,fullWidth:y,hiddenLabel:ee.hiddenLabel,multiline:A,size:ee.size,startAdornment:V,type:$},es=a$(ea),el=j.root||l.Root||aH,eu=F.root||u.root||{},ec=j.input||l.Input||aW;return eo={...eo,...F.input??u.input},(0,f.jsxs)(g.Fragment,{children:[!h&&"function"==typeof aG&&(uI||(uI=(0,f.jsx)(aG,{}))),(0,f.jsxs)(el,{...eu,ref:t,onClick:e=>{q.current&&e.currentTarget===e.target&&q.current.focus(),P&&P(e)},...W,...!aD(el)&&{ownerState:{...ea,...eu.ownerState}},className:(0,v.Z)(es.root,eu.className,a,Z&&"MuiInputBase-readOnly"),children:[V,(0,f.jsx)(aO.Provider,{value:null,children:(0,f.jsx)(ec,{"aria-invalid":ee.error,"aria-describedby":r,autoComplete:i,autoFocus:o,defaultValue:c,disabled:ee.disabled,id:x,onAnimationStart:e=>{er("mui-auto-fill-cancel"===e.animationName?q.current:{value:"x"})},name:_,placeholder:L,readOnly:Z,required:ee.required,rows:B,value:G,onKeyDown:E,onKeyUp:R,type:$,...eo,...!aD(ec)&&{as:ei,ownerState:{...ea,...eo.ownerState}},ref:K,className:(0,v.Z)(es.input,eo.className,Z&&"MuiInputBase-readOnly"),onBlur:e=>{I&&I(e),w.onBlur&&w.onBlur(e),Q&&Q.onBlur?Q.onBlur(e):J(!1)},onChange:(e,...t)=>{if(!U){let t=e.target||q.current;if(null==t)throw Error((0,ab.Z)(1));er({value:t.value})}w.onChange&&w.onChange(e,...t),D&&D(e,...t)},onFocus:e=>{O&&O(e),w.onFocus&&w.onFocus(e),Q&&Q.onFocus?Q.onFocus(e):J(!0)}})}),p,N?N({...ee,startAdornment:V}):null]})]})});function aq(e){return(0,A.ZP)("MuiInput",e)}let aY={...aF,...(0,T.Z)("MuiInput",["root","underline","input"])},aK=e=>{let{classes:t,disableUnderline:n}=e,r=(0,y.Z)({root:["root",!n&&"underline"],input:["input"]},aq,t);return{...t,...r}},aX=(0,S.ZP)(aH,{shouldForwardProp:e=>(0,N.Z)(e)||"classes"===e,name:"MuiInput",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[...aj(e,t),!n.disableUnderline&&t.underline]}})((0,C.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"},[`&.${aY.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${aY.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(.${aY.disabled}, .${aY.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${aY.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,M.Z)()).map(([t])=>({props:{color:t,disableUnderline:!1},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[t].main}`}}}))]}})),aJ=(0,S.ZP)(aW,{name:"MuiInput",slot:"Input",overridesResolver:aV})({}),aQ=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiInput"}),{disableUnderline:r=!1,components:i={},componentsProps:o,fullWidth:a=!1,inputComponent:s="input",multiline:l=!1,slotProps:u,slots:c={},type:d="text",...h}=n,p=aK(n),g={root:{ownerState:{disableUnderline:r}}},m=u??o?(0,ax.Z)(u??o,g):g,v=c.root??i.Root??aX,y=c.input??i.Input??aJ;return(0,f.jsx)(aU,{slots:{root:v,input:y},slotProps:m,fullWidth:a,inputComponent:s,multiline:l,ref:t,type:d,...h,classes:p})});function a0(e){return(0,A.ZP)("MuiFilledInput",e)}aQ.muiName="Input";let a1={...aF,...(0,T.Z)("MuiFilledInput",["root","underline","input","adornedStart","adornedEnd","sizeSmall","multiline","hiddenLabel"])},a2=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,w.Z)(o)}`,a&&"hiddenLabel",s&&"multiline"],input:["input"]},u=(0,y.Z)(l,a0,t);return{...t,...u}},a5=(0,S.ZP)(aH,{shouldForwardProp:e=>(0,N.Z)(e)||"classes"===e,name:"MuiFilledInput",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[...aj(e,t),!n.disableUnderline&&t.underline]}})((0,C.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}},[`&.${a1.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${a1.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"},[`&.${a1.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${a1.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(.${a1.disabled}, .${a1.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${a1.disabled}:before`]:{borderBottomStyle:"dotted"}}},...Object.entries(e.palette).filter((0,M.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}}]}})),a3=(0,S.ZP)(aW,{name:"MuiFilledInput",slot:"Input",overridesResolver:aV})((0,C.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}}]}))),a4=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiFilledInput"}),{disableUnderline:r=!1,components:i={},componentsProps:o,fullWidth:a=!1,hiddenLabel:s,inputComponent:l="input",multiline:u=!1,slotProps:c,slots:d={},type:h="text",...p}=n,g={...n,disableUnderline:r,fullWidth:a,inputComponent:l,multiline:u,type:h},m=a2(n),v={root:{ownerState:g},input:{ownerState:g}},y=c??o?(0,ax.Z)(v,c??o):v,x=d.root??i.Root??a5,b=d.input??i.Input??a3;return(0,f.jsx)(aU,{slots:{root:x,input:b},slotProps:y,fullWidth:a,inputComponent:l,multiline:u,ref:t,type:h,...p,classes:m})});a4.muiName="Input";let a6=(0,S.ZP)("fieldset",{shouldForwardProp:N.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%"}),a8=(0,S.ZP)("legend",{shouldForwardProp:N.Z})((0,C.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 a9(e){return(0,A.ZP)("MuiOutlinedInput",e)}let a7={...aF,...(0,T.Z)("MuiOutlinedInput",["root","notchedOutline","input"])},se=e=>{let{classes:t}=e,n=(0,y.Z)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},a9,t);return{...t,...n}},st=(0,S.ZP)(aH,{shouldForwardProp:e=>(0,N.Z)(e)||"classes"===e,name:"MuiOutlinedInput",slot:"Root",overridesResolver:aj})((0,C.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 .${a7.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${a7.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${a7.focused} .${a7.notchedOutline}`]:{borderWidth:2},variants:[...Object.entries(e.palette).filter((0,M.Z)()).map(([t])=>({props:{color:t},style:{[`&.${a7.focused} .${a7.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${a7.error} .${a7.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},[`&.${a7.disabled} .${a7.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"}}]}})),sn=(0,S.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,f.jsx)(a6,{"aria-hidden":!0,className:r,ownerState:l,...a,children:(0,f.jsx)(a8,{ownerState:l,children:s?(0,f.jsx)("span",{children:i}):uD||(uD=(0,f.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""}))})})},{name:"MuiOutlinedInput",slot:"NotchedOutline",overridesResolver:(e,t)=>t.notchedOutline})((0,C.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}})),sr=(0,S.ZP)(aW,{name:"MuiOutlinedInput",slot:"Input",overridesResolver:aV})((0,C.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}}]}))),si=g.forwardRef(function(e,t){var n;let r=(0,k.i)({props:e,name:"MuiOutlinedInput"}),{components:i={},fullWidth:o=!1,inputComponent:a="input",label:s,multiline:l=!1,notched:u,slots:c={},type:d="text",...h}=r,p=se(r),m=aE(),v=aP({props:r,muiFormControl:m,states:["color","disabled","error","focused","hiddenLabel","size","required"]}),y={...r,color:v.color||"primary",disabled:v.disabled,error:v.error,focused:v.focused,formControl:m,fullWidth:o,hiddenLabel:v.hiddenLabel,multiline:l,size:v.size,type:d},x=c.root??i.Root??st,b=c.input??i.Input??sr;return(0,f.jsx)(aU,{slots:{root:x,input:b},renderSuffix:e=>(0,f.jsx)(sn,{ownerState:y,className:p.notchedOutline,label:null!=s&&""!==s&&v.required?n||(n=(0,f.jsxs)(g.Fragment,{children:[s," ","*"]})):s,notched:void 0!==u?u:!!(e.startAdornment||e.filled||e.focused)}),fullWidth:o,inputComponent:a,multiline:l,ref:t,type:d,...h,classes:{...p,notchedOutline:null}})});function so(e){return(0,A.ZP)("MuiFormLabel",e)}si.muiName="Input";let sa=(0,T.Z)("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"]),ss=e=>{let{classes:t,color:n,focused:r,disabled:i,error:o,filled:a,required:s}=e,l={root:["root",`color${(0,w.Z)(n)}`,i&&"disabled",o&&"error",a&&"filled",r&&"focused",s&&"required"],asterisk:["asterisk",o&&"error"]};return(0,y.Z)(l,so,t)},sl=(0,S.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,C.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,M.Z)()).map(([t])=>({props:{color:t},style:{[`&.${sa.focused}`]:{color:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${sa.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${sa.error}`]:{color:(e.vars||e).palette.error.main}}}]}))),su=(0,S.ZP)("span",{name:"MuiFormLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,C.Z)(({theme:e})=>({[`&.${sa.error}`]:{color:(e.vars||e).palette.error.main}}))),sc=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiFormLabel"}),{children:r,className:i,color:o,component:a="label",disabled:s,error:l,filled:u,focused:c,required:d,...h}=n,p=aP({props:n,muiFormControl:aE(),states:["color","required","focused","disabled","error","filled"]}),g={...n,color:p.color||"primary",component:a,disabled:p.disabled,error:p.error,filled:p.filled,focused:p.focused,required:p.required},m=ss(g);return(0,f.jsxs)(sl,{as:a,ownerState:g,className:(0,v.Z)(m.root,i),ref:t,...h,children:[r,p.required&&(0,f.jsxs)(su,{ownerState:g,"aria-hidden":!0,className:m.asterisk,children:[" ","*"]})]})});function sd(e){return(0,A.ZP)("MuiInputLabel",e)}(0,T.Z)("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"]);let sh=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,w.Z)(r)}`,a],asterisk:[s&&"asterisk"]},u=(0,y.Z)(l,sd,t);return{...t,...u}},sp=(0,S.ZP)(sc,{shouldForwardProp:e=>(0,N.Z)(e)||"classes"===e,name:"MuiInputLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${sa.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,C.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)"}}]}))),sf=g.forwardRef(function(e,t){let n=(0,k.i)({name:"MuiInputLabel",props:e}),{disableAnimation:r=!1,margin:i,shrink:o,variant:a,className:s,...l}=n,u=aE(),c=o;void 0===c&&u&&(c=u.filled||u.focused||u.adornedStart);let d=aP({props:n,muiFormControl:u,states:["size","variant","required","focused"]}),h={...n,disableAnimation:r,formControl:u,shrink:c,size:d.size,variant:d.variant,required:d.required,focused:d.focused},p=sh(h);return(0,f.jsx)(sp,{"data-shrink":c,ref:t,className:(0,v.Z)(p.root,s),...l,ownerState:h,classes:p})});var sg=n(777);function sm(e){return(0,A.ZP)("MuiFormControl",e)}(0,T.Z)("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"]);let sv=e=>{let{classes:t,margin:n,fullWidth:r}=e,i={root:["root","none"!==n&&`margin${(0,w.Z)(n)}`,r&&"fullWidth"]};return(0,y.Z)(i,sm,t)},sy=(0,S.ZP)("div",{name:"MuiFormControl",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`margin${(0,w.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%"}}]}),sx=g.forwardRef(function(e,t){let n;let r=(0,k.i)({props:e,name:"MuiFormControl"}),{children:i,className:o,color:a="primary",component:s="div",disabled:l=!1,error:u=!1,focused:c,fullWidth:d=!1,hiddenLabel:h=!1,margin:p="none",required:m=!1,size:y="medium",variant:x="outlined",...b}=r,w={...r,color:a,component:s,disabled:l,error:u,fullWidth:d,hiddenLabel:h,margin:p,required:m,size:y,variant:x},S=sv(w),[C,M]=g.useState(()=>{let e=!1;return i&&g.Children.forEach(i,t=>{if(!(0,sg.Z)(t,["Input","Select"]))return;let n=(0,sg.Z)(t,["Select"])?t.props.input:t;n&&n.props.startAdornment&&(e=!0)}),e}),[T,A]=g.useState(()=>{let e=!1;return i&&g.Children.forEach(i,t=>{(0,sg.Z)(t,["Input","Select"])&&(aB(t.props,!0)||aB(t.props.inputProps,!0))&&(e=!0)}),e}),[_,I]=g.useState(!1);l&&_&&I(!1);let D=void 0===c||l?_:c;g.useRef(!1);let P=g.useCallback(()=>{A(!0)},[]),O=g.useCallback(()=>{A(!1)},[]),E=g.useMemo(()=>({adornedStart:C,setAdornedStart:M,color:a,disabled:l,error:u,filled:T,focused:D,fullWidth:d,hiddenLabel:h,size:y,onBlur:()=>{I(!1)},onFocus:()=>{I(!0)},onEmpty:O,onFilled:P,registerEffect:n,required:m,variant:x}),[C,a,l,u,T,D,d,h,n,O,P,m,y,x]);return(0,f.jsx)(aO.Provider,{value:E,children:(0,f.jsx)(sy,{as:s,ownerState:w,className:(0,v.Z)(S.root,o),ref:t,...b,children:i})})});function sb(e){return(0,A.ZP)("MuiFormHelperText",e)}let sw=(0,T.Z)("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]),sS=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,w.Z)(r)}`,n&&"contained",s&&"focused",a&&"filled",l&&"required"]};return(0,y.Z)(u,sb,t)},sC=(0,S.ZP)("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.size&&t[`size${(0,w.Z)(n.size)}`],n.contained&&t.contained,n.filled&&t.filled]}})((0,C.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.caption,textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${sw.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${sw.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}}]}))),sM=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiFormHelperText"}),{children:r,className:i,component:o="p",disabled:a,error:s,filled:l,focused:u,margin:c,required:d,variant:h,...p}=n,g=aP({props:n,muiFormControl:aE(),states:["variant","size","disabled","error","filled","focused","required"]}),m={...n,component:o,contained:"filled"===g.variant||"outlined"===g.variant,variant:g.variant,size:g.size,disabled:g.disabled,error:g.error,filled:g.filled,focused:g.focused,required:g.required};delete m.ownerState;let y=sS(m);return(0,f.jsx)(sC,{as:o,className:(0,v.Z)(y.root,i),ref:t,...p,ownerState:m,children:" "===r?uP||(uP=(0,f.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""})):r})});function sk(e){return parseInt(g.version,10)>=19?e?.props?.ref||null:e?.ref||null}var sT=n(2444);let sA=g.createContext(),s_=()=>g.useContext(sA)??!1;var sI=n(206),sD=n(2729),sP=n(5480);let sO=function(e){let{elementType:t,externalSlotProps:n,ownerState:r,skipResolvingSlotProps:i=!1,...o}=e,a=i?{}:(0,sP.Z)(n,r),{props:s,internalRef:l}=(0,sD.Z)({...o,externalSlotProps:a}),u=(0,aw.Z)(l,a?.ref,e.additionalProps?.ref);return(0,sI.Z)(t,{...s,ref:u},r)},sE=g.createContext({});function sR(e){return(0,A.ZP)("MuiList",e)}(0,T.Z)("MuiList",["root","padding","dense","subheader"]);let sL=e=>{let{classes:t,disablePadding:n,dense:r,subheader:i}=e;return(0,y.Z)({root:["root",!n&&"padding",r&&"dense",i&&"subheader"]},sR,t)},sZ=(0,S.ZP)("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disablePadding&&t.padding,n.dense&&t.dense,n.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),sN=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiList"}),{children:r,className:i,component:o="ul",dense:a=!1,disablePadding:s=!1,subheader:l,...u}=n,c=g.useMemo(()=>({dense:a}),[a]),d={...n,component:o,dense:a,disablePadding:s},h=sL(d);return(0,f.jsx)(sE.Provider,{value:c,children:(0,f.jsxs)(sZ,{as:o,className:(0,v.Z)(h.root,i),ref:t,ownerState:d,...u,children:[l,r]})})});function sB(e=window){let t=e.document.documentElement.clientWidth;return e.innerWidth-t}var sz=n(4255);function sF(e,t,n){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:n?null:e.firstChild}function sj(e,t,n){return e===t?n?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:n?null:e.lastChild}function sV(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 s$(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")&&sV(s,o)&&!t)return s.focus(),!0;s=i(e,s,n)}return!1}let sH=g.forwardRef(function(e,t){let{actions:n,autoFocus:r=!1,autoFocusItem:i=!1,children:o,className:a,disabledItemsFocusable:s=!1,disableListWrap:l=!1,onKeyDown:u,variant:c="selectedMenu",...d}=e,h=g.useRef(null),p=g.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});(0,aZ.Z)(()=>{r&&h.current.focus()},[r]),g.useImperativeHandle(n,()=>({adjustStyleForScrollbar:(e,{direction:t})=>{let n=!h.current.style.width;if(e.clientHeight<h.current.clientHeight&&n){let n=`${sB((0,sz.Z)(e))}px`;h.current.style["rtl"===t?"paddingLeft":"paddingRight"]=n,h.current.style.width=`calc(100% + ${n})`}return h.current}}),[]);let m=(0,aL.Z)(h,t),v=-1;g.Children.forEach(o,(e,t)=>{if(!g.isValidElement(e)){v===t&&(v+=1)>=o.length&&(v=-1);return}e.props.disabled||("selectedMenu"===c&&e.props.selected?v=t:-1!==v||(v=t)),v===t&&(e.props.disabled||e.props.muiSkipListHighlight||e.type.muiSkipListHighlight)&&(v+=1)>=o.length&&(v=-1)});let y=g.Children.map(o,(e,t)=>{if(t===v){let t={};return i&&(t.autoFocus=!0),void 0===e.props.tabIndex&&"selectedMenu"===c&&(t.tabIndex=0),g.cloneElement(e,t)}return e});return(0,f.jsx)(sN,{role:"menu",ref:m,className:a,onKeyDown:e=>{let t=h.current,n=e.key;if(e.ctrlKey||e.metaKey||e.altKey){u&&u(e);return}let r=(0,sT.Z)(t).activeElement;if("ArrowDown"===n)e.preventDefault(),s$(t,r,l,s,sF);else if("ArrowUp"===n)e.preventDefault(),s$(t,r,l,s,sj);else if("Home"===n)e.preventDefault(),s$(t,null,l,s,sF);else if("End"===n)e.preventDefault(),s$(t,null,l,s,sj);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&&sV(r,i);i.previousKeyMatched&&(l||s$(t,r,!1,s,sF,i))?e.preventDefault():i.previousKeyMatched=!1}u&&u(e)},tabIndex:r?0:-1,...d,children:y})});var sW=n(7999),sG=n(7126),sU=n(7784),sq=n(4652),sY=n(6085),sK=n.n(sY);let sX={disabled:!1};var sJ=n(6897),sQ=function(e){return e.scrollTop},s0="unmounted",s1="exited",s2="entering",s5="entered",s3="exiting",s4=function(e){function t(t,n){r=e.call(this,t,n)||this;var r,i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=s1,r.appearStatus=s2):i=s5:i=t.unmountOnExit||t.mountOnEnter?s0:s1,r.state={status:i},r.nextCallback=null,r}(0,sq.Z)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===s0?{status:s1}: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!==s2&&n!==s5&&(t=s2):(n===s2||n===s5)&&(t=s3)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){if(this.cancelNextCallback(),t===s2){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:sK().findDOMNode(this);n&&sQ(n)}this.performEnter(e)}else this.performExit()}else this.props.unmountOnExit&&this.state.status===s1&&this.setState({status:s0})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[sK().findDOMNode(this),r],o=i[0],a=i[1],s=this.getTimeouts(),l=r?s.appear:s.enter;if(!e&&!n||sX.disabled){this.safeSetState({status:s5},function(){t.props.onEntered(o)});return}this.props.onEnter(o,a),this.safeSetState({status:s2},function(){t.props.onEntering(o,a),t.onTransitionEnd(l,function(){t.safeSetState({status:s5},function(){t.props.onEntered(o,a)})})})},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:sK().findDOMNode(this);if(!t||sX.disabled){this.safeSetState({status:s1},function(){e.props.onExited(r)});return}this.props.onExit(r),this.safeSetState({status:s3},function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:s1},function(){e.props.onExited(r)})})})},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:sK().findDOMNode(this),r=null==e&&!this.props.addEndListener;if(!n||r){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)},n.render=function(){var e=this.state.status;if(e===s0)return null;var t=this.props,n=t.children,r=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,sU.Z)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return m().createElement(sJ.Z.Provider,{value:null},"function"==typeof n?n(e,r):m().cloneElement(m().Children.only(n),r))},t}(m().Component);function s6(){}s4.contextType=sJ.Z,s4.propTypes={},s4.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:s6,onEntering:s6,onEntered:s6,onExit:s6,onExiting:s6,onExited:s6},s4.UNMOUNTED=s0,s4.EXITED=s1,s4.ENTERING=s2,s4.ENTERED=s5,s4.EXITING=s3;var s8=n(4776);let s9=e=>e.scrollTop;function s7(e,t){let{timeout:n,easing:r,style:i={}}=e;return{duration:i.transitionDuration??("number"==typeof n?n:n[t.mode]||0),easing:i.transitionTimingFunction??("object"==typeof r?r[t.mode]:r),delay:i.transitionDelay}}function le(e){return`scale(${e}, ${e**2})`}let lt={entering:{opacity:1,transform:le(1)},entered:{opacity:1,transform:"none"}},ln="undefined"!=typeof navigator&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),lr=g.forwardRef(function(e,t){let{addEndListener:n,appear:r=!0,children:i,easing:o,in:a,onEnter:s,onEntered:l,onEntering:u,onExit:c,onExited:d,onExiting:h,style:p,timeout:m="auto",TransitionComponent:v=s4,...y}=e,x=(0,sG.Z)(),b=g.useRef(),w=(0,s8.Z)(),S=g.useRef(null),C=(0,aL.Z)(S,sk(i),t),M=e=>t=>{if(e){let n=S.current;void 0===t?e(n):e(n,t)}},k=M(u),T=M((e,t)=>{let n;s9(e);let{duration:r,delay:i,easing:a}=s7({style:p,timeout:m,easing:o},{mode:"enter"});"auto"===m?(n=w.transitions.getAutoHeightDuration(e.clientHeight),b.current=n):n=r,e.style.transition=[w.transitions.create("opacity",{duration:n,delay:i}),w.transitions.create("transform",{duration:ln?n:.666*n,delay:i,easing:a})].join(","),s&&s(e,t)}),A=M(l),_=M(h),I=M(e=>{let t;let{duration:n,delay:r,easing:i}=s7({style:p,timeout:m,easing:o},{mode:"exit"});"auto"===m?(t=w.transitions.getAutoHeightDuration(e.clientHeight),b.current=t):t=n,e.style.transition=[w.transitions.create("opacity",{duration:t,delay:r}),w.transitions.create("transform",{duration:ln?t:.666*t,delay:ln?r:r||.333*t,easing:i})].join(","),e.style.opacity=0,e.style.transform=le(.75),c&&c(e)}),D=M(d);return(0,f.jsx)(v,{appear:r,in:a,nodeRef:S,onEnter:T,onEntered:A,onEntering:k,onExit:I,onExited:D,onExiting:_,addEndListener:e=>{"auto"===m&&x.start(b.current||0,e),n&&n(S.current,e)},timeout:"auto"===m?null:m,...y,children:(e,{ownerState:t,...n})=>g.cloneElement(i,{style:{opacity:0,transform:le(.75),visibility:"exited"!==e||a?void 0:"hidden",...lt[e],...p,...i.props.style},ref:C,...n})})});lr&&(lr.muiSupportAuto=!0);var li=n(668);function lo(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 la(){return!0}let ls=function(e){let{children:t,disableAutoFocus:n=!1,disableEnforceFocus:r=!1,disableRestoreFocus:i=!1,getTabbable:o=lo,isEnabled:a=la,open:s}=e,l=g.useRef(!1),u=g.useRef(null),c=g.useRef(null),d=g.useRef(null),h=g.useRef(null),p=g.useRef(!1),m=g.useRef(null),v=(0,aw.Z)(sk(t),m),y=g.useRef(null);g.useEffect(()=>{s&&m.current&&(p.current=!n)},[n,s]),g.useEffect(()=>{if(!s||!m.current)return;let e=(0,li.Z)(m.current);return!m.current.contains(e.activeElement)&&(m.current.hasAttribute("tabIndex")||m.current.setAttribute("tabIndex","-1"),p.current&&m.current.focus()),()=>{i||(d.current&&d.current.focus&&(l.current=!0,d.current.focus()),d.current=null)}},[s]),g.useEffect(()=>{if(!s||!m.current)return;let e=(0,li.Z)(m.current),t=t=>{y.current=t,!r&&a()&&"Tab"===t.key&&e.activeElement===m.current&&t.shiftKey&&(l.current=!0,c.current&&c.current.focus())},n=()=>{let t=m.current;if(null===t)return;if(!e.hasFocus()||!a()||l.current){l.current=!1;return}if(t.contains(e.activeElement)||r&&e.activeElement!==u.current&&e.activeElement!==c.current)return;if(e.activeElement!==h.current)h.current=null;else if(null!==h.current)return;if(!p.current)return;let n=[];if((e.activeElement===u.current||e.activeElement===c.current)&&(n=o(m.current)),n.length>0){let e=!!(y.current?.shiftKey&&y.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 x=e=>{null===d.current&&(d.current=e.relatedTarget),p.current=!0};return(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)("div",{tabIndex:s?0:-1,onFocus:x,ref:u,"data-testid":"sentinelStart"}),g.cloneElement(t,{ref:v,onFocus:e=>{null===d.current&&(d.current=e.relatedTarget),p.current=!0,h.current=e.target;let n=t.props.onFocus;n&&n(e)}}),(0,f.jsx)("div",{tabIndex:s?0:-1,onFocus:x,ref:c,"data-testid":"sentinelEnd"})]})};var ll=n(5817);let lu=g.forwardRef(function(e,t){let{children:n,container:r,disablePortal:i=!1}=e,[o,a]=g.useState(null),s=(0,aw.Z)(g.isValidElement(n)?sk(n):null,t);return((0,aM.Z)(()=>{if(!i)a(("function"==typeof r?r():r)||document.body)},[r,i]),(0,aM.Z)(()=>{if(o&&!i)return(0,ll.Z)(t,o),()=>{(0,ll.Z)(t,null)}},[t,o,i]),i)?g.isValidElement(n)?g.cloneElement(n,{ref:s}):n:o?sY.createPortal(n,o):o});var lc=n(6351);let ld={entering:{opacity:1},entered:{opacity:1}},lh=g.forwardRef(function(e,t){let n=(0,s8.Z)(),r={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:i,appear:o=!0,children:a,easing:s,in:l,onEnter:u,onEntered:c,onEntering:d,onExit:h,onExited:p,onExiting:m,style:v,timeout:y=r,TransitionComponent:x=s4,...b}=e,w=g.useRef(null),S=(0,aL.Z)(w,sk(a),t),C=e=>t=>{if(e){let n=w.current;void 0===t?e(n):e(n,t)}},M=C(d),k=C((e,t)=>{s9(e);let r=s7({style:v,timeout:y,easing:s},{mode:"enter"});e.style.webkitTransition=n.transitions.create("opacity",r),e.style.transition=n.transitions.create("opacity",r),u&&u(e,t)}),T=C(c),A=C(m),_=C(e=>{let t=s7({style:v,timeout:y,easing:s},{mode:"exit"});e.style.webkitTransition=n.transitions.create("opacity",t),e.style.transition=n.transitions.create("opacity",t),h&&h(e)}),I=C(p);return(0,f.jsx)(x,{appear:o,in:l,nodeRef:w,onEnter:k,onEntered:T,onEntering:M,onExit:_,onExited:I,onExiting:A,addEndListener:e=>{i&&i(w.current,e)},timeout:y,...b,children:(e,{ownerState:t,...n})=>g.cloneElement(a,{style:{opacity:0,visibility:"exited"!==e||l?void 0:"hidden",...ld[e],...v,...a.props.style},ref:S,...n})})});function lp(e){return(0,A.ZP)("MuiBackdrop",e)}(0,T.Z)("MuiBackdrop",["root","invisible"]);let lf=e=>{let{classes:t,invisible:n}=e;return(0,y.Z)({root:["root",n&&"invisible"]},lp,t)},lg=(0,S.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"}}]}),lm=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiBackdrop"}),{children:r,className:i,component:o="div",invisible:a=!1,open:s,components:l={},componentsProps:u={},slotProps:c={},slots:d={},TransitionComponent:h,transitionDuration:p,...g}=n,m={...n,component:o,invisible:a},y=lf(m),x={slots:{transition:h,root:l.Root,...d},slotProps:{...u,...c}},[b,w]=(0,lc.Z)("root",{elementType:lg,externalForwardedProps:x,className:(0,v.Z)(y.root,i),ownerState:m}),[S,C]=(0,lc.Z)("transition",{elementType:lh,externalForwardedProps:x,ownerState:m});return(0,f.jsx)(S,{in:s,timeout:p,...g,...C,children:(0,f.jsx)(b,{"aria-hidden":!0,...w,classes:y,ref:t,children:r})})});var lv=n(8543),ly=n(2438);function lx(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function lb(e){return parseInt((0,aS.Z)(e).getComputedStyle(e).paddingRight,10)||0}function lw(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&&lx(e,i)})}function lS(e,t){let n=-1;return e.some((e,r)=>!!t(e)&&(n=r,!0)),n}let lC=()=>{},lM=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&&lx(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);lw(t,e.mount,e.modalRef,r,!0);let i=lS(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=lS(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,li.Z)(e);return t.body===e?(0,aS.Z)(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}(r)){let e=sB((0,aS.Z)(r));n.push({value:r.style.paddingRight,property:"padding-right",el:r}),r.style.paddingRight=`${lb(r)+e}px`;let t=(0,li.Z)(r).querySelectorAll(".mui-fixed");[].forEach.call(t,t=>{n.push({value:t.style.paddingRight,property:"padding-right",el:t}),t.style.paddingRight=`${lb(t)+e}px`})}if(r.parentNode instanceof DocumentFragment)e=(0,li.Z)(r).body;else{let t=r.parentElement,n=(0,aS.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=lS(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&&lx(e.modalRef,t),lw(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&&lx(e.modalRef,!1)}return n}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}},lk=function(e){let{container:t,disableEscapeKeyDown:n=!1,disableScrollLock:r=!1,closeAfterTransition:i=!1,onTransitionEnter:o,onTransitionExited:a,children:s,onClose:l,open:u,rootRef:c}=e,d=g.useRef({}),h=g.useRef(null),p=g.useRef(null),f=(0,aw.Z)(p,c),[m,v]=g.useState(!u),y=!!s&&s.props.hasOwnProperty("in"),x=!0;("false"===e["aria-hidden"]||!1===e["aria-hidden"])&&(x=!1);let b=()=>(0,li.Z)(h.current),w=()=>(d.current.modalRef=p.current,d.current.mount=h.current,d.current),S=()=>{lM.mount(w(),{disableScrollLock:r}),p.current&&(p.current.scrollTop=0)},C=(0,aC.Z)(()=>{let e=("function"==typeof t?t():t)||b().body;lM.add(w(),e),p.current&&S()}),M=()=>lM.isTopModal(w()),k=(0,aC.Z)(e=>{h.current=e,e&&(u&&M()?S():p.current&&lx(p.current,x))}),T=g.useCallback(()=>{lM.remove(w(),x)},[x]);g.useEffect(()=>()=>{T()},[T]),g.useEffect(()=>{u?C():y&&i||T()},[u,T,y,i,C]);let A=e=>t=>{e.onKeyDown?.(t),"Escape"===t.key&&229!==t.which&&M()&&!n&&(t.stopPropagation(),l&&l(t,"escapeKeyDown"))},_=e=>t=>{e.onClick?.(t),t.target===t.currentTarget&&l&&l(t,"backdropClick")};return{getRootProps:(t={})=>{let n=(0,ly.Z)(e);delete n.onTransitionEnter,delete n.onTransitionExited;let r={...n,...t};return{role:"presentation",...r,onKeyDown:A(r),ref:f}},getBackdropProps:(e={})=>({"aria-hidden":!0,...e,onClick:_(e),open:u}),getTransitionProps:()=>({onEnter:(0,lv.Z)(()=>{v(!1),o&&o()},s?.props.onEnter??lC),onExited:(0,lv.Z)(()=>{v(!0),a&&a(),i&&T()},s?.props.onExited??lC)}),rootRef:f,portalRef:k,isTopModal:M,exited:m,hasTransition:y}};function lT(e){return(0,A.ZP)("MuiModal",e)}(0,T.Z)("MuiModal",["root","hidden","backdrop"]);let lA=e=>{let{open:t,exited:n,classes:r}=e;return(0,y.Z)({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},lT,r)},l_=(0,S.ZP)("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})((0,C.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"}}]}))),lI=(0,S.ZP)(lm,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),lD=g.forwardRef(function(e,t){let n=(0,k.i)({name:"MuiModal",props:e}),{BackdropComponent:r=lI,BackdropProps:i,classes:o,className:a,closeAfterTransition:s=!1,children:l,container:u,component:c,components:d={},componentsProps:h={},disableAutoFocus:p=!1,disableEnforceFocus:m=!1,disableEscapeKeyDown:y=!1,disablePortal:x=!1,disableRestoreFocus:b=!1,disableScrollLock:w=!1,hideBackdrop:S=!1,keepMounted:C=!1,onBackdropClick:M,onClose:T,onTransitionEnter:A,onTransitionExited:_,open:I,slotProps:D={},slots:P={},theme:O,...E}=n,R={...n,closeAfterTransition:s,disableAutoFocus:p,disableEnforceFocus:m,disableEscapeKeyDown:y,disablePortal:x,disableRestoreFocus:b,disableScrollLock:w,hideBackdrop:S,keepMounted:C},{getRootProps:L,getBackdropProps:Z,getTransitionProps:N,portalRef:B,isTopModal:z,exited:F,hasTransition:j}=lk({...R,rootRef:t}),V={...R,exited:F},$=lA(V),H={};if(void 0===l.props.tabIndex&&(H.tabIndex="-1"),j){let{onEnter:e,onExited:t}=N();H.onEnter=e,H.onExited=t}let W={slots:{root:d.Root,backdrop:d.Backdrop,...P},slotProps:{...h,...D}},[G,U]=(0,lc.Z)("root",{ref:t,elementType:l_,externalForwardedProps:{...W,...E,component:c},getSlotProps:L,ownerState:V,className:(0,v.Z)(a,$?.root,!V.open&&V.exited&&$?.hidden)}),[q,Y]=(0,lc.Z)("backdrop",{ref:i?.ref,elementType:r,externalForwardedProps:W,shouldForwardComponentProp:!0,additionalProps:i,getSlotProps:e=>Z({...e,onClick:t=>{M&&M(t),e?.onClick&&e.onClick(t)}}),className:(0,v.Z)(i?.className,$?.backdrop),ownerState:V});return C||I||j&&!F?(0,f.jsx)(lu,{ref:B,container:u,disablePortal:x,children:(0,f.jsxs)(G,{...U,children:[!S&&r?(0,f.jsx)(q,{...Y}):null,(0,f.jsx)(ls,{disableEnforceFocus:m,disableAutoFocus:p,disableRestoreFocus:b,isEnabled:z,open:I,children:g.cloneElement(l,H)})]})}):null});var lP=n(8866);function lO(e){return(0,A.ZP)("MuiPopover",e)}(0,T.Z)("MuiPopover",["root","paper"]);var lE=n(7834);function lR(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function lL(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function lZ(e){return[e.horizontal,e.vertical].map(e=>"number"==typeof e?`${e}px`:e).join(" ")}function lN(e){return"function"==typeof e?e():e}let lB=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],paper:["paper"]},lO,t)},lz=(0,S.ZP)(lD,{name:"MuiPopover",slot:"Root",overridesResolver:(e,t)=>t.root})({}),lF=(0,S.ZP)(lP.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}),lj=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiPopover"}),{action:r,anchorEl:i,anchorOrigin:o={vertical:"top",horizontal:"left"},anchorPosition:a,anchorReference:s="anchorEl",children:l,className:u,container:c,elevation:d=8,marginThreshold:h=16,open:p,PaperProps:m={},slots:y={},slotProps:x={},transformOrigin:b={vertical:"top",horizontal:"left"},TransitionComponent:w,transitionDuration:S="auto",TransitionProps:C={},disableScrollLock:M=!1,...T}=n,A=g.useRef(),_={...n,anchorOrigin:o,anchorReference:s,elevation:d,marginThreshold:h,transformOrigin:b,TransitionComponent:w,transitionDuration:S,TransitionProps:C},I=lB(_),D=g.useCallback(()=>{if("anchorPosition"===s)return a;let e=lN(i),t=(e&&1===e.nodeType?e:(0,sT.Z)(A.current).body).getBoundingClientRect();return{top:t.top+lR(t,o.vertical),left:t.left+lL(t,o.horizontal)}},[i,o.horizontal,o.vertical,a,s]),P=g.useCallback(e=>({vertical:lR(e,b.vertical),horizontal:lL(e,b.horizontal)}),[b.horizontal,b.vertical]),O=g.useCallback(e=>{let t={width:e.offsetWidth,height:e.offsetHeight},n=P(t);if("none"===s)return{top:null,left:null,transformOrigin:lZ(n)};let r=D(),o=r.top-n.vertical,a=r.left-n.horizontal,l=o+t.height,u=a+t.width,c=(0,sz.Z)(lN(i)),d=c.innerHeight-h,p=c.innerWidth-h;if(null!==h&&o<h){let e=o-h;o-=e,n.vertical+=e}else if(null!==h&&l>d){let e=l-d;o-=e,n.vertical+=e}if(null!==h&&a<h){let e=a-h;a-=e,n.horizontal+=e}else if(u>p){let e=u-p;a-=e,n.horizontal+=e}return{top:`${Math.round(o)}px`,left:`${Math.round(a)}px`,transformOrigin:lZ(n)}},[i,s,D,P,h]),[E,R]=g.useState(p),L=g.useCallback(()=>{let e=A.current;if(!e)return;let t=O(e);null!==t.top&&e.style.setProperty("top",t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin,R(!0)},[O]);g.useEffect(()=>(M&&window.addEventListener("scroll",L),()=>window.removeEventListener("scroll",L)),[i,M,L]);let Z=()=>{L()},N=()=>{R(!1)};g.useEffect(()=>{p&&L()}),g.useImperativeHandle(r,()=>p?{updatePosition:()=>{L()}}:null,[p,L]),g.useEffect(()=>{if(!p)return;let e=(0,sW.Z)(()=>{L()}),t=(0,sz.Z)(i);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[i,p,L]);let B=S,z={slots:{transition:w,...y},slotProps:{transition:C,paper:m,...x}},[F,j]=(0,lc.Z)("transition",{elementType:lr,externalForwardedProps:z,ownerState:_,getSlotProps:e=>({...e,onEntering:(t,n)=>{e.onEntering?.(t,n),Z()},onExited:t=>{e.onExited?.(t),N()}}),additionalProps:{appear:!0,in:p}});"auto"!==S||F.muiSupportAuto||(B=void 0);let V=c||(i?(0,sT.Z)(lN(i)).body:void 0),[$,{slots:H,slotProps:W,...G}]=(0,lc.Z)("root",{ref:t,elementType:lz,externalForwardedProps:{...z,...T},shouldForwardComponentProp:!0,additionalProps:{slots:{backdrop:y.backdrop},slotProps:{backdrop:(0,lE.Z)("function"==typeof x.backdrop?x.backdrop(_):x.backdrop,{invisible:!0})},container:V,open:p},ownerState:_,className:(0,v.Z)(I.root,u)}),[U,q]=(0,lc.Z)("paper",{ref:A,className:I.paper,elementType:lF,externalForwardedProps:z,shouldForwardComponentProp:!0,additionalProps:{elevation:d,style:E?void 0:{opacity:0}},ownerState:_});return(0,f.jsx)($,{...G,...!aD($)&&{slots:H,slotProps:W,disableScrollLock:M},children:(0,f.jsx)(F,{...j,timeout:B,children:(0,f.jsx)(U,{...q,children:l})})})});function lV(e){return(0,A.ZP)("MuiMenu",e)}(0,T.Z)("MuiMenu",["root","paper","list"]);let l$={vertical:"top",horizontal:"right"},lH={vertical:"top",horizontal:"left"},lW=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],paper:["paper"],list:["list"]},lV,t)},lG=(0,S.ZP)(lj,{shouldForwardProp:e=>(0,N.Z)(e)||"classes"===e,name:"MuiMenu",slot:"Root",overridesResolver:(e,t)=>t.root})({}),lU=(0,S.ZP)(lF,{name:"MuiMenu",slot:"Paper",overridesResolver:(e,t)=>t.paper})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),lq=(0,S.ZP)(sH,{name:"MuiMenu",slot:"List",overridesResolver:(e,t)=>t.list})({outline:0}),lY=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiMenu"}),{autoFocus:r=!0,children:i,className:o,disableAutoFocusItem:a=!1,MenuListProps:s={},onClose:l,open:u,PaperProps:c={},PopoverClasses:d,transitionDuration:h="auto",TransitionProps:{onEntering:p,...m}={},variant:y="selectedMenu",slots:x={},slotProps:b={},...w}=n,S=s_(),C={...n,autoFocus:r,disableAutoFocusItem:a,MenuListProps:s,onEntering:p,PaperProps:c,transitionDuration:h,TransitionProps:m,variant:y},M=lW(C),T=r&&!a&&u,A=g.useRef(null),_=(e,t)=>{A.current&&A.current.adjustStyleForScrollbar(e,{direction:S?"rtl":"ltr"}),p&&p(e,t)},I=e=>{"Tab"===e.key&&(e.preventDefault(),l&&l(e,"tabKeyDown"))},D=-1;g.Children.map(i,(e,t)=>{g.isValidElement(e)&&(e.props.disabled||("selectedMenu"===y&&e.props.selected?D=t:-1!==D||(D=t)))});let P={slots:x,slotProps:{list:s,transition:m,paper:c,...b}},O=sO({elementType:x.root,externalSlotProps:b.root,ownerState:C,className:[M.root,o]}),[E,R]=(0,lc.Z)("paper",{className:M.paper,elementType:lU,externalForwardedProps:P,shouldForwardComponentProp:!0,ownerState:C}),[L,Z]=(0,lc.Z)("list",{className:(0,v.Z)(M.list,s.className),elementType:lq,shouldForwardComponentProp:!0,externalForwardedProps:P,getSlotProps:e=>({...e,onKeyDown:t=>{I(t),e.onKeyDown?.(t)}}),ownerState:C}),N="function"==typeof P.slotProps.transition?P.slotProps.transition(C):P.slotProps.transition;return(0,f.jsx)(lG,{onClose:l,anchorOrigin:{vertical:"bottom",horizontal:S?"right":"left"},transformOrigin:S?l$:lH,slots:{root:x.root,paper:E,backdrop:x.backdrop,...x.transition&&{transition:x.transition}},slotProps:{root:O,paper:R,backdrop:"function"==typeof b.backdrop?b.backdrop(C):b.backdrop,transition:{...N,onEntering:(...e)=>{_(...e),N?.onEntering?.(...e)}}},open:u,ref:t,transitionDuration:h,ownerState:C,...w,classes:d,children:(0,f.jsx)(L,{actions:A,autoFocus:r&&(-1===D||a),autoFocusItem:T,variant:y,...Z,children:i})})});function lK(e){return(0,A.ZP)("MuiNativeSelect",e)}let lX=(0,T.Z)("MuiNativeSelect",["root","select","multiple","filled","outlined","standard","disabled","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]),lJ=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,w.Z)(n)}`,o&&"iconOpen",r&&"disabled"]};return(0,y.Z)(s,lK,t)},lQ=(0,S.ZP)("select")(({theme:e})=>({MozAppearance:"none",WebkitAppearance:"none",userSelect:"none",borderRadius:0,cursor:"pointer","&:focus":{borderRadius:0},[`&.${lX.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}}}]})),l0=(0,S.ZP)(lQ,{name:"MuiNativeSelect",slot:"Select",shouldForwardProp:N.Z,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.select,t[n.variant],n.error&&t.error,{[`&.${lX.multiple}`]:t.multiple}]}})({}),l1=(0,S.ZP)("svg")(({theme:e})=>({position:"absolute",right:0,top:"calc(50% - .5em)",pointerEvents:"none",color:(e.vars||e).palette.action.active,[`&.${lX.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}}]})),l2=(0,S.ZP)(l1,{name:"MuiNativeSelect",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${(0,w.Z)(n.variant)}`],n.open&&t.iconOpen]}})({}),l5=g.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=lJ(u);return(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)(l0,{ownerState:u,className:(0,v.Z)(c.select,n),disabled:r,ref:a||t,...l}),e.multiple?null:(0,f.jsx)(l2,{as:o,ownerState:u,className:c.icon})]})});var l3=n(4005),l4=n(8817);function l6(e){return(0,A.ZP)("MuiSelect",e)}let l8=(0,T.Z)("MuiSelect",["root","select","multiple","filled","outlined","standard","disabled","focused","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]),l9=(0,S.ZP)(lQ,{name:"MuiSelect",slot:"Select",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`&.${l8.select}`]:t.select},{[`&.${l8.select}`]:t[n.variant]},{[`&.${l8.error}`]:t.error},{[`&.${l8.multiple}`]:t.multiple}]}})({[`&.${l8.select}`]:{height:"auto",minHeight:"1.4375em",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}),l7=(0,S.ZP)(l1,{name:"MuiSelect",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${(0,w.Z)(n.variant)}`],n.open&&t.iconOpen]}})({}),ue=(0,S.ZP)("input",{shouldForwardProp:e=>(0,l3.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 ut(e,t){return"object"==typeof t&&null!==t?e===t:String(e)===String(t)}let un=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,w.Z)(n)}`,o&&"iconOpen",r&&"disabled"],nativeInput:["nativeInput"]};return(0,y.Z)(s,l6,t)},ur=g.forwardRef(function(e,t){var n;let r,i,o;let{"aria-describedby":a,"aria-label":s,autoFocus:l,autoWidth:u,children:c,className:d,defaultOpen:h,defaultValue:p,disabled:m,displayEmpty:y,error:x=!1,IconComponent:b,inputRef:w,labelId:S,MenuProps:C={},multiple:M,name:k,onBlur:T,onChange:A,onClose:_,onFocus:I,onOpen:D,open:P,readOnly:O,renderValue:E,required:R,SelectDisplayProps:L={},tabIndex:Z,type:N,value:B,variant:z="standard",...F}=e,[j,V]=(0,l4.Z)({controlled:B,default:p,name:"Select"}),[$,H]=(0,l4.Z)({controlled:P,default:h,name:"Select"}),W=g.useRef(null),G=g.useRef(null),[U,q]=g.useState(null),{current:Y}=g.useRef(null!=P),[K,X]=g.useState(),J=(0,aL.Z)(t,w),Q=g.useCallback(e=>{G.current=e,e&&q(e)},[]),ee=U?.parentNode;g.useImperativeHandle(J,()=>({focus:()=>{G.current.focus()},node:W.current,value:j}),[j]),g.useEffect(()=>{h&&$&&U&&!Y&&(X(u?null:ee.clientWidth),G.current.focus())},[U,u]),g.useEffect(()=>{l&&G.current.focus()},[l]),g.useEffect(()=>{if(!S)return;let e=(0,sT.Z)(G.current).getElementById(S);if(e){let t=()=>{getSelection().isCollapsed&&G.current.focus()};return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}},[S]);let et=(e,t)=>{e?D&&D(t):_&&_(t),Y||(X(u?null:ee.clientWidth),H(e))},en=g.Children.toArray(c),er=e=>t=>{let n;if(t.currentTarget.hasAttribute("tabindex")){if(M){n=Array.isArray(j)?j.slice():[];let t=j.indexOf(e.props.value);-1===t?n.push(e.props.value):n.splice(t,1)}else n=e.props.value;if(e.props.onClick&&e.props.onClick(t),j!==n&&(V(n),A)){let r=t.nativeEvent||t,i=new r.constructor(r.type,r);Object.defineProperty(i,"target",{writable:!0,value:{value:n,name:k}}),A(i,e)}M||et(!1,t)}},ei=null!==U&&$;delete F["aria-invalid"];let eo=[],ea=!1;(aB({value:j})||y)&&(E?r=E(j):ea=!0);let es=en.map(e=>{let t;if(!g.isValidElement(e))return null;if(M){if(!Array.isArray(j))throw Error((0,ab.Z)(2));(t=j.some(t=>ut(t,e.props.value)))&&ea&&eo.push(e.props.children)}else(t=ut(j,e.props.value))&&ea&&(i=e.props.children);return g.cloneElement(e,{"aria-selected":t?"true":"false",onClick:er(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})});ea&&(r=M?0===eo.length?null:eo.reduce((e,t,n)=>(e.push(t),n<eo.length-1&&e.push(", "),e),[]):i);let el=K;!u&&Y&&U&&(el=ee.clientWidth),o=void 0!==Z?Z:m?null:0;let eu=L.id||(k?`mui-component-select-${k}`:void 0),ec={...e,variant:z,value:j,open:ei,error:x},ed=un(ec),eh={...C.PaperProps,...C.slotProps?.paper},ep=(0,ay.Z)();return(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)(l9,{as:"div",ref:Q,tabIndex:o,role:"combobox","aria-controls":ei?ep:void 0,"aria-disabled":m?"true":void 0,"aria-expanded":ei?"true":"false","aria-haspopup":"listbox","aria-label":s,"aria-labelledby":[S,eu].filter(Boolean).join(" ")||void 0,"aria-describedby":a,"aria-required":R?"true":void 0,"aria-invalid":x?"true":void 0,onKeyDown:e=>{!O&&[" ","ArrowUp","ArrowDown","Enter"].includes(e.key)&&(e.preventDefault(),et(!0,e))},onMouseDown:m||O?null:e=>{0===e.button&&(e.preventDefault(),G.current.focus(),et(!0,e))},onBlur:e=>{!ei&&T&&(Object.defineProperty(e,"target",{writable:!0,value:{value:j,name:k}}),T(e))},onFocus:I,...L,ownerState:ec,className:(0,v.Z)(L.className,ed.select,d),id:eu,children:null!=(n=r)&&("string"!=typeof n||n.trim())?r:uO||(uO=(0,f.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""}))}),(0,f.jsx)(ue,{"aria-invalid":x,value:Array.isArray(j)?j.join(","):j,name:k,ref:W,"aria-hidden":!0,onChange:e=>{let t=en.find(t=>t.props.value===e.target.value);void 0!==t&&(V(t.props.value),A&&A(e,t))},tabIndex:-1,disabled:m,className:ed.nativeInput,autoFocus:l,required:R,...F,ownerState:ec}),(0,f.jsx)(l7,{as:b,className:ed.icon,ownerState:ec}),(0,f.jsx)(lY,{id:`menu-${k||""}`,anchorEl:ee,open:ei,onClose:e=>{et(!1,e)},anchorOrigin:{vertical:"bottom",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"},...C,slotProps:{...C.slotProps,list:{"aria-labelledby":S,role:"listbox","aria-multiselectable":M?"true":void 0,disableListWrap:!0,id:ep,...C.MenuListProps},paper:{...eh,style:{minWidth:el,...null!=eh?eh.style:null}}},children:es})]})});var ui=n(247);let uo=(0,ui.Z)((0,f.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),ua=e=>{let{classes:t}=e,n=(0,y.Z)({root:["root"]},l6,t);return{...t,...n}},us={name:"MuiSelect",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,N.Z)(e)&&"variant"!==e,slot:"Root"},ul=(0,S.ZP)(aQ,us)(""),uu=(0,S.ZP)(si,us)(""),uc=(0,S.ZP)(a4,us)(""),ud=g.forwardRef(function(e,t){let n=(0,k.i)({name:"MuiSelect",props:e}),{autoWidth:r=!1,children:i,classes:o={},className:a,defaultOpen:s=!1,displayEmpty:l=!1,IconComponent:u=uo,id:c,input:d,inputProps:h,label:p,labelId:m,MenuProps:y,multiple:x=!1,native:b=!1,onClose:w,onOpen:S,open:C,renderValue:M,SelectDisplayProps:T,variant:A="outlined",..._}=n,I=aP({props:n,muiFormControl:aE(),states:["variant","error"]}),D=I.variant||A,P={...n,variant:D,classes:o},O=ua(P),{root:E,...R}=O,L=d||({standard:(0,f.jsx)(ul,{ownerState:P}),outlined:(0,f.jsx)(uu,{label:p,ownerState:P}),filled:(0,f.jsx)(uc,{ownerState:P})})[D],Z=(0,aL.Z)(t,sk(L));return(0,f.jsx)(g.Fragment,{children:g.cloneElement(L,{inputComponent:b?l5:ur,inputProps:{children:i,error:I.error,IconComponent:u,variant:D,type:void 0,multiple:x,...b?{id:c}:{autoWidth:r,defaultOpen:s,displayEmpty:l,labelId:m,MenuProps:y,onClose:w,onOpen:S,open:C,renderValue:M,SelectDisplayProps:{id:c,...T}},...h,classes:h?(0,ax.Z)(R,h.classes):R,...d?d.props.inputProps:{}},...(x&&b||l)&&"outlined"===D?{notched:!0}:{},ref:Z,className:(0,v.Z)(L.props.className,a,O.root),...!d&&{variant:D},..._})})});function uh(e){return(0,A.ZP)("MuiTextField",e)}ud.muiName="Select",(0,T.Z)("MuiTextField",["root"]);let up={standard:aQ,filled:a4,outlined:si},uf=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},uh,t)},ug=(0,S.ZP)(sx,{name:"MuiTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),um=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiTextField"}),{autoComplete:r,autoFocus:i=!1,children:o,className:a,color:s="primary",defaultValue:l,disabled:u=!1,error:c=!1,FormHelperTextProps:d,fullWidth:h=!1,helperText:p,id:g,InputLabelProps:m,inputProps:y,InputProps:x,inputRef:b,label:w,maxRows:S,minRows:C,multiline:M=!1,name:T,onBlur:A,onChange:_,onFocus:I,placeholder:D,required:P=!1,rows:O,select:E=!1,SelectProps:R,slots:L={},slotProps:Z={},type:N,value:B,variant:z="outlined",...F}=n,j={...n,autoFocus:i,color:s,disabled:u,error:c,fullWidth:h,multiline:M,required:P,select:E,variant:z},V=uf(j),$=(0,ay.Z)(g),H=p&&$?`${$}-helper-text`:void 0,W=w&&$?`${$}-label`:void 0,G=up[z],U={slots:L,slotProps:{input:x,inputLabel:m,htmlInput:y,formHelperText:d,select:R,...Z}},q={},Y=U.slotProps.inputLabel;"outlined"===z&&(Y&&void 0!==Y.shrink&&(q.notched=Y.shrink),q.label=w),E&&(R&&R.native||(q.id=void 0),q["aria-describedby"]=void 0);let[K,X]=(0,lc.Z)("input",{elementType:G,externalForwardedProps:U,additionalProps:q,ownerState:j}),[J,Q]=(0,lc.Z)("inputLabel",{elementType:sf,externalForwardedProps:U,ownerState:j}),[ee,et]=(0,lc.Z)("htmlInput",{elementType:"input",externalForwardedProps:U,ownerState:j}),[en,er]=(0,lc.Z)("formHelperText",{elementType:sM,externalForwardedProps:U,ownerState:j}),[ei,eo]=(0,lc.Z)("select",{elementType:ud,externalForwardedProps:U,ownerState:j}),ea=(0,f.jsx)(K,{"aria-describedby":H,autoComplete:r,autoFocus:i,defaultValue:l,fullWidth:h,multiline:M,name:T,rows:O,maxRows:S,minRows:C,type:N,value:B,id:$,inputRef:b,onBlur:A,onChange:_,onFocus:I,placeholder:D,inputProps:et,slots:{input:L.htmlInput?ee:void 0},...X});return(0,f.jsxs)(ug,{className:(0,v.Z)(V.root,a),disabled:u,error:c,fullWidth:h,ref:t,required:P,color:s,variant:z,ownerState:j,...F,children:[null!=w&&""!==w&&(0,f.jsx)(J,{htmlFor:$,id:W,...Q,children:w}),E?(0,f.jsx)(ei,{"aria-describedby":H,id:$,labelId:W,value:B,input:ea,...eo,children:o}):ea,p&&(0,f.jsx)(en,{id:H,...er,children:p})]})});function uv(){return(uv=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 uy(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 ux(e){var t=(0,g.useRef)(e),n=(0,g.useRef)(function(e){t.current&&t.current(e)});return t.current=e,n.current}var ub,uw,uS,uC,uM,uk,uT,uA,u_,uI,uD,uP,uO,uE,uR=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e<t?t:e},uL=function(e){return"touches"in e},uZ=function(e){return e&&e.ownerDocument.defaultView||self},uN=function(e,t,n){var r=e.getBoundingClientRect(),i=uL(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:uR((i.pageX-(r.left+uZ(e).pageXOffset))/r.width),top:uR((i.pageY-(r.top+uZ(e).pageYOffset))/r.height)}},uB=function(e){uL(e)||e.preventDefault()},uz=g.memo(function(e){var t=e.onMove,n=e.onKey,r=uy(e,["onMove","onKey"]),i=(0,g.useRef)(null),o=ux(t),a=ux(n),s=(0,g.useRef)(null),l=(0,g.useRef)(!1),u=(0,g.useMemo)(function(){var e=function(e){uB(e),(uL(e)?e.touches.length>0:e.buttons>0)&&i.current?o(uN(i.current,e,s.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=l.current,o=uZ(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&&(uB(t),(!l.current||uL(t))&&r)){if(uL(t)){l.current=!0;var a=t.changedTouches||[];a.length&&(s.current=a[0].identifier)}r.focus(),o(uN(r,t,s.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),a({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]},[a,o]),c=u[0],d=u[1],h=u[2];return(0,g.useEffect)(function(){return h},[h]),g.createElement("div",uv({},r,{onTouchStart:c,onMouseDown:c,className:"react-colorful__interactive",ref:i,onKeyDown:d,tabIndex:0,role:"slider"}))}),uF=function(e){return e.filter(Boolean).join(" ")},uj=function(e){var t=e.color,n=e.left,r=e.top,i=uF(["react-colorful__pointer",e.className]);return g.createElement("div",{className:i,style:{top:100*(void 0===r?.5:r)+"%",left:100*n+"%"}},g.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},uV=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},u$=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?uV(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?uV(parseInt(e.substring(6,8),16)/255,2):1}},uH=function(e){var t=e.s,n=e.v,r=e.a,i=(200-t)*n/100;return{h:uV(e.h),s:uV(i>0&&i<200?t*n/100/(i<=100?i:200-i)*100:0),l:uV(i/2),a:uV(r,2)}},uW=function(e){var t=uH(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},uG=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:uV(255*[r,s,a,a,l,r][u]),g:uV(255*[l,r,r,s,a,a][u]),b:uV(255*[a,a,l,r,r,s][u]),a:uV(i,2)}},uU=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},uq=function(e){var t=e.r,n=e.g,r=e.b,i=e.a,o=i<1?uU(uV(255*i)):"";return"#"+uU(t)+uU(n)+uU(r)+o},uY=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:uV(60*(s<0?s+6:s)),s:uV(o?a/o*100:0),v:uV(o/255*100),a:i}},uK=g.memo(function(e){var t=e.hue,n=e.onChange,r=uF(["react-colorful__hue",e.className]);return g.createElement("div",{className:r},g.createElement(uz,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:uR(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":uV(t),"aria-valuemax":"360","aria-valuemin":"0"},g.createElement(uj,{className:"react-colorful__hue-pointer",left:t/360,color:uW({h:t,s:100,v:100,a:1})})))}),uX=g.memo(function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:uW({h:t.h,s:100,v:100,a:1})};return g.createElement("div",{className:"react-colorful__saturation",style:r},g.createElement(uz,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:uR(t.s+100*e.left,0,100),v:uR(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+uV(t.s)+"%, Brightness "+uV(t.v)+"%"},g.createElement(uj,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:uW(t)})))}),uJ=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},uQ="undefined"!=typeof window?g.useLayoutEffect:g.useEffect,u0=new Map,u1=function(e){uQ(function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!u0.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}',u0.set(t,r);var i=uE||n.nc;i&&r.setAttribute("nonce",i),t.head.appendChild(r)}},[])},u2=function(e){var t,n,r,i,o,a=e.className,s=e.colorModel,l=e.color,u=void 0===l?s.defaultColor:l,c=e.onChange,d=uy(e,["className","colorModel","color","onChange"]),h=(0,g.useRef)(null);u1(h);var p=(t=ux(c),r=(n=(0,g.useState)(function(){return s.toHsva(u)}))[0],i=n[1],o=(0,g.useRef)({color:u,hsva:r}),(0,g.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,g.useEffect)(function(){var e;uJ(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,g.useCallback)(function(e){i(function(t){return Object.assign({},t,e)})},[])]),f=p[0],m=p[1],v=uF(["react-colorful",a]);return g.createElement("div",uv({},d,{ref:h,className:v}),g.createElement(uX,{hsva:f,onChange:m}),g.createElement(uK,{hue:f.h,onChange:m,className:"react-colorful__last-control"}))},u5={defaultColor:"000",toHsva:function(e){return uY(u$(e))},fromHsva:function(e){return uq(uG({h:e.h,s:e.s,v:e.v,a:1}))},equal:function(e,t){return e.toLowerCase()===t.toLowerCase()||uJ(u$(e),u$(t))}},u3=function(e){return g.createElement(u2,uv({},e,{colorModel:u5}))},u4=n(791),u6=n(354);let u8=({color:e,onChange:t,onClear:n,palette:r})=>{let[i,o]=(0,g.useState)(e),a=e=>{o(e),t?.(e)};return(0,f.jsxs)(am.Z,{spacing:1,children:[(0,f.jsx)(u3,{color:e,onChange:a,style:{width:"100%"}}),(0,f.jsx)(am.Z,{direction:"row",flexWrap:"wrap",justifyContent:"space-evenly",width:"200px",children:r&&r.map((e,t)=>(0,f.jsx)(av.Z,{size:"small","aria-label":`change color to ${e}`,sx:{color:e},onClick:()=>a(e),children:(0,f.jsx)(u4.default,{})},t))}),(0,f.jsxs)(am.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,f.jsx)(um,{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}`),u9(e.target.value)&&t?.(e.target.value)}}),n&&(0,f.jsx)(av.Z,{onClick:n,children:(0,f.jsx)(u6.default,{})})]})]})},u9=(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 u7({label:e,color:t,onColorChange:n,onClear:r}){let[i,o]=(0,g.useState)(null),a=!!i,{thresholds:{defaultColor:s,palette:l}}=iG();return(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(ce,{size:"small","aria-label":`change ${e} color`,isSelected:a,iconColor:t,onClick:e=>{o(e.currentTarget)},children:(0,f.jsx)(u4.default,{})}),(0,f.jsx)(lj,{"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,f.jsx)(u8,{color:t,palette:[s,...l],onChange:n,onClear:r})})]})}let ce=(0,S.ZP)(av.Z,{shouldForwardProp:e=>"isSelected"!==e&&"iconColor"!==e})(({iconColor:e,isSelected:t})=>({backgroundColor:t&&e?`${e}3F`:"undefined",color:e})),ct=["list","table"],cn=["small","medium"],cr={mode:"list",size:"medium"};function ci(e){return e&&ct.includes(e)?e:cr.mode}var co=Symbol.for("immer-nothing"),ca=Symbol.for("immer-draftable"),cs=Symbol.for("immer-state");function cl(e,...t){throw Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var cu=Object.getPrototypeOf;function cc(e){return!!e&&!!e[cs]}function cd(e){return!!e&&(cp(e)||Array.isArray(e)||!!e[ca]||!!e.constructor?.[ca]||cy(e)||cx(e))}var ch=Object.prototype.constructor.toString();function cp(e){if(!e||"object"!=typeof e)return!1;let t=cu(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)===ch}function cf(e,t){0===cg(e)?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function cg(e){let t=e[cs];return t?t.type_:Array.isArray(e)?1:cy(e)?2:3*!!cx(e)}function cm(e,t){return 2===cg(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function cv(e,t,n){let r=cg(e);2===r?e.set(t,n):3===r?e.add(n):e[t]=n}function cy(e){return e instanceof Map}function cx(e){return e instanceof Set}function cb(e){return e.copy_||e.base_}function cw(e,t){if(cy(e))return new Map(e);if(cx(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let n=cp(e);if(!0!==t&&("class_only"!==t||n)){let t=cu(e);return null!==t&&n?{...e}:Object.assign(Object.create(t),e)}{let t=Object.getOwnPropertyDescriptors(e);delete t[cs];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(cu(e),t)}}function cS(e,t=!1){return cM(e)||cc(e)||!cd(e)||(cg(e)>1&&(e.set=e.add=e.clear=e.delete=cC),Object.freeze(e),t&&Object.entries(e).forEach(([e,t])=>cS(t,!0))),e}function cC(){cl(2)}function cM(e){return Object.isFrozen(e)}var ck={};function cT(e){let t=ck[e];return t||cl(0,e),t}function cA(e,t){t&&(cT("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function c_(e){cI(e),e.drafts_.forEach(cP),e.drafts_=null}function cI(e){e===BV&&(BV=e.parent_)}function cD(e){return BV={drafts_:[],parent_:BV,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function cP(e){let t=e[cs];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function cO(e,t){t.unfinalizedDrafts_=t.drafts_.length;let n=t.drafts_[0];return void 0!==e&&e!==n?(n[cs].modified_&&(c_(t),cl(4)),cd(e)&&(e=cE(t,e),t.parent_||cL(t,e)),t.patches_&&cT("Patches").generateReplacementPatches_(n[cs].base_,e,t.patches_,t.inversePatches_)):e=cE(t,n,[]),c_(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==co?e:void 0}function cE(e,t,n){if(cM(t))return t;let r=t[cs];if(!r)return cf(t,(i,o)=>cR(e,r,t,i,o,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return cL(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),cf(i,(i,a)=>cR(e,r,t,i,a,n,o)),cL(e,t,!1),n&&e.patches_&&cT("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function cR(e,t,n,r,i,o,a){if(cc(i)){let a=cE(e,i,o&&t&&3!==t.type_&&!cm(t.assigned_,r)?o.concat(r):void 0);if(cv(n,r,a),!cc(a))return;e.canAutoFreeze_=!1}else a&&n.add(i);if(cd(i)&&!cM(i)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;cE(e,i),(!t||!t.scope_.parent_)&&"symbol"!=typeof r&&Object.prototype.propertyIsEnumerable.call(n,r)&&cL(e,i)}}function cL(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&cS(t,n)}var cZ={get(e,t){if(t===cs)return e;let n=cb(e);if(!cm(n,t))return function(e,t,n){let r=cz(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_||!cd(r)?r:r===cB(e.base_,t)?(cj(e),e.copy_[t]=cV(r,e)):r},has:(e,t)=>t in cb(e),ownKeys:e=>Reflect.ownKeys(cb(e)),set(e,t,n){let r=cz(cb(e),t);if(r?.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){let r=cB(cb(e),t),i=r?.[cs];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||cm(e.base_,t)))return!0;cj(e),cF(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!==cB(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,cj(e),cF(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){let n=cb(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:r.enumerable,value:n[t]}:r},defineProperty(){cl(11)},getPrototypeOf:e=>cu(e.base_),setPrototypeOf(){cl(12)}},cN={};function cB(e,t){let n=e[cs];return(n?cb(n):e)[t]}function cz(e,t){if(!(t in e))return;let n=cu(e);for(;n;){let e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=cu(n)}}function cF(e){!e.modified_&&(e.modified_=!0,e.parent_&&cF(e.parent_))}function cj(e){e.copy_||(e.copy_=cw(e.base_,e.scope_.immer_.useStrictShallowCopy_))}function cV(e,t){let n=cy(e)?cT("MapSet").proxyMap_(e,t):cx(e)?cT("MapSet").proxySet_(e,t):function(e,t){let n=Array.isArray(e),r={type_:+!!n,scope_:t?t.scope_:BV,modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},i=r,o=cZ;n&&(i=[r],o=cN);let{revoke:a,proxy:s}=Proxy.revocable(i,o);return r.draft_=s,r.revoke_=a,s}(e,t);return(t?t.scope_:BV).drafts_.push(n),n}cf(cZ,(e,t)=>{cN[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),cN.deleteProperty=function(e,t){return cN.set.call(this,e,t,void 0)},cN.set=function(e,t,n){return cZ.set.call(this,e[0],t,n,e[0])};var c$=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&&cl(6),void 0!==n&&"function"!=typeof n&&cl(7),cd(e)){let i=cD(this),o=cV(e,void 0),a=!0;try{r=t(o),a=!1}finally{a?c_(i):cI(i)}return cA(i,n),cO(r,i)}if(e&&"object"==typeof e)cl(1,e);else{if(void 0===(r=t(e))&&(r=e),r===co&&(r=void 0),this.autoFreeze_&&cS(r,!0),n){let t=[],i=[];cT("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;cd(e)||cl(8),cc(e)&&(cc(t=e)||cl(10,t),e=function e(t){let n;if(!cd(t)||cM(t))return t;let r=t[cs];if(r){if(!r.modified_)return r.base_;r.finalized_=!0,n=cw(t,r.scope_.immer_.useStrictShallowCopy_)}else n=cw(t,!0);return cf(n,(t,r)=>{cv(n,t,e(r))}),r&&(r.finalized_=!1),n}(t));let n=cD(this),r=cV(e,void 0);return r[cs].isManual_=!0,cI(n),r}finishDraft(e,t){let n=e&&e[cs];n&&n.isManual_||cl(9);let{scope_:r}=n;return cA(r,t),cO(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=cT("Patches").applyPatches_;return cc(e)?r(e,t):this.produce(e,e=>r(e,t))}},cH=c$.produce;c$.produceWithPatches.bind(c$),c$.setAutoFreeze.bind(c$),c$.setUseStrictShallowCopy.bind(c$),c$.applyPatches.bind(c$),c$.createDraft.bind(c$),c$.finishDraft.bind(c$);function cW(e){e()}function cG(e,t){return n=>e(t(n))}function cU(e){return void 0!==e}function cq(){}function cY(e,t){return t(e)}function cK(...e){return e}function cX(e,t){e(0,t)}function cJ(e){e(2)}function cQ(e){return e(4)}function c0(e,t){return e(1,e=>t(0,e))}function c1(e,t){let n=e(1,e=>{n(),t(e)});return n}function c2(e){let t,n;return r=>i=>{t=i,n&&clearTimeout(n),n=setTimeout(()=>{r(t)},e)}}function c5(e,t){return e===t}function c3(e=c5){let t;return n=>r=>{e(t,r)||(t=r,n(r))}}function c4(e){return t=>n=>{e(n)&&t(n)}}function c6(e){return t=>cG(t,e)}function c8(e){return t=>()=>{t(e)}}function c9(e,...t){let n=function(...e){return t=>e.reduceRight(cY,t)}(...t);return(t,r)=>{switch(t){case 2:cJ(e);return;case 1:return e(1,n(r))}}}function c7(e,t){return n=>r=>{n(t=e(t,r))}}function de(e){return t=>n=>{e>0?e--:t(n)}}function dt(e){let t=null,n;return r=>i=>{t=i,n||(n=setTimeout(()=>{n=void 0,r(t)},e))}}function dn(...e){let t=Array(e.length),n=0,r=null,i=Math.pow(2,e.length)-1;return e.forEach((e,o)=>{let a=Math.pow(2,o);e(1,e=>{let s=n;n|=a,t[o]=e,s!==i&&n===i&&r&&(r(),r=null)})}),e=>o=>{let a=()=>{e([o].concat(t))};n===i?a():r=a}}function dr(e){let t=e,n=da();return(e,r)=>{switch(e){case 0:t=r;break;case 1:r(t);break;case 4:return t}return n(e,r)}}function di(e,t){var n;return c0(e,n=dr(t)),n}function da(){let e=[];return(t,n)=>{switch(t){case 0:e.slice().forEach(e=>{e(n)});return;case 2:e.splice(0,e.length);return;case 1:return e.push(n),()=>{let t=e.indexOf(n);t>-1&&e.splice(t,1)}}}}function ds(e){var t;return c0(e,t=da()),t}function dl(e,t=[],{singleton:n}={singleton:!0}){return{constructor:e,dependencies:t,id:du(),singleton:n}}let du=()=>Symbol();function dc(...e){let t=da(),n=Array(e.length),r=0,i=Math.pow(2,e.length)-1;return e.forEach((e,o)=>{let a=Math.pow(2,o);e(1,e=>{n[o]=e,(r|=a)===i&&t(0,n)})}),function(e,o){switch(e){case 2:cJ(t);return;case 1:return r===i&&o(n),t(1,o)}}}function dd(e,t=c5){return c9(e,c3(t))}function dh(...e){return function(t,n){switch(t){case 2:return;case 1:return function(...e){return()=>{e.map(cW)}}(...e.map(e=>e(1,n)))}}}var dp=((a=dp||{})[a.DEBUG=0]="DEBUG",a[a.INFO=1]="INFO",a[a.WARN=2]="WARN",a[a.ERROR=3]="ERROR",a);let df={0:"debug",3:"error",1:"log",2:"warn"},dg=()=>typeof globalThis>"u"?window:globalThis,dm=dl(()=>{let e=dr(3);return{log:dr((t,n,r=1)=>{var i;r>=(null!=(i=dg().VIRTUOSO_LOG_LEVEL)?i:cQ(e))&&console[df[r]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",t,n)}),logLevel:e}},[],{singleton:!0});function dv(e,t,n){return dy(e,t,n).callbackRef}function dy(e,t,n){let r=g.useRef(null),i=e=>{};if("u">typeof ResizeObserver){let o=g.useMemo(()=>new ResizeObserver(t=>{let r=()=>{let n=t[0].target;null!==n.offsetParent&&e(n)};n?r():requestAnimationFrame(r)}),[e]);i=e=>{e&&t?(o.observe(e),r.current=e):(r.current&&o.unobserve(r.current),r.current=null)}}return{callbackRef:i,ref:r}}function dx(e,t,n,r,i,o,a,s,l){return dy(g.useCallback(n=>{let l=function(e,t,n,r){let i=e.length;if(0===i)return null;let o=[];for(let a=0;a<i;a++){let i=e.item(a);if(void 0===i.dataset.index)continue;let s=parseInt(i.dataset.index),l=parseFloat(i.dataset.knownSize),u=t(i,n);if(0===u&&r("Zero-sized element, this should not happen",{child:i},dp.ERROR),u===l)continue;let c=o[o.length-1];0===o.length||c.size!==u||c.endIndex!==s-1?o.push({endIndex:s,size:u,startIndex:s}):o[o.length-1].endIndex++}return o}(n.children,t,s?"offsetWidth":"offsetHeight",i),u=n.parentElement;for(;!u.dataset.virtuosoScroller;)u=u.parentElement;let c="window"===u.lastElementChild.dataset.viewportType,d=a?s?a.scrollLeft:a.scrollTop:c?s?window.pageXOffset||document.documentElement.scrollLeft:window.pageYOffset||document.documentElement.scrollTop:s?u.scrollLeft:u.scrollTop;r({scrollHeight:a?s?a.scrollWidth:a.scrollHeight:c?s?document.documentElement.scrollWidth:document.documentElement.scrollHeight:s?u.scrollWidth:u.scrollHeight,scrollTop:Math.max(d,0),viewportHeight:a?s?a.offsetWidth:a.offsetHeight:c?s?window.innerWidth:window.innerHeight:s?u.offsetWidth:u.offsetHeight}),null==o||o(s?db("column-gap",getComputedStyle(n).columnGap,i):db("row-gap",getComputedStyle(n).rowGap,i)),null!==l&&e(l)},[e,t,i,o,a,r]),n,l)}function db(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,dp.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}function dw(e,t,n){let r=g.useRef(null),i=g.useCallback(n=>{let i,o;if(!(null!=n&&n.offsetParent))return;let a=n.getBoundingClientRect(),s=a.width;if(t){let e=t.getBoundingClientRect(),n=a.top-e.top;o=e.height-Math.max(0,n),i=n+t.scrollTop}else o=window.innerHeight-Math.max(0,a.top),i=a.top+window.pageYOffset;r.current={offsetTop:i,visibleHeight:o,visibleWidth:s},e(r.current)},[e,t]),{callbackRef:o,ref:a}=dy(i,!0,n),s=g.useCallback(()=>{i(a.current)},[i,a]);return g.useEffect(()=>{if(!t)return window.addEventListener("scroll",s),window.addEventListener("resize",s),()=>{window.removeEventListener("scroll",s),window.removeEventListener("resize",s)};{t.addEventListener("scroll",s);let e=new ResizeObserver(()=>{requestAnimationFrame(s)});return e.observe(t),()=>{t.removeEventListener("scroll",s),e.unobserve(t)}}},[s,t]),o}let dS=dl(()=>{let e=da(),t=da(),n=dr(0),r=da(),i=dr(0),o=da(),a=da(),s=dr(0),l=dr(0),u=dr(0),c=dr(0),d=da(),h=da(),p=dr(!1),f=dr(!1),g=dr(!1);return c0(c9(e,c6(({scrollTop:e})=>e)),t),c0(c9(e,c6(({scrollHeight:e})=>e)),a),c0(t,i),{deviation:n,fixedFooterHeight:u,fixedHeaderHeight:l,footerHeight:c,headerHeight:s,horizontalDirection:f,scrollBy:h,scrollContainerState:e,scrollHeight:a,scrollingInProgress:p,scrollTo:d,scrollTop:t,skipAnimationFrameInResizeObserver:g,smoothScrollTargetReached:r,statefulScrollTop:i,viewportHeight:o}},[],{singleton:!0}),dC={lvl:0};function dM(e,t){let n=e.length;if(0===n)return[];let{index:r,value:i}=t(e[0]),o=[];for(let a=1;a<n;a++){let{index:n,value:s}=t(e[a]);o.push({end:n-1,start:r,value:i}),r=n,i=s}return o.push({end:1/0,start:r,value:i}),o}function dk(e){return e===dC}function dT(e,t){if(!dk(e))return t===e.k?e.v:t<e.k?dT(e.l,t):dT(e.r,t)}function dA(e,t,n="k"){if(dk(e))return[-1/0,void 0];if(Number(e[n])===t)return[e.k,e.v];if(Number(e[n])<t){let r=dA(e.r,t,n);return r[0]===-1/0?[e.k,e.v]:r}return dA(e.l,t,n)}function d_(e,t,n){return dk(e)?dR(t,n,1):t===e.k?dO(e,{k:t,v:n}):t<e.k?dZ(dL(dO(e,{l:d_(e.l,t,n)}))):dZ(dL(dO(e,{r:d_(e.r,t,n)})))}function dI(e,t,n){if(dk(e))return[];let r=dA(e,t)[0];return dM(function e(t,n,r){if(dk(t))return[];let{k:i,l:o,r:a,v:s}=t,l=[];return i>n&&(l=l.concat(e(o,n,r))),i>=n&&i<=r&&l.push({k:i,v:s}),i<=r&&(l=l.concat(e(a,n,r))),l}(e,r,n),({k:e,v:t})=>({index:e,value:t}))}function dD(e){return dk(e)?[]:[...dD(e.l),{k:e.k,v:e.v},...dD(e.r)]}function dP(e){let{l:t,lvl:n,r:r}=e;if(r.lvl>=n-1&&t.lvl>=n-1)return e;if(n>r.lvl+1){if(dE(t))return dL(dO(e,{lvl:n-1}));if(!dk(t)&&!dk(t.r))return dO(t.r,{l:dO(t,{r:t.r.l}),lvl:n,r:dO(e,{l:t.r.r,lvl:n-1})});throw Error("Unexpected empty nodes")}if(dE(e))return dZ(dO(e,{lvl:n-1}));if(dk(r)||dk(r.l))throw Error("Unexpected empty nodes");{let t=r.l,i=dE(t)?r.lvl-1:r.lvl;return dO(t,{l:dO(e,{lvl:n-1,r:t.l}),lvl:t.lvl+1,r:dZ(dO(r,{l:t.r,lvl:i}))})}}function dO(e,t){return dR(void 0!==t.k?t.k:e.k,void 0!==t.v?t.v:e.v,void 0!==t.lvl?t.lvl:e.lvl,void 0!==t.l?t.l:e.l,void 0!==t.r?t.r:e.r)}function dE(e){return dk(e)||e.lvl>e.r.lvl}function dR(e,t,n,r=dC,i=dC){return{k:e,l:r,lvl:n,r:i,v:t}}function dL(e){let{l:t}=e;return dk(t)||t.lvl!==e.lvl?e:dO(t,{r:dO(e,{l:t.r})})}function dZ(e){let{lvl:t,r:n}=e;return dk(n)||dk(n.r)||n.lvl!==t||n.r.lvl!==t?e:dO(n,{l:dO(e,{r:n.l}),lvl:t+1})}function dN(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}function dB(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}let dz=dl(()=>({recalcInProgress:dr(!1)}),[],{singleton:!0});function dF(e,t,n,r=0){let i=e.length-1;for(;r<=i;){let o=Math.floor((r+i)/2),a=n(e[o],t);if(0===a)return o;if(-1===a){if(i-r<2)return o-1;i=o-1}else{if(i===r)return o;r=o+1}}throw Error(`Failed binary finding record in array - ${e.join(",")}, searched for ${t}`)}function dj(e,t){return Math.round(e.getBoundingClientRect()[t])}function dV(e){return!dk(e.groupOffsetTree)}function d$({index:e},t){return t===e?0:t<e?-1:1}function dH({offset:e},t){return t===e?0:t<e?-1:1}function dW(e,t,n){if(0===t.length)return 0;let{index:r,offset:i,size:o}=t[dF(t,e,d$)],a=e-r,s=o*a+(a-1)*n+i;return s>0?s+n:s}function dG(e,t){if(!dV(t))return e;let n=0;for(;t.groupIndices[n]<=e+n;)n++;return e+n}function dU(e,t,n){if("u">typeof e.groupIndex)return t.groupIndices[e.groupIndex]+1;{let r=dG("LAST"===e.index?n:e.index,t);return Math.max(0,r,Math.min(n,r))}}function dq(e,[t,n,r,i]){t.length>0&&r("received item sizes",t,dp.DEBUG);let o=e.sizeTree,a=o,s=0;if(n.length>0&&dk(o)&&2===t.length){let e=t[0].size,r=t[1].size;a=n.reduce((t,n)=>d_(d_(t,n,e),n+1,r),a)}else[a,s]=function(e,t){let n=dk(e)?0:1/0;for(let r of t){let{endIndex:t,size:i,startIndex:o}=r;if(n=Math.min(n,o),dk(e)){e=d_(e,0,i);continue}let a=dI(e,o-1,t+1);if(a.some(function(e){let{endIndex:t,size:n,startIndex:r}=e;return e=>e.start===r&&(e.end===t||e.end===1/0)&&e.value===n}(r)))continue;let s=!1,l=!1;for(let{end:n,start:r,value:o}of a)s?(t>=r||i===o)&&(e=function e(t,n){if(dk(t))return dC;let{k:r,l:i,r:o}=t;if(n!==r)return n<r?dP(dO(t,{l:e(i,n)})):dP(dO(t,{r:e(o,n)}));if(dk(i))return o;if(dk(o))return i;{let[e,n]=function e(t){return dk(t.r)?[t.k,t.v]:e(t.r)}(i);return dP(dO(t,{k:e,l:function e(t){return dk(t.r)?t.l:dP(dO(t,{r:e(t.r)}))}(i),v:n}))}}(e,r)):(l=o!==i,s=!0),n>t&&t>=r&&o!==i&&(e=d_(e,t+1,o));l&&(e=d_(e,o,i))}return[e,n]}(a,t);if(a===o)return e;let{lastIndex:l,lastOffset:u,lastSize:c,offsetTree:d}=dK(e.offsetTree,s,a,i);return{groupIndices:n,groupOffsetTree:n.reduce((e,t)=>d_(e,t,dW(t,d,i)),dC),lastIndex:l,lastOffset:u,lastSize:c,offsetTree:d,sizeTree:a}}function dY(e,t){let n=0,r=0;for(;n<e;)n+=t[r+1]-t[r]-1,r++;return r-+(n!==e)}function dK(e,t,n,r){let i=e,o=0,a=0,s=0,l=0;if(0!==t){l=dF(i,t-1,d$),s=i[l].offset;let e=dA(n,t-1);o=e[0],a=e[1],i.length&&i[l].size===dA(n,t)[1]&&(l-=1),i=i.slice(0,l+1)}else i=[];for(let{start:e,value:l}of dI(n,t,1/0)){let t=e-o,n=t*a+s+t*r;i.push({index:e,offset:n,size:l}),o=e,s=n,a=l}return{lastIndex:o,lastOffset:s,lastSize:a,offsetTree:i}}function dX(e){return{index:e.index,value:e}}let dJ={offsetHeight:"height",offsetWidth:"width"},dQ=dl(([{log:e},{recalcInProgress:t}])=>{let n=da(),r=da(),i=di(r,0),o=da(),a=da(),s=dr(0),l=dr([]),u=dr(void 0),c=dr(void 0),d=dr((e,t)=>dj(e,dJ[t])),h=dr(void 0),p=dr(0),f={groupIndices:[],groupOffsetTree:dC,lastIndex:0,lastOffset:0,lastSize:0,offsetTree:[],sizeTree:dC},g=di(c9(n,dn(l,e,p),c7(dq,f),c3()),f),m=di(c9(l,c3(),c7((e,t)=>({current:t,prev:e.current}),{current:[],prev:[]}),c6(({prev:e})=>e)),[]);c0(c9(l,c4(e=>e.length>0),dn(g,p),c6(([e,t,n])=>{let r=e.reduce((e,r,i)=>d_(e,r,dW(r,t.offsetTree,n)||i),dC);return{...t,groupIndices:e,groupOffsetTree:r}})),g),c0(c9(r,dn(g),c4(([e,{lastIndex:t}])=>e<t),c6(([e,{lastIndex:t,lastSize:n}])=>[{endIndex:t,size:n,startIndex:e}])),n),c0(u,c);let v=di(c9(u,c6(e=>void 0===e)),!0);c0(c9(c,c4(e=>void 0!==e&&dk(cQ(g).sizeTree)),c6(e=>[{endIndex:0,size:e,startIndex:0}])),n);let y=ds(c9(n,dn(g),c7(({sizes:e},[t,n])=>({changed:n!==e,sizes:n}),{changed:!1,sizes:f}),c6(e=>e.changed)));c9(s,c7((e,t)=>({diff:e.prev-t,prev:t}),{diff:0,prev:0}),c6(e=>e.diff))(1,e=>{let{groupIndices:n}=cQ(g);if(e>0)t(0,!0),o(0,e+dY(e,n));else if(e<0){let t=cQ(m);t.length>0&&(e-=dY(-e,t)),a(0,e)}}),c9(s,dn(e))(1,([e,t])=>{e<0&&t("`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",{firstItemIndex:s},dp.ERROR)});let x=ds(o);c0(c9(o,dn(g),c6(([e,t])=>{let n=t.groupIndices.length>0,r=[],i=t.lastSize;if(n){let n=dT(t.sizeTree,0),o=0,a=0;for(;o<e;){let e=t.groupIndices[a],s=t.groupIndices.length===a+1?1/0:t.groupIndices[a+1]-e-1;r.push({endIndex:e,size:n,startIndex:e}),r.push({endIndex:e+1+s-1,size:i,startIndex:e+1}),a++,o+=s+1}let s=dD(t.sizeTree);return o!==e&&s.shift(),s.reduce((t,{k:n,v:r})=>{let i=t.ranges;return 0!==t.prevSize&&(i=[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]),{prevIndex:n+e,prevSize:r,ranges:i}},{prevIndex:e,prevSize:0,ranges:r}).ranges}return dD(t.sizeTree).reduce((t,{k:n,v:r})=>({prevIndex:n+e,prevSize:r,ranges:[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]}),{prevIndex:0,prevSize:i,ranges:[]}).ranges})),n);let b=ds(c9(a,dn(g,p),c6(([e,{offsetTree:t},n])=>dW(-e,t,n))));return c0(c9(a,dn(g,p),c6(([e,t,n])=>{if(t.groupIndices.length>0){if(dk(t.sizeTree))return t;let r=dC,i=cQ(m),o=0,a=0,s=0;for(;o<-e;){s=i[a];let e=i[a+1]-s-1;a++,o+=e+1}return r=dD(t.sizeTree).reduce((t,{k:n,v:r})=>d_(t,Math.max(0,n+e),r),r),o!==-e&&(r=d_(r,0,dT(t.sizeTree,s)),r=d_(r,1,dA(t.sizeTree,-e+1)[1])),{...t,sizeTree:r,...dK(t.offsetTree,0,r,n)}}{let r=dD(t.sizeTree).reduce((t,{k:n,v:r})=>d_(t,Math.max(0,n+e),r),dC);return{...t,sizeTree:r,...dK(t.offsetTree,0,r,n)}}})),g),{beforeUnshiftWith:x,data:h,defaultItemSize:c,firstItemIndex:s,fixedItemSize:u,gap:p,groupIndices:l,itemSize:d,listRefresh:y,shiftWith:a,shiftWithOffset:b,sizeRanges:n,sizes:g,statefulTotalCount:i,totalCount:r,trackItemSizes:v,unshiftWith:o}},cK(dm,dz),{singleton:!0});function d0(e){return e.reduce((e,t)=>(e.groupIndices.push(e.totalCount),e.totalCount+=t+1,e),{groupIndices:[],totalCount:0})}let d1=dl(([{groupIndices:e,sizes:t,totalCount:n},{headerHeight:r,scrollTop:i}])=>{let o=da(),a=da(),s=ds(c9(o,c6(d0)));return c0(c9(s,c6(e=>e.totalCount)),n),c0(c9(s,c6(e=>e.groupIndices)),e),c0(c9(dc(i,t,r),c4(([e,t])=>dV(t)),c6(([e,t,n])=>dA(t.groupOffsetTree,Math.max(e-n,0),"v")[0]),c3(),c6(e=>[e])),a),{groupCounts:o,topItemsIndexes:a}},cK(dQ,dS)),d2=dl(([{log:e}])=>{let t=dr(!1),n=ds(c9(t,c4(e=>e),c3()));return t(1,t=>{t&&cQ(e)("props updated",{},dp.DEBUG)}),{didMount:n,propsReady:t}},cK(dm),{singleton:!0}),d5="u">typeof document&&"scrollBehavior"in document.documentElement.style;function d3(e){let t="number"==typeof e?{index:e}:e;return t.align||(t.align="start"),t.behavior&&d5||(t.behavior="auto"),t.offset||(t.offset=0),t}let d4=dl(([{gap:e,listRefresh:t,sizes:n,totalCount:r},{fixedFooterHeight:i,fixedHeaderHeight:o,footerHeight:a,headerHeight:s,scrollingInProgress:l,scrollTo:u,smoothScrollTargetReached:c,viewportHeight:d},{log:h}])=>{let p=da(),f=da(),g=dr(0),m=null,v=null,y=null;function x(){m&&(m(),m=null),y&&(y(),y=null),v&&(clearTimeout(v),v=null),l(0,!1)}return c0(c9(p,dn(n,d,r,g,s,a,h),dn(e,o,i),c6(([[e,n,r,i,o,a,s,u],d,h,g])=>{let b=d3(e),{align:w,behavior:S,offset:C}=b,M=i-1,k=dU(b,n,M),T=dW(k,n.offsetTree,d)+a;"end"===w?(T+=h+dA(n.sizeTree,k)[1]-r+g,k===M&&(T+=s)):"center"===w?T+=(h+dA(n.sizeTree,k)[1]-r+g)/2:T-=o,C&&(T+=C);let A=t=>{x(),t?(u("retrying to scroll to",{location:e},dp.DEBUG),p(0,e)):(f(0,!0),u("list did not change, scroll successful",{},dp.DEBUG))};if(x(),"smooth"===S){let e=!1;y=t(1,t=>{e=e||t}),m=c1(c,()=>{A(e)})}else m=c1(c9(t,e=>{let t=setTimeout(()=>{e(!1)},150);return n=>{n&&(e(!0),clearTimeout(t))}}),A);return v=setTimeout(()=>{x()},1200),l(0,!0),u("scrolling from index to",{behavior:S,index:k,top:T},dp.DEBUG),{behavior:S,top:T}})),u),{scrollTargetReached:f,scrollToIndex:p,topListHeight:g}},cK(dQ,dS,dm),{singleton:!0});function d6(e,t){0==e?t():requestAnimationFrame(()=>{d6(e-1,t)})}function d8(e,t){return"number"==typeof e?e:"LAST"===e.index?t-1:e.index}let d9=dl(([{defaultItemSize:e,listRefresh:t,sizes:n},{scrollTop:r},{scrollTargetReached:i,scrollToIndex:o},{didMount:a}])=>{let s=dr(!0),l=dr(0),u=dr(!0);return c0(c9(a,dn(l),c4(([e,t])=>!!t),c8(!1)),s),c0(c9(a,dn(l),c4(([e,t])=>!!t),c8(!1)),u),c9(dc(t,a),dn(s,n,e,u),c4(([[,e],t,{sizeTree:n},r,i])=>e&&(!dk(n)||cU(r))&&!t&&!i),dn(l))(1,([,e])=>{c1(i,()=>{u(0,!0)}),d6(4,()=>{c1(r,()=>{s(0,!0)}),o(0,e)})}),{initialItemFinalLocationReached:u,initialTopMostItemIndex:l,scrolledToInitialItem:s}},cK(dQ,dS,d4,d2),{singleton:!0});function d7(e,t){return 1.01>Math.abs(e-t)}let he="down",ht={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollHeight:0,scrollTop:0,viewportHeight:0}},hn=dl(([{footerHeight:e,headerHeight:t,scrollBy:n,scrollContainerState:r,scrollTop:i,viewportHeight:o}])=>{let a=dr(!1),s=dr(!0),l=da(),u=da(),c=dr(4),d=dr(0),h=di(c9(dh(c9(dd(i),de(1),c8(!0)),c9(dd(i),de(1),c8(!1),c2(100))),c3()),!1),p=di(c9(dh(c9(n,c8(!0)),c9(n,c8(!1),c2(200))),c3()),!1);c0(c9(dc(dd(i),dd(d)),c6(([e,t])=>e<=t),c3()),s),c0(c9(s,dt(50)),u);let f=ds(c9(dc(r,dd(o),dd(t),dd(e),dd(c)),c7((e,[{scrollHeight:t,scrollTop:n},r,i,o,a])=>{let s;let l={scrollHeight:t,scrollTop:n,viewportHeight:r};if(n+r-t>-a){let t,r;return n>e.state.scrollTop?(t="SCROLLED_DOWN",r=e.state.scrollTop-n):(t="SIZE_DECREASED",r=e.state.scrollTop-n||e.scrollTopDelta),{atBottom:!0,atBottomBecause:t,scrollTopDelta:r,state:l}}return{atBottom:!1,notAtBottomBecause:l.scrollHeight>e.state.scrollHeight?"SIZE_INCREASED":r<e.state.viewportHeight?"VIEWPORT_HEIGHT_DECREASING":n<e.state.scrollTop?"SCROLLING_UPWARDS":"NOT_FULLY_SCROLLED_TO_LAST_ITEM_BOTTOM",state:l}},ht),c3((e,t)=>e&&e.atBottom===t.atBottom))),g=di(c9(r,c7((e,{scrollHeight:t,scrollTop:n,viewportHeight:r})=>{if(d7(e.scrollHeight,t))return{changed:!1,jump:0,scrollHeight:t,scrollTop:n};{let i=t-(n+r)<1;return e.scrollTop!==n&&i?{changed:!0,jump:e.scrollTop-n,scrollHeight:t,scrollTop:n}:{changed:!0,jump:0,scrollHeight:t,scrollTop:n}}},{changed:!1,jump:0,scrollHeight:0,scrollTop:0}),c4(e=>e.changed),c6(e=>e.jump)),0);c0(c9(f,c6(e=>e.atBottom)),a),c0(c9(a,dt(50)),l);let m=dr(he);c0(c9(r,c6(({scrollTop:e})=>e),c3(),c7((e,t)=>cQ(p)?{direction:e.direction,prevScrollTop:t}:{direction:t<e.prevScrollTop?"up":he,prevScrollTop:t},{direction:he,prevScrollTop:0}),c6(e=>e.direction)),m),c0(c9(r,dt(50),c8("none")),m);let v=dr(0);return c0(c9(h,c4(e=>!e),c8(0)),v),c0(c9(i,dt(100),dn(h),c4(([e,t])=>!!t),c7(([e,t],[n])=>[t,n],[0,0]),c6(([e,t])=>t-e)),v),{atBottomState:f,atBottomStateChange:l,atBottomThreshold:c,atTopStateChange:u,atTopThreshold:d,isAtBottom:a,isAtTop:s,isScrolling:h,lastJumpDueToItemResize:g,scrollDirection:m,scrollVelocity:v}},cK(dS)),hr="bottom",hi="none";function ho(e,t,n){return"number"==typeof e?"up"===n&&"top"===t||n===he&&t===hr?e:0:"up"===n?"top"===t?e.main:e.reverse:t===hr?e.main:e.reverse}function ha(e,t){var n;return"number"==typeof e?e:null!=(n=e[t])?n:0}let hs=dl(([{deviation:e,fixedHeaderHeight:t,headerHeight:n,scrollTop:r,viewportHeight:i}])=>{let o=da(),a=dr(0),s=dr(0),l=dr(0),u=di(c9(dc(dd(r),dd(i),dd(n),dd(o,dB),dd(l),dd(a),dd(t),dd(e),dd(s)),c6(([e,t,n,[r,i],o,a,s,l,u])=>{let c=e-l,d=Math.max(n-c,0),h=hi,p=ha(u,"top"),f=ha(u,hr);return r-=l,r+=n+s,i+=n+s,r>e+(a+s)-p&&(h="up"),(i-=l)<e-d+t+f&&(h=he),h!==hi?[Math.max(c-n-ho(o,"top",h)-p,0),c-d-s+t+ho(o,hr,h)+f]:null}),c4(e=>null!=e),c3(dB)),[0,0]);return{increaseViewportBy:s,listBoundary:o,overscan:l,topListHeight:a,visibleRange:u}},cK(dS),{singleton:!0}),hl={bottom:0,firstItemIndex:0,items:[],offsetBottom:0,offsetTop:0,top:0,topItems:[],topListHeight:0,totalCount:0};function hu(e,t,n,r,i,o){let{lastIndex:a,lastOffset:s,lastSize:l}=i,u=0,c=0;if(e.length>0){u=e[0].offset;let t=e[e.length-1];c=t.offset+t.size}let d=n-a,h=u,p=s+d*l+(d-1)*r-c;return{bottom:c,firstItemIndex:o,items:hd(e,i,o),offsetBottom:p,offsetTop:u,top:h,topItems:hd(t,i,o),topListHeight:t.reduce((e,t)=>t.size+e,0),totalCount:n}}function hc(e,t,n,r,i,o){let a=0;if(n.groupIndices.length>0)for(let t of n.groupIndices){if(t-a>=e)break;a++}let s=e+a,l=d8(t,s);return hu(Array.from({length:s}).map((e,t)=>({data:o[t+l],index:t+l,offset:0,size:0})),[],s,i,n,r)}function hd(e,t,n){if(0===e.length)return[];if(!dV(t))return e.map(e=>({...e,index:e.index+n,originalIndex:e.index}));let r=e[0].index,i=e[e.length-1].index,o=[],a=dI(t.groupOffsetTree,r,i),s,l=0;for(let r of e){let e;(!s||s.end<r.index)&&(s=a.shift(),l=t.groupIndices.indexOf(s.start)),e=r.index===s.start?{index:l,type:"group"}:{groupIndex:l,index:r.index-(l+1)+n},o.push({...e,data:r.data,offset:r.offset,originalIndex:r.index,size:r.size})}return o}let hh=dl(([{data:e,firstItemIndex:t,gap:n,sizes:r,totalCount:i},o,{listBoundary:a,topListHeight:s,visibleRange:l},{initialTopMostItemIndex:u,scrolledToInitialItem:c},{topListHeight:d},h,{didMount:p},{recalcInProgress:f}])=>{let g=dr([]),m=dr(0),v=da();c0(o.topItemsIndexes,g);let y=di(c9(dc(p,f,dd(l,dB),dd(i),dd(r),dd(u),c,dd(g),dd(t),dd(n),e),c4(([e,t,,n,,,,,,,r])=>{let i=r&&r.length!==n;return e&&!t&&!i}),c6(([,,[e,t],n,r,i,o,a,s,l,u])=>{var c;let{offsetTree:d,sizeTree:h}=r,p=cQ(m);if(0===n)return{...hl,totalCount:n};if(0===e&&0===t)return 0===p?{...hl,totalCount:n}:hc(p,i,r,s,l,u||[]);if(dk(h))return p>0?null:hu(function(e,t,n){if(dV(t)){let r=dG(e,t);return[{index:dA(t.groupOffsetTree,r)[0],offset:0,size:0},{data:null==n?void 0:n[0],index:r,offset:0,size:0}]}return[{data:null==n?void 0:n[0],index:e,offset:0,size:0}]}(d8(i,n),r,u),[],n,l,r,s);let f=[];if(a.length>0){let e=a[0],t=a[a.length-1],n=0;for(let r of dI(h,e,t)){let i=r.value,o=Math.max(r.start,e),a=Math.min(r.end,t);for(let e=o;e<=a;e++)f.push({data:null==u?void 0:u[e],index:e,offset:n,size:i}),n+=i}}if(!o)return hu([],f,n,l,r,s);let g=a.length>0?a[a.length-1]+1:0,v=function(e,t,n,r=0){return r>0&&(t=Math.max(t,e[dF(e,r,d$)].offset)),dM(function(e,t,n,r){let i=dF(e,t,r),o=dF(e,n,r,i);return e.slice(i,o+1)}(e,t,n,dH),dX)}(d,e,t,g);if(0===v.length)return null;let y=n-1;return hu(((n=>{for(let r of v){let i=r.value,o=i.offset,a=r.start,s=i.size;if(i.offset<e){let t=(a+=Math.floor((e-i.offset+l)/(s+l)))-r.start;o+=t*s+t*l}a<g&&(o+=(g-a)*s,a=g);let c=Math.min(r.end,y);for(let e=a;e<=c&&!(o>=t);e++)n.push({data:null==u?void 0:u[e],index:e,offset:o,size:s}),o+=s+l}})(c=[]),c),f,n,l,r,s)}),c4(e=>null!==e),c3()),hl);c0(c9(e,c4(cU),c6(e=>null==e?void 0:e.length)),i),c0(c9(y,c6(e=>e.topListHeight)),d),c0(d,s),c0(c9(y,c6(e=>[e.top,e.bottom])),a),c0(c9(y,c6(e=>e.items)),v);let x=ds(c9(y,c4(({items:e})=>e.length>0),dn(i,e),c4(([{items:e},t])=>e[e.length-1].originalIndex===t-1),c6(([,e,t])=>[e-1,t]),c3(dB),c6(([e])=>e))),b=ds(c9(y,dt(200),c4(({items:e,topItems:t})=>e.length>0&&e[0].originalIndex===t.length),c6(({items:e})=>e[0].index),c3())),w=ds(c9(y,c4(({items:e})=>e.length>0),c6(({items:e})=>{let t=0,n=e.length-1;for(;"group"===e[t].type&&t<n;)t++;for(;"group"===e[n].type&&n>t;)n--;return{endIndex:e[n].index,startIndex:e[t].index}}),c3(dN)));return{endReached:x,initialItemCount:m,itemsRendered:v,listState:y,rangeChanged:w,startReached:b,topItemsIndexes:g,...h}},cK(dQ,d1,hs,d9,d4,hn,d2,dz),{singleton:!0}),hp=dl(([{fixedFooterHeight:e,fixedHeaderHeight:t,footerHeight:n,headerHeight:r},{listState:i}])=>{let o=da(),a=di(c9(dc(n,e,r,t,i),c6(([e,t,n,r,i])=>e+t+n+r+i.offsetBottom+i.bottom)),0);return c0(dd(a),o),{totalListHeight:a,totalListHeightChanged:o}},cK(dS,hh),{singleton:!0}),hf=dl(([{viewportHeight:e},{totalListHeight:t}])=>{let n=dr(!1),r=di(c9(dc(n,e,t),c4(([e])=>e),c6(([,e,t])=>Math.max(0,e-t)),dt(0),c3()),0);return{alignToBottom:n,paddingTopAddition:r}},cK(dS,hp),{singleton:!0});function hg(e){return!!e&&("smooth"===e?"smooth":"auto")}let hm=(e,t)=>"function"==typeof e?hg(e(t)):t&&hg(e),hv=dl(([{listRefresh:e,totalCount:t},{atBottomState:n,isAtBottom:r},{scrollToIndex:i},{scrolledToInitialItem:o},{didMount:a,propsReady:s},{log:l},{scrollingInProgress:u}])=>{let c=dr(!1),d=da(),h=null;function p(e){i(0,{align:"end",behavior:e,index:"LAST"})}function f(e){setTimeout(c1(n,t=>{!e||t.atBottom||"SIZE_INCREASED"!==t.notAtBottomBecause||h||(cQ(l)("scrolling to bottom due to increased size",{},dp.DEBUG),p("auto"))}),100)}return c9(dc(c9(dd(t),de(1)),a),dn(dd(c),r,o,u),c6(([[e,t],n,r,i,o])=>{let a=t&&i,s="auto";return a&&(s=hm(n,r||o),a=a&&!!s),{followOutputBehavior:s,shouldFollow:a,totalCount:e}}),c4(({shouldFollow:e})=>e))(1,({followOutputBehavior:t,totalCount:n})=>{h&&(h(),h=null),h=c1(e,()=>{cQ(l)("following output to ",{totalCount:n},dp.DEBUG),p(t),h=null})}),c9(dc(dd(c),t,s),c4(([e,,t])=>e&&t),c7(({value:e},[,t])=>({refreshed:e===t,value:t}),{refreshed:!1,value:0}),c4(({refreshed:e})=>e),dn(c,t))(1,([,e])=>{cQ(o)&&f(!1!==e)}),d(1,()=>{f(!1!==cQ(c))}),dc(dd(c),n)(1,([e,t])=>{e&&!t.atBottom&&"VIEWPORT_HEIGHT_DECREASING"===t.notAtBottomBecause&&p("auto")}),{autoscrollToBottom:d,followOutput:c}},cK(dQ,hn,d4,d9,d2,dm,dS)),hy=dl(([{data:e,firstItemIndex:t,gap:n,sizes:r},{initialTopMostItemIndex:i},{initialItemCount:o,listState:a},{didMount:s}])=>(c0(c9(s,dn(o),c4(([,e])=>0!==e),dn(i,r,t,n,e),c6(([[,e],t,n,r,i,o=[]])=>hc(e,t,n,r,i,o))),a),{}),cK(dQ,d9,hh,d2),{singleton:!0}),hx=dl(([{didMount:e},{scrollTo:t},{listState:n}])=>{let r=dr(0);return c9(e,dn(r),c4(([,e])=>0!==e),c6(([,e])=>({top:e})))(1,e=>{c1(c9(n,de(1),c4(e=>e.items.length>1)),()=>{requestAnimationFrame(()=>{t(0,e)})})}),{initialScrollTop:r}},cK(d2,dS,hh),{singleton:!0}),hb=({itemBottom:e,itemTop:t,locationParams:{align:n,behavior:r,...i},viewportBottom:o,viewportTop:a})=>t<a?{...i,align:null!=n?n:"start",behavior:r}:e>o?{...i,align:null!=n?n:"end",behavior:r}:null,hw=dl(([{gap:e,sizes:t,totalCount:n},{fixedFooterHeight:r,fixedHeaderHeight:i,headerHeight:o,scrollingInProgress:a,scrollTop:s,viewportHeight:l},{scrollToIndex:u}])=>{let c=da();return c0(c9(c,dn(t,l,n,o,i,r,s),dn(e),c6(([[e,t,n,r,i,o,s,l],u])=>{let{align:c,behavior:d,calculateViewLocation:h=hb,done:p,...f}=e,g=dU(e,t,r-1),m=dW(g,t.offsetTree,u)+i+o,v=h({itemBottom:m+dA(t.sizeTree,g)[1],itemTop:m,locationParams:{align:c,behavior:d,...f},viewportBottom:l+n-s,viewportTop:l+o});return v?p&&c1(c9(a,c4(e=>!e),de(cQ(a)?1:2)),p):p&&p(),v}),c4(e=>null!==e)),u),{scrollIntoView:c}},cK(dQ,dS,d4,hh,dm),{singleton:!0}),hS=dl(([{scrollVelocity:e}])=>{let t=dr(!1),n=da(),r=dr(!1);return c0(c9(e,dn(r,t,n),c4(([e,t])=>!!t),c6(([e,t,n,r])=>{let{enter:i,exit:o}=t;if(n){if(o(e,r))return!1}else if(i(e,r))return!0;return n}),c3()),t),c9(dc(t,e,n),dn(r))(1,([[e,t,n],r])=>{e&&r&&r.change&&r.change(t,n)}),{isSeeking:t,scrollSeekConfiguration:r,scrollSeekRangeChanged:n,scrollVelocity:e}},cK(hn),{singleton:!0}),hC=dl(([{scrollContainerState:e,scrollTo:t}])=>{let n=da(),r=da(),i=da(),o=dr(!1),a=dr(void 0);return c0(c9(dc(n,r),c6(([{scrollHeight:e,scrollTop:t,viewportHeight:n},{offsetTop:r}])=>({scrollHeight:e,scrollTop:Math.max(0,t-r),viewportHeight:n}))),e),c0(c9(t,dn(r),c6(([e,{offsetTop:t}])=>({...e,top:e.top+t}))),i),{customScrollParent:a,useWindowScroll:o,windowScrollContainerState:n,windowScrollTo:i,windowViewportRect:r}},cK(dS)),hM=dl(([{sizeRanges:e,sizes:t},{headerHeight:n,scrollTop:r},{initialTopMostItemIndex:i},{didMount:o},{useWindowScroll:a,windowScrollContainerState:s,windowViewportRect:l}])=>{let u=da(),c=dr(void 0),d=dr(null),h=dr(null);return c0(s,d),c0(l,h),c9(u,dn(t,r,a,d,h,n))(1,([e,t,n,r,i,o,a])=>{let s=dD(t.sizeTree).map(({k:e,v:t},n,r)=>{let i=r[n+1];return{endIndex:i?i.k-1:1/0,size:t,startIndex:e}});r&&null!==i&&null!==o&&(n=i.scrollTop-o.offsetTop),e({ranges:s,scrollTop:n-=a})}),c0(c9(c,c4(cU),c6(hk)),i),c0(c9(o,dn(c),c4(([,e])=>void 0!==e),c3(),c6(([,e])=>e.ranges)),e),{getState:u,restoreStateFrom:c}},cK(dQ,dS,d9,d2,hC));function hk(e){return{align:"start",index:0,offset:e.scrollTop}}let hT=dl(([{topItemsIndexes:e}])=>{let t=dr(0);return c0(c9(t,c4(e=>e>=0),c6(e=>Array.from({length:e}).map((e,t)=>t))),e),{topItemCount:t}},cK(hh));function hA(e){let t=!1,n;return()=>(t||(t=!0,n=e()),n)}let h_=hA(()=>/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)),hI=dl(([{deviation:e,scrollBy:t,scrollingInProgress:n,scrollTop:r},{isAtBottom:i,isScrolling:o,lastJumpDueToItemResize:a,scrollDirection:s},{listState:l},{beforeUnshiftWith:u,gap:c,shiftWithOffset:d,sizes:h},{log:p},{recalcInProgress:f}])=>{let g=ds(c9(l,dn(a),c7(([,e,t,n],[{bottom:r,items:i,offsetBottom:o,totalCount:a},s])=>{let l=r+o,u=0;return t===a&&e.length>0&&i.length>0&&(0===i[0].originalIndex&&0===e[0].originalIndex||0!=(u=l-n)&&(u+=s)),[u,i,a,l]},[0,[],0,0]),c4(([e])=>0!==e),dn(r,s,n,i,p,f),c4(([,e,t,n,,,r])=>!r&&!n&&0!==e&&"up"===t),c6(([[e],,,,,t])=>(t("Upward scrolling compensation",{amount:e},dp.DEBUG),e))));function m(n){var r,i;n>0?(t(0,{behavior:"auto",top:-n}),r=0,e(0,0)):(i=0,e(0,0),t(0,{behavior:"auto",top:-n}))}return c9(g,dn(e,o))(1,([t,n,r])=>{r&&h_()?e(0,n-t):m(-t)}),c9(dc(di(o,!1),e,f),c4(([e,t,n])=>!e&&!n&&0!==t),c6(([e,t])=>t),dt(1))(1,m),c0(c9(d,c6(e=>({top:-e}))),t),c9(u,dn(h,c),c6(([e,{groupIndices:t,lastSize:n,sizeTree:r},i])=>{if(0===t.length)return e*(n+i);{let o=0,a=dT(r,0),s=0,l=0;for(;s<e;){s++,o+=a;let r=t.length===l+1?1/0:t[l+1]-t[l]-1;s+r>e&&(o-=a,r=e-s+1),s+=r,o+=r*(n+i),l++}return o}}))(1,n=>{e(0,n),requestAnimationFrame(()=>{t(0,{top:n}),requestAnimationFrame(()=>{var t;t=0,e(0,0),f(0,!1)})})}),{deviation:e}},cK(dS,hn,hh,dQ,dm,dz)),hD=dl(([e,t,n,r,i,o,a,s,l,u])=>({...e,...t,...n,...r,...i,...o,...a,...s,...l,...u}),cK(hs,hy,d2,hS,hp,hx,hf,hC,hw,dm)),hP=dl(([{data:e,defaultItemSize:t,firstItemIndex:n,fixedItemSize:r,gap:i,groupIndices:o,itemSize:a,sizeRanges:s,sizes:l,statefulTotalCount:u,totalCount:c,trackItemSizes:d},{initialItemFinalLocationReached:h,initialTopMostItemIndex:p,scrolledToInitialItem:f},g,m,v,{listState:y,topItemsIndexes:x,...b},{scrollToIndex:w},S,{topItemCount:C},{groupCounts:M},k])=>(c0(b.rangeChanged,k.scrollSeekRangeChanged),c0(c9(k.windowViewportRect,c6(e=>e.visibleHeight)),g.viewportHeight),{data:e,defaultItemHeight:t,firstItemIndex:n,fixedItemHeight:r,gap:i,groupCounts:M,initialItemFinalLocationReached:h,initialTopMostItemIndex:p,scrolledToInitialItem:f,sizeRanges:s,topItemCount:C,topItemsIndexes:x,totalCount:c,...v,groupIndices:o,itemSize:a,listState:y,scrollToIndex:w,statefulTotalCount:u,trackItemSizes:d,...b,...k,...g,sizes:l,...m}),cK(dQ,d9,dS,hM,hv,hh,d4,hI,hT,d1,hD)),hO="u">typeof document?g.useLayoutEffect:g.useEffect;function hE(e,t,n){let r=Object.keys(t.required||{}),i=Object.keys(t.optional||{}),o=Object.keys(t.methods||{}),a=Object.keys(t.events||{}),s=g.createContext({});function l(e,n){var o,a,s,l;for(let i of(e.propsReady&&(o=e.propsReady,o(0,!1)),r)){a=e[t.required[i]],a(0,n[i])}for(let r of i){r in n&&(s=e[t.optional[r]],s(0,n[r]))}e.propsReady&&(l=e.propsReady,l(0,!0))}function u(e){return a.reduce((n,r)=>(n[r]=function(e){let t,n;let r=()=>null==t?void 0:t();return function(i,o){switch(i){case 1:return o?n===o?void 0:(r(),n=o,t=e(1,o)):(r(),cq);case 2:r(),n=null;return}}}(e[t.events[r]]),n),{})}return{Component:g.forwardRef((c,d)=>{var h;let{children:p,...m}=c,[v]=g.useState(()=>{var t;return l(t=function(e){let t=new Map,n=({constructor:e,dependencies:r,id:i,singleton:o})=>{if(o&&t.has(i))return t.get(i);let a=e(r.map(e=>n(e)));return o&&t.set(i,a),a};return n(e)}(e),m),t}),[y]=g.useState(()=>u(v));return hO(()=>{for(let e of a)e in m&&(0,y[e])(1,m[e]);return()=>{Object.values(y).map(cJ)}},[m,y,v]),hO(()=>{l(v,m)}),g.useImperativeHandle(d,(h=o.reduce((e,n)=>(e[n]=e=>{var r;r=v[t.methods[n]],r(0,e)},e),{}),()=>h)),(0,f.jsx)(s.Provider,{value:v,children:n?(0,f.jsx)(n,{...function(e,t){let n={},r={},i=0,o=e.length;for(;i<o;)r[e[i]]=1,i+=1;for(let e in t)Object.hasOwn(r,e)||(n[e]=t[e]);return n}([...r,...i,...a],m),children:p}):p})}),useEmitter:(e,t)=>{let n=g.useContext(s)[e];hO(()=>n(1,t),[t,n])},useEmitterValue:g.version.startsWith("18")?e=>{let t=g.useContext(s)[e],n=g.useCallback(e=>t(1,e),[t]);return g.useSyncExternalStore(n,()=>cQ(t),()=>cQ(t))}:e=>{let t=g.useContext(s)[e],[n,r]=g.useState(()=>cQ(t));return hO(()=>t(1,e=>{e!==n&&r(()=>e)}),[t,n]),n},usePublisher:e=>{var t;return g.useCallback((t=g.useContext(s)[e],e=>(function(e,t){e(0,t)})(t,e)),[e])}}}let hR=g.createContext(void 0),hL=g.createContext(void 0),hZ="u">typeof document?g.useLayoutEffect:g.useEffect;function hN(e,t,n,r=cq,i,o){let a=g.useRef(null),s=g.useRef(null),l=g.useRef(null),u=g.useCallback(n=>{let r=n.target,i=r===window||r===document,a=o?i?window.pageXOffset||document.documentElement.scrollLeft:r.scrollLeft:i?window.pageYOffset||document.documentElement.scrollTop:r.scrollTop,u=o?i?document.documentElement.scrollWidth:r.scrollWidth:i?document.documentElement.scrollHeight:r.scrollHeight,c=o?i?window.innerWidth:r.offsetWidth:i?window.innerHeight:r.offsetHeight,d=()=>{e({scrollHeight:u,scrollTop:Math.max(a,0),viewportHeight:c})};n.suppressFlushSync?d():sY.flushSync(d),null!==s.current&&(a===s.current||a<=0||a===u-c)&&(s.current=null,t(!0),l.current&&(clearTimeout(l.current),l.current=null))},[e,t]);return g.useEffect(()=>{let e=i||a.current;return r(i||a.current),u({suppressFlushSync:!0,target:e}),e.addEventListener("scroll",u,{passive:!0}),()=>{r(null),e.removeEventListener("scroll",u)}},[a,u,n,r,i]),{scrollByCallback:function(e){o&&(e={behavior:e.behavior,left:e.top}),a.current.scrollBy(e)},scrollerRef:a,scrollToCallback:function(n){let r,i,u;let c=a.current;if(!c||(o?"offsetWidth"in c&&0===c.offsetWidth:"offsetHeight"in c&&0===c.offsetHeight))return;let d="smooth"===n.behavior;c===window?(i=Math.max(dj(document.documentElement,o?"width":"height"),o?document.documentElement.scrollWidth:document.documentElement.scrollHeight),r=o?window.innerWidth:window.innerHeight,u=o?document.documentElement.scrollLeft:document.documentElement.scrollTop):(i=c[o?"scrollWidth":"scrollHeight"],r=dj(c,o?"width":"height"),u=c[o?"scrollLeft":"scrollTop"]);let h=i-r;if(n.top=Math.ceil(Math.max(Math.min(h,n.top),0)),d7(r,i)||n.top===u){e({scrollHeight:i,scrollTop:u,viewportHeight:r}),d&&t(!0);return}d?(s.current=n.top,l.current&&clearTimeout(l.current),l.current=setTimeout(()=>{l.current=null,s.current=null,t(!0)},1e3)):s.current=null,o&&(n={behavior:n.behavior,left:n.top}),c.scrollTo(n)}}}let hB="-webkit-sticky",hz="sticky",hF=hA(()=>{if(typeof document>"u")return hz;let e=document.createElement("div");return e.style.position=hB,e.style.position===hB?hB:hz});function hj(e){return e}let hV=dl(()=>{let e=dr(e=>`Item ${e}`),t=dr(null),n=dr(e=>`Group ${e}`),r=dr({}),i=dr(hj),o=dr("div"),a=dr(cq),s=(e,t=null)=>di(c9(r,c6(t=>t[e]),c3()),t);return{components:r,computeItemKey:i,context:t,EmptyPlaceholder:s("EmptyPlaceholder"),FooterComponent:s("Footer"),GroupComponent:s("Group","div"),groupContent:n,HeaderComponent:s("Header"),HeaderFooterTag:o,ItemComponent:s("Item","div"),itemContent:e,ListComponent:s("List","div"),ScrollerComponent:s("Scroller","div"),scrollerRef:a,ScrollSeekPlaceholder:s("ScrollSeekPlaceholder"),TopItemListComponent:s("TopItemList")}}),h$=dl(([e,t])=>({...e,...t}),cK(hP,hV)),hH=({height:e})=>(0,f.jsx)("div",{style:{height:e}}),hW={overflowAnchor:"none",position:hF(),zIndex:1},hG={overflowAnchor:"none"},hU={...hG,display:"inline-block",height:"100%"},hq=g.memo(function({showTopList:e=!1}){let t=pe("listState"),n=pt("sizeRanges"),r=pe("useWindowScroll"),i=pe("customScrollParent"),o=pt("windowScrollContainerState"),a=pt("scrollContainerState"),s=pe("itemContent"),l=pe("context"),u=pe("groupContent"),c=pe("trackItemSizes"),d=pe("itemSize"),h=pe("log"),p=pt("gap"),m=pe("horizontalDirection"),{callbackRef:v}=dx(n,d,c,e?cq:i||r?o:a,h,p,i,m,pe("skipAnimationFrameInResizeObserver")),[y,x]=g.useState(0);h7("deviation",e=>{y!==e&&x(e)});let b=pe("EmptyPlaceholder"),w=pe("ScrollSeekPlaceholder")||hH,S=pe("ListComponent"),C=pe("ItemComponent"),M=pe("GroupComponent"),k=pe("computeItemKey"),T=pe("isSeeking"),A=pe("groupIndices").length>0,_=pe("alignToBottom"),I=pe("initialItemFinalLocationReached"),D=e?{}:{boxSizing:"border-box",...m?{display:"inline-block",height:"100%",marginLeft:0!==y?y:_?"auto":0,paddingLeft:t.offsetTop,paddingRight:t.offsetBottom,whiteSpace:"nowrap"}:{marginTop:0!==y?y:_?"auto":0,paddingBottom:t.offsetBottom,paddingTop:t.offsetTop},...I?{}:{visibility:"hidden"}};return!e&&0===t.totalCount&&b?(0,f.jsx)(b,{...hQ(b,l)}):(0,f.jsx)(S,{...hQ(S,l),"data-testid":e?"virtuoso-top-item-list":"virtuoso-item-list",ref:v,style:D,children:(e?t.topItems:t.items).map(e=>{let n=e.originalIndex,r=k(n+t.firstItemIndex,e.data,l);return T?(0,g.createElement)(w,{...hQ(w,l),height:e.size,index:e.index,key:r,type:e.type||"item",..."group"===e.type?{}:{groupIndex:e.groupIndex}}):"group"===e.type?(0,g.createElement)(M,{...hQ(M,l),"data-index":n,"data-item-index":e.index,"data-known-size":e.size,key:r,style:hW},u(e.index,l)):(0,g.createElement)(C,{...hQ(C,l),...h0(C,e.data),"data-index":n,"data-item-group-index":e.groupIndex,"data-item-index":e.index,"data-known-size":e.size,key:r,style:m?hU:hG},A?s(e.index,e.groupIndex,e.data,l):s(e.index,e.data,l))})})}),hY={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},hK={outline:"none",overflowX:"auto",position:"relative"},hX=e=>({height:"100%",position:"absolute",top:0,width:"100%",...e?{display:"flex",flexDirection:"column"}:{}}),hJ={position:hF(),top:0,width:"100%",zIndex:1};function hQ(e,t){if("string"!=typeof e)return{context:t}}function h0(e,t){return{item:"string"==typeof e?void 0:t}}let h1=g.memo(function(){let e=pe("HeaderComponent"),t=pt("headerHeight"),n=pe("HeaderFooterTag"),r=dv(g.useMemo(()=>e=>{t(dj(e,"height"))},[t]),!0,pe("skipAnimationFrameInResizeObserver")),i=pe("context");return e?(0,f.jsx)(n,{ref:r,children:(0,f.jsx)(e,{...hQ(e,i)})}):null}),h2=g.memo(function(){let e=pe("FooterComponent"),t=pt("footerHeight"),n=pe("HeaderFooterTag"),r=dv(g.useMemo(()=>e=>{t(dj(e,"height"))},[t]),!0,pe("skipAnimationFrameInResizeObserver")),i=pe("context");return e?(0,f.jsx)(n,{ref:r,children:(0,f.jsx)(e,{...hQ(e,i)})}):null});function h5({useEmitter:e,useEmitterValue:t,usePublisher:n}){return g.memo(function({children:r,style:i,...o}){let a=n("scrollContainerState"),s=t("ScrollerComponent"),l=n("smoothScrollTargetReached"),u=t("scrollerRef"),c=t("context"),d=t("horizontalDirection")||!1,{scrollByCallback:h,scrollerRef:p,scrollToCallback:g}=hN(a,l,s,u,void 0,d);return e("scrollTo",g),e("scrollBy",h),(0,f.jsx)(s,{"data-testid":"virtuoso-scroller","data-virtuoso-scroller":!0,ref:p,style:{...d?hK:hY,...i},tabIndex:0,...o,...hQ(s,c),children:r})})}function h3({useEmitter:e,useEmitterValue:t,usePublisher:n}){return g.memo(function({children:r,style:i,...o}){let a=n("windowScrollContainerState"),s=t("ScrollerComponent"),l=n("smoothScrollTargetReached"),u=t("totalListHeight"),c=t("deviation"),d=t("customScrollParent"),h=t("context"),{scrollByCallback:p,scrollerRef:g,scrollToCallback:m}=hN(a,l,s,cq,d);return hZ(()=>(g.current=d||window,()=>{g.current=null}),[g,d]),e("windowScrollTo",m),e("scrollBy",p),(0,f.jsx)(s,{"data-virtuoso-scroller":!0,style:{position:"relative",...i,...0!==u?{height:u+c}:{}},...o,...hQ(s,h),children:r})})}let h4=({children:e})=>{let t=g.useContext(hR),n=pt("viewportHeight"),r=pt("fixedItemHeight"),i=pe("alignToBottom"),o=pe("horizontalDirection"),a=dv(g.useMemo(()=>cG(n,e=>dj(e,o?"width":"height")),[n,o]),!0,pe("skipAnimationFrameInResizeObserver"));return g.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,f.jsx)("div",{"data-viewport-type":"element",ref:a,style:hX(i),children:e})},h6=({children:e})=>{let t=g.useContext(hR),n=pt("windowViewportRect"),r=pt("fixedItemHeight"),i=dw(n,pe("customScrollParent"),pe("skipAnimationFrameInResizeObserver")),o=pe("alignToBottom");return g.useEffect(()=>{t&&(r(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,f.jsx)("div",{"data-viewport-type":"window",ref:i,style:hX(o),children:e})},h8=({children:e})=>{let t=pe("TopItemListComponent")||"div",n=pe("headerHeight"),r={...hJ,marginTop:`${n}px`},i=pe("context");return(0,f.jsx)(t,{style:r,...hQ(t,i),children:e})},{Component:h9,useEmitter:h7,useEmitterValue:pe,usePublisher:pt}=hE(h$,{events:{atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",endReached:"endReached",groupIndices:"groupIndices",isScrolling:"isScrolling",itemsRendered:"itemsRendered",rangeChanged:"rangeChanged",startReached:"startReached",totalListHeightChanged:"totalListHeightChanged"},methods:{autoscrollToBottom:"autoscrollToBottom",getState:"getState",scrollBy:"scrollBy",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollToIndex:"scrollToIndex"},optional:{alignToBottom:"alignToBottom",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",components:"components",computeItemKey:"computeItemKey",context:"context",customScrollParent:"customScrollParent",data:"data",defaultItemHeight:"defaultItemHeight",firstItemIndex:"firstItemIndex",fixedItemHeight:"fixedItemHeight",followOutput:"followOutput",groupContent:"groupContent",groupCounts:"groupCounts",headerFooterTag:"HeaderFooterTag",horizontalDirection:"horizontalDirection",increaseViewportBy:"increaseViewportBy",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",initialTopMostItemIndex:"initialTopMostItemIndex",itemContent:"itemContent",itemSize:"itemSize",logLevel:"logLevel",overscan:"overscan",restoreStateFrom:"restoreStateFrom",scrollerRef:"scrollerRef",scrollSeekConfiguration:"scrollSeekConfiguration",skipAnimationFrameInResizeObserver:"skipAnimationFrameInResizeObserver",topItemCount:"topItemCount",totalCount:"totalCount",useWindowScroll:"useWindowScroll"},required:{}},g.memo(function(e){let t=pe("useWindowScroll"),n=pe("topItemsIndexes").length>0,r=pe("customScrollParent"),i=pe("context"),o=r||t?pr:pn,a=r||t?h6:h4;return(0,f.jsxs)(o,{...e,...hQ(o,i),children:[n&&(0,f.jsx)(h8,{children:(0,f.jsx)(hq,{showTopList:!0})}),(0,f.jsxs)(a,{children:[(0,f.jsx)(h1,{}),(0,f.jsx)(hq,{}),(0,f.jsx)(h2,{})]})]})})),pn=h5({useEmitter:h7,useEmitterValue:pe,usePublisher:pt}),pr=h3({useEmitter:h7,useEmitterValue:pe,usePublisher:pt}),pi=dl(()=>{let e=dr(e=>(0,f.jsxs)("td",{children:["Item $",e]})),t=dr(null),n=dr(null),r=dr(null),i=dr({}),o=dr(hj),a=dr(cq),s=(e,t=null)=>di(c9(i,c6(t=>t[e]),c3()),t);return{components:i,computeItemKey:o,context:t,EmptyPlaceholder:s("EmptyPlaceholder"),FillerRow:s("FillerRow"),fixedFooterContent:r,fixedHeaderContent:n,itemContent:e,ScrollerComponent:s("Scroller","div"),scrollerRef:a,ScrollSeekPlaceholder:s("ScrollSeekPlaceholder"),TableBodyComponent:s("TableBody","tbody"),TableComponent:s("Table","table"),TableFooterComponent:s("TableFoot","tfoot"),TableHeadComponent:s("TableHead","thead"),TableRowComponent:s("TableRow","tr")}}),po=dl(([e,t])=>({...e,...t}),cK(hP,pi)),pa=({height:e})=>(0,f.jsx)("tr",{children:(0,f.jsx)("td",{style:{height:e}})}),ps=({height:e})=>(0,f.jsx)("tr",{children:(0,f.jsx)("td",{style:{border:0,height:e,padding:0}})}),pl={overflowAnchor:"none"},pu=g.memo(function({showTopList:e=!1}){let t=pg("listState"),n=pg("computeItemKey"),r=pg("firstItemIndex"),i=pg("isSeeking"),o=pg("ScrollSeekPlaceholder")||pa,a=pg("context"),s=pg("TableRowComponent"),l=pg("fixedHeaderHeight"),u=pg("itemContent"),c=(e?t.topItems:[]).reduce((e,t,n)=>(0===n?e.push(t.size):e.push(e[n-1]+t.size),e),[]),d=(e?t.topItems:t.items).map(t=>{let d=t.originalIndex,h=n(d+r,t.data,a),p=e?0===d?0:c[d-1]:0;return i?(0,g.createElement)(o,{...hQ(o,a),height:t.size,index:t.index,key:h,type:t.type||"item"}):(0,g.createElement)(s,{...hQ(s,a),...h0(s,t.data),"data-index":d,"data-item-index":t.index,"data-known-size":t.size,key:h,style:e?{overflowAnchor:"none",position:"sticky",top:l+p,zIndex:2}:pl},u(t.index,t.data,a))});return(0,f.jsx)(f.Fragment,{children:d})}),pc=g.memo(function(){let e=pg("listState"),t=pg("topItemsIndexes").length>0,n=pm("sizeRanges"),r=pg("useWindowScroll"),i=pg("customScrollParent"),o=pm("windowScrollContainerState"),a=pm("scrollContainerState"),s=pg("trackItemSizes"),{callbackRef:l,ref:u}=dx(n,pg("itemSize"),s,i||r?o:a,pg("log"),void 0,i,!1,pg("skipAnimationFrameInResizeObserver")),[c,d]=g.useState(0);pf("deviation",e=>{c!==e&&(u.current.style.marginTop=`${e}px`,d(e))});let h=pg("EmptyPlaceholder"),p=pg("FillerRow")||ps,m=pg("TableBodyComponent"),v=pg("paddingTopAddition"),y=pg("statefulTotalCount"),x=pg("context");if(0===y&&h)return(0,f.jsx)(h,{...hQ(h,x)});let b=(t?e.topItems:[]).reduce((e,t)=>e+t.size,0),w=e.offsetTop+v+c-b,S=e.offsetBottom,C=w>0?(0,f.jsx)(p,{context:x,height:w},"padding-top"):null,M=S>0?(0,f.jsx)(p,{context:x,height:S},"padding-bottom"):null;return(0,f.jsxs)(m,{"data-testid":"virtuoso-item-list",ref:l,...hQ(m,x),children:[C,t&&(0,f.jsx)(pu,{showTopList:!0}),(0,f.jsx)(pu,{}),M]})}),pd=({children:e})=>{let t=g.useContext(hR),n=pm("viewportHeight"),r=pm("fixedItemHeight"),i=dv(g.useMemo(()=>cG(n,e=>dj(e,"height")),[n]),!0,pg("skipAnimationFrameInResizeObserver"));return g.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,f.jsx)("div",{"data-viewport-type":"element",ref:i,style:hX(!1),children:e})},ph=({children:e})=>{let t=g.useContext(hR),n=pm("windowViewportRect"),r=pm("fixedItemHeight"),i=dw(n,pg("customScrollParent"),pg("skipAnimationFrameInResizeObserver"));return g.useEffect(()=>{t&&(r(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,f.jsx)("div",{"data-viewport-type":"window",ref:i,style:hX(!1),children:e})},{Component:pp,useEmitter:pf,useEmitterValue:pg,usePublisher:pm}=hE(po,{events:{atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",endReached:"endReached",groupIndices:"groupIndices",isScrolling:"isScrolling",itemsRendered:"itemsRendered",rangeChanged:"rangeChanged",startReached:"startReached",totalListHeightChanged:"totalListHeightChanged"},methods:{getState:"getState",scrollBy:"scrollBy",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollToIndex:"scrollToIndex"},optional:{alignToBottom:"alignToBottom",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",components:"components",computeItemKey:"computeItemKey",context:"context",customScrollParent:"customScrollParent",data:"data",defaultItemHeight:"defaultItemHeight",firstItemIndex:"firstItemIndex",fixedFooterContent:"fixedFooterContent",fixedHeaderContent:"fixedHeaderContent",fixedItemHeight:"fixedItemHeight",followOutput:"followOutput",groupCounts:"groupCounts",increaseViewportBy:"increaseViewportBy",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",initialTopMostItemIndex:"initialTopMostItemIndex",itemContent:"itemContent",itemSize:"itemSize",logLevel:"logLevel",overscan:"overscan",restoreStateFrom:"restoreStateFrom",scrollerRef:"scrollerRef",scrollSeekConfiguration:"scrollSeekConfiguration",topItemCount:"topItemCount",totalCount:"totalCount",useWindowScroll:"useWindowScroll"},required:{}},g.memo(function(e){let t=pg("useWindowScroll"),n=pg("customScrollParent"),r=pm("fixedHeaderHeight"),i=pm("fixedFooterHeight"),o=pg("fixedHeaderContent"),a=pg("fixedFooterContent"),s=pg("context"),l=dv(g.useMemo(()=>cG(r,e=>dj(e,"height")),[r]),!0,pg("skipAnimationFrameInResizeObserver")),u=dv(g.useMemo(()=>cG(i,e=>dj(e,"height")),[i]),!0,pg("skipAnimationFrameInResizeObserver")),c=n||t?py:pv,d=n||t?ph:pd,h=pg("TableComponent"),p=pg("TableHeadComponent"),m=pg("TableFooterComponent"),v=o?(0,f.jsx)(p,{ref:l,style:{position:"sticky",top:0,zIndex:2},...hQ(p,s),children:o()},"TableHead"):null,y=a?(0,f.jsx)(m,{ref:u,style:{bottom:0,position:"sticky",zIndex:1},...hQ(m,s),children:a()},"TableFoot"):null;return(0,f.jsx)(c,{...e,...hQ(c,s),children:(0,f.jsx)(d,{children:(0,f.jsxs)(h,{style:{borderSpacing:0,overflowAnchor:"none"},...hQ(h,s),children:[v,(0,f.jsx)(pc,{},"TableBody"),y]})})})})),pv=h5({useEmitter:pf,useEmitterValue:pg,usePublisher:pm}),py=h3({useEmitter:pf,useEmitterValue:pg,usePublisher:pm}),px={bottom:0,itemHeight:0,items:[],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},pb={bottom:0,itemHeight:0,items:[{index:0}],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},{ceil:pw,floor:pS,max:pC,min:pM,round:pk}=Math;function pT(e,t,n){return Array.from({length:t-e+1}).map((t,r)=>({data:null===n?null:n[r+e],index:r+e}))}function pA(e,t){return e&&e.width===t.width&&e.height===t.height}function p_(e,t){return e&&e.column===t.column&&e.row===t.row}let pI=dl(([{increaseViewportBy:e,listBoundary:t,overscan:n,visibleRange:r},{footerHeight:i,headerHeight:o,scrollBy:a,scrollContainerState:s,scrollTo:l,scrollTop:u,smoothScrollTargetReached:c,viewportHeight:d},h,p,{didMount:f,propsReady:g},{customScrollParent:m,useWindowScroll:v,windowScrollContainerState:y,windowScrollTo:x,windowViewportRect:b},w])=>{let S=dr(0),C=dr(0),M=dr(px),k=dr({height:0,width:0}),T=dr({height:0,width:0}),A=da(),_=da(),I=dr(0),D=dr(null),P=dr({column:0,row:0}),O=da(),E=da(),R=dr(!1),L=dr(0),Z=dr(!0),N=dr(!1),B=dr(!1);c9(f,dn(L),c4(([e,t])=>!!t))(1,()=>{Z(0,!1)}),c9(dc(f,Z,T,k,L,N),c4(([e,t,n,r,,i])=>e&&!t&&0!==n.height&&0!==r.height&&!i))(1,([,,,,e])=>{N(0,!0),d6(1,()=>{A(0,e)}),c1(c9(u),()=>{t(0,[0,0]),Z(0,!0)})}),c0(c9(E,c4(e=>null!=e&&e.scrollTop>0),c8(0)),C),c9(f,dn(E),c4(([,e])=>null!=e))(1,([,e])=>{e&&(k(0,e.viewport),T(0,e.item),P(0,e.gap),e.scrollTop>0&&(R(0,!0),c1(c9(u,de(1)),e=>{R(0,!1)}),l(0,{top:e.scrollTop})))}),c0(c9(k,c6(({height:e})=>e)),d),c0(c9(dc(dd(k,pA),dd(T,pA),dd(P,(e,t)=>e&&e.column===t.column&&e.row===t.row),dd(u)),c6(([e,t,n,r])=>({gap:n,item:t,scrollTop:r,viewport:e}))),O),c0(c9(dc(dd(S),r,dd(P,p_),dd(T,pA),dd(k,pA),dd(D),dd(C),dd(R),dd(Z),dd(L)),c4(([,,,,,,,e])=>!e),c6(([e,[t,n],r,i,o,a,s,,l,u])=>{let c,d;let{column:h,row:p}=r,{height:f,width:g}=i,{width:m}=o;if(0===s&&(0===e||0===m))return px;if(0===g){var v;let t=d8(u,e),n=t+Math.max(s-1,0);return v=pT(t,n,a),{...pb,items:v}}let y=pD(m,g,h);l?0===t&&0===n&&s>0?(c=0,d=s-1):(c=y*pS((t+p)/(f+p)),d=pM(e-1,pC(d=y*pw((n+p)/(f+p))-1,y-1)),c=pM(d,pC(0,c))):(c=0,d=-1);let x=pT(c,d,a),{bottom:b,top:w}=pP(o,r,i,x),S=pw(e/y);return{bottom:b,itemHeight:f,items:x,itemWidth:g,offsetBottom:S*f+(S-1)*p-b,offsetTop:w,top:w}})),M),c0(c9(D,c4(e=>null!==e),c6(e=>e.length)),S),c0(c9(dc(k,T,M,P),c4(([e,t,{items:n}])=>n.length>0&&0!==t.height&&0!==e.height),c6(([e,t,{items:n},r])=>{let{bottom:i,top:o}=pP(e,r,t,n);return[o,i]}),c3(dB)),t);let z=dr(!1);c0(c9(u,dn(z),c6(([e,t])=>t||0!==e)),z);let F=ds(c9(dc(M,S),c4(([{items:e}])=>e.length>0),dn(z),c4(([[e,t],n])=>{let r=e.items[e.items.length-1].index===t-1;return(n||e.bottom>0&&e.itemHeight>0&&0===e.offsetBottom&&e.items.length===t)&&r}),c6(([[,e]])=>e-1),c3())),j=ds(c9(dd(M),c4(({items:e})=>e.length>0&&0===e[0].index),c8(0),c3())),V=ds(c9(dd(M),dn(R),c4(([{items:e},t])=>e.length>0&&!t),c6(([{items:e}])=>({endIndex:e[e.length-1].index,startIndex:e[0].index})),c3(dN),dt(0)));c0(V,p.scrollSeekRangeChanged),c0(c9(A,dn(k,T,S,P),c6(([e,t,n,r,i])=>{let o=d3(e),{align:a,behavior:s,offset:l}=o,u=o.index;"LAST"===u&&(u=r-1);let c=pO(t,i,n,u=pC(0,u,pM(r-1,u)));return"end"===a?c=pk(c-t.height+n.height):"center"===a&&(c=pk(c-t.height/2+n.height/2)),l&&(c+=l),{behavior:s,top:c}})),l);let $=di(c9(M,c6(e=>e.offsetBottom+e.bottom)),0);return c0(c9(b,c6(e=>({height:e.visibleHeight,width:e.visibleWidth}))),k),{customScrollParent:m,data:D,deviation:I,footerHeight:i,gap:P,headerHeight:o,increaseViewportBy:e,initialItemCount:C,itemDimensions:T,overscan:n,restoreStateFrom:E,scrollBy:a,scrollContainerState:s,scrollHeight:_,scrollTo:l,scrollToIndex:A,scrollTop:u,smoothScrollTargetReached:c,totalCount:S,useWindowScroll:v,viewportDimensions:k,windowScrollContainerState:y,windowScrollTo:x,windowViewportRect:b,...p,gridState:M,horizontalDirection:B,initialTopMostItemIndex:L,totalListHeight:$,...h,endReached:F,propsReady:g,rangeChanged:V,startReached:j,stateChanged:O,stateRestoreInProgress:R,...w}},cK(hs,dS,hn,hS,d2,hC,dm));function pD(e,t,n){return pC(1,pS((e+n)/(pS(t)+n)))}function pP(e,t,n,r){let{height:i}=n;if(void 0===i||0===r.length)return{bottom:0,top:0};let o=pO(e,t,n,r[0].index);return{bottom:pO(e,t,n,r[r.length-1].index)+i,top:o}}function pO(e,t,n,r){let i=pS(r/pD(e.width,n.width,t.column)),o=i*n.height+pC(0,i-1)*t.row;return o>0?o+t.row:o}let pE=dl(()=>{let e=dr(e=>`Item ${e}`),t=dr({}),n=dr(null),r=dr("virtuoso-grid-item"),i=dr("virtuoso-grid-list"),o=dr(hj),a=dr("div"),s=dr(cq),l=(e,n=null)=>di(c9(t,c6(t=>t[e]),c3()),n),u=dr(!1),c=dr(!1);return c0(dd(c),u),{components:t,computeItemKey:o,context:n,FooterComponent:l("Footer"),HeaderComponent:l("Header"),headerFooterTag:a,itemClassName:r,ItemComponent:l("Item","div"),itemContent:e,listClassName:i,ListComponent:l("List","div"),readyStateChanged:u,reportReadyState:c,ScrollerComponent:l("Scroller","div"),scrollerRef:s,ScrollSeekPlaceholder:l("ScrollSeekPlaceholder","div")}}),pR=dl(([e,t])=>({...e,...t}),cK(pI,pE)),pL=g.memo(function(){let e=pj("gridState"),t=pj("listClassName"),n=pj("itemClassName"),r=pj("itemContent"),i=pj("computeItemKey"),o=pj("isSeeking"),a=pV("scrollHeight"),s=pj("ItemComponent"),l=pj("ListComponent"),u=pj("ScrollSeekPlaceholder"),c=pj("context"),d=pV("itemDimensions"),h=pV("gap"),p=pj("log"),m=pj("stateRestoreInProgress"),v=pV("reportReadyState"),y=dv(g.useMemo(()=>e=>{a(e.parentElement.parentElement.scrollHeight);let t=e.firstChild;if(t){let{height:e,width:n}=t.getBoundingClientRect();d({height:e,width:n})}h({column:pW("column-gap",getComputedStyle(e).columnGap,p),row:pW("row-gap",getComputedStyle(e).rowGap,p)})},[a,d,h,p]),!0,!1);return hZ(()=>{e.itemHeight>0&&e.itemWidth>0&&v(!0)},[e]),m?null:(0,f.jsx)(l,{className:t,ref:y,...hQ(l,c),"data-testid":"virtuoso-item-list",style:{paddingBottom:e.offsetBottom,paddingTop:e.offsetTop},children:e.items.map(t=>{let a=i(t.index,t.data,c);return o?(0,f.jsx)(u,{...hQ(u,c),height:e.itemHeight,index:t.index,width:e.itemWidth},a):(0,g.createElement)(s,{...hQ(s,c),className:n,"data-index":t.index,key:a},r(t.index,t.data,c))})})}),pZ=g.memo(function(){let e=pj("HeaderComponent"),t=pV("headerHeight"),n=pj("headerFooterTag"),r=dv(g.useMemo(()=>e=>{t(dj(e,"height"))},[t]),!0,!1),i=pj("context");return e?(0,f.jsx)(n,{ref:r,children:(0,f.jsx)(e,{...hQ(e,i)})}):null}),pN=g.memo(function(){let e=pj("FooterComponent"),t=pV("footerHeight"),n=pj("headerFooterTag"),r=dv(g.useMemo(()=>e=>{t(dj(e,"height"))},[t]),!0,!1),i=pj("context");return e?(0,f.jsx)(n,{ref:r,children:(0,f.jsx)(e,{...hQ(e,i)})}):null}),pB=({children:e})=>{let t=g.useContext(hL),n=pV("itemDimensions"),r=pV("viewportDimensions"),i=dv(g.useMemo(()=>e=>{r(e.getBoundingClientRect())},[r]),!0,!1);return g.useEffect(()=>{t&&(r({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,r,n]),(0,f.jsx)("div",{ref:i,style:hX(!1),children:e})},pz=({children:e})=>{let t=g.useContext(hL),n=pV("windowViewportRect"),r=pV("itemDimensions"),i=dw(n,pj("customScrollParent"),!1);return g.useEffect(()=>{t&&(r({height:t.itemHeight,width:t.itemWidth}),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,r]),(0,f.jsx)("div",{ref:i,style:hX(!1),children:e})},{useEmitter:pF,useEmitterValue:pj,usePublisher:pV}=hE(pR,{events:{atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",endReached:"endReached",isScrolling:"isScrolling",rangeChanged:"rangeChanged",readyStateChanged:"readyStateChanged",startReached:"startReached",stateChanged:"stateChanged"},methods:{scrollBy:"scrollBy",scrollTo:"scrollTo",scrollToIndex:"scrollToIndex"},optional:{components:"components",computeItemKey:"computeItemKey",context:"context",customScrollParent:"customScrollParent",data:"data",headerFooterTag:"headerFooterTag",increaseViewportBy:"increaseViewportBy",initialItemCount:"initialItemCount",initialTopMostItemIndex:"initialTopMostItemIndex",itemClassName:"itemClassName",itemContent:"itemContent",listClassName:"listClassName",logLevel:"logLevel",overscan:"overscan",restoreStateFrom:"restoreStateFrom",scrollerRef:"scrollerRef",scrollSeekConfiguration:"scrollSeekConfiguration",totalCount:"totalCount",useWindowScroll:"useWindowScroll"}},g.memo(function({...e}){let t=pj("useWindowScroll"),n=pj("customScrollParent"),r=n||t?pH:p$,i=n||t?pz:pB,o=pj("context");return(0,f.jsx)(r,{...e,...hQ(r,o),children:(0,f.jsxs)(i,{children:[(0,f.jsx)(pZ,{}),(0,f.jsx)(pL,{}),(0,f.jsx)(pN,{})]})})})),p$=h5({useEmitter:pF,useEmitterValue:pj,usePublisher:pV}),pH=h3({useEmitter:pF,useEmitterValue:pj,usePublisher:pV});function pW(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,dp.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}function pG(e){return(0,A.ZP)("MuiListItemButton",e)}let pU=(0,T.Z)("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]),pq=e=>{let{alignItems:t,classes:n,dense:r,disabled:i,disableGutters:o,divider:a,selected:s}=e,l=(0,y.Z)({root:["root",r&&"dense",!o&&"gutters",a&&"divider",i&&"disabled","flex-start"===t&&"alignItemsFlexStart",s&&"selected"]},pG,n);return{...n,...l}},pY=(0,S.ZP)(B.Z,{shouldForwardProp:e=>(0,N.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,C.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"}},[`&.${pU.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${pU.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${pU.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,x.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,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${pU.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${pU.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}}]}))),pK=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiListItemButton"}),{alignItems:r="center",autoFocus:i=!1,component:o="div",children:a,dense:s=!1,disableGutters:l=!1,divider:u=!1,focusVisibleClassName:c,selected:d=!1,className:h,...p}=n,m=g.useContext(sE),y=g.useMemo(()=>({dense:s||m.dense||!1,alignItems:r,disableGutters:l}),[r,m.dense,s,l]),x=g.useRef(null);(0,aZ.Z)(()=>{i&&x.current&&x.current.focus()},[i]);let b={...n,alignItems:r,dense:y.dense,disableGutters:l,divider:u,selected:d},w=pq(b),S=(0,aL.Z)(x,t);return(0,f.jsx)(sE.Provider,{value:y,children:(0,f.jsx)(pY,{ref:S,href:p.href||p.to,component:(p.href||p.to)&&"div"===o?"button":o,focusVisibleClassName:(0,v.Z)(w.focusVisible,c),ownerState:b,className:(0,v.Z)(w.root,h),...p,classes:w,children:a})})});var pX=n(7488),pJ=n(2054);function pQ(e){return(0,A.ZP)("MuiListItemText",e)}let p0=(0,T.Z)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]),p1=e=>{let{classes:t,inset:n,primary:r,secondary:i,dense:o}=e;return(0,y.Z)({root:["root",n&&"inset",o&&"dense",r&&i&&"multiline"],primary:["primary"],secondary:["secondary"]},pQ,t)},p2=(0,S.ZP)("div",{name:"MuiListItemText",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${p0.primary}`]:t.primary},{[`& .${p0.secondary}`]:t.secondary},t.root,n.inset&&t.inset,n.primary&&n.secondary&&t.multiline,n.dense&&t.dense]}})({flex:"1 1 auto",minWidth:0,marginTop:4,marginBottom:4,[`.${pX.Z.root}:where(& .${p0.primary})`]:{display:"block"},[`.${pX.Z.root}:where(& .${p0.secondary})`]:{display:"block"},variants:[{props:({ownerState:e})=>e.primary&&e.secondary,style:{marginTop:6,marginBottom:6}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:56}}]}),p5=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiListItemText"}),{children:r,className:i,disableTypography:o=!1,inset:a=!1,primary:s,primaryTypographyProps:l,secondary:u,secondaryTypographyProps:c,slots:d={},slotProps:h={},...p}=n,{dense:m}=g.useContext(sE),y=null!=s?s:r,x=u,b={...n,disableTypography:o,inset:a,primary:!!y,secondary:!!x,dense:m},w=p1(b),S={slots:d,slotProps:{primary:l,secondary:c,...h}},[C,M]=(0,lc.Z)("root",{className:(0,v.Z)(w.root,i),elementType:p2,externalForwardedProps:{...S,...p},ownerState:b,ref:t}),[T,A]=(0,lc.Z)("primary",{className:w.primary,elementType:pJ.Z,externalForwardedProps:S,ownerState:b}),[_,I]=(0,lc.Z)("secondary",{className:w.secondary,elementType:pJ.Z,externalForwardedProps:S,ownerState:b});return null==y||y.type===pJ.Z||o||(y=(0,f.jsx)(T,{variant:m?"body2":"body1",component:A?.variant?void 0:"span",...A,children:y})),null==x||x.type===pJ.Z||o||(x=(0,f.jsx)(_,{variant:"body2",color:"textSecondary",...I,children:x})),(0,f.jsxs)(C,{...M,children:[y,x]})});function p3(...e){return e.flatMap(e=>void 0===e?[]:Array.isArray(e)?e:[e])}let p4=(0,g.memo)(function({color:e,sx:t,...n}){return(0,f.jsx)(iV.Z,{...n,sx:p3({height:4,width:16,margin:e=>e.spacing(.5)},t),style:{backgroundColor:e}})}),p6=(0,g.forwardRef)(function({item:e,sx:t,truncateLabel:n,onClick:r,isVisuallySelected:i,onMouseOver:o,onMouseOut:a,index:s,...l},u){let[c,d]=(0,g.useState)(n);return(0,f.jsxs)(pK,{...l,role:"listitem",sx:p3({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,f.jsx)(iV.Z,{sx:{display:"flex",alignItems:"center"},children:(0,f.jsx)(p4,{color:e.color})}),(0,f.jsx)(p5,{primary:e.label,primaryTypographyProps:{noWrap:c},onMouseOver:function(){n&&d(!1)},onMouseOut:function(){n&&d(!0)}})]})}),p8=(0,g.memo)(p6);function p9(e,t){return"ALL"!==t&&!!t[e.id]}function p7({items:e,height:t,width:n,selectedItems:r,onLegendItemClick:i,onItemMouseOver:o,onItemMouseOut:a}){let s=e.length>5;return(0,f.jsx)(h9,{style:{height:t,width:n},data:e,itemContent:(e,t)=>(0,f.jsx)(p8,{item:t,index:e,truncateLabel:s,isVisuallySelected:p9(t,r),onClick:i,onMouseOver:o,onMouseOut:a,sx:{width:"100%",wordBreak:"break-word",overflow:"hidden"}},t.id),role:"list"})}function fe({height:e,items:t,selectedItems:n,onLegendItemClick:r,onItemMouseOver:i,onItemMouseOut:o}){return(0,f.jsx)(iV.Z,{component:"ul",sx:{width:"100%",height:e,padding:[0,1,0,0],overflowY:"scroll",margin:0},children:t.map((e,t)=>(0,f.jsx)(p8,{item:e,index:t,isVisuallySelected:p9(e,n),onMouseOver:i,onMouseOut:o,onClick:r,sx:{width:"auto",float:"left",paddingRight:1.5}},e.id))})}function ft(e,t){return"function"==typeof e?e(t):e}function fn(e,t){return n=>{t.setState(t=>({...t,[e]:ft(n,t[e])}))}}function fr(e){return e instanceof Function}function fi(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 fo(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 fa="debugHeaders";function fs(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 fl(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=fs(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)=>fs(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 fu=(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:fi(()=>[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:fi(()=>[e,n,t,i],(e,t,n,r)=>({table:e,column:t,row:n,cell:r,getValue:r.getValue,renderValue:r.renderValue}),fo(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)),fo(e.options,"debugRows","getAllCells")),_getAllCellsByColumnId:fi(()=>[s.getAllCells()],e=>e.reduce((e,t)=>(e[t.column.id]=t,e),{}),fo(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},fc=(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))};fc.autoRemove=e=>fb(e);let fd=(e,t,n)=>{var r;return!!(null==(r=e.getValue(t))||null==(r=r.toString())?void 0:r.includes(n))};fd.autoRemove=e=>fb(e);let fh=(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())};fh.autoRemove=e=>fb(e);let fp=(e,t,n)=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)};fp.autoRemove=e=>fb(e);let ff=(e,t,n)=>!n.some(n=>{var r;return!(null!=(r=e.getValue(t))&&r.includes(n))});ff.autoRemove=e=>fb(e)||!(null!=e&&e.length);let fg=(e,t,n)=>n.some(n=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)});fg.autoRemove=e=>fb(e)||!(null!=e&&e.length);let fm=(e,t,n)=>e.getValue(t)===n;fm.autoRemove=e=>fb(e);let fv=(e,t,n)=>e.getValue(t)==n;fv.autoRemove=e=>fb(e);let fy=(e,t,n)=>{let[r,i]=n,o=e.getValue(t);return o>=r&&o<=i};fy.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]},fy.autoRemove=e=>fb(e)||fb(e[0])&&fb(e[1]);let fx={includesString:fc,includesStringSensitive:fd,equalsString:fh,arrIncludes:fp,arrIncludesAll:ff,arrIncludesSome:fg,equals:fm,weakEquals:fv,inNumberRange:fy};function fb(e){return null==e||""===e}function fw(e,t,n){return!!e&&!!e.autoRemove&&e.autoRemove(t,n)||void 0===t||"string"==typeof t&&!t}let fS={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},fC=()=>({left:[],right:[]}),fM={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},fk=()=>({startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]}),fT=null;function fA(e){return"touchstart"===e.type}function f_(e,t){return t?"center"===t?e.getCenterVisibleLeafColumns():"left"===t?e.getLeftVisibleLeafColumns():e.getRightVisibleLeafColumns():e.getVisibleLeafColumns()}let fI=()=>({pageIndex:0,pageSize:10}),fD=()=>({top:[],bottom:[]}),fP=(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=>fP(e,t.id,n,r,i))};function fO(e,t){let n=e.getState().rowSelection,r=[],i={},o=function(e,t){return e.map(e=>{var t;let a=fE(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 fE(e,t){var n;return null!=(n=t[e.id])&&n}function fR(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()&&(fE(e,t)?o=!0:i=!1),e.subRows&&e.subRows.length)){let n=fR(e,t);"all"===n?o=!0:("some"===n&&(o=!0),i=!1)}}),i?"all":!!o&&"some"}let fL=/([0-9]+)/gm;function fZ(e,t){return e===t?0:e>t?1:-1}function fN(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function fB(e,t){let n=e.split(fL).filter(Boolean),r=t.split(fL).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 fz={alphanumeric:(e,t,n)=>fB(fN(e.getValue(n)).toLowerCase(),fN(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>fB(fN(e.getValue(n)),fN(t.getValue(n))),text:(e,t,n)=>fZ(fN(e.getValue(n)).toLowerCase(),fN(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>fZ(fN(e.getValue(n)),fN(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)=>fZ(e.getValue(n),t.getValue(n))},fF=[{createTable:e=>{e.getHeaderGroups=fi(()=>[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 fl(t,[...s,...n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),...l],e)},fo(e.options,fa,"getHeaderGroups")),e.getCenterHeaderGroups=fi(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,r,i)=>fl(t,n=n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),e,"center"),fo(e.options,fa,"getCenterHeaderGroups")),e.getLeftHeaderGroups=fi(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left],(t,n,r)=>{var i;return fl(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"left")},fo(e.options,fa,"getLeftHeaderGroups")),e.getRightHeaderGroups=fi(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right],(t,n,r)=>{var i;return fl(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"right")},fo(e.options,fa,"getRightHeaderGroups")),e.getFooterGroups=fi(()=>[e.getHeaderGroups()],e=>[...e].reverse(),fo(e.options,fa,"getFooterGroups")),e.getLeftFooterGroups=fi(()=>[e.getLeftHeaderGroups()],e=>[...e].reverse(),fo(e.options,fa,"getLeftFooterGroups")),e.getCenterFooterGroups=fi(()=>[e.getCenterHeaderGroups()],e=>[...e].reverse(),fo(e.options,fa,"getCenterFooterGroups")),e.getRightFooterGroups=fi(()=>[e.getRightHeaderGroups()],e=>[...e].reverse(),fo(e.options,fa,"getRightFooterGroups")),e.getFlatHeaders=fi(()=>[e.getHeaderGroups()],e=>e.map(e=>e.headers).flat(),fo(e.options,fa,"getFlatHeaders")),e.getLeftFlatHeaders=fi(()=>[e.getLeftHeaderGroups()],e=>e.map(e=>e.headers).flat(),fo(e.options,fa,"getLeftFlatHeaders")),e.getCenterFlatHeaders=fi(()=>[e.getCenterHeaderGroups()],e=>e.map(e=>e.headers).flat(),fo(e.options,fa,"getCenterFlatHeaders")),e.getRightFlatHeaders=fi(()=>[e.getRightHeaderGroups()],e=>e.map(e=>e.headers).flat(),fo(e.options,fa,"getRightFlatHeaders")),e.getCenterLeafHeaders=fi(()=>[e.getCenterFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),fo(e.options,fa,"getCenterLeafHeaders")),e.getLeftLeafHeaders=fi(()=>[e.getLeftFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),fo(e.options,fa,"getLeftLeafHeaders")),e.getRightLeafHeaders=fi(()=>[e.getRightFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),fo(e.options,fa,"getRightLeafHeaders")),e.getLeafHeaders=fi(()=>[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()},fo(e.options,fa,"getLeafHeaders"))}},{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:fn("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=fi(()=>[e.getAllCells(),t.getState().columnVisibility],e=>e.filter(e=>e.column.getIsVisible()),fo(t.options,"debugRows","_getAllVisibleCells")),e.getVisibleCells=fi(()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()],(e,t,n)=>[...e,...t,...n],fo(t.options,"debugRows","getVisibleCells"))},createTable:e=>{let t=(t,n)=>fi(()=>[n(),n().filter(e=>e.getIsVisible()).map(e=>e.id).join("_")],e=>e.filter(e=>null==e.getIsVisible?void 0:e.getIsVisible()),fo(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:fn("columnOrder",e)}),createColumn:(e,t)=>{e.getIndex=fi(e=>[f_(t,e)],t=>t.findIndex(t=>t.id===e.id),fo(t.options,"debugColumns","getIndex")),e.getIsFirstColumn=n=>{var r;return(null==(r=f_(t,n)[0])?void 0:r.id)===e.id},e.getIsLastColumn=n=>{var r;let i=f_(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=fi(()=>[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)},fo(e.options,"debugTable","_getOrderColumnsFn"))}},{getInitialState:e=>({columnPinning:fC(),...e}),getDefaultOptions:e=>({onColumnPinningChange:fn("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=fi(()=>[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))},fo(t.options,"debugRows","getCenterVisibleCells")),e.getLeftVisibleCells=fi(()=>[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"})),fo(t.options,"debugRows","getLeftVisibleCells")),e.getRightVisibleCells=fi(()=>[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"})),fo(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?fC():null!=(n=null==(r=e.initialState)?void 0:r.columnPinning)?n:fC())},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=fi(()=>[e.getAllLeafColumns(),e.getState().columnPinning.left],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),fo(e.options,"debugColumns","getLeftLeafColumns")),e.getRightLeafColumns=fi(()=>[e.getAllLeafColumns(),e.getState().columnPinning.right],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),fo(e.options,"debugColumns","getRightLeafColumns")),e.getCenterLeafColumns=fi(()=>[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))},fo(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:fn("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?fx.includesString:"number"==typeof r?fx.inNumberRange:"boolean"==typeof r||null!==r&&"object"==typeof r?fx.equals:Array.isArray(r)?fx.arrIncludes:fx.weakEquals},e.getFilterFn=()=>{var n,r;return fr(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:fx[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=ft(n,a?a.value:void 0);if(fw(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=ft(t,e))?void 0:r.filter(e=>{let t=n.find(t=>t.id===e.id);return!(t&&fw(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:fn("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=()=>fx.includesString,e.getGlobalFilterFn=()=>{var t,n;let{globalFilterFn:r}=e.options;return fr(r)?r:"auto"===r?e.getGlobalAutoFilterFn():null!=(t=null==(n=e.options.filterFns)?void 0:n[r])?t:fx[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:fn("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 fz.datetime;if("string"==typeof n&&(r=!0,n.split(fL).length>1))return fz.alphanumeric}return r?fz.text:fz.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 fr(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:fz[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=[],d=o?n:"desc"===i;if("toggle"!=(s=null!=a&&a.length&&e.getCanMultiSort()&&r?l?"toggle":"add":null!=a&&a.length&&u!==a.length-1?"replace":l?"toggle":"replace")||o||i||(s="remove"),"add"===s){var h;(c=[...a,{id:e.id,desc:d}]).splice(0,c.length-(null!=(h=t.options.maxMultiSortColCount)?h:Number.MAX_SAFE_INTEGER))}else c="toggle"===s?a.map(t=>t.id===e.id?{...t,desc:d}:t):"remove"===s?a.filter(t=>t.id!==e.id):[{id:e.id,desc:d}];return c})},e.getFirstSortDir=()=>{var n,r;return(null!=(n=null!=(r=e.columnDef.sortDescFirst)?r:t.options.sortDescFirst)?n:"desc"===e.getAutoSortDir())?"desc":"asc"},e.getNextSortingOrder=n=>{var r,i;let o=e.getFirstSortDir(),a=e.getIsSorted();return a?(a===o||null!=(r=t.options.enableSortingRemoval)&&!r||!!n&&null!=(i=t.options.enableMultiRemove)&&!i)&&("desc"===a?"asc":"desc"):o},e.getCanSort=()=>{var n,r;return(null==(n=e.columnDef.enableSorting)||n)&&(null==(r=t.options.enableSorting)||r)&&!!e.accessorFn},e.getCanMultiSort=()=>{var n,r;return null!=(n=null!=(r=e.columnDef.enableMultiSort)?r:t.options.enableMultiSort)?n:!!e.accessorFn},e.getIsSorted=()=>{var n;let r=null==(n=t.getState().sorting)?void 0:n.find(t=>t.id===e.id);return!!r&&(r.desc?"desc":"asc")},e.getSortIndex=()=>{var n,r;return null!=(n=null==(r=t.getState().sorting)?void 0:r.findIndex(t=>t.id===e.id))?n:-1},e.clearSorting=()=>{t.setSorting(t=>null!=t&&t.length?t.filter(t=>t.id!==e.id):[])},e.getToggleSortingHandler=()=>{let n=e.getCanSort();return r=>{n&&(null==r.persist||r.persist(),null==e.toggleSorting||e.toggleSorting(void 0,!!e.getCanMultiSort()&&(null==t.options.isMultiSortEvent?void 0:t.options.isMultiSortEvent(r))))}}},createTable:e=>{e.setSorting=t=>null==e.options.onSortingChange?void 0:e.options.onSortingChange(t),e.resetSorting=t=>{var n,r;e.setSorting(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.sorting)?n:[])},e.getPreSortedRowModel=()=>e.getGroupedRowModel(),e.getSortedRowModel=()=>(!e._getSortedRowModel&&e.options.getSortedRowModel&&(e._getSortedRowModel=e.options.getSortedRowModel(e)),e.options.manualSorting||!e._getSortedRowModel)?e.getPreSortedRowModel():e._getSortedRowModel()}},{getDefaultColumnDef:()=>({aggregatedCell:e=>{var t,n;return null!=(t=null==(n=e.getValue())||null==n.toString?void 0:n.toString())?t:null},aggregationFn:"auto"}),getInitialState:e=>({grouping:[],...e}),getDefaultOptions:e=>({onGroupingChange:fn("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?fS.sum:"[object Date]"===Object.prototype.toString.call(r)?fS.extent:void 0},e.getAggregationFn=()=>{var n,r;if(!e)throw Error();return fr(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:fS[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:fn("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:{...fI(),...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:fn("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=>ft(t,e)),e.resetPagination=t=>{var n;e.setPagination(t?fI():null!=(n=e.initialState.pagination)?n:fI())},e.setPageIndex=t=>{e.setPagination(n=>{let r=ft(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,ft(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=ft(t,null!=(r=e.options.pageCount)?r:-1);return"number"==typeof i&&(i=Math.max(-1,i)),{...n,pageCount:i}}),e.getPageOptions=fi(()=>[e.getPageCount()],e=>{let t=[];return e&&e>0&&(t=[...Array(e)].fill(null).map((e,t)=>t)),t},fo(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:fD(),...e}),getDefaultOptions:e=>({onRowPinningChange:fn("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?fD():null!=(n=null==(r=e.initialState)?void 0:r.rowPinning)?n:fD())},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=fi(()=>[e.getRowModel().rows,e.getState().rowPinning.top],(t,n)=>e._getPinnedRows(t,n,"top"),fo(e.options,"debugRows","getTopRows")),e.getBottomRows=fi(()=>[e.getRowModel().rows,e.getState().rowPinning.bottom],(t,n)=>e._getPinnedRows(t,n,"bottom"),fo(e.options,"debugRows","getBottomRows")),e.getCenterRows=fi(()=>[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))},fo(e.options,"debugRows","getCenterRows"))}},{getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:fn("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=>{fP(i,t.id,r,!0,e)}),i}),e.getPreSelectedRowModel=()=>e.getCoreRowModel(),e.getSelectedRowModel=fi(()=>[e.getState().rowSelection,e.getCoreRowModel()],(t,n)=>Object.keys(t).length?fO(e,n):{rows:[],flatRows:[],rowsById:{}},fo(e.options,"debugTable","getSelectedRowModel")),e.getFilteredSelectedRowModel=fi(()=>[e.getState().rowSelection,e.getFilteredRowModel()],(t,n)=>Object.keys(t).length?fO(e,n):{rows:[],flatRows:[],rowsById:{}},fo(e.options,"debugTable","getFilteredSelectedRowModel")),e.getGroupedSelectedRowModel=fi(()=>[e.getState().rowSelection,e.getSortedRowModel()],(t,n)=>Object.keys(t).length?fO(e,n):{rows:[],flatRows:[],rowsById:{}},fo(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 fP(s,e.id,n,null==(a=null==r?void 0:r.selectChildren)||a,t),s})},e.getIsSelected=()=>{let{rowSelection:n}=t.getState();return fE(e,n)},e.getIsSomeSelected=()=>{let{rowSelection:n}=t.getState();return"some"===fR(e,n)},e.getIsAllSubRowsSelected=()=>{let{rowSelection:n}=t.getState();return"all"===fR(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:()=>fM,getInitialState:e=>({columnSizing:{},columnSizingInfo:fk(),...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",columnResizeDirection:"ltr",onColumnSizingChange:fn("columnSizing",e),onColumnSizingInfoChange:fn("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:fM.minSize,null!=(r=null!=o?o:e.columnDef.size)?r:fM.size),null!=(i=e.columnDef.maxSize)?i:fM.maxSize)},e.getStart=fi(e=>[e,f_(t,e),t.getState().columnSizing],(t,n)=>n.slice(0,e.getIndex(t)).reduce((e,t)=>e+t.getSize(),0),fo(t.options,"debugColumns","getStart")),e.getAfter=fi(e=>[e,f_(t,e),t.getState().columnSizing],(t,n)=>n.slice(e.getIndex(t)+1).reduce((e,t)=>e+t.getSize(),0),fo(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(),fA(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=fA(o)?Math.round(o.touches[0].clientX):o.clientX,u={},c=(e,n)=>{"number"==typeof n&&(t.setColumnSizingInfo(e=>{var r,i;let o="rtl"===t.options.columnResizeDirection?-1:1,a=(n-(null!=(r=null==e?void 0:e.startOffset)?r:0))*o,s=Math.max(a/(null!=(i=null==e?void 0:e.startSize)?i:0),-.999999);return e.columnSizingStart.forEach(e=>{let[t,n]=e;u[t]=Math.round(100*Math.max(n+n*s,0))/100}),{...e,deltaOffset:a,deltaPercentage:s}}),("onChange"===t.options.columnResizeMode||"end"===e)&&t.setColumnSizing(e=>({...e,...u})))},d=e=>c("move",e),h=e=>{c("end",e),t.setColumnSizingInfo(e=>({...e,isResizingColumn:!1,startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,columnSizingStart:[]}))},p=n||"undefined"!=typeof document?document:null,f={moveHandler:e=>d(e.clientX),upHandler:e=>{null==p||p.removeEventListener("mousemove",f.moveHandler),null==p||p.removeEventListener("mouseup",f.upHandler),h(e.clientX)}},g={moveHandler:e=>(e.cancelable&&(e.preventDefault(),e.stopPropagation()),d(e.touches[0].clientX),!1),upHandler:e=>{var t;null==p||p.removeEventListener("touchmove",g.moveHandler),null==p||p.removeEventListener("touchend",g.upHandler),e.cancelable&&(e.preventDefault(),e.stopPropagation()),h(null==(t=e.touches[0])?void 0:t.clientX)}},m=!!function(){if("boolean"==typeof fT)return fT;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 fT=e}()&&{passive:!1};fA(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?fk():null!=(n=e.initialState.columnSizingInfo)?n:fk())},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}}}];var fj=n(4968);let fV=(0,g.forwardRef)(function(e,t){return(0,f.jsx)(fj.Z,{...e,ref:t,sx:{backgroundColor:e=>e.palette.background.default,"&:hover":{backgroundColor:e=>(0,x.Fq)(e.palette.primary.main,e.palette.action.hoverOpacity)}}})});var f$=n(6174);let fH=(0,g.forwardRef)(function(e,t){return(0,f.jsx)(f$.Z,{...e,ref:t})});var fW=n(190);let fG=(0,S.ZP)(fW.Z)(({theme:e})=>({tableLayout:"fixed",borderCollapse:"separate",backgroundColor:e.palette.background.default})),fU={compact:"small",standard:"medium",comfortable:"medium"},fq=(0,g.forwardRef)(function({density:e,...t},n){return(0,f.jsx)(fG,{...t,tabIndex:-1,size:fU[e],ref:n,sx:{width:"100%"}})});var fY=n(1889);let fK=(0,g.forwardRef)(function(e,t){return(0,f.jsx)(fY.Z,{...e,ref:t})}),fX=(0,ui.Z)((0,f.jsx)("path",{d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"}),"ArrowDownward");function fJ(e){return(0,A.ZP)("MuiTableSortLabel",e)}let fQ=(0,T.Z)("MuiTableSortLabel",["root","active","icon","iconDirectionDesc","iconDirectionAsc","directionDesc","directionAsc"]),f0=e=>{let{classes:t,direction:n,active:r}=e,i={root:["root",r&&"active",`direction${(0,w.Z)(n)}`],icon:["icon",`iconDirection${(0,w.Z)(n)}`]};return(0,y.Z)(i,fJ,t)},f1=(0,S.ZP)(B.Z,{name:"MuiTableSortLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.active&&t.active]}})((0,C.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,[`& .${fQ.icon}`]:{opacity:.5}},[`&.${fQ.active}`]:{color:(e.vars||e).palette.text.primary,[`& .${fQ.icon}`]:{opacity:1,color:(e.vars||e).palette.text.secondary}}}))),f2=(0,S.ZP)("span",{name:"MuiTableSortLabel",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,t[`iconDirection${(0,w.Z)(n.direction)}`]]}})((0,C.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)"}}]}))),f5=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiTableSortLabel"}),{active:r=!1,children:i,className:o,direction:a="asc",hideSortIcon:s=!1,IconComponent:l=fX,slots:u={},slotProps:c={},...d}=n,h={...n,active:r,direction:a,hideSortIcon:s,IconComponent:l},p=f0(h),g={slots:u,slotProps:c},[m,y]=(0,lc.Z)("root",{elementType:f1,externalForwardedProps:g,ownerState:h,className:(0,v.Z)(p.root,o),ref:t}),[x,b]=(0,lc.Z)("icon",{elementType:f2,externalForwardedProps:g,ownerState:h,className:p.icon});return(0,f.jsxs)(m,{disableRipple:!0,component:"span",...y,...d,children:[i,s&&!r?null:(0,f.jsx)(x,{as:l,...b})]})});var f3=n(6205);let f4=150,f6=40;function f8(e,t,{isHeader:n,isLastColumn:r,isFirstColumn:i,defaultColumnHeight:o}={}){var a,s;let l=e.spacing(1),u=e.spacing(1.25),c=e.spacing(2),d=i?c:u,h=r?c:u,p=e.typography.body1.lineHeight,f=e.typography.body1.fontSize;"compact"===t&&(l=e.spacing(.5),u=e.spacing(.5),c=e.spacing(1),d=i?c:u,h=r?c:u,p=e.typography.body2.lineHeight,f=e.typography.body2.fontSize),"comfortable"===t&&(l=e.spacing(2),u=e.spacing(1.5),c=e.spacing(2),d=i?c:u,h=r?c:u,p=e.typography.body1.lineHeight,f=e.typography.body1.fontSize);let g=n||!o||"auto"===o?(a=p,s=l,("string"==typeof a?parseInt(a,10):a??0)+2*("string"==typeof s?parseInt(s,10):s)):o;return{padding:`${l} ${h} ${l} ${d}`,height:g,fontSize:f,lineHeight:p}}function f9(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 f7=(0,S.ZP)(f3.Z)(({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 ge({children:e,density:t,variant:n,width:r,defaultColumnHeight:i,focusState:o="none",onFocusTrigger:a,isFirstColumn:s,isLastColumn:l,description:u,align:c,color:d,backgroundColor:h,...p}){let m=(0,s8.Z)(),v=(0,g.useRef)(),y="head"===n;(0,g.useEffect)(()=>{"trigger-focus"===o&&v.current&&v.current.focus()},[o]);let x=e=>{a?.(e)};return(0,f.jsx)(f7,{...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:x,onKeyUp:x,style:{width:r},sx:{position:"relative",borderBottom:y?`solid 1px ${m.palette.grey[100]}`:`solid 1px ${m.palette.grey[50]}`,"&:hover #original-cell":{position:"absolute",top:0,left:0,zIndex:10,width:"fit-content",minWidth:"100%",whiteSpace:"nowrap",overflow:"visible",backgroundColor:`${h??m.palette.background.default} !important`,outline:`solid 1px ${m.palette.info.main}`,outlineOffset:"-1px"}},ref:v,children:(0,f.jsx)(iV.Z,{id:"original-cell",sx:{...f8(m,t,{isHeader:y,isLastColumn:l,isFirstColumn:s,defaultColumnHeight:i}),position:"relative",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",flexDirection:"inherit"},style:{backgroundColor:h??"inherit",color:d??"inherit"},title:u,"aria-label":u,textAlign:c,children:e})})}function gt({onSort:e,sortDirection:t,nextSortDirection:n,children:r,...i}){let o=!!e,a=(0,f.jsx)(pJ.Z,{noWrap:!0,variant:"inherit",component:"div",color:"inherit",children:r}),s=!!t;return(0,f.jsx)(ge,{...i,children:o?(0,f.jsx)(f5,{onClick:e,direction:s?t:n,active:s,sx:{verticalAlign:"unset",maxWidth:"100%","&:focus-visible":{[`& .${fQ.icon}`]:{opacity:s?1:.5}}},children:a}):a})}function gn(e){return(0,A.ZP)("MuiTableContainer",e)}(0,T.Z)("MuiTableContainer",["root"]);let gr=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},gn,t)},gi=(0,S.ZP)("div",{name:"MuiTableContainer",slot:"Root",overridesResolver:(e,t)=>t.root})({width:"100%",overflowX:"auto"}),go=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiTableContainer"}),{className:r,component:i="div",...o}=n,a={...n,component:i},s=gr(a);return(0,f.jsx)(gi,{ref:t,as:i,className:(0,v.Z)(s.root,r),ownerState:a,...o})}),ga=(0,g.forwardRef)(function(e,t){return(0,f.jsx)(go,{...e,tabIndex:-1,ref:t})}),gs={row:0,column:0},gl=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"];function gu({width:e,height:t,density:n,defaultColumnWidth:r,defaultColumnHeight:i,onRowClick:o,onRowMouseOver:a,onRowMouseOut:s,rows:l,columns:u,headers:c,cellConfigs:d}){let h=(0,g.useRef)(null),p=(0,g.useRef)({startIndex:0,endIndex:0}),m=function({visibleRange:e,virtualTable:t,maxRows:n,maxColumns:r}){return function({maxRows:e,maxColumns:t,onActiveCellChange:n}){let[r,i]=(0,g.useState)(gs),[o,a]=(0,g.useState)(!1);return{activeCell:r,isActive:o,onTableKeyDown:(0,g.useCallback)(r=>{let o=r.key;(gl.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:p,virtualTable:h,maxRows:l.length+1,maxColumns:u.length}),v=e=>e.row===m.activeCell.row&&e.column===m.activeCell.column?m.isActive?"trigger-focus":"focus-next":"none",y=(0,g.useMemo)(()=>({Scroller:ga,Table:t=>(0,f.jsx)(fq,{...t,width:e,density:n,onKeyDown:m.onTableKeyDown}),TableHead:fK,TableRow:({item:e,...t})=>{let r=l[t["data-index"]];if(!r)return null;let i={id:r.id,index:r.index};return(0,f.jsx)(fV,{...t,onClick:e=>o(e,r.id),density:n,onMouseOver:e=>{a?.(e,i)},onMouseOut:e=>{s?.(e,i)}})},TableBody:fH}),[n,m.onTableKeyDown,o,s,a,l,e]);return(0,f.jsx)(iV.Z,{style:{width:e,height:t},children:(0,f.jsx)(pp,{ref:h,totalCount:l.length,components:y,rangeChanged:e=>{p.current=e},fixedHeaderContent:()=>(0,f.jsx)(f.Fragment,{children:c.map(e=>(0,f.jsx)(fV,{density:n,children:e.headers.map((e,t,o)=>{var a,s,l,u,c;let d=e.column,h={row:0,column:t},p=d.getIsSorted(),y=d.getNextSortingOrder();return(0,f.jsx)(gt,{onSort:d.getCanSort()?d.getToggleSortingHandler():void 0,sortDirection:"string"==typeof p?p:void 0,nextSortDirection:"string"==typeof y?y:void 0,width:d.getSize()||r,defaultColumnHeight:i,align:d.columnDef.meta?.align,variant:"head",density:n,description:d.columnDef.meta?.headerDescription,focusState:v(h),onFocusTrigger:()=>m.onCellFocus(h),isFirstColumn:0===t,isLastColumn:t===o.length-1,children:(a=d.columnDef.header,s=e.getContext(),a?"function"==typeof(u=l=a)&&(()=>{let e=Object.getPrototypeOf(u);return e.prototype&&e.prototype.isReactComponent})()||"function"==typeof l||"object"==typeof(c=l)&&"symbol"==typeof c.$$typeof&&["react.memo","react.forward_ref"].includes(c.$$typeof.description)?g.createElement(a,s):a:null)},e.id)})},e.id))}),itemContent:e=>{let t=l[e];return t?(0,f.jsx)(f.Fragment,{children:t.getVisibleCells().map((t,o,a)=>{let s;let l={row:e+1,column:o},u=t.getContext(),c=d?.[u.cell.id],h=t.column.columnDef.cell,p="function"==typeof h?h(u):null,g=t.column.columnDef.meta?.cellDescription;return"function"==typeof g?s=g(u):g&&"string"==typeof p&&(s=p),(0,f.jsx)(ge,{"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:v(l),onFocusTrigger:()=>m.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 gc(e){return(0,A.ZP)("PrivateSwitchBase",e)}(0,T.Z)("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);let gd=e=>{let{classes:t,checked:n,disabled:r,edge:i}=e,o={root:["root",n&&"checked",r&&"disabled",i&&`edge${(0,w.Z)(i)}`],input:["input"]};return(0,y.Z)(o,gc,t)},gh=(0,S.ZP)(B.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}}]}),gp=(0,S.ZP)("input",{shouldForwardProp:N.Z})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),gf=g.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:d,inputRef:h,name:p,onBlur:g,onChange:m,onFocus:v,readOnly:y,required:x=!1,tabIndex:b,type:w,value:S,slots:C={},slotProps:M={},...k}=e,[T,A]=(0,l4.Z)({controlled:r,default:!!o,name:"SwitchBase",state:"checked"}),_=aE(),I=e=>{v&&v(e),_&&_.onFocus&&_.onFocus(e)},D=e=>{g&&g(e),_&&_.onBlur&&_.onBlur(e)},P=e=>{if(e.nativeEvent.defaultPrevented)return;let t=e.target.checked;A(t),m&&m(e,t)},O=a;_&&void 0===O&&(O=_.disabled);let E="checkbox"===w||"radio"===w,R={...e,checked:T,disabled:O,disableFocusRipple:s,edge:l},L=gd(R),Z={slots:C,slotProps:{input:d,...M}},[N,B]=(0,lc.Z)("root",{ref:t,elementType:gh,className:L.root,shouldForwardComponentProp:!0,externalForwardedProps:{...Z,component:"span",...k},getSlotProps:e=>({...e,onFocus:t=>{e.onFocus?.(t),I(t)},onBlur:t=>{e.onBlur?.(t),D(t)}}),ownerState:R,additionalProps:{centerRipple:!0,focusRipple:!s,disabled:O,role:void 0,tabIndex:null}}),[z,F]=(0,lc.Z)("input",{ref:h,elementType:gp,className:L.input,externalForwardedProps:Z,getSlotProps:e=>({onChange:t=>{e.onChange?.(t),P(t)}}),ownerState:R,additionalProps:{autoFocus:n,checked:r,defaultChecked:o,disabled:O,id:E?c:void 0,name:p,readOnly:y,required:x,tabIndex:b,type:w,..."checkbox"===w&&void 0===S?{}:{value:S}}});return(0,f.jsxs)(N,{...B,children:[(0,f.jsx)(z,{...F}),T?i:u]})}),gg=(0,ui.Z)((0,f.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"),gm=(0,ui.Z)((0,f.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"),gv=(0,ui.Z)((0,f.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 gy(e){return(0,A.ZP)("MuiCheckbox",e)}let gx=(0,T.Z)("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]),gb=e=>{let{classes:t,indeterminate:n,color:r,size:i}=e,o={root:["root",n&&"indeterminate",`color${(0,w.Z)(r)}`,`size${(0,w.Z)(i)}`]},a=(0,y.Z)(o,gy,t);return{...t,...a}},gw=(0,S.ZP)(gf,{shouldForwardProp:e=>(0,N.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,w.Z)(n.size)}`],"default"!==n.color&&t[`color${(0,w.Z)(n.color)}`]]}})((0,C.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,x.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)}}},...Object.entries(e.palette).filter((0,M.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,x.Fq)(e.palette[t].main,e.palette.action.hoverOpacity)}}})),...Object.entries(e.palette).filter((0,M.Z)()).map(([t])=>({props:{color:t},style:{[`&.${gx.checked}, &.${gx.indeterminate}`]:{color:(e.vars||e).palette[t].main},[`&.${gx.disabled}`]:{color:(e.vars||e).palette.action.disabled}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}))),gS=(0,f.jsx)(gm,{}),gC=(0,f.jsx)(gg,{}),gM=(0,f.jsx)(gv,{}),gk=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiCheckbox"}),{checkedIcon:r=gS,color:i="primary",icon:o=gC,indeterminate:a=!1,indeterminateIcon:s=gM,inputProps:l,size:u="medium",disableRipple:c=!1,className:d,slots:h={},slotProps:p={},...m}=n,y=a?s:o,x=a?s:r,b={...n,disableRipple:c,color:i,indeterminate:a,size:u},w=gb(b),S=p.input??l,[C,M]=(0,lc.Z)("root",{ref:t,elementType:gw,className:(0,v.Z)(w.root,d),shouldForwardComponentProp:!0,externalForwardedProps:{slots:h,slotProps:p,...m},ownerState:b,additionalProps:{type:"checkbox",icon:g.cloneElement(y,{fontSize:y.props.fontSize??u}),checkedIcon:g.cloneElement(x,{fontSize:x.props.fontSize??u}),disableRipple:c,slots:h,slotProps:{input:(0,lE.Z)("function"==typeof S?S(b):S,{"data-indeterminate":a})}}});return(0,f.jsx)(C,{...M,classes:w})});function gT({color:e,density:t,...n}){let r="compact"===t;return(0,f.jsx)(gk,{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,x.Fq)(e,.5):void 0},"& .MuiSvgIcon-root":{fontSize:r?16:18}}})}let gA=(e,t)=>`${t}`,g_={},gI=[];function gD({data:e,columns:t,cellConfigs:n,density:r="standard",defaultColumnWidth:i=f4,defaultColumnHeight:o="auto",checkboxSelection:a,onRowSelectionChange:s,onSortingChange:l,getCheckboxColor:u,getRowId:c=gA,rowSelection:d=g_,sorting:h=gI,rowSelectionVariant:p="standard",...m}){let v=(0,s8.Z)(),y=(0,g.useCallback)((e,t,n)=>{"standard"===p||n?t.toggleSelected():t.getIsSelected()&&!e.getIsAllRowsSelected()?e.toggleAllRowsSelected():s?.({[t.id]:!0})},[s,p]),x=(0,g.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,g.useMemo)(()=>({id:"checkboxRowSelect",size:28,header:({table:e})=>(0,f.jsx)(gT,{checked:e.getIsAllRowsSelected(),indeterminate:e.getIsSomeRowsSelected(),onChange:e.getToggleAllRowsSelectedHandler(),color:v.palette.text.primary,density:r}),cell:({row:e,table:t})=>(0,f.jsx)(gT,{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]=g.useState(()=>({current:function(e){var t,n;let r=[...fF,...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=ft(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:fi(()=>[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}},fo(e,"debugColumns","_getDefaultColumnDef")),_getColumnDefs:()=>i.options.columns,getAllColumns:fi(()=>[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:fi(()=>[!0],()=>{var e;return[c,...null==(e=c.columns)?void 0:e.flatMap(e=>e.getFlatColumns())]},fo(e.options,"debugColumns","column.getFlatColumns")),getLeafColumns:fi(()=>[e._getOrderColumnsFn()],e=>{var t;return null!=(t=c.columns)&&t.length?e(c.columns.flatMap(e=>e.getLeafColumns())):[c]},fo(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)},fo(e,"debugColumns","getAllColumns")),getAllFlatColumns:fi(()=>[i.getAllColumns()],e=>e.flatMap(e=>e.getFlatColumns()),fo(e,"debugColumns","getAllFlatColumns")),_getAllFlatColumnsById:fi(()=>[i.getAllFlatColumns()],e=>e.reduce((e,t)=>(e[t.id]=t,e),{}),fo(e,"debugColumns","getAllFlatColumnsById")),getAllLeafColumns:fi(()=>[i.getAllColumns(),i._getOrderColumnsFn()],(e,t)=>t(e.flatMap(e=>e.getLeafColumns())),fo(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]=g.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,g.useMemo)(()=>{let e=f9(t);return a&&e.unshift(b),e},[b,a,t]),getRowId:c,getCoreRowModel:e=>fi(()=>[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=fu(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},fo(e.options,"debugTable","getRowModel",()=>e._autoResetPageIndex())),getSortedRowModel:e=>fi(()=>[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}},fo(e.options,"debugTable","getSortedRowModel",()=>e._autoResetPageIndex())),enableRowSelection:!!a,onRowSelectionChange:e=>{let t="function"==typeof e?e(d):e;s?.(t)},onSortingChange:e=>{let t="function"==typeof e?e(h):e;l?.(t)},sortDescFirst:!0,state:{rowSelection:d,sorting:h}}),S=(0,g.useCallback)((e,t)=>{let n=w.getRow(t);y(w,n,e.metaKey||e.shiftKey)},[y,w]);return(0,f.jsx)(gu,{...m,density:r,defaultColumnWidth:i,defaultColumnHeight:o,onRowClick:S,rows:w.getRowModel().rows,columns:w.getAllFlatColumns(),headers:w.getHeaderGroups(),cellConfigs:n})}let gP=[{accessorKey:"label",header:"Name",enableSorting:!0,cell:({getValue:e})=>(0,f.jsx)("span",{title:e(),children:e()})}],gO=e=>e.id,gE=e=>e.color;function gR({items:e,selectedItems:t,onSelectedItemsChange:n,onItemMouseOver:r,onItemMouseOut:i,height:o,width:a,columns:s=[],sorting:l,onSortingChange:u}){let c=(0,g.useMemo)(()=>"string"!=typeof t?t:e.reduce((e,t,n)=>(e[gO(t,n)]=!0,e),{}),[t,e]),d=(0,g.useMemo)(()=>[...gP,...s],[s]);return(0,f.jsx)(gD,{height:o,width:a,rowSelection:c,onRowSelectionChange:n,onRowMouseOver:r,onRowMouseOut:i,sorting:l,onSortingChange:u,data:e,columns:d,density:"compact",defaultColumnWidth:"auto",getRowId:gO,getCheckboxColor:gE,checkboxSelection:!0,rowSelectionVariant:"legend"})}function gL({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(cH(i,e=>{if("ALL"===e)return{[t]:!0};let r=!!e[t];return n?(r?delete e[t]:e[t]=!0,e):r?"ALL":{[t]:!0}}))},d=ci(n.mode),h=r.length>=500,p={height:t,items:r,selectedItems:i,onLegendItemClick:c,onItemMouseOver:a,onItemMouseOut:s};return(u="table"===d?(0,f.jsx)(gR,{...p,onSelectedItemsChange:o,width:e,...l}):"right"===n.position||h?(0,f.jsx)(p7,{...p,width:e,onLegendItemClick:c}):(0,f.jsx)(fe,{...p,onLegendItemClick:c}),"right"===n.position)?(0,f.jsx)(iV.Z,{style:{width:e,height:t},sx:{position:"absolute",top:0,right:0},children:u}):(0,f.jsx)(iV.Z,{style:{width:e,height:t},sx:{position:"absolute",bottom:0},children:u})}let gZ={medium:{bottom:6,right:250},small:{bottom:4,right:150}};function gN({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,d={legend:{show:!1,width:0,height:0},content:{width:e,height:t},margin:{right:0,bottom:0}};if(!c)return d;let{position:h}=c;if("list"===ci(c.mode))l="right"===h?200:e,u=40,"right"===h?u=t:t>=300&&(u=100);else{let i=f8(s,"compact"),o=(n?.tableProps?.columns||[]).reduce((e,t)=>("number"==typeof t.width&&(e+=t.width),e),0);l="right"===h?gZ[r].right+o:e;let a=Math.min(gZ[r].bottom,n.data.length+1);u="bottom"===h?a*i.height:t}let p="right"===h?e-l-a:e,f="bottom"===h?t-u-a:t;return"right"===h&&p<o||"bottom"===h&&f<i?d:{legend:{width:l,height:u,show:!0},content:{width:p,height:f},margin:{right:"right"===h?a:0,bottom:"bottom"===h?a:0}}}({width:n,height:r,legendProps:t,minChildrenHeight:s,minChildrenWidth:a,spacing:i,theme:(0,s8.Z)(),legendSize:o&&cn.includes(o)?o:cr.size});return(0,f.jsxs)(iV.Z,{style:{width:n,height:r},sx:{position:"relative",overflow:"hidden"},children:[(0,f.jsx)(iV.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,f.jsx)(gL,{...t,height:u.height,width:u.width})]})}let gB=(0,g.forwardRef)(function({debounceMs:e=250,value:t,onChange:n,...r},i){let[o,a]=(0,g.useState)(t),s=(0,g.useCallback)(e=>{n?.(e)},[n]),l=(0,g.useMemo)(()=>iX()(s,e),[e,s]);return(0,f.jsx)(um,{ref:i,value:o,onChange:function(e){a(e.target.value),l(e.target.value)},...r})});function gz(e){return(0,A.ZP)("MuiDialogTitle",e)}gB.displayName="TextField";let gF=(0,T.Z)("MuiDialogTitle",["root"]),gj=g.createContext({}),gV=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},gz,t)},g$=(0,S.ZP)(pJ.Z,{name:"MuiDialogTitle",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:"16px 24px",flex:"0 0 auto"}),gH=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiDialogTitle"}),{className:r,id:i,...o}=n,a=gV(n),{titleId:s=i}=g.useContext(gj);return(0,f.jsx)(g$,{component:"h2",className:(0,v.Z)(a.root,r),ownerState:n,ref:t,variant:"h6",id:i??s,...o})});function gW(e){return(0,A.ZP)("MuiDialogContent",e)}(0,T.Z)("MuiDialogContent",["root","dividers"]);let gG=e=>{let{classes:t,dividers:n}=e;return(0,y.Z)({root:["root",n&&"dividers"]},gW,t)},gU=(0,S.ZP)("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})((0,C.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:{[`.${gF.root} + &`]:{paddingTop:0}}}]}))),gq=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiDialogContent"}),{className:r,dividers:i=!1,...o}=n,a={...n,dividers:i},s=gG(a);return(0,f.jsx)(gU,{className:(0,v.Z)(s.root,r),ownerState:a,ref:t,...o})});function gY(e){return(0,A.ZP)("MuiDialog",e)}let gK=(0,T.Z)("MuiDialog",["root","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),gX=(0,S.ZP)(lm,{name:"MuiDialog",slot:"Backdrop",overrides:(e,t)=>t.backdrop})({zIndex:-1}),gJ=e=>{let{classes:t,scroll:n,maxWidth:r,fullWidth:i,fullScreen:o}=e,a={root:["root"],container:["container",`scroll${(0,w.Z)(n)}`],paper:["paper",`paperScroll${(0,w.Z)(n)}`,`paperWidth${(0,w.Z)(String(r))}`,i&&"paperFullWidth",o&&"paperFullScreen"]};return(0,y.Z)(a,gY,t)},gQ=(0,S.ZP)(lD,{name:"MuiDialog",slot:"Root",overridesResolver:(e,t)=>t.root})({"@media print":{position:"absolute !important"}}),g0=(0,S.ZP)("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.container,t[`scroll${(0,w.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"}}}]}),g1=(0,S.ZP)(lP.Z,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`scrollPaper${(0,w.Z)(n.scroll)}`],t[`paperWidth${(0,w.Z)(String(n.maxWidth))}`],n.fullWidth&&t.paperFullWidth,n.fullScreen&&t.paperFullScreen]}})((0,C.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)`,[`&.${gK.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}`,[`&.${gK.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,[`&.${gK.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]}))),g2=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiDialog"}),r=(0,s8.Z)(),i={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{"aria-describedby":o,"aria-labelledby":a,"aria-modal":s=!0,BackdropComponent:l,BackdropProps:u,children:c,className:d,disableEscapeKeyDown:h=!1,fullScreen:p=!1,fullWidth:m=!1,maxWidth:y="sm",onBackdropClick:x,onClick:b,onClose:w,open:S,PaperComponent:C=lP.Z,PaperProps:M={},scroll:T="paper",slots:A={},slotProps:_={},TransitionComponent:I=lh,transitionDuration:D=i,TransitionProps:P,...O}=n,E={...n,disableEscapeKeyDown:h,fullScreen:p,fullWidth:m,maxWidth:y,scroll:T},R=gJ(E),L=g.useRef(),Z=(0,ay.Z)(a),N=g.useMemo(()=>({titleId:Z}),[Z]),B={slots:{transition:I,...A},slotProps:{transition:P,paper:M,backdrop:u,..._}},[z,F]=(0,lc.Z)("root",{elementType:gQ,shouldForwardComponentProp:!0,externalForwardedProps:B,ownerState:E,className:(0,v.Z)(R.root,d),ref:t}),[j,V]=(0,lc.Z)("backdrop",{elementType:gX,shouldForwardComponentProp:!0,externalForwardedProps:B,ownerState:E}),[$,H]=(0,lc.Z)("paper",{elementType:g1,shouldForwardComponentProp:!0,externalForwardedProps:B,ownerState:E,className:(0,v.Z)(R.paper,M.className)}),[W,G]=(0,lc.Z)("container",{elementType:g0,externalForwardedProps:B,ownerState:E,className:(0,v.Z)(R.container)}),[U,q]=(0,lc.Z)("transition",{elementType:lh,externalForwardedProps:B,ownerState:E,additionalProps:{appear:!0,in:S,timeout:D,role:"presentation"}});return(0,f.jsx)(z,{closeAfterTransition:!0,slots:{backdrop:j},slotProps:{backdrop:{transitionDuration:D,as:l,...V}},disableEscapeKeyDown:h,onClose:w,open:S,onClick:e=>{b&&b(e),L.current&&(L.current=null,x&&x(e),w&&w(e,"backdropClick"))},...F,...O,children:(0,f.jsx)(U,{...q,children:(0,f.jsx)(W,{onMouseDown:e=>{L.current=e.target===e.currentTarget},...G,children:(0,f.jsx)($,{as:C,elevation:24,role:"dialog","aria-describedby":o,"aria-labelledby":Z,"aria-modal":s,...H,children:(0,f.jsx)(gj.Provider,{value:N,children:c})})})})})});function g5(e){return(0,A.ZP)("MuiDialogActions",e)}(0,T.Z)("MuiDialogActions",["root","spacing"]);let g3=e=>{let{classes:t,disableSpacing:n}=e;return(0,y.Z)({root:["root",!n&&"spacing"]},g5,t)},g4=(0,S.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}}}]}),g6=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiDialogActions"}),{className:r,disableSpacing:i=!1,...o}=n,a={...n,disableSpacing:i},s=g3(a);return(0,f.jsx)(g4,{className:(0,v.Z)(s.root,r),ownerState:a,ref:t,...o})});var g8=n(763);let g9=(0,S.ZP)("form")({overflowY:"auto",display:"flex",flexDirection:"column"}),g7=e=>({position:"absolute",top:e.spacing(.5),right:e.spacing(.5)}),me=({children:e,...t})=>(0,f.jsx)(g2,{...t,children:e});me.Header=({children:e,onClose:t,...n})=>(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(gH,{style:{textOverflow:"ellipsis",overflow:"hidden"},...n,children:e}),t&&(0,f.jsx)(av.Z,{"aria-label":"Close",onClick:t,sx:g7,children:(0,f.jsx)(g8.default,{})})]}),me.Form=g9,me.Content=({children:e,sx:t,...n})=>(0,f.jsx)(gq,{dividers:!0,...n,sx:p3({minWidth:"500px",textWrap:"balance"},t),children:e}),me.PrimaryButton=({children:e,...t})=>(0,f.jsx)(Y,{variant:"contained",type:"submit",...t,children:e}),me.SecondaryButton=({children:e,...t})=>(0,f.jsx)(Y,{variant:"outlined",color:"secondary",...t,children:e}),me.Actions=g6;let mt=e=>{let{description:t,isOpen:n,onCancel:r,onDiscardChanges:i}=e;return(0,f.jsxs)(me,{open:n,"aria-labelledby":"discard-dialog",children:[(0,f.jsx)(me.Header,{children:"Discard Changes"}),(0,f.jsx)(me.Content,{children:t}),(0,f.jsxs)(me.Actions,{children:[(0,f.jsx)(Y,{variant:"contained",onClick:i,children:"Discard Changes"}),(0,f.jsx)(Y,{variant:"outlined",color:"secondary",onClick:r,children:"Cancel"})]})]})};var mn=n(9398);function mr(e){void 0===globalThis.useIdValue&&(globalThis.useIdValue=0);let t=(0,g.useRef)(void 0);return void 0===t.current&&(t.current=`${e}-${globalThis.useIdValue++}`),t.current}var mi=n(4111);function mo(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function ma(e){var t=mo(e).Element;return e instanceof t||e instanceof Element}function ms(e){var t=mo(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function ml(e){if("undefined"==typeof ShadowRoot)return!1;var t=mo(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var mu=Math.max,mc=Math.min,md=Math.round;function mh(){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 mp(){return!/^((?!chrome|android).)*safari/i.test(mh())}function mf(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),i=1,o=1;t&&ms(e)&&(i=e.offsetWidth>0&&md(r.width)/e.offsetWidth||1,o=e.offsetHeight>0&&md(r.height)/e.offsetHeight||1);var a=(ma(e)?mo(e):window).visualViewport,s=!mp()&&n,l=(r.left+(s&&a?a.offsetLeft:0))/i,u=(r.top+(s&&a?a.offsetTop:0))/o,c=r.width/i,d=r.height/o;return{width:c,height:d,top:u,right:l+c,bottom:u+d,left:l,x:l,y:u}}function mg(e){var t=mo(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function mm(e){return e?(e.nodeName||"").toLowerCase():null}function mv(e){return((ma(e)?e.ownerDocument:e.document)||window.document).documentElement}function my(e){return mf(mv(e)).left+mg(e).scrollLeft}function mx(e){return mo(e).getComputedStyle(e)}function mb(e){var t=mx(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function mw(e){var t=mf(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 mS(e){return"html"===mm(e)?e:e.assignedSlot||e.parentNode||(ml(e)?e.host:null)||mv(e)}function mC(e,t){void 0===t&&(t=[]);var n,r=function e(t){return["html","body","#document"].indexOf(mm(t))>=0?t.ownerDocument.body:ms(t)&&mb(t)?t:e(mS(t))}(e),i=r===(null==(n=e.ownerDocument)?void 0:n.body),o=mo(r),a=i?[o].concat(o.visualViewport||[],mb(r)?r:[]):r,s=t.concat(a);return i?s:s.concat(mC(mS(a)))}function mM(e){return ms(e)&&"fixed"!==mx(e).position?e.offsetParent:null}function mk(e){for(var t=mo(e),n=mM(e);n&&["table","td","th"].indexOf(mm(n))>=0&&"static"===mx(n).position;)n=mM(n);return n&&("html"===mm(n)||"body"===mm(n)&&"static"===mx(n).position)?t:n||function(e){var t=/firefox/i.test(mh());if(/Trident/i.test(mh())&&ms(e)&&"fixed"===mx(e).position)return null;var n=mS(e);for(ml(n)&&(n=n.host);ms(n)&&0>["html","body"].indexOf(mm(n));){var r=mx(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 mT="bottom",mA="right",m_="left",mI="auto",mD=["top",mT,mA,m_],mP="start",mO="viewport",mE="popper",mR=mD.reduce(function(e,t){return e.concat([t+"-"+mP,t+"-end"])},[]),mL=[].concat(mD,[mI]).reduce(function(e,t){return e.concat([t,t+"-"+mP,t+"-end"])},[]),mZ=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"],mN={placement:"bottom",modifiers:[],strategy:"absolute"};function mB(){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 mz={passive:!0};function mF(e){return e.split("-")[0]}function mj(e){return e.split("-")[1]}function mV(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function m$(e){var t,n=e.reference,r=e.element,i=e.placement,o=i?mF(i):null,a=i?mj(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 mT:t={x:s,y:n.y+n.height};break;case mA:t={x:n.x+n.width,y:l};break;case m_:t={x:n.x-r.width,y:l};break;default:t={x:n.x,y:n.y}}var u=o?mV(o):null;if(null!=u){var c="y"===u?"height":"width";switch(a){case mP: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 mH={top:"auto",right:"auto",bottom:"auto",left:"auto"};function mW(e){var t,n,r,i,o,a,s,l=e.popper,u=e.popperRect,c=e.placement,d=e.variation,h=e.offsets,p=e.position,f=e.gpuAcceleration,g=e.adaptive,m=e.roundOffsets,v=e.isFixed,y=h.x,x=void 0===y?0:y,b=h.y,w=void 0===b?0:b,S="function"==typeof m?m({x:x,y:w}):{x:x,y:w};x=S.x,w=S.y;var C=h.hasOwnProperty("x"),M=h.hasOwnProperty("y"),k=m_,T="top",A=window;if(g){var _=mk(l),I="clientHeight",D="clientWidth";_===mo(l)&&"static"!==mx(_=mv(l)).position&&"absolute"===p&&(I="scrollHeight",D="scrollWidth"),("top"===c||(c===m_||c===mA)&&"end"===d)&&(T=mT,w-=(v&&_===A&&A.visualViewport?A.visualViewport.height:_[I])-u.height,w*=f?1:-1),(c===m_||("top"===c||c===mT)&&"end"===d)&&(k=mA,x-=(v&&_===A&&A.visualViewport?A.visualViewport.width:_[D])-u.width,x*=f?1:-1)}var P=Object.assign({position:p},g&&mH),O=!0===m?(t={x:x,y:w},n=mo(l),r=t.x,i=t.y,{x:md(r*(o=n.devicePixelRatio||1))/o||0,y:md(i*o)/o||0}):{x:x,y:w};return(x=O.x,w=O.y,f)?Object.assign({},P,((s={})[T]=M?"0":"",s[k]=C?"0":"",s.transform=1>=(A.devicePixelRatio||1)?"translate("+x+"px, "+w+"px)":"translate3d("+x+"px, "+w+"px, 0)",s)):Object.assign({},P,((a={})[T]=M?w+"px":"",a[k]=C?x+"px":"",a.transform="",a))}var mG={left:"right",right:"left",bottom:"top",top:"bottom"};function mU(e){return e.replace(/left|right|bottom|top/g,function(e){return mG[e]})}var mq={start:"end",end:"start"};function mY(e){return e.replace(/start|end/g,function(e){return mq[e]})}function mK(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&ml(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function mX(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function mJ(e,t,n){var r,i,o,a,s,l,u,c,d,h;return t===mO?mX(function(e,t){var n=mo(e),r=mv(e),i=n.visualViewport,o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;var u=mp();(u||!u&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:s+my(e),y:l}}(e,n)):ma(t)?((r=mf(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):mX((i=mv(e),a=mv(i),s=mg(i),l=null==(o=i.ownerDocument)?void 0:o.body,u=mu(a.scrollWidth,a.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),c=mu(a.scrollHeight,a.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),d=-s.scrollLeft+my(i),h=-s.scrollTop,"rtl"===mx(l||a).direction&&(d+=mu(a.clientWidth,l?l.clientWidth:0)-u),{width:u,height:c,x:d,y:h}))}function mQ(){return{top:0,right:0,bottom:0,left:0}}function m0(e){return Object.assign({},mQ(),e)}function m1(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}function m2(e,t){void 0===t&&(t={});var n,r,i,o,a,s,l,u,c=t,d=c.placement,h=void 0===d?e.placement:d,p=c.strategy,f=void 0===p?e.strategy:p,g=c.boundary,m=c.rootBoundary,v=c.elementContext,y=void 0===v?mE:v,x=c.altBoundary,b=c.padding,w=void 0===b?0:b,S=m0("number"!=typeof w?w:m1(w,mD)),C=e.rects.popper,M=e.elements[void 0!==x&&x?y===mE?"reference":mE:y],k=(n=ma(M)?M:M.contextElement||mv(e.elements.popper),r=void 0===g?"clippingParents":g,i=void 0===m?mO:m,l=(s=[].concat("clippingParents"===r?(o=mC(mS(n)),ma(a=["absolute","fixed"].indexOf(mx(n).position)>=0&&ms(n)?mk(n):n)?o.filter(function(e){return ma(e)&&mK(e,a)&&"body"!==mm(e)}):[]):[].concat(r),[i]))[0],(u=s.reduce(function(e,t){var r=mJ(n,t,f);return e.top=mu(r.top,e.top),e.right=mc(r.right,e.right),e.bottom=mc(r.bottom,e.bottom),e.left=mu(r.left,e.left),e},mJ(n,l,f))).width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u),T=mf(e.elements.reference),A=m$({reference:T,element:C,strategy:"absolute",placement:h}),_=mX(Object.assign({},C,A)),I=y===mE?_:T,D={top:k.top-I.top+S.top,bottom:I.bottom-k.bottom+S.bottom,left:k.left-I.left+S.left,right:I.right-k.right+S.right},P=e.modifiersData.offset;if(y===mE&&P){var O=P[h];Object.keys(D).forEach(function(e){var t=[mA,mT].indexOf(e)>=0?1:-1,n=["top",mT].indexOf(e)>=0?"y":"x";D[e]+=O[n]*t})}return D}function m5(e,t,n){return mu(e,mc(t,n))}function m3(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 m4(e){return["top",mA,mT,m_].some(function(t){return e[t]>=0})}var m6=(BA=void 0===(BT=(Bk={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=mo(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&u.forEach(function(e){e.addEventListener("scroll",n.update,mz)}),s&&l.addEventListener("resize",n.update,mz),function(){o&&u.forEach(function(e){e.removeEventListener("scroll",n.update,mz)}),s&&l.removeEventListener("resize",n.update,mz)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=m$({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:mF(t.placement),variation:mj(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,mW(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,mW(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];ms(i)&&mm(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},{});ms(r)&&mm(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=mL.reduce(function(e,n){var r,i,a,s,l,u;return e[n]=(r=t.rects,a=[m_,"top"].indexOf(i=mF(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,[m_,mA].indexOf(i)>=0?{x:u,y:l}:{x:l,y:u}),e},{}),s=a[t.placement],l=s.x,u=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=a}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var i=n.mainAxis,o=void 0===i||i,a=n.altAxis,s=void 0===a||a,l=n.fallbackPlacements,u=n.padding,c=n.boundary,d=n.rootBoundary,h=n.altBoundary,p=n.flipVariations,f=void 0===p||p,g=n.allowedAutoPlacements,m=t.options.placement,v=mF(m)===m,y=l||(v||!f?[mU(m)]:function(e){if(mF(e)===mI)return[];var t=mU(e);return[mY(e),t,mY(t)]}(m)),x=[m].concat(y).reduce(function(e,n){var r,i,o,a,s,l,h,p,m,v,y,x;return e.concat(mF(n)===mI?(i=(r={placement:n,boundary:c,rootBoundary:d,padding:u,flipVariations:f,allowedAutoPlacements:g}).placement,o=r.boundary,a=r.rootBoundary,s=r.padding,l=r.flipVariations,p=void 0===(h=r.allowedAutoPlacements)?mL:h,0===(y=(v=(m=mj(i))?l?mR:mR.filter(function(e){return mj(e)===m}):mD).filter(function(e){return p.indexOf(e)>=0})).length&&(y=v),Object.keys(x=y.reduce(function(e,n){return e[n]=m2(t,{placement:n,boundary:o,rootBoundary:a,padding:s})[mF(n)],e},{})).sort(function(e,t){return x[e]-x[t]})):n)},[]),b=t.rects.reference,w=t.rects.popper,S=new Map,C=!0,M=x[0],k=0;k<x.length;k++){var T=x[k],A=mF(T),_=mj(T)===mP,I=["top",mT].indexOf(A)>=0,D=I?"width":"height",P=m2(t,{placement:T,boundary:c,rootBoundary:d,altBoundary:h,padding:u}),O=I?_?mA:m_:_?mT:"top";b[D]>w[D]&&(O=mU(O));var E=mU(O),R=[];if(o&&R.push(P[A]<=0),s&&R.push(P[O]<=0,P[E]<=0),R.every(function(e){return e})){M=T,C=!1;break}S.set(T,R)}if(C)for(var L=f?3:1,Z=function(e){var t=x.find(function(t){var n=S.get(t);if(n)return n.slice(0,e).every(function(e){return e})});if(t)return M=t,"break"},N=L;N>0&&"break"!==Z(N);N--);t.placement!==M&&(t.modifiersData[r]._skip=!0,t.placement=M,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.mainAxis,o=n.altAxis,a=n.boundary,s=n.rootBoundary,l=n.altBoundary,u=n.padding,c=n.tether,d=void 0===c||c,h=n.tetherOffset,p=void 0===h?0:h,f=m2(t,{boundary:a,rootBoundary:s,padding:u,altBoundary:l}),g=mF(t.placement),m=mj(t.placement),v=!m,y=mV(g),x="x"===y?"y":"x",b=t.modifiersData.popperOffsets,w=t.rects.reference,S=t.rects.popper,C="function"==typeof p?p(Object.assign({},t.rects,{placement:t.placement})):p,M="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),k=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,T={x:0,y:0};if(b){if(void 0===i||i){var A,_="y"===y?"top":m_,I="y"===y?mT:mA,D="y"===y?"height":"width",P=b[y],O=P+f[_],E=P-f[I],R=d?-S[D]/2:0,L=m===mP?w[D]:S[D],Z=m===mP?-S[D]:-w[D],N=t.elements.arrow,B=d&&N?mw(N):{width:0,height:0},z=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:mQ(),F=z[_],j=z[I],V=m5(0,w[D],B[D]),$=v?w[D]/2-R-V-F-M.mainAxis:L-V-F-M.mainAxis,H=v?-w[D]/2+R+V+j+M.mainAxis:Z+V+j+M.mainAxis,W=t.elements.arrow&&mk(t.elements.arrow),G=W?"y"===y?W.clientTop||0:W.clientLeft||0:0,U=null!=(A=null==k?void 0:k[y])?A:0,q=m5(d?mc(O,P+$-U-G):O,P,d?mu(E,P+H-U):E);b[y]=q,T[y]=q-P}if(void 0!==o&&o){var Y,K,X="x"===y?"top":m_,J="x"===y?mT:mA,Q=b[x],ee="y"===x?"height":"width",et=Q+f[X],en=Q-f[J],er=-1!==["top",m_].indexOf(g),ei=null!=(K=null==k?void 0:k[x])?K:0,eo=er?et:Q-w[ee]-S[ee]-ei+M.altAxis,ea=er?Q+w[ee]+S[ee]-ei-M.altAxis:en,es=d&&er?(Y=m5(eo,Q,ea))>ea?ea:Y:m5(d?eo:et,Q,d?ea:en);b[x]=es,T[x]=es-Q}t.modifiersData[r]=T}},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=mF(r.placement),u=mV(l),c=[m_,mA].indexOf(l)>=0?"height":"width";if(a&&s){var d=m0("number"!=typeof(t="function"==typeof(t=o.padding)?t(Object.assign({},r.rects,{placement:r.placement})):t)?t:m1(t,mD)),h=mw(a),p="y"===u?"top":m_,f="y"===u?mT:mA,g=r.rects.reference[c]+r.rects.reference[u]-s[u]-r.rects.popper[c],m=s[u]-r.rects.reference[u],v=mk(a),y=v?"y"===u?v.clientHeight||0:v.clientWidth||0:0,x=d[p],b=y-h[c]-d[f],w=y/2-h[c]/2+(g/2-m/2),S=m5(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)))&&mK(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=m2(t,{elementContext:"reference"}),s=m2(t,{altBoundary:!0}),l=m3(a,r),u=m3(s,i,o),c=m4(l),d=m4(u);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":d})}}]}).defaultModifiers)?[]:BT,BI=void 0===(B_=Bk.defaultOptions)?mN:B_,function(e,t,n){void 0===n&&(n=BI);var r,i,o={placement:"bottom",orderedModifiers:[],options:Object.assign({},mN,BI),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},a=[],s=!1,l={state:o,setOptions:function(n){var r,i,s,c,d,h,p="function"==typeof n?n(o.options):n;u(),o.options=Object.assign({},BI,o.options,p),o.scrollParents={reference:ma(e)?mC(e):e.contextElement?mC(e.contextElement):[],popper:mC(t)};var f=(i=Object.keys(r=[].concat(BA,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,d=[],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)}}),d.push(t)}(e)}),h=d,mZ.reduce(function(e,t){return e.concat(h.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,d,h,p,f=o.elements,g=f.reference,m=f.popper;if(mB(g,m)){o.rects={reference:(e=mk(m),t="fixed"===o.options.strategy,n=ms(e),u=ms(e)&&(i=md((r=e.getBoundingClientRect()).width)/e.offsetWidth||1,a=md(r.height)/e.offsetHeight||1,1!==i||1!==a),c=mv(e),d=mf(g,u,t),h={scrollLeft:0,scrollTop:0},p={x:0,y:0},(n||!n&&!t)&&(("body"!==mm(e)||mb(c))&&(h=function(e){return e!==mo(e)&&ms(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:mg(e)}(e)),ms(e)?(p=mf(e,!0),p.x+=e.clientLeft,p.y+=e.clientTop):c&&(p.x=my(c))),{x:d.left+h.scrollLeft-p.x,y:d.top+h.scrollTop-p.y,width:d.width,height:d.height}),popper:mw(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(!mB(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 m8(e){return(0,A.ZP)("MuiPopper",e)}function m9(e){return"function"==typeof e?e():e}(0,T.Z)("MuiPopper",["root"]);let m7=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},m8,t)},ve={},vt=g.forwardRef(function(e,t){let{anchorEl:n,children:r,direction:i,disablePortal:o,modifiers:a,open:s,placement:l,popperOptions:u,popperRef:c,slotProps:d={},slots:h={},TransitionProps:p,ownerState:m,...v}=e,y=g.useRef(null),x=(0,aw.Z)(y,t),b=g.useRef(null),w=(0,aw.Z)(b,c),S=g.useRef(w);(0,aM.Z)(()=>{S.current=w},[w]),g.useImperativeHandle(c,()=>b.current,[]);let C=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),[M,k]=g.useState(C),[T,A]=g.useState(m9(n));g.useEffect(()=>{b.current&&b.current.forceUpdate()}),g.useEffect(()=>{n&&A(m9(n))},[n]),(0,aM.Z)(()=>{if(!T||!s)return;let e=e=>{k(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=m6(T,y.current,{placement:C,...u,modifiers:t});return S.current(n),()=>{n.destroy(),S.current(null)}},[T,o,a,s,u,C]);let _={placement:M};null!==p&&(_.TransitionProps=p);let I=m7(e),D=h.root??"div",P=sO({elementType:D,externalSlotProps:d.root,externalForwardedProps:v,additionalProps:{role:"tooltip",ref:x},ownerState:e,className:I.root});return(0,f.jsx)(D,{...P,children:"function"==typeof r?r(_):r})}),vn=g.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:d="bottom",popperOptions:h=ve,popperRef:p,style:m,transition:v=!1,slotProps:y={},slots:x={},...b}=e,[w,S]=g.useState(!0);if(!l&&!c&&(!v||w))return null;if(o)n=o;else if(r){let e=m9(r);n=e&&void 0!==e.nodeType?(0,li.Z)(e).body:(0,li.Z)(null).body}let C=!c&&l&&(!v||w)?"none":void 0,M=v?{in:c,onEnter:()=>{S(!1)},onExited:()=>{S(!0)}}:void 0;return(0,f.jsx)(lu,{disablePortal:s,container:n,children:(0,f.jsx)(vt,{anchorEl:r,direction:a,disablePortal:s,modifiers:u,ref:t,open:v?!w:c,placement:d,popperOptions:h,popperRef:p,slotProps:y,slots:x,...b,style:{position:"fixed",top:0,left:0,display:C,...m},TransitionProps:M,children:i})})}),vr=(0,S.ZP)(vn,{name:"MuiPopper",slot:"Root",overridesResolver:(e,t)=>t.root})({}),vi=g.forwardRef(function(e,t){let n=s_(),{anchorEl:r,component:i,components:o,componentsProps:a,container:s,disablePortal:l,keepMounted:u,modifiers:c,open:d,placement:h,popperOptions:p,popperRef:g,transition:m,slots:v,slotProps:y,...x}=(0,k.i)({props:e,name:"MuiPopper"}),b=v?.root??o?.Root,w={anchorEl:r,container:s,disablePortal:l,keepMounted:u,modifiers:c,open:d,placement:h,popperOptions:p,popperRef:g,transition:m,...x};return(0,f.jsx)(vr,{as:i,direction:n?"rtl":"ltr",slots:{root:b},slotProps:y??a,...w,ref:t})});var vo=n(7151);function va(e){return(0,A.ZP)("MuiTooltip",e)}let vs=(0,T.Z)("MuiTooltip",["popper","popperInteractive","popperArrow","popperClose","tooltip","tooltipArrow","touch","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop","tooltipPlacementBottom","arrow"]),vl=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,w.Z)(o.split("-")[0])}`],arrow:["arrow"]};return(0,y.Z)(a,va,t)},vu=(0,S.ZP)(vi,{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,C.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"] .${vs.arrow}`]:{top:0,marginTop:"-0.71em","&::before":{transformOrigin:"0 100%"}},[`&[data-popper-placement*="top"] .${vs.arrow}`]:{bottom:0,marginBottom:"-0.71em","&::before":{transformOrigin:"100% 0"}},[`&[data-popper-placement*="right"] .${vs.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"100% 100%"}},[`&[data-popper-placement*="left"] .${vs.arrow}`]:{height:"1em",width:"0.71em","&::before":{transformOrigin:"0 0"}}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="right"] .${vs.arrow}`]:{left:0,marginLeft:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="right"] .${vs.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!e.isRtl,style:{[`&[data-popper-placement*="left"] .${vs.arrow}`]:{right:0,marginRight:"-0.71em"}}},{props:({ownerState:e})=>e.arrow&&!!e.isRtl,style:{[`&[data-popper-placement*="left"] .${vs.arrow}`]:{left:0,marginLeft:"-0.71em"}}}]}))),vc=(0,S.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,w.Z)(n.placement.split("-")[0])}`]]}})((0,C.Z)(({theme:e})=>({backgroundColor:e.vars?e.vars.palette.Tooltip.bg:(0,x.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,[`.${vs.popper}[data-popper-placement*="left"] &`]:{transformOrigin:"right center"},[`.${vs.popper}[data-popper-placement*="right"] &`]:{transformOrigin:"left center"},[`.${vs.popper}[data-popper-placement*="top"] &`]:{transformOrigin:"center bottom",marginBottom:"14px"},[`.${vs.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:{[`.${vs.popper}[data-popper-placement*="left"] &`]:{marginRight:"14px"},[`.${vs.popper}[data-popper-placement*="right"] &`]:{marginLeft:"14px"}}},{props:({ownerState:e})=>!e.isRtl&&e.touch,style:{[`.${vs.popper}[data-popper-placement*="left"] &`]:{marginRight:"24px"},[`.${vs.popper}[data-popper-placement*="right"] &`]:{marginLeft:"24px"}}},{props:({ownerState:e})=>!!e.isRtl,style:{[`.${vs.popper}[data-popper-placement*="left"] &`]:{marginLeft:"14px"},[`.${vs.popper}[data-popper-placement*="right"] &`]:{marginRight:"14px"}}},{props:({ownerState:e})=>!!e.isRtl&&e.touch,style:{[`.${vs.popper}[data-popper-placement*="left"] &`]:{marginLeft:"24px"},[`.${vs.popper}[data-popper-placement*="right"] &`]:{marginRight:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${vs.popper}[data-popper-placement*="top"] &`]:{marginBottom:"24px"}}},{props:({ownerState:e})=>e.touch,style:{[`.${vs.popper}[data-popper-placement*="bottom"] &`]:{marginTop:"24px"}}}]}))),vd=(0,S.ZP)("span",{name:"MuiTooltip",slot:"Arrow",overridesResolver:(e,t)=>t.arrow})((0,C.Z)(({theme:e})=>({overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:e.vars?e.vars.palette.Tooltip.bg:(0,x.Fq)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}}))),vh=!1,vp=new sG.V,vf={x:0,y:0};function vg(e,t){return(n,...r)=>{t&&t(n,...r),e(n,...r)}}let vm=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiTooltip"}),{arrow:r=!1,children:i,classes:o,components:a={},componentsProps:s={},describeChild:l=!1,disableFocusListener:u=!1,disableHoverListener:c=!1,disableInteractive:d=!1,disableTouchListener:h=!1,enterDelay:p=100,enterNextDelay:m=0,enterTouchDelay:y=700,followCursor:x=!1,id:b,leaveDelay:w=0,leaveTouchDelay:S=1500,onClose:C,onOpen:M,open:T,placement:A="bottom",PopperComponent:_,PopperProps:I={},slotProps:D={},slots:P={},title:O,TransitionComponent:E,TransitionProps:R,...L}=n,N=g.isValidElement(i)?i:(0,f.jsx)("span",{children:i}),B=(0,s8.Z)(),z=s_(),[F,j]=g.useState(),[V,$]=g.useState(null),H=g.useRef(!1),W=d||x,G=(0,sG.Z)(),U=(0,sG.Z)(),q=(0,sG.Z)(),Y=(0,sG.Z)(),[K,X]=(0,l4.Z)({controlled:T,default:!1,name:"Tooltip",state:"open"}),J=K,Q=(0,Z.Z)(b),ee=g.useRef(),et=(0,vo.Z)(()=>{void 0!==ee.current&&(document.body.style.WebkitUserSelect=ee.current,ee.current=void 0),Y.clear()});g.useEffect(()=>et,[et]);let en=e=>{vp.clear(),vh=!0,X(!0),M&&!J&&M(e)},er=(0,vo.Z)(e=>{vp.start(800+w,()=>{vh=!1}),X(!1),C&&J&&C(e),G.start(B.transitions.duration.shortest,()=>{H.current=!1})}),ei=e=>{(!H.current||"touchstart"===e.type)&&(F&&F.removeAttribute("title"),U.clear(),q.clear(),p||vh&&m?U.start(vh?m:p,()=>{en(e)}):en(e))},eo=e=>{U.clear(),q.start(w,()=>{er(e)})},[,ea]=g.useState(!1),es=e=>{(0,mi.Z)(e.target)||(ea(!1),eo(e))},el=e=>{F||j(e.currentTarget),(0,mi.Z)(e.target)&&(ea(!0),ei(e))},eu=e=>{H.current=!0;let t=N.props;t.onTouchStart&&t.onTouchStart(e)};g.useEffect(()=>{if(J)return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)};function e(e){"Escape"===e.key&&er(e)}},[er,J]);let ec=(0,aL.Z)(sk(N),j,t);O||0===O||(J=!1);let ed=g.useRef(),eh={},ep="string"==typeof O;l?(eh.title=J||!ep||c?null:O,eh["aria-describedby"]=J?Q:null):(eh["aria-label"]=ep?O:null,eh["aria-labelledby"]=J&&!ep?Q:null);let ef={...eh,...L,...N.props,className:(0,v.Z)(L.className,N.props.className),onTouchStart:eu,ref:ec,...x?{onMouseMove:e=>{let t=N.props;t.onMouseMove&&t.onMouseMove(e),vf={x:e.clientX,y:e.clientY},ed.current&&ed.current.update()}}:{}},eg={};h||(ef.onTouchStart=e=>{eu(e),q.clear(),G.clear(),et(),ee.current=document.body.style.WebkitUserSelect,document.body.style.WebkitUserSelect="none",Y.start(y,()=>{document.body.style.WebkitUserSelect=ee.current,ei(e)})},ef.onTouchEnd=e=>{N.props.onTouchEnd&&N.props.onTouchEnd(e),et(),q.start(S,()=>{er(e)})}),c||(ef.onMouseOver=vg(ei,ef.onMouseOver),ef.onMouseLeave=vg(eo,ef.onMouseLeave),W||(eg.onMouseOver=ei,eg.onMouseLeave=eo)),u||(ef.onFocus=vg(el,ef.onFocus),ef.onBlur=vg(es,ef.onBlur),W||(eg.onFocus=el,eg.onBlur=es));let em={...n,isRtl:z,arrow:r,disableInteractive:W,placement:A,PopperComponentProp:_,touch:H.current},ev="function"==typeof D.popper?D.popper(em):D.popper,ey=g.useMemo(()=>{let e=[{name:"arrow",enabled:!!V,options:{element:V,padding:4}}];return I.popperOptions?.modifiers&&(e=e.concat(I.popperOptions.modifiers)),ev?.popperOptions?.modifiers&&(e=e.concat(ev.popperOptions.modifiers)),{...I.popperOptions,...ev?.popperOptions,modifiers:e}},[V,I.popperOptions,ev?.popperOptions]),ex=vl(em),eb="function"==typeof D.transition?D.transition(em):D.transition,ew={slots:{popper:a.Popper,transition:a.Transition??E,tooltip:a.Tooltip,arrow:a.Arrow,...P},slotProps:{arrow:D.arrow??s.arrow,popper:{...I,...ev??s.popper},tooltip:D.tooltip??s.tooltip,transition:{...R,...eb??s.transition}}},[eS,eC]=(0,lc.Z)("popper",{elementType:vu,externalForwardedProps:ew,ownerState:em,className:(0,v.Z)(ex.popper,I?.className)}),[eM,ek]=(0,lc.Z)("transition",{elementType:lr,externalForwardedProps:ew,ownerState:em}),[eT,eA]=(0,lc.Z)("tooltip",{elementType:vc,className:ex.tooltip,externalForwardedProps:ew,ownerState:em}),[e_,eI]=(0,lc.Z)("arrow",{elementType:vd,className:ex.arrow,externalForwardedProps:ew,ownerState:em,ref:$});return(0,f.jsxs)(g.Fragment,{children:[g.cloneElement(N,ef),(0,f.jsx)(eS,{as:_??vi,placement:A,anchorEl:x?{getBoundingClientRect:()=>({top:vf.y,left:vf.x,right:vf.x,bottom:vf.y,width:0,height:0})}:F,popperRef:ed,open:!!F&&J,id:Q,transition:!0,...eg,...eC,popperOptions:ey,children:({TransitionProps:e})=>(0,f.jsx)(eM,{timeout:B.transitions.duration.shorter,...e,...ek,children:(0,f.jsxs)(eT,{...eA,children:[O,r?(0,f.jsx)(e_,{...eI}):null]})})})]})}),vv=({id:e,title:t,description:n,placement:r,children:i,enterDelay:o,enterNextDelay:a})=>{let s=(0,f.jsx)("span",{children:i});return(0,f.jsx)(vx,{arrow:!0,id:e,placement:r??"top",title:(0,f.jsx)(vy,{title:t,description:n}),enterDelay:o??500,enterNextDelay:a??500,children:s})},vy=({title:e,description:t})=>(0,f.jsxs)(f.Fragment,{children:[e&&(0,f.jsx)(pJ.Z,{variant:"body2",sx:e=>({color:e.palette.text.primary,fontWeight:e.typography.fontWeightMedium}),children:e}),(0,f.jsx)(pJ.Z,{variant:"caption",sx:e=>({color:e.palette.text.primary,whiteSpace:"pre-line"}),children:t})]}),vx=(0,S.ZP)(({className:e,...t})=>(0,f.jsx)(vm,{...t,classes:{popper:e}}))(({theme:e})=>({[`& .${vs.tooltip}`]:{backgroundColor:e.palette.background.tooltip,color:e.palette.text.primary,maxWidth:"300px",padding:e.spacing(1),boxShadow:e.shadows[1]},[`& .${vs.arrow}`]:{color:e.palette.background.tooltip}})),vb=({label:e,control:t,description:n})=>{let r=mr("EditorSectionControl"),i=`${r}-control`;return(0,f.jsx)(sx,{children:(0,f.jsxs)(am.Z,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[(0,f.jsxs)(am.Z,{direction:"row",alignItems:"center",justifyContent:"center",children:[(0,f.jsx)(sc,{htmlFor:i,children:e}),n&&(0,f.jsx)(vv,{description:n,enterDelay:100,children:(0,f.jsx)(av.Z,{size:"small",sx:e=>({borderRadius:e.shape.borderRadius,padding:"4x",margin:"0 2px"}),children:(0,f.jsx)(mn.default,{"aria-describedby":"info-tooltip","aria-hidden":!1,fontSize:"inherit",sx:{color:e=>e.palette.grey[700]}})})})]}),(0,f.jsxs)(iV.Z,{sx:{width:"180px",textAlign:"right"},children:[" ",m().cloneElement(t,{id:i})]})]})})};var vw=n(9831);let vS=e=>{let t=g.useRef({});return g.useEffect(()=>{t.current=e}),t.current};function vC(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}function vM(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=vC(u));let c=u?e.filter(e=>{let r=(o||l)(e);return n&&(r=r.toLowerCase()),t&&(r=vC(r)),"start"===i?r.startsWith(u):r.includes(u)}):e;return"number"==typeof r?c.slice(0,r):c}}let vk=vM(),vT=e=>null!==e.current&&e.current.parentElement?.contains(document.activeElement),vA=[];function v_(e,t,n){if(t||null==e)return"";let r=n(e);return"string"==typeof r?r:""}let vI=function(e){let{unstable_isActiveElementInListbox:t=vT,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?vA:null,disableClearable:d=!1,disableCloseOnSelect:h=!1,disabled:p,disabledItemsFocusable:f=!1,disableListWrap:m=!1,filterOptions:v=vk,filterSelectedOptions:y=!1,freeSolo:x=!1,getOptionDisabled:b,getOptionKey:w,getOptionLabel:S=e=>e.label??e,groupBy:C,handleHomeEndKeys:M=!e.freeSolo,id:k,includeInputInList:T=!1,inputValue:A,isOptionEqualToValue:_=(e,t)=>e===t,multiple:I=!1,onChange:D,onClose:P,onHighlightChange:O,onInputChange:E,onOpen:R,open:L,openOnFocus:Z=!1,options:N,readOnly:B=!1,selectOnFocus:z=!e.freeSolo,value:F}=e,j=(0,ay.Z)(k),V=S;V=e=>{let t=S(e);return"string"!=typeof t?String(t):t};let $=g.useRef(!1),H=g.useRef(!0),W=g.useRef(null),G=g.useRef(null),[U,q]=g.useState(null),[Y,K]=g.useState(-1),X=i?0:-1,J=g.useRef(X),Q=g.useRef(v_(c,I,V)).current,[ee,et]=(0,vw.Z)({controlled:F,default:c,name:u}),[en,er]=(0,vw.Z)({controlled:A,default:Q,name:u,state:"inputValue"}),[ei,eo]=g.useState(!1),ea=g.useCallback((e,t,n)=>{if(!(I?ee.length<t.length:null!==t)&&!s)return;let r=v_(t,I,V);en!==r&&(er(r),E&&E(e,r,n))},[V,en,I,E,er,s,ee]),[es,el]=(0,vw.Z)({controlled:L,default:!1,name:u,state:"open"}),[eu,ec]=g.useState(!0),ed=!I&&null!=ee&&en===V(ee),eh=es&&!B,ep=eh?v(N.filter(e=>!(y&&(I?ee:[ee]).some(t=>null!==t&&_(e,t)))),{inputValue:ed&&eu?"":en,getOptionLabel:V}):[],ef=vS({filteredOptions:ep,value:ee,inputValue:en});g.useEffect(()=>{let e=ee!==ef.value;(!ei||e)&&(!x||e)&&ea(null,ee,"reset")},[ee,ea,ei,ef.value,x]);let eg=es&&ep.length>0&&!B,em=(0,aC.Z)(e=>{-1===e?W.current.focus():U.querySelector(`[data-tag-index="${e}"]`).focus()});g.useEffect(()=>{I&&Y>ee.length-1&&(K(-1),em(-1))},[ee,I,Y,em]);let ev=(0,aC.Z)(({event:e,index:t,reason:r="auto"})=>{if(J.current=t,-1===t?W.current.removeAttribute("aria-activedescendant"):W.current.setAttribute("aria-activedescendant",`${j}-option-${t}`),O&&O(e,-1===t?null:ep[t],r),!G.current)return;let i=G.current.querySelector(`[role="option"].${n}-focused`);i&&(i.classList.remove(`${n}-focused`),i.classList.remove(`${n}-focusVisible`));let o=G.current;if("listbox"!==G.current.getAttribute("role")&&(o=G.current.parentElement.querySelector('[role="listbox"]')),!o)return;if(-1===t){o.scrollTop=0;return}let a=G.current.querySelector(`[data-option-index="${t}"]`);if(a&&(a.classList.add(`${n}-focused`),"keyboard"===r&&a.classList.add(`${n}-focusVisible`),o.scrollHeight>o.clientHeight&&"mouse"!==r&&"touch"!==r)){let e=o.clientHeight+o.scrollTop,t=a.offsetTop+a.offsetHeight;t>e?o.scrollTop=t-o.clientHeight:a.offsetTop-a.offsetHeight*(1.3*!!C)<o.scrollTop&&(o.scrollTop=a.offsetTop-a.offsetHeight*(1.3*!!C))}}),ey=(0,aC.Z)(({event:e,diff:t,direction:n="next",reason:i="auto"})=>{if(!eh)return;let o=function(e,t){if(!G.current||e<0||e>=ep.length)return -1;let n=e;for(;;){let r=G.current.querySelector(`[data-option-index="${n}"]`),i=!f&&(!r||r.disabled||"true"===r.getAttribute("aria-disabled"));if(r&&r.hasAttribute("tabindex")&&!i)return n;if((n="next"===t?(n+1)%ep.length:(n-1+ep.length)%ep.length)===e)return -1}}((()=>{let e=ep.length-1;if("reset"===t)return X;if("start"===t)return 0;if("end"===t)return e;let n=J.current+t;return n<0?-1===n&&T?-1:m&&-1!==J.current||Math.abs(t)>1?0:e:n>e?n===e+1&&T?-1:m||Math.abs(t)>1?e:0:n})(),n);if(ev({index:o,reason:i,event:e}),r&&"reset"!==t){if(-1===o)W.current.value=en;else{let e=V(ep[o]);W.current.value=e,0===e.toLowerCase().indexOf(en.toLowerCase())&&en.length>0&&W.current.setSelectionRange(en.length,e.length)}}}),ex=()=>{var e,t;if(-1!==J.current&&ef.filteredOptions&&ef.filteredOptions.length!==ep.length&&ef.inputValue===en&&(I?ee.length===ef.value.length&&ef.value.every((e,t)=>V(ee[t])===V(e)):(e=ef.value,t=ee,(e?V(e):"")===(t?V(t):"")))){let e=ef.filteredOptions[J.current];if(e)return ep.findIndex(t=>V(t)===V(e))}return -1},eb=g.useCallback(()=>{if(!eh)return;let e=ex();if(-1!==e){J.current=e;return}let t=I?ee[0]:ee;if(0===ep.length||null==t){ey({diff:"reset"});return}if(G.current){if(null!=t){let e=ep[J.current];if(I&&e&&-1!==ee.findIndex(t=>_(e,t)))return;let n=ep.findIndex(e=>_(e,t));-1===n?ey({diff:"reset"}):ev({index:n});return}if(J.current>=ep.length-1){ev({index:ep.length-1});return}ev({index:J.current})}},[ep.length,!I&&ee,y,ey,ev,eh,en,I]),ew=(0,aC.Z)(e=>{(0,ll.Z)(G,e),e&&eb()});g.useEffect(()=>{eb()},[eb]);let eS=e=>{!es&&(el(!0),ec(!0),R&&R(e))},eC=(e,t)=>{es&&(el(!1),P&&P(e,t))},eM=(e,t,n,r)=>{if(I){if(ee.length===t.length&&ee.every((e,n)=>e===t[n]))return}else if(ee===t)return;D&&D(e,t,n,r),et(t)},ek=g.useRef(!1),eT=(e,t,n="selectOption",r="options")=>{let i=n,o=t;if(I){let e=(o=Array.isArray(ee)?ee.slice():[]).findIndex(e=>_(t,e));-1===e?o.push(t):"freeSolo"!==r&&(o.splice(e,1),i="removeOption")}ea(e,o,i),eM(e,o,i,{option:t}),h||e&&(e.ctrlKey||e.metaKey)||eC(e,i),(!0===a||"touch"===a&&ek.current||"mouse"===a&&!ek.current)&&W.current.blur()},eA=(e,t)=>{if(!I)return;""===en&&eC(e,"toggleInput");let n=Y;-1===Y?""===en&&"previous"===t&&(n=ee.length-1):((n+="next"===t?1:-1)<0&&(n=0),n===ee.length&&(n=-1)),K(n=function(e,t){if(-1===e)return -1;let n=e;for(;;){if("next"===t&&n===ee.length||"previous"===t&&-1===n)return -1;let e=U.querySelector(`[data-tag-index="${n}"]`);if(e&&e.hasAttribute("tabindex")&&!e.disabled&&"true"!==e.getAttribute("aria-disabled"))return n;n+="next"===t?1:-1}}(n,t)),em(n)},e_=e=>{$.current=!0,er(""),E&&E(e,"","clear"),eM(e,I?[]:null,"clear")},eI=e=>t=>{if(e.onKeyDown&&e.onKeyDown(t),!t.defaultMuiPrevented&&(-1===Y||["ArrowLeft","ArrowRight"].includes(t.key)||(K(-1),em(-1)),229!==t.which))switch(t.key){case"Home":eh&&M&&(t.preventDefault(),ey({diff:"start",direction:"next",reason:"keyboard",event:t}));break;case"End":eh&&M&&(t.preventDefault(),ey({diff:"end",direction:"previous",reason:"keyboard",event:t}));break;case"PageUp":t.preventDefault(),ey({diff:-5,direction:"previous",reason:"keyboard",event:t}),eS(t);break;case"PageDown":t.preventDefault(),ey({diff:5,direction:"next",reason:"keyboard",event:t}),eS(t);break;case"ArrowDown":t.preventDefault(),ey({diff:1,direction:"next",reason:"keyboard",event:t}),eS(t);break;case"ArrowUp":t.preventDefault(),ey({diff:-1,direction:"previous",reason:"keyboard",event:t}),eS(t);break;case"ArrowLeft":eA(t,"previous");break;case"ArrowRight":eA(t,"next");break;case"Enter":if(-1!==J.current&&eh){let e=ep[J.current],n=!!b&&b(e);if(t.preventDefault(),n)return;eT(t,e,"selectOption"),r&&W.current.setSelectionRange(W.current.value.length,W.current.value.length)}else x&&""!==en&&!1===ed&&(I&&t.preventDefault(),eT(t,en,"createOption","freeSolo"));break;case"Escape":eh?(t.preventDefault(),t.stopPropagation(),eC(t,"escape")):l&&(""!==en||I&&ee.length>0)&&(t.preventDefault(),t.stopPropagation(),e_(t));break;case"Backspace":if(I&&!B&&""===en&&ee.length>0){let e=-1===Y?ee.length-1:Y,n=ee.slice();n.splice(e,1),eM(t,n,"removeOption",{option:ee[e]})}break;case"Delete":if(I&&!B&&""===en&&ee.length>0&&-1!==Y){let e=ee.slice();e.splice(Y,1),eM(t,e,"removeOption",{option:ee[Y]})}}},eD=e=>{eo(!0),Z&&!$.current&&eS(e)},eP=e=>{if(t(G)){W.current.focus();return}eo(!1),H.current=!0,$.current=!1,o&&-1!==J.current&&eh?eT(e,ep[J.current],"blur"):o&&x&&""!==en?eT(e,en,"blur","freeSolo"):s&&ea(e,ee,"blur"),eC(e,"blur")},eO=e=>{let t=e.target.value;en!==t&&(er(t),ec(!1),E&&E(e,t,"input")),""===t?d||I||eM(e,null,"clear"):eS(e)},eE=e=>{let t=Number(e.currentTarget.getAttribute("data-option-index"));J.current!==t&&ev({event:e,index:t,reason:"mouse"})},eR=e=>{ev({event:e,index:Number(e.currentTarget.getAttribute("data-option-index")),reason:"touch"}),ek.current=!0},eL=e=>{let t=Number(e.currentTarget.getAttribute("data-option-index"));eT(e,ep[t],"selectOption"),ek.current=!1},eZ=e=>t=>{let n=ee.slice();n.splice(e,1),eM(t,n,"removeOption",{option:ee[e]})},eN=e=>{es?eC(e,"toggleInput"):eS(e)},eB=e=>{e.currentTarget.contains(e.target)&&e.target.getAttribute("id")!==j&&e.preventDefault()},ez=e=>{e.currentTarget.contains(e.target)&&(W.current.focus(),z&&H.current&&W.current.selectionEnd-W.current.selectionStart==0&&W.current.select(),H.current=!1)},eF=e=>{p||""!==en&&es||eN(e)},ej=x&&en.length>0;ej=ej||(I?ee.length>0:null!==ee);let eV=ep;return C&&(eV=ep.reduce((e,t,n)=>{let r=C(t);return e.length>0&&e[e.length-1].group===r?e[e.length-1].options.push(t):e.push({key:n,index:n,group:r,options:[t]}),e},[])),p&&ei&&eP(),{getRootProps:(e={})=>({...e,onKeyDown:eI(e),onMouseDown:eB,onClick:ez}),getInputLabelProps:()=>({id:`${j}-label`,htmlFor:j}),getInputProps:()=>({id:j,value:en,onBlur:eP,onFocus:eD,onChange:eO,onMouseDown:eF,"aria-activedescendant":eh?"":null,"aria-autocomplete":r?"both":"list","aria-controls":eg?`${j}-listbox`:void 0,"aria-expanded":eg,autoComplete:"off",ref:W,autoCapitalize:"none",spellCheck:"false",role:"combobox",disabled:p}),getClearProps:()=>({tabIndex:-1,type:"button",onClick:e_}),getPopupIndicatorProps:()=>({tabIndex:-1,type:"button",onClick:eN}),getTagProps:({index:e})=>({key:e,"data-tag-index":e,tabIndex:-1,...!B&&{onDelete:eZ(e)}}),getListboxProps:()=>({role:"listbox",id:`${j}-listbox`,"aria-labelledby":`${j}-label`,ref:ew,onMouseDown:e=>{e.preventDefault()}}),getOptionProps:({index:e,option:t})=>{let n=(I?ee:[ee]).some(e=>null!=e&&_(t,e)),r=!!b&&b(t);return{key:w?.(t)??V(t),tabIndex:-1,role:"option",id:`${j}-option-${e}`,onMouseMove:eE,onClick:eL,onTouchStart:eR,"data-option-index":e,"aria-disabled":r,"aria-selected":n}},id:j,inputValue:en,value:ee,dirty:ej,expanded:eh&&U,popupOpen:eh,focused:ei||-1!==Y,anchorEl:U,setAnchorEl:q,focusedTag:Y,groupedOptions:eV}};function vD(e){return(0,A.ZP)("MuiListSubheader",e)}(0,T.Z)("MuiListSubheader",["root","colorPrimary","colorInherit","gutters","inset","sticky"]);let vP=e=>{let{classes:t,color:n,disableGutters:r,inset:i,disableSticky:o}=e,a={root:["root","default"!==n&&`color${(0,w.Z)(n)}`,!r&&"gutters",i&&"inset",!o&&"sticky"]};return(0,y.Z)(a,vD,t)},vO=(0,S.ZP)("li",{name:"MuiListSubheader",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,"default"!==n.color&&t[`color${(0,w.Z)(n.color)}`],!n.disableGutters&&t.gutters,n.inset&&t.inset,!n.disableSticky&&t.sticky]}})((0,C.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}}]}))),vE=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiListSubheader"}),{className:r,color:i="default",component:o="li",disableGutters:a=!1,disableSticky:s=!1,inset:l=!1,...u}=n,c={...n,color:i,component:o,disableGutters:a,disableSticky:s,inset:l},d=vP(c);return(0,f.jsx)(vO,{as:o,className:(0,v.Z)(d.root,r),ref:t,ownerState:c,...u})});vE&&(vE.muiSkipListHighlight=!0);let vR=(0,ui.Z)((0,f.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 vL(e){return(0,A.ZP)("MuiChip",e)}let vZ=(0,T.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"]),vN=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,w.Z)(r)}`,`color${(0,w.Z)(i)}`,s&&"clickable",s&&`clickableColor${(0,w.Z)(i)}`,a&&"deletable",a&&`deletableColor${(0,w.Z)(i)}`,`${l}${(0,w.Z)(i)}`],label:["label",`label${(0,w.Z)(r)}`],avatar:["avatar",`avatar${(0,w.Z)(r)}`,`avatarColor${(0,w.Z)(i)}`],icon:["icon",`icon${(0,w.Z)(r)}`,`iconColor${(0,w.Z)(o)}`],deleteIcon:["deleteIcon",`deleteIcon${(0,w.Z)(r)}`,`deleteIconColor${(0,w.Z)(i)}`,`deleteIcon${(0,w.Z)(l)}Color${(0,w.Z)(i)}`]};return(0,y.Z)(u,vL,t)},vB=(0,S.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[{[`& .${vZ.avatar}`]:t.avatar},{[`& .${vZ.avatar}`]:t[`avatar${(0,w.Z)(s)}`]},{[`& .${vZ.avatar}`]:t[`avatarColor${(0,w.Z)(r)}`]},{[`& .${vZ.icon}`]:t.icon},{[`& .${vZ.icon}`]:t[`icon${(0,w.Z)(s)}`]},{[`& .${vZ.icon}`]:t[`iconColor${(0,w.Z)(i)}`]},{[`& .${vZ.deleteIcon}`]:t.deleteIcon},{[`& .${vZ.deleteIcon}`]:t[`deleteIcon${(0,w.Z)(s)}`]},{[`& .${vZ.deleteIcon}`]:t[`deleteIconColor${(0,w.Z)(r)}`]},{[`& .${vZ.deleteIcon}`]:t[`deleteIcon${(0,w.Z)(l)}Color${(0,w.Z)(r)}`]},t.root,t[`size${(0,w.Z)(s)}`],t[`color${(0,w.Z)(r)}`],o&&t.clickable,o&&"default"!==r&&t[`clickableColor${(0,w.Z)(r)})`],a&&t.deletable,a&&"default"!==r&&t[`deletableColor${(0,w.Z)(r)}`],t[l],t[`${l}${(0,w.Z)(r)}`]]}})((0,C.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",[`&.${vZ.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`& .${vZ.avatar}`]:{marginLeft:5,marginRight:-6,width:24,height:24,color:e.vars?e.vars.palette.Chip.defaultAvatarColor:t,fontSize:e.typography.pxToRem(12)},[`& .${vZ.avatarColorPrimary}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.dark},[`& .${vZ.avatarColorSecondary}`]:{color:(e.vars||e).palette.secondary.contrastText,backgroundColor:(e.vars||e).palette.secondary.dark},[`& .${vZ.avatarSmall}`]:{marginLeft:4,marginRight:-4,width:18,height:18,fontSize:e.typography.pxToRem(10)},[`& .${vZ.icon}`]:{marginLeft:5,marginRight:-6},[`& .${vZ.deleteIcon}`]:{WebkitTapHighlightColor:"transparent",color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.26)`:(0,x.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,x.Fq)(e.palette.text.primary,.4)}},variants:[{props:{size:"small"},style:{height:24,[`& .${vZ.icon}`]:{fontSize:18,marginLeft:4,marginRight:-4},[`& .${vZ.deleteIcon}`]:{fontSize:16,marginRight:4,marginLeft:-4}}},...Object.entries(e.palette).filter((0,M.Z)(["contrastText"])).map(([t])=>({props:{color:t},style:{backgroundColor:(e.vars||e).palette[t].main,color:(e.vars||e).palette[t].contrastText,[`& .${vZ.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].contrastTextChannel} / 0.7)`:(0,x.Fq)(e.palette[t].contrastText,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].contrastText}}}})),{props:e=>e.iconColor===e.color,style:{[`& .${vZ.icon}`]:{color:e.vars?e.vars.palette.Chip.defaultIconColor:t}}},{props:e=>e.iconColor===e.color&&"default"!==e.color,style:{[`& .${vZ.icon}`]:{color:"inherit"}}},{props:{onDelete:!0},style:{[`&.${vZ.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,x.Fq)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}},...Object.entries(e.palette).filter((0,M.Z)(["dark"])).map(([t])=>({props:{color:t,onDelete:!0},style:{[`&.${vZ.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,x.Fq)(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)},[`&.${vZ.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,x.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,M.Z)(["dark"])).map(([t])=>({props:{color:t,clickable:!0},style:{[`&:hover, &.${vZ.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]}`,[`&.${vZ.clickable}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${vZ.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`& .${vZ.avatar}`]:{marginLeft:4},[`& .${vZ.avatarSmall}`]:{marginLeft:2},[`& .${vZ.icon}`]:{marginLeft:4},[`& .${vZ.iconSmall}`]:{marginLeft:2},[`& .${vZ.deleteIcon}`]:{marginRight:5},[`& .${vZ.deleteIconSmall}`]:{marginRight:3}}},...Object.entries(e.palette).filter((0,M.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,x.Fq)(e.palette[t].main,.7)}`,[`&.${vZ.clickable}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,x.Fq)(e.palette[t].main,e.palette.action.hoverOpacity)},[`&.${vZ.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.focusOpacity})`:(0,x.Fq)(e.palette[t].main,e.palette.action.focusOpacity)},[`& .${vZ.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.7)`:(0,x.Fq)(e.palette[t].main,.7),"&:hover, &:active":{color:(e.vars||e).palette[t].main}}}}))]}})),vz=(0,S.ZP)("span",{name:"MuiChip",slot:"Label",overridesResolver:(e,t)=>{let{ownerState:n}=e,{size:r}=n;return[t.label,t[`label${(0,w.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 vF(e){return"Backspace"===e.key||"Delete"===e.key}let vj=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiChip"}),{avatar:r,className:i,clickable:o,color:a="default",component:s,deleteIcon:l,disabled:u=!1,icon:c,label:d,onClick:h,onDelete:p,onKeyDown:m,onKeyUp:y,size:x="medium",variant:b="filled",tabIndex:w,skipFocusWhenDisabled:S=!1,...C}=n,M=g.useRef(null),T=(0,aL.Z)(M,t),A=e=>{e.stopPropagation(),p&&p(e)},_=!1!==o&&!!h||o,I=_||p?B.Z:s||"div",D={...n,component:I,disabled:u,size:x,color:a,iconColor:g.isValidElement(c)&&c.props.color||a,onDelete:!!p,clickable:_,variant:b},P=vN(D),O=I===B.Z?{component:s||"div",focusVisibleClassName:P.focusVisible,...p&&{disableRipple:!0}}:{},E=null;p&&(E=l&&g.isValidElement(l)?g.cloneElement(l,{className:(0,v.Z)(l.props.className,P.deleteIcon),onClick:A}):(0,f.jsx)(vR,{className:(0,v.Z)(P.deleteIcon),onClick:A}));let R=null;r&&g.isValidElement(r)&&(R=g.cloneElement(r,{className:(0,v.Z)(P.avatar,r.props.className)}));let L=null;return c&&g.isValidElement(c)&&(L=g.cloneElement(c,{className:(0,v.Z)(P.icon,c.props.className)})),(0,f.jsxs)(vB,{as:I,className:(0,v.Z)(P.root,i),disabled:!!_&&!!u||void 0,onClick:h,onKeyDown:e=>{e.currentTarget===e.target&&vF(e)&&e.preventDefault(),m&&m(e)},onKeyUp:e=>{e.currentTarget===e.target&&p&&vF(e)&&p(e),y&&y(e)},ref:T,tabIndex:S&&u?-1:w,ownerState:D,...O,...C,children:[R||L,(0,f.jsx)(vz,{className:(0,v.Z)(P.label),ownerState:D,children:d}),E]})});var vV=n(3049);function v$(e){return(0,A.ZP)("MuiAutocomplete",e)}let vH=(0,T.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"]),vW=e=>{let{classes:t,disablePortal:n,expanded:r,focused:i,fullWidth:o,hasClearIcon:a,hasPopupIcon:s,inputFocused:l,popupOpen:u,size:c}=e,d={root:["root",r&&"expanded",i&&"focused",o&&"fullWidth",a&&"hasClearIcon",s&&"hasPopupIcon"],inputRoot:["inputRoot"],input:["input",l&&"inputFocused"],tag:["tag",`tagSize${(0,w.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,y.Z)(d,v$,t)},vG=(0,S.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[{[`& .${vH.tag}`]:t.tag},{[`& .${vH.tag}`]:t[`tagSize${(0,w.Z)(s)}`]},{[`& .${vH.inputRoot}`]:t.inputRoot},{[`& .${vH.input}`]:t.input},{[`& .${vH.input}`]:a&&t.inputFocused},t.root,r&&t.fullWidth,o&&t.hasPopupIcon,i&&t.hasClearIcon]}})({[`&.${vH.focused} .${vH.clearIndicator}`]:{visibility:"visible"},"@media (pointer: fine)":{[`&:hover .${vH.clearIndicator}`]:{visibility:"visible"}},[`& .${vH.tag}`]:{margin:3,maxWidth:"calc(100% - 6px)"},[`& .${vH.inputRoot}`]:{[`.${vH.hasPopupIcon}&, .${vH.hasClearIcon}&`]:{paddingRight:30},[`.${vH.hasPopupIcon}.${vH.hasClearIcon}&`]:{paddingRight:56},[`& .${vH.input}`]:{width:0,minWidth:30}},[`& .${aY.root}`]:{paddingBottom:1,"& .MuiInput-input":{padding:"4px 4px 4px 0px"}},[`& .${aY.root}.${aF.sizeSmall}`]:{[`& .${aY.input}`]:{padding:"2px 4px 3px 0"}},[`& .${a7.root}`]:{padding:9,[`.${vH.hasPopupIcon}&, .${vH.hasClearIcon}&`]:{paddingRight:39},[`.${vH.hasPopupIcon}.${vH.hasClearIcon}&`]:{paddingRight:65},[`& .${vH.input}`]:{padding:"7.5px 4px 7.5px 5px"},[`& .${vH.endAdornment}`]:{right:9}},[`& .${a7.root}.${aF.sizeSmall}`]:{paddingTop:6,paddingBottom:6,paddingLeft:6,[`& .${vH.input}`]:{padding:"2.5px 4px 2.5px 8px"}},[`& .${a1.root}`]:{paddingTop:19,paddingLeft:8,[`.${vH.hasPopupIcon}&, .${vH.hasClearIcon}&`]:{paddingRight:39},[`.${vH.hasPopupIcon}.${vH.hasClearIcon}&`]:{paddingRight:65},[`& .${a1.input}`]:{padding:"7px 4px"},[`& .${vH.endAdornment}`]:{right:9}},[`& .${a1.root}.${aF.sizeSmall}`]:{paddingBottom:1,[`& .${a1.input}`]:{padding:"2.5px 4px"}},[`& .${aF.hiddenLabel}`]:{paddingTop:8},[`& .${a1.root}.${aF.hiddenLabel}`]:{paddingTop:0,paddingBottom:0,[`& .${vH.input}`]:{paddingTop:16,paddingBottom:17}},[`& .${a1.root}.${aF.hiddenLabel}.${aF.sizeSmall}`]:{[`& .${vH.input}`]:{paddingTop:8,paddingBottom:9}},[`& .${vH.input}`]:{flexGrow:1,textOverflow:"ellipsis",opacity:0},variants:[{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{[`& .${vH.tag}`]:{margin:2,maxWidth:"calc(100% - 4px)"}}},{props:{inputFocused:!0},style:{[`& .${vH.input}`]:{opacity:1}}},{props:{multiple:!0},style:{[`& .${vH.inputRoot}`]:{flexWrap:"wrap"}}}]}),vU=(0,S.ZP)("div",{name:"MuiAutocomplete",slot:"EndAdornment",overridesResolver:(e,t)=>t.endAdornment})({position:"absolute",right:0,top:"50%",transform:"translate(0, -50%)"}),vq=(0,S.ZP)(av.Z,{name:"MuiAutocomplete",slot:"ClearIndicator",overridesResolver:(e,t)=>t.clearIndicator})({marginRight:-2,padding:4,visibility:"hidden"}),vY=(0,S.ZP)(av.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)"}}]}),vK=(0,S.ZP)(vi,{name:"MuiAutocomplete",slot:"Popper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${vH.option}`]:t.option},t.popper,n.disablePortal&&t.popperDisablePortal]}})((0,C.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.modal,variants:[{props:{disablePortal:!0},style:{position:"absolute"}}]}))),vX=(0,S.ZP)(lP.Z,{name:"MuiAutocomplete",slot:"Paper",overridesResolver:(e,t)=>t.paper})((0,C.Z)(({theme:e})=>({...e.typography.body1,overflow:"auto"}))),vJ=(0,S.ZP)("div",{name:"MuiAutocomplete",slot:"Loading",overridesResolver:(e,t)=>t.loading})((0,C.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"}))),vQ=(0,S.ZP)("div",{name:"MuiAutocomplete",slot:"NoOptions",overridesResolver:(e,t)=>t.noOptions})((0,C.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"}))),v0=(0,S.ZP)("ul",{name:"MuiAutocomplete",slot:"Listbox",overridesResolver:(e,t)=>t.listbox})((0,C.Z)(({theme:e})=>({listStyle:"none",margin:0,padding:"8px 0",maxHeight:"40vh",overflow:"auto",position:"relative",[`& .${vH.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"},[`&.${vH.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"},[`&.${vH.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,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${vH.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:(e.vars||e).palette.action.selected}},[`&.${vH.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}}}))),v1=(0,S.ZP)(vE,{name:"MuiAutocomplete",slot:"GroupLabel",overridesResolver:(e,t)=>t.groupLabel})((0,C.Z)(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,top:-8}))),v2=(0,S.ZP)("ul",{name:"MuiAutocomplete",slot:"GroupUl",overridesResolver:(e,t)=>t.groupUl})({padding:0,[`& .${vH.option}`]:{paddingLeft:24}}),v5=g.forwardRef(function(e,t){let n;let r=(0,k.i)({props:e,name:"MuiAutocomplete"}),{autoComplete:i=!1,autoHighlight:o=!1,autoSelect:a=!1,blurOnSelect:s=!1,ChipProps:l,className:u,clearIcon:c=B$||(B$=(0,f.jsx)(vV.Z,{fontSize:"small"})),clearOnBlur:d=!r.freeSolo,clearOnEscape:h=!1,clearText:p="Clear",closeText:m="Close",componentsProps:y,defaultValue:x=r.multiple?[]:null,disableClearable:b=!1,disableCloseOnSelect:w=!1,disabled:S=!1,disabledItemsFocusable:C=!1,disableListWrap:M=!1,disablePortal:T=!1,filterOptions:A,filterSelectedOptions:_=!1,forcePopupIcon:I="auto",freeSolo:D=!1,fullWidth:P=!1,getLimitTagsText:O=e=>`+${e}`,getOptionDisabled:E,getOptionKey:R,getOptionLabel:L,isOptionEqualToValue:Z,groupBy:N,handleHomeEndKeys:B=!r.freeSolo,id:z,includeInputInList:F=!1,inputValue:j,limitTags:V=-1,ListboxComponent:$,ListboxProps:H,loading:W=!1,loadingText:G="Loading…",multiple:U=!1,noOptionsText:q="No options",onChange:Y,onClose:K,onHighlightChange:X,onInputChange:J,onOpen:Q,open:ee,openOnFocus:et=!1,openText:en="Open",options:er,PaperComponent:ei,PopperComponent:eo,popupIcon:ea=BH||(BH=(0,f.jsx)(uo,{})),readOnly:es=!1,renderGroup:el,renderInput:eu,renderOption:ec,renderTags:ed,selectOnFocus:eh=!r.freeSolo,size:ep="medium",slots:ef={},slotProps:eg={},value:em,...ev}=r,{getRootProps:ey,getInputProps:ex,getInputLabelProps:eb,getPopupIndicatorProps:ew,getClearProps:eS,getTagProps:eC,getListboxProps:eM,getOptionProps:ek,value:eT,dirty:eA,expanded:e_,id:eI,popupOpen:eD,focused:eP,focusedTag:eO,anchorEl:eE,setAnchorEl:eR,inputValue:eL,groupedOptions:eZ}=vI({...r,componentName:"Autocomplete"}),eN=!b&&!S&&eA&&!es,eB=(!D||!0===I)&&!1!==I,{onMouseDown:ez}=ex(),{ref:eF,...ej}=eM(),eV=L||(e=>e.label??e),e$={...r,disablePortal:T,expanded:e_,focused:eP,fullWidth:P,getOptionLabel:eV,hasClearIcon:eN,hasPopupIcon:eB,inputFocused:-1===eO,popupOpen:eD,size:ep},eH=vW(e$),eW={slots:{paper:ei,popper:eo,...ef},slotProps:{chip:l,listbox:H,...y,...eg}},[eG,eU]=(0,lc.Z)("listbox",{elementType:v0,externalForwardedProps:eW,ownerState:e$,className:eH.listbox,additionalProps:ej,ref:eF}),[eq,eY]=(0,lc.Z)("paper",{elementType:lP.Z,externalForwardedProps:eW,ownerState:e$,className:eH.paper}),[eK,eX]=(0,lc.Z)("popper",{elementType:vi,externalForwardedProps:eW,ownerState:e$,className:eH.popper,additionalProps:{disablePortal:T,style:{width:eE?eE.clientWidth:null},role:"presentation",anchorEl:eE,open:eD}});if(U&&eT.length>0){let e=e=>({className:eH.tag,disabled:S,...eC(e)});n=ed?ed(eT,e,e$):eT.map((t,n)=>{let{key:r,...i}=e({index:n});return(0,f.jsx)(vj,{label:eV(t),size:ep,...i,...eW.slotProps.chip},r)})}if(V>-1&&Array.isArray(n)){let e=n.length-V;!eP&&e>0&&(n=n.splice(0,V)).push((0,f.jsx)("span",{className:eH.tag,children:O(e)},n.length))}let eJ=el||(e=>(0,f.jsxs)("li",{children:[(0,f.jsx)(v1,{className:eH.groupLabel,ownerState:e$,component:"div",children:e.group}),(0,f.jsx)(v2,{className:eH.groupUl,ownerState:e$,children:e.children})]},e.key)),eQ=ec||((e,t)=>{let{key:n,...r}=e;return(0,f.jsx)("li",{...r,children:eV(t)},n)}),e0=(e,t)=>{let n=ek({option:e,index:t});return eQ({...n,className:eH.option},e,{selected:n["aria-selected"],index:t,inputValue:eL},e$)},e1=eW.slotProps.clearIndicator,e2=eW.slotProps.popupIndicator;return(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)(vG,{ref:t,className:(0,v.Z)(eH.root,u),ownerState:e$,...ey(ev),children:eu({id:eI,disabled:S,fullWidth:!0,size:"small"===ep?"small":void 0,InputLabelProps:eb(),InputProps:{ref:eR,className:eH.inputRoot,startAdornment:n,onMouseDown:e=>{e.target===e.currentTarget&&ez(e)},...(eN||eB)&&{endAdornment:(0,f.jsxs)(vU,{className:eH.endAdornment,ownerState:e$,children:[eN?(0,f.jsx)(vq,{...eS(),"aria-label":p,title:p,ownerState:e$,...e1,className:(0,v.Z)(eH.clearIndicator,e1?.className),children:c}):null,eB?(0,f.jsx)(vY,{...ew(),disabled:S,"aria-label":eD?m:en,title:eD?m:en,ownerState:e$,...e2,className:(0,v.Z)(eH.popupIndicator,e2?.className),children:ea}):null]})}},inputProps:{className:eH.input,disabled:S,readOnly:es,...ex()}})}),eE?(0,f.jsx)(vK,{as:eK,...eX,children:(0,f.jsxs)(vX,{as:eq,...eY,children:[W&&0===eZ.length?(0,f.jsx)(vJ,{className:eH.loading,ownerState:e$,children:G}):null,0!==eZ.length||D||W?null:(0,f.jsx)(vQ,{className:eH.noOptions,ownerState:e$,role:"presentation",onMouseDown:e=>{e.preventDefault()},children:q}),eZ.length>0?(0,f.jsx)(eG,{as:$,...eU,children:eZ.map((e,t)=>N?eJ({key:e.key,group:e.group,children:e.options.map((t,n)=>e0(t,e.index+n))}):e0(e,t))}):null]})}):null]})});function v3({options:e,renderInput:t=e=>(0,f.jsx)(um,{...e}),...n}){let r=e=>e.label??e.id;return(0,f.jsx)(v5,{isOptionEqualToValue:(e,t)=>e.id===t.id,getOptionDisabled:e=>!!e.disabled,getOptionLabel:r,options:e,renderInput:t,renderOption:({key:e,...t},n)=>(0,f.jsx)("li",{...t,children:(0,f.jsxs)("div",{children:[(0,f.jsx)(pJ.Z,{variant:"body1",component:"div",children:r(n)}),n.description&&(0,f.jsx)(pJ.Z,{variant:"body2",component:"div",sx:{color:e=>e.palette.text.secondary},children:n.description})]})},e),filterOptions:vM({stringify:e=>`${r(e)} ${e.description||""}`}),...n})}let v4=[{id:"compact",label:"Compact"},{id:"standard",label:"Standard"},{id:"comfortable",label:"Comfortable"}];function v6({onChange:e,value:t="standard"}){return(0,f.jsx)(vb,{label:"Density",control:(0,f.jsx)(v3,{value:v4.find(e=>e.id===t),options:v4,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function v8(){return(0,f.jsxs)(am.Z,{direction:"row",alignItems:"center",children:[(0,f.jsx)(iV.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,f.jsx)(iV.Z,{sx:{content:'""',height:2,background:e=>e.palette.info.main,width:"100%"}})]})}function v9(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 v7(e,t){if(e){if("string"==typeof e)return v9(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)?v9(e,t):void 0}}function ye(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)||v7(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 yt=n(501),yn="data-pdnd-honey-pot";function yr(e){return e instanceof Element&&e.hasAttribute(yn)}function yi(e){var t=ye(document.elementsFromPoint(e.x,e.y),2),n=t[0],r=t[1];return n?yr(n)?null!=r?r:null:n:null}function yo(e){return(yo="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 ya(e,t,n){var r;return(r=function(e,t){if("object"!=yo(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=yo(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==yo(r)?r:r+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ys(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 yl(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ys(Object(n),!0).forEach(function(t){ya(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function yu(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 yc(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 yd(e){return function(e){if(Array.isArray(e))return v9(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||v7(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 yh(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 yp=yh(function(){return navigator.userAgent.includes("Firefox")}),yf=yh(function(){var e=navigator.userAgent;return e.includes("AppleWebKit")&&!e.includes("Chrome")}),yg={isLeavingWindow:Symbol("leaving"),isEnteringWindow:Symbol("entering")};function ym(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(yf()){var e=t();(0,yt.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[yg.isEnteringWindow]=!0),e.isOverWindow=!0,e.enterCount++}},{type:"dragleave",listener:function(t){e.enterCount--,e.isOverWindow&&0===e.enterCount&&(t[yg.isLeavingWindow]=!0,e.isOverWindow=!1)}}],{capture:!0})}}function t(){return{enterCount:0,isOverWindow:!1}}function n(){e=t()}}();var yv=(BD=function(e){return e()},BP=[],BO=null,(BE=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];BP=t,!BO&&(BO=requestAnimationFrame(function(){BO=null,BD.apply(void 0,BP)}))}).cancel=function(){BO&&(cancelAnimationFrame(BO),BO=null)},BE),yy=(BR=null,{schedule:function(e){BR={frameId:requestAnimationFrame(function(){BR=null,e()}),fn:e}},flush:function(){BR&&(cancelAnimationFrame(BR.frameId),BR.fn(),BR=null)}}),yx={isActive:!1};function yb(){return!yx.isActive}function yw(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 yS=function(e){var t,n,r=e.event,i=e.dragType,o=e.getDropTargetsOver,a=e.dispatchEvent;if(yb()){var s=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,i=ym(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});yx.isActive=!0;var l={current:s};yw({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}}),yy.schedule(function(){o({eventName:"onDragStart",payload:{source:t,location:a}})})},dragUpdate:function(e){var r=e.current;yy.flush(),yv.cancel(),o({eventName:"onDropTargetChange",payload:{source:t,location:{initial:n,previous:i,current:r}}})},drag:function(e){var r=e.current;yv(function(){yy.flush(),o({eventName:"onDrag",payload:{source:t,location:{initial:n,previous:i,current:r}}})})},drop:function(e){var r=e.current,a=e.updatedSourcePayload;yy.flush(),yv.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,yt.bindAll)(window,[{type:"dragover",listener:function(e){h(e),u.drag({current:l.current})}},{type:"dragenter",listener:h},{type:"dragleave",listener:function(e){(function(e){var t=e.dragLeave,n=t.type,r=t.relatedTarget;return"dragleave"===n&&(yf()?!!yf()&&t.hasOwnProperty(yg.isLeavingWindow):null==r||(yp()?"nodeName"in r&&r.ownerDocument!==document:r instanceof HTMLIFrameElement))})({dragLeave:e})&&(d({input:l.current.input,dropTargets:[]}),"external"===i.startedFrom&&p())}},{type:"drop",listener:function(e){if(l.current={dropTargets:l.current.dropTargets,input:ym(e)},!l.current.dropTargets.length){p();return}e.preventDefault(),yw({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:ym(e)},p()}}].concat(yd([{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 d(e){var t=function(e){var t=e.current,n=e.next;if(t.length!==n.length)return!0;for(var r=0;r<t.length;r++)if(t[r].element!==n[r].element)return!0;return!1}({current:l.current.dropTargets,next:e.dropTargets});l.current=e,t&&u.dragUpdate({current:l.current})}function h(e){var t=ym(e),n=o({target:yr(e.target)?yi({x:t.clientX,y:t.clientY}):e.target,input:t,source:i.payload,current:l.current.dropTargets});n.length&&(e.preventDefault(),yw({event:e,current:n})),d({dropTargets:n,input:t})}function p(){l.current.dropTargets.length&&d({dropTargets:[],input:l.current.input}),u.drop({current:l.current,updatedSourcePayload:null}),f()}function f(){yx.isActive=!1,c()}},yC=new Map;function yM(){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 yk(e,t){var n=t.attribute,r=t.value;return e.setAttribute(n,r),function(){return e.removeAttribute(n)}}function yT(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 yA(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?yT(Object(n),!0).forEach(function(t){ya(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yT(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function y_(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 yI(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)?yI(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 yI(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 yD(e){return e.slice(0).reverse()}function yP(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 yO(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 yE=yh(function(){return navigator.userAgent.toLocaleLowerCase().includes("android")}),yR="text/plain",yL=new WeakMap,yZ=(BL=null,{bindEvents:function(){return BL=null,(0,yt.bind)(window,{type:"pointermove",listener:function(e){BL={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=BL)&&void 0!==l?l:{x:u.clientX,y:u.clientY}}).initial,(o=document.createElement("div")).setAttribute(yn,"true"),a=yu({client:i}),Object.assign(o.style,yl(yl({backgroundColor:"transparent",position:"fixed",padding:0,margin:0,boxSizing:"border-box"},yc({clientRect:a})),{},{pointerEvents:"auto",zIndex:0x7fffffff})),document.body.appendChild(o),s=(0,yt.bind)(window,{type:"pointermove",listener:function(e){a=yu({client:{x:e.clientX,y:e.clientY}}),Object.assign(o.style,yc({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,yt.bindAll)(window,[{type:"pointerdown",listener:l},{type:"pointermove",listener:l},{type:"focusin",listener:l},{type:"focusout",listener:l},{type:"dragstart",listener:l},{type:"dragenter",listener:l},{type:"dragover",listener:l}],{capture:!0})}}if("onDrop"===n){var c,d=r.location.current.input;null===(c=e)||void 0===c||c({current:{x:d.clientX,y:d.clientY}}),e=null,BL=null}}}}),yN=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 yP(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)?yP(e,t):void 0}}(e))){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}(e);try{for(s.s();!(a=s.n()).done;){var l=a.value;n(l)}}catch(e){s.e(e)}finally{s.f()}}if(t){for(var u=Array.from(t.active),c=0;c<u.length;c++){var d,h=u[c];t.active.has(h)&&(null===(d=h[i])||void 0===d||d.call(h,o))}"onDrop"===i&&(t.active.clear(),t=null)}},monitorForConsumers:function(r){var i=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?yO(Object(n),!0).forEach(function(t){ya(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yO(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=y_(i.location.current.dropTargets);try{for(o.s();!(t=o.n()).done;){var a,s=t.value,l=r.get(s.element),u=yA(yA({},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=y_(n.location.previous.dropTargets);try{for(a.s();!(t=a.n()).done;){var s,l,u=t.value;o.add(u.element);var c=r.get(u.element),d=i.has(u.element),h=yA(yA({},n),{},{self:u});null==c||null===(s=c.onDropTargetChange)||void 0===s||s.call(c,h),d||null==c||null===(l=c.onDragLeave)||void 0===l||l.call(c,h)}}catch(e){a.e(e)}finally{a.f()}var p,f=y_(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=yA(yA({},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 yM(yk(e.element,{attribute:i,value:"true"}),(r.set(e.element,e),function(){return r.delete(e.element)}))},getIsOver:function(e){var t=e.source,i=e.target,a=e.input,s=e.current,l=function e(t){var i,a,s,l,u=t.source,c=t.target,d=t.input,h=t.result,p=void 0===h?[]:h;if(null==c)return p;if(!(c instanceof Element))return c instanceof Node?e({source:u,target:c.parentElement,input:d,result:p}):p;var f=c.closest(o);if(null==f)return p;var g=r.get(f);if(null==g)return p;var m={input:d,source:u,element:g.element};if(g.canDrop&&!g.canDrop(m))return e({source:u,target:g.element.parentElement,input:d,result:p});var v=null!==(i=null===(a=g.getData)||void 0===a?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:d,result:[].concat(yd(p),[x])})}({source:t,target:i,input:a});if(l.length>=s.length)return l;for(var u=yD(s),c=yD(l),d=[],h=0;h<u.length;h++){var p,f=u[h],g=c[h];if(null!=g){d.push(g);continue}var m=d[h-1],v=u[h-1];if((null==m?void 0:m.element)!==(null==v?void 0:v.element))break;var y=r.get(f.element);if(!y)break;var x={input:a,source:t,element:y.element};if(y.canDrop&&!y.canDrop(x)||!(null!==(p=y.getIsSticky)&&void 0!==p&&p.call(y,x)))break;d.push(yA(yA({},f),{},{isActiveDueToStickiness:!0}))}return yD(d)},dispatchEvent:function(e){s[e.eventName](e)}}}({typeKey:t,defaultDropEffect:o});function l(e){null==r||r(e),s.dispatchEvent(e),a.dispatchEvent(e),null==i||i(e)}function u(e){yS({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=yC.get(t);if(r)return r.usageCount++,r;var i={typeKey:t,unmount:n(),usageCount:1};return yC.set(t,i),i}(e={typeKey:t,mount:function(){return n({canStart:yb,start:u})}}),function(){r.usageCount--,!(r.usageCount>0)&&(r.unmount(),yC.delete(e.typeKey))}},dropTarget:s.dropTargetForConsumers,monitor:a.monitorForConsumers}}({typeKey:"element",defaultDropEffect:"move",mount:function(e){return yM(yZ.bindEvents(),(0,yt.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=yL.get(l);if(!u)return null;var c=ym(t),d={element:u.element,dragHandle:null!==(n=u.dragHandle)&&void 0!==n?n:null,input:c};if(u.canDrag&&!u.canDrag(d))return t.preventDefault(),null;if(u.dragHandle){var h=yi({x:c.clientX,y:c.clientY});if(!u.dragHandle.contains(h))return t.preventDefault(),null}var p=null!==(r=null===(i=u.getInitialDataForExternal)||void 0===i?void 0:i.call(u,d))&&void 0!==r?r:null;if(p)for(var f=0,g=Object.entries(p);f<g.length;f++){var m=ye(g[f],2),v=m[0],y=m[1];t.dataTransfer.setData(v,null!=y?y:"")}!yE()||t.dataTransfer.types.includes(yR)||t.dataTransfer.types.includes("text/uri-list")||t.dataTransfer.setData(yR,"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,d))&&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=yL.get(i.source.element))||void 0===t||null===(n=t[r])||void 0===n||n.call(t,i)},onPostDispatch:yZ.getOnPostDispatch()}),yB=yN.dropTarget,yz=yN.monitor;function yF(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 yj(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?yF(Object(n),!0).forEach(function(t){ya(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yF(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var yV={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)}},y$=Symbol("closestEdge");function yH(e){var t;return null!==(t=e[y$])&&void 0!==t?t:null}let yW={type:"idle"};function yG({elements:e,accessKey:t,axis:n="vertical",onChange:r}){return(0,g.useEffect)(()=>yz({onDrop({location:i,source:o}){var a,s;let l=i.current.dropTargets[0];if(!l)return;let u=o.data,c=l.data,d=e.findIndex(e=>e[t]===u[t]),h=e.findIndex(e=>e[t]===c[t]);!(h<0)&&!(d<0)&&r(function(e){var t=e.list,n=e.startIndex,r=e.finishIndex;if(-1===n||-1===r)return Array.from(t);var i=Array.from(t),o=ye(i.splice(n,1),1)[0];return i.splice(r,0,o),i}({list:(a={list:e,startIndex:d,indexOfTarget:h,closestEdgeOfTarget:yH(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 yU({children:e,data:t}){let n=(0,g.useRef)(null),[r,i]=(0,g.useState)(yW);return(0,g.useEffect)(()=>{var e;let r=n.current;if(r)return yM((e={element:r,getInitialData:()=>t,onDragStart(){i({type:"is-dragging"})},onDrop(){i(yW)}},yM(yN.registerUsage(),(yL.set(e.element,e),function(){yL.delete(e.element)}),yk(e.element,{attribute:"draggable",value:"true"}))),yB({element:r,canDrop:({source:e})=>e.element!==r,getData:({input:e})=>{var n,i,o,a,s,l,u,c,d;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(),d=null!==(i=null===(o=l.map(function(e){return{edge:e,value:yV[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,yj(yj({},t),{},ya({},y$,d))},getIsSticky:()=>!0,onDragEnter({self:e}){i({type:"is-dragging-over",closestEdge:yH(e.data)})},onDrag({self:e}){let t=yH(e.data);i(e=>"is-dragging-over"===e.type&&e.closestEdge===t?e:{type:"is-dragging-over",closestEdge:t})},onDragLeave(){i(yW)},onDrop(){i(yW)}}))},[t]),(0,f.jsxs)(am.Z,{ref:n,spacing:1,style:{opacity:"is-dragging"===r.type?.5:"unset"},children:["is-dragging-over"===r.type&&"top"===r.closestEdge?(0,f.jsx)(v8,{}):null,e,"is-dragging-over"===r.type&&"bottom"===r.closestEdge?(0,f.jsx)(v8,{}):null]})}function yq(e){return(0,A.ZP)("MuiDivider",e)}let yY=(0,T.Z)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]),yK=(0,T.Z)("MuiListItemIcon",["root","alignItemsFlexStart"]);function yX(e){return(0,A.ZP)("MuiMenuItem",e)}let yJ=(0,T.Z)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]),yQ=e=>{let{disabled:t,dense:n,divider:r,disableGutters:i,selected:o,classes:a}=e,s=(0,y.Z)({root:["root",n&&"dense",t&&"disabled",!i&&"gutters",r&&"divider",o&&"selected"]},yX,a);return{...a,...s}},y0=(0,S.ZP)(B.Z,{shouldForwardProp:e=>(0,N.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,C.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"}},[`&.${yJ.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${yJ.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${yJ.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,x.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,x.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${yJ.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${yJ.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${yY.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${yY.inset}`]:{marginLeft:52},[`& .${p0.root}`]:{marginTop:0,marginBottom:0},[`& .${p0.inset}`]:{paddingLeft:36},[`& .${yK.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,[`& .${yK.root} svg`]:{fontSize:"1.25rem"}}}]}))),y1=g.forwardRef(function(e,t){let n;let r=(0,k.i)({props:e,name:"MuiMenuItem"}),{autoFocus:i=!1,component:o="li",dense:a=!1,divider:s=!1,disableGutters:l=!1,focusVisibleClassName:u,role:c="menuitem",tabIndex:d,className:h,...p}=r,m=g.useContext(sE),y=g.useMemo(()=>({dense:a||m.dense||!1,disableGutters:l}),[m.dense,a,l]),x=g.useRef(null);(0,aZ.Z)(()=>{i&&x.current&&x.current.focus()},[i]);let b={...r,dense:y.dense,divider:s,disableGutters:l},w=yQ(r),S=(0,aL.Z)(x,t);return r.disabled||(n=void 0!==d?d:-1),(0,f.jsx)(sE.Provider,{value:y,children:(0,f.jsx)(y0,{ref:S,role:c,tabIndex:n,component:o,focusVisibleClassName:(0,v.Z)(w.focusVisible,u),className:(0,v.Z)(w.root,h),...p,ownerState:b,classes:w})})});var y2=n(1682);function y5(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 y3(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 y4=(0,g.forwardRef)(function({onMoveUp:e,onMoveDown:t,onMoveLeft:n,onMoveRight:r,menuSx:i,...o},a){let[s,l]=(0,g.useState)(null),u=!!s;function c(e){l(null),e?.()}return(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(av.Z,{...o,ref:a,"aria-label":"move","aria-haspopup":!0,"aria-expanded":u,size:"small",onClick:function(e){l(e.currentTarget)},children:(0,f.jsx)(y2.default,{})}),(e||t||n||r)&&(0,f.jsxs)(lY,{id:"drag-button-menu",MenuListProps:{"aria-labelledby":"drag-button-menu"},anchorEl:s,open:u,onClose:()=>c(void 0),sx:i,children:[e&&(0,f.jsx)(y1,{onClick:()=>c(e),children:"Move Up"}),t&&(0,f.jsx)(y1,{onClick:()=>c(t),children:"Move Down"}),n&&(0,f.jsx)(y1,{onClick:()=>c(n),children:"Move Left"}),r&&(0,f.jsx)(y1,{onClick:()=>c(r),children:"Move Right"}),r&&(0,f.jsx)(y1,{onClick:()=>c(r),children:"Move Right"})]})]})});var y6=n(9267),y8=n(4105);let y9={...g}.useSyncExternalStore;function y7(e={}){let{themeId:t}=e;return function(e,n={}){let r=(0,y8.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,y6.Z)({name:"MuiUseMediaQuery",props:n,theme:r}),u="function"==typeof e?e(r):e;return(void 0!==y9?function(e,t,n,r,i){let o=g.useCallback(()=>t,[t]),a=g.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]=g.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 y9(l,s,a)}:function(e,t,n,r,i){let[o,a]=g.useState(()=>i&&n?n(e).matches:r?r(e).matches:t);return(0,aM.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)}}y7();var xe=n(2994);let xt=y7({themeId:xe.Z});function xn(e,t,n){let r=function(e,t,n){let r;let i=t.getBoundingClientRect(),o=n&&n.getBoundingClientRect(),a=(0,sz.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 xr=g.forwardRef(function(e,t){let n=(0,s8.Z)(),r={enter:n.transitions.easing.easeOut,exit:n.transitions.easing.sharp},i={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:o,appear:a=!0,children:s,container:l,direction:u="down",easing:c=r,in:d,onEnter:h,onEntered:p,onEntering:m,onExit:v,onExited:y,onExiting:x,style:b,timeout:w=i,TransitionComponent:S=s4,...C}=e,M=g.useRef(null),k=(0,aL.Z)(sk(s),M,t),T=e=>t=>{e&&(void 0===t?e(M.current):e(M.current,t))},A=T((e,t)=>{xn(u,e,l),s9(e),h&&h(e,t)}),_=T((e,t)=>{let r=s7({timeout:w,style:b,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",m&&m(e,t)}),I=T(p),D=T(x),P=T(e=>{let t=s7({timeout:w,style:b,easing:c},{mode:"exit"});e.style.webkitTransition=n.transitions.create("-webkit-transform",t),e.style.transition=n.transitions.create("transform",t),xn(u,e,l),v&&v(e)}),O=T(e=>{e.style.webkitTransition="",e.style.transition="",y&&y(e)}),E=g.useCallback(()=>{M.current&&xn(u,M.current,l)},[u,l]);return g.useEffect(()=>{if(d||"down"===u||"right"===u)return;let e=(0,sW.Z)(()=>{M.current&&xn(u,M.current,l)}),t=(0,sz.Z)(M.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[u,d,l]),g.useEffect(()=>{d||E()},[d,E]),(0,f.jsx)(S,{nodeRef:M,onEnter:A,onEntered:I,onEntering:_,onExit:P,onExited:O,onExiting:D,addEndListener:e=>{o&&o(M.current,e)},appear:a,in:d,timeout:w,...C,children:(e,{ownerState:t,...n})=>g.cloneElement(s,{ref:k,style:{visibility:"exited"!==e||d?void 0:"hidden",...b,...s.props.style},...n})})});function xi(e){return(0,A.ZP)("MuiDrawer",e)}(0,T.Z)("MuiDrawer",["root","docked","paper","anchorLeft","anchorRight","anchorTop","anchorBottom","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom","paperAnchorDockedLeft","paperAnchorDockedRight","paperAnchorDockedTop","paperAnchorDockedBottom","modal"]);let xo=(e,t)=>{let{ownerState:n}=e;return[t.root,("permanent"===n.variant||"persistent"===n.variant)&&t.docked,t.modal]},xa=e=>{let{classes:t,anchor:n,variant:r}=e,i={root:["root",`anchor${(0,w.Z)(n)}`],docked:[("permanent"===r||"persistent"===r)&&"docked"],modal:["modal"],paper:["paper",`paperAnchor${(0,w.Z)(n)}`,"temporary"!==r&&`paperAnchorDocked${(0,w.Z)(n)}`]};return(0,y.Z)(i,xi,t)},xs=(0,S.ZP)(lD,{name:"MuiDrawer",slot:"Root",overridesResolver:xo})((0,C.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.drawer}))),xl=(0,S.ZP)("div",{shouldForwardProp:N.Z,name:"MuiDrawer",slot:"Docked",skipVariantsResolver:!1,overridesResolver:xo})({flex:"0 0 auto"}),xu=(0,S.ZP)(lP.Z,{name:"MuiDrawer",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`paperAnchor${(0,w.Z)(n.anchor)}`],"temporary"!==n.variant&&t[`paperAnchorDocked${(0,w.Z)(n.anchor)}`]]}})((0,C.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}`}}]}))),xc={left:"right",right:"left",top:"down",bottom:"up"},xd=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiDrawer"}),r=(0,s8.Z)(),i=s_(),o={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{anchor:a="left",BackdropProps:s,children:l,className:u,elevation:c=16,hideBackdrop:d=!1,ModalProps:{BackdropProps:h,...p}={},onClose:m,open:y=!1,PaperProps:x={},SlideProps:b,TransitionComponent:w,transitionDuration:S=o,variant:C="temporary",slots:M={},slotProps:T={},...A}=n,_=g.useRef(!1);g.useEffect(()=>{_.current=!0},[]);let I=function({direction:e},t){return"rtl"===e&&["left","right"].includes(t)?xc[t]:t}({direction:i?"rtl":"ltr"},a),D={...n,anchor:a,elevation:c,open:y,variant:C,...A},P=xa(D),O={slots:{transition:w,...M},slotProps:{paper:x,transition:b,...T,backdrop:(0,lE.Z)(T.backdrop||{...s,...h},{transitionDuration:S})}},[E,R]=(0,lc.Z)("root",{ref:t,elementType:xs,className:(0,v.Z)(P.root,P.modal,u),shouldForwardComponentProp:!0,ownerState:D,externalForwardedProps:{...O,...A,...p},additionalProps:{open:y,onClose:m,hideBackdrop:d,slots:{backdrop:O.slots.backdrop},slotProps:{backdrop:O.slotProps.backdrop}}}),[L,Z]=(0,lc.Z)("paper",{elementType:xu,shouldForwardComponentProp:!0,className:(0,v.Z)(P.paper,x.className),ownerState:D,externalForwardedProps:O,additionalProps:{elevation:"temporary"===C?c:0,square:!0}}),[N,B]=(0,lc.Z)("docked",{elementType:xl,ref:t,className:(0,v.Z)(P.root,P.docked,u),ownerState:D,externalForwardedProps:O,additionalProps:A}),[z,F]=(0,lc.Z)("transition",{elementType:xr,ownerState:D,externalForwardedProps:O,additionalProps:{in:y,direction:xc[I],timeout:S,appear:_.current}}),j=(0,f.jsx)(L,{...Z,children:l});if("permanent"===C)return(0,f.jsx)(N,{...B,children:j});let V=(0,f.jsx)(z,{...F,children:j});return"persistent"===C?(0,f.jsx)(N,{...B,children:V}):(0,f.jsx)(E,{...R,children:V})}),xh=({anchor:e="right",isOpen:t,onClose:n,PaperProps:r,children:i,...o})=>{let a=xt("(max-width:1080px)");return(0,f.jsx)(xd,{...o,open:t,onClose:n,anchor:e,PaperProps:{...r,sx:p3({width:a?"100%":"1080px",overflow:"hidden"},r?.sx)},children:i})};var xp=n(315);function xf(e){let{error:t}=e;return(0,f.jsx)(xp.Z,{severity:"error",children:t.message})}var xg=n(8715);let xm=[{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 xv({value:e,onChange:t}){return(0,f.jsx)(vb,{label:"Font Size",control:(0,f.jsx)(v3,{value:xm.find(t=>t.value===e),options:xm,getOptionLabel:e=>e.label,onChange:(e,{value:n})=>{t(n)},disableClearable:!0})})}let xy=e=>{let{absolute:t,children:n,classes:r,flexItem:i,light:o,orientation:a,textAlign:s,variant:l}=e;return(0,y.Z)({root:["root",t&&"absolute",l,o&&"light","vertical"===a&&"vertical",i&&"flexItem",n&&"withChildren",n&&"vertical"===a&&"withChildrenVertical","right"===s&&"vertical"!==a&&"textAlignRight","left"===s&&"vertical"!==a&&"textAlignLeft"],wrapper:["wrapper","vertical"===a&&"wrapperVertical"]},yq,r)},xx=(0,S.ZP)("div",{name:"MuiDivider",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.absolute&&t.absolute,t[n.variant],n.light&&t.light,"vertical"===n.orientation&&t.vertical,n.flexItem&&t.flexItem,n.children&&t.withChildren,n.children&&"vertical"===n.orientation&&t.withChildrenVertical,"right"===n.textAlign&&"vertical"!==n.orientation&&t.textAlignRight,"left"===n.textAlign&&"vertical"!==n.orientation&&t.textAlignLeft]}})((0,C.Z)(({theme:e})=>({margin:0,flexShrink:0,borderWidth:0,borderStyle:"solid",borderColor:(e.vars||e).palette.divider,borderBottomWidth:"thin",variants:[{props:{absolute:!0},style:{position:"absolute",bottom:0,left:0,width:"100%"}},{props:{light:!0},style:{borderColor:e.vars?`rgba(${e.vars.palette.dividerChannel} / 0.08)`:(0,x.Fq)(e.palette.divider,.08)}},{props:{variant:"inset"},style:{marginLeft:72}},{props:{variant:"middle",orientation:"horizontal"},style:{marginLeft:e.spacing(2),marginRight:e.spacing(2)}},{props:{variant:"middle",orientation:"vertical"},style:{marginTop:e.spacing(1),marginBottom:e.spacing(1)}},{props:{orientation:"vertical"},style:{height:"100%",borderBottomWidth:0,borderRightWidth:"thin"}},{props:{flexItem:!0},style:{alignSelf:"stretch",height:"auto"}},{props:({ownerState:e})=>!!e.children,style:{display:"flex",textAlign:"center",border:0,borderTopStyle:"solid",borderLeftStyle:"solid","&::before, &::after":{content:'""',alignSelf:"center"}}},{props:({ownerState:e})=>e.children&&"vertical"!==e.orientation,style:{"&::before, &::after":{width:"100%",borderTop:`thin solid ${(e.vars||e).palette.divider}`,borderTopStyle:"inherit"}}},{props:({ownerState:e})=>"vertical"===e.orientation&&e.children,style:{flexDirection:"column","&::before, &::after":{height:"100%",borderLeft:`thin solid ${(e.vars||e).palette.divider}`,borderLeftStyle:"inherit"}}},{props:({ownerState:e})=>"right"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"90%"},"&::after":{width:"10%"}}},{props:({ownerState:e})=>"left"===e.textAlign&&"vertical"!==e.orientation,style:{"&::before":{width:"10%"},"&::after":{width:"90%"}}}]}))),xb=(0,S.ZP)("span",{name:"MuiDivider",slot:"Wrapper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.wrapper,"vertical"===n.orientation&&t.wrapperVertical]}})((0,C.Z)(({theme:e})=>({display:"inline-block",paddingLeft:`calc(${e.spacing(1)} * 1.2)`,paddingRight:`calc(${e.spacing(1)} * 1.2)`,whiteSpace:"nowrap",variants:[{props:{orientation:"vertical"},style:{paddingTop:`calc(${e.spacing(1)} * 1.2)`,paddingBottom:`calc(${e.spacing(1)} * 1.2)`}}]}))),xw=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiDivider"}),{absolute:r=!1,children:i,className:o,orientation:a="horizontal",component:s=i||"vertical"===a?"div":"hr",flexItem:l=!1,light:u=!1,role:c="hr"!==s?"separator":void 0,textAlign:d="center",variant:h="fullWidth",...p}=n,g={...n,absolute:r,component:s,flexItem:l,light:u,orientation:a,role:c,textAlign:d,variant:h},m=xy(g);return(0,f.jsx)(xx,{as:s,className:(0,v.Z)(m.root,o),role:c,ref:t,ownerState:g,"aria-orientation":"separator"===c&&("hr"!==s||"vertical"===a)?a:void 0,...p,children:i?(0,f.jsx)(xb,{className:m.wrapper,ownerState:g,children:i}):null})});function xS({action:e,submitText:t="Save",cancelText:n="Cancel",isReadonly:r,isValid:i,onActionChange:o,onSubmit:a,onDelete:s,onCancel:l,...u}){return(0,f.jsx)(am.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},...u,children:"read"===e?(0,f.jsxs)(f.Fragment,{children:[o&&(0,f.jsx)(Y,{disabled:r,variant:"contained",onClick:()=>o("update"),children:"Edit"}),s&&(0,f.jsx)(Y,{color:"error",disabled:r,variant:"outlined",onClick:s,children:"Delete"}),l&&(a||s)&&(0,f.jsx)(xw,{orientation:"vertical",flexItem:!0,sx:{borderColor:e=>e.palette.grey["500"],"&.MuiDivider-root":{marginLeft:2,marginRight:1}}}),l&&(0,f.jsx)(Y,{color:"secondary",variant:"outlined",onClick:l,children:n})]}):(0,f.jsxs)(f.Fragment,{children:[a&&(0,f.jsx)(Y,{variant:"contained",disabled:!i,onClick:a,children:t}),l&&(0,f.jsx)(Y,{color:"secondary",variant:"outlined",onClick:l,children:n})]})})}xw&&(xw.muiSkipListHighlight=!0);var xC=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},xM=function(e){function t(t){var n=e.call(this,t)||this;return n.type="pointer",n}return(0,e5.ZT)(t,e),t.prototype.getDefaultShape=function(){return new xC},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}(e7.ZP),xk=n(3564);function xT(e,t){var n=null==e?"":e+"";return t&&((0,eJ.HD)(t)?n=t.replace("{value}",n):(0,eJ.mf)(t)&&(n=t(e))),n}var xA=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n){this.group.removeAll();var r,i,o=e.get(["axisLine","lineStyle","color"]),a=(r=e.get("center"),i=Math.min(n.getWidth(),n.getHeight()),{cx:(0,t4.GM)(r[0],n.getWidth()),cy:(0,t4.GM)(r[1],n.getHeight()),r:(0,t4.GM)(e.get("radius"),i/2)});this._renderMain(e,t,n,o,a),this._data=e.getData()},t.prototype.dispose=function(){},t.prototype._renderMain=function(e,t,n,r,i){var o=this.group,a=e.get("clockwise"),s=-e.get("startAngle")/180*Math.PI,l=-e.get("endAngle")/180*Math.PI,u=e.getModel("axisLine"),c=u.get("roundCap")?td:ti.C,d=u.get("show"),h=u.getModel("lineStyle"),p=h.get("width"),f=[s,l];(0,xk.L)(f,!a),s=f[0];for(var g=(l=f[1])-s,m=s,v=[],y=0;d&&y<r.length;y++){var x=new c({shape:{startAngle:m,endAngle:l=s+g*Math.min(Math.max(r[y][0],0),1),cx:i.cx,cy:i.cy,clockwise:a,r0:i.r-p,r:i.r},silent:!0});x.setStyle({fill:r[y][1]}),x.setStyle(h.getLineStyle(["color","width"])),v.push(x),m=l}v.reverse(),(0,eJ.S6)(v,function(e){return o.add(e)});var b=function(e){var t;if(e<=0)return r[0][1];for(t=0;t<r.length;t++)if(r[t][0]>=e&&(0===t?0:r[t-1][0])<e)return r[t][1];return r[t-1][1]};this._renderTicks(e,t,n,b,i,s,l,a,p),this._renderTitleAndDetail(e,t,n,b,i),this._renderAnchor(e,i),this._renderPointer(e,t,n,b,i,s,l,a,p)},t.prototype._renderTicks=function(e,t,n,r,i,o,a,s,l){for(var u,c,d=this.group,h=i.cx,p=i.cy,f=i.r,g=+e.get("min"),m=+e.get("max"),v=e.getModel("splitLine"),y=e.getModel("axisTick"),x=e.getModel("axisLabel"),b=e.get("splitNumber"),w=y.get("splitNumber"),S=(0,t4.GM)(v.get("length"),f),C=(0,t4.GM)(y.get("length"),f),M=o,k=(a-o)/b,T=k/w,A=v.getModel("lineStyle").getLineStyle(),_=y.getModel("lineStyle").getLineStyle(),I=v.get("distance"),D=0;D<=b;D++){if(u=Math.cos(M),c=Math.sin(M),v.get("show")){var P=I?I+l:l,O=new n6.Z({shape:{x1:u*(f-P)+h,y1:c*(f-P)+p,x2:u*(f-S-P)+h,y2:c*(f-S-P)+p},style:A,silent:!0});"auto"===A.stroke&&O.setStyle({stroke:r(D/b)}),d.add(O)}if(x.get("show")){var P=x.get("distance")+I,E=xT((0,t4.NM)(D/b*(m-g)+g),x.get("formatter")),R=r(D/b),L=u*(f-S-P)+h,Z=c*(f-S-P)+p,N=x.get("rotate"),B=0;"radial"===N?(B=-M+2*Math.PI)>Math.PI/2&&(B+=Math.PI):"tangential"===N?B=-M-Math.PI/2:(0,eJ.hj)(N)&&(B=N*Math.PI/180),0===B?d.add(new n8.ZP({style:(0,ts.Lr)(x,{text:E,x:L,y:Z,verticalAlign:c<-.8?"top":c>.8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:R}),silent:!0})):d.add(new n8.ZP({style:(0,ts.Lr)(x,{text:E,x:L,y:Z,verticalAlign:"middle",align:"center"},{inheritColor:R}),silent:!0,originX:L,originY:Z,rotation:B}))}if(y.get("show")&&D!==b){var P=y.get("distance");P=P?P+l:l;for(var z=0;z<=w;z++){u=Math.cos(M),c=Math.sin(M);var F=new n6.Z({shape:{x1:u*(f-P)+h,y1:c*(f-P)+p,x2:u*(f-C-P)+h,y2:c*(f-C-P)+p},silent:!0,style:_});"auto"===_.stroke&&F.setStyle({stroke:r((D+z/w)/b)}),d.add(F),M+=T}M-=T}else M+=k}},t.prototype._renderPointer=function(e,t,n,r,i,o,a,s,l){var u=this.group,c=this._data,d=this._progressEls,h=[],p=e.get(["pointer","show"]),f=e.getModel("progress"),g=f.get("show"),m=e.getData(),v=m.mapDimension("value"),y=+e.get("min"),x=+e.get("max"),b=[y,x],w=[o,a];function S(t,n){var r,o=m.getItemModel(t).getModel("pointer"),a=(0,t4.GM)(o.get("width"),i.r),s=(0,t4.GM)(o.get("length"),i.r),l=e.get(["pointer","icon"]),u=o.get("offsetCenter"),c=(0,t4.GM)(u[0],i.r),d=(0,t4.GM)(u[1],i.r),h=o.get("keepAspect");return(r=l?(0,n7.th)(l,c-a/2,d-s,a,s,null,h):new xM({shape:{angle:-Math.PI/2,width:a,r:s,x:c,y:d}})).rotation=-(n+Math.PI/2),r.x=i.cx,r.y=i.cy,r}function C(e,t){var n=f.get("roundCap")?td:ti.C,r=f.get("overlap"),a=r?f.get("width"):l/m.count(),u=r?i.r-a:i.r-(e+1)*a,c=r?i.r:i.r-e*a,d=new n({shape:{startAngle:o,endAngle:t,cx:i.cx,cy:i.cy,clockwise:s,r0:u,r:c}});return r&&(d.z2=x-m.get(v,e)%x),d}(g||p)&&(m.diff(c).add(function(t){var n=m.get(v,t);if(p){var r=S(t,o);tn.KZ(r,{rotation:-((isNaN(+n)?w[0]:(0,t4.NU)(n,b,w,!0))+Math.PI/2)},e),u.add(r),m.setItemGraphicEl(t,r)}if(g){var i=C(t,o),a=f.get("clip");tn.KZ(i,{shape:{endAngle:(0,t4.NU)(n,b,w,a)}},e),u.add(i),(0,to.Q)(e.seriesIndex,m.dataType,t,i),h[t]=i}}).update(function(t,n){var r=m.get(v,t);if(p){var i=c.getItemGraphicEl(n),a=i?i.rotation:o,s=S(t,a);s.rotation=a,tn.D(s,{rotation:-((isNaN(+r)?w[0]:(0,t4.NU)(r,b,w,!0))+Math.PI/2)},e),u.add(s),m.setItemGraphicEl(t,s)}if(g){var l=d[n],y=C(t,l?l.shape.endAngle:o),x=f.get("clip");tn.D(y,{shape:{endAngle:(0,t4.NU)(r,b,w,x)}},e),u.add(y),(0,to.Q)(e.seriesIndex,m.dataType,t,y),h[t]=y}}).execute(),m.each(function(e){var t=m.getItemModel(e),n=t.getModel("emphasis"),i=n.get("focus"),o=n.get("blurScope"),a=n.get("disabled");if(p){var s=m.getItemGraphicEl(e),l=m.getItemVisual(e,"style"),u=l.fill;if(s instanceof iQ.ZP){var c=s.style;s.useStyle((0,eJ.l7)({image:c.image,x:c.x,y:c.y,width:c.width,height:c.height},l))}else s.useStyle(l),"pointer"!==s.type&&s.setColor(u);s.setStyle(t.getModel(["pointer","itemStyle"]).getItemStyle()),"auto"===s.style.fill&&s.setStyle("fill",r((0,t4.NU)(m.get(v,e),b,[0,1],!0))),s.z2EmphasisLift=0,(0,ta.WO)(s,t),(0,ta.k5)(s,i,o,a)}if(g){var d=h[e];d.useStyle(m.getItemVisual(e,"style")),d.setStyle(t.getModel(["progress","itemStyle"]).getItemStyle()),d.z2EmphasisLift=0,(0,ta.WO)(d,t),(0,ta.k5)(d,i,o,a)}}),this._progressEls=h)},t.prototype._renderAnchor=function(e,t){var n=e.getModel("anchor");if(n.get("show")){var r=n.get("size"),i=n.get("icon"),o=n.get("offsetCenter"),a=n.get("keepAspect"),s=(0,n7.th)(i,t.cx-r/2+(0,t4.GM)(o[0],t.r),t.cy-r/2+(0,t4.GM)(o[1],t.r),r,r,null,a);s.z2=+!!n.get("showAbove"),s.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(s)}},t.prototype._renderTitleAndDetail=function(e,t,n,r,i){var o=this,a=e.getData(),s=a.mapDimension("value"),l=+e.get("min"),u=+e.get("max"),c=new te.Z,d=[],h=[],p=e.isAnimationEnabled(),f=e.get(["pointer","showAbove"]);a.diff(this._data).add(function(e){d[e]=new n8.ZP({silent:!0}),h[e]=new n8.ZP({silent:!0})}).update(function(e,t){d[e]=o._titleEls[t],h[e]=o._detailEls[t]}).execute(),a.each(function(t){var n=a.getItemModel(t),o=a.get(s,t),g=new te.Z,m=r((0,t4.NU)(o,[l,u],[0,1],!0)),v=n.getModel("title");if(v.get("show")){var y=v.get("offsetCenter"),x=i.cx+(0,t4.GM)(y[0],i.r),b=i.cy+(0,t4.GM)(y[1],i.r),w=d[t];w.attr({z2:2*!f,style:(0,ts.Lr)(v,{x:x,y:b,text:a.getName(t),align:"center",verticalAlign:"middle"},{inheritColor:m})}),g.add(w)}var S=n.getModel("detail");if(S.get("show")){var C=S.get("offsetCenter"),M=i.cx+(0,t4.GM)(C[0],i.r),k=i.cy+(0,t4.GM)(C[1],i.r),T=(0,t4.GM)(S.get("width"),i.r),A=(0,t4.GM)(S.get("height"),i.r),_=e.get(["progress","show"])?a.getItemVisual(t,"style").fill:m,w=h[t],I=S.get("formatter");w.attr({z2:2*!f,style:(0,ts.Lr)(S,{x:M,y:k,text:xT(o,I),width:isNaN(T)?null:T,height:isNaN(A)?null:A,align:"center",verticalAlign:"middle"},{inheritColor:_})}),(0,ts.pe)(w,{normal:S},o,function(e){return xT(e,I)}),p&&(0,ts.tD)(w,t,a,e,{getFormattedLabel:function(e,t,n,r,i,a){return xT(a?a.interpolatedValue:o,I)}}),g.add(w)}c.add(g)}),this.group.add(c),this._titleEls=d,this._detailEls=h},t.type="gauge",t}(th.Z),x_=n(6904),xI=n(3208);function xD(e,t,n){t=(0,eJ.kJ)(t)&&{coordDimensions:t}||(0,eJ.l7)({encodeDefine:e.getEncode()},t);var r=e.getSource(),i=(0,x_.Z)(r,t).dimensions,o=new xI.Z(i,e);return o.initData(r,n),o}var xP=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.visualStyleAccessPath="itemStyle",n}return(0,e5.ZT)(t,e),t.prototype.getInitialData=function(e,t){return xD(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}(e3.Z);function xO(e){let{width:t,height:n,data:r,format:i,axisLine:o,max:a}=e,s=iG(),l=function(e,t){let n=(0,g.useRef)();return(void 0===n.current||!1===iY()(t,n.current.deps))&&(n.current={value:e(),deps:t}),n.current.value}(()=>{if(void 0===r.value)return s.noDataOption;let e=xE(r.value,i,t,n);return{title:{show:!1},tooltip:{show:!1},series:[{type:"gauge",center:["50%","65%"],radius:"86%",startAngle:200,endAngle:-20,min:0,max:a,silent:!0,progress:{show:!0,width:16,itemStyle:{color:"auto"}},pointer:{show:!1},axisLine:{lineStyle:{color:[[1,"rgba(127,127,127,0.35)"]],width:16}},axisTick:{show:!1,distance:0},splitLine:{show:!1},axisLabel:{show:!1,distance:-18,color:"#999",fontSize:12},anchor:{show:!1},title:{show:!1},detail:{show:!1},data:[{value:r.value}]},{type:"gauge",center:["50%","65%"],radius:"100%",startAngle:200,endAngle:-20,min:0,max:a,pointer:{show:!0,icon:t>170?"path://M12.8,0.7l12,40.1H0.7L12.8,0.7z":"none",length:10,width:5,offsetCenter:[0,"-49%"],itemStyle:{color:"auto"}},axisLine:o,axisTick:{show:!1},splitLine:{show:!1},axisLabel:{show:!1},detail:{show:!0,width:"60%",borderRadius:8,offsetCenter:[0,"-9%"],color:"inherit",fontSize:e,formatter:null===r.value?()=>"null":e=>eq(e,i)},data:[{value:r.value,name:r.label,title:{show:!0,color:s.echartsTheme.textStyle?.color??"inherit",offsetCenter:[0,"55%"],overflow:"truncate",fontSize:12,width:.8*t}}]}]}},[r,t,n,s,i,o,a]);return(0,f.jsx)(ac,{sx:{width:t,height:n,padding:`${s.container.padding.default}px`},option:l,theme:s.echartsTheme})}function xE(e,t,n,r){let i=Math.min(n,r)/(("number"==typeof e?eq(e,t):`${e}`).length??2)*.7;return`clamp(3px, ${i}px, 24px)`}(0,eX.D)([function(e){e.registerChartView(xA),e.registerSeriesModel(xP)},r2,ie,iI,ij]);var xR=n(252);let xL=[],xZ=[];function xN(e){return e>=127462&&e<=127487}function xB(e,t,n){if(t==e.length)return t;t&&xF(e.charCodeAt(t))&&xj(e.charCodeAt(t-1))&&t--;let r=xz(e,t);for(t+=xV(r);t<e.length;){let i=xz(e,t);if(8205==r||8205==i||n&&function(e){if(e<768)return!1;for(let t=0,n=xL.length;;){let r=t+n>>1;if(e<xL[r])n=r;else{if(!(e>=xZ[r]))return!0;t=r+1}if(t==n)return!1}}(i))t+=xV(i),r=i;else if(xN(i)){let n=0,r=t-2;for(;r>=0&&xN(xz(e,r));)n++,r-=2;if(n%2==0)break;t+=2}else break}return t}function xz(e,t){let n=e.charCodeAt(t);if(!xj(n)||t+1==e.length)return n;let r=e.charCodeAt(t+1);return xF(r)?(n-55296<<10)+(r-56320)+65536:n}function xF(e){return e>=56320&&e<57344}function xj(e){return e>=55296&&e<56320}function xV(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?xZ:xL).push(n+=e[t])})();class x${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]=xX(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),xW.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]=xX(this,e,t);let n=[];return this.decompose(e,t,n,0),xW.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 xU(this),i=new xU(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 xU(this,e)}iterRange(e,t=this.length){return new xq(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 xY(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 xH(e):xW.from(xH.split(e,[])):x$.empty}}class xH extends x${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 xK(r,a,n,o);r=a+1,n++}}decompose(e,t,n,r){var i;let o=e<=0&&t>=this.length?this:new xH((i=this.text,xG(i,[""],e,t)),Math.min(t,this.length)-Math.max(0,e));if(1&r){let e=n.pop(),t=xG(o.text,e.text.slice(),0,o.length);if(t.length<=32)n.push(new xH(t,e.length+o.length));else{let e=t.length>>1;n.push(new xH(t.slice(0,e)),new xH(t.slice(e)))}}else n.push(o)}replace(e,t,n){var r,i;if(!(n instanceof xH))return super.replace(e,t,n);[e,t]=xX(this,e,t);let o=xG(this.text,xG(n.text,(r=this.text,i=0,xG(r,[""],0,e))),t),a=this.length+n.length-(t-e);return o.length<=32?new xH(o,a):xW.from(xH.split(o,[]),a)}sliceString(e,t=this.length,n="\n"){[e,t]=xX(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 xH(n,r)),n=[],r=-1);return r>-1&&t.push(new xH(n,r)),t}}class xW extends x${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]=xX(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 xW(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]=xX(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 xW))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 xH(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]:xW.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 xW)for(let n of t.children)e(n);else t.lines>o&&(s>o||!s)?(c(),a.push(t)):t instanceof xH&&s&&(n=u[u.length-1])instanceof xH&&t.lines+n.lines<=32?(s+=t.lines,l+=t.length+1,u[u.length-1]=new xH(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 xW(a,t)}}function xG(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}x$.empty=new xH([""],0);class xU{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 xH?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 xH?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 xH){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 xH?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 xq{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new xU(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 xY{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&&(x$.prototype[Symbol.iterator]=function(){return this.iter()},xU.prototype[Symbol.iterator]=xq.prototype[Symbol.iterator]=xY.prototype[Symbol.iterator]=function(){return this});class xK{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 xX(e,t,n){return[t=Math.max(0,Math.min(e.length,t)),Math.max(t,Math.min(e.length,n))]}function xJ(e,t,n=!0,r=!0){return function(e,t,n=!0,r=!0){return(n?xB:function(e,t,n){for(;t>0;){let r=xB(e,t-2,n);if(r<t)return r;t--}return 0})(e,t,r)}(e,t,n,r)}function xQ(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 x0(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(((e-=65536)>>10)+55296,(1023&e)+56320)}function x1(e){return e<65536?1:2}let x2=/\r\n?|\n/;var x5=((BZ=x5||(x5={}))[BZ.Simple=0]="Simple",BZ[BZ.TrackDel=1]="TrackDel",BZ[BZ.TrackBefore=2]="TrackBefore",BZ[BZ.TrackAfter=3]="TrackAfter",BZ);class x3{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){x9(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 x3(e)}composeDesc(e){return this.empty?e:e.empty?this:be(this,e)}mapDesc(e,t=!1){return e.empty?this:x7(this,e,t)}mapPos(e,t=-1,n=x5.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!=x5.Simple&&l>=e&&(n==x5.TrackDel&&r<e&&l>e||n==x5.TrackBefore&&r<e||n==x5.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 x3(e)}static create(e){return new x3(e)}}class x4 extends x3{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 x9(this,(t,n,r,i,o)=>e=e.replace(r,r+(n-t),o),!1),e}mapDesc(e,t=!1){return x7(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(x$.empty);n.push(o?e.slice(i,i+o):x$.empty)}i+=o}return new x4(t,n)}compose(e){return this.empty?e:e.empty?this:be(this,e,!0)}map(e,t=!1){return e.empty?this:x7(this,e,t,!0)}iterChanges(e,t=!1){x9(this,e,t)}get desc(){return x3.create(this.sections)}filter(e){let t=[],n=[],r=[],i=new bt(this);t: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 t;let e=Math.min(i.len,s-a);x6(r,e,-1);let o=-1==i.ins?-1:0==i.off?i.ins:0;x6(t,e,o),o>0&&x8(n,t,i.text),i.forward(e),a+=e}let l=e[o++];for(;a<l;){if(i.done)break t;let e=Math.min(i.len,l-a);x6(t,e,-1),x6(r,e,-1==i.ins?-1:0==i.off?i.ins:0),i.forward(e),a+=e}}return{changes:new x4(t,n),filtered:x3.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&&x6(r,t-o,-1);let n=new x4(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 x4){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?x$.of(u.split(n||x2)):u:x$.empty,d=c.length;if(e==a&&0==d)return;e<o&&s(),e>o&&x6(r,e-o,-1),x6(r,a-e,d),x8(i,r,c),o=a}}(e),s(!a),a}static empty(e){return new x4(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(x$.empty);n[r]=x$.of(i.slice(1)),t.push(i[0],n[r].length)}}return new x4(t,n)}static createSet(e,t){return new x4(e,t)}}function x6(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 x8(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(x$.empty);e.push(n)}}function x9(e,t,n){let r=e.inserted;for(let i=0,o=0,a=0;a<e.sections.length;){let s=e.sections[a++],l=e.sections[a++];if(l<0)i+=s,o+=s;else{let u=i,c=o,d=x$.empty;for(;u+=s,c+=l,l&&r&&(d=d.append(r[a-2>>1])),!n&&a!=e.sections.length&&!(e.sections[a+1]<0);)s=e.sections[a++],l=e.sections[a++];t(i,u,o,c,d),i=u,o=c}}}function x7(e,t,n,r=!1){let i=[],o=r?[]:null,a=new bt(e),s=new bt(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);x6(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(x6(i,s.ins,-1);t;){let n=Math.min(a.len,t);a.ins>=0&&e<a.i&&a.len<=n&&(x6(i,0,a.ins),o&&x8(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;x6(i,t,e<a.i?a.ins:0),o&&e<a.i&&x8(o,i,a.text),e=a.i,a.forward(a.len-n)}else if(a.done&&s.done)return o?x4.createSet(i,o):x3.create(i);else throw Error("Mismatched change set lengths")}}function be(e,t,n=!1){let r=[],i=n?[]:null,o=new bt(e),a=new bt(t);for(let e=!1;;){if(o.done&&a.done)return i?x4.createSet(r,i):x3.create(r);if(0==o.ins)x6(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;x6(r,t,n,e),i&&n&&x8(i,r,a.text)}else -1==a.ins?(x6(r,o.off?0:o.len,t,e),i&&x8(i,r,o.textBit(t))):(x6(r,o.off?0:o.len,a.off?0:a.ins,e),i&&!a.off&&x8(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 x6(r,0,a.ins,e),i&&x8(i,r,a.text),a.next()}}class bt{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?x$.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?x$.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 bn{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 bn(n,r,this.flags)}extend(e,t=e){if(e<=this.anchor&&t>=this.anchor)return br.range(e,t);let n=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return br.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 br.range(e.anchor,e.head)}static create(e,t,n){return new bn(e,t,n)}}class br{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:br.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 br([this.main],0)}addRange(e,t=!0){return br.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let n=this.ranges.slice();return n[t]=e,br.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 br(e.ranges.map(e=>bn.fromJSON(e)),e.main)}static single(e,t=e){return new br([br.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 br.normalized(e.slice(),t);n=i.to}return new br(e,t)}static cursor(e,t=0,n,r){return bn.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?bn.create(t,e,48|i):bn.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?br.range(a,o):br.range(o,a))}}return new br(e,t)}}function bi(e,t){for(let n of e.ranges)if(n.to>t)throw RangeError("Selection points outside of document")}let bo=0;class ba{constructor(e,t,n,r,i){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=r,this.id=bo++,this.default=e([]),this.extensions="function"==typeof i?i(this):i}get reader(){return this}static define(e={}){return new ba(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(e.combine?(e,t)=>e===t:bs),!!e.static,e.enables)}of(e){return new bl([],this,0,e)}compute(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new bl(e,this,1,t)}computeN(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new bl(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],n=>t(n.field(e)))}}function bs(e,t){return e==t||e.length==t.length&&e.every((e,n)=>e===t[n])}class bl{constructor(e,t,n,r){this.dependencies=e,this.facet=t,this.type=n,this.value=r,this.id=bo++}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)||bc(e,u)){let t=n(e);if(a?!bu(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=bw(t,l);if(this.dependencies.every(n=>n instanceof ba?t.facet(n)===e.facet(n):!(n instanceof bh)||t.field(n,!1)==e.field(n,!1))||(a?bu(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 bu(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 bc(e,t){let n=!1;for(let r of t)1&bb(e,r)&&(n=!0);return n}let bd=ba.define({static:!0});class bh{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 bh(bo++,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(bd).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(bd),i=n.facet(bd),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,bd.of({field:this,create:e})]}get extension(){return this}}let bp={lowest:4,low:3,default:2,high:1,highest:0};function bf(e){return t=>new bm(t,e)}let bg={highest:bf(bp.highest),high:bf(bp.high),default:bf(bp.default),low:bf(bp.low),lowest:bf(bp.lowest)};class bm{constructor(e,t){this.inner=e,this.prec=t}}class bv{of(e){return new by(this,e)}reconfigure(e){return bv.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class by{constructor(e,t){this.compartment=e,this.inner=t}}class bx{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 by&&o.delete(t.compartment)}if(s.set(t,n),Array.isArray(t))for(let r of t)e(r,n);else if(t instanceof by){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 bm)e(t.inner,t.prec);else if(t instanceof bh)a[n].push(t),t.provides&&e(t.provides,n);else if(t instanceof bl)a[n].push(t),t.facet.extensions&&e(t.facet.extensions,bp.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,bp.default),a.reduce((e,t)=>e.concat(t))))n instanceof bh?l.push(n):(u[n.facet.id]||(u[n.facet.id]=[])).push(n);let d=Object.create(null),h=[],p=[];for(let e of l)d[e.id]=p.length<<1,p.push(t=>e.slot(t));let f=null==n?void 0:n.config.facets;for(let e in u){let t=u[e],r=t[0].facet,i=f&&f[e]||[];if(t.every(e=>0==e.type)){if(d[r.id]=h.length<<1|1,bs(i,t))h.push(n.facet(r));else{let e=r.combine(t.map(e=>e.value));h.push(n&&r.compare(e,n.facet(r))?n.facet(r):e)}}else{for(let e of t)0==e.type?(d[e.id]=h.length<<1|1,h.push(e.value)):(d[e.id]=p.length<<1,p.push(t=>e.dynamicSlot(t)));d[r.id]=p.length<<1,p.push(e=>(function(e,t,n){let r=n.map(t=>e[t.id]),i=n.map(e=>e.type),o=r.filter(e=>!(1&e)),a=e[t.id]>>1;function s(e){let n=[];for(let t=0;t<r.length;t++){let o=bw(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)bb(e,t);return e.values[a]=s(e),1},update(e,n){if(!bc(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=bc(e,r),l=i.config.facets[t.id],u=i.facet(t);if(l&&!o&&bs(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 bx(e,c,p.map(e=>e(d)),d,h,u)}}function bb(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 bw(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}let bS=ba.define(),bC=ba.define({combine:e=>e.some(e=>e),static:!0}),bM=ba.define({combine:e=>e.length?e[0]:void 0,static:!0}),bk=ba.define(),bT=ba.define(),bA=ba.define(),b_=ba.define({combine:e=>!!e.length&&e[0]});class bI{constructor(e,t){this.type=e,this.value=t}static define(){return new bD}}class bD{of(e){return new bI(this,e)}}class bP{constructor(e){this.map=e}of(e){return new bO(this,e)}}class bO{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 bO(this.type,t)}is(e){return this.type==e}static define(e={}){return new bP(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}}bO.reconfigure=bO.define(),bO.appendConfig=bO.define();class bE{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&&bi(n,t.newLength),i.some(e=>e.type==bE.time)||(this.annotations=i.concat(bE.time.of(Date.now())))}static create(e,t,n,r,i,o){return new bE(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(bE.userEvent);return!!(t&&(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function bR(e,t,n){var r;let i,o,a;return n?(i=t.changes,o=x4.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:bO.mapEffects(e.effects,i).concat(bO.mapEffects(t.effects,o)),annotations:e.annotations.length?e.annotations.concat(t.annotations):t.annotations,scrollIntoView:e.scrollIntoView||t.scrollIntoView}}function bL(e,t,n){let r=t.selection,i=bN(t.annotations);return t.userEvent&&(i=i.concat(bE.userEvent.of(t.userEvent))),{changes:t.changes instanceof x4?t.changes:x4.of(t.changes||[],n,e.facet(bM)),selection:r&&(r instanceof br?r:br.single(r.anchor,r.head)),effects:bN(t.effects),annotations:i,scrollIntoView:!!t.scrollIntoView}}bE.time=bI.define(),bE.userEvent=bI.define(),bE.addToHistory=bI.define(),bE.remote=bI.define();let bZ=[];function bN(e){return null==e?bZ:Array.isArray(e)?e:[e]}var bB=((BN=bB||(bB={}))[BN.Word=0]="Word",BN[BN.Space=1]="Space",BN[BN.Other=2]="Other",BN);let bz=/[\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 bF{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++)bb(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 bb(this,n),bw(this,n)}update(...e){return function e(t,n,r){let i=bL(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=bR(i,bL(t,n[e],o?i.changes.newLength:t.doc.length),o)}let o=bE.create(t,i.changes,i.selection,i.effects,i.annotations,i.scrollIntoView);return function(e){let t=e.startState,n=t.facet(bA),r=e;for(let i=n.length-1;i>=0;i--){let o=n[i](e);o&&Object.keys(o).length&&(r=bR(r,bL(t,o,e.changes.newLength),!0))}return r==e?e:bE.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(bk)){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=x4.empty(n.doc.length);else{let n=t.changes.filter(r);e=n.changes,i=n.filtered.mapDesc(n.changes).invertedDesc}t=bE.create(n,e,t.selection&&t.selection.map(i),bO.mapEffects(t.effects,i),t.annotations,t.scrollIntoView)}let i=n.facet(bT);for(let r=i.length-1;r>=0;r--){let o=i[r](t);t=o instanceof bE?o:Array.isArray(o)&&1==o.length&&o[0]instanceof bE?o[0]:e(n,bN(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(bv.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(bO.reconfigure)?(n=null,r=t.value):t.is(bO.appendConfig)&&(n=null,r=bN(r).concat(t.value));t=n?e.startState.values.slice():new bF(n=bx.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(bC)?e.newSelection:e.newSelection.asSingle();new bF(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:br.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=bN(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=bO.mapEffects(o,l).concat(bO.mapEffects(bN(a.effects),u))}return{changes:r,selection:br.create(i,t.mainIndex),effects:o}}changes(e=[]){return e instanceof x4?e:x4.of(e,this.doc.length,this.facet(bF.lineSeparator))}toText(e){return x$.of(e.split(this.facet(bF.lineSeparator)||x2))}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:(bb(this,t),bw(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 bh&&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 bF.create({doc:e.doc,selection:br.fromJSON(e.selection),extensions:t.extensions?r.concat([t.extensions]):r})}static create(e={}){let t=bx.resolve(e.extensions||[],new Map),n=e.doc instanceof x$?e.doc:x$.of((e.doc||"").split(t.staticFacet(bF.lineSeparator)||x2)),r=e.selection?e.selection instanceof br?e.selection:br.single(e.selection.anchor,e.selection.head):br.single(0);return bi(r,n.length),t.staticFacet(bC)||(r=r.asSingle()),new bF(t,n,r,t.dynamicSlots.map(()=>null),(e,t)=>t.create(e),null)}get tabSize(){return this.facet(bF.tabSize)}get lineBreak(){return this.facet(bF.lineSeparator)||"\n"}get readOnly(){return this.facet(b_)}phrase(e,...t){for(let t of this.facet(bF.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(bS))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 bB.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()||bz.test(n)))return!0}return!1}(e))return bB.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return bB.Word;return bB.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=xJ(t,o,!1);if(i(t.slice(e,o))!=bB.Word)break;o=e}for(;a<r;){let e=xJ(t,a);if(i(t.slice(a,e))!=bB.Word)break;a=e}return o==a?null:br.range(o+n,a+n)}}function bj(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}bF.allowMultipleSelections=bC,bF.tabSize=ba.define({combine:e=>e.length?e[0]:4}),bF.lineSeparator=bM,bF.readOnly=b_,bF.phrases=ba.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])}}),bF.languageData=bS,bF.changeFilter=bk,bF.transactionFilter=bT,bF.transactionExtender=bA,bv.reconfigure=bO.define();class bV{eq(e){return this==e}range(e,t=e){return b$.create(e,t,this)}}bV.prototype.startSide=bV.prototype.endSide=0,bV.prototype.point=!1,bV.prototype.mapMode=x5.TrackDel;class b${constructor(e,t,n){this.from=e,this.to=t,this.value=n}static create(e,t,n){return new b$(e,t,n)}}function bH(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class bW{constructor(e,t,n,r){this.from=e,this.to=t,this.value=n,this.maxPoint=r}get length(){return this.to[this.to.length-1]}findIndex(e,t,n,r=0){let i=n?this.to:this.from;for(let o=r,a=i.length;;){if(o==a)return o;let r=o+a>>1,s=i[r]-e||(n?this.value[r].endSide:this.value[r].startSide)-t;if(r==o)return s>=0?o:a;s>=0?a=r:o=r+1}}between(e,t,n,r){for(let i=this.findIndex(t,-1e9,!0),o=this.findIndex(n,1e9,!1,i);i<o;i++)if(!1===r(this.from[i]+e,this.to[i]+e,this.value[i]))return!1}map(e,t){let n=[],r=[],i=[],o=-1,a=-1;for(let s=0;s<this.value.length;s++){let l=this.value[s],u=this.from[s]+e,c=this.to[s]+e,d,h;if(u==c){let e=t.mapPos(u,l.startSide,l.mapMode);if(null==e||(d=h=e,l.startSide!=l.endSide&&(h=t.mapPos(u,l.endSide))<d))continue}else if((d=t.mapPos(u,l.startSide))>(h=t.mapPos(c,l.endSide))||d==h&&l.startSide>0&&l.endSide<=0)continue;0>(h-d||l.endSide-l.startSide)||(o<0&&(o=d),l.point&&(a=Math.max(a,h-d)),n.push(l),r.push(d-o),i.push(h-o))}return{mapped:n.length?new bW(r,i,n,a):null,pos:o}}}class bG{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 bG(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(bH)),this.isEmpty)return t.length?bG.of(t):this;let a=new bY(this,null,-1).goto(0),s=0,l=[],u=new bU;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(b$.create(a.from,a.to,a.value)),a.next());return u.finishInner(this.nextLayer.isEmpty&&!l.length?bG.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 bG(n,t,i||bG.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 bK.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return bK.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=bq(o,a,n),l=new bJ(o,s,i),u=new bJ(a,s,i);n.iterGaps((e,t,n)=>bQ(l,e,u,t,n,r)),n.empty&&0==n.length&&bQ(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=bq(i,o),s=new bJ(i,a,0).goto(n),l=new bJ(o,a,0).goto(n);for(;;){if(s.to!=l.to||!b0(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 bJ(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 bU;for(let r of e instanceof b$?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n<e.length;n++){let r=e[n];if(bH(t,r)>0)return e.slice().sort(bH);t=r}return e}(e):e)n.add(r.from,r.to,r.value);return n.finish()}static join(e){if(!e.length)return bG.empty;let t=e[e.length-1];for(let n=e.length-2;n>=0;n--)for(let r=e[n];r!=bG.empty;r=r.nextLayer)t=new bG(r.chunkPos,r.chunk,t,Math.max(r.maxPoint,t.maxPoint));return t}}bG.empty=new bG([],[],null,-1),bG.empty.nextLayer=bG.empty;class bU{finishChunk(e){this.chunks.push(new bW(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 bU)).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(bG.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=bG.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function bq(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 bY{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 bK{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 bY(o,t,n,i));return 1==r.length?r[0]:new bK(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--)bX(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--)bX(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(),bX(this.heap,0)}}}function bX(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 bJ{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=bK.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){b1(this.active,e),b1(this.activeTo,e),b1(this.activeRank,e),this.minActive=b5(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++;b2(this.active,t,n),b2(this.activeTo,t,r),b2(this.activeRank,t,i),e&&b2(e,t,this.cursor.from),this.minActive=b5(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&&b1(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 bQ(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))&&b0(e.activeForPoint(e.to),n.activeForPoint(n.to))||o.comparePoint(s,u,e.point,n.point):u>s&&!b0(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 b0(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 b1(e,t){for(let n=t,r=e.length-1;n<r;n++)e[n]=e[n+1];e.pop()}function b2(e,t,n){for(let n=e.length-1;n>=t;n--)e[n+1]=e[n];e[t]=n}function b5(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 b3(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=xJ(e,i));return r}function b4(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=xJ(e,r)}return!0===r?-1:e.length}let b6="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),b8="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),b9="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class b7{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=b9[b6]||1;return b9[b6]=e+1,"ͼ"+e.toString(36)}static mount(e,t,n){let r=e[b8],i=n&&n.nonce;r?i&&r.setNonce(i):r=new wt(e,i),r.mount(Array.isArray(t)?t:[t],e)}}let we=new Map;class wt{constructor(e,t){let n=e.ownerDocument||e,r=n.defaultView;if(!e.head&&e.adoptedStyleSheets&&r.CSSStyleSheet){let t=we.get(n);if(t)return e[b8]=t;this.sheet=new r.CSSStyleSheet,we.set(n,this)}else this.styleTag=n.createElement("style"),t&&this.styleTag.setAttribute("nonce",t);this.modules=[],e[b8]=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 wn={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:"'"},wr={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},wi="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),wo="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),wa=0;wa<10;wa++)wn[48+wa]=wn[96+wa]=String(wa);for(var wa=1;wa<=24;wa++)wn[wa+111]="F"+wa;for(var wa=65;wa<=90;wa++)wn[wa]=String.fromCharCode(wa+32),wr[wa]=String.fromCharCode(wa);for(var ws in wn)wr.hasOwnProperty(ws)||(wr[ws]=wn[ws]);function wl(e){let t;return(11==e.nodeType?e.getSelection?e:e.ownerDocument:e).getSelection()}function wu(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function wc(e,t){if(!t.anchorNode)return!1;try{return wu(e,t.anchorNode)}catch(e){return!1}}function wd(e){return 3==e.nodeType?wS(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function wh(e,t,n,r){return!!n&&(wg(e,t,n,r,-1)||wg(e,t,n,r,1))}function wp(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function wf(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}function wg(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:wm(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=wp(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?wm(e):0}}}function wm(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}function wv(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function wy(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 wx{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?wm(t):0),n,Math.min(e.focusOffset,n?wm(n):0))}set(e,t,n,r){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=r}}let wb=null;function ww(e){if(e.setActive)return e.setActive();if(wb)return e.focus(wb);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==wb?{get preventScroll(){return wb={preventScroll:!0},!0}}:void 0),!wb){wb=!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 wS(e,t,n=t){let r=i||(i=document.createRange());return r.setEnd(e,n),r.setStart(e,t),r}function wC(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 wM(e){for(;e.attributes.length;)e.removeAttributeNode(e.attributes[0])}function wk(e){return e.scrollTop>Math.max(1,e.scrollHeight-e.clientHeight-4)}function wT(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=wm(n=n.childNodes[r-1])}else{if(!n.parentNode||wf(n))return null;r=wp(n),n=n.parentNode}}}function wA(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||wf(n))return null;r=wp(n)+1,n=n.parentNode}}}class w_{constructor(e,t,n=!0){this.node=e,this.offset=t,this.precise=n}static before(e,t){return new w_(e.parentNode,wp(e),t)}static after(e,t){return new w_(e.parentNode,wp(e)+1,t)}}let wI=[];class wD{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=wD.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=wP(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=wP(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==wm(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&&!wD.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=wI){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 wO(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 wP(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}wD.prototype.breakAfter=0;class wO{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 wE(e,t,n,r,i,o,a,s,l){let{children:u}=e,c=u.length?u[t]:null,d=o.length?o[o.length-1]:null,h=d?d.breakAfter:a;if(!(t==r&&c&&!a&&!h&&o.length<2&&c.merge(n,i,o.length?d:null,0==n,s,l))){if(r<u.length){let e=u[r];e&&(i<e.length||e.breakAfter&&(null==d?void 0:d.breakAfter))?(t==r&&(e=e.split(i),i=0),!h&&d&&e.merge(0,i,d,!0,0,l)?o[o.length-1]=e:((i||e.children.length&&!e.children[0].length)&&e.merge(0,i,null,!1,0,l),o.push(e))):(null==e?void 0:e.breakAfter)&&(d?d.breakAfter=1:a=1),r++}for(c&&(c.breakAfter=a,n>0&&(!a&&o.length&&c.merge(n,c.length,o[0],!1,s,0)?c.breakAfter=o.shift().breakAfter:(n<c.length||c.children.length&&0==c.children[c.children.length-1].length)&&c.merge(n,c.length,null,!1,s,0),t++));t<r&&o.length;)if(u[r-1].become(o[o.length-1]))r--,o.pop(),l=o.length?0:s;else if(u[t].become(o[0]))t++,o.shift(),s=o.length?0:l;else break;!o.length&&t&&r<u.length&&!u[t-1].breakAfter&&u[r].merge(0,0,u[t-1],!1,s,l)&&t--,(t<r||o.length)&&e.replaceChildren(t,r,o)}}function wR(e,t,n,r,i,o){let a=e.childCursor(),{i:s,off:l}=a.findPos(n,1),{i:u,off:c}=a.findPos(t,-1),d=t-n;for(let e of r)d+=e.length;e.length+=d,wE(e,u,c,s,l,r,0,i,o)}let wL="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},wZ="undefined"!=typeof document?document:{documentElement:{style:{}}},wN=/Edge\/(\d+)/.exec(wL.userAgent),wB=/MSIE \d/.test(wL.userAgent),wz=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(wL.userAgent),wF=!!(wB||wz||wN),wj=!wF&&/gecko\/(\d+)/i.test(wL.userAgent),wV=!wF&&/Chrome\/(\d+)/.exec(wL.userAgent),w$="webkitFontSmoothing"in wZ.documentElement.style,wH=!wF&&/Apple Computer/.test(wL.vendor),wW=wH&&(/Mobile\/\w+/.test(wL.userAgent)||wL.maxTouchPoints>2);var wG={mac:wW||/Mac/.test(wL.platform),windows:/Win/.test(wL.platform),linux:/Linux|X11/.test(wL.platform),ie:wF,ie_version:wB?wZ.documentMode||6:wz?+wz[1]:wN?+wN[1]:0,gecko:wj,gecko_version:wj?+(/Firefox\/(\d+)/.exec(wL.userAgent)||[0,0])[1]:0,chrome:!!wV,chrome_version:wV?+wV[1]:0,ios:wW,android:/Android\b/.test(wL.userAgent),webkit:w$,safari:wH,webkit_version:w$?+(/\bAppleWebKit\/(\d+)/.exec(wL.userAgent)||[0,0])[1]:0,tabSize:null!=wZ.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class wU extends wD{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 wU&&!(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 wU(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 w_(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?!(wG.chrome||wG.gecko)&&(t?(i--,a=1):o<r&&(o++,a=-1)):n<0?i--:o<r&&o++;let s=wS(e,i,o).getClientRects();if(!s.length)return null;let l=s[(a?a<0:n>=0)?0:s.length-1];return wG.safari&&!a&&0==l.width&&(l=Array.prototype.find.call(s,e=>e.width)||l),a?wv(l,a<0):l||null}(this.dom,e,t)}}class wq extends wD{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(wM(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 wq&&n.mark.eq(this.mark))&&(!e||!(i<=0))&&(!(t<this.length)||!(o<=0)))&&(wR(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 wq(this.mark,t,o)}domAtPos(e){return wX(this,e)}coordsAt(e,t){return wJ(this,e,t)}}class wY extends wD{static create(e,t,n){return new wY(e,t,n)}constructor(e,t,n){super(),this.widget=e,this.length=t,this.side=n,this.prevWidget=null}split(e){let t=wY.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 wY&&!!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 wY&&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 x$.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):x$.empty}domAtPos(e){return(this.length?0==e:this.side>0)?w_.before(this.dom):w_.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 wv(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 wK extends wD{constructor(e){super(),this.side=e}get length(){return 0}merge(){return!1}become(e){return e instanceof wK&&e.side==this.side}split(){return new wK(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?w_.before(this.dom):w_.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(e){return this.dom.getBoundingClientRect()}get overrideDOMText(){return x$.empty}get isHidden(){return!0}}function wX(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 w_(n,0)}function wJ(e,t,n){let r=null,i=-1,o=null,a=-1;!function e(t,s){for(let l=0,u=0;l<t.children.length&&u<=s;l++){let c=t.children[l],d=u+c.length;d>=s&&(c.children.length?e(c,s-u):(!o||o.isHidden&&n>0)&&(d>s||u==d&&c.getSide()>0)?(o=c,a=s-u):(u<s||u==d&&0>c.getSide()&&!c.isHidden)&&(r=c,i=s-u)),u=d}}(e,t);let s=(n<0?r:o)||r||o;return s?s.coordsAt(Math.max(0,s==r?i:a),n):function(e){let t=e.dom.lastChild;if(!t)return e.dom.getBoundingClientRect();let n=wd(t);return n[n.length-1]||null}(e)}function wQ(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}wU.prototype.children=wY.prototype.children=wK.prototype.children=wI;let w0=Object.create(null);function w1(e,t,n){if(e==t)return!0;e||(e=w0),t||(t=w0);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 w2(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 w5{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 w3=((BB=w3||(w3={}))[BB.Text=0]="Text",BB[BB.WidgetBefore=1]="WidgetBefore",BB[BB.WidgetAfter=2]="WidgetAfter",BB[BB.WidgetRange=3]="WidgetRange",BB);class w4 extends bV{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 w6(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 w9(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}=w7(e,t);n=(i?t?-3e8:-1:5e8)-1,r=(o?t?2e8:1:-6e8)+1}return new w9(e,n,r,t,e.widget||null,!0)}static line(e){return new w8(e)}static set(e,t=!1){return bG.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}w4.none=bG.empty;class w6 extends w4{constructor(e){let{start:t,end:n}=w7(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 w6&&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))&&w1(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)}}w6.prototype.point=!1;class w8 extends w4{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof w8&&this.spec.class==e.spec.class&&w1(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)}}w8.prototype.mapMode=x5.TrackBefore,w8.prototype.point=!0;class w9 extends w4{constructor(e,t,n,r,i,o){super(t,n,i,e),this.block=r,this.isReplace=o,this.mapMode=r?t<=0?x5.TrackBefore:x5.TrackAfter:x5.TrackDel}get type(){return this.startSide!=this.endSide?w3.WidgetRange:this.startSide<=0?w3.WidgetBefore:w3.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){var t,n;return e instanceof w9&&(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 w7(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 Se(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)}w9.prototype.point=!0;class St extends wD{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 St))return!1;this.dom||n.transferDOM(this)}return r&&this.setDeco(n?n.attrs:null),wR(this,e,t,n?n.children.slice():[],i,o),!0}split(e){let t=new St;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){w1(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 wq&&o.length&&(i=o[o.length-1])instanceof wq&&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=wQ(t,this.attrs||{})),n&&(this.attrs=wQ({class:n},this.attrs||{}))}domAtPos(e){return wX(this,e)}reuseDOM(e){"DIV"==e.nodeName&&(this.setDOM(e),this.flags|=6)}sync(e,t){var n;this.dom?4&this.flags&&(wM(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&&(w2(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&&wD.get(r)instanceof wq;)r=r.lastChild;if(!r||!this.length||"BR"!=r.nodeName&&(null===(n=wD.get(r))||void 0===n?void 0:n.isEditable)==!1&&(!wG.ios||!this.children.some(e=>e instanceof wU))){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 wU)||/[^ -~]/.test(n.text))return null;let r=wd(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=wJ(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 St&&0==this.children.length&&0==e.children.length&&w1(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 St)return i;if(o>t)break}r=o+i.breakAfter}return null}}class Sn extends wD{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 Sn&&!!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?w_.before(this.dom):w_.after(this.dom,e==this.length)}split(e){let t=this.length-e;this.length=e;let n=new Sn(this.widget,t,this.deco);return n.breakAfter=this.breakAfter,n}get children(){return wI}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):x$.empty}domBoundsAround(){return null}become(e){return e instanceof Sn&&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 Sr?null:wv(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 Sr extends w5{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 Si{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 Sn&&e.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new St),this.atCursorPos=!0),this.curLine}flushBuffer(e=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(So(new wK(-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 Sn||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(So(new wU(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 w9){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 w9){if(n.block)n.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new Sn(n.widget||Sa.block,a,n));else{let o=wY.create(n.widget||Sa.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(So(new wK(1),r),i),i=r.length+Math.max(0,i-r.length)),u.append(So(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 Si(e,t,n,i);return o.openEnd=bG.spans(r,t,n,o),o.openStart<0&&(o.openStart=o.openEnd),o.finish(o.openEnd),o}}function So(e,t){for(let n of t)e=new wq(n,[e],e.length);return e}class Sa extends w5{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}}Sa.inline=new Sa("span"),Sa.block=new Sa("div");var Ss=((Bz=Ss||(Ss={}))[Bz.LTR=0]="LTR",Bz[Bz.RTL=1]="RTL",Bz);let Sl=Ss.LTR,Su=Ss.RTL;function Sc(e){let t=[];for(let n=0;n<e.length;n++)t.push(1<<+e[n]);return t}let Sd=Sc("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),Sh=Sc("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),Sp=Object.create(null),Sf=[];for(let e of["()","[]","{}"]){let t=e.charCodeAt(0),n=e.charCodeAt(1);Sp[t]=n,Sp[n]=-t}function Sg(e){return e<=247?Sd[e]:1424<=e&&e<=1524?2:1536<=e&&e<=1785?Sh[e-1536]:1774<=e&&e<=2220?4:8192<=e&&e<=8204?256:64336<=e&&e<=65023?4:1}let Sm=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class Sv{get dir(){return this.level%2?Su:Sl}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 Sy=[];function Sx(e){return[new Sv(0,e,0)]}let Sb="",Sw=ba.define(),SS=ba.define(),SC=ba.define(),SM=ba.define(),Sk=ba.define(),ST=ba.define(),SA=ba.define(),S_=ba.define(),SI=ba.define(),SD=ba.define({combine:e=>e.some(e=>e)}),SP=ba.define({combine:e=>e.some(e=>e)}),SO=ba.define();class SE{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 SE(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 SE(br.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}let SR=bO.define({map:(e,t)=>e.map(t)}),SL=bO.define();function SZ(e,t,n){let r=e.facet(SM);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 SN=ba.define({combine:e=>!e.length||e[0]}),SB=0,Sz=ba.define();class SF{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 SF(SB++,e,n,r,e=>{let t=[Sz.of(e)];return o&&t.push(SH.of(t=>{let n=t.plugin(e);return n?o(n):w4.none})),i&&t.push(i(e)),t})}static fromClass(e,t){return SF.define(t=>new e(t),t)}}class Sj{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(SZ(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){SZ(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){SZ(e.state,t,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}let SV=ba.define(),S$=ba.define(),SH=ba.define(),SW=ba.define(),SG=ba.define(),SU=ba.define();function Sq(e,t){let n=e.state.facet(SU);if(!n.length)return n;let r=n.map(t=>t instanceof Function?t(e):t),i=[];return bG.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=Sg(e.charCodeAt(r));if(1==t)break;if(2==t||4==t)return Su}return Sl}(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 SY=ba.define();function SK(e){let t=0,n=0,r=0,i=0;for(let o of e.state.facet(SY)){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 SX=ba.define();class SJ{constructor(e,t,n,r){this.fromA=e,this.toA=t,this.fromB=n,this.toB=r}join(e){return new SJ(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 SJ(o+l,s+l,o,s).addToSet(n),r>u)break;i+=2}if(!s)return n;new SJ(s.fromA,s.toA,s.fromB,s.toB).addToSet(n),o=s.toA,a=s.toB}}}class SQ{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=x4.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 SJ(e,t,n,i))),this.changedRanges=r}static create(e,t,n){return new SQ(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 S0 extends wD{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=w4.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 St],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new SJ(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 d=c>-1?function(e,t,n){let r=S1(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 SJ(l.mapPos(o),l.mapPos(a),o,a),c=[];for(let t=i.parentNode;;t=t.parentNode){let n=wD.get(t);if(n instanceof wq)c.push({node:t,deco:n.mark});else{if(n instanceof St||"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 w6({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 SJ(t,n,e.changes.mapPos(t,-1),e.changes.mapPos(n,1)).addToSet(u.slice())}this.hasComposition=d?{from:d.range.fromB,to:d.range.toB}:null,(wG.ie||wG.chrome)&&!d&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let h=(i=this.decorations,o=this.updateDeco(),a=e.changes,l=new S2,bG.compare(i,o,a,l),l.changes);return u=SJ.extendWithRanges(u,h),(!!(7&this.flags)||0!=u.length)&&(this.updateInner(u,e.startState.doc.length,d),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,t,n){this.view.viewState.mustMeasureContent=!0,this.updateChildren(e,t,n);let{observer:r}=this.view;r.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let e=wG.chrome||wG.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 Sn&&e.widget instanceof Sr&&i.push(e.dom);r.updateGaps(i)}updateChildren(e,t,n){let r=n?n.range.addToSet(e.slice()):e,i=this.childCursor(t);for(let e=r.length-1;;e--){let t=e>=0?r[e]:null;if(!t)break;let{fromA:o,toA:a,fromB:s,toB:l}=t,u,c,d,h;if(n&&n.range.fromB<l&&n.range.toB>s){let e=Si.build(this.view.state.doc,s,n.range.fromB,this.decorations,this.dynamicDecorationMap),t=Si.build(this.view.state.doc,n.range.toB,l,this.decorations,this.dynamicDecorationMap);c=e.breakAtStart,d=e.openStart,h=t.openEnd;let r=this.compositionView(n);t.breakAtStart?r.breakAfter=1:t.content.length&&r.merge(r.length,r.length,t.content[0],!1,t.openStart,0)&&(r.breakAfter=t.content[0].breakAfter,t.content.shift()),e.content.length&&r.merge(0,0,e.content[e.content.length-1],!0,0,e.openEnd)&&e.content.pop(),u=e.content.concat(r).concat(t.content)}else({content:u,breakAtStart:c,openStart:d,openEnd:h}=Si.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);wE(this,g,m,p,f,u,c,d,h)}n&&this.fixCompositionDOM(n)}updateEditContextFormatting(e){for(let t of(this.editContextFormatting=this.editContextFormatting.map(e.changes),e.transactions))for(let e of t.effects)e.is(SL)&&(this.editContextFormatting=e.value)}compositionView(e){let t=new wU(e.text.nodeValue);for(let{deco:n}of(t.flags|=8,e.marks))t=new wq(n,[t],t.length);let n=new St;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=wD.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(SN)||this.dom.tabIndex>-1)&&wc(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(wG.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 w_(e,0),a=!0}let c=this.view.observer.selectionRange;!a&&c.focusNode&&(wh(l.node,l.offset,c.anchorNode,c.anchorOffset)&&wh(u.node,u.offset,c.focusNode,c.focusOffset)||this.suppressWidgetCursorChange(c,s))||(this.view.observer.ignore(()=>{wG.android&&wG.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=wl(this.view.root);if(e){if(s.empty){if(wG.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?wT:wA)(l.node,l.offset);t&&(l=new w_(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 w_(c.anchorNode,c.anchorOffset),this.impreciseHead=u.precise?null:new w_(c.focusNode,c.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&wh(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=wl(e.root),{anchorNode:r,anchorOffset:i}=e.observer.selectionRange;if(!n||!t.empty||!t.assoc||!n.modify)return;let o=St.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=wD.get(t.childNodes[r]);e instanceof St&&(n=e.domAtPos(0))}for(let r=e.offset-1;!n&&r>=0;r--){let e=wD.get(t.childNodes[r]);e instanceof St&&(n=e.domAtPos(e.length))}return n?new w_(n.node,n.offset,!0):e}nearest(e){for(let t=e;t;){let e=wD.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 St)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 St&&!(n instanceof St&&t>=0)))n=a,r=l;else if(n&&l==e&&s==e&&a instanceof Sn&&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 St))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 wU))return null;let i=xJ(r.text,n);if(i==n)return null;let o=wS(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==Ss.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?wd(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?Ss.RTL:Ss.LTR}measureTextSize(){for(let e of this.children)if(e instanceof St){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=wd(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 wO(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(w4.replace({widget:new Sr(r),block:!0,inclusive:!0,isBlockGap:!0}).range(n,o))}if(!i)break;n=i.to+1}return w4.set(e)}updateDeco(){let e=1,t=this.view.state.facet(SH).map(t=>(this.dynamicDecorationMap[e++]="function"==typeof t)?t(this.view):t),n=!1,r=this.view.state.facet(SW).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(bG.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(SO))try{if(t(this.view,e.range,e))return!0}catch(e){SZ(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=SK(this.view),o={left:n.left-i.left,top:n.top-i.top,right:n.right+i.right,bottom:n.bottom+i.bottom},{offsetWidth:a,offsetHeight:s}=this.view.scrollDOM;!function(e,t,n,r,i,o,a,s){let l=e.ownerDocument,u=l.defaultView||window;for(let c=e,d=!1;c&&!d;)if(1==c.nodeType){let e,h=c==l.body,p=1,f=1;if(h)e=function(e){let t=e.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.innerWidth,top:0,bottom:e.innerHeight}}(u);else{if(/^(fixed|sticky)$/.test(getComputedStyle(c).position)&&(d=!0),c.scrollHeight<=c.clientHeight&&c.scrollWidth<=c.clientWidth){c=c.assignedSlot||c.parentNode;continue}let t=c.getBoundingClientRect();({scaleX:p,scaleY:f}=wy(c,t)),e={left:t.left,right:t.left+c.clientWidth*p,top:t.top,bottom:t.top+c.clientHeight*f}}let g=0,m=0;if("nearest"==i)t.top<e.top?(m=t.top-(e.top+a),n>0&&t.bottom>e.bottom+m&&(m=t.bottom-e.bottom+a)):t.bottom>e.bottom&&(m=t.bottom-e.bottom+a,n<0&&t.top-m<e.top&&(m=t.top-(e.top+a)));else{let r=t.bottom-t.top,o=e.bottom-e.top;m=("center"==i&&r<=o?t.top+r/2-o/2:"start"==i||"center"==i&&n<0?t.top-a:t.bottom-o+a)-e.top}if("nearest"==r?t.left<e.left?(g=t.left-(e.left+o),n>0&&t.right>e.right+g&&(g=t.right-e.right+o)):t.right>e.right&&(g=t.right-e.right+o,n<0&&t.left<e.left+g&&(g=t.left-(e.left+o))):g=("center"==r?t.left+(t.right-t.left)/2-(e.right-e.left)/2:"start"==r==s?t.left-o:t.right-(e.right-e.left)+o)-e.left,g||m){if(h)u.scrollBy(g,m);else{let e=0,n=0;if(m){let e=c.scrollTop;c.scrollTop+=m/f,n=(c.scrollTop-e)*f}if(g){let t=c.scrollLeft;c.scrollLeft+=g/p,e=(c.scrollLeft-t)*p}t={left:t.left-e,top:t.top-n,right:t.right-e,bottom:t.bottom-n},e&&1>Math.abs(e-g)&&(r="nearest"),n&&1>Math.abs(n-m)&&(i="nearest")}}if(h)break;(t.top<e.top||t.bottom>e.bottom||t.left<e.left||t.right>e.right)&&(t={left:Math.max(t.left,e.left),right:Math.min(t.right,e.right),top:Math.max(t.top,e.top),bottom:Math.min(t.bottom,e.bottom)}),c=c.assignedSlot||c.parentNode}else if(11==c.nodeType)c=c.host;else break}(this.view.scrollDOM,o,t.head<t.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,a),-a),Math.max(Math.min(e.yMargin,s),-s),this.view.textDirection==Ss.LTR)}}function S1(e,t){let n=e.observer.selectionRange;if(!n.focusNode)return null;let r=wT(n.focusNode,n.focusOffset),i=wA(n.focusNode,n.focusOffset),o=r||i;if(i&&r&&i.node!=r.node){let t=wD.get(i.node);if(!t||t instanceof wU&&t.text!=i.node.nodeValue)o=i;else if(e.docView.lastCompositionAfterCursor){let e=wD.get(r.node);!e||e instanceof wU&&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 S2=class{constructor(){this.changes=[]}compareRange(e,t){Se(e,t,this.changes)}comparePoint(e,t){Se(e,t,this.changes)}boundChange(e){Se(e,e,this.changes)}};function S5(e,t){return e.top<t.bottom-1&&e.bottom>t.top+1}function S3(e,t){return t<e.top?{top:t,left:e.left,right:e.right,bottom:e.bottom}:e}function S4(e,t){return t>e.bottom?{top:e.top,left:e.left,right:e.right,bottom:t}:e}function S6(e,t,n){let r=e.nodeValue.length,i=-1,o=1e9,a=0;for(let s=0;s<r;s++){let r=wS(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((wG.chrome||wG.gecko)&&wS(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 S8(e,t,n,r=-1){var i,o;let a=e.contentDOM.getBoundingClientRect(),s=a.top+e.viewState.paddingTop,l,{docHeight:u}=e.viewState,{x:c,y:d}=t,h=d-s;if(h<0)return 0;if(h>u)return e.state.doc.length;for(let t=e.viewState.heightOracle.textHeight/2,i=!1;(l=e.elementAtHeight(h)).type!=w3.Text;)for(;!((h=r>0?l.bottom+t:l.top-t)>=0)||!(h<=u);){if(i)return n?null:0;i=!0,r=-r}d=s+h;let p=l.from;if(p<e.viewport.from)return 0==e.viewport.from?0:n?null:S9(e,a,l,c,d);if(p>e.viewport.to)return e.viewport.to==e.state.doc.length?e.state.doc.length:n?null:S9(e,a,l,c,d);let f=e.dom.ownerDocument,g=e.root.elementFromPoint?e.root:f,m=g.elementFromPoint(c,d);m&&!e.contentDOM.contains(m)&&(m=null),!m&&(c=Math.max(a.left+1,Math.min(a.right-1,c)),(m=g.elementFromPoint(c,d))&&!e.contentDOM.contains(m)&&(m=null));let v,y=-1;if(m&&(null===(i=e.docView.nearest(m))||void 0===i?void 0:i.isEditable)!=!1){if(f.caretPositionFromPoint){let e=f.caretPositionFromPoint(c,d);e&&({offsetNode:v,offset:y}=e)}else if(f.caretRangeFromPoint){let t=f.caretRangeFromPoint(c,d);t&&({startContainer:v,startOffset:y}=t,(!e.contentDOM.contains(v)||wG.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 wS(e,r-1,r).getBoundingClientRect().left>n}(v,y,c)||wG.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():wS(e,0,Math.max(e.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,y,c))&&(v=void 0))}v&&(y=Math.min(wm(v),y))}if(!v||!e.docView.dom.contains(v)){let t=St.find(e.docView,p);if(!t)return h>l.top+l.height/2?l.to:l.from;({node:v,offset:y}=function e(t,n,r){let i,o,a,s,l,u,c,d,h=!1;for(let g=t.firstChild;g;g=g.nextSibling){let t=wd(g);for(let m=0;m<t.length;m++){var p,f;let v=t[m];u&&S5(u,v)&&(v=S3(S4(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?S6(g,n,r):e(g,n,r);if(!l||d>x||d==x&&c>y){l=g,u=v,c=y,d=x;let e=x?r<v.top?-1:1:y?n<v.left?-1:1:0;h=!e||(e>0?m<t.length-1:m>0)}0==y?r>v.bottom&&(!a||a.bottom<v.bottom)?(i=g,a=v):r<v.top&&(!s||s.top>v.top)&&(o=g,s=v):a&&S5(a,v)?a=S4(a,v.bottom):s&&S5(s,v)&&(s=S3(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 S6(l,g,r);if(h&&"false"!=l.contentEditable)return e(l,g,r);let m=Array.prototype.indexOf.call(t.childNodes,l)+ +(n>=(u.left+u.right)/2);return{node:t,offset:m}}(t.dom,c,d))}let x=e.docView.nearest(v);if(!x)return null;if(!x.isWidget||(null===(o=x.dom)||void 0===o?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 S9(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+b4(a,o,e.state.tabSize)}function S7(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==w3.Text))return e}return n}function Ce(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=Sv.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=xJ(e.text,a,l.forward(i,n));(c<l.from||c>l.to)&&(c=u),Sb=e.text.slice(Math.min(a,c),Math.max(a,c));let d=s==(i?t.length-1:0)?null:t[s+(i?1:-1)];return d&&c==u&&d.level+ +!i<l.level?br.cursor(d.side(!i,n)+e.from,d.forward(i,n)?1:-1,d.level):br.cursor(c+e.from,l.forward(i,n)?-1:1,l.level)}(i,o,a,s,n),u=Sb;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 Ct(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 Cn(e,t,n){let r=Ct(e.state.facet(SG).map(t=>t(e)),n.from,t.head>n.from?-1:1);return r==n.from?n:br.cursor(r,r<n.from?1:-1)}class Cr{constructor(e,t){this.points=e,this.text="",this.lineSeparator=t.facet(bF.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=wD.get(r),a=wD.get(i);(o&&a?o.breakAfter:(o?o.breakAfter:wf(r))||wf(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=wD.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<wm(t))return!1;if(t==e)return!0;n=wp(t)+1,t=t.parentNode}}(e,n.node,n.offset)?0:t))}}class Ci{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class Co{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 Ci(n,r)),(i!=n||o!=r)&&t.push(new Ci(i,o))),t}(e),n=new Cr(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?br.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||!wu(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||!wu(e.contentDOM,t.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset),a=e.viewport;if((wG.ios||wG.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=br.single(r,n)}}}function Ca(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||wG.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&&(wG.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:x$.of(t.text.slice(u.from,u.toB).split(""))})}else r&&(!e.hasFocus&&e.state.facet(SN)||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)}:(wG.mac||wG.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=br.single(r.main.anchor-1,r.main.head-1)),n={from:n.from,to:n.to,insert:x$.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))}:wG.chrome&&n&&n.from==n.to&&n.from==i.head&&"\n "==n.insert.toString()&&e.lineWrapping&&(r&&(r=br.single(r.main.anchor-1,r.main.head-1)),n={from:i.from,to:i.to,insert:x$.of([" "])}),n)return Cs(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 Cs(e,t,n,r=-1){let i;if(wG.ios&&e.inputState.flushIOSKey(t))return!0;let o=e.state.selection.main;if(wG.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&&wC(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)&&wC(e.contentDOM,"Backspace",8)||t.from==o.from&&t.to==o.to+1&&0==t.insert.length&&wC(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&&S1(e,n.main.head);if(c){let e=t.insert.length-(t.to-t.from);u={from:c.from,to:c.to-e}}else u=e.state.doc.lineAt(o.head);let d=o.to-t.to,h=o.to-o.from;r=i.changeByRange(n=>{if(n.from==o.from&&n.to==o.to)return{changes:a,range:s||n.map(a)};let r=n.to-d,c=r-l.length;if(n.to-n.from!=h||e.state.sliceDoc(c,r)!=l||n.to>=u.from&&n.from<=u.to)return{range:n};let p=i.changes({from:c,to:r,insert:t.insert}),f=n.to-o.to;return{changes:p,range:s?br.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(ST).some(n=>n(e,t.from,t.to,a,s))||e.dispatch(s()),!0}class Cl{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,wG.safari&&e.contentDOM.addEventListener("input",()=>null),wG.gecko&&(t=e.contentDOM.ownerDocument,CE.has(t)||(CE.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=wD.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(Cu(t.value,i))}if(e&&e.domEventObservers)for(let r in e.domEventObservers){let i=e.domEventObservers[r];i&&n(r).observers.push(Cu(t.value,i))}}for(let e in Cg)n(e).handlers.push(Cg[e]);for(let e in Cm)n(e).observers.push(Cm[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>Ch.indexOf(e.keyCode)&&(this.tabFocusMode=-1),wG.android&&wG.chrome&&!e.synthetic&&(13==e.keyCode||8==e.keyCode))?(this.view.observer.delayAndroidKey(e.key,e.keyCode),!0):wG.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&((t=Cc.find(t=>t.keyCode==e.keyCode))&&!e.ctrlKey||Cd.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,wC(this.view.contentDOM,t.key,t.keyCode,t instanceof KeyboardEvent?t:void 0))}ignoreDuringComposition(e){return!!/^key/.test(e.type)&&(this.composing>0||!!(wG.safari&&!wG.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 Cu(e,t){return(n,r)=>{try{return t.call(e,r,n)}catch(e){SZ(n.state,e)}}}let Cc=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Cd="dthko",Ch=[16,17,18,20,91,92,224,225];function Cp(e){return .7*Math.max(0,e)+8}class Cf{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(SG).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(bF.allowMultipleSelections)&&(i=e,o=t,(a=i.state.facet(Sw)).length?a[0](o):wG.mac?o.metaKey:o.ctrlKey),this.dragging=!!function(e,t){let{main:n}=e.state.selection;if(n.empty)return!1;let r=wl(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==CA(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=SK(this.view);e.clientX-l.left<=i+6?n=-Cp(i-e.clientX):e.clientX+l.right>=a-6&&(n=Cp(e.clientX-a)),e.clientY-l.top<=o+6?r=-Cp(o-e.clientY):e.clientY+l.bottom>=s-6&&(r=Cp(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=Ct(this.atoms,r.from,0);e!=r.from&&(i=br.cursor(e,-1))}else{let e=Ct(this.atoms,r.from,-1),t=Ct(this.atoms,r.to,1);(e!=r.from||t!=r.to)&&(i=br.range(r.from==r.anchor?e:t,r.from==r.head?e:t))}i&&(t||(t=e.ranges.slice()),t[n]=i)}return t?br.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 Cg=Object.create(null),Cm=Object.create(null),Cv=wG.ie&&wG.ie_version<15||wG.ios&&wG.webkit_version<604;function Cy(e,t,n){for(let r of e.facet(t))n=r(n,e);return n}function Cx(e,t){t=Cy(e.state,S_,t);let{state:n}=e,r,i=1,o=n.toText(t),a=o.lines==n.selection.ranges.length;if(null!=CI&&n.selection.ranges.every(e=>e.empty)&&CI==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:br.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:br.cursor(e.from+t.length)}}):n.replaceSelection(o);e.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}function Cb(e,t,n,r){if(1==r)return br.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 br.cursor(t);0==o?n=1:o==i.length&&(n=-1);let a=o,s=o;n<0?a=xJ(i.text,o,!1):s=xJ(i.text,o);let l=r(i.text.slice(a,s));for(;a>0;){let e=xJ(i.text,a,!1);if(r(i.text.slice(e,a))!=l)break;a=e}for(;s<i.length;){let e=xJ(i.text,s);if(r(i.text.slice(s,e))!=l)break;s=e}return br.range(a+i.from,s+i.from)}(e.state,t,n);{let n=St.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++,br.range(i,o)}}Cm.scroll=e=>{e.inputState.lastScrollTop=e.scrollDOM.scrollTop,e.inputState.lastScrollLeft=e.scrollDOM.scrollLeft},Cg.keydown=(e,t)=>(e.inputState.setSelectionOrigin("select"),27==t.keyCode&&0!=e.inputState.tabFocusMode&&(e.inputState.tabFocusMode=Date.now()+2e3),!1),Cm.touchstart=(e,t)=>{e.inputState.lastTouchTime=Date.now(),e.inputState.setSelectionOrigin("select.pointer")},Cm.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},Cg.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(SC))if(s=n(e,t))break;if(s||0!=t.button||(i=CS(n=e,r=t),o=CA(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=CS(n,e),l,u=Cb(n,s.pos,s.bias,o);if(i.pos!=s.pos&&!t){let e=Cb(n,i.pos,i.bias,o),t=Math.min(e.from,u.from),r=Math.max(e.to,u.to);u=t<u.from?br.range(t,r):br.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 br.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):br.create([u])}}),s){let n=!e.hasFocus;e.inputState.startMouseSelection(new Cf(e,t,s,n)),n&&e.observer.ignore(()=>{ww(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 Cw=(e,t,n)=>t>=n.top&&t<=n.bottom&&e>=n.left&&e<=n.right;function CS(e,t){let n=e.posAtCoords({x:t.clientX,y:t.clientY},!1);return{pos:n,bias:function(e,t,n,r){let i=St.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&&Cw(n,r,a))return -1;let s=i.coordsAt(o,1);return s&&Cw(n,r,s)?1:a&&a.bottom>=r?-1:1}(e,n,t.clientX,t.clientY)}}let CC=wG.ie&&wG.ie_version<=11,CM=null,Ck=0,CT=0;function CA(e){if(!CC)return e.detail;let t=CM,n=CT;return CM=e,CT=Date.now(),Ck=!t||n>Date.now()-400&&2>Math.abs(t.clientX-e.clientX)&&2>Math.abs(t.clientY-e.clientY)?(Ck+1)%3:1}function C_(e,t,n,r){let i;if(!(n=Cy(e.state,S_,n)))return;let o=e.posAtCoords({x:t.clientX,y:t.clientY},!1),{draggedContent:a}=e.inputState,s=r&&a&&((i=e.state.facet(SS)).length?i[0](t):wG.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}Cg.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=br.range(e,t))}}let{inputState:r}=e;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=n,t.dataTransfer&&(t.dataTransfer.setData("Text",Cy(e.state,SI,e.state.sliceDoc(n.from,n.to))),t.dataTransfer.effectAllowed="copyMove"),!1},Cg.dragend=e=>(e.inputState.draggedContent=null,!1),Cg.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&&C_(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 C_(e,t,n,!0),!0}return!1},Cg.paste=(e,t)=>{if(e.state.readOnly)return!0;e.observer.flush();let n=Cv?null:t.clipboardData;return n?(Cx(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(),Cx(e,n.value)},50)}(e),!1)};let CI=null;Cg.copy=Cg.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:Cy(e,SI,t.join(e.lineBreak)),ranges:n,linewise:r}}(e.state);if(!n&&!i)return!1;CI=i?n:null,"cut"!=t.type||e.state.readOnly||e.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let o=Cv?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 CD=bI.define();function CP(e,t){let n=[];for(let r of e.facet(SA)){let i=r(e,t);i&&n.push(i)}return n?e.update({effects:n,annotations:CD.of(!0)}):null}function CO(e){setTimeout(()=>{let t=e.hasFocus;if(t!=e.inputState.notifiedFocused){let n=CP(e.state,t);n?e.dispatch(n):e.update([])}},10)}Cm.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),CO(e)},Cm.blur=e=>{e.observer.clearSelectionRange(),CO(e)},Cm.compositionstart=Cm.compositionupdate=e=>{!e.observer.editContext&&(null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0))},Cm.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,wG.chrome&&wG.android?e.observer.flushSoon():e.inputState.compositionPendingChange?Promise.resolve().then(()=>e.observer.flush()):setTimeout(()=>{e.inputState.composing<0&&e.docView.hasComposition&&e.update([])},50))},Cm.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},Cg.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 Cs(e,{from:n,to:o,insert:e.state.toText(r)},null),!0}}if(wG.chrome&&wG.android&&(i=Cc.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 wG.ios&&"deleteContentForward"==t.inputType&&e.observer.flushSoon(),wG.safari&&"insertText"==t.inputType&&e.inputState.composing>=0&&setTimeout(()=>Cm.compositionend(e,t),20),!1};let CE=new Set,CR=["pre-wrap","normal","pre-line","break-spaces"],CL=!1;class CZ{constructor(e){this.lineWrapping=e,this.doc=x$.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 CR.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=CR.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 CN{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class CB{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?w3.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 w9?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 CB(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var Cz=((BF=Cz||(Cz={}))[BF.ByPos=0]="ByPos",BF[BF.ByHeight=1]="ByHeight",BF[BF.ByPosNoHeight=2]="ByPosNoHeight",BF);class CF{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&&(CL=!0),this.height=e)}replace(e,t,n){return CF.of(n)}decomposeLeft(e,t){t.push(this)}decomposeRight(e,t){t.push(this)}applyChanges(e,t,n,r){let i=this,o=n.doc;for(let a=r.length-1;a>=0;a--){let{fromA:s,toA:l,fromB:u,toB:c}=r[a],d=i.lineAt(s,Cz.ByPosNoHeight,n.setDoc(t),0,0),h=d.to>=l?d:i.lineAt(l,Cz.ByPosNoHeight,n,0,0);for(c+=h.to-l,l=h.to;a>0&&d.from<=r[a-1].toA;)s=r[a-1].fromA,u=r[a-1].fromB,a--,s<d.from&&(d=i.lineAt(s,Cz.ByPosNoHeight,n,0,0));u+=d.from-s,s=d.from;let p=CU.build(n.setDoc(o),e,u,c);i=Cj(i,i.replace(s,l,p))}return i.updateHeight(n,0)}static empty(){return new C$(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 CW(CF.of(e.slice(0,t)),o,CF.of(e.slice(n)))}}function Cj(e,t){return e==t?e:(e.constructor!=t.constructor&&(CL=!0),t)}CF.prototype.size=1;class CV extends CF{constructor(e,t,n){super(e,t),this.deco=n}blockAt(e,t,n,r){return new CB(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 C$ extends CV{constructor(e,t){super(e,t,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(e,t,n,r){return new CB(r,this.length,n,this.height,this.breaks)}replace(e,t,n){let r=n[0];return 1==n.length&&(r instanceof C$||r instanceof CH&&4&r.flags)&&10>Math.abs(this.length-r.length)?(r instanceof CH?r=new C$(r.length,this.height):r.height=this.height,this.outdated||(r.outdated=!1),r):CF.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 CH extends CF{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 CB(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 CB(s,l,n+a*r,a,0)}}lineAt(e,t,n,r,i){if(t==Cz.ByHeight)return this.blockAt(e,n,r,i);if(t==Cz.ByPosNoHeight){let{from:t,to:r}=n.doc.lineAt(e);return new CB(t,r-t,0,0,0)}let{firstLine:o,perLine:a,perChar:s}=this.heightMetrics(n,i),l=n.doc.lineAt(e),u=a+l.length*s,c=l.number-o,d=r+a*c+s*(l.from-i-c);return new CB(l.from,l.length,Math.max(r,Math.min(d,r+this.height-u)),u,0)}forEachLine(e,t,n,r,i,o){e=Math.max(e,i),t=Math.min(t,i+this.length);let{firstLine:a,perLine:s,perChar:l}=this.heightMetrics(n,i);for(let u=e,c=r;u<=t;){let t=n.doc.lineAt(u);if(u==e){let n=t.number-a;c+=s*n+l*(e-i-n)}let r=s+l*t.length;o(new CB(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 CH?n[n.length-1]=new CH(e.length+r):n.push(null,new CH(r-1))}if(e>0){let t=n[0];t instanceof CH?n[0]=new CH(e+t.length):n.unshift(new CH(e-1),null)}return CF.of(n)}decomposeLeft(e,t){t.push(new CH(e-1),null)}decomposeRight(e,t){t.push(null,new CH(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 CH(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 C$(t,i);s.outdated=!1,n.push(s),o+=t+1}o<=i&&n.push(null,new CH(i-o).updateHeight(e,o));let s=CF.of(n);return(a<0||Math.abs(s.height-this.height)>=.001||Math.abs(a-this.heightMetrics(e,t).perLine)>=.001)&&(CL=!0),Cj(this,s)}return(n||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class CW extends CF{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==Cz.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==Cz.ByPosNoHeight?Cz.ByPosNoHeight:Cz.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,Cz.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&&CG(i,o-1),t<this.length){let e=i.length;this.decomposeRight(t,i),CG(i,e)}return CF.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?CF.of(this.break?[e,null,t]:[e,t]):(this.left=Cj(this.left,e),this.right=Cj(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 CG(e,t){let n,r;null==e[t]&&(n=e[t-1])instanceof CH&&(r=e[t+1])instanceof CH&&e.splice(t-1,3,new CH(n.length+1+r.length))}class CU{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 C$?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new C$(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 CV(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 C$(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,t){let n=new CH(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 C$)return e;let t=new C$(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 C$||this.isCovered?(this.writtenTo<this.pos||null==t)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new C$(0,-1));let n=e;for(let e of this.nodes)e instanceof C$&&e.updateHeight(this.oracle,n),n+=e?e.length:1;return this.nodes}static build(e,t,n,r){let i=new CU(n,e);return bG.spans(t,n,r,i,0),i.finish(n)}}class Cq{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,n,r){(e<t||n&&n.heightRelevant||r&&r.heightRelevant)&&Se(e,t,this.changes,5)}}class CY{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 w4.replace({widget:new CK(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class CK extends w5{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 CX{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=C1,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=Ss.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let t=e.facet(S$).some(e=>"function"!=typeof e&&"cm-lineWrapping"==e.class);this.heightOracle=new CZ(t),this.stateDeco=e.facet(SH).filter(e=>"function"!=typeof e),this.heightMap=CF.empty().applyChanges(this.stateDeco,x$.empty,this.heightOracle.setDoc(e.doc),[new SJ(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=w4.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 CJ(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?C1:new C2(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(C5(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(SH).filter(e=>"function"!=typeof e);let a=e.changedRanges,s=SJ.extendWithRanges(a,(n=this.stateDeco,r=e?e.changes:x4.empty(this.state.doc.length),i=new Cq,bG.compare(o,n,r,i,0),i.changes)),l=this.heightMap.height,u=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);CL=!1,this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),s),(this.heightMap.height!=l||CL)&&(e.flags|=2),u?(this.scrollAnchorPos=e.changes.mapPos(u.from,-1),this.scrollAnchorHeight=u.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let c=s.length?this.mapViewport(this.viewport,e.changes):this.viewport;(t&&(t.range.head<c.from||t.range.head>c.to)||!this.viewportIsAppropriate(c))&&(c=this.getViewport(0,t));let d=c.from!=this.viewport.from||c.to!=this.viewport.to;this.viewport=c,e.flags|=this.updateForViewport(),(d||!e.changes.empty||2&e.flags)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(e.changes),t&&(this.scrollTarget=t),!this.mustEnforceCursorAssoc&&e.selectionSet&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(SP)&&(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?Ss.RTL:Ss.LTR;let l=this.heightOracle.mustRefreshForWrapping(s),u=i.getBoundingClientRect(),c=l||this.mustMeasureContent||this.contentDOMHeight!=u.height;this.contentDOMHeight=u.height,this.mustMeasureContent=!1;let d=0,h=0;if(u.width&&u.height){let{scaleX:e,scaleY:t}=wy(i,u);(e>.005&&Math.abs(this.scaleX-e)>.005||t>.005&&Math.abs(this.scaleY-t)>.005)&&(this.scaleX=e,this.scaleY=t,d|=16,l=c=!0)}let p=(parseInt(o.paddingTop)||0)*this.scaleY,f=(parseInt(o.paddingBottom)||0)*this.scaleY;(this.paddingTop!=p||this.paddingBottom!=f)&&(this.paddingTop=p,this.paddingBottom=f,d|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(a.lineWrapping&&(c=!0),this.editorWidth=e.scrollDOM.clientWidth,d|=16);let g=e.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=g&&(this.scrollAnchorHeight=-1,this.scrollTop=g),this.scrolledToBottom=wk(e.scrollDOM);let m=(this.printing?function(e,t){let n=e.getBoundingClientRect();return{left:0,right:n.right-n.left,top:t,bottom:n.bottom-(n.top+t)}}:function(e,t){let n=e.getBoundingClientRect(),r=e.ownerDocument,i=r.defaultView||window,o=Math.max(0,n.left),a=Math.min(i.innerWidth,n.right),s=Math.max(0,n.top),l=Math.min(i.innerHeight,n.bottom);for(let t=e.parentNode;t&&t!=r.body;)if(1==t.nodeType){let n=t,r=window.getComputedStyle(n);if((n.scrollHeight>n.clientHeight||n.scrollWidth>n.clientWidth)&&"visible"!=r.overflow){let r=n.getBoundingClientRect();o=Math.max(o,r.left),a=Math.min(a,r.right),s=Math.max(s,r.top),l=Math.min(t==e.parentNode?i.innerHeight:l,r.bottom)}t="absolute"==r.position||"fixed"==r.position?n.offsetParent:n.parentNode}else if(11==t.nodeType)t=t.host;else break;return{left:o-n.left,right:Math.max(o,a)-n.left,top:s-(n.top+t),bottom:Math.max(s,l)-(n.top+t)}})(i,this.paddingTop),v=m.top-this.pixelViewport.top,y=m.bottom-this.pixelViewport.bottom;this.pixelViewport=m;let x=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(x!=this.inView&&(this.inView=x,x&&(c=!0)),!this.inView&&!this.scrollTarget&&(n=(t=e.dom).getBoundingClientRect(),r=t.ownerDocument.defaultView||window,!(n.left<r.innerWidth)||!(n.right>0)||!(n.top<r.innerHeight)||!(n.bottom>0)))return 0;let b=u.width;if((this.contentDOMWidth!=b||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=u.width,this.editorHeight=e.scrollDOM.clientHeight,d|=16),c){let t=e.docView.measureVisibleLineHeights(this.viewport);if(a.mustRefreshForHeights(t)&&(l=!0),l||a.lineWrapping&&Math.abs(b-this.contentDOMWidth)>a.charWidth){let{lineHeight:n,charWidth:r,textHeight:i}=e.docView.measureTextSize();(l=n>0&&a.refresh(s,n,r,i,b/r,t))&&(e.docView.minWidth=0,d|=16)}for(let n of(v>0&&y>0?h=Math.max(v,y):v<0&&y<0&&(h=Math.min(v,y)),CL=!1,this.viewports)){let r=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=(l?CF.empty().applyChanges(this.stateDeco,x$.empty,this.heightOracle,[new SJ(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(a,0,l,new CN(n.from,r))}CL&&(d|=2)}let w=!this.viewportIsAppropriate(this.viewport,h)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return w&&(2&d&&(d|=this.updateScaler()),this.viewport=this.getViewport(h,this.scrollTarget),d|=this.updateForViewport()),(2&d||w)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(l?[]:this.lineGaps,e)),d|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),d}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,t){let n=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),r=this.heightMap,i=this.heightOracle,{visibleTop:o,visibleBottom:a}=this,s=new CJ(r.lineAt(o-1e3*n,Cz.ByHeight,i,0,0).from,r.lineAt(a+(1-n)*1e3,Cz.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,Cz.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 CJ(r.lineAt(a-500,Cz.ByHeight,i,0,0).from,r.lineAt(a+n+500,Cz.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 CJ(this.heightMap.lineAt(n,Cz.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(r,Cz.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,Cz.ByPos,this.heightOracle,0,0),{bottom:i}=this.heightMap.lineAt(t,Cz.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 CY(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!=Ss.LTR&&!n)return[];let a=[],s=(r,o,l,u)=>{if(o-r<i)return;let c=this.state.selection.main,d=[c.from];for(let e of(c.empty||d.push(c.to),d))if(e>r&&e<o){s(r,e-10,l,u),s(e+10,o,l,u);return}let h=function(e,t){for(let n of e)if(t(n))return n}(e,e=>e.from>=l.from&&e.to<=l.to&&Math.abs(e.from-r)<i&&Math.abs(e.to-o)<i&&!d.some(t=>e.from<t&&e.to>t));if(!h){if(o<l.to&&t&&n&&t.visibleRanges.some(e=>e.from<=o&&e.to>=o)){let e=t.moveToLineBoundary(br.cursor(o),!1,!0).head;e>r&&(o=e)}let e=this.gapSize(l,r,o,u),i=n||e<2e6?e:2e6;h=new CY(r,o,e,i)}a.push(h)},l=t=>{var i,a,l;let u,c,d,h,p;if(t.length<o||t.type!=w3.Text)return;let f=(i=t.from,a=t.to,l=this.stateDeco,d=[],h=i,p=0,bG.spans(l,i,a,{span(){},point(e,t){e>h&&(d.push({from:h,to:e}),p+=e-h),h=t}},20),h<a&&(d.push({from:h,to:a}),p+=a-h),{total:p,ranges:d});if(f.total<o)return;let g=this.scrollTarget?this.scrollTarget.range.head:null;if(n){let e,n,i=r/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=g){let r=C0(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=CQ(f,e),c=CQ(f,n)}else{let n,i,o=f.total*this.heightOracle.charWidth,a=r*this.heightOracle.charWidth,s=0;if(o>2e6)for(let n of e)n.from>=t.from&&n.from<t.to&&n.size!=n.displaySize&&n.from*this.heightOracle.charWidth+s<this.pixelViewport.left&&(s=n.size-n.displaySize);let l=this.pixelViewport.left+s,d=this.pixelViewport.right+s;if(null!=g){let e=C0(f,g),t=((d-l)/2+a)/o;n=e-t,i=e+t}else n=(l-a)/o,i=(d+a)/o;u=CQ(f,n),c=CQ(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=C0(r,n)-C0(r,t);return this.heightOracle.lineWrapping?e.height*i:r.total*this.heightOracle.charWidth*i}updateLineGaps(e){CY.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=w4.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=[];bG.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)||C5(this.heightMap.lineAt(e,Cz.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)||C5(this.heightMap.lineAt(this.scaler.fromDOM(e),Cz.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 C5(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 CJ{constructor(e,t){this.from=e,this.to=t}}function CQ({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 C0(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 C1={toDOM:e=>e,fromDOM:e=>e,scale:1,eq(e){return e==this}};class C2{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,Cz.ByPos,e,0,0).top,a=t.lineAt(i,Cz.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 C2&&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 C5(e,t){if(1==t.scale)return e;let n=t.toDOM(e.top),r=t.toDOM(e.bottom);return new CB(e.from,e.length,n,r-n,Array.isArray(e._content)?e._content.map(e=>C5(e,t)):e._content)}let C3=ba.define({combine:e=>e.join(" ")}),C4=ba.define({combine:e=>e.indexOf(!0)>-1}),C6=b7.newName(),C8=b7.newName(),C9=b7.newName(),C7={"&light":"."+C8,"&dark":"."+C9};function Me(e,t,n){return new b7(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 Mt=Me("."+C6,{"&":{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"}},C7),Mn={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Mr=wG.ie&&wG.ie_version<=11;class Mi{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new wx,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);(wG.ie&&wG.ie_version<=11||wG.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&&!(wG.chrome&&wG.chrome_version<126)&&(this.editContext=new Ms(e),e.state.facet(SN)&&(e.contentDOM.editContext=this.editContext.editContext)),Mr&&(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(SN)?n.root.activeElement!=this.dom:!wc(this.dom,r))return;let i=r.anchorNode&&n.docView.nearest(r.anchorNode);if(i&&i.ignoreEvent(e)){t||(this.selectionChanged=!1);return}(wG.ie&&wG.ie_version<=11||wG.android&&wG.chrome)&&!n.state.selection.main.empty&&r.focusNode&&wh(r.focusNode,r.focusOffset,r.anchorNode,r.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=wl(e.root);if(!t)return!1;let n=wG.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 Ma(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?Ma(e,n):null}(this.view,t)||t;if(!n||this.selectionRange.eq(n))return!1;let r=wc(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,wm(n));;)if(r){if(1!=n.nodeType)return!1;let e=n.childNodes[r-1];"false"==e.contentEditable?r--:r=wm(n=e)}else{if(n==e)return!0;r=wp(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,Mn),Mr&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),Mr&&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&&wC(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&&wc(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 Co(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=Ca(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=Mo(t,e.previousSibling||e.target.previousSibling,-1),r=Mo(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(SN)!=e.state.facet(SN)&&(e.view.contentDOM.editContext=e.state.facet(SN)?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 Mo(e,t,n){for(;t;){let r=wD.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 Ma(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 wh(a.node,a.offset,i,o)&&([n,r,i,o]=[i,o,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:o}}class Ms{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:x$.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=br.single(this.toEditorPos(t.selectionStart),this.toEditorPos(t.selectionEnd));r.main.eq(n)||e.dispatch({selection:r,userEvent:"select"});return}if((wG.mac||wG.android)&&s.from==i-1&&/^\. ?$/.test(t.text)&&"off"==e.contentDOM.getAttribute("autocorrect")&&(s={from:o,to:a,insert:x$.of([t.text.replace("."," ")])}),this.pendingContextChange=s,!e.state.readOnly){let n=this.to-this.from+(s.to-s.from+s.insert.length);Cs(e,s,br.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(w4.mark({attributes:{style:e}}).range(i,o))}}}e.dispatch({effects:SL.of(w4.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=wl(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 Ml{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 CX(e.state||bF.create(e)),e.scrollTo&&e.scrollTo.is(SR)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Sz).map(e=>new Sj(e)),this.plugins))t.update(this);this.observer=new Mi(this),this.inputState=new Cl(this),this.inputState.ensureHandlers(this.plugins),this.docView=new S0(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 bE?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(CD))?(this.inputState.notifiedFocused=o,a=1):o==this.inputState.notifiedFocused||(this.inputState.notifiedFocused=o,(s=CP(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(bF.phrases)!=this.state.facet(bF.phrases))return this.setState(i);r=SQ.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 SE(e.empty?e:br.cursor(e.head,e.head>e.anchor?-1:1))}for(let e of t.effects)e.is(SR)&&(c=e.value.clip(this.state))}this.viewState.update(r,c),this.bidiCache=Md.update(this.bidiCache,r.changes),r.empty||(this.updatePlugins(r),this.inputState.update(r)),t=this.docView.update(r),this.state.facet(SX)!=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(C3)!=r.state.facet(C3)&&(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(Sk))try{e(r)}catch(e){SZ(this.state,e,"update listener")}(s||u)&&Promise.resolve().then(()=>{s&&this.state==s.startState&&this.dispatch(s),u&&!Ca(this,u)&&l.force&&wC(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 CX(e),this.plugins=e.facet(Sz).map(e=>new Sj(e)),this.pluginMap.clear(),this.plugins))t.update(this);this.docView.destroy(),this.docView=new S0(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(Sz),n=e.state.facet(Sz);if(t!=n){let r=[];for(let i of n){let n=t.indexOf(i);if(n<0)r.push(new Sj(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){SZ(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(wk(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 SZ(this.state,e),Mc}}),u=SQ.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]!=Mc)try{let t=s[e];t.write&&t.write(l[e],this)}catch(e){SZ(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(Sk))e(t)}get themeClasses(){return C6+" "+(this.state.facet(C4)?C9:C8)+" "+this.state.facet(C3)}updateAttrs(){let e=Mh(this,SV,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(SN)?"true":"false",class:"cm-content",style:`${wG.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),Mh(this,S$,t);let n=this.observer.ignore(()=>{let n=w2(this.contentDOM,this.contentAttrs,t),r=w2(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(Ml.announce)&&(t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value)}mountStyles(){this.styleModules=this.state.facet(SX);let e=this.state.facet(Ml.cspNonce);b7.mount(this.root,this.styleModules.concat(Mt).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 Cn(this,e,Ce(this,e,t,n))}moveByGroup(e,t){return Cn(this,e,Ce(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==bB.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 br.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=S7(e,t.head),o=r&&i.type==w3.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==Ss.LTR)?t.right-1:t.left+1,y:(o.top+o.bottom)/2});if(null!=a)return br.cursor(a,n?-1:1)}return br.cursor(n?i.to:i.from,n?-1:1)}(this,e,t,n)}moveVertically(e,t,n){return Cn(this,e,function(e,t,n,r){let i=t.head,o=n?1:-1;if(i==(n?e.state.doc.length:0))return br.cursor(i,t.assoc);let a=t.goalColumn,s,l=e.contentDOM.getBoundingClientRect(),u=e.coordsAtPos(i,t.assoc||-1),c=e.documentTop;if(u)null==a&&(a=u.left-l.left),s=o<0?u.top:u.bottom;else{let t=e.viewState.lineBlockAt(i);null==a&&(a=Math.min(l.right-l.left,e.defaultCharacterWidth*(i-t.from))),s=(o<0?t.top:t.bottom)+c}let d=l.left+a,h=null!=r?r:e.viewState.heightOracle.textHeight>>1;for(let t=0;;t+=10){let n=s+(h+t)*o,r=S8(e,{x:d,y:n},!1,o);if(n<l.top||n>l.bottom||(o<0?r<i:r>i)){let t=e.docView.coordsForChar(r),i=!t||n<t.top?-1:1;return br.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(),S8(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 wv(n,i[Sv.find(i,e-r.from,-1,t)].dir==Ss.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(SD)||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>Mu)return Sx(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=Sq(this,e))))return r.order;n||(n=Sq(this,e));let r=function(e,t,n){if(!e)return[new Sv(0,0,+(t==Su))];if(t==Sl&&!n.length&&!Sm.test(e))return Sx(e.length);if(n.length)for(;e.length>Sy.length;)Sy[Sy.length]=256;let r=[],i=+(t!=Sl);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=Sg(e.charCodeAt(t));512==i?i=n:8==i&&4==r&&(i=16),Sy[t]=4==i?2:i,7&i&&(r=i),n=i}for(let e=a,t=l,r=l;e<s;e++){let i=Sy[e];if(128==i)e<s-1&&t==Sy[e+1]&&24&t?i=Sy[e]=t:Sy[e]=256;else if(64==i){let i=e+1;for(;i<s&&64==Sy[i];)i++;let o=e&&8==t||i<n&&8==Sy[i]?1==r?1:8:256;for(let t=e;t<i;t++)Sy[t]=o;e=i-1}else 8==i&&1==r&&(Sy[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=Sp[n=e.charCodeAt(t)]){if(r<0){for(let e=s-3;e>=0;e-=3)if(Sf[e+1]==-r){let n=Sf[e+2],r=2&n?i:4&n?1&n?o:i:0;r&&(Sy[t]=Sy[Sf[e]]=r),s=e;break}}else if(189==Sf.length)break;else Sf[s++]=t,Sf[s++]=n,Sf[s++]=l}else if(2==(a=Sy[t])||1==a){let e=a==i;l=+!e;for(let t=s-3;t>=0;t-=3){let n=Sf[t+2];if(2&n)break;if(e)Sf[t+2]|=2;else{if(4&n)break;Sf[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=Sy[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==Sy[a])a++;else break;let u=1==o,c=u==((a<t?Sy[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),Sy[--t]=c;l=a}else o=a,l++}}}(o,a,i,l),function t(n,r,i,o,a,s,l){let u=o%2?2:1;if(o%2==a%2)for(let c=r,d=0;c<i;){let r=!0,h=!1;if(d==s.length||c<s[d].from){let e=Sy[c];e!=u&&(r=!1,h=16==e)}let p=r||1!=u?null:[],f=r?o:o+1,g=c;n:for(;;)if(d<s.length&&g==s[d].from){if(h)break;let t=s[d];if(!r)for(let e=t.to,n=d+1;;){if(e==i)break n;if(n<s.length&&s[n].from==e)e=s[n++].to;else if(Sy[e]==u)break n;else break}d++,p?p.push(t):(t.from>c&&l.push(new Sv(c,t.from,f)),e(n,t.direction==Sl!=!(f%2)?o+1:o,a,t.inner,t.from,t.to,l),c=t.to),g=t.to}else if(g==i||(r?Sy[g]!=u:Sy[g]==u))break;else g++;p?t(n,c,g,o+1,a,p,l):c<g&&l.push(new Sv(c,g,f)),c=g}else for(let c=i,d=s.length;c>r;){let i=!0,h=!1;if(!d||c>s[d-1].to){let e=Sy[c-1];e!=u&&(i=!1,h=16==e)}let p=i||1!=u?null:[],f=i?o:o+1,g=c;n:for(;;)if(d&&g==s[d-1].to){if(h)break;let t=s[--d];if(!i)for(let e=t.from,n=d;;){if(e==r)break n;if(n&&s[n-1].to==e)e=s[--n].from;else if(Sy[e-1]==u)break n;else break}p?p.push(t):(t.to<c&&l.push(new Sv(t.to,c,f)),e(n,t.direction==Sl!=!(f%2)?o+1:o,a,t.inner,t.from,t.to,l),c=t.from),g=t.from}else if(g==r||(i?Sy[g-1]!=u:Sy[g-1]==u))break;else g--;p?t(n,g,c,o+1,a,p,l):g<c&&l.push(new Sv(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 Md(e.from,e.to,t,n,!0,r)),r}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||wG.safari&&(null===(e=this.inputState)||void 0===e?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{ww(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 SR.of(new SE("number"==typeof e?br.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 SR.of(new SE(br.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 SF.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return SF.define(()=>({}),{eventObservers:e})}static theme(e,t){let n=b7.newName(),r=[C3.of(n),SX.of(Me(`.${n}`,e))];return t&&t.dark&&r.push(C4.of(!0)),r}static baseTheme(e){return bg.lowest(SX.of(Me("."+C6,e,C7)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),r=n&&wD.get(n)||wD.get(e);return(null===(t=null==r?void 0:r.rootView)||void 0===t?void 0:t.view)||null}}Ml.styleModule=SX,Ml.inputHandler=ST,Ml.clipboardInputFilter=S_,Ml.clipboardOutputFilter=SI,Ml.scrollHandler=SO,Ml.focusChangeEffect=SA,Ml.perLineTextDirection=SD,Ml.exceptionSink=SM,Ml.updateListener=Sk,Ml.editable=SN,Ml.mouseSelectionStyle=SC,Ml.dragMovesSelection=SS,Ml.clickAddsSelectionRange=Sw,Ml.decorations=SH,Ml.outerDecorations=SW,Ml.atomicRanges=SG,Ml.bidiIsolatedRanges=SU,Ml.scrollMargins=SY,Ml.darkTheme=C4,Ml.cspNonce=ba.define({combine:e=>e.length?e[0]:""}),Ml.contentAttributes=S$,Ml.editorAttributes=SV,Ml.lineWrapping=Ml.contentAttributes.of({class:"cm-lineWrapping"}),Ml.announce=bO.define();let Mu=4096,Mc={};class Md{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:Ss.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 Md(t.mapPos(o.from,1),t.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return n}}function Mh(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&&wQ(o,n)}return n}let Mp=wG.mac?"mac":wG.windows?"win":wG.linux?"linux":"key";function Mf(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 Mg=bg.default(Ml.domEventHandlers({keydown:(e,t)=>Mw(My(t.state),e,t,"editor")})),Mm=ba.define({enables:Mg}),Mv=new WeakMap;function My(e){let t=e.facet(Mm),n=Mv.get(t);return n||Mv.set(t,n=function(e,t=Mp){let n=Object.create(null),r=Object.create(null),i=(e,t)=>{let n=r[e];if(null==n)r[e]=t;else if(n!=t)throw Error("Key binding "+e+" is used both as a regular binding and as a multi-stroke prefix")},o=(e,r,o,a,s)=>{var l,u;let c=n[e]||(n[e]=Object.create(null)),d=r.split(/ (?!$)/).map(e=>(function(e,t){let n,r,i,o;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<d.length;t++){let n=d.slice(0,t).join(" ");i(n,!0),c[n]||(c[n]={preventDefault:!0,stopPropagation:!1,run:[t=>{let r=Mx={view:t,prefix:n,scope:e};return setTimeout(()=>{Mx==r&&(Mx=null)},4e3),!0}]})}let h=d.join(" ");i(h,!1);let p=c[h]||(c[h]={preventDefault:!1,stopPropagation:!1,run:(null===(u=null===(l=c._any)||void 0===l?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,Mb))}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 Mx=null,Mb=null;function Mw(e,t,n,r){var i;Mb=t;let o=("Esc"==(i=!(wi&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||wo&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?wr:wn)[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=x1(xQ(o,0))==o.length&&" "!=o,s="",l=!1,u=!1,c=!1;Mx&&Mx.view==n&&Mx.scope==r&&(s=Mx.prefix+" ",0>Ch.indexOf(t.keyCode)&&(u=!0,Mx=null));let d=new Set,h=e=>{if(e){for(let t of e.run)if(!d.has(t)&&(d.add(t),t(n)))return e.stopPropagation&&(c=!0),!0;e.preventDefault&&(e.stopPropagation&&(c=!0),u=!0)}return!1},p=e[r],f,g;return p&&(h(p[s+Mf(o,t,!a)])?l=!0:a&&(t.altKey||t.metaKey||t.ctrlKey)&&!(wG.windows&&t.ctrlKey&&t.altKey)&&(f=wn[t.keyCode])&&f!=o?h(p[s+Mf(f,t,!0)])?l=!0:t.shiftKey&&(g=wr[t.keyCode])!=o&&g!=f&&h(p[s+Mf(g,t,!1)])&&(l=!0):a&&t.shiftKey&&h(p[s+Mf(o,t,!0)])&&(l=!0),!l&&h(p._any)&&(l=!0)),u&&(l=!0),l&&c&&t.stopPropagation(),Mb=null,l}class MS{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==Ss.LTR,a=e.contentDOM,s=a.getBoundingClientRect(),l=MC(e),u=a.querySelector(".cm-line"),c=u&&window.getComputedStyle(u),d=s.left+(c?parseInt(c.paddingLeft)+Math.min(0,parseInt(c.textIndent)):0),h=s.right-(c?parseInt(c.paddingRight):0),p=S7(e,r),f=S7(e,i),g=p.type==w3.Text?p:null,m=f.type==w3.Text?f:null;if(g&&(e.lineWrapping||p.widgetLineBreaks)&&(g=MM(e,r,1,g)),m&&(e.lineWrapping||f.widgetLineBreaks)&&(m=MM(e,i,-1,m)),g&&m&&g.from==m.from&&g.to==m.to)return y(x(n.from,n.to,g));{let t=g?x(n.from,null,g):b(p,!1),r=m?x(null,n.to,m):b(f,!0),i=[];return(g||p).to<(m||f).from-(g&&m?1:0)||p.widgetLineBreaks>1&&t.bottom+e.defaultLineHeight/2<r.top?i.push(v(d,t.bottom,h,r.top)):t.bottom<r.top&&e.elementAtHeight((t.bottom+r.top)/2).type==w3.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 MS(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==Ss.LTR?s.push(o&&n?d:p.left,o&&u?h:f.right):s.push(!o&&u?d:f.left,!o&&n?h:p.right))}let u=null!=t?t:r.from,c=null!=n?n:r.to;for(let r of e.visibleRanges)if(r.to>u&&r.from<c)for(let i=Math.max(r.from,u),o=Math.min(r.to,c);;){let r=e.state.doc.lineAt(i);for(let a of e.bidiSpans(r)){let e=a.from+r.from,s=a.to+r.from;if(e>=o)break;s>i&&l(Math.max(e,i),null==t&&e<=u,Math.min(s,o),null==n&&s>=c,a.dir)}if((i=r.to+1)>=o)break}return 0==s.length&&l(u,null==t,c,null==n,e.textDirection),{top:i,bottom:a,horizontal:s}}function b(e,t){let n=s.top+(t?e.top:e.bottom);return{top:n,bottom:n,horizontal:[]}}}(e,t,n);{let r=e.coordsAtPos(n.head,n.assoc||1);if(!r)return[];let i=MC(e);return[new MS(t,r.left-i.left,r.top-i.top,null,r.bottom-r.top)]}}}function MC(e){let t=e.scrollDOM.getBoundingClientRect();return{left:(e.textDirection==Ss.LTR?t.left:t.right-e.scrollDOM.clientWidth*e.scaleX)-e.scrollDOM.scrollLeft*e.scaleX,top:t.top-e.scrollDOM.scrollTop*e.scaleY}}function MM(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 Mk{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(MT)!=e.state.facet(MT)&&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(MT);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 MT=ba.define();function MA(e){return[SF.define(t=>new Mk(t,e)),MT.of(e)]}let M_=!(wG.ios&&wG.webkit&&wG.webkit_version<534),MI=ba.define({combine:e=>bj(e,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(e,t)=>Math.min(e,t),drawRangeCursor:(e,t)=>e||t})});function MD(e){return e.startState.facet(MI)!=e.state.facet(MI)}let MP=MA({above:!0,markers(e){let{state:t}=e,n=t.facet(MI),r=[];for(let i of t.selection.ranges){let o=i==t.selection.main;if(i.empty?!o||M_:n.drawRangeCursor){let t=o?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",n=i.empty?i:br.cursor(i.head,i.head>i.anchor?-1:1);for(let i of MS.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=MD(e);return n&&MO(e.state,t),e.docChanged||e.selectionSet||n},mount(e,t){MO(t.state,e)},class:"cm-cursorLayer"});function MO(e,t){t.style.animationDuration=e.facet(MI).cursorBlinkRate+"ms"}let ME=MA({above:!1,markers:e=>e.state.selection.ranges.map(t=>t.empty?[]:MS.forRange(e,"cm-selectionBackground",t)).reduce((e,t)=>e.concat(t)),update:(e,t)=>e.docChanged||e.selectionSet||e.viewportChanged||MD(e),class:"cm-selectionLayer"}),MR={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};M_&&(MR[".cm-line"].caretColor=MR[".cm-content"].caretColor="transparent !important");let ML=bg.highest(Ml.theme(MR)),MZ=bO.define({map:(e,t)=>null==e?null:t.mapPos(e)}),MN=bh.define({create:()=>null,update:(e,t)=>(null!=e&&(e=t.changes.mapPos(e)),t.effects.reduce((e,t)=>t.is(MZ)?t.value:e,e))}),MB=SF.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(MN);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(MN)!=n||e.docChanged||e.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:e}=this,t=e.state.field(MN),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(MN)!=e&&this.view.dispatch({effects:MZ.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 Mz(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 MF{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 bU,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))Mz(e.state.doc,this.regexp,t,r,(t,r)=>this.addMatch(r,e,t,n));return t.finish()}updateDeco(e,t){let n=1e9,r=-1;return(e.docChanged&&e.changes.iterChanges((t,i,o,a)=>{a>=e.view.viewport.from&&o<=e.view.viewport.to&&(n=Math.min(o,n),r=Math.max(a,r))}),e.viewportMoved||r-n>1e3)?this.createDeco(e.view):r>-1?this.updateRange(e.view,t.map(e.changes),n,r):t}updateRange(e,t,n,r){for(let i of e.visibleRanges){let o=Math.max(i.from,n),a=Math.min(i.to,r);if(a>o){let n=e.state.doc.lineAt(o),r=n.to<a?e.state.doc.lineAt(a):n,s=Math.max(i.from,n.from),l=Math.min(i.to,r.to);if(this.boundary){for(;o>n.from;o--)if(this.boundary.test(n.text[o-1-n.from])){s=o;break}for(;a<r.to;a++)if(this.boundary.test(r.text[a-r.from])){l=a;break}}let u=[],c,d=(e,t,n)=>u.push(n.range(e,t));if(n==r)for(this.regexp.lastIndex=s-n.from;(c=this.regexp.exec(n.text))&&c.index<l-n.from;)this.addMatch(c,e,c.index+n.from,d);else Mz(e.state.doc,this.regexp,s,l,(t,n)=>this.addMatch(n,e,t,d));t=t.update({filterFrom:s,filterTo:l,filter:(e,t)=>e<s||t>l,add:u})}}return t}}let Mj=null!=/x/.unicode?"gu":"g",MV=RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad\u2028\u2029\uFEFF-]",Mj),M$={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"},MH=null,MW=ba.define({combine(e){let t=bj(e,{render:null,specialChars:MV,addSpecialChars:null});return(t.replaceTabs=!function(){var e;if(null==MH&&"undefined"!=typeof document&&document.body){let t=document.body.style;MH=(null!==(e=t.tabSize)&&void 0!==e?e:t.MozTabSize)!=null}return MH||!1}())&&(t.specialChars=RegExp(" |"+t.specialChars.source,Mj)),t.addSpecialChars&&(t.specialChars=RegExp(t.specialChars.source+"|"+t.addSpecialChars.source,Mj)),t}}),MG=null;class MU extends w5{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")+" "+(M$[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 Mq extends w5{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 MY=w4.line({class:"cm-activeLine"}),MK=SF.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(MY.range(i.from)),t=i.from)}return w4.set(n)}},{decorations:e=>e.decorations});class MX extends w5{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?wd(e.firstChild):[];if(!t.length)return null;let n=window.getComputedStyle(e.parentNode),r=wv(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 MJ(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):b3(o.text,e.state.tabSize,i-o.from);return{line:o.number,col:s,off:a}}let MQ={Alt:[18,e=>!!e.altKey],Control:[17,e=>!!e.ctrlKey],Shift:[16,e=>!!e.shiftKey],Meta:[91,e=>!!e.metaKey]},M0={style:"cursor: crosshair"},M1="-10000px";class M2{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 M5(e){let t=e.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:t.clientHeight,right:t.clientWidth}}let M3=ba.define({combine:e=>{var t,n,r;return{position:wG.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)||M5}}}),M4=new WeakMap,M6=SF.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(M3);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 M2(e,ke,(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(M3);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=M1,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(wG.gecko)n=e.offsetParent!=this.container.ownerDocument.body;else if(e.style.top==M1&&"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=SK(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(M3).tooltipSpace(this.view),scaleX:e,scaleY:t,makeAbsolute:n}}writeMeasure(e){var t;if(e.makeAbsolute)for(let e of(this.madeAbsolute=!0,this.position="absolute",this.manager.tooltipViews))e.dom.style.position="absolute";let{visible:n,space:r,scaleX:i,scaleY:o}=e,a=[];for(let s=0;s<this.manager.tooltips.length;s++){let l=this.manager.tooltips[s],u=this.manager.tooltipViews[s],{dom:c}=u,d=e.pos[s],h=e.size[s];if(!d||!1!==l.clip&&(d.bottom<=Math.max(n.top,r.top)||d.top>=Math.min(n.bottom,r.bottom)||d.right<Math.max(n.left,r.left)-.1||d.left>Math.min(n.right,r.right)+.1)){c.style.top=M1;continue}let p=l.arrow?u.dom.querySelector(".cm-tooltip-arrow"):null,f=7*!!p,g=h.right-h.left,m=null!==(t=M4.get(u))&&void 0!==t?t:h.bottom-h.top,v=u.offset||M7,y=this.view.textDirection==Ss.LTR,x=h.width>r.right-r.left?y?r.left:r.right-h.width:y?Math.max(r.left,Math.min(d.left-14*!!p+v.x,r.right-g)):Math.min(Math.max(r.left,d.left-g+14*!!p-v.x),r.right-g),b=this.above[s];!l.strictSide&&(b?d.top-m-f-v.y<r.top:d.bottom+m+f+v.y>r.bottom)&&b==r.bottom-d.bottom>d.top-r.top&&(b=this.above[s]=!b);let w=(b?d.top-r.top:r.bottom-d.bottom)-f;if(w<m&&!1!==u.resize){if(w<this.view.defaultLineHeight){c.style.top=M1;continue}M4.set(u,m),c.style.height=(m=w)/o+"px"}else c.style.height&&(c.style.height="");let S=b?d.top-m-f-v.y:d.bottom+f+v.y,C=x+g;if(!0!==u.overlap)for(let e of a)e.left<C&&e.right>x&&e.top<S+m&&e.bottom>S&&(S=b?e.top-m-2-f:e.bottom+f+2);if("absolute"==this.position?(c.style.top=(S-e.parent.top)/o+"px",M8(c,(x-e.parent.left)/i)):(c.style.top=S/o+"px",M8(c,x/i)),p){let e=d.left+(y?v.x:-v.x)-(x+14-7);p.style.left=e/i+"px"}!0!==u.overlap&&a.push({left:x,top:S,right:C,bottom:S+m}),c.classList.toggle("cm-tooltip-above",b),c.classList.toggle("cm-tooltip-below",!b),u.positioned&&u.positioned(e.space)}}maybeMeasure(){if(this.manager.tooltips.length&&(this.view.inView&&this.view.requestMeasure(this.measureReq),this.inView!=this.view.inView&&(this.inView=this.view.inView,!this.inView)))for(let e of this.manager.tooltipViews)e.dom.style.top=M1}},{eventObservers:{scroll(){this.maybeMeasure()}}});function M8(e,t){let n=parseInt(e.style.left,10);(isNaN(n)||Math.abs(t-n)>1)&&(e.style.left=t+"px")}let M9=Ml.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"}}}),M7={x:0,y:0},ke=ba.define({enables:[M6,M9]}),kt=ba.define({combine:e=>e.reduce((e,t)=>e.concat(t),[])});class kn{static create(e){return new kn(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new M2(e,kt,(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 kr=ke.compute([kt],e=>{let t=e.facet(kt);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:kn.create,above:t[0].above,arrow:t.some(e=>e.arrow)}});class ki{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 wY)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==Ss.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=>SZ(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(M6),t=e?e.manager.tooltips.findIndex(e=>e.create==kn.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 ko(e,t){let n=e.plugin(M6);if(!n)return null;let r=n.manager.tooltips.indexOf(t);return r<0?null:n.manager.tooltipViews[r]}let ka=bO.define(),ks=ba.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 kl(e,t){let n=e.plugin(ku),r=n?n.specs.indexOf(t):-1;return r>-1?n.panels[r]:null}let ku=SF.fromClass(class{constructor(e){this.input=e.state.facet(kh),this.specs=this.input.filter(e=>e),this.panels=this.specs.map(t=>t(e));let t=e.state.facet(ks);for(let n of(this.top=new kc(e,!0,t.topContainer),this.bottom=new kc(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(ks);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new kc(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new kc(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(kh);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=>Ml.scrollMargins.of(t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class kc{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=kd(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=kd(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 kd(e){let t=e.nextSibling;return e.remove(),t}let kh=ba.define({enables:ku});class kp extends bV{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}kp.prototype.elementClass="",kp.prototype.toDOM=void 0,kp.prototype.mapMode=x5.TrackBefore,kp.prototype.startSide=kp.prototype.endSide=-1,kp.prototype.point=!0;let kf=ba.define(),kg=ba.define(),km={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>bG.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},kv=ba.define();function ky(e){return[kb(),kv.of(Object.assign(Object.assign({},km),e))]}let kx=ba.define({combine:e=>e.some(e=>e)});function kb(e){let t=[kw];return e&&!1===e.fixed&&t.push(kx.of(!0)),t}let kw=SF.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(kv).map(t=>new kk(e,t)),this.gutters))this.dom.appendChild(t.dom);this.fixed=!e.state.facet(kx),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(kx)!=!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=bG.iter(this.view.state.facet(kf),this.view.viewport.from),r=[],i=this.gutters.map(e=>new kM(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==w3.Text&&t){for(let e of(kC(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==w3.Text)for(let t of(kC(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(kv),n=e.state.facet(kv),r=e.docChanged||e.heightChanged||e.viewportChanged||!bG.eq(e.startState.facet(kf),e.state.facet(kf),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 kk(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=>Ml.scrollMargins.of(t=>{let n=t.plugin(e);return n&&0!=n.gutters.length&&n.fixed?t.textDirection==Ss.LTR?{left:n.dom.offsetWidth*t.scaleX}:{right:n.dom.offsetWidth*t.scaleX}:null})});function kS(e){return Array.isArray(e)?e:[e]}function kC(e,t,n){for(;e.value&&e.from<=n;)e.from==n&&t.push(e.value),e.next()}class kM{constructor(e,t,n){this.gutter=e,this.height=n,this.i=0,this.cursor=bG.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 kT(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=[];kC(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(kg)){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 kk{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=kS(t.markers(e)),t.initialSpacer&&(this.spacer=new kT(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=kS(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!bG.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 kT{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 kA=ba.define(),k_=ba.define(),kI=ba.define({combine:e=>bj(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 kD extends kp{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function kP(e,t){return e.state.facet(kI).formatNumber(t,e.state)}let kO=kv.compute([kI],e=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:e=>e.state.facet(kA),lineMarker:(e,t,n)=>n.some(e=>e.toDOM)?null:new kD(kP(e,e.state.doc.lineAt(t.from).number)),widgetMarker:(e,t,n)=>{for(let r of e.state.facet(k_)){let i=r(e,t,n);if(i)return i}return null},lineMarkerChange:e=>e.startState.facet(kI)!=e.state.facet(kI),initialSpacer:e=>new kD(kP(e,kE(e.state.doc.lines))),updateSpacer(e,t){let n=kP(t.view,kE(t.view.state.doc.lines));return n==e.number?e:new kD(n)},domEventHandlers:e.facet(kI).domEventHandlers}));function kE(e){let t=9;for(;t<e;)t=10*t+9;return t}let kR=new class extends kp{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},kL=kf.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(kR.range(i)))}return bG.of(t)}),kZ=0;class kN{constructor(e,t){this.from=e,this.to=t}}class kB{constructor(e={}){this.id=kZ++,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=kj.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}kB.closedBy=new kB({deserialize:e=>e.split(" ")}),kB.openedBy=new kB({deserialize:e=>e.split(" ")}),kB.group=new kB({deserialize:e=>e.split(" ")}),kB.isolate=new kB({deserialize:e=>{if(e&&"rtl"!=e&&"ltr"!=e&&"auto"!=e)throw RangeError("Invalid value for isolate: "+e);return e||"auto"}}),kB.contextHash=new kB({perNode:!0}),kB.lookAhead=new kB({perNode:!0}),kB.mounted=new kB({perNode:!0});class kz{constructor(e,t,n){this.tree=e,this.overlay=t,this.parser=n}static get(e){return e&&e.props&&e.props[kB.mounted.id]}}let kF=Object.create(null);class kj{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):kF,n=+!!e.top|2*!!e.skipped|4*!!e.error|8*(null==e.name),r=new kj(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(kB.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(kB.group),r=-1;r<(n?n.length:0);r++){let i=t[r<0?e.name:n[r]];if(i)return i}}}}kj.none=new kj("",Object.create(null),0,8);class kV{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 kj(n.name,r,n.id,n.flags):n)}return new kV(t)}}let k$=new WeakMap,kH=new WeakMap;(Bj=BW||(BW={}))[Bj.ExcludeBuffers=1]="ExcludeBuffers",Bj[Bj.IncludeAnonymous=2]="IncludeAnonymous",Bj[Bj.IgnoreMounts=4]="IgnoreMounts",Bj[Bj.IgnoreOverlays=8]="IgnoreOverlays";class kW{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=kz.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 k3(this.topNode,e)}cursorAt(e,t=0,n=0){let r=new k3(k$.get(this)||this.topNode);return r.moveTo(e,t),k$.set(this,r._tree),r}get topNode(){return new kX(this,0,0,null)}resolve(e,t=0){let n=kY(k$.get(this)||this.topNode,e,t,!1);return k$.set(this,n),n}resolveInner(e,t=0){let n=kY(kH.get(this)||this.topNode,e,t,!0);return kH.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 kX?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=kz.get(e.tree);if(o&&o.overlay&&o.overlay[0].from<=t&&o.overlay[o.overlay.length-1].to>=t){let a=new kX(o.tree,o.overlay[0].from+e.from,-1,e);(i||(i=[r])).push(kY(a,t,n,!1))}}return i?k2(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&BW.IncludeAnonymous)>0;for(let e=this.cursor(o|BW.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:k9(kj.none,this.children,this.positions,0,this.children.length,0,this.length,(e,t,n)=>new kW(this.type,e,t,n,this.propValues),e.makeTree||((e,t,n)=>new kW(kj.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 kG(n,n.length):n,l=r.types,u=0,c=0;function d(e,t,n,i,o,a,s,l,u){let c=[],d=[];for(;e.length>i;)c.push(e.pop()),d.push(t.pop()+n-o);e.push(h(r.types[s],c,d,a-o,l-a,u)),t.push(o-n)}function h(e,t,n,r,i,o,a){if(o){let e=[kB.contextHash,o];a=a?[e].concat(a):[e]}if(i>25){let e=[kB.lookAhead,i];a=a?[e].concat(a):[e]}return new kW(e,t,n,r,a)}let p=[],f=[];for(;s.pos>0;)!function e(t,n,p,f,g,m){let{id:v,start:y,end:x,size:b}=s,w=c,S=u;for(;b<0;){if(s.next(),-1==b){let e=o[v];p.push(e),f.push(y-t);return}if(-3==b){u=v;return}if(-4==b){c=v;return}else throw RangeError(`Unrecognized record size: ${b}`)}let C=l[v],M,k,T=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};r:for(let i=n.pos-e;n.pos>i;){let e=n.size;if(n.id==t&&e>=0){c.size=r,c.start=o,c.skip=l,l+=4,r+=4,n.next();continue}let s=n.pos-e;if(e<0||s<i||n.start<u)break;let d=4*(n.id>=a),h=n.start;for(n.next();n.pos>s;){if(n.size<0){if(-3==n.size)d+=4;else break r}else n.id>=a&&(d+=4);n.next()}o=h,r+=e,l+=d}return(t<0||r==e)&&(c.size=r,c.start=o,c.skip=l),c.size>4?c:void 0}(s.pos-n,g))){let e=new Uint16Array(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:d}=s;if(s.next(),d>=0&&i<a){let a=r;if(d>4){let i=s.pos-(d-4);for(;s.pos>i;)r=e(t,n,r)}n[--r]=a,n[--r]=l-t,n[--r]=o-t,n[--r]=i}else -3==d?u=i:-4==d&&(c=i);return r}(k.start,e,i);M=new kU(e,x-k.start,r),T=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&&(d(n,o,y,u,s.end,c,l,w,S),u=n.length,c=s.end),s.next()):m>2500?function(e,t,n,o){let a=[],l=0,u=-1;for(;s.pos>t;){let{id:e,start:t,end:n,size:r}=s;if(r>4)s.next();else if(u>-1&&t<u)break;else u<0&&(u=n-i),a.push(e,t,n),l++,s.next()}if(l){let t=new Uint16Array(4*l),i=a[a.length-2];for(let e=a.length-3,n=0;e>=0;e-=3)t[n++]=a[e],t[n++]=a[e+1]-i,t[n++]=a[e+2]-i,t[n++]=n;n.push(new kU(t,a[2]-i,r)),o.push(i-e)}}(y,t,n,o):e(y,t,n,o,l,m+1);if(l>=0&&u>0&&u<n.length&&d(n,o,y,u,y,c,l,w,S),n.reverse(),o.reverse(),l>-1&&u>0){let e=function(e,t){return(n,r,i)=>{let o=0,a=n.length-1,s,l;if(a>=0&&(s=n[a])instanceof kW){if(!a&&s.type==e&&s.length==i)return s;(l=s.prop(kB.lookAhead))&&(o=r[a]+s.length+l)}return h(e,n,r,i,o,t)}}(C,S);M=k9(C,n,o,0,n.length,0,x-y,e,e)}else M=h(C,n,o,x-y,w-x,S)}p.push(M),f.push(T)}(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 kW(l[e.topID],p.reverse(),f.reverse(),g)}(e)}}kW.empty=new kW(kj.none,[],[],0);class kG{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 kG(this.buffer,this.index)}}class kU{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return kj.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&&(!kq(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 kU(i,o,this.set)}}function kq(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 kY(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 kX&&e.index<0?null:e.parent;if(!t)return e;e=t}let o=r?0:BW.IgnoreOverlays;if(r)for(let r=e,a=r.parent;a;a=(r=a).parent)r instanceof kX&&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 kK{cursor(e=0){return new k3(this,e)}getChild(e,t=null,n=null){let r=kJ(this,e,t,n);return r.length?r[0]:null}getChildren(e,t=null,n=null){return kJ(this,e,t,n)}resolve(e,t=0){return kY(this,e,t,!1)}resolveInner(e,t=0){return kY(this,e,t,!0)}matchContext(e){return kQ(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 kX extends kK{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(kq(r,n,u,u+l.length)){if(l instanceof kU){if(i&BW.ExcludeBuffers)continue;let a=l.findChild(0,l.buffer.length,t,n-u,r);if(a>-1)return new k1(new k0(o,l,e,u),null,a)}else if(i&BW.IncludeAnonymous||!l.type.isAnonymous||k4(l)){let a;if(!(i&BW.IgnoreMounts)&&(a=kz.get(l))&&!a.overlay)return new kX(a.tree,u,e,o);let s=new kX(l,u,e,o);return i&BW.IncludeAnonymous||!s.type.isAnonymous?s:s.nextChild(t<0?l.children.length-1:0,t,n,r)}}}if(i&BW.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&BW.IgnoreOverlays)&&(r=kz.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 kX(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 kJ(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 kQ(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 k0{constructor(e,t,n,r){this.parent=e,this.buffer=t,this.index=n,this.start=r}}class k1 extends kK{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 k1(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&BW.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 k1(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 k1(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 k1(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 kW(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function k2(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 kX&&n.index<0?null:n.parent,i=e.slice();return r?i[t]=r:i.splice(t,1),new k5(i,n)}class k5{constructor(e,t){this.heads=e,this.node=t}get next(){return k2(this.heads)}}class k3{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 kX)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 kX?(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&BW.ExcludeBuffers)&&this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,n))}parent(){if(!this.buffer)return this.yieldNode(this.mode&BW.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&BW.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&BW.IncludeAnonymous||e instanceof kU||!e.type.isAnonymous||k4(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)r: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 r}r=this.stack[--i]}for(let e=n;e<this.stack.length;e++)t=new k1(this.buffer,t,this.stack[e]);return this.bufferNode=new k1(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 kQ(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 kQ(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 k4(e){return e.children.some(e=>e instanceof kU||!e.type.isAnonymous||k4(e))}let k6=new WeakMap;function k8(e,t){if(!e.isAnonymous||t instanceof kU||t.type!=e)return 1;let n=k6.get(t);if(null==n){for(let r of(n=1,t.children)){if(r.type!=e||!(r instanceof kW)){n=1;break}n+=k8(e,r)}k6.set(t,n)}return n}function k9(e,t,n,r,i,o,a,s,l){let u=0;for(let n=r;n<i;n++)u+=k8(e,t[n]);let c=Math.ceil(1.5*u/8),d=[],h=[];return!function t(n,r,i,a,s){for(let u=i;u<a;){let i=u,p=r[u],f=k8(e,n[u]);for(u++;u<a;u++){let t=k8(e,n[u]);if(f+t>=c)break;f+=t}if(u==i+1){if(f>c){let e=n[i];t(e.children,e.positions,0,e.children.length,r[i]+s);continue}d.push(n[i])}else{let t=r[u-1]+n[u-1].length-p;d.push(k9(e,n,r,i,u,p,t,null,l))}h.push(p+s-o)}}(t,n,r,i,0),(s||l)(d,h,a)}class k7{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 k7(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 k7(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 Te{startParse(e,t,n){return"string"==typeof e&&(e=new Tt(e)),n=n?n.length?n.map(e=>new kN(e.from,e.to)):[new kN(0,0)]:[new kN(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 Tt{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 kB({perNode:!0});let Tn=0;class Tr{constructor(e,t,n,r){this.name=e,this.set=t,this.base=n,this.modified=r,this.id=Tn++}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 Tr&&(t=e),null==t?void 0:t.base)throw Error("Can not derive from a modified tag");let n=new Tr("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 To(e);return e=>e.modified.indexOf(t)>-1?e:To.get(e.base||e,e.modified.concat(t).sort((e,t)=>e.id-t.id))}}let Ti=0;class To{constructor(e){this.name=e,this.instances=[],this.id=Ti++}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 Tr(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(To.get(t,e));return i}}function Ta(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 Tl(r,i,a>0?n.slice(0,a):null);t[s]=l.sort(t[s])}}return Ts.add(t)}let Ts=new kB;class Tl{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 Tu(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}}Tl.empty=new Tl([],2,null);class Tc{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(Ts);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}(e)||Tl.empty,c=function(e,t){let n=null;for(let r of e){let e=r.style(t);e&&(n=n?n+" "+e:e)}return n}(i,u.tags);if(c&&(l&&(l+=" "),l+=c,1==u.mode&&(r+=(r?" ":"")+c)),this.startSpan(Math.max(t,a),l),u.opaque)return;let d=e.tree&&e.tree.prop(kB.mounted);if(d&&d.overlay){let o=e.node.enter(d.overlay[0].from+a,1),u=this.highlighters.filter(e=>!e.scope||e.scope(d.tree.type)),c=e.firstChild();for(let h=0,p=a;;h++){let f=h<d.overlay.length?d.overlay[h]:null,g=f?f.from+a:s,m=Math.max(t,p),v=Math.min(n,g);if(m<v&&c)for(;e.from<v&&(this.highlightRange(e,m,v,r,i),this.startSpan(Math.min(v,e.to),l),!(e.to>=g)&&e.nextSibling()););if(!f||g>n)break;(p=f.to+a)>t&&(this.highlightRange(o.cursor(),Math.max(t,f.from+a),Math.min(n,p),"",u),this.startSpan(Math.min(n,p),l))}c&&e.parent()}else if(e.firstChild()){d&&(r="");do{if(e.to<=t)continue;if(e.from>=n)break;this.highlightRange(e,t,n,r,i),this.startSpan(Math.min(n,e.to),l)}while(e.nextSibling());e.parent()}}}let Td=Tr.define,Th=Td(),Tp=Td(),Tf=Td(Tp),Tg=Td(Tp),Tm=Td(),Tv=Td(Tm),Ty=Td(Tm),Tx=Td(),Tb=Td(Tx),Tw=Td(),TS=Td(),TC=Td(),TM=Td(TC),Tk=Td(),TT={comment:Th,lineComment:Td(Th),blockComment:Td(Th),docComment:Td(Th),name:Tp,variableName:Td(Tp),typeName:Tf,tagName:Td(Tf),propertyName:Tg,attributeName:Td(Tg),className:Td(Tp),labelName:Td(Tp),namespace:Td(Tp),macroName:Td(Tp),literal:Tm,string:Tv,docString:Td(Tv),character:Td(Tv),attributeValue:Td(Tv),number:Ty,integer:Td(Ty),float:Td(Ty),bool:Td(Tm),regexp:Td(Tm),escape:Td(Tm),color:Td(Tm),url:Td(Tm),keyword:Tw,self:Td(Tw),null:Td(Tw),atom:Td(Tw),unit:Td(Tw),modifier:Td(Tw),operatorKeyword:Td(Tw),controlKeyword:Td(Tw),definitionKeyword:Td(Tw),moduleKeyword:Td(Tw),operator:TS,derefOperator:Td(TS),arithmeticOperator:Td(TS),logicOperator:Td(TS),bitwiseOperator:Td(TS),compareOperator:Td(TS),updateOperator:Td(TS),definitionOperator:Td(TS),typeOperator:Td(TS),controlOperator:Td(TS),punctuation:TC,separator:Td(TC),bracket:TM,angleBracket:Td(TM),squareBracket:Td(TM),paren:Td(TM),brace:Td(TM),content:Tx,heading:Tb,heading1:Td(Tb),heading2:Td(Tb),heading3:Td(Tb),heading4:Td(Tb),heading5:Td(Tb),heading6:Td(Tb),contentSeparator:Td(Tx),list:Td(Tx),quote:Td(Tx),emphasis:Td(Tx),strong:Td(Tx),link:Td(Tx),monospace:Td(Tx),strikethrough:Td(Tx),inserted:Td(),deleted:Td(),changed:Td(),invalid:Td(),meta:Tk,documentMeta:Td(Tk),annotation:Td(Tk),processingInstruction:Td(Tk),definition:Tr.defineModifier("definition"),constant:Tr.defineModifier("constant"),function:Tr.defineModifier("function"),standard:Tr.defineModifier("standard"),local:Tr.defineModifier("local"),special:Tr.defineModifier("special")};for(let e in TT){let t=TT[e];t instanceof Tr&&(t.name=e)}Tu([{tag:TT.link,class:"tok-link"},{tag:TT.heading,class:"tok-heading"},{tag:TT.emphasis,class:"tok-emphasis"},{tag:TT.strong,class:"tok-strong"},{tag:TT.keyword,class:"tok-keyword"},{tag:TT.atom,class:"tok-atom"},{tag:TT.bool,class:"tok-bool"},{tag:TT.url,class:"tok-url"},{tag:TT.labelName,class:"tok-labelName"},{tag:TT.inserted,class:"tok-inserted"},{tag:TT.deleted,class:"tok-deleted"},{tag:TT.literal,class:"tok-literal"},{tag:TT.string,class:"tok-string"},{tag:TT.number,class:"tok-number"},{tag:[TT.regexp,TT.escape,TT.special(TT.string)],class:"tok-string2"},{tag:TT.variableName,class:"tok-variableName"},{tag:TT.local(TT.variableName),class:"tok-variableName tok-local"},{tag:TT.definition(TT.variableName),class:"tok-variableName tok-definition"},{tag:TT.special(TT.variableName),class:"tok-variableName2"},{tag:TT.definition(TT.propertyName),class:"tok-propertyName tok-definition"},{tag:TT.typeName,class:"tok-typeName"},{tag:TT.namespace,class:"tok-namespace"},{tag:TT.className,class:"tok-className"},{tag:TT.macroName,class:"tok-macroName"},{tag:TT.propertyName,class:"tok-propertyName"},{tag:TT.operator,class:"tok-operator"},{tag:TT.comment,class:"tok-comment"},{tag:TT.meta,class:"tok-meta"},{tag:TT.invalid,class:"tok-invalid"},{tag:TT.punctuation,class:"tok-punctuation"}]);let TA=new kB,T_=new kB;class TI{constructor(e,t,n=[],r=""){this.data=e,this.name=r,bF.prototype.hasOwnProperty("tree")||Object.defineProperty(bF.prototype,"tree",{get(){return TO(this)}}),this.parser=t,this.extension=[Tj.of(this),bF.languageData.of((e,t,n)=>{let r=TD(e,t,n),i=r.type.prop(TA);if(!i)return[];let o=e.facet(i),a=r.type.prop(T_);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 TD(e,t,n).type.prop(TA)==this.data}findRegions(e){let t=e.facet(Tj);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(TA)==this.data){n.push({from:t,to:t+e.length});return}let i=e.prop(kB.mounted);if(i){if(i.tree.prop(TA)==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 kW&&r(i,e.positions[n]+t)}};return r(TO(e),0),n}get allowsNesting(){return!0}}function TD(e,t,n){let r=e.facet(Tj),i=TO(e).topNode;if(!r||r.allowsNesting)for(let e=i;e;e=e.enter(t,n,BW.ExcludeBuffers))e.type.isTop&&(i=e);return i}TI.setState=bO.define();class TP extends TI{constructor(e,t,n){super(e,t,[],n),this.parser=t}static define(e){var t;let n=(t=e.languageData,ba.define({combine:t?e=>e.concat(t):void 0}));return new TP(n,e.parser.configure({props:[TA.add(e=>e.isTop?n:void 0)]}),e.name)}configure(e,t){return new TP(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function TO(e){let t=e.field(TI.state,!1);return t?t.tree:kW.empty}class TE{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 TR=null;class TL{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 TL(e,t,[],kW.empty,0,n,[],null)}startParse(){return this.parser.startParse(new TE(this.state.doc),this.fragments)}work(e,t){return(null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=kW.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(k7.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(k7.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=TR;TR=this;try{return e()}finally{TR=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=TZ(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=k7.applyChanges(n,t),r=kW.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 TL(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=TZ(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 Te{createParse(t,n,r){let i=r[0].from,o=r[r.length-1].to;return{parsedPos:i,advance(){let t=TR;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 kW(kj.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 TR}}function TZ(e,t,n){return k7.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class TN{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 TN(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=TL.create(e.facet(Tj).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new TN(n)}}TI.state=bh.define({create:TN.init,update(e,t){for(let e of t.effects)if(e.is(TI.setState))return e.value;return t.startState.facet(Tj)!=t.state.facet(Tj)?TN.init(t.state):e.apply(t)}});let TB=e=>{let t=setTimeout(()=>e(),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&(TB=e=>{let t=-1,n=setTimeout(()=>{t=requestIdleCallback(e,{timeout:400})},100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});let Tz="undefined"!=typeof navigator&&(null===(BG=navigator.scheduling)||void 0===BG?void 0:BG.isInputPending)?()=>navigator.scheduling.isInputPending():null,TF=SF.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(TI.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(TI.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=TB(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(TI.state);if(i.tree==i.context.tree&&i.context.isDone(r+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!Tz?Math.max(25,e.timeRemaining()-5):1e9),a=i.context.treeLen<r&&n.doc.length>r+1e3,s=i.context.work(()=>Tz&&Tz()||Date.now()>o,r+1e5*!a);this.chunkBudget-=Date.now()-t,(s||this.chunkBudget<=0)&&(i.context.takeTree(),this.view.dispatch({effects:TI.setState.of(new TN(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=>SZ(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()}}}),Tj=ba.define({combine:e=>e.length?e[0]:null,enables:e=>[TI.state,TF,Ml.contentAttributes.compute([e],t=>{let n=t.facet(e);return n&&n.name?{"data-language":n.name}:{}})]});class TV{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}let T$=ba.define(),TH=ba.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 TW(e){let t=e.facet(TH);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function TG(e,t){let n="",r=e.tabSize,i=e.facet(TH)[0];if(" "==i){for(;t>=r;)n+=" ",t-=r;i=" "}for(let e=0;e<t;e++)n+=i;return n}function TU(e,t){for(let n of(e instanceof bF&&(e=new Tq(e)),e.state.facet(T$))){let r=n(e,t);if(void 0!==r)return r}let n=TO(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 TK(r,e,n)}(e,n,t):null}class Tq{constructor(e,t={}){this.state=e,this.options=t,this.unit=TW(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 b3(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 TY=new kB;function TK(e,t,n){for(let r=e;r;r=r.next){let e=function(e){let t=e.type.prop(TY);if(t)return t;let n=e.firstChild,r;if(n&&(r=n.type.prop(kB.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?TX:null}(r.node);if(e)return e(TJ.create(t,n,r))}return 0}function TX(){return 0}class TJ extends Tq{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 TJ(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 TK(this.context.next,this.base,this.pos)}}function TQ({except:e,units:t=1}={}){return n=>{let r=e&&e.test(n.textAfter);return n.baseIndent+(r?0:t*n.unit)}}let T0=ba.define(),T1=new kB;function T2(e,t,n){for(let r of e.facet(T0)){let i=r(e,t,n);if(i)return i}return function(e,t,n){let r=TO(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(T1);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 T5(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 T3=bO.define({map:T5}),T4=bO.define({map:T5});function T6(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 T8=bh.define({create:()=>w4.none,update(e,t){for(let n of(e=e.map(t.changes),t.effects))if(n.is(T3)&&!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(Ar),i=r?w4.replace({widget:new As(r(t.state,n.value))}):Aa;e=e.update({add:[i.range(n.value.from,n.value.to)]})}else n.is(T4)&&(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=>Ml.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(Aa.range(r,i))}return w4.set(t,!0)}});function T9(e,t,n){var r;let i=null;return null===(r=e.field(T8,!1))||void 0===r||r.between(t,n,(e,t)=>{(!i||i.from>e)&&(i={from:e,to:t})}),i}function T7(e,t){return e.field(T8,!1)?t:t.concat(bO.appendConfig.of(Ai()))}function Ae(e,t,n=!0){let r=e.state.doc.lineAt(t.from).number,i=e.state.doc.lineAt(t.to).number;return Ml.announce.of(`${e.state.phrase(n?"Folded lines":"Unfolded lines")} ${r} ${e.state.phrase("to")} ${i}.`)}let At=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:e=>{for(let t of T6(e)){let n=T2(e.state,t.from,t.to);if(n)return e.dispatch({effects:T7(e.state,[T3.of(n),Ae(e,n)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:e=>{if(!e.state.field(T8,!1))return!1;let t=[];for(let n of T6(e)){let r=T9(e.state,n.from,n.to);r&&t.push(T4.of(r),Ae(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=T2(t,i.from,i.to);o&&n.push(T3.of(o)),r=(o?e.lineBlockAt(o.to):i).to+1}return n.length&&e.dispatch({effects:T7(e.state,n)}),!!n.length}},{key:"Ctrl-Alt-]",run:e=>{let t=e.state.field(T8,!1);if(!t||!t.size)return!1;let n=[];return t.between(0,e.state.doc.length,(e,t)=>{n.push(T4.of({from:e,to:t}))}),e.dispatch({effects:n}),!0}}],An={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},Ar=ba.define({combine:e=>bj(e,An)});function Ai(e){let t=[T8,Ac];return e&&t.push(Ar.of(e)),t}function Ao(e,t){let{state:n}=e,r=n.facet(Ar),i=t=>{let n=e.lineBlockAt(e.posAtDOM(t.target)),r=T9(e.state,n.from,n.to);r&&e.dispatch({effects:T4.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 Aa=w4.replace({widget:new class extends w5{toDOM(e){return Ao(e,null)}}});class As extends w5{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return Ao(e,this.value)}}let Al={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class Au extends kp{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 Ac=Ml.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 Ad{constructor(e,t){let n;function r(e){let t=b7.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 TI?e=>e.prop(TA)==o.data:o?e=>e==o:void 0,this.style=Tu(e.map(e=>({tag:e.tag,class:e.class||r(Object.assign({},e,{tag:null}))})),{all:i}).style,this.module=n?new b7(n):null,this.themeType=t.themeType}static define(e,t){return new Ad(e,t||{})}}let Ah=ba.define(),Ap=ba.define({combine:e=>e.length?[e[0]]:null});function Af(e){let t=e.facet(Ah);return t.length?t:e.facet(Ap)}function Ag(e,t){let n=[Am],r;return e instanceof Ad&&(e.module&&n.push(Ml.styleModule.of(e.module)),r=e.themeType),(null==t?void 0:t.fallback)?n.push(Ap.of(e)):r?n.push(Ah.computeN([Ml.darkTheme],t=>t.facet(Ml.darkTheme)==("dark"==r)?[e]:[])):n.push(Ah.of(e)),n}let Am=bg.high(SF.fromClass(class{constructor(e){this.markCache=Object.create(null),this.tree=TO(e.state),this.decorations=this.buildDeco(e,Af(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=TO(e.state),n=Af(e.state),r=n!=Af(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 w4.none;let n=new bU;for(let{from:r,to:i}of e.visibleRanges)!function(e,t,n,r=0,i=e.length){let o=new Tc(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]=w4.mark({class:r})))},r,i);return n.finish()}},{decorations:e=>e.decorations})),Av=Ad.define([{tag:TT.meta,color:"#404740"},{tag:TT.link,textDecoration:"underline"},{tag:TT.heading,textDecoration:"underline",fontWeight:"bold"},{tag:TT.emphasis,fontStyle:"italic"},{tag:TT.strong,fontWeight:"bold"},{tag:TT.strikethrough,textDecoration:"line-through"},{tag:TT.keyword,color:"#708"},{tag:[TT.atom,TT.bool,TT.url,TT.contentSeparator,TT.labelName],color:"#219"},{tag:[TT.literal,TT.inserted],color:"#164"},{tag:[TT.string,TT.deleted],color:"#a11"},{tag:[TT.regexp,TT.escape,TT.special(TT.string)],color:"#e40"},{tag:TT.definition(TT.variableName),color:"#00f"},{tag:TT.local(TT.variableName),color:"#30a"},{tag:[TT.typeName,TT.namespace],color:"#085"},{tag:TT.className,color:"#167"},{tag:[TT.special(TT.variableName),TT.macroName],color:"#256"},{tag:TT.definition(TT.propertyName),color:"#00c"},{tag:TT.comment,color:"#940"},{tag:TT.invalid,color:"#f00"}]),Ay=Ml.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),Ax="()[]{}",Ab=ba.define({combine:e=>bj(e,{afterCursor:!0,brackets:Ax,maxScanDistance:1e4,renderMatch:AC})}),Aw=w4.mark({class:"cm-matchingBracket"}),AS=w4.mark({class:"cm-nonmatchingBracket"});function AC(e){let t=[],n=e.matched?Aw:AS;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 AM=[bh.define({create:()=>w4.none,update(e,t){if(!t.docChanged&&!t.selection)return e;let n=[],r=t.state.facet(Ab);for(let e of t.state.selection.ranges){if(!e.empty)continue;let i=A_(t.state,e.head,-1,r)||e.head>0&&A_(t.state,e.head-1,1,r)||r.afterCursor&&(A_(t.state,e.head,1,r)||e.head<t.state.doc.length&&A_(t.state,e.head+1,-1,r));i&&(n=n.concat(r.renderMatch(i,t.state)))}return w4.set(n,!0)},provide:e=>Ml.decorations.from(e)}),Ay],Ak=new kB;function AT(e,t,n){let r=e.prop(t<0?kB.openedBy:kB.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 AA(e){let t=e.type.prop(Ak);return t?t(e.node):e}function A_(e,t,n,r={}){let i=r.maxScanDistance||1e4,o=r.brackets||Ax,a=TO(e),s=a.resolveInner(t,n);for(let e=s;e;e=e.parent){let r=AT(e.type,n,o);if(r&&e.from<e.to){let i=AA(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=AA(c);return{start:l,end:e?{from:e.from,to:e.to}:void 0,matched:!0}}if(AT(c.type,n,a))u++;else if(AT(c.type,-n,a)){if(0==u){let e=AA(c);return{start:l,end:e&&e.from<e.to?{from:e.from,to:e.to}:void 0,matched:!1}}u--}}while(n<0?c.prevSibling():c.nextSibling());return{start:l,matched:!1}}(0,0,n,e,i,r,o)}}return function(e,t,n,r,i,o,a){let s=n<0?e.sliceDoc(t-1,t):e.sliceDoc(t,t+1),l=a.indexOf(s);if(l<0||l%2==0!=n>0)return null;let u={from:n<0?t-1:t,to:n>0?t+1:t},c=e.doc.iterRange(t,n>0?e.doc.length:0),d=0;for(let e=0;!c.next().done&&e<=o;){let o=c.value;n<0&&(e+=o.length);let s=t+e*n;for(let e=n>0?0:o.length-1,t=n>0?o.length:-1;e!=t;e+=n){let t=a.indexOf(o[e]);if(!(t<0)&&r.resolveInner(s+e,1).type==i){if(t%2==0==n>0)d++;else{if(1==d)return{start:u,end:{from:s+e,to:s+e+1},matched:t>>1==l>>1};d--}}}n>0&&(e+=o.length)}return c.done?{start:u,matched:!1}:null}(e,t,n,a,s.type,i,o)}let AI=Object.create(null),AD=[kj.none],AP=[],AO=Object.create(null),AE=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"]])AE[e]=function(e,t){let n=[];for(let r of t.split(" ")){let t=[];for(let n of r.split(".")){let r=e[n]||TT[n];r?"function"==typeof r?t.length?t=t.map(r):AR(n,`Modifier ${n} used at start of tag`):t.length?AR(n,`Tag ${n} used as modifier`):t=Array.isArray(r)?r:[r]:AR(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=AO[i];if(o)return o.id;let a=AO[i]=kj.define({id:AD.length,name:r,props:[Ta({[r]:n})]});return AD.push(a),a.id}(AI,t);function AR(e,t){AP.indexOf(e)>-1||(AP.push(e),console.warn(t))}function AL(e,t){return({state:n,dispatch:r})=>{if(n.readOnly)return!1;let i=e(t,n);return!!i&&(r(n.update(i)),!0)}}Ss.RTL,Ss.LTR;let AZ=AL(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=Az(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),AN=AL(AF,0),AB=AL((e,t)=>AF(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 Az(e,t){let n=e.languageDataAt("commentTokens",t);return n.length?n[0]:{}}function AF(e,t,n=t.selection.ranges){let r=n.map(e=>Az(t,e.from).block);if(!r.every(e=>e))return null;let i=n.map((e,n)=>(function(e,{open:t,close:n},r,i){let o,a,s=e.sliceDoc(r-50,r),l=e.sliceDoc(i,i+50),u=/\s*$/.exec(s)[0].length,c=/^\s*/.exec(l)[0].length,d=s.length-u;if(s.slice(d-t.length,d)==t&&l.slice(c,c+n.length)==n)return{open:{pos:r-u,margin:u&&1},close:{pos:i+c,margin:c&&1}};i-r<=100?o=a=e.sliceDoc(r,i):(o=e.sliceDoc(r,r+50),a=e.sliceDoc(i-50,i));let h=/^\s*/.exec(o)[0].length,p=/\s*$/.exec(a)[0].length,f=a.length-p-n.length;return o.slice(h,h+t.length)==t&&a.slice(f,f+n.length)==n?{open:{pos:r+h+t.length,margin:+!!/\s/.test(o.charAt(h+t.length))},close:{pos:i-p-n.length,margin:+!!/\s/.test(a.charAt(f-1))}}:null})(t,r[n],e.from,e.to));if(2!=e&&!i.every(e=>e))return{changes:t.changes(n.map((e,t)=>i[t]?[]:[{from:e.from,insert:r[t].open+" "},{from:e.to,insert:" "+r[t].close}]))};if(1!=e&&i.some(e=>e)){let e=[];for(let t=0,n;t<i.length;t++)if(n=i[t]){let i=r[t],{open:o,close:a}=n;e.push({from:o.pos-i.open.length,to:o.pos+o.margin},{from:a.pos-a.margin,to:a.pos+i.close.length})}return{changes:e}}return null}let Aj=bI.define(),AV=bI.define(),A$=ba.define(),AH=ba.define({combine:e=>bj(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)})}),AW=bh.define({create:()=>A3.empty,update(e,t){let n=t.state.facet(AH),r=t.annotation(Aj);if(r){let i=AX.fromTransaction(t,r.selection),o=r.side,a=0==o?e.undone:e.done;return a=i?AJ(a,a.length,n.minDepth,i):A1(a,t.startState.selection),new A3(0==o?r.rest:a,0==o?a:r.rest)}let i=t.annotation(AV);if(("full"==i||"before"==i)&&(e=e.isolate()),!1===t.annotation(bE.addToHistory))return t.changes.empty?e:e.addMapping(t.changes.desc);let o=AX.fromTransaction(t),a=t.annotation(bE.time),s=t.annotation(bE.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 A3(e.done.map(AX.fromJSON),e.undone.map(AX.fromJSON))});function AG(e,t){return function({state:n,dispatch:r}){if(!t&&n.readOnly)return!1;let i=n.field(AW,!1);if(!i)return!1;let o=i.pop(e,n,t);return!!o&&(r(o),!0)}}let AU=AG(0,!1),Aq=AG(1,!1),AY=AG(0,!0),AK=AG(1,!0);class AX{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 AX(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 AX(e.changes&&x4.fromJSON(e.changes),[],e.mapped&&x3.fromJSON(e.mapped),e.startSelection&&br.fromJSON(e.startSelection),e.selectionsAfter.map(br.fromJSON))}static fromTransaction(e,t){let n=A0;for(let t of e.startState.facet(A$)){let r=t(e);r.length&&(n=n.concat(r))}return!n.length&&e.changes.empty?null:new AX(e.changes.invert(e.startState.doc),n,void 0,t||e.startState.selection,A0)}static selection(e){return new AX(void 0,A0,void 0,void 0,e)}}function AJ(e,t,n,r){let i=e.slice(t+1>n+20?t-n-1:0,t);return i.push(r),i}function AQ(e,t){return e.length?t.length?e.concat(t):e:t}let A0=[];function A1(e,t){if(!e.length)return[AX.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),AJ(e,e.length-1,1e9,n.setSelAfter(r)))}}function A2(e,t){if(!e.length)return e;let n=e.length,r=A0;for(;n;){let i=function(e,t,n){let r=AQ(e.selectionsAfter.length?e.selectionsAfter.map(e=>e.map(t)):A0,n);if(!e.changes)return AX.selection(r);let i=e.changes.map(t),o=t.mapDesc(e.changes,!0),a=e.mapped?e.mapped.composeDesc(o):o;return new AX(i,bO.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?[AX.selection(r)]:A0}let A5=/^(input\.type|delete)($|\.)/;class A3{constructor(e,t,n=0,r){this.done=e,this.undone=t,this.prevTime=n,this.prevUserEvent=r}isolate(){return this.prevTime?new A3(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 A3(u=c&&c.changes&&!c.changes.empty&&e.changes&&(!n||A5.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)?AJ(u,u.length-1,r.minDepth,new AX(e.changes.compose(c.changes),AQ(bO.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,A0)):AJ(u,u.length,r.minDepth,e),A0,t,n)}addSelection(e,t,n,r){var i;let o=this.done.length?this.done[this.done.length-1].selectionsAfter:A0;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 A3(A1(this.done,e),this.undone,t,n)}addMapping(e){return new A3(A2(this.done,e),A2(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:Aj.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?A0:r.slice(0,r.length-1);return i.mapped&&(n=A2(n,i.mapped)),t.update({changes:i.changes,selection:i.startSelection,effects:i.effects,annotations:Aj.of({side:e,rest:n,selection:o}),filter:!1,userEvent:0==e?"undo":"redo",scrollIntoView:!0})}}}A3.empty=new A3(A0,A0);let A4=[{key:"Mod-z",run:AU,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:Aq,preventDefault:!0},{linux:"Ctrl-Shift-z",run:Aq,preventDefault:!0},{key:"Mod-u",run:AY,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:AK,preventDefault:!0}];function A6(e,t){return br.create(e.ranges.map(t),e.mainIndex)}function A8(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function A9({state:e,dispatch:t},n){let r=A6(e.selection,n);return!r.eq(e.selection,!0)&&(t(A8(e,r)),!0)}function A7(e,t){return br.cursor(t?e.to:e.from)}function _e(e,t){return A9(e,n=>n.empty?e.moveByChar(n,t):A7(n,t))}function _t(e){return e.textDirectionAt(e.state.selection.main.head)==Ss.LTR}let _n=e=>_e(e,!_t(e)),_r=e=>_e(e,_t(e));function _i(e,t){return A9(e,n=>n.empty?e.moveByGroup(n,t):A7(n,t))}function _o(e,t,n){let r,i,o=TO(e).resolveInner(t.head),a=n?kB.closedBy:kB.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?A_(e,o.from,1):A_(e,o.to,-1))&&r.matched?n?r.end.to:r.end.from:n?o.to:o.from,br.cursor(i,n?-1:1)}function _a(e,t){return A9(e,n=>{if(!n.empty)return A7(n,t);let r=e.moveVertically(n,t);return r.head!=n.head?r:e.moveToLineBoundary(n,t)})}"undefined"!=typeof Intl&&Intl.Segmenter;let _s=e=>_a(e,!1),_l=e=>_a(e,!0);function _u(e){let t=e.scrollDOM.clientHeight<e.scrollDOM.scrollHeight-2,n=0,r=0,i;if(t){for(let t of e.state.facet(Ml.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 _c(e,t){let n,r=_u(e),{state:i}=e,o=A6(i.selection,n=>n.empty?e.moveVertically(n,t,r.height):A7(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=Ml.scrollIntoView(o.main.head,{y:"start",yMargin:t.top-s}))}return e.dispatch(A8(i,o),{effects:n}),!0}let _d=e=>_c(e,!1),_h=e=>_c(e,!0);function _p(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=br.cursor(r.from+n))}return i}function _f(e,t){let n=A6(e.state.selection,e=>{let n=t(e);return br.range(e.anchor,n.head,n.goalColumn,n.bidiLevel||void 0)});return!n.eq(e.state.selection)&&(e.dispatch(A8(e.state,n)),!0)}function _g(e,t){return _f(e,n=>e.moveByChar(n,t))}let _m=e=>_g(e,!_t(e)),_v=e=>_g(e,_t(e));function _y(e,t){return _f(e,n=>e.moveByGroup(n,t))}function _x(e,t){return _f(e,n=>e.moveVertically(n,t))}let _b=e=>_x(e,!1),_w=e=>_x(e,!0);function _S(e,t){return _f(e,n=>e.moveVertically(n,t,_u(e).height))}let _C=e=>_S(e,!1),_M=e=>_S(e,!0),_k=({state:e,dispatch:t})=>(t(A8(e,{anchor:0})),!0),_T=({state:e,dispatch:t})=>(t(A8(e,{anchor:e.doc.length})),!0),_A=({state:e,dispatch:t})=>(t(A8(e,{anchor:e.selection.main.anchor,head:0})),!0),__=({state:e,dispatch:t})=>(t(A8(e,{anchor:e.selection.main.anchor,head:e.doc.length})),!0);function _I(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=_D(e,a,!1)):a>i&&(n="delete.forward",a=_D(e,a,!0)),i=Math.min(i,a),o=Math.max(o,a)}else i=_D(e,i,!1),o=_D(e,o,!0);return i==o?{range:r}:{changes:{from:i,to:o},range:br.cursor(i,i<r.head?-1:1)}});return!i.changes.empty&&(e.dispatch(r.update(i,{scrollIntoView:!0,userEvent:n,effects:"delete.selection"==n?Ml.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function _D(e,t,n){if(e instanceof Ml)for(let r of e.state.facet(Ml.atomicRanges).map(t=>t(e)))r.between(t,t,(e,r)=>{e<t&&r>t&&(t=n?r:e)});return t}let _P=(e,t,n)=>_I(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=b3(s,o.tabSize)%TW(o)||TW(o);for(let t=0;t<e&&" "==s[s.length-1-t];t++)i--;l=i}else(l=xJ(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=xJ(a.text,l-a.from,!1,!1)+a.from);return l}),_O=e=>_P(e,!1,!0),_E=e=>_P(e,!0,!1),_R=(e,t)=>_I(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=xJ(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}),_L=e=>_R(e,!1);function _Z(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 _N(e,t,n){if(e.readOnly)return!1;let r=[],i=[];for(let t of _Z(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(br.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(br.range(n.anchor-a,n.head-a))}return!!r.length&&(t(e.update({changes:r,scrollIntoView:!0,selection:br.create(i,e.selection.mainIndex),userEvent:"move.line"})),!0)}function _B(e,t,n){if(e.readOnly)return!1;let r=[];for(let t of _Z(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 _z=_j(!1),_F=_j(!0);function _j(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=TO(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(kB.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 Tq(t,{simulateBreak:r,simulateDoubleBreak:!!a}),l=TU(s,r);for(null==l&&(l=b3(/^\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=["",TG(t,l)];return a&&u.push(TG(t,s.lineIndent(o.from,-1))),{changes:{from:r,to:i,insert:x$.of(u)},range:br.cursor(r+1+u[1].length)}});return n(t.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function _V(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:br.range(o.mapPos(r.anchor,1),o.mapPos(r.head,1))}})}let _$=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(_V(e,(t,n)=>{n.push({from:t.from,insert:e.facet(TH)})}),{userEvent:"input.indent"})),!0),_H=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(_V(e,(t,n)=>{let r=/^\s*/.exec(t.text)[0];if(!r)return;let i=b3(r,e.tabSize),o=0,a=TG(e,Math.max(0,i-TW(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),_W=[{key:"Ctrl-b",run:_n,shift:_m,preventDefault:!0},{key:"Ctrl-f",run:_r,shift:_v},{key:"Ctrl-p",run:_s,shift:_b},{key:"Ctrl-n",run:_l,shift:_w},{key:"Ctrl-a",run:e=>A9(e,t=>br.cursor(e.lineBlockAt(t.head).from,1)),shift:e=>_f(e,t=>br.cursor(e.lineBlockAt(t.head).from))},{key:"Ctrl-e",run:e=>A9(e,t=>br.cursor(e.lineBlockAt(t.head).to,-1)),shift:e=>_f(e,t=>br.cursor(e.lineBlockAt(t.head).to))},{key:"Ctrl-d",run:_E},{key:"Ctrl-h",run:_O},{key:"Ctrl-k",run:e=>_I(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:_L},{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:x$.of(["",""])},range:br.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:xJ(r.text,n-r.from,!1)+r.from,o=n==r.to?n+1:xJ(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:br.cursor(o)}});return!n.changes.empty&&(t(e.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:_h}],_G=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>A9(e,t=>_o(e.state,t,!_t(e))),shift:e=>_f(e,t=>_o(e.state,t,!_t(e)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>A9(e,t=>_o(e.state,t,_t(e))),shift:e=>_f(e,t=>_o(e.state,t,_t(e)))},{key:"Alt-ArrowUp",run:({state:e,dispatch:t})=>_N(e,t,!1)},{key:"Shift-Alt-ArrowUp",run:({state:e,dispatch:t})=>_B(e,t,!1)},{key:"Alt-ArrowDown",run:({state:e,dispatch:t})=>_N(e,t,!0)},{key:"Shift-Alt-ArrowDown",run:({state:e,dispatch:t})=>_B(e,t,!0)},{key:"Escape",run:({state:e,dispatch:t})=>{let n=e.selection,r=null;return n.ranges.length>1?r=br.create([n.main]):n.main.empty||(r=br.create([br.cursor(n.main.head)])),!!r&&(t(A8(e,r)),!0)}},{key:"Mod-Enter",run:_F},{key:"Alt-l",mac:"Ctrl-l",run:({state:e,dispatch:t})=>{let n=_Z(e).map(({from:t,to:n})=>br.range(t,Math.min(n+1,e.doc.length)));return t(e.update({selection:br.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:e,dispatch:t})=>{let n=A6(e.selection,t=>{let n=TO(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 br.range(n.to,n.from)}return t});return!n.eq(e.selection)&&(t(A8(e,n)),!0)},preventDefault:!0},{key:"Mod-[",run:_H},{key:"Mod-]",run:_$},{key:"Mod-Alt-\\",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Object.create(null),r=new Tq(e,{overrideIndentation:e=>{let t=n[e];return null==t?-1:t}}),i=_V(e,(t,i,o)=>{let a=TU(r,t.from);if(null==a)return;/\S/.test(t.text)||(a=0);let s=/^\s*/.exec(t.text)[0],l=TG(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(_Z(t).map(({from:e,to:n})=>(e>0?e--:n<t.doc.length&&n++,{from:e,to:n}))),r=A6(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=A6(e.selection,t=>{let r=A_(e,t.head,-1)||A_(e,t.head,1)||t.head>0&&A_(e,t.head-1,1)||t.head<e.doc.length&&A_(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 br.cursor(i)}),!!n&&(t(A8(e,r)),!0)}},{key:"Mod-/",run:e=>{let{state:t}=e,n=t.doc.lineAt(t.selection.main.from),r=Az(e.state,n.from);return r.line?AZ(e):!!r.block&&AB(e)}},{key:"Alt-A",run:AN},{key:"Ctrl-m",mac:"Shift-Alt-m",run:e=>(e.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:_n,shift:_m,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>_i(e,!_t(e)),shift:e=>_y(e,!_t(e)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:e=>A9(e,t=>_p(e,t,!_t(e))),shift:e=>_f(e,t=>_p(e,t,!_t(e))),preventDefault:!0},{key:"ArrowRight",run:_r,shift:_v,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>_i(e,_t(e)),shift:e=>_y(e,_t(e)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:e=>A9(e,t=>_p(e,t,_t(e))),shift:e=>_f(e,t=>_p(e,t,_t(e))),preventDefault:!0},{key:"ArrowUp",run:_s,shift:_b,preventDefault:!0},{mac:"Cmd-ArrowUp",run:_k,shift:_A},{mac:"Ctrl-ArrowUp",run:_d,shift:_C},{key:"ArrowDown",run:_l,shift:_w,preventDefault:!0},{mac:"Cmd-ArrowDown",run:_T,shift:__},{mac:"Ctrl-ArrowDown",run:_h,shift:_M},{key:"PageUp",run:_d,shift:_C},{key:"PageDown",run:_h,shift:_M},{key:"Home",run:e=>A9(e,t=>_p(e,t,!1)),shift:e=>_f(e,t=>_p(e,t,!1)),preventDefault:!0},{key:"Mod-Home",run:_k,shift:_A},{key:"End",run:e=>A9(e,t=>_p(e,t,!0)),shift:e=>_f(e,t=>_p(e,t,!0)),preventDefault:!0},{key:"Mod-End",run:_T,shift:__},{key:"Enter",run:_z,shift:_z},{key:"Mod-a",run:({state:e,dispatch:t})=>(t(e.update({selection:{anchor:0,head:e.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:_O,shift:_O},{key:"Delete",run:_E},{key:"Mod-Backspace",mac:"Alt-Backspace",run:_L},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>_R(e,!0)},{mac:"Mod-Backspace",run:e=>_I(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=>_I(e,t=>{let n=e.moveToLineBoundary(t,!0).head;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)})}].concat(_W.map(e=>({mac:e.key,run:e.run,shift:e.shift})))),_U={key:"Tab",run:_$,shift:_H};function _q(){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 _Y="function"==typeof String.prototype.normalize?e=>e.normalize("NFKD"):e=>e;class _K{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(_Y(e)):_Y,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 xQ(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=x0(e),n=this.bufferStart+this.bufferPos;this.bufferPos+=x1(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&&(_K.prototype[Symbol.iterator]=function(){return this});let _X={from:-1,to:-1,match:/.*/.exec("")},_J="gm"+(null==/x/.unicode?"":"u");class _Q{constructor(e,t,n,r=0,i=e.length){if(this.text=e,this.to=i,this.curLine="",this.done=!1,this.value=_X,/\\[sWDnr]|\n|\r|\[\^/.test(t))return new _2(e,t,n,r,i);this.re=new RegExp(t,_J+((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=_5(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=_5(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 _0=new WeakMap;class _1{constructor(e,t){this.from=e,this.text=t}get to(){return this.from+this.text.length}static get(e,t,n){let r=_0.get(e);if(!r||r.from>=n||r.to<=t){let r=new _1(t,e.sliceString(t,n));return _0.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)),_0.set(e,new _1(o,i)),new _1(t,i.slice(t-o,n-o))}}class _2{constructor(e,t,n,r,i){this.text=e,this.to=i,this.done=!1,this.value=_X,this.matchPos=_5(e,r),this.re=new RegExp(t,_J+((null==n?void 0:n.ignoreCase)?"i":"")),this.test=null==n?void 0:n.test,this.flat=_1.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=_5(this.text,n+ +(e==n)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=_1.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function _5(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 _3(e){let t=_q("input",{class:"cm-textfield",name:"line",value:String(e.state.doc.lineAt(e.state.selection.main.head).number)});function n(){let n=/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(t.value);if(!n)return;let{state:r}=e,i=r.doc.lineAt(r.selection.main.head),[,o,a,s,l]=n,u=s?+s.slice(1):0,c=a?+a:i.number;if(a&&l){let e=c/100;o&&(e=e*("-"==o?-1:1)+i.number/r.doc.lines),c=Math.round(r.doc.lines*e)}else a&&o&&(c=c*("-"==o?-1:1)+i.number);let d=r.doc.line(Math.max(1,Math.min(r.doc.lines,c))),h=br.cursor(d.from+Math.max(0,Math.min(u,d.length)));e.dispatch({effects:[_4.of(!1),Ml.scrollIntoView(h.from,{y:"center"})],selection:h}),e.focus()}return{dom:_q("form",{class:"cm-gotoLine",onkeydown:t=>{27==t.keyCode?(t.preventDefault(),e.dispatch({effects:_4.of(!1)}),e.focus()):13==t.keyCode&&(t.preventDefault(),n())},onsubmit:e=>{e.preventDefault(),n()}},_q("label",e.state.phrase("Go to line"),": ",t)," ",_q("button",{class:"cm-button",type:"submit"},e.state.phrase("go")),_q("button",{name:"close",onclick:()=>{e.dispatch({effects:_4.of(!1)}),e.focus()},"aria-label":e.state.phrase("close"),type:"button"},["\xd7"]))}}"undefined"!=typeof Symbol&&(_Q.prototype[Symbol.iterator]=_2.prototype[Symbol.iterator]=function(){return this});let _4=bO.define(),_6=bh.define({create:()=>!0,update(e,t){for(let n of t.effects)n.is(_4)&&(e=n.value);return e},provide:e=>kh.from(e,e=>e?_3:null)}),_8=Ml.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"}}}),_9={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},_7=ba.define({combine:e=>bj(e,_9,{highlightWordAroundCursor:(e,t)=>e||t,minSelectionLength:Math.min,maxMatches:Math.min})}),Ie=w4.mark({class:"cm-selectionMatch"}),It=w4.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function In(e,t,n,r){return(0==n||e(t.sliceDoc(n-1,n))!=bB.Word)&&(r==t.doc.length||e(t.sliceDoc(r,r+1))!=bB.Word)}let Ir=SF.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(_7),{state:n}=e,r=n.selection;if(r.ranges.length>1)return w4.none;let i=r.main,o,a=null;if(i.empty){if(!t.highlightWordAroundCursor)return w4.none;let e=n.wordAt(i.head);if(!e)return w4.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 w4.none;if(t.wholeWords){var s,l,u;if(o=n.sliceDoc(i.from,i.to),!(In(a=n.charCategorizer(i.head),n,i.from,i.to)&&(s=a,l=i.from,u=i.to,s(n.sliceDoc(l,l+1))==bB.Word&&s(n.sliceDoc(u-1,u))==bB.Word)))return w4.none}else if(!(o=n.sliceDoc(i.from,i.to)))return w4.none}let c=[];for(let r of e.visibleRanges){let e=new _K(n.doc,o,r.from,r.to);for(;!e.next().done;){let{from:r,to:o}=e.value;if((!a||In(a,n,r,o))&&(i.empty&&r<=i.from&&o>=i.to?c.push(It.range(r,o)):(r>=i.to||o<=i.from)&&c.push(Ie.range(r,o)),c.length>t.maxMatches))return w4.none}}return w4.set(c)}},{decorations:e=>e.decorations}),Ii=Ml.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),Io=({state:e,dispatch:t})=>{let{selection:n}=e,r=br.create(n.ranges.map(t=>e.wordAt(t.head)||br.cursor(t.head)),n.mainIndex);return!r.eq(n)&&(t(e.update({selection:r})),!0)},Ia=ba.define({combine:e=>bj(e,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new IL(e),scrollToMatch:e=>Ml.scrollIntoView(e)})});class Is{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,_J),!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 If(this):new Ic(this)}getCursor(e,t=0,n){let r=e.doc?e:bF.create({doc:e});return null==n&&(n=r.doc.length),this.regexp?Id(this,r,t,n):Iu(this,r,t,n)}}class Il{constructor(e){this.spec=e}}function Iu(e,t,n,r){var i,o;return new _K(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(Ih(n,e-r))!=bB.Word||o(Ip(n,e-r))!=bB.Word)&&(o(Ip(n,t-r))!=bB.Word||o(Ih(n,t-r))!=bB.Word))):void 0)}class Ic extends Il{constructor(e){super(e)}nextMatch(e,t,n){let r=Iu(this.spec,e,n,e.doc.length).nextOverlapping();if(r.done){let n=Math.min(e.doc.length,t+this.spec.unquoted.length);r=Iu(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=Iu(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=Iu(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=Iu(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 Id(e,t,n,r){var i;return new _Q(t.doc,e.search,{ignoreCase:!e.caseSensitive,test:e.wholeWord?(i=t.charCategorizer(t.selection.main.head),(e,t,n)=>!n[0].length||(i(Ih(n.input,n.index))!=bB.Word||i(Ip(n.input,n.index))!=bB.Word)&&(i(Ip(n.input,n.index+n[0].length))!=bB.Word||i(Ih(n.input,n.index+n[0].length))!=bB.Word)):void 0},n,r)}function Ih(e,t){return e.slice(xJ(e,t,!1),t)}function Ip(e,t){return e.slice(t,xJ(e,t))}class If extends Il{nextMatch(e,t,n){let r=Id(this.spec,e,n,e.doc.length).next();return r.done&&(r=Id(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=Id(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=Id(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=Id(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 Ig=bO.define(),Im=bO.define(),Iv=bh.define({create:e=>new Iy(II(e).create(),null),update(e,t){for(let n of t.effects)n.is(Ig)?e=new Iy(n.value.create(),e.panel):n.is(Im)&&(e=new Iy(e.query,n.value?I_:null));return e},provide:e=>kh.from(e,e=>e.panel)});class Iy{constructor(e,t){this.query=e,this.panel=t}}let Ix=w4.mark({class:"cm-searchMatch"}),Ib=w4.mark({class:"cm-searchMatch cm-searchMatch-selected"}),Iw=SF.fromClass(class{constructor(e){this.view=e,this.decorations=this.highlight(e.state.field(Iv))}update(e){let t=e.state.field(Iv);(t!=e.startState.field(Iv)||e.docChanged||e.selectionSet||e.viewportChanged)&&(this.decorations=this.highlight(t))}highlight({query:e,panel:t}){if(!t||!e.spec.valid)return w4.none;let{view:n}=this,r=new bU;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?Ib:Ix)})}return r.finish()}},{decorations:e=>e.decorations});function IS(e){return t=>{let n=t.state.field(Iv,!1);return n&&n.query.spec.valid?e(t,n):IO(t)}}let IC=IS((e,{query:t})=>{let{to:n}=e.state.selection.main,r=t.nextMatch(e.state,n,n);if(!r)return!1;let i=br.single(r.from,r.to),o=e.state.facet(Ia);return e.dispatch({selection:i,effects:[IB(e,r),o.scrollToMatch(i.main,e)],userEvent:"select.search"}),IP(e),!0}),IM=IS((e,{query:t})=>{let{state:n}=e,{from:r}=n.selection.main,i=t.prevMatch(n,r,r);if(!i)return!1;let o=br.single(i.from,i.to),a=e.state.facet(Ia);return e.dispatch({selection:o,effects:[IB(e,i),a.scrollToMatch(o.main,e)],userEvent:"select.search"}),IP(e),!0}),Ik=IS((e,{query:t})=>{let n=t.matchAll(e.state,1e3);return!!n&&!!n.length&&(e.dispatch({selection:br.create(n.map(e=>br.range(e.from,e.to))),userEvent:"select.search.matches"}),!0)}),IT=IS((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(Ml.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=br.single(a.from-t,a.to-t),c.push(IB(e,a)),c.push(n.facet(Ia).scrollToMatch(l.main,e))}return e.dispatch({changes:s,selection:l,effects:c,userEvent:"input.replace"}),!0}),IA=IS((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:Ml.announce.of(r),userEvent:"input.replace.all"}),!0});function I_(e){return e.state.facet(Ia).createPanel(e)}function II(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(Ia);return new Is({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 ID(e){let t=kl(e,I_);return t&&t.dom.querySelector("[main-field]")}function IP(e){let t=ID(e);t&&t==e.root.activeElement&&t.select()}let IO=e=>{let t=e.state.field(Iv,!1);if(t&&t.panel){let n=ID(e);if(n&&n!=e.root.activeElement){let r=II(e.state,t.query.spec);r.valid&&e.dispatch({effects:Ig.of(r)}),n.focus(),n.select()}}else e.dispatch({effects:[Im.of(!0),t?Ig.of(II(e.state,t.query.spec)):bO.appendConfig.of(IF)]});return!0},IE=e=>{let t=e.state.field(Iv,!1);if(!t||!t.panel)return!1;let n=kl(e,I_);return n&&n.dom.contains(e.root.activeElement)&&e.focus(),e.dispatch({effects:Im.of(!1)}),!0},IR=[{key:"Mod-f",run:IO,scope:"editor search-panel"},{key:"F3",run:IC,shift:IM,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:IC,shift:IM,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:IE,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 _K(e.doc,e.sliceDoc(r,i));!t.next().done;){if(o.length>1e3)return!1;t.value.from==r&&(a=o.length),o.push(br.range(t.value.from,t.value.to))}return t(e.update({selection:br.create(o,a),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:e=>{let t=kl(e,_3);if(!t){let n=[_4.of(!0)];null==e.state.field(_6,!1)&&n.push(bO.appendConfig.of([_6,_8])),e.dispatch({effects:n}),t=kl(e,_3)}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 Io({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 _K(e.doc,t,r[r.length-1].to);;)if(i.next(),i.done){if(n)return null;i=new _K(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(br.range(i.from,i.to),!1),effects:Ml.scrollIntoView(i.to)})),!0)},preventDefault:!0}];class IL{constructor(e){this.view=e;let t=this.query=e.state.field(Iv).query.spec;function n(e,t,n){return _q("button",{class:"cm-button",name:e,onclick:t,type:"button"},n)}this.commit=this.commit.bind(this),this.searchField=_q("input",{value:t.search,placeholder:IZ(e,"Find"),"aria-label":IZ(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=_q("input",{value:t.replace,placeholder:IZ(e,"Replace"),"aria-label":IZ(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=_q("input",{type:"checkbox",name:"case",form:"",checked:t.caseSensitive,onchange:this.commit}),this.reField=_q("input",{type:"checkbox",name:"re",form:"",checked:t.regexp,onchange:this.commit}),this.wordField=_q("input",{type:"checkbox",name:"word",form:"",checked:t.wholeWord,onchange:this.commit}),this.dom=_q("div",{onkeydown:e=>this.keydown(e),class:"cm-search"},[this.searchField,n("next",()=>IC(e),[IZ(e,"next")]),n("prev",()=>IM(e),[IZ(e,"previous")]),n("select",()=>Ik(e),[IZ(e,"all")]),_q("label",null,[this.caseField,IZ(e,"match case")]),_q("label",null,[this.reField,IZ(e,"regexp")]),_q("label",null,[this.wordField,IZ(e,"by word")]),...e.state.readOnly?[]:[_q("br"),this.replaceField,n("replace",()=>IT(e),[IZ(e,"replace")]),n("replaceAll",()=>IA(e),[IZ(e,"replace all")])],_q("button",{name:"close",onclick:()=>IE(e),"aria-label":IZ(e,"close"),type:"button"},["\xd7"])])}commit(){let e=new Is({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:Ig.of(e)}))}keydown(e){var t,n;(t=this.view,n="search-panel",Mw(My(t.state),e,t,n))?e.preventDefault():13==e.keyCode&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?IM:IC)(this.view)):13==e.keyCode&&e.target==this.replaceField&&(e.preventDefault(),IT(this.view))}update(e){for(let t of e.transactions)for(let e of t.effects)e.is(Ig)&&!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(Ia).top}}function IZ(e,t){return e.state.phrase(t)}let IN=/[\s\.,:;?!]/;function IB(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(!IN.test(s[e+1])&&IN.test(s[e])){s=s.slice(e);break}}if(a!=i){for(let e=s.length-1;e>s.length-30;e--)if(!IN.test(s[e-1])&&IN.test(s[e])){s=s.slice(0,e);break}}return Ml.announce.of(`${e.state.phrase("current match")}. ${s} ${e.state.phrase("on line")} ${r.number}.`)}let Iz=Ml.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"}}),IF=[Iv,bg.low(Iw),Iz];class Ij{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=TO(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(IW(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 IV(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 I${constructor(e,t,n,r){this.completion=e,this.source=t,this.match=n,this.score=r}}function IH(e){return e.selection.main.from}function IW(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 IG=bI.define(),IU=new WeakMap;function Iq(e){if(!Array.isArray(e))return e;let t=IU.get(e);return t||IU.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=IV(t)+IV(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 IY=bO.define(),IK=bO.define();class IX{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=xQ(e,t),r=x1(n);this.chars.push(n);let i=e.slice(t,t+r),o=i.toUpperCase();this.folded.push(xQ(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=xQ(e,0),i=x1(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=xQ(e,i);(o==t[l]||o==n[l])&&(r[l++]=i),i+=x1(o)}if(l<s)return null}let u=0,c=0,d=!1,h=0,p=-1,f=-1,g=/[a-z]/.test(e),m=!0;for(let r=0,l=Math.min(e.length,200),v=0;r<l&&c<s;){let l=xQ(e,r);a<0&&(u<s&&l==t[u]&&(i[u++]=r),h<s&&(l==t[h]||l==n[h]?(0==h&&(p=r),f=r+1,h++):h=0));let y,x=l<255?l>=48&&l<=57||l>=97&&l<=122?2:+(l>=65&&l<=90):(y=x0(l))!=y.toLowerCase()?1:2*(y!=y.toUpperCase());(!r||1==x&&g||0==v&&0!=x)&&(t[c]==l||n[c]==l&&(d=!0)?o[c++]=r:o.length&&(m=!1)),v=x,r+=x1(l)}return c==s&&0==o[0]&&m?this.result(-100+(d?-200:0),o,e):h==s&&0==p?this.ret(-200-e.length+(f==e.length?0:-100),[0,f]):a>-1?this.ret(-700-e.length,[a,a+this.pattern.length]):h==s?this.ret(-900-e.length,[p,f]):c==s?this.result(-100+(d?-200:0)+-700+(m?0:-1100),o,e):2==t.length?null:this.result((r[0]?-700:0)+-200+-1100,r,e)}result(e,t,n){let r=[],i=0;for(let e of t){let t=e+(this.astral?x1(xQ(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 IJ{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 IQ=ba.define({combine:e=>bj(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:I1,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=>I0(e(n),t(n)),optionClass:(e,t)=>n=>I0(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})});function I0(e,t){return e?t?e+" "+t:e:t}function I1(e,t,n,r,i,o){let a=e.textDirection==Ss.RTL,s=a,l=!1,u="top",c,d,h=t.left-i.left,p=i.right-t.right,f=r.right-r.left,g=r.bottom-r.top;if(s&&h<Math.min(f,p)?s=!1:!s&&p<Math.min(f,h)&&(s=!0),f<=(s?h:p))c=Math.max(i.top,Math.min(n.top,i.bottom-g))-t.top,d=Math.min(400,s?h:p);else{l=!0,d=Math.min(400,(a?t.right:i.right-t.left)-30);let e=i.bottom-t.bottom;e>=g||e>t.top?c=n.bottom-t.top:(u="bottom",c=t.bottom-n.top)}let m=(t.bottom-t.top)/o.offsetHeight,v=(t.right-t.left)/o.offsetWidth;return{style:`${u}: ${c/m}px; max-width: ${d/v}px`,class:"cm-completionInfo-"+(l?a?"left-narrow":"right-narrow":s?"left":"right")}}function I2(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 I5{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(IQ);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=I2(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(IQ).closeOnBlur&&t.relatedTarget!=e.contentDOM&&e.dispatch({effects:IK.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=I2(i.length,o,e.state.facet(IQ).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=I2(t.options.length,t.selected,this.view.state.facet(IQ).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=>SZ(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(IQ).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 I3(e){return 100*(e.boost||0)+10*!!e.apply+5*!!e.info+ +!!e.type}class I4{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 I4(this.options,I7(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(IQ);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 I$(t,r.source,e?e(t):[],1e9-n.length));else{let n=t.sliceDoc(r.from,r.to),a,s=o.filterStrict?new IJ(n):new IX(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 I$(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?I3(e.completion)>I3(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(IQ).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 I4(a,I7(n,s),{pos:e.reduce((e,t)=>t.hasResult()?Math.min(e,t.from):e,1e8),create:Dl,above:i.aboveCursor},r?r.timestamp:Date.now(),s,!1)}map(e){return new I4(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 I4(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class I6{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new I6(De,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(IQ),r=(n.override||t.languageDataAt("autocomplete",IH(t)).map(Iq)).map(t=>(this.active.find(e=>e.source==t)||new Dn(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(Di));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=I4.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 Dn(e.source,0):e)),e.effects))a.is(Do)&&(i=i&&i.setSelected(a.value,this.id));return r==this.active&&i==this.open?this:new I6(r,this.id,i)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?I8:I9}}let I8={"aria-autocomplete":"list"},I9={};function I7(e,t){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":e};return t>-1&&(n["aria-activedescendant"]=e+"-"+t),n}let De=[];function Dt(e,t){if(e.isUserEvent("input.complete")){let n=e.annotation(IG);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 Dn{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=Dt(e,t),r=this;for(let t of((8&n||16&n&&this.touches(e))&&(r=new Dn(r.source,0)),4&n&&0==r.state&&(r=new Dn(this.source,1)),r=r.updateFor(e,n),e.effects))if(t.is(IY))r=new Dn(r.source,1,t.value);else if(t.is(IK))r=new Dn(r.source,0);else if(t.is(Di))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(IH(e.state))}}class Dr extends Dn{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=IH(e.state);if(a>o||!r||2&t&&(IH(e.startState)==this.from||a<this.limit))return new Dn(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):IW(e,!0).test(i)}(r.validFor,e.state,i,o)?r.update&&(r=r.update(r,i,o,new Ij(e.state,a,!1)))?new Dr(this.source,this.explicit,s,r,r.from,null!==(n=r.to)&&void 0!==n?n:IH(e.state)):new Dn(this.source,1,this.explicit):new Dr(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 Dr(this.source,this.explicit,e.mapPos(this.limit),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new Dn(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}let Di=bO.define({map:(e,t)=>e.map(e=>e.map(t))}),Do=bO.define(),Da=bh.define({create:()=>I6.start(),update:(e,t)=>e.update(t),provide:e=>[ke.from(e,e=>e.tooltip),Ml.contentAttributes.from(e,e=>e.attrs)]});function Ds(e,t){let n=t.completion.apply||t.completion.label,r=e.state.field(Da).active.find(e=>e.source==t.source);return r instanceof Dr&&("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:br.cursor(s.from+o+l.length)}})),{scrollIntoView:!0,userEvent:"input.complete"})}(e.state,n,r.from,r.to)),{annotations:IG.of(t.completion)})):n(e,t.completion,r.from,r.to),!0)}let Dl=e=>new I5(e,Da,Ds);function Du(e,t="option"){return n=>{let r=n.state.field(Da,!1);if(!r||!r.open||r.open.disabled||Date.now()-r.open.timestamp<n.state.facet(IQ).interactionDelay)return!1;let i=1,o;"page"==t&&(o=ko(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:Do.of(s)}),!0}}let Dc=e=>!!e.state.field(Da,!1)&&(e.dispatch({effects:IY.of(!0)}),!0);class Dd{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}let Dh=SF.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(Da).active))t.isPending&&this.startQuery(t)}update(e){let t=e.state.field(Da),n=e.state.facet(IQ);if(!e.selectionSet&&!e.docChanged&&e.startState.field(Da)==t)return;let r=e.transactions.some(e=>{let t=Dt(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){SZ(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(IY)))&&(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(Da);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(IQ).updateSyncTime))}startQuery(e){let{state:t}=this.view,n=IH(t),r=new Ij(t,n,e.explicit,this.view),i=new Dd(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:IK.of(null)}),SZ(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(IQ).updateSyncTime))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(IQ),r=this.view.state.field(Da);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=IH(o.updates.length?o.updates[0].startState:this.view.state),i=Math.min(r,o.done.from+ +!o.active.explicit),a=new Dr(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 Dn(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:Di.of(t)})}},{eventHandlers:{blur(e){let t=this.view.state.field(Da,!1);if(t&&t.tooltip&&this.view.state.facet(IQ).closeOnBlur){let n=t.open&&ko(this.view,t.open.tooltip);n&&n.dom.contains(e.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:IK.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:IY.of(!1)}),20),this.composing=0}}}),Dp="object"==typeof navigator&&/Win/.test(navigator.platform),Df=bg.highest(Ml.domEventHandlers({keydown(e,t){let n=t.state.field(Da,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||e.key.length>1||e.ctrlKey&&!(Dp&&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&&Ds(t,r),!1}})),Dg=Ml.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"}}}),Dm={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},Dv=bO.define({map(e,t){let n=t.mapPos(e,-1,x5.TrackAfter);return null==n?void 0:n}}),Dy=new class extends bV{};Dy.startSide=1,Dy.endSide=-1;let Dx=bh.define({create:()=>bG.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(Dv)&&(e=e.update({add:[Dy.range(n.value,n.value+1)]}));return e}}),Db="()[]{}<>\xab\xbb\xbb\xab[]{}";function Dw(e){for(let t=0;t<Db.length;t+=2)if(Db.charCodeAt(t)==e)return Db.charAt(t+1);return x0(e<128?e:e+1)}function DS(e,t){return e.languageDataAt("closeBrackets",t)[0]||Dm}let DC="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),DM=Ml.inputHandler.of((e,t,n,r)=>{if((DC?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let i=e.state.selection.main;if(r.length>2||2==r.length&&1==x1(xQ(r,0))||t!=i.from||n!=i.to)return!1;let o=function(e,t){let n=DS(e,e.selection.main.head),r=n.brackets||Dm.brackets;for(let i of r){let o=Dw(xQ(i,0));if(t==i)return o==i?function(e,t,n,r){let i=r.stringPrefixes||Dm.stringPrefixes,o=null,a=e.changeByRange(r=>{if(!r.empty)return{changes:[{insert:t,from:r.from},{insert:t,from:r.to}],effects:Dv.of(r.to+t.length),range:br.range(r.anchor+t.length,r.head+t.length)};let a=r.head,s=DA(e.doc,a),l;if(s==t){if(D_(e,a))return{changes:{insert:t+t,from:a},effects:Dv.of(a+t.length),range:br.cursor(a+t.length)};if(DT(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:br.cursor(a+r.length)}}}else if(n&&e.sliceDoc(a-2*t.length,a)==t+t&&(l=DI(e,a-2*t.length,i))>-1&&D_(e,l))return{changes:{insert:t+t+t+t,from:a},effects:Dv.of(a+t.length),range:br.cursor(a+t.length)};else if(e.charCategorizer(a)(s)!=bB.Word&&DI(e,a,i)>-1&&!function(e,t,n,r){let i=TO(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:Dv.of(a+t.length),range:br.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:Dv.of(o.to+t.length),range:br.range(o.anchor+t.length,o.head+t.length)};let a=DA(e.doc,o.head);return!a||/\s/.test(a)||r.indexOf(a)>-1?{changes:{insert:t+n,from:o.head},effects:Dv.of(o.head+t.length),range:br.cursor(o.head+t.length)}:{range:i=o}});return i?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}(e,i,o,n.before||Dm.before);if(t==o&&DT(e,e.selection.main.from))return function(e,t,n){let r=null,i=e.changeByRange(t=>t.empty&&DA(e.doc,t.head)==n?{changes:{from:t.head,to:t.head+n.length,insert:n},range:br.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)}),Dk=[{key:"Backspace",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=DS(e,e.selection.main.head).brackets||Dm.brackets,r=null,i=e.changeByRange(t=>{if(t.empty){var i,o;let r;let a=(i=e.doc,o=t.head,x1(xQ(r=i.sliceString(o-2,o),0))==r.length?r:r.slice(1));for(let r of n)if(r==a&&DA(e.doc,t.head)==Dw(xQ(r,0)))return{changes:{from:t.head-r.length,to:t.head+r.length},range:br.cursor(t.head-r.length)}}return{range:r=t}});return r||t(e.update(i,{scrollIntoView:!0,userEvent:"delete.backward"})),!r}}];function DT(e,t){let n=!1;return e.field(Dx).between(0,e.doc.length,e=>{e==t&&(n=!0)}),n}function DA(e,t){let n=e.sliceString(t,t+2);return n.slice(0,x1(xQ(n,0)))}function D_(e,t){let n=TO(e).resolveInner(t+1);return n.parent&&n.from==t}function DI(e,t,n){let r=e.charCategorizer(t);if(r(e.sliceDoc(t-1,t))!=bB.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))!=bB.Word)return n}return -1}let DD=[{key:"Ctrl-Space",run:Dc},{mac:"Alt-`",run:Dc},{key:"Escape",run:e=>{let t=e.state.field(Da,!1);return!!(t&&t.active.some(e=>0!=e.state))&&(e.dispatch({effects:IK.of(null)}),!0)}},{key:"ArrowDown",run:Du(!0)},{key:"ArrowUp",run:Du(!1)},{key:"PageDown",run:Du(!0,"page")},{key:"PageUp",run:Du(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(Da,!1);return!(e.state.readOnly||!t||!t.open||t.open.selected<0||t.open.disabled||Date.now()-t.open.timestamp<e.state.facet(IQ).interactionDelay)&&Ds(e,t.open.options[t.open.selected])}}],DP=bg.highest(Mm.computeN([IQ],e=>e.facet(IQ).defaultKeymap?[DD]:[]));class DO{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class DE{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let r=e,i=n.facet(DG).markerFilter;i&&(r=i(r,n));let o=e.slice().sort((e,t)=>e.from-t.from||e.to-t.to),a=new bU,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=D1(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,w4.widget({widget:new DY(u),diagnostics:s.slice()}));else{let e=s.reduce((e,t)=>t.markClass?e+" "+t.markClass:e,"");a.add(t,r,w4.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 DE(u,t,DR(u))}}function DR(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 DO(r.from,n,r.diagnostic)}else r=new DO(e,n,t||i.diagnostics[0])}}),r}function DL(e,t){let n=t.pos,r=t.end||n,i=e.state.facet(DG).hideOn(e,n,r);if(null!=i)return i;let o=e.startState.doc.lineAt(t.pos);return!!(e.effects.some(e=>e.is(DN))||e.changes.touchesRange(o.from,Math.max(o.to,r)))}function DZ(e,t){return e.field(DF,!1)?t:t.concat(bO.appendConfig.of(D9))}let DN=bO.define(),DB=bO.define(),Dz=bO.define(),DF=bh.define({create:()=>new DE(w4.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=DR(n,e.selected.diagnostic,i)||DR(n,null,i)}!n.size&&i&&t.state.facet(DG).autoPanel&&(i=null),e=new DE(n,i,r)}for(let n of t.effects)if(n.is(DN)){let r=t.state.facet(DG).autoPanel?n.value.length?DX.open:null:e.panel;e=DE.init(n.value,r,t.state)}else n.is(DB)?e=new DE(e.diagnostics,n.value?DX.open:null,e.selected):n.is(Dz)&&(e=new DE(e.diagnostics,e.panel,n.value));return e},provide:e=>[kh.from(e,e=>e.panel),Ml.decorations.from(e,e=>e.diagnostics)]}),Dj=w4.mark({class:"cm-lintRange cm-lintRange-active"});function DV(e,t){return _q("ul",{class:"cm-tooltip-lint"},t.map(t=>Dq(e,t,!1)))}let D$=e=>{let t=e.state.field(DF,!1);return!!t&&!!t.panel&&(e.dispatch({effects:DB.of(!1)}),!0)},DH=[{key:"Mod-Shift-m",run:e=>{let t=e.state.field(DF,!1);t&&t.panel||e.dispatch({effects:DZ(e.state,[DB.of(!0)])});let n=kl(e,DX.open);return n&&n.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:e=>{let t=e.state.field(DF,!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)}}],DW=SF.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(DG);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(DG);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:DZ(n,[DN.of(r)])}))}},e=>{SZ(this.view.state,e)})}}update(e){let t=e.state.facet(DG);(e.docChanged||t!=e.startState.facet(DG)||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)}}),DG=ba.define({combine:e=>Object.assign({sources:e.map(e=>e.source).filter(e=>null!=e)},bj(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 DU(e){let t=[];if(e)i: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 i}}t.push("")}return t}function Dq(e,t,n){var r;let i=n?DU(t.actions):[];return _q("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},_q("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=DR(e.state.field(DF).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),_q("u",s.slice(l,l+1)),s.slice(l+1)];return _q("button",{type:"button",class:"cm-diagnosticAction",onclick:a,onmousedown:a,"aria-label":` Action: ${s}${l<0?"":` (access key "${i[r]})"`}.`},u)}),t.source&&_q("div",{class:"cm-diagnosticSource"},t.source))}class DY extends w5{constructor(e){super(),this.sev=e}eq(e){return e.sev==this.sev}toDOM(){return _q("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class DK{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(0xffffffff*Math.random()).toString(16),this.dom=Dq(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class DX{constructor(e){this.view=e,this.items=[],this.list=_q("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:t=>{if(27==t.keyCode)D$(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=DU(n.actions);for(let i=0;i<r.length;i++)if(r[i].toUpperCase().charCodeAt(0)==t.keyCode){let t=DR(this.view.state.field(DF).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=_q("div",{class:"cm-panel-lint"},this.list,_q("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>D$(this.view)},"\xd7")),this.update()}get selectedIndex(){let e=this.view.state.field(DF).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(DF),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 DK(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 DK(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=DR(this.view.state.field(DF).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:Dz.of(t)})}static open(e){return new DX(e)}}function DJ(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 DQ(e){return DJ(`<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 D0=Ml.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:DQ("#d11")},".cm-lintRange-warning":{backgroundImage:DQ("orange")},".cm-lintRange-info":{backgroundImage:DQ("#999")},".cm-lintRange-hint":{backgroundImage:DQ("#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 D1(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 D2 extends kp{constructor(e){super(),this.diagnostics=e,this.severity=D1(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(D7).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:D4.of({pos:i.from,above:!1,clip:!1,create:()=>({dom:DV(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(D6)&&e.dispatch({effects:D4.of(null)})}},window.addEventListener("mousemove",r)}let{hoverTime:i}=e.state.facet(D7),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 D5=ky({class:"cm-gutter-lint",markers:e=>e.state.field(D3),widgetMarker:(e,t,n)=>{let r=[];return e.state.field(D3).between(n.from,n.to,(e,t,i)=>{e>n.from&&e<n.to&&r.push(...i.diagnostics)}),r.length?new D2(r):null}}),D3=bh.define({create:()=>bG.empty,update(e,t){e=e.map(t.changes);let n=t.state.facet(D7).markerFilter;for(let r of t.effects)if(r.is(DN)){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 D2(n[e]).range(+e));return bG.of(r,!0)}(t.state.doc,i.slice(0))}return e}}),D4=bO.define(),D6=bh.define({create:()=>null,update:(e,t)=>(e&&t.docChanged&&(e=DL(t,e)?null:Object.assign(Object.assign({},e),{pos:t.changes.mapPos(e.pos)})),t.effects.reduce((e,t)=>t.is(D4)?t.value:e,e)),provide:e=>ke.from(e)}),D8=Ml.baseTheme({".cm-gutter-lint":{width:"1.4em","& .cm-gutterElement":{padding:".2em"}},".cm-lint-marker":{width:"1em",height:"1em"},".cm-lint-marker-info":{content:DJ('<path fill="#aaf" stroke="#77e" stroke-width="6" stroke-linejoin="round" d="M5 5L35 5L35 35L5 35Z"/>')},".cm-lint-marker-warning":{content:DJ('<path fill="#fe8" stroke="#fd7" stroke-width="6" stroke-linejoin="round" d="M20 6L37 35L3 35Z"/>')},".cm-lint-marker-error":{content:DJ('<circle cx="20" cy="20" r="15" fill="#f87" stroke="#f43" stroke-width="6"/>')}}),D9=[DF,Ml.decorations.compute([DF],e=>{let{selected:t,panel:n}=e.field(DF);return t&&n&&t.from!=t.to?w4.set([Dj.range(t.from,t.to)]):w4.none}),function(e,t={}){let n=bO.define(),r=bh.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,x5.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(ka)&&(e=[]);return e},provide:e=>kt.from(e)});return{active:r,extension:[r,SF.define(i=>new ki(i,e,r,n,t.hoverTime||300)),kr]}}(function(e,t,n){let{diagnostics:r}=e.state.field(DF),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(DG).tooltipFilter;return(i&&s&&(i=s(i,e.state)),i)?{pos:o,end:a,above:e.state.doc.lineAt(o).to<a,create:()=>({dom:DV(e,i)})}:null},{hideOn:DL}),D0],D7=ba.define({combine:e=>bj(e,{hoverTime:300,markerFilter:null,tooltipFilter:null})});var Pe=function(e){void 0===e&&(e={});var{crosshairCursor:t=!1}=e,n=[];!1!==e.closeBracketsKeymap&&(n=n.concat(Dk)),!1!==e.defaultKeymap&&(n=n.concat(_G)),!1!==e.searchKeymap&&(n=n.concat(IR)),!1!==e.historyKeymap&&(n=n.concat(A4)),!1!==e.foldKeymap&&(n=n.concat(At)),!1!==e.completionKeymap&&(n=n.concat(DD)),!1!==e.lintKeymap&&(n=n.concat(DH));var r=[];if(!1!==e.lineNumbers&&r.push(function(e={}){return[kI.of(e),kb(),kO]}()),!1!==e.highlightActiveLineGutter&&r.push(kL),!1!==e.highlightSpecialChars&&r.push(function(e={}){return[MW.of(e),MG||(MG=SF.fromClass(class{constructor(e){this.view=e,this.decorations=w4.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(e.state.facet(MW)),this.decorations=this.decorator.createDeco(e)}makeDecorator(e){return new MF({regexp:e.specialChars,decoration:(t,n,r)=>{let{doc:i}=n.state,o=xQ(t[0],0);if(9==o){let e=i.lineAt(r),t=n.state.tabSize,o=b3(e.text,t,r-e.from);return w4.replace({widget:new Mq((t-o%t)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[o]||(this.decorationCache[o]=w4.replace({widget:new MU(e,o)}))},boundary:e.replaceTabs?void 0:/[^]/})}update(e){let t=e.state.facet(MW);e.startState.facet(MW)!=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[AW,AH.of(e),Ml.domEventHandlers({beforeinput(e,t){let n="historyUndo"==e.inputType?AU:"historyRedo"==e.inputType?Aq:null;return!!n&&(e.preventDefault(),n(t))}})]}()),!1!==e.foldGutter&&r.push(function(e={}){let t=Object.assign(Object.assign({},Al),e),n=new Au(t,!0),r=new Au(t,!1),i=SF.fromClass(class{constructor(e){this.from=e.viewport.from,this.markers=this.buildMarkers(e)}update(e){(e.docChanged||e.viewportChanged||e.startState.facet(Tj)!=e.state.facet(Tj)||e.startState.field(T8,!1)!=e.state.field(T8,!1)||TO(e.startState)!=TO(e.state)||t.foldingChanged(e))&&(this.markers=this.buildMarkers(e.view))}buildMarkers(e){let t=new bU;for(let i of e.viewportLineBlocks){let o=T9(e.state,i.from,i.to)?r:T2(e.state,i.from,i.to)?n:null;o&&t.add(i.from,i.from,o)}return t.finish()}}),{domEventHandlers:o}=t;return[i,ky({class:"cm-foldGutter",markers(e){var t;return(null===(t=e.plugin(i))||void 0===t?void 0:t.markers)||bG.empty},initialSpacer:()=>new Au(t,!1),domEventHandlers:Object.assign(Object.assign({},o),{click:(e,t,n)=>{if(o.click&&o.click(e,t,n))return!0;let r=T9(e.state,t.from,t.to);if(r)return e.dispatch({effects:T4.of(r)}),!0;let i=T2(e.state,t.from,t.to);return!!i&&(e.dispatch({effects:T3.of(i)}),!0)}})}),Ai()]}()),!1!==e.drawSelection&&r.push(function(e={}){return[MI.of(e),MP,ME,ML,SP.of(!0)]}()),!1!==e.dropCursor&&r.push([MN,MB]),!1!==e.allowMultipleSelections&&r.push(bF.allowMultipleSelections.of(!0)),!1!==e.indentOnInput&&r.push(bF.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=TU(a,t.from);if(null==n)continue;let r=/^\s*/.exec(t.text)[0],i=TG(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(Ag(Av,{fallback:!0})),!1!==e.bracketMatching&&r.push(function(e={}){return[Ab.of(e),AM]}()),!1!==e.closeBrackets&&r.push([DM,Dx]),!1!==e.autocompletion&&r.push(function(e={}){return[Df,Da,IQ.of(e),Dh,DP,Dg]}()),!1!==e.rectangularSelection){let e;r.push((e=e=>e.altKey&&0==e.button,Ml.mouseSelectionStyle.of((t,n)=>{let r,i;return e(n)?(r=MJ(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=MJ(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(br.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=b4(n.text,a,e.tabSize,!0);if(r<0)o.push(br.cursor(n.to));else{let t=b4(n.text,s,e.tabSize);o.push(br.range(n.from+r,n.from+t))}}}return o}(t.state,r,a);return s.length?o?br.create(s.concat(i.ranges)):br.create(s):i}}:null):null})))}if(!1!==t&&r.push(function(e={}){let[t,n]=MQ[e.key||"Alt"],r=SF.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,Ml.contentAttributes.of(e=>{var t;return(null===(t=e.plugin(r))||void 0===t?void 0:t.isDown)?M0:null})]}()),!1!==e.highlightActiveLine&&r.push(MK),!1!==e.highlightSelectionMatches){let e;r.push(e=[Ii,Ir])}return e.tabSize&&"number"==typeof e.tabSize&&r.push(TH.of(" ".repeat(e.tabSize))),r.concat([Mm.of(n.flat())]).filter(Boolean)};let Pt="#e06c75",Pn="#abb2bf",Pr="#7d8799",Pi="#d19a66",Po="#2c313a",Pa="#282c34",Ps="#353a42",Pl="#528bff",Pu=[Ml.theme({"&":{color:Pn,backgroundColor:Pa},".cm-content":{caretColor:Pl},".cm-cursor, .cm-dropCursor":{borderLeftColor:Pl},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:Pn},".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:Pa,color:Pr,border:"none"},".cm-activeLineGutter":{backgroundColor:Po},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:Ps},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Ps,borderBottomColor:Ps},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:Po,color:Pn}}},{dark:!0}),Ag(Ad.define([{tag:TT.keyword,color:"#c678dd"},{tag:[TT.name,TT.deleted,TT.character,TT.propertyName,TT.macroName],color:Pt},{tag:[TT.function(TT.variableName),TT.labelName],color:"#61afef"},{tag:[TT.color,TT.constant(TT.name),TT.standard(TT.name)],color:Pi},{tag:[TT.definition(TT.name),TT.separator],color:Pn},{tag:[TT.typeName,TT.className,TT.number,TT.changed,TT.annotation,TT.modifier,TT.self,TT.namespace],color:"#e5c07b"},{tag:[TT.operator,TT.operatorKeyword,TT.url,TT.escape,TT.regexp,TT.link,TT.special(TT.string)],color:"#56b6c2"},{tag:[TT.meta,TT.comment],color:Pr},{tag:TT.strong,fontWeight:"bold"},{tag:TT.emphasis,fontStyle:"italic"},{tag:TT.strikethrough,textDecoration:"line-through"},{tag:TT.link,color:Pr,textDecoration:"underline"},{tag:TT.heading,fontWeight:"bold",color:Pt},{tag:[TT.atom,TT.bool,TT.special(TT.variableName)],color:Pi},{tag:[TT.processingInstruction,TT.string,TT.inserted],color:"#98c379"},{tag:TT.invalid,color:"#ffffff"}]))];var Pc=Ml.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),Pd=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(Mm.of([_U])),a&&("boolean"==typeof a?s.unshift(Pe()):s.unshift(Pe(a))),o&&s.unshift(SF.fromClass(class{constructor(e){this.view=e,this.placeholder=o?w4.set([w4.widget({widget:new MX(o),side:1}).range(0)]):w4.none}get decorations(){return this.view.state.doc.length?w4.none:this.placeholder}},{decorations:e=>e.decorations})),i){case"light":s.push(Pc);break;case"dark":s.push(Pu);break;case"none":break;default:s.push(i)}return!1===n&&s.push(Ml.editable.of(!1)),r&&s.push(bF.readOnly.of(!0)),[...s]},Ph=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)}),Pp=bI.define(),Pf=[],Pg=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],Pm=(0,g.forwardRef)((e,t)=>{var{className:n,value:r="",selection:i,extensions:o=[],onChange:a,onStatistics:s,onCreateEditor:l,onUpdate:u,autoFocus:c,theme:d="light",height:h,minHeight:p,maxHeight:m,width:v,minWidth:y,maxWidth:x,basicSetup:b,placeholder:w,indentWithTab:S,editable:C,readOnly:M,root:k,initialState:T}=e,A=(0,sU.Z)(e,Pg),_=(0,g.useRef)(null),{state:I,view:D,container:P,setContainer:O}=function(e){var{value:t,selection:n,onChange:r,onStatistics:i,onCreateEditor:o,onUpdate:a,extensions:s=Pf,autoFocus:l,theme:u="light",height:c=null,minHeight:d=null,maxHeight:h=null,width:p=null,minWidth:f=null,maxWidth:m=null,placeholder:v="",editable:y=!0,readOnly:x=!1,indentWithTab:b=!0,basicSetup:w=!0,root:S,initialState:C}=e,[M,k]=(0,g.useState)(),[T,A]=(0,g.useState)(),[_,I]=(0,g.useState)(),D=Ml.theme({"&":{height:c,minHeight:d,maxHeight:h,width:p,minWidth:f,maxWidth:m},"& .cm-scroller":{height:"100% !important"}}),P=[Ml.updateListener.of(e=>{e.docChanged&&"function"==typeof r&&!e.transactions.some(e=>e.annotation(Pp))&&r(e.state.doc.toString(),e),i&&i(Ph(e))}),D,...Pd({theme:u,editable:y,readOnly:x,placeholder:v,indentWithTab:b,basicSetup:w})];return a&&"function"==typeof a&&P.push(Ml.updateListener.of(a)),P=P.concat(s),(0,g.useLayoutEffect)(()=>{if(M&&!_){var e={doc:t,selection:n,extensions:P},r=C?bF.fromJSON(C.json,e,C.fields):bF.create(e);if(I(r),!T){var i=new Ml({state:r,parent:M,root:S});A(i),o&&o(i,r)}}return()=>{T&&(I(void 0),A(void 0))}},[M,_]),(0,g.useEffect)(()=>{e.container&&k(e.container)},[e.container]),(0,g.useEffect)(()=>()=>{T&&(T.destroy(),A(void 0))},[T]),(0,g.useEffect)(()=>{l&&T&&T.focus()},[l,T]),(0,g.useEffect)(()=>{T&&T.dispatch({effects:bO.reconfigure.of(P)})},[u,s,c,d,h,p,f,m,v,y,x,b,w,r,a]),(0,g.useEffect)(()=>{if(void 0!==t){var e=T?T.state.doc.toString():"";T&&t!==e&&T.dispatch({changes:{from:0,to:e.length,insert:t||""},annotations:[Pp.of(!0)]})}},[t,T]),{state:_,setState:I,view:T,setView:A,container:M,setContainer:k}}({root:k,value:r,autoFocus:c,theme:d,height:h,minHeight:p,maxHeight:m,width:v,minWidth:y,maxWidth:x,basicSetup:b,placeholder:w,indentWithTab:S,editable:C,readOnly:M,selection:i,onChange:a,onStatistics:s,onCreateEditor:l,onUpdate:u,extensions:o,initialState:T});(0,g.useImperativeHandle)(t,()=>({editor:_.current,state:I,view:D}),[_,P,I,D]);var E=(0,g.useCallback)(e=>{_.current=e,O(e)},[O]);if("string"!=typeof r)throw Error("value must be typeof string but got "+typeof r);var R="string"==typeof d?"cm-theme-"+d:"cm-theme";return(0,f.jsx)("div",(0,xR.Z)({ref:E,className:""+R+(n?" "+n:"")},A))});Pm.displayName="CodeMirror";class Pv{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 Pv(e,[],t,n,n,0,[],0,r?new Py(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,d=this.bufferBase+this.buffer.length-c;if(r<i.minRepeatTerm||131072&e){let e=i.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(r,l,e,d+4,!0)}if(262144&e)this.state=this.stack[s];else{let e=this.stack[s-3];this.state=i.getGoto(e,r,!0)}for(;this.stack.length>s;)this.stack.pop();this.reduceContext(r,l)}storeNode(e,t,n,r=4,i=!1){if(0==e&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let e=this,r=this.buffer.length;if(0==r&&e.parent&&(r=e.bufferBase-e.parent.bufferBase,e=e.parent),r>0&&0==e.buffer[r-4]&&e.buffer[r-1]>-1){if(t==n)return;if(e.buffer[r-2]>=t){e.buffer[r-2]=n;return}}}if(i&&this.pos!=n){let i=this.buffer.length;if(i>0&&0!=this.buffer[i-4]){let e=!1;for(let t=i;t>0&&this.buffer[t-2]>n;t-=4)if(this.buffer[t-1]>=0){e=!0;break}if(e)for(;i>0&&this.buffer[i-2]>n;)this.buffer[i]=this.buffer[i-4],this.buffer[i+1]=this.buffer[i-3],this.buffer[i+2]=this.buffer[i-2],this.buffer[i+3]=this.buffer[i-1],i-=4,r>4&&(r-=4)}this.buffer[i]=e,this.buffer[i+1]=t,this.buffer[i+2]=n,this.buffer[i+3]=r}else this.buffer.push(e,t,n,r)}shift(e,t,n,r){if(131072&e)this.pushState(65535&e,this.pos);else if((262144&e)==0){let{parser:i}=this.p;(r>this.pos||t<=i.maxNode)&&(this.pos=r,i.stateFlag(e,1)||(this.reducePos=r)),this.pushState(e,n),this.shiftContext(t,n),t<=i.maxNode&&this.buffer.push(t,n,r,4)}else this.pos=r,this.shiftContext(t,n),t<=this.p.parser.maxNode&&this.buffer.push(t,n,r,4)}apply(e,t,n,r){65536&e?this.reduce(e):this.shift(e,t,n,r)}useNode(e,t){let n=this.p.reused.length-1;(n<0||this.p.reused[n]!=e)&&(this.p.reused.push(e),n++);let r=this.pos;this.reducePos=this.pos=r+e.length,this.pushState(t,r),this.buffer.push(n,r,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,t=e.buffer.length;for(;t>0&&e.buffer[t-2]>e.reducePos;)t-=4;let n=e.buffer.slice(t),r=e.bufferBase+t;for(;e&&r==e.bufferBase;)e=e.parent;return new Pv(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 Px(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 Py(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 Py{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class Px{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 Pb{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 Pb(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 Pb(this.stack,this.pos,this.index)}}function Pw(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 PS{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}let PC=new PS;class PM{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=PC,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=PC,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 Pk{constructor(e,t){this.data=e,this.id=t}token(e,t){let{parser:n}=t.p;PT(this.data,e,t,this.id,n.data,n.tokenPrecTable)}}function PT(e,t,n,r,i,o){let a=0,s=1<<r,{dialect:l}=n.p.parser;r: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=PA(n,r,t);return i<0||PA(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 r}}break}}function PA(e,t,n){for(let r=t,i;65535!=(i=e[r]);r++)if(i==n)return r-t;return -1}Pk.prototype.contextual=Pk.prototype.fallback=Pk.prototype.extend=!1,(class{constructor(e,t,n){this.precTable=t,this.elseToken=n,this.data="string"==typeof e?Pw(e):e}token(e,t){let n=e.pos,r=0;for(;;){let n=e.next<0,i=e.resolveOffset(1,1);if(PT(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=Pk.prototype.fallback=Pk.prototype.extend=!1;let P_="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG),PI=null;function PD(e,t,n){let r=e.cursor(BW.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 PP{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?PD(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?PD(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 kW){if(o==e){if(o<this.safeFrom)return null;let e=o+i.length;if(e<=this.safeTo){let t=i.prop(kB.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 PO{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(e=>new PS)}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 PS).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 PS,{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=PN(a,s+2);else{0==r&&2==a[s+1]&&(r=this.putAction(PN(a,s+2),t,n,r));break}}a[s]==t&&(r=this.putAction(PN(a,s+1),t,n,r))}return r}}class PE{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 PM(t,r),this.tokens=new PO(e,this.stream),this.topTerm=e.top[1];let{from:i}=r[0];this.stacks=[Pv.start(this,e.top[0],i)],this.fragments=n.length&&this.stream.end-i>4*e.bufferLength?new PP(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 P_&&console.log("Finish with "+this.stackID(t)),this.stackToTree(t);if(this.parser.strict)throw P_&&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 P_&&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){o: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 o}}}}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=P_?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(kB.contextHash)||0)==n))return e.useNode(a,r),P_&&console.log(o+this.stackID(e)+` (via reuse of ${i.getName(a.type.id)})`),!0;if(!(a instanceof kW)||0==a.children.length||a.positions[0]>0)break;let s=a.children[0];if(s instanceof kW&&0==a.positions[0])a=s;else break}}let a=i.stateSlot(e.state,4);if(a>0)return e.reduce(a),P_&&console.log(o+this.stackID(e)+` (via always-reduce ${i.getName(65535&a)})`),!0;if(e.stack.length>=8400)for(;e.stack.length>6e3&&e.forceReduce(););let s=this.tokens.getActions(e);for(let a=0;a<s.length;){let l=s[a++],u=s[a++],c=s[a++],d=a==s.length||!n,h=d?e:e.split(),p=this.tokens.mainToken;if(h.apply(l,u,p?p.start:h.pos,c),P_&&console.log(o+this.stackID(h)+` (via ${(65536&l)==0?"shift":`reduce of ${i.getName(65535&l)}`} for ${i.getName(u)} @ ${r}${h==e?"":", split"})`),d)return!0;h.pos>r?t.push(h):n.push(h)}return!1}advanceFully(e,t){let n=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>n)return PR(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=P_?this.stackID(a)+" -> ":"";if(a.deadEnd&&(i||(i=!0,a.restart(),P_&&console.log(u+this.stackID(a)+" (restarted)"),this.advanceFully(a,n))))continue;let c=a.split(),d=u;for(let e=0;c.forceReduce()&&e<10&&(P_&&console.log(d+this.stackID(c)+" (via force-reduce)"),!this.advanceFully(c,n));e++)P_&&(d=this.stackID(c)+" -> ");for(let e of a.recoverByInsert(s))P_&&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),P_&&console.log(u+this.stackID(a)+` (via recover-delete ${this.parser.getName(s)})`),PR(a,n)):(!r||r.score<a.score)&&(r=a)}return r}stackToTree(e){return e.close(),kW.build({buffer:Pb.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=(PI||(PI=new WeakMap)).get(e);return t||PI.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function PR(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 PL{constructor(e,t,n){this.source=e,this.flags=t,this.disabled=n}allows(e){return!this.disabled||0==this.disabled[e]}}class PZ extends Te{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=kB[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 kV(t.map((t,i)=>kj.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=Pw(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(PB),this.states=Pw(e.states,Uint32Array),this.data=Pw(e.stateData),this.goto=Pw(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(e=>"number"==typeof e?new Pk(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 PE(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=PN(n,i+2)];else if(2==n[i+1])return PN(n,i+2);else break}if(o==t||0==o)return PN(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=PN(this.data,n+2);else break}r=t(PN(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=PN(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(PZ.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]=PB(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 PL(e,n,r)}static deserialize(e){return new PZ(e)}}function PN(e,t){return e[t]|e[t+1]<<16}function PB(e){if(e.external){let t=+!!e.extend;return(n,r)=>e.external(n,r)<<1|t}return e.get}let Pz=Ta({String:TT.string,Number:TT.number,"True False":TT.bool,PropertyName:TT.propertyName,Null:TT.null,", :":TT.separator,"[ ]":TT.squareBracket,"{ }":TT.brace}),PF=PZ.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:[Pz],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}),Pj=()=>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[]},PV=TP.define({name:"json",parser:PF.configure({props:[TY.add({Object:TQ({except:/^\s*\}/}),Array:TQ({except:/^\s*\]/})}),T1.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 P$(e){let t=(0,s8.Z)(),n="dark"===t.palette.mode,[r,i]=(0,g.useState)(()=>JSON.stringify(e.value,null,2)),[o,a]=(0,g.useState)(r);return(0,g.useEffect)(()=>{i(JSON.stringify(e.value,null,2))},[e.value]),(0,f.jsx)(Pm,{...e,style:{border:`1px solid ${t.palette.divider}`},theme:n?"dark":"light",extensions:[new TV(PV),function(e,t={}){return[DG.of({source:e,config:t}),DW,D9]}(Pj()),function(e={}){return[D7.of(e),D3,D5,D8,D6]}()],value:r,onChange:e=>{i(e)},onBlur:()=>{o!==r&&void 0!==e.onChange&&(e.onChange(r),a(r))},placeholder:e.placeholder})}var PH=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.hasSymbolVisual=!0,n}return(0,e5.ZT)(t,e),t.prototype.getInitialData=function(e){return(0,e4.Z)(null,this,{useEncodeDefaulter:!0})},t.prototype.getLegendIcon=function(e){var t=new te.Z,n=(0,n7.th)("line",0,e.itemHeight/2,e.itemWidth,0,e.lineStyle.stroke,!1);t.add(n),n.setStyle(e.lineStyle);var r=this.getData().getVisual("symbol"),i=this.getData().getVisual("symbolRotate"),o="none"===r?"circle":r,a=.8*e.itemHeight,s=(0,n7.th)(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}(e3.Z);function PW(e,t,n){var r,i,o,a,s=e.getBaseAxis(),l=e.getOtherAxis(s),u=(r=l,i=n,o=0,a=r.scale.getExtent(),"start"===i?o=a[0]:"end"===i?o=a[1]:(0,eJ.hj)(i)&&!isNaN(i)?o=i:a[0]>0?o=a[0]:a[1]<0&&(o=a[1]),o),c=s.dim,d=l.dim,h=t.mapDimension(d),p=t.mapDimension(c),f=+("x"===d||"radius"===d),g=(0,eJ.UI)(e.dimensions,function(e){return t.mapDimension(e)}),m=!1,v=t.getCalculationInfo("stackResultDimension");return(0,nC.M)(t,g[0])&&(m=!0,g[0]=v),(0,nC.M)(t,g[1])&&(m=!0,g[1]=v),{dataDimsForPoint:g,valueStart:u,valueAxisDim:d,baseAxisDim:c,stacked:!!m,valueDim:h,baseDim:p,baseDataOffset:f,stackedOverDimension:t.getCalculationInfo("stackedOverDimension")}}function PG(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 PU=n(4235),Pq=n(9101),PY=Math.min,PK=Math.max;function PX(e,t){return isNaN(e)||isNaN(t)}function PJ(e,t,n,r,i,o,a,s,l){for(var u,c,d,h,p,f,g=n,m=0;m<r;m++){var v=t[2*g],y=t[2*g+1];if(g>=i||g<0)break;if(PX(v,y)){if(l){g+=o;continue}break}if(g===n)e[o>0?"moveTo":"lineTo"](v,y),d=v,h=y;else{var x=v-u,b=y-c;if(x*x+b*b<.5){g+=o;continue}if(a>0){for(var w=g+o,S=t[2*w],C=t[2*w+1];S===v&&C===y&&m<r;)m++,w+=o,g+=o,S=t[2*w],C=t[2*w+1],v=t[2*g],y=t[2*g+1],x=v-u,b=y-c;var M=m+1;if(l)for(;PX(S,C)&&M<r;)M++,w+=o,S=t[2*w],C=t[2*w+1];var k=.5,T=0,A=0,_=void 0,I=void 0;if(M>=r||PX(S,C))p=v,f=y;else{T=S-u,A=C-c;var D=v-u,P=S-v,O=y-c,E=C-y,R=void 0,L=void 0;if("x"===s){R=Math.abs(D),L=Math.abs(P);var Z=T>0?1:-1;p=v-Z*R*a,f=y,_=v+Z*L*a,I=y}else if("y"===s){R=Math.abs(O),L=Math.abs(E);var N=A>0?1:-1;p=v,f=y-N*R*a,_=v,I=y+N*L*a}else R=Math.sqrt(D*D+O*O),p=v-T*a*(1-(k=(L=Math.sqrt(P*P+E*E))/(L+R))),f=y-A*a*(1-k),_=v+T*a*k,I=y+A*a*k,_=PY(_,PK(S,v)),I=PY(I,PK(C,y)),_=PK(_,PY(S,v)),I=PK(I,PY(C,y)),T=_-v,A=I-y,p=v-T*R/L,f=y-A*R/L,p=PY(p,PK(u,v)),f=PY(f,PK(c,y)),p=PK(p,PY(u,v)),f=PK(f,PY(c,y)),T=v-p,A=y-f,_=v+T*L/R,I=y+A*L/R}e.bezierCurveTo(d,h,p,f,v,y),d=_,h=I}else e.lineTo(v,y)}u=v,c=y,g+=o}return m}var PQ=function(){this.smooth=0,this.smoothConstraint=!0},P0=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polyline",n}return(0,e5.ZT)(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new PQ},t.prototype.buildPath=function(e,t){var n=t.points,r=0,i=n.length/2;if(t.connectNulls){for(;i>0&&PX(n[2*i-2],n[2*i-1]);i--);for(;r<i&&PX(n[2*r],n[2*r+1]);r++);}for(;r<i;)r+=PJ(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=xk.Z.CMD,a="x"===t,s=[],l=0;l<i.length;){var u=i[l++],c=void 0,d=void 0,h=void 0,p=void 0,f=void 0,g=void 0,m=void 0;switch(u){case o.M:n=i[l++],r=i[l++];break;case o.L:if(c=i[l++],d=i[l++],(m=a?(e-n)/(c-n):(e-r)/(d-r))<=1&&m>=0){var v=a?(d-r)*m+r:(c-n)*m+n;return a?[e,v]:[v,e]}n=c,r=d;break;case o.C:c=i[l++],d=i[l++],h=i[l++],p=i[l++],f=i[l++],g=i[l++];var y=a?(0,Pq.kD)(n,c,h,f,e,s):(0,Pq.kD)(r,d,p,g,e,s);if(y>0)for(var x=0;x<y;x++){var b=s[x];if(b<=1&&b>=0){var v=a?(0,Pq.af)(r,d,p,g,b):(0,Pq.af)(n,c,h,f,b);return a?[e,v]:[v,e]}}n=f,r=g}}},t}(e7.ZP),P1=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t}(PQ),P2=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-polygon",n}return(0,e5.ZT)(t,e),t.prototype.getDefaultShape=function(){return new P1},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&&PX(n[2*o-2],n[2*o-1]);o--);for(;i<o&&PX(n[2*i],n[2*i+1]);i++);}for(;i<o;){var s=PJ(e,n,i,o,o,1,t.smooth,a,t.connectNulls);PJ(e,r,i+s-1,s,o,-1,t.stackedOnSmooth,a,t.connectNulls),i+=s+1,e.closePath()}},t}(e7.ZP);function P5(e,t){if(e.length===t.length){for(var n=0;n<e.length;n++)if(e[n]!==t[n])return;return!0}}function P3(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 P4(e,t){var n=P3(e),r=n[0],i=n[1],o=P3(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 P6(e){return eJ.hj(e)?e:.5*!!e}function P8(e,t,n,r){var i=t.getBaseAxis(),o=+("x"!==i.dim&&"radius"!==i.dim),a=[],s=0,l=[],u=[],c=[],d=[];if(r){for(s=0;s<e.length;s+=2)isNaN(e[s])||isNaN(e[s+1])||d.push(e[s],e[s+1]);e=d}for(s=0;s<e.length-2;s+=2)switch(c[0]=e[s+2],c[1]=e[s+3],u[0]=e[s],u[1]=e[s+1],a.push(u[0],u[1]),n){case"end":l[o]=c[o],l[1-o]=u[1-o],a.push(l[0],l[1]);break;case"middle":var h=(u[o]+c[o])/2,p=[];l[o]=p[o]=h,l[1-o]=u[1-o],p[1-o]=c[1-o],a.push(l[0],l[1]),a.push(p[0],p[1]);break;default:l[o]=u[o],l[1-o]=c[1-o],a.push(l[0],l[1])}return a.push(e[s++],e[s++]),a}function P9(e,t){return[e[2*t],e[2*t+1]]}function P7(e){if(e.get(["endLabel","show"]))return!0;for(var t=0;t<ta.L1.length;t++)if(e.get([ta.L1[t],"endLabel","show"]))return!0;return!1}function Oe(e,t,n,r){if(!tp(t,"cartesian2d"))return(0,tu.X0)(t,n,r);var i=r.getModel("endLabel"),o=i.get("valueAnimation"),a=r.getData(),s={lastFrameIndex:0},l=P7(r)?function(n,r){e._endLabelOnDuring(n,r,a,s,o,i,t)}:null,u=t.getBaseAxis().isHorizontal(),c=(0,tu.ID)(t,n,r,function(){var t=e._endLabel;t&&n&&null!=s.originalX&&t.attr({x:s.originalX,y:s.originalY})},l);if(!r.get("clip",!0)){var d=c.shape,h=Math.max(d.width,d.height);u?(d.y-=h,d.height+=2*h):(d.x-=h,d.width+=2*h)}return l&&l(1,c),c}var Ot=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.init=function(){var e=new te.Z,t=new i4;this.group.add(t.group),this._symbolDraw=t,this._lineGroup=e},t.prototype.render=function(e,t,n){var r,i=this,o=e.coordinateSystem,a=this.group,s=e.getData(),l=e.getModel("lineStyle"),u=e.getModel("areaStyle"),c=s.getLayout("points")||[],d="polar"===o.type,h=this._coordSys,p=this._symbolDraw,f=this._polyline,g=this._polygon,m=this._lineGroup,v=!t.ssr&&e.get("animation"),y=!u.isEmpty(),x=u.get("origin"),b=PW(o,s,x),w=y&&function(e,t,n){if(!n.valueDim)return[];for(var r=t.count(),i=(0,oe.o)(2*r),o=0;o<r;o++){var a=PG(n,e,t,o);i[2*o]=a[0],i[2*o+1]=a[1]}return i}(o,s,b),S=e.get("showSymbol"),C=e.get("connectNulls"),M=S&&!d&&function(e,t,n){var r=e.get("showAllSymbol"),i="auto"===r;if(!r||i){var o=n.getAxesByScale("ordinal")[0];if(!(!o||i&&function(e,t){var n=e.getExtent(),r=Math.abs(n[1]-n[0])/e.scale.count();isNaN(r)&&(r=0);for(var i=t.count(),o=Math.max(1,Math.round(i/5)),a=0;a<i;a+=o)if(1.5*i0.getSymbolSize(t,a)[+!!e.isHorizontal()]>r)return!1;return!0}(o,t))){var a=t.mapDimension(o.dim),s={};return eJ.S6(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 T=!d&&e.get("step");o&&o.getArea&&e.get("clip",!0)&&(null!=(r=o.getArea()).width?(r.x-=.1,r.y-=.1,r.width+=.2,r.height+=.2):r.r0&&(r.r0-=.5,r.r+=.5)),this._clipShapeForSymbol=r;var A=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=eJ.UI(i.stops,function(e){return{coord:l.toGlobalCoord(l.dataToCoord(e.value)),color:e.color}}),c=u.length,d=i.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),d.reverse());var h=function(e,t){var n,r,i=[],o=e.length;function a(e,t,n){var r=e.coord,i=(n-r)/(t.coord-r);return{coord:n,color:(0,oK.t7)(i,[e.color,t.color])}}for(var s=0;s<o;s++){var l=e[s],u=l.coord;if(u<0)n=l;else if(u>t){r?i.push(a(r,l,t)):n&&i.push(a(n,l,0),a(n,l,t));break}else n&&(i.push(a(n,l,0)),n=null),i.push(l),r=l}return i}(u,"x"===r?n.getWidth():n.getHeight()),p=h.length;if(!p&&c)return u[0].coord<0?d[1]?d[1]:u[c-1].color:d[0]?d[0]:u[0].color;var f=h[0].coord-10,g=h[p-1].coord+10,m=g-f;if(m<.001)return"transparent";eJ.S6(h,function(e){e.offset=(e.coord-f)/m}),h.push({offset:p?h[p-1].offset:.5,color:d[1]||"transparent"}),h.unshift({offset:p?h[0].offset:.5,color:d[0]||"transparent"});var v=new PU.Z(0,0,0,0,h,!0);return v[r]=f,v[r+"2"]=g,v}}}(s,o,n)||s.getVisual("style")[s.getVisual("drawType")];if(f&&h.type===o.type&&T===this._step){y&&!g?g=this._newPolygon(c,w):g&&!y&&(m.remove(g),g=this._polygon=null),d||this._initOrUpdateEndLabel(e,o,(0,ni.Lz)(A));var _=m.getClipPath();if(_){var I=Oe(this,o,!1,e);tn.KZ(_,{shape:I.shape},e)}else m.setClipPath(Oe(this,o,!0,e));S&&p.updateData(s,{isIgnore:M,clipShape:r,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),P5(this._stackedOnPoints,w)&&P5(this._points,c)||(v?this._doUpdateAnimation(s,w,o,n,T,x,C):(T&&(c=P8(c,o,T,C),w&&(w=P8(w,o,T,C))),f.setShape({points:c}),g&&g.setShape({points:c,stackedOnPoints:w})))}else S&&p.updateData(s,{isIgnore:M,clipShape:r,disableAnimation:!0,getSymbolPoint:function(e){return[c[2*e],c[2*e+1]]}}),v&&this._initSymbolLabelAnimation(s,o,r),T&&(c=P8(c,o,T,C),w&&(w=P8(w,o,T,C))),f=this._newPolyline(c),y?g=this._newPolygon(c,w):g&&(m.remove(g),g=this._polygon=null),d||this._initOrUpdateEndLabel(e,o,(0,ni.Lz)(A)),m.setClipPath(Oe(this,o,!0,e));var D=e.getModel("emphasis"),P=D.get("focus"),O=D.get("blurScope"),E=D.get("disabled");f.useStyle(eJ.ce(l.getLineStyle(),{fill:"none",stroke:A,lineJoin:"bevel"})),(0,ta.WO)(f,e,"lineStyle"),f.style.lineWidth>0&&"bolder"===e.get(["emphasis","lineStyle","width"])&&(f.getState("emphasis").style.lineWidth=+f.style.lineWidth+1),(0,to.A)(f).seriesIndex=e.seriesIndex,(0,ta.k5)(f,P,O,E);var R=P6(e.get("smooth")),L=e.get("smoothMonotone");if(f.setShape({smooth:R,smoothMonotone:L,connectNulls:C}),g){var Z=s.getCalculationInfo("stackedOnSeries"),N=0;g.useStyle(eJ.ce(u.getAreaStyle(),{fill:A,opacity:.7,lineJoin:"bevel",decal:s.getVisual("style").decal})),Z&&(N=P6(Z.get("smooth"))),g.setShape({smooth:R,stackedOnSmooth:N,smoothMonotone:L,connectNulls:C}),(0,ta.WO)(g,e,"areaStyle"),(0,to.A)(g).seriesIndex=e.seriesIndex,(0,ta.k5)(g,P,O,E)}var B=function(e){i._changePolyState(e)};s.eachItemGraphicEl(function(e){e&&(e.onHoverStateChange=B)}),this._polyline.onHoverStateChange=B,this._data=s,this._coordSys=o,this._stackedOnPoints=w,this._points=c,this._step=T,this._valueOrigin=x,e.get("triggerLineEvent")&&(this.packEventData(e,f),g&&this.packEventData(e,g))},t.prototype.packEventData=function(e,t){(0,to.A)(t).eventData={componentType:"series",componentSubType:"line",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"line"}},t.prototype.highlight=function(e,t,n,r){var i=e.getData(),o=tV.gO(i,r);if(this._changePolyState("emphasis"),o instanceof Array||null==o||!(o>=0))th.Z.prototype.highlight.call(this,e,t,n,r);else{var a=i.getLayout("points"),s=i.getItemGraphicEl(o);if(!s){var l=a[2*o],u=a[2*o+1];if(isNaN(l)||isNaN(u)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=e.get("zlevel")||0,d=e.get("z")||0;(s=new i0(i,o)).x=l,s.y=u,s.setZ(c,d);var h=s.getSymbolPath().getTextContent();h&&(h.zlevel=c,h.z=d,h.z2=this._polyline.z2+1),s.__temp=!0,i.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}},t.prototype.downplay=function(e,t,n,r){var i=e.getData(),o=tV.gO(i,r);if(this._changePolyState("normal"),null!=o&&o>=0){var a=i.getItemGraphicEl(o);a&&(a.__temp?(i.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else th.Z.prototype.downplay.call(this,e,t,n,r)},t.prototype._changePolyState=function(e){var t=this._polygon;(0,ta.Gl)(this._polyline,e),t&&(0,ta.Gl)(t,e)},t.prototype._newPolyline=function(e){var t=this._polyline;return t&&this._lineGroup.remove(t),t=new P0({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 P2({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");eJ.mf(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=eJ.mf(u)?u(null):u;e.eachItemGraphicEl(function(e,o){if(e){var s=[e.x,e.y],d=void 0,h=void 0,p=void 0;if(n){if(i){var f=t.pointToCoord(s);r?(d=n.startAngle,h=n.endAngle,p=-f[1]/180*Math.PI):(d=n.r0,h=n.r,p=f[0])}else r?(d=n.x,h=n.x+n.width,p=e.x):(d=n.y+n.height,h=n.y,p=e.y)}var g=h===d?0:(p-d)/(h-d);a&&(g=1-g);var m=eJ.mf(u)?u(o):l*g+c,v=e.getSymbolPath(),y=v.getTextContent();e.attr({scaleX:0,scaleY:0}),e.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:m}),y&&y.animateFrom({style:{opacity:0}},{duration:300,delay:m}),v.disableLabelAnimation=!0}})},t.prototype._initOrUpdateEndLabel=function(e,t,n){var r=e.getModel("endLabel");if(P7(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 n8.ZP({z2:200})).ignoreClip=!0,l.setTextContent(this._endLabel),l.disableLabelAnimation=!0);var d=function(e){for(var t,n,r=e.length/2;r>0&&(t=e[2*r-2],n=e[2*r-1],isNaN(t)||isNaN(n));r--);return r-1}(u);d>=0&&((0,ts.ni)(l,(0,ts.k3)(e,"endLabel"),{inheritColor:n,labelFetcher:e,labelDataIndex:d,defaultText:function(e,t,n){return null!=n?(0,tf.O)(s,n):(0,tf.H)(s,e)},enableTextSetter:!0},(o=(i=t.getBaseAxis()).isHorizontal(),a=i.inverse,{normal:{align:r.get("align")||(o?a?"right":"left":"center"),verticalAlign:r.get("verticalAlign")||(o?"middle":a?"top":"bottom")}})),l.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},t.prototype._endLabelOnDuring=function(e,t,n,r,i,o,a){var s=this._endLabel,l=this._polyline;if(s){e<1&&null==r.originalX&&(r.originalX=s.x,r.originalY=s.y);var u=n.getLayout("points"),c=n.hostModel,d=c.get("connectNulls"),h=o.get("precision"),p=o.get("distance")||0,f=a.getBaseAxis(),g=f.isHorizontal(),m=f.inverse,v=t.shape,y=m?g?v.x:v.y+v.height:g?v.x+v.width:v.y,x=(g?p:0)*(m?-1:1),b=(g?0:-p)*(m?-1:1),w=g?"x":"y",S=function(e,t,n){for(var r,i,o=e.length/2,a=+("x"!==n),s=0,l=-1,u=0;u<o;u++)if(!(isNaN(i=e[2*u+a])||isNaN(e[2*u+1-a]))){if(0===u){r=i;continue}if(r<=t&&i>=t||r>=t&&i<=t){l=u;break}s=u,r=i}return{range:[s,l],t:(t-r)/(i-r)}}(u,y,w),C=S.range,M=C[1]-C[0],k=void 0;if(M>=1){if(M>1&&!d){var T=P9(u,C[0]);s.attr({x:T[0]+x,y:T[1]+b}),i&&(k=c.getRawValue(C[0]))}else{var T=l.getPointOn(y,w);T&&s.attr({x:T[0]+x,y:T[1]+b});var A=c.getRawValue(C[0]),_=c.getRawValue(C[1]);i&&(k=tV.pk(n,h,A,_,S.t))}r.lastFrameIndex=C[0]}else{var I=1===e||r.lastFrameIndex>0?C[0]:0,T=P9(u,I);i&&(k=c.getRawValue(I)),s.attr({x:T[0]+x,y:T[1]+b})}if(i){var D=(0,ts.qA)(s);"function"==typeof D.setLabelText&&D.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=[],d=[],h=[],p=[],f=[],g=[],m=[],v=PW(i,t,a),y=e.getLayout("points")||[],x=t.getLayout("points")||[],b=0;b<u.length;b++){var w=u[b],S=!0,C=void 0,M=void 0;switch(w.cmd){case"=":C=2*w.idx,M=2*w.idx1;var k=y[C],T=y[C+1],A=x[M],_=x[M+1];(isNaN(k)||isNaN(T))&&(k=A,T=_),c.push(k,T),d.push(A,_),h.push(n[C],n[C+1]),p.push(r[M],r[M+1]),m.push(t.getRawIndex(w.idx1));break;case"+":var I=w.idx,D=v.dataDimsForPoint,P=i.dataToPoint([t.get(D[0],I),t.get(D[1],I)]);M=2*I,c.push(P[0],P[1]),d.push(x[M],x[M+1]);var O=PG(v,i,t,I);h.push(O[0],O[1]),p.push(r[M],r[M+1]),m.push(t.getRawIndex(I));break;case"-":S=!1}S&&(f.push(w),g.push(g.length))}g.sort(function(e,t){return m[e]-m[t]});for(var E=c.length,R=(0,oe.o)(E),L=(0,oe.o)(E),Z=(0,oe.o)(E),N=(0,oe.o)(E),B=[],b=0;b<g.length;b++){var z=g[b],F=2*b,j=2*z;R[F]=c[j],R[F+1]=c[j+1],L[F]=d[j],L[F+1]=d[j+1],Z[F]=h[j],Z[F+1]=h[j+1],N[F]=p[j],N[F+1]=p[j+1],B[b]=f[z]}return{current:R,next:L,stackedOnCurrent:Z,stackedOnNext:N,status:B}}(this._data,e,this._stackedOnPoints,t,this._coordSys,0,this._valueOrigin,0),d=c.current,h=c.stackedOnCurrent,p=c.next,f=c.stackedOnNext;if(i&&(d=P8(c.current,n,i,a),h=P8(c.stackedOnCurrent,n,i,a),p=P8(c.next,n,i,a),f=P8(c.stackedOnNext,n,i,a)),P4(d,p)>3e3||l&&P4(h,f)>3e3){s.stopAnimation(),s.setShape({points:p}),l&&(l.stopAnimation(),l.setShape({points:p,stackedOnPoints:f}));return}s.shape.__points=c.current,s.shape.points=d;var g={shape:{points:p}};c.current!==d&&(g.shape.__points=c.next),s.stopAnimation(),tn.D(s,g,u),l&&(l.setShape({points:d,stackedOnPoints:h}),l.stopAnimation(),tn.D(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var m=[],v=c.status,y=0;y<v.length;y++)if("="===v[y].cmd){var x=e.getItemGraphicEl(v[y].idx1);x&&m.push({el:x,ptIdx:y})}s.animators&&s.animators.length&&s.animators[0].during(function(){l&&l.dirtyShape();for(var e=s.shape.__points,t=0;t<m.length;t++){var n=m[t].el,r=2*m[t].ptIdx;n.x=e[r],n.y=e[r+1],n.markRedraw()}})},t.prototype.remove=function(e){var t=this.group,n=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),n&&n.eachItemGraphicEl(function(e,r){e.__temp&&(t.remove(e),n.setItemGraphicEl(r,null))}),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._endLabel=this._data=null},t.type="line",t}(th.Z);function On(e){e.registerChartView(Ot),e.registerSeriesModel(PH),e.registerLayout(ot("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,e2("line"))}function Or(e,t){if(!e)return!1;for(var n=(0,eJ.kJ)(e)?e:[e],r=0;r<n.length;r++)if(n[r]&&n[r][t])return!0;return!1}function Oi(e){(0,tV.Cc)(e,"label",["show"])}var Oo=(0,tV.Yf)(),Oa=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.createdBySelf=!1,n}return(0,e5.ZT)(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n),this._mergeOption(e,n,!1,!0)},t.prototype.isAnimationEnabled=function(){if(rz.Z.node)return!1;var e=this.__hostSeries;return this.getShallow("animation")&&e&&e.isAnimationEnabled()},t.prototype.mergeOption=function(e,t){this._mergeOption(e,t,!1,!1)},t.prototype._mergeOption=function(e,t,n,r){var i=this.mainType;n||t.eachSeries(function(e){var n=e.get(this.mainType,!0),o=Oo(e)[i];if(!n||!n.data){Oo(e)[i]=null;return}o?o._mergeOption(n,t,!0):(r&&Oi(n),eJ.S6(n.data,function(e){e instanceof Array?(Oi(e[0]),Oi(e[1])):Oi(e)}),o=this.createMarkerModelFromSeries(n,this,t),eJ.l7(o,{mainType:this.mainType,seriesIndex:e.seriesIndex,name:e.name,createdBySelf:!0}),o.__hostSeries=e),Oo(e)[i]=o},this)},t.prototype.formatTooltip=function(e,t,n){var r=this.getData(),i=this.getRawValue(e),o=r.getName(e);return(0,iu.TX)("section",{header:this.name,blocks:[(0,iu.TX)("nameValue",{name:o,value:i,noName:!o,noValue:null==i})]})},t.prototype.getData=function(){return this._data},t.prototype.setData=function(e){this._data=e},t.getMarkerModelFromSeries=function(e,t){return Oo(e)[t]},t.type="marker",t.dependencies=["series","grid","polar","geo"],t}(tz.Z);eJ.jB(Oa,iS.X.prototype);var Os=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.createMarkerModelFromSeries=function(e,n,r){return new t(e,n,r)},t.type="markArea",t.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},t}(Oa),Ol=n(4503);function Ou(e){return!(isNaN(parseFloat(e.x))&&isNaN(parseFloat(e.y)))}function Oc(e,t,n,r,i,o){var a=[],s=(0,nC.M)(t,r)?t.getCalculationInfo("stackResultDimension"):r,l=Om(t,s,e),u=t.indicesOfNearest(s,l)[0];a[i]=t.get(n,u),a[o]=t.get(s,u);var c=t.get(r,u),d=t4.p8(t.get(r,u));return(d=Math.min(d,20))>=0&&(a[o]=+a[o].toFixed(d)),[a,c]}var Od={min:(0,eJ.WA)(Oc,"min"),max:(0,eJ.WA)(Oc,"max"),average:(0,eJ.WA)(Oc,"average"),median:(0,eJ.WA)(Oc,"median")};function Oh(e,t){if(t){var n,r=e.getData(),i=e.coordinateSystem,o=i&&i.dimensions;if(!(!isNaN(parseFloat((n=t).x))&&!isNaN(parseFloat(n.y)))&&!(0,eJ.kJ)(t.coord)&&(0,eJ.kJ)(o)){var a=Op(t,r,i,e);if((t=(0,eJ.d9)(t)).type&&Od[t.type]&&a.baseAxis&&a.valueAxis){var s=(0,eJ.cq)(o,a.baseAxis.dim),l=(0,eJ.cq)(o,a.valueAxis.dim),u=Od[t.type](r,a.baseDataDim,a.valueDataDim,s,l);t.coord=u[0],t.value=u[1]}else t.coord=[null!=t.xAxis?t.xAxis:t.radiusAxis,null!=t.yAxis?t.yAxis:t.angleAxis]}if(null!=t.coord&&(0,eJ.kJ)(o))for(var c=t.coord,d=0;d<2;d++)Od[c[d]]&&(c[d]=Om(r,r.mapDimension(o[d]),c[d]));else t.coord=[];return t}}function Op(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 Of(e,t){return!e||!e.containData||!t.coord||!!Ou(t)||e.containData(t.coord)}function Og(e,t){return e?function(e,n,r,i){var o=i<2?e.coord&&e.coord[i]:e.value;return(0,Ol.yQ)(o,t[i])}:function(e,n,r,i){return(0,Ol.yQ)(e.value,t[i])}}function Om(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 Ov=(0,tV.Yf)(),Oy=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.init=function(){this.markerGroupMap=(0,eJ.kW)()},t.prototype.render=function(e,t,n){var r=this,i=this.markerGroupMap;i.each(function(e){Ov(e).keep=!1}),t.eachSeries(function(e){var i=Oa.getMarkerModelFromSeries(e,r.type);i&&r.renderSeries(e,i,t,n)}),i.each(function(e){Ov(e).keep||r.group.remove(e.group)})},t.prototype.markKeep=function(e){Ov(e).keep=!0},t.prototype.toggleBlurSeries=function(e,t){var n=this;(0,eJ.S6)(e,function(e){var r=Oa.getMarkerModelFromSeries(e,n.type);r&&r.getData().eachItemGraphicEl(function(e){e&&(t?(0,ta.SX)(e):(0,ta.VP)(e))})})},t.type="marker",t}(tB.Z),Ox=n(3928),Ob=(0,tV.Yf)(),Ow=function(e,t,n,r){var i=r[0],o=r[1];if(i&&o){var a=Oh(e,i),s=Oh(e,o),l=a.coord,u=s.coord;l[0]=(0,eJ.Jv)(l[0],-1/0),l[1]=(0,eJ.Jv)(l[1],-1/0),u[0]=(0,eJ.Jv)(u[0],1/0),u[1]=(0,eJ.Jv)(u[1],1/0);var c=(0,eJ.Jn)([{},a,s]);return c.coord=[a.coord,s.coord],c.x0=a.x,c.y0=a.y,c.x1=s.x,c.y1=s.y,c}};function OS(e){return!isNaN(e)&&!isFinite(e)}function OC(e,t,n,r){var i=1-e;return OS(t[i])&&OS(n[i])}function OM(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(tp(e,"cartesian2d"))return!!(n&&r&&(OC(1,n,r,e)||OC(0,n,r,e)))||!e||!e.containZone||!i.coord||!o.coord||!!Ou(i)||!!Ou(o)||e.containZone(i.coord,o.coord);return Of(e,i)||Of(e,o)}function Ok(e,t,n,r,i){var o,a=r.coordinateSystem,s=e.getItemModel(t),l=t4.GM(s.get(n[0]),i.getWidth()),u=t4.GM(s.get(n[1]),i.getHeight());if(isNaN(l)||isNaN(u)){if(r.getMarkerPosition){var c=e.getValues(["x0","y0"],t),d=e.getValues(["x1","y1"],t),h=a.clampData(c),p=a.clampData(d),f=[];"x0"===n[0]?f[0]=h[0]>p[0]?d[0]:c[0]:f[0]=h[0]>p[0]?c[0]:d[0],"y0"===n[1]?f[1]=h[1]>p[1]?d[1]:c[1]:f[1]=h[1]>p[1]?c[1]:d[1],o=r.getMarkerPosition(f,n,!0)}else{var g=e.get(n[0],t),m=e.get(n[1],t),v=[g,m];a.clampData&&a.clampData(v,v),o=a.dataToPoint(v,!0)}if(tp(a,"cartesian2d")){var y=a.getAxis("x"),x=a.getAxis("y"),g=e.get(n[0],t),m=e.get(n[1],t);OS(g)?o[0]=y.toGlobalCoord(y.getExtent()[+("x0"!==n[0])]):OS(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 OT=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],OA=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Oa.getMarkerModelFromSeries(e,"markArea");if(t){var r=t.getData();r.each(function(t){var i=(0,eJ.UI)(OT,function(i){return Ok(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 te.Z});this.group.add(l.group),this.markKeep(l);var u=function(e,t,n){if(e){var r,i,o=(0,eJ.UI)(e&&e.dimensions,function(e){var n=t.getData(),r=n.getDimensionInfo(n.mapDimension(e))||{};return(0,eJ.l7)((0,eJ.l7)({},r),{name:e,ordinalMeta:null})});i=(0,eJ.UI)(["x0","y0","x1","y1"],function(e,t){return{name:e,type:o[t%2].type}}),r=new xI.Z(i,n)}else i=[{name:"value",type:"float"}],r=new xI.Z(i,n);var a=(0,eJ.UI)(n.get("data"),(0,eJ.WA)(Ow,t,e,n));e&&(a=(0,eJ.hX)(a,(0,eJ.WA)(OM,e)));var s=e?function(e,t,n,r){var o=e.coord[Math.floor(r/2)][r%2];return(0,Ol.yQ)(o,i[r])}:function(e,t,n,r){return(0,Ol.yQ)(e.value,i[r])};return r.initData(a,null,s),r.hasItemOption=!0,r}(i,e,t);t.setData(u),u.each(function(t){var n=(0,eJ.UI)(OT,function(n){return Ok(u,t,n,e,r)}),o=i.getAxis("x").scale,s=i.getAxis("y").scale,l=o.getExtent(),c=s.getExtent(),d=[o.parse(u.get("x0",t)),o.parse(u.get("x1",t))],h=[s.parse(u.get("y0",t)),s.parse(u.get("y1",t))];t4.dt(d),t4.dt(h);var p=!(l[0]>d[1]||l[1]<d[0]||c[0]>h[1]||c[1]<h[0]);u.setItemLayout(t,{points:n,allClipped:!p});var f=u.getItemModel(t).getModel("itemStyle").getItemStyle(),g=(0,Ox.UL)(a,"color");!f.fill&&(f.fill=g,(0,eJ.HD)(f.fill)&&(f.fill=oK.m8(f.fill,.4))),f.stroke||(f.stroke=g),u.setItemVisual(t,"style",f)}),u.diff(Ob(l).data).add(function(e){var t=u.getItemLayout(e);if(!t.allClipped){var n=new oN.Z({shape:{points:t.points}});u.setItemGraphicEl(e,n),l.group.add(n)}}).update(function(e,n){var r=Ob(l).data.getItemGraphicEl(n),i=u.getItemLayout(e);i.allClipped?r&&l.group.remove(r):(r?tn.D(r,{shape:{points:i.points}},t,e):r=new oN.Z({shape:{points:i.points}}),u.setItemGraphicEl(e,r),l.group.add(r))}).remove(function(e){var t=Ob(l).data.getItemGraphicEl(e);l.group.remove(t)}).execute(),u.eachItemGraphicEl(function(e,n){var r=u.getItemModel(n),i=u.getItemVisual(n,"style");e.useStyle(u.getItemVisual(n,"style")),(0,ts.ni)(e,(0,ts.k3)(r),{labelFetcher:t,labelDataIndex:n,defaultText:u.getName(n)||"",inheritColor:(0,eJ.HD)(i.fill)?oK.m8(i.fill,1):"#000"}),(0,ta.WO)(e,r),(0,ta.k5)(e,null,null,r.get(["emphasis","disabled"])),(0,to.A)(e).dataModel=t}),Ob(l).data=u,l.group.silent=t.get("silent")||e.get("silent")},t.type="markArea",t}(Oy);function O_(e){e.registerComponentModel(Os),e.registerComponentView(OA),e.registerPreprocessor(function(e){Or(e.series,"markArea")&&(e.markArea=e.markArea||{})})}var OI=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.createMarkerModelFromSeries=function(e,n,r){return new t(e,n,r)},t.type="markLine",t.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},t}(Oa),OD=n(121),OP=n6.Z.prototype,OO=OD.Z.prototype,OE=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1};function OR(e){return isNaN(+e.cpx1)||isNaN(+e.cpy1)}(0,e5.ZT)(function(){return null!==OE&&OE.apply(this,arguments)||this},OE);var OL=function(e){function t(t){var n=e.call(this,t)||this;return n.type="ec-line",n}return(0,e5.ZT)(t,e),t.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},t.prototype.getDefaultShape=function(){return new OE},t.prototype.buildPath=function(e,t){OR(t)?OP.buildPath.call(this,e,t):OO.buildPath.call(this,e,t)},t.prototype.pointAt=function(e){return OR(this.shape)?OP.pointAt.call(this,e):OO.pointAt.call(this,e)},t.prototype.tangentAt=function(e){var t=this.shape,n=OR(t)?[t.x2-t.x1,t.y2-t.y1]:OO.tangentAt.call(this,e);return nB.Fv(n,n)},t}(e7.ZP),OZ=["fromSymbol","toSymbol"];function ON(e){return"_"+e+"Type"}function OB(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=n7.zp(i),u=n7.Cq(a||0,l);return r+l+u+(o||"")+(s||"")}function Oz(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=n7.zp(i),u=n7.Cq(a||0,l),c=n7.th(r,-l[0]/2+u[0],-l[1]/2+u[1],l[0],l[1],null,s);return c.__specifiedRotation=null==o||isNaN(o)?void 0:+o*Math.PI/180||0,c.name=e,c}}function OF(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 Oj=function(e){function t(t,n,r){var i=e.call(this)||this;return i._createLine(t,n,r),i}return(0,e5.ZT)(t,e),t.prototype._createLine=function(e,t,n){var r,i,o=e.hostModel,a=(r=e.getItemLayout(t),OF((i=new OL({name:"line",subPixelOptimize:!0})).shape,r),i);a.shape.percent=0,tn.KZ(a,{shape:{percent:1}},o,t),this.add(a),(0,eJ.S6)(OZ,function(n){var r=Oz(n,e,t);this.add(r),this[ON(n)]=OB(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:{}};OF(a.shape,o),tn.D(i,a,r,t),(0,eJ.S6)(OZ,function(n){var r=OB(n,e,t),i=ON(n);if(this[i]!==r){this.remove(this.childOfName(n));var o=Oz(n,e,t);this.add(o)}this[i]=r},this),this._updateCommonStl(e,t,n)},t.prototype.getLinePath=function(){return this.childAt(0)},t.prototype._updateCommonStl=function(e,t,n){var r=e.hostModel,i=this.childOfName("line"),o=n&&n.emphasisLineStyle,a=n&&n.blurLineStyle,s=n&&n.selectLineStyle,l=n&&n.labelStatesModels,u=n&&n.emphasisDisabled,c=n&&n.focus,d=n&&n.blurScope;if(!n||e.hasItemOption){var h=e.getItemModel(t),p=h.getModel("emphasis");o=p.getModel("lineStyle").getLineStyle(),a=h.getModel(["blur","lineStyle"]).getLineStyle(),s=h.getModel(["select","lineStyle"]).getLineStyle(),u=p.get("disabled"),c=p.get("focus"),d=p.get("blurScope"),l=(0,ts.k3)(h)}var f=e.getItemVisual(t,"style"),g=f.stroke;i.useStyle(f),i.style.fill=null,i.style.strokeNoScale=!0,i.ensureState("emphasis").style=o,i.ensureState("blur").style=a,i.ensureState("select").style=s,(0,eJ.S6)(OZ,function(e){var t=this.childOfName(e);if(t){t.setColor(g),t.style.opacity=f.opacity;for(var n=0;n<ta.L1.length;n++){var r=ta.L1[n],o=i.getState(r);if(o){var a=o.style||{},s=t.ensureState(r),l=s.style||(s.style={});null!=a.stroke&&(l[t.__isEmptyBrush?"stroke":"fill"]=a.stroke),null!=a.opacity&&(l.opacity=a.opacity)}}t.markRedraw()}},this);var m=r.getRawValue(t);(0,ts.ni)(this,l,{labelDataIndex:t,labelFetcher:{getFormattedLabel:function(t,n){return r.getFormattedLabel(t,n,e.dataType)}},inheritColor:g||"#000",defaultOpacity:f.opacity,defaultText:(null==m?e.getName(t):isFinite(m)?(0,t4.NM)(m):m)+""});var v=this.getTextContent();if(v){var y=l.normal;v.__align=v.style.align,v.__verticalAlign=v.style.verticalAlign,v.__position=y.get("position")||"middle";var x=y.get("distance");(0,eJ.kJ)(x)||(x=[x,x]),v.__labelDistance=x}this.setTextConfig({position:null,local:!0,inside:!1}),(0,ta.k5)(this,c,d,u)},t.prototype.highlight=function(){(0,ta.fD)(this)},t.prototype.downplay=function(){(0,ta.Mh)(this)},t.prototype.updateLayout=function(e,t){this.setLinePoints(e.getItemLayout(t))},t.prototype.setLinePoints=function(e){var t=this.childOfName("line");OF(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=nB.lu([],l,s);if(nB.Fv(u,u),e&&(e.setPosition(s),S(e,0),e.scaleX=e.scaleY=r*a,e.markRedraw()),t&&(t.setPosition(l),S(t,1),t.scaleX=t.scaleY=r*a,t.markRedraw()),n&&!n.ignore){n.x=n.y=0,n.originX=n.originY=0;var c=void 0,d=void 0,h=n.__labelDistance,p=h[0]*r,f=h[1]*r,g=a/2,m=o.tangentAt(g),v=[m[1],-m[0]],y=o.pointAt(g);v[1]>0&&(v[0]=-v[0],v[1]=-v[1]);var x=m[0]<0?-1:1;if("start"!==n.__position&&"end"!==n.__position){var b=-Math.atan2(m[1],m[0]);l[0]<s[0]&&(b=Math.PI+b),n.rotation=b}var w=void 0;switch(n.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":w=-f,d="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":w=f,d="top";break;default:w=0,d="middle"}switch(n.__position){case"end":n.x=u[0]*p+l[0],n.y=u[1]*f+l[1],c=u[0]>.8?"left":u[0]<-.8?"right":"center",d=u[1]>.8?"top":u[1]<-.8?"bottom":"middle";break;case"start":n.x=-u[0]*p+s[0],n.y=-u[1]*f+s[1],c=u[0]>.8?"right":u[0]<-.8?"left":"center",d=u[1]>.8?"bottom":u[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":n.x=p*x+s[0],n.y=s[1]+w,c=m[0]<0?"right":"left",n.originX=-p*x,n.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":n.x=y[0],n.y=y[1]+w,c="center",n.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":n.x=-p*x+l[0],n.y=l[1]+w,c=m[0]>=0?"right":"left",n.originX=p*x,n.originY=-w}n.scaleX=n.scaleY=r,n.setStyle({verticalAlign:n.__verticalAlign||d,align:n.__align||c})}}}function S(e,t){var n=e.__specifiedRotation;if(null==n){var r=o.tangentAt(t);e.attr("rotation",(1===t?-1:1)*Math.PI/2-Math.atan2(r[1],r[0]))}else e.attr("rotation",n)}},t}(te.Z),OV=function(){function e(e){this.group=new te.Z,this._LineCtor=e||Oj}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=O$(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=O$(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(OW(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){tt.traverseElements(this._progressiveEls||this.group,e)},e.prototype._doAdd=function(e,t,n){if(OW(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(!OW(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 O$(e){var t=e.hostModel,n=t.getModel("emphasis");return{lineStyle:t.getModel("lineStyle").getLineStyle(),emphasisLineStyle:n.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:t.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:t.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:n.get("disabled"),blurScope:n.get("blurScope"),focus:n.get("focus"),labelStatesModels:(0,ts.k3)(t)}}function OH(e){return isNaN(e[0])||isNaN(e[1])}function OW(e){return e&&!OH(e[0])&&!OH(e[1])}var OG=(0,tV.Yf)(),OU=function(e,t,n,r){var i,o=e.getData();if((0,eJ.kJ)(r))i=r;else{var a=r.type;if("min"===a||"max"===a||"average"===a||"median"===a||null!=r.xAxis||null!=r.yAxis){var s=void 0,l=void 0;if(null!=r.yAxis||null!=r.xAxis)s=t.getAxis(null!=r.yAxis?"y":"x"),l=(0,eJ.Jv)(r.yAxis,r.xAxis);else{var u=Op(r,o,t,e);s=u.valueAxis;var c=(0,nC.IR)(o,u.valueDataDim);l=Om(o,c,a)}var d=+("x"!==s.dim),h=1-d,p=(0,eJ.d9)(r),f={coord:[]};p.type=null,p.coord=[],p.coord[h]=-1/0,f.coord[h]=1/0;var g=n.get("precision");g>=0&&(0,eJ.hj)(l)&&(l=+l.toFixed(Math.min(g,20))),p.coord[d]=f.coord[d]=l,i=[p,f,{type:a,valueIndex:r.valueIndex,value:l}]}else i=[]}var m=[Oh(e,i[0]),Oh(e,i[1]),(0,eJ.l7)({},i[2])];return m[2].type=m[2].type||null,(0,eJ.TS)(m[2],m[0]),(0,eJ.TS)(m[2],m[1]),m};function Oq(e){return!isNaN(e)&&!isFinite(e)}function OY(e,t,n,r){var i=1-e,o=r.dimensions[e];return Oq(t[i])&&Oq(n[i])&&t[e]===n[e]&&r.getAxis(o).containData(t[e])}function OK(e,t){if("cartesian2d"===e.type){var n=t[0].coord,r=t[1].coord;if(n&&r&&(OY(1,n,r,e)||OY(0,n,r,e)))return!0}return Of(e,t[0])&&Of(e,t[1])}function OX(e,t,n,r,i){var o,a=r.coordinateSystem,s=e.getItemModel(t),l=t4.GM(s.get("x"),i.getWidth()),u=t4.GM(s.get("y"),i.getHeight());if(isNaN(l)||isNaN(u)){if(r.getMarkerPosition)o=r.getMarkerPosition(e.getValues(e.dimensions,t));else{var c=a.dimensions,d=e.get(c[0],t),h=e.get(c[1],t);o=a.dataToPoint([d,h])}if(tp(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y"),c=a.dimensions;Oq(e.get(c[0],t))?o[0]=p.toGlobalCoord(p.getExtent()[+!n]):Oq(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 OJ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Oa.getMarkerModelFromSeries(e,"markLine");if(t){var r=t.getData(),i=OG(t).from,o=OG(t).to;i.each(function(t){OX(i,t,!0,e,n),OX(o,t,!1,e,n)}),r.each(function(e){r.setItemLayout(e,[i.getItemLayout(e),o.getItemLayout(e)])}),this.markerGroupMap.get(e.id).updateLayout()}},this)},t.prototype.renderSeries=function(e,t,n,r){var i,o,a,s,l,u,c,d,h,p=e.coordinateSystem,f=e.id,g=e.getData(),m=this.markerGroupMap,v=m.get(f)||m.set(f,new OV);this.group.add(v.group);var y=(i=p,o=e,a=t,s=i?(0,eJ.UI)(i&&i.dimensions,function(e){var t=o.getData().getDimensionInfo(o.getData().mapDimension(e))||{};return(0,eJ.l7)((0,eJ.l7)({},t),{name:e,ordinalMeta:null})}):[{name:"value",type:"float"}],l=new xI.Z(s,a),u=new xI.Z(s,a),c=new xI.Z([],a),d=(0,eJ.UI)(a.get("data"),(0,eJ.WA)(OU,o,i,a)),i&&(d=(0,eJ.hX)(d,(0,eJ.WA)(OK,i))),h=Og(!!i,s),l.initData((0,eJ.UI)(d,function(e){return e[0]}),null,h),u.initData((0,eJ.UI)(d,function(e){return e[1]}),null,h),c.initData((0,eJ.UI)(d,function(e){return e[2]})),c.hasItemOption=!0,{from:l,to:u,line:c}),x=y.from,b=y.to,w=y.line;OG(t).from=x,OG(t).to=b,t.setData(w);var S=t.get("symbol"),C=t.get("symbolSize"),M=t.get("symbolRotate"),k=t.get("symbolOffset");function T(t,n,i){var o=t.getItemModel(n);OX(t,n,i,e,r);var a=o.getModel("itemStyle").getItemStyle();null==a.fill&&(a.fill=(0,Ox.UL)(g,"color")),t.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:(0,eJ.pD)(o.get("symbolOffset",!0),k[+!i]),symbolRotate:(0,eJ.pD)(o.get("symbolRotate",!0),M[+!i]),symbolSize:(0,eJ.pD)(o.get("symbolSize"),C[+!i]),symbol:(0,eJ.pD)(o.get("symbol",!0),S[+!i]),style:a})}(0,eJ.kJ)(S)||(S=[S,S]),(0,eJ.kJ)(C)||(C=[C,C]),(0,eJ.kJ)(M)||(M=[M,M]),(0,eJ.kJ)(k)||(k=[k,k]),y.from.each(function(e){T(x,e,!0),T(b,e,!1)}),w.each(function(e){var t=w.getItemModel(e).getModel("lineStyle").getLineStyle();w.setItemLayout(e,[x.getItemLayout(e),b.getItemLayout(e)]),null==t.stroke&&(t.stroke=x.getItemVisual(e,"style").fill),w.setItemVisual(e,{fromSymbolKeepAspect:x.getItemVisual(e,"symbolKeepAspect"),fromSymbolOffset:x.getItemVisual(e,"symbolOffset"),fromSymbolRotate:x.getItemVisual(e,"symbolRotate"),fromSymbolSize:x.getItemVisual(e,"symbolSize"),fromSymbol:x.getItemVisual(e,"symbol"),toSymbolKeepAspect:b.getItemVisual(e,"symbolKeepAspect"),toSymbolOffset:b.getItemVisual(e,"symbolOffset"),toSymbolRotate:b.getItemVisual(e,"symbolRotate"),toSymbolSize:b.getItemVisual(e,"symbolSize"),toSymbol:b.getItemVisual(e,"symbol"),style:t})}),v.updateData(w),y.line.eachItemGraphicEl(function(e){(0,to.A)(e).dataModel=t,e.traverse(function(e){(0,to.A)(e).dataModel=t})}),this.markKeep(v),v.group.silent=t.get("silent")||e.get("silent")},t.type="markLine",t}(Oy);function OQ(e){e.registerComponentModel(OI),e.registerComponentView(OJ),e.registerPreprocessor(function(e){Or(e.series,"markLine")&&(e.markLine=e.markLine||{})})}var O0=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.createMarkerModelFromSeries=function(e,n,r){return new t(e,n,r)},t.type="markPoint",t.defaultOption={z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}},t}(Oa);function O1(e,t,n){var r=t.coordinateSystem;e.each(function(i){var o,a=e.getItemModel(i),s=t4.GM(a.get("x"),n.getWidth()),l=t4.GM(a.get("y"),n.getHeight());if(isNaN(s)||isNaN(l)){if(t.getMarkerPosition)o=t.getMarkerPosition(e.getValues(e.dimensions,i));else if(r){var u=e.get(r.dimensions[0],i),c=e.get(r.dimensions[1],i);o=r.dataToPoint([u,c])}}else o=[s,l];isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),e.setItemLayout(i,o)})}var O2=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.updateTransform=function(e,t,n){t.eachSeries(function(e){var t=Oa.getMarkerModelFromSeries(e,"markPoint");t&&(O1(t.getData(),e,n),this.markerGroupMap.get(e.id).updateLayout())},this)},t.prototype.renderSeries=function(e,t,n,r){var i,o,a,s,l,u,c,d=e.coordinateSystem,h=e.id,p=e.getData(),f=this.markerGroupMap,g=f.get(h)||f.set(h,new i4),m=(i=d,o=e,a=t,s=i?(0,eJ.UI)(i&&i.dimensions,function(e){var t=o.getData().getDimensionInfo(o.getData().mapDimension(e))||{};return(0,eJ.l7)((0,eJ.l7)({},t),{name:e,ordinalMeta:null})}):[{name:"value",type:"float"}],l=new xI.Z(s,a),u=(0,eJ.UI)(a.get("data"),(0,eJ.WA)(Oh,o)),i&&(u=(0,eJ.hX)(u,(0,eJ.WA)(Of,i))),c=Og(!!i,s),l.initData(u,null,c),l);t.setData(m),O1(t.getData(),e,r),m.each(function(e){var n=m.getItemModel(e),r=n.getShallow("symbol"),i=n.getShallow("symbolSize"),o=n.getShallow("symbolRotate"),a=n.getShallow("symbolOffset"),s=n.getShallow("symbolKeepAspect");if((0,eJ.mf)(r)||(0,eJ.mf)(i)||(0,eJ.mf)(o)||(0,eJ.mf)(a)){var l=t.getRawValue(e),u=t.getDataParams(e);(0,eJ.mf)(r)&&(r=r(l,u)),(0,eJ.mf)(i)&&(i=i(l,u)),(0,eJ.mf)(o)&&(o=o(l,u)),(0,eJ.mf)(a)&&(a=a(l,u))}var c=n.getModel("itemStyle").getItemStyle(),d=(0,Ox.UL)(p,"color");c.fill||(c.fill=d),m.setItemVisual(e,{symbol:r,symbolSize:i,symbolRotate:o,symbolOffset:a,symbolKeepAspect:s,style:c})}),g.updateData(m),this.group.add(g.group),m.eachItemGraphicEl(function(e){e.traverse(function(e){(0,to.A)(e).dataModel=t})}),this.markKeep(g),g.group.silent=t.get("silent")||e.get("silent")},t.type="markPoint",t}(Oy);function O5(e){e.registerComponentModel(O0),e.registerComponentView(O2),e.registerPreprocessor(function(e){Or(e.series,"markPoint")&&(e.markPoint=e.markPoint||{})})}var O3=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.type="dataZoom.select",t}(ol),O4=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.type="dataZoom.select",t}(od);function O6(e){e.registerComponentModel(O3),e.registerComponentView(O4),oR(e)}var O8=function(){},O9={},O7=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.optionUpdated=function(){e.prototype.optionUpdated.apply(this,arguments);var t=this.ecModel;eJ.S6(this.option.feature,function(e,n){var r=O9[n];r&&(r.getDefaultOption&&(r.defaultOption=r.getDefaultOption(t)),eJ.TS(e,r.defaultOption))})},t.type="toolbox",t.layoutMode={type:"box",ignoreSize:!0},t.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},t}(tz.Z),Ee=n(2787),Et=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(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"),d=e.get("feature")||{},h=this._features||(this._features={}),p=[];eJ.S6(d,function(e,t){p.push(t)}),new Ee.Z(this._featureNames||[],p).add(f).update(f).remove(eJ.WA(f,null)).execute(),this._featureNames=p,i=e.getBoxLayoutParams(),o=e.get("padding"),a={width:n.getWidth(),height:n.getHeight()},s=(0,tK.ME)(i,a,o),(0,tK.BZ)(e.get("orient"),l,e.get("itemGap"),s.width,s.height),(0,tK.p$)(l,i,a,o),l.add(oX(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&&!eJ.mf(a)&&t){var s=a.style||(a.style={}),c=tg.lP(t,n8.ZP.makeFont(s)),d=e.x+l.x,h=e.y+l.y+u,p=!1;h+c.height>n.getHeight()&&(i.position="top",p=!0);var f=p?-5-c.height:u+10;d+c.width/2>n.getWidth()?(i.position=["100%",f],s.align="right"):d-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,C=p[i],M=p[o],k=d[C],T=new n9.Z(k,e,e.ecModel);if(r&&null!=r.newTitle&&r.featureName===C&&(k.title=r.newTitle),C&&!M){if(0===C.indexOf("my"))S={onclick:T.option.onclick,featureName:C};else{var A=O9[C];if(!A)return;S=new A}h[C]=S}else if(!(S=h[M]))return;S.uid=(0,e8.Kr)("toolbox-feature"),S.model=T,S.ecModel=t,S.api=n;var _=S instanceof O8;if(!C&&M){_&&S.dispose&&S.dispose(t,n);return}if(!T.get("show")||_&&S.unusable){_&&S.remove&&S.remove(t,n);return}a=T,s=S,f=C,v=a.getModel("iconStyle"),y=a.getModel(["emphasis","iconStyle"]),x=s instanceof O8&&s.getIcons?s.getIcons():a.get("icon"),b=a.get("title")||{},eJ.HD(x)?(g={})[f]=x:g=x,eJ.HD(b)?(m={})[f]=b:m=b,w=a.iconPaths={},eJ.S6(g,function(r,i){var o=tt.createIcon(r,{},{x:-u/2,y:-u/2,width:u,height:u});o.setStyle(v.getItemStyle()),o.ensureState("emphasis").style=y.getItemStyle();var d=new n8.ZP({style:{text:m[i],align:y.get("textAlign"),borderRadius:y.get("textBorderRadius"),padding:y.get("textPadding"),fill:null,font:(0,ts.qT)({fontStyle:y.get("textFontStyle"),fontFamily:y.get("textFontFamily"),fontSize:y.get("textFontSize"),fontWeight:y.get("textFontWeight")},t)},ignore:!0});o.setTextContent(d),tt.setTooltipConfig({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";d.setStyle({fill:y.get("textFill")||t.fill||t.stroke||"#000",backgroundColor:y.get("textBackgroundColor")}),o.setTextConfig({position:y.get("textPosition")||r}),d.ignore=!e.get("showTitle"),n.enterEmphasis(this)}).on("mouseout",function(){"emphasis"!==a.get(["iconStatus",i])&&n.leaveEmphasis(this),d.hide()}),("emphasis"===a.get(["iconStatus",i])?ta.fD:ta.Mh)(o),l.add(o),o.on("click",eJ.ak(s.onclick,s,t,n,i)),w[i]=o}),T.setIconStatus=function(e,t){var n=this.option,r=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[e]=t,r[e]&&("emphasis"===t?ta.fD:ta.Mh)(r[e])},S instanceof O8&&S.render&&S.render(T,t,n,r)}},t.prototype.updateView=function(e,t,n,r){eJ.S6(this._features,function(e){e instanceof O8&&e.updateView&&e.updateView(e.model,t,n,r)})},t.prototype.remove=function(e,t){eJ.S6(this._features,function(n){n instanceof O8&&n.remove&&n.remove(e,t)}),this.group.removeAll()},t.prototype.dispose=function(e,t){eJ.S6(this._features,function(n){n instanceof O8&&n.dispose&&n.dispose(e,t)})},t.type="toolbox",t}(tB.Z),En=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.onclick=function(e,t){var n=this.model,r=n.get("name")||e.get("title.0.text")||"echarts",i="svg"===t.getZr().painter.getType(),o=i?"svg":n.get("type",!0)||"png",a=t.getConnectedDataURL({type:o,backgroundColor:n.get("backgroundColor",!0)||e.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),s=rz.Z.browser;if((0,eJ.mf)(MouseEvent)&&(s.newEdge||!s.ie&&!s.edge)){var l=document.createElement("a");l.download=r+"."+o,l.target="_blank",l.href=a;var u=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});l.dispatchEvent(u)}else if(window.navigator.msSaveOrOpenBlob||i){var c=a.split(","),d=c[0].indexOf("base64")>-1,h=i?decodeURIComponent(c[1]):c[1];d&&(h=window.atob(h));var p=r+"."+o;if(window.navigator.msSaveOrOpenBlob){for(var f=h.length,g=new Uint8Array(f);f--;)g[f]=h.charCodeAt(f);var m=new Blob([g]);window.navigator.msSaveOrOpenBlob(m,p)}else{var v=document.createElement("iframe");document.body.appendChild(v);var y=v.contentWindow,x=y.document;x.open("image/svg+xml","replace"),x.write(h),x.close(),y.focus(),x.execCommand("SaveAs",!0,p),document.body.removeChild(v)}}else{var b=n.get("lang"),w='<body style="margin:0;"><img src="'+a+'" style="max-width:100%;" title="'+(b&&b[0]||"")+'" /></body>',S=window.open();S.document.write(w),S.document.title=r}},t.getDefaultOption=function(e){return{show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:e.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:e.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},t}(O8),Er="__ec_magicType_stack__",Ei=[["line","bar"],["stack"]],Eo=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.getIcons=function(){var e=this.model,t=e.get("icon"),n={};return eJ.S6(e.get("type"),function(e){t[e]&&(n[e]=t[e])}),n},t.getDefaultOption=function(e){return{show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:e.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}}},t.prototype.onclick=function(e,t,n){var r,i=this.model,o=i.get(["seriesIndex",n]);if(Ea[n]){var a={series:[]};eJ.S6(Ei,function(e){eJ.cq(e,n)>=0&&eJ.S6(e,function(e){i.setIconStatus(e,"normal")})}),i.setIconStatus(n,"emphasis"),e.eachComponent({mainType:"series",query:null==o?null:{seriesIndex:o}},function(e){var t=e.subType,r=e.id,o=Ea[n](t,r,e,i);o&&(eJ.ce(o,e.option),a.series.push(o));var s=e.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var l=s.getAxesByScale("ordinal")[0];if(l){var u=l.dim+"Axis",c=e.getReferringComponents(u,tV.C6).models[0].componentIndex;a[u]=a[u]||[];for(var d=0;d<=c;d++)a[u][c]=a[u][c]||{};a[u][c].boundaryGap="bar"===n}}});var s=n;"stack"===n&&(r=eJ.TS({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),"emphasis"!==i.get(["iconStatus",n])&&(s="tiled")),t.dispatchAction({type:"changeMagicType",currentType:s,newOption:a,newTitle:r,featureName:"magicType"})}},t}(O8),Ea={line:function(e,t,n,r){if("bar"===e)return eJ.TS({id:t,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get(["option","line"])||{},!0)},bar:function(e,t,n,r){if("line"===e)return eJ.TS({id:t,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get(["option","bar"])||{},!0)},stack:function(e,t,n,r){var i=n.get("stack")===Er;if("line"===e||"bar"===e)return r.setIconStatus("stack",i?"normal":"emphasis"),eJ.TS({id:t,stack:i?"":Er},r.get(["option","stack"])||{},!0)}};iU.zl({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(e,t){t.mergeOption(e.newOption)});var Es=Array(60).join("-");function El(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var Eu=RegExp("[ ]+","g"),Ec=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.onclick=function(e,t){setTimeout(function(){t.dispatchAction({type:"hideTip"})});var n,r,i,o,a,s,l,u=t.getDom(),c=this.model;this._dom&&u.removeChild(this._dom);var d=document.createElement("div");d.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",d.style.backgroundColor=c.get("backgroundColor")||"#fff";var h=document.createElement("h4"),p=c.get("lang")||[];h.innerHTML=p[0]||c.get("title"),h.style.cssText="margin:10px 20px",h.style.color=c.get("textColor");var f=document.createElement("div"),g=document.createElement("textarea");f.style.cssText="overflow:auto";var m=c.get("optionToContent"),v=c.get("contentToOption"),y=(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},{value:eJ.hX([(a=o.seriesGroupByCategoryAxis,s=[],eJ.S6(a,function(e,t){var n=e.categoryAxis,r=e.valueAxis.dim,i=[" "].concat(eJ.UI(e.series,function(e){return e.name})),o=[n.model.getCategories()];eJ.S6(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"+Es+"\n\n")),(l=o.other,eJ.UI(l,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"+Es+"\n\n"))],function(e){return!!e.replace(/[\n\t\s]/g,"")}).join("\n\n"+Es+"\n\n"),meta:o.meta});if(eJ.mf(m)){var x=m(t.getOption());eJ.HD(x)?f.innerHTML=x:eJ.Mh(x)&&f.appendChild(x)}else{g.readOnly=c.get("readOnly");var b=g.style;b.cssText="display:block;width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;resize:none;box-sizing:border-box;outline:none",b.color=c.get("textColor"),b.borderColor=c.get("textareaBorderColor"),b.backgroundColor=c.get("textareaColor"),g.value=y.value,f.appendChild(g)}var w=y.meta,S=document.createElement("div");S.style.cssText="position:absolute;bottom:5px;left:0;right:0";var C="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",M=document.createElement("div"),k=document.createElement("div");C+=";background-color:"+c.get("buttonColor")+";color:"+c.get("buttonTextColor");var T=this;function A(){u.removeChild(d),T._dom=null}(0,rM.Oo)(M,"click",A),(0,rM.Oo)(k,"click",function(){var e,n,r;if(null==v&&null!=m||null!=v&&null==m){A();return}try{eJ.mf(v)?e=v(f,t.getOption()):(n=g.value.split(RegExp("\n*"+Es+"\n*","g")),r={series:[]},eJ.S6(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=El(t.shift()).split(Eu),r=[],i=eJ.UI(n,function(e){return{name:e,data:[]}}),o=0;o<t.length;o++){var a=El(t[o]).split(Eu);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=w[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=El(t.shift()),r=[],i=0;i<t.length;i++){var o=El(t[i]);if(o){var a=o.split(Eu),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 A(),Error("Data view format error "+e)}e&&t.dispatchAction({type:"changeDataView",newOption:e}),A()}),M.innerHTML=p[1],k.innerHTML=p[2],k.style.cssText=M.style.cssText=C,c.get("readOnly")||S.appendChild(k),S.appendChild(M),d.appendChild(h),d.appendChild(f),d.appendChild(S),f.style.height=u.clientHeight-80+"px",u.appendChild(d),this._dom=d},t.prototype.remove=function(e,t){this._dom&&t.getDom().removeChild(this._dom)},t.prototype.dispose=function(e,t){this.remove(e,t)},t.getDefaultOption=function(e){return{show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:e.getLocaleModel().get(["toolbox","dataView","title"]),lang:e.getLocaleModel().get(["toolbox","dataView","lang"]),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"}},t}(O8);iU.zl({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(e,t){var n=[];eJ.S6(e.newOption.series,function(e){var r=t.getSeriesByName(e.name)[0];if(r){var i,o=r.get("data");n.push({name:e.name,data:(i=e.data,eJ.UI(i,function(e,t){var n=o&&o[t];if(!eJ.Kn(n)||eJ.kJ(n))return e;eJ.Kn(e)&&!eJ.kJ(e)||(e={value:e});var r=null!=n.name&&null==e.name;return e=eJ.ce(e,n),r&&delete e.name,e}))})}else n.push(eJ.l7({type:"scatter"},e))}),t.mergeOption(eJ.ce({series:n},e.newOption))});var Ed=eJ.S6,Eh=(0,tV.Yf)();function Ep(e){var t=Eh(e);return t.snapshots||(t.snapshots=[{}]),t.snapshots}var Ef=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.onclick=function(e,t){Eh(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}(O8);iU.zl({type:"restore",event:"restore",update:"prepareAndUpdate"},function(e,t){t.resetOption("recreate")});var Eg=Math.min,Em=Math.max,Ev=Math.pow,Ey="globalPan",Ex={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},Eb={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},Ew={brushStyle:{lineWidth:2,stroke:"rgba(210,219,238,0.3)",fill:"#D2DBEE"},transformable:!0,brushMode:"single",removeOnClick:!1},ES=0,EC=function(e){function t(t){var n=e.call(this)||this;return n._track=[],n._covers=[],n._handlers={},n._zr=t,n.group=new te.Z,n._uid="brushController_"+ES++,(0,eJ.S6)(EK,function(e,t){this._handlers[t]=(0,eJ.ak)(e,this)},n),n}return(0,e5.ZT)(t,e),t.prototype.enableBrush=function(e){return this._brushType&&this._doDisableBrush(),e.brushType&&this._doEnableBrush(e),this},t.prototype._doEnableBrush=function(e){var t,n=this._zr;!this._enableGlobalPan&&(t=this._uid,om(n)[Ey]=t),(0,eJ.S6)(this._handlers,function(e,t){n.on(t,e)}),this._brushType=e.brushType,this._brushOption=(0,eJ.TS)((0,eJ.d9)(Ew),e,!0)},t.prototype._doDisableBrush=function(){var e,t,n=this._zr;e=this._uid,(t=om(n))[Ey]===e&&(t[Ey]=null),(0,eJ.S6)(this._handlers,function(e,t){n.off(t,e)}),this._brushType=this._brushOption=null},t.prototype.setPanels=function(e){if(e&&e.length){var t=this._panels={};(0,eJ.S6)(e,function(e){t[e.panelId]=(0,eJ.d9)(e)})}else this._panels=null;return this},t.prototype.mount=function(e){e=e||{},this._enableGlobalPan=e.enableGlobalPan;var t=this.group;return this._zr.add(t),t.attr({x:e.x||0,y:e.y||0,rotation:e.rotation||0,scaleX:e.scaleX||1,scaleY:e.scaleY||1}),this._transform=t.getLocalTransform(),this},t.prototype.updateCovers=function(e){e=(0,eJ.UI)(e,function(e){return(0,eJ.TS)((0,eJ.d9)(Ew),e,!0)});var t=this._covers,n=this._covers=[],r=this,i=this._creatingCover;return new Ee.Z(t,e,function(e,t){return o(e.__brushOption,t)},o).add(a).update(a).remove(function(e){t[e]!==i&&r.group.remove(t[e])}).execute(),this;function o(e,t){return(null!=e.id?e.id:"\0-brush-index-"+t)+"-"+e.brushType}function a(o,a){var s=e[o];if(null!=a&&t[a]===i)n[o]=t[a];else{var l=n[o]=null!=a?(t[a].__brushOption=s,t[a]):Ek(r,EM(r,s));E_(r,l)}}},t.prototype.unmount=function(){return this.enableBrush(!1),EO(this),this._zr.remove(this.group),this},t.prototype.dispose=function(){this.unmount(),this.off()},t}(iO.Z);function EM(e,t){var n=EJ[t.brushType].createCover(e,t);return n.__brushOption=t,EA(n,t),e.group.add(n),n}function Ek(e,t){var n=EI(t);return n.endCreating&&(n.endCreating(e,t),EA(t,t.__brushOption)),t}function ET(e,t){var n=t.__brushOption;EI(t).updateCoverShape(e,t,n.range,n)}function EA(e,t){var n=t.z;null==n&&(n=1e4),e.traverse(function(e){e.z=n,e.z2=n})}function E_(e,t){EI(t).updateCommon(e,t),ET(e,t)}function EI(e){return EJ[e.__brushOption.brushType]}function ED(e,t,n){var r,i=e._panels;if(!i)return!0;var o=e._transform;return(0,eJ.S6)(i,function(e){e.isTargetByCursor(t,n,o)&&(r=e)}),r}function EP(e,t){var n=e._panels;if(!n)return!0;var r=t.__brushOption.panelId;return null==r||n[r]}function EO(e){var t=e._covers,n=t.length;return(0,eJ.S6)(t,function(t){e.group.remove(t)},e),t.length=0,!!n}function EE(e,t){var n=(0,eJ.UI)(e._covers,function(e){var t=e.__brushOption,n=(0,eJ.d9)(t.range);return{brushType:t.brushType,panelId:t.panelId,range:n}});e.trigger("brush",{areas:n,isEnd:!!t.isEnd,removeOnClick:!!t.removeOnClick})}function ER(e){var t=e.length-1;return t<0&&(t=0),[e[0],e[t]]}function EL(e,t,n,r){var i=new te.Z;return i.add(new tr.Z({name:"main",style:Ez(n),silent:!0,draggable:!0,cursor:"move",drift:(0,eJ.WA)(EV,e,t,i,["n","s","w","e"]),ondragend:(0,eJ.WA)(EE,t,{isEnd:!0})})),(0,eJ.S6)(r,function(n){i.add(new tr.Z({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:(0,eJ.WA)(EV,e,t,i,n),ondragend:(0,eJ.WA)(EE,t,{isEnd:!0})}))}),i}function EZ(e,t,n,r){var i=r.brushStyle.lineWidth||0,o=Em(i,6),a=n[0][0],s=n[1][0],l=a-i/2,u=s-i/2,c=n[0][1],d=n[1][1],h=c-o+i/2,p=d-o+i/2,f=c-a,g=d-s,m=f+i,v=g+i;EB(e,t,"main",a,s,f,g),r.transformable&&(EB(e,t,"w",l,u,o,v),EB(e,t,"e",h,u,o,v),EB(e,t,"n",l,u,m,o),EB(e,t,"s",l,p,m,o),EB(e,t,"nw",l,u,o,o),EB(e,t,"ne",h,u,o,o),EB(e,t,"sw",l,p,o,o),EB(e,t,"se",h,p,o,o))}function EN(e,t){var n=t.__brushOption,r=n.transformable,i=t.childAt(0);i.useStyle(Ez(n)),i.attr({silent:!r,cursor:r?"move":"default"}),(0,eJ.S6)([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(n){var i,o,a,s=t.childOfName(n.join("")),l=1===n.length?Ej(e,n[0]):(("e"===(a=[Ej(i=e,(o=n)[0]),Ej(i,o[1])])[0]||"w"===a[0])&&a.reverse(),a.join(""));s&&s.attr({silent:!r,invisible:!r,cursor:r?Eb[l]+"-resize":null})})}function EB(e,t,n,r,i,o,a){var s,l,u,c=t.childOfName(n);c&&c.setShape((l=Eg((s=EW(e,t,[[r,i],[r+o,i+a]]))[0][0],s[1][0]),{x:l,y:u=Eg(s[0][1],s[1][1]),width:Em(s[0][0],s[1][0])-l,height:Em(s[0][1],s[1][1])-u}))}function Ez(e){return(0,eJ.ce)({strokeNoScale:!0},e.brushStyle)}function EF(e,t,n,r){var i=[Eg(e,n),Eg(t,r)],o=[Em(e,n),Em(t,r)];return[[i[0],o[0]],[i[1],o[1]]]}function Ej(e,t){return({left:"w",right:"e",top:"n",bottom:"s"})[tt.transformDirection({w:"left",e:"right",n:"top",s:"bottom"}[t],tt.getTransform(e.group))]}function EV(e,t,n,r,i,o){var a=n.__brushOption,s=e.toRectRange(a.range),l=EH(t,i,o);(0,eJ.S6)(r,function(e){var t=Ex[e];s[t[0]][t[1]]+=l[t[0]]}),a.range=e.fromRectRange(EF(s[0][0],s[1][0],s[0][1],s[1][1])),E_(t,n),EE(t,{isEnd:!1})}function E$(e,t,n,r){var i=t.__brushOption.range,o=EH(e,n,r);(0,eJ.S6)(i,function(e){e[0]+=o[0],e[1]+=o[1]}),E_(e,t),EE(e,{isEnd:!1})}function EH(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 EW(e,t,n){var r=EP(e,t);return r&&!0!==r?r.clipPath(n,e._transform):(0,eJ.d9)(n)}function EG(e){var t=e.event;t.preventDefault&&t.preventDefault()}function EU(e,t,n){return e.childOfName("main").contain(t,n)}function Eq(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 Ev(i*i+o*o,.5)>6}(e)||o){if(a&&!o){"single"===s.brushMode&&EO(e);var l=(0,eJ.d9)(s);l.brushType=EY(l.brushType,a),l.panelId=!0===a?null:a.panelId,o=e._creatingCover=EM(e,l),e._covers.push(o)}if(o){var u=EJ[EY(e._brushType,a)];o.__brushOption.range=u.getCreatingRange(EW(e,o,e._track)),r&&(Ek(e,o),u.updateCommon(e,o)),ET(e,o),i={isEnd:r}}}else r&&"single"===s.brushMode&&s.removeOnClick&&ED(e,t,n)&&EO(e)&&(i={isEnd:r,removeOnClick:!0});return i}function EY(e,t){return"auto"===e?t.defaultBrushType:e}var EK={mousedown:function(e){if(this._dragging)EX(this,e);else if(!e.target||!e.target.draggable){EG(e);var t=this.group.transformCoordToLocal(e.offsetX,e.offsetY);this._creatingCover=null,(this._creatingPanel=ED(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=ED(e,t,n);if(!e._dragging)for(var c=0;c<l.length;c++){var d=l[c].__brushOption;if(u&&(!0===u||d.panelId===u.panelId)&&EJ[d.brushType].contain(l[c],n[0],n[1]))return}u&&s.setCursorStyle("crosshair")}}(this,e,r),this._dragging){EG(e);var i=Eq(this,e,r,!1);i&&EE(this,i)}},mouseup:function(e){EX(this,e)}};function EX(e,t){if(e._dragging){EG(t);var n=t.offsetX,r=t.offsetY,i=e.group.transformCoordToLocal(n,r),o=Eq(e,t,i,!0);e._dragging=!1,e._track=[],e._creatingCover=null,o&&EE(e,o)}}var EJ={lineX:EQ(0),lineY:EQ(1),rect:{createCover:function(e,t){function n(e){return e}return EL({toRectRange:n,fromRectRange:n},e,t,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(e){var t=ER(e);return EF(t[1][0],t[1][1],t[0][0],t[0][1])},updateCoverShape:function(e,t,n,r){EZ(e,t,n,r)},updateCommon:EN,contain:EU},polygon:{createCover:function(e,t){var n=new te.Z;return n.add(new oB.Z({name:"main",style:Ez(t),silent:!0})),n},getCreatingRange:function(e){return e},endCreating:function(e,t){t.remove(t.childAt(0)),t.add(new oN.Z({name:"main",draggable:!0,drift:(0,eJ.WA)(E$,e,t),ondragend:(0,eJ.WA)(EE,e,{isEnd:!0})}))},updateCoverShape:function(e,t,n,r){t.childAt(0).setShape({points:EW(e,t,n)})},updateCommon:EN,contain:EU}};function EQ(e){return{createCover:function(t,n){return EL({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=ER(t);return[Eg(n[0][e],n[1][e]),Em(n[0][e],n[1][e])]},updateCoverShape:function(t,n,r,i){var o,a=EP(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(),EZ(t,n,l,i)},updateCommon:EN,contain:EU}}var E0={axisPointer:1,tooltip:1,brush:1};function E1(e){return ns.Z.create(e)}var E2=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],E5=function(){function e(e,t,n){var r=this;this._targetInfoList=[];var i=E4(t,e);(0,eJ.S6)(E6,function(e,t){(!n||!n.include||(0,eJ.cq)(n.include,t)>=0)&&e(i,r._targetInfoList)})}return e.prototype.setOutputRanges=function(e,t){return this.matchOutputRanges(e,t,function(e,t,n){if((e.coordRanges||(e.coordRanges=[])).push(t),!e.coordRange){e.coordRange=t;var r=E7[e.brushType](0,n,t);e.__rangeOffset={offset:Rt[e.brushType](r.values,e.range,[1,1]),xyMinMax:r.xyMinMax}}}),e},e.prototype.matchOutputRanges=function(e,t,n){(0,eJ.S6)(e,function(e){var r=this.findTargetInfo(e,t);r&&!0!==r&&(0,eJ.S6)(r.coordSyses,function(r){var i=E7[e.brushType](1,r,e.range,!0);n(e,i.values,r,t)})},this)},e.prototype.setInputRanges=function(e,t){(0,eJ.S6)(e,function(e){var n=this.findTargetInfo(e,t);if(e.range=e.range||[],n&&!0!==n){e.panelId=n.panelId;var r,i,o,a,s,l=E7[e.brushType](0,n.coordSys,e.coordRange),u=e.__rangeOffset;e.range=u?Rt[e.brushType](l.values,u.offset,(r=l.xyMinMax,i=u.xyMinMax,o=Rr(r),a=Rr(i),isNaN((s=[o[0]/a[0],o[1]/a[1]])[0])&&(s[0]=1),isNaN(s[1])&&(s[1]=1),s)):l.values}},this)},e.prototype.makePanelOpts=function(e,t){return(0,eJ.UI)(this._targetInfoList,function(n){var r,i,o,a,s=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:t?t(n):null,clipPath:(r=E1(r=s),function(e){return tt.clipPointsByRect(e,r)}),isTargetByCursor:(i=n.coordSysModel,o=E1(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||!!E0.hasOwnProperty(r.mainType)||!a||a.model===i)}),getLinearBrushOtherExtent:(a=E1(a=s),function(e){var t=e?a.width:a.height,n=e?a.x:a.y;return[n,n+(t||0)]})}})},e.prototype.controlSeries=function(e,t,n){var r=this.findTargetInfo(e,n);return!0===r||r&&(0,eJ.cq)(r.coordSyses,t.coordinateSystem)>=0},e.prototype.findTargetInfo=function(e,t){for(var n=this._targetInfoList,r=E4(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<E8.length;s++)if(E8[s](r,o))return o}return!0},e}();function E3(e){return e[0]>e[1]&&e.reverse(),e}function E4(e,t){return(0,tV.pm)(e,t,{includeMainTypes:E2})}var E6={grid:function(e,t){var n=e.xAxisModels,r=e.yAxisModels,i=e.gridModels,o=(0,eJ.kW)(),a={},s={};(n||r||i)&&((0,eJ.S6)(n,function(e){var t=e.axis.grid.model;o.set(t.id,t),a[t.id]=!0}),(0,eJ.S6)(r,function(e){var t=e.axis.grid.model;o.set(t.id,t),s[t.id]=!0}),(0,eJ.S6)(i,function(e){o.set(e.id,e),a[e.id]=!0,s[e.id]=!0}),o.each(function(e){var i=e.coordinateSystem,o=[];(0,eJ.S6)(i.getCartesians(),function(e,t){((0,eJ.cq)(n,e.getAxis("x").model)>=0||(0,eJ.cq)(r,e.getAxis("y").model)>=0)&&o.push(e)}),t.push({panelId:"grid--"+e.id,gridModel:e,coordSysModel:e,coordSys:o[0],coordSyses:o,getPanelRect:E9.grid,xAxisDeclared:a[e.id],yAxisDeclared:s[e.id]})}))},geo:function(e,t){(0,eJ.S6)(e.geoModels,function(e){var n=e.coordinateSystem;t.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:n,coordSyses:[n],getPanelRect:E9.geo})})}},E8=[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}],E9={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var e=this.coordSys,t=e.getBoundingRect().clone();return t.applyTransform(tt.getTransform(e)),t}},E7={lineX:(0,eJ.WA)(Re,0),lineY:(0,eJ.WA)(Re,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=[E3([i[0],o[0]]),E3([i[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(e,t,n,r){var i=[[1/0,-1/0],[1/0,-1/0]];return{values:(0,eJ.UI)(n,function(n){var o=e?t.pointToData(n,r):t.dataToPoint(n,r);return i[0][0]=Math.min(i[0][0],o[0]),i[1][0]=Math.min(i[1][0],o[1]),i[0][1]=Math.max(i[0][1],o[0]),i[1][1]=Math.max(i[1][1],o[1]),o}),xyMinMax:i}}};function Re(e,t,n,r){var i=n.getAxis(["x","y"][e]),o=E3((0,eJ.UI)([0,1],function(e){return t?i.coordToData(i.toLocalCoord(r[e]),!0):i.toGlobalCoord(i.dataToCoord(r[e]))})),a=[];return a[e]=o,a[1-e]=[NaN,NaN],{values:o,xyMinMax:a}}var Rt={lineX:(0,eJ.WA)(Rn,0),lineY:(0,eJ.WA)(Rn,1),rect:function(e,t,n){return[[e[0][0]-n[0]*t[0][0],e[0][1]-n[0]*t[0][1]],[e[1][0]-n[1]*t[1][0],e[1][1]-n[1]*t[1][1]]]},polygon:function(e,t,n){return(0,eJ.UI)(e,function(e,r){return[e[0]-n[0]*t[r][0],e[1]-n[1]*t[r][1]]})}};function Rn(e,t,n,r){return[t[0]-r[e]*n[0],t[1]-r[e]*n[1]]}function Rr(e){return e?[e[0][1]-e[0][0],e[1][1]-e[1][0]]:[NaN,NaN]}var Ri=n(3886),Ro=eJ.S6,Ra=(0,tV.g0)("toolbox-dataZoom_"),Rs=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n,r){this._brushController||(this._brushController=new EC(n.getZr()),this._brushController.on("brush",eJ.ak(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 E5(Ru(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",Ep(t).length>1?"emphasis":"normal")}(e,t)},t.prototype.onclick=function(e,t,n){Rl[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 E5(Ru(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=Ep(t),Ed(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),d=c.findRepresentativeAxisProxy(u).getMinMaxSpan();(null!=d.minValueSpan||null!=d.maxValueSpan)&&(n=oh(0,n.slice(),l.scale.getExtent(),0,d.minValueSpan,d.maxValueSpan)),c&&(o[c.id]={dataZoomId:c.id,startValue:n[0],endValue:n[1]})}},t.prototype._dispatchZoomAction=function(e){var t=[];Ro(e,function(e,n){t.push(eJ.d9(e))}),t.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:t})},t.getDefaultOption=function(e){return{show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:e.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}}},t}(O8),Rl={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=Ep(this.ecModel))[e.length-1],e.length>1&&e.pop(),n={},Ed(t,function(t,r){for(var i=e.length-1;i>=0;i--)if(t=e[i][r]){n[r]=t;break}}),n))}};function Ru(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}function Rc(e){e.registerComponentModel(O7),e.registerComponentView(Et),O9.saveAsImage=En,O9.magicType=Eo,O9.dataView=Ec,O9.dataZoom=Rs,O9.restore=Ef,(0,eX.D)(O6)}(0,Ri.f)("dataZoom",function(e){var t=e.getComponent("toolbox",0),n=["feature","dataZoom"];if(t&&null!=t.get(n)){var r=t.getModel(n),i=[],o=Ru(r),a=(0,tV.pm)(e,o);return Ro(a.xAxisModels,function(e){return s(e,"xAxis","xAxisIndex")}),Ro(a.yAxisModels,function(e){return s(e,"yAxis","yAxisIndex")}),i}function s(e,t,n){var o=e.componentIndex,a={type:"select",$fromToolbox:!0,filterMode:r.get("filterMode",!0)||"filter",id:Ra+t+o};a[n]=o,i.push(a)}});var Rd=n(4665),Rh=n(461);function Rp(e,t){if(t){let n=t.toLowerCase();if("local"!==n&&"browser"!==n)return{...e,timeZone:"utc"===n?"UTC":t}}return e}function Rf(e,t,n){let r=n?.toLowerCase();return n&&"local"!==r&&"browser"!==r?(0,Rd.formatInTimeZone)(e,"utc"===r?"UTC":n,t):(0,Rh.format)(e,t)}function Rg(e,t,n){let r=Rp({hour:"numeric",minute:"numeric",hourCycle:"h23"},n);return t<=18e5?r.second="numeric":t>=864e5&&(r.month="numeric",r.day="numeric"),new Intl.DateTimeFormat(void 0,r).format(e).replace(/, /g," ")}function Rm(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 Rv=e=>{if(!e)return{formattedDate:"",formattedTime:""};let t=new Date(e);return{formattedDate:(0,Rh.format)(t,"MMM dd, yyyy - "),formattedTime:(0,Rh.format)(t,"HH:mm:ss")}},Ry=(0,g.createContext)(void 0);function Rx(e){let{children:t,timeZone:n}=e;return(0,f.jsx)(Ry.Provider,{value:n,children:t})}function Rb(){let e=(0,g.useContext)(Ry);return{timeZone:e??"local",formatWithUserTimeZone:(t,n)=>Rf(t,n,e),dateFormatOptionsWithUserTimeZone:t=>Rp(t,e)}}let Rw=375,RS=650,RC=650,RM=500,Rk=.75,RT=8,RA=750,R_="nearby series showing in tooltip",RI="emphasized series showing as bold in tooltip",RD="#2E313E",RP=new Intl.DateTimeFormat(void 0,{year:"numeric",month:"short",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0}),RO={coords:{plotCanvas:{x:0,y:0},zrender:{x:0,y:0},target:null},chartWidth:0},RE=[],RR={ie:navigator.userAgent.match(/MSIE\s([\d.]+)/)||navigator.userAgent.match(/Trident\/.+?rv:(([\d.]+))/),edge:navigator.userAgent.match(/Edge?\/([\d.]+)/)},RL="onpointerdown"in window&&(RR.edge||RR.ie&&RR.ie[1]&&+RR.ie[1]>=11),RZ=RL?"pointermove":"mousemove",RN=()=>{let[e,t]=(0,g.useState)(null);return(0,g.useEffect)(()=>{let e=e=>t({page:{x:e.pageX,y:e.pageY},client:{x:e.clientX,y:e.clientY},plotCanvas:{x:e.zrX,y:e.zrY},target:e.target});return window.addEventListener(RZ,e),()=>{window.removeEventListener(RZ,e)}},[]),e},RB={wrapLabels:!0,enablePinning:!0},Rz="Click chart to pin",RF="Click chart to unpin";function Rj(e,t,n){return e[t]?e[t][0]?e[t][0][n]:e[t][n]:"contentBoxSize"===t?e.contentRect["inlineSize"===n?"width":"height"]:void 0}function RV(e){void 0===e&&(e={});var t,n,r,i,o,a,s=e.onResize,l=(0,g.useRef)(void 0);l.current=s;var u=e.round||Math.round,c=(0,g.useRef)(),d=(0,g.useState)({width:void 0,height:void 0}),h=d[0],p=d[1],f=(0,g.useRef)(!1);(0,g.useEffect)(function(){return f.current=!1,function(){f.current=!0}},[]);var m=(0,g.useRef)({width:void 0,height:void 0}),v=(t=(0,g.useCallback)(function(t){return c.current&&c.current.box===e.box&&c.current.round===u||(c.current={box:e.box,round:u,instance:new ResizeObserver(function(t){var n=t[0],r="border-box"===e.box?"borderBoxSize":"device-pixel-content-box"===e.box?"devicePixelContentBoxSize":"contentBoxSize",i=Rj(n,r,"inlineSize"),o=Rj(n,r,"blockSize"),a=i?u(i):void 0,s=o?u(o):void 0;if(m.current.width!==a||m.current.height!==s){var c={width:a,height:s};m.current.width=a,m.current.height=s,l.current?l.current(c):f.current||p(c)}})}),c.current.instance.observe(t,{box:e.box}),function(){c.current&&c.current.instance.unobserve(t)}},[e.box,u]),n=e.ref,r=(0,g.useRef)(null),(i=(0,g.useRef)(null)).current=n,o=(0,g.useRef)(null),(0,g.useEffect)(function(){a()}),a=(0,g.useCallback)(function(){var e=o.current,n=i.current,a=e||(n?n instanceof Element?n:n.current:null);(!r.current||r.current.element!==a||r.current.subscriber!==t)&&(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:a,subscriber:t,cleanup:a?t(a):void 0})},[t]),(0,g.useEffect)(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),(0,g.useCallback)(function(e){o.current=e,a()},[a]));return(0,g.useMemo)(function(){return{ref:v,width:h.width,height:h.height}},[v,h.width,h.height])}function R$(e){let{markerColor:t,sx:n}=e;return(0,f.jsx)(iV.Z,{sx:p3({display:"inline-block",width:"11px",height:"11px",borderRadius:"2px",marginRight:1,verticalAlign:"top"},n),style:{backgroundColor:t}})}function RH(e){let{formattedY:t,markerColor:n,metricName:r,metricLabels:i}=e;return(0,f.jsxs)(am.Z,{spacing:.5,children:[(0,f.jsxs)(iV.Z,{sx:e=>({display:"flex",height:"16px",flexDirection:"row",alignItems:"center",justifyContent:"left",color:e.palette.common.white,fontSize:"11px"}),children:[(0,f.jsx)(R$,{markerColor:n,sx:{marginTop:.25}}),(0,f.jsxs)(iV.Z,{component:"span",children:[r,(0,f.jsx)(iV.Z,{component:"span",sx:e=>({color:e.palette.common.white,fontWeight:700,paddingLeft:"2px"}),children:t})]})]}),(0,f.jsx)(xw,{sx:e=>({borderColor:e.palette.grey["500"]})}),(0,f.jsx)(iV.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,f.jsxs)(iV.Z,{sx:{display:"flex",gap:"4px"},children:[(0,f.jsx)(pJ.Z,{sx:{fontSize:"11px"},children:r}),(0,f.jsx)(pJ.Z,{sx:e=>({color:e.palette.common.white,fontWeight:700,fontSize:"11px"}),children:i})]},e)}})})]})}function RW(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,f.jsx)(RH,{formattedY:n,metricName:e,metricLabels:l,markerColor:r})}let u=t.replace(/[,]/g,", ");return(0,f.jsxs)(iV.Z,{sx:{display:"table-row",paddingTop:.5},children:[(0,f.jsxs)(iV.Z,{sx:{display:"table-cell",maxWidth:"520px"},children:[(0,f.jsx)(R$,{markerColor:r,sx:{marginTop:.5}}),(0,f.jsx)(iV.Z,{component:"span",sx:e=>({display:"inline-block",width:"calc(100% - 20px)",minWidth:150,maxWidth:RM,overflow:"hidden",color:e.palette.common.white,fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular,textOverflow:"ellipsis",whiteSpace:a?"normal":"nowrap"}),"aria-label":o?RI:R_,children:u})]}),(0,f.jsx)(iV.Z,{sx:e=>({display:"table-cell",paddingLeft:1.5,textAlign:"right",verticalAlign:"top",fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular}),children:n})]})}function RG(e){let{series:t,wrapLabels:n}=e,r=(0,g.useMemo)(()=>null===t?null:t.sort((e,t)=>e.y>t.y?-1:1),[t]);return null===t||null===r?null:(0,f.jsx)(iV.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,f.jsx)(RW,{seriesName:i,y:o,formattedY:a,markerColor:s,totalSeries:r.length,wrapLabels:n,emphasizeText:l},u)})})}function RU(e){return(0,A.ZP)("MuiSwitch",e)}let Rq=(0,T.Z)("MuiSwitch",["root","edgeStart","edgeEnd","switchBase","colorPrimary","colorSecondary","sizeSmall","sizeMedium","checked","disabled","input","thumb","track"]),RY=e=>{let{classes:t,edge:n,size:r,color:i,checked:o,disabled:a}=e,s={root:["root",n&&`edge${(0,w.Z)(n)}`,`size${(0,w.Z)(r)}`],switchBase:["switchBase",`color${(0,w.Z)(i)}`,o&&"checked",a&&"disabled"],thumb:["thumb"],track:["track"],input:["input"]},l=(0,y.Z)(s,RU,t);return{...t,...l}},RK=(0,S.ZP)("span",{name:"MuiSwitch",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.edge&&t[`edge${(0,w.Z)(n.edge)}`],t[`size${(0,w.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,[`& .${Rq.thumb}`]:{width:16,height:16},[`& .${Rq.switchBase}`]:{padding:4,[`&.${Rq.checked}`]:{transform:"translateX(16px)"}}}}]}),RX=(0,S.ZP)(gf,{name:"MuiSwitch",slot:"SwitchBase",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.switchBase,{[`& .${Rq.input}`]:t.input},"default"!==n.color&&t[`color${(0,w.Z)(n.color)}`]]}})((0,C.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}),[`&.${Rq.checked}`]:{transform:"translateX(20px)"},[`&.${Rq.disabled}`]:{color:e.vars?e.vars.palette.Switch.defaultDisabledColor:`${"light"===e.palette.mode?e.palette.grey[100]:e.palette.grey[600]}`},[`&.${Rq.checked} + .${Rq.track}`]:{opacity:.5},[`&.${Rq.disabled} + .${Rq.track}`]:{opacity:e.vars?e.vars.opacity.switchTrackDisabled:`${"light"===e.palette.mode?.12:.2}`},[`& .${Rq.input}`]:{left:"-100%",width:"300%"}})),(0,C.Z)(({theme:e})=>({"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,x.Fq)(e.palette.action.active,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[...Object.entries(e.palette).filter((0,M.Z)(["light"])).map(([t])=>({props:{color:t},style:{[`&.${Rq.checked}`]:{color:(e.vars||e).palette[t].main,"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,x.Fq)(e.palette[t].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${Rq.disabled}`]:{color:e.vars?e.vars.palette.Switch[`${t}DisabledColor`]:`${"light"===e.palette.mode?(0,x.$n)(e.palette[t].main,.62):(0,x._j)(e.palette[t].main,.55)}`}},[`&.${Rq.checked} + .${Rq.track}`]:{backgroundColor:(e.vars||e).palette[t].main}}}))]}))),RJ=(0,S.ZP)("span",{name:"MuiSwitch",slot:"Track",overridesResolver:(e,t)=>t.track})((0,C.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}`}))),RQ=(0,S.ZP)("span",{name:"MuiSwitch",slot:"Thumb",overridesResolver:(e,t)=>t.thumb})((0,C.Z)(({theme:e})=>({boxShadow:(e.vars||e).shadows[1],backgroundColor:"currentColor",width:20,height:20,borderRadius:"50%"}))),R0=g.forwardRef(function(e,t){let n=(0,k.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=RY(u),d=(0,f.jsx)(RQ,{className:c.thumb,ownerState:u});return(0,f.jsxs)(RK,{className:(0,v.Z)(c.root,r),sx:s,ownerState:u,children:[(0,f.jsx)(RX,{type:"checkbox",icon:d,checkedIcon:d,ref:t,ownerState:u,...l,classes:{...c,root:c.switchBase}}),(0,f.jsx)(RJ,{className:c.track,ownerState:u})]})});var R1=n(5891),R2=n(5186);let R5=(0,g.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,f.jsxs)(iV.Z,{sx:e=>({width:"100%",maxWidth:RS,padding:e.spacing(1.5,2,.5,2),backgroundColor:e.palette.designSystem?.grey[800]??RD,position:"sticky",top:0,left:0}),children:[(0,f.jsxs)(iV.Z,{sx:{width:"100%",display:"flex",justifyContent:"start",alignItems:"center",paddingBottom:.5},children:[(e=>{let{formattedTime:t,formattedDate:n}=Rv(e);return(0,f.jsxs)(iV.Z,{children:[(0,f.jsx)(pJ.Z,{variant:"caption",sx:e=>({color:e.palette.common.white}),children:n}),(0,f.jsx)(pJ.Z,{variant:"caption",children:(0,f.jsx)("strong",{children:t})})]})})(s),(0,f.jsxs)(am.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},children:[l&&(0,f.jsxs)(am.Z,{direction:"row",gap:.5,alignItems:"center",sx:{textAlign:"right"},children:[(0,f.jsx)(pJ.Z,{sx:{fontSize:11},children:"Show All"}),(0,f.jsx)(R0,{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,f.jsxs)(am.Z,{direction:"row",alignItems:"center",children:[(0,f.jsx)(pJ.Z,{sx:{marginRight:.5,fontSize:11,verticalAlign:"middle"},children:n?RF:Rz}),n?(0,f.jsx)(R1.default,{onClick:()=>{void 0!==a&&a()},sx:{fontSize:16,cursor:"pointer"}}):(0,f.jsx)(R2.default,{sx:{fontSize:16}})]})]})]}),(0,f.jsx)(xw,{sx:e=>({width:"100%",borderColor:e.palette.grey["500"]})})]})}),R3=1e3,R4="Pinned Crosshair",R6={name:R4,type:"line",markLine:{data:[],lineStyle:{type:"dashed",width:2},emphasis:{lineStyle:{width:2,opacity:1}},blur:{lineStyle:{width:2,opacity:1}}}};function R8(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 R9(e){e.dispatchAction({type:"restore"})}function R7(e){void 0!==e.dispatchAction&&(e.dispatchAction({type:"unselect"}),e.dispatchAction({type:"downplay"}))}function Le(e,t,n){if(void 0===n)return null;let r=[e,t];return n.containPixel("grid",r)?n.convertFromPixel("grid",r):null}function Lt(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 Ln(e){return e[e.length-1]?.name===R4}function Lr(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 Li(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=Lr(o.values,t)}return r}let Lo=5.5,La=30,Ls=5;function Ll(e,t,n,r,i,o){let a=[],s=n[0]??null,l=n[1]??null;if(null===s||null===l||void 0===i.dispatchAction||!Array.isArray(e))return a;let u=[],c=[],d=[],h=[],p=[],f=e.length,g=new Map,m=Lr(e[0]?.values,s);if(null===m)return RE;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=Lh({valueToCheck:l,baseValue:v,percentage:Math.max(f>Ls?2:5,100/f)});if(t){c.push(n);let t=g.get(v)??0;g.set(v,t+1),t>0&&p.push({seriesIndex:n,dataIndex:e,seriesName:x,yValue:v}),h.push({seriesIndex:n,dataIndex:e,seriesName:x,yValue:v})}else d.push(n),i.dispatchAction({type:"downplay",seriesIndex:n});let r=eq(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 Lt(i,u,c,d,h,p),a}function Lu(e,t,n,r,i){let o=[],a=t[0]??null,s=t[1]??null;if(null===a||null===s)return o;let l=[],u=[],c=[],d=e.timeSeries.length;if(Array.isArray(e.xAxis)&&Array.isArray(e.timeSeries))for(let t=0;t<d;t++){let h=e.timeSeries[t];if(void 0===h||o.length>=R3)break;let p=h.name?h.name.toString():"",f=h.color??"#000";if(Array.isArray(h.data))for(let g=0;g<h.data.length;g++){let m=e.xAxis[g]??0,v=h.data[g];if(null!=v&&a===g&&"-"!==v&&s<=v+n&&s>=v-n){let e=Lh({valueToCheck:s,baseValue:v,percentage:Math.max(d>Ls?2:5,100/d)});e?u.push(t):(c.push(t),r?.dispatchAction!==void 0&&r.dispatchAction({type:"downplay",seriesIndex:t}));let n=m>0x174876e7ff?m:1e3*m,a=eq(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 Lc({mousePos:e,pinnedPos:t,data:n,seriesMapping:r,chart:i,format:o,showAllSeries:a=!1}){if(void 0===i||null===e)return RE;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 RE;let l=Le(e.plotCanvas.x,e.plotCanvas.y,i);if(null!==l){let e=Lp({yInterval:i._model.getComponent("yAxis").axis.scale._interval,totalSeries:n.length,showAllSeries:a});return Ll(n,r,l,e,i,o)}return RE}function Ld({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=Lp({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 Lu(n,e,s,r,i)}return[]}function Lh({valueToCheck:e,baseValue:t,percentage:n}){let r=n/100*t;return e>=t-r&&e<=t+r}function Lp({yInterval:e,totalSeries:t,showAllSeries:n=!1}){if(n)return 10*e;let r=.3*e;return t>Ls?Math.max(r,e*La/t):Math.max(r,e*Lo)}function Lf(e,t,n,r,i,o){let a;if(null===e||(null!==n&&(e=n),void 0===e.plotCanvas.x))return;let s=e.page.x,l=e.page.y+16;return o&&(s=s-(a=o.getBoundingClientRect()).left+o.scrollLeft,l=l-a.top+o.scrollTop),e.client.y+r+16>window.innerHeight&&(l-=r*Rk,a&&l<a.top&&(l=RT/2)),e.plotCanvas.x>t-.9*i&&s>RS?`translate3d(${s-32}px, ${l}px, 0) translateX(-100%)`:`translate3d(${s+32}px, ${l}px, 0)`}function Lg(e,t,n){return{minWidth:Rw,maxWidth:RS,maxHeight:(n?n-RT:void 0)??RC,padding:0,position:"absolute",top:0,left:0,backgroundColor:e.palette.designSystem?.grey[800]??RD,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 Lm=(0,g.memo)(function({chartRef:e,chartData:t,enablePinning:n=!0,wrapLabels:r,format:i,onUnpinClick:o,pinnedPos:a,containerId:s}){let[l,u]=(0,g.useState)(!1),c=RN(),{height:d,width:h,ref:p}=RV(),m=(0,g.useRef)(),v=null!==a&&n;if(null===c||null===c.target||null===a&&"CANVAS"!==c.target.tagName)return null;let y=e.current,x=y?.getWidth()??RA,b=Ld({mousePos:c,chartData:t,pinnedPos:a,chart:y,format:i,showAllSeries:l});if(0===b.length)return null;let w=t.timeSeries.length,S=s?document.querySelector(s):void 0,C=S?S.getBoundingClientRect().height:void 0;return v||(m.current=Lf(c,x,a,d??0,h??0,S)),(0,f.jsx)(lu,{container:S,children:(0,f.jsx)(iV.Z,{ref:p,sx:e=>({minWidth:Rw,maxWidth:RS,maxHeight:C??RC,padding:0,position:"absolute",top:0,left:0,backgroundColor:e.palette.designSystem?.grey[800]??RD,borderRadius:"6px",color:"#fff",fontSize:"11px",visibility:"visible",opacity:1,transition:"all 0.1s ease-out",zIndex:null!==a?"auto":e.zIndex.tooltip,overflow:"hidden","&:hover":{overflowY:"auto"}}),style:{transform:m.current,display:m.current?"block":"none"},children:(0,f.jsxs)(am.Z,{spacing:.5,children:[(0,f.jsx)(R5,{nearbySeries:b,totalSeries:w,enablePinning:n,isTooltipPinned:v,showAllSeries:l,onShowAllClick:e=>u(e),onUnpinClick:o}),(0,f.jsx)(RG,{series:b,wrapLabels:r})]})})})});(0,eX.D)([On,r2,oq,O_,OQ,O5,ie,Rc,iI,as,ij]);let Lv=(0,g.forwardRef)(function({height:e,data:t,yAxis:n,format:r,grid:i,legend:o,tooltipConfig:a=RB,noDataVariant:s="message",syncGroup:l,onDataZoom:u,onDoubleClick:c,__experimentalEChartsOptionsOverride:d},h){let p=iG(),m=(0,g.useRef)(),[v,y]=(0,g.useState)(!0),[x,b]=(0,g.useState)(null),{timeZone:w}=Rb(),[S,C]=(0,g.useState)(!1),[M,k]=(0,g.useState)(0);(0,g.useImperativeHandle)(h,()=>({highlightSeries({id:e}){m.current&&m.current.dispatchAction({type:"highlight",seriesId:e})},clearHighlightedSeries:()=>{m.current&&R7(m.current)}}),[]);let T=(0,g.useMemo)(()=>({datazoom:e=>{if(void 0===u&&setTimeout(()=>{b(null)},10),void 0===u||void 0===e.batch[0])return;let n=e.batch[0].startValue??0,r=e.batch[0].endValue??t.xAxis.length-1,i=t.xAxis[n],o=t.xAxis[r];void 0!==i&&void 0!==o&&u({start:i,end:o,startIndex:n,endIndex:r})}}),[t,u,b]);void 0!==m.current&&R8(m.current);let{noDataOption:A}=p,_=(0,g.useMemo)(()=>{if(void 0===t.timeSeries)return{};if(null===t.timeSeries||0===t.timeSeries.length&&"message"===s)return A;let e=t.rangeMs??af(t.xAxis),a={series:t.timeSeries,xAxis:{type:"category",data:t.xAxis,max:t.xAxisMax,axisLabel:{formatter:t=>Rg(t,e,w)}},yAxis:ap(n,r),animation:!1,tooltip:{show:!0,trigger:"axis",showContent:!1},axisPointer:{type:"line",z:0,triggerEmphasis:!1,triggerTooltip:!1,snap:!0},toolbox:{feature:{dataZoom:{icon:null,yAxisIndex:"none"}}},grid:i,legend:o};return d?d(a):a},[t,n,r,i,o,A,w,d,s]);return(0,f.jsxs)(iV.Z,{style:{height:e},onClick:e=>{a.enablePinning&&e.target instanceof HTMLCanvasElement&&b(t=>null===t?{page:{x:e.pageX,y:e.pageY},client:{x:e.clientX,y:e.clientY},plotCanvas:{x:e.nativeEvent.offsetX,y:e.nativeEvent.offsetY},target:e.target}:null)},onMouseDown:e=>{let{clientX:t}=e;C(!0),k(t)},onMouseMove:e=>{if(!(e.target instanceof HTMLCanvasElement))return;let{clientX:t}=e;S&&t-M>0&&y(!1)},onMouseUp:()=>{C(!1),k(0),y(!0)},onMouseLeave:()=>{null===x&&y(!1),void 0!==m.current&&R7(m.current)},onMouseEnter:()=>{y(!0),void 0!==m.current&&R8(m.current)},onDoubleClick:e=>{b(null),void 0===c?void 0!==m.current&&R9(m.current):c(e)},children:[!0===v&&_.tooltip?.showContent===!1&&!0!==a.hidden&&(0,f.jsx)(Lm,{chartRef:m,chartData:t,wrapLabels:a.wrapLabels,enablePinning:a.enablePinning,pinnedPos:x,format:r,onUnpinClick:()=>{b(null)},containerId:p.tooltipPortalContainerId}),(0,f.jsx)(ac,{sx:{width:"100%",height:"100%"},option:_,theme:p.echartsTheme,onEvents:T,_instance:m,syncGroup:l})]})});function Ly(e){return(0,A.ZP)("MuiFormControlLabel",e)}let Lx=(0,T.Z)("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"]),Lb=e=>{let{classes:t,disabled:n,labelPlacement:r,error:i,required:o}=e,a={root:["root",n&&"disabled",`labelPlacement${(0,w.Z)(r)}`,i&&"error",o&&"required"],label:["label",n&&"disabled"],asterisk:["asterisk",i&&"error"]};return(0,y.Z)(a,Ly,t)},Lw=(0,S.ZP)("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${Lx.label}`]:t.label},t.root,t[`labelPlacement${(0,w.Z)(n.labelPlacement)}`]]}})((0,C.Z)(({theme:e})=>({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${Lx.disabled}`]:{cursor:"default"},[`& .${Lx.label}`]:{[`&.${Lx.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}}]}))),LS=(0,S.ZP)("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})((0,C.Z)(({theme:e})=>({[`&.${Lx.error}`]:{color:(e.vars||e).palette.error.main}}))),LC=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiFormControlLabel"}),{checked:r,className:i,componentsProps:o={},control:a,disabled:s,disableTypography:l,inputRef:u,label:c,labelPlacement:d="end",name:h,onChange:p,required:m,slots:y={},slotProps:x={},value:b,...w}=n,S=aE(),C=s??a.props.disabled??S?.disabled,M=m??a.props.required,T={disabled:C,required:M};["checked","name","onChange","value","inputRef"].forEach(e=>{void 0===a.props[e]&&void 0!==n[e]&&(T[e]=n[e])});let A=aP({props:n,muiFormControl:S,states:["error"]}),_={...n,disabled:C,labelPlacement:d,required:M,error:A.error},I=Lb(_),D={slots:y,slotProps:{...o,...x}},[P,O]=(0,lc.Z)("typography",{elementType:pJ.Z,externalForwardedProps:D,ownerState:_}),E=c;return null==E||E.type===pJ.Z||l||(E=(0,f.jsx)(P,{component:"span",...O,className:(0,v.Z)(I.label,O?.className),children:E})),(0,f.jsxs)(Lw,{className:(0,v.Z)(I.root,i),ownerState:_,ref:t,...w,children:[g.cloneElement(a,T),M?(0,f.jsxs)("div",{children:[E,(0,f.jsxs)(LS,{ownerState:_,"aria-hidden":!0,className:I.asterisk,children:[" ","*"]})]}):E]})});var LM=e=>"checkbox"===e.type,Lk=e=>e instanceof Date,LT=e=>null==e;let LA=e=>"object"==typeof e;var L_=e=>!LT(e)&&!Array.isArray(e)&&LA(e)&&!Lk(e),LI=e=>L_(e)&&e.target?LM(e.target)?e.target.checked:e.target.value:e,LD=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,LP=(e,t)=>e.has(LD(t)),LO=e=>{let t=e.constructor&&e.constructor.prototype;return L_(t)&&t.hasOwnProperty("isPrototypeOf")},LE="undefined"!=typeof window&&void 0!==window.HTMLElement&&"undefined"!=typeof document;function LR(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(!(!(LE&&(e instanceof Blob||r))&&(n||L_(e))))return e;else if(t=n?[]:{},n||LO(e))for(let n in e)e.hasOwnProperty(n)&&(t[n]=LR(e[n]));else t=e;return t}var LL=e=>Array.isArray(e)?e.filter(Boolean):[],LZ=e=>void 0===e,LN=(e,t,n)=>{if(!t||!L_(e))return n;let r=LL(t.split(/[,[\].]+?/)).reduce((e,t)=>LT(e)?e:e[t],e);return LZ(r)||r===e?LZ(e[t])?n:e[t]:r},LB=e=>"boolean"==typeof e,Lz=e=>/^\w*$/.test(e),LF=e=>LL(e.replace(/["|']|\]/g,"").split(/\.|\[/)),Lj=(e,t,n)=>{let r=-1,i=Lz(t)?[t]:LF(t),o=i.length,a=o-1;for(;++r<o;){let t=i[r],o=n;if(r!==a){let n=e[t];o=L_(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 LV={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},L$={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},LH=g.createContext(null),LW=()=>g.useContext(LH);var LG=(e,t,n,r=!0)=>{let i={defaultValues:t._defaultValues};for(let o in e)Object.defineProperty(i,o,{get:()=>(t._proxyFormState[o]!==LV.all&&(t._proxyFormState[o]=!r||LV.all),n&&(n[o]=!0),e[o])});return i},LU=e=>L_(e)&&!Object.keys(e).length,Lq=(e,t,n,r)=>{n(e);let{name:i,...o}=e;return LU(o)||Object.keys(o).length>=Object.keys(t).length||Object.keys(o).find(e=>t[e]===(!r||LV.all))},LY=e=>Array.isArray(e)?e:[e],LK=(e,t,n)=>!e||!t||e===t||LY(e).some(e=>e&&(n?e===t:e.startsWith(t)||t.startsWith(e)));function LX(e){let t=g.useRef(e);t.current=e,g.useEffect(()=>{let n=!e.disabled&&t.current.subject&&t.current.subject.subscribe({next:t.current.next});return()=>{n&&n.unsubscribe()}},[e.disabled])}var LJ=e=>"string"==typeof e,LQ=(e,t,n,r,i)=>LJ(e)?(r&&t.watch.add(e),LN(n,e,i)):Array.isArray(e)?e.map(e=>(r&&t.watch.add(e),LN(n,e))):(r&&(t.watchAll=!0),n);let L0=e=>e.render(function(e){let t=LW(),{name:n,disabled:r,control:i=t.control,shouldUnregister:o}=e,a=LP(i._names.array,n),s=function(e){let t=LW(),{control:n=t.control,name:r,defaultValue:i,disabled:o,exact:a}=e||{},s=g.useRef(r);s.current=r,LX({disabled:o,subject:n._subjects.values,next:e=>{LK(s.current,e.name,a)&&u(LR(LQ(s.current,n._names,e.values||n._formValues,!1,i)))}});let[l,u]=g.useState(n._getWatch(r,i));return g.useEffect(()=>n._removeUnmounted()),l}({control:i,name:n,defaultValue:LN(i._formValues,n,LN(i._defaultValues,n,e.defaultValue)),exact:!0}),l=function(e){let t=LW(),{control:n=t.control,disabled:r,name:i,exact:o}=e||{},[a,s]=g.useState(n._formState),l=g.useRef(!0),u=g.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1}),c=g.useRef(i);return c.current=i,LX({disabled:r,next:e=>l.current&&LK(c.current,e.name,o)&&Lq(e,u.current,n._updateFormState)&&s({...n._formState,...e}),subject:n._subjects.state}),g.useEffect(()=>(l.current=!0,u.current.isValid&&n._updateValid(!0),()=>{l.current=!1}),[n]),g.useMemo(()=>LG(a,n,u.current,!1),[a,n])}({control:i,name:n,exact:!0}),u=g.useRef(i.register(n,{...e.rules,value:s,...LB(e.disabled)?{disabled:e.disabled}:{}})),c=g.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!LN(l.errors,n)},isDirty:{enumerable:!0,get:()=>!!LN(l.dirtyFields,n)},isTouched:{enumerable:!0,get:()=>!!LN(l.touchedFields,n)},isValidating:{enumerable:!0,get:()=>!!LN(l.validatingFields,n)},error:{enumerable:!0,get:()=>LN(l.errors,n)}}),[l,n]),d=g.useMemo(()=>({name:n,value:s,...LB(r)||l.disabled?{disabled:l.disabled||r}:{},onChange:e=>u.current.onChange({target:{value:LI(e),name:n},type:"change"}),onBlur:()=>u.current.onBlur({target:{value:LN(i._formValues,n),name:n},type:"blur"}),ref:e=>{let t=LN(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 g.useEffect(()=>{let e=i._options.shouldUnregister||o,t=(e,t)=>{let n=LN(i._fields,e);n&&n._f&&(n._f.mount=t)};if(t(n,!0),e){let e=LR(LN(i._options.defaultValues,n));Lj(i._defaultValues,n,e),LZ(LN(i._formValues,n))&&Lj(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]),g.useEffect(()=>{i._updateDisabledField({disabled:r,fields:i._fields,name:n})},[r,n,i]),g.useMemo(()=>({field:d,formState:l,fieldState:c}),[d,l,c])}(e));var L1=(e,t,n,r,i)=>t?{...n[e],types:{...n[e]&&n[e].types?n[e].types:{},[r]:i||!0}}:{},L2=()=>{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)})},L5=(e,t,n={})=>n.shouldFocus||LZ(n.shouldFocus)?n.focusName||`${e}.${LZ(n.focusIndex)?t:n.focusIndex}.`:"",L3=e=>({isOnSubmit:!e||e===LV.onSubmit,isOnBlur:e===LV.onBlur,isOnChange:e===LV.onChange,isOnAll:e===LV.all,isOnTouch:e===LV.onTouched}),L4=(e,t,n)=>!n&&(t.watchAll||t.watch.has(e)||[...t.watch].some(t=>e.startsWith(t)&&/^\.\w+/.test(e.slice(t.length))));let L6=(e,t,n,r)=>{for(let i of n||Object.keys(e)){let n=LN(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(L6(o,t))break}else if(L_(o)&&L6(o,t))break}}};var L8=(e,t,n)=>{let r=LY(LN(e,n));return Lj(r,"root",t[n]),Lj(e,n,r),e},L9=e=>"file"===e.type,L7=e=>"function"==typeof e,Ze=e=>{if(!LE)return!1;let t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},Zt=e=>LJ(e),Zn=e=>"radio"===e.type,Zr=e=>e instanceof RegExp;let Zi={value:!1,isValid:!1},Zo={value:!0,isValid:!0};var Za=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&&!LZ(e[0].attributes.value)?LZ(e[0].value)||""===e[0].value?Zo:{value:e[0].value,isValid:!0}:Zo:Zi}return Zi};let Zs={isValid:!1,value:null};var Zl=e=>Array.isArray(e)?e.reduce((e,t)=>t&&t.checked&&!t.disabled?{isValid:!0,value:t.value}:e,Zs):Zs;function Zu(e,t,n="validate"){if(Zt(e)||Array.isArray(e)&&e.every(Zt)||LB(e)&&!e)return{type:n,message:Zt(e)?e:"",ref:t}}var Zc=e=>L_(e)&&!Zr(e)?e:{value:e,message:""},Zd=async(e,t,n,r,i,o)=>{let{ref:a,refs:s,required:l,maxLength:u,minLength:c,min:d,max:h,pattern:p,validate:f,name:g,valueAsNumber:m,mount:v}=e._f,y=LN(n,g);if(!v||t.has(g))return{};let x=s?s[0]:a,b=e=>{i&&x.reportValidity&&(x.setCustomValidity(LB(e)?"":e||""),x.reportValidity())},w={},S=Zn(a),C=LM(a),M=(m||L9(a))&&LZ(a.value)&&LZ(y)||Ze(a)&&""===a.value||""===y||Array.isArray(y)&&!y.length,k=L1.bind(null,g,r,w),T=(e,t,n,r=L$.maxLength,i=L$.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)&&(M||LT(y))||LB(y)&&!y||C&&!Za(s).isValid||S&&!Zl(s).isValid)){let{value:e,message:t}=Zt(l)?{value:!!l,message:l}:Zc(l);if(e&&(w[g]={type:L$.required,message:t,ref:x,...k(L$.required,t)},!r))return b(t),w}if(!M&&(!LT(d)||!LT(h))){let e,t;let n=Zc(h),i=Zc(d);if(LT(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;LJ(n.value)&&y&&(e=s?o(y)>o(n.value):l?y>n.value:r>new Date(n.value)),LJ(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);LT(n.value)||(e=r>n.value),LT(i.value)||(t=r<i.value)}if((e||t)&&(T(!!e,n.message,i.message,L$.max,L$.min),!r))return b(w[g].message),w}if((u||c)&&!M&&(LJ(y)||o&&Array.isArray(y))){let e=Zc(u),t=Zc(c),n=!LT(e.value)&&y.length>+e.value,i=!LT(t.value)&&y.length<+t.value;if((n||i)&&(T(n,e.message,t.message),!r))return b(w[g].message),w}if(p&&!M&&LJ(y)){let{value:e,message:t}=Zc(p);if(Zr(e)&&!y.match(e)&&(w[g]={type:L$.pattern,message:t,ref:a,...k(L$.pattern,t)},!r))return b(t),w}if(f){if(L7(f)){let e=Zu(await f(y,n),x);if(e&&(w[g]={...e,...k(L$.validate,e.message)},!r))return b(e.message),w}else if(L_(f)){let e={};for(let t in f){if(!LU(e)&&!r)break;let i=Zu(await f[t](y,n),x,t);i&&(e={...i,...k(t,i.message)},b(i.message),r&&(w[g]=e))}if(!LU(e)&&(w[g]={ref:x,...e},!r))return w}}return b(!0),w},Zh=(e,t)=>[...e,...LY(t)],Zp=e=>Array.isArray(e)?e.map(()=>void 0):void 0;function Zf(e,t,n){return[...e.slice(0,t),...LY(n),...e.slice(t)]}var Zg=(e,t,n)=>Array.isArray(e)?(LZ(e[n])&&(e[n]=void 0),e.splice(n,0,e.splice(t,1)[0]),e):[],Zm=(e,t)=>[...LY(t),...LY(e)],Zv=(e,t)=>LZ(t)?[]:function(e,t){let n=0,r=[...e];for(let e of t)r.splice(e-n,1),n++;return LL(r).length?r:[]}(e,LY(t).sort((e,t)=>e-t)),Zy=(e,t,n)=>{[e[t],e[n]]=[e[n],e[t]]},Zx=(e,t,n)=>(e[t]=n,e);LV.onSubmit,LV.onChange;var Zb=n(3755),Zw=n(6396);function ZS({control:e,...t}){let{fields:n,append:r,remove:i}=function(e){let t=LW(),{control:n=t.control,name:r,keyName:i="id",shouldUnregister:o,rules:a}=e,[s,l]=g.useState(n._getFieldArray(r)),u=g.useRef(n._getFieldArray(r).map(L2)),c=g.useRef(s),d=g.useRef(r),h=g.useRef(!1);d.current=r,c.current=s,n._names.array.add(r),a&&n.register(r,a),LX({next:({values:e,name:t})=>{if(t===d.current||!t){let t=LN(e,d.current);Array.isArray(t)&&(l(t),u.current=t.map(L2))}},subject:n._subjects.array});let p=g.useCallback(e=>{h.current=!0,n._updateFieldArray(r,e)},[n,r]);return g.useEffect(()=>{if(n._state.action=!1,L4(r,n._names)&&n._subjects.state.next({...n._formState}),h.current&&(!L3(n._options.mode).isOnSubmit||n._formState.isSubmitted)){if(n._options.resolver)n._executeSchema([r]).then(e=>{let t=LN(e.errors,r),i=LN(n._formState.errors,r);(i?!t&&i.type||t&&(i.type!==t.type||i.message!==t.message):t&&t.type)&&(t?Lj(n._formState.errors,r,t):function e(t,n){let r=Array.isArray(n)?n:Lz(n)?[n]:LF(n),i=1===r.length?t:function(e,t){let n=t.slice(0,-1).length,r=0;for(;r<n;)e=LZ(e)?r++:e[t[r++]];return e}(t,r),o=r.length-1,a=r[o];return i&&delete i[a],0!==o&&(L_(i)&&LU(i)||Array.isArray(i)&&function(e){for(let t in e)if(e.hasOwnProperty(t)&&!LZ(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=LN(n._fields,r);e&&e._f&&!(L3(n._options.reValidateMode).isOnSubmit&&L3(n._options.mode).isOnSubmit)&&Zd(e,n._names.disabled,n._formValues,n._options.criteriaMode===LV.all,n._options.shouldUseNativeValidation,!0).then(e=>!LU(e)&&n._subjects.state.next({errors:L8(n._formState.errors,e,r)}))}}n._subjects.values.next({name:r,values:{...n._formValues}}),n._names.focus&&L6(n._fields,(e,t)=>{if(n._names.focus&&t.startsWith(n._names.focus)&&e.focus)return e.focus(),1}),n._names.focus="",n._updateValid(),h.current=!1},[s,r,n]),g.useEffect(()=>(LN(n._formValues,r)||n._updateFieldArray(r),()=>{(n._options.shouldUnregister||o)&&n.unregister(r)}),[r,n,i,o]),{swap:g.useCallback((e,t)=>{let i=n._getFieldArray(r);Zy(i,e,t),Zy(u.current,e,t),p(i),l(i),n._updateFieldArray(r,i,Zy,{argA:e,argB:t},!1)},[p,r,n]),move:g.useCallback((e,t)=>{let i=n._getFieldArray(r);Zg(i,e,t),Zg(u.current,e,t),p(i),l(i),n._updateFieldArray(r,i,Zg,{argA:e,argB:t},!1)},[p,r,n]),prepend:g.useCallback((e,t)=>{let i=LY(LR(e)),o=Zm(n._getFieldArray(r),i);n._names.focus=L5(r,0,t),u.current=Zm(u.current,i.map(L2)),p(o),l(o),n._updateFieldArray(r,o,Zm,{argA:Zp(e)})},[p,r,n]),append:g.useCallback((e,t)=>{let i=LY(LR(e)),o=Zh(n._getFieldArray(r),i);n._names.focus=L5(r,o.length-1,t),u.current=Zh(u.current,i.map(L2)),p(o),l(o),n._updateFieldArray(r,o,Zh,{argA:Zp(e)})},[p,r,n]),remove:g.useCallback(e=>{let t=Zv(n._getFieldArray(r),e);u.current=Zv(u.current,e),p(t),l(t),Array.isArray(LN(n._fields,r))||Lj(n._fields,r,void 0),n._updateFieldArray(r,t,Zv,{argA:e})},[p,r,n]),insert:g.useCallback((e,t,i)=>{let o=LY(LR(t)),a=Zf(n._getFieldArray(r),e,o);n._names.focus=L5(r,e,i),u.current=Zf(u.current,e,o.map(L2)),p(a),l(a),n._updateFieldArray(r,a,Zf,{argA:e,argB:Zp(t)})},[p,r,n]),update:g.useCallback((e,t)=>{let i=LR(t),o=Zx(n._getFieldArray(r),e,i);u.current=[...o].map((t,n)=>t&&n!==e?u.current[n]:L2()),p(o),l([...o]),n._updateFieldArray(r,o,Zx,{argA:e,argB:i},!0,!1)},[p,r,n]),replace:g.useCallback(e=>{let t=LY(LR(e));u.current=t.map(L2),p([...t]),l([...t]),n._updateFieldArray(r,[...t],e=>e,{},!0,!1)},[p,r,n]),fields:g.useMemo(()=>s.map((e,t)=>({...e,[i]:u.current[t]||L2()})),[s,i])}}({control:e,name:"panelDefinition.spec.links"});return(0,f.jsxs)(am.Z,{...t,gap:3,children:[n&&n.length>0?n.map((t,n)=>(0,f.jsxs)(g.Fragment,{children:[(0,f.jsxs)(am.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,f.jsx)(ZC,{control:e,index:n}),(0,f.jsx)(av.Z,{style:{width:"fit-content",height:"fit-content"},onClick:()=>i(n),children:(0,f.jsx)(Zw.default,{})})]}),(0,f.jsx)(xw,{})]},t.id)):(0,f.jsx)(pJ.Z,{variant:"subtitle1",mb:2,fontStyle:"italic",children:"No links defined"}),(0,f.jsx)(av.Z,{style:{width:"fit-content",height:"fit-content"},onClick:()=>r({url:""}),children:(0,f.jsx)(Zb.default,{})})]})}function ZC({control:e,index:t}){return(0,f.jsxs)(am.Z,{gap:2,flexGrow:1,children:[(0,f.jsxs)(am.Z,{direction:"row",gap:2,children:[(0,f.jsx)(L0,{control:e,name:`panelDefinition.spec.links.${t}.url`,render:({field:e,fieldState:t})=>(0,f.jsx)(um,{...e,required:!0,fullWidth:!0,label:"URL",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,f.jsx)(L0,{control:e,name:`panelDefinition.spec.links.${t}.name`,render:({field:e,fieldState:t})=>(0,f.jsx)(um,{...e,fullWidth:!0,label:"Name",defaultValue:"",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,f.jsx)(L0,{control:e,name:`panelDefinition.spec.links.${t}.tooltip`,render:({field:e,fieldState:t})=>(0,f.jsx)(um,{...e,fullWidth:!0,label:"Tooltip",defaultValue:"",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})})]}),(0,f.jsxs)(am.Z,{gap:2,direction:"row",alignItems:"center",children:[(0,f.jsx)(L0,{control:e,name:`panelDefinition.spec.links.${t}.renderVariables`,render:({field:e})=>(0,f.jsx)(LC,{label:"Render Variables",control:(0,f.jsx)(gk,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})}),(0,f.jsx)(L0,{control:e,name:`panelDefinition.spec.links.${t}.targetBlank`,render:({field:e})=>(0,f.jsx)(LC,{label:"Open in new tab",control:(0,f.jsx)(gk,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})})]})]})}let ZM=[{id:"value",label:"Value"},{id:"percentage",label:"Percentage"}];function Zk({disablePercentageMode:e,onChange:t,value:n="value"}){return(0,f.jsx)(vb,{label:"Mode",control:(0,f.jsx)(v3,{value:ZM.find(e=>e.id===n),options:ZM,getOptionLabel:e=>e.label,getOptionDisabled:t=>"percentage"===t.id&&e,onChange:(e,{id:n})=>{t(n)},disableClearable:!0})})}var ZT=n(3890),ZA=n(3772);let Z_=g.createContext();function ZI(e){return(0,A.ZP)("MuiGrid",e)}let ZD=["auto",!0,1,2,3,4,5,6,7,8,9,10,11,12],ZP=(0,T.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}`),...ZD.map(e=>`grid-xs-${e}`),...ZD.map(e=>`grid-sm-${e}`),...ZD.map(e=>`grid-md-${e}`),...ZD.map(e=>`grid-lg-${e}`),...ZD.map(e=>`grid-xl-${e}`)]);function ZO({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 ZE=(0,S.ZP)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e,{container:r,direction:i,item:o,spacing:a,wrap:s,zeroMinWidth:l,breakpoints:u}=n,c=[];r&&(c=function(e,t,n={}){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[n[`spacing-xs-${String(e)}`]];let r=[];return t.forEach(t=>{let i=e[t];Number(i)>0&&r.push(n[`spacing-${t}-${String(i)}`])}),r}(a,u,t));let d=[];return u.forEach(e=>{let r=n[e];r&&d.push(t[`grid-${e}-${String(r)}`])}),[t.root,r&&t.container,o&&t.item,l&&t.zeroMinWidth,...c,"row"!==i&&t[`direction-xs-${String(i)}`],"wrap"!==s&&t[`wrap-xs-${String(s)}`],...d]}})(({ownerState:e})=>({boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",width:"100%"},...e.item&&{margin:0},...e.zeroMinWidth&&{minWidth:0},..."wrap"!==e.wrap&&{flexWrap:e.wrap}}),function({theme:e,ownerState:t}){let n=(0,ZT.P$)({values:t.direction,breakpoints:e.breakpoints.values});return(0,ZT.k9)({theme:e},n,e=>{let t={flexDirection:e};return e.startsWith("column")&&(t[`& > .${ZP.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,ZT.P$)({values:r,breakpoints:e.breakpoints.values});"object"==typeof n&&(t=ZO({breakpoints:e.breakpoints.values,values:n})),i=(0,ZT.k9)({theme:e},n,(n,r)=>{let i=e.spacing(n);return"0px"!==i?{marginTop:`calc(-1 * ${i})`,[`& > .${ZP.item}`]:{paddingTop:i}}:t?.includes(r)?{}:{marginTop:0,[`& > .${ZP.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,ZT.P$)({values:r,breakpoints:e.breakpoints.values});"object"==typeof n&&(t=ZO({breakpoints:e.breakpoints.values,values:n})),i=(0,ZT.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,[`& > .${ZP.item}`]:{paddingLeft:i}}}return t?.includes(r)?{}:{width:"100%",marginLeft:0,[`& > .${ZP.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,ZT.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},{})}),ZR=e=>{let{classes:t,container:n,direction:r,item:i,spacing:o,wrap:a,zeroMinWidth:s,breakpoints:l}=e,u=[];n&&(u=function(e,t){if(!e||e<=0)return[];if("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e)return[`spacing-xs-${String(e)}`];let n=[];return t.forEach(t=>{let r=e[t];if(Number(r)>0){let e=`spacing-${t}-${String(r)}`;n.push(e)}}),n}(o,l));let c=[];l.forEach(t=>{let n=e[t];n&&c.push(`grid-${t}-${String(n)}`)});let d={root:["root",n&&"container",i&&"item",s&&"zeroMinWidth",...u,"row"!==r&&`direction-xs-${String(r)}`,"wrap"!==a&&`wrap-xs-${String(a)}`,...c]};return(0,y.Z)(d,ZI,t)},ZL=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiGrid"}),{breakpoints:r}=(0,s8.Z)(),i=(0,ZA.Z)(n),{className:o,columns:a,columnSpacing:s,component:l="div",container:u=!1,direction:c="row",item:d=!1,rowSpacing:h,spacing:p=0,wrap:m="wrap",zeroMinWidth:y=!1,...x}=i,b=g.useContext(Z_),w=u?a||12:b,S={},C={...x};r.keys.forEach(e=>{null!=x[e]&&(S[e]=x[e],delete C[e])});let M={...i,columns:w,container:u,direction:c,item:d,rowSpacing:h||p,columnSpacing:s||p,wrap:m,zeroMinWidth:y,spacing:p,...S,breakpoints:r.keys},T=ZR(M);return(0,f.jsx)(Z_.Provider,{value:w,children:(0,f.jsx)(ZE,{ownerState:M,className:(0,v.Z)(T.root,o),as:l,ref:t,...C})})}),ZZ=({children:e})=>(0,f.jsx)(ZL,{item:!0,xs:4,children:(0,f.jsx)(am.Z,{spacing:3,children:e})}),ZN=({children:e})=>(0,f.jsx)(ZL,{container:!0,spacing:8,children:e}),ZB=({title:e,children:t,icon:n})=>(0,f.jsxs)(iV.Z,{children:[(0,f.jsxs)(iV.Z,{display:"flex",borderBottom:1,borderColor:"grey.300",marginBottom:e=>e.spacing(1),children:[(0,f.jsx)(pJ.Z,{variant:"overline",component:"h4",children:e}),n&&(0,f.jsx)(iV.Z,{sx:{marginLeft:"auto"},children:n})]}),(0,f.jsx)(am.Z,{spacing:1,children:t})]});var Zz=n(2116);function ZF(e){return(0,A.ZP)("MuiSkeleton",e)}(0,T.Z)("MuiSkeleton",["root","text","rectangular","rounded","circular","pulse","wave","withChildren","fitContent","heightAuto"]);let Zj=e=>{let{classes:t,variant:n,animation:r,hasChildren:i,width:o,height:a}=e;return(0,y.Z)({root:["root",n,r,i&&"withChildren",i&&!o&&"fitContent",i&&!a&&"heightAuto"]},ZF,t)},ZV=(0,Zz.keyframes)`
|
|
6
|
+
0% {
|
|
7
|
+
opacity: 1;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
50% {
|
|
11
|
+
opacity: 0.4;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
100% {
|
|
15
|
+
opacity: 1;
|
|
16
|
+
}
|
|
17
|
+
`,Z$=(0,Zz.keyframes)`
|
|
18
|
+
0% {
|
|
19
|
+
transform: translateX(-100%);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
50% {
|
|
23
|
+
/* +0.5s of delay between each loop */
|
|
24
|
+
transform: translateX(100%);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
100% {
|
|
28
|
+
transform: translateX(100%);
|
|
29
|
+
}
|
|
30
|
+
`,ZH="string"!=typeof ZV?(0,Zz.css)`
|
|
31
|
+
animation: ${ZV} 2s ease-in-out 0.5s infinite;
|
|
32
|
+
`:null,ZW="string"!=typeof Z$?(0,Zz.css)`
|
|
33
|
+
&::after {
|
|
34
|
+
animation: ${Z$} 2s linear 0.5s infinite;
|
|
35
|
+
}
|
|
36
|
+
`:null,ZG=(0,S.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,C.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,x.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:ZH||{animation:`${ZV} 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(
|
|
37
|
+
90deg,
|
|
38
|
+
transparent,
|
|
39
|
+
${(e.vars||e).palette.action.hover},
|
|
40
|
+
transparent
|
|
41
|
+
)`,content:'""',position:"absolute",transform:"translateX(-100%)",bottom:0,left:0,right:0,top:0}}},{props:{animation:"wave"},style:ZW||{"&::after":{animation:`${Z$} 2s linear 0.5s infinite`}}}]}})),ZU=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiSkeleton"}),{animation:r="pulse",className:i,component:o="span",height:a,style:s,variant:l="text",width:u,...c}=n,d={...n,animation:r,component:o,variant:l,hasChildren:!!c.children},h=Zj(d);return(0,f.jsx)(ZG,{as:o,ref:t,className:(0,v.Z)(h.root,i),ownerState:d,...c,style:{width:u,height:a,...s}})});function Zq(e){let{message:t}=e;return(0,f.jsx)(am.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center"},children:(0,f.jsx)(pJ.Z,{children:t})})}function ZY(e){let{resource:t}=e;return(0,f.jsx)(Zq,{message:`No ${t}`})}function ZK(e){let{variant:t="rounded"}=e;return(0,f.jsx)(am.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center",px:1},children:(0,f.jsx)(ZU,{variant:t,width:"100%",height:"30%","aria-label":"Loading..."})})}let ZX=[{id:"asc",label:"Ascending"},{id:"desc",label:"Descending"}];function ZJ({onChange:e,value:t="desc"}){return(0,f.jsx)(vb,{label:"Sort",control:(0,f.jsx)(v3,{value:ZX.find(e=>e.id===t),options:ZX,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function ZQ({onChange:e,value:t,...n}){let r=t=>{e(t)};return(0,f.jsxs)(R,{"aria-label":"Sort",...n,children:[(0,f.jsx)(Y,{onClick:()=>r(void 0),variant:void 0===t?"contained":"outlined",children:"None"}),(0,f.jsx)(Y,{onClick:()=>r("asc"),variant:"asc"===t?"contained":"outlined",children:"Asc"}),(0,f.jsx)(Y,{onClick:()=>r("desc"),variant:"desc"===t?"contained":"outlined",children:"Desc"})]})}function Z0({text:e,fontWeight:t,width:n,height:r,lineHeight:i,maxSize:a,fontSizeOverride:s}){let l=function(){if(!o&&null===(o=document.createElement("canvas").getContext("2d")))throw Error("Canvas context is null.");return o}(),{echartsTheme:u}=iG();if(void 0!==s)return Number(s);let c=u.textStyle,d=Number(c?.fontSize)??12,h=c?.fontFamily??"Lato",p=`${t} ${d}px ${h}`;l.font=p;let f=Math.min(r/i,n/l.measureText(e).width*d);return a?Math.min(f,a):f}let Z1=(e,t)=>null===e?"null":"number"==typeof e?eq(e,t):void 0===e?"":e;(0,eX.D)([On,r2,r8,ie,iI,ij]);let Z2=e=>{let{width:t,height:n,data:r,sparkline:i,showSeriesName:o,format:a,valueFontSize:s}=e,l=iG(),u=r.color,c=Z1(r.calculatedValue,a),d=l.container.padding.default,h=Z0({text:r?.seriesData?.name??"",fontWeight:400,width:t,height:.125*n,lineHeight:1.2,maxSize:30}),p=o?1.2*h+d:0,m=t-2*d,v=n-p,y=Z0({text:c,fontSizeOverride:s,fontWeight:700,width:i?m:.5*m,height:i?.25*v:.9*v,lineHeight:1.2}),x=1.2*y;h=Math.min(.7*y,h);let b=(0,g.useMemo)(()=>{if(void 0===r.seriesData)return l.noDataOption;let e=r.seriesData,t=[];if(void 0!==i){let n={type:"line",name:e.name,data:e.values,zlevel:1,symbol:"none",animation:!1,silent:!0},r=ah()(n,i);t.push(r)}return{title:{show:!1},grid:{show:!1,top:"35%",right:0,bottom:0,left:0,containLabel:!1},xAxis:{type:"time",show:!1,boundaryGap:!1},yAxis:{type:"value",show:!1,min:e=>e.min>=0&&e.min<=1?0:e.min},tooltip:{show:!1},series:t}},[r,l,i]),w=i?"auto":"center";return(0,f.jsxs)(iV.Z,{sx:{height:"100%",width:"100%",display:"flex",flexDirection:"column",justifyContent:w,alignItems:w},children:[o&&(0,f.jsx)(Z5,{padding:d,fontSize:h,children:r.seriesData?.name}),(0,f.jsx)(Z3,{variant:"h3",color:u,fontSize:y,padding:d,children:c}),void 0!==i&&(0,f.jsx)(ac,{sx:{width:"100%",height:n-p-x},option:b,theme:l.echartsTheme,renderer:"svg"})]})},Z5=(0,S.ZP)(pJ.Z,{shouldForwardProp:e=>"padding"!==e&&"fontSize"!==e})(({theme:e,padding:t,fontSize:n})=>({color:e.palette.text.secondary,padding:`${t}px`,fontSize:`${n}px`,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"})),Z3=(0,S.ZP)(pJ.Z,{shouldForwardProp:e=>"color"!==e&&"padding"!==e&&"fontSize"!==e&&"sparkline"!==e})(({theme:e,color:t,padding:n,fontSize:r,sparkline:i})=>({color:t??e.palette.text.primary,fontSize:`${r}px`,padding:i?`${n}px ${n}px 0 ${n}px`:` 0 ${n}px`,whiteSpace:"nowrap",lineHeight:1.2}));function Z4(e){return(0,A.ZP)("MuiToggleButtonGroup",e)}let Z6=(0,T.Z)("MuiToggleButtonGroup",["root","selected","horizontal","vertical","disabled","grouped","groupedHorizontal","groupedVertical","fullWidth","firstButton","lastButton","middleButton"]),Z8=g.createContext({}),Z9=g.createContext(void 0);function Z7(e){return(0,A.ZP)("MuiToggleButton",e)}let Ne=(0,T.Z)("MuiToggleButton",["root","disabled","selected","standard","primary","secondary","sizeSmall","sizeMedium","sizeLarge","fullWidth"]),Nt=e=>{let{classes:t,orientation:n,fullWidth:r,disabled:i}=e,o={root:["root",n,r&&"fullWidth"],grouped:["grouped",`grouped${(0,w.Z)(n)}`,i&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,y.Z)(o,Z4,t)},Nn=(0,S.ZP)("div",{name:"MuiToggleButtonGroup",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${Z6.grouped}`]:t.grouped},{[`& .${Z6.grouped}`]:t[`grouped${(0,w.Z)(n.orientation)}`]},{[`& .${Z6.firstButton}`]:t.firstButton},{[`& .${Z6.lastButton}`]:t.lastButton},{[`& .${Z6.middleButton}`]:t.middleButton},t.root,"vertical"===n.orientation&&t.vertical,n.fullWidth&&t.fullWidth]}})((0,C.Z)(({theme:e})=>({display:"inline-flex",borderRadius:(e.vars||e).shape.borderRadius,variants:[{props:{orientation:"vertical"},style:{flexDirection:"column",[`& .${Z6.grouped}`]:{[`&.${Z6.selected} + .${Z6.grouped}.${Z6.selected}`]:{borderTop:0,marginTop:0}},[`& .${Z6.firstButton},& .${Z6.middleButton}`]:{borderBottomLeftRadius:0,borderBottomRightRadius:0},[`& .${Z6.lastButton},& .${Z6.middleButton}`]:{marginTop:-1,borderTop:"1px solid transparent",borderTopLeftRadius:0,borderTopRightRadius:0},[`& .${Z6.lastButton}.${Ne.disabled},& .${Z6.middleButton}.${Ne.disabled}`]:{borderTop:"1px solid transparent"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{orientation:"horizontal"},style:{[`& .${Z6.grouped}`]:{[`&.${Z6.selected} + .${Z6.grouped}.${Z6.selected}`]:{borderLeft:0,marginLeft:0}},[`& .${Z6.firstButton},& .${Z6.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${Z6.lastButton},& .${Z6.middleButton}`]:{marginLeft:-1,borderLeft:"1px solid transparent",borderTopLeftRadius:0,borderBottomLeftRadius:0},[`& .${Z6.lastButton}.${Ne.disabled},& .${Z6.middleButton}.${Ne.disabled}`]:{borderLeft:"1px solid transparent"}}}]}))),Nr=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiToggleButtonGroup"}),{children:r,className:i,color:o="standard",disabled:a=!1,exclusive:s=!1,fullWidth:l=!1,onChange:u,orientation:c="horizontal",size:d="medium",value:h,...p}=n,m={...n,disabled:a,fullWidth:l,orientation:c,size:d},y=Nt(m),x=g.useCallback((e,t)=>{let n;if(!u)return;let r=h&&h.indexOf(t);h&&r>=0?(n=h.slice()).splice(r,1):n=h?h.concat(t):[t],u(e,n)},[u,h]),w=g.useCallback((e,t)=>{u&&u(e,h===t?null:t)},[u,h]),S=g.useMemo(()=>({className:y.grouped,onChange:s?w:x,value:h,size:d,fullWidth:l,color:o,disabled:a}),[y.grouped,s,w,x,h,d,l,o,a]),C=b(r),M=C.length,T=e=>{let t=0===e,n=e===M-1;return t&&n?"":t?y.firstButton:n?y.lastButton:y.middleButton};return(0,f.jsx)(Nn,{role:"group",className:(0,v.Z)(y.root,i),ref:t,ownerState:m,...p,children:(0,f.jsx)(Z8.Provider,{value:S,children:C.map((e,t)=>(0,f.jsx)(Z9.Provider,{value:T(t),children:e},t))})})}),Ni=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,w.Z)(o)}`,a]};return(0,y.Z)(s,Z7,t)},No=(0,S.ZP)(B.Z,{name:"MuiToggleButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`size${(0,w.Z)(n.size)}`]]}})((0,C.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,[`&.${Ne.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,x.Fq)(e.palette.text.primary,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[{props:{color:"standard"},style:{[`&.${Ne.selected}`]:{color:(e.vars||e).palette.text.primary,backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,x.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,x.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,x.Fq)(e.palette.text.primary,e.palette.action.selectedOpacity)}}}}},...Object.entries(e.palette).filter((0,M.Z)()).map(([t])=>({props:{color:t},style:{[`&.${Ne.selected}`]:{color:(e.vars||e).palette[t].main,backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,x.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,x.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,x.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)}}]}))),Na=g.forwardRef(function(e,t){var n;let{value:r,...i}=g.useContext(Z8),o=g.useContext(Z9),a=(0,L.Z)({...i,selected:(n=e.value,void 0!==r&&void 0!==n&&(Array.isArray(r)?r.includes(n):n===r))},e),s=(0,k.i)({props:a,name:"MuiToggleButton"}),{children:l,className:u,color:c="standard",disabled:d=!1,disableFocusRipple:h=!1,fullWidth:p=!1,onChange:m,onClick:y,selected:x,size:b="medium",value:w,...S}=s,C={...s,color:c,disabled:d,disableFocusRipple:h,fullWidth:p,size:b},M=Ni(C);return(0,f.jsx)(No,{className:(0,v.Z)(i.className,M.root,u,o||""),disabled:d,focusRipple:!h,ref:t,onClick:e=>{(!y||(y(e,w),!e.defaultPrevented))&&m&&m(e,w)},onChange:m,value:w,ownerState:C,"aria-pressed":x,...S,children:l})}),Ns=(0,n(9886).Z)();var Nl=n(2446);function Nu({inputRef:e,label:t,color:n,value:r,mode:i,onChange:o,onColorChange:a,onBlur:s,onDelete:l}){let[u,c]=(0,g.useState)(0);return(0,f.jsxs)(am.Z,{flex:1,direction:"row",alignItems:"center",justifyContent:"space-between",spacing:1,children:[(0,f.jsx)(u7,{label:t,color:n,onColorChange:a}),(0,f.jsx)(sc,{htmlFor:t,children:t}),(0,f.jsx)(um,{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,f.jsx)(iV.Z,{paddingX:1,children:"%"}):void 0}},u),(0,f.jsx)(av.Z,{"aria-label":`delete threshold ${t}`,size:"small",onClick:l,children:(0,f.jsx)(Nl.default,{})})]})}function Nc({thresholds:e,onChange:t,hideDefault:n,disablePercentMode:r}){let{thresholds:{defaultColor:i,palette:o}}=iG(),a=e?.defaultColor??i,[s,l]=(0,g.useState)(e?.steps);(0,g.useEffect)(()=>{l(e?.steps)},[e?.steps]);let u=(0,g.useRef)(null),c=(0,g.useRef)(!1);(0,g.useEffect)(()=>{u.current&&c.current&&(u.current?.focus(),c.current=!1)},[s?.length]);let d=(e,t)=>{l(cH(s,n=>{let r=n?.[t];r&&(r.value=Number(e.target.value))}))},h=(n,r)=>{void 0!==e&&t(cH(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(cH(e,e=>{e.steps=n}))}},m=n=>{void 0!==e&&t(cH(e,e=>{e.steps&&e.steps.splice(n,1)}))};return(0,f.jsxs)(ZB,{title:"Thresholds",icon:(0,f.jsx)(vv,{description:"Add threshold",children:(0,f.jsx)(av.Z,{size:"small","aria-label":"add threshold",onClick:()=>{c.current=!0,void 0===e?t({steps:[{value:10}]}):e&&void 0===e.steps?t(cH(e,e=>{e.steps=[{value:10}]})):t(cH(e,e=>{let t=e.steps;if(t?.length){let e=t[t.length-1],n=o[t.length]??Nd();t.push({color:n,value:(e?.value??0)+10})}else t&&t.push({value:10})}))},children:(0,f.jsx)(Zb.default,{})})}),children:[(0,f.jsx)(vb,{label:"Mode",description:"Percentage means thresholds relative to min & max",control:(0,f.jsxs)(Nr,{exclusive:!0,disabled:r,value:e?.mode??"absolute",onChange:(n,r)=>{let i="percent"===r?"percent":void 0;void 0!==e?t(cH(e,e=>{e.mode=i})):t({mode:i})},sx:{height:"36px",marginLeft:"auto"},children:[(0,f.jsx)(Na,{"aria-label":"absolute",value:"absolute",sx:{fontWeight:500},children:"Absolute"}),(0,f.jsx)(Na,{"aria-label":"percent",value:"percent",sx:{fontWeight:500},children:"Percent"})]})}),s&&s.map((t,n)=>(0,f.jsx)(Nu,{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=>h(e,n),onChange:e=>{d(e,n)},onDelete:()=>{m(n)},onBlur:p},n)).reverse(),!n&&(0,f.jsxs)(Ns,{flex:1,direction:"row",alignItems:"center",spacing:1,children:[(0,f.jsx)(u7,{label:"default",color:a,onColorChange:n=>{void 0!==e?t(cH(e,e=>{e.defaultColor=n})):t({defaultColor:n})}}),(0,f.jsx)(pJ.Z,{children:"Default"})]})]})}let Nd=()=>"#"+Math.floor(0x1000000*Math.random()).toString(16).padStart(6,"0");function Nh(e){return"number"==typeof e}function Np(e){return!!e&&"object"==typeof e&&"function"==typeof e.constructor&&(!0===e.isBigNumber&&"object"==typeof e.constructor.prototype&&!0===e.constructor.prototype.isBigNumber||"function"==typeof e.constructor.isDecimal&&!0===e.constructor.isDecimal(e))}function Nf(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isComplex||!1}function Ng(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isFraction||!1}function Nm(e){return e&&!0===e.constructor.prototype.isUnit||!1}function Nv(e){return"string"==typeof e}var Ny=Array.isArray;function Nx(e){return e&&!0===e.constructor.prototype.isMatrix||!1}function Nb(e){return Array.isArray(e)||Nx(e)}function Nw(e){return e&&e.isDenseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function NS(e){return e&&e.isSparseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function NC(e){return e&&!0===e.constructor.prototype.isRange||!1}function NM(e){return e&&!0===e.constructor.prototype.isIndex||!1}function Nk(e){return"boolean"==typeof e}function NT(e){return e&&!0===e.constructor.prototype.isResultSet||!1}function NA(e){return e&&!0===e.constructor.prototype.isHelp||!1}function N_(e){return"function"==typeof e}function NI(e){return e instanceof Date}function ND(e){return e instanceof RegExp}function NP(e){return!!(e&&"object"==typeof e&&e.constructor===Object&&!Nf(e)&&!Ng(e))}function NO(e){return null===e}function NE(e){return void 0===e}function NR(e){return e&&!0===e.isAccessorNode&&!0===e.constructor.prototype.isNode||!1}function NL(e){return e&&!0===e.isArrayNode&&!0===e.constructor.prototype.isNode||!1}function NZ(e){return e&&!0===e.isAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function NN(e){return e&&!0===e.isBlockNode&&!0===e.constructor.prototype.isNode||!1}function NB(e){return e&&!0===e.isConditionalNode&&!0===e.constructor.prototype.isNode||!1}function Nz(e){return e&&!0===e.isConstantNode&&!0===e.constructor.prototype.isNode||!1}function NF(e){return e&&!0===e.isFunctionAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function Nj(e){return e&&!0===e.isFunctionNode&&!0===e.constructor.prototype.isNode||!1}function NV(e){return e&&!0===e.isIndexNode&&!0===e.constructor.prototype.isNode||!1}function N$(e){return e&&!0===e.isNode&&!0===e.constructor.prototype.isNode||!1}function NH(e){return e&&!0===e.isObjectNode&&!0===e.constructor.prototype.isNode||!1}function NW(e){return e&&!0===e.isOperatorNode&&!0===e.constructor.prototype.isNode||!1}function NG(e){return e&&!0===e.isParenthesisNode&&!0===e.constructor.prototype.isNode||!1}function NU(e){return e&&!0===e.isRangeNode&&!0===e.constructor.prototype.isNode||!1}function Nq(e){return e&&!0===e.isSymbolNode&&!0===e.constructor.prototype.isNode||!1}function NY(e){return e&&!0===e.constructor.prototype.isChain||!1}function NK(e){var t=typeof e;return"object"===t?null===e?"null":Array.isArray(e)?"Array":e instanceof Date?"Date":e instanceof RegExp?"RegExp":Np(e)?"BigNumber":Nf(e)?"Complex":Ng(e)?"Fraction":Nx(e)?"Matrix":Nm(e)?"Unit":NM(e)?"Index":NC(e)?"Range":NT(e)?"ResultSet":N$(e)?e.type:NY(e)?"Chain":NA(e)?"Help":"Object":"function"===t?"Function":t}function NX(e){var t=typeof e;if("number"===t||"string"===t||"boolean"===t||null==e)return e;if("function"==typeof e.clone)return e.clone();if(Array.isArray(e))return e.map(function(e){return NX(e)});if(e instanceof Date)return new Date(e.valueOf());if(Np(e))return e;if(e instanceof RegExp)throw TypeError("Cannot clone "+e);return NJ(e,NX)}function NJ(e,t){var n={};for(var r in e)N1(e,r)&&(n[r]=t(e[r]));return n}function NQ(e,t){var n,r,i;if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t.length)return!1;for(r=0,i=e.length;r<i;r++)if(!NQ(e[r],t[r]))return!1;return!0}if("function"==typeof e)return e===t;if(!(e instanceof Object))return e===t;if(Array.isArray(t)||!(t instanceof Object))return!1;for(n in e)if(!(n in t)||!NQ(e[n],t[n]))return!1;for(n in t)if(!(n in e))return!1;return!0}function N0(e,t,n){var r,i=!0;Object.defineProperty(e,t,{get:function(){return i&&(r=n(),i=!1),r},set:function(e){r=e,i=!1},configurable:!0,enumerable:!0})}function N1(e,t){return e&&Object.hasOwnProperty.call(e,t)}function N2(e){return Object.keys(e).map(t=>e[t])}var N5=n(8317);function N3(e,t,n,r){function i(r){var i=function(e,t){for(var n={},r=0;r<t.length;r++){var i=t[r],o=e[i];void 0!==o&&(n[i]=o)}return n}(r,t.map(N6));return function(e,t,n){if(!t.filter(e=>{var t;return!((t=e)&&"?"===t[0])}).every(e=>void 0!==n[e])){var r=t.filter(e=>void 0===n[e]);throw Error('Cannot create function "'.concat(e,'", ')+"some dependencies are missing: ".concat(r.map(e=>'"'.concat(e,'"')).join(", "),"."))}}(e,t,r),n(i)}return i.isFactory=!0,i.fn=e,i.dependencies=t.slice().sort(),r&&(i.meta=r),i}function N4(e){return"function"==typeof e&&"string"==typeof e.fn&&Array.isArray(e.dependencies)}function N6(e){return e&&"?"===e[0]?e.slice(1):e}function N8(e){return"boolean"==typeof e||!!isFinite(e)&&e===Math.round(e)}function N9(e,t,n){var r="";if(n){if(n<1)throw Error("size must be in greater than 0");if(!N8(n))throw Error("size must be an integer");if(e>2**(n-1)-1||e<-(2**(n-1)))throw Error("Value must be in range [-2^".concat(n-1,", 2^").concat(n-1,"-1]"));if(!N8(e))throw Error("Value must be an integer");e<0&&(e+=2**n),r="i".concat(n)}var i="";return e<0&&(e=-e,i="-"),"".concat(i).concat({2:"0b",8:"0o",16:"0x"}[t]).concat(e.toString(t)).concat(r)}function N7(e,t){if("function"==typeof t)return t(e);if(e===1/0)return"Infinity";if(e===-1/0)return"-Infinity";if(isNaN(e))return"NaN";var n,r,i="auto";if(t&&(t.notation&&(i=t.notation),Nh(t)?n=t:Nh(t.precision)&&(n=t.precision),t.wordSize&&"number"!=typeof(r=t.wordSize)))throw Error('Option "wordSize" must be a number');switch(i){case"fixed":return function(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Be(e),r="number"==typeof t?Bn(n,n.exponent+1+t):n,i=r.coefficients,o=r.exponent+1,a=o+(t||0);return i.length<a&&(i=i.concat(Br(a-i.length))),o<0&&(i=Br(-o+1).concat(i),o=1),o<i.length&&i.splice(o,0,0===o?"0.":"."),r.sign+i.join("")}(e,n);case"exponential":return Bt(e,n);case"engineering":return function(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Bn(Be(e),t),r=n.exponent,i=n.coefficients,o=r%3==0?r:r<0?r-3-r%3:r-r%3;if(Nh(t))for(;t>i.length||r-o+1>i.length;)i.push(0);else for(var a=Math.abs(r-o)-(i.length-1),s=0;s<a;s++)i.push(0);for(var l=Math.abs(r-o),u=1;l>0;)u++,l--;var c=i.slice(u).join(""),d=Nh(t)&&c.length||c.match(/[1-9]/)?"."+c:"",h=i.slice(0,u).join("")+d+"e"+(r>=0?"+":"")+o.toString();return n.sign+h}(e,n);case"bin":return N9(e,2,r);case"oct":return N9(e,8,r);case"hex":return N9(e,16,r);case"auto":return(function(e,t,n){if(isNaN(e)||!isFinite(e))return String(e);var r=n&&void 0!==n.lowerExp?n.lowerExp:-3,i=n&&void 0!==n.upperExp?n.upperExp:5,o=Be(e),a=t?Bn(o,t):o;if(a.exponent<r||a.exponent>=i)return Bt(e,t);var s=a.coefficients,l=a.exponent;s.length<t&&(s=s.concat(Br(t-s.length))),s=s.concat(Br(l-s.length+1+(s.length<t?t-s.length:0))),s=Br(-l).concat(s);var u=l>0?l:0;return u<s.length-1&&s.splice(u+1,0,"."),a.sign+s.join("")})(e,n,t&&t).replace(/((\.\d*?)(0+))($|e)/,function(){var e=arguments[2],t=arguments[4];return"."!==e?e+t:t});default:throw Error('Unknown notation "'+i+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}function Be(e){var t=String(e).toLowerCase().match(/^(-?)(\d+\.?\d*)(e([+-]?\d+))?$/);if(!t)throw SyntaxError("Invalid number "+e);var n=t[1],r=t[2],i=parseFloat(t[4]||"0"),o=r.indexOf(".");i+=-1!==o?o-1:r.length-1;var a=r.replace(".","").replace(/^0*/,function(e){return i-=e.length,""}).replace(/0*$/,"").split("").map(function(e){return parseInt(e)});return 0===a.length&&(a.push(0),i++),{sign:n,coefficients:a,exponent:i}}function Bt(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Be(e),r=t?Bn(n,t):n,i=r.coefficients,o=r.exponent;i.length<t&&(i=i.concat(Br(t-i.length)));var a=i.shift();return r.sign+a+(i.length>0?"."+i.join(""):"")+"e"+(o>=0?"+":"")+o}function Bn(e,t){for(var n={sign:e.sign,coefficients:e.coefficients,exponent:e.exponent},r=n.coefficients;t<=0;)r.unshift(0),n.exponent++,t++;if(r.length>t&&r.splice(t,r.length-t)[0]>=5){var i=t-1;for(r[i]++;10===r[i];)r.pop(),0===i&&(r.unshift(0),n.exponent++,i++),i--,r[i]++}return n}function Br(e){for(var t=[],n=0;n<e;n++)t.push(0);return t}var Bi=Number.EPSILON||2220446049250313e-31;function Bo(e,t,n){if(null==n)return e===t;if(e===t)return!0;if(isNaN(e)||isNaN(t))return!1;if(isFinite(e)&&isFinite(t)){var r=Math.abs(e-t);return r<Bi||r<=Math.max(Math.abs(e),Math.abs(t))*n}return!1}function Ba(e,t,n){var r=new e.constructor(2),i="";if(n){if(n<1)throw Error("size must be in greater than 0");if(!N8(n))throw Error("size must be an integer");if(e.greaterThan(r.pow(n-1).sub(1))||e.lessThan(r.pow(n-1).mul(-1)))throw Error("Value must be in range [-2^".concat(n-1,", 2^").concat(n-1,"-1]"));if(!e.isInteger())throw Error("Value must be an integer");e.lessThan(0)&&(e=e.add(r.pow(n))),i="i".concat(n)}switch(t){case 2:return"".concat(e.toBinary()).concat(i);case 8:return"".concat(e.toOctal()).concat(i);case 16:return"".concat(e.toHexadecimal()).concat(i);default:throw Error("Base ".concat(t," not supported "))}}function Bs(e,t){return void 0!==t?e.toExponential(t-1):e.toExponential()}function Bl(e,t){var n=function(e,t){var n;if("number"==typeof e)return N7(e,t);if(Np(e))return function(e,t){if("function"==typeof t)return t(e);if(!e.isFinite())return e.isNaN()?"NaN":e.gt(0)?"Infinity":"-Infinity";var n="auto";if(void 0!==t&&(t.notation&&(n=t.notation),"number"==typeof t?d=t:t.precision&&(d=t.precision),t.wordSize&&"number"!=typeof(h=t.wordSize)))throw Error('Option "wordSize" must be a number');switch(n){case"fixed":return r=e,i=d,r.toFixed(i);case"exponential":return Bs(e,d);case"engineering":return o=e,a=d,l=(s=o.e)%3==0?s:s<0?s-3-s%3:s-s%3,-1!==(c=(u=o.mul(Math.pow(10,-l))).toPrecision(a)).indexOf("e")&&(c=u.toString()),c+"e"+(s>=0?"+":"")+l.toString();case"bin":return Ba(e,2,h);case"oct":return Ba(e,8,h);case"hex":return Ba(e,16,h);case"auto":var r,i,o,a,s,l,u,c,d,h,p,f=t&&void 0!==t.lowerExp?t.lowerExp:-3,g=t&&void 0!==t.upperExp?t.upperExp:5;if(e.isZero())return"0";var m=e.toSignificantDigits(d),v=m.e;return(v>=f&&v<g?m.toFixed():Bs(e,d)).replace(/((\.\d*?)(0+))($|e)/,function(){var e=arguments[2],t=arguments[4];return"."!==e?e+t:t});default:throw Error('Unknown notation "'+n+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}(e,t);return(n=e)&&"object"==typeof n&&"number"==typeof n.s&&"number"==typeof n.n&&"number"==typeof n.d?t&&"decimal"===t.fraction?e.toString():e.s*e.n+"/"+e.d:Array.isArray(e)?function e(t,n){if(!Array.isArray(t))return Bl(t,n);for(var r="[",i=t.length,o=0;o<i;o++)0!==o&&(r+=", "),r+=e(t[o],n);return r+"]"}(e,t):Nv(e)?'"'+e+'"':"function"==typeof e?e.syntax?String(e.syntax):"function":e&&"object"==typeof e?"function"==typeof e.format?e.format(t):e&&e.toString(t)!==({}).toString()?e.toString(t):"{"+Object.keys(e).map(n=>'"'+n+'": '+Bl(e[n],t)).join(", ")+"}":String(e)}(e,t);return t&&"object"==typeof t&&"truncate"in t&&n.length>t.truncate?n.substring(0,t.truncate-3)+"...":n}function Bu(e,t,n){if(!(this instanceof Bu))throw SyntaxError("Constructor must be called with the new operator");this.actual=e,this.expected=t,this.relation=n,this.message="Dimension mismatch ("+(Array.isArray(e)?"["+e.join(", ")+"]":e)+" "+(this.relation||"!=")+" "+(Array.isArray(t)?"["+t.join(", ")+"]":t)+")",this.stack=Error().stack}function Bc(e,t,n){if(!(this instanceof Bc))throw SyntaxError("Constructor must be called with the new operator");this.index=e,arguments.length<3?(this.min=0,this.max=t):(this.min=t,this.max=n),void 0!==this.min&&this.index<this.min?this.message="Index out of range ("+this.index+" < "+this.min+")":void 0!==this.max&&this.index>=this.max?this.message="Index out of range ("+this.index+" > "+(this.max-1)+")":this.message="Index out of range ("+this.index+")",this.stack=Error().stack}function Bd(e){for(var t=[];Array.isArray(e);)t.push(e.length),e=e[0];return t}function Bh(e,t){if(0===t.length){if(Array.isArray(e))throw new Bu(e.length,0)}else!function e(t,n,r){var i,o=t.length;if(o!==n[r])throw new Bu(o,n[r]);if(r<n.length-1){var a=r+1;for(i=0;i<o;i++){if(!Array.isArray(t[i]))throw new Bu(n.length-1,n.length,"<");e(t[i],n,a)}}else for(i=0;i<o;i++)if(Array.isArray(t[i]))throw new Bu(n.length+1,n.length,">")}(e,t,0)}function Bp(e,t){if(!Nh(e)||!N8(e))throw TypeError("Index must be an integer (value: "+e+")");if(e<0||"number"==typeof t&&e>=t)throw new Bc(e,t)}function Bf(e,t,n){if(!Array.isArray(e)||!Array.isArray(t))throw TypeError("Array expected");if(0===t.length)throw Error("Resizing to scalar is not supported");return t.forEach(function(e){if(!Nh(e)||!N8(e)||e<0)throw TypeError("Invalid size, must contain positive integers (size: "+Bl(t)+")")}),function e(t,n,r,i){var o,a,s=t.length,l=n[r],u=Math.min(s,l);if(t.length=l,r<n.length-1){var c=r+1;for(o=0;o<u;o++)Array.isArray(a=t[o])||(a=[a],t[o]=a),e(a,n,c,i);for(o=u;o<l;o++)a=[],t[o]=a,e(a,n,c,i)}else{for(o=0;o<u;o++)for(;Array.isArray(t[o]);)t[o]=t[o][0];for(o=u;o<l;o++)t[o]=i}}(e,t,0,void 0!==n?n:0),e}function Bg(e,t){var n=Bm(e),r=e.slice(),i=e.indexOf(-1);if(e.indexOf(-1,i+1)>=0)throw Error("More than one wildcard in sizes");if(i>=0){if(t%n==0)r[i]=-t/n;else throw Error("Could not replace wildcard, since "+t+" is no multiple of "+-n)}return r}function Bm(e){return e.reduce((e,t)=>e*t,1)}function Bv(e,t,n,r){var i=r||Bd(e);if(n)for(var o=0;o<n;o++)e=[e],i.unshift(1);for(e=function e(t,n,r){var i,o;if(Array.isArray(t)){var a=r+1;for(i=0,o=t.length;i<o;i++)t[i]=e(t[i],n,a)}else for(var s=r;s<n;s++)t=[t];return t}(e,t,0);i.length<t;)i.push(1);return e}function By(e,t){for(var n,r=0,i=0;i<e.length;i++){var o=e[i],a=Array.isArray(o);if(0===i&&a&&(r=o.length),a&&o.length!==r)return;var s=a?By(o,t):t(o);if(void 0===n)n=s;else if(n!==s)return"mixed"}return n}function Bx(e,t){return -1!==e.indexOf(t)}function Bb(e,t,n,r){if(!(this instanceof Bb))throw SyntaxError("Constructor must be called with the new operator");this.fn=e,this.count=t,this.min=n,this.max=r,this.message="Wrong number of arguments in function "+e+" ("+t+" provided, "+n+(null!=r?"-"+r:"")+" expected)",this.stack=Error().stack}Bu.prototype=RangeError(),Bu.prototype.constructor=RangeError,Bu.prototype.name="DimensionError",Bu.prototype.isDimensionError=!0,Bc.prototype=RangeError(),Bc.prototype.constructor=RangeError,Bc.prototype.name="IndexError",Bc.prototype.isIndexError=!0,Bb.prototype=Error(),Bb.prototype.constructor=Error,Bb.prototype.name="ArgumentsError",Bb.prototype.isArgumentsError=!0;var Bw={epsilon:1e-12,matrix:"Matrix",number:"number",precision:64,predictable:!1,randomSeed:null},BS=["Matrix","Array"],BC=["number","BigNumber","Fraction"];function BM(e,t,n){var r;void 0!==e[t]&&(r=e[t],-1===n.indexOf(r))&&console.warn('Warning: Unknown value "'+e[t]+'" for configuration option "'+t+'". Available options: '+n.map(e=>JSON.stringify(e)).join(", ")+".")}var Bk,BT,BA,B_,BI,BD,BP,BO,BE,BR,BL,BZ,BN,BB,Bz,BF,Bj,BV,B$,BH,BW,BG,BU,Bq,BY="0123456789abcdef",BK="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",BX="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",BJ={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-9e15,maxE:9e15,crypto:!1},BQ=!0,B0="[DecimalError] ",B1=B0+"Invalid argument: ",B2=B0+"Precision limit exceeded",B5=B0+"crypto unavailable",B3="[object Decimal]",B4=Math.floor,B6=Math.pow,B8=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,B9=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,B7=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,ze=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,zt=BK.length-1,zn=BX.length-1,zr={toStringTag:B3};function zi(e){var t,n,r,i=e.length-1,o="",a=e[0];if(i>0){for(o+=a,t=1;t<i;t++)(n=7-(r=e[t]+"").length)&&(o+=zg(n)),o+=r;(n=7-(r=(a=e[t])+"").length)&&(o+=zg(n))}else if(0===a)return"0";for(;a%10==0;)a/=10;return o+a}function zo(e,t,n){if(e!==~~e||e<t||e>n)throw Error(B1+e)}function za(e,t,n,r){var i,o,a,s;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=7,i=0):(i=Math.ceil((t+1)/7),t%=7),o=B6(10,7-t),s=e[i]%o|0,null==r?t<3?(0==t?s=s/100|0:1==t&&(s=s/10|0),a=n<4&&99999==s||n>3&&49999==s||5e4==s||0==s):a=(n<4&&s+1==o||n>3&&s+1==o/2)&&(e[i+1]/o/100|0)==B6(10,t-2)-1||(s==o/2||0==s)&&(e[i+1]/o/100|0)==0:t<4?(0==t?s=s/1e3|0:1==t?s=s/100|0:2==t&&(s=s/10|0),a=(r||n<4)&&9999==s||!r&&n>3&&4999==s):a=((r||n<4)&&s+1==o||!r&&n>3&&s+1==o/2)&&(e[i+1]/o/1e3|0)==B6(10,t-3)-1,a}function zs(e,t,n){for(var r,i,o=[0],a=0,s=e.length;a<s;){for(i=o.length;i--;)o[i]*=t;for(o[0]+=BY.indexOf(e.charAt(a++)),r=0;r<o.length;r++)o[r]>n-1&&(void 0===o[r+1]&&(o[r+1]=0),o[r+1]+=o[r]/n|0,o[r]%=n)}return o.reverse()}zr.absoluteValue=zr.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),zu(e)},zr.ceil=function(){return zu(new this.constructor(this),this.e+1,2)},zr.clampedTo=zr.clamp=function(e,t){var n=this.constructor;if(e=new n(e),t=new n(t),!e.s||!t.s)return new n(NaN);if(e.gt(t))throw Error(B1+t);return 0>this.cmp(e)?e:this.cmp(t)>0?t:new n(this)},zr.comparedTo=zr.cmp=function(e){var t,n,r,i,o=this.d,a=(e=new this.constructor(e)).d,s=this.s,l=e.s;if(!o||!a)return s&&l?s!==l?s:o===a?0:!o^s<0?1:-1:NaN;if(!o[0]||!a[0])return o[0]?s:a[0]?-l:0;if(s!==l)return s;if(this.e!==e.e)return this.e>e.e^s<0?1:-1;for(t=0,n=(r=o.length)<(i=a.length)?r:i;t<n;++t)if(o[t]!==a[t])return o[t]>a[t]^s<0?1:-1;return r===i?0:r>i^s<0?1:-1},zr.cosine=zr.cos=function(){var e,t,n=this,r=n.constructor;return n.d?n.d[0]?(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+7,r.rounding=1,n=function(e,t){var n,r,i;if(t.isZero())return t;(r=t.d.length)<32?i=(1/zM(4,n=Math.ceil(r/3))).toString():(n=16,i="2.3283064365386962890625e-10"),e.precision+=n,t=zC(e,1,t.times(i),new e(1));for(var o=n;o--;){var a=t.times(t);t=a.times(a).minus(a).times(8).plus(1)}return e.precision-=n,t}(r,zk(r,n)),r.precision=e,r.rounding=t,zu(2==Bq||3==Bq?n.neg():n,e,t,!0)):new r(1):new r(NaN)},zr.cubeRoot=zr.cbrt=function(){var e,t,n,r,i,o,a,s,l,u,c=this.constructor;if(!this.isFinite()||this.isZero())return new c(this);for(BQ=!1,(o=this.s*B6(this.s*this,1/3))&&Math.abs(o)!=1/0?r=new c(o.toString()):(n=zi(this.d),(o=((e=this.e)-n.length+1)%3)&&(n+=1==o||-2==o?"0":"00"),o=B6(n,1/3),e=B4((e+1)/3)-(e%3==(e<0?-1:2)),(r=new c(n=o==1/0?"5e"+e:(n=o.toExponential()).slice(0,n.indexOf("e")+1)+e)).s=this.s),a=(e=c.precision)+3;;)if(r=zl((u=(l=(s=r).times(s).times(s)).plus(this)).plus(this).times(s),u.plus(l),a+2,1),zi(s.d).slice(0,a)===(n=zi(r.d)).slice(0,a)){if("9999"!=(n=n.slice(a-3,a+1))&&(i||"4999"!=n)){+n&&(+n.slice(1)||"5"!=n.charAt(0))||(zu(r,e+1,1),t=!r.times(r).times(r).eq(this));break}if(!i&&(zu(s,e+1,0),s.times(s).times(s).eq(this))){r=s;break}a+=4,i=1}return BQ=!0,zu(r,e,c.rounding,t)},zr.decimalPlaces=zr.dp=function(){var e,t=this.d,n=NaN;if(t){if(n=((e=t.length-1)-B4(this.e/7))*7,e=t[e])for(;e%10==0;e/=10)n--;n<0&&(n=0)}return n},zr.dividedBy=zr.div=function(e){return zl(this,new this.constructor(e))},zr.dividedToIntegerBy=zr.divToInt=function(e){var t=this.constructor;return zu(zl(this,new t(e),0,1,1),t.precision,t.rounding)},zr.equals=zr.eq=function(e){return 0===this.cmp(e)},zr.floor=function(){return zu(new this.constructor(this),this.e+1,3)},zr.greaterThan=zr.gt=function(e){return this.cmp(e)>0},zr.greaterThanOrEqualTo=zr.gte=function(e){var t=this.cmp(e);return 1==t||0===t},zr.hyperbolicCosine=zr.cosh=function(){var e,t,n,r,i,o=this,a=o.constructor,s=new a(1);if(!o.isFinite())return new a(o.s?1/0:NaN);if(o.isZero())return s;n=a.precision,r=a.rounding,a.precision=n+Math.max(o.e,o.sd())+4,a.rounding=1,(i=o.d.length)<32?t=(1/zM(4,e=Math.ceil(i/3))).toString():(e=16,t="2.3283064365386962890625e-10"),o=zC(a,1,o.times(t),new a(1),!0);for(var l,u=e,c=new a(8);u--;)l=o.times(o),o=s.minus(l.times(c.minus(l.times(c))));return zu(o,a.precision=n,a.rounding=r,!0)},zr.hyperbolicSine=zr.sinh=function(){var e,t,n,r,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,n=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,(r=i.d.length)<3)i=zC(o,2,i,i,!0);else{e=(e=1.4*Math.sqrt(r))>16?16:0|e,i=zC(o,2,i=i.times(1/zM(5,e)),i,!0);for(var a,s=new o(5),l=new o(16),u=new o(20);e--;)a=i.times(i),i=i.times(s.plus(a.times(l.times(a).plus(u))))}return o.precision=t,o.rounding=n,zu(i,t,n,!0)},zr.hyperbolicTangent=zr.tanh=function(){var e,t,n=this.constructor;return this.isFinite()?this.isZero()?new n(this):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,zl(this.sinh(),this.cosh(),n.precision=e,n.rounding=t)):new n(this.s)},zr.inverseCosine=zr.acos=function(){var e=this,t=e.constructor,n=e.abs().cmp(1),r=t.precision,i=t.rounding;return -1!==n?0===n?e.isNeg()?zp(t,r,i):new t(0):new t(NaN):e.isZero()?zp(t,r+4,i).times(.5):(t.precision=r+6,t.rounding=1,e=new t(1).minus(e).div(e.plus(1)).sqrt().atan(),t.precision=r,t.rounding=i,e.times(2))},zr.inverseHyperbolicCosine=zr.acosh=function(){var e,t,n=this,r=n.constructor;return n.lte(1)?new r(n.eq(1)?0:NaN):n.isFinite()?(e=r.precision,t=r.rounding,r.precision=e+Math.max(Math.abs(n.e),n.sd())+4,r.rounding=1,BQ=!1,n=n.times(n).minus(1).sqrt().plus(n),BQ=!0,r.precision=e,r.rounding=t,n.ln()):new r(n)},zr.inverseHyperbolicSine=zr.asinh=function(){var e,t,n=this,r=n.constructor;return!n.isFinite()||n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+2*Math.max(Math.abs(n.e),n.sd())+6,r.rounding=1,BQ=!1,n=n.times(n).plus(1).sqrt().plus(n),BQ=!0,r.precision=e,r.rounding=t,n.ln())},zr.inverseHyperbolicTangent=zr.atanh=function(){var e,t,n,r,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,Math.max(r=i.sd(),e)<-(2*i.e)-1)?zu(new o(i),e,t,!0):(o.precision=n=r-i.e,i=zl(i.plus(1),new o(1).minus(i),n+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5)):new o(NaN)},zr.inverseSine=zr.asin=function(){var e,t,n,r,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),n=o.precision,r=o.rounding,-1!==t)?0===t?((e=zp(o,n+4,r).times(.5)).s=i.s,e):new o(NaN):(o.precision=n+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=n,o.rounding=r,i.times(2))},zr.inverseTangent=zr.atan=function(){var e,t,n,r,i,o,a,s,l,u=this,c=u.constructor,d=c.precision,h=c.rounding;if(u.isFinite()){if(u.isZero())return new c(u);if(u.abs().eq(1)&&d+4<=zn)return(a=zp(c,d+4,h).times(.25)).s=u.s,a}else{if(!u.s)return new c(NaN);if(d+4<=zn)return(a=zp(c,d+4,h).times(.5)).s=u.s,a}for(c.precision=s=d+10,c.rounding=1,e=n=Math.min(28,s/7+2|0);e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(BQ=!1,t=Math.ceil(s/7),r=1,l=u.times(u),a=new c(u),i=u;-1!==e;)if(i=i.times(l),o=a.minus(i.div(r+=2)),i=i.times(l),void 0!==(a=o.plus(i.div(r+=2))).d[t])for(e=t;a.d[e]===o.d[e]&&e--;);return n&&(a=a.times(2<<n-1)),BQ=!0,zu(a,c.precision=d,c.rounding=h,!0)},zr.isFinite=function(){return!!this.d},zr.isInteger=zr.isInt=function(){return!!this.d&&B4(this.e/7)>this.d.length-2},zr.isNaN=function(){return!this.s},zr.isNegative=zr.isNeg=function(){return this.s<0},zr.isPositive=zr.isPos=function(){return this.s>0},zr.isZero=function(){return!!this.d&&0===this.d[0]},zr.lessThan=zr.lt=function(e){return 0>this.cmp(e)},zr.lessThanOrEqualTo=zr.lte=function(e){return 1>this.cmp(e)},zr.logarithm=zr.log=function(e){var t,n,r,i,o,a,s,l,u=this.constructor,c=u.precision,d=u.rounding;if(null==e)e=new u(10),t=!0;else{if(n=(e=new u(e)).d,e.s<0||!n||!n[0]||e.eq(1))return new u(NaN);t=e.eq(10)}if(n=this.d,this.s<0||!n||!n[0]||this.eq(1))return new u(n&&!n[0]?-1/0:1!=this.s?NaN:n?0:1/0);if(t){if(n.length>1)o=!0;else{for(i=n[0];i%10==0;)i/=10;o=1!==i}}if(BQ=!1,za((l=zl(a=zb(this,s=c+5),t?zh(u,s+10):zb(e,s),s,1)).d,i=c,d))do if(s+=10,l=zl(a=zb(this,s),t?zh(u,s+10):zb(e,s),s,1),!o){+zi(l.d).slice(i+1,i+15)+1==1e14&&(l=zu(l,c+1,0));break}while(za(l.d,i+=10,d));return BQ=!0,zu(l,c,d)},zr.minus=zr.sub=function(e){var t,n,r,i,o,a,s,l,u,c,d,h,p=this.constructor;if(e=new p(e),!this.d||!e.d)return this.s&&e.s?this.d?e.s=-e.s:e=new p(e.d||this.s!==e.s?this:NaN):e=new p(NaN),e;if(this.s!=e.s)return e.s=-e.s,this.plus(e);if(u=this.d,h=e.d,s=p.precision,l=p.rounding,!u[0]||!h[0]){if(h[0])e.s=-e.s;else{if(!u[0])return new p(3===l?-0:0);e=new p(this)}return BQ?zu(e,s,l):e}if(n=B4(e.e/7),c=B4(this.e/7),u=u.slice(),o=c-n){for((d=o<0)?(t=u,o=-o,a=h.length):(t=h,n=c,a=u.length),o>(r=Math.max(Math.ceil(s/7),a)+2)&&(o=r,t.length=1),t.reverse(),r=o;r--;)t.push(0);t.reverse()}else{for((d=(r=u.length)<(a=h.length))&&(a=r),r=0;r<a;r++)if(u[r]!=h[r]){d=u[r]<h[r];break}o=0}for(d&&(t=u,u=h,h=t,e.s=-e.s),a=u.length,r=h.length-a;r>0;--r)u[a++]=0;for(r=h.length;r>o;){if(u[--r]<h[r]){for(i=r;i&&0===u[--i];)u[i]=1e7-1;--u[i],u[r]+=1e7}u[r]-=h[r]}for(;0===u[--a];)u.pop();for(;0===u[0];u.shift())--n;return u[0]?(e.d=u,e.e=zd(u,n),BQ?zu(e,s,l):e):new p(3===l?-0:0)},zr.modulo=zr.mod=function(e){var t,n=this.constructor;return(e=new n(e),this.d&&e.s&&(!e.d||e.d[0]))?e.d&&(!this.d||this.d[0])?(BQ=!1,9==n.modulo?(t=zl(this,e.abs(),0,3,1),t.s*=e.s):t=zl(this,e,0,n.modulo,1),t=t.times(e),BQ=!0,this.minus(t)):zu(new n(this),n.precision,n.rounding):new n(NaN)},zr.naturalExponential=zr.exp=function(){return zx(this)},zr.naturalLogarithm=zr.ln=function(){return zb(this)},zr.negated=zr.neg=function(){var e=new this.constructor(this);return e.s=-e.s,zu(e)},zr.plus=zr.add=function(e){var t,n,r,i,o,a,s,l,u,c,d=this.constructor;if(e=new d(e),!this.d||!e.d)return this.s&&e.s?this.d||(e=new d(e.d||this.s===e.s?this:NaN)):e=new d(NaN),e;if(this.s!=e.s)return e.s=-e.s,this.minus(e);if(u=this.d,c=e.d,s=d.precision,l=d.rounding,!u[0]||!c[0])return c[0]||(e=new d(this)),BQ?zu(e,s,l):e;if(o=B4(this.e/7),r=B4(e.e/7),u=u.slice(),i=o-r){for(i<0?(n=u,i=-i,a=c.length):(n=c,r=o,a=u.length),i>(a=(o=Math.ceil(s/7))>a?o+1:a+1)&&(i=a,n.length=1),n.reverse();i--;)n.push(0);n.reverse()}for((a=u.length)-(i=c.length)<0&&(i=a,n=c,c=u,u=n),t=0;i;)t=(u[--i]=u[i]+c[i]+t)/1e7|0,u[i]%=1e7;for(t&&(u.unshift(t),++r),a=u.length;0==u[--a];)u.pop();return e.d=u,e.e=zd(u,r),BQ?zu(e,s,l):e},zr.precision=zr.sd=function(e){var t;if(void 0!==e&&!!e!==e&&1!==e&&0!==e)throw Error(B1+e);return this.d?(t=zf(this.d),e&&this.e+1>t&&(t=this.e+1)):t=NaN,t},zr.round=function(){var e=this.constructor;return zu(new e(this),this.e+1,e.rounding)},zr.sine=zr.sin=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+7,r.rounding=1,n=function(e,t){var n,r=t.d.length;if(r<3)return t.isZero()?t:zC(e,2,t,t);n=(n=1.4*Math.sqrt(r))>16?16:0|n,t=zC(e,2,t=t.times(1/zM(5,n)),t);for(var i,o=new e(5),a=new e(16),s=new e(20);n--;)i=t.times(t),t=t.times(o.plus(i.times(a.times(i).minus(s))));return t}(r,zk(r,n)),r.precision=e,r.rounding=t,zu(Bq>2?n.neg():n,e,t,!0)):new r(NaN)},zr.squareRoot=zr.sqrt=function(){var e,t,n,r,i,o,a=this.d,s=this.e,l=this.s,u=this.constructor;if(1!==l||!a||!a[0])return new u(!l||l<0&&(!a||a[0])?NaN:a?this:1/0);for(BQ=!1,0==(l=Math.sqrt(+this))||l==1/0?(((t=zi(a)).length+s)%2==0&&(t+="0"),l=Math.sqrt(t),s=B4((s+1)/2)-(s<0||s%2),r=new u(t=l==1/0?"5e"+s:(t=l.toExponential()).slice(0,t.indexOf("e")+1)+s)):r=new u(l.toString()),n=(s=u.precision)+3;;)if(r=(o=r).plus(zl(this,o,n+2,1)).times(.5),zi(o.d).slice(0,n)===(t=zi(r.d)).slice(0,n)){if("9999"!=(t=t.slice(n-3,n+1))&&(i||"4999"!=t)){+t&&(+t.slice(1)||"5"!=t.charAt(0))||(zu(r,s+1,1),e=!r.times(r).eq(this));break}if(!i&&(zu(o,s+1,0),o.times(o).eq(this))){r=o;break}n+=4,i=1}return BQ=!0,zu(r,s,u.rounding,e)},zr.tangent=zr.tan=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+10,r.rounding=1,(n=n.sin()).s=1,n=zl(n,new r(1).minus(n.times(n)).sqrt(),e+10,0),r.precision=e,r.rounding=t,zu(2==Bq||4==Bq?n.neg():n,e,t,!0)):new r(NaN)},zr.times=zr.mul=function(e){var t,n,r,i,o,a,s,l,u,c=this.constructor,d=this.d,h=(e=new c(e)).d;if(e.s*=this.s,!d||!d[0]||!h||!h[0])return new c(e.s&&(!d||d[0]||h)&&(!h||h[0]||d)?d&&h?0*e.s:e.s/0:NaN);for(n=B4(this.e/7)+B4(e.e/7),(l=d.length)<(u=h.length)&&(o=d,d=h,h=o,a=l,l=u,u=a),o=[],r=a=l+u;r--;)o.push(0);for(r=u;--r>=0;){for(t=0,i=l+r;i>r;)s=o[i]+h[r]*d[i-r-1]+t,o[i--]=s%1e7|0,t=s/1e7|0;o[i]=(o[i]+t)%1e7|0}for(;!o[--a];)o.pop();return t?++n:o.shift(),e.d=o,e.e=zd(o,n),BQ?zu(e,c.precision,c.rounding):e},zr.toBinary=function(e,t){return zT(this,2,e,t)},zr.toDecimalPlaces=zr.toDP=function(e,t){var n=this,r=n.constructor;return(n=new r(n),void 0===e)?n:(zo(e,0,1e9),void 0===t?t=r.rounding:zo(t,0,8),zu(n,e+n.e+1,t))},zr.toExponential=function(e,t){var n,r=this,i=r.constructor;return void 0===e?n=zc(r,!0):(zo(e,0,1e9),void 0===t?t=i.rounding:zo(t,0,8),n=zc(r=zu(new i(r),e+1,t),!0,e+1)),r.isNeg()&&!r.isZero()?"-"+n:n},zr.toFixed=function(e,t){var n,r,i=this.constructor;return void 0===e?n=zc(this):(zo(e,0,1e9),void 0===t?t=i.rounding:zo(t,0,8),n=zc(r=zu(new i(this),e+this.e+1,t),!1,e+r.e+1)),this.isNeg()&&!this.isZero()?"-"+n:n},zr.toFraction=function(e){var t,n,r,i,o,a,s,l,u,c,d,h,p=this.d,f=this.constructor;if(!p)return new f(this);if(u=n=new f(1),r=l=new f(0),a=(o=(t=new f(r)).e=zf(p)-this.e-1)%7,t.d[0]=B6(10,a<0?7+a:a),null==e)e=o>0?t:u;else{if(!(s=new f(e)).isInt()||s.lt(u))throw Error(B1+s);e=s.gt(t)?o>0?t:u:s}for(BQ=!1,s=new f(zi(p)),c=f.precision,f.precision=o=14*p.length;d=zl(s,t,0,1,1),1!=(i=n.plus(d.times(r))).cmp(e);)n=r,r=i,i=u,u=l.plus(d.times(i)),l=i,i=t,t=s.minus(d.times(i)),s=i;return i=zl(e.minus(n),r,0,1,1),l=l.plus(i.times(u)),n=n.plus(i.times(r)),l.s=u.s=this.s,h=1>zl(u,r,o,1).minus(this).abs().cmp(zl(l,n,o,1).minus(this).abs())?[u,r]:[l,n],f.precision=c,BQ=!0,h},zr.toHexadecimal=zr.toHex=function(e,t){return zT(this,16,e,t)},zr.toNearest=function(e,t){var n=this,r=n.constructor;if(n=new r(n),null==e){if(!n.d)return n;e=new r(1),t=r.rounding}else{if(e=new r(e),void 0===t?t=r.rounding:zo(t,0,8),!n.d)return e.s?n:e;if(!e.d)return e.s&&(e.s=n.s),e}return e.d[0]?(BQ=!1,n=zl(n,e,0,t,1).times(e),BQ=!0,zu(n)):(e.s=n.s,n=e),n},zr.toNumber=function(){return+this},zr.toOctal=function(e,t){return zT(this,8,e,t)},zr.toPower=zr.pow=function(e){var t,n,r,i,o,a,s=this,l=s.constructor,u=+(e=new l(e));if(!s.d||!e.d||!s.d[0]||!e.d[0])return new l(B6(+s,u));if((s=new l(s)).eq(1))return s;if(r=l.precision,o=l.rounding,e.eq(1))return zu(s,r,o);if((t=B4(e.e/7))>=e.d.length-1&&(n=u<0?-u:u)<=0x1fffffffffffff)return i=zm(l,s,n,r),e.s<0?new l(1).div(i):zu(i,r,o);if((a=s.s)<0){if(t<e.d.length-1)return new l(NaN);if((1&e.d[t])==0&&(a=1),0==s.e&&1==s.d[0]&&1==s.d.length)return s.s=a,s}return(t=0!=(n=B6(+s,u))&&isFinite(n)?new l(n+"").e:B4(u*(Math.log("0."+zi(s.d))/Math.LN10+s.e+1)))>l.maxE+1||t<l.minE-1?new l(t>0?a/0:0):(BQ=!1,l.rounding=s.s=1,n=Math.min(12,(t+"").length),(i=zx(e.times(zb(s,r+n)),r)).d&&za((i=zu(i,r+5,1)).d,r,o)&&(t=r+10,+zi((i=zu(zx(e.times(zb(s,t+n)),t),t+5,1)).d).slice(r+1,r+15)+1==1e14&&(i=zu(i,r+1,0))),i.s=a,BQ=!0,l.rounding=o,zu(i,r,o))},zr.toPrecision=function(e,t){var n,r=this,i=r.constructor;return void 0===e?n=zc(r,r.e<=i.toExpNeg||r.e>=i.toExpPos):(zo(e,1,1e9),void 0===t?t=i.rounding:zo(t,0,8),n=zc(r=zu(new i(r),e,t),e<=r.e||r.e<=i.toExpNeg,e)),r.isNeg()&&!r.isZero()?"-"+n:n},zr.toSignificantDigits=zr.toSD=function(e,t){var n=this.constructor;return void 0===e?(e=n.precision,t=n.rounding):(zo(e,1,1e9),void 0===t?t=n.rounding:zo(t,0,8)),zu(new n(this),e,t)},zr.toString=function(){var e=this.constructor,t=zc(this,this.e<=e.toExpNeg||this.e>=e.toExpPos);return this.isNeg()&&!this.isZero()?"-"+t:t},zr.truncated=zr.trunc=function(){return zu(new this.constructor(this),this.e+1,1)},zr.valueOf=zr.toJSON=function(){var e=this.constructor,t=zc(this,this.e<=e.toExpNeg||this.e>=e.toExpPos);return this.isNeg()?"-"+t:t};var zl=function(){function e(e,t,n){var r,i=0,o=e.length;for(e=e.slice();o--;)r=e[o]*t+i,e[o]=r%n|0,i=r/n|0;return i&&e.unshift(i),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.shift()}return function(r,i,o,a,s,l){var u,c,d,h,p,f,g,m,v,y,x,b,w,S,C,M,k,T,A,_,I=r.constructor,D=r.s==i.s?1:-1,P=r.d,O=i.d;if(!P||!P[0]||!O||!O[0])return new I(r.s&&i.s&&(P?!O||P[0]!=O[0]:O)?P&&0==P[0]||!O?0*D:D/0:NaN);for(l?(p=1,c=r.e-i.e):(l=1e7,p=7,c=B4(r.e/p)-B4(i.e/p)),A=O.length,k=P.length,y=(v=new I(D)).d=[],d=0;O[d]==(P[d]||0);d++);if(O[d]>(P[d]||0)&&c--,null==o?(S=o=I.precision,a=I.rounding):S=s?o+(r.e-i.e)+1:o,S<0)y.push(1),f=!0;else{if(S=S/p+2|0,d=0,1==A){for(h=0,O=O[0],S++;(d<k||h)&&S--;d++)C=h*l+(P[d]||0),y[d]=C/O|0,h=C%O|0;f=h||d<k}else{for((h=l/(O[0]+1)|0)>1&&(O=e(O,h,l),P=e(P,h,l),A=O.length,k=P.length),M=A,b=(x=P.slice(0,A)).length;b<A;)x[b++]=0;(_=O.slice()).unshift(0),T=O[0],O[1]>=l/2&&++T;do h=0,(u=t(O,x,A,b))<0?(w=x[0],A!=b&&(w=w*l+(x[1]||0)),(h=w/T|0)>1?(h>=l&&(h=l-1),m=(g=e(O,h,l)).length,b=x.length,1==(u=t(g,x,m,b))&&(h--,n(g,A<m?_:O,m,l))):(0==h&&(u=h=1),g=O.slice()),(m=g.length)<b&&g.unshift(0),n(x,g,b,l),-1==u&&(b=x.length,(u=t(O,x,A,b))<1&&(h++,n(x,A<b?_:O,b,l))),b=x.length):0===u&&(h++,x=[0]),y[d++]=h,u&&x[0]?x[b++]=P[M]||0:(x=[P[M]],b=1);while((M++<k||void 0!==x[0])&&S--);f=void 0!==x[0]}y[0]||y.shift()}if(1==p)v.e=c,BU=f;else{for(d=1,h=y[0];h>=10;h/=10)d++;v.e=d+c*p-1,zu(v,s?o+v.e+1:o,a,f)}return v}}();function zu(e,t,n,r){var i,o,a,s,l,u,c,d,h,p=e.constructor;e:if(null!=t){if(!(d=e.d))return e;for(i=1,s=d[0];s>=10;s/=10)i++;if((o=t-i)<0)o+=7,a=t,l=(c=d[h=0])/B6(10,i-a-1)%10|0;else if((h=Math.ceil((o+1)/7))>=(s=d.length)){if(r){for(;s++<=h;)d.push(0);c=l=0,i=1,o%=7,a=o-7+1}else break e}else{for(i=1,c=s=d[h];s>=10;s/=10)i++;o%=7,l=(a=o-7+i)<0?0:c/B6(10,i-a-1)%10|0}if(r=r||t<0||void 0!==d[h+1]||(a<0?c:c%B6(10,i-a-1)),u=n<4?(l||r)&&(0==n||n==(e.s<0?3:2)):l>5||5==l&&(4==n||r||6==n&&(o>0?a>0?c/B6(10,i-a):0:d[h-1])%10&1||n==(e.s<0?8:7)),t<1||!d[0])return d.length=0,u?(t-=e.e+1,d[0]=B6(10,(7-t%7)%7),e.e=-t||0):d[0]=e.e=0,e;if(0==o?(d.length=h,s=1,h--):(d.length=h+1,s=B6(10,7-o),d[h]=a>0?(c/B6(10,i-a)%B6(10,a)|0)*s:0),u)for(;;){if(0==h){for(o=1,a=d[0];a>=10;a/=10)o++;for(a=d[0]+=s,s=1;a>=10;a/=10)s++;o!=s&&(e.e++,1e7==d[0]&&(d[0]=1));break}if(d[h]+=s,1e7!=d[h])break;d[h--]=0,s=1}for(o=d.length;0===d[--o];)d.pop()}return BQ&&(e.e>p.maxE?(e.d=null,e.e=NaN):e.e<p.minE&&(e.e=0,e.d=[0])),e}function zc(e,t,n){if(!e.isFinite())return zw(e);var r,i=e.e,o=zi(e.d),a=o.length;return t?(n&&(r=n-a)>0?o=o.charAt(0)+"."+o.slice(1)+zg(r):a>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+zg(-i-1)+o,n&&(r=n-a)>0&&(o+=zg(r))):i>=a?(o+=zg(i+1-a),n&&(r=n-i-1)>0&&(o=o+"."+zg(r))):((r=i+1)<a&&(o=o.slice(0,r)+"."+o.slice(r)),n&&(r=n-a)>0&&(i+1===a&&(o+="."),o+=zg(r))),o}function zd(e,t){var n=e[0];for(t*=7;n>=10;n/=10)t++;return t}function zh(e,t,n){if(t>zt)throw BQ=!0,n&&(e.precision=n),Error(B2);return zu(new e(BK),t,1,!0)}function zp(e,t,n){if(t>zn)throw Error(B2);return zu(new e(BX),t,n,!0)}function zf(e){var t=e.length-1,n=7*t+1;if(t=e[t]){for(;t%10==0;t/=10)n--;for(t=e[0];t>=10;t/=10)n++}return n}function zg(e){for(var t="";e--;)t+="0";return t}function zm(e,t,n,r){var i,o=new e(1),a=Math.ceil(r/7+4);for(BQ=!1;;){if(n%2&&zA((o=o.times(t)).d,a)&&(i=!0),0===(n=B4(n/2))){n=o.d.length-1,i&&0===o.d[n]&&++o.d[n];break}zA((t=t.times(t)).d,a)}return BQ=!0,o}function zv(e){return 1&e.d[e.d.length-1]}function zy(e,t,n){for(var r,i,o=new e(t[0]),a=0;++a<t.length;){if(!(i=new e(t[a])).s){o=i;break}((r=o.cmp(i))===n||0===r&&o.s===n)&&(o=i)}return o}function zx(e,t){var n,r,i,o,a,s,l,u=0,c=0,d=0,h=e.constructor,p=h.rounding,f=h.precision;if(!e.d||!e.d[0]||e.e>17)return new h(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(null==t?(BQ=!1,l=f):l=t,s=new h(.03125);e.e>-2;)e=e.times(s),d+=5;for(l+=r=Math.log(B6(2,d))/Math.LN10*2+5|0,n=o=a=new h(1),h.precision=l;;){if(o=zu(o.times(e),l,1),n=n.times(++c),zi((s=a.plus(zl(o,n,l,1))).d).slice(0,l)===zi(a.d).slice(0,l)){for(i=d;i--;)a=zu(a.times(a),l,1);if(null!=t)return h.precision=f,a;if(!(u<3&&za(a.d,l-r,p,u)))return zu(a,h.precision=f,p,BQ=!0);h.precision=l+=10,n=o=s=new h(1),c=0,u++}a=s}}function zb(e,t){var n,r,i,o,a,s,l,u,c,d,h,p=1,f=e,g=f.d,m=f.constructor,v=m.rounding,y=m.precision;if(f.s<0||!g||!g[0]||!f.e&&1==g[0]&&1==g.length)return new m(g&&!g[0]?-1/0:1!=f.s?NaN:g?0:f);if(null==t?(BQ=!1,c=y):c=t,m.precision=c+=10,r=(n=zi(g)).charAt(0),!(15e14>Math.abs(o=f.e)))return u=zh(m,c+2,y).times(o+""),f=zb(new m(r+"."+n.slice(1)),c-10).plus(u),m.precision=y,null==t?zu(f,y,v,BQ=!0):f;for(;r<7&&1!=r||1==r&&n.charAt(1)>3;)r=(n=zi((f=f.times(e)).d)).charAt(0),p++;for(o=f.e,r>1?(f=new m("0."+n),o++):f=new m(r+"."+n.slice(1)),d=f,l=a=f=zl(f.minus(1),f.plus(1),c,1),h=zu(f.times(f),c,1),i=3;;){if(a=zu(a.times(h),c,1),zi((u=l.plus(zl(a,new m(i),c,1))).d).slice(0,c)===zi(l.d).slice(0,c)){if(l=l.times(2),0!==o&&(l=l.plus(zh(m,c+2,y).times(o+""))),l=zl(l,new m(p),c,1),null!=t)return m.precision=y,l;if(!za(l.d,c-10,v,s))return zu(l,m.precision=y,v,BQ=!0);m.precision=c+=10,u=a=f=zl(d.minus(1),d.plus(1),c,1),h=zu(f.times(f),c,1),i=s=1}l=u,i+=2}}function zw(e){return String(e.s*e.s/0)}function zS(e,t){var n,r,i;for((n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),r=0;48===t.charCodeAt(r);r++);for(i=t.length;48===t.charCodeAt(i-1);--i);if(t=t.slice(r,i)){if(i-=r,e.e=n=n-r-1,e.d=[],r=(n+1)%7,n<0&&(r+=7),r<i){for(r&&e.d.push(+t.slice(0,r)),i-=7;r<i;)e.d.push(+t.slice(r,r+=7));r=7-(t=t.slice(r)).length}else r-=i;for(;r--;)t+="0";e.d.push(+t),BQ&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function zC(e,t,n,r,i){var o,a,s,l,u=e.precision,c=Math.ceil(u/7);for(BQ=!1,l=n.times(n),s=new e(r);;){if(a=zl(s.times(l),new e(t++*t++),u,1),s=i?r.plus(a):r.minus(a),r=zl(a.times(l),new e(t++*t++),u,1),void 0!==(a=s.plus(r)).d[c]){for(o=c;a.d[o]===s.d[o]&&o--;);if(-1==o)break}o=s,s=r,r=a,a=o}return BQ=!0,a.d.length=c+1,a}function zM(e,t){for(var n=e;--t;)n*=e;return n}function zk(e,t){var n,r=t.s<0,i=zp(e,e.precision,1),o=i.times(.5);if((t=t.abs()).lte(o))return Bq=r?4:1,t;if((n=t.divToInt(i)).isZero())Bq=r?3:2;else{if((t=t.minus(n.times(i))).lte(o))return Bq=zv(n)?r?2:3:r?4:1,t;Bq=zv(n)?r?1:4:r?3:2}return t.minus(i).abs()}function zT(e,t,n,r){var i,o,a,s,l,u,c,d,h,p=e.constructor,f=void 0!==n;if(f?(zo(n,1,1e9),void 0===r?r=p.rounding:zo(r,0,8)):(n=p.precision,r=p.rounding),e.isFinite()){for(a=(c=zc(e)).indexOf("."),f?(i=2,16==t?n=4*n-3:8==t&&(n=3*n-2)):i=t,a>=0&&(c=c.replace(".",""),(h=new p(1)).e=c.length-a,h.d=zs(zc(h),10,i),h.e=h.d.length),o=l=(d=zs(c,10,i)).length;0==d[--l];)d.pop();if(d[0]){if(a<0?o--:((e=new p(e)).d=d,e.e=o,d=(e=zl(e,h,n,r,0,i)).d,o=e.e,u=BU),a=d[n],s=i/2,u=u||void 0!==d[n+1],u=r<4?(void 0!==a||u)&&(0===r||r===(e.s<0?3:2)):a>s||a===s&&(4===r||u||6===r&&1&d[n-1]||r===(e.s<0?8:7)),d.length=n,u)for(;++d[--n]>i-1;)d[n]=0,n||(++o,d.unshift(1));for(l=d.length;!d[l-1];--l);for(a=0,c="";a<l;a++)c+=BY.charAt(d[a]);if(f){if(l>1){if(16==t||8==t){for(a=16==t?4:3,--l;l%a;l++)c+="0";for(l=(d=zs(c,i,t)).length;!d[l-1];--l);for(a=1,c="1.";a<l;a++)c+=BY.charAt(d[a])}else c=c.charAt(0)+"."+c.slice(1)}c=c+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)c="0"+c;c="0."+c}else if(++o>l)for(o-=l;o--;)c+="0";else o<l&&(c=c.slice(0,o)+"."+c.slice(o))}else c=f?"0p+0":"0";c=(16==t?"0x":2==t?"0b":8==t?"0o":"")+c}else c=zw(e);return e.s<0?"-"+c:c}function zA(e,t){if(e.length>t)return e.length=t,!0}function z_(e){return new this(e).abs()}function zI(e){return new this(e).acos()}function zD(e){return new this(e).acosh()}function zP(e,t){return new this(e).plus(t)}function zO(e){return new this(e).asin()}function zE(e){return new this(e).asinh()}function zR(e){return new this(e).atan()}function zL(e){return new this(e).atanh()}function zZ(e,t){e=new this(e),t=new this(t);var n,r=this.precision,i=this.rounding,o=r+4;return e.s&&t.s?e.d||t.d?!t.d||e.isZero()?(n=t.s<0?zp(this,r,i):new this(0)).s=e.s:!e.d||t.isZero()?(n=zp(this,o,1).times(.5)).s=e.s:t.s<0?(this.precision=o,this.rounding=1,n=this.atan(zl(e,t,o,1)),t=zp(this,o,1),this.precision=r,this.rounding=i,n=e.s<0?n.minus(t):n.plus(t)):n=this.atan(zl(e,t,o,1)):(n=zp(this,o,1).times(t.s>0?.25:.75)).s=e.s:n=new this(NaN),n}function zN(e){return new this(e).cbrt()}function zB(e){return zu(e=new this(e),e.e+1,2)}function zz(e,t,n){return new this(e).clamp(t,n)}function zF(e){if(!e||"object"!=typeof e)throw Error(B0+"Object expected");var t,n,r,i=!0===e.defaults,o=["precision",1,1e9,"rounding",0,8,"toExpNeg",-9e15,0,"toExpPos",0,9e15,"maxE",0,9e15,"minE",-9e15,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(n=o[t],i&&(this[n]=BJ[n]),void 0!==(r=e[n])){if(B4(r)===r&&r>=o[t+1]&&r<=o[t+2])this[n]=r;else throw Error(B1+n+": "+r)}if(n="crypto",i&&(this[n]=BJ[n]),void 0!==(r=e[n])){if(!0===r||!1===r||0===r||1===r){if(r){if("undefined"!=typeof crypto&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[n]=!0;else throw Error(B5)}else this[n]=!1}else throw Error(B1+n+": "+r)}return this}function zj(e){return new this(e).cos()}function zV(e){return new this(e).cosh()}function z$(e,t){return new this(e).div(t)}function zH(e){return new this(e).exp()}function zW(e){return zu(e=new this(e),e.e+1,3)}function zG(){var e,t,n=new this(0);for(e=0,BQ=!1;e<arguments.length;)if(t=new this(arguments[e++]),t.d)n.d&&(n=n.plus(t.times(t)));else{if(t.s)return BQ=!0,new this(1/0);n=t}return BQ=!0,n.sqrt()}function zU(e){return e instanceof Fi||e&&e.toStringTag===B3||!1}function zq(e){return new this(e).ln()}function zY(e,t){return new this(e).log(t)}function zK(e){return new this(e).log(2)}function zX(e){return new this(e).log(10)}function zJ(){return zy(this,arguments,-1)}function zQ(){return zy(this,arguments,1)}function z0(e,t){return new this(e).mod(t)}function z1(e,t){return new this(e).mul(t)}function z2(e,t){return new this(e).pow(t)}function z5(e){var t,n,r,i,o=0,a=new this(1),s=[];if(void 0===e?e=this.precision:zo(e,1,1e9),r=Math.ceil(e/7),this.crypto){if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(r));o<r;)(i=t[o])>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:s[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(r*=4);o<r;)(i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((127&t[o+3])<<24))>=214e7?crypto.randomBytes(4).copy(t,o):(s.push(i%1e7),o+=4);o=r/4}else throw Error(B5)}else for(;o<r;)s[o++]=1e7*Math.random()|0;for(r=s[--o],e%=7,r&&e&&(i=B6(10,7-e),s[o]=(r/i|0)*i);0===s[o];o--)s.pop();if(o<0)n=0,s=[0];else{for(n=-1;0===s[0];n-=7)s.shift();for(r=1,i=s[0];i>=10;i/=10)r++;r<7&&(n-=7-r)}return a.e=n,a.d=s,a}function z3(e){return zu(e=new this(e),e.e+1,this.rounding)}function z4(e){return(e=new this(e)).d?e.d[0]?e.s:0*e.s:e.s||NaN}function z6(e){return new this(e).sin()}function z8(e){return new this(e).sinh()}function z9(e){return new this(e).sqrt()}function z7(e,t){return new this(e).sub(t)}function Fe(){var e=0,t=arguments,n=new this(t[0]);for(BQ=!1;n.s&&++e<t.length;)n=n.plus(t[e]);return BQ=!0,zu(n,this.precision,this.rounding)}function Ft(e){return new this(e).tan()}function Fn(e){return new this(e).tanh()}function Fr(e){return zu(e=new this(e),e.e+1,1)}zr[Symbol.for("nodejs.util.inspect.custom")]=zr.toString,zr[Symbol.toStringTag]="Decimal";var Fi=zr.constructor=function e(t){var n,r,i;function o(e){var t,n,r;if(!(this instanceof o))return new o(e);if(this.constructor=o,zU(e)){this.s=e.s,BQ?!e.d||e.e>o.maxE?(this.e=NaN,this.d=null):e.e<o.minE?(this.e=0,this.d=[0]):(this.e=e.e,this.d=e.d.slice()):(this.e=e.e,this.d=e.d?e.d.slice():e.d);return}if("number"==(r=typeof e)){if(0===e){this.s=1/e<0?-1:1,this.e=0,this.d=[0];return}if(e<0?(e=-e,this.s=-1):this.s=1,e===~~e&&e<1e7){for(t=0,n=e;n>=10;n/=10)t++;BQ?t>o.maxE?(this.e=NaN,this.d=null):t<o.minE?(this.e=0,this.d=[0]):(this.e=t,this.d=[e]):(this.e=t,this.d=[e]);return}if(0*e!=0){e||(this.s=NaN),this.e=NaN,this.d=null;return}return zS(this,e.toString())}if("string"===r)return 45===(n=e.charCodeAt(0))?(e=e.slice(1),this.s=-1):(43===n&&(e=e.slice(1)),this.s=1),ze.test(e)?zS(this,e):function(e,t){var n,r,i,o,a,s,l,u,c;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),ze.test(t))return zS(e,t)}else if("Infinity"===t||"NaN"===t)return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(B9.test(t))n=16,t=t.toLowerCase();else if(B8.test(t))n=2;else if(B7.test(t))n=8;else throw Error(B1+t);for((o=t.search(/p/i))>0?(l=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),a=(o=t.indexOf("."))>=0,r=e.constructor,a&&(o=(s=(t=t.replace(".","")).length)-o,i=zm(r,new r(n),o,2*o)),o=c=(u=zs(t,n,1e7)).length-1;0===u[o];--o)u.pop();return o<0?new r(0*e.s):(e.e=zd(u,c),e.d=u,BQ=!1,a&&(e=zl(e,i,4*s)),l&&(e=e.times(54>Math.abs(l)?B6(2,l):Fi.pow(2,l))),BQ=!0,e)}(this,e);if("bigint"===r)return e<0?(e=-e,this.s=-1):this.s=1,zS(this,e.toString());throw Error(B1+e)}if(o.prototype=zr,o.ROUND_UP=0,o.ROUND_DOWN=1,o.ROUND_CEIL=2,o.ROUND_FLOOR=3,o.ROUND_HALF_UP=4,o.ROUND_HALF_DOWN=5,o.ROUND_HALF_EVEN=6,o.ROUND_HALF_CEIL=7,o.ROUND_HALF_FLOOR=8,o.EUCLID=9,o.config=o.set=zF,o.clone=e,o.isDecimal=zU,o.abs=z_,o.acos=zI,o.acosh=zD,o.add=zP,o.asin=zO,o.asinh=zE,o.atan=zR,o.atanh=zL,o.atan2=zZ,o.cbrt=zN,o.ceil=zB,o.clamp=zz,o.cos=zj,o.cosh=zV,o.div=z$,o.exp=zH,o.floor=zW,o.hypot=zG,o.ln=zq,o.log=zY,o.log10=zX,o.log2=zK,o.max=zJ,o.min=zQ,o.mod=z0,o.mul=z1,o.pow=z2,o.random=z5,o.round=z3,o.sign=z4,o.sin=z6,o.sinh=z8,o.sqrt=z9,o.sub=z7,o.sum=Fe,o.tan=Ft,o.tanh=Fn,o.trunc=Fr,void 0===t&&(t={}),t&&!0!==t.defaults)for(n=0,i=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"];n<i.length;)t.hasOwnProperty(r=i[n++])||(t[r]=this[r]);return o.config(t),o}(BJ);BK=new Fi(BK),BX=new Fi(BX);var Fo={createBigNumberClass:N3("BigNumber",["?on","config"],e=>{var{on:t,config:n}=e,r=Fi.clone({precision:n.precision,modulo:Fi.EUCLID});return r.prototype=Object.create(r.prototype),r.prototype.type="BigNumber",r.prototype.isBigNumber=!0,r.prototype.toJSON=function(){return{mathjs:"BigNumber",value:this.toString()}},r.fromJSON=function(e){return new r(e.value)},t&&t("config",function(e,t){e.precision!==t.precision&&r.config({precision:e.precision})}),r},{isClass:!0})},Fa={createMatrixClass:N3("Matrix",[],()=>{function e(){if(!(this instanceof e))throw SyntaxError("Constructor must be called with the new operator")}return e.prototype.type="Matrix",e.prototype.isMatrix=!0,e.prototype.storage=function(){throw Error("Cannot invoke storage on a Matrix interface")},e.prototype.datatype=function(){throw Error("Cannot invoke datatype on a Matrix interface")},e.prototype.create=function(e,t){throw Error("Cannot invoke create on a Matrix interface")},e.prototype.subset=function(e,t,n){throw Error("Cannot invoke subset on a Matrix interface")},e.prototype.get=function(e){throw Error("Cannot invoke get on a Matrix interface")},e.prototype.set=function(e,t,n){throw Error("Cannot invoke set on a Matrix interface")},e.prototype.resize=function(e,t){throw Error("Cannot invoke resize on a Matrix interface")},e.prototype.reshape=function(e,t){throw Error("Cannot invoke reshape on a Matrix interface")},e.prototype.clone=function(){throw Error("Cannot invoke clone on a Matrix interface")},e.prototype.size=function(){throw Error("Cannot invoke size on a Matrix interface")},e.prototype.map=function(e,t){throw Error("Cannot invoke map on a Matrix interface")},e.prototype.forEach=function(e){throw Error("Cannot invoke forEach on a Matrix interface")},e.prototype[Symbol.iterator]=function(){throw Error("Cannot iterate a Matrix interface")},e.prototype.toArray=function(){throw Error("Cannot invoke toArray on a Matrix interface")},e.prototype.valueOf=function(){throw Error("Cannot invoke valueOf on a Matrix interface")},e.prototype.format=function(e){throw Error("Cannot invoke format on a Matrix interface")},e.prototype.toString=function(){throw Error("Cannot invoke toString on a Matrix interface")},e},{isClass:!0})},Fs={MatrixDependencies:Fa,createDenseMatrixClass:N3("DenseMatrix",["Matrix"],e=>{var{Matrix:t}=e;function n(e,t){if(!(this instanceof n))throw SyntaxError("Constructor must be called with the new operator");if(t&&!Nv(t))throw Error("Invalid datatype: "+t);if(Nx(e))"DenseMatrix"===e.type?(this._data=NX(e._data),this._size=NX(e._size)):(this._data=e.toArray(),this._size=e.size()),this._datatype=t||e._datatype;else if(e&&Ny(e.data)&&Ny(e.size))this._data=e.data,this._size=e.size,Bh(this._data,this._size),this._datatype=t||e.datatype;else if(Ny(e))this._data=function e(t){for(var n=0,r=t.length;n<r;n++){var i=t[n];Ny(i)?t[n]=e(i):i&&!0===i.isMatrix&&(t[n]=e(i.valueOf()))}return t}(e),this._size=Bd(this._data),Bh(this._data,this._size),this._datatype=t;else if(e)throw TypeError("Unsupported type of data ("+NK(e)+")");else this._data=[],this._size=[0],this._datatype=t}function r(e,t,n){if(0===t.length){for(var r=e._data;Ny(r);)r=r[0];return r}return e._size=t.slice(0),e._data=Bf(e._data,e._size,n),e}function i(e,t,n){for(var i=e._size.slice(0),o=!1;i.length<t.length;)i.push(0),o=!0;for(var a=0,s=t.length;a<s;a++)t[a]>i[a]&&(i[a]=t[a],o=!0);o&&r(e,i,n)}return n.prototype=new t,n.prototype.createDenseMatrix=function(e,t){return new n(e,t)},n.prototype.type="DenseMatrix",n.prototype.isDenseMatrix=!0,n.prototype.getDataType=function(){return By(this._data,NK)},n.prototype.storage=function(){return"dense"},n.prototype.datatype=function(){return this._datatype},n.prototype.create=function(e,t){return new n(e,t)},n.prototype.subset=function(e,t,r){switch(arguments.length){case 1:return function(e,t){if(!NM(t))throw TypeError("Invalid index");if(t.isScalar())return e.get(t.min());var r=t.size();if(r.length!==e._size.length)throw new Bu(r.length,e._size.length);for(var i=t.min(),o=t.max(),a=0,s=e._size.length;a<s;a++)Bp(i[a],e._size[a]),Bp(o[a],e._size[a]);return new n(function e(t,n,r,i){var o=i===r-1,a=n.dimension(i);return o?a.map(function(e){return Bp(e,t.length),t[e]}).valueOf():a.map(function(o){return Bp(o,t.length),e(t[o],n,r,i+1)}).valueOf()}(e._data,t,r.length,0),e._datatype)}(this,e);case 2:case 3:return function(e,t,n,r){if(!t||!0!==t.isIndex)throw TypeError("Invalid index");var o,a=t.size(),s=t.isScalar();if(Nx(n)?(o=n.size(),n=n.valueOf()):o=Bd(n),s){if(0!==o.length)throw TypeError("Scalar expected");e.set(t.min(),n,r)}else{if(a.length<e._size.length)throw new Bu(a.length,e._size.length,"<");if(o.length<a.length){for(var l=0,u=0;1===a[l]&&1===o[l];)l++;for(;1===a[l];)u++,l++;n=Bv(n,a.length,u,o)}if(!NQ(a,o))throw new Bu(a,o,">");i(e,t.max().map(function(e){return e+1}),r);var c=a.length;(function e(t,n,r,i,o){var a=o===i-1,s=n.dimension(o);a?s.forEach(function(e,n){Bp(e),t[e]=r[n[0]]}):s.forEach(function(a,s){Bp(a),e(t[a],n,r[s[0]],i,o+1)})})(e._data,t,n,c,0)}return e}(this,e,t,r);default:throw SyntaxError("Wrong number of arguments")}},n.prototype.get=function(e){if(!Ny(e))throw TypeError("Array expected");if(e.length!==this._size.length)throw new Bu(e.length,this._size.length);for(var t=0;t<e.length;t++)Bp(e[t],this._size[t]);for(var n=this._data,r=0,i=e.length;r<i;r++){var o=e[r];Bp(o,n.length),n=n[o]}return n},n.prototype.set=function(e,t,n){if(!Ny(e))throw TypeError("Array expected");if(e.length<this._size.length)throw new Bu(e.length,this._size.length,"<");i(this,e.map(function(e){return e+1}),n);var r,o,a,s=this._data;for(r=0,o=e.length-1;r<o;r++)Bp(a=e[r],s.length),s=s[a];return Bp(a=e[e.length-1],s.length),s[a]=t,this},n.prototype.resize=function(e,t,n){if(!Nb(e))throw TypeError("Array or Matrix expected");var i=e.valueOf().map(e=>Array.isArray(e)&&1===e.length?e[0]:e);return r(n?this.clone():this,i,t)},n.prototype.reshape=function(e,t){var n=t?this.clone():this;n._data=function(e,t){var n=function(e){if(!Array.isArray(e))return e;var t=[];return e.forEach(function e(n){Array.isArray(n)?n.forEach(e):t.push(n)}),t}(e),r=n.length;if(!Array.isArray(e)||!Array.isArray(t))throw TypeError("Array expected");if(0===t.length)throw new Bu(0,r,"!=");var i=Bm(t=Bg(t,r));if(r!==i)throw new Bu(i,r,"!=");try{return function(e,t){for(var n,r=e,i=t.length-1;i>0;i--){var o=t[i];n=[];for(var a=r.length/o,s=0;s<a;s++)n.push(r.slice(s*o,(s+1)*o));r=n}return r}(n,t)}catch(e){if(e instanceof Bu)throw new Bu(i,r,"!=");throw e}}(n._data,e);var r=n._size.reduce((e,t)=>e*t);return n._size=Bg(e,r),n},n.prototype.clone=function(){return new n({data:NX(this._data),size:NX(this._size),datatype:this._datatype})},n.prototype.size=function(){return this._size.slice(0)},n.prototype.map=function(e){var t=this,r=function n(r,i){return Ny(r)?r.map(function(e,t){return n(e,i.concat(t))}):e(r,i,t)}(this._data,[]),i=void 0!==this._datatype?By(r,NK):void 0;return new n(r,i)},n.prototype.forEach=function(e){var t=this;!function n(r,i){Ny(r)?r.forEach(function(e,t){n(e,i.concat(t))}):e(r,i,t)}(this._data,[])},n.prototype[Symbol.iterator]=function*(){var e=function* e(t,n){if(Ny(t))for(var r=0;r<t.length;r++)yield*e(t[r],n.concat(r));else yield{value:t,index:n}};yield*e(this._data,[])},n.prototype.rows=function(){var e=[];if(2!==this.size().length)throw TypeError("Rows can only be returned for a 2D matrix.");for(var t of this._data)e.push(new n([t],this._datatype));return e},n.prototype.columns=function(){var e=this,t=[],r=this.size();if(2!==r.length)throw TypeError("Rows can only be returned for a 2D matrix.");for(var i=this._data,o=function(r){var o=i.map(e=>[e[r]]);t.push(new n(o,e._datatype))},a=0;a<r[1];a++)o(a);return t},n.prototype.toArray=function(){return NX(this._data)},n.prototype.valueOf=function(){return this._data},n.prototype.format=function(e){return Bl(this._data,e)},n.prototype.toString=function(){return Bl(this._data)},n.prototype.toJSON=function(){return{mathjs:"DenseMatrix",data:this._data,size:this._size,datatype:this._datatype}},n.prototype.diagonal=function(e){if(e){if(Np(e)&&(e=e.toNumber()),!Nh(e)||!N8(e))throw TypeError("The parameter k must be an integer number")}else e=0;for(var t=e>0?e:0,r=e<0?-e:0,i=Math.min(this._size[0]-r,this._size[1]-t),o=[],a=0;a<i;a++)o[a]=this._data[a+r][a+t];return new n({data:o,size:[i],datatype:this._datatype})},n.diagonal=function(e,t,r,i){if(!Ny(e))throw TypeError("Array expected, size parameter");if(2!==e.length)throw Error("Only two dimensions matrix are supported");if(e=e.map(function(e){if(Np(e)&&(e=e.toNumber()),!Nh(e)||!N8(e)||e<1)throw Error("Size values must be positive integers");return e}),r){if(Np(r)&&(r=r.toNumber()),!Nh(r)||!N8(r))throw TypeError("The parameter k must be an integer number")}else r=0;var o,a=r>0?r:0,s=r<0?-r:0,l=e[0],u=e[1],c=Math.min(l-s,u-a);if(Ny(t)){if(t.length!==c)throw Error("Invalid value array length");o=function(e){return t[e]}}else if(Nx(t)){var d=t.size();if(1!==d.length||d[0]!==c)throw Error("Invalid matrix length");o=function(e){return t.get([e])}}else o=function(){return t};i||(i=Np(o(0))?o(0).mul(0):0);var h=[];if(e.length>0){h=Bf(h,e,i);for(var p=0;p<c;p++)h[p+s][p+a]=o(p)}return new n({data:h,size:[l,u]})},n.fromJSON=function(e){return new n(e)},n.prototype.swapRows=function(e,t){if(!Nh(e)||!N8(e)||!Nh(t)||!N8(t))throw Error("Row index must be positive integers");if(2!==this._size.length)throw Error("Only two dimensional matrix is supported");return Bp(e,this._size[0]),Bp(t,this._size[0]),n._swapRows(e,t,this._data),this},n._swapRows=function(e,t,n){var r=n[e];n[e]=n[t],n[t]=r},n},{isClass:!0})};let Fl=Math.cosh||function(e){return 1e-9>Math.abs(e)?1-e:(Math.exp(e)+Math.exp(-e))*.5},Fu=Math.sinh||function(e){return 1e-9>Math.abs(e)?e:(Math.exp(e)-Math.exp(-e))*.5},Fc=function(e){let t=Math.PI/4;if(-t>e||e>t)return Math.cos(e)-1;let n=e*e;return n*(n*(n*(n*(n*(n*(n*(n/20922789888e3-1/0x144c3b2800)+1/0x1c8cfc00)-1/3628800)+1/40320)-1/720)+1/24)-.5)},Fd=function(e,t){return((e=Math.abs(e))<(t=Math.abs(t))&&([e,t]=[t,e]),e<1e8)?Math.sqrt(e*e+t*t):(t/=e,e*Math.sqrt(1+t*t))},Fh=function(){throw SyntaxError("Invalid Param")};function Fp(e,t){let n=Math.abs(e),r=Math.abs(t);return 0===e?Math.log(r):0===t?Math.log(n):n<3e3&&r<3e3?.5*Math.log(e*e+t*t):.5*Math.log((e*=.5)*e+(t*=.5)*t)+Math.LN2}let Ff={re:0,im:0},Fg=function(e,t){if(null==e)Ff.re=Ff.im=0;else if(void 0!==t)Ff.re=e,Ff.im=t;else switch(typeof e){case"object":if("im"in e&&"re"in e)Ff.re=e.re,Ff.im=e.im;else if("abs"in e&&"arg"in e){if(!isFinite(e.abs)&&isFinite(e.arg))return Fm.INFINITY;Ff.re=e.abs*Math.cos(e.arg),Ff.im=e.abs*Math.sin(e.arg)}else if("r"in e&&"phi"in e){if(!isFinite(e.r)&&isFinite(e.phi))return Fm.INFINITY;Ff.re=e.r*Math.cos(e.phi),Ff.im=e.r*Math.sin(e.phi)}else 2===e.length?(Ff.re=e[0],Ff.im=e[1]):Fh();break;case"string":Ff.im=Ff.re=0;let n=e.replace(/_/g,"").match(/\d+\.?\d*e[+-]?\d+|\d+\.?\d*|\.\d+|./g),r=1,i=0;null===n&&Fh();for(let e=0;e<n.length;e++){let t=n[e];" "===t||" "===t||"\n"===t||("+"===t?r++:"-"===t?i++:("i"===t||"I"===t?(r+i===0&&Fh()," "===n[e+1]||isNaN(n[e+1])?Ff.im+=parseFloat((i%2?"-":"")+"1"):(Ff.im+=parseFloat((i%2?"-":"")+n[e+1]),e++)):((r+i===0||isNaN(t))&&Fh(),"i"===n[e+1]||"I"===n[e+1]?(Ff.im+=parseFloat((i%2?"-":"")+t),e++):Ff.re+=parseFloat((i%2?"-":"")+t)),r=i=0))}r+i>0&&Fh();break;case"number":Ff.im=0,Ff.re=e;break;default:Fh()}return isNaN(Ff.re)||isNaN(Ff.im),Ff};function Fm(e,t){if(!(this instanceof Fm))return new Fm(e,t);let n=Fg(e,t);this.re=n.re,this.im=n.im}Fm.prototype={re:0,im:0,sign:function(){let e=Fd(this.re,this.im);return new Fm(this.re/e,this.im/e)},add:function(e,t){let n=Fg(e,t),r=this.isInfinite(),i=!(isFinite(n.re)&&isFinite(n.im));return r||i?r&&i?Fm.NAN:Fm.INFINITY:new Fm(this.re+n.re,this.im+n.im)},sub:function(e,t){let n=Fg(e,t),r=this.isInfinite(),i=!(isFinite(n.re)&&isFinite(n.im));return r||i?r&&i?Fm.NAN:Fm.INFINITY:new Fm(this.re-n.re,this.im-n.im)},mul:function(e,t){let n=Fg(e,t),r=this.isInfinite(),i=!(isFinite(n.re)&&isFinite(n.im)),o=0===this.re&&0===this.im,a=0===n.re&&0===n.im;return r&&a||i&&o?Fm.NAN:r||i?Fm.INFINITY:0===n.im&&0===this.im?new Fm(this.re*n.re,0):new Fm(this.re*n.re-this.im*n.im,this.re*n.im+this.im*n.re)},div:function(e,t){let n=Fg(e,t),r=this.isInfinite(),i=!(isFinite(n.re)&&isFinite(n.im)),o=0===this.re&&0===this.im,a=0===n.re&&0===n.im;if(o&&a||r&&i)return Fm.NAN;if(a||r)return Fm.INFINITY;if(o||i)return Fm.ZERO;if(0===n.im)return new Fm(this.re/n.re,this.im/n.re);if(Math.abs(n.re)<Math.abs(n.im)){let e=n.re/n.im,t=n.re*e+n.im;return new Fm((this.re*e+this.im)/t,(this.im*e-this.re)/t)}{let e=n.im/n.re,t=n.im*e+n.re;return new Fm((this.re+this.im*e)/t,(this.im-this.re*e)/t)}},pow:function(e,t){let n=Fg(e,t),r=0===this.re&&0===this.im;if(0===n.re&&0===n.im)return Fm.ONE;if(0===n.im){if(0===this.im&&this.re>0)return new Fm(Math.pow(this.re,n.re),0);if(0===this.re)switch((n.re%4+4)%4){case 0:return new Fm(Math.pow(this.im,n.re),0);case 1:return new Fm(0,Math.pow(this.im,n.re));case 2:return new Fm(-Math.pow(this.im,n.re),0);case 3:return new Fm(0,-Math.pow(this.im,n.re))}}if(r&&n.re>0)return Fm.ZERO;let i=Math.atan2(this.im,this.re),o=Fp(this.re,this.im),a=Math.exp(n.re*o-n.im*i),s=n.im*o+n.re*i;return new Fm(a*Math.cos(s),a*Math.sin(s))},sqrt:function(){let e=this.re,t=this.im;if(0===t)return e>=0?new Fm(Math.sqrt(e),0):new Fm(0,Math.sqrt(-e));let n=Math.sqrt(.5*(Fd(e,t)+Math.abs(e))),r=Math.abs(t)/(2*n);return e>=0?new Fm(n,t<0?-r:r):new Fm(r,t<0?-n:n)},exp:function(){let e=Math.exp(this.re);return 0===this.im?new Fm(e,0):new Fm(e*Math.cos(this.im),e*Math.sin(this.im))},expm1:function(){let e=this.re,t=this.im;return new Fm(Math.expm1(e)*Math.cos(t)+Fc(t),Math.exp(e)*Math.sin(t))},log:function(){let e=this.re,t=this.im;return 0===t&&e>0?new Fm(Math.log(e),0):new Fm(Fp(e,t),Math.atan2(t,e))},abs:function(){return Fd(this.re,this.im)},arg:function(){return Math.atan2(this.im,this.re)},sin:function(){let e=this.re,t=this.im;return new Fm(Math.sin(e)*Fl(t),Math.cos(e)*Fu(t))},cos:function(){let e=this.re,t=this.im;return new Fm(Math.cos(e)*Fl(t),-Math.sin(e)*Fu(t))},tan:function(){let e=2*this.re,t=2*this.im,n=Math.cos(e)+Fl(t);return new Fm(Math.sin(e)/n,Fu(t)/n)},cot:function(){let e=2*this.re,t=2*this.im,n=Math.cos(e)-Fl(t);return new Fm(-Math.sin(e)/n,Fu(t)/n)},sec:function(){let e=this.re,t=this.im,n=.5*Fl(2*t)+.5*Math.cos(2*e);return new Fm(Math.cos(e)*Fl(t)/n,Math.sin(e)*Fu(t)/n)},csc:function(){let e=this.re,t=this.im,n=.5*Fl(2*t)-.5*Math.cos(2*e);return new Fm(Math.sin(e)*Fl(t)/n,-Math.cos(e)*Fu(t)/n)},asin:function(){let e=this.re,t=this.im,n=new Fm(t*t-e*e+1,-2*e*t).sqrt(),r=new Fm(n.re-t,n.im+e).log();return new Fm(r.im,-r.re)},acos:function(){let e=this.re,t=this.im,n=new Fm(t*t-e*e+1,-2*e*t).sqrt(),r=new Fm(n.re-t,n.im+e).log();return new Fm(Math.PI/2-r.im,r.re)},atan:function(){let e=this.re,t=this.im;if(0===e){if(1===t)return new Fm(0,1/0);if(-1===t)return new Fm(0,-1/0)}let n=e*e+(1-t)*(1-t),r=new Fm((1-t*t-e*e)/n,-2*e/n).log();return new Fm(-.5*r.im,.5*r.re)},acot:function(){let e=this.re,t=this.im;if(0===t)return new Fm(Math.atan2(1,e),0);let n=e*e+t*t;return 0!==n?new Fm(e/n,-t/n).atan():new Fm(0!==e?e/0:0,0!==t?-t/0:0).atan()},asec:function(){let e=this.re,t=this.im;if(0===e&&0===t)return new Fm(0,1/0);let n=e*e+t*t;return 0!==n?new Fm(e/n,-t/n).acos():new Fm(0!==e?e/0:0,0!==t?-t/0:0).acos()},acsc:function(){let e=this.re,t=this.im;if(0===e&&0===t)return new Fm(Math.PI/2,1/0);let n=e*e+t*t;return 0!==n?new Fm(e/n,-t/n).asin():new Fm(0!==e?e/0:0,0!==t?-t/0:0).asin()},sinh:function(){let e=this.re,t=this.im;return new Fm(Fu(e)*Math.cos(t),Fl(e)*Math.sin(t))},cosh:function(){let e=this.re,t=this.im;return new Fm(Fl(e)*Math.cos(t),Fu(e)*Math.sin(t))},tanh:function(){let e=2*this.re,t=2*this.im,n=Fl(e)+Math.cos(t);return new Fm(Fu(e)/n,Math.sin(t)/n)},coth:function(){let e=2*this.re,t=2*this.im,n=Fl(e)-Math.cos(t);return new Fm(Fu(e)/n,-Math.sin(t)/n)},csch:function(){let e=this.re,t=this.im,n=Math.cos(2*t)-Fl(2*e);return new Fm(-2*Fu(e)*Math.cos(t)/n,2*Fl(e)*Math.sin(t)/n)},sech:function(){let e=this.re,t=this.im,n=Math.cos(2*t)+Fl(2*e);return new Fm(2*Fl(e)*Math.cos(t)/n,-2*Fu(e)*Math.sin(t)/n)},asinh:function(){let e=this.im;this.im=-this.re,this.re=e;let t=this.asin();return this.re=-this.im,this.im=e,e=t.re,t.re=-t.im,t.im=e,t},acosh:function(){let e=this.acos();if(e.im<=0){let t=e.re;e.re=-e.im,e.im=t}else{let t=e.im;e.im=-e.re,e.re=t}return e},atanh:function(){let e=this.re,t=this.im,n=1-e,r=1+e,i=n*n+t*t,o=0!==i?new Fm((r*n-t*t)/i,(t*n+r*t)/i):new Fm(-1!==e?e/0:0,0!==t?t/0:0),a=o.re;return o.re=Fp(o.re,o.im)/2,o.im=Math.atan2(o.im,a)/2,e>1&&0===t&&(o.im=-o.im),o},acoth:function(){let e=this.re,t=this.im;if(0===e&&0===t)return new Fm(0,Math.PI/2);let n=e*e+t*t;return 0!==n?new Fm(e/n,-t/n).atanh():new Fm(0!==e?e/0:0,0!==t?-t/0:0).atanh()},acsch:function(){let e=this.re,t=this.im;if(0===t)return new Fm(0!==e?Math.log(e+Math.sqrt(e*e+1)):1/0,0);let n=e*e+t*t;return 0!==n?new Fm(e/n,-t/n).asinh():new Fm(0!==e?e/0:0,0!==t?-t/0:0).asinh()},asech:function(){let e=this.re,t=this.im;if(this.isZero())return Fm.INFINITY;let n=e*e+t*t;return 0!==n?new Fm(e/n,-t/n).acosh():new Fm(0!==e?e/0:0,0!==t?-t/0:0).acosh()},inverse:function(){if(this.isZero())return Fm.INFINITY;if(this.isInfinite())return Fm.ZERO;let e=this.re,t=this.im,n=e*e+t*t;return new Fm(e/n,-t/n)},conjugate:function(){return new Fm(this.re,-this.im)},neg:function(){return new Fm(-this.re,-this.im)},ceil:function(e){return e=Math.pow(10,e||0),new Fm(Math.ceil(this.re*e)/e,Math.ceil(this.im*e)/e)},floor:function(e){return e=Math.pow(10,e||0),new Fm(Math.floor(this.re*e)/e,Math.floor(this.im*e)/e)},round:function(e){return e=Math.pow(10,e||0),new Fm(Math.round(this.re*e)/e,Math.round(this.im*e)/e)},equals:function(e,t){let n=Fg(e,t);return Math.abs(n.re-this.re)<=Fm.EPSILON&&Math.abs(n.im-this.im)<=Fm.EPSILON},clone:function(){return new Fm(this.re,this.im)},toString:function(){let e=this.re,t=this.im,n="";return this.isNaN()?"NaN":this.isInfinite()?"Infinity":(Math.abs(e)<Fm.EPSILON&&(e=0),Math.abs(t)<Fm.EPSILON&&(t=0),0===t)?n+e:(0!==e?(n+=e,n+=" ",t<0?(t=-t,n+="-"):n+="+",n+=" "):t<0&&(t=-t,n+="-"),1!==t&&(n+=t),n+"i")},toVector:function(){return[this.re,this.im]},valueOf:function(){return 0===this.im?this.re:null},isNaN:function(){return isNaN(this.re)||isNaN(this.im)},isZero:function(){return 0===this.im&&0===this.re},isFinite:function(){return isFinite(this.re)&&isFinite(this.im)},isInfinite:function(){return!this.isFinite()}},Fm.ZERO=new Fm(0,0),Fm.ONE=new Fm(1,0),Fm.I=new Fm(0,1),Fm.PI=new Fm(Math.PI,0),Fm.E=new Fm(Math.E,0),Fm.INFINITY=new Fm(1/0,1/0),Fm.NAN=new Fm(NaN,NaN),Fm.EPSILON=1e-15;var Fv=N3("Complex",[],()=>(Fm.prototype.type="Complex",Fm.prototype.isComplex=!0,Fm.prototype.toJSON=function(){return{mathjs:"Complex",re:this.re,im:this.im}},Fm.prototype.toPolar=function(){return{r:this.abs(),phi:this.arg()}},Fm.prototype.format=function(e){var t="",n=this.im,r=this.re,i=N7(this.re,e),o=N7(this.im,e),a=Nh(e)?e:e?e.precision:null;if(null!==a){var s=Math.pow(10,-a);Math.abs(r/n)<s&&(r=0),Math.abs(n/r)<s&&(n=0)}return 0===n?i:0===r?1===n?"i":-1===n?"-i":o+"i":n<0?-1===n?i+" - i":i+" - "+o.substring(1)+"i":1===n?i+" + i":i+" + "+o+"i"},Fm.fromPolar=function(e){switch(arguments.length){case 1:var t=arguments[0];if("object"==typeof t)return Fm(t);throw TypeError("Input has to be an object with r and phi keys.");case 2:var n=arguments[0],r=arguments[1];if(Nh(n)){if(Nm(r)&&r.hasBase("ANGLE")&&(r=r.toNumber("rad")),Nh(r))return new Fm({r:n,phi:r});throw TypeError("Phi is not a number nor an angle unit.")}throw TypeError("Radius r is not a number.");default:throw SyntaxError("Wrong number of arguments in function fromPolar")}},Fm.prototype.valueOf=Fm.prototype.toString,Fm.fromJSON=function(e){return new Fm(e)},Fm.compare=function(e,t){return e.re>t.re?1:e.re<t.re?-1:e.im>t.im?1:e.im<t.im?-1:0},Fm),{isClass:!0}),Fy={s:1,n:0,d:1};function Fx(e,t){if(isNaN(e=parseInt(e,10)))throw FT();return e*t}function Fb(e,t){if(0===t)throw Fk();var n=Object.create(FM.prototype);n.s=e<0?-1:1;var r=FC(e=e<0?-e:e,t);return n.n=e/r,n.d=t/r,n}function Fw(e){for(var t={},n=e,r=2,i=4;i<=n;){for(;n%r==0;)n/=r,t[r]=(t[r]||0)+1;i+=1+2*r++}return n!==e?n>1&&(t[n]=(t[n]||0)+1):t[e]=(t[e]||0)+1,t}var FS=function(e,t){var n,r=0,i=1,o=1,a=0,s=0,l=0,u=1,c=1,d=0,h=1,p=1,f=1;if(null==e);else if(void 0!==t){if(o=(r=e)*(i=t),r%1!=0||i%1!=0)throw FA()}else switch(typeof e){case"object":if("d"in e&&"n"in e)r=e.n,i=e.d,"s"in e&&(r*=e.s);else if(0 in e)r=e[0],1 in e&&(i=e[1]);else throw FT();o=r*i;break;case"number":if(e<0&&(o=e,e=-e),e%1==0)r=e;else if(e>0){for(e>=1&&(c=Math.pow(10,Math.floor(1+Math.log(e)/Math.LN10)),e/=c);h<=1e7&&f<=1e7;){if(e===(n=(d+p)/(h+f))){h+f<=1e7?(r=d+p,i=h+f):f>h?(r=p,i=f):(r=d,i=h);break}e>n?(d+=p,h+=f):(p+=d,f+=h),h>1e7?(r=p,i=f):(r=d,i=h)}r*=c}else(isNaN(e)||isNaN(t))&&(i=r=NaN);break;case"string":if(null===(h=e.match(/\d+|./g)))throw FT();if("-"===h[d]?(o=-1,d++):"+"===h[d]&&d++,h.length===d+1?s=Fx(h[d++],o):"."===h[d+1]||"."===h[d]?("."!==h[d]&&(a=Fx(h[d++],o)),(++d+1===h.length||"("===h[d+1]&&")"===h[d+3]||"'"===h[d+1]&&"'"===h[d+3])&&(s=Fx(h[d],o),u=Math.pow(10,h[d].length),d++),("("===h[d]&&")"===h[d+2]||"'"===h[d]&&"'"===h[d+2])&&(l=Fx(h[d+1],o),c=Math.pow(10,h[d+1].length)-1,d+=3)):"/"===h[d+1]||":"===h[d+1]?(s=Fx(h[d],o),u=Fx(h[d+2],1),d+=3):"/"===h[d+3]&&" "===h[d+1]&&(a=Fx(h[d],o),s=Fx(h[d+2],o),u=Fx(h[d+4],1),d+=5),h.length<=d){o=r=l+(i=u*c)*a+c*s;break}default:throw FT()}if(0===i)throw Fk();Fy.s=o<0?-1:1,Fy.n=Math.abs(r),Fy.d=Math.abs(i)};function FC(e,t){if(!e)return t;if(!t)return e;for(;;){if(!(e%=t))return t;if(!(t%=e))return e}}function FM(e,t){if(FS(e,t),!(this instanceof FM))return Fb(Fy.s*Fy.n,Fy.d);e=FC(Fy.d,Fy.n),this.s=Fy.s,this.n=Fy.n/e,this.d=Fy.d/e}var Fk=function(){return Error("Division by Zero")},FT=function(){return Error("Invalid argument")},FA=function(){return Error("Parameters must be integer")};FM.prototype={s:1,n:0,d:1,abs:function(){return Fb(this.n,this.d)},neg:function(){return Fb(-this.s*this.n,this.d)},add:function(e,t){return FS(e,t),Fb(this.s*this.n*Fy.d+Fy.s*this.d*Fy.n,this.d*Fy.d)},sub:function(e,t){return FS(e,t),Fb(this.s*this.n*Fy.d-Fy.s*this.d*Fy.n,this.d*Fy.d)},mul:function(e,t){return FS(e,t),Fb(this.s*Fy.s*this.n*Fy.n,this.d*Fy.d)},div:function(e,t){return FS(e,t),Fb(this.s*Fy.s*this.n*Fy.d,this.d*Fy.n)},clone:function(){return Fb(this.s*this.n,this.d)},mod:function(e,t){if(isNaN(this.n)||isNaN(this.d))return new FM(NaN);if(void 0===e)return Fb(this.s*this.n%this.d,1);if(FS(e,t),0===Fy.n&&0===this.d)throw Fk();return Fb(this.s*(Fy.d*this.n)%(Fy.n*this.d),Fy.d*this.d)},gcd:function(e,t){return FS(e,t),Fb(FC(Fy.n,this.n)*FC(Fy.d,this.d),Fy.d*this.d)},lcm:function(e,t){return(FS(e,t),0===Fy.n&&0===this.n)?Fb(0,1):Fb(Fy.n*this.n,FC(Fy.n,this.n)*FC(Fy.d,this.d))},ceil:function(e){return(e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d))?new FM(NaN):Fb(Math.ceil(e*this.s*this.n/this.d),e)},floor:function(e){return(e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d))?new FM(NaN):Fb(Math.floor(e*this.s*this.n/this.d),e)},round:function(e){return(e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d))?new FM(NaN):Fb(Math.round(e*this.s*this.n/this.d),e)},roundTo:function(e,t){return FS(e,t),Fb(this.s*Math.round(this.n*Fy.d/(this.d*Fy.n))*Fy.n,Fy.d)},inverse:function(){return Fb(this.s*this.d,this.n)},pow:function(e,t){if(FS(e,t),1===Fy.d)return Fy.s<0?Fb(Math.pow(this.s*this.d,Fy.n),Math.pow(this.n,Fy.n)):Fb(Math.pow(this.s*this.n,Fy.n),Math.pow(this.d,Fy.n));if(this.s<0)return null;var n=Fw(this.n),r=Fw(this.d),i=1,o=1;for(var a in n)if("1"!==a){if("0"===a){i=0;break}if(n[a]*=Fy.n,n[a]%Fy.d!=0)return null;n[a]/=Fy.d,i*=Math.pow(a,n[a])}for(var a in r)if("1"!==a){if(r[a]*=Fy.n,r[a]%Fy.d!=0)return null;r[a]/=Fy.d,o*=Math.pow(a,r[a])}return Fy.s<0?Fb(o,i):Fb(i,o)},equals:function(e,t){return FS(e,t),this.s*this.n*Fy.d==Fy.s*Fy.n*this.d},compare:function(e,t){FS(e,t);var n=this.s*this.n*Fy.d-Fy.s*Fy.n*this.d;return(0<n)-(n<0)},simplify:function(e){if(isNaN(this.n)||isNaN(this.d))return this;e=e||.001;for(var t=this.abs(),n=t.toContinued(),r=1;r<n.length;r++){for(var i=Fb(n[r-1],1),o=r-2;o>=0;o--)i=i.inverse().add(n[o]);if(Math.abs(i.sub(t).valueOf())<e)return i.mul(this.s)}return this},divisible:function(e,t){return FS(e,t),!(!(Fy.n*this.d)||this.n*Fy.d%(Fy.n*this.d))},valueOf:function(){return this.s*this.n/this.d},toFraction:function(e){var t,n="",r=this.n,i=this.d;return this.s<0&&(n+="-"),1===i?n+=r:(e&&(t=Math.floor(r/i))>0&&(n+=t,n+=" ",r%=i),n+=r,n+="/",n+=i),n},toLatex:function(e){var t,n="",r=this.n,i=this.d;return this.s<0&&(n+="-"),1===i?n+=r:(e&&(t=Math.floor(r/i))>0&&(n+=t,r%=i),n+="\\frac{",n+=r,n+="}{",n+=i,n+="}"),n},toContinued:function(){var e,t=this.n,n=this.d,r=[];if(isNaN(t)||isNaN(n))return r;do r.push(Math.floor(t/n)),e=t%n,t=n,n=e;while(1!==t);return r},toString:function(e){var t=this.n,n=this.d;if(isNaN(t)||isNaN(n))return"NaN";e=e||15;var r=function(e,t){for(;t%2==0;t/=2);for(;t%5==0;t/=5);if(1===t)return 0;for(var n=10%t,r=1;1!==n;r++)if(n=10*n%t,r>2e3)return 0;return r}(0,n),i=function(e,t,n){for(var r=1,i=function(e,t,n){for(var r=1;t>0;e=e*e%n,t>>=1)1&t&&(r=r*e%n);return r}(10,n,t),o=0;o<300;o++){if(r===i)return o;r=10*r%t,i=10*i%t}return 0}(0,n,r),o=this.s<0?"-":"";if(o+=t/n|0,t%=n,(t*=10)&&(o+="."),r){for(var a=i;a--;)o+=t/n|0,t%=n,t*=10;o+="(";for(var a=r;a--;)o+=t/n|0,t%=n,t*=10;o+=")"}else for(var a=e;t&&a--;)o+=t/n|0,t%=n,t*=10;return o}};var F_=N3("Fraction",[],()=>(FM.prototype.type="Fraction",FM.prototype.isFraction=!0,FM.prototype.toJSON=function(){return{mathjs:"Fraction",n:this.s*this.n,d:this.d}},FM.fromJSON=function(e){return new FM(e)},FM),{isClass:!0}),FI=n(7554);function FD(e,t){return!!e&&"object"==typeof e&&(!!N1(FO,t)||!(t in Object.prototype)&&!(t in Function.prototype))}function FP(e){return"object"==typeof e&&e&&e.constructor===Object}var FO={length:!0,name:!0},FE={toString:!0,valueOf:!0,toLocaleString:!0};class FR{constructor(e){this.wrappedObject=e}keys(){return Object.keys(this.wrappedObject)}get(e){return function(e,t){var n,r;if(FP(e)&&FD(e,t))return e[t];if("function"==typeof e[t]&&(n=e,r=t,!(null==n||"function"!=typeof n[r]||N1(n,r)&&Object.getPrototypeOf&&r in Object.getPrototypeOf(n))&&(N1(FE,r)||!(r in Object.prototype)&&!(r in Function.prototype))))throw Error('Cannot access method "'+t+'" as a property');throw Error('No access to property "'+t+'"')}(this.wrappedObject,e)}set(e,t){return!function(e,t,n){if(FP(e)&&FD(e,t))return e[t]=n;throw Error('No access to property "'+t+'"')}(this.wrappedObject,e,t),this}has(e){return e in this.wrappedObject}}function FL(e){return!!e&&(e instanceof Map||e instanceof FR||"function"==typeof e.set&&"function"==typeof e.get&&"function"==typeof e.keys&&"function"==typeof e.has)}var FZ=function(){return FZ=FI.create,FI};function FN(e){throw Error("Cannot convert value ".concat(e," into a BigNumber: no class 'BigNumber' provided"))}function FB(e){throw Error("Cannot convert value ".concat(e," into a Complex number: no class 'Complex' provided"))}function Fz(e){throw Error("Cannot convert value ".concat(e," into a Fraction, no class 'Fraction' provided."))}var FF={BigNumberDependencies:Fo,ComplexDependencies:{createComplexClass:Fv},DenseMatrixDependencies:Fs,FractionDependencies:{createFractionClass:F_},createTyped:N3("typed",["?BigNumber","?Complex","?DenseMatrix","?Fraction"],function(e){var{BigNumber:t,Complex:n,DenseMatrix:r,Fraction:i}=e,o=FZ();return o.types=[{name:"number",test:Nh},{name:"Complex",test:Nf},{name:"BigNumber",test:Np},{name:"Fraction",test:Ng},{name:"Unit",test:Nm},{name:"string",test:Nv},{name:"Chain",test:NY},{name:"Array",test:Ny},{name:"Matrix",test:Nx},{name:"DenseMatrix",test:Nw},{name:"SparseMatrix",test:NS},{name:"Range",test:NC},{name:"Index",test:NM},{name:"boolean",test:Nk},{name:"ResultSet",test:NT},{name:"Help",test:NA},{name:"function",test:N_},{name:"Date",test:NI},{name:"RegExp",test:ND},{name:"null",test:NO},{name:"undefined",test:NE},{name:"AccessorNode",test:NR},{name:"ArrayNode",test:NL},{name:"AssignmentNode",test:NZ},{name:"BlockNode",test:NN},{name:"ConditionalNode",test:NB},{name:"ConstantNode",test:Nz},{name:"FunctionNode",test:Nj},{name:"FunctionAssignmentNode",test:NF},{name:"IndexNode",test:NV},{name:"Node",test:N$},{name:"ObjectNode",test:NH},{name:"OperatorNode",test:NW},{name:"ParenthesisNode",test:NG},{name:"RangeNode",test:NU},{name:"SymbolNode",test:Nq},{name:"Map",test:FL},{name:"Object",test:NP}],o.conversions=[{from:"number",to:"BigNumber",convert:function(e){if(t||FN(e),e.toExponential().replace(/e.*$/,"").replace(/^0\.?0*|\./,"").length>15)throw TypeError("Cannot implicitly convert a number with >15 significant digits to BigNumber (value: "+e+"). Use function bignumber(x) to convert to BigNumber.");return new t(e)}},{from:"number",to:"Complex",convert:function(e){return n||FB(e),new n(e,0)}},{from:"number",to:"string",convert:function(e){return e+""}},{from:"BigNumber",to:"Complex",convert:function(e){return n||FB(e),new n(e.toNumber(),0)}},{from:"Fraction",to:"BigNumber",convert:function(e){throw TypeError("Cannot implicitly convert a Fraction to BigNumber or vice versa. Use function bignumber(x) to convert to BigNumber or fraction(x) to convert to Fraction.")}},{from:"Fraction",to:"Complex",convert:function(e){return n||FB(e),new n(e.valueOf(),0)}},{from:"number",to:"Fraction",convert:function(e){i||Fz(e);var t=new i(e);if(t.valueOf()!==e)throw TypeError("Cannot implicitly convert a number to a Fraction when there will be a loss of precision (value: "+e+"). Use function fraction(x) to convert to Fraction.");return t}},{from:"string",to:"number",convert:function(e){var t=Number(e);if(isNaN(t))throw Error('Cannot convert "'+e+'" to a number');return t}},{from:"string",to:"BigNumber",convert:function(e){t||FN(e);try{return new t(e)}catch(t){throw Error('Cannot convert "'+e+'" to BigNumber')}}},{from:"string",to:"Fraction",convert:function(e){i||Fz(e);try{return new i(e)}catch(t){throw Error('Cannot convert "'+e+'" to Fraction')}}},{from:"string",to:"Complex",convert:function(e){n||FB(e);try{return new n(e)}catch(t){throw Error('Cannot convert "'+e+'" to Complex')}}},{from:"boolean",to:"number",convert:function(e){return+e}},{from:"boolean",to:"BigNumber",convert:function(e){return t||FN(e),new t(+e)}},{from:"boolean",to:"Fraction",convert:function(e){return i||Fz(e),new i(+e)}},{from:"boolean",to:"string",convert:function(e){return String(e)}},{from:"Array",to:"Matrix",convert:function(e){return r||function(){throw Error("Cannot convert array into a Matrix: no class 'DenseMatrix' provided")}(),new r(e)}},{from:"Matrix",to:"Array",convert:function(e){return e.valueOf()}}],o})},Fj="equalScalar",FV=N3(Fj,["typed","config"],e=>{var{typed:t,config:n}=e;return t(Fj,{"boolean, boolean":function(e,t){return e===t},"number, number":function(e,t){return Bo(e,t,n.epsilon)},"BigNumber, BigNumber":function(e,t){return e.eq(t)||function(e,t,n){if(null==n)return e.eq(t);if(e.eq(t))return!0;if(e.isNaN()||t.isNaN())return!1;if(e.isFinite()&&t.isFinite()){var r=e.minus(t).abs();if(r.isZero())return!0;var i=e.constructor.max(e.abs(),t.abs());return r.lte(i.times(n))}return!1}(e,t,n.epsilon)},"Fraction, Fraction":function(e,t){return e.equals(t)},"Complex, Complex":function(e,t){var r;return r=n.epsilon,Bo(e.re,t.re,r)&&Bo(e.im,t.im,r)},"Unit, Unit":function(e,t){if(!e.equalBase(t))throw Error("Cannot compare units with different base");return this(e.value,t.value)}})});N3(Fj,["typed","config"],e=>{var{typed:t,config:n}=e;return t(Fj,{"number, number":function(e,t){return Bo(e,t,n.epsilon)}})});var F$={typedDependencies:FF,createEqualScalar:FV},FH=N3("SparseMatrix",["typed","equalScalar","Matrix"],e=>{var{typed:t,equalScalar:n,Matrix:r}=e;function i(e,t){if(!(this instanceof i))throw SyntaxError("Constructor must be called with the new operator");if(t&&!Nv(t))throw Error("Invalid datatype: "+t);if(Nx(e)){var n,r,a;n=this,r=e,a=t,"SparseMatrix"===r.type?(n._values=r._values?NX(r._values):void 0,n._index=NX(r._index),n._ptr=NX(r._ptr),n._size=NX(r._size),n._datatype=a||r._datatype):o(n,r.valueOf(),a||r._datatype)}else if(e&&Ny(e.index)&&Ny(e.ptr)&&Ny(e.size))this._values=e.values,this._index=e.index,this._ptr=e.ptr,this._size=e.size,this._datatype=t||e.datatype;else if(Ny(e))o(this,e,t);else if(e)throw TypeError("Unsupported type of data ("+NK(e)+")");else this._values=[],this._index=[],this._ptr=[0],this._size=[0,0],this._datatype=t}function o(e,r,i){e._values=[],e._index=[],e._ptr=[],e._datatype=i;var o=r.length,a=0,s=n,l=0;if(Nv(i)&&(s=t.find(n,[i,i])||n,l=t.convert(0,i)),o>0){var u=0;do{e._ptr.push(e._index.length);for(var c=0;c<o;c++){var d=r[c];if(Ny(d)){if(0===u&&a<d.length&&(a=d.length),u<d.length){var h=d[u];s(h,l)||(e._values.push(h),e._index.push(c))}}else 0===u&&a<1&&(a=1),s(d,l)||(e._values.push(d),e._index.push(c))}u++}while(u<a)}e._ptr.push(e._index.length),e._size=[o,a]}function a(e,t,n,r){if(n-t==0)return n;for(var i=t;i<n;i++)if(r[i]===e)return i;return t}function s(e,t,n,r,i,o,a){i.splice(e,0,r),o.splice(e,0,t);for(var s=n+1;s<a.length;s++)a[s]++}function l(e,r,i,o){var a,s,l,u=o||0,c=n,d=0;Nv(e._datatype)&&(c=t.find(n,[e._datatype,e._datatype])||n,d=t.convert(0,e._datatype),u=t.convert(u,e._datatype));var h=!c(u,d),p=e._size[0],f=e._size[1];if(i>f){for(s=f;s<i;s++)if(e._ptr[s]=e._values.length,h)for(a=0;a<p;a++)e._values.push(u),e._index.push(a);e._ptr[i]=e._values.length}else i<f&&(e._ptr.splice(i+1,f-i),e._values.splice(e._ptr[i],e._values.length),e._index.splice(e._ptr[i],e._index.length));if(f=i,r>p){if(h){var g=0;for(s=0;s<f;s++){e._ptr[s]=e._ptr[s]+g,l=e._ptr[s+1]+g;var m=0;for(a=p;a<r;a++,m++)e._values.splice(l+m,0,u),e._index.splice(l+m,0,a),g++}e._ptr[f]=e._values.length}}else if(r<p){var v=0;for(s=0;s<f;s++){e._ptr[s]=e._ptr[s]-v;var y=e._ptr[s],x=e._ptr[s+1]-v;for(l=y;l<x;l++)(a=e._index[l])>r-1&&(e._values.splice(l,1),e._index.splice(l,1),v++)}e._ptr[s]=e._values.length}return e._size[0]=r,e._size[1]=i,e}function u(e,t,n,r,i){var o,a,s=r[0],l=r[1],u=[];for(o=0;o<s;o++)for(a=0,u[o]=[];a<l;a++)u[o][a]=0;for(a=0;a<l;a++)for(var c=n[a],d=n[a+1],h=c;h<d;h++)u[o=t[h]][a]=e?i?NX(e[h]):e[h]:1;return u}return i.prototype=new r,i.prototype.createSparseMatrix=function(e,t){return new i(e,t)},i.prototype.type="SparseMatrix",i.prototype.isSparseMatrix=!0,i.prototype.getDataType=function(){return By(this._values,NK)},i.prototype.storage=function(){return"sparse"},i.prototype.datatype=function(){return this._datatype},i.prototype.create=function(e,t){return new i(e,t)},i.prototype.density=function(){var e=this._size[0],t=this._size[1];return 0!==e&&0!==t?this._index.length/(e*t):0},i.prototype.subset=function(e,t,n){if(!this._values)throw Error("Cannot invoke subset on a Pattern only matrix");switch(arguments.length){case 1:return function(e,t){if(!NM(t))throw TypeError("Invalid index");if(t.isScalar())return e.get(t.min());var n,r,o,a,s=t.size();if(s.length!==e._size.length)throw new Bu(s.length,e._size.length);var l=t.min(),u=t.max();for(n=0,r=e._size.length;n<r;n++)Bp(l[n],e._size[n]),Bp(u[n],e._size[n]);var c=e._values,d=e._index,h=e._ptr,p=t.dimension(0),f=t.dimension(1),g=[],m=[];p.forEach(function(e,t){m[e]=t[0],g[e]=!0});var v=c?[]:void 0,y=[],x=[];return f.forEach(function(e){for(x.push(y.length),o=h[e],a=h[e+1];o<a;o++)!0===g[n=d[o]]&&(y.push(m[n]),v&&v.push(c[o]))}),x.push(y.length),new i({values:v,index:y,ptr:x,size:s,datatype:e._datatype})}(this,e);case 2:case 3:return function(e,t,n,r){if(!t||!0!==t.isIndex)throw TypeError("Invalid index");var i,o=t.size(),a=t.isScalar();if(Nx(n)?(i=n.size(),n=n.toArray()):i=Bd(n),a){if(0!==i.length)throw TypeError("Scalar expected");e.set(t.min(),n,r)}else{if(1!==o.length&&2!==o.length)throw new Bu(o.length,e._size.length,"<");if(i.length<o.length){for(var s=0,l=0;1===o[s]&&1===i[s];)s++;for(;1===o[s];)l++,s++;n=Bv(n,o.length,l,i)}if(!NQ(o,i))throw new Bu(o,i,">");if(1===o.length)t.dimension(0).forEach(function(t,i){Bp(t),e.set([t,0],n[i[0]],r)});else{var u=t.dimension(0),c=t.dimension(1);u.forEach(function(t,i){Bp(t),c.forEach(function(o,a){Bp(o),e.set([t,o],n[i[0]][a[0]],r)})})}}return e}(this,e,t,n);default:throw SyntaxError("Wrong number of arguments")}},i.prototype.get=function(e){if(!Ny(e))throw TypeError("Array expected");if(e.length!==this._size.length)throw new Bu(e.length,this._size.length);if(!this._values)throw Error("Cannot invoke get on a Pattern only matrix");var t=e[0],n=e[1];Bp(t,this._size[0]),Bp(n,this._size[1]);var r=a(t,this._ptr[n],this._ptr[n+1],this._index);return r<this._ptr[n+1]&&this._index[r]===t?this._values[r]:0},i.prototype.set=function(e,r,i){if(!Ny(e))throw TypeError("Array expected");if(e.length!==this._size.length)throw new Bu(e.length,this._size.length);if(!this._values)throw Error("Cannot invoke set on a Pattern only matrix");var o=e[0],u=e[1],c=this._size[0],d=this._size[1],h=n,p=0;Nv(this._datatype)&&(h=t.find(n,[this._datatype,this._datatype])||n,p=t.convert(0,this._datatype)),(o>c-1||u>d-1)&&(l(this,Math.max(o+1,c),Math.max(u+1,d),i),c=this._size[0],d=this._size[1]),Bp(o,c),Bp(u,d);var f=a(o,this._ptr[u],this._ptr[u+1],this._index);return f<this._ptr[u+1]&&this._index[f]===o?h(r,p)?function(e,t,n,r,i){n.splice(e,1),r.splice(e,1);for(var o=t+1;o<i.length;o++)i[o]--}(f,u,this._values,this._index,this._ptr):this._values[f]=r:s(f,o,u,r,this._values,this._index,this._ptr),this},i.prototype.resize=function(e,t,n){if(!Nb(e))throw TypeError("Array or Matrix expected");var r=e.valueOf().map(e=>Array.isArray(e)&&1===e.length?e[0]:e);if(2!==r.length)throw Error("Only two dimensions matrix are supported");return r.forEach(function(e){if(!Nh(e)||!N8(e)||e<0)throw TypeError("Invalid size, must contain positive integers (size: "+Bl(r)+")")}),l(n?this.clone():this,r[0],r[1],t)},i.prototype.reshape=function(e,t){if(!Ny(e))throw TypeError("Array expected");if(2!==e.length)throw Error("Sparse matrices can only be reshaped in two dimensions");e.forEach(function(t){if(!Nh(t)||!N8(t)||t<=-2||0===t)throw TypeError("Invalid size, must contain positive integers or -1 (size: "+Bl(e)+")")});var n=this._size[0]*this._size[1],r=(e=Bg(e,n))[0]*e[1];if(n!==r)throw Error("Reshaping sparse matrix will result in the wrong number of elements");var i=t?this.clone():this;if(this._size[0]===e[0]&&this._size[1]===e[1])return i;for(var o=[],l=0;l<i._ptr.length;l++)for(var u=0;u<i._ptr[l+1]-i._ptr[l];u++)o.push(l);for(var c=i._values.slice(),d=i._index.slice(),h=0;h<i._index.length;h++){var p=d[h],f=o[h],g=p*i._size[1]+f;o[h]=g%e[1],d[h]=Math.floor(g/e[1])}i._values.length=0,i._index.length=0,i._ptr.length=e[1]+1,i._size=e.slice();for(var m=0;m<i._ptr.length;m++)i._ptr[m]=0;for(var v=0;v<c.length;v++){var y=d[v],x=o[v],b=c[v];s(a(y,i._ptr[x],i._ptr[x+1],i._index),y,x,b,i._values,i._index,i._ptr)}return i},i.prototype.clone=function(){return new i({values:this._values?NX(this._values):void 0,index:NX(this._index),ptr:NX(this._ptr),size:NX(this._size),datatype:this._datatype})},i.prototype.size=function(){return this._size.slice(0)},i.prototype.map=function(e,r){if(!this._values)throw Error("Cannot invoke map on a Pattern only matrix");var o=this;return function(e,r,o,a,s,l,u){var c=[],d=[],h=[],p=n,f=0;Nv(e._datatype)&&(p=t.find(n,[e._datatype,e._datatype])||n,f=t.convert(0,e._datatype));for(var g=function(e,t,n){e=l(e,t,n),p(e,f)||(c.push(e),d.push(t))},m=0;m<=s;m++){h.push(c.length);var v=e._ptr[m],y=e._ptr[m+1];if(u)for(var x=v;x<y;x++){var b=e._index[x];b>=0&&b<=o&&g(e._values[x],b-r,m-a)}else{for(var w={},S=v;S<y;S++)w[e._index[S]]=e._values[S];for(var C=r;C<=o;C++)g(C in w?w[C]:0,C-r,m-a)}}return h.push(c.length),new i({values:c,index:d,ptr:h,size:[o-r+1,s-a+1]})}(this,0,this._size[0]-1,0,this._size[1]-1,function(t,n,r){return e(t,[n,r],o)},r)},i.prototype.forEach=function(e,t){if(!this._values)throw Error("Cannot invoke forEach on a Pattern only matrix");for(var n=this._size[0],r=this._size[1],i=0;i<r;i++){var o=this._ptr[i],a=this._ptr[i+1];if(t)for(var s=o;s<a;s++){var l=this._index[s];e(this._values[s],[l,i],this)}else{for(var u={},c=o;c<a;c++)u[this._index[c]]=this._values[c];for(var d=0;d<n;d++)e(d in u?u[d]:0,[d,i],this)}}},i.prototype[Symbol.iterator]=function*(){if(!this._values)throw Error("Cannot iterate a Pattern only matrix");for(var e=this._size[1],t=0;t<e;t++)for(var n=this._ptr[t],r=this._ptr[t+1],i=n;i<r;i++){var o=this._index[i];yield{value:this._values[i],index:[o,t]}}},i.prototype.toArray=function(){return u(this._values,this._index,this._ptr,this._size,!0)},i.prototype.valueOf=function(){return u(this._values,this._index,this._ptr,this._size,!1)},i.prototype.format=function(e){for(var t=this._size[0],n=this._size[1],r=this.density(),i="Sparse Matrix ["+Bl(t,e)+" x "+Bl(n,e)+"] density: "+Bl(r,e)+"\n",o=0;o<n;o++)for(var a=this._ptr[o],s=this._ptr[o+1],l=a;l<s;l++)i+="\n ("+Bl(this._index[l],e)+", "+Bl(o,e)+") ==> "+(this._values?Bl(this._values[l],e):"X");return i},i.prototype.toString=function(){return Bl(this.toArray())},i.prototype.toJSON=function(){return{mathjs:"SparseMatrix",values:this._values,index:this._index,ptr:this._ptr,size:this._size,datatype:this._datatype}},i.prototype.diagonal=function(e){if(e){if(Np(e)&&(e=e.toNumber()),!Nh(e)||!N8(e))throw TypeError("The parameter k must be an integer number")}else e=0;var t=e>0?e:0,n=e<0?-e:0,r=this._size[0],o=this._size[1],a=Math.min(r-n,o-t),s=[],l=[],u=[];u[0]=0;for(var c=t;c<o&&s.length<a;c++)for(var d=this._ptr[c],h=this._ptr[c+1],p=d;p<h;p++){var f=this._index[p];if(f===c-t+n){s.push(this._values[p]),l[s.length-1]=f-n;break}}return u.push(s.length),new i({values:s,index:l,ptr:u,size:[a,1]})},i.fromJSON=function(e){return new i(e)},i.diagonal=function(e,r,o,a,s){if(!Ny(e))throw TypeError("Array expected, size parameter");if(2!==e.length)throw Error("Only two dimensions matrix are supported");if(e=e.map(function(e){if(Np(e)&&(e=e.toNumber()),!Nh(e)||!N8(e)||e<1)throw Error("Size values must be positive integers");return e}),o){if(Np(o)&&(o=o.toNumber()),!Nh(o)||!N8(o))throw TypeError("The parameter k must be an integer number")}else o=0;var l,u=n,c=0;Nv(s)&&(u=t.find(n,[s,s])||n,c=t.convert(0,s));var d=o>0?o:0,h=o<0?-o:0,p=e[0],f=e[1],g=Math.min(p-h,f-d);if(Ny(r)){if(r.length!==g)throw Error("Invalid value array length");l=function(e){return r[e]}}else if(Nx(r)){var m=r.size();if(1!==m.length||m[0]!==g)throw Error("Invalid matrix length");l=function(e){return r.get([e])}}else l=function(){return r};for(var v=[],y=[],x=[],b=0;b<f;b++){x.push(v.length);var w=b-d;if(w>=0&&w<g){var S=l(w);u(S,c)||(y.push(w+h),v.push(S))}}return x.push(v.length),new i({values:v,index:y,ptr:x,size:[p,f]})},i.prototype.swapRows=function(e,t){if(!Nh(e)||!N8(e)||!Nh(t)||!N8(t))throw Error("Row index must be positive integers");if(2!==this._size.length)throw Error("Only two dimensional matrix is supported");return Bp(e,this._size[0]),Bp(t,this._size[0]),i._swapRows(e,t,this._size[1],this._values,this._index,this._ptr),this},i._forEachRow=function(e,t,n,r,i){for(var o=r[e],a=r[e+1],s=o;s<a;s++)i(n[s],t[s])},i._swapRows=function(e,t,n,r,i,o){for(var s=0;s<n;s++){var l=o[s],u=o[s+1],c=a(e,l,u,i),d=a(t,l,u,i);if(c<u&&d<u&&i[c]===e&&i[d]===t){if(r){var h=r[c];r[c]=r[d],r[d]=h}continue}if(c<u&&i[c]===e&&(d>=u||i[d]!==t)){var p=r?r[c]:void 0;i.splice(d,0,t),r&&r.splice(d,0,p),i.splice(d<=c?c+1:c,1),r&&r.splice(d<=c?c+1:c,1);continue}if(d<u&&i[d]===t&&(c>=u||i[c]!==e)){var f=r?r[d]:void 0;i.splice(c,0,e),r&&r.splice(c,0,f),i.splice(c<=d?d+1:d,1),r&&r.splice(c<=d?d+1:d,1)}}},i},{isClass:!0}),FW="matrix",FG=N3(FW,["typed","Matrix","DenseMatrix","SparseMatrix"],e=>{var{typed:t,Matrix:n,DenseMatrix:r,SparseMatrix:i}=e;return t(FW,{"":function(){return o([])},string:function(e){return o([],e)},"string, string":function(e,t){return o([],e,t)},Array:function(e){return o(e)},Matrix:function(e){return o(e,e.storage())},"Array | Matrix, string":o,"Array | Matrix, string, string":o});function o(e,t,n){if("dense"===t||"default"===t||void 0===t)return new r(e,n);if("sparse"===t)return new i(e,n);throw TypeError("Unknown matrix type "+JSON.stringify(t)+".")}}),FU=N3("algorithm01",["typed"],e=>{var{typed:t}=e;return function(e,n,r,i){var o,a,s=e._data,l=e._size,u=e._datatype,c=n._values,d=n._index,h=n._ptr,p=n._size,f=n._datatype;if(l.length!==p.length)throw new Bu(l.length,p.length);if(l[0]!==p[0]||l[1]!==p[1])throw RangeError("Dimension mismatch. Matrix A ("+l+") must match Matrix B ("+p+")");if(!c)throw Error("Cannot perform operation on Dense Matrix and Pattern Sparse Matrix");var g=l[0],m=l[1],v="string"==typeof u&&u===f?u:void 0,y=v?t.find(r,[v,v]):r,x=[];for(o=0;o<g;o++)x[o]=[];var b=[],w=[];for(a=0;a<m;a++){for(var S=a+1,C=h[a],M=h[a+1],k=C;k<M;k++)b[o=d[k]]=i?y(c[k],s[o][a]):y(s[o][a],c[k]),w[o]=S;for(o=0;o<g;o++)w[o]===S?x[o][a]=b[o]:x[o][a]=s[o][a]}return e.createDenseMatrix({data:x,size:[g,m],datatype:v})}}),Fq=N3("algorithm04",["typed","equalScalar"],e=>{var{typed:t,equalScalar:n}=e;return function(e,r,i){var o,a,s,l,u,c,d=e._values,h=e._index,p=e._ptr,f=e._size,g=e._datatype,m=r._values,v=r._index,y=r._ptr,x=r._size,b=r._datatype;if(f.length!==x.length)throw new Bu(f.length,x.length);if(f[0]!==x[0]||f[1]!==x[1])throw RangeError("Dimension mismatch. Matrix A ("+f+") must match Matrix B ("+x+")");var w=f[0],S=f[1],C=n,M=0,k=i;"string"==typeof g&&g===b&&(o=g,C=t.find(n,[o,o]),M=t.convert(0,o),k=t.find(i,[o,o]));var T=d&&m?[]:void 0,A=[],_=[],I=d&&m?[]:void 0,D=d&&m?[]:void 0,P=[],O=[];for(s=0;s<S;s++){_[s]=A.length;var E=s+1;for(u=p[s],c=p[s+1],l=u;l<c;l++)a=h[l],A.push(a),P[a]=E,I&&(I[a]=d[l]);for(u=y[s],c=y[s+1],l=u;l<c;l++)if(P[a=v[l]]===E){if(I){var R=k(I[a],m[l]);C(R,M)?P[a]=null:I[a]=R}}else A.push(a),O[a]=E,D&&(D[a]=m[l]);if(I&&D)for(l=_[s];l<A.length;)P[a=A[l]]===E?(T[l]=I[a],l++):O[a]===E?(T[l]=D[a],l++):A.splice(l,1)}return _[S]=A.length,e.createSparseMatrix({values:T,index:A,ptr:_,size:[w,S],datatype:o})}}),FY=N3("algorithm10",["typed","DenseMatrix"],e=>{var{typed:t,DenseMatrix:n}=e;return function(e,r,i,o){var a,s=e._values,l=e._index,u=e._ptr,c=e._size,d=e._datatype;if(!s)throw Error("Cannot perform operation on Pattern Sparse Matrix and Scalar value");var h=c[0],p=c[1],f=i;"string"==typeof d&&(a=d,r=t.convert(r,a),f=t.find(i,[a,a]));for(var g=[],m=[],v=[],y=0;y<p;y++){for(var x=y+1,b=u[y],w=u[y+1],S=b;S<w;S++){var C=l[S];m[C]=s[S],v[C]=x}for(var M=0;M<h;M++)0===y&&(g[M]=[]),v[M]===x?g[M][y]=o?f(r,m[M]):f(m[M],r):g[M][y]=r}return new n({data:g,size:[h,p],datatype:a})}}),FK=N3("algorithm13",["typed"],e=>{var{typed:t}=e;return function(e,n,r){var i,o=e._data,a=e._size,s=e._datatype,l=n._data,u=n._size,c=n._datatype,d=[];if(a.length!==u.length)throw new Bu(a.length,u.length);for(var h=0;h<a.length;h++){if(a[h]!==u[h])throw RangeError("Dimension mismatch. Matrix A ("+a+") must match Matrix B ("+u+")");d[h]=a[h]}var p=r;"string"==typeof s&&s===c&&(i=s,p=t.find(r,[i,i]));var f=d.length>0?function e(t,n,r,i,o,a){var s=[];if(n===r.length-1)for(var l=0;l<i;l++)s[l]=t(o[l],a[l]);else for(var u=0;u<i;u++)s[u]=e(t,n+1,r,r[n+1],o[u],a[u]);return s}(p,0,d,d[0],o,l):[];return e.createDenseMatrix({data:f,size:d,datatype:i})}}),FX=N3("algorithm14",["typed"],e=>{var{typed:t}=e;return function(e,n,r,i){var o,a=e._data,s=e._size,l=e._datatype,u=r;"string"==typeof l&&(o=l,n=t.convert(n,o),u=t.find(r,[o,o]));var c=s.length>0?function e(t,n,r,i,o,a,s){var l=[];if(n===r.length-1)for(var u=0;u<i;u++)l[u]=s?t(a,o[u]):t(o[u],a);else for(var c=0;c<i;c++)l[c]=e(t,n+1,r,r[n+1],o[c],a,s);return l}(u,0,s,s[0],a,n,i):[];return e.createDenseMatrix({data:c,size:NX(s),datatype:o})}});function FJ(e,t){var n;if(!N8(e)||!N8(t))throw Error("Parameters in function gcd must be integer numbers");for(;0!==t;)n=e%t,e=t,t=n;return e<0?-e:e}FJ.signature="number, number";let{gcd:FQ}=function e(t,n){var r,i,o,a=(0,xR.Z)({},Bw,n);if("function"!=typeof Object.create)throw Error("ES5 not supported by this JavaScript engine. Please load the es5-shim and es5-sham library for compatibility.");var s=(r={isNumber:Nh,isComplex:Nf,isBigNumber:Np,isFraction:Ng,isUnit:Nm,isString:Nv,isArray:Ny,isMatrix:Nx,isCollection:Nb,isDenseMatrix:Nw,isSparseMatrix:NS,isRange:NC,isIndex:NM,isBoolean:Nk,isResultSet:NT,isHelp:NA,isFunction:N_,isDate:NI,isRegExp:ND,isObject:NP,isNull:NO,isUndefined:NE,isAccessorNode:NR,isArrayNode:NL,isAssignmentNode:NZ,isBlockNode:NN,isConditionalNode:NB,isConstantNode:Nz,isFunctionAssignmentNode:NF,isFunctionNode:Nj,isIndexNode:NV,isNode:N$,isObjectNode:NH,isOperatorNode:NW,isParenthesisNode:NG,isRangeNode:NU,isSymbolNode:Nq,isChain:NY},i=new N5,r.on=i.on.bind(i),r.off=i.off.bind(i),r.once=i.once.bind(i),r.emit=i.emit.bind(i),r);s.config=function(e,t){function n(n){if(!n)return NJ(e,NX);var r=NJ(e,NX);BM(n,"matrix",BS),BM(n,"number",BC),function e(t,n){if(Array.isArray(n))throw TypeError("Arrays are not supported by deepExtend");for(var r in n)if(N1(n,r)&&!(r in Object.prototype)&&!(r in Function.prototype)){if(n[r]&&n[r].constructor===Object)void 0===t[r]&&(t[r]={}),t[r]&&t[r].constructor===Object?e(t[r],n[r]):t[r]=n[r];else if(Array.isArray(n[r]))throw TypeError("Arrays are not supported by deepExtend");else t[r]=n[r]}return t}(e,n);var i=NJ(e,NX);return t("config",i,r,NJ(n,NX)),i}return n.MATRIX_OPTIONS=BS,n.NUMBER_OPTIONS=BC,Object.keys(Bw).forEach(t=>{Object.defineProperty(n,t,{get:()=>e[t],enumerable:!0,configurable:!0})}),n}(a,s.emit),s.expression={transform:{},mathWithTransform:{config:s.config}};var l={},u=function(e,t,n,r){function i(e,t){t&&"function"==typeof t.transform?(n.expression.transform[e]=t.transform,N1(s,e)||(n.expression.mathWithTransform[e]=t.transform)):(delete n.expression.transform[e],N1(s,e)||(n.expression.mathWithTransform[e]=t))}function o(e){return"function"==typeof e&&"object"==typeof e.signatures}function a(e){return void 0!==e&&void 0!==e.meta&&!0===e.meta.isTransformFunction}var s={expression:!0,type:!0,docs:!0,error:!0,json:!0,chain:!0};return function(t,l){var u=arguments.length;if(1!==u&&2!==u)throw new Bb("import",u,1,2);l||(l={});var c={};for(var d in!function e(t,n,r){if(Array.isArray(n))n.forEach(n=>e(t,n));else if("object"==typeof n)for(var i in n)N1(n,i)&&e(t,n[i],i);else if(N4(n)||void 0!==r){var o=N4(n)?a(n)?n.fn+".transform":n.fn:r;if(N1(t,o)&&t[o]!==n&&!l.silent)throw Error('Cannot import "'+o+'" twice');t[o]=n}else if(!l.silent)throw TypeError("Factory, Object, or Array expected")}(c,t),c)if(N1(c,d)){var h,p=c[d];if(N4(p))!function(t,i){var l,u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t.fn;if(Bx(u,"."))throw Error("Factory name should not contain a nested path. Name: "+JSON.stringify(u));var c=a(t)?n.expression.transform:n,d=u in n.expression.transform,h=N1(c,u)?c[u]:void 0,p=function(){var r={};t.dependencies.map(N6).forEach(e=>{if(Bx(e,"."))throw Error("Factory dependency should not contain a nested path. Name: "+JSON.stringify(e));"math"===e?r.math=n:"mathWithTransform"===e?r.mathWithTransform=n.expression.mathWithTransform:"classes"===e?r.classes=n:r[e]=n[e]});var a=t(r);if(a&&"function"==typeof a.transform)throw Error('Transforms cannot be attached to factory functions. Please create a separate function for it with exports.path="expression.transform"');if(void 0===h||i.override)return a;if(o(h)&&o(a))return e(h,a);if(i.silent)return h;throw Error('Cannot import "'+u+'": already exists')};t.meta&&!1===t.meta.lazy?c[u]=p():N0(c,u,p),h&&d?function(e){delete n.expression.transform[e],N1(s,e)?delete n.expression.mathWithTransform[e]:n.expression.mathWithTransform[e]=n[e]}(u):!a(t)&&(-1!==(l=t).fn.indexOf(".")||N1(s,l.fn)||l.meta&&l.meta.isClass)||N0(n.expression.mathWithTransform,u,()=>c[u]),r[u]=t,n.emit("import",u,p)}(p,l);else{if("function"==typeof(h=p)||"number"==typeof h||"string"==typeof h||"boolean"==typeof h||null===h||Nm(h)||Nf(h)||Np(h)||Ng(h)||Nx(h)||Array.isArray(h))!function(t,a,s){var l;if(s.wrap&&"function"==typeof a&&(a=function(e){var t=function(){for(var t=[],r=0,i=arguments.length;r<i;r++){var o=arguments[r];t[r]=o&&o.valueOf()}return e.apply(n,t)};return e.transform&&(t.transform=e.transform),t}(a)),"function"==typeof(l=a)&&"string"==typeof l.signature&&(a=e(t,{[a.signature]:a})),o(n[t])&&o(a)){a=s.override?e(t,a.signatures):e(n[t],a),n[t]=a,delete r[t],i(t,a),n.emit("import",t,function(){return a});return}if(void 0===n[t]||s.override){n[t]=a,delete r[t],i(t,a),n.emit("import",t,function(){return a});return}if(!s.silent)throw Error('Cannot import "'+t+'": already exists')}(d,p,l);else if(!l.silent)throw TypeError("Factory, Object, or Array expected")}}}}(function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return s.typed.apply(s.typed,t)},0,s,l);return s.import=u,s.on("config",()=>{N2(l).forEach(e=>{e&&e.meta&&e.meta.recreateOnConfigChange&&u(e,{override:!0})})}),s.create=e.bind(null,t),s.factory=N3,s.import(N2((function e(t,n){for(var r in t)if(N1(t,r)){var i=t[r];"object"==typeof i&&null!==i?e(i,n):n[r]=i}}(t,o={}),o))),s.ArgumentsError=Bb,s.DimensionError=Bu,s.IndexError=Bc,s}({gcdDependencies:{BigNumberDependencies:Fo,DenseMatrixDependencies:Fs,equalScalarDependencies:F$,matrixDependencies:{DenseMatrixDependencies:Fs,MatrixDependencies:Fa,SparseMatrixDependencies:{MatrixDependencies:Fa,equalScalarDependencies:F$,typedDependencies:FF,createSparseMatrixClass:FH},typedDependencies:FF,createMatrix:FG},typedDependencies:FF,createGcd:N3("gcd",["typed","matrix","equalScalar","BigNumber","DenseMatrix"],e=>{var{typed:t,matrix:n,equalScalar:r,BigNumber:i,DenseMatrix:o}=e,a=FU({typed:t}),s=Fq({typed:t,equalScalar:r}),l=FY({typed:t,DenseMatrix:o}),u=FK({typed:t}),c=FX({typed:t});return t("gcd",{"number, number":FJ,"BigNumber, BigNumber":function(e,t){if(!e.isInt()||!t.isInt())throw Error("Parameters in function gcd must be integer numbers");for(var n=new i(0);!t.isZero();){var r=e.mod(t);e=t,t=r}return e.lt(n)?e.neg():e},"Fraction, Fraction":function(e,t){return e.gcd(t)},"SparseMatrix, SparseMatrix":function(e,t){return s(e,t,this)},"SparseMatrix, DenseMatrix":function(e,t){return a(t,e,this,!0)},"DenseMatrix, SparseMatrix":function(e,t){return a(e,t,this,!1)},"DenseMatrix, DenseMatrix":function(e,t){return u(e,t,this)},"Array, Array":function(e,t){return this(n(e),n(t)).valueOf()},"Array, Matrix":function(e,t){return this(n(e),t)},"Matrix, Array":function(e,t){return this(e,n(t))},"SparseMatrix, number | BigNumber":function(e,t){return l(e,t,this,!1)},"DenseMatrix, number | BigNumber":function(e,t){return c(e,t,this,!1)},"number | BigNumber, SparseMatrix":function(e,t){return l(t,e,this,!0)},"number | BigNumber, DenseMatrix":function(e,t){return c(t,e,this,!0)},"Array, number | BigNumber":function(e,t){return c(n(e),t,this,!1).valueOf()},"number | BigNumber, Array":function(e,t){return c(n(t),e,this,!0).valueOf()},"Array | Matrix | number | BigNumber, Array | Matrix | number | BigNumber, ...Array | Matrix | number | BigNumber":function(e,t,n){for(var r=this(e,t),i=0;i<n.length;i++)r=this(r,n[i]);return r}})})}}),F0=(0,g.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,g.useState)(!1),d=(0,g.useRef)(),h=RN(),{height:p,width:m,ref:v}=RV(),y=null!==l&&i;if(null===h||null===h.target||null===n||null===l&&"CANVAS"!==h.target.tagName)return null;let x=t.current,b=x?.getWidth()??RA,w=e?document.querySelector(e):void 0,S=w?w.getBoundingClientRect().height:void 0;y||(d.current=Lf(h,b,l,p??0,m??0,w));let C=Lc({mousePos:h,data:n,seriesMapping:r,pinnedPos:l,chart:x,format:a,showAllSeries:u});if(0===C.length)return null;let M=n.length;return(0,f.jsx)(lu,{container:w,children:(0,f.jsx)(iV.Z,{ref:v,sx:e=>Lg(e,l,S),style:{transform:d.current},children:(0,f.jsxs)(am.Z,{spacing:.5,children:[(0,f.jsx)(R5,{nearbySeries:C,totalSeries:M,enablePinning:i,isTooltipPinned:y,showAllSeries:u,onShowAllClick:e=>c(e),onUnpinClick:s}),(0,f.jsx)(RG,{series:C,wrapLabels:o})]})})})});(0,eX.D)([On,tN,r2,r8,oq,O_,OQ,O5,ie,Rc,iI,ij]);let F1=(0,g.forwardRef)(function({height:e,data:t,seriesMapping:n,timeScale:r,yAxis:i,format:o,grid:a,isStackedBar:s=!1,tooltipConfig:l=RB,noDataVariant:u="message",syncGroup:c,onDataZoom:d,onDoubleClick:h,__experimentalEChartsOptionsOverride:p},m){let v;let{chartsTheme:y,enablePinning:x,lastTooltipPinnedCoords:b,setLastTooltipPinnedCoords:w}=iW(),S=l.enablePinning&&x,C=(0,g.useRef)(),[M,k]=(0,g.useState)(!0),[T,A]=(0,g.useState)(null),[_,I]=(0,g.useState)(null),[D,P]=(0,g.useState)(!1),[O,E]=(0,g.useState)(0),{timeZone:R}=Rb();if(void 0===r){let e=function(e){let t,n;let r=[];for(let t of e)if(t&&"timeRange"in t){if(void 0===t||void 0===t.timeRange||void 0===t.stepMs)continue;if(r.push(t.stepMs),void 0===n){n=t.timeRange;continue}t.timeRange.start<n.start&&(n.start=t.timeRange.start),t.timeRange.end>n.end&&(n.end=t.timeRange.end)}else if(t&&"values"in t){for(let e=0;e<t.values.length;e++){let r=t.values[e];if(void 0===r)continue;let[i]=r,o=new Date(i),a=new Date(i);if(void 0===n){n={start:o,end:a};continue}o<n.start&&(n.start=o),a>n.end&&(n.end=a)}if(void 0===n)return;let e=n.start.valueOf(),r=n.end.valueOf(),i=r-e;return{startMs:e,endMs:r,rangeMs:i,stepMs:10}}if(void 0===n)return;if(1===r.length)t=r[0];else{let e=FQ(...r);t=e<10?10:e}let i=n.start.valueOf(),o=n.end.valueOf();return{startMs:i,endMs:o,stepMs:t,rangeMs:o-i}}(t);if(void 0===e){let e=new Date,t=new Date(e);t.setFullYear(e.getFullYear()-5);let n=e.getTime(),r=t.getTime();v={startMs:r,endMs:n,stepMs:1,rangeMs:n-r}}else v=e}else v=r;(0,g.useImperativeHandle)(m,()=>({highlightSeries({name:e}){C.current&&C.current.dispatchAction({type:"highlight",seriesId:e})},clearHighlightedSeries:()=>{C.current&&R7(C.current)}}),[]);let L=(0,g.useMemo)(()=>({datazoom:e=>{if(void 0===d&&setTimeout(()=>{A(null)},10),void 0===d||void 0===e.batch[0])return;let t=e.batch[0].startValue,n=e.batch[0].endValue;void 0!==t&&void 0!==n&&d({start:t,end:n})},finished:()=>{void 0!==C.current&&R8(C.current)}}),[d,A]),{noDataOption:Z}=y,N=(0,g.useMemo)(()=>{if(null===t||0===t.length&&"message"===u)return Z;let e=[],r="local"===R;t.map((t,n)=>{let i=t.values.map(([e,t])=>[r?e:(0,Rd.toZonedTime)(e,R),null===t?"-":t]);e.push({id:n,source:[...i],dimensions:["time","value"]})});let l={dataset:e,series:x&&null!==_?[...n,_]:n,xAxis:{type:"time",min:r?v.startMs:(0,Rd.toZonedTime)(v.startMs,R),max:r?v.endMs:(0,Rd.toZonedTime)(v.endMs,R),axisLabel:{hideOverlap:!0,formatter:Rm(v.rangeMs??0)},axisPointer:{snap:!1}},yAxis:ap(i,o),animation:!1,tooltip:{show:!0,showContent:s,trigger:s?"item":"axis",appendToBody:s},axisPointer:{type:"line",z:0,triggerEmphasis:!1,triggerTooltip:!1,snap:!1},toolbox:{feature:{dataZoom:{icon:null,yAxisIndex:"none"}}},grid:a};return p?p(l):l},[t,n,v,i,o,a,Z,p,u,R,s,x,_]);return(0,g.useEffect)(()=>{null===T||null===b||iY()(b,T)||(A(null),null!==T&&null!==_&&I(null))},[b,n]),(0,f.jsxs)(iV.Z,{style:{height:e},onClick:e=>{let n=e.ctrlKey||e.metaKey;n&&e.preventDefault();let r=Le(e.nativeEvent.offsetX,e.nativeEvent.offsetY,C.current);if(null!==r&&S&&e.target instanceof HTMLCanvasElement){let i={page:{x:e.pageX,y:e.pageY},client:{x:e.clientX,y:e.clientY},plotCanvas:{x:e.nativeEvent.offsetX,y:e.nativeEvent.offsetY},target:e.target};A(e=>null===e?i:(I(null),null)),I(e=>{if(null!==e)return null;{let e=r[0],n=Lr(t[0]?.values,e);return ah()({},R6,{markLine:{data:[{xAxis:n}]}})}}),n||w(i)}},onMouseDown:e=>{let{clientX:t}=e;P(!0),E(t)},onMouseMove:e=>{if(!(e.target instanceof HTMLCanvasElement))return;let{clientX:t}=e;D&&t-O>0&&k(!1)},onMouseUp:()=>{P(!1),E(0),k(!0)},onMouseLeave:()=>{null===T&&k(!1),void 0!==C.current&&R7(C.current)},onMouseEnter:()=>{k(!0),void 0!==C.current&&R8(C.current)},onDoubleClick:e=>{A(null),void 0===h?void 0!==C.current&&R9(C.current):h(e)},children:[!0===M&&N.tooltip?.showContent===!1&&!0!==l.hidden&&(0,f.jsx)(F0,{containerId:y.tooltipPortalContainerId,chartRef:C,data:t,seriesMapping:n,wrapLabels:l.wrapLabels,enablePinning:S,pinnedPos:T,format:o,onUnpinClick:()=>{A(null),I(null)}}),(0,f.jsx)(ac,{sx:{width:"100%",height:"100%"},option:N,theme:y.echartsTheme,onEvents:L,_instance:C,syncGroup:c})]})});var F2=n(9986);function F5(e){return void 0!==e.pastDuration}let F3=/^(?:(\d+)y)?(?:(\d+)w)?(?:(\d+)d)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+)s)?(?:(\d+)ms)?$/;function F4(e){let t=F3.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}}var F6=n(2179),F8=n(3126);function F9({props:e,name:t}){return(0,F6.Z)({props:e,name:t,defaultTheme:F8.Z,themeId:xe.Z})}let F7=["localeText"],je=g.createContext(null),jt=function(e){let{localeText:t}=e,n=(0,sU.Z)(e,F7),{utils:r,localeText:i}=g.useContext(je)??{utils:void 0,localeText:void 0},{children:o,dateAdapter:a,dateFormats:s,dateLibInstance:l,adapterLocale:u,localeText:c}=F9({props:n,name:"MuiLocalizationProvider"}),d=g.useMemo(()=>(0,xR.Z)({},c,i,t),[c,i,t]),h=g.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(`
|
|
42
|
+
`));return e},[a,u,s,l,r]),p=g.useMemo(()=>h?{minDate:h.date("1900-01-01T00:00:00.000"),maxDate:h.date("2099-12-31T00:00:00.000")}:null,[h]),m=g.useMemo(()=>({utils:h,defaultDates:p,localeText:d}),[p,h,d]);return(0,f.jsx)(je.Provider,{value:m,children:o})};var jn=n(3615),jr=n.n(jn);let ji={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,xR.Z)({},ji);let jo=()=>{let e=g.useContext(je);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=g.useMemo(()=>(0,xR.Z)({},ji,e.localeText),[e.localeText]);return g.useMemo(()=>(0,xR.Z)({},e,{localeText:t}),[e,t])},ja=()=>jo().utils,js=()=>jo().defaultDates,jl=e=>{let t=ja(),n=g.useRef(void 0);return void 0===n.current&&(n.current=t.date(void 0,e)),n.current},ju=(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))},jc=({date:e,disableFuture:t,disablePast:n,maxDate:r,minDate:i,isDateDisabled:o,utils:a,timezone:s})=>{let l=ju(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},jd=(e,t,n)=>null!=t&&e.isValid(t)?t:n,jh=(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},jp=(e,t,n)=>"date"===n?e.startOfDay(e.date(void 0,t)):e.date(void 0,t),jf=(e,t)=>{let n=e.setHours(e.date(),"am"===t?2:14);return e.format(n,"meridiem")},jg=["year","month","day"],jm=e=>jg.includes(e),jv=(e,t)=>{let n=e.startOfWeek(t);return[0,1,2,3,4,5,6].map(t=>e.addDays(n,t))};function jy(e){return(0,A.ZP)("MuiTab",e)}let jx=(0,T.Z)("MuiTab",["root","labelIcon","textColorInherit","textColorPrimary","textColorSecondary","selected","disabled","fullWidth","wrapped","iconWrapper","icon"]),jb=e=>{let{classes:t,textColor:n,fullWidth:r,wrapped:i,icon:o,label:a,selected:s,disabled:l}=e,u={root:["root",o&&a&&"labelIcon",`textColor${(0,w.Z)(n)}`,r&&"fullWidth",i&&"wrapped",s&&"selected",l&&"disabled"],icon:["iconWrapper","icon"]};return(0,y.Z)(u,jy,t)},jw=(0,S.ZP)(B.Z,{name:"MuiTab",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.label&&n.icon&&t.labelIcon,t[`textColor${(0,w.Z)(n.textColor)}`],n.fullWidth&&t.fullWidth,n.wrapped&&t.wrapped,{[`& .${jx.iconWrapper}`]:t.iconWrapper},{[`& .${jx.icon}`]:t.icon}]}})((0,C.Z)(({theme:e})=>({...e.typography.button,maxWidth:360,minWidth:90,position:"relative",minHeight:48,flexShrink:0,padding:"12px 16px",overflow:"hidden",whiteSpace:"normal",textAlign:"center",lineHeight:1.25,variants:[{props:({ownerState:e})=>e.label&&("top"===e.iconPosition||"bottom"===e.iconPosition),style:{flexDirection:"column"}},{props:({ownerState:e})=>e.label&&"top"!==e.iconPosition&&"bottom"!==e.iconPosition,style:{flexDirection:"row"}},{props:({ownerState:e})=>e.icon&&e.label,style:{minHeight:72,paddingTop:9,paddingBottom:9}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"top"===t,style:{[`& > .${jx.icon}`]:{marginBottom:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"bottom"===t,style:{[`& > .${jx.icon}`]:{marginTop:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"start"===t,style:{[`& > .${jx.icon}`]:{marginRight:e.spacing(1)}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"end"===t,style:{[`& > .${jx.icon}`]:{marginLeft:e.spacing(1)}}},{props:{textColor:"inherit"},style:{color:"inherit",opacity:.6,[`&.${jx.selected}`]:{opacity:1},[`&.${jx.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}}},{props:{textColor:"primary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${jx.selected}`]:{color:(e.vars||e).palette.primary.main},[`&.${jx.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:{textColor:"secondary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${jx.selected}`]:{color:(e.vars||e).palette.secondary.main},[`&.${jx.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:({ownerState:e})=>e.fullWidth,style:{flexShrink:1,flexGrow:1,flexBasis:0,maxWidth:"none"}},{props:({ownerState:e})=>e.wrapped,style:{fontSize:e.typography.pxToRem(12)}}]}))),jS=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiTab"}),{className:r,disabled:i=!1,disableFocusRipple:o=!1,fullWidth:a,icon:s,iconPosition:l="top",indicator:u,label:c,onChange:d,onClick:h,onFocus:p,selected:m,selectionFollowsFocus:y,textColor:x="inherit",value:b,wrapped:w=!1,...S}=n,C={...n,disabled:i,disableFocusRipple:o,selected:m,icon:!!s,iconPosition:l,label:!!c,fullWidth:a,textColor:x,wrapped:w},M=jb(C),T=s&&c&&g.isValidElement(s)?g.cloneElement(s,{className:(0,v.Z)(M.icon,s.props.className)}):s;return(0,f.jsxs)(jw,{focusRipple:!o,className:(0,v.Z)(M.root,r),ref:t,role:"tab","aria-selected":m,disabled:i,onClick:e=>{!m&&d&&d(e,b),h&&h(e)},onFocus:e=>{y&&!m&&d&&d(e,b),p&&p(e)},ownerState:C,tabIndex:m?0:-1,...S,children:["top"===l||"start"===l?(0,f.jsxs)(g.Fragment,{children:[T,c]}):(0,f.jsxs)(g.Fragment,{children:[c,T]}),u]})});function jC(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2}let jM={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"},jk=(0,ui.Z)((0,f.jsx)("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),jT=(0,ui.Z)((0,f.jsx)("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight");function jA(e){return(0,A.ZP)("MuiTabScrollButton",e)}let j_=(0,T.Z)("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),jI=e=>{let{classes:t,orientation:n,disabled:r}=e;return(0,y.Z)({root:["root",n,r&&"disabled"]},jA,t)},jD=(0,S.ZP)(B.Z,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.orientation&&t[n.orientation]]}})({width:40,flexShrink:0,opacity:.8,[`&.${j_.disabled}`]:{opacity:0},variants:[{props:{orientation:"vertical"},style:{width:"100%",height:40,"& svg":{transform:"var(--TabScrollButton-svgRotate)"}}}]}),jP=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiTabScrollButton"}),{className:r,slots:i={},slotProps:o={},direction:a,orientation:s,disabled:l,...u}=n,c=s_(),d={isRtl:c,...n},h=jI(d),p=i.StartScrollButtonIcon??jk,g=i.EndScrollButtonIcon??jT,m=sO({elementType:p,externalSlotProps:o.startScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:d}),y=sO({elementType:g,externalSlotProps:o.endScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:d});return(0,f.jsx)(jD,{component:"div",className:(0,v.Z)(h.root,r),ref:t,role:null,ownerState:d,tabIndex:null,...u,style:{...u.style,..."vertical"===s&&{"--TabScrollButton-svgRotate":`rotate(${c?-90:90}deg)`}},children:"left"===a?(0,f.jsx)(p,{...m}):(0,f.jsx)(g,{...y})})});function jO(e){return(0,A.ZP)("MuiTabs",e)}let jE=(0,T.Z)("MuiTabs",["root","vertical","list","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"]),jR=(e,t)=>e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:e.firstChild,jL=(e,t)=>e===t?e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:e.lastChild,jZ=(e,t,n)=>{let r=!1,i=n(e,t);for(;i;){if(i===e.firstChild){if(r)return;r=!0}let t=i.disabled||"true"===i.getAttribute("aria-disabled");if(!i.hasAttribute("tabindex")||t)i=n(e,i);else{i.focus();return}}},jN=e=>{let{vertical:t,fixed:n,hideScrollbar:r,scrollableX:i,scrollableY:o,centered:a,scrollButtonsHideMobile:s,classes:l}=e;return(0,y.Z)({root:["root",t&&"vertical"],scroller:["scroller",n&&"fixed",r&&"hideScrollbar",i&&"scrollableX",o&&"scrollableY"],list:["list","flexContainer",t&&"flexContainerVertical",t&&"vertical",a&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",s&&"scrollButtonsHideMobile"],scrollableX:[i&&"scrollableX"],hideScrollbar:[r&&"hideScrollbar"]},jO,l)},jB=(0,S.ZP)("div",{name:"MuiTabs",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${jE.scrollButtons}`]:t.scrollButtons},{[`& .${jE.scrollButtons}`]:n.scrollButtonsHideMobile&&t.scrollButtonsHideMobile},t.root,n.vertical&&t.vertical]}})((0,C.Z)(({theme:e})=>({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.scrollButtonsHideMobile,style:{[`& .${jE.scrollButtons}`]:{[e.breakpoints.down("sm")]:{display:"none"}}}}]}))),jz=(0,S.ZP)("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.scroller,n.fixed&&t.fixed,n.hideScrollbar&&t.hideScrollbar,n.scrollableX&&t.scrollableX,n.scrollableY&&t.scrollableY]}})({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap",variants:[{props:({ownerState:e})=>e.fixed,style:{overflowX:"hidden",width:"100%"}},{props:({ownerState:e})=>e.hideScrollbar,style:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}},{props:({ownerState:e})=>e.scrollableX,style:{overflowX:"auto",overflowY:"hidden"}},{props:({ownerState:e})=>e.scrollableY,style:{overflowY:"auto",overflowX:"hidden"}}]}),jF=(0,S.ZP)("div",{name:"MuiTabs",slot:"List",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.list,t.flexContainer,n.vertical&&t.flexContainerVertical,n.centered&&t.centered]}})({display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.centered,style:{justifyContent:"center"}}]}),jj=(0,S.ZP)("span",{name:"MuiTabs",slot:"Indicator",overridesResolver:(e,t)=>t.indicator})((0,C.Z)(({theme:e})=>({position:"absolute",height:2,bottom:0,width:"100%",transition:e.transitions.create(),variants:[{props:{indicatorColor:"primary"},style:{backgroundColor:(e.vars||e).palette.primary.main}},{props:{indicatorColor:"secondary"},style:{backgroundColor:(e.vars||e).palette.secondary.main}},{props:({ownerState:e})=>e.vertical,style:{height:"100%",width:2,right:0}}]}))),jV=(0,S.ZP)(function(e){let{onChange:t,...n}=e,r=g.useRef(),i=g.useRef(null),o=()=>{r.current=i.current.offsetHeight-i.current.clientHeight};return(0,aZ.Z)(()=>{let e=(0,sW.Z)(()=>{let e=r.current;o(),e!==r.current&&t(r.current)}),n=(0,sz.Z)(i.current);return n.addEventListener("resize",e),()=>{e.clear(),n.removeEventListener("resize",e)}},[t]),g.useEffect(()=>{o(),t(r.current)},[t]),(0,f.jsx)("div",{style:jM,...n,ref:i})})({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),j$={},jH=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiTabs"}),r=(0,s8.Z)(),i=s_(),{"aria-label":o,"aria-labelledby":a,action:s,centered:l=!1,children:u,className:c,component:d="div",allowScrollButtonsMobile:h=!1,indicatorColor:p="primary",onChange:m,orientation:y="horizontal",ScrollButtonComponent:x,scrollButtons:b="auto",selectionFollowsFocus:w,slots:S={},slotProps:C={},TabIndicatorProps:M={},TabScrollButtonProps:T={},textColor:A="primary",value:_,variant:I="standard",visibleScrollbar:D=!1,...P}=n,O="scrollable"===I,E="vertical"===y,R=E?"scrollTop":"scrollLeft",L=E?"top":"left",Z=E?"bottom":"right",N=E?"clientHeight":"clientWidth",B=E?"height":"width",z={...n,component:d,allowScrollButtonsMobile:h,indicatorColor:p,orientation:y,vertical:E,scrollButtons:b,textColor:A,variant:I,visibleScrollbar:D,fixed:!O,hideScrollbar:O&&!D,scrollableX:O&&!E,scrollableY:O&&E,centered:l&&!O,scrollButtonsHideMobile:!h},F=jN(z),j=sO({elementType:S.StartScrollButtonIcon,externalSlotProps:C.startScrollButtonIcon,ownerState:z}),V=sO({elementType:S.EndScrollButtonIcon,externalSlotProps:C.endScrollButtonIcon,ownerState:z}),[$,H]=g.useState(!1),[W,G]=g.useState(j$),[U,q]=g.useState(!1),[Y,K]=g.useState(!1),[X,J]=g.useState(!1),[Q,ee]=g.useState({overflow:"hidden",scrollbarWidth:0}),et=new Map,en=g.useRef(null),er=g.useRef(null),ei={slots:S,slotProps:{indicator:M,scrollButton:T,...C}},eo=()=>{let e,t;let n=en.current;if(n){let t=n.getBoundingClientRect();e={clientWidth:n.clientWidth,scrollLeft:n.scrollLeft,scrollTop:n.scrollTop,scrollWidth:n.scrollWidth,top:t.top,bottom:t.bottom,left:t.left,right:t.right}}if(n&&!1!==_){let e=er.current.children;if(e.length>0){let n=e[et.get(_)];t=n?n.getBoundingClientRect():null}}return{tabsMeta:e,tabMeta:t}},ea=(0,vo.Z)(()=>{let e;let{tabsMeta:t,tabMeta:n}=eo(),r=0;E?(e="top",n&&t&&(r=n.top-t.top+t.scrollTop)):(e=i?"right":"left",n&&t&&(r=(i?-1:1)*(n[e]-t[e]+t.scrollLeft)));let o={[e]:r,[B]:n?n[B]:0};if("number"!=typeof W[e]||"number"!=typeof W[B])G(o);else{let t=Math.abs(W[e]-o[e]),n=Math.abs(W[B]-o[B]);(t>=1||n>=1)&&G(o)}}),es=(e,{animation:t=!0}={})=>{t?function(e,t,n,r={},i=()=>{}){let{ease:o=jC,duration:a=300}=r,s=null,l=t[e],u=!1,c=()=>{u=!0},d=r=>{if(u){i(Error("Animation cancelled"));return}null===s&&(s=r);let c=Math.min(1,(r-s)/a);if(t[e]=o(c)*(n-l)+l,c>=1){requestAnimationFrame(()=>{i(null)});return}requestAnimationFrame(d)};return l===n?i(Error("Element already at target position")):requestAnimationFrame(d),c}(R,en.current,e,{duration:r.transitions.duration.standard}):en.current[R]=e},el=e=>{let t=en.current[R];E?t+=e:t+=e*(i?-1:1),es(t)},eu=()=>{let e=en.current[N],t=0,n=Array.from(er.current.children);for(let r=0;r<n.length;r+=1){let i=n[r];if(t+i[N]>e){0===r&&(t=e);break}t+=i[N]}return t},ec=()=>{el(-1*eu())},ed=()=>{el(eu())},[eh,{onChange:ep,...ef}]=(0,lc.Z)("scrollbar",{className:(0,v.Z)(F.scrollableX,F.hideScrollbar),elementType:jV,shouldForwardComponentProp:!0,externalForwardedProps:ei,ownerState:z}),eg=g.useCallback(e=>{ep?.(e),ee({overflow:null,scrollbarWidth:e})},[ep]),[em,ev]=(0,lc.Z)("scrollButtons",{className:(0,v.Z)(F.scrollButtons,T.className),elementType:jP,externalForwardedProps:ei,ownerState:z,additionalProps:{orientation:y,slots:{StartScrollButtonIcon:S.startScrollButtonIcon||S.StartScrollButtonIcon,EndScrollButtonIcon:S.endScrollButtonIcon||S.EndScrollButtonIcon},slotProps:{startScrollButtonIcon:j,endScrollButtonIcon:V}}}),ey=(0,vo.Z)(e=>{let{tabsMeta:t,tabMeta:n}=eo();n&&t&&(n[L]<t[L]?es(t[R]+(n[L]-t[L]),{animation:e}):n[Z]>t[Z]&&es(t[R]+(n[Z]-t[Z]),{animation:e}))}),ex=(0,vo.Z)(()=>{O&&!1!==b&&J(!X)});g.useEffect(()=>{let e,t;let n=(0,sW.Z)(()=>{en.current&&ea()}),r=(0,sz.Z)(en.current);return r.addEventListener("resize",n),"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(n),Array.from(er.current.children).forEach(t=>{e.observe(t)})),"undefined"!=typeof MutationObserver&&(t=new MutationObserver(t=>{t.forEach(t=>{t.removedNodes.forEach(t=>{e?.unobserve(t)}),t.addedNodes.forEach(t=>{e?.observe(t)})}),n(),ex()})).observe(er.current,{childList:!0}),()=>{n.clear(),r.removeEventListener("resize",n),t?.disconnect(),e?.disconnect()}},[ea,ex]),g.useEffect(()=>{let e=Array.from(er.current.children),t=e.length;if("undefined"!=typeof IntersectionObserver&&t>0&&O&&!1!==b){let n=e[0],r=e[t-1],i={root:en.current,threshold:.99},o=new IntersectionObserver(e=>{q(!e[0].isIntersecting)},i);o.observe(n);let a=new IntersectionObserver(e=>{K(!e[0].isIntersecting)},i);return a.observe(r),()=>{o.disconnect(),a.disconnect()}}},[O,b,X,u?.length]),g.useEffect(()=>{H(!0)},[]),g.useEffect(()=>{ea()}),g.useEffect(()=>{ey(j$!==W)},[ey,W]),g.useImperativeHandle(s,()=>({updateIndicator:ea,updateScrollButtons:ex}),[ea,ex]);let[eb,ew]=(0,lc.Z)("indicator",{className:(0,v.Z)(F.indicator,M.className),elementType:jj,externalForwardedProps:ei,ownerState:z,additionalProps:{style:W}}),eS=(0,f.jsx)(eb,{...ew}),eC=0,eM=g.Children.map(u,e=>{if(!g.isValidElement(e))return null;let t=void 0===e.props.value?eC:e.props.value;et.set(t,eC);let n=t===_;return eC+=1,g.cloneElement(e,{fullWidth:"fullWidth"===I,indicator:n&&!$&&eS,selected:n,selectionFollowsFocus:w,onChange:m,textColor:A,value:t,...1!==eC||!1!==_||e.props.tabIndex?{}:{tabIndex:0}})}),ek=e=>{let t=er.current,n=(0,sT.Z)(t).activeElement;if("tab"!==n.getAttribute("role"))return;let r="horizontal"===y?"ArrowLeft":"ArrowUp",o="horizontal"===y?"ArrowRight":"ArrowDown";switch("horizontal"===y&&i&&(r="ArrowRight",o="ArrowLeft"),e.key){case r:e.preventDefault(),jZ(t,n,jL);break;case o:e.preventDefault(),jZ(t,n,jR);break;case"Home":e.preventDefault(),jZ(t,null,jR);break;case"End":e.preventDefault(),jZ(t,null,jL)}},eT=(()=>{let e={};e.scrollbarSizeListener=O?(0,f.jsx)(eh,{...ef,onChange:eg}):null;let t=O&&("auto"===b&&(U||Y)||!0===b);return e.scrollButtonStart=t?(0,f.jsx)(em,{direction:i?"right":"left",onClick:ec,disabled:!U,...ev}):null,e.scrollButtonEnd=t?(0,f.jsx)(em,{direction:i?"left":"right",onClick:ed,disabled:!Y,...ev}):null,e})(),[eA,e_]=(0,lc.Z)("root",{ref:t,className:(0,v.Z)(F.root,c),elementType:jB,externalForwardedProps:{...ei,...P,component:d},ownerState:z}),[eI,eD]=(0,lc.Z)("scroller",{ref:en,className:F.scroller,elementType:jz,externalForwardedProps:ei,ownerState:z,additionalProps:{style:{overflow:Q.overflow,[E?`margin${i?"Left":"Right"}`:"marginBottom"]:D?void 0:-Q.scrollbarWidth}}}),[eP,eO]=(0,lc.Z)("list",{ref:er,className:(0,v.Z)(F.list,F.flexContainer),elementType:jF,externalForwardedProps:ei,ownerState:z,getSlotProps:e=>({...e,onKeyDown:t=>{ek(t),e.onKeyDown?.(t)}})});return(0,f.jsxs)(eA,{...e_,children:[eT.scrollButtonStart,eT.scrollbarSizeListener,(0,f.jsxs)(eI,{...eD,children:[(0,f.jsx)(eP,{"aria-label":o,"aria-labelledby":a,"aria-orientation":"vertical"===y?"vertical":null,role:"tablist",...eO,children:eM}),$&&eS]}),eT.scrollButtonEnd]})}),jW=(0,ui.Z)((0,f.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),jG=(0,ui.Z)((0,f.jsx)("path",{d:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}),"ArrowLeft"),jU=(0,ui.Z)((0,f.jsx)("path",{d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"ArrowRight");(0,ui.Z)((0,f.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,ui.Z)((0,f.jsxs)(g.Fragment,{children:[(0,f.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,f.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Clock");let jq=(0,ui.Z)((0,f.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"),jY=(0,ui.Z)((0,f.jsxs)(g.Fragment,{children:[(0,f.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,f.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Time"),jK=(0,ui.Z)((0,f.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"),jX=()=>jo().localeText;function jJ(e){return(0,A.ZP)("MuiDateTimePickerTabs",e)}(0,T.Z)("MuiDateTimePickerTabs",["root"]);let jQ=e=>jm(e)?"date":"time",j0=e=>"date"===e?"day":"hours",j1=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},jJ,t)},j2=(0,S.ZP)(jH,{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}`,[`& .${jE.indicator}`]:{bottom:"auto",top:0}}})),j5=function(e){let t=F9({props:e,name:"MuiDateTimePickerTabs"}),{dateIcon:n=(0,f.jsx)(jq,{}),onViewChange:r,timeIcon:i=(0,f.jsx)(jY,{}),view:o,hidden:a="undefined"==typeof window||window.innerHeight<667,className:s,sx:l}=t,u=jX(),c=j1(t);return a?null:(0,f.jsxs)(j2,{ownerState:t,variant:"fullWidth",value:jQ(o),onChange:(e,t)=>{r(j0(t))},className:(0,v.Z)(s,c.root),sx:l,children:[(0,f.jsx)(jS,{value:"date","aria-label":u.dateTableLabel,icon:(0,f.jsx)(g.Fragment,{children:n})}),(0,f.jsx)(jS,{value:"time","aria-label":u.timeTableLabel,icon:(0,f.jsx)(g.Fragment,{children:i})})]})};function j3(e){return(0,A.ZP)("MuiPickersToolbarText",e)}let j4=(0,T.Z)("MuiPickersToolbarText",["root","selected"]),j6=["className","selected","value"],j8=e=>{let{classes:t,selected:n}=e;return(0,y.Z)({root:["root",n&&"selected"]},j3,t)},j9=(0,S.ZP)(pJ.Z,{name:"MuiPickersToolbarText",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${j4.selected}`]:t.selected}]})(({theme:e})=>({transition:e.transitions.create("color"),color:(e.vars||e).palette.text.secondary,[`&.${j4.selected}`]:{color:(e.vars||e).palette.text.primary}})),j7=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersToolbarText"}),{className:r,value:i}=n,o=(0,sU.Z)(n,j6),a=j8(n);return(0,f.jsx)(j9,(0,xR.Z)({ref:t,className:(0,v.Z)(a.root,r),component:"span"},o,{children:i}))});function Ve(e){return(0,A.ZP)("MuiPickersToolbar",e)}let Vt=(0,T.Z)("MuiPickersToolbar",["root","content"]),Vn=["children","className","toolbarTitle","hidden","titleId","isLandscape","classes","landscapeDirection"],Vr=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],content:["content"]},Ve,t)},Vi=(0,S.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"}}]})),Vo=(0,S.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"}}]}),Va=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersToolbar"}),{children:r,className:i,toolbarTitle:o,hidden:a,titleId:s}=n,l=(0,sU.Z)(n,Vn),u=Vr(n);return a?null:(0,f.jsxs)(Vi,(0,xR.Z)({ref:t,className:(0,v.Z)(u.root,i),ownerState:n},l,{children:[(0,f.jsx)(pJ.Z,{color:"text.secondary",variant:"overline",id:s,children:o}),(0,f.jsx)(Vo,{className:u.content,ownerState:n,children:r})]}))}),Vs=["align","className","selected","typographyClassName","value","variant","width"],Vl=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},Ve,t)},Vu=(0,S.ZP)(Y,{name:"MuiPickersToolbarButton",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,minWidth:16,textTransform:"none"}),Vc=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersToolbarButton"}),{align:r,className:i,selected:o,typographyClassName:a,value:s,variant:l,width:u}=n,c=(0,sU.Z)(n,Vs),d=Vl(n);return(0,f.jsx)(Vu,(0,xR.Z)({variant:"text",ref:t,className:(0,v.Z)(d.root,i)},u?{sx:{width:u}}:{},c,{children:(0,f.jsx)(j7,{align:r,className:a,variant:l,value:s,selected:o})}))});function Vd(e){return(0,A.ZP)("MuiDateTimePickerToolbar",e)}let Vh=(0,T.Z)("MuiDateTimePickerToolbar",["root","dateContainer","timeContainer","timeDigitsContainer","separator","timeLabelReverse","ampmSelection","ampmLandscape","ampmLabel"]),Vp=["hours","minutes","seconds"],Vf=e=>Vp.includes(e),Vg=(e,t)=>e?t.getHours(e)>=12?"pm":"am":null,Vm=(e,t,n)=>n&&(e>=12?"pm":"am")!==t?"am"===t?e-12:e+12:e,Vv=(e,t,n,r)=>{let i=Vm(r.getHours(e),t,n);return r.setHours(e,i)},Vy=(e,t)=>3600*t.getHours(e)+60*t.getMinutes(e)+t.getSeconds(e),Vx=(e,t)=>(n,r)=>e?t.isAfter(n,r):Vy(n,t)>Vy(r,t);function Vb(e,t,n,r){let i=ja();return{meridiemMode:Vg(e,i),handleMeridiemChange:g.useCallback(o=>{n(null==e?null:Vv(e,o,!!t,i),r??"partial")},[t,e,n,r,i])}}let Vw=["ampm","ampmInClock","value","onChange","view","isLandscape","onViewChange","toolbarFormat","toolbarPlaceholder","views","disabled","readOnly","toolbarVariant","toolbarTitle","className"],VS=e=>{let{classes:t,isLandscape:n,isRtl:r}=e;return(0,y.Z)({root:["root"],dateContainer:["dateContainer"],timeContainer:["timeContainer",r&&"timeLabelReverse"],timeDigitsContainer:["timeDigitsContainer",r&&"timeLabelReverse"],separator:["separator"],ampmSelection:["ampmSelection",n&&"ampmLandscape"],ampmLabel:["ampmLabel"]},Vd,t)},VC=(0,S.ZP)(Va,{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}`,[`& .${Vt.content} .${j4.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}}]})),VM=(0,S.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"DateContainer",overridesResolver:(e,t)=>t.dateContainer})({display:"flex",flexDirection:"column",alignItems:"flex-start"}),Vk=(0,S.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"}}]}),VT=(0,S.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}}]}),VA=(0,S.ZP)(j7,{name:"MuiDateTimePickerToolbar",slot:"Separator",overridesResolver:(e,t)=>t.separator})({margin:"0 4px 0 2px",cursor:"default",variants:[{props:{toolbarVariant:"desktop"},style:{margin:0}}]}),V_=(0,S.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"AmPmSelection",overridesResolver:(e,t)=>[{[`.${Vh.ampmLabel}`]:t.ampmLabel},{[`&.${Vh.ampmLandscape}`]:t.ampmLandscape},t.ampmSelection]})({display:"flex",flexDirection:"column",marginRight:"auto",marginLeft:12,[`& .${Vh.ampmLabel}`]:{fontSize:17},variants:[{props:{isLandscape:!0},style:{margin:"4px 0 auto",flexDirection:"row",justifyContent:"space-around",width:"100%"}}]});function VI(e){let t=F9({props:e,name:"MuiDateTimePickerToolbar"}),{ampm:n,ampmInClock:r,value:i,onChange:o,view:a,isLandscape:s,onViewChange:l,toolbarFormat:u,toolbarPlaceholder:c="––",views:d,disabled:h,readOnly:p,toolbarVariant:m="mobile",toolbarTitle:y,className:x}=t,b=(0,sU.Z)(t,Vw),w=s_(),S=(0,xR.Z)({},t,{isRtl:w}),C=ja(),{meridiemMode:M,handleMeridiemChange:k}=Vb(i,n,o),T=!!(n&&!r),A="desktop"===m,_=jX(),I=VS(S),D=y??_.dateTimePickerToolbarTitle,P=g.useMemo(()=>i?u?C.formatByString(i,u):C.format(i,"shortDate"):c,[i,u,c,C]);return(0,f.jsxs)(VC,(0,xR.Z)({isLandscape:s,className:(0,v.Z)(I.root,x),toolbarTitle:D},b,{ownerState:S,children:[(0,f.jsxs)(VM,{className:I.dateContainer,ownerState:S,children:[d.includes("year")&&(0,f.jsx)(Vc,{tabIndex:-1,variant:"subtitle1",onClick:()=>l("year"),selected:"year"===a,value:i?C.format(i,"year"):"–"}),d.includes("day")&&(0,f.jsx)(Vc,{tabIndex:-1,variant:A?"h5":"h4",onClick:()=>l("day"),selected:"day"===a,value:P})]}),(0,f.jsxs)(Vk,{className:I.timeContainer,ownerState:S,children:[(0,f.jsxs)(VT,{className:I.timeDigitsContainer,ownerState:S,children:[d.includes("hours")&&(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)(Vc,{variant:A?"h5":"h3",width:A&&!s?48:void 0,onClick:()=>l("hours"),selected:"hours"===a,value:i?n?C.format(i,"hours12h"):C.format(i,"hours24h"):"--"}),(0,f.jsx)(VA,{variant:A?"h5":"h3",value:":",className:I.separator,ownerState:S}),(0,f.jsx)(Vc,{variant:A?"h5":"h3",width:A&&!s?48:void 0,onClick:()=>l("minutes"),selected:"minutes"===a||!d.includes("minutes")&&"hours"===a,value:i?C.format(i,"minutes"):"--",disabled:!d.includes("minutes")})]}),d.includes("seconds")&&(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)(VA,{variant:A?"h5":"h3",value:":",className:I.separator,ownerState:S}),(0,f.jsx)(Vc,{variant:A?"h5":"h3",width:A&&!s?48:void 0,onClick:()=>l("seconds"),selected:"seconds"===a,value:i?C.format(i,"seconds"):"--"})]})]}),T&&!A&&(0,f.jsxs)(V_,{className:I.ampmSelection,ownerState:S,children:[(0,f.jsx)(Vc,{variant:"subtitle2",selected:"am"===M,typographyClassName:I.ampmLabel,value:jf(C,"am"),onClick:p?void 0:()=>k("am"),disabled:h}),(0,f.jsx)(Vc,{variant:"subtitle2",selected:"pm"===M,typographyClassName:I.ampmLabel,value:jf(C,"pm"),onClick:p?void 0:()=>k("pm"),disabled:h})]}),n&&A&&(0,f.jsx)(Vc,{variant:"h5",onClick:()=>l("meridiem"),selected:"meridiem"===a,value:i&&M?jf(C,M):"--",width:48})]})]}))}let VD=({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 VP(e){return(0,A.ZP)("MuiPickersArrowSwitcher",e)}(0,T.Z)("MuiPickersArrowSwitcher",["root","spacer","button","previousIconButton","nextIconButton","leftArrowIcon","rightArrowIcon"]);let VO=["children","className","slots","slotProps","isNextDisabled","isNextHidden","onGoToNext","nextLabel","isPreviousDisabled","isPreviousHidden","onGoToPrevious","previousLabel","labelId"],VE=["ownerState"],VR=["ownerState"],VL=(0,S.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex"}),VZ=(0,S.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})(({theme:e})=>({width:e.spacing(3)})),VN=(0,S.ZP)(av.Z,{name:"MuiPickersArrowSwitcher",slot:"Button",overridesResolver:(e,t)=>t.button})({variants:[{props:{hidden:!0},style:{visibility:"hidden"}}]}),VB=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],spacer:["spacer"],button:["button"],previousIconButton:["previousIconButton"],nextIconButton:["nextIconButton"],leftArrowIcon:["leftArrowIcon"],rightArrowIcon:["rightArrowIcon"]},VP,t)},Vz=g.forwardRef(function(e,t){let n=s_(),r=F9({props:e,name:"MuiPickersArrowSwitcher"}),{children:i,className:o,slots:a,slotProps:s,isNextDisabled:l,isNextHidden:u,onGoToNext:c,nextLabel:d,isPreviousDisabled:h,isPreviousHidden:p,onGoToPrevious:g,previousLabel:m,labelId:y}=r,x=(0,sU.Z)(r,VO),b=VB(r),w=a?.previousIconButton??VN,S=sO({elementType:w,externalSlotProps:s?.previousIconButton,additionalProps:{size:"medium",title:m,"aria-label":m,disabled:h,edge:"end",onClick:g},ownerState:(0,xR.Z)({},r,{hidden:p}),className:(0,v.Z)(b.button,b.previousIconButton)}),C=a?.nextIconButton??VN,M=sO({elementType:C,externalSlotProps:s?.nextIconButton,additionalProps:{size:"medium",title:d,"aria-label":d,disabled:l,edge:"start",onClick:c},ownerState:(0,xR.Z)({},r,{hidden:u}),className:(0,v.Z)(b.button,b.nextIconButton)}),k=a?.leftArrowIcon??jG,T=sO({elementType:k,externalSlotProps:s?.leftArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:b.leftArrowIcon}),A=(0,sU.Z)(T,VE),_=a?.rightArrowIcon??jU,I=sO({elementType:_,externalSlotProps:s?.rightArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:b.rightArrowIcon}),D=(0,sU.Z)(I,VR);return(0,f.jsxs)(VL,(0,xR.Z)({ref:t,className:(0,v.Z)(b.root,o),ownerState:r},x,{children:[(0,f.jsx)(w,(0,xR.Z)({},S,{children:n?(0,f.jsx)(_,(0,xR.Z)({},D)):(0,f.jsx)(k,(0,xR.Z)({},A))})),i?(0,f.jsx)(pJ.Z,{variant:"subtitle1",component:"span",id:y,children:i}):(0,f.jsx)(VZ,{className:b.spacer,ownerState:r}),(0,f.jsx)(C,(0,xR.Z)({},M,{children:n?(0,f.jsx)(k,(0,xR.Z)({},A)):(0,f.jsx)(_,(0,xR.Z)({},D))}))]}))});function VF({onChange:e,onViewChange:t,openTo:n,view:r,views:i,autoFocus:o,focusedView:a,onFocusedViewChange:s}){let l=g.useRef(n),u=g.useRef(i),c=g.useRef(i.includes(n)?n:i[0]),[d,h]=(0,vw.Z)({name:"useViews",state:"view",controlled:r,default:c.current}),p=g.useRef(o?d:null),[f,m]=(0,vw.Z)({name:"useViews",state:"focusedView",controlled:a,default:p.current});g.useEffect(()=>{(l.current&&l.current!==n||u.current&&u.current.some(e=>!i.includes(e)))&&(h(i.includes(n)?n:i[0]),u.current=i,l.current=n)},[n,h,d,i]);let v=i.indexOf(d),y=i[v-1]??null,x=i[v+1]??null,b=(0,aC.Z)((e,t)=>{t?m(e):m(t=>e===t?null:t),s?.(e,t)}),w=(0,aC.Z)(e=>{b(e,!0),e!==d&&(h(e),t&&t(e))}),S=(0,aC.Z)(()=>{x&&w(x)}),C=(0,aC.Z)((t,n,r)=>{let o="finish"===n,a=r?i.indexOf(r)<i.length-1:!!x;if(e(t,o&&a?"partial":n,r),r&&r!==d){let e=i[i.indexOf(r)+1];e&&w(e)}else o&&S()});return{view:d,setView:w,focusedView:f,setFocusedView:b,nextView:x,previousView:y,defaultView:i.includes(n)?n:i[0],goToNextView:S,setValueAndGoToNextView:C}}let Vj=(0,S.ZP)("div")({overflow:"hidden",width:320,maxHeight:336,display:"flex",flexDirection:"column",margin:"0 auto"});function VV(e){return(0,A.ZP)("MuiTimeClock",e)}(0,T.Z)("MuiTimeClock",["root","arrowSwitcher"]);let V$=110,VH=110,VW=V$,VG=0,VU=VW-V$,Vq=VG-VH,VY=e=>180/Math.PI*e,VK=(e,t,n)=>{let r=t-V$,i=n-VH,o=VY(Math.atan2(VU,Vq)-Math.atan2(r,i));return{value:Math.floor((o=Math.round(o/e)*e%360)/e)||0,distance:Math.sqrt(r**2+i**2)}},VX=(e,t,n=1)=>{let{value:r}=VK(6*n,e,t);return r*n%60},VJ=(e,t,n)=>{let{value:r,distance:i}=VK(30,e,t),o=r||12;return n?o%=12:i<74&&(o+=12,o%=24),o};function VQ(e){return(0,A.ZP)("MuiClockPointer",e)}(0,T.Z)("MuiClockPointer",["root","thumb"]);let V0=["className","hasSelected","isInner","type","viewValue"],V1=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],thumb:["thumb"]},VQ,t)},V2=(0,S.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"])}}]})),V5=(0,S.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 V3(e){let t;let n=F9({props:e,name:"MuiClockPointer"}),{className:r,isInner:i,type:o,viewValue:a}=n,s=(0,sU.Z)(n,V0),l=g.useRef(o);g.useEffect(()=>{l.current=o},[o]);let u=(0,xR.Z)({},n,{shouldAnimate:l.current!==o}),c=V1(u);return(0,f.jsx)(V2,(0,xR.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,v.Z)(c.root,r),ownerState:u},s,{children:(0,f.jsx)(V5,{ownerState:u,className:c.thumb})}))}function V4(e){return(0,A.ZP)("MuiClock",e)}(0,T.Z)("MuiClock",["root","clock","wrapper","squareMask","pin","amButton","pmButton","meridiemText","selected"]);let V6=e=>{let{classes:t,meridiemMode:n}=e;return(0,y.Z)({root:["root"],clock:["clock"],wrapper:["wrapper"],squareMask:["squareMask"],pin:["pin"],amButton:["amButton","am"===n&&"selected"],pmButton:["pmButton","pm"===n&&"selected"],meridiemText:["meridiemText"]},V4,t)},V8=(0,S.ZP)("div",{name:"MuiClock",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",margin:e.spacing(2)})),V9=(0,S.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"}),V7=(0,S.ZP)("div",{name:"MuiClock",slot:"Wrapper",overridesResolver:(e,t)=>t.wrapper})({"&:focus":{outline:"none"}}),$e=(0,S.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"}}}]}),$t=(0,S.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%)"})),$n=(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}}}]}),$r=(0,S.ZP)(av.Z,{name:"MuiClock",slot:"AmButton",overridesResolver:(e,t)=>t.amButton})(({theme:e})=>(0,xR.Z)({},$n(e,"am"),{position:"absolute",left:8})),$i=(0,S.ZP)(av.Z,{name:"MuiClock",slot:"PmButton",overridesResolver:(e,t)=>t.pmButton})(({theme:e})=>(0,xR.Z)({},$n(e,"pm"),{position:"absolute",right:8})),$o=(0,S.ZP)(pJ.Z,{name:"MuiClock",slot:"meridiemText",overridesResolver:(e,t)=>t.meridiemText})({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});function $a(e){let t=F9({props:e,name:"MuiClock"}),{ampm:n,ampmInClock:r,autoFocus:i,children:o,value:a,handleMeridiemChange:s,isTimeDisabled:l,meridiemMode:u,minutesStep:c=1,onChange:d,selectedId:h,type:p,viewValue:m,viewRange:[y,x],disabled:b=!1,readOnly:w,className:S}=t,C=ja(),M=jX(),k=g.useRef(!1),T=V6(t),A=l(m,p),_=!n&&"hours"===p&&(m<1||m>12),I=(e,t)=>{!(b||w||l(e,p))&&d(e,t)},D=(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}I("seconds"===p||"minutes"===p?VX(r,i,c):VJ(r,i,!!n),t)},P=e=>{k.current=!0,D(e,"shallow")},O=g.useMemo(()=>"hours"===p||m%5==0,[p,m]),E="minutes"===p?c:1,R=g.useRef(null);(0,aM.Z)(()=>{i&&R.current.focus()},[i]);let L=e=>Math.max(y,Math.min(x,e)),Z=e=>(e+(x+1))%(x+1);return(0,f.jsxs)(V8,{className:(0,v.Z)(T.root,S),children:[(0,f.jsxs)(V9,{className:T.clock,children:[(0,f.jsx)($e,{onTouchMove:P,onTouchStart:P,onTouchEnd:e=>{k.current&&(D(e,"finish"),k.current=!1),e.preventDefault()},onMouseUp:e=>{k.current&&(k.current=!1),D(e.nativeEvent,"finish")},onMouseMove:e=>{e.buttons>0&&D(e.nativeEvent,"shallow")},ownerState:{disabled:b},className:T.squareMask}),!A&&(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)($t,{className:T.pin}),null!=a&&(0,f.jsx)(V3,{type:p,viewValue:m,isInner:_,hasSelected:O})]}),(0,f.jsx)(V7,{"aria-activedescendant":h,"aria-label":M.clockLabelText(p,a,C,null==a?null:C.format(a,"fullTime")),ref:R,role:"listbox",onKeyDown:e=>{if(!k.current)switch(e.key){case"Home":I(y,"partial"),e.preventDefault();break;case"End":I(x,"partial"),e.preventDefault();break;case"ArrowUp":I(Z(m+E),"partial"),e.preventDefault();break;case"ArrowDown":I(Z(m-E),"partial"),e.preventDefault();break;case"PageUp":I(L(m+5),"partial"),e.preventDefault();break;case"PageDown":I(L(m-5),"partial"),e.preventDefault();break;case"Enter":case" ":I(m,"finish"),e.preventDefault()}},tabIndex:0,className:T.wrapper,children:o})]}),n&&r&&(0,f.jsxs)(g.Fragment,{children:[(0,f.jsx)($r,{onClick:w?void 0:()=>s("am"),disabled:b||null===u,ownerState:t,className:T.amButton,title:jf(C,"am"),children:(0,f.jsx)($o,{variant:"caption",className:T.meridiemText,children:jf(C,"am")})}),(0,f.jsx)($i,{disabled:b||null===u,onClick:w?void 0:()=>s("pm"),ownerState:t,className:T.pmButton,title:jf(C,"pm"),children:(0,f.jsx)($o,{variant:"caption",className:T.meridiemText,children:jf(C,"pm")})})]})]})}function $s(e){return(0,A.ZP)("MuiClockNumber",e)}let $l=(0,T.Z)("MuiClockNumber",["root","selected","disabled"]),$u=["className","disabled","index","inner","label","selected"],$c=e=>{let{classes:t,selected:n,disabled:r}=e;return(0,y.Z)({root:["root",n&&"selected",r&&"disabled"]},$s,t)},$d=(0,S.ZP)("span",{name:"MuiClockNumber",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${$l.disabled}`]:t.disabled},{[`&.${$l.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},[`&.${$l.selected}`]:{color:(e.vars||e).palette.primary.contrastText},[`&.${$l.disabled}`]:{pointerEvents:"none",color:(e.vars||e).palette.text.disabled},variants:[{props:{inner:!0},style:(0,xR.Z)({},e.typography.body2,{color:(e.vars||e).palette.text.secondary})}]}));function $h(e){let t=F9({props:e,name:"MuiClockNumber"}),{className:n,disabled:r,index:i,inner:o,label:a,selected:s}=t,l=(0,sU.Z)(t,$u),u=$c(t),c=i%12/12*Math.PI*2-Math.PI/2,d=91*(o?.65:1),h=Math.round(Math.cos(c)*d),p=Math.round(Math.sin(c)*d);return(0,f.jsx)($d,(0,xR.Z)({className:(0,v.Z)(u.root,n),"aria-disabled":!!r||void 0,"aria-selected":!!s||void 0,role:"option",style:{transform:`translate(${h}px, ${p+92}px`},ownerState:t},l,{children:a}))}let $p=({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,f.jsx)($h,{id:u?i:void 0,index:t,inner:l,selected:u,disabled:r(t),label:a,"aria-label":n(a)},t))}return s},$f=({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,f.jsx)($h,{label:o,id:s?i:void 0,index:a+1,inner:!1,disabled:n(e),selected:s,"aria-label":r(o)},e)})},$g=({timezone:e,value:t,defaultValue:n,referenceDate:r,onChange:i,valueManager:o})=>{let a;let s=ja(),l=g.useRef(n),u=t??l.current??o.emptyValue,c=g.useMemo(()=>o.getTimezone(s,u),[s,o,u]),d=(0,aC.Z)(e=>null==c?e:o.setTimezone(s,c,e));return a=e||c||(r?s.getTimezone(r):"default"),{value:g.useMemo(()=>o.setTimezone(s,a,u),[o,s,a,u]),handleValueChange:(0,aC.Z)((e,...t)=>{let n=d(e);i?.(n,...t)}),timezone:a}},$m=({name:e,timezone:t,value:n,defaultValue:r,referenceDate:i,onChange:o,valueManager:a})=>{let[s,l]=(0,vw.Z)({name:e,state:"value",controlled:n,default:r??a.emptyValue});return $g({timezone:t,value:s,defaultValue:void 0,referenceDate:i,onChange:(0,aC.Z)((e,...t)=>{l(e),o?.(e,...t)}),valueManager:a})},$v={year:1,month:2,day:3,hours:4,minutes:5,seconds:6,milliseconds:7},$y=e=>Math.max(...e.map(e=>$v[e.type]??1)),$x=(e,t,n)=>{if(t===$v.year)return e.startOfYear(n);if(t===$v.month)return e.startOfMonth(n);if(t===$v.day)return e.startOfDay(n);let r=n;return t<$v.minutes&&(r=e.setMinutes(r,0)),t<$v.seconds&&(r=e.setSeconds(r,0)),t<$v.milliseconds&&(r=e.setMilliseconds(r,0)),r},$b=({props:e,utils:t,granularity:n,timezone:r,getTodayDate:i})=>{let o=i?i():$x(t,n,jp(t,r));null!=e.minDate&&t.isAfterDay(e.minDate,o)&&(o=$x(t,n,e.minDate)),null!=e.maxDate&&t.isBeforeDay(e.maxDate,o)&&(o=$x(t,n,e.maxDate));let a=Vx(e.disableIgnoringDatePartForTimeValidation??!1,t);return null!=e.minTime&&a(e.minTime,o)&&(o=$x(t,n,e.disableIgnoringDatePartForTimeValidation?e.minTime:ju(t,o,e.minTime))),null!=e.maxTime&&a(o,e.maxTime)&&(o=$x(t,n,e.disableIgnoringDatePartForTimeValidation?e.maxTime:ju(t,o,e.maxTime))),o},$w=(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.
|
|
43
|
+
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}},$S=e=>{switch(e){case"ArrowUp":return 1;case"ArrowDown":return -1;case"PageUp":return 5;case"PageDown":return -5;default:return 0}},$C=(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))},$M=(e,t,n,r)=>{switch(n){case"month":return jh(e,e.date(void 0,t)).map(t=>e.formatByString(t,r));case"weekDay":return $C(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[]}},$k=["0","1","2","3","4","5","6","7","8","9"],$T=e=>{let t=e.date(void 0);return"0"===e.formatByString(e.setSeconds(t,0),"s")?$k:Array.from({length:10}).map((n,r)=>e.formatByString(e.setSeconds(t,r),"s"))},$A=(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("")},$_=(e,t)=>"0"===t[0]?e:e.split("").map(e=>t[Number(e)]).join(""),$I=(e,t)=>{let n=$A(e,t);return" "!==n&&!Number.isNaN(Number(n))},$D=(e,t)=>{let n=e;for(n=Number(n).toString();n.length<t;)n=`0${n}`;return n},$P=(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=$D(o,i.maxLength)),$_(o,r)},$O=(e,t,n,r,i,o,a,s)=>{let l=$S(r),u="Home"===r,c="End"===r,d=""===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}),h=t=>$P(e,t,r,o,n),p="minutes"===n.type&&s?.minutesStep?s.minutesStep:1,f=parseInt($A(n.value,o),10)+l*p;if(d){if("year"===n.type&&!c&&!u)return e.formatByString(e.date(void 0,t),n.format);f=l>0||u?r.minimum:r.maximum}return h((f%p!=0&&((l<0||u)&&(f+=p-(p+f)%p),(l>0||c)&&(f-=f%p)),f>r.maximum)?r.minimum+(f-r.maximum-1)%(r.maximum-r.minimum+1):f<r.minimum?r.maximum-(r.minimum-f-1)%(r.maximum-r.minimum+1):f)})():(()=>{let r=$M(e,t,n.type,n.format);if(0===r.length)return n.value;if(d)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]})()},$E=(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($A(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},$R=(e,t,n,r)=>e.formatByString(e.parse(t,n),r),$L=(e,t)=>4===e.formatByString(e.date(void 0,"system"),t).length,$Z=(e,t,n,r)=>{if("digit"!==t)return!1;let i=e.date(void 0,"default");switch(n){case"year":if($L(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")}},$N=(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($E(a,"non-input",n)))}let a=i.join(" "),s=o.join(" ");return e.parse(s,a)},$B=(e,t,n)=>{let r=e.date(void 0,n),i=e.endOfYear(r),o=e.endOfDay(r),{maxDaysInMonth:a,longestMonth:s}=jh(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:$L(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=$C(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 $A(e.formatByString(e.endOfDay(r),n),t)!==i.toString()?{minimum:1,maximum:Number($A(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})}},$z=(e,t)=>{},$F=(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=$C(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}},$j={year:1,month:2,day:3,weekDay:4,hours:5,minutes:6,seconds:7,meridiem:8,empty:9},$V=(e,t,n,r,i)=>[...n].sort((e,t)=>$j[e.type]-$j[t.type]).reduce((n,r)=>!i||r.modified?$F(e,r,t,n):n,r),$$=()=>navigator.userAgent.toLowerCase().includes("android"),$H=(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]}},$W=(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},$G=(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}},$U=(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"],$Y={emptyValue:null,getTodayValue:jp,getInitialReferenceValue:e=>{let{value:t,referenceDate:n}=e,r=(0,sU.Z)(e,$q);return null!=t&&r.utils.isValid(t)?t:null!=n?n:$b(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)},$K={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=$E(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)},$X=({value:e,referenceDate:t,utils:n,props:r,timezone:i})=>{let o=g.useMemo(()=>$Y.getInitialReferenceValue({value:e,utils:n,props:r,referenceDate:t,granularity:$v.day,timezone:i,getTodayDate:()=>jp(n,i,"date")}),[]);return e??o},$J=["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"],$Q=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],arrowSwitcher:["arrowSwitcher"]},VV,t)},$0=(0,S.ZP)(Vj,{name:"MuiTimeClock",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",position:"relative"}),$1=(0,S.ZP)(Vz,{name:"MuiTimeClock",slot:"ArrowSwitcher",overridesResolver:(e,t)=>t.arrowSwitcher})({position:"absolute",right:12,top:15}),$2=["hours","minutes"],$5=g.forwardRef(function(e,t){let n=ja(),r=F9({props:e,name:"MuiTimeClock"}),{ampm:i=n.is12HourCycleInCurrentLocale(),ampmInClock:o=!1,autoFocus:a,slots:s,slotProps:l,value:u,defaultValue:c,referenceDate:d,disableIgnoringDatePartForTimeValidation:h=!1,maxTime:p,minTime:m,disableFuture:y,disablePast:x,minutesStep:b=1,shouldDisableTime:w,showViewSwitcher:S,onChange:C,view:M,views:k=$2,openTo:T,onViewChange:A,focusedView:_,onFocusedViewChange:I,className:D,disabled:P,readOnly:O,timezone:E}=r,R=(0,sU.Z)(r,$J),{value:L,handleValueChange:Z,timezone:N}=$m({name:"TimeClock",timezone:E,value:u,defaultValue:c,referenceDate:d,onChange:C,valueManager:$Y}),B=$X({value:L,referenceDate:d,utils:n,props:r,timezone:N}),z=jX(),F=jl(N),{view:j,setView:V,previousView:$,nextView:H,setValueAndGoToNextView:W}=VF({view:M,views:k,openTo:T,onViewChange:A,onChange:Z,focusedView:_,onFocusedViewChange:I}),{meridiemMode:G,handleMeridiemChange:U}=Vb(B,i,W),q=g.useCallback((e,t)=>{let r=Vx(h,n),o="hours"===t||"minutes"===t&&k.includes("seconds"),a=({start:e,end:t})=>!(m&&r(m,t)||p&&r(e,p)||y&&r(e,F)||x&&r(F,o?t:e)),s=(e,r=1)=>{if(e%r!=0)return!1;if(w)switch(t){case"hours":return!w(n.setHours(B,e),"hours");case"minutes":return!w(n.setMinutes(B,e),"minutes");case"seconds":return!w(n.setSeconds(B,e),"seconds");default:return!1}return!0};switch(t){case"hours":{let t=Vm(e,G,i),r=n.setHours(B,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(B,e);return!a({start:n.setSeconds(t,0),end:n.setSeconds(t,59)})||!s(e,b)}case"seconds":{let t=n.setSeconds(B,e);return!a({start:t,end:t})||!s(e)}default:throw Error("not supported")}},[i,B,h,p,G,m,b,w,n,y,x,F,k]),Y=(0,ay.Z)(),K=g.useMemo(()=>{switch(j){case"hours":{let e;let t=(e,t)=>{let r=Vm(e,G,i);W(n.setHours(B,r),t,"hours")},r=n.getHours(B);return e=i?r>12?[12,23]:[0,11]:[0,23],{onChange:t,viewValue:r,children:$p({value:L,utils:n,ampm:i,onChange:t,getClockNumberText:z.hoursClockNumberText,isDisabled:e=>P||q(e,"hours"),selectedId:Y}),viewRange:e}}case"minutes":{let e=n.getMinutes(B),t=(e,t)=>{W(n.setMinutes(B,e),t,"minutes")};return{viewValue:e,onChange:t,children:$f({utils:n,value:e,onChange:t,getClockNumberText:z.minutesClockNumberText,isDisabled:e=>P||q(e,"minutes"),selectedId:Y}),viewRange:[0,59]}}case"seconds":{let e=n.getSeconds(B),t=(e,t)=>{W(n.setSeconds(B,e),t,"seconds")};return{viewValue:e,onChange:t,children:$f({utils:n,value:e,onChange:t,getClockNumberText:z.secondsClockNumberText,isDisabled:e=>P||q(e,"seconds"),selectedId:Y}),viewRange:[0,59]}}default:throw Error("You must provide the type for ClockView")}},[j,n,L,i,z.hoursClockNumberText,z.minutesClockNumberText,z.secondsClockNumberText,G,W,B,q,Y,P]),X=$Q(r);return(0,f.jsxs)($0,(0,xR.Z)({ref:t,className:(0,v.Z)(X.root,D),ownerState:r},R,{children:[(0,f.jsx)($a,(0,xR.Z)({autoFocus:a??!!_,ampmInClock:o&&k.includes("hours"),value:L,type:j,ampm:i,minutesStep:b,isTimeDisabled:q,meridiemMode:G,handleMeridiemChange:U,selectedId:Y,disabled:P,readOnly:O},K)),S&&(0,f.jsx)($1,{className:X.arrowSwitcher,slots:s,slotProps:l,onGoToPrevious:()=>V($),isPreviousDisabled:!$,previousLabel:z.openPreviousView,onGoToNext:()=>V(H),isNextDisabled:!H,nextLabel:z.openNextView,ownerState:r})]}))}),$3=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:r,views:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minTime:p,maxTime:g,shouldDisableTime:m,minutesStep:v,ampm:y,ampmInClock:x,slots:b,slotProps:w,readOnly:S,disabled:C,sx:M,autoFocus:k,showViewSwitcher:T,disableIgnoringDatePartForTimeValidation:A,timezone:_})=>(0,f.jsx)($5,{view:e,onViewChange:t,focusedView:n&&Vf(n)?n:null,onFocusedViewChange:r,views:i.filter(Vf),value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minTime:p,maxTime:g,shouldDisableTime:m,minutesStep:v,ampm:y,ampmInClock:x,slots:b,slotProps:w,readOnly:S,disabled:C,sx:M,autoFocus:k,showViewSwitcher:T,disableIgnoringDatePartForTimeValidation:A,timezone:_}),$4=({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=jd(r.utils,e.minDate,r.defaultDates.minDate),d=jd(r.utils,e.maxDate,r.defaultDates.maxDate);switch(!0){case!r.utils.isValid(t):return"invalidDate";case!!(i&&i(t)):return"shouldDisableDate";case!!(o&&o(t)):return"shouldDisableMonth";case!!(a&&a(t)):return"shouldDisableYear";case!!(l&&r.utils.isAfterDay(t,u)):return"disableFuture";case!!(s&&r.utils.isBeforeDay(t,u)):return"disablePast";case!!(c&&r.utils.isBeforeDay(t,c)):return"minDate";case!!(d&&r.utils.isAfterDay(t,d)):return"maxDate";default:return null}};$4.valueManager=$Y;let $6=({shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:r,maxDate:i,disableFuture:o,disablePast:a,timezone:s})=>{let l=jo();return g.useCallback(u=>null!==$4({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])},$8=(e,t,n)=>(r,i)=>{switch(i.type){case"changeMonth":return(0,xR.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,xR.Z)({},r,{currentMonth:t})}case"finishMonthSwitchingAnimation":return(0,xR.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,xR.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")}},$9=e=>{let{value:t,referenceDate:n,disableFuture:r,disablePast:i,disableSwitchToMonthOnDayFocus:o=!1,maxDate:a,minDate:s,onMonthChange:l,reduceAnimations:u,shouldDisableDate:c,timezone:d}=e,h=ja(),p=g.useRef($8(!!u,o,h)).current,f=g.useMemo(()=>$Y.getInitialReferenceValue({value:t,utils:h,timezone:d,props:e,referenceDate:n,granularity:$v.day}),[n,d]),[m,v]=g.useReducer(p,{isMonthSwitchingAnimating:!1,focusedDay:f,currentMonth:h.startOfMonth(f),slideDirection:"left"});g.useEffect(()=>{v({type:"changeMonthTimezone",newTimezone:h.getTimezone(f)})},[f,h]);let y=g.useCallback(e=>{v((0,xR.Z)({type:"changeMonth"},e)),l&&l(e.newMonth)},[l]),x=g.useCallback(e=>{!h.isSameMonth(e,m.currentMonth)&&y({newMonth:h.startOfMonth(e),direction:h.isAfterDay(e,m.currentMonth)?"left":"right"})},[m.currentMonth,y,h]),b=$6({shouldDisableDate:c,minDate:s,maxDate:a,disableFuture:r,disablePast:i,timezone:d}),w=g.useCallback(()=>{v({type:"finishMonthSwitchingAnimation"})},[]);return{referenceDate:f,calendarState:m,changeMonth:x,changeFocusedDay:(0,aC.Z)((e,t)=>{b(e)||v({type:"changeFocusedDay",focusedDay:e,withoutMonthSwitchingAnimation:t})}),isDateDisabled:b,onMonthSwitchingAnimationEnd:w,handleChangeMonth:y}};var $7=n(6317);let He=e=>(0,A.ZP)("MuiPickersFadeTransitionGroup",e);(0,T.Z)("MuiPickersFadeTransitionGroup",["root"]);let Ht=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},He,t)},Hn=(0,S.ZP)($7.Z,{name:"MuiPickersFadeTransitionGroup",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"block",position:"relative"});function Hr(e){let t=F9({props:e,name:"MuiPickersFadeTransitionGroup"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,a=Ht(t),s=(0,s8.Z)();return i?n:(0,f.jsx)(Hn,{className:(0,v.Z)(a.root,r),children:(0,f.jsx)(lh,{appear:!1,mountOnEnter:!0,unmountOnExit:!0,timeout:{appear:s.transitions.duration.enteringScreen,enter:s.transitions.duration.enteringScreen,exit:0},children:n},o)})}function Hi(e){return(0,A.ZP)("MuiPickersDay",e)}let Ho=(0,T.Z)("MuiPickersDay",["root","dayWithMargin","dayOutsideMonth","hiddenDaySpacingFiller","today","selected","disabled"]),Ha=["autoFocus","className","day","disabled","disableHighlightToday","disableMargin","hidden","isAnimating","onClick","onDaySelect","onFocus","onBlur","onKeyDown","onMouseDown","onMouseEnter","outsideCurrentMonth","selected","showDaysOutsideCurrentMonth","children","today","isFirstVisibleCell","isLastVisibleCell"],Hs=e=>{let{selected:t,disableMargin:n,disableHighlightToday:r,today:i,disabled:o,outsideCurrentMonth:a,showDaysOutsideCurrentMonth:s,classes:l}=e,u=a&&!s;return(0,y.Z)({root:["root",t&&!u&&"selected",o&&"disabled",!n&&"dayWithMargin",!r&&i&&"today",a&&s&&"dayOutsideMonth",u&&"hiddenDaySpacingFiller"],hiddenDaySpacingFiller:["hiddenDaySpacingFiller"]},Hi,l)},Hl=({theme:e})=>(0,xR.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,x.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,x.Fq)(e.palette.primary.main,e.palette.action.focusOpacity),[`&.${Ho.selected}`]:{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark}},[`&.${Ho.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}},[`&.${Ho.disabled}:not(.${Ho.selected})`]:{color:(e.vars||e).palette.text.disabled},[`&.${Ho.disabled}&.${Ho.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(.${Ho.selected})`]:{border:`1px solid ${(e.vars||e).palette.text.secondary}`}}}]}),Hu=(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]},Hc=(0,S.ZP)(B.Z,{name:"MuiPickersDay",slot:"Root",overridesResolver:Hu})(Hl),Hd=(0,S.ZP)("div",{name:"MuiPickersDay",slot:"Root",overridesResolver:Hu})(({theme:e})=>(0,xR.Z)({},Hl({theme:e}),{opacity:0,pointerEvents:"none"})),Hh=()=>{},Hp=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersDay"}),{autoFocus:r=!1,className:i,day:o,disabled:a=!1,disableHighlightToday:s=!1,disableMargin:l=!1,isAnimating:u,onClick:c,onDaySelect:d,onFocus:h=Hh,onBlur:p=Hh,onKeyDown:m=Hh,onMouseDown:y=Hh,onMouseEnter:x=Hh,outsideCurrentMonth:b,selected:w=!1,showDaysOutsideCurrentMonth:S=!1,children:C,today:M=!1}=n,k=(0,sU.Z)(n,Ha),T=(0,xR.Z)({},n,{autoFocus:r,disabled:a,disableHighlightToday:s,disableMargin:l,selected:w,showDaysOutsideCurrentMonth:S,today:M}),A=Hs(T),_=ja(),I=g.useRef(null),D=(0,aw.Z)(I,t);return((0,aM.Z)(()=>{!r||a||u||b||I.current.focus()},[r,a,u,b]),b&&!S)?(0,f.jsx)(Hd,{className:(0,v.Z)(A.root,A.hiddenDaySpacingFiller,i),ownerState:T,role:k.role}):(0,f.jsx)(Hc,(0,xR.Z)({className:(0,v.Z)(A.root,i),ref:D,centerRipple:!0,disabled:a,tabIndex:w?0:-1,onKeyDown:e=>m(e,o),onFocus:e=>h(e,o),onBlur:e=>p(e,o),onMouseEnter:e=>x(e,o),onClick:e=>{a||d(o),b&&e.currentTarget.focus(),c&&c(e)},onMouseDown:e=>{y(e),b&&e.preventDefault()}},k,{ownerState:T,children:C||_.format(o,"dayOfMonth")}))}),Hf=g.memo(Hp);function Hg(e,t){return e.replace(RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var Hm=function(e,t){return e&&t&&t.split(" ").forEach(function(t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=Hg(e.className,t):e.setAttribute("class",Hg(e.className&&e.className.baseVal||"",t))})},Hv=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,sq.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&&sQ(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&&Hm(e,r),i&&Hm(e,i),o&&Hm(e,o)},n.render=function(){var e=this.props,t=(e.classNames,(0,sU.Z)(e,["classNames"]));return m().createElement(s4,(0,xR.Z)({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(m().Component);Hv.defaultProps={classNames:""},Hv.propTypes={};let Hy=e=>(0,A.ZP)("MuiPickersSlideTransition",e),Hx=(0,T.Z)("MuiPickersSlideTransition",["root","slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"]),Hb=["children","className","reduceAnimations","slideDirection","transKey","classes"],Hw=e=>{let{classes:t,slideDirection:n}=e,r={root:["root"],exit:["slideExit"],enterActive:["slideEnterActive"],enter:[`slideEnter-${n}`],exitActive:[`slideExitActiveLeft-${n}`]};return(0,y.Z)(r,Hy,t)},HS=(0,S.ZP)($7.Z,{name:"MuiPickersSlideTransition",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`.${Hx["slideEnter-left"]}`]:t["slideEnter-left"]},{[`.${Hx["slideEnter-right"]}`]:t["slideEnter-right"]},{[`.${Hx.slideEnterActive}`]:t.slideEnterActive},{[`.${Hx.slideExit}`]:t.slideExit},{[`.${Hx["slideExitActiveLeft-left"]}`]:t["slideExitActiveLeft-left"]},{[`.${Hx["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},[`& .${Hx["slideEnter-left"]}`]:{willChange:"transform",transform:"translate(100%)",zIndex:1},[`& .${Hx["slideEnter-right"]}`]:{willChange:"transform",transform:"translate(-100%)",zIndex:1},[`& .${Hx.slideEnterActive}`]:{transform:"translate(0%)",transition:t},[`& .${Hx.slideExit}`]:{transform:"translate(0%)"},[`& .${Hx["slideExitActiveLeft-left"]}`]:{willChange:"transform",transform:"translate(-100%)",transition:t,zIndex:0},[`& .${Hx["slideExitActiveLeft-right"]}`]:{willChange:"transform",transform:"translate(100%)",transition:t,zIndex:0}}}),HC=e=>(0,A.ZP)("MuiDayCalendar",e);(0,T.Z)("MuiDayCalendar",["root","header","weekDayLabel","loadingContainer","slideTransition","monthContainer","weekContainer","weekNumberLabel","weekNumber"]);let HM=["parentProps","day","focusableDay","selectedDays","isDateDisabled","currentMonthNumber","isViewFocused"],Hk=["ownerState"],HT=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],header:["header"],weekDayLabel:["weekDayLabel"],loadingContainer:["loadingContainer"],slideTransition:["slideTransition"],monthContainer:["monthContainer"],weekContainer:["weekContainer"],weekNumberLabel:["weekNumberLabel"],weekNumber:["weekNumber"]},HC,t)},HA=(0,S.ZP)("div",{name:"MuiDayCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({}),H_=(0,S.ZP)("div",{name:"MuiDayCalendar",slot:"Header",overridesResolver:(e,t)=>t.header})({display:"flex",justifyContent:"center",alignItems:"center"}),HI=(0,S.ZP)(pJ.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})),HD=(0,S.ZP)(pJ.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})),HP=(0,S.ZP)(pJ.Z,{name:"MuiDayCalendar",slot:"WeekNumber",overridesResolver:(e,t)=>t.weekNumber})(({theme:e})=>(0,xR.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"})),HO=(0,S.ZP)("div",{name:"MuiDayCalendar",slot:"LoadingContainer",overridesResolver:(e,t)=>t.loadingContainer})({display:"flex",justifyContent:"center",alignItems:"center",minHeight:240}),HE=(0,S.ZP)(function(e){let t=F9({props:e,name:"MuiPickersSlideTransition"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,a=(0,sU.Z)(t,Hb),s=Hw(t),l=(0,s8.Z)();if(i)return(0,f.jsx)("div",{className:(0,v.Z)(s.root,r),children:n});let u={exit:s.exit,enterActive:s.enterActive,enter:s.enter,exitActive:s.exitActive};return(0,f.jsx)(HS,{className:(0,v.Z)(s.root,r),childFactory:e=>g.cloneElement(e,{classNames:u}),role:"presentation",children:(0,f.jsx)(Hv,(0,xR.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}),HR=(0,S.ZP)("div",{name:"MuiDayCalendar",slot:"MonthContainer",overridesResolver:(e,t)=>t.monthContainer})({overflow:"hidden"}),HL=(0,S.ZP)("div",{name:"MuiDayCalendar",slot:"WeekContainer",overridesResolver:(e,t)=>t.weekContainer})({margin:"2px 0",display:"flex",justifyContent:"center"});function HZ(e){let{parentProps:t,day:n,focusableDay:r,selectedDays:i,isDateDisabled:o,currentMonthNumber:a,isViewFocused:s}=e,l=(0,sU.Z)(e,HM),{disabled:u,disableHighlightToday:c,isMonthSwitchingAnimating:d,showDaysOutsideCurrentMonth:h,slots:p,slotProps:m,timezone:v}=t,y=ja(),x=jl(v),b=null!==r&&y.isSameDay(n,r),w=i.some(e=>y.isSameDay(e,n)),S=y.isSameDay(n,x),C=p?.day??Hf,M=sO({elementType:C,externalSlotProps:m?.day,additionalProps:(0,xR.Z)({disableHighlightToday:c,showDaysOutsideCurrentMonth:h,role:"gridcell",isAnimating:d,"data-timestamp":y.toJsDate(n).valueOf()},l),ownerState:(0,xR.Z)({},t,{day:n,selected:w})}),k=(0,sU.Z)(M,Hk),T=g.useMemo(()=>u||o(n),[u,o,n]),A=g.useMemo(()=>y.getMonth(n)!==a,[y,n,a]),_=g.useMemo(()=>{let e=y.startOfMonth(y.setMonth(n,a));return h?y.isSameDay(n,y.startOfWeek(e)):y.isSameDay(n,e)},[a,n,h,y]),I=g.useMemo(()=>{let e=y.endOfMonth(y.setMonth(n,a));return h?y.isSameDay(n,y.endOfWeek(e)):y.isSameDay(n,e)},[a,n,h,y]);return(0,f.jsx)(C,(0,xR.Z)({},k,{day:n,disabled:T,autoFocus:s&&b,today:S,outsideCurrentMonth:A,isFirstVisibleCell:_,isLastVisibleCell:I,selected:w,tabIndex:b?0:-1,"aria-selected":w,"aria-current":S?"date":void 0}))}function HN(e){let t=F9({props:e,name:"MuiDayCalendar"}),n=ja(),{onFocusedDayChange:r,className:i,currentMonth:o,selectedDays:a,focusedDay:s,loading:l,onSelectedDaysChange:u,onMonthSwitchingAnimationEnd:c,readOnly:d,reduceAnimations:h,renderLoading:p=()=>(0,f.jsx)("span",{children:"..."}),slideDirection:m,TransitionProps:y,disablePast:x,disableFuture:b,minDate:w,maxDate:S,shouldDisableDate:C,shouldDisableMonth:M,shouldDisableYear:k,dayOfWeekFormatter:T=e=>n.format(e,"weekdayShort").charAt(0).toUpperCase(),hasFocus:A,onFocusedViewChange:_,gridLabelId:I,displayWeekNumber:D,fixedWeekNumber:P,autoFocus:O,timezone:E}=t,R=jl(E),L=HT(t),Z=s_(),N=$6({shouldDisableDate:C,shouldDisableMonth:M,shouldDisableYear:k,minDate:w,maxDate:S,disablePast:x,disableFuture:b,timezone:E}),B=jX(),[z,F]=(0,vw.Z)({name:"DayCalendar",state:"hasFocus",controlled:A,default:O??!1}),[j,V]=g.useState(()=>s||R),$=(0,aC.Z)(e=>{!d&&u(e)}),H=e=>{N(e)||(r(e),V(e),_?.(!0),F(!0))},W=(0,aC.Z)((e,t)=>{switch(e.key){case"ArrowUp":H(n.addDays(t,-7)),e.preventDefault();break;case"ArrowDown":H(n.addDays(t,7)),e.preventDefault();break;case"ArrowLeft":{let r=n.addDays(t,Z?1:-1),i=n.addMonths(t,Z?1:-1);H(jc({utils:n,date:r,minDate:Z?r:n.startOfMonth(i),maxDate:Z?n.endOfMonth(i):r,isDateDisabled:N,timezone:E})||r),e.preventDefault();break}case"ArrowRight":{let r=n.addDays(t,Z?-1:1),i=n.addMonths(t,Z?-1:1);H(jc({utils:n,date:r,minDate:Z?n.startOfMonth(i):r,maxDate:Z?r:n.endOfMonth(i),isDateDisabled:N,timezone:E})||r),e.preventDefault();break}case"Home":H(n.startOfWeek(t)),e.preventDefault();break;case"End":H(n.endOfWeek(t)),e.preventDefault();break;case"PageUp":H(n.addMonths(t,1)),e.preventDefault();break;case"PageDown":H(n.addMonths(t,-1)),e.preventDefault()}}),G=(0,aC.Z)((e,t)=>H(t)),U=(0,aC.Z)((e,t)=>{z&&n.isSameDay(j,t)&&_?.(!1)}),q=n.getMonth(o),Y=n.getYear(o),K=g.useMemo(()=>a.filter(e=>!!e).map(e=>n.startOfDay(e)),[n,a]),X=`${Y}-${q}`,J=g.useMemo(()=>g.createRef(),[X]),Q=g.useMemo(()=>{let e=n.startOfMonth(o),t=n.endOfMonth(o);return N(j)||n.isAfterDay(j,t)||n.isBeforeDay(j,e)?jc({utils:n,date:j,minDate:e,maxDate:t,disablePast:x,disableFuture:b,isDateDisabled:N,timezone:E}):j},[o,b,x,j,N,n,E]),ee=g.useMemo(()=>{let e=n.getWeekArray(o),t=n.addMonths(o,1);for(;P&&e.length<P;){let r=n.getWeekArray(t),i=n.isSameDay(e[e.length-1][0],r[0][0]);r.slice(+!!i).forEach(t=>{e.length<P&&e.push(t)}),t=n.addMonths(t,1)}return e},[o,P,n]);return(0,f.jsxs)(HA,{role:"grid","aria-labelledby":I,className:L.root,children:[(0,f.jsxs)(H_,{role:"row",className:L.header,children:[D&&(0,f.jsx)(HD,{variant:"caption",role:"columnheader","aria-label":B.calendarWeekNumberHeaderLabel,className:L.weekNumberLabel,children:B.calendarWeekNumberHeaderText}),jv(n,R).map((e,t)=>(0,f.jsx)(HI,{variant:"caption",role:"columnheader","aria-label":n.format(e,"weekday"),className:L.weekDayLabel,children:T(e)},t.toString()))]}),l?(0,f.jsx)(HO,{className:L.loadingContainer,children:p()}):(0,f.jsx)(HE,(0,xR.Z)({transKey:X,onExited:c,reduceAnimations:h,slideDirection:m,className:(0,v.Z)(i,L.slideTransition)},y,{nodeRef:J,children:(0,f.jsx)(HR,{ref:J,role:"rowgroup",className:L.monthContainer,children:ee.map((e,r)=>(0,f.jsxs)(HL,{role:"row",className:L.weekContainer,"aria-rowindex":r+1,children:[D&&(0,f.jsx)(HP,{className:L.weekNumber,role:"rowheader","aria-label":B.calendarWeekNumberAriaLabelText(n.getWeekNumber(e[0])),children:B.calendarWeekNumberText(n.getWeekNumber(e[0]))}),e.map((e,n)=>(0,f.jsx)(HZ,{parentProps:t,day:e,selectedDays:K,focusableDay:Q,onKeyDown:W,onFocus:G,onBlur:U,onDaySelect:$,isDateDisabled:N,currentMonthNumber:q,isViewFocused:z,"aria-colindex":n+1},e.toString()))]},`week-${e[0]}`))})}))]})}function HB(e){return(0,A.ZP)("MuiPickersMonth",e)}let Hz=(0,T.Z)("MuiPickersMonth",["root","monthButton","disabled","selected"]),HF=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","aria-label","monthsPerRow","slots","slotProps"],Hj=e=>{let{disabled:t,selected:n,classes:r}=e;return(0,y.Z)({root:["root"],monthButton:["monthButton",t&&"disabled",n&&"selected"]},HB,r)},HV=(0,S.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%"}}]}),H$=(0,S.ZP)("button",{name:"MuiPickersMonth",slot:"MonthButton",overridesResolver:(e,t)=>[t.monthButton,{[`&.${Hz.disabled}`]:t.disabled},{[`&.${Hz.selected}`]:t.selected}]})(({theme:e})=>(0,xR.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,x.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,x.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${Hz.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${Hz.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),HH=g.memo(function(e){let t=F9({props:e,name:"MuiPickersMonth"}),{autoFocus:n,className:r,children:i,disabled:o,selected:a,value:s,tabIndex:l,onClick:u,onKeyDown:c,onFocus:d,onBlur:h,"aria-current":p,"aria-label":m,slots:y,slotProps:x}=t,b=(0,sU.Z)(t,HF),w=g.useRef(null),S=Hj(t);(0,aM.Z)(()=>{n&&w.current?.focus()},[n]);let C=y?.monthButton??H$,M=sO({elementType:C,externalSlotProps:x?.monthButton,additionalProps:{children:i,disabled:o,tabIndex:l,ref:w,type:"button",role:"radio","aria-current":p,"aria-checked":a,"aria-label":m,onClick:e=>u(e,s),onKeyDown:e=>c(e,s),onFocus:e=>d(e,s),onBlur:e=>h(e,s)},ownerState:t,className:S.monthButton});return(0,f.jsx)(HV,(0,xR.Z)({className:(0,v.Z)(S.root,r),ownerState:t},b,{children:(0,f.jsx)(C,(0,xR.Z)({},M))}))});function HW(e){return(0,A.ZP)("MuiMonthCalendar",e)}(0,T.Z)("MuiMonthCalendar",["root"]);let HG=["className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","shouldDisableMonth","readOnly","disableHighlightToday","autoFocus","onMonthFocus","hasFocus","onFocusedViewChange","monthsPerRow","timezone","gridLabelId","slots","slotProps"],HU=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},HW,t)},Hq=(0,S.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"}),HY=g.forwardRef(function(e,t){let n=function(e,t){let n=ja(),r=js(),i=F9({props:e,name:t});return(0,xR.Z)({disableFuture:!1,disablePast:!1},i,{minDate:jd(n,i.minDate,r.minDate),maxDate:jd(n,i.maxDate,r.maxDate)})}(e,"MuiMonthCalendar"),{className:r,value:i,defaultValue:o,referenceDate:a,disabled:s,disableFuture:l,disablePast:u,maxDate:c,minDate:d,onChange:h,shouldDisableMonth:p,readOnly:m,autoFocus:y=!1,onMonthFocus:x,hasFocus:b,onFocusedViewChange:w,monthsPerRow:S=3,timezone:C,gridLabelId:M,slots:k,slotProps:T}=n,A=(0,sU.Z)(n,HG),{value:_,handleValueChange:I,timezone:D}=$m({name:"MonthCalendar",timezone:C,value:i,defaultValue:o,referenceDate:a,onChange:h,valueManager:$Y}),P=jl(D),O=s_(),E=ja(),R=g.useMemo(()=>$Y.getInitialReferenceValue({value:_,utils:E,props:n,timezone:D,referenceDate:a,granularity:$v.month}),[]),L=HU(n),Z=g.useMemo(()=>E.getMonth(P),[E,P]),N=g.useMemo(()=>null!=_?E.getMonth(_):null,[_,E]),[B,z]=g.useState(()=>N||E.getMonth(R)),[F,j]=(0,vw.Z)({name:"MonthCalendar",state:"hasFocus",controlled:b,default:y??!1}),V=(0,aC.Z)(e=>{j(e),w&&w(e)}),$=g.useCallback(e=>{let t=E.startOfMonth(u&&E.isAfter(P,d)?P:d),n=E.startOfMonth(l&&E.isBefore(P,c)?P:c),r=E.startOfMonth(e);return!!(E.isBefore(r,t)||E.isAfter(r,n))||!!p&&p(r)},[l,u,c,d,P,p,E]),H=(0,aC.Z)((e,t)=>{!m&&I(E.setMonth(_??R,t))}),W=(0,aC.Z)(e=>{!$(E.setMonth(_??R,e))&&(z(e),V(!0),x&&x(e))});g.useEffect(()=>{z(e=>null!==N&&e!==N?N:e)},[N]);let G=(0,aC.Z)((e,t)=>{switch(e.key){case"ArrowUp":W((12+t-3)%12),e.preventDefault();break;case"ArrowDown":W((12+t+3)%12),e.preventDefault();break;case"ArrowLeft":W((12+t+(O?1:-1))%12),e.preventDefault();break;case"ArrowRight":W((12+t+(O?-1:1))%12),e.preventDefault()}}),U=(0,aC.Z)((e,t)=>{W(t)}),q=(0,aC.Z)((e,t)=>{B===t&&V(!1)});return(0,f.jsx)(Hq,(0,xR.Z)({ref:t,className:(0,v.Z)(L.root,r),ownerState:n,role:"radiogroup","aria-labelledby":M},A,{children:jh(E,_??R).map(e=>{let t=E.getMonth(e),n=E.format(e,"monthShort"),r=E.format(e,"month"),i=s||$(e);return(0,f.jsx)(HH,{selected:t===N,value:t,onClick:H,onKeyDown:G,autoFocus:F&&t===B,disabled:i,tabIndex:t!==B||i?-1:0,onFocus:U,onBlur:q,"aria-current":Z===t?"date":void 0,"aria-label":r,monthsPerRow:S,slots:k,slotProps:T,children:n},n)})}))});function HK(e){return(0,A.ZP)("MuiPickersYear",e)}let HX=(0,T.Z)("MuiPickersYear",["root","yearButton","selected","disabled"]),HJ=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","yearsPerRow","slots","slotProps"],HQ=e=>{let{disabled:t,selected:n,classes:r}=e;return(0,y.Z)({root:["root"],yearButton:["yearButton",t&&"disabled",n&&"selected"]},HK,r)},H0=(0,S.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%"}}]}),H1=(0,S.ZP)("button",{name:"MuiPickersYear",slot:"YearButton",overridesResolver:(e,t)=>[t.yearButton,{[`&.${HX.disabled}`]:t.disabled},{[`&.${HX.selected}`]:t.selected}]})(({theme:e})=>(0,xR.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,x.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,x.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${HX.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${HX.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),H2=g.memo(function(e){let t=F9({props:e,name:"MuiPickersYear"}),{autoFocus:n,className:r,children:i,disabled:o,selected:a,value:s,tabIndex:l,onClick:u,onKeyDown:c,onFocus:d,onBlur:h,"aria-current":p,slots:m,slotProps:y}=t,x=(0,sU.Z)(t,HJ),b=g.useRef(null),w=HQ(t);(0,aM.Z)(()=>{n&&b.current?.focus()},[n]);let S=m?.yearButton??H1,C=sO({elementType:S,externalSlotProps:y?.yearButton,additionalProps:{children:i,disabled:o,tabIndex:l,ref:b,type:"button",role:"radio","aria-current":p,"aria-checked":a,onClick:e=>u(e,s),onKeyDown:e=>c(e,s),onFocus:e=>d(e,s),onBlur:e=>h(e,s)},ownerState:t,className:w.yearButton});return(0,f.jsx)(H0,(0,xR.Z)({className:(0,v.Z)(w.root,r),ownerState:t},x,{children:(0,f.jsx)(S,(0,xR.Z)({},C))}))});function H5(e){return(0,A.ZP)("MuiYearCalendar",e)}(0,T.Z)("MuiYearCalendar",["root"]);let H3=["autoFocus","className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","readOnly","shouldDisableYear","disableHighlightToday","onYearFocus","hasFocus","onFocusedViewChange","yearsOrder","yearsPerRow","timezone","gridLabelId","slots","slotProps"],H4=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"]},H5,t)},H6=(0,S.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"}),H8=g.forwardRef(function(e,t){let n=function(e,t){let n=ja(),r=js(),i=F9({props:e,name:t});return(0,xR.Z)({disablePast:!1,disableFuture:!1},i,{yearsPerRow:i.yearsPerRow??3,minDate:jd(n,i.minDate,r.minDate),maxDate:jd(n,i.maxDate,r.maxDate)})}(e,"MuiYearCalendar"),{autoFocus:r,className:i,value:o,defaultValue:a,referenceDate:s,disabled:l,disableFuture:u,disablePast:c,maxDate:d,minDate:h,onChange:p,readOnly:m,shouldDisableYear:y,onYearFocus:x,hasFocus:b,onFocusedViewChange:w,yearsOrder:S="asc",yearsPerRow:C,timezone:M,gridLabelId:k,slots:T,slotProps:A}=n,_=(0,sU.Z)(n,H3),{value:I,handleValueChange:D,timezone:P}=$m({name:"YearCalendar",timezone:M,value:o,defaultValue:a,referenceDate:s,onChange:p,valueManager:$Y}),O=jl(P),E=s_(),R=ja(),L=g.useMemo(()=>$Y.getInitialReferenceValue({value:I,utils:R,props:n,timezone:P,referenceDate:s,granularity:$v.year}),[]),Z=H4(n),N=g.useMemo(()=>R.getYear(O),[R,O]),B=g.useMemo(()=>null!=I?R.getYear(I):null,[I,R]),[z,F]=g.useState(()=>B||R.getYear(L)),[j,V]=(0,vw.Z)({name:"YearCalendar",state:"hasFocus",controlled:b,default:r??!1}),$=(0,aC.Z)(e=>{V(e),w&&w(e)}),H=g.useCallback(e=>!!(c&&R.isBeforeYear(e,O)||u&&R.isAfterYear(e,O)||h&&R.isBeforeYear(e,h)||d&&R.isAfterYear(e,d))||!!y&&y(R.startOfYear(e)),[u,c,d,h,O,y,R]),W=(0,aC.Z)((e,t)=>{!m&&D(R.setYear(I??L,t))}),G=(0,aC.Z)(e=>{H(R.setYear(I??L,e))||(F(e),$(!0),x?.(e))});g.useEffect(()=>{F(e=>null!==B&&e!==B?B:e)},[B]);let U="desc"!==S?+C:-1*C,q=E&&"asc"===S||!E&&"desc"===S?-1:1,Y=(0,aC.Z)((e,t)=>{switch(e.key){case"ArrowUp":G(t-U),e.preventDefault();break;case"ArrowDown":G(t+U),e.preventDefault();break;case"ArrowLeft":G(t-q),e.preventDefault();break;case"ArrowRight":G(t+q),e.preventDefault()}}),K=(0,aC.Z)((e,t)=>{G(t)}),X=(0,aC.Z)((e,t)=>{z===t&&$(!1)}),J=g.useRef(null),Q=(0,aw.Z)(t,J);g.useEffect(()=>{if(r||null===J.current)return;let e=J.current.querySelector('[tabindex="0"]');if(!e)return;let t=e.offsetHeight,n=e.offsetTop,i=J.current.clientHeight,o=J.current.scrollTop;!(t>i)&&!(n<o)&&(J.current.scrollTop=n+t-i/2-t/2)},[r]);let ee=R.getYearRange([h,d]);return"desc"===S&&ee.reverse(),(0,f.jsx)(H6,(0,xR.Z)({ref:Q,className:(0,v.Z)(Z.root,i),ownerState:n,role:"radiogroup","aria-labelledby":k},_,{children:ee.map(e=>{let t=R.getYear(e),n=l||H(e);return(0,f.jsx)(H2,{selected:t===B,value:t,onClick:W,onKeyDown:Y,autoFocus:j&&t===z,disabled:n,tabIndex:t!==z||n?-1:0,onFocus:K,onBlur:X,"aria-current":N===t?"date":void 0,yearsPerRow:C,slots:T,slotProps:A,children:R.format(e,"year")},R.format(e,"year"))})}))}),H9=e=>(0,A.ZP)("MuiPickersCalendarHeader",e),H7=(0,T.Z)("MuiPickersCalendarHeader",["root","labelContainer","label","switchViewButton","switchViewIcon"]),We=["slots","slotProps","currentMonth","disabled","disableFuture","disablePast","maxDate","minDate","onMonthChange","onViewChange","view","reduceAnimations","views","labelId","className","timezone","format"],Wt=["ownerState"],Wn=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],labelContainer:["labelContainer"],label:["label"],switchViewButton:["switchViewButton"],switchViewIcon:["switchViewIcon"]},H9,t)},Wr=(0,S.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}),Wi=(0,S.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"LabelContainer",overridesResolver:(e,t)=>t.labelContainer})(({theme:e})=>(0,xR.Z)({display:"flex",overflow:"hidden",alignItems:"center",cursor:"pointer",marginRight:"auto"},e.typography.body1,{fontWeight:e.typography.fontWeightMedium})),Wo=(0,S.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"Label",overridesResolver:(e,t)=>t.label})({marginRight:6}),Wa=(0,S.ZP)(av.Z,{name:"MuiPickersCalendarHeader",slot:"SwitchViewButton",overridesResolver:(e,t)=>t.switchViewButton})({marginRight:"auto",variants:[{props:{view:"year"},style:{[`.${H7.switchViewIcon}`]:{transform:"rotate(180deg)"}}}]}),Ws=(0,S.ZP)(jW,{name:"MuiPickersCalendarHeader",slot:"SwitchViewIcon",overridesResolver:(e,t)=>t.switchViewIcon})(({theme:e})=>({willChange:"transform",transition:e.transitions.create("transform"),transform:"rotate(0deg)"})),Wl=g.forwardRef(function(e,t){let n=jX(),r=ja(),i=F9({props:e,name:"MuiPickersCalendarHeader"}),{slots:o,slotProps:a,currentMonth:s,disabled:l,disableFuture:u,disablePast:c,maxDate:d,minDate:h,onMonthChange:p,onViewChange:m,view:y,reduceAnimations:x,views:b,labelId:w,className:S,timezone:C,format:M=`${r.formats.month} ${r.formats.year}`}=i,k=(0,sU.Z)(i,We),T=Wn(i),A=o?.switchViewButton??Wa,_=sO({elementType:A,externalSlotProps:a?.switchViewButton,additionalProps:{size:"small","aria-label":n.calendarViewSwitchingButtonAriaLabel(y)},ownerState:i,className:T.switchViewButton}),I=o?.switchViewIcon??Ws,D=sO({elementType:I,externalSlotProps:a?.switchViewIcon,ownerState:i,className:T.switchViewIcon}),P=(0,sU.Z)(D,Wt),O=function(e,{disableFuture:t,maxDate:n,timezone:r}){let i=ja();return g.useMemo(()=>{let o=i.date(void 0,r),a=i.startOfMonth(t&&i.isBefore(o,n)?o:n);return!i.isAfter(a,e)},[t,n,e,i,r])}(s,{disableFuture:u,maxDate:d,timezone:C}),E=function(e,{disablePast:t,minDate:n,timezone:r}){let i=ja();return g.useMemo(()=>{let o=i.date(void 0,r),a=i.startOfMonth(t&&i.isAfter(o,n)?o:n);return!i.isBefore(a,e)},[t,n,e,i,r])}(s,{disablePast:c,minDate:h,timezone:C});if(1===b.length&&"year"===b[0])return null;let R=r.formatByString(s,M);return(0,f.jsxs)(Wr,(0,xR.Z)({},k,{ownerState:i,className:(0,v.Z)(T.root,S),ref:t,children:[(0,f.jsxs)(Wi,{role:"presentation",onClick:()=>{if(1!==b.length&&m&&!l){if(2===b.length)m(b.find(e=>e!==y)||b[0]);else{let e=+(0===b.indexOf(y));m(b[e])}}},ownerState:i,"aria-live":"polite",className:T.labelContainer,children:[(0,f.jsx)(Hr,{reduceAnimations:x,transKey:R,children:(0,f.jsx)(Wo,{id:w,ownerState:i,className:T.label,children:R})}),b.length>1&&!l&&(0,f.jsx)(A,(0,xR.Z)({},_,{children:(0,f.jsx)(I,(0,xR.Z)({},P))}))]}),(0,f.jsx)(lh,{in:"day"===y,appear:!x,enter:!x,children:(0,f.jsx)(Vz,{slots:o,slotProps:a,onGoToPrevious:()=>p(r.addMonths(s,-1),"right"),isPreviousDisabled:E,previousLabel:n.previousMonth,onGoToNext:()=>p(r.addMonths(s,1),"left"),isNextDisabled:O,nextLabel:n.nextMonth})})]}))}),Wu="undefined"!=typeof navigator&&navigator.userAgent.match(/android\s(\d+)|OS\s(\d+)/i),Wc=Wu&&Wu[1]?parseInt(Wu[1],10):null,Wd=Wu&&Wu[2]?parseInt(Wu[2],10):null,Wh=Wc&&Wc<10||Wd&&Wd<13||!1,Wp=()=>xt("@media (prefers-reduced-motion: reduce)",{defaultMatches:!1})||Wh,Wf=e=>(0,A.ZP)("MuiDateCalendar",e);(0,T.Z)("MuiDateCalendar",["root","viewTransitionContainer"]);let Wg=["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"],Wm=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],viewTransitionContainer:["viewTransitionContainer"]},Wf,t)},Wv=(0,S.ZP)(Vj,{name:"MuiDateCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",height:336}),Wy=(0,S.ZP)(Hr,{name:"MuiDateCalendar",slot:"ViewTransitionContainer",overridesResolver:(e,t)=>t.viewTransitionContainer})({}),Wx=g.forwardRef(function(e,t){let n=ja(),r=(0,ay.Z)(),i=function(e,t){let n=ja(),r=js(),i=Wp(),o=F9({props:e,name:t});return(0,xR.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,f.jsx)("span",{children:"..."})),minDate:jd(n,o.minDate,r.minDate),maxDate:jd(n,o.maxDate,r.maxDate)})}(e,"MuiDateCalendar"),{autoFocus:o,onViewChange:a,value:s,defaultValue:l,referenceDate:u,disableFuture:c,disablePast:d,onChange:h,onYearChange:p,onMonthChange:m,reduceAnimations:y,shouldDisableDate:x,shouldDisableMonth:b,shouldDisableYear:w,view:S,views:C,openTo:M,className:k,disabled:T,readOnly:A,minDate:_,maxDate:I,disableHighlightToday:D,focusedView:P,onFocusedViewChange:O,showDaysOutsideCurrentMonth:E,fixedWeekNumber:R,dayOfWeekFormatter:L,slots:Z,slotProps:N,loading:B,renderLoading:z,displayWeekNumber:F,yearsOrder:j,yearsPerRow:V,monthsPerRow:$,timezone:H}=i,W=(0,sU.Z)(i,Wg),{value:G,handleValueChange:U,timezone:q}=$m({name:"DateCalendar",timezone:H,value:s,defaultValue:l,referenceDate:u,onChange:h,valueManager:$Y}),{view:Y,setView:K,focusedView:X,setFocusedView:J,goToNextView:Q,setValueAndGoToNextView:ee}=VF({view:S,views:C,openTo:M,onChange:U,onViewChange:a,autoFocus:o,focusedView:P,onFocusedViewChange:O}),{referenceDate:et,calendarState:en,changeFocusedDay:er,changeMonth:ei,handleChangeMonth:eo,isDateDisabled:ea,onMonthSwitchingAnimationEnd:es}=$9({value:G,referenceDate:u,reduceAnimations:y,onMonthChange:m,minDate:_,maxDate:I,shouldDisableDate:x,disablePast:d,disableFuture:c,timezone:q}),el=T&&G||_,eu=T&&G||I,ec=`${r}-grid-label`,ed=null!==X,eh=Z?.calendarHeader??Wl,ep=sO({elementType:eh,externalSlotProps:N?.calendarHeader,additionalProps:{views:C,view:Y,currentMonth:en.currentMonth,onViewChange:K,onMonthChange:(e,t)=>eo({newMonth:e,direction:t}),minDate:el,maxDate:eu,disabled:T,disablePast:d,disableFuture:c,reduceAnimations:y,timezone:q,labelId:ec},ownerState:i}),ef=(0,aC.Z)(e=>{let t=n.startOfMonth(e),r=n.endOfMonth(e),i=ea(e)?jc({utils:n,date:e,minDate:n.isBefore(_,t)?t:_,maxDate:n.isAfter(I,r)?r:I,disablePast:d,disableFuture:c,isDateDisabled:ea,timezone:q}):e;i?(ee(i,"finish"),m?.(t)):(Q(),ei(t)),er(i,!0)}),eg=(0,aC.Z)(e=>{let t=n.startOfYear(e),r=n.endOfYear(e),i=ea(e)?jc({utils:n,date:e,minDate:n.isBefore(_,t)?t:_,maxDate:n.isAfter(I,r)?r:I,disablePast:d,disableFuture:c,isDateDisabled:ea,timezone:q}):e;i?(ee(i,"finish"),p?.(i)):(Q(),ei(t)),er(i,!0)}),em=(0,aC.Z)(e=>e?U(ju(n,e,G??et),"finish",Y):U(e,"finish",Y));g.useEffect(()=>{null!=G&&n.isValid(G)&&ei(G)},[G]);let ev=Wm(i),ey={disablePast:d,disableFuture:c,maxDate:I,minDate:_},ex={disableHighlightToday:D,readOnly:A,disabled:T,timezone:q,gridLabelId:ec,slots:Z,slotProps:N},eb=g.useRef(Y);g.useEffect(()=>{eb.current!==Y&&(X===eb.current&&J(Y,!0),eb.current=Y)},[X,J,Y]);let ew=g.useMemo(()=>[G],[G]);return(0,f.jsxs)(Wv,(0,xR.Z)({ref:t,className:(0,v.Z)(ev.root,k),ownerState:i},W,{children:[(0,f.jsx)(eh,(0,xR.Z)({},ep,{slots:Z,slotProps:N})),(0,f.jsx)(Wy,{reduceAnimations:y,className:ev.viewTransitionContainer,transKey:Y,ownerState:i,children:(0,f.jsxs)("div",{children:["year"===Y&&(0,f.jsx)(H8,(0,xR.Z)({},ey,ex,{value:G,onChange:eg,shouldDisableYear:w,hasFocus:ed,onFocusedViewChange:e=>J("year",e),yearsOrder:j,yearsPerRow:V,referenceDate:et})),"month"===Y&&(0,f.jsx)(HY,(0,xR.Z)({},ey,ex,{hasFocus:ed,className:k,value:G,onChange:ef,shouldDisableMonth:b,onFocusedViewChange:e=>J("month",e),monthsPerRow:$,referenceDate:et})),"day"===Y&&(0,f.jsx)(HN,(0,xR.Z)({},en,ey,ex,{onMonthSwitchingAnimationEnd:es,onFocusedDayChange:er,reduceAnimations:y,selectedDays:ew,onSelectedDaysChange:em,shouldDisableDate:x,shouldDisableMonth:b,shouldDisableYear:w,hasFocus:ed,onFocusedViewChange:e=>J("day",e),showDaysOutsideCurrentMonth:E,fixedWeekNumber:R,dayOfWeekFormatter:L,displayWeekNumber:F,loading:B,renderLoading:z}))]})})]}))}),Wb=({view:e,onViewChange:t,views:n,focusedView:r,onFocusedViewChange:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minDate:p,maxDate:g,shouldDisableDate:m,shouldDisableMonth:v,shouldDisableYear:y,reduceAnimations:x,onMonthChange:b,monthsPerRow:w,onYearChange:S,yearsOrder:C,yearsPerRow:M,slots:k,slotProps:T,loading:A,renderLoading:_,disableHighlightToday:I,readOnly:D,disabled:P,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:E,sx:R,autoFocus:L,fixedWeekNumber:Z,displayWeekNumber:N,timezone:B})=>(0,f.jsx)(Wx,{view:e,onViewChange:t,views:n.filter(jm),focusedView:r&&jm(r)?r:null,onFocusedViewChange:i,value:o,defaultValue:a,referenceDate:s,onChange:l,className:u,classes:c,disableFuture:d,disablePast:h,minDate:p,maxDate:g,shouldDisableDate:m,shouldDisableMonth:v,shouldDisableYear:y,reduceAnimations:x,onMonthChange:b,monthsPerRow:w,onYearChange:S,yearsOrder:C,yearsPerRow:M,slots:k,slotProps:T,loading:A,renderLoading:_,disableHighlightToday:I,readOnly:D,disabled:P,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:E,sx:R,autoFocus:L,fixedWeekNumber:Z,displayWeekNumber:N,timezone:B}),Ww=({open:e,onOpen:t,onClose:n})=>{let r=g.useRef("boolean"==typeof e).current,[i,o]=g.useState(!1);return g.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:g.useCallback(e=>{r||o(e),e&&t&&t(),!e&&n&&n()},[r,t,n])}};function WS(e){let{props:t,validator:n,value:r,timezone:i,onError:o}=e,a=jo(),s=g.useRef(n.valueManager.defaultErrorState),l=n({adapter:a,value:r,timezone:i,props:t}),u=n.valueManager.hasError(l);return g.useEffect(()=>{o&&!n.valueManager.isSameError(l,s.current)&&o(l,r),s.current=l},[n,o,l,r]),{validationError:l,hasValidationError:u,getValidationErrorForNewValue:(0,aC.Z)(e=>n({adapter:a,value:e,timezone:i,props:t}))}}let WC=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)))},WM=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)},Wk=e=>{let{action:t,closeOnSelect:n}=e;return"setValueFromAction"===t.name||("setValueFromView"===t.name?"finish"===t.selectionState&&n:"setValueFromShortcut"===t.name&&"accept"===t.changeImportance)},WT=({props:e,valueManager:t,valueType:n,wrapperVariant:r,validator:i})=>{let{onAccept:o,onChange:a,value:s,defaultValue:l,closeOnSelect:u="desktop"===r,timezone:c,referenceDate:d}=e,{current:h}=g.useRef(l),{current:p}=g.useRef(void 0!==s),[f,m]=g.useState(c),v=ja(),y=jo(),{isOpen:x,setIsOpen:b}=Ww(e),{timezone:w,value:S,handleValueChange:C}=$g({timezone:c,value:s,defaultValue:h,referenceDate:d,onChange:a,valueManager:t}),[M,k]=g.useState(()=>{let e;return{draft:e=void 0!==S?S:void 0!==h?h:t.emptyValue,lastPublishedValue:e,lastCommittedValue:e,lastControlledValue:s,hasBeenModifiedSinceMount:!1}}),T=t.getTimezone(v,M.draft);f!==c&&(m(c),c&&T&&c!==T&&k(e=>(0,xR.Z)({},e,{draft:t.setTimezone(v,c,e.draft)})));let{getValidationErrorForNewValue:A}=WS({props:e,validator:i,timezone:w,value:M.draft,onError:e.onError}),_=(0,aC.Z)(e=>{let n={action:e,dateState:M,hasChanged:n=>!t.areValuesEqual(v,e.value,n),isControlled:p,closeOnSelect:u},r=WC(n),i=WM(n),a=Wk(n);k(t=>(0,xR.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:A(e.value)},"setValueFromShortcut"!==e.name||(s.shortcut=e.shortcut)),s);r&&C(e.value,l()),i&&o&&o(e.value,l()),a&&b(!1)});if(M.lastControlledValue!==s){let e=t.areValuesEqual(v,M.draft,S);k(t=>(0,xR.Z)({},t,{lastControlledValue:s},e?{}:{lastCommittedValue:S,lastPublishedValue:S,draft:S,hasBeenModifiedSinceMount:!0}))}let I=(0,aC.Z)(()=>{_({value:t.emptyValue,name:"setValueFromAction",pickerAction:"clear"})}),D=(0,aC.Z)(()=>{_({value:M.lastPublishedValue,name:"setValueFromAction",pickerAction:"accept"})}),P=(0,aC.Z)(()=>{_({value:M.lastPublishedValue,name:"setValueFromAction",pickerAction:"dismiss"})}),O=(0,aC.Z)(()=>{_({value:M.lastCommittedValue,name:"setValueFromAction",pickerAction:"cancel"})}),E=(0,aC.Z)(()=>{_({value:t.getTodayValue(v,w,n),name:"setValueFromAction",pickerAction:"today"})}),R=(0,aC.Z)(e=>{e.preventDefault(),b(!0)}),L=(0,aC.Z)(e=>{e?.preventDefault(),b(!1)}),Z=(0,aC.Z)((e,t="partial")=>_({name:"setValueFromView",value:e,selectionState:t})),N=(0,aC.Z)((e,t,n)=>_({name:"setValueFromShortcut",value:e,changeImportance:t,shortcut:n})),B=(0,aC.Z)((e,t)=>_({name:"setValueFromField",value:e,context:t})),z={onClear:I,onAccept:D,onDismiss:P,onCancel:O,onSetToday:E,onOpen:R,onClose:L},F={value:M.draft,onChange:B},j=g.useMemo(()=>t.cleanValue(v,M.draft),[v,t,M.draft]),V=(0,xR.Z)({},z,{value:j,onChange:Z,onSelectShortcut:N,isValid:n=>{let r=i({adapter:y,value:n,timezone:w,props:e});return!t.hasError(r)}}),$=g.useMemo(()=>({onOpen:R,onClose:L,open:x}),[x,L,R]);return{open:x,fieldProps:F,viewProps:{value:j,onChange:Z,onClose:L,open:x},layoutProps:V,actions:z,contextValue:$}},WA=["className","sx"],W_=({props:e,propsFromPickerValue:t,additionalViewProps:n,autoFocusView:r,rendererInterceptor:i,fieldRef:o})=>{let{onChange:a,open:s,onClose:l}=t,{view:u,views:c,openTo:d,onViewChange:h,viewRenderers:p,timezone:f}=e,m=(0,sU.Z)(e,WA),{view:v,setView:y,defaultView:x,focusedView:b,setFocusedView:w,setValueAndGoToNextView:S}=VF({view:u,views:c,openTo:d,onChange:a,onViewChange:h,autoFocus:r}),{hasUIView:C,viewModeLookup:M}=g.useMemo(()=>c.reduce((e,t)=>{let n;return n=null!=p[t]?"UI":"field",e.viewModeLookup[t]=n,"UI"===n&&(e.hasUIView=!0),e},{hasUIView:!1,viewModeLookup:{}}),[p,c]),k=g.useMemo(()=>c.reduce((e,t)=>null!=p[t]&&Vf(t)?e+1:e,0),[p,c]),T=M[v],A=(0,aC.Z)(()=>"UI"===T),[_,I]=g.useState("UI"===T?v:null);return _!==v&&"UI"===M[v]&&I(v),(0,aM.Z)(()=>{"field"===T&&s&&(l(),setTimeout(()=>{o?.current?.setSelectedSections(v),o?.current?.focusField(v)}))},[v]),(0,aM.Z)(()=>{if(!s)return;let e=v;"field"===T&&null!=_&&(e=_),e!==x&&"UI"===M[e]&&"UI"===M[x]&&(e=x),e!==v&&y(e),w(e,!0)},[s]),{hasUIView:C,shouldRestoreFocus:A,layoutProps:{views:c,view:_,onViewChange:y},renderCurrentView:()=>{if(null==_)return null;let e=p[_];if(null==e)return null;let r=(0,xR.Z)({},m,n,t,{views:c,timezone:f,onChange:S,view:_,onViewChange:y,focusedView:b,onFocusedViewChange:w,showViewSwitcher:k>1,timeViewsCount:k});return i?i(p,_,r):e(r)}}},WI=(e=document)=>{let t=e.activeElement;return t?t.shadowRoot?WI(t.shadowRoot):t:null};function WD(){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 WP=(e,t)=>{var n;let[r,i]=g.useState(WD);return(0,aM.Z)(()=>{let e=()=>{i(WD())};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)},WO=({props:e,propsFromPickerValue:t,propsFromPickerViews:n,wrapperVariant:r})=>{let{orientation:i}=e,o=WP(n.views,i),a=s_();return{layoutProps:(0,xR.Z)({},n,t,{isLandscape:o,isRtl:a,wrapperVariant:r,disabled:e.disabled,readOnly:e.readOnly})}},WE=({props:e,valueManager:t,valueType:n,wrapperVariant:r,additionalViewProps:i,validator:o,autoFocusView:a,rendererInterceptor:s,fieldRef:l})=>{let u=WT({props:e,valueManager:t,valueType:n,wrapperVariant:r,validator:o}),c=W_({props:e,additionalViewProps:i,autoFocusView:a,fieldRef:l,propsFromPickerValue:u.viewProps,rendererInterceptor:s}),d=WO({props:e,wrapperVariant:r,propsFromPickerValue:u.layoutProps,propsFromPickerViews:c.layoutProps}),h=function(e){let{props:t,pickerValueResponse:n}=e;return g.useMemo(()=>({value:n.viewProps.value,open:n.open,disabled:t.disabled??!1,readOnly:t.readOnly??!1}),[n.viewProps.value,n.open,t.disabled,t.readOnly])}({props:e,pickerValueResponse:u});return{open:u.open,actions:u.actions,fieldProps:u.fieldProps,renderCurrentView:c.renderCurrentView,hasUIView:c.hasUIView,shouldRestoreFocus:c.shouldRestoreFocus,layoutProps:d.layoutProps,contextValue:u.contextValue,ownerState:h}};function WR(e){return(0,A.ZP)("MuiPickersLayout",e)}let WL=(0,T.Z)("MuiPickersLayout",["root","landscape","contentWrapper","toolbar","actionBar","tabs","shortcuts"]),WZ=["onAccept","onClear","onCancel","onSetToday","actions"];function WN(e){let{onAccept:t,onClear:n,onCancel:r,onSetToday:i,actions:o}=e,a=(0,sU.Z)(e,WZ),s=jX();if(null==o||0===o.length)return null;let l=o?.map(e=>{switch(e){case"clear":return f.jsx(Y,{onClick:n,children:s.clearButtonLabel},e);case"cancel":return f.jsx(Y,{onClick:r,children:s.cancelButtonLabel},e);case"accept":return f.jsx(Y,{onClick:t,children:s.okButtonLabel},e);case"today":return f.jsx(Y,{onClick:i,children:s.todayButtonLabel},e);default:return null}});return(0,f.jsx)(g6,(0,xR.Z)({},a,{children:l}))}function WB(e){return(0,A.ZP)("MuiListItem",e)}function Wz(e){return(0,A.ZP)("MuiListItemSecondaryAction",e)}(0,T.Z)("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]),(0,T.Z)("MuiListItemSecondaryAction",["root","disableGutters"]);let WF=e=>{let{disableGutters:t,classes:n}=e;return(0,y.Z)({root:["root",t&&"disableGutters"]},Wz,n)},Wj=(0,S.ZP)("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)",variants:[{props:({ownerState:e})=>e.disableGutters,style:{right:0}}]}),WV=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiListItemSecondaryAction"}),{className:r,...i}=n,o=g.useContext(sE),a={...n,disableGutters:o.disableGutters},s=WF(a);return(0,f.jsx)(Wj,{className:(0,v.Z)(s.root,r),ownerState:a,ref:t,...i})});WV.muiName="ListItemSecondaryAction";let W$=e=>{let{alignItems:t,classes:n,dense:r,disableGutters:i,disablePadding:o,divider:a,hasSecondaryAction:s}=e;return(0,y.Z)({root:["root",r&&"dense",!i&&"gutters",!o&&"padding",a&&"divider","flex-start"===t&&"alignItemsFlexStart",s&&"secondaryAction"],container:["container"]},WB,n)},WH=(0,S.ZP)("div",{name:"MuiListItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dense&&t.dense,"flex-start"===n.alignItems&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters,!n.disablePadding&&t.padding,n.hasSecondaryAction&&t.secondaryAction]}})((0,C.Z)(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>!e.disablePadding&&e.dense,style:{paddingTop:4,paddingBottom:4}},{props:({ownerState:e})=>!e.disablePadding&&!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>!e.disablePadding&&!!e.secondaryAction,style:{paddingRight:48}},{props:({ownerState:e})=>!!e.secondaryAction,style:{[`& > .${pU.root}`]:{paddingRight:48}}},{props:{alignItems:"flex-start"},style:{alignItems:"flex-start"}},{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:e})=>e.button,style:{transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}}}},{props:({ownerState:e})=>e.hasSecondaryAction,style:{paddingRight:48}}]}))),WW=(0,S.ZP)("li",{name:"MuiListItem",slot:"Container",overridesResolver:(e,t)=>t.container})({position:"relative"}),WG=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiListItem"}),{alignItems:r="center",children:i,className:o,component:a,components:s={},componentsProps:l={},ContainerComponent:u="li",ContainerProps:{className:c,...d}={},dense:h=!1,disableGutters:p=!1,disablePadding:m=!1,divider:y=!1,secondaryAction:x,slotProps:b={},slots:w={},...S}=n,C=g.useContext(sE),M=g.useMemo(()=>({dense:h||C.dense||!1,alignItems:r,disableGutters:p}),[r,C.dense,h,p]),T=g.useRef(null),A=g.Children.toArray(i),_=A.length&&(0,sg.Z)(A[A.length-1],["ListItemSecondaryAction"]),I={...n,alignItems:r,dense:M.dense,disableGutters:p,disablePadding:m,divider:y,hasSecondaryAction:_},D=W$(I),P=(0,aL.Z)(T,t),O=w.root||s.Root||WH,E=b.root||l.root||{},R={className:(0,v.Z)(D.root,E.className,o),...S},L=a||"li";return _?(L=R.component||a?L:"div","li"===u&&("li"===L?L="div":"li"===R.component&&(R.component="div")),(0,f.jsx)(sE.Provider,{value:M,children:(0,f.jsxs)(WW,{as:u,className:(0,v.Z)(D.container,c),ref:P,ownerState:I,...d,children:[(0,f.jsx)(O,{...E,...!aD(O)&&{as:L,ownerState:{...I,...E.ownerState}},...R,children:A}),A.pop()]})})):(0,f.jsx)(sE.Provider,{value:M,children:(0,f.jsxs)(O,{...E,as:L,ref:P,...!aD(O)&&{ownerState:{...I,...E.ownerState}},...R,children:[A,x&&(0,f.jsx)(WV,{children:x})]})})}),WU=["items","changeImportance","isLandscape","onChange","isValid"],Wq=["getValue"];function WY(e){let{items:t,changeImportance:n="accept",onChange:r,isValid:i}=e,o=(0,sU.Z)(e,WU);if(null==t||0===t.length)return null;let a=t.map(e=>{let{getValue:t}=e,o=(0,sU.Z)(e,Wq),a=t({isValid:i});return(0,xR.Z)({},o,{label:o.label,onClick:()=>{r(a,n,o)},disabled:!i(a)})});return(0,f.jsx)(sN,(0,xR.Z)({dense:!0,sx:[{maxHeight:336,maxWidth:200,overflow:"auto"},...Array.isArray(o.sx)?o.sx:[o.sx]]},o,{children:a.map(e=>(0,f.jsx)(WG,{children:(0,f.jsx)(vj,(0,xR.Z)({},e))},e.id??e.label))}))}let WK=e=>{let{classes:t,isLandscape:n}=e;return(0,y.Z)({root:["root",n&&"landscape"],contentWrapper:["contentWrapper"],toolbar:["toolbar"],actionBar:["actionBar"],tabs:["tabs"],landscape:["landscape"],shortcuts:["shortcuts"]},WR,t)},WX=e=>{let{wrapperVariant:t,onAccept:n,onClear:r,onCancel:i,onSetToday:o,view:a,views:s,onViewChange:l,value:u,onChange:c,onSelectShortcut:d,isValid:h,isLandscape:p,disabled:g,readOnly:m,children:v,slots:y,slotProps:x}=e,b=WK(e),w=y?.actionBar??WN,S=sO({elementType:w,externalSlotProps:x?.actionBar,additionalProps:{onAccept:n,onClear:r,onCancel:i,onSetToday:o,actions:"desktop"===t?[]:["cancel","accept"]},className:b.actionBar,ownerState:(0,xR.Z)({},e,{wrapperVariant:t})}),C=(0,f.jsx)(w,(0,xR.Z)({},S)),M=y?.toolbar,k=sO({elementType:M,externalSlotProps:x?.toolbar,additionalProps:{isLandscape:p,onChange:c,value:u,view:a,onViewChange:l,views:s,disabled:g,readOnly:m},className:b.toolbar,ownerState:(0,xR.Z)({},e,{wrapperVariant:t})}),T=null!==k.view&&M?(0,f.jsx)(M,(0,xR.Z)({},k)):null,A=y?.tabs,_=a&&A?(0,f.jsx)(A,(0,xR.Z)({view:a,onViewChange:l,className:b.tabs},x?.tabs)):null,I=y?.shortcuts??WY,D=sO({elementType:I,externalSlotProps:x?.shortcuts,additionalProps:{isValid:h,isLandscape:p,onChange:d},className:b.shortcuts,ownerState:{isValid:h,isLandscape:p,onChange:d,wrapperVariant:t}});return{toolbar:T,content:v,tabs:_,actionBar:C,shortcuts:a&&I?(0,f.jsx)(I,(0,xR.Z)({},D)):null}},WJ=e=>{let{isLandscape:t,classes:n}=e;return(0,y.Z)({root:["root",t&&"landscape"],contentWrapper:["contentWrapper"]},WR,n)},WQ=(0,S.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",[`& .${WL.actionBar}`]:{gridColumn:"1 / 4",gridRow:3},variants:[{props:{isLandscape:!0},style:{[`& .${WL.toolbar}`]:{gridColumn:1,gridRow:"2 / 3"},[`.${WL.shortcuts}`]:{gridColumn:"2 / 4",gridRow:1}}},{props:{isLandscape:!0,isRtl:!0},style:{[`& .${WL.toolbar}`]:{gridColumn:3}}},{props:{isLandscape:!1},style:{[`& .${WL.toolbar}`]:{gridColumn:"2 / 4",gridRow:1},[`& .${WL.shortcuts}`]:{gridColumn:1,gridRow:"2 / 3"}}},{props:{isLandscape:!1,isRtl:!0},style:{[`& .${WL.shortcuts}`]:{gridColumn:3}}}]}),W0=(0,S.ZP)("div",{name:"MuiPickersLayout",slot:"ContentWrapper",overridesResolver:(e,t)=>t.contentWrapper})({gridColumn:2,gridRow:2,display:"flex",flexDirection:"column"}),W1=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersLayout"}),{toolbar:r,content:i,tabs:o,actionBar:a,shortcuts:s}=WX(n),{sx:l,className:u,isLandscape:c,wrapperVariant:d}=n,h=WJ(n);return(0,f.jsxs)(WQ,{ref:t,sx:l,className:(0,v.Z)(h.root,u),ownerState:n,children:[c?s:r,c?r:s,(0,f.jsx)(W0,{className:h.contentWrapper,children:"desktop"===d?(0,f.jsxs)(g.Fragment,{children:[i,o]}):(0,f.jsxs)(g.Fragment,{children:[o,i]})}),a]})}),W2=["props","ref"],W5=(0,S.ZP)(W1)(({theme:e})=>({overflow:"hidden",minWidth:320,backgroundColor:(e.vars||e).palette.background.paper})),W3=e=>{let{props:t,ref:n}=e,r=(0,sU.Z)(e,W2),{localeText:i,slots:o,slotProps:a,className:s,sx:l,displayStaticWrapperAs:u,autoFocus:c}=t,{layoutProps:d,renderCurrentView:h}=WE((0,xR.Z)({},r,{props:t,autoFocusView:c??!1,additionalViewProps:{},wrapperVariant:u})),p=o?.layout??W5;return{renderPicker:()=>(0,f.jsx)(jt,{localeText:i,children:(0,f.jsx)(p,(0,xR.Z)({},d,a?.layout,{slots:o,slotProps:a,sx:[...Array.isArray(l)?l:[l],...Array.isArray(a?.layout?.sx)?a.layout.sx:[a?.layout?.sx]],className:(0,v.Z)(s,a?.layout?.className),ref:n,children:h()}))})}},W4=({adapter:e,value:t,timezone:n,props:r})=>{if(null===t)return null;let{minTime:i,maxTime:o,minutesStep:a,shouldDisableTime:s,disableIgnoringDatePartForTimeValidation:l=!1,disablePast:u,disableFuture:c}=r,d=e.utils.date(void 0,n),h=Vx(l,e.utils);switch(!0){case!e.utils.isValid(t):return"invalidDate";case!!(i&&h(i,t)):return"minTime";case!!(o&&h(t,o)):return"maxTime";case!!(c&&e.utils.isAfter(t,d)):return"disableFuture";case!!(u&&e.utils.isBefore(t,d)):return"disablePast";case!!(s&&s(t,"hours")):return"shouldDisableTime-hours";case!!(s&&s(t,"minutes")):return"shouldDisableTime-minutes";case!!(s&&s(t,"seconds")):return"shouldDisableTime-seconds";case!!(a&&e.utils.getMinutes(t)%a!=0):return"minutesStep";default:return null}};W4.valueManager=$Y;let W6=({adapter:e,value:t,timezone:n,props:r})=>{let i=$4({adapter:e,value:t,timezone:n,props:r});return null!==i?i:W4({adapter:e,value:t,timezone:n,props:r})};W6.valueManager=$Y;let W8=g.forwardRef(function(e,t){let n=function(e,t){let n=ja(),r=js(),i=F9({props:e,name:t}),o=i.ampm??n.is12HourCycleInCurrentLocale(),a=g.useMemo(()=>i.localeText?.toolbarTitle==null?i.localeText:(0,xR.Z)({},i.localeText,{dateTimePickerToolbarTitle:i.localeText.toolbarTitle}),[i.localeText]);return(0,xR.Z)({},i,VD({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:jd(n,i.minDateTime??i.minDate,r.minDate),maxDate:jd(n,i.maxDateTime??i.maxDate,r.maxDate),minTime:i.minDateTime??i.minTime,maxTime:i.maxDateTime??i.maxTime,slots:(0,xR.Z)({toolbar:VI,tabs:j5},i.slots),slotProps:(0,xR.Z)({},i.slotProps,{toolbar:(0,xR.Z)({ampm:o},i.slotProps?.toolbar)})})}(e,"MuiStaticDateTimePicker"),r=n.displayStaticWrapperAs??"mobile",i=n.ampmInClock??"desktop"===r,o=(0,xR.Z)({day:Wb,month:Wb,year:Wb,hours:$3,minutes:$3,seconds:$3},n.viewRenderers),{renderPicker:a}=W3({props:(0,xR.Z)({},n,{viewRenderers:o,displayStaticWrapperAs:r,ampmInClock:i,yearsPerRow:n.yearsPerRow??("mobile"===r?3:4),slotProps:(0,xR.Z)({},n.slotProps,{tabs:(0,xR.Z)({hidden:"desktop"===r},n.slotProps?.tabs),toolbar:(0,xR.Z)({hidden:"desktop"===r,ampmInClock:i},n.slotProps?.toolbar)})}),valueManager:$Y,valueType:"date-time",validator:W6,ref:t});return a()});W8.propTypes={ampm:jr().bool,ampmInClock:jr().bool,autoFocus:jr().bool,className:jr().string,dayOfWeekFormatter:jr().func,defaultValue:jr().object,disabled:jr().bool,disableFuture:jr().bool,disableHighlightToday:jr().bool,disableIgnoringDatePartForTimeValidation:jr().bool,disablePast:jr().bool,displayStaticWrapperAs:jr().oneOf(["desktop","mobile"]),displayWeekNumber:jr().bool,fixedWeekNumber:jr().number,loading:jr().bool,localeText:jr().object,maxDate:jr().object,maxDateTime:jr().object,maxTime:jr().object,minDate:jr().object,minDateTime:jr().object,minTime:jr().object,minutesStep:jr().number,monthsPerRow:jr().oneOf([3,4]),onAccept:jr().func,onChange:jr().func,onClose:jr().func,onError:jr().func,onMonthChange:jr().func,onViewChange:jr().func,onYearChange:jr().func,openTo:jr().oneOf(["day","hours","minutes","month","seconds","year"]),orientation:jr().oneOf(["landscape","portrait"]),readOnly:jr().bool,reduceAnimations:jr().bool,referenceDate:jr().object,renderLoading:jr().func,shouldDisableDate:jr().func,shouldDisableMonth:jr().func,shouldDisableTime:jr().func,shouldDisableYear:jr().func,showDaysOutsideCurrentMonth:jr().bool,slotProps:jr().object,slots:jr().object,sx:jr().oneOfType([jr().arrayOf(jr().oneOfType([jr().func,jr().object,jr().bool])),jr().func,jr().object]),timezone:jr().string,value:jr().object,view:jr().oneOf(["day","hours","minutes","month","seconds","year"]),viewRenderers:jr().shape({day:jr().func,hours:jr().func,minutes:jr().func,month:jr().func,seconds:jr().func,year:jr().func}),views:jr().arrayOf(jr().oneOf(["day","hours","minutes","month","seconds","year"]).isRequired),yearsOrder:jr().oneOf(["asc","desc"]),yearsPerRow:jr().oneOf([3,4])};let W9=({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},W7=({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},Ge=(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}},Gt=({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=$w(e,a),u=$Z(e,l.contentType,l.type,a),c=n?u:"digit"===l.contentType,d=null!=t&&e.isValid(t),h=d?e.formatByString(t,a):"",p=null;if(c){if(u)p=""===h?e.formatByString(o,a).length:h.length;else{if(null==l.maxLength)throw Error(`MUI X: The token ${a} should have a 'maxDigitNumber' property on it's adapter`);p=l.maxLength,d&&(h=$_($D($A(h,i),p),i))}}return(0,xR.Z)({},l,{format:a,maxLength:p,value:h,placeholder:Ge(e,r,l,a),hasLeadingZerosInFormat:u,hasLeadingZerosInInput:c,startSeparator:s,endSeparator:"",modified:!1})},Gn=e=>{let{utils:t,expandedFormat:n,escapedParts:r}=e,i=t.date(void 0),o=[],a="",s=Object.keys(t.formatTokenMap).sort((e,t)=>t.length-e.length),l=/^([a-zA-Z]+)/,u=RegExp(`^(${s.join("|")})*$`),c=RegExp(`^(${s.join("|")})`),d=e=>r.find(t=>t.start<=e&&t.end>=e),h=0;for(;h<n.length;){let t=d(h),r=null!=t,s=l.exec(n.slice(h))?.[1];if(!r&&null!=s&&u.test(s)){let t=s;for(;t.length>0;){let n=c.exec(t)[1];t=t.slice(n.length),o.push(Gt((0,xR.Z)({},e,{now:i,token:n,startSeparator:a}))),a=""}h+=s.length}else{let e=n[h];r&&t?.start===h||t?.end===h||(0===o.length?a+=e:o[o.length-1].endSeparator+=e),h+=1}}return 0===o.length&&a.length>0&&o.push({type:"empty",contentType:"letter",maxLength:null,format:"",value:"",placeholder:"",hasLeadingZerosInFormat:!1,hasLeadingZerosInInput:!1,startSeparator:a,endSeparator:"",modified:!1}),o},Gr=({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}),Gi=e=>{let t=W9(e);e.isRtl&&e.enableAccessibleFieldDOMStructure&&(t=t.split(" ").reverse().join(" "));let n=W7((0,xR.Z)({},e,{expandedFormat:t})),r=Gn((0,xR.Z)({},e,{expandedFormat:t,escapedParts:n}));return Gr((0,xR.Z)({},e,{sections:r}))},Go=e=>{let t=ja(),n=jX(),r=jo(),i=s_(),{valueManager:o,fieldValueManager:a,valueType:s,validator:l,internalProps:u,internalProps:{value:c,defaultValue:d,referenceDate:h,onChange:p,format:f,formatDensity:m="dense",selectedSections:v,onSelectedSectionsChange:y,shouldRespectLeadingZeros:x=!1,timezone:b,enableAccessibleFieldDOMStructure:w=!1}}=e,{timezone:S,value:C,handleValueChange:M}=$g({timezone:b,value:c,defaultValue:d,referenceDate:h,onChange:p,valueManager:o}),k=g.useMemo(()=>$T(t),[t]),T=g.useMemo(()=>$B(t,k,S),[t,k,S]),A=g.useCallback((e,r=null)=>a.getSectionsFromValue(t,e,r,e=>Gi({utils:t,localeText:n,localizedDigits:k,format:f,date:e,formatDensity:m,shouldRespectLeadingZeros:x,enableAccessibleFieldDOMStructure:w,isRtl:i})),[a,f,n,k,i,x,t,m,w]),[_,I]=g.useState(()=>{let e=A(C);$z(e,s);let n={sections:e,value:C,referenceValue:o.emptyValue,tempValueStrAndroid:null},r=$y(e),i=o.getInitialReferenceValue({referenceDate:h,value:C,utils:t,props:u,granularity:r,timezone:S});return(0,xR.Z)({},n,{referenceValue:i})}),[D,P]=(0,vw.Z)({controlled:v,default:null,name:"useField",state:"selectedSections"}),O=e=>{P(e),y?.(e)},E=g.useMemo(()=>$W(D,_.sections),[D,_.sections]),R="all"===E?0:E,L=({value:e,referenceValue:n,sections:i})=>{if(I(t=>(0,xR.Z)({},t,{sections:i,value:e,referenceValue:n,tempValueStrAndroid:null})),o.areValuesEqual(t,_.value,e))return;let a={validationError:l({adapter:r,value:e,timezone:S,props:u})};M(e,a)},Z=(e,t)=>{let n=[..._.sections];return n[e]=(0,xR.Z)({},n[e],{value:t,modified:!0}),n};return g.useEffect(()=>{let e=A(_.value);$z(e,s),I(t=>(0,xR.Z)({},t,{sections:e}))},[f,t.locale,i]),g.useEffect(()=>{let e;o.areValuesEqual(t,_.value,C)&&o.getTimezone(t,_.value)===o.getTimezone(t,C)||I(e=>(0,xR.Z)({},e,{value:C,referenceValue:a.updateReferenceValue(t,C,e.referenceValue),sections:A(C)}))},[C]),{state:_,activeSectionIndex:R,parsedSelectedSections:E,setSelectedSections:O,clearValue:()=>{L({value:o.emptyValue,referenceValue:_.referenceValue,sections:A(o.emptyValue)})},clearActiveSection:()=>{if(null==R)return;let e=_.sections[R],n=a.getActiveDateManager(t,_,e),r=n.getSections(_.sections).filter(e=>""!==e.value).length===+(""!==e.value),i=Z(R,""),o=r?null:t.getInvalidDate(),s=n.getNewValuesFromNewActiveDate(o);L((0,xR.Z)({},s,{sections:i}))},updateSectionValue:({activeSection:e,newSectionValue:n,shouldGoToNextSection:r})=>{let i,o;r&&R<_.sections.length-1&&O(R+1);let s=a.getActiveDateManager(t,_,e),l=Z(R,n),u=s.getSections(l),c=$N(t,u,k);if(null!=c&&t.isValid(c)){let e=$V(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?L((0,xR.Z)({},i,{sections:l})):I(e=>(0,xR.Z)({},e,i,{sections:l,tempValueStrAndroid:null}))},updateValueFromValueStr:e=>{let r=a.parseValueStr(e,_.referenceValue,(e,r)=>{let o=t.parse(e,f);if(null==o||!t.isValid(o))return null;let a=Gi({utils:t,localeText:n,localizedDigits:k,format:f,date:o,formatDensity:m,shouldRespectLeadingZeros:x,enableAccessibleFieldDOMStructure:w,isRtl:i});return $V(t,o,a,r,!1)}),o=a.updateReferenceValue(t,r,_.referenceValue);L({value:r,referenceValue:o,sections:A(r,_.sections)})},setTempAndroidValueStr:e=>I(t=>(0,xR.Z)({},t,{tempValueStrAndroid:e})),getSectionsFromValue:A,sectionsValueBoundaries:T,localizedDigits:k,timezone:S}},Ga=e=>null!=e.saveQuery,Gs=({sections:e,updateSectionValue:t,sectionsValueBoundaries:n,localizedDigits:r,setTempAndroidValueStr:i,timezone:o})=>{let a=ja(),[s,l]=g.useState(null),u=(0,aC.Z)(()=>l(null));g.useEffect(()=>{null!=s&&e[s.sectionIndex]?.type!==s.sectionType&&u()},[e,s,u]),g.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(!Ga(t))return l({sectionIndex:n,value:e,sectionType:a.type}),t}let c=r(o,a);return Ga(c)&&!c.saveQuery?(u(),null):(l({sectionIndex:n,value:o,sectionType:a.type}),Ga(c))?null:c},d=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=>$M(a,o,n.type,e);if("letter"===n.contentType)return t(n.format,s(n.format),e);if(r&&null!=i&&"letter"===$w(a,r).contentType){let n=s(r),o=t(r,n,e);return Ga(o)?{saveQuery:!1}:(0,xR.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=>$R(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}}})},h=e=>{let t=(e,t)=>{let i=$A(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:$P(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=$Z(a,"digit","month","MM"),i=t(e,{type:n.type,format:"MM",hasLeadingZerosInFormat:r,hasLeadingZerosInInput:!0,contentType:"digit",maxLength:2});if(Ga(i))return i;let o=$R(a,i.sectionValue,"MM",n.format);return(0,xR.Z)({},i,{sectionValue:o})}if("weekDay"===n.type){let r=t(e,n);if(Ga(r))return r;let i=$C(a,n.format)[Number(r.sectionValue)-1];return(0,xR.Z)({},r,{sectionValue:i})}return{saveQuery:!1}},e=>$I(e,r))};return{applyCharacterEditing:(0,aC.Z)(n=>{let o=e[n.sectionIndex],a=$I(n.keyPressed,r)?h((0,xR.Z)({},n,{keyPressed:$_(n.keyPressed,r)})):d(n);if(null==a){i(null);return}t({activeSection:o,newSectionValue:a.sectionValue,shouldGoToNextSection:a.shouldGoToNextSection})}),resetCharacterQuery:u}},Gl=e=>{let{internalProps:{disabled:t,readOnly:n=!1},forwardedProps:{sectionListRef:r,onBlur:i,onClick:o,onFocus:a,onInput:s,onPaste:l,focused:u,autoFocus:c=!1},fieldValueManager:d,applyCharacterEditing:h,resetCharacterQuery:p,setSelectedSections:f,parsedSelectedSections:m,state:v,clearActiveSection:y,clearValue:x,updateSectionValue:b,updateValueFromValueStr:w,sectionOrder:S,areAllSectionsEmpty:C,sectionsValueBoundaries:M}=e,k=g.useRef(null),T=(0,aw.Z)(r,k),A=jX(),_=ja(),I=(0,ay.Z)(),[D,P]=g.useState(!1),O=g.useMemo(()=>({syncSelectionToDOM:()=>{let e;if(!k.current)return;let t=document.getSelection();if(!t)return;if(null==m){t.rangeCount>0&&k.current.getRoot().contains(t.getRangeAt(0).startContainer)&&t.removeAllRanges(),D&&k.current.getRoot().blur();return}if(!k.current.getRoot().contains(WI(document)))return;let n=new window.Range;e="all"===m?k.current.getRoot():"empty"===v.sections[m].type?k.current.getSectionContainer(m):k.current.getSectionContent(m),n.selectNodeContents(e),e.focus(),t.removeAllRanges(),t.addRange(n)},getActiveSectionIndexFromDOM:()=>{let e=WI(document);return e&&k.current&&k.current.getRoot().contains(e)?k.current.getSectionIndexFromDOMElement(e):null},focusField:(e=0)=>{if(!k.current||null!=O.getActiveSectionIndexFromDOM())return;let t=$W(e,v.sections);P(!0),k.current.getSectionContent(t).focus()},setSelectedSections:e=>{if(!k.current)return;let t=$W(e,v.sections);P(null!==("all"===t?0:t)),f(e)},isFieldFocused:()=>{let e=WI(document);return!!k.current&&k.current.getRoot().contains(e)}}),[m,f,v.sections,D]),E=(0,aC.Z)(e=>{if(!k.current)return;let t=v.sections[e];k.current.getSectionContent(e).innerHTML=t.value||t.placeholder,O.syncSelectionToDOM()}),R=(0,aC.Z)((e,...t)=>{!e.isDefaultPrevented()&&k.current&&(P(!0),o?.(e,...t),"all"===m?setTimeout(()=>{let e=document.getSelection().getRangeAt(0).startOffset;if(0===e){f(S.startIndex);return}let t=0,n=0;for(;n<e&&t<v.sections.length;){let e=v.sections[t];t+=1,n+=`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`.length}f(t-1)}):D?k.current.getRoot().contains(e.target)||f(S.startIndex):(P(!0),f(S.startIndex)))}),L=(0,aC.Z)(e=>{if(s?.(e),!k.current||"all"!==m)return;let t=e.target.textContent??"";k.current.getRoot().innerHTML=v.sections.map(e=>`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`).join(""),O.syncSelectionToDOM(),0===t.length||10===t.charCodeAt(0)?(p(),x(),f("all")):t.length>1?w(t):("all"===m&&f(0),h({keyPressed:t,sectionIndex:0}))}),Z=(0,aC.Z)(e=>{if(l?.(e),n||"all"!==m){e.preventDefault();return}let t=e.clipboardData.getData("text");e.preventDefault(),p(),w(t)}),N=(0,aC.Z)((...e)=>{a?.(...e),!D&&k.current&&(P(!0),null==k.current.getSectionIndexFromDOMElement(WI(document))&&f(S.startIndex))}),B=(0,aC.Z)((...e)=>{i?.(...e),setTimeout(()=>{if(!k.current)return;let e=WI(document);k.current.getRoot().contains(e)||(P(!1),f(null))})}),z=(0,aC.Z)(e=>t=>{!t.isDefaultPrevented()&&f(e)}),F=(0,aC.Z)(e=>{e.preventDefault()}),j=(0,aC.Z)(e=>()=>{f(e)}),V=(0,aC.Z)(e=>{if(e.preventDefault(),n||t||"number"!=typeof m)return;let r=v.sections[m],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(),b({activeSection:r,newSectionValue:i,shouldGoToNextSection:!0})):o||a||(p(),w(i))}),$=(0,aC.Z)(e=>{e.preventDefault(),e.dataTransfer.dropEffect="none"}),H=(0,aC.Z)(e=>{if(!k.current)return;let t=e.target,r=t.textContent??"",i=k.current.getSectionIndexFromDOMElement(t),o=v.sections[i];if(n||!k.current){E(i);return}if(0===r.length){if(""===o.value){E(i);return}let t=e.nativeEvent.inputType;if("insertParagraph"===t||"insertLineBreak"===t){E(i);return}p(),y();return}h({keyPressed:r,sectionIndex:i}),E(i)});(0,aM.Z)(()=>{if(D&&k.current){if("all"===m)k.current.getRoot().focus();else if("number"==typeof m){let e=k.current.getSectionContent(m);e&&e.focus()}}},[m,D]);let W=g.useMemo(()=>v.sections.reduce((e,t)=>(e[t.type]=M[t.type]({currentDate:null,contentType:t.contentType,format:t.format}),e),{}),[M,v.sections]),G="all"===m,U=g.useMemo(()=>v.sections.map((e,r)=>{let i=!G&&!t&&!n;return{container:{"data-sectionindex":r,onClick:z(r)},content:{tabIndex:G||r>0?-1:0,contentEditable:!G&&!t&&!n,role:"spinbutton",id:`${I}-${e.type}`,"aria-labelledby":`${I}-${e.type}`,"aria-readonly":n,"aria-valuenow":$U(e,_),"aria-valuemin":W[e.type].minimum,"aria-valuemax":W[e.type].maximum,"aria-valuetext":e.value?$G(e,_):A.empty,"aria-label":A[e.type],"aria-disabled":t,spellCheck:!i&&void 0,autoCapitalize:i?"off":void 0,autoCorrect:i?"off":void 0,[parseInt(g.version,10)>=17?"enterKeyHint":"enterkeyhint"]:i?"next":void 0,children:e.value||e.placeholder,onInput:H,onPaste:V,onFocus:j(r),onDragOver:$,onMouseUp:F,inputMode:"letter"===e.contentType?"text":"numeric"},before:{children:e.startSeparator},after:{children:e.endSeparator}}}),[v.sections,j,V,$,H,z,F,t,n,G,A,_,W,I]),q=(0,aC.Z)(e=>{w(e.target.value)}),Y=g.useMemo(()=>C?"":d.getV7HiddenInputValueFromSections(v.sections),[C,v.sections,d]);return g.useEffect(()=>{if(null==k.current)throw Error("MUI X: The `sectionListRef` prop has not been initialized by `PickersSectionList`\nYou probably tried to pass a component to the `textField` slot that contains an `<input />` element instead of a `PickersSectionList`.\n\nIf you want to keep using an `<input />` HTML element for the editing, please remove the `enableAccessibleFieldDOMStructure` prop from your picker or field component:\n\n<DatePicker slots={{ textField: MyCustomTextField }} />\n\nLearn more about the field accessible DOM structure on the MUI documentation: https://mui.com/x/react-date-pickers/fields/#fields-to-edit-a-single-element");c&&k.current&&k.current.getSectionContent(S.startIndex).focus()},[]),{interactions:O,returnedValue:{autoFocus:c,readOnly:n,focused:u??D,sectionListRef:T,onBlur:B,onClick:R,onFocus:N,onInput:L,onPaste:Z,enableAccessibleFieldDOMStructure:!0,elements:U,tabIndex:0===m?-1:0,contentEditable:G,value:Y,onChange:q,areAllSectionsEmpty:C}}},Gu=e=>e.replace(/[\u2066\u2067\u2068\u2069]/g,""),Gc=(e,t,n)=>{let r=0,i=+!!n,o=[];for(let a=0;a<e.length;a+=1){let s=e[a],l=$E(s,n?"input-rtl":"input-ltr",t),u=`${s.startSeparator}${l}${s.endSeparator}`,c=Gu(u).length,d=u.length,h=Gu(l),p=i+(""===h?0:l.indexOf(h[0]))+s.startSeparator.length,f=p+h.length;o.push((0,xR.Z)({},s,{start:r,end:r+c,startInInput:p,endInInput:f})),r+=c,i+=d}return o},Gd=e=>{let t=s_(),n=g.useRef(void 0),r=g.useRef(void 0),{forwardedProps:{onFocus:i,onClick:o,onPaste:a,onBlur:s,inputRef:l,placeholder:u},internalProps:{readOnly:c=!1,disabled:d=!1},parsedSelectedSections:h,activeSectionIndex:p,state:f,fieldValueManager:m,valueManager:v,applyCharacterEditing:y,resetCharacterQuery:x,updateSectionValue:b,updateValueFromValueStr:w,clearActiveSection:S,clearValue:C,setTempAndroidValueStr:M,setSelectedSections:k,getSectionsFromValue:T,areAllSectionsEmpty:A,localizedDigits:_}=e,I=g.useRef(null),D=(0,aw.Z)(l,I),P=g.useMemo(()=>Gc(f.sections,_,t),[f.sections,_,t]),O=g.useMemo(()=>({syncSelectionToDOM:()=>{if(!I.current)return;if(null==h){I.current.scrollLeft&&(I.current.scrollLeft=0);return}if(I.current!==WI(document))return;let e=I.current.scrollTop;if("all"===h)I.current.select();else{let e=P[h],t="empty"===e.type?e.startInInput-e.startSeparator.length:e.startInInput,n="empty"===e.type?e.endInInput+e.endSeparator.length:e.endInInput;(t!==I.current.selectionStart||n!==I.current.selectionEnd)&&I.current===WI(document)&&I.current.setSelectionRange(t,n),clearTimeout(r.current),r.current=setTimeout(()=>{I.current&&I.current===WI(document)&&I.current.selectionStart===I.current.selectionEnd&&(I.current.selectionStart!==t||I.current.selectionEnd!==n)&&O.syncSelectionToDOM()})}I.current.scrollTop=e},getActiveSectionIndexFromDOM:()=>{let e=I.current.selectionStart??0,t=I.current.selectionEnd??0;if(0===e&&0===t)return null;let n=e<=P[0].startInInput?1:P.findIndex(t=>t.startInInput-t.startSeparator.length>e);return -1===n?P.length-1:n-1},focusField:(e=0)=>{WI(document)!==I.current&&(I.current?.focus(),k(e))},setSelectedSections:e=>k(e),isFieldFocused:()=>I.current===WI(document)}),[I,h,P,k]),E=()=>{let e;let t=I.current.selectionStart??0;k(-1===(e=t<=P[0].startInInput?1:t>=P[P.length-1].endInInput?1:P.findIndex(e=>e.startInInput-e.startSeparator.length>t))?P.length-1:e-1)},R=(0,aC.Z)((...e)=>{i?.(...e);let t=I.current;clearTimeout(n.current),n.current=setTimeout(()=>{t&&t===I.current&&null==p&&(t.value.length&&Number(t.selectionEnd)-Number(t.selectionStart)===t.value.length?k("all"):E())})}),L=(0,aC.Z)((e,...t)=>{!e.isDefaultPrevented()&&(o?.(e,...t),E())}),Z=(0,aC.Z)(e=>{if(a?.(e),e.preventDefault(),c||d)return;let t=e.clipboardData.getData("text");if("number"==typeof h){let e=f.sections[h],n=/^[a-zA-Z]+$/.test(t),r=/^[0-9]+$/.test(t),i=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(t);if("letter"===e.contentType&&n||"digit"===e.contentType&&r||"digit-with-letter"===e.contentType&&i){x(),b({activeSection:e,newSectionValue:t,shouldGoToNextSection:!0});return}if(n||r)return}x(),w(t)}),N=(0,aC.Z)((...e)=>{s?.(...e),k(null)}),B=(0,aC.Z)(e=>{let n;if(c)return;let r=e.target.value;if(""===r){x(),C();return}let i=e.nativeEvent.data,o=i&&i.length>1,a=o?i:r,s=Gu(a);if("all"===h&&k(p),null==p||o){w(o?i:s);return}if("all"===h&&1===s.length)n=s;else{let e=Gu(m.getV6InputValueFromSections(P,_,t)),r=-1,i=-1;for(let t=0;t<e.length;t+=1)-1===r&&e[t]!==s[t]&&(r=t),-1===i&&e[e.length-t-1]!==s[s.length-t-1]&&(i=t);let o=P[p];if(r<o.start||e.length-i-1>o.end)return;let a=s.length-e.length+o.end-Gu(o.endSeparator||"").length;n=s.slice(o.start+Gu(o.startSeparator||"").length,a)}if(0===n.length){$$()&&M(a),x(),S();return}y({keyPressed:n,sectionIndex:p})}),z=g.useMemo(()=>void 0!==u?u:m.getV6InputValueFromSections(T(v.emptyValue),_,t),[u,m,T,v.emptyValue,_,t]),F=g.useMemo(()=>f.tempValueStrAndroid??m.getV6InputValueFromSections(f.sections,_,t),[f.sections,m,f.tempValueStrAndroid,_,t]);g.useEffect(()=>(I.current&&I.current===WI(document)&&k("all"),()=>{clearTimeout(n.current),clearTimeout(r.current)}),[]);let j=g.useMemo(()=>null==p||"letter"===f.sections[p].contentType?"text":"numeric",[p,f.sections]);return{interactions:O,returnedValue:{readOnly:c,onBlur:N,onClick:L,onFocus:R,onPaste:Z,inputRef:D,enableAccessibleFieldDOMStructure:!1,placeholder:z,inputMode:j,autoComplete:"off",value:!(I.current&&I.current===WI(document))&&A?"":F,onChange:B}}},Gh=e=>{let t=ja(),{internalProps:n,internalProps:{unstableFieldRef:r,minutesStep:i,enableAccessibleFieldDOMStructure:o=!1,disabled:a=!1,readOnly:s=!1},forwardedProps:{onKeyDown:l,error:u,clearable:c,onClear:d},fieldValueManager:h,valueManager:p,validator:f}=e,m=s_(),v=Go(e),{state:y,activeSectionIndex:x,parsedSelectedSections:b,setSelectedSections:w,clearValue:S,clearActiveSection:C,updateSectionValue:M,setTempAndroidValueStr:k,sectionsValueBoundaries:T,localizedDigits:A,timezone:_}=v,I=Gs({sections:y.sections,updateSectionValue:M,sectionsValueBoundaries:T,localizedDigits:A,setTempAndroidValueStr:k,timezone:_}),{resetCharacterQuery:D}=I,P=p.areValuesEqual(t,y.value,p.emptyValue),O=o?Gl:Gd,E=g.useMemo(()=>$H(y.sections,m&&!o),[y.sections,m,o]),{returnedValue:R,interactions:L}=O((0,xR.Z)({},e,v,I,{areAllSectionsEmpty:P,sectionOrder:E})),Z=(0,aC.Z)(e=>{if(l?.(e),!a)switch(!0){case(e.ctrlKey||e.metaKey)&&"A"===String.fromCharCode(e.keyCode)&&!e.shiftKey&&!e.altKey:e.preventDefault(),w("all");break;case"ArrowRight"===e.key:if(e.preventDefault(),null==b)w(E.startIndex);else if("all"===b)w(E.endIndex);else{let e=E.neighbors[b].rightIndex;null!==e&&w(e)}break;case"ArrowLeft"===e.key:if(e.preventDefault(),null==b)w(E.endIndex);else if("all"===b)w(E.startIndex);else{let e=E.neighbors[b].leftIndex;null!==e&&w(e)}break;case"Delete"===e.key:if(e.preventDefault(),s)break;null==b||"all"===b?S():C(),D();break;case["ArrowUp","ArrowDown","Home","End","PageUp","PageDown"].includes(e.key):{if(e.preventDefault(),s||null==x)break;"all"===b&&w(x);let n=y.sections[x],r=h.getActiveDateManager(t,y,n),o=$O(t,_,n,e.key,T,A,r.date,{minutesStep:i});M({activeSection:n,newSectionValue:o,shouldGoToNextSection:!1})}}});(0,aM.Z)(()=>{L.syncSelectionToDOM()});let{hasValidationError:N}=WS({props:n,validator:f,timezone:_,value:y.value,onError:n.onError}),B=g.useMemo(()=>void 0!==u?u:N,[N,u]);g.useEffect(()=>{B||null!=x||D()},[y.referenceValue,x,B]),g.useEffect(()=>{null!=y.tempValueStrAndroid&&null!=x&&(D(),C())},[y.sections]),g.useImperativeHandle(r,()=>({getSections:()=>y.sections,getActiveSectionIndex:L.getActiveSectionIndexFromDOM,setSelectedSections:L.setSelectedSections,focusField:L.focusField,isFieldFocused:L.isFieldFocused}));let z={onKeyDown:Z,onClear:(0,aC.Z)((e,...t)=>{e.preventDefault(),d?.(e,...t),S(),L.isFieldFocused()?w(E.startIndex):L.focusField(0)}),error:B,clearable:!!(c&&!P&&!s&&!a)};return(0,xR.Z)({},e.forwardedProps,z,{disabled:a,readOnly:s},R)},Gp=["disablePast","disableFuture","minDate","maxDate","shouldDisableDate","shouldDisableMonth","shouldDisableYear"],Gf=["disablePast","disableFuture","minTime","maxTime","shouldDisableTime","minutesStep","ampm","disableIgnoringDatePartForTimeValidation"],Gg=["minDateTime","maxDateTime"];[...Gp,...Gf,...Gg];let Gm=["value","defaultValue","referenceDate","format","formatDensity","onChange","timezone","onError","shouldRespectLeadingZeros","selectedSections","onSelectedSectionsChange","unstableFieldRef","enableAccessibleFieldDOMStructure","disabled","readOnly","dateSeparator"],Gv=(e,t)=>g.useMemo(()=>{let n=(0,xR.Z)({},e),r={},i=e=>{n.hasOwnProperty(e)&&(r[e]=n[e],delete n[e])};return Gm.forEach(i),"date"===t?Gp.forEach(i):"time"===t?Gf.forEach(i):"date-time"===t&&(Gp.forEach(i),Gf.forEach(i),Gg.forEach(i)),{forwardedProps:n,internalProps:r}},[e,t]),Gy=e=>{let t=ja(),n=js(),r=e.ampm??t.is12HourCycleInCurrentLocale()?t.formats.keyboardDateTime12h:t.formats.keyboardDateTime24h;return(0,xR.Z)({},e,{disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1,format:e.format??r,disableIgnoringDatePartForTimeValidation:!!(e.minDateTime||e.maxDateTime),minDate:jd(t,e.minDateTime??e.minDate,n.minDate),maxDate:jd(t,e.maxDateTime??e.maxDate,n.maxDate),minTime:e.minDateTime??e.minTime,maxTime:e.maxDateTime??e.maxTime})},Gx=e=>{let{forwardedProps:t,internalProps:n}=Gv(Gy(e),"date-time");return Gh({forwardedProps:t,internalProps:n,valueManager:$Y,fieldValueManager:$K,validator:W6,valueType:"date-time"})};function Gb(e){return(0,A.ZP)("MuiInputAdornment",e)}let Gw=(0,T.Z)("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]),GS=e=>{let{classes:t,disablePointerEvents:n,hiddenLabel:r,position:i,size:o,variant:a}=e,s={root:["root",n&&"disablePointerEvents",i&&`position${(0,w.Z)(i)}`,a,r&&"hiddenLabel",o&&`size${(0,w.Z)(o)}`]};return(0,y.Z)(s,Gb,t)},GC=(0,S.ZP)("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`position${(0,w.Z)(n.position)}`],!0===n.disablePointerEvents&&t.disablePointerEvents,t[n.variant]]}})((0,C.Z)(({theme:e})=>({display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active,variants:[{props:{variant:"filled"},style:{[`&.${Gw.positionStart}&:not(.${Gw.hiddenLabel})`]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]}))),GM=g.forwardRef(function(e,t){let n=(0,k.i)({props:e,name:"MuiInputAdornment"}),{children:r,className:i,component:o="div",disablePointerEvents:a=!1,disableTypography:l=!1,position:u,variant:c,...d}=n,h=aE()||{},p=c;c&&h.variant,h&&!p&&(p=h.variant);let m={...n,hiddenLabel:h.hiddenLabel,size:h.size,disablePointerEvents:a,position:u,variant:p},y=GS(m);return(0,f.jsx)(aO.Provider,{value:null,children:(0,f.jsx)(GC,{as:o,ownerState:m,className:(0,v.Z)(y.root,i),ref:t,...d,children:"string"!=typeof r||l?(0,f.jsxs)(g.Fragment,{children:["start"===u?s||(s=(0,f.jsx)("span",{className:"notranslate","aria-hidden":!0,children:""})):null,r]}):(0,f.jsx)(pJ.Z,{color:"textSecondary",children:r})})})}),Gk=["clearable","onClear","InputProps","sx","slots","slotProps"],GT=["ownerState"],GA=e=>{let t=jX(),{clearable:n,onClear:r,InputProps:i,sx:o,slots:a,slotProps:s}=e,l=(0,sU.Z)(e,Gk),u=a?.clearButton??av.Z,c=sO({elementType:u,externalSlotProps:s?.clearButton,ownerState:{},className:"clearButton",additionalProps:{title:t.fieldClearLabel}}),d=(0,sU.Z)(c,GT),h=a?.clearIcon??jK,p=sO({elementType:h,externalSlotProps:s?.clearIcon,ownerState:{}});return(0,xR.Z)({},l,{InputProps:(0,xR.Z)({},i,{endAdornment:(0,f.jsxs)(g.Fragment,{children:[n&&(0,f.jsx)(GM,{position:"end",sx:{marginRight:i?.endAdornment?-1:-1.5},children:(0,f.jsx)(u,(0,xR.Z)({},d,{onClick:r,children:(0,f.jsx)(h,(0,xR.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 G_(e){return(0,A.ZP)("MuiPickersTextField",e)}function GI(e){return(0,A.ZP)("MuiPickersInputBase",e)}(0,T.Z)("MuiPickersTextField",["root","focused","disabled","error","required"]);let GD=(0,T.Z)("MuiPickersInputBase",["root","focused","disabled","error","notchedOutline","sectionContent","sectionBefore","sectionAfter","adornedStart","adornedEnd","input"]);function GP(e){return(0,A.ZP)("MuiPickersOutlinedInput",e)}let GO=(0,xR.Z)({},GD,(0,T.Z)("MuiPickersOutlinedInput",["root","notchedOutline","input"])),GE=["children","className","label","notched","shrink"],GR=(0,S.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}}),GL=(0,S.ZP)("span")(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit"})),GZ=(0,S.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 GN(e){let{className:t,label:n}=e,r=(0,sU.Z)(e,GE),i=null!=n&&""!==n,o=(0,xR.Z)({},e,{withLabel:i});return(0,f.jsx)(GR,(0,xR.Z)({"aria-hidden":!0,className:t},r,{ownerState:o,children:(0,f.jsx)(GZ,{ownerState:o,children:i?(0,f.jsx)(GL,{children:n}):(0,f.jsx)(GL,{className:"notranslate",children:""})})}))}var GB=n(3150);function Gz(e){return(0,A.ZP)("MuiPickersSectionList",e)}let GF=(0,T.Z)("MuiPickersSectionList",["root","section","sectionContent"]),Gj=["slots","slotProps","elements","sectionListRef"],GV=(0,S.ZP)("div",{name:"MuiPickersSectionList",slot:"Root",overridesResolver:(e,t)=>t.root})({direction:"ltr /*! @noflip */",outline:"none"}),G$=(0,S.ZP)("span",{name:"MuiPickersSectionList",slot:"Section",overridesResolver:(e,t)=>t.section})({}),GH=(0,S.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionSeparator",overridesResolver:(e,t)=>t.sectionSeparator})({whiteSpace:"pre"}),GW=(0,S.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionContent",overridesResolver:(e,t)=>t.sectionContent})({outline:"none"}),GG=e=>{let{classes:t}=e;return(0,y.Z)({root:["root"],section:["section"],sectionContent:["sectionContent"]},Gz,t)};function GU(e){let{slots:t,slotProps:n,element:r,classes:i}=e,o=t?.section??G$,a=sO({elementType:o,externalSlotProps:n?.section,externalForwardedProps:r.container,className:i.section,ownerState:{}}),s=t?.sectionContent??GW,l=sO({elementType:s,externalSlotProps:n?.sectionContent,externalForwardedProps:r.content,additionalProps:{suppressContentEditableWarning:!0},className:i.sectionContent,ownerState:{}}),u=t?.sectionSeparator??GH,c=sO({elementType:u,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.before,ownerState:{position:"before"}}),d=sO({elementType:u,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.after,ownerState:{position:"after"}});return(0,f.jsxs)(o,(0,xR.Z)({},a,{children:[(0,f.jsx)(u,(0,xR.Z)({},c)),(0,f.jsx)(s,(0,xR.Z)({},l)),(0,f.jsx)(u,(0,xR.Z)({},d))]}))}let Gq=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersSectionList"}),{slots:r,slotProps:i,elements:o,sectionListRef:a}=n,s=(0,sU.Z)(n,Gj),l=GG(n),u=g.useRef(null),c=(0,aw.Z)(t,u),d=e=>{if(!u.current)throw Error(`MUI X: Cannot call sectionListRef.${e} before the mount of the component.`);return u.current};g.useImperativeHandle(a,()=>({getRoot:()=>d("getRoot"),getSectionContainer:e=>d("getSectionContainer").querySelector(`.${GF.section}[data-sectionindex="${e}"]`),getSectionContent:e=>d("getSectionContent").querySelector(`.${GF.section}[data-sectionindex="${e}"] .${GF.sectionContent}`),getSectionIndexFromDOMElement(e){let t=d("getSectionIndexFromDOMElement");if(null==e||!t.contains(e))return null;let n=null;return(e.classList.contains(GF.section)?n=e:e.classList.contains(GF.sectionContent)&&(n=e.parentElement),null==n)?null:Number(n.dataset.sectionindex)}}));let h=r?.root??GV,p=sO({elementType:h,externalSlotProps:i?.root,externalForwardedProps:s,additionalProps:{ref:c,suppressContentEditableWarning:!0},className:l.root,ownerState:{}});return(0,f.jsx)(h,(0,xR.Z)({},p,{children:p.contentEditable?o.map(({content:e,before:t,after:n})=>`${t.children}${e.children}${n.children}`).join(""):(0,f.jsx)(g.Fragment,{children:o.map((e,t)=>(0,f.jsx)(GU,{slots:r,slotProps:i,element:e,classes:l},t))})}))}),GY=["elements","areAllSectionsEmpty","defaultValue","label","value","onChange","id","autoFocus","endAdornment","startAdornment","renderSuffix","slots","slotProps","contentEditable","tabIndex","onInput","onPaste","onKeyDown","fullWidth","name","readOnly","inputProps","inputRef","sectionListRef"],GK=e=>Math.round(1e5*e)/1e5,GX=(0,S.ZP)("div",{name:"MuiPickersInputBase",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>(0,xR.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:`${GK(.15/16)}em`,variants:[{props:{fullWidth:!0},style:{width:"100%"}}]})),GJ=(0,S.ZP)(GV,{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}}]})),GQ=(0,S.ZP)(G$,{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"})),G0=(0,S.ZP)(GW,{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"})),G1=(0,S.ZP)(GH,{name:"MuiPickersInputBase",slot:"Separator",overridesResolver:(e,t)=>t.separator})(()=>({whiteSpace:"pre",letterSpacing:"inherit"})),G2=(0,S.ZP)("input",{name:"MuiPickersInputBase",slot:"Input",overridesResolver:(e,t)=>t.hiddenInput})((0,xR.Z)({},{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"})),G5=e=>{let{focused:t,disabled:n,error:r,classes:i,fullWidth:o,readOnly:a,color:s,size:l,endAdornment:u,startAdornment:c}=e,d={root:["root",t&&!n&&"focused",n&&"disabled",a&&"readOnly",r&&"error",o&&"fullWidth",`color${(0,GB.Z)(s)}`,"small"===l&&"inputSizeSmall",!!c&&"adornedStart",!!u&&"adornedEnd"],notchedOutline:["notchedOutline"],input:["input"],sectionsContainer:["sectionsContainer"],sectionContent:["sectionContent"],sectionBefore:["sectionBefore"],sectionAfter:["sectionAfter"]};return(0,y.Z)(d,GI,i)},G3=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersInputBase"}),{elements:r,areAllSectionsEmpty:i,value:o,onChange:a,id:s,endAdornment:l,startAdornment:u,renderSuffix:c,slots:d,slotProps:h,contentEditable:p,tabIndex:m,onInput:v,onPaste:y,onKeyDown:x,name:b,readOnly:w,inputProps:S,inputRef:C,sectionListRef:M}=n,k=(0,sU.Z)(n,GY),T=g.useRef(null),A=(0,aw.Z)(t,T),_=(0,aw.Z)(S?.ref,C),I=s_(),D=aE();if(!D)throw Error("MUI X: PickersInputBase should always be used inside a PickersTextField component");g.useEffect(()=>{D&&D.setAdornedStart(!!u)},[D,u]),g.useEffect(()=>{D&&(i?D.onEmpty():D.onFilled())},[D,i]);let P=(0,xR.Z)({},n,D,{isRtl:I}),O=G5(P),E=d?.root||GX,R=sO({elementType:E,externalSlotProps:h?.root,externalForwardedProps:k,additionalProps:{"aria-invalid":D.error,ref:A},className:O.root,ownerState:P}),L=d?.input||GJ;return(0,f.jsxs)(E,(0,xR.Z)({},R,{children:[u,(0,f.jsx)(Gq,{sectionListRef:M,elements:r,contentEditable:p,tabIndex:m,className:O.sectionsContainer,onFocus:e=>{if(D.disabled){e.stopPropagation();return}D.onFocus?.(e)},onBlur:D.onBlur,onInput:v,onPaste:y,onKeyDown:x,slots:{root:L,section:GQ,sectionContent:G0,sectionSeparator:G1},slotProps:{root:{ownerState:P},sectionContent:{className:GD.sectionContent},sectionSeparator:({position:e})=>({className:"before"===e?GD.sectionBefore:GD.sectionAfter})}}),l,c?c((0,xR.Z)({},D)):null,(0,f.jsx)(G2,(0,xR.Z)({name:b,className:O.input,value:o,onChange:a,id:s,"aria-hidden":"true",tabIndex:-1,readOnly:w,required:D.required,disabled:D.disabled},S,{ref:_}))]}))}),G4=["label","autoFocus","ownerState","notched"],G6=(0,S.ZP)(GX,{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 .${GO.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${GO.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${GO.focused} .${GO.notchedOutline}`]:{borderStyle:"solid",borderWidth:2},[`&.${GO.disabled}`]:{[`& .${GO.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled},"*":{color:(e.vars||e).palette.action.disabled}},[`&.${GO.error} .${GO.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:{[`&.${GO.focused}:not(.${GO.error}) .${GO.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}}))}}),G8=(0,S.ZP)(GJ,{name:"MuiPickersOutlinedInput",slot:"SectionsContainer",overridesResolver:(e,t)=>t.sectionsContainer})({padding:"16.5px 0",variants:[{props:{size:"small"},style:{padding:"8.5px 0"}}]}),G9=e=>{let{classes:t}=e,n=(0,y.Z)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},GP,t);return(0,xR.Z)({},t,n)},G7=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersOutlinedInput"}),{label:r,ownerState:i,notched:o}=n,a=(0,sU.Z)(n,G4),s=aE(),l=(0,xR.Z)({},n,i,s,{color:s?.color||"primary"}),u=G9(l);return(0,f.jsx)(G3,(0,xR.Z)({slots:{root:G6,input:G8},renderSuffix:e=>(0,f.jsx)(GN,{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,f.jsxs)(g.Fragment,{children:[r," ","*"]}):r,ownerState:l})},a,{label:r,classes:u,ref:t}))});G7.muiName="Input";var Ue=n(5315);function Ut(e){return(0,A.ZP)("MuiPickersFilledInput",e)}let Un=(0,xR.Z)({},GD,(0,T.Z)("MuiPickersFilledInput",["root","underline","input"])),Ur=["label","autoFocus","disableUnderline","ownerState"],Ui=(0,S.ZP)(GX,{name:"MuiPickersFilledInput",slot:"Root",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,Ue.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}},[`&.${Un.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${Un.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"},[`&.${Un.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${Un.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(.${Un.disabled}, .${Un.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${Un.disabled}:before`]:{borderBottomStyle:"dotted"}}},{props:({startAdornment:e})=>!!e,style:{paddingLeft:12}},{props:({endAdornment:e})=>!!e,style:{paddingRight:12}}]}}),Uo=(0,S.ZP)(GJ,{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}}]}),Ua=e=>{let{classes:t,disableUnderline:n}=e,r=(0,y.Z)({root:["root",!n&&"underline"],input:["input"]},Ut,t);return(0,xR.Z)({},t,r)},Us=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersFilledInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,a=(0,sU.Z)(n,Ur),s=aE(),l=Ua((0,xR.Z)({},n,o,s,{color:s?.color||"primary"}));return(0,f.jsx)(G3,(0,xR.Z)({slots:{root:Ui,input:Uo},slotProps:{root:{disableUnderline:i}}},a,{label:r,classes:l,ref:t}))});function Ul(e){return(0,A.ZP)("MuiPickersFilledInput",e)}Us.muiName="Input";let Uu=(0,xR.Z)({},GD,(0,T.Z)("MuiPickersInput",["root","input"])),Uc=["label","autoFocus","disableUnderline","ownerState"],Ud=(0,S.ZP)(GX,{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"},[`&.${Uu.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${Uu.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(.${Uu.disabled}, .${Uu.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${Uu.disabled}:before`]:{borderBottomStyle:"dotted"}}}]}}),Uh=e=>{let{classes:t,disableUnderline:n}=e,r=(0,y.Z)({root:["root",!n&&"underline"],input:["input"]},Ul,t);return(0,xR.Z)({},t,r)},Up=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,a=(0,sU.Z)(n,Uc),s=aE(),l=Uh((0,xR.Z)({},n,o,s,{disableUnderline:i,color:s?.color||"primary"}));return(0,f.jsx)(G3,(0,xR.Z)({slots:{root:Ud}},a,{label:r,classes:l,ref:t}))});Up.muiName="Input";let Uf=["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"],Ug={standard:Up,filled:Us,outlined:G7},Um=(0,S.ZP)(sx,{name:"MuiPickersTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Uv=e=>{let{focused:t,disabled:n,classes:r,required:i}=e;return(0,y.Z)({root:["root",t&&!n&&"focused",n&&"disabled",i&&"required"]},G_,r)},Uy=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiPickersTextField"}),{onFocus:r,onBlur:i,className:o,color:a="primary",disabled:s=!1,error:l=!1,variant:u="outlined",required:c=!1,InputProps:d,inputProps:h,inputRef:p,sectionListRef:m,elements:y,areAllSectionsEmpty:x,onClick:b,onKeyDown:w,onKeyUp:S,onPaste:C,onInput:M,endAdornment:k,startAdornment:T,tabIndex:A,contentEditable:_,focused:I,value:D,onChange:P,fullWidth:O,id:E,name:R,helperText:L,FormHelperTextProps:Z,label:N,InputLabelProps:B}=n,z=(0,sU.Z)(n,Uf),F=g.useRef(null),j=(0,aw.Z)(t,F),V=(0,ay.Z)(E),$=L&&V?`${V}-helper-text`:void 0,H=N&&V?`${V}-label`:void 0,W=(0,xR.Z)({},n,{color:a,disabled:s,error:l,focused:I,required:c,variant:u}),G=Uv(W),U=Ug[u];return(0,f.jsxs)(Um,(0,xR.Z)({className:(0,v.Z)(G.root,o),ref:j,focused:I,onFocus:r,onBlur:i,disabled:s,variant:u,error:l,color:a,fullWidth:O,required:c,ownerState:W},z,{children:[(0,f.jsx)(sf,(0,xR.Z)({htmlFor:V,id:H},B,{children:N})),(0,f.jsx)(U,(0,xR.Z)({elements:y,areAllSectionsEmpty:x,onClick:b,onKeyDown:w,onKeyUp:S,onInput:M,onPaste:C,endAdornment:k,startAdornment:T,tabIndex:A,contentEditable:_,value:D,onChange:P,id:V,fullWidth:O,inputProps:h,inputRef:p,sectionListRef:m,label:N,name:R,role:"group","aria-labelledby":H,"aria-describedby":$,"aria-live":$?"polite":void 0},d)),L&&(0,f.jsx)(sM,(0,xR.Z)({id:$},Z,{children:L}))]}))}),Ux=["enableAccessibleFieldDOMStructure"],Ub=["InputProps","readOnly"],Uw=["onPaste","onKeyDown","inputMode","readOnly","InputProps","inputProps","inputRef"],US=e=>{let{enableAccessibleFieldDOMStructure:t}=e,n=(0,sU.Z)(e,Ux);if(t){let{InputProps:e,readOnly:t}=n,r=(0,sU.Z)(n,Ub);return(0,xR.Z)({},r,{InputProps:(0,xR.Z)({},e??{},{readOnly:t})})}let{onPaste:r,onKeyDown:i,inputMode:o,readOnly:a,InputProps:s,inputProps:l,inputRef:u}=n,c=(0,sU.Z)(n,Uw);return(0,xR.Z)({},c,{InputProps:(0,xR.Z)({},s??{},{readOnly:a}),inputProps:(0,xR.Z)({},l??{},{inputMode:o,onPaste:r,onKeyDown:i,ref:u})})},UC=["slots","slotProps","InputProps","inputProps"],UM=g.forwardRef(function(e,t){let n=F9({props:e,name:"MuiDateTimeField"}),{slots:r,slotProps:i,InputProps:o,inputProps:a}=n,s=(0,sU.Z)(n,UC),l=r?.textField??(e.enableAccessibleFieldDOMStructure?Uy:um),u=sO({elementType:l,externalSlotProps:i?.textField,externalForwardedProps:s,ownerState:n,additionalProps:{ref:t}});u.inputProps=(0,xR.Z)({},a,u.inputProps),u.InputProps=(0,xR.Z)({},o,u.InputProps);let c=US(Gx(u)),d=GA((0,xR.Z)({},c,{slots:r,slotProps:i}));return(0,f.jsx)(l,(0,xR.Z)({},d))});var Uk=n(9435),UT=n(2791),UA=n(4336),U_=n(2694),UI=n(5154),UD=n(9489),UP=n(6341),UO=n(3189),UE=n(5918),UR=n(9880),UL=n(8006),UZ=n(6332),UN=n(1721),UB=n(1267),Uz=n(8904),UF=n(7785),Uj=n(8364),UV=n(8340),U$=n(506),UH=n(4265),UW=n(6635),UG=n(1275),UU=n(4107),Uq=n(436),UY=n(7912),UK=n(9250),UX=n(3303),UJ=n(8374),UQ=n(3743),U0=n(8070),U1=n(3709),U2=n(3200),U5=n(6292),U3=n(1136),U4=n(3518),U6=n(4138),U8=n(8140),U9=n(3033),U7=n(7),qe=n(4575),qt=n(5149),qn=n(8874),qr=n(2511),qi=n(4257);let qo={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"},qa={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 qs{constructor(e){this.isMUIAdapter=!0,this.isTimezoneCompatible=!1,this.lib=void 0,this.locale=void 0,this.formats=void 0,this.formatTokenMap=qo,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,xR.Z)({},qa,n),this.longFormatters=r,this.lib=i||"date-fns"}}class ql extends qs{constructor({locale:e,formats:t}={}){super({locale:e??qi._,formats:t,longFormatters:UL.G}),this.parse=(e,t)=>""===e?null:(0,U0.Qc)(e,t,new Date,{locale:this.locale}),this.isValid=e=>null!=e&&(0,UQ.J)(e),this.format=(e,t)=>this.formatByString(e,this.formats[t]),this.formatByString=(e,t)=>(0,UZ.WU)(e,t,{locale:this.locale}),this.isEqual=(e,t)=>null===e&&null===t||null!==e&&null!==t&&(0,Uq.X)(e,t),this.isSameYear=(e,t)=>(0,UK.F)(e,t),this.isSameMonth=(e,t)=>(0,UX.x)(e,t),this.isSameDay=(e,t)=>(0,UY.K)(e,t),this.isSameHour=(e,t)=>(0,UJ.f)(e,t),this.isAfter=(e,t)=>(0,UG.A)(e,t),this.isAfterYear=(e,t)=>(0,UG.A)(e,(0,UR.w)(t)),this.isAfterDay=(e,t)=>(0,UG.A)(e,(0,UO.i)(t)),this.isBefore=(e,t)=>(0,UU.R)(e,t),this.isBeforeYear=(e,t)=>(0,UU.R)(e,this.startOfYear(t)),this.isBeforeDay=(e,t)=>(0,UU.R)(e,this.startOfDay(t)),this.isWithinRange=(e,[t,n])=>(0,qr._)(e,{start:t,end:n}),this.startOfYear=e=>(0,qn.e)(e),this.startOfMonth=e=>(0,U7.N)(e),this.startOfWeek=e=>(0,qt.z)(e,{locale:this.locale}),this.startOfDay=e=>(0,U9.b)(e),this.endOfYear=e=>(0,UR.w)(e),this.endOfMonth=e=>(0,qe.V)(e),this.endOfWeek=e=>(0,UE.v)(e,{locale:this.locale}),this.endOfDay=e=>(0,UO.i)(e),this.addYears=(e,t)=>(0,UP.B)(e,t),this.addMonths=(e,t)=>(0,UD.z)(e,t),this.addWeeks=(e,t)=>(0,UI.j)(e,t),this.addDays=(e,t)=>(0,Uk.E)(e,t),this.addHours=(e,t)=>(0,U_.T)(e,t),this.addMinutes=(e,t)=>(0,UA.m)(e,t),this.addSeconds=(e,t)=>(0,UT.v)(e,t),this.getYear=e=>(0,UW.S)(e),this.getMonth=e=>(0,Uj.j)(e),this.getDate=e=>(0,UN._)(e),this.getHours=e=>(0,Uz.p)(e),this.getMinutes=e=>(0,UF.q)(e),this.getSeconds=e=>(0,UV.C)(e),this.getMilliseconds=e=>(0,U$.p)(e),this.setYear=(e,t)=>(0,U8.M)(e,t),this.setMonth=(e,t)=>(0,U3.q)(e,t),this.setDate=(e,t)=>(0,U1.G)(e,t),this.setHours=(e,t)=>(0,U2.B)(e,t),this.setMinutes=(e,t)=>(0,U5.H)(e,t),this.setSeconds=(e,t)=>(0,U4.O)(e,t),this.setMilliseconds=(e,t)=>(0,U6.I)(e,t),this.getDaysInMonth=e=>(0,UB.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,UH.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 qu="yyyy-MM-dd HH:mm:ss";function qc(e,t){return e?F5(e)?e.pastDuration:function(e,t,n){let r=Rf(e.start,t,n),i=Rf(e.end,t,n);return`${r} - ${i}`}(e,qu,t):"Custom Time Range"}let qd=({initialTimeRange:e,onChange:t,onCancel:n})=>{let{formatWithUserTimeZone:r}=Rb(),[i,o]=(0,g.useState)(e),[a,s]=(0,g.useState)({start:r(e.start,qu),end:r(e.end,qu)}),[l,u]=(0,g.useState)(!0),c=(e,t)=>{let n="string"==typeof e,i=n?e:r(e,qu);s(e=>({...e,[t]:i})),n||o(n=>({...n,[t]:e}))},d=e=>{c(e,"start")},h=e=>{c(e,"end")},p=()=>{var e,t;let n={start:new Date(a.start),end:new Date(a.end)};if(e=n.start,t=n.end,(0,Rh.isValid)(e)&&(0,Rh.isValid)(t)?!!(0,Rh.isBefore)(e,t)||(console.error("End Time is before Start Time"),!1):(console.error("Invalid Date"),!1))return o(n),n},m=()=>{let e=p();e&&t(e)};return(0,f.jsx)(jt,{dateAdapter:ql,children:(0,f.jsxs)(am.Z,{spacing:2,sx:e=>({padding:e.spacing(1,0,2)}),children:[l&&(0,f.jsxs)(iV.Z,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,f.jsx)(pJ.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select Start Time"}),(0,f.jsx)(W8,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.start,onChange:e=>{null!==e&&d(e)},onAccept:()=>{u(!1)}})]}),!l&&(0,f.jsxs)(iV.Z,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,f.jsx)(pJ.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select End Time"}),(0,f.jsx)(W8,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.end,minDateTime:i.start,onChange:e=>{null!==e&&h(e)},onAccept:e=>{null!==e&&(u(!0),h(e))}})]}),(0,f.jsxs)(am.Z,{direction:"row",alignItems:"center",gap:1,pl:1,pr:1,children:[(0,f.jsx)(xg.ErrorBoundary,{FallbackComponent:xf,children:(0,f.jsx)(UM,{label:"Start Time",value:new Date(a.start),onChange:e=>{e&&d(e)},onBlur:()=>p(),format:qu})}),(0,f.jsx)(xg.ErrorBoundary,{FallbackComponent:xf,children:(0,f.jsx)(UM,{label:"End Time",value:new Date(a.end),onChange:e=>{e&&h(e)},onBlur:()=>p(),format:qu})})]}),(0,f.jsxs)(am.Z,{direction:"row",sx:{padding:e=>e.spacing(0,1)},gap:1,children:[(0,f.jsx)(Y,{variant:"contained",onClick:()=>m(),fullWidth:!0,children:"Apply"}),(0,f.jsx)(Y,{variant:"outlined",onClick:()=>n(),fullWidth:!0,children:"Cancel"})]})]})})};function qh({value:e,timeOptions:t,onChange:n,height:r,showCustomTimeRange:i=!0}){let{timeZone:o}=Rb(),a=(0,g.useRef)(),[s,l]=(0,g.useState)(!1),u=(0,g.useMemo)(()=>F5(e)?function(e){let t=e.end??new Date;return{start:(0,Rh.sub)(t,F4(e.pastDuration)),end:t}}(e):e,[e]),c=(0,g.useMemo)(()=>{var t;return{value:t=F5(e)?void 0:e,display:qc(t,o)}},[e,o]),[d,h]=(0,g.useState)(!1);return(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(lj,{anchorEl:a.current,anchorOrigin:{vertical:"bottom",horizontal:"center"},open:s,onClose:()=>l(!1),sx:e=>({padding:e.spacing(2)}),children:(0,f.jsx)(qd,{initialTimeRange:u,onChange:e=>{n(e),l(!1),h(!1)},onCancel:()=>l(!1)})}),(0,f.jsx)(iV.Z,{ref:a,children:(0,f.jsxs)(ud,{open:d,value:qc(e,o),onClick:()=>h(!d),IconComponent:F2.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,f.jsx)(y1,{value:qc(e.value,o),onClick:()=>{n(e.value)},children:e.display},t)),i&&(0,f.jsx)(y1,{value:qc(c.value,o),onClick:()=>l(!0),children:c.display})]})})]})}let qp=(0,S.ZP)(Y)(({theme:e})=>({padding:e.spacing(.5),minWidth:"auto"})),qf=(0,g.forwardRef)(function(e,t){return(0,f.jsx)(qp,{ref:t,variant:"outlined",color:"secondary",...e})}),qg=Object.entries(eU).map(([e,t])=>({id:e,...t})).filter(e=>!e.disableSelectorOption),qm=[{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 qv({value:e,onChange:t,disabled:n=!1}){var r;let i=!!eK(e).decimalPlaces,o=!!eK(e).shortValues,a=({decimalPlaces:n})=>{i&&t({...e,decimalPlaces:n})},s=eU[e.unit];return(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(vb,{label:"Short values",control:(0,f.jsx)(R0,{checked:!!o&&!1!==e.shortValues,onChange:(n,r)=>{o&&t({...e,shortValues:r})},disabled:!o})}),(0,f.jsx)(vb,{label:"Unit",control:(0,f.jsx)(v3,{value:{id:e.unit,...s},options:qg,groupBy:e=>e.group,onChange:(e,n)=>{t({unit:n.id})},disableClearable:!0,disabled:n})}),(0,f.jsx)(vb,{label:"Decimals",control:(0,f.jsx)(v3,{value:(r=e.decimalPlaces,qm.find(e=>e.decimalPlaces===r)),options:qm,getOptionLabel:e=>e.label,onChange:(e,t)=>a(t),disabled:!i,disableClearable:!0})})]})}function qy({name:e,height:t}){return(0,f.jsx)(iV.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,f.jsx)(pJ.Z,{variant:"body1","aria-label":"y axis label",sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:e})})}let qx=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},qb={data:""},qw=e=>"object"==typeof window?((e?e.querySelector("#_goober"):window._goober)||Object.assign((e||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:e||qb,qS=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,qC=/\/\*[^]*?\*\/| +/g,qM=/\n+/g,qk=(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]?qk(a,o):o+"{"+qk(a,"k"==o[1]?"":t)+"}":"object"==typeof a?r+=qk(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+=qk.p?qk.p(o,a):o+":"+a+";")}return n+(t&&i?t+"{"+i+"}":i)+r},qT={},qA=e=>{if("object"==typeof e){let t="";for(let n in e)t+=n+qA(e[n]);return t}return e},q_=(e,t,n,r,i)=>{var o;let a=qA(e),s=qT[a]||(qT[a]=(e=>{let t=0,n=11;for(;t<e.length;)n=101*n+e.charCodeAt(t++)>>>0;return"go"+n})(a));if(!qT[s]){let t=a!==e?e:(e=>{let t,n,r=[{}];for(;t=qS.exec(e.replace(qC,""));)t[4]?r.shift():t[3]?(n=t[3].replace(qM," ").trim(),r.unshift(r[0][n]=r[0][n]||{})):r[0][t[1]]=t[2].replace(qM," ").trim();return r[0]})(e);qT[s]=qk(i?{["@keyframes "+s]:t}:t,n?"":"."+s)}let l=n&&qT.g?qT.g:null;return n&&(qT.g=qT[s]),o=qT[s],l?t.data=t.data.replace(l,o):-1===t.data.indexOf(o)&&(t.data=r?o+t.data:t.data+o),s},qI=(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?"":qk(e,""):!1===e?"":e}return e+r+(null==o?"":o)},"");function qD(e){let t=this||{},n=e.call?e(t.p):e;return q_(n.unshift?n.raw?qI(n,[].slice.call(arguments,1),t.p):n.reduce((e,n)=>Object.assign(e,n&&n.call?n(t.p):n),{}):n,qw(t.target),t.g,t.o,t.k)}function qP(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 qO(e,t,n){return t&&qP(e.prototype,t),n&&qP(e,n),e}function qE(){return(qE=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 qR(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function qL(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 qZ(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}qD.bind({g:1}),qD.bind({k:1});var qN=function(){return""},qB=m().createContext({enqueueSnackbar:qN,closeSnackbar:qN}),qz="@media (max-width:599.95px)",qF="@media (min-width:600px)",qj=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},qV=function(e){return""+qj(e.vertical)+qj(e.horizontal)},q$=function(e){return!!e||0===e},qH="unmounted",qW="exited",qG="entering",qU="entered",qq="exiting",qY=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=qW,n.appearStatus=qG):r=qU:r=t.unmountOnExit||t.mountOnEnter?qH:qW,n.state={status:r},n.nextCallback=null,n}qR(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===qH?{status:qW}: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!==qG&&n!==qU&&(t=qG):(n===qG||n===qU)&&(t=qq)}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===qG?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===qW&&this.setState({status:qH})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.getTimeouts();if(!e&&!n){this.safeSetState({status:qU},function(){t.props.onEntered&&t.props.onEntered(t.node,e)});return}this.props.onEnter&&this.props.onEnter(this.node,e),this.safeSetState({status:qG},function(){t.props.onEntering&&t.props.onEntering(t.node,e),t.onTransitionEnd(r.enter,function(){t.safeSetState({status:qU},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:qW},function(){e.props.onExited&&e.props.onExited(e.node)});return}this.props.onExit&&this.props.onExit(this.node),this.safeSetState({status:qq},function(){e.props.onExiting&&e.props.onExiting(e.node),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:qW},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===qH)return null;var t=this.props;return(0,t.children)(e,qL(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]))},qO(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}(m().Component);function qK(){}function qX(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function qJ(e,t){return(0,g.useMemo)(function(){return null==e&&null==t?null:function(n){qX(e,n),qX(t,n)}},[e,t])}function qQ(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}}qY.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:qK,onEntering:qK,onEntered:qK,onExit:qK,onExiting:qK,onExited:qK};var q0={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)"},q1=function(e){e.scrollTop=e.scrollTop},q2=function(e){return Math.round(e)+"ms"};function q5(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?q0.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:q2(i))+" "+a+" "+("string"==typeof l?l:q2(l))}).join(",")}function q3(e){return(e&&e.ownerDocument||document).defaultView||window}function q4(e,t){if(t){var n=function(e,t){var n,r=t.getBoundingClientRect(),i=q3(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 q6=(0,g.forwardRef)(function(e,t){var n=e.children,r=e.direction,i=void 0===r?"down":r,o=e.in,a=e.style,s=e.timeout,l=void 0===s?0:s,u=e.onEnter,c=e.onEntered,d=e.onExit,h=e.onExited,p=qL(e,["children","direction","in","style","timeout","onEnter","onEntered","onExit","onExited"]),f=(0,g.useRef)(null),m=qJ(n.ref,f),v=qJ(m,t),y=(0,g.useCallback)(function(){f.current&&q4(i,f.current)},[i]);return(0,g.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&&q4(i,f.current)}),t=q3(f.current);return t.addEventListener("resize",e),function(){e.clear(),t.removeEventListener("resize",e)}}},[i,o]),(0,g.useEffect)(function(){o||y()},[o,y]),(0,g.createElement)(qY,Object.assign({appear:!0,nodeRef:f,onEnter:function(e,t){q4(i,e),q1(e),u&&u(e,t)},onEntered:c,onEntering:function(e){var t=(null==a?void 0:a.transitionTimingFunction)||q0.easeOut,n=qQ({timeout:l,mode:"enter",style:qE({},a,{transitionTimingFunction:t})});e.style.webkitTransition=q5("-webkit-transform",n),e.style.transition=q5("transform",n),e.style.webkitTransform="none",e.style.transform="none"},onExit:function(e){var t=(null==a?void 0:a.transitionTimingFunction)||q0.sharp,n=qQ({timeout:l,mode:"exit",style:qE({},a,{transitionTimingFunction:t})});e.style.webkitTransition=q5("-webkit-transform",n),e.style.transition=q5("transform",n),q4(i,e),d&&d(e)},onExited:function(e){e.style.webkitTransition="",e.style.transition="",h&&h(e)},in:o,timeout:l},p),function(e,t){return(0,g.cloneElement)(n,qE({ref:v,style:qE({visibility:"exited"!==e||o?void 0:"hidden"},a,{},n.props.style)},t))})});q6.displayName="Slide";var q8=function(e){return m().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))},q9={maxSnack:3,persist:!1,hideIconVariant:!1,disableWindowBlurListener:!1,variant:"default",autoHideDuration:5e3,iconVariant:{default:void 0,success:m().createElement(function(){return m().createElement(q8,null,m().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:m().createElement(function(){return m().createElement(q8,null,m().createElement("path",{d:"M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z"}))},null),error:m().createElement(function(){return m().createElement(q8,null,m().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:m().createElement(function(){return m().createElement(q8,null,m().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:q6,transitionDuration:{enter:225,exit:195}},q7=function(e,t){var n=function(e){return"number"==typeof e||null===e};return n(e)?e:n(t)?t:q9.autoHideDuration},Ye=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"])?qE({},q9.transitionDuration,{},n(t,["object"])&&t,{},e):n(t,["string","number"])?t:n(t,["object"])?qE({},q9.transitionDuration,{},t):q9.transitionDuration};function Yt(e){return Object.entries(e).reduce(function(e,t){var n,r=t[0],i=t[1];return qE({},e,((n={})[r]=qD(i),n))},{})}var Yn="notistack-CollapseWrapper",Yr=Yt({root:{height:0},entered:{height:"auto"}}),Yi=(0,g.forwardRef)(function(e,t){var n=e.children,r=e.in,i=e.onExited,o=(0,g.useRef)(null),a=(0,g.useRef)(null),s=qJ(t,a),l=function(){return o.current?o.current.clientHeight:0};return(0,g.createElement)(qY,{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=qQ({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){q1(e);var t=qQ({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,g.createElement)("div",Object.assign({ref:s,className:qx(Yr.root,"entered"===e&&Yr.entered),style:qE({pointerEvents:"all",overflow:"hidden",minHeight:"0px",transition:q5("height")},"entered"===e&&{overflow:"visible"},{},"exited"===e&&!r&&{visibility:"hidden"})},t),(0,g.createElement)("div",{ref:o,className:Yn,style:{display:"flex",width:"100%"}},n))})});Yi.displayName="Collapse";var Yo={right:"left",left:"right",bottom:"up",top:"down"},Ya=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 qE({},t,((r={})[n]=e[n],r))},{})},Ys=function(){};function Yl(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)}},Ys)}var Yu="undefined"!=typeof window?g.useLayoutEffect:g.useEffect;function Yc(e){var t=(0,g.useRef)(e);return Yu(function(){t.current=e}),(0,g.useCallback)(function(){return t.current.apply(void 0,arguments)},[])}var Yd=(0,g.forwardRef)(function(e,t){var n=e.children,r=e.className,i=e.autoHideDuration,o=e.disableWindowBlurListener,a=void 0!==o&&o,s=e.onClose,l=e.id,u=e.open,c=e.SnackbarProps,d=void 0===c?{}:c,h=(0,g.useRef)(),p=Yc(function(){s&&s.apply(void 0,arguments)}),f=Yc(function(e){s&&null!=e&&(h.current&&clearTimeout(h.current),h.current=setTimeout(function(){p(null,"timeout",l)},e))});(0,g.useEffect)(function(){return u&&f(i),function(){h.current&&clearTimeout(h.current)}},[u,i,f]);var m=function(){h.current&&clearTimeout(h.current)},v=(0,g.useCallback)(function(){null!=i&&f(.5*i)},[i,f]);return(0,g.useEffect)(function(){if(!a&&u)return window.addEventListener("focus",v),window.addEventListener("blur",m),function(){window.removeEventListener("focus",v),window.removeEventListener("blur",m)}},[a,v,u]),(0,g.createElement)("div",Object.assign({ref:t},d,{className:qx("notistack-Snackbar",r),onMouseEnter:function(e){d.onMouseEnter&&d.onMouseEnter(e),m()},onMouseLeave:function(e){d.onMouseLeave&&d.onMouseLeave(e),v()}}),n)});Yd.displayName="Snackbar";var Yh=Yt({root:((l={display:"flex",flexWrap:"wrap",flexGrow:1})[qF]={flexGrow:"initial",minWidth:"288px"},l)}),Yp=(0,g.forwardRef)(function(e,t){var n=e.className,r=qL(e,["className"]);return m().createElement("div",Object.assign({ref:t,className:qx(Yh.root,n)},r))});Yp.displayName="SnackbarContent";var Yf=Yt({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"}}),Yg="notistack-snackbar",Ym=(0,g.forwardRef)(function(e,t){var n=e.id,r=e.message,i=e.action,o=e.iconVariant,a=e.variant,s=e.hideIconVariant,l=e.style,u=e.className,c=o[a],d=i;return"function"==typeof d&&(d=d(n)),m().createElement(Yp,{ref:t,role:"alert","aria-describedby":Yg,style:l,className:qx("notistack-MuiContent","notistack-MuiContent-"+a,Yf.root,Yf[a],u,!s&&c&&Yf.lessPadding)},m().createElement("div",{id:Yg,className:Yf.message},s?null:c,r),d&&m().createElement("div",{className:Yf.action},d))});Ym.displayName="MaterialDesignContent";var Yv=(0,g.memo)(Ym),Yy=Yt({wrappedRoot:{width:"100%",position:"relative",transform:"translateX(0)",top:0,right:0,bottom:0,left:0,minWidth:"288px"}}),Yx=function(e){var t,n=(0,g.useRef)(),r=(0,g.useState)(!0),i=r[0],o=r[1],a=Yl([e.snack.onClose,e.onClose]),s=(0,g.useCallback)(function(){n.current=setTimeout(function(){o(function(e){return!e})},125)},[]);(0,g.useEffect)(function(){return function(){n.current&&clearTimeout(n.current)}},[]);var l=e.snack,u=e.classes,c=e.Component,d=(0,g.useMemo)(function(){return Ya(u)},[u]),h=l.open,p=l.SnackbarProps,f=l.TransitionComponent,v=l.TransitionProps,y=l.transitionDuration,x=l.disableWindowBlurListener,b=l.content,w=qL(l,["open","SnackbarProps","TransitionComponent","TransitionProps","transitionDuration","disableWindowBlurListener","content","entered","requestClose","onEnter","onEntered","onExit","onExited"]),S=qE({direction:"center"!==(t=w.anchorOrigin).horizontal?Yo[t.horizontal]:Yo[t.vertical],timeout:y},v),C=b;"function"==typeof C&&(C=C(w.id,w.message));var M=["onEnter","onEntered","onExit","onExited"].reduce(function(t,n){var r;return qE({},t,((r={})[n]=Yl([e.snack[n],e[n]],w.id),r))},{});return m().createElement(Yi,{in:i,onExited:M.onExited},m().createElement(Yd,{open:h,id:w.id,disableWindowBlurListener:x,autoHideDuration:w.autoHideDuration,className:qx(Yy.wrappedRoot,d.root,d["anchorOrigin"+qV(w.anchorOrigin)]),SnackbarProps:p,onClose:a},m().createElement(f,Object.assign({},S,{appear:!0,in:h,onExit:M.onExit,onExited:s,onEnter:M.onEnter,onEntered:Yl([M.onEntered,function(){e.snack.requestClose&&a(null,"instructed",e.snack.id)}],w.id)}),C||m().createElement(void 0===c?Yv:c,Object.assign({},w)))))},Yb=20,Yw=6,YS=2,YC="."+Yn,YM=Yt({root:((u={boxSizing:"border-box",display:"flex",maxHeight:"100%",position:"fixed",zIndex:1400,height:"auto",width:"auto",transition:q5(["top","right","bottom","left","max-width"],{duration:300,easing:"ease"}),pointerEvents:"none"})[YC]={padding:Yw+"px 0px",transition:"padding 300ms ease 0ms"},u.maxWidth="calc(100% - "+2*Yb+"px)",u[qz]={width:"100%",maxWidth:"calc(100% - 32px)"},u),rootDense:((c={})[YC]={padding:YS+"px 0px"},c),top:{top:Yb-Yw+"px",flexDirection:"column"},bottom:{bottom:Yb-Yw+"px",flexDirection:"column-reverse"},left:((d={left:Yb+"px"})[qF]={alignItems:"flex-start"},d[qz]={left:"16px"},d),right:((h={right:Yb+"px"})[qF]={alignItems:"flex-end"},h[qz]={right:"16px"},h),center:((p={left:"50%",transform:"translateX(-50%)"})[qF]={alignItems:"center"},p)}),Yk=(0,g.memo)(function(e){var t=e.classes,n=void 0===t?{}:t,r=e.anchorOrigin,i=e.dense,o=e.children,a=qx("notistack-SnackbarContainer",YM[r.vertical],YM[r.horizontal],YM.root,n.containerRoot,n["containerAnchorOrigin"+qV(r)],i&&YM.rootDense);return m().createElement("div",{className:a},o)}),YT=function(e){return!("string"==typeof e||(0,g.isValidElement)(e))},YA=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=YT(e)?e:t,o=YT(e)?e.message:e,a=i.key,s=i.preventDuplicate,l=qL(i,["key","preventDuplicate"]),u=q$(a),c=u?a:new Date().getTime()+Math.random(),d=(r=n.props,function(e,t){return(void 0===t&&(t=!1),t)?qE({},q9[e],{},r[e],{},l[e]):"autoHideDuration"===e?q7(l.autoHideDuration,r.autoHideDuration):"transitionDuration"===e?Ye(l.transitionDuration,r.transitionDuration):l[e]||r[e]||q9[e]}),h=qE({id:c},l,{message:o,open:!0,entered:!1,requestClose:!1,persist:d("persist"),action:d("action"),content:d("content"),variant:d("variant"),anchorOrigin:d("anchorOrigin"),disableWindowBlurListener:d("disableWindowBlurListener"),autoHideDuration:d("autoHideDuration"),hideIconVariant:d("hideIconVariant"),TransitionComponent:d("TransitionComponent"),transitionDuration:d("transitionDuration"),TransitionProps:d("TransitionProps",!0),iconVariant:d("iconVariant",!0),style:d("style",!0),SnackbarProps:d("SnackbarProps",!0),className:qx(n.props.className,l.className)});return h.persist&&(h.autoHideDuration=void 0),n.setState(function(e){if(void 0===s&&n.props.preventDuplicate||s){var t=function(e){return u?e.id===c:e.message===o},r=e.queue.findIndex(t)>-1,i=e.snacks.findIndex(t)>-1;if(r||i)return e}return n.handleDisplaySnack(qE({},e,{queue:[].concat(e.queue,[h])}))}),c},n.handleDisplaySnack=function(e){return e.snacks.length>=n.maxSnack?n.handleDismissOldest(e):n.processQueue(e)},n.processQueue=function(e){var t=e.queue,n=e.snacks;return t.length>0?qE({},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?qE({},e):(t=!0,e.entered)?(e.onClose&&e.onClose(null,"maxsnack",e.id),n.props.onClose&&n.props.onClose(null,"maxsnack",e.id),qE({},e,{open:!1})):qE({},e,{requestClose:!0})});return qE({},e,{snacks:i})},n.handleEnteredSnack=function(e,t,r){if(!q$(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?qE({},e,{entered:!0}):qE({},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?qE({},e,{open:!1}):qE({},e,{requestClose:!0}):qE({},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});q$(e)&&t&&t.onClose&&t.onClose(null,"instructed",e),n.handleCloseSnack(null,"instructed",e)},n.handleExitedSnack=function(e,t){if(!q$(t))throw Error("handleExitedSnack Cannot be called with undefined key");n.setState(function(e){var r=n.processQueue(qE({},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(qZ(n)),closeSnackbar:n.closeSnackbar.bind(qZ(n))}},n}return qR(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=qV(t.anchorOrigin),i=e[r]||[];return qE({},e,((n={})[r]=[].concat(i,[t]),n))},{}),d=Object.keys(c).map(function(t){var n=c[t],r=n[0];return m().createElement(Yk,{key:t,dense:a,anchorOrigin:r.anchorOrigin,classes:u},n.map(function(t){return m().createElement(Yx,{key:t.id,snack:t,classes:u,Component:l[t.variant],onClose:e.handleCloseSnack,onEnter:e.props.onEnter,onExit:e.props.onExit,onExited:Yl([e.handleExitedSnack,e.props.onExited],t.id),onEntered:Yl([e.handleEnteredSnack,e.props.onEntered],t.id)})}))});return m().createElement(qB.Provider,{value:t},i,r?(0,sY.createPortal)(d,r):d)},qO(t,[{key:"maxSnack",get:function(){return this.props.maxSnack||q9.maxSnack}}]),t}(g.Component);function Y_(){let{enqueueSnackbar:e,closeSnackbar:t}=(0,g.useContext)(qB),n=YI(e,"error"),r=YI(e,"info"),i=YI(e,"warning"),o=YI(e,"success"),a=(0,g.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 YI(e,t){return(0,g.useCallback)((n,r)=>e(n,{...r,variant:t}),[e,t])}function YD(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 ah()({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)}function YP(e){return{value:{pastDuration:e},display:`Last ${(0,Rh.formatDuration)(F4(e),{delimiter:", "})}`}}var YO=n(6385);let YE=YD((0,YO.Z)({}),{echartsTheme:{textStyle:{fontFamily:"Lato"},categoryAxis:{splitLine:{show:!1}},timeAxis:{splitLine:{show:!1}},bar:{barCategoryGap:2}}}),YR={chartsTheme:YE,enablePinning:!1,lastTooltipPinnedCoords:null,setLastTooltipPinnedCoords:()=>null};var YL=n(9602);let YZ={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,[`& .${YL.Z.icon}`]:{color:e.palette.error.main}}:{...e.typography.body1,backgroundColor:e.palette.error.light,color:e.palette.error.dark,[`& .${YL.Z.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,[`& .${YL.Z.icon}`]:{color:e.palette.info.main}}:{...e.typography.body1,backgroundColor:e.palette.info.light,color:e.palette.info.dark,[`& .${YL.Z.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,[`& .${YL.Z.icon}`]:{color:e.palette.success.main}}:{...e.typography.body1,backgroundColor:e.palette.success.light,color:e.palette.success.dark,[`& .${YL.Z.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,[`& .${YL.Z.icon}`]:{color:e.palette.warning.main}}:{...e.typography.body1,backgroundColor:e.palette.warning.light,color:e.palette.warning.dark,[`& .${YL.Z.icon}`]:{color:e.palette.warning.main}},root:{["& ."+(0,T.Z)("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"]).root]:{textDecoration:"underline"}}}},YN={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"},YB={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"},Yz="#FFFFFF",YF=e=>{let t=YN["800"],n=YN["300"];return"light"===e?{navigation:t,accent:n,primary:YN["800"],secondary:YN["700"],disabled:YN["300"],link:YB["500"],linkHover:YB["600"]}:{navigation:t,accent:n,primary:Yz,secondary:YN["50"],disabled:YN["600"],link:YB["400"],linkHover:YB["500"]}},Yj=e=>{let t=YB["150"],n="rgba(21, 23, 33, 0.75)";return"light"===e?{navigation:t,overlay:n,default:Yz,paper:YN["50"],code:YN["50"],tooltip:YN["100"],lighter:YN["50"],border:YN["100"]}:{navigation:t,overlay:n,default:YN["900"],paper:YN["850"],code:YN["800"],tooltip:YN["600"],lighter:YN["700"],border:YN["600"]}},YV=e=>"light"===e?{50:YN["50"],100:YN["100"],200:YN["200"],300:YN["300"],400:YN["400"],500:YN["500"],600:YN["600"],700:YN["700"],800:YN["800"],900:YN["900"],950:YN["950"]}:{50:YN["950"],100:YN["900"],200:YN["800"],300:YN["700"],400:YN["600"],500:YN["500"],600:YN["400"],700:YN["300"],800:YN["200"],900:YN["100"],950:YN["50"]},Y$=e=>"light"===e?{main:YB["500"],dark:YB["600"],light:YB["50"]}:{main:YB["400"],dark:YB["800"],light:YB["200"]},YH=e=>"light"===e?{main:YN["600"],dark:YN["900"],light:YN["100"]}:{main:Yz,dark:Yz,light:Yz},YW={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"},YG={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"},YU={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"},Yq={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"},YY=e=>"light"===e?{main:Yq["500"],dark:Yq["600"],light:Yq["50"]}:{main:Yq["400"],dark:Yq["800"],light:Yq["300"]},YK=e=>"light"===e?{main:YW["500"],dark:YW["700"],light:YW["50"]}:{main:YW["400"],dark:YW["800"],light:YW["300"]},YX=e=>"light"===e?{main:YG["500"],dark:YG["700"],light:YG["50"]}:{main:YG["400"],dark:YG["800"],light:YG["300"]},YJ={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"}},YQ=({theme:e})=>({..."light"===e.palette.mode?{}:{backgroundImage:"unset",backgroundColor:e.palette.designSystem.grey[800]}});function Y0(e,t={}){return(0,YO.Z)({palette:{mode:e,primary:Y$(e),secondary:YH(e),grey:YV(e),background:Yj(e),text:YF(e),error:YY(e),warning:YX(e),info:Y$(e),success:YK(e),common:{white:Yz,black:"#000000"},designSystem:{blue:YB,green:YW,grey:YN,orange:YG,purple:YU,red:Yq}},typography:YJ,mixins:{},components:Y1,...t})}let Y1={MuiAlert:YZ,MuiFormControl:{defaultProps:{size:"small"}},MuiPaper:{styleOverrides:{root:({theme:e})=>({backgroundColor:e.palette.background.default})}},MuiTextField:{defaultProps:{size:"small"}},MuiDrawer:{styleOverrides:{paper:YQ}},MuiDialog:{styleOverrides:{paper:YQ}},MuiPopover:{styleOverrides:{paper:YQ}}};var Y2=n(4974),Y5=n(2449),Y3=n(8418),Y4=n(7689);let Y6={JoinByColumnValue:"Join by column value",MergeColumns:"Merge columns",MergeIndexedColumns:"Merge indexed columns",MergeSeries:"Merge series"};function Y8({value:e,onChange:t}){return(0,f.jsxs)(am.Z,{direction:"row",children:[(0,f.jsx)(v5,{freeSolo:!0,multiple:!0,id:"join-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,f.jsx)(um,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,f.jsx)(LC,{label:"Enabled",labelPlacement:"start",control:(0,f.jsx)(R0,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function Y9({value:e,onChange:t}){return(0,f.jsxs)(am.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,f.jsx)(v5,{freeSolo:!0,multiple:!0,id:"merge-columns-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,f.jsx)(um,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,f.jsx)(gB,{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,f.jsx)(LC,{label:"Enabled",labelPlacement:"start",control:(0,f.jsx)(R0,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function Y7({value:e,onChange:t}){return(0,f.jsxs)(am.Z,{direction:"row",children:[(0,f.jsx)(gB,{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,f.jsx)(LC,{label:"Enabled",labelPlacement:"start",control:(0,f.jsx)(R0,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function Ke({value:e,onChange:t}){return(0,f.jsx)(am.Z,{direction:"row",children:(0,f.jsx)(LC,{label:"Enabled",labelPlacement:"start",control:(0,f.jsx)(R0,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})})}function Kt({value:e,onChange:t,...n}){return(0,f.jsxs)(am.Z,{gap:2,sx:{width:"100%"},mt:1,...n,children:[(0,f.jsxs)(gB,{select:!0,label:"Kind",value:e.kind,onChange:n=>t({...e,kind:n}),children:[(0,f.jsx)(y1,{value:"JoinByColumnValue",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Join by column value"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Regroup rows with equal cell value in a column"})]})}),(0,f.jsx)(y1,{value:"MergeColumns",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Merge columns"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Multiple columns are merged to one column"})]})}),(0,f.jsx)(y1,{value:"MergeIndexedColumns",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Merge indexed columns"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Indexed columns are merged to one column"})]})}),(0,f.jsx)(y1,{value:"MergeSeries",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Merge series"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Series will be merged by their labels"})]})})]}),"JoinByColumnValue"===e.kind&&(0,f.jsx)(Y8,{value:e,onChange:t}),"MergeColumns"===e.kind&&(0,f.jsx)(Y9,{value:e,onChange:t}),"MergeIndexedColumns"===e.kind&&(0,f.jsx)(Y7,{value:e,onChange:t}),"MergeSeries"===e.kind&&(0,f.jsx)(Ke,{value:e,onChange:t})]})}function Kn({index:e,value:t,isCollapsed:n,onChange:r,onCollapse:i,onDelete:o,...a}){return(0,f.jsxs)(am.Z,{...a,children:[(0,f.jsxs)(am.Z,{direction:"row",alignItems:"center",borderBottom:1,borderColor:e=>e.palette.divider,justifyContent:"space-between",gap:4,children:[(0,f.jsxs)(am.Z,{direction:"row",gap:1,children:[(0,f.jsx)(av.Z,{"data-testid":`transform-toggle#${e}`,size:"small",onClick:()=>i(!n),children:n?(0,f.jsx)(Y2.default,{}):(0,f.jsx)(Y5.default,{})}),(0,f.jsx)(pJ.Z,{variant:"overline",component:"h4",sx:{textTransform:"none"},children:t.kind?(0,f.jsx)("span",{children:(0,f.jsx)("strong",{children:Y6[t.kind]})}):(0,f.jsx)("strong",{children:"Select a transformation kind"})})]}),(0,f.jsxs)(am.Z,{direction:"row",gap:1,children:[n&&(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(vm,{title:t.spec?.disabled?"Enable transformation":"Disable transformation",placement:"top",children:(0,f.jsx)(av.Z,{size:"small",sx:{marginLeft:"auto"},onClick:function(){r({...t,spec:{...t.spec,disabled:!t.spec?.disabled}})},children:t.spec?.disabled?(0,f.jsx)(Y3.default,{}):(0,f.jsx)(Y4.default,{})})}),(0,f.jsx)(xw,{flexItem:!0,orientation:"vertical",variant:"middle"})]}),(0,f.jsx)(vm,{title:"Remove transformation",placement:"top",children:(0,f.jsx)(av.Z,{size:"small",sx:{marginLeft:"auto"},onClick:o,children:(0,f.jsx)(Nl.default,{})})})]})]}),!n&&(0,f.jsx)(Kt,{value:t,onChange:r})]})}function Kr({value:e,onChange:t,...n}){let[r,i]=(0,g.useState)(e.map(()=>!0));return(0,f.jsxs)(am.Z,{gap:1,...n,children:[e.map((n,o)=>(0,f.jsx)(Kn,{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,f.jsx)(Y,{variant:"contained",startIcon:(0,f.jsx)(Zb.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 Ki(e){let{value:t,onChange:n,timeOptions:r,height:i}=e,o=(0,g.useMemo)(()=>{if(t&&!r.some(e=>e.value.pastDuration===t))return(0,f.jsx)(y1,{value:t,children:t})},[r,t]);return(0,f.jsx)(sx,{children:(0,f.jsx)(iV.Z,{children:(0,f.jsxs)(ud,{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,f.jsx)(y1,{value:e.value.pastDuration,children:e.display},t)),o]})})})}var Ko=n(2914),Ka=2*Math.PI,Ks=Math.PI/180;function Kl(e,t){return tK.ME(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function Ku(e,t){var n,r,i=Kl(e,t),o=e.get("center"),a=e.get("radius");eJ.kJ(a)||(a=[0,a]);var s=(0,t4.GM)(i.width,t.getWidth()),l=(0,t4.GM)(i.height,t.getHeight()),u=Math.min(s,l),c=(0,t4.GM)(a[0],u/2),d=(0,t4.GM)(a[1],u/2),h=e.coordinateSystem;if(h){var p=h.dataToPoint(o);n=p[0]||0,r=p[1]||0}else eJ.kJ(o)||(o=[o,o]),n=(0,t4.GM)(o[0],s)+i.x,r=(0,t4.GM)(o[1],l)+i.y;return{cx:n,cy:r,r0:c,r:d}}function Kc(e,t,n){t.eachSeriesByType(e,function(e){var t=e.getData(),r=t.mapDimension("value"),i=Kl(e,n),o=Ku(e,n),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=-e.get("startAngle")*Ks,d=e.get("endAngle"),h=e.get("padAngle")*Ks;d="auto"===d?c-Ka:-d*Ks;var p=e.get("minAngle")*Ks+h,f=0;t.each(r,function(e){!isNaN(e)&&f++});var g=t.getSum(r),m=Math.PI/(g||f)*2,v=e.get("clockwise"),y=e.get("roseType"),x=e.get("stillShowZeroSum"),b=t.getDataExtent(r);b[0]=0;var w=v?1:-1,S=[c,d],C=w*h/2;(0,xk.L)(S,!v),c=S[0];var M=Math.abs((d=S[1])-c),k=M,T=0,A=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:M/f)<p?(r=p,k-=p):T+=e;var r,i=A+w*r,o=0,c=0;h>r?c=o=A+w*r/2:(o=A+C,c=i-C),t.setItemLayout(n,{angle:r,startAngle:o,endAngle:c,clockwise:v,cx:a,cy:s,r0:u,r:y?(0,t4.NU)(e,b,[u,l]):l}),A=i}),k<Ka&&f){if(k<=.001){var _=M/f;t.each(r,function(e,n){if(!isNaN(e)){var r=t.getItemLayout(n);r.angle=_;var i=0,o=0;_<h?o=i=c+w*(n+.5)*_:(i=c+w*n*_+C,o=c+w*(n+1)*_-C),r.startAngle=i,r.endAngle=o}})}else m=k/T,A=c,t.each(r,function(e,n){if(!isNaN(e)){var r=t.getItemLayout(n),i=r.angle===p?p:e*m,o=0,a=0;i<h?a=o=A+w*i/2:(o=A+C,a=A+w*i-C),r.startAngle=o,r.endAngle=a,A+=w*i}})}})}function Kd(e,t,n,r,i,o,a,s){var l=n-e,u=r-t,c=Math.sqrt(l*l+u*u),d=((i-e)*(l/=c)+(o-t)*(u/=c))/c;s&&(d=Math.min(Math.max(d,0),1)),d*=c;var h=a[0]=e+d*l,p=a[1]=t+d*u;return Math.sqrt((h-i)*(h-i)+(p-o)*(p-o))}xk.Z.CMD;var Kh=new oz.Z,Kp=new oz.Z,Kf=new oz.Z,Kg=new oz.Z,Km=new oz.Z,Kv=[],Ky=new oz.Z;function Kx(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 Kb(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=nB.TK(r[0],r[1]),o=nB.TK(r[1],r[2]);if(!i||!o){e.lineTo(r[1][0],r[1][1]),e.lineTo(r[2][0],r[2][1]);return}var a=Math.min(i,o)*n,s=nB.t7([],r[1],r[0],a/i),l=nB.t7([],r[1],r[2],a/o),u=nB.t7([],s,l,.5);e.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),e.bezierCurveTo(l[0],l[1],l[0],l[1],r[2][0],r[2][1])}else for(var c=1;c<r.length;c++)e.lineTo(r[c][0],r[c][1])}}var Kw=Math.PI/180;function KS(e,t,n,r,i,o,a,s,l,u){if(!(e.length<2)){for(var c=e.length,d=0;d<c;d++)if("outer"===e[d].position&&"labelLine"===e[d].labelAlignTo){var h=e[d].label.x-u;e[d].linePoints[1][0]+=h,e[d].label.x=u}(function(e,t,n,r,i,o){var a,s,l,u=e.length;if(!(u<2)){e.sort(function(e,t){return e.rect.y-t.rect.y});for(var c=0,d=!1,h=[],p=0,f=0;f<u;f++){var g=e[f],m=g.rect;(a=m[t]-c)<0&&(m[t]-=a,g.label[t]-=a,d=!0);var v=Math.max(-a,0);h.push(v),p+=v,c=m[t]+m[n]}p>0&&o&&S(-p/u,0,u);var y=e[0],x=e[u-1];return b(),s<0&&C(-s,.8),l<0&&C(l,.8),b(),w(s,l,1),w(l,s,-1),b(),s<0&&M(-s),l<0&&M(l),d}function b(){s=y.rect[t]-r,l=i-x.rect[t]-x.rect[n]}function w(e,t,n){if(e<0){var r=Math.min(t,-e);if(r>0){S(r*n,0,u);var i=r+e;i<0&&C(-i*n,1)}else C(-e*n,1)}}function S(n,r,i){0!==n&&(d=!0);for(var o=r;o<i;o++){var a=e[o],s=a.rect;s[t]+=n,a.label[t]+=n}}function C(r,i){for(var o=[],a=0,s=1;s<u;s++){var l=e[s-1].rect,c=Math.max(e[s].rect[t]-l[t]-l[n],0);o.push(c),a+=c}if(a){var d=Math.min(Math.abs(r)/a,i);if(r>0)for(var s=0;s<u-1;s++){var h=o[s]*d;S(h,0,s+1)}else for(var s=u-1;s>0;s--){var h=o[s-1]*d;S(-h,s,u)}}}function M(e){for(var t=e<0?-1:1,n=Math.ceil((e=Math.abs(e))/(u-1)),r=0;r<u-1;r++)if(t>0?S(n,0,r+1):S(-n,u-r-1,u),(e-=n)<=0)return}})(e,"y","height",l,l+a,void 0)&&!function(e){for(var o={list:[],maxY:0},a={list:[],maxY:0},s=0;s<e.length;s++)if("none"===e[s].labelAlignTo){var l=e[s],u=l.label.y>n?a:o,c=Math.abs(l.label.y-n);if(c>=u.maxY){var d=l.label.x-t-l.len2*i,h=r+l.len,f=Math.abs(d)<h?Math.sqrt(c*c/(1-d*d/h/h)):h;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,d=t+(Math.sqrt(c*c*(1-Math.abs(u*u/a)))+l.len2)*i,h=d-l.label.x,p=l.targetTextWidth-h*i;KC(l,p,!0),l.label.x=d}}}function KC(e,t,n){if(void 0===n&&(n=!1),null==e.labelStyleWidth){var r=e.label,i=r.style,o=e.rect,a=i.backgroundColor,s=i.padding,l=s?s[1]+s[3]:0,u=i.overflow,c=o.width+(a?0:l);if(t<c||n){var d=o.height;if(u&&u.match("break")){r.setStyle("backgroundColor",null),r.setStyle("width",t-l);var h=r.getBoundingRect();r.setStyle("width",Math.ceil(h.width)),r.setStyle("backgroundColor",a)}else{var p=t-l,f=t<c?p:n?p>e.unconstrainedWidth?null:p:null;r.setStyle("width",f)}var g=r.getBoundingRect();o.width=g.width;var m=(r.style.margin||0)+2.1;o.height=g.height+m,o.y-=(o.height-d)/2}}}function KM(e){return"center"===e.position}var Kk=function(e){function t(t,n,r){var i=e.call(this)||this;i.z2=2;var o=new n8.ZP;return i.setTextContent(o),i.updateData(t,n,r,!0),i}return(0,e5.ZT)(t,e),t.prototype.updateData=function(e,t,n,r){var i=e.hostModel,o=e.getItemModel(t),a=o.getModel("emphasis"),s=e.getItemLayout(t),l=(0,eJ.l7)(ty(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?(tn.KZ(this,{scaleX:0,scaleY:0},i,{dataIndex:t,isFrom:!0}),this.originX=l.cx,this.originY=l.cy):"scale"===u?(this.shape.r=s.r0,tn.KZ(this,{shape:{r:s.r}},i,t)):null!=n?(this.setShape({startAngle:n,endAngle:n}),tn.KZ(this,{shape:{startAngle:s.startAngle,endAngle:s.endAngle}},i,t)):(this.shape.endAngle=s.startAngle,tn.D(this,{shape:{endAngle:s.endAngle}},i,t))}else(0,tn.Zi)(this),tn.D(this,{shape:l},i,t);this.useStyle(e.getItemVisual(t,"style")),(0,ta.WO)(this,o);var c=(s.startAngle+s.endAngle)/2,d=i.get("selectedOffset"),h=Math.cos(c)*d,p=Math.sin(c)*d,f=o.getShallow("cursor");f&&this.attr("cursor",f),this._updateLabel(i,e,t),this.ensureState("emphasis").shape=(0,eJ.l7)({r:s.r+(a.get("scale")&&a.get("scaleSize")||0)},ty(a.getModel("itemStyle"),s)),(0,eJ.l7)(this.ensureState("select"),{x:h,y:p,shape:ty(o.getModel(["select","itemStyle"]),s)}),(0,eJ.l7)(this.ensureState("blur"),{shape:ty(o.getModel(["blur","itemStyle"]),s)});var g=this.getTextGuideLine(),m=this.getTextContent();g&&(0,eJ.l7)(g.ensureState("select"),{x:h,y:p}),(0,eJ.l7)(m.ensureState("select"),{x:h,y:p}),(0,ta.k5)(this,a.get("focus"),a.get("blurScope"),a.get("disabled"))},t.prototype._updateLabel=function(e,t,n){var r=t.getItemModel(n),i=r.getModel("labelLine"),o=t.getItemVisual(n,"style"),a=o&&o.fill,s=o&&o.opacity;(0,ts.ni)(this,(0,ts.k3)(r),{labelFetcher:t.hostModel,labelDataIndex:n,inheritColor:a,defaultOpacity:s,defaultText:e.getFormattedLabel(n,"normal")||t.getName(n)});var l=this.getTextContent();this.setTextConfig({position:null,rotation:null}),l.attr({z2:10});var u=e.get(["label","position"]);if("outside"!==u&&"outer"!==u)this.removeTextGuideLine();else{var c=this.getTextGuideLine();c||(c=new oB.Z,this.setTextGuideLine(c)),function(e,t,n){var r=e.getTextGuideLine(),i=e.getTextContent();if(!i){r&&e.removeTextGuideLine();return}for(var o=t.normal,a=o.get("show"),s=i.ignore,l=0;l<ta.qc.length;l++){var u=ta.qc[l],c=t[u],d="normal"===u;if(c){var h=c.get("show");if((d?s:(0,eJ.pD)(i.states[u]&&i.states[u].ignore,s))||!(0,eJ.pD)(h,a)){var p=d?r:r&&r.states[u];p&&(p.ignore=!0),r&&Kx(r,!0,u,c);continue}!r&&(r=new oB.Z,e.setTextGuideLine(r),d||!s&&a||Kx(r,!0,"normal",t.normal),e.stateProxy&&(r.stateProxy=e.stateProxy)),Kx(r,!1,u,c)}}if(r){(0,eJ.ce)(r.style,n),r.style.fill=null;var f=o.get("showAbove");(e.textGuideLineConfig=e.textGuideLineConfig||{}).showAbove=f||!1,r.buildPath=Kb}}(this,function(e,t){t=t||"labelLine";for(var n={normal:e.getModel(t)},r=0;r<ta.L1.length;r++){var i=ta.L1[r];n[i]=e.getModel([i,t])}return n}(r),{stroke:a,opacity:(0,eJ.R1)(i.get(["lineStyle","opacity"]),s,1)})}},t}(ti.C),KT=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.ignoreLabelLineUpdate=!0,t}return(0,e5.ZT)(t,e),t.prototype.render=function(e,t,n,r){var i,o=e.getData(),a=this._data,s=this.group;if(!a&&o.count()>0){for(var l=o.getItemLayout(0),u=1;isNaN(l&&l.startAngle)&&u<o.count();++u)l=o.getItemLayout(u);l&&(i=l.startAngle)}if(this._emptyCircleSector&&s.remove(this._emptyCircleSector),0===o.count()&&e.get("showEmptyCircle")){var c=new ti.C({shape:Ku(e,n)});c.useStyle(e.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=c,s.add(c)}o.diff(a).add(function(e){var t=new Kk(o,e,i);o.setItemGraphicEl(e,t),s.add(t)}).update(function(e,t){var n=a.getItemGraphicEl(t);n.updateData(o,e,i),n.off("click"),s.add(n),o.setItemGraphicEl(e,n)}).remove(function(t){var n=a.getItemGraphicEl(t);tn.XD(n,e,t)}).execute(),function(e){var t,n,r=e.getData(),i=[],o=!1,a=(e.get("minShowLabelAngle")||0)*Kw,s=r.getLayout("viewRect"),l=r.getLayout("r"),u=s.width,c=s.x,d=s.y,h=s.height;function p(e){e.ignore=!0}r.each(function(e){var s,d,h,f,g=r.getItemGraphicEl(e),m=g.shape,v=g.getTextContent(),y=g.getTextGuideLine(),x=r.getItemModel(e),b=x.getModel("label"),w=b.get("position")||x.get(["emphasis","label","position"]),S=b.get("distanceToLabelLine"),C=b.get("alignTo"),M=(0,t4.GM)(b.get("edgeDistance"),u),k=b.get("bleedMargin"),T=x.getModel("labelLine"),A=T.get("length");A=(0,t4.GM)(A,u);var _=T.get("length2");if(_=(0,t4.GM)(_,u),Math.abs(m.endAngle-m.startAngle)<a){(0,eJ.S6)(v.states,p),v.ignore=!0,y&&((0,eJ.S6)(y.states,p),y.ignore=!0);return}if(function(e){if(!e.ignore)return!0;for(var t in e.states)if(!1===e.states[t].ignore)return!0;return!1}(v)){var I=(m.startAngle+m.endAngle)/2,D=Math.cos(I),P=Math.sin(I);t=m.cx,n=m.cy;var O="inside"===w||"inner"===w;if("center"===w)s=m.cx,d=m.cy,f="center";else{var E=(O?(m.r+m.r0)/2*D:m.r*D)+t,R=(O?(m.r+m.r0)/2*P:m.r*P)+n;if(s=E+3*D,d=R+3*P,!O){var L=E+D*(A+l-m.r),Z=R+P*(A+l-m.r),N=L+(D<0?-1:1)*_;s="edge"===C?D<0?c+M:c+u-M:N+(D<0?-S:S),d=Z,h=[[E,R],[L,Z],[N,Z]]}f=O?"center":"edge"===C?D>0?"right":"left":D>0?"left":"right"}var B=Math.PI,z=0,F=b.get("rotate");if((0,eJ.hj)(F))z=B/180*F;else if("center"===w)z=0;else if("radial"===F||!0===F)z=D<0?-I+B:-I;else if("tangential"===F&&"outside"!==w&&"outer"!==w){var j=Math.atan2(D,P);j<0&&(j=2*B+j),P>0&&(j=B+j),z=j-B}if(o=!!z,v.x=s,v.y=d,v.rotation=z,v.setStyle({verticalAlign:"middle"}),O){v.setStyle({align:f});var V=v.states.select;V&&(V.x+=v.x,V.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:A,len2:_,minTurnAngle:T.get("minTurnAngle"),maxSurfaceAngle:T.get("maxSurfaceAngle"),surfaceNormal:new oz.Z(D,P),linePoints:h,textAlign:f,labelDistance:S,labelAlignTo:C,edgeDistance:M,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,d=-Number.MAX_VALUE,h=0;h<e.length;h++){var p=e[h].label;!KM(e[h])&&(p.x<t?(c=Math.min(c,p.x),l.push(e[h])):(d=Math.max(d,p.x),u.push(e[h])))}for(var h=0;h<e.length;h++){var f=e[h];if(!KM(f)&&f.linePoints){if(null!=f.labelStyleWidth)continue;var p=f.label,g=f.linePoints,m=void 0;m="edge"===f.labelAlignTo?p.x<t?g[2][0]-f.labelDistance-a-f.edgeDistance:a+i-f.edgeDistance-g[2][0]-f.labelDistance:"labelLine"===f.labelAlignTo?p.x<t?c-a-f.bleedMargin:a+i-d-f.bleedMargin:p.x<t?p.x-a-f.bleedMargin:a+i-p.x-f.bleedMargin,f.targetTextWidth=m,KC(f,m)}}KS(u,t,n,r,1,i,o,a,s,d),KS(l,t,n,r,-1,i,o,a,s,c);for(var h=0;h<e.length;h++){var f=e[h];if(!KM(f)&&f.linePoints){var p=f.label,g=f.linePoints,v="edge"===f.labelAlignTo,y=p.style.padding,x=y?y[1]+y[3]:0,b=p.style.backgroundColor?0:x,w=f.rect.width+b,S=g[1][0]-g[2][0];v?p.x<t?g[2][0]=a+f.edgeDistance+w+f.labelDistance:g[2][0]=a+i-f.edgeDistance-w-f.labelDistance:(p.x<t?g[2][0]=p.x+f.labelDistance:g[2][0]=p.x-f.labelDistance,g[1][0]=g[2][0]+S),g[1][1]=g[2][1]=p.y}}}(i,t,n,l,u,h,c,d);for(var f=0;f<i.length;f++){var g=i[f],m=g.label,v=g.labelLine,y=isNaN(m.x)||isNaN(m.y);if(m){m.setStyle({align:g.textAlign}),y&&((0,eJ.S6)(m.states,p),m.ignore=!0);var x=m.states.select;x&&(x.x+=m.x,x.y+=m.y)}if(v){var b=g.linePoints;y||!b?((0,eJ.S6)(v.states,p),v.ignore=!0):(function(e,t){if(t<=180&&t>0){t=t/180*Math.PI,Kh.fromArray(e[0]),Kp.fromArray(e[1]),Kf.fromArray(e[2]),oz.Z.sub(Kg,Kh,Kp),oz.Z.sub(Km,Kf,Kp);var n=Kg.len(),r=Km.len();if(!(n<.001)&&!(r<.001)&&(Kg.scale(1/n),Km.scale(1/r),Math.cos(t)<Kg.dot(Km))){var i=Kd(Kp.x,Kp.y,Kf.x,Kf.y,Kh.x,Kh.y,Kv,!1);Ky.fromArray(Kv),Ky.scaleAndAdd(Km,i/Math.tan(Math.PI-t));var o=Kf.x!==Kp.x?(Ky.x-Kp.x)/(Kf.x-Kp.x):(Ky.y-Kp.y)/(Kf.y-Kp.y);if(isNaN(o))return;o<0?oz.Z.copy(Ky,Kp):o>1&&oz.Z.copy(Ky,Kf),Ky.toArray(e[1])}}}(b,g.minTurnAngle),function(e,t,n){if(n<=180&&n>0){n=n/180*Math.PI,Kh.fromArray(e[0]),Kp.fromArray(e[1]),Kf.fromArray(e[2]),oz.Z.sub(Kg,Kp,Kh),oz.Z.sub(Km,Kf,Kp);var r=Kg.len(),i=Km.len();if(!(r<.001)&&!(i<.001)&&(Kg.scale(1/r),Km.scale(1/i),Kg.dot(t)<Math.cos(n))){var o=Kd(Kp.x,Kp.y,Kf.x,Kf.y,Kh.x,Kh.y,Kv,!1);Ky.fromArray(Kv);var a=Math.PI/2,s=a+Math.acos(Km.dot(t))-n;if(s>=a)oz.Z.copy(Ky,Kf);else{Ky.scaleAndAdd(Km,o/Math.tan(Math.PI/2-s));var l=Kf.x!==Kp.x?(Ky.x-Kp.x)/(Kf.x-Kp.x):(Ky.y-Kp.y)/(Kf.y-Kp.y);if(isNaN(l))return;l<0?oz.Z.copy(Ky,Kp):l>1&&oz.Z.copy(Ky,Kf)}Ky.toArray(e[1])}}}(b,g.surfaceNormal,g.maxSurfaceAngle),v.setShape({points:b}),m.__hostTarget.textGuideLineConfig={anchor:new oz.Z(b[0][0],b[0][1])})}}}(e),"expansion"!==e.get("animationTypeUpdate")&&(this._data=o)},t.prototype.dispose=function(){},t.prototype.containPoint=function(e,t){var n=t.getData().getItemLayout(0);if(n){var r=e[0]-n.cx,i=e[1]-n.cy,o=Math.sqrt(r*r+i*i);return o<=n.r&&o>=n.r0}},t.type="pie",t}(th.Z),KA=n(6451),K_=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}(),KI=tV.Yf(),KD=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,e5.ZT)(t,e),t.prototype.init=function(t){e.prototype.init.apply(this,arguments),this.legendVisualProvider=new K_(eJ.ak(this.getData,this),eJ.ak(this.getRawData,this)),this._defaultLabelLine(t)},t.prototype.mergeOption=function(){e.prototype.mergeOption.apply(this,arguments)},t.prototype.getInitialData=function(){return xD(this,{coordDimensions:["value"],encodeDefaulter:eJ.WA(KA.Ss,this)})},t.prototype.getDataParams=function(t){var n=this.getData(),r=KI(n),i=r.seats;if(!i){var o=[];n.each(n.mapDimension("value"),function(e){o.push(e)}),i=r.seats=(0,t4.HD)(o,n.hostModel.get("percentPrecision"))}var a=e.prototype.getDataParams.call(this,t);return a.percent=i[t]||0,a.$vars.push("percent"),a},t.prototype._defaultLabelLine=function(e){tV.Cc(e,"labelLine",["show"]);var t=e.labelLine,n=e.emphasis.labelLine;t.show=t.show&&e.label.show,n.show=n.show&&e.emphasis.label.show},t.type="series.pie",t.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},t}(e3.Z);function KP(e){let{width:t,height:n,data:r}=e,i=iG(),o={title:{text:"Referer of a Website",subtext:"Fake Data",left:"center"},tooltip:{trigger:"item",formatter:"{a} <br/>{b} : {c} ({d}%)"},axisLabel:{overflow:"truncate",width:t/3},series:[{name:"Access From",type:"pie",radius:"55%",label:!1,center:["40%","50%"],data:r,emphasis:{itemStyle:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"}}}],itemStyle:{borderRadius:2,color:i.echartsTheme[0]}};return(0,f.jsx)(iV.Z,{style:{width:t,height:n},sx:{overflow:"auto"},children:(0,f.jsx)(ac,{sx:{minHeight:n,height:r?16*r.length:"100%"},option:o,theme:i.echartsTheme})})}(0,eX.D)([function(e){e.registerChartView(KT),e.registerSeriesModel(KD),(0,Ko.y)("pie",e.registerAction),e.registerLayout((0,eJ.WA)(Kc,"pie")),e.registerProcessor({seriesType:"pie",reset:function(e,t){var n=t.findComponents({mainType:"legend"});if(n&&n.length){var r=e.getData();r.filterSelf(function(e){for(var t=r.getName(e),i=0;i<n.length;i++)if(!n[i].isSelected(t))return!1;return!0})}}}),e.registerProcessor({seriesType:"pie",reset:function(e,t){var n=e.getData();n.filterSelf(function(e){var t=n.mapDimension("value"),r=n.get(t,e);return!(0,eJ.hj)(r)||!!isNaN(r)||!(r<0)})}})},r2,r8,ie,iI,ij]);var KO=function(){function e(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var e=iZ.qW.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,d=c.getContext("2d"),h=e.length;c.width=t,c.height=n;for(var p=0;p<h;++p){var f=e[p],g=f[0],m=f[1],v=r(f[2]);d.globalAlpha=v,d.drawImage(a,g-u,m-u)}if(!c.width||!c.height)return c;for(var y=d.getImageData(0,0,c.width,c.height),x=y.data,b=0,w=x.length,S=this.minOpacity,C=this.maxOpacity-S;b<w;){var v=x[b+3]/256,M=4*Math.floor(255*v);if(v>0){var k=o(v)?s:l;v>0&&(v=v*C+S),x[b++]=k[M],x[b++]=k[M+1],x[b++]=k[M+2],x[b++]=k[M+3]*v*256}else b+=4}return d.putImageData(y,0,0),c},e.prototype._getBrush=function(){var e=this._brushCanvas||(this._brushCanvas=iZ.qW.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 KE(e){var t=e.dimensions;return"lng"===t[0]&&"lat"===t[1]}var KR=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(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()):KE(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&&(KE(i)?this.render(t,n,r):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(t,r,e.start,e.end,!0)))},t.prototype.eachRendered=function(e){tt.traverseElements(this._progressiveEls||this.group,e)},t.prototype._renderOnCartesianAndCalendar=function(e,t,n,r,i){var o,a,s,l,u=e.coordinateSystem,c=tp(u,"cartesian2d");if(c){var d=u.getAxis("x"),h=u.getAxis("y");o=d.getBandWidth()+.5,a=h.getBandWidth()+.5,s=d.scale.getExtent(),l=h.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=(0,ts.k3)(e),b=e.getModel("emphasis"),w=b.get("focus"),S=b.get("blurScope"),C=b.get("disabled"),M=c?[f.mapDimension("x"),f.mapDimension("y"),f.mapDimension("value")]:[f.mapDimension("time"),f.mapDimension("value")],k=n;k<r;k++){var T=void 0,A=f.getItemVisual(k,"style");if(c){var _=f.get(M[0],k),I=f.get(M[1],k);if(isNaN(f.get(M[2],k))||isNaN(_)||isNaN(I)||_<s[0]||_>s[1]||I<l[0]||I>l[1])continue;var D=u.dataToPoint([_,I]);T=new tr.Z({shape:{x:D[0]-o/2,y:D[1]-a/2,width:o,height:a},style:A})}else{if(isNaN(f.get(M[1],k)))continue;T=new tr.Z({z2:1,shape:u.dataToRect([f.get(M[0],k)]).contentShape,style:A})}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"),C=O.get("disabled"),x=(0,ts.k3)(P)}T.shape.r=y;var E=e.getRawValue(k),R="-";E&&null!=E[2]&&(R=E[2]+""),(0,ts.ni)(T,x,{labelFetcher:e,labelDataIndex:k,defaultOpacity:A.opacity,defaultText:R}),T.ensureState("emphasis").style=g,T.ensureState("blur").style=m,T.ensureState("select").style=v,(0,ta.k5)(T,w,S,C),T.incremental=i,i&&(T.states.emphasis.hoverLayer=!0),p.add(T),f.setItemGraphicEl(k,T),this._progressiveEls&&this._progressiveEls.push(T)}},t.prototype._renderOnGeo=function(e,t,n,r){var i,o,a,s,l,u,c,d=n.targetVisuals.inRange,h=n.targetVisuals.outOfRange,p=t.getData(),f=this._hmLayer||this._hmLayer||new KO;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,C=[p.mapDimension("lng"),p.mapDimension("lat"),p.mapDimension("value")],M=p.mapArray(C,function(t,n,r){var i=e.dataToPoint([t,n]);return i[0]-=v,i[1]-=y,i.push(r),i}),k=n.getExtent(),T="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=eJ.UI(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(M,w,S,d.color.getNormalizer(),{inRange:d.color.getColorMapper(),outOfRange:h.color.getColorMapper()},T);var A=new iQ.ZP({style:{width:w,height:S,x:v,y:y,image:f.canvas},silent:!0});this.group.add(A)},t.type="heatmap",t}(th.Z),KL=n(9801),KZ=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.getInitialData=function(e,t){return(0,e4.Z)(null,this,{generateCoord:"value"})},t.prototype.preventIncremental=function(){var e=KL.Z.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}(e3.Z),KN={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 KB={get:function(e,t,n){var r=eJ.d9((KN[e]||{})[t]);return n&&eJ.kJ(r)?r[r.length-1]:r}};var Kz=eJ.S6,KF=eJ.Kn,Kj=function(){function e(t){var n,r,i=t.mappingMethod,o=t.type,a=this.option=eJ.d9(t);this.type=o,this.mappingMethod=i,this._normalizeData=KX[i];var s=e.visualHandlers[o];this.applyVisual=s.applyVisual,this.getColorMapper=s.getColorMapper,this._normalizedToVisual=s._normalizedToVisual[i],"piecewise"===i?(KV(a),r=(n=a).pieceList,n.hasSpecialVisual=!1,eJ.S6(r,function(e,t){e.originIndex=t,null!=e.visual&&(n.hasSpecialVisual=!0)})):"category"===i?a.categories?function(e){var t=e.categories,n=e.categoryMap={},r=e.visual;if(Kz(t,function(e,t){n[e]=t}),!eJ.kJ(r)){var i=[];eJ.Kn(r)?Kz(r,function(e,t){var r=n[t];i[null!=r?r:-1]=e}):i[-1]=r,r=KK(e,i)}for(var o=t.length-1;o>=0;o--)null==r[o]&&(delete n[t[o]],t.pop())}(a):KV(a,!0):(eJ.hu("linear"!==i||a.dataExtent),KV(a))}return e.prototype.mapValueToVisual=function(e){var t=this._normalizeData(e);return this._normalizedToVisual(t,e)},e.prototype.getNormalizer=function(){return eJ.ak(this._normalizeData,this)},e.listVisualTypes=function(){return eJ.XP(e.visualHandlers)},e.isValidType=function(t){return e.visualHandlers.hasOwnProperty(t)},e.eachVisual=function(e,t,n){eJ.Kn(e)?eJ.S6(e,t,n):t.call(n,e)},e.mapVisual=function(t,n,r){var i,o=eJ.kJ(t)?[]:eJ.Kn(t)?{}:(i=!0,null);return e.eachVisual(t,function(e,t){var a=n.call(r,e,t);i?o=a:o[t]=a}),o},e.retrieveVisuals=function(t){var n,r={};return t&&Kz(e.visualHandlers,function(e,i){t.hasOwnProperty(i)&&(r[i]=t[i],n=!0)}),n?r:null},e.prepareVisualTypes=function(e){if(eJ.kJ(e))e=e.slice();else{if(!KF(e))return[];var t=[];Kz(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||eJ.HD(s)&&s===e+"")return o;n&&C(s,o)}}for(var o=0,a=t.length;o<a;o++){var l,u,c,d,h,p,f,g,m,v,y,x,b=t[o],w=b.interval,S=b.close;if(w){if(w[0]===-1/0){if(l=S[1],u=e,c=w[1],l?u<=c:u<c)return o}else if(w[1]===1/0){if(d=S[0],h=w[0],p=e,d?h<=p:h<p)return o}else{if(f=S[0],g=w[0],m=e,(f?g<=m:g<m)&&(v=S[1],y=e,x=w[1],v?y<=x:y<x))return o}n&&C(w[0],o),n&&C(w[1],o)}}if(n)return e===1/0?t.length-1:e===-1/0?0:r;function C(t,n){var o=Math.abs(t-e);o<i&&(i=o,r=n)}},e.visualHandlers={color:{applyVisual:KW("color"),getColorMapper:function(){var e=this.option;return eJ.ak("category"===e.mappingMethod?function(e,t){return t||(e=this._normalizeData(e)),KG.call(this,e)}:function(t,n,r){var i=!!r;return n||(t=this._normalizeData(t)),r=oK.Uu(t,e.parsedVisual,r),i?r:oK.Pz(r,"rgba")},this)},_normalizedToVisual:{linear:function(e){return oK.Pz(oK.Uu(e,this.option.parsedVisual),"rgba")},category:KG,piecewise:function(e,t){var n=KY.call(this,t);return null==n&&(n=oK.Pz(oK.Uu(e,this.option.parsedVisual),"rgba")),n},fixed:KU}},colorHue:K$(function(e,t){return oK.ox(e,t)}),colorSaturation:K$(function(e,t){return oK.ox(e,null,t)}),colorLightness:K$(function(e,t){return oK.ox(e,null,null,t)}),colorAlpha:K$(function(e,t){return oK.m8(e,t)}),decal:{applyVisual:KW("decal"),_normalizedToVisual:{linear:null,category:KG,piecewise:null,fixed:null}},opacity:{applyVisual:KW("opacity"),_normalizedToVisual:Kq([0,1])},liftZ:{applyVisual:KW("liftZ"),_normalizedToVisual:{linear:KU,category:KU,piecewise:KU,fixed:KU}},symbol:{applyVisual:function(e,t,n){n("symbol",this.mapValueToVisual(e))},_normalizedToVisual:{linear:KH,category:KG,piecewise:function(e,t){var n=KY.call(this,t);return null==n&&(n=KH.call(this,e)),n},fixed:KU}},symbolSize:{applyVisual:KW("symbolSize"),_normalizedToVisual:Kq([0,1])}},e}();function KV(e,t){var n=e.visual,r=[];eJ.Kn(n)?Kz(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]),KK(e,r)}function K$(e){return{applyVisual:function(t,n,r){var i=this.mapValueToVisual(t);r("color",e(n("color"),i))},_normalizedToVisual:Kq([0,1])}}function KH(e){var t=this.option.visual;return t[Math.round((0,t4.NU)(e,[0,1],[0,t.length-1],!0))]||{}}function KW(e){return function(t,n,r){r(e,this.mapValueToVisual(t))}}function KG(e){var t=this.option.visual;return t[this.option.loop&&-1!==e?e%t.length:e]}function KU(){return this.option.visual[0]}function Kq(e){return{linear:function(t){return(0,t4.NU)(t,e,this.option.visual,!0)},category:KG,piecewise:function(t,n){var r=KY.call(this,n);return null==r&&(r=(0,t4.NU)(t,e,this.option.visual,!0)),r},fixed:KU}}function KY(e){var t=this.option,n=t.pieceList;if(t.hasSpecialVisual){var r=Kj.findPieceIndex(e,n),i=n[r];if(i&&i.visual)return i.visual[this.type]}}function KK(e,t){return e.visual=t,"color"===e.type&&(e.parsedVisual=eJ.UI(t,function(e){return oK.Qc(e)||[0,0,0,1]})),t}var KX={linear:function(e){return(0,t4.NU)(e,this.option.dataExtent,[0,1],!0)},piecewise:function(e){var t=this.option.pieceList,n=Kj.findPieceIndex(e,t,!0);if(null!=n)return(0,t4.NU)(n,[0,t.length-1],[0,1],!0)},category:function(e){var t=this.option.categories?this.option.categoryMap[e]:e;return null==t?-1:t},fixed:eJ.ZT},KJ=eJ.S6;function KQ(e){if(e){for(var t in e)if(e.hasOwnProperty(t))return!0}}function K0(e,t,n){var r={};return KJ(t,function(t){var i,o=r[t]=((i=function(){}).prototype.__hidden=i.prototype,new i);KJ(e[t],function(e,r){if(Kj.isValidType(r)){var i={type:r,visual:e};n&&n(i,t),o[r]=new Kj(i),"opacity"===r&&((i=eJ.d9(i)).type="colorAlpha",o.__hidden.__alphaForOpacity=new Kj(i))}})}),r}var K1=Kj.mapVisual,K2=Kj.eachVisual,K5=eJ.kJ,K3=eJ.S6,K4=t4.dt,K6=t4.NU,K8=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.stateList=["inRange","outOfRange"],n.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],n.layoutMode={type:"box",ignoreSize:!0},n.dataBound=[-1/0,1/0],n.targetVisuals={},n.controllerVisuals={},n}return(0,e5.ZT)(t,e),t.prototype.init=function(e,t,n){this.mergeDefaultAndTheme(e,n)},t.prototype.optionUpdated=function(e,t){var n,r,i=this.option;t||(n=this.replacableOptionKeys,eJ.S6(n,function(t){e.hasOwnProperty(t)&&KQ(e[t])&&(r=!0)}),r&&eJ.S6(n,function(t){e.hasOwnProperty(t)&&KQ(e[t])?i[t]=eJ.d9(e[t]):delete i[t]})),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},t.prototype.resetVisual=function(e){var t=this.stateList;e=eJ.ak(e,this),this.controllerVisuals=K0(this.option.controller,t,e),this.targetVisuals=K0(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=tV.kF(e),t},t.prototype.eachTargetSeries=function(e,t){eJ.S6(this.getTargetSeriesIndices(),function(n){var r=this.ecModel.getSeriesByIndex(n);r&&e.call(t,r)},this)},t.prototype.isTargetSeries=function(e){var t=!1;return this.eachTargetSeries(function(n){n===e&&(t=!0)}),t},t.prototype.formatValueText=function(e,t,n){var r,i=this.option,o=i.precision,a=this.dataBound,s=i.formatter;n=n||["<",">"],eJ.kJ(e)&&(e=e.slice(),r=!0);var l=t?e:r?[u(e[0]),u(e[1])]:u(e);if(eJ.HD(s))return s.replace("{value}",r?l[0]:l).replace("{value2}",r?l[1]:l);if(eJ.mf(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=K4([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={});eJ.TS(r,n),eJ.TS(i,n);var o=this.isCategory();function a(n){K5(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]={},K3(r,function(e,t){if(Kj.isValidType(t)){var n=KB.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";K3(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&&eJ.d9(t)||(o?i:[i])),null==l.symbolSize&&(l.symbolSize=n&&eJ.d9(n)||(o?s[0]:[s[0],s[0]])),l.symbol=K1(l.symbol,function(e){return"none"===e?i:e});var u=l.symbolSize;if(null!=u){var c=-1/0;K2(u,function(e){e>c&&(c=e)}),l.symbolSize=K1(u,function(e){return K6(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}(tz.Z),K9=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.optionUpdated=function(t,n){e.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(e){e.mappingMethod="linear",e.dataExtent=this.getExtent()}),this._resetRange()},t.prototype.resetItemSize=function(){e.prototype.resetItemSize.apply(this,arguments);var t=this.itemSize;(null==t[0]||isNaN(t[0]))&&(t[0]=20),(null==t[1]||isNaN(t[1]))&&(t[1]=140)},t.prototype._resetRange=function(){var e=this.getExtent(),t=this.option.range;!t||t.auto?(e.auto=1,this.option.range=e):eJ.kJ(t)&&(t[0]>t[1]&&t.reverse(),t[0]=Math.max(t[0],e[0]),t[1]=Math.min(t[1],e[1]))},t.prototype.completeVisualOption=function(){e.prototype.completeVisualOption.apply(this,arguments),eJ.S6(this.stateList,function(e){var t=this.option.controller[e].symbolSize;t&&t[0]!==t[1]&&(t[0]=t[1]/3)},this)},t.prototype.setSelected=function(e){this.option.range=e.slice(),this._resetRange()},t.prototype.getSelected=function(){var e=this.getExtent(),t=t4.dt((this.get("range")||[]).slice());return t[0]>e[1]&&(t[0]=e[1]),t[1]>e[1]&&(t[1]=e[1]),t[0]<e[0]&&(t[0]=e[0]),t[1]<e[0]&&(t[1]=e[0]),t},t.prototype.getValueState=function(e){var t=this.option.range,n=this.getExtent();return(t[0]<=n[0]||t[0]<=e)&&(t[1]>=n[1]||e<=t[1])?"inRange":"outOfRange"},t.prototype.findTargetDataIndices=function(e){var t=[];return this.eachTargetSeries(function(n){var r=[],i=n.getData();i.each(this.getDataDimensionIndex(i),function(t,n){e[0]<=t&&t<=e[1]&&r.push(n)},this),t.push({seriesId:n.id,dataIndex:r})},this),t},t.prototype.getVisualMeta=function(e){var t=K7(this,"outOfRange",this.getExtent()),n=K7(this,"inRange",this.option.range.slice()),r=[];function i(t,n){r.push({value:t,color:e(t,n)})}for(var o=0,a=0,s=n.length,l=t.length;a<l&&(!n.length||t[a]<=n[0]);a++)t[a]<n[o]&&i(t[a],"outOfRange");for(var u=1;o<s;o++,u=0)u&&r.length&&i(n[o],"outOfRange"),i(n[o],"inRange");for(var u=1;a<l;a++)(!n.length||n[n.length-1]<t[a])&&(u&&(r.length&&i(r[r.length-1].value,"outOfRange"),u=0),i(t[a],"outOfRange"));var c=r.length;return{stops:r,outerColors:[c?r[0].color:"transparent",c?r[c-1].color:"transparent"]}},t.type="visualMap.continuous",t.defaultOption=(0,e8.ZL)(K8.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}(K8);function K7(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 Xe=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n.autoPositionValues={left:1,right:1,top:1,bottom:1},n}return(0,e5.ZT)(t,e),t.prototype.init=function(e,t){this.ecModel=e,this.api=t},t.prototype.render=function(e,t,n,r){if(this.visualMapModel=e,!1===e.get("show")){this.group.removeAll();return}this.doRender(e,t,n,r)},t.prototype.renderBackground=function(e){var t=this.visualMapModel,n=ni.MY(t.get("padding")||0),r=e.getBoundingRect();e.add(new tr.Z({z2:-1,silent:!0,shape:{x:r.x-n[3],y:r.y-n[0],width:r.width+n[3]+n[1],height:r.height+n[0]+n[2]},style:{fill:t.get("backgroundColor"),stroke:t.get("borderColor"),lineWidth:t.get("borderWidth")}}))},t.prototype.getControllerVisual=function(e,t,n){var r=(n=n||{}).forceState,i=this.visualMapModel,o={};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)],c=Kj.prepareVisualTypes(u);return eJ.S6(c,function(r){var i=u[r];n.convertOpacityToAlpha&&"opacity"===r&&(r="colorAlpha",i=u.__alphaForOpacity),Kj.dependsOn(r,t)&&i&&i.applyVisual(e,s,l)}),o[t]},t.prototype.positionGroup=function(e){var t=this.visualMapModel,n=this.api;tK.p$(e,t.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()})},t.prototype.doRender=function(e,t,n,r){},t.type="visualMap",t}(tB.Z),Xt=[["left","right","width"],["top","bottom","height"]];function Xn(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=Xt[a],l=[0,null,10],u={},c=0;c<3;c++)u[Xt[1-a][c]]=l[c],u[s[c]]=2===c?n[0]:r[s[c]];var d=[["x","width",3],["y","height",0]][a],h=(0,tK.ME)(u,o,r.padding);return s[(h.margin[d[2]]||0)+h[d[0]]+.5*h[d[1]]<.5*o[d[1]]?0:1]}function Xr(e,t){return eJ.S6(e||[],function(e){null!=e.dataIndex&&(e.dataIndexInside=e.dataIndex,e.dataIndex=null),e.highlightKey="visualMap"+(t?t.componentIndex:"")}),e}var Xi=t4.NU,Xo=eJ.S6,Xa=Math.min,Xs=Math.max,Xl=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._shapes={},n._dataInterval=[],n._handleEnds=[],n._hoverLinkDataIndices=[],n}return(0,e5.ZT)(t,e),t.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this._hoverLinkFromSeriesMouseOver=eJ.ak(this._hoverLinkFromSeriesMouseOver,this),this._hideIndicator=eJ.ak(this._hideIndicator,this)},t.prototype.doRender=function(e,t,n,r){r&&"selectDataRange"===r.type&&r.from===this.uid||this._buildView()},t.prototype._buildView=function(){this.group.removeAll();var e=this.visualMapModel,t=this.group;this._orient=e.get("orient"),this._useHandle=e.get("calculable"),this._resetInterval(),this._renderBar(t);var n=e.get("text");this._renderEndsText(t,n,0),this._renderEndsText(t,n,1),this._updateView(!0),this.renderBackground(t),this._updateView(),this._enableHoverLinkToSeries(),this._enableHoverLinkFromSeries(),this.positionGroup(t)},t.prototype._renderEndsText=function(e,t,n){if(t){var r=t[1-n];r=null!=r?r+"":"";var i=this.visualMapModel,o=i.get("textGap"),a=i.itemSize,s=this._shapes.mainGroup,l=this._applyTransform([a[0]/2,0===n?-o:a[1]+o],s),u=this._applyTransform(0===n?"bottom":"top",s),c=this._orient,d=this.visualMapModel.textStyleModel;this.group.add(new n8.ZP({style:(0,ts.Lr)(d,{x:l[0],y:l[1],verticalAlign:"horizontal"===c?"middle":u,align:"horizontal"===c?u:"center",text:r})}))}},t.prototype._renderBar=function(e){var t=this.visualMapModel,n=this._shapes,r=t.itemSize,i=this._orient,o=this._useHandle,a=Xn(t,this.api,r),s=n.mainGroup=this._createBarGroup(a),l=new te.Z;s.add(l),l.add(n.outOfRange=Xu()),l.add(n.inRange=Xu(null,o?Xd(this._orient):null,eJ.ak(this._dragHandle,this,"all",!1),eJ.ak(this._dragHandle,this,"all",!0))),l.setClipPath(new tr.Z({shape:{x:0,y:0,width:r[0],height:r[1],r:3}}));var u=t.textStyleModel.getTextRect("国"),c=Xs(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=eJ.ak(this._dragHandle,this,n,!1),s=eJ.ak(this._dragHandle,this,n,!0),l=(0,tg.GM)(e.get("handleSize"),r[0]),u=(0,n7.th)(e.get("handleIcon"),-l/2,-l/2,l,l,null,!0),c=Xd(this._orient);u.attr({cursor:c,draggable:!0,drift:a,ondragend:s,onmousemove:function(e){rM.sT(e.event)}}),u.x=r[0]/2,u.useStyle(e.getModel("handleStyle").getItemStyle()),u.setStyle({strokeNoScale:!0,strokeFirst:!0}),u.style.lineWidth*=2,u.ensureState("emphasis").style=e.getModel(["emphasis","handleStyle"]).getItemStyle(),(0,ta.Nj)(u,!0),t.add(u);var d=this.visualMapModel.textStyleModel,h=new n8.ZP({cursor:c,draggable:!0,drift:a,onmousemove:function(e){rM.sT(e.event)},ondragend:s,style:(0,ts.Lr)(d,{x:0,y:0,text:""})});h.ensureState("blur").style={opacity:.1},h.stateTransition={duration:200},this.group.add(h);var p=[l,0],f=this._shapes;f.handleThumbs[n]=u,f.handleLabelPoints[n]=p,f.handleLabels[n]=h},t.prototype._createIndicator=function(e,t,n,r,i){var o=(0,tg.GM)(e.get("indicatorSize"),n[0]),a=(0,n7.th)(e.get("indicatorIcon"),-o/2,-o/2,o,o,null,!0);a.attr({cursor:"move",invisible:!0,silent:!0,x:n[0]/2});var s=e.getModel("indicatorStyle").getItemStyle();if(a instanceof iQ.ZP){var l=a.style;a.useStyle(eJ.l7({image:l.image,x:l.x,y:l.y,width:l.width,height:l.height},s))}else a.useStyle(s);t.add(a);var u=this.visualMapModel.textStyleModel,c=new n8.ZP({silent:!0,invisible:!0,style:(0,ts.Lr)(u,{x:0,y:0,text:""})});this.group.add(c);var d=[("horizontal"===i?r/2:6)+n[0]/2,0],h=this._shapes;h.indicator=a,h.indicatorLabel=c,h.indicatorLabelPoint=d,this._firstShowIndicator=!0},t.prototype._dragHandle=function(e,t,n,r){if(this._useHandle){if(this._dragging=!t,!t){var i=this._applyTransform([n,r],this._shapes.mainGroup,!0);this._updateInterval(e,i[1]),this._hideIndicator(),this._updateView()}!this.visualMapModel.get("realtime")===t&&this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:this._dataInterval.slice()}),t?this._hovering||this._clearHoverLinkToSeries():Xc(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=[Xi(t[0],n,r,!0),Xi(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]];oh(t,r,i,e,0);var o=n.getExtent();this._dataInterval=[Xi(r[0],i,o,!0),Xi(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 PU.Z(0,0,0,1,o),barPoints:s,handlesColor:[o[0].color,o[o.length-1].color]}},t.prototype._makeColorGradient=function(e,t){var n=[],r=(e[1]-e[0])/100;n.push({color:this.getControllerVisual(e[0],"color",t),offset:0});for(var i=1;i<100;i++){var o=e[0]+r*i;if(o>e[1])break;n.push({color:this.getControllerVisual(o,"color",t),offset:i/100})}return n.push({color:this.getControllerVisual(e[1],"color",t),offset:1}),n},t.prototype._createBarPoints=function(e,t){var n=this.visualMapModel.itemSize;return[[n[0]-t[0],e[0]],[n[0],e[0]],[n[0],e[1]],[n[0]-t[1],e[1]]]},t.prototype._createBarGroup=function(e){var t=this._orient,n=this.visualMapModel.get("inverse");return new te.Z("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();Xo([0,1],function(l){var u=i[l];u.setStyle("fill",t.handlesColor[l]),u.y=e[l];var c=Xi(e[l],[0,a[1]],s,!0),d=this.getControllerVisual(c,"symbolSize");u.scaleX=u.scaleY=d/a[0],u.x=a[0]-d/2;var h=tt.applyTransform(n.handleLabelPoints[l],tt.getTransform(u,this.group));o[l].setStyle({x:h[0],y:h[1],text:r.formatValueText(this._dataInterval[l]),verticalAlign:"middle",align:"vertical"===this._orient?this._applyTransform("left",n.mainGroup):"center"})},this)}},t.prototype._showIndicator=function(e,t,n,r){var i=this.visualMapModel,o=i.getExtent(),a=i.itemSize,s=[0,a[1]],l=this._shapes,u=l.indicator;if(u){u.attr("invisible",!1);var c=this.getControllerVisual(e,"color",{convertOpacityToAlpha:!0}),d=this.getControllerVisual(e,"symbolSize"),h=Xi(e,o,s,!0),p=a[0]-d/2,f={x:u.x,y:u.y};u.y=h,u.x=p;var g=tt.applyTransform(l.indicatorLabelPoint,tt.getTransform(u,this.group)),m=l.indicatorLabel;m.attr("invisible",!1);var v=this._applyTransform("left",l.mainGroup),y="horizontal"===this._orient;m.setStyle({text:(n||"")+i.formatValueText(t),verticalAlign:y?v:"middle",align:y?"center":v});var x={x:p,y:h,style:{fill:c}},b={style:{x:g[0],y:g[1]}};if(i.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var w={duration:100,easing:"cubicInOut",additive:!0};u.x=f.x,u.y=f.y,u.animateTo(x,w),m.animateTo(b,w)}else u.attr(x),m.attr(b);this._firstShowIndicator=!1;var S=this._shapes.handleLabels;if(S)for(var C=0;C<S.length;C++)this.api.enterBlur(S[C])}},t.prototype._enableHoverLinkToSeries=function(){var e=this;this._shapes.mainGroup.on("mousemove",function(t){if(e._hovering=!0,!e._dragging){var n=e.visualMapModel.itemSize,r=e._applyTransform([t.offsetX,t.offsetY],e._shapes.mainGroup,!0,!0);r[1]=Xa(Xs(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=Xa(Xs(u[0],e),u[1]);var d=(i=n,o=c,a=u,s=6,(l=i.get("hoverLinkDataSize"))&&(s=Xi(l,o,a,!0)/2),s),h=[e-d,e+d],p=Xi(e,u,c,!0),f=[Xi(h[0],u,c,!0),Xi(h[1],u,c,!0)];h[0]<u[0]&&(f[0]=-1/0),h[1]>u[1]&&(f[1]=1/0),t&&(f[0]===-1/0?this._showIndicator(p,f[1],"< ",d):f[1]===1/0?this._showIndicator(p,f[0],"> ",d):this._showIndicator(p,p,"≈ ",d));var g=this._hoverLinkDataIndices,m=[];(t||Xc(n))&&(m=this._hoverLinkDataIndices=n.findTargetDataIndices(f));var v=tV.XI(g,m);this._dispatchHighDown("downplay",Xr(v[0],n)),this._dispatchHighDown("highlight",Xr(v[1],n))}},t.prototype._hoverLinkFromSeriesMouseOver=function(e){if((0,iC.o)(e.target,function(e){var n=(0,to.A)(e);if(null!=n.dataIndex)return t=n,!0},!0),t){var t,n=this.ecModel.getSeriesByIndex(t.seriesIndex),r=this.visualMapModel;if(r.isTargetSeries(n)){var i=n.getData(t.dataType),o=i.getStore().get(r.getDataDimensionIndex(i),t.dataIndex);isNaN(o)||this._showIndicator(o,o)}}},t.prototype._hideIndicator=function(){var e=this._shapes;e.indicator&&e.indicator.attr("invisible",!0),e.indicatorLabel&&e.indicatorLabel.attr("invisible",!0);var t=this._shapes.handleLabels;if(t)for(var n=0;n<t.length;n++)this.api.leaveBlur(t[n])},t.prototype._clearHoverLinkToSeries=function(){this._hideIndicator();var e=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",Xr(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=tt.getTransform(t,r?null:this.group);return eJ.kJ(e)?tt.applyTransform(e,i,n):tt.transformDirection(e,i,n)},t.prototype._dispatchHighDown=function(e,t){t&&t.length&&this.api.dispatchAction({type:e,batch:t})},t.prototype.dispose=function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},t.type="visualMap.continuous",t}(Xe);function Xu(e,t,n,r){return new oN.Z({shape:{points:e},draggable:!!n,cursor:t,drift:n,onmousemove:function(e){rM.sT(e.event)},ondragend:r})}function Xc(e){var t=e.get("hoverLinkOnHandle");return!!(null==t?e.get("realtime"):t)}function Xd(e){return"vertical"===e?"ns-resize":"ew-resize"}var Xh={type:"selectDataRange",event:"dataRangeSelected",update:"update"},Xp=function(e,t){t.eachComponent({mainType:"visualMap",query:e},function(t){t.setSelected(e.selected)})},Xf=[{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=eJ.ak(t.getValueState,t),a=t.getDataDimensionIndex(e.getData()),s={},eJ.S6(r,function(e){var t=Kj.prepareVisualTypes(i[e]);s[e]=t}),{progress:function(e,t){function n(e){return(0,Ox.Or)(t,u,e)}function r(e,n){(0,Ox.LZ)(t,u,e,n)}null!=a&&(l=t.getDimensionIndex(a));for(var l,u,c=t.getStore();null!=(u=e.next());){var d=t.getRawDataItem(u);if(!d||!1!==d.visualMap)for(var h=null!=a?c.get(l,u):u,p=o(h),f=i[p],g=s[p],m=0,v=g.length;m<v;m++){var y=g[m];f[y]&&f[y].applyVisual(h,n,r)}}}}))}),n}},{createOnAllSeries:!0,reset:function(e,t){var n=e.getData(),r=[];t.eachComponent("visualMap",function(t){if(t.isTargetSeries(e)){var i=t.getVisualMeta(eJ.ak(Xg,null,e,t))||{stops:[],outerColors:[]},o=t.getDataDimensionIndex(n);o>=0&&(i.dimension=o,r.push(i))}}),e.getData().setVisual("visualMeta",r)}}];function Xg(e,t,n,r){for(var i=t.targetVisuals[r],o=Kj.prepareVisualTypes(i),a={color:(0,Ox.UL)(e.getData(),"color")},s=0,l=o.length;s<l;s++){var u=o[s],c=i["opacity"===u?"__alphaForOpacity":u];c&&c.applyVisual(n,d,h)}return a.color;function d(e){return a[e]}function h(e,t){a[e]=t}}var Xm=eJ.S6;function Xv(e){var t=e&&e.visualMap;eJ.kJ(t)||(t=t?[t]:[]),Xm(t,function(e){if(e){Xy(e,"splitList")&&!Xy(e,"pieces")&&(e.pieces=e.splitList,delete e.splitList);var t=e.pieces;t&&eJ.kJ(t)&&Xm(t,function(e){eJ.Kn(e)&&(Xy(e,"start")&&!Xy(e,"min")&&(e.min=e.start),Xy(e,"end")&&!Xy(e,"max")&&(e.max=e.end))})}})}function Xy(e,t){return e&&e.hasOwnProperty&&e.hasOwnProperty(t)}var Xx=!1;function Xb(e){!Xx&&(Xx=!0,e.registerSubTypeDefaulter("visualMap",function(e){return e.categories||(e.pieces?e.pieces.length>0:e.splitNumber>0)&&!e.calculable?"piecewise":"continuous"}),e.registerAction(Xh,Xp),(0,eJ.S6)(Xf,function(t){e.registerVisual(e.PRIORITY.VISUAL.COMPONENT,t)}),e.registerPreprocessor(Xv))}function Xw(e){e.registerComponentModel(K9),e.registerComponentView(Xl),Xb(e)}var XS=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n._pieceList=[],n}return(0,e5.ZT)(t,e),t.prototype.optionUpdated=function(t,n){e.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var r=this._mode=this._determineMode();this._pieceList=[],XC[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=eJ.d9(i)):(e.dataExtent=this.getExtent(),e.mappingMethod="piecewise",e.pieceList=eJ.UI(this._pieceList,function(e){return e=eJ.d9(e),"inRange"!==t&&(e.visual=null),e}))})},t.prototype.completeVisualOption=function(){var t=this.option,n={},r=Kj.listVisualTypes(),i=this.isCategory();function o(e,t,n){return e&&e[t]&&e[t].hasOwnProperty(n)}eJ.S6(t.pieces,function(e){eJ.S6(r,function(t){e.hasOwnProperty(t)&&(n[t]=1)})}),eJ.S6(n,function(e,n){var r=!1;eJ.S6(this.stateList,function(e){r=r||o(t,e,n)||o(t.target,e,n)},this),r||eJ.S6(this.stateList,function(e){(t[e]||(t[e]={}))[n]=KB.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,eJ.S6(r,function(e,t){var n=this.getSelectedMapKey(e);i.hasOwnProperty(n)||(i[n]=!0)},this),"single"===n.selectedMode){var o=!1;eJ.S6(r,function(e,t){var n=this.getSelectedMapKey(e);i[n]&&(o?i[n]=!1:o=!0)},this)}},t.prototype.getItemSymbol=function(){return this.get("itemSymbol")},t.prototype.getSelectedMapKey=function(e){return"categories"===this._mode?e.value+"":e.index+""},t.prototype.getPieceList=function(){return this._pieceList},t.prototype._determineMode=function(){var e=this.option;return e.pieces&&e.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},t.prototype.setSelected=function(e){this.option.selected=eJ.d9(e)},t.prototype.getValueState=function(e){var t=Kj.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){Kj.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 eJ.S6(i,function(e){var t=e.interval;t&&(t[0]>a&&s([a,t[0]],"outOfRange"),s(t.slice()),a=t[1])},this),{stops:t,outerColors:n}}function s(i,o){var a=r.getRepresentValue({interval:i});o||(o=r.getValueState(a));var s=e(a,o);i[0]===-1/0?n[0]=s:i[1]===1/0?n[1]=s:t.push({value:i[0],color:s},{value:i[1],color:s})}},t.type="visualMap.piecewise",t.defaultOption=(0,e8.ZL)(K8.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}(K8),XC={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]}),(0,t4.nR)(e),eJ.S6(e,function(e,t){e.index=t,e.text=this.formatValueText(e.interval)},this)},categories:function(e){var t=this.option;eJ.S6(t.categories,function(t){e.push({text:this.formatValueText(t,!0),value:t})},this),XM(t,e)},pieces:function(e){var t=this.option;eJ.S6(t.pieces,function(t,n){eJ.Kn(t)||(t={value:t});var r={text:"",index:n};if(null!=t.label&&(r.text=t.label),t.hasOwnProperty("value")){var i=r.value=t.value;r.interval=[i,i],r.close=[1,1]}else{for(var o=r.interval=[],a=r.close=[0,0],s=[1,0,1],l=[-1/0,1/0],u=[],c=0;c<2;c++){for(var d=[["gte","gt","min"],["lte","lt","max"]][c],h=0;h<3&&null==o[c];h++)o[c]=t[d[h]],a[c]=s[h],u[c]=2===h;null==o[c]&&(o[c]=l[c])}u[0]&&o[1]===1/0&&(a[0]=0),u[1]&&o[0]===-1/0&&(a[1]=0),o[0]===o[1]&&a[0]&&a[1]&&(r.value=o[0])}r.visual=Kj.retrieveVisuals(t),e.push(r)},this),XM(t,e),(0,t4.nR)(e),eJ.S6(e,function(e){var t=e.close,n=[["<","≤"][t[1]],[">","≥"][t[0]]];e.text=e.text||this.formatValueText(null!=e.value?e.value:e.interval,!1,n)},this)}};function XM(e,t){var n=e.inverse;("vertical"===e.orient?!n:n)&&t.reverse()}var Xk=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.type=t.type,n}return(0,e5.ZT)(t,e),t.prototype.doRender=function(){var e=this.group;e.removeAll();var t=this.visualMapModel,n=t.get("textGap"),r=t.textStyleModel,i=r.getFont(),o=r.getTextColor(),a=this._getItemAlign(),s=t.itemSize,l=this._getViewData(),u=l.endsText,c=eJ.Jv(t.get("showLabel",!0),!u);u&&this._renderEndsText(e,u[0],s,c,a),eJ.S6(l.viewPieceList,function(r){var l=r.piece,u=new te.Z;u.onclick=eJ.ak(this._onItemClick,this,l),this._enableHoverLink(u,r.indexInModelPieceList);var d=t.getRepresentValue(l);if(this._createItemSymbol(u,d,[0,0,s[0],s[1]]),c){var h=this.visualMapModel.getValueState(d);u.add(new n8.ZP({style:{x:"right"===a?-n:s[0]+n,y:s[1]/2,text:l.text,verticalAlign:"middle",align:a,font:i,fill:o,opacity:"outOfRange"===h?.5:1}}))}e.add(u)},this),u&&this._renderEndsText(e,u[1],s,c,a),tK.BZ(t.get("orient"),e,t.get("itemGap")),this.renderBackground(e),this.positionGroup(e)},t.prototype._enableHoverLink=function(e,t){var n=this;e.on("mouseover",function(){return r("highlight")}).on("mouseout",function(){return r("downplay")});var r=function(e){var r=n.visualMapModel;r.option.hoverLink&&n.api.dispatchAction({type:e,batch:Xr(r.findTargetDataIndices(t),r)})}},t.prototype._getItemAlign=function(){var e=this.visualMapModel,t=e.option;if("vertical"===t.orient)return Xn(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 te.Z,a=this.visualMapModel.textStyleModel;o.add(new n8.ZP({style:(0,ts.Lr)(a,{x:r?"right"===i?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:r?i:"center",text:t})})),e.add(o)}},t.prototype._getViewData=function(){var e=this.visualMapModel,t=eJ.UI(e.getPieceList(),function(e,t){return{piece:e,indexInModelPieceList:t}}),n=e.get("text"),r=e.get("orient"),i=e.get("inverse");return("horizontal"===r?i:!i)?t.reverse():n&&(n=n.slice().reverse()),{viewPieceList:t,endsText:n}},t.prototype._createItemSymbol=function(e,t,n){e.add((0,n7.th)(this.getControllerVisual(t,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(t,"color")))},t.prototype._onItemClick=function(e){var t=this.visualMapModel,n=t.option,r=n.selectedMode;if(r){var i=eJ.d9(n.selected),o=t.getSelectedMapKey(e);"single"===r||!0===r?(i[o]=!0,eJ.S6(i,function(e,t){i[t]=t===o})):i[o]=!i[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:i})}},t.type="visualMap.piecewise",t}(Xe);function XT(e){e.registerComponentModel(XS),e.registerComponentView(Xk),Xb(e)}(0,eX.D)([function(e){e.registerChartView(KR),e.registerSeriesModel(KZ)},function(e){(0,eX.D)(Xw),(0,eX.D)(XT)},r2,r8,ie,iI,ij]);let XA=e=>{var t;let{height:n,data:r,xAxisCategories:i,yAxisCategories:o,timeScale:a,colors:s}=e,{timeZone:l}=Rb(),u=iG(),c=(0,s8.Z)(),d={tooltip:{appendToBody:!0,formatter:e=>(function({data:e,label:t,marker:n,xAxisCategories:r,yAxisCategories:i,theme:o}){let[a,s]=e,{formattedDate:l,formattedTime:u}=Rv(r[a]),c=(0,Zz.css)`
|
|
44
|
+
border-bottom: 1px solid ${o.palette.grey[500]};
|
|
45
|
+
padding-bottom: 8px;
|
|
46
|
+
`,d=(0,Zz.css)`
|
|
47
|
+
display: flex;
|
|
48
|
+
justify-content: space-between;
|
|
49
|
+
padding-top: 8px;
|
|
50
|
+
`,h=(0,Zz.css)`
|
|
51
|
+
margin-right: 16px;
|
|
52
|
+
`;return`
|
|
53
|
+
<div>
|
|
54
|
+
<div style="${c.styles}">${l} ${u}</div>
|
|
55
|
+
<div style="${d.styles}">
|
|
56
|
+
<div style="${h.styles}">
|
|
57
|
+
${n}
|
|
58
|
+
<strong>${i[s]}</strong>
|
|
59
|
+
</div>
|
|
60
|
+
<div>
|
|
61
|
+
${t}
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
`})({data:e.data.value,label:e.data.label,marker:e.marker,xAxisCategories:i,yAxisCategories:o,theme:c})},grid:{top:"5%",bottom:"5%"},xAxis:{type:"category",data:i,axisLine:{show:!1},splitArea:{show:!1},axisLabel:{hideOverlap:!0,formatter:(t=a?.rangeMs??0,function(e){let n=new Date(Number(e));return t>15768e7?Rf(n,"yyy",l):t>63072e6?Rf(n,"MMM yyy",l):t>864e6&&t<1577664e4?Rf(n,"dd.MM",l):t>1728e5&&t<=864e6?Rf(n,"dd.MM HH:mm",l):Rf(n,"HH:mm",l)})}},yAxis:{type:"category",data:o,axisLine:{show:!1},splitArea:{show:!1,interval:0},splitLine:{show:!1},axisLabel:{interval:0}},visualMap:{show:!1,type:"piecewise",pieces:s},series:[{name:"Status history",type:"heatmap",coordinateSystem:"cartesian2d",data:r,label:{show:!1},itemStyle:{borderWidth:1,borderType:"solid",borderColor:"#ffffff"},emphasis:{itemStyle:{opacity:.5}}}]};return(0,f.jsx)(iV.Z,{style:{height:n},sx:{overflow:"auto"},children:(0,f.jsx)(ac,{sx:{width:"100%",height:n},option:d,theme:u.echartsTheme})})},X_="#1f77b4";function XI(e,t){t.match(/^#[0-9A-Fa-f]{6}$/)||(t=X_);try{let[n,r,i]=XP(t);if(isNaN(n)||isNaN(r)||isNaN(i))throw Error("Invalid HSL values");let o=String(e).split("").reduce((e,t)=>e+t.charCodeAt(0),0),a=Math.min(r+10,90),s=XO(Math.abs((n+o%6*60)%360),Math.min(Math.max(a,50),90),Math.min(Math.max(i+(o%2?15:-15),30),70));if(!s.match(/^#[0-9A-Fa-f]{6}$/))throw Error("Invalid generated color");return s}catch(e){return X_}}function XD(e,t){return t.length>=e.length?t.slice(0,e.length):e.map((e,n)=>n<t.length?t[n]||X_:XI(e,t[0]||X_))}function XP(e){let t=parseInt(e.slice(1,3),16)/255,n=parseInt(e.slice(3,5),16)/255,r=parseInt(e.slice(5,7),16)/255,i=Math.max(t,n,r),o=Math.min(t,n,r),a=0,s=0,l=(i+o)/2;if(i!==o){let e=i-o;switch(s=l>.5?e/(2-i-o):e/(i+o),i){case t:a=(n-r)/e+6*(n<r);break;case n:a=(r-t)/e+2;break;case r:a=(t-n)/e+4}a/=6}return[360*a,100*s,100*l]}function XO(e,t,n){let r=t*Math.min(n/=100,1-n)/100,i=t=>{let i=(t+e/30)%12;return Math.round(255*(n-r*Math.max(Math.min(i-3,9-i,1),-1))).toString(16).padStart(2,"0")};return`#${i(0)}${i(8)}${i(4)}`}var XE=n(1104),XR=n(4560),XL=n(8971),XZ=n(6798);let XN=(e,t)=>e.filter(e=>t.includes(e)),XB=(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:XN(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 Xz(e){return`--Grid-${e}Spacing`}function XF(e){return`--Grid-parent-${e}Spacing`}let Xj="--Grid-columns",XV="--Grid-parent-columns",X$=({theme:e,ownerState:t})=>{let n={};return XB(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(${XV}) - (var(${XV}) - ${t}) * (var(${XF("column")}) / var(${XV})))`}),e(n,r)}),n},XH=({theme:e,ownerState:t})=>{let n={};return XB(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(${XV}) + var(${XF("column")}) * ${t} / var(${XV}))`}),e(n,r)}),n},XW=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={[Xj]:12};return XB(e.breakpoints,t.columns,(e,t)=>{let r=t??12;e(n,{[Xj]:r,"> *":{[XV]:r}})}),n},XG=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return XB(e.breakpoints,t.rowSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[Xz("row")]:i,"> *":{[XF("row")]:i}})}),n},XU=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return XB(e.breakpoints,t.columnSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[Xz("column")]:i,"> *":{[XF("column")]:i}})}),n},Xq=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return XB(e.breakpoints,t.direction,(e,t)=>{e(n,{flexDirection:t})}),n},XY=({ownerState:e})=>({minWidth:0,boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",...e.wrap&&"wrap"!==e.wrap&&{flexWrap:e.wrap},gap:`var(${Xz("row")}) var(${Xz("column")})`}}),XK=e=>{let t=[];return Object.entries(e).forEach(([e,n])=>{!1!==n&&void 0!==n&&t.push(`grid-${e}-${String(n)}`)}),t},XX=(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[]},XJ=e=>void 0===e?[]:"object"==typeof e?Object.entries(e).map(([e,t])=>`direction-${e}-${t}`):[`direction-xs-${String(e)}`],XQ=(0,XZ.Z)(),X0=(0,XR.Z)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>t.root});function X1(e){return(0,F6.Z)({props:e,name:"MuiGrid",defaultTheme:XQ})}let X2=function(e={}){let{createStyledComponent:t=X0,useThemeProps:n=X1,useTheme:r=XL.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)}`,...XJ(r),...XK(s),...n?XX(o,t.breakpoints.keys[0]):[]]};return(0,y.Z)(l,e=>(0,A.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(XW,XU,XG,X$,Xq,XY,XH),l=g.forwardRef(function(e,t){let i=r(),l=n(e),u=(0,ZA.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:d,columns:h=12,container:p=!1,component:m="div",direction:y="row",wrap:x="wrap",size:b={},offset:w={},spacing:S=0,rowSpacing:C=S,columnSpacing:M=S,unstable_level:k=0,...T}=u,A=a(b,i.breakpoints,e=>!1!==e),_=a(w,i.breakpoints),I=e.columns??(k?void 0:h),D=e.spacing??(k?void 0:S),P=e.rowSpacing??e.spacing??(k?void 0:C),O=e.columnSpacing??e.spacing??(k?void 0:M),E={...u,level:k,columns:I,container:p,direction:y,wrap:x,spacing:D,rowSpacing:P,columnSpacing:O,size:A,offset:_},R=o(E,i);return(0,f.jsx)(s,{ref:t,as:m,ownerState:E,className:(0,v.Z)(R.root,c),...T,children:g.Children.map(d,e=>g.isValidElement(e)&&(0,XE.Z)(e,["Grid"])&&p&&e.props.container?g.cloneElement(e,{unstable_level:e.props?.unstable_level??k+1}):e)})});return l.muiName="Grid",l}({createStyledComponent:(0,S.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,k.i)({props:e,name:"MuiGrid2"}),useTheme:s8.Z}),X5=({mapping:e,onChange:t,...n})=>{switch(e.kind){case"Value":return(0,f.jsx)(am.Z,{gap:1,direction:"row",...n,children:(0,f.jsx)(um,{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,f.jsxs)(am.Z,{gap:1,direction:"row",...n,children:[(0,f.jsx)(um,{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,f.jsx)(um,{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,f.jsx)(am.Z,{gap:1,direction:"row",...n,children:(0,f.jsx)(um,{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,f.jsx)(am.Z,{gap:1,direction:"row",...n,children:(0,f.jsxs)(um,{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,f.jsx)(y1,{value:"empty",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Empty"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches empty string"})]})}),(0,f.jsx)(y1,{value:"null",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Null"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches null or undefined"})]})}),(0,f.jsx)(y1,{value:"NaN",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"NaN"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches Not a Number value"})]})}),(0,f.jsx)(y1,{value:"true",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"True"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches true boolean"})]})}),(0,f.jsx)(y1,{value:"false",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"False"}),(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches false boolean"})]})})]})});default:return null}},X3=({mapping:e,onChange:t,onDelete:n,...r})=>{let i=n=>{t({...e,spec:{...e.spec,result:{...e.spec.result,color:n}}})};return(0,f.jsxs)(X2,{container:!0,spacing:2,...r,children:[(0,f.jsx)(X2,{size:{xs:5},children:(0,f.jsxs)(am.Z,{direction:"row",gap:1,width:"100%",children:[(0,f.jsxs)(um,{select:!0,label:"Type",value:e.kind,onChange:n=>t({...e,kind:n.target.value}),required:!0,sx:{width:"120px"},children:[(0,f.jsx)(y1,{value:"Value",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Value"}),"Value"!==e.kind&&(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches an exact text value"})]})}),(0,f.jsx)(y1,{value:"Range",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Range"}),"Range"!==e.kind&&(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches against a numerical range"})]})}),(0,f.jsx)(y1,{value:"Regex",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Regex"}),"Regex"!==e.kind&&(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches against a regular expression"})]})}),(0,f.jsx)(y1,{value:"Misc",children:(0,f.jsxs)(am.Z,{children:[(0,f.jsx)(pJ.Z,{children:"Misc"}),"Misc"!==e.kind&&(0,f.jsx)(pJ.Z,{variant:"caption",children:"Matches against empty, null and NaN values"})]})})]}),(0,f.jsx)(X5,{width:"100%",mapping:e,onChange:n=>t({...e,...n})})]})}),(0,f.jsx)(X2,{size:{xs:4},children:(0,f.jsx)(um,{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,f.jsx)(X2,{size:{xs:1},children:(0,f.jsx)(am.Z,{direction:"row",justifyContent:"center",gap:1,children:e.spec?.result?.color?(0,f.jsx)(u7,{label:"Color",color:e.spec.result.color??"#000",onColorChange:i,onClear:()=>i(void 0)}):(0,f.jsx)(av.Z,{onClick:()=>i("#000"),children:(0,f.jsx)(Zb.default,{})})})}),(0,f.jsx)(X2,{size:{xs:1},textAlign:"end",children:(0,f.jsx)(vm,{title:"Remove mapping settings",placement:"top",children:(0,f.jsx)(av.Z,{size:"small",sx:{marginLeft:"auto"},onClick:n,children:(0,f.jsx)(Nl.default,{})})})})]})},X4=({mappings:e,onChange:t})=>{let[n,r]=(0,g.useState)(e);return(0,f.jsxs)(am.Z,{spacing:1,children:[(0,f.jsxs)(X2,{container:!0,spacing:2,children:[(0,f.jsx)(X2,{size:{xs:5},children:(0,f.jsx)(pJ.Z,{variant:"subtitle1",children:"Condition"})}),(0,f.jsx)(X2,{size:{xs:4},children:(0,f.jsx)(pJ.Z,{variant:"subtitle1",children:"Display Text"})}),(0,f.jsx)(X2,{size:{xs:1},textAlign:"center",children:(0,f.jsx)(pJ.Z,{variant:"subtitle1",children:"Color"})}),(0,f.jsx)(X2,{size:{xs:1}})]}),(0,f.jsx)(am.Z,{gap:1.5,divider:(0,f.jsx)(xw,{flexItem:!0,orientation:"horizontal"}),children:n.map((e,i)=>(0,f.jsx)(X3,{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,f.jsx)(Y,{variant:"contained",startIcon:(0,f.jsx)(Zb.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(3663),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},8697: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),d=!n&&!c&&a(e),h=!n&&!c&&!d&&l(e),p=n||c||d||h,f=p?r(e.length,String):[],g=f.length;for(var m in e)(t||u.call(e,m))&&!(p&&("length"==m||d&&("offset"==m||"parent"==m)||h&&("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),d="[object Arguments]",h="[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?h:s(e),w=x?h:s(t);b=b==d?p:b,w=w==d?p:w;var S=b==p,C=w==p,M=b==w;if(M&&u(e)){if(!u(t))return!1;y=!0,S=!1}if(M&&!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__"),T=C&&f.call(t,"__wrapped__");if(k||T){var A=k?e.value():e,_=T?t.value():t;return v||(v=new r),m(A,_,n,g,v)}}return!!M&&(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,d=RegExp("^"+u.call(c).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?d: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,d,h){t!==n&&o(n,function(o,l){if(h||(h=new r),s(o))a(t,n,l,c,e,d,h);else{var p=d?d(u(t,l),o,l+"",t,n,h):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),d=n(3854),h=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),C=m(t,n),M=w.get(C);if(M){r(e,n,M);return}var k=b?b(S,C,n+"",e,t,w):void 0,T=void 0===k;if(T){var A=u(C),_=!A&&d(C),I=!A&&!_&&g(C);k=C,A||_||I?u(S)?k=S:c(S)?k=a(S):_?(T=!1,k=i(C,!0)):I?(T=!1,k=o(C,!0)):k=[]:f(C)||l(C)?(k=S,l(S)?k=v(S):(!p(S)||h(S))&&(k=s(C))):T=!1}T&&(w.set(C,k),x(k,C,y,b,w),w.delete(C)),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,d=t.length;if(c!=d&&!(u&&d>c))return!1;var h=l.get(e),p=l.get(t);if(h&&p)return h==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,d,h){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||!d(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=h.get(e);if(g)return g==t;r|=2,h.set(e,t);var m=a(p(e),p(t),r,u,d,h);return h.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 d=c;d--;){var h=u[d];if(!(l?h in t:i.call(t,h)))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;++d<c;){var v=e[h=u[d]],y=t[h];if(o)var x=l?o(y,v,h,t,e,s):o(v,y,h,e,t,s);if(!(void 0===x?v===y||a(v,y,n,o,s):x)){g=!1;break}m||(m="constructor"==h)}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(8697),s=n(6902),l=n(9736),u=n(6532),c="[object Map]",d="[object Promise]",h="[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())!=d||a&&b(new a)!=h||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 d;case y:return h;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)}},3663: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,d,h,p,f=0,g=!1,m=!1,v=!0;if("function"!=typeof e)throw TypeError("Expected a function");function y(t){var n=l,r=u;return l=u=void 0,f=t,d=e.apply(r,n)}function x(e){var n=e-p,r=e-f;return void 0===p||n>=t||n<0||m&&r>=c}function b(){var e,n,r,o=i();if(x(o))return w(o);h=setTimeout(b,(e=o-p,n=o-f,r=t-e,m?s(r,c-n):r))}function w(e){return(h=void 0,v&&l)?y(e):(l=u=void 0,d)}function S(){var e,n=i(),r=x(n);if(l=arguments,u=this,p=n,r){if(void 0===h)return f=e=p,h=setTimeout(b,t),g?y(e):d;if(m)return clearTimeout(h),h=setTimeout(b,t),y(p)}return void 0===h&&(h=setTimeout(b,t)),d}return t=o(t)||0,r(n)&&(g=!!n.leading,c=(m="maxWait"in n)?a(o(n.maxWait)||0,t):c,v="trailing"in n?!!n.trailing:v),S.cancel=function(){void 0!==h&&clearTimeout(h),f=0,l=p=u=h=void 0},S.flush=function(){return void 0===h?d:w(i())},S}},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")},2449: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.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z","ChevronDown")},4974: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)("M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z","ChevronRight")},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")},763: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,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z","Close")},354:function(e,t,n){"use strict";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")},5891: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")},265:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(9261),i=n(4246);t.default=function(e,t){return(0,r.createSvgIcon)((0,i.jsx)("path",{d:e}),t)}},8772:function(e,t,n){"use strict";var r=n(331);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==r){var s=Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},3615:function(e,t,n){e.exports=n(8772)()},331:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},8715:function(e,t,n){!function(e,t){"use strict";var n=function(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}(t);function r(e,t){return(r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var i={error:null},o=function(e){function t(){for(var t,n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).state=i,t.resetErrorBoundary=function(){for(var e,n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];null==t.props.onReset||(e=t.props).onReset.apply(e,r),t.reset()},t}t.prototype=Object.create(e.prototype),t.prototype.constructor=t,r(t,e),t.getDerivedStateFromError=function(e){return{error:e}};var o=t.prototype;return o.reset=function(){this.setState(i)},o.componentDidCatch=function(e,t){var n,r;null==(n=(r=this.props).onError)||n.call(r,e,t)},o.componentDidUpdate=function(e,t){var n,r,i,o,a=this.state.error,s=this.props.resetKeys;null!==a&&null!==t.error&&(void 0===(n=e.resetKeys)&&(n=[]),void 0===(r=s)&&(r=[]),n.length!==r.length||n.some(function(e,t){return!Object.is(e,r[t])}))&&(null==(i=(o=this.props).onResetKeysChange)||i.call(o,e.resetKeys,s),this.reset())},o.render=function(){var e=this.state.error,t=this.props,r=t.fallbackRender,i=t.FallbackComponent,o=t.fallback;if(null!==e){var a={error:e,resetErrorBoundary:this.resetErrorBoundary};if(n.isValidElement(o))return o;if("function"==typeof r)return r(a);if(i)return n.createElement(i,a);else throw Error("react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop")}return this.props.children},t}(n.Component);e.ErrorBoundary=o,e.useErrorHandler=function(e){var t=n.useState(null),r=t[0],i=t[1];if(null!=e)throw e;if(null!=r)throw r;return i},e.withErrorBoundary=function(e,t){var r=function(r){return n.createElement(o,t,n.createElement(e,r))},i=e.displayName||e.name||"Unknown";return r.displayName="withErrorBoundary("+i+")",r},Object.defineProperty(e,"__esModule",{value:!0})}(t,n(4538))},8317:function(e){function t(){}t.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function i(){r.off(e,i),t.apply(n,arguments)}return i._=t,this.on(e,i,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,i=n.length;r<i;r++)n[r].fn.apply(n[r].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),r=n[e],i=[];if(r&&t)for(var o=0,a=r.length;o<a;o++)r[o].fn!==t&&r[o].fn._!==t&&i.push(r[o]);return i.length?n[e]=i:delete n[e],this}},e.exports=t,e.exports.TinyEmitter=t},7554:function(e){"use strict";var t;t=function(){function e(){return!0}function t(){return!1}function n(){}return function r(){var i=[{name:"number",test:function(e){return"number"==typeof e}},{name:"string",test:function(e){return"string"==typeof e}},{name:"boolean",test:function(e){return"boolean"==typeof e}},{name:"Function",test:function(e){return"function"==typeof e}},{name:"Array",test:Array.isArray},{name:"Date",test:function(e){return e instanceof Date}},{name:"RegExp",test:function(e){return e instanceof RegExp}},{name:"Object",test:function(e){return"object"==typeof e&&null!==e&&e.constructor===Object}},{name:"null",test:function(e){return null===e}},{name:"undefined",test:function(e){return void 0===e}}],o={name:"any",test:e},a=[],s=[],l={types:i,conversions:s,ignore:a};function u(e){var t=Z(l.types,function(t){return t.name===e});if(t)return t;if("any"===e)return o;var n=Z(l.types,function(t){return t.name.toLowerCase()===e.toLowerCase()});throw TypeError('Unknown type "'+e+'"'+(n?'. Did you mean "'+n.name+'"?':""))}function c(e){return e===o?999:l.types.indexOf(e)}function d(e){var t=Z(l.types,function(t){return t.test(e)});if(t)return t.name;throw TypeError("Value has unknown type. Value: "+e)}function h(e){return e.map(function(e){var t=e.types.map(y);return(e.restParam?"...":"")+t.join("|")}).join(",")}function p(e){var t=R(e);return!!t&&t.restParam}function f(e){return e.types.some(function(e){return null!=e.conversion})}function g(t){if(!t||0===t.types.length)return e;if(1===t.types.length)return u(t.types[0].name).test;if(2===t.types.length){var n=u(t.types[0].name).test,r=u(t.types[1].name).test;return function(e){return n(e)||r(e)}}var i=t.types.map(function(e){return u(e.name).test});return function(e){for(var t=0;t<i.length;t++)if(i[t](e))return!0;return!1}}function m(e,t){return t<e.params.length?e.params[t]:p(e.params)?R(e.params):null}function v(e,t,n){var r=m(e,t);return(r?n?r.types.filter(x):r.types:[]).map(y)}function y(e){return e.name}function x(e){return null===e.conversion||void 0===e.conversion}function b(e,t){var n=function(e){for(var t={},n=0;n<e.length;n++)t[e[n]]=!0;return Object.keys(t)}(N(e,function(e){return v(e,t,!1)}));return -1!==n.indexOf("any")?["any"]:n}function w(e,t,n){var r,i,o,a=e||"unnamed",s=n;for(o=0;o<t.length;o++){var l=s.filter(function(e){var n=g(m(e,o));return(o<e.params.length||p(e.params))&&n(t[o])});if(0===l.length){if((i=b(s,o)).length>0){var u=d(t[o]);return(r=TypeError("Unexpected type of argument in function "+a+" (expected: "+i.join(" or ")+", actual: "+u+", index: "+o+")")).data={category:"wrongType",fn:a,index:o,actual:u,expected:i},r}}else s=l}var c=s.map(function(e){return p(e.params)?1/0:e.params.length});if(t.length<Math.min.apply(null,c))return(r=TypeError("Too few arguments in function "+a+" (expected: "+(i=b(s,o)).join(" or ")+", index: "+t.length+")")).data={category:"tooFewArgs",fn:a,index:t.length,expected:i},r;var h=Math.max.apply(null,c);return t.length>h?(r=TypeError("Too many arguments in function "+a+" (expected: "+h+", actual: "+t.length+")")).data={category:"tooManyArgs",fn:a,index:t.length,expectedLength:h}:(r=TypeError('Arguments of type "'+t.join(", ")+'" do not match any of the defined signatures of function '+a+".")).data={category:"mismatch",actual:t.map(d)},r}function S(e){for(var t=999,n=0;n<e.types.length;n++)x(e.types[n])&&(t=Math.min(t,e.types[n].typeIndex));return t}function C(e){for(var t=999,n=0;n<e.types.length;n++)x(e.types[n])||(t=Math.min(t,e.types[n].conversionIndex));return t}function M(e,t){var n,r,i=Math.min(e.params.length,t.params.length);if(0!=(r=e.params.some(f)-t.params.some(f)))return r;for(n=0;n<i;n++)if(0!=(r=f(e.params[n])-f(t.params[n])))return r;for(n=0;n<i;n++)if(0!==(r=function(e,t){var n;return 0!=(n=e.restParam-t.restParam)||0!=(n=f(e)-f(t))||0!=(n=S(e)-S(t))?n:C(e)-C(t)}(e.params[n],t.params[n])))return r;return e.params.length-t.params.length}function k(e){var t,n,r,i,o=[],a=[];switch(e.types.forEach(function(e){e.conversion&&(o.push(u(e.conversion.from).test),a.push(e.conversion.convert))}),a.length){case 0:return function(e){return e};case 1:return t=o[0],r=a[0],function(e){return t(e)?r(e):e};case 2:return t=o[0],n=o[1],r=a[0],i=a[1],function(e){return t(e)?r(e):n(e)?i(e):e};default:return function(e){for(var t=0;t<a.length;t++)if(o[t](e))return a[t](e);return e}}}function T(e,t){return function e(n,r,i){if(!(r<n.length))return[i.map(function(e,t){return{types:e,restParam:t===n.length-1&&p(n)}})];var o,a=n[r],s=t?a.types.filter(x):a.types;if(a.restParam){var l=s.filter(x);o=l.length<s.length?[l,s]:[s]}else o=s.map(function(e){return[e]});return N(o,function(t){return e(n,r+1,i.concat([t]))})}(e,0,[])}function A(e,r){if(0===Object.keys(r).length)throw SyntaxError("No signatures provided");var i,o=[];Object.keys(r).map(function(e){var t,n,i;return t=r[e],n=l.conversions,i=[],(""!==e.trim()&&(i=e.split(",").map(D).map(function(e,t,r){var i,o,a,s,l,d,h,p,f=(i=n,o=l=((s=0===e.indexOf("..."))?e.length>3?e.slice(3):"any":e).split("|").map(D).filter(P).filter(I),a={},i.forEach(function(e){-1!==o.indexOf(e.from)||-1===o.indexOf(e.to)||a[e.from]||(a[e.from]=e)}),d=Object.keys(a).map(function(e){return a[e]}),h=l.map(function(e){var t=u(e);return{name:e,typeIndex:c(t),test:t.test,conversion:null,conversionIndex:-1}}),p=d.map(function(e){var t=u(e.from);return{name:e.from,typeIndex:c(t),test:t.test,conversion:e,conversionIndex:n.indexOf(e)}}),{types:h.concat(p),restParam:s});if(f.restParam&&t!==r.length-1)throw SyntaxError('Unexpected rest parameter "'+e+'": only allowed for the last parameter');return f})),i.some(E))?null:{params:i,fn:t}}).filter(O).forEach(function(e){var t=Z(o,function(t){return function(e,t){for(var n=Math.max(e.params.length,t.params.length),r=0;r<n;r++)if(!function(e,t){for(var n,r=0;r<e.length;r++)if(n=e[r],-1!==t.indexOf(n))return!0;return!1}(v(e,r,!0),v(t,r,!0)))return!1;var i=e.params.length,o=t.params.length,a=p(e.params),s=p(t.params);return a?s?i===o:o>=i:s?i>=o:i===o}(t,e)});if(t)throw TypeError('Conflicting signatures "'+h(t.params)+'" and "'+h(e.params)+'".');o.push(e)});var a=N(o,function(e){return(e?T(e.params,!1):[]).map(function(t){return{params:t,fn:e.fn}})}).filter(O);a.sort(M);var s=a[0]&&a[0].params.length<=2&&!p(a[0].params),d=a[1]&&a[1].params.length<=2&&!p(a[1].params),m=a[2]&&a[2].params.length<=2&&!p(a[2].params),y=a[3]&&a[3].params.length<=2&&!p(a[3].params),x=a[4]&&a[4].params.length<=2&&!p(a[4].params),b=a[5]&&a[5].params.length<=2&&!p(a[5].params),w=a.map(function(e){return function(e){var t,n,r;if(p(e)){var i,o=(t=(i=e).slice(0,i.length-1).map(g)).length,a=g(R(e)),s=function(e){for(var t=o;t<e.length;t++)if(!a(e[t]))return!1;return!0};return function(e){for(var n=0;n<t.length;n++)if(!t[n](e[n]))return!1;return s(e)&&e.length>=o+1}}return 0===e.length?function(e){return 0===e.length}:1===e.length?(n=g(e[0]),function(e){return n(e[0])&&1===e.length}):2===e.length?(n=g(e[0]),r=g(e[1]),function(e){return n(e[0])&&r(e[1])&&2===e.length}):(t=e.map(g),function(e){for(var n=0;n<t.length;n++)if(!t[n](e[n]))return!1;return e.length===t.length})}(e.params)}),S=s?g(a[0].params[0]):t,C=d?g(a[1].params[0]):t,A=m?g(a[2].params[0]):t,_=y?g(a[3].params[0]):t,B=x?g(a[4].params[0]):t,z=b?g(a[5].params[0]):t,F=s?g(a[0].params[1]):t,j=d?g(a[1].params[1]):t,V=m?g(a[2].params[1]):t,$=y?g(a[3].params[1]):t,H=x?g(a[4].params[1]):t,W=b?g(a[5].params[1]):t,G=a.map(function(e){return function(e,t){var n=t;if(e.some(f)){var r=p(e),i=e.map(k);n=function(){for(var e=[],n=r?arguments.length-1:arguments.length,o=0;o<n;o++)e[o]=i[o](arguments[o]);return r&&(e[n]=arguments[n].map(i[n])),t.apply(this,e)}}var o=n;if(p(e)){var a=e.length-1;o=function(){return n.apply(this,L(arguments,0,a).concat([L(arguments,a)]))}}return o}(e.params,e.fn)}),U=s?G[0]:n,q=d?G[1]:n,Y=m?G[2]:n,K=y?G[3]:n,X=x?G[4]:n,J=b?G[5]:n,Q=s?a[0].params.length:-1,ee=d?a[1].params.length:-1,et=m?a[2].params.length:-1,en=y?a[3].params.length:-1,er=x?a[4].params.length:-1,ei=b?a[5].params.length:-1,eo=6*!!(s&&d&&m&&y&&x&&b),ea=a.length,es=function(){for(var t=eo;t<ea;t++)if(w[t](arguments))return G[t].apply(this,arguments);return l.onMismatch(e,arguments,a)},el=function e(t,n){return arguments.length===Q&&S(t)&&F(n)?U.apply(e,arguments):arguments.length===ee&&C(t)&&j(n)?q.apply(e,arguments):arguments.length===et&&A(t)&&V(n)?Y.apply(e,arguments):arguments.length===en&&_(t)&&$(n)?K.apply(e,arguments):arguments.length===er&&B(t)&&H(n)?X.apply(e,arguments):arguments.length===ei&&z(t)&&W(n)?J.apply(e,arguments):es.apply(e,arguments)};try{Object.defineProperty(el,"name",{value:e})}catch(e){}return el.signatures=(i={},a.forEach(function(e){e.params.some(f)||T(e.params,!0).forEach(function(t){i[h(t)]=e.fn})}),i),el}function _(e,t,n){throw w(e,t,n)}function I(e){return -1===l.ignore.indexOf(e)}function D(e){return e.trim()}function P(e){return!!e}function O(e){return null!==e}function E(e){return 0===e.types.length}function R(e){return e[e.length-1]}function L(e,t,n){return Array.prototype.slice.call(e,t,n)}function Z(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return e[n]}function N(e,t){return Array.prototype.concat.apply([],e.map(t))}function B(e){for(var t="",n=0;n<e.length;n++){var r=e[n];if(("object"==typeof r.signatures||"string"==typeof r.signature)&&""!==r.name){if(""===t)t=r.name;else if(t!==r.name){var i=Error("Function names do not match (expected: "+t+", actual: "+r.name+")");throw i.data={actual:r.name,expected:t},i}}}return t}function z(e){var t,n={};function r(e,r){if(n.hasOwnProperty(e)&&r!==n[e])throw(t=Error('Signature "'+e+'" is defined twice')).data={signature:e},t}for(var i=0;i<e.length;i++){var o=e[i];if("object"==typeof o.signatures)for(var a in o.signatures)o.signatures.hasOwnProperty(a)&&(r(a,o.signatures[a]),n[a]=o.signatures[a]);else if("string"==typeof o.signature)r(o.signature,o),n[o.signature]=o;else throw(t=TypeError("Function is no typed-function (index: "+i+")")).data={index:i},t}return n}return(l=A("typed",{"string, Object":A,Object:function(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(e[n]);return A(B(t),e)},"...Function":function(e){return A(B(e),z(e))},"string, ...Function":function(e,t){return A(e,z(t))}})).create=r,l.types=i,l.conversions=s,l.ignore=a,l.onMismatch=_,l.throwMismatchError=_,l.createError=w,l.convert=function(e,t){var n=d(e);if(t===n)return e;for(var r=0;r<l.conversions.length;r++){var i=l.conversions[r];if(i.from===n&&i.to===t)return i.convert(e)}throw Error("Cannot convert from "+n+" to "+t)},l.find=function(e,t){if(!e.signatures)throw TypeError("Function is no typed-function");if("string"==typeof t){n=t.split(",");for(var n,r=0;r<n.length;r++)n[r]=n[r].trim()}else if(Array.isArray(t))n=t;else throw TypeError("String array or a comma separated string expected");var i=n.join(","),o=e.signatures[i];if(o)return o;throw TypeError("Signature not found (signature: "+(e.name||"unnamed")+"("+n.join(", ")+"))")},l.addType=function(e,t){if(!e||"string"!=typeof e.name||"function"!=typeof e.test)throw TypeError("Object with properties {name: string, test: function} expected");if(!1!==t){for(var n=0;n<l.types.length;n++)if("Object"===l.types[n].name){l.types.splice(n,0,e);return}}l.types.push(e)},l.addConversion=function(e){if(!e||"string"!=typeof e.from||"string"!=typeof e.to||"function"!=typeof e.convert)throw TypeError("Object with properties {from: string, to: string, convert: function} expected");l.conversions.push(e)},l}()},"function"==typeof define&&define.amd?define([],t):e.exports=t()}}]);
|