@perses-dev/flame-chart-plugin 0.5.0-rc.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/__mf/js/{FlameChart.ca3f1e09.js → FlameChart.e5753e9e.js} +3 -3
  2. package/__mf/js/async/392.37cbcda7.js +2 -0
  3. package/__mf/js/async/482.9649d5bd.js +1 -0
  4. package/__mf/js/async/50.88833b1b.js +1 -0
  5. package/__mf/js/async/{567.1bda154e.js → 551.70629715.js} +6 -6
  6. package/__mf/js/async/648.402a936f.js +22 -0
  7. package/__mf/js/async/669.3c4cfa8d.js +1 -0
  8. package/__mf/js/async/698.4392235d.js +1 -0
  9. package/__mf/js/async/800.9db0f6e6.js +7 -0
  10. package/__mf/js/async/{465.041d4a18.js → 828.7ba17322.js} +3 -3
  11. package/__mf/js/async/{__federation_expose_FlameChart.7f3bac48.js → __federation_expose_FlameChart.e4622bb9.js} +2 -2
  12. package/__mf/js/async/lib-router.2759ca80.js +2 -0
  13. package/__mf/js/async/{lib-router.05d93aa2.js.LICENSE.txt → lib-router.2759ca80.js.LICENSE.txt} +3 -3
  14. package/__mf/js/{main.0460af5a.js → main.74f0178d.js} +3 -3
  15. package/lib/FlameChart.js +1 -1
  16. package/lib/FlameChart.js.map +1 -1
  17. package/lib/bootstrap.js +1 -1
  18. package/lib/bootstrap.js.map +1 -1
  19. package/lib/cjs/FlameChart.js +1 -1
  20. package/lib/cjs/bootstrap.js +1 -1
  21. package/lib/cjs/components/CustomBreadcrumb.js +1 -1
  22. package/lib/cjs/components/FlameChart.js +1 -1
  23. package/lib/cjs/components/FlameChartOptionsEditorSettings.js +1 -1
  24. package/lib/cjs/components/FlameChartPanel.js +1 -1
  25. package/lib/cjs/components/PaletteSelector.js +1 -1
  26. package/lib/cjs/components/SearchBar.js +1 -1
  27. package/lib/cjs/components/SeriesChart.js +1 -1
  28. package/lib/cjs/components/Settings.js +1 -1
  29. package/lib/cjs/components/SwitchSelector.js +1 -1
  30. package/lib/cjs/components/TableChart.js +1 -1
  31. package/lib/cjs/components/index.js +1 -1
  32. package/lib/cjs/env.d.js +1 -1
  33. package/lib/cjs/flame-chart-model.js +1 -1
  34. package/lib/cjs/getPluginModule.js +1 -1
  35. package/lib/cjs/index-federation.js +1 -1
  36. package/lib/cjs/index.js +1 -1
  37. package/lib/cjs/setup-tests.js +1 -1
  38. package/lib/cjs/utils/data-model.js +1 -1
  39. package/lib/cjs/utils/data-transform.js +1 -1
  40. package/lib/cjs/utils/format.js +1 -1
  41. package/lib/cjs/utils/palette-gen.js +1 -1
  42. package/lib/cjs/utils/palette.js +1 -1
  43. package/lib/cjs/utils/series-tooltip.js +1 -1
  44. package/lib/cjs/utils/tooltip.js +1 -1
  45. package/lib/cjs/utils/ui-text.js +1 -1
  46. package/lib/cjs/utils/utils.js +1 -1
  47. package/lib/components/CustomBreadcrumb.js +1 -1
  48. package/lib/components/CustomBreadcrumb.js.map +1 -1
  49. package/lib/components/FlameChart.js +1 -1
  50. package/lib/components/FlameChart.js.map +1 -1
  51. package/lib/components/FlameChartOptionsEditorSettings.js +1 -1
  52. package/lib/components/FlameChartOptionsEditorSettings.js.map +1 -1
  53. package/lib/components/FlameChartPanel.js +1 -1
  54. package/lib/components/FlameChartPanel.js.map +1 -1
  55. package/lib/components/PaletteSelector.js +1 -1
  56. package/lib/components/PaletteSelector.js.map +1 -1
  57. package/lib/components/SearchBar.js +1 -1
  58. package/lib/components/SearchBar.js.map +1 -1
  59. package/lib/components/SeriesChart.js +1 -1
  60. package/lib/components/SeriesChart.js.map +1 -1
  61. package/lib/components/Settings.js +1 -1
  62. package/lib/components/Settings.js.map +1 -1
  63. package/lib/components/SwitchSelector.js +1 -1
  64. package/lib/components/SwitchSelector.js.map +1 -1
  65. package/lib/components/TableChart.js +1 -1
  66. package/lib/components/TableChart.js.map +1 -1
  67. package/lib/components/index.js +1 -1
  68. package/lib/components/index.js.map +1 -1
  69. package/lib/env.d.js +1 -1
  70. package/lib/env.d.js.map +1 -1
  71. package/lib/flame-chart-model.js +1 -1
  72. package/lib/flame-chart-model.js.map +1 -1
  73. package/lib/getPluginModule.js +1 -1
  74. package/lib/getPluginModule.js.map +1 -1
  75. package/lib/index-federation.js +1 -1
  76. package/lib/index-federation.js.map +1 -1
  77. package/lib/index.js +1 -1
  78. package/lib/index.js.map +1 -1
  79. package/lib/setup-tests.js +1 -1
  80. package/lib/setup-tests.js.map +1 -1
  81. package/lib/utils/data-model.js +1 -1
  82. package/lib/utils/data-model.js.map +1 -1
  83. package/lib/utils/data-transform.js +1 -1
  84. package/lib/utils/data-transform.js.map +1 -1
  85. package/lib/utils/format.js +1 -1
  86. package/lib/utils/format.js.map +1 -1
  87. package/lib/utils/palette-gen.js +1 -1
  88. package/lib/utils/palette-gen.js.map +1 -1
  89. package/lib/utils/palette.js +1 -1
  90. package/lib/utils/palette.js.map +1 -1
  91. package/lib/utils/series-tooltip.js +1 -1
  92. package/lib/utils/series-tooltip.js.map +1 -1
  93. package/lib/utils/tooltip.js +1 -1
  94. package/lib/utils/tooltip.js.map +1 -1
  95. package/lib/utils/ui-text.js +1 -1
  96. package/lib/utils/ui-text.js.map +1 -1
  97. package/lib/utils/utils.js +1 -1
  98. package/lib/utils/utils.js.map +1 -1
  99. package/mf-manifest.json +18 -18
  100. package/mf-stats.json +18 -18
  101. package/package.json +5 -4
  102. package/__mf/js/async/252.6c884480.js +0 -22
  103. package/__mf/js/async/300.89ca4340.js +0 -7
  104. package/__mf/js/async/318.8626e3b6.js +0 -1
  105. package/__mf/js/async/392.5bd0cd41.js +0 -2
  106. package/__mf/js/async/472.fd1f3611.js +0 -1
  107. package/__mf/js/async/655.dbf9b538.js +0 -1
  108. package/__mf/js/async/91.942942df.js +0 -1
  109. package/__mf/js/async/lib-router.05d93aa2.js +0 -2
  110. /package/__mf/css/async/{472.d3010b86.css → 50.d3010b86.css} +0 -0
  111. /package/__mf/css/async/{91.d3010b86.css → 669.d3010b86.css} +0 -0
  112. /package/__mf/js/async/{392.5bd0cd41.js.LICENSE.txt → 392.37cbcda7.js.LICENSE.txt} +0 -0
  113. /package/__mf/js/async/{567.1bda154e.js.LICENSE.txt → 551.70629715.js.LICENSE.txt} +0 -0
  114. /package/__mf/js/async/{252.6c884480.js.LICENSE.txt → 648.402a936f.js.LICENSE.txt} +0 -0
  115. /package/__mf/js/async/{300.89ca4340.js.LICENSE.txt → 800.9db0f6e6.js.LICENSE.txt} +0 -0
@@ -0,0 +1,7 @@
1
+ /*! For license information please see 800.9db0f6e6.js.LICENSE.txt */
2
+ (self.chunk_FlameChart=self.chunk_FlameChart||[]).push([["800"],{21203:function(e,t,n){"use strict";let r,i,o;n.r(t),n.d(t,{useChartsTheme:()=>eB,generateChartsTheme:()=>nU,checkCrosshairPinnedStatus:()=>nu,mockChartsContext:()=>Rp,DensitySelector:()=>aM,checkforNearbyTimeSeries:()=>D5,interpolateSelectionIndividual:()=>nq,TOOLTIP_DATE_FORMAT:()=>D_,DragButton:()=>cw,TimeRangeSelector:()=>DD,OptionsEditorGrid:()=>ay,TOOLTIP_MAX_HEIGHT:()=>Dj,useMousePosition:()=>Dq,TextOverlay:()=>SO,handleMoveUp:()=>cx,ContentWithLegend:()=>l8,OptionsEditorGroup:()=>aw,parseVariables:()=>ny,SeriesLabelsStack:()=>DI,UnitSelector:()=>Ra,getDateAndTime:()=>nH,YAxisLabel:()=>Rh,getTableCellLayout:()=>lP,ChartsThemeContext:()=>ej,TooltipContent:()=>Rn,TOOLTIP_MIN_WIDTH:()=>DE,useId:()=>np,ValueMappingsEditor:()=>Ot,interpolateSelectionBatch:()=>nG,isLegendItemVisuallySelected:()=>ss,getYBuffer:()=>D6,getFormattedAxis:()=>t8,PINNED_CROSSHAIR_SERIES_NAME:()=>t7,getClosestTimestampInFullDataset:()=>nd,ChartsProvider:()=>eP,getFormattedAxisLabel:()=>nN,clearHighlightedSeries:()=>nl,FALLBACK_CHART_WIDTH:()=>DV,TimeZoneSelector:()=>DR,LinkEditorForm:()=>SA,restoreChart:()=>ns,SortSelector:()=>Sj,FormatControls:()=>Ru,persesColumnsToTanstackColumns:()=>lj,NEARBY_SERIES_DESCRIPTION:()=>DN,OptionsEditorControl:()=>ax,DiscardChangesConfirmationDialog:()=>aa,ColorPicker:()=>eO,hasIndexedPatterns:()=>nP,useItemActions:()=>ez,SelectionProvider:()=>eW,TimeChartTooltip:()=>Rr,EMPTY_TOOLTIP_DATA:()=>DW,getTheme:()=>RT,TextField:()=>l7,SeriesInfo:()=>DY,buildRelativeTimeOption:()=>nr,DropIndicator:()=>aT,getClosestTimestamp:()=>nh,useSelection:()=>eU,useSnackbar:()=>t1,dateFormatOptionsWithTimeZone:()=>nF,SortSelectorButtons:()=>SL,getTimeZoneOptions:()=>ni,DYNAMIC_NEARBY_SERIES_MULTIPLIER:()=>D1,DEFAULT_COLUMN_HEIGHT:()=>40,parseVariablesAndFormat:()=>nw,getTooltipStyles:()=>DJ,ErrorAlert:()=>un,ModeSelector:()=>SD,OptionsColorPicker:()=>nQ,OptionsEditorColumn:()=>au,DEFAULT_PINNED_CROSSHAIR:()=>ne,NoDataOverlay:()=>SI,TOOLTIP_BG_COLOR_FALLBACK:()=>Dz,TOOLTIP_MAX_WIDTH:()=>DP,InterpolationFormat:()=>nm,DragAndDropElement:()=>cg,ErrorBoundary:()=>ur.ErrorBoundary,extractFieldNames:()=>nL,hasDataFieldPatterns:()=>nj,SHOW_FEWER_SERIES_LIMIT:()=>D2,INCREASE_NEARBY_SERIES_MULTIPLIER:()=>D0,LinksEditor:()=>Sk,DEFAULT_TOOLTIP_CONFIG:()=>DG,ToolbarIconButton:()=>Ro,ItemActionsProvider:()=>eV,isWithinPercentageRange:()=>D8,OPTIMIZED_MODE_SERIES_LIMIT:()=>1e3,handleMoveDown:()=>cy,PIN_TOOLTIP_HELP_TEXT:()=>DU,Table:()=>lJ,defaultCursorData:()=>D$,typography:()=>Rk,assembleTransform:()=>DZ,useTimeZone:()=>nX,hasBatchPatterns:()=>nE,RefreshIntervalPicker:()=>Rz,parseFormat:()=>nR,FormActions:()=>ul,TOOLTIP_LABELS_MAX_WIDTH:()=>DL,batchDispatchNearbySeriesActions:()=>nc,DEFAULT_COLUMN_WIDTH:()=>150,getNearbySeriesData:()=>D4,getPointInGrid:()=>na,InfoTooltip:()=>ag,AlignSelector:()=>Y,JSONEditor:()=>Sx,useMemoized:()=>n$,EMPHASIZED_SERIES_DESCRIPTION:()=>DH,TooltipHeader:()=>Rt,SeriesMarker:()=>DO,Drawer:()=>cH,FontSizeSelector:()=>uo,replaceDataFields:()=>nO,TOOLTIP_PADDING:()=>DF,TimeZoneContext:()=>nK,TimeZoneProvider:()=>nY,TransformsEditor:()=>RH,combineSx:()=>nf,useDeepMemo:()=>nW,EChart:()=>ue,useChartsContext:()=>eL,Legend:()=>l3,UNPIN_TOOLTIP_HELP_TEXT:()=>DK,Dialog:()=>al,DateTimeRangePicker:()=>DT,SettingsAutocomplete:()=>aA,ThresholdsEditor:()=>Sz,getFormattedMultipleYAxes:()=>t6,enableDataZoom:()=>no,SnackbarProvider:()=>t0,replaceVariable:()=>nb,replaceDataFieldsBatch:()=>nI,LoadingOverlay:()=>SE,formatWithTimeZone:()=>nV,legacyCheckforNearbySeries:()=>D3,replaceVariables:()=>nS,useDragAndDropMonitor:()=>cm,useLocalStorage:()=>t9,testChartsTheme:()=>Rf,TOOLTIP_ADJUST_Y_POS_MULTIPLIER:()=>DB,interpolate:()=>nv});var s,l,a,c,u,h,d,f,p,m,g,v,b,x,y,w,S,C,A,k,M,T,D=n(62540),R=n(70451),O=n.n(R),I=n(11750),E=n(81023),P=n(59238),j=n(41953),L=n(24726),B=n(77308),F=n(23434),V=n(26952),N=n(72052),H=n(29009),z=n(46733);function _(e){return(0,z.Ay)("MuiButtonGroup",e)}let $=(0,H.A)("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"]);var W=n(94580),q=n(30016);let G=(0,B.A)("div",{name:"MuiButtonGroup",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[{[`& .${$.grouped}`]:t.grouped},{[`& .${$.grouped}`]:t[`grouped${(0,L.A)(n.orientation)}`]},{[`& .${$.grouped}`]:t[`grouped${(0,L.A)(n.variant)}`]},{[`& .${$.grouped}`]:t[`grouped${(0,L.A)(n.variant)}${(0,L.A)(n.orientation)}`]},{[`& .${$.grouped}`]:t[`grouped${(0,L.A)(n.variant)}${(0,L.A)(n.color)}`]},{[`& .${$.firstButton}`]:t.firstButton},{[`& .${$.lastButton}`]:t.lastButton},{[`& .${$.middleButton}`]:t.middleButton},t.root,t[n.variant],!0===n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,"vertical"===n.orientation&&t.vertical]}})((0,F.A)(({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",[`& .${$.lastButton},& .${$.middleButton}`]:{borderTopRightRadius:0,borderTopLeftRadius:0},[`& .${$.firstButton},& .${$.middleButton}`]:{borderBottomRightRadius:0,borderBottomLeftRadius:0}}},{props:{orientation:"horizontal"},style:{[`& .${$.firstButton},& .${$.middleButton}`]:{borderTopRightRadius:0,borderBottomRightRadius:0},[`& .${$.lastButton},& .${$.middleButton}`]:{borderTopLeftRadius:0,borderBottomLeftRadius:0}}},{props:{variant:"text",orientation:"horizontal"},style:{[`& .${$.firstButton},& .${$.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)"}`,[`&.${$.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"text",orientation:"vertical"},style:{[`& .${$.firstButton},& .${$.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)"}`,[`&.${$.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,V.A)()).flatMap(([t])=>[{props:{variant:"text",color:t},style:{[`& .${$.firstButton},& .${$.middleButton}`]:{borderColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / 0.5)`:(0,P.X4)(e.palette[t].main,.5)}}}]),{props:{variant:"outlined",orientation:"horizontal"},style:{[`& .${$.firstButton},& .${$.middleButton}`]:{borderRightColor:"transparent","&:hover":{borderRightColor:"currentColor"}},[`& .${$.lastButton},& .${$.middleButton}`]:{marginLeft:-1}}},{props:{variant:"outlined",orientation:"vertical"},style:{[`& .${$.firstButton},& .${$.middleButton}`]:{borderBottomColor:"transparent","&:hover":{borderBottomColor:"currentColor"}},[`& .${$.lastButton},& .${$.middleButton}`]:{marginTop:-1}}},{props:{variant:"contained",orientation:"horizontal"},style:{[`& .${$.firstButton},& .${$.middleButton}`]:{borderRight:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${$.disabled}`]:{borderRight:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},{props:{variant:"contained",orientation:"vertical"},style:{[`& .${$.firstButton},& .${$.middleButton}`]:{borderBottom:`1px solid ${(e.vars||e).palette.grey[400]}`,[`&.${$.disabled}`]:{borderBottom:`1px solid ${(e.vars||e).palette.action.disabled}`}}}},...Object.entries(e.palette).filter((0,V.A)(["dark"])).map(([t])=>({props:{variant:"contained",color:t},style:{[`& .${$.firstButton},& .${$.middleButton}`]:{borderColor:(e.vars||e).palette[t].dark}}}))],[`& .${$.grouped}`]:{minWidth:40,boxShadow:"none",props:{variant:"contained"},style:{"&:hover":{boxShadow:"none"}}}}))),U=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiButtonGroup"}),{children:r,className:i,color:o="primary",component:s="div",disabled:l=!1,disableElevation:a=!1,disableFocusRipple:c=!1,disableRipple:u=!1,fullWidth:h=!1,orientation:d="horizontal",size:f="medium",variant:p="outlined",...m}=n,g={...n,color:o,component:s,disabled:l,disableElevation:a,disableFocusRipple:c,disableRipple:u,fullWidth:h,orientation:d,size:f,variant:p},v=(e=>{let{classes:t,color:n,disabled:r,disableElevation:i,fullWidth:o,orientation:s,variant:l}=e,a={root:["root",l,s,o&&"fullWidth",i&&"disableElevation",`color${(0,L.A)(n)}`],grouped:["grouped",`grouped${(0,L.A)(s)}`,`grouped${(0,L.A)(l)}`,`grouped${(0,L.A)(l)}${(0,L.A)(s)}`,`grouped${(0,L.A)(l)}${(0,L.A)(n)}`,r&&"disabled"],firstButton:["firstButton"],lastButton:["lastButton"],middleButton:["middleButton"]};return(0,E.A)(a,_,t)})(g),b=R.useMemo(()=>({className:v.grouped,color:o,disabled:l,disableElevation:a,disableFocusRipple:c,disableRipple:u,fullWidth:h,size:f,variant:p}),[o,l,a,c,u,h,f,p,v.grouped]),x=(0,j.A)(r),y=x.length;return(0,D.jsx)(G,{as:s,role:"group",className:(0,I.A)(v.root,i),ref:t,ownerState:g,...m,children:(0,D.jsx)(W.A.Provider,{value:b,children:x.map((e,t)=>{let n,r;return(0,D.jsx)(q.A.Provider,{value:(n=0===t,r=t===y-1,n&&r?"":n?v.firstButton:r?v.lastButton:v.middleButton),children:e},t)})})})});var K=n(7013);function Y({onChange:e,value:t="left",...n}){let r=t=>{e(t)};return(0,D.jsxs)(U,{"aria-label":"Alignement",...n,children:[(0,D.jsx)(K.A,{onClick:()=>r("left"),variant:"left"===t?"contained":"outlined",children:"Left"},"left"),(0,D.jsx)(K.A,{onClick:()=>r("center"),variant:"center"===t?"contained":"outlined",children:"Center"},"center"),(0,D.jsx)(K.A,{onClick:()=>r("right"),variant:"right"===t?"contained":"outlined",children:"Right"},"right")]})}var X=n(315),Q=n(47095),Z=n(93648);function J(){return(J=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 ee(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 et(e){var t=(0,R.useRef)(e),n=(0,R.useRef)(function(e){t.current&&t.current(e)});return t.current=e,n.current}var en,er=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e<t?t:e},ei=function(e){return"touches"in e},eo=function(e){return e&&e.ownerDocument.defaultView||self},es=function(e,t,n){var r=e.getBoundingClientRect(),i=ei(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:er((i.pageX-(r.left+eo(e).pageXOffset))/r.width),top:er((i.pageY-(r.top+eo(e).pageYOffset))/r.height)}},el=function(e){ei(e)||e.preventDefault()},ea=R.memo(function(e){var t=e.onMove,n=e.onKey,r=ee(e,["onMove","onKey"]),i=(0,R.useRef)(null),o=et(t),s=et(n),l=(0,R.useRef)(null),a=(0,R.useRef)(!1),c=(0,R.useMemo)(function(){var e=function(e){el(e),(ei(e)?e.touches.length>0:e.buttons>0)&&i.current?o(es(i.current,e,l.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=a.current,o=eo(i.current),s=n?o.addEventListener:o.removeEventListener;s(r?"touchmove":"mousemove",e),s(r?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,r=i.current;if(r&&(el(t),(!a.current||ei(t))&&r)){if(ei(t)){a.current=!0;var s=t.changedTouches||[];s.length&&(l.current=s[0].identifier)}r.focus(),o(es(r,t,l.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),s({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]},[s,o]),u=c[0],h=c[1],d=c[2];return(0,R.useEffect)(function(){return d},[d]),R.createElement("div",J({},r,{onTouchStart:u,onMouseDown:u,className:"react-colorful__interactive",ref:i,onKeyDown:h,tabIndex:0,role:"slider"}))}),ec=function(e){return e.filter(Boolean).join(" ")},eu=function(e){var t=e.color,n=e.left,r=e.top,i=ec(["react-colorful__pointer",e.className]);return R.createElement("div",{className:i,style:{top:100*(void 0===r?.5:r)+"%",left:100*n+"%"}},R.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},eh=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},ed=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?eh(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?eh(parseInt(e.substring(6,8),16)/255,2):1}},ef=function(e){var t=e.s,n=e.v,r=e.a,i=(200-t)*n/100;return{h:eh(e.h),s:eh(i>0&&i<200?t*n/100/(i<=100?i:200-i)*100:0),l:eh(i/2),a:eh(r,2)}},ep=function(e){var t=ef(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},em=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),s=r*(1-n),l=r*(1-(t-o)*n),a=r*(1-(1-t+o)*n),c=o%6;return{r:eh(255*[r,l,s,s,a,r][c]),g:eh(255*[a,r,r,l,s,s][c]),b:eh(255*[s,s,a,r,r,l][c]),a:eh(i,2)}},eg=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},ev=function(e){var t=e.r,n=e.g,r=e.b,i=e.a,o=i<1?eg(eh(255*i)):"";return"#"+eg(t)+eg(n)+eg(r)+o},eb=function(e){var t=e.r,n=e.g,r=e.b,i=e.a,o=Math.max(t,n,r),s=o-Math.min(t,n,r),l=s?o===t?(n-r)/s:o===n?2+(r-t)/s:4+(t-n)/s:0;return{h:eh(60*(l<0?l+6:l)),s:eh(o?s/o*100:0),v:eh(o/255*100),a:i}},ex=R.memo(function(e){var t=e.hue,n=e.onChange,r=ec(["react-colorful__hue",e.className]);return R.createElement("div",{className:r},R.createElement(ea,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:er(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":eh(t),"aria-valuemax":"360","aria-valuemin":"0"},R.createElement(eu,{className:"react-colorful__hue-pointer",left:t/360,color:ep({h:t,s:100,v:100,a:1})})))}),ey=R.memo(function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:ep({h:t.h,s:100,v:100,a:1})};return R.createElement("div",{className:"react-colorful__saturation",style:r},R.createElement(ea,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:er(t.s+100*e.left,0,100),v:er(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+eh(t.s)+"%, Brightness "+eh(t.v)+"%"},R.createElement(eu,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:ep(t)})))}),ew=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},eS="undefined"!=typeof window?R.useLayoutEffect:R.useEffect,eC=new Map,eA=function(e){eS(function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!eC.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}',eC.set(t,r);var i=en||n.nc;i&&r.setAttribute("nonce",i),t.head.appendChild(r)}},[])},ek=function(e){var t,n,r,i,o,s=e.className,l=e.colorModel,a=e.color,c=void 0===a?l.defaultColor:a,u=e.onChange,h=ee(e,["className","colorModel","color","onChange"]),d=(0,R.useRef)(null);eA(d);var f=(t=et(u),r=(n=(0,R.useState)(function(){return l.toHsva(c)}))[0],i=n[1],o=(0,R.useRef)({color:c,hsva:r}),(0,R.useEffect)(function(){if(!l.equal(c,o.current.color)){var e=l.toHsva(c);o.current={hsva:e,color:c},i(e)}},[c,l]),(0,R.useEffect)(function(){var e;ew(r,o.current.hsva)||l.equal(e=l.fromHsva(r),o.current.color)||(o.current={hsva:r,color:e},t(e))},[r,l,t]),[r,(0,R.useCallback)(function(e){i(function(t){return Object.assign({},t,e)})},[])]),p=f[0],m=f[1],g=ec(["react-colorful",s]);return R.createElement("div",J({},h,{ref:d,className:g}),R.createElement(ey,{hsva:p,onChange:m}),R.createElement(ex,{hue:p.h,onChange:m,className:"react-colorful__last-control"}))},eM={defaultColor:"000",toHsva:function(e){return eb(ed(e))},fromHsva:function(e){return ev(em({h:e.h,s:e.s,v:e.v,a:1}))},equal:function(e,t){return e.toLowerCase()===t.toLowerCase()||ew(ed(e),ed(t))}},eT=function(e){return R.createElement(ek,J({},e,{colorModel:eM}))},eD=n(29618),eR=n(98029);let eO=({color:e,onChange:t,onClear:n,palette:r})=>{let[i,o]=(0,R.useState)(e),s=e=>{o(e),t?.(e)};return(0,D.jsxs)(X.A,{spacing:1,children:[(0,D.jsx)(eT,{color:e,onChange:s,style:{width:"100%"}}),(0,D.jsx)(X.A,{direction:"row",flexWrap:"wrap",justifyContent:"space-evenly",width:"200px",children:r&&r.map((e,t)=>(0,D.jsx)(Q.A,{size:"small","aria-label":`change color to ${e}`,sx:{color:e},onClick:()=>s(e),children:(0,D.jsx)(eD.default,{})},t))}),(0,D.jsxs)(X.A,{direction:"row",gap:1,alignItems:"center",children:[(0,D.jsx)(Z.A,{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}`),eI(e.target.value)&&t?.(e.target.value)}}),n&&(0,D.jsx)(Q.A,{onClick:n,children:(0,D.jsx)(eR.default,{})})]})]})},eI=(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};var eE=n(91823);function eP(e){let{children:t,chartsTheme:n,enablePinning:r=!1,enableSyncGrouping:i=!0}=e,[o,s]=(0,R.useState)(null),l=(0,R.useMemo)(()=>({chartsTheme:n,enablePinning:r,lastTooltipPinnedCoords:o,enableSyncGrouping:i,setLastTooltipPinnedCoords:s}),[n,r,i,o,s]);return(0,D.jsx)(ej.Provider,{value:l,children:t})}let ej=(0,R.createContext)(void 0);function eL(){let e=(0,R.useContext)(ej);if(void 0===e)throw Error("No ChartsThemeContext found. Did you forget a Provider?");return e}function eB(){return eL().chartsTheme}let eF=(0,R.createContext)(void 0);function eV({children:e}){let[t,n]=(0,R.useState)(new Map),r=(0,R.useCallback)((e,t,r)=>{n(n=>{let i=new Map(n),o=i.get(e)||{loading:!1};if(void 0!==r){let n=new Map(o.itemStatuses||new Map),s=n.get(r)||{loading:!1};n.set(r,{...s,...t}),i.set(e,{...o,itemStatuses:n})}else i.set(e,{...o,...t});return i})},[]),i=(0,R.useCallback)(e=>{n(t=>{if(void 0===e)return new Map;if(!t.has(e))return t;let n=new Map(t);return n.delete(e),n})},[]),o=(0,R.useMemo)(()=>({actionStatuses:t,setActionStatus:r,clearActionStatus:i}),[t,r,i]);return(0,D.jsx)(eF.Provider,{value:o,children:e})}let eN=()=>{},eH={actionStatuses:new Map,setActionStatus:eN,clearActionStatus:eN,hasContext:!1};function ez(){let e=(0,R.useContext)(eF);return(0,R.useMemo)(()=>e?{...e,hasContext:!0}:eH,[e])}let e_=(0,R.createContext)(void 0),e$=(e,t)=>t;function eW({children:e}){let[t,n]=(0,R.useState)(new Map),r=(0,R.useRef)(e$),i=(0,R.useCallback)(e=>{r.current=e},[]),o=(0,R.useCallback)(e=>{let t=new Map;e.forEach(({item:e,id:n})=>t.set(n,e)),n(t)},[]),s=(0,R.useCallback)((e,t)=>{n(n=>{let r=new Map(n);return r.has(t)?r.delete(t):r.set(t,e),r})},[]),l=(0,R.useCallback)(e=>{n(t=>{if(!t.has(e))return t;let n=new Map(t);return n.delete(e),n})},[]),a=(0,R.useCallback)(()=>n(new Map),[]),c=(0,R.useCallback)((e,n)=>t.has(r.current(e,n)),[t]),u=(0,R.useMemo)(()=>({selectionMap:t,setSelection:o,toggleSelection:s,removeFromSelection:l,clearSelection:a,isSelected:c,registerGetId:i}),[t,o,s,l,a,c,i]);return(0,D.jsx)(e_.Provider,{value:u,children:e})}let eq=()=>{},eG={selectionMap:new Map,setSelection:eq,toggleSelection:eq,removeFromSelection:eq,clearSelection:eq,isSelected:()=>!1,hasContext:!1};function eU(e){let t=(0,R.useContext)(e_);return(0,R.useEffect)(()=>{t&&e?.getId&&t.registerGetId(e.getId)},[t,e?.getId]),(0,R.useMemo)(()=>{if(!t)return eG;let{registerGetId:e,...n}=t;return{...n,hasContext:!0}},[t])}var eK=n(20231);let eY=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},eX={data:""},eQ=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,eZ=/\/\*[^]*?\*\/| +/g,eJ=/\n+/g,e0=(e,t)=>{let n="",r="",i="";for(let o in e){let s=e[o];"@"==o[0]?"i"==o[1]?n=o+" "+s+";":r+="f"==o[1]?e0(s,o):o+"{"+e0(s,"k"==o[1]?"":t)+"}":"object"==typeof s?r+=e0(s,t?t.replace(/([^,])+/g,e=>o.replace(/([^,]*:\S+\([^)]*\))|([^,])+/g,t=>/&/.test(t)?t.replace(/&/g,e):e?e+" "+t:t)):o):null!=s&&(o=/^--/.test(o)?o:o.replace(/[A-Z]/g,"-$&").toLowerCase(),i+=e0.p?e0.p(o,s):o+":"+s+";")}return n+(t&&i?t+"{"+i+"}":i)+r},e1={},e2=e=>{if("object"==typeof e){let t="";for(let n in e)t+=n+e2(e[n]);return t}return e};function e5(e){let t,n,r,i=this||{},o=e.call?e(i.p):e;return((e,t,n,r,i)=>{var o;let s=e2(e),l=e1[s]||(e1[s]=(e=>{let t=0,n=11;for(;t<e.length;)n=101*n+e.charCodeAt(t++)>>>0;return"go"+n})(s));if(!e1[l]){let t=s!==e?e:(e=>{let t,n,r=[{}];for(;t=eQ.exec(e.replace(eZ,""));)t[4]?r.shift():t[3]?(n=t[3].replace(eJ," ").trim(),r.unshift(r[0][n]=r[0][n]||{})):r[0][t[1]]=t[2].replace(eJ," ").trim();return r[0]})(e);e1[l]=e0(i?{["@keyframes "+l]:t}:t,n?"":"."+l)}let a=n&&e1.g?e1.g:null;return n&&(e1.g=e1[l]),o=e1[l],a?t.data=t.data.replace(a,o):-1===t.data.indexOf(o)&&(t.data=r?o+t.data:t.data+o),l})(o.unshift?o.raw?(t=[].slice.call(arguments,1),n=i.p,o.reduce((e,r,i)=>{let o=t[i];if(o&&o.call){let e=o(n),t=e&&e.props&&e.props.className||/^go/.test(e)&&e;o=t?"."+t:e&&"object"==typeof e?e.props?"":e0(e,""):!1===e?"":e}return e+r+(null==o?"":o)},"")):o.reduce((e,t)=>Object.assign(e,t&&t.call?t(i.p):t),{}):o,(r=i.target,"object"==typeof window?((r?r.querySelector("#_goober"):window._goober)||Object.assign((r||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:r||eX),i.g,i.o,i.k)}function e3(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 e4(e,t,n){return t&&e3(e.prototype,t),n&&e3(e,n),e}function e8(){return(e8=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 e6(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function e9(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 e7(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}e5.bind({g:1}),e5.bind({k:1});var te=function(){return""},tt=O().createContext({enqueueSnackbar:te,closeSnackbar:te}),tn="@media (max-width:599.95px)",tr="@media (min-width:600px)",ti=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},to=function(e){return""+ti(e.vertical)+ti(e.horizontal)},ts=function(e){return!!e||0===e},tl="unmounted",ta="exited",tc="entering",tu="entered",th="exiting",td=function(e){function t(t){var n,r=e.call(this,t)||this,i=t.appear;return r.appearStatus=null,t.in?i?(n=ta,r.appearStatus=tc):n=tu:n=t.unmountOnExit||t.mountOnEnter?tl:ta,r.state={status:n},r.nextCallback=null,r}e6(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===tl?{status:ta}: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!==tc&&n!==tu&&(t=tc):(n===tc||n===tu)&&(t=th)}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===tc?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===ta&&this.setState({status:tl})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.getTimeouts();e||n?(this.props.onEnter&&this.props.onEnter(this.node,e),this.safeSetState({status:tc},function(){t.props.onEntering&&t.props.onEntering(t.node,e),t.onTransitionEnd(r.enter,function(){t.safeSetState({status:tu},function(){t.props.onEntered&&t.props.onEntered(t.node,e)})})})):this.safeSetState({status:tu},function(){t.props.onEntered&&t.props.onEntered(t.node,e)})},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts();t?(this.props.onExit&&this.props.onExit(this.node),this.safeSetState({status:th},function(){e.props.onExiting&&e.props.onExiting(e.node),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:ta},function(){e.props.onExited&&e.props.onExited(e.node)})})})):this.safeSetState({status:ta},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;!this.node||n?setTimeout(this.nextCallback,0):(this.props.addEndListener&&this.props.addEndListener(this.node,this.nextCallback),null!=e&&setTimeout(this.nextCallback,e))},n.render=function(){var e=this.state.status;if(e===tl)return null;var t=this.props;return(0,t.children)(e,e9(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]))},e4(t,[{key:"node",get:function(){var e,t=null==(e=this.props.nodeRef)?void 0:e.current;if(!t)throw Error("notistack - Custom snackbar is not refForwarding");return t}}]),t}(O().Component);function tf(){}function tp(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function tm(e,t){return(0,R.useMemo)(function(){return null==e&&null==t?null:function(n){tp(e,n),tp(t,n)}},[e,t])}function tg(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}}td.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:tf,onEntering:tf,onEntered:tf,onExit:tf,onExiting:tf,onExited:tf};var tv=function(e){e.scrollTop=e.scrollTop},tb=function(e){return Math.round(e)+"ms"};function tx(e,t){void 0===e&&(e=["all"]);var n=t||{},r=n.duration,i=void 0===r?300:r,o=n.easing,s=void 0===o?"cubic-bezier(0.4, 0, 0.2, 1)":o,l=n.delay,a=void 0===l?0:l;return(Array.isArray(e)?e:[e]).map(function(e){return e+" "+("string"==typeof i?i:tb(i))+" "+s+" "+("string"==typeof a?a:tb(a))}).join(",")}function ty(e){return(e&&e.ownerDocument||document).defaultView||window}function tw(e,t){if(t){var n=function(e,t){var n,r=t.getBoundingClientRect(),i=ty(t);if(t.fakeTransform)n=t.fakeTransform;else{var o=i.getComputedStyle(t);n=o.getPropertyValue("-webkit-transform")||o.getPropertyValue("transform")}var s=0,l=0;if(n&&"none"!==n&&"string"==typeof n){var a=n.split("(")[1].split(")")[0].split(",");s=parseInt(a[4],10),l=parseInt(a[5],10)}switch(e){case"left":return"translateX("+(i.innerWidth+s-r.left)+"px)";case"right":return"translateX(-"+(r.left+r.width-s)+"px)";case"up":return"translateY("+(i.innerHeight+l-r.top)+"px)";default:return"translateY(-"+(r.top+r.height-l)+"px)"}}(e,t);n&&(t.style.webkitTransform=n,t.style.transform=n)}}var tS=(0,R.forwardRef)(function(e,t){var n=e.children,r=e.direction,i=void 0===r?"down":r,o=e.in,s=e.style,l=e.timeout,a=void 0===l?0:l,c=e.onEnter,u=e.onEntered,h=e.onExit,d=e.onExited,f=e9(e,["children","direction","in","style","timeout","onEnter","onEntered","onExit","onExited"]),p=(0,R.useRef)(null),m=tm(n.ref,p),g=tm(m,t),v=(0,R.useCallback)(function(){p.current&&tw(i,p.current)},[i]);return(0,R.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),s=0;s<i;s++)o[s]=arguments[s];clearTimeout(n),n=setTimeout(function(){e.apply(r,o)},t)}return void 0===t&&(t=166),r.clear=function(){clearTimeout(n)},r}(function(){p.current&&tw(i,p.current)}),t=ty(p.current);return t.addEventListener("resize",e),function(){e.clear(),t.removeEventListener("resize",e)}}},[i,o]),(0,R.useEffect)(function(){o||v()},[o,v]),(0,R.createElement)(td,Object.assign({appear:!0,nodeRef:p,onEnter:function(e,t){tw(i,e),tv(e),c&&c(e,t)},onEntered:u,onEntering:function(e){var t=(null==s?void 0:s.transitionTimingFunction)||"cubic-bezier(0.0, 0, 0.2, 1)",n=tg({timeout:a,mode:"enter",style:e8({},s,{transitionTimingFunction:t})});e.style.webkitTransition=tx("-webkit-transform",n),e.style.transition=tx("transform",n),e.style.webkitTransform="none",e.style.transform="none"},onExit:function(e){var t=(null==s?void 0:s.transitionTimingFunction)||"cubic-bezier(0.4, 0, 0.6, 1)",n=tg({timeout:a,mode:"exit",style:e8({},s,{transitionTimingFunction:t})});e.style.webkitTransition=tx("-webkit-transform",n),e.style.transition=tx("transform",n),tw(i,e),h&&h(e)},onExited:function(e){e.style.webkitTransition="",e.style.transition="",d&&d(e)},in:o,timeout:a},f),function(e,t){return(0,R.cloneElement)(n,e8({ref:g,style:e8({visibility:"exited"!==e||o?void 0:"hidden"},s,{},n.props.style)},t))})});tS.displayName="Slide";var tC=function(e){return O().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))},tA={maxSnack:3,persist:!1,hideIconVariant:!1,disableWindowBlurListener:!1,variant:"default",autoHideDuration:5e3,iconVariant:{default:void 0,success:O().createElement(function(){return O().createElement(tC,null,O().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:O().createElement(function(){return O().createElement(tC,null,O().createElement("path",{d:"M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z"}))},null),error:O().createElement(function(){return O().createElement(tC,null,O().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:O().createElement(function(){return O().createElement(tC,null,O().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:tS,transitionDuration:{enter:225,exit:195}},tk=function(e,t){var n=function(e){return"number"==typeof e||null===e};return n(e)?e:n(t)?t:tA.autoHideDuration},tM=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"])?e8({},tA.transitionDuration,{},n(t,["object"])&&t,{},e):n(t,["string","number"])?t:n(t,["object"])?e8({},tA.transitionDuration,{},t):tA.transitionDuration};function tT(e){return Object.entries(e).reduce(function(e,t){var n,r=t[0],i=t[1];return e8({},e,((n={})[r]=e5(i),n))},{})}var tD="notistack-CollapseWrapper",tR=tT({root:{height:0},entered:{height:"auto"}}),tO=(0,R.forwardRef)(function(e,t){var n=e.children,r=e.in,i=e.onExited,o=(0,R.useRef)(null),s=(0,R.useRef)(null),l=tm(t,s),a=function(){return o.current?o.current.clientHeight:0};return(0,R.createElement)(td,{in:r,unmountOnExit:!0,onEnter:function(e){e.style.height="0px"},onEntered:function(e){e.style.height="auto"},onEntering:function(e){var t=a(),n=tg({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=a()+"px"},onExited:i,onExiting:function(e){tv(e);var t=tg({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:s,timeout:175},function(e,t){return(0,R.createElement)("div",Object.assign({ref:l,className:eY(tR.root,"entered"===e&&tR.entered),style:e8({pointerEvents:"all",overflow:"hidden",minHeight:"0px",transition:tx("height")},"entered"===e&&{overflow:"visible"},{},"exited"===e&&!r&&{visibility:"hidden"})},t),(0,R.createElement)("div",{ref:o,className:tD,style:{display:"flex",width:"100%"}},n))})});tO.displayName="Collapse";var tI={right:"left",left:"right",bottom:"up",top:"down"},tE=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 e8({},t,((r={})[n]=e[n],r))},{})},tP=function(){};function tj(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 s=[].concat(i);t&&-1===s.indexOf(t)&&s.push(t),e.apply(this,s),n.apply(this,s)}},tP)}var tL="undefined"!=typeof window?R.useLayoutEffect:R.useEffect;function tB(e){var t=(0,R.useRef)(e);return tL(function(){t.current=e}),(0,R.useCallback)(function(){return t.current.apply(void 0,arguments)},[])}var tF=(0,R.forwardRef)(function(e,t){var n=e.children,r=e.className,i=e.autoHideDuration,o=e.disableWindowBlurListener,s=void 0!==o&&o,l=e.onClose,a=e.id,c=e.open,u=e.SnackbarProps,h=void 0===u?{}:u,d=(0,R.useRef)(),f=tB(function(){l&&l.apply(void 0,arguments)}),p=tB(function(e){l&&null!=e&&(d.current&&clearTimeout(d.current),d.current=setTimeout(function(){f(null,"timeout",a)},e))});(0,R.useEffect)(function(){return c&&p(i),function(){d.current&&clearTimeout(d.current)}},[c,i,p]);var m=function(){d.current&&clearTimeout(d.current)},g=(0,R.useCallback)(function(){null!=i&&p(.5*i)},[i,p]);return(0,R.useEffect)(function(){if(!s&&c)return window.addEventListener("focus",g),window.addEventListener("blur",m),function(){window.removeEventListener("focus",g),window.removeEventListener("blur",m)}},[s,g,c]),(0,R.createElement)("div",Object.assign({ref:t},h,{className:eY("notistack-Snackbar",r),onMouseEnter:function(e){h.onMouseEnter&&h.onMouseEnter(e),m()},onMouseLeave:function(e){h.onMouseLeave&&h.onMouseLeave(e),g()}}),n)});tF.displayName="Snackbar";var tV=tT({root:((x={display:"flex",flexWrap:"wrap",flexGrow:1})[tr]={flexGrow:"initial",minWidth:"288px"},x)}),tN=(0,R.forwardRef)(function(e,t){var n=e.className,r=e9(e,["className"]);return O().createElement("div",Object.assign({ref:t,className:eY(tV.root,n)},r))});tN.displayName="SnackbarContent";var tH=tT({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"}}),tz="notistack-snackbar",t_=(0,R.forwardRef)(function(e,t){var n=e.id,r=e.message,i=e.action,o=e.iconVariant,s=e.variant,l=e.hideIconVariant,a=e.style,c=e.className,u=o[s],h=i;return"function"==typeof h&&(h=h(n)),O().createElement(tN,{ref:t,role:"alert","aria-describedby":tz,style:a,className:eY("notistack-MuiContent","notistack-MuiContent-"+s,tH.root,tH[s],c,!l&&u&&tH.lessPadding)},O().createElement("div",{id:tz,className:tH.message},l?null:u,r),h&&O().createElement("div",{className:tH.action},h))});t_.displayName="MaterialDesignContent";var t$=(0,R.memo)(t_),tW=tT({wrappedRoot:{width:"100%",position:"relative",transform:"translateX(0)",top:0,right:0,bottom:0,left:0,minWidth:"288px"}}),tq=function(e){var t,n=(0,R.useRef)(),r=(0,R.useState)(!0),i=r[0],o=r[1],s=tj([e.snack.onClose,e.onClose]),l=(0,R.useCallback)(function(){n.current=setTimeout(function(){o(function(e){return!e})},125)},[]);(0,R.useEffect)(function(){return function(){n.current&&clearTimeout(n.current)}},[]);var a=e.snack,c=e.classes,u=e.Component,h=(0,R.useMemo)(function(){return tE(c)},[c]),d=a.open,f=a.SnackbarProps,p=a.TransitionComponent,m=a.TransitionProps,g=a.transitionDuration,v=a.disableWindowBlurListener,b=a.content,x=e9(a,["open","SnackbarProps","TransitionComponent","TransitionProps","transitionDuration","disableWindowBlurListener","content","entered","requestClose","onEnter","onEntered","onExit","onExited"]),y=e8({direction:"center"!==(t=x.anchorOrigin).horizontal?tI[t.horizontal]:tI[t.vertical],timeout:g},m),w=b;"function"==typeof w&&(w=w(x.id,x.message));var S=["onEnter","onEntered","onExit","onExited"].reduce(function(t,n){var r;return e8({},t,((r={})[n]=tj([e.snack[n],e[n]],x.id),r))},{});return O().createElement(tO,{in:i,onExited:S.onExited},O().createElement(tF,{open:d,id:x.id,disableWindowBlurListener:v,autoHideDuration:x.autoHideDuration,className:eY(tW.wrappedRoot,h.root,h["anchorOrigin"+to(x.anchorOrigin)]),SnackbarProps:f,onClose:s},O().createElement(p,Object.assign({},y,{appear:!0,in:d,onExit:S.onExit,onExited:l,onEnter:S.onEnter,onEntered:tj([S.onEntered,function(){e.snack.requestClose&&s(null,"instructed",e.snack.id)}],x.id)}),w||O().createElement(void 0===u?t$:u,Object.assign({},x)))))},tG=20,tU=6,tK=2,tY="."+tD,tX=tT({root:((y={boxSizing:"border-box",display:"flex",maxHeight:"100%",position:"fixed",zIndex:1400,height:"auto",width:"auto",transition:tx(["top","right","bottom","left","max-width"],{duration:300,easing:"ease"}),pointerEvents:"none"})[tY]={padding:tU+"px 0px",transition:"padding 300ms ease 0ms"},y.maxWidth="calc(100% - "+2*tG+"px)",y[tn]={width:"100%",maxWidth:"calc(100% - 32px)"},y),rootDense:((w={})[tY]={padding:tK+"px 0px"},w),top:{top:tG-tU+"px",flexDirection:"column"},bottom:{bottom:tG-tU+"px",flexDirection:"column-reverse"},left:((S={left:tG+"px"})[tr]={alignItems:"flex-start"},S[tn]={left:"16px"},S),right:((C={right:tG+"px"})[tr]={alignItems:"flex-end"},C[tn]={right:"16px"},C),center:((A={left:"50%",transform:"translateX(-50%)"})[tr]={alignItems:"center"},A)}),tQ=(0,R.memo)(function(e){var t=e.classes,n=void 0===t?{}:t,r=e.anchorOrigin,i=e.dense,o=e.children,s=eY("notistack-SnackbarContainer",tX[r.vertical],tX[r.horizontal],tX.root,n.containerRoot,n["containerAnchorOrigin"+to(r)],i&&tX.rootDense);return O().createElement("div",{className:s},o)}),tZ=function(e){return!("string"==typeof e||(0,R.isValidElement)(e))},tJ=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=tZ(e)?e:t,o=tZ(e)?e.message:e,s=i.key,l=i.preventDuplicate,a=e9(i,["key","preventDuplicate"]),c=ts(s),u=c?s:new Date().getTime()+Math.random(),h=(r=n.props,function(e,t){return(void 0===t&&(t=!1),t)?e8({},tA[e],{},r[e],{},a[e]):"autoHideDuration"===e?tk(a.autoHideDuration,r.autoHideDuration):"transitionDuration"===e?tM(a.transitionDuration,r.transitionDuration):a[e]||r[e]||tA[e]}),d=e8({id:u},a,{message:o,open:!0,entered:!1,requestClose:!1,persist:h("persist"),action:h("action"),content:h("content"),variant:h("variant"),anchorOrigin:h("anchorOrigin"),disableWindowBlurListener:h("disableWindowBlurListener"),autoHideDuration:h("autoHideDuration"),hideIconVariant:h("hideIconVariant"),TransitionComponent:h("TransitionComponent"),transitionDuration:h("transitionDuration"),TransitionProps:h("TransitionProps",!0),iconVariant:h("iconVariant",!0),style:h("style",!0),SnackbarProps:h("SnackbarProps",!0),className:eY(n.props.className,a.className)});return d.persist&&(d.autoHideDuration=void 0),n.setState(function(e){if(void 0===l&&n.props.preventDuplicate||l){var t=function(e){return c?e.id===u:e.message===o},r=e.queue.findIndex(t)>-1,i=e.snacks.findIndex(t)>-1;if(r||i)return e}return n.handleDisplaySnack(e8({},e,{queue:[].concat(e.queue,[d])}))}),u},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?e8({},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?e8({},e):(t=!0,e.entered)?(e.onClose&&e.onClose(null,"maxsnack",e.id),n.props.onClose&&n.props.onClose(null,"maxsnack",e.id),e8({},e,{open:!1})):e8({},e,{requestClose:!0})});return e8({},e,{snacks:i})},n.handleEnteredSnack=function(e,t,r){if(!ts(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?e8({},e,{entered:!0}):e8({},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?e8({},e,{open:!1}):e8({},e,{requestClose:!0}):e8({},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});ts(e)&&t&&t.onClose&&t.onClose(null,"instructed",e),n.handleCloseSnack(null,"instructed",e)},n.handleExitedSnack=function(e,t){if(!ts(t))throw Error("handleExitedSnack Cannot be called with undefined key");n.setState(function(e){var r=n.processQueue(e8({},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(e7(n)),closeSnackbar:n.closeSnackbar.bind(e7(n))}},n}return e6(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,s=void 0!==o&&o,l=n.Components,a=void 0===l?{}:l,c=n.classes,u=this.state.snacks.reduce(function(e,t){var n,r=to(t.anchorOrigin),i=e[r]||[];return e8({},e,((n={})[r]=[].concat(i,[t]),n))},{}),h=Object.keys(u).map(function(t){var n=u[t],r=n[0];return O().createElement(tQ,{key:t,dense:s,anchorOrigin:r.anchorOrigin,classes:c},n.map(function(t){return O().createElement(tq,{key:t.id,snack:t,classes:c,Component:a[t.variant],onClose:e.handleCloseSnack,onEnter:e.props.onEnter,onExit:e.props.onExit,onExited:tj([e.handleExitedSnack,e.props.onExited],t.id),onEntered:tj([e.handleEnteredSnack,e.props.onEntered],t.id)})}))});return O().createElement(tt.Provider,{value:t},i,r?(0,eK.createPortal)(h,r):h)},e4(t,[{key:"maxSnack",get:function(){return this.props.maxSnack||tA.maxSnack}}]),t}(R.Component);function t0({children:e,...t}){return(0,D.jsx)(tJ,{...t,Components:{error:(0,B.A)(t$)(()=>({"&.notistack-MuiContent-error":{whiteSpace:"pre-wrap"}}))},children:e})}function t1(){let{enqueueSnackbar:e,closeSnackbar:t}=(0,R.useContext)(tt),n=t2(e,"error"),r=t2(e,"info"),i=t2(e,"warning"),o=t2(e,"success"),s=(0,R.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:s}}function t2(e,t){return(0,R.useCallback)((n,r)=>e(n,{...r,variant:t}),[e,t])}var t5=n(25632),t3=n.n(t5),t4=n(12826);function t8(e,t){return[t3()({type:"value",boundaryGap:[0,"10%"],axisLabel:{formatter:e=>(0,t4.Fl)(e,t)}},e)]}function t6(e,t,n,r){let i=[],o=t3()({type:"value",position:"left",boundaryGap:[0,"10%"],axisLabel:{formatter:e=>(0,t4.Fl)(e,t),overflow:"truncate"}},e);i.push(o);let s=0;return n.forEach((t,n)=>{var o;let l,a,c={type:"value",position:"right",offset:s,boundaryGap:[0,"10%"],axisLabel:{formatter:e=>(0,t4.Fl)(e,t)},splitLine:{show:!1},show:e?.show};i.push(c),r&&(s+=(o=r[n]??1e3,l=(0,t4.Fl)(o,t),((a=document.createElement("canvas").getContext("2d"))?(a.font="12px sans-serif",a.measureText(l).width):6*l.length)+10))}),i}function t9(e,t){let{value:n,setValueAndStore:r}=function(e,t,n){let[r,i]=(0,R.useState)(()=>{try{let n=e.getItem(t);if(null!==n)return JSON.parse(n)}catch{}return e.setItem(t,JSON.stringify(n)),n}),o=(0,R.useCallback)(n=>{i(n),e.setItem(t,JSON.stringify(n))},[i,e,t]);return{value:r,setValue:i,setValueAndStore:o}}(window.localStorage,e,t);return[n,r]}let t7="Pinned Crosshair",ne={name:t7,type:"line",markLine:{data:[],lineStyle:{type:"dashed",width:2},emphasis:{lineStyle:{width:2,opacity:1}},blur:{lineStyle:{width:2,opacity:1}}}};var nt=n(69791),nn=n(94461);function nr(e){return{value:{pastDuration:e},display:`Last ${(0,nn.formatDuration)((0,nt.pW)(e),{delimiter:", "})}`}}function ni(){return["local","UTC",...Intl.supportedValuesOf?.("timeZone")??[]].filter((e,t,n)=>n.indexOf(e)===t).map(e=>({value:e,display:"local"===e?"Local":e.replace(/_/g," ")}))}function no(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 ns(e){e.dispatchAction({type:"restore"})}function nl(e){void 0!==e.dispatchAction&&(e.dispatchAction({type:"unselect"}),e.dispatchAction({type:"downplay"}))}function na(e,t,n){if(void 0===n)return null;let r=[e,t];return n.containPixel("grid",r)?n.convertFromPixel("grid",r):null}function nc(e,t,n,r,i,o){let s=o.length>0?o[o.length-1]:i[i.length-1];void 0!==s&&e.dispatchAction({type:"select",seriesIndex:s.seriesIndex,dataIndex:s.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 nu(e){return e[e.length-1]?.name===t7}function nh(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 nd(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=nh(o.values,t)}return r}function nf(...e){return e.flatMap(e=>void 0===e?[]:Array.isArray(e)?e:[e])}function np(e){void 0===globalThis.useIdValue&&(globalThis.useIdValue=0);let t=(0,R.useRef)(void 0);return void 0===t.current&&(t.current=`${e}-${globalThis.useIdValue++}`),t.current}var nm=((s={}).CSV="csv",s.DISTRIBUTED="distributed",s.DOUBLEQUOTE="doublequote",s.GLOB="glob",s.JSON="json",s.LUCENE="lucene",s.PERCENTENCODE="percentencode",s.PIPE="pipe",s.PROMETHEUS="prometheus",s.RAW="raw",s.REGEX="regex",s.SINGLEQUOTE="singlequote",s.SQLSTRING="sqlstring",s.TEXT="text",s.QUERYPARAM="queryparam",s);function ng(e){if(!e)return;let t=e.toLowerCase();return Object.values(nm).find(e=>e===t)||void 0}function nv(e,t,n){switch(n){case"csv":case"raw":return e.join(",");case"distributed":{let[n,...r]=e;return`${[n,...r.map(e=>`${t}=${e}`)].join(",")}`}case"doublequote":return e.map(e=>`"${e}"`).join(",");case"glob":return`{${e.join(",")}}`;case"json":return JSON.stringify(e.map(e=>{try{return JSON.parse(e)}catch{return e}}));case"lucene":return`(${e.map(e=>`"${e}"`).join(" OR ")})`;case"percentencode":return encodeURIComponent(e.join(","));case"pipe":return e.join("|");case"regex":{let t=e.map(e=>e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"));return`(${t.join("|")})`}case"singlequote":return e.map(e=>`'${e}'`).join(",");case"sqlstring":return e.map(e=>`'${e.replace(/'/g,"''")}'`).join(",");case"text":return e.join(" + ");case"queryparam":return e.map(e=>`${t}=${encodeURIComponent(e)}`).join("&");default:return`(${e.join("|")})`}}function nb(e,t,n,r){let i="$"+t,o="${"+t+(r?":"+r:"")+"}",s="";return Array.isArray(n)&&(s=nv(n,t,r||"prometheus")),"string"==typeof n&&(s=nv([n],t,r||"raw")),(e=e.replaceAll(i,s)).replaceAll(o,s)}let nx=/\$(\w+)|\${(\w+)(?:\.([^:^}]+))?(?::([^}]+))?}/gm;function ny(e){let t,n=new Set;for(;null!==(t=nx.exec(e));)t&&(t[1]?n.add(t[1]):t[2]&&n.add(t[2]));return Array.from(n.values())}function nw(e){let t,n=new Map;for(;null!==(t=nx.exec(e));)if(t){let e;t[4]&&(e=t[4]),t[1]?n.set(t[1],ng(e)):t[2]&&n.set(t[2],ng(e))}return n}function nS(e,t){let n=nw(e),r=Array.from(n.keys()),i=e;return r.sort((e,t)=>t.length-e.length).forEach(e=>{let r=t[e];r&&void 0!==r.value&&(i=nb(i,e,r?.value,n.get(e)))}),i}let nC=/\$\{__data\.fields(?:\[(?:"|')([^"']+)(?:"|')\]|\.([a-zA-Z_][a-zA-Z0-9_]*))(?::([a-z]+))?\}/g,nA=/\$\{__data\[(\d+)\]\.fields\[(?:"|')([^"']+)(?:"|')\]\}/g,nk=/\$\{__data\.index\}/g,nM=/\$\{__data\.count\}/g,nT=/("|')?\$\{__data(?::([a-z]+))?\}("|')?/g;function nD(e,t){if(Object.prototype.hasOwnProperty.call(e,t)){let n=e[t];return null==n?"":"object"==typeof n?JSON.stringify(n):String(n)}if(t.includes(".")){let n=t.split("."),r=e;for(let e of n){if(null==r||"object"!=typeof r)return"";r=r[e]}return null==r?"":"object"==typeof r?JSON.stringify(r):String(r)}return""}function nR(e){if(!e)return;let t=e.toLowerCase();return Object.values(nm).find(e=>e===t)}function nO(e,t,n={}){let{urlEncode:r=!0,index:i,count:o}=n,s=e,l=[];return void 0!==i&&(s=s.replaceAll(nk,String(i))),void 0!==o&&(s=s.replaceAll(nM,String(o))),s=s.replaceAll(nT,(e,n,r,i)=>{let o=nR(r)??nm.RAW;return o===nm.JSON?JSON.stringify(t):nv(Object.values(t).map(e=>JSON.stringify(e)),"",o)}),nC.lastIndex=0,{text:s=s.replaceAll(nC,(e,n,i,o)=>{let s=n??i??"",a=nD(t,s);""===a&&void 0===t[s]&&l.push(`Field "${s}" not found in data`);let c=nR(o);if(c)return nv([a],s,c);if(r){if(c===nm.RAW)return a;if(c!==nm.QUERYPARAM&&c!==nm.PERCENTENCODE)return encodeURIComponent(a)}return a}),errors:l.length>0?l:void 0}}function nI(e,t,n={}){let{urlEncode:r=!0}=n,i=e,o=[];return i=i.replaceAll(nM,String(t.length)),nA.lastIndex=0,nC.lastIndex=0,{text:i=(i=(i=i.replaceAll(nT,(e,n,r,i)=>{let o=nR(r)??nm.RAW,s=nv(Object.values(t).map(e=>JSON.stringify(e)),"",o);return n&&i?s:`${n??""}${s}${i??""}`})).replaceAll(nA,(e,n,i)=>{let s=parseInt(n,10);if(s<0||s>=t.length)return o.push(`Index ${s} out of bounds (0-${t.length-1})`),e;let l=nD(t[s],i);return""===l&&void 0===t[s][i]&&o.push(`Field "${i}" not found in data at index ${s}`),r?encodeURIComponent(l):l})).replaceAll(nC,(e,n,r,i)=>{let o=n??r??"";return nv(t.map(e=>nD(e,o)),o,nR(i)||nm.CSV)}),errors:o.length>0?o:void 0}}function nE(e){return nA.lastIndex=0,nA.test(e)||/\$\{__data\.fields(?:\[["'][^"']+["']\]|\.[a-zA-Z_][a-zA-Z0-9_]*):[a-z]+\}/.test(e)}function nP(e){return nA.lastIndex=0,nA.test(e)}function nj(e){return nC.lastIndex=0,nA.lastIndex=0,nC.test(e)||nA.test(e)}function nL(e){let t,n=new Set;for(nC.lastIndex=0,nA.lastIndex=0;null!==(t=nC.exec(e));)n.add(t[1]??t[2]);for(;null!==(t=nA.exec(e));)n.add(t[2]);return Array.from(n)}var nB=n(63682);function nF(e,t){if(t){let n=t.toLowerCase();if("local"!==n&&"browser"!==n)return{...e,timeZone:"utc"===n?"UTC":t}}return e}function nV(e,t,n){let r=n?.toLowerCase();return n&&"local"!==r&&"browser"!==r?(0,nB.formatInTimeZone)(e,"utc"===r?"UTC":n,t):(0,nn.format)(e,t)}function nN(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 nH=e=>{if(!e)return{formattedDate:"",formattedTime:""};let t=new Date(e);return{formattedDate:(0,nn.format)(t,"MMM dd, yyyy - "),formattedTime:(0,nn.format)(t,"HH:mm:ss")}};var nz=n(18264),n_=n.n(nz);function n$(e,t){let n=(0,R.useRef)(),r=!0;for(let e=0;e<t.length;e++)if(n.current?.deps[e]!==t[e]){r=!1;break}return(void 0===n.current||!1===r)&&(n.current={value:e(),deps:t}),n.current.value}function nW(e,t){let n=(0,R.useRef)();return(void 0===n.current||!1===n_()(t,n.current.deps))&&(n.current={value:e(),deps:t}),n.current.value}function nq(e,t,n,r,i){let o=nO(e,t,{index:n,count:r}),s=o.text,l=[];return o.errors&&l.push(...o.errors.map(e=>e.replace("in data","in selection data"))),i&&(s=nS(s,i)),{text:s,errors:l.length>0?l:void 0}}function nG(e,t,n){let r=nI(e,t),i=r.text,o=[];return r.errors&&o.push(...r.errors.map(e=>e.replace("in data","in selection data"))),n&&(i=nS(i,n)),{text:i,errors:o.length>0?o:void 0}}function nU(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 t3()({echartsTheme:r,noDataOption:{title:{show:!0,textStyle:{color:n,fontSize:16,fontWeight:400},text:"No data",left:"center",top:"center"},xAxis:{show:!1},yAxis:{show:!1}},sparkline:{width:2,color:"#1976d2"},container:{padding:{default:parseInt(e.spacing(1.5),10)}},thresholds:{defaultColor:e.palette.success.main,palette:["#FFCC00",e.palette.warning.main,e.palette.error.main]}},t)}let nK=(0,R.createContext)(void 0);function nY(e){let{children:t,timeZone:n}=e;return(0,D.jsx)(nK.Provider,{value:n,children:t})}function nX(){let e=(0,R.useContext)(nK);return{timeZone:e??"local",formatWithUserTimeZone:(t,n)=>nV(t,n,e),dateFormatOptionsWithUserTimeZone:t=>nF(t,e)}}function nQ({label:e,color:t,onColorChange:n,onClear:r}){let[i,o]=(0,R.useState)(null),s=!!i,{thresholds:{defaultColor:l,palette:a}}=eB();return(0,D.jsxs)(D.Fragment,{children:[(0,D.jsx)(nZ,{size:"small","aria-label":`change ${e} color`,isSelected:s,iconColor:t,onClick:e=>{o(e.currentTarget)},children:(0,D.jsx)(eD.default,{})}),(0,D.jsx)(eE.Ay,{"data-testid":"options color picker",open:s,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,D.jsx)(eO,{color:t,palette:[l,...a],onChange:n,onClear:r})})]})}let nZ=(0,B.A)(Q.A,{shouldForwardProp:e=>"isSelected"!==e&&"iconColor"!==e})(({iconColor:e,isSelected:t})=>({backgroundColor:t&&e?`${e}3F`:"undefined",color:e}));var nJ=n(56599),n0=n(74628),n1=n(3967),n2=n(38662);function n5(e){e()}function n3(e,t){return n=>e(t(n))}function n4(e){return void 0!==e}function n8(){}function n6(e,t){return t(e)}function n9(...e){return e}function n7(e,t){e(0,t)}function re(e){e(2)}function rt(e){return e(4)}function rn(e,t){return e(1,e=>t(0,e))}function rr(e,t){let n=e(1,e=>{n(),t(e)});return n}function ri(e){let t,n;return r=>i=>{t=i,n&&clearTimeout(n),n=setTimeout(()=>{r(t)},e)}}function ro(e,t){return e===t}function rs(e=ro){let t;return n=>r=>{e(t,r)||(t=r,n(r))}}function rl(e){return t=>n=>{e(n)&&t(n)}}function ra(e){return t=>n3(t,e)}function rc(e){return t=>()=>{t(e)}}function ru(e,...t){let n=function(...e){return t=>e.reduceRight(n6,t)}(...t);return(t,r)=>{switch(t){case 2:re(e);return;case 1:return e(1,n(r))}}}function rh(e,t){return n=>r=>{n(t=e(t,r))}}function rd(e){return t=>n=>{e>0?e--:t(n)}}function rf(e){let t=null,n;return r=>i=>{t=i,n||(n=setTimeout(()=>{n=void 0,r(t)},e))}}function rp(...e){let t=Array(e.length),n=0,r=null,i=Math.pow(2,e.length)-1;return e.forEach((e,o)=>{let s=Math.pow(2,o);e(1,e=>{let l=n;n|=s,t[o]=e,l!==i&&n===i&&r&&(r(),r=null)})}),e=>o=>{let s=()=>{e([o].concat(t))};n===i?s():r=s}}function rm(e){let t=e,n=rv();return(e,r)=>{switch(e){case 0:t=r;break;case 1:r(t);break;case 4:return t}return n(e,r)}}function rg(e,t){var n;return n=rm(t),rn(e,n),n}function rv(){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 rb(e){var t;return t=rv(),rn(e,t),t}function rx(e,t=[],{singleton:n}={singleton:!0}){return{constructor:e,dependencies:t,id:ry(),singleton:n}}let ry=()=>Symbol();function rw(...e){let t=rv(),n=Array(e.length),r=0,i=Math.pow(2,e.length)-1;return e.forEach((e,o)=>{let s=Math.pow(2,o);e(1,e=>{n[o]=e,(r|=s)===i&&t(0,n)})}),function(e,o){switch(e){case 2:return void re(t);case 1:return r===i&&o(n),t(1,o)}}}function rS(e,t=ro){return ru(e,rs(t))}function rC(...e){return function(t,n){switch(t){case 2:return;case 1:return function(...e){return()=>{e.map(n5)}}(...e.map(e=>e(1,n)))}}}var rA=((o=rA||{})[o.DEBUG=0]="DEBUG",o[o.INFO=1]="INFO",o[o.WARN=2]="WARN",o[o.ERROR=3]="ERROR",o);let rk={0:"debug",3:"error",1:"log",2:"warn"},rM=rx(()=>{let e=rm(3);return{log:rm((t,n,r=1)=>{var i;r>=(null!=(i=(typeof globalThis>"u"?window:globalThis).VIRTUOSO_LOG_LEVEL)?i:rt(e))&&console[rk[r]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",t,n)}),logLevel:e}},[],{singleton:!0});function rT(e,t,n){return rD(e,t,n).callbackRef}function rD(e,t,n){let r=R.useRef(null),i=e=>{};if("u">typeof ResizeObserver){let o=R.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 rR(e,t,n,r,i,o,s,l,a){return rD(R.useCallback(n=>{let a=function(e,t,n,r){let i=e.length;if(0===i)return null;let o=[];for(let s=0;s<i;s++){let i=e.item(s);if(void 0===i.dataset.index)continue;let l=parseInt(i.dataset.index),a=parseFloat(i.dataset.knownSize),c=t(i,n);if(0===c&&r("Zero-sized element, this should not happen",{child:i},rA.ERROR),c===a)continue;let u=o[o.length-1];0===o.length||u.size!==c||u.endIndex!==l-1?o.push({endIndex:l,size:c,startIndex:l}):o[o.length-1].endIndex++}return o}(n.children,t,l?"offsetWidth":"offsetHeight",i),c=n.parentElement;for(;!c.dataset.virtuosoScroller;)c=c.parentElement;let u="window"===c.lastElementChild.dataset.viewportType,h=s?l?s.scrollLeft:s.scrollTop:u?l?window.pageXOffset||document.documentElement.scrollLeft:window.pageYOffset||document.documentElement.scrollTop:l?c.scrollLeft:c.scrollTop;r({scrollHeight:s?l?s.scrollWidth:s.scrollHeight:u?l?document.documentElement.scrollWidth:document.documentElement.scrollHeight:l?c.scrollWidth:c.scrollHeight,scrollTop:Math.max(h,0),viewportHeight:s?l?s.offsetWidth:s.offsetHeight:u?l?window.innerWidth:window.innerHeight:l?c.offsetWidth:c.offsetHeight}),null==o||o(l?rO("column-gap",getComputedStyle(n).columnGap,i):rO("row-gap",getComputedStyle(n).rowGap,i)),null!==a&&e(a)},[e,t,i,o,s,r]),n,a)}function rO(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,rA.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}function rI(e,t,n){let r=R.useRef(null),i=R.useCallback(n=>{let i,o;if(!(null!=n&&n.offsetParent))return;let s=n.getBoundingClientRect(),l=s.width;if(t){let e=t.getBoundingClientRect(),n=s.top-e.top;o=e.height-Math.max(0,n),i=n+t.scrollTop}else o=window.innerHeight-Math.max(0,s.top),i=s.top+window.pageYOffset;r.current={offsetTop:i,visibleHeight:o,visibleWidth:l},e(r.current)},[e,t]),{callbackRef:o,ref:s}=rD(i,!0,n),l=R.useCallback(()=>{i(s.current)},[i,s]);return R.useEffect(()=>{if(!t)return window.addEventListener("scroll",l),window.addEventListener("resize",l),()=>{window.removeEventListener("scroll",l),window.removeEventListener("resize",l)};{t.addEventListener("scroll",l);let e=new ResizeObserver(()=>{requestAnimationFrame(l)});return e.observe(t),()=>{t.removeEventListener("scroll",l),e.unobserve(t)}}},[l,t]),o}let rE=rx(()=>{let e=rv(),t=rv(),n=rm(0),r=rv(),i=rm(0),o=rv(),s=rv(),l=rm(0),a=rm(0),c=rm(0),u=rm(0),h=rv(),d=rv(),f=rm(!1),p=rm(!1),m=rm(!1);return rn(ru(e,ra(({scrollTop:e})=>e)),t),rn(ru(e,ra(({scrollHeight:e})=>e)),s),rn(t,i),{deviation:n,fixedFooterHeight:c,fixedHeaderHeight:a,footerHeight:u,headerHeight:l,horizontalDirection:p,scrollBy:d,scrollContainerState:e,scrollHeight:s,scrollingInProgress:f,scrollTo:h,scrollTop:t,skipAnimationFrameInResizeObserver:m,smoothScrollTargetReached:r,statefulScrollTop:i,viewportHeight:o}},[],{singleton:!0}),rP={lvl:0};function rj(e,t){let n=e.length;if(0===n)return[];let{index:r,value:i}=t(e[0]),o=[];for(let s=1;s<n;s++){let{index:n,value:l}=t(e[s]);o.push({end:n-1,start:r,value:i}),r=n,i=l}return o.push({end:1/0,start:r,value:i}),o}function rL(e){return e===rP}function rB(e,t){if(!rL(e))return t===e.k?e.v:t<e.k?rB(e.l,t):rB(e.r,t)}function rF(e,t,n="k"){if(rL(e))return[-1/0,void 0];if(Number(e[n])===t)return[e.k,e.v];if(Number(e[n])<t){let r=rF(e.r,t,n);return r[0]===-1/0?[e.k,e.v]:r}return rF(e.l,t,n)}function rV(e,t,n){return rL(e)?rW(t,n,1):t===e.k?r_(e,{k:t,v:n}):t<e.k?rG(rq(r_(e,{l:rV(e.l,t,n)}))):rG(rq(r_(e,{r:rV(e.r,t,n)})))}function rN(e,t,n){if(rL(e))return[];let r=rF(e,t)[0];return rj(function e(t,n,r){if(rL(t))return[];let{k:i,l:o,r:s,v:l}=t,a=[];return i>n&&(a=a.concat(e(o,n,r))),i>=n&&i<=r&&a.push({k:i,v:l}),i<=r&&(a=a.concat(e(s,n,r))),a}(e,r,n),({k:e,v:t})=>({index:e,value:t}))}function rH(e){return rL(e)?[]:[...rH(e.l),{k:e.k,v:e.v},...rH(e.r)]}function rz(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(r$(t))return rq(r_(e,{lvl:n-1}));if(!rL(t)&&!rL(t.r))return r_(t.r,{l:r_(t,{r:t.r.l}),lvl:n,r:r_(e,{l:t.r.r,lvl:n-1})});throw Error("Unexpected empty nodes")}if(r$(e))return rG(r_(e,{lvl:n-1}));if(rL(r)||rL(r.l))throw Error("Unexpected empty nodes");{let t=r.l,i=r$(t)?r.lvl-1:r.lvl;return r_(t,{l:r_(e,{lvl:n-1,r:t.l}),lvl:t.lvl+1,r:rG(r_(r,{l:t.r,lvl:i}))})}}function r_(e,t){return rW(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 r$(e){return rL(e)||e.lvl>e.r.lvl}function rW(e,t,n,r=rP,i=rP){return{k:e,l:r,lvl:n,r:i,v:t}}function rq(e){let{l:t}=e;return rL(t)||t.lvl!==e.lvl?e:r_(t,{r:r_(e,{l:t.r})})}function rG(e){let{lvl:t,r:n}=e;return rL(n)||rL(n.r)||n.lvl!==t||n.r.lvl!==t?e:r_(n,{l:r_(e,{r:n.l}),lvl:t+1})}function rU(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}function rK(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}let rY=rx(()=>({recalcInProgress:rm(!1)}),[],{singleton:!0});function rX(e,t,n,r=0){let i=e.length-1;for(;r<=i;){let o=Math.floor((r+i)/2),s=n(e[o],t);if(0===s)return o;if(-1===s){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 rQ(e,t){return Math.round(e.getBoundingClientRect()[t])}function rZ(e){return!rL(e.groupOffsetTree)}function rJ({index:e},t){return t===e?0:t<e?-1:1}function r0({offset:e},t){return t===e?0:t<e?-1:1}function r1(e,t,n){if(0===t.length)return 0;let{index:r,offset:i,size:o}=t[rX(t,e,rJ)],s=e-r,l=o*s+(s-1)*n+i;return l>0?l+n:l}function r2(e,t){if(!rZ(t))return e;let n=0;for(;t.groupIndices[n]<=e+n;)n++;return e+n}function r5(e,t,n){if("u">typeof e.groupIndex)return t.groupIndices[e.groupIndex]+1;{let r=r2("LAST"===e.index?n:e.index,t);return Math.max(0,r,Math.min(n,r))}}function r3(e,[t,n,r,i]){t.length>0&&r("received item sizes",t,rA.DEBUG);let o=e.sizeTree,s=o,l=0;if(n.length>0&&rL(o)&&2===t.length){let e=t[0].size,r=t[1].size;s=n.reduce((t,n)=>rV(rV(t,n,e),n+1,r),s)}else[s,l]=function(e,t){let n=rL(e)?0:1/0;for(let r of t){let{endIndex:t,size:i,startIndex:o}=r;if(n=Math.min(n,o),rL(e)){e=rV(e,0,i);continue}let s=rN(e,o-1,t+1);if(s.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 l=!1,a=!1;for(let{end:n,start:r,value:o}of s)l?(t>=r||i===o)&&(e=function e(t,n){if(rL(t))return rP;let{k:r,l:i,r:o}=t;if(n!==r)return n<r?rz(r_(t,{l:e(i,n)})):rz(r_(t,{r:e(o,n)}));if(rL(i))return o;if(rL(o))return i;{let[e,n]=function e(t){return rL(t.r)?[t.k,t.v]:e(t.r)}(i);return rz(r_(t,{k:e,l:function e(t){return rL(t.r)?t.l:rz(r_(t,{r:e(t.r)}))}(i),v:n}))}}(e,r)):(a=o!==i,l=!0),n>t&&t>=r&&o!==i&&(e=rV(e,t+1,o));a&&(e=rV(e,o,i))}return[e,n]}(s,t);if(s===o)return e;let{lastIndex:a,lastOffset:c,lastSize:u,offsetTree:h}=r8(e.offsetTree,l,s,i);return{groupIndices:n,groupOffsetTree:n.reduce((e,t)=>rV(e,t,r1(t,h,i)),rP),lastIndex:a,lastOffset:c,lastSize:u,offsetTree:h,sizeTree:s}}function r4(e,t){let n=0,r=0;for(;n<e;)n+=t[r+1]-t[r]-1,r++;return r-(n!==e)}function r8(e,t,n,r){let i=e,o=0,s=0,l=0,a=0;if(0!==t){a=rX(i,t-1,rJ),l=i[a].offset;let e=rF(n,t-1);o=e[0],s=e[1],i.length&&i[a].size===rF(n,t)[1]&&(a-=1),i=i.slice(0,a+1)}else i=[];for(let{start:e,value:a}of rN(n,t,1/0)){let t=e-o,n=t*s+l+t*r;i.push({index:e,offset:n,size:a}),o=e,l=n,s=a}return{lastIndex:o,lastOffset:l,lastSize:s,offsetTree:i}}function r6(e){return{index:e.index,value:e}}let r9={offsetHeight:"height",offsetWidth:"width"},r7=rx(([{log:e},{recalcInProgress:t}])=>{let n=rv(),r=rv(),i=rg(r,0),o=rv(),s=rv(),l=rm(0),a=rm([]),c=rm(void 0),u=rm(void 0),h=rm((e,t)=>rQ(e,r9[t])),d=rm(void 0),f=rm(0),p={groupIndices:[],groupOffsetTree:rP,lastIndex:0,lastOffset:0,lastSize:0,offsetTree:[],sizeTree:rP},m=rg(ru(n,rp(a,e,f),rh(r3,p),rs()),p),g=rg(ru(a,rs(),rh((e,t)=>({current:t,prev:e.current}),{current:[],prev:[]}),ra(({prev:e})=>e)),[]);rn(ru(a,rl(e=>e.length>0),rp(m,f),ra(([e,t,n])=>{let r=e.reduce((e,r,i)=>rV(e,r,r1(r,t.offsetTree,n)||i),rP);return{...t,groupIndices:e,groupOffsetTree:r}})),m),rn(ru(r,rp(m),rl(([e,{lastIndex:t}])=>e<t),ra(([e,{lastIndex:t,lastSize:n}])=>[{endIndex:t,size:n,startIndex:e}])),n),rn(c,u);let v=rg(ru(c,ra(e=>void 0===e)),!0);rn(ru(u,rl(e=>void 0!==e&&rL(rt(m).sizeTree)),ra(e=>[{endIndex:0,size:e,startIndex:0}])),n);let b=rb(ru(n,rp(m),rh(({sizes:e},[t,n])=>({changed:n!==e,sizes:n}),{changed:!1,sizes:p}),ra(e=>e.changed)));ru(l,rh((e,t)=>({diff:e.prev-t,prev:t}),{diff:0,prev:0}),ra(e=>e.diff))(1,e=>{let{groupIndices:n}=rt(m);if(e>0)t(0,!0),o(0,e+r4(e,n));else if(e<0){let t=rt(g);t.length>0&&(e-=r4(-e,t)),s(0,e)}}),ru(l,rp(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:l},rA.ERROR)});let x=rb(o);rn(ru(o,rp(m),ra(([e,t])=>{let n=t.groupIndices.length>0,r=[],i=t.lastSize;if(n){let n=rB(t.sizeTree,0),o=0,s=0;for(;o<e;){let e=t.groupIndices[s],l=t.groupIndices.length===s+1?1/0:t.groupIndices[s+1]-e-1;r.push({endIndex:e,size:n,startIndex:e}),r.push({endIndex:e+1+l-1,size:i,startIndex:e+1}),s++,o+=l+1}let l=rH(t.sizeTree);return o!==e&&l.shift(),l.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 rH(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 y=rb(ru(s,rp(m,f),ra(([e,{offsetTree:t},n])=>r1(-e,t,n))));return rn(ru(s,rp(m,f),ra(([e,t,n])=>{if(t.groupIndices.length>0){if(rL(t.sizeTree))return t;let r=rP,i=rt(g),o=0,s=0,l=0;for(;o<-e;){l=i[s];let e=i[s+1]-l-1;s++,o+=e+1}return r=rH(t.sizeTree).reduce((t,{k:n,v:r})=>rV(t,Math.max(0,n+e),r),r),o!==-e&&(r=rV(r,0,rB(t.sizeTree,l)),r=rV(r,1,rF(t.sizeTree,-e+1)[1])),{...t,sizeTree:r,...r8(t.offsetTree,0,r,n)}}{let r=rH(t.sizeTree).reduce((t,{k:n,v:r})=>rV(t,Math.max(0,n+e),r),rP);return{...t,sizeTree:r,...r8(t.offsetTree,0,r,n)}}})),m),{beforeUnshiftWith:x,data:d,defaultItemSize:u,firstItemIndex:l,fixedItemSize:c,gap:f,groupIndices:a,itemSize:h,listRefresh:b,shiftWith:s,shiftWithOffset:y,sizeRanges:n,sizes:m,statefulTotalCount:i,totalCount:r,trackItemSizes:v,unshiftWith:o}},n9(rM,rY),{singleton:!0});function ie(e){return e.reduce((e,t)=>(e.groupIndices.push(e.totalCount),e.totalCount+=t+1,e),{groupIndices:[],totalCount:0})}let it=rx(([{groupIndices:e,sizes:t,totalCount:n},{headerHeight:r,scrollTop:i}])=>{let o=rv(),s=rv(),l=rb(ru(o,ra(ie)));return rn(ru(l,ra(e=>e.totalCount)),n),rn(ru(l,ra(e=>e.groupIndices)),e),rn(ru(rw(i,t,r),rl(([e,t])=>rZ(t)),ra(([e,t,n])=>rF(t.groupOffsetTree,Math.max(e-n,0),"v")[0]),rs(),ra(e=>[e])),s),{groupCounts:o,topItemsIndexes:s}},n9(r7,rE)),ir=rx(([{log:e}])=>{let t=rm(!1),n=rb(ru(t,rl(e=>e),rs()));return t(1,t=>{t&&rt(e)("props updated",{},rA.DEBUG)}),{didMount:n,propsReady:t}},n9(rM),{singleton:!0}),ii="u">typeof document&&"scrollBehavior"in document.documentElement.style;function io(e){let t="number"==typeof e?{index:e}:e;return t.align||(t.align="start"),t.behavior&&ii||(t.behavior="auto"),t.offset||(t.offset=0),t}let is=rx(([{gap:e,listRefresh:t,sizes:n,totalCount:r},{fixedFooterHeight:i,fixedHeaderHeight:o,footerHeight:s,headerHeight:l,scrollingInProgress:a,scrollTo:c,smoothScrollTargetReached:u,viewportHeight:h},{log:d}])=>{let f=rv(),p=rv(),m=rm(0),g=null,v=null,b=null;function x(){g&&(g(),g=null),b&&(b(),b=null),v&&(clearTimeout(v),v=null),a(0,!1)}return rn(ru(f,rp(n,h,r,m,l,s,d),rp(e,o,i),ra(([[e,n,r,i,o,s,l,c],h,d,m])=>{let y=io(e),{align:w,behavior:S,offset:C}=y,A=i-1,k=r5(y,n,A),M=r1(k,n.offsetTree,h)+s;"end"===w?(M+=d+rF(n.sizeTree,k)[1]-r+m,k===A&&(M+=l)):"center"===w?M+=(d+rF(n.sizeTree,k)[1]-r+m)/2:M-=o,C&&(M+=C);let T=t=>{x(),t?(c("retrying to scroll to",{location:e},rA.DEBUG),f(0,e)):(p(0,!0),c("list did not change, scroll successful",{},rA.DEBUG))};if(x(),"smooth"===S){let e=!1;b=t(1,t=>{e=e||t}),g=rr(u,()=>{T(e)})}else g=rr(ru(t,e=>{let t=setTimeout(()=>{e(!1)},150);return n=>{n&&(e(!0),clearTimeout(t))}}),T);return v=setTimeout(()=>{x()},1200),a(0,!0),c("scrolling from index to",{behavior:S,index:k,top:M},rA.DEBUG),{behavior:S,top:M}})),c),{scrollTargetReached:p,scrollToIndex:f,topListHeight:m}},n9(r7,rE,rM),{singleton:!0});function il(e,t){0==e?t():requestAnimationFrame(()=>{il(e-1,t)})}function ia(e,t){return"number"==typeof e?e:"LAST"===e.index?t-1:e.index}let ic=rx(([{defaultItemSize:e,listRefresh:t,sizes:n},{scrollTop:r},{scrollTargetReached:i,scrollToIndex:o},{didMount:s}])=>{let l=rm(!0),a=rm(0),c=rm(!0);return rn(ru(s,rp(a),rl(([e,t])=>!!t),rc(!1)),l),rn(ru(s,rp(a),rl(([e,t])=>!!t),rc(!1)),c),ru(rw(t,s),rp(l,n,e,c),rl(([[,e],t,{sizeTree:n},r,i])=>e&&(!rL(n)||n4(r))&&!t&&!i),rp(a))(1,([,e])=>{rr(i,()=>{c(0,!0)}),il(4,()=>{rr(r,()=>{l(0,!0)}),o(0,e)})}),{initialItemFinalLocationReached:c,initialTopMostItemIndex:a,scrolledToInitialItem:l}},n9(r7,rE,is,ir),{singleton:!0});function iu(e,t){return 1.01>Math.abs(e-t)}let ih="down",id={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollHeight:0,scrollTop:0,viewportHeight:0}},ip=rx(([{footerHeight:e,headerHeight:t,scrollBy:n,scrollContainerState:r,scrollTop:i,viewportHeight:o}])=>{let s=rm(!1),l=rm(!0),a=rv(),c=rv(),u=rm(4),h=rm(0),d=rg(ru(rC(ru(rS(i),rd(1),rc(!0)),ru(rS(i),rd(1),rc(!1),ri(100))),rs()),!1),f=rg(ru(rC(ru(n,rc(!0)),ru(n,rc(!1),ri(200))),rs()),!1);rn(ru(rw(rS(i),rS(h)),ra(([e,t])=>e<=t),rs()),l),rn(ru(l,rf(50)),c);let p=rb(ru(rw(r,rS(o),rS(t),rS(e),rS(u)),rh((e,[{scrollHeight:t,scrollTop:n},r,i,o,s])=>{let l={scrollHeight:t,scrollTop:n,viewportHeight:r};if(n+r-t>-s){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}},id),rs((e,t)=>e&&e.atBottom===t.atBottom))),m=rg(ru(r,rh((e,{scrollHeight:t,scrollTop:n,viewportHeight:r})=>{if(iu(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}),rl(e=>e.changed),ra(e=>e.jump)),0);rn(ru(p,ra(e=>e.atBottom)),s),rn(ru(s,rf(50)),a);let g=rm(ih);rn(ru(r,ra(({scrollTop:e})=>e),rs(),rh((e,t)=>rt(f)?{direction:e.direction,prevScrollTop:t}:{direction:t<e.prevScrollTop?"up":ih,prevScrollTop:t},{direction:ih,prevScrollTop:0}),ra(e=>e.direction)),g),rn(ru(r,rf(50),rc("none")),g);let v=rm(0);return rn(ru(d,rl(e=>!e),rc(0)),v),rn(ru(i,rf(100),rp(d),rl(([e,t])=>!!t),rh(([e,t],[n])=>[t,n],[0,0]),ra(([e,t])=>t-e)),v),{atBottomState:p,atBottomStateChange:a,atBottomThreshold:u,atTopStateChange:c,atTopThreshold:h,isAtBottom:s,isAtTop:l,isScrolling:d,lastJumpDueToItemResize:m,scrollDirection:g,scrollVelocity:v}},n9(rE)),im="bottom",ig="none";function iv(e,t,n){return"number"==typeof e?"up"===n&&"top"===t||n===ih&&t===im?e:0:"up"===n?"top"===t?e.main:e.reverse:t===im?e.main:e.reverse}function ib(e,t){var n;return"number"==typeof e?e:null!=(n=e[t])?n:0}let ix=rx(([{deviation:e,fixedHeaderHeight:t,headerHeight:n,scrollTop:r,viewportHeight:i}])=>{let o=rv(),s=rm(0),l=rm(0),a=rm(0),c=rg(ru(rw(rS(r),rS(i),rS(n),rS(o,rK),rS(a),rS(s),rS(t),rS(e),rS(l)),ra(([e,t,n,[r,i],o,s,l,a,c])=>{let u=e-a,h=Math.max(n-u,0),d=ig,f=ib(c,"top"),p=ib(c,im);return r-=a,r+=n+l,i+=n+l,r>e+(s+l)-f&&(d="up"),(i-=a)<e-h+t+p&&(d=ih),d!==ig?[Math.max(u-n-iv(o,"top",d)-f,0),u-h-l+t+iv(o,im,d)+p]:null}),rl(e=>null!=e),rs(rK)),[0,0]);return{increaseViewportBy:l,listBoundary:o,overscan:a,topListHeight:s,visibleRange:c}},n9(rE),{singleton:!0}),iy={bottom:0,firstItemIndex:0,items:[],offsetBottom:0,offsetTop:0,top:0,topItems:[],topListHeight:0,totalCount:0};function iw(e,t,n,r,i,o){let{lastIndex:s,lastOffset:l,lastSize:a}=i,c=0,u=0;if(e.length>0){c=e[0].offset;let t=e[e.length-1];u=t.offset+t.size}let h=n-s,d=c,f=l+h*a+(h-1)*r-u;return{bottom:u,firstItemIndex:o,items:iC(e,i,o),offsetBottom:f,offsetTop:c,top:d,topItems:iC(t,i,o),topListHeight:t.reduce((e,t)=>t.size+e,0),totalCount:n}}function iS(e,t,n,r,i,o){let s=0;if(n.groupIndices.length>0)for(let t of n.groupIndices){if(t-s>=e)break;s++}let l=e+s,a=ia(t,l);return iw(Array.from({length:l}).map((e,t)=>({data:o[t+a],index:t+a,offset:0,size:0})),[],l,i,n,r)}function iC(e,t,n){if(0===e.length)return[];if(!rZ(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=[],s=rN(t.groupOffsetTree,r,i),l,a=0;for(let r of e){let e;(!l||l.end<r.index)&&(l=s.shift(),a=t.groupIndices.indexOf(l.start)),e=r.index===l.start?{index:a,type:"group"}:{groupIndex:a,index:r.index-(a+1)+n},o.push({...e,data:r.data,offset:r.offset,originalIndex:r.index,size:r.size})}return o}let iA=rx(([{data:e,firstItemIndex:t,gap:n,sizes:r,totalCount:i},o,{listBoundary:s,topListHeight:l,visibleRange:a},{initialTopMostItemIndex:c,scrolledToInitialItem:u},{topListHeight:h},d,{didMount:f},{recalcInProgress:p}])=>{let m=rm([]),g=rm(0),v=rv();rn(o.topItemsIndexes,m);let b=rg(ru(rw(f,p,rS(a,rK),rS(i),rS(r),rS(c),u,rS(m),rS(t),rS(n),e),rl(([e,t,,n,,,,,,,r])=>{let i=r&&r.length!==n;return e&&!t&&!i}),ra(([,,[e,t],n,r,i,o,s,l,a,c])=>{var u;let{offsetTree:h,sizeTree:d}=r,f=rt(g);if(0===n)return{...iy,totalCount:n};if(0===e&&0===t)return 0===f?{...iy,totalCount:n}:iS(f,i,r,l,a,c||[]);if(rL(d))return f>0?null:iw(function(e,t,n){if(rZ(t)){let r=r2(e,t);return[{index:rF(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}]}(ia(i,n),r,c),[],n,a,r,l);let p=[];if(s.length>0){let e=s[0],t=s[s.length-1],n=0;for(let r of rN(d,e,t)){let i=r.value,o=Math.max(r.start,e),s=Math.min(r.end,t);for(let e=o;e<=s;e++)p.push({data:null==c?void 0:c[e],index:e,offset:n,size:i}),n+=i}}if(!o)return iw([],p,n,a,r,l);let m=s.length>0?s[s.length-1]+1:0,v=function(e,t,n,r=0){let i,o;return r>0&&(t=Math.max(t,e[rX(e,r,rJ)].offset)),rj((i=rX(e,t,r0),o=rX(e,n,r0,i),e.slice(i,o+1)),r6)}(h,e,t,m);if(0===v.length)return null;let b=n-1;return iw(((n=>{for(let r of v){let i=r.value,o=i.offset,s=r.start,l=i.size;if(i.offset<e){let t=(s+=Math.floor((e-i.offset+a)/(l+a)))-r.start;o+=t*l+t*a}s<m&&(o+=(m-s)*l,s=m);let u=Math.min(r.end,b);for(let e=s;e<=u&&!(o>=t);e++)n.push({data:null==c?void 0:c[e],index:e,offset:o,size:l}),o+=l+a}})(u=[]),u),p,n,a,r,l)}),rl(e=>null!==e),rs()),iy);rn(ru(e,rl(n4),ra(e=>null==e?void 0:e.length)),i),rn(ru(b,ra(e=>e.topListHeight)),h),rn(h,l),rn(ru(b,ra(e=>[e.top,e.bottom])),s),rn(ru(b,ra(e=>e.items)),v);let x=rb(ru(b,rl(({items:e})=>e.length>0),rp(i,e),rl(([{items:e},t])=>e[e.length-1].originalIndex===t-1),ra(([,e,t])=>[e-1,t]),rs(rK),ra(([e])=>e))),y=rb(ru(b,rf(200),rl(({items:e,topItems:t})=>e.length>0&&e[0].originalIndex===t.length),ra(({items:e})=>e[0].index),rs())),w=rb(ru(b,rl(({items:e})=>e.length>0),ra(({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}}),rs(rU)));return{endReached:x,initialItemCount:g,itemsRendered:v,listState:b,rangeChanged:w,startReached:y,topItemsIndexes:m,...d}},n9(r7,it,ix,ic,is,ip,ir,rY),{singleton:!0}),ik=rx(([{fixedFooterHeight:e,fixedHeaderHeight:t,footerHeight:n,headerHeight:r},{listState:i}])=>{let o=rv(),s=rg(ru(rw(n,e,r,t,i),ra(([e,t,n,r,i])=>e+t+n+r+i.offsetBottom+i.bottom)),0);return rn(rS(s),o),{totalListHeight:s,totalListHeightChanged:o}},n9(rE,iA),{singleton:!0}),iM=rx(([{viewportHeight:e},{totalListHeight:t}])=>{let n=rm(!1),r=rg(ru(rw(n,e,t),rl(([e])=>e),ra(([,e,t])=>Math.max(0,e-t)),rf(0),rs()),0);return{alignToBottom:n,paddingTopAddition:r}},n9(rE,ik),{singleton:!0});function iT(e){return!!e&&("smooth"===e?"smooth":"auto")}let iD=rx(([{listRefresh:e,totalCount:t},{atBottomState:n,isAtBottom:r},{scrollToIndex:i},{scrolledToInitialItem:o},{didMount:s,propsReady:l},{log:a},{scrollingInProgress:c}])=>{let u=rm(!1),h=rv(),d=null;function f(e){i(0,{align:"end",behavior:e,index:"LAST"})}function p(e){setTimeout(rr(n,t=>{!e||t.atBottom||"SIZE_INCREASED"!==t.notAtBottomBecause||d||(rt(a)("scrolling to bottom due to increased size",{},rA.DEBUG),f("auto"))}),100)}return ru(rw(ru(rS(t),rd(1)),s),rp(rS(u),r,o,c),ra(([[e,t],n,r,i,o])=>{let s,l=t&&i,a="auto";return l&&(s=r||o,a="function"==typeof n?iT(n(s)):s&&iT(n),l=l&&!!a),{followOutputBehavior:a,shouldFollow:l,totalCount:e}}),rl(({shouldFollow:e})=>e))(1,({followOutputBehavior:t,totalCount:n})=>{d&&(d(),d=null),d=rr(e,()=>{rt(a)("following output to ",{totalCount:n},rA.DEBUG),f(t),d=null})}),ru(rw(rS(u),t,l),rl(([e,,t])=>e&&t),rh(({value:e},[,t])=>({refreshed:e===t,value:t}),{refreshed:!1,value:0}),rl(({refreshed:e})=>e),rp(u,t))(1,([,e])=>{rt(o)&&p(!1!==e)}),h(1,()=>{p(!1!==rt(u))}),rw(rS(u),n)(1,([e,t])=>{e&&!t.atBottom&&"VIEWPORT_HEIGHT_DECREASING"===t.notAtBottomBecause&&f("auto")}),{autoscrollToBottom:h,followOutput:u}},n9(r7,ip,is,ic,ir,rM,rE)),iR=rx(([{data:e,firstItemIndex:t,gap:n,sizes:r},{initialTopMostItemIndex:i},{initialItemCount:o,listState:s},{didMount:l}])=>(rn(ru(l,rp(o),rl(([,e])=>0!==e),rp(i,r,t,n,e),ra(([[,e],t,n,r,i,o=[]])=>iS(e,t,n,r,i,o))),s),{}),n9(r7,ic,iA,ir),{singleton:!0}),iO=rx(([{didMount:e},{scrollTo:t},{listState:n}])=>{let r=rm(0);return ru(e,rp(r),rl(([,e])=>0!==e),ra(([,e])=>({top:e})))(1,e=>{rr(ru(n,rd(1),rl(e=>e.items.length>1)),()=>{requestAnimationFrame(()=>{t(0,e)})})}),{initialScrollTop:r}},n9(ir,rE,iA),{singleton:!0}),iI=({itemBottom:e,itemTop:t,locationParams:{align:n,behavior:r,...i},viewportBottom:o,viewportTop:s})=>t<s?{...i,align:null!=n?n:"start",behavior:r}:e>o?{...i,align:null!=n?n:"end",behavior:r}:null,iE=rx(([{gap:e,sizes:t,totalCount:n},{fixedFooterHeight:r,fixedHeaderHeight:i,headerHeight:o,scrollingInProgress:s,scrollTop:l,viewportHeight:a},{scrollToIndex:c}])=>{let u=rv();return rn(ru(u,rp(t,a,n,o,i,r,l),rp(e),ra(([[e,t,n,r,i,o,l,a],c])=>{let{align:u,behavior:h,calculateViewLocation:d=iI,done:f,...p}=e,m=r5(e,t,r-1),g=r1(m,t.offsetTree,c)+i+o,v=d({itemBottom:g+rF(t.sizeTree,m)[1],itemTop:g,locationParams:{align:u,behavior:h,...p},viewportBottom:a+n-l,viewportTop:a+o});return v?f&&rr(ru(s,rl(e=>!e),rd(rt(s)?1:2)),f):f&&f(),v}),rl(e=>null!==e)),c),{scrollIntoView:u}},n9(r7,rE,is,iA,rM),{singleton:!0}),iP=rx(([{scrollVelocity:e}])=>{let t=rm(!1),n=rv(),r=rm(!1);return rn(ru(e,rp(r,t,n),rl(([e,t])=>!!t),ra(([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}),rs()),t),ru(rw(t,e,n),rp(r))(1,([[e,t,n],r])=>{e&&r&&r.change&&r.change(t,n)}),{isSeeking:t,scrollSeekConfiguration:r,scrollSeekRangeChanged:n,scrollVelocity:e}},n9(ip),{singleton:!0}),ij=rx(([{scrollContainerState:e,scrollTo:t}])=>{let n=rv(),r=rv(),i=rv(),o=rm(!1),s=rm(void 0);return rn(ru(rw(n,r),ra(([{scrollHeight:e,scrollTop:t,viewportHeight:n},{offsetTop:r}])=>({scrollHeight:e,scrollTop:Math.max(0,t-r),viewportHeight:n}))),e),rn(ru(t,rp(r),ra(([e,{offsetTop:t}])=>({...e,top:e.top+t}))),i),{customScrollParent:s,useWindowScroll:o,windowScrollContainerState:n,windowScrollTo:i,windowViewportRect:r}},n9(rE)),iL=rx(([{sizeRanges:e,sizes:t},{headerHeight:n,scrollTop:r},{initialTopMostItemIndex:i},{didMount:o},{useWindowScroll:s,windowScrollContainerState:l,windowViewportRect:a}])=>{let c=rv(),u=rm(void 0),h=rm(null),d=rm(null);return rn(l,h),rn(a,d),ru(c,rp(t,r,s,h,d,n))(1,([e,t,n,r,i,o,s])=>{let l=rH(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:l,scrollTop:n-=s})}),rn(ru(u,rl(n4),ra(iB)),i),rn(ru(o,rp(u),rl(([,e])=>void 0!==e),rs(),ra(([,e])=>e.ranges)),e),{getState:c,restoreStateFrom:u}},n9(r7,rE,ic,ir,ij));function iB(e){return{align:"start",index:0,offset:e.scrollTop}}let iF=rx(([{topItemsIndexes:e}])=>{let t=rm(0);return rn(ru(t,rl(e=>e>=0),ra(e=>Array.from({length:e}).map((e,t)=>t))),e),{topItemCount:t}},n9(iA));function iV(e){let t=!1,n;return()=>(t||(t=!0,n=e()),n)}let iN=iV(()=>/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)),iH=rx(([{deviation:e,scrollBy:t,scrollingInProgress:n,scrollTop:r},{isAtBottom:i,isScrolling:o,lastJumpDueToItemResize:s,scrollDirection:l},{listState:a},{beforeUnshiftWith:c,gap:u,shiftWithOffset:h,sizes:d},{log:f},{recalcInProgress:p}])=>{let m=rb(ru(a,rp(s),rh(([,e,t,n],[{bottom:r,items:i,offsetBottom:o,totalCount:s},l])=>{let a=r+o,c=0;return t===s&&e.length>0&&i.length>0&&(0===i[0].originalIndex&&0===e[0].originalIndex||0!=(c=a-n)&&(c+=l)),[c,i,s,a]},[0,[],0,0]),rl(([e])=>0!==e),rp(r,l,n,i,f,p),rl(([,e,t,n,,,r])=>!r&&!n&&0!==e&&"up"===t),ra(([[e],,,,,t])=>(t("Upward scrolling compensation",{amount:e},rA.DEBUG),e))));function g(n){n>0?(t(0,{behavior:"auto",top:-n}),e(0,0)):(e(0,0),t(0,{behavior:"auto",top:-n}))}return ru(m,rp(e,o))(1,([t,n,r])=>{r&&iN()?e(0,n-t):g(-t)}),ru(rw(rg(o,!1),e,p),rl(([e,t,n])=>!e&&!n&&0!==t),ra(([e,t])=>t),rf(1))(1,g),rn(ru(h,ra(e=>({top:-e}))),t),ru(c,rp(d,u),ra(([e,{groupIndices:t,lastSize:n,sizeTree:r},i])=>{if(0===t.length)return e*(n+i);{let o=0,s=rB(r,0),l=0,a=0;for(;l<e;){l++,o+=s;let r=t.length===a+1?1/0:t[a+1]-t[a]-1;l+r>e&&(o-=s,r=e-l+1),l+=r,o+=r*(n+i),a++}return o}}))(1,n=>{e(0,n),requestAnimationFrame(()=>{t(0,{top:n}),requestAnimationFrame(()=>{var t;t=0,e(0,0),p(0,!1)})})}),{deviation:e}},n9(rE,ip,iA,r7,rM,rY)),iz=rx(([e,t,n,r,i,o,s,l,a,c])=>({...e,...t,...n,...r,...i,...o,...s,...l,...a,...c}),n9(ix,iR,ir,iP,ik,iO,iM,ij,iE,rM)),i_=rx(([{data:e,defaultItemSize:t,firstItemIndex:n,fixedItemSize:r,gap:i,groupIndices:o,itemSize:s,sizeRanges:l,sizes:a,statefulTotalCount:c,totalCount:u,trackItemSizes:h},{initialItemFinalLocationReached:d,initialTopMostItemIndex:f,scrolledToInitialItem:p},m,g,v,{listState:b,topItemsIndexes:x,...y},{scrollToIndex:w},S,{topItemCount:C},{groupCounts:A},k])=>(rn(y.rangeChanged,k.scrollSeekRangeChanged),rn(ru(k.windowViewportRect,ra(e=>e.visibleHeight)),m.viewportHeight),{data:e,defaultItemHeight:t,firstItemIndex:n,fixedItemHeight:r,gap:i,groupCounts:A,initialItemFinalLocationReached:d,initialTopMostItemIndex:f,scrolledToInitialItem:p,sizeRanges:l,topItemCount:C,topItemsIndexes:x,totalCount:u,...v,groupIndices:o,itemSize:s,listState:b,scrollToIndex:w,statefulTotalCount:c,trackItemSizes:h,...y,...k,...m,sizes:a,...g}),n9(r7,ic,rE,iL,iD,iA,is,iH,iF,it,iz)),i$="u">typeof document?R.useLayoutEffect:R.useEffect;function iW(e,t,n){let r=Object.keys(t.required||{}),i=Object.keys(t.optional||{}),o=Object.keys(t.methods||{}),s=Object.keys(t.events||{}),l=R.createContext({});function a(e,n){var o,s,l,a;for(let i of(e.propsReady&&(o=e.propsReady,o(0,!1)),r)){s=e[t.required[i]],s(0,n[i])}for(let r of i){r in n&&(l=e[t.optional[r]],l(0,n[r]))}e.propsReady&&(a=e.propsReady,a(0,!0))}function c(e){return s.reduce((n,r)=>{var i;let o,s,l;return n[r]=(i=e[t.events[r]],l=()=>null==o?void 0:o(),function(e,t){switch(e){case 1:return t?s===t?void 0:(l(),s=t,o=i(1,t)):(l(),n8);case 2:l(),s=null;return}}),n},{})}return{Component:R.forwardRef((u,h)=>{var d;let{children:f,...p}=u,[m]=R.useState(()=>{var t;let n,r;return n=new Map,a(t=(r=({constructor:e,dependencies:t,id:i,singleton:o})=>{if(o&&n.has(i))return n.get(i);let s=e(t.map(e=>r(e)));return o&&n.set(i,s),s})(e),p),t}),[g]=R.useState(()=>c(m));return i$(()=>{for(let e of s)e in p&&(0,g[e])(1,p[e]);return()=>{Object.values(g).map(re)}},[p,g,m]),i$(()=>{a(m,p)}),R.useImperativeHandle(h,(d=o.reduce((e,n)=>(e[n]=e=>{var r;r=m[t.methods[n]],r(0,e)},e),{}),()=>d)),(0,D.jsx)(l.Provider,{value:m,children:n?(0,D.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,...s],p),children:f}):f})}),useEmitter:(e,t)=>{let n=R.useContext(l)[e];i$(()=>n(1,t),[t,n])},useEmitterValue:R.version.startsWith("18")?e=>{let t=R.useContext(l)[e],n=R.useCallback(e=>t(1,e),[t]);return R.useSyncExternalStore(n,()=>rt(t),()=>rt(t))}:e=>{let t=R.useContext(l)[e],[n,r]=R.useState(()=>rt(t));return i$(()=>t(1,e=>{e!==n&&r(()=>e)}),[t,n]),n},usePublisher:e=>{var t;return R.useCallback((t=R.useContext(l)[e],e=>(function(e,t){e(0,t)})(t,e)),[e])}}}let iq=R.createContext(void 0),iG=R.createContext(void 0),iU="u">typeof document?R.useLayoutEffect:R.useEffect;function iK(e,t,n,r=n8,i,o){let s=R.useRef(null),l=R.useRef(null),a=R.useRef(null),c=R.useCallback(n=>{let r=n.target,i=r===window||r===document,s=o?i?window.pageXOffset||document.documentElement.scrollLeft:r.scrollLeft:i?window.pageYOffset||document.documentElement.scrollTop:r.scrollTop,c=o?i?document.documentElement.scrollWidth:r.scrollWidth:i?document.documentElement.scrollHeight:r.scrollHeight,u=o?i?window.innerWidth:r.offsetWidth:i?window.innerHeight:r.offsetHeight,h=()=>{e({scrollHeight:c,scrollTop:Math.max(s,0),viewportHeight:u})};n.suppressFlushSync?h():eK.flushSync(h),null!==l.current&&(s===l.current||s<=0||s===c-u)&&(l.current=null,t(!0),a.current&&(clearTimeout(a.current),a.current=null))},[e,t]);return R.useEffect(()=>{let e=i||s.current;return r(i||s.current),c({suppressFlushSync:!0,target:e}),e.addEventListener("scroll",c,{passive:!0}),()=>{r(null),e.removeEventListener("scroll",c)}},[s,c,n,r,i]),{scrollByCallback:function(e){o&&(e={behavior:e.behavior,left:e.top}),s.current.scrollBy(e)},scrollerRef:s,scrollToCallback:function(n){let r,i,c,u=s.current;if(!u||(o?"offsetWidth"in u&&0===u.offsetWidth:"offsetHeight"in u&&0===u.offsetHeight))return;let h="smooth"===n.behavior;u===window?(i=Math.max(rQ(document.documentElement,o?"width":"height"),o?document.documentElement.scrollWidth:document.documentElement.scrollHeight),r=o?window.innerWidth:window.innerHeight,c=o?document.documentElement.scrollLeft:document.documentElement.scrollTop):(i=u[o?"scrollWidth":"scrollHeight"],r=rQ(u,o?"width":"height"),c=u[o?"scrollLeft":"scrollTop"]);let d=i-r;if(n.top=Math.ceil(Math.max(Math.min(d,n.top),0)),iu(r,i)||n.top===c){e({scrollHeight:i,scrollTop:c,viewportHeight:r}),h&&t(!0);return}h?(l.current=n.top,a.current&&clearTimeout(a.current),a.current=setTimeout(()=>{a.current=null,l.current=null,t(!0)},1e3)):l.current=null,o&&(n={behavior:n.behavior,left:n.top}),u.scrollTo(n)}}}let iY="-webkit-sticky",iX="sticky",iQ=iV(()=>{if(typeof document>"u")return iX;let e=document.createElement("div");return e.style.position=iY,e.style.position===iY?iY:iX});function iZ(e){return e}let iJ=rx(()=>{let e=rm(e=>`Item ${e}`),t=rm(null),n=rm(e=>`Group ${e}`),r=rm({}),i=rm(iZ),o=rm("div"),s=rm(n8),l=(e,t=null)=>rg(ru(r,ra(t=>t[e]),rs()),t);return{components:r,computeItemKey:i,context:t,EmptyPlaceholder:l("EmptyPlaceholder"),FooterComponent:l("Footer"),GroupComponent:l("Group","div"),groupContent:n,HeaderComponent:l("Header"),HeaderFooterTag:o,ItemComponent:l("Item","div"),itemContent:e,ListComponent:l("List","div"),ScrollerComponent:l("Scroller","div"),scrollerRef:s,ScrollSeekPlaceholder:l("ScrollSeekPlaceholder"),TopItemListComponent:l("TopItemList")}}),i0=rx(([e,t])=>({...e,...t}),n9(i_,iJ)),i1=({height:e})=>(0,D.jsx)("div",{style:{height:e}}),i2={overflowAnchor:"none",position:iQ(),zIndex:1},i5={overflowAnchor:"none"},i3={...i5,display:"inline-block",height:"100%"},i4=R.memo(function({showTopList:e=!1}){let t=oh("listState"),n=od("sizeRanges"),r=oh("useWindowScroll"),i=oh("customScrollParent"),o=od("windowScrollContainerState"),s=od("scrollContainerState"),l=oh("itemContent"),a=oh("context"),c=oh("groupContent"),u=oh("trackItemSizes"),h=oh("itemSize"),d=oh("log"),f=od("gap"),p=oh("horizontalDirection"),{callbackRef:m}=rR(n,h,u,e?n8:i||r?o:s,d,f,i,p,oh("skipAnimationFrameInResizeObserver")),[g,v]=R.useState(0);ou("deviation",e=>{g!==e&&v(e)});let b=oh("EmptyPlaceholder"),x=oh("ScrollSeekPlaceholder")||i1,y=oh("ListComponent"),w=oh("ItemComponent"),S=oh("GroupComponent"),C=oh("computeItemKey"),A=oh("isSeeking"),k=oh("groupIndices").length>0,M=oh("alignToBottom"),T=oh("initialItemFinalLocationReached"),O=e?{}:{boxSizing:"border-box",...p?{display:"inline-block",height:"100%",marginLeft:0!==g?g:M?"auto":0,paddingLeft:t.offsetTop,paddingRight:t.offsetBottom,whiteSpace:"nowrap"}:{marginTop:0!==g?g:M?"auto":0,paddingBottom:t.offsetBottom,paddingTop:t.offsetTop},...T?{}:{visibility:"hidden"}};return!e&&0===t.totalCount&&b?(0,D.jsx)(b,{...oe(b,a)}):(0,D.jsx)(y,{...oe(y,a),"data-testid":e?"virtuoso-top-item-list":"virtuoso-item-list",ref:m,style:O,children:(e?t.topItems:t.items).map(e=>{let n=e.originalIndex,r=C(n+t.firstItemIndex,e.data,a);return A?(0,R.createElement)(x,{...oe(x,a),height:e.size,index:e.index,key:r,type:e.type||"item",..."group"===e.type?{}:{groupIndex:e.groupIndex}}):"group"===e.type?(0,R.createElement)(S,{...oe(S,a),"data-index":n,"data-item-index":e.index,"data-known-size":e.size,key:r,style:i2},c(e.index,a)):(0,R.createElement)(w,{...oe(w,a),...ot(w,e.data),"data-index":n,"data-item-group-index":e.groupIndex,"data-item-index":e.index,"data-known-size":e.size,key:r,style:p?i3:i5},k?l(e.index,e.groupIndex,e.data,a):l(e.index,e.data,a))})})}),i8={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},i6={outline:"none",overflowX:"auto",position:"relative"},i9=e=>({height:"100%",position:"absolute",top:0,width:"100%",...e?{display:"flex",flexDirection:"column"}:{}}),i7={position:iQ(),top:0,width:"100%",zIndex:1};function oe(e,t){if("string"!=typeof e)return{context:t}}function ot(e,t){return{item:"string"==typeof e?void 0:t}}let on=R.memo(function(){let e=oh("HeaderComponent"),t=od("headerHeight"),n=oh("HeaderFooterTag"),r=rT(R.useMemo(()=>e=>{t(rQ(e,"height"))},[t]),!0,oh("skipAnimationFrameInResizeObserver")),i=oh("context");return e?(0,D.jsx)(n,{ref:r,children:(0,D.jsx)(e,{...oe(e,i)})}):null}),or=R.memo(function(){let e=oh("FooterComponent"),t=od("footerHeight"),n=oh("HeaderFooterTag"),r=rT(R.useMemo(()=>e=>{t(rQ(e,"height"))},[t]),!0,oh("skipAnimationFrameInResizeObserver")),i=oh("context");return e?(0,D.jsx)(n,{ref:r,children:(0,D.jsx)(e,{...oe(e,i)})}):null});function oi({useEmitter:e,useEmitterValue:t,usePublisher:n}){return R.memo(function({children:r,style:i,...o}){let s=n("scrollContainerState"),l=t("ScrollerComponent"),a=n("smoothScrollTargetReached"),c=t("scrollerRef"),u=t("context"),h=t("horizontalDirection")||!1,{scrollByCallback:d,scrollerRef:f,scrollToCallback:p}=iK(s,a,l,c,void 0,h);return e("scrollTo",p),e("scrollBy",d),(0,D.jsx)(l,{"data-testid":"virtuoso-scroller","data-virtuoso-scroller":!0,ref:f,style:{...h?i6:i8,...i},tabIndex:0,...o,...oe(l,u),children:r})})}function oo({useEmitter:e,useEmitterValue:t,usePublisher:n}){return R.memo(function({children:r,style:i,...o}){let s=n("windowScrollContainerState"),l=t("ScrollerComponent"),a=n("smoothScrollTargetReached"),c=t("totalListHeight"),u=t("deviation"),h=t("customScrollParent"),d=t("context"),{scrollByCallback:f,scrollerRef:p,scrollToCallback:m}=iK(s,a,l,n8,h);return iU(()=>(p.current=h||window,()=>{p.current=null}),[p,h]),e("windowScrollTo",m),e("scrollBy",f),(0,D.jsx)(l,{"data-virtuoso-scroller":!0,style:{position:"relative",...i,...0!==c?{height:c+u}:{}},...o,...oe(l,d),children:r})})}let os=({children:e})=>{let t=R.useContext(iq),n=od("viewportHeight"),r=od("fixedItemHeight"),i=oh("alignToBottom"),o=oh("horizontalDirection"),s=rT(R.useMemo(()=>n3(n,e=>rQ(e,o?"width":"height")),[n,o]),!0,oh("skipAnimationFrameInResizeObserver"));return R.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,D.jsx)("div",{"data-viewport-type":"element",ref:s,style:i9(i),children:e})},ol=({children:e})=>{let t=R.useContext(iq),n=od("windowViewportRect"),r=od("fixedItemHeight"),i=rI(n,oh("customScrollParent"),oh("skipAnimationFrameInResizeObserver")),o=oh("alignToBottom");return R.useEffect(()=>{t&&(r(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,D.jsx)("div",{"data-viewport-type":"window",ref:i,style:i9(o),children:e})},oa=({children:e})=>{let t=oh("TopItemListComponent")||"div",n=oh("headerHeight"),r={...i7,marginTop:`${n}px`},i=oh("context");return(0,D.jsx)(t,{style:r,...oe(t,i),children:e})},{Component:oc,useEmitter:ou,useEmitterValue:oh,usePublisher:od}=iW(i0,{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:{}},R.memo(function(e){let t=oh("useWindowScroll"),n=oh("topItemsIndexes").length>0,r=oh("customScrollParent"),i=oh("context"),o=r||t?op:of,s=r||t?ol:os;return(0,D.jsxs)(o,{...e,...oe(o,i),children:[n&&(0,D.jsx)(oa,{children:(0,D.jsx)(i4,{showTopList:!0})}),(0,D.jsxs)(s,{children:[(0,D.jsx)(on,{}),(0,D.jsx)(i4,{}),(0,D.jsx)(or,{})]})]})})),of=oi({useEmitter:ou,useEmitterValue:oh,usePublisher:od}),op=oo({useEmitter:ou,useEmitterValue:oh,usePublisher:od}),om=rx(()=>{let e=rm(e=>(0,D.jsxs)("td",{children:["Item $",e]})),t=rm(null),n=rm(null),r=rm(null),i=rm({}),o=rm(iZ),s=rm(n8),l=(e,t=null)=>rg(ru(i,ra(t=>t[e]),rs()),t);return{components:i,computeItemKey:o,context:t,EmptyPlaceholder:l("EmptyPlaceholder"),FillerRow:l("FillerRow"),fixedFooterContent:r,fixedHeaderContent:n,itemContent:e,ScrollerComponent:l("Scroller","div"),scrollerRef:s,ScrollSeekPlaceholder:l("ScrollSeekPlaceholder"),TableBodyComponent:l("TableBody","tbody"),TableComponent:l("Table","table"),TableFooterComponent:l("TableFoot","tfoot"),TableHeadComponent:l("TableHead","thead"),TableRowComponent:l("TableRow","tr")}}),og=rx(([e,t])=>({...e,...t}),n9(i_,om)),ov=({height:e})=>(0,D.jsx)("tr",{children:(0,D.jsx)("td",{style:{height:e}})}),ob=({height:e})=>(0,D.jsx)("tr",{children:(0,D.jsx)("td",{style:{border:0,height:e,padding:0}})}),ox={overflowAnchor:"none"},oy=R.memo(function({showTopList:e=!1}){let t=oM("listState"),n=oM("computeItemKey"),r=oM("firstItemIndex"),i=oM("isSeeking"),o=oM("ScrollSeekPlaceholder")||ov,s=oM("context"),l=oM("TableRowComponent"),a=oM("fixedHeaderHeight"),c=oM("itemContent"),u=(e?t.topItems:[]).reduce((e,t,n)=>(0===n?e.push(t.size):e.push(e[n-1]+t.size),e),[]),h=(e?t.topItems:t.items).map(t=>{let h=t.originalIndex,d=n(h+r,t.data,s),f=e?0===h?0:u[h-1]:0;return i?(0,R.createElement)(o,{...oe(o,s),height:t.size,index:t.index,key:d,type:t.type||"item"}):(0,R.createElement)(l,{...oe(l,s),...ot(l,t.data),"data-index":h,"data-item-index":t.index,"data-known-size":t.size,key:d,style:e?{overflowAnchor:"none",position:"sticky",top:a+f,zIndex:2}:ox},c(t.index,t.data,s))});return(0,D.jsx)(D.Fragment,{children:h})}),ow=R.memo(function(){let e=oM("listState"),t=oM("topItemsIndexes").length>0,n=oT("sizeRanges"),r=oM("useWindowScroll"),i=oM("customScrollParent"),o=oT("windowScrollContainerState"),s=oT("scrollContainerState"),l=oM("trackItemSizes"),{callbackRef:a,ref:c}=rR(n,oM("itemSize"),l,i||r?o:s,oM("log"),void 0,i,!1,oM("skipAnimationFrameInResizeObserver")),[u,h]=R.useState(0);ok("deviation",e=>{u!==e&&(c.current.style.marginTop=`${e}px`,h(e))});let d=oM("EmptyPlaceholder"),f=oM("FillerRow")||ob,p=oM("TableBodyComponent"),m=oM("paddingTopAddition"),g=oM("statefulTotalCount"),v=oM("context");if(0===g&&d)return(0,D.jsx)(d,{...oe(d,v)});let b=(t?e.topItems:[]).reduce((e,t)=>e+t.size,0),x=e.offsetTop+m+u-b,y=e.offsetBottom,w=x>0?(0,D.jsx)(f,{context:v,height:x},"padding-top"):null,S=y>0?(0,D.jsx)(f,{context:v,height:y},"padding-bottom"):null;return(0,D.jsxs)(p,{"data-testid":"virtuoso-item-list",ref:a,...oe(p,v),children:[w,t&&(0,D.jsx)(oy,{showTopList:!0}),(0,D.jsx)(oy,{}),S]})}),oS=({children:e})=>{let t=R.useContext(iq),n=oT("viewportHeight"),r=oT("fixedItemHeight"),i=rT(R.useMemo(()=>n3(n,e=>rQ(e,"height")),[n]),!0,oM("skipAnimationFrameInResizeObserver"));return R.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,D.jsx)("div",{"data-viewport-type":"element",ref:i,style:i9(!1),children:e})},oC=({children:e})=>{let t=R.useContext(iq),n=oT("windowViewportRect"),r=oT("fixedItemHeight"),i=rI(n,oM("customScrollParent"),oM("skipAnimationFrameInResizeObserver"));return R.useEffect(()=>{t&&(r(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,D.jsx)("div",{"data-viewport-type":"window",ref:i,style:i9(!1),children:e})},{Component:oA,useEmitter:ok,useEmitterValue:oM,usePublisher:oT}=iW(og,{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:{}},R.memo(function(e){let t=oM("useWindowScroll"),n=oM("customScrollParent"),r=oT("fixedHeaderHeight"),i=oT("fixedFooterHeight"),o=oM("fixedHeaderContent"),s=oM("fixedFooterContent"),l=oM("context"),a=rT(R.useMemo(()=>n3(r,e=>rQ(e,"height")),[r]),!0,oM("skipAnimationFrameInResizeObserver")),c=rT(R.useMemo(()=>n3(i,e=>rQ(e,"height")),[i]),!0,oM("skipAnimationFrameInResizeObserver")),u=n||t?oR:oD,h=n||t?oC:oS,d=oM("TableComponent"),f=oM("TableHeadComponent"),p=oM("TableFooterComponent"),m=o?(0,D.jsx)(f,{ref:a,style:{position:"sticky",top:0,zIndex:2},...oe(f,l),children:o()},"TableHead"):null,g=s?(0,D.jsx)(p,{ref:c,style:{bottom:0,position:"sticky",zIndex:1},...oe(p,l),children:s()},"TableFoot"):null;return(0,D.jsx)(u,{...e,...oe(u,l),children:(0,D.jsx)(h,{children:(0,D.jsxs)(d,{style:{borderSpacing:0,overflowAnchor:"none"},...oe(d,l),children:[m,(0,D.jsx)(ow,{},"TableBody"),g]})})})})),oD=oi({useEmitter:ok,useEmitterValue:oM,usePublisher:oT}),oR=oo({useEmitter:ok,useEmitterValue:oM,usePublisher:oT}),oO={bottom:0,itemHeight:0,items:[],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},oI={bottom:0,itemHeight:0,items:[{index:0}],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},{ceil:oE,floor:oP,max:oj,min:oL,round:oB}=Math;function oF(e,t,n){return Array.from({length:t-e+1}).map((t,r)=>({data:null===n?null:n[r+e],index:r+e}))}function oV(e,t){return e&&e.width===t.width&&e.height===t.height}function oN(e,t){return e&&e.column===t.column&&e.row===t.row}let oH=rx(([{increaseViewportBy:e,listBoundary:t,overscan:n,visibleRange:r},{footerHeight:i,headerHeight:o,scrollBy:s,scrollContainerState:l,scrollTo:a,scrollTop:c,smoothScrollTargetReached:u,viewportHeight:h},d,f,{didMount:p,propsReady:m},{customScrollParent:g,useWindowScroll:v,windowScrollContainerState:b,windowScrollTo:x,windowViewportRect:y},w])=>{let S=rm(0),C=rm(0),A=rm(oO),k=rm({height:0,width:0}),M=rm({height:0,width:0}),T=rv(),D=rv(),R=rm(0),O=rm(null),I=rm({column:0,row:0}),E=rv(),P=rv(),j=rm(!1),L=rm(0),B=rm(!0),F=rm(!1),V=rm(!1);ru(p,rp(L),rl(([e,t])=>!!t))(1,()=>{B(0,!1)}),ru(rw(p,B,M,k,L,F),rl(([e,t,n,r,,i])=>e&&!t&&0!==n.height&&0!==r.height&&!i))(1,([,,,,e])=>{F(0,!0),il(1,()=>{T(0,e)}),rr(ru(c),()=>{t(0,[0,0]),B(0,!0)})}),rn(ru(P,rl(e=>null!=e&&e.scrollTop>0),rc(0)),C),ru(p,rp(P),rl(([,e])=>null!=e))(1,([,e])=>{e&&(k(0,e.viewport),M(0,e.item),I(0,e.gap),e.scrollTop>0&&(j(0,!0),rr(ru(c,rd(1)),e=>{j(0,!1)}),a(0,{top:e.scrollTop})))}),rn(ru(k,ra(({height:e})=>e)),h),rn(ru(rw(rS(k,oV),rS(M,oV),rS(I,(e,t)=>e&&e.column===t.column&&e.row===t.row),rS(c)),ra(([e,t,n,r])=>({gap:n,item:t,scrollTop:r,viewport:e}))),E),rn(ru(rw(rS(S),r,rS(I,oN),rS(M,oV),rS(k,oV),rS(O),rS(C),rS(j),rS(B),rS(L)),rl(([,,,,,,,e])=>!e),ra(([e,[t,n],r,i,o,s,l,,a,c])=>{let u,h,{column:d,row:f}=r,{height:p,width:m}=i,{width:g}=o;if(0===l&&(0===e||0===g))return oO;if(0===m){var v;let t=ia(c,e),n=t+Math.max(l-1,0);return v=oF(t,n,s),{...oI,items:v}}let b=oz(g,m,d);a?0===t&&0===n&&l>0?(u=0,h=l-1):(u=b*oP((t+f)/(p+f)),h=oL(e-1,oj(h=b*oE((n+f)/(p+f))-1,b-1)),u=oL(h,oj(0,u))):(u=0,h=-1);let x=oF(u,h,s),{bottom:y,top:w}=o_(o,r,i,x),S=oE(e/b);return{bottom:y,itemHeight:p,items:x,itemWidth:m,offsetBottom:S*p+(S-1)*f-y,offsetTop:w,top:w}})),A),rn(ru(O,rl(e=>null!==e),ra(e=>e.length)),S),rn(ru(rw(k,M,A,I),rl(([e,t,{items:n}])=>n.length>0&&0!==t.height&&0!==e.height),ra(([e,t,{items:n},r])=>{let{bottom:i,top:o}=o_(e,r,t,n);return[o,i]}),rs(rK)),t);let N=rm(!1);rn(ru(c,rp(N),ra(([e,t])=>t||0!==e)),N);let H=rb(ru(rw(A,S),rl(([{items:e}])=>e.length>0),rp(N),rl(([[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}),ra(([[,e]])=>e-1),rs())),z=rb(ru(rS(A),rl(({items:e})=>e.length>0&&0===e[0].index),rc(0),rs())),_=rb(ru(rS(A),rp(j),rl(([{items:e},t])=>e.length>0&&!t),ra(([{items:e}])=>({endIndex:e[e.length-1].index,startIndex:e[0].index})),rs(rU),rf(0)));rn(_,f.scrollSeekRangeChanged),rn(ru(T,rp(k,M,S,I),ra(([e,t,n,r,i])=>{let o=io(e),{align:s,behavior:l,offset:a}=o,c=o.index;"LAST"===c&&(c=r-1);let u=o$(t,i,n,c=oj(0,c,oL(r-1,c)));return"end"===s?u=oB(u-t.height+n.height):"center"===s&&(u=oB(u-t.height/2+n.height/2)),a&&(u+=a),{behavior:l,top:u}})),a);let $=rg(ru(A,ra(e=>e.offsetBottom+e.bottom)),0);return rn(ru(y,ra(e=>({height:e.visibleHeight,width:e.visibleWidth}))),k),{customScrollParent:g,data:O,deviation:R,footerHeight:i,gap:I,headerHeight:o,increaseViewportBy:e,initialItemCount:C,itemDimensions:M,overscan:n,restoreStateFrom:P,scrollBy:s,scrollContainerState:l,scrollHeight:D,scrollTo:a,scrollToIndex:T,scrollTop:c,smoothScrollTargetReached:u,totalCount:S,useWindowScroll:v,viewportDimensions:k,windowScrollContainerState:b,windowScrollTo:x,windowViewportRect:y,...f,gridState:A,horizontalDirection:V,initialTopMostItemIndex:L,totalListHeight:$,...d,endReached:H,propsReady:m,rangeChanged:_,startReached:z,stateChanged:E,stateRestoreInProgress:j,...w}},n9(ix,rE,ip,iP,ir,ij,rM));function oz(e,t,n){return oj(1,oP((e+n)/(oP(t)+n)))}function o_(e,t,n,r){let{height:i}=n;if(void 0===i||0===r.length)return{bottom:0,top:0};let o=o$(e,t,n,r[0].index);return{bottom:o$(e,t,n,r[r.length-1].index)+i,top:o}}function o$(e,t,n,r){let i=oP(r/oz(e.width,n.width,t.column)),o=i*n.height+oj(0,i-1)*t.row;return o>0?o+t.row:o}let oW=rx(()=>{let e=rm(e=>`Item ${e}`),t=rm({}),n=rm(null),r=rm("virtuoso-grid-item"),i=rm("virtuoso-grid-list"),o=rm(iZ),s=rm("div"),l=rm(n8),a=(e,n=null)=>rg(ru(t,ra(t=>t[e]),rs()),n),c=rm(!1),u=rm(!1);return rn(rS(u),c),{components:t,computeItemKey:o,context:n,FooterComponent:a("Footer"),HeaderComponent:a("Header"),headerFooterTag:s,itemClassName:r,ItemComponent:a("Item","div"),itemContent:e,listClassName:i,ListComponent:a("List","div"),readyStateChanged:c,reportReadyState:u,ScrollerComponent:a("Scroller","div"),scrollerRef:l,ScrollSeekPlaceholder:a("ScrollSeekPlaceholder","div")}}),oq=rx(([e,t])=>({...e,...t}),n9(oH,oW)),oG=R.memo(function(){let e=oZ("gridState"),t=oZ("listClassName"),n=oZ("itemClassName"),r=oZ("itemContent"),i=oZ("computeItemKey"),o=oZ("isSeeking"),s=oJ("scrollHeight"),l=oZ("ItemComponent"),a=oZ("ListComponent"),c=oZ("ScrollSeekPlaceholder"),u=oZ("context"),h=oJ("itemDimensions"),d=oJ("gap"),f=oZ("log"),p=oZ("stateRestoreInProgress"),m=oJ("reportReadyState"),g=rT(R.useMemo(()=>e=>{s(e.parentElement.parentElement.scrollHeight);let t=e.firstChild;if(t){let{height:e,width:n}=t.getBoundingClientRect();h({height:e,width:n})}d({column:o2("column-gap",getComputedStyle(e).columnGap,f),row:o2("row-gap",getComputedStyle(e).rowGap,f)})},[s,h,d,f]),!0,!1);return iU(()=>{e.itemHeight>0&&e.itemWidth>0&&m(!0)},[e]),p?null:(0,D.jsx)(a,{className:t,ref:g,...oe(a,u),"data-testid":"virtuoso-item-list",style:{paddingBottom:e.offsetBottom,paddingTop:e.offsetTop},children:e.items.map(t=>{let s=i(t.index,t.data,u);return o?(0,D.jsx)(c,{...oe(c,u),height:e.itemHeight,index:t.index,width:e.itemWidth},s):(0,R.createElement)(l,{...oe(l,u),className:n,"data-index":t.index,key:s},r(t.index,t.data,u))})})}),oU=R.memo(function(){let e=oZ("HeaderComponent"),t=oJ("headerHeight"),n=oZ("headerFooterTag"),r=rT(R.useMemo(()=>e=>{t(rQ(e,"height"))},[t]),!0,!1),i=oZ("context");return e?(0,D.jsx)(n,{ref:r,children:(0,D.jsx)(e,{...oe(e,i)})}):null}),oK=R.memo(function(){let e=oZ("FooterComponent"),t=oJ("footerHeight"),n=oZ("headerFooterTag"),r=rT(R.useMemo(()=>e=>{t(rQ(e,"height"))},[t]),!0,!1),i=oZ("context");return e?(0,D.jsx)(n,{ref:r,children:(0,D.jsx)(e,{...oe(e,i)})}):null}),oY=({children:e})=>{let t=R.useContext(iG),n=oJ("itemDimensions"),r=oJ("viewportDimensions"),i=rT(R.useMemo(()=>e=>{r(e.getBoundingClientRect())},[r]),!0,!1);return R.useEffect(()=>{t&&(r({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,r,n]),(0,D.jsx)("div",{ref:i,style:i9(!1),children:e})},oX=({children:e})=>{let t=R.useContext(iG),n=oJ("windowViewportRect"),r=oJ("itemDimensions"),i=rI(n,oZ("customScrollParent"),!1);return R.useEffect(()=>{t&&(r({height:t.itemHeight,width:t.itemWidth}),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,r]),(0,D.jsx)("div",{ref:i,style:i9(!1),children:e})},{useEmitter:oQ,useEmitterValue:oZ,usePublisher:oJ}=iW(oq,{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"}},R.memo(function({...e}){let t=oZ("useWindowScroll"),n=oZ("customScrollParent"),r=n||t?o1:o0,i=n||t?oX:oY,o=oZ("context");return(0,D.jsx)(r,{...e,...oe(r,o),children:(0,D.jsxs)(i,{children:[(0,D.jsx)(oU,{}),(0,D.jsx)(oG,{}),(0,D.jsx)(oK,{})]})})})),o0=oi({useEmitter:oQ,useEmitterValue:oZ,usePublisher:oJ}),o1=oo({useEmitter:oQ,useEmitterValue:oZ,usePublisher:oJ});function o2(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,rA.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}var o5=n(83926),o3=n(1337),o4=n(54382),o8=n(29424),o6=n(67214);function o9(e){return(0,z.Ay)("MuiListItemButton",e)}let o7=(0,H.A)("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]),se=(0,B.A)(o3.A,{shouldForwardProp:e=>(0,o5.A)(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,F.A)(({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"}},[`&.${o7.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,P.X4)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${o7.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,P.X4)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${o7.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,P.X4)(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,P.X4)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${o7.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${o7.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}}]}))),st=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiListItemButton"}),{alignItems:r="center",autoFocus:i=!1,component:o="div",children:s,dense:l=!1,disableGutters:a=!1,divider:c=!1,focusVisibleClassName:u,selected:h=!1,className:d,...f}=n,p=R.useContext(o6.A),m=R.useMemo(()=>({dense:l||p.dense||!1,alignItems:r,disableGutters:a}),[r,p.dense,l,a]),g=R.useRef(null);(0,o4.A)(()=>{i&&g.current&&g.current.focus()},[i]);let v={...n,alignItems:r,dense:m.dense,disableGutters:a,divider:c,selected:h},b=(e=>{let{alignItems:t,classes:n,dense:r,disabled:i,disableGutters:o,divider:s,selected:l}=e,a=(0,E.A)({root:["root",r&&"dense",!o&&"gutters",s&&"divider",i&&"disabled","flex-start"===t&&"alignItemsFlexStart",l&&"selected"]},o9,n);return{...n,...a}})(v),x=(0,o8.A)(g,t);return(0,D.jsx)(o6.A.Provider,{value:m,children:(0,D.jsx)(se,{ref:x,href:f.href||f.to,component:(f.href||f.to)&&"div"===o?"button":o,focusVisibleClassName:(0,I.A)(b.focusVisible,u),ownerState:v,className:(0,I.A)(b.root,d),...f,classes:b,children:s})})});var sn=n(14045);let sr=(0,R.memo)(function({color:e,sx:t,...n}){return(0,D.jsx)(n0.A,{...n,sx:nf({height:4,width:16,margin:e=>e.spacing(.5)},t),style:{backgroundColor:e}})}),si=(0,R.forwardRef)(function({item:e,sx:t,truncateLabel:n,onClick:r,isVisuallySelected:i,onMouseOver:o,onMouseOut:s,index:l,...a},c){let[u,h]=(0,R.useState)(n);return(0,D.jsxs)(st,{...a,role:"listitem",sx:nf({padding:0,cursor:"pointer"},t),dense:!0,onClick:t=>{r(t,e.id),e.onClick?.(t)},onMouseOver:t=>o?.(t,{id:e.id,index:l}),onMouseOut:t=>s?.(t,{id:e.id,index:l}),selected:i,ref:c,children:[(0,D.jsx)(n0.A,{sx:{display:"flex",alignItems:"center"},children:(0,D.jsx)(sr,{color:e.color})}),(0,D.jsx)(sn.A,{primary:e.label,primaryTypographyProps:{noWrap:u},onMouseOver:function(){n&&h(!1)},onMouseOut:function(){n&&h(!0)}})]})}),so=(0,R.memo)(si);function ss(e,t){return"ALL"!==t&&!!t[e.id]}function sl({items:e,height:t,width:n,selectedItems:r,onLegendItemClick:i,onItemMouseOver:o,onItemMouseOut:s}){let l=e.length>5;return(0,D.jsx)(oc,{style:{height:t,width:n},data:e,itemContent:(e,t)=>(0,D.jsx)(so,{item:t,index:e,truncateLabel:l,isVisuallySelected:ss(t,r),onClick:i,onMouseOver:o,onMouseOut:s,sx:{width:"100%",wordBreak:"break-word",overflow:"hidden"}},t.id),role:"list"})}function sa({height:e,items:t,selectedItems:n,onLegendItemClick:r,onItemMouseOver:i,onItemMouseOut:o}){return(0,D.jsx)(n0.A,{component:"ul",sx:{width:"100%",height:e,padding:[0,1,0,0],overflowY:"scroll",margin:0},children:t.map((e,t)=>(0,D.jsx)(so,{item:e,index:t,isVisuallySelected:ss(e,n),onMouseOver:i,onMouseOut:o,onClick:r,sx:{width:"auto",float:"left",paddingRight:1.5}},e.id))})}function sc(e,t){return"function"==typeof e?e(t):e}function su(e,t){return n=>{t.setState(t=>({...t,[e]:sc(n,t[e])}))}}function sh(e){return e instanceof Function}function sd(e,t,n){let r,i=[];return o=>{let s,l;n.key&&n.debug&&(s=Date.now());let a=e(o);if(!(a.length!==i.length||a.some((e,t)=>i[t]!==e)))return r;if(i=a,n.key&&n.debug&&(l=Date.now()),r=t(...a),null==n||null==n.onChange||n.onChange(r),n.key&&n.debug&&null!=n&&n.debug()){let e=Math.round((Date.now()-s)*100)/100,t=Math.round((Date.now()-l)*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 sf(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 sp="debugHeaders";function sm(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 sg(e,t,n,r){var i,o;let s=0,l=function(e,t){void 0===t&&(t=1),s=Math.max(s,t),e.filter(e=>e.getIsVisible()).forEach(e=>{var n;null!=(n=e.columns)&&n.length&&l(e.columns,t+1)},0)};l(e);let a=[],c=(e,t)=>{let i={depth:t,id:[r,`${t}`].filter(Boolean).join("_"),headers:[]},o=[];e.forEach(e=>{let s,l=[...o].reverse()[0],a=e.column.depth===i.depth,c=!1;if(a&&e.column.parent?s=e.column.parent:(s=e.column,c=!0),l&&(null==l?void 0:l.column)===s)l.subHeaders.push(e);else{let i=sm(n,s,{id:[r,t,s.id,null==e?void 0:e.id].filter(Boolean).join("_"),isPlaceholder:c,placeholderId:c?`${o.filter(e=>e.column===s).length}`:void 0,depth:t,index:o.length});i.subHeaders.push(e),o.push(i)}i.headers.push(e),e.headerGroup=i}),a.push(i),t>0&&c(o,t-1)};c(t.map((e,t)=>sm(n,e,{depth:s,index:t})),s-1),a.reverse();let u=e=>e.filter(e=>e.column.getIsVisible()).map(e=>{let t=0,n=0,r=[0];return e.subHeaders&&e.subHeaders.length?(r=[],u(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 u(null!=(i=null==(o=a[0])?void 0:o.headers)?i:[]),a}let sv=(e,t,n,r,i,o,s)=>{let l={id:t,index:r,original:n,depth:i,parentId:s,_valuesCache:{},_uniqueValuesCache:{},getValue:t=>{if(l._valuesCache.hasOwnProperty(t))return l._valuesCache[t];let n=e.getColumn(t);if(null!=n&&n.accessorFn)return l._valuesCache[t]=n.accessorFn(l.original,r),l._valuesCache[t]},getUniqueValues:t=>{if(l._uniqueValuesCache.hasOwnProperty(t))return l._uniqueValuesCache[t];let n=e.getColumn(t);if(null!=n&&n.accessorFn)return n.columnDef.getUniqueValues?l._uniqueValuesCache[t]=n.columnDef.getUniqueValues(l.original,r):l._uniqueValuesCache[t]=[l.getValue(t)],l._uniqueValuesCache[t]},renderValue:t=>{var n;return null!=(n=l.getValue(t))?n:e.options.renderFallbackValue},subRows:null!=o?o:[],getLeafRows:()=>{var e,t;let n,r;return e=l.subRows,t=e=>e.subRows,n=[],(r=e=>{e.forEach(e=>{n.push(e);let i=t(e);null!=i&&i.length&&r(i)})})(e),n},getParentRow:()=>l.parentId?e.getRow(l.parentId,!0):void 0,getParentRows:()=>{let e=[],t=l;for(;;){let n=t.getParentRow();if(!n)break;e.push(n),t=n}return e.reverse()},getAllCells:sd(()=>[e.getAllLeafColumns()],t=>t.map(t=>{var n;let r;return n=t.id,r={id:`${l.id}_${t.id}`,row:l,column:t,getValue:()=>l.getValue(n),renderValue:()=>{var t;return null!=(t=r.getValue())?t:e.options.renderFallbackValue},getContext:sd(()=>[e,t,l,r],(e,t,n,r)=>({table:e,column:t,row:n,cell:r,getValue:r.getValue,renderValue:r.renderValue}),sf(e.options,"debugCells","cell.getContext"))},e._features.forEach(n=>{null==n.createCell||n.createCell(r,t,l,e)},{}),r}),sf(e.options,"debugRows","getAllCells")),_getAllCellsByColumnId:sd(()=>[l.getAllCells()],e=>e.reduce((e,t)=>(e[t.column.id]=t,e),{}),sf(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(l,e)}return l},sb=(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))};sb.autoRemove=e=>sD(e);let sx=(e,t,n)=>{var r;return!!(null==(r=e.getValue(t))||null==(r=r.toString())?void 0:r.includes(n))};sx.autoRemove=e=>sD(e);let sy=(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())};sy.autoRemove=e=>sD(e);let sw=(e,t,n)=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)};sw.autoRemove=e=>sD(e);let sS=(e,t,n)=>!n.some(n=>{var r;return!(null!=(r=e.getValue(t))&&r.includes(n))});sS.autoRemove=e=>sD(e)||!(null!=e&&e.length);let sC=(e,t,n)=>n.some(n=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)});sC.autoRemove=e=>sD(e)||!(null!=e&&e.length);let sA=(e,t,n)=>e.getValue(t)===n;sA.autoRemove=e=>sD(e);let sk=(e,t,n)=>e.getValue(t)==n;sk.autoRemove=e=>sD(e);let sM=(e,t,n)=>{let[r,i]=n,o=e.getValue(t);return o>=r&&o<=i};sM.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,s=null===n||Number.isNaN(i)?1/0:i;if(o>s){let e=o;o=s,s=e}return[o,s]},sM.autoRemove=e=>sD(e)||sD(e[0])&&sD(e[1]);let sT={includesString:sb,includesStringSensitive:sx,equalsString:sy,arrIncludes:sw,arrIncludesAll:sS,arrIncludesSome:sC,equals:sA,weakEquals:sk,inNumberRange:sM};function sD(e){return null==e||""===e}function sR(e,t,n){return!!e&&!!e.autoRemove&&e.autoRemove(t,n)||void 0===t||"string"==typeof t&&!t}let sO={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},sI=()=>({left:[],right:[]}),sE={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},sP=()=>({startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]}),sj=null;function sL(e){return"touchstart"===e.type}function sB(e,t){return t?"center"===t?e.getCenterVisibleLeafColumns():"left"===t?e.getLeftVisibleLeafColumns():e.getRightVisibleLeafColumns():e.getVisibleLeafColumns()}let sF=()=>({pageIndex:0,pageSize:10}),sV=()=>({top:[],bottom:[]}),sN=(e,t,n,r,i)=>{var o;let s=i.getRow(t,!0);n?(s.getCanMultiSelect()||Object.keys(e).forEach(t=>delete e[t]),s.getCanSelect()&&(e[t]=!0)):delete e[t],r&&null!=(o=s.subRows)&&o.length&&s.getCanSelectSubRows()&&s.subRows.forEach(t=>sN(e,t.id,n,r,i))};function sH(e,t){let n=e.getState().rowSelection,r=[],i={},o=function(e,t){return e.map(e=>{var t;let s=sz(e,n);if(s&&(r.push(e),i[e.id]=e),null!=(t=e.subRows)&&t.length&&(e={...e,subRows:o(e.subRows)}),s)return e}).filter(Boolean)};return{rows:o(t.rows),flatRows:r,rowsById:i}}function sz(e,t){var n;return null!=(n=t[e.id])&&n}function s_(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()&&(sz(e,t)?o=!0:i=!1),e.subRows&&e.subRows.length)){let n=s_(e,t);"all"===n?o=!0:("some"===n&&(o=!0),i=!1)}}),i?"all":!!o&&"some"}let s$=/([0-9]+)/gm;function sW(e,t){return e===t?0:e>t?1:-1}function sq(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function sG(e,t){let n=e.split(s$).filter(Boolean),r=t.split(s$).filter(Boolean);for(;n.length&&r.length;){let e=n.shift(),t=r.shift(),i=parseInt(e,10),o=parseInt(t,10),s=[i,o].sort();if(isNaN(s[0])){if(e>t)return 1;if(t>e)return -1;continue}if(isNaN(s[1]))return isNaN(i)?-1:1;if(i>o)return 1;if(o>i)return -1}return n.length-r.length}let sU={alphanumeric:(e,t,n)=>sG(sq(e.getValue(n)).toLowerCase(),sq(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>sG(sq(e.getValue(n)),sq(t.getValue(n))),text:(e,t,n)=>sW(sq(e.getValue(n)).toLowerCase(),sq(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>sW(sq(e.getValue(n)),sq(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)=>sW(e.getValue(n),t.getValue(n))},sK=[{createTable:e=>{e.getHeaderGroups=sd(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,r,i)=>{var o,s;let l=null!=(o=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?o:[],a=null!=(s=null==i?void 0:i.map(e=>n.find(t=>t.id===e)).filter(Boolean))?s:[];return sg(t,[...l,...n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),...a],e)},sf(e.options,sp,"getHeaderGroups")),e.getCenterHeaderGroups=sd(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,r,i)=>sg(t,n=n.filter(e=>!(null!=r&&r.includes(e.id))&&!(null!=i&&i.includes(e.id))),e,"center"),sf(e.options,sp,"getCenterHeaderGroups")),e.getLeftHeaderGroups=sd(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left],(t,n,r)=>{var i;return sg(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"left")},sf(e.options,sp,"getLeftHeaderGroups")),e.getRightHeaderGroups=sd(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right],(t,n,r)=>{var i;return sg(t,null!=(i=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?i:[],e,"right")},sf(e.options,sp,"getRightHeaderGroups")),e.getFooterGroups=sd(()=>[e.getHeaderGroups()],e=>[...e].reverse(),sf(e.options,sp,"getFooterGroups")),e.getLeftFooterGroups=sd(()=>[e.getLeftHeaderGroups()],e=>[...e].reverse(),sf(e.options,sp,"getLeftFooterGroups")),e.getCenterFooterGroups=sd(()=>[e.getCenterHeaderGroups()],e=>[...e].reverse(),sf(e.options,sp,"getCenterFooterGroups")),e.getRightFooterGroups=sd(()=>[e.getRightHeaderGroups()],e=>[...e].reverse(),sf(e.options,sp,"getRightFooterGroups")),e.getFlatHeaders=sd(()=>[e.getHeaderGroups()],e=>e.map(e=>e.headers).flat(),sf(e.options,sp,"getFlatHeaders")),e.getLeftFlatHeaders=sd(()=>[e.getLeftHeaderGroups()],e=>e.map(e=>e.headers).flat(),sf(e.options,sp,"getLeftFlatHeaders")),e.getCenterFlatHeaders=sd(()=>[e.getCenterHeaderGroups()],e=>e.map(e=>e.headers).flat(),sf(e.options,sp,"getCenterFlatHeaders")),e.getRightFlatHeaders=sd(()=>[e.getRightHeaderGroups()],e=>e.map(e=>e.headers).flat(),sf(e.options,sp,"getRightFlatHeaders")),e.getCenterLeafHeaders=sd(()=>[e.getCenterFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),sf(e.options,sp,"getCenterLeafHeaders")),e.getLeftLeafHeaders=sd(()=>[e.getLeftFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),sf(e.options,sp,"getLeftLeafHeaders")),e.getRightLeafHeaders=sd(()=>[e.getRightFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),sf(e.options,sp,"getRightLeafHeaders")),e.getLeafHeaders=sd(()=>[e.getLeftHeaderGroups(),e.getCenterHeaderGroups(),e.getRightHeaderGroups()],(e,t,n)=>{var r,i,o,s,l,a;return[...null!=(r=null==(i=e[0])?void 0:i.headers)?r:[],...null!=(o=null==(s=t[0])?void 0:s.headers)?o:[],...null!=(l=null==(a=n[0])?void 0:a.headers)?l:[]].map(e=>e.getLeafHeaders()).flat()},sf(e.options,sp,"getLeafHeaders"))}},{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:su("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=sd(()=>[e.getAllCells(),t.getState().columnVisibility],e=>e.filter(e=>e.column.getIsVisible()),sf(t.options,"debugRows","_getAllVisibleCells")),e.getVisibleCells=sd(()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()],(e,t,n)=>[...e,...t,...n],sf(t.options,"debugRows","getVisibleCells"))},createTable:e=>{let t=(t,n)=>sd(()=>[n(),n().filter(e=>e.getIsVisible()).map(e=>e.id).join("_")],e=>e.filter(e=>null==e.getIsVisible?void 0:e.getIsVisible()),sf(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:su("columnOrder",e)}),createColumn:(e,t)=>{e.getIndex=sd(e=>[sB(t,e)],t=>t.findIndex(t=>t.id===e.id),sf(t.options,"debugColumns","getIndex")),e.getIsFirstColumn=n=>{var r;return(null==(r=sB(t,n)[0])?void 0:r.id)===e.id},e.getIsLastColumn=n=>{var r;let i=sB(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=sd(()=>[e.getState().columnOrder,e.getState().grouping,e.options.groupedColumnMode],(e,t,n)=>r=>{let i=[];if(null!=e&&e.length){let t=[...e],n=[...r];for(;n.length&&t.length;){let e=t.shift(),r=n.findIndex(t=>t.id===e);r>-1&&i.push(n.splice(r,1)[0])}i=[...i,...n]}else i=r;var o=i;if(!(null!=t&&t.length)||!n)return o;let s=o.filter(e=>!t.includes(e.id));return"remove"===n?s:[...t.map(e=>o.find(t=>t.id===e)).filter(Boolean),...s]},sf(e.options,"debugTable","_getOrderColumnsFn"))}},{getInitialState:e=>({columnPinning:sI(),...e}),getDefaultOptions:e=>({onColumnPinningChange:su("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,s,l,a;return"right"===n?{left:(null!=(o=null==e?void 0:e.left)?o:[]).filter(e=>!(null!=r&&r.includes(e))),right:[...(null!=(s=null==e?void 0:e.right)?s:[]).filter(e=>!(null!=r&&r.includes(e))),...r]}:"left"===n?{left:[...(null!=(l=null==e?void 0:e.left)?l:[]).filter(e=>!(null!=r&&r.includes(e))),...r],right:(null!=(a=null==e?void 0:e.right)?a:[]).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)),s=n.some(e=>null==i?void 0:i.includes(e));return o?"left":!!s&&"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=sd(()=>[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))},sf(t.options,"debugRows","getCenterVisibleCells")),e.getLeftVisibleCells=sd(()=>[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"})),sf(t.options,"debugRows","getLeftVisibleCells")),e.getRightVisibleCells=sd(()=>[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"})),sf(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?sI():null!=(n=null==(r=e.initialState)?void 0:r.columnPinning)?n:sI())},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=sd(()=>[e.getAllLeafColumns(),e.getState().columnPinning.left],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),sf(e.options,"debugColumns","getLeftLeafColumns")),e.getRightLeafColumns=sd(()=>[e.getAllLeafColumns(),e.getState().columnPinning.right],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),sf(e.options,"debugColumns","getRightLeafColumns")),e.getCenterLeafColumns=sd(()=>[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))},sf(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:su("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?sT.includesString:"number"==typeof r?sT.inNumberRange:"boolean"==typeof r||null!==r&&"object"==typeof r?sT.equals:Array.isArray(r)?sT.arrIncludes:sT.weakEquals},e.getFilterFn=()=>{var n,r;return sh(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:sT[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(),s=null==t?void 0:t.find(t=>t.id===e.id),l=sc(n,s?s.value:void 0);if(sR(o,l,e))return null!=(r=null==t?void 0:t.filter(t=>t.id!==e.id))?r:[];let a={id:e.id,value:l};return s?null!=(i=null==t?void 0:t.map(t=>t.id===e.id?a:t))?i:[]:null!=t&&t.length?[...t,a]:[a]})}},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=sc(t,e))?void 0:r.filter(e=>{let t=n.find(t=>t.id===e.id);return!(t&&sR(t.getFilterFn(),e.value,t))&&!0})})},e.resetColumnFilters=t=>{var n,r;e.setColumnFilters(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.columnFilters)?n:[])},e.getPreFilteredRowModel=()=>e.getCoreRowModel(),e.getFilteredRowModel=()=>(!e._getFilteredRowModel&&e.options.getFilteredRowModel&&(e._getFilteredRowModel=e.options.getFilteredRowModel(e)),e.options.manualFiltering||!e._getFilteredRowModel)?e.getPreFilteredRowModel():e._getFilteredRowModel()}},{createTable:e=>{e._getGlobalFacetedRowModel=e.options.getFacetedRowModel&&e.options.getFacetedRowModel(e,"__global__"),e.getGlobalFacetedRowModel=()=>e.options.manualFiltering||!e._getGlobalFacetedRowModel?e.getPreFilteredRowModel():e._getGlobalFacetedRowModel(),e._getGlobalFacetedUniqueValues=e.options.getFacetedUniqueValues&&e.options.getFacetedUniqueValues(e,"__global__"),e.getGlobalFacetedUniqueValues=()=>e._getGlobalFacetedUniqueValues?e._getGlobalFacetedUniqueValues():new Map,e._getGlobalFacetedMinMaxValues=e.options.getFacetedMinMaxValues&&e.options.getFacetedMinMaxValues(e,"__global__"),e.getGlobalFacetedMinMaxValues=()=>{if(e._getGlobalFacetedMinMaxValues)return e._getGlobalFacetedMinMaxValues()}}},{getInitialState:e=>({globalFilter:void 0,...e}),getDefaultOptions:e=>({onGlobalFilterChange:su("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=()=>sT.includesString,e.getGlobalFilterFn=()=>{var t,n;let{globalFilterFn:r}=e.options;return sh(r)?r:"auto"===r?e.getGlobalAutoFilterFn():null!=(t=null==(n=e.options.filterFns)?void 0:n[r])?t:sT[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:su("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 sU.datetime;if("string"==typeof n&&(r=!0,n.split(s$).length>1))return sU.alphanumeric}return r?sU.text:sU.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 sh(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:sU[e.columnDef.sortingFn]},e.toggleSorting=(n,r)=>{let i=e.getNextSortingOrder(),o=null!=n;t.setSorting(s=>{let l,a=null==s?void 0:s.find(t=>t.id===e.id),c=null==s?void 0:s.findIndex(t=>t.id===e.id),u=[],h=o?n:"desc"===i;if("toggle"!=(l=null!=s&&s.length&&e.getCanMultiSort()&&r?a?"toggle":"add":null!=s&&s.length&&c!==s.length-1?"replace":a?"toggle":"replace")||o||i||(l="remove"),"add"===l){var d;(u=[...s,{id:e.id,desc:h}]).splice(0,u.length-(null!=(d=t.options.maxMultiSortColCount)?d:Number.MAX_SAFE_INTEGER))}else u="toggle"===l?s.map(t=>t.id===e.id?{...t,desc:h}:t):"remove"===l?s.filter(t=>t.id!==e.id):[{id:e.id,desc:h}];return u})},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(),s=e.getIsSorted();return s?(s===o||null!=(r=t.options.enableSortingRemoval)&&!r||!!n&&null!=(i=t.options.enableMultiRemove)&&!i)&&("desc"===s?"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:su("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?sO.sum:"[object Date]"===Object.prototype.toString.call(r)?sO.extent:void 0},e.getAggregationFn=()=>{var n,r;if(!e)throw Error();return sh(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:sO[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:su("expanded",e),paginateExpandedRows:!0}),createTable:e=>{let t=!1,n=!1;e._autoResetExpanded=()=>{var r,i;if(!t)return void e._queue(()=>{t=!0});if(null!=(r=null!=(i=e.options.autoResetAll)?i:e.options.autoResetExpanded)?r:!e.options.manualExpanding){if(n)return;n=!0,e._queue(()=>{e.resetExpanded(),n=!1})}},e.setExpanded=t=>null==e.options.onExpandedChange?void 0:e.options.onExpandedChange(t),e.toggleAllRowsExpanded=t=>{(null!=t?t:!e.getIsAllRowsExpanded())?e.setExpanded(!0):e.setExpanded({})},e.resetExpanded=t=>{var n,r;e.setExpanded(t?{}:null!=(n=null==(r=e.initialState)?void 0:r.expanded)?n:{})},e.getCanSomeRowsExpand=()=>e.getPrePaginationRowModel().flatRows.some(e=>e.getCanExpand()),e.getToggleAllRowsExpandedHandler=()=>t=>{null==t.persist||t.persist(),e.toggleAllRowsExpanded()},e.getIsSomeRowsExpanded=()=>{let t=e.getState().expanded;return!0===t||Object.values(t).some(Boolean)},e.getIsAllRowsExpanded=()=>{let t=e.getState().expanded;return"boolean"==typeof t?!0===t:!(!Object.keys(t).length||e.getRowModel().flatRows.some(e=>!e.getIsExpanded()))},e.getExpandedDepth=()=>{let t=0;return(!0===e.getState().expanded?Object.keys(e.getRowModel().rowsById):Object.keys(e.getState().expanded)).forEach(e=>{let n=e.split(".");t=Math.max(t,n.length)}),t},e.getPreExpandedRowModel=()=>e.getSortedRowModel(),e.getExpandedRowModel=()=>(!e._getExpandedRowModel&&e.options.getExpandedRowModel&&(e._getExpandedRowModel=e.options.getExpandedRowModel(e)),e.options.manualExpanding||!e._getExpandedRowModel)?e.getPreExpandedRowModel():e._getExpandedRowModel()},createRow:(e,t)=>{e.toggleExpanded=n=>{t.setExpanded(r=>{var i;let o=!0===r||!!(null!=r&&r[e.id]),s={};if(!0===r?Object.keys(t.getRowModel().rowsById).forEach(e=>{s[e]=!0}):s=r,n=null!=(i=n)?i:!o,!o&&n)return{...s,[e.id]:!0};if(o&&!n){let{[e.id]:t,...n}=s;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:{...sF(),...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:su("pagination",e)}),createTable:e=>{let t=!1,n=!1;e._autoResetPageIndex=()=>{var r,i;if(!t)return void e._queue(()=>{t=!0});if(null!=(r=null!=(i=e.options.autoResetAll)?i:e.options.autoResetPageIndex)?r:!e.options.manualPagination){if(n)return;n=!0,e._queue(()=>{e.resetPageIndex(),n=!1})}},e.setPagination=t=>null==e.options.onPaginationChange?void 0:e.options.onPaginationChange(e=>sc(t,e)),e.resetPagination=t=>{var n;e.setPagination(t?sF():null!=(n=e.initialState.pagination)?n:sF())},e.setPageIndex=t=>{e.setPagination(n=>{let r=sc(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,sc(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=sc(t,null!=(r=e.options.pageCount)?r:-1);return"number"==typeof i&&(i=Math.max(-1,i)),{...n,pageCount:i}}),e.getPageOptions=sd(()=>[e.getPageCount()],e=>{let t=[];return e&&e>0&&(t=[...Array(e)].fill(null).map((e,t)=>t)),t},sf(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:sV(),...e}),getDefaultOptions:e=>({onRowPinningChange:su("rowPinning",e)}),createRow:(e,t)=>{e.pin=(n,r,i)=>{let o=r?e.getLeafRows().map(e=>{let{id:t}=e;return t}):[],s=new Set([...i?e.getParentRows().map(e=>{let{id:t}=e;return t}):[],e.id,...o]);t.setRowPinning(e=>{var t,r,i,o,l,a;return"bottom"===n?{top:(null!=(i=null==e?void 0:e.top)?i:[]).filter(e=>!(null!=s&&s.has(e))),bottom:[...(null!=(o=null==e?void 0:e.bottom)?o:[]).filter(e=>!(null!=s&&s.has(e))),...Array.from(s)]}:"top"===n?{top:[...(null!=(l=null==e?void 0:e.top)?l:[]).filter(e=>!(null!=s&&s.has(e))),...Array.from(s)],bottom:(null!=(a=null==e?void 0:e.bottom)?a:[]).filter(e=>!(null!=s&&s.has(e)))}:{top:(null!=(t=null==e?void 0:e.top)?t:[]).filter(e=>!(null!=s&&s.has(e))),bottom:(null!=(r=null==e?void 0:e.bottom)?r:[]).filter(e=>!(null!=s&&s.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)),s=n.some(e=>null==i?void 0:i.includes(e));return o?"top":!!s&&"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?sV():null!=(n=null==(r=e.initialState)?void 0:r.rowPinning)?n:sV())},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=sd(()=>[e.getRowModel().rows,e.getState().rowPinning.top],(t,n)=>e._getPinnedRows(t,n,"top"),sf(e.options,"debugRows","getTopRows")),e.getBottomRows=sd(()=>[e.getRowModel().rows,e.getState().rowPinning.bottom],(t,n)=>e._getPinnedRows(t,n,"bottom"),sf(e.options,"debugRows","getBottomRows")),e.getCenterRows=sd(()=>[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))},sf(e.options,"debugRows","getCenterRows"))}},{getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:su("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=>{sN(i,t.id,r,!0,e)}),i}),e.getPreSelectedRowModel=()=>e.getCoreRowModel(),e.getSelectedRowModel=sd(()=>[e.getState().rowSelection,e.getCoreRowModel()],(t,n)=>Object.keys(t).length?sH(e,n):{rows:[],flatRows:[],rowsById:{}},sf(e.options,"debugTable","getSelectedRowModel")),e.getFilteredSelectedRowModel=sd(()=>[e.getState().rowSelection,e.getFilteredRowModel()],(t,n)=>Object.keys(t).length?sH(e,n):{rows:[],flatRows:[],rowsById:{}},sf(e.options,"debugTable","getFilteredSelectedRowModel")),e.getGroupedSelectedRowModel=sd(()=>[e.getState().rowSelection,e.getSortedRowModel()],(t,n)=>Object.keys(t).length?sH(e,n):{rows:[],flatRows:[],rowsById:{}},sf(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 s;if(n=void 0!==n?n:!i,e.getCanSelect()&&i===n)return o;let l={...o};return sN(l,e.id,n,null==(s=null==r?void 0:r.selectChildren)||s,t),l})},e.getIsSelected=()=>{let{rowSelection:n}=t.getState();return sz(e,n)},e.getIsSomeSelected=()=>{let{rowSelection:n}=t.getState();return"some"===s_(e,n)},e.getIsAllSubRowsSelected=()=>{let{rowSelection:n}=t.getState();return"all"===s_(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:()=>sE,getInitialState:e=>({columnSizing:{},columnSizingInfo:sP(),...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",columnResizeDirection:"ltr",onColumnSizingChange:su("columnSizing",e),onColumnSizingInfoChange:su("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:sE.minSize,null!=(r=null!=o?o:e.columnDef.size)?r:sE.size),null!=(i=e.columnDef.maxSize)?i:sE.maxSize)},e.getStart=sd(e=>[e,sB(t,e),t.getState().columnSizing],(t,n)=>n.slice(0,e.getIndex(t)).reduce((e,t)=>e+t.getSize(),0),sf(t.options,"debugColumns","getStart")),e.getAfter=sd(e=>[e,sB(t,e),t.getState().columnSizing],(t,n)=>n.slice(e.getIndex(t)+1).reduce((e,t)=>e+t.getSize(),0),sf(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(),sL(o)&&o.touches&&o.touches.length>1))return;let s=e.getSize(),l=e?e.getLeafHeaders().map(e=>[e.column.id,e.column.getSize()]):[[r.id,r.getSize()]],a=sL(o)?Math.round(o.touches[0].clientX):o.clientX,c={},u=(e,n)=>{"number"==typeof n&&(t.setColumnSizingInfo(e=>{var r,i;let o="rtl"===t.options.columnResizeDirection?-1:1,s=(n-(null!=(r=null==e?void 0:e.startOffset)?r:0))*o,l=Math.max(s/(null!=(i=null==e?void 0:e.startSize)?i:0),-.999999);return e.columnSizingStart.forEach(e=>{let[t,n]=e;c[t]=Math.round(100*Math.max(n+n*l,0))/100}),{...e,deltaOffset:s,deltaPercentage:l}}),("onChange"===t.options.columnResizeMode||"end"===e)&&t.setColumnSizing(e=>({...e,...c})))},h=e=>{u("end",e),t.setColumnSizingInfo(e=>({...e,isResizingColumn:!1,startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,columnSizingStart:[]}))},d=n||"undefined"!=typeof document?document:null,f={moveHandler:e=>u("move",e.clientX),upHandler:e=>{null==d||d.removeEventListener("mousemove",f.moveHandler),null==d||d.removeEventListener("mouseup",f.upHandler),h(e.clientX)}},p={moveHandler:e=>(e.cancelable&&(e.preventDefault(),e.stopPropagation()),u("move",e.touches[0].clientX),!1),upHandler:e=>{var t;null==d||d.removeEventListener("touchmove",p.moveHandler),null==d||d.removeEventListener("touchend",p.upHandler),e.cancelable&&(e.preventDefault(),e.stopPropagation()),h(null==(t=e.touches[0])?void 0:t.clientX)}},m=!!function(){if("boolean"==typeof sj)return sj;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 sj=e}()&&{passive:!1};sL(o)?(null==d||d.addEventListener("touchmove",p.moveHandler,m),null==d||d.addEventListener("touchend",p.upHandler,m)):(null==d||d.addEventListener("mousemove",f.moveHandler,m),null==d||d.addEventListener("mouseup",f.upHandler,m)),t.setColumnSizingInfo(e=>({...e,startOffset:a,startSize:s,deltaOffset:0,deltaPercentage:0,columnSizingStart:l,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?sP():null!=(n=e.initialState.columnSizingInfo)?n:sP())},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 sY=n(42927);function sX({color:e,density:t,...n}){let r="compact"===t;return(0,D.jsx)(sY.A,{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,P.X4)(e,.5):void 0},"& .MuiSvgIcon-root":{fontSize:r?16:18}}})}var sQ=n(3399),sZ=n(76746),sJ=n(97653),s0=n(76795),s1=n(45271);function s2(e){return(0,z.Ay)("MuiToolbar",e)}(0,H.A)("MuiToolbar",["root","gutters","regular","dense"]);let s5=(0,B.A)("div",{name:"MuiToolbar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disableGutters&&t.gutters,t[n.variant]]}})((0,F.A)(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}},{props:{variant:"dense"},style:{minHeight:48}},{props:{variant:"regular"},style:e.mixins.toolbar}]}))),s3=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiToolbar"}),{className:r,component:i="div",disableGutters:o=!1,variant:s="regular",...l}=n,a={...n,component:i,disableGutters:o,variant:s},c=(e=>{let{classes:t,disableGutters:n,variant:r}=e;return(0,E.A)({root:["root",!n&&"gutters",r]},s2,t)})(a);return(0,D.jsx)(s5,{as:i,className:(0,I.A)(c.root,r),ref:t,ownerState:a,...l})});var s4=n(35216),s8=n(96913),s6=n(70776),s9=n(22402);let s7=(0,s9.A)((0,D.jsx)("path",{d:"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage"),le=(0,s9.A)((0,D.jsx)("path",{d:"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),lt=R.forwardRef(function(e,t){let{backIconButtonProps:n,count:r,disabled:i=!1,getItemAriaLabel:o,nextIconButtonProps:s,onPageChange:l,page:a,rowsPerPage:c,showFirstButton:u,showLastButton:h,slots:d={},slotProps:f={},...p}=e,m=(0,s4.I)(),g=d.firstButton??Q.A,v=d.lastButton??Q.A,b=d.nextButton??Q.A,x=d.previousButton??Q.A,y=d.firstButtonIcon??le,w=d.lastButtonIcon??s7,S=d.nextButtonIcon??s6.A,C=d.previousButtonIcon??s8.A,A=m?v:g,k=m?b:x,M=m?x:b,T=m?g:v,R=m?f.lastButton:f.firstButton,O=m?f.nextButton:f.previousButton,I=m?f.previousButton:f.nextButton,E=m?f.firstButton:f.lastButton;return(0,D.jsxs)("div",{ref:t,...p,children:[u&&(0,D.jsx)(A,{onClick:e=>{l(e,0)},disabled:i||0===a,"aria-label":o("first",a),title:o("first",a),...R,children:m?(0,D.jsx)(w,{...f.lastButtonIcon}):(0,D.jsx)(y,{...f.firstButtonIcon})}),(0,D.jsx)(k,{onClick:e=>{l(e,a-1)},disabled:i||0===a,color:"inherit","aria-label":o("previous",a),title:o("previous",a),...O??n,children:m?(0,D.jsx)(S,{...f.nextButtonIcon}):(0,D.jsx)(C,{...f.previousButtonIcon})}),(0,D.jsx)(M,{onClick:e=>{l(e,a+1)},disabled:i||-1!==r&&a>=Math.ceil(r/c)-1,color:"inherit","aria-label":o("next",a),title:o("next",a),...I??s,children:m?(0,D.jsx)(C,{...f.previousButtonIcon}):(0,D.jsx)(S,{...f.nextButtonIcon})}),h&&(0,D.jsx)(T,{onClick:e=>{l(e,Math.max(0,Math.ceil(r/c)-1))},disabled:i||a>=Math.ceil(r/c)-1,"aria-label":o("last",a),title:o("last",a),...E,children:m?(0,D.jsx)(y,{...f.firstButtonIcon}):(0,D.jsx)(w,{...f.lastButtonIcon})})]})});var ln=n(63392);function lr(e){return(0,z.Ay)("MuiTablePagination",e)}let li=(0,H.A)("MuiTablePagination",["root","toolbar","spacer","selectLabel","selectRoot","select","selectIcon","input","menuItem","displayedRows","actions"]);var lo=n(73397);let ls=(0,B.A)(s1.A,{name:"MuiTablePagination",slot:"Root",overridesResolver:(e,t)=>t.root})((0,F.A)(({theme:e})=>({overflow:"auto",color:(e.vars||e).palette.text.primary,fontSize:e.typography.pxToRem(14),"&:last-child":{padding:0}}))),ll=(0,B.A)(s3,{name:"MuiTablePagination",slot:"Toolbar",overridesResolver:(e,t)=>({[`& .${li.actions}`]:t.actions,...t.toolbar})})((0,F.A)(({theme:e})=>({minHeight:52,paddingRight:2,[`${e.breakpoints.up("xs")} and (orientation: landscape)`]:{minHeight:52},[e.breakpoints.up("sm")]:{minHeight:52,paddingRight:2},[`& .${li.actions}`]:{flexShrink:0,marginLeft:20}}))),la=(0,B.A)("div",{name:"MuiTablePagination",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})({flex:"1 1 100%"}),lc=(0,B.A)("p",{name:"MuiTablePagination",slot:"SelectLabel",overridesResolver:(e,t)=>t.selectLabel})((0,F.A)(({theme:e})=>({...e.typography.body2,flexShrink:0}))),lu=(0,B.A)(s0.A,{name:"MuiTablePagination",slot:"Select",overridesResolver:(e,t)=>({[`& .${li.selectIcon}`]:t.selectIcon,[`& .${li.select}`]:t.select,...t.input,...t.selectRoot})})({color:"inherit",fontSize:"inherit",flexShrink:0,marginRight:32,marginLeft:8,[`& .${li.select}`]:{paddingLeft:8,paddingRight:24,textAlign:"right",textAlignLast:"right"}}),lh=(0,B.A)(sJ.A,{name:"MuiTablePagination",slot:"MenuItem",overridesResolver:(e,t)=>t.menuItem})({}),ld=(0,B.A)("p",{name:"MuiTablePagination",slot:"DisplayedRows",overridesResolver:(e,t)=>t.displayedRows})((0,F.A)(({theme:e})=>({...e.typography.body2,flexShrink:0})));function lf({from:e,to:t,count:n}){return`${e}–${t} of ${-1!==n?n:`more than ${t}`}`}function lp(e){return`Go to ${e} page`}let lm=R.forwardRef(function(e,t){let n,r=(0,N.b)({props:e,name:"MuiTablePagination"}),{ActionsComponent:i=lt,backIconButtonProps:o,colSpan:s,component:l=s1.A,count:a,disabled:c=!1,getItemAriaLabel:u=lp,labelDisplayedRows:h=lf,labelRowsPerPage:d="Rows per page:",nextIconButtonProps:f,onPageChange:p,onRowsPerPageChange:m,page:g,rowsPerPage:v,rowsPerPageOptions:b=[10,25,50,100],SelectProps:x={},showFirstButton:y=!1,showLastButton:w=!1,slotProps:S={},slots:C={},...A}=r,M=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],toolbar:["toolbar"],spacer:["spacer"],selectLabel:["selectLabel"],select:["select"],input:["input"],selectIcon:["selectIcon"],menuItem:["menuItem"],displayedRows:["displayedRows"],actions:["actions"]},lr,t)})(r),T=S?.select??x,O=T.native?"option":lh;(l===s1.A||"td"===l)&&(n=s||1e3);let P=(0,ln.A)(T.id),j=(0,ln.A)(T.labelId),L={slots:C,slotProps:S},[B,F]=(0,lo.A)("root",{ref:t,className:M.root,elementType:ls,externalForwardedProps:{...L,component:l,...A},ownerState:r,additionalProps:{colSpan:n}}),[V,H]=(0,lo.A)("toolbar",{className:M.toolbar,elementType:ll,externalForwardedProps:L,ownerState:r}),[z,_]=(0,lo.A)("spacer",{className:M.spacer,elementType:la,externalForwardedProps:L,ownerState:r}),[$,W]=(0,lo.A)("selectLabel",{className:M.selectLabel,elementType:lc,externalForwardedProps:L,ownerState:r,additionalProps:{id:j}}),[q,G]=(0,lo.A)("select",{className:M.select,elementType:lu,externalForwardedProps:L,ownerState:r}),[U,K]=(0,lo.A)("menuItem",{className:M.menuItem,elementType:O,externalForwardedProps:L,ownerState:r}),[Y,X]=(0,lo.A)("displayedRows",{className:M.displayedRows,elementType:ld,externalForwardedProps:L,ownerState:r});return(0,D.jsx)(B,{...F,children:(0,D.jsxs)(V,{...H,children:[(0,D.jsx)(z,{..._}),b.length>1&&(0,D.jsx)($,{...W,children:d}),b.length>1&&(0,D.jsx)(q,{variant:"standard",...!T.variant&&{input:k||(k=(0,D.jsx)(sZ.Ay,{}))},value:v,onChange:m,id:P,labelId:j,...T,classes:{...T.classes,root:(0,I.A)(M.input,M.selectRoot,(T.classes||{}).root),select:(0,I.A)(M.select,(T.classes||{}).select),icon:(0,I.A)(M.selectIcon,(T.classes||{}).icon)},disabled:c,...G,children:b.map(e=>(0,R.createElement)(U,{...K,key:e.label?e.label:e,value:e.value?e.value:e},e.label?e.label:e))}),(0,D.jsx)(Y,{...X,children:h({from:0===a?0:g*v+1,to:-1===a?(g+1)*v:-1===v?a:Math.min(a,(g+1)*v),count:-1===a?-1:a,page:g})}),(0,D.jsx)(i,{className:M.actions,backIconButtonProps:o,count:a,nextIconButtonProps:f,onPageChange:p,page:g,rowsPerPage:v,showFirstButton:y,showLastButton:w,slotProps:S.actions,slots:C.actions,getItemAriaLabel:u,disabled:c})]})})}),lg=(0,R.forwardRef)(function(e,t){return(0,D.jsx)(sQ.A,{...e,ref:t,sx:{backgroundColor:e=>e.palette.background.default,"&:hover":{backgroundColor:e=>(0,P.X4)(e.palette.primary.main,e.palette.action.hoverOpacity)}}})});var lv=n(5139);let lb=(0,R.forwardRef)(function(e,t){return(0,D.jsx)(lv.A,{...e,ref:t})});var lx=n(91394);let ly=(0,B.A)(lx.A)(({theme:e})=>({tableLayout:"fixed",borderCollapse:"separate",backgroundColor:e.palette.background.default})),lw={compact:"small",standard:"medium",comfortable:"medium"},lS=(0,R.forwardRef)(function({density:e,...t},n){return(0,D.jsx)(ly,{...t,tabIndex:-1,size:lw[e],ref:n,sx:{width:"100%"}})});var lC=n(70561);let lA=(0,R.forwardRef)(function(e,t){return(0,D.jsx)(lC.A,{...e,ref:t})});var lk=n(88091);let lM=(0,s9.A)((0,D.jsx)("path",{d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"}),"ArrowDownward");function lT(e){return(0,z.Ay)("MuiTableSortLabel",e)}let lD=(0,H.A)("MuiTableSortLabel",["root","active","icon","iconDirectionDesc","iconDirectionAsc","directionDesc","directionAsc"]),lR=(0,B.A)(o3.A,{name:"MuiTableSortLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.active&&t.active]}})((0,F.A)(({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,[`& .${lD.icon}`]:{opacity:.5}},[`&.${lD.active}`]:{color:(e.vars||e).palette.text.primary,[`& .${lD.icon}`]:{opacity:1,color:(e.vars||e).palette.text.secondary}}}))),lO=(0,B.A)("span",{name:"MuiTableSortLabel",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,t[`iconDirection${(0,L.A)(n.direction)}`]]}})((0,F.A)(({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)"}}]}))),lI=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiTableSortLabel"}),{active:r=!1,children:i,className:o,direction:s="asc",hideSortIcon:l=!1,IconComponent:a=lM,slots:c={},slotProps:u={},...h}=n,d={...n,active:r,direction:s,hideSortIcon:l,IconComponent:a},f=(e=>{let{classes:t,direction:n,active:r}=e,i={root:["root",r&&"active",`direction${(0,L.A)(n)}`],icon:["icon",`iconDirection${(0,L.A)(n)}`]};return(0,E.A)(i,lT,t)})(d),p={slots:c,slotProps:u},[m,g]=(0,lo.A)("root",{elementType:lR,externalForwardedProps:p,ownerState:d,className:(0,I.A)(f.root,o),ref:t}),[v,b]=(0,lo.A)("icon",{elementType:lO,externalForwardedProps:p,ownerState:d,className:f.icon});return(0,D.jsxs)(m,{disableRipple:!0,component:"span",...g,...h,children:[i,l&&!r?null:(0,D.jsx)(v,{as:a,...b})]})});var lE=n(57438);function lP(e,t,{isHeader:n,isLastColumn:r,isFirstColumn:i,defaultColumnHeight:o}={}){var s,l;let a=e.spacing(1),c=e.spacing(1.25),u=e.spacing(2),h=i?u:c,d=r?u:c,f=e.typography.body1.lineHeight,p=e.typography.body1.fontSize;"compact"===t&&(a=e.spacing(.5),c=e.spacing(.5),u=e.spacing(1),h=i?u:c,d=r?u:c,f=e.typography.body2.lineHeight,p=e.typography.body2.fontSize),"comfortable"===t&&(a=e.spacing(2),c=e.spacing(1.5),u=e.spacing(2),h=i?u:c,d=r?u:c,f=e.typography.body1.lineHeight,p=e.typography.body1.fontSize);let m=n||!o||"auto"===o?(s=f,l=a,("string"==typeof s?parseInt(s,10):s??0)+2*("string"==typeof l?parseInt(l,10):l)):o;return{padding:`${a} ${d} ${a} ${h}`,height:m,fontSize:p,lineHeight:f}}function lj(e){return e.map(({width:e,align:t,headerDescription:n,cellDescription:r,enableSorting:i,dataLink:o,...s})=>({...s,..."auto"===e||void 0===e?{size:0,minSize:0,maxSize:0}:{size:e},enableSorting:!!i,meta:{align:t,headerDescription:n,cellDescription:r,dataLink:o}}))}let lL=(0,B.A)(s1.A)(({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 lB({children:e,density:t,variant:n,width:r,defaultColumnHeight:i,focusState:o="none",onFocusTrigger:s,isFirstColumn:l,isLastColumn:a,description:c,align:u,color:h,backgroundColor:d,dataLink:f,adjacentCellsValuesMap:p,...m}){let g=(0,nJ.A)(),v=(0,R.useRef)(),b="head"===n;(0,R.useEffect)(()=>{"trigger-focus"===o&&v.current&&v.current.focus()},[o]);let x=e=>{s?.(e)},y=(0,R.useMemo)(()=>{if(f){if(p&&nj(f.url)){let{text:e}=nO(f.url,p,{urlEncode:!0});return{...f,url:e}}return f}},[f,p]);return(0,D.jsx)(lL,{...m,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:b?`solid 1px ${g.palette.grey[100]}`:`solid 1px ${g.palette.grey[50]}`,"&:hover #original-cell":{position:"absolute",top:0,left:0,zIndex:10,width:"fit-content",minWidth:"100%",whiteSpace:"nowrap",overflow:"visible",backgroundColor:`${d??g.palette.background.default} !important`,outline:`solid 1px ${g.palette.info.main}`,outlineOffset:"-1px"}},ref:v,children:(0,D.jsx)(n0.A,{id:"original-cell",sx:{...lP(g,t,{isHeader:b,isLastColumn:a,isFirstColumn:l,defaultColumnHeight:i}),position:"relative",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",flexDirection:"inherit"},style:{backgroundColor:d??"inherit",color:h??"inherit"},title:c,"aria-label":c,textAlign:u,children:y?(0,D.jsx)(lE.A,{href:y.url,target:y.targetBlank?"_blank":"_self",rel:y.targetBlank?"noopener noreferrer":void 0,children:e}):e})})}function lF({onSort:e,sortDirection:t,nextSortDirection:n,children:r,...i}){let o=!!e,s=(0,D.jsx)(lk.A,{noWrap:!0,variant:"inherit",component:"div",color:"inherit",children:r}),l=!!t;return(0,D.jsx)(lB,{...i,children:o?(0,D.jsx)(lI,{onClick:e,direction:l?t:n,active:l,sx:{verticalAlign:"unset",maxWidth:"100%","&:focus-visible":{[`& .${lD.icon}`]:{opacity:l?1:.5}}},children:s}):s})}var lV=n(347);let lN=(0,R.forwardRef)(function(e,t){return(0,D.jsx)(lV.A,{...e,tabIndex:-1,ref:t})}),lH={row:0,column:0},lz=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"];var l_=n(91644);function l$(e){return(0,z.Ay)("MuiTableFooter",e)}(0,H.A)("MuiTableFooter",["root"]);let lW=(0,B.A)("tfoot",{name:"MuiTableFooter",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-footer-group"}),lq={variant:"footer"},lG="tfoot",lU=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiTableFooter"}),{className:r,component:i=lG,...o}=n,s={...n,component:i},l=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"]},l$,t)})(s);return(0,D.jsx)(l_.A.Provider,{value:lq,children:(0,D.jsx)(lW,{as:i,className:(0,I.A)(l.root,r),ref:t,role:i===lG?null:"rowgroup",ownerState:s,...o})})}),lK=(0,R.forwardRef)(function(e,t){return(0,D.jsx)(lU,{...e,ref:t})});function lY({width:e,height:t,density:n,defaultColumnWidth:r,defaultColumnHeight:i,onRowClick:o,onRowMouseOver:s,onRowMouseOut:l,rows:a,columns:c,headers:u,cellConfigs:h,pagination:d,onPaginationChange:f,rowCount:p}){let m=(0,R.useRef)(null),g=(0,R.useRef)({startIndex:0,endIndex:0}),v=function({visibleRange:e,virtualTable:t,maxRows:n,maxColumns:r}){return function({maxRows:e,maxColumns:t,onActiveCellChange:n}){let[r,i]=(0,R.useState)(lH),[o,s]=(0,R.useState)(!1);return{activeCell:r,isActive:o,onTableKeyDown:(0,R.useCallback)(r=>{let o=r.key;(lz.includes(o)||"Home"===o||"End"===o||"PageDown"===o||"PageUp"===o)&&i(i=>{let s=i.row,l=i.column;"ArrowRight"===o&&l<t-1?(r.preventDefault(),l+=1):"ArrowLeft"===o&&l>0?(r.preventDefault(),l-=1):"ArrowDown"===o&&s<e-1?(r.preventDefault(),s+=1):"ArrowUp"===o&&s>0?(r.preventDefault(),s-=1):"Home"===o?(r.preventDefault(),s=0,l=0):"End"===o&&(r.preventDefault(),s=e-1,l=t-1);let a={column:l,row:s},c=n?.(r,i,a)||a;return c.row===i.row&&c.column===i.column?i:c})},[t,e,n]),onCellFocus:e=>{e.column===r.column&&e.row===r.row&&o||(s(!0),i(e))},onTableBlur:(0,R.useCallback)(e=>{e.currentTarget.contains(e.relatedTarget)||(s(!1),i(lH))},[])}}({maxRows:n,maxColumns:r,onActiveCellChange:(r,i,o)=>{let s=r.key,l=o&&(i.column!==o.column||i.row!==o.row),a=o?.row??i.row;if("ArrowDown"===s&&l)(a-1<e.current.startIndex||a-1>e.current.endIndex)&&t.current?.scrollToIndex({index:a-1,align:"end"});else if("ArrowUp"===s&&l)(a-1<e.current.startIndex||a-1>e.current.endIndex)&&t.current?.scrollToIndex({index:a-1,align:"start"});else if(l&&("Home"===s||"End"===s))t.current?.scrollToIndex({index:Math.max(a-1,0),align:"start"});else if("PageDown"===s){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"===s){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:g,virtualTable:m,maxRows:a.length+1,maxColumns:c.length}),b=e=>e.row===v.activeCell.row&&e.column===v.activeCell.column?v.isActive?"trigger-focus":"focus-next":"none",x=(0,R.useMemo)(()=>({Scroller:lN,Table:t=>(0,D.jsx)(lS,{...t,width:e,density:n,onKeyDown:v.onTableKeyDown,onBlur:v.onTableBlur}),TableHead:lA,TableFoot:lK,TableRow:({item:e,...t})=>{let r=a[t["data-index"]];if(!r)return null;let i={id:r.id,index:r.index};return(0,D.jsx)(lg,{...t,onClick:e=>o(e,r.id),density:n,onMouseOver:e=>{s?.(e,i)},onMouseOut:e=>{l?.(e,i)}})},TableBody:lb}),[n,v.onTableKeyDown,v.onTableBlur,o,l,s,a,e]),y=(e,t)=>{d&&f&&f({...d,pageIndex:t})},w=e=>{d&&f&&f({pageIndex:0,pageSize:parseInt(e.target.value,10)})};return(0,D.jsx)(n0.A,{style:{width:e,height:t},children:(0,D.jsx)(oA,{ref:m,totalCount:a.length,components:x,rangeChanged:e=>{g.current=e},fixedHeaderContent:()=>(0,D.jsx)(D.Fragment,{children:u.map(e=>(0,D.jsx)(lg,{density:n,children:e.headers.map((e,t,o)=>{var s,l,a,c,u;let h,d=e.column,f={row:0,column:t},p=d.getIsSorted(),m=d.getNextSortingOrder();return(0,D.jsx)(lF,{onSort:d.getCanSort()?d.getToggleSortingHandler():void 0,sortDirection:"string"==typeof p?p:void 0,nextSortDirection:"string"==typeof m?m:void 0,width:d.getSize()||r,defaultColumnHeight:i,align:d.columnDef.meta?.align,variant:"head",density:n,description:d.columnDef.meta?.headerDescription,focusState:b(f),onFocusTrigger:()=>v.onCellFocus(f),isFirstColumn:0===t,isLastColumn:t===o.length-1,children:(s=d.columnDef.header,l=e.getContext(),s?"function"==typeof(c=a=s)&&(h=Object.getPrototypeOf(c)).prototype&&h.prototype.isReactComponent||"function"==typeof a||"object"==typeof(u=a)&&"symbol"==typeof u.$$typeof&&["react.memo","react.forward_ref"].includes(u.$$typeof.description)?R.createElement(s,l):s:null)},e.id)})},e.id))}),fixedFooterContent:d?()=>(0,D.jsx)(sQ.A,{sx:{backgroundColor:e=>e.palette.background.default},children:(0,D.jsx)(lm,{colSpan:c.length,count:p,page:d.pageIndex,rowsPerPage:d.pageSize,onPageChange:y,onRowsPerPageChange:w})}):void 0,itemContent:e=>{let t=a[e];return t?(0,D.jsx)(D.Fragment,{children:t.getVisibleCells().map((o,s,l)=>{let a,c={row:e+1,column:s},u=o.getContext(),d=h?.[u.cell.id],f=o.column.columnDef.cell,p="function"==typeof f?f(u):null,m=o.column.columnDef.meta?.cellDescription;"function"==typeof m?a=m(u):m&&"string"==typeof p&&(a=p);let g=Object.entries(t.original)?.filter(([e,t])=>["string","number"].includes(typeof t)).reduce((e,[t,n])=>({...e,[t]:String(n)}),{});return(0,D.jsx)(lB,{"data-testid":o.id,title:a||d?.text||p,width:o.column.getSize()||r,defaultColumnHeight:i,align:o.column.columnDef.meta?.align,density:n,focusState:b(c),onFocusTrigger:()=>v.onCellFocus(c),isFirstColumn:0===s,isLastColumn:s===l.length-1,description:a,color:d?.textColor??void 0,backgroundColor:d?.backgroundColor??void 0,dataLink:o.column.columnDef.meta?.dataLink,adjacentCellsValuesMap:g,children:d?.text||p},o.id)})}):null}})})}let lX=(e,t)=>`${t}`,lQ={},lZ=[];function lJ({data:e,columns:t,cellConfigs:n,density:r="standard",defaultColumnWidth:i=150,defaultColumnHeight:o="auto",checkboxSelection:s,onRowSelectionChange:l,onSortingChange:a,getCheckboxColor:c,getRowId:u=lX,rowSelection:h=lQ,sorting:d=lZ,getItemActions:f,hasItemActions:p,pagination:m,onPaginationChange:g,rowSelectionVariant:v="standard",...b}){let x=(0,nJ.A)(),y=(0,R.useCallback)((e,t,n)=>{"standard"===v||n?t.toggleSelected():t.getIsSelected()&&!e.getIsAllRowsSelected()?e.toggleAllRowsSelected():l?.({[t.id]:!0})},[l,v]),w=(0,R.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]),S=(0,R.useMemo)(()=>({id:"itemActions",header:"Actions",cell:({row:e})=>(0,D.jsx)(X.A,{direction:"row",alignItems:"center",children:f?.({id:e.id,data:e.original})}),enableSorting:!1}),[f]),C=(0,R.useMemo)(()=>({id:"checkboxRowSelect",size:28,header:({table:e})=>(0,D.jsx)(sX,{checked:e.getIsAllRowsSelected(),indeterminate:e.getIsSomeRowsSelected(),onChange:e.getToggleAllRowsSelectedHandler(),color:x.palette.text.primary,density:r}),cell:({row:e,table:t})=>(0,D.jsx)(sX,{checked:e.getIsSelected(),indeterminate:e.getIsSomeSelected(),onChange:n=>{w(n,t,e)},color:c?.(e.original),density:r}),enableSorting:!1}),[x.palette.text.primary,r,c,w]),A=function(e){let t={state:{},onStateChange:()=>{},renderFallbackValue:null,...e},[n]=R.useState(()=>({current:function(e){var t,n;let r=[...sK,...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)),{}),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=[],a=!1,c={_features:r,options:{...o,...e},initialState:s,_queue:e=>{l.push(e),a||(a=!0,Promise.resolve().then(()=>{for(;l.length;)l.shift()();a=!1}).catch(e=>setTimeout(()=>{throw e})))},reset:()=>{i.setState(i.initialState)},setOptions:e=>{var t;t=sc(e,i.options),i.options=i.options.mergeOptions?i.options.mergeOptions(o,t):{...o,...t}},getState:()=>i.options.state,setState:e=>{null==i.options.onStateChange||i.options.onStateChange(e)},_getRowId:(e,t,n)=>{var r;return null!=(r=null==i.options.getRowId?void 0:i.options.getRowId(e,t,n))?r:`${n?[n.id,t].join("."):t}`},getCoreRowModel:()=>(i._getCoreRowModel||(i._getCoreRowModel=i.options.getCoreRowModel(i)),i._getCoreRowModel()),getRowModel:()=>i.getPaginationRowModel(),getRow:(e,t)=>{let n=(t?i.getPrePaginationRowModel():i.getRowModel()).rowsById[e];if(!n&&!(n=i.getCoreRowModel().rowsById[e]))throw Error();return n},_getDefaultColumnDef:sd(()=>[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}},sf(e,"debugColumns","_getDefaultColumnDef")),_getColumnDefs:()=>i.options.columns,getAllColumns:sd(()=>[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 s,l={...e._getDefaultColumnDef(),...t},a=l.accessorKey,c=null!=(i=null!=(o=l.id)?o:a?"function"==typeof String.prototype.replaceAll?a.replaceAll(".","_"):a.replace(/\./g,"_"):void 0)?i:"string"==typeof l.header?l.header:void 0;if(l.accessorFn?s=l.accessorFn:a&&(s=a.includes(".")?e=>{let t=e;for(let e of a.split(".")){var n;t=null==(n=t)?void 0:n[e]}return t}:e=>e[l.accessorKey]),!c)throw Error();let u={id:`${String(c)}`,accessorFn:s,parent:r,depth:n,columnDef:l,columns:[],getFlatColumns:sd(()=>[!0],()=>{var e;return[u,...null==(e=u.columns)?void 0:e.flatMap(e=>e.getFlatColumns())]},sf(e.options,"debugColumns","column.getFlatColumns")),getLeafColumns:sd(()=>[e._getOrderColumnsFn()],e=>{var t;return null!=(t=u.columns)&&t.length?e(u.columns.flatMap(e=>e.getLeafColumns())):[u]},sf(e.options,"debugColumns","column.getLeafColumns"))};for(let t of e._features)null==t.createColumn||t.createColumn(u,e);return u}(i,e,r,n);return o.columns=e.columns?t(e.columns,o,r+1):[],o})};return t(e)},sf(e,"debugColumns","getAllColumns")),getAllFlatColumns:sd(()=>[i.getAllColumns()],e=>e.flatMap(e=>e.getFlatColumns()),sf(e,"debugColumns","getAllFlatColumns")),_getAllFlatColumnsById:sd(()=>[i.getAllFlatColumns()],e=>e.reduce((e,t)=>(e[t.id]=t,e),{}),sf(e,"debugColumns","getAllFlatColumnsById")),getAllLeafColumns:sd(()=>[i.getAllColumns(),i._getOrderColumnsFn()],(e,t)=>t(e.flatMap(e=>e.getLeafColumns())),sf(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]=R.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,R.useMemo)(()=>{let e=lj(t);return p&&e.unshift(S),s&&e.unshift(C),e},[C,s,t,p,S]),getRowId:u,getCoreRowModel:e=>sd(()=>[e.options.data],t=>{let n={rows:[],flatRows:[],rowsById:{}},r=function(t,i,o){void 0===i&&(i=0);let s=[];for(let a=0;a<t.length;a++){let c=sv(e,e._getRowId(t[a],a,o),t[a],a,i,void 0,null==o?void 0:o.id);if(n.flatRows.push(c),n.rowsById[c.id]=c,s.push(c),e.options.getSubRows){var l;c.originalSubRows=e.options.getSubRows(t[a],a),null!=(l=c.originalSubRows)&&l.length&&(c.subRows=r(c.originalSubRows,i+1,c))}}return s};return n.rows=r(t),n},sf(e.options,"debugTable","getRowModel",()=>e._autoResetPageIndex())),getSortedRowModel:e=>sd(()=>[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()}),s={};o.forEach(t=>{let n=e.getColumn(t.id);n&&(s[t.id]={sortUndefined:n.columnDef.sortUndefined,invertSorting:n.columnDef.invertSorting,sortingFn:n.getSortingFn()})});let l=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],l=s[i.id],a=l.sortUndefined,c=null!=(n=null==i?void 0:i.desc)&&n,u=0;if(a){let n=e.getValue(i.id),r=t.getValue(i.id),o=void 0===n,s=void 0===r;if(o||s){if("first"===a)return o?-1:1;if("last"===a)return o?1:-1;u=o&&s?0:o?a:-a}}if(0===u&&(u=l.sortingFn(e,t,i.id)),0!==u)return c&&(u*=-1),l.invertSorting&&(u*=-1),u}return e.index-t.index}),t.forEach(e=>{var t;i.push(e),null!=(t=e.subRows)&&t.length&&(e.subRows=l(e.subRows))}),t};return{rows:l(n.rows),flatRows:i,rowsById:n.rowsById}},sf(e.options,"debugTable","getSortedRowModel",()=>e._autoResetPageIndex())),getPaginationRowModel:m?e=>sd(()=>[e.getState().pagination,e.getPrePaginationRowModel(),e.options.paginateExpandedRows?void 0:e.getState().expanded],(t,n)=>{let r;if(!n.rows.length)return n;let{pageSize:i,pageIndex:o}=t,{rows:s,flatRows:l,rowsById:a}=n,c=i*o;if(s=s.slice(c,c+i),e.options.paginateExpandedRows)r={rows:s,flatRows:l,rowsById:a};else{var u;let e,t;u={rows:s,flatRows:l,rowsById:a},e=[],t=n=>{var r;e.push(n),null!=(r=n.subRows)&&r.length&&n.getIsExpanded()&&n.subRows.forEach(t)},u.rows.forEach(t),r={rows:e,flatRows:u.flatRows,rowsById:u.rowsById}}r.flatRows=[];let h=e=>{r.flatRows.push(e),e.subRows.length&&e.subRows.forEach(h)};return r.rows.forEach(h),r},sf(e.options,"debugTable","getPaginationRowModel")):void 0,manualPagination:!m,enableRowSelection:!!s,onRowSelectionChange:e=>{let t="function"==typeof e?e(h):e;l?.(t)},onSortingChange:e=>{let t="function"==typeof e?e(d):e;a?.(t)},sortDescFirst:!0,state:{rowSelection:h,sorting:d,...m?{pagination:m}:{}}}),k=(0,R.useCallback)((e,t)=>{let n=A.getRow(t);y(A,n,e.metaKey||e.shiftKey)},[y,A]);return(0,D.jsx)(lY,{...b,density:r,defaultColumnWidth:i,defaultColumnHeight:o,onRowClick:k,rows:A.getRowModel().rows,columns:A.getAllFlatColumns(),headers:A.getHeaderGroups(),cellConfigs:n,pagination:m,onPaginationChange:g,rowCount:A.getRowCount()})}let l0=[{accessorKey:"label",header:"Name",enableSorting:!0,cell:({getValue:e})=>(0,D.jsx)("span",{title:e(),children:e()})}],l1=e=>e.id,l2=e=>e.color;function l5({items:e,selectedItems:t,onSelectedItemsChange:n,onItemMouseOver:r,onItemMouseOut:i,height:o,width:s,columns:l=[],sorting:a,onSortingChange:c}){let u=(0,R.useMemo)(()=>"string"!=typeof t?t:e.reduce((e,t,n)=>(e[l1(t,n)]=!0,e),{}),[t,e]),h=(0,R.useMemo)(()=>[...l0,...l],[l]);return(0,D.jsx)(lJ,{height:o,width:s,rowSelection:u,onRowSelectionChange:n,onRowMouseOver:r,onRowMouseOut:i,sorting:a,onSortingChange:c,data:e,columns:h,density:"compact",defaultColumnWidth:"auto",getRowId:l1,getCheckboxColor:l2,checkboxSelection:!0,rowSelectionVariant:"legend"})}function l3({width:e,height:t,options:n,data:r,selectedItems:i,onSelectedItemsChange:o,onItemMouseOver:s,onItemMouseOut:l,tableProps:a}){let c,u=(e,t)=>{let n=e.metaKey||e.shiftKey;o((0,n2.jM)(i,e=>{if("ALL"===e)return{[t]:!0};let r=!!e[t];return n?(r?delete e[t]:e[t]=!0,e):r?"ALL":{[t]:!0}}))},h=(0,n1.nV)(n.mode),d=r.length>=500,f={height:t,items:r,selectedItems:i,onLegendItemClick:u,onItemMouseOver:s,onItemMouseOut:l};return(c="table"===h?(0,D.jsx)(l5,{...f,onSelectedItemsChange:o,width:e,...a}):"right"===n.position||d?(0,D.jsx)(sl,{...f,width:e,onLegendItemClick:u}):(0,D.jsx)(sa,{...f,onLegendItemClick:u}),"right"===n.position)?(0,D.jsx)(n0.A,{style:{width:e,height:t},sx:{position:"absolute",top:0,right:0,backgroundColor:e=>`${e.palette.background.default}`},children:c}):(0,D.jsx)(n0.A,{style:{width:e,height:t},sx:{position:"absolute",bottom:0,backgroundColor:e=>`${e.palette.background.default}`},children:c})}let l4={medium:{bottom:6,right:250},small:{bottom:4,right:150}};function l8({children:e,legendProps:t,width:n,height:r,spacing:i=0,legendSize:o,minChildrenWidth:s=100,minChildrenHeight:l=100}){let{content:a,legend:c,margin:u}=function({width:e,height:t,legendProps:n,legendSize:r,minChildrenHeight:i,minChildrenWidth:o,spacing:s,theme:l}){let a,c,u=n?.options,h={legend:{show:!1,width:0,height:0},content:{width:e,height:t},margin:{right:0,bottom:0}};if(!u)return h;let{position:d}=u;if("list"===(0,n1.nV)(u.mode))a="right"===d?200:e,c=40,"right"===d?c=t:t>=300&&(c=100);else{let i=lP(l,"compact"),o=(n?.tableProps?.columns||[]).reduce((e,t)=>("number"==typeof t.width&&(e+=t.width),e),0);a="right"===d?l4[r].right+o:e;let s=Math.min(l4[r].bottom,n.data.length+1);c="bottom"===d?s*i.height:t}let f="right"===d?e-a-s:e,p="bottom"===d?t-c-s:t;return"right"===d&&f<o||"bottom"===d&&p<i?h:{legend:{width:a,height:c,show:!0},content:{width:f,height:p},margin:{right:"right"===d?s:0,bottom:"bottom"===d?s:0}}}({width:n,height:r,legendProps:t,minChildrenHeight:l,minChildrenWidth:s,spacing:i,theme:(0,nJ.A)(),legendSize:(0,n1.lh)(o)});return(0,D.jsxs)(n0.A,{style:{width:n,height:r},sx:{position:"relative",overflow:"hidden"},children:[(0,D.jsx)(n0.A,{style:{width:a.width,height:a.height},sx:{marginRight:`${u.right}px`,marginBottom:`${u.bottom}px`},children:"function"==typeof e?e({width:a.width,height:a.height}):e}),t&&c.show&&(0,D.jsx)(l3,{...t,height:c.height,width:c.width})]})}var l6=n(46177),l9=n.n(l6);let l7=(0,R.forwardRef)(function({debounceMs:e=250,value:t,onChange:n,...r},i){let[o,s]=(0,R.useState)(t),l=(0,R.useCallback)(e=>{n?.(e)},[n]),a=(0,R.useMemo)(()=>l9()(l,e),[e,l]);return(0,D.jsx)(Z.A,{ref:i,value:o,onChange:function(e){s(e.target.value),a(e.target.value)},...r})});l7.displayName="TextField";var ae=n(91467),at=n(66834),an=n(92890),ar=n(39750),ai=n(7800);let ao=(0,B.A)("form")({overflowY:"auto",display:"flex",flexDirection:"column"}),as=e=>({position:"absolute",top:e.spacing(.5),right:e.spacing(.5)}),al=({children:e,...t})=>(0,D.jsx)(an.A,{...t,children:e});al.Header=({children:e,onClose:t,...n})=>(0,D.jsxs)(D.Fragment,{children:[(0,D.jsx)(ae.A,{style:{textOverflow:"ellipsis",overflow:"hidden"},...n,children:e}),t&&(0,D.jsx)(Q.A,{"aria-label":"Close",onClick:t,sx:as,children:(0,D.jsx)(ai.default,{})})]}),al.Form=ao,al.Content=({children:e,sx:t,...n})=>(0,D.jsx)(at.A,{dividers:!0,...n,sx:nf({minWidth:"500px",textWrap:"balance"},t),children:e}),al.PrimaryButton=({children:e,...t})=>(0,D.jsx)(K.A,{variant:"contained",type:"submit",...t,children:e}),al.SecondaryButton=({children:e,...t})=>(0,D.jsx)(K.A,{variant:"outlined",color:"secondary",...t,children:e}),al.Actions=ar.A;let aa=e=>{let{description:t,isOpen:n,onCancel:r,onDiscardChanges:i}=e;return(0,D.jsxs)(al,{open:n,"aria-labelledby":"discard-dialog",children:[(0,D.jsx)(al.Header,{children:"Discard Changes"}),(0,D.jsx)(al.Content,{children:t}),(0,D.jsxs)(al.Actions,{children:[(0,D.jsx)(K.A,{variant:"contained",onClick:i,children:"Discard Changes"}),(0,D.jsx)(K.A,{variant:"outlined",color:"secondary",onClick:r,children:"Cancel"})]})]})};var ac=n(66395);let au=({children:e})=>(0,D.jsx)(ac.Ay,{item:!0,xs:4,children:(0,D.jsx)(X.A,{spacing:3,children:e})});var ah=n(67987),ad=n(9799),af=n(17366),ap=n(65211),am=n(32751);let ag=({id:e,title:t,description:n,placement:r,children:i,enterDelay:o,enterNextDelay:s})=>{let l=(0,D.jsx)("span",{children:i});return(0,D.jsx)(ab,{arrow:!0,id:e,placement:r??"top",title:(0,D.jsx)(av,{title:t,description:n}),enterDelay:o??500,enterNextDelay:s??500,children:l})},av=({title:e,description:t})=>(0,D.jsxs)(D.Fragment,{children:[e&&(0,D.jsx)(lk.A,{variant:"body2",sx:e=>({color:e.palette.text.primary,fontWeight:e.typography.fontWeightMedium}),children:e}),(0,D.jsx)(lk.A,{variant:"caption",sx:e=>({color:e.palette.text.primary,whiteSpace:"pre-line"}),children:t})]}),ab=(0,B.A)(({className:e,...t})=>(0,D.jsx)(ap.A,{...t,classes:{popper:e}}))(({theme:e})=>({[`& .${am.A.tooltip}`]:{backgroundColor:e.palette.background.tooltip,color:e.palette.text.primary,maxWidth:"300px",padding:e.spacing(1),boxShadow:e.shadows[1]},[`& .${am.A.arrow}`]:{color:e.palette.background.tooltip}})),ax=({label:e,control:t,description:n})=>{let r=np("EditorSectionControl"),i=`${r}-control`,o=`${r}-label`;return(0,D.jsx)(ah.A,{children:(0,D.jsxs)(X.A,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[(0,D.jsxs)(X.A,{direction:"row",alignItems:"center",justifyContent:"center",children:[(0,D.jsx)(ad.A,{id:o,htmlFor:i,children:e}),n&&(0,D.jsx)(ag,{description:n,enterDelay:100,children:(0,D.jsx)(Q.A,{size:"small",sx:e=>({borderRadius:e.shape.borderRadius,padding:"4x",margin:"0 2px"}),children:(0,D.jsx)(af.default,{"aria-describedby":"info-tooltip","aria-hidden":!1,fontSize:"inherit",sx:{color:e=>e.palette.grey[700]}})})})]}),(0,D.jsxs)(n0.A,{sx:{width:"180px",textAlign:"right"},children:[" ",O().cloneElement(t,{id:i,"aria-labelledby":o})]})]})})},ay=({children:e})=>(0,D.jsx)(ac.Ay,{container:!0,spacing:8,children:e}),aw=({title:e,children:t,icon:n})=>(0,D.jsxs)(n0.A,{children:[(0,D.jsxs)(n0.A,{display:"flex",borderBottom:1,borderColor:"grey.300",marginBottom:e=>e.spacing(1),children:[(0,D.jsx)(lk.A,{variant:"overline",component:"h4",children:e}),n&&(0,D.jsx)(n0.A,{sx:{marginLeft:"auto"},children:n})]}),(0,D.jsx)(X.A,{spacing:1,children:t})]});var aS=n(5611),aC=n(81227);function aA({options:e,renderInput:t=e=>(0,D.jsx)(Z.A,{...e}),id:n,"aria-labelledby":r,...i}){let o=e=>e.label??e.id;return(0,D.jsx)(aS.A,{isOptionEqualToValue:(e,t)=>e.id===t.id,getOptionDisabled:e=>!!e.disabled,getOptionLabel:o,options:e,renderInput:e=>t({...e,inputProps:{...e.inputProps,id:n,"aria-labelledby":r}}),renderOption:({key:e,...t},n)=>(0,D.jsx)("li",{...t,children:(0,D.jsxs)("div",{children:[(0,D.jsx)(lk.A,{variant:"body1",component:"div",children:o(n)}),n.description&&(0,D.jsx)(lk.A,{variant:"body2",component:"div",sx:{color:e=>e.palette.text.secondary},children:n.description})]})},e),filterOptions:(0,aC.Z)({stringify:e=>`${o(e)} ${e.description||""}`}),...i})}let ak=[{id:"compact",label:"Compact"},{id:"standard",label:"Standard"},{id:"comfortable",label:"Comfortable"}];function aM({onChange:e,value:t="standard"}){return(0,D.jsx)(ax,{label:"Density",control:(0,D.jsx)(aA,{value:ak.find(e=>e.id===t),options:ak,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function aT(){return(0,D.jsxs)(X.A,{direction:"row",alignItems:"center",children:[(0,D.jsx)(n0.A,{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,D.jsx)(n0.A,{sx:{content:'""',height:2,background:e=>e.palette.info.main,width:"100%"}})]})}function aD(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 aR(e,t){if(e){if("string"==typeof e)return aD(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)?aD(e,t):void 0}}function aO(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,s,l=[],a=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;a=!1}else for(;!(a=(r=o.call(n)).done)&&(l.push(r.value),l.length!==t);a=!0);}catch(e){c=!0,i=e}finally{try{if(!a&&null!=n.return&&(s=n.return(),Object(s)!==s))return}finally{if(c)throw i}}return l}}(e,t)||aR(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 aI=n(96907),aE="data-pdnd-honey-pot";function aP(e){return e instanceof Element&&e.hasAttribute(aE)}function aj(e){var t=aO(document.elementsFromPoint(e.x,e.y),2),n=t[0],r=t[1];return n?aP(n)?null!=r?r:null:n:null}function aL(e){return(aL="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 aB(e,t,n){var r;return(r=function(e,t){if("object"!=aL(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=aL(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==aL(r)?r:r+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function aF(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 aV(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?aF(Object(n),!0).forEach(function(t){aB(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):aF(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function aN(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 aH(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 az(e){return function(e){if(Array.isArray(e))return aD(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||aR(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 a_(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 a$=a_(function(){return navigator.userAgent.includes("Firefox")}),aW=a_(function(){var e=navigator.userAgent;return e.includes("AppleWebKit")&&!e.includes("Chrome")}),aq={isLeavingWindow:Symbol("leaving"),isEnteringWindow:Symbol("entering")};if("undefined"!=typeof window&&aW()){var aG=aU();(0,aI.bindAll)(window,[{type:"dragstart",listener:function(){aG.enterCount=0,aG.isOverWindow=!0}},{type:"drop",listener:aK},{type:"dragend",listener:aK},{type:"dragenter",listener:function(e){aG.isOverWindow||0!==aG.enterCount||(e[aq.isEnteringWindow]=!0),aG.isOverWindow=!0,aG.enterCount++}},{type:"dragleave",listener:function(e){aG.enterCount--,aG.isOverWindow&&0===aG.enterCount&&(e[aq.isLeavingWindow]=!0,aG.isOverWindow=!1)}}],{capture:!0})}function aU(){return{enterCount:0,isOverWindow:!1}}function aK(){aG=aU()}function aY(e){return{altKey:e.altKey,button:e.button,buttons:e.buttons,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY}}var aX=(l=function(e){return e()},a=[],c=null,(u=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];a=t,c||(c=requestAnimationFrame(function(){c=null,l.apply(void 0,a)}))}).cancel=function(){c&&(cancelAnimationFrame(c),c=null)},u),aQ=(h=null,{schedule:function(e){h={frameId:requestAnimationFrame(function(){h=null,e()}),fn:e}},flush:function(){h&&(cancelAnimationFrame(h.frameId),h.fn(),h=null)}}),aZ={isActive:!1};function aJ(){return!aZ.isActive}function a0(e){var t,n=e.event,r=null==(t=e.current[0])?void 0:t.dropEffect;null!=r&&n.dataTransfer&&(n.dataTransfer.dropEffect=r)}var a1=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,i=e.dispatchEvent;if(aJ()){var o,s,l=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,i=aY(t);if("external"===n.startedFrom)return{input:i,dropTargets:[]};var o=r({input:i,source:n.payload,target:t.target,current:[]});return{input:i,dropTargets:o}}({event:t,dragType:n,getDropTargetsOver:r});aZ.isActive=!0;var a={current:l};a0({event:t,current:l.dropTargets});var c=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,s={current:n,previous:i,initial:n};o({eventName:"onGenerateDragPreview",payload:{source:t,location:s,nativeSetDragImage:r}}),aQ.schedule(function(){o({eventName:"onDragStart",payload:{source:t,location:s}})})},dragUpdate:function(e){var r=e.current;aQ.flush(),aX.cancel(),o({eventName:"onDropTargetChange",payload:{source:t,location:{initial:n,previous:i,current:r}}})},drag:function(e){var r=e.current;aX(function(){aQ.flush(),o({eventName:"onDrag",payload:{source:t,location:{initial:n,previous:i,current:r}}})})},drop:function(e){var r=e.current,s=e.updatedSourcePayload;aQ.flush(),aX.cancel(),o({eventName:"onDrop",payload:{source:null!=s?s:t,location:{current:r,previous:i,initial:n}}})}}}({source:n.payload,dispatchEvent:i,initial:l}),u=(0,aI.bindAll)(window,[{type:"dragover",listener:function(e){d(e),c.drag({current:a.current})}},{type:"dragenter",listener:d},{type:"dragleave",listener:function(e){(function(e){var t=e.dragLeave,n=t.type,r=t.relatedTarget;return"dragleave"===n&&(aW()?!!aW()&&t.hasOwnProperty(aq.isLeavingWindow):null==r||(a$()?"nodeName"in r&&r.ownerDocument!==document:r instanceof HTMLIFrameElement))})({dragLeave:e})&&(h({input:a.current.input,dropTargets:[]}),"external"===n.startedFrom&&f())}},{type:"drop",listener:function(e){(a.current={dropTargets:a.current.dropTargets,input:aY(e)},a.current.dropTargets.length)?(e.preventDefault(),a0({event:e,current:a.current.dropTargets}),c.drop({current:a.current,updatedSourcePayload:"external"===n.type?n.getDropPayload(e):null}),p()):f()}},{type:"dragend",listener:function(e){a.current={dropTargets:a.current.dropTargets,input:aY(e)},f()}}].concat(az([{type:"pointermove",listener:(s=0,function(){s<20?s++:o()})},{type:"pointerdown",listener:o=f}])),{capture:!0});c.start({nativeSetDragImage:t.dataTransfer?t.dataTransfer.setDragImage.bind(t.dataTransfer):null})}function h(e){var t=function(e){var t=e.current,n=e.next;if(t.length!==n.length)return!0;for(var r=0;r<t.length;r++)if(t[r].element!==n[r].element)return!0;return!1}({current:a.current.dropTargets,next:e.dropTargets});a.current=e,t&&c.dragUpdate({current:a.current})}function d(e){var t=aY(e),i=r({target:aP(e.target)?aj({x:t.clientX,y:t.clientY}):e.target,input:t,source:n.payload,current:a.current.dropTargets});i.length&&(e.preventDefault(),a0({event:e,current:i})),h({dropTargets:i,input:t})}function f(){a.current.dropTargets.length&&h({dropTargets:[],input:a.current.input}),c.drop({current:a.current,updatedSourcePayload:null}),p()}function p(){aZ.isActive=!1,u()}},a2=new Map;function a5(){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 a3(e,t){var n=t.attribute,r=t.value;return e.setAttribute(n,r),function(){return e.removeAttribute(n)}}function a4(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 a8(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a4(Object(n),!0).forEach(function(t){aB(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a4(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function a6(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 a9(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)?a9(e,void 0):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,s=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,o=e},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw o}}}}function a9(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 a7(e){return e.slice(0).reverse()}function ce(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 ct(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 cn=a_(function(){return navigator.userAgent.toLocaleLowerCase().includes("android")}),cr="text/plain",ci=new WeakMap,co=(d=null,{bindEvents:function(){return d=null,(0,aI.bind)(window,{type:"pointermove",listener:function(e){d={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,s,l,a=r.location.initial.input,c=null!=(l=d)?l:{x:a.clientX,y:a.clientY};(i=document.createElement("div")).setAttribute(aE,"true"),o=aN({client:c}),Object.assign(i.style,aV(aV({backgroundColor:"transparent",position:"fixed",padding:0,margin:0,boxSizing:"border-box"},aH({clientRect:o})),{},{pointerEvents:"auto",zIndex:0x7fffffff})),document.body.appendChild(i),s=(0,aI.bind)(window,{type:"pointermove",listener:function(e){o=aN({client:{x:e.clientX,y:e.clientY}}),Object.assign(i.style,aH({clientRect:o}))},options:{capture:!0}}),e=function(e){var t,n,r,l=e.current;if(s(),n=(t={client:l,clientRect:o}).client,r=t.clientRect,n.x>=r.x&&n.x<=r.x+r.width&&n.y>=r.y&&n.y<=r.y+r.height)return void i.remove();function a(){c(),i.remove()}var c=(0,aI.bindAll)(window,[{type:"pointerdown",listener:a},{type:"pointermove",listener:a},{type:"focusin",listener:a},{type:"focusout",listener:a},{type:"dragstart",listener:a},{type:"dragenter",listener:a},{type:"dragover",listener:a}],{capture:!0})}}if("onDrop"===n){var u,h=r.location.current.input;null==(u=e)||u({current:{x:h.clientX,y:h.clientY}}),e=null,d=null}}}}),cs=function(e){var t=e.typeKey,n=e.mount,r=e.dispatchEventToSource,i=e.onPostDispatch,o=e.defaultDropEffect,s=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 s,l=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 ce(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)?ce(e,void 0):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,s=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,o=e},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw o}}}}(e);try{for(l.s();!(s=l.n()).done;){var a=s.value;n(a)}}catch(e){l.e(e)}finally{l.f()}}if(t){for(var c=Array.from(t.active),u=0;u<c.length;u++){var h,d=c[u];t.active.has(d)&&(null==(h=d[i])||h.call(d,o))}"onDrop"===i&&(t.active.clear(),t=null)}},monitorForConsumers:function(r){var i=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ct(Object(n),!0).forEach(function(t){aB(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ct(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)}}}}(),l=function(e){var t=e.typeKey,n=e.defaultDropEffect,r=new WeakMap,i="data-drop-target-for-".concat(t),o="[".concat(i,"]");function s(e){var t,n=e.eventName,i=e.payload,o=a6(i.location.current.dropTargets);try{for(o.s();!(t=o.n()).done;){var s,l=t.value,a=r.get(l.element),c=a8(a8({},i),{},{self:l});null==a||null==(s=a[n])||s.call(a,c)}}catch(e){o.e(e)}finally{o.f()}}var l={onGenerateDragPreview:s,onDrag:s,onDragStart:s,onDrop:s,onDropTargetChange:function(e){var t,n=e.payload,i=new Set(n.location.current.dropTargets.map(function(e){return e.element})),o=new Set,s=a6(n.location.previous.dropTargets);try{for(s.s();!(t=s.n()).done;){var l,a,c=t.value;o.add(c.element);var u=r.get(c.element),h=i.has(c.element),d=a8(a8({},n),{},{self:c});null==u||null==(l=u.onDropTargetChange)||l.call(u,d),h||null==u||null==(a=u.onDragLeave)||a.call(u,d)}}catch(e){s.e(e)}finally{s.f()}var f,p=a6(n.location.current.dropTargets);try{for(p.s();!(f=p.n()).done;){var m,g,v=f.value;if(!o.has(v.element)){var b=a8(a8({},n),{},{self:v}),x=r.get(v.element);null==x||null==(m=x.onDropTargetChange)||m.call(x,b),null==x||null==(g=x.onDragEnter)||g.call(x,b)}}}catch(e){p.e(e)}finally{p.f()}}};return{dropTargetForConsumers:function(e){return a5(a3(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,s=e.input,l=e.current,a=function e(t){var i,s,l,a,c=t.source,u=t.target,h=t.input,d=t.result,f=void 0===d?[]:d;if(null==u)return f;if(!(u instanceof Element))return u instanceof Node?e({source:c,target:u.parentElement,input:h,result:f}):f;var p=u.closest(o);if(null==p)return f;var m=r.get(p);if(null==m)return f;var g={input:h,source:c,element:m.element};if(m.canDrop&&!m.canDrop(g))return e({source:c,target:m.element.parentElement,input:h,result:f});var v=null!=(i=null==(s=m.getData)?void 0:s.call(m,g))?i:{},b=null!=(l=null==(a=m.getDropEffect)?void 0:a.call(m,g))?l:n,x={data:v,element:m.element,dropEffect:b,isActiveDueToStickiness:!1};return e({source:c,target:m.element.parentElement,input:h,result:[].concat(az(f),[x])})}({source:t,target:i,input:s});if(a.length>=l.length)return a;for(var c=a7(l),u=a7(a),h=[],d=0;d<c.length;d++){var f,p=c[d],m=u[d];if(null!=m){h.push(m);continue}var g=h[d-1],v=c[d-1];if((null==g?void 0:g.element)!==(null==v?void 0:v.element))break;var b=r.get(p.element);if(!b)break;var x={input:s,source:t,element:b.element};if(b.canDrop&&!b.canDrop(x)||!(null!=(f=b.getIsSticky)&&f.call(b,x)))break;h.push(a8(a8({},p),{},{isActiveDueToStickiness:!0}))}return a7(h)},dispatchEvent:function(e){l[e.eventName](e)}}}({typeKey:t,defaultDropEffect:o});function a(e){null==r||r(e),l.dispatchEvent(e),s.dispatchEvent(e),null==i||i(e)}function c(e){a1({event:e.event,dragType:e.dragType,getDropTargetsOver:l.getIsOver,dispatchEvent:a})}return{registerUsage:function(){var e,r;return r=function(e){var t=e.typeKey,n=e.mount,r=a2.get(t);if(r)return r.usageCount++,r;var i={typeKey:t,unmount:n(),usageCount:1};return a2.set(t,i),i}(e={typeKey:t,mount:function(){return n({canStart:aJ,start:c})}}),function(){r.usageCount--,r.usageCount>0||(r.unmount(),a2.delete(e.typeKey))}},dropTarget:l.dropTargetForConsumers,monitor:s.monitorForConsumers}}({typeKey:"element",defaultDropEffect:"move",mount:function(e){return a5(co.bindEvents(),(0,aI.bind)(document,{type:"dragstart",listener:function(t){if(e.canStart(t)&&!t.defaultPrevented){if(t.dataTransfer){var n,r,i,o,s,l,a=t.target;if(!(a instanceof HTMLElement))return null;var c=ci.get(a);if(!c)return null;var u=aY(t),h={element:c.element,dragHandle:null!=(n=c.dragHandle)?n:null,input:u};if(c.canDrag&&!c.canDrag(h))return t.preventDefault(),null;if(c.dragHandle){var d=aj({x:u.clientX,y:u.clientY});if(!c.dragHandle.contains(d))return t.preventDefault(),null}var f=null!=(r=null==(i=c.getInitialDataForExternal)?void 0:i.call(c,h))?r:null;if(f)for(var p=0,m=Object.entries(f);p<m.length;p++){var g=aO(m[p],2),v=g[0],b=g[1];t.dataTransfer.setData(v,null!=b?b:"")}!cn()||t.dataTransfer.types.includes(cr)||t.dataTransfer.types.includes("text/uri-list")||t.dataTransfer.setData(cr,"pdnd:android-fallback"),t.dataTransfer.setData("application/vnd.pdnd","");var x={element:c.element,dragHandle:null!=(o=c.dragHandle)?o:null,data:null!=(s=null==(l=c.getInitialData)?void 0:l.call(c,h))?s:{}};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=ci.get(i.source.element))||null==(n=t[r])||n.call(t,i)},onPostDispatch:co.getOnPostDispatch()}),cl=cs.dropTarget,ca=cs.monitor;function cc(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 cu(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?cc(Object(n),!0).forEach(function(t){aB(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):cc(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var ch={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)}},cd=Symbol("closestEdge");function cf(e){var t;return null!=(t=e[cd])?t:null}let cp={type:"idle"};function cm({elements:e,accessKey:t,axis:n="vertical",onChange:r}){return(0,R.useEffect)(()=>ca({onDrop({location:i,source:o}){var s,l;let a=i.current.dropTargets[0];if(!a)return;let c=o.data,u=a.data,h=e.findIndex(e=>e[t]===c[t]),d=e.findIndex(e=>e[t]===u[t]);d<0||h<0||r(function(e){var t=e.list,n=e.startIndex,r=e.finishIndex;if(-1===n||-1===r)return Array.from(t);var i=Array.from(t),o=aO(i.splice(n,1),1)[0];return i.splice(r,0,o),i}({list:(s={list:e,startIndex:h,indexOfTarget:d,closestEdgeOfTarget:cf(u),axis:n}).list,startIndex:l=s.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:s.closestEdgeOfTarget,startIndex:l,indexOfTarget:s.indexOfTarget,axis:s.axis})}))}}),[t,n,e,r])}function cg({children:e,data:t}){let n=(0,R.useRef)(null),[r,i]=(0,R.useState)(cp);return(0,R.useEffect)(()=>{let e=n.current;if(e){var r;return a5((r={element:e,getInitialData:()=>t,onDragStart(){i({type:"is-dragging"})},onDrop(){i(cp)}},a5(cs.registerUsage(),(ci.set(r.element,r),function(){ci.delete(r.element)}),a3(r.element,{attribute:"draggable",value:"true"}))),cl({element:e,canDrop:({source:t})=>t.element!==e,getData:({input:n})=>{var r,i,o,s,l,a,c,u,h;return s=(r={element:e,input:n,allowedEdges:["top","bottom"]}).element,l=r.input,a=r.allowedEdges,c={x:l.clientX,y:l.clientY},u=s.getBoundingClientRect(),h=null!=(i=null==(o=a.map(function(e){return{edge:e,value:ch[e](u,c)}}).sort(function(e,t){return e.value-t.value})[0])?void 0:o.edge)?i:null,cu(cu({},t),{},aB({},cd,h))},getIsSticky:()=>!0,onDragEnter({self:e}){i({type:"is-dragging-over",closestEdge:cf(e.data)})},onDrag({self:e}){let t=cf(e.data);i(e=>"is-dragging-over"===e.type&&e.closestEdge===t?e:{type:"is-dragging-over",closestEdge:t})},onDragLeave(){i(cp)},onDrop(){i(cp)}}))}},[t]),(0,D.jsxs)(X.A,{ref:n,spacing:1,style:{opacity:"is-dragging"===r.type?.5:"unset"},children:["is-dragging-over"===r.type&&"top"===r.closestEdge?(0,D.jsx)(aT,{}):null,e,"is-dragging-over"===r.type&&"bottom"===r.closestEdge?(0,D.jsx)(aT,{}):null]})}var cv=n(30145),cb=n(53064);function cx(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 cy(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 cw=(0,R.forwardRef)(function({onMoveUp:e,onMoveDown:t,onMoveLeft:n,onMoveRight:r,menuSx:i,...o},s){let[l,a]=(0,R.useState)(null),c=!!l;function u(e){a(null),e?.()}return(0,D.jsxs)(D.Fragment,{children:[(0,D.jsx)(Q.A,{...o,ref:s,"aria-label":"move","aria-haspopup":!0,"aria-expanded":c,size:"small",onClick:function(e){a(e.currentTarget)},children:(0,D.jsx)(cb.default,{})}),(e||t||n||r)&&(0,D.jsxs)(cv.A,{id:"drag-button-menu",MenuListProps:{"aria-labelledby":"drag-button-menu"},anchorEl:l,open:c,onClose:()=>u(void 0),sx:i,children:[e&&(0,D.jsx)(sJ.A,{onClick:()=>u(e),children:"Move Up"}),t&&(0,D.jsx)(sJ.A,{onClick:()=>u(t),children:"Move Down"}),n&&(0,D.jsx)(sJ.A,{onClick:()=>u(n),children:"Move Left"}),r&&(0,D.jsx)(sJ.A,{onClick:()=>u(r),children:"Move Right"}),r&&(0,D.jsx)(sJ.A,{onClick:()=>u(r),children:"Move Right"})]})]})});var cS=n(8072),cC=n(10972),cA=n(46477),ck=n(30443),cM=n(55403),cT=n(32494),cD=n(63025);function cR(e,t,n){let r=function(e,t,n){let r,i=t.getBoundingClientRect(),o=n&&n.getBoundingClientRect(),s=(0,cD.A)(t);if(t.fakeTransform)r=t.fakeTransform;else{let e=s.getComputedStyle(t);r=e.getPropertyValue("-webkit-transform")||e.getPropertyValue("transform")}let l=0,a=0;if(r&&"none"!==r&&"string"==typeof r){let e=r.split("(")[1].split(")")[0].split(",");l=parseInt(e[4],10),a=parseInt(e[5],10)}return"left"===e?o?`translateX(${o.right+l-i.left}px)`:`translateX(${s.innerWidth+l-i.left}px)`:"right"===e?o?`translateX(-${i.right-o.left-l}px)`:`translateX(-${i.left+i.width-l}px)`:"up"===e?o?`translateY(${o.bottom+a-i.top}px)`:`translateY(${s.innerHeight+a-i.top}px)`:o?`translateY(-${i.top-o.top+i.height-a}px)`:`translateY(-${i.top+i.height-a}px)`}(e,t,"function"==typeof n?n():n);r&&(t.style.webkitTransform=r,t.style.transform=r)}let cO=R.forwardRef(function(e,t){let n=(0,nJ.A)(),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:s=!0,children:l,container:a,direction:c="down",easing:u=r,in:h,onEnter:d,onEntered:f,onEntering:p,onExit:m,onExited:g,onExiting:v,style:b,timeout:x=i,TransitionComponent:y=cA.Ay,...w}=e,S=R.useRef(null),C=(0,o8.A)((0,ck.A)(l),S,t),A=e=>t=>{e&&(void 0===t?e(S.current):e(S.current,t))},k=A((e,t)=>{cR(c,e,a),(0,cT.q)(e),d&&d(e,t)}),M=A((e,t)=>{let r=(0,cT.c)({timeout:x,style:b,easing:u},{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",p&&p(e,t)}),T=A(f),O=A(v),I=A(e=>{let t=(0,cT.c)({timeout:x,style:b,easing:u},{mode:"exit"});e.style.webkitTransition=n.transitions.create("-webkit-transform",t),e.style.transition=n.transitions.create("transform",t),cR(c,e,a),m&&m(e)}),E=A(e=>{e.style.webkitTransition="",e.style.transition="",g&&g(e)}),P=R.useCallback(()=>{S.current&&cR(c,S.current,a)},[c,a]);return R.useEffect(()=>{if(h||"down"===c||"right"===c)return;let e=(0,cM.A)(()=>{S.current&&cR(c,S.current,a)}),t=(0,cD.A)(S.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[c,h,a]),R.useEffect(()=>{h||P()},[h,P]),(0,D.jsx)(y,{nodeRef:S,onEnter:k,onEntered:T,onEntering:M,onExit:I,onExited:E,onExiting:O,addEndListener:e=>{o&&o(S.current,e)},appear:s,in:h,timeout:x,...w,children:(e,{ownerState:t,...n})=>R.cloneElement(l,{ref:C,style:{visibility:"exited"!==e||h?void 0:"hidden",...b,...l.props.style},...n})})});var cI=n(11502);function cE(e){return(0,z.Ay)("MuiDrawer",e)}(0,H.A)("MuiDrawer",["root","docked","paper","anchorLeft","anchorRight","anchorTop","anchorBottom","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom","paperAnchorDockedLeft","paperAnchorDockedRight","paperAnchorDockedTop","paperAnchorDockedBottom","modal"]);var cP=n(64606);let cj=(e,t)=>{let{ownerState:n}=e;return[t.root,("permanent"===n.variant||"persistent"===n.variant)&&t.docked,t.modal]},cL=(0,B.A)(cC.A,{name:"MuiDrawer",slot:"Root",overridesResolver:cj})((0,F.A)(({theme:e})=>({zIndex:(e.vars||e).zIndex.drawer}))),cB=(0,B.A)("div",{shouldForwardProp:o5.A,name:"MuiDrawer",slot:"Docked",skipVariantsResolver:!1,overridesResolver:cj})({flex:"0 0 auto"}),cF=(0,B.A)(cI.A,{name:"MuiDrawer",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`paperAnchor${(0,L.A)(n.anchor)}`],"temporary"!==n.variant&&t[`paperAnchorDocked${(0,L.A)(n.anchor)}`]]}})((0,F.A)(({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}`}}]}))),cV={left:"right",right:"left",top:"down",bottom:"up"},cN=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiDrawer"}),r=(0,nJ.A)(),i=(0,s4.I)(),o={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{anchor:s="left",BackdropProps:l,children:a,className:c,elevation:u=16,hideBackdrop:h=!1,ModalProps:{BackdropProps:d,...f}={},onClose:p,open:m=!1,PaperProps:g={},SlideProps:v,TransitionComponent:b,transitionDuration:x=o,variant:y="temporary",slots:w={},slotProps:S={},...C}=n,A=R.useRef(!1);R.useEffect(()=>{A.current=!0},[]);let k=function({direction:e},t){return"rtl"===e&&["left","right"].includes(t)?cV[t]:t}({direction:i?"rtl":"ltr"},s),M={...n,anchor:s,elevation:u,open:m,variant:y,...C},T=(e=>{let{classes:t,anchor:n,variant:r}=e,i={root:["root",`anchor${(0,L.A)(n)}`],docked:[("permanent"===r||"persistent"===r)&&"docked"],modal:["modal"],paper:["paper",`paperAnchor${(0,L.A)(n)}`,"temporary"!==r&&`paperAnchorDocked${(0,L.A)(n)}`]};return(0,E.A)(i,cE,t)})(M),O={slots:{transition:b,...w},slotProps:{paper:g,transition:v,...S,backdrop:(0,cP.A)(S.backdrop||{...l,...d},{transitionDuration:x})}},[P,j]=(0,lo.A)("root",{ref:t,elementType:cL,className:(0,I.A)(T.root,T.modal,c),shouldForwardComponentProp:!0,ownerState:M,externalForwardedProps:{...O,...C,...f},additionalProps:{open:m,onClose:p,hideBackdrop:h,slots:{backdrop:O.slots.backdrop},slotProps:{backdrop:O.slotProps.backdrop}}}),[B,F]=(0,lo.A)("paper",{elementType:cF,shouldForwardComponentProp:!0,className:(0,I.A)(T.paper,g.className),ownerState:M,externalForwardedProps:O,additionalProps:{elevation:"temporary"===y?u:0,square:!0}}),[V,H]=(0,lo.A)("docked",{elementType:cB,ref:t,className:(0,I.A)(T.root,T.docked,c),ownerState:M,externalForwardedProps:O,additionalProps:C}),[z,_]=(0,lo.A)("transition",{elementType:cO,ownerState:M,externalForwardedProps:O,additionalProps:{in:m,direction:cV[k],timeout:x,appear:A.current}}),$=(0,D.jsx)(B,{...F,children:a});if("permanent"===y)return(0,D.jsx)(V,{...H,children:$});let W=(0,D.jsx)(z,{..._,children:$});return"persistent"===y?(0,D.jsx)(V,{...H,children:W}):(0,D.jsx)(P,{...j,children:W})}),cH=({anchor:e="right",isOpen:t,onClose:n,PaperProps:r,children:i,...o})=>{let s=(0,cS.A)("(max-width:1080px)");return(0,D.jsx)(cN,{...o,open:t,onClose:n,anchor:e,PaperProps:{...r,sx:nf({width:s?"100%":"1080px",overflow:"hidden"},r?.sx)},"aria-hidden":!t,children:i})};var cz=n(74653),c_=n(31950),c$=n(31373),cW=n(62707),cq=n(49828),cG=n(76545),cU=n(32741),cK=n(23670),cY=n(9356),cX=n(90652),cQ=n(61305),cZ=n(50944),cJ=n(59738),c0=n(72106),c1=n(40988),c2=n(55875),c5=n(46182),c3=n(64404),c4=n(28502),c8=n(48683),c6=n(37573);(0,cz.Y)([cX.a,cQ.a,cZ.a,c$.a,cW.a,cq.a,cG.a,cU.a,cK.a,cY.a,cJ.a,c0.a,c1.a,c2.a,c6.a,c5.a,c3.a,c4.a,c8.a]);let c9=["click","dblclick","mousedown","mousemove","mouseup","mouseover","mouseout","globalout","contextmenu"],c7=["datazoom","downplay","highlight"],ue=(0,R.memo)(function({option:e,theme:t,renderer:n,sx:r,style:i,onEvents:o,_instance:s,syncGroup:l,onChartInitialized:a}){let c=(0,R.useRef)(e),u=(0,R.useRef)(e),h=(0,R.useRef)(null),d=(0,R.useRef)(null);return(0,R.useLayoutEffect)(()=>{if(null!==h.current&&null===d.current&&(d.current=(0,c_.Ts)(h.current,t,{renderer:n??"canvas"}),void 0!==d.current))return d.current.setOption(c.current,!0),a?.(d.current),void 0!==s&&(s.current=d.current),()=>{null!==d.current&&(d.current.dispose(),d.current=null)}},[s,a,t,n]),(0,R.useEffect)(()=>{d.current&&l&&(d.current.group=l,(0,c_.Ng)([d.current]))},[l,d]),(0,R.useEffect)(()=>{void 0===u.current||n_()(u.current,e)||d.current&&(d.current.setOption(e,!0),u.current=e)},[e]),(0,R.useLayoutEffect)(()=>{let e=l9()(()=>{d.current&&d.current.resize()},200);return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}},[]),(0,R.useEffect)(()=>{let e=d.current;if(e&&void 0!==o)return function(e,t){if(void 0!==t){for(let n in t)if(Object.prototype.hasOwnProperty.call(t,n)){let r=t[n]??null;r&&function(t,n){var r,i;"function"==typeof n&&((r=t,c9.includes(r))?e.on(t,t=>n(t,e)):(i=t,c7.includes(i))?e.on(t,e=>n(e)):e.on(t,()=>n(null,e)))}(n,r)}}}(e,o),()=>{if(void 0!==e&&!0!==e.isDisposed())for(let t in o)e.off(t)}},[o]),(0,R.useEffect)(()=>{l9()(()=>{d.current&&d.current.resize()},200,{leading:!0})()},[r,i]),(0,D.jsx)(n0.A,{ref:h,sx:r,style:i})});var ut=n(34007);function un(e){let{error:t}=e;return(0,D.jsx)(ut.A,{severity:"error",children:t.message})}var ur=n(77440);let ui=[{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 uo({value:e,onChange:t}){return(0,D.jsx)(ax,{label:"Font Size",control:(0,D.jsx)(aA,{value:ui.find(t=>t.value===e),options:ui,getOptionLabel:e=>e.label,onChange:(e,{value:n})=>{t(n)},disableClearable:!0})})}var us=n(6227);function ul({action:e,submitText:t="Save",cancelText:n="Cancel",isReadonly:r,isValid:i,onActionChange:o,onSubmit:s,onDelete:l,onCancel:a,...c}){return(0,D.jsx)(X.A,{direction:"row",gap:1,sx:{marginLeft:"auto"},...c,children:"read"===e?(0,D.jsxs)(D.Fragment,{children:[o&&(0,D.jsx)(K.A,{disabled:r,variant:"contained",onClick:()=>o("update"),children:"Edit"}),l&&(0,D.jsx)(K.A,{color:"error",disabled:r,variant:"outlined",onClick:l,children:"Delete"}),a&&(s||l)&&(0,D.jsx)(us.A,{orientation:"vertical",flexItem:!0,sx:{borderColor:e=>e.palette.grey["500"],"&.MuiDivider-root":{marginLeft:2,marginRight:1}}}),a&&(0,D.jsx)(K.A,{color:"secondary",variant:"outlined",onClick:a,children:n})]}):(0,D.jsxs)(D.Fragment,{children:[s&&(0,D.jsx)(K.A,{variant:"contained",disabled:!i,onClick:s,children:t}),a&&(0,D.jsx)(K.A,{color:"secondary",variant:"outlined",onClick:a,children:n})]})})}var ua=n(68102),uc=n(49257);let uu=[],uh=[],ud="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map(e=>e?parseInt(e,36):1);for(let e=0,t=0;e<ud.length;e++)(e%2?uh:uu).push(t+=ud[e]);function uf(e){return e>=127462&&e<=127487}function up(e,t,n){if(t==e.length)return t;t&&ug(e.charCodeAt(t))&&uv(e.charCodeAt(t-1))&&t--;let r=um(e,t);for(t+=ub(r);t<e.length;){let i=um(e,t);if(8205==r||8205==i||n&&function(e){if(e<768)return!1;for(let t=0,n=uu.length;;){let r=t+n>>1;if(e<uu[r])n=r;else{if(!(e>=uh[r]))return!0;t=r+1}if(t==n)return!1}}(i))t+=ub(i),r=i;else if(uf(i)){let n=0,r=t-2;for(;r>=0&&uf(um(e,r));)n++,r-=2;if(n%2==0)break;t+=2}else break}return t}function um(e,t){let n=e.charCodeAt(t);if(!uv(n)||t+1==e.length)return n;let r=e.charCodeAt(t+1);return ug(r)?(n-55296<<10)+(r-56320)+65536:n}function ug(e){return e>=56320&&e<57344}function uv(e){return e>=55296&&e<56320}function ub(e){return e<65536?1:2}class ux{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]=uT(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),uw.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]=uT(this,e,t);let n=[];return this.decompose(e,t,n,0),uw.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 uC(this),i=new uC(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 uC(this,e)}iterRange(e,t=this.length){return new uA(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 uk(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 uy(e):uw.from(uy.split(e,[])):ux.empty}}class uy extends ux{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],s=r+o.length;if((t?n:s)>=e)return new uM(r,s,n,o);r=s+1,n++}}decompose(e,t,n,r){var i;let o=e<=0&&t>=this.length?this:new uy((i=this.text,uS(i,[""],e,t)),Math.min(t,this.length)-Math.max(0,e));if(1&r){let e=n.pop(),t=uS(o.text,e.text.slice(),0,o.length);if(t.length<=32)n.push(new uy(t,e.length+o.length));else{let e=t.length>>1;n.push(new uy(t.slice(0,e)),new uy(t.slice(e)))}}else n.push(o)}replace(e,t,n){var r;if(!(n instanceof uy))return super.replace(e,t,n);[e,t]=uT(this,e,t);let i=uS(this.text,uS(n.text,(r=this.text,uS(r,[""],0,e))),t),o=this.length+n.length-(t-e);return i.length<=32?new uy(i,o):uw.from(uy.split(i,[]),o)}sliceString(e,t=this.length,n="\n"){[e,t]=uT(this,e,t);let r="";for(let i=0,o=0;i<=t&&o<this.text.length;o++){let s=this.text[o],l=i+s.length;i>e&&o&&(r+=n),e<l&&t>i&&(r+=s.slice(Math.max(0,e-i),t-i)),i=l+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 uy(n,r)),n=[],r=-1);return r>-1&&t.push(new uy(n,r)),t}}class uw extends ux{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],s=r+o.length,l=n+o.lines-1;if((t?l:s)>=e)return o.lineInner(e,t,n,r);r=s+1,n=l+1}}decompose(e,t,n,r){for(let i=0,o=0;o<=t&&i<this.children.length;i++){let s=this.children[i],l=o+s.length;if(e<=l&&t>=o){let i=r&(o<=e|2*(l>=t));o>=e&&l<=t&&!i?n.push(s):s.decompose(e-o,t-o,n,i)}o=l+1}}replace(e,t,n){if([e,t]=uT(this,e,t),n.lines<this.lines)for(let r=0,i=0;r<this.children.length;r++){let o=this.children[r],s=i+o.length;if(e>=i&&t<=s){let l=o.replace(e-i,t-i,n),a=this.lines-o.lines+l.lines;if(l.lines<a>>4&&l.lines>a>>6){let i=this.children.slice();return i[r]=l,new uw(i,this.length-(t-e)+n.length)}return super.replace(i,s,l)}i=s+1}return super.replace(e,t,n)}sliceString(e,t=this.length,n="\n"){[e,t]=uT(this,e,t);let r="";for(let i=0,o=0;i<this.children.length&&o<=t;i++){let s=this.children[i],l=o+s.length;o>e&&i&&(r+=n),e<l&&t>o&&(r+=s.sliceString(e-o,t-o,n)),o=l+1}return r}flatten(e){for(let t of this.children)t.flatten(e)}scanIdentical(e,t){if(!(e instanceof uw))return 0;let n=0,[r,i,o,s]=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==s)return n;let l=this.children[r],a=e.children[i];if(l!=a)return n+l.scanIdentical(a,t);n+=l.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 uy(n,t)}let r=Math.max(32,n>>5),i=r<<1,o=r>>1,s=[],l=0,a=-1,c=[];function u(){0!=l&&(s.push(1==c.length?c[0]:uw.from(c,a)),a=-1,l=c.length=0)}for(let t of e)!function e(t){let n;if(t.lines>i&&t instanceof uw)for(let n of t.children)e(n);else t.lines>o&&(l>o||!l)?(u(),s.push(t)):t instanceof uy&&l&&(n=c[c.length-1])instanceof uy&&t.lines+n.lines<=32?(l+=t.lines,a+=t.length+1,c[c.length-1]=new uy(n.text.concat(t.text),n.length+1+t.length)):(l+t.lines>r&&u(),l+=t.lines,a+=t.length+1,c.push(t))}(t);return u(),1==s.length?s[0]:new uw(s,t)}}function uS(e,t,n=0,r=1e9){for(let i=0,o=0,s=!0;o<e.length&&i<=r;o++){let l=e[o],a=i+l.length;a>=n&&(a>r&&(l=l.slice(0,r-i)),i<n&&(l=l.slice(n-i)),s?(t[t.length-1]+=l,s=!1):t.push(l)),i=a+1}return t}ux.empty=new uy([""],0);class uC{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 uy?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,s=r instanceof uy?r.text.length:r.children.length;if(o==(t>0?s: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 uy){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 uy?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 uA{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new uC(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 uk{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&&(ux.prototype[Symbol.iterator]=function(){return this.iter()},uC.prototype[Symbol.iterator]=uA.prototype[Symbol.iterator]=uk.prototype[Symbol.iterator]=function(){return this});class uM{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 uT(e,t,n){return[t=Math.max(0,Math.min(e.length,t)),Math.max(t,Math.min(e.length,n))]}function uD(e,t,n=!0,r=!0){return function(e,t,n=!0,r=!0){return(n?up:function(e,t,n){for(;t>0;){let r=up(e,t-2,n);if(r<t)return r;t--}return 0})(e,t,r)}(e,t,n,r)}function uR(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 uO(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(((e-=65536)>>10)+55296,(1023&e)+56320)}function uI(e){return e<65536?1:2}let uE=/\r\n?|\n/;var uP=((f=uP||(uP={}))[f.Simple=0]="Simple",f[f.TrackDel=1]="TrackDel",f[f.TrackBefore=2]="TrackBefore",f[f.TrackAfter=3]="TrackAfter",f);class uj{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){uV(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 uj(e)}composeDesc(e){return this.empty?e:e.empty?this:uH(this,e)}mapDesc(e,t=!1){return e.empty?this:uN(this,e,t)}mapPos(e,t=-1,n=uP.Simple){let r=0,i=0;for(let o=0;o<this.sections.length;){let s=this.sections[o++],l=this.sections[o++],a=r+s;if(l<0){if(a>e)return i+(e-r);i+=s}else{if(n!=uP.Simple&&a>=e&&(n==uP.TrackDel&&r<e&&a>e||n==uP.TrackBefore&&r<e||n==uP.TrackAfter&&a>e))return null;if(a>e||a==e&&t<0&&!s)return e==r||t<0?i:i+l;i+=l}r=a}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++],s=r+i;if(o>=0&&r<=t&&s>=e)return!(r<e)||!(s>t)||"cover";r=s}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 uj(e)}static create(e){return new uj(e)}}class uL extends uj{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 uV(this,(t,n,r,i,o)=>e=e.replace(r,r+(n-t),o),!1),e}mapDesc(e,t=!1){return uN(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],s=t[r+1];if(s>=0){t[r]=s,t[r+1]=o;let l=r>>1;for(;n.length<l;)n.push(ux.empty);n.push(o?e.slice(i,i+o):ux.empty)}i+=o}return new uL(t,n)}compose(e){return this.empty?e:e.empty?this:uH(this,e,!0)}map(e,t=!1){return e.empty?this:uN(this,e,t,!0)}iterChanges(e,t=!1){uV(this,e,t)}get desc(){return uj.create(this.sections)}filter(e){let t=[],n=[],r=[],i=new uz(this);e:for(let o=0,s=0;;){let l=o==e.length?1e9:e[o++];for(;s<l||s==l&&0==i.len;){if(i.done)break e;let e=Math.min(i.len,l-s);uB(r,e,-1);let o=-1==i.ins?-1:0==i.off?i.ins:0;uB(t,e,o),o>0&&uF(n,t,i.text),i.forward(e),s+=e}let a=e[o++];for(;s<a;){if(i.done)break e;let e=Math.min(i.len,a-s);uB(t,e,-1),uB(r,e,-1==i.ins?-1:0==i.off?i.ins:0),i.forward(e),s+=e}}return{changes:new uL(t,n),filtered:uj.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,s=null;function l(e=!1){if(!e&&!r.length)return;o<t&&uB(r,t-o,-1);let n=new uL(r,i);s=s?s.compose(n.map(s)):n,r=[],i=[],o=0}return!function e(a){if(Array.isArray(a))for(let t of a)e(t);else if(a instanceof uL){if(a.length!=t)throw RangeError(`Mismatched change set length (got ${a.length}, expected ${t})`);l(),s=s?s.compose(a.map(s)):a}else{let{from:e,to:s=e,insert:c}=a;if(e>s||e<0||s>t)throw RangeError(`Invalid change range ${e} to ${s} (in doc of length ${t})`);let u=c?"string"==typeof c?ux.of(c.split(n||uE)):c:ux.empty,h=u.length;if(e==s&&0==h)return;e<o&&l(),e>o&&uB(r,e-o,-1),uB(r,s-e,h),uF(i,r,u),o=s}}(e),l(!s),s}static empty(e){return new uL(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(ux.empty);n[r]=ux.of(i.slice(1)),t.push(i[0],n[r].length)}}return new uL(t,n)}static createSet(e,t){return new uL(e,t)}}function uB(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 uF(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(ux.empty);e.push(n)}}function uV(e,t,n){let r=e.inserted;for(let i=0,o=0,s=0;s<e.sections.length;){let l=e.sections[s++],a=e.sections[s++];if(a<0)i+=l,o+=l;else{let c=i,u=o,h=ux.empty;for(;c+=l,u+=a,a&&r&&(h=h.append(r[s-2>>1])),!n&&s!=e.sections.length&&!(e.sections[s+1]<0);)l=e.sections[s++],a=e.sections[s++];t(i,c,o,u,h),i=c,o=u}}}function uN(e,t,n,r=!1){let i=[],o=r?[]:null,s=new uz(e),l=new uz(t);for(let e=-1;;)if(s.done&&l.len||l.done&&s.len)throw Error("Mismatched change set lengths");else if(-1==s.ins&&-1==l.ins){let e=Math.min(s.len,l.len);uB(i,e,-1),s.forward(e),l.forward(e)}else if(l.ins>=0&&(s.ins<0||e==s.i||0==s.off&&(l.len<s.len||l.len==s.len&&!n))){let t=l.len;for(uB(i,l.ins,-1);t;){let n=Math.min(s.len,t);s.ins>=0&&e<s.i&&s.len<=n&&(uB(i,0,s.ins),o&&uF(o,i,s.text),e=s.i),s.forward(n),t-=n}l.next()}else if(s.ins>=0){let t=0,n=s.len;for(;n;)if(-1==l.ins){let e=Math.min(n,l.len);t+=e,n-=e,l.forward(e)}else if(0==l.ins&&l.len<n)n-=l.len,l.next();else break;uB(i,t,e<s.i?s.ins:0),o&&e<s.i&&uF(o,i,s.text),e=s.i,s.forward(s.len-n)}else if(s.done&&l.done)return o?uL.createSet(i,o):uj.create(i);else throw Error("Mismatched change set lengths")}function uH(e,t,n=!1){let r=[],i=n?[]:null,o=new uz(e),s=new uz(t);for(let e=!1;;)if(o.done&&s.done)return i?uL.createSet(r,i):uj.create(r);else if(0==o.ins)uB(r,o.len,0,e),o.next();else if(0!=s.len||s.done)if(o.done||s.done)throw Error("Mismatched change set lengths");else{let t=Math.min(o.len2,s.len),n=r.length;if(-1==o.ins){let n=-1==s.ins?-1:s.off?0:s.ins;uB(r,t,n,e),i&&n&&uF(i,r,s.text)}else -1==s.ins?(uB(r,o.off?0:o.len,t,e),i&&uF(i,r,o.textBit(t))):(uB(r,o.off?0:o.len,s.off?0:s.ins,e),i&&!s.off&&uF(i,r,s.text));e=(o.ins>t||s.ins>=0&&s.len>t)&&(e||r.length>n),o.forward2(t),s.forward(t)}else uB(r,0,s.ins,e),i&&uF(i,r,s.text),s.next()}class uz{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?ux.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?ux.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 u_{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 u_(n,r,this.flags)}extend(e,t=e){if(e<=this.anchor&&t>=this.anchor)return u$.range(e,t);let n=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return u$.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 u$.range(e.anchor,e.head)}static create(e,t,n){return new u_(e,t,n)}}class u${constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:u$.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 u$([this.main],0)}addRange(e,t=!0){return u$.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let n=this.ranges.slice();return n[t]=e,u$.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 u$(e.ranges.map(e=>u_.fromJSON(e)),e.main)}static single(e,t=e){return new u$([u$.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 u$.normalized(e.slice(),t);n=i.to}return new u$(e,t)}static cursor(e,t=0,n,r){return u_.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?u_.create(t,e,48|i):u_.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,s=Math.max(r.to,i.to);n<=t&&t--,e.splice(--n,2,r.anchor>r.head?u$.range(s,o):u$.range(o,s))}}return new u$(e,t)}}function uW(e,t){for(let n of e.ranges)if(n.to>t)throw RangeError("Selection points outside of document")}let uq=0;class uG{constructor(e,t,n,r,i){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=r,this.id=uq++,this.default=e([]),this.extensions="function"==typeof i?i(this):i}get reader(){return this}static define(e={}){return new uG(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(!e.combine?uU:(e,t)=>e===t),!!e.static,e.enables)}of(e){return new uK([],this,0,e)}compute(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new uK(e,this,1,t)}computeN(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new uK(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],n=>t(n.field(e)))}}function uU(e,t){return e==t||e.length==t.length&&e.every((e,n)=>e===t[n])}class uK{constructor(e,t,n,r){this.dependencies=e,this.facet=t,this.type=n,this.value=r,this.id=uq++}dynamicSlot(e){var t;let n=this.value,r=this.facet.compareInput,i=this.id,o=e[i]>>1,s=2==this.type,l=!1,a=!1,c=[];for(let n of this.dependencies)"doc"==n?l=!0:"selection"==n?a=!0:((null!=(t=e[n.id])?t:1)&1)==0&&c.push(e[n.id]);return{create:e=>(e.values[o]=n(e),1),update(e,t){if(l&&t.docChanged||a&&(t.docChanged||t.selection)||uX(e,c)){let t=n(e);if(s?!uY(t,e.values[o],r):!r(t,e.values[o]))return e.values[o]=t,1}return 0},reconfigure:(e,t)=>{let l,a=t.config.address[i];if(null!=a){let i=u8(t,a);if(this.dependencies.every(n=>n instanceof uG?t.facet(n)===e.facet(n):!(n instanceof uZ)||t.field(n,!1)==e.field(n,!1))||(s?uY(l=n(e),i,r):r(l=n(e),i)))return e.values[o]=i,0}else l=n(e);return e.values[o]=l,1}}}}function uY(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 uX(e,t){let n=!1;for(let r of t)1&u4(e,r)&&(n=!0);return n}let uQ=uG.define({static:!0});class uZ{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 uZ(uq++,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(uQ).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(uQ),i=n.facet(uQ),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,uQ.of({field:this,create:e})]}get extension(){return this}}function uJ(e){return t=>new u1(t,e)}let u0={highest:uJ(0),high:uJ(1),default:uJ(2),low:uJ(3),lowest:uJ(4)};class u1{constructor(e,t){this.inner=e,this.prec=t}}class u2{of(e){return new u5(this,e)}reconfigure(e){return u2.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class u5{constructor(e,t){this.compartment=e,this.inner=t}}class u3{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 s,l,a=[],c=Object.create(null),u=new Map;for(let n of(r=e,i=t,o=u,s=[[],[],[],[],[]],l=new Map,!function e(t,n){let r=l.get(t);if(null!=r){if(r<=n)return;let e=s[r].indexOf(t);e>-1&&s[r].splice(e,1),t instanceof u5&&o.delete(t.compartment)}if(l.set(t,n),Array.isArray(t))for(let r of t)e(r,n);else if(t instanceof u5){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 u1)e(t.inner,t.prec);else if(t instanceof uZ)s[n].push(t),t.provides&&e(t.provides,n);else if(t instanceof uK)s[n].push(t),t.facet.extensions&&e(t.facet.extensions,2);else{let r=t.extension;if(!r)throw Error(`Unrecognized extension value in extension set (${t}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);e(r,n)}}(r,2),s.reduce((e,t)=>e.concat(t))))n instanceof uZ?a.push(n):(c[n.facet.id]||(c[n.facet.id]=[])).push(n);let h=Object.create(null),d=[],f=[];for(let e of a)h[e.id]=f.length<<1,f.push(t=>e.slot(t));let p=null==n?void 0:n.config.facets;for(let e in c){let t=c[e],r=t[0].facet,i=p&&p[e]||[];if(t.every(e=>0==e.type))if(h[r.id]=d.length<<1|1,uU(i,t))d.push(n.facet(r));else{let e=r.combine(t.map(e=>e.value));d.push(n&&r.compare(e,n.facet(r))?n.facet(r):e)}else{for(let e of t)0==e.type?(h[e.id]=d.length<<1|1,d.push(e.value)):(h[e.id]=f.length<<1,f.push(t=>e.dynamicSlot(t)));h[r.id]=f.length<<1,f.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)),s=e[t.id]>>1;function l(e){let n=[];for(let t=0;t<r.length;t++){let o=u8(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)u4(e,t);return e.values[s]=l(e),1},update(e,n){if(!uX(e,o))return 0;let r=l(e);return t.compare(r,e.values[s])?0:(e.values[s]=r,1)},reconfigure(e,i){let o=uX(e,r),a=i.config.facets[t.id],c=i.facet(t);if(a&&!o&&uU(n,a))return e.values[s]=c,0;let u=l(e);return t.compare(u,c)?(e.values[s]=c,0):(e.values[s]=u,1)}}})(e,r,t))}}return new u3(e,u,f.map(e=>e(h)),h,d,c)}}function u4(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 u8(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}let u6=uG.define(),u9=uG.define({combine:e=>e.some(e=>e),static:!0}),u7=uG.define({combine:e=>e.length?e[0]:void 0,static:!0}),he=uG.define(),ht=uG.define(),hn=uG.define(),hr=uG.define({combine:e=>!!e.length&&e[0]});class hi{constructor(e,t){this.type=e,this.value=t}static define(){return new ho}}class ho{of(e){return new hi(this,e)}}class hs{constructor(e){this.map=e}of(e){return new hl(this,e)}}class hl{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 hl(this.type,t)}is(e){return this.type==e}static define(e={}){return new hs(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}}hl.reconfigure=hl.define(),hl.appendConfig=hl.define();class ha{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&&uW(n,t.newLength),i.some(e=>e.type==ha.time)||(this.annotations=i.concat(ha.time.of(Date.now())))}static create(e,t,n,r,i,o){return new ha(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(ha.userEvent);return!!(t&&(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function hc(e,t,n){var r;let i,o,s;return n?(i=t.changes,o=uL.empty(t.changes.length),s=e.changes.compose(t.changes)):(i=t.changes.map(e.changes),o=e.changes.mapDesc(t.changes,!0),s=e.changes.compose(i)),{changes:s,selection:t.selection?t.selection.map(o):null==(r=e.selection)?void 0:r.map(i),effects:hl.mapEffects(e.effects,i).concat(hl.mapEffects(t.effects,o)),annotations:e.annotations.length?e.annotations.concat(t.annotations):t.annotations,scrollIntoView:e.scrollIntoView||t.scrollIntoView}}function hu(e,t,n){let r=t.selection,i=hd(t.annotations);return t.userEvent&&(i=i.concat(ha.userEvent.of(t.userEvent))),{changes:t.changes instanceof uL?t.changes:uL.of(t.changes||[],n,e.facet(u7)),selection:r&&(r instanceof u$?r:u$.single(r.anchor,r.head)),effects:hd(t.effects),annotations:i,scrollIntoView:!!t.scrollIntoView}}ha.time=hi.define(),ha.userEvent=hi.define(),ha.addToHistory=hi.define(),ha.remote=hi.define();let hh=[];function hd(e){return null==e?hh:Array.isArray(e)?e:[e]}var hf=((p=hf||(hf={}))[p.Word=0]="Word",p[p.Space=1]="Space",p[p.Other=2]="Other",p);let hp=/[\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 hm{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++)u4(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 u4(this,n),u8(this,n)}update(...e){return function e(t,n,r){let i=hu(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=hc(i,hu(t,n[e],o?i.changes.newLength:t.doc.length),o)}let o=ha.create(t,i.changes,i.selection,i.effects,i.annotations,i.scrollIntoView);return function(e){let t=e.startState,n=t.facet(hn),r=e;for(let i=n.length-1;i>=0;i--){let o=n[i](e);o&&Object.keys(o).length&&(r=hc(r,hu(t,o,e.changes.newLength),!0))}return r==e?e:ha.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(he)){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,s;if(r<e.length&&(i==t.length||t[i]>=e[r]))o=e[r++],s=e[r++];else{if(!(i<t.length))return n;o=t[i++],s=t[i++]}!n.length||n[n.length-1]<o?n.push(o,s):n[n.length-1]<s&&(n[n.length-1]=s)}}(r,n))}if(!0!==r){let e,i;if(!1===r)i=t.changes.invertedDesc,e=uL.empty(n.doc.length);else{let n=t.changes.filter(r);e=n.changes,i=n.filtered.mapDesc(n.changes).invertedDesc}t=ha.create(n,e,t.selection&&t.selection.map(i),hl.mapEffects(t.effects,i),t.annotations,t.scrollIntoView)}let i=n.facet(ht);for(let r=i.length-1;r>=0;r--){let o=i[r](t);t=o instanceof ha?o:Array.isArray(o)&&1==o.length&&o[0]instanceof ha?o[0]:e(n,hd(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(u2.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(hl.reconfigure)?(n=null,r=t.value):t.is(hl.appendConfig)&&(n=null,r=hd(r).concat(t.value));t=n?e.startState.values.slice():new hm(n=u3.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(u9)?e.newSelection:e.newSelection.asSingle();new hm(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:u$.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=hd(n.effects);for(let n=1;n<t.ranges.length;n++){let s=e(t.ranges[n]),l=this.changes(s.changes),a=l.map(r);for(let e=0;e<n;e++)i[e]=i[e].map(a);let c=r.mapDesc(l,!0);i.push(s.range.map(c)),r=r.compose(a),o=hl.mapEffects(o,a).concat(hl.mapEffects(hd(s.effects),c))}return{changes:r,selection:u$.create(i,t.mainIndex),effects:o}}changes(e=[]){return e instanceof uL?e:uL.of(e,this.doc.length,this.facet(hm.lineSeparator))}toText(e){return ux.of(e.split(this.facet(hm.lineSeparator)||uE))}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:(u4(this,t),u8(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 uZ&&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 hm.create({doc:e.doc,selection:u$.fromJSON(e.selection),extensions:t.extensions?r.concat([t.extensions]):r})}static create(e={}){let t=u3.resolve(e.extensions||[],new Map),n=e.doc instanceof ux?e.doc:ux.of((e.doc||"").split(t.staticFacet(hm.lineSeparator)||uE)),r=e.selection?e.selection instanceof u$?e.selection:u$.single(e.selection.anchor,e.selection.head):u$.single(0);return uW(r,n.length),t.staticFacet(u9)||(r=r.asSingle()),new hm(t,n,r,t.dynamicSlots.map(()=>null),(e,t)=>t.create(e),null)}get tabSize(){return this.facet(hm.tabSize)}get lineBreak(){return this.facet(hm.lineSeparator)||"\n"}get readOnly(){return this.facet(hr)}phrase(e,...t){for(let t of this.facet(hm.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(u6))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 hf.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()||hp.test(n)))return!0}return!1}(e))return hf.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return hf.Word;return hf.Other}}wordAt(e){let{text:t,from:n,length:r}=this.doc.lineAt(e),i=this.charCategorizer(e),o=e-n,s=e-n;for(;o>0;){let e=uD(t,o,!1);if(i(t.slice(e,o))!=hf.Word)break;o=e}for(;s<r;){let e=uD(t,s);if(i(t.slice(s,e))!=hf.Word)break;s=e}return o==s?null:u$.range(o+n,s+n)}}function hg(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}hm.allowMultipleSelections=u9,hm.tabSize=uG.define({combine:e=>e.length?e[0]:4}),hm.lineSeparator=u7,hm.readOnly=hr,hm.phrases=uG.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])}}),hm.languageData=u6,hm.changeFilter=he,hm.transactionFilter=ht,hm.transactionExtender=hn,u2.reconfigure=hl.define();class hv{eq(e){return this==e}range(e,t=e){return hb.create(e,t,this)}}hv.prototype.startSide=hv.prototype.endSide=0,hv.prototype.point=!1,hv.prototype.mapMode=uP.TrackDel;class hb{constructor(e,t,n){this.from=e,this.to=t,this.value=n}static create(e,t,n){return new hb(e,t,n)}}function hx(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class hy{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,s=i.length;;){if(o==s)return o;let r=o+s>>1,l=i[r]-e||(n?this.value[r].endSide:this.value[r].startSide)-t;if(r==o)return l>=0?o:s;l>=0?s=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,s=-1;for(let l=0;l<this.value.length;l++){let a=this.value[l],c=this.from[l]+e,u=this.to[l]+e,h,d;if(c==u){let e=t.mapPos(c,a.startSide,a.mapMode);if(null==e||(h=d=e,a.startSide!=a.endSide&&(d=t.mapPos(c,a.endSide))<h))continue}else if((h=t.mapPos(c,a.startSide))>(d=t.mapPos(u,a.endSide))||h==d&&a.startSide>0&&a.endSide<=0)continue;0>(d-h||a.endSide-a.startSide)||(o<0&&(o=h),a.point&&(s=Math.max(s,d-h)),n.push(a),r.push(h-o),i.push(d-o))}return{mapped:n.length?new hy(r,i,n,s):null,pos:o}}}class hw{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 hw(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(hx)),this.isEmpty)return t.length?hw.of(t):this;let s=new hA(this,null,-1).goto(0),l=0,a=[],c=new hS;for(;s.value||l<t.length;)if(l<t.length&&(s.from-t[l].from||s.startSide-t[l].value.startSide)>=0){let e=t[l++];c.addInner(e.from,e.to,e.value)||a.push(e)}else 1==s.rangeIndex&&s.chunkIndex<this.chunk.length&&(l==t.length||this.chunkEnd(s.chunkIndex)<t[l].from)&&(!o||r>this.chunkEnd(s.chunkIndex)||i<this.chunkPos[s.chunkIndex])&&c.addChunk(this.chunkPos[s.chunkIndex],this.chunk[s.chunkIndex])?s.nextChunk():((!o||r>s.to||i<s.from||o(s.from,s.to,s.value))&&!c.addInner(s.from,s.to,s.value)&&a.push(hb.create(s.from,s.to,s.value)),s.next());return c.finishInner(this.nextLayer.isEmpty&&!a.length?hw.empty:this.nextLayer.update({add:a,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],s=this.chunk[i],l=e.touchesRange(o,o+s.length);if(!1===l)r=Math.max(r,s.maxPoint),t.push(s),n.push(e.mapPos(o));else if(!0===l){let{mapped:i,pos:l}=s.map(o,e);i&&(r=Math.max(r,i.maxPoint),t.push(i),n.push(l))}}let i=this.nextLayer.map(e);return 0==t.length?i:new hw(n,t,i||hw.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 hk.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return hk.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),s=t.filter(e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=i),l=hC(o,s,n),a=new hT(o,l,i),c=new hT(s,l,i);n.iterGaps((e,t,n)=>hD(a,e,c,t,n,r)),n.empty&&0==n.length&&hD(a,0,c,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 s=hC(i,o),l=new hT(i,s,0).goto(n),a=new hT(o,s,0).goto(n);for(;;){if(l.to!=a.to||!hR(l.active,a.active)||l.point&&(!a.point||!l.point.eq(a.point)))return!1;if(l.to>r)return!0;l.next(),a.next()}}static spans(e,t,n,r,i=-1){let o=new hT(e,null,i).goto(t),s=t,l=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,l);r.point(s,e,o.point,n,i,o.pointRank),l=Math.min(o.openEnd(e),n.length)}else e>s&&(r.span(s,e,o.active,l),l=o.openEnd(e));if(o.to>n)return l+(o.point&&o.to>n?1:0);s=o.to,o.next()}}static of(e,t=!1){let n=new hS;for(let r of e instanceof hb?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n<e.length;n++){let r=e[n];if(hx(t,r)>0)return e.slice().sort(hx);t=r}return e}(e):e)n.add(r.from,r.to,r.value);return n.finish()}static join(e){if(!e.length)return hw.empty;let t=e[e.length-1];for(let n=e.length-2;n>=0;n--)for(let r=e[n];r!=hw.empty;r=r.nextLayer)t=new hw(r.chunkPos,r.chunk,t,Math.max(r.maxPoint,t.maxPoint));return t}}hw.empty=new hw([],[],null,-1),hw.empty.nextLayer=hw.empty;class hS{finishChunk(e){this.chunks.push(new hy(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 hS)).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(hw.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=hw.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function hC(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 hA{constructor(e,t,n,r=0){this.layer=e,this.skip=t,this.minPoint=n,this.rank=r}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(e,t=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(e,t,!1),this}gotoInner(e,t,n){for(;this.chunkIndex<this.layer.chunk.length;){let t=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(t)||this.layer.chunkEnd(this.chunkIndex)<e||t.maxPoint<this.minPoint))break;this.chunkIndex++,n=!1}if(this.chunkIndex<this.layer.chunk.length){let r=this.layer.chunk[this.chunkIndex].findIndex(e-this.layer.chunkPos[this.chunkIndex],t,!0);(!n||this.rangeIndex<r)&&this.setRangeIndex(r)}this.next()}forward(e,t){0>(this.to-e||this.endSide-t)&&this.gotoInner(e,t,!0)}next(){for(;;)if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}else{let e=this.layer.chunkPos[this.chunkIndex],t=this.layer.chunk[this.chunkIndex],n=e+t.from[this.rangeIndex];if(this.from=n,this.to=e+t.to[this.rangeIndex],this.value=t.value[this.rangeIndex],this.setRangeIndex(this.rangeIndex+1),this.minPoint<0||this.value.point&&this.to-this.from>=this.minPoint)break}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex<this.layer.chunk.length&&this.skip.has(this.layer.chunk[this.chunkIndex]);)this.chunkIndex++;this.rangeIndex=0}else this.rangeIndex=e}nextChunk(){this.chunkIndex++,this.rangeIndex=0,this.next()}compare(e){return this.from-e.from||this.startSide-e.startSide||this.rank-e.rank||this.to-e.to||this.endSide-e.endSide}}class hk{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 hA(o,t,n,i));return 1==r.length?r[0]:new hk(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--)hM(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--)hM(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(),hM(this.heap,0)}}}function hM(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 hT{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=hk.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){hO(this.active,e),hO(this.activeTo,e),hO(this.activeRank,e),this.minActive=hE(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++;hI(this.active,t,n),hI(this.activeTo,t,r),hI(this.activeRank,t,i),e&&hI(e,t,this.cursor.from),this.minActive=hE(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&&hO(n,r)}else if(this.cursor.value)if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}else{let e=this.cursor.value;if(e.point)if(t&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)this.cursor.next();else{this.point=e,this.pointFrom=this.cursor.from,this.pointRank=this.cursor.rank,this.to=this.cursor.to,this.endSide=e.endSide,this.cursor.next(),this.forward(this.to,this.endSide);break}else this.addActive(n),this.cursor.next()}else{this.to=this.endSide=1e9;break}}if(n){this.openStart=0;for(let t=n.length-1;t>=0&&n[t]<e;t--)this.openStart++}}activeForPoint(e){if(!this.active.length)return this.active;let t=[];for(let n=this.active.length-1;n>=0&&!(this.activeRank[n]<this.pointRank);n--)(this.activeTo[n]>e||this.activeTo[n]==e&&this.active[n].endSide>=this.point.endSide)&&t.push(this.active[n]);return t.reverse()}openEnd(e){let t=0;for(let n=this.activeTo.length-1;n>=0&&this.activeTo[n]>e;n--)t++;return t}}function hD(e,t,n,r,i,o){e.goto(t),n.goto(r);let s=r+i,l=r,a=r-t;for(;;){let t=e.to+a-n.to,r=t||e.endSide-n.endSide,i=r<0?e.to+a:n.to,c=Math.min(i,s);if(e.point||n.point?e.point&&n.point&&(e.point==n.point||e.point.eq(n.point))&&hR(e.activeForPoint(e.to),n.activeForPoint(n.to))||o.comparePoint(l,c,e.point,n.point):c>l&&!hR(e.active,n.active)&&o.compareRange(l,c,e.active,n.active),i>s)break;(t||e.openEnd!=n.openEnd)&&o.boundChange&&o.boundChange(i),l=i,r<=0&&e.next(),r>=0&&n.next()}}function hR(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 hO(e,t){for(let n=t,r=e.length-1;n<r;n++)e[n]=e[n+1];e.pop()}function hI(e,t,n){for(let n=e.length-1;n>=t;n--)e[n+1]=e[n];e[t]=n}function hE(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 hP(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=uD(e,i));return r}function hj(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=uD(e,r)}return!0===r?-1:e.length}let hL="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),hB="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),hF="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class hV{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,s){let l=[],a=/^@(\w+)\b/.exec(t[0]),c=a&&"keyframes"==a[1];if(a&&null==i)return o.push(t[0]+";");for(let n in i){let s=i[n];if(/&/.test(n))e(n.split(/,\s*/).map(e=>t.map(t=>e.replace(/&/,t))).reduce((e,t)=>e.concat(t)),s,o);else if(s&&"object"==typeof s){if(!a)throw RangeError("The value of a property ("+n+") should be a primitive value.");e(r(n),s,l,c)}else null!=s&&l.push(n.replace(/_.*/,"").replace(/[A-Z]/g,e=>"-"+e.toLowerCase())+": "+s+";")}(l.length||c)&&o.push((n&&!a&&!s?t.map(n):t).join(", ")+" {"+l.join(" ")+"}")}(r(t),e[t],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let e=hF[hL]||1;return hF[hL]=e+1,"ͼ"+e.toString(36)}static mount(e,t,n){let r=e[hB],i=n&&n.nonce;r?i&&r.setNonce(i):r=new hH(e,i),r.mount(Array.isArray(t)?t:[t],e)}}let hN=new Map;class hH{constructor(e,t){let n=e.ownerDocument||e,r=n.defaultView;if(!e.head&&e.adoptedStyleSheets&&r.CSSStyleSheet){let t=hN.get(n);if(t)return e[hB]=t;this.sheet=new r.CSSStyleSheet,hN.set(n,this)}else this.styleTag=n.createElement("style"),t&&this.styleTag.setAttribute("nonce",t);this.modules=[],e[hB]=this}mount(e,t){let n=this.sheet,r=0,i=0;for(let t=0;t<e.length;t++){let o=e[t],s=this.modules.indexOf(o);if(s<i&&s>-1&&(this.modules.splice(s,1),i--,s=-1),-1==s){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<s;)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 hz={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:"'"},h_={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},h$="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),hW="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),hq=0;hq<10;hq++)hz[48+hq]=hz[96+hq]=String(hq);for(var hq=1;hq<=24;hq++)hz[hq+111]="F"+hq;for(var hq=65;hq<=90;hq++)hz[hq]=String.fromCharCode(hq+32),h_[hq]=String.fromCharCode(hq);for(var hG in hz)h_.hasOwnProperty(hG)||(h_[hG]=hz[hG]);function hU(e){return(11==e.nodeType?e.getSelection?e:e.ownerDocument:e).getSelection()}function hK(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function hY(e,t){if(!t.anchorNode)return!1;try{return hK(e,t.anchorNode)}catch(e){return!1}}function hX(e){return 3==e.nodeType?h6(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function hQ(e,t,n,r){return!!n&&(h0(e,t,n,r,-1)||h0(e,t,n,r,1))}function hZ(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function hJ(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}function h0(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:h1(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=hZ(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?h1(e):0}}}function h1(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}function h2(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function h5(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 h3{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?h1(t):0),n,Math.min(e.focusOffset,n?h1(n):0))}set(e,t,n,r){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=r}}let h4=null;function h8(e){if(e.setActive)return e.setActive();if(h4)return e.focus(h4);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==h4?{get preventScroll(){return h4={preventScroll:!0},!0}}:void 0),!h4){h4=!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 h6(e,t,n=t){let r=i||(i=document.createRange());return r.setEnd(e,n),r.setStart(e,t),r}function h9(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 s=new KeyboardEvent("keyup",i);return s.synthetic=!0,e.dispatchEvent(s),o.defaultPrevented||s.defaultPrevented}function h7(e){for(;e.attributes.length;)e.removeAttributeNode(e.attributes[0])}function de(e){return e.scrollTop>Math.max(1,e.scrollHeight-e.clientHeight-4)}function dt(e,t){for(let n=e,r=t;;)if(3==n.nodeType&&r>0)return{node:n,offset:r};else if(1==n.nodeType&&r>0){if("false"==n.contentEditable)return null;r=h1(n=n.childNodes[r-1])}else{if(!n.parentNode||hJ(n))return null;r=hZ(n),n=n.parentNode}}function dn(e,t){for(let n=e,r=t;;)if(3==n.nodeType&&r<n.nodeValue.length)return{node:n,offset:r};else if(1==n.nodeType&&r<n.childNodes.length){if("false"==n.contentEditable)return null;n=n.childNodes[r],r=0}else{if(!n.parentNode||hJ(n))return null;r=hZ(n)+1,n=n.parentNode}}class dr{constructor(e,t,n=!0){this.node=e,this.offset=t,this.precise=n}static before(e,t){return new dr(e.parentNode,hZ(e),t)}static after(e,t){return new dr(e.parentNode,hZ(e)+1,t)}}let di=[];class ds{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=ds.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=dl(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=dl(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==h1(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&&!ds.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,s=-1;for(let l=0,a=n,c=n;l<this.children.length;l++){let n=this.children[l],u=a+n.length;if(a<e&&u>t)return n.domBoundsAround(e,t,a);if(u>=e&&-1==r&&(r=l,i=a),a>t&&n.dom.parentNode==this.dom){o=l,s=c;break}c=u,a=u+n.breakAfter}return{from:i,to:s<0?n+this.length:s,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=di){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 da(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 dl(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}ds.prototype.breakAfter=0;class da{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 dc(e,t,n,r,i,o,s,l,a){let{children:c}=e,u=c.length?c[t]:null,h=o.length?o[o.length-1]:null,d=h?h.breakAfter:s;if(!(t==r&&u&&!s&&!d&&o.length<2&&u.merge(n,i,o.length?h:null,0==n,l,a))){if(r<c.length){let e=c[r];e&&(i<e.length||e.breakAfter&&(null==h?void 0:h.breakAfter))?(t==r&&(e=e.split(i),i=0),!d&&h&&e.merge(0,i,h,!0,0,a)?o[o.length-1]=e:((i||e.children.length&&!e.children[0].length)&&e.merge(0,i,null,!1,0,a),o.push(e))):(null==e?void 0:e.breakAfter)&&(h?h.breakAfter=1:s=1),r++}for(u&&(u.breakAfter=s,n>0&&(!s&&o.length&&u.merge(n,u.length,o[0],!1,l,0)?u.breakAfter=o.shift().breakAfter:(n<u.length||u.children.length&&0==u.children[u.children.length-1].length)&&u.merge(n,u.length,null,!1,l,0),t++));t<r&&o.length;)if(c[r-1].become(o[o.length-1]))r--,o.pop(),a=o.length?0:l;else if(c[t].become(o[0]))t++,o.shift(),l=o.length?0:a;else break;!o.length&&t&&r<c.length&&!c[t-1].breakAfter&&c[r].merge(0,0,c[t-1],!1,l,a)&&t--,(t<r||o.length)&&e.replaceChildren(t,r,o)}}function du(e,t,n,r,i,o){let s=e.childCursor(),{i:l,off:a}=s.findPos(n,1),{i:c,off:u}=s.findPos(t,-1),h=t-n;for(let e of r)h+=e.length;e.length+=h,dc(e,c,u,l,a,r,0,i,o)}let dh="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},dd="undefined"!=typeof document?document:{documentElement:{style:{}}},df=/Edge\/(\d+)/.exec(dh.userAgent),dp=/MSIE \d/.test(dh.userAgent),dm=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(dh.userAgent),dg=!!(dp||dm||df),dv=!dg&&/gecko\/(\d+)/i.test(dh.userAgent),db=!dg&&/Chrome\/(\d+)/.exec(dh.userAgent),dx="webkitFontSmoothing"in dd.documentElement.style,dy=!dg&&/Apple Computer/.test(dh.vendor),dw=dy&&(/Mobile\/\w+/.test(dh.userAgent)||dh.maxTouchPoints>2);var dS={mac:dw||/Mac/.test(dh.platform),windows:/Win/.test(dh.platform),linux:/Linux|X11/.test(dh.platform),ie:dg,ie_version:dp?dd.documentMode||6:dm?+dm[1]:df?+df[1]:0,gecko:dv,gecko_version:dv?+(/Firefox\/(\d+)/.exec(dh.userAgent)||[0,0])[1]:0,chrome:!!db,chrome_version:db?+db[1]:0,ios:dw,android:/Android\b/.test(dh.userAgent),webkit:dx,safari:dy,webkit_version:dx?+(/\bAppleWebKit\/(\d+)/.exec(dh.userAgent)||[0,0])[1]:0,tabSize:null!=dd.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class dC extends ds{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 dC&&!(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 dC(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 dr(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,s=0;0==t&&n<0||t==r&&n>=0?!(dS.chrome||dS.gecko)&&(t?(i--,s=1):o<r&&(o++,s=-1)):n<0?i--:o<r&&o++;let l=h6(e,i,o).getClientRects();if(!l.length)return null;let a=l[(s?s<0:n>=0)?0:l.length-1];return dS.safari&&!s&&0==a.width&&(a=Array.prototype.find.call(l,e=>e.width)||a),s?h2(a,s<0):a||null}(this.dom,e,t)}}class dA extends ds{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(h7(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 dA&&n.mark.eq(this.mark))&&(!e||!(i<=0))&&(!(t<this.length)||!(o<=0)))&&(du(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 s=n+o.length;s>e&&t.push(n<e?o.split(e-n):o),r<0&&n>=e&&(r=i),n=s,i++}let o=this.length-e;return this.length=e,r>-1&&(this.children.length=r,this.markDirty()),new dA(this.mark,t,o)}domAtPos(e){return dT(this,e)}coordsAt(e,t){return dD(this,e,t)}}class dk extends ds{static create(e,t,n){return new dk(e,t,n)}constructor(e,t,n){super(),this.widget=e,this.length=t,this.side=n,this.prevWidget=null}split(e){let t=dk.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 dk&&!!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 dk&&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 ux.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):ux.empty}domAtPos(e){return(this.length?0==e:this.side>0)?dr.before(this.dom):dr.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 h2(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 dM extends ds{constructor(e){super(),this.side=e}get length(){return 0}merge(){return!1}become(e){return e instanceof dM&&e.side==this.side}split(){return new dM(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?dr.before(this.dom):dr.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(e){return this.dom.getBoundingClientRect()}get overrideDOMText(){return ux.empty}get isHidden(){return!0}}function dT(e,t){let n=e.dom,{children:r}=e,i=0;for(let e=0;i<r.length;i++){let o=r[i],s=e+o.length;if(!(s==e&&0>=o.getSide())){if(t>e&&t<s&&o.dom.parentNode==n)return o.domAtPos(t-e);if(t<=e)break;e=s}}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 dr(n,0)}function dD(e,t,n){let r=null,i=-1,o=null,s=-1;!function e(t,l){for(let a=0,c=0;a<t.children.length&&c<=l;a++){let u=t.children[a],h=c+u.length;h>=l&&(u.children.length?e(u,l-c):(!o||o.isHidden&&n>0)&&(h>l||c==h&&u.getSide()>0)?(o=u,s=l-c):(c<l||c==h&&0>u.getSide()&&!u.isHidden)&&(r=u,i=l-c)),c=h}}(e,t);let l=(n<0?r:o)||r||o;return l?l.coordsAt(Math.max(0,l==r?i:s),n):function(e){let t=e.dom.lastChild;if(!t)return e.dom.getBoundingClientRect();let n=hX(t);return n[n.length-1]||null}(e)}function dR(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}dC.prototype.children=dk.prototype.children=dM.prototype.children=di;let dO=Object.create(null);function dI(e,t,n){if(e==t)return!0;e||(e=dO),t||(t=dO);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 dE(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 dP{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 dj=((m=dj||(dj={}))[m.Text=0]="Text",m[m.WidgetBefore=1]="WidgetBefore",m[m.WidgetAfter=2]="WidgetAfter",m[m.WidgetRange=3]="WidgetRange",m);class dL extends hv{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 dB(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 dV(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}=dN(e,t);n=(i?t?-3e8:-1:5e8)-1,r=(o?t?2e8:1:-6e8)+1}return new dV(e,n,r,t,e.widget||null,!0)}static line(e){return new dF(e)}static set(e,t=!1){return hw.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}dL.none=hw.empty;class dB extends dL{constructor(e){let{start:t,end:n}=dN(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 dB&&this.tagName==e.tagName&&(this.class||(null==(t=this.attrs)?void 0:t.class))==(e.class||(null==(n=e.attrs)?void 0:n.class))&&dI(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)}}dB.prototype.point=!1;class dF extends dL{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof dF&&this.spec.class==e.spec.class&&dI(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)}}dF.prototype.mapMode=uP.TrackBefore,dF.prototype.point=!0;class dV extends dL{constructor(e,t,n,r,i,o){super(t,n,i,e),this.block=r,this.isReplace=o,this.mapMode=r?t<=0?uP.TrackBefore:uP.TrackAfter:uP.TrackDel}get type(){return this.startSide!=this.endSide?dj.WidgetRange:this.startSide<=0?dj.WidgetBefore:dj.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){var t,n;return e instanceof dV&&(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 dN(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 dH(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)}dV.prototype.point=!0;class dz extends ds{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 dz))return!1;this.dom||n.transferDOM(this)}return r&&this.setDeco(n?n.attrs:null),du(this,e,t,n?n.children.slice():[],i,o),!0}split(e){let t=new dz;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){dI(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 dA&&o.length&&(i=o[o.length-1])instanceof dA&&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=dR(t,this.attrs||{})),n&&(this.attrs=dR({class:n},this.attrs||{}))}domAtPos(e){return dT(this,e)}reuseDOM(e){"DIV"==e.nodeName&&(this.setDOM(e),this.flags|=6)}sync(e,t){var n;this.dom?4&this.flags&&(h7(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&&(dE(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&&ds.get(r)instanceof dA;)r=r.lastChild;if(!r||!this.length||"BR"!=r.nodeName&&(null==(n=ds.get(r))?void 0:n.isEditable)==!1&&(!dS.ios||!this.children.some(e=>e instanceof dC))){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 dC)||/[^ -~]/.test(n.text))return null;let r=hX(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=dD(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 dz&&0==this.children.length&&0==e.children.length&&dI(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 dz)return i;if(o>t)break}r=o+i.breakAfter}return null}}class d_ extends ds{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 d_&&!!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?dr.before(this.dom):dr.after(this.dom,e==this.length)}split(e){let t=this.length-e;this.length=e;let n=new d_(this.widget,t,this.deco);return n.breakAfter=this.breakAfter,n}get children(){return di}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):ux.empty}domBoundsAround(){return null}become(e){return e instanceof d_&&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 d$?null:h2(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 d$ extends dP{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 dW{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 d_&&e.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new dz),this.atCursorPos=!0),this.curLine}flushBuffer(e=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(dq(new dM(-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 d_||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(dq(new dC(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 dV){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 s=t-e;if(n instanceof dV)if(n.block)n.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new d_(n.widget||dG.block,s,n));else{let o=dk.create(n.widget||dG.inline,s,s?0:n.startSide),l=this.atCursorPos&&!o.isEditable&&i<=r.length&&(e<t||n.startSide>0),a=!o.isEditable&&(e<t||i>r.length||n.startSide<=0),c=this.getLine();2!=this.pendingBuffer||l||o.isEditable||(this.pendingBuffer=0),this.flushBuffer(r),l&&(c.append(dq(new dM(1),r),i),i=r.length+Math.max(0,i-r.length)),c.append(dq(o,r),i),this.atCursorPos=a,this.pendingBuffer=a?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);s&&(this.textOff+s<=this.text.length?this.textOff+=s:(this.skip+=s-(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 dW(e,t,n,i);return o.openEnd=hw.spans(r,t,n,o),o.openStart<0&&(o.openStart=o.openEnd),o.finish(o.openEnd),o}}function dq(e,t){for(let n of t)e=new dA(n,[e],e.length);return e}class dG extends dP{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}}dG.inline=new dG("span"),dG.block=new dG("div");var dU=((g=dU||(dU={}))[g.LTR=0]="LTR",g[g.RTL=1]="RTL",g);let dK=dU.LTR,dY=dU.RTL;function dX(e){let t=[];for(let n=0;n<e.length;n++)t.push(1<<e[n]);return t}let dQ=dX("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),dZ=dX("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),dJ=Object.create(null),d0=[];for(let e of["()","[]","{}"]){let t=e.charCodeAt(0),n=e.charCodeAt(1);dJ[t]=n,dJ[n]=-t}function d1(e){return e<=247?dQ[e]:1424<=e&&e<=1524?2:1536<=e&&e<=1785?dZ[e-1536]:1774<=e&&e<=2220?4:8192<=e&&e<=8204?256:64336<=e&&e<=65023?4:1}let d2=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class d5{get dir(){return this.level%2?dY:dK}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 s=e[o];if(s.from<=t&&s.to>=t){if(s.level==n)return o;(i<0||(0!=r?r<0?s.from<t:s.to>t:e[i].level>s.level))&&(i=o)}}if(i<0)throw RangeError("Index out of range");return i}}let d3=[];function d4(e){return[new d5(0,e,0)]}let d8="",d6=uG.define(),d9=uG.define(),d7=uG.define(),fe=uG.define(),ft=uG.define(),fn=uG.define(),fr=uG.define(),fi=uG.define(),fo=uG.define(),fs=uG.define({combine:e=>e.some(e=>e)}),fl=uG.define({combine:e=>e.some(e=>e)}),fa=uG.define();class fc{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 fc(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 fc(u$.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}let fu=hl.define({map:(e,t)=>e.map(t)}),fh=hl.define();function fd(e,t,n){let r=e.facet(fe);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 ff=uG.define({combine:e=>!e.length||e[0]}),fp=0,fm=uG.define();class fg{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 fg(fp++,e,n,r,e=>{let t=[fm.of(e)];return o&&t.push(fy.of(t=>{let n=t.plugin(e);return n?o(n):dL.none})),i&&t.push(i(e)),t})}static fromClass(e,t){return fg.define(t=>new e(t),t)}}class fv{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(fd(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){fd(e.state,t,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var t;if(null==(t=this.value)?void 0:t.destroy)try{this.value.destroy()}catch(t){fd(e.state,t,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}let fb=uG.define(),fx=uG.define(),fy=uG.define(),fw=uG.define(),fS=uG.define(),fC=uG.define();function fA(e,t){let n=e.state.facet(fC);if(!n.length)return n;let r=n.map(t=>t instanceof Function?t(e):t),i=[];return hw.spans(r,t.from,t.to,{point(){},span(e,n,r,o){let s=e-t.from,l=n-t.from,a=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=d1(e.charCodeAt(r));if(1==t)break;if(2==t||4==t)return dY}return dK}(t.text,s,l)),o>0&&a.length&&(i=a[a.length-1]).to==s&&i.direction==n)i.to=l,a=i.inner;else{let e={from:s,to:l,direction:n,inner:[]};a.push(e),a=e.inner}}}}),i}let fk=uG.define();function fM(e){let t=0,n=0,r=0,i=0;for(let o of e.state.facet(fk)){let s=o(e);s&&(null!=s.left&&(t=Math.max(t,s.left)),null!=s.right&&(n=Math.max(n,s.right)),null!=s.top&&(r=Math.max(r,s.top)),null!=s.bottom&&(i=Math.max(i,s.bottom)))}return{left:t,right:n,top:r,bottom:i}}let fT=uG.define();class fD{constructor(e,t,n,r){this.fromA=e,this.toA=t,this.fromB=n,this.toB=r}join(e){return new fD(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,s=0;;r++){let l=r==e.length?null:e[r],a=o-s,c=l?l.fromB:1e9;for(;i<t.length&&t[i]<c;){let e=t[i],r=t[i+1],o=Math.max(s,e),l=Math.min(c,r);if(o<=l&&new fD(o+a,l+a,o,l).addToSet(n),r>c)break;i+=2}if(!l)return n;new fD(l.fromA,l.toA,l.fromB,l.toB).addToSet(n),o=l.toA,s=l.toB}}}class fR{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=uL.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 fD(e,t,n,i))),this.changedRanges=r}static create(e,t,n){return new fR(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 fO extends ds{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=dL.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 dz],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new fD(0,0,0,e.state.doc.length)],0,null)}update(e){var t,n,r,i,o,s;let l,a,c=e.changedRanges;this.minWidth>0&&c.length&&(c.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 u=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&((null==(t=this.domChanged)?void 0:t.newSel)?u=this.domChanged.newSel.head:(n=e.changes,r=this.hasComposition,l=!1,r&&n.iterChangedRanges((e,t)=>{e<r.to&&t>r.from&&(l=!0)}),l||e.selectionSet||(u=e.state.selection.main.head)));let h=u>-1?function(e,t,n){let r=fI(e,n);if(!r)return null;let{node:i,from:o,to:s}=r,l=i.nodeValue;if(/[\n\r]/.test(l)||e.state.doc.sliceString(r.from,r.to)!=l)return null;let a=t.invertedDesc,c=new fD(a.mapPos(o),a.mapPos(s),o,s),u=[];for(let t=i.parentNode;;t=t.parentNode){let n=ds.get(t);if(n instanceof dA)u.push({node:t,deco:n.mark});else{if(n instanceof dz||"DIV"==t.nodeName&&t.parentNode==e.contentDOM)return{range:c,text:i,marks:u,line:t};if(t==e.contentDOM)return null;u.push({node:t,deco:new dB({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,u):null;if(this.domChanged=null,this.hasComposition){this.markedForComposition.clear();let{from:t,to:n}=this.hasComposition;c=new fD(t,n,e.changes.mapPos(t,-1),e.changes.mapPos(n,1)).addToSet(c.slice())}this.hasComposition=h?{from:h.range.fromB,to:h.range.toB}:null,(dS.ie||dS.chrome)&&!h&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let d=(i=this.decorations,o=this.updateDeco(),s=e.changes,a=new fE,hw.compare(i,o,s,a),a.changes);return c=fD.extendWithRanges(c,d),(!!(7&this.flags)||0!=c.length)&&(this.updateInner(c,e.startState.doc.length,h),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,t,n){this.view.viewState.mustMeasureContent=!0,this.updateChildren(e,t,n);let{observer:r}=this.view;r.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let e=dS.chrome||dS.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 d_&&e.widget instanceof d$&&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:s,fromB:l,toB:a}=t,c,u,h,d;if(n&&n.range.fromB<a&&n.range.toB>l){let e=dW.build(this.view.state.doc,l,n.range.fromB,this.decorations,this.dynamicDecorationMap),t=dW.build(this.view.state.doc,n.range.toB,a,this.decorations,this.dynamicDecorationMap);u=e.breakAtStart,h=e.openStart,d=t.openEnd;let r=this.compositionView(n);t.breakAtStart?r.breakAfter=1:t.content.length&&r.merge(r.length,r.length,t.content[0],!1,t.openStart,0)&&(r.breakAfter=t.content[0].breakAfter,t.content.shift()),e.content.length&&r.merge(0,0,e.content[e.content.length-1],!0,0,e.openEnd)&&e.content.pop(),c=e.content.concat(r).concat(t.content)}else({content:c,breakAtStart:u,openStart:h,openEnd:d}=dW.build(this.view.state.doc,l,a,this.decorations,this.dynamicDecorationMap));let{i:f,off:p}=i.findPos(s,1),{i:m,off:g}=i.findPos(o,-1);dc(this,m,g,f,p,c,u,h,d)}n&&this.fixCompositionDOM(n)}updateEditContextFormatting(e){for(let t of(this.editContextFormatting=this.editContextFormatting.map(e.changes),e.transactions))for(let e of t.effects)e.is(fh)&&(this.editContextFormatting=e.value)}compositionView(e){let t=new dC(e.text.nodeValue);for(let{deco:n}of(t.flags|=8,e.marks))t=new dA(n,[t],t.length);let n=new dz;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=ds.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(ff)||this.dom.tabIndex>-1)&&hY(this.dom,this.view.observer.selectionRange)&&!(r&&this.dom.contains(r));if(!(i||t||o))return;let s=this.forceSelection;this.forceSelection=!1;let l=this.view.state.selection.main,a=this.moveToLine(this.domAtPos(l.anchor)),c=l.empty?a:this.moveToLine(this.domAtPos(l.head));if(dS.gecko&&l.empty&&!this.hasComposition&&1==(n=a).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(()=>a.node.insertBefore(e,a.node.childNodes[a.offset]||null)),a=c=new dr(e,0),s=!0}let u=this.view.observer.selectionRange;!s&&u.focusNode&&(hQ(a.node,a.offset,u.anchorNode,u.anchorOffset)&&hQ(c.node,c.offset,u.focusNode,u.focusOffset)||this.suppressWidgetCursorChange(u,l))||(this.view.observer.ignore(()=>{dS.android&&dS.chrome&&this.dom.contains(u.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}(u.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let e=hU(this.view.root);if(e)if(l.empty){if(dS.gecko){var t,n;let e=(t=a.node,n=a.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?dt:dn)(a.node,a.offset);t&&(a=new dr(t.node,t.offset))}}e.collapse(a.node,a.offset),null!=l.bidiLevel&&void 0!==e.caretBidiLevel&&(e.caretBidiLevel=l.bidiLevel)}else if(e.extend){e.collapse(a.node,a.offset);try{e.extend(c.node,c.offset)}catch(e){}}else{let t=document.createRange();l.anchor>l.head&&([a,c]=[c,a]),t.setEnd(c.node,c.offset),t.setStart(a.node,a.offset),e.removeAllRanges(),e.addRange(t)}o&&this.view.root.activeElement==this.dom&&(this.dom.blur(),r&&r.focus())}),this.view.observer.setSelectionRange(a,c)),this.impreciseAnchor=a.precise?null:new dr(u.anchorNode,u.anchorOffset),this.impreciseHead=c.precise?null:new dr(u.focusNode,u.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&hQ(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=hU(e.root),{anchorNode:r,anchorOffset:i}=e.observer.selectionRange;if(!n||!t.empty||!t.assoc||!n.modify)return;let o=dz.find(this,t.head);if(!o)return;let s=o.posAtStart;if(t.head==s||t.head==s+o.length)return;let l=this.coordsAt(t.head,-1),a=this.coordsAt(t.head,1);if(!l||!a||l.bottom>a.top)return;let c=this.domAtPos(t.head+t.assoc);n.collapse(c.node,c.offset),n.modify("move",t.assoc<0?"forward":"backward","lineboundary"),e.observer.readSelectionRange();let u=e.observer.selectionRange;e.docView.posFromDOM(u.anchorNode,u.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=ds.get(t.childNodes[r]);e instanceof dz&&(n=e.domAtPos(0))}for(let r=e.offset-1;!n&&r>=0;r--){let e=ds.get(t.childNodes[r]);e instanceof dz&&(n=e.domAtPos(e.length))}return n?new dr(n.node,n.offset,!0):e}nearest(e){for(let t=e;t;){let e=ds.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 dz)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 s=this.children[o],l=i-s.breakAfter,a=l-s.length;if(l<e)break;if(a<=e&&(a<e||s.covers(-1))&&(l>e||s.covers(1))&&(!n||s instanceof dz&&!(n instanceof dz&&t>=0)))n=s,r=a;else if(n&&a==e&&l==e&&s instanceof d_&&2>Math.abs(t))if(s.deco.startSide<0)break;else o&&(n=null);i=a}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 dz))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 dC))return null;let i=uD(r.text,n);if(i==n)return null;let o=h6(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,s=-1,l=this.view.textDirection==dU.LTR;for(let e=0,a=0;a<this.children.length;a++){let c=this.children[a],u=e+c.length;if(u>r)break;if(e>=n){let n=c.dom.getBoundingClientRect();if(t.push(n.height),o){let t=c.dom.lastChild,r=t?hX(t):[];if(r.length){let t=r[r.length-1],o=l?t.right-n.left:n.right-t.left;o>s&&(s=o,this.minWidth=i,this.minWidthFrom=e,this.minWidthTo=u)}}}e=u+c.breakAfter}return t}textDirectionAt(e){let{i:t}=this.childPos(e,1);return"rtl"==getComputedStyle(this.children[t].dom).direction?dU.RTL:dU.LTR}measureTextSize(){for(let e of this.children)if(e instanceof dz){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=hX(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 da(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(dL.replace({widget:new d$(r),block:!0,inclusive:!0,isBlockGap:!0}).range(n,o))}if(!i)break;n=i.to+1}return dL.set(e)}updateDeco(){let e=1,t=this.view.state.facet(fy).map(t=>(this.dynamicDecorationMap[e++]="function"==typeof t)?t(this.view):t),n=!1,r=this.view.state.facet(fw).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(hw.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(fa))try{if(t(this.view,e.range,e))return!0}catch(e){fd(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=fM(this.view),o={left:n.left-i.left,top:n.top-i.top,right:n.right+i.right,bottom:n.bottom+i.bottom},{offsetWidth:s,offsetHeight:l}=this.view.scrollDOM;!function(e,t,n,r,i,o,s,l){let a=e.ownerDocument,c=a.defaultView||window;for(let u=e,h=!1;u&&!h;)if(1==u.nodeType){let e,d=u==a.body,f=1,p=1;if(d)e=function(e){let t=e.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.innerWidth,top:0,bottom:e.innerHeight}}(c);else{if(/^(fixed|sticky)$/.test(getComputedStyle(u).position)&&(h=!0),u.scrollHeight<=u.clientHeight&&u.scrollWidth<=u.clientWidth){u=u.assignedSlot||u.parentNode;continue}let t=u.getBoundingClientRect();({scaleX:f,scaleY:p}=h5(u,t)),e={left:t.left,right:t.left+u.clientWidth*f,top:t.top,bottom:t.top+u.clientHeight*p}}let m=0,g=0;if("nearest"==i)t.top<e.top?(g=t.top-(e.top+s),n>0&&t.bottom>e.bottom+g&&(g=t.bottom-e.bottom+s)):t.bottom>e.bottom&&(g=t.bottom-e.bottom+s,n<0&&t.top-g<e.top&&(g=t.top-(e.top+s)));else{let r=t.bottom-t.top,o=e.bottom-e.top;g=("center"==i&&r<=o?t.top+r/2-o/2:"start"==i||"center"==i&&n<0?t.top-s:t.bottom-o+s)-e.top}if("nearest"==r?t.left<e.left?(m=t.left-(e.left+o),n>0&&t.right>e.right+m&&(m=t.right-e.right+o)):t.right>e.right&&(m=t.right-e.right+o,n<0&&t.left<e.left+m&&(m=t.left-(e.left+o))):m=("center"==r?t.left+(t.right-t.left)/2-(e.right-e.left)/2:"start"==r==l?t.left-o:t.right-(e.right-e.left)+o)-e.left,m||g)if(d)c.scrollBy(m,g);else{let e=0,n=0;if(g){let e=u.scrollTop;u.scrollTop+=g/p,n=(u.scrollTop-e)*p}if(m){let t=u.scrollLeft;u.scrollLeft+=m/f,e=(u.scrollLeft-t)*f}t={left:t.left-e,top:t.top-n,right:t.right-e,bottom:t.bottom-n},e&&1>Math.abs(e-m)&&(r="nearest"),n&&1>Math.abs(n-g)&&(i="nearest")}if(d)break;(t.top<e.top||t.bottom>e.bottom||t.left<e.left||t.right>e.right)&&(t={left:Math.max(t.left,e.left),right:Math.min(t.right,e.right),top:Math.max(t.top,e.top),bottom:Math.min(t.bottom,e.bottom)}),u=u.assignedSlot||u.parentNode}else if(11==u.nodeType)u=u.host;else break}(this.view.scrollDOM,o,t.head<t.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,s),-s),Math.max(Math.min(e.yMargin,l),-l),this.view.textDirection==dU.LTR)}}function fI(e,t){let n=e.observer.selectionRange;if(!n.focusNode)return null;let r=dt(n.focusNode,n.focusOffset),i=dn(n.focusNode,n.focusOffset),o=r||i;if(i&&r&&i.node!=r.node){let t=ds.get(i.node);if(!t||t instanceof dC&&t.text!=i.node.nodeValue)o=i;else if(e.docView.lastCompositionAfterCursor){let e=ds.get(r.node);!e||e instanceof dC&&e.text!=r.node.nodeValue||(o=i)}}if(e.docView.lastCompositionAfterCursor=o!=r,!o)return null;let s=t-o.offset;return{from:s,to:s+o.node.nodeValue.length,node:o.node}}let fE=class{constructor(){this.changes=[]}compareRange(e,t){dH(e,t,this.changes)}comparePoint(e,t){dH(e,t,this.changes)}boundChange(e){dH(e,e,this.changes)}};function fP(e,t){return e.top<t.bottom-1&&e.bottom>t.top+1}function fj(e,t){return t<e.top?{top:t,left:e.left,right:e.right,bottom:e.bottom}:e}function fL(e,t){return t>e.bottom?{top:e.top,left:e.left,right:e.right,bottom:t}:e}function fB(e,t,n){let r=e.nodeValue.length,i=-1,o=1e9,s=0;for(let l=0;l<r;l++){let r=h6(e,l,l+1).getClientRects();for(let a=0;a<r.length;a++){let c=r[a];if(c.top==c.bottom)continue;s||(s=t-c.left);let u=(c.top>n?c.top-n:n-c.bottom)-1;if(c.left-1<=t&&c.right+1>=t&&u<o){let n=t>=(c.left+c.right)/2,r=n;if((dS.chrome||dS.gecko)&&h6(e,l).getBoundingClientRect().left==c.right&&(r=!n),u<=0)return{node:e,offset:l+ +!!r};i=l+ +!!r,o=u}}}return{node:e,offset:i>-1?i:s>0?e.nodeValue.length:0}}function fF(e,t,n,r=-1){var i,o;let s=e.contentDOM.getBoundingClientRect(),l=s.top+e.viewState.paddingTop,a,{docHeight:c}=e.viewState,{x:u,y:h}=t,d=h-l;if(d<0)return 0;if(d>c)return e.state.doc.length;for(let t=e.viewState.heightOracle.textHeight/2,i=!1;(a=e.elementAtHeight(d)).type!=dj.Text;)for(;!((d=r>0?a.bottom+t:a.top-t)>=0)||!(d<=c);){if(i)return n?null:0;i=!0,r=-r}h=l+d;let f=a.from;if(f<e.viewport.from)return 0==e.viewport.from?0:n?null:fV(e,s,a,u,h);if(f>e.viewport.to)return e.viewport.to==e.state.doc.length?e.state.doc.length:n?null:fV(e,s,a,u,h);let p=e.dom.ownerDocument,m=e.root.elementFromPoint?e.root:p,g=m.elementFromPoint(u,h);g&&!e.contentDOM.contains(g)&&(g=null),!g&&(u=Math.max(s.left+1,Math.min(s.right-1,u)),(g=m.elementFromPoint(u,h))&&!e.contentDOM.contains(g)&&(g=null));let v,b=-1;if(g&&(null==(i=e.docView.nearest(g))?void 0:i.isEditable)!=!1){if(p.caretPositionFromPoint){let e=p.caretPositionFromPoint(u,h);e&&({offsetNode:v,offset:b}=e)}else if(p.caretRangeFromPoint){let t=p.caretRangeFromPoint(u,h);t&&({startContainer:v,startOffset:b}=t,(!e.contentDOM.contains(v)||dS.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 h6(e,r-1,r).getBoundingClientRect().left>n}(v,b,u)||dS.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():h6(e,0,Math.max(e.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,b,u))&&(v=void 0))}v&&(b=Math.min(h1(v),b))}if(!v||!e.docView.dom.contains(v)){let t=dz.find(e.docView,f);if(!t)return d>a.top+a.height/2?a.to:a.from;({node:v,offset:b}=function e(t,n,r){let i,o,s,l,a,c,u,h,d=!1;for(let m=t.firstChild;m;m=m.nextSibling){let t=hX(m);for(let g=0;g<t.length;g++){var f,p;let v=t[g];c&&fP(c,v)&&(v=fj(fL(v,c.bottom),c.top));let b=(f=v).left>n?f.left-n:Math.max(0,n-f.right),x=(p=v).top>r?p.top-r:Math.max(0,r-p.bottom);if(0==b&&0==x)return 3==m.nodeType?fB(m,n,r):e(m,n,r);if(!a||h>x||h==x&&u>b){a=m,c=v,u=b,h=x;let e=x?r<v.top?-1:1:b?n<v.left?-1:1:0;d=!e||(e>0?g<t.length-1:g>0)}0==b?r>v.bottom&&(!s||s.bottom<v.bottom)?(i=m,s=v):r<v.top&&(!l||l.top>v.top)&&(o=m,l=v):s&&fP(s,v)?s=fL(s,v.bottom):l&&fP(l,v)&&(l=fj(l,v.top))}}if(s&&s.bottom>=r?(a=i,c=s):l&&l.top<=r&&(a=o,c=l),!a)return{node:t,offset:0};let m=Math.max(c.left,Math.min(c.right,n));if(3==a.nodeType)return fB(a,m,r);if(d&&"false"!=a.contentEditable)return e(a,m,r);let g=Array.prototype.indexOf.call(t.childNodes,a)+ +(n>=(c.left+c.right)/2);return{node:t,offset:g}}(t.dom,u,h))}let x=e.docView.nearest(v);if(!x)return null;if(!x.isWidget||(null==(o=x.dom)?void 0:o.nodeType)!=1)return x.localPosFromDOM(v,b)+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 fV(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 s=e.state.sliceDoc(n.from,n.to);return n.from+hj(s,o,e.state.tabSize)}function fN(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==dj.Text))return e}return n}function fH(e,t,n,r){let i=e.state.doc.lineAt(t.head),o=e.bidiSpans(i),s=e.textDirectionAt(i.from);for(let l=t,a=null;;){let t=function(e,t,n,r,i){var o;let s=r.head-e.from,l=d5.find(t,s,null!=(o=r.bidiLevel)?o:-1,r.assoc),a=t[l],c=a.side(i,n);if(s==c){let e=l+=i?1:-1;if(e<0||e>=t.length)return null;s=(a=t[l=e]).side(!i,n),c=a.side(i,n)}let u=uD(e.text,s,a.forward(i,n));(u<a.from||u>a.to)&&(u=c),d8=e.text.slice(Math.min(s,u),Math.max(s,u));let h=l==(i?t.length-1:0)?null:t[l+(i?1:-1)];return h&&u==c&&h.level+ +!i<a.level?u$.cursor(h.side(!i,n)+e.from,h.forward(i,n)?1:-1,h.level):u$.cursor(u+e.from,a.forward(i,n)?-1:1,a.level)}(i,o,s,l,n),c=d8;if(!t){if(i.number==(n?e.state.doc.lines:1))return l;c="\n",i=e.state.doc.line(i.number+(n?1:-1)),o=e.bidiSpans(i),t=e.visualLineSide(i,!n)}if(a){if(!a(c))return l}else{if(!r)return t;a=r(c)}l=t}}function fz(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 f_(e,t,n){let r=fz(e.state.facet(fS).map(t=>t(e)),n.from,t.head>n.from?-1:1);return r==n.from?n:u$.cursor(r,r<n.from?1:-1)}class f${constructor(e,t){this.points=e,this.text="",this.lineSeparator=t.facet(hm.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=ds.get(r),s=ds.get(i);(o&&s?o.breakAfter:(o?o.breakAfter:hJ(r))||hJ(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,s;if(this.lineSeparator?(i=t.indexOf(this.lineSeparator,n),o=this.lineSeparator.length):(s=r.exec(t))&&(i=s.index,o=s[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=ds.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<h1(t))return!1;if(t==e)return!0;n=hZ(t)+1,t=t.parentNode}}(e,n.node,n.offset)?0:t))}}class fW{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class fq{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 fW(n,r)),(i!=n||o!=r)&&t.push(new fW(i,o))),t}(e),n=new f$(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?u$.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||!hK(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||!hK(e.contentDOM,t.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset),s=e.viewport;if((dS.ios||dS.chrome)&&e.state.selection.main.empty&&n!=r&&(s.from>0||s.to<e.state.doc.length)){let t=Math.min(n,r),i=Math.max(n,r),o=s.from-t,l=s.to-i;(0==o||1==o||0==t)&&(0==l||-1==l||i==e.state.doc.length)&&(n=0,r=e.state.doc.length)}this.newSel=u$.single(r,n)}}}function fG(e,t){let n,{newSel:r}=t,i=e.state.selection.main,o=e.inputState.lastKeyTime>Date.now()-100?e.inputState.lastKeyCode:-1;if(t.bounds){let{from:r,to:s}=t.bounds,l=i.from,a=null;(8===o||dS.android&&t.text.length<s-r)&&(l=i.to,a="end");let c=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 s=e.length,l=t.length;for(;s>0&&l>0&&e.charCodeAt(s-1)==t.charCodeAt(l-1);)s--,l--;if("end"==r){let e=Math.max(0,o-Math.min(s,l));n-=s+e-o}if(s<o&&e.length<t.length){let e=n<=o&&n>=s?o-n:0;o-=e,l=o+(l-s),s=o}else if(l<o){let e=n<=o&&n>=l?o-n:0;o-=e,s=o+(s-l),l=o}return{from:o,toA:s,toB:l}}(e.state.doc.sliceString(r,s,"￿"),t.text,l-r,a);c&&(dS.chrome&&13==o&&c.toB==c.from+2&&"￿￿"==t.text.slice(c.from,c.toB)&&c.toB--,n={from:r+c.from,to:r+c.toA,insert:ux.of(t.text.slice(c.from,c.toB).split("￿"))})}else r&&(!e.hasFocus&&e.state.facet(ff)||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)}:(dS.mac||dS.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=u$.single(r.main.anchor-1,r.main.head-1)),n={from:n.from,to:n.to,insert:ux.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))}:dS.chrome&&n&&n.from==n.to&&n.from==i.head&&"\n "==n.insert.toString()&&e.lineWrapping&&(r&&(r=u$.single(r.main.anchor-1,r.main.head-1)),n={from:i.from,to:i.to,insert:ux.of([" "])}),n)return fU(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 fU(e,t,n,r=-1){let i;if(dS.ios&&e.inputState.flushIOSKey(t))return!0;let o=e.state.selection.main;if(dS.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&&h9(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)&&h9(e.contentDOM,"Backspace",8)||t.from==o.from&&t.to==o.to+1&&0==t.insert.length&&h9(e.contentDOM,"Delete",46)))return!0;let s=t.insert.toString();e.inputState.composing>=0&&e.inputState.composing++;let l=()=>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):"",s=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)+s))}else{let s=i.changes(t),l=n&&n.main.to<=s.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 a=e.state.sliceDoc(t.from,t.to),c,u=n&&fI(e,n.main.head);if(u){let e=t.insert.length-(t.to-t.from);c={from:u.from,to:u.to-e}}else c=e.state.doc.lineAt(o.head);let h=o.to-t.to,d=o.to-o.from;r=i.changeByRange(n=>{if(n.from==o.from&&n.to==o.to)return{changes:s,range:l||n.map(s)};let r=n.to-h,u=r-a.length;if(n.to-n.from!=d||e.state.sliceDoc(u,r)!=a||n.to>=c.from&&n.from<=c.to)return{range:n};let f=i.changes({from:u,to:r,insert:t.insert}),p=n.to-o.to;return{changes:f,range:l?u$.range(Math.max(0,l.anchor+p),Math.max(0,l.head+p)):n.map(f)}})}else r={changes:s,selection:l&&i.selection.replaceRange(l)}}let s="input.type";return(e.composing||e.inputState.compositionPendingChange&&e.inputState.compositionEndedAt>Date.now()-50)&&(e.inputState.compositionPendingChange=!1,s+=".compose",e.inputState.compositionFirstChange&&(s+=".start",e.inputState.compositionFirstChange=!1)),i.update(r,{userEvent:s,scrollIntoView:!0})}(e,t,n));return e.state.facet(fn).some(n=>n(e,t.from,t.to,s,l))||e.dispatch(l()),!0}class fK{setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){this.view=e,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.pendingIOSKey=void 0,this.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=e.hasFocus,dS.safari&&e.contentDOM.addEventListener("input",()=>null),dS.gecko&&function(e){pc.has(e)||(pc.add(e),e.addEventListener("copy",()=>{}),e.addEventListener("cut",()=>{}))}(e.contentDOM.ownerDocument)}handleEvent(e){!function(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target,r;n!=e.contentDOM;n=n.parentNode)if(!n||11==n.nodeType||(r=ds.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(fY(t.value,i))}if(e&&e.domEventObservers)for(let r in e.domEventObservers){let i=e.domEventObservers[r];i&&n(r).observers.push(fY(t.value,i))}}for(let e in f1)n(e).handlers.push(f1[e]);for(let e in f2)n(e).observers.push(f2[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>fZ.indexOf(e.keyCode)&&(this.tabFocusMode=-1),dS.android&&dS.chrome&&!e.synthetic&&(13==e.keyCode||8==e.keyCode))?(this.view.observer.delayAndroidKey(e.key,e.keyCode),!0):dS.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&((t=fX.find(t=>t.keyCode==e.keyCode))&&!e.ctrlKey||fQ.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,h9(this.view.contentDOM,t.key,t.keyCode,t instanceof KeyboardEvent?t:void 0))}ignoreDuringComposition(e){return!!/^key/.test(e.type)&&(this.composing>0||!!(dS.safari&&!dS.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 fY(e,t){return(n,r)=>{try{return t.call(e,r,n)}catch(e){fd(n.state,e)}}}let fX=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],fQ="dthko",fZ=[16,17,18,20,91,92,224,225];function fJ(e){return .7*Math.max(0,e)+8}class f0{constructor(e,t,n,r){this.view=e,this.startEvent=t,this.style=n,this.mustSelect=r,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=t,this.scrollParents=function(e){let t=e.ownerDocument,n,r;for(let i=e.parentNode;i;)if(i==t.body||n&&r)break;else if(1==i.nodeType)!r&&i.scrollHeight>i.clientHeight&&(r=i),!n&&i.scrollWidth>i.clientWidth&&(n=i),i=i.assignedSlot||i.parentNode;else if(11==i.nodeType)i=i.host;else break;return{x:n,y:r}}(e.contentDOM),this.atoms=e.state.facet(fS).map(t=>t(e));let i=e.contentDOM.ownerDocument;i.addEventListener("mousemove",this.move=this.move.bind(this)),i.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=t.shiftKey,this.multiple=e.state.facet(hm.allowMultipleSelections)&&function(e,t){let n=e.state.facet(d6);return n.length?n[0](t):dS.mac?t.metaKey:t.ctrlKey}(e,t),this.dragging=!!function(e,t){let{main:n}=e.state.selection;if(n.empty)return!1;let r=hU(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==pr(t)&&null}start(e){!1===this.dragging&&this.select(e)}move(e){var t;if(0==e.buttons)return this.destroy();if(this.dragging||null==this.dragging&&10>(t=this.startEvent,Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))))return;this.select(this.lastEvent=e);let n=0,r=0,i=0,o=0,s=this.view.win.innerWidth,l=this.view.win.innerHeight;this.scrollParents.x&&({left:i,right:s}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:o,bottom:l}=this.scrollParents.y.getBoundingClientRect());let a=fM(this.view);e.clientX-a.left<=i+6?n=-fJ(i-e.clientX):e.clientX+a.right>=s-6&&(n=fJ(e.clientX-s)),e.clientY-a.top<=o+6?r=-fJ(o-e.clientY):e.clientY+a.bottom>=l-6&&(r=fJ(e.clientY-l)),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=fz(this.atoms,r.from,0);e!=r.from&&(i=u$.cursor(e,-1))}else{let e=fz(this.atoms,r.from,-1),t=fz(this.atoms,r.to,1);(e!=r.from||t!=r.to)&&(i=u$.range(r.from==r.anchor?e:t,r.from==r.head?e:t))}i&&(t||(t=e.ranges.slice()),t[n]=i)}return t?u$.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 f1=Object.create(null),f2=Object.create(null),f5=dS.ie&&dS.ie_version<15||dS.ios&&dS.webkit_version<604;function f3(e,t,n){for(let r of e.facet(t))n=r(n,e);return n}function f4(e,t){t=f3(e.state,fi,t);let{state:n}=e,r,i=1,o=n.toText(t),s=o.lines==n.selection.ranges.length;if(null!=po&&n.selection.ranges.every(e=>e.empty)&&po==o.toString()){let e=-1;r=n.changeByRange(r=>{let l=n.doc.lineAt(r.from);if(l.from==e)return{range:r};e=l.from;let a=n.toText((s?o.line(i++).text:t)+n.lineBreak);return{changes:{from:l.from,insert:a},range:u$.cursor(r.from+a.length)}})}else r=s?n.changeByRange(e=>{let t=o.line(i++);return{changes:{from:e.from,to:e.to,insert:t.text},range:u$.cursor(e.from+t.length)}}):n.replaceSelection(o);e.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}function f8(e,t,n,r){if(1==r)return u$.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 u$.cursor(t);0==o?n=1:o==i.length&&(n=-1);let s=o,l=o;n<0?s=uD(i.text,o,!1):l=uD(i.text,o);let a=r(i.text.slice(s,l));for(;s>0;){let e=uD(i.text,s,!1);if(r(i.text.slice(e,s))!=a)break;s=e}for(;l<i.length;){let e=uD(i.text,l);if(r(i.text.slice(l,e))!=a)break;l=e}return u$.range(s+i.from,l+i.from)}(e.state,t,n);let i=dz.find(e.docView,t),o=e.state.doc.lineAt(i?i.posAtEnd:t),s=i?i.posAtStart:o.from,l=i?i.posAtEnd:o.to;return l<e.state.doc.length&&l==o.to&&l++,u$.range(s,l)}}f2.scroll=e=>{e.inputState.lastScrollTop=e.scrollDOM.scrollTop,e.inputState.lastScrollLeft=e.scrollDOM.scrollLeft},f1.keydown=(e,t)=>(e.inputState.setSelectionOrigin("select"),27==t.keyCode&&0!=e.inputState.tabFocusMode&&(e.inputState.tabFocusMode=Date.now()+2e3),!1),f2.touchstart=(e,t)=>{e.inputState.lastTouchTime=Date.now(),e.inputState.setSelectionOrigin("select.pointer")},f2.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},f1.mousedown=(e,t)=>{var n,r;let i,o,s;if(e.observer.flush(),e.inputState.lastTouchTime>Date.now()-2e3)return!1;let l=null;for(let n of e.state.facet(d7))if(l=n(e,t))break;if(l||0!=t.button||(i=f9(n=e,r=t),o=pr(r),s=n.state.selection,l={update(e){e.docChanged&&(i.pos=e.changes.mapPos(i.pos),s=s.map(e.changes))},get(e,t,r){let l=f9(n,e),a,c=f8(n,l.pos,l.bias,o);if(i.pos!=l.pos&&!t){let e=f8(n,i.pos,i.bias,o),t=Math.min(e.from,c.from),r=Math.max(e.to,c.to);c=t<c.from?u$.range(t,r):u$.range(r,t)}return t?s.replaceRange(s.main.extend(c.from,c.to)):r&&1==o&&s.ranges.length>1&&(a=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 u$.create(e.ranges.slice(0,n).concat(e.ranges.slice(n+1)),e.mainIndex==n?0:e.mainIndex-(e.mainIndex>n))}return null}(s,l.pos))?a:r?s.addRange(c):u$.create([c])}}),l){let n=!e.hasFocus;e.inputState.startMouseSelection(new f0(e,t,l,n)),n&&e.observer.ignore(()=>{h8(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 f6=(e,t,n)=>t>=n.top&&t<=n.bottom&&e>=n.left&&e<=n.right;function f9(e,t){let n=e.posAtCoords({x:t.clientX,y:t.clientY},!1);return{pos:n,bias:function(e,t,n,r){let i=dz.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 s=i.coordsAt(o,-1);if(s&&f6(n,r,s))return -1;let l=i.coordsAt(o,1);return l&&f6(n,r,l)?1:s&&s.bottom>=r?-1:1}(e,n,t.clientX,t.clientY)}}let f7=dS.ie&&dS.ie_version<=11,pe=null,pt=0,pn=0;function pr(e){if(!f7)return e.detail;let t=pe,n=pn;return pe=e,pn=Date.now(),pt=!t||n>Date.now()-400&&2>Math.abs(t.clientX-e.clientX)&&2>Math.abs(t.clientY-e.clientY)?(pt+1)%3:1}function pi(e,t,n,r){let i;if(!(n=f3(e.state,fi,n)))return;let o=e.posAtCoords({x:t.clientX,y:t.clientY},!1),{draggedContent:s}=e.inputState,l=r&&s&&((i=e.state.facet(d9)).length?i[0](t):dS.mac?!t.altKey:!t.ctrlKey)?{from:s.from,to:s.to}:null,a={from:o,insert:n},c=e.state.changes(l?[l,a]:a);e.focus(),e.dispatch({changes:c,selection:{anchor:c.mapPos(o,-1),head:c.mapPos(o,1)},userEvent:l?"move.drop":"input.drop"}),e.inputState.draggedContent=null}f1.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=u$.range(e,t))}}let{inputState:r}=e;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=n,t.dataTransfer&&(t.dataTransfer.setData("Text",f3(e.state,fo,e.state.sliceDoc(n.from,n.to))),t.dataTransfer.effectAllowed="copyMove"),!1},f1.dragend=e=>(e.inputState.draggedContent=null,!1),f1.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&&pi(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 pi(e,t,n,!0),!0}return!1},f1.paste=(e,t)=>{if(e.state.readOnly)return!0;e.observer.flush();let n=f5?null:t.clipboardData;return n?(f4(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(),f4(e,n.value)},50)}(e),!1)};let po=null;f1.copy=f1.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:f3(e,fo,t.join(e.lineBreak)),ranges:n,linewise:r}}(e.state);if(!n&&!i)return!1;po=i?n:null,"cut"!=t.type||e.state.readOnly||e.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let o=f5?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 ps=hi.define();function pl(e,t){let n=[];for(let r of e.facet(fr)){let i=r(e,t);i&&n.push(i)}return n?e.update({effects:n,annotations:ps.of(!0)}):null}function pa(e){setTimeout(()=>{let t=e.hasFocus;if(t!=e.inputState.notifiedFocused){let n=pl(e.state,t);n?e.dispatch(n):e.update([])}},10)}f2.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),pa(e)},f2.blur=e=>{e.observer.clearSelectionRange(),pa(e)},f2.compositionstart=f2.compositionupdate=e=>{!e.observer.editContext&&(null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0))},f2.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,dS.chrome&&dS.android?e.observer.flushSoon():e.inputState.compositionPendingChange?Promise.resolve().then(()=>e.observer.flush()):setTimeout(()=>{e.inputState.composing<0&&e.docView.hasComposition&&e.update([])},50))},f2.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},f1.beforeinput=(e,t)=>{var n,r;let i;if("insertReplacementText"==t.inputType&&e.observer.editContext){let r=null==(n=t.dataTransfer)?void 0:n.getData("text/plain"),i=t.getTargetRanges();if(r&&i.length){let t=i[0],n=e.posAtDOM(t.startContainer,t.startOffset),o=e.posAtDOM(t.endContainer,t.endOffset);return fU(e,{from:n,to:o,insert:e.state.toText(r)},null),!0}}if(dS.chrome&&dS.android&&(i=fX.find(e=>e.inputType==t.inputType))&&(e.observer.delayAndroidKey(i.key,i.keyCode),"Backspace"==i.key||"Delete"==i.key)){let t=(null==(r=window.visualViewport)?void 0:r.height)||0;setTimeout(()=>{var n;((null==(n=window.visualViewport)?void 0:n.height)||0)>t+10&&e.hasFocus&&(e.contentDOM.blur(),e.focus())},100)}return dS.ios&&"deleteContentForward"==t.inputType&&e.observer.flushSoon(),dS.safari&&"insertText"==t.inputType&&e.inputState.composing>=0&&setTimeout(()=>f2.compositionend(e,t),20),!1};let pc=new Set,pu=["pre-wrap","normal","pre-line","break-spaces"],ph=!1;class pd{constructor(e){this.lineWrapping=e,this.doc=ux.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 pu.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 s=pu.indexOf(e)>-1,l=Math.round(t)!=Math.round(this.lineHeight)||this.lineWrapping!=s;if(this.lineWrapping=s,this.lineHeight=t,this.charWidth=n,this.textHeight=r,this.lineLength=i,l){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 l}}class pf{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class pp{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?dj.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 dV?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 pp(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var pm=((v=pm||(pm={}))[v.ByPos=0]="ByPos",v[v.ByHeight=1]="ByHeight",v[v.ByPosNoHeight=2]="ByPosNoHeight",v);class pg{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&&(ph=!0),this.height=e)}replace(e,t,n){return pg.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 s=r.length-1;s>=0;s--){let{fromA:l,toA:a,fromB:c,toB:u}=r[s],h=i.lineAt(l,pm.ByPosNoHeight,n.setDoc(t),0,0),d=h.to>=a?h:i.lineAt(a,pm.ByPosNoHeight,n,0,0);for(u+=d.to-a,a=d.to;s>0&&h.from<=r[s-1].toA;)l=r[s-1].fromA,c=r[s-1].fromB,s--,l<h.from&&(h=i.lineAt(l,pm.ByPosNoHeight,n,0,0));c+=h.from-l,l=h.from;let f=pC.build(n.setDoc(o),e,c,u);i=pv(i,i.replace(l,a,f))}return i.updateHeight(n,0)}static empty(){return new px(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 pw(pg.of(e.slice(0,t)),o,pg.of(e.slice(n)))}}function pv(e,t){return e==t?e:(e.constructor!=t.constructor&&(ph=!0),t)}pg.prototype.size=1;class pb extends pg{constructor(e,t,n){super(e,t),this.deco=n}blockAt(e,t,n,r){return new pp(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 px extends pb{constructor(e,t){super(e,t,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(e,t,n,r){return new pp(r,this.length,n,this.height,this.breaks)}replace(e,t,n){let r=n[0];return 1==n.length&&(r instanceof px||r instanceof py&&4&r.flags)&&10>Math.abs(this.length-r.length)?(r instanceof py?r=new px(r.length,this.height):r.height=this.height,this.outdated||(r.outdated=!1),r):pg.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 py extends pg{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,s=0;if(e.lineWrapping){let t=Math.min(this.height,e.lineHeight*i);o=t/i,this.length>i+1&&(s=(this.height-t)/(this.length-i-1))}else o=this.height/i;return{firstLine:n,lastLine:r,perLine:o,perChar:s}}blockAt(e,t,n,r){let{firstLine:i,lastLine:o,perLine:s,perChar:l}=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),a=s+o.length*l,c=Math.max(n,e-a/2);return new pp(o.from,o.length,c,a,0)}{let r=Math.max(0,Math.min(o-i,Math.floor((e-n)/s))),{from:l,length:a}=t.doc.line(i+r);return new pp(l,a,n+s*r,s,0)}}lineAt(e,t,n,r,i){if(t==pm.ByHeight)return this.blockAt(e,n,r,i);if(t==pm.ByPosNoHeight){let{from:t,to:r}=n.doc.lineAt(e);return new pp(t,r-t,0,0,0)}let{firstLine:o,perLine:s,perChar:l}=this.heightMetrics(n,i),a=n.doc.lineAt(e),c=s+a.length*l,u=a.number-o,h=r+s*u+l*(a.from-i-u);return new pp(a.from,a.length,Math.max(r,Math.min(h,r+this.height-c)),c,0)}forEachLine(e,t,n,r,i,o){e=Math.max(e,i),t=Math.min(t,i+this.length);let{firstLine:s,perLine:l,perChar:a}=this.heightMetrics(n,i);for(let c=e,u=r;c<=t;){let t=n.doc.lineAt(c);if(c==e){let n=t.number-s;u+=l*n+a*(e-i-n)}let r=l+a*t.length;o(new pp(t.from,t.length,u,r,0)),u+=r,c=t.to+1}}replace(e,t,n){let r=this.length-t;if(r>0){let e=n[n.length-1];e instanceof py?n[n.length-1]=new py(e.length+r):n.push(null,new py(r-1))}if(e>0){let t=n[0];t instanceof py?n[0]=new py(e+t.length):n.unshift(new py(e-1),null)}return pg.of(n)}decomposeLeft(e,t){t.push(new py(e-1),null)}decomposeRight(e,t){t.push(null,new py(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),s=-1;for(r.from>t&&n.push(new py(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==s?s=i:Math.abs(i-s)>=.001&&(s=-2);let l=new px(t,i);l.outdated=!1,n.push(l),o+=t+1}o<=i&&n.push(null,new py(i-o).updateHeight(e,o));let l=pg.of(n);return(s<0||Math.abs(l.height-this.height)>=.001||Math.abs(s-this.heightMetrics(e,t).perLine)>=.001)&&(ph=!0),pv(this,l)}return(n||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class pw extends pg{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,s=i+this.left.length+this.break,l=t==pm.ByHeight?e<o:e<s,a=l?this.left.lineAt(e,t,n,r,i):this.right.lineAt(e,t,n,o,s);if(this.break||(l?a.to<s:a.from>s))return a;let c=t==pm.ByPosNoHeight?pm.ByPosNoHeight:pm.ByPos;return l?a.join(this.right.lineAt(s,c,n,o,s)):this.left.lineAt(s,c,n,r,i).join(a)}forEachLine(e,t,n,r,i,o){let s=r+this.left.height,l=i+this.left.length+this.break;if(this.break)e<l&&this.left.forEachLine(e,t,n,r,i,o),t>=l&&this.right.forEachLine(e,t,n,s,l,o);else{let a=this.lineAt(l,pm.ByPos,n,r,i);e<a.from&&this.left.forEachLine(e,a.from-1,n,r,i,o),a.to>=e&&a.from<=t&&o(a),t>a.to&&this.right.forEachLine(a.to+1,t,n,s,l,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&&pS(i,o-1),t<this.length){let e=i.length;this.decomposeRight(t,i),pS(i,e)}return pg.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?pg.of(this.break?[e,null,t]:[e,t]):(this.left=pv(this.left,e),this.right=pv(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,s=t+i.length+this.break,l=null;return(r&&r.from<=t+i.length&&r.more?l=i=i.updateHeight(e,t,n,r):i.updateHeight(e,t,n),r&&r.from<=s+o.length&&r.more?l=o=o.updateHeight(e,s,n,r):o.updateHeight(e,s,n),l)?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 pS(e,t){let n,r;null==e[t]&&(n=e[t-1])instanceof py&&(r=e[t+1])instanceof py&&e.splice(t-1,3,new py(n.length+1+r.length))}class pC{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 px?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new px(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 pb(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 px(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,t){let n=new py(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 px)return e;let t=new px(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 px||this.isCovered?(this.writtenTo<this.pos||null==t)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new px(0,-1));let n=e;for(let e of this.nodes)e instanceof px&&e.updateHeight(this.oracle,n),n+=e?e.length:1;return this.nodes}static build(e,t,n,r){let i=new pC(n,e);return hw.spans(t,n,r,i,0),i.finish(n)}}class pA{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,n,r){(e<t||n&&n.heightRelevant||r&&r.heightRelevant)&&dH(e,t,this.changes,5)}}class pk{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 dL.replace({widget:new pM(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class pM extends dP{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 pT{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=pI,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=dU.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let t=e.facet(fx).some(e=>"function"!=typeof e&&"cm-lineWrapping"==e.class);this.heightOracle=new pd(t),this.stateDeco=e.facet(fy).filter(e=>"function"!=typeof e),this.heightMap=pg.empty().applyChanges(this.stateDeco,ux.empty,this.heightOracle.setDoc(e.doc),[new fD(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=dL.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 pD(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?pI:new pE(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(pP(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(fy).filter(e=>"function"!=typeof e);let s=e.changedRanges,l=fD.extendWithRanges(s,(n=this.stateDeco,r=e?e.changes:uL.empty(this.state.doc.length),i=new pA,hw.compare(o,n,r,i,0),i.changes)),a=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);ph=!1,this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),l),(this.heightMap.height!=a||ph)&&(e.flags|=2),c?(this.scrollAnchorPos=e.changes.mapPos(c.from,-1),this.scrollAnchorHeight=c.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let u=l.length?this.mapViewport(this.viewport,e.changes):this.viewport;(t&&(t.range.head<u.from||t.range.head>u.to)||!this.viewportIsAppropriate(u))&&(u=this.getViewport(0,t));let h=u.from!=this.viewport.from||u.to!=this.viewport.to;this.viewport=u,e.flags|=this.updateForViewport(),(h||!e.changes.empty||2&e.flags)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(e.changes),t&&(this.scrollTarget=t),!this.mustEnforceCursorAssoc&&e.selectionSet&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(fl)&&(this.mustEnforceCursorAssoc=!0)}measure(e){var t;let n,r,i=e.contentDOM,o=window.getComputedStyle(i),s=this.heightOracle,l=o.whiteSpace;this.defaultTextDirection="rtl"==o.direction?dU.RTL:dU.LTR;let a=this.heightOracle.mustRefreshForWrapping(l),c=i.getBoundingClientRect(),u=a||this.mustMeasureContent||this.contentDOMHeight!=c.height;this.contentDOMHeight=c.height,this.mustMeasureContent=!1;let h=0,d=0;if(c.width&&c.height){let{scaleX:e,scaleY:t}=h5(i,c);(e>.005&&Math.abs(this.scaleX-e)>.005||t>.005&&Math.abs(this.scaleY-t)>.005)&&(this.scaleX=e,this.scaleY=t,h|=16,a=u=!0)}let f=(parseInt(o.paddingTop)||0)*this.scaleY,p=(parseInt(o.paddingBottom)||0)*this.scaleY;(this.paddingTop!=f||this.paddingBottom!=p)&&(this.paddingTop=f,this.paddingBottom=p,h|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(s.lineWrapping&&(u=!0),this.editorWidth=e.scrollDOM.clientWidth,h|=16);let m=e.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=m&&(this.scrollAnchorHeight=-1,this.scrollTop=m),this.scrolledToBottom=de(e.scrollDOM);let g=(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),s=Math.min(i.innerWidth,n.right),l=Math.max(0,n.top),a=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),s=Math.min(s,r.right),l=Math.max(l,r.top),a=Math.min(t==e.parentNode?i.innerHeight:a,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,s)-n.left,top:l-(n.top+t),bottom:Math.max(l,a)-(n.top+t)}})(i,this.paddingTop),v=g.top-this.pixelViewport.top,b=g.bottom-this.pixelViewport.bottom;this.pixelViewport=g;let x=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(x!=this.inView&&(this.inView=x,x&&(u=!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 y=c.width;if((this.contentDOMWidth!=y||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=c.width,this.editorHeight=e.scrollDOM.clientHeight,h|=16),u){let t=e.docView.measureVisibleLineHeights(this.viewport);if(s.mustRefreshForHeights(t)&&(a=!0),a||s.lineWrapping&&Math.abs(y-this.contentDOMWidth)>s.charWidth){let{lineHeight:n,charWidth:r,textHeight:i}=e.docView.measureTextSize();(a=n>0&&s.refresh(l,n,r,i,y/r,t))&&(e.docView.minWidth=0,h|=16)}for(let n of(v>0&&b>0?d=Math.max(v,b):v<0&&b<0&&(d=Math.min(v,b)),ph=!1,this.viewports)){let r=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=(a?pg.empty().applyChanges(this.stateDeco,ux.empty,this.heightOracle,[new fD(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(s,0,a,new pf(n.from,r))}ph&&(h|=2)}let w=!this.viewportIsAppropriate(this.viewport,d)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return w&&(2&h&&(h|=this.updateScaler()),this.viewport=this.getViewport(d,this.scrollTarget),h|=this.updateForViewport()),(2&h||w)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(a?[]:this.lineGaps,e)),h|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),h}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,t){let n=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),r=this.heightMap,i=this.heightOracle,{visibleTop:o,visibleBottom:s}=this,l=new pD(r.lineAt(o-1e3*n,pm.ByHeight,i,0,0).from,r.lineAt(s+(1-n)*1e3,pm.ByHeight,i,0,0).to);if(t){let{head:e}=t.range;if(e<l.from||e>l.to){let n=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),o=r.lineAt(e,pm.ByPos,i,0,0),s;s="center"==t.y?(o.top+o.bottom)/2-n/2:"start"==t.y||"nearest"==t.y&&e<l.from?o.top:o.bottom-n,l=new pD(r.lineAt(s-500,pm.ByHeight,i,0,0).from,r.lineAt(s+n+500,pm.ByHeight,i,0,0).to)}}return l}mapViewport(e,t){let n=t.mapPos(e.from,-1),r=t.mapPos(e.to,1);return new pD(this.heightMap.lineAt(n,pm.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(r,pm.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,pm.ByPos,this.heightOracle,0,0),{bottom:i}=this.heightMap.lineAt(t,pm.ByPos,this.heightOracle,0,0),{visibleTop:o,visibleBottom:s}=this;return(0==e||r<=o-Math.max(10,Math.min(-n,250)))&&(t==this.state.doc.length||i>=s+Math.max(10,Math.min(n,250)))&&r>o-2e3&&i<s+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 pk(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!=dU.LTR&&!n)return[];let s=[],l=(r,o,a,c)=>{if(o-r<i)return;let u=this.state.selection.main,h=[u.from];for(let e of(u.empty||h.push(u.to),h))if(e>r&&e<o){l(r,e-10,a,c),l(e+10,o,a,c);return}let d=function(e,t){for(let n of e)if(t(n))return n}(e,e=>e.from>=a.from&&e.to<=a.to&&Math.abs(e.from-r)<i&&Math.abs(e.to-o)<i&&!h.some(t=>e.from<t&&e.to>t));if(!d){if(o<a.to&&t&&n&&t.visibleRanges.some(e=>e.from<=o&&e.to>=o)){let e=t.moveToLineBoundary(u$.cursor(o),!1,!0).head;e>r&&(o=e)}let e=this.gapSize(a,r,o,c),i=n||e<2e6?e:2e6;d=new pk(r,o,e,i)}s.push(d)},a=t=>{var i,s,a;let c,u,h,d,f;if(t.length<o||t.type!=dj.Text)return;let p=(i=t.from,s=t.to,a=this.stateDeco,h=[],d=i,f=0,hw.spans(a,i,s,{span(){},point(e,t){e>d&&(h.push({from:d,to:e}),f+=e-d),d=t}},20),d<s&&(h.push({from:d,to:s}),f+=s-d),{total:f,ranges:h});if(p.total<o)return;let m=this.scrollTarget?this.scrollTarget.range.head:null;if(n){let e,n,i=r/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=m){let r=pO(p,m),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;c=pR(p,e),u=pR(p,n)}else{let n,i,o=p.total*this.heightOracle.charWidth,s=r*this.heightOracle.charWidth,l=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+l<this.pixelViewport.left&&(l=n.size-n.displaySize);let a=this.pixelViewport.left+l,h=this.pixelViewport.right+l;if(null!=m){let e=pO(p,m),t=((h-a)/2+s)/o;n=e-t,i=e+t}else n=(a-s)/o,i=(h+s)/o;c=pR(p,n),u=pR(p,i)}c>t.from&&l(t.from,c,t,p),u<t.to&&l(u,t.to,t,p)};for(let e of this.viewportLines)Array.isArray(e.type)?e.type.forEach(a):a(e);return s}gapSize(e,t,n,r){let i=pO(r,n)-pO(r,t);return this.heightOracle.lineWrapping?e.height*i:r.total*this.heightOracle.charWidth*i}updateLineGaps(e){pk.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=dL.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=[];hw.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)||pP(this.heightMap.lineAt(e,pm.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)||pP(this.heightMap.lineAt(this.scaler.fromDOM(e),pm.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 pP(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 pD{constructor(e,t){this.from=e,this.to=t}}function pR({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 pO(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 pI={toDOM:e=>e,fromDOM:e=>e,scale:1,eq(e){return e==this}};class pE{constructor(e,t,n){let r=0,i=0,o=0;for(let s of(this.viewports=n.map(({from:n,to:i})=>{let o=t.lineAt(n,pm.ByPos,e,0,0).top,s=t.lineAt(i,pm.ByPos,e,0,0).bottom;return r+=s-o,{from:n,to:i,top:o,bottom:s,domTop:0,domBottom:0}}),this.scale=(7e6-r)/(t.height-r),this.viewports))s.domTop=o+(s.top-i)*this.scale,o=s.domBottom=s.domTop+(s.bottom-s.top),i=s.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 pE&&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 pP(e,t){if(1==t.scale)return e;let n=t.toDOM(e.top),r=t.toDOM(e.bottom);return new pp(e.from,e.length,n,r-n,Array.isArray(e._content)?e._content.map(e=>pP(e,t)):e._content)}let pj=uG.define({combine:e=>e.join(" ")}),pL=uG.define({combine:e=>e.indexOf(!0)>-1}),pB=hV.newName(),pF=hV.newName(),pV=hV.newName(),pN={"&light":"."+pF,"&dark":"."+pV};function pH(e,t,n){return new hV(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 pz=pH("."+pB,{"&":{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"}},pN),p_={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},p$=dS.ie&&dS.ie_version<=11;class pW{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new h3,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);(dS.ie&&dS.ie_version<=11||dS.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&&!(dS.chrome&&dS.chrome_version<126)&&(this.editContext=new pU(e),e.state.facet(ff)&&(e.contentDOM.editContext=this.editContext.editContext)),p$&&(this.onCharData=e=>{this.queue.push({target:e.target,type:"characterData",oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),window.matchMedia&&(this.printQuery=window.matchMedia("print")),"function"==typeof ResizeObserver&&(this.resizeScroll=new ResizeObserver(()=>{var e;(null==(e=this.view.docView)?void 0:e.lastUpdate)<Date.now()-75&&this.onResize()}),this.resizeScroll.observe(e.scrollDOM)),this.addWindowListeners(this.win=e.win),this.start(),"function"==typeof IntersectionObserver&&(this.intersection=new IntersectionObserver(e=>{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),e.length>0&&e[e.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))},{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver(e=>{e.length>0&&e[e.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))},{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(e){this.view.inputState.runHandlers("scroll",e),this.intersecting&&this.view.measure()}onScroll(e){this.intersecting&&this.flush(!1),this.editContext&&this.view.requestMeasure(this.editContext.measureReq),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout(()=>{this.resizeTimeout=-1,this.view.requestMeasure()},50))}onPrint(e){("change"!=e.type&&e.type||e.matches)&&(this.view.viewState.printing=!0,this.view.measure(),setTimeout(()=>{this.view.viewState.printing=!1,this.view.requestMeasure()},500))}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some((t,n)=>t!=e[n]))){for(let t of(this.gapIntersection.disconnect(),e))this.gapIntersection.observe(t);this.gaps=e}}onSelectionChange(e){let t=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:n}=this,r=this.selectionRange;if(n.state.facet(ff)?n.root.activeElement!=this.dom:!hY(this.dom,r))return;let i=r.anchorNode&&n.docView.nearest(r.anchorNode);if(i&&i.ignoreEvent(e)){t||(this.selectionChanged=!1);return}(dS.ie&&dS.ie_version<=11||dS.android&&dS.chrome)&&!n.state.selection.main.empty&&r.focusNode&&hQ(r.focusNode,r.focusOffset,r.anchorNode,r.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=hU(e.root);if(!t)return!1;let n=dS.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 pG(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?pG(e,n):null}(this.view,t)||t;if(!n||this.selectionRange.eq(n))return!1;let r=hY(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,h1(n));;)if(r){if(1!=n.nodeType)return!1;let e=n.childNodes[r-1];"false"==e.contentEditable?r--:r=h1(n=e)}else{if(n==e)return!0;r=hZ(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,p_),p$&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),p$&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(e,t){var n;if(!this.delayedAndroidKey){let e=()=>{let e=this.delayedAndroidKey;e&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=e.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&e.force&&h9(this.dom,e.key,e.keyCode))};this.flushingAndroidKey=this.view.win.requestAnimationFrame(e)}this.delayedAndroidKey&&"Enter"!=e||(this.delayedAndroidKey={key:e,keyCode:t,force:this.lastChange<Date.now()-50||!!(null==(n=this.delayedAndroidKey)?void 0:n.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame(()=>{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}processRecords(){let e=this.pendingRecords();e.length&&(this.queue=[]);let t=-1,n=-1,r=!1;for(let i of e){let e=this.readMutation(i);e&&(e.typeOver&&(r=!0),-1==t?{from:t,to:n}=e:(t=Math.min(e.from,t),n=Math.max(e.to,n)))}return{from:t,to:n,typeOver:r}}readChange(){let{from:e,to:t,typeOver:n}=this.processRecords(),r=this.selectionChanged&&hY(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 fq(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=fG(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=pq(t,e.previousSibling||e.target.previousSibling,-1),r=pq(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(ff)!=e.state.facet(ff)&&(e.view.contentDOM.editContext=e.state.facet(ff)?this.editContext.editContext:null))}destroy(){var e,t,n;for(let r of(this.stop(),null==(e=this.intersection)||e.disconnect(),null==(t=this.gapIntersection)||t.disconnect(),null==(n=this.resizeScroll)||n.disconnect(),this.scrollTargets))r.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey),this.editContext&&(this.view.contentDOM.editContext=null,this.editContext.destroy())}}function pq(e,t,n){for(;t;){let r=ds.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 pG(e,t){let n=t.startContainer,r=t.startOffset,i=t.endContainer,o=t.endOffset,s=e.docView.domAtPos(e.state.selection.main.anchor);return hQ(s.node,s.offset,i,o)&&([n,r,i,o]=[i,o,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:o}}class pU{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),s=this.toEditorPos(t.updateRangeEnd);e.inputState.composing>=0&&!this.composing&&(this.composing={contextBase:t.updateRangeStart,editorBase:o,drifted:!1});let l={from:o,to:s,insert:ux.of(t.text.split("\n"))};if(l.from==this.from&&r<this.from?l.from=r:l.to==this.to&&r>this.to&&(l.to=r),l.from==l.to&&!l.insert.length){let r=u$.single(this.toEditorPos(t.selectionStart),this.toEditorPos(t.selectionEnd));r.main.eq(n)||e.dispatch({selection:r,userEvent:"select"});return}if((dS.mac||dS.android)&&l.from==i-1&&/^\. ?$/.test(t.text)&&"off"==e.contentDOM.getAttribute("autocorrect")&&(l={from:o,to:s,insert:ux.of([t.text.replace("."," ")])}),this.pendingContextChange=l,!e.state.readOnly){let n=this.to-this.from+(l.to-l.from+l.insert.length);fU(e,l,u$.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(dL.mark({attributes:{style:e}}).range(i,o))}}}e.dispatch({effects:fh.of(dL.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=hU(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,s,l,a)=>{if(n)return;let c=a.length-(o-i);if(r&&o>=r.to)if(r.from==i&&r.to==o&&r.insert.eq(a)){r=this.pendingContextChange=null,t+=c,this.to+=c;return}else r=null,this.revertPending(e.state);if(i+=t,(o+=t)<=this.from)this.from+=c,this.to+=c;else if(i<this.to){if(i<this.from||o>this.to||this.to-this.from+a.length>3e4){n=!0;return}this.editContext.updateText(this.toContextPos(i),this.toContextPos(o),a.toString()),this.to+=c}t+=c}),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 pK{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 pT(e.state||hm.create(e)),e.scrollTo&&e.scrollTo.is(fu)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(fm).map(e=>new fv(e)),this.plugins))t.update(this);this.observer=new pW(this),this.inputState=new fK(this),this.inputState.ensureHandlers(this.plugins),this.docView=new fO(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),(null==(t=document.fonts)?void 0:t.ready)&&document.fonts.ready.then(()=>this.requestMeasure())}dispatch(...e){let t=1==e.length&&e[0]instanceof ha?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,s=0,l=null;e.some(e=>e.annotation(ps))?(this.inputState.notifiedFocused=o,s=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,(l=pl(i,o))||(s=1));let a=this.observer.delayedAndroidKey,c=null;if(a?(this.observer.clearDelayedAndroidKey(),((c=this.observer.readChange())&&!this.state.doc.eq(i.doc)||!this.state.selection.eq(i.selection))&&(c=null)):this.observer.clear(),i.facet(hm.phrases)!=this.state.facet(hm.phrases))return this.setState(i);r=fR.create(this,i,e),r.flags|=s;let u=this.viewState.scrollTarget;try{for(let t of(this.updateState=2,e)){if(u&&(u=u.map(t.changes)),t.scrollIntoView){let{main:e}=t.state.selection;u=new fc(e.empty?e:u$.cursor(e.head,e.head>e.anchor?-1:1))}for(let e of t.effects)e.is(fu)&&(u=e.value.clip(this.state))}this.viewState.update(r,u),this.bidiCache=pQ.update(this.bidiCache,r.changes),r.empty||(this.updatePlugins(r),this.inputState.update(r)),t=this.docView.update(r),this.state.facet(fT)!=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(pj)!=r.state.facet(pj)&&(this.viewState.mustMeasureContent=!0),(t||n||u||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),t&&this.docViewUpdate(),!r.empty)for(let e of this.state.facet(ft))try{e(r)}catch(e){fd(this.state,e,"update listener")}(l||c)&&Promise.resolve().then(()=>{l&&this.state==l.startState&&this.dispatch(l),c&&!fG(this,c)&&a.force&&h9(this.contentDOM,a.key,a.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 pT(e),this.plugins=e.facet(fm).map(e=>new fv(e)),this.pluginMap.clear(),this.plugins))t.update(this);this.docView.destroy(),this.docView=new fO(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(fm),n=e.state.facet(fm);if(t!=n){let r=[];for(let i of n){let n=t.indexOf(i);if(n<0)r.push(new fv(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){fd(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(de(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 s=this.viewState.measure(this);if(!s&&!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 l=[];4&s||([this.measureRequests,l]=[l,this.measureRequests]);let a=l.map(e=>{try{return e.read(this)}catch(e){return fd(this.state,e),pX}}),c=fR.create(this,this.state,[]),u=!1;c.flags|=s,t?t.flags|=s:t=c,this.updateState=2,!c.empty&&(this.updatePlugins(c),this.inputState.update(c),this.updateAttrs(),(u=this.docView.update(c))&&this.docViewUpdate());for(let e=0;e<l.length;e++)if(a[e]!=pX)try{let t=l[e];t.write&&t.write(a[e],this)}catch(e){fd(this.state,e)}if(u&&this.docView.updateSelection(!0),!c.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,o=-1;continue}else{let e=(i<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(i).top)-o;if(e>1||e<-1){n.scrollTop=(r+=e)/this.scaleY,o=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(t&&!t.empty)for(let e of this.state.facet(ft))e(t)}get themeClasses(){return pB+" "+(this.state.facet(pL)?pV:pF)+" "+this.state.facet(pj)}updateAttrs(){let e=pZ(this,fb,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(ff)?"true":"false",class:"cm-content",style:`${dS.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),pZ(this,fx,t);let n=this.observer.ignore(()=>{let n=dE(this.contentDOM,this.contentAttrs,t),r=dE(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(pK.announce)&&(t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value)}mountStyles(){this.styleModules=this.state.facet(fT);let e=this.state.facet(pK.cspNonce);hV.mount(this.root,this.styleModules.concat(pz).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 f_(this,e,fH(this,e,t,n))}moveByGroup(e,t){return f_(this,e,fH(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==hf.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 u$.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=fN(e,t.head),o=r&&i.type==dj.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),s=e.posAtCoords({x:n==(r==dU.LTR)?t.right-1:t.left+1,y:(o.top+o.bottom)/2});if(null!=s)return u$.cursor(s,n?-1:1)}return u$.cursor(n?i.to:i.from,n?-1:1)}(this,e,t,n)}moveVertically(e,t,n){return f_(this,e,function(e,t,n,r){let i=t.head,o=n?1:-1;if(i==(n?e.state.doc.length:0))return u$.cursor(i,t.assoc);let s=t.goalColumn,l,a=e.contentDOM.getBoundingClientRect(),c=e.coordsAtPos(i,t.assoc||-1),u=e.documentTop;if(c)null==s&&(s=c.left-a.left),l=o<0?c.top:c.bottom;else{let t=e.viewState.lineBlockAt(i);null==s&&(s=Math.min(a.right-a.left,e.defaultCharacterWidth*(i-t.from))),l=(o<0?t.top:t.bottom)+u}let h=a.left+s,d=null!=r?r:e.viewState.heightOracle.textHeight>>1;for(let t=0;;t+=10){let n=l+(d+t)*o,r=fF(e,{x:h,y:n},!1,o);if(n<a.top||n>a.bottom||(o<0?r<i:r>i)){let t=e.docView.coordsForChar(r),i=!t||n<t.top?-1:1;return u$.cursor(r,i,void 0,s)}}}(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(),fF(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 h2(n,i[d5.find(i,e-r.from,-1,t)].dir==dU.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(fs)||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>pY)return d4(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=fA(this,e))))return r.order;n||(n=fA(this,e));let r=function(e,t,n){if(!e)return[new d5(0,0,+(t==dY))];if(t==dK&&!n.length&&!d2.test(e))return d4(e.length);if(n.length)for(;e.length>d3.length;)d3[d3.length]=256;let r=[],i=+(t!=dK);return function e(t,n,r,i,o,s,l){let a=n%2?2:1;!function(e,t,n,r,i){for(let o=0;o<=r.length;o++){let s=o?r[o-1].to:t,l=o<r.length?r[o].from:n,a=o?256:i;for(let t=s,n=a,r=a;t<l;t++){let i=d1(e.charCodeAt(t));512==i?i=n:8==i&&4==r&&(i=16),d3[t]=4==i?2:i,7&i&&(r=i),n=i}for(let e=s,t=a,r=a;e<l;e++){let i=d3[e];if(128==i)e<l-1&&t==d3[e+1]&&24&t?i=d3[e]=t:d3[e]=256;else if(64==i){let i=e+1;for(;i<l&&64==d3[i];)i++;let o=e&&8==t||i<n&&8==d3[i]?1==r?1:8:256;for(let t=e;t<i;t++)d3[t]=o;e=i-1}else 8==i&&1==r&&(d3[e]=1);t=i,7&i&&(r=i)}}}(t,o,s,i,a),function(e,t,n,r,i){let o=1==i?2:1;for(let s=0,l=0,a=0;s<=r.length;s++){let c=s?r[s-1].to:t,u=s<r.length?r[s].from:n;for(let t=c,n,r,s;t<u;t++)if(r=dJ[n=e.charCodeAt(t)])if(r<0){for(let e=l-3;e>=0;e-=3)if(d0[e+1]==-r){let n=d0[e+2],r=2&n?i:4&n?1&n?o:i:0;r&&(d3[t]=d3[d0[e]]=r),l=e;break}}else if(189==d0.length)break;else d0[l++]=t,d0[l++]=n,d0[l++]=a;else if(2==(s=d3[t])||1==s){let e=s==i;a=+!e;for(let t=l-3;t>=0;t-=3){let n=d0[t+2];if(2&n)break;if(e)d0[t+2]|=2;else{if(4&n)break;d0[t+2]|=4}}}}}(t,o,s,i,a),function(e,t,n,r){for(let i=0,o=r;i<=n.length;i++){let s=i?n[i-1].to:e,l=i<n.length?n[i].from:t;for(let a=s;a<l;){let s=d3[a];if(256==s){let s=a+1;for(;;)if(s==l){if(i==n.length)break;s=n[i++].to,l=i<n.length?n[i].from:t}else if(256==d3[s])s++;else break;let c=1==o,u=c==((s<t?d3[s]:r)==1)?c?1:2:r;for(let t=s,r=i,o=r?n[r-1].to:e;t>a;)t==o&&(t=n[--r].from,o=r?n[r-1].to:e),d3[--t]=u;a=s}else o=s,a++}}}(o,s,i,a),function t(n,r,i,o,s,l,a){let c=o%2?2:1;if(o%2==s%2)for(let u=r,h=0;u<i;){let r=!0,d=!1;if(h==l.length||u<l[h].from){let e=d3[u];e!=c&&(r=!1,d=16==e)}let f=r||1!=c?null:[],p=r?o:o+1,m=u;t:for(;;)if(h<l.length&&m==l[h].from){if(d)break;let t=l[h];if(!r)for(let e=t.to,n=h+1;;){if(e==i)break t;if(n<l.length&&l[n].from==e)e=l[n++].to;else if(d3[e]==c)break t;else break}h++,f?f.push(t):(t.from>u&&a.push(new d5(u,t.from,p)),e(n,t.direction==dK!=!(p%2)?o+1:o,s,t.inner,t.from,t.to,a),u=t.to),m=t.to}else if(m==i||(r?d3[m]!=c:d3[m]==c))break;else m++;f?t(n,u,m,o+1,s,f,a):u<m&&a.push(new d5(u,m,p)),u=m}else for(let u=i,h=l.length;u>r;){let i=!0,d=!1;if(!h||u>l[h-1].to){let e=d3[u-1];e!=c&&(i=!1,d=16==e)}let f=i||1!=c?null:[],p=i?o:o+1,m=u;t:for(;;)if(h&&m==l[h-1].to){if(d)break;let t=l[--h];if(!i)for(let e=t.from,n=h;;){if(e==r)break t;if(n&&l[n-1].to==e)e=l[--n].from;else if(d3[e-1]==c)break t;else break}f?f.push(t):(t.to<u&&a.push(new d5(t.to,u,p)),e(n,t.direction==dK!=!(p%2)?o+1:o,s,t.inner,t.from,t.to,a),u=t.from),m=t.from}else if(m==r||(i?d3[m-1]!=c:d3[m-1]==c))break;else m--;f?t(n,m,u,o+1,s,f,a):m<u&&a.push(new d5(m,u,p)),u=m}}(t,o,s,n,r,i,l)}(e,i,i,n,0,e.length,r),r}(e.text,t,n);return this.bidiCache.push(new pQ(e.from,e.to,t,n,!0,r)),r}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||dS.safari&&(null==(e=this.inputState)?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{h8(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 fu.of(new fc("number"==typeof e?u$.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 fu.of(new fc(u$.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 fg.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return fg.define(()=>({}),{eventObservers:e})}static theme(e,t){let n=hV.newName(),r=[pj.of(n),fT.of(pH(`.${n}`,e))];return t&&t.dark&&r.push(pL.of(!0)),r}static baseTheme(e){return u0.lowest(fT.of(pH("."+pB,e,pN)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),r=n&&ds.get(n)||ds.get(e);return(null==(t=null==r?void 0:r.rootView)?void 0:t.view)||null}}pK.styleModule=fT,pK.inputHandler=fn,pK.clipboardInputFilter=fi,pK.clipboardOutputFilter=fo,pK.scrollHandler=fa,pK.focusChangeEffect=fr,pK.perLineTextDirection=fs,pK.exceptionSink=fe,pK.updateListener=ft,pK.editable=ff,pK.mouseSelectionStyle=d7,pK.dragMovesSelection=d9,pK.clickAddsSelectionRange=d6,pK.decorations=fy,pK.outerDecorations=fw,pK.atomicRanges=fS,pK.bidiIsolatedRanges=fC,pK.scrollMargins=fk,pK.darkTheme=pL,pK.cspNonce=uG.define({combine:e=>e.length?e[0]:""}),pK.contentAttributes=fx,pK.editorAttributes=fb,pK.lineWrapping=pK.contentAttributes.of({class:"cm-lineWrapping"}),pK.announce=hl.define();let pY=4096,pX={};class pQ{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:dU.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 pQ(t.mapPos(o.from,1),t.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return n}}function pZ(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&&dR(o,n)}return n}let pJ=dS.mac?"mac":dS.windows?"win":dS.linux?"linux":"key";function p0(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 p1=u0.default(pK.domEventHandlers({keydown:(e,t)=>p6(p3(t.state),e,t,"editor")})),p2=uG.define({enables:p1}),p5=new WeakMap;function p3(e){let t=e.facet(p2),n=p5.get(t);return n||p5.set(t,n=function(e,t=pJ){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,s,l)=>{var a,c;let u=n[e]||(n[e]=Object.create(null)),h=r.split(/ (?!$)/).map(e=>(function(e,t){let n,r,i,o,s=e.split(/-(?!$)/),l=s[s.length-1];"Space"==l&&(l=" ");for(let e=0;e<s.length-1;++e){let l=s[e];if(/^(cmd|meta|m)$/i.test(l))o=!0;else if(/^a(lt)?$/i.test(l))n=!0;else if(/^(c|ctrl|control)$/i.test(l))r=!0;else if(/^s(hift)?$/i.test(l))i=!0;else if(/^mod$/i.test(l))"mac"==t?o=!0:r=!0;else throw Error("Unrecognized modifier name: "+l)}return n&&(l="Alt-"+l),r&&(l="Ctrl-"+l),o&&(l="Meta-"+l),i&&(l="Shift-"+l),l})(e,t));for(let t=1;t<h.length;t++){let n=h.slice(0,t).join(" ");i(n,!0),u[n]||(u[n]={preventDefault:!0,stopPropagation:!1,run:[t=>{let r=p4={view:t,prefix:n,scope:e};return setTimeout(()=>{p4==r&&(p4=null)},4e3),!0}]})}let d=h.join(" ");i(d,!1);let f=u[d]||(u[d]={preventDefault:!1,stopPropagation:!1,run:(null==(c=null==(a=u._any)?void 0:a.run)?void 0:c.slice())||[]});o&&f.run.push(o),s&&(f.preventDefault=!0),l&&(f.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,p8))}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 p4=null,p8=null;function p6(e,t,n,r){var i;p8=t;let o=("Esc"==(i=!(h$&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||hW&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?h_:hz)[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),s=uI(uR(o,0))==o.length&&" "!=o,l="",a=!1,c=!1,u=!1;p4&&p4.view==n&&p4.scope==r&&(l=p4.prefix+" ",0>fZ.indexOf(t.keyCode)&&(c=!0,p4=null));let h=new Set,d=e=>{if(e){for(let t of e.run)if(!h.has(t)&&(h.add(t),t(n)))return e.stopPropagation&&(u=!0),!0;e.preventDefault&&(e.stopPropagation&&(u=!0),c=!0)}return!1},f=e[r],p,m;return f&&(d(f[l+p0(o,t,!s)])?a=!0:s&&(t.altKey||t.metaKey||t.ctrlKey)&&!(dS.windows&&t.ctrlKey&&t.altKey)&&(p=hz[t.keyCode])&&p!=o?d(f[l+p0(p,t,!0)])?a=!0:t.shiftKey&&(m=h_[t.keyCode])!=o&&m!=p&&d(f[l+p0(m,t,!1)])&&(a=!0):s&&t.shiftKey&&d(f[l+p0(o,t,!0)])&&(a=!0),!a&&d(f._any)&&(a=!0)),c&&(a=!0),a&&u&&t.stopPropagation(),p8=null,a}class p9{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==dU.LTR,s=e.contentDOM,l=s.getBoundingClientRect(),a=p7(e),c=s.querySelector(".cm-line"),u=c&&window.getComputedStyle(c),h=l.left+(u?parseInt(u.paddingLeft)+Math.min(0,parseInt(u.textIndent)):0),d=l.right-(u?parseInt(u.paddingRight):0),f=fN(e,r),p=fN(e,i),m=f.type==dj.Text?f:null,g=p.type==dj.Text?p:null;if(m&&(e.lineWrapping||f.widgetLineBreaks)&&(m=me(e,r,1,m)),g&&(e.lineWrapping||p.widgetLineBreaks)&&(g=me(e,i,-1,g)),m&&g&&m.from==g.from&&m.to==g.to)return b(x(n.from,n.to,m));{let t=m?x(n.from,null,m):y(f,!1),r=g?x(null,n.to,g):y(p,!0),i=[];return(m||f).to<(g||p).from-(m&&g?1:0)||f.widgetLineBreaks>1&&t.bottom+e.defaultLineHeight/2<r.top?i.push(v(h,t.bottom,d,r.top)):t.bottom<r.top&&e.elementAtHeight((t.bottom+r.top)/2).type==dj.Text&&(t.bottom=r.top=(t.bottom+r.top)/2),b(t).concat(i).concat(b(r))}function v(e,n,r,i){return new p9(t,e-a.left,n-a.top,r-e,i-n)}function b({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,s=-1e9,l=[];function a(t,n,a,c,u){let f=e.coordsAtPos(t,t==r.to?-2:2),p=e.coordsAtPos(a,a==r.from?2:-2);f&&p&&(i=Math.min(f.top,p.top,i),s=Math.max(f.bottom,p.bottom,s),u==dU.LTR?l.push(o&&n?h:f.left,o&&c?d:p.right):l.push(!o&&c?h:p.left,!o&&n?d:f.right))}let c=null!=t?t:r.from,u=null!=n?n:r.to;for(let r of e.visibleRanges)if(r.to>c&&r.from<u)for(let i=Math.max(r.from,c),o=Math.min(r.to,u);;){let r=e.state.doc.lineAt(i);for(let s of e.bidiSpans(r)){let e=s.from+r.from,l=s.to+r.from;if(e>=o)break;l>i&&a(Math.max(e,i),null==t&&e<=c,Math.min(l,o),null==n&&l>=u,s.dir)}if((i=r.to+1)>=o)break}return 0==l.length&&a(c,null==t,u,null==n,e.textDirection),{top:i,bottom:s,horizontal:l}}function y(e,t){let n=l.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=p7(e);return[new p9(t,r.left-i.left,r.top-i.top,null,r.bottom-r.top)]}}}function p7(e){let t=e.scrollDOM.getBoundingClientRect();return{left:(e.textDirection==dU.LTR?t.left:t.right-e.scrollDOM.clientWidth*e.scaleX)-e.scrollDOM.scrollLeft*e.scaleX,top:t.top-e.scrollDOM.scrollTop*e.scaleY}}function me(e,t,n,r){let i=e.coordsAtPos(t,2*n);if(!i)return r;let o=e.dom.getBoundingClientRect(),s=(i.top+i.bottom)/2,l=e.posAtCoords({x:o.left+1,y:s}),a=e.posAtCoords({x:o.right-1,y:s});return null==l||null==a?r:{from:Math.max(r.from,Math.min(l,a)),to:Math.min(r.to,Math.max(l,a))}}class mt{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(mn)!=e.state.facet(mn)&&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(mn);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 mn=uG.define();function mr(e){return[fg.define(t=>new mt(t,e)),mn.of(e)]}let mi=!(dS.ios&&dS.webkit&&dS.webkit_version<534),mo=uG.define({combine:e=>hg(e,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(e,t)=>Math.min(e,t),drawRangeCursor:(e,t)=>e||t})});function ms(e){return e.startState.facet(mo)!=e.state.facet(mo)}let ml=mr({above:!0,markers(e){let{state:t}=e,n=t.facet(mo),r=[];for(let i of t.selection.ranges){let o=i==t.selection.main;if(i.empty?!o||mi:n.drawRangeCursor){let t=o?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",n=i.empty?i:u$.cursor(i.head,i.head>i.anchor?-1:1);for(let i of p9.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=ms(e);return n&&ma(e.state,t),e.docChanged||e.selectionSet||n},mount(e,t){ma(t.state,e)},class:"cm-cursorLayer"});function ma(e,t){t.style.animationDuration=e.facet(mo).cursorBlinkRate+"ms"}let mc=mr({above:!1,markers:e=>e.state.selection.ranges.map(t=>t.empty?[]:p9.forRange(e,"cm-selectionBackground",t)).reduce((e,t)=>e.concat(t)),update:(e,t)=>e.docChanged||e.selectionSet||e.viewportChanged||ms(e),class:"cm-selectionLayer"}),mu={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};mi&&(mu[".cm-line"].caretColor=mu[".cm-content"].caretColor="transparent !important");let mh=u0.highest(pK.theme(mu)),md=hl.define({map:(e,t)=>null==e?null:t.mapPos(e)}),mf=uZ.define({create:()=>null,update:(e,t)=>(null!=e&&(e=t.changes.mapPos(e)),t.effects.reduce((e,t)=>t.is(md)?t.value:e,e))}),mp=fg.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(mf);null==n?null!=this.cursor&&(null==(t=this.cursor)||t.remove(),this.cursor=null):(this.cursor||(this.cursor=this.view.scrollDOM.appendChild(document.createElement("div")),this.cursor.className="cm-dropCursor"),(e.startState.field(mf)!=n||e.docChanged||e.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:e}=this,t=e.state.field(mf),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(mf)!=e&&this.view.dispatch({effects:md.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 mm(e,t,n,r,i){t.lastIndex=0;for(let o=e.iterRange(n,r),s=n,l;!o.next().done;s+=o.value.length)if(!o.lineBreak)for(;l=t.exec(o.value);)i(s+l.index,l)}class mg{constructor(e){const{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 hS,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))mm(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,s)=>{s>=e.view.viewport.from&&o<=e.view.viewport.to&&(n=Math.min(o,n),r=Math.max(s,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),s=Math.min(i.to,r);if(s>o){let n=e.state.doc.lineAt(o),r=n.to<s?e.state.doc.lineAt(s):n,l=Math.max(i.from,n.from),a=Math.min(i.to,r.to);if(this.boundary){for(;o>n.from;o--)if(this.boundary.test(n.text[o-1-n.from])){l=o;break}for(;s<r.to;s++)if(this.boundary.test(r.text[s-r.from])){a=s;break}}let c=[],u,h=(e,t,n)=>c.push(n.range(e,t));if(n==r)for(this.regexp.lastIndex=l-n.from;(u=this.regexp.exec(n.text))&&u.index<a-n.from;)this.addMatch(u,e,u.index+n.from,h);else mm(e.state.doc,this.regexp,l,a,(t,n)=>this.addMatch(n,e,t,h));t=t.update({filterFrom:l,filterTo:a,filter:(e,t)=>e<l||t>a,add:c})}}return t}}let mv=null!=/x/.unicode?"gu":"g",mb=RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad؜​‎‏\u2028\u2029‭‮⁦⁧⁩\uFEFF-]",mv),mx={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"},my=null,mw=uG.define({combine(e){let t=hg(e,{render:null,specialChars:mb,addSpecialChars:null});return(t.replaceTabs=!function(){var e;if(null==my&&"undefined"!=typeof document&&document.body){let t=document.body.style;my=(null!=(e=t.tabSize)?e:t.MozTabSize)!=null}return my||!1}())&&(t.specialChars=RegExp(" |"+t.specialChars.source,mv)),t.addSpecialChars&&(t.specialChars=RegExp(t.specialChars.source+"|"+t.addSpecialChars.source,mv)),t}}),mS=null;class mC extends dP{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")+" "+(mx[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 mA extends dP{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 mk=dL.line({class:"cm-activeLine"}),mM=fg.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(mk.range(i.from)),t=i.from)}return dL.set(n)}},{decorations:e=>e.decorations});class mT extends dP{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?hX(e.firstChild):[];if(!t.length)return null;let n=window.getComputedStyle(e.parentNode),r=h2(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 mD(e,t){var n;let r,i=e.posAtCoords({x:t.clientX,y:t.clientY},!1),o=e.state.doc.lineAt(i),s=i-o.from,l=s>2e3?-1:s==o.length?(n=t.clientX,(r=e.coordsAtPos(e.viewport.from))?Math.round(Math.abs((r.left-n)/e.defaultCharacterWidth)):-1):hP(o.text,e.state.tabSize,i-o.from);return{line:o.number,col:l,off:s}}let mR={Alt:[18,e=>!!e.altKey],Control:[17,e=>!!e.ctrlKey],Shift:[16,e=>!!e.shiftKey],Meta:[91,e=>!!e.metaKey]},mO={style:"cursor: crosshair"},mI="-10000px";class mE{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=[],s=t?[]:null;for(let n=0;n<i.length;n++){let r=i[n],l=-1;if(r){for(let e=0;e<this.tooltips.length;e++){let t=this.tooltips[e];t&&t.create==r.create&&(l=e)}if(l<0)o[n]=this.createTooltipView(r,n?o[n-1]:null),s&&(s[n]=!!r.above);else{let r=o[n]=this.tooltipViews[l];s&&(s[n]=t[l]),r.update&&r.update(e)}}}for(let e of this.tooltipViews)0>o.indexOf(e)&&(this.removeTooltipView(e),null==(n=e.destroy)||n.call(e));return t&&(s.forEach((e,n)=>t[n]=e),t.length=s.length),this.input=r,this.tooltips=i,this.tooltipViews=o,!0}}function mP(e){let t=e.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:t.clientHeight,right:t.clientWidth}}let mj=uG.define({combine:e=>{var t,n,r;return{position:dS.ios?"absolute":(null==(t=e.find(e=>e.position))?void 0:t.position)||"fixed",parent:(null==(n=e.find(e=>e.parent))?void 0:n.parent)||null,tooltipSpace:(null==(r=e.find(e=>e.tooltipSpace))?void 0:r.tooltipSpace)||mP}}}),mL=new WeakMap,mB=fg.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(mj);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 mE(e,mH,(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(mj);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=mI,n.dom.style.left="0px",this.container.insertBefore(n.dom,r),n.mount&&n.mount(this.view),this.resizeObserver&&this.resizeObserver.observe(n.dom),n}destroy(){var e,t,n;for(let t of(this.view.win.removeEventListener("resize",this.measureSoon),this.manager.tooltipViews))t.dom.remove(),null==(e=t.destroy)||e.call(t);this.parent&&this.container.remove(),null==(t=this.resizeObserver)||t.disconnect(),null==(n=this.intersectionObserver)||n.disconnect(),clearTimeout(this.measureTimeout)}readMeasure(){let e=1,t=1,n=!1;if("fixed"==this.position&&this.manager.tooltipViews.length){let{dom:e}=this.manager.tooltipViews[0];if(dS.gecko)n=e.offsetParent!=this.container.ownerDocument.body;else if(e.style.top==mI&&"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=fM(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(mj).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,s=[];for(let l=0;l<this.manager.tooltips.length;l++){let a=this.manager.tooltips[l],c=this.manager.tooltipViews[l],{dom:u}=c,h=e.pos[l],d=e.size[l];if(!h||!1!==a.clip&&(h.bottom<=Math.max(n.top,r.top)||h.top>=Math.min(n.bottom,r.bottom)||h.right<Math.max(n.left,r.left)-.1||h.left>Math.min(n.right,r.right)+.1)){u.style.top=mI;continue}let f=a.arrow?c.dom.querySelector(".cm-tooltip-arrow"):null,p=7*!!f,m=d.right-d.left,g=null!=(t=mL.get(c))?t:d.bottom-d.top,v=c.offset||mN,b=this.view.textDirection==dU.LTR,x=d.width>r.right-r.left?b?r.left:r.right-d.width:b?Math.max(r.left,Math.min(h.left-14*!!f+v.x,r.right-m)):Math.min(Math.max(r.left,h.left-m+14*!!f-v.x),r.right-m),y=this.above[l];!a.strictSide&&(y?h.top-g-p-v.y<r.top:h.bottom+g+p+v.y>r.bottom)&&y==r.bottom-h.bottom>h.top-r.top&&(y=this.above[l]=!y);let w=(y?h.top-r.top:r.bottom-h.bottom)-p;if(w<g&&!1!==c.resize){if(w<this.view.defaultLineHeight){u.style.top=mI;continue}mL.set(c,g),u.style.height=(g=w)/o+"px"}else u.style.height&&(u.style.height="");let S=y?h.top-g-p-v.y:h.bottom+p+v.y,C=x+m;if(!0!==c.overlap)for(let e of s)e.left<C&&e.right>x&&e.top<S+g&&e.bottom>S&&(S=y?e.top-g-2-p:e.bottom+p+2);if("absolute"==this.position?(u.style.top=(S-e.parent.top)/o+"px",mF(u,(x-e.parent.left)/i)):(u.style.top=S/o+"px",mF(u,x/i)),f){let e=h.left+(b?v.x:-v.x)-(x+14-7);f.style.left=e/i+"px"}!0!==c.overlap&&s.push({left:x,top:S,right:C,bottom:S+g}),u.classList.toggle("cm-tooltip-above",y),u.classList.toggle("cm-tooltip-below",!y),c.positioned&&c.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=mI}},{eventObservers:{scroll(){this.maybeMeasure()}}});function mF(e,t){let n=parseInt(e.style.left,10);(isNaN(n)||Math.abs(t-n)>1)&&(e.style.left=t+"px")}let mV=pK.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"}}}),mN={x:0,y:0},mH=uG.define({enables:[mB,mV]}),mz=uG.define({combine:e=>e.reduce((e,t)=>e.concat(t),[])});class m_{static create(e){return new m_(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new mE(e,mz,(e,t)=>this.createHostedView(e,t),e=>e.dom.remove())}createHostedView(e,t){let n=e.create(this.view);return n.dom.classList.add("cm-tooltip-section"),this.dom.insertBefore(n.dom,t?t.dom.nextSibling:this.dom.firstChild),this.mounted&&n.mount&&n.mount(this.view),n}mount(e){for(let t of this.manager.tooltipViews)t.mount&&t.mount(e);this.mounted=!0}positioned(e){for(let t of this.manager.tooltipViews)t.positioned&&t.positioned(e)}update(e){this.manager.update(e)}destroy(){var e;for(let t of this.manager.tooltipViews)null==(e=t.destroy)||e.call(t)}passProp(e){let t;for(let n of this.manager.tooltipViews){let r=n[e];if(void 0!==r){if(void 0===t)t=r;else if(t!==r)return}}return t}get offset(){return this.passProp("offset")}get getCoords(){return this.passProp("getCoords")}get overlap(){return this.passProp("overlap")}get resize(){return this.passProp("resize")}}let m$=mH.compute([mz],e=>{let t=e.facet(mz);return 0===t.length?null:{pos:Math.min(...t.map(e=>e.pos)),end:Math.max(...t.map(e=>{var t;return null!=(t=e.end)?t:e.pos})),create:m_.create,above:t[0].above,arrow:t.some(e=>e.arrow)}});class mW{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 dk)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),s=o&&o.dir==dU.RTL?-1:1;i=t.x<n.left?-s:s}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=>fd(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(mB),t=e?e.manager.tooltips.findIndex(e=>e.create==m_.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(),s;if(s=e.querySelector(".cm-tooltip-arrow")){let e=s.getBoundingClientRect();i=Math.min(e.top,i),o=Math.max(e.bottom,o)}return t.clientX>=n-4&&t.clientX<=r+4&&t.clientY>=i-4&&t.clientY<=o+4}(i.dom,e)||this.pending){let{pos:i}=r[0]||this.pending,o=null!=(n=null==(t=r[0])?void 0:t.end)?n:i;(i==o?this.view.posAtCoords(this.lastMove)!=i:!function(e,t,n,r,i,o){let s=e.scrollDOM.getBoundingClientRect(),l=e.documentTop+e.documentPadding.top+e.contentHeight;if(s.left>r||s.right<r||s.top>i||Math.min(s.bottom,l)<i)return!1;let a=e.posAtCoords({x:r,y:i},!1);return a>=t&&a<=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 mq(e,t){let n=e.plugin(mB);if(!n)return null;let r=n.manager.tooltips.indexOf(t);return r<0?null:n.manager.tooltipViews[r]}let mG=hl.define(),mU=uG.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 mK(e,t){let n=e.plugin(mY),r=n?n.specs.indexOf(t):-1;return r>-1?n.panels[r]:null}let mY=fg.fromClass(class{constructor(e){this.input=e.state.facet(mZ),this.specs=this.input.filter(e=>e),this.panels=this.specs.map(t=>t(e));let t=e.state.facet(mU);for(let n of(this.top=new mX(e,!0,t.topContainer),this.bottom=new mX(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(mU);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new mX(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new mX(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(mZ);if(n!=this.input){let t=n.filter(e=>e),r=[],i=[],o=[],s=[];for(let n of t){let t=this.specs.indexOf(n),l;t<0?(l=n(e.view),s.push(l)):(l=this.panels[t]).update&&l.update(e),r.push(l),(l.top?i:o).push(l)}for(let e of(this.specs=t,this.panels=r,this.top.sync(i),this.bottom.sync(o),s))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=>pK.scrollMargins.of(t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class mX{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=mQ(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=mQ(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 mQ(e){let t=e.nextSibling;return e.remove(),t}let mZ=uG.define({enables:mY});class mJ extends hv{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}mJ.prototype.elementClass="",mJ.prototype.toDOM=void 0,mJ.prototype.mapMode=uP.TrackBefore,mJ.prototype.startSide=mJ.prototype.endSide=-1,mJ.prototype.point=!0;let m0=uG.define(),m1=uG.define(),m2={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>hw.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},m5=uG.define();function m3(e){return[m8(),m5.of(Object.assign(Object.assign({},m2),e))]}let m4=uG.define({combine:e=>e.some(e=>e)});function m8(e){let t=[m6];return e&&!1===e.fixed&&t.push(m4.of(!0)),t}let m6=fg.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(m5).map(t=>new gt(e,t)),this.gutters))this.dom.appendChild(t.dom);this.fixed=!e.state.facet(m4),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(m4)!=!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=hw.iter(this.view.state.facet(m0),this.view.viewport.from),r=[],i=this.gutters.map(e=>new ge(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==dj.Text&&t){for(let e of(m7(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==dj.Text)for(let t of(m7(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(m5),n=e.state.facet(m5),r=e.docChanged||e.heightChanged||e.viewportChanged||!hw.eq(e.startState.facet(m0),e.state.facet(m0),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 gt(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=>pK.scrollMargins.of(t=>{let n=t.plugin(e);return n&&0!=n.gutters.length&&n.fixed?t.textDirection==dU.LTR?{left:n.dom.offsetWidth*t.scaleX}:{right:n.dom.offsetWidth*t.scaleX}:null})});function m9(e){return Array.isArray(e)?e:[e]}function m7(e,t,n){for(;e.value&&e.from<=n;)e.from==n&&t.push(e.value),e.next()}class ge{constructor(e,t,n){this.gutter=e,this.height=n,this.i=0,this.cursor=hw.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 gn(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=[];m7(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(m1)){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 gt{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 s=e.lineBlockAtHeight(o-e.documentTop);t.domEventHandlers[n](e,s,r)&&r.preventDefault()});this.markers=m9(t.markers(e)),t.initialSpacer&&(this.spacer=new gn(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=m9(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!hw.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 gn{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 s=o,l=i<t.length?t[i++]:null,a=!1;if(l){let e=l.elementClass;e&&(n+=" "+e);for(let e=o;e<this.markers.length;e++)if(this.markers[e].compare(l)){s=e,a=!0;break}}else s=this.markers.length;for(;o<s;){let e=this.markers[o++];if(e.toDOM){e.destroy(r);let t=r.nextSibling;r.remove(),r=t}}if(!l)break;l.toDOM&&(a?r=r.nextSibling:this.dom.insertBefore(l.toDOM(e),r)),a&&o++}this.dom.className=n,this.markers=t}destroy(){this.setMarkers(null,[])}}let gr=uG.define(),gi=uG.define(),go=uG.define({combine:e=>hg(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 gs extends mJ{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function gl(e,t){return e.state.facet(go).formatNumber(t,e.state)}let ga=m5.compute([go],e=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:e=>e.state.facet(gr),lineMarker:(e,t,n)=>n.some(e=>e.toDOM)?null:new gs(gl(e,e.state.doc.lineAt(t.from).number)),widgetMarker:(e,t,n)=>{for(let r of e.state.facet(gi)){let i=r(e,t,n);if(i)return i}return null},lineMarkerChange:e=>e.startState.facet(go)!=e.state.facet(go),initialSpacer:e=>new gs(gl(e,gc(e.state.doc.lines))),updateSpacer(e,t){let n=gl(t.view,gc(t.view.state.doc.lines));return n==e.number?e:new gs(n)},domEventHandlers:e.facet(go).domEventHandlers}));function gc(e){let t=9;for(;t<e;)t=10*t+9;return t}let gu=new class extends mJ{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},gh=m0.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(gu.range(i)))}return hw.of(t)}),gd=0;class gf{constructor(e,t){this.from=e,this.to=t}}class gp{constructor(e={}){this.id=gd++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw Error("This node type doesn't define a deserialize function")}),this.combine=e.combine||null}add(e){if(this.perNode)throw RangeError("Can't add per-node props to node types");return"function"!=typeof e&&(e=gv.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}gp.closedBy=new gp({deserialize:e=>e.split(" ")}),gp.openedBy=new gp({deserialize:e=>e.split(" ")}),gp.group=new gp({deserialize:e=>e.split(" ")}),gp.isolate=new gp({deserialize:e=>{if(e&&"rtl"!=e&&"ltr"!=e&&"auto"!=e)throw RangeError("Invalid value for isolate: "+e);return e||"auto"}}),gp.contextHash=new gp({perNode:!0}),gp.lookAhead=new gp({perNode:!0}),gp.mounted=new gp({perNode:!0});class gm{constructor(e,t,n){this.tree=e,this.overlay=t,this.parser=n}static get(e){return e&&e.props&&e.props[gp.mounted.id]}}let gg=Object.create(null);class gv{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):gg,n=!!e.top|2*!!e.skipped|4*!!e.error|8*(null==e.name),r=new gv(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(gp.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(gp.group),r=-1;r<(n?n.length:0);r++){let i=t[r<0?e.name:n[r]];if(i)return i}}}}gv.none=new gv("",Object.create(null),0,8);class gb{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);if(e){r||(r=Object.assign({},n.props));let t=e[1],i=e[0];i.combine&&i.id in r&&(t=i.combine(r[i.id],t)),r[i.id]=t}}t.push(r?new gv(n.name,r,n.id,n.flags):n)}return new gb(t)}}let gx=new WeakMap,gy=new WeakMap;(b=M||(M={}))[b.ExcludeBuffers=1]="ExcludeBuffers",b[b.IncludeAnonymous=2]="IncludeAnonymous",b[b.IgnoreMounts=4]="IgnoreMounts",b[b.IgnoreOverlays=8]="IgnoreOverlays";class gw{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=gm.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 gj(this.topNode,e)}cursorAt(e,t=0,n=0){let r=new gj(gx.get(this)||this.topNode);return r.moveTo(e,t),gx.set(this,r._tree),r}get topNode(){return new gT(this,0,0,null)}resolve(e,t=0){let n=gk(gx.get(this)||this.topNode,e,t,!1);return gx.set(this,n),n}resolveInner(e,t=0){let n=gk(gy.get(this)||this.topNode,e,t,!0);return gy.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 gT?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=gm.get(e.tree);if(o&&o.overlay&&o.overlay[0].from<=t&&o.overlay[o.overlay.length-1].to>=t){let s=new gT(o.tree,o.overlay[0].from+e.from,-1,e);(i||(i=[r])).push(gk(s,t,n,!1))}}return i?gE(i):r}(this,e,t)}iterate(e){let{enter:t,leave:n,from:r=0,to:i=this.length}=e,o=e.mode||0,s=(o&M.IncludeAnonymous)>0;for(let e=this.cursor(o|M.IncludeAnonymous);;){let o=!1;if(e.from<=i&&e.to>=r&&(!s&&e.type.isAnonymous||!1!==t(e))){if(e.firstChild())continue;o=!0}for(;o&&n&&(s||!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:gV(gv.none,this.children,this.positions,0,this.children.length,0,this.length,(e,t,n)=>new gw(this.type,e,t,n,this.propValues),e.makeTree||((e,t,n)=>new gw(gv.none,e,t,n)))}static build(e){return function(e){var t;let{buffer:n,nodeSet:r,maxBufferLength:i=1024,reused:o=[],minRepeatType:s=r.types.length}=e,l=Array.isArray(n)?new gS(n,n.length):n,a=r.types,c=0,u=0;function h(e,t,n,i,o,s,l,a,c){let u=[],h=[];for(;e.length>i;)u.push(e.pop()),h.push(t.pop()+n-o);e.push(d(r.types[l],u,h,s-o,a-s,c)),t.push(o-n)}function d(e,t,n,r,i,o,s){if(o){let e=[gp.contextHash,o];s=s?[e].concat(s):[e]}if(i>25){let e=[gp.lookAhead,i];s=s?[e].concat(s):[e]}return new gw(e,t,n,r,s)}let f=[],p=[];for(;l.pos>0;)!function e(t,n,f,p,m,g){let{id:v,start:b,end:x,size:y}=l,w=u,S=c;if(y<0){if(l.next(),-1==y){let e=o[v];f.push(e),p.push(b-t);return}if(-3==y){c=v;return}if(-4==y){u=v;return}else throw RangeError(`Unrecognized record size: ${y}`)}let C=a[v],A,k,M=b-t;if(x-b<=i&&(k=function(e,t){let n=l.fork(),r=0,o=0,a=0,c=n.end-i,u={size:0,start:0,skip:0};n:for(let i=n.pos-e;n.pos>i;){let e=n.size;if(n.id==t&&e>=0){u.size=r,u.start=o,u.skip=a,a+=4,r+=4,n.next();continue}let l=n.pos-e;if(e<0||l<i||n.start<c)break;let h=4*(n.id>=s),d=n.start;for(n.next();n.pos>l;){if(n.size<0)if(-3==n.size||-4==n.size)h+=4;else break n;else n.id>=s&&(h+=4);n.next()}o=d,r+=e,a+=h}return(t<0||r==e)&&(u.size=r,u.start=o,u.skip=a),u.size>4?u:void 0}(l.pos-n,m))){let e=new Uint16Array(k.size-k.skip),n=l.pos-k.size,i=e.length;for(;l.pos>n;)i=function e(t,n,r){let{id:i,start:o,end:a,size:h}=l;if(l.next(),h>=0&&i<s){let s=r;if(h>4){let i=l.pos-(h-4);for(;l.pos>i;)r=e(t,n,r)}n[--r]=s,n[--r]=a-t,n[--r]=o-t,n[--r]=i}else -3==h?c=i:-4==h&&(u=i);return r}(k.start,e,i);A=new gC(e,x-k.start,r),M=k.start-t}else{let t=l.pos-y;l.next();let n=[],o=[],a=v>=s?v:-1,c=0,u=x;for(;l.pos>t;)a>=0&&l.id==a&&l.size>=0?(l.end<=u-i&&(h(n,o,b,c,l.end,u,a,w,S),c=n.length,u=l.end),l.next()):g>2500?function(e,t,n,o){let s=[],a=0,c=-1;for(;l.pos>t;){let{id:e,start:t,end:n,size:r}=l;if(r>4)l.next();else if(c>-1&&t<c)break;else c<0&&(c=n-i),s.push(e,t,n),a++,l.next()}if(a){let t=new Uint16Array(4*a),i=s[s.length-2];for(let e=s.length-3,n=0;e>=0;e-=3)t[n++]=s[e],t[n++]=s[e+1]-i,t[n++]=s[e+2]-i,t[n++]=n;n.push(new gC(t,s[2]-i,r)),o.push(i-e)}}(b,t,n,o):e(b,t,n,o,a,g+1);if(a>=0&&c>0&&c<n.length&&h(n,o,b,c,b,u,a,w,S),n.reverse(),o.reverse(),a>-1&&c>0){let e=function(e,t){return(n,r,i)=>{let o=0,s=n.length-1,l,a;if(s>=0&&(l=n[s])instanceof gw){if(!s&&l.type==e&&l.length==i)return l;(a=l.prop(gp.lookAhead))&&(o=r[s]+l.length+a)}return d(e,n,r,i,o,t)}}(C,S);A=gV(C,n,o,0,n.length,0,x-b,e,e)}else A=d(C,n,o,x-b,w-x,S)}f.push(A),p.push(M)}(e.start||0,e.bufferStart||0,f,p,-1,0);let m=null!=(t=e.length)?t:f.length?p[0]+f[0].length:0;return new gw(a[e.topID],f.reverse(),p.reverse(),m)}(e)}}gw.empty=new gw(gv.none,[],[],0);class gS{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 gS(this.buffer,this.index)}}class gC{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return gv.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,s=-1;for(let l=e;l!=t&&(!gA(i,r,o[l+1],o[l+2])||(s=l,!(n>0)));l=o[l+3]);return s}slice(e,t,n){let r=this.buffer,i=new Uint16Array(t-e),o=0;for(let s=e,l=0;s<t;){i[l++]=r[s++],i[l++]=r[s++]-n;let t=i[l++]=r[s++]-n;i[l++]=r[s++]-e,o=Math.max(o,t)}return new gC(i,o,this.set)}}function gA(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 gk(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 gT&&e.index<0?null:e.parent;if(!t)return e;e=t}let o=r?0:M.IgnoreOverlays;if(r)for(let r=e,s=r.parent;s;s=(r=s).parent)r instanceof gT&&r.index<0&&(null==(i=s.enter(t,n,o))?void 0:i.from)!=r.from&&(e=s);for(;;){let r=e.enter(t,n,o);if(!r)return e;e=r}}class gM{cursor(e=0){return new gj(this,e)}getChild(e,t=null,n=null){let r=gD(this,e,t,n);return r.length?r[0]:null}getChildren(e,t=null,n=null){return gD(this,e,t,n)}resolve(e,t=0){return gk(this,e,t,!1)}resolveInner(e,t=0){return gk(this,e,t,!0)}matchContext(e){return gR(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 gT extends gM{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:s,positions:l}=o._tree,a=t>0?s.length:-1;e!=a;e+=t){let a=s[e],c=l[e]+o.from;if(gA(r,n,c,c+a.length)){if(a instanceof gC){if(i&M.ExcludeBuffers)continue;let s=a.findChild(0,a.buffer.length,t,n-c,r);if(s>-1)return new gI(new gO(o,a,e,c),null,s)}else if(i&M.IncludeAnonymous||!a.type.isAnonymous||gL(a)){let s;if(!(i&M.IgnoreMounts)&&(s=gm.get(a))&&!s.overlay)return new gT(s.tree,c,e,o);let l=new gT(a,c,e,o);return i&M.IncludeAnonymous||!l.type.isAnonymous?l:l.nextChild(t<0?a.children.length-1:0,t,n,r)}}}if(i&M.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)}prop(e){return this._tree.prop(e)}enter(e,t,n=0){let r;if(!(n&M.IgnoreOverlays)&&(r=gm.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 gT(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 gD(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 gR(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 gO{constructor(e,t,n,r){this.parent=e,this.buffer=t,this.index=n,this.start=r}}class gI extends gM{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 gI(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)}prop(e){return this.type.prop(e)}enter(e,t,n=0){if(n&M.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 gI(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 gI(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 gI(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 gw(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function gE(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 gT&&n.index<0?null:n.parent,i=e.slice();return r?i[t]=r:i.splice(t,1),new gP(i,n)}class gP{constructor(e,t){this.heads=e,this.node=t}get next(){return gE(this.heads)}}class gj{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 gT)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 gT?(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&M.ExcludeBuffers)&&this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,n))}parent(){if(!this.buffer)return this.yieldNode(this.mode&M.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&M.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&M.IncludeAnonymous||e instanceof gC||!e.type.isAnonymous||gL(e))return!1}return!0}move(e,t){if(t&&this.enterChild(e,0,4))return!0;for(;;){if(this.sibling(e))return!0;if(this.atLastNode(e)||!this.parent())return!1}}next(e=!0){return this.move(1,e)}prev(e=!0){return this.move(-1,e)}moveTo(e,t=0){for(;(this.from==this.to||(t<1?this.from>=e:this.from>e)||(t>-1?this.to<=e:this.to<e))&&this.parent(););for(;this.enterChild(1,e,t););return this}get node(){if(!this.buffer)return this._tree;let e=this.bufferNode,t=null,n=0;if(e&&e.context==this.buffer)n:for(let r=this.index,i=this.stack.length;i>=0;){for(let o=e;o;o=o._parent)if(o.index==r){if(r==this.index)return o;t=o,n=i+1;break n}r=this.stack[--i]}for(let e=n;e<this.stack.length;e++)t=new gI(this.buffer,t,this.stack[e]);return this.bufferNode=new gI(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 gR(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 gR(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 gL(e){return e.children.some(e=>e instanceof gC||!e.type.isAnonymous||gL(e))}let gB=new WeakMap;function gF(e,t){if(!e.isAnonymous||t instanceof gC||t.type!=e)return 1;let n=gB.get(t);if(null==n){for(let r of(n=1,t.children)){if(r.type!=e||!(r instanceof gw)){n=1;break}n+=gF(e,r)}gB.set(t,n)}return n}function gV(e,t,n,r,i,o,s,l,a){let c=0;for(let n=r;n<i;n++)c+=gF(e,t[n]);let u=Math.ceil(1.5*c/8),h=[],d=[];return!function t(n,r,i,s,l){for(let c=i;c<s;){let i=c,f=r[c],p=gF(e,n[c]);for(c++;c<s;c++){let t=gF(e,n[c]);if(p+t>=u)break;p+=t}if(c==i+1){if(p>u){let e=n[i];t(e.children,e.positions,0,e.children.length,r[i]+l);continue}h.push(n[i])}else{let t=r[c-1]+n[c-1].length-f;h.push(gV(e,n,r,i,c,f,t,null,a))}d.push(f+l-o)}}(t,n,r,i,0),(l||a)(h,d,s)}class gN{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 gN(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 s=0,l=0,a=0;;s++){let c=s<t.length?t[s]:null,u=c?c.fromA:1e9;if(u-l>=n)for(;o&&o.from<u;){let t=o;if(l>=t.from||u<=t.to||a){let e=Math.max(t.from,l)-a,n=Math.min(t.to,u)-a;t=e>=n?null:new gN(e,n,t.tree,t.offset+a,s>0,!!c)}if(t&&r.push(t),o.to>u)break;o=i<e.length?e[i++]:null}if(!c)break;l=c.toA,a=c.toA-c.toB}return r}}class gH{startParse(e,t,n){return"string"==typeof e&&(e=new gz(e)),n=n?n.length?n.map(e=>new gf(e.from,e.to)):[new gf(0,0)]:[new gf(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 gz{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 gp({perNode:!0});let g_=0;class g${constructor(e,t,n,r){this.name=e,this.set=t,this.base=n,this.modified=r,this.id=g_++}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 g$&&(t=e),null==t?void 0:t.base)throw Error("Can not derive from a modified tag");let n=new g$("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 gq(e);return e=>e.modified.indexOf(t)>-1?e:gq.get(e.base||e,e.modified.concat(t).sort((e,t)=>e.id-t.id))}}let gW=0;class gq{constructor(e){this.name=e,this.instances=[],this.id=gW++}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 g$(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(gq.get(t,e));return i}}function gG(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 s=e[t++];if(t==e.length&&"!"==s){i=0;break}if("/"!=s)throw RangeError("Invalid path: "+e);o=e.slice(t)}let s=n.length-1,l=n[s];if(!l)throw RangeError("Invalid path: "+e);let a=new gK(r,i,s>0?n.slice(0,s):null);t[l]=a.sort(t[l])}}return gU.add(t)}let gU=new gp({combine(e,t){let n,r,i;for(;e||t;){if(!e||t&&e.depth>=t.depth?(i=t,t=t.next):(i=e,e=e.next),n&&n.mode==i.mode&&!i.context&&!n.context)continue;let o=new gK(i.tags,i.mode,i.context);n?n.next=o:r=o,n=o}return r}});class gK{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 gY(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}}gK.empty=new gK([],2,null);class gX{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:s,to:l}=e;if(s>=n||l<=t)return;o.isTop&&(i=this.highlighters.filter(e=>!e.scope||e.scope(o)));let a=r,c=function(e){let t=e.type.prop(gU);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}(e)||gK.empty,u=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,c.tags);if(u&&(a&&(a+=" "),a+=u,1==c.mode&&(r+=(r?" ":"")+u)),this.startSpan(Math.max(t,s),a),c.opaque)return;let h=e.tree&&e.tree.prop(gp.mounted);if(h&&h.overlay){let o=e.node.enter(h.overlay[0].from+s,1),c=this.highlighters.filter(e=>!e.scope||e.scope(h.tree.type)),u=e.firstChild();for(let d=0,f=s;;d++){let p=d<h.overlay.length?h.overlay[d]:null,m=p?p.from+s:l,g=Math.max(t,f),v=Math.min(n,m);if(g<v&&u)for(;e.from<v&&(this.highlightRange(e,g,v,r,i),this.startSpan(Math.min(v,e.to),a),!(e.to>=m)&&e.nextSibling()););if(!p||m>n)break;(f=p.to+s)>t&&(this.highlightRange(o.cursor(),Math.max(t,p.from+s),Math.min(n,f),"",c),this.startSpan(Math.min(n,f),a))}u&&e.parent()}else if(e.firstChild()){h&&(r="");do{if(e.to<=t)continue;if(e.from>=n)break;this.highlightRange(e,t,n,r,i),this.startSpan(Math.min(n,e.to),a)}while(e.nextSibling());e.parent()}}}let gQ=g$.define,gZ=gQ(),gJ=gQ(),g0=gQ(gJ),g1=gQ(gJ),g2=gQ(),g5=gQ(g2),g3=gQ(g2),g4=gQ(),g8=gQ(g4),g6=gQ(),g9=gQ(),g7=gQ(),ve=gQ(g7),vt=gQ(),vn={comment:gZ,lineComment:gQ(gZ),blockComment:gQ(gZ),docComment:gQ(gZ),name:gJ,variableName:gQ(gJ),typeName:g0,tagName:gQ(g0),propertyName:g1,attributeName:gQ(g1),className:gQ(gJ),labelName:gQ(gJ),namespace:gQ(gJ),macroName:gQ(gJ),literal:g2,string:g5,docString:gQ(g5),character:gQ(g5),attributeValue:gQ(g5),number:g3,integer:gQ(g3),float:gQ(g3),bool:gQ(g2),regexp:gQ(g2),escape:gQ(g2),color:gQ(g2),url:gQ(g2),keyword:g6,self:gQ(g6),null:gQ(g6),atom:gQ(g6),unit:gQ(g6),modifier:gQ(g6),operatorKeyword:gQ(g6),controlKeyword:gQ(g6),definitionKeyword:gQ(g6),moduleKeyword:gQ(g6),operator:g9,derefOperator:gQ(g9),arithmeticOperator:gQ(g9),logicOperator:gQ(g9),bitwiseOperator:gQ(g9),compareOperator:gQ(g9),updateOperator:gQ(g9),definitionOperator:gQ(g9),typeOperator:gQ(g9),controlOperator:gQ(g9),punctuation:g7,separator:gQ(g7),bracket:ve,angleBracket:gQ(ve),squareBracket:gQ(ve),paren:gQ(ve),brace:gQ(ve),content:g4,heading:g8,heading1:gQ(g8),heading2:gQ(g8),heading3:gQ(g8),heading4:gQ(g8),heading5:gQ(g8),heading6:gQ(g8),contentSeparator:gQ(g4),list:gQ(g4),quote:gQ(g4),emphasis:gQ(g4),strong:gQ(g4),link:gQ(g4),monospace:gQ(g4),strikethrough:gQ(g4),inserted:gQ(),deleted:gQ(),changed:gQ(),invalid:gQ(),meta:vt,documentMeta:gQ(vt),annotation:gQ(vt),processingInstruction:gQ(vt),definition:g$.defineModifier("definition"),constant:g$.defineModifier("constant"),function:g$.defineModifier("function"),standard:g$.defineModifier("standard"),local:g$.defineModifier("local"),special:g$.defineModifier("special")};for(let e in vn){let t=vn[e];t instanceof g$&&(t.name=e)}gY([{tag:vn.link,class:"tok-link"},{tag:vn.heading,class:"tok-heading"},{tag:vn.emphasis,class:"tok-emphasis"},{tag:vn.strong,class:"tok-strong"},{tag:vn.keyword,class:"tok-keyword"},{tag:vn.atom,class:"tok-atom"},{tag:vn.bool,class:"tok-bool"},{tag:vn.url,class:"tok-url"},{tag:vn.labelName,class:"tok-labelName"},{tag:vn.inserted,class:"tok-inserted"},{tag:vn.deleted,class:"tok-deleted"},{tag:vn.literal,class:"tok-literal"},{tag:vn.string,class:"tok-string"},{tag:vn.number,class:"tok-number"},{tag:[vn.regexp,vn.escape,vn.special(vn.string)],class:"tok-string2"},{tag:vn.variableName,class:"tok-variableName"},{tag:vn.local(vn.variableName),class:"tok-variableName tok-local"},{tag:vn.definition(vn.variableName),class:"tok-variableName tok-definition"},{tag:vn.special(vn.variableName),class:"tok-variableName2"},{tag:vn.definition(vn.propertyName),class:"tok-propertyName tok-definition"},{tag:vn.typeName,class:"tok-typeName"},{tag:vn.namespace,class:"tok-namespace"},{tag:vn.className,class:"tok-className"},{tag:vn.macroName,class:"tok-macroName"},{tag:vn.propertyName,class:"tok-propertyName"},{tag:vn.operator,class:"tok-operator"},{tag:vn.comment,class:"tok-comment"},{tag:vn.meta,class:"tok-meta"},{tag:vn.invalid,class:"tok-invalid"},{tag:vn.punctuation,class:"tok-punctuation"}]);let vr=new gp,vi=new gp;class vo{constructor(e,t,n=[],r=""){this.data=e,this.name=r,hm.prototype.hasOwnProperty("tree")||Object.defineProperty(hm.prototype,"tree",{get(){return va(this)}}),this.parser=t,this.extension=[vv.of(this),hm.languageData.of((e,t,n)=>{let r=vs(e,t,n),i=r.type.prop(vr);if(!i)return[];let o=e.facet(i),s=r.type.prop(vi);if(s){let i=r.resolve(t-r.from,n);for(let t of s)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 vs(e,t,n).type.prop(vr)==this.data}findRegions(e){let t=e.facet(vv);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(vr)==this.data)return void n.push({from:t,to:t+e.length});let i=e.prop(gp.mounted);if(i){if(i.tree.prop(vr)==this.data){if(i.overlay)for(let e of i.overlay)n.push({from:e.from+t,to:e.to+t});else n.push({from:t,to:t+e.length});return}else if(i.overlay){let e=n.length;if(r(i.tree,i.overlay[0].from+t),n.length>e)return}}for(let n=0;n<e.children.length;n++){let i=e.children[n];i instanceof gw&&r(i,e.positions[n]+t)}};return r(va(e),0),n}get allowsNesting(){return!0}}function vs(e,t,n){let r=e.facet(vv),i=va(e).topNode;if(!r||r.allowsNesting)for(let e=i;e;e=e.enter(t,n,M.ExcludeBuffers))e.type.isTop&&(i=e);return i}vo.setState=hl.define();class vl extends vo{constructor(e,t,n){super(e,t,[],n),this.parser=t}static define(e){var t;let n=(t=e.languageData,uG.define({combine:t?e=>e.concat(t):void 0}));return new vl(n,e.parser.configure({props:[vr.add(e=>e.isTop?n:void 0)]}),e.name)}configure(e,t){return new vl(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function va(e){let t=e.field(vo.state,!1);return t?t.tree:gw.empty}class vc{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 vu=null;class vh{constructor(e,t,n=[],r,i,o,s,l){this.parser=e,this.state=t,this.fragments=n,this.tree=r,this.treeLen=i,this.viewport=o,this.skipped=s,this.scheduleOn=l,this.parse=null,this.tempSkipped=[]}static create(e,t,n){return new vh(e,t,[],gw.empty,0,n,[],null)}startParse(){return this.parser.startParse(new vc(this.state.doc),this.fragments)}work(e,t){return(null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=gw.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(gN.addTree(r,this.fragments,null!=this.parse.stoppedAt)),this.treeLen=null!=(n=this.parse.stoppedAt)?n:this.state.doc.length,this.tree=r,this.parse=null,!(this.treeLen<(null!=t?t:this.state.doc.length)))return!0;this.parse=this.startParse()}if(e())return!1}})}takeTree(){let e,t;this.parse&&(e=this.parse.parsedPos)>=this.treeLen&&((null==this.parse.stoppedAt||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext(()=>{for(;!(t=this.parse.advance()););}),this.treeLen=e,this.tree=t,this.fragments=this.withoutTempSkipped(gN.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=vu;vu=this;try{return e()}finally{vu=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=vd(e,t.from,t.to);return e}changes(e,t){let{fragments:n,tree:r,treeLen:i,viewport:o,skipped:s}=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=gN.applyChanges(n,t),r=gw.empty,i=0,o={from:e.mapPos(o.from,-1),to:e.mapPos(o.to,1)},this.skipped.length)for(let t of(s=[],this.skipped)){let n=e.mapPos(t.from,1),r=e.mapPos(t.to,-1);n<r&&s.push({from:n,to:r})}}return new vh(this.parser,t,n,r,i,o,s,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=vd(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 gH{createParse(t,n,r){let i=r[0].from,o=r[r.length-1].to;return{parsedPos:i,advance(){let t=vu;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 gw(gv.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 vu}}function vd(e,t,n){return gN.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class vf{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 vf(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=vh.create(e.facet(vv).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new vf(n)}}vo.state=uZ.define({create:vf.init,update(e,t){for(let e of t.effects)if(e.is(vo.setState))return e.value;return t.startState.facet(vv)!=t.state.facet(vv)?vf.init(t.state):e.apply(t)}});let vp=e=>{let t=setTimeout(()=>e(),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&(vp=e=>{let t=-1,n=setTimeout(()=>{t=requestIdleCallback(e,{timeout:400})},100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});let vm="undefined"!=typeof navigator&&(null==(T=navigator.scheduling)?void 0:T.isInputPending)?()=>navigator.scheduling.isInputPending():null,vg=fg.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(vo.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(vo.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=vp(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(vo.state);if(i.tree==i.context.tree&&i.context.isDone(r+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!vm?Math.max(25,e.timeRemaining()-5):1e9),s=i.context.treeLen<r&&n.doc.length>r+1e3,l=i.context.work(()=>vm&&vm()||Date.now()>o,r+1e5*!s);this.chunkBudget-=Date.now()-t,(l||this.chunkBudget<=0)&&(i.context.takeTree(),this.view.dispatch({effects:vo.setState.of(new vf(i.context))})),this.chunkBudget>0&&!(l&&!s)&&this.scheduleWork(),this.checkAsyncSchedule(i.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(e=>fd(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()}}}),vv=uG.define({combine:e=>e.length?e[0]:null,enables:e=>[vo.state,vg,pK.contentAttributes.compute([e],t=>{let n=t.facet(e);return n&&n.name?{"data-language":n.name}:{}})]});class vb{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}let vx=uG.define(),vy=uG.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 vw(e){let t=e.facet(vy);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function vS(e,t){let n="",r=e.tabSize,i=e.facet(vy)[0];if(" "==i){for(;t>=r;)n+=" ",t-=r;i=" "}for(let e=0;e<t;e++)n+=i;return n}function vC(e,t){for(let n of(e instanceof hm&&(e=new vA(e)),e.state.facet(vx))){let r=n(e,t);if(void 0!==r)return r}let n=va(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 vM(r,e,n)}(e,n,t):null}class vA{constructor(e,t={}){this.state=e,this.options=t,this.unit=vw(e)}lineAt(e,t=1){let n=this.state.doc.lineAt(e),{simulateBreak:r,simulateDoubleBreak:i}=this.options;if(null!=r&&r>=n.from&&r<=n.to)if(i&&r==e)return{text:"",from:e};else if(t<0?r<e:r<=e)return{text:n.text.slice(r-n.from),from:r};else return{text:n.text.slice(0,r-n.from),from:n.from};return n}textAfterPos(e,t=1){if(this.options.simulateDoubleBreak&&e==this.options.simulateBreak)return"";let{text:n,from:r}=this.lineAt(e,t);return n.slice(e-r,Math.min(n.length,e+100-r))}column(e,t=1){let{text:n,from:r}=this.lineAt(e,t),i=this.countColumn(n,e-r),o=this.options.overrideIndentation?this.options.overrideIndentation(r):-1;return o>-1&&(i+=o-this.countColumn(n,n.search(/\S|$/))),i}countColumn(e,t=e.length){return hP(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 vk=new gp;function vM(e,t,n){for(let r=e;r;r=r.next){let e=function(e){let t=e.type.prop(vk);if(t)return t;let n=e.firstChild,r;if(n&&(r=n.type.prop(gp.closedBy))){let t=e.lastChild,n=t&&r.indexOf(t.name)>-1;return e=>(function(e,t,n,r,i){let o=e.textAfter,s=o.match(/^\s*/)[0].length,l=r&&o.slice(s,s+r.length)==r||i==e.pos+s,a=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),s=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>=s)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 a?l?e.column(a.from):e.column(a.to):e.baseIndent+(l?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?vT:null}(r.node);if(e)return e(vD.create(t,n,r))}return 0}function vT(){return 0}class vD extends vA{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 vD(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 vM(this.context.next,this.base,this.pos)}}function vR({except:e,units:t=1}={}){return n=>{let r=e&&e.test(n.textAfter);return n.baseIndent+(r?0:t*n.unit)}}let vO=uG.define(),vI=new gp;function vE(e,t,n){for(let r of e.facet(vO)){let i=r(e,t,n);if(i)return i}return function(e,t,n){let r=va(e);if(r.length<n)return null;let i=r.resolveStack(n,1),o=null;for(let s=i;s;s=s.next){let i=s.node;if(i.to<=n||i.from>n)continue;if(o&&i.from<t)break;let l=i.type.prop(vI);if(l&&(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=l(i,e);r&&r.from<=n&&r.from>=t&&r.to>n&&(o=r)}}return o}(e,t,n)}function vP(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 vj=hl.define({map:vP}),vL=hl.define({map:vP});function vB(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 vF=uZ.define({create:()=>dL.none,update(e,t){for(let n of(e=e.map(t.changes),t.effects))if(n.is(vj)&&!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(v$),i=r?dL.replace({widget:new vU(r(t.state,n.value))}):vG;e=e.update({add:[i.range(n.value.from,n.value.to)]})}else n.is(vL)&&(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=>pK.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(vG.range(r,i))}return dL.set(t,!0)}});function vV(e,t,n){var r;let i=null;return null==(r=e.field(vF,!1))||r.between(t,n,(e,t)=>{(!i||i.from>e)&&(i={from:e,to:t})}),i}function vN(e,t){return e.field(vF,!1)?t:t.concat(hl.appendConfig.of(vW()))}function vH(e,t,n=!0){let r=e.state.doc.lineAt(t.from).number,i=e.state.doc.lineAt(t.to).number;return pK.announce.of(`${e.state.phrase(n?"Folded lines":"Unfolded lines")} ${r} ${e.state.phrase("to")} ${i}.`)}let vz=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:e=>{for(let t of vB(e)){let n=vE(e.state,t.from,t.to);if(n)return e.dispatch({effects:vN(e.state,[vj.of(n),vH(e,n)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:e=>{if(!e.state.field(vF,!1))return!1;let t=[];for(let n of vB(e)){let r=vV(e.state,n.from,n.to);r&&t.push(vL.of(r),vH(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=vE(t,i.from,i.to);o&&n.push(vj.of(o)),r=(o?e.lineBlockAt(o.to):i).to+1}return n.length&&e.dispatch({effects:vN(e.state,n)}),!!n.length}},{key:"Ctrl-Alt-]",run:e=>{let t=e.state.field(vF,!1);if(!t||!t.size)return!1;let n=[];return t.between(0,e.state.doc.length,(e,t)=>{n.push(vL.of({from:e,to:t}))}),e.dispatch({effects:n}),!0}}],v_={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},v$=uG.define({combine:e=>hg(e,v_)});function vW(e){let t=[vF,vX];return e&&t.push(v$.of(e)),t}function vq(e,t){let{state:n}=e,r=n.facet(v$),i=t=>{let n=e.lineBlockAt(e.posAtDOM(t.target)),r=vV(e.state,n.from,n.to);r&&e.dispatch({effects:vL.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 vG=dL.replace({widget:new class extends dP{toDOM(e){return vq(e,null)}}});class vU extends dP{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return vq(e,this.value)}}let vK={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class vY extends mJ{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 vX=pK.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 vQ{constructor(e,t){let n;function r(e){let t=hV.newName();return(n||(n=Object.create(null)))["."+t]=e,t}this.specs=e;const i="string"==typeof t.all?t.all:t.all?r(t.all):void 0,o=t.scope;this.scope=o instanceof vo?e=>e.prop(vr)==o.data:o?e=>e==o:void 0,this.style=gY(e.map(e=>({tag:e.tag,class:e.class||r(Object.assign({},e,{tag:null}))})),{all:i}).style,this.module=n?new hV(n):null,this.themeType=t.themeType}static define(e,t){return new vQ(e,t||{})}}let vZ=uG.define(),vJ=uG.define({combine:e=>e.length?[e[0]]:null});function v0(e){let t=e.facet(vZ);return t.length?t:e.facet(vJ)}function v1(e,t){let n=[v2],r;return e instanceof vQ&&(e.module&&n.push(pK.styleModule.of(e.module)),r=e.themeType),(null==t?void 0:t.fallback)?n.push(vJ.of(e)):r?n.push(vZ.computeN([pK.darkTheme],t=>t.facet(pK.darkTheme)==("dark"==r)?[e]:[])):n.push(vZ.of(e)),n}let v2=u0.high(fg.fromClass(class{constructor(e){this.markCache=Object.create(null),this.tree=va(e.state),this.decorations=this.buildDeco(e,v0(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=va(e.state),n=v0(e.state),r=n!=v0(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 dL.none;let n=new hS;for(let{from:r,to:i}of e.visibleRanges)!function(e,t,n,r=0,i=e.length){let o=new gX(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]=dL.mark({class:r})))},r,i);return n.finish()}},{decorations:e=>e.decorations})),v5=vQ.define([{tag:vn.meta,color:"#404740"},{tag:vn.link,textDecoration:"underline"},{tag:vn.heading,textDecoration:"underline",fontWeight:"bold"},{tag:vn.emphasis,fontStyle:"italic"},{tag:vn.strong,fontWeight:"bold"},{tag:vn.strikethrough,textDecoration:"line-through"},{tag:vn.keyword,color:"#708"},{tag:[vn.atom,vn.bool,vn.url,vn.contentSeparator,vn.labelName],color:"#219"},{tag:[vn.literal,vn.inserted],color:"#164"},{tag:[vn.string,vn.deleted],color:"#a11"},{tag:[vn.regexp,vn.escape,vn.special(vn.string)],color:"#e40"},{tag:vn.definition(vn.variableName),color:"#00f"},{tag:vn.local(vn.variableName),color:"#30a"},{tag:[vn.typeName,vn.namespace],color:"#085"},{tag:vn.className,color:"#167"},{tag:[vn.special(vn.variableName),vn.macroName],color:"#256"},{tag:vn.definition(vn.propertyName),color:"#00c"},{tag:vn.comment,color:"#940"},{tag:vn.invalid,color:"#f00"}]),v3=pK.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),v4="()[]{}",v8=uG.define({combine:e=>hg(e,{afterCursor:!0,brackets:v4,maxScanDistance:1e4,renderMatch:v7})}),v6=dL.mark({class:"cm-matchingBracket"}),v9=dL.mark({class:"cm-nonmatchingBracket"});function v7(e){let t=[],n=e.matched?v6:v9;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 be=[uZ.define({create:()=>dL.none,update(e,t){if(!t.docChanged&&!t.selection)return e;let n=[],r=t.state.facet(v8);for(let e of t.state.selection.ranges){if(!e.empty)continue;let i=bi(t.state,e.head,-1,r)||e.head>0&&bi(t.state,e.head-1,1,r)||r.afterCursor&&(bi(t.state,e.head,1,r)||e.head<t.state.doc.length&&bi(t.state,e.head+1,-1,r));i&&(n=n.concat(r.renderMatch(i,t.state)))}return dL.set(n,!0)},provide:e=>pK.decorations.from(e)}),v3],bt=new gp;function bn(e,t,n){let r=e.prop(t<0?gp.openedBy:gp.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 br(e){let t=e.type.prop(bt);return t?t(e.node):e}function bi(e,t,n,r={}){let i=r.maxScanDistance||1e4,o=r.brackets||v4,s=va(e),l=s.resolveInner(t,n);for(let e=l;e;e=e.parent){let r=bn(e.type,n,o);if(r&&e.from<e.to){let i=br(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,s){let l=r.parent,a={from:i.from,to:i.to},c=0,u=null==l?void 0:l.cursor();if(u&&(n<0?u.childBefore(r.from):u.childAfter(r.to)))do if(n<0?u.to<=r.from:u.from>=r.to){if(0==c&&o.indexOf(u.type.name)>-1&&u.from<u.to){let e=br(u);return{start:a,end:e?{from:e.from,to:e.to}:void 0,matched:!0}}else if(bn(u.type,n,s))c++;else if(bn(u.type,-n,s)){if(0==c){let e=br(u);return{start:a,end:e&&e.from<e.to?{from:e.from,to:e.to}:void 0,matched:!1}}c--}}while(n<0?u.prevSibling():u.nextSibling());return{start:a,matched:!1}}(0,0,n,e,i,r,o)}}return function(e,t,n,r,i,o,s){let l=n<0?e.sliceDoc(t-1,t):e.sliceDoc(t,t+1),a=s.indexOf(l);if(a<0||a%2==0!=n>0)return null;let c={from:n<0?t-1:t,to:n>0?t+1:t},u=e.doc.iterRange(t,n>0?e.doc.length:0),h=0;for(let e=0;!u.next().done&&e<=o;){let o=u.value;n<0&&(e+=o.length);let l=t+e*n;for(let e=n>0?0:o.length-1,t=n>0?o.length:-1;e!=t;e+=n){let t=s.indexOf(o[e]);if(!(t<0)&&r.resolveInner(l+e,1).type==i)if(t%2==0==n>0)h++;else{if(1==h)return{start:c,end:{from:l+e,to:l+e+1},matched:t>>1==a>>1};h--}}n>0&&(e+=o.length)}return u.done?{start:c,matched:!1}:null}(e,t,n,s,l.type,i,o)}let bo=Object.create(null),bs=[gv.none],bl=[],ba=Object.create(null),bc=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"]])bc[e]=function(e,t){let n=[];for(let r of t.split(" ")){let t=[];for(let n of r.split(".")){let r=e[n]||vn[n];r?"function"==typeof r?t.length?t=t.map(r):bu(n,`Modifier ${n} used at start of tag`):t.length?bu(n,`Tag ${n} used as modifier`):t=Array.isArray(r)?r:[r]:bu(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=ba[i];if(o)return o.id;let s=ba[i]=gv.define({id:bs.length,name:r,props:[gG({[r]:n})]});return bs.push(s),s.id}(bo,t);function bu(e,t){bl.indexOf(e)>-1||(bl.push(e),console.warn(t))}function bh(e,t){return({state:n,dispatch:r})=>{if(n.readOnly)return!1;let i=e(t,n);return!!i&&(r(n.update(i)),!0)}}dU.RTL,dU.LTR;let bd=bh(function(e,t,n=t.selection.ranges){let r=[],i=-1;for(let{from:e,to:o}of n){let n=r.length,s=1e9,l=bm(t,e).line;if(l){for(let n=e;n<=o;){let a=t.doc.lineAt(n);if(a.from>i&&(e==o||o>a.from)){i=a.from;let e=/^\s*/.exec(a.text)[0].length,t=e==a.length,n=a.text.slice(e,e+l.length)==l?e:-1;e<a.text.length&&e<s&&(s=e),r.push({line:a,comment:n,token:l,indent:e,empty:t,single:!1})}n=a.to+1}if(s<1e9)for(let e=n;e<r.length;e++)r[e].indent<r[e].line.text.length&&(r[e].indent=s);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:s}of r)(s||!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),bf=bh(bg,0),bp=bh((e,t)=>bg(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 bm(e,t){let n=e.languageDataAt("commentTokens",t);return n.length?n[0]:{}}function bg(e,t,n=t.selection.ranges){let r=n.map(e=>bm(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,s,l=e.sliceDoc(r-50,r),a=e.sliceDoc(i,i+50),c=/\s*$/.exec(l)[0].length,u=/^\s*/.exec(a)[0].length,h=l.length-c;if(l.slice(h-t.length,h)==t&&a.slice(u,u+n.length)==n)return{open:{pos:r-c,margin:c&&1},close:{pos:i+u,margin:u&&1}};i-r<=100?o=s=e.sliceDoc(r,i):(o=e.sliceDoc(r,r+50),s=e.sliceDoc(i-50,i));let d=/^\s*/.exec(o)[0].length,f=/\s*$/.exec(s)[0].length,p=s.length-f-n.length;return o.slice(d,d+t.length)==t&&s.slice(p,p+n.length)==n?{open:{pos:r+d+t.length,margin:+!!/\s/.test(o.charAt(d+t.length))},close:{pos:i-f-n.length,margin:+!!/\s/.test(s.charAt(p-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:s}=n;e.push({from:o.pos-i.open.length,to:o.pos+o.margin},{from:s.pos-s.margin,to:s.pos+i.close.length})}return{changes:e}}return null}let bv=hi.define(),bb=hi.define(),bx=uG.define(),by=uG.define({combine:e=>hg(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)})}),bw=uZ.define({create:()=>bj.empty,update(e,t){let n=t.state.facet(by),r=t.annotation(bv);if(r){let i=bT.fromTransaction(t,r.selection),o=r.side,s=0==o?e.undone:e.done;return s=i?bD(s,s.length,n.minDepth,i):bI(s,t.startState.selection),new bj(0==o?r.rest:s,0==o?s:r.rest)}let i=t.annotation(bb);if(("full"==i||"before"==i)&&(e=e.isolate()),!1===t.annotation(ha.addToHistory))return t.changes.empty?e:e.addMapping(t.changes.desc);let o=bT.fromTransaction(t),s=t.annotation(ha.time),l=t.annotation(ha.userEvent);return o?e=e.addChanges(o,s,l,n,t):t.selection&&(e=e.addSelection(t.startState.selection,s,l,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 bj(e.done.map(bT.fromJSON),e.undone.map(bT.fromJSON))});function bS(e,t){return function({state:n,dispatch:r}){if(!t&&n.readOnly)return!1;let i=n.field(bw,!1);if(!i)return!1;let o=i.pop(e,n,t);return!!o&&(r(o),!0)}}let bC=bS(0,!1),bA=bS(1,!1),bk=bS(0,!0),bM=bS(1,!0);class bT{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 bT(this.changes,this.effects,this.mapped,this.startSelection,e)}toJSON(){var e,t,n;return{changes:null==(e=this.changes)?void 0:e.toJSON(),mapped:null==(t=this.mapped)?void 0:t.toJSON(),startSelection:null==(n=this.startSelection)?void 0:n.toJSON(),selectionsAfter:this.selectionsAfter.map(e=>e.toJSON())}}static fromJSON(e){return new bT(e.changes&&uL.fromJSON(e.changes),[],e.mapped&&uj.fromJSON(e.mapped),e.startSelection&&u$.fromJSON(e.startSelection),e.selectionsAfter.map(u$.fromJSON))}static fromTransaction(e,t){let n=bO;for(let t of e.startState.facet(bx)){let r=t(e);r.length&&(n=n.concat(r))}return!n.length&&e.changes.empty?null:new bT(e.changes.invert(e.startState.doc),n,void 0,t||e.startState.selection,bO)}static selection(e){return new bT(void 0,bO,void 0,void 0,e)}}function bD(e,t,n,r){let i=e.slice(t+1>n+20?t-n-1:0,t);return i.push(r),i}function bR(e,t){return e.length?t.length?e.concat(t):e:t}let bO=[];function bI(e,t){if(!e.length)return[bT.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),bD(e,e.length-1,1e9,n.setSelAfter(r)))}}function bE(e,t){if(!e.length)return e;let n=e.length,r=bO;for(;n;){let i=function(e,t,n){let r=bR(e.selectionsAfter.length?e.selectionsAfter.map(e=>e.map(t)):bO,n);if(!e.changes)return bT.selection(r);let i=e.changes.map(t),o=t.mapDesc(e.changes,!0),s=e.mapped?e.mapped.composeDesc(o):o;return new bT(i,hl.mapEffects(e.effects,t),s,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?[bT.selection(r)]:bO}let bP=/^(input\.type|delete)($|\.)/;class bj{constructor(e,t,n=0,r){this.done=e,this.undone=t,this.prevTime=n,this.prevUserEvent=r}isolate(){return this.prevTime?new bj(this.done,this.undone):this}addChanges(e,t,n,r,i){var o,s;let l,a,c=this.done,u=c[c.length-1];return new bj(c=u&&u.changes&&!u.changes.empty&&e.changes&&(!n||bP.test(n))&&(!u.selectionsAfter.length&&t-this.prevTime<r.newGroupDelay&&r.joinToEvent(i,(o=u.changes,s=e.changes,l=[],a=!1,o.iterChangedRanges((e,t)=>l.push(e,t)),s.iterChangedRanges((e,t,n,r)=>{for(let e=0;e<l.length;){let t=l[e++],i=l[e++];r>=t&&n<=i&&(a=!0)}}),a))||"input.type.compose"==n)?bD(c,c.length-1,r.minDepth,new bT(e.changes.compose(u.changes),bR(hl.mapEffects(e.effects,u.changes),u.effects),u.mapped,u.startSelection,bO)):bD(c,c.length,r.minDepth,e),bO,t,n)}addSelection(e,t,n,r){var i;let o=this.done.length?this.done[this.done.length-1].selectionsAfter:bO;return o.length>0&&t-this.prevTime<r&&n==this.prevUserEvent&&n&&/^select($|\.)/.test(n)&&(i=o[o.length-1],i.ranges.length==e.ranges.length&&0===i.ranges.filter((t,n)=>t.empty!=e.ranges[n].empty).length)?this:new bj(bI(this.done,e),this.undone,t,n)}addMapping(e){return new bj(bE(this.done,e),bE(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,s;return t.update({selection:i.selectionsAfter[i.selectionsAfter.length-1],annotations:bv.of({side:e,rest:(n=r[r.length-1],(s=r.slice())[r.length-1]=n.setSelAfter(n.selectionsAfter.slice(0,n.selectionsAfter.length-1)),s),selection:o}),userEvent:0==e?"select.undo":"select.redo",scrollIntoView:!0})}{if(!i.changes)return null;let n=1==r.length?bO:r.slice(0,r.length-1);return i.mapped&&(n=bE(n,i.mapped)),t.update({changes:i.changes,selection:i.startSelection,effects:i.effects,annotations:bv.of({side:e,rest:n,selection:o}),filter:!1,userEvent:0==e?"undo":"redo",scrollIntoView:!0})}}}bj.empty=new bj(bO,bO);let bL=[{key:"Mod-z",run:bC,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:bA,preventDefault:!0},{linux:"Ctrl-Shift-z",run:bA,preventDefault:!0},{key:"Mod-u",run:bk,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:bM,preventDefault:!0}];function bB(e,t){return u$.create(e.ranges.map(t),e.mainIndex)}function bF(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function bV({state:e,dispatch:t},n){let r=bB(e.selection,n);return!r.eq(e.selection,!0)&&(t(bF(e,r)),!0)}function bN(e,t){return u$.cursor(t?e.to:e.from)}function bH(e,t){return bV(e,n=>n.empty?e.moveByChar(n,t):bN(n,t))}function bz(e){return e.textDirectionAt(e.state.selection.main.head)==dU.LTR}let b_=e=>bH(e,!bz(e)),b$=e=>bH(e,bz(e));function bW(e,t){return bV(e,n=>n.empty?e.moveByGroup(n,t):bN(n,t))}function bq(e,t,n){let r,i,o=va(e).resolveInner(t.head),s=n?gp.closedBy:gp.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,s)?r=n?t.to:t.from:o=t}return i=o.type.prop(s)&&(r=n?bi(e,o.from,1):bi(e,o.to,-1))&&r.matched?n?r.end.to:r.end.from:n?o.to:o.from,u$.cursor(i,n?-1:1)}function bG(e,t){return bV(e,n=>{if(!n.empty)return bN(n,t);let r=e.moveVertically(n,t);return r.head!=n.head?r:e.moveToLineBoundary(n,t)})}"undefined"!=typeof Intl&&Intl.Segmenter;let bU=e=>bG(e,!1),bK=e=>bG(e,!0);function bY(e){let t=e.scrollDOM.clientHeight<e.scrollDOM.scrollHeight-2,n=0,r=0,i;if(t){for(let t of e.state.facet(pK.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 bX(e,t){let n,r=bY(e),{state:i}=e,o=bB(i.selection,n=>n.empty?e.moveVertically(n,t,r.height):bN(n,t));if(o.eq(i.selection))return!1;if(r.selfScroll){let t=e.coordsAtPos(i.selection.main.head),s=e.scrollDOM.getBoundingClientRect(),l=s.top+r.marginTop,a=s.bottom-r.marginBottom;t&&t.top>l&&t.bottom<a&&(n=pK.scrollIntoView(o.main.head,{y:"start",yMargin:t.top-l}))}return e.dispatch(bF(i,o),{effects:n}),!0}let bQ=e=>bX(e,!1),bZ=e=>bX(e,!0);function bJ(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=u$.cursor(r.from+n))}return i}function b0(e,t){let n=bB(e.state.selection,e=>{let n=t(e);return u$.range(e.anchor,n.head,n.goalColumn,n.bidiLevel||void 0)});return!n.eq(e.state.selection)&&(e.dispatch(bF(e.state,n)),!0)}function b1(e,t){return b0(e,n=>e.moveByChar(n,t))}let b2=e=>b1(e,!bz(e)),b5=e=>b1(e,bz(e));function b3(e,t){return b0(e,n=>e.moveByGroup(n,t))}function b4(e,t){return b0(e,n=>e.moveVertically(n,t))}let b8=e=>b4(e,!1),b6=e=>b4(e,!0);function b9(e,t){return b0(e,n=>e.moveVertically(n,t,bY(e).height))}let b7=e=>b9(e,!1),xe=e=>b9(e,!0),xt=({state:e,dispatch:t})=>(t(bF(e,{anchor:0})),!0),xn=({state:e,dispatch:t})=>(t(bF(e,{anchor:e.doc.length})),!0),xr=({state:e,dispatch:t})=>(t(bF(e,{anchor:e.selection.main.anchor,head:0})),!0),xi=({state:e,dispatch:t})=>(t(bF(e,{anchor:e.selection.main.anchor,head:e.doc.length})),!0);function xo(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 s=t(r);s<i?(n="delete.backward",s=xs(e,s,!1)):s>i&&(n="delete.forward",s=xs(e,s,!0)),i=Math.min(i,s),o=Math.max(o,s)}else i=xs(e,i,!1),o=xs(e,o,!0);return i==o?{range:r}:{changes:{from:i,to:o},range:u$.cursor(i,i<r.head?-1:1)}});return!i.changes.empty&&(e.dispatch(r.update(i,{scrollIntoView:!0,userEvent:n,effects:"delete.selection"==n?pK.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function xs(e,t,n){if(e instanceof pK)for(let r of e.state.facet(pK.atomicRanges).map(t=>t(e)))r.between(t,t,(e,r)=>{e<t&&r>t&&(t=n?r:e)});return t}let xl=(e,t,n)=>xo(e,r=>{let i=r.from,{state:o}=e,s=o.doc.lineAt(i),l,a;if(n&&!t&&i>s.from&&i<s.from+200&&!/[^ \t]/.test(l=s.text.slice(0,i-s.from))){if(" "==l[l.length-1])return i-1;let e=hP(l,o.tabSize)%vw(o)||vw(o);for(let t=0;t<e&&" "==l[l.length-1-t];t++)i--;a=i}else(a=uD(s.text,i-s.from,t,t)+s.from)==i&&s.number!=(t?o.doc.lines:1)?a+=t?1:-1:!t&&/[\ufe00-\ufe0f]/.test(s.text.slice(a-s.from,i-s.from))&&(a=uD(s.text,a-s.from,!1,!1)+s.from);return a}),xa=e=>xl(e,!1,!0),xc=e=>xl(e,!0,!1),xu=(e,t)=>xo(e,n=>{let r=n.head,{state:i}=e,o=i.doc.lineAt(r),s=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 l=uD(o.text,r-o.from,t)+o.from,a=o.text.slice(Math.min(r,l)-o.from,Math.max(r,l)-o.from),c=s(a);if(null!=e&&c!=e)break;(" "!=a||r!=n.head)&&(e=c),r=l}return r}),xh=e=>xu(e,!1);function xd(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 xf(e,t,n){if(e.readOnly)return!1;let r=[],i=[];for(let t of xd(e)){if(n?t.to==e.doc.length:0==t.from)continue;let o=e.doc.lineAt(n?t.to+1:t.from-1),s=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(u$.range(Math.min(e.doc.length,n.anchor+s),Math.min(e.doc.length,n.head+s)));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(u$.range(n.anchor-s,n.head-s))}return!!r.length&&(t(e.update({changes:r,scrollIntoView:!0,selection:u$.create(i,e.selection.mainIndex),userEvent:"move.line"})),!0)}function xp(e,t,n){if(e.readOnly)return!1;let r=[];for(let t of xd(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 xm=xv(!1),xg=xv(!0);function xv(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),s=!e&&r==i&&function(e,t){if(/\(\)|\[\]|\{\}/.test(e.sliceDoc(t-1,t+1)))return{from:t,to:t};let n=va(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(gp.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 l=new vA(t,{simulateBreak:r,simulateDoubleBreak:!!s}),a=vC(l,r);for(null==a&&(a=hP(/^\s*/.exec(t.doc.lineAt(r).text)[0],t.tabSize));i<o.to&&/\s/.test(o.text[i-o.from]);)i++;s?{from:r,to:i}=s:r>o.from&&r<o.from+100&&!/\S/.test(o.text.slice(0,r))&&(r=o.from);let c=["",vS(t,a)];return s&&c.push(vS(t,l.lineIndent(o.from,-1))),{changes:{from:r,to:i,insert:ux.of(c)},range:u$.cursor(r+1+c[1].length)}});return n(t.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function xb(e,t){let n=-1;return e.changeByRange(r=>{let i=[];for(let o=r.from;o<=r.to;){let s=e.doc.lineAt(o);s.number>n&&(r.empty||r.to>s.from)&&(t(s,i,r),n=s.number),o=s.to+1}let o=e.changes(i);return{changes:i,range:u$.range(o.mapPos(r.anchor,1),o.mapPos(r.head,1))}})}let xx=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(xb(e,(t,n)=>{n.push({from:t.from,insert:e.facet(vy)})}),{userEvent:"input.indent"})),!0),xy=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(xb(e,(t,n)=>{let r=/^\s*/.exec(t.text)[0];if(!r)return;let i=hP(r,e.tabSize),o=0,s=vS(e,Math.max(0,i-vw(e)));for(;o<r.length&&o<s.length&&r.charCodeAt(o)==s.charCodeAt(o);)o++;n.push({from:t.from+o,to:t.from+r.length,insert:s.slice(o)})}),{userEvent:"delete.dedent"})),!0),xw=[{key:"Ctrl-b",run:b_,shift:b2,preventDefault:!0},{key:"Ctrl-f",run:b$,shift:b5},{key:"Ctrl-p",run:bU,shift:b8},{key:"Ctrl-n",run:bK,shift:b6},{key:"Ctrl-a",run:e=>bV(e,t=>u$.cursor(e.lineBlockAt(t.head).from,1)),shift:e=>b0(e,t=>u$.cursor(e.lineBlockAt(t.head).from))},{key:"Ctrl-e",run:e=>bV(e,t=>u$.cursor(e.lineBlockAt(t.head).to,-1)),shift:e=>b0(e,t=>u$.cursor(e.lineBlockAt(t.head).to))},{key:"Ctrl-d",run:xc},{key:"Ctrl-h",run:xa},{key:"Ctrl-k",run:e=>xo(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:xh},{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:ux.of(["",""])},range:u$.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:uD(r.text,n-r.from,!1)+r.from,o=n==r.to?n+1:uD(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:u$.cursor(o)}});return!n.changes.empty&&(t(e.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:bZ}],xS=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>bV(e,t=>bq(e.state,t,!bz(e))),shift:e=>b0(e,t=>bq(e.state,t,!bz(e)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>bV(e,t=>bq(e.state,t,bz(e))),shift:e=>b0(e,t=>bq(e.state,t,bz(e)))},{key:"Alt-ArrowUp",run:({state:e,dispatch:t})=>xf(e,t,!1)},{key:"Shift-Alt-ArrowUp",run:({state:e,dispatch:t})=>xp(e,t,!1)},{key:"Alt-ArrowDown",run:({state:e,dispatch:t})=>xf(e,t,!0)},{key:"Shift-Alt-ArrowDown",run:({state:e,dispatch:t})=>xp(e,t,!0)},{key:"Escape",run:({state:e,dispatch:t})=>{let n=e.selection,r=null;return n.ranges.length>1?r=u$.create([n.main]):n.main.empty||(r=u$.create([u$.cursor(n.main.head)])),!!r&&(t(bF(e,r)),!0)}},{key:"Mod-Enter",run:xg},{key:"Alt-l",mac:"Ctrl-l",run:({state:e,dispatch:t})=>{let n=xd(e).map(({from:t,to:n})=>u$.range(t,Math.min(n+1,e.doc.length)));return t(e.update({selection:u$.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:e,dispatch:t})=>{let n=bB(e.selection,t=>{let n=va(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 u$.range(n.to,n.from)}return t});return!n.eq(e.selection)&&(t(bF(e,n)),!0)},preventDefault:!0},{key:"Mod-[",run:xy},{key:"Mod-]",run:xx},{key:"Mod-Alt-\\",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Object.create(null),r=new vA(e,{overrideIndentation:e=>{let t=n[e];return null==t?-1:t}}),i=xb(e,(t,i,o)=>{let s=vC(r,t.from);if(null==s)return;/\S/.test(t.text)||(s=0);let l=/^\s*/.exec(t.text)[0],a=vS(e,s);(l!=a||o.from<t.from+l.length)&&(n[t.from]=s,i.push({from:t.from,to:t.from+l.length,insert:a}))});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(xd(t).map(({from:e,to:n})=>(e>0?e--:n<t.doc.length&&n++,{from:e,to:n}))),r=bB(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=bB(e.selection,t=>{let r=bi(e,t.head,-1)||bi(e,t.head,1)||t.head>0&&bi(e,t.head-1,1)||t.head<e.doc.length&&bi(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 u$.cursor(i)}),!!n&&(t(bF(e,r)),!0)}},{key:"Mod-/",run:e=>{let{state:t}=e,n=t.doc.lineAt(t.selection.main.from),r=bm(e.state,n.from);return r.line?bd(e):!!r.block&&bp(e)}},{key:"Alt-A",run:bf},{key:"Ctrl-m",mac:"Shift-Alt-m",run:e=>(e.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:b_,shift:b2,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>bW(e,!bz(e)),shift:e=>b3(e,!bz(e)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:e=>bV(e,t=>bJ(e,t,!bz(e))),shift:e=>b0(e,t=>bJ(e,t,!bz(e))),preventDefault:!0},{key:"ArrowRight",run:b$,shift:b5,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>bW(e,bz(e)),shift:e=>b3(e,bz(e)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:e=>bV(e,t=>bJ(e,t,bz(e))),shift:e=>b0(e,t=>bJ(e,t,bz(e))),preventDefault:!0},{key:"ArrowUp",run:bU,shift:b8,preventDefault:!0},{mac:"Cmd-ArrowUp",run:xt,shift:xr},{mac:"Ctrl-ArrowUp",run:bQ,shift:b7},{key:"ArrowDown",run:bK,shift:b6,preventDefault:!0},{mac:"Cmd-ArrowDown",run:xn,shift:xi},{mac:"Ctrl-ArrowDown",run:bZ,shift:xe},{key:"PageUp",run:bQ,shift:b7},{key:"PageDown",run:bZ,shift:xe},{key:"Home",run:e=>bV(e,t=>bJ(e,t,!1)),shift:e=>b0(e,t=>bJ(e,t,!1)),preventDefault:!0},{key:"Mod-Home",run:xt,shift:xr},{key:"End",run:e=>bV(e,t=>bJ(e,t,!0)),shift:e=>b0(e,t=>bJ(e,t,!0)),preventDefault:!0},{key:"Mod-End",run:xn,shift:xi},{key:"Enter",run:xm,shift:xm},{key:"Mod-a",run:({state:e,dispatch:t})=>(t(e.update({selection:{anchor:0,head:e.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:xa,shift:xa},{key:"Delete",run:xc},{key:"Mod-Backspace",mac:"Alt-Backspace",run:xh},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>xu(e,!0)},{mac:"Mod-Backspace",run:e=>xo(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=>xo(e,t=>{let n=e.moveToLineBoundary(t,!0).head;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)})}].concat(xw.map(e=>({mac:e.key,run:e.run,shift:e.shift})))),xC={key:"Tab",run:xx,shift:xy};function xA(){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 xk="function"==typeof String.prototype.normalize?e=>e.normalize("NFKD"):e=>e;class xM{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(xk(e)):xk,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 uR(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=uO(e),n=this.bufferStart+this.bufferPos;this.bufferPos+=uI(e);let r=this.normalize(t);if(r.length)for(let e=0,i=n;;e++){let o=r.charCodeAt(e),s=this.match(o,i,this.bufferPos+this.bufferStart);if(e==r.length-1){if(s)return this.value=s,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&&(xM.prototype[Symbol.iterator]=function(){return this});let xT={from:-1,to:-1,match:/.*/.exec("")},xD="gm"+(null==/x/.unicode?"":"u");class xR{constructor(e,t,n,r=0,i=e.length){if(this.text=e,this.to=i,this.curLine="",this.done=!1,this.value=xT,/\\[sWDnr]|\n|\r|\[\^/.test(t))return new xE(e,t,n,r,i);this.re=new RegExp(t,xD+((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=xP(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=xP(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 xO=new WeakMap;class xI{constructor(e,t){this.from=e,this.text=t}get to(){return this.from+this.text.length}static get(e,t,n){let r=xO.get(e);if(!r||r.from>=n||r.to<=t){let r=new xI(t,e.sliceString(t,n));return xO.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)),xO.set(e,new xI(o,i)),new xI(t,i.slice(t-o,n-o))}}class xE{constructor(e,t,n,r,i){this.text=e,this.to=i,this.done=!1,this.value=xT,this.matchPos=xP(e,r),this.re=new RegExp(t,xD+((null==n?void 0:n.ignoreCase)?"i":"")),this.test=null==n?void 0:n.test,this.flat=xI.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=xP(this.text,n+ +(e==n)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=xI.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function xP(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 xj(e){let t=xA("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,s,l,a]=n,c=l?+l.slice(1):0,u=s?+s:i.number;if(s&&a){let e=u/100;o&&(e=e*("-"==o?-1:1)+i.number/r.doc.lines),u=Math.round(r.doc.lines*e)}else s&&o&&(u=u*("-"==o?-1:1)+i.number);let h=r.doc.line(Math.max(1,Math.min(r.doc.lines,u))),d=u$.cursor(h.from+Math.max(0,Math.min(c,h.length)));e.dispatch({effects:[xL.of(!1),pK.scrollIntoView(d.from,{y:"center"})],selection:d}),e.focus()}return{dom:xA("form",{class:"cm-gotoLine",onkeydown:t=>{27==t.keyCode?(t.preventDefault(),e.dispatch({effects:xL.of(!1)}),e.focus()):13==t.keyCode&&(t.preventDefault(),n())},onsubmit:e=>{e.preventDefault(),n()}},xA("label",e.state.phrase("Go to line"),": ",t)," ",xA("button",{class:"cm-button",type:"submit"},e.state.phrase("go")),xA("button",{name:"close",onclick:()=>{e.dispatch({effects:xL.of(!1)}),e.focus()},"aria-label":e.state.phrase("close"),type:"button"},["\xd7"]))}}"undefined"!=typeof Symbol&&(xR.prototype[Symbol.iterator]=xE.prototype[Symbol.iterator]=function(){return this});let xL=hl.define(),xB=uZ.define({create:()=>!0,update(e,t){for(let n of t.effects)n.is(xL)&&(e=n.value);return e},provide:e=>mZ.from(e,e=>e?xj:null)}),xF=pK.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"}}}),xV={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},xN=uG.define({combine:e=>hg(e,xV,{highlightWordAroundCursor:(e,t)=>e||t,minSelectionLength:Math.min,maxMatches:Math.min})}),xH=dL.mark({class:"cm-selectionMatch"}),xz=dL.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function x_(e,t,n,r){return(0==n||e(t.sliceDoc(n-1,n))!=hf.Word)&&(r==t.doc.length||e(t.sliceDoc(r,r+1))!=hf.Word)}let x$=fg.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(xN),{state:n}=e,r=n.selection;if(r.ranges.length>1)return dL.none;let i=r.main,o,s=null;if(i.empty){if(!t.highlightWordAroundCursor)return dL.none;let e=n.wordAt(i.head);if(!e)return dL.none;s=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 dL.none;if(t.wholeWords){var l,a,c;if(o=n.sliceDoc(i.from,i.to),!(x_(s=n.charCategorizer(i.head),n,i.from,i.to)&&(l=s,a=i.from,c=i.to,l(n.sliceDoc(a,a+1))==hf.Word&&l(n.sliceDoc(c-1,c))==hf.Word)))return dL.none}else if(!(o=n.sliceDoc(i.from,i.to)))return dL.none}let u=[];for(let r of e.visibleRanges){let e=new xM(n.doc,o,r.from,r.to);for(;!e.next().done;){let{from:r,to:o}=e.value;if((!s||x_(s,n,r,o))&&(i.empty&&r<=i.from&&o>=i.to?u.push(xz.range(r,o)):(r>=i.to||o<=i.from)&&u.push(xH.range(r,o)),u.length>t.maxMatches))return dL.none}}return dL.set(u)}},{decorations:e=>e.decorations}),xW=pK.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),xq=uG.define({combine:e=>hg(e,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new yu(e),scrollToMatch:e=>pK.scrollIntoView(e)})});class xG{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,xD),!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 xJ(this):new xY(this)}getCursor(e,t=0,n){let r=e.doc?e:hm.create({doc:e});return null==n&&(n=r.doc.length),this.regexp?xX(this,r,t,n):xK(this,r,t,n)}}class xU{constructor(e){this.spec=e}}function xK(e,t,n,r){var i,o;return new xM(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(xQ(n,e-r))!=hf.Word||o(xZ(n,e-r))!=hf.Word)&&(o(xZ(n,t-r))!=hf.Word||o(xQ(n,t-r))!=hf.Word))):void 0)}class xY extends xU{constructor(e){super(e)}nextMatch(e,t,n){let r=xK(this.spec,e,n,e.doc.length).nextOverlapping();if(r.done){let n=Math.min(e.doc.length,t+this.spec.unquoted.length);r=xK(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=xK(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=xK(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=xK(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 xX(e,t,n,r){var i;return new xR(t.doc,e.search,{ignoreCase:!e.caseSensitive,test:e.wholeWord?(i=t.charCategorizer(t.selection.main.head),(e,t,n)=>!n[0].length||(i(xQ(n.input,n.index))!=hf.Word||i(xZ(n.input,n.index))!=hf.Word)&&(i(xZ(n.input,n.index+n[0].length))!=hf.Word||i(xQ(n.input,n.index+n[0].length))!=hf.Word)):void 0},n,r)}function xQ(e,t){return e.slice(uD(e,t,!1),t)}function xZ(e,t){return e.slice(t,uD(e,t))}class xJ extends xU{nextMatch(e,t,n){let r=xX(this.spec,e,n,e.doc.length).next();return r.done&&(r=xX(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=xX(this.spec,e,i,n),s=null;for(;!o.next().done;)s=o.value;if(s&&(i==t||s.from>i+10))return s;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=xX(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=xX(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 x0=hl.define(),x1=hl.define(),x2=uZ.define({create:e=>new x5(yi(e).create(),null),update(e,t){for(let n of t.effects)n.is(x0)?e=new x5(n.value.create(),e.panel):n.is(x1)&&(e=new x5(e.query,n.value?yr:null));return e},provide:e=>mZ.from(e,e=>e.panel)});class x5{constructor(e,t){this.query=e,this.panel=t}}let x3=dL.mark({class:"cm-searchMatch"}),x4=dL.mark({class:"cm-searchMatch cm-searchMatch-selected"}),x8=fg.fromClass(class{constructor(e){this.view=e,this.decorations=this.highlight(e.state.field(x2))}update(e){let t=e.state.field(x2);(t!=e.startState.field(x2)||e.docChanged||e.selectionSet||e.viewportChanged)&&(this.decorations=this.highlight(t))}highlight({query:e,panel:t}){if(!t||!e.spec.valid)return dL.none;let{view:n}=this,r=new hS;for(let t=0,i=n.visibleRanges,o=i.length;t<o;t++){let{from:s,to:l}=i[t];for(;t<o-1&&l>i[t+1].from-500;)l=i[++t].to;e.highlight(n.state,s,l,(e,t)=>{let i=n.state.selection.ranges.some(n=>n.from==e&&n.to==t);r.add(e,t,i?x4:x3)})}return r.finish()}},{decorations:e=>e.decorations});function x6(e){return t=>{let n=t.state.field(x2,!1);return n&&n.query.spec.valid?e(t,n):yl(t)}}let x9=x6((e,{query:t})=>{let{to:n}=e.state.selection.main,r=t.nextMatch(e.state,n,n);if(!r)return!1;let i=u$.single(r.from,r.to),o=e.state.facet(xq);return e.dispatch({selection:i,effects:[yf(e,r),o.scrollToMatch(i.main,e)],userEvent:"select.search"}),ys(e),!0}),x7=x6((e,{query:t})=>{let{state:n}=e,{from:r}=n.selection.main,i=t.prevMatch(n,r,r);if(!i)return!1;let o=u$.single(i.from,i.to),s=e.state.facet(xq);return e.dispatch({selection:o,effects:[yf(e,i),s.scrollToMatch(o.main,e)],userEvent:"select.search"}),ys(e),!0}),ye=x6((e,{query:t})=>{let n=t.matchAll(e.state,1e3);return!!n&&!!n.length&&(e.dispatch({selection:u$.create(n.map(e=>u$.range(e.from,e.to))),userEvent:"select.search.matches"}),!0)}),yt=x6((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 s=o,l=[],a,c,u=[];if(s.from==r&&s.to==i&&(c=n.toText(t.getReplacement(s)),l.push({from:s.from,to:s.to,insert:c}),s=t.nextMatch(n,s.from,s.to),u.push(pK.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(r).number)+"."))),s){let t=0==l.length||l[0].from>=o.to?0:o.to-o.from-c.length;a=u$.single(s.from-t,s.to-t),u.push(yf(e,s)),u.push(n.facet(xq).scrollToMatch(a.main,e))}return e.dispatch({changes:l,selection:a,effects:u,userEvent:"input.replace"}),!0}),yn=x6((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:pK.announce.of(r),userEvent:"input.replace.all"}),!0});function yr(e){return e.state.facet(xq).createPanel(e)}function yi(e,t){var n,r,i,o,s;let l=e.selection.main,a=l.empty||l.to>l.from+100?"":e.sliceDoc(l.from,l.to);if(t&&!a)return t;let c=e.facet(xq);return new xG({search:(null!=(n=null==t?void 0:t.literal)?n:c.literal)?a:a.replace(/\n/g,"\\n"),caseSensitive:null!=(r=null==t?void 0:t.caseSensitive)?r:c.caseSensitive,literal:null!=(i=null==t?void 0:t.literal)?i:c.literal,regexp:null!=(o=null==t?void 0:t.regexp)?o:c.regexp,wholeWord:null!=(s=null==t?void 0:t.wholeWord)?s:c.wholeWord})}function yo(e){let t=mK(e,yr);return t&&t.dom.querySelector("[main-field]")}function ys(e){let t=yo(e);t&&t==e.root.activeElement&&t.select()}let yl=e=>{let t=e.state.field(x2,!1);if(t&&t.panel){let n=yo(e);if(n&&n!=e.root.activeElement){let r=yi(e.state,t.query.spec);r.valid&&e.dispatch({effects:x0.of(r)}),n.focus(),n.select()}}else e.dispatch({effects:[x1.of(!0),t?x0.of(yi(e.state,t.query.spec)):hl.appendConfig.of(ym)]});return!0},ya=e=>{let t=e.state.field(x2,!1);if(!t||!t.panel)return!1;let n=mK(e,yr);return n&&n.dom.contains(e.root.activeElement)&&e.focus(),e.dispatch({effects:x1.of(!1)}),!0},yc=[{key:"Mod-f",run:yl,scope:"editor search-panel"},{key:"F3",run:x9,shift:x7,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:x9,shift:x7,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:ya,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=[],s=0;for(let t=new xM(e.doc,e.sliceDoc(r,i));!t.next().done;){if(o.length>1e3)return!1;t.value.from==r&&(s=o.length),o.push(u$.range(t.value.from,t.value.to))}return t(e.update({selection:u$.create(o,s),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:e=>{let t=mK(e,xj);if(!t){let n=[xL.of(!0)];null==e.state.field(xB,!1)&&n.push(hl.appendConfig.of([xB,xF])),e.dispatch({effects:n}),t=mK(e,xj)}return t&&t.dom.querySelector("input").select(),!0}},{key:"Mod-d",run:({state:e,dispatch:t})=>{let{ranges:n}=e.selection;if(n.some(e=>e.from===e.to))return(({state:e,dispatch:t})=>{let{selection:n}=e,r=u$.create(n.ranges.map(t=>e.wordAt(t.head)||u$.cursor(t.head)),n.mainIndex);return!r.eq(n)&&(t(e.update({selection:r})),!0)})({state:e,dispatch:t});let r=e.sliceDoc(n[0].from,n[0].to);if(e.selection.ranges.some(t=>e.sliceDoc(t.from,t.to)!=r))return!1;let i=function(e,t){let{main:n,ranges:r}=e.selection,i=e.wordAt(n.head),o=i&&i.from==n.from&&i.to==n.to;for(let n=!1,i=new xM(e.doc,t,r[r.length-1].to);;)if(i.next(),i.done){if(n)return null;i=new xM(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(u$.range(i.from,i.to),!1),effects:pK.scrollIntoView(i.to)})),!0)},preventDefault:!0}];class yu{constructor(e){this.view=e;let t=this.query=e.state.field(x2).query.spec;function n(e,t,n){return xA("button",{class:"cm-button",name:e,onclick:t,type:"button"},n)}this.commit=this.commit.bind(this),this.searchField=xA("input",{value:t.search,placeholder:yh(e,"Find"),"aria-label":yh(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=xA("input",{value:t.replace,placeholder:yh(e,"Replace"),"aria-label":yh(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=xA("input",{type:"checkbox",name:"case",form:"",checked:t.caseSensitive,onchange:this.commit}),this.reField=xA("input",{type:"checkbox",name:"re",form:"",checked:t.regexp,onchange:this.commit}),this.wordField=xA("input",{type:"checkbox",name:"word",form:"",checked:t.wholeWord,onchange:this.commit}),this.dom=xA("div",{onkeydown:e=>this.keydown(e),class:"cm-search"},[this.searchField,n("next",()=>x9(e),[yh(e,"next")]),n("prev",()=>x7(e),[yh(e,"previous")]),n("select",()=>ye(e),[yh(e,"all")]),xA("label",null,[this.caseField,yh(e,"match case")]),xA("label",null,[this.reField,yh(e,"regexp")]),xA("label",null,[this.wordField,yh(e,"by word")]),...e.state.readOnly?[]:[xA("br"),this.replaceField,n("replace",()=>yt(e),[yh(e,"replace")]),n("replaceAll",()=>yn(e),[yh(e,"replace all")])],xA("button",{name:"close",onclick:()=>ya(e),"aria-label":yh(e,"close"),type:"button"},["\xd7"])])}commit(){let e=new xG({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:x0.of(e)}))}keydown(e){var t;(t=this.view,p6(p3(t.state),e,t,"search-panel"))?e.preventDefault():13==e.keyCode&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?x7:x9)(this.view)):13==e.keyCode&&e.target==this.replaceField&&(e.preventDefault(),yt(this.view))}update(e){for(let t of e.transactions)for(let e of t.effects)e.is(x0)&&!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(xq).top}}function yh(e,t){return e.state.phrase(t)}let yd=/[\s\.,:;?!]/;function yf(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),s=Math.min(i,n+30),l=e.state.sliceDoc(o,s);if(o!=r.from){for(let e=0;e<30;e++)if(!yd.test(l[e+1])&&yd.test(l[e])){l=l.slice(e);break}}if(s!=i){for(let e=l.length-1;e>l.length-30;e--)if(!yd.test(l[e-1])&&yd.test(l[e])){l=l.slice(0,e);break}}return pK.announce.of(`${e.state.phrase("current match")}. ${l} ${e.state.phrase("on line")} ${r.number}.`)}let yp=pK.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"}}),ym=[x2,u0.low(x8),yp];class yg{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=va(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(yy(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 yv(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 yb{constructor(e,t,n,r){this.completion=e,this.source=t,this.match=n,this.score=r}}function yx(e){return e.selection.main.from}function yy(e,t){var n;let{source:r}=e,i=t&&"^"!=r[0],o="$"!=r[r.length-1];return i||o?RegExp(`${i?"^":""}(?:${r})${o?"$":""}`,null!=(n=e.flags)?n:e.ignoreCase?"i":""):e}let yw=hi.define(),yS=new WeakMap;function yC(e){if(!Array.isArray(e))return e;let t=yS.get(e);return t||yS.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=yv(t)+yv(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 yA=hl.define(),yk=hl.define();class yM{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=uR(e,t),r=uI(n);this.chars.push(n);let i=e.slice(t,t+r),o=i.toUpperCase();this.folded.push(uR(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=uR(e,0),i=uI(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 s=e.indexOf(this.pattern);if(0==s)return this.ret(e.length==this.pattern.length?0:-100,[0,this.pattern.length]);let l=t.length,a=0;if(s<0){for(let i=0,o=Math.min(e.length,200);i<o&&a<l;){let o=uR(e,i);(o==t[a]||o==n[a])&&(r[a++]=i),i+=uI(o)}if(a<l)return null}let c=0,u=0,h=!1,d=0,f=-1,p=-1,m=/[a-z]/.test(e),g=!0;for(let r=0,a=Math.min(e.length,200),v=0;r<a&&u<l;){let a=uR(e,r);s<0&&(c<l&&a==t[c]&&(i[c++]=r),d<l&&(a==t[d]||a==n[d]?(0==d&&(f=r),p=r+1,d++):d=0));let b,x=a<255?a>=48&&a<=57||a>=97&&a<=122?2:+(a>=65&&a<=90):(b=uO(a))!=b.toLowerCase()?1:2*(b!=b.toUpperCase());(!r||1==x&&m||0==v&&0!=x)&&(t[u]==a||n[u]==a&&(h=!0)?o[u++]=r:o.length&&(g=!1)),v=x,r+=uI(a)}return u==l&&0==o[0]&&g?this.result(-100+(h?-200:0),o,e):d==l&&0==f?this.ret(-200-e.length+(p==e.length?0:-100),[0,p]):s>-1?this.ret(-700-e.length,[s,s+this.pattern.length]):d==l?this.ret(-900-e.length,[f,p]):u==l?this.result(-100+(h?-200:0)+-700+(g?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?uI(uR(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 yT{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 yD=uG.define({combine:e=>hg(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:yO,filterStrict:!1,compareCompletions:(e,t)=>(e.sortText||e.label).localeCompare(t.sortText||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=>yR(e(n),t(n)),optionClass:(e,t)=>n=>yR(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})});function yR(e,t){return e?t?e+" "+t:e:t}function yO(e,t,n,r,i,o){let s=e.textDirection==dU.RTL,l=s,a=!1,c="top",u,h,d=t.left-i.left,f=i.right-t.right,p=r.right-r.left,m=r.bottom-r.top;if(l&&d<Math.min(p,f)?l=!1:!l&&f<Math.min(p,d)&&(l=!0),p<=(l?d:f))u=Math.max(i.top,Math.min(n.top,i.bottom-m))-t.top,h=Math.min(400,l?d:f);else{a=!0,h=Math.min(400,(s?t.right:i.right-t.left)-30);let e=i.bottom-t.bottom;e>=m||e>t.top?u=n.bottom-t.top:(c="bottom",u=t.bottom-n.top)}let g=(t.bottom-t.top)/o.offsetHeight,v=(t.right-t.left)/o.offsetWidth;return{style:`${c}: ${u/g}px; max-width: ${h/v}px`,class:"cm-completionInfo-"+(a?s?"left-narrow":"right-narrow":l?"left":"right")}}function yI(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 yE{constructor(e,t,n){this.view=e,this.stateField=t,this.applyCompletion=n,this.info=null,this.infoDestroy=null,this.placeInfoReq={read:()=>this.measureInfo(),write:e=>this.placeInfo(e),key:this},this.space=null,this.currentClass="";let r=e.state.field(t),{options:i,selected:o}=r.open,s=e.state.facet(yD);this.optionContent=function(e){let t=e.addToOptions.slice();return e.icons&&t.push({render(e){let t=document.createElement("div");return t.classList.add("cm-completionIcon"),e.type&&t.classList.add(...e.type.split(/\s+/g).map(e=>"cm-completionIcon-"+e)),t.setAttribute("aria-hidden","true"),t},position:20}),t.push({render(e,t,n,r){let i=document.createElement("span");i.className="cm-completionLabel";let o=e.displayLabel||e.label,s=0;for(let e=0;e<r.length;){let t=r[e++],n=r[e++];t>s&&i.appendChild(document.createTextNode(o.slice(s,t)));let l=i.appendChild(document.createElement("span"));l.appendChild(document.createTextNode(o.slice(t,n))),l.className="cm-completionMatchedText",s=n}return s<o.length&&i.appendChild(document.createTextNode(o.slice(s))),i},position:50},{render(e){if(!e.detail)return null;let t=document.createElement("span");return t.className="cm-completionDetail",t.textContent=e.detail,t},position:80}),t.sort((e,t)=>e.position-t.position).map(e=>e.render)}(s),this.optionClass=s.optionClass,this.tooltipClass=s.tooltipClass,this.range=yI(i.length,o,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(yD).closeOnBlur&&t.relatedTarget!=e.contentDOM&&e.dispatch({effects:yk.of(null)})}),this.showOptions(i,r.id)}mount(){this.updateSel()}showOptions(e,t){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(e,t,this.range)),this.list.addEventListener("scroll",()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)})}update(e){var t;let n=e.state.field(this.stateField),r=e.startState.field(this.stateField);if(this.updateTooltipClass(e.state),n!=r){let{options:i,selected:o,disabled:s}=n.open;r.open&&r.open.options==i||(this.range=yI(i.length,o,e.state.facet(yD).maxRenderedOptions),this.showOptions(i,n.id)),this.updateSel(),s!=(null==(t=r.open)?void 0:t.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!s)}}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;(t.selected>-1&&t.selected<this.range.from||t.selected>=this.range.to)&&(this.range=yI(t.options.length,t.selected,this.view.state.facet(yD).maxRenderedOptions),this.showOptions(t.options,e.id));let n=this.updateSelectedOption(t.selected);if(n){this.destroyInfo();let{completion:r}=t.options[t.selected],{info:i}=r;if(!i)return;let o="string"==typeof i?document.createTextNode(i):i(r);if(!o)return;"then"in o?o.then(t=>{t&&this.view.state.field(this.stateField,!1)==e&&this.addInfoPane(t,r)}).catch(e=>fd(this.view.state,e,"completion info")):(this.addInfoPane(o,r),n.setAttribute("aria-describedby",this.info.id))}}addInfoPane(e,t){this.destroyInfo();let n=this.info=document.createElement("div");if(n.className="cm-tooltip cm-completionInfo",n.id="cm-completionInfo-"+Math.floor(65535*Math.random()).toString(16),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,s=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"),s=t):t.hasAttribute("aria-selected")&&(t.removeAttribute("aria-selected"),t.removeAttribute("aria-describedby")):n--;return s&&(t=this.list,n=s,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)),s}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(yD).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:s,match:l}=e[o],{section:a}=s;if(a){let e="string"==typeof a?a:a.name;e!=i&&(o>n.from||0==n.from)&&(i=e,"string"!=typeof a&&a.header?r.appendChild(a.header(a)):r.appendChild(document.createElement("completion-section")).textContent=e)}let c=r.appendChild(document.createElement("li"));c.id=t+"-"+o,c.setAttribute("role","option");let u=this.optionClass(s);for(let e of(u&&(c.className=u),this.optionContent)){let t=e(s,this.view.state,this.view,l);t&&c.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 yP(e){return 100*(e.boost||0)+10*!!e.apply+5*!!e.info+ +!!e.type}class yj{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 yj(this.options,yV(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 s=function(e,t){let n=[],r=null,i=null,o=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)}},s=t.facet(yD);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)o(new yb(t,r.source,e?e(t):[],1e9-n.length));else{let n=t.sliceDoc(r.from,r.to),l,a=s.filterStrict?new yT(n):new yM(n);for(let t of r.result.options)if(l=a.match(t.label)){let n=t.displayLabel?e?e(t,l.matched):[]:l.matched,s=l.score+(t.boost||0);if(o(new yb(t,r.source,n,s)),"object"==typeof t.section&&"dynamic"===t.section.rank){let{name:e}=t.section;i||(i=Object.create(null)),i[e]=Math.max(s,i[e]||-1e9)}}}}if(r){let e=Object.create(null),t=0;for(let n of r.sort((e,t)=>("dynamic"===e.rank&&"dynamic"===t.rank?i[t.name]-i[e.name]:0)||("number"==typeof e.rank?e.rank:1e9)-("number"==typeof t.rank?t.rank: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 l=[],a=null,c=s.compareCompletions;for(let e of n.sort((e,t)=>t.score-e.score||c(e.completion,t.completion))){let t=e.completion;a&&a.label==t.label&&a.detail==t.detail&&(null==a.type||null==t.type||a.type==t.type)&&a.apply==t.apply&&a.boost==t.boost?yP(e.completion)>yP(a)&&(l[l.length-1]=e):l.push(e),a=e.completion}return l}(e,t);if(!s.length)return r&&e.some(e=>e.isPending)?r.setDisabled():null;let l=t.facet(yD).selectOnOpen?0:-1;if(r&&r.selected!=l&&-1!=r.selected){let e=r.options[r.selected].completion;for(let t=0;t<s.length;t++)if(s[t].completion==e){l=t;break}}return new yj(s,yV(n,l),{pos:e.reduce((e,t)=>t.hasResult()?Math.min(e,t.from):e,1e8),create:yU,above:i.aboveCursor},r?r.timestamp:Date.now(),l,!1)}map(e){return new yj(this.options,this.attrs,{...this.tooltip,pos:e.mapPos(this.tooltip.pos)},this.timestamp,this.selected,this.disabled)}setDisabled(){return new yj(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class yL{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new yL(yN,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(yD),r=(n.override||t.languageDataAt("autocomplete",yx(t)).map(yC)).map(t=>(this.active.find(e=>e.source==t)||new yz(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(y$));for(let s 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=yj.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 yz(e.source,0):e)),e.effects))s.is(yW)&&(i=i&&i.setSelected(s.value,this.id));return r==this.active&&i==this.open?this:new yL(r,this.id,i)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?yB:yF}}let yB={"aria-autocomplete":"list"},yF={};function yV(e,t){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":e};return t>-1&&(n["aria-activedescendant"]=e+"-"+t),n}let yN=[];function yH(e,t){if(e.isUserEvent("input.complete")){let n=e.annotation(yw);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 yz{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=yH(e,t),r=this;for(let t of((8&n||16&n&&this.touches(e))&&(r=new yz(r.source,0)),4&n&&0==r.state&&(r=new yz(this.source,1)),r=r.updateFor(e,n),e.effects))if(t.is(yA))r=new yz(r.source,1,t.value);else if(t.is(yk))r=new yz(r.source,0);else if(t.is(y$))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(yx(e.state))}}class y_ extends yz{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),s=yx(e.state);if(s>o||!r||2&t&&(yx(e.startState)==this.from||s<this.limit))return new yz(this.source,4&t?1:0);let l=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):yy(e,!0).test(i)}(r.validFor,e.state,i,o)?r.update&&(r=r.update(r,i,o,new yg(e.state,s,!1)))?new y_(this.source,this.explicit,l,r,r.from,null!=(n=r.to)?n:yx(e.state)):new yz(this.source,1,this.explicit):new y_(this.source,this.explicit,l,r,i,o)}map(e){return e.empty?this:(this.result.map?this.result.map(this.result,e):this.result)?new y_(this.source,this.explicit,e.mapPos(this.limit),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new yz(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}let y$=hl.define({map:(e,t)=>e.map(e=>e.map(t))}),yW=hl.define(),yq=uZ.define({create:()=>yL.start(),update:(e,t)=>e.update(t),provide:e=>[mH.from(e,e=>e.tooltip),pK.contentAttributes.from(e,e=>e.attrs)]});function yG(e,t){let n=t.completion.apply||t.completion.label,r=e.state.field(yq).active.find(e=>e.source==t.source);return r instanceof y_&&("string"==typeof n?e.dispatch({...function(e,t,n,r){let{main:i}=e.selection,o=n-i.from,s=r-i.from;return{...e.changeByRange(l=>{if(l!=i&&n!=r&&e.sliceDoc(l.from+o,l.from+s)!=e.sliceDoc(n,r))return{range:l};let a=e.toText(t);return{changes:{from:l.from+o,to:r==i.from?l.to:l.from+s,insert:a},range:u$.cursor(l.from+o+a.length)}}),scrollIntoView:!0,userEvent:"input.complete"}}(e.state,n,r.from,r.to),annotations:yw.of(t.completion)}):n(e,t.completion,r.from,r.to),!0)}let yU=e=>new yE(e,yq,yG);function yK(e,t="option"){return n=>{let r=n.state.field(yq,!1);if(!r||!r.open||r.open.disabled||Date.now()-r.open.timestamp<n.state.facet(yD).interactionDelay)return!1;let i=1,o;"page"==t&&(o=mq(n,r.open.tooltip))&&(i=Math.max(2,Math.floor(o.dom.offsetHeight/o.dom.querySelector("li").offsetHeight)-1));let{length:s}=r.open.options,l=r.open.selected>-1?r.open.selected+i*(e?1:-1):e?0:s-1;return l<0?l="page"==t?0:s-1:l>=s&&(l="page"==t?s-1:0),n.dispatch({effects:yW.of(l)}),!0}}let yY=e=>!!e.state.field(yq,!1)&&(e.dispatch({effects:yA.of(!0)}),!0);class yX{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}let yQ=fg.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(yq).active))t.isPending&&this.startQuery(t)}update(e){let t=e.state.field(yq),n=e.state.facet(yD);if(!e.selectionSet&&!e.docChanged&&e.startState.field(yq)==t)return;let r=e.transactions.some(e=>{let t=yH(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){fd(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(yA)))&&(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(yq);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(yD).updateSyncTime))}startQuery(e){let{state:t}=this.view,n=yx(t),r=new yg(t,n,e.explicit,this.view),i=new yX(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:yk.of(null)}),fd(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(yD).updateSyncTime))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(yD),r=this.view.state.field(yq);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=yx(o.updates.length?o.updates[0].startState:this.view.state),i=Math.min(r,o.done.from+ +!o.active.explicit),s=new y_(o.active.source,o.active.explicit,i,o.done,o.done.from,null!=(e=o.done.to)?e:r);for(let e of o.updates)s=s.update(e,n);if(s.hasResult()){t.push(s);continue}}let s=r.active.find(e=>e.source==o.active.source);if(s&&s.isPending)if(null==o.done){let e=new yz(o.active.source,0);for(let t of o.updates)e=e.update(t,n);e.isPending||t.push(e)}else this.startQuery(s)}(t.length||r.open&&r.open.disabled)&&this.view.dispatch({effects:y$.of(t)})}},{eventHandlers:{blur(e){let t=this.view.state.field(yq,!1);if(t&&t.tooltip&&this.view.state.facet(yD).closeOnBlur){let n=t.open&&mq(this.view,t.open.tooltip);n&&n.dom.contains(e.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:yk.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:yA.of(!1)}),20),this.composing=0}}}),yZ="object"==typeof navigator&&/Win/.test(navigator.platform),yJ=u0.highest(pK.domEventHandlers({keydown(e,t){let n=t.state.field(yq,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||e.key.length>1||e.ctrlKey&&!(yZ&&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&&yG(t,r),!1}})),y0=pK.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"}}}),y1={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},y2=hl.define({map(e,t){let n=t.mapPos(e,-1,uP.TrackAfter);return null==n?void 0:n}}),y5=new class extends hv{};y5.startSide=1,y5.endSide=-1;let y3=uZ.define({create:()=>hw.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(y2)&&(e=e.update({add:[y5.range(n.value,n.value+1)]}));return e}}),y4="()[]{}<>\xab\xbb\xbb\xab[]{}";function y8(e){for(let t=0;t<y4.length;t+=2)if(y4.charCodeAt(t)==e)return y4.charAt(t+1);return uO(e<128?e:e+1)}function y6(e,t){return e.languageDataAt("closeBrackets",t)[0]||y1}let y9="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),y7=pK.inputHandler.of((e,t,n,r)=>{if((y9?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let i=e.state.selection.main;if(r.length>2||2==r.length&&1==uI(uR(r,0))||t!=i.from||n!=i.to)return!1;let o=function(e,t){let n=y6(e,e.selection.main.head),r=n.brackets||y1.brackets;for(let i of r){let o=y8(uR(i,0));if(t==i)return o==i?function(e,t,n,r){let i=r.stringPrefixes||y1.stringPrefixes,o=null,s=e.changeByRange(r=>{if(!r.empty)return{changes:[{insert:t,from:r.from},{insert:t,from:r.to}],effects:y2.of(r.to+t.length),range:u$.range(r.anchor+t.length,r.head+t.length)};let s=r.head,l=wn(e.doc,s),a;if(l==t){if(wr(e,s))return{changes:{insert:t+t,from:s},effects:y2.of(s+t.length),range:u$.cursor(s+t.length)};else if(wt(e,s)){let r=n&&e.sliceDoc(s,s+3*t.length)==t+t+t?t+t+t:t;return{changes:{from:s,to:s+r.length,insert:r},range:u$.cursor(s+r.length)}}}else if(n&&e.sliceDoc(s-2*t.length,s)==t+t&&(a=wi(e,s-2*t.length,i))>-1&&wr(e,a))return{changes:{insert:t+t+t+t,from:s},effects:y2.of(s+t.length),range:u$.cursor(s+t.length)};else if(e.charCategorizer(s)(l)!=hf.Word&&wi(e,s,i)>-1&&!function(e,t,n,r){let i=va(e).resolveInner(t,-1),o=r.reduce((e,t)=>Math.max(e,t.length),0);for(let s=0;s<5;s++){let s=e.sliceDoc(i.from,Math.min(i.to,i.from+n.length+o)),l=s.indexOf(n);if(!l||l>-1&&r.indexOf(s.slice(0,l))>-1){let t=i.firstChild;for(;t&&t.from==i.from&&t.to-t.from>n.length+l;){if(e.sliceDoc(t.to-n.length,t.to)==n)return!1;t=t.firstChild}return!0}let a=i.to==t&&i.parent;if(!a)break;i=a}return!1}(e,s,t,i))return{changes:{insert:t+t,from:s},effects:y2.of(s+t.length),range:u$.cursor(s+t.length)};return{range:o=r}});return o?null:e.update(s,{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:y2.of(o.to+t.length),range:u$.range(o.anchor+t.length,o.head+t.length)};let s=wn(e.doc,o.head);return!s||/\s/.test(s)||r.indexOf(s)>-1?{changes:{insert:t+n,from:o.head},effects:y2.of(o.head+t.length),range:u$.cursor(o.head+t.length)}:{range:i=o}});return i?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}(e,i,o,n.before||y1.before);if(t==o&&wt(e,e.selection.main.from))return function(e,t,n){let r=null,i=e.changeByRange(t=>t.empty&&wn(e.doc,t.head)==n?{changes:{from:t.head,to:t.head+n.length,insert:n},range:u$.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)}),we=[{key:"Backspace",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=y6(e,e.selection.main.head).brackets||y1.brackets,r=null,i=e.changeByRange(t=>{if(t.empty){var i,o;let r,s=(i=e.doc,o=t.head,uI(uR(r=i.sliceString(o-2,o),0))==r.length?r:r.slice(1));for(let r of n)if(r==s&&wn(e.doc,t.head)==y8(uR(r,0)))return{changes:{from:t.head-r.length,to:t.head+r.length},range:u$.cursor(t.head-r.length)}}return{range:r=t}});return r||t(e.update(i,{scrollIntoView:!0,userEvent:"delete.backward"})),!r}}];function wt(e,t){let n=!1;return e.field(y3).between(0,e.doc.length,e=>{e==t&&(n=!0)}),n}function wn(e,t){let n=e.sliceString(t,t+2);return n.slice(0,uI(uR(n,0)))}function wr(e,t){let n=va(e).resolveInner(t+1);return n.parent&&n.from==t}function wi(e,t,n){let r=e.charCategorizer(t);if(r(e.sliceDoc(t-1,t))!=hf.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))!=hf.Word)return n}return -1}let wo=[{key:"Ctrl-Space",run:yY},{mac:"Alt-`",run:yY},{mac:"Alt-i",run:yY},{key:"Escape",run:e=>{let t=e.state.field(yq,!1);return!!t&&!!t.active.some(e=>0!=e.state)&&(e.dispatch({effects:yk.of(null)}),!0)}},{key:"ArrowDown",run:yK(!0)},{key:"ArrowUp",run:yK(!1)},{key:"PageDown",run:yK(!0,"page")},{key:"PageUp",run:yK(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(yq,!1);return!(e.state.readOnly||!t||!t.open||t.open.selected<0||t.open.disabled||Date.now()-t.open.timestamp<e.state.facet(yD).interactionDelay)&&yG(e,t.open.options[t.open.selected])}}],ws=u0.highest(p2.computeN([yD],e=>e.facet(yD).defaultKeymap?[wo]:[]));class wl{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class wa{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let r=e,i=n.facet(ww).markerFilter;i&&(r=i(r,n));let o=e.slice().sort((e,t)=>e.from-t.from||e.to-t.to),s=new hS,l=[],a=0;for(let e=0;;){let t,r,i=e==o.length?null:o[e];if(!i&&!l.length)break;for(l.length?(t=a,r=l.reduce((e,t)=>Math.min(e,t.to),i&&i.from>t?i.from:1e8)):(t=i.from,r=i.to,l.push(i),e++);e<o.length;){let n=o[e];if(n.from==t&&(n.to>n.from||n.to==t))l.push(n),e++,r=Math.min(n.to,r);else{r=Math.min(n.from,r);break}}let c=wO(l);if(l.some(e=>e.from==e.to||e.from==e.to-1&&n.doc.lineAt(e.from).to==e.from))s.add(t,t,dL.widget({widget:new wA(c),diagnostics:l.slice()}));else{let e=l.reduce((e,t)=>t.markClass?e+" "+t.markClass:e,"");s.add(t,r,dL.mark({class:"cm-lintRange cm-lintRange-"+c+e,diagnostics:l.slice(),inclusiveEnd:l.some(e=>e.to>r)}))}a=r;for(let e=0;e<l.length;e++)l[e].to<=a&&l.splice(e--,1)}let c=s.finish();return new wa(c,t,wc(c))}}function wc(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 wl(r.from,n,r.diagnostic)}else r=new wl(e,n,t||i.diagnostics[0])}),r}function wu(e,t){let n=t.pos,r=t.end||n,i=e.state.facet(ww).hideOn(e,n,r);if(null!=i)return i;let o=e.startState.doc.lineAt(t.pos);return!!(e.effects.some(e=>e.is(wd))||e.changes.touchesRange(o.from,Math.max(o.to,r)))}function wh(e,t){return e.field(wm,!1)?t:t.concat(hl.appendConfig.of(wF))}let wd=hl.define(),wf=hl.define(),wp=hl.define(),wm=uZ.define({create:()=>new wa(dL.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=wc(n,e.selected.diagnostic,i)||wc(n,null,i)}!n.size&&i&&t.state.facet(ww).autoPanel&&(i=null),e=new wa(n,i,r)}for(let n of t.effects)if(n.is(wd)){let r=t.state.facet(ww).autoPanel?n.value.length?wM.open:null:e.panel;e=wa.init(n.value,r,t.state)}else n.is(wf)?e=new wa(e.diagnostics,n.value?wM.open:null,e.selected):n.is(wp)&&(e=new wa(e.diagnostics,e.panel,n.value));return e},provide:e=>[mZ.from(e,e=>e.panel),pK.decorations.from(e,e=>e.diagnostics)]}),wg=dL.mark({class:"cm-lintRange cm-lintRange-active"});function wv(e,t){return xA("ul",{class:"cm-tooltip-lint"},t.map(t=>wC(e,t,!1)))}let wb=e=>{let t=e.state.field(wm,!1);return!!t&&!!t.panel&&(e.dispatch({effects:wf.of(!1)}),!0)},wx=[{key:"Mod-Shift-m",run:e=>{let t=e.state.field(wm,!1);t&&t.panel||e.dispatch({effects:wh(e.state,[wf.of(!0)])});let n=mK(e,wM.open);return n&&n.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:e=>{let t=e.state.field(wm,!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)}}],wy=fg.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(ww);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(ww);t.length&&function(e,t,n){let r=[],i=-1;for(let o of e)o.then(n=>{r.push(n),clearTimeout(i),r.length==e.length?t(r):i=setTimeout(()=>t(r),200)},n)}(t.map(e=>Promise.resolve(e(this.view))),t=>{var n,r;this.view.state.doc==e.doc&&this.view.dispatch((n=this.view.state,r=t.reduce((e,t)=>e.concat(t)),{effects:wh(n,[wd.of(r)])}))},e=>{fd(this.view.state,e)})}}update(e){let t=e.state.facet(ww);(e.docChanged||t!=e.startState.facet(ww)||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)}}),ww=uG.define({combine:e=>Object.assign({sources:e.map(e=>e.source).filter(e=>null!=e)},hg(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 wS(e){let t=[];if(e)r:for(let{name:n}of e){for(let e=0;e<n.length;e++){let r=n[e];if(/[a-zA-Z]/.test(r)&&!t.some(e=>e.toLowerCase()==r.toLowerCase())){t.push(r);continue r}}t.push("")}return t}function wC(e,t,n){var r;let i=n?wS(t.actions):[];return xA("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},xA("span",{class:"cm-diagnosticText"},t.renderMessage?t.renderMessage(e):t.message),null==(r=t.actions)?void 0:r.map((n,r)=>{let o=!1,s=r=>{if(r.preventDefault(),o)return;o=!0;let i=wc(e.state.field(wm).diagnostics,t);i&&n.apply(e,i.from,i.to)},{name:l}=n,a=i[r]?l.indexOf(i[r]):-1,c=a<0?l:[l.slice(0,a),xA("u",l.slice(a,a+1)),l.slice(a+1)];return xA("button",{type:"button",class:"cm-diagnosticAction",onclick:s,onmousedown:s,"aria-label":` Action: ${l}${a<0?"":` (access key "${i[r]})"`}.`},c)}),t.source&&xA("div",{class:"cm-diagnosticSource"},t.source))}class wA extends dP{constructor(e){super(),this.sev=e}eq(e){return e.sev==this.sev}toDOM(){return xA("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class wk{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(0xffffffff*Math.random()).toString(16),this.dom=wC(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class wM{constructor(e){this.view=e,this.items=[];let t=t=>{if(27==t.keyCode)wb(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=wS(n.actions);for(let i=0;i<r.length;i++)if(r[i].toUpperCase().charCodeAt(0)==t.keyCode){let t=wc(this.view.state.field(wm).diagnostics,n);t&&n.actions[i].apply(e,t.from,t.to)}}t.preventDefault()},n=e=>{for(let t=0;t<this.items.length;t++)this.items[t].dom.contains(e.target)&&this.moveSelection(t)};this.list=xA("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:t,onclick:n}),this.dom=xA("div",{class:"cm-panel-lint"},this.list,xA("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>wb(this.view)},"\xd7")),this.update()}get selectedIndex(){let e=this.view.state.field(wm).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(wm),n=0,r=!1,i=null,o=new Set;for(e.between(0,this.view.state.doc.length,(e,s,{spec:l})=>{for(let e of l.diagnostics){if(o.has(e))continue;o.add(e);let s=-1,l;for(let t=n;t<this.items.length;t++)if(this.items[t].diagnostic==e){s=t;break}s<0?(l=new wk(this.view,e),this.items.splice(n,0,l),r=!0):(l=this.items[s],s>n&&(this.items.splice(n,s-n),r=!0)),t&&l.diagnostic==t.diagnostic?l.dom.hasAttribute("aria-selected")||(l.dom.setAttribute("aria-selected","true"),i=l):l.dom.hasAttribute("aria-selected")&&l.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 wk(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=wc(this.view.state.field(wm).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:wp.of(t)})}static open(e){return new wM(e)}}function wT(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 wD(e){return wT(`<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 wR=pK.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:wD("#d11")},".cm-lintRange-warning":{backgroundImage:wD("orange")},".cm-lintRange-info":{backgroundImage:wD("#999")},".cm-lintRange-hint":{backgroundImage:wD("#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 wO(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 wI extends mJ{constructor(e){super(),this.diagnostics=e,this.severity=wO(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(wV).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:wj.of({pos:i.from,above:!1,clip:!1,create:()=>({dom:wv(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(wL)&&e.dispatch({effects:wj.of(null)})}},window.addEventListener("mousemove",r)}let{hoverTime:i}=e.state.facet(wV),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 wE=m3({class:"cm-gutter-lint",markers:e=>e.state.field(wP),widgetMarker:(e,t,n)=>{let r=[];return e.state.field(wP).between(n.from,n.to,(e,t,i)=>{e>n.from&&e<n.to&&r.push(...i.diagnostics)}),r.length?new wI(r):null}}),wP=uZ.define({create:()=>hw.empty,update(e,t){e=e.map(t.changes);let n=t.state.facet(wV).markerFilter;for(let r of t.effects)if(r.is(wd)){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 wI(n[e]).range(+e));return hw.of(r,!0)}(t.state.doc,i.slice(0))}return e}}),wj=hl.define(),wL=uZ.define({create:()=>null,update:(e,t)=>(e&&t.docChanged&&(e=wu(t,e)?null:Object.assign(Object.assign({},e),{pos:t.changes.mapPos(e.pos)})),t.effects.reduce((e,t)=>t.is(wj)?t.value:e,e)),provide:e=>mH.from(e)}),wB=pK.baseTheme({".cm-gutter-lint":{width:"1.4em","& .cm-gutterElement":{padding:".2em"}},".cm-lint-marker":{width:"1em",height:"1em"},".cm-lint-marker-info":{content:wT('<path fill="#aaf" stroke="#77e" stroke-width="6" stroke-linejoin="round" d="M5 5L35 5L35 35L5 35Z"/>')},".cm-lint-marker-warning":{content:wT('<path fill="#fe8" stroke="#fd7" stroke-width="6" stroke-linejoin="round" d="M20 6L37 35L3 35Z"/>')},".cm-lint-marker-error":{content:wT('<circle cx="20" cy="20" r="15" fill="#f87" stroke="#f43" stroke-width="6"/>')}}),wF=[wm,pK.decorations.compute([wm],e=>{let{selected:t,panel:n}=e.field(wm);return t&&n&&t.from!=t.to?dL.set([wg.range(t.from,t.to)]):dL.none}),function(e,t={}){let n=hl.define(),r=uZ.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,uP.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(mG)&&(e=[]);return e},provide:e=>mz.from(e)});return{active:r,extension:[r,fg.define(i=>new mW(i,e,r,n,t.hoverTime||300)),m$]}}(function(e,t,n){let{diagnostics:r}=e.state.field(wm),i,o=-1,s=-1;r.between(t-(n<0),t+ +(n>0),(e,r,{spec:l})=>{if(t>=e&&t<=r&&(e==r||(t>e||n>0)&&(t<r||n<0)))return i=l.diagnostics,o=e,s=r,!1});let l=e.state.facet(ww).tooltipFilter;return(i&&l&&(i=l(i,e.state)),i)?{pos:o,end:s,above:e.state.doc.lineAt(o).to<s,create:()=>({dom:wv(e,i)})}:null},{hideOn:wu}),wR],wV=uG.define({combine:e=>hg(e,{hoverTime:300,markerFilter:null,tooltipFilter:null})});var wN=function(e){let t;void 0===e&&(e={});var{crosshairCursor:n=!1}=e,r=[];!1!==e.closeBracketsKeymap&&(r=r.concat(we)),!1!==e.defaultKeymap&&(r=r.concat(xS)),!1!==e.searchKeymap&&(r=r.concat(yc)),!1!==e.historyKeymap&&(r=r.concat(bL)),!1!==e.foldKeymap&&(r=r.concat(vz)),!1!==e.completionKeymap&&(r=r.concat(wo)),!1!==e.lintKeymap&&(r=r.concat(wx));var i=[];return!1!==e.lineNumbers&&i.push(function(e={}){return[go.of(e),m8(),ga]}()),!1!==e.highlightActiveLineGutter&&i.push(gh),!1!==e.highlightSpecialChars&&i.push(function(e={}){return[mw.of(e),mS||(mS=fg.fromClass(class{constructor(e){this.view=e,this.decorations=dL.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(e.state.facet(mw)),this.decorations=this.decorator.createDeco(e)}makeDecorator(e){return new mg({regexp:e.specialChars,decoration:(t,n,r)=>{let{doc:i}=n.state,o=uR(t[0],0);if(9==o){let e=i.lineAt(r),t=n.state.tabSize,o=hP(e.text,t,r-e.from);return dL.replace({widget:new mA((t-o%t)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[o]||(this.decorationCache[o]=dL.replace({widget:new mC(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&&i.push(function(e={}){return[bw,by.of(e),pK.domEventHandlers({beforeinput(e,t){let n="historyUndo"==e.inputType?bC:"historyRedo"==e.inputType?bA:null;return!!n&&(e.preventDefault(),n(t))}})]}()),!1!==e.foldGutter&&i.push(function(e={}){let t=Object.assign(Object.assign({},vK),e),n=new vY(t,!0),r=new vY(t,!1),i=fg.fromClass(class{constructor(e){this.from=e.viewport.from,this.markers=this.buildMarkers(e)}update(e){(e.docChanged||e.viewportChanged||e.startState.facet(vv)!=e.state.facet(vv)||e.startState.field(vF,!1)!=e.state.field(vF,!1)||va(e.startState)!=va(e.state)||t.foldingChanged(e))&&(this.markers=this.buildMarkers(e.view))}buildMarkers(e){let t=new hS;for(let i of e.viewportLineBlocks){let o=vV(e.state,i.from,i.to)?r:vE(e.state,i.from,i.to)?n:null;o&&t.add(i.from,i.from,o)}return t.finish()}}),{domEventHandlers:o}=t;return[i,m3({class:"cm-foldGutter",markers(e){var t;return(null==(t=e.plugin(i))?void 0:t.markers)||hw.empty},initialSpacer:()=>new vY(t,!1),domEventHandlers:Object.assign(Object.assign({},o),{click:(e,t,n)=>{if(o.click&&o.click(e,t,n))return!0;let r=vV(e.state,t.from,t.to);if(r)return e.dispatch({effects:vL.of(r)}),!0;let i=vE(e.state,t.from,t.to);return!!i&&(e.dispatch({effects:vj.of(i)}),!0)}})}),vW()]}()),!1!==e.drawSelection&&i.push(function(e={}){return[mo.of(e),ml,mc,mh,fl.of(!0)]}()),!1!==e.dropCursor&&i.push([mf,mp]),!1!==e.allowMultipleSelections&&i.push(hm.allowMultipleSelections.of(!0)),!1!==e.indentOnInput&&i.push(hm.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:s}=e,l=-1,a=[];for(let{head:e}of s.selection.ranges){let t=s.doc.lineAt(e);if(t.from==l)continue;l=t.from;let n=vC(s,t.from);if(null==n)continue;let r=/^\s*/.exec(t.text)[0],i=vS(s,n);r!=i&&a.push({from:t.from,to:t.from+r.length,insert:i})}return a.length?[e,{changes:a,sequential:!0}]:e})),!1!==e.syntaxHighlighting&&i.push(v1(v5,{fallback:!0})),!1!==e.bracketMatching&&i.push(function(e={}){return[v8.of(e),be]}()),!1!==e.closeBrackets&&i.push([y7,y3]),!1!==e.autocompletion&&i.push(function(e={}){return[yJ,yq,yD.of(e),yQ,ws,y0]}()),!1!==e.rectangularSelection&&i.push((t=e=>e.altKey&&0==e.button,pK.mouseSelectionStyle.of((e,n)=>{let r,i;return t(n)?(r=mD(e,n),i=e.state.selection,r?{update(e){if(e.docChanged){let t=e.changes.mapPos(e.startState.doc.line(r.line).from),n=e.state.doc.lineAt(t);r={line:n.number,col:r.col,off:Math.min(r.off,n.length)},i=i.map(e.changes)}},get(t,n,o){let s=mD(e,t);if(!s)return i;let l=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 s=Math.min(t.off,n.off),l=Math.max(t.off,n.off);for(let t=r;t<=i;t++){let n=e.doc.line(t);n.length<=l&&o.push(u$.range(n.from+s,n.to+l))}}else{let s=Math.min(t.col,n.col),l=Math.max(t.col,n.col);for(let t=r;t<=i;t++){let n=e.doc.line(t),r=hj(n.text,s,e.tabSize,!0);if(r<0)o.push(u$.cursor(n.to));else{let t=hj(n.text,l,e.tabSize);o.push(u$.range(n.from+r,n.from+t))}}}return o}(e.state,r,s);return l.length?o?u$.create(l.concat(i.ranges)):u$.create(l):i}}:null):null}))),!1!==n&&i.push(function(e={}){let[t,n]=mR[e.key||"Alt"],r=fg.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,pK.contentAttributes.of(e=>{var t;return(null==(t=e.plugin(r))?void 0:t.isDown)?mO:null})]}()),!1!==e.highlightActiveLine&&i.push(mM),!1!==e.highlightSelectionMatches&&i.push([xW,x$]),e.tabSize&&"number"==typeof e.tabSize&&i.push(vy.of(" ".repeat(e.tabSize))),i.concat([p2.of(r.flat())]).filter(Boolean)};let wH="#e06c75",wz="#abb2bf",w_="#7d8799",w$="#d19a66",wW="#2c313a",wq="#282c34",wG="#353a42",wU="#528bff",wK=[pK.theme({"&":{color:wz,backgroundColor:wq},".cm-content":{caretColor:wU},".cm-cursor, .cm-dropCursor":{borderLeftColor:wU},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:wz},".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:wq,color:w_,border:"none"},".cm-activeLineGutter":{backgroundColor:wW},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:wG},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:wG,borderBottomColor:wG},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:wW,color:wz}}},{dark:!0}),v1(vQ.define([{tag:vn.keyword,color:"#c678dd"},{tag:[vn.name,vn.deleted,vn.character,vn.propertyName,vn.macroName],color:wH},{tag:[vn.function(vn.variableName),vn.labelName],color:"#61afef"},{tag:[vn.color,vn.constant(vn.name),vn.standard(vn.name)],color:w$},{tag:[vn.definition(vn.name),vn.separator],color:wz},{tag:[vn.typeName,vn.className,vn.number,vn.changed,vn.annotation,vn.modifier,vn.self,vn.namespace],color:"#e5c07b"},{tag:[vn.operator,vn.operatorKeyword,vn.url,vn.escape,vn.regexp,vn.link,vn.special(vn.string)],color:"#56b6c2"},{tag:[vn.meta,vn.comment],color:w_},{tag:vn.strong,fontWeight:"bold"},{tag:vn.emphasis,fontStyle:"italic"},{tag:vn.strikethrough,textDecoration:"line-through"},{tag:vn.link,color:w_,textDecoration:"underline"},{tag:vn.heading,fontWeight:"bold",color:wH},{tag:[vn.atom,vn.bool,vn.special(vn.variableName)],color:w$},{tag:[vn.processingInstruction,vn.string,vn.inserted],color:"#98c379"},{tag:vn.invalid,color:"#ffffff"}]))];var wY=pK.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),wX=function(e){void 0===e&&(e={});var{indentWithTab:t=!0,editable:n=!0,readOnly:r=!1,theme:i="light",placeholder:o="",basicSetup:s=!0}=e,l=[];switch(t&&l.unshift(p2.of([xC])),s&&("boolean"==typeof s?l.unshift(wN()):l.unshift(wN(s))),o&&l.unshift(fg.fromClass(class{constructor(e){this.view=e,this.placeholder=o?dL.set([dL.widget({widget:new mT(o),side:1}).range(0)]):dL.none}get decorations(){return this.view.state.doc.length?dL.none:this.placeholder}},{decorations:e=>e.decorations})),i){case"light":l.push(wY);break;case"dark":l.push(wK);break;case"none":break;default:l.push(i)}return!1===n&&l.push(pK.editable.of(!1)),r&&l.push(hm.readOnly.of(!0)),[...l]};class wQ{constructor(e,t){this.timeLeftMS=void 0,this.timeoutMS=void 0,this.isCancelled=!1,this.isTimeExhausted=!1,this.callbacks=[],this.timeLeftMS=t,this.timeoutMS=t,this.callbacks.push(e)}tick(){if(!this.isCancelled&&!this.isTimeExhausted&&(this.timeLeftMS--,this.timeLeftMS<=0)){this.isTimeExhausted=!0;var e=this.callbacks.slice();this.callbacks.length=0,e.forEach(e=>{try{e()}catch(e){console.error("TimeoutLatch callback error:",e)}})}}cancel(){this.isCancelled=!0,this.callbacks.length=0}reset(){this.timeLeftMS=this.timeoutMS,this.isCancelled=!1,this.isTimeExhausted=!1}get isDone(){return this.isCancelled||this.isTimeExhausted}}class wZ{constructor(){this.interval=null,this.latches=new Set}add(e){this.latches.add(e),this.start()}remove(e){this.latches.delete(e),0===this.latches.size&&this.stop()}start(){null===this.interval&&(this.interval=setInterval(()=>{this.latches.forEach(e=>{e.tick(),e.isDone&&this.remove(e)})},1))}stop(){null!==this.interval&&(clearInterval(this.interval),this.interval=null)}}var wJ=null,w0=hi.define(),w1=[],w2=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],w5=(0,R.forwardRef)((e,t)=>{var{className:n,value:r="",selection:i,extensions:o=[],onChange:s,onStatistics:l,onCreateEditor:a,onUpdate:c,autoFocus:u,theme:h="light",height:d,minHeight:f,maxHeight:p,width:m,minWidth:g,maxWidth:v,basicSetup:b,placeholder:x,indentWithTab:y,editable:w,readOnly:S,root:C,initialState:A}=e,k=(0,uc.A)(e,w2),M=(0,R.useRef)(null),{state:T,view:O,container:I,setContainer:E}=function(e){var{value:t,selection:n,onChange:r,onStatistics:i,onCreateEditor:o,onUpdate:s,extensions:l=w1,autoFocus:a,theme:c="light",height:u=null,minHeight:h=null,maxHeight:d=null,width:f=null,minWidth:p=null,maxWidth:m=null,placeholder:g="",editable:v=!0,readOnly:b=!1,indentWithTab:x=!0,basicSetup:y=!0,root:w,initialState:S}=e,[C,A]=(0,R.useState)(),[k,M]=(0,R.useState)(),[T,D]=(0,R.useState)(),O=(0,R.useState)(()=>({current:null}))[0],I=(0,R.useState)(()=>({current:null}))[0],E=pK.theme({"&":{height:u,minHeight:h,maxHeight:d,width:f,minWidth:p,maxWidth:m},"& .cm-scroller":{height:"100% !important"}}),P=[pK.updateListener.of(e=>{e.docChanged&&"function"==typeof r&&!e.transactions.some(e=>e.annotation(w0))&&(O.current?O.current.reset():(O.current=new wQ(()=>{if(I.current){var e=I.current;I.current=null,e()}O.current=null},200),("undefined"==typeof window?new wZ:(!wJ&&(wJ=new wZ),wJ)).add(O.current)),r(e.state.doc.toString(),e)),i&&i({line:e.state.doc.lineAt(e.state.selection.main.from),lineCount:e.state.doc.lines,lineBreak:e.state.lineBreak,length:e.state.doc.length,readOnly:e.state.readOnly,tabSize:e.state.tabSize,selection:e.state.selection,selectionAsSingle:e.state.selection.asSingle().main,ranges:e.state.selection.ranges,selectionCode:e.state.sliceDoc(e.state.selection.main.from,e.state.selection.main.to),selections:e.state.selection.ranges.map(t=>e.state.sliceDoc(t.from,t.to)),selectedText:e.state.selection.ranges.some(e=>!e.empty)})}),E,...wX({theme:c,editable:v,readOnly:b,placeholder:g,indentWithTab:x,basicSetup:y})];return s&&"function"==typeof s&&P.push(pK.updateListener.of(s)),P=P.concat(l),(0,R.useLayoutEffect)(()=>{if(C&&!T){var e={doc:t,selection:n,extensions:P},r=S?hm.fromJSON(S.json,e,S.fields):hm.create(e);if(D(r),!k){var i=new pK({state:r,parent:C,root:w});M(i),o&&o(i,r)}}return()=>{k&&(D(void 0),M(void 0))}},[C,T]),(0,R.useEffect)(()=>{e.container&&A(e.container)},[e.container]),(0,R.useEffect)(()=>()=>{k&&(k.destroy(),M(void 0)),O.current&&(O.current.cancel(),O.current=null)},[k]),(0,R.useEffect)(()=>{a&&k&&k.focus()},[a,k]),(0,R.useEffect)(()=>{k&&k.dispatch({effects:hl.reconfigure.of(P)})},[c,l,u,h,d,f,p,m,g,v,b,x,y,r,s]),(0,R.useEffect)(()=>{if(void 0!==t){var e=k?k.state.doc.toString():"";if(k&&t!==e){var n=O.current&&!O.current.isDone,r=()=>{k&&t!==k.state.doc.toString()&&k.dispatch({changes:{from:0,to:k.state.doc.toString().length,insert:t||""},annotations:[w0.of(!0)]})};n?I.current=r:r()}}},[t,k]),{state:T,setState:D,view:k,setView:M,container:C,setContainer:A}}({root:C,value:r,autoFocus:u,theme:h,height:d,minHeight:f,maxHeight:p,width:m,minWidth:g,maxWidth:v,basicSetup:b,placeholder:x,indentWithTab:y,editable:w,readOnly:S,selection:i,onChange:s,onStatistics:l,onCreateEditor:a,onUpdate:c,extensions:o,initialState:A});(0,R.useImperativeHandle)(t,()=>({editor:M.current,state:T,view:O}),[M,I,T,O]);var P=(0,R.useCallback)(e=>{M.current=e,E(e)},[E]);if("string"!=typeof r)throw Error("value must be typeof string but got "+typeof r);var j="string"==typeof h?"cm-theme-"+h:"cm-theme";return(0,D.jsx)("div",(0,ua.A)({ref:P,className:""+j+(n?" "+n:"")},k))});w5.displayName="CodeMirror";class w3{constructor(e,t,n,r,i,o,s,l,a,c=0,u){this.p=e,this.stack=t,this.state=n,this.reducePos=r,this.pos=i,this.score=o,this.buffer=s,this.bufferBase=l,this.curContext=a,this.lookAhead=c,this.parent=u}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 w3(e,[],t,n,n,0,[],0,r?new w4(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 s=i.dynamicPrecedence(r);if(s&&(this.score+=s),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 l=this.stack.length-(n-1)*3-(262144&e?6:0),a=l?this.stack[l-2]:this.p.ranges[0].from,c=this.reducePos-a;c>=2e3&&!(null==(t=this.p.parser.nodeSet.types[r])?void 0:t.isAnonymous)&&(a==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=c):this.p.lastBigReductionSize<c&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=a,this.p.lastBigReductionSize=c));let u=l?this.stack[l-1]:0,h=this.bufferBase+this.buffer.length-u;if(r<i.minRepeatTerm||131072&e){let e=i.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(r,a,e,h+4,!0)}if(262144&e)this.state=this.stack[l];else{let e=this.stack[l-3];this.state=i.getGoto(e,r,!0)}for(;this.stack.length>l;)this.stack.pop();this.reduceContext(r,a)}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 w3(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 w8(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 w4(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 w4{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class w8{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 w6{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 w6(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 w6(this.stack,this.pos,this.index)}}function w9(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 w7{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}let Se=new w7;class St{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=Se,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=Se,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 Sn{constructor(e,t){this.data=e,this.id=t}token(e,t){let{parser:n}=t.p;Sr(this.data,e,t,this.id,n.data,n.tokenPrecTable)}}function Sr(e,t,n,r,i,o){let s=0,l=1<<r,{dialect:a}=n.p.parser;n:for(;(l&e[s])!=0;){let n=e[s+1];for(let r=s+3;r<n;r+=2)if((e[r+1]&l)>0){let n=e[r];if(a.allows(n)&&(-1==t.token.value||t.token.value==n||function(e,t,n,r){let i=Si(n,r,t);return i<0||Si(n,r,e)<i}(n,t.token.value,i,o))){t.acceptToken(n);break}}let r=t.next,c=0,u=e[s+2];if(t.next<0&&u>c&&65535==e[n+3*u-3]){s=e[n+3*u-1];continue}for(;c<u;){let i=c+u>>1,o=n+i+(i<<1),l=e[o],a=e[o+1]||65536;if(r<l)u=i;else if(r>=a)c=i+1;else{s=e[o+2],t.advance();continue n}}break}}function Si(e,t,n){for(let r=t,i;65535!=(i=e[r]);r++)if(i==n)return r-t;return -1}Sn.prototype.contextual=Sn.prototype.fallback=Sn.prototype.extend=!1,(class{constructor(e,t,n){this.precTable=t,this.elseToken=n,this.data="string"==typeof e?w9(e):e}token(e,t){let n=e.pos,r=0;for(;;){let n=e.next<0,i=e.resolveOffset(1,1);if(Sr(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=Sn.prototype.fallback=Sn.prototype.extend=!1;let So="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG),Ss=null;function Sl(e,t,n){let r=e.cursor(M.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 Sa{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?Sl(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?Sl(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 gw){if(o==e){if(o<this.safeFrom)return null;let e=o+i.length;if(e<=this.safeTo){let t=i.prop(gp.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 Sc{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(e=>new w7)}getActions(e){let t=0,n=null,{parser:r}=e.p,{tokenizers:i}=r,o=r.stateSlot(e.state,3),s=e.curContext?e.curContext.hash:0,l=0;for(let r=0;r<i.length;r++){if((1<<r&o)==0)continue;let a=i[r],c=this.tokens[r];if((!n||a.fallback)&&((a.contextual||c.start!=e.pos||c.mask!=o||c.context!=s)&&(this.updateCachedToken(c,a,e),c.mask=o,c.context=s),c.lookAhead>c.end+25&&(l=Math.max(c.lookAhead,l)),0!=c.value)){let r=t;if(c.extended>-1&&(t=this.addActions(e,c.extended,c.end,t)),t=this.addActions(e,c.value,c.end,t),!a.extend&&(n=c,t>r))break}}for(;this.actions.length>t;)this.actions.pop();return l&&e.setLookAhead(l),n||e.pos!=this.stream.end||((n=new w7).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 w7,{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:s}=o;for(let e=0;e<2;e++)for(let l=o.stateSlot(i,e?2:1);;l+=3){if(65535==s[l])if(1==s[l+1])l=Sp(s,l+2);else{0==r&&2==s[l+1]&&(r=this.putAction(Sp(s,l+2),t,n,r));break}s[l]==t&&(r=this.putAction(Sp(s,l+1),t,n,r))}return r}}class Su{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 St(t,r),this.tokens=new Sc(e,this.stream),this.topTerm=e.top[1];let{from:i}=r[0];this.stacks=[w3.start(this,e.top[0],i)],this.fragments=n.length&&this.stream.end-i>4*e.bufferLength?new Sa(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 s=n[o];for(;;){if(this.tokens.mainToken=null,s.pos>r)i.push(s);else{if(this.advanceStack(s,i,n))continue;e||(e=[],t=[]),e.push(s);let r=this.tokens.getMainToken(s);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 So&&console.log("Finish with "+this.stackID(t)),this.stackToTree(t);if(this.parser.strict)throw So&&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 So&&console.log("Force-finish "+this.stackID(n)),this.stackToTree(n.forceAll())}if(this.recovering){let e=1==this.recovering?1:3*this.recovering;if(i.length>e)for(i.sort((e,t)=>t.score-e.score);i.length>e;)i.pop();i.some(e=>e.reducePos>r)&&this.recovering--}else if(i.length>1){i:for(let e=0;e<i.length-1;e++){let t=i[e];for(let n=e+1;n<i.length;n++){let r=i[n];if(t.sameState(r)||t.buffer.length>500&&r.buffer.length>500)if((t.score-r.score||t.buffer.length-r.buffer.length)>0)i.splice(n--,1);else{i.splice(e--,1);continue i}}}i.length>12&&i.splice(12,i.length-12)}this.minStackPos=i[0].pos;for(let e=1;e<i.length;e++)i[e].pos<this.minStackPos&&(this.minStackPos=i[e].pos);return null}stopAt(e){if(null!=this.stoppedAt&&this.stoppedAt<e)throw RangeError("Can't move stoppedAt forward");this.stoppedAt=e}advanceStack(e,t,n){let r=e.pos,{parser:i}=this,o=So?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 s=this.fragments.nodeAt(r);s;){let r=this.parser.nodeSet.types[s.type.id]==s.type?i.getGoto(e.state,s.type.id):-1;if(r>-1&&s.length&&(!t||(s.prop(gp.contextHash)||0)==n))return e.useNode(s,r),So&&console.log(o+this.stackID(e)+` (via reuse of ${i.getName(s.type.id)})`),!0;if(!(s instanceof gw)||0==s.children.length||s.positions[0]>0)break;let l=s.children[0];if(l instanceof gw&&0==s.positions[0])s=l;else break}}let s=i.stateSlot(e.state,4);if(s>0)return e.reduce(s),So&&console.log(o+this.stackID(e)+` (via always-reduce ${i.getName(65535&s)})`),!0;if(e.stack.length>=8400)for(;e.stack.length>6e3&&e.forceReduce(););let l=this.tokens.getActions(e);for(let s=0;s<l.length;){let a=l[s++],c=l[s++],u=l[s++],h=s==l.length||!n,d=h?e:e.split(),f=this.tokens.mainToken;if(d.apply(a,c,f?f.start:d.pos,u),So&&console.log(o+this.stackID(d)+` (via ${(65536&a)==0?"shift":`reduce of ${i.getName(65535&a)}`} for ${i.getName(c)} @ ${r}${d==e?"":", split"})`),h)return!0;d.pos>r?t.push(d):n.push(d)}return!1}advanceFully(e,t){let n=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>n)return Sh(e,t),!0}}runRecovery(e,t,n){let r=null,i=!1;for(let o=0;o<e.length;o++){let s=e[o],l=t[o<<1],a=t[(o<<1)+1],c=So?this.stackID(s)+" -> ":"";if(s.deadEnd&&(i||(i=!0,s.restart(),So&&console.log(c+this.stackID(s)+" (restarted)"),this.advanceFully(s,n))))continue;let u=s.split(),h=c;for(let e=0;u.forceReduce()&&e<10&&(So&&console.log(h+this.stackID(u)+" (via force-reduce)"),!this.advanceFully(u,n));e++)So&&(h=this.stackID(u)+" -> ");for(let e of s.recoverByInsert(l))So&&console.log(c+this.stackID(e)+" (via recover-insert)"),this.advanceFully(e,n);this.stream.end>s.pos?(a==s.pos&&(a++,l=0),s.recoverByDelete(l,a),So&&console.log(c+this.stackID(s)+` (via recover-delete ${this.parser.getName(l)})`),Sh(s,n)):(!r||r.score<s.score)&&(r=s)}return r}stackToTree(e){return e.close(),gw.build({buffer:w6.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=(Ss||(Ss=new WeakMap)).get(e);return t||Ss.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function Sh(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 Sd{constructor(e,t,n){this.source=e,this.flags=t,this.disabled=n}allows(e){return!this.disabled||0==this.disabled[e]}}class Sf extends gH{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=gp[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 s=-r;s>0;s--)i(t[n++],e,o);n++}}}this.nodeSet=new gb(t.map((t,i)=>gv.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=w9(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(Sm),this.states=w9(e.states,Uint32Array),this.data=w9(e.stateData),this.goto=w9(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(e=>"number"==typeof e?new Sn(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 Su(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,s=r[i++];if(o&&n)return s;for(let n=i+(t>>1);i<n;i++)if(r[i]==e)return s;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=Sp(n,i+2)];else if(2==n[i+1])return Sp(n,i+2);else break;if(o==t||0==o)return Sp(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=Sp(this.data,n+2);else break;r=t(Sp(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=Sp(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(Sf.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]=Sm(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 Sd(e,n,r)}static deserialize(e){return new Sf(e)}}function Sp(e,t){return e[t]|e[t+1]<<16}function Sm(e){if(e.external){let t=+!!e.extend;return(n,r)=>e.external(n,r)<<1|t}return e.get}let Sg=gG({String:vn.string,Number:vn.number,"True False":vn.bool,PropertyName:vn.propertyName,Null:vn.null,", :":vn.separator,"[ ]":vn.squareBracket,"{ }":vn.brace}),Sv=Sf.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:[Sg],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}),Sb=vl.define({name:"json",parser:Sv.configure({props:[vk.add({Object:vR({except:/^\s*\}/}),Array:vR({except:/^\s*\]/})}),vI.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 Sx(e){let t=(0,nJ.A)(),n="dark"===t.palette.mode,[r,i]=(0,R.useState)(()=>JSON.stringify(e.value,null,2)),[o,s]=(0,R.useState)(r);return(0,D.jsx)(w5,{...e,style:{border:`1px solid ${t.palette.divider}`},theme:n?"dark":"light",extensions:[new vb(Sb),function(e,t={}){return[ww.of({source:e,config:t}),wy,wF]}(e=>{try{JSON.parse(e.state.doc.toString())}catch(i){var t;let n;if(!(i instanceof SyntaxError))throw i;let r=(t=e.state.doc,(n=i.message.match(/at position (\d+)/))?Math.min(+n[1],t.length):(n=i.message.match(/at line (\d+) column (\d+)/))?Math.min(t.line(+n[1]).from+ +n[2]-1,t.length):0);return[{from:r,message:i.message,severity:"error",to:r}]}return[]}),function(e={}){return[wV.of(e),wP,wE,wB,wL]}()],value:r,onChange:t=>{i(t),e.onChange&&e.onChange(t)},onBlur:()=>{o!==r&&void 0!==e.onChange&&(e.onChange(r),s(r))},placeholder:e.placeholder})}var Sy=n(79215),Sw=n(86742),SS=n(42524),SC=n(10740);let SA=e=>{let{mode:t,url:n,name:r,newTabOpen:i,renderVariables:o,tooltip:s}=e;return(0,D.jsxs)(X.A,{direction:"column",gap:2,flexGrow:1,children:[(0,D.jsx)(l7,{label:n.label,error:n.error?.hasError,helperText:n.error?.helperText,onChange:n.onChange,placeholder:n.placeholder,multiline:!0,maxRows:5,required:!0,fullWidth:!0,value:n.value}),(r||s)&&(0,D.jsxs)(X.A,{gap:1,direction:"inline"===t?"row":"column",children:[r&&(0,D.jsx)(l7,{sx:{flexGrow:"1"},label:r.label,onChange:r?.onChange,placeholder:r?.placeholder,value:r?.value}),s&&(0,D.jsx)(l7,{sx:{flexGrow:"1"},label:s.label,onChange:s?.onChange,placeholder:s?.placeholder,value:s?.value})]}),(0,D.jsxs)(X.A,{direction:"row",gap:1,children:[o&&(0,D.jsx)(SC.A,{label:o.label,control:(0,D.jsx)(sY.A,{checked:o.value,onChange:e=>{o?.onChange(e.target.checked)}})}),(0,D.jsx)(SC.A,{label:i.label,control:(0,D.jsx)(sY.A,{checked:i.value,onChange:e=>{i?.onChange(e.target.checked)}})})]})]})};function Sk({control:e,...t}){let{fields:n,append:r,remove:i}=(0,Sy.useFieldArray)({control:e,name:"panelDefinition.spec.links"});return(0,D.jsxs)(X.A,{...t,gap:3,children:[n&&n.length>0?n.map((t,n)=>(0,D.jsxs)(R.Fragment,{children:[(0,D.jsxs)(X.A,{direction:"row",gap:1,alignItems:"center",children:[(0,D.jsx)(SM,{control:e,index:n}),(0,D.jsx)(Q.A,{style:{width:"fit-content",height:"fit-content"},onClick:()=>i(n),children:(0,D.jsx)(SS.default,{})})]}),(0,D.jsx)(us.A,{})]},t.id)):(0,D.jsx)(lk.A,{variant:"subtitle1",mb:2,fontStyle:"italic",children:"No links defined"}),(0,D.jsx)(Q.A,{style:{width:"fit-content",height:"fit-content"},onClick:()=>r({url:"",name:"",tooltip:"",renderVariables:!1,targetBlank:!1}),children:(0,D.jsx)(Sw.default,{})})]})}function SM({control:e,index:t}){let n={url:"",name:"",tooltip:"",renderVariables:!1,targetBlank:!1};return(0,D.jsx)(Sy.Controller,{control:e,name:`panelDefinition.spec.links.${t}`,render:({field:e,field:{value:t},fieldState:r})=>{let i=t??n;return(0,D.jsx)(SA,{mode:"inline",url:{value:i.url,label:"URL",error:{hasError:!!r.error,helperText:r.error?.message},onChange:n=>{e.onChange({...t,url:n})}},newTabOpen:{value:!!i.targetBlank,onChange:n=>{e.onChange({...t,targetBlank:n})},label:"Open in new tab"},name:{value:i.name??"",label:"Name",onChange:n=>{e.onChange({...t,name:n})}},renderVariables:{value:!!i.renderVariables,label:"Render variables",onChange:n=>{e.onChange({...t,renderVariables:n})}},tooltip:{value:i.tooltip??"",label:"Tooltip",onChange:n=>{e.onChange({...t,tooltip:n})}}})}})}let ST=[{id:"value",label:"Value"},{id:"percentage",label:"Percentage"}];function SD({disablePercentageMode:e,onChange:t,value:n="value"}){return(0,D.jsx)(ax,{label:"Mode",control:(0,D.jsx)(aA,{value:ST.find(e=>e.id===n),options:ST,getOptionLabel:e=>e.label,getOptionDisabled:t=>"percentage"===t.id&&e,onChange:(e,{id:n})=>{t(n)},disableClearable:!0})})}var SR=n(33313);function SO(e){let{message:t}=e;return(0,D.jsx)(X.A,{sx:{height:"100%",alignItems:"center",justifyContent:"center"},children:(0,D.jsx)(lk.A,{children:t})})}function SI(e){let{resource:t}=e;return(0,D.jsx)(SO,{message:`No ${t}`})}function SE(e){let{variant:t="rounded"}=e;return(0,D.jsx)(X.A,{sx:{height:"100%",alignItems:"center",justifyContent:"center",px:1},children:(0,D.jsx)(SR.A,{variant:t,width:"100%",height:"30%","aria-label":"Loading..."})})}let SP=[{id:"asc",label:"Ascending"},{id:"desc",label:"Descending"}];function Sj({onChange:e,value:t="desc"}){return(0,D.jsx)(ax,{label:"Sort",control:(0,D.jsx)(aA,{value:SP.find(e=>e.id===t),options:SP,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function SL({onChange:e,value:t,...n}){let r=t=>{e(t)};return(0,D.jsxs)(U,{"aria-label":"Sort",...n,children:[(0,D.jsx)(K.A,{onClick:()=>r(void 0),variant:void 0===t?"contained":"outlined",children:"None"}),(0,D.jsx)(K.A,{onClick:()=>r("asc"),variant:"asc"===t?"contained":"outlined",children:"Asc"}),(0,D.jsx)(K.A,{onClick:()=>r("desc"),variant:"desc"===t?"contained":"outlined",children:"Desc"})]})}var SB=n(61375),SF=n(31729);let SV=(0,n(68335).A)();var SN=n(86067);function SH({inputRef:e,label:t,color:n,value:r,mode:i,onChange:o,onColorChange:s,onBlur:l,onDelete:a}){let[c,u]=(0,R.useState)(0);return(0,D.jsxs)(X.A,{flex:1,direction:"row",alignItems:"center",justifyContent:"space-between",spacing:1,children:[(0,D.jsx)(nQ,{label:t,color:n,onColorChange:s}),(0,D.jsx)(ad.A,{htmlFor:t,children:t}),(0,D.jsx)(Z.A,{id:t,inputRef:e,type:"number",value:0===r?"":r,placeholder:"0",onChange:o,onBlur:l,onKeyDown:e=>{"Enter"===e.key&&(l(),u(c+1))},InputProps:{endAdornment:"percent"===i?(0,D.jsx)(n0.A,{paddingX:1,children:"%"}):void 0}},c),(0,D.jsx)(Q.A,{"aria-label":`delete threshold ${t}`,size:"small",onClick:a,children:(0,D.jsx)(SN.default,{})})]})}function Sz({thresholds:e,onChange:t,hideDefault:n,disablePercentMode:r}){let{thresholds:{defaultColor:i,palette:o}}=eB(),s=e?.defaultColor??i,[l,a]=(0,R.useState)(e?.steps);(0,R.useEffect)(()=>{a(e?.steps)},[e?.steps]);let c=(0,R.useRef)(null),u=(0,R.useRef)(!1);(0,R.useEffect)(()=>{c.current&&u.current&&(c.current?.focus(),u.current=!1)},[l?.length]);let h=()=>{if(void 0!==l){let n=[...l];n.sort((e,t)=>e.value-t.value),void 0!==e&&t((0,n2.jM)(e,e=>{e.steps=n}))}};return(0,D.jsxs)(aw,{title:"Thresholds",icon:(0,D.jsx)(ag,{description:"Add threshold",children:(0,D.jsx)(Q.A,{size:"small","aria-label":"add threshold",onClick:()=>{u.current=!0,void 0===e?t({steps:[{value:10}]}):e&&void 0===e.steps?t((0,n2.jM)(e,e=>{e.steps=[{value:10}]})):t((0,n2.jM)(e,e=>{let t=e.steps;if(t?.length){let e=t[t.length-1],n=o[t.length]??S_();t.push({color:n,value:(e?.value??0)+10})}else t&&t.push({value:10})}))},children:(0,D.jsx)(Sw.default,{})})}),children:[(0,D.jsx)(ax,{label:"Mode",description:"Percentage means thresholds relative to min & max",control:(0,D.jsxs)(SB.A,{exclusive:!0,disabled:r,value:e?.mode??"absolute",onChange:(n,r)=>{let i="percent"===r?"percent":void 0;void 0!==e?t((0,n2.jM)(e,e=>{e.mode=i})):t({mode:i})},sx:{height:"36px",marginLeft:"auto"},children:[(0,D.jsx)(SF.A,{"aria-label":"absolute",value:"absolute",sx:{fontWeight:500},children:"Absolute"}),(0,D.jsx)(SF.A,{"aria-label":"percent",value:"percent",sx:{fontWeight:500},children:"Percent"})]})}),l&&l.map((n,r)=>(0,D.jsx)(SH,{inputRef:r===l.length-1?c:void 0,label:`T${r+1}`,color:n.color??o[r]??s,value:n.value,mode:e?.mode,onColorChange:n=>{void 0!==e&&t((0,n2.jM)(e,e=>{if(void 0!==e.steps){let t=e.steps[r];t&&(t.color=n)}}))},onChange:e=>{a((0,n2.jM)(l,t=>{let n=t?.[r];n&&(n.value=Number(e.target.value))}))},onDelete:()=>{void 0!==e&&t((0,n2.jM)(e,e=>{e.steps&&e.steps.splice(r,1)}))},onBlur:h},r)).reverse(),!n&&(0,D.jsxs)(SV,{flex:1,direction:"row",alignItems:"center",spacing:1,children:[(0,D.jsx)(nQ,{label:"default",color:s,onColorChange:n=>{void 0!==e?t((0,n2.jM)(e,e=>{e.defaultColor=n})):t({defaultColor:n})}}),(0,D.jsx)(lk.A,{children:"Default"})]})]})}let S_=()=>"#"+Math.floor(0x1000000*Math.random()).toString(16).padStart(6,"0");var S$=n(24300),SW=n(26684),Sq=n(51327),SG=n(87169),SU=n(93724);function SK({props:e,name:t}){return(0,Sq.A)({props:e,name:t,defaultTheme:SG.A,themeId:SU.A})}let SY=["localeText"],SX=R.createContext(null),SQ=function(e){let{localeText:t}=e,n=(0,uc.A)(e,SY),{utils:r,localeText:i}=R.useContext(SX)??{utils:void 0,localeText:void 0},{children:o,dateAdapter:s,dateFormats:l,dateLibInstance:a,adapterLocale:c,localeText:u}=SK({props:n,name:"MuiLocalizationProvider"}),h=R.useMemo(()=>(0,ua.A)({},u,i,t),[u,i,t]),d=R.useMemo(()=>{if(!s)return r||null;let e=new s({locale:c,formats:l,instance:a});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(`
6
+ `));return e},[s,c,l,a,r]),f=R.useMemo(()=>d?{minDate:d.date("1900-01-01T00:00:00.000"),maxDate:d.date("2099-12-31T00:00:00.000")}:null,[d]),p=R.useMemo(()=>({utils:d,defaultDates:f,localeText:h}),[f,d,h]);return(0,D.jsx)(SX.Provider,{value:p,children:o})};var SZ=n(62688),SJ=n.n(SZ);let S0={previousMonth:"Previous month",nextMonth:"Next month",openPreviousView:"Open previous view",openNextView:"Open next view",calendarViewSwitchingButtonAriaLabel:e=>"year"===e?"year view is open, switch to calendar view":"calendar view is open, switch to year view",start:"Start",end:"End",startDate:"Start date",startTime:"Start time",endDate:"End date",endTime:"End time",cancelButtonLabel:"Cancel",clearButtonLabel:"Clear",okButtonLabel:"OK",todayButtonLabel:"Today",datePickerToolbarTitle:"Select date",dateTimePickerToolbarTitle:"Select date & time",timePickerToolbarTitle:"Select time",dateRangePickerToolbarTitle:"Select date range",clockLabelText:(e,t,n,r)=>`Select ${e}. ${!r&&(null===t||!n.isValid(t))?"No time selected":`Selected time is ${r??n.format(t,"fullTime")}`}`,hoursClockNumberText:e=>`${e} hours`,minutesClockNumberText:e=>`${e} minutes`,secondsClockNumberText:e=>`${e} seconds`,selectViewText:e=>`Select ${e}`,calendarWeekNumberHeaderLabel:"Week number",calendarWeekNumberHeaderText:"#",calendarWeekNumberAriaLabelText:e=>`Week ${e}`,calendarWeekNumberText:e=>`${e}`,openDatePickerDialogue:(e,t,n)=>n||null!==e&&t.isValid(e)?`Choose date, selected date is ${n??t.format(e,"fullDate")}`:"Choose date",openTimePickerDialogue:(e,t,n)=>n||null!==e&&t.isValid(e)?`Choose time, selected time is ${n??t.format(e,"fullTime")}`:"Choose time",fieldClearLabel:"Clear",timeTableLabel:"pick time",dateTableLabel:"pick date",fieldYearPlaceholder:e=>"Y".repeat(e.digitAmount),fieldMonthPlaceholder:e=>"letter"===e.contentType?"MMMM":"MM",fieldDayPlaceholder:()=>"DD",fieldWeekDayPlaceholder:e=>"letter"===e.contentType?"EEEE":"EE",fieldHoursPlaceholder:()=>"hh",fieldMinutesPlaceholder:()=>"mm",fieldSecondsPlaceholder:()=>"ss",fieldMeridiemPlaceholder:()=>"aa",year:"Year",month:"Month",day:"Day",weekDay:"Week day",hours:"Hours",minutes:"Minutes",seconds:"Seconds",meridiem:"Meridiem",empty:"Empty"};(0,ua.A)({},S0);let S1=()=>{let e=R.useContext(SX);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=R.useMemo(()=>(0,ua.A)({},S0,e.localeText),[e.localeText]);return R.useMemo(()=>(0,ua.A)({},e,{localeText:t}),[e,t])},S2=e=>{let t=S1().utils,n=R.useRef(void 0);return void 0===n.current&&(n.current=t.date(void 0,e)),n.current},S5=(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))},S3=({date:e,disableFuture:t,disablePast:n,maxDate:r,minDate:i,isDateDisabled:o,utils:s,timezone:l})=>{let a=S5(s,s.date(void 0,l),e);n&&s.isBefore(i,a)&&(i=a),t&&s.isAfter(r,a)&&(r=a);let c=e,u=e;for(s.isBefore(e,i)&&(c=i,u=null),s.isAfter(e,r)&&(u&&(u=r),c=null);c||u;){if(c&&s.isAfter(c,r)&&(c=null),u&&s.isBefore(u,i)&&(u=null),c){if(!o(c))return c;c=s.addDays(c,1)}if(u){if(!o(u))return u;u=s.addDays(u,-1)}}return null},S4=(e,t,n)=>null!=t&&e.isValid(t)?t:n,S8=(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},S6=(e,t,n)=>"date"===n?e.startOfDay(e.date(void 0,t)):e.date(void 0,t),S9=(e,t)=>{let n=e.setHours(e.date(),"am"===t?2:14);return e.format(n,"meridiem")},S7=["year","month","day"],Ce=e=>S7.includes(e);var Ct=n(33868),Cn=n(87034),Cr=n(22857);let Ci=(0,s9.A)((0,D.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),Co=(0,s9.A)((0,D.jsx)("path",{d:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}),"ArrowLeft"),Cs=(0,s9.A)((0,D.jsx)("path",{d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"ArrowRight");(0,s9.A)((0,D.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,s9.A)((0,D.jsxs)(R.Fragment,{children:[(0,D.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,D.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Clock");let Cl=(0,s9.A)((0,D.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"),Ca=(0,s9.A)((0,D.jsxs)(R.Fragment,{children:[(0,D.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,D.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Time"),Cc=(0,s9.A)((0,D.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");function Cu(e){return(0,z.Ay)("MuiDateTimePickerTabs",e)}(0,H.A)("MuiDateTimePickerTabs",["root"]);let Ch=(0,B.A)(Cn.A,{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}`,[`& .${Cr.A.indicator}`]:{bottom:"auto",top:0}}})),Cd=function(e){let t=SK({props:e,name:"MuiDateTimePickerTabs"}),{dateIcon:n=(0,D.jsx)(Cl,{}),onViewChange:r,timeIcon:i=(0,D.jsx)(Ca,{}),view:o,hidden:s="undefined"==typeof window||window.innerHeight<667,className:l,sx:a}=t,c=S1().localeText,u=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"]},Cu,t)})(t);return s?null:(0,D.jsxs)(Ch,{ownerState:t,variant:"fullWidth",value:Ce(o)?"date":"time",onChange:(e,t)=>{r("date"===t?"day":"hours")},className:(0,I.A)(l,u.root),sx:a,children:[(0,D.jsx)(Ct.A,{value:"date","aria-label":c.dateTableLabel,icon:(0,D.jsx)(R.Fragment,{children:n})}),(0,D.jsx)(Ct.A,{value:"time","aria-label":c.timeTableLabel,icon:(0,D.jsx)(R.Fragment,{children:i})})]})};function Cf(e){return(0,z.Ay)("MuiPickersToolbarText",e)}let Cp=(0,H.A)("MuiPickersToolbarText",["root","selected"]),Cm=["className","selected","value"],Cg=(0,B.A)(lk.A,{name:"MuiPickersToolbarText",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${Cp.selected}`]:t.selected}]})(({theme:e})=>({transition:e.transitions.create("color"),color:(e.vars||e).palette.text.secondary,[`&.${Cp.selected}`]:{color:(e.vars||e).palette.text.primary}})),Cv=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersToolbarText"}),{className:r,value:i}=n,o=(0,uc.A)(n,Cm),s=(e=>{let{classes:t,selected:n}=e;return(0,E.A)({root:["root",n&&"selected"]},Cf,t)})(n);return(0,D.jsx)(Cg,(0,ua.A)({ref:t,className:(0,I.A)(s.root,r),component:"span"},o,{children:i}))});function Cb(e){return(0,z.Ay)("MuiPickersToolbar",e)}let Cx=(0,H.A)("MuiPickersToolbar",["root","content"]),Cy=["children","className","toolbarTitle","hidden","titleId","isLandscape","classes","landscapeDirection"],Cw=(0,B.A)("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"}}]})),CS=(0,B.A)("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"}}]}),CC=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersToolbar"}),{children:r,className:i,toolbarTitle:o,hidden:s,titleId:l}=n,a=(0,uc.A)(n,Cy),c=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],content:["content"]},Cb,t)})(n);return s?null:(0,D.jsxs)(Cw,(0,ua.A)({ref:t,className:(0,I.A)(c.root,i),ownerState:n},a,{children:[(0,D.jsx)(lk.A,{color:"text.secondary",variant:"overline",id:l,children:o}),(0,D.jsx)(CS,{className:c.content,ownerState:n,children:r})]}))}),CA=["align","className","selected","typographyClassName","value","variant","width"],Ck=(0,B.A)(K.A,{name:"MuiPickersToolbarButton",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,minWidth:16,textTransform:"none"}),CM=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersToolbarButton"}),{align:r,className:i,selected:o,typographyClassName:s,value:l,variant:a,width:c}=n,u=(0,uc.A)(n,CA),h=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"]},Cb,t)})(n);return(0,D.jsx)(Ck,(0,ua.A)({variant:"text",ref:t,className:(0,I.A)(h.root,i)},c?{sx:{width:c}}:{},u,{children:(0,D.jsx)(Cv,{align:r,className:s,variant:a,value:l,selected:o})}))});function CT(e){return(0,z.Ay)("MuiDateTimePickerToolbar",e)}let CD=(0,H.A)("MuiDateTimePickerToolbar",["root","dateContainer","timeContainer","timeDigitsContainer","separator","timeLabelReverse","ampmSelection","ampmLandscape","ampmLabel"]),CR=["hours","minutes","seconds"],CO=e=>CR.includes(e),CI=(e,t,n)=>n&&(e>=12?"pm":"am")!==t?"am"===t?e-12:e+12:e,CE=(e,t)=>3600*t.getHours(e)+60*t.getMinutes(e)+t.getSeconds(e),CP=(e,t)=>(n,r)=>e?t.isAfter(n,r):CE(n,t)>CE(r,t);function Cj(e,t,n,r){let i=S1().utils;return{meridiemMode:e?i.getHours(e)>=12?"pm":"am":null,handleMeridiemChange:R.useCallback(o=>{var s;let l;n(null==e?null:(s=!!t,l=CI(i.getHours(e),o,s),i.setHours(e,l)),r??"partial")},[t,e,n,r,i])}}let CL=["ampm","ampmInClock","value","onChange","view","isLandscape","onViewChange","toolbarFormat","toolbarPlaceholder","views","disabled","readOnly","toolbarVariant","toolbarTitle","className"],CB=(0,B.A)(CC,{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}`,[`& .${Cx.content} .${Cp.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}}]})),CF=(0,B.A)("div",{name:"MuiDateTimePickerToolbar",slot:"DateContainer",overridesResolver:(e,t)=>t.dateContainer})({display:"flex",flexDirection:"column",alignItems:"flex-start"}),CV=(0,B.A)("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"}}]}),CN=(0,B.A)("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}}]}),CH=(0,B.A)(Cv,{name:"MuiDateTimePickerToolbar",slot:"Separator",overridesResolver:(e,t)=>t.separator})({margin:"0 4px 0 2px",cursor:"default",variants:[{props:{toolbarVariant:"desktop"},style:{margin:0}}]}),Cz=(0,B.A)("div",{name:"MuiDateTimePickerToolbar",slot:"AmPmSelection",overridesResolver:(e,t)=>[{[`.${CD.ampmLabel}`]:t.ampmLabel},{[`&.${CD.ampmLandscape}`]:t.ampmLandscape},t.ampmSelection]})({display:"flex",flexDirection:"column",marginRight:"auto",marginLeft:12,[`& .${CD.ampmLabel}`]:{fontSize:17},variants:[{props:{isLandscape:!0},style:{margin:"4px 0 auto",flexDirection:"row",justifyContent:"space-around",width:"100%"}}]});function C_(e){let t=SK({props:e,name:"MuiDateTimePickerToolbar"}),{ampm:n,ampmInClock:r,value:i,onChange:o,view:s,isLandscape:l,onViewChange:a,toolbarFormat:c,toolbarPlaceholder:u="––",views:h,disabled:d,readOnly:f,toolbarVariant:p="mobile",toolbarTitle:m,className:g}=t,v=(0,uc.A)(t,CL),b=(0,s4.I)(),x=(0,ua.A)({},t,{isRtl:b}),y=S1().utils,{meridiemMode:w,handleMeridiemChange:S}=Cj(i,n,o),C=!!(n&&!r),A="desktop"===p,k=S1().localeText,M=(e=>{let{classes:t,isLandscape:n,isRtl:r}=e;return(0,E.A)({root:["root"],dateContainer:["dateContainer"],timeContainer:["timeContainer",r&&"timeLabelReverse"],timeDigitsContainer:["timeDigitsContainer",r&&"timeLabelReverse"],separator:["separator"],ampmSelection:["ampmSelection",n&&"ampmLandscape"],ampmLabel:["ampmLabel"]},CT,t)})(x),T=m??k.dateTimePickerToolbarTitle,O=R.useMemo(()=>i?c?y.formatByString(i,c):y.format(i,"shortDate"):u,[i,c,u,y]);return(0,D.jsxs)(CB,(0,ua.A)({isLandscape:l,className:(0,I.A)(M.root,g),toolbarTitle:T},v,{ownerState:x,children:[(0,D.jsxs)(CF,{className:M.dateContainer,ownerState:x,children:[h.includes("year")&&(0,D.jsx)(CM,{tabIndex:-1,variant:"subtitle1",onClick:()=>a("year"),selected:"year"===s,value:i?y.format(i,"year"):"–"}),h.includes("day")&&(0,D.jsx)(CM,{tabIndex:-1,variant:A?"h5":"h4",onClick:()=>a("day"),selected:"day"===s,value:O})]}),(0,D.jsxs)(CV,{className:M.timeContainer,ownerState:x,children:[(0,D.jsxs)(CN,{className:M.timeDigitsContainer,ownerState:x,children:[h.includes("hours")&&(0,D.jsxs)(R.Fragment,{children:[(0,D.jsx)(CM,{variant:A?"h5":"h3",width:A&&!l?48:void 0,onClick:()=>a("hours"),selected:"hours"===s,value:i?n?y.format(i,"hours12h"):y.format(i,"hours24h"):"--"}),(0,D.jsx)(CH,{variant:A?"h5":"h3",value:":",className:M.separator,ownerState:x}),(0,D.jsx)(CM,{variant:A?"h5":"h3",width:A&&!l?48:void 0,onClick:()=>a("minutes"),selected:"minutes"===s||!h.includes("minutes")&&"hours"===s,value:i?y.format(i,"minutes"):"--",disabled:!h.includes("minutes")})]}),h.includes("seconds")&&(0,D.jsxs)(R.Fragment,{children:[(0,D.jsx)(CH,{variant:A?"h5":"h3",value:":",className:M.separator,ownerState:x}),(0,D.jsx)(CM,{variant:A?"h5":"h3",width:A&&!l?48:void 0,onClick:()=>a("seconds"),selected:"seconds"===s,value:i?y.format(i,"seconds"):"--"})]})]}),C&&!A&&(0,D.jsxs)(Cz,{className:M.ampmSelection,ownerState:x,children:[(0,D.jsx)(CM,{variant:"subtitle2",selected:"am"===w,typographyClassName:M.ampmLabel,value:S9(y,"am"),onClick:f?void 0:()=>S("am"),disabled:d}),(0,D.jsx)(CM,{variant:"subtitle2",selected:"pm"===w,typographyClassName:M.ampmLabel,value:S9(y,"pm"),onClick:f?void 0:()=>S("pm"),disabled:d})]}),n&&A&&(0,D.jsx)(CM,{variant:"h5",onClick:()=>a("meridiem"),selected:"meridiem"===s,value:i&&w?S9(y,w):"--",width:48})]})]}))}var C$=n(54553),CW=n(77893);function Cq(e){return(0,z.Ay)("MuiPickersArrowSwitcher",e)}(0,H.A)("MuiPickersArrowSwitcher",["root","spacer","button","previousIconButton","nextIconButton","leftArrowIcon","rightArrowIcon"]);let CG=["children","className","slots","slotProps","isNextDisabled","isNextHidden","onGoToNext","nextLabel","isPreviousDisabled","isPreviousHidden","onGoToPrevious","previousLabel","labelId"],CU=["ownerState"],CK=["ownerState"],CY=(0,B.A)("div",{name:"MuiPickersArrowSwitcher",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex"}),CX=(0,B.A)("div",{name:"MuiPickersArrowSwitcher",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})(({theme:e})=>({width:e.spacing(3)})),CQ=(0,B.A)(Q.A,{name:"MuiPickersArrowSwitcher",slot:"Button",overridesResolver:(e,t)=>t.button})({variants:[{props:{hidden:!0},style:{visibility:"hidden"}}]}),CZ=R.forwardRef(function(e,t){let n=(0,s4.I)(),r=SK({props:e,name:"MuiPickersArrowSwitcher"}),{children:i,className:o,slots:s,slotProps:l,isNextDisabled:a,isNextHidden:c,onGoToNext:u,nextLabel:h,isPreviousDisabled:d,isPreviousHidden:f,onGoToPrevious:p,previousLabel:m,labelId:g}=r,v=(0,uc.A)(r,CG),b=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],spacer:["spacer"],button:["button"],previousIconButton:["previousIconButton"],nextIconButton:["nextIconButton"],leftArrowIcon:["leftArrowIcon"],rightArrowIcon:["rightArrowIcon"]},Cq,t)})(r),x=s?.previousIconButton??CQ,y=(0,CW.A)({elementType:x,externalSlotProps:l?.previousIconButton,additionalProps:{size:"medium",title:m,"aria-label":m,disabled:d,edge:"end",onClick:p},ownerState:(0,ua.A)({},r,{hidden:f}),className:(0,I.A)(b.button,b.previousIconButton)}),w=s?.nextIconButton??CQ,S=(0,CW.A)({elementType:w,externalSlotProps:l?.nextIconButton,additionalProps:{size:"medium",title:h,"aria-label":h,disabled:a,edge:"start",onClick:u},ownerState:(0,ua.A)({},r,{hidden:c}),className:(0,I.A)(b.button,b.nextIconButton)}),C=s?.leftArrowIcon??Co,A=(0,CW.A)({elementType:C,externalSlotProps:l?.leftArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:b.leftArrowIcon}),k=(0,uc.A)(A,CU),M=s?.rightArrowIcon??Cs,T=(0,CW.A)({elementType:M,externalSlotProps:l?.rightArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:r,className:b.rightArrowIcon}),R=(0,uc.A)(T,CK);return(0,D.jsxs)(CY,(0,ua.A)({ref:t,className:(0,I.A)(b.root,o),ownerState:r},v,{children:[(0,D.jsx)(x,(0,ua.A)({},y,{children:n?(0,D.jsx)(M,(0,ua.A)({},R)):(0,D.jsx)(C,(0,ua.A)({},k))})),i?(0,D.jsx)(lk.A,{variant:"subtitle1",component:"span",id:g,children:i}):(0,D.jsx)(CX,{className:b.spacer,ownerState:r}),(0,D.jsx)(w,(0,ua.A)({},S,{children:n?(0,D.jsx)(C,(0,ua.A)({},k)):(0,D.jsx)(M,(0,ua.A)({},R))}))]}))});var CJ=n(83183),C0=n(89369);function C1({onChange:e,onViewChange:t,openTo:n,view:r,views:i,autoFocus:o,focusedView:s,onFocusedViewChange:l}){let a=R.useRef(n),c=R.useRef(i),u=R.useRef(i.includes(n)?n:i[0]),[h,d]=(0,C0.A)({name:"useViews",state:"view",controlled:r,default:u.current}),f=R.useRef(o?h:null),[p,m]=(0,C0.A)({name:"useViews",state:"focusedView",controlled:s,default:f.current});R.useEffect(()=>{(a.current&&a.current!==n||c.current&&c.current.some(e=>!i.includes(e)))&&(d(i.includes(n)?n:i[0]),c.current=i,a.current=n)},[n,d,h,i]);let g=i.indexOf(h),v=i[g-1]??null,b=i[g+1]??null,x=(0,CJ.A)((e,t)=>{t?m(e):m(t=>e===t?null:t),l?.(e,t)}),y=(0,CJ.A)(e=>{x(e,!0),e!==h&&(d(e),t&&t(e))}),w=(0,CJ.A)(()=>{b&&y(b)}),S=(0,CJ.A)((t,n,r)=>{let o="finish"===n,s=r?i.indexOf(r)<i.length-1:!!b;if(e(t,o&&s?"partial":n,r),r&&r!==h){let e=i[i.indexOf(r)+1];e&&y(e)}else o&&w()});return{view:h,setView:y,focusedView:p,setFocusedView:x,nextView:b,previousView:v,defaultView:i.includes(n)?n:i[0],goToNextView:w,setValueAndGoToNextView:S}}let C2=(0,B.A)("div")({overflow:"hidden",width:320,maxHeight:336,display:"flex",flexDirection:"column",margin:"0 auto"});function C5(e){return(0,z.Ay)("MuiTimeClock",e)}(0,H.A)("MuiTimeClock",["root","arrowSwitcher"]);var C3=n(31789);function C4(e){return(0,z.Ay)("MuiClockPointer",e)}(0,H.A)("MuiClockPointer",["root","thumb"]);let C8=["className","hasSelected","isInner","type","viewValue"],C6=(0,B.A)("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"])}}]})),C9=(0,B.A)("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 C7(e){let t,n=SK({props:e,name:"MuiClockPointer"}),{className:r,isInner:i,type:o,viewValue:s}=n,l=(0,uc.A)(n,C8),a=R.useRef(o);R.useEffect(()=>{a.current=o},[o]);let c=(0,ua.A)({},n,{shouldAnimate:a.current!==o}),u=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],thumb:["thumb"]},C4,t)})(c);return(0,D.jsx)(C6,(0,ua.A)({style:(t=360/("hours"===o?12:60)*s,"hours"===o&&s>12&&(t-=360),{height:Math.round((i?.26:.4)*220),transform:`rotateZ(${t}deg)`}),className:(0,I.A)(u.root,r),ownerState:c},l,{children:(0,D.jsx)(C9,{ownerState:c,className:u.thumb})}))}let Ae=110,At=110,An=Ae,Ar=0,Ai=An-Ae,Ao=Ar-At,As=(e,t,n)=>{let r=t-Ae,i=n-At,o=180/Math.PI*(Math.atan2(Ai,Ao)-Math.atan2(r,i));return{value:Math.floor((o=Math.round(o/e)*e%360)/e)||0,distance:Math.sqrt(r**2+i**2)}};function Al(e){return(0,z.Ay)("MuiClock",e)}(0,H.A)("MuiClock",["root","clock","wrapper","squareMask","pin","amButton","pmButton","meridiemText","selected"]);let Aa=(0,B.A)("div",{name:"MuiClock",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",margin:e.spacing(2)})),Ac=(0,B.A)("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"}),Au=(0,B.A)("div",{name:"MuiClock",slot:"Wrapper",overridesResolver:(e,t)=>t.wrapper})({"&:focus":{outline:"none"}}),Ah=(0,B.A)("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"}}}]}),Ad=(0,B.A)("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%)"})),Af=(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}}}]}),Ap=(0,B.A)(Q.A,{name:"MuiClock",slot:"AmButton",overridesResolver:(e,t)=>t.amButton})(({theme:e})=>(0,ua.A)({},Af(e,"am"),{position:"absolute",left:8})),Am=(0,B.A)(Q.A,{name:"MuiClock",slot:"PmButton",overridesResolver:(e,t)=>t.pmButton})(({theme:e})=>(0,ua.A)({},Af(e,"pm"),{position:"absolute",right:8})),Ag=(0,B.A)(lk.A,{name:"MuiClock",slot:"meridiemText",overridesResolver:(e,t)=>t.meridiemText})({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});function Av(e){let t=SK({props:e,name:"MuiClock"}),{ampm:n,ampmInClock:r,autoFocus:i,children:o,value:s,handleMeridiemChange:l,isTimeDisabled:a,meridiemMode:c,minutesStep:u=1,onChange:h,selectedId:d,type:f,viewValue:p,viewRange:[m,g],disabled:v=!1,readOnly:b,className:x}=t,y=S1().utils,w=S1().localeText,S=R.useRef(!1),C=(e=>{let{classes:t,meridiemMode:n}=e;return(0,E.A)({root:["root"],clock:["clock"],wrapper:["wrapper"],squareMask:["squareMask"],pin:["pin"],amButton:["amButton","am"===n&&"selected"],pmButton:["pmButton","pm"===n&&"selected"],meridiemText:["meridiemText"]},Al,t)})(t),A=a(p,f),k=!n&&"hours"===f&&(p<1||p>12),M=(e,t)=>{v||b||a(e,f)||h(e,t)},T=(e,t)=>{let{offsetX:r,offsetY:i}=e;if(void 0===r){let t=e.target.getBoundingClientRect();r=e.changedTouches[0].clientX-t.left,i=e.changedTouches[0].clientY-t.top}M("seconds"===f||"minutes"===f?((e,t,n=1)=>{let{value:r}=As(6*n,e,t);return r*n%60})(r,i,u):((e,t,n)=>{let{value:r,distance:i}=As(30,e,t),o=r||12;return n?o%=12:i<74&&(o+=12,o%=24),o})(r,i,!!n),t)},O=e=>{S.current=!0,T(e,"shallow")},P=R.useMemo(()=>"hours"===f||p%5==0,[f,p]),j="minutes"===f?u:1,L=R.useRef(null);(0,C3.A)(()=>{i&&L.current.focus()},[i]);let B=e=>Math.max(m,Math.min(g,e)),F=e=>(e+(g+1))%(g+1);return(0,D.jsxs)(Aa,{className:(0,I.A)(C.root,x),children:[(0,D.jsxs)(Ac,{className:C.clock,children:[(0,D.jsx)(Ah,{onTouchMove:O,onTouchStart:O,onTouchEnd:e=>{S.current&&(T(e,"finish"),S.current=!1),e.preventDefault()},onMouseUp:e=>{S.current&&(S.current=!1),T(e.nativeEvent,"finish")},onMouseMove:e=>{e.buttons>0&&T(e.nativeEvent,"shallow")},ownerState:{disabled:v},className:C.squareMask}),!A&&(0,D.jsxs)(R.Fragment,{children:[(0,D.jsx)(Ad,{className:C.pin}),null!=s&&(0,D.jsx)(C7,{type:f,viewValue:p,isInner:k,hasSelected:P})]}),(0,D.jsx)(Au,{"aria-activedescendant":d,"aria-label":w.clockLabelText(f,s,y,null==s?null:y.format(s,"fullTime")),ref:L,role:"listbox",onKeyDown:e=>{if(!S.current)switch(e.key){case"Home":M(m,"partial"),e.preventDefault();break;case"End":M(g,"partial"),e.preventDefault();break;case"ArrowUp":M(F(p+j),"partial"),e.preventDefault();break;case"ArrowDown":M(F(p-j),"partial"),e.preventDefault();break;case"PageUp":M(B(p+5),"partial"),e.preventDefault();break;case"PageDown":M(B(p-5),"partial"),e.preventDefault();break;case"Enter":case" ":M(p,"finish"),e.preventDefault()}},tabIndex:0,className:C.wrapper,children:o})]}),n&&r&&(0,D.jsxs)(R.Fragment,{children:[(0,D.jsx)(Ap,{onClick:b?void 0:()=>l("am"),disabled:v||null===c,ownerState:t,className:C.amButton,title:S9(y,"am"),children:(0,D.jsx)(Ag,{variant:"caption",className:C.meridiemText,children:S9(y,"am")})}),(0,D.jsx)(Am,{disabled:v||null===c,onClick:b?void 0:()=>l("pm"),ownerState:t,className:C.pmButton,title:S9(y,"pm"),children:(0,D.jsx)(Ag,{variant:"caption",className:C.meridiemText,children:S9(y,"pm")})})]})]})}function Ab(e){return(0,z.Ay)("MuiClockNumber",e)}let Ax=(0,H.A)("MuiClockNumber",["root","selected","disabled"]),Ay=["className","disabled","index","inner","label","selected"],Aw=(0,B.A)("span",{name:"MuiClockNumber",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${Ax.disabled}`]:t.disabled},{[`&.${Ax.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},[`&.${Ax.selected}`]:{color:(e.vars||e).palette.primary.contrastText},[`&.${Ax.disabled}`]:{pointerEvents:"none",color:(e.vars||e).palette.text.disabled},variants:[{props:{inner:!0},style:(0,ua.A)({},e.typography.body2,{color:(e.vars||e).palette.text.secondary})}]}));function AS(e){let t=SK({props:e,name:"MuiClockNumber"}),{className:n,disabled:r,index:i,inner:o,label:s,selected:l}=t,a=(0,uc.A)(t,Ay),c=(e=>{let{classes:t,selected:n,disabled:r}=e;return(0,E.A)({root:["root",n&&"selected",r&&"disabled"]},Ab,t)})(t),u=i%12/12*Math.PI*2-Math.PI/2,h=91*(o?.65:1),d=Math.round(Math.cos(u)*h),f=Math.round(Math.sin(u)*h);return(0,D.jsx)(Aw,(0,ua.A)({className:(0,I.A)(c.root,n),"aria-disabled":!!r||void 0,"aria-selected":!!l||void 0,role:"option",style:{transform:`translate(${d}px, ${f+92}px`},ownerState:t},a,{children:s}))}let AC=({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],s)=>{let l=e===t;return(0,D.jsx)(AS,{label:o,id:l?i:void 0,index:s+1,inner:!1,disabled:n(e),selected:l,"aria-label":r(o)},e)})},AA=({timezone:e,value:t,defaultValue:n,referenceDate:r,onChange:i,valueManager:o})=>{let s,l=S1().utils,a=R.useRef(n),c=t??a.current??o.emptyValue,u=R.useMemo(()=>o.getTimezone(l,c),[l,o,c]),h=(0,CJ.A)(e=>null==u?e:o.setTimezone(l,u,e));return s=e||u||(r?l.getTimezone(r):"default"),{value:R.useMemo(()=>o.setTimezone(l,s,c),[o,l,s,c]),handleValueChange:(0,CJ.A)((e,...t)=>{let n=h(e);i?.(n,...t)}),timezone:s}},Ak=({name:e,timezone:t,value:n,defaultValue:r,referenceDate:i,onChange:o,valueManager:s})=>{let[l,a]=(0,C0.A)({name:e,state:"value",controlled:n,default:r??s.emptyValue});return AA({timezone:t,value:l,defaultValue:void 0,referenceDate:i,onChange:(0,CJ.A)((e,...t)=>{a(e),o?.(e,...t)}),valueManager:s})},AM={year:1,month:2,day:3,hours:4,minutes:5,seconds:6,milliseconds:7},AT=(e,t,n)=>{if(t===AM.year)return e.startOfYear(n);if(t===AM.month)return e.startOfMonth(n);if(t===AM.day)return e.startOfDay(n);let r=n;return t<AM.minutes&&(r=e.setMinutes(r,0)),t<AM.seconds&&(r=e.setSeconds(r,0)),t<AM.milliseconds&&(r=e.setMilliseconds(r,0)),r},AD=(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.
7
+ 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}},AR=(e,t)=>{let n=[],r=e.date(void 0,"default"),i=e.startOfWeek(r),o=e.endOfWeek(r),s=i;for(;e.isBefore(s,o);)n.push(s),s=e.addDays(s,1);return n.map(n=>e.formatByString(n,t))},AO=(e,t,n,r)=>{switch(n){case"month":return S8(e,e.date(void 0,t)).map(t=>e.formatByString(t,r));case"weekDay":return AR(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[]}},AI=["0","1","2","3","4","5","6","7","8","9"],AE=(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("")},AP=(e,t)=>"0"===t[0]?e:e.split("").map(e=>t[Number(e)]).join(""),Aj=(e,t)=>{let n=AE(e,t);return" "!==n&&!Number.isNaN(Number(n))},AL=(e,t)=>{let n=e;for(n=Number(n).toString();n.length<t;)n=`0${n}`;return n},AB=(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=AL(o,i.maxLength)),AP(o,r)},AF=(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(AE(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},AV=(e,t,n,r)=>e.formatByString(e.parse(t,n),r),AN=(e,t)=>4===e.formatByString(e.date(void 0,"system"),t).length,AH=(e,t,n,r)=>{if("digit"!==t)return!1;let i=e.date(void 0,"default");switch(n){case"year":if(AN(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")}},Az=(e,t)=>{},A_={year:1,month:2,day:3,weekDay:4,hours:5,minutes:6,seconds:7,meridiem:8,empty:9},A$=(e,t,n,r,i)=>[...n].sort((e,t)=>A_[e.type]-A_[t.type]).reduce((n,r)=>!i||r.modified?((e,t,n,r)=>{switch(t.type){case"year":return e.setYear(r,e.getYear(n));case"month":return e.setMonth(r,e.getMonth(n));case"weekDay":{let r=AR(e,t.format),i=e.formatByString(n,t.format),o=r.indexOf(i),s=r.indexOf(t.value);return e.addDays(n,s-o)}case"day":return e.setDate(r,e.getDate(n));case"meridiem":{let t=12>e.getHours(n),i=e.getHours(r);if(t&&i>=12)return e.addHours(r,-12);if(!t&&i<12)return e.addHours(r,12);return r}case"hours":return e.setHours(r,e.getHours(n));case"minutes":return e.setMinutes(r,e.getMinutes(n));case"seconds":return e.setSeconds(r,e.getSeconds(n));default:return r}})(e,r,t,n):n,r),AW=(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},Aq=["value","referenceDate"],AG={emptyValue:null,getTodayValue:S6,getInitialReferenceValue:e=>{let{value:t,referenceDate:n}=e,r=(0,uc.A)(e,Aq);return null!=t&&r.utils.isValid(t)?t:null!=n?n:(({props:e,utils:t,granularity:n,timezone:r,getTodayDate:i})=>{let o=i?i():AT(t,n,S6(t,r));null!=e.minDate&&t.isAfterDay(e.minDate,o)&&(o=AT(t,n,e.minDate)),null!=e.maxDate&&t.isBeforeDay(e.maxDate,o)&&(o=AT(t,n,e.maxDate));let s=CP(e.disableIgnoringDatePartForTimeValidation??!1,t);return null!=e.minTime&&s(e.minTime,o)&&(o=AT(t,n,e.disableIgnoringDatePartForTimeValidation?e.minTime:S5(t,o,e.minTime))),null!=e.maxTime&&s(o,e.maxTime)&&(o=AT(t,n,e.disableIgnoringDatePartForTimeValidation?e.maxTime:S5(t,o,e.maxTime))),o})(r)},cleanValue:(e,t)=>null!=t&&e.isValid(t)?t:null,areValuesEqual:(e,t,n)=>!(e.isValid(t)||null==t||e.isValid(n))&&null!=n||e.isEqual(t,n),isSameError:(e,t)=>e===t,hasError:e=>null!=e,defaultErrorState:null,getTimezone:(e,t)=>null!=t&&e.isValid(t)?e.getTimezone(t):null,setTimezone:(e,t,n)=>null==n?null:e.setTimezone(n,t)},AU={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=AF(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)},AK=["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"],AY=(0,B.A)(C2,{name:"MuiTimeClock",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",position:"relative"}),AX=(0,B.A)(CZ,{name:"MuiTimeClock",slot:"ArrowSwitcher",overridesResolver:(e,t)=>t.arrowSwitcher})({position:"absolute",right:12,top:15}),AQ=["hours","minutes"],AZ=R.forwardRef(function(e,t){let n=S1().utils,r=SK({props:e,name:"MuiTimeClock"}),{ampm:i=n.is12HourCycleInCurrentLocale(),ampmInClock:o=!1,autoFocus:s,slots:l,slotProps:a,value:c,defaultValue:u,referenceDate:h,disableIgnoringDatePartForTimeValidation:d=!1,maxTime:f,minTime:p,disableFuture:m,disablePast:g,minutesStep:v=1,shouldDisableTime:b,showViewSwitcher:x,onChange:y,view:w,views:S=AQ,openTo:C,onViewChange:A,focusedView:k,onFocusedViewChange:M,className:T,disabled:O,readOnly:P,timezone:j}=r,L=(0,uc.A)(r,AK),{value:B,handleValueChange:F,timezone:V}=Ak({name:"TimeClock",timezone:j,value:c,defaultValue:u,referenceDate:h,onChange:y,valueManager:AG}),N=(({value:e,referenceDate:t,utils:n,props:r,timezone:i})=>{let o=R.useMemo(()=>AG.getInitialReferenceValue({value:e,utils:n,props:r,referenceDate:t,granularity:AM.day,timezone:i,getTodayDate:()=>S6(n,i,"date")}),[]);return e??o})({value:B,referenceDate:h,utils:n,props:r,timezone:V}),H=S1().localeText,z=S2(V),{view:_,setView:$,previousView:W,nextView:q,setValueAndGoToNextView:G}=C1({view:w,views:S,openTo:C,onViewChange:A,onChange:F,focusedView:k,onFocusedViewChange:M}),{meridiemMode:U,handleMeridiemChange:K}=Cj(N,i,G),Y=R.useCallback((e,t)=>{let r=CP(d,n),o="hours"===t||"minutes"===t&&S.includes("seconds"),s=({start:e,end:t})=>!(p&&r(p,t)||f&&r(e,f)||m&&r(e,z)||g&&r(z,o?t:e)),l=(e,r=1)=>{if(e%r!=0)return!1;if(b)switch(t){case"hours":return!b(n.setHours(N,e),"hours");case"minutes":return!b(n.setMinutes(N,e),"minutes");case"seconds":return!b(n.setSeconds(N,e),"seconds");default:return!1}return!0};switch(t){case"hours":{let t=CI(e,U,i),r=n.setHours(N,t);if(n.getHours(r)!==t)return!0;return!s({start:n.setSeconds(n.setMinutes(r,0),0),end:n.setSeconds(n.setMinutes(r,59),59)})||!l(t)}case"minutes":{let t=n.setMinutes(N,e);return!s({start:n.setSeconds(t,0),end:n.setSeconds(t,59)})||!l(e,v)}case"seconds":{let t=n.setSeconds(N,e);return!s({start:t,end:t})||!l(e)}default:throw Error("not supported")}},[i,N,d,f,U,p,v,b,n,m,g,z,S]),X=(0,C$.A)(),Q=R.useMemo(()=>{switch(_){case"hours":{let e,t=(e,t)=>{let r=CI(e,U,i);G(n.setHours(N,r),t,"hours")},r=n.getHours(N);return e=i?r>12?[12,23]:[0,11]:[0,23],{onChange:t,viewValue:r,children:(({ampm:e,value:t,getClockNumberText:n,isDisabled:r,selectedId:i,utils:o})=>{let s=t?o.getHours(t):null,l=[],a=+!!e,c=e?12:23,u=t=>null!==s&&(e?12===t?12===s||0===s:s===t||s-12===t:s===t);for(let t=a;t<=c;t+=1){let s=t.toString();0===t&&(s="00");let a=!e&&(0===t||t>12);s=o.formatNumber(s);let c=u(t);l.push((0,D.jsx)(AS,{id:c?i:void 0,index:t,inner:a,selected:c,disabled:r(t),label:s,"aria-label":n(s)},t))}return l})({value:B,utils:n,ampm:i,onChange:t,getClockNumberText:H.hoursClockNumberText,isDisabled:e=>O||Y(e,"hours"),selectedId:X}),viewRange:e}}case"minutes":{let e=n.getMinutes(N),t=(e,t)=>{G(n.setMinutes(N,e),t,"minutes")};return{viewValue:e,onChange:t,children:AC({utils:n,value:e,onChange:t,getClockNumberText:H.minutesClockNumberText,isDisabled:e=>O||Y(e,"minutes"),selectedId:X}),viewRange:[0,59]}}case"seconds":{let e=n.getSeconds(N),t=(e,t)=>{G(n.setSeconds(N,e),t,"seconds")};return{viewValue:e,onChange:t,children:AC({utils:n,value:e,onChange:t,getClockNumberText:H.secondsClockNumberText,isDisabled:e=>O||Y(e,"seconds"),selectedId:X}),viewRange:[0,59]}}default:throw Error("You must provide the type for ClockView")}},[_,n,B,i,H.hoursClockNumberText,H.minutesClockNumberText,H.secondsClockNumberText,U,G,N,Y,X,O]),Z=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],arrowSwitcher:["arrowSwitcher"]},C5,t)})(r);return(0,D.jsxs)(AY,(0,ua.A)({ref:t,className:(0,I.A)(Z.root,T),ownerState:r},L,{children:[(0,D.jsx)(Av,(0,ua.A)({autoFocus:s??!!k,ampmInClock:o&&S.includes("hours"),value:B,type:_,ampm:i,minutesStep:v,isTimeDisabled:Y,meridiemMode:U,handleMeridiemChange:K,selectedId:X,disabled:O,readOnly:P},Q)),x&&(0,D.jsx)(AX,{className:Z.arrowSwitcher,slots:l,slotProps:a,onGoToPrevious:()=>$(W),isPreviousDisabled:!W,previousLabel:H.openPreviousView,onGoToNext:()=>$(q),isNextDisabled:!q,nextLabel:H.openNextView,ownerState:r})]}))}),AJ=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:r,views:i,value:o,defaultValue:s,referenceDate:l,onChange:a,className:c,classes:u,disableFuture:h,disablePast:d,minTime:f,maxTime:p,shouldDisableTime:m,minutesStep:g,ampm:v,ampmInClock:b,slots:x,slotProps:y,readOnly:w,disabled:S,sx:C,autoFocus:A,showViewSwitcher:k,disableIgnoringDatePartForTimeValidation:M,timezone:T})=>(0,D.jsx)(AZ,{view:e,onViewChange:t,focusedView:n&&CO(n)?n:null,onFocusedViewChange:r,views:i.filter(CO),value:o,defaultValue:s,referenceDate:l,onChange:a,className:c,classes:u,disableFuture:h,disablePast:d,minTime:f,maxTime:p,shouldDisableTime:m,minutesStep:g,ampm:v,ampmInClock:b,slots:x,slotProps:y,readOnly:w,disabled:S,sx:C,autoFocus:A,showViewSwitcher:k,disableIgnoringDatePartForTimeValidation:M,timezone:T}),A0=({props:e,value:t,timezone:n,adapter:r})=>{if(null===t)return null;let{shouldDisableDate:i,shouldDisableMonth:o,shouldDisableYear:s,disablePast:l,disableFuture:a}=e,c=r.utils.date(void 0,n),u=S4(r.utils,e.minDate,r.defaultDates.minDate),h=S4(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!!(s&&s(t)):return"shouldDisableYear";case!!(a&&r.utils.isAfterDay(t,c)):return"disableFuture";case!!(l&&r.utils.isBeforeDay(t,c)):return"disablePast";case!!(u&&r.utils.isBeforeDay(t,u)):return"minDate";case!!(h&&r.utils.isAfterDay(t,h)):return"maxDate";default:return null}};A0.valueManager=AG;let A1=({shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:r,maxDate:i,disableFuture:o,disablePast:s,timezone:l})=>{let a=S1();return R.useCallback(c=>null!==A0({adapter:a,value:c,timezone:l,props:{shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:r,maxDate:i,disableFuture:o,disablePast:s}}),[a,e,t,n,r,i,o,s,l])};var A2=n(44394),A5=n(96313);let A3=e=>(0,z.Ay)("MuiPickersFadeTransitionGroup",e);(0,H.A)("MuiPickersFadeTransitionGroup",["root"]);let A4=(0,B.A)(A2.A,{name:"MuiPickersFadeTransitionGroup",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"block",position:"relative"});function A8(e){let t=SK({props:e,name:"MuiPickersFadeTransitionGroup"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,s=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"]},A3,t)})(t),l=(0,nJ.A)();return i?n:(0,D.jsx)(A4,{className:(0,I.A)(s.root,r),children:(0,D.jsx)(A5.A,{appear:!1,mountOnEnter:!0,unmountOnExit:!0,timeout:{appear:l.transitions.duration.enteringScreen,enter:l.transitions.duration.enteringScreen,exit:0},children:n},o)})}var A6=n(95591);function A9(e){return(0,z.Ay)("MuiPickersDay",e)}let A7=(0,H.A)("MuiPickersDay",["root","dayWithMargin","dayOutsideMonth","hiddenDaySpacingFiller","today","selected","disabled"]),ke=["autoFocus","className","day","disabled","disableHighlightToday","disableMargin","hidden","isAnimating","onClick","onDaySelect","onFocus","onBlur","onKeyDown","onMouseDown","onMouseEnter","outsideCurrentMonth","selected","showDaysOutsideCurrentMonth","children","today","isFirstVisibleCell","isLastVisibleCell"],kt=({theme:e})=>(0,ua.A)({},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,P.X4)(e.palette.primary.main,e.palette.action.hoverOpacity)}},"&:focus":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.focusOpacity})`:(0,P.X4)(e.palette.primary.main,e.palette.action.focusOpacity),[`&.${A7.selected}`]:{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark}},[`&.${A7.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}},[`&.${A7.disabled}:not(.${A7.selected})`]:{color:(e.vars||e).palette.text.disabled},[`&.${A7.disabled}&.${A7.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(.${A7.selected})`]:{border:`1px solid ${(e.vars||e).palette.text.secondary}`}}}]}),kn=(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]},kr=(0,B.A)(o3.A,{name:"MuiPickersDay",slot:"Root",overridesResolver:kn})(kt),ki=(0,B.A)("div",{name:"MuiPickersDay",slot:"Root",overridesResolver:kn})(({theme:e})=>(0,ua.A)({},kt({theme:e}),{opacity:0,pointerEvents:"none"})),ko=()=>{},ks=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersDay"}),{autoFocus:r=!1,className:i,day:o,disabled:s=!1,disableHighlightToday:l=!1,disableMargin:a=!1,isAnimating:c,onClick:u,onDaySelect:h,onFocus:d=ko,onBlur:f=ko,onKeyDown:p=ko,onMouseDown:m=ko,onMouseEnter:g=ko,outsideCurrentMonth:v,selected:b=!1,showDaysOutsideCurrentMonth:x=!1,children:y,today:w=!1}=n,S=(0,uc.A)(n,ke),C=(0,ua.A)({},n,{autoFocus:r,disabled:s,disableHighlightToday:l,disableMargin:a,selected:b,showDaysOutsideCurrentMonth:x,today:w}),A=(e=>{let{selected:t,disableMargin:n,disableHighlightToday:r,today:i,disabled:o,outsideCurrentMonth:s,showDaysOutsideCurrentMonth:l,classes:a}=e,c=s&&!l;return(0,E.A)({root:["root",t&&!c&&"selected",o&&"disabled",!n&&"dayWithMargin",!r&&i&&"today",s&&l&&"dayOutsideMonth",c&&"hiddenDaySpacingFiller"],hiddenDaySpacingFiller:["hiddenDaySpacingFiller"]},A9,a)})(C),k=S1().utils,M=R.useRef(null),T=(0,A6.A)(M,t);return((0,C3.A)(()=>{!r||s||c||v||M.current.focus()},[r,s,c,v]),v&&!x)?(0,D.jsx)(ki,{className:(0,I.A)(A.root,A.hiddenDaySpacingFiller,i),ownerState:C,role:S.role}):(0,D.jsx)(kr,(0,ua.A)({className:(0,I.A)(A.root,i),ref:T,centerRipple:!0,disabled:s,tabIndex:b?0:-1,onKeyDown:e=>p(e,o),onFocus:e=>d(e,o),onBlur:e=>f(e,o),onMouseEnter:e=>g(e,o),onClick:e=>{s||h(o),v&&e.currentTarget.focus(),u&&u(e)},onMouseDown:e=>{m(e),v&&e.preventDefault()}},S,{ownerState:C,children:y||k.format(o,"dayOfMonth")}))}),kl=R.memo(ks);var ka=n(7490);function kc(e,t){return e.replace(RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var ku=n(64863),kh=function(e,t){return e&&t&&t.split(" ").forEach(function(t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=kc(e.className,t):e.setAttribute("class",kc(e.className&&e.className.baseVal||"",t))})},kd=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],s=r?o+"-active":n[e+"Active"],l=r?o+"-done":n[e+"Done"];return{baseClassName:o,activeClassName:s,doneClassName:l}},t}(0,ka.A)(t,e);var n=t.prototype;return n.addClass=function(e,t,n){var r,i=this.getClassNames(t)[n+"ClassName"],o=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===n&&o&&(i+=" "+o),"active"===n&&e&&(0,ku.F)(e),i&&(this.appliedClasses[t][n]=i,r=i,e&&r&&r.split(" ").forEach(function(t){e.classList?e.classList.add(t):(e.classList?t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" "))||("string"==typeof e.className?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}))},n.removeClasses=function(e,t){var n=this.appliedClasses[t],r=n.base,i=n.active,o=n.done;this.appliedClasses[t]={},r&&kh(e,r),i&&kh(e,i),o&&kh(e,o)},n.render=function(){var e=this.props,t=(e.classNames,(0,uc.A)(e,["classNames"]));return O().createElement(cA.Ay,(0,ua.A)({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(O().Component);kd.defaultProps={classNames:""},kd.propTypes={};let kf=e=>(0,z.Ay)("MuiPickersSlideTransition",e),kp=(0,H.A)("MuiPickersSlideTransition",["root","slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"]),km=["children","className","reduceAnimations","slideDirection","transKey","classes"],kg=(0,B.A)(A2.A,{name:"MuiPickersSlideTransition",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`.${kp["slideEnter-left"]}`]:t["slideEnter-left"]},{[`.${kp["slideEnter-right"]}`]:t["slideEnter-right"]},{[`.${kp.slideEnterActive}`]:t.slideEnterActive},{[`.${kp.slideExit}`]:t.slideExit},{[`.${kp["slideExitActiveLeft-left"]}`]:t["slideExitActiveLeft-left"]},{[`.${kp["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},[`& .${kp["slideEnter-left"]}`]:{willChange:"transform",transform:"translate(100%)",zIndex:1},[`& .${kp["slideEnter-right"]}`]:{willChange:"transform",transform:"translate(-100%)",zIndex:1},[`& .${kp.slideEnterActive}`]:{transform:"translate(0%)",transition:t},[`& .${kp.slideExit}`]:{transform:"translate(0%)"},[`& .${kp["slideExitActiveLeft-left"]}`]:{willChange:"transform",transform:"translate(-100%)",transition:t,zIndex:0},[`& .${kp["slideExitActiveLeft-right"]}`]:{willChange:"transform",transform:"translate(100%)",transition:t,zIndex:0}}}),kv=e=>(0,z.Ay)("MuiDayCalendar",e);(0,H.A)("MuiDayCalendar",["root","header","weekDayLabel","loadingContainer","slideTransition","monthContainer","weekContainer","weekNumberLabel","weekNumber"]);let kb=["parentProps","day","focusableDay","selectedDays","isDateDisabled","currentMonthNumber","isViewFocused"],kx=["ownerState"],ky=(0,B.A)("div",{name:"MuiDayCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({}),kw=(0,B.A)("div",{name:"MuiDayCalendar",slot:"Header",overridesResolver:(e,t)=>t.header})({display:"flex",justifyContent:"center",alignItems:"center"}),kS=(0,B.A)(lk.A,{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})),kC=(0,B.A)(lk.A,{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})),kA=(0,B.A)(lk.A,{name:"MuiDayCalendar",slot:"WeekNumber",overridesResolver:(e,t)=>t.weekNumber})(({theme:e})=>(0,ua.A)({},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"})),kk=(0,B.A)("div",{name:"MuiDayCalendar",slot:"LoadingContainer",overridesResolver:(e,t)=>t.loadingContainer})({display:"flex",justifyContent:"center",alignItems:"center",minHeight:240}),kM=(0,B.A)(function(e){let t=SK({props:e,name:"MuiPickersSlideTransition"}),{children:n,className:r,reduceAnimations:i,transKey:o}=t,s=(0,uc.A)(t,km),l=(e=>{let{classes:t,slideDirection:n}=e,r={root:["root"],exit:["slideExit"],enterActive:["slideEnterActive"],enter:[`slideEnter-${n}`],exitActive:[`slideExitActiveLeft-${n}`]};return(0,E.A)(r,kf,t)})(t),a=(0,nJ.A)();if(i)return(0,D.jsx)("div",{className:(0,I.A)(l.root,r),children:n});let c={exit:l.exit,enterActive:l.enterActive,enter:l.enter,exitActive:l.exitActive};return(0,D.jsx)(kg,{className:(0,I.A)(l.root,r),childFactory:e=>R.cloneElement(e,{classNames:c}),role:"presentation",children:(0,D.jsx)(kd,(0,ua.A)({mountOnEnter:!0,unmountOnExit:!0,timeout:a.transitions.duration.complex,classNames:c},s,{children:n}),o)})},{name:"MuiDayCalendar",slot:"SlideTransition",overridesResolver:(e,t)=>t.slideTransition})({minHeight:240}),kT=(0,B.A)("div",{name:"MuiDayCalendar",slot:"MonthContainer",overridesResolver:(e,t)=>t.monthContainer})({overflow:"hidden"}),kD=(0,B.A)("div",{name:"MuiDayCalendar",slot:"WeekContainer",overridesResolver:(e,t)=>t.weekContainer})({margin:"2px 0",display:"flex",justifyContent:"center"});function kR(e){let{parentProps:t,day:n,focusableDay:r,selectedDays:i,isDateDisabled:o,currentMonthNumber:s,isViewFocused:l}=e,a=(0,uc.A)(e,kb),{disabled:c,disableHighlightToday:u,isMonthSwitchingAnimating:h,showDaysOutsideCurrentMonth:d,slots:f,slotProps:p,timezone:m}=t,g=S1().utils,v=S2(m),b=null!==r&&g.isSameDay(n,r),x=i.some(e=>g.isSameDay(e,n)),y=g.isSameDay(n,v),w=f?.day??kl,S=(0,CW.A)({elementType:w,externalSlotProps:p?.day,additionalProps:(0,ua.A)({disableHighlightToday:u,showDaysOutsideCurrentMonth:d,role:"gridcell",isAnimating:h,"data-timestamp":g.toJsDate(n).valueOf()},a),ownerState:(0,ua.A)({},t,{day:n,selected:x})}),C=(0,uc.A)(S,kx),A=R.useMemo(()=>c||o(n),[c,o,n]),k=R.useMemo(()=>g.getMonth(n)!==s,[g,n,s]),M=R.useMemo(()=>{let e=g.startOfMonth(g.setMonth(n,s));return d?g.isSameDay(n,g.startOfWeek(e)):g.isSameDay(n,e)},[s,n,d,g]),T=R.useMemo(()=>{let e=g.endOfMonth(g.setMonth(n,s));return d?g.isSameDay(n,g.endOfWeek(e)):g.isSameDay(n,e)},[s,n,d,g]);return(0,D.jsx)(w,(0,ua.A)({},C,{day:n,disabled:A,autoFocus:l&&b,today:y,outsideCurrentMonth:k,isFirstVisibleCell:M,isLastVisibleCell:T,selected:x,tabIndex:b?0:-1,"aria-selected":x,"aria-current":y?"date":void 0}))}function kO(e){let t,n=SK({props:e,name:"MuiDayCalendar"}),r=S1().utils,{onFocusedDayChange:i,className:o,currentMonth:s,selectedDays:l,focusedDay:a,loading:c,onSelectedDaysChange:u,onMonthSwitchingAnimationEnd:h,readOnly:d,reduceAnimations:f,renderLoading:p=()=>(0,D.jsx)("span",{children:"..."}),slideDirection:m,TransitionProps:g,disablePast:v,disableFuture:b,minDate:x,maxDate:y,shouldDisableDate:w,shouldDisableMonth:S,shouldDisableYear:C,dayOfWeekFormatter:A=e=>r.format(e,"weekdayShort").charAt(0).toUpperCase(),hasFocus:k,onFocusedViewChange:M,gridLabelId:T,displayWeekNumber:O,fixedWeekNumber:P,autoFocus:j,timezone:L}=n,B=S2(L),F=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],header:["header"],weekDayLabel:["weekDayLabel"],loadingContainer:["loadingContainer"],slideTransition:["slideTransition"],monthContainer:["monthContainer"],weekContainer:["weekContainer"],weekNumberLabel:["weekNumberLabel"],weekNumber:["weekNumber"]},kv,t)})(n),V=(0,s4.I)(),N=A1({shouldDisableDate:w,shouldDisableMonth:S,shouldDisableYear:C,minDate:x,maxDate:y,disablePast:v,disableFuture:b,timezone:L}),H=S1().localeText,[z,_]=(0,C0.A)({name:"DayCalendar",state:"hasFocus",controlled:k,default:j??!1}),[$,W]=R.useState(()=>a||B),q=(0,CJ.A)(e=>{d||u(e)}),G=e=>{N(e)||(i(e),W(e),M?.(!0),_(!0))},U=(0,CJ.A)((e,t)=>{switch(e.key){case"ArrowUp":G(r.addDays(t,-7)),e.preventDefault();break;case"ArrowDown":G(r.addDays(t,7)),e.preventDefault();break;case"ArrowLeft":{let n=r.addDays(t,V?1:-1),i=r.addMonths(t,V?1:-1);G(S3({utils:r,date:n,minDate:V?n:r.startOfMonth(i),maxDate:V?r.endOfMonth(i):n,isDateDisabled:N,timezone:L})||n),e.preventDefault();break}case"ArrowRight":{let n=r.addDays(t,V?-1:1),i=r.addMonths(t,V?-1:1);G(S3({utils:r,date:n,minDate:V?r.startOfMonth(i):n,maxDate:V?n:r.endOfMonth(i),isDateDisabled:N,timezone:L})||n),e.preventDefault();break}case"Home":G(r.startOfWeek(t)),e.preventDefault();break;case"End":G(r.endOfWeek(t)),e.preventDefault();break;case"PageUp":G(r.addMonths(t,1)),e.preventDefault();break;case"PageDown":G(r.addMonths(t,-1)),e.preventDefault()}}),K=(0,CJ.A)((e,t)=>G(t)),Y=(0,CJ.A)((e,t)=>{z&&r.isSameDay($,t)&&M?.(!1)}),X=r.getMonth(s),Q=r.getYear(s),Z=R.useMemo(()=>l.filter(e=>!!e).map(e=>r.startOfDay(e)),[r,l]),J=`${Q}-${X}`,ee=R.useMemo(()=>R.createRef(),[J]),et=R.useMemo(()=>{let e=r.startOfMonth(s),t=r.endOfMonth(s);return N($)||r.isAfterDay($,t)||r.isBeforeDay($,e)?S3({utils:r,date:$,minDate:e,maxDate:t,disablePast:v,disableFuture:b,isDateDisabled:N,timezone:L}):$},[s,b,v,$,N,r,L]),en=R.useMemo(()=>{let e=r.getWeekArray(s),t=r.addMonths(s,1);for(;P&&e.length<P;){let n=r.getWeekArray(t),i=r.isSameDay(e[e.length-1][0],n[0][0]);n.slice(+!!i).forEach(t=>{e.length<P&&e.push(t)}),t=r.addMonths(t,1)}return e},[s,P,r]);return(0,D.jsxs)(ky,{role:"grid","aria-labelledby":T,className:F.root,children:[(0,D.jsxs)(kw,{role:"row",className:F.header,children:[O&&(0,D.jsx)(kC,{variant:"caption",role:"columnheader","aria-label":H.calendarWeekNumberHeaderLabel,className:F.weekNumberLabel,children:H.calendarWeekNumberHeaderText}),(t=r.startOfWeek(B),[0,1,2,3,4,5,6].map(e=>r.addDays(t,e))).map((e,t)=>(0,D.jsx)(kS,{variant:"caption",role:"columnheader","aria-label":r.format(e,"weekday"),className:F.weekDayLabel,children:A(e)},t.toString()))]}),c?(0,D.jsx)(kk,{className:F.loadingContainer,children:p()}):(0,D.jsx)(kM,(0,ua.A)({transKey:J,onExited:h,reduceAnimations:f,slideDirection:m,className:(0,I.A)(o,F.slideTransition)},g,{nodeRef:ee,children:(0,D.jsx)(kT,{ref:ee,role:"rowgroup",className:F.monthContainer,children:en.map((e,t)=>(0,D.jsxs)(kD,{role:"row",className:F.weekContainer,"aria-rowindex":t+1,children:[O&&(0,D.jsx)(kA,{className:F.weekNumber,role:"rowheader","aria-label":H.calendarWeekNumberAriaLabelText(r.getWeekNumber(e[0])),children:H.calendarWeekNumberText(r.getWeekNumber(e[0]))}),e.map((e,t)=>(0,D.jsx)(kR,{parentProps:n,day:e,selectedDays:Z,focusableDay:et,onKeyDown:U,onFocus:K,onBlur:Y,onDaySelect:q,isDateDisabled:N,currentMonthNumber:X,isViewFocused:z,"aria-colindex":t+1},e.toString()))]},`week-${e[0]}`))})}))]})}function kI(e){return(0,z.Ay)("MuiPickersMonth",e)}let kE=(0,H.A)("MuiPickersMonth",["root","monthButton","disabled","selected"]),kP=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","aria-label","monthsPerRow","slots","slotProps"],kj=(0,B.A)("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%"}}]}),kL=(0,B.A)("button",{name:"MuiPickersMonth",slot:"MonthButton",overridesResolver:(e,t)=>[t.monthButton,{[`&.${kE.disabled}`]:t.disabled},{[`&.${kE.selected}`]:t.selected}]})(({theme:e})=>(0,ua.A)({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,P.X4)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,P.X4)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${kE.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${kE.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),kB=R.memo(function(e){let t=SK({props:e,name:"MuiPickersMonth"}),{autoFocus:n,className:r,children:i,disabled:o,selected:s,value:l,tabIndex:a,onClick:c,onKeyDown:u,onFocus:h,onBlur:d,"aria-current":f,"aria-label":p,slots:m,slotProps:g}=t,v=(0,uc.A)(t,kP),b=R.useRef(null),x=(e=>{let{disabled:t,selected:n,classes:r}=e;return(0,E.A)({root:["root"],monthButton:["monthButton",t&&"disabled",n&&"selected"]},kI,r)})(t);(0,C3.A)(()=>{n&&b.current?.focus()},[n]);let y=m?.monthButton??kL,w=(0,CW.A)({elementType:y,externalSlotProps:g?.monthButton,additionalProps:{children:i,disabled:o,tabIndex:a,ref:b,type:"button",role:"radio","aria-current":f,"aria-checked":s,"aria-label":p,onClick:e=>c(e,l),onKeyDown:e=>u(e,l),onFocus:e=>h(e,l),onBlur:e=>d(e,l)},ownerState:t,className:x.monthButton});return(0,D.jsx)(kj,(0,ua.A)({className:(0,I.A)(x.root,r),ownerState:t},v,{children:(0,D.jsx)(y,(0,ua.A)({},w))}))});function kF(e){return(0,z.Ay)("MuiMonthCalendar",e)}(0,H.A)("MuiMonthCalendar",["root"]);let kV=["className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","shouldDisableMonth","readOnly","disableHighlightToday","autoFocus","onMonthFocus","hasFocus","onFocusedViewChange","monthsPerRow","timezone","gridLabelId","slots","slotProps"],kN=(0,B.A)("div",{name:"MuiMonthCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexWrap:"wrap",alignContent:"stretch",padding:"0 4px",width:320,boxSizing:"border-box"}),kH=R.forwardRef(function(e,t){let n,r,i,o=(n=S1().utils,r=S1().defaultDates,i=SK({props:e,name:"MuiMonthCalendar"}),(0,ua.A)({disableFuture:!1,disablePast:!1},i,{minDate:S4(n,i.minDate,r.minDate),maxDate:S4(n,i.maxDate,r.maxDate)})),{className:s,value:l,defaultValue:a,referenceDate:c,disabled:u,disableFuture:h,disablePast:d,maxDate:f,minDate:p,onChange:m,shouldDisableMonth:g,readOnly:v,autoFocus:b=!1,onMonthFocus:x,hasFocus:y,onFocusedViewChange:w,monthsPerRow:S=3,timezone:C,gridLabelId:A,slots:k,slotProps:M}=o,T=(0,uc.A)(o,kV),{value:O,handleValueChange:P,timezone:j}=Ak({name:"MonthCalendar",timezone:C,value:l,defaultValue:a,referenceDate:c,onChange:m,valueManager:AG}),L=S2(j),B=(0,s4.I)(),F=S1().utils,V=R.useMemo(()=>AG.getInitialReferenceValue({value:O,utils:F,props:o,timezone:j,referenceDate:c,granularity:AM.month}),[]),N=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"]},kF,t)})(o),H=R.useMemo(()=>F.getMonth(L),[F,L]),z=R.useMemo(()=>null!=O?F.getMonth(O):null,[O,F]),[_,$]=R.useState(()=>z||F.getMonth(V)),[W,q]=(0,C0.A)({name:"MonthCalendar",state:"hasFocus",controlled:y,default:b??!1}),G=(0,CJ.A)(e=>{q(e),w&&w(e)}),U=R.useCallback(e=>{let t=F.startOfMonth(d&&F.isAfter(L,p)?L:p),n=F.startOfMonth(h&&F.isBefore(L,f)?L:f),r=F.startOfMonth(e);return!!(F.isBefore(r,t)||F.isAfter(r,n))||!!g&&g(r)},[h,d,f,p,L,g,F]),K=(0,CJ.A)((e,t)=>{v||P(F.setMonth(O??V,t))}),Y=(0,CJ.A)(e=>{!U(F.setMonth(O??V,e))&&($(e),G(!0),x&&x(e))});R.useEffect(()=>{$(e=>null!==z&&e!==z?z:e)},[z]);let X=(0,CJ.A)((e,t)=>{switch(e.key){case"ArrowUp":Y((12+t-3)%12),e.preventDefault();break;case"ArrowDown":Y((12+t+3)%12),e.preventDefault();break;case"ArrowLeft":Y((12+t+(B?1:-1))%12),e.preventDefault();break;case"ArrowRight":Y((12+t+(B?-1:1))%12),e.preventDefault()}}),Q=(0,CJ.A)((e,t)=>{Y(t)}),Z=(0,CJ.A)((e,t)=>{_===t&&G(!1)});return(0,D.jsx)(kN,(0,ua.A)({ref:t,className:(0,I.A)(N.root,s),ownerState:o,role:"radiogroup","aria-labelledby":A},T,{children:S8(F,O??V).map(e=>{let t=F.getMonth(e),n=F.format(e,"monthShort"),r=F.format(e,"month"),i=u||U(e);return(0,D.jsx)(kB,{selected:t===z,value:t,onClick:K,onKeyDown:X,autoFocus:W&&t===_,disabled:i,tabIndex:t!==_||i?-1:0,onFocus:Q,onBlur:Z,"aria-current":H===t?"date":void 0,"aria-label":r,monthsPerRow:S,slots:k,slotProps:M,children:n},n)})}))});function kz(e){return(0,z.Ay)("MuiPickersYear",e)}let k_=(0,H.A)("MuiPickersYear",["root","yearButton","selected","disabled"]),k$=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","yearsPerRow","slots","slotProps"],kW=(0,B.A)("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%"}}]}),kq=(0,B.A)("button",{name:"MuiPickersYear",slot:"YearButton",overridesResolver:(e,t)=>[t.yearButton,{[`&.${k_.disabled}`]:t.disabled},{[`&.${k_.selected}`]:t.selected}]})(({theme:e})=>(0,ua.A)({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,P.X4)(e.palette.action.active,e.palette.action.focusOpacity)},"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,P.X4)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${k_.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${k_.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),kG=R.memo(function(e){let t=SK({props:e,name:"MuiPickersYear"}),{autoFocus:n,className:r,children:i,disabled:o,selected:s,value:l,tabIndex:a,onClick:c,onKeyDown:u,onFocus:h,onBlur:d,"aria-current":f,slots:p,slotProps:m}=t,g=(0,uc.A)(t,k$),v=R.useRef(null),b=(e=>{let{disabled:t,selected:n,classes:r}=e;return(0,E.A)({root:["root"],yearButton:["yearButton",t&&"disabled",n&&"selected"]},kz,r)})(t);(0,C3.A)(()=>{n&&v.current?.focus()},[n]);let x=p?.yearButton??kq,y=(0,CW.A)({elementType:x,externalSlotProps:m?.yearButton,additionalProps:{children:i,disabled:o,tabIndex:a,ref:v,type:"button",role:"radio","aria-current":f,"aria-checked":s,onClick:e=>c(e,l),onKeyDown:e=>u(e,l),onFocus:e=>h(e,l),onBlur:e=>d(e,l)},ownerState:t,className:b.yearButton});return(0,D.jsx)(kW,(0,ua.A)({className:(0,I.A)(b.root,r),ownerState:t},g,{children:(0,D.jsx)(x,(0,ua.A)({},y))}))});function kU(e){return(0,z.Ay)("MuiYearCalendar",e)}(0,H.A)("MuiYearCalendar",["root"]);let kK=["autoFocus","className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","readOnly","shouldDisableYear","disableHighlightToday","onYearFocus","hasFocus","onFocusedViewChange","yearsOrder","yearsPerRow","timezone","gridLabelId","slots","slotProps"],kY=(0,B.A)("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"}),kX=R.forwardRef(function(e,t){let n,r,i,o=(n=S1().utils,r=S1().defaultDates,i=SK({props:e,name:"MuiYearCalendar"}),(0,ua.A)({disablePast:!1,disableFuture:!1},i,{yearsPerRow:i.yearsPerRow??3,minDate:S4(n,i.minDate,r.minDate),maxDate:S4(n,i.maxDate,r.maxDate)})),{autoFocus:s,className:l,value:a,defaultValue:c,referenceDate:u,disabled:h,disableFuture:d,disablePast:f,maxDate:p,minDate:m,onChange:g,readOnly:v,shouldDisableYear:b,onYearFocus:x,hasFocus:y,onFocusedViewChange:w,yearsOrder:S="asc",yearsPerRow:C,timezone:A,gridLabelId:k,slots:M,slotProps:T}=o,O=(0,uc.A)(o,kK),{value:P,handleValueChange:j,timezone:L}=Ak({name:"YearCalendar",timezone:A,value:a,defaultValue:c,referenceDate:u,onChange:g,valueManager:AG}),B=S2(L),F=(0,s4.I)(),V=S1().utils,N=R.useMemo(()=>AG.getInitialReferenceValue({value:P,utils:V,props:o,timezone:L,referenceDate:u,granularity:AM.year}),[]),H=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"]},kU,t)})(o),z=R.useMemo(()=>V.getYear(B),[V,B]),_=R.useMemo(()=>null!=P?V.getYear(P):null,[P,V]),[$,W]=R.useState(()=>_||V.getYear(N)),[q,G]=(0,C0.A)({name:"YearCalendar",state:"hasFocus",controlled:y,default:s??!1}),U=(0,CJ.A)(e=>{G(e),w&&w(e)}),K=R.useCallback(e=>!!(f&&V.isBeforeYear(e,B)||d&&V.isAfterYear(e,B)||m&&V.isBeforeYear(e,m)||p&&V.isAfterYear(e,p))||!!b&&b(V.startOfYear(e)),[d,f,p,m,B,b,V]),Y=(0,CJ.A)((e,t)=>{v||j(V.setYear(P??N,t))}),X=(0,CJ.A)(e=>{K(V.setYear(P??N,e))||(W(e),U(!0),x?.(e))});R.useEffect(()=>{W(e=>null!==_&&e!==_?_:e)},[_]);let Q="desc"!==S?+C:-1*C,Z=F&&"asc"===S||!F&&"desc"===S?-1:1,J=(0,CJ.A)((e,t)=>{switch(e.key){case"ArrowUp":X(t-Q),e.preventDefault();break;case"ArrowDown":X(t+Q),e.preventDefault();break;case"ArrowLeft":X(t-Z),e.preventDefault();break;case"ArrowRight":X(t+Z),e.preventDefault()}}),ee=(0,CJ.A)((e,t)=>{X(t)}),et=(0,CJ.A)((e,t)=>{$===t&&U(!1)}),en=R.useRef(null),er=(0,A6.A)(t,en);R.useEffect(()=>{if(s||null===en.current)return;let e=en.current.querySelector('[tabindex="0"]');if(!e)return;let t=e.offsetHeight,n=e.offsetTop,r=en.current.clientHeight,i=en.current.scrollTop;t>r||n<i||(en.current.scrollTop=n+t-r/2-t/2)},[s]);let ei=V.getYearRange([m,p]);return"desc"===S&&ei.reverse(),(0,D.jsx)(kY,(0,ua.A)({ref:er,className:(0,I.A)(H.root,l),ownerState:o,role:"radiogroup","aria-labelledby":k},O,{children:ei.map(e=>{let t=V.getYear(e),n=h||K(e);return(0,D.jsx)(kG,{selected:t===_,value:t,onClick:Y,onKeyDown:J,autoFocus:q&&t===$,disabled:n,tabIndex:t!==$||n?-1:0,onFocus:ee,onBlur:et,"aria-current":z===t?"date":void 0,yearsPerRow:C,slots:M,slotProps:T,children:V.format(e,"year")},V.format(e,"year"))})}))}),kQ=e=>(0,z.Ay)("MuiPickersCalendarHeader",e),kZ=(0,H.A)("MuiPickersCalendarHeader",["root","labelContainer","label","switchViewButton","switchViewIcon"]),kJ=["slots","slotProps","currentMonth","disabled","disableFuture","disablePast","maxDate","minDate","onMonthChange","onViewChange","view","reduceAnimations","views","labelId","className","timezone","format"],k0=["ownerState"],k1=(0,B.A)("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}),k2=(0,B.A)("div",{name:"MuiPickersCalendarHeader",slot:"LabelContainer",overridesResolver:(e,t)=>t.labelContainer})(({theme:e})=>(0,ua.A)({display:"flex",overflow:"hidden",alignItems:"center",cursor:"pointer",marginRight:"auto"},e.typography.body1,{fontWeight:e.typography.fontWeightMedium})),k5=(0,B.A)("div",{name:"MuiPickersCalendarHeader",slot:"Label",overridesResolver:(e,t)=>t.label})({marginRight:6}),k3=(0,B.A)(Q.A,{name:"MuiPickersCalendarHeader",slot:"SwitchViewButton",overridesResolver:(e,t)=>t.switchViewButton})({marginRight:"auto",variants:[{props:{view:"year"},style:{[`.${kZ.switchViewIcon}`]:{transform:"rotate(180deg)"}}}]}),k4=(0,B.A)(Ci,{name:"MuiPickersCalendarHeader",slot:"SwitchViewIcon",overridesResolver:(e,t)=>t.switchViewIcon})(({theme:e})=>({willChange:"transform",transition:e.transitions.create("transform"),transform:"rotate(0deg)"})),k8=R.forwardRef(function(e,t){let n=S1().localeText,r=S1().utils,i=SK({props:e,name:"MuiPickersCalendarHeader"}),{slots:o,slotProps:s,currentMonth:l,disabled:a,disableFuture:c,disablePast:u,maxDate:h,minDate:d,onMonthChange:f,onViewChange:p,view:m,reduceAnimations:g,views:v,labelId:b,className:x,timezone:y,format:w=`${r.formats.month} ${r.formats.year}`}=i,S=(0,uc.A)(i,kJ),C=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],labelContainer:["labelContainer"],label:["label"],switchViewButton:["switchViewButton"],switchViewIcon:["switchViewIcon"]},kQ,t)})(i),A=o?.switchViewButton??k3,k=(0,CW.A)({elementType:A,externalSlotProps:s?.switchViewButton,additionalProps:{size:"small","aria-label":n.calendarViewSwitchingButtonAriaLabel(m)},ownerState:i,className:C.switchViewButton}),M=o?.switchViewIcon??k4,T=(0,CW.A)({elementType:M,externalSlotProps:s?.switchViewIcon,ownerState:i,className:C.switchViewIcon}),O=(0,uc.A)(T,k0),P=function(e,{disableFuture:t,maxDate:n,timezone:r}){let i=S1().utils;return R.useMemo(()=>{let o=i.date(void 0,r),s=i.startOfMonth(t&&i.isBefore(o,n)?o:n);return!i.isAfter(s,e)},[t,n,e,i,r])}(l,{disableFuture:c,maxDate:h,timezone:y}),j=function(e,{disablePast:t,minDate:n,timezone:r}){let i=S1().utils;return R.useMemo(()=>{let o=i.date(void 0,r),s=i.startOfMonth(t&&i.isAfter(o,n)?o:n);return!i.isBefore(s,e)},[t,n,e,i,r])}(l,{disablePast:u,minDate:d,timezone:y});if(1===v.length&&"year"===v[0])return null;let L=r.formatByString(l,w);return(0,D.jsxs)(k1,(0,ua.A)({},S,{ownerState:i,className:(0,I.A)(C.root,x),ref:t,children:[(0,D.jsxs)(k2,{role:"presentation",onClick:()=>{if(1!==v.length&&p&&!a)if(2===v.length)p(v.find(e=>e!==m)||v[0]);else{let e=+(0===v.indexOf(m));p(v[e])}},ownerState:i,"aria-live":"polite",className:C.labelContainer,children:[(0,D.jsx)(A8,{reduceAnimations:g,transKey:L,children:(0,D.jsx)(k5,{id:b,ownerState:i,className:C.label,children:L})}),v.length>1&&!a&&(0,D.jsx)(A,(0,ua.A)({},k,{children:(0,D.jsx)(M,(0,ua.A)({},O))}))]}),(0,D.jsx)(A5.A,{in:"day"===m,appear:!g,enter:!g,children:(0,D.jsx)(CZ,{slots:o,slotProps:s,onGoToPrevious:()=>f(r.addMonths(l,-1),"right"),isPreviousDisabled:j,previousLabel:n.previousMonth,onGoToNext:()=>f(r.addMonths(l,1),"left"),isNextDisabled:P,nextLabel:n.nextMonth})})]}))}),k6="undefined"!=typeof navigator&&navigator.userAgent.match(/android\s(\d+)|OS\s(\d+)/i),k9=k6&&k6[1]?parseInt(k6[1],10):null,k7=k6&&k6[2]?parseInt(k6[2],10):null,Me=k9&&k9<10||k7&&k7<13||!1,Mt=e=>(0,z.Ay)("MuiDateCalendar",e);(0,H.A)("MuiDateCalendar",["root","viewTransitionContainer"]);let Mn=["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"],Mr=(0,B.A)(C2,{name:"MuiDateCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",height:336}),Mi=(0,B.A)(A8,{name:"MuiDateCalendar",slot:"ViewTransitionContainer",overridesResolver:(e,t)=>t.viewTransitionContainer})({}),Mo=R.forwardRef(function(e,t){let n,r,i,o,s=S1().utils,l=(0,C$.A)(),a=(n=S1().utils,r=S1().defaultDates,i=(0,cS.A)("@media (prefers-reduced-motion: reduce)",{defaultMatches:!1})||Me,o=SK({props:e,name:"MuiDateCalendar"}),(0,ua.A)({},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,D.jsx)("span",{children:"..."})),minDate:S4(n,o.minDate,r.minDate),maxDate:S4(n,o.maxDate,r.maxDate)})),{autoFocus:c,onViewChange:u,value:h,defaultValue:d,referenceDate:f,disableFuture:p,disablePast:m,onChange:g,onYearChange:v,onMonthChange:b,reduceAnimations:x,shouldDisableDate:y,shouldDisableMonth:w,shouldDisableYear:S,view:C,views:A,openTo:k,className:M,disabled:T,readOnly:O,minDate:P,maxDate:j,disableHighlightToday:L,focusedView:B,onFocusedViewChange:F,showDaysOutsideCurrentMonth:V,fixedWeekNumber:N,dayOfWeekFormatter:H,slots:z,slotProps:_,loading:$,renderLoading:W,displayWeekNumber:q,yearsOrder:G,yearsPerRow:U,monthsPerRow:K,timezone:Y}=a,X=(0,uc.A)(a,Mn),{value:Q,handleValueChange:Z,timezone:J}=Ak({name:"DateCalendar",timezone:Y,value:h,defaultValue:d,referenceDate:f,onChange:g,valueManager:AG}),{view:ee,setView:et,focusedView:en,setFocusedView:er,goToNextView:ei,setValueAndGoToNextView:eo}=C1({view:C,views:A,openTo:k,onChange:Z,onViewChange:u,autoFocus:c,focusedView:B,onFocusedViewChange:F}),{referenceDate:es,calendarState:el,changeFocusedDay:ea,changeMonth:ec,handleChangeMonth:eu,isDateDisabled:eh,onMonthSwitchingAnimationEnd:ed}=(e=>{let t,{value:n,referenceDate:r,disableFuture:i,disablePast:o,disableSwitchToMonthOnDayFocus:s=!1,maxDate:l,minDate:a,onMonthChange:c,reduceAnimations:u,shouldDisableDate:h,timezone:d}=e,f=S1().utils,p=R.useRef((t=!!u,(e,n)=>{switch(n.type){case"changeMonth":return(0,ua.A)({},e,{slideDirection:n.direction,currentMonth:n.newMonth,isMonthSwitchingAnimating:!t});case"changeMonthTimezone":{let t=n.newTimezone;if(f.getTimezone(e.currentMonth)===t)return e;let r=f.setTimezone(e.currentMonth,t);return f.getMonth(r)!==f.getMonth(e.currentMonth)&&(r=f.setMonth(r,f.getMonth(e.currentMonth))),(0,ua.A)({},e,{currentMonth:r})}case"finishMonthSwitchingAnimation":return(0,ua.A)({},e,{isMonthSwitchingAnimating:!1});case"changeFocusedDay":{if(null!=e.focusedDay&&null!=n.focusedDay&&f.isSameDay(n.focusedDay,e.focusedDay))return e;let r=null!=n.focusedDay&&!s&&!f.isSameMonth(e.currentMonth,n.focusedDay);return(0,ua.A)({},e,{focusedDay:n.focusedDay,isMonthSwitchingAnimating:r&&!t&&!n.withoutMonthSwitchingAnimation,currentMonth:r?f.startOfMonth(n.focusedDay):e.currentMonth,slideDirection:null!=n.focusedDay&&f.isAfterDay(n.focusedDay,e.currentMonth)?"left":"right"})}default:throw Error("missing support")}})).current,m=R.useMemo(()=>AG.getInitialReferenceValue({value:n,utils:f,timezone:d,props:e,referenceDate:r,granularity:AM.day}),[r,d]),[g,v]=R.useReducer(p,{isMonthSwitchingAnimating:!1,focusedDay:m,currentMonth:f.startOfMonth(m),slideDirection:"left"});R.useEffect(()=>{v({type:"changeMonthTimezone",newTimezone:f.getTimezone(m)})},[m,f]);let b=R.useCallback(e=>{v((0,ua.A)({type:"changeMonth"},e)),c&&c(e.newMonth)},[c]),x=R.useCallback(e=>{f.isSameMonth(e,g.currentMonth)||b({newMonth:f.startOfMonth(e),direction:f.isAfterDay(e,g.currentMonth)?"left":"right"})},[g.currentMonth,b,f]),y=A1({shouldDisableDate:h,minDate:a,maxDate:l,disableFuture:i,disablePast:o,timezone:d}),w=R.useCallback(()=>{v({type:"finishMonthSwitchingAnimation"})},[]);return{referenceDate:m,calendarState:g,changeMonth:x,changeFocusedDay:(0,CJ.A)((e,t)=>{y(e)||v({type:"changeFocusedDay",focusedDay:e,withoutMonthSwitchingAnimation:t})}),isDateDisabled:y,onMonthSwitchingAnimationEnd:w,handleChangeMonth:b}})({value:Q,referenceDate:f,reduceAnimations:x,onMonthChange:b,minDate:P,maxDate:j,shouldDisableDate:y,disablePast:m,disableFuture:p,timezone:J}),ef=T&&Q||P,ep=T&&Q||j,em=`${l}-grid-label`,eg=null!==en,ev=z?.calendarHeader??k8,eb=(0,CW.A)({elementType:ev,externalSlotProps:_?.calendarHeader,additionalProps:{views:A,view:ee,currentMonth:el.currentMonth,onViewChange:et,onMonthChange:(e,t)=>eu({newMonth:e,direction:t}),minDate:ef,maxDate:ep,disabled:T,disablePast:m,disableFuture:p,reduceAnimations:x,timezone:J,labelId:em},ownerState:a}),ex=(0,CJ.A)(e=>{let t=s.startOfMonth(e),n=s.endOfMonth(e),r=eh(e)?S3({utils:s,date:e,minDate:s.isBefore(P,t)?t:P,maxDate:s.isAfter(j,n)?n:j,disablePast:m,disableFuture:p,isDateDisabled:eh,timezone:J}):e;r?(eo(r,"finish"),b?.(t)):(ei(),ec(t)),ea(r,!0)}),ey=(0,CJ.A)(e=>{let t=s.startOfYear(e),n=s.endOfYear(e),r=eh(e)?S3({utils:s,date:e,minDate:s.isBefore(P,t)?t:P,maxDate:s.isAfter(j,n)?n:j,disablePast:m,disableFuture:p,isDateDisabled:eh,timezone:J}):e;r?(eo(r,"finish"),v?.(r)):(ei(),ec(t)),ea(r,!0)}),ew=(0,CJ.A)(e=>e?Z(S5(s,e,Q??es),"finish",ee):Z(e,"finish",ee));R.useEffect(()=>{null!=Q&&s.isValid(Q)&&ec(Q)},[Q]);let eS=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],viewTransitionContainer:["viewTransitionContainer"]},Mt,t)})(a),eC={disablePast:m,disableFuture:p,maxDate:j,minDate:P},eA={disableHighlightToday:L,readOnly:O,disabled:T,timezone:J,gridLabelId:em,slots:z,slotProps:_},ek=R.useRef(ee);R.useEffect(()=>{ek.current!==ee&&(en===ek.current&&er(ee,!0),ek.current=ee)},[en,er,ee]);let eM=R.useMemo(()=>[Q],[Q]);return(0,D.jsxs)(Mr,(0,ua.A)({ref:t,className:(0,I.A)(eS.root,M),ownerState:a},X,{children:[(0,D.jsx)(ev,(0,ua.A)({},eb,{slots:z,slotProps:_})),(0,D.jsx)(Mi,{reduceAnimations:x,className:eS.viewTransitionContainer,transKey:ee,ownerState:a,children:(0,D.jsxs)("div",{children:["year"===ee&&(0,D.jsx)(kX,(0,ua.A)({},eC,eA,{value:Q,onChange:ey,shouldDisableYear:S,hasFocus:eg,onFocusedViewChange:e=>er("year",e),yearsOrder:G,yearsPerRow:U,referenceDate:es})),"month"===ee&&(0,D.jsx)(kH,(0,ua.A)({},eC,eA,{hasFocus:eg,className:M,value:Q,onChange:ex,shouldDisableMonth:w,onFocusedViewChange:e=>er("month",e),monthsPerRow:K,referenceDate:es})),"day"===ee&&(0,D.jsx)(kO,(0,ua.A)({},el,eC,eA,{onMonthSwitchingAnimationEnd:ed,onFocusedDayChange:ea,reduceAnimations:x,selectedDays:eM,onSelectedDaysChange:ew,shouldDisableDate:y,shouldDisableMonth:w,shouldDisableYear:S,hasFocus:eg,onFocusedViewChange:e=>er("day",e),showDaysOutsideCurrentMonth:V,fixedWeekNumber:N,dayOfWeekFormatter:H,displayWeekNumber:q,loading:$,renderLoading:W}))]})})]}))}),Ms=({view:e,onViewChange:t,views:n,focusedView:r,onFocusedViewChange:i,value:o,defaultValue:s,referenceDate:l,onChange:a,className:c,classes:u,disableFuture:h,disablePast:d,minDate:f,maxDate:p,shouldDisableDate:m,shouldDisableMonth:g,shouldDisableYear:v,reduceAnimations:b,onMonthChange:x,monthsPerRow:y,onYearChange:w,yearsOrder:S,yearsPerRow:C,slots:A,slotProps:k,loading:M,renderLoading:T,disableHighlightToday:R,readOnly:O,disabled:I,showDaysOutsideCurrentMonth:E,dayOfWeekFormatter:P,sx:j,autoFocus:L,fixedWeekNumber:B,displayWeekNumber:F,timezone:V})=>(0,D.jsx)(Mo,{view:e,onViewChange:t,views:n.filter(Ce),focusedView:r&&Ce(r)?r:null,onFocusedViewChange:i,value:o,defaultValue:s,referenceDate:l,onChange:a,className:c,classes:u,disableFuture:h,disablePast:d,minDate:f,maxDate:p,shouldDisableDate:m,shouldDisableMonth:g,shouldDisableYear:v,reduceAnimations:b,onMonthChange:x,monthsPerRow:y,onYearChange:w,yearsOrder:S,yearsPerRow:C,slots:A,slotProps:k,loading:M,renderLoading:T,disableHighlightToday:R,readOnly:O,disabled:I,showDaysOutsideCurrentMonth:E,dayOfWeekFormatter:P,sx:j,autoFocus:L,fixedWeekNumber:B,displayWeekNumber:F,timezone:V});function Ml(e){let{props:t,validator:n,value:r,timezone:i,onError:o}=e,s=S1(),l=R.useRef(n.valueManager.defaultErrorState),a=n({adapter:s,value:r,timezone:i,props:t}),c=n.valueManager.hasError(a);return R.useEffect(()=>{o&&!n.valueManager.isSameError(a,l.current)&&o(a,r),l.current=a},[n,o,a,r]),{validationError:a,hasValidationError:c,getValidationErrorForNewValue:(0,CJ.A)(e=>n({adapter:s,value:e,timezone:i,props:t}))}}let Ma=["className","sx"],Mc=(e=document)=>{let t=e.activeElement;return t?t.shadowRoot?Mc(t.shadowRoot):t:null};function Mu(){return"undefined"==typeof window?"portrait":window.screen&&window.screen.orientation&&window.screen.orientation.angle?90===Math.abs(window.screen.orientation.angle)?"landscape":"portrait":window.orientation&&90===Math.abs(Number(window.orientation))?"landscape":"portrait"}function Mh(e){return(0,z.Ay)("MuiPickersLayout",e)}let Md=(0,H.A)("MuiPickersLayout",["root","landscape","contentWrapper","toolbar","actionBar","tabs","shortcuts"]),Mf=["onAccept","onClear","onCancel","onSetToday","actions"];function Mp(e){let{onAccept:t,onClear:n,onCancel:r,onSetToday:i,actions:o}=e,s=(0,uc.A)(e,Mf),l=S1().localeText;if(null==o||0===o.length)return null;let a=o?.map(e=>{switch(e){case"clear":return(0,D.jsx)(K.A,{onClick:n,children:l.clearButtonLabel},e);case"cancel":return(0,D.jsx)(K.A,{onClick:r,children:l.cancelButtonLabel},e);case"accept":return(0,D.jsx)(K.A,{onClick:t,children:l.okButtonLabel},e);case"today":return(0,D.jsx)(K.A,{onClick:i,children:l.todayButtonLabel},e);default:return null}});return(0,D.jsx)(ar.A,(0,ua.A)({},s,{children:a}))}var Mm=n(76477),Mg=n(79223),Mv=n(6835);function Mb(e){return(0,z.Ay)("MuiListItem",e)}function Mx(e){return(0,z.Ay)("MuiListItemSecondaryAction",e)}(0,H.A)("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]),(0,H.A)("MuiListItemSecondaryAction",["root","disableGutters"]);let My=(0,B.A)("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}}]}),Mw=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiListItemSecondaryAction"}),{className:r,...i}=n,o=R.useContext(o6.A),s={...n,disableGutters:o.disableGutters},l=(e=>{let{disableGutters:t,classes:n}=e;return(0,E.A)({root:["root",t&&"disableGutters"]},Mx,n)})(s);return(0,D.jsx)(My,{className:(0,I.A)(l.root,r),ownerState:s,ref:t,...i})});Mw.muiName="ListItemSecondaryAction";let MS=(0,B.A)("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,F.A)(({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:{[`& > .${o7.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}}]}))),MC=(0,B.A)("li",{name:"MuiListItem",slot:"Container",overridesResolver:(e,t)=>t.container})({position:"relative"}),MA=R.forwardRef(function(e,t){let n=(0,N.b)({props:e,name:"MuiListItem"}),{alignItems:r="center",children:i,className:o,component:s,components:l={},componentsProps:a={},ContainerComponent:c="li",ContainerProps:{className:u,...h}={},dense:d=!1,disableGutters:f=!1,disablePadding:p=!1,divider:m=!1,secondaryAction:g,slotProps:v={},slots:b={},...x}=n,y=R.useContext(o6.A),w=R.useMemo(()=>({dense:d||y.dense||!1,alignItems:r,disableGutters:f}),[r,y.dense,d,f]),S=R.useRef(null),C=R.Children.toArray(i),A=C.length&&(0,Mv.A)(C[C.length-1],["ListItemSecondaryAction"]),k={...n,alignItems:r,dense:w.dense,disableGutters:f,disablePadding:p,divider:m,hasSecondaryAction:A},M=(e=>{let{alignItems:t,classes:n,dense:r,disableGutters:i,disablePadding:o,divider:s,hasSecondaryAction:l}=e;return(0,E.A)({root:["root",r&&"dense",!i&&"gutters",!o&&"padding",s&&"divider","flex-start"===t&&"alignItemsFlexStart",l&&"secondaryAction"],container:["container"]},Mb,n)})(k),T=(0,o8.A)(S,t),O=b.root||l.Root||MS,P=v.root||a.root||{},j={className:(0,I.A)(M.root,P.className,o),...x},L=s||"li";return A?(L=j.component||s?L:"div","li"===c&&("li"===L?L="div":"li"===j.component&&(j.component="div")),(0,D.jsx)(o6.A.Provider,{value:w,children:(0,D.jsxs)(MC,{as:c,className:(0,I.A)(M.container,u),ref:T,ownerState:k,...h,children:[(0,D.jsx)(O,{...P,...!(0,Mg.A)(O)&&{as:L,ownerState:{...k,...P.ownerState}},...j,children:C}),C.pop()]})})):(0,D.jsx)(o6.A.Provider,{value:w,children:(0,D.jsxs)(O,{...P,as:L,ref:T,...!(0,Mg.A)(O)&&{ownerState:{...k,...P.ownerState}},...j,children:[C,g&&(0,D.jsx)(Mw,{children:g})]})})});var Mk=n(47601);let MM=["items","changeImportance","isLandscape","onChange","isValid"],MT=["getValue"];function MD(e){let{items:t,changeImportance:n="accept",onChange:r,isValid:i}=e,o=(0,uc.A)(e,MM);if(null==t||0===t.length)return null;let s=t.map(e=>{let{getValue:t}=e,o=(0,uc.A)(e,MT),s=t({isValid:i});return(0,ua.A)({},o,{label:o.label,onClick:()=>{r(s,n,o)},disabled:!i(s)})});return(0,D.jsx)(Mm.A,(0,ua.A)({dense:!0,sx:[{maxHeight:336,maxWidth:200,overflow:"auto"},...Array.isArray(o.sx)?o.sx:[o.sx]]},o,{children:s.map(e=>(0,D.jsx)(MA,{children:(0,D.jsx)(Mk.A,(0,ua.A)({},e))},e.id??e.label))}))}let MR=(0,B.A)("div",{name:"MuiPickersLayout",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"grid",gridAutoColumns:"max-content auto max-content",gridAutoRows:"max-content auto max-content",[`& .${Md.actionBar}`]:{gridColumn:"1 / 4",gridRow:3},variants:[{props:{isLandscape:!0},style:{[`& .${Md.toolbar}`]:{gridColumn:1,gridRow:"2 / 3"},[`.${Md.shortcuts}`]:{gridColumn:"2 / 4",gridRow:1}}},{props:{isLandscape:!0,isRtl:!0},style:{[`& .${Md.toolbar}`]:{gridColumn:3}}},{props:{isLandscape:!1},style:{[`& .${Md.toolbar}`]:{gridColumn:"2 / 4",gridRow:1},[`& .${Md.shortcuts}`]:{gridColumn:1,gridRow:"2 / 3"}}},{props:{isLandscape:!1,isRtl:!0},style:{[`& .${Md.shortcuts}`]:{gridColumn:3}}}]}),MO=(0,B.A)("div",{name:"MuiPickersLayout",slot:"ContentWrapper",overridesResolver:(e,t)=>t.contentWrapper})({gridColumn:2,gridRow:2,display:"flex",flexDirection:"column"}),MI=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersLayout"}),{toolbar:r,content:i,tabs:o,actionBar:s,shortcuts:l}=(e=>{let{wrapperVariant:t,onAccept:n,onClear:r,onCancel:i,onSetToday:o,view:s,views:l,onViewChange:a,value:c,onChange:u,onSelectShortcut:h,isValid:d,isLandscape:f,disabled:p,readOnly:m,children:g,slots:v,slotProps:b}=e,x=(e=>{let{classes:t,isLandscape:n}=e;return(0,E.A)({root:["root",n&&"landscape"],contentWrapper:["contentWrapper"],toolbar:["toolbar"],actionBar:["actionBar"],tabs:["tabs"],landscape:["landscape"],shortcuts:["shortcuts"]},Mh,t)})(e),y=v?.actionBar??Mp,w=(0,CW.A)({elementType:y,externalSlotProps:b?.actionBar,additionalProps:{onAccept:n,onClear:r,onCancel:i,onSetToday:o,actions:"desktop"===t?[]:["cancel","accept"]},className:x.actionBar,ownerState:(0,ua.A)({},e,{wrapperVariant:t})}),S=(0,D.jsx)(y,(0,ua.A)({},w)),C=v?.toolbar,A=(0,CW.A)({elementType:C,externalSlotProps:b?.toolbar,additionalProps:{isLandscape:f,onChange:u,value:c,view:s,onViewChange:a,views:l,disabled:p,readOnly:m},className:x.toolbar,ownerState:(0,ua.A)({},e,{wrapperVariant:t})}),k=null!==A.view&&C?(0,D.jsx)(C,(0,ua.A)({},A)):null,M=v?.tabs,T=s&&M?(0,D.jsx)(M,(0,ua.A)({view:s,onViewChange:a,className:x.tabs},b?.tabs)):null,R=v?.shortcuts??MD,O=(0,CW.A)({elementType:R,externalSlotProps:b?.shortcuts,additionalProps:{isValid:d,isLandscape:f,onChange:h},className:x.shortcuts,ownerState:{isValid:d,isLandscape:f,onChange:h,wrapperVariant:t}});return{toolbar:k,content:g,tabs:T,actionBar:S,shortcuts:s&&R?(0,D.jsx)(R,(0,ua.A)({},O)):null}})(n),{sx:a,className:c,isLandscape:u,wrapperVariant:h}=n,d=(e=>{let{isLandscape:t,classes:n}=e;return(0,E.A)({root:["root",t&&"landscape"],contentWrapper:["contentWrapper"]},Mh,n)})(n);return(0,D.jsxs)(MR,{ref:t,sx:a,className:(0,I.A)(d.root,c),ownerState:n,children:[u?l:r,u?r:l,(0,D.jsx)(MO,{className:d.contentWrapper,children:"desktop"===h?(0,D.jsxs)(R.Fragment,{children:[i,o]}):(0,D.jsxs)(R.Fragment,{children:[o,i]})}),s]})}),ME=["props","ref"],MP=(0,B.A)(MI)(({theme:e})=>({overflow:"hidden",minWidth:320,backgroundColor:(e.vars||e).palette.background.paper})),Mj=({adapter:e,value:t,timezone:n,props:r})=>{if(null===t)return null;let{minTime:i,maxTime:o,minutesStep:s,shouldDisableTime:l,disableIgnoringDatePartForTimeValidation:a=!1,disablePast:c,disableFuture:u}=r,h=e.utils.date(void 0,n),d=CP(a,e.utils);switch(!0){case!e.utils.isValid(t):return"invalidDate";case!!(i&&d(i,t)):return"minTime";case!!(o&&d(t,o)):return"maxTime";case!!(u&&e.utils.isAfter(t,h)):return"disableFuture";case!!(c&&e.utils.isBefore(t,h)):return"disablePast";case!!(l&&l(t,"hours")):return"shouldDisableTime-hours";case!!(l&&l(t,"minutes")):return"shouldDisableTime-minutes";case!!(l&&l(t,"seconds")):return"shouldDisableTime-seconds";case!!(s&&e.utils.getMinutes(t)%s!=0):return"minutesStep";default:return null}};Mj.valueManager=AG;let ML=({adapter:e,value:t,timezone:n,props:r})=>{let i=A0({adapter:e,value:t,timezone:n,props:r});return null!==i?i:Mj({adapter:e,value:t,timezone:n,props:r})};ML.valueManager=AG;let MB=R.forwardRef(function(e,t){let n,r,i,o,s,l=(n=S1().utils,r=S1().defaultDates,o=(i=SK({props:e,name:"MuiStaticDateTimePicker"})).ampm??n.is12HourCycleInCurrentLocale(),s=R.useMemo(()=>i.localeText?.toolbarTitle==null?i.localeText:(0,ua.A)({},i.localeText,{dateTimePickerToolbarTitle:i.localeText.toolbarTitle}),[i.localeText]),(0,ua.A)({},i,(({openTo:e,defaultOpenTo:t,views:n,defaultViews:r})=>{let i,o=n??r;if(null!=e)i=e;else if(o.includes(t))i=t;else if(o.length>0)i=o[0];else throw Error("MUI X: The `views` prop must contain at least one view.");return{views:o,openTo:i}})({views:i.views,openTo:i.openTo,defaultViews:["year","day","hours","minutes"],defaultOpenTo:"day"}),{ampm:o,localeText:s,orientation:i.orientation??"portrait",disableIgnoringDatePartForTimeValidation:i.disableIgnoringDatePartForTimeValidation??!!(i.minDateTime||i.maxDateTime||i.disablePast||i.disableFuture),disableFuture:i.disableFuture??!1,disablePast:i.disablePast??!1,minDate:S4(n,i.minDateTime??i.minDate,r.minDate),maxDate:S4(n,i.maxDateTime??i.maxDate,r.maxDate),minTime:i.minDateTime??i.minTime,maxTime:i.maxDateTime??i.maxTime,slots:(0,ua.A)({toolbar:C_,tabs:Cd},i.slots),slotProps:(0,ua.A)({},i.slotProps,{toolbar:(0,ua.A)({ampm:o},i.slotProps?.toolbar)})})),a=l.displayStaticWrapperAs??"mobile",c=l.ampmInClock??"desktop"===a,u=(0,ua.A)({day:Ms,month:Ms,year:Ms,hours:AJ,minutes:AJ,seconds:AJ},l.viewRenderers),{renderPicker:h}=(e=>{let{props:t,ref:n}=e,r=(0,uc.A)(e,ME),{localeText:i,slots:o,slotProps:s,className:l,sx:a,displayStaticWrapperAs:c,autoFocus:u}=t,{layoutProps:h,renderCurrentView:d}=(({props:e,valueManager:t,valueType:n,wrapperVariant:r,additionalViewProps:i,validator:o,autoFocusView:s,rendererInterceptor:l,fieldRef:a})=>{let c=(({props:e,valueManager:t,valueType:n,wrapperVariant:r,validator:i})=>{let{onAccept:o,onChange:s,value:l,defaultValue:a,closeOnSelect:c="desktop"===r,timezone:u,referenceDate:h}=e,{current:d}=R.useRef(a),{current:f}=R.useRef(void 0!==l),[p,m]=R.useState(u),g=S1().utils,v=S1(),{isOpen:b,setIsOpen:x}=(({open:e,onOpen:t,onClose:n})=>{let r=R.useRef("boolean"==typeof e).current,[i,o]=R.useState(!1);return R.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:R.useCallback(e=>{r||o(e),e&&t&&t(),!e&&n&&n()},[r,t,n])}})(e),{timezone:y,value:w,handleValueChange:S}=AA({timezone:u,value:l,defaultValue:d,referenceDate:h,onChange:s,valueManager:t}),[C,A]=R.useState(()=>{let e;return{draft:e=void 0!==w?w:void 0!==d?d:t.emptyValue,lastPublishedValue:e,lastCommittedValue:e,lastControlledValue:l,hasBeenModifiedSinceMount:!1}}),k=t.getTimezone(g,C.draft);p!==u&&(m(u),u&&k&&u!==k&&A(e=>(0,ua.A)({},e,{draft:t.setTimezone(g,u,e.draft)})));let{getValidationErrorForNewValue:M}=Ml({props:e,validator:i,timezone:y,value:C.draft,onError:e.onError}),T=(0,CJ.A)(e=>{let n={action:e,dateState:C,hasChanged:n=>!t.areValuesEqual(g,e.value,n),isControlled:f,closeOnSelect:c},r=(e=>{let{action:t,hasChanged:n,dateState:r,isControlled:i}=e,o=!i&&!r.hasBeenModifiedSinceMount;return"setValueFromField"===t.name||("setValueFromAction"===t.name?!!(o&&["accept","today","clear"].includes(t.pickerAction))||n(r.lastPublishedValue):("setValueFromView"===t.name&&"shallow"!==t.selectionState||"setValueFromShortcut"===t.name)&&(!!o||n(r.lastPublishedValue)))})(n),i=(e=>{let{action:t,hasChanged:n,dateState:r,isControlled:i,closeOnSelect:o}=e,s=!i&&!r.hasBeenModifiedSinceMount;return"setValueFromAction"===t.name?!!(s&&["accept","today","clear"].includes(t.pickerAction))||n(r.lastCommittedValue):"setValueFromView"===t.name&&"finish"===t.selectionState&&o?!!s||n(r.lastCommittedValue):"setValueFromShortcut"===t.name&&"accept"===t.changeImportance&&n(r.lastCommittedValue)})(n),s=(e=>{let{action:t,closeOnSelect:n}=e;return"setValueFromAction"===t.name||("setValueFromView"===t.name?"finish"===t.selectionState&&n:"setValueFromShortcut"===t.name&&"accept"===t.changeImportance)})(n);A(t=>(0,ua.A)({},t,{draft:e.value,lastPublishedValue:r?e.value:t.lastPublishedValue,lastCommittedValue:i?e.value:t.lastCommittedValue,hasBeenModifiedSinceMount:!0}));let l=null,a=()=>(l||(l={validationError:"setValueFromField"===e.name?e.context.validationError:M(e.value)},"setValueFromShortcut"===e.name&&(l.shortcut=e.shortcut)),l);r&&S(e.value,a()),i&&o&&o(e.value,a()),s&&x(!1)});if(C.lastControlledValue!==l){let e=t.areValuesEqual(g,C.draft,w);A(t=>(0,ua.A)({},t,{lastControlledValue:l},e?{}:{lastCommittedValue:w,lastPublishedValue:w,draft:w,hasBeenModifiedSinceMount:!0}))}let D=(0,CJ.A)(()=>{T({value:t.emptyValue,name:"setValueFromAction",pickerAction:"clear"})}),O=(0,CJ.A)(()=>{T({value:C.lastPublishedValue,name:"setValueFromAction",pickerAction:"accept"})}),I=(0,CJ.A)(()=>{T({value:C.lastPublishedValue,name:"setValueFromAction",pickerAction:"dismiss"})}),E=(0,CJ.A)(()=>{T({value:C.lastCommittedValue,name:"setValueFromAction",pickerAction:"cancel"})}),P=(0,CJ.A)(()=>{T({value:t.getTodayValue(g,y,n),name:"setValueFromAction",pickerAction:"today"})}),j=(0,CJ.A)(e=>{e.preventDefault(),x(!0)}),L=(0,CJ.A)(e=>{e?.preventDefault(),x(!1)}),B=(0,CJ.A)((e,t="partial")=>T({name:"setValueFromView",value:e,selectionState:t})),F=(0,CJ.A)((e,t,n)=>T({name:"setValueFromShortcut",value:e,changeImportance:t,shortcut:n})),V=(0,CJ.A)((e,t)=>T({name:"setValueFromField",value:e,context:t})),N={onClear:D,onAccept:O,onDismiss:I,onCancel:E,onSetToday:P,onOpen:j,onClose:L},H={value:C.draft,onChange:V},z=R.useMemo(()=>t.cleanValue(g,C.draft),[g,t,C.draft]),_=(0,ua.A)({},N,{value:z,onChange:B,onSelectShortcut:F,isValid:n=>{let r=i({adapter:v,value:n,timezone:y,props:e});return!t.hasError(r)}}),$=R.useMemo(()=>({onOpen:j,onClose:L,open:b}),[b,L,j]);return{open:b,fieldProps:H,viewProps:{value:z,onChange:B,onClose:L,open:b},layoutProps:_,actions:N,contextValue:$}})({props:e,valueManager:t,valueType:n,wrapperVariant:r,validator:o}),u=(({props:e,propsFromPickerValue:t,additionalViewProps:n,autoFocusView:r,rendererInterceptor:i,fieldRef:o})=>{let{onChange:s,open:l,onClose:a}=t,{view:c,views:u,openTo:h,onViewChange:d,viewRenderers:f,timezone:p}=e,m=(0,uc.A)(e,Ma),{view:g,setView:v,defaultView:b,focusedView:x,setFocusedView:y,setValueAndGoToNextView:w}=C1({view:c,views:u,openTo:h,onChange:s,onViewChange:d,autoFocus:r}),{hasUIView:S,viewModeLookup:C}=R.useMemo(()=>u.reduce((e,t)=>{let n;return n=null!=f[t]?"UI":"field",e.viewModeLookup[t]=n,"UI"===n&&(e.hasUIView=!0),e},{hasUIView:!1,viewModeLookup:{}}),[f,u]),A=R.useMemo(()=>u.reduce((e,t)=>null!=f[t]&&CO(t)?e+1:e,0),[f,u]),k=C[g],M=(0,CJ.A)(()=>"UI"===k),[T,D]=R.useState("UI"===k?g:null);return T!==g&&"UI"===C[g]&&D(g),(0,C3.A)(()=>{"field"===k&&l&&(a(),setTimeout(()=>{o?.current?.setSelectedSections(g),o?.current?.focusField(g)}))},[g]),(0,C3.A)(()=>{if(!l)return;let e=g;"field"===k&&null!=T&&(e=T),e!==b&&"UI"===C[e]&&"UI"===C[b]&&(e=b),e!==g&&v(e),y(e,!0)},[l]),{hasUIView:S,shouldRestoreFocus:M,layoutProps:{views:u,view:T,onViewChange:v},renderCurrentView:()=>{if(null==T)return null;let e=f[T];if(null==e)return null;let r=(0,ua.A)({},m,n,t,{views:u,timezone:p,onChange:w,view:T,onViewChange:v,focusedView:x,onFocusedViewChange:y,showViewSwitcher:A>1,timeViewsCount:A});return i?i(f,T,r):e(r)}}})({props:e,additionalViewProps:i,autoFocusView:s,fieldRef:a,propsFromPickerValue:c.viewProps,rendererInterceptor:l}),h=(({props:e,propsFromPickerValue:t,propsFromPickerViews:n,wrapperVariant:r})=>{let{orientation:i}=e,o=((e,t)=>{var n;let[r,i]=R.useState(Mu);return(0,C3.A)(()=>{let e=()=>{i(Mu())};return window.addEventListener("orientationchange",e),()=>{window.removeEventListener("orientationchange",e)}},[]),(Array.isArray(n=["hours","minutes","seconds"])?!n.every(t=>-1!==e.indexOf(t)):-1===e.indexOf(n))&&"landscape"===(t||r)})(n.views,i),s=(0,s4.I)();return{layoutProps:(0,ua.A)({},n,t,{isLandscape:o,isRtl:s,wrapperVariant:r,disabled:e.disabled,readOnly:e.readOnly})}})({props:e,wrapperVariant:r,propsFromPickerValue:c.layoutProps,propsFromPickerViews:u.layoutProps}),d=function(e){let{props:t,pickerValueResponse:n}=e;return R.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:c});return{open:c.open,actions:c.actions,fieldProps:c.fieldProps,renderCurrentView:u.renderCurrentView,hasUIView:u.hasUIView,shouldRestoreFocus:u.shouldRestoreFocus,layoutProps:h.layoutProps,contextValue:c.contextValue,ownerState:d}})((0,ua.A)({},r,{props:t,autoFocusView:u??!1,additionalViewProps:{},wrapperVariant:c})),f=o?.layout??MP;return{renderPicker:()=>(0,D.jsx)(SQ,{localeText:i,children:(0,D.jsx)(f,(0,ua.A)({},h,s?.layout,{slots:o,slotProps:s,sx:[...Array.isArray(a)?a:[a],...Array.isArray(s?.layout?.sx)?s.layout.sx:[s?.layout?.sx]],className:(0,I.A)(l,s?.layout?.className),ref:n,children:d()}))})}})({props:(0,ua.A)({},l,{viewRenderers:u,displayStaticWrapperAs:a,ampmInClock:c,yearsPerRow:l.yearsPerRow??("mobile"===a?3:4),slotProps:(0,ua.A)({},l.slotProps,{tabs:(0,ua.A)({hidden:"desktop"===a},l.slotProps?.tabs),toolbar:(0,ua.A)({hidden:"desktop"===a,ampmInClock:c},l.slotProps?.toolbar)})}),valueManager:AG,valueType:"date-time",validator:ML,ref:t});return h()});MB.propTypes={ampm:SJ().bool,ampmInClock:SJ().bool,autoFocus:SJ().bool,className:SJ().string,dayOfWeekFormatter:SJ().func,defaultValue:SJ().object,disabled:SJ().bool,disableFuture:SJ().bool,disableHighlightToday:SJ().bool,disableIgnoringDatePartForTimeValidation:SJ().bool,disablePast:SJ().bool,displayStaticWrapperAs:SJ().oneOf(["desktop","mobile"]),displayWeekNumber:SJ().bool,fixedWeekNumber:SJ().number,loading:SJ().bool,localeText:SJ().object,maxDate:SJ().object,maxDateTime:SJ().object,maxTime:SJ().object,minDate:SJ().object,minDateTime:SJ().object,minTime:SJ().object,minutesStep:SJ().number,monthsPerRow:SJ().oneOf([3,4]),onAccept:SJ().func,onChange:SJ().func,onClose:SJ().func,onError:SJ().func,onMonthChange:SJ().func,onViewChange:SJ().func,onYearChange:SJ().func,openTo:SJ().oneOf(["day","hours","minutes","month","seconds","year"]),orientation:SJ().oneOf(["landscape","portrait"]),readOnly:SJ().bool,reduceAnimations:SJ().bool,referenceDate:SJ().object,renderLoading:SJ().func,shouldDisableDate:SJ().func,shouldDisableMonth:SJ().func,shouldDisableTime:SJ().func,shouldDisableYear:SJ().func,showDaysOutsideCurrentMonth:SJ().bool,slotProps:SJ().object,slots:SJ().object,sx:SJ().oneOfType([SJ().arrayOf(SJ().oneOfType([SJ().func,SJ().object,SJ().bool])),SJ().func,SJ().object]),timezone:SJ().string,value:SJ().object,view:SJ().oneOf(["day","hours","minutes","month","seconds","year"]),viewRenderers:SJ().shape({day:SJ().func,hours:SJ().func,minutes:SJ().func,month:SJ().func,seconds:SJ().func,year:SJ().func}),views:SJ().arrayOf(SJ().oneOf(["day","hours","minutes","month","seconds","year"]).isRequired),yearsOrder:SJ().oneOf(["asc","desc"]),yearsPerRow:SJ().oneOf([3,4])};let MF=({utils:e,date:t,shouldRespectLeadingZeros:n,localeText:r,localizedDigits:i,now:o,token:s,startSeparator:l})=>{if(""===s)throw Error("MUI X: Should not call `commitToken` with an empty token");let a=AD(e,s),c=AH(e,a.contentType,a.type,s),u=n?c:"digit"===a.contentType,h=null!=t&&e.isValid(t),d=h?e.formatByString(t,s):"",f=null;if(u)if(c)f=""===d?e.formatByString(o,s).length:d.length;else{if(null==a.maxLength)throw Error(`MUI X: The token ${s} should have a 'maxDigitNumber' property on it's adapter`);f=a.maxLength,h&&(d=AP(AL(AE(d,i),f),i))}return(0,ua.A)({},a,{format:s,maxLength:f,value:d,placeholder:((e,t,n,r)=>{switch(n.type){case"year":return t.fieldYearPlaceholder({digitAmount:e.formatByString(e.date(void 0,"default"),r).length,format:r});case"month":return t.fieldMonthPlaceholder({contentType:n.contentType,format:r});case"day":return t.fieldDayPlaceholder({format:r});case"weekDay":return t.fieldWeekDayPlaceholder({contentType:n.contentType,format:r});case"hours":return t.fieldHoursPlaceholder({format:r});case"minutes":return t.fieldMinutesPlaceholder({format:r});case"seconds":return t.fieldSecondsPlaceholder({format:r});case"meridiem":return t.fieldMeridiemPlaceholder({format:r});default:return r}})(e,r,a,s),hasLeadingZerosInFormat:c,hasLeadingZerosInInput:u,startSeparator:l,endSeparator:"",modified:!1})},MV=e=>{let t=(({utils:e,format:t})=>{let n=10,r=t,i=e.expandFormat(t);for(;i!==r;)if(r=i,i=e.expandFormat(r),(n-=1)<0)throw Error("MUI X: The format expansion seems to be in an infinite loop. Please open an issue with the format passed to the picker component.");return i})(e);e.isRtl&&e.enableAccessibleFieldDOMStructure&&(t=t.split(" ").reverse().join(" "));let n=(({utils:e,expandedFormat:t})=>{let n=[],{start:r,end:i}=e.escapedCharacters,o=RegExp(`(\\${r}[^\\${i}]*\\${i})+`,"g"),s=null;for(;s=o.exec(t);)n.push({start:s.index,end:o.lastIndex-1});return n})((0,ua.A)({},e,{expandedFormat:t})),r=(e=>{let{utils:t,expandedFormat:n,escapedParts:r}=e,i=t.date(void 0),o=[],s="",l=Object.keys(t.formatTokenMap).sort((e,t)=>t.length-e.length),a=/^([a-zA-Z]+)/,c=RegExp(`^(${l.join("|")})*$`),u=RegExp(`^(${l.join("|")})`),h=e=>r.find(t=>t.start<=e&&t.end>=e),d=0;for(;d<n.length;){let t=h(d),r=null!=t,l=a.exec(n.slice(d))?.[1];if(!r&&null!=l&&c.test(l)){let t=l;for(;t.length>0;){let n=u.exec(t)[1];t=t.slice(n.length),o.push(MF((0,ua.A)({},e,{now:i,token:n,startSeparator:s}))),s=""}d+=l.length}else{let e=n[d];r&&t?.start===d||t?.end===d||(0===o.length?s+=e:o[o.length-1].endSeparator+=e),d+=1}}return 0===o.length&&s.length>0&&o.push({type:"empty",contentType:"letter",maxLength:null,format:"",value:"",placeholder:"",hasLeadingZerosInFormat:!1,hasLeadingZerosInInput:!1,startSeparator:s,endSeparator:"",modified:!1}),o})((0,ua.A)({},e,{expandedFormat:t,escapedParts:n}));return(({isRtl:e,formatDensity:t,sections:n})=>n.map(n=>{let r=n=>{let r=n;return e&&null!==r&&r.includes(" ")&&(r=`\u2069${r}\u2066`),"spacious"===t&&["/",".","-"].includes(r)&&(r=` ${r} `),r};return n.startSeparator=r(n.startSeparator),n.endSeparator=r(n.endSeparator),n}))((0,ua.A)({},e,{sections:r}))},MN=e=>{let{internalProps:{disabled:t,readOnly:n=!1},forwardedProps:{sectionListRef:r,onBlur:i,onClick:o,onFocus:s,onInput:l,onPaste:a,focused:c,autoFocus:u=!1},fieldValueManager:h,applyCharacterEditing:d,resetCharacterQuery:f,setSelectedSections:p,parsedSelectedSections:m,state:g,clearActiveSection:v,clearValue:b,updateSectionValue:x,updateValueFromValueStr:y,sectionOrder:w,areAllSectionsEmpty:S,sectionsValueBoundaries:C}=e,A=R.useRef(null),k=(0,A6.A)(r,A),M=S1().localeText,T=S1().utils,D=(0,C$.A)(),[O,I]=R.useState(!1),E=R.useMemo(()=>({syncSelectionToDOM:()=>{let e;if(!A.current)return;let t=document.getSelection();if(!t)return;if(null==m){t.rangeCount>0&&A.current.getRoot().contains(t.getRangeAt(0).startContainer)&&t.removeAllRanges(),O&&A.current.getRoot().blur();return}if(!A.current.getRoot().contains(Mc(document)))return;let n=new window.Range;e="all"===m?A.current.getRoot():"empty"===g.sections[m].type?A.current.getSectionContainer(m):A.current.getSectionContent(m),n.selectNodeContents(e),e.focus(),t.removeAllRanges(),t.addRange(n)},getActiveSectionIndexFromDOM:()=>{let e=Mc(document);return e&&A.current&&A.current.getRoot().contains(e)?A.current.getSectionIndexFromDOMElement(e):null},focusField:(e=0)=>{if(!A.current||null!=E.getActiveSectionIndexFromDOM())return;let t=AW(e,g.sections);I(!0),A.current.getSectionContent(t).focus()},setSelectedSections:e=>{if(!A.current)return;let t=AW(e,g.sections);I(null!==("all"===t?0:t)),p(e)},isFieldFocused:()=>{let e=Mc(document);return!!A.current&&A.current.getRoot().contains(e)}}),[m,p,g.sections,O]),P=(0,CJ.A)(e=>{if(!A.current)return;let t=g.sections[e];A.current.getSectionContent(e).innerHTML=t.value||t.placeholder,E.syncSelectionToDOM()}),j=(0,CJ.A)((e,...t)=>{!e.isDefaultPrevented()&&A.current&&(I(!0),o?.(e,...t),"all"===m?setTimeout(()=>{let e=document.getSelection().getRangeAt(0).startOffset;if(0===e)return void p(w.startIndex);let t=0,n=0;for(;n<e&&t<g.sections.length;){let e=g.sections[t];t+=1,n+=`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`.length}p(t-1)}):O?A.current.getRoot().contains(e.target)||p(w.startIndex):(I(!0),p(w.startIndex)))}),L=(0,CJ.A)(e=>{if(l?.(e),!A.current||"all"!==m)return;let t=e.target.textContent??"";A.current.getRoot().innerHTML=g.sections.map(e=>`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`).join(""),E.syncSelectionToDOM(),0===t.length||10===t.charCodeAt(0)?(f(),b(),p("all")):t.length>1?y(t):("all"===m&&p(0),d({keyPressed:t,sectionIndex:0}))}),B=(0,CJ.A)(e=>{if(a?.(e),n||"all"!==m)return void e.preventDefault();let t=e.clipboardData.getData("text");e.preventDefault(),f(),y(t)}),F=(0,CJ.A)((...e)=>{s?.(...e),O||!A.current||(I(!0),null==A.current.getSectionIndexFromDOMElement(Mc(document))&&p(w.startIndex))}),V=(0,CJ.A)((...e)=>{i?.(...e),setTimeout(()=>{if(!A.current)return;let e=Mc(document);A.current.getRoot().contains(e)||(I(!1),p(null))})}),N=(0,CJ.A)(e=>t=>{t.isDefaultPrevented()||p(e)}),H=(0,CJ.A)(e=>{e.preventDefault()}),z=(0,CJ.A)(e=>()=>{p(e)}),_=(0,CJ.A)(e=>{if(e.preventDefault(),n||t||"number"!=typeof m)return;let r=g.sections[m],i=e.clipboardData.getData("text"),o=/^[a-zA-Z]+$/.test(i),s=/^[0-9]+$/.test(i),l=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(i);"letter"===r.contentType&&o||"digit"===r.contentType&&s||"digit-with-letter"===r.contentType&&l?(f(),x({activeSection:r,newSectionValue:i,shouldGoToNextSection:!0})):o||s||(f(),y(i))}),$=(0,CJ.A)(e=>{e.preventDefault(),e.dataTransfer.dropEffect="none"}),W=(0,CJ.A)(e=>{if(!A.current)return;let t=e.target,r=t.textContent??"",i=A.current.getSectionIndexFromDOMElement(t),o=g.sections[i];if(n||!A.current)return void P(i);if(0===r.length){if(""===o.value)return void P(i);let t=e.nativeEvent.inputType;return"insertParagraph"===t||"insertLineBreak"===t?void P(i):(f(),void v())}d({keyPressed:r,sectionIndex:i}),P(i)});(0,C3.A)(()=>{if(O&&A.current){if("all"===m)A.current.getRoot().focus();else if("number"==typeof m){let e=A.current.getSectionContent(m);e&&e.focus()}}},[m,O]);let q=R.useMemo(()=>g.sections.reduce((e,t)=>(e[t.type]=C[t.type]({currentDate:null,contentType:t.contentType,format:t.format}),e),{}),[C,g.sections]),G="all"===m,U=R.useMemo(()=>g.sections.map((e,r)=>{let i=!G&&!t&&!n;return{container:{"data-sectionindex":r,onClick:N(r)},content:{tabIndex:G||r>0?-1:0,contentEditable:!G&&!t&&!n,role:"spinbutton",id:`${D}-${e.type}`,"aria-labelledby":`${D}-${e.type}`,"aria-readonly":n,"aria-valuenow":((e,t)=>{if(e.value)switch(e.type){case"weekDay":if("letter"===e.contentType)return;return Number(e.value);case"meridiem":{let n=t.parse(`01:00 ${e.value}`,`${t.formats.hours12h}:${t.formats.minutes} ${e.format}`);if(n)return+(t.getHours(n)>=12);return}case"day":return"digit-with-letter"===e.contentType?parseInt(e.value,10):Number(e.value);case"month":{if("digit"===e.contentType)return Number(e.value);let n=t.parse(e.value,e.format);return n?t.getMonth(n)+1:void 0}default:return"letter"!==e.contentType?Number(e.value):void 0}})(e,T),"aria-valuemin":q[e.type].minimum,"aria-valuemax":q[e.type].maximum,"aria-valuetext":e.value?((e,t)=>{if(e.value)switch(e.type){case"month":{if("digit"===e.contentType)return t.format(t.setMonth(t.date(),Number(e.value)-1),"month");let n=t.parse(e.value,e.format);return n?t.format(n,"month"):void 0}case"day":return"digit"===e.contentType?t.format(t.setDate(t.startOfYear(t.date()),Number(e.value)),"dayOfMonthFull"):e.value;default:return}})(e,T):M.empty,"aria-label":M[e.type],"aria-disabled":t,spellCheck:!i&&void 0,autoCapitalize:i?"off":void 0,autoCorrect:i?"off":void 0,[parseInt(R.version,10)>=17?"enterKeyHint":"enterkeyhint"]:i?"next":void 0,children:e.value||e.placeholder,onInput:W,onPaste:_,onFocus:z(r),onDragOver:$,onMouseUp:H,inputMode:"letter"===e.contentType?"text":"numeric"},before:{children:e.startSeparator},after:{children:e.endSeparator}}}),[g.sections,z,_,$,W,N,H,t,n,G,M,T,q,D]),K=(0,CJ.A)(e=>{y(e.target.value)}),Y=R.useMemo(()=>S?"":h.getV7HiddenInputValueFromSections(g.sections),[S,g.sections,h]);return R.useEffect(()=>{if(null==A.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");u&&A.current&&A.current.getSectionContent(w.startIndex).focus()},[]),{interactions:E,returnedValue:{autoFocus:u,readOnly:n,focused:c??O,sectionListRef:k,onBlur:V,onClick:j,onFocus:F,onInput:L,onPaste:B,enableAccessibleFieldDOMStructure:!0,elements:U,tabIndex:0===m?-1:0,contentEditable:G,value:Y,onChange:K,areAllSectionsEmpty:S}}},MH=e=>e.replace(/[\u2066\u2067\u2068\u2069]/g,""),Mz=e=>{let t=(0,s4.I)(),n=R.useRef(void 0),r=R.useRef(void 0),{forwardedProps:{onFocus:i,onClick:o,onPaste:s,onBlur:l,inputRef:a,placeholder:c},internalProps:{readOnly:u=!1,disabled:h=!1},parsedSelectedSections:d,activeSectionIndex:f,state:p,fieldValueManager:m,valueManager:g,applyCharacterEditing:v,resetCharacterQuery:b,updateSectionValue:x,updateValueFromValueStr:y,clearActiveSection:w,clearValue:S,setTempAndroidValueStr:C,setSelectedSections:A,getSectionsFromValue:k,areAllSectionsEmpty:M,localizedDigits:T}=e,D=R.useRef(null),O=(0,A6.A)(a,D),I=R.useMemo(()=>((e,t,n)=>{let r=0,i=+!!n,o=[];for(let s=0;s<e.length;s+=1){let l=e[s],a=AF(l,n?"input-rtl":"input-ltr",t),c=`${l.startSeparator}${a}${l.endSeparator}`,u=MH(c).length,h=c.length,d=MH(a),f=i+(""===d?0:a.indexOf(d[0]))+l.startSeparator.length,p=f+d.length;o.push((0,ua.A)({},l,{start:r,end:r+u,startInInput:f,endInInput:p})),r+=u,i+=h}return o})(p.sections,T,t),[p.sections,T,t]),E=R.useMemo(()=>({syncSelectionToDOM:()=>{if(!D.current)return;if(null==d){D.current.scrollLeft&&(D.current.scrollLeft=0);return}if(D.current!==Mc(document))return;let e=D.current.scrollTop;if("all"===d)D.current.select();else{let e=I[d],t="empty"===e.type?e.startInInput-e.startSeparator.length:e.startInInput,n="empty"===e.type?e.endInInput+e.endSeparator.length:e.endInInput;(t!==D.current.selectionStart||n!==D.current.selectionEnd)&&D.current===Mc(document)&&D.current.setSelectionRange(t,n),clearTimeout(r.current),r.current=setTimeout(()=>{D.current&&D.current===Mc(document)&&D.current.selectionStart===D.current.selectionEnd&&(D.current.selectionStart!==t||D.current.selectionEnd!==n)&&E.syncSelectionToDOM()})}D.current.scrollTop=e},getActiveSectionIndexFromDOM:()=>{let e=D.current.selectionStart??0,t=D.current.selectionEnd??0;if(0===e&&0===t)return null;let n=e<=I[0].startInInput?1:I.findIndex(t=>t.startInInput-t.startSeparator.length>e);return -1===n?I.length-1:n-1},focusField:(e=0)=>{Mc(document)!==D.current&&(D.current?.focus(),A(e))},setSelectedSections:e=>A(e),isFieldFocused:()=>D.current===Mc(document)}),[D,d,I,A]),P=()=>{let e,t=D.current.selectionStart??0;A(-1===(e=t<=I[0].startInInput||t>=I[I.length-1].endInInput?1:I.findIndex(e=>e.startInInput-e.startSeparator.length>t))?I.length-1:e-1)},j=(0,CJ.A)((...e)=>{i?.(...e);let t=D.current;clearTimeout(n.current),n.current=setTimeout(()=>{t&&t===D.current&&null==f&&(t.value.length&&Number(t.selectionEnd)-Number(t.selectionStart)===t.value.length?A("all"):P())})}),L=(0,CJ.A)((e,...t)=>{e.isDefaultPrevented()||(o?.(e,...t),P())}),B=(0,CJ.A)(e=>{if(s?.(e),e.preventDefault(),u||h)return;let t=e.clipboardData.getData("text");if("number"==typeof d){let e=p.sections[d],n=/^[a-zA-Z]+$/.test(t),r=/^[0-9]+$/.test(t),i=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(t);if("letter"===e.contentType&&n||"digit"===e.contentType&&r||"digit-with-letter"===e.contentType&&i){b(),x({activeSection:e,newSectionValue:t,shouldGoToNextSection:!0});return}if(n||r)return}b(),y(t)}),F=(0,CJ.A)((...e)=>{l?.(...e),A(null)}),V=(0,CJ.A)(e=>{let n;if(u)return;let r=e.target.value;if(""===r){b(),S();return}let i=e.nativeEvent.data,o=i&&i.length>1,s=o?i:r,l=MH(s);if("all"===d&&A(f),null==f||o)return void y(o?i:l);if("all"===d&&1===l.length)n=l;else{let e=MH(m.getV6InputValueFromSections(I,T,t)),r=-1,i=-1;for(let t=0;t<e.length;t+=1)-1===r&&e[t]!==l[t]&&(r=t),-1===i&&e[e.length-t-1]!==l[l.length-t-1]&&(i=t);let o=I[f];if(r<o.start||e.length-i-1>o.end)return;let s=l.length-e.length+o.end-MH(o.endSeparator||"").length;n=l.slice(o.start+MH(o.startSeparator||"").length,s)}if(0===n.length){navigator.userAgent.toLowerCase().includes("android")&&C(s),b(),w();return}v({keyPressed:n,sectionIndex:f})}),N=R.useMemo(()=>void 0!==c?c:m.getV6InputValueFromSections(k(g.emptyValue),T,t),[c,m,k,g.emptyValue,T,t]),H=R.useMemo(()=>p.tempValueStrAndroid??m.getV6InputValueFromSections(p.sections,T,t),[p.sections,m,p.tempValueStrAndroid,T,t]);return R.useEffect(()=>(D.current&&D.current===Mc(document)&&A("all"),()=>{clearTimeout(n.current),clearTimeout(r.current)}),[]),{interactions:E,returnedValue:{readOnly:u,onBlur:F,onClick:L,onFocus:j,onPaste:B,inputRef:O,enableAccessibleFieldDOMStructure:!1,placeholder:N,inputMode:R.useMemo(()=>null==f||"letter"===p.sections[f].contentType?"text":"numeric",[f,p.sections]),autoComplete:"off",value:!(D.current&&D.current===Mc(document))&&M?"":H,onChange:V}}},M_=["disablePast","disableFuture","minDate","maxDate","shouldDisableDate","shouldDisableMonth","shouldDisableYear"],M$=["disablePast","disableFuture","minTime","maxTime","shouldDisableTime","minutesStep","ampm","disableIgnoringDatePartForTimeValidation"],MW=["minDateTime","maxDateTime"];[...M_,...M$,...MW];let Mq=["value","defaultValue","referenceDate","format","formatDensity","onChange","timezone","onError","shouldRespectLeadingZeros","selectedSections","onSelectedSectionsChange","unstableFieldRef","enableAccessibleFieldDOMStructure","disabled","readOnly","dateSeparator"];var MG=n(2582);let MU=["clearable","onClear","InputProps","sx","slots","slotProps"],MK=["ownerState"];var MY=n(54227),MX=n(75472);function MQ(e){return(0,z.Ay)("MuiPickersTextField",e)}(0,H.A)("MuiPickersTextField",["root","focused","disabled","error","required"]);var MZ=n(42872);function MJ(e){return(0,z.Ay)("MuiPickersInputBase",e)}let M0=(0,H.A)("MuiPickersInputBase",["root","focused","disabled","error","notchedOutline","sectionContent","sectionBefore","sectionAfter","adornedStart","adornedEnd","input"]);function M1(e){return(0,z.Ay)("MuiPickersOutlinedInput",e)}let M2=(0,ua.A)({},M0,(0,H.A)("MuiPickersOutlinedInput",["root","notchedOutline","input"])),M5=["children","className","label","notched","shrink"],M3=(0,B.A)("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}}),M4=(0,B.A)("span")(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit"})),M8=(0,B.A)("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 M6(e){let{className:t,label:n}=e,r=(0,uc.A)(e,M5),i=null!=n&&""!==n,o=(0,ua.A)({},e,{withLabel:i});return(0,D.jsx)(M3,(0,ua.A)({"aria-hidden":!0,className:t},r,{ownerState:o,children:(0,D.jsx)(M8,{ownerState:o,children:i?(0,D.jsx)(M4,{children:n}):(0,D.jsx)(M4,{className:"notranslate",children:"​"})})}))}var M9=n(85235);function M7(e){return(0,z.Ay)("MuiPickersSectionList",e)}let Te=(0,H.A)("MuiPickersSectionList",["root","section","sectionContent"]),Tt=["slots","slotProps","elements","sectionListRef"],Tn=(0,B.A)("div",{name:"MuiPickersSectionList",slot:"Root",overridesResolver:(e,t)=>t.root})({direction:"ltr /*! @noflip */",outline:"none"}),Tr=(0,B.A)("span",{name:"MuiPickersSectionList",slot:"Section",overridesResolver:(e,t)=>t.section})({}),Ti=(0,B.A)("span",{name:"MuiPickersSectionList",slot:"SectionSeparator",overridesResolver:(e,t)=>t.sectionSeparator})({whiteSpace:"pre"}),To=(0,B.A)("span",{name:"MuiPickersSectionList",slot:"SectionContent",overridesResolver:(e,t)=>t.sectionContent})({outline:"none"});function Ts(e){let{slots:t,slotProps:n,element:r,classes:i}=e,o=t?.section??Tr,s=(0,CW.A)({elementType:o,externalSlotProps:n?.section,externalForwardedProps:r.container,className:i.section,ownerState:{}}),l=t?.sectionContent??To,a=(0,CW.A)({elementType:l,externalSlotProps:n?.sectionContent,externalForwardedProps:r.content,additionalProps:{suppressContentEditableWarning:!0},className:i.sectionContent,ownerState:{}}),c=t?.sectionSeparator??Ti,u=(0,CW.A)({elementType:c,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.before,ownerState:{position:"before"}}),h=(0,CW.A)({elementType:c,externalSlotProps:n?.sectionSeparator,externalForwardedProps:r.after,ownerState:{position:"after"}});return(0,D.jsxs)(o,(0,ua.A)({},s,{children:[(0,D.jsx)(c,(0,ua.A)({},u)),(0,D.jsx)(l,(0,ua.A)({},a)),(0,D.jsx)(c,(0,ua.A)({},h))]}))}let Tl=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersSectionList"}),{slots:r,slotProps:i,elements:o,sectionListRef:s}=n,l=(0,uc.A)(n,Tt),a=(e=>{let{classes:t}=e;return(0,E.A)({root:["root"],section:["section"],sectionContent:["sectionContent"]},M7,t)})(n),c=R.useRef(null),u=(0,A6.A)(t,c),h=e=>{if(!c.current)throw Error(`MUI X: Cannot call sectionListRef.${e} before the mount of the component.`);return c.current};R.useImperativeHandle(s,()=>({getRoot:()=>h("getRoot"),getSectionContainer:e=>h("getSectionContainer").querySelector(`.${Te.section}[data-sectionindex="${e}"]`),getSectionContent:e=>h("getSectionContent").querySelector(`.${Te.section}[data-sectionindex="${e}"] .${Te.sectionContent}`),getSectionIndexFromDOMElement(e){let t=h("getSectionIndexFromDOMElement");if(null==e||!t.contains(e))return null;let n=null;return(e.classList.contains(Te.section)?n=e:e.classList.contains(Te.sectionContent)&&(n=e.parentElement),null==n)?null:Number(n.dataset.sectionindex)}}));let d=r?.root??Tn,f=(0,CW.A)({elementType:d,externalSlotProps:i?.root,externalForwardedProps:l,additionalProps:{ref:u,suppressContentEditableWarning:!0},className:a.root,ownerState:{}});return(0,D.jsx)(d,(0,ua.A)({},f,{children:f.contentEditable?o.map(({content:e,before:t,after:n})=>`${t.children}${e.children}${n.children}`).join(""):(0,D.jsx)(R.Fragment,{children:o.map((e,t)=>(0,D.jsx)(Ts,{slots:r,slotProps:i,element:e,classes:a},t))})}))}),Ta=["elements","areAllSectionsEmpty","defaultValue","label","value","onChange","id","autoFocus","endAdornment","startAdornment","renderSuffix","slots","slotProps","contentEditable","tabIndex","onInput","onPaste","onKeyDown","fullWidth","name","readOnly","inputProps","inputRef","sectionListRef"],Tc=(0,B.A)("div",{name:"MuiPickersInputBase",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>(0,ua.A)({},e.typography.body1,{color:(e.vars||e).palette.text.primary,cursor:"text",padding:0,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",boxSizing:"border-box",letterSpacing:`${Math.round(.15/16*1e5)/1e5}em`,variants:[{props:{fullWidth:!0},style:{width:"100%"}}]})),Tu=(0,B.A)(Tn,{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}}]})),Th=(0,B.A)(Tr,{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"})),Td=(0,B.A)(To,{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"})),Tf=(0,B.A)(Ti,{name:"MuiPickersInputBase",slot:"Separator",overridesResolver:(e,t)=>t.separator})(()=>({whiteSpace:"pre",letterSpacing:"inherit"})),Tp=(0,B.A)("input",{name:"MuiPickersInputBase",slot:"Input",overridesResolver:(e,t)=>t.hiddenInput})((0,ua.A)({},{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"})),Tm=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersInputBase"}),{elements:r,areAllSectionsEmpty:i,value:o,onChange:s,id:l,endAdornment:a,startAdornment:c,renderSuffix:u,slots:h,slotProps:d,contentEditable:f,tabIndex:p,onInput:m,onPaste:g,onKeyDown:v,name:b,readOnly:x,inputProps:y,inputRef:w,sectionListRef:S}=n,C=(0,uc.A)(n,Ta),A=R.useRef(null),k=(0,A6.A)(t,A),M=(0,A6.A)(y?.ref,w),T=(0,s4.I)(),O=(0,MZ.A)();if(!O)throw Error("MUI X: PickersInputBase should always be used inside a PickersTextField component");R.useEffect(()=>{O&&O.setAdornedStart(!!c)},[O,c]),R.useEffect(()=>{O&&(i?O.onEmpty():O.onFilled())},[O,i]);let I=(0,ua.A)({},n,O,{isRtl:T}),P=(e=>{let{focused:t,disabled:n,error:r,classes:i,fullWidth:o,readOnly:s,color:l,size:a,endAdornment:c,startAdornment:u}=e,h={root:["root",t&&!n&&"focused",n&&"disabled",s&&"readOnly",r&&"error",o&&"fullWidth",`color${(0,M9.A)(l)}`,"small"===a&&"inputSizeSmall",!!u&&"adornedStart",!!c&&"adornedEnd"],notchedOutline:["notchedOutline"],input:["input"],sectionsContainer:["sectionsContainer"],sectionContent:["sectionContent"],sectionBefore:["sectionBefore"],sectionAfter:["sectionAfter"]};return(0,E.A)(h,MJ,i)})(I),j=h?.root||Tc,L=(0,CW.A)({elementType:j,externalSlotProps:d?.root,externalForwardedProps:C,additionalProps:{"aria-invalid":O.error,ref:k},className:P.root,ownerState:I}),B=h?.input||Tu;return(0,D.jsxs)(j,(0,ua.A)({},L,{children:[c,(0,D.jsx)(Tl,{sectionListRef:S,elements:r,contentEditable:f,tabIndex:p,className:P.sectionsContainer,onFocus:e=>{O.disabled?e.stopPropagation():O.onFocus?.(e)},onBlur:O.onBlur,onInput:m,onPaste:g,onKeyDown:v,slots:{root:B,section:Th,sectionContent:Td,sectionSeparator:Tf},slotProps:{root:{ownerState:I},sectionContent:{className:M0.sectionContent},sectionSeparator:({position:e})=>({className:"before"===e?M0.sectionBefore:M0.sectionAfter})}}),a,u?u((0,ua.A)({},O)):null,(0,D.jsx)(Tp,(0,ua.A)({name:b,className:P.input,value:o,onChange:s,id:l,"aria-hidden":"true",tabIndex:-1,readOnly:x,required:O.required,disabled:O.disabled},y,{ref:M}))]}))}),Tg=["label","autoFocus","ownerState","notched"],Tv=(0,B.A)(Tc,{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 .${M2.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${M2.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${M2.focused} .${M2.notchedOutline}`]:{borderStyle:"solid",borderWidth:2},[`&.${M2.disabled}`]:{[`& .${M2.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled},"*":{color:(e.vars||e).palette.action.disabled}},[`&.${M2.error} .${M2.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:{[`&.${M2.focused}:not(.${M2.error}) .${M2.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}}))}}),Tb=(0,B.A)(Tu,{name:"MuiPickersOutlinedInput",slot:"SectionsContainer",overridesResolver:(e,t)=>t.sectionsContainer})({padding:"16.5px 0",variants:[{props:{size:"small"},style:{padding:"8.5px 0"}}]}),Tx=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersOutlinedInput"}),{label:r,ownerState:i,notched:o}=n,s=(0,uc.A)(n,Tg),l=(0,MZ.A)(),a=(0,ua.A)({},n,i,l,{color:l?.color||"primary"}),c=(e=>{let{classes:t}=e,n=(0,E.A)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},M1,t);return(0,ua.A)({},t,n)})(a);return(0,D.jsx)(Tm,(0,ua.A)({slots:{root:Tv,input:Tb},renderSuffix:e=>(0,D.jsx)(M6,{shrink:!!(o||e.adornedStart||e.focused||e.filled),notched:!!(o||e.adornedStart||e.focused||e.filled),className:c.notchedOutline,label:null!=r&&""!==r&&l?.required?(0,D.jsxs)(R.Fragment,{children:[r," ","*"]}):r,ownerState:a})},s,{label:r,classes:c,ref:t}))});Tx.muiName="Input";var Ty=n(57867);function Tw(e){return(0,z.Ay)("MuiPickersFilledInput",e)}let TS=(0,ua.A)({},M0,(0,H.A)("MuiPickersFilledInput",["root","underline","input"])),TC=["label","autoFocus","disableUnderline","ownerState"],TA=(0,B.A)(Tc,{name:"MuiPickersFilledInput",slot:"Root",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,Ty.MC)(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}},[`&.${TS.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${TS.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"},[`&.${TS.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${TS.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(.${TS.disabled}, .${TS.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${TS.disabled}:before`]:{borderBottomStyle:"dotted"}}},{props:({startAdornment:e})=>!!e,style:{paddingLeft:12}},{props:({endAdornment:e})=>!!e,style:{paddingRight:12}}]}}),Tk=(0,B.A)(Tu,{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}}]}),TM=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersFilledInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,s=(0,uc.A)(n,TC),l=(0,MZ.A)(),a=(e=>{let{classes:t,disableUnderline:n}=e,r=(0,E.A)({root:["root",!n&&"underline"],input:["input"]},Tw,t);return(0,ua.A)({},t,r)})((0,ua.A)({},n,o,l,{color:l?.color||"primary"}));return(0,D.jsx)(Tm,(0,ua.A)({slots:{root:TA,input:Tk},slotProps:{root:{disableUnderline:i}}},s,{label:r,classes:a,ref:t}))});function TT(e){return(0,z.Ay)("MuiPickersFilledInput",e)}TM.muiName="Input";let TD=(0,ua.A)({},M0,(0,H.A)("MuiPickersInput",["root","input"])),TR=["label","autoFocus","disableUnderline","ownerState"],TO=(0,B.A)(Tc,{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"},[`&.${TD.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${TD.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(.${TD.disabled}, .${TD.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${TD.disabled}:before`]:{borderBottomStyle:"dotted"}}}]}}),TI=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersInput"}),{label:r,disableUnderline:i=!1,ownerState:o}=n,s=(0,uc.A)(n,TR),l=(0,MZ.A)(),a=(e=>{let{classes:t,disableUnderline:n}=e,r=(0,E.A)({root:["root",!n&&"underline"],input:["input"]},TT,t);return(0,ua.A)({},t,r)})((0,ua.A)({},n,o,l,{disableUnderline:i,color:l?.color||"primary"}));return(0,D.jsx)(Tm,(0,ua.A)({slots:{root:TO}},s,{label:r,classes:a,ref:t}))});TI.muiName="Input";let TE=["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"],TP={standard:TI,filled:TM,outlined:Tx},Tj=(0,B.A)(ah.A,{name:"MuiPickersTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),TL=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiPickersTextField"}),{onFocus:r,onBlur:i,className:o,color:s="primary",disabled:l=!1,error:a=!1,variant:c="outlined",required:u=!1,InputProps:h,inputProps:d,inputRef:f,sectionListRef:p,elements:m,areAllSectionsEmpty:g,onClick:v,onKeyDown:b,onKeyUp:x,onPaste:y,onInput:w,endAdornment:S,startAdornment:C,tabIndex:A,contentEditable:k,focused:M,value:T,onChange:O,fullWidth:P,id:j,name:L,helperText:B,FormHelperTextProps:F,label:V,InputLabelProps:N}=n,H=(0,uc.A)(n,TE),z=R.useRef(null),_=(0,A6.A)(t,z),$=(0,C$.A)(j),W=B&&$?`${$}-helper-text`:void 0,q=V&&$?`${$}-label`:void 0,G=(0,ua.A)({},n,{color:s,disabled:l,error:a,focused:M,required:u,variant:c}),U=(e=>{let{focused:t,disabled:n,classes:r,required:i}=e;return(0,E.A)({root:["root",t&&!n&&"focused",n&&"disabled",i&&"required"]},MQ,r)})(G),K=TP[c];return(0,D.jsxs)(Tj,(0,ua.A)({className:(0,I.A)(U.root,o),ref:_,focused:M,onFocus:r,onBlur:i,disabled:l,variant:c,error:a,color:s,fullWidth:P,required:u,ownerState:G},H,{children:[(0,D.jsx)(MY.A,(0,ua.A)({htmlFor:$,id:q},N,{children:V})),(0,D.jsx)(K,(0,ua.A)({elements:m,areAllSectionsEmpty:g,onClick:v,onKeyDown:b,onKeyUp:x,onInput:w,onPaste:y,endAdornment:S,startAdornment:C,tabIndex:A,contentEditable:k,value:T,onChange:O,id:$,fullWidth:P,inputProps:d,inputRef:f,sectionListRef:p,label:V,name:L,role:"group","aria-labelledby":q,"aria-describedby":W,"aria-live":W?"polite":void 0},h)),B&&(0,D.jsx)(MX.A,(0,ua.A)({id:W},F,{children:B}))]}))}),TB=["enableAccessibleFieldDOMStructure"],TF=["InputProps","readOnly"],TV=["onPaste","onKeyDown","inputMode","readOnly","InputProps","inputProps","inputRef"],TN=["slots","slotProps","InputProps","inputProps"],TH=R.forwardRef(function(e,t){let n=SK({props:e,name:"MuiDateTimeField"}),{slots:r,slotProps:i,InputProps:o,inputProps:s}=n,l=(0,uc.A)(n,TN),a=r?.textField??(e.enableAccessibleFieldDOMStructure?TL:Z.A),c=(0,CW.A)({elementType:a,externalSlotProps:i?.textField,externalForwardedProps:l,ownerState:n,additionalProps:{ref:t}});c.inputProps=(0,ua.A)({},s,c.inputProps),c.InputProps=(0,ua.A)({},o,c.InputProps);let u=(e=>{let{enableAccessibleFieldDOMStructure:t}=e,n=(0,uc.A)(e,TB);if(t){let{InputProps:e,readOnly:t}=n,r=(0,uc.A)(n,TF);return(0,ua.A)({},r,{InputProps:(0,ua.A)({},e??{},{readOnly:t})})}let{onPaste:r,onKeyDown:i,inputMode:o,readOnly:s,InputProps:l,inputProps:a,inputRef:c}=n,u=(0,uc.A)(n,TV);return(0,ua.A)({},u,{InputProps:(0,ua.A)({},l??{},{readOnly:s}),inputProps:(0,ua.A)({},a??{},{inputMode:o,onPaste:r,onKeyDown:i,ref:c})})})((e=>{let t,n,r,i,o,{forwardedProps:s,internalProps:l}=(t=S1().utils,n=S1().defaultDates,r=e.ampm??t.is12HourCycleInCurrentLocale()?t.formats.keyboardDateTime12h:t.formats.keyboardDateTime24h,i=(0,ua.A)({},e,{disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1,format:e.format??r,disableIgnoringDatePartForTimeValidation:!!(e.minDateTime||e.maxDateTime),minDate:S4(t,e.minDateTime??e.minDate,n.minDate),maxDate:S4(t,e.maxDateTime??e.maxDate,n.maxDate),minTime:e.minDateTime??e.minTime,maxTime:e.maxDateTime??e.maxTime}),o="date-time",R.useMemo(()=>{let e=(0,ua.A)({},i),t={},n=n=>{e.hasOwnProperty(n)&&(t[n]=e[n],delete e[n])};return Mq.forEach(n),M_.forEach(n),M$.forEach(n),MW.forEach(n),{forwardedProps:e,internalProps:t}},[i,o]));return(e=>{let t=S1().utils,{internalProps:n,internalProps:{unstableFieldRef:r,minutesStep:i,enableAccessibleFieldDOMStructure:o=!1,disabled:s=!1,readOnly:l=!1},forwardedProps:{onKeyDown:a,error:c,clearable:u,onClear:h},fieldValueManager:d,valueManager:f,validator:p}=e,m=(0,s4.I)(),g=(e=>{let t=S1().utils,n=S1().localeText,r=S1(),i=(0,s4.I)(),{valueManager:o,fieldValueManager:s,valueType:l,validator:a,internalProps:c,internalProps:{value:u,defaultValue:h,referenceDate:d,onChange:f,format:p,formatDensity:m="dense",selectedSections:g,onSelectedSectionsChange:v,shouldRespectLeadingZeros:b=!1,timezone:x,enableAccessibleFieldDOMStructure:y=!1}}=e,{timezone:w,value:S,handleValueChange:C}=AA({timezone:x,value:u,defaultValue:h,referenceDate:d,onChange:f,valueManager:o}),A=R.useMemo(()=>{let e;return e=t.date(void 0),"0"===t.formatByString(t.setSeconds(e,0),"s")?AI:Array.from({length:10}).map((n,r)=>t.formatByString(t.setSeconds(e,r),"s"))},[t]),k=R.useMemo(()=>((e,t,n)=>{let r=e.date(void 0,n),i=e.endOfYear(r),o=e.endOfDay(r),{maxDaysInMonth:s,longestMonth:l}=S8(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:AN(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):s,longestMonth:l}),weekDay:({format:t,contentType:n})=>{if("digit"===n){let n=AR(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 AE(e.formatByString(e.endOfDay(r),n),t)!==i.toString()?{minimum:1,maximum:Number(AE(e.formatByString(e.startOfDay(r),n),t))}:{minimum:0,maximum:i}},minutes:()=>({minimum:0,maximum:e.getMinutes(o)}),seconds:()=>({minimum:0,maximum:e.getSeconds(o)}),meridiem:()=>({minimum:0,maximum:1}),empty:()=>({minimum:0,maximum:0})}})(t,A,w),[t,A,w]),M=R.useCallback((e,r=null)=>s.getSectionsFromValue(t,e,r,e=>MV({utils:t,localeText:n,localizedDigits:A,format:p,date:e,formatDensity:m,shouldRespectLeadingZeros:b,enableAccessibleFieldDOMStructure:y,isRtl:i})),[s,p,n,A,i,b,t,m,y]),[T,D]=R.useState(()=>{let e=M(S);Az(e,l);let n={sections:e,value:S,referenceValue:o.emptyValue,tempValueStrAndroid:null},r=Math.max(...e.map(e=>AM[e.type]??1)),i=o.getInitialReferenceValue({referenceDate:d,value:S,utils:t,props:c,granularity:r,timezone:w});return(0,ua.A)({},n,{referenceValue:i})}),[O,I]=(0,C0.A)({controlled:g,default:null,name:"useField",state:"selectedSections"}),E=e=>{I(e),v?.(e)},P=R.useMemo(()=>AW(O,T.sections),[O,T.sections]),j="all"===P?0:P,L=({value:e,referenceValue:n,sections:i})=>{if(D(t=>(0,ua.A)({},t,{sections:i,value:e,referenceValue:n,tempValueStrAndroid:null})),o.areValuesEqual(t,T.value,e))return;let s={validationError:a({adapter:r,value:e,timezone:w,props:c})};C(e,s)},B=(e,t)=>{let n=[...T.sections];return n[e]=(0,ua.A)({},n[e],{value:t,modified:!0}),n};return R.useEffect(()=>{let e=M(T.value);Az(e,l),D(t=>(0,ua.A)({},t,{sections:e}))},[p,t.locale,i]),R.useEffect(()=>{o.areValuesEqual(t,T.value,S)&&o.getTimezone(t,T.value)===o.getTimezone(t,S)||D(e=>(0,ua.A)({},e,{value:S,referenceValue:s.updateReferenceValue(t,S,e.referenceValue),sections:M(S)}))},[S]),{state:T,activeSectionIndex:j,parsedSelectedSections:P,setSelectedSections:E,clearValue:()=>{L({value:o.emptyValue,referenceValue:T.referenceValue,sections:M(o.emptyValue)})},clearActiveSection:()=>{if(null==j)return;let e=T.sections[j],n=s.getActiveDateManager(t,T,e),r=n.getSections(T.sections).filter(e=>""!==e.value).length===+(""!==e.value),i=B(j,""),o=r?null:t.getInvalidDate(),l=n.getNewValuesFromNewActiveDate(o);L((0,ua.A)({},l,{sections:i}))},updateSectionValue:({activeSection:e,newSectionValue:n,shouldGoToNextSection:r})=>{let i,o;r&&j<T.sections.length-1&&E(j+1);let l=s.getActiveDateManager(t,T,e),a=B(j,n),c=l.getSections(a),u=((e,t,n)=>{let r=t.some(e=>"day"===e.type),i=[],o=[];for(let e=0;e<t.length;e+=1){let s=t[e];r&&"weekDay"===s.type||(i.push(s.format),o.push(AF(s,"non-input",n)))}let s=i.join(" "),l=o.join(" ");return e.parse(l,s)})(t,c,A);if(null!=u&&t.isValid(u)){let e=A$(t,u,c,l.referenceDate,!0);i=l.getNewValuesFromNewActiveDate(e),o=!0}else i=l.getNewValuesFromNewActiveDate(u),o=(null!=u&&!t.isValid(u))!=(null!=l.date&&!t.isValid(l.date));return o?L((0,ua.A)({},i,{sections:a})):D(e=>(0,ua.A)({},e,i,{sections:a,tempValueStrAndroid:null}))},updateValueFromValueStr:e=>{let r=s.parseValueStr(e,T.referenceValue,(e,r)=>{let o=t.parse(e,p);if(null==o||!t.isValid(o))return null;let s=MV({utils:t,localeText:n,localizedDigits:A,format:p,date:o,formatDensity:m,shouldRespectLeadingZeros:b,enableAccessibleFieldDOMStructure:y,isRtl:i});return A$(t,o,s,r,!1)}),o=s.updateReferenceValue(t,r,T.referenceValue);L({value:r,referenceValue:o,sections:M(r,T.sections)})},setTempAndroidValueStr:e=>D(t=>(0,ua.A)({},t,{tempValueStrAndroid:e})),getSectionsFromValue:M,sectionsValueBoundaries:k,localizedDigits:A,timezone:w}})(e),{state:v,activeSectionIndex:b,parsedSelectedSections:x,setSelectedSections:y,clearValue:w,clearActiveSection:S,updateSectionValue:C,setTempAndroidValueStr:A,sectionsValueBoundaries:k,localizedDigits:M,timezone:T}=g,D=(({sections:e,updateSectionValue:t,sectionsValueBoundaries:n,localizedDigits:r,setTempAndroidValueStr:i,timezone:o})=>{let s=S1().utils,[l,a]=R.useState(null),c=(0,CJ.A)(()=>a(null));R.useEffect(()=>{null!=l&&e[l.sectionIndex]?.type!==l.sectionType&&c()},[e,l,c]),R.useEffect(()=>{if(null!=l){let e=setTimeout(()=>c(),5e3);return()=>{clearTimeout(e)}}return()=>{}},[l,c]);let u=({keyPressed:t,sectionIndex:n},r,i)=>{let o=t.toLowerCase(),s=e[n];if(null!=l&&(!i||i(l.value))&&l.sectionIndex===n){let e=`${l.value}${o}`,t=r(e,s);if(null==t.saveQuery)return a({sectionIndex:n,value:e,sectionType:s.type}),t}let u=r(o,s);return null==u.saveQuery||u.saveQuery?(a({sectionIndex:n,value:o,sectionType:s.type}),null!=u.saveQuery?null:u):(c(),null)};return{applyCharacterEditing:(0,CJ.A)(l=>{var a;let c,h,d,f=e[l.sectionIndex],p=Aj(l.keyPressed,r)?(a=(0,ua.A)({},l,{keyPressed:AP(l.keyPressed,r)}),c=(e,t)=>{let i=AE(e,r),o=Number(i),l=n[t.type]({currentDate:null,format:t.format,contentType:t.contentType});if(o>l.maximum)return{saveQuery:!1};if(o<l.minimum)return{saveQuery:!0};let a=10*o>l.maximum||i.length===l.maximum.toString().length;return{sectionValue:AB(s,o,l,r,t),shouldGoToNextSection:a}},u(a,(e,t)=>{if("digit"===t.contentType||"digit-with-letter"===t.contentType)return c(e,t);if("month"===t.type){let n=AH(s,"digit","month","MM"),r=c(e,{type:t.type,format:"MM",hasLeadingZerosInFormat:n,hasLeadingZerosInInput:!0,contentType:"digit",maxLength:2});if(null!=r.saveQuery)return r;let i=AV(s,r.sectionValue,"MM",t.format);return(0,ua.A)({},r,{sectionValue:i})}if("weekDay"===t.type){let n=c(e,t);if(null!=n.saveQuery)return n;let r=AR(s,t.format)[Number(n.sectionValue)-1];return(0,ua.A)({},n,{sectionValue:r})}return{saveQuery:!1}},e=>Aj(e,r))):(h=(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}},d=(e,t,n,r)=>{let i=e=>AO(s,o,t.type,e);if("letter"===t.contentType)return h(t.format,i(t.format),e);if(n&&null!=r&&"letter"===AD(s,n).contentType){let t=i(n),o=h(n,t,e);return null!=o.saveQuery?{saveQuery:!1}:(0,ua.A)({},o,{sectionValue:r(o.sectionValue,t)})}return{saveQuery:!1}},u(l,(e,t)=>{switch(t.type){case"month":return d(e,t,s.formats.month,e=>AV(s,e,s.formats.month,t.format));case"weekDay":return d(e,t,s.formats.weekday,(e,t)=>t.indexOf(e).toString());case"meridiem":return d(e,t);default:return{saveQuery:!1}}}));null==p?i(null):t({activeSection:f,newSectionValue:p.sectionValue,shouldGoToNextSection:p.shouldGoToNextSection})}),resetCharacterQuery:c}})({sections:v.sections,updateSectionValue:C,sectionsValueBoundaries:k,localizedDigits:M,setTempAndroidValueStr:A,timezone:T}),{resetCharacterQuery:O}=D,I=f.areValuesEqual(t,v.value,f.emptyValue),E=o?MN:Mz,P=R.useMemo(()=>((e,t)=>{let n={};if(!t)return e.forEach((t,r)=>{let i=r===e.length-1?null:r+1;n[r]={leftIndex:0===r?null:r-1,rightIndex:i}}),{neighbors:n,startIndex:0,endIndex:e.length-1};let r={},i={},o=0,s=0,l=e.length-1;for(;l>=0;){-1===(s=e.findIndex((e,t)=>t>=o&&e.endSeparator?.includes(" ")&&" / "!==e.endSeparator))&&(s=e.length-1);for(let e=s;e>=o;e-=1)i[e]=l,r[l]=e,l-=1;o=s+1}return e.forEach((t,o)=>{let s=i[o],l=0===s?null:r[s-1],a=s===e.length-1?null:r[s+1];n[o]={leftIndex:l,rightIndex:a}}),{neighbors:n,startIndex:r[0],endIndex:r[e.length-1]}})(v.sections,m&&!o),[v.sections,m,o]),{returnedValue:j,interactions:L}=E((0,ua.A)({},e,g,D,{areAllSectionsEmpty:I,sectionOrder:P})),B=(0,CJ.A)(e=>{if(a?.(e),!s)switch(!0){case(e.ctrlKey||e.metaKey)&&"A"===String.fromCharCode(e.keyCode)&&!e.shiftKey&&!e.altKey:e.preventDefault(),y("all");break;case"ArrowRight"===e.key:if(e.preventDefault(),null==x)y(P.startIndex);else if("all"===x)y(P.endIndex);else{let e=P.neighbors[x].rightIndex;null!==e&&y(e)}break;case"ArrowLeft"===e.key:if(e.preventDefault(),null==x)y(P.endIndex);else if("all"===x)y(P.startIndex);else{let e=P.neighbors[x].leftIndex;null!==e&&y(e)}break;case"Delete"===e.key:if(e.preventDefault(),l)break;null==x||"all"===x?w():S(),O();break;case["ArrowUp","ArrowDown","Home","End","PageUp","PageDown"].includes(e.key):{if(e.preventDefault(),l||null==b)break;"all"===x&&y(b);let n=v.sections[b],r=d.getActiveDateManager(t,v,n),o=((e,t,n,r,i,o,s,l)=>{let a=(e=>{switch(e){case"ArrowUp":return 1;case"ArrowDown":return -1;case"PageUp":return 5;case"PageDown":return -5;default:return 0}})(r),c="Home"===r,u="End"===r,h=""===n.value||c||u;if("digit"===n.contentType||"digit-with-letter"===n.contentType){let r=i[n.type]({currentDate:s,format:n.format,contentType:n.contentType}),d="minutes"===n.type&&l?.minutesStep?l.minutesStep:1,f=parseInt(AE(n.value,o),10)+a*d;if(h){if("year"===n.type&&!u&&!c)return e.formatByString(e.date(void 0,t),n.format);f=a>0||c?r.minimum:r.maximum}return(f%d!=0&&((a<0||c)&&(f+=d-(d+f)%d),(a>0||u)&&(f-=f%d)),f>r.maximum)?AB(e,r.minimum+(f-r.maximum-1)%(r.maximum-r.minimum+1),r,o,n):f<r.minimum?AB(e,r.maximum-(r.minimum-f-1)%(r.maximum-r.minimum+1),r,o,n):AB(e,f,r,o,n)}let d=AO(e,t,n.type,n.format);if(0===d.length)return n.value;if(h)return a>0||c?d[0]:d[d.length-1];let f=((d.indexOf(n.value)+a)%d.length+d.length)%d.length;return d[f]})(t,T,n,e.key,k,M,r.date,{minutesStep:i});C({activeSection:n,newSectionValue:o,shouldGoToNextSection:!1})}}});(0,C3.A)(()=>{L.syncSelectionToDOM()});let{hasValidationError:F}=Ml({props:n,validator:p,timezone:T,value:v.value,onError:n.onError}),V=R.useMemo(()=>void 0!==c?c:F,[F,c]);R.useEffect(()=>{V||null!=b||O()},[v.referenceValue,b,V]),R.useEffect(()=>{null!=v.tempValueStrAndroid&&null!=b&&(O(),S())},[v.sections]),R.useImperativeHandle(r,()=>({getSections:()=>v.sections,getActiveSectionIndex:L.getActiveSectionIndexFromDOM,setSelectedSections:L.setSelectedSections,focusField:L.focusField,isFieldFocused:L.isFieldFocused}));let N={onKeyDown:B,onClear:(0,CJ.A)((e,...t)=>{e.preventDefault(),h?.(e,...t),w(),L.isFieldFocused()?y(P.startIndex):L.focusField(0)}),error:V,clearable:!!(u&&!I&&!l&&!s)};return(0,ua.A)({},e.forwardedProps,N,{disabled:s,readOnly:l},j)})({forwardedProps:s,internalProps:l,valueManager:AG,fieldValueManager:AU,validator:ML,valueType:"date-time"})})(c)),h=(e=>{let t=S1().localeText,{clearable:n,onClear:r,InputProps:i,sx:o,slots:s,slotProps:l}=e,a=(0,uc.A)(e,MU),c=s?.clearButton??Q.A,u=(0,CW.A)({elementType:c,externalSlotProps:l?.clearButton,ownerState:{},className:"clearButton",additionalProps:{title:t.fieldClearLabel}}),h=(0,uc.A)(u,MK),d=s?.clearIcon??Cc,f=(0,CW.A)({elementType:d,externalSlotProps:l?.clearIcon,ownerState:{}});return(0,ua.A)({},a,{InputProps:(0,ua.A)({},i,{endAdornment:(0,D.jsxs)(R.Fragment,{children:[n&&(0,D.jsx)(MG.A,{position:"end",sx:{marginRight:i?.endAdornment?-1:-1.5},children:(0,D.jsx)(c,(0,ua.A)({},h,{onClick:r,children:(0,D.jsx)(d,(0,ua.A)({fontSize:"small"},f))}))}),i?.endAdornment]})}),sx:[{"& .clearButton":{opacity:1},"@media (pointer: fine)":{"& .clearButton":{opacity:0},"&:hover, &:focus-within":{".clearButton":{opacity:1}}}},...Array.isArray(o)?o:[o]]})})((0,ua.A)({},u,{slots:r,slotProps:i}));return(0,D.jsx)(a,(0,ua.A)({},h))});var Tz=n(65130),T_=n(43628),T$=n(47196),TW=n(54266),Tq=n(54708),TG=n(38086),TU=n(16299),TK=n(85910),TY=n(44766),TX=n(65043),TQ=n(72710),TZ=n(96962),TJ=n(47918),T0=n(54354),T1=n(8151),T2=n(91733),T5=n(99042),T3=n(89321),T4=n(51148),T8=n(55578),T6=n(18463),T9=n(54752),T7=n(36163),De=n(28850),Dt=n(45350),Dn=n(67619),Dr=n(39270),Di=n(56756),Do=n(268),Ds=n(12282),Dl=n(41042),Da=n(38267),Dc=n(47025),Du=n(30118),Dh=n(84253),Dd=n(98608),Df=n(8643),Dp=n(18109),Dm=n(19681),Dg=n(73206),Dv=n(53819),Db=n(96058),Dx=n(682),Dy=n(67671);let Dw={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"},DS={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 DC{constructor(e){this.isMUIAdapter=!0,this.isTimezoneCompatible=!1,this.lib=void 0,this.locale=void 0,this.formats=void 0,this.formatTokenMap=Dw,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;const{locale:t,formats:n,longFormatters:r,lib:i}=e;this.locale=t,this.formats=(0,ua.A)({},DS,n),this.longFormatters=r,this.lib=i||"date-fns"}}class DA extends DC{constructor({locale:e,formats:t}={}){super({locale:e??Dy.c,formats:t,longFormatters:TQ.m}),this.parse=(e,t)=>""===e?null:(0,Ds.qg)(e,t,new Date,{locale:this.locale}),this.isValid=e=>null!=e&&(0,Do.f)(e),this.format=(e,t)=>this.formatByString(e,this.formats[t]),this.formatByString=(e,t)=>(0,TZ.GP)(e,t,{locale:this.locale}),this.isEqual=(e,t)=>null===e&&null===t||null!==e&&null!==t&&(0,De.n)(e,t),this.isSameYear=(e,t)=>(0,Dn.s)(e,t),this.isSameMonth=(e,t)=>(0,Dr.t)(e,t),this.isSameDay=(e,t)=>(0,Dt.r)(e,t),this.isSameHour=(e,t)=>(0,Di.l)(e,t),this.isAfter=(e,t)=>(0,T9.d)(e,t),this.isAfterYear=(e,t)=>(0,T9.d)(e,(0,TX.Q)(t)),this.isAfterDay=(e,t)=>(0,T9.d)(e,(0,TK.D)(t)),this.isBefore=(e,t)=>(0,T7.Y)(e,t),this.isBeforeYear=(e,t)=>(0,T7.Y)(e,this.startOfYear(t)),this.isBeforeDay=(e,t)=>(0,T7.Y)(e,this.startOfDay(t)),this.isWithinRange=(e,[t,n])=>(0,Dx.v)(e,{start:t,end:n}),this.startOfYear=e=>(0,Db.D)(e),this.startOfMonth=e=>(0,Dm.w)(e),this.startOfWeek=e=>(0,Dv.k)(e,{locale:this.locale}),this.startOfDay=e=>(0,Dp.o)(e),this.endOfYear=e=>(0,TX.Q)(e),this.endOfMonth=e=>(0,Dg.p)(e),this.endOfWeek=e=>(0,TY.$)(e,{locale:this.locale}),this.endOfDay=e=>(0,TK.D)(e),this.addYears=(e,t)=>(0,TU.e)(e,t),this.addMonths=(e,t)=>(0,TG.P)(e,t),this.addWeeks=(e,t)=>(0,Tq.J)(e,t),this.addDays=(e,t)=>(0,Tz.f)(e,t),this.addHours=(e,t)=>(0,TW.L)(e,t),this.addMinutes=(e,t)=>(0,T$.z)(e,t),this.addSeconds=(e,t)=>(0,T_.p)(e,t),this.getYear=e=>(0,T6.C)(e),this.getMonth=e=>(0,T5.t)(e),this.getDate=e=>(0,TJ.p)(e),this.getHours=e=>(0,T1.q)(e),this.getMinutes=e=>(0,T2.O)(e),this.getSeconds=e=>(0,T3.S)(e),this.getMilliseconds=e=>(0,T4.D)(e),this.setYear=(e,t)=>(0,Df.i)(e,t),this.setMonth=(e,t)=>(0,Du.Z)(e,t),this.setDate=(e,t)=>(0,Dl.X)(e,t),this.setHours=(e,t)=>(0,Da.a)(e,t),this.setMinutes=(e,t)=>(0,Dc.g)(e,t),this.setSeconds=(e,t)=>(0,Dh.g)(e,t),this.setMilliseconds=(e,t)=>(0,Dd.$)(e,t),this.getDaysInMonth=e=>(0,T0.P)(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,T8.N)(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 Dk="yyyy-MM-dd HH:mm:ss";function DM(e,t){let n,r;return e?(0,nt.bB)(e)?e.pastDuration:(n=nV(e.start,Dk,t),r=nV(e.end,Dk,t),`${n} - ${r}`):"Custom Time Range"}let DT=({initialTimeRange:e,onChange:t,onCancel:n,timeZone:r})=>{let[i,o]=(0,R.useState)(e),s=(0,R.useMemo)(()=>({start:nV(i.start,Dk,r),end:nV(i.end,Dk,r)}),[i.start,i.end,r]),[l,a]=(0,R.useState)(!0),c=(e,t)=>{o(n=>({...n,[t]:e}))},u=e=>{c(e,"start")},h=e=>{c(e,"end")},d=()=>{var e,t;let n={start:i.start,end:i.end};if(e=n.start,t=n.end,(0,nn.isValid)(e)&&(0,nn.isValid)(t)?!!(0,nn.isBefore)(e,t)||(console.error("End Time is before Start Time"),!1):(console.error("Invalid Date"),!1))return n};return(0,D.jsx)(SQ,{dateAdapter:DA,children:(0,D.jsxs)(X.A,{spacing:2,sx:e=>({padding:e.spacing(1,0,2)}),children:[l&&(0,D.jsxs)(n0.A,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,D.jsx)(lk.A,{variant:"h3",padding:1,paddingLeft:2,children:"Select Start Time"}),(0,D.jsx)(MB,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:i.start,onChange:e=>{null!==e&&u(e)},onAccept:()=>{a(!1)}})]}),!l&&(0,D.jsxs)(n0.A,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,D.jsx)(lk.A,{variant:"h3",padding:1,paddingLeft:2,children:"Select End Time"}),(0,D.jsx)(MB,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:i.end,minDateTime:i.start,onChange:e=>{null!==e&&h(e)},onAccept:e=>{null!==e&&(a(!0),h(e))}})]}),(0,D.jsxs)(X.A,{direction:"row",alignItems:"center",gap:1,pl:1,pr:1,children:[(0,D.jsx)(ur.ErrorBoundary,{FallbackComponent:un,children:(0,D.jsx)(TH,{label:"Start Time",value:new Date(s.start),onChange:e=>{e&&u(e)},onBlur:()=>d(),format:Dk})}),(0,D.jsx)(ur.ErrorBoundary,{FallbackComponent:un,children:(0,D.jsx)(TH,{label:"End Time",value:new Date(s.end),onChange:e=>{e&&h(e)},onBlur:()=>d(),format:Dk})})]}),(0,D.jsxs)(X.A,{direction:"row",sx:{padding:e=>e.spacing(0,1)},gap:1,children:[(0,D.jsx)(K.A,{variant:"contained",onClick:()=>{let e;(e=d())&&t(e)},fullWidth:!0,children:"Apply"}),(0,D.jsx)(K.A,{variant:"outlined",onClick:()=>n(),fullWidth:!0,children:"Cancel"})]})]})})};function DD({value:e,timeOptions:t,onChange:n,height:r,showCustomTimeRange:i=!0,timeZone:o,timeZoneOptions:s,onTimeZoneChange:l}){let a,{timeZone:c}=nX(),u=o??c,h=(0,R.useRef)(),[d,f]=(0,R.useState)(!1),p=(0,R.useMemo)(()=>(0,nt.bB)(e)?(0,nt.b5)(e):e,[e]),m=(0,R.useMemo)(()=>{var t;return{value:t=(0,nt.bB)(e)?void 0:e,display:DM(t,u)}},[e,u]),[g,v]=(0,R.useState)(!1),b=s??ni(),[x,y]=(0,R.useState)(null),w=b.find(e=>e.value===u)?.display??u,S=b.map(e=>({id:e.value,label:e.display}));{let e=b.find(e=>e.value===u);e&&(a={id:e.value,label:e.display})}return(0,D.jsxs)(D.Fragment,{children:[(0,D.jsx)(eE.Ay,{anchorEl:x,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},open:!!x,onClose:()=>y(null),sx:e=>({padding:e.spacing(1)}),children:(0,D.jsx)(n0.A,{sx:{p:1,minWidth:260},onClick:e=>{e.stopPropagation()},children:(0,D.jsx)(aA,{options:S,value:a,onChange:(e,t)=>{if(t){let e=b.find(e=>e.value===t.id);e&&l?.(e)}y(null)},disableClearable:!0,renderInput:e=>(0,D.jsx)(Z.A,{...e,placeholder:"Search timezones",size:"small"})})})}),(0,D.jsx)(eE.Ay,{anchorEl:h.current,anchorOrigin:{vertical:"bottom",horizontal:"center"},open:d,onClose:()=>f(!1),sx:e=>({padding:e.spacing(2)}),children:(0,D.jsx)(DT,{initialTimeRange:p,onChange:e=>{n(e),f(!1),v(!1)},onCancel:()=>f(!1),timeZone:u})}),(0,D.jsx)(n0.A,{ref:h,children:(0,D.jsxs)(s0.A,{open:g,value:DM(e,u),onClick:()=>v(!g),IconComponent:S$.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:[(0,D.jsx)(sJ.A,{disableRipple:!0,onClick:e=>{e.preventDefault(),e.stopPropagation()},sx:{cursor:"default","&:hover":{backgroundColor:"transparent"},py:.5,px:1},children:(0,D.jsxs)(n0.A,{sx:{display:"flex",alignItems:"center",width:"100%",justifyContent:"space-between"},children:[(0,D.jsxs)(n0.A,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start"},children:[(0,D.jsx)(n0.A,{sx:{typography:"subtitle1"},children:"Time Range"}),(0,D.jsxs)(n0.A,{sx:{color:"text.secondary",typography:"caption",mt:.25},children:["Timezone: ",w]})]}),(0,D.jsx)(n0.A,{sx:{display:"flex",alignItems:"center",pr:1,ml:1.5},children:(0,D.jsx)(Q.A,{size:"small","aria-label":"Select timezone",onClick:e=>{e.preventDefault(),e.stopPropagation(),y(e.currentTarget)},children:(0,D.jsx)(SW.default,{fontSize:"small"})})})]})}),t.map((e,t)=>(0,D.jsx)(sJ.A,{value:DM(e.value,u),onClick:()=>{n(e.value)},children:e.display},t)),i&&(0,D.jsx)(sJ.A,{value:DM(m.value,u),onClick:()=>f(!0),children:m.display})]})})]})}function DR({value:e,onChange:t,timeZoneOptions:n,variant:r="standard",heightPx:i,...o}){let s=(0,R.useMemo)(()=>n??ni(),[n]),l=i?"number"==typeof i?`${i}px`:i:void 0,a=(0,R.useMemo)(()=>({minWidth:"compact"===r?"80px":"150px",...l&&{lineHeight:l,paddingY:0},...o.sx}),[r,l,o.sx]);return(0,D.jsx)(s0.A,{...o,value:e,onChange:(e,n)=>{var r;let i;r=e.target.value,(i=s.find(e=>e.value===r))&&t&&t(i)},sx:a,size:"compact"===r?"small":"medium",children:s.map(e=>(0,D.jsx)(sJ.A,{value:e.value,children:e.display},e.value))})}function DO(e){let{markerColor:t,sx:n}=e;return(0,D.jsx)(n0.A,{sx:nf({display:"inline-block",width:"11px",height:"11px",borderRadius:"2px",marginRight:1,verticalAlign:"top"},n),style:{backgroundColor:t}})}function DI(e){let{formattedY:t,markerColor:n,metricName:r,metricLabels:i}=e;return(0,D.jsxs)(X.A,{spacing:.5,children:[(0,D.jsxs)(n0.A,{sx:e=>({display:"flex",height:"16px",flexDirection:"row",alignItems:"center",justifyContent:"left",color:e.palette.common.white,fontSize:"11px"}),children:[(0,D.jsx)(DO,{markerColor:n,sx:{marginTop:.25}}),(0,D.jsxs)(n0.A,{component:"span",children:[r,(0,D.jsx)(n0.A,{component:"span",sx:e=>({color:e.palette.common.white,fontWeight:700,paddingLeft:"2px"}),children:t})]})]}),(0,D.jsx)(us.A,{sx:e=>({borderColor:e.palette.grey["500"]})}),(0,D.jsx)(n0.A,{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,D.jsxs)(n0.A,{sx:{display:"flex",gap:"4px"},children:[(0,D.jsx)(lk.A,{sx:{fontSize:"11px"},children:r}),(0,D.jsx)(lk.A,{sx:e=>({color:e.palette.common.white,fontWeight:700,fontSize:"11px"}),children:i})]},e)}})})]})}let DE=375,DP=650,Dj=650,DL=500,DB=.75,DF=8,DV=750,DN="nearby series showing in tooltip",DH="emphasized series showing as bold in tooltip",Dz="#2E313E",D_=new Intl.DateTimeFormat(void 0,{year:"numeric",month:"short",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0}),D$={coords:{plotCanvas:{x:0,y:0},zrender:{x:0,y:0},target:null},chartWidth:0},DW=[],Dq=()=>{let[e,t]=(0,R.useState)(null);return(0,R.useEffect)(()=>{let e=e=>t({page:{x:e.pageX,y:e.pageY},client:{x:e.clientX,y:e.clientY},plotCanvas:{x:e.zrX??e.offsetX,y:e.zrY??e.offsetY},target:e.target});return window.addEventListener("mousemove",e),()=>{window.removeEventListener("mousemove",e)}},[]),e},DG={wrapLabels:!0,enablePinning:!0},DU="Click chart to pin",DK="Click chart to unpin";function DY(e){let{seriesName:t,formattedY:n,markerColor:r,totalSeries:i,emphasizeText:o=!1,wrapLabels:s=!0}=e,l=t.split("{"),a=(l[1]??t).replace(/[{}]/g,"").split(",");if(1===i&&a.length>1){let e=l[0]?`${l[0]}:`:"value:";return(0,D.jsx)(DI,{formattedY:n,metricName:e,metricLabels:a,markerColor:r})}let c=t.replace(/[,]/g,", ");return(0,D.jsxs)(n0.A,{sx:{display:"table-row",paddingTop:.5},children:[(0,D.jsxs)(n0.A,{sx:{display:"table-cell",maxWidth:"520px"},children:[(0,D.jsx)(DO,{markerColor:r,sx:{marginTop:.5}}),(0,D.jsx)(n0.A,{component:"span",sx:e=>({display:"inline-block",width:"calc(100% - 20px)",minWidth:150,maxWidth:DL,overflow:"hidden",color:e.palette.common.white,fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular,textOverflow:"ellipsis",whiteSpace:s?"normal":"nowrap"}),"aria-label":o?DH:DN,children:c})]}),(0,D.jsx)(n0.A,{sx:e=>({display:"table-cell",paddingLeft:1.5,textAlign:"right",verticalAlign:"top",fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular}),children:n})]})}var DX=n(36961),DQ=n(85180);function DZ(e,t,n,r,i){if(null===e||(null!==t&&(e=t),void 0===e.plotCanvas.x))return;let o=e.page.x+32,s=e.page.y+16;if(i){let e=i.getBoundingClientRect();o=o-e.left+i.scrollLeft,s=s-e.top+i.scrollTop;let t=e.top+i.scrollHeight;s+n>t&&(s=Math.max(t-n-16,DF/2))}else s+n>window.innerHeight+window.scrollY&&(s=Math.max(window.innerHeight+window.scrollY-n-16,DF/2));return o+r>window.innerWidth&&(o=e.page.x-r-32),o<32&&(o=32),s<DF/2&&(s=DF/2),`translate3d(${o}px, ${s}px, 0)`}function DJ(e,t,n){return{minWidth:DE,maxWidth:DP,maxHeight:(n?n-DF:void 0)??Dj,padding:0,position:"absolute",top:0,left:0,backgroundColor:e.palette.designSystem?.grey[800]??Dz,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 D0=5.5,D1=30,D2=5;function D5(e,t,n,r,i,o,s,l){let a=[],c=n[0]??null,u=n[1]??null;if(null===c||null===u||void 0===i.dispatchAction||!Array.isArray(e))return a;let h=[],d=[],f=[],p=[],m=[],g=e.length,v=new Map,b=nh(e[0]?.values,c);if(null===b)return DW;let x=null;if(void 0!==l){let e=i.convertToPixel("grid",[0,u]),t=i.convertToPixel("grid",[0,u+r]);e&&t&&void 0!==e[1]&&void 0!==t[1]&&(x=Math.abs(t[1]-e[1]))}for(let n=0;n<g;n++){let c=t[n];if(!c)break;let y=g>0?e[n]:null;if(!y)break;let w=y.values;if(void 0===w||!Array.isArray(w))break;let S=c.name?c.name.toString():"",C=c.id?c.id.toString():"",A=c.color??"#000",k=s?.get(C)??o;if(Array.isArray(e))for(let e=0;e<w.length;e++){let t=w[e];if(void 0===t||!Array.isArray(t))break;let o=t[0],s=t[1];if(null!=s&&b===o){let t=!1;if(void 0!==l&&null!==x){let o=i.convertToPixel({seriesIndex:n},[e,s]);t=o&&void 0!==o[1]?Math.abs(l-o[1])<=x:u<=s+r&&u>=s-r}else t=u<=s+r&&u>=s-r;if(t){let t=Math.max(g>D2?2:5,100/g),r=!1;if(void 0!==l){let o=i.convertToPixel({seriesIndex:n},[e,s]);r=o&&void 0!==o[1]?Math.abs(l-o[1])<=Math.max(t/100*(x??50),5):D8({valueToCheck:u,baseValue:s,percentage:t})}else r=D8({valueToCheck:u,baseValue:s,percentage:t});if(r){d.push(n);let t=v.get(s)??0;v.set(s,t+1),t>0&&m.push({seriesIndex:n,dataIndex:e,seriesName:S,yValue:s}),p.push({seriesIndex:n,dataIndex:e,seriesName:S,yValue:s})}else f.push(n),i.dispatchAction({type:"downplay",seriesIndex:n});let c=(0,t4.Fl)(s,k);a.push({seriesIdx:n,datumIdx:e,seriesName:S,date:b,x:o,y:s,formattedY:c,markerColor:A.toString(),isClosestToCursor:r}),h.push(n)}}}}return nc(i,h,d,f,p,m),a}function D3(e,t,n,r,i){let o=[],s=t[0]??null,l=t[1]??null;if(null===s||null===l)return o;let a=[],c=[],u=[],h=e.timeSeries.length;if(Array.isArray(e.xAxis)&&Array.isArray(e.timeSeries))for(let t=0;t<h;t++){let d=e.timeSeries[t];if(void 0===d||o.length>=1e3)break;let f=d.name?d.name.toString():"",p=d.color??"#000";if(Array.isArray(d.data))for(let m=0;m<d.data.length;m++){let g=e.xAxis[m]??0,v=d.data[m];if(null!=v&&s===m&&"-"!==v&&l<=v+n&&l>=v-n){let e=D8({valueToCheck:l,baseValue:v,percentage:Math.max(h>D2?2:5,100/h)});e?c.push(t):(u.push(t),r?.dispatchAction!==void 0&&r.dispatchAction({type:"downplay",seriesIndex:t}));let n=g>0x174876e7ff?g:1e3*g,s=(0,t4.Fl)(v,i);o.push({seriesIdx:t,datumIdx:m,seriesName:f,date:n,x:g,y:v,formattedY:s,markerColor:p.toString(),isClosestToCursor:e}),a.push(t)}}}return r?.dispatchAction!==void 0&&(r.dispatchAction({type:"downplay",seriesIndex:u}),c.length>0?r.dispatchAction({type:"highlight",seriesIndex:c,notBlur:!1,escapeConnect:!0}):r.dispatchAction({type:"highlight",seriesIndex:a,notBlur:!0,escapeConnect:!0})),o}function D4({mousePos:e,pinnedPos:t,data:n,seriesMapping:r,chart:i,format:o,seriesFormatMap:s,showAllSeries:l=!1}){if(void 0===i||null===e)return DW;let a=!1;if(null!==e.target){let t=e.target.parentElement;if(null!==t){let e=t.parentElement;null!==e&&i.getDom()===e&&(a=!0)}}if(null!==t&&(e=t,a=!0),!1===a||null===n||void 0===i._model||void 0===e.plotCanvas.x||void 0===e.plotCanvas.y)return DW;let c=e.plotCanvas.y,u=na(e.plotCanvas.x,c,i);if(null!==u){let e=i._model.getComponent("yAxis").axis.scale,t="log"===e.type,a=e._interval;if(t&&e.base){let t=e.base,n=e._extent,r=t**n[0];a=(t**n[1]-r)/100}let h=D6({yInterval:a,totalSeries:n.length,showAllSeries:l}),d=r.some(e=>void 0!==e.yAxisIndex&&e.yAxisIndex>0);return D5(n,r,u,h,i,o,s,d?c:void 0)}return DW}function D8({valueToCheck:e,baseValue:t,percentage:n}){let r=n/100*t;return e>=t-r&&e<=t+r}function D6({yInterval:e,totalSeries:t,showAllSeries:n=!1}){if(n)return 10*e;let r=.3*e;return t>D2?Math.max(r,e*D1/t):Math.max(r,e*D0)}var D9=n(68003),D7=n(4491),Re=n(29917);let Rt=(0,R.memo)(function({nearbySeries:e,totalSeries:t,isTooltipPinned:n,showAllSeries:r,enablePinning:i=!0,onShowAllClick:o,onUnpinClick:s}){let l,a,c,{formatWithUserTimeZone:u}=nX(),h=e[0]?.date??null;if(null===h)return null;let d=i&&t>5;return(0,D.jsxs)(n0.A,{sx:e=>({width:"100%",maxWidth:DP,padding:e.spacing(1.5,2,.5,2),backgroundColor:e.palette.designSystem?.grey[800]??Dz,position:"sticky",top:0,left:0}),children:[(0,D.jsxs)(n0.A,{sx:{width:"100%",display:"flex",justifyContent:"start",alignItems:"center",paddingBottom:.5},children:[(a=u(l=new Date(h),"MMM dd, yyyy - "),c=u(l,"HH:mm:ss"),(0,D.jsxs)(n0.A,{children:[(0,D.jsx)(lk.A,{variant:"caption",sx:e=>({color:e.palette.common.white}),children:a}),(0,D.jsx)(lk.A,{variant:"caption",children:(0,D.jsx)("strong",{children:c})})]})),(0,D.jsxs)(X.A,{direction:"row",gap:1,sx:{marginLeft:"auto"},children:[d&&(0,D.jsxs)(X.A,{direction:"row",gap:.5,alignItems:"center",sx:{textAlign:"right"},children:[(0,D.jsx)(lk.A,{sx:{fontSize:11},children:"Show All"}),(0,D.jsx)(D9.A,{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,D.jsxs)(X.A,{direction:"row",alignItems:"center",children:[(0,D.jsx)(lk.A,{sx:{marginRight:.5,fontSize:11,verticalAlign:"middle"},children:n?DK:DU}),n?(0,D.jsx)(D7.default,{onClick:()=>{void 0!==s&&s()},sx:{fontSize:16,cursor:"pointer"}}):(0,D.jsx)(Re.default,{sx:{fontSize:16}})]})]})]}),(0,D.jsx)(us.A,{sx:e=>({width:"100%",borderColor:e.palette.grey["500"]})})]})});function Rn(e){let{series:t,wrapLabels:n}=e,r=(0,R.useMemo)(()=>null===t?null:t.sort((e,t)=>e.y>t.y?-1:1),[t]);return null===t||null===r?null:(0,D.jsx)(n0.A,{sx:e=>({display:"table",padding:e.spacing(.5,2)}),children:r.map(({datumIdx:e,seriesIdx:t,seriesName:i,y:o,formattedY:s,markerColor:l,isClosestToCursor:a})=>{if(null===e||null===t)return null;let c=t.toString()+e.toString();return(0,D.jsx)(DY,{seriesName:i,y:o,formattedY:s,markerColor:l,totalSeries:r.length,wrapLabels:n,emphasizeText:a},c)})})}let Rr=(0,R.memo)(function({containerId:e,chartRef:t,data:n,seriesMapping:r,enablePinning:i=!0,wrapLabels:o,format:s,seriesFormatMap:l,onUnpinClick:a,pinnedPos:c}){let[u,h]=(0,R.useState)(!1),d=(0,R.useRef)(),f=Dq(),{height:p,width:m,ref:g}=(0,DQ.default)(),v=null!==c&&i;if(null===f||null===f.target||null===n||null===c&&"CANVAS"!==f.target.tagName)return null;let b=t.current,x=e?document.querySelector(e):void 0,y=x?x.getBoundingClientRect().height:void 0;d.current=DZ(f,c,p??0,m??0,x);let w=D4({mousePos:f,data:n,seriesMapping:r,pinnedPos:c,chart:b,format:s,seriesFormatMap:l,showAllSeries:u});if(0===w.length)return null;let S=n.length;return(0,D.jsx)(DX.A,{container:x,children:(0,D.jsx)(n0.A,{ref:g,sx:e=>DJ(e,c,y),style:{transform:d.current},children:(0,D.jsxs)(X.A,{spacing:.5,children:[(0,D.jsx)(Rt,{nearbySeries:w,totalSeries:S,enablePinning:i,isTooltipPinned:v,showAllSeries:u,onShowAllClick:e=>h(e),onUnpinClick:a}),(0,D.jsx)(Rn,{series:w,wrapLabels:o})]})})})}),Ri=(0,B.A)(K.A)(({theme:e})=>({padding:e.spacing(.5),minWidth:"auto"})),Ro=(0,R.forwardRef)(function(e,t){return(0,D.jsx)(Ri,{ref:t,variant:"outlined",color:"secondary",...e})});var Rs=n(71065);let Rl=Object.entries(t4.AC).map(([e,t])=>({...t,id:e,group:t.group||"Decimal"})).filter(e=>!e.disableSelectorOption);function Ra({value:e,onChange:t,disabled:n=!1,...r}){let i=t4.AC[e?.unit||"decimal"];return(0,D.jsx)(aA,{value:e?{id:e.unit||"decimal",...i}:null,options:Rl,groupBy:e=>e.group??"Decimal",onChange:(e,n)=>{null===n?t(void 0):t({unit:n.id})},disabled:n,...r})}let Rc=[{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 Ru({value:e,onChange:t,disabled:n=!1}){var r;let i=(0,t4.i$)(e),o=(0,t4.j9)(e);return(0,D.jsxs)(D.Fragment,{children:[(0,D.jsx)(ax,{label:"Short values",control:(0,D.jsx)(D9.A,{checked:!!o&&(0,Rs.jb)(e.shortValues),onChange:(n,r)=>{o&&t({...e,shortValues:r})},disabled:!o})}),(0,D.jsx)(ax,{label:"Unit",control:(0,D.jsx)(Ra,{value:e,onChange:e=>{t(e||{unit:"decimal"})},disabled:n})}),(0,D.jsx)(ax,{label:"Decimals",control:(0,D.jsx)(aA,{value:(r=e.decimalPlaces,Rc.find(e=>e.decimalPlaces===r)),options:Rc,getOptionLabel:e=>e.label,onChange:(n,r)=>(({decimalPlaces:n})=>{i&&t({...e,decimalPlaces:n})})(r),disabled:!i,disableClearable:!0})})]})}function Rh({name:e,height:t}){return(0,D.jsx)(n0.A,{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,D.jsx)(lk.A,{variant:"body1","aria-label":"y axis label",sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:e})})}var Rd=n(9408);let Rf=nU((0,Rd.A)({}),{echartsTheme:{textStyle:{fontFamily:"Lato"},categoryAxis:{splitLine:{show:!1}},timeAxis:{splitLine:{show:!1}},bar:{barCategoryGap:2}}}),Rp={chartsTheme:Rf,enablePinning:!1,enableSyncGrouping:!0,lastTooltipPinnedCoords:null,setLastTooltipPinnedCoords:()=>null};var Rm=n(52855);let Rg={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,[`& .${Rm.A.icon}`]:{color:e.palette.error.main}}:{...e.typography.body1,backgroundColor:e.palette.error.light,color:e.palette.error.dark,[`& .${Rm.A.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,[`& .${Rm.A.icon}`]:{color:e.palette.info.main}}:{...e.typography.body1,backgroundColor:e.palette.info.light,color:e.palette.info.dark,[`& .${Rm.A.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,[`& .${Rm.A.icon}`]:{color:e.palette.success.main}}:{...e.typography.body1,backgroundColor:e.palette.success.light,color:e.palette.success.dark,[`& .${Rm.A.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,[`& .${Rm.A.icon}`]:{color:e.palette.warning.main}}:{...e.typography.body1,backgroundColor:e.palette.warning.light,color:e.palette.warning.dark,[`& .${Rm.A.icon}`]:{color:e.palette.warning.main}},root:{["& ."+n(82561).A.root]:{textDecoration:"underline"}}}},Rv={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"},Rb={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"},Rx="#FFFFFF",Ry=e=>"light"===e?{main:Rb["500"],dark:Rb["600"],light:Rb["50"]}:{main:Rb["400"],dark:Rb["800"],light:Rb["200"]},Rw={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"},RS={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"},RC={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"},RA={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"},Rk={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"}},RM=({theme:e})=>({..."light"===e.palette.mode?{}:{backgroundImage:"unset",backgroundColor:e.palette.designSystem.grey[800]}});function RT(e,t={}){return(0,Rd.A)({palette:function(e){let t,n,r,i;return{mode:e,primary:Ry(e),secondary:"light"===e?{main:Rv["600"],dark:Rv["900"],light:Rv["100"]}:{main:Rx,dark:Rx,light:Rx},grey:"light"===e?{50:Rv["50"],100:Rv["100"],200:Rv["200"],300:Rv["300"],400:Rv["400"],500:Rv["500"],600:Rv["600"],700:Rv["700"],800:Rv["800"],900:Rv["900"],950:Rv["950"]}:{50:Rv["950"],100:Rv["900"],200:Rv["800"],300:Rv["700"],400:Rv["600"],500:Rv["500"],600:Rv["400"],700:Rv["300"],800:Rv["200"],900:Rv["100"],950:Rv["50"]},background:(t=Rb["150"],n="rgba(21, 23, 33, 0.75)","light"===e?{navigation:t,overlay:n,default:Rx,paper:Rv["50"],code:Rv["50"],tooltip:Rv["100"],lighter:Rv["50"],border:Rv["100"]}:{navigation:t,overlay:n,default:Rv["900"],paper:Rv["850"],code:Rv["800"],tooltip:Rv["600"],lighter:Rv["700"],border:Rv["600"]}),text:(r=Rv["800"],i=Rv["300"],"light"===e?{navigation:r,accent:i,primary:Rv["800"],secondary:Rv["700"],disabled:Rv["300"],link:Rb["500"],linkHover:Rb["600"]}:{navigation:r,accent:i,primary:Rx,secondary:Rv["50"],disabled:Rv["600"],link:Rb["400"],linkHover:Rb["500"]}),error:"light"===e?{main:RA["500"],dark:RA["600"],light:RA["50"]}:{main:RA["400"],dark:RA["800"],light:RA["300"]},warning:"light"===e?{main:RS["500"],dark:RS["700"],light:RS["50"]}:{main:RS["400"],dark:RS["800"],light:RS["300"]},info:Ry(e),success:"light"===e?{main:Rw["500"],dark:Rw["700"],light:Rw["50"]}:{main:Rw["400"],dark:Rw["800"],light:Rw["300"]},common:{white:Rx,black:"#000000"},designSystem:{blue:Rb,green:Rw,grey:Rv,orange:RS,purple:RC,red:RA}}}(e),typography:Rk,mixins:{},components:RD,...t})}let RD={MuiAlert:Rg,MuiFormControl:{defaultProps:{size:"small"}},MuiPaper:{styleOverrides:{root:({theme:e})=>({backgroundColor:e.palette.background.default})}},MuiTextField:{defaultProps:{size:"small"}},MuiDrawer:{styleOverrides:{paper:RM}},MuiDialog:{styleOverrides:{paper:RM}},MuiPopover:{styleOverrides:{paper:RM}}};var RR=n(11061),RO=n(87275),RI=n(78536),RE=n(1355),RP=n(3627);function Rj({value:e,onChange:t}){return(0,D.jsxs)(X.A,{direction:"row",children:[(0,D.jsx)(aS.A,{freeSolo:!0,multiple:!0,id:"join-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,D.jsx)(Z.A,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,D.jsx)(SC.A,{label:"Enabled",labelPlacement:"start",control:(0,D.jsx)(D9.A,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function RL({value:e,onChange:t}){return(0,D.jsxs)(X.A,{direction:"row",gap:1,alignItems:"center",children:[(0,D.jsx)(aS.A,{freeSolo:!0,multiple:!0,id:"merge-columns-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,D.jsx)(Z.A,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,r)=>{t({...e,spec:{...e.spec,columns:r}})}}),(0,D.jsx)(l7,{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,D.jsx)(SC.A,{label:"Enabled",labelPlacement:"start",control:(0,D.jsx)(D9.A,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function RB({value:e,onChange:t}){return(0,D.jsxs)(X.A,{direction:"row",children:[(0,D.jsx)(l7,{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,D.jsx)(SC.A,{label:"Enabled",labelPlacement:"start",control:(0,D.jsx)(D9.A,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function RF({value:e,onChange:t}){return(0,D.jsx)(X.A,{direction:"row",children:(0,D.jsx)(SC.A,{label:"Enabled",labelPlacement:"start",control:(0,D.jsx)(D9.A,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})})}function RV({value:e,onChange:t,...n}){return(0,D.jsxs)(X.A,{gap:2,sx:{width:"100%"},mt:1,...n,children:[(0,D.jsxs)(l7,{select:!0,label:"Kind",value:e.kind,onChange:n=>t({...e,kind:n}),children:[(0,D.jsx)(sJ.A,{value:"JoinByColumnValue",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Join by column value"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Regroup rows with equal cell value in a column"})]})}),(0,D.jsx)(sJ.A,{value:"MergeColumns",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Merge columns"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Multiple columns are merged to one column"})]})}),(0,D.jsx)(sJ.A,{value:"MergeIndexedColumns",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Merge indexed columns"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Indexed columns are merged to one column"})]})}),(0,D.jsx)(sJ.A,{value:"MergeSeries",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Merge series"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Series will be merged by their labels"})]})})]}),"JoinByColumnValue"===e.kind&&(0,D.jsx)(Rj,{value:e,onChange:t}),"MergeColumns"===e.kind&&(0,D.jsx)(RL,{value:e,onChange:t}),"MergeIndexedColumns"===e.kind&&(0,D.jsx)(RB,{value:e,onChange:t}),"MergeSeries"===e.kind&&(0,D.jsx)(RF,{value:e,onChange:t})]})}function RN({index:e,value:t,isCollapsed:n,onChange:r,onCollapse:i,onDelete:o,...s}){return(0,D.jsxs)(X.A,{...s,children:[(0,D.jsxs)(X.A,{direction:"row",alignItems:"center",borderBottom:1,borderColor:e=>e.palette.divider,justifyContent:"space-between",gap:4,children:[(0,D.jsxs)(X.A,{direction:"row",gap:1,children:[(0,D.jsx)(Q.A,{"data-testid":`transform-toggle#${e}`,size:"small",onClick:()=>i(!n),children:n?(0,D.jsx)(RR.default,{}):(0,D.jsx)(RO.default,{})}),(0,D.jsx)(lk.A,{variant:"overline",component:"h4",sx:{textTransform:"none"},children:t.kind?(0,D.jsx)("span",{children:(0,D.jsx)("strong",{children:RP.L[t.kind]})}):(0,D.jsx)("strong",{children:"Select a transformation kind"})})]}),(0,D.jsxs)(X.A,{direction:"row",gap:1,children:[n&&(0,D.jsxs)(D.Fragment,{children:[(0,D.jsx)(ap.A,{title:t.spec?.disabled?"Enable transformation":"Disable transformation",placement:"top",children:(0,D.jsx)(Q.A,{size:"small",sx:{marginLeft:"auto"},onClick:function(){r({...t,spec:{...t.spec,disabled:!t.spec?.disabled}})},children:t.spec?.disabled?(0,D.jsx)(RI.default,{}):(0,D.jsx)(RE.default,{})})}),(0,D.jsx)(us.A,{flexItem:!0,orientation:"vertical",variant:"middle"})]}),(0,D.jsx)(ap.A,{title:"Remove transformation",placement:"top",children:(0,D.jsx)(Q.A,{size:"small",sx:{marginLeft:"auto"},onClick:o,children:(0,D.jsx)(SN.default,{})})})]})]}),!n&&(0,D.jsx)(RV,{value:t,onChange:r})]})}function RH({value:e,onChange:t,...n}){let[r,i]=(0,R.useState)(e.map(()=>!0));return(0,D.jsxs)(X.A,{gap:1,...n,children:[e.map((n,o)=>(0,D.jsx)(RN,{index:o,value:n,isCollapsed:r[o]??!0,onChange:n=>{let r;(r=[...e])[o]=n,t(r)},onDelete:()=>{let n;(n=[...e]).splice(o,1),t(n),i(e=>(e.splice(o,1),[...e]))},onCollapse:e=>{i(t=>(t[o]=e,[...t]))}},o)),(0,D.jsx)(K.A,{variant:"contained",startIcon:(0,D.jsx)(Sw.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 Rz(e){let{value:t,onChange:n,timeOptions:r,height:i}=e,o=(0,R.useMemo)(()=>{if(t&&!r.some(e=>e.value.pastDuration===t))return(0,D.jsx)(sJ.A,{value:t,children:t})},[r,t]);return(0,D.jsx)(ah.A,{children:(0,D.jsx)(n0.A,{children:(0,D.jsxs)(s0.A,{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,D.jsx)(sJ.A,{value:e.value.pastDuration,children:e.display},t)),o]})})})}var R_=n(94237),R$=n(7939),RW=n(26041),Rq=n(20523),RG=n(80787);let RU=(e,t,n)=>{let r=e.keys[0];if(Array.isArray(t))t.forEach((t,r)=>{n((t,n)=>{r<=e.keys.length-1&&(0===r?Object.assign(t,n):t[e.up(e.keys[r])]=n)},t)});else if(t&&"object"==typeof t){let i,o;(Object.keys(t).length>e.keys.length?e.keys:(i=e.keys,o=Object.keys(t),i.filter(e=>o.includes(e)))).forEach(i=>{if(e.keys.includes(i)){let o=t[i];void 0!==o&&n((t,n)=>{r===i?Object.assign(t,n):t[e.up(i)]=n},o)}})}else("number"==typeof t||"string"==typeof t)&&n((e,t)=>{Object.assign(e,t)},t)};function RK(e){return`--Grid-${e}Spacing`}function RY(e){return`--Grid-parent-${e}Spacing`}let RX="--Grid-columns",RQ="--Grid-parent-columns",RZ=({theme:e,ownerState:t})=>{let n={};return RU(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(${RQ}) - (var(${RQ}) - ${t}) * (var(${RY("column")}) / var(${RQ})))`}),e(n,r)}),n},RJ=({theme:e,ownerState:t})=>{let n={};return RU(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(${RQ}) + var(${RY("column")}) * ${t} / var(${RQ}))`}),e(n,r)}),n},R0=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={[RX]:12};return RU(e.breakpoints,t.columns,(e,t)=>{let r=t??12;e(n,{[RX]:r,"> *":{[RQ]:r}})}),n},R1=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return RU(e.breakpoints,t.rowSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[RK("row")]:i,"> *":{[RY("row")]:i}})}),n},R2=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return RU(e.breakpoints,t.columnSpacing,(t,r)=>{let i="string"==typeof r?r:e.spacing?.(r);t(n,{[RK("column")]:i,"> *":{[RY("column")]:i}})}),n},R5=({theme:e,ownerState:t})=>{if(!t.container)return{};let n={};return RU(e.breakpoints,t.direction,(e,t)=>{e(n,{flexDirection:t})}),n},R3=({ownerState:e})=>({minWidth:0,boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",...e.wrap&&"wrap"!==e.wrap&&{flexWrap:e.wrap},gap:`var(${RK("row")}) var(${RK("column")})`}}),R4=(0,RG.A)(),R8=(0,R$.A)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>t.root});function R6(e){return(0,Sq.A)({props:e,name:"MuiGrid",defaultTheme:R4})}let R9=function(e={}){let{createStyledComponent:t=R8,useThemeProps:n=R6,useTheme:r=RW.A,componentName:i="MuiGrid"}=e;function o(e,t,n=()=>!0){let r={};return null===e||(Array.isArray(e)?e.forEach((e,i)=>{null!==e&&n(e)&&t.keys[i]&&(r[t.keys[i]]=e)}):"object"==typeof e?Object.keys(e).forEach(t=>{let i=e[t];null!=i&&n(i)&&(r[t]=i)}):r[t.keys[0]]=e),r}let s=t(R0,R2,R1,RZ,R5,R3,RJ),l=R.forwardRef(function(e,t){var l;let a,c=r(),u=n(e),h=(0,Rq.A)(u);l=c.breakpoints,a=[],void 0!==h.item&&(delete h.item,a.push("item")),void 0!==h.zeroMinWidth&&(delete h.zeroMinWidth,a.push("zeroMinWidth")),l.keys.forEach(e=>{void 0!==h[e]&&(a.push(e),delete h[e])});let{className:d,children:f,columns:p=12,container:m=!1,component:g="div",direction:v="row",wrap:b="wrap",size:x={},offset:y={},spacing:w=0,rowSpacing:S=w,columnSpacing:C=w,unstable_level:A=0,...k}=h,M=o(x,c.breakpoints,e=>!1!==e),T=o(y,c.breakpoints),O=e.columns??(A?void 0:p),P=e.spacing??(A?void 0:w),j=e.rowSpacing??e.spacing??(A?void 0:S),L=e.columnSpacing??e.spacing??(A?void 0:C),B={...h,level:A,columns:O,container:m,direction:v,wrap:b,spacing:P,rowSpacing:j,columnSpacing:L,size:M,offset:T},F=((e,t)=>{let n,{container:r,direction:o,spacing:s,wrap:l,size:a}=e,c={root:["root",r&&"container","wrap"!==l&&`wrap-xs-${String(l)}`,...void 0===o?[]:"object"==typeof o?Object.entries(o).map(([e,t])=>`direction-${e}-${t}`):[`direction-xs-${String(o)}`],...(n=[],Object.entries(a).forEach(([e,t])=>{!1!==t&&void 0!==t&&n.push(`grid-${e}-${String(t)}`)}),n),...r?((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[]})(s,t.breakpoints.keys[0]):[]]};return(0,E.A)(c,e=>(0,z.Ay)(i,e),{})})(B,c);return(0,D.jsx)(s,{ref:t,as:g,ownerState:B,className:(0,I.A)(F.root,d),...k,children:R.Children.map(f,e=>R.isValidElement(e)&&(0,R_.A)(e,["Grid"])&&m&&e.props.container?R.cloneElement(e,{unstable_level:e.props?.unstable_level??A+1}):e)})});return l.muiName="Grid",l}({createStyledComponent:(0,B.A)("div",{name:"MuiGrid2",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.container&&t.container]}}),componentName:"MuiGrid2",useThemeProps:e=>(0,N.b)({props:e,name:"MuiGrid2"}),useTheme:nJ.A}),R7=({mapping:e,onChange:t,...n})=>{switch(e.kind){case"Value":return(0,D.jsx)(X.A,{gap:1,direction:"row",...n,children:(0,D.jsx)(Z.A,{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,D.jsxs)(X.A,{gap:1,direction:"row",...n,children:[(0,D.jsx)(Z.A,{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,D.jsx)(Z.A,{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,D.jsx)(X.A,{gap:1,direction:"row",...n,children:(0,D.jsx)(Z.A,{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,D.jsx)(X.A,{gap:1,direction:"row",...n,children:(0,D.jsxs)(Z.A,{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,D.jsx)(sJ.A,{value:"empty",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Empty"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Matches empty string"})]})}),(0,D.jsx)(sJ.A,{value:"null",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Null"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Matches null or undefined"})]})}),(0,D.jsx)(sJ.A,{value:"NaN",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"NaN"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Matches Not a Number value"})]})}),(0,D.jsx)(sJ.A,{value:"true",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"True"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Matches true boolean"})]})}),(0,D.jsx)(sJ.A,{value:"false",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"False"}),(0,D.jsx)(lk.A,{variant:"caption",children:"Matches false boolean"})]})})]})});default:return null}},Oe=({mapping:e,onChange:t,onDelete:n,...r})=>{let i=n=>{t({...e,spec:{...e.spec,result:{...e.spec.result,color:n}}})};return(0,D.jsxs)(R9,{container:!0,spacing:2,...r,children:[(0,D.jsx)(R9,{size:{xs:5},children:(0,D.jsxs)(X.A,{direction:"row",gap:1,width:"100%",children:[(0,D.jsxs)(Z.A,{select:!0,label:"Type",value:e.kind,onChange:n=>t({...e,kind:n.target.value}),required:!0,sx:{width:"120px"},children:[(0,D.jsx)(sJ.A,{value:"Value",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Value"}),"Value"!==e.kind&&(0,D.jsx)(lk.A,{variant:"caption",children:"Matches an exact text value"})]})}),(0,D.jsx)(sJ.A,{value:"Range",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Range"}),"Range"!==e.kind&&(0,D.jsx)(lk.A,{variant:"caption",children:"Matches against a numerical range"})]})}),(0,D.jsx)(sJ.A,{value:"Regex",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Regex"}),"Regex"!==e.kind&&(0,D.jsx)(lk.A,{variant:"caption",children:"Matches against a regular expression"})]})}),(0,D.jsx)(sJ.A,{value:"Misc",children:(0,D.jsxs)(X.A,{children:[(0,D.jsx)(lk.A,{children:"Misc"}),"Misc"!==e.kind&&(0,D.jsx)(lk.A,{variant:"caption",children:"Matches against empty, null and NaN values"})]})})]}),(0,D.jsx)(R7,{width:"100%",mapping:e,onChange:n=>t({...e,...n})})]})}),(0,D.jsx)(R9,{size:{xs:4},children:(0,D.jsx)(Z.A,{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,D.jsx)(R9,{size:{xs:1},children:(0,D.jsx)(X.A,{direction:"row",justifyContent:"center",gap:1,children:e.spec?.result?.color?(0,D.jsx)(nQ,{label:"Color",color:e.spec.result.color??"#000",onColorChange:i,onClear:()=>i(void 0)}):(0,D.jsx)(Q.A,{onClick:()=>i("#000"),children:(0,D.jsx)(Sw.default,{})})})}),(0,D.jsx)(R9,{size:{xs:1},textAlign:"end",children:(0,D.jsx)(ap.A,{title:"Remove mapping settings",placement:"top",children:(0,D.jsx)(Q.A,{size:"small",sx:{marginLeft:"auto"},onClick:n,children:(0,D.jsx)(SN.default,{})})})})]})},Ot=({mappings:e,onChange:t})=>{let[n,r]=(0,R.useState)(e);return(0,D.jsxs)(X.A,{spacing:1,children:[(0,D.jsxs)(R9,{container:!0,spacing:2,children:[(0,D.jsx)(R9,{size:{xs:5},children:(0,D.jsx)(lk.A,{variant:"subtitle1",children:"Condition"})}),(0,D.jsx)(R9,{size:{xs:4},children:(0,D.jsx)(lk.A,{variant:"subtitle1",children:"Display Text"})}),(0,D.jsx)(R9,{size:{xs:1},textAlign:"center",children:(0,D.jsx)(lk.A,{variant:"subtitle1",children:"Color"})}),(0,D.jsx)(R9,{size:{xs:1}})]}),(0,D.jsx)(X.A,{gap:1.5,divider:(0,D.jsx)(us.A,{flexItem:!0,orientation:"horizontal"}),children:n.map((e,i)=>(0,D.jsx)(Oe,{mapping:e,onChange:e=>{let o;(o=[...n])[i]=e,r(o),t(o)},onDelete:()=>{let e;(e=[...n]).splice(i,1),r(e),t(e)}},i))}),(0,D.jsx)(K.A,{variant:"contained",startIcon:(0,D.jsx)(Sw.default,{}),sx:{marginTop:1},onClick:function(){let e=[...n];e.push({kind:"Value",spec:{result:{value:""}}}),r(e),t(e)},children:"Add value mappings"})]})}},70158: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(96844);function o(e){if(void 0!==e)return"boolean"==typeof e?{capture:e}:e}t.bindAll=function(e,t,n){var s=t.map(function(t){var s=null==n?t:r(r({},t),{options:r(r({},o(n)),o(t.options))});return(0,i.bind)(e,s)});return function(){s.forEach(function(e){return e()})}}},96844: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)}}},96907:function(e,t,n){"use strict";t.bindAll=t.bind=void 0;var r=n(96844);Object.defineProperty(t,"bind",{enumerable:!0,get:function(){return r.bind}});var i=n(70158);Object.defineProperty(t,"bindAll",{enumerable:!0,get:function(){return i.bindAll}})},1416:function(e,t,n){e.exports=n(99138)(n(41433),"DataView")},9073:function(e,t,n){var r=n(82316),i=n(76458),o=n(2149),s=n(44297),l=n(33121);function a(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])}}a.prototype.clear=r,a.prototype.delete=i,a.prototype.get=o,a.prototype.has=s,a.prototype.set=l,e.exports=a},72707:function(e,t,n){var r=n(39714),i=n(33812),o=n(14727),s=n(8379),l=n(8291);function a(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])}}a.prototype.clear=r,a.prototype.delete=i,a.prototype.get=o,a.prototype.has=s,a.prototype.set=l,e.exports=a},91955:function(e,t,n){e.exports=n(99138)(n(41433),"Map")},90369:function(e,t,n){var r=n(72092),i=n(49626),o=n(79925),s=n(26809),l=n(94385);function a(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])}}a.prototype.clear=r,a.prototype.delete=i,a.prototype.get=o,a.prototype.has=s,a.prototype.set=l,e.exports=a},42616:function(e,t,n){e.exports=n(99138)(n(41433),"Promise")},60157:function(e,t,n){e.exports=n(99138)(n(41433),"Set")},61527:function(e,t,n){var r=n(90369),i=n(79912),o=n(23767);function s(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t<n;)this.add(e[t])}s.prototype.add=s.prototype.push=i,s.prototype.has=o,e.exports=s},86469:function(e,t,n){var r=n(72707),i=n(71848),o=n(17406),s=n(58569),l=n(43109),a=n(73389);function c(e){var t=this.__data__=new r(e);this.size=t.size}c.prototype.clear=i,c.prototype.delete=o,c.prototype.get=s,c.prototype.has=l,c.prototype.set=a,e.exports=c},32781:function(e,t,n){e.exports=n(41433).Symbol},28944:function(e,t,n){e.exports=n(41433).Uint8Array},78499:function(e,t,n){e.exports=n(99138)(n(41433),"WeakMap")},96701: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)}},61414:function(e){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var s=e[n];t(s,n,e)&&(o[i++]=s)}return o}},31163:function(e,t,n){var r=n(36204),i=n(21256),o=n(6397),s=n(30492),l=n(42845),a=n(47995),c=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=o(e),u=!n&&i(e),h=!n&&!u&&s(e),d=!n&&!u&&!h&&a(e),f=n||u||h||d,p=f?r(e.length,String):[],m=p.length;for(var g in e)(t||c.call(e,g))&&!(f&&("length"==g||h&&("offset"==g||"parent"==g)||d&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||l(g,m)))&&p.push(g);return p}},78740: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}},57260: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}},61617:function(e,t,n){var r=n(14772),i=n(39316);e.exports=function(e,t,n){(void 0===n||i(e[t],n))&&(void 0!==n||t in e)||r(e,t,n)}},82863:function(e,t,n){var r=n(14772),i=n(39316),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var s=e[t];o.call(e,t)&&i(s,n)&&(void 0!==n||t in e)||r(e,t,n)}},58301:function(e,t,n){var r=n(39316);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return -1}},14772:function(e,t,n){var r=n(18559);e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},23508:function(e,t,n){var r=n(58953),i=Object.create;e.exports=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}}()},61469:function(e,t,n){e.exports=n(15409)()},74403:function(e,t,n){var r=n(78740),i=n(6397);e.exports=function(e,t,n){var o=t(e);return i(e)?o:r(o,n(e))}},87148:function(e,t,n){var r=n(32781),i=n(17903),o=n(71738),s=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":s&&s in Object(e)?i(e):o(e)}},79250:function(e,t,n){var r=n(87148),i=n(22934);e.exports=function(e){return i(e)&&"[object Arguments]"==r(e)}},22122:function(e,t,n){var r=n(42032),i=n(22934);e.exports=function e(t,n,o,s,l){return t===n||(null!=t&&null!=n&&(i(t)||i(n))?r(t,n,o,s,e,l):t!=t&&n!=n)}},42032:function(e,t,n){var r=n(86469),i=n(44075),o=n(64622),s=n(62677),l=n(31201),a=n(6397),c=n(30492),u=n(47995),h="[object Arguments]",d="[object Array]",f="[object Object]",p=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,m,g,v){var b=a(e),x=a(t),y=b?d:l(e),w=x?d:l(t);y=y==h?f:y,w=w==h?f:w;var S=y==f,C=w==f,A=y==w;if(A&&c(e)){if(!c(t))return!1;b=!0,S=!1}if(A&&!S)return v||(v=new r),b||u(e)?i(e,t,n,m,g,v):o(e,t,y,n,m,g,v);if(!(1&n)){var k=S&&p.call(e,"__wrapped__"),M=C&&p.call(t,"__wrapped__");if(k||M){var T=k?e.value():e,D=M?t.value():t;return v||(v=new r),g(T,D,n,m,v)}}return!!A&&(v||(v=new r),s(e,t,n,m,g,v))}},16567:function(e,t,n){var r=n(18446),i=n(18092),o=n(58953),s=n(81485),l=/^\[object .+?Constructor\]$/,a=Object.prototype,c=Function.prototype.toString,u=a.hasOwnProperty,h=RegExp("^"+c.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?h:l).test(s(e))}},97129:function(e,t,n){var r=n(87148),i=n(3330),o=n(22934),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,e.exports=function(e){return o(e)&&i(e.length)&&!!s[r(e)]}},81452:function(e,t,n){var r=n(67499),i=n(9566),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}},41491:function(e,t,n){var r=n(58953),i=n(67499),o=n(68201),s=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return o(e);var t=i(e),n=[];for(var l in e)"constructor"==l&&(t||!s.call(e,l))||n.push(l);return n}},99702:function(e,t,n){var r=n(86469),i=n(61617),o=n(61469),s=n(80708),l=n(58953),a=n(15405),c=n(29874);e.exports=function e(t,n,u,h,d){t!==n&&o(n,function(o,a){if(d||(d=new r),l(o))s(t,n,a,u,e,h,d);else{var f=h?h(c(t,a),o,a+"",t,n,d):void 0;void 0===f&&(f=o),i(t,a,f)}},a)}},80708:function(e,t,n){var r=n(61617),i=n(87030),o=n(76733),s=n(68835),l=n(19181),a=n(21256),c=n(6397),u=n(75569),h=n(30492),d=n(18446),f=n(58953),p=n(54679),m=n(47995),g=n(29874),v=n(47264);e.exports=function(e,t,n,b,x,y,w){var S=g(e,n),C=g(t,n),A=w.get(C);if(A)return void r(e,n,A);var k=y?y(S,C,n+"",e,t,w):void 0,M=void 0===k;if(M){var T=c(C),D=!T&&h(C),R=!T&&!D&&m(C);k=C,T||D||R?c(S)?k=S:u(S)?k=s(S):D?(M=!1,k=i(C,!0)):R?(M=!1,k=o(C,!0)):k=[]:p(C)||a(C)?(k=S,a(S)?k=v(S):(!f(S)||d(S))&&(k=l(C))):M=!1}M&&(w.set(C,k),x(k,C,b,y,w),w.delete(C)),r(e,n,k)}},71506:function(e,t,n){var r=n(74796),i=n(25265),o=n(26805);e.exports=function(e,t){return o(i(e,t,r),e+"")}},7310:function(e,t,n){var r=n(30741),i=n(18559),o=n(74796);e.exports=i?function(e,t){return i(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:o},36204:function(e){e.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},68812:function(e,t,n){var r=n(62140),i=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(i,""):e}},30041:function(e){e.exports=function(e){return function(t){return e(t)}}},79151:function(e){e.exports=function(e,t){return e.has(t)}},57177:function(e,t,n){var r=n(28944);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},87030:function(e,t,n){e=n.nmd(e);var r=n(41433),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,s=o&&o.exports===i?r.Buffer:void 0,l=s?s.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=l?l(n):new e.constructor(n);return e.copy(r),r}},76733:function(e,t,n){var r=n(57177);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},68835: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}},42083:function(e,t,n){var r=n(82863),i=n(14772);e.exports=function(e,t,n,o){var s=!n;n||(n={});for(var l=-1,a=t.length;++l<a;){var c=t[l],u=o?o(n[c],e[c],c,n,e):void 0;void 0===u&&(u=e[c]),s?i(n,c,u):r(n,c,u)}return n}},38109:function(e,t,n){e.exports=n(41433)["__core-js_shared__"]},54171:function(e,t,n){var r=n(71506),i=n(66220);e.exports=function(e){return r(function(t,n){var r=-1,o=n.length,s=o>1?n[o-1]:void 0,l=o>2?n[2]:void 0;for(s=e.length>3&&"function"==typeof s?(o--,s):void 0,l&&i(n[0],n[1],l)&&(s=o<3?void 0:s,o=1),t=Object(t);++r<o;){var a=n[r];a&&e(t,a,r,s)}return t})}},15409:function(e){e.exports=function(e){return function(t,n,r){for(var i=-1,o=Object(t),s=r(t),l=s.length;l--;){var a=s[e?l:++i];if(!1===n(o[a],a,o))break}return t}}},18559:function(e,t,n){var r=n(99138);e.exports=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}()},44075:function(e,t,n){var r=n(61527),i=n(57260),o=n(79151);e.exports=function(e,t,n,s,l,a){var c=1&n,u=e.length,h=t.length;if(u!=h&&!(c&&h>u))return!1;var d=a.get(e),f=a.get(t);if(d&&f)return d==t&&f==e;var p=-1,m=!0,g=2&n?new r:void 0;for(a.set(e,t),a.set(t,e);++p<u;){var v=e[p],b=t[p];if(s)var x=c?s(b,v,p,t,e,a):s(v,b,p,e,t,a);if(void 0!==x){if(x)continue;m=!1;break}if(g){if(!i(t,function(e,t){if(!o(g,t)&&(v===e||l(v,e,n,s,a)))return g.push(t)})){m=!1;break}}else if(!(v===b||l(v,b,n,s,a))){m=!1;break}}return a.delete(e),a.delete(t),m}},64622:function(e,t,n){var r=n(32781),i=n(28944),o=n(39316),s=n(44075),l=n(90953),a=n(15851),c=r?r.prototype:void 0,u=c?c.valueOf:void 0;e.exports=function(e,t,n,r,c,h,d){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)break;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":if(e.byteLength!=t.byteLength||!h(new i(e),new i(t)))break;return!0;case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var f=l;case"[object Set]":var p=1&r;if(f||(f=a),e.size!=t.size&&!p)break;var m=d.get(e);if(m)return m==t;r|=2,d.set(e,t);var g=s(f(e),f(t),r,c,h,d);return d.delete(e),g;case"[object Symbol]":if(u)return u.call(e)==u.call(t)}return!1}},62677:function(e,t,n){var r=n(90966),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,o,s,l){var a=1&n,c=r(e),u=c.length;if(u!=r(t).length&&!a)return!1;for(var h=u;h--;){var d=c[h];if(!(a?d in t:i.call(t,d)))return!1}var f=l.get(e),p=l.get(t);if(f&&p)return f==t&&p==e;var m=!0;l.set(e,t),l.set(t,e);for(var g=a;++h<u;){var v=e[d=c[h]],b=t[d];if(o)var x=a?o(b,v,d,t,e,l):o(v,b,d,e,t,l);if(!(void 0===x?v===b||s(v,b,n,o,l):x)){m=!1;break}g||(g="constructor"==d)}if(m&&!g){var y=e.constructor,w=t.constructor;y!=w&&"constructor"in e&&"constructor"in t&&!("function"==typeof y&&y instanceof y&&"function"==typeof w&&w instanceof w)&&(m=!1)}return l.delete(e),l.delete(t),m}},75380:function(e,t,n){e.exports="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g},90966:function(e,t,n){var r=n(74403),i=n(88876),o=n(31178);e.exports=function(e){return r(e,o,i)}},15535:function(e,t,n){var r=n(95662);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},99138:function(e,t,n){var r=n(16567),i=n(6772);e.exports=function(e,t){var n=i(e,t);return r(n)?n:void 0}},13347:function(e,t,n){e.exports=n(51019)(Object.getPrototypeOf,Object)},17903:function(e,t,n){var r=n(32781),i=Object.prototype,o=i.hasOwnProperty,s=i.toString,l=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,l),n=e[l];try{e[l]=void 0;var r=!0}catch(e){}var i=s.call(e);return r&&(t?e[l]=n:delete e[l]),i}},88876:function(e,t,n){var r=n(61414),i=n(53629),o=Object.prototype.propertyIsEnumerable,s=Object.getOwnPropertySymbols;e.exports=s?function(e){return null==e?[]:r(s(e=Object(e)),function(t){return o.call(e,t)})}:i},31201:function(e,t,n){var r=n(1416),i=n(91955),o=n(42616),s=n(60157),l=n(78499),a=n(87148),c=n(81485),u="[object Map]",h="[object Promise]",d="[object Set]",f="[object WeakMap]",p="[object DataView]",m=c(r),g=c(i),v=c(o),b=c(s),x=c(l),y=a;(r&&y(new r(new ArrayBuffer(1)))!=p||i&&y(new i)!=u||o&&y(o.resolve())!=h||s&&y(new s)!=d||l&&y(new l)!=f)&&(y=function(e){var t=a(e),n="[object Object]"==t?e.constructor:void 0,r=n?c(n):"";if(r)switch(r){case m:return p;case g:return u;case v:return h;case b:return d;case x:return f}return t}),e.exports=y},6772:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},82316:function(e,t,n){var r=n(4558);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},76458:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=!!t,t}},2149:function(e,t,n){var r=n(4558),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}},44297:function(e,t,n){var r=n(4558),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:i.call(t,e)}},33121:function(e,t,n){var r=n(4558);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}},19181:function(e,t,n){var r=n(23508),i=n(13347),o=n(67499);e.exports=function(e){return"function"!=typeof e.constructor||o(e)?{}:r(i(e))}},42845: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}},66220:function(e,t,n){var r=n(39316),i=n(18330),o=n(42845),s=n(58953);e.exports=function(e,t,n){if(!s(n))return!1;var l=typeof t;return("number"==l?!!(i(n)&&o(t,n.length)):"string"==l&&t in n)&&r(n[t],e)}},95662:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},18092:function(e,t,n){var r,i=n(38109),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!o&&o in e}},67499:function(e){var t=Object.prototype;e.exports=function(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||t)}},39714:function(e){e.exports=function(){this.__data__=[],this.size=0}},33812:function(e,t,n){var r=n(58301),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)}},14727:function(e,t,n){var r=n(58301);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},8379:function(e,t,n){var r=n(58301);e.exports=function(e){return r(this.__data__,e)>-1}},8291:function(e,t,n){var r=n(58301);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}},72092:function(e,t,n){var r=n(9073),i=n(72707),o=n(91955);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},49626:function(e,t,n){var r=n(15535);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=!!t,t}},79925:function(e,t,n){var r=n(15535);e.exports=function(e){return r(this,e).get(e)}},26809:function(e,t,n){var r=n(15535);e.exports=function(e){return r(this,e).has(e)}},94385:function(e,t,n){var r=n(15535);e.exports=function(e,t){var n=r(this,e),i=n.size;return n.set(e,t),this.size+=+(n.size!=i),this}},90953:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}},4558:function(e,t,n){e.exports=n(99138)(Object,"create")},9566:function(e,t,n){e.exports=n(51019)(Object.keys,Object)},68201:function(e){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},23685:function(e,t,n){e=n.nmd(e);var r=n(75380),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,s=o&&o.exports===i&&r.process,l=function(){try{var e=o&&o.require&&o.require("util").types;if(e)return e;return s&&s.binding&&s.binding("util")}catch(e){}}();e.exports=l},71738:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},51019:function(e){e.exports=function(e,t){return function(n){return e(t(n))}}},25265:function(e,t,n){var r=n(96701),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,s=-1,l=i(o.length-t,0),a=Array(l);++s<l;)a[s]=o[t+s];s=-1;for(var c=Array(t+1);++s<t;)c[s]=o[s];return c[t]=n(a),r(e,this,c)}}},41433:function(e,t,n){var r=n(75380),i="object"==typeof self&&self&&self.Object===Object&&self;e.exports=r||i||Function("return this")()},29874:function(e){e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},79912:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},23767:function(e){e.exports=function(e){return this.__data__.has(e)}},15851:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}},26805:function(e,t,n){var r=n(7310);e.exports=n(23983)(r)},23983: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)}}},71848:function(e,t,n){var r=n(72707);e.exports=function(){this.__data__=new r,this.size=0}},17406:function(e){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},58569:function(e){e.exports=function(e){return this.__data__.get(e)}},43109:function(e){e.exports=function(e){return this.__data__.has(e)}},73389:function(e,t,n){var r=n(72707),i=n(91955),o=n(90369);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var s=n.__data__;if(!i||s.length<199)return s.push([e,t]),this.size=++n.size,this;n=this.__data__=new o(s)}return n.set(e,t),this.size=n.size,this}},81485: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""}},62140:function(e){var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},30741:function(e){e.exports=function(e){return function(){return e}}},46177:function(e,t,n){var r=n(58953),i=n(43664),o=n(95378),s=Math.max,l=Math.min;e.exports=function(e,t,n){var a,c,u,h,d,f,p=0,m=!1,g=!1,v=!0;if("function"!=typeof e)throw TypeError("Expected a function");function b(t){var n=a,r=c;return a=c=void 0,p=t,h=e.apply(r,n)}function x(e){var n=e-f,r=e-p;return void 0===f||n>=t||n<0||g&&r>=u}function y(){var e,n,r,o=i();if(x(o))return w(o);d=setTimeout(y,(e=o-f,n=o-p,r=t-e,g?l(r,u-n):r))}function w(e){return(d=void 0,v&&a)?b(e):(a=c=void 0,h)}function S(){var e,n=i(),r=x(n);if(a=arguments,c=this,f=n,r){if(void 0===d)return p=e=f,d=setTimeout(y,t),m?b(e):h;if(g)return clearTimeout(d),d=setTimeout(y,t),b(f)}return void 0===d&&(d=setTimeout(y,t)),h}return t=o(t)||0,r(n)&&(m=!!n.leading,u=(g="maxWait"in n)?s(o(n.maxWait)||0,t):u,v="trailing"in n?!!n.trailing:v),S.cancel=function(){void 0!==d&&clearTimeout(d),p=0,a=f=c=d=void 0},S.flush=function(){return void 0===d?h:w(i())},S}},39316:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},74796:function(e){e.exports=function(e){return e}},21256:function(e,t,n){var r=n(79250),i=n(22934),o=Object.prototype,s=o.hasOwnProperty,l=o.propertyIsEnumerable;e.exports=r(function(){return arguments}())?r:function(e){return i(e)&&s.call(e,"callee")&&!l.call(e,"callee")}},6397:function(e){e.exports=Array.isArray},18330:function(e,t,n){var r=n(18446),i=n(3330);e.exports=function(e){return null!=e&&i(e.length)&&!r(e)}},75569:function(e,t,n){var r=n(18330),i=n(22934);e.exports=function(e){return i(e)&&r(e)}},30492:function(e,t,n){e=n.nmd(e);var r=n(41433),i=n(80659),o=t&&!t.nodeType&&t,s=o&&e&&!e.nodeType&&e,l=s&&s.exports===o?r.Buffer:void 0,a=l?l.isBuffer:void 0;e.exports=a||i},18264:function(e,t,n){var r=n(22122);e.exports=function(e,t){return r(e,t)}},18446:function(e,t,n){var r=n(87148),i=n(58953);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}},3330:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=0x1fffffffffffff}},58953:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},22934:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},54679:function(e,t,n){var r=n(87148),i=n(13347),o=n(22934),s=Object.prototype,l=Function.prototype.toString,a=s.hasOwnProperty,c=l.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=a.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==c}},75414:function(e,t,n){var r=n(87148),i=n(22934);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==r(e)}},47995:function(e,t,n){var r=n(97129),i=n(30041),o=n(23685),s=o&&o.isTypedArray;e.exports=s?i(s):r},31178:function(e,t,n){var r=n(31163),i=n(81452),o=n(18330);e.exports=function(e){return o(e)?r(e):i(e)}},15405:function(e,t,n){var r=n(31163),i=n(41491),o=n(18330);e.exports=function(e){return o(e)?r(e,!0):i(e)}},25632:function(e,t,n){var r=n(99702);e.exports=n(54171)(function(e,t,n){r(e,t,n)})},43664:function(e,t,n){var r=n(41433);e.exports=function(){return r.Date.now()}},53629:function(e){e.exports=function(){return[]}},80659:function(e){e.exports=function(){return!1}},95378:function(e,t,n){var r=n(68812),i=n(58953),o=n(75414),s=0/0,l=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,c=/^0o[0-7]+$/i,u=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return s;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=a.test(e);return n||c.test(e)?u(e.slice(2),n?2:8):l.test(e)?s:+e}},47264:function(e,t,n){var r=n(42083),i=n(15405);e.exports=function(e){return r(e,i(e))}},24300:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(1448))&&r.__esModule?r:{default:r}).default)("M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z","Calendar")},29618:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(1448))&&r.__esModule?r:{default:r}).default)("M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z","Circle")},98029:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(1448))&&r.__esModule?r:{default:r}).default)("M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z","Delete")},53064:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(1448))&&r.__esModule?r:{default:r}).default)("M7,19V17H9V19H7M11,19V17H13V19H11M15,19V17H17V19H15M7,15V13H9V15H7M11,15V13H13V15H11M15,15V13H17V15H15M7,11V9H9V11H7M11,11V9H13V11H11M15,11V9H17V11H15M7,7V5H9V7H7M11,7V5H13V7H11M15,7V5H17V7H15Z","Drag")},26684:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(1448))&&r.__esModule?r:{default:r}).default)("M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,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","Earth")},78536:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(1448))&&r.__esModule?r:{default:r}).default)("M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z","EyeOffOutline")},4491:function(e,t,n){"use strict";var r;t.default=void 0,t.default=(0,((r=n(1448))&&r.__esModule?r:{default:r}).default)("M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z","Pin")},77440: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,s=this.state.error,l=this.props.resetKeys;null!==s&&null!==t.error&&(void 0===(n=e.resetKeys)&&(n=[]),void 0===(r=l)&&(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,l),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 s={error:e,resetErrorBoundary:this.resetErrorBoundary};if(n.isValidElement(o))return o;if("function"==typeof r)return r(s);if(i)return n.createElement(i,s);else throw Error("react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop")}return this.props.children},t}(n.Component);e.ErrorBoundary=o,e.useErrorHandler=function(e){var t=n.useState(null),r=t[0],i=t[1];if(null!=e)throw e;if(null!=r)throw r;return i},e.withErrorBoundary=function(e,t){var r=function(r){return n.createElement(o,t,n.createElement(e,r))};return r.displayName="withErrorBoundary("+(e.displayName||e.name||"Unknown")+")",r},Object.defineProperty(e,"__esModule",{value:!0})})(t,n(70451))}}]);