@perses-dev/table-plugin 0.9.0 → 0.10.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 (164) hide show
  1. package/__mf/css/async/2341.d3010b86.css +1 -0
  2. package/__mf/css/async/5263.d3010b86.css +1 -0
  3. package/__mf/css/async/6759.d3010b86.css +1 -0
  4. package/__mf/js/{Table.09045c91.js → Table.02a0172e.js} +4 -4
  5. package/__mf/js/async/2178.23b43aaf.js +1 -0
  6. package/__mf/js/async/2472.d6b3b5c6.js +22 -0
  7. package/__mf/js/async/2849.0d68beb5.js +2 -0
  8. package/__mf/js/async/{4075.e2a2c230.js → 4075.98f26cf8.js} +1 -1
  9. package/__mf/js/async/{4238.ea9515aa.js → 4238.8989501f.js} +1 -1
  10. package/__mf/js/async/6377.1f2ba730.js +38 -0
  11. package/__mf/js/async/9830.a2983642.js +7 -0
  12. package/__mf/js/async/__federation_expose_Table.0dbf0d6d.js +1 -0
  13. package/__mf/js/{main.0cb08842.js → main.f7b12b00.js} +4 -4
  14. package/lib/Table.d.ts +2 -2
  15. package/lib/Table.d.ts.map +1 -1
  16. package/lib/Table.js +2 -6
  17. package/lib/Table.js.map +1 -1
  18. package/lib/cjs/Table.js +9 -13
  19. package/lib/cjs/components/CellsEditor/CellsEditor.js +30 -0
  20. package/lib/cjs/{CellsEditor → components/CellsEditor}/index.js +0 -1
  21. package/lib/cjs/components/ColumnsEditor/ColumnEditor.js +241 -0
  22. package/lib/cjs/{CellsEditor/CellEditor.js → components/ConditionalPanel.js} +167 -197
  23. package/lib/cjs/components/TablePanel.js +576 -0
  24. package/lib/cjs/{TableSettingsEditor.js → components/TableSettingsEditor.js} +32 -4
  25. package/lib/cjs/components/index.js +37 -0
  26. package/lib/cjs/index.js +2 -9
  27. package/lib/cjs/models/index.js +31 -0
  28. package/lib/cjs/{table-model.js → models/model.js} +1 -12
  29. package/lib/cjs/models/table-model.js +252 -0
  30. package/lib/{CellsEditor → components/CellsEditor}/CellsEditor.d.ts +1 -1
  31. package/lib/components/CellsEditor/CellsEditor.d.ts.map +1 -0
  32. package/lib/components/CellsEditor/CellsEditor.js +22 -0
  33. package/lib/components/CellsEditor/CellsEditor.js.map +1 -0
  34. package/lib/components/CellsEditor/index.d.ts +2 -0
  35. package/lib/components/CellsEditor/index.d.ts.map +1 -0
  36. package/lib/{CellsEditor → components/CellsEditor}/index.js +0 -1
  37. package/lib/components/CellsEditor/index.js.map +1 -0
  38. package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnEditor.d.ts +1 -1
  39. package/lib/components/ColumnsEditor/ColumnEditor.d.ts.map +1 -0
  40. package/lib/components/ColumnsEditor/ColumnEditor.js +233 -0
  41. package/lib/components/ColumnsEditor/ColumnEditor.js.map +1 -0
  42. package/lib/components/ColumnsEditor/ColumnEditorContainer.d.ts.map +1 -0
  43. package/lib/components/ColumnsEditor/ColumnEditorContainer.js.map +1 -0
  44. package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnsEditor.d.ts +1 -1
  45. package/lib/components/ColumnsEditor/ColumnsEditor.d.ts.map +1 -0
  46. package/lib/components/ColumnsEditor/ColumnsEditor.js.map +1 -0
  47. package/lib/components/ColumnsEditor/index.d.ts.map +1 -0
  48. package/lib/components/ColumnsEditor/index.js.map +1 -0
  49. package/lib/components/ConditionalPanel.d.ts +15 -0
  50. package/lib/components/ConditionalPanel.d.ts.map +1 -0
  51. package/lib/{CellsEditor/CellEditor.js → components/ConditionalPanel.js} +159 -197
  52. package/lib/components/ConditionalPanel.js.map +1 -0
  53. package/lib/components/EmbeddedPanel.d.ts.map +1 -0
  54. package/lib/components/EmbeddedPanel.js.map +1 -0
  55. package/lib/{TableCellsEditor.d.ts → components/TableCellsEditor.d.ts} +1 -1
  56. package/lib/components/TableCellsEditor.d.ts.map +1 -0
  57. package/lib/components/TableCellsEditor.js.map +1 -0
  58. package/lib/{TableColumnsEditor.d.ts → components/TableColumnsEditor.d.ts} +1 -1
  59. package/lib/components/TableColumnsEditor.d.ts.map +1 -0
  60. package/lib/components/TableColumnsEditor.js.map +1 -0
  61. package/lib/{TablePanel.d.ts → components/TablePanel.d.ts} +1 -1
  62. package/lib/components/TablePanel.d.ts.map +1 -0
  63. package/lib/components/TablePanel.js +560 -0
  64. package/lib/components/TablePanel.js.map +1 -0
  65. package/lib/{TableSettingsEditor.d.ts → components/TableSettingsEditor.d.ts} +1 -1
  66. package/lib/components/TableSettingsEditor.d.ts.map +1 -0
  67. package/lib/{TableSettingsEditor.js → components/TableSettingsEditor.js} +32 -4
  68. package/lib/components/TableSettingsEditor.js.map +1 -0
  69. package/lib/{TableTransformsEditor.d.ts → components/TableTransformsEditor.d.ts} +1 -1
  70. package/lib/components/TableTransformsEditor.d.ts.map +1 -0
  71. package/lib/components/TableTransformsEditor.js.map +1 -0
  72. package/lib/components/index.d.ts +9 -0
  73. package/lib/components/index.d.ts.map +1 -0
  74. package/lib/components/index.js +22 -0
  75. package/lib/components/index.js.map +1 -0
  76. package/lib/index.d.ts +2 -9
  77. package/lib/index.d.ts.map +1 -1
  78. package/lib/index.js +2 -9
  79. package/lib/index.js.map +1 -1
  80. package/lib/models/index.d.ts +3 -0
  81. package/lib/models/index.d.ts.map +1 -0
  82. package/lib/{table-model.js → models/index.js} +4 -9
  83. package/lib/models/index.js.map +1 -0
  84. package/lib/models/model.d.ts.map +1 -0
  85. package/lib/models/model.js +15 -0
  86. package/lib/models/model.js.map +1 -0
  87. package/lib/{table-model.d.ts → models/table-model.d.ts} +24 -1
  88. package/lib/models/table-model.d.ts.map +1 -0
  89. package/lib/models/table-model.js +233 -0
  90. package/lib/models/table-model.js.map +1 -0
  91. package/mf-manifest.json +20 -21
  92. package/mf-stats.json +21 -22
  93. package/package.json +5 -5
  94. package/__mf/css/async/2341.cbbd94a8.css +0 -1
  95. package/__mf/css/async/5263.cbbd94a8.css +0 -1
  96. package/__mf/css/async/6759.cbbd94a8.css +0 -1
  97. package/__mf/js/async/3391.62c7afd4.js +0 -73
  98. package/__mf/js/async/4300.fc319dfb.js +0 -38
  99. package/__mf/js/async/4368.3e460b07.js +0 -1
  100. package/__mf/js/async/5061.85655462.js +0 -2
  101. package/__mf/js/async/5377.6522c49a.js +0 -1
  102. package/__mf/js/async/8313.b86a056a.js +0 -7
  103. package/__mf/js/async/__federation_expose_Table.3668e352.js +0 -1
  104. package/lib/CellsEditor/CellEditor.d.ts +0 -10
  105. package/lib/CellsEditor/CellEditor.d.ts.map +0 -1
  106. package/lib/CellsEditor/CellEditor.js.map +0 -1
  107. package/lib/CellsEditor/CellsEditor.d.ts.map +0 -1
  108. package/lib/CellsEditor/CellsEditor.js +0 -123
  109. package/lib/CellsEditor/CellsEditor.js.map +0 -1
  110. package/lib/CellsEditor/index.d.ts +0 -3
  111. package/lib/CellsEditor/index.d.ts.map +0 -1
  112. package/lib/CellsEditor/index.js.map +0 -1
  113. package/lib/ColumnsEditor/ColumnEditor.d.ts.map +0 -1
  114. package/lib/ColumnsEditor/ColumnEditor.js +0 -213
  115. package/lib/ColumnsEditor/ColumnEditor.js.map +0 -1
  116. package/lib/ColumnsEditor/ColumnEditorContainer.d.ts.map +0 -1
  117. package/lib/ColumnsEditor/ColumnEditorContainer.js.map +0 -1
  118. package/lib/ColumnsEditor/ColumnsEditor.d.ts.map +0 -1
  119. package/lib/ColumnsEditor/ColumnsEditor.js.map +0 -1
  120. package/lib/ColumnsEditor/index.d.ts.map +0 -1
  121. package/lib/ColumnsEditor/index.js.map +0 -1
  122. package/lib/EmbeddedPanel.d.ts.map +0 -1
  123. package/lib/EmbeddedPanel.js.map +0 -1
  124. package/lib/TableCellsEditor.d.ts.map +0 -1
  125. package/lib/TableCellsEditor.js.map +0 -1
  126. package/lib/TableColumnsEditor.d.ts.map +0 -1
  127. package/lib/TableColumnsEditor.js.map +0 -1
  128. package/lib/TablePanel.d.ts.map +0 -1
  129. package/lib/TablePanel.js +0 -325
  130. package/lib/TablePanel.js.map +0 -1
  131. package/lib/TableSettingsEditor.d.ts.map +0 -1
  132. package/lib/TableSettingsEditor.js.map +0 -1
  133. package/lib/TableTransformsEditor.d.ts.map +0 -1
  134. package/lib/TableTransformsEditor.js.map +0 -1
  135. package/lib/cjs/CellsEditor/CellsEditor.js +0 -136
  136. package/lib/cjs/ColumnsEditor/ColumnEditor.js +0 -221
  137. package/lib/cjs/TablePanel.js +0 -341
  138. package/lib/cjs/model.js +0 -4
  139. package/lib/model.d.ts.map +0 -1
  140. package/lib/model.js +0 -3
  141. package/lib/model.js.map +0 -1
  142. package/lib/table-model.d.ts.map +0 -1
  143. package/lib/table-model.js.map +0 -1
  144. /package/__mf/js/async/{3391.62c7afd4.js.LICENSE.txt → 2472.d6b3b5c6.js.LICENSE.txt} +0 -0
  145. /package/__mf/js/async/{5061.85655462.js.LICENSE.txt → 2849.0d68beb5.js.LICENSE.txt} +0 -0
  146. /package/__mf/js/async/{8313.b86a056a.js.LICENSE.txt → 9830.a2983642.js.LICENSE.txt} +0 -0
  147. /package/lib/cjs/{ColumnsEditor → components/ColumnsEditor}/ColumnEditorContainer.js +0 -0
  148. /package/lib/cjs/{ColumnsEditor → components/ColumnsEditor}/ColumnsEditor.js +0 -0
  149. /package/lib/cjs/{ColumnsEditor → components/ColumnsEditor}/index.js +0 -0
  150. /package/lib/cjs/{EmbeddedPanel.js → components/EmbeddedPanel.js} +0 -0
  151. /package/lib/cjs/{TableCellsEditor.js → components/TableCellsEditor.js} +0 -0
  152. /package/lib/cjs/{TableColumnsEditor.js → components/TableColumnsEditor.js} +0 -0
  153. /package/lib/cjs/{TableTransformsEditor.js → components/TableTransformsEditor.js} +0 -0
  154. /package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnEditorContainer.d.ts +0 -0
  155. /package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnEditorContainer.js +0 -0
  156. /package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnsEditor.js +0 -0
  157. /package/lib/{ColumnsEditor → components/ColumnsEditor}/index.d.ts +0 -0
  158. /package/lib/{ColumnsEditor → components/ColumnsEditor}/index.js +0 -0
  159. /package/lib/{EmbeddedPanel.d.ts → components/EmbeddedPanel.d.ts} +0 -0
  160. /package/lib/{EmbeddedPanel.js → components/EmbeddedPanel.js} +0 -0
  161. /package/lib/{TableCellsEditor.js → components/TableCellsEditor.js} +0 -0
  162. /package/lib/{TableColumnsEditor.js → components/TableColumnsEditor.js} +0 -0
  163. /package/lib/{TableTransformsEditor.js → components/TableTransformsEditor.js} +0 -0
  164. /package/lib/{model.d.ts → models/model.d.ts} +0 -0
@@ -1,7 +0,0 @@
1
- /*! For license information please see 8313.b86a056a.js.LICENSE.txt */
2
- (self.chunk_Table=self.chunk_Table||[]).push([["8313"],{54852:function(e,t,n){"use strict";let i,r,o;n.r(t),n.d(t,{SeriesLabelsStack:()=>DK,getTooltipStyles:()=>Al,TimeRangeSelector:()=>DG,ChartsThemeContext:()=>ex,DiscardChangesConfirmationDialog:()=>lC,DEFAULT_TOOLTIP_CONFIG:()=>Ae,OptionsEditorGrid:()=>lL,TOOLTIP_BG_COLOR_FALLBACK:()=>D4,DEFAULT_PINNED_CROSSHAIR:()=>tj,FontSizeSelector:()=>cS,TOOLTIP_MAX_WIDTH:()=>DX,InfoTooltip:()=>lI,TOOLTIP_MIN_WIDTH:()=>DY,SortSelector:()=>wG,SettingsAutocomplete:()=>lV,getClosestTimestamp:()=>t_,DragButton:()=>aj,NEARBY_SERIES_DESCRIPTION:()=>D5,DYNAMIC_NEARBY_SERIES_MULTIPLIER:()=>Ac,TOOLTIP_ADJUST_Y_POS_MULTIPLIER:()=>D0,SHOW_FEWER_SERIES_LIMIT:()=>Au,useId:()=>tU,getNearbySeriesData:()=>Af,legacyCheckforNearbySeries:()=>Ad,ColorPicker:()=>ep,TooltipHeader:()=>Ay,checkforNearbyTimeSeries:()=>Ah,FALLBACK_CHART_WIDTH:()=>D2,getYBuffer:()=>Ag,SortSelectorButtons:()=>wU,YAxisLabel:()=>AA,handleMoveDown:()=>aL,OptionsEditorGroup:()=>lj,TOOLTIP_DATE_FORMAT:()=>D8,dateFormatOptionsWithTimeZone:()=>tY,mockChartsContext:()=>AI,assembleTransform:()=>As,restoreChart:()=>tN,EMPTY_TOOLTIP_DATA:()=>D9,persesColumnsToTanstackColumns:()=>sG,TextField:()=>lp,OptionsColorPicker:()=>t3,TimeChartTooltip:()=>AS,buildRelativeTimeOption:()=>tB,useMousePosition:()=>D7,PINNED_CROSSHAIR_SERIES_NAME:()=>tL,batchDispatchNearbySeriesActions:()=>tW,getClosestTimestampInFullDataset:()=>tq,DEFAULT_COLUMN_WIDTH:()=>s$,ModeSelector:()=>wH,ThresholdsEditor:()=>w0,DragAndDropElement:()=>aI,useSnackbar:()=>tA,useTimeZone:()=>t5,getPointInGrid:()=>tz,isWithinPercentageRange:()=>Am,clearHighlightedSeries:()=>tH,PIN_TOOLTIP_HELP_TEXT:()=>At,ContentWithLegend:()=>lh,FormActions:()=>ck,OPTIMIZED_MODE_SERIES_LIMIT:()=>tZ,getTableCellLayout:()=>sq,getFormattedAxis:()=>tE,EMPHASIZED_SERIES_DESCRIPTION:()=>D3,FormatControls:()=>AD,ErrorAlert:()=>cx,OptionsEditorControl:()=>lZ,formatWithTimeZone:()=>tX,testChartsTheme:()=>AP,combineSx:()=>tG,ErrorBoundary:()=>cy.ErrorBoundary,LoadingOverlay:()=>w_,TransformsEditor:()=>A2,legacyGetNearbySeriesData:()=>Ap,SnackbarProvider:()=>tD,SeriesInfo:()=>Ai,Table:()=>lr,UNPIN_TOOLTIP_HELP_TEXT:()=>An,getTheme:()=>A$,SeriesMarker:()=>DU,LinksEditor:()=>wB,TimeZoneContext:()=>t1,DEFAULT_COLUMN_HEIGHT:()=>s_,TOOLTIP_PADDING:()=>D1,INCREASE_NEARBY_SERIES_MULTIPLIER:()=>Aa,ToolbarIconButton:()=>Ak,enableDataZoom:()=>tV,NoDataOverlay:()=>w$,RefreshIntervalPicker:()=>A5,AlignSelector:()=>I,TOOLTIP_MAX_HEIGHT:()=>DQ,DensitySelector:()=>lH,DropIndicator:()=>lz,TextOverlay:()=>wW,Drawer:()=>a1,TooltipContent:()=>Aw,getDateAndTime:()=>tJ,useChartsContext:()=>ey,typography:()=>Az,isLegendItemVisuallySelected:()=>ox,EChart:()=>cv,JSONEditor:()=>wE,TOOLTIP_LABELS_MAX_WIDTH:()=>DJ,Legend:()=>lc,OptionsEditorColumn:()=>lM,ValueMappingsEditor:()=>A6,Dialog:()=>lS,TimeZoneProvider:()=>t2,ChartsProvider:()=>eb,useChartsTheme:()=>ew,handleMoveUp:()=>aZ,getFormattedAxisLabel:()=>tQ,useDragAndDropMonitor:()=>aP,checkCrosshairPinnedStatus:()=>t$,generateChartsTheme:()=>t0,defaultCursorData:()=>D6,DateTimeRangePicker:()=>Dq});var s,l,a,c,u,h,d,f,p,m,g,v,b,x,y,w,S,C,k,M,T,D,A=n(24246),R=n(10970),P=n(48565);function I({onChange:e,value:t="left",...n}){let i=t=>{e(t)};return(0,A.jsxs)(R.Z,{"aria-label":"Alignement",...n,children:[(0,A.jsx)(P.Z,{onClick:()=>i("left"),variant:"left"===t?"contained":"outlined",children:"Left"},"left"),(0,A.jsx)(P.Z,{onClick:()=>i("center"),variant:"center"===t?"contained":"outlined",children:"Center"},"center"),(0,A.jsx)(P.Z,{onClick:()=>i("right"),variant:"right"===t?"contained":"outlined",children:"Right"},"right")]})}var O=n(25283),E=n(75094),Z=n(8695),L=n(54538),j=n.n(L);function F(){return(F=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}function B(e,t){if(null==e)return{};var n,i,r={},o=Object.keys(e);for(i=0;i<o.length;i++)t.indexOf(n=o[i])>=0||(r[n]=e[n]);return r}function V(e){var t=(0,L.useRef)(e),n=(0,L.useRef)(function(e){t.current&&t.current(e)});return t.current=e,n.current}var N,H=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e<t?t:e},z=function(e){return"touches"in e},W=function(e){return e&&e.ownerDocument.defaultView||self},$=function(e,t,n){var i=e.getBoundingClientRect(),r=z(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:H((r.pageX-(i.left+W(e).pageXOffset))/i.width),top:H((r.pageY-(i.top+W(e).pageYOffset))/i.height)}},_=function(e){z(e)||e.preventDefault()},q=L.memo(function(e){var t=e.onMove,n=e.onKey,i=B(e,["onMove","onKey"]),r=(0,L.useRef)(null),o=V(t),s=V(n),l=(0,L.useRef)(null),a=(0,L.useRef)(!1),c=(0,L.useMemo)(function(){var e=function(e){_(e),(z(e)?e.touches.length>0:e.buttons>0)&&r.current?o($(r.current,e,l.current)):n(!1)},t=function(){return n(!1)};function n(n){var i=a.current,o=W(r.current),s=n?o.addEventListener:o.removeEventListener;s(i?"touchmove":"mousemove",e),s(i?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,i=r.current;if(i&&(_(t),(!a.current||z(t))&&i)){if(z(t)){a.current=!0;var s=t.changedTouches||[];s.length&&(l.current=s[0].identifier)}i.focus(),o($(i,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,L.useEffect)(function(){return d},[d]),L.createElement("div",F({},i,{onTouchStart:u,onMouseDown:u,className:"react-colorful__interactive",ref:r,onKeyDown:h,tabIndex:0,role:"slider"}))}),G=function(e){return e.filter(Boolean).join(" ")},U=function(e){var t=e.color,n=e.left,i=e.top,r=G(["react-colorful__pointer",e.className]);return L.createElement("div",{className:r,style:{top:100*(void 0===i?.5:i)+"%",left:100*n+"%"}},L.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},K=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},Y=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?K(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?K(parseInt(e.substring(6,8),16)/255,2):1}},X=function(e){var t=e.s,n=e.v,i=e.a,r=(200-t)*n/100;return{h:K(e.h),s:K(r>0&&r<200?t*n/100/(r<=100?r:200-r)*100:0),l:K(r/2),a:K(i,2)}},Q=function(e){var t=X(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},J=function(e){var t=e.h,n=e.s,i=e.v,r=e.a;t=t/360*6,n/=100,i/=100;var o=Math.floor(t),s=i*(1-n),l=i*(1-(t-o)*n),a=i*(1-(1-t+o)*n),c=o%6;return{r:K(255*[i,l,s,s,a,i][c]),g:K(255*[a,i,i,l,s,s][c]),b:K(255*[s,s,a,i,i,l][c]),a:K(r,2)}},ee=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},et=function(e){var t=e.r,n=e.g,i=e.b,r=e.a,o=r<1?ee(K(255*r)):"";return"#"+ee(t)+ee(n)+ee(i)+o},en=function(e){var t=e.r,n=e.g,i=e.b,r=e.a,o=Math.max(t,n,i),s=o-Math.min(t,n,i),l=s?o===t?(n-i)/s:o===n?2+(i-t)/s:4+(t-n)/s:0;return{h:K(60*(l<0?l+6:l)),s:K(o?s/o*100:0),v:K(o/255*100),a:r}},ei=L.memo(function(e){var t=e.hue,n=e.onChange,i=G(["react-colorful__hue",e.className]);return L.createElement("div",{className:i},L.createElement(q,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:H(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":K(t),"aria-valuemax":"360","aria-valuemin":"0"},L.createElement(U,{className:"react-colorful__hue-pointer",left:t/360,color:Q({h:t,s:100,v:100,a:1})})))}),er=L.memo(function(e){var t=e.hsva,n=e.onChange,i={backgroundColor:Q({h:t.h,s:100,v:100,a:1})};return L.createElement("div",{className:"react-colorful__saturation",style:i},L.createElement(q,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:H(t.s+100*e.left,0,100),v:H(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+K(t.s)+"%, Brightness "+K(t.v)+"%"},L.createElement(U,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:Q(t)})))}),eo=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?L.useLayoutEffect:L.useEffect,el=new Map,ea=function(e){es(function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!el.has(t)){var i=t.createElement("style");i.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}',el.set(t,i);var r=N||n.nc;r&&i.setAttribute("nonce",r),t.head.appendChild(i)}},[])},ec=function(e){var t,n,i,r,o,s=e.className,l=e.colorModel,a=e.color,c=void 0===a?l.defaultColor:a,u=e.onChange,h=B(e,["className","colorModel","color","onChange"]),d=(0,L.useRef)(null);ea(d);var f=(t=V(u),i=(n=(0,L.useState)(function(){return l.toHsva(c)}))[0],r=n[1],o=(0,L.useRef)({color:c,hsva:i}),(0,L.useEffect)(function(){if(!l.equal(c,o.current.color)){var e=l.toHsva(c);o.current={hsva:e,color:c},r(e)}},[c,l]),(0,L.useEffect)(function(){var e;eo(i,o.current.hsva)||l.equal(e=l.fromHsva(i),o.current.color)||(o.current={hsva:i,color:e},t(e))},[i,l,t]),[i,(0,L.useCallback)(function(e){r(function(t){return Object.assign({},t,e)})},[])]),p=f[0],m=f[1],g=G(["react-colorful",s]);return L.createElement("div",F({},h,{ref:d,className:g}),L.createElement(er,{hsva:p,onChange:m}),L.createElement(ei,{hue:p.h,onChange:m,className:"react-colorful__last-control"}))},eu={defaultColor:"000",toHsva:function(e){return en(Y(e))},fromHsva:function(e){return et(J({h:e.h,s:e.s,v:e.v,a:1}))},equal:function(e,t){return e.toLowerCase()===t.toLowerCase()||eo(Y(e),Y(t))}},eh=function(e){return L.createElement(ec,F({},e,{colorModel:eu}))},ed=n(20791),ef=n(80354);let ep=({color:e,onChange:t,onClear:n,palette:i})=>{let[r,o]=(0,L.useState)(e),s=e=>{o(e),t?.(e)};return(0,A.jsxs)(O.Z,{spacing:1,children:[(0,A.jsx)(eh,{color:e,onChange:s,style:{width:"100%"}}),(0,A.jsx)(O.Z,{direction:"row",flexWrap:"wrap",justifyContent:"space-evenly",width:"200px",children:i&&i.map((e,t)=>(0,A.jsx)(E.Z,{size:"small","aria-label":`change color to ${e}`,sx:{color:e},onClick:()=>s(e),children:(0,A.jsx)(ed.default,{})},t))}),(0,A.jsxs)(O.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,A.jsx)(Z.Z,{inputProps:{"aria-label":"enter hex color"},fullWidth:!0,value:r,onChange:e=>{let n=e.target.value.replace(/([^0-9A-F]+)/gi,"").substring(0,8);o(`#${n}`),em(e.target.value)&&t?.(e.target.value)}}),n&&(0,A.jsx)(E.Z,{onClick:n,children:(0,A.jsx)(ef.default,{})})]})]})},em=(e,t)=>{let n=/^#?([0-9A-F]{3,8})$/i.exec(e),i=n&&n[1]?n[1].length:0;return 3===i||6===i||!!t&&4===i||!!t&&8===i};var eg=n(6714),ev=n(12709);function eb(e){let{children:t,chartsTheme:n,enablePinning:i=!1,enableSyncGrouping:r=!0}=e,[o,s]=(0,L.useState)(null),l=(0,L.useMemo)(()=>({chartsTheme:n,enablePinning:i,lastTooltipPinnedCoords:o,enableSyncGrouping:r,setLastTooltipPinnedCoords:s}),[n,i,r,o,s]);return(0,A.jsx)(ex.Provider,{value:l,children:t})}let ex=(0,L.createContext)(void 0);function ey(){let e=(0,L.useContext)(ex);if(void 0===e)throw Error("No ChartsThemeContext found. Did you forget a Provider?");return e}function ew(){return ey().chartsTheme}var eS=n(6085);let eC=function(){for(var e,t,n=0,i="";n<arguments.length;)(e=arguments[n++])&&(t=function e(t){var n,i,r="";if("string"==typeof t||"number"==typeof t)r+=t;else if("object"==typeof t)if(Array.isArray(t))for(n=0;n<t.length;n++)t[n]&&(i=e(t[n]))&&(r&&(r+=" "),r+=i);else for(n in t)t[n]&&(r&&(r+=" "),r+=n);return r}(e))&&(i&&(i+=" "),i+=t);return i},ek={data:""},eM=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,eT=/\/\*[^]*?\*\/| +/g,eD=/\n+/g,eA=(e,t)=>{let n="",i="",r="";for(let o in e){let s=e[o];"@"==o[0]?"i"==o[1]?n=o+" "+s+";":i+="f"==o[1]?eA(s,o):o+"{"+eA(s,"k"==o[1]?"":t)+"}":"object"==typeof s?i+=eA(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(),r+=eA.p?eA.p(o,s):o+":"+s+";")}return n+(t&&r?t+"{"+r+"}":r)+i},eR={},eP=e=>{if("object"==typeof e){let t="";for(let n in e)t+=n+eP(e[n]);return t}return e};function eI(e){let t,n,i,r=this||{},o=e.call?e(r.p):e;return((e,t,n,i,r)=>{var o;let s=eP(e),l=eR[s]||(eR[s]=(e=>{let t=0,n=11;for(;t<e.length;)n=101*n+e.charCodeAt(t++)>>>0;return"go"+n})(s));if(!eR[l]){let t=s!==e?e:(e=>{let t,n,i=[{}];for(;t=eM.exec(e.replace(eT,""));)t[4]?i.shift():t[3]?(n=t[3].replace(eD," ").trim(),i.unshift(i[0][n]=i[0][n]||{})):i[0][t[1]]=t[2].replace(eD," ").trim();return i[0]})(e);eR[l]=eA(r?{["@keyframes "+l]:t}:t,n?"":"."+l)}let a=n&&eR.g?eR.g:null;return n&&(eR.g=eR[l]),o=eR[l],a?t.data=t.data.replace(a,o):-1===t.data.indexOf(o)&&(t.data=i?o+t.data:t.data+o),l})(o.unshift?o.raw?(t=[].slice.call(arguments,1),n=r.p,o.reduce((e,i,r)=>{let o=t[r];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?"":eA(e,""):!1===e?"":e}return e+i+(null==o?"":o)},"")):o.reduce((e,t)=>Object.assign(e,t&&t.call?t(r.p):t),{}):o,(i=r.target,"object"==typeof window?((i?i.querySelector("#_goober"):window._goober)||Object.assign((i||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:i||ek),r.g,r.o,r.k)}function eO(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function eE(e,t,n){return t&&eO(e.prototype,t),n&&eO(e,n),e}function eZ(){return(eZ=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}function eL(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function ej(e,t){if(null==e)return{};var n,i,r={},o=Object.keys(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||(r[n]=e[n]);return r}function eF(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}eI.bind({g:1}),eI.bind({k:1});var eB=function(){return""},eV=j().createContext({enqueueSnackbar:eB,closeSnackbar:eB}),eN="@media (max-width:599.95px)",eH="@media (min-width:600px)",ez=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},eW=function(e){return""+ez(e.vertical)+ez(e.horizontal)},e$=function(e){return!!e||0===e},e_="unmounted",eq="exited",eG="entering",eU="entered",eK="exiting",eY=function(e){function t(t){var n,i=e.call(this,t)||this,r=t.appear;return i.appearStatus=null,t.in?r?(n=eq,i.appearStatus=eG):n=eU:n=t.unmountOnExit||t.mountOnEnter?e_:eq,i.state={status:n},i.nextCallback=null,i}eL(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===e_?{status:eq}: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!==eG&&n!==eU&&(t=eG):(n===eG||n===eU)&&(t=eK)}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===eG?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===eq&&this.setState({status:e_})},n.performEnter=function(e){var t=this,n=this.props.enter,i=this.getTimeouts();if(!e&&!n)return void this.safeSetState({status:eU},function(){t.props.onEntered&&t.props.onEntered(t.node,e)});this.props.onEnter&&this.props.onEnter(this.node,e),this.safeSetState({status:eG},function(){t.props.onEntering&&t.props.onEntering(t.node,e),t.onTransitionEnd(i.enter,function(){t.safeSetState({status:eU},function(){t.props.onEntered&&t.props.onEntered(t.node,e)})})})},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts();if(!t)return void this.safeSetState({status:eq},function(){e.props.onExited&&e.props.onExited(e.node)});this.props.onExit&&this.props.onExit(this.node),this.safeSetState({status:eK},function(){e.props.onExiting&&e.props.onExiting(e.node),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:eq},function(){e.props.onExited&&e.props.onExited(e.node)})})})},n.cancelNextCallback=function(){null!==this.nextCallback&&this.nextCallback.cancel&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(){n&&(n=!1,t.nextCallback=null,e())},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=null==e&&!this.props.addEndListener;if(!this.node||n)return void setTimeout(this.nextCallback,0);this.props.addEndListener&&this.props.addEndListener(this.node,this.nextCallback),null!=e&&setTimeout(this.nextCallback,e)},n.render=function(){var e=this.state.status;if(e===e_)return null;var t=this.props;return(0,t.children)(e,ej(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]))},eE(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}(j().Component);function eX(){}function eQ(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function eJ(e,t){return(0,L.useMemo)(function(){return null==e&&null==t?null:function(n){eQ(e,n),eQ(t,n)}},[e,t])}function e0(e){var t=e.timeout,n=e.style,i=void 0===n?{}:n,r=e.mode;return{duration:"object"==typeof t?t[r]||0:t,easing:i.transitionTimingFunction,delay:i.transitionDelay}}eY.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:eX,onEntering:eX,onEntered:eX,onExit:eX,onExiting:eX,onExited:eX};var e1=function(e){e.scrollTop=e.scrollTop},e2=function(e){return Math.round(e)+"ms"};function e5(e,t){void 0===e&&(e=["all"]);var n=t||{},i=n.duration,r=void 0===i?300:i,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 r?r:e2(r))+" "+s+" "+("string"==typeof a?a:e2(a))}).join(",")}function e3(e){return(e&&e.ownerDocument||document).defaultView||window}function e4(e,t){if(t){var n=function(e,t){var n,i=t.getBoundingClientRect(),r=e3(t);if(t.fakeTransform)n=t.fakeTransform;else{var o=r.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("+(r.innerWidth+s-i.left)+"px)";case"right":return"translateX(-"+(i.left+i.width-s)+"px)";case"up":return"translateY("+(r.innerHeight+l-i.top)+"px)";default:return"translateY(-"+(i.top+i.height-l)+"px)"}}(e,t);n&&(t.style.webkitTransform=n,t.style.transform=n)}}var e8=(0,L.forwardRef)(function(e,t){var n=e.children,i=e.direction,r=void 0===i?"down":i,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=ej(e,["children","direction","in","style","timeout","onEnter","onEntered","onExit","onExited"]),p=(0,L.useRef)(null),m=eJ(n.ref,p),g=eJ(m,t),v=(0,L.useCallback)(function(){p.current&&e4(r,p.current)},[r]);return(0,L.useEffect)(function(){if(!o&&"down"!==r&&"right"!==r){var e=function(e,t){var n;function i(){for(var i=this,r=arguments.length,o=Array(r),s=0;s<r;s++)o[s]=arguments[s];clearTimeout(n),n=setTimeout(function(){e.apply(i,o)},t)}return void 0===t&&(t=166),i.clear=function(){clearTimeout(n)},i}(function(){p.current&&e4(r,p.current)}),t=e3(p.current);return t.addEventListener("resize",e),function(){e.clear(),t.removeEventListener("resize",e)}}},[r,o]),(0,L.useEffect)(function(){o||v()},[o,v]),(0,L.createElement)(eY,Object.assign({appear:!0,nodeRef:p,onEnter:function(e,t){e4(r,e),e1(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=e0({timeout:a,mode:"enter",style:eZ({},s,{transitionTimingFunction:t})});e.style.webkitTransition=e5("-webkit-transform",n),e.style.transition=e5("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=e0({timeout:a,mode:"exit",style:eZ({},s,{transitionTimingFunction:t})});e.style.webkitTransition=e5("-webkit-transform",n),e.style.transition=e5("transform",n),e4(r,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,L.cloneElement)(n,eZ({ref:g,style:eZ({visibility:"exited"!==e||o?void 0:"hidden"},s,{},n.props.style)},t))})});e8.displayName="Slide";var e6=function(e){return j().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))},e9={maxSnack:3,persist:!1,hideIconVariant:!1,disableWindowBlurListener:!1,variant:"default",autoHideDuration:5e3,iconVariant:{default:void 0,success:j().createElement(function(){return j().createElement(e6,null,j().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:j().createElement(function(){return j().createElement(e6,null,j().createElement("path",{d:"M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z"}))},null),error:j().createElement(function(){return j().createElement(e6,null,j().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:j().createElement(function(){return j().createElement(e6,null,j().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:e8,transitionDuration:{enter:225,exit:195}},e7=function(e,t){var n=function(e){return"number"==typeof e||null===e};return n(e)?e:n(t)?t:e9.autoHideDuration},te=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"])?eZ({},e9.transitionDuration,{},n(t,["object"])&&t,{},e):n(t,["string","number"])?t:n(t,["object"])?eZ({},e9.transitionDuration,{},t):e9.transitionDuration};function tt(e){return Object.entries(e).reduce(function(e,t){var n,i=t[0],r=t[1];return eZ({},e,((n={})[i]=eI(r),n))},{})}var tn="notistack-CollapseWrapper",ti=tt({root:{height:0},entered:{height:"auto"}}),tr=(0,L.forwardRef)(function(e,t){var n=e.children,i=e.in,r=e.onExited,o=(0,L.useRef)(null),s=(0,L.useRef)(null),l=eJ(t,s),a=function(){return o.current?o.current.clientHeight:0};return(0,L.createElement)(eY,{in:i,unmountOnExit:!0,onEnter:function(e){e.style.height="0px"},onEntered:function(e){e.style.height="auto"},onEntering:function(e){var t=a(),n=e0({timeout:175,mode:"enter"}),i=n.duration,r=n.easing;e.style.transitionDuration="string"==typeof i?i:i+"ms",e.style.height=t+"px",e.style.transitionTimingFunction=r||""},onExit:function(e){e.style.height=a()+"px"},onExited:r,onExiting:function(e){e1(e);var t=e0({timeout:175,mode:"exit"}),n=t.duration,i=t.easing;e.style.transitionDuration="string"==typeof n?n:n+"ms",e.style.height="0px",e.style.transitionTimingFunction=i||""},nodeRef:s,timeout:175},function(e,t){return(0,L.createElement)("div",Object.assign({ref:l,className:eC(ti.root,"entered"===e&&ti.entered),style:eZ({pointerEvents:"all",overflow:"hidden",minHeight:"0px",transition:e5("height")},"entered"===e&&{overflow:"visible"},{},"exited"===e&&!i&&{visibility:"hidden"})},t),(0,L.createElement)("div",{ref:o,className:tn,style:{display:"flex",width:"100%"}},n))})});tr.displayName="Collapse";var to={right:"left",left:"right",bottom:"up",top:"down"},ts=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 i;return eZ({},t,((i={})[n]=e[n],i))},{})},tl=function(){};function ta(e,t){return e.reduce(function(e,n){return null==n?e:function(){for(var i=arguments.length,r=Array(i),o=0;o<i;o++)r[o]=arguments[o];var s=[].concat(r);t&&-1===s.indexOf(t)&&s.push(t),e.apply(this,s),n.apply(this,s)}},tl)}var tc="undefined"!=typeof window?L.useLayoutEffect:L.useEffect;function tu(e){var t=(0,L.useRef)(e);return tc(function(){t.current=e}),(0,L.useCallback)(function(){return t.current.apply(void 0,arguments)},[])}var th=(0,L.forwardRef)(function(e,t){var n=e.children,i=e.className,r=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,L.useRef)(),f=tu(function(){l&&l.apply(void 0,arguments)}),p=tu(function(e){l&&null!=e&&(d.current&&clearTimeout(d.current),d.current=setTimeout(function(){f(null,"timeout",a)},e))});(0,L.useEffect)(function(){return c&&p(r),function(){d.current&&clearTimeout(d.current)}},[c,r,p]);var m=function(){d.current&&clearTimeout(d.current)},g=(0,L.useCallback)(function(){null!=r&&p(.5*r)},[r,p]);return(0,L.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,L.createElement)("div",Object.assign({ref:t},h,{className:eC("notistack-Snackbar",i),onMouseEnter:function(e){h.onMouseEnter&&h.onMouseEnter(e),m()},onMouseLeave:function(e){h.onMouseLeave&&h.onMouseLeave(e),g()}}),n)});th.displayName="Snackbar";var td=tt({root:((b={display:"flex",flexWrap:"wrap",flexGrow:1})[eH]={flexGrow:"initial",minWidth:"288px"},b)}),tf=(0,L.forwardRef)(function(e,t){var n=e.className,i=ej(e,["className"]);return j().createElement("div",Object.assign({ref:t,className:eC(td.root,n)},i))});tf.displayName="SnackbarContent";var tp=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"}}),tm="notistack-snackbar",tg=(0,L.forwardRef)(function(e,t){var n=e.id,i=e.message,r=e.action,o=e.iconVariant,s=e.variant,l=e.hideIconVariant,a=e.style,c=e.className,u=o[s],h=r;return"function"==typeof h&&(h=h(n)),j().createElement(tf,{ref:t,role:"alert","aria-describedby":tm,style:a,className:eC("notistack-MuiContent","notistack-MuiContent-"+s,tp.root,tp[s],c,!l&&u&&tp.lessPadding)},j().createElement("div",{id:tm,className:tp.message},l?null:u,i),h&&j().createElement("div",{className:tp.action},h))});tg.displayName="MaterialDesignContent";var tv=(0,L.memo)(tg),tb=tt({wrappedRoot:{width:"100%",position:"relative",transform:"translateX(0)",top:0,right:0,bottom:0,left:0,minWidth:"288px"}}),tx=function(e){var t,n=(0,L.useRef)(),i=(0,L.useState)(!0),r=i[0],o=i[1],s=ta([e.snack.onClose,e.onClose]),l=(0,L.useCallback)(function(){n.current=setTimeout(function(){o(function(e){return!e})},125)},[]);(0,L.useEffect)(function(){return function(){n.current&&clearTimeout(n.current)}},[]);var a=e.snack,c=e.classes,u=e.Component,h=(0,L.useMemo)(function(){return ts(c)},[c]),d=a.open,f=a.SnackbarProps,p=a.TransitionComponent,m=a.TransitionProps,g=a.transitionDuration,v=a.disableWindowBlurListener,b=a.content,x=ej(a,["open","SnackbarProps","TransitionComponent","TransitionProps","transitionDuration","disableWindowBlurListener","content","entered","requestClose","onEnter","onEntered","onExit","onExited"]),y=eZ({direction:"center"!==(t=x.anchorOrigin).horizontal?to[t.horizontal]:to[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 i;return eZ({},t,((i={})[n]=ta([e.snack[n],e[n]],x.id),i))},{});return j().createElement(tr,{in:r,onExited:S.onExited},j().createElement(th,{open:d,id:x.id,disableWindowBlurListener:v,autoHideDuration:x.autoHideDuration,className:eC(tb.wrappedRoot,h.root,h["anchorOrigin"+eW(x.anchorOrigin)]),SnackbarProps:f,onClose:s},j().createElement(p,Object.assign({},y,{appear:!0,in:d,onExit:S.onExit,onExited:l,onEnter:S.onEnter,onEntered:ta([S.onEntered,function(){e.snack.requestClose&&s(null,"instructed",e.snack.id)}],x.id)}),w||j().createElement(void 0===u?tv:u,Object.assign({},x)))))},ty=20,tw=6,tS=2,tC="."+tn,tk=tt({root:((x={boxSizing:"border-box",display:"flex",maxHeight:"100%",position:"fixed",zIndex:1400,height:"auto",width:"auto",transition:e5(["top","right","bottom","left","max-width"],{duration:300,easing:"ease"}),pointerEvents:"none"})[tC]={padding:tw+"px 0px",transition:"padding 300ms ease 0ms"},x.maxWidth="calc(100% - "+2*ty+"px)",x[eN]={width:"100%",maxWidth:"calc(100% - 32px)"},x),rootDense:((y={})[tC]={padding:tS+"px 0px"},y),top:{top:ty-tw+"px",flexDirection:"column"},bottom:{bottom:ty-tw+"px",flexDirection:"column-reverse"},left:((w={left:ty+"px"})[eH]={alignItems:"flex-start"},w[eN]={left:"16px"},w),right:((S={right:ty+"px"})[eH]={alignItems:"flex-end"},S[eN]={right:"16px"},S),center:((C={left:"50%",transform:"translateX(-50%)"})[eH]={alignItems:"center"},C)}),tM=(0,L.memo)(function(e){var t=e.classes,n=void 0===t?{}:t,i=e.anchorOrigin,r=e.dense,o=e.children,s=eC("notistack-SnackbarContainer",tk[i.vertical],tk[i.horizontal],tk.root,n.containerRoot,n["containerAnchorOrigin"+eW(i)],r&&tk.rootDense);return j().createElement("div",{className:s},o)}),tT=function(e){return!("string"==typeof e||(0,L.isValidElement)(e))},tD=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 i,r=tT(e)?e:t,o=tT(e)?e.message:e,s=r.key,l=r.preventDuplicate,a=ej(r,["key","preventDuplicate"]),c=e$(s),u=c?s:new Date().getTime()+Math.random(),h=(i=n.props,function(e,t){return(void 0===t&&(t=!1),t)?eZ({},e9[e],{},i[e],{},a[e]):"autoHideDuration"===e?e7(a.autoHideDuration,i.autoHideDuration):"transitionDuration"===e?te(a.transitionDuration,i.transitionDuration):a[e]||i[e]||e9[e]}),d=eZ({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:eC(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},i=e.queue.findIndex(t)>-1,r=e.snacks.findIndex(t)>-1;if(i||r)return e}return n.handleDisplaySnack(eZ({},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?eZ({},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,i=!1;e.snacks.reduce(function(e,t){return e+(t.open&&t.persist?1:0)},0)===n.maxSnack&&(i=!0);var r=e.snacks.map(function(e){return t||e.persist&&!i?eZ({},e):(t=!0,e.entered)?(e.onClose&&e.onClose(null,"maxsnack",e.id),n.props.onClose&&n.props.onClose(null,"maxsnack",e.id),eZ({},e,{open:!1})):eZ({},e,{requestClose:!0})});return eZ({},e,{snacks:r})},n.handleEnteredSnack=function(e,t,i){if(!e$(i))throw Error("handleEnteredSnack Cannot be called with undefined key");n.setState(function(e){return{snacks:e.snacks.map(function(e){return e.id===i?eZ({},e,{entered:!0}):eZ({},e)})}})},n.handleCloseSnack=function(e,t,i){n.props.onClose&&n.props.onClose(e,t,i);var r=void 0===i;n.setState(function(e){var t=e.snacks,n=e.queue;return{snacks:t.map(function(e){return r||e.id===i?e.entered?eZ({},e,{open:!1}):eZ({},e,{requestClose:!0}):eZ({},e)}),queue:n.filter(function(e){return e.id!==i})}})},n.closeSnackbar=function(e){var t=n.state.snacks.find(function(t){return t.id===e});e$(e)&&t&&t.onClose&&t.onClose(null,"instructed",e),n.handleCloseSnack(null,"instructed",e)},n.handleExitedSnack=function(e,t){if(!e$(t))throw Error("handleExitedSnack Cannot be called with undefined key");n.setState(function(e){var i=n.processQueue(eZ({},e,{snacks:e.snacks.filter(function(e){return e.id!==t})}));return 0===i.queue.length?i:n.handleDismissOldest(i)})},n.enqueueSnackbar,n.closeSnackbar,n.state={snacks:[],queue:[],contextValue:{enqueueSnackbar:n.enqueueSnackbar.bind(eF(n)),closeSnackbar:n.closeSnackbar.bind(eF(n))}},n}return eL(t,e),t.prototype.render=function(){var e=this,t=this.state.contextValue,n=this.props,i=n.domRoot,r=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,i=eW(t.anchorOrigin),r=e[i]||[];return eZ({},e,((n={})[i]=[].concat(r,[t]),n))},{}),h=Object.keys(u).map(function(t){var n=u[t],i=n[0];return j().createElement(tM,{key:t,dense:s,anchorOrigin:i.anchorOrigin,classes:c},n.map(function(t){return j().createElement(tx,{key:t.id,snack:t,classes:c,Component:a[t.variant],onClose:e.handleCloseSnack,onEnter:e.props.onEnter,onExit:e.props.onExit,onExited:ta([e.handleExitedSnack,e.props.onExited],t.id),onEntered:ta([e.handleEnteredSnack,e.props.onEntered],t.id)})}))});return j().createElement(eV.Provider,{value:t},r,i?(0,eS.createPortal)(h,i):h)},eE(t,[{key:"maxSnack",get:function(){return this.props.maxSnack||e9.maxSnack}}]),t}(L.Component);function tA(){let{enqueueSnackbar:e,closeSnackbar:t}=(0,L.useContext)(eV),n=tR(e,"error"),i=tR(e,"info"),r=tR(e,"warning"),o=tR(e,"success"),s=(0,L.useCallback)((e,t)=>n(e instanceof Error?e.message:`An unexpected error occurred: ${e}`,t),[n]);return{enqueueSnackbar:e,closeSnackbar:t,errorSnackbar:n,infoSnackbar:i,warningSnackbar:r,successSnackbar:o,exceptionSnackbar:s}}function tR(e,t){return(0,L.useCallback)((n,i)=>e(n,{...i,variant:t}),[e,t])}var tP=n(15409),tI=n.n(tP),tO=n(64083);function tE(e,t){return[tI()({type:"value",boundaryGap:[0,"10%"],axisLabel:{formatter:e=>(0,tO.formatValue)(e,t)}},e)]}let tZ=1e3,tL="Pinned Crosshair",tj={name:tL,type:"line",markLine:{data:[],lineStyle:{type:"dashed",width:2},emphasis:{lineStyle:{width:2,opacity:1}},blur:{lineStyle:{width:2,opacity:1}}}};var tF=n(20461);function tB(e){return{value:{pastDuration:e},display:`Last ${(0,tF.formatDuration)((0,tO.parseDurationString)(e),{delimiter:", "})}`}}function tV(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 tN(e){e.dispatchAction({type:"restore"})}function tH(e){void 0!==e.dispatchAction&&(e.dispatchAction({type:"unselect"}),e.dispatchAction({type:"downplay"}))}function tz(e,t,n){if(void 0===n)return null;let i=[e,t];return n.containPixel("grid",i)?n.convertFromPixel("grid",i):null}function tW(e,t,n,i,r,o){let s=o.length>0?o[o.length-1]:r[r.length-1];void 0!==s&&e.dispatchAction({type:"select",seriesIndex:s.seriesIndex,dataIndex:s.dataIndex,escapeConnect:!0}),e.dispatchAction({type:"downplay",seriesIndex:i}),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 t$(e){return e[e.length-1]?.name===tL}function t_(e,t){if(void 0===e||void 0===t)return null;let n=null,i=1/0;for(let[r]of e){let e=Math.abs(r-t);e<i&&(n=r,i=e)}return n}function tq(e,t){if(void 0===t)return null;let n=e.length,i=null;for(let r=0;r<n;r++){let o=n>0?e[r]:null;if(!o)break;i=t_(o.values,t)}return i}function tG(...e){return e.flatMap(e=>void 0===e?[]:Array.isArray(e)?e:[e])}function tU(e){void 0===globalThis.useIdValue&&(globalThis.useIdValue=0);let t=(0,L.useRef)(void 0);return void 0===t.current&&(t.current=`${e}-${globalThis.useIdValue++}`),t.current}var tK=n(4665);function tY(e,t){if(t){let n=t.toLowerCase();if("local"!==n&&"browser"!==n)return{...e,timeZone:"utc"===n?"UTC":t}}return e}function tX(e,t,n){let i=n?.toLowerCase();return n&&"local"!==i&&"browser"!==i?(0,tK.formatInTimeZone)(e,"utc"===i?"UTC":n,t):(0,tF.format)(e,t)}function tQ(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 tJ=e=>{if(!e)return{formattedDate:"",formattedTime:""};let t=new Date(e);return{formattedDate:(0,tF.format)(t,"MMM dd, yyyy - "),formattedTime:(0,tF.format)(t,"HH:mm:ss")}};function t0(e,t){let n=e.palette.text?.primary??"#222",i={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 tI()({echartsTheme:i,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 t1=(0,L.createContext)(void 0);function t2(e){let{children:t,timeZone:n}=e;return(0,A.jsx)(t1.Provider,{value:n,children:t})}function t5(){let e=(0,L.useContext)(t1);return{timeZone:e??"local",formatWithUserTimeZone:(t,n)=>tX(t,n,e),dateFormatOptionsWithUserTimeZone:t=>tY(t,e)}}function t3({label:e,color:t,onColorChange:n,onClear:i}){let[r,o]=(0,L.useState)(null),s=!!r,{thresholds:{defaultColor:l,palette:a}}=ew();return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(t4,{size:"small","aria-label":`change ${e} color`,isSelected:s,iconColor:t,onClick:e=>{o(e.currentTarget)},children:(0,A.jsx)(ed.default,{})}),(0,A.jsx)(eg.ZP,{"data-testid":"options color picker",open:s,anchorEl:r,onClose:()=>{o(null)},slotProps:{paper:{sx:{padding:e=>e.spacing(2)}}},anchorOrigin:{vertical:"top",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"right"},children:(0,A.jsx)(ep,{color:t,palette:[l,...a],onChange:n,onClear:i})})]})}let t4=(0,ev.ZP)(E.Z,{shouldForwardProp:e=>"isSelected"!==e&&"iconColor"!==e})(({iconColor:e,isSelected:t})=>({backgroundColor:t&&e?`${e}3F`:"undefined",color:e}));var t8=n(94776),t6=n(36372),t9=n(75586);function t7(e){e()}function ne(e,t){return n=>e(t(n))}function nt(e){return void 0!==e}function nn(){}function ni(e,t){return t(e)}function nr(...e){return e}function no(e,t){e(0,t)}function ns(e){e(2)}function nl(e){return e(4)}function na(e,t){return e(1,e=>t(0,e))}function nc(e,t){let n=e(1,e=>{n(),t(e)});return n}function nu(e){let t,n;return i=>r=>{t=r,n&&clearTimeout(n),n=setTimeout(()=>{i(t)},e)}}function nh(e,t){return e===t}function nd(e=nh){let t;return n=>i=>{e(t,i)||(t=i,n(i))}}function nf(e){return t=>n=>{e(n)&&t(n)}}function np(e){return t=>ne(t,e)}function nm(e){return t=>()=>{t(e)}}function ng(e,...t){let n=function(...e){return t=>e.reduceRight(ni,t)}(...t);return(t,i)=>{switch(t){case 2:ns(e);return;case 1:return e(1,n(i))}}}function nv(e,t){return n=>i=>{n(t=e(t,i))}}function nb(e){return t=>n=>{e>0?e--:t(n)}}function nx(e){let t=null,n;return i=>r=>{t=r,n||(n=setTimeout(()=>{n=void 0,i(t)},e))}}function ny(...e){let t=Array(e.length),n=0,i=null,r=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!==r&&n===r&&i&&(i(),i=null)})}),e=>o=>{let s=()=>{e([o].concat(t))};n===r?s():i=s}}function nw(e){let t=e,n=nC();return(e,i)=>{switch(e){case 0:t=i;break;case 1:i(t);break;case 4:return t}return n(e,i)}}function nS(e,t){var n;return n=nw(t),na(e,n),n}function nC(){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 nk(e){var t;return t=nC(),na(e,t),t}function nM(e,t=[],{singleton:n}={singleton:!0}){return{constructor:e,dependencies:t,id:nT(),singleton:n}}let nT=()=>Symbol();function nD(...e){let t=nC(),n=Array(e.length),i=0,r=Math.pow(2,e.length)-1;return e.forEach((e,o)=>{let s=Math.pow(2,o);e(1,e=>{n[o]=e,(i|=s)===r&&t(0,n)})}),function(e,o){switch(e){case 2:return void ns(t);case 1:return i===r&&o(n),t(1,o)}}}function nA(e,t=nh){return ng(e,nd(t))}function nR(...e){return function(t,n){switch(t){case 2:return;case 1:return function(...e){return()=>{e.map(t7)}}(...e.map(e=>e(1,n)))}}}var nP=((o=nP||{})[o.DEBUG=0]="DEBUG",o[o.INFO=1]="INFO",o[o.WARN=2]="WARN",o[o.ERROR=3]="ERROR",o);let nI={0:"debug",3:"error",1:"log",2:"warn"},nO=nM(()=>{let e=nw(3);return{log:nw((t,n,i=1)=>{var r;i>=(null!=(r=(typeof globalThis>"u"?window:globalThis).VIRTUOSO_LOG_LEVEL)?r:nl(e))&&console[nI[i]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",t,n)}),logLevel:e}},[],{singleton:!0});function nE(e,t,n){return nZ(e,t,n).callbackRef}function nZ(e,t,n){let i=L.useRef(null),r=e=>{};if("u">typeof ResizeObserver){let o=L.useMemo(()=>new ResizeObserver(t=>{let i=()=>{let n=t[0].target;null!==n.offsetParent&&e(n)};n?i():requestAnimationFrame(i)}),[e]);r=e=>{e&&t?(o.observe(e),i.current=e):(i.current&&o.unobserve(i.current),i.current=null)}}return{callbackRef:r,ref:i}}function nL(e,t,n,i,r,o,s,l,a){return nZ(L.useCallback(n=>{let a=function(e,t,n,i){let r=e.length;if(0===r)return null;let o=[];for(let s=0;s<r;s++){let r=e.item(s);if(void 0===r.dataset.index)continue;let l=parseInt(r.dataset.index),a=parseFloat(r.dataset.knownSize),c=t(r,n);if(0===c&&i("Zero-sized element, this should not happen",{child:r},nP.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",r),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;i({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?nj("column-gap",getComputedStyle(n).columnGap,r):nj("row-gap",getComputedStyle(n).rowGap,r)),null!==a&&e(a)},[e,t,r,o,s,i]),n,a)}function nj(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,nP.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}function nF(e,t,n){let i=L.useRef(null),r=L.useCallback(n=>{let r,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),r=n+t.scrollTop}else o=window.innerHeight-Math.max(0,s.top),r=s.top+window.pageYOffset;i.current={offsetTop:r,visibleHeight:o,visibleWidth:l},e(i.current)},[e,t]),{callbackRef:o,ref:s}=nZ(r,!0,n),l=L.useCallback(()=>{r(s.current)},[r,s]);return L.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 nB=nM(()=>{let e=nC(),t=nC(),n=nw(0),i=nC(),r=nw(0),o=nC(),s=nC(),l=nw(0),a=nw(0),c=nw(0),u=nw(0),h=nC(),d=nC(),f=nw(!1),p=nw(!1),m=nw(!1);return na(ng(e,np(({scrollTop:e})=>e)),t),na(ng(e,np(({scrollHeight:e})=>e)),s),na(t,r),{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:i,statefulScrollTop:r,viewportHeight:o}},[],{singleton:!0}),nV={lvl:0};function nN(e,t){let n=e.length;if(0===n)return[];let{index:i,value:r}=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:i,value:r}),i=n,r=l}return o.push({end:1/0,start:i,value:r}),o}function nH(e){return e===nV}function nz(e,t){if(!nH(e))return t===e.k?e.v:t<e.k?nz(e.l,t):nz(e.r,t)}function nW(e,t,n="k"){if(nH(e))return[-1/0,void 0];if(Number(e[n])===t)return[e.k,e.v];if(Number(e[n])<t){let i=nW(e.r,t,n);return i[0]===-1/0?[e.k,e.v]:i}return nW(e.l,t,n)}function n$(e,t,n){return nH(e)?nY(t,n,1):t===e.k?nU(e,{k:t,v:n}):t<e.k?nQ(nX(nU(e,{l:n$(e.l,t,n)}))):nQ(nX(nU(e,{r:n$(e.r,t,n)})))}function n_(e,t,n){if(nH(e))return[];let i=nW(e,t)[0];return nN(function e(t,n,i){if(nH(t))return[];let{k:r,l:o,r:s,v:l}=t,a=[];return r>n&&(a=a.concat(e(o,n,i))),r>=n&&r<=i&&a.push({k:r,v:l}),r<=i&&(a=a.concat(e(s,n,i))),a}(e,i,n),({k:e,v:t})=>({index:e,value:t}))}function nq(e){return nH(e)?[]:[...nq(e.l),{k:e.k,v:e.v},...nq(e.r)]}function nG(e){let{l:t,lvl:n,r:i}=e;if(i.lvl>=n-1&&t.lvl>=n-1)return e;if(n>i.lvl+1){if(nK(t))return nX(nU(e,{lvl:n-1}));if(!nH(t)&&!nH(t.r))return nU(t.r,{l:nU(t,{r:t.r.l}),lvl:n,r:nU(e,{l:t.r.r,lvl:n-1})});throw Error("Unexpected empty nodes")}if(nK(e))return nQ(nU(e,{lvl:n-1}));if(nH(i)||nH(i.l))throw Error("Unexpected empty nodes");{let t=i.l,r=nK(t)?i.lvl-1:i.lvl;return nU(t,{l:nU(e,{lvl:n-1,r:t.l}),lvl:t.lvl+1,r:nQ(nU(i,{l:t.r,lvl:r}))})}}function nU(e,t){return nY(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 nK(e){return nH(e)||e.lvl>e.r.lvl}function nY(e,t,n,i=nV,r=nV){return{k:e,l:i,lvl:n,r,v:t}}function nX(e){let{l:t}=e;return nH(t)||t.lvl!==e.lvl?e:nU(t,{r:nU(e,{l:t.r})})}function nQ(e){let{lvl:t,r:n}=e;return nH(n)||nH(n.r)||n.lvl!==t||n.r.lvl!==t?e:nU(n,{l:nU(e,{r:n.l}),lvl:t+1})}function nJ(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}function n0(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}let n1=nM(()=>({recalcInProgress:nw(!1)}),[],{singleton:!0});function n2(e,t,n,i=0){let r=e.length-1;for(;i<=r;){let o=Math.floor((i+r)/2),s=n(e[o],t);if(0===s)return o;if(-1===s){if(r-i<2)return o-1;r=o-1}else{if(r===i)return o;i=o+1}}throw Error(`Failed binary finding record in array - ${e.join(",")}, searched for ${t}`)}function n5(e,t){return Math.round(e.getBoundingClientRect()[t])}function n3(e){return!nH(e.groupOffsetTree)}function n4({index:e},t){return t===e?0:t<e?-1:1}function n8({offset:e},t){return t===e?0:t<e?-1:1}function n6(e,t,n){if(0===t.length)return 0;let{index:i,offset:r,size:o}=t[n2(t,e,n4)],s=e-i,l=o*s+(s-1)*n+r;return l>0?l+n:l}function n9(e,t){if(!n3(t))return e;let n=0;for(;t.groupIndices[n]<=e+n;)n++;return e+n}function n7(e,t,n){if("u">typeof e.groupIndex)return t.groupIndices[e.groupIndex]+1;{let i=n9("LAST"===e.index?n:e.index,t);return Math.max(0,i,Math.min(n,i))}}function ie(e,[t,n,i,r]){t.length>0&&i("received item sizes",t,nP.DEBUG);let o=e.sizeTree,s=o,l=0;if(n.length>0&&nH(o)&&2===t.length){let e=t[0].size,i=t[1].size;s=n.reduce((t,n)=>n$(n$(t,n,e),n+1,i),s)}else[s,l]=function(e,t){let n=nH(e)?0:1/0;for(let i of t){let{endIndex:t,size:r,startIndex:o}=i;if(n=Math.min(n,o),nH(e)){e=n$(e,0,r);continue}let s=n_(e,o-1,t+1);if(s.some(function(e){let{endIndex:t,size:n,startIndex:i}=e;return e=>e.start===i&&(e.end===t||e.end===1/0)&&e.value===n}(i)))continue;let l=!1,a=!1;for(let{end:n,start:i,value:o}of s)l?(t>=i||r===o)&&(e=function e(t,n){if(nH(t))return nV;let{k:i,l:r,r:o}=t;if(n!==i)return n<i?nG(nU(t,{l:e(r,n)})):nG(nU(t,{r:e(o,n)}));if(nH(r))return o;if(nH(o))return r;{let[e,n]=function e(t){return nH(t.r)?[t.k,t.v]:e(t.r)}(r);return nG(nU(t,{k:e,l:function e(t){return nH(t.r)?t.l:nG(nU(t,{r:e(t.r)}))}(r),v:n}))}}(e,i)):(a=o!==r,l=!0),n>t&&t>=i&&o!==r&&(e=n$(e,t+1,o));a&&(e=n$(e,o,r))}return[e,n]}(s,t);if(s===o)return e;let{lastIndex:a,lastOffset:c,lastSize:u,offsetTree:h}=ii(e.offsetTree,l,s,r);return{groupIndices:n,groupOffsetTree:n.reduce((e,t)=>n$(e,t,n6(t,h,r)),nV),lastIndex:a,lastOffset:c,lastSize:u,offsetTree:h,sizeTree:s}}function it(e,t){let n=0,i=0;for(;n<e;)n+=t[i+1]-t[i]-1,i++;return i-(n!==e)}function ii(e,t,n,i){let r=e,o=0,s=0,l=0,a=0;if(0!==t){a=n2(r,t-1,n4),l=r[a].offset;let e=nW(n,t-1);o=e[0],s=e[1],r.length&&r[a].size===nW(n,t)[1]&&(a-=1),r=r.slice(0,a+1)}else r=[];for(let{start:e,value:a}of n_(n,t,1/0)){let t=e-o,n=t*s+l+t*i;r.push({index:e,offset:n,size:a}),o=e,l=n,s=a}return{lastIndex:o,lastOffset:l,lastSize:s,offsetTree:r}}function ir(e){return{index:e.index,value:e}}let io={offsetHeight:"height",offsetWidth:"width"},is=nM(([{log:e},{recalcInProgress:t}])=>{let n=nC(),i=nC(),r=nS(i,0),o=nC(),s=nC(),l=nw(0),a=nw([]),c=nw(void 0),u=nw(void 0),h=nw((e,t)=>n5(e,io[t])),d=nw(void 0),f=nw(0),p={groupIndices:[],groupOffsetTree:nV,lastIndex:0,lastOffset:0,lastSize:0,offsetTree:[],sizeTree:nV},m=nS(ng(n,ny(a,e,f),nv(ie,p),nd()),p),g=nS(ng(a,nd(),nv((e,t)=>({current:t,prev:e.current}),{current:[],prev:[]}),np(({prev:e})=>e)),[]);na(ng(a,nf(e=>e.length>0),ny(m,f),np(([e,t,n])=>{let i=e.reduce((e,i,r)=>n$(e,i,n6(i,t.offsetTree,n)||r),nV);return{...t,groupIndices:e,groupOffsetTree:i}})),m),na(ng(i,ny(m),nf(([e,{lastIndex:t}])=>e<t),np(([e,{lastIndex:t,lastSize:n}])=>[{endIndex:t,size:n,startIndex:e}])),n),na(c,u);let v=nS(ng(c,np(e=>void 0===e)),!0);na(ng(u,nf(e=>void 0!==e&&nH(nl(m).sizeTree)),np(e=>[{endIndex:0,size:e,startIndex:0}])),n);let b=nk(ng(n,ny(m),nv(({sizes:e},[t,n])=>({changed:n!==e,sizes:n}),{changed:!1,sizes:p}),np(e=>e.changed)));ng(l,nv((e,t)=>({diff:e.prev-t,prev:t}),{diff:0,prev:0}),np(e=>e.diff))(1,e=>{let{groupIndices:n}=nl(m);if(e>0)t(0,!0),o(0,e+it(e,n));else if(e<0){let t=nl(g);t.length>0&&(e-=it(-e,t)),s(0,e)}}),ng(l,ny(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},nP.ERROR)});let x=nk(o);na(ng(o,ny(m),np(([e,t])=>{let n=t.groupIndices.length>0,i=[],r=t.lastSize;if(n){let n=nz(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;i.push({endIndex:e,size:n,startIndex:e}),i.push({endIndex:e+1+l-1,size:r,startIndex:e+1}),s++,o+=l+1}let l=nq(t.sizeTree);return o!==e&&l.shift(),l.reduce((t,{k:n,v:i})=>{let r=t.ranges;return 0!==t.prevSize&&(r=[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]),{prevIndex:n+e,prevSize:i,ranges:r}},{prevIndex:e,prevSize:0,ranges:i}).ranges}return nq(t.sizeTree).reduce((t,{k:n,v:i})=>({prevIndex:n+e,prevSize:i,ranges:[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]}),{prevIndex:0,prevSize:r,ranges:[]}).ranges})),n);let y=nk(ng(s,ny(m,f),np(([e,{offsetTree:t},n])=>n6(-e,t,n))));return na(ng(s,ny(m,f),np(([e,t,n])=>{if(t.groupIndices.length>0){if(nH(t.sizeTree))return t;let i=nV,r=nl(g),o=0,s=0,l=0;for(;o<-e;){l=r[s];let e=r[s+1]-l-1;s++,o+=e+1}return i=nq(t.sizeTree).reduce((t,{k:n,v:i})=>n$(t,Math.max(0,n+e),i),i),o!==-e&&(i=n$(i,0,nz(t.sizeTree,l)),i=n$(i,1,nW(t.sizeTree,-e+1)[1])),{...t,sizeTree:i,...ii(t.offsetTree,0,i,n)}}{let i=nq(t.sizeTree).reduce((t,{k:n,v:i})=>n$(t,Math.max(0,n+e),i),nV);return{...t,sizeTree:i,...ii(t.offsetTree,0,i,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:r,totalCount:i,trackItemSizes:v,unshiftWith:o}},nr(nO,n1),{singleton:!0});function il(e){return e.reduce((e,t)=>(e.groupIndices.push(e.totalCount),e.totalCount+=t+1,e),{groupIndices:[],totalCount:0})}let ia=nM(([{groupIndices:e,sizes:t,totalCount:n},{headerHeight:i,scrollTop:r}])=>{let o=nC(),s=nC(),l=nk(ng(o,np(il)));return na(ng(l,np(e=>e.totalCount)),n),na(ng(l,np(e=>e.groupIndices)),e),na(ng(nD(r,t,i),nf(([e,t])=>n3(t)),np(([e,t,n])=>nW(t.groupOffsetTree,Math.max(e-n,0),"v")[0]),nd(),np(e=>[e])),s),{groupCounts:o,topItemsIndexes:s}},nr(is,nB)),ic=nM(([{log:e}])=>{let t=nw(!1),n=nk(ng(t,nf(e=>e),nd()));return t(1,t=>{t&&nl(e)("props updated",{},nP.DEBUG)}),{didMount:n,propsReady:t}},nr(nO),{singleton:!0}),iu="u">typeof document&&"scrollBehavior"in document.documentElement.style;function ih(e){let t="number"==typeof e?{index:e}:e;return t.align||(t.align="start"),t.behavior&&iu||(t.behavior="auto"),t.offset||(t.offset=0),t}let id=nM(([{gap:e,listRefresh:t,sizes:n,totalCount:i},{fixedFooterHeight:r,fixedHeaderHeight:o,footerHeight:s,headerHeight:l,scrollingInProgress:a,scrollTo:c,smoothScrollTargetReached:u,viewportHeight:h},{log:d}])=>{let f=nC(),p=nC(),m=nw(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 na(ng(f,ny(n,h,i,m,l,s,d),ny(e,o,r),np(([[e,n,i,r,o,s,l,c],h,d,m])=>{let y=ih(e),{align:w,behavior:S,offset:C}=y,k=r-1,M=n7(y,n,k),T=n6(M,n.offsetTree,h)+s;"end"===w?(T+=d+nW(n.sizeTree,M)[1]-i+m,M===k&&(T+=l)):"center"===w?T+=(d+nW(n.sizeTree,M)[1]-i+m)/2:T-=o,C&&(T+=C);let D=t=>{x(),t?(c("retrying to scroll to",{location:e},nP.DEBUG),f(0,e)):(p(0,!0),c("list did not change, scroll successful",{},nP.DEBUG))};if(x(),"smooth"===S){let e=!1;b=t(1,t=>{e=e||t}),g=nc(u,()=>{D(e)})}else g=nc(ng(t,e=>{let t=setTimeout(()=>{e(!1)},150);return n=>{n&&(e(!0),clearTimeout(t))}}),D);return v=setTimeout(()=>{x()},1200),a(0,!0),c("scrolling from index to",{behavior:S,index:M,top:T},nP.DEBUG),{behavior:S,top:T}})),c),{scrollTargetReached:p,scrollToIndex:f,topListHeight:m}},nr(is,nB,nO),{singleton:!0});function ip(e,t){0==e?t():requestAnimationFrame(()=>{ip(e-1,t)})}function im(e,t){return"number"==typeof e?e:"LAST"===e.index?t-1:e.index}let ig=nM(([{defaultItemSize:e,listRefresh:t,sizes:n},{scrollTop:i},{scrollTargetReached:r,scrollToIndex:o},{didMount:s}])=>{let l=nw(!0),a=nw(0),c=nw(!0);return na(ng(s,ny(a),nf(([e,t])=>!!t),nm(!1)),l),na(ng(s,ny(a),nf(([e,t])=>!!t),nm(!1)),c),ng(nD(t,s),ny(l,n,e,c),nf(([[,e],t,{sizeTree:n},i,r])=>e&&(!nH(n)||nt(i))&&!t&&!r),ny(a))(1,([,e])=>{nc(r,()=>{c(0,!0)}),ip(4,()=>{nc(i,()=>{l(0,!0)}),o(0,e)})}),{initialItemFinalLocationReached:c,initialTopMostItemIndex:a,scrolledToInitialItem:l}},nr(is,nB,id,ic),{singleton:!0});function iv(e,t){return 1.01>Math.abs(e-t)}let ib="down",ix={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollHeight:0,scrollTop:0,viewportHeight:0}},iy=nM(([{footerHeight:e,headerHeight:t,scrollBy:n,scrollContainerState:i,scrollTop:r,viewportHeight:o}])=>{let s=nw(!1),l=nw(!0),a=nC(),c=nC(),u=nw(4),h=nw(0),d=nS(ng(nR(ng(nA(r),nb(1),nm(!0)),ng(nA(r),nb(1),nm(!1),nu(100))),nd()),!1),f=nS(ng(nR(ng(n,nm(!0)),ng(n,nm(!1),nu(200))),nd()),!1);na(ng(nD(nA(r),nA(h)),np(([e,t])=>e<=t),nd()),l),na(ng(l,nx(50)),c);let p=nk(ng(nD(i,nA(o),nA(t),nA(e),nA(u)),nv((e,[{scrollHeight:t,scrollTop:n},i,r,o,s])=>{let l={scrollHeight:t,scrollTop:n,viewportHeight:i};if(n+i-t>-s){let t,i;return n>e.state.scrollTop?(t="SCROLLED_DOWN",i=e.state.scrollTop-n):(t="SIZE_DECREASED",i=e.state.scrollTop-n||e.scrollTopDelta),{atBottom:!0,atBottomBecause:t,scrollTopDelta:i,state:l}}return{atBottom:!1,notAtBottomBecause:l.scrollHeight>e.state.scrollHeight?"SIZE_INCREASED":i<e.state.viewportHeight?"VIEWPORT_HEIGHT_DECREASING":n<e.state.scrollTop?"SCROLLING_UPWARDS":"NOT_FULLY_SCROLLED_TO_LAST_ITEM_BOTTOM",state:l}},ix),nd((e,t)=>e&&e.atBottom===t.atBottom))),m=nS(ng(i,nv((e,{scrollHeight:t,scrollTop:n,viewportHeight:i})=>{if(iv(e.scrollHeight,t))return{changed:!1,jump:0,scrollHeight:t,scrollTop:n};{let r=t-(n+i)<1;return e.scrollTop!==n&&r?{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}),nf(e=>e.changed),np(e=>e.jump)),0);na(ng(p,np(e=>e.atBottom)),s),na(ng(s,nx(50)),a);let g=nw(ib);na(ng(i,np(({scrollTop:e})=>e),nd(),nv((e,t)=>nl(f)?{direction:e.direction,prevScrollTop:t}:{direction:t<e.prevScrollTop?"up":ib,prevScrollTop:t},{direction:ib,prevScrollTop:0}),np(e=>e.direction)),g),na(ng(i,nx(50),nm("none")),g);let v=nw(0);return na(ng(d,nf(e=>!e),nm(0)),v),na(ng(r,nx(100),ny(d),nf(([e,t])=>!!t),nv(([e,t],[n])=>[t,n],[0,0]),np(([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}},nr(nB)),iw="bottom",iS="none";function iC(e,t,n){return"number"==typeof e?"up"===n&&"top"===t||n===ib&&t===iw?e:0:"up"===n?"top"===t?e.main:e.reverse:t===iw?e.main:e.reverse}function ik(e,t){var n;return"number"==typeof e?e:null!=(n=e[t])?n:0}let iM=nM(([{deviation:e,fixedHeaderHeight:t,headerHeight:n,scrollTop:i,viewportHeight:r}])=>{let o=nC(),s=nw(0),l=nw(0),a=nw(0),c=nS(ng(nD(nA(i),nA(r),nA(n),nA(o,n0),nA(a),nA(s),nA(t),nA(e),nA(l)),np(([e,t,n,[i,r],o,s,l,a,c])=>{let u=e-a,h=Math.max(n-u,0),d=iS,f=ik(c,"top"),p=ik(c,iw);return i-=a,i+=n+l,r+=n+l,i>e+(s+l)-f&&(d="up"),(r-=a)<e-h+t+p&&(d=ib),d!==iS?[Math.max(u-n-iC(o,"top",d)-f,0),u-h-l+t+iC(o,iw,d)+p]:null}),nf(e=>null!=e),nd(n0)),[0,0]);return{increaseViewportBy:l,listBoundary:o,overscan:a,topListHeight:s,visibleRange:c}},nr(nB),{singleton:!0}),iT={bottom:0,firstItemIndex:0,items:[],offsetBottom:0,offsetTop:0,top:0,topItems:[],topListHeight:0,totalCount:0};function iD(e,t,n,i,r,o){let{lastIndex:s,lastOffset:l,lastSize:a}=r,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)*i-u;return{bottom:u,firstItemIndex:o,items:iR(e,r,o),offsetBottom:f,offsetTop:c,top:d,topItems:iR(t,r,o),topListHeight:t.reduce((e,t)=>t.size+e,0),totalCount:n}}function iA(e,t,n,i,r,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=im(t,l);return iD(Array.from({length:l}).map((e,t)=>({data:o[t+a],index:t+a,offset:0,size:0})),[],l,r,n,i)}function iR(e,t,n){if(0===e.length)return[];if(!n3(t))return e.map(e=>({...e,index:e.index+n,originalIndex:e.index}));let i=e[0].index,r=e[e.length-1].index,o=[],s=n_(t.groupOffsetTree,i,r),l,a=0;for(let i of e){let e;(!l||l.end<i.index)&&(l=s.shift(),a=t.groupIndices.indexOf(l.start)),e=i.index===l.start?{index:a,type:"group"}:{groupIndex:a,index:i.index-(a+1)+n},o.push({...e,data:i.data,offset:i.offset,originalIndex:i.index,size:i.size})}return o}let iP=nM(([{data:e,firstItemIndex:t,gap:n,sizes:i,totalCount:r},o,{listBoundary:s,topListHeight:l,visibleRange:a},{initialTopMostItemIndex:c,scrolledToInitialItem:u},{topListHeight:h},d,{didMount:f},{recalcInProgress:p}])=>{let m=nw([]),g=nw(0),v=nC();na(o.topItemsIndexes,m);let b=nS(ng(nD(f,p,nA(a,n0),nA(r),nA(i),nA(c),u,nA(m),nA(t),nA(n),e),nf(([e,t,,n,,,,,,,i])=>{let r=i&&i.length!==n;return e&&!t&&!r}),np(([,,[e,t],n,i,r,o,s,l,a,c])=>{var u;let{offsetTree:h,sizeTree:d}=i,f=nl(g);if(0===n)return{...iT,totalCount:n};if(0===e&&0===t)return 0===f?{...iT,totalCount:n}:iA(f,r,i,l,a,c||[]);if(nH(d))return f>0?null:iD(function(e,t,n){if(n3(t)){let i=n9(e,t);return[{index:nW(t.groupOffsetTree,i)[0],offset:0,size:0},{data:null==n?void 0:n[0],index:i,offset:0,size:0}]}return[{data:null==n?void 0:n[0],index:e,offset:0,size:0}]}(im(r,n),i,c),[],n,a,i,l);let p=[];if(s.length>0){let e=s[0],t=s[s.length-1],n=0;for(let i of n_(d,e,t)){let r=i.value,o=Math.max(i.start,e),s=Math.min(i.end,t);for(let e=o;e<=s;e++)p.push({data:null==c?void 0:c[e],index:e,offset:n,size:r}),n+=r}}if(!o)return iD([],p,n,a,i,l);let m=s.length>0?s[s.length-1]+1:0,v=function(e,t,n,i=0){return i>0&&(t=Math.max(t,e[n2(e,i,n4)].offset)),nN(function(e,t,n,i){let r=n2(e,t,i),o=n2(e,n,i,r);return e.slice(r,o+1)}(e,t,n,n8),ir)}(h,e,t,m);if(0===v.length)return null;let b=n-1;return iD(((n=>{for(let i of v){let r=i.value,o=r.offset,s=i.start,l=r.size;if(r.offset<e){let t=(s+=Math.floor((e-r.offset+a)/(l+a)))-i.start;o+=t*l+t*a}s<m&&(o+=(m-s)*l,s=m);let u=Math.min(i.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,i,l)}),nf(e=>null!==e),nd()),iT);na(ng(e,nf(nt),np(e=>null==e?void 0:e.length)),r),na(ng(b,np(e=>e.topListHeight)),h),na(h,l),na(ng(b,np(e=>[e.top,e.bottom])),s),na(ng(b,np(e=>e.items)),v);let x=nk(ng(b,nf(({items:e})=>e.length>0),ny(r,e),nf(([{items:e},t])=>e[e.length-1].originalIndex===t-1),np(([,e,t])=>[e-1,t]),nd(n0),np(([e])=>e))),y=nk(ng(b,nx(200),nf(({items:e,topItems:t})=>e.length>0&&e[0].originalIndex===t.length),np(({items:e})=>e[0].index),nd())),w=nk(ng(b,nf(({items:e})=>e.length>0),np(({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}}),nd(nJ)));return{endReached:x,initialItemCount:g,itemsRendered:v,listState:b,rangeChanged:w,startReached:y,topItemsIndexes:m,...d}},nr(is,ia,iM,ig,id,iy,ic,n1),{singleton:!0}),iI=nM(([{fixedFooterHeight:e,fixedHeaderHeight:t,footerHeight:n,headerHeight:i},{listState:r}])=>{let o=nC(),s=nS(ng(nD(n,e,i,t,r),np(([e,t,n,i,r])=>e+t+n+i+r.offsetBottom+r.bottom)),0);return na(nA(s),o),{totalListHeight:s,totalListHeightChanged:o}},nr(nB,iP),{singleton:!0}),iO=nM(([{viewportHeight:e},{totalListHeight:t}])=>{let n=nw(!1),i=nS(ng(nD(n,e,t),nf(([e])=>e),np(([,e,t])=>Math.max(0,e-t)),nx(0),nd()),0);return{alignToBottom:n,paddingTopAddition:i}},nr(nB,iI),{singleton:!0});function iE(e){return!!e&&("smooth"===e?"smooth":"auto")}let iZ=nM(([{listRefresh:e,totalCount:t},{atBottomState:n,isAtBottom:i},{scrollToIndex:r},{scrolledToInitialItem:o},{didMount:s,propsReady:l},{log:a},{scrollingInProgress:c}])=>{let u=nw(!1),h=nC(),d=null;function f(e){r(0,{align:"end",behavior:e,index:"LAST"})}function p(e){setTimeout(nc(n,t=>{!e||t.atBottom||"SIZE_INCREASED"!==t.notAtBottomBecause||d||(nl(a)("scrolling to bottom due to increased size",{},nP.DEBUG),f("auto"))}),100)}return ng(nD(ng(nA(t),nb(1)),s),ny(nA(u),i,o,c),np(([[e,t],n,i,r,o])=>{let s,l=t&&r,a="auto";return l&&(s=i||o,a="function"==typeof n?iE(n(s)):s&&iE(n),l=l&&!!a),{followOutputBehavior:a,shouldFollow:l,totalCount:e}}),nf(({shouldFollow:e})=>e))(1,({followOutputBehavior:t,totalCount:n})=>{d&&(d(),d=null),d=nc(e,()=>{nl(a)("following output to ",{totalCount:n},nP.DEBUG),f(t),d=null})}),ng(nD(nA(u),t,l),nf(([e,,t])=>e&&t),nv(({value:e},[,t])=>({refreshed:e===t,value:t}),{refreshed:!1,value:0}),nf(({refreshed:e})=>e),ny(u,t))(1,([,e])=>{nl(o)&&p(!1!==e)}),h(1,()=>{p(!1!==nl(u))}),nD(nA(u),n)(1,([e,t])=>{e&&!t.atBottom&&"VIEWPORT_HEIGHT_DECREASING"===t.notAtBottomBecause&&f("auto")}),{autoscrollToBottom:h,followOutput:u}},nr(is,iy,id,ig,ic,nO,nB)),iL=nM(([{data:e,firstItemIndex:t,gap:n,sizes:i},{initialTopMostItemIndex:r},{initialItemCount:o,listState:s},{didMount:l}])=>(na(ng(l,ny(o),nf(([,e])=>0!==e),ny(r,i,t,n,e),np(([[,e],t,n,i,r,o=[]])=>iA(e,t,n,i,r,o))),s),{}),nr(is,ig,iP,ic),{singleton:!0}),ij=nM(([{didMount:e},{scrollTo:t},{listState:n}])=>{let i=nw(0);return ng(e,ny(i),nf(([,e])=>0!==e),np(([,e])=>({top:e})))(1,e=>{nc(ng(n,nb(1),nf(e=>e.items.length>1)),()=>{requestAnimationFrame(()=>{t(0,e)})})}),{initialScrollTop:i}},nr(ic,nB,iP),{singleton:!0}),iF=({itemBottom:e,itemTop:t,locationParams:{align:n,behavior:i,...r},viewportBottom:o,viewportTop:s})=>t<s?{...r,align:null!=n?n:"start",behavior:i}:e>o?{...r,align:null!=n?n:"end",behavior:i}:null,iB=nM(([{gap:e,sizes:t,totalCount:n},{fixedFooterHeight:i,fixedHeaderHeight:r,headerHeight:o,scrollingInProgress:s,scrollTop:l,viewportHeight:a},{scrollToIndex:c}])=>{let u=nC();return na(ng(u,ny(t,a,n,o,r,i,l),ny(e),np(([[e,t,n,i,r,o,l,a],c])=>{let{align:u,behavior:h,calculateViewLocation:d=iF,done:f,...p}=e,m=n7(e,t,i-1),g=n6(m,t.offsetTree,c)+r+o,v=d({itemBottom:g+nW(t.sizeTree,m)[1],itemTop:g,locationParams:{align:u,behavior:h,...p},viewportBottom:a+n-l,viewportTop:a+o});return v?f&&nc(ng(s,nf(e=>!e),nb(nl(s)?1:2)),f):f&&f(),v}),nf(e=>null!==e)),c),{scrollIntoView:u}},nr(is,nB,id,iP,nO),{singleton:!0}),iV=nM(([{scrollVelocity:e}])=>{let t=nw(!1),n=nC(),i=nw(!1);return na(ng(e,ny(i,t,n),nf(([e,t])=>!!t),np(([e,t,n,i])=>{let{enter:r,exit:o}=t;if(n){if(o(e,i))return!1}else if(r(e,i))return!0;return n}),nd()),t),ng(nD(t,e,n),ny(i))(1,([[e,t,n],i])=>{e&&i&&i.change&&i.change(t,n)}),{isSeeking:t,scrollSeekConfiguration:i,scrollSeekRangeChanged:n,scrollVelocity:e}},nr(iy),{singleton:!0}),iN=nM(([{scrollContainerState:e,scrollTo:t}])=>{let n=nC(),i=nC(),r=nC(),o=nw(!1),s=nw(void 0);return na(ng(nD(n,i),np(([{scrollHeight:e,scrollTop:t,viewportHeight:n},{offsetTop:i}])=>({scrollHeight:e,scrollTop:Math.max(0,t-i),viewportHeight:n}))),e),na(ng(t,ny(i),np(([e,{offsetTop:t}])=>({...e,top:e.top+t}))),r),{customScrollParent:s,useWindowScroll:o,windowScrollContainerState:n,windowScrollTo:r,windowViewportRect:i}},nr(nB)),iH=nM(([{sizeRanges:e,sizes:t},{headerHeight:n,scrollTop:i},{initialTopMostItemIndex:r},{didMount:o},{useWindowScroll:s,windowScrollContainerState:l,windowViewportRect:a}])=>{let c=nC(),u=nw(void 0),h=nw(null),d=nw(null);return na(l,h),na(a,d),ng(c,ny(t,i,s,h,d,n))(1,([e,t,n,i,r,o,s])=>{let l=nq(t.sizeTree).map(({k:e,v:t},n,i)=>{let r=i[n+1];return{endIndex:r?r.k-1:1/0,size:t,startIndex:e}});i&&null!==r&&null!==o&&(n=r.scrollTop-o.offsetTop),e({ranges:l,scrollTop:n-=s})}),na(ng(u,nf(nt),np(iz)),r),na(ng(o,ny(u),nf(([,e])=>void 0!==e),nd(),np(([,e])=>e.ranges)),e),{getState:c,restoreStateFrom:u}},nr(is,nB,ig,ic,iN));function iz(e){return{align:"start",index:0,offset:e.scrollTop}}let iW=nM(([{topItemsIndexes:e}])=>{let t=nw(0);return na(ng(t,nf(e=>e>=0),np(e=>Array.from({length:e}).map((e,t)=>t))),e),{topItemCount:t}},nr(iP));function i$(e){let t=!1,n;return()=>(t||(t=!0,n=e()),n)}let i_=i$(()=>/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)),iq=nM(([{deviation:e,scrollBy:t,scrollingInProgress:n,scrollTop:i},{isAtBottom:r,isScrolling:o,lastJumpDueToItemResize:s,scrollDirection:l},{listState:a},{beforeUnshiftWith:c,gap:u,shiftWithOffset:h,sizes:d},{log:f},{recalcInProgress:p}])=>{let m=nk(ng(a,ny(s),nv(([,e,t,n],[{bottom:i,items:r,offsetBottom:o,totalCount:s},l])=>{let a=i+o,c=0;return t===s&&e.length>0&&r.length>0&&(0===r[0].originalIndex&&0===e[0].originalIndex||0!=(c=a-n)&&(c+=l)),[c,r,s,a]},[0,[],0,0]),nf(([e])=>0!==e),ny(i,l,n,r,f,p),nf(([,e,t,n,,,i])=>!i&&!n&&0!==e&&"up"===t),np(([[e],,,,,t])=>(t("Upward scrolling compensation",{amount:e},nP.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 ng(m,ny(e,o))(1,([t,n,i])=>{i&&i_()?e(0,n-t):g(-t)}),ng(nD(nS(o,!1),e,p),nf(([e,t,n])=>!e&&!n&&0!==t),np(([e,t])=>t),nx(1))(1,g),na(ng(h,np(e=>({top:-e}))),t),ng(c,ny(d,u),np(([e,{groupIndices:t,lastSize:n,sizeTree:i},r])=>{if(0===t.length)return e*(n+r);{let o=0,s=nz(i,0),l=0,a=0;for(;l<e;){l++,o+=s;let i=t.length===a+1?1/0:t[a+1]-t[a]-1;l+i>e&&(o-=s,i=e-l+1),l+=i,o+=i*(n+r),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}},nr(nB,iy,iP,is,nO,n1)),iG=nM(([e,t,n,i,r,o,s,l,a,c])=>({...e,...t,...n,...i,...r,...o,...s,...l,...a,...c}),nr(iM,iL,ic,iV,iI,ij,iO,iN,iB,nO)),iU=nM(([{data:e,defaultItemSize:t,firstItemIndex:n,fixedItemSize:i,gap:r,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:k},M])=>(na(y.rangeChanged,M.scrollSeekRangeChanged),na(ng(M.windowViewportRect,np(e=>e.visibleHeight)),m.viewportHeight),{data:e,defaultItemHeight:t,firstItemIndex:n,fixedItemHeight:i,gap:r,groupCounts:k,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,...M,...m,sizes:a,...g}),nr(is,ig,nB,iH,iZ,iP,id,iq,iW,ia,iG)),iK="u">typeof document?L.useLayoutEffect:L.useEffect;function iY(e,t,n){let i=Object.keys(t.required||{}),r=Object.keys(t.optional||{}),o=Object.keys(t.methods||{}),s=Object.keys(t.events||{}),l=L.createContext({});function a(e,n){var o,s,l,a;for(let r of(e.propsReady&&(o=e.propsReady,o(0,!1)),i)){s=e[t.required[r]],s(0,n[r])}for(let i of r){i in n&&(l=e[t.optional[i]],l(0,n[i]))}e.propsReady&&(a=e.propsReady,a(0,!0))}function c(e){return s.reduce((n,i)=>(n[i]=function(e){let t,n,i=()=>null==t?void 0:t();return function(r,o){switch(r){case 1:return o?n===o?void 0:(i(),n=o,t=e(1,o)):(i(),nn);case 2:i(),n=null;return}}}(e[t.events[i]]),n),{})}return{Component:L.forwardRef((u,h)=>{var d;let{children:f,...p}=u,[m]=L.useState(()=>{var t;return a(t=function(e){let t=new Map,n=({constructor:e,dependencies:i,id:r,singleton:o})=>{if(o&&t.has(r))return t.get(r);let s=e(i.map(e=>n(e)));return o&&t.set(r,s),s};return n(e)}(e),p),t}),[g]=L.useState(()=>c(m));return iK(()=>{for(let e of s)e in p&&(0,g[e])(1,p[e]);return()=>{Object.values(g).map(ns)}},[p,g,m]),iK(()=>{a(m,p)}),L.useImperativeHandle(h,(d=o.reduce((e,n)=>(e[n]=e=>{var i;i=m[t.methods[n]],i(0,e)},e),{}),()=>d)),(0,A.jsx)(l.Provider,{value:m,children:n?(0,A.jsx)(n,{...function(e,t){let n={},i={},r=0,o=e.length;for(;r<o;)i[e[r]]=1,r+=1;for(let e in t)Object.hasOwn(i,e)||(n[e]=t[e]);return n}([...i,...r,...s],p),children:f}):f})}),useEmitter:(e,t)=>{let n=L.useContext(l)[e];iK(()=>n(1,t),[t,n])},useEmitterValue:L.version.startsWith("18")?e=>{let t=L.useContext(l)[e],n=L.useCallback(e=>t(1,e),[t]);return L.useSyncExternalStore(n,()=>nl(t),()=>nl(t))}:e=>{let t=L.useContext(l)[e],[n,i]=L.useState(()=>nl(t));return iK(()=>t(1,e=>{e!==n&&i(()=>e)}),[t,n]),n},usePublisher:e=>{var t;return L.useCallback((t=L.useContext(l)[e],e=>(function(e,t){e(0,t)})(t,e)),[e])}}}let iX=L.createContext(void 0),iQ=L.createContext(void 0),iJ="u">typeof document?L.useLayoutEffect:L.useEffect;function i0(e,t,n,i=nn,r,o){let s=L.useRef(null),l=L.useRef(null),a=L.useRef(null),c=L.useCallback(n=>{let i=n.target,r=i===window||i===document,s=o?r?window.pageXOffset||document.documentElement.scrollLeft:i.scrollLeft:r?window.pageYOffset||document.documentElement.scrollTop:i.scrollTop,c=o?r?document.documentElement.scrollWidth:i.scrollWidth:r?document.documentElement.scrollHeight:i.scrollHeight,u=o?r?window.innerWidth:i.offsetWidth:r?window.innerHeight:i.offsetHeight,h=()=>{e({scrollHeight:c,scrollTop:Math.max(s,0),viewportHeight:u})};n.suppressFlushSync?h():eS.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 L.useEffect(()=>{let e=r||s.current;return i(r||s.current),c({suppressFlushSync:!0,target:e}),e.addEventListener("scroll",c,{passive:!0}),()=>{i(null),e.removeEventListener("scroll",c)}},[s,c,n,i,r]),{scrollByCallback:function(e){o&&(e={behavior:e.behavior,left:e.top}),s.current.scrollBy(e)},scrollerRef:s,scrollToCallback:function(n){let i,r,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?(r=Math.max(n5(document.documentElement,o?"width":"height"),o?document.documentElement.scrollWidth:document.documentElement.scrollHeight),i=o?window.innerWidth:window.innerHeight,c=o?document.documentElement.scrollLeft:document.documentElement.scrollTop):(r=u[o?"scrollWidth":"scrollHeight"],i=n5(u,o?"width":"height"),c=u[o?"scrollLeft":"scrollTop"]);let d=r-i;if(n.top=Math.ceil(Math.max(Math.min(d,n.top),0)),iv(i,r)||n.top===c){e({scrollHeight:r,scrollTop:c,viewportHeight:i}),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 i1="-webkit-sticky",i2="sticky",i5=i$(()=>{if(typeof document>"u")return i2;let e=document.createElement("div");return e.style.position=i1,e.style.position===i1?i1:i2});function i3(e){return e}let i4=nM(()=>{let e=nw(e=>`Item ${e}`),t=nw(null),n=nw(e=>`Group ${e}`),i=nw({}),r=nw(i3),o=nw("div"),s=nw(nn),l=(e,t=null)=>nS(ng(i,np(t=>t[e]),nd()),t);return{components:i,computeItemKey:r,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")}}),i8=nM(([e,t])=>({...e,...t}),nr(iU,i4)),i6=({height:e})=>(0,A.jsx)("div",{style:{height:e}}),i9={overflowAnchor:"none",position:i5(),zIndex:1},i7={overflowAnchor:"none"},re={...i7,display:"inline-block",height:"100%"},rt=L.memo(function({showTopList:e=!1}){let t=rv("listState"),n=rb("sizeRanges"),i=rv("useWindowScroll"),r=rv("customScrollParent"),o=rb("windowScrollContainerState"),s=rb("scrollContainerState"),l=rv("itemContent"),a=rv("context"),c=rv("groupContent"),u=rv("trackItemSizes"),h=rv("itemSize"),d=rv("log"),f=rb("gap"),p=rv("horizontalDirection"),{callbackRef:m}=nL(n,h,u,e?nn:r||i?o:s,d,f,r,p,rv("skipAnimationFrameInResizeObserver")),[g,v]=L.useState(0);rg("deviation",e=>{g!==e&&v(e)});let b=rv("EmptyPlaceholder"),x=rv("ScrollSeekPlaceholder")||i6,y=rv("ListComponent"),w=rv("ItemComponent"),S=rv("GroupComponent"),C=rv("computeItemKey"),k=rv("isSeeking"),M=rv("groupIndices").length>0,T=rv("alignToBottom"),D=rv("initialItemFinalLocationReached"),R=e?{}:{boxSizing:"border-box",...p?{display:"inline-block",height:"100%",marginLeft:0!==g?g:T?"auto":0,paddingLeft:t.offsetTop,paddingRight:t.offsetBottom,whiteSpace:"nowrap"}:{marginTop:0!==g?g:T?"auto":0,paddingBottom:t.offsetBottom,paddingTop:t.offsetTop},...D?{}:{visibility:"hidden"}};return!e&&0===t.totalCount&&b?(0,A.jsx)(b,{...rs(b,a)}):(0,A.jsx)(y,{...rs(y,a),"data-testid":e?"virtuoso-top-item-list":"virtuoso-item-list",ref:m,style:R,children:(e?t.topItems:t.items).map(e=>{let n=e.originalIndex,i=C(n+t.firstItemIndex,e.data,a);return k?(0,L.createElement)(x,{...rs(x,a),height:e.size,index:e.index,key:i,type:e.type||"item",..."group"===e.type?{}:{groupIndex:e.groupIndex}}):"group"===e.type?(0,L.createElement)(S,{...rs(S,a),"data-index":n,"data-item-index":e.index,"data-known-size":e.size,key:i,style:i9},c(e.index,a)):(0,L.createElement)(w,{...rs(w,a),...rl(w,e.data),"data-index":n,"data-item-group-index":e.groupIndex,"data-item-index":e.index,"data-known-size":e.size,key:i,style:p?re:i7},M?l(e.index,e.groupIndex,e.data,a):l(e.index,e.data,a))})})}),rn={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},ri={outline:"none",overflowX:"auto",position:"relative"},rr=e=>({height:"100%",position:"absolute",top:0,width:"100%",...e?{display:"flex",flexDirection:"column"}:{}}),ro={position:i5(),top:0,width:"100%",zIndex:1};function rs(e,t){if("string"!=typeof e)return{context:t}}function rl(e,t){return{item:"string"==typeof e?void 0:t}}let ra=L.memo(function(){let e=rv("HeaderComponent"),t=rb("headerHeight"),n=rv("HeaderFooterTag"),i=nE(L.useMemo(()=>e=>{t(n5(e,"height"))},[t]),!0,rv("skipAnimationFrameInResizeObserver")),r=rv("context");return e?(0,A.jsx)(n,{ref:i,children:(0,A.jsx)(e,{...rs(e,r)})}):null}),rc=L.memo(function(){let e=rv("FooterComponent"),t=rb("footerHeight"),n=rv("HeaderFooterTag"),i=nE(L.useMemo(()=>e=>{t(n5(e,"height"))},[t]),!0,rv("skipAnimationFrameInResizeObserver")),r=rv("context");return e?(0,A.jsx)(n,{ref:i,children:(0,A.jsx)(e,{...rs(e,r)})}):null});function ru({useEmitter:e,useEmitterValue:t,usePublisher:n}){return L.memo(function({children:i,style:r,...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}=i0(s,a,l,c,void 0,h);return e("scrollTo",p),e("scrollBy",d),(0,A.jsx)(l,{"data-testid":"virtuoso-scroller","data-virtuoso-scroller":!0,ref:f,style:{...h?ri:rn,...r},tabIndex:0,...o,...rs(l,u),children:i})})}function rh({useEmitter:e,useEmitterValue:t,usePublisher:n}){return L.memo(function({children:i,style:r,...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}=i0(s,a,l,nn,h);return iJ(()=>(p.current=h||window,()=>{p.current=null}),[p,h]),e("windowScrollTo",m),e("scrollBy",f),(0,A.jsx)(l,{"data-virtuoso-scroller":!0,style:{position:"relative",...r,...0!==c?{height:c+u}:{}},...o,...rs(l,d),children:i})})}let rd=({children:e})=>{let t=L.useContext(iX),n=rb("viewportHeight"),i=rb("fixedItemHeight"),r=rv("alignToBottom"),o=rv("horizontalDirection"),s=nE(L.useMemo(()=>ne(n,e=>n5(e,o?"width":"height")),[n,o]),!0,rv("skipAnimationFrameInResizeObserver"));return L.useEffect(()=>{t&&(n(t.viewportHeight),i(t.itemHeight))},[t,n,i]),(0,A.jsx)("div",{"data-viewport-type":"element",ref:s,style:rr(r),children:e})},rf=({children:e})=>{let t=L.useContext(iX),n=rb("windowViewportRect"),i=rb("fixedItemHeight"),r=nF(n,rv("customScrollParent"),rv("skipAnimationFrameInResizeObserver")),o=rv("alignToBottom");return L.useEffect(()=>{t&&(i(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,i]),(0,A.jsx)("div",{"data-viewport-type":"window",ref:r,style:rr(o),children:e})},rp=({children:e})=>{let t=rv("TopItemListComponent")||"div",n=rv("headerHeight"),i={...ro,marginTop:`${n}px`},r=rv("context");return(0,A.jsx)(t,{style:i,...rs(t,r),children:e})},{Component:rm,useEmitter:rg,useEmitterValue:rv,usePublisher:rb}=iY(i8,{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:{}},L.memo(function(e){let t=rv("useWindowScroll"),n=rv("topItemsIndexes").length>0,i=rv("customScrollParent"),r=rv("context"),o=i||t?ry:rx,s=i||t?rf:rd;return(0,A.jsxs)(o,{...e,...rs(o,r),children:[n&&(0,A.jsx)(rp,{children:(0,A.jsx)(rt,{showTopList:!0})}),(0,A.jsxs)(s,{children:[(0,A.jsx)(ra,{}),(0,A.jsx)(rt,{}),(0,A.jsx)(rc,{})]})]})})),rx=ru({useEmitter:rg,useEmitterValue:rv,usePublisher:rb}),ry=rh({useEmitter:rg,useEmitterValue:rv,usePublisher:rb}),rw=nM(()=>{let e=nw(e=>(0,A.jsxs)("td",{children:["Item $",e]})),t=nw(null),n=nw(null),i=nw(null),r=nw({}),o=nw(i3),s=nw(nn),l=(e,t=null)=>nS(ng(r,np(t=>t[e]),nd()),t);return{components:r,computeItemKey:o,context:t,EmptyPlaceholder:l("EmptyPlaceholder"),FillerRow:l("FillerRow"),fixedFooterContent:i,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")}}),rS=nM(([e,t])=>({...e,...t}),nr(iU,rw)),rC=({height:e})=>(0,A.jsx)("tr",{children:(0,A.jsx)("td",{style:{height:e}})}),rk=({height:e})=>(0,A.jsx)("tr",{children:(0,A.jsx)("td",{style:{border:0,height:e,padding:0}})}),rM={overflowAnchor:"none"},rT=L.memo(function({showTopList:e=!1}){let t=rO("listState"),n=rO("computeItemKey"),i=rO("firstItemIndex"),r=rO("isSeeking"),o=rO("ScrollSeekPlaceholder")||rC,s=rO("context"),l=rO("TableRowComponent"),a=rO("fixedHeaderHeight"),c=rO("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+i,t.data,s),f=e?0===h?0:u[h-1]:0;return r?(0,L.createElement)(o,{...rs(o,s),height:t.size,index:t.index,key:d,type:t.type||"item"}):(0,L.createElement)(l,{...rs(l,s),...rl(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}:rM},c(t.index,t.data,s))});return(0,A.jsx)(A.Fragment,{children:h})}),rD=L.memo(function(){let e=rO("listState"),t=rO("topItemsIndexes").length>0,n=rE("sizeRanges"),i=rO("useWindowScroll"),r=rO("customScrollParent"),o=rE("windowScrollContainerState"),s=rE("scrollContainerState"),l=rO("trackItemSizes"),{callbackRef:a,ref:c}=nL(n,rO("itemSize"),l,r||i?o:s,rO("log"),void 0,r,!1,rO("skipAnimationFrameInResizeObserver")),[u,h]=L.useState(0);rI("deviation",e=>{u!==e&&(c.current.style.marginTop=`${e}px`,h(e))});let d=rO("EmptyPlaceholder"),f=rO("FillerRow")||rk,p=rO("TableBodyComponent"),m=rO("paddingTopAddition"),g=rO("statefulTotalCount"),v=rO("context");if(0===g&&d)return(0,A.jsx)(d,{...rs(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,A.jsx)(f,{context:v,height:x},"padding-top"):null,S=y>0?(0,A.jsx)(f,{context:v,height:y},"padding-bottom"):null;return(0,A.jsxs)(p,{"data-testid":"virtuoso-item-list",ref:a,...rs(p,v),children:[w,t&&(0,A.jsx)(rT,{showTopList:!0}),(0,A.jsx)(rT,{}),S]})}),rA=({children:e})=>{let t=L.useContext(iX),n=rE("viewportHeight"),i=rE("fixedItemHeight"),r=nE(L.useMemo(()=>ne(n,e=>n5(e,"height")),[n]),!0,rO("skipAnimationFrameInResizeObserver"));return L.useEffect(()=>{t&&(n(t.viewportHeight),i(t.itemHeight))},[t,n,i]),(0,A.jsx)("div",{"data-viewport-type":"element",ref:r,style:rr(!1),children:e})},rR=({children:e})=>{let t=L.useContext(iX),n=rE("windowViewportRect"),i=rE("fixedItemHeight"),r=nF(n,rO("customScrollParent"),rO("skipAnimationFrameInResizeObserver"));return L.useEffect(()=>{t&&(i(t.itemHeight),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,i]),(0,A.jsx)("div",{"data-viewport-type":"window",ref:r,style:rr(!1),children:e})},{Component:rP,useEmitter:rI,useEmitterValue:rO,usePublisher:rE}=iY(rS,{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:{}},L.memo(function(e){let t=rO("useWindowScroll"),n=rO("customScrollParent"),i=rE("fixedHeaderHeight"),r=rE("fixedFooterHeight"),o=rO("fixedHeaderContent"),s=rO("fixedFooterContent"),l=rO("context"),a=nE(L.useMemo(()=>ne(i,e=>n5(e,"height")),[i]),!0,rO("skipAnimationFrameInResizeObserver")),c=nE(L.useMemo(()=>ne(r,e=>n5(e,"height")),[r]),!0,rO("skipAnimationFrameInResizeObserver")),u=n||t?rL:rZ,h=n||t?rR:rA,d=rO("TableComponent"),f=rO("TableHeadComponent"),p=rO("TableFooterComponent"),m=o?(0,A.jsx)(f,{ref:a,style:{position:"sticky",top:0,zIndex:2},...rs(f,l),children:o()},"TableHead"):null,g=s?(0,A.jsx)(p,{ref:c,style:{bottom:0,position:"sticky",zIndex:1},...rs(p,l),children:s()},"TableFoot"):null;return(0,A.jsx)(u,{...e,...rs(u,l),children:(0,A.jsx)(h,{children:(0,A.jsxs)(d,{style:{borderSpacing:0,overflowAnchor:"none"},...rs(d,l),children:[m,(0,A.jsx)(rD,{},"TableBody"),g]})})})})),rZ=ru({useEmitter:rI,useEmitterValue:rO,usePublisher:rE}),rL=rh({useEmitter:rI,useEmitterValue:rO,usePublisher:rE}),rj={bottom:0,itemHeight:0,items:[],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},rF={bottom:0,itemHeight:0,items:[{index:0}],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},{ceil:rB,floor:rV,max:rN,min:rH,round:rz}=Math;function rW(e,t,n){return Array.from({length:t-e+1}).map((t,i)=>({data:null===n?null:n[i+e],index:i+e}))}function r$(e,t){return e&&e.width===t.width&&e.height===t.height}function r_(e,t){return e&&e.column===t.column&&e.row===t.row}let rq=nM(([{increaseViewportBy:e,listBoundary:t,overscan:n,visibleRange:i},{footerHeight:r,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=nw(0),C=nw(0),k=nw(rj),M=nw({height:0,width:0}),T=nw({height:0,width:0}),D=nC(),A=nC(),R=nw(0),P=nw(null),I=nw({column:0,row:0}),O=nC(),E=nC(),Z=nw(!1),L=nw(0),j=nw(!0),F=nw(!1),B=nw(!1);ng(p,ny(L),nf(([e,t])=>!!t))(1,()=>{j(0,!1)}),ng(nD(p,j,T,M,L,F),nf(([e,t,n,i,,r])=>e&&!t&&0!==n.height&&0!==i.height&&!r))(1,([,,,,e])=>{F(0,!0),ip(1,()=>{D(0,e)}),nc(ng(c),()=>{t(0,[0,0]),j(0,!0)})}),na(ng(E,nf(e=>null!=e&&e.scrollTop>0),nm(0)),C),ng(p,ny(E),nf(([,e])=>null!=e))(1,([,e])=>{e&&(M(0,e.viewport),T(0,e.item),I(0,e.gap),e.scrollTop>0&&(Z(0,!0),nc(ng(c,nb(1)),e=>{Z(0,!1)}),a(0,{top:e.scrollTop})))}),na(ng(M,np(({height:e})=>e)),h),na(ng(nD(nA(M,r$),nA(T,r$),nA(I,(e,t)=>e&&e.column===t.column&&e.row===t.row),nA(c)),np(([e,t,n,i])=>({gap:n,item:t,scrollTop:i,viewport:e}))),O),na(ng(nD(nA(S),i,nA(I,r_),nA(T,r$),nA(M,r$),nA(P),nA(C),nA(Z),nA(j),nA(L)),nf(([,,,,,,,e])=>!e),np(([e,[t,n],i,r,o,s,l,,a,c])=>{let u,h,{column:d,row:f}=i,{height:p,width:m}=r,{width:g}=o;if(0===l&&(0===e||0===g))return rj;if(0===m){var v;let t=im(c,e),n=t+Math.max(l-1,0);return v=rW(t,n,s),{...rF,items:v}}let b=rG(g,m,d);a?0===t&&0===n&&l>0?(u=0,h=l-1):(u=b*rV((t+f)/(p+f)),h=rH(e-1,rN(h=b*rB((n+f)/(p+f))-1,b-1)),u=rH(h,rN(0,u))):(u=0,h=-1);let x=rW(u,h,s),{bottom:y,top:w}=rU(o,i,r,x),S=rB(e/b);return{bottom:y,itemHeight:p,items:x,itemWidth:m,offsetBottom:S*p+(S-1)*f-y,offsetTop:w,top:w}})),k),na(ng(P,nf(e=>null!==e),np(e=>e.length)),S),na(ng(nD(M,T,k,I),nf(([e,t,{items:n}])=>n.length>0&&0!==t.height&&0!==e.height),np(([e,t,{items:n},i])=>{let{bottom:r,top:o}=rU(e,i,t,n);return[o,r]}),nd(n0)),t);let V=nw(!1);na(ng(c,ny(V),np(([e,t])=>t||0!==e)),V);let N=nk(ng(nD(k,S),nf(([{items:e}])=>e.length>0),ny(V),nf(([[e,t],n])=>{let i=e.items[e.items.length-1].index===t-1;return(n||e.bottom>0&&e.itemHeight>0&&0===e.offsetBottom&&e.items.length===t)&&i}),np(([[,e]])=>e-1),nd())),H=nk(ng(nA(k),nf(({items:e})=>e.length>0&&0===e[0].index),nm(0),nd())),z=nk(ng(nA(k),ny(Z),nf(([{items:e},t])=>e.length>0&&!t),np(([{items:e}])=>({endIndex:e[e.length-1].index,startIndex:e[0].index})),nd(nJ),nx(0)));na(z,f.scrollSeekRangeChanged),na(ng(D,ny(M,T,S,I),np(([e,t,n,i,r])=>{let o=ih(e),{align:s,behavior:l,offset:a}=o,c=o.index;"LAST"===c&&(c=i-1);let u=rK(t,r,n,c=rN(0,c,rH(i-1,c)));return"end"===s?u=rz(u-t.height+n.height):"center"===s&&(u=rz(u-t.height/2+n.height/2)),a&&(u+=a),{behavior:l,top:u}})),a);let W=nS(ng(k,np(e=>e.offsetBottom+e.bottom)),0);return na(ng(y,np(e=>({height:e.visibleHeight,width:e.visibleWidth}))),M),{customScrollParent:g,data:P,deviation:R,footerHeight:r,gap:I,headerHeight:o,increaseViewportBy:e,initialItemCount:C,itemDimensions:T,overscan:n,restoreStateFrom:E,scrollBy:s,scrollContainerState:l,scrollHeight:A,scrollTo:a,scrollToIndex:D,scrollTop:c,smoothScrollTargetReached:u,totalCount:S,useWindowScroll:v,viewportDimensions:M,windowScrollContainerState:b,windowScrollTo:x,windowViewportRect:y,...f,gridState:k,horizontalDirection:B,initialTopMostItemIndex:L,totalListHeight:W,...d,endReached:N,propsReady:m,rangeChanged:z,startReached:H,stateChanged:O,stateRestoreInProgress:Z,...w}},nr(iM,nB,iy,iV,ic,iN,nO));function rG(e,t,n){return rN(1,rV((e+n)/(rV(t)+n)))}function rU(e,t,n,i){let{height:r}=n;if(void 0===r||0===i.length)return{bottom:0,top:0};let o=rK(e,t,n,i[0].index);return{bottom:rK(e,t,n,i[i.length-1].index)+r,top:o}}function rK(e,t,n,i){let r=rV(i/rG(e.width,n.width,t.column)),o=r*n.height+rN(0,r-1)*t.row;return o>0?o+t.row:o}let rY=nM(()=>{let e=nw(e=>`Item ${e}`),t=nw({}),n=nw(null),i=nw("virtuoso-grid-item"),r=nw("virtuoso-grid-list"),o=nw(i3),s=nw("div"),l=nw(nn),a=(e,n=null)=>nS(ng(t,np(t=>t[e]),nd()),n),c=nw(!1),u=nw(!1);return na(nA(u),c),{components:t,computeItemKey:o,context:n,FooterComponent:a("Footer"),HeaderComponent:a("Header"),headerFooterTag:s,itemClassName:i,ItemComponent:a("Item","div"),itemContent:e,listClassName:r,ListComponent:a("List","div"),readyStateChanged:c,reportReadyState:u,ScrollerComponent:a("Scroller","div"),scrollerRef:l,ScrollSeekPlaceholder:a("ScrollSeekPlaceholder","div")}}),rX=nM(([e,t])=>({...e,...t}),nr(rq,rY)),rQ=L.memo(function(){let e=r3("gridState"),t=r3("listClassName"),n=r3("itemClassName"),i=r3("itemContent"),r=r3("computeItemKey"),o=r3("isSeeking"),s=r4("scrollHeight"),l=r3("ItemComponent"),a=r3("ListComponent"),c=r3("ScrollSeekPlaceholder"),u=r3("context"),h=r4("itemDimensions"),d=r4("gap"),f=r3("log"),p=r3("stateRestoreInProgress"),m=r4("reportReadyState"),g=nE(L.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:r9("column-gap",getComputedStyle(e).columnGap,f),row:r9("row-gap",getComputedStyle(e).rowGap,f)})},[s,h,d,f]),!0,!1);return iJ(()=>{e.itemHeight>0&&e.itemWidth>0&&m(!0)},[e]),p?null:(0,A.jsx)(a,{className:t,ref:g,...rs(a,u),"data-testid":"virtuoso-item-list",style:{paddingBottom:e.offsetBottom,paddingTop:e.offsetTop},children:e.items.map(t=>{let s=r(t.index,t.data,u);return o?(0,A.jsx)(c,{...rs(c,u),height:e.itemHeight,index:t.index,width:e.itemWidth},s):(0,L.createElement)(l,{...rs(l,u),className:n,"data-index":t.index,key:s},i(t.index,t.data,u))})})}),rJ=L.memo(function(){let e=r3("HeaderComponent"),t=r4("headerHeight"),n=r3("headerFooterTag"),i=nE(L.useMemo(()=>e=>{t(n5(e,"height"))},[t]),!0,!1),r=r3("context");return e?(0,A.jsx)(n,{ref:i,children:(0,A.jsx)(e,{...rs(e,r)})}):null}),r0=L.memo(function(){let e=r3("FooterComponent"),t=r4("footerHeight"),n=r3("headerFooterTag"),i=nE(L.useMemo(()=>e=>{t(n5(e,"height"))},[t]),!0,!1),r=r3("context");return e?(0,A.jsx)(n,{ref:i,children:(0,A.jsx)(e,{...rs(e,r)})}):null}),r1=({children:e})=>{let t=L.useContext(iQ),n=r4("itemDimensions"),i=r4("viewportDimensions"),r=nE(L.useMemo(()=>e=>{i(e.getBoundingClientRect())},[i]),!0,!1);return L.useEffect(()=>{t&&(i({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,i,n]),(0,A.jsx)("div",{ref:r,style:rr(!1),children:e})},r2=({children:e})=>{let t=L.useContext(iQ),n=r4("windowViewportRect"),i=r4("itemDimensions"),r=nF(n,r3("customScrollParent"),!1);return L.useEffect(()=>{t&&(i({height:t.itemHeight,width:t.itemWidth}),n({offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,i]),(0,A.jsx)("div",{ref:r,style:rr(!1),children:e})},{useEmitter:r5,useEmitterValue:r3,usePublisher:r4}=iY(rX,{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"}},L.memo(function({...e}){let t=r3("useWindowScroll"),n=r3("customScrollParent"),i=n||t?r6:r8,r=n||t?r2:r1,o=r3("context");return(0,A.jsx)(i,{...e,...rs(i,o),children:(0,A.jsxs)(r,{children:[(0,A.jsx)(rJ,{}),(0,A.jsx)(rQ,{}),(0,A.jsx)(r0,{})]})})})),r8=ru({useEmitter:r5,useEmitterValue:r3,usePublisher:r4}),r6=rh({useEmitter:r5,useEmitterValue:r3,usePublisher:r4});function r9(e,t,n){return"normal"===t||null!=t&&t.endsWith("px")||n(`${e} was not resolved to pixel value correctly`,t,nP.WARN),"normal"===t?0:parseInt(null!=t?t:"0",10)}var r7=n(90496),oe=n(82267),ot=n(16838),on=n(82319),oi=n(51751),or=n(73037),oo=n(14544),os=n(16758),ol=n(51183),oa=n(78849),oc=n(44124),ou=n(6749);function oh(e){return(0,ou.ZP)("MuiListItemButton",e)}let od=(0,oc.Z)("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]),of=(0,ev.ZP)(oo.Z,{shouldForwardProp:e=>(0,or.Z)(e)||"classes"===e,name:"MuiListItemButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dense&&t.dense,"flex-start"===n.alignItems&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters]}})((0,on.Z)(({theme:e})=>({display:"flex",flexGrow:1,justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minWidth:0,boxSizing:"border-box",textAlign:"left",paddingTop:8,paddingBottom:8,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${od.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,ot.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${od.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,ot.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${od.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,ot.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,ot.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${od.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${od.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}}]}))),op=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiListItemButton"}),{alignItems:i="center",autoFocus:r=!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=L.useContext(oa.Z),m=L.useMemo(()=>({dense:l||p.dense||!1,alignItems:i,disableGutters:a}),[i,p.dense,l,a]),g=L.useRef(null);(0,os.Z)(()=>{r&&g.current&&g.current.focus()},[r]);let v={...n,alignItems:i,dense:m.dense,disableGutters:a,divider:c,selected:h},b=(e=>{let{alignItems:t,classes:n,dense:i,disabled:r,disableGutters:o,divider:s,selected:l}=e,a=(0,oe.Z)({root:["root",i&&"dense",!o&&"gutters",s&&"divider",r&&"disabled","flex-start"===t&&"alignItemsFlexStart",l&&"selected"]},oh,n);return{...n,...a}})(v),x=(0,ol.Z)(g,t);return(0,A.jsx)(oa.Z.Provider,{value:m,children:(0,A.jsx)(of,{ref:x,href:f.href||f.to,component:(f.href||f.to)&&"div"===o?"button":o,focusVisibleClassName:(0,r7.Z)(b.focusVisible,u),ownerState:v,className:(0,r7.Z)(b.root,d),...f,classes:b,children:s})})});var om=n(12577);let og=(0,L.memo)(function({color:e,sx:t,...n}){return(0,A.jsx)(t6.Z,{...n,sx:tG({height:4,width:16,margin:e=>e.spacing(.5)},t),style:{backgroundColor:e}})}),ov=(0,L.forwardRef)(function({item:e,sx:t,truncateLabel:n,onClick:i,isVisuallySelected:r,onMouseOver:o,onMouseOut:s,index:l,...a},c){let[u,h]=(0,L.useState)(n);return(0,A.jsxs)(op,{...a,role:"listitem",sx:tG({padding:0,cursor:"pointer"},t),dense:!0,onClick:t=>{i(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:r,ref:c,children:[(0,A.jsx)(t6.Z,{sx:{display:"flex",alignItems:"center"},children:(0,A.jsx)(og,{color:e.color})}),(0,A.jsx)(om.Z,{primary:e.label,primaryTypographyProps:{noWrap:u},onMouseOver:function(){n&&h(!1)},onMouseOut:function(){n&&h(!0)}})]})}),ob=(0,L.memo)(ov);function ox(e,t){return"ALL"!==t&&!!t[e.id]}function oy({items:e,height:t,width:n,selectedItems:i,onLegendItemClick:r,onItemMouseOver:o,onItemMouseOut:s}){let l=e.length>5;return(0,A.jsx)(rm,{style:{height:t,width:n},data:e,itemContent:(e,t)=>(0,A.jsx)(ob,{item:t,index:e,truncateLabel:l,isVisuallySelected:ox(t,i),onClick:r,onMouseOver:o,onMouseOut:s,sx:{width:"100%",wordBreak:"break-word",overflow:"hidden"}},t.id),role:"list"})}function ow({height:e,items:t,selectedItems:n,onLegendItemClick:i,onItemMouseOver:r,onItemMouseOut:o}){return(0,A.jsx)(t6.Z,{component:"ul",sx:{width:"100%",height:e,padding:[0,1,0,0],overflowY:"scroll",margin:0},children:t.map((e,t)=>(0,A.jsx)(ob,{item:e,index:t,isVisuallySelected:ox(e,n),onMouseOver:r,onMouseOut:o,onClick:i,sx:{width:"auto",float:"left",paddingRight:1.5}},e.id))})}function oS(e,t){return"function"==typeof e?e(t):e}function oC(e,t){return n=>{t.setState(t=>({...t,[e]:oS(n,t[e])}))}}function ok(e){return e instanceof Function}function oM(e,t,n){let i,r=[];return o=>{let s,l;n.key&&n.debug&&(s=Date.now());let a=e(o);if(!(a.length!==r.length||a.some((e,t)=>r[t]!==e)))return i;if(r=a,n.key&&n.debug&&(l=Date.now()),i=t(...a),null==n||null==n.onChange||n.onChange(i),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,i=t/16,r=(e,t)=>{for(e=String(e);e.length<t;)e=" "+e;return e};console.info(`%c⏱ ${r(t,5)} /${r(e,5)} ms`,`
3
- font-size: .6rem;
4
- font-weight: bold;
5
- color: hsl(${Math.max(0,Math.min(120-120*i,120))}deg 100% 31%);`,null==n?void 0:n.key)}return i}}function oT(e,t,n,i){return{debug:()=>{var n;return null!=(n=null==e?void 0:e.debugAll)?n:e[t]},key:!1,onChange:i}}let oD="debugHeaders";function oA(e,t,n){var i;let r={id:null!=(i=n.id)?i: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(r),e},getContext:()=>({table:e,header:r,column:t})};return e._features.forEach(t=>{null==t.createHeader||t.createHeader(r,e)}),r}function oR(e,t,n,i){var r,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 r={depth:t,id:[i,`${t}`].filter(Boolean).join("_"),headers:[]},o=[];e.forEach(e=>{let s,l=[...o].reverse()[0],a=e.column.depth===r.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 r=oA(n,s,{id:[i,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});r.subHeaders.push(e),o.push(r)}r.headers.push(e),e.headerGroup=r}),a.push(r),t>0&&c(o,t-1)};c(t.map((e,t)=>oA(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,i=[0];return e.subHeaders&&e.subHeaders.length?(i=[],u(e.subHeaders).forEach(e=>{let{colSpan:n,rowSpan:r}=e;t+=n,i.push(r)})):t=1,n+=Math.min(...i),e.colSpan=t,e.rowSpan=n,{colSpan:t,rowSpan:n}});return u(null!=(r=null==(o=a[0])?void 0:o.headers)?r:[]),a}let oP=(e,t,n,i,r,o,s)=>{let l={id:t,index:i,original:n,depth:r,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,i),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,i):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:()=>(function(e,t){let n=[],i=e=>{e.forEach(e=>{n.push(e);let r=t(e);null!=r&&r.length&&i(r)})};return i(e),n})(l.subRows,e=>e.subRows),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:oM(()=>[e.getAllLeafColumns()],t=>t.map(t=>(function(e,t,n,i){let r={id:`${t.id}_${n.id}`,row:t,column:n,getValue:()=>t.getValue(i),renderValue:()=>{var t;return null!=(t=r.getValue())?t:e.options.renderFallbackValue},getContext:oM(()=>[e,n,t,r],(e,t,n,i)=>({table:e,column:t,row:n,cell:i,getValue:i.getValue,renderValue:i.renderValue}),oT(e.options,"debugCells","cell.getContext"))};return e._features.forEach(i=>{null==i.createCell||i.createCell(r,n,t,e)},{}),r})(e,l,t,t.id)),oT(e.options,"debugRows","getAllCells")),_getAllCellsByColumnId:oM(()=>[l.getAllCells()],e=>e.reduce((e,t)=>(e[t.column.id]=t,e),{}),oT(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},oI=(e,t,n)=>{var i,r;let o=null==n||null==(i=n.toString())?void 0:i.toLowerCase();return!!(null==(r=e.getValue(t))||null==(r=r.toString())||null==(r=r.toLowerCase())?void 0:r.includes(o))};oI.autoRemove=e=>oH(e);let oO=(e,t,n)=>{var i;return!!(null==(i=e.getValue(t))||null==(i=i.toString())?void 0:i.includes(n))};oO.autoRemove=e=>oH(e);let oE=(e,t,n)=>{var i;return(null==(i=e.getValue(t))||null==(i=i.toString())?void 0:i.toLowerCase())===(null==n?void 0:n.toLowerCase())};oE.autoRemove=e=>oH(e);let oZ=(e,t,n)=>{var i;return null==(i=e.getValue(t))?void 0:i.includes(n)};oZ.autoRemove=e=>oH(e);let oL=(e,t,n)=>!n.some(n=>{var i;return!(null!=(i=e.getValue(t))&&i.includes(n))});oL.autoRemove=e=>oH(e)||!(null!=e&&e.length);let oj=(e,t,n)=>n.some(n=>{var i;return null==(i=e.getValue(t))?void 0:i.includes(n)});oj.autoRemove=e=>oH(e)||!(null!=e&&e.length);let oF=(e,t,n)=>e.getValue(t)===n;oF.autoRemove=e=>oH(e);let oB=(e,t,n)=>e.getValue(t)==n;oB.autoRemove=e=>oH(e);let oV=(e,t,n)=>{let[i,r]=n,o=e.getValue(t);return o>=i&&o<=r};oV.resolveFilterValue=e=>{let[t,n]=e,i="number"!=typeof t?parseFloat(t):t,r="number"!=typeof n?parseFloat(n):n,o=null===t||Number.isNaN(i)?-1/0:i,s=null===n||Number.isNaN(r)?1/0:r;if(o>s){let e=o;o=s,s=e}return[o,s]},oV.autoRemove=e=>oH(e)||oH(e[0])&&oH(e[1]);let oN={includesString:oI,includesStringSensitive:oO,equalsString:oE,arrIncludes:oZ,arrIncludesAll:oL,arrIncludesSome:oj,equals:oF,weakEquals:oB,inNumberRange:oV};function oH(e){return null==e||""===e}function oz(e,t,n){return!!e&&!!e.autoRemove&&e.autoRemove(t,n)||void 0===t||"string"==typeof t&&!t}let oW={sum:(e,t,n)=>n.reduce((t,n)=>{let i=n.getValue(e);return t+("number"==typeof i?i:0)},0),min:(e,t,n)=>{let i;return n.forEach(t=>{let n=t.getValue(e);null!=n&&(i>n||void 0===i&&n>=n)&&(i=n)}),i},max:(e,t,n)=>{let i;return n.forEach(t=>{let n=t.getValue(e);null!=n&&(i<n||void 0===i&&n>=n)&&(i=n)}),i},extent:(e,t,n)=>{let i,r;return n.forEach(t=>{let n=t.getValue(e);null!=n&&(void 0===i?n>=n&&(i=r=n):(i>n&&(i=n),r<n&&(r=n)))}),[i,r]},mean:(e,t)=>{let n=0,i=0;if(t.forEach(t=>{let r=t.getValue(e);null!=r&&(r*=1)>=r&&(++n,i+=r)}),n)return i/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 i=Math.floor(n.length/2),r=n.sort((e,t)=>e-t);return n.length%2!=0?r[i]:(r[i-1]+r[i])/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},o$=()=>({left:[],right:[]}),o_={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},oq=()=>({startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]}),oG=null;function oU(e){return"touchstart"===e.type}function oK(e,t){return t?"center"===t?e.getCenterVisibleLeafColumns():"left"===t?e.getLeftVisibleLeafColumns():e.getRightVisibleLeafColumns():e.getVisibleLeafColumns()}let oY=()=>({pageIndex:0,pageSize:10}),oX=()=>({top:[],bottom:[]}),oQ=(e,t,n,i,r)=>{var o;let s=r.getRow(t,!0);n?(s.getCanMultiSelect()||Object.keys(e).forEach(t=>delete e[t]),s.getCanSelect()&&(e[t]=!0)):delete e[t],i&&null!=(o=s.subRows)&&o.length&&s.getCanSelectSubRows()&&s.subRows.forEach(t=>oQ(e,t.id,n,i,r))};function oJ(e,t){let n=e.getState().rowSelection,i=[],r={},o=function(e,t){return e.map(e=>{var t;let s=o0(e,n);if(s&&(i.push(e),r[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:i,rowsById:r}}function o0(e,t){var n;return null!=(n=t[e.id])&&n}function o1(e,t,n){var i;if(!(null!=(i=e.subRows)&&i.length))return!1;let r=!0,o=!1;return e.subRows.forEach(e=>{if((!o||r)&&(e.getCanSelect()&&(o0(e,t)?o=!0:r=!1),e.subRows&&e.subRows.length)){let n=o1(e,t);"all"===n?o=!0:("some"===n&&(o=!0),r=!1)}}),r?"all":!!o&&"some"}let o2=/([0-9]+)/gm;function o5(e,t){return e===t?0:e>t?1:-1}function o3(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function o4(e,t){let n=e.split(o2).filter(Boolean),i=t.split(o2).filter(Boolean);for(;n.length&&i.length;){let e=n.shift(),t=i.shift(),r=parseInt(e,10),o=parseInt(t,10),s=[r,o].sort();if(isNaN(s[0])){if(e>t)return 1;if(t>e)return -1;continue}if(isNaN(s[1]))return isNaN(r)?-1:1;if(r>o)return 1;if(o>r)return -1}return n.length-i.length}let o8={alphanumeric:(e,t,n)=>o4(o3(e.getValue(n)).toLowerCase(),o3(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>o4(o3(e.getValue(n)),o3(t.getValue(n))),text:(e,t,n)=>o5(o3(e.getValue(n)).toLowerCase(),o3(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>o5(o3(e.getValue(n)),o3(t.getValue(n))),datetime:(e,t,n)=>{let i=e.getValue(n),r=t.getValue(n);return i>r?1:i<r?-1:0},basic:(e,t,n)=>o5(e.getValue(n),t.getValue(n))},o6=[{createTable:e=>{e.getHeaderGroups=oM(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,i,r)=>{var o,s;let l=null!=(o=null==i?void 0:i.map(e=>n.find(t=>t.id===e)).filter(Boolean))?o:[],a=null!=(s=null==r?void 0:r.map(e=>n.find(t=>t.id===e)).filter(Boolean))?s:[];return oR(t,[...l,...n.filter(e=>!(null!=i&&i.includes(e.id))&&!(null!=r&&r.includes(e.id))),...a],e)},oT(e.options,oD,"getHeaderGroups")),e.getCenterHeaderGroups=oM(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(t,n,i,r)=>oR(t,n=n.filter(e=>!(null!=i&&i.includes(e.id))&&!(null!=r&&r.includes(e.id))),e,"center"),oT(e.options,oD,"getCenterHeaderGroups")),e.getLeftHeaderGroups=oM(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left],(t,n,i)=>{var r;return oR(t,null!=(r=null==i?void 0:i.map(e=>n.find(t=>t.id===e)).filter(Boolean))?r:[],e,"left")},oT(e.options,oD,"getLeftHeaderGroups")),e.getRightHeaderGroups=oM(()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right],(t,n,i)=>{var r;return oR(t,null!=(r=null==i?void 0:i.map(e=>n.find(t=>t.id===e)).filter(Boolean))?r:[],e,"right")},oT(e.options,oD,"getRightHeaderGroups")),e.getFooterGroups=oM(()=>[e.getHeaderGroups()],e=>[...e].reverse(),oT(e.options,oD,"getFooterGroups")),e.getLeftFooterGroups=oM(()=>[e.getLeftHeaderGroups()],e=>[...e].reverse(),oT(e.options,oD,"getLeftFooterGroups")),e.getCenterFooterGroups=oM(()=>[e.getCenterHeaderGroups()],e=>[...e].reverse(),oT(e.options,oD,"getCenterFooterGroups")),e.getRightFooterGroups=oM(()=>[e.getRightHeaderGroups()],e=>[...e].reverse(),oT(e.options,oD,"getRightFooterGroups")),e.getFlatHeaders=oM(()=>[e.getHeaderGroups()],e=>e.map(e=>e.headers).flat(),oT(e.options,oD,"getFlatHeaders")),e.getLeftFlatHeaders=oM(()=>[e.getLeftHeaderGroups()],e=>e.map(e=>e.headers).flat(),oT(e.options,oD,"getLeftFlatHeaders")),e.getCenterFlatHeaders=oM(()=>[e.getCenterHeaderGroups()],e=>e.map(e=>e.headers).flat(),oT(e.options,oD,"getCenterFlatHeaders")),e.getRightFlatHeaders=oM(()=>[e.getRightHeaderGroups()],e=>e.map(e=>e.headers).flat(),oT(e.options,oD,"getRightFlatHeaders")),e.getCenterLeafHeaders=oM(()=>[e.getCenterFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),oT(e.options,oD,"getCenterLeafHeaders")),e.getLeftLeafHeaders=oM(()=>[e.getLeftFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),oT(e.options,oD,"getLeftLeafHeaders")),e.getRightLeafHeaders=oM(()=>[e.getRightFlatHeaders()],e=>e.filter(e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}),oT(e.options,oD,"getRightLeafHeaders")),e.getLeafHeaders=oM(()=>[e.getLeftHeaderGroups(),e.getCenterHeaderGroups(),e.getRightHeaderGroups()],(e,t,n)=>{var i,r,o,s,l,a;return[...null!=(i=null==(r=e[0])?void 0:r.headers)?i:[],...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()},oT(e.options,oD,"getLeafHeaders"))}},{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:oC("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,i;let r=e.columns;return null==(n=r.length?r.some(e=>e.getIsVisible()):null==(i=t.getState().columnVisibility)?void 0:i[e.id])||n},e.getCanHide=()=>{var n,i;return(null==(n=e.columnDef.enableHiding)||n)&&(null==(i=t.options.enableHiding)||i)},e.getToggleVisibilityHandler=()=>t=>{null==e.toggleVisibility||e.toggleVisibility(t.target.checked)}},createRow:(e,t)=>{e._getAllVisibleCells=oM(()=>[e.getAllCells(),t.getState().columnVisibility],e=>e.filter(e=>e.column.getIsVisible()),oT(t.options,"debugRows","_getAllVisibleCells")),e.getVisibleCells=oM(()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()],(e,t,n)=>[...e,...t,...n],oT(t.options,"debugRows","getVisibleCells"))},createTable:e=>{let t=(t,n)=>oM(()=>[n(),n().filter(e=>e.getIsVisible()).map(e=>e.id).join("_")],e=>e.filter(e=>null==e.getIsVisible?void 0:e.getIsVisible()),oT(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:oC("columnOrder",e)}),createColumn:(e,t)=>{e.getIndex=oM(e=>[oK(t,e)],t=>t.findIndex(t=>t.id===e.id),oT(t.options,"debugColumns","getIndex")),e.getIsFirstColumn=n=>{var i;return(null==(i=oK(t,n)[0])?void 0:i.id)===e.id},e.getIsLastColumn=n=>{var i;let r=oK(t,n);return(null==(i=r[r.length-1])?void 0:i.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=oM(()=>[e.getState().columnOrder,e.getState().grouping,e.options.groupedColumnMode],(e,t,n)=>i=>{let r=[];if(null!=e&&e.length){let t=[...e],n=[...i];for(;n.length&&t.length;){let e=t.shift(),i=n.findIndex(t=>t.id===e);i>-1&&r.push(n.splice(i,1)[0])}r=[...r,...n]}else r=i;var o=r;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]},oT(e.options,"debugTable","_getOrderColumnsFn"))}},{getInitialState:e=>({columnPinning:o$(),...e}),getDefaultOptions:e=>({onColumnPinningChange:oC("columnPinning",e)}),createColumn:(e,t)=>{e.pin=n=>{let i=e.getLeafColumns().map(e=>e.id).filter(Boolean);t.setColumnPinning(e=>{var t,r,o,s,l,a;return"right"===n?{left:(null!=(o=null==e?void 0:e.left)?o:[]).filter(e=>!(null!=i&&i.includes(e))),right:[...(null!=(s=null==e?void 0:e.right)?s:[]).filter(e=>!(null!=i&&i.includes(e))),...i]}:"left"===n?{left:[...(null!=(l=null==e?void 0:e.left)?l:[]).filter(e=>!(null!=i&&i.includes(e))),...i],right:(null!=(a=null==e?void 0:e.right)?a:[]).filter(e=>!(null!=i&&i.includes(e)))}:{left:(null!=(t=null==e?void 0:e.left)?t:[]).filter(e=>!(null!=i&&i.includes(e))),right:(null!=(r=null==e?void 0:e.right)?r:[]).filter(e=>!(null!=i&&i.includes(e)))}})},e.getCanPin=()=>e.getLeafColumns().some(e=>{var n,i,r;return(null==(n=e.columnDef.enablePinning)||n)&&(null==(i=null!=(r=t.options.enableColumnPinning)?r:t.options.enablePinning)||i)}),e.getIsPinned=()=>{let n=e.getLeafColumns().map(e=>e.id),{left:i,right:r}=t.getState().columnPinning,o=n.some(e=>null==i?void 0:i.includes(e)),s=n.some(e=>null==r?void 0:r.includes(e));return o?"left":!!s&&"right"},e.getPinnedIndex=()=>{var n,i;let r=e.getIsPinned();return r?null!=(n=null==(i=t.getState().columnPinning)||null==(i=i[r])?void 0:i.indexOf(e.id))?n:-1:0}},createRow:(e,t)=>{e.getCenterVisibleCells=oM(()=>[e._getAllVisibleCells(),t.getState().columnPinning.left,t.getState().columnPinning.right],(e,t,n)=>{let i=[...null!=t?t:[],...null!=n?n:[]];return e.filter(e=>!i.includes(e.column.id))},oT(t.options,"debugRows","getCenterVisibleCells")),e.getLeftVisibleCells=oM(()=>[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"})),oT(t.options,"debugRows","getLeftVisibleCells")),e.getRightVisibleCells=oM(()=>[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"})),oT(t.options,"debugRows","getRightVisibleCells"))},createTable:e=>{e.setColumnPinning=t=>null==e.options.onColumnPinningChange?void 0:e.options.onColumnPinningChange(t),e.resetColumnPinning=t=>{var n,i;return e.setColumnPinning(t?o$():null!=(n=null==(i=e.initialState)?void 0:i.columnPinning)?n:o$())},e.getIsSomeColumnsPinned=t=>{var n,i,r;let o=e.getState().columnPinning;return t?!!(null==(n=o[t])?void 0:n.length):!!((null==(i=o.left)?void 0:i.length)||(null==(r=o.right)?void 0:r.length))},e.getLeftLeafColumns=oM(()=>[e.getAllLeafColumns(),e.getState().columnPinning.left],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),oT(e.options,"debugColumns","getLeftLeafColumns")),e.getRightLeafColumns=oM(()=>[e.getAllLeafColumns(),e.getState().columnPinning.right],(e,t)=>(null!=t?t:[]).map(t=>e.find(e=>e.id===t)).filter(Boolean),oT(e.options,"debugColumns","getRightLeafColumns")),e.getCenterLeafColumns=oM(()=>[e.getAllLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right],(e,t,n)=>{let i=[...null!=t?t:[],...null!=n?n:[]];return e.filter(e=>!i.includes(e.id))},oT(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:oC("columnFilters",e),filterFromLeafRows:!1,maxLeafRowFilterDepth:100}),createColumn:(e,t)=>{e.getAutoFilterFn=()=>{let n=t.getCoreRowModel().flatRows[0],i=null==n?void 0:n.getValue(e.id);return"string"==typeof i?oN.includesString:"number"==typeof i?oN.inNumberRange:"boolean"==typeof i||null!==i&&"object"==typeof i?oN.equals:Array.isArray(i)?oN.arrIncludes:oN.weakEquals},e.getFilterFn=()=>{var n,i;return ok(e.columnDef.filterFn)?e.columnDef.filterFn:"auto"===e.columnDef.filterFn?e.getAutoFilterFn():null!=(n=null==(i=t.options.filterFns)?void 0:i[e.columnDef.filterFn])?n:oN[e.columnDef.filterFn]},e.getCanFilter=()=>{var n,i,r;return(null==(n=e.columnDef.enableColumnFilter)||n)&&(null==(i=t.options.enableColumnFilters)||i)&&(null==(r=t.options.enableFilters)||r)&&!!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,i;return null!=(n=null==(i=t.getState().columnFilters)?void 0:i.findIndex(t=>t.id===e.id))?n:-1},e.setFilterValue=n=>{t.setColumnFilters(t=>{var i,r;let o=e.getFilterFn(),s=null==t?void 0:t.find(t=>t.id===e.id),l=oS(n,s?s.value:void 0);if(oz(o,l,e))return null!=(i=null==t?void 0:t.filter(t=>t.id!==e.id))?i:[];let a={id:e.id,value:l};return s?null!=(r=null==t?void 0:t.map(t=>t.id===e.id?a:t))?r:[]: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 i;return null==(i=oS(t,e))?void 0:i.filter(e=>{let t=n.find(t=>t.id===e.id);return!(t&&oz(t.getFilterFn(),e.value,t))&&!0})})},e.resetColumnFilters=t=>{var n,i;e.setColumnFilters(t?[]:null!=(n=null==(i=e.initialState)?void 0:i.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:oC("globalFilter",e),globalFilterFn:"auto",getColumnCanGlobalFilter:t=>{var n;let i=null==(n=e.getCoreRowModel().flatRows[0])||null==(n=n._getAllCellsByColumnId()[t.id])?void 0:n.getValue();return"string"==typeof i||"number"==typeof i}}),createColumn:(e,t)=>{e.getCanGlobalFilter=()=>{var n,i,r,o;return(null==(n=e.columnDef.enableGlobalFilter)||n)&&(null==(i=t.options.enableGlobalFilter)||i)&&(null==(r=t.options.enableFilters)||r)&&(null==(o=null==t.options.getColumnCanGlobalFilter?void 0:t.options.getColumnCanGlobalFilter(e))||o)&&!!e.accessorFn}},createTable:e=>{e.getGlobalAutoFilterFn=()=>oN.includesString,e.getGlobalFilterFn=()=>{var t,n;let{globalFilterFn:i}=e.options;return ok(i)?i:"auto"===i?e.getGlobalAutoFilterFn():null!=(t=null==(n=e.options.filterFns)?void 0:n[i])?t:oN[i]},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:oC("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>{e.getAutoSortingFn=()=>{let n=t.getFilteredRowModel().flatRows.slice(10),i=!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 o8.datetime;if("string"==typeof n&&(i=!0,n.split(o2).length>1))return o8.alphanumeric}return i?o8.text:o8.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,i;if(!e)throw Error();return ok(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(n=null==(i=t.options.sortingFns)?void 0:i[e.columnDef.sortingFn])?n:o8[e.columnDef.sortingFn]},e.toggleSorting=(n,i)=>{let r=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"===r;if("toggle"!=(l=null!=s&&s.length&&e.getCanMultiSort()&&i?a?"toggle":"add":null!=s&&s.length&&c!==s.length-1?"replace":a?"toggle":"replace")||o||r||(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,i;return(null!=(n=null!=(i=e.columnDef.sortDescFirst)?i:t.options.sortDescFirst)?n:"desc"===e.getAutoSortDir())?"desc":"asc"},e.getNextSortingOrder=n=>{var i,r;let o=e.getFirstSortDir(),s=e.getIsSorted();return s?(s===o||null!=(i=t.options.enableSortingRemoval)&&!i||!!n&&null!=(r=t.options.enableMultiRemove)&&!r)&&("desc"===s?"asc":"desc"):o},e.getCanSort=()=>{var n,i;return(null==(n=e.columnDef.enableSorting)||n)&&(null==(i=t.options.enableSorting)||i)&&!!e.accessorFn},e.getCanMultiSort=()=>{var n,i;return null!=(n=null!=(i=e.columnDef.enableMultiSort)?i:t.options.enableMultiSort)?n:!!e.accessorFn},e.getIsSorted=()=>{var n;let i=null==(n=t.getState().sorting)?void 0:n.find(t=>t.id===e.id);return!!i&&(i.desc?"desc":"asc")},e.getSortIndex=()=>{var n,i;return null!=(n=null==(i=t.getState().sorting)?void 0:i.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 i=>{n&&(null==i.persist||i.persist(),null==e.toggleSorting||e.toggleSorting(void 0,!!e.getCanMultiSort()&&(null==t.options.isMultiSortEvent?void 0:t.options.isMultiSortEvent(i))))}}},createTable:e=>{e.setSorting=t=>null==e.options.onSortingChange?void 0:e.options.onSortingChange(t),e.resetSorting=t=>{var n,i;e.setSorting(t?[]:null!=(n=null==(i=e.initialState)?void 0:i.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:oC("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,i;return(null==(n=e.columnDef.enableGrouping)||n)&&(null==(i=t.options.enableGrouping)||i)&&(!!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],i=null==n?void 0:n.getValue(e.id);return"number"==typeof i?oW.sum:"[object Date]"===Object.prototype.toString.call(i)?oW.extent:void 0},e.getAggregationFn=()=>{var n,i;if(!e)throw Error();return ok(e.columnDef.aggregationFn)?e.columnDef.aggregationFn:"auto"===e.columnDef.aggregationFn?e.getAutoAggregationFn():null!=(n=null==(i=t.options.aggregationFns)?void 0:i[e.columnDef.aggregationFn])?n:oW[e.columnDef.aggregationFn]}},createTable:e=>{e.setGrouping=t=>null==e.options.onGroupingChange?void 0:e.options.onGroupingChange(t),e.resetGrouping=t=>{var n,i;e.setGrouping(t?[]:null!=(n=null==(i=e.initialState)?void 0:i.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 i=t.getColumn(n);return null!=i&&i.columnDef.getGroupingValue?(e._groupingValuesCache[n]=i.columnDef.getGroupingValue(e.original),e._groupingValuesCache[n]):e.getValue(n)},e._groupingValuesCache={}},createCell:(e,t,n,i)=>{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:oC("expanded",e),paginateExpandedRows:!0}),createTable:e=>{let t=!1,n=!1;e._autoResetExpanded=()=>{var i,r;if(!t)return void e._queue(()=>{t=!0});if(null!=(i=null!=(r=e.options.autoResetAll)?r:e.options.autoResetExpanded)?i:!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,i;e.setExpanded(t?{}:null!=(n=null==(i=e.initialState)?void 0:i.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(i=>{var r;let o=!0===i||!!(null!=i&&i[e.id]),s={};if(!0===i?Object.keys(t.getRowModel().rowsById).forEach(e=>{s[e]=!0}):s=i,n=null!=(r=n)?r:!o,!o&&n)return{...s,[e.id]:!0};if(o&&!n){let{[e.id]:t,...n}=s;return n}return i})},e.getIsExpanded=()=>{var n;let i=t.getState().expanded;return!!(null!=(n=null==t.options.getIsRowExpanded?void 0:t.options.getIsRowExpanded(e))?n:!0===i||(null==i?void 0:i[e.id]))},e.getCanExpand=()=>{var n,i,r;return null!=(n=null==t.options.getRowCanExpand?void 0:t.options.getRowCanExpand(e))?n:(null==(i=t.options.enableExpanding)||i)&&!!(null!=(r=e.subRows)&&r.length)},e.getIsAllParentsExpanded=()=>{let n=!0,i=e;for(;n&&i.parentId;)n=(i=t.getRow(i.parentId,!0)).getIsExpanded();return n},e.getToggleExpandedHandler=()=>{let t=e.getCanExpand();return()=>{t&&e.toggleExpanded()}}}},{getInitialState:e=>({...e,pagination:{...oY(),...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:oC("pagination",e)}),createTable:e=>{let t=!1,n=!1;e._autoResetPageIndex=()=>{var i,r;if(!t)return void e._queue(()=>{t=!0});if(null!=(i=null!=(r=e.options.autoResetAll)?r:e.options.autoResetPageIndex)?i:!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=>oS(t,e)),e.resetPagination=t=>{var n;e.setPagination(t?oY():null!=(n=e.initialState.pagination)?n:oY())},e.setPageIndex=t=>{e.setPagination(n=>{let i=oS(t,n.pageIndex);return i=Math.max(0,Math.min(i,void 0===e.options.pageCount||-1===e.options.pageCount?Number.MAX_SAFE_INTEGER:e.options.pageCount-1)),{...n,pageIndex:i}})},e.resetPageIndex=t=>{var n,i;e.setPageIndex(t?0:null!=(n=null==(i=e.initialState)||null==(i=i.pagination)?void 0:i.pageIndex)?n:0)},e.resetPageSize=t=>{var n,i;e.setPageSize(t?10:null!=(n=null==(i=e.initialState)||null==(i=i.pagination)?void 0:i.pageSize)?n:10)},e.setPageSize=t=>{e.setPagination(e=>{let n=Math.max(1,oS(t,e.pageSize)),i=Math.floor(e.pageSize*e.pageIndex/n);return{...e,pageIndex:i,pageSize:n}})},e.setPageCount=t=>e.setPagination(n=>{var i;let r=oS(t,null!=(i=e.options.pageCount)?i:-1);return"number"==typeof r&&(r=Math.max(-1,r)),{...n,pageCount:r}}),e.getPageOptions=oM(()=>[e.getPageCount()],e=>{let t=[];return e&&e>0&&(t=[...Array(e)].fill(null).map((e,t)=>t)),t},oT(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:oX(),...e}),getDefaultOptions:e=>({onRowPinningChange:oC("rowPinning",e)}),createRow:(e,t)=>{e.pin=(n,i,r)=>{let o=i?e.getLeafRows().map(e=>{let{id:t}=e;return t}):[],s=new Set([...r?e.getParentRows().map(e=>{let{id:t}=e;return t}):[],e.id,...o]);t.setRowPinning(e=>{var t,i,r,o,l,a;return"bottom"===n?{top:(null!=(r=null==e?void 0:e.top)?r:[]).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!=(i=null==e?void 0:e.bottom)?i:[]).filter(e=>!(null!=s&&s.has(e)))}})},e.getCanPin=()=>{var n;let{enableRowPinning:i,enablePinning:r}=t.options;return"function"==typeof i?i(e):null==(n=null!=i?i:r)||n},e.getIsPinned=()=>{let n=[e.id],{top:i,bottom:r}=t.getState().rowPinning,o=n.some(e=>null==i?void 0:i.includes(e)),s=n.some(e=>null==r?void 0:r.includes(e));return o?"top":!!s&&"bottom"},e.getPinnedIndex=()=>{var n,i;let r=e.getIsPinned();if(!r)return -1;let o=null==(n="top"===r?t.getTopRows():t.getBottomRows())?void 0:n.map(e=>{let{id:t}=e;return t});return null!=(i=null==o?void 0:o.indexOf(e.id))?i:-1}},createTable:e=>{e.setRowPinning=t=>null==e.options.onRowPinningChange?void 0:e.options.onRowPinningChange(t),e.resetRowPinning=t=>{var n,i;return e.setRowPinning(t?oX():null!=(n=null==(i=e.initialState)?void 0:i.rowPinning)?n:oX())},e.getIsSomeRowsPinned=t=>{var n,i,r;let o=e.getState().rowPinning;return t?!!(null==(n=o[t])?void 0:n.length):!!((null==(i=o.top)?void 0:i.length)||(null==(r=o.bottom)?void 0:r.length))},e._getPinnedRows=(t,n,i)=>{var r;return(null==(r=e.options.keepPinnedRows)||r?(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:i}))},e.getTopRows=oM(()=>[e.getRowModel().rows,e.getState().rowPinning.top],(t,n)=>e._getPinnedRows(t,n,"top"),oT(e.options,"debugRows","getTopRows")),e.getBottomRows=oM(()=>[e.getRowModel().rows,e.getState().rowPinning.bottom],(t,n)=>e._getPinnedRows(t,n,"bottom"),oT(e.options,"debugRows","getBottomRows")),e.getCenterRows=oM(()=>[e.getRowModel().rows,e.getState().rowPinning.top,e.getState().rowPinning.bottom],(e,t,n)=>{let i=new Set([...null!=t?t:[],...null!=n?n:[]]);return e.filter(e=>!i.has(e.id))},oT(e.options,"debugRows","getCenterRows"))}},{getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:oC("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 i={...n},r=e.getPreGroupedRowModel().flatRows;return t?r.forEach(e=>{e.getCanSelect()&&(i[e.id]=!0)}):r.forEach(e=>{delete i[e.id]}),i})},e.toggleAllPageRowsSelected=t=>e.setRowSelection(n=>{let i=void 0!==t?t:!e.getIsAllPageRowsSelected(),r={...n};return e.getRowModel().rows.forEach(t=>{oQ(r,t.id,i,!0,e)}),r}),e.getPreSelectedRowModel=()=>e.getCoreRowModel(),e.getSelectedRowModel=oM(()=>[e.getState().rowSelection,e.getCoreRowModel()],(t,n)=>Object.keys(t).length?oJ(e,n):{rows:[],flatRows:[],rowsById:{}},oT(e.options,"debugTable","getSelectedRowModel")),e.getFilteredSelectedRowModel=oM(()=>[e.getState().rowSelection,e.getFilteredRowModel()],(t,n)=>Object.keys(t).length?oJ(e,n):{rows:[],flatRows:[],rowsById:{}},oT(e.options,"debugTable","getFilteredSelectedRowModel")),e.getGroupedSelectedRowModel=oM(()=>[e.getState().rowSelection,e.getSortedRowModel()],(t,n)=>Object.keys(t).length?oJ(e,n):{rows:[],flatRows:[],rowsById:{}},oT(e.options,"debugTable","getGroupedSelectedRowModel")),e.getIsAllRowsSelected=()=>{let t=e.getFilteredRowModel().flatRows,{rowSelection:n}=e.getState(),i=!!(t.length&&Object.keys(n).length);return i&&t.some(e=>e.getCanSelect()&&!n[e.id])&&(i=!1),i},e.getIsAllPageRowsSelected=()=>{let t=e.getPaginationRowModel().flatRows.filter(e=>e.getCanSelect()),{rowSelection:n}=e.getState(),i=!!t.length;return i&&t.some(e=>!n[e.id])&&(i=!1),i},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,i)=>{let r=e.getIsSelected();t.setRowSelection(o=>{var s;if(n=void 0!==n?n:!r,e.getCanSelect()&&r===n)return o;let l={...o};return oQ(l,e.id,n,null==(s=null==i?void 0:i.selectChildren)||s,t),l})},e.getIsSelected=()=>{let{rowSelection:n}=t.getState();return o0(e,n)},e.getIsSomeSelected=()=>{let{rowSelection:n}=t.getState();return"some"===o1(e,n)},e.getIsAllSubRowsSelected=()=>{let{rowSelection:n}=t.getState();return"all"===o1(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 i;t&&e.toggleSelected(null==(i=n.target)?void 0:i.checked)}}}},{getDefaultColumnDef:()=>o_,getInitialState:e=>({columnSizing:{},columnSizingInfo:oq(),...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",columnResizeDirection:"ltr",onColumnSizingChange:oC("columnSizing",e),onColumnSizingInfoChange:oC("columnSizingInfo",e)}),createColumn:(e,t)=>{e.getSize=()=>{var n,i,r;let o=t.getState().columnSizing[e.id];return Math.min(Math.max(null!=(n=e.columnDef.minSize)?n:o_.minSize,null!=(i=null!=o?o:e.columnDef.size)?i:o_.size),null!=(r=e.columnDef.maxSize)?r:o_.maxSize)},e.getStart=oM(e=>[e,oK(t,e),t.getState().columnSizing],(t,n)=>n.slice(0,e.getIndex(t)).reduce((e,t)=>e+t.getSize(),0),oT(t.options,"debugColumns","getStart")),e.getAfter=oM(e=>[e,oK(t,e),t.getState().columnSizing],(t,n)=>n.slice(e.getIndex(t)+1).reduce((e,t)=>e+t.getSize(),0),oT(t.options,"debugColumns","getAfter")),e.resetSize=()=>{t.setColumnSizing(t=>{let{[e.id]:n,...i}=t;return i})},e.getCanResize=()=>{var n,i;return(null==(n=e.columnDef.enableResizing)||n)&&(null==(i=t.options.enableColumnResizing)||i)},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 i;t+=null!=(i=e.column.getSize())?i: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 i=t.getColumn(e.column.id),r=null==i?void 0:i.getCanResize();return o=>{if(!i||!r||(null==o.persist||o.persist(),oU(o)&&o.touches&&o.touches.length>1))return;let s=e.getSize(),l=e?e.getLeafHeaders().map(e=>[e.column.id,e.column.getSize()]):[[i.id,i.getSize()]],a=oU(o)?Math.round(o.touches[0].clientX):o.clientX,c={},u=(e,n)=>{"number"==typeof n&&(t.setColumnSizingInfo(e=>{var i,r;let o="rtl"===t.options.columnResizeDirection?-1:1,s=(n-(null!=(i=null==e?void 0:e.startOffset)?i:0))*o,l=Math.max(s/(null!=(r=null==e?void 0:e.startSize)?r: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("move",e),d=e=>{u("end",e),t.setColumnSizingInfo(e=>({...e,isResizingColumn:!1,startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,columnSizingStart:[]}))},f=n||"undefined"!=typeof document?document:null,p={moveHandler:e=>h(e.clientX),upHandler:e=>{null==f||f.removeEventListener("mousemove",p.moveHandler),null==f||f.removeEventListener("mouseup",p.upHandler),d(e.clientX)}},m={moveHandler:e=>(e.cancelable&&(e.preventDefault(),e.stopPropagation()),h(e.touches[0].clientX),!1),upHandler:e=>{var t;null==f||f.removeEventListener("touchmove",m.moveHandler),null==f||f.removeEventListener("touchend",m.upHandler),e.cancelable&&(e.preventDefault(),e.stopPropagation()),d(null==(t=e.touches[0])?void 0:t.clientX)}},g=!!function(){if("boolean"==typeof oG)return oG;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 oG=e}()&&{passive:!1};oU(o)?(null==f||f.addEventListener("touchmove",m.moveHandler,g),null==f||f.addEventListener("touchend",m.upHandler,g)):(null==f||f.addEventListener("mousemove",p.moveHandler,g),null==f||f.addEventListener("mouseup",p.upHandler,g)),t.setColumnSizingInfo(e=>({...e,startOffset:a,startSize:s,deltaOffset:0,deltaPercentage:0,columnSizingStart:l,isResizingColumn:i.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?oq():null!=(n=e.initialState.columnSizingInfo)?n:oq())},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 o9=n(14968),o7=n(55879),se=n(10517),st=n(63767),sn=n(96205);function si(e){return(0,ou.ZP)("MuiToolbar",e)}(0,oc.Z)("MuiToolbar",["root","gutters","regular","dense"]);let sr=(0,ev.ZP)("div",{name:"MuiToolbar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,!n.disableGutters&&t.gutters,t[n.variant]]}})((0,on.Z)(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}},{props:{variant:"dense"},style:{minHeight:48}},{props:{variant:"regular"},style:e.mixins.toolbar}]}))),so=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiToolbar"}),{className:i,component:r="div",disableGutters:o=!1,variant:s="regular",...l}=n,a={...n,component:r,disableGutters:o,variant:s},c=(e=>{let{classes:t,disableGutters:n,variant:i}=e;return(0,oe.Z)({root:["root",!n&&"gutters",i]},si,t)})(a);return(0,A.jsx)(sr,{as:r,className:(0,r7.Z)(c.root,i),ref:t,ownerState:a,...l})});var ss=n(6595),sl=n(67665),sa=n(63633),sc=n(90247);let su=(0,sc.Z)((0,A.jsx)("path",{d:"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage"),sh=(0,sc.Z)((0,A.jsx)("path",{d:"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),sd=L.forwardRef(function(e,t){let{backIconButtonProps:n,count:i,disabled:r=!1,getItemAriaLabel:o,nextIconButtonProps:s,onPageChange:l,page:a,rowsPerPage:c,showFirstButton:u,showLastButton:h,slots:d={},slotProps:f={},...p}=e,m=(0,ss.V)(),g=d.firstButton??E.Z,v=d.lastButton??E.Z,b=d.nextButton??E.Z,x=d.previousButton??E.Z,y=d.firstButtonIcon??sh,w=d.lastButtonIcon??su,S=d.nextButtonIcon??sa.Z,C=d.previousButtonIcon??sl.Z,k=m?v:g,M=m?b:x,T=m?x:b,D=m?g:v,R=m?f.lastButton:f.firstButton,P=m?f.nextButton:f.previousButton,I=m?f.previousButton:f.nextButton,O=m?f.firstButton:f.lastButton;return(0,A.jsxs)("div",{ref:t,...p,children:[u&&(0,A.jsx)(k,{onClick:e=>{l(e,0)},disabled:r||0===a,"aria-label":o("first",a),title:o("first",a),...R,children:m?(0,A.jsx)(w,{...f.lastButtonIcon}):(0,A.jsx)(y,{...f.firstButtonIcon})}),(0,A.jsx)(M,{onClick:e=>{l(e,a-1)},disabled:r||0===a,color:"inherit","aria-label":o("previous",a),title:o("previous",a),...P??n,children:m?(0,A.jsx)(S,{...f.nextButtonIcon}):(0,A.jsx)(C,{...f.previousButtonIcon})}),(0,A.jsx)(T,{onClick:e=>{l(e,a+1)},disabled:r||-1!==i&&a>=Math.ceil(i/c)-1,color:"inherit","aria-label":o("next",a),title:o("next",a),...I??s,children:m?(0,A.jsx)(C,{...f.previousButtonIcon}):(0,A.jsx)(S,{...f.nextButtonIcon})}),h&&(0,A.jsx)(D,{onClick:e=>{l(e,Math.max(0,Math.ceil(i/c)-1))},disabled:r||a>=Math.ceil(i/c)-1,"aria-label":o("last",a),title:o("last",a),...O,children:m?(0,A.jsx)(y,{...f.firstButtonIcon}):(0,A.jsx)(w,{...f.lastButtonIcon})})]})});var sf=n(56839);function sp(e){return(0,ou.ZP)("MuiTablePagination",e)}let sm=(0,oc.Z)("MuiTablePagination",["root","toolbar","spacer","selectLabel","selectRoot","select","selectIcon","input","menuItem","displayedRows","actions"]);var sg=n(16351);let sv=(0,ev.ZP)(sn.Z,{name:"MuiTablePagination",slot:"Root",overridesResolver:(e,t)=>t.root})((0,on.Z)(({theme:e})=>({overflow:"auto",color:(e.vars||e).palette.text.primary,fontSize:e.typography.pxToRem(14),"&:last-child":{padding:0}}))),sb=(0,ev.ZP)(so,{name:"MuiTablePagination",slot:"Toolbar",overridesResolver:(e,t)=>({[`& .${sm.actions}`]:t.actions,...t.toolbar})})((0,on.Z)(({theme:e})=>({minHeight:52,paddingRight:2,[`${e.breakpoints.up("xs")} and (orientation: landscape)`]:{minHeight:52},[e.breakpoints.up("sm")]:{minHeight:52,paddingRight:2},[`& .${sm.actions}`]:{flexShrink:0,marginLeft:20}}))),sx=(0,ev.ZP)("div",{name:"MuiTablePagination",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})({flex:"1 1 100%"}),sy=(0,ev.ZP)("p",{name:"MuiTablePagination",slot:"SelectLabel",overridesResolver:(e,t)=>t.selectLabel})((0,on.Z)(({theme:e})=>({...e.typography.body2,flexShrink:0}))),sw=(0,ev.ZP)(st.Z,{name:"MuiTablePagination",slot:"Select",overridesResolver:(e,t)=>({[`& .${sm.selectIcon}`]:t.selectIcon,[`& .${sm.select}`]:t.select,...t.input,...t.selectRoot})})({color:"inherit",fontSize:"inherit",flexShrink:0,marginRight:32,marginLeft:8,[`& .${sm.select}`]:{paddingLeft:8,paddingRight:24,textAlign:"right",textAlignLast:"right"}}),sS=(0,ev.ZP)(se.Z,{name:"MuiTablePagination",slot:"MenuItem",overridesResolver:(e,t)=>t.menuItem})({}),sC=(0,ev.ZP)("p",{name:"MuiTablePagination",slot:"DisplayedRows",overridesResolver:(e,t)=>t.displayedRows})((0,on.Z)(({theme:e})=>({...e.typography.body2,flexShrink:0})));function sk({from:e,to:t,count:n}){return`${e}–${t} of ${-1!==n?n:`more than ${t}`}`}function sM(e){return`Go to ${e} page`}let sT=L.forwardRef(function(e,t){let n,i=(0,oi.i)({props:e,name:"MuiTablePagination"}),{ActionsComponent:r=sd,backIconButtonProps:o,colSpan:s,component:l=sn.Z,count:a,disabled:c=!1,getItemAriaLabel:u=sM,labelDisplayedRows:h=sk,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={},...M}=i,T=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],toolbar:["toolbar"],spacer:["spacer"],selectLabel:["selectLabel"],select:["select"],input:["input"],selectIcon:["selectIcon"],menuItem:["menuItem"],displayedRows:["displayedRows"],actions:["actions"]},sp,t)})(i),D=S?.select??x,R=D.native?"option":sS;(l===sn.Z||"td"===l)&&(n=s||1e3);let P=(0,sf.Z)(D.id),I=(0,sf.Z)(D.labelId),O={slots:C,slotProps:S},[E,Z]=(0,sg.Z)("root",{ref:t,className:T.root,elementType:sv,externalForwardedProps:{...O,component:l,...M},ownerState:i,additionalProps:{colSpan:n}}),[j,F]=(0,sg.Z)("toolbar",{className:T.toolbar,elementType:sb,externalForwardedProps:O,ownerState:i}),[B,V]=(0,sg.Z)("spacer",{className:T.spacer,elementType:sx,externalForwardedProps:O,ownerState:i}),[N,H]=(0,sg.Z)("selectLabel",{className:T.selectLabel,elementType:sy,externalForwardedProps:O,ownerState:i,additionalProps:{id:I}}),[z,W]=(0,sg.Z)("select",{className:T.select,elementType:sw,externalForwardedProps:O,ownerState:i}),[$,_]=(0,sg.Z)("menuItem",{className:T.menuItem,elementType:R,externalForwardedProps:O,ownerState:i}),[q,G]=(0,sg.Z)("displayedRows",{className:T.displayedRows,elementType:sC,externalForwardedProps:O,ownerState:i});return(0,A.jsx)(E,{...Z,children:(0,A.jsxs)(j,{...F,children:[(0,A.jsx)(B,{...V}),b.length>1&&(0,A.jsx)(N,{...H,children:d}),b.length>1&&(0,A.jsx)(z,{variant:"standard",...!D.variant&&{input:k||(k=(0,A.jsx)(o7.ZP,{}))},value:v,onChange:m,id:P,labelId:I,...D,classes:{...D.classes,root:(0,r7.Z)(T.input,T.selectRoot,(D.classes||{}).root),select:(0,r7.Z)(T.select,(D.classes||{}).select),icon:(0,r7.Z)(T.selectIcon,(D.classes||{}).icon)},disabled:c,...W,children:b.map(e=>(0,L.createElement)($,{..._,key:e.label?e.label:e,value:e.value?e.value:e},e.label?e.label:e))}),(0,A.jsx)(q,{...G,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,A.jsx)(r,{className:T.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})]})})}),sD=(0,L.forwardRef)(function(e,t){return(0,A.jsx)(o9.Z,{...e,ref:t,sx:{backgroundColor:e=>e.palette.background.default,"&:hover":{backgroundColor:e=>(0,ot.Fq)(e.palette.primary.main,e.palette.action.hoverOpacity)}}})});var sA=n(56174);let sR=(0,L.forwardRef)(function(e,t){return(0,A.jsx)(sA.Z,{...e,ref:t})});var sP=n(90190);let sI=(0,ev.ZP)(sP.Z)(({theme:e})=>({tableLayout:"fixed",borderCollapse:"separate",backgroundColor:e.palette.background.default})),sO={compact:"small",standard:"medium",comfortable:"medium"},sE=(0,L.forwardRef)(function({density:e,...t},n){return(0,A.jsx)(sI,{...t,tabIndex:-1,size:sO[e],ref:n,sx:{width:"100%"}})});var sZ=n(31889);let sL=(0,L.forwardRef)(function(e,t){return(0,A.jsx)(sZ.Z,{...e,ref:t})});var sj=n(52054);let sF=(0,sc.Z)((0,A.jsx)("path",{d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"}),"ArrowDownward");var sB=n(51640);function sV(e){return(0,ou.ZP)("MuiTableSortLabel",e)}let sN=(0,oc.Z)("MuiTableSortLabel",["root","active","icon","iconDirectionDesc","iconDirectionAsc","directionDesc","directionAsc"]),sH=(0,ev.ZP)(oo.Z,{name:"MuiTableSortLabel",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.active&&t.active]}})((0,on.Z)(({theme:e})=>({cursor:"pointer",display:"inline-flex",justifyContent:"flex-start",flexDirection:"inherit",alignItems:"center","&:focus":{color:(e.vars||e).palette.text.secondary},"&:hover":{color:(e.vars||e).palette.text.secondary,[`& .${sN.icon}`]:{opacity:.5}},[`&.${sN.active}`]:{color:(e.vars||e).palette.text.primary,[`& .${sN.icon}`]:{opacity:1,color:(e.vars||e).palette.text.secondary}}}))),sz=(0,ev.ZP)("span",{name:"MuiTableSortLabel",slot:"Icon",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.icon,t[`iconDirection${(0,sB.Z)(n.direction)}`]]}})((0,on.Z)(({theme:e})=>({fontSize:18,marginRight:4,marginLeft:4,opacity:0,transition:e.transitions.create(["opacity","transform"],{duration:e.transitions.duration.shorter}),userSelect:"none",variants:[{props:{direction:"desc"},style:{transform:"rotate(0deg)"}},{props:{direction:"asc"},style:{transform:"rotate(180deg)"}}]}))),sW=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiTableSortLabel"}),{active:i=!1,children:r,className:o,direction:s="asc",hideSortIcon:l=!1,IconComponent:a=sF,slots:c={},slotProps:u={},...h}=n,d={...n,active:i,direction:s,hideSortIcon:l,IconComponent:a},f=(e=>{let{classes:t,direction:n,active:i}=e,r={root:["root",i&&"active",`direction${(0,sB.Z)(n)}`],icon:["icon",`iconDirection${(0,sB.Z)(n)}`]};return(0,oe.Z)(r,sV,t)})(d),p={slots:c,slotProps:u},[m,g]=(0,sg.Z)("root",{elementType:sH,externalForwardedProps:p,ownerState:d,className:(0,r7.Z)(f.root,o),ref:t}),[v,b]=(0,sg.Z)("icon",{elementType:sz,externalForwardedProps:p,ownerState:d,className:f.icon});return(0,A.jsxs)(m,{disableRipple:!0,component:"span",...g,...h,children:[r,l&&!i?null:(0,A.jsx)(v,{as:a,...b})]})}),s$=150,s_=40;function sq(e,t,{isHeader:n,isLastColumn:i,isFirstColumn:r,defaultColumnHeight:o}={}){var s,l;let a=e.spacing(1),c=e.spacing(1.25),u=e.spacing(2),h=r?u:c,d=i?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=r?u:c,d=i?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=r?u:c,d=i?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 sG(e){return e.map(({width:e,align:t,headerDescription:n,cellDescription:i,enableSorting:r,...o})=>({...o,..."auto"===e||void 0===e?{size:0,minSize:0,maxSize:0}:{size:e},enableSorting:!!r,meta:{align:t,headerDescription:n,cellDescription:i}}))}let sU=(0,ev.ZP)(sn.Z)(({theme:e})=>({padding:0,backgroundColor:"inherit","&.MuiTableCell-head":{backgroundColor:e.palette.background.default},"&:focus-visible":{outline:`solid 1px ${e.palette.primary.main}`,outlineOffset:"-1px",borderRadius:0}}));function sK({children:e,density:t,variant:n,width:i,defaultColumnHeight:r,focusState:o="none",onFocusTrigger:s,isFirstColumn:l,isLastColumn:a,description:c,align:u,color:h,backgroundColor:d,...f}){let p=(0,t8.Z)(),m=(0,L.useRef)(),g="head"===n;(0,L.useEffect)(()=>{"trigger-focus"===o&&m.current&&m.current.focus()},[o]);let v=e=>{s?.(e)};return(0,A.jsx)(sU,{...f,tabIndex:"none"!==o?0:-1,onFocus:e=>{let t=e.currentTarget?.querySelector('a[href], button, input, textarea, select, details,[role="button"]');t&&t.focus()},onClick:v,onKeyUp:v,style:{width:i},sx:{position:"relative",borderBottom:g?`solid 1px ${p.palette.grey[100]}`:`solid 1px ${p.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??p.palette.background.default} !important`,outline:`solid 1px ${p.palette.info.main}`,outlineOffset:"-1px"}},ref:m,children:(0,A.jsx)(t6.Z,{id:"original-cell",sx:{...sq(p,t,{isHeader:g,isLastColumn:a,isFirstColumn:l,defaultColumnHeight:r}),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:e})})}function sY({onSort:e,sortDirection:t,nextSortDirection:n,children:i,...r}){let o=!!e,s=(0,A.jsx)(sj.Z,{noWrap:!0,variant:"inherit",component:"div",color:"inherit",children:i}),l=!!t;return(0,A.jsx)(sK,{...r,children:o?(0,A.jsx)(sW,{onClick:e,direction:l?t:n,active:l,sx:{verticalAlign:"unset",maxWidth:"100%","&:focus-visible":{[`& .${sN.icon}`]:{opacity:l?1:.5}}},children:s}):s})}var sX=n(59019);let sQ=(0,L.forwardRef)(function(e,t){return(0,A.jsx)(sX.Z,{...e,tabIndex:-1,ref:t})}),sJ={row:0,column:0},s0=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"];var s1=n(32641);function s2(e){return(0,ou.ZP)("MuiTableFooter",e)}(0,oc.Z)("MuiTableFooter",["root"]);let s5=(0,ev.ZP)("tfoot",{name:"MuiTableFooter",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-footer-group"}),s3={variant:"footer"},s4="tfoot",s8=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiTableFooter"}),{className:i,component:r=s4,...o}=n,s={...n,component:r},l=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"]},s2,t)})(s);return(0,A.jsx)(s1.Z.Provider,{value:s3,children:(0,A.jsx)(s5,{as:r,className:(0,r7.Z)(l.root,i),ref:t,role:r===s4?null:"rowgroup",ownerState:s,...o})})}),s6=(0,L.forwardRef)(function(e,t){return(0,A.jsx)(s8,{...e,ref:t})});function s9({width:e,height:t,density:n,defaultColumnWidth:i,defaultColumnHeight:r,onRowClick:o,onRowMouseOver:s,onRowMouseOut:l,rows:a,columns:c,headers:u,cellConfigs:h,pagination:d,onPaginationChange:f,rowCount:p}){let m=(0,L.useRef)(null),g=(0,L.useRef)({startIndex:0,endIndex:0}),v=function({visibleRange:e,virtualTable:t,maxRows:n,maxColumns:i}){return function({maxRows:e,maxColumns:t,onActiveCellChange:n}){let[i,r]=(0,L.useState)(sJ),[o,s]=(0,L.useState)(!1);return{activeCell:i,isActive:o,onTableKeyDown:(0,L.useCallback)(i=>{let o=i.key;(s0.includes(o)||"Home"===o||"End"===o||"PageDown"===o||"PageUp"===o)&&r(r=>{let s=r.row,l=r.column;"ArrowRight"===o&&l<t-1?(i.preventDefault(),l+=1):"ArrowLeft"===o&&l>0?(i.preventDefault(),l-=1):"ArrowDown"===o&&s<e-1?(i.preventDefault(),s+=1):"ArrowUp"===o&&s>0?(i.preventDefault(),s-=1):"Home"===o?(i.preventDefault(),s=0,l=0):"End"===o&&(i.preventDefault(),s=e-1,l=t-1);let a={column:l,row:s},c=n?.(i,r,a)||a;return c.row===r.row&&c.column===r.column?r:c})},[t,e,n]),onCellFocus:e=>{e.column===i.column&&e.row===i.row&&o||(s(!0),r(e))}}}({maxRows:n,maxColumns:i,onActiveCellChange:(i,r,o)=>{let s=i.key,l=o&&(r.column!==o.column||r.row!==o.row),a=o?.row??r.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){i.preventDefault();let o=r.row;return o=Math.min(n-1,e.current.endIndex+1),t.current?.scrollToIndex({index:o-1,align:"start"}),{row:o,column:r.column}}else if("PageUp"===s){let n=r.row;return n=Math.max(0,e.current.startIndex-1),t.current?.scrollToIndex({index:n-1,align:"end"}),{row:n,column:r.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,L.useMemo)(()=>({Scroller:sQ,Table:t=>(0,A.jsx)(sE,{...t,width:e,density:n,onKeyDown:v.onTableKeyDown}),TableHead:sL,TableFoot:s6,TableRow:({item:e,...t})=>{let i=a[t["data-index"]];if(!i)return null;let r={id:i.id,index:i.index};return(0,A.jsx)(sD,{...t,onClick:e=>o(e,i.id),density:n,onMouseOver:e=>{s?.(e,r)},onMouseOut:e=>{l?.(e,r)}})},TableBody:sR}),[n,v.onTableKeyDown,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,A.jsx)(t6.Z,{style:{width:e,height:t},children:(0,A.jsx)(rP,{ref:m,totalCount:a.length,components:x,rangeChanged:e=>{g.current=e},fixedHeaderContent:()=>(0,A.jsx)(A.Fragment,{children:u.map(e=>(0,A.jsx)(sD,{density:n,children:e.headers.map((e,t,o)=>{var s,l,a,c,u;let h=e.column,d={row:0,column:t},f=h.getIsSorted(),p=h.getNextSortingOrder();return(0,A.jsx)(sY,{onSort:h.getCanSort()?h.getToggleSortingHandler():void 0,sortDirection:"string"==typeof f?f:void 0,nextSortDirection:"string"==typeof p?p:void 0,width:h.getSize()||i,defaultColumnHeight:r,align:h.columnDef.meta?.align,variant:"head",density:n,description:h.columnDef.meta?.headerDescription,focusState:b(d),onFocusTrigger:()=>v.onCellFocus(d),isFirstColumn:0===t,isLastColumn:t===o.length-1,children:(s=h.columnDef.header,l=e.getContext(),s?"function"==typeof(c=a=s)&&(()=>{let e=Object.getPrototypeOf(c);return e.prototype&&e.prototype.isReactComponent})()||"function"==typeof a||"object"==typeof(u=a)&&"symbol"==typeof u.$$typeof&&["react.memo","react.forward_ref"].includes(u.$$typeof.description)?L.createElement(s,l):s:null)},e.id)})},e.id))}),fixedFooterContent:d?()=>(0,A.jsx)(o9.Z,{sx:{backgroundColor:e=>e.palette.background.default},children:(0,A.jsx)(sT,{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,A.jsx)(A.Fragment,{children:t.getVisibleCells().map((t,o,s)=>{let l,a={row:e+1,column:o},c=t.getContext(),u=h?.[c.cell.id],d=t.column.columnDef.cell,f="function"==typeof d?d(c):null,p=t.column.columnDef.meta?.cellDescription;return"function"==typeof p?l=p(c):p&&"string"==typeof f&&(l=f),(0,A.jsx)(sK,{"data-testid":t.id,title:l||u?.text||f,width:t.column.getSize()||i,defaultColumnHeight:r,align:t.column.columnDef.meta?.align,density:n,focusState:b(a),onFocusTrigger:()=>v.onCellFocus(a),isFirstColumn:0===o,isLastColumn:o===s.length-1,description:l,color:u?.textColor??void 0,backgroundColor:u?.backgroundColor??void 0,children:u?.text||f},t.id)})}):null}})})}var s7=n(82707);function le({color:e,density:t,...n}){let i="compact"===t;return(0,A.jsx)(s7.Z,{size:i?"small":"medium",...n,focusRipple:!1,tabIndex:-1,sx:{color:e,padding:e=>e.spacing(i?.25:.5),position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)","&.Mui-checked":{color:e},"&.Mui-focusVisible":{background:e?(0,ot.Fq)(e,.5):void 0},"& .MuiSvgIcon-root":{fontSize:i?16:18}}})}let lt=(e,t)=>`${t}`,ln={},li=[];function lr({data:e,columns:t,cellConfigs:n,density:i="standard",defaultColumnWidth:r=s$,defaultColumnHeight:o="auto",checkboxSelection:s,onRowSelectionChange:l,onSortingChange:a,getCheckboxColor:c,getRowId:u=lt,rowSelection:h=ln,sorting:d=li,pagination:f,onPaginationChange:p,rowSelectionVariant:m="standard",...g}){let v=(0,t8.Z)(),b=(0,L.useCallback)((e,t,n)=>{"standard"===m||n?t.toggleSelected():t.getIsSelected()&&!e.getIsAllRowsSelected()?e.toggleAllRowsSelected():l?.({[t.id]:!0})},[l,m]),x=(0,L.useCallback)((e,t,n)=>{let i=e.nativeEvent&&(e.nativeEvent instanceof MouseEvent||e.nativeEvent instanceof KeyboardEvent)?e.nativeEvent:void 0;b(t,n,!!i?.metaKey||!!i?.shiftKey)},[b]),y=(0,L.useMemo)(()=>({id:"checkboxRowSelect",size:28,header:({table:e})=>(0,A.jsx)(le,{checked:e.getIsAllRowsSelected(),indeterminate:e.getIsSomeRowsSelected(),onChange:e.getToggleAllRowsSelectedHandler(),color:v.palette.text.primary,density:i}),cell:({row:e,table:t})=>(0,A.jsx)(le,{checked:e.getIsSelected(),indeterminate:e.getIsSomeSelected(),onChange:n=>{x(n,t,e)},color:c?.(e.original),density:i}),enableSorting:!1}),[v.palette.text.primary,i,c,x]),w=function(e){let t={state:{},onStateChange:()=>{},renderFallbackValue:null,...e},[n]=L.useState(()=>({current:function(e){var t,n;let i=[...o6,...null!=(t=e._features)?t:[]],r={_features:i},o=r._features.reduce((e,t)=>Object.assign(e,null==t.getDefaultOptions?void 0:t.getDefaultOptions(r)),{}),s={...null!=(n=e.initialState)?n:{}};r._features.forEach(e=>{var t;s=null!=(t=null==e.getInitialState?void 0:e.getInitialState(s))?t:s});let l=[],a=!1,c={_features:i,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:()=>{r.setState(r.initialState)},setOptions:e=>{var t;t=oS(e,r.options),r.options=r.options.mergeOptions?r.options.mergeOptions(o,t):{...o,...t}},getState:()=>r.options.state,setState:e=>{null==r.options.onStateChange||r.options.onStateChange(e)},_getRowId:(e,t,n)=>{var i;return null!=(i=null==r.options.getRowId?void 0:r.options.getRowId(e,t,n))?i:`${n?[n.id,t].join("."):t}`},getCoreRowModel:()=>(r._getCoreRowModel||(r._getCoreRowModel=r.options.getCoreRowModel(r)),r._getCoreRowModel()),getRowModel:()=>r.getPaginationRowModel(),getRow:(e,t)=>{let n=(t?r.getPrePaginationRowModel():r.getRowModel()).rowsById[e];if(!n&&!(n=r.getCoreRowModel().rowsById[e]))throw Error();return n},_getDefaultColumnDef:oM(()=>[r.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},...r._features.reduce((e,t)=>Object.assign(e,null==t.getDefaultColumnDef?void 0:t.getDefaultColumnDef()),{}),...e}},oT(e,"debugColumns","_getDefaultColumnDef")),_getColumnDefs:()=>r.options.columns,getAllColumns:oM(()=>[r._getColumnDefs()],e=>{let t=function(e,n,i){return void 0===i&&(i=0),e.map(e=>{let o=function(e,t,n,i){var r,o;let s,l={...e._getDefaultColumnDef(),...t},a=l.accessorKey,c=null!=(r=null!=(o=l.id)?o:a?"function"==typeof String.prototype.replaceAll?a.replaceAll(".","_"):a.replace(/\./g,"_"):void 0)?r:"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:i,depth:n,columnDef:l,columns:[],getFlatColumns:oM(()=>[!0],()=>{var e;return[u,...null==(e=u.columns)?void 0:e.flatMap(e=>e.getFlatColumns())]},oT(e.options,"debugColumns","column.getFlatColumns")),getLeafColumns:oM(()=>[e._getOrderColumnsFn()],e=>{var t;return null!=(t=u.columns)&&t.length?e(u.columns.flatMap(e=>e.getLeafColumns())):[u]},oT(e.options,"debugColumns","column.getLeafColumns"))};for(let t of e._features)null==t.createColumn||t.createColumn(u,e);return u}(r,e,i,n);return o.columns=e.columns?t(e.columns,o,i+1):[],o})};return t(e)},oT(e,"debugColumns","getAllColumns")),getAllFlatColumns:oM(()=>[r.getAllColumns()],e=>e.flatMap(e=>e.getFlatColumns()),oT(e,"debugColumns","getAllFlatColumns")),_getAllFlatColumnsById:oM(()=>[r.getAllFlatColumns()],e=>e.reduce((e,t)=>(e[t.id]=t,e),{}),oT(e,"debugColumns","getAllFlatColumnsById")),getAllLeafColumns:oM(()=>[r.getAllColumns(),r._getOrderColumnsFn()],(e,t)=>t(e.flatMap(e=>e.getLeafColumns())),oT(e,"debugColumns","getAllLeafColumns")),getColumn:e=>r._getAllFlatColumnsById()[e]};Object.assign(r,c);for(let e=0;e<r._features.length;e++){let t=r._features[e];null==t||null==t.createTable||t.createTable(r)}return r}(t)})),[i,r]=L.useState(()=>n.current.initialState);return n.current.setOptions(t=>({...t,...e,state:{...i,...e.state},onStateChange:t=>{r(t),null==e.onStateChange||e.onStateChange(t)}})),n.current}({data:e,columns:(0,L.useMemo)(()=>{let e=sG(t);return s&&e.unshift(y),e},[y,s,t]),getRowId:u,getCoreRowModel:e=>oM(()=>[e.options.data],t=>{let n={rows:[],flatRows:[],rowsById:{}},i=function(t,r,o){void 0===r&&(r=0);let s=[];for(let a=0;a<t.length;a++){let c=oP(e,e._getRowId(t[a],a,o),t[a],a,r,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=i(c.originalSubRows,r+1,c))}}return s};return n.rows=i(t),n},oT(e.options,"debugTable","getRowModel",()=>e._autoResetPageIndex())),getSortedRowModel:e=>oM(()=>[e.getState().sorting,e.getPreSortedRowModel()],(t,n)=>{if(!n.rows.length||!(null!=t&&t.length))return n;let i=e.getState().sorting,r=[],o=i.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 i=0;i<o.length;i+=1){var n;let r=o[i],l=s[r.id],a=l.sortUndefined,c=null!=(n=null==r?void 0:r.desc)&&n,u=0;if(a){let n=e.getValue(r.id),i=t.getValue(r.id),o=void 0===n,s=void 0===i;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,r.id)),0!==u)return c&&(u*=-1),l.invertSorting&&(u*=-1),u}return e.index-t.index}),t.forEach(e=>{var t;r.push(e),null!=(t=e.subRows)&&t.length&&(e.subRows=l(e.subRows))}),t};return{rows:l(n.rows),flatRows:r,rowsById:n.rowsById}},oT(e.options,"debugTable","getSortedRowModel",()=>e._autoResetPageIndex())),getPaginationRowModel:f?e=>oM(()=>[e.getState().pagination,e.getPrePaginationRowModel(),e.options.paginateExpandedRows?void 0:e.getState().expanded],(t,n)=>{let i;if(!n.rows.length)return n;let{pageSize:r,pageIndex:o}=t,{rows:s,flatRows:l,rowsById:a}=n,c=r*o;s=s.slice(c,c+r),(i=e.options.paginateExpandedRows?{rows:s,flatRows:l,rowsById:a}:function(e){let t=[],n=e=>{var i;t.push(e),null!=(i=e.subRows)&&i.length&&e.getIsExpanded()&&e.subRows.forEach(n)};return e.rows.forEach(n),{rows:t,flatRows:e.flatRows,rowsById:e.rowsById}}({rows:s,flatRows:l,rowsById:a})).flatRows=[];let u=e=>{i.flatRows.push(e),e.subRows.length&&e.subRows.forEach(u)};return i.rows.forEach(u),i},oT(e.options,"debugTable","getPaginationRowModel")):void 0,manualPagination:!f,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,...f?{pagination:f}:{}}}),S=(0,L.useCallback)((e,t)=>{let n=w.getRow(t);b(w,n,e.metaKey||e.shiftKey)},[b,w]);return(0,A.jsx)(s9,{...g,density:i,defaultColumnWidth:r,defaultColumnHeight:o,onRowClick:S,rows:w.getRowModel().rows,columns:w.getAllFlatColumns(),headers:w.getHeaderGroups(),cellConfigs:n,pagination:f,onPaginationChange:p,rowCount:w.getRowCount()})}let lo=[{accessorKey:"label",header:"Name",enableSorting:!0,cell:({getValue:e})=>(0,A.jsx)("span",{title:e(),children:e()})}],ls=e=>e.id,ll=e=>e.color;function la({items:e,selectedItems:t,onSelectedItemsChange:n,onItemMouseOver:i,onItemMouseOut:r,height:o,width:s,columns:l=[],sorting:a,onSortingChange:c}){let u=(0,L.useMemo)(()=>"string"!=typeof t?t:e.reduce((e,t,n)=>(e[ls(t,n)]=!0,e),{}),[t,e]),h=(0,L.useMemo)(()=>[...lo,...l],[l]);return(0,A.jsx)(lr,{height:o,width:s,rowSelection:u,onRowSelectionChange:n,onRowMouseOver:i,onRowMouseOut:r,sorting:a,onSortingChange:c,data:e,columns:h,density:"compact",defaultColumnWidth:"auto",getRowId:ls,getCheckboxColor:ll,checkboxSelection:!0,rowSelectionVariant:"legend"})}function lc({width:e,height:t,options:n,data:i,selectedItems:r,onSelectedItemsChange:o,onItemMouseOver:s,onItemMouseOut:l,tableProps:a}){let c,u=(e,t)=>{let n=e.metaKey||e.shiftKey;o((0,t9.Uy)(r,e=>{if("ALL"===e)return{[t]:!0};let i=!!e[t];return n?(i?delete e[t]:e[t]=!0,e):i?"ALL":{[t]:!0}}))},h=(0,tO.getLegendMode)(n.mode),d=i.length>=500,f={height:t,items:i,selectedItems:r,onLegendItemClick:u,onItemMouseOver:s,onItemMouseOut:l};return(c="table"===h?(0,A.jsx)(la,{...f,onSelectedItemsChange:o,width:e,...a}):"right"===n.position||d?(0,A.jsx)(oy,{...f,width:e,onLegendItemClick:u}):(0,A.jsx)(ow,{...f,onLegendItemClick:u}),"right"===n.position)?(0,A.jsx)(t6.Z,{style:{width:e,height:t},sx:{position:"absolute",top:0,right:0,backgroundColor:e=>`${e.palette.background.default}`},children:c}):(0,A.jsx)(t6.Z,{style:{width:e,height:t},sx:{position:"absolute",bottom:0,backgroundColor:e=>`${e.palette.background.default}`},children:c})}let lu={medium:{bottom:6,right:250},small:{bottom:4,right:150}};function lh({children:e,legendProps:t,width:n,height:i,spacing:r=0,legendSize:o,minChildrenWidth:s=100,minChildrenHeight:l=100}){let{content:a,legend:c,margin:u}=function({width:e,height:t,legendProps:n,legendSize:i,minChildrenHeight:r,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,tO.getLegendMode)(u.mode))a="right"===d?200:e,c=40,"right"===d?c=t:t>=300&&(c=100);else{let r=sq(l,"compact"),o=(n?.tableProps?.columns||[]).reduce((e,t)=>("number"==typeof t.width&&(e+=t.width),e),0);a="right"===d?lu[i].right+o:e;let s=Math.min(lu[i].bottom,n.data.length+1);c="bottom"===d?s*r.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<r?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:i,legendProps:t,minChildrenHeight:l,minChildrenWidth:s,spacing:r,theme:(0,t8.Z)(),legendSize:(0,tO.getLegendSize)(o)});return(0,A.jsxs)(t6.Z,{style:{width:n,height:i},sx:{position:"relative",overflow:"hidden"},children:[(0,A.jsx)(t6.Z,{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,A.jsx)(lc,{...t,height:c.height,width:c.width})]})}var ld=n(66726),lf=n.n(ld);let lp=(0,L.forwardRef)(function({debounceMs:e=250,value:t,onChange:n,...i},r){let[o,s]=(0,L.useState)(t),l=(0,L.useCallback)(e=>{n?.(e)},[n]),a=(0,L.useMemo)(()=>lf()(l,e),[e,l]);return(0,A.jsx)(Z.Z,{ref:r,value:o,onChange:function(e){s(e.target.value),a(e.target.value)},...i})});lp.displayName="TextField";var lm=n(51602),lg=n(19978),lv=n(56873),lb=n(70616),lx=n(10763);let ly=(0,ev.ZP)("form")({overflowY:"auto",display:"flex",flexDirection:"column"}),lw=e=>({position:"absolute",top:e.spacing(.5),right:e.spacing(.5)}),lS=({children:e,...t})=>(0,A.jsx)(lv.Z,{...t,children:e});lS.Header=({children:e,onClose:t,...n})=>(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(lm.Z,{style:{textOverflow:"ellipsis",overflow:"hidden"},...n,children:e}),t&&(0,A.jsx)(E.Z,{"aria-label":"Close",onClick:t,sx:lw,children:(0,A.jsx)(lx.default,{})})]}),lS.Form=ly,lS.Content=({children:e,sx:t,...n})=>(0,A.jsx)(lg.Z,{dividers:!0,...n,sx:tG({minWidth:"500px",textWrap:"balance"},t),children:e}),lS.PrimaryButton=({children:e,...t})=>(0,A.jsx)(P.Z,{variant:"contained",type:"submit",...t,children:e}),lS.SecondaryButton=({children:e,...t})=>(0,A.jsx)(P.Z,{variant:"outlined",color:"secondary",...t,children:e}),lS.Actions=lb.Z;let lC=e=>{let{description:t,isOpen:n,onCancel:i,onDiscardChanges:r}=e;return(0,A.jsxs)(lS,{open:n,"aria-labelledby":"discard-dialog",children:[(0,A.jsx)(lS.Header,{children:"Discard Changes"}),(0,A.jsx)(lS.Content,{children:t}),(0,A.jsxs)(lS.Actions,{children:[(0,A.jsx)(P.Z,{variant:"contained",onClick:r,children:"Discard Changes"}),(0,A.jsx)(P.Z,{variant:"outlined",color:"secondary",onClick:i,children:"Cancel"})]})]})};var lk=n(38359);let lM=({children:e})=>(0,A.jsx)(lk.ZP,{item:!0,xs:4,children:(0,A.jsx)(O.Z,{spacing:3,children:e})});var lT=n(90192),lD=n(23626),lA=n(39398),lR=n(32964),lP=n(87143);let lI=({id:e,title:t,description:n,placement:i,children:r,enterDelay:o,enterNextDelay:s})=>{let l=(0,A.jsx)("span",{children:r});return(0,A.jsx)(lE,{arrow:!0,id:e,placement:i??"top",title:(0,A.jsx)(lO,{title:t,description:n}),enterDelay:o??500,enterNextDelay:s??500,children:l})},lO=({title:e,description:t})=>(0,A.jsxs)(A.Fragment,{children:[e&&(0,A.jsx)(sj.Z,{variant:"body2",sx:e=>({color:e.palette.text.primary,fontWeight:e.typography.fontWeightMedium}),children:e}),(0,A.jsx)(sj.Z,{variant:"caption",sx:e=>({color:e.palette.text.primary,whiteSpace:"pre-line"}),children:t})]}),lE=(0,ev.ZP)(({className:e,...t})=>(0,A.jsx)(lR.Z,{...t,classes:{popper:e}}))(({theme:e})=>({[`& .${lP.Z.tooltip}`]:{backgroundColor:e.palette.background.tooltip,color:e.palette.text.primary,maxWidth:"300px",padding:e.spacing(1),boxShadow:e.shadows[1]},[`& .${lP.Z.arrow}`]:{color:e.palette.background.tooltip}})),lZ=({label:e,control:t,description:n})=>{let i=tU("EditorSectionControl"),r=`${i}-control`;return(0,A.jsx)(lT.Z,{children:(0,A.jsxs)(O.Z,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[(0,A.jsxs)(O.Z,{direction:"row",alignItems:"center",justifyContent:"center",children:[(0,A.jsx)(lD.Z,{htmlFor:r,children:e}),n&&(0,A.jsx)(lI,{description:n,enterDelay:100,children:(0,A.jsx)(E.Z,{size:"small",sx:e=>({borderRadius:e.shape.borderRadius,padding:"4x",margin:"0 2px"}),children:(0,A.jsx)(lA.default,{"aria-describedby":"info-tooltip","aria-hidden":!1,fontSize:"inherit",sx:{color:e=>e.palette.grey[700]}})})})]}),(0,A.jsxs)(t6.Z,{sx:{width:"180px",textAlign:"right"},children:[" ",j().cloneElement(t,{id:r})]})]})})},lL=({children:e})=>(0,A.jsx)(lk.ZP,{container:!0,spacing:8,children:e}),lj=({title:e,children:t,icon:n})=>(0,A.jsxs)(t6.Z,{children:[(0,A.jsxs)(t6.Z,{display:"flex",borderBottom:1,borderColor:"grey.300",marginBottom:e=>e.spacing(1),children:[(0,A.jsx)(sj.Z,{variant:"overline",component:"h4",children:e}),n&&(0,A.jsx)(t6.Z,{sx:{marginLeft:"auto"},children:n})]}),(0,A.jsx)(O.Z,{spacing:1,children:t})]});var lF=n(11774),lB=n(57174);function lV({options:e,renderInput:t=e=>(0,A.jsx)(Z.Z,{...e}),...n}){let i=e=>e.label??e.id;return(0,A.jsx)(lF.Z,{isOptionEqualToValue:(e,t)=>e.id===t.id,getOptionDisabled:e=>!!e.disabled,getOptionLabel:i,options:e,renderInput:t,renderOption:({key:e,...t},n)=>(0,A.jsx)("li",{...t,children:(0,A.jsxs)("div",{children:[(0,A.jsx)(sj.Z,{variant:"body1",component:"div",children:i(n)}),n.description&&(0,A.jsx)(sj.Z,{variant:"body2",component:"div",sx:{color:e=>e.palette.text.secondary},children:n.description})]})},e),filterOptions:(0,lB.D)({stringify:e=>`${i(e)} ${e.description||""}`}),...n})}let lN=[{id:"compact",label:"Compact"},{id:"standard",label:"Standard"},{id:"comfortable",label:"Comfortable"}];function lH({onChange:e,value:t="standard"}){return(0,A.jsx)(lZ,{label:"Density",control:(0,A.jsx)(lV,{value:lN.find(e=>e.id===t),options:lN,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function lz(){return(0,A.jsxs)(O.Z,{direction:"row",alignItems:"center",children:[(0,A.jsx)(t6.Z,{sx:{content:'""',width:8,height:8,boxSizing:"border-box",position:"absolute",backgroundColor:e=>e.palette.background.default,border:e=>`2px solid ${e.palette.info.main}`,borderRadius:"50%"}}),(0,A.jsx)(t6.Z,{sx:{content:'""',height:2,background:e=>e.palette.info.main,width:"100%"}})]})}function lW(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function l$(e,t){if(e){if("string"==typeof e)return lW(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)?lW(e,t):void 0}}function l_(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 i,r,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=(i=o.call(n)).done)&&(l.push(i.value),l.length!==t);a=!0);}catch(e){c=!0,r=e}finally{try{if(!a&&null!=n.return&&(s=n.return(),Object(s)!==s))return}finally{if(c)throw r}}return l}}(e,t)||l$(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 lq=n(70501),lG="data-pdnd-honey-pot";function lU(e){return e instanceof Element&&e.hasAttribute(lG)}function lK(e){var t=l_(document.elementsFromPoint(e.x,e.y),2),n=t[0],i=t[1];return n?lU(n)?null!=i?i:null:n:null}function lY(e){return(lY="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 lX(e,t,n){var i;return(i=function(e,t){if("object"!=lY(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=lY(i))return i;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==lY(i)?i:i+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function lQ(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,i)}return n}function lJ(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?lQ(Object(n),!0).forEach(function(t){lX(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):lQ(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function l0(e){var t,n,i,r,o={x:Math.min((r={x:Math.max((i={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(i.y,0)}).x,window.innerWidth-2),y:Math.min(r.y,window.innerHeight-2)};return DOMRect.fromRect({x:o.x,y:o.y,width:2,height:2})}function l1(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 l2(e){return function(e){if(Array.isArray(e))return lW(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||l$(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 l5(e){var t=null;return function(){if(!t){for(var n=arguments.length,i=Array(n),r=0;r<n;r++)i[r]=arguments[r];t={result:e.apply(this,i)}}return t.result}}var l3=l5(function(){return navigator.userAgent.includes("Firefox")}),l4=l5(function(){var e=navigator.userAgent;return e.includes("AppleWebKit")&&!e.includes("Chrome")}),l8={isLeavingWindow:Symbol("leaving"),isEnteringWindow:Symbol("entering")};if("undefined"!=typeof window&&l4()){var l6=l9();(0,lq.bindAll)(window,[{type:"dragstart",listener:function(){l6.enterCount=0,l6.isOverWindow=!0}},{type:"drop",listener:l7},{type:"dragend",listener:l7},{type:"dragenter",listener:function(e){l6.isOverWindow||0!==l6.enterCount||(e[l8.isEnteringWindow]=!0),l6.isOverWindow=!0,l6.enterCount++}},{type:"dragleave",listener:function(e){l6.enterCount--,l6.isOverWindow&&0===l6.enterCount&&(e[l8.isLeavingWindow]=!0,l6.isOverWindow=!1)}}],{capture:!0})}function l9(){return{enterCount:0,isOverWindow:!1}}function l7(){l6=l9()}function ae(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 at=(s=function(e){return e()},l=[],a=null,(c=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];l=t,a||(a=requestAnimationFrame(function(){a=null,s.apply(void 0,l)}))}).cancel=function(){a&&(cancelAnimationFrame(a),a=null)},c),an=(u=null,{schedule:function(e){u={frameId:requestAnimationFrame(function(){u=null,e()}),fn:e}},flush:function(){u&&(cancelAnimationFrame(u.frameId),u.fn(),u=null)}}),ai={isActive:!1};function ar(){return!ai.isActive}function ao(e){var t,n=e.event,i=null==(t=e.current[0])?void 0:t.dropEffect;null!=i&&n.dataTransfer&&(n.dataTransfer.dropEffect=i)}var as=function(e){var t=e.event,n=e.dragType,i=e.getDropTargetsOver,r=e.dispatchEvent;if(ar()){var o,s,l=function(e){var t=e.event,n=e.dragType,i=e.getDropTargetsOver,r=ae(t);if("external"===n.startedFrom)return{input:r,dropTargets:[]};var o=i({input:r,source:n.payload,target:t.target,current:[]});return{input:r,dropTargets:o}}({event:t,dragType:n,getDropTargetsOver:i});ai.isActive=!0;var a={current:l};ao({event:t,current:l.dropTargets});var c=function(e){var t=e.source,n=e.initial,i=e.dispatchEvent,r={dropTargets:[]};function o(e){i(e),r={dropTargets:e.payload.location.current.dropTargets}}return{start:function(e){var i=e.nativeSetDragImage,s={current:n,previous:r,initial:n};o({eventName:"onGenerateDragPreview",payload:{source:t,location:s,nativeSetDragImage:i}}),an.schedule(function(){o({eventName:"onDragStart",payload:{source:t,location:s}})})},dragUpdate:function(e){var i=e.current;an.flush(),at.cancel(),o({eventName:"onDropTargetChange",payload:{source:t,location:{initial:n,previous:r,current:i}}})},drag:function(e){var i=e.current;at(function(){an.flush(),o({eventName:"onDrag",payload:{source:t,location:{initial:n,previous:r,current:i}}})})},drop:function(e){var i=e.current,s=e.updatedSourcePayload;an.flush(),at.cancel(),o({eventName:"onDrop",payload:{source:null!=s?s:t,location:{current:i,previous:r,initial:n}}})}}}({source:n.payload,dispatchEvent:r,initial:l}),u=(0,lq.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,i=t.relatedTarget;return"dragleave"===n&&(l4()?!!l4()&&t.hasOwnProperty(l8.isLeavingWindow):null==i||(l3()?"nodeName"in i&&i.ownerDocument!==document:i instanceof HTMLIFrameElement))})({dragLeave:e})&&(h({input:a.current.input,dropTargets:[]}),"external"===n.startedFrom&&f())}},{type:"drop",listener:function(e){if(a.current={dropTargets:a.current.dropTargets,input:ae(e)},!a.current.dropTargets.length)return void f();e.preventDefault(),ao({event:e,current:a.current.dropTargets}),c.drop({current:a.current,updatedSourcePayload:"external"===n.type?n.getDropPayload(e):null}),p()}},{type:"dragend",listener:function(e){a.current={dropTargets:a.current.dropTargets,input:ae(e)},f()}}].concat(l2([{type:"pointermove",listener:(s=0,function(){if(s<20)return void 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 i=0;i<t.length;i++)if(t[i].element!==n[i].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=ae(e),r=i({target:lU(e.target)?lK({x:t.clientX,y:t.clientY}):e.target,input:t,source:n.payload,current:a.current.dropTargets});r.length&&(e.preventDefault(),ao({event:e,current:r})),h({dropTargets:r,input:t})}function f(){a.current.dropTargets.length&&h({dropTargets:[],input:a.current.input}),c.drop({current:a.current,updatedSourcePayload:null}),p()}function p(){ai.isActive=!1,u()}},al=new Map;function aa(){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 ac(e,t){var n=t.attribute,i=t.value;return e.setAttribute(n,i),function(){return e.removeAttribute(n)}}function au(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,i)}return n}function ah(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?au(Object(n),!0).forEach(function(t){lX(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):au(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function ad(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 af(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)?af(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}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 af(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function ap(e){return e.slice(0).reverse()}function am(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function ag(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,i)}return n}var av=l5(function(){return navigator.userAgent.toLocaleLowerCase().includes("android")}),ab="text/plain",ax=new WeakMap,ay=(h=null,{bindEvents:function(){return h=null,(0,lq.bind)(window,{type:"pointermove",listener:function(e){h={x:e.clientX,y:e.clientY}},options:{capture:!0}})},getOnPostDispatch:function(){var e=null;return function(t){var n=t.eventName,i=t.payload;if("onDragStart"===n){var r,o,s,l,a=i.location.initial.input,c=null!=(l=h)?l:{x:a.clientX,y:a.clientY};(r=document.createElement("div")).setAttribute(lG,"true"),o=l0({client:c}),Object.assign(r.style,lJ(lJ({backgroundColor:"transparent",position:"fixed",padding:0,margin:0,boxSizing:"border-box"},l1({clientRect:o})),{},{pointerEvents:"auto",zIndex:0x7fffffff})),document.body.appendChild(r),s=(0,lq.bind)(window,{type:"pointermove",listener:function(e){o=l0({client:{x:e.clientX,y:e.clientY}}),Object.assign(r.style,l1({clientRect:o}))},options:{capture:!0}}),e=function(e){var t,n,i,l=e.current;if(s(),n=(t={client:l,clientRect:o}).client,i=t.clientRect,n.x>=i.x&&n.x<=i.x+i.width&&n.y>=i.y&&n.y<=i.y+i.height)return void r.remove();function a(){c(),r.remove()}var c=(0,lq.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,d=i.location.current.input;null==(u=e)||u({current:{x:d.clientX,y:d.clientY}}),e=null,h=null}}}}),aw=function(e){var t=e.typeKey,n=e.mount,i=e.dispatchEventToSource,r=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(i){var r=i.eventName,o=i.payload;if("onGenerateDragPreview"===r){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 am(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)?am(e,t):void 0}}(e))){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}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[r])||h.call(d,o))}"onDrop"===r&&(t.active.clear(),t=null)}},monitorForConsumers:function(i){var r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ag(Object(n),!0).forEach(function(t){lX(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ag(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({},i);return e.add(r),n(r),function(){e.delete(r),t&&t.active.delete(r)}}}}(),l=function(e){var t=e.typeKey,n=e.defaultDropEffect,i=new WeakMap,r="data-drop-target-for-".concat(t),o="[".concat(r,"]");function s(e){var t,n=e.eventName,r=e.payload,o=ad(r.location.current.dropTargets);try{for(o.s();!(t=o.n()).done;){var s,l=t.value,a=i.get(l.element),c=ah(ah({},r),{},{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,r=new Set(n.location.current.dropTargets.map(function(e){return e.element})),o=new Set,s=ad(n.location.previous.dropTargets);try{for(s.s();!(t=s.n()).done;){var l,a,c=t.value;o.add(c.element);var u=i.get(c.element),h=r.has(c.element),d=ah(ah({},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=ad(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=ah(ah({},n),{},{self:v}),x=i.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 aa(ac(e.element,{attribute:r,value:"true"}),(i.set(e.element,e),function(){return i.delete(e.element)}))},getIsOver:function(e){var t=e.source,r=e.target,s=e.input,l=e.current,a=function e(t){var r,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=i.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!=(r=null==(s=m.getData)?void 0:s.call(m,g))?r:{},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(l2(f),[x])})}({source:t,target:r,input:s});if(a.length>=l.length)return a;for(var c=ap(l),u=ap(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=i.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(ah(ah({},p),{},{isActiveDueToStickiness:!0}))}return ap(h)},dispatchEvent:function(e){l[e.eventName](e)}}}({typeKey:t,defaultDropEffect:o});function a(e){null==i||i(e),l.dispatchEvent(e),s.dispatchEvent(e),null==r||r(e)}function c(e){as({event:e.event,dragType:e.dragType,getDropTargetsOver:l.getIsOver,dispatchEvent:a})}return{registerUsage:function(){var e,i;return i=function(e){var t=e.typeKey,n=e.mount,i=al.get(t);if(i)return i.usageCount++,i;var r={typeKey:t,unmount:n(),usageCount:1};return al.set(t,r),r}(e={typeKey:t,mount:function(){return n({canStart:ar,start:c})}}),function(){i.usageCount--,i.usageCount>0||(i.unmount(),al.delete(e.typeKey))}},dropTarget:l.dropTargetForConsumers,monitor:s.monitorForConsumers}}({typeKey:"element",defaultDropEffect:"move",mount:function(e){return aa(ay.bindEvents(),(0,lq.bind)(document,{type:"dragstart",listener:function(t){if(e.canStart(t)&&!t.defaultPrevented){if(t.dataTransfer){var n,i,r,o,s,l,a=t.target;if(!(a instanceof HTMLElement))return null;var c=ax.get(a);if(!c)return null;var u=ae(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=lK({x:u.clientX,y:u.clientY});if(!c.dragHandle.contains(d))return t.preventDefault(),null}var f=null!=(i=null==(r=c.getInitialDataForExternal)?void 0:r.call(c,h))?i:null;if(f)for(var p=0,m=Object.entries(f);p<m.length;p++){var g=l_(m[p],2),v=g[0],b=g[1];t.dataTransfer.setData(v,null!=b?b:"")}!av()||t.dataTransfer.types.includes(ab)||t.dataTransfer.types.includes("text/uri-list")||t.dataTransfer.setData(ab,"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,i=e.eventName,r=e.payload;null==(t=ax.get(r.source.element))||null==(n=t[i])||n.call(t,r)},onPostDispatch:ay.getOnPostDispatch()}),aS=aw.dropTarget,aC=aw.monitor;function ak(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,i)}return n}function aM(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ak(Object(n),!0).forEach(function(t){lX(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ak(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var aT={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)}},aD=Symbol("closestEdge");function aA(e){var t;return null!=(t=e[aD])?t:null}let aR={type:"idle"};function aP({elements:e,accessKey:t,axis:n="vertical",onChange:i}){return(0,L.useEffect)(()=>aC({onDrop({location:r,source:o}){var s,l;let a=r.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||i(function(e){var t=e.list,n=e.startIndex,i=e.finishIndex;if(-1===n||-1===i)return Array.from(t);var r=Array.from(t),o=l_(r.splice(n,1),1)[0];return r.splice(i,0,o),r}({list:(s={list:e,startIndex:h,indexOfTarget:d,closestEdgeOfTarget:aA(u),axis:n}).list,startIndex:l=s.startIndex,finishIndex:function(e){var t=e.startIndex,n=e.closestEdgeOfTarget,i=e.indexOfTarget,r=e.axis;if(-1===t||-1===i||t===i)return t;if(null==n)return i;var o="vertical"===r&&"bottom"===n||"horizontal"===r&&"right"===n;return t<i?o?i:i-1:o?i+1:i}({closestEdgeOfTarget:s.closestEdgeOfTarget,startIndex:l,indexOfTarget:s.indexOfTarget,axis:s.axis})}))}}),[t,n,e,i])}function aI({children:e,data:t}){let n=(0,L.useRef)(null),[i,r]=(0,L.useState)(aR);return(0,L.useEffect)(()=>{let e=n.current;if(e){var i;return aa((i={element:e,getInitialData:()=>t,onDragStart(){r({type:"is-dragging"})},onDrop(){r(aR)}},aa(aw.registerUsage(),(ax.set(i.element,i),function(){ax.delete(i.element)}),ac(i.element,{attribute:"draggable",value:"true"}))),aS({element:e,canDrop:({source:t})=>t.element!==e,getData:({input:n})=>{var i,r,o,s,l,a,c,u,h;return s=(i={element:e,input:n,allowedEdges:["top","bottom"]}).element,l=i.input,a=i.allowedEdges,c={x:l.clientX,y:l.clientY},u=s.getBoundingClientRect(),h=null!=(r=null==(o=a.map(function(e){return{edge:e,value:aT[e](u,c)}}).sort(function(e,t){return e.value-t.value})[0])?void 0:o.edge)?r:null,aM(aM({},t),{},lX({},aD,h))},getIsSticky:()=>!0,onDragEnter({self:e}){r({type:"is-dragging-over",closestEdge:aA(e.data)})},onDrag({self:e}){let t=aA(e.data);r(e=>"is-dragging-over"===e.type&&e.closestEdge===t?e:{type:"is-dragging-over",closestEdge:t})},onDragLeave(){r(aR)},onDrop(){r(aR)}}))}},[t]),(0,A.jsxs)(O.Z,{ref:n,spacing:1,style:{opacity:"is-dragging"===i.type?.5:"unset"},children:["is-dragging-over"===i.type&&"top"===i.closestEdge?(0,A.jsx)(lz,{}):null,e,"is-dragging-over"===i.type&&"bottom"===i.closestEdge?(0,A.jsx)(lz,{}):null]})}var aO=n(5549),aE=n(11682);function aZ(e,t){let n=t.indexOf(e);if(0===n)return t;let i=[...t];return i.splice(n,1),i.splice(n-1,0,e),i}function aL(e,t){let n=t.indexOf(e);if(n===t.length-1)return t;let i=[...t];return i.splice(n,1),i.splice(n+1,0,e),i}let aj=(0,L.forwardRef)(function({onMoveUp:e,onMoveDown:t,onMoveLeft:n,onMoveRight:i,menuSx:r,...o},s){let[l,a]=(0,L.useState)(null),c=!!l;function u(e){a(null),e?.()}return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(E.Z,{...o,ref:s,"aria-label":"move","aria-haspopup":!0,"aria-expanded":c,size:"small",onClick:function(e){a(e.currentTarget)},children:(0,A.jsx)(aE.default,{})}),(e||t||n||i)&&(0,A.jsxs)(aO.Z,{id:"drag-button-menu",MenuListProps:{"aria-labelledby":"drag-button-menu"},anchorEl:l,open:c,onClose:()=>u(void 0),sx:r,children:[e&&(0,A.jsx)(se.Z,{onClick:()=>u(e),children:"Move Up"}),t&&(0,A.jsx)(se.Z,{onClick:()=>u(t),children:"Move Down"}),n&&(0,A.jsx)(se.Z,{onClick:()=>u(n),children:"Move Left"}),i&&(0,A.jsx)(se.Z,{onClick:()=>u(i),children:"Move Right"}),i&&(0,A.jsx)(se.Z,{onClick:()=>u(i),children:"Move Right"})]})]})});var aF=n(76439),aB=n(49106),aV=n(41825),aN=n(94680),aH=n(77999),az=n(42777),aW=n(24255);function a$(e,t,n){let i=function(e,t,n){let i,r=t.getBoundingClientRect(),o=n&&n.getBoundingClientRect(),s=(0,aW.Z)(t);if(t.fakeTransform)i=t.fakeTransform;else{let e=s.getComputedStyle(t);i=e.getPropertyValue("-webkit-transform")||e.getPropertyValue("transform")}let l=0,a=0;if(i&&"none"!==i&&"string"==typeof i){let e=i.split("(")[1].split(")")[0].split(",");l=parseInt(e[4],10),a=parseInt(e[5],10)}return"left"===e?o?`translateX(${o.right+l-r.left}px)`:`translateX(${s.innerWidth+l-r.left}px)`:"right"===e?o?`translateX(-${r.right-o.left-l}px)`:`translateX(-${r.left+r.width-l}px)`:"up"===e?o?`translateY(${o.bottom+a-r.top}px)`:`translateY(${s.innerHeight+a-r.top}px)`:o?`translateY(-${r.top-o.top+r.height-a}px)`:`translateY(-${r.top+r.height-a}px)`}(e,t,"function"==typeof n?n():n);i&&(t.style.webkitTransform=i,t.style.transform=i)}let a_=L.forwardRef(function(e,t){let n=(0,t8.Z)(),i={enter:n.transitions.easing.easeOut,exit:n.transitions.easing.sharp},r={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:o,appear:s=!0,children:l,container:a,direction:c="down",easing:u=i,in:h,onEnter:d,onEntered:f,onEntering:p,onExit:m,onExited:g,onExiting:v,style:b,timeout:x=r,TransitionComponent:y=aV.ZP,...w}=e,S=L.useRef(null),C=(0,ol.Z)((0,aN.Z)(l),S,t),k=e=>t=>{e&&(void 0===t?e(S.current):e(S.current,t))},M=k((e,t)=>{a$(c,e,a),(0,az.n)(e),d&&d(e,t)}),T=k((e,t)=>{let i=(0,az.C)({timeout:x,style:b,easing:u},{mode:"enter"});e.style.webkitTransition=n.transitions.create("-webkit-transform",{...i}),e.style.transition=n.transitions.create("transform",{...i}),e.style.webkitTransform="none",e.style.transform="none",p&&p(e,t)}),D=k(f),R=k(v),P=k(e=>{let t=(0,az.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),a$(c,e,a),m&&m(e)}),I=k(e=>{e.style.webkitTransition="",e.style.transition="",g&&g(e)}),O=L.useCallback(()=>{S.current&&a$(c,S.current,a)},[c,a]);return L.useEffect(()=>{if(h||"down"===c||"right"===c)return;let e=(0,aH.Z)(()=>{S.current&&a$(c,S.current,a)}),t=(0,aW.Z)(S.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[c,h,a]),L.useEffect(()=>{h||O()},[h,O]),(0,A.jsx)(y,{nodeRef:S,onEnter:M,onEntered:D,onEntering:T,onExit:P,onExited:I,onExiting:R,addEndListener:e=>{o&&o(S.current,e)},appear:s,in:h,timeout:x,...w,children:(e,{ownerState:t,...n})=>L.cloneElement(l,{ref:C,style:{visibility:"exited"!==e||h?void 0:"hidden",...b,...l.props.style},...n})})});var aq=n(28866);function aG(e){return(0,ou.ZP)("MuiDrawer",e)}(0,oc.Z)("MuiDrawer",["root","docked","paper","anchorLeft","anchorRight","anchorTop","anchorBottom","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom","paperAnchorDockedLeft","paperAnchorDockedRight","paperAnchorDockedTop","paperAnchorDockedBottom","modal"]);var aU=n(27834);let aK=(e,t)=>{let{ownerState:n}=e;return[t.root,("permanent"===n.variant||"persistent"===n.variant)&&t.docked,t.modal]},aY=(0,ev.ZP)(aB.Z,{name:"MuiDrawer",slot:"Root",overridesResolver:aK})((0,on.Z)(({theme:e})=>({zIndex:(e.vars||e).zIndex.drawer}))),aX=(0,ev.ZP)("div",{shouldForwardProp:or.Z,name:"MuiDrawer",slot:"Docked",skipVariantsResolver:!1,overridesResolver:aK})({flex:"0 0 auto"}),aQ=(0,ev.ZP)(aq.Z,{name:"MuiDrawer",slot:"Paper",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.paper,t[`paperAnchor${(0,sB.Z)(n.anchor)}`],"temporary"!==n.variant&&t[`paperAnchorDocked${(0,sB.Z)(n.anchor)}`]]}})((0,on.Z)(({theme:e})=>({overflowY:"auto",display:"flex",flexDirection:"column",height:"100%",flex:"1 0 auto",zIndex:(e.vars||e).zIndex.drawer,WebkitOverflowScrolling:"touch",position:"fixed",top:0,outline:0,variants:[{props:{anchor:"left"},style:{left:0}},{props:{anchor:"top"},style:{top:0,left:0,right:0,height:"auto",maxHeight:"100%"}},{props:{anchor:"right"},style:{right:0}},{props:{anchor:"bottom"},style:{top:"auto",left:0,bottom:0,right:0,height:"auto",maxHeight:"100%"}},{props:({ownerState:e})=>"left"===e.anchor&&"temporary"!==e.variant,style:{borderRight:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>"top"===e.anchor&&"temporary"!==e.variant,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>"right"===e.anchor&&"temporary"!==e.variant,style:{borderLeft:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:e})=>"bottom"===e.anchor&&"temporary"!==e.variant,style:{borderTop:`1px solid ${(e.vars||e).palette.divider}`}}]}))),aJ={left:"right",right:"left",top:"down",bottom:"up"},a0=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiDrawer"}),i=(0,t8.Z)(),r=(0,ss.V)(),o={enter:i.transitions.duration.enteringScreen,exit:i.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,k=L.useRef(!1);L.useEffect(()=>{k.current=!0},[]);let M=function({direction:e},t){return"rtl"===e&&["left","right"].includes(t)?aJ[t]:t}({direction:r?"rtl":"ltr"},s),T={...n,anchor:s,elevation:u,open:m,variant:y,...C},D=(e=>{let{classes:t,anchor:n,variant:i}=e,r={root:["root",`anchor${(0,sB.Z)(n)}`],docked:[("permanent"===i||"persistent"===i)&&"docked"],modal:["modal"],paper:["paper",`paperAnchor${(0,sB.Z)(n)}`,"temporary"!==i&&`paperAnchorDocked${(0,sB.Z)(n)}`]};return(0,oe.Z)(r,aG,t)})(T),R={slots:{transition:b,...w},slotProps:{paper:g,transition:v,...S,backdrop:(0,aU.Z)(S.backdrop||{...l,...d},{transitionDuration:x})}},[P,I]=(0,sg.Z)("root",{ref:t,elementType:aY,className:(0,r7.Z)(D.root,D.modal,c),shouldForwardComponentProp:!0,ownerState:T,externalForwardedProps:{...R,...C,...f},additionalProps:{open:m,onClose:p,hideBackdrop:h,slots:{backdrop:R.slots.backdrop},slotProps:{backdrop:R.slotProps.backdrop}}}),[O,E]=(0,sg.Z)("paper",{elementType:aQ,shouldForwardComponentProp:!0,className:(0,r7.Z)(D.paper,g.className),ownerState:T,externalForwardedProps:R,additionalProps:{elevation:"temporary"===y?u:0,square:!0}}),[Z,j]=(0,sg.Z)("docked",{elementType:aX,ref:t,className:(0,r7.Z)(D.root,D.docked,c),ownerState:T,externalForwardedProps:R,additionalProps:C}),[F,B]=(0,sg.Z)("transition",{elementType:a_,ownerState:T,externalForwardedProps:R,additionalProps:{in:m,direction:aJ[M],timeout:x,appear:k.current}}),V=(0,A.jsx)(O,{...E,children:a});if("permanent"===y)return(0,A.jsx)(Z,{...j,children:V});let N=(0,A.jsx)(F,{...B,children:V});return"persistent"===y?(0,A.jsx)(Z,{...j,children:N}):(0,A.jsx)(P,{...I,children:N})}),a1=({anchor:e="right",isOpen:t,onClose:n,PaperProps:i,children:r,...o})=>{let s=(0,aF.Z)("(max-width:1080px)");return(0,A.jsx)(a0,{...o,open:t,onClose:n,anchor:e,PaperProps:{...i,sx:tG({width:s?"100%":"1080px",overflow:"hidden"},i?.sx)},"aria-hidden":!t,children:r})};var a2=n(36232),a5=n(59161),a3=n(56141),a4=n.n(a3),a8=n(508),a6=n(44811),a9=n(78846),a7=n(85731),ce=n(8890),ct=n(35246),cn=n(27835),ci=n(99635),cr=n(48906),co=n(27806),cs=n(65201),cl=n(23709),ca=n(55328),cc=n(67745),cu=n(943),ch=n(98857),cd=n(219),cf=n(17846),cp=n(50378);(0,a2.D)([ci.N,cr.N,co.N,a8.N,a6.N,a9.N,a7.N,ce.N,ct.N,cn.N,cs.N,cl.N,ca.N,cc.N,cp.N,cu.N,ch.N,cd.N,cf.N]);let cm=["click","dblclick","mousedown","mousemove","mouseup","mouseover","mouseout","globalout","contextmenu"],cg=["datazoom","downplay","highlight"],cv=(0,L.memo)(function({option:e,theme:t,renderer:n,sx:i,style:r,onEvents:o,_instance:s,syncGroup:l,onChartInitialized:a}){let c=(0,L.useRef)(e),u=(0,L.useRef)(e),h=(0,L.useRef)(null),d=(0,L.useRef)(null);return(0,L.useLayoutEffect)(()=>{if(null!==h.current&&null===d.current&&(d.current=(0,a5.S1)(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,L.useEffect)(()=>{d.current&&l&&(d.current.group=l,(0,a5.$j)([d.current]))},[l,d]),(0,L.useEffect)(()=>{!(void 0===u.current||a4()(u.current,e))&&d.current&&(d.current.setOption(e,!0),u.current=e)},[e]),(0,L.useLayoutEffect)(()=>{let e=lf()(()=>{d.current&&d.current.resize()},200);return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}},[]),(0,L.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 i=t[n]??null;i&&function(t,n){var i,r;"function"==typeof n&&((i=t,cm.includes(i))?e.on(t,t=>n(t,e)):(r=t,cg.includes(r))?e.on(t,e=>n(e)):e.on(t,()=>n(null,e)))}(n,i)}}}(e,o),()=>{if(void 0!==e&&!0!==e.isDisposed())for(let t in o)e.off(t)}},[o]),(0,L.useEffect)(()=>{lf()(()=>{d.current&&d.current.resize()},200,{leading:!0})()},[i,r]),(0,A.jsx)(t6.Z,{ref:h,sx:i,style:r})});var cb=n(315);function cx(e){let{error:t}=e;return(0,A.jsx)(cb.Z,{severity:"error",children:t.message})}var cy=n(68715);let cw=[{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 cS({value:e,onChange:t}){return(0,A.jsx)(lZ,{label:"Font Size",control:(0,A.jsx)(lV,{value:cw.find(t=>t.value===e),options:cw,getOptionLabel:e=>e.label,onChange:(e,{value:n})=>{t(n)},disableClearable:!0})})}var cC=n(79119);function ck({action:e,submitText:t="Save",cancelText:n="Cancel",isReadonly:i,isValid:r,onActionChange:o,onSubmit:s,onDelete:l,onCancel:a,...c}){return(0,A.jsx)(O.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},...c,children:"read"===e?(0,A.jsxs)(A.Fragment,{children:[o&&(0,A.jsx)(P.Z,{disabled:i,variant:"contained",onClick:()=>o("update"),children:"Edit"}),l&&(0,A.jsx)(P.Z,{color:"error",disabled:i,variant:"outlined",onClick:l,children:"Delete"}),a&&(s||l)&&(0,A.jsx)(cC.Z,{orientation:"vertical",flexItem:!0,sx:{borderColor:e=>e.palette.grey["500"],"&.MuiDivider-root":{marginLeft:2,marginRight:1}}}),a&&(0,A.jsx)(P.Z,{color:"secondary",variant:"outlined",onClick:a,children:n})]}):(0,A.jsxs)(A.Fragment,{children:[s&&(0,A.jsx)(P.Z,{variant:"contained",disabled:!r,onClick:s,children:t}),a&&(0,A.jsx)(P.Z,{color:"secondary",variant:"outlined",onClick:a,children:n})]})})}var cM=n(70252),cT=n(97784);let cD=[],cA=[],cR="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<cR.length;e++)(e%2?cA:cD).push(t+=cR[e]);function cP(e){return e>=127462&&e<=127487}function cI(e,t,n){if(t==e.length)return t;t&&cE(e.charCodeAt(t))&&cZ(e.charCodeAt(t-1))&&t--;let i=cO(e,t);for(t+=cL(i);t<e.length;){let r=cO(e,t);if(8205==i||8205==r||n&&function(e){if(e<768)return!1;for(let t=0,n=cD.length;;){let i=t+n>>1;if(e<cD[i])n=i;else{if(!(e>=cA[i]))return!0;t=i+1}if(t==n)return!1}}(r))t+=cL(r),i=r;else if(cP(r)){let n=0,i=t-2;for(;i>=0&&cP(cO(e,i));)n++,i-=2;if(n%2==0)break;t+=2}else break}return t}function cO(e,t){let n=e.charCodeAt(t);if(!cZ(n)||t+1==e.length)return n;let i=e.charCodeAt(t+1);return cE(i)?(n-55296<<10)+(i-56320)+65536:n}function cE(e){return e>=56320&&e<57344}function cZ(e){return e>=55296&&e<56320}function cL(e){return e<65536?1:2}class cj{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]=c$(this,e,t);let i=[];return this.decompose(0,e,i,2),n.length&&n.decompose(0,n.length,i,3),this.decompose(t,this.length,i,1),cB.from(i,this.length-(t-e)+n.length)}append(e){return this.replace(this.length,this.length,e)}slice(e,t=this.length){[e,t]=c$(this,e,t);let n=[];return this.decompose(e,t,n,0),cB.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),i=new cN(this),r=new cN(e);for(let e=t,o=t;;){if(i.next(e),r.next(e),e=0,i.lineBreak!=r.lineBreak||i.done!=r.done||i.value!=r.value)return!1;if(o+=i.value.length,i.done||o>=n)return!0}}iter(e=1){return new cN(this,e)}iterRange(e,t=this.length){return new cH(this,e,t)}iterLines(e,t){let n;if(null==e)n=this.iter();else{null==t&&(t=this.lines+1);let i=this.line(e).from;n=this.iterRange(i,Math.max(i,t==this.lines+1?this.length:t<=1?0:this.line(t-1).to))}return new cz(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 cF(e):cB.from(cF.split(e,[])):cj.empty}}class cF extends cj{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,i){for(let r=0;;r++){let o=this.text[r],s=i+o.length;if((t?n:s)>=e)return new cW(i,s,n,o);i=s+1,n++}}decompose(e,t,n,i){var r;let o=e<=0&&t>=this.length?this:new cF((r=this.text,cV(r,[""],e,t)),Math.min(t,this.length)-Math.max(0,e));if(1&i){let e=n.pop(),t=cV(o.text,e.text.slice(),0,o.length);if(t.length<=32)n.push(new cF(t,e.length+o.length));else{let e=t.length>>1;n.push(new cF(t.slice(0,e)),new cF(t.slice(e)))}}else n.push(o)}replace(e,t,n){var i;if(!(n instanceof cF))return super.replace(e,t,n);[e,t]=c$(this,e,t);let r=cV(this.text,cV(n.text,(i=this.text,cV(i,[""],0,e))),t),o=this.length+n.length-(t-e);return r.length<=32?new cF(r,o):cB.from(cF.split(r,[]),o)}sliceString(e,t=this.length,n="\n"){[e,t]=c$(this,e,t);let i="";for(let r=0,o=0;r<=t&&o<this.text.length;o++){let s=this.text[o],l=r+s.length;r>e&&o&&(i+=n),e<l&&t>r&&(i+=s.slice(Math.max(0,e-r),t-r)),r=l+1}return i}flatten(e){for(let t of this.text)e.push(t)}scanIdentical(){return 0}static split(e,t){let n=[],i=-1;for(let r of e)n.push(r),i+=r.length+1,32==n.length&&(t.push(new cF(n,i)),n=[],i=-1);return i>-1&&t.push(new cF(n,i)),t}}class cB extends cj{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,i){for(let r=0;;r++){let o=this.children[r],s=i+o.length,l=n+o.lines-1;if((t?l:s)>=e)return o.lineInner(e,t,n,i);i=s+1,n=l+1}}decompose(e,t,n,i){for(let r=0,o=0;o<=t&&r<this.children.length;r++){let s=this.children[r],l=o+s.length;if(e<=l&&t>=o){let r=i&(o<=e|2*(l>=t));o>=e&&l<=t&&!r?n.push(s):s.decompose(e-o,t-o,n,r)}o=l+1}}replace(e,t,n){if([e,t]=c$(this,e,t),n.lines<this.lines)for(let i=0,r=0;i<this.children.length;i++){let o=this.children[i],s=r+o.length;if(e>=r&&t<=s){let l=o.replace(e-r,t-r,n),a=this.lines-o.lines+l.lines;if(l.lines<a>>4&&l.lines>a>>6){let r=this.children.slice();return r[i]=l,new cB(r,this.length-(t-e)+n.length)}return super.replace(r,s,l)}r=s+1}return super.replace(e,t,n)}sliceString(e,t=this.length,n="\n"){[e,t]=c$(this,e,t);let i="";for(let r=0,o=0;r<this.children.length&&o<=t;r++){let s=this.children[r],l=o+s.length;o>e&&r&&(i+=n),e<l&&t>o&&(i+=s.sliceString(e-o,t-o,n)),o=l+1}return i}flatten(e){for(let t of this.children)t.flatten(e)}scanIdentical(e,t){if(!(e instanceof cB))return 0;let n=0,[i,r,o,s]=t>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;i+=t,r+=t){if(i==o||r==s)return n;let l=this.children[i],a=e.children[r];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 cF(n,t)}let i=Math.max(32,n>>5),r=i<<1,o=i>>1,s=[],l=0,a=-1,c=[];function u(){0!=l&&(s.push(1==c.length?c[0]:cB.from(c,a)),a=-1,l=c.length=0)}for(let t of e)!function e(t){let n;if(t.lines>r&&t instanceof cB)for(let n of t.children)e(n);else t.lines>o&&(l>o||!l)?(u(),s.push(t)):t instanceof cF&&l&&(n=c[c.length-1])instanceof cF&&t.lines+n.lines<=32?(l+=t.lines,a+=t.length+1,c[c.length-1]=new cF(n.text.concat(t.text),n.length+1+t.length)):(l+t.lines>i&&u(),l+=t.lines,a+=t.length+1,c.push(t))}(t);return u(),1==s.length?s[0]:new cB(s,t)}}function cV(e,t,n=0,i=1e9){for(let r=0,o=0,s=!0;o<e.length&&r<=i;o++){let l=e[o],a=r+l.length;a>=n&&(a>i&&(l=l.slice(0,i-r)),r<n&&(l=l.slice(n-r)),s?(t[t.length-1]+=l,s=!1):t.push(l)),r=a+1}return t}cj.empty=new cF([""],0);class cN{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 cF?e.text.length:e.children.length)<<1]}nextInner(e,t){for(this.done=this.lineBreak=!1;;){let n=this.nodes.length-1,i=this.nodes[n],r=this.offsets[n],o=r>>1,s=i instanceof cF?i.text.length:i.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&r)==(t>0?0:1)){if(this.offsets[n]+=t,0==e)return this.lineBreak=!0,this.value="\n",this;e--}else if(i instanceof cF){let r=i.text[o+(t<0?-1:0)];if(this.offsets[n]+=t,r.length>Math.max(0,e))return this.value=0==e?r:t>0?r.slice(e):r.slice(0,r.length-e),this;e-=r.length}else{let r=i.children[o+(t<0?-1:0)];e>r.length?(e-=r.length,this.offsets[n]+=t):(t<0&&this.offsets[n]--,this.nodes.push(r),this.offsets.push(t>0?1:(r instanceof cF?r.text.length:r.children.length)<<1))}}}next(e=0){return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class cH{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new cN(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:i}=this.cursor.next(e);return this.pos+=(i.length+e)*t,this.value=i.length<=n?i:t<0?i.slice(i.length-n):i.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 cz{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(e=0){let{done:t,lineBreak:n,value:i}=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=i,this.afterBreak=!1),this}get lineBreak(){return!1}}"undefined"!=typeof Symbol&&(cj.prototype[Symbol.iterator]=function(){return this.iter()},cN.prototype[Symbol.iterator]=cH.prototype[Symbol.iterator]=cz.prototype[Symbol.iterator]=function(){return this});class cW{constructor(e,t,n,i){this.from=e,this.to=t,this.number=n,this.text=i}get length(){return this.to-this.from}}function c$(e,t,n){return[t=Math.max(0,Math.min(e.length,t)),Math.max(t,Math.min(e.length,n))]}function c_(e,t,n=!0,i=!0){return function(e,t,n=!0,i=!0){return(n?cI:function(e,t,n){for(;t>0;){let i=cI(e,t-2,n);if(i<t)return i;t--}return 0})(e,t,i)}(e,t,n,i)}function cq(e,t){let n=e.charCodeAt(t);if(!(n>=55296&&n<56320)||t+1==e.length)return n;let i=e.charCodeAt(t+1);return i>=56320&&i<57344?(n-55296<<10)+(i-56320)+65536:n}function cG(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(((e-=65536)>>10)+55296,(1023&e)+56320)}function cU(e){return e<65536?1:2}let cK=/\r\n?|\n/;var cY=((d=cY||(cY={}))[d.Simple=0]="Simple",d[d.TrackDel=1]="TrackDel",d[d.TrackBefore=2]="TrackBefore",d[d.TrackAfter=3]="TrackAfter",d);class cX{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,i=0;t<this.sections.length;){let r=this.sections[t++],o=this.sections[t++];o<0?(e(n,i,r),i+=r):i+=o,n+=r}}iterChangedRanges(e,t=!1){c1(this,e,t)}get invertedDesc(){let e=[];for(let t=0;t<this.sections.length;){let n=this.sections[t++],i=this.sections[t++];i<0?e.push(n,i):e.push(i,n)}return new cX(e)}composeDesc(e){return this.empty?e:e.empty?this:c5(this,e)}mapDesc(e,t=!1){return e.empty?this:c2(this,e,t)}mapPos(e,t=-1,n=cY.Simple){let i=0,r=0;for(let o=0;o<this.sections.length;){let s=this.sections[o++],l=this.sections[o++],a=i+s;if(l<0){if(a>e)return r+(e-i);r+=s}else{if(n!=cY.Simple&&a>=e&&(n==cY.TrackDel&&i<e&&a>e||n==cY.TrackBefore&&i<e||n==cY.TrackAfter&&a>e))return null;if(a>e||a==e&&t<0&&!s)return e==i||t<0?r:r+l;r+=l}i=a}if(e>i)throw RangeError(`Position ${e} is out of range for changeset of length ${i}`);return r}touchesRange(e,t=e){for(let n=0,i=0;n<this.sections.length&&i<=t;){let r=this.sections[n++],o=this.sections[n++],s=i+r;if(o>=0&&i<=t&&s>=e)return!(i<e)||!(s>t)||"cover";i=s}return!1}toString(){let e="";for(let t=0;t<this.sections.length;){let n=this.sections[t++],i=this.sections[t++];e+=(e?" ":"")+n+(i>=0?":"+i:"")}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 cX(e)}static create(e){return new cX(e)}}class cQ extends cX{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 c1(this,(t,n,i,r,o)=>e=e.replace(i,i+(n-t),o),!1),e}mapDesc(e,t=!1){return c2(this,e,t,!0)}invert(e){let t=this.sections.slice(),n=[];for(let i=0,r=0;i<t.length;i+=2){let o=t[i],s=t[i+1];if(s>=0){t[i]=s,t[i+1]=o;let l=i>>1;for(;n.length<l;)n.push(cj.empty);n.push(o?e.slice(r,r+o):cj.empty)}r+=o}return new cQ(t,n)}compose(e){return this.empty?e:e.empty?this:c5(this,e,!0)}map(e,t=!1){return e.empty?this:c2(this,e,t,!0)}iterChanges(e,t=!1){c1(this,e,t)}get desc(){return cX.create(this.sections)}filter(e){let t=[],n=[],i=[],r=new c3(this);e:for(let o=0,s=0;;){let l=o==e.length?1e9:e[o++];for(;s<l||s==l&&0==r.len;){if(r.done)break e;let e=Math.min(r.len,l-s);cJ(i,e,-1);let o=-1==r.ins?-1:0==r.off?r.ins:0;cJ(t,e,o),o>0&&c0(n,t,r.text),r.forward(e),s+=e}let a=e[o++];for(;s<a;){if(r.done)break e;let e=Math.min(r.len,a-s);cJ(t,e,-1),cJ(i,e,-1==r.ins?-1:0==r.off?r.ins:0),r.forward(e),s+=e}}return{changes:new cQ(t,n),filtered:cX.create(i)}}toJSON(){let e=[];for(let t=0;t<this.sections.length;t+=2){let n=this.sections[t],i=this.sections[t+1];i<0?e.push(n):0==i?e.push([n]):e.push([n].concat(this.inserted[t>>1].toJSON()))}return e}static of(e,t,n){let i=[],r=[],o=0,s=null;function l(e=!1){if(!e&&!i.length)return;o<t&&cJ(i,t-o,-1);let n=new cQ(i,r);s=s?s.compose(n.map(s)):n,i=[],r=[],o=0}return!function e(a){if(Array.isArray(a))for(let t of a)e(t);else if(a instanceof cQ){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?cj.of(c.split(n||cK)):c:cj.empty,h=u.length;if(e==s&&0==h)return;e<o&&l(),e>o&&cJ(i,e-o,-1),cJ(i,s-e,h),c0(r,i,u),o=s}}(e),l(!s),s}static empty(e){return new cQ(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw RangeError("Invalid JSON representation of ChangeSet");let t=[],n=[];for(let i=0;i<e.length;i++){let r=e[i];if("number"==typeof r)t.push(r,-1);else if(!Array.isArray(r)||"number"!=typeof r[0]||r.some((e,t)=>t&&"string"!=typeof e))throw RangeError("Invalid JSON representation of ChangeSet");else if(1==r.length)t.push(r[0],0);else{for(;n.length<i;)n.push(cj.empty);n[i]=cj.of(r.slice(1)),t.push(r[0],n[i].length)}}return new cQ(t,n)}static createSet(e,t){return new cQ(e,t)}}function cJ(e,t,n,i=!1){if(0==t&&n<=0)return;let r=e.length-2;r>=0&&n<=0&&n==e[r+1]?e[r]+=t:r>=0&&0==t&&0==e[r]?e[r+1]+=n:i?(e[r]+=t,e[r+1]+=n):e.push(t,n)}function c0(e,t,n){if(0==n.length)return;let i=t.length-2>>1;if(i<e.length)e[e.length-1]=e[e.length-1].append(n);else{for(;e.length<i;)e.push(cj.empty);e.push(n)}}function c1(e,t,n){let i=e.inserted;for(let r=0,o=0,s=0;s<e.sections.length;){let l=e.sections[s++],a=e.sections[s++];if(a<0)r+=l,o+=l;else{let c=r,u=o,h=cj.empty;for(;c+=l,u+=a,a&&i&&(h=h.append(i[s-2>>1])),!n&&s!=e.sections.length&&!(e.sections[s+1]<0);)l=e.sections[s++],a=e.sections[s++];t(r,c,o,u,h),r=c,o=u}}}function c2(e,t,n,i=!1){let r=[],o=i?[]:null,s=new c3(e),l=new c3(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);cJ(r,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(cJ(r,l.ins,-1);t;){let n=Math.min(s.len,t);s.ins>=0&&e<s.i&&s.len<=n&&(cJ(r,0,s.ins),o&&c0(o,r,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;cJ(r,t,e<s.i?s.ins:0),o&&e<s.i&&c0(o,r,s.text),e=s.i,s.forward(s.len-n)}else if(s.done&&l.done)return o?cQ.createSet(r,o):cX.create(r);else throw Error("Mismatched change set lengths")}function c5(e,t,n=!1){let i=[],r=n?[]:null,o=new c3(e),s=new c3(t);for(let e=!1;;)if(o.done&&s.done)return r?cQ.createSet(i,r):cX.create(i);else if(0==o.ins)cJ(i,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=i.length;if(-1==o.ins){let n=-1==s.ins?-1:s.off?0:s.ins;cJ(i,t,n,e),r&&n&&c0(r,i,s.text)}else -1==s.ins?(cJ(i,o.off?0:o.len,t,e),r&&c0(r,i,o.textBit(t))):(cJ(i,o.off?0:o.len,s.off?0:s.ins,e),r&&!s.off&&c0(r,i,s.text));e=(o.ins>t||s.ins>=0&&s.len>t)&&(e||i.length>n),o.forward2(t),s.forward(t)}else cJ(i,0,s.ins,e),r&&c0(r,i,s.text),s.next()}class c3{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?cj.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?cj.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 c4{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,i;return this.empty?n=i=e.mapPos(this.from,t):(n=e.mapPos(this.from,1),i=e.mapPos(this.to,-1)),n==this.from&&i==this.to?this:new c4(n,i,this.flags)}extend(e,t=e){if(e<=this.anchor&&t>=this.anchor)return c8.range(e,t);let n=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return c8.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 c8.range(e.anchor,e.head)}static create(e,t,n){return new c4(e,t,n)}}class c8{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:c8.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 c8([this.main],0)}addRange(e,t=!0){return c8.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let n=this.ranges.slice();return n[t]=e,c8.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 c8(e.ranges.map(e=>c4.fromJSON(e)),e.main)}static single(e,t=e){return new c8([c8.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,i=0;i<e.length;i++){let r=e[i];if(r.empty?r.from<=n:r.from<n)return c8.normalized(e.slice(),t);n=r.to}return new c8(e,t)}static cursor(e,t=0,n,i){return c4.create(e,e,(0==t?0:t<0?8:16)|(null==n?7:Math.min(6,n))|(null!=i?i:0xffffff)<<6)}static range(e,t,n,i){let r=(null!=n?n:0xffffff)<<6|(null==i?7:Math.min(6,i));return t<e?c4.create(t,e,48|r):c4.create(e,t,8*(t>e)|r)}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 i=e[n],r=e[n-1];if(i.empty?i.from<=r.to:i.from<r.to){let o=r.from,s=Math.max(i.to,r.to);n<=t&&t--,e.splice(--n,2,i.anchor>i.head?c8.range(s,o):c8.range(o,s))}}return new c8(e,t)}}function c6(e,t){for(let n of e.ranges)if(n.to>t)throw RangeError("Selection points outside of document")}let c9=0;class c7{constructor(e,t,n,i,r){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=i,this.id=c9++,this.default=e([]),this.extensions="function"==typeof r?r(this):r}get reader(){return this}static define(e={}){return new c7(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(!e.combine?ue:(e,t)=>e===t),!!e.static,e.enables)}of(e){return new ut([],this,0,e)}compute(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new ut(e,this,1,t)}computeN(e,t){if(this.isStatic)throw Error("Can't compute a static facet");return new ut(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],n=>t(n.field(e)))}}function ue(e,t){return e==t||e.length==t.length&&e.every((e,n)=>e===t[n])}class ut{constructor(e,t,n,i){this.dependencies=e,this.facet=t,this.type=n,this.value=i,this.id=c9++}dynamicSlot(e){var t;let n=this.value,i=this.facet.compareInput,r=this.id,o=e[r]>>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)||ui(e,c)){let t=n(e);if(s?!un(t,e.values[o],i):!i(t,e.values[o]))return e.values[o]=t,1}return 0},reconfigure:(e,t)=>{let l,a=t.config.address[r];if(null!=a){let r=uf(t,a);if(this.dependencies.every(n=>n instanceof c7?t.facet(n)===e.facet(n):!(n instanceof uo)||t.field(n,!1)==e.field(n,!1))||(s?un(l=n(e),r,i):i(l=n(e),r)))return e.values[o]=r,0}else l=n(e);return e.values[o]=l,1}}}}function un(e,t,n){if(e.length!=t.length)return!1;for(let i=0;i<e.length;i++)if(!n(e[i],t[i]))return!1;return!0}function ui(e,t){let n=!1;for(let i of t)1&ud(e,i)&&(n=!0);return n}let ur=c7.define({static:!0});class uo{constructor(e,t,n,i,r){this.id=e,this.createF=t,this.updateF=n,this.compareF=i,this.spec=r,this.provides=void 0}static define(e){let t=new uo(c9++,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(ur).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 i=e.values[t],r=this.updateF(i,n);return this.compareF(i,r)?0:(e.values[t]=r,1)},reconfigure:(e,n)=>{let i=e.facet(ur),r=n.facet(ur),o;return(o=i.find(e=>e.field==this))&&o!=r.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,ur.of({field:this,create:e})]}get extension(){return this}}function us(e){return t=>new ua(t,e)}let ul={highest:us(0),high:us(1),default:us(2),low:us(3),lowest:us(4)};class ua{constructor(e,t){this.inner=e,this.prec=t}}class uc{of(e){return new uu(this,e)}reconfigure(e){return uc.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class uu{constructor(e,t){this.compartment=e,this.inner=t}}class uh{constructor(e,t,n,i,r,o){for(this.base=e,this.compartments=t,this.dynamicSlots=n,this.address=i,this.staticValues=r,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 i,r,o;let s,l,a=[],c=Object.create(null),u=new Map;for(let n of(i=e,r=t,o=u,s=[[],[],[],[],[]],l=new Map,!function e(t,n){let i=l.get(t);if(null!=i){if(i<=n)return;let e=s[i].indexOf(t);e>-1&&s[i].splice(e,1),t instanceof uu&&o.delete(t.compartment)}if(l.set(t,n),Array.isArray(t))for(let i of t)e(i,n);else if(t instanceof uu){if(o.has(t.compartment))throw RangeError("Duplicate use of compartment in extensions");let i=r.get(t.compartment)||t.inner;o.set(t.compartment,i),e(i,n)}else if(t instanceof ua)e(t.inner,t.prec);else if(t instanceof uo)s[n].push(t),t.provides&&e(t.provides,n);else if(t instanceof ut)s[n].push(t),t.facet.extensions&&e(t.facet.extensions,2);else{let i=t.extension;if(!i)throw Error(`Unrecognized extension value in extension set (${t}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);e(i,n)}}(i,2),s.reduce((e,t)=>e.concat(t))))n instanceof uo?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],i=t[0].facet,r=p&&p[e]||[];if(t.every(e=>0==e.type))if(h[i.id]=d.length<<1|1,ue(r,t))d.push(n.facet(i));else{let e=i.combine(t.map(e=>e.value));d.push(n&&i.compare(e,n.facet(i))?n.facet(i):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[i.id]=f.length<<1,f.push(e=>(function(e,t,n){let i=n.map(t=>e[t.id]),r=n.map(e=>e.type),o=i.filter(e=>!(1&e)),s=e[t.id]>>1;function l(e){let n=[];for(let t=0;t<i.length;t++){let o=uf(e,i[t]);if(2==r[t])for(let e of o)n.push(e);else n.push(o)}return t.combine(n)}return{create(e){for(let t of i)ud(e,t);return e.values[s]=l(e),1},update(e,n){if(!ui(e,o))return 0;let i=l(e);return t.compare(i,e.values[s])?0:(e.values[s]=i,1)},reconfigure(e,r){let o=ui(e,i),a=r.config.facets[t.id],c=r.facet(t);if(a&&!o&&ue(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,i,t))}}return new uh(e,u,f.map(e=>e(h)),h,d,c)}}function ud(e,t){if(1&t)return 2;let n=t>>1,i=e.status[n];if(4==i)throw Error("Cyclic dependency between fields and/or facets");if(2&i)return i;e.status[n]=4;let r=e.computeSlot(e,e.config.dynamicSlots[n]);return e.status[n]=2|r}function uf(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}let up=c7.define(),um=c7.define({combine:e=>e.some(e=>e),static:!0}),ug=c7.define({combine:e=>e.length?e[0]:void 0,static:!0}),uv=c7.define(),ub=c7.define(),ux=c7.define(),uy=c7.define({combine:e=>!!e.length&&e[0]});class uw{constructor(e,t){this.type=e,this.value=t}static define(){return new uS}}class uS{of(e){return new uw(this,e)}}class uC{constructor(e){this.map=e}of(e){return new uk(this,e)}}class uk{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 uk(this.type,t)}is(e){return this.type==e}static define(e={}){return new uC(e.map||(e=>e))}static mapEffects(e,t){if(!e.length)return e;let n=[];for(let i of e){let e=i.map(t);e&&n.push(e)}return n}}uk.reconfigure=uk.define(),uk.appendConfig=uk.define();class uM{constructor(e,t,n,i,r,o){this.startState=e,this.changes=t,this.selection=n,this.effects=i,this.annotations=r,this.scrollIntoView=o,this._doc=null,this._state=null,n&&c6(n,t.newLength),r.some(e=>e.type==uM.time)||(this.annotations=r.concat(uM.time.of(Date.now())))}static create(e,t,n,i,r,o){return new uM(e,t,n,i,r,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(uM.userEvent);return!!(t&&(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function uT(e,t,n){var i;let r,o,s;return n?(r=t.changes,o=cQ.empty(t.changes.length),s=e.changes.compose(t.changes)):(r=t.changes.map(e.changes),o=e.changes.mapDesc(t.changes,!0),s=e.changes.compose(r)),{changes:s,selection:t.selection?t.selection.map(o):null==(i=e.selection)?void 0:i.map(r),effects:uk.mapEffects(e.effects,r).concat(uk.mapEffects(t.effects,o)),annotations:e.annotations.length?e.annotations.concat(t.annotations):t.annotations,scrollIntoView:e.scrollIntoView||t.scrollIntoView}}function uD(e,t,n){let i=t.selection,r=uR(t.annotations);return t.userEvent&&(r=r.concat(uM.userEvent.of(t.userEvent))),{changes:t.changes instanceof cQ?t.changes:cQ.of(t.changes||[],n,e.facet(ug)),selection:i&&(i instanceof c8?i:c8.single(i.anchor,i.head)),effects:uR(t.effects),annotations:r,scrollIntoView:!!t.scrollIntoView}}uM.time=uw.define(),uM.userEvent=uw.define(),uM.addToHistory=uw.define(),uM.remote=uw.define();let uA=[];function uR(e){return null==e?uA:Array.isArray(e)?e:[e]}var uP=((f=uP||(uP={}))[f.Word=0]="Word",f[f.Space=1]="Space",f[f.Other=2]="Other",f);let uI=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;try{i=RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(e){}class uO{constructor(e,t,n,i,r,o){this.config=e,this.doc=t,this.selection=n,this.values=i,this.status=e.statusTemplate.slice(),this.computeSlot=r,o&&(o._state=this);for(let e=0;e<this.config.dynamicSlots.length;e++)ud(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 ud(this,n),uf(this,n)}update(...e){return function e(t,n,i){let r=uD(t,n.length?n[0]:{},t.doc.length);n.length&&!1===n[0].filter&&(i=!1);for(let e=1;e<n.length;e++){!1===n[e].filter&&(i=!1);let o=!!n[e].sequential;r=uT(r,uD(t,n[e],o?r.changes.newLength:t.doc.length),o)}let o=uM.create(t,r.changes,r.selection,r.effects,r.annotations,r.scrollIntoView);return function(e){let t=e.startState,n=t.facet(ux),i=e;for(let r=n.length-1;r>=0;r--){let o=n[r](e);o&&Object.keys(o).length&&(i=uT(i,uD(t,o,e.changes.newLength),!0))}return i==e?e:uM.create(t,e.changes,e.selection,i.effects,i.annotations,i.scrollIntoView)}(i?function(t){let n=t.startState,i=!0;for(let e of n.facet(uv)){let n=e(t);if(!1===n){i=!1;break}Array.isArray(n)&&(i=!0===i?n:function(e,t){let n=[];for(let i=0,r=0;;){let o,s;if(i<e.length&&(r==t.length||t[r]>=e[i]))o=e[i++],s=e[i++];else{if(!(r<t.length))return n;o=t[r++],s=t[r++]}!n.length||n[n.length-1]<o?n.push(o,s):n[n.length-1]<s&&(n[n.length-1]=s)}}(i,n))}if(!0!==i){let e,r;if(!1===i)r=t.changes.invertedDesc,e=cQ.empty(n.doc.length);else{let n=t.changes.filter(i);e=n.changes,r=n.filtered.mapDesc(n.changes).invertedDesc}t=uM.create(n,e,t.selection&&t.selection.map(r),uk.mapEffects(t.effects,r),t.annotations,t.scrollIntoView)}let r=n.facet(ub);for(let i=r.length-1;i>=0;i--){let o=r[i](t);t=o instanceof uM?o:Array.isArray(o)&&1==o.length&&o[0]instanceof uM?o[0]:e(n,uR(o),!1)}return t}(o):o)}(this,e,!0)}applyTransaction(e){let t,n=this.config,{base:i,compartments:r}=n;for(let t of e.effects)t.is(uc.reconfigure)?(n&&(r=new Map,n.compartments.forEach((e,t)=>r.set(t,e)),n=null),r.set(t.value.compartment,t.value.extension)):t.is(uk.reconfigure)?(n=null,i=t.value):t.is(uk.appendConfig)&&(n=null,i=uR(i).concat(t.value));t=n?e.startState.values.slice():new uO(n=uh.resolve(i,r,this),this.doc,this.selection,n.dynamicSlots.map(()=>null),(e,t)=>t.reconfigure(e,this),null).values;let o=e.startState.facet(um)?e.newSelection:e.newSelection.asSingle();new uO(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:c8.cursor(t.from+e.length)}))}changeByRange(e){let t=this.selection,n=e(t.ranges[0]),i=this.changes(n.changes),r=[n.range],o=uR(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(i);for(let e=0;e<n;e++)r[e]=r[e].map(a);let c=i.mapDesc(l,!0);r.push(s.range.map(c)),i=i.compose(a),o=uk.mapEffects(o,a).concat(uk.mapEffects(uR(s.effects),c))}return{changes:i,selection:c8.create(r,t.mainIndex),effects:o}}changes(e=[]){return e instanceof cQ?e:cQ.of(e,this.doc.length,this.facet(uO.lineSeparator))}toText(e){return cj.of(e.split(this.facet(uO.lineSeparator)||cK))}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:(ud(this,t),uf(this,t))}toJSON(e){let t={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(e)for(let n in e){let i=e[n];i instanceof uo&&null!=this.config.address[i.id]&&(t[n]=i.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 i=[];if(n){for(let t in n)if(Object.prototype.hasOwnProperty.call(e,t)){let r=n[t],o=e[t];i.push(r.init(e=>r.spec.fromJSON(o,e)))}}return uO.create({doc:e.doc,selection:c8.fromJSON(e.selection),extensions:t.extensions?i.concat([t.extensions]):i})}static create(e={}){let t=uh.resolve(e.extensions||[],new Map),n=e.doc instanceof cj?e.doc:cj.of((e.doc||"").split(t.staticFacet(uO.lineSeparator)||cK)),i=e.selection?e.selection instanceof c8?e.selection:c8.single(e.selection.anchor,e.selection.head):c8.single(0);return c6(i,n.length),t.staticFacet(um)||(i=i.asSingle()),new uO(t,n,i,t.dynamicSlots.map(()=>null),(e,t)=>t.create(e),null)}get tabSize(){return this.facet(uO.tabSize)}get lineBreak(){return this.facet(uO.lineSeparator)||"\n"}get readOnly(){return this.facet(uy)}phrase(e,...t){for(let t of this.facet(uO.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 i=+(n||1);return!i||i>t.length?e:t[i-1]})),e}languageDataAt(e,t,n=-1){let i=[];for(let r of this.facet(up))for(let o of r(this,t,n))Object.prototype.hasOwnProperty.call(o,e)&&i.push(o[e]);return i}charCategorizer(e){var t;return t=this.languageDataAt("wordChars",e).join(""),e=>{if(!/\S/.test(e))return uP.Space;if(function(e){if(i)return i.test(e);for(let t=0;t<e.length;t++){let n=e[t];if(/\w/.test(n)||n>"\x80"&&(n.toUpperCase()!=n.toLowerCase()||uI.test(n)))return!0}return!1}(e))return uP.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return uP.Word;return uP.Other}}wordAt(e){let{text:t,from:n,length:i}=this.doc.lineAt(e),r=this.charCategorizer(e),o=e-n,s=e-n;for(;o>0;){let e=c_(t,o,!1);if(r(t.slice(e,o))!=uP.Word)break;o=e}for(;s<i;){let e=c_(t,s);if(r(t.slice(s,e))!=uP.Word)break;s=e}return o==s?null:c8.range(o+n,s+n)}}function uE(e,t,n={}){let i={};for(let t of e)for(let e of Object.keys(t)){let r=t[e],o=i[e];if(void 0===o)i[e]=r;else if(o===r||void 0===r);else if(Object.hasOwnProperty.call(n,e))i[e]=n[e](o,r);else throw Error("Config merge conflict for field "+e)}for(let e in t)void 0===i[e]&&(i[e]=t[e]);return i}uO.allowMultipleSelections=um,uO.tabSize=c7.define({combine:e=>e.length?e[0]:4}),uO.lineSeparator=ug,uO.readOnly=uy,uO.phrases=c7.define({compare(e,t){let n=Object.keys(e),i=Object.keys(t);return n.length==i.length&&n.every(n=>e[n]==t[n])}}),uO.languageData=up,uO.changeFilter=uv,uO.transactionFilter=ub,uO.transactionExtender=ux,uc.reconfigure=uk.define();class uZ{eq(e){return this==e}range(e,t=e){return uL.create(e,t,this)}}uZ.prototype.startSide=uZ.prototype.endSide=0,uZ.prototype.point=!1,uZ.prototype.mapMode=cY.TrackDel;class uL{constructor(e,t,n){this.from=e,this.to=t,this.value=n}static create(e,t,n){return new uL(e,t,n)}}function uj(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class uF{constructor(e,t,n,i){this.from=e,this.to=t,this.value=n,this.maxPoint=i}get length(){return this.to[this.to.length-1]}findIndex(e,t,n,i=0){let r=n?this.to:this.from;for(let o=i,s=r.length;;){if(o==s)return o;let i=o+s>>1,l=r[i]-e||(n?this.value[i].endSide:this.value[i].startSide)-t;if(i==o)return l>=0?o:s;l>=0?s=i:o=i+1}}between(e,t,n,i){for(let r=this.findIndex(t,-1e9,!0),o=this.findIndex(n,1e9,!1,r);r<o;r++)if(!1===i(this.from[r]+e,this.to[r]+e,this.value[r]))return!1}map(e,t){let n=[],i=[],r=[],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),i.push(h-o),r.push(d-o))}return{mapped:n.length?new uF(i,r,n,s):null,pos:o}}}class uB{constructor(e,t,n,i){this.chunkPos=e,this.chunk=t,this.nextLayer=n,this.maxPoint=i}static create(e,t,n,i){return new uB(e,t,n,i)}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:i=0,filterTo:r=this.length}=e,o=e.filter;if(0==t.length&&!o)return this;if(n&&(t=t.slice().sort(uj)),this.isEmpty)return t.length?uB.of(t):this;let s=new uH(this,null,-1).goto(0),l=0,a=[],c=new uV;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||i>this.chunkEnd(s.chunkIndex)||r<this.chunkPos[s.chunkIndex])&&c.addChunk(this.chunkPos[s.chunkIndex],this.chunk[s.chunkIndex])?s.nextChunk():((!o||i>s.to||r<s.from||o(s.from,s.to,s.value))&&!c.addInner(s.from,s.to,s.value)&&a.push(uL.create(s.from,s.to,s.value)),s.next());return c.finishInner(this.nextLayer.isEmpty&&!a.length?uB.empty:this.nextLayer.update({add:a,filter:o,filterFrom:i,filterTo:r}))}map(e){if(e.empty||this.isEmpty)return this;let t=[],n=[],i=-1;for(let r=0;r<this.chunk.length;r++){let o=this.chunkPos[r],s=this.chunk[r],l=e.touchesRange(o,o+s.length);if(!1===l)i=Math.max(i,s.maxPoint),t.push(s),n.push(e.mapPos(o));else if(!0===l){let{mapped:r,pos:l}=s.map(o,e);r&&(i=Math.max(i,r.maxPoint),t.push(r),n.push(l))}}let r=this.nextLayer.map(e);return 0==t.length?r:new uB(n,t,r||uB.empty,i)}between(e,t,n){if(!this.isEmpty){for(let i=0;i<this.chunk.length;i++){let r=this.chunkPos[i],o=this.chunk[i];if(t>=r&&e<=r+o.length&&!1===o.between(r,e-r,t-r,n))return}this.nextLayer.between(e,t,n)}}iter(e=0){return uz.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return uz.from(e).goto(t)}static compare(e,t,n,i,r=-1){let o=e.filter(e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=r),s=t.filter(e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=r),l=uN(o,s,n),a=new u$(o,l,r),c=new u$(s,l,r);n.iterGaps((e,t,n)=>u_(a,e,c,t,n,i)),n.empty&&0==n.length&&u_(a,0,c,0,0,i)}static eq(e,t,n=0,i){null==i&&(i=0x3b9ac9ff);let r=e.filter(e=>!e.isEmpty&&0>t.indexOf(e)),o=t.filter(t=>!t.isEmpty&&0>e.indexOf(t));if(r.length!=o.length)return!1;if(!r.length)return!0;let s=uN(r,o),l=new u$(r,s,0).goto(n),a=new u$(o,s,0).goto(n);for(;;){if(l.to!=a.to||!uq(l.active,a.active)||l.point&&(!a.point||!l.point.eq(a.point)))return!1;if(l.to>i)return!0;l.next(),a.next()}}static spans(e,t,n,i,r=-1){let o=new u$(e,null,r).goto(t),s=t,l=o.openStart;for(;;){let e=Math.min(o.to,n);if(o.point){let n=o.activeForPoint(o.to),r=o.pointFrom<t?n.length+1:o.point.startSide<0?n.length:Math.min(n.length,l);i.point(s,e,o.point,n,r,o.pointRank),l=Math.min(o.openEnd(e),n.length)}else e>s&&(i.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 uV;for(let i of e instanceof uL?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n<e.length;n++){let i=e[n];if(uj(t,i)>0)return e.slice().sort(uj);t=i}return e}(e):e)n.add(i.from,i.to,i.value);return n.finish()}static join(e){if(!e.length)return uB.empty;let t=e[e.length-1];for(let n=e.length-2;n>=0;n--)for(let i=e[n];i!=uB.empty;i=i.nextLayer)t=new uB(i.chunkPos,i.chunk,t,Math.max(i.maxPoint,t.maxPoint));return t}}uB.empty=new uB([],[],null,-1),uB.empty.nextLayer=uB.empty;class uV{finishChunk(e){this.chunks.push(new uF(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 uV)).add(e,t,n)}addInner(e,t,n){let i=e-this.lastTo||n.startSide-this.last.endSide;if(i<=0&&0>(e-this.lastFrom||n.startSide-this.last.startSide))throw Error("Ranges must be added sorted by `from` position and `startSide`");return!(i<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(uB.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=uB.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function uN(e,t,n){let i=new Map;for(let t of e)for(let e=0;e<t.chunk.length;e++)t.chunk[e].maxPoint<=0&&i.set(t.chunk[e],t.chunkPos[e]);let r=new Set;for(let e of t)for(let t=0;t<e.chunk.length;t++){let o=i.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))||r.add(e.chunk[t])}return r}class uH{constructor(e,t,n,i=0){this.layer=e,this.skip=t,this.minPoint=n,this.rank=i}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 i=this.layer.chunk[this.chunkIndex].findIndex(e-this.layer.chunkPos[this.chunkIndex],t,!0);(!n||this.rangeIndex<i)&&this.setRangeIndex(i)}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 uz{constructor(e){this.heap=e}static from(e,t=null,n=-1){let i=[];for(let r=0;r<e.length;r++)for(let o=e[r];!o.isEmpty;o=o.nextLayer)o.maxPoint>=n&&i.push(new uH(o,t,n,r));return 1==i.length?i[0]:new uz(i)}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--)uW(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--)uW(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(),uW(this.heap,0)}}}function uW(e,t){for(let n=e[t];;){let i=(t<<1)+1;if(i>=e.length)break;let r=e[i];if(i+1<e.length&&r.compare(e[i+1])>=0&&(r=e[i+1],i++),0>n.compare(r))break;e[i]=n,e[t]=r,t=i}}class u${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=uz.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){uG(this.active,e),uG(this.activeTo,e),uG(this.activeRank,e),this.minActive=uK(this.active,this.activeTo)}addActive(e){let t=0,{value:n,to:i,rank:r}=this.cursor;for(;t<this.activeRank.length&&(r-this.activeRank[t]||i-this.activeTo[t])>0;)t++;uU(this.active,t,n),uU(this.activeTo,t,i),uU(this.activeRank,t,r),e&&uU(e,t,this.cursor.from),this.minActive=uK(this.active,this.activeTo)}next(){let e=this.to,t=this.point;this.point=null;let n=this.openStart<0?[]:null;for(;;){let i=this.minActive;if(i>-1&&0>(this.activeTo[i]-this.cursor.from||this.active[i].endSide-this.cursor.startSide)){if(this.activeTo[i]>e){this.to=this.activeTo[i],this.endSide=this.active[i].endSide;break}this.removeActive(i),n&&uG(n,i)}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 u_(e,t,n,i,r,o){e.goto(t),n.goto(i);let s=i+r,l=i,a=i-t;for(;;){let t=e.to+a-n.to,i=t||e.endSide-n.endSide,r=i<0?e.to+a:n.to,c=Math.min(r,s);if(e.point||n.point?e.point&&n.point&&(e.point==n.point||e.point.eq(n.point))&&uq(e.activeForPoint(e.to),n.activeForPoint(n.to))||o.comparePoint(l,c,e.point,n.point):c>l&&!uq(e.active,n.active)&&o.compareRange(l,c,e.active,n.active),r>s)break;(t||e.openEnd!=n.openEnd)&&o.boundChange&&o.boundChange(r),l=r,i<=0&&e.next(),i>=0&&n.next()}}function uq(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 uG(e,t){for(let n=t,i=e.length-1;n<i;n++)e[n]=e[n+1];e.pop()}function uU(e,t,n){for(let n=e.length-1;n>=t;n--)e[n+1]=e[n];e[t]=n}function uK(e,t){let n=-1,i=1e9;for(let r=0;r<t.length;r++)0>(t[r]-i||e[r].endSide-e[n].endSide)&&(n=r,i=t[r]);return n}function uY(e,t,n=e.length){let i=0;for(let r=0;r<n&&r<e.length;)9==e.charCodeAt(r)?(i+=t-i%t,r++):(i++,r=c_(e,r));return i}function uX(e,t,n,i){for(let i=0,r=0;;){if(r>=t)return i;if(i==e.length)break;r+=9==e.charCodeAt(i)?n-r%n:1,i=c_(e,i)}return!0===i?-1:e.length}let uQ="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),uJ="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),u0="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class u1{constructor(e,t){this.rules=[];let{finish:n}=t||{};function i(e){return/^@/.test(e)?[e]:e.split(/,\s*/)}for(let t in e)!function e(t,r,o,s){let l=[],a=/^@(\w+)\b/.exec(t[0]),c=a&&"keyframes"==a[1];if(a&&null==r)return o.push(t[0]+";");for(let n in r){let s=r[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(i(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(" ")+"}")}(i(t),e[t],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let e=u0[uQ]||1;return u0[uQ]=e+1,"ͼ"+e.toString(36)}static mount(e,t,n){let i=e[uJ],r=n&&n.nonce;i?r&&i.setNonce(r):i=new u5(e,r),i.mount(Array.isArray(t)?t:[t],e)}}let u2=new Map;class u5{constructor(e,t){let n=e.ownerDocument||e,i=n.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let t=u2.get(n);if(t)return e[uJ]=t;this.sheet=new i.CSSStyleSheet,u2.set(n,this)}else this.styleTag=n.createElement("style"),t&&this.styleTag.setAttribute("nonce",t);this.modules=[],e[uJ]=this}mount(e,t){let n=this.sheet,i=0,r=0;for(let t=0;t<e.length;t++){let o=e[t],s=this.modules.indexOf(o);if(s<r&&s>-1&&(this.modules.splice(s,1),r--,s=-1),-1==s){if(this.modules.splice(r++,0,o),n)for(let e=0;e<o.rules.length;e++)n.insertRule(o.rules[e],i++)}else{for(;r<s;)i+=this.modules[r++].rules.length;i+=o.rules.length,r++}}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 u3={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:"'"},u4={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},u8="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),u6="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),u9=0;u9<10;u9++)u3[48+u9]=u3[96+u9]=String(u9);for(var u9=1;u9<=24;u9++)u3[u9+111]="F"+u9;for(var u9=65;u9<=90;u9++)u3[u9]=String.fromCharCode(u9+32),u4[u9]=String.fromCharCode(u9);for(var u7 in u3)u4.hasOwnProperty(u7)||(u4[u7]=u3[u7]);function he(e){return(11==e.nodeType?e.getSelection?e:e.ownerDocument:e).getSelection()}function ht(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function hn(e,t){if(!t.anchorNode)return!1;try{return ht(e,t.anchorNode)}catch(e){return!1}}function hi(e){return 3==e.nodeType?hp(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function hr(e,t,n,i){return!!n&&(hl(e,t,n,i,-1)||hl(e,t,n,i,1))}function ho(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function hs(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}function hl(e,t,n,i,r){for(;;){if(e==n&&t==i)return!0;if(t==(r<0?0:ha(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=ho(e)+(r<0?0:1),e=n}else{if(1!=e.nodeType||1==(e=e.childNodes[t+(r<0?-1:0)]).nodeType&&"false"==e.contentEditable)return!1;t=r<0?ha(e):0}}}function ha(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}function hc(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function hu(e,t){let n=t.width/e.offsetWidth,i=t.height/e.offsetHeight;return(n>.995&&n<1.005||!isFinite(n)||1>Math.abs(t.width-e.offsetWidth))&&(n=1),(i>.995&&i<1.005||!isFinite(i)||1>Math.abs(t.height-e.offsetHeight))&&(i=1),{scaleX:n,scaleY:i}}class hh{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?ha(t):0),n,Math.min(e.focusOffset,n?ha(n):0))}set(e,t,n,i){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=i}}let hd=null;function hf(e){if(e.setActive)return e.setActive();if(hd)return e.focus(hd);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==hd?{get preventScroll(){return hd={preventScroll:!0},!0}}:void 0),!hd){hd=!1;for(let e=0;e<t.length;){let n=t[e++],i=t[e++],r=t[e++];n.scrollTop!=i&&(n.scrollTop=i),n.scrollLeft!=r&&(n.scrollLeft=r)}}}function hp(e,t,n=t){let i=r||(r=document.createRange());return i.setEnd(e,n),i.setStart(e,t),i}function hm(e,t,n,i){let r={key:t,code:t,keyCode:n,which:n,cancelable:!0};i&&({altKey:r.altKey,ctrlKey:r.ctrlKey,shiftKey:r.shiftKey,metaKey:r.metaKey}=i);let o=new KeyboardEvent("keydown",r);o.synthetic=!0,e.dispatchEvent(o);let s=new KeyboardEvent("keyup",r);return s.synthetic=!0,e.dispatchEvent(s),o.defaultPrevented||s.defaultPrevented}function hg(e){for(;e.attributes.length;)e.removeAttributeNode(e.attributes[0])}function hv(e){return e.scrollTop>Math.max(1,e.scrollHeight-e.clientHeight-4)}function hb(e,t){for(let n=e,i=t;;)if(3==n.nodeType&&i>0)return{node:n,offset:i};else if(1==n.nodeType&&i>0){if("false"==n.contentEditable)return null;i=ha(n=n.childNodes[i-1])}else{if(!n.parentNode||hs(n))return null;i=ho(n),n=n.parentNode}}function hx(e,t){for(let n=e,i=t;;)if(3==n.nodeType&&i<n.nodeValue.length)return{node:n,offset:i};else if(1==n.nodeType&&i<n.childNodes.length){if("false"==n.contentEditable)return null;n=n.childNodes[i],i=0}else{if(!n.parentNode||hs(n))return null;i=ho(n)+1,n=n.parentNode}}class hy{constructor(e,t,n=!0){this.node=e,this.offset=t,this.precise=n}static before(e,t){return new hy(e.parentNode,ho(e),t)}static after(e,t){return new hy(e.parentNode,ho(e)+1,t)}}let hw=[];class hS{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,i=null,r;for(let o of this.children){if(7&o.flags){if(!o.dom&&(r=i?i.nextSibling:n.firstChild)){let e=hS.get(r);(!e||!e.parent&&e.canReuseDOM(o))&&o.reuseDOM(r)}o.sync(e,t),o.flags&=-8}if(r=i?i.nextSibling:n.firstChild,t&&!t.written&&t.node==n&&r!=o.dom&&(t.written=!0),o.dom.parentNode==n)for(;r&&r!=o.dom;)r=hC(r);else n.insertBefore(o.dom,r);i=o.dom}for((r=i?i.nextSibling:n.firstChild)&&t&&t.node==n&&(t.written=!0);r;)r=hC(r)}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 i=0==ha(e)?0:0==t?-1:1;for(;;){let t=e.parentNode;if(t==this.dom)break;0==i&&t.firstChild!=t.lastChild&&(i=e==t.firstChild?-1:1),e=t}n=i<0?e:e.nextSibling}if(n==this.dom.firstChild)return 0;for(;n&&!hS.get(n);)n=n.nextSibling;if(!n)return this.length;for(let e=0,t=0;;e++){let i=this.children[e];if(i.dom==n)return t;t+=i.length+i.breakAfter}}domBoundsAround(e,t,n=0){let i=-1,r=-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==i&&(i=l,r=a),a>t&&n.dom.parentNode==this.dom){o=l,s=c;break}c=u,a=u+n.breakAfter}return{from:r,to:s<0?n+this.length:s,startDOM:(i?this.children[i-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=hw){this.markDirty();for(let i=e;i<t;i++){let e=this.children[i];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 hk(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,i,r,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 hC(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}hS.prototype.breakAfter=0;class hk{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 hM(e,t,n,i,r,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==i&&u&&!s&&!d&&o.length<2&&u.merge(n,r,o.length?h:null,0==n,l,a))){if(i<c.length){let e=c[i];e&&(r<e.length||e.breakAfter&&(null==h?void 0:h.breakAfter))?(t==i&&(e=e.split(r),r=0),!d&&h&&e.merge(0,r,h,!0,0,a)?o[o.length-1]=e:((r||e.children.length&&!e.children[0].length)&&e.merge(0,r,null,!1,0,a),o.push(e))):(null==e?void 0:e.breakAfter)&&(h?h.breakAfter=1:s=1),i++}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<i&&o.length;)if(c[i-1].become(o[o.length-1]))i--,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&&i<c.length&&!c[t-1].breakAfter&&c[i].merge(0,0,c[t-1],!1,l,a)&&t--,(t<i||o.length)&&e.replaceChildren(t,i,o)}}function hT(e,t,n,i,r,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 i)h+=e.length;e.length+=h,hM(e,c,u,l,a,i,0,r,o)}let hD="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},hA="undefined"!=typeof document?document:{documentElement:{style:{}}},hR=/Edge\/(\d+)/.exec(hD.userAgent),hP=/MSIE \d/.test(hD.userAgent),hI=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(hD.userAgent),hO=!!(hP||hI||hR),hE=!hO&&/gecko\/(\d+)/i.test(hD.userAgent),hZ=!hO&&/Chrome\/(\d+)/.exec(hD.userAgent),hL="webkitFontSmoothing"in hA.documentElement.style,hj=!hO&&/Apple Computer/.test(hD.vendor),hF=hj&&(/Mobile\/\w+/.test(hD.userAgent)||hD.maxTouchPoints>2);var hB={mac:hF||/Mac/.test(hD.platform),windows:/Win/.test(hD.platform),linux:/Linux|X11/.test(hD.platform),ie:hO,ie_version:hP?hA.documentMode||6:hI?+hI[1]:hR?+hR[1]:0,gecko:hE,gecko_version:hE?+(/Firefox\/(\d+)/.exec(hD.userAgent)||[0,0])[1]:0,chrome:!!hZ,chrome_version:hZ?+hZ[1]:0,ios:hF,android:/Android\b/.test(hD.userAgent),webkit:hL,safari:hj,webkit_version:hL?+(/\bAppleWebKit\/(\d+)/.exec(hD.userAgent)||[0,0])[1]:0,tabSize:null!=hA.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class hV extends hS{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 hV&&!(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 hV(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 hy(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 i=e.nodeValue.length;t>i&&(t=i);let r=t,o=t,s=0;0==t&&n<0||t==i&&n>=0?!(hB.chrome||hB.gecko)&&(t?(r--,s=1):o<i&&(o++,s=-1)):n<0?r--:o<i&&o++;let l=hp(e,r,o).getClientRects();if(!l.length)return null;let a=l[(s?s<0:n>=0)?0:l.length-1];return hB.safari&&!s&&0==a.width&&(a=Array.prototype.find.call(l,e=>e.width)||a),s?hc(a,s<0):a||null}(this.dom,e,t)}}class hN extends hS{constructor(e,t=[],n=0){for(let i of(super(),this.mark=e,this.children=t,this.length=n,t))i.setParent(this)}setAttrs(e){if(hg(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,i,r,o){return(!n||!!(n instanceof hN&&n.mark.eq(this.mark))&&(!e||!(r<=0))&&(!(t<this.length)||!(o<=0)))&&(hT(this,e,t,n?n.children.slice():[],r-1,o-1),this.markDirty(),!0)}split(e){let t=[],n=0,i=-1,r=0;for(let o of this.children){let s=n+o.length;s>e&&t.push(n<e?o.split(e-n):o),i<0&&n>=e&&(i=r),n=s,r++}let o=this.length-e;return this.length=e,i>-1&&(this.children.length=i,this.markDirty()),new hN(this.mark,t,o)}domAtPos(e){return hW(this,e)}coordsAt(e,t){return h$(this,e,t)}}class hH extends hS{static create(e,t,n){return new hH(e,t,n)}constructor(e,t,n){super(),this.widget=e,this.length=t,this.side=n,this.prevWidget=null}split(e){let t=hH.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,i,r,o){return(!n||n instanceof hH&&!!this.widget.compare(n.widget)&&(!(e>0)||!(r<=0))&&(!(t<this.length)||!(o<=0)))&&(this.length=e+(n?n.length:0)+(this.length-t),!0)}become(e){return e instanceof hH&&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 cj.empty;let e=this;for(;e.parent;)e=e.parent;let{view:t}=e,n=t&&t.state.doc,i=this.posAtStart;return n?n.slice(i,i+this.length):cj.empty}domAtPos(e){return(this.length?0==e:this.side>0)?hy.before(this.dom):hy.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 i=this.dom.getClientRects(),r=null;if(!i.length)return null;let o=this.side?this.side<0:e>0;for(let t=o?i.length-1:0;r=i[t],e>0?0!=t:t!=i.length-1&&!(r.top<r.bottom);t+=o?-1:1);return hc(r,!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 hz extends hS{constructor(e){super(),this.side=e}get length(){return 0}merge(){return!1}become(e){return e instanceof hz&&e.side==this.side}split(){return new hz(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?hy.before(this.dom):hy.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(e){return this.dom.getBoundingClientRect()}get overrideDOMText(){return cj.empty}get isHidden(){return!0}}function hW(e,t){let n=e.dom,{children:i}=e,r=0;for(let e=0;r<i.length;r++){let o=i[r],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=r;e>0;e--){let t=i[e-1];if(t.dom.parentNode==n)return t.domAtPos(t.length)}for(let e=r;e<i.length;e++){let t=i[e];if(t.dom.parentNode==n)return t.domAtPos(0)}return new hy(n,0)}function h$(e,t,n){let i=null,r=-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)&&(i=u,r=l-c)),c=h}}(e,t);let l=(n<0?i:o)||i||o;return l?l.coordsAt(Math.max(0,l==i?r:s),n):function(e){let t=e.dom.lastChild;if(!t)return e.dom.getBoundingClientRect();let n=hi(t);return n[n.length-1]||null}(e)}function h_(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}hV.prototype.children=hH.prototype.children=hz.prototype.children=hw;let hq=Object.create(null);function hG(e,t,n){if(e==t)return!0;e||(e=hq),t||(t=hq);let i=Object.keys(e),r=Object.keys(t);if(i.length-(n&&i.indexOf(n)>-1?1:0)!=r.length-(n&&r.indexOf(n)>-1?1:0))return!1;for(let o of i)if(o!=n&&(-1==r.indexOf(o)||e[o]!==t[o]))return!1;return!0}function hU(e,t,n){let i=!1;if(t)for(let r in t)n&&r in n||(i=!0,"style"==r?e.style.cssText="":e.removeAttribute(r));if(n)for(let r in n)t&&t[r]==n[r]||(i=!0,"style"==r?e.style.cssText=n[r]:e.setAttribute(r,n[r]));return i}class hK{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 hY=((p=hY||(hY={}))[p.Text=0]="Text",p[p.WidgetBefore=1]="WidgetBefore",p[p.WidgetAfter=2]="WidgetAfter",p[p.WidgetRange=3]="WidgetRange",p);class hX extends uZ{constructor(e,t,n,i){super(),this.startSide=e,this.endSide=t,this.widget=n,this.spec=i}get heightRelevant(){return!1}static mark(e){return new hQ(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 h0(e,t,t,n,e.widget||null,!1)}static replace(e){let t=!!e.block,n,i;if(e.isBlockGap)n=-5e8,i=4e8;else{let{start:r,end:o}=h1(e,t);n=(r?t?-3e8:-1:5e8)-1,i=(o?t?2e8:1:-6e8)+1}return new h0(e,n,i,t,e.widget||null,!0)}static line(e){return new hJ(e)}static set(e,t=!1){return uB.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}hX.none=uB.empty;class hQ extends hX{constructor(e){let{start:t,end:n}=h1(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 hQ&&this.tagName==e.tagName&&(this.class||(null==(t=this.attrs)?void 0:t.class))==(e.class||(null==(n=e.attrs)?void 0:n.class))&&hG(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)}}hQ.prototype.point=!1;class hJ extends hX{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof hJ&&this.spec.class==e.spec.class&&hG(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)}}hJ.prototype.mapMode=cY.TrackBefore,hJ.prototype.point=!0;class h0 extends hX{constructor(e,t,n,i,r,o){super(t,n,r,e),this.block=i,this.isReplace=o,this.mapMode=i?t<=0?cY.TrackBefore:cY.TrackAfter:cY.TrackDel}get type(){return this.startSide!=this.endSide?hY.WidgetRange:this.startSide<=0?hY.WidgetBefore:hY.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){var t,n;return e instanceof h0&&(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 h1(e,t=!1){let{inclusiveStart:n,inclusiveEnd:i}=e;return null==n&&(n=e.inclusive),null==i&&(i=e.inclusive),{start:null!=n?n:t,end:null!=i?i:t}}function h2(e,t,n,i=0){let r=n.length-1;r>=0&&n[r]+i>=e?n[r]=Math.max(n[r],t):n.push(e,t)}h0.prototype.point=!0;class h5 extends hS{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(e,t,n,i,r,o){if(n){if(!(n instanceof h5))return!1;this.dom||n.transferDOM(this)}return i&&this.setDeco(n?n.attrs:null),hT(this,e,t,n?n.children.slice():[],r,o),!0}split(e){let t=new h5;if(t.breakAfter=this.breakAfter,0==this.length)return t;let{i:n,off:i}=this.childPos(e);i&&(t.append(this.children[n].split(i),0),this.children[n].merge(i,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){hG(this.attrs,e)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=e)}append(e,t){!function e(t,n,i){let r,{children:o}=t;i>0&&n instanceof hN&&o.length&&(r=o[o.length-1])instanceof hN&&r.mark.eq(n.mark)?e(r,n.children[0],i-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=h_(t,this.attrs||{})),n&&(this.attrs=h_({class:n},this.attrs||{}))}domAtPos(e){return hW(this,e)}reuseDOM(e){"DIV"==e.nodeName&&(this.setDOM(e),this.flags|=6)}sync(e,t){var n;this.dom?4&this.flags&&(hg(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&&(hU(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(e,t);let i=this.dom.lastChild;for(;i&&hS.get(i)instanceof hN;)i=i.lastChild;if(!i||!this.length||"BR"!=i.nodeName&&(null==(n=hS.get(i))?void 0:n.isEditable)==!1&&(!hB.ios||!this.children.some(e=>e instanceof hV))){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 hV)||/[^ -~]/.test(n.text))return null;let i=hi(n.dom);if(1!=i.length)return null;e+=i[0].width,t=i[0].height}return e?{lineHeight:this.dom.getBoundingClientRect().height,charWidth:e/this.length,textHeight:t}:null}coordsAt(e,t){let n=h$(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 i=(t-e.textHeight)/2;return{top:n.top+i,bottom:n.bottom-i,left:n.left,right:n.left}}}return n}become(e){return e instanceof h5&&0==this.children.length&&0==e.children.length&&hG(this.attrs,e.attrs)&&this.breakAfter==e.breakAfter}covers(){return!0}static find(e,t){for(let n=0,i=0;n<e.children.length;n++){let r=e.children[n],o=i+r.length;if(o>=t){if(r instanceof h5)return r;if(o>t)break}i=o+r.breakAfter}return null}}class h3 extends hS{constructor(e,t,n){super(),this.widget=e,this.length=t,this.deco=n,this.breakAfter=0,this.prevWidget=null}merge(e,t,n,i,r,o){return(!n||n instanceof h3&&!!this.widget.compare(n.widget)&&(!(e>0)||!(r<=0))&&(!(t<this.length)||!(o<=0)))&&(this.length=e+(n?n.length:0)+(this.length-t),!0)}domAtPos(e){return 0==e?hy.before(this.dom):hy.after(this.dom,e==this.length)}split(e){let t=this.length-e;this.length=e;let n=new h3(this.widget,t,this.deco);return n.breakAfter=this.breakAfter,n}get children(){return hw}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):cj.empty}domBoundsAround(){return null}become(e){return e instanceof h3&&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 h4?null:hc(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 h4 extends hK{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 h8{constructor(e,t,n,i){this.doc=e,this.pos=t,this.end=n,this.disallowBlockEffectsFor=i,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 h3&&e.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new h5),this.atCursorPos=!0),this.curLine}flushBuffer(e=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(h6(new hz(-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 h3||this.getLine()}buildText(e,t,n){for(;e>0;){if(this.textOff==this.text.length){let{value:t,lineBreak:n,done:i}=this.cursor.next(this.skip);if(this.skip=0,i)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 i=Math.min(this.text.length-this.textOff,e,512);this.flushBuffer(t.slice(t.length-n)),this.getLine().append(h6(new hV(this.text.slice(this.textOff,this.textOff+i)),t),n),this.atCursorPos=!0,this.textOff+=i,e-=i,n=0}}span(e,t,n,i){this.buildText(t-e,n,i),this.pos=t,this.openStart<0&&(this.openStart=i)}point(e,t,n,i,r,o){if(this.disallowBlockEffectsFor[o]&&n instanceof h0){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 h0)if(n.block)n.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new h3(n.widget||h9.block,s,n));else{let o=hH.create(n.widget||h9.inline,s,s?0:n.startSide),l=this.atCursorPos&&!o.isEditable&&r<=i.length&&(e<t||n.startSide>0),a=!o.isEditable&&(e<t||r>i.length||n.startSide<=0),c=this.getLine();2!=this.pendingBuffer||l||o.isEditable||(this.pendingBuffer=0),this.flushBuffer(i),l&&(c.append(h6(new hz(1),i),r),r=i.length+Math.max(0,r-i.length)),c.append(h6(o,i),r),this.atCursorPos=a,this.pendingBuffer=a?e<t||r>i.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=i.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=r)}static build(e,t,n,i,r){let o=new h8(e,t,n,r);return o.openEnd=uB.spans(i,t,n,o),o.openStart<0&&(o.openStart=o.openEnd),o.finish(o.openEnd),o}}function h6(e,t){for(let n of t)e=new hN(n,[e],e.length);return e}class h9 extends hK{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}}h9.inline=new h9("span"),h9.block=new h9("div");var h7=((m=h7||(h7={}))[m.LTR=0]="LTR",m[m.RTL=1]="RTL",m);let de=h7.LTR,dt=h7.RTL;function dn(e){let t=[];for(let n=0;n<e.length;n++)t.push(1<<e[n]);return t}let di=dn("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),dr=dn("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),ds=Object.create(null),dl=[];for(let e of["()","[]","{}"]){let t=e.charCodeAt(0),n=e.charCodeAt(1);ds[t]=n,ds[n]=-t}function da(e){return e<=247?di[e]:1424<=e&&e<=1524?2:1536<=e&&e<=1785?dr[e-1536]:1774<=e&&e<=2220?4:8192<=e&&e<=8204?256:64336<=e&&e<=65023?4:1}let dc=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class du{get dir(){return this.level%2?dt:de}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,i){let r=-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;(r<0||(0!=i?i<0?s.from<t:s.to>t:e[r].level>s.level))&&(r=o)}}if(r<0)throw RangeError("Index out of range");return r}}let dh=[];function dd(e){return[new du(0,e,0)]}let df="",dp=c7.define(),dm=c7.define(),dg=c7.define(),dv=c7.define(),db=c7.define(),dx=c7.define(),dy=c7.define(),dw=c7.define(),dS=c7.define(),dC=c7.define({combine:e=>e.some(e=>e)}),dk=c7.define({combine:e=>e.some(e=>e)}),dM=c7.define();class dT{constructor(e,t="nearest",n="nearest",i=5,r=5,o=!1){this.range=e,this.y=t,this.x=n,this.yMargin=i,this.xMargin=r,this.isSnapshot=o}map(e){return e.empty?this:new dT(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 dT(c8.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}let dD=uk.define({map:(e,t)=>e.map(t)}),dA=uk.define();function dR(e,t,n){let i=e.facet(dv);i.length?i[0](t):window.onerror?window.onerror(String(t),n,void 0,void 0,t):n?console.error(n+":",t):console.error(t)}let dP=c7.define({combine:e=>!e.length||e[0]}),dI=0,dO=c7.define();class dE{constructor(e,t,n,i,r){this.id=e,this.create=t,this.domEventHandlers=n,this.domEventObservers=i,this.extension=r(this)}static define(e,t){let{eventHandlers:n,eventObservers:i,provide:r,decorations:o}=t||{};return new dE(dI++,e,n,i,e=>{let t=[dO.of(e)];return o&&t.push(dF.of(t=>{let n=t.plugin(e);return n?o(n):hX.none})),r&&t.push(r(e)),t})}static fromClass(e,t){return dE.define(t=>new e(t),t)}}class dZ{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(dR(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){dR(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){dR(e.state,t,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}let dL=c7.define(),dj=c7.define(),dF=c7.define(),dB=c7.define(),dV=c7.define(),dN=c7.define();function dH(e,t){let n=e.state.facet(dN);if(!n.length)return n;let i=n.map(t=>t instanceof Function?t(e):t),r=[];return uB.spans(i,t.from,t.to,{point(){},span(e,n,i,o){let s=e-t.from,l=n-t.from,a=r;for(let e=i.length-1;e>=0;e--,o--){let n=i[e].spec.bidiIsolate,r;if(null==n&&(n=function(e,t,n){for(let i=t;i<n;i++){let t=da(e.charCodeAt(i));if(1==t)break;if(2==t||4==t)return dt}return de}(t.text,s,l)),o>0&&a.length&&(r=a[a.length-1]).to==s&&r.direction==n)r.to=l,a=r.inner;else{let e={from:s,to:l,direction:n,inner:[]};a.push(e),a=e.inner}}}}),r}let dz=c7.define();function dW(e){let t=0,n=0,i=0,r=0;for(let o of e.state.facet(dz)){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&&(i=Math.max(i,s.top)),null!=s.bottom&&(r=Math.max(r,s.bottom)))}return{left:t,right:n,top:i,bottom:r}}let d$=c7.define();class d_{constructor(e,t,n,i){this.fromA=e,this.toA=t,this.fromB=n,this.toB=i}join(e){return new d_(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 i=e[t-1];if(!(i.fromA>n.toA)){if(i.toA<n.fromA)break;n=n.join(i),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 i=0,r=0,o=0,s=0;;i++){let l=i==e.length?null:e[i],a=o-s,c=l?l.fromB:1e9;for(;r<t.length&&t[r]<c;){let e=t[r],i=t[r+1],o=Math.max(s,e),l=Math.min(c,i);if(o<=l&&new d_(o+a,l+a,o,l).addToSet(n),i>c)break;r+=2}if(!l)return n;new d_(l.fromA,l.toA,l.fromB,l.toB).addToSet(n),o=l.toA,s=l.toB}}}class dq{constructor(e,t,n){for(let i of(this.view=e,this.state=t,this.transactions=n,this.flags=0,this.startState=e.state,this.changes=cQ.empty(this.startState.doc.length),n))this.changes=this.changes.compose(i.changes);let i=[];this.changes.iterChangedRanges((e,t,n,r)=>i.push(new d_(e,t,n,r))),this.changedRanges=i}static create(e,t,n){return new dq(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 dG extends hS{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=hX.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 h5],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new d_(0,0,0,e.state.doc.length)],0,null)}update(e){var t,n,i,r,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,i=this.hasComposition,l=!1,i&&n.iterChangedRanges((e,t)=>{e<i.to&&t>i.from&&(l=!0)}),l||e.selectionSet||(u=e.state.selection.main.head)));let h=u>-1?function(e,t,n){let i=dU(e,n);if(!i)return null;let{node:r,from:o,to:s}=i,l=r.nodeValue;if(/[\n\r]/.test(l)||e.state.doc.sliceString(i.from,i.to)!=l)return null;let a=t.invertedDesc,c=new d_(a.mapPos(o),a.mapPos(s),o,s),u=[];for(let t=r.parentNode;;t=t.parentNode){let n=hS.get(t);if(n instanceof hN)u.push({node:t,deco:n.mark});else{if(n instanceof h5||"DIV"==t.nodeName&&t.parentNode==e.contentDOM)return{range:c,text:r,marks:u,line:t};if(t==e.contentDOM)return null;u.push({node:t,deco:new hQ({inclusive:!0,attributes:function(e){let t=Object.create(null);for(let n=0;n<e.attributes.length;n++){let i=e.attributes[n];t[i.name]=i.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 d_(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,(hB.ie||hB.chrome)&&!h&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let d=(r=this.decorations,o=this.updateDeco(),s=e.changes,a=new dK,uB.compare(r,o,s,a),a.changes);return c=d_.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:i}=this.view;i.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let e=hB.chrome||hB.ios?{node:i.selectionRange.focusNode,written:!1}:void 0;this.sync(this.view,e),this.flags&=-8,e&&(e.written||i.selectionRange.focusNode!=e.node)&&(this.forceSelection=!0),this.dom.style.height=""}),this.markedForComposition.forEach(e=>e.flags&=-9);let r=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let e of this.children)e instanceof h3&&e.widget instanceof h4&&r.push(e.dom);i.updateGaps(r)}updateChildren(e,t,n){let i=n?n.range.addToSet(e.slice()):e,r=this.childCursor(t);for(let e=i.length-1;;e--){let t=e>=0?i[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=h8.build(this.view.state.doc,l,n.range.fromB,this.decorations,this.dynamicDecorationMap),t=h8.build(this.view.state.doc,n.range.toB,a,this.decorations,this.dynamicDecorationMap);u=e.breakAtStart,h=e.openStart,d=t.openEnd;let i=this.compositionView(n);t.breakAtStart?i.breakAfter=1:t.content.length&&i.merge(i.length,i.length,t.content[0],!1,t.openStart,0)&&(i.breakAfter=t.content[0].breakAfter,t.content.shift()),e.content.length&&i.merge(0,0,e.content[e.content.length-1],!0,0,e.openEnd)&&e.content.pop(),c=e.content.concat(i).concat(t.content)}else({content:c,breakAtStart:u,openStart:h,openEnd:d}=h8.build(this.view.state.doc,l,a,this.decorations,this.dynamicDecorationMap));let{i:f,off:p}=r.findPos(s,1),{i:m,off:g}=r.findPos(o,-1);hM(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(dA)&&(this.editContextFormatting=e.value)}compositionView(e){let t=new hV(e.text.nodeValue);for(let{deco:n}of(t.flags|=8,e.marks))t=new hN(n,[t],t.length);let n=new h5;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=hS.get(e);n&&n!=t&&(n.dom=null),t.setDOM(e)},n=this.childPos(e.range.fromB,1),i=this.children[n.i];t(e.line,i);for(let r=e.marks.length-1;r>=-1;r--)n=i.childPos(n.off,1),i=i.children[n.i],t(r>=0?e.marks[r].node:e.text,i)}updateSelection(e=!1,t=!1){var n;(e||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let i=this.view.root.activeElement,r=i==this.dom,o=!r&&!(this.view.state.facet(dP)||this.dom.tabIndex>-1)&&hn(this.dom,this.view.observer.selectionRange)&&!(i&&this.dom.contains(i));if(!(r||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(hB.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 hy(e,0),s=!0}let u=this.view.observer.selectionRange;!s&&u.focusNode&&(hr(a.node,a.offset,u.anchorNode,u.anchorOffset)&&hr(c.node,c.offset,u.focusNode,u.focusOffset)||this.suppressWidgetCursorChange(u,l))||(this.view.observer.ignore(()=>{hB.android&&hB.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=he(this.view.root);if(e)if(l.empty){if(hB.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?hb:hx)(a.node,a.offset);t&&(a=new hy(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(),i&&i.focus())}),this.view.observer.setSelectionRange(a,c)),this.impreciseAnchor=a.precise?null:new hy(u.anchorNode,u.anchorOffset),this.impreciseHead=c.precise?null:new hy(u.focusNode,u.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&hr(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=he(e.root),{anchorNode:i,anchorOffset:r}=e.observer.selectionRange;if(!n||!t.empty||!t.assoc||!n.modify)return;let o=h5.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(i,r)}moveToLine(e){let t=this.dom,n;if(e.node!=t)return e;for(let i=e.offset;!n&&i<t.childNodes.length;i++){let e=hS.get(t.childNodes[i]);e instanceof h5&&(n=e.domAtPos(0))}for(let i=e.offset-1;!n&&i>=0;i--){let e=hS.get(t.childNodes[i]);e instanceof h5&&(n=e.domAtPos(e.length))}return n?new hy(n.node,n.offset,!0):e}nearest(e){for(let t=e;t;){let e=hS.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 h5)break;t++,n=0}return this.children[t].domAtPos(n)}coordsAt(e,t){let n=null,i=0;for(let r=this.length,o=this.children.length-1;o>=0;o--){let s=this.children[o],l=r-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 h5&&!(n instanceof h5&&t>=0)))n=s,i=a;else if(n&&a==e&&l==e&&s instanceof h3&&2>Math.abs(t))if(s.deco.startSide<0)break;else o&&(n=null);r=a}return n?n.coordsAt(e-i,t):null}coordsForChar(e){let{i:t,off:n}=this.childPos(e,1),i=this.children[t];if(!(i instanceof h5))return null;for(;i.children.length;){let{i:e,off:t}=i.childPos(n,1);for(;;e++){if(e==i.children.length)return null;if((i=i.children[e]).length)break}n=t}if(!(i instanceof hV))return null;let r=c_(i.text,n);if(r==n)return null;let o=hp(i.dom,n,r).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:i}=e,r=this.view.contentDOM.clientWidth,o=r>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,s=-1,l=this.view.textDirection==h7.LTR;for(let e=0,a=0;a<this.children.length;a++){let c=this.children[a],u=e+c.length;if(u>i)break;if(e>=n){let n=c.dom.getBoundingClientRect();if(t.push(n.height),o){let t=c.dom.lastChild,i=t?hi(t):[];if(i.length){let t=i[i.length-1],o=l?t.right-n.left:n.right-t.left;o>s&&(s=o,this.minWidth=r,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?h7.RTL:h7.LTR}measureTextSize(){for(let e of this.children)if(e instanceof h5){let t=e.measureTextSize();if(t)return t}let e=document.createElement("div"),t,n,i;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 r=hi(e.firstChild)[0];t=e.getBoundingClientRect().height,n=r?r.width/27:7,i=r?r.height:t,e.remove()}),{lineHeight:t,charWidth:n,textHeight:i}}childCursor(e=this.length){let t=this.children.length;return t&&(e-=this.children[--t].length),new hk(this.children,e,t)}computeBlockGapDeco(){let e=[],t=this.view.viewState;for(let n=0,i=0;;i++){let r=i==t.viewports.length?null:t.viewports[i],o=r?r.from-1:this.length;if(o>n){let i=(t.lineBlockAt(o).bottom-t.lineBlockAt(n).top)/this.view.scaleY;e.push(hX.replace({widget:new h4(i),block:!0,inclusive:!0,isBlockGap:!0}).range(n,o))}if(!r)break;n=r.to+1}return hX.set(e)}updateDeco(){let e=1,t=this.view.state.facet(dF).map(t=>(this.dynamicDecorationMap[e++]="function"==typeof t)?t(this.view):t),n=!1,i=this.view.state.facet(dB).map((e,t)=>{let i="function"==typeof e;return i&&(n=!0),i?e(this.view):e});for(i.length&&(this.dynamicDecorationMap[e++]=n,t.push(uB.join(i))),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(dM))try{if(t(this.view,e.range,e))return!0}catch(e){dR(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),i;if(!n)return;!t.empty&&(i=this.coordsAt(t.anchor,t.anchor>t.head?-1:1))&&(n={left:Math.min(n.left,i.left),top:Math.min(n.top,i.top),right:Math.max(n.right,i.right),bottom:Math.max(n.bottom,i.bottom)});let r=dW(this.view),o={left:n.left-r.left,top:n.top-r.top,right:n.right+r.right,bottom:n.bottom+r.bottom},{offsetWidth:s,offsetHeight:l}=this.view.scrollDOM;!function(e,t,n,i,r,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}=hu(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"==r)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 i=t.bottom-t.top,o=e.bottom-e.top;g=("center"==r&&i<=o?t.top+i/2-o/2:"start"==r||"center"==r&&n<0?t.top-s:t.bottom-o+s)-e.top}if("nearest"==i?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"==i?t.left+(t.right-t.left)/2-(e.right-e.left)/2:"start"==i==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)&&(i="nearest"),n&&1>Math.abs(n-g)&&(r="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==h7.LTR)}}function dU(e,t){let n=e.observer.selectionRange;if(!n.focusNode)return null;let i=hb(n.focusNode,n.focusOffset),r=hx(n.focusNode,n.focusOffset),o=i||r;if(r&&i&&r.node!=i.node){let t=hS.get(r.node);if(!t||t instanceof hV&&t.text!=r.node.nodeValue)o=r;else if(e.docView.lastCompositionAfterCursor){let e=hS.get(i.node);!e||e instanceof hV&&e.text!=i.node.nodeValue||(o=r)}}if(e.docView.lastCompositionAfterCursor=o!=i,!o)return null;let s=t-o.offset;return{from:s,to:s+o.node.nodeValue.length,node:o.node}}let dK=class{constructor(){this.changes=[]}compareRange(e,t){h2(e,t,this.changes)}comparePoint(e,t){h2(e,t,this.changes)}boundChange(e){h2(e,e,this.changes)}};function dY(e,t){return e.top<t.bottom-1&&e.bottom>t.top+1}function dX(e,t){return t<e.top?{top:t,left:e.left,right:e.right,bottom:e.bottom}:e}function dQ(e,t){return t>e.bottom?{top:e.top,left:e.left,right:e.right,bottom:t}:e}function dJ(e,t,n){let i=e.nodeValue.length,r=-1,o=1e9,s=0;for(let l=0;l<i;l++){let i=hp(e,l,l+1).getClientRects();for(let a=0;a<i.length;a++){let c=i[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,i=n;if((hB.chrome||hB.gecko)&&hp(e,l).getBoundingClientRect().left==c.right&&(i=!n),u<=0)return{node:e,offset:l+ +!!i};r=l+ +!!i,o=u}}}return{node:e,offset:r>-1?r:s>0?e.nodeValue.length:0}}function d0(e,t,n,i=-1){var r,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,r=!1;(a=e.elementAtHeight(d)).type!=hY.Text;)for(;!((d=i>0?a.bottom+t:a.top-t)>=0)||!(d<=c);){if(r)return n?null:0;r=!0,i=-i}h=l+d;let f=a.from;if(f<e.viewport.from)return 0==e.viewport.from?0:n?null:d1(e,s,a,u,h);if(f>e.viewport.to)return e.viewport.to==e.state.doc.length?e.state.doc.length:n?null:d1(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==(r=e.docView.nearest(g))?void 0:r.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)||hB.safari&&function(e,t,n){let i;if(3!=e.nodeType||t!=(i=e.nodeValue.length))return!1;for(let t=e.nextSibling;t;t=t.nextSibling)if(1!=t.nodeType||"BR"!=t.nodeName)return!1;return hp(e,i-1,i).getBoundingClientRect().left>n}(v,b,u)||hB.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():hp(e,0,Math.max(e.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,b,u))&&(v=void 0))}v&&(b=Math.min(ha(v),b))}if(!v||!e.docView.dom.contains(v)){let t=h5.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,i){let r,o,s,l,a,c,u,h,d=!1;for(let m=t.firstChild;m;m=m.nextSibling){let t=hi(m);for(let g=0;g<t.length;g++){var f,p;let v=t[g];c&&dY(c,v)&&(v=dX(dQ(v,c.bottom),c.top));let b=(f=v).left>n?f.left-n:Math.max(0,n-f.right),x=(p=v).top>i?p.top-i:Math.max(0,i-p.bottom);if(0==b&&0==x)return 3==m.nodeType?dJ(m,n,i):e(m,n,i);if(!a||h>x||h==x&&u>b){a=m,c=v,u=b,h=x;let e=x?i<v.top?-1:1:b?n<v.left?-1:1:0;d=!e||(e>0?g<t.length-1:g>0)}0==b?i>v.bottom&&(!s||s.bottom<v.bottom)?(r=m,s=v):i<v.top&&(!l||l.top>v.top)&&(o=m,l=v):s&&dY(s,v)?s=dQ(s,v.bottom):l&&dY(l,v)&&(l=dX(l,v.top))}}if(s&&s.bottom>=i?(a=r,c=s):l&&l.top<=i&&(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 dJ(a,m,i);if(d&&"false"!=a.contentEditable)return e(a,m,i);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 d1(e,t,n,i,r){let o=Math.round((i-t.left)*e.defaultCharacterWidth);if(e.lineWrapping&&n.height>1.5*e.defaultLineHeight){let t=e.viewState.heightOracle.textHeight;o+=Math.floor((r-n.top-(e.defaultLineHeight-t)*.5)/t)*e.viewState.heightOracle.lineLength}let s=e.state.sliceDoc(n.from,n.to);return n.from+uX(s,o,e.state.tabSize)}function d2(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==hY.Text))return e}return n}function d5(e,t,n,i){let r=e.state.doc.lineAt(t.head),o=e.bidiSpans(r),s=e.textDirectionAt(r.from);for(let l=t,a=null;;){let t=function(e,t,n,i,r){var o;let s=i.head-e.from,l=du.find(t,s,null!=(o=i.bidiLevel)?o:-1,i.assoc),a=t[l],c=a.side(r,n);if(s==c){let e=l+=r?1:-1;if(e<0||e>=t.length)return null;s=(a=t[l=e]).side(!r,n),c=a.side(r,n)}let u=c_(e.text,s,a.forward(r,n));(u<a.from||u>a.to)&&(u=c),df=e.text.slice(Math.min(s,u),Math.max(s,u));let h=l==(r?t.length-1:0)?null:t[l+(r?1:-1)];return h&&u==c&&h.level+ +!r<a.level?c8.cursor(h.side(!r,n)+e.from,h.forward(r,n)?1:-1,h.level):c8.cursor(u+e.from,a.forward(r,n)?-1:1,a.level)}(r,o,s,l,n),c=df;if(!t){if(r.number==(n?e.state.doc.lines:1))return l;c="\n",r=e.state.doc.line(r.number+(n?1:-1)),o=e.bidiSpans(r),t=e.visualLineSide(r,!n)}if(a){if(!a(c))return l}else{if(!i)return t;a=i(c)}l=t}}function d3(e,t,n){for(;;){let i=0;for(let r of e)r.between(t-1,t+1,(e,r,o)=>{if(t>e&&t<r){let o=i||n||(t-e<r-t?-1:1);t=o<0?e:r,i=o}});if(!i)return t}}function d4(e,t,n){let i=d3(e.state.facet(dV).map(t=>t(e)),n.from,t.head>n.from?-1:1);return i==n.from?n:c8.cursor(i,i<n.from?1:-1)}class d8{constructor(e,t){this.points=e,this.text="",this.lineSeparator=t.facet(uO.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+="￿"}readRange(e,t){if(!e)return this;let n=e.parentNode;for(let i=e;;){this.findPointBefore(n,i);let e=this.text.length;this.readNode(i);let r=i.nextSibling;if(r==t)break;let o=hS.get(i),s=hS.get(r);(o&&s?o.breakAfter:(o?o.breakAfter:hs(i))||hs(r)&&("BR"!=i.nodeName||i.cmIgnore)&&this.text.length>e)&&this.lineBreak(),i=r}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,i=this.lineSeparator?null:/\r\n?|\n/g;;){let r=-1,o=1,s;if(this.lineSeparator?(r=t.indexOf(this.lineSeparator,n),o=this.lineSeparator.length):(s=i.exec(t))&&(r=s.index,o=s[0].length),this.append(t.slice(n,r<0?t.length:r)),r<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=r+o}}readNode(e){if(e.cmIgnore)return;let t=hS.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<ha(t))return!1;if(t==e)return!0;n=ho(t)+1,t=t.parentNode}}(e,n.node,n.offset)?0:t))}}class d6{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class d9{constructor(e,t,n,i){this.typeOver=i,this.bounds=null,this.text="",this.domChanged=t>-1;let{impreciseHead:r,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=r||o?[]:function(e){let t=[];if(e.root.activeElement!=e.contentDOM)return t;let{anchorNode:n,anchorOffset:i,focusNode:r,focusOffset:o}=e.observer.selectionRange;return n&&(t.push(new d6(n,i)),(r!=n||o!=i)&&t.push(new d6(r,o))),t}(e),n=new d8(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,i=2==e.length?e[1].pos:n;return n>-1&&i>-1?c8.single(n+t,i+t):null}(t,this.bounds.from)}else{let t=e.observer.selectionRange,n=r&&r.node==t.focusNode&&r.offset==t.focusOffset||!ht(e.contentDOM,t.focusNode)?e.state.selection.main.head:e.docView.posFromDOM(t.focusNode,t.focusOffset),i=o&&o.node==t.anchorNode&&o.offset==t.anchorOffset||!ht(e.contentDOM,t.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset),s=e.viewport;if((hB.ios||hB.chrome)&&e.state.selection.main.empty&&n!=i&&(s.from>0||s.to<e.state.doc.length)){let t=Math.min(n,i),r=Math.max(n,i),o=s.from-t,l=s.to-r;(0==o||1==o||0==t)&&(0==l||-1==l||r==e.state.doc.length)&&(n=0,i=e.state.doc.length)}this.newSel=c8.single(i,n)}}}function d7(e,t){let n,{newSel:i}=t,r=e.state.selection.main,o=e.inputState.lastKeyTime>Date.now()-100?e.inputState.lastKeyCode:-1;if(t.bounds){let{from:i,to:s}=t.bounds,l=r.from,a=null;(8===o||hB.android&&t.text.length<s-i)&&(l=r.to,a="end");let c=function(e,t,n,i){let r=Math.min(e.length,t.length),o=0;for(;o<r&&e.charCodeAt(o)==t.charCodeAt(o);)o++;if(o==r&&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"==i){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(i,s,"￿"),t.text,l-i,a);c&&(hB.chrome&&13==o&&c.toB==c.from+2&&"￿￿"==t.text.slice(c.from,c.toB)&&c.toB--,n={from:i+c.from,to:i+c.toA,insert:cj.of(t.text.slice(c.from,c.toB).split("￿"))})}else i&&(!e.hasFocus&&e.state.facet(dP)||i.main.eq(r))&&(i=null);if(!n&&!i)return!1;if(!n&&t.typeOver&&!r.empty&&i&&i.main.empty?n={from:r.from,to:r.to,insert:e.state.doc.slice(r.from,r.to)}:(hB.mac||hB.android)&&n&&n.from==n.to&&n.from==r.head-1&&/^\. ?$/.test(n.insert.toString())&&"off"==e.contentDOM.getAttribute("autocorrect")?(i&&2==n.insert.length&&(i=c8.single(i.main.anchor-1,i.main.head-1)),n={from:n.from,to:n.to,insert:cj.of([n.insert.toString().replace("."," ")])}):n&&n.from>=r.from&&n.to<=r.to&&(n.from!=r.from||n.to!=r.to)&&r.to-r.from-(n.to-n.from)<=4?n={from:r.from,to:r.to,insert:e.state.doc.slice(r.from,n.from).append(n.insert).append(e.state.doc.slice(n.to,r.to))}:hB.chrome&&n&&n.from==n.to&&n.from==r.head&&"\n "==n.insert.toString()&&e.lineWrapping&&(i&&(i=c8.single(i.main.anchor-1,i.main.head-1)),n={from:r.from,to:r.to,insert:cj.of([" "])}),n)return fe(e,n,i,o);if(!i||i.main.eq(r))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:i,scrollIntoView:t,userEvent:n}),!0}}function fe(e,t,n,i=-1){let r;if(hB.ios&&e.inputState.flushIOSKey(t))return!0;let o=e.state.selection.main;if(hB.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&&hm(e.contentDOM,"Enter",13)||(t.from==o.from-1&&t.to==o.to&&0==t.insert.length||8==i&&t.insert.length<t.to-t.from&&t.to>o.head)&&hm(e.contentDOM,"Backspace",8)||t.from==o.from&&t.to==o.to+1&&0==t.insert.length&&hm(e.contentDOM,"Delete",46)))return!0;let s=t.insert.toString();e.inputState.composing>=0&&e.inputState.composing++;let l=()=>r||(r=function(e,t,n){let i,r=e.state,o=r.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?r.sliceDoc(o.from,t.from):"",s=o.to>t.to?r.sliceDoc(t.to,o.to):"";i=r.replaceSelection(e.state.toText(n+t.insert.sliceString(0,void 0,e.state.lineBreak)+s))}else{let s=r.changes(t),l=n&&n.main.to<=s.newLength?n.main:void 0;if(r.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&&dU(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;i=r.changeByRange(n=>{if(n.from==o.from&&n.to==o.to)return{changes:s,range:l||n.map(s)};let i=n.to-h,u=i-a.length;if(n.to-n.from!=d||e.state.sliceDoc(u,i)!=a||n.to>=c.from&&n.from<=c.to)return{range:n};let f=r.changes({from:u,to:i,insert:t.insert}),p=n.to-o.to;return{changes:f,range:l?c8.range(Math.max(0,l.anchor+p),Math.max(0,l.head+p)):n.map(f)}})}else i={changes:s,selection:l&&r.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)),r.update(i,{userEvent:s,scrollIntoView:!0})}(e,t,n));return e.state.facet(dx).some(n=>n(e,t.from,t.to,s,l))||e.dispatch(l()),!0}class ft{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,hB.safari&&e.contentDOM.addEventListener("input",()=>null),hB.gecko&&function(e){fT.has(e)||(fT.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,i;n!=e.contentDOM;n=n.parentNode)if(!n||11==n.nodeType||(i=hS.get(n))&&i.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 i in e.domEventHandlers){let r=e.domEventHandlers[i];r&&n(i).handlers.push(fn(t.value,r))}if(e&&e.domEventObservers)for(let i in e.domEventObservers){let r=e.domEventObservers[i];r&&n(i).observers.push(fn(t.value,r))}}for(let e in fa)n(e).handlers.push(fa[e]);for(let e in fc)n(e).observers.push(fc[e]);return t}(e),n=this.handlers,i=this.view.contentDOM;for(let e in t)if("scroll"!=e){let r=!t[e].handlers.length,o=n[e];o&&!o.handlers.length!=r&&(i.removeEventListener(e,this.handleEvent),o=null),o||i.addEventListener(e,this.handleEvent,{passive:r})}for(let e in n)"scroll"==e||t[e]||i.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>fo.indexOf(e.keyCode)&&(this.tabFocusMode=-1),hB.android&&hB.chrome&&!e.synthetic&&(13==e.keyCode||8==e.keyCode))?(this.view.observer.delayAndroidKey(e.key,e.keyCode),!0):hB.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&((t=fi.find(t=>t.keyCode==e.keyCode))&&!e.ctrlKey||fr.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,hm(this.view.contentDOM,t.key,t.keyCode,t instanceof KeyboardEvent?t:void 0))}ignoreDuringComposition(e){return!!/^key/.test(e.type)&&(this.composing>0||!!(hB.safari&&!hB.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 fn(e,t){return(n,i)=>{try{return t.call(e,i,n)}catch(e){dR(n.state,e)}}}let fi=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],fr="dthko",fo=[16,17,18,20,91,92,224,225];function fs(e){return .7*Math.max(0,e)+8}class fl{constructor(e,t,n,i){this.view=e,this.startEvent=t,this.style=n,this.mustSelect=i,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=t,this.scrollParents=function(e){let t=e.ownerDocument,n,i;for(let r=e.parentNode;r;)if(r==t.body||n&&i)break;else if(1==r.nodeType)!i&&r.scrollHeight>r.clientHeight&&(i=r),!n&&r.scrollWidth>r.clientWidth&&(n=r),r=r.assignedSlot||r.parentNode;else if(11==r.nodeType)r=r.host;else break;return{x:n,y:i}}(e.contentDOM),this.atoms=e.state.facet(dV).map(t=>t(e));let r=e.contentDOM.ownerDocument;r.addEventListener("mousemove",this.move=this.move.bind(this)),r.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=t.shiftKey,this.multiple=e.state.facet(uO.allowMultipleSelections)&&function(e,t){let n=e.state.facet(dp);return n.length?n[0](t):hB.mac?t.metaKey:t.ctrlKey}(e,t),this.dragging=!!function(e,t){let{main:n}=e.state.selection;if(n.empty)return!1;let i=he(e.root);if(!i||0==i.rangeCount)return!0;let r=i.getRangeAt(0).getClientRects();for(let e=0;e<r.length;e++){let n=r[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==fy(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,i=0,r=0,o=0,s=this.view.win.innerWidth,l=this.view.win.innerHeight;this.scrollParents.x&&({left:r,right:s}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:o,bottom:l}=this.scrollParents.y.getBoundingClientRect());let a=dW(this.view);e.clientX-a.left<=r+6?n=-fs(r-e.clientX):e.clientX+a.right>=s-6&&(n=fs(e.clientX-s)),e.clientY-a.top<=o+6?i=-fs(o-e.clientY):e.clientY+a.bottom>=l-6&&(i=fs(e.clientY-l)),this.setScrollSpeed(n,i)}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 i=e.ranges[n],r=null;if(i.empty){let e=d3(this.atoms,i.from,0);e!=i.from&&(r=c8.cursor(e,-1))}else{let e=d3(this.atoms,i.from,-1),t=d3(this.atoms,i.to,1);(e!=i.from||t!=i.to)&&(r=c8.range(i.from==i.anchor?e:t,i.from==i.head?e:t))}r&&(t||(t=e.ranges.slice()),t[n]=r)}return t?c8.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 fa=Object.create(null),fc=Object.create(null),fu=hB.ie&&hB.ie_version<15||hB.ios&&hB.webkit_version<604;function fh(e,t,n){for(let i of e.facet(t))n=i(n,e);return n}function fd(e,t){t=fh(e.state,dw,t);let{state:n}=e,i,r=1,o=n.toText(t),s=o.lines==n.selection.ranges.length;if(null!=fS&&n.selection.ranges.every(e=>e.empty)&&fS==o.toString()){let e=-1;i=n.changeByRange(i=>{let l=n.doc.lineAt(i.from);if(l.from==e)return{range:i};e=l.from;let a=n.toText((s?o.line(r++).text:t)+n.lineBreak);return{changes:{from:l.from,insert:a},range:c8.cursor(i.from+a.length)}})}else i=s?n.changeByRange(e=>{let t=o.line(r++);return{changes:{from:e.from,to:e.to,insert:t.text},range:c8.cursor(e.from+t.length)}}):n.replaceSelection(o);e.dispatch(i,{userEvent:"input.paste",scrollIntoView:!0})}function ff(e,t,n,i){if(1==i)return c8.cursor(t,n);{if(2==i)return function(e,t,n=1){let i=e.charCategorizer(t),r=e.doc.lineAt(t),o=t-r.from;if(0==r.length)return c8.cursor(t);0==o?n=1:o==r.length&&(n=-1);let s=o,l=o;n<0?s=c_(r.text,o,!1):l=c_(r.text,o);let a=i(r.text.slice(s,l));for(;s>0;){let e=c_(r.text,s,!1);if(i(r.text.slice(e,s))!=a)break;s=e}for(;l<r.length;){let e=c_(r.text,l);if(i(r.text.slice(l,e))!=a)break;l=e}return c8.range(s+r.from,l+r.from)}(e.state,t,n);let r=h5.find(e.docView,t),o=e.state.doc.lineAt(r?r.posAtEnd:t),s=r?r.posAtStart:o.from,l=r?r.posAtEnd:o.to;return l<e.state.doc.length&&l==o.to&&l++,c8.range(s,l)}}fc.scroll=e=>{e.inputState.lastScrollTop=e.scrollDOM.scrollTop,e.inputState.lastScrollLeft=e.scrollDOM.scrollLeft},fa.keydown=(e,t)=>(e.inputState.setSelectionOrigin("select"),27==t.keyCode&&0!=e.inputState.tabFocusMode&&(e.inputState.tabFocusMode=Date.now()+2e3),!1),fc.touchstart=(e,t)=>{e.inputState.lastTouchTime=Date.now(),e.inputState.setSelectionOrigin("select.pointer")},fc.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},fa.mousedown=(e,t)=>{var n,i;let r,o,s;if(e.observer.flush(),e.inputState.lastTouchTime>Date.now()-2e3)return!1;let l=null;for(let n of e.state.facet(dg))if(l=n(e,t))break;if(l||0!=t.button||(r=fm(n=e,i=t),o=fy(i),s=n.state.selection,l={update(e){e.docChanged&&(r.pos=e.changes.mapPos(r.pos),s=s.map(e.changes))},get(e,t,i){let l=fm(n,e),a,c=ff(n,l.pos,l.bias,o);if(r.pos!=l.pos&&!t){let e=ff(n,r.pos,r.bias,o),t=Math.min(e.from,c.from),i=Math.max(e.to,c.to);c=t<c.from?c8.range(t,i):c8.range(i,t)}return t?s.replaceRange(s.main.extend(c.from,c.to)):i&&1==o&&s.ranges.length>1&&(a=function(e,t){for(let n=0;n<e.ranges.length;n++){let{from:i,to:r}=e.ranges[n];if(i<=t&&r>=t)return c8.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:i?s.addRange(c):c8.create([c])}}),l){let n=!e.hasFocus;e.inputState.startMouseSelection(new fl(e,t,l,n)),n&&e.observer.ignore(()=>{hf(e.contentDOM);let t=e.root.activeElement;t&&!t.contains(e.contentDOM)&&t.blur()});let i=e.inputState.mouseSelection;if(i)return i.start(t),!1===i.dragging}return!1};let fp=(e,t,n)=>t>=n.top&&t<=n.bottom&&e>=n.left&&e<=n.right;function fm(e,t){let n=e.posAtCoords({x:t.clientX,y:t.clientY},!1);return{pos:n,bias:function(e,t,n,i){let r=h5.find(e.docView,t);if(!r)return 1;let o=t-r.posAtStart;if(0==o)return 1;if(o==r.length)return -1;let s=r.coordsAt(o,-1);if(s&&fp(n,i,s))return -1;let l=r.coordsAt(o,1);return l&&fp(n,i,l)?1:s&&s.bottom>=i?-1:1}(e,n,t.clientX,t.clientY)}}let fg=hB.ie&&hB.ie_version<=11,fv=null,fb=0,fx=0;function fy(e){if(!fg)return e.detail;let t=fv,n=fx;return fv=e,fx=Date.now(),fb=!t||n>Date.now()-400&&2>Math.abs(t.clientX-e.clientX)&&2>Math.abs(t.clientY-e.clientY)?(fb+1)%3:1}function fw(e,t,n,i){let r;if(!(n=fh(e.state,dw,n)))return;let o=e.posAtCoords({x:t.clientX,y:t.clientY},!1),{draggedContent:s}=e.inputState,l=i&&s&&((r=e.state.facet(dm)).length?r[0](t):hB.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}fa.dragstart=(e,t)=>{let{selection:{main:n}}=e.state;if(t.target.draggable){let i=e.docView.nearest(t.target);if(i&&i.isWidget){let e=i.posAtStart,t=e+i.length;(e>=n.to||t<=n.from)&&(n=c8.range(e,t))}}let{inputState:i}=e;return i.mouseSelection&&(i.mouseSelection.dragging=!0),i.draggedContent=n,t.dataTransfer&&(t.dataTransfer.setData("Text",fh(e.state,dS,e.state.sliceDoc(n.from,n.to))),t.dataTransfer.effectAllowed="copyMove"),!1},fa.dragend=e=>(e.inputState.draggedContent=null,!1),fa.drop=(e,t)=>{if(!t.dataTransfer)return!1;if(e.state.readOnly)return!0;let n=t.dataTransfer.files;if(n&&n.length){let i=Array(n.length),r=0,o=()=>{++r==n.length&&fw(e,t,i.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)||(i[e]=t.result),o()},t.readAsText(n[e])}return!0}{let n=t.dataTransfer.getData("Text");if(n)return fw(e,t,n,!0),!0}return!1},fa.paste=(e,t)=>{if(e.state.readOnly)return!0;e.observer.flush();let n=fu?null:t.clipboardData;return n?(fd(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(),fd(e,n.value)},50)}(e),!1)};let fS=null;fa.copy=fa.cut=(e,t)=>{let{text:n,ranges:i,linewise:r}=function(e){let t=[],n=[],i=!1;for(let i of e.selection.ranges)i.empty||(t.push(e.sliceDoc(i.from,i.to)),n.push(i));if(!t.length){let r=-1;for(let{from:i}of e.selection.ranges){let o=e.doc.lineAt(i);o.number>r&&(t.push(o.text),n.push({from:o.from,to:Math.min(e.doc.length,o.to+1)})),r=o.number}i=!0}return{text:fh(e,dS,t.join(e.lineBreak)),ranges:n,linewise:i}}(e.state);if(!n&&!r)return!1;fS=r?n:null,"cut"!=t.type||e.state.readOnly||e.dispatch({changes:i,scrollIntoView:!0,userEvent:"delete.cut"});let o=fu?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 i=n.appendChild(document.createElement("textarea"));i.style.cssText="position: fixed; left: -10000px; top: 10px",i.value=t,i.focus(),i.selectionEnd=t.length,i.selectionStart=0,setTimeout(()=>{i.remove(),e.focus()},50)}(e,n),!1)};let fC=uw.define();function fk(e,t){let n=[];for(let i of e.facet(dy)){let r=i(e,t);r&&n.push(r)}return n?e.update({effects:n,annotations:fC.of(!0)}):null}function fM(e){setTimeout(()=>{let t=e.hasFocus;if(t!=e.inputState.notifiedFocused){let n=fk(e.state,t);n?e.dispatch(n):e.update([])}},10)}fc.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),fM(e)},fc.blur=e=>{e.observer.clearSelectionRange(),fM(e)},fc.compositionstart=fc.compositionupdate=e=>{!e.observer.editContext&&(null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0))},fc.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,hB.chrome&&hB.android?e.observer.flushSoon():e.inputState.compositionPendingChange?Promise.resolve().then(()=>e.observer.flush()):setTimeout(()=>{e.inputState.composing<0&&e.docView.hasComposition&&e.update([])},50))},fc.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},fa.beforeinput=(e,t)=>{var n,i;let r;if("insertReplacementText"==t.inputType&&e.observer.editContext){let i=null==(n=t.dataTransfer)?void 0:n.getData("text/plain"),r=t.getTargetRanges();if(i&&r.length){let t=r[0],n=e.posAtDOM(t.startContainer,t.startOffset),o=e.posAtDOM(t.endContainer,t.endOffset);return fe(e,{from:n,to:o,insert:e.state.toText(i)},null),!0}}if(hB.chrome&&hB.android&&(r=fi.find(e=>e.inputType==t.inputType))&&(e.observer.delayAndroidKey(r.key,r.keyCode),"Backspace"==r.key||"Delete"==r.key)){let t=(null==(i=window.visualViewport)?void 0:i.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 hB.ios&&"deleteContentForward"==t.inputType&&e.observer.flushSoon(),hB.safari&&"insertText"==t.inputType&&e.inputState.composing>=0&&setTimeout(()=>fc.compositionend(e,t),20),!1};let fT=new Set,fD=["pre-wrap","normal","pre-line","break-spaces"],fA=!1;class fR{constructor(e){this.lineWrapping=e,this.doc=cj.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 fD.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let t=!1;for(let n=0;n<e.length;n++){let i=e[n];i<0?n++:this.heightSamples[Math.floor(10*i)]||(t=!0,this.heightSamples[Math.floor(10*i)]=!0)}return t}refresh(e,t,n,i,r,o){let s=fD.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=i,this.lineLength=r,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 fP{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class fI{constructor(e,t,n,i,r){this.from=e,this.length=t,this.top=n,this.height=i,this._content=r}get type(){return"number"==typeof this._content?hY.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 h0?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 fI(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var fO=((g=fO||(fO={}))[g.ByPos=0]="ByPos",g[g.ByHeight=1]="ByHeight",g[g.ByPosNoHeight=2]="ByPosNoHeight",g);class fE{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&&(fA=!0),this.height=e)}replace(e,t,n){return fE.of(n)}decomposeLeft(e,t){t.push(this)}decomposeRight(e,t){t.push(this)}applyChanges(e,t,n,i){let r=this,o=n.doc;for(let s=i.length-1;s>=0;s--){let{fromA:l,toA:a,fromB:c,toB:u}=i[s],h=r.lineAt(l,fO.ByPosNoHeight,n.setDoc(t),0,0),d=h.to>=a?h:r.lineAt(a,fO.ByPosNoHeight,n,0,0);for(u+=d.to-a,a=d.to;s>0&&h.from<=i[s-1].toA;)l=i[s-1].fromA,c=i[s-1].fromB,s--,l<h.from&&(h=r.lineAt(l,fO.ByPosNoHeight,n,0,0));c+=h.from-l,l=h.from;let f=fN.build(n.setDoc(o),e,c,u);r=fZ(r,r.replace(l,a,f))}return r.updateHeight(n,0)}static empty(){return new fj(0,0)}static of(e){if(1==e.length)return e[0];let t=0,n=e.length,i=0,r=0;for(;;)if(t==n)if(i>2*r){let r=e[t-1];r.break?e.splice(--t,1,r.left,null,r.right):e.splice(--t,1,r.left,r.right),n+=1+r.break,i-=r.size}else if(r>2*i){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,r-=t.size}else break;else if(i<r){let n=e[t++];n&&(i+=n.size)}else{let t=e[--n];t&&(r+=t.size)}let o=0;return null==e[t-1]?(o=1,t--):null==e[t]&&(o=1,n++),new fB(fE.of(e.slice(0,t)),o,fE.of(e.slice(n)))}}function fZ(e,t){return e==t?e:(e.constructor!=t.constructor&&(fA=!0),t)}fE.prototype.size=1;class fL extends fE{constructor(e,t,n){super(e,t),this.deco=n}blockAt(e,t,n,i){return new fI(i,this.length,n,this.height,this.deco||0)}lineAt(e,t,n,i,r){return this.blockAt(0,n,i,r)}forEachLine(e,t,n,i,r,o){e<=r+this.length&&t>=r&&o(this.blockAt(0,n,i,r))}updateHeight(e,t=0,n=!1,i){return i&&i.from<=t&&i.more&&this.setHeight(i.heights[i.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class fj extends fL{constructor(e,t){super(e,t,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(e,t,n,i){return new fI(i,this.length,n,this.height,this.breaks)}replace(e,t,n){let i=n[0];return 1==n.length&&(i instanceof fj||i instanceof fF&&4&i.flags)&&10>Math.abs(this.length-i.length)?(i instanceof fF?i=new fj(i.length,this.height):i.height=this.height,this.outdated||(i.outdated=!1),i):fE.of(n)}updateHeight(e,t=0,n=!1,i){return i&&i.from<=t&&i.more?this.setHeight(i.heights[i.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 fF extends fE{constructor(e){super(e,0)}heightMetrics(e,t){let n=e.doc.lineAt(t).number,i=e.doc.lineAt(t+this.length).number,r=i-n+1,o,s=0;if(e.lineWrapping){let t=Math.min(this.height,e.lineHeight*r);o=t/r,this.length>r+1&&(s=(this.height-t)/(this.length-r-1))}else o=this.height/r;return{firstLine:n,lastLine:i,perLine:o,perChar:s}}blockAt(e,t,n,i){let{firstLine:r,lastLine:o,perLine:s,perChar:l}=this.heightMetrics(t,i);if(t.lineWrapping){let r=i+(e<t.lineHeight?0:Math.round(Math.max(0,Math.min(1,(e-n)/this.height))*this.length)),o=t.doc.lineAt(r),a=s+o.length*l,c=Math.max(n,e-a/2);return new fI(o.from,o.length,c,a,0)}{let i=Math.max(0,Math.min(o-r,Math.floor((e-n)/s))),{from:l,length:a}=t.doc.line(r+i);return new fI(l,a,n+s*i,s,0)}}lineAt(e,t,n,i,r){if(t==fO.ByHeight)return this.blockAt(e,n,i,r);if(t==fO.ByPosNoHeight){let{from:t,to:i}=n.doc.lineAt(e);return new fI(t,i-t,0,0,0)}let{firstLine:o,perLine:s,perChar:l}=this.heightMetrics(n,r),a=n.doc.lineAt(e),c=s+a.length*l,u=a.number-o,h=i+s*u+l*(a.from-r-u);return new fI(a.from,a.length,Math.max(i,Math.min(h,i+this.height-c)),c,0)}forEachLine(e,t,n,i,r,o){e=Math.max(e,r),t=Math.min(t,r+this.length);let{firstLine:s,perLine:l,perChar:a}=this.heightMetrics(n,r);for(let c=e,u=i;c<=t;){let t=n.doc.lineAt(c);if(c==e){let n=t.number-s;u+=l*n+a*(e-r-n)}let i=l+a*t.length;o(new fI(t.from,t.length,u,i,0)),u+=i,c=t.to+1}}replace(e,t,n){let i=this.length-t;if(i>0){let e=n[n.length-1];e instanceof fF?n[n.length-1]=new fF(e.length+i):n.push(null,new fF(i-1))}if(e>0){let t=n[0];t instanceof fF?n[0]=new fF(e+t.length):n.unshift(new fF(e-1),null)}return fE.of(n)}decomposeLeft(e,t){t.push(new fF(e-1),null)}decomposeRight(e,t){t.push(null,new fF(this.length-e-1))}updateHeight(e,t=0,n=!1,i){let r=t+this.length;if(i&&i.from<=t+this.length&&i.more){let n=[],o=Math.max(t,i.from),s=-1;for(i.from>t&&n.push(new fF(i.from-t-1).updateHeight(e,t));o<=r&&i.more;){let t=e.doc.lineAt(o).length;n.length&&n.push(null);let r=i.heights[i.index++];-1==s?s=r:Math.abs(r-s)>=.001&&(s=-2);let l=new fj(t,r);l.outdated=!1,n.push(l),o+=t+1}o<=r&&n.push(null,new fF(r-o).updateHeight(e,o));let l=fE.of(n);return(s<0||Math.abs(l.height-this.height)>=.001||Math.abs(s-this.heightMetrics(e,t).perLine)>=.001)&&(fA=!0),fZ(this,l)}return(n||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class fB extends fE{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,i){let r=n+this.left.height;return e<r?this.left.blockAt(e,t,n,i):this.right.blockAt(e,t,r,i+this.left.length+this.break)}lineAt(e,t,n,i,r){let o=i+this.left.height,s=r+this.left.length+this.break,l=t==fO.ByHeight?e<o:e<s,a=l?this.left.lineAt(e,t,n,i,r):this.right.lineAt(e,t,n,o,s);if(this.break||(l?a.to<s:a.from>s))return a;let c=t==fO.ByPosNoHeight?fO.ByPosNoHeight:fO.ByPos;return l?a.join(this.right.lineAt(s,c,n,o,s)):this.left.lineAt(s,c,n,i,r).join(a)}forEachLine(e,t,n,i,r,o){let s=i+this.left.height,l=r+this.left.length+this.break;if(this.break)e<l&&this.left.forEachLine(e,t,n,i,r,o),t>=l&&this.right.forEachLine(e,t,n,s,l,o);else{let a=this.lineAt(l,fO.ByPos,n,i,r);e<a.from&&this.left.forEachLine(e,a.from-1,n,i,r,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 i=this.left.length+this.break;if(t<i)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-i,t-i,n));let r=[];e>0&&this.decomposeLeft(e,r);let o=r.length;for(let e of n)r.push(e);if(e>0&&fV(r,o-1),t<this.length){let e=r.length;this.decomposeRight(t,r),fV(r,e)}return fE.of(r)}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,i=n+this.break;if(e>=i)return this.right.decomposeRight(e-i,t);e<n&&this.left.decomposeRight(e,t),this.break&&e<i&&t.push(null),t.push(this.right)}balanced(e,t){return e.size>2*t.size||t.size>2*e.size?fE.of(this.break?[e,null,t]:[e,t]):(this.left=fZ(this.left,e),this.right=fZ(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,i){let{left:r,right:o}=this,s=t+r.length+this.break,l=null;return(i&&i.from<=t+r.length&&i.more?l=r=r.updateHeight(e,t,n,i):r.updateHeight(e,t,n),i&&i.from<=s+o.length&&i.more?l=o=o.updateHeight(e,s,n,i):o.updateHeight(e,s,n),l)?this.balanced(r,o):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function fV(e,t){let n,i;null==e[t]&&(n=e[t-1])instanceof fF&&(i=e[t+1])instanceof fF&&e.splice(t-1,3,new fF(n.length+1+i.length))}class fN{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 fj?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new fj(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 i=n.widget?n.widget.estimatedHeight:0,r=n.widget?n.widget.lineBreaks:0;i<0&&(i=this.oracle.lineHeight);let o=t-e;n.block?this.addBlock(new fL(o,i,n)):(o||r||i>=5)&&this.addLineDeco(i,r,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 fj(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,t){let n=new fF(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 fj)return e;let t=new fj(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 i=this.ensureLine();i.length+=n,i.collapsed+=n,i.widgetHeight=Math.max(i.widgetHeight,e),i.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 fj||this.isCovered?(this.writtenTo<this.pos||null==t)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new fj(0,-1));let n=e;for(let e of this.nodes)e instanceof fj&&e.updateHeight(this.oracle,n),n+=e?e.length:1;return this.nodes}static build(e,t,n,i){let r=new fN(n,e);return uB.spans(t,n,i,r,0),r.finish(n)}}class fH{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,n,i){(e<t||n&&n.heightRelevant||i&&i.heightRelevant)&&h2(e,t,this.changes,5)}}class fz{constructor(e,t,n,i){this.from=e,this.to=t,this.size=n,this.displaySize=i}static same(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++){let i=e[n],r=t[n];if(i.from!=r.from||i.to!=r.to||i.size!=r.size)return!1}return!0}draw(e,t){return hX.replace({widget:new fW(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class fW extends hK{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 f${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=fU,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=h7.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let t=e.facet(dj).some(e=>"function"!=typeof e&&"cm-lineWrapping"==e.class);this.heightOracle=new fR(t),this.stateDeco=e.facet(dF).filter(e=>"function"!=typeof e),this.heightMap=fE.empty().applyChanges(this.stateDeco,cj.empty,this.heightOracle.setDoc(e.doc),[new d_(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=hX.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 i=n?t.head:t.anchor;if(!e.some(({from:e,to:t})=>i>=e&&i<=t)){let{from:t,to:n}=this.lineBlockAt(i);e.push(new f_(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?fU:new fK(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(fY(e,this.scaler))})}update(e,t=null){var n,i;let r;this.state=e.state;let o=this.stateDeco;this.stateDeco=this.state.facet(dF).filter(e=>"function"!=typeof e);let s=e.changedRanges,l=d_.extendWithRanges(s,(n=this.stateDeco,i=e?e.changes:cQ.empty(this.state.doc.length),r=new fH,uB.compare(o,n,i,r,0),r.changes)),a=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);fA=!1,this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),l),(this.heightMap.height!=a||fA)&&(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(dk)&&(this.mustEnforceCursorAssoc=!0)}measure(e){var t;let n,i,r=e.contentDOM,o=window.getComputedStyle(r),s=this.heightOracle,l=o.whiteSpace;this.defaultTextDirection="rtl"==o.direction?h7.RTL:h7.LTR;let a=this.heightOracle.mustRefreshForWrapping(l),c=r.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}=hu(r,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=hv(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(),i=e.ownerDocument,r=i.defaultView||window,o=Math.max(0,n.left),s=Math.min(r.innerWidth,n.right),l=Math.max(0,n.top),a=Math.min(r.innerHeight,n.bottom);for(let t=e.parentNode;t&&t!=i.body;)if(1==t.nodeType){let n=t,i=window.getComputedStyle(n);if((n.scrollHeight>n.clientHeight||n.scrollWidth>n.clientWidth)&&"visible"!=i.overflow){let i=n.getBoundingClientRect();o=Math.max(o,i.left),s=Math.min(s,i.right),l=Math.max(l,i.top),a=Math.min(t==e.parentNode?r.innerHeight:a,i.bottom)}t="absolute"==i.position||"fixed"==i.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)}})(r,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(),i=t.ownerDocument.defaultView||window,!(n.left<i.innerWidth)||!(n.right>0)||!(n.top<i.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:i,textHeight:r}=e.docView.measureTextSize();(a=n>0&&s.refresh(l,n,i,r,y/i,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)),fA=!1,this.viewports)){let i=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=(a?fE.empty().applyChanges(this.stateDeco,cj.empty,this.heightOracle,[new d_(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(s,0,a,new fP(n.from,i))}fA&&(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)),i=this.heightMap,r=this.heightOracle,{visibleTop:o,visibleBottom:s}=this,l=new f_(i.lineAt(o-1e3*n,fO.ByHeight,r,0,0).from,i.lineAt(s+(1-n)*1e3,fO.ByHeight,r,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=i.lineAt(e,fO.ByPos,r,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 f_(i.lineAt(s-500,fO.ByHeight,r,0,0).from,i.lineAt(s+n+500,fO.ByHeight,r,0,0).to)}}return l}mapViewport(e,t){let n=t.mapPos(e.from,-1),i=t.mapPos(e.to,1);return new f_(this.heightMap.lineAt(n,fO.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,fO.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:e,to:t},n=0){if(!this.inView)return!0;let{top:i}=this.heightMap.lineAt(e,fO.ByPos,this.heightOracle,0,0),{bottom:r}=this.heightMap.lineAt(t,fO.ByPos,this.heightOracle,0,0),{visibleTop:o,visibleBottom:s}=this;return(0==e||i<=o-Math.max(10,Math.min(-n,250)))&&(t==this.state.doc.length||r>=s+Math.max(10,Math.min(n,250)))&&i>o-2e3&&r<s+2e3}mapLineGaps(e,t){if(!e.length||t.empty)return e;let n=[];for(let i of e)t.touchesRange(i.from,i.to)||n.push(new fz(t.mapPos(i.from),t.mapPos(i.to),i.size,i.displaySize));return n}ensureLineGaps(e,t){let n=this.heightOracle.lineWrapping,i=n?1e4:2e3,r=i>>1,o=i<<1;if(this.defaultTextDirection!=h7.LTR&&!n)return[];let s=[],l=(i,o,a,c)=>{if(o-i<r)return;let u=this.state.selection.main,h=[u.from];for(let e of(u.empty||h.push(u.to),h))if(e>i&&e<o){l(i,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-i)<r&&Math.abs(e.to-o)<r&&!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(c8.cursor(o),!1,!0).head;e>i&&(o=e)}let e=this.gapSize(a,i,o,c),r=n||e<2e6?e:2e6;d=new fz(i,o,e,r)}s.push(d)},a=t=>{var r,s,a;let c,u,h,d,f;if(t.length<o||t.type!=hY.Text)return;let p=(r=t.from,s=t.to,a=this.stateDeco,h=[],d=r,f=0,uB.spans(a,r,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,r=i/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=m){let i=fG(p,m),o=((this.visibleBottom-this.visibleTop)/2+r)/t.height;e=i-o,n=i+o}else e=(this.visibleTop-t.top-r)/t.height,n=(this.visibleBottom-t.top+r)/t.height;c=fq(p,e),u=fq(p,n)}else{let n,r,o=p.total*this.heightOracle.charWidth,s=i*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=fG(p,m),t=((h-a)/2+s)/o;n=e-t,r=e+t}else n=(a-s)/o,r=(h+s)/o;c=fq(p,n),u=fq(p,r)}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,i){let r=fG(i,n)-fG(i,t);return this.heightOracle.lineWrapping?e.height*r:i.total*this.heightOracle.charWidth*r}updateLineGaps(e){fz.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=hX.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=[];uB.spans(t,this.viewport.from,this.viewport.to,{span(e,t){n.push({from:e,to:t})},point(){}},20);let i=0;if(n.length!=this.visibleRanges.length)i=12;else for(let t=0;t<n.length&&!(8&i);t++){let r=this.visibleRanges[t],o=n[t];(r.from!=o.from||r.to!=o.to)&&(i|=4,e&&e.mapPos(r.from,-1)==o.from&&e.mapPos(r.to,1)==o.to||(i|=8))}return this.visibleRanges=n,i}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find(t=>t.from<=e&&t.to>=e)||fY(this.heightMap.lineAt(e,fO.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)||fY(this.heightMap.lineAt(this.scaler.fromDOM(e),fO.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 fY(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 f_{constructor(e,t){this.from=e,this.to=t}}function fq({total:e,ranges:t},n){if(n<=0)return t[0].from;if(n>=1)return t[t.length-1].to;let i=Math.floor(e*n);for(let e=0;;e++){let{from:n,to:r}=t[e],o=r-n;if(i<=o)return n+i;i-=o}}function fG(e,t){let n=0;for(let{from:i,to:r}of e.ranges){if(t<=r){n+=t-i;break}n+=r-i}return n/e.total}let fU={toDOM:e=>e,fromDOM:e=>e,scale:1,eq(e){return e==this}};class fK{constructor(e,t,n){let i=0,r=0,o=0;for(let s of(this.viewports=n.map(({from:n,to:r})=>{let o=t.lineAt(n,fO.ByPos,e,0,0).top,s=t.lineAt(r,fO.ByPos,e,0,0).bottom;return i+=s-o,{from:n,to:r,top:o,bottom:s,domTop:0,domBottom:0}}),this.scale=(7e6-i)/(t.height-i),this.viewports))s.domTop=o+(s.top-r)*this.scale,o=s.domBottom=s.domTop+(s.bottom-s.top),r=s.bottom}toDOM(e){for(let t=0,n=0,i=0;;t++){let r=t<this.viewports.length?this.viewports[t]:null;if(!r||e<r.top)return i+(e-n)*this.scale;if(e<=r.bottom)return r.domTop+(e-r.top);n=r.bottom,i=r.domBottom}}fromDOM(e){for(let t=0,n=0,i=0;;t++){let r=t<this.viewports.length?this.viewports[t]:null;if(!r||e<r.domTop)return n+(e-i)/this.scale;if(e<=r.domBottom)return r.top+(e-r.domTop);n=r.bottom,i=r.domBottom}}eq(e){return e instanceof fK&&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 fY(e,t){if(1==t.scale)return e;let n=t.toDOM(e.top),i=t.toDOM(e.bottom);return new fI(e.from,e.length,n,i-n,Array.isArray(e._content)?e._content.map(e=>fY(e,t)):e._content)}let fX=c7.define({combine:e=>e.join(" ")}),fQ=c7.define({combine:e=>e.indexOf(!0)>-1}),fJ=u1.newName(),f0=u1.newName(),f1=u1.newName(),f2={"&light":"."+f0,"&dark":"."+f1};function f5(e,t,n){return new u1(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 f3=f5("."+fJ,{"&":{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"}},f2),f4={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},f8=hB.ie&&hB.ie_version<=11;class f6{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new hh,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);(hB.ie&&hB.ie_version<=11||hB.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&&!(hB.chrome&&hB.chrome_version<126)&&(this.editContext=new pe(e),e.state.facet(dP)&&(e.contentDOM.editContext=this.editContext.editContext)),f8&&(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,i=this.selectionRange;if(n.state.facet(dP)?n.root.activeElement!=this.dom:!hn(this.dom,i))return;let r=i.anchorNode&&n.docView.nearest(i.anchorNode);if(r&&r.ignoreEvent(e)){t||(this.selectionChanged=!1);return}(hB.ie&&hB.ie_version<=11||hB.android&&hB.chrome)&&!n.state.selection.main.empty&&i.focusNode&&hr(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=he(e.root);if(!t)return!1;let n=hB.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 f7(e,n)}let n=null;function i(e){e.preventDefault(),e.stopImmediatePropagation(),n=e.getTargetRanges()[0]}return e.contentDOM.addEventListener("beforeinput",i,!0),e.dom.ownerDocument.execCommand("indent"),e.contentDOM.removeEventListener("beforeinput",i,!0),n?f7(e,n):null}(this.view,t)||t;if(!n||this.selectionRange.eq(n))return!1;let i=hn(this.dom,n);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&function(e,t){let n=t.focusNode,i=t.focusOffset;if(!n||t.anchorNode!=n||t.anchorOffset!=i)return!1;for(i=Math.min(i,ha(n));;)if(i){if(1!=n.nodeType)return!1;let e=n.childNodes[i-1];"false"==e.contentEditable?i--:i=ha(n=e)}else{if(n==e)return!0;i=ho(n),n=n.parentNode}}(this.dom,n)?(this.view.inputState.lastFocusTime=0,e.docView.updateSelection(),!1):(this.selectionRange.setRange(n),i&&(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,f4),f8&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),f8&&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&&hm(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,i=!1;for(let r of e){let e=this.readMutation(r);e&&(e.typeOver&&(i=!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:i}}readChange(){let{from:e,to:t,typeOver:n}=this.processRecords(),i=this.selectionChanged&&hn(this.dom,this.selectionRange);if(e<0&&!i)return null;e>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let r=new d9(this.view,e,t,n);return this.view.docView.domChanged={newSel:r.newSel?r.newSel.main:null},r}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,i=d7(this.view,t);return this.view.state==n&&(t.domChanged||t.newSel&&!t.newSel.main.eq(this.view.state.selection.main))&&this.view.update([]),i}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=f9(t,e.previousSibling||e.target.previousSibling,-1),i=f9(t,e.nextSibling||e.target.nextSibling,1);return{from:n?t.posAfter(n):t.posAtStart,to:i?t.posBefore(i):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(dP)!=e.state.facet(dP)&&(e.view.contentDOM.editContext=e.state.facet(dP)?this.editContext.editContext:null))}destroy(){var e,t,n;for(let i of(this.stop(),null==(e=this.intersection)||e.disconnect(),null==(t=this.gapIntersection)||t.disconnect(),null==(n=this.resizeScroll)||n.disconnect(),this.scrollTargets))i.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 f9(e,t,n){for(;t;){let i=hS.get(t);if(i&&i.parent==e)return i;let r=t.parentNode;t=r!=e.dom?r:n>0?t.nextSibling:t.previousSibling}return null}function f7(e,t){let n=t.startContainer,i=t.startOffset,r=t.endContainer,o=t.endOffset,s=e.docView.domAtPos(e.state.selection.main.anchor);return hr(s.node,s.offset,r,o)&&([n,i,r,o]=[r,o,n,i]),{anchorNode:n,anchorOffset:i,focusNode:r,focusOffset:o}}class pe{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:i,head:r}=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:cj.of(t.text.split("\n"))};if(l.from==this.from&&i<this.from?l.from=i:l.to==this.to&&i>this.to&&(l.to=i),l.from==l.to&&!l.insert.length){let i=c8.single(this.toEditorPos(t.selectionStart),this.toEditorPos(t.selectionEnd));i.main.eq(n)||e.dispatch({selection:i,userEvent:"select"});return}if((hB.mac||hB.android)&&l.from==r-1&&/^\. ?$/.test(t.text)&&"off"==e.contentDOM.getAttribute("autocorrect")&&(l={from:o,to:s,insert:cj.of([t.text.replace("."," ")])}),this.pendingContextChange=l,!e.state.readOnly){let n=this.to-this.from+(l.to-l.from+l.insert.length);fe(e,l,c8.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 i=[],r=null;for(let t=this.toEditorPos(n.rangeStart),o=this.toEditorPos(n.rangeEnd);t<o;t++){let n=e.coordsForChar(t);r=n&&new DOMRect(n.left,n.top,n.right-n.left,n.bottom-n.top)||r||new DOMRect,i.push(r)}t.updateCharacterBounds(n.rangeStart,i)},this.handlers.textformatupdate=t=>{let n=[];for(let e of t.getTextFormats()){let t=e.underlineStyle,i=e.underlineThickness;if("None"!=t&&"None"!=i){let r=this.toEditorPos(e.rangeStart),o=this.toEditorPos(e.rangeEnd);if(r<o){let e=`text-decoration: underline ${"Dashed"==t?"dashed ":"Squiggle"==t?"wavy ":""}${"Thin"==i?1:2}px`;n.push(hX.mark({attributes:{style:e}}).range(r,o))}}}e.dispatch({effects:dA.of(hX.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=he(e.root);t&&t.rangeCount&&this.editContext.updateSelectionBounds(t.getRangeAt(0).getBoundingClientRect())}}}applyEdits(e){let t=0,n=!1,i=this.pendingContextChange;return e.changes.iterChanges((r,o,s,l,a)=>{if(n)return;let c=a.length-(o-r);if(i&&o>=i.to)if(i.from==r&&i.to==o&&i.insert.eq(a)){i=this.pendingContextChange=null,t+=c,this.to+=c;return}else i=null,this.revertPending(e.state);if(r+=t,(o+=t)<=this.from)this.from+=c,this.to+=c;else if(r<this.to){if(r<this.from||o>this.to||this.to-this.from+a.length>3e4){n=!0;return}this.editContext.updateText(this.toContextPos(r),this.toContextPos(o),a.toString()),this.to+=c}t+=c}),i&&!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))),i=this.toContextPos(t.head);(this.editContext.selectionStart!=n||this.editContext.selectionEnd!=i)&&this.editContext.updateSelection(n,i)}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 pt{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 f$(e.state||uO.create(e)),e.scrollTo&&e.scrollTo.is(dD)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(dO).map(e=>new dZ(e)),this.plugins))t.update(this);this.observer=new f6(this),this.inputState=new ft(this),this.inputState.ensureHandlers(this.plugins),this.docView=new dG(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 uM?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,i,r=this.state;for(let t of e){if(t.startState!=r)throw RangeError("Trying to update state with a transaction that doesn't start from the previous state.");r=t.state}if(this.destroyed){this.viewState.state=r;return}let o=this.hasFocus,s=0,l=null;e.some(e=>e.annotation(fC))?(this.inputState.notifiedFocused=o,s=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,(l=fk(r,o))||(s=1));let a=this.observer.delayedAndroidKey,c=null;if(a?(this.observer.clearDelayedAndroidKey(),((c=this.observer.readChange())&&!this.state.doc.eq(r.doc)||!this.state.selection.eq(r.selection))&&(c=null)):this.observer.clear(),r.facet(uO.phrases)!=this.state.facet(uO.phrases))return this.setState(r);i=dq.create(this,r,e),i.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 dT(e.empty?e:c8.cursor(e.head,e.head>e.anchor?-1:1))}for(let e of t.effects)e.is(dD)&&(u=e.value.clip(this.state))}this.viewState.update(i,u),this.bidiCache=pr.update(this.bidiCache,i.changes),i.empty||(this.updatePlugins(i),this.inputState.update(i)),t=this.docView.update(i),this.state.facet(d$)!=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(i.startState.facet(fX)!=i.state.facet(fX)&&(this.viewState.mustMeasureContent=!0),(t||n||u||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),t&&this.docViewUpdate(),!i.empty)for(let e of this.state.facet(db))try{e(i)}catch(e){dR(this.state,e,"update listener")}(l||c)&&Promise.resolve().then(()=>{l&&this.state==l.startState&&this.dispatch(l),c&&!d7(this,c)&&a.force&&hm(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 f$(e),this.plugins=e.facet(dO).map(e=>new dZ(e)),this.pluginMap.clear(),this.plugins))t.update(this);this.docView.destroy(),this.docView=new dG(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(dO),n=e.state.facet(dO);if(t!=n){let i=[];for(let r of n){let n=t.indexOf(r);if(n<0)i.push(new dZ(r));else{let t=this.plugins[n];t.mustUpdate=e,i.push(t)}}for(let t of this.plugins)t.mustUpdate!=e&&t.destroy(this);this.plugins=i,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){dR(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,i=n.scrollTop*this.scaleY,{scrollAnchorPos:r,scrollAnchorHeight:o}=this.viewState;Math.abs(i-this.viewState.scrollTop)>1&&(o=-1),this.viewState.scrollAnchorHeight=-1;try{for(let e=0;;e++){if(o<0)if(hv(n))r=-1,o=this.viewState.heightMap.height;else{let e=this.viewState.scrollAnchorAt(i);r=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 dR(this.state,e),pi}}),c=dq.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]!=pi)try{let t=l[e];t.write&&t.write(a[e],this)}catch(e){dR(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=(r<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(r).top)-o;if(e>1||e<-1){n.scrollTop=(i+=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(db))e(t)}get themeClasses(){return fJ+" "+(this.state.facet(fQ)?f1:f0)+" "+this.state.facet(fX)}updateAttrs(){let e=po(this,dL,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(dP)?"true":"false",class:"cm-content",style:`${hB.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),po(this,dj,t);let n=this.observer.ignore(()=>{let n=hU(this.contentDOM,this.contentAttrs,t),i=hU(this.dom,this.editorAttrs,e);return n||i});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(pt.announce)&&(t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value)}mountStyles(){this.styleModules=this.state.facet(d$);let e=this.state.facet(pt.cspNonce);u1.mount(this.root,this.styleModules.concat(f3).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 d4(this,e,d5(this,e,t,n))}moveByGroup(e,t){return d4(this,e,d5(this,e,t,t=>{var n;let i,r;return n=e.head,r=(i=this.state.charCategorizer(n))(t),e=>{let t=i(e);return r==uP.Space&&(r=t),r==t}}))}visualLineSide(e,t){let n=this.bidiSpans(e),i=this.textDirectionAt(e.from),r=n[t?n.length-1:0];return c8.cursor(r.side(t,i)+e.from,r.forward(!t,i)?1:-1)}moveToLineBoundary(e,t,n=!0){return function(e,t,n,i){let r=d2(e,t.head),o=i&&r.type==hY.Text&&(e.lineWrapping||r.widgetLineBreaks)?e.coordsAtPos(t.assoc<0&&t.head>r.from?t.head-1:t.head):null;if(o){let t=e.dom.getBoundingClientRect(),i=e.textDirectionAt(r.from),s=e.posAtCoords({x:n==(i==h7.LTR)?t.right-1:t.left+1,y:(o.top+o.bottom)/2});if(null!=s)return c8.cursor(s,n?-1:1)}return c8.cursor(n?r.to:r.from,n?-1:1)}(this,e,t,n)}moveVertically(e,t,n){return d4(this,e,function(e,t,n,i){let r=t.head,o=n?1:-1;if(r==(n?e.state.doc.length:0))return c8.cursor(r,t.assoc);let s=t.goalColumn,l,a=e.contentDOM.getBoundingClientRect(),c=e.coordsAtPos(r,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(r);null==s&&(s=Math.min(a.right-a.left,e.defaultCharacterWidth*(r-t.from))),l=(o<0?t.top:t.bottom)+u}let h=a.left+s,d=null!=i?i:e.viewState.heightOracle.textHeight>>1;for(let t=0;;t+=10){let n=l+(d+t)*o,i=d0(e,{x:h,y:n},!1,o);if(n<a.top||n>a.bottom||(o<0?i<r:i>r)){let t=e.docView.coordsForChar(i),r=!t||n<t.top?-1:1;return c8.cursor(i,r,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(),d0(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 i=this.state.doc.lineAt(e),r=this.bidiSpans(i);return hc(n,r[du.find(r,e-i.from,-1,t)].dir==h7.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(dC)||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>pn)return dd(e.length);let t=this.textDirectionAt(e.from),n;for(let i of this.bidiCache)if(i.from==e.from&&i.dir==t&&(i.fresh||function e(t,n){if(t.length!=n.length)return!1;for(let i=0;i<t.length;i++){let r=t[i],o=n[i];if(r.from!=o.from||r.to!=o.to||r.direction!=o.direction||!e(r.inner,o.inner))return!1}return!0}(i.isolates,n=dH(this,e))))return i.order;n||(n=dH(this,e));let i=function(e,t,n){if(!e)return[new du(0,0,+(t==dt))];if(t==de&&!n.length&&!dc.test(e))return dd(e.length);if(n.length)for(;e.length>dh.length;)dh[dh.length]=256;let i=[],r=+(t!=de);return function e(t,n,i,r,o,s,l){let a=n%2?2:1;!function(e,t,n,i,r){for(let o=0;o<=i.length;o++){let s=o?i[o-1].to:t,l=o<i.length?i[o].from:n,a=o?256:r;for(let t=s,n=a,i=a;t<l;t++){let r=da(e.charCodeAt(t));512==r?r=n:8==r&&4==i&&(r=16),dh[t]=4==r?2:r,7&r&&(i=r),n=r}for(let e=s,t=a,i=a;e<l;e++){let r=dh[e];if(128==r)e<l-1&&t==dh[e+1]&&24&t?r=dh[e]=t:dh[e]=256;else if(64==r){let r=e+1;for(;r<l&&64==dh[r];)r++;let o=e&&8==t||r<n&&8==dh[r]?1==i?1:8:256;for(let t=e;t<r;t++)dh[t]=o;e=r-1}else 8==r&&1==i&&(dh[e]=1);t=r,7&r&&(i=r)}}}(t,o,s,r,a),function(e,t,n,i,r){let o=1==r?2:1;for(let s=0,l=0,a=0;s<=i.length;s++){let c=s?i[s-1].to:t,u=s<i.length?i[s].from:n;for(let t=c,n,i,s;t<u;t++)if(i=ds[n=e.charCodeAt(t)])if(i<0){for(let e=l-3;e>=0;e-=3)if(dl[e+1]==-i){let n=dl[e+2],i=2&n?r:4&n?1&n?o:r:0;i&&(dh[t]=dh[dl[e]]=i),l=e;break}}else if(189==dl.length)break;else dl[l++]=t,dl[l++]=n,dl[l++]=a;else if(2==(s=dh[t])||1==s){let e=s==r;a=+!e;for(let t=l-3;t>=0;t-=3){let n=dl[t+2];if(2&n)break;if(e)dl[t+2]|=2;else{if(4&n)break;dl[t+2]|=4}}}}}(t,o,s,r,a),function(e,t,n,i){for(let r=0,o=i;r<=n.length;r++){let s=r?n[r-1].to:e,l=r<n.length?n[r].from:t;for(let a=s;a<l;){let s=dh[a];if(256==s){let s=a+1;for(;;)if(s==l){if(r==n.length)break;s=n[r++].to,l=r<n.length?n[r].from:t}else if(256==dh[s])s++;else break;let c=1==o,u=c==((s<t?dh[s]:i)==1)?c?1:2:i;for(let t=s,i=r,o=i?n[i-1].to:e;t>a;)t==o&&(t=n[--i].from,o=i?n[i-1].to:e),dh[--t]=u;a=s}else o=s,a++}}}(o,s,r,a),function t(n,i,r,o,s,l,a){let c=o%2?2:1;if(o%2==s%2)for(let u=i,h=0;u<r;){let i=!0,d=!1;if(h==l.length||u<l[h].from){let e=dh[u];e!=c&&(i=!1,d=16==e)}let f=i||1!=c?null:[],p=i?o:o+1,m=u;t:for(;;)if(h<l.length&&m==l[h].from){if(d)break;let t=l[h];if(!i)for(let e=t.to,n=h+1;;){if(e==r)break t;if(n<l.length&&l[n].from==e)e=l[n++].to;else if(dh[e]==c)break t;else break}h++,f?f.push(t):(t.from>u&&a.push(new du(u,t.from,p)),e(n,t.direction==de!=!(p%2)?o+1:o,s,t.inner,t.from,t.to,a),u=t.to),m=t.to}else if(m==r||(i?dh[m]!=c:dh[m]==c))break;else m++;f?t(n,u,m,o+1,s,f,a):u<m&&a.push(new du(u,m,p)),u=m}else for(let u=r,h=l.length;u>i;){let r=!0,d=!1;if(!h||u>l[h-1].to){let e=dh[u-1];e!=c&&(r=!1,d=16==e)}let f=r||1!=c?null:[],p=r?o:o+1,m=u;t:for(;;)if(h&&m==l[h-1].to){if(d)break;let t=l[--h];if(!r)for(let e=t.from,n=h;;){if(e==i)break t;if(n&&l[n-1].to==e)e=l[--n].from;else if(dh[e-1]==c)break t;else break}f?f.push(t):(t.to<u&&a.push(new du(t.to,u,p)),e(n,t.direction==de!=!(p%2)?o+1:o,s,t.inner,t.from,t.to,a),u=t.from),m=t.from}else if(m==i||(r?dh[m-1]!=c:dh[m-1]==c))break;else m--;f?t(n,m,u,o+1,s,f,a):m<u&&a.push(new du(m,u,p)),u=m}}(t,o,s,n,i,r,l)}(e,r,r,n,0,e.length,i),i}(e.text,t,n);return this.bidiCache.push(new pr(e.from,e.to,t,n,!0,i)),i}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||hB.safari&&(null==(e=this.inputState)?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{hf(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 dD.of(new dT("number"==typeof e?c8.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 dD.of(new dT(c8.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 dE.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return dE.define(()=>({}),{eventObservers:e})}static theme(e,t){let n=u1.newName(),i=[fX.of(n),d$.of(f5(`.${n}`,e))];return t&&t.dark&&i.push(fQ.of(!0)),i}static baseTheme(e){return ul.lowest(d$.of(f5("."+fJ,e,f2)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),i=n&&hS.get(n)||hS.get(e);return(null==(t=null==i?void 0:i.rootView)?void 0:t.view)||null}}pt.styleModule=d$,pt.inputHandler=dx,pt.clipboardInputFilter=dw,pt.clipboardOutputFilter=dS,pt.scrollHandler=dM,pt.focusChangeEffect=dy,pt.perLineTextDirection=dC,pt.exceptionSink=dv,pt.updateListener=db,pt.editable=dP,pt.mouseSelectionStyle=dg,pt.dragMovesSelection=dm,pt.clickAddsSelectionRange=dp,pt.decorations=dF,pt.outerDecorations=dB,pt.atomicRanges=dV,pt.bidiIsolatedRanges=dN,pt.scrollMargins=dz,pt.darkTheme=fQ,pt.cspNonce=c7.define({combine:e=>e.length?e[0]:""}),pt.contentAttributes=dj,pt.editorAttributes=dL,pt.lineWrapping=pt.contentAttributes.of({class:"cm-lineWrapping"}),pt.announce=uk.define();let pn=4096,pi={};class pr{constructor(e,t,n,i,r,o){this.from=e,this.to=t,this.dir=n,this.isolates=i,this.fresh=r,this.order=o}static update(e,t){if(t.empty&&!e.some(e=>e.fresh))return e;let n=[],i=e.length?e[e.length-1].dir:h7.LTR;for(let r=Math.max(0,e.length-10);r<e.length;r++){let o=e[r];o.dir!=i||t.touchesRange(o.from,o.to)||n.push(new pr(t.mapPos(o.from,1),t.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return n}}function po(e,t,n){for(let i=e.state.facet(t),r=i.length-1;r>=0;r--){let t=i[r],o="function"==typeof t?t(e):t;o&&h_(o,n)}return n}let ps=hB.mac?"mac":hB.windows?"win":hB.linux?"linux":"key";function pl(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 pa=ul.default(pt.domEventHandlers({keydown:(e,t)=>pp(ph(t.state),e,t,"editor")})),pc=c7.define({enables:pa}),pu=new WeakMap;function ph(e){let t=e.facet(pc),n=pu.get(t);return n||pu.set(t,n=function(e,t=ps){let n=Object.create(null),i=Object.create(null),r=(e,t)=>{let n=i[e];if(null==n)i[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,i,o,s,l)=>{var a,c;let u=n[e]||(n[e]=Object.create(null)),h=i.split(/ (?!$)/).map(e=>(function(e,t){let n,i,r,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))i=!0;else if(/^s(hift)?$/i.test(l))r=!0;else if(/^mod$/i.test(l))"mac"==t?o=!0:i=!0;else throw Error("Unrecognized modifier name: "+l)}return n&&(l="Alt-"+l),i&&(l="Ctrl-"+l),o&&(l="Meta-"+l),r&&(l="Shift-"+l),l})(e,t));for(let t=1;t<h.length;t++){let n=h.slice(0,t).join(" ");r(n,!0),u[n]||(u[n]={preventDefault:!0,stopPropagation:!1,run:[t=>{let i=pd={view:t,prefix:n,scope:e};return setTimeout(()=>{pd==i&&(pd=null)},4e3),!0}]})}let d=h.join(" ");r(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 i of e){let e=i.scope?i.scope.split(" "):["editor"];if(i.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:r}=i;for(let t in e)e[t].run.push(e=>r(e,pf))}let r=i[t]||i.key;if(r)for(let t of e)o(t,r,i.run,i.preventDefault,i.stopPropagation),i.shift&&o(t,"Shift-"+r,i.shift,i.preventDefault,i.stopPropagation)}return n}(t.reduce((e,t)=>e.concat(t),[]))),n}let pd=null,pf=null;function pp(e,t,n,i){var r;pf=t;let o=("Esc"==(r=!(u8&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||u6&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?u4:u3)[t.keyCode]||t.key||"Unidentified")&&(r="Escape"),"Del"==r&&(r="Delete"),"Left"==r&&(r="ArrowLeft"),"Up"==r&&(r="ArrowUp"),"Right"==r&&(r="ArrowRight"),"Down"==r&&(r="ArrowDown"),r),s=cU(cq(o,0))==o.length&&" "!=o,l="",a=!1,c=!1,u=!1;pd&&pd.view==n&&pd.scope==i&&(l=pd.prefix+" ",0>fo.indexOf(t.keyCode)&&(c=!0,pd=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[i],p,m;return f&&(d(f[l+pl(o,t,!s)])?a=!0:s&&(t.altKey||t.metaKey||t.ctrlKey)&&!(hB.windows&&t.ctrlKey&&t.altKey)&&(p=u3[t.keyCode])&&p!=o?d(f[l+pl(p,t,!0)])?a=!0:t.shiftKey&&(m=u4[t.keyCode])!=o&&m!=p&&d(f[l+pl(m,t,!1)])&&(a=!0):s&&t.shiftKey&&d(f[l+pl(o,t,!0)])&&(a=!0),!a&&d(f._any)&&(a=!0)),c&&(a=!0),a&&u&&t.stopPropagation(),pf=null,a}class pm{constructor(e,t,n,i,r){this.className=e,this.left=t,this.top=n,this.width=i,this.height=r}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 i=Math.max(n.from,e.viewport.from),r=Math.min(n.to,e.viewport.to),o=e.textDirection==h7.LTR,s=e.contentDOM,l=s.getBoundingClientRect(),a=pg(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=d2(e,i),p=d2(e,r),m=f.type==hY.Text?f:null,g=p.type==hY.Text?p:null;if(m&&(e.lineWrapping||f.widgetLineBreaks)&&(m=pv(e,i,1,m)),g&&(e.lineWrapping||p.widgetLineBreaks)&&(g=pv(e,r,-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),i=g?x(null,n.to,g):y(p,!0),r=[];return(m||f).to<(g||p).from-(m&&g?1:0)||f.widgetLineBreaks>1&&t.bottom+e.defaultLineHeight/2<i.top?r.push(v(h,t.bottom,d,i.top)):t.bottom<i.top&&e.elementAtHeight((t.bottom+i.top)/2).type==hY.Text&&(t.bottom=i.top=(t.bottom+i.top)/2),b(t).concat(r).concat(b(i))}function v(e,n,i,r){return new pm(t,e-a.left,n-a.top,i-e,r-n)}function b({top:e,bottom:t,horizontal:n}){let i=[];for(let r=0;r<n.length;r+=2)i.push(v(n[r],e,n[r+1],t));return i}function x(t,n,i){let r=1e9,s=-1e9,l=[];function a(t,n,a,c,u){let f=e.coordsAtPos(t,t==i.to?-2:2),p=e.coordsAtPos(a,a==i.from?2:-2);f&&p&&(r=Math.min(f.top,p.top,r),s=Math.max(f.bottom,p.bottom,s),u==h7.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:i.from,u=null!=n?n:i.to;for(let i of e.visibleRanges)if(i.to>c&&i.from<u)for(let r=Math.max(i.from,c),o=Math.min(i.to,u);;){let i=e.state.doc.lineAt(r);for(let s of e.bidiSpans(i)){let e=s.from+i.from,l=s.to+i.from;if(e>=o)break;l>r&&a(Math.max(e,r),null==t&&e<=c,Math.min(l,o),null==n&&l>=u,s.dir)}if((r=i.to+1)>=o)break}return 0==l.length&&a(c,null==t,u,null==n,e.textDirection),{top:r,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 i=e.coordsAtPos(n.head,n.assoc||1);if(!i)return[];let r=pg(e);return[new pm(t,i.left-r.left,i.top-r.top,null,i.bottom-i.top)]}}}function pg(e){let t=e.scrollDOM.getBoundingClientRect();return{left:(e.textDirection==h7.LTR?t.left:t.right-e.scrollDOM.clientWidth*e.scaleX)-e.scrollDOM.scrollLeft*e.scaleX,top:t.top-e.scrollDOM.scrollTop*e.scaleY}}function pv(e,t,n,i){let r=e.coordsAtPos(t,2*n);if(!r)return i;let o=e.dom.getBoundingClientRect(),s=(r.top+r.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?i:{from:Math.max(i.from,Math.min(l,a)),to:Math.min(i.to,Math.max(l,a))}}class pb{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(px)!=e.state.facet(px)&&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(px);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 i of e)i.update&&t&&i.constructor&&this.drawn[n].constructor&&i.update(t,this.drawn[n])?(t=t.nextSibling,n++):this.dom.insertBefore(i.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 px=c7.define();function py(e){return[dE.define(t=>new pb(t,e)),px.of(e)]}let pw=!(hB.ios&&hB.webkit&&hB.webkit_version<534),pS=c7.define({combine:e=>uE(e,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(e,t)=>Math.min(e,t),drawRangeCursor:(e,t)=>e||t})});function pC(e){return e.startState.facet(pS)!=e.state.facet(pS)}let pk=py({above:!0,markers(e){let{state:t}=e,n=t.facet(pS),i=[];for(let r of t.selection.ranges){let o=r==t.selection.main;if(r.empty?!o||pw:n.drawRangeCursor){let t=o?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",n=r.empty?r:c8.cursor(r.head,r.head>r.anchor?-1:1);for(let r of pm.forRange(e,t,n))i.push(r)}}return i},update(e,t){e.transactions.some(e=>e.selection)&&(t.style.animationName="cm-blink"==t.style.animationName?"cm-blink2":"cm-blink");let n=pC(e);return n&&pM(e.state,t),e.docChanged||e.selectionSet||n},mount(e,t){pM(t.state,e)},class:"cm-cursorLayer"});function pM(e,t){t.style.animationDuration=e.facet(pS).cursorBlinkRate+"ms"}let pT=py({above:!1,markers:e=>e.state.selection.ranges.map(t=>t.empty?[]:pm.forRange(e,"cm-selectionBackground",t)).reduce((e,t)=>e.concat(t)),update:(e,t)=>e.docChanged||e.selectionSet||e.viewportChanged||pC(e),class:"cm-selectionLayer"}),pD={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};pw&&(pD[".cm-line"].caretColor=pD[".cm-content"].caretColor="transparent !important");let pA=ul.highest(pt.theme(pD)),pR=uk.define({map:(e,t)=>null==e?null:t.mapPos(e)}),pP=uo.define({create:()=>null,update:(e,t)=>(null!=e&&(e=t.changes.mapPos(e)),t.effects.reduce((e,t)=>t.is(pR)?t.value:e,e))}),pI=dE.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(pP);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(pP)!=n||e.docChanged||e.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:e}=this,t=e.state.field(pP),n=null!=t&&e.coordsAtPos(t);if(!n)return null;let i=e.scrollDOM.getBoundingClientRect();return{left:n.left-i.left+e.scrollDOM.scrollLeft*e.scaleX,top:n.top-i.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(pP)!=e&&this.view.dispatch({effects:pR.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 pO(e,t,n,i,r){t.lastIndex=0;for(let o=e.iterRange(n,i),s=n,l;!o.next().done;s+=o.value.length)if(!o.lineBreak)for(;l=t.exec(o.value);)r(s+l.index,l)}class pE{constructor(e){let{regexp:t,decoration:n,decorate:i,boundary:r,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,i)this.addMatch=(e,t,n,r)=>i(r,n,n+e[0].length,e,t);else if("function"==typeof n)this.addMatch=(e,t,i,r)=>{let o=n(e,t,i);o&&r(i,i+e[0].length,o)};else if(n)this.addMatch=(e,t,i,r)=>r(i,i+e[0].length,n);else throw RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.boundary=r,this.maxLength=o}createDeco(e){let t=new uV,n=t.add.bind(t);for(let{from:t,to:i}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 i=[];for(let{from:r,to:o}of n)r=Math.max(e.state.doc.lineAt(r).from,r-t),o=Math.min(e.state.doc.lineAt(o).to,o+t),i.length&&i[i.length-1].to>=r?i[i.length-1].to=o:i.push({from:r,to:o});return i}(e,this.maxLength))pO(e.state.doc,this.regexp,t,i,(t,i)=>this.addMatch(i,e,t,n));return t.finish()}updateDeco(e,t){let n=1e9,i=-1;return(e.docChanged&&e.changes.iterChanges((t,r,o,s)=>{s>=e.view.viewport.from&&o<=e.view.viewport.to&&(n=Math.min(o,n),i=Math.max(s,i))}),e.viewportMoved||i-n>1e3)?this.createDeco(e.view):i>-1?this.updateRange(e.view,t.map(e.changes),n,i):t}updateRange(e,t,n,i){for(let r of e.visibleRanges){let o=Math.max(r.from,n),s=Math.min(r.to,i);if(s>o){let n=e.state.doc.lineAt(o),i=n.to<s?e.state.doc.lineAt(s):n,l=Math.max(r.from,n.from),a=Math.min(r.to,i.to);if(this.boundary){for(;o>n.from;o--)if(this.boundary.test(n.text[o-1-n.from])){l=o;break}for(;s<i.to;s++)if(this.boundary.test(i.text[s-i.from])){a=s;break}}let c=[],u,h=(e,t,n)=>c.push(n.range(e,t));if(n==i)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 pO(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 pZ=null!=/x/.unicode?"gu":"g",pL=RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad؜​‎‏\u2028\u2029‭‮⁦⁧⁩\uFEFF-]",pZ),pj={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"},pF=null,pB=c7.define({combine(e){let t=uE(e,{render:null,specialChars:pL,addSpecialChars:null});return(t.replaceTabs=!function(){var e;if(null==pF&&"undefined"!=typeof document&&document.body){let t=document.body.style;pF=(null!=(e=t.tabSize)?e:t.MozTabSize)!=null}return pF||!1}())&&(t.specialChars=RegExp(" |"+t.specialChars.source,pZ)),t.addSpecialChars&&(t.specialChars=RegExp(t.specialChars.source+"|"+t.addSpecialChars.source,pZ)),t}}),pV=null;class pN extends hK{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),i=e.state.phrase("Control character")+" "+(pj[this.code]||"0x"+this.code.toString(16)),r=this.options.render&&this.options.render(this.code,i,n);if(r)return r;let o=document.createElement("span");return o.textContent=n,o.title=i,o.setAttribute("aria-label",i),o.className="cm-specialChar",o}ignoreEvent(){return!1}}class pH extends hK{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 pz=hX.line({class:"cm-activeLine"}),pW=dE.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 i of e.state.selection.ranges){let r=e.lineBlockAt(i.head);r.from>t&&(n.push(pz.range(r.from)),t=r.from)}return hX.set(n)}},{decorations:e=>e.decorations});class p$ extends hK{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?hi(e.firstChild):[];if(!t.length)return null;let n=window.getComputedStyle(e.parentNode),i=hc(t[0],"rtl"!=n.direction),r=parseInt(n.lineHeight);return i.bottom-i.top>1.5*r?{left:i.left,right:i.right,top:i.top,bottom:i.top+r}:i}ignoreEvent(){return!1}}function p_(e,t){var n;let i,r=e.posAtCoords({x:t.clientX,y:t.clientY},!1),o=e.state.doc.lineAt(r),s=r-o.from,l=s>2e3?-1:s==o.length?(n=t.clientX,(i=e.coordsAtPos(e.viewport.from))?Math.round(Math.abs((i.left-n)/e.defaultCharacterWidth)):-1):uY(o.text,e.state.tabSize,r-o.from);return{line:o.number,col:l,off:s}}let pq={Alt:[18,e=>!!e.altKey],Control:[17,e=>!!e.ctrlKey],Shift:[16,e=>!!e.shiftKey],Meta:[91,e=>!!e.metaKey]},pG={style:"cursor: crosshair"},pU="-10000px";class pK{constructor(e,t,n,i){this.facet=t,this.createTooltipView=n,this.removeTooltipView=i,this.input=e.state.facet(t),this.tooltips=this.input.filter(e=>e);let r=null;this.tooltipViews=this.tooltips.map(e=>r=n(e,r))}update(e,t){var n;let i=e.state.facet(this.facet),r=i.filter(e=>e);if(i===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<r.length;n++){let i=r[n],l=-1;if(i){for(let e=0;e<this.tooltips.length;e++){let t=this.tooltips[e];t&&t.create==i.create&&(l=e)}if(l<0)o[n]=this.createTooltipView(i,n?o[n-1]:null),s&&(s[n]=!!i.above);else{let i=o[n]=this.tooltipViews[l];s&&(s[n]=t[l]),i.update&&i.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=i,this.tooltips=r,this.tooltipViews=o,!0}}function pY(e){let t=e.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:t.clientHeight,right:t.clientWidth}}let pX=c7.define({combine:e=>{var t,n,i;return{position:hB.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==(i=e.find(e=>e.tooltipSpace))?void 0:i.tooltipSpace)||pY}}}),pQ=new WeakMap,pJ=dE.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(pX);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 pK(e,p5,(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,i=e.state.facet(pX);if(i.position!=this.position&&!this.madeAbsolute){for(let e of(this.position=i.position,this.manager.tooltipViews))e.dom.style.position=this.position;n=!0}if(i.parent!=this.parent){for(let e of(this.parent&&this.container.remove(),this.parent=i.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),i=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=pU,n.dom.style.left="0px",this.container.insertBefore(n.dom,i),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(hB.gecko)n=e.offsetParent!=this.container.ownerDocument.body;else if(e.style.top==pU&&"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 i=this.view.scrollDOM.getBoundingClientRect(),r=dW(this.view);return{visible:{left:i.left+r.left,top:i.top+r.top,right:i.right-r.right,bottom:i.bottom-r.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(pX).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:i,scaleX:r,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,i.top)||h.top>=Math.min(n.bottom,i.bottom)||h.right<Math.max(n.left,i.left)-.1||h.left>Math.min(n.right,i.right)+.1)){u.style.top=pU;continue}let f=a.arrow?c.dom.querySelector(".cm-tooltip-arrow"):null,p=7*!!f,m=d.right-d.left,g=null!=(t=pQ.get(c))?t:d.bottom-d.top,v=c.offset||p2,b=this.view.textDirection==h7.LTR,x=d.width>i.right-i.left?b?i.left:i.right-d.width:b?Math.max(i.left,Math.min(h.left-14*!!f+v.x,i.right-m)):Math.min(Math.max(i.left,h.left-m+14*!!f-v.x),i.right-m),y=this.above[l];!a.strictSide&&(y?h.top-g-p-v.y<i.top:h.bottom+g+p+v.y>i.bottom)&&y==i.bottom-h.bottom>h.top-i.top&&(y=this.above[l]=!y);let w=(y?h.top-i.top:i.bottom-h.bottom)-p;if(w<g&&!1!==c.resize){if(w<this.view.defaultLineHeight){u.style.top=pU;continue}pQ.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",p0(u,(x-e.parent.left)/r)):(u.style.top=S/o+"px",p0(u,x/r)),f){let e=h.left+(b?v.x:-v.x)-(x+14-7);f.style.left=e/r+"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=pU}},{eventObservers:{scroll(){this.maybeMeasure()}}});function p0(e,t){let n=parseInt(e.style.left,10);(isNaN(n)||Math.abs(t-n)>1)&&(e.style.left=t+"px")}let p1=pt.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"}}}),p2={x:0,y:0},p5=c7.define({enables:[pJ,p1]}),p3=c7.define({combine:e=>e.reduce((e,t)=>e.concat(t),[])});class p4{static create(e){return new p4(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new pK(e,p3,(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 i=n[e];if(void 0!==i){if(void 0===t)t=i;else if(t!==i)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 p8=p5.compute([p3],e=>{let t=e.facet(p3);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:p4.create,above:t[0].above,arrow:t.some(e=>e.arrow)}});class p6{constructor(e,t,n,i,r){this.view=e,this.source=t,this.field=n,this.setHover=i,this.hoverTime=r,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 i,r=1;if(n instanceof hH)i=n.posAtStart;else{if(null==(i=e.posAtCoords(t)))return;let n=e.coordsAtPos(i);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(i)).find(e=>e.from<=i&&e.to>=i),s=o&&o.dir==h7.RTL?-1:1;r=t.x<n.left?-s:s}let o=this.source(e,i,r);if(null==o?void 0:o.then){let t=this.pending={pos:i};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=>dR(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(pJ),t=e?e.manager.tooltips.findIndex(e=>e.create==p4.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:i,tooltip:r}=this;if(i.length&&r&&!function(e,t){let{left:n,right:i,top:r,bottom:o}=e.getBoundingClientRect(),s;if(s=e.querySelector(".cm-tooltip-arrow")){let e=s.getBoundingClientRect();r=Math.min(e.top,r),o=Math.max(e.bottom,o)}return t.clientX>=n-4&&t.clientX<=i+4&&t.clientY>=r-4&&t.clientY<=o+4}(r.dom,e)||this.pending){let{pos:r}=i[0]||this.pending,o=null!=(n=null==(t=i[0])?void 0:t.end)?n:r;(r==o?this.view.posAtCoords(this.lastMove)!=r:!function(e,t,n,i,r,o){let s=e.scrollDOM.getBoundingClientRect(),l=e.documentTop+e.documentPadding.top+e.contentHeight;if(s.left>i||s.right<i||s.top>r||Math.min(s.bottom,l)<r)return!1;let a=e.posAtCoords({x:i,y:r},!1);return a>=t&&a<=n}(this.view,r,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 p9(e,t){let n=e.plugin(pJ);if(!n)return null;let i=n.manager.tooltips.indexOf(t);return i<0?null:n.manager.tooltipViews[i]}let p7=uk.define(),me=c7.define({combine(e){let t,n;for(let i of e)t=t||i.topContainer,n=n||i.bottomContainer;return{topContainer:t,bottomContainer:n}}});function mt(e,t){let n=e.plugin(mn),i=n?n.specs.indexOf(t):-1;return i>-1?n.panels[i]:null}let mn=dE.fromClass(class{constructor(e){this.input=e.state.facet(mo),this.specs=this.input.filter(e=>e),this.panels=this.specs.map(t=>t(e));let t=e.state.facet(me);for(let n of(this.top=new mi(e,!0,t.topContainer),this.bottom=new mi(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(me);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new mi(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new mi(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(mo);if(n!=this.input){let t=n.filter(e=>e),i=[],r=[],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),i.push(l),(l.top?r:o).push(l)}for(let e of(this.specs=t,this.panels=i,this.top.sync(r),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=>pt.scrollMargins.of(t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class mi{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=mr(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=mr(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 mr(e){let t=e.nextSibling;return e.remove(),t}let mo=c7.define({enables:mn});class ms extends uZ{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}ms.prototype.elementClass="",ms.prototype.toDOM=void 0,ms.prototype.mapMode=cY.TrackBefore,ms.prototype.startSide=ms.prototype.endSide=-1,ms.prototype.point=!0;let ml=c7.define(),ma=c7.define(),mc={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>uB.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},mu=c7.define();function mh(e){return[mf(),mu.of(Object.assign(Object.assign({},mc),e))]}let md=c7.define({combine:e=>e.some(e=>e)});function mf(e){let t=[mp];return e&&!1===e.fixed&&t.push(md.of(!0)),t}let mp=dE.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(mu).map(t=>new mb(e,t)),this.gutters))this.dom.appendChild(t.dom);this.fixed=!e.state.facet(md),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,i=Math.min(t.to,n.to)-Math.max(t.from,n.from);this.syncGutters(i<(n.to-n.from)*.8)}e.geometryChanged&&(this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px"),this.view.state.facet(md)!=!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=uB.iter(this.view.state.facet(ml),this.view.viewport.from),i=[],r=this.gutters.map(e=>new mv(e,this.view.viewport,-this.view.documentPadding.top));for(let e of this.view.viewportLineBlocks)if(i.length&&(i=[]),Array.isArray(e.type)){let t=!0;for(let o of e.type)if(o.type==hY.Text&&t){for(let e of(mg(n,i,o.from),r))e.line(this.view,o,i);t=!1}else if(o.widget)for(let e of r)e.widget(this.view,o)}else if(e.type==hY.Text)for(let t of(mg(n,i,e.from),r))t.line(this.view,e,i);else if(e.widget)for(let t of r)t.widget(this.view,e);for(let e of r)e.finish();e&&this.view.scrollDOM.insertBefore(this.dom,t)}updateGutters(e){let t=e.startState.facet(mu),n=e.state.facet(mu),i=e.docChanged||e.heightChanged||e.viewportChanged||!uB.eq(e.startState.facet(ml),e.state.facet(ml),e.view.viewport.from,e.view.viewport.to);if(t==n)for(let t of this.gutters)t.update(e)&&(i=!0);else{i=!0;let r=[];for(let i of n){let n=t.indexOf(i);n<0?r.push(new mb(this.view,i)):(this.gutters[n].update(e),r.push(this.gutters[n]))}for(let e of this.gutters)e.dom.remove(),0>r.indexOf(e)&&e.destroy();for(let e of r)this.dom.appendChild(e.dom);this.gutters=r}return i}destroy(){for(let e of this.gutters)e.destroy();this.dom.remove()}},{provide:e=>pt.scrollMargins.of(t=>{let n=t.plugin(e);return n&&0!=n.gutters.length&&n.fixed?t.textDirection==h7.LTR?{left:n.dom.offsetWidth*t.scaleX}:{right:n.dom.offsetWidth*t.scaleX}:null})});function mm(e){return Array.isArray(e)?e:[e]}function mg(e,t,n){for(;e.value&&e.from<=n;)e.from==n&&t.push(e.value),e.next()}class mv{constructor(e,t,n){this.gutter=e,this.height=n,this.i=0,this.cursor=uB.iter(e.markers,t.from)}addElement(e,t,n){let{gutter:i}=this,r=(t.top-this.height)/e.scaleY,o=t.height/e.scaleY;if(this.i==i.elements.length){let t=new mx(e,o,r,n);i.elements.push(t),i.dom.appendChild(t.dom)}else i.elements[this.i].update(e,o,r,n);this.height=t.bottom,this.i++}line(e,t,n){let i=[];mg(this.cursor,i,t.from),n.length&&(i=i.concat(n));let r=this.gutter.config.lineMarker(e,t,i);r&&i.unshift(r);let o=this.gutter;(0!=i.length||o.config.renderEmptyElements)&&this.addElement(e,t,i)}widget(e,t){let n=this.gutter.config.widgetMarker(e,t.widget,t),i=n?[n]:null;for(let n of e.state.facet(ma)){let r=n(e,t.widget,t);r&&(i||(i=[])).push(r)}i&&this.addElement(e,t,i)}finish(){let e=this.gutter;for(;e.elements.length>this.i;){let t=e.elements.pop();e.dom.removeChild(t.dom),t.destroy()}}}class mb{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,i=>{let r=i.target,o;if(r!=this.dom&&this.dom.contains(r)){for(;r.parentNode!=this.dom;)r=r.parentNode;let e=r.getBoundingClientRect();o=(e.top+e.bottom)/2}else o=i.clientY;let s=e.lineBlockAtHeight(o-e.documentTop);t.domEventHandlers[n](e,s,i)&&i.preventDefault()});this.markers=mm(t.markers(e)),t.initialSpacer&&(this.spacer=new mx(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=mm(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!uB.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 mx{constructor(e,t,n,i){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(e,t,n,i)}update(e,t,n,i){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,i)&&this.setMarkers(e,i)}setMarkers(e,t){let n="cm-gutterElement",i=this.dom.firstChild;for(let r=0,o=0;;){let s=o,l=r<t.length?t[r++]: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(i);let t=i.nextSibling;i.remove(),i=t}}if(!l)break;l.toDOM&&(a?i=i.nextSibling:this.dom.insertBefore(l.toDOM(e),i)),a&&o++}this.dom.className=n,this.markers=t}destroy(){this.setMarkers(null,[])}}let my=c7.define(),mw=c7.define(),mS=c7.define({combine:e=>uE(e,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(e,t){let n=Object.assign({},e);for(let e in t){let i=n[e],r=t[e];n[e]=i?(e,t,n)=>i(e,t,n)||r(e,t,n):r}return n}})});class mC extends ms{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function mk(e,t){return e.state.facet(mS).formatNumber(t,e.state)}let mM=mu.compute([mS],e=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:e=>e.state.facet(my),lineMarker:(e,t,n)=>n.some(e=>e.toDOM)?null:new mC(mk(e,e.state.doc.lineAt(t.from).number)),widgetMarker:(e,t,n)=>{for(let i of e.state.facet(mw)){let r=i(e,t,n);if(r)return r}return null},lineMarkerChange:e=>e.startState.facet(mS)!=e.state.facet(mS),initialSpacer:e=>new mC(mk(e,mT(e.state.doc.lines))),updateSpacer(e,t){let n=mk(t.view,mT(t.view.state.doc.lines));return n==e.number?e:new mC(n)},domEventHandlers:e.facet(mS).domEventHandlers}));function mT(e){let t=9;for(;t<e;)t=10*t+9;return t}let mD=new class extends ms{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},mA=ml.compute(["selection"],e=>{let t=[],n=-1;for(let i of e.selection.ranges){let r=e.doc.lineAt(i.head).from;r>n&&(n=r,t.push(mD.range(r)))}return uB.of(t)}),mR=0;class mP{constructor(e,t){this.from=e,this.to=t}}class mI{constructor(e={}){this.id=mR++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw Error("This node type doesn't define a deserialize function")})}add(e){if(this.perNode)throw RangeError("Can't add per-node props to node types");return"function"!=typeof e&&(e=mZ.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}mI.closedBy=new mI({deserialize:e=>e.split(" ")}),mI.openedBy=new mI({deserialize:e=>e.split(" ")}),mI.group=new mI({deserialize:e=>e.split(" ")}),mI.isolate=new mI({deserialize:e=>{if(e&&"rtl"!=e&&"ltr"!=e&&"auto"!=e)throw RangeError("Invalid value for isolate: "+e);return e||"auto"}}),mI.contextHash=new mI({perNode:!0}),mI.lookAhead=new mI({perNode:!0}),mI.mounted=new mI({perNode:!0});class mO{constructor(e,t,n){this.tree=e,this.overlay=t,this.parser=n}static get(e){return e&&e.props&&e.props[mI.mounted.id]}}let mE=Object.create(null);class mZ{constructor(e,t,n,i=0){this.name=e,this.props=t,this.id=n,this.flags=i}static define(e){let t=e.props&&e.props.length?Object.create(null):mE,n=!!e.top|2*!!e.skipped|4*!!e.error|8*(null==e.name),i=new mZ(e.name||"",t,e.id,n);if(e.props){for(let n of e.props)if(Array.isArray(n)||(n=n(i)),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 i}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(mI.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 i of n.split(" "))t[i]=e[n];return e=>{for(let n=e.prop(mI.group),i=-1;i<(n?n.length:0);i++){let r=t[i<0?e.name:n[i]];if(r)return r}}}}mZ.none=new mZ("",Object.create(null),0,8);class mL{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 i=null;for(let t of e){let e=t(n);e&&(i||(i=Object.assign({},n.props)),i[e[0].id]=e[1])}t.push(i?new mZ(n.name,i,n.id,n.flags):n)}return new mL(t)}}let mj=new WeakMap,mF=new WeakMap;(v=M||(M={}))[v.ExcludeBuffers=1]="ExcludeBuffers",v[v.IncludeAnonymous=2]="IncludeAnonymous",v[v.IgnoreMounts=4]="IgnoreMounts",v[v.IgnoreOverlays=8]="IgnoreOverlays";class mB{constructor(e,t,n,i,r){if(this.type=e,this.children=t,this.positions=n,this.length=i,this.props=null,r&&r.length)for(let[e,t]of(this.props=Object.create(null),r))this.props["number"==typeof e?e:e.id]=t}toString(){let e=mO.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 mX(this.topNode,e)}cursorAt(e,t=0,n=0){let i=new mX(mj.get(this)||this.topNode);return i.moveTo(e,t),mj.set(this,i._tree),i}get topNode(){return new m$(this,0,0,null)}resolve(e,t=0){let n=mz(mj.get(this)||this.topNode,e,t,!1);return mj.set(this,n),n}resolveInner(e,t=0){let n=mz(mF.get(this)||this.topNode,e,t,!0);return mF.set(this,n),n}resolveStack(e,t=0){return function(e,t,n){let i=e.resolveInner(t,n),r=null;for(let e=i instanceof m$?i:i.context.parent;e;e=e.parent)if(e.index<0){let o=e.parent;(r||(r=[i])).push(o.resolve(t,n)),e=o}else{let o=mO.get(e.tree);if(o&&o.overlay&&o.overlay[0].from<=t&&o.overlay[o.overlay.length-1].to>=t){let s=new m$(o.tree,o.overlay[0].from+e.from,-1,e);(r||(r=[i])).push(mz(s,t,n,!1))}}return r?mK(r):i}(this,e,t)}iterate(e){let{enter:t,leave:n,from:i=0,to:r=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<=r&&e.to>=i&&(!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:m1(mZ.none,this.children,this.positions,0,this.children.length,0,this.length,(e,t,n)=>new mB(this.type,e,t,n,this.propValues),e.makeTree||((e,t,n)=>new mB(mZ.none,e,t,n)))}static build(e){return function(e){var t;let{buffer:n,nodeSet:i,maxBufferLength:r=1024,reused:o=[],minRepeatType:s=i.types.length}=e,l=Array.isArray(n)?new mV(n,n.length):n,a=i.types,c=0,u=0;function h(e,t,n,r,o,s,l,a,c){let u=[],h=[];for(;e.length>r;)u.push(e.pop()),h.push(t.pop()+n-o);e.push(d(i.types[l],u,h,s-o,a-s,c)),t.push(o-n)}function d(e,t,n,i,r,o,s){if(o){let e=[mI.contextHash,o];s=s?[e].concat(s):[e]}if(r>25){let e=[mI.lookAhead,r];s=s?[e].concat(s):[e]}return new mB(e,t,n,i,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;for(;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],k,M,T=b-t;if(x-b<=r&&(M=function(e,t){let n=l.fork(),i=0,o=0,a=0,c=n.end-r,u={size:0,start:0,skip:0};n:for(let r=n.pos-e;n.pos>r;){let e=n.size;if(n.id==t&&e>=0){u.size=i,u.start=o,u.skip=a,a+=4,i+=4,n.next();continue}let l=n.pos-e;if(e<0||l<r||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)h+=4;else break n;else n.id>=s&&(h+=4);n.next()}o=d,i+=e,a+=h}return(t<0||i==e)&&(u.size=i,u.start=o,u.skip=a),u.size>4?u:void 0}(l.pos-n,m))){let e=new Uint16Array(M.size-M.skip),n=l.pos-M.size,r=e.length;for(;l.pos>n;)r=function e(t,n,i){let{id:r,start:o,end:a,size:h}=l;if(l.next(),h>=0&&r<s){let s=i;if(h>4){let r=l.pos-(h-4);for(;l.pos>r;)i=e(t,n,i)}n[--i]=s,n[--i]=a-t,n[--i]=o-t,n[--i]=r}else -3==h?c=r:-4==h&&(u=r);return i}(M.start,e,r);k=new mN(e,x-M.start,i),T=M.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-r&&(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:i}=l;if(i>4)l.next();else if(c>-1&&t<c)break;else c<0&&(c=n-r),s.push(e,t,n),a++,l.next()}if(a){let t=new Uint16Array(4*a),r=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]-r,t[n++]=s[e+2]-r,t[n++]=n;n.push(new mN(t,s[2]-r,i)),o.push(r-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,i,r)=>{let o=0,s=n.length-1,l,a;if(s>=0&&(l=n[s])instanceof mB){if(!s&&l.type==e&&l.length==r)return l;(a=l.prop(mI.lookAhead))&&(o=i[s]+l.length+a)}return d(e,n,i,r,o,t)}}(C,S);k=m1(C,n,o,0,n.length,0,x-b,e,e)}else k=d(C,n,o,x-b,w-x,S)}f.push(k),p.push(T)}(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 mB(a[e.topID],f.reverse(),p.reverse(),m)}(e)}}mB.empty=new mB(mZ.none,[],[],0);class mV{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 mV(this.buffer,this.index)}}class mN{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return mZ.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],i=this.set.types[t],r=i.name;if(/\W/.test(r)&&!i.isError&&(r=JSON.stringify(r)),n==(e+=4))return r;let o=[];for(;e<n;)o.push(this.childString(e)),e=this.buffer[e+3];return r+"("+o.join(",")+")"}findChild(e,t,n,i,r){let{buffer:o}=this,s=-1;for(let l=e;l!=t&&(!mH(r,i,o[l+1],o[l+2])||(s=l,!(n>0)));l=o[l+3]);return s}slice(e,t,n){let i=this.buffer,r=new Uint16Array(t-e),o=0;for(let s=e,l=0;s<t;){r[l++]=i[s++],r[l++]=i[s++]-n;let t=r[l++]=i[s++]-n;r[l++]=i[s++]-e,o=Math.max(o,t)}return new mN(r,o,this.set)}}function mH(e,t,n,i){switch(e){case -2:return n<t;case -1:return i>=t&&n<t;case 0:return n<t&&i>t;case 1:return n<=t&&i>t;case 2:return i>t;case 4:return!0}}function mz(e,t,n,i){for(var r;e.from==e.to||(n<1?e.from>=t:e.from>t)||(n>-1?e.to<=t:e.to<t);){let t=!i&&e instanceof m$&&e.index<0?null:e.parent;if(!t)return e;e=t}let o=i?0:M.IgnoreOverlays;if(i)for(let i=e,s=i.parent;s;s=(i=s).parent)i instanceof m$&&i.index<0&&(null==(r=s.enter(t,n,o))?void 0:r.from)!=i.from&&(e=s);for(;;){let i=e.enter(t,n,o);if(!i)return e;e=i}}class mW{cursor(e=0){return new mX(this,e)}getChild(e,t=null,n=null){let i=m_(this,e,t,n);return i.length?i[0]:null}getChildren(e,t=null,n=null){return m_(this,e,t,n)}resolve(e,t=0){return mz(this,e,t,!1)}resolveInner(e,t=0){return mz(this,e,t,!0)}matchContext(e){return mq(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 m$ extends mW{constructor(e,t,n,i){super(),this._tree=e,this.from=t,this.index=n,this._parent=i}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,i,r=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(mH(i,n,c,c+a.length)){if(a instanceof mN){if(r&M.ExcludeBuffers)continue;let s=a.findChild(0,a.buffer.length,t,n-c,i);if(s>-1)return new mU(new mG(o,a,e,c),null,s)}else if(r&M.IncludeAnonymous||!a.type.isAnonymous||mQ(a)){let s;if(!(r&M.IgnoreMounts)&&(s=mO.get(a))&&!s.overlay)return new m$(s.tree,c,e,o);let l=new m$(a,c,e,o);return r&M.IncludeAnonymous||!l.type.isAnonymous?l:l.nextChild(t<0?a.children.length-1:0,t,n,i)}}}if(r&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)}enter(e,t,n=0){let i;if(!(n&M.IgnoreOverlays)&&(i=mO.get(this._tree))&&i.overlay){let n=e-this.from;for(let{from:e,to:r}of i.overlay)if((t>0?e<=n:e<n)&&(t<0?r>=n:r>n))return new m$(i.tree,i.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 m_(e,t,n,i){let r=e.cursor(),o=[];if(!r.firstChild())return o;if(null!=n){for(let e=!1;!e;)if(e=r.type.is(n),!r.nextSibling())return o}for(;;){if(null!=i&&r.type.is(i))return o;if(r.type.is(t)&&o.push(r.node),!r.nextSibling())return null==i?o:[]}}function mq(e,t,n=t.length-1){for(let i=e;n>=0;i=i.parent){if(!i)return!1;if(!i.type.isAnonymous){if(t[n]&&t[n]!=i.name)return!1;n--}}return!0}class mG{constructor(e,t,n,i){this.parent=e,this.buffer=t,this.index=n,this.start=i}}class mU extends mW{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:i}=this.context,r=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.context.start,n);return r<0?null:new mU(this.context,this,r)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(e){return this.child(1,e,2)}childBefore(e){return this.child(-1,e,-2)}enter(e,t,n=0){if(n&M.ExcludeBuffers)return null;let{buffer:i}=this.context,r=i.findChild(this.index+4,i.buffer[this.index+3],t>0?1:-1,e-this.context.start,t);return r<0?null:new mU(this.context,this,r)}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 mU(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 mU(this.context,this._parent,e.findChild(t,this.index,-1,0,4))}get tree(){return null}toTree(){let e=[],t=[],{buffer:n}=this.context,i=this.index+4,r=n.buffer[this.index+3];if(r>i){let o=n.buffer[this.index+1];e.push(n.slice(i,r,o)),t.push(0)}return new mB(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function mK(e){if(!e.length)return null;let t=0,n=e[0];for(let i=1;i<e.length;i++){let r=e[i];(r.from>n.from||r.to<n.to)&&(n=r,t=i)}let i=n instanceof m$&&n.index<0?null:n.parent,r=e.slice();return i?r[t]=i:r.splice(t,1),new mY(r,n)}class mY{constructor(e,t){this.heads=e,this.node=t}get next(){return mK(this.heads)}}class mX{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 m$)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:i}=this.buffer;return this.type=t||i.set.types[i.buffer[e]],this.from=n+i.buffer[e+1],this.to=n+i.buffer[e+2],!0}yield(e){return!!e&&(e instanceof m$?(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:i}=this.buffer,r=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.buffer.start,n);return!(r<0)&&(this.stack.push(this.index),this.yieldBuf(r))}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:i}=this;if(i){if(e>0){if(this.index<i.buffer.buffer.length)return!1}else for(let e=0;e<this.index;e++)if(i.buffer.buffer[e+3]<this.index)return!1;({index:t,parent:n}=i)}else({index:t,_parent:n}=this._tree);for(;n;{index:t,_parent:n}=n)if(t>-1)for(let i=t+e,r=e<0?-1:n._tree.children.length;i!=r;i+=e){let e=n._tree.children[i];if(this.mode&M.IncludeAnonymous||e instanceof mN||!e.type.isAnonymous||mQ(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 i=this.index,r=this.stack.length;r>=0;){for(let o=e;o;o=o._parent)if(o.index==i){if(i==this.index)return o;t=o,n=r+1;break n}i=this.stack[--r]}for(let e=n;e<this.stack.length;e++)t=new mU(this.buffer,t,this.stack[e]);return this.bufferNode=new mU(this.buffer,t,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(e,t){for(let n=0;;){let i=!1;if(this.type.isAnonymous||!1!==e(this)){if(this.firstChild()){n++;continue}this.type.isAnonymous||(i=!0)}for(;;){if(i&&t&&t(this),i=this.type.isAnonymous,!n)return;if(this.nextSibling())break;this.parent(),n--,i=!0}}}matchContext(e){if(!this.buffer)return mq(this.node.parent,e);let{buffer:t}=this.buffer,{types:n}=t.set;for(let i=e.length-1,r=this.stack.length-1;i>=0;r--){if(r<0)return mq(this._tree,e,i);let o=n[t.buffer[this.stack[r]]];if(!o.isAnonymous){if(e[i]&&e[i]!=o.name)return!1;i--}}return!0}}function mQ(e){return e.children.some(e=>e instanceof mN||!e.type.isAnonymous||mQ(e))}let mJ=new WeakMap;function m0(e,t){if(!e.isAnonymous||t instanceof mN||t.type!=e)return 1;let n=mJ.get(t);if(null==n){for(let i of(n=1,t.children)){if(i.type!=e||!(i instanceof mB)){n=1;break}n+=m0(e,i)}mJ.set(t,n)}return n}function m1(e,t,n,i,r,o,s,l,a){let c=0;for(let n=i;n<r;n++)c+=m0(e,t[n]);let u=Math.ceil(1.5*c/8),h=[],d=[];return!function t(n,i,r,s,l){for(let c=r;c<s;){let r=c,f=i[c],p=m0(e,n[c]);for(c++;c<s;c++){let t=m0(e,n[c]);if(p+t>=u)break;p+=t}if(c==r+1){if(p>u){let e=n[r];t(e.children,e.positions,0,e.children.length,i[r]+l);continue}h.push(n[r])}else{let t=i[c-1]+n[c-1].length-f;h.push(m1(e,n,i,r,c,f,t,null,a))}d.push(f+l-o)}}(t,n,i,r,0),(l||a)(h,d,s)}class m2{constructor(e,t,n,i,r=!1,o=!1){this.from=e,this.to=t,this.tree=n,this.offset=i,this.open=!!r|2*!!o}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(e,t=[],n=!1){let i=[new m2(0,e.length,e,0,!1,n)];for(let n of t)n.to>e.length&&i.push(n);return i}static applyChanges(e,t,n=128){if(!t.length)return e;let i=[],r=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 m2(e,n,t.tree,t.offset+a,s>0,!!c)}if(t&&i.push(t),o.to>u)break;o=r<e.length?e[r++]:null}if(!c)break;l=c.toA,a=c.toA-c.toB}return i}}class m5{startParse(e,t,n){return"string"==typeof e&&(e=new m3(e)),n=n?n.length?n.map(e=>new mP(e.from,e.to)):[new mP(0,0)]:[new mP(0,e.length)],this.createParse(e,t||[],n)}parse(e,t,n){let i=this.startParse(e,t,n);for(;;){let e=i.advance();if(e)return e}}}class m3{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 mI({perNode:!0});let m4=0;class m8{constructor(e,t,n,i){this.name=e,this.set=t,this.base=n,this.modified=i,this.id=m4++}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 m8&&(t=e),null==t?void 0:t.base)throw Error("Can not derive from a modified tag");let n=new m8("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 m9(e);return e=>e.modified.indexOf(t)>-1?e:m9.get(e.base||e,e.modified.concat(t).sort((e,t)=>e.id-t.id))}}let m6=0;class m9{constructor(e){this.name=e,this.instances=[],this.id=m6++}static get(e,t){if(!t.length)return e;let n=t[0].instances.find(n=>{var i,r;return n.base==e&&(i=t,r=n.modified,i.length==r.length&&i.every((e,t)=>e==r[t]))});if(n)return n;let i=[],r=new m8(e.name,i,e,t);for(let e of t)e.instances.push(r);let o=function(e){let t=[[]];for(let n=0;n<e.length;n++)for(let i=0,r=t.length;i<r;i++)t.push(t[i].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)i.push(m9.get(t,e));return r}}function m7(e){let t=Object.create(null);for(let n in e){let i=e[n];for(let e of(Array.isArray(i)||(i=[i]),n.split(" ")))if(e){let n=[],r=2,o=e;for(let t=0;;){if("..."==o&&t>0&&t+3==e.length){r=1;break}let i=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(o);if(!i)throw RangeError("Invalid path: "+e);if(n.push("*"==i[0]?"":'"'==i[0][0]?JSON.parse(i[0]):i[0]),(t+=i[0].length)==e.length)break;let s=e[t++];if(t==e.length&&"!"==s){r=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 gt(i,r,s>0?n.slice(0,s):null);t[l]=a.sort(t[l])}}return ge.add(t)}let ge=new mI;class gt{constructor(e,t,n,i){this.tags=e,this.mode=t,this.context=n,this.next=i}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 gn(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:i,all:r=null}=t||{};return{style:e=>{let t=r;for(let i of e)for(let e of i.set){let i=n[e.id];if(i){t=t?t+" "+i:i;break}}return t},scope:i}}gt.empty=new gt([],2,null);class gi{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,i,r){let{type:o,from:s,to:l}=e;if(s>=n||l<=t)return;o.isTop&&(r=this.highlighters.filter(e=>!e.scope||e.scope(o)));let a=i,c=function(e){let t=e.type.prop(ge);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}(e)||gt.empty,u=function(e,t){let n=null;for(let i of e){let e=i.style(t);e&&(n=n?n+" "+e:e)}return n}(r,c.tags);if(u&&(a&&(a+=" "),a+=u,1==c.mode&&(i+=(i?" ":"")+u)),this.startSpan(Math.max(t,s),a),c.opaque)return;let h=e.tree&&e.tree.prop(mI.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,i,r),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&&(i="");do{if(e.to<=t)continue;if(e.from>=n)break;this.highlightRange(e,t,n,i,r),this.startSpan(Math.min(n,e.to),a)}while(e.nextSibling());e.parent()}}}let gr=m8.define,go=gr(),gs=gr(),gl=gr(gs),ga=gr(gs),gc=gr(),gu=gr(gc),gh=gr(gc),gd=gr(),gf=gr(gd),gp=gr(),gm=gr(),gg=gr(),gv=gr(gg),gb=gr(),gx={comment:go,lineComment:gr(go),blockComment:gr(go),docComment:gr(go),name:gs,variableName:gr(gs),typeName:gl,tagName:gr(gl),propertyName:ga,attributeName:gr(ga),className:gr(gs),labelName:gr(gs),namespace:gr(gs),macroName:gr(gs),literal:gc,string:gu,docString:gr(gu),character:gr(gu),attributeValue:gr(gu),number:gh,integer:gr(gh),float:gr(gh),bool:gr(gc),regexp:gr(gc),escape:gr(gc),color:gr(gc),url:gr(gc),keyword:gp,self:gr(gp),null:gr(gp),atom:gr(gp),unit:gr(gp),modifier:gr(gp),operatorKeyword:gr(gp),controlKeyword:gr(gp),definitionKeyword:gr(gp),moduleKeyword:gr(gp),operator:gm,derefOperator:gr(gm),arithmeticOperator:gr(gm),logicOperator:gr(gm),bitwiseOperator:gr(gm),compareOperator:gr(gm),updateOperator:gr(gm),definitionOperator:gr(gm),typeOperator:gr(gm),controlOperator:gr(gm),punctuation:gg,separator:gr(gg),bracket:gv,angleBracket:gr(gv),squareBracket:gr(gv),paren:gr(gv),brace:gr(gv),content:gd,heading:gf,heading1:gr(gf),heading2:gr(gf),heading3:gr(gf),heading4:gr(gf),heading5:gr(gf),heading6:gr(gf),contentSeparator:gr(gd),list:gr(gd),quote:gr(gd),emphasis:gr(gd),strong:gr(gd),link:gr(gd),monospace:gr(gd),strikethrough:gr(gd),inserted:gr(),deleted:gr(),changed:gr(),invalid:gr(),meta:gb,documentMeta:gr(gb),annotation:gr(gb),processingInstruction:gr(gb),definition:m8.defineModifier("definition"),constant:m8.defineModifier("constant"),function:m8.defineModifier("function"),standard:m8.defineModifier("standard"),local:m8.defineModifier("local"),special:m8.defineModifier("special")};for(let e in gx){let t=gx[e];t instanceof m8&&(t.name=e)}gn([{tag:gx.link,class:"tok-link"},{tag:gx.heading,class:"tok-heading"},{tag:gx.emphasis,class:"tok-emphasis"},{tag:gx.strong,class:"tok-strong"},{tag:gx.keyword,class:"tok-keyword"},{tag:gx.atom,class:"tok-atom"},{tag:gx.bool,class:"tok-bool"},{tag:gx.url,class:"tok-url"},{tag:gx.labelName,class:"tok-labelName"},{tag:gx.inserted,class:"tok-inserted"},{tag:gx.deleted,class:"tok-deleted"},{tag:gx.literal,class:"tok-literal"},{tag:gx.string,class:"tok-string"},{tag:gx.number,class:"tok-number"},{tag:[gx.regexp,gx.escape,gx.special(gx.string)],class:"tok-string2"},{tag:gx.variableName,class:"tok-variableName"},{tag:gx.local(gx.variableName),class:"tok-variableName tok-local"},{tag:gx.definition(gx.variableName),class:"tok-variableName tok-definition"},{tag:gx.special(gx.variableName),class:"tok-variableName2"},{tag:gx.definition(gx.propertyName),class:"tok-propertyName tok-definition"},{tag:gx.typeName,class:"tok-typeName"},{tag:gx.namespace,class:"tok-namespace"},{tag:gx.className,class:"tok-className"},{tag:gx.macroName,class:"tok-macroName"},{tag:gx.propertyName,class:"tok-propertyName"},{tag:gx.operator,class:"tok-operator"},{tag:gx.comment,class:"tok-comment"},{tag:gx.meta,class:"tok-meta"},{tag:gx.invalid,class:"tok-invalid"},{tag:gx.punctuation,class:"tok-punctuation"}]);let gy=new mI,gw=new mI;class gS{constructor(e,t,n=[],i=""){this.data=e,this.name=i,uO.prototype.hasOwnProperty("tree")||Object.defineProperty(uO.prototype,"tree",{get(){return gM(this)}}),this.parser=t,this.extension=[gZ.of(this),uO.languageData.of((e,t,n)=>{let i=gC(e,t,n),r=i.type.prop(gy);if(!r)return[];let o=e.facet(r),s=i.type.prop(gw);if(s){let r=i.resolve(t-i.from,n);for(let t of s)if(t.test(r,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 gC(e,t,n).type.prop(gy)==this.data}findRegions(e){let t=e.facet(gZ);if((null==t?void 0:t.data)==this.data)return[{from:0,to:e.doc.length}];if(!t||!t.allowsNesting)return[];let n=[],i=(e,t)=>{if(e.prop(gy)==this.data)return void n.push({from:t,to:t+e.length});let r=e.prop(mI.mounted);if(r){if(r.tree.prop(gy)==this.data){if(r.overlay)for(let e of r.overlay)n.push({from:e.from+t,to:e.to+t});else n.push({from:t,to:t+e.length});return}else if(r.overlay){let e=n.length;if(i(r.tree,r.overlay[0].from+t),n.length>e)return}}for(let n=0;n<e.children.length;n++){let r=e.children[n];r instanceof mB&&i(r,e.positions[n]+t)}};return i(gM(e),0),n}get allowsNesting(){return!0}}function gC(e,t,n){let i=e.facet(gZ),r=gM(e).topNode;if(!i||i.allowsNesting)for(let e=r;e;e=e.enter(t,n,M.ExcludeBuffers))e.type.isTop&&(r=e);return r}gS.setState=uk.define();class gk extends gS{constructor(e,t,n){super(e,t,[],n),this.parser=t}static define(e){var t;let n=(t=e.languageData,c7.define({combine:t?e=>e.concat(t):void 0}));return new gk(n,e.parser.configure({props:[gy.add(e=>e.isTop?n:void 0)]}),e.name)}configure(e,t){return new gk(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function gM(e){let t=e.field(gS.state,!1);return t?t.tree:mB.empty}class gT{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 gD=null;class gA{constructor(e,t,n=[],i,r,o,s,l){this.parser=e,this.state=t,this.fragments=n,this.tree=i,this.treeLen=r,this.viewport=o,this.skipped=s,this.scheduleOn=l,this.parse=null,this.tempSkipped=[]}static create(e,t,n){return new gA(e,t,[],mB.empty,0,n,[],null)}startParse(){return this.parser.startParse(new gT(this.state.doc),this.fragments)}work(e,t){return(null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=mB.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 i=this.parse.advance();if(i){if(this.fragments=this.withoutTempSkipped(m2.addTree(i,this.fragments,null!=this.parse.stoppedAt)),this.treeLen=null!=(n=this.parse.stoppedAt)?n:this.state.doc.length,this.tree=i,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(m2.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=gD;gD=this;try{return e()}finally{gD=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=gR(e,t.from,t.to);return e}changes(e,t){let{fragments:n,tree:i,treeLen:r,viewport:o,skipped:s}=this;if(this.takeTree(),!e.empty){let t=[];if(e.iterChangedRanges((e,n,i,r)=>t.push({fromA:e,toA:n,fromB:i,toB:r})),n=m2.applyChanges(n,t),i=mB.empty,r=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),i=e.mapPos(t.to,-1);n<i&&s.push({from:n,to:i})}}return new gA(this.parser,t,n,i,r,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:i}=this.skipped[t];n<e.to&&i>e.from&&(this.fragments=gR(this.fragments,n,i),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 m5{createParse(t,n,i){let r=i[0].from,o=i[i.length-1].to;return{parsedPos:r,advance(){let t=gD;if(t){for(let e of i)t.tempSkipped.push(e);e&&(t.scheduleOn=t.scheduleOn?Promise.all([t.scheduleOn,e]):e)}return this.parsedPos=o,new mB(mZ.none,[],[],o-r)},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 gD}}function gR(e,t,n){return m2.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class gP{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 gP(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=gA.create(e.facet(gZ).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new gP(n)}}gS.state=uo.define({create:gP.init,update(e,t){for(let e of t.effects)if(e.is(gS.setState))return e.value;return t.startState.facet(gZ)!=t.state.facet(gZ)?gP.init(t.state):e.apply(t)}});let gI=e=>{let t=setTimeout(()=>e(),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&(gI=e=>{let t=-1,n=setTimeout(()=>{t=requestIdleCallback(e,{timeout:400})},100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});let gO="undefined"!=typeof navigator&&(null==(T=navigator.scheduling)?void 0:T.isInputPending)?()=>navigator.scheduling.isInputPending():null,gE=dE.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(gS.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(gS.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=gI(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:i}}=this.view,r=n.field(gS.state);if(r.tree==r.context.tree&&r.context.isDone(i+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!gO?Math.max(25,e.timeRemaining()-5):1e9),s=r.context.treeLen<i&&n.doc.length>i+1e3,l=r.context.work(()=>gO&&gO()||Date.now()>o,i+1e5*!s);this.chunkBudget-=Date.now()-t,(l||this.chunkBudget<=0)&&(r.context.takeTree(),this.view.dispatch({effects:gS.setState.of(new gP(r.context))})),this.chunkBudget>0&&!(l&&!s)&&this.scheduleWork(),this.checkAsyncSchedule(r.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(e=>dR(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()}}}),gZ=c7.define({combine:e=>e.length?e[0]:null,enables:e=>[gS.state,gE,pt.contentAttributes.compute([e],t=>{let n=t.facet(e);return n&&n.name?{"data-language":n.name}:{}})]});class gL{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}let gj=c7.define(),gF=c7.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 gB(e){let t=e.facet(gF);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function gV(e,t){let n="",i=e.tabSize,r=e.facet(gF)[0];if(" "==r){for(;t>=i;)n+=" ",t-=i;r=" "}for(let e=0;e<t;e++)n+=r;return n}function gN(e,t){for(let n of(e instanceof uO&&(e=new gH(e)),e.state.facet(gj))){let i=n(e,t);if(void 0!==i)return i}let n=gM(e.state);return n.length>=t?function(e,t,n){let i=t.resolveStack(n),r=t.resolveInner(n,-1).resolve(n,0).enterUnfinishedNodesBefore(n);if(r!=i.node){let e=[];for(let t=r;t&&(t.from!=i.node.from||t.type!=i.node.type);t=t.parent)e.push(t);for(let t=e.length-1;t>=0;t--)i={node:e[t],next:i}}return gW(i,e,n)}(e,n,t):null}class gH{constructor(e,t={}){this.state=e,this.options=t,this.unit=gB(e)}lineAt(e,t=1){let n=this.state.doc.lineAt(e),{simulateBreak:i,simulateDoubleBreak:r}=this.options;if(null!=i&&i>=n.from&&i<=n.to)if(r&&i==e)return{text:"",from:e};else if(t<0?i<e:i<=e)return{text:n.text.slice(i-n.from),from:i};else return{text:n.text.slice(0,i-n.from),from:n.from};return n}textAfterPos(e,t=1){if(this.options.simulateDoubleBreak&&e==this.options.simulateBreak)return"";let{text:n,from:i}=this.lineAt(e,t);return n.slice(e-i,Math.min(n.length,e+100-i))}column(e,t=1){let{text:n,from:i}=this.lineAt(e,t),r=this.countColumn(n,e-i),o=this.options.overrideIndentation?this.options.overrideIndentation(i):-1;return o>-1&&(r+=o-this.countColumn(n,n.search(/\S|$/))),r}countColumn(e,t=e.length){return uY(e,this.state.tabSize,t)}lineIndent(e,t=1){let{text:n,from:i}=this.lineAt(e,t),r=this.options.overrideIndentation;if(r){let e=r(i);if(e>-1)return e}return this.countColumn(n,n.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}let gz=new mI;function gW(e,t,n){for(let i=e;i;i=i.next){let e=function(e){let t=e.type.prop(gz);if(t)return t;let n=e.firstChild,i;if(n&&(i=n.type.prop(mI.closedBy))){let t=e.lastChild,n=t&&i.indexOf(t.name)>-1;return e=>(function(e,t,n,i,r){let o=e.textAfter,s=o.match(/^\s*/)[0].length,l=i&&o.slice(s,s+i.length)==i||r==e.pos+s,a=t?function(e){let t=e.node,n=t.childAfter(t.from),i=t.lastChild;if(!n)return null;let r=e.options.simulateBreak,o=e.state.doc.lineAt(n.from),s=null==r||r<=o.from?o.to:Math.min(o.to,r);for(let e=n.to;;){let r=t.childAfter(e);if(!r||r==i)return null;if(!r.type.isSkipped){if(r.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=r.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?g$:null}(i.node);if(e)return e(g_.create(t,n,i))}return 0}function g$(){return 0}class g_ extends gH{constructor(e,t,n){super(e.state,e.options),this.base=e,this.pos=t,this.context=n}get node(){return this.context.node}static create(e,t,n){return new g_(e,t,n)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){return this.baseIndentFor(this.node)}baseIndentFor(e){let t=this.state.doc.lineAt(e.from);for(;;){let n=e.resolve(t.from);for(;n.parent&&n.parent.from==n.from;)n=n.parent;if(function(e,t){for(let n=t;n;n=n.parent)if(e==n)return!0;return!1}(n,e))break;t=this.state.doc.lineAt(n.from)}return this.lineIndent(t.from)}continue(){return gW(this.context.next,this.base,this.pos)}}function gq({except:e,units:t=1}={}){return n=>{let i=e&&e.test(n.textAfter);return n.baseIndent+(i?0:t*n.unit)}}let gG=c7.define(),gU=new mI;function gK(e,t,n){for(let i of e.facet(gG)){let r=i(e,t,n);if(r)return r}return function(e,t,n){let i=gM(e);if(i.length<n)return null;let r=i.resolveStack(n,1),o=null;for(let s=r;s;s=s.next){let r=s.node;if(r.to<=n||r.from>n)continue;if(o&&r.from<t)break;let l=r.type.prop(gU);if(l&&(r.to<i.length-50||i.length==e.doc.length||!function(e){let t=e.lastChild;return t&&t.to==e.to&&t.type.isError}(r))){let i=l(r,e);i&&i.from<=n&&i.from>=t&&i.to>n&&(o=i)}}return o}(e,t,n)}function gY(e,t){let n=t.mapPos(e.from,1),i=t.mapPos(e.to,-1);return n>=i?void 0:{from:n,to:i}}let gX=uk.define({map:gY}),gQ=uk.define({map:gY});function gJ(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 g0=uo.define({create:()=>hX.none,update(e,t){for(let n of(e=e.map(t.changes),t.effects))if(n.is(gX)&&!function(e,t,n){let i=!1;return e.between(t,t,(e,r)=>{e==t&&r==n&&(i=!0)}),i}(e,n.value.from,n.value.to)){let{preparePlaceholder:i}=t.state.facet(g8),r=i?hX.replace({widget:new ve(i(t.state,n.value))}):g7;e=e.update({add:[r.range(n.value.from,n.value.to)]})}else n.is(gQ)&&(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:i}=t.selection.main;e.between(i,i,(e,t)=>{e<i&&t>i&&(n=!0)}),n&&(e=e.update({filterFrom:i,filterTo:i,filter:(e,t)=>t<=i||e>=i}))}return e},provide:e=>pt.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 i=e[n++],r=e[n++];if("number"!=typeof i||"number"!=typeof r)throw RangeError("Invalid JSON for fold state");t.push(g7.range(i,r))}return hX.set(t,!0)}});function g1(e,t,n){var i;let r=null;return null==(i=e.field(g0,!1))||i.between(t,n,(e,t)=>{(!r||r.from>e)&&(r={from:e,to:t})}),r}function g2(e,t){return e.field(g0,!1)?t:t.concat(uk.appendConfig.of(g6()))}function g5(e,t,n=!0){let i=e.state.doc.lineAt(t.from).number,r=e.state.doc.lineAt(t.to).number;return pt.announce.of(`${e.state.phrase(n?"Folded lines":"Unfolded lines")} ${i} ${e.state.phrase("to")} ${r}.`)}let g3=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:e=>{for(let t of gJ(e)){let n=gK(e.state,t.from,t.to);if(n)return e.dispatch({effects:g2(e.state,[gX.of(n),g5(e,n)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:e=>{if(!e.state.field(g0,!1))return!1;let t=[];for(let n of gJ(e)){let i=g1(e.state,n.from,n.to);i&&t.push(gQ.of(i),g5(e,i,!1))}return t.length&&e.dispatch({effects:t}),t.length>0}},{key:"Ctrl-Alt-[",run:e=>{let{state:t}=e,n=[];for(let i=0;i<t.doc.length;){let r=e.lineBlockAt(i),o=gK(t,r.from,r.to);o&&n.push(gX.of(o)),i=(o?e.lineBlockAt(o.to):r).to+1}return n.length&&e.dispatch({effects:g2(e.state,n)}),!!n.length}},{key:"Ctrl-Alt-]",run:e=>{let t=e.state.field(g0,!1);if(!t||!t.size)return!1;let n=[];return t.between(0,e.state.doc.length,(e,t)=>{n.push(gQ.of({from:e,to:t}))}),e.dispatch({effects:n}),!0}}],g4={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},g8=c7.define({combine:e=>uE(e,g4)});function g6(e){let t=[g0,vi];return e&&t.push(g8.of(e)),t}function g9(e,t){let{state:n}=e,i=n.facet(g8),r=t=>{let n=e.lineBlockAt(e.posAtDOM(t.target)),i=g1(e.state,n.from,n.to);i&&e.dispatch({effects:gQ.of(i)}),t.preventDefault()};if(i.placeholderDOM)return i.placeholderDOM(e,r,t);let o=document.createElement("span");return o.textContent=i.placeholderText,o.setAttribute("aria-label",n.phrase("folded code")),o.title=n.phrase("unfold"),o.className="cm-foldPlaceholder",o.onclick=r,o}let g7=hX.replace({widget:new class extends hK{toDOM(e){return g9(e,null)}}});class ve extends hK{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return g9(e,this.value)}}let vt={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class vn extends ms{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 vi=pt.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 vr{constructor(e,t){let n;function i(e){let t=u1.newName();return(n||(n=Object.create(null)))["."+t]=e,t}this.specs=e;let r="string"==typeof t.all?t.all:t.all?i(t.all):void 0,o=t.scope;this.scope=o instanceof gS?e=>e.prop(gy)==o.data:o?e=>e==o:void 0,this.style=gn(e.map(e=>({tag:e.tag,class:e.class||i(Object.assign({},e,{tag:null}))})),{all:r}).style,this.module=n?new u1(n):null,this.themeType=t.themeType}static define(e,t){return new vr(e,t||{})}}let vo=c7.define(),vs=c7.define({combine:e=>e.length?[e[0]]:null});function vl(e){let t=e.facet(vo);return t.length?t:e.facet(vs)}function va(e,t){let n=[vc],i;return e instanceof vr&&(e.module&&n.push(pt.styleModule.of(e.module)),i=e.themeType),(null==t?void 0:t.fallback)?n.push(vs.of(e)):i?n.push(vo.computeN([pt.darkTheme],t=>t.facet(pt.darkTheme)==("dark"==i)?[e]:[])):n.push(vo.of(e)),n}let vc=ul.high(dE.fromClass(class{constructor(e){this.markCache=Object.create(null),this.tree=gM(e.state),this.decorations=this.buildDeco(e,vl(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=gM(e.state),n=vl(e.state),i=n!=vl(e.startState),{viewport:r}=e.view,o=e.changes.mapPos(this.decoratedTo,1);t.length<r.to&&!i&&t.type==this.tree.type&&o>=r.to?(this.decorations=this.decorations.map(e.changes),this.decoratedTo=o):(t!=this.tree||e.viewportChanged||i)&&(this.tree=t,this.decorations=this.buildDeco(e.view,n),this.decoratedTo=r.to)}buildDeco(e,t){if(!t||!this.tree.length)return hX.none;let n=new uV;for(let{from:i,to:r}of e.visibleRanges)!function(e,t,n,i=0,r=e.length){let o=new gi(i,Array.isArray(t)?t:[t],n);o.highlightRange(e.cursor(),i,r,"",o.highlighters),o.flush(r)}(this.tree,t,(e,t,i)=>{n.add(e,t,this.markCache[i]||(this.markCache[i]=hX.mark({class:i})))},i,r);return n.finish()}},{decorations:e=>e.decorations})),vu=vr.define([{tag:gx.meta,color:"#404740"},{tag:gx.link,textDecoration:"underline"},{tag:gx.heading,textDecoration:"underline",fontWeight:"bold"},{tag:gx.emphasis,fontStyle:"italic"},{tag:gx.strong,fontWeight:"bold"},{tag:gx.strikethrough,textDecoration:"line-through"},{tag:gx.keyword,color:"#708"},{tag:[gx.atom,gx.bool,gx.url,gx.contentSeparator,gx.labelName],color:"#219"},{tag:[gx.literal,gx.inserted],color:"#164"},{tag:[gx.string,gx.deleted],color:"#a11"},{tag:[gx.regexp,gx.escape,gx.special(gx.string)],color:"#e40"},{tag:gx.definition(gx.variableName),color:"#00f"},{tag:gx.local(gx.variableName),color:"#30a"},{tag:[gx.typeName,gx.namespace],color:"#085"},{tag:gx.className,color:"#167"},{tag:[gx.special(gx.variableName),gx.macroName],color:"#256"},{tag:gx.definition(gx.propertyName),color:"#00c"},{tag:gx.comment,color:"#940"},{tag:gx.invalid,color:"#f00"}]),vh=pt.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),vd="()[]{}",vf=c7.define({combine:e=>uE(e,{afterCursor:!0,brackets:vd,maxScanDistance:1e4,renderMatch:vg})}),vp=hX.mark({class:"cm-matchingBracket"}),vm=hX.mark({class:"cm-nonmatchingBracket"});function vg(e){let t=[],n=e.matched?vp:vm;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 vv=[uo.define({create:()=>hX.none,update(e,t){if(!t.docChanged&&!t.selection)return e;let n=[],i=t.state.facet(vf);for(let e of t.state.selection.ranges){if(!e.empty)continue;let r=vw(t.state,e.head,-1,i)||e.head>0&&vw(t.state,e.head-1,1,i)||i.afterCursor&&(vw(t.state,e.head,1,i)||e.head<t.state.doc.length&&vw(t.state,e.head+1,-1,i));r&&(n=n.concat(i.renderMatch(r,t.state)))}return hX.set(n,!0)},provide:e=>pt.decorations.from(e)}),vh],vb=new mI;function vx(e,t,n){let i=e.prop(t<0?mI.openedBy:mI.closedBy);if(i)return i;if(1==e.name.length){let i=n.indexOf(e.name);if(i>-1&&i%2==+(t<0))return[n[i+t]]}return null}function vy(e){let t=e.type.prop(vb);return t?t(e.node):e}function vw(e,t,n,i={}){let r=i.maxScanDistance||1e4,o=i.brackets||vd,s=gM(e),l=s.resolveInner(t,n);for(let e=l;e;e=e.parent){let i=vx(e.type,n,o);if(i&&e.from<e.to){let r=vy(e);if(r&&(n>0?t>=r.from&&t<r.to:t>r.from&&t<=r.to))return function(e,t,n,i,r,o,s){let l=i.parent,a={from:r.from,to:r.to},c=0,u=null==l?void 0:l.cursor();if(u&&(n<0?u.childBefore(i.from):u.childAfter(i.to)))do if(n<0?u.to<=i.from:u.from>=i.to){if(0==c&&o.indexOf(u.type.name)>-1&&u.from<u.to){let e=vy(u);return{start:a,end:e?{from:e.from,to:e.to}:void 0,matched:!0}}else if(vx(u.type,n,s))c++;else if(vx(u.type,-n,s)){if(0==c){let e=vy(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,r,i,o)}}return function(e,t,n,i,r,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)&&i.resolveInner(l+e,1).type==r)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,r,o)}let vS=Object.create(null),vC=[mZ.none],vk=[],vM=Object.create(null),vT=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"]])vT[e]=function(e,t){let n=[];for(let i of t.split(" ")){let t=[];for(let n of i.split(".")){let i=e[n]||gx[n];i?"function"==typeof i?t.length?t=t.map(i):vD(n,`Modifier ${n} used at start of tag`):t.length?vD(n,`Tag ${n} used as modifier`):t=Array.isArray(i)?i:[i]:vD(n,`Unknown highlighting tag ${n}`)}for(let e of t)n.push(e)}if(!n.length)return 0;let i=t.replace(/ /g,"_"),r=i+" "+n.map(e=>e.id),o=vM[r];if(o)return o.id;let s=vM[r]=mZ.define({id:vC.length,name:i,props:[m7({[i]:n})]});return vC.push(s),s.id}(vS,t);function vD(e,t){vk.indexOf(e)>-1||(vk.push(e),console.warn(t))}function vA(e,t){return({state:n,dispatch:i})=>{if(n.readOnly)return!1;let r=e(t,n);return!!r&&(i(n.update(r)),!0)}}h7.RTL,h7.LTR;let vR=vA(function(e,t,n=t.selection.ranges){let i=[],r=-1;for(let{from:e,to:o}of n){let n=i.length,s=1e9,l=vO(t,e).line;if(l){for(let n=e;n<=o;){let a=t.doc.lineAt(n);if(a.from>r&&(e==o||o>a.from)){r=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),i.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<i.length;e++)i[e].indent<i[e].line.text.length&&(i[e].indent=s);i.length==n+1&&(i[n].single=!0)}}if(2!=e&&i.some(e=>e.comment<0&&(!e.empty||e.single))){let e=[];for(let{line:t,token:n,indent:r,empty:o,single:s}of i)(s||!o)&&e.push({from:t.from+r,insert:n+" "});let n=t.changes(e);return{changes:n,selection:t.selection.map(n,1)}}if(1!=e&&i.some(e=>e.comment>=0)){let e=[];for(let{line:t,comment:n,token:r}of i)if(n>=0){let i=t.from+n,o=i+r.length;" "==t.text[o-t.from]&&o++,e.push({from:i,to:o})}return{changes:e}}return null},0),vP=vA(vE,0),vI=vA((e,t)=>vE(e,t,function(e){let t=[];for(let n of e.selection.ranges){let i=e.doc.lineAt(n.from),r=n.to<=i.to?i:e.doc.lineAt(n.to);r.from>i.from&&r.from==n.to&&(r=n.to==i.to+1?i:e.doc.lineAt(n.to-1));let o=t.length-1;o>=0&&t[o].to>i.from?t[o].to=r.to:t.push({from:i.from+/^\s*/.exec(i.text)[0].length,to:r.to})}return t}(t)),0);function vO(e,t){let n=e.languageDataAt("commentTokens",t);return n.length?n[0]:{}}function vE(e,t,n=t.selection.ranges){let i=n.map(e=>vO(t,e.from).block);if(!i.every(e=>e))return null;let r=n.map((e,n)=>(function(e,{open:t,close:n},i,r){let o,s,l=e.sliceDoc(i-50,i),a=e.sliceDoc(r,r+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:i-c,margin:c&&1},close:{pos:r+u,margin:u&&1}};r-i<=100?o=s=e.sliceDoc(i,r):(o=e.sliceDoc(i,i+50),s=e.sliceDoc(r-50,r));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:i+d+t.length,margin:+!!/\s/.test(o.charAt(d+t.length))},close:{pos:r-f-n.length,margin:+!!/\s/.test(s.charAt(p-1))}}:null})(t,i[n],e.from,e.to));if(2!=e&&!r.every(e=>e))return{changes:t.changes(n.map((e,t)=>r[t]?[]:[{from:e.from,insert:i[t].open+" "},{from:e.to,insert:" "+i[t].close}]))};if(1!=e&&r.some(e=>e)){let e=[];for(let t=0,n;t<r.length;t++)if(n=r[t]){let r=i[t],{open:o,close:s}=n;e.push({from:o.pos-r.open.length,to:o.pos+o.margin},{from:s.pos-s.margin,to:s.pos+r.close.length})}return{changes:e}}return null}let vZ=uw.define(),vL=uw.define(),vj=c7.define(),vF=c7.define({combine:e=>uE(e,{minDepth:100,newGroupDelay:500,joinToEvent:(e,t)=>t},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:(e,t)=>(n,i)=>e(n,i)||t(n,i)})}),vB=uo.define({create:()=>vX.empty,update(e,t){let n=t.state.facet(vF),i=t.annotation(vZ);if(i){let r=v$.fromTransaction(t,i.selection),o=i.side,s=0==o?e.undone:e.done;return s=r?v_(s,s.length,n.minDepth,r):vU(s,t.startState.selection),new vX(0==o?i.rest:s,0==o?s:i.rest)}let r=t.annotation(vL);if(("full"==r||"before"==r)&&(e=e.isolate()),!1===t.annotation(uM.addToHistory))return t.changes.empty?e:e.addMapping(t.changes.desc);let o=v$.fromTransaction(t),s=t.annotation(uM.time),l=t.annotation(uM.userEvent);return o?e=e.addChanges(o,s,l,n,t):t.selection&&(e=e.addSelection(t.startState.selection,s,l,n.newGroupDelay)),("full"==r||"after"==r)&&(e=e.isolate()),e},toJSON:e=>({done:e.done.map(e=>e.toJSON()),undone:e.undone.map(e=>e.toJSON())}),fromJSON:e=>new vX(e.done.map(v$.fromJSON),e.undone.map(v$.fromJSON))});function vV(e,t){return function({state:n,dispatch:i}){if(!t&&n.readOnly)return!1;let r=n.field(vB,!1);if(!r)return!1;let o=r.pop(e,n,t);return!!o&&(i(o),!0)}}let vN=vV(0,!1),vH=vV(1,!1),vz=vV(0,!0),vW=vV(1,!0);class v${constructor(e,t,n,i,r){this.changes=e,this.effects=t,this.mapped=n,this.startSelection=i,this.selectionsAfter=r}setSelAfter(e){return new v$(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 v$(e.changes&&cQ.fromJSON(e.changes),[],e.mapped&&cX.fromJSON(e.mapped),e.startSelection&&c8.fromJSON(e.startSelection),e.selectionsAfter.map(c8.fromJSON))}static fromTransaction(e,t){let n=vG;for(let t of e.startState.facet(vj)){let i=t(e);i.length&&(n=n.concat(i))}return!n.length&&e.changes.empty?null:new v$(e.changes.invert(e.startState.doc),n,void 0,t||e.startState.selection,vG)}static selection(e){return new v$(void 0,vG,void 0,void 0,e)}}function v_(e,t,n,i){let r=e.slice(t+1>n+20?t-n-1:0,t);return r.push(i),r}function vq(e,t){return e.length?t.length?e.concat(t):e:t}let vG=[];function vU(e,t){if(!e.length)return[v$.selection([t])];{let n=e[e.length-1],i=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-200));return i.length&&i[i.length-1].eq(t)?e:(i.push(t),v_(e,e.length-1,1e9,n.setSelAfter(i)))}}function vK(e,t){if(!e.length)return e;let n=e.length,i=vG;for(;n;){let r=function(e,t,n){let i=vq(e.selectionsAfter.length?e.selectionsAfter.map(e=>e.map(t)):vG,n);if(!e.changes)return v$.selection(i);let r=e.changes.map(t),o=t.mapDesc(e.changes,!0),s=e.mapped?e.mapped.composeDesc(o):o;return new v$(r,uk.mapEffects(e.effects,t),s,e.startSelection.map(o),i)}(e[n-1],t,i);if(r.changes&&!r.changes.empty||r.effects.length){let t=e.slice(0,n);return t[n-1]=r,t}t=r.mapped,n--,i=r.selectionsAfter}return i.length?[v$.selection(i)]:vG}let vY=/^(input\.type|delete)($|\.)/;class vX{constructor(e,t,n=0,i){this.done=e,this.undone=t,this.prevTime=n,this.prevUserEvent=i}isolate(){return this.prevTime?new vX(this.done,this.undone):this}addChanges(e,t,n,i,r){var o,s;let l,a,c=this.done,u=c[c.length-1];return new vX(c=u&&u.changes&&!u.changes.empty&&e.changes&&(!n||vY.test(n))&&(!u.selectionsAfter.length&&t-this.prevTime<i.newGroupDelay&&i.joinToEvent(r,(o=u.changes,s=e.changes,l=[],a=!1,o.iterChangedRanges((e,t)=>l.push(e,t)),s.iterChangedRanges((e,t,n,i)=>{for(let e=0;e<l.length;){let t=l[e++],r=l[e++];i>=t&&n<=r&&(a=!0)}}),a))||"input.type.compose"==n)?v_(c,c.length-1,i.minDepth,new v$(e.changes.compose(u.changes),vq(uk.mapEffects(e.effects,u.changes),u.effects),u.mapped,u.startSelection,vG)):v_(c,c.length,i.minDepth,e),vG,t,n)}addSelection(e,t,n,i){var r;let o=this.done.length?this.done[this.done.length-1].selectionsAfter:vG;return o.length>0&&t-this.prevTime<i&&n==this.prevUserEvent&&n&&/^select($|\.)/.test(n)&&(r=o[o.length-1],r.ranges.length==e.ranges.length&&0===r.ranges.filter((t,n)=>t.empty!=e.ranges[n].empty).length)?this:new vX(vU(this.done,e),this.undone,t,n)}addMapping(e){return new vX(vK(this.done,e),vK(this.undone,e),this.prevTime,this.prevUserEvent)}pop(e,t,n){let i=0==e?this.done:this.undone;if(0==i.length)return null;let r=i[i.length-1],o=r.selectionsAfter[0]||t.selection;if(n&&r.selectionsAfter.length){let n,s;return t.update({selection:r.selectionsAfter[r.selectionsAfter.length-1],annotations:vZ.of({side:e,rest:(n=i[i.length-1],(s=i.slice())[i.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(!r.changes)return null;let n=1==i.length?vG:i.slice(0,i.length-1);return r.mapped&&(n=vK(n,r.mapped)),t.update({changes:r.changes,selection:r.startSelection,effects:r.effects,annotations:vZ.of({side:e,rest:n,selection:o}),filter:!1,userEvent:0==e?"undo":"redo",scrollIntoView:!0})}}}vX.empty=new vX(vG,vG);let vQ=[{key:"Mod-z",run:vN,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:vH,preventDefault:!0},{linux:"Ctrl-Shift-z",run:vH,preventDefault:!0},{key:"Mod-u",run:vz,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:vW,preventDefault:!0}];function vJ(e,t){return c8.create(e.ranges.map(t),e.mainIndex)}function v0(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function v1({state:e,dispatch:t},n){let i=vJ(e.selection,n);return!i.eq(e.selection,!0)&&(t(v0(e,i)),!0)}function v2(e,t){return c8.cursor(t?e.to:e.from)}function v5(e,t){return v1(e,n=>n.empty?e.moveByChar(n,t):v2(n,t))}function v3(e){return e.textDirectionAt(e.state.selection.main.head)==h7.LTR}let v4=e=>v5(e,!v3(e)),v8=e=>v5(e,v3(e));function v6(e,t){return v1(e,n=>n.empty?e.moveByGroup(n,t):v2(n,t))}function v9(e,t,n){let i,r,o=gM(e).resolveInner(t.head),s=n?mI.closedBy:mI.openedBy;for(let i=t.head;;){let t=n?o.childAfter(i):o.childBefore(i);if(!t)break;!function(e,t,n){if(t.type.prop(n))return!0;let i=t.to-t.from;return i&&(i>2||/[^\s,.;:]/.test(e.sliceDoc(t.from,t.to)))||t.firstChild}(e,t,s)?i=n?t.to:t.from:o=t}return r=o.type.prop(s)&&(i=n?vw(e,o.from,1):vw(e,o.to,-1))&&i.matched?n?i.end.to:i.end.from:n?o.to:o.from,c8.cursor(r,n?-1:1)}function v7(e,t){return v1(e,n=>{if(!n.empty)return v2(n,t);let i=e.moveVertically(n,t);return i.head!=n.head?i:e.moveToLineBoundary(n,t)})}"undefined"!=typeof Intl&&Intl.Segmenter;let be=e=>v7(e,!1),bt=e=>v7(e,!0);function bn(e){let t=e.scrollDOM.clientHeight<e.scrollDOM.scrollHeight-2,n=0,i=0,r;if(t){for(let t of e.state.facet(pt.scrollMargins)){let r=t(e);(null==r?void 0:r.top)&&(n=Math.max(null==r?void 0:r.top,n)),(null==r?void 0:r.bottom)&&(i=Math.max(null==r?void 0:r.bottom,i))}r=e.scrollDOM.clientHeight-n-i}else r=(e.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:n,marginBottom:i,selfScroll:t,height:Math.max(e.defaultLineHeight,r-5)}}function bi(e,t){let n,i=bn(e),{state:r}=e,o=vJ(r.selection,n=>n.empty?e.moveVertically(n,t,i.height):v2(n,t));if(o.eq(r.selection))return!1;if(i.selfScroll){let t=e.coordsAtPos(r.selection.main.head),s=e.scrollDOM.getBoundingClientRect(),l=s.top+i.marginTop,a=s.bottom-i.marginBottom;t&&t.top>l&&t.bottom<a&&(n=pt.scrollIntoView(o.main.head,{y:"start",yMargin:t.top-l}))}return e.dispatch(v0(r,o),{effects:n}),!0}let br=e=>bi(e,!1),bo=e=>bi(e,!0);function bs(e,t,n){let i=e.lineBlockAt(t.head),r=e.moveToLineBoundary(t,n);if(r.head==t.head&&r.head!=(n?i.to:i.from)&&(r=e.moveToLineBoundary(t,n,!1)),!n&&r.head==i.from&&i.length){let n=/^\s*/.exec(e.state.sliceDoc(i.from,Math.min(i.from+100,i.to)))[0].length;n&&t.head!=i.from+n&&(r=c8.cursor(i.from+n))}return r}function bl(e,t){let n=vJ(e.state.selection,e=>{let n=t(e);return c8.range(e.anchor,n.head,n.goalColumn,n.bidiLevel||void 0)});return!n.eq(e.state.selection)&&(e.dispatch(v0(e.state,n)),!0)}function ba(e,t){return bl(e,n=>e.moveByChar(n,t))}let bc=e=>ba(e,!v3(e)),bu=e=>ba(e,v3(e));function bh(e,t){return bl(e,n=>e.moveByGroup(n,t))}function bd(e,t){return bl(e,n=>e.moveVertically(n,t))}let bf=e=>bd(e,!1),bp=e=>bd(e,!0);function bm(e,t){return bl(e,n=>e.moveVertically(n,t,bn(e).height))}let bg=e=>bm(e,!1),bv=e=>bm(e,!0),bb=({state:e,dispatch:t})=>(t(v0(e,{anchor:0})),!0),bx=({state:e,dispatch:t})=>(t(v0(e,{anchor:e.doc.length})),!0),by=({state:e,dispatch:t})=>(t(v0(e,{anchor:e.selection.main.anchor,head:0})),!0),bw=({state:e,dispatch:t})=>(t(v0(e,{anchor:e.selection.main.anchor,head:e.doc.length})),!0);function bS(e,t){if(e.state.readOnly)return!1;let n="delete.selection",{state:i}=e,r=i.changeByRange(i=>{let{from:r,to:o}=i;if(r==o){let s=t(i);s<r?(n="delete.backward",s=bC(e,s,!1)):s>r&&(n="delete.forward",s=bC(e,s,!0)),r=Math.min(r,s),o=Math.max(o,s)}else r=bC(e,r,!1),o=bC(e,o,!0);return r==o?{range:i}:{changes:{from:r,to:o},range:c8.cursor(r,r<i.head?-1:1)}});return!r.changes.empty&&(e.dispatch(i.update(r,{scrollIntoView:!0,userEvent:n,effects:"delete.selection"==n?pt.announce.of(i.phrase("Selection deleted")):void 0})),!0)}function bC(e,t,n){if(e instanceof pt)for(let i of e.state.facet(pt.atomicRanges).map(t=>t(e)))i.between(t,t,(e,i)=>{e<t&&i>t&&(t=n?i:e)});return t}let bk=(e,t,n)=>bS(e,i=>{let r=i.from,{state:o}=e,s=o.doc.lineAt(r),l,a;if(n&&!t&&r>s.from&&r<s.from+200&&!/[^ \t]/.test(l=s.text.slice(0,r-s.from))){if(" "==l[l.length-1])return r-1;let e=uY(l,o.tabSize)%gB(o)||gB(o);for(let t=0;t<e&&" "==l[l.length-1-t];t++)r--;a=r}else(a=c_(s.text,r-s.from,t,t)+s.from)==r&&s.number!=(t?o.doc.lines:1)?a+=t?1:-1:!t&&/[\ufe00-\ufe0f]/.test(s.text.slice(a-s.from,r-s.from))&&(a=c_(s.text,a-s.from,!1,!1)+s.from);return a}),bM=e=>bk(e,!1,!0),bT=e=>bk(e,!0,!1),bD=(e,t)=>bS(e,n=>{let i=n.head,{state:r}=e,o=r.doc.lineAt(i),s=r.charCategorizer(i);for(let e=null;;){if(i==(t?o.to:o.from)){i==n.head&&o.number!=(t?r.doc.lines:1)&&(i+=t?1:-1);break}let l=c_(o.text,i-o.from,t)+o.from,a=o.text.slice(Math.min(i,l)-o.from,Math.max(i,l)-o.from),c=s(a);if(null!=e&&c!=e)break;(" "!=a||i!=n.head)&&(e=c),i=l}return i}),bA=e=>bD(e,!1);function bR(e){let t=[],n=-1;for(let i of e.selection.ranges){let r=e.doc.lineAt(i.from),o=e.doc.lineAt(i.to);if(i.empty||i.to!=o.from||(o=e.doc.lineAt(i.to-1)),n>=r.number){let e=t[t.length-1];e.to=o.to,e.ranges.push(i)}else t.push({from:r.from,to:o.to,ranges:[i]});n=o.number+1}return t}function bP(e,t,n){if(e.readOnly)return!1;let i=[],r=[];for(let t of bR(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(i.push({from:t.to,to:o.to},{from:t.from,insert:o.text+e.lineBreak}),t.ranges))r.push(c8.range(Math.min(e.doc.length,n.anchor+s),Math.min(e.doc.length,n.head+s)));else for(let n of(i.push({from:o.from,to:t.from},{from:t.to,insert:e.lineBreak+o.text}),t.ranges))r.push(c8.range(n.anchor-s,n.head-s))}return!!i.length&&(t(e.update({changes:i,scrollIntoView:!0,selection:c8.create(r,e.selection.mainIndex),userEvent:"move.line"})),!0)}function bI(e,t,n){if(e.readOnly)return!1;let i=[];for(let t of bR(e))n?i.push({from:t.from,insert:e.doc.slice(t.from,t.to)+e.lineBreak}):i.push({from:t.to,insert:e.lineBreak+e.doc.slice(t.from,t.to)});return t(e.update({changes:i,scrollIntoView:!0,userEvent:"input.copyline"})),!0}let bO=bZ(!1),bE=bZ(!0);function bZ(e){return({state:t,dispatch:n})=>{if(t.readOnly)return!1;let i=t.changeByRange(n=>{let{from:i,to:r}=n,o=t.doc.lineAt(i),s=!e&&i==r&&function(e,t){if(/\(\)|\[\]|\{\}/.test(e.sliceDoc(t-1,t+1)))return{from:t,to:t};let n=gM(e).resolveInner(t),i=n.childBefore(t),r=n.childAfter(t),o;return i&&r&&i.to<=t&&r.from>=t&&(o=i.type.prop(mI.closedBy))&&o.indexOf(r.name)>-1&&e.doc.lineAt(i.to).from==e.doc.lineAt(r.from).from&&!/\S/.test(e.sliceDoc(i.to,r.from))?{from:i.to,to:r.from}:null}(t,i);e&&(i=r=(r<=o.to?o:t.doc.lineAt(r)).to);let l=new gH(t,{simulateBreak:i,simulateDoubleBreak:!!s}),a=gN(l,i);for(null==a&&(a=uY(/^\s*/.exec(t.doc.lineAt(i).text)[0],t.tabSize));r<o.to&&/\s/.test(o.text[r-o.from]);)r++;s?{from:i,to:r}=s:i>o.from&&i<o.from+100&&!/\S/.test(o.text.slice(0,i))&&(i=o.from);let c=["",gV(t,a)];return s&&c.push(gV(t,l.lineIndent(o.from,-1))),{changes:{from:i,to:r,insert:cj.of(c)},range:c8.cursor(i+1+c[1].length)}});return n(t.update(i,{scrollIntoView:!0,userEvent:"input"})),!0}}function bL(e,t){let n=-1;return e.changeByRange(i=>{let r=[];for(let o=i.from;o<=i.to;){let s=e.doc.lineAt(o);s.number>n&&(i.empty||i.to>s.from)&&(t(s,r,i),n=s.number),o=s.to+1}let o=e.changes(r);return{changes:r,range:c8.range(o.mapPos(i.anchor,1),o.mapPos(i.head,1))}})}let bj=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(bL(e,(t,n)=>{n.push({from:t.from,insert:e.facet(gF)})}),{userEvent:"input.indent"})),!0),bF=({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(bL(e,(t,n)=>{let i=/^\s*/.exec(t.text)[0];if(!i)return;let r=uY(i,e.tabSize),o=0,s=gV(e,Math.max(0,r-gB(e)));for(;o<i.length&&o<s.length&&i.charCodeAt(o)==s.charCodeAt(o);)o++;n.push({from:t.from+o,to:t.from+i.length,insert:s.slice(o)})}),{userEvent:"delete.dedent"})),!0),bB=[{key:"Ctrl-b",run:v4,shift:bc,preventDefault:!0},{key:"Ctrl-f",run:v8,shift:bu},{key:"Ctrl-p",run:be,shift:bf},{key:"Ctrl-n",run:bt,shift:bp},{key:"Ctrl-a",run:e=>v1(e,t=>c8.cursor(e.lineBlockAt(t.head).from,1)),shift:e=>bl(e,t=>c8.cursor(e.lineBlockAt(t.head).from))},{key:"Ctrl-e",run:e=>v1(e,t=>c8.cursor(e.lineBlockAt(t.head).to,-1)),shift:e=>bl(e,t=>c8.cursor(e.lineBlockAt(t.head).to))},{key:"Ctrl-d",run:bT},{key:"Ctrl-h",run:bM},{key:"Ctrl-k",run:e=>bS(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:bA},{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:cj.of(["",""])},range:c8.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,i=e.doc.lineAt(n),r=n==i.from?n-1:c_(i.text,n-i.from,!1)+i.from,o=n==i.to?n+1:c_(i.text,n-i.from,!0)+i.from;return{changes:{from:r,to:o,insert:e.doc.slice(n,o).append(e.doc.slice(r,n))},range:c8.cursor(o)}});return!n.changes.empty&&(t(e.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:bo}],bV=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>v1(e,t=>v9(e.state,t,!v3(e))),shift:e=>bl(e,t=>v9(e.state,t,!v3(e)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>v1(e,t=>v9(e.state,t,v3(e))),shift:e=>bl(e,t=>v9(e.state,t,v3(e)))},{key:"Alt-ArrowUp",run:({state:e,dispatch:t})=>bP(e,t,!1)},{key:"Shift-Alt-ArrowUp",run:({state:e,dispatch:t})=>bI(e,t,!1)},{key:"Alt-ArrowDown",run:({state:e,dispatch:t})=>bP(e,t,!0)},{key:"Shift-Alt-ArrowDown",run:({state:e,dispatch:t})=>bI(e,t,!0)},{key:"Escape",run:({state:e,dispatch:t})=>{let n=e.selection,i=null;return n.ranges.length>1?i=c8.create([n.main]):n.main.empty||(i=c8.create([c8.cursor(n.main.head)])),!!i&&(t(v0(e,i)),!0)}},{key:"Mod-Enter",run:bE},{key:"Alt-l",mac:"Ctrl-l",run:({state:e,dispatch:t})=>{let n=bR(e).map(({from:t,to:n})=>c8.range(t,Math.min(n+1,e.doc.length)));return t(e.update({selection:c8.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:e,dispatch:t})=>{let n=vJ(e.selection,t=>{let n=gM(e),i=n.resolveStack(t.from,1);if(t.empty){let e=n.resolveStack(t.from,-1);e.node.from>=i.node.from&&e.node.to<=i.node.to&&(i=e)}for(let e=i;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 c8.range(n.to,n.from)}return t});return!n.eq(e.selection)&&(t(v0(e,n)),!0)},preventDefault:!0},{key:"Mod-[",run:bF},{key:"Mod-]",run:bj},{key:"Mod-Alt-\\",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Object.create(null),i=new gH(e,{overrideIndentation:e=>{let t=n[e];return null==t?-1:t}}),r=bL(e,(t,r,o)=>{let s=gN(i,t.from);if(null==s)return;/\S/.test(t.text)||(s=0);let l=/^\s*/.exec(t.text)[0],a=gV(e,s);(l!=a||o.from<t.from+l.length)&&(n[t.from]=s,r.push({from:t.from,to:t.from+l.length,insert:a}))});return r.changes.empty||t(e.update(r,{userEvent:"indent"})),!0}},{key:"Shift-Mod-k",run:e=>{if(e.state.readOnly)return!1;let{state:t}=e,n=t.changes(bR(t).map(({from:e,to:n})=>(e>0?e--:n<t.doc.length&&n++,{from:e,to:n}))),i=vJ(t.selection,t=>{let n;if(e.lineWrapping){let i=e.lineBlockAt(t.head),r=e.coordsAtPos(t.head,t.assoc||1);r&&(n=i.bottom+e.documentTop-r.bottom+e.defaultLineHeight/2)}return e.moveVertically(t,!0,n)}).map(n);return e.dispatch({changes:n,selection:i,scrollIntoView:!0,userEvent:"delete.line"}),!0}},{key:"Shift-Mod-\\",run:({state:e,dispatch:t})=>{let n,i;return n=!1,i=vJ(e.selection,t=>{let i=vw(e,t.head,-1)||vw(e,t.head,1)||t.head>0&&vw(e,t.head-1,1)||t.head<e.doc.length&&vw(e,t.head+1,-1);if(!i||!i.end)return t;n=!0;let r=i.start.from==t.head?i.end.to:i.end.from;return c8.cursor(r)}),!!n&&(t(v0(e,i)),!0)}},{key:"Mod-/",run:e=>{let{state:t}=e,n=t.doc.lineAt(t.selection.main.from),i=vO(e.state,n.from);return i.line?vR(e):!!i.block&&vI(e)}},{key:"Alt-A",run:vP},{key:"Ctrl-m",mac:"Shift-Alt-m",run:e=>(e.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:v4,shift:bc,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>v6(e,!v3(e)),shift:e=>bh(e,!v3(e)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:e=>v1(e,t=>bs(e,t,!v3(e))),shift:e=>bl(e,t=>bs(e,t,!v3(e))),preventDefault:!0},{key:"ArrowRight",run:v8,shift:bu,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>v6(e,v3(e)),shift:e=>bh(e,v3(e)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:e=>v1(e,t=>bs(e,t,v3(e))),shift:e=>bl(e,t=>bs(e,t,v3(e))),preventDefault:!0},{key:"ArrowUp",run:be,shift:bf,preventDefault:!0},{mac:"Cmd-ArrowUp",run:bb,shift:by},{mac:"Ctrl-ArrowUp",run:br,shift:bg},{key:"ArrowDown",run:bt,shift:bp,preventDefault:!0},{mac:"Cmd-ArrowDown",run:bx,shift:bw},{mac:"Ctrl-ArrowDown",run:bo,shift:bv},{key:"PageUp",run:br,shift:bg},{key:"PageDown",run:bo,shift:bv},{key:"Home",run:e=>v1(e,t=>bs(e,t,!1)),shift:e=>bl(e,t=>bs(e,t,!1)),preventDefault:!0},{key:"Mod-Home",run:bb,shift:by},{key:"End",run:e=>v1(e,t=>bs(e,t,!0)),shift:e=>bl(e,t=>bs(e,t,!0)),preventDefault:!0},{key:"Mod-End",run:bx,shift:bw},{key:"Enter",run:bO,shift:bO},{key:"Mod-a",run:({state:e,dispatch:t})=>(t(e.update({selection:{anchor:0,head:e.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:bM,shift:bM},{key:"Delete",run:bT},{key:"Mod-Backspace",mac:"Alt-Backspace",run:bA},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>bD(e,!0)},{mac:"Mod-Backspace",run:e=>bS(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=>bS(e,t=>{let n=e.moveToLineBoundary(t,!0).head;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)})}].concat(bB.map(e=>({mac:e.key,run:e.run,shift:e.shift})))),bN={key:"Tab",run:bj,shift:bF};function bH(){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 i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var r=n[i];"string"==typeof r?e.setAttribute(i,r):null!=r&&(e[i]=r)}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 i=0;i<n.length;i++)e(t,n[i]);else throw RangeError("Unsupported child node: "+n)}(e,arguments[t]);return e}let bz="function"==typeof String.prototype.normalize?e=>e.normalize("NFKD"):e=>e;class bW{constructor(e,t,n=0,i=e.length,r,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,i),this.bufferStart=n,this.normalize=r?e=>r(bz(e)):bz,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 cq(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=cG(e),n=this.bufferStart+this.bufferPos;this.bufferPos+=cU(e);let i=this.normalize(t);if(i.length)for(let e=0,r=n;;e++){let o=i.charCodeAt(e),s=this.match(o,r,this.bufferPos+this.bufferStart);if(e==i.length-1){if(s)return this.value=s,this;break}r==n&&e<t.length&&t.charCodeAt(e)==o&&r++}}}match(e,t,n){let i=null;for(let t=0;t<this.matches.length;t+=2){let r=this.matches[t],o=!1;this.query.charCodeAt(r)==e&&(r==this.query.length-1?i={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?i={from:t,to:n}:this.matches.push(1,t)),i&&this.test&&!this.test(i.from,i.to,this.buffer,this.bufferStart)&&(i=null),i}}"undefined"!=typeof Symbol&&(bW.prototype[Symbol.iterator]=function(){return this});let b$={from:-1,to:-1,match:/.*/.exec("")},b_="gm"+(null==/x/.unicode?"":"u");class bq{constructor(e,t,n,i=0,r=e.length){if(this.text=e,this.to=r,this.curLine="",this.done=!1,this.value=b$,/\\[sWDnr]|\n|\r|\[\^/.test(t))return new bK(e,t,n,i,r);this.re=new RegExp(t,b_+((null==n?void 0:n.ignoreCase)?"i":"")),this.test=null==n?void 0:n.test,this.iter=e.iter();let o=e.lineAt(i);this.curLineStart=o.from,this.matchPos=bY(e,i),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,i=n+t[0].length;if(this.matchPos=bY(this.text,i+ +(n==i)),n==this.curLineStart+this.curLine.length&&this.nextLine(),(n<i||n>this.value.to)&&(!this.test||this.test(n,i,t)))return this.value={from:n,to:i,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 bG=new WeakMap;class bU{constructor(e,t){this.from=e,this.text=t}get to(){return this.from+this.text.length}static get(e,t,n){let i=bG.get(e);if(!i||i.from>=n||i.to<=t){let i=new bU(t,e.sliceString(t,n));return bG.set(e,i),i}if(i.from==t&&i.to==n)return i;let{text:r,from:o}=i;return o>t&&(r=e.sliceString(t,o)+r,o=t),i.to<n&&(r+=e.sliceString(i.to,n)),bG.set(e,new bU(o,r)),new bU(t,r.slice(t-o,n-o))}}class bK{constructor(e,t,n,i,r){this.text=e,this.to=r,this.done=!1,this.value=b$,this.matchPos=bY(e,i),this.re=new RegExp(t,b_+((null==n?void 0:n.ignoreCase)?"i":"")),this.test=null==n?void 0:n.test,this.flat=bU.get(e,i,this.chunkEnd(i+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=bY(this.text,n+ +(e==n)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=bU.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function bY(e,t){if(t>=e.length)return t;let n=e.lineAt(t),i;for(;t<n.to&&(i=n.text.charCodeAt(t-n.from))>=56320&&i<57344;)t++;return t}function bX(e){let t=bH("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:i}=e,r=i.doc.lineAt(i.selection.main.head),[,o,s,l,a]=n,c=l?+l.slice(1):0,u=s?+s:r.number;if(s&&a){let e=u/100;o&&(e=e*("-"==o?-1:1)+r.number/i.doc.lines),u=Math.round(i.doc.lines*e)}else s&&o&&(u=u*("-"==o?-1:1)+r.number);let h=i.doc.line(Math.max(1,Math.min(i.doc.lines,u))),d=c8.cursor(h.from+Math.max(0,Math.min(c,h.length)));e.dispatch({effects:[bQ.of(!1),pt.scrollIntoView(d.from,{y:"center"})],selection:d}),e.focus()}return{dom:bH("form",{class:"cm-gotoLine",onkeydown:t=>{27==t.keyCode?(t.preventDefault(),e.dispatch({effects:bQ.of(!1)}),e.focus()):13==t.keyCode&&(t.preventDefault(),n())},onsubmit:e=>{e.preventDefault(),n()}},bH("label",e.state.phrase("Go to line"),": ",t)," ",bH("button",{class:"cm-button",type:"submit"},e.state.phrase("go")),bH("button",{name:"close",onclick:()=>{e.dispatch({effects:bQ.of(!1)}),e.focus()},"aria-label":e.state.phrase("close"),type:"button"},["\xd7"]))}}"undefined"!=typeof Symbol&&(bq.prototype[Symbol.iterator]=bK.prototype[Symbol.iterator]=function(){return this});let bQ=uk.define(),bJ=uo.define({create:()=>!0,update(e,t){for(let n of t.effects)n.is(bQ)&&(e=n.value);return e},provide:e=>mo.from(e,e=>e?bX:null)}),b0=pt.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"}}}),b1={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},b2=c7.define({combine:e=>uE(e,b1,{highlightWordAroundCursor:(e,t)=>e||t,minSelectionLength:Math.min,maxMatches:Math.min})}),b5=hX.mark({class:"cm-selectionMatch"}),b3=hX.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function b4(e,t,n,i){return(0==n||e(t.sliceDoc(n-1,n))!=uP.Word)&&(i==t.doc.length||e(t.sliceDoc(i,i+1))!=uP.Word)}let b8=dE.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(b2),{state:n}=e,i=n.selection;if(i.ranges.length>1)return hX.none;let r=i.main,o,s=null;if(r.empty){if(!t.highlightWordAroundCursor)return hX.none;let e=n.wordAt(r.head);if(!e)return hX.none;s=n.charCategorizer(r.head),o=n.sliceDoc(e.from,e.to)}else{let e=r.to-r.from;if(e<t.minSelectionLength||e>200)return hX.none;if(t.wholeWords){var l,a,c;if(o=n.sliceDoc(r.from,r.to),!(b4(s=n.charCategorizer(r.head),n,r.from,r.to)&&(l=s,a=r.from,c=r.to,l(n.sliceDoc(a,a+1))==uP.Word&&l(n.sliceDoc(c-1,c))==uP.Word)))return hX.none}else if(!(o=n.sliceDoc(r.from,r.to)))return hX.none}let u=[];for(let i of e.visibleRanges){let e=new bW(n.doc,o,i.from,i.to);for(;!e.next().done;){let{from:i,to:o}=e.value;if((!s||b4(s,n,i,o))&&(r.empty&&i<=r.from&&o>=r.to?u.push(b3.range(i,o)):(i>=r.to||o<=r.from)&&u.push(b5.range(i,o)),u.length>t.maxMatches))return hX.none}}return hX.set(u)}},{decorations:e=>e.decorations}),b6=pt.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),b9=c7.define({combine:e=>uE(e,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new xD(e),scrollToMatch:e=>pt.scrollIntoView(e)})});class b7{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,b_),!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 xs(this):new xn(this)}getCursor(e,t=0,n){let i=e.doc?e:uO.create({doc:e});return null==n&&(n=i.doc.length),this.regexp?xi(this,i,t,n):xt(this,i,t,n)}}class xe{constructor(e){this.spec=e}}function xt(e,t,n,i){var r,o;return new bW(t.doc,e.unquoted,n,i,e.caseSensitive?void 0:e=>e.toLowerCase(),e.wholeWord?(r=t.doc,o=t.charCategorizer(t.selection.main.head),(e,t,n,i)=>((i>e||i+n.length<t)&&(i=Math.max(0,e-2),n=r.sliceString(i,Math.min(r.length,t+2))),(o(xr(n,e-i))!=uP.Word||o(xo(n,e-i))!=uP.Word)&&(o(xo(n,t-i))!=uP.Word||o(xr(n,t-i))!=uP.Word))):void 0)}class xn extends xe{constructor(e){super(e)}nextMatch(e,t,n){let i=xt(this.spec,e,n,e.doc.length).nextOverlapping();if(i.done){let n=Math.min(e.doc.length,t+this.spec.unquoted.length);i=xt(this.spec,e,0,n).nextOverlapping()}return i.done||i.value.from==t&&i.value.to==n?null:i.value}prevMatchInRange(e,t,n){for(let i=n;;){let n=Math.max(t,i-1e4-this.spec.unquoted.length),r=xt(this.spec,e,n,i),o=null;for(;!r.nextOverlapping().done;)o=r.value;if(o)return o;if(n==t)return null;i-=1e4}}prevMatch(e,t,n){let i=this.prevMatchInRange(e,0,t);return i||(i=this.prevMatchInRange(e,Math.max(0,n-this.spec.unquoted.length),e.doc.length)),i&&(i.from!=t||i.to!=n)?i:null}getReplacement(e){return this.spec.unquote(this.spec.replace)}matchAll(e,t){let n=xt(this.spec,e,0,e.doc.length),i=[];for(;!n.next().done;){if(i.length>=t)return null;i.push(n.value)}return i}highlight(e,t,n,i){let r=xt(this.spec,e,Math.max(0,t-this.spec.unquoted.length),Math.min(n+this.spec.unquoted.length,e.doc.length));for(;!r.next().done;)i(r.value.from,r.value.to)}}function xi(e,t,n,i){var r;return new bq(t.doc,e.search,{ignoreCase:!e.caseSensitive,test:e.wholeWord?(r=t.charCategorizer(t.selection.main.head),(e,t,n)=>!n[0].length||(r(xr(n.input,n.index))!=uP.Word||r(xo(n.input,n.index))!=uP.Word)&&(r(xo(n.input,n.index+n[0].length))!=uP.Word||r(xr(n.input,n.index+n[0].length))!=uP.Word)):void 0},n,i)}function xr(e,t){return e.slice(c_(e,t,!1),t)}function xo(e,t){return e.slice(t,c_(e,t))}class xs extends xe{nextMatch(e,t,n){let i=xi(this.spec,e,n,e.doc.length).next();return i.done&&(i=xi(this.spec,e,0,t).next()),i.done?null:i.value}prevMatchInRange(e,t,n){for(let i=1;;i++){let r=Math.max(t,n-1e4*i),o=xi(this.spec,e,r,n),s=null;for(;!o.next().done;)s=o.value;if(s&&(r==t||s.from>r+10))return s;if(r==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 i=+n.slice(0,t);if(i>0&&i<e.match.length)return e.match[i]+n.slice(t)}return t})}matchAll(e,t){let n=xi(this.spec,e,0,e.doc.length),i=[];for(;!n.next().done;){if(i.length>=t)return null;i.push(n.value)}return i}highlight(e,t,n,i){let r=xi(this.spec,e,Math.max(0,t-250),Math.min(n+250,e.doc.length));for(;!r.next().done;)i(r.value.from,r.value.to)}}let xl=uk.define(),xa=uk.define(),xc=uo.define({create:e=>new xu(xw(e).create(),null),update(e,t){for(let n of t.effects)n.is(xl)?e=new xu(n.value.create(),e.panel):n.is(xa)&&(e=new xu(e.query,n.value?xy:null));return e},provide:e=>mo.from(e,e=>e.panel)});class xu{constructor(e,t){this.query=e,this.panel=t}}let xh=hX.mark({class:"cm-searchMatch"}),xd=hX.mark({class:"cm-searchMatch cm-searchMatch-selected"}),xf=dE.fromClass(class{constructor(e){this.view=e,this.decorations=this.highlight(e.state.field(xc))}update(e){let t=e.state.field(xc);(t!=e.startState.field(xc)||e.docChanged||e.selectionSet||e.viewportChanged)&&(this.decorations=this.highlight(t))}highlight({query:e,panel:t}){if(!t||!e.spec.valid)return hX.none;let{view:n}=this,i=new uV;for(let t=0,r=n.visibleRanges,o=r.length;t<o;t++){let{from:s,to:l}=r[t];for(;t<o-1&&l>r[t+1].from-500;)l=r[++t].to;e.highlight(n.state,s,l,(e,t)=>{let r=n.state.selection.ranges.some(n=>n.from==e&&n.to==t);i.add(e,t,r?xd:xh)})}return i.finish()}},{decorations:e=>e.decorations});function xp(e){return t=>{let n=t.state.field(xc,!1);return n&&n.query.spec.valid?e(t,n):xk(t)}}let xm=xp((e,{query:t})=>{let{to:n}=e.state.selection.main,i=t.nextMatch(e.state,n,n);if(!i)return!1;let r=c8.single(i.from,i.to),o=e.state.facet(b9);return e.dispatch({selection:r,effects:[xP(e,i),o.scrollToMatch(r.main,e)],userEvent:"select.search"}),xC(e),!0}),xg=xp((e,{query:t})=>{let{state:n}=e,{from:i}=n.selection.main,r=t.prevMatch(n,i,i);if(!r)return!1;let o=c8.single(r.from,r.to),s=e.state.facet(b9);return e.dispatch({selection:o,effects:[xP(e,r),s.scrollToMatch(o.main,e)],userEvent:"select.search"}),xC(e),!0}),xv=xp((e,{query:t})=>{let n=t.matchAll(e.state,1e3);return!!n&&!!n.length&&(e.dispatch({selection:c8.create(n.map(e=>c8.range(e.from,e.to))),userEvent:"select.search.matches"}),!0)}),xb=xp((e,{query:t})=>{let{state:n}=e,{from:i,to:r}=n.selection.main;if(n.readOnly)return!1;let o=t.nextMatch(n,i,i);if(!o)return!1;let s=o,l=[],a,c,u=[];if(s.from==i&&s.to==r&&(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(pt.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(i).number)+"."))),s){let t=0==l.length||l[0].from>=o.to?0:o.to-o.from-c.length;a=c8.single(s.from-t,s.to-t),u.push(xP(e,s)),u.push(n.facet(b9).scrollToMatch(a.main,e))}return e.dispatch({changes:l,selection:a,effects:u,userEvent:"input.replace"}),!0}),xx=xp((e,{query:t})=>{if(e.state.readOnly)return!1;let n=t.matchAll(e.state,1e9).map(e=>{let{from:n,to:i}=e;return{from:n,to:i,insert:t.getReplacement(e)}});if(!n.length)return!1;let i=e.state.phrase("replaced $ matches",n.length)+".";return e.dispatch({changes:n,effects:pt.announce.of(i),userEvent:"input.replace.all"}),!0});function xy(e){return e.state.facet(b9).createPanel(e)}function xw(e,t){var n,i,r,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(b9);return new b7({search:(null!=(n=null==t?void 0:t.literal)?n:c.literal)?a:a.replace(/\n/g,"\\n"),caseSensitive:null!=(i=null==t?void 0:t.caseSensitive)?i:c.caseSensitive,literal:null!=(r=null==t?void 0:t.literal)?r: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 xS(e){let t=mt(e,xy);return t&&t.dom.querySelector("[main-field]")}function xC(e){let t=xS(e);t&&t==e.root.activeElement&&t.select()}let xk=e=>{let t=e.state.field(xc,!1);if(t&&t.panel){let n=xS(e);if(n&&n!=e.root.activeElement){let i=xw(e.state,t.query.spec);i.valid&&e.dispatch({effects:xl.of(i)}),n.focus(),n.select()}}else e.dispatch({effects:[xa.of(!0),t?xl.of(xw(e.state,t.query.spec)):uk.appendConfig.of(xO)]});return!0},xM=e=>{let t=e.state.field(xc,!1);if(!t||!t.panel)return!1;let n=mt(e,xy);return n&&n.dom.contains(e.root.activeElement)&&e.focus(),e.dispatch({effects:xa.of(!1)}),!0},xT=[{key:"Mod-f",run:xk,scope:"editor search-panel"},{key:"F3",run:xm,shift:xg,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:xm,shift:xg,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:xM,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:i,to:r}=n.main,o=[],s=0;for(let t=new bW(e.doc,e.sliceDoc(i,r));!t.next().done;){if(o.length>1e3)return!1;t.value.from==i&&(s=o.length),o.push(c8.range(t.value.from,t.value.to))}return t(e.update({selection:c8.create(o,s),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:e=>{let t=mt(e,bX);if(!t){let n=[bQ.of(!0)];null==e.state.field(bJ,!1)&&n.push(uk.appendConfig.of([bJ,b0])),e.dispatch({effects:n}),t=mt(e,bX)}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,i=c8.create(n.ranges.map(t=>e.wordAt(t.head)||c8.cursor(t.head)),n.mainIndex);return!i.eq(n)&&(t(e.update({selection:i})),!0)})({state:e,dispatch:t});let i=e.sliceDoc(n[0].from,n[0].to);if(e.selection.ranges.some(t=>e.sliceDoc(t.from,t.to)!=i))return!1;let r=function(e,t){let{main:n,ranges:i}=e.selection,r=e.wordAt(n.head),o=r&&r.from==n.from&&r.to==n.to;for(let n=!1,r=new bW(e.doc,t,i[i.length-1].to);;)if(r.next(),r.done){if(n)return null;r=new bW(e.doc,t,0,Math.max(0,i[i.length-1].from-1)),n=!0}else{if(n&&i.some(e=>e.from==r.value.from))continue;if(o){let t=e.wordAt(r.value.from);if(!t||t.from!=r.value.from||t.to!=r.value.to)continue}return r.value}}(e,i);return!!r&&(t(e.update({selection:e.selection.addRange(c8.range(r.from,r.to),!1),effects:pt.scrollIntoView(r.to)})),!0)},preventDefault:!0}];class xD{constructor(e){this.view=e;let t=this.query=e.state.field(xc).query.spec;function n(e,t,n){return bH("button",{class:"cm-button",name:e,onclick:t,type:"button"},n)}this.commit=this.commit.bind(this),this.searchField=bH("input",{value:t.search,placeholder:xA(e,"Find"),"aria-label":xA(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=bH("input",{value:t.replace,placeholder:xA(e,"Replace"),"aria-label":xA(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=bH("input",{type:"checkbox",name:"case",form:"",checked:t.caseSensitive,onchange:this.commit}),this.reField=bH("input",{type:"checkbox",name:"re",form:"",checked:t.regexp,onchange:this.commit}),this.wordField=bH("input",{type:"checkbox",name:"word",form:"",checked:t.wholeWord,onchange:this.commit}),this.dom=bH("div",{onkeydown:e=>this.keydown(e),class:"cm-search"},[this.searchField,n("next",()=>xm(e),[xA(e,"next")]),n("prev",()=>xg(e),[xA(e,"previous")]),n("select",()=>xv(e),[xA(e,"all")]),bH("label",null,[this.caseField,xA(e,"match case")]),bH("label",null,[this.reField,xA(e,"regexp")]),bH("label",null,[this.wordField,xA(e,"by word")]),...e.state.readOnly?[]:[bH("br"),this.replaceField,n("replace",()=>xb(e),[xA(e,"replace")]),n("replaceAll",()=>xx(e),[xA(e,"replace all")])],bH("button",{name:"close",onclick:()=>xM(e),"aria-label":xA(e,"close"),type:"button"},["\xd7"])])}commit(){let e=new b7({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:xl.of(e)}))}keydown(e){var t;(t=this.view,pp(ph(t.state),e,t,"search-panel"))?e.preventDefault():13==e.keyCode&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?xg:xm)(this.view)):13==e.keyCode&&e.target==this.replaceField&&(e.preventDefault(),xb(this.view))}update(e){for(let t of e.transactions)for(let e of t.effects)e.is(xl)&&!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(b9).top}}function xA(e,t){return e.state.phrase(t)}let xR=/[\s\.,:;?!]/;function xP(e,{from:t,to:n}){let i=e.state.doc.lineAt(t),r=e.state.doc.lineAt(n).to,o=Math.max(i.from,t-30),s=Math.min(r,n+30),l=e.state.sliceDoc(o,s);if(o!=i.from){for(let e=0;e<30;e++)if(!xR.test(l[e+1])&&xR.test(l[e])){l=l.slice(e);break}}if(s!=r){for(let e=l.length-1;e>l.length-30;e--)if(!xR.test(l[e-1])&&xR.test(l[e])){l=l.slice(0,e);break}}return pt.announce.of(`${e.state.phrase("current match")}. ${l} ${e.state.phrase("on line")} ${i.number}.`)}let xI=pt.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"}}),xO=[xc,ul.low(xf),xI];class xE{constructor(e,t,n,i){this.state=e,this.pos=t,this.explicit=n,this.view=i,this.abortListeners=[],this.abortOnDocChange=!1}tokenBefore(e){let t=gM(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),i=t.text.slice(n-t.from,this.pos-t.from),r=i.search(xF(e,!1));return r<0?null:{from:n+r,to:this.pos,text:i.slice(r)}}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 xZ(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 xL{constructor(e,t,n,i){this.completion=e,this.source=t,this.match=n,this.score=i}}function xj(e){return e.selection.main.from}function xF(e,t){var n;let{source:i}=e,r=t&&"^"!=i[0],o="$"!=i[i.length-1];return r||o?RegExp(`${r?"^":""}(?:${i})${o?"$":""}`,null!=(n=e.flags)?n:e.ignoreCase?"i":""):e}let xB=uw.define(),xV=new WeakMap;function xN(e){if(!Array.isArray(e))return e;let t=xV.get(e);return t||xV.set(e,t=function(e){let t=e.map(e=>"string"==typeof e?{label:e}:e),[n,i]=t.every(e=>/^\w+$/.test(e.label))?[/\w*$/,/\w+$/]:function(e){let t=Object.create(null),n=Object.create(null);for(let{label:i}of e){t[i[0]]=!0;for(let e=1;e<i.length;e++)n[i[e]]=!0}let i=xZ(t)+xZ(n)+"*$";return[RegExp("^"+i),new RegExp(i)]}(t);return e=>{let r=e.matchBefore(i);return r||e.explicit?{from:r?r.from:e.pos,options:t,validFor:n}:null}}(e)),t}let xH=uk.define(),xz=uk.define();class xW{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=cq(e,t),i=cU(n);this.chars.push(n);let r=e.slice(t,t+i),o=r.toUpperCase();this.folded.push(cq(o==r?r.toLowerCase():o,0)),t+=i}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:i,precise:r,byWord:o}=this;if(1==t.length){let i=cq(e,0),r=cU(i),o=r==e.length?0:-100;if(i==t[0]);else{if(i!=n[0])return null;o+=-200}return this.ret(o,[0,r])}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 r=0,o=Math.min(e.length,200);r<o&&a<l;){let o=cq(e,r);(o==t[a]||o==n[a])&&(i[a++]=r),r+=cU(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 i=0,a=Math.min(e.length,200),v=0;i<a&&u<l;){let a=cq(e,i);s<0&&(c<l&&a==t[c]&&(r[c++]=i),d<l&&(a==t[d]||a==n[d]?(0==d&&(f=i),p=i+1,d++):d=0));let b,x=a<255?a>=48&&a<=57||a>=97&&a<=122?2:+(a>=65&&a<=90):(b=cG(a))!=b.toLowerCase()?1:2*(b!=b.toUpperCase());(!i||1==x&&m||0==v&&0!=x)&&(t[u]==a||n[u]==a&&(h=!0)?o[u++]=i:o.length&&(g=!1)),v=x,i+=cU(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((i[0]?-700:0)+-200+-1100,i,e)}result(e,t,n){let i=[],r=0;for(let e of t){let t=e+(this.astral?cU(cq(n,e)):1);r&&i[r-1]==e?i[r-1]=t:(i[r++]=e,i[r++]=t)}return this.ret(e-n.length,i)}}class x${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 x_=c7.define({combine:e=>uE(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:xG,filterStrict:!1,compareCompletions:(e,t)=>e.label.localeCompare(t.label),interactionDelay:75,updateSyncTime:100},{defaultKeymap:(e,t)=>e&&t,closeOnBlur:(e,t)=>e&&t,icons:(e,t)=>e&&t,tooltipClass:(e,t)=>n=>xq(e(n),t(n)),optionClass:(e,t)=>n=>xq(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})});function xq(e,t){return e?t?e+" "+t:e:t}function xG(e,t,n,i,r,o){let s=e.textDirection==h7.RTL,l=s,a=!1,c="top",u,h,d=t.left-r.left,f=r.right-t.right,p=i.right-i.left,m=i.bottom-i.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(r.top,Math.min(n.top,r.bottom-m))-t.top,h=Math.min(400,l?d:f);else{a=!0,h=Math.min(400,(s?t.right:r.right-t.left)-30);let e=r.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 xU(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 i=Math.floor((e-t)/n);return{from:e-(i+1)*n,to:e-i*n}}class xK{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 i=e.state.field(t),{options:r,selected:o}=i.open,s=e.state.facet(x_);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,i){let r=document.createElement("span");r.className="cm-completionLabel";let o=e.displayLabel||e.label,s=0;for(let e=0;e<i.length;){let t=i[e++],n=i[e++];t>s&&r.appendChild(document.createTextNode(o.slice(s,t)));let l=r.appendChild(document.createElement("span"));l.appendChild(document.createTextNode(o.slice(t,n))),l.className="cm-completionMatchedText",s=n}return s<o.length&&r.appendChild(document.createTextNode(o.slice(s))),r},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=xU(r.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:i}=e.state.field(t).open;for(let t=n.target,r;t&&t!=this.dom;t=t.parentNode)if("LI"==t.nodeName&&(r=/-(\d+)$/.exec(t.id))&&+r[1]<i.length){this.applyCompletion(e,i[+r[1]]),n.preventDefault();return}}),this.dom.addEventListener("focusout",t=>{let n=e.state.field(this.stateField,!1);n&&n.tooltip&&e.state.facet(x_).closeOnBlur&&t.relatedTarget!=e.contentDOM&&e.dispatch({effects:xz.of(null)})}),this.showOptions(r,i.id)}mount(){this.updateSel()}showOptions(e,t){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(e,t,this.range)),this.list.addEventListener("scroll",()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)})}update(e){var t;let n=e.state.field(this.stateField),i=e.startState.field(this.stateField);if(this.updateTooltipClass(e.state),n!=i){let{options:r,selected:o,disabled:s}=n.open;i.open&&i.open.options==r||(this.range=xU(r.length,o,e.state.facet(x_).maxRenderedOptions),this.showOptions(r,n.id)),this.updateSel(),s!=(null==(t=i.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;if((t.selected>-1&&t.selected<this.range.from||t.selected>=this.range.to)&&(this.range=xU(t.options.length,t.selected,this.view.state.facet(x_).maxRenderedOptions),this.showOptions(t.options,e.id)),this.updateSelectedOption(t.selected)){this.destroyInfo();let{completion:n}=t.options[t.selected],{info:i}=n;if(!i)return;let r="string"==typeof i?document.createTextNode(i):i(n);if(!r)return;"then"in r?r.then(t=>{t&&this.view.state.field(this.stateField,!1)==e&&this.addInfoPane(t,n)}).catch(e=>dR(this.view.state,e,"completion info")):this.addInfoPane(r,n)}}addInfoPane(e,t){this.destroyInfo();let n=this.info=document.createElement("div");if(n.className="cm-tooltip cm-completionInfo",null!=e.nodeType)n.appendChild(e),this.infoDestroy=null;else{let{dom:t,destroy:i}=e;n.appendChild(t),this.infoDestroy=i||null}this.dom.appendChild(n),this.view.requestMeasure(this.placeInfoReq)}updateSelectedOption(e){var t,n;let i,r,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"):n--;return s&&(t=this.list,n=s,i=t.getBoundingClientRect(),r=n.getBoundingClientRect(),o=i.height/t.offsetHeight,r.top<i.top?t.scrollTop-=(i.top-r.top)/o:r.bottom>i.bottom&&(t.scrollTop+=(r.bottom-i.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(),i=e.getBoundingClientRect(),r=this.space;if(!r){let e=this.dom.ownerDocument.documentElement;r={left:0,top:0,right:e.clientWidth,bottom:e.clientHeight}}return i.top>Math.min(r.bottom,t.bottom)-10||i.bottom<Math.max(r.top,t.top)+10?null:this.view.state.facet(x_).positionInfo(this.view,t,i,n,r,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 i=document.createElement("ul");i.id=t,i.setAttribute("role","listbox"),i.setAttribute("aria-expanded","true"),i.setAttribute("aria-label",this.view.state.phrase("Completions")),i.addEventListener("mousedown",e=>{e.target==i&&e.preventDefault()});let r=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!=r&&(o>n.from||0==n.from)&&(r=e,"string"!=typeof a&&a.header?i.appendChild(a.header(a)):i.appendChild(document.createElement("completion-section")).textContent=e)}let c=i.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&&i.classList.add("cm-completionListIncompleteTop"),n.to<e.length&&i.classList.add("cm-completionListIncompleteBottom"),i}destroyInfo(){this.info&&(this.infoDestroy&&this.infoDestroy(),this.info.remove(),this.info=null)}destroy(){this.destroyInfo()}}function xY(e){return 100*(e.boost||0)+10*!!e.apply+5*!!e.info+ +!!e.type}class xX{constructor(e,t,n,i,r,o){this.options=e,this.attrs=t,this.tooltip=n,this.timestamp=i,this.selected=r,this.disabled=o}setSelected(e,t){return e==this.selected||e>=this.options.length?this:new xX(this.options,x1(t,e),this.tooltip,this.timestamp,e,this.disabled)}static build(e,t,n,i,r,o){if(i&&!o&&e.some(e=>e.isPending))return i.setDisabled();let s=function(e,t){let n=[],i=null,r=e=>{n.push(e);let{section:t}=e.completion;if(t){i||(i=[]);let e="string"==typeof t?t:t.name;i.some(t=>t.name==e)||i.push("string"==typeof t?{name:e}:t)}},o=t.facet(x_);for(let i of e)if(i.hasResult()){let e=i.result.getMatch;if(!1===i.result.filter)for(let t of i.result.options)r(new xL(t,i.source,e?e(t):[],1e9-n.length));else{let n=t.sliceDoc(i.from,i.to),s,l=o.filterStrict?new x$(n):new xW(n);for(let t of i.result.options)if(s=l.match(t.label)){let n=t.displayLabel?e?e(t,s.matched):[]:s.matched;r(new xL(t,i.source,n,s.score+(t.boost||0)))}}}if(i){let e=Object.create(null),t=0;for(let n of i.sort((e,t)=>{var n,i;return(null!=(n=e.rank)?n:1e9)-(null!=(i=t.rank)?i: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 s=[],l=null,a=o.compareCompletions;for(let e of n.sort((e,t)=>t.score-e.score||a(e.completion,t.completion))){let t=e.completion;l&&l.label==t.label&&l.detail==t.detail&&(null==l.type||null==t.type||l.type==t.type)&&l.apply==t.apply&&l.boost==t.boost?xY(e.completion)>xY(l)&&(s[s.length-1]=e):s.push(e),l=e.completion}return s}(e,t);if(!s.length)return i&&e.some(e=>e.isPending)?i.setDisabled():null;let l=t.facet(x_).selectOnOpen?0:-1;if(i&&i.selected!=l&&-1!=i.selected){let e=i.options[i.selected].completion;for(let t=0;t<s.length;t++)if(s[t].completion==e){l=t;break}}return new xX(s,x1(n,l),{pos:e.reduce((e,t)=>t.hasResult()?Math.min(e,t.from):e,1e8),create:ye,above:r.aboveCursor},i?i.timestamp:Date.now(),l,!1)}map(e){return new xX(this.options,this.attrs,Object.assign(Object.assign({},this.tooltip),{pos:e.mapPos(this.tooltip.pos)}),this.timestamp,this.selected,this.disabled)}setDisabled(){return new xX(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class xQ{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new xQ(x2,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(x_),i=(n.override||t.languageDataAt("autocomplete",xj(t)).map(xN)).map(t=>(this.active.find(e=>e.source==t)||new x3(t,+!!this.active.some(e=>0!=e.state))).update(e,n));i.length==this.active.length&&i.every((e,t)=>e==this.active[t])&&(i=this.active);let r=this.open,o=e.effects.some(e=>e.is(x8));for(let s of(r&&e.docChanged&&(r=r.map(e.changes)),e.selection||i.some(t=>t.hasResult()&&e.changes.touchesRange(t.from,t.to))||!function(e,t){if(e==t)return!0;for(let n=0,i=0;;){for(;n<e.length&&!e[n].hasResult();)n++;for(;i<t.length&&!t[i].hasResult();)i++;let r=n==e.length,o=i==t.length;if(r||o)return r==o;if(e[n++].result!=t[i++].result)return!1}}(i,this.active)||o?r=xX.build(i,t,this.id,r,n,o):r&&r.disabled&&!i.some(e=>e.isPending)&&(r=null),!r&&i.every(e=>!e.isPending)&&i.some(e=>e.hasResult())&&(i=i.map(e=>e.hasResult()?new x3(e.source,0):e)),e.effects))s.is(x6)&&(r=r&&r.setSelected(s.value,this.id));return i==this.active&&r==this.open?this:new xQ(i,this.id,r)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?xJ:x0}}let xJ={"aria-autocomplete":"list"},x0={};function x1(e,t){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":e};return t>-1&&(n["aria-activedescendant"]=e+"-"+t),n}let x2=[];function x5(e,t){if(e.isUserEvent("input.complete")){let n=e.annotation(xB);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 x3{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=x5(e,t),i=this;for(let t of((8&n||16&n&&this.touches(e))&&(i=new x3(i.source,0)),4&n&&0==i.state&&(i=new x3(this.source,1)),i=i.updateFor(e,n),e.effects))if(t.is(xH))i=new x3(i.source,1,t.value);else if(t.is(xz))i=new x3(i.source,0);else if(t.is(x8))for(let e of t.value)e.source==i.source&&(i=e);return i}updateFor(e,t){return this.map(e.changes)}map(e){return this}touches(e){return e.changes.touchesRange(xj(e.state))}}class x4 extends x3{constructor(e,t,n,i,r,o){super(e,3,t),this.limit=n,this.result=i,this.from=r,this.to=o}hasResult(){return!0}updateFor(e,t){var n;if(!(3&t))return this.map(e.changes);let i=this.result;i.map&&!e.changes.empty&&(i=i.map(i,e.changes));let r=e.changes.mapPos(this.from),o=e.changes.mapPos(this.to,1),s=xj(e.state);if(s>o||!i||2&t&&(xj(e.startState)==this.from||s<this.limit))return new x3(this.source,4&t?1:0);let l=e.changes.mapPos(this.limit);return!function(e,t,n,i){if(!e)return!1;let r=t.sliceDoc(n,i);return"function"==typeof e?e(r,n,i,t):xF(e,!0).test(r)}(i.validFor,e.state,r,o)?i.update&&(i=i.update(i,r,o,new xE(e.state,s,!1)))?new x4(this.source,this.explicit,l,i,i.from,null!=(n=i.to)?n:xj(e.state)):new x3(this.source,1,this.explicit):new x4(this.source,this.explicit,l,i,r,o)}map(e){return e.empty?this:(this.result.map?this.result.map(this.result,e):this.result)?new x4(this.source,this.explicit,e.mapPos(this.limit),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new x3(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}let x8=uk.define({map:(e,t)=>e.map(e=>e.map(t))}),x6=uk.define(),x9=uo.define({create:()=>xQ.start(),update:(e,t)=>e.update(t),provide:e=>[p5.from(e,e=>e.tooltip),pt.contentAttributes.from(e,e=>e.attrs)]});function x7(e,t){let n=t.completion.apply||t.completion.label,i=e.state.field(x9).active.find(e=>e.source==t.source);return i instanceof x4&&("string"==typeof n?e.dispatch(Object.assign(Object.assign({},function(e,t,n,i){let{main:r}=e.selection,o=n-r.from,s=i-r.from;return Object.assign(Object.assign({},e.changeByRange(l=>{if(l!=r&&n!=i&&e.sliceDoc(l.from+o,l.from+s)!=e.sliceDoc(n,i))return{range:l};let a=e.toText(t);return{changes:{from:l.from+o,to:i==r.from?l.to:l.from+s,insert:a},range:c8.cursor(l.from+o+a.length)}})),{scrollIntoView:!0,userEvent:"input.complete"})}(e.state,n,i.from,i.to)),{annotations:xB.of(t.completion)})):n(e,t.completion,i.from,i.to),!0)}let ye=e=>new xK(e,x9,x7);function yt(e,t="option"){return n=>{let i=n.state.field(x9,!1);if(!i||!i.open||i.open.disabled||Date.now()-i.open.timestamp<n.state.facet(x_).interactionDelay)return!1;let r=1,o;"page"==t&&(o=p9(n,i.open.tooltip))&&(r=Math.max(2,Math.floor(o.dom.offsetHeight/o.dom.querySelector("li").offsetHeight)-1));let{length:s}=i.open.options,l=i.open.selected>-1?i.open.selected+r*(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:x6.of(l)}),!0}}let yn=e=>!!e.state.field(x9,!1)&&(e.dispatch({effects:xH.of(!0)}),!0);class yi{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}let yr=dE.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(x9).active))t.isPending&&this.startQuery(t)}update(e){let t=e.state.field(x9),n=e.state.facet(x_);if(!e.selectionSet&&!e.docChanged&&e.startState.field(x9)==t)return;let i=e.transactions.some(e=>{let t=x5(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(i||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){dR(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(xH)))&&(this.pendingStart=!0);let r=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(),r):-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(x9);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(x_).updateSyncTime))}startQuery(e){let{state:t}=this.view,n=xj(t),i=new xE(t,n,e.explicit,this.view),r=new yi(e,i);this.running.push(r),Promise.resolve(e.source(i)).then(e=>{r.context.aborted||(r.done=e||null,this.scheduleAccept())},e=>{this.view.dispatch({effects:xz.of(null)}),dR(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(x_).updateSyncTime))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(x_),i=this.view.state.field(x9);for(let r=0;r<this.running.length;r++){let o=this.running[r];if(void 0===o.done)continue;if(this.running.splice(r--,1),o.done){let i=xj(o.updates.length?o.updates[0].startState:this.view.state),r=Math.min(i,o.done.from+ +!o.active.explicit),s=new x4(o.active.source,o.active.explicit,r,o.done,o.done.from,null!=(e=o.done.to)?e:i);for(let e of o.updates)s=s.update(e,n);if(s.hasResult()){t.push(s);continue}}let s=i.active.find(e=>e.source==o.active.source);if(s&&s.isPending)if(null==o.done){let e=new x3(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||i.open&&i.open.disabled)&&this.view.dispatch({effects:x8.of(t)})}},{eventHandlers:{blur(e){let t=this.view.state.field(x9,!1);if(t&&t.tooltip&&this.view.state.facet(x_).closeOnBlur){let n=t.open&&p9(this.view,t.open.tooltip);n&&n.dom.contains(e.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:xz.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:xH.of(!1)}),20),this.composing=0}}}),yo="object"==typeof navigator&&/Win/.test(navigator.platform),ys=ul.highest(pt.domEventHandlers({keydown(e,t){let n=t.state.field(x9,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||e.key.length>1||e.ctrlKey&&!(yo&&e.altKey)||e.metaKey)return!1;let i=n.open.options[n.open.selected],r=n.active.find(e=>e.source==i.source),o=i.completion.commitCharacters||r.result.commitCharacters;return o&&o.indexOf(e.key)>-1&&x7(t,i),!1}})),yl=pt.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"}}}),ya={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},yc=uk.define({map(e,t){let n=t.mapPos(e,-1,cY.TrackAfter);return null==n?void 0:n}}),yu=new class extends uZ{};yu.startSide=1,yu.endSide=-1;let yh=uo.define({create:()=>uB.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(yc)&&(e=e.update({add:[yu.range(n.value,n.value+1)]}));return e}}),yd="()[]{}<>\xab\xbb\xbb\xab[]{}";function yf(e){for(let t=0;t<yd.length;t+=2)if(yd.charCodeAt(t)==e)return yd.charAt(t+1);return cG(e<128?e:e+1)}function yp(e,t){return e.languageDataAt("closeBrackets",t)[0]||ya}let ym="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),yg=pt.inputHandler.of((e,t,n,i)=>{if((ym?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let r=e.state.selection.main;if(i.length>2||2==i.length&&1==cU(cq(i,0))||t!=r.from||n!=r.to)return!1;let o=function(e,t){let n=yp(e,e.selection.main.head),i=n.brackets||ya.brackets;for(let r of i){let o=yf(cq(r,0));if(t==r)return o==r?function(e,t,n,i){let r=i.stringPrefixes||ya.stringPrefixes,o=null,s=e.changeByRange(i=>{if(!i.empty)return{changes:[{insert:t,from:i.from},{insert:t,from:i.to}],effects:yc.of(i.to+t.length),range:c8.range(i.anchor+t.length,i.head+t.length)};let s=i.head,l=yx(e.doc,s),a;if(l==t){if(yy(e,s))return{changes:{insert:t+t,from:s},effects:yc.of(s+t.length),range:c8.cursor(s+t.length)};else if(yb(e,s)){let i=n&&e.sliceDoc(s,s+3*t.length)==t+t+t?t+t+t:t;return{changes:{from:s,to:s+i.length,insert:i},range:c8.cursor(s+i.length)}}}else if(n&&e.sliceDoc(s-2*t.length,s)==t+t&&(a=yw(e,s-2*t.length,r))>-1&&yy(e,a))return{changes:{insert:t+t+t+t,from:s},effects:yc.of(s+t.length),range:c8.cursor(s+t.length)};else if(e.charCategorizer(s)(l)!=uP.Word&&yw(e,s,r)>-1&&!function(e,t,n,i){let r=gM(e).resolveInner(t,-1),o=i.reduce((e,t)=>Math.max(e,t.length),0);for(let s=0;s<5;s++){let s=e.sliceDoc(r.from,Math.min(r.to,r.from+n.length+o)),l=s.indexOf(n);if(!l||l>-1&&i.indexOf(s.slice(0,l))>-1){let t=r.firstChild;for(;t&&t.from==r.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=r.to==t&&r.parent;if(!a)break;r=a}return!1}(e,s,t,r))return{changes:{insert:t+t,from:s},effects:yc.of(s+t.length),range:c8.cursor(s+t.length)};return{range:o=i}});return o?null:e.update(s,{scrollIntoView:!0,userEvent:"input.type"})}(e,r,i.indexOf(r+r+r)>-1,n):function(e,t,n,i){let r=null,o=e.changeByRange(o=>{if(!o.empty)return{changes:[{insert:t,from:o.from},{insert:n,from:o.to}],effects:yc.of(o.to+t.length),range:c8.range(o.anchor+t.length,o.head+t.length)};let s=yx(e.doc,o.head);return!s||/\s/.test(s)||i.indexOf(s)>-1?{changes:{insert:t+n,from:o.head},effects:yc.of(o.head+t.length),range:c8.cursor(o.head+t.length)}:{range:r=o}});return r?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}(e,r,o,n.before||ya.before);if(t==o&&yb(e,e.selection.main.from))return function(e,t,n){let i=null,r=e.changeByRange(t=>t.empty&&yx(e.doc,t.head)==n?{changes:{from:t.head,to:t.head+n.length,insert:n},range:c8.cursor(t.head+n.length)}:i={range:t});return i?null:e.update(r,{scrollIntoView:!0,userEvent:"input.type"})}(e,0,o)}return null}(e.state,i);return!!o&&(e.dispatch(o),!0)}),yv=[{key:"Backspace",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=yp(e,e.selection.main.head).brackets||ya.brackets,i=null,r=e.changeByRange(t=>{if(t.empty){var r,o;let i,s=(r=e.doc,o=t.head,cU(cq(i=r.sliceString(o-2,o),0))==i.length?i:i.slice(1));for(let i of n)if(i==s&&yx(e.doc,t.head)==yf(cq(i,0)))return{changes:{from:t.head-i.length,to:t.head+i.length},range:c8.cursor(t.head-i.length)}}return{range:i=t}});return i||t(e.update(r,{scrollIntoView:!0,userEvent:"delete.backward"})),!i}}];function yb(e,t){let n=!1;return e.field(yh).between(0,e.doc.length,e=>{e==t&&(n=!0)}),n}function yx(e,t){let n=e.sliceString(t,t+2);return n.slice(0,cU(cq(n,0)))}function yy(e,t){let n=gM(e).resolveInner(t+1);return n.parent&&n.from==t}function yw(e,t,n){let i=e.charCategorizer(t);if(i(e.sliceDoc(t-1,t))!=uP.Word)return t;for(let r of n){let n=t-r.length;if(e.sliceDoc(n,t)==r&&i(e.sliceDoc(n-1,n))!=uP.Word)return n}return -1}let yS=[{key:"Ctrl-Space",run:yn},{mac:"Alt-`",run:yn},{key:"Escape",run:e=>{let t=e.state.field(x9,!1);return!!t&&!!t.active.some(e=>0!=e.state)&&(e.dispatch({effects:xz.of(null)}),!0)}},{key:"ArrowDown",run:yt(!0)},{key:"ArrowUp",run:yt(!1)},{key:"PageDown",run:yt(!0,"page")},{key:"PageUp",run:yt(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(x9,!1);return!(e.state.readOnly||!t||!t.open||t.open.selected<0||t.open.disabled||Date.now()-t.open.timestamp<e.state.facet(x_).interactionDelay)&&x7(e,t.open.options[t.open.selected])}}],yC=ul.highest(pc.computeN([x_],e=>e.facet(x_).defaultKeymap?[yS]:[]));class yk{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class yM{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let i=e,r=n.facet(yB).markerFilter;r&&(i=r(i,n));let o=e.slice().sort((e,t)=>e.from-t.from||e.to-t.to),s=new uV,l=[],a=0;for(let e=0;;){let t,i,r=e==o.length?null:o[e];if(!r&&!l.length)break;for(l.length?(t=a,i=l.reduce((e,t)=>Math.min(e,t.to),r&&r.from>t?r.from:1e8)):(t=r.from,i=r.to,l.push(r),e++);e<o.length;){let n=o[e];if(n.from==t&&(n.to>n.from||n.to==t))l.push(n),e++,i=Math.min(n.to,i);else{i=Math.min(n.from,i);break}}let c=yG(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,hX.widget({widget:new yH(c),diagnostics:l.slice()}));else{let e=l.reduce((e,t)=>t.markClass?e+" "+t.markClass:e,"");s.add(t,i,hX.mark({class:"cm-lintRange cm-lintRange-"+c+e,diagnostics:l.slice(),inclusiveEnd:l.some(e=>e.to>i)}))}a=i;for(let e=0;e<l.length;e++)l[e].to<=a&&l.splice(e--,1)}let c=s.finish();return new yM(c,t,yT(c))}}function yT(e,t=null,n=0){let i=null;return e.between(n,1e9,(e,n,{spec:r})=>{if(!(t&&0>r.diagnostics.indexOf(t)))if(i){if(0>r.diagnostics.indexOf(i.diagnostic))return!1;i=new yk(i.from,n,i.diagnostic)}else i=new yk(e,n,t||r.diagnostics[0])}),i}function yD(e,t){let n=t.pos,i=t.end||n,r=e.state.facet(yB).hideOn(e,n,i);if(null!=r)return r;let o=e.startState.doc.lineAt(t.pos);return!!(e.effects.some(e=>e.is(yR))||e.changes.touchesRange(o.from,Math.max(o.to,i)))}function yA(e,t){return e.field(yO,!1)?t:t.concat(uk.appendConfig.of(y0))}let yR=uk.define(),yP=uk.define(),yI=uk.define(),yO=uo.define({create:()=>new yM(hX.none,null,null),update(e,t){if(t.docChanged&&e.diagnostics.size){let n=e.diagnostics.map(t.changes),i=null,r=e.panel;if(e.selected){let r=t.changes.mapPos(e.selected.from,1);i=yT(n,e.selected.diagnostic,r)||yT(n,null,r)}!n.size&&r&&t.state.facet(yB).autoPanel&&(r=null),e=new yM(n,r,i)}for(let n of t.effects)if(n.is(yR)){let i=t.state.facet(yB).autoPanel?n.value.length?yW.open:null:e.panel;e=yM.init(n.value,i,t.state)}else n.is(yP)?e=new yM(e.diagnostics,n.value?yW.open:null,e.selected):n.is(yI)&&(e=new yM(e.diagnostics,e.panel,n.value));return e},provide:e=>[mo.from(e,e=>e.panel),pt.decorations.from(e,e=>e.diagnostics)]}),yE=hX.mark({class:"cm-lintRange cm-lintRange-active"});function yZ(e,t){return bH("ul",{class:"cm-tooltip-lint"},t.map(t=>yN(e,t,!1)))}let yL=e=>{let t=e.state.field(yO,!1);return!!t&&!!t.panel&&(e.dispatch({effects:yP.of(!1)}),!0)},yj=[{key:"Mod-Shift-m",run:e=>{let t=e.state.field(yO,!1);t&&t.panel||e.dispatch({effects:yA(e.state,[yP.of(!0)])});let n=mt(e,yW.open);return n&&n.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:e=>{let t=e.state.field(yO,!1);if(!t)return!1;let n=e.state.selection.main,i=t.diagnostics.iter(n.to+1);return(!!i.value||!!(i=t.diagnostics.iter(0)).value&&(i.from!=n.from||i.to!=n.to))&&(e.dispatch({selection:{anchor:i.from,head:i.to},scrollIntoView:!0}),!0)}}],yF=dE.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(yB);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(yB);t.length&&function(e,t,n){let i=[],r=-1;for(let o of e)o.then(n=>{i.push(n),clearTimeout(r),i.length==e.length?t(i):r=setTimeout(()=>t(i),200)},n)}(t.map(e=>Promise.resolve(e(this.view))),t=>{var n,i;this.view.state.doc==e.doc&&this.view.dispatch((n=this.view.state,i=t.reduce((e,t)=>e.concat(t)),{effects:yA(n,[yR.of(i)])}))},e=>{dR(this.view.state,e)})}}update(e){let t=e.state.facet(yB);(e.docChanged||t!=e.startState.facet(yB)||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)}}),yB=c7.define({combine:e=>Object.assign({sources:e.map(e=>e.source).filter(e=>null!=e)},uE(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 yV(e){let t=[];if(e)i:for(let{name:n}of e){for(let e=0;e<n.length;e++){let i=n[e];if(/[a-zA-Z]/.test(i)&&!t.some(e=>e.toLowerCase()==i.toLowerCase())){t.push(i);continue i}}t.push("")}return t}function yN(e,t,n){var i;let r=n?yV(t.actions):[];return bH("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},bH("span",{class:"cm-diagnosticText"},t.renderMessage?t.renderMessage(e):t.message),null==(i=t.actions)?void 0:i.map((n,i)=>{let o=!1,s=i=>{if(i.preventDefault(),o)return;o=!0;let r=yT(e.state.field(yO).diagnostics,t);r&&n.apply(e,r.from,r.to)},{name:l}=n,a=r[i]?l.indexOf(r[i]):-1,c=a<0?l:[l.slice(0,a),bH("u",l.slice(a,a+1)),l.slice(a+1)];return bH("button",{type:"button",class:"cm-diagnosticAction",onclick:s,onmousedown:s,"aria-label":` Action: ${l}${a<0?"":` (access key "${r[i]})"`}.`},c)}),t.source&&bH("div",{class:"cm-diagnosticSource"},t.source))}class yH extends hK{constructor(e){super(),this.sev=e}eq(e){return e.sev==this.sev}toDOM(){return bH("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class yz{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(0xffffffff*Math.random()).toString(16),this.dom=yN(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class yW{constructor(e){this.view=e,this.items=[];let t=t=>{if(27==t.keyCode)yL(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],i=yV(n.actions);for(let r=0;r<i.length;r++)if(i[r].toUpperCase().charCodeAt(0)==t.keyCode){let t=yT(this.view.state.field(yO).diagnostics,n);t&&n.actions[r].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=bH("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:t,onclick:n}),this.dom=bH("div",{class:"cm-panel-lint"},this.list,bH("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>yL(this.view)},"\xd7")),this.update()}get selectedIndex(){let e=this.view.state.field(yO).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(yO),n=0,i=!1,r=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 yz(this.view,e),this.items.splice(n,0,l),i=!0):(l=this.items[s],s>n&&(this.items.splice(n,s-n),i=!0)),t&&l.diagnostic==t.diagnostic?l.dom.hasAttribute("aria-selected")||(l.dom.setAttribute("aria-selected","true"),r=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);)i=!0,this.items.pop();0==this.items.length&&(this.items.push(new yz(this.view,{from:-1,to:-1,severity:"info",message:this.view.state.phrase("No diagnostics")})),i=!0),r?(this.list.setAttribute("aria-activedescendant",r.id),this.view.requestMeasure({key:this,read:()=>({sel:r.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"),i&&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=yT(this.view.state.field(yO).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:yI.of(t)})}static open(e){return new yW(e)}}function y$(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 y_(e){return y$(`<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 yq=pt.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:y_("#d11")},".cm-lintRange-warning":{backgroundImage:y_("orange")},".cm-lintRange-info":{backgroundImage:y_("#999")},".cm-lintRange-hint":{backgroundImage:y_("#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 yG(e){let t="hint",n=1;for(let r of e){var i;let e="error"==(i=r.severity)?4:"warning"==i?3:"info"==i?2:1;e>n&&(n=e,t=r.severity)}return t}class yU extends ms{constructor(e){super(),this.diagnostics=e,this.severity=yG(e)}toDOM(e){let t=document.createElement("div");t.className="cm-lint-marker cm-lint-marker-"+this.severity;let n=this.diagnostics,i=e.state.facet(y1).tooltipFilter;return i&&(n=i(n,e.state)),n.length&&(t.onmouseover=()=>(function(e,t,n){function i(){let i,r=e.elementAtHeight(t.getBoundingClientRect().top+5-e.documentTop);e.coordsAtPos(r.from)&&e.dispatch({effects:yX.of({pos:r.from,above:!1,clip:!1,create:()=>({dom:yZ(e,n),getCoords:()=>t.getBoundingClientRect()})})}),t.onmouseout=t.onmousemove=null,i=n=>{let r=t.getBoundingClientRect();if(!(n.clientX>r.left-10)||!(n.clientX<r.right+10)||!(n.clientY>r.top-10)||!(n.clientY<r.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",i),e.state.field(yQ)&&e.dispatch({effects:yX.of(null)})}},window.addEventListener("mousemove",i)}let{hoverTime:r}=e.state.facet(y1),o=setTimeout(i,r);t.onmouseout=()=>{clearTimeout(o),t.onmouseout=t.onmousemove=null},t.onmousemove=()=>{clearTimeout(o),o=setTimeout(i,r)}})(e,t,n)),t}}let yK=mh({class:"cm-gutter-lint",markers:e=>e.state.field(yY),widgetMarker:(e,t,n)=>{let i=[];return e.state.field(yY).between(n.from,n.to,(e,t,r)=>{e>n.from&&e<n.to&&i.push(...r.diagnostics)}),i.length?new yU(i):null}}),yY=uo.define({create:()=>uB.empty,update(e,t){e=e.map(t.changes);let n=t.state.facet(y1).markerFilter;for(let i of t.effects)if(i.is(yR)){let r=i.value;n&&(r=n(r||[],t.state)),e=function(e,t){let n=Object.create(null);for(let i of t){let t=e.lineAt(i.from);(n[t.from]||(n[t.from]=[])).push(i)}let i=[];for(let e in n)i.push(new yU(n[e]).range(+e));return uB.of(i,!0)}(t.state.doc,r.slice(0))}return e}}),yX=uk.define(),yQ=uo.define({create:()=>null,update:(e,t)=>(e&&t.docChanged&&(e=yD(t,e)?null:Object.assign(Object.assign({},e),{pos:t.changes.mapPos(e.pos)})),t.effects.reduce((e,t)=>t.is(yX)?t.value:e,e)),provide:e=>p5.from(e)}),yJ=pt.baseTheme({".cm-gutter-lint":{width:"1.4em","& .cm-gutterElement":{padding:".2em"}},".cm-lint-marker":{width:"1em",height:"1em"},".cm-lint-marker-info":{content:y$('<path fill="#aaf" stroke="#77e" stroke-width="6" stroke-linejoin="round" d="M5 5L35 5L35 35L5 35Z"/>')},".cm-lint-marker-warning":{content:y$('<path fill="#fe8" stroke="#fd7" stroke-width="6" stroke-linejoin="round" d="M20 6L37 35L3 35Z"/>')},".cm-lint-marker-error":{content:y$('<circle cx="20" cy="20" r="15" fill="#f87" stroke="#f43" stroke-width="6"/>')}}),y0=[yO,pt.decorations.compute([yO],e=>{let{selected:t,panel:n}=e.field(yO);return t&&n&&t.from!=t.to?hX.set([yE.range(t.from,t.to)]):hX.none}),function(e,t={}){let n=uk.define(),i=uo.define({create:()=>[],update(e,i){if(e.length&&(t.hideOnChange&&(i.docChanged||i.selection)?e=[]:t.hideOn&&(e=e.filter(e=>!t.hideOn(i,e))),i.docChanged)){let t=[];for(let n of e){let e=i.changes.mapPos(n.pos,-1,cY.TrackDel);if(null!=e){let r=Object.assign(Object.create(null),n);r.pos=e,null!=r.end&&(r.end=i.changes.mapPos(r.end)),t.push(r)}}e=t}for(let t of i.effects)t.is(n)&&(e=t.value),t.is(p7)&&(e=[]);return e},provide:e=>p3.from(e)});return{active:i,extension:[i,dE.define(r=>new p6(r,e,i,n,t.hoverTime||300)),p8]}}(function(e,t,n){let{diagnostics:i}=e.state.field(yO),r,o=-1,s=-1;i.between(t-(n<0),t+ +(n>0),(e,i,{spec:l})=>{if(t>=e&&t<=i&&(e==i||(t>e||n>0)&&(t<i||n<0)))return r=l.diagnostics,o=e,s=i,!1});let l=e.state.facet(yB).tooltipFilter;return(r&&l&&(r=l(r,e.state)),r)?{pos:o,end:s,above:e.state.doc.lineAt(o).to<s,create:()=>({dom:yZ(e,r)})}:null},{hideOn:yD}),yq],y1=c7.define({combine:e=>uE(e,{hoverTime:300,markerFilter:null,tooltipFilter:null})});var y2=function(e){let t;void 0===e&&(e={});var{crosshairCursor:n=!1}=e,i=[];!1!==e.closeBracketsKeymap&&(i=i.concat(yv)),!1!==e.defaultKeymap&&(i=i.concat(bV)),!1!==e.searchKeymap&&(i=i.concat(xT)),!1!==e.historyKeymap&&(i=i.concat(vQ)),!1!==e.foldKeymap&&(i=i.concat(g3)),!1!==e.completionKeymap&&(i=i.concat(yS)),!1!==e.lintKeymap&&(i=i.concat(yj));var r=[];return!1!==e.lineNumbers&&r.push(function(e={}){return[mS.of(e),mf(),mM]}()),!1!==e.highlightActiveLineGutter&&r.push(mA),!1!==e.highlightSpecialChars&&r.push(function(e={}){return[pB.of(e),pV||(pV=dE.fromClass(class{constructor(e){this.view=e,this.decorations=hX.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(e.state.facet(pB)),this.decorations=this.decorator.createDeco(e)}makeDecorator(e){return new pE({regexp:e.specialChars,decoration:(t,n,i)=>{let{doc:r}=n.state,o=cq(t[0],0);if(9==o){let e=r.lineAt(i),t=n.state.tabSize,o=uY(e.text,t,i-e.from);return hX.replace({widget:new pH((t-o%t)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[o]||(this.decorationCache[o]=hX.replace({widget:new pN(e,o)}))},boundary:e.replaceTabs?void 0:/[^]/})}update(e){let t=e.state.facet(pB);e.startState.facet(pB)!=t?(this.decorator=this.makeDecorator(t),this.decorations=this.decorator.createDeco(e.view)):this.decorations=this.decorator.updateDeco(e,this.decorations)}},{decorations:e=>e.decorations}))]}()),!1!==e.history&&r.push(function(e={}){return[vB,vF.of(e),pt.domEventHandlers({beforeinput(e,t){let n="historyUndo"==e.inputType?vN:"historyRedo"==e.inputType?vH:null;return!!n&&(e.preventDefault(),n(t))}})]}()),!1!==e.foldGutter&&r.push(function(e={}){let t=Object.assign(Object.assign({},vt),e),n=new vn(t,!0),i=new vn(t,!1),r=dE.fromClass(class{constructor(e){this.from=e.viewport.from,this.markers=this.buildMarkers(e)}update(e){(e.docChanged||e.viewportChanged||e.startState.facet(gZ)!=e.state.facet(gZ)||e.startState.field(g0,!1)!=e.state.field(g0,!1)||gM(e.startState)!=gM(e.state)||t.foldingChanged(e))&&(this.markers=this.buildMarkers(e.view))}buildMarkers(e){let t=new uV;for(let r of e.viewportLineBlocks){let o=g1(e.state,r.from,r.to)?i:gK(e.state,r.from,r.to)?n:null;o&&t.add(r.from,r.from,o)}return t.finish()}}),{domEventHandlers:o}=t;return[r,mh({class:"cm-foldGutter",markers(e){var t;return(null==(t=e.plugin(r))?void 0:t.markers)||uB.empty},initialSpacer:()=>new vn(t,!1),domEventHandlers:Object.assign(Object.assign({},o),{click:(e,t,n)=>{if(o.click&&o.click(e,t,n))return!0;let i=g1(e.state,t.from,t.to);if(i)return e.dispatch({effects:gQ.of(i)}),!0;let r=gK(e.state,t.from,t.to);return!!r&&(e.dispatch({effects:gX.of(r)}),!0)}})}),g6()]}()),!1!==e.drawSelection&&r.push(function(e={}){return[pS.of(e),pk,pT,pA,dk.of(!0)]}()),!1!==e.dropCursor&&r.push([pP,pI]),!1!==e.allowMultipleSelections&&r.push(uO.allowMultipleSelections.of(!0)),!1!==e.indentOnInput&&r.push(uO.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:i}=e.newSelection.main,r=n.lineAt(i);if(i>r.from+200)return e;let o=n.sliceString(r.from,i);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=gN(s,t.from);if(null==n)continue;let i=/^\s*/.exec(t.text)[0],r=gV(s,n);i!=r&&a.push({from:t.from,to:t.from+i.length,insert:r})}return a.length?[e,{changes:a,sequential:!0}]:e})),!1!==e.syntaxHighlighting&&r.push(va(vu,{fallback:!0})),!1!==e.bracketMatching&&r.push(function(e={}){return[vf.of(e),vv]}()),!1!==e.closeBrackets&&r.push([yg,yh]),!1!==e.autocompletion&&r.push(function(e={}){return[ys,x9,x_.of(e),yr,yC,yl]}()),!1!==e.rectangularSelection&&r.push((t=e=>e.altKey&&0==e.button,pt.mouseSelectionStyle.of((e,n)=>{let i,r;return t(n)?(i=p_(e,n),r=e.state.selection,i?{update(e){if(e.docChanged){let t=e.changes.mapPos(e.startState.doc.line(i.line).from),n=e.state.doc.lineAt(t);i={line:n.number,col:i.col,off:Math.min(i.off,n.length)},r=r.map(e.changes)}},get(t,n,o){let s=p_(e,t);if(!s)return r;let l=function(e,t,n){let i=Math.min(t.line,n.line),r=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=i;t<=r;t++){let n=e.doc.line(t);n.length<=l&&o.push(c8.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=i;t<=r;t++){let n=e.doc.line(t),i=uX(n.text,s,e.tabSize,!0);if(i<0)o.push(c8.cursor(n.to));else{let t=uX(n.text,l,e.tabSize);o.push(c8.range(n.from+i,n.from+t))}}}return o}(e.state,i,s);return l.length?o?c8.create(l.concat(r.ranges)):c8.create(l):r}}:null):null}))),!1!==n&&r.push(function(e={}){let[t,n]=pq[e.key||"Alt"],i=dE.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[i,pt.contentAttributes.of(e=>{var t;return(null==(t=e.plugin(i))?void 0:t.isDown)?pG:null})]}()),!1!==e.highlightActiveLine&&r.push(pW),!1!==e.highlightSelectionMatches&&r.push([b6,b8]),e.tabSize&&"number"==typeof e.tabSize&&r.push(gF.of(" ".repeat(e.tabSize))),r.concat([pc.of(i.flat())]).filter(Boolean)};let y5="#e06c75",y3="#abb2bf",y4="#7d8799",y8="#d19a66",y6="#2c313a",y9="#282c34",y7="#353a42",we="#528bff",wt=[pt.theme({"&":{color:y3,backgroundColor:y9},".cm-content":{caretColor:we},".cm-cursor, .cm-dropCursor":{borderLeftColor:we},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:y3},".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:y9,color:y4,border:"none"},".cm-activeLineGutter":{backgroundColor:y6},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:y7},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:y7,borderBottomColor:y7},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:y6,color:y3}}},{dark:!0}),va(vr.define([{tag:gx.keyword,color:"#c678dd"},{tag:[gx.name,gx.deleted,gx.character,gx.propertyName,gx.macroName],color:y5},{tag:[gx.function(gx.variableName),gx.labelName],color:"#61afef"},{tag:[gx.color,gx.constant(gx.name),gx.standard(gx.name)],color:y8},{tag:[gx.definition(gx.name),gx.separator],color:y3},{tag:[gx.typeName,gx.className,gx.number,gx.changed,gx.annotation,gx.modifier,gx.self,gx.namespace],color:"#e5c07b"},{tag:[gx.operator,gx.operatorKeyword,gx.url,gx.escape,gx.regexp,gx.link,gx.special(gx.string)],color:"#56b6c2"},{tag:[gx.meta,gx.comment],color:y4},{tag:gx.strong,fontWeight:"bold"},{tag:gx.emphasis,fontStyle:"italic"},{tag:gx.strikethrough,textDecoration:"line-through"},{tag:gx.link,color:y4,textDecoration:"underline"},{tag:gx.heading,fontWeight:"bold",color:y5},{tag:[gx.atom,gx.bool,gx.special(gx.variableName)],color:y8},{tag:[gx.processingInstruction,gx.string,gx.inserted],color:"#98c379"},{tag:gx.invalid,color:"#ffffff"}]))];var wn=pt.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),wi=function(e){void 0===e&&(e={});var{indentWithTab:t=!0,editable:n=!0,readOnly:i=!1,theme:r="light",placeholder:o="",basicSetup:s=!0}=e,l=[];switch(t&&l.unshift(pc.of([bN])),s&&("boolean"==typeof s?l.unshift(y2()):l.unshift(y2(s))),o&&l.unshift(dE.fromClass(class{constructor(e){this.view=e,this.placeholder=o?hX.set([hX.widget({widget:new p$(o),side:1}).range(0)]):hX.none}get decorations(){return this.view.state.doc.length?hX.none:this.placeholder}},{decorations:e=>e.decorations})),r){case"light":l.push(wn);break;case"dark":l.push(wt);break;case"none":break;default:l.push(r)}return!1===n&&l.push(pt.editable.of(!1)),i&&l.push(uO.readOnly.of(!0)),[...l]},wr=uw.define(),wo=[],ws=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],wl=(0,L.forwardRef)((e,t)=>{var{className:n,value:i="",selection:r,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:k}=e,M=(0,cT.Z)(e,ws),T=(0,L.useRef)(null),{state:D,view:R,container:P,setContainer:I}=function(e){var{value:t,selection:n,onChange:i,onStatistics:r,onCreateEditor:o,onUpdate:s,extensions:l=wo,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,k]=(0,L.useState)(),[M,T]=(0,L.useState)(),[D,A]=(0,L.useState)(),R=pt.theme({"&":{height:u,minHeight:h,maxHeight:d,width:f,minWidth:p,maxWidth:m},"& .cm-scroller":{height:"100% !important"}}),P=[pt.updateListener.of(e=>{e.docChanged&&"function"==typeof i&&!e.transactions.some(e=>e.annotation(wr))&&i(e.state.doc.toString(),e),r&&r({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)})}),R,...wi({theme:c,editable:v,readOnly:b,placeholder:g,indentWithTab:x,basicSetup:y})];return s&&"function"==typeof s&&P.push(pt.updateListener.of(s)),P=P.concat(l),(0,L.useLayoutEffect)(()=>{if(C&&!D){var e={doc:t,selection:n,extensions:P},i=S?uO.fromJSON(S.json,e,S.fields):uO.create(e);if(A(i),!M){var r=new pt({state:i,parent:C,root:w});T(r),o&&o(r,i)}}return()=>{M&&(A(void 0),T(void 0))}},[C,D]),(0,L.useEffect)(()=>{e.container&&k(e.container)},[e.container]),(0,L.useEffect)(()=>()=>{M&&(M.destroy(),T(void 0))},[M]),(0,L.useEffect)(()=>{a&&M&&M.focus()},[a,M]),(0,L.useEffect)(()=>{M&&M.dispatch({effects:uk.reconfigure.of(P)})},[c,l,u,h,d,f,p,m,g,v,b,x,y,i,s]),(0,L.useEffect)(()=>{if(void 0!==t){var e=M?M.state.doc.toString():"";M&&t!==e&&M.dispatch({changes:{from:0,to:e.length,insert:t||""},annotations:[wr.of(!0)]})}},[t,M]),{state:D,setState:A,view:M,setView:T,container:C,setContainer:k}}({root:C,value:i,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:r,onChange:s,onStatistics:l,onCreateEditor:a,onUpdate:c,extensions:o,initialState:k});(0,L.useImperativeHandle)(t,()=>({editor:T.current,state:D,view:R}),[T,P,D,R]);var O=(0,L.useCallback)(e=>{T.current=e,I(e)},[I]);if("string"!=typeof i)throw Error("value must be typeof string but got "+typeof i);var E="string"==typeof h?"cm-theme-"+h:"cm-theme";return(0,A.jsx)("div",(0,cM.Z)({ref:O,className:""+E+(n?" "+n:"")},M))});wl.displayName="CodeMirror";class wa{constructor(e,t,n,i,r,o,s,l,a,c=0,u){this.p=e,this.stack=t,this.state=n,this.reducePos=i,this.pos=r,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 i=e.parser.context;return new wa(e,[],t,n,n,0,[],0,i?new wc(i,i.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,i=65535&e,{parser:r}=this.p,o=this.reducePos<this.pos-25;o&&this.setLookAhead(this.pos);let s=r.dynamicPrecedence(i);if(s&&(this.score+=s),0==n){this.pushState(r.getGoto(this.state,i,!0),this.reducePos),i<r.minRepeatTerm&&this.storeNode(i,this.reducePos,this.reducePos,o?8:4,!0),this.reduceContext(i,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[i])?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(i<r.minRepeatTerm||131072&e){let e=r.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,a,e,h+4,!0)}if(262144&e)this.state=this.stack[l];else{let e=this.stack[l-3];this.state=r.getGoto(e,i,!0)}for(;this.stack.length>l;)this.stack.pop();this.reduceContext(i,a)}storeNode(e,t,n,i=4,r=!1){if(0==e&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let e=this,i=this.buffer.length;if(0==i&&e.parent&&(i=e.bufferBase-e.parent.bufferBase,e=e.parent),i>0&&0==e.buffer[i-4]&&e.buffer[i-1]>-1){if(t==n)return;if(e.buffer[i-2]>=t){e.buffer[i-2]=n;return}}}if(r&&this.pos!=n){let r=this.buffer.length;if(r>0&&0!=this.buffer[r-4]){let e=!1;for(let t=r;t>0&&this.buffer[t-2]>n;t-=4)if(this.buffer[t-1]>=0){e=!0;break}if(e)for(;r>0&&this.buffer[r-2]>n;)this.buffer[r]=this.buffer[r-4],this.buffer[r+1]=this.buffer[r-3],this.buffer[r+2]=this.buffer[r-2],this.buffer[r+3]=this.buffer[r-1],r-=4,i>4&&(i-=4)}this.buffer[r]=e,this.buffer[r+1]=t,this.buffer[r+2]=n,this.buffer[r+3]=i}else this.buffer.push(e,t,n,i)}shift(e,t,n,i){if(131072&e)this.pushState(65535&e,this.pos);else if((262144&e)==0){let{parser:r}=this.p;(i>this.pos||t<=r.maxNode)&&(this.pos=i,r.stateFlag(e,1)||(this.reducePos=i)),this.pushState(e,n),this.shiftContext(t,n),t<=r.maxNode&&this.buffer.push(t,n,i,4)}else this.pos=i,this.shiftContext(t,n),t<=this.p.parser.maxNode&&this.buffer.push(t,n,i,4)}apply(e,t,n,i){65536&e?this.reduce(e):this.shift(e,t,n,i)}useNode(e,t){let n=this.p.reused.length-1;(n<0||this.p.reused[n]!=e)&&(this.p.reused.push(e),n++);let i=this.pos;this.reducePos=this.pos=i+e.length,this.pushState(t,i),this.buffer.push(n,i,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),i=e.bufferBase+t;for(;e&&i==e.bufferBase;)e=e.parent;return new wa(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,n,i,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 wu(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 i=0,r;i<t.length;i+=2)(r=t[i+1])!=this.state&&this.p.parser.hasAction(r,e)&&n.push(t[i],r);if(this.stack.length<120)for(let e=0;n.length<8&&e<t.length;e+=2){let i=t[e+1];n.some((e,t)=>1&t&&e==i)||n.push(t[e],i)}t=n}let n=[];for(let e=0;e<t.length&&n.length<4;e+=2){let i=t[e+1];if(i==this.state)continue;let r=this.split();r.pushState(i,this.pos),r.storeNode(0,r.pos,r.pos,4,!0),r.shiftContext(t[e],this.pos),r.reducePos=this.pos,r.score-=200,n.push(r)}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,i=65535&t,r=this.stack.length-3*n;if(r<0||0>e.getGoto(this.stack[r],i,!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=(i,r)=>{if(!t.includes(i))return t.push(i),e.allActions(i,t=>{if(393216&t);else if(65536&t){let n=(t>>19)-r;if(n>1){let i=65535&t,r=this.stack.length-3*n;if(r>=0&&e.getGoto(this.stack[r],i,!1)>=0)return n<<19|65536|i}}else{let e=n(t,r+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 wc(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 wc{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class wu{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 wh{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 wh(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 wh(this.stack,this.pos,this.index)}}function wd(e,t=Uint16Array){if("string"!=typeof e)return e;let n=null;for(let i=0,r=0;i<e.length;){let o=0;for(;;){let t=e.charCodeAt(i++),n=!1;if(126==t){o=65535;break}t>=92&&t--,t>=34&&t--;let r=t-32;if(r>=46&&(r-=46,n=!0),o+=r,n)break;o*=46}n?n[r++]=o:n=new t(o)}return n}class wf{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}let wp=new wf;class wm{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=wp,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,i=this.rangeIndex,r=this.pos+e;for(;r<n.from;){if(!i)return null;let e=this.ranges[--i];r-=n.from-e.to,n=e}for(;t<0?r>n.to:r>=n.to;){if(i==this.ranges.length-1)return null;let e=this.ranges[++i];r+=e.from-n.to,n=e}return r}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,i;if(t>=0&&t<this.chunk.length)n=this.pos+e,i=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)i=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)),i=this.chunk2.charCodeAt(0)}}return n>=this.token.lookAhead&&(this.token.lookAhead=n+1),i}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=wp,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 i of this.ranges){if(i.from>=t)break;i.to>e&&(n+=this.input.read(Math.max(i.from,e),Math.min(i.to,t)))}return n}}class wg{constructor(e,t){this.data=e,this.id=t}token(e,t){let{parser:n}=t.p;wv(this.data,e,t,this.id,n.data,n.tokenPrecTable)}}function wv(e,t,n,i,r,o){let s=0,l=1<<i,{dialect:a}=n.p.parser;n:for(;(l&e[s])!=0;){let n=e[s+1];for(let i=s+3;i<n;i+=2)if((e[i+1]&l)>0){let n=e[i];if(a.allows(n)&&(-1==t.token.value||t.token.value==n||function(e,t,n,i){let r=wb(n,i,t);return r<0||wb(n,i,e)<r}(n,t.token.value,r,o))){t.acceptToken(n);break}}let i=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 r=c+u>>1,o=n+r+(r<<1),l=e[o],a=e[o+1]||65536;if(i<l)u=r;else if(i>=a)c=r+1;else{s=e[o+2],t.advance();continue n}}break}}function wb(e,t,n){for(let i=t,r;65535!=(r=e[i]);i++)if(r==n)return i-t;return -1}wg.prototype.contextual=wg.prototype.fallback=wg.prototype.extend=!1,(class{constructor(e,t,n){this.precTable=t,this.elseToken=n,this.data="string"==typeof e?wd(e):e}token(e,t){let n=e.pos,i=0;for(;;){let n=e.next<0,r=e.resolveOffset(1,1);if(wv(this.data,e,t,0,this.data,this.precTable),e.token.value>-1)break;if(null==this.elseToken)return;if(!n&&i++,null==r)break;e.reset(r,e.token)}i&&(e.reset(n,e.token),e.acceptToken(this.elseToken,i))}}).prototype.contextual=wg.prototype.fallback=wg.prototype.extend=!1;let wx="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG),wy=null;function ww(e,t,n){let i=e.cursor(M.IncludeAnonymous);for(i.moveTo(t);;)if(!(n<0?i.childBefore(t):i.childAfter(t)))for(;;){if((n<0?i.to<t:i.from>t)&&!i.type.isError)return n<0?Math.max(0,Math.min(i.to-1,t-25)):Math.min(e.length,Math.max(i.from+1,t+25));if(n<0?i.prevSibling():i.nextSibling())break;if(!i.parent())return n<0?0:e.length}}class wS{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?ww(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?ww(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],i=this.index[t];if(i==n.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let r=n.children[i],o=this.start[t]+n.positions[i];if(o>e)return this.nextStart=o,null;if(r instanceof mB){if(o==e){if(o<this.safeFrom)return null;let e=o+r.length;if(e<=this.safeTo){let t=r.prop(mI.lookAhead);if(!t||e+t<this.fragment.to)return r}}this.index[t]++,o+r.length>=Math.max(this.safeFrom,e)&&(this.trees.push(r),this.start.push(o),this.index.push(0))}else this.index[t]++,this.nextStart=o+r.length}}}class wC{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(e=>new wf)}getActions(e){let t=0,n=null,{parser:i}=e.p,{tokenizers:r}=i,o=i.stateSlot(e.state,3),s=e.curContext?e.curContext.hash:0,l=0;for(let i=0;i<r.length;i++){if((1<<i&o)==0)continue;let a=r[i],c=this.tokens[i];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 i=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>i))break}}for(;this.actions.length>t;)this.actions.pop();return l&&e.setLookAhead(l),n||e.pos!=this.stream.end||((n=new wf).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 wf,{pos:n,p:i}=e;return t.start=n,t.end=Math.min(n+1,i.stream.end),t.value=n==i.stream.end?i.parser.eofTerm:0,t}updateCachedToken(e,t,n){let i=this.stream.clipPos(n.pos);if(t.token(this.stream.reset(i,e),n),e.value>-1){let{parser:t}=n.p;for(let i=0;i<t.specialized.length;i++)if(t.specialized[i]==e.value){let r=t.specializers[i](this.stream.read(e.start,e.end),n);if(r>=0&&n.p.parser.dialect.allows(r>>1)){(1&r)==0?e.value=r>>1:e.extended=r>>1;break}}}else e.value=0,e.end=this.stream.clipPos(i+1)}putAction(e,t,n,i){for(let t=0;t<i;t+=3)if(this.actions[t]==e)return i;return this.actions[i++]=e,this.actions[i++]=t,this.actions[i++]=n,i}addActions(e,t,n,i){let{state:r}=e,{parser:o}=e.p,{data:s}=o;for(let e=0;e<2;e++)for(let l=o.stateSlot(r,e?2:1);;l+=3){if(65535==s[l])if(1==s[l+1])l=wA(s,l+2);else{0==i&&2==s[l+1]&&(i=this.putAction(wA(s,l+2),t,n,i));break}s[l]==t&&(i=this.putAction(wA(s,l+1),t,n,i))}return i}}class wk{constructor(e,t,n,i){this.parser=e,this.input=t,this.ranges=i,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 wm(t,i),this.tokens=new wC(e,this.stream),this.topTerm=e.top[1];let{from:r}=i[0];this.stacks=[wa.start(this,e.top[0],r)],this.fragments=n.length&&this.stream.end-r>4*e.bufferLength?new wS(n,e.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let e,t,n=this.stacks,i=this.minStackPos,r=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>i)r.push(s);else{if(this.advanceStack(s,r,n))continue;e||(e=[],t=[]),e.push(s);let i=this.tokens.getMainToken(s);t.push(i.value,i.end)}break}}if(!r.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 wx&&console.log("Finish with "+this.stackID(t)),this.stackToTree(t);if(this.parser.strict)throw wx&&e&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),SyntaxError("No parse at "+i);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,r);if(n)return wx&&console.log("Force-finish "+this.stackID(n)),this.stackToTree(n.forceAll())}if(this.recovering){let e=1==this.recovering?1:3*this.recovering;if(r.length>e)for(r.sort((e,t)=>t.score-e.score);r.length>e;)r.pop();r.some(e=>e.reducePos>i)&&this.recovering--}else if(r.length>1){r:for(let e=0;e<r.length-1;e++){let t=r[e];for(let n=e+1;n<r.length;n++){let i=r[n];if(t.sameState(i)||t.buffer.length>500&&i.buffer.length>500)if((t.score-i.score||t.buffer.length-i.buffer.length)>0)r.splice(n--,1);else{r.splice(e--,1);continue r}}}r.length>12&&r.splice(12,r.length-12)}this.minStackPos=r[0].pos;for(let e=1;e<r.length;e++)r[e].pos<this.minStackPos&&(this.minStackPos=r[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 i=e.pos,{parser:r}=this,o=wx?this.stackID(e)+" -> ":"";if(null!=this.stoppedAt&&i>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(i);s;){let i=this.parser.nodeSet.types[s.type.id]==s.type?r.getGoto(e.state,s.type.id):-1;if(i>-1&&s.length&&(!t||(s.prop(mI.contextHash)||0)==n))return e.useNode(s,i),wx&&console.log(o+this.stackID(e)+` (via reuse of ${r.getName(s.type.id)})`),!0;if(!(s instanceof mB)||0==s.children.length||s.positions[0]>0)break;let l=s.children[0];if(l instanceof mB&&0==s.positions[0])s=l;else break}}let s=r.stateSlot(e.state,4);if(s>0)return e.reduce(s),wx&&console.log(o+this.stackID(e)+` (via always-reduce ${r.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),wx&&console.log(o+this.stackID(d)+` (via ${(65536&a)==0?"shift":`reduce of ${r.getName(65535&a)}`} for ${r.getName(c)} @ ${i}${d==e?"":", split"})`),h)return!0;d.pos>i?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 wM(e,t),!0}}runRecovery(e,t,n){let i=null,r=!1;for(let o=0;o<e.length;o++){let s=e[o],l=t[o<<1],a=t[(o<<1)+1],c=wx?this.stackID(s)+" -> ":"";if(s.deadEnd&&(r||(r=!0,s.restart(),wx&&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&&(wx&&console.log(h+this.stackID(u)+" (via force-reduce)"),!this.advanceFully(u,n));e++)wx&&(h=this.stackID(u)+" -> ");for(let e of s.recoverByInsert(l))wx&&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),wx&&console.log(c+this.stackID(s)+` (via recover-delete ${this.parser.getName(l)})`),wM(s,n)):(!i||i.score<s.score)&&(i=s)}return i}stackToTree(e){return e.close(),mB.build({buffer:wh.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=(wy||(wy=new WeakMap)).get(e);return t||wy.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function wM(e,t){for(let n=0;n<t.length;n++){let i=t[n];if(i.pos==e.pos&&i.sameState(e)){t[n].score<e.score&&(t[n]=e);return}}t.push(e)}class wT{constructor(e,t,n){this.source=e,this.flags=t,this.disabled=n}allows(e){return!this.disabled||0==this.disabled[e]}}class wD extends m5{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]),i=[];for(let e=0;e<t.length;e++)i.push([]);function r(e,t,n){i[e].push([t,t.deserialize(String(n))])}if(e.nodeProps)for(let t of e.nodeProps){let e=t[0];"string"==typeof e&&(e=mI[e]);for(let n=1;n<t.length;){let i=t[n++];if(i>=0)r(i,e,t[n++]);else{let o=t[n+-i];for(let s=-i;s>0;s--)r(t[n++],e,o);n++}}}this.nodeSet=new mL(t.map((t,r)=>mZ.define({name:r>=this.minRepeatTerm?void 0:t,id:r,props:i[r],top:n.indexOf(r)>-1,error:0==r,skipped:e.skippedNodes&&e.skippedNodes.indexOf(r)>-1}))),e.propSources&&(this.nodeSet=this.nodeSet.extend(...e.propSources)),this.strict=!1,this.bufferLength=1024;let o=wd(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(wR),this.states=wd(e.states,Uint32Array),this.data=wd(e.stateData),this.goto=wd(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(e=>"number"==typeof e?new wg(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 i=new wk(this,e,t,n);for(let r of this.wrappers)i=r(i,e,t,n);return i}getGoto(e,t,n=!1){let i=this.goto;if(t>=i[0])return -1;for(let r=i[t+1];;){let t=i[r++],o=1&t,s=i[r++];if(o&&n)return s;for(let n=r+(t>>1);r<n;r++)if(i[r]==e)return s;if(o)return -1}}hasAction(e,t){let n=this.data;for(let i=0;i<2;i++)for(let r=this.stateSlot(e,i?2:1),o;;r+=3){if(65535==(o=n[r]))if(1==n[r+1])o=n[r=wA(n,r+2)];else if(2==n[r+1])return wA(n,r+2);else break;if(o==t||0==o)return wA(n,r+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),i=n?t(n):void 0;for(let n=this.stateSlot(e,1);null==i;n+=3){if(65535==this.data[n])if(1==this.data[n+1])n=wA(this.data,n+2);else break;i=t(wA(this.data,n+1))}return i}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=wA(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(wD.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,i)=>{let r=e.specializers.find(e=>e.from==n.external);if(!r)return n;let o=Object.assign(Object.assign({},n),{external:r.to});return t.specializers[i]=wR(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 i of e.split(" ")){let e=t.indexOf(i);e>=0&&(n[e]=!0)}let i=null;for(let e=0;e<t.length;e++)if(!n[e])for(let n=this.dialects[t[e]],r;65535!=(r=this.data[n++]);)(i||(i=new Uint8Array(this.maxTerm+1)))[r]=1;return new wT(e,n,i)}static deserialize(e){return new wD(e)}}function wA(e,t){return e[t]|e[t+1]<<16}function wR(e){if(e.external){let t=+!!e.extend;return(n,i)=>e.external(n,i)<<1|t}return e.get}let wP=m7({String:gx.string,Number:gx.number,"True False":gx.bool,PropertyName:gx.propertyName,Null:gx.null,", :":gx.separator,"[ ]":gx.squareBracket,"{ }":gx.brace}),wI=wD.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:[wP],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}),wO=gk.define({name:"json",parser:wI.configure({props:[gz.add({Object:gq({except:/^\s*\}/}),Array:gq({except:/^\s*\]/})}),gU.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 wE(e){let t=(0,t8.Z)(),n="dark"===t.palette.mode,[i,r]=(0,L.useState)(()=>JSON.stringify(e.value,null,2)),[o,s]=(0,L.useState)(i);return(0,A.jsx)(wl,{...e,style:{border:`1px solid ${t.palette.divider}`},theme:n?"dark":"light",extensions:[new gL(wO),function(e,t={}){return[yB.of({source:e,config:t}),yF,y0]}(e=>{try{JSON.parse(e.state.doc.toString())}catch(r){var t;let n;if(!(r instanceof SyntaxError))throw r;let i=(t=e.state.doc,(n=r.message.match(/at position (\d+)/))?Math.min(+n[1],t.length):(n=r.message.match(/at line (\d+) column (\d+)/))?Math.min(t.line(+n[1]).from+ +n[2]-1,t.length):0);return[{from:i,message:r.message,severity:"error",to:i}]}return[]}),function(e={}){return[y1.of(e),yY,yK,yJ,yQ]}()],value:i,onChange:t=>{r(t),e.onChange&&e.onChange(t)},onBlur:()=>{o!==i&&void 0!==e.onChange&&(e.onChange(i),s(i))},placeholder:e.placeholder})}var wZ=n(28797),wL=n(48137),wj=n(33755),wF=n(86396);function wB({control:e,...t}){let{fields:n,append:i,remove:r}=(0,wL.useFieldArray)({control:e,name:"panelDefinition.spec.links"});return(0,A.jsxs)(O.Z,{...t,gap:3,children:[n&&n.length>0?n.map((t,n)=>(0,A.jsxs)(L.Fragment,{children:[(0,A.jsxs)(O.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,A.jsx)(wV,{control:e,index:n}),(0,A.jsx)(E.Z,{style:{width:"fit-content",height:"fit-content"},onClick:()=>r(n),children:(0,A.jsx)(wF.default,{})})]}),(0,A.jsx)(cC.Z,{})]},t.id)):(0,A.jsx)(sj.Z,{variant:"subtitle1",mb:2,fontStyle:"italic",children:"No links defined"}),(0,A.jsx)(E.Z,{style:{width:"fit-content",height:"fit-content"},onClick:()=>i({url:"",name:"",tooltip:"",renderVariables:!1,targetBlank:!1}),children:(0,A.jsx)(wj.default,{})})]})}function wV({control:e,index:t}){return(0,A.jsxs)(O.Z,{gap:2,flexGrow:1,children:[(0,A.jsxs)(O.Z,{direction:"row",gap:2,children:[(0,A.jsx)(wL.Controller,{control:e,name:`panelDefinition.spec.links.${t}.url`,render:({field:e,fieldState:t})=>(0,A.jsx)(Z.Z,{...e,required:!0,fullWidth:!0,label:"URL",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,A.jsx)(wL.Controller,{control:e,name:`panelDefinition.spec.links.${t}.name`,render:({field:e,fieldState:t})=>(0,A.jsx)(Z.Z,{...e,fullWidth:!0,label:"Name",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})}),(0,A.jsx)(wL.Controller,{control:e,name:`panelDefinition.spec.links.${t}.tooltip`,render:({field:e,fieldState:t})=>(0,A.jsx)(Z.Z,{...e,fullWidth:!0,label:"Tooltip",error:!!t.error,helperText:t.error?.message,onChange:t=>{e.onChange(t)}})})]}),(0,A.jsxs)(O.Z,{gap:2,direction:"row",alignItems:"center",children:[(0,A.jsx)(wL.Controller,{control:e,name:`panelDefinition.spec.links.${t}.renderVariables`,render:({field:e})=>(0,A.jsx)(wZ.Z,{label:"Render Variables",control:(0,A.jsx)(s7.Z,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})}),(0,A.jsx)(wL.Controller,{control:e,name:`panelDefinition.spec.links.${t}.targetBlank`,render:({field:e})=>(0,A.jsx)(wZ.Z,{label:"Open in new tab",control:(0,A.jsx)(s7.Z,{...e,checked:e.value,onChange:t=>e.onChange(t.target.checked)})})})]})]})}let wN=[{id:"value",label:"Value"},{id:"percentage",label:"Percentage"}];function wH({disablePercentageMode:e,onChange:t,value:n="value"}){return(0,A.jsx)(lZ,{label:"Mode",control:(0,A.jsx)(lV,{value:wN.find(e=>e.id===n),options:wN,getOptionLabel:e=>e.label,getOptionDisabled:t=>"percentage"===t.id&&e,onChange:(e,{id:n})=>{t(n)},disableClearable:!0})})}var wz=n(66224);function wW(e){let{message:t}=e;return(0,A.jsx)(O.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center"},children:(0,A.jsx)(sj.Z,{children:t})})}function w$(e){let{resource:t}=e;return(0,A.jsx)(wW,{message:`No ${t}`})}function w_(e){let{variant:t="rounded"}=e;return(0,A.jsx)(O.Z,{sx:{height:"100%",alignItems:"center",justifyContent:"center",px:1},children:(0,A.jsx)(wz.Z,{variant:t,width:"100%",height:"30%","aria-label":"Loading..."})})}let wq=[{id:"asc",label:"Ascending"},{id:"desc",label:"Descending"}];function wG({onChange:e,value:t="desc"}){return(0,A.jsx)(lZ,{label:"Sort",control:(0,A.jsx)(lV,{value:wq.find(e=>e.id===t),options:wq,getOptionLabel:e=>e.label,onChange:(t,{id:n})=>{e(n)},disableClearable:!0})})}function wU({onChange:e,value:t,...n}){let i=t=>{e(t)};return(0,A.jsxs)(R.Z,{"aria-label":"Sort",...n,children:[(0,A.jsx)(P.Z,{onClick:()=>i(void 0),variant:void 0===t?"contained":"outlined",children:"None"}),(0,A.jsx)(P.Z,{onClick:()=>i("asc"),variant:"asc"===t?"contained":"outlined",children:"Asc"}),(0,A.jsx)(P.Z,{onClick:()=>i("desc"),variant:"desc"===t?"contained":"outlined",children:"Desc"})]})}var wK=n(5404),wY=n(98346);let wX=(0,n(79886).Z)();var wQ=n(22446);function wJ({inputRef:e,label:t,color:n,value:i,mode:r,onChange:o,onColorChange:s,onBlur:l,onDelete:a}){let[c,u]=(0,L.useState)(0);return(0,A.jsxs)(O.Z,{flex:1,direction:"row",alignItems:"center",justifyContent:"space-between",spacing:1,children:[(0,A.jsx)(t3,{label:t,color:n,onColorChange:s}),(0,A.jsx)(lD.Z,{htmlFor:t,children:t}),(0,A.jsx)(Z.Z,{id:t,inputRef:e,type:"number",value:0===i?"":i,placeholder:"0",onChange:o,onBlur:l,onKeyDown:e=>{"Enter"===e.key&&(l(),u(c+1))},InputProps:{endAdornment:"percent"===r?(0,A.jsx)(t6.Z,{paddingX:1,children:"%"}):void 0}},c),(0,A.jsx)(E.Z,{"aria-label":`delete threshold ${t}`,size:"small",onClick:a,children:(0,A.jsx)(wQ.default,{})})]})}function w0({thresholds:e,onChange:t,hideDefault:n,disablePercentMode:i}){let{thresholds:{defaultColor:r,palette:o}}=ew(),s=e?.defaultColor??r,[l,a]=(0,L.useState)(e?.steps);(0,L.useEffect)(()=>{a(e?.steps)},[e?.steps]);let c=(0,L.useRef)(null),u=(0,L.useRef)(!1);(0,L.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,t9.Uy)(e,e=>{e.steps=n}))}};return(0,A.jsxs)(lj,{title:"Thresholds",icon:(0,A.jsx)(lI,{description:"Add threshold",children:(0,A.jsx)(E.Z,{size:"small","aria-label":"add threshold",onClick:()=>{u.current=!0,void 0===e?t({steps:[{value:10}]}):e&&void 0===e.steps?t((0,t9.Uy)(e,e=>{e.steps=[{value:10}]})):t((0,t9.Uy)(e,e=>{let t=e.steps;if(t?.length){let e=t[t.length-1],n=o[t.length]??w1();t.push({color:n,value:(e?.value??0)+10})}else t&&t.push({value:10})}))},children:(0,A.jsx)(wj.default,{})})}),children:[(0,A.jsx)(lZ,{label:"Mode",description:"Percentage means thresholds relative to min & max",control:(0,A.jsxs)(wK.Z,{exclusive:!0,disabled:i,value:e?.mode??"absolute",onChange:(n,i)=>{let r="percent"===i?"percent":void 0;void 0!==e?t((0,t9.Uy)(e,e=>{e.mode=r})):t({mode:r})},sx:{height:"36px",marginLeft:"auto"},children:[(0,A.jsx)(wY.Z,{"aria-label":"absolute",value:"absolute",sx:{fontWeight:500},children:"Absolute"}),(0,A.jsx)(wY.Z,{"aria-label":"percent",value:"percent",sx:{fontWeight:500},children:"Percent"})]})}),l&&l.map((n,i)=>(0,A.jsx)(wJ,{inputRef:i===l.length-1?c:void 0,label:`T${i+1}`,color:n.color??o[i]??s,value:n.value,mode:e?.mode,onColorChange:n=>{void 0!==e&&t((0,t9.Uy)(e,e=>{if(void 0!==e.steps){let t=e.steps[i];t&&(t.color=n)}}))},onChange:e=>{a((0,t9.Uy)(l,t=>{let n=t?.[i];n&&(n.value=Number(e.target.value))}))},onDelete:()=>{void 0!==e&&t((0,t9.Uy)(e,e=>{e.steps&&e.steps.splice(i,1)}))},onBlur:h},i)).reverse(),!n&&(0,A.jsxs)(wX,{flex:1,direction:"row",alignItems:"center",spacing:1,children:[(0,A.jsx)(t3,{label:"default",color:s,onColorChange:n=>{void 0!==e?t((0,t9.Uy)(e,e=>{e.defaultColor=n})):t({defaultColor:n})}}),(0,A.jsx)(sj.Z,{children:"Default"})]})]})}let w1=()=>"#"+Math.floor(0x1000000*Math.random()).toString(16).padStart(6,"0");var w2=n(59986),w5=n(22179),w3=n(53126),w4=n(92994);function w8({props:e,name:t}){return(0,w5.Z)({props:e,name:t,defaultTheme:w3.Z,themeId:w4.Z})}let w6=["localeText"],w9=L.createContext(null),w7=function(e){let{localeText:t}=e,n=(0,cT.Z)(e,w6),{utils:i,localeText:r}=L.useContext(w9)??{utils:void 0,localeText:void 0},{children:o,dateAdapter:s,dateFormats:l,dateLibInstance:a,adapterLocale:c,localeText:u}=w8({props:n,name:"MuiLocalizationProvider"}),h=L.useMemo(()=>(0,cM.Z)({},u,r,t),[u,r,t]),d=L.useMemo(()=>{if(!s)return i||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,i]),f=L.useMemo(()=>d?{minDate:d.date("1900-01-01T00:00:00.000"),maxDate:d.date("2099-12-31T00:00:00.000")}:null,[d]),p=L.useMemo(()=>({utils:d,defaultDates:f,localeText:h}),[f,d,h]);return(0,A.jsx)(w9.Provider,{value:p,children:o})};var Se=n(23615),St=n.n(Se);let Sn={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,i)=>`Select ${e}. ${!i&&(null===t||!n.isValid(t))?"No time selected":`Selected time is ${i??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,cM.Z)({},Sn);let Si=()=>{let e=L.useContext(w9);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=L.useMemo(()=>(0,cM.Z)({},Sn,e.localeText),[e.localeText]);return L.useMemo(()=>(0,cM.Z)({},e,{localeText:t}),[e,t])},Sr=()=>Si().utils,So=()=>Si().defaultDates,Ss=e=>{let t=Sr(),n=L.useRef(void 0);return void 0===n.current&&(n.current=t.date(void 0,e)),n.current},Sl=(e,t,n)=>{let i=t;return i=e.setHours(i,e.getHours(n)),i=e.setMinutes(i,e.getMinutes(n)),i=e.setSeconds(i,e.getSeconds(n)),i=e.setMilliseconds(i,e.getMilliseconds(n))},Sa=({date:e,disableFuture:t,disablePast:n,maxDate:i,minDate:r,isDateDisabled:o,utils:s,timezone:l})=>{let a=Sl(s,s.date(void 0,l),e);n&&s.isBefore(r,a)&&(r=a),t&&s.isAfter(i,a)&&(i=a);let c=e,u=e;for(s.isBefore(e,r)&&(c=r,u=null),s.isAfter(e,i)&&(u&&(u=i),c=null);c||u;){if(c&&s.isAfter(c,i)&&(c=null),u&&s.isBefore(u,r)&&(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},Sc=(e,t,n)=>null!=t&&e.isValid(t)?t:n,Su=(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},Sh=(e,t,n)=>"date"===n?e.startOfDay(e.date(void 0,t)):e.date(void 0,t),Sd=(e,t)=>{let n=e.setHours(e.date(),"am"===t?2:14);return e.format(n,"meridiem")},Sf=["year","month","day"],Sp=e=>Sf.includes(e);var Sm=n(49408),Sg=n(51781),Sv=n(16052);let Sb=(0,sc.Z)((0,A.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),Sx=(0,sc.Z)((0,A.jsx)("path",{d:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}),"ArrowLeft"),Sy=(0,sc.Z)((0,A.jsx)("path",{d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"ArrowRight");(0,sc.Z)((0,A.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,sc.Z)((0,A.jsxs)(L.Fragment,{children:[(0,A.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,A.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Clock");let Sw=(0,sc.Z)((0,A.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"),SS=(0,sc.Z)((0,A.jsxs)(L.Fragment,{children:[(0,A.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,A.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Time"),SC=(0,sc.Z)((0,A.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"),Sk=()=>Si().localeText;function SM(e){return(0,ou.ZP)("MuiDateTimePickerTabs",e)}(0,oc.Z)("MuiDateTimePickerTabs",["root"]);let ST=(0,ev.ZP)(Sg.Z,{name:"MuiDateTimePickerTabs",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({boxShadow:`0 -1px 0 0 inset ${(e.vars||e).palette.divider}`,"&:last-child":{boxShadow:`0 1px 0 0 inset ${(e.vars||e).palette.divider}`,[`& .${Sv.Z.indicator}`]:{bottom:"auto",top:0}}})),SD=function(e){let t=w8({props:e,name:"MuiDateTimePickerTabs"}),{dateIcon:n=(0,A.jsx)(Sw,{}),onViewChange:i,timeIcon:r=(0,A.jsx)(SS,{}),view:o,hidden:s="undefined"==typeof window||window.innerHeight<667,className:l,sx:a}=t,c=Sk(),u=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"]},SM,t)})(t);return s?null:(0,A.jsxs)(ST,{ownerState:t,variant:"fullWidth",value:Sp(o)?"date":"time",onChange:(e,t)=>{i("date"===t?"day":"hours")},className:(0,r7.Z)(l,u.root),sx:a,children:[(0,A.jsx)(Sm.Z,{value:"date","aria-label":c.dateTableLabel,icon:(0,A.jsx)(L.Fragment,{children:n})}),(0,A.jsx)(Sm.Z,{value:"time","aria-label":c.timeTableLabel,icon:(0,A.jsx)(L.Fragment,{children:r})})]})};function SA(e){return(0,ou.ZP)("MuiPickersToolbarText",e)}let SR=(0,oc.Z)("MuiPickersToolbarText",["root","selected"]),SP=["className","selected","value"],SI=(0,ev.ZP)(sj.Z,{name:"MuiPickersToolbarText",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${SR.selected}`]:t.selected}]})(({theme:e})=>({transition:e.transitions.create("color"),color:(e.vars||e).palette.text.secondary,[`&.${SR.selected}`]:{color:(e.vars||e).palette.text.primary}})),SO=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersToolbarText"}),{className:i,value:r}=n,o=(0,cT.Z)(n,SP),s=(e=>{let{classes:t,selected:n}=e;return(0,oe.Z)({root:["root",n&&"selected"]},SA,t)})(n);return(0,A.jsx)(SI,(0,cM.Z)({ref:t,className:(0,r7.Z)(s.root,i),component:"span"},o,{children:r}))});function SE(e){return(0,ou.ZP)("MuiPickersToolbar",e)}let SZ=(0,oc.Z)("MuiPickersToolbar",["root","content"]),SL=["children","className","toolbarTitle","hidden","titleId","isLandscape","classes","landscapeDirection"],Sj=(0,ev.ZP)("div",{name:"MuiPickersToolbar",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",justifyContent:"space-between",padding:e.spacing(2,3),variants:[{props:{isLandscape:!0},style:{height:"auto",maxWidth:160,padding:16,justifyContent:"flex-start",flexWrap:"wrap"}}]})),SF=(0,ev.ZP)("div",{name:"MuiPickersToolbar",slot:"Content",overridesResolver:(e,t)=>t.content})({display:"flex",flexWrap:"wrap",width:"100%",flex:1,justifyContent:"space-between",alignItems:"center",flexDirection:"row",variants:[{props:{isLandscape:!0},style:{justifyContent:"flex-start",alignItems:"flex-start",flexDirection:"column"}},{props:{isLandscape:!0,landscapeDirection:"row"},style:{flexDirection:"row"}}]}),SB=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersToolbar"}),{children:i,className:r,toolbarTitle:o,hidden:s,titleId:l}=n,a=(0,cT.Z)(n,SL),c=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],content:["content"]},SE,t)})(n);return s?null:(0,A.jsxs)(Sj,(0,cM.Z)({ref:t,className:(0,r7.Z)(c.root,r),ownerState:n},a,{children:[(0,A.jsx)(sj.Z,{color:"text.secondary",variant:"overline",id:l,children:o}),(0,A.jsx)(SF,{className:c.content,ownerState:n,children:i})]}))}),SV=["align","className","selected","typographyClassName","value","variant","width"],SN=(0,ev.ZP)(P.Z,{name:"MuiPickersToolbarButton",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,minWidth:16,textTransform:"none"}),SH=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersToolbarButton"}),{align:i,className:r,selected:o,typographyClassName:s,value:l,variant:a,width:c}=n,u=(0,cT.Z)(n,SV),h=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"]},SE,t)})(n);return(0,A.jsx)(SN,(0,cM.Z)({variant:"text",ref:t,className:(0,r7.Z)(h.root,r)},c?{sx:{width:c}}:{},u,{children:(0,A.jsx)(SO,{align:i,className:s,variant:a,value:l,selected:o})}))});function Sz(e){return(0,ou.ZP)("MuiDateTimePickerToolbar",e)}let SW=(0,oc.Z)("MuiDateTimePickerToolbar",["root","dateContainer","timeContainer","timeDigitsContainer","separator","timeLabelReverse","ampmSelection","ampmLandscape","ampmLabel"]),S$=["hours","minutes","seconds"],S_=e=>S$.includes(e),Sq=(e,t,n)=>n&&(e>=12?"pm":"am")!==t?"am"===t?e-12:e+12:e,SG=(e,t)=>3600*t.getHours(e)+60*t.getMinutes(e)+t.getSeconds(e),SU=(e,t)=>(n,i)=>e?t.isAfter(n,i):SG(n,t)>SG(i,t);function SK(e,t,n,i){let r=Sr();return{meridiemMode:e?r.getHours(e)>=12?"pm":"am":null,handleMeridiemChange:L.useCallback(o=>{n(null==e?null:((e,t,n,i)=>{let r=Sq(i.getHours(e),t,n);return i.setHours(e,r)})(e,o,!!t,r),i??"partial")},[t,e,n,i,r])}}let SY=["ampm","ampmInClock","value","onChange","view","isLandscape","onViewChange","toolbarFormat","toolbarPlaceholder","views","disabled","readOnly","toolbarVariant","toolbarTitle","className"],SX=(0,ev.ZP)(SB,{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}`,[`& .${SZ.content} .${SR.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}}]})),SQ=(0,ev.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"DateContainer",overridesResolver:(e,t)=>t.dateContainer})({display:"flex",flexDirection:"column",alignItems:"flex-start"}),SJ=(0,ev.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"TimeContainer",overridesResolver:(e,t)=>t.timeContainer})({display:"flex",flexDirection:"row",variants:[{props:{isRtl:!0},style:{flexDirection:"row-reverse"}},{props:{toolbarVariant:"desktop",isLandscape:!1},style:{gap:9,marginRight:4,alignSelf:"flex-end"}},{props:({isLandscape:e,toolbarVariant:t})=>e&&"desktop"!==t,style:{flexDirection:"column"}},{props:({isLandscape:e,toolbarVariant:t,isRtl:n})=>e&&"desktop"!==t&&n,style:{flexDirection:"column-reverse"}}]}),S0=(0,ev.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"TimeDigitsContainer",overridesResolver:(e,t)=>t.timeDigitsContainer})({display:"flex",variants:[{props:{isRtl:!0},style:{flexDirection:"row-reverse"}},{props:{toolbarVariant:"desktop"},style:{gap:1.5}}]}),S1=(0,ev.ZP)(SO,{name:"MuiDateTimePickerToolbar",slot:"Separator",overridesResolver:(e,t)=>t.separator})({margin:"0 4px 0 2px",cursor:"default",variants:[{props:{toolbarVariant:"desktop"},style:{margin:0}}]}),S2=(0,ev.ZP)("div",{name:"MuiDateTimePickerToolbar",slot:"AmPmSelection",overridesResolver:(e,t)=>[{[`.${SW.ampmLabel}`]:t.ampmLabel},{[`&.${SW.ampmLandscape}`]:t.ampmLandscape},t.ampmSelection]})({display:"flex",flexDirection:"column",marginRight:"auto",marginLeft:12,[`& .${SW.ampmLabel}`]:{fontSize:17},variants:[{props:{isLandscape:!0},style:{margin:"4px 0 auto",flexDirection:"row",justifyContent:"space-around",width:"100%"}}]});function S5(e){let t=w8({props:e,name:"MuiDateTimePickerToolbar"}),{ampm:n,ampmInClock:i,value:r,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,cT.Z)(t,SY),b=(0,ss.V)(),x=(0,cM.Z)({},t,{isRtl:b}),y=Sr(),{meridiemMode:w,handleMeridiemChange:S}=SK(r,n,o),C=!!(n&&!i),k="desktop"===p,M=Sk(),T=(e=>{let{classes:t,isLandscape:n,isRtl:i}=e;return(0,oe.Z)({root:["root"],dateContainer:["dateContainer"],timeContainer:["timeContainer",i&&"timeLabelReverse"],timeDigitsContainer:["timeDigitsContainer",i&&"timeLabelReverse"],separator:["separator"],ampmSelection:["ampmSelection",n&&"ampmLandscape"],ampmLabel:["ampmLabel"]},Sz,t)})(x),D=m??M.dateTimePickerToolbarTitle,R=L.useMemo(()=>r?c?y.formatByString(r,c):y.format(r,"shortDate"):u,[r,c,u,y]);return(0,A.jsxs)(SX,(0,cM.Z)({isLandscape:l,className:(0,r7.Z)(T.root,g),toolbarTitle:D},v,{ownerState:x,children:[(0,A.jsxs)(SQ,{className:T.dateContainer,ownerState:x,children:[h.includes("year")&&(0,A.jsx)(SH,{tabIndex:-1,variant:"subtitle1",onClick:()=>a("year"),selected:"year"===s,value:r?y.format(r,"year"):"–"}),h.includes("day")&&(0,A.jsx)(SH,{tabIndex:-1,variant:k?"h5":"h4",onClick:()=>a("day"),selected:"day"===s,value:R})]}),(0,A.jsxs)(SJ,{className:T.timeContainer,ownerState:x,children:[(0,A.jsxs)(S0,{className:T.timeDigitsContainer,ownerState:x,children:[h.includes("hours")&&(0,A.jsxs)(L.Fragment,{children:[(0,A.jsx)(SH,{variant:k?"h5":"h3",width:k&&!l?48:void 0,onClick:()=>a("hours"),selected:"hours"===s,value:r?n?y.format(r,"hours12h"):y.format(r,"hours24h"):"--"}),(0,A.jsx)(S1,{variant:k?"h5":"h3",value:":",className:T.separator,ownerState:x}),(0,A.jsx)(SH,{variant:k?"h5":"h3",width:k&&!l?48:void 0,onClick:()=>a("minutes"),selected:"minutes"===s||!h.includes("minutes")&&"hours"===s,value:r?y.format(r,"minutes"):"--",disabled:!h.includes("minutes")})]}),h.includes("seconds")&&(0,A.jsxs)(L.Fragment,{children:[(0,A.jsx)(S1,{variant:k?"h5":"h3",value:":",className:T.separator,ownerState:x}),(0,A.jsx)(SH,{variant:k?"h5":"h3",width:k&&!l?48:void 0,onClick:()=>a("seconds"),selected:"seconds"===s,value:r?y.format(r,"seconds"):"--"})]})]}),C&&!k&&(0,A.jsxs)(S2,{className:T.ampmSelection,ownerState:x,children:[(0,A.jsx)(SH,{variant:"subtitle2",selected:"am"===w,typographyClassName:T.ampmLabel,value:Sd(y,"am"),onClick:f?void 0:()=>S("am"),disabled:d}),(0,A.jsx)(SH,{variant:"subtitle2",selected:"pm"===w,typographyClassName:T.ampmLabel,value:Sd(y,"pm"),onClick:f?void 0:()=>S("pm"),disabled:d})]}),n&&k&&(0,A.jsx)(SH,{variant:"h5",onClick:()=>a("meridiem"),selected:"meridiem"===s,value:r&&w?Sd(y,w):"--",width:48})]})]}))}var S3=n(5056),S4=n(25399);function S8(e){return(0,ou.ZP)("MuiPickersArrowSwitcher",e)}(0,oc.Z)("MuiPickersArrowSwitcher",["root","spacer","button","previousIconButton","nextIconButton","leftArrowIcon","rightArrowIcon"]);let S6=["children","className","slots","slotProps","isNextDisabled","isNextHidden","onGoToNext","nextLabel","isPreviousDisabled","isPreviousHidden","onGoToPrevious","previousLabel","labelId"],S9=["ownerState"],S7=["ownerState"],Ce=(0,ev.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex"}),Ct=(0,ev.ZP)("div",{name:"MuiPickersArrowSwitcher",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})(({theme:e})=>({width:e.spacing(3)})),Cn=(0,ev.ZP)(E.Z,{name:"MuiPickersArrowSwitcher",slot:"Button",overridesResolver:(e,t)=>t.button})({variants:[{props:{hidden:!0},style:{visibility:"hidden"}}]}),Ci=L.forwardRef(function(e,t){let n=(0,ss.V)(),i=w8({props:e,name:"MuiPickersArrowSwitcher"}),{children:r,className:o,slots:s,slotProps:l,isNextDisabled:a,isNextHidden:c,onGoToNext:u,nextLabel:h,isPreviousDisabled:d,isPreviousHidden:f,onGoToPrevious:p,previousLabel:m,labelId:g}=i,v=(0,cT.Z)(i,S6),b=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],spacer:["spacer"],button:["button"],previousIconButton:["previousIconButton"],nextIconButton:["nextIconButton"],leftArrowIcon:["leftArrowIcon"],rightArrowIcon:["rightArrowIcon"]},S8,t)})(i),x=s?.previousIconButton??Cn,y=(0,S4.Z)({elementType:x,externalSlotProps:l?.previousIconButton,additionalProps:{size:"medium",title:m,"aria-label":m,disabled:d,edge:"end",onClick:p},ownerState:(0,cM.Z)({},i,{hidden:f}),className:(0,r7.Z)(b.button,b.previousIconButton)}),w=s?.nextIconButton??Cn,S=(0,S4.Z)({elementType:w,externalSlotProps:l?.nextIconButton,additionalProps:{size:"medium",title:h,"aria-label":h,disabled:a,edge:"start",onClick:u},ownerState:(0,cM.Z)({},i,{hidden:c}),className:(0,r7.Z)(b.button,b.nextIconButton)}),C=s?.leftArrowIcon??Sx,k=(0,S4.Z)({elementType:C,externalSlotProps:l?.leftArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:i,className:b.leftArrowIcon}),M=(0,cT.Z)(k,S9),T=s?.rightArrowIcon??Sy,D=(0,S4.Z)({elementType:T,externalSlotProps:l?.rightArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:i,className:b.rightArrowIcon}),R=(0,cT.Z)(D,S7);return(0,A.jsxs)(Ce,(0,cM.Z)({ref:t,className:(0,r7.Z)(b.root,o),ownerState:i},v,{children:[(0,A.jsx)(x,(0,cM.Z)({},y,{children:n?(0,A.jsx)(T,(0,cM.Z)({},R)):(0,A.jsx)(C,(0,cM.Z)({},M))})),r?(0,A.jsx)(sj.Z,{variant:"subtitle1",component:"span",id:g,children:r}):(0,A.jsx)(Ct,{className:b.spacer,ownerState:i}),(0,A.jsx)(w,(0,cM.Z)({},S,{children:n?(0,A.jsx)(C,(0,cM.Z)({},M)):(0,A.jsx)(T,(0,cM.Z)({},R))}))]}))});var Cr=n(81925),Co=n(9831);function Cs({onChange:e,onViewChange:t,openTo:n,view:i,views:r,autoFocus:o,focusedView:s,onFocusedViewChange:l}){let a=L.useRef(n),c=L.useRef(r),u=L.useRef(r.includes(n)?n:r[0]),[h,d]=(0,Co.Z)({name:"useViews",state:"view",controlled:i,default:u.current}),f=L.useRef(o?h:null),[p,m]=(0,Co.Z)({name:"useViews",state:"focusedView",controlled:s,default:f.current});L.useEffect(()=>{(a.current&&a.current!==n||c.current&&c.current.some(e=>!r.includes(e)))&&(d(r.includes(n)?n:r[0]),c.current=r,a.current=n)},[n,d,h,r]);let g=r.indexOf(h),v=r[g-1]??null,b=r[g+1]??null,x=(0,Cr.Z)((e,t)=>{t?m(e):m(t=>e===t?null:t),l?.(e,t)}),y=(0,Cr.Z)(e=>{x(e,!0),e!==h&&(d(e),t&&t(e))}),w=(0,Cr.Z)(()=>{b&&y(b)}),S=(0,Cr.Z)((t,n,i)=>{let o="finish"===n,s=i?r.indexOf(i)<r.length-1:!!b;if(e(t,o&&s?"partial":n,i),i&&i!==h){let e=r[r.indexOf(i)+1];e&&y(e)}else o&&w()});return{view:h,setView:y,focusedView:p,setFocusedView:x,nextView:b,previousView:v,defaultView:r.includes(n)?n:r[0],goToNextView:w,setValueAndGoToNextView:S}}let Cl=(0,ev.ZP)("div")({overflow:"hidden",width:320,maxHeight:336,display:"flex",flexDirection:"column",margin:"0 auto"});function Ca(e){return(0,ou.ZP)("MuiTimeClock",e)}(0,oc.Z)("MuiTimeClock",["root","arrowSwitcher"]);var Cc=n(96858);let Cu=110,Ch=110,Cd=Cu,Cf=0,Cp=Cd-Cu,Cm=Cf-Ch,Cg=(e,t,n)=>{let i=t-Cu,r=n-Ch,o=180/Math.PI*(Math.atan2(Cp,Cm)-Math.atan2(i,r));return{value:Math.floor((o=Math.round(o/e)*e%360)/e)||0,distance:Math.sqrt(i**2+r**2)}};function Cv(e){return(0,ou.ZP)("MuiClockPointer",e)}(0,oc.Z)("MuiClockPointer",["root","thumb"]);let Cb=["className","hasSelected","isInner","type","viewValue"],Cx=(0,ev.ZP)("div",{name:"MuiClockPointer",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",left:"calc(50% - 1px)",bottom:"50%",transformOrigin:"center bottom 0px",variants:[{props:{shouldAnimate:!0},style:{transition:e.transitions.create(["transform","height"])}}]})),Cy=(0,ev.ZP)("div",{name:"MuiClockPointer",slot:"Thumb",overridesResolver:(e,t)=>t.thumb})(({theme:e})=>({width:4,height:4,backgroundColor:(e.vars||e).palette.primary.contrastText,borderRadius:"50%",position:"absolute",top:-21,left:"calc(50% - 18px)",border:`16px solid ${(e.vars||e).palette.primary.main}`,boxSizing:"content-box",variants:[{props:{hasSelected:!0},style:{backgroundColor:(e.vars||e).palette.primary.main}}]}));function Cw(e){let t,n=w8({props:e,name:"MuiClockPointer"}),{className:i,isInner:r,type:o,viewValue:s}=n,l=(0,cT.Z)(n,Cb),a=L.useRef(o);L.useEffect(()=>{a.current=o},[o]);let c=(0,cM.Z)({},n,{shouldAnimate:a.current!==o}),u=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],thumb:["thumb"]},Cv,t)})(c);return(0,A.jsx)(Cx,(0,cM.Z)({style:(t=360/("hours"===o?12:60)*s,"hours"===o&&s>12&&(t-=360),{height:Math.round((r?.26:.4)*220),transform:`rotateZ(${t}deg)`}),className:(0,r7.Z)(u.root,i),ownerState:c},l,{children:(0,A.jsx)(Cy,{ownerState:c,className:u.thumb})}))}function CS(e){return(0,ou.ZP)("MuiClock",e)}(0,oc.Z)("MuiClock",["root","clock","wrapper","squareMask","pin","amButton","pmButton","meridiemText","selected"]);let CC=(0,ev.ZP)("div",{name:"MuiClock",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",margin:e.spacing(2)})),Ck=(0,ev.ZP)("div",{name:"MuiClock",slot:"Clock",overridesResolver:(e,t)=>t.clock})({backgroundColor:"rgba(0,0,0,.07)",borderRadius:"50%",height:220,width:220,flexShrink:0,position:"relative",pointerEvents:"none"}),CM=(0,ev.ZP)("div",{name:"MuiClock",slot:"Wrapper",overridesResolver:(e,t)=>t.wrapper})({"&:focus":{outline:"none"}}),CT=(0,ev.ZP)("div",{name:"MuiClock",slot:"SquareMask",overridesResolver:(e,t)=>t.squareMask})({width:"100%",height:"100%",position:"absolute",pointerEvents:"auto",outline:0,touchAction:"none",userSelect:"none",variants:[{props:{disabled:!1},style:{"@media (pointer: fine)":{cursor:"pointer",borderRadius:"50%"},"&:active":{cursor:"move"}}}]}),CD=(0,ev.ZP)("div",{name:"MuiClock",slot:"Pin",overridesResolver:(e,t)=>t.pin})(({theme:e})=>({width:6,height:6,borderRadius:"50%",backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"})),CA=(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}}}]}),CR=(0,ev.ZP)(E.Z,{name:"MuiClock",slot:"AmButton",overridesResolver:(e,t)=>t.amButton})(({theme:e})=>(0,cM.Z)({},CA(e,"am"),{position:"absolute",left:8})),CP=(0,ev.ZP)(E.Z,{name:"MuiClock",slot:"PmButton",overridesResolver:(e,t)=>t.pmButton})(({theme:e})=>(0,cM.Z)({},CA(e,"pm"),{position:"absolute",right:8})),CI=(0,ev.ZP)(sj.Z,{name:"MuiClock",slot:"meridiemText",overridesResolver:(e,t)=>t.meridiemText})({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});function CO(e){let t=w8({props:e,name:"MuiClock"}),{ampm:n,ampmInClock:i,autoFocus:r,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=Sr(),w=Sk(),S=L.useRef(!1),C=(e=>{let{classes:t,meridiemMode:n}=e;return(0,oe.Z)({root:["root"],clock:["clock"],wrapper:["wrapper"],squareMask:["squareMask"],pin:["pin"],amButton:["amButton","am"===n&&"selected"],pmButton:["pmButton","pm"===n&&"selected"],meridiemText:["meridiemText"]},CS,t)})(t),k=a(p,f),M=!n&&"hours"===f&&(p<1||p>12),T=(e,t)=>{v||b||a(e,f)||h(e,t)},D=(e,t)=>{let{offsetX:i,offsetY:r}=e;if(void 0===i){let t=e.target.getBoundingClientRect();i=e.changedTouches[0].clientX-t.left,r=e.changedTouches[0].clientY-t.top}T("seconds"===f||"minutes"===f?((e,t,n=1)=>{let{value:i}=Cg(6*n,e,t);return i*n%60})(i,r,u):((e,t,n)=>{let{value:i,distance:r}=Cg(30,e,t),o=i||12;return n?o%=12:r<74&&(o+=12,o%=24),o})(i,r,!!n),t)},R=e=>{S.current=!0,D(e,"shallow")},P=L.useMemo(()=>"hours"===f||p%5==0,[f,p]),I="minutes"===f?u:1,O=L.useRef(null);(0,Cc.Z)(()=>{r&&O.current.focus()},[r]);let E=e=>Math.max(m,Math.min(g,e)),Z=e=>(e+(g+1))%(g+1);return(0,A.jsxs)(CC,{className:(0,r7.Z)(C.root,x),children:[(0,A.jsxs)(Ck,{className:C.clock,children:[(0,A.jsx)(CT,{onTouchMove:R,onTouchStart:R,onTouchEnd:e=>{S.current&&(D(e,"finish"),S.current=!1),e.preventDefault()},onMouseUp:e=>{S.current&&(S.current=!1),D(e.nativeEvent,"finish")},onMouseMove:e=>{e.buttons>0&&D(e.nativeEvent,"shallow")},ownerState:{disabled:v},className:C.squareMask}),!k&&(0,A.jsxs)(L.Fragment,{children:[(0,A.jsx)(CD,{className:C.pin}),null!=s&&(0,A.jsx)(Cw,{type:f,viewValue:p,isInner:M,hasSelected:P})]}),(0,A.jsx)(CM,{"aria-activedescendant":d,"aria-label":w.clockLabelText(f,s,y,null==s?null:y.format(s,"fullTime")),ref:O,role:"listbox",onKeyDown:e=>{if(!S.current)switch(e.key){case"Home":T(m,"partial"),e.preventDefault();break;case"End":T(g,"partial"),e.preventDefault();break;case"ArrowUp":T(Z(p+I),"partial"),e.preventDefault();break;case"ArrowDown":T(Z(p-I),"partial"),e.preventDefault();break;case"PageUp":T(E(p+5),"partial"),e.preventDefault();break;case"PageDown":T(E(p-5),"partial"),e.preventDefault();break;case"Enter":case" ":T(p,"finish"),e.preventDefault()}},tabIndex:0,className:C.wrapper,children:o})]}),n&&i&&(0,A.jsxs)(L.Fragment,{children:[(0,A.jsx)(CR,{onClick:b?void 0:()=>l("am"),disabled:v||null===c,ownerState:t,className:C.amButton,title:Sd(y,"am"),children:(0,A.jsx)(CI,{variant:"caption",className:C.meridiemText,children:Sd(y,"am")})}),(0,A.jsx)(CP,{disabled:v||null===c,onClick:b?void 0:()=>l("pm"),ownerState:t,className:C.pmButton,title:Sd(y,"pm"),children:(0,A.jsx)(CI,{variant:"caption",className:C.meridiemText,children:Sd(y,"pm")})})]})]})}function CE(e){return(0,ou.ZP)("MuiClockNumber",e)}let CZ=(0,oc.Z)("MuiClockNumber",["root","selected","disabled"]),CL=["className","disabled","index","inner","label","selected"],Cj=(0,ev.ZP)("span",{name:"MuiClockNumber",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${CZ.disabled}`]:t.disabled},{[`&.${CZ.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},[`&.${CZ.selected}`]:{color:(e.vars||e).palette.primary.contrastText},[`&.${CZ.disabled}`]:{pointerEvents:"none",color:(e.vars||e).palette.text.disabled},variants:[{props:{inner:!0},style:(0,cM.Z)({},e.typography.body2,{color:(e.vars||e).palette.text.secondary})}]}));function CF(e){let t=w8({props:e,name:"MuiClockNumber"}),{className:n,disabled:i,index:r,inner:o,label:s,selected:l}=t,a=(0,cT.Z)(t,CL),c=(e=>{let{classes:t,selected:n,disabled:i}=e;return(0,oe.Z)({root:["root",n&&"selected",i&&"disabled"]},CE,t)})(t),u=r%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,A.jsx)(Cj,(0,cM.Z)({className:(0,r7.Z)(c.root,n),"aria-disabled":!!i||void 0,"aria-selected":!!l||void 0,role:"option",style:{transform:`translate(${d}px, ${f+92}px`},ownerState:t},a,{children:s}))}let CB=({utils:e,value:t,isDisabled:n,getClockNumberText:i,selectedId:r})=>{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,A.jsx)(CF,{label:o,id:l?r:void 0,index:s+1,inner:!1,disabled:n(e),selected:l,"aria-label":i(o)},e)})},CV=({timezone:e,value:t,defaultValue:n,referenceDate:i,onChange:r,valueManager:o})=>{let s,l=Sr(),a=L.useRef(n),c=t??a.current??o.emptyValue,u=L.useMemo(()=>o.getTimezone(l,c),[l,o,c]),h=(0,Cr.Z)(e=>null==u?e:o.setTimezone(l,u,e));return s=e||u||(i?l.getTimezone(i):"default"),{value:L.useMemo(()=>o.setTimezone(l,s,c),[o,l,s,c]),handleValueChange:(0,Cr.Z)((e,...t)=>{let n=h(e);r?.(n,...t)}),timezone:s}},CN=({name:e,timezone:t,value:n,defaultValue:i,referenceDate:r,onChange:o,valueManager:s})=>{let[l,a]=(0,Co.Z)({name:e,state:"value",controlled:n,default:i??s.emptyValue});return CV({timezone:t,value:l,defaultValue:void 0,referenceDate:r,onChange:(0,Cr.Z)((e,...t)=>{a(e),o?.(e,...t)}),valueManager:s})},CH={year:1,month:2,day:3,hours:4,minutes:5,seconds:6,milliseconds:7},Cz=(e,t,n)=>{if(t===CH.year)return e.startOfYear(n);if(t===CH.month)return e.startOfMonth(n);if(t===CH.day)return e.startOfDay(n);let i=n;return t<CH.minutes&&(i=e.setMinutes(i,0)),t<CH.seconds&&(i=e.setSeconds(i,0)),t<CH.milliseconds&&(i=e.setMilliseconds(i,0)),i},CW=(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}},C$=(e,t)=>{let n=[],i=e.date(void 0,"default"),r=e.startOfWeek(i),o=e.endOfWeek(i),s=r;for(;e.isBefore(s,o);)n.push(s),s=e.addDays(s,1);return n.map(n=>e.formatByString(n,t))},C_=(e,t,n,i)=>{switch(n){case"month":return Su(e,e.date(void 0,t)).map(t=>e.formatByString(t,i));case"weekDay":return C$(e,i);case"meridiem":{let n=e.date(void 0,t);return[e.startOfDay(n),e.endOfDay(n)].map(t=>e.formatByString(t,i))}default:return[]}},Cq=["0","1","2","3","4","5","6","7","8","9"],CG=(e,t)=>{if("0"===t[0])return e;let n=[],i="";for(let r=0;r<e.length;r+=1){i+=e[r];let o=t.indexOf(i);o>-1&&(n.push(o.toString()),i="")}return n.join("")},CU=(e,t)=>"0"===t[0]?e:e.split("").map(e=>t[Number(e)]).join(""),CK=(e,t)=>{let n=CG(e,t);return" "!==n&&!Number.isNaN(Number(n))},CY=(e,t)=>{let n=e;for(n=Number(n).toString();n.length<t;)n=`0${n}`;return n},CX=(e,t,n,i,r)=>{if("day"===r.type&&"digit-with-letter"===r.contentType){let i=e.setDate(n.longestMonth,t);return e.formatByString(i,r.format)}let o=t.toString();return r.hasLeadingZerosInInput&&(o=CY(o,r.maxLength)),CU(o,i)},CQ=(e,t,n)=>{let i=e.value||e.placeholder,r="non-input"===t?e.hasLeadingZerosInFormat:e.hasLeadingZerosInInput;return"non-input"===t&&e.hasLeadingZerosInInput&&!e.hasLeadingZerosInFormat&&(i=Number(CG(i,n)).toString()),["input-rtl","input-ltr"].includes(t)&&"digit"===e.contentType&&!r&&1===i.length&&(i=`${i}\u200e`),"input-rtl"===t&&(i=`\u2068${i}\u2069`),i},CJ=(e,t,n,i)=>e.formatByString(e.parse(t,n),i),C0=(e,t)=>4===e.formatByString(e.date(void 0,"system"),t).length,C1=(e,t,n,i)=>{if("digit"!==t)return!1;let r=e.date(void 0,"default");switch(n){case"year":if(C0(e,i))return"0001"===e.formatByString(e.setYear(r,1),i);return"01"===e.formatByString(e.setYear(r,2001),i);case"month":return e.formatByString(e.startOfYear(r),i).length>1;case"day":return e.formatByString(e.startOfMonth(r),i).length>1;case"weekDay":return e.formatByString(e.startOfWeek(r),i).length>1;case"hours":return e.formatByString(e.setHours(r,1),i).length>1;case"minutes":return e.formatByString(e.setMinutes(r,1),i).length>1;case"seconds":return e.formatByString(e.setSeconds(r,1),i).length>1;default:throw Error("Invalid section type")}},C2=(e,t)=>{},C5={year:1,month:2,day:3,weekDay:4,hours:5,minutes:6,seconds:7,meridiem:8,empty:9},C3=(e,t,n,i,r)=>[...n].sort((e,t)=>C5[e.type]-C5[t.type]).reduce((n,i)=>!r||i.modified?((e,t,n,i)=>{switch(t.type){case"year":return e.setYear(i,e.getYear(n));case"month":return e.setMonth(i,e.getMonth(n));case"weekDay":{let i=C$(e,t.format),r=e.formatByString(n,t.format),o=i.indexOf(r),s=i.indexOf(t.value);return e.addDays(n,s-o)}case"day":return e.setDate(i,e.getDate(n));case"meridiem":{let t=12>e.getHours(n),r=e.getHours(i);if(t&&r>=12)return e.addHours(i,-12);if(!t&&r<12)return e.addHours(i,12);return i}case"hours":return e.setHours(i,e.getHours(n));case"minutes":return e.setMinutes(i,e.getMinutes(n));case"seconds":return e.setSeconds(i,e.getSeconds(n));default:return i}})(e,i,t,n):n,i),C4=(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},C8=["value","referenceDate"],C6={emptyValue:null,getTodayValue:Sh,getInitialReferenceValue:e=>{let{value:t,referenceDate:n}=e,i=(0,cT.Z)(e,C8);return null!=t&&i.utils.isValid(t)?t:null!=n?n:(({props:e,utils:t,granularity:n,timezone:i,getTodayDate:r})=>{let o=r?r():Cz(t,n,Sh(t,i));null!=e.minDate&&t.isAfterDay(e.minDate,o)&&(o=Cz(t,n,e.minDate)),null!=e.maxDate&&t.isBeforeDay(e.maxDate,o)&&(o=Cz(t,n,e.maxDate));let s=SU(e.disableIgnoringDatePartForTimeValidation??!1,t);return null!=e.minTime&&s(e.minTime,o)&&(o=Cz(t,n,e.disableIgnoringDatePartForTimeValidation?e.minTime:Sl(t,o,e.minTime))),null!=e.maxTime&&s(o,e.maxTime)&&(o=Cz(t,n,e.disableIgnoringDatePartForTimeValidation?e.maxTime:Sl(t,o,e.maxTime))),o})(i)},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)},C9={updateReferenceValue:(e,t,n)=>null!=t&&e.isValid(t)?t:n,getSectionsFromValue:(e,t,n,i)=>!e.isValid(t)&&n?n:i(t),getV7HiddenInputValueFromSections:e=>e.map(e=>`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`).join(""),getV6InputValueFromSections:(e,t,n)=>{let i=e.map(e=>{let i=CQ(e,n?"input-rtl":"input-ltr",t);return`${e.startSeparator}${i}${e.endSeparator}`}).join("");return n?`\u2066${i}\u2069`:i},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)},C7=["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"],ke=(0,ev.ZP)(Cl,{name:"MuiTimeClock",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",position:"relative"}),kt=(0,ev.ZP)(Ci,{name:"MuiTimeClock",slot:"ArrowSwitcher",overridesResolver:(e,t)=>t.arrowSwitcher})({position:"absolute",right:12,top:15}),kn=["hours","minutes"],ki=L.forwardRef(function(e,t){let n=Sr(),i=w8({props:e,name:"MuiTimeClock"}),{ampm:r=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=kn,openTo:C,onViewChange:k,focusedView:M,onFocusedViewChange:T,className:D,disabled:R,readOnly:P,timezone:I}=i,O=(0,cT.Z)(i,C7),{value:E,handleValueChange:Z,timezone:j}=CN({name:"TimeClock",timezone:I,value:c,defaultValue:u,referenceDate:h,onChange:y,valueManager:C6}),F=(({value:e,referenceDate:t,utils:n,props:i,timezone:r})=>{let o=L.useMemo(()=>C6.getInitialReferenceValue({value:e,utils:n,props:i,referenceDate:t,granularity:CH.day,timezone:r,getTodayDate:()=>Sh(n,r,"date")}),[]);return e??o})({value:E,referenceDate:h,utils:n,props:i,timezone:j}),B=Sk(),V=Ss(j),{view:N,setView:H,previousView:z,nextView:W,setValueAndGoToNextView:$}=Cs({view:w,views:S,openTo:C,onViewChange:k,onChange:Z,focusedView:M,onFocusedViewChange:T}),{meridiemMode:_,handleMeridiemChange:q}=SK(F,r,$),G=L.useCallback((e,t)=>{let i=SU(d,n),o="hours"===t||"minutes"===t&&S.includes("seconds"),s=({start:e,end:t})=>!(p&&i(p,t)||f&&i(e,f)||m&&i(e,V)||g&&i(V,o?t:e)),l=(e,i=1)=>{if(e%i!=0)return!1;if(b)switch(t){case"hours":return!b(n.setHours(F,e),"hours");case"minutes":return!b(n.setMinutes(F,e),"minutes");case"seconds":return!b(n.setSeconds(F,e),"seconds");default:return!1}return!0};switch(t){case"hours":{let t=Sq(e,_,r),i=n.setHours(F,t);if(n.getHours(i)!==t)return!0;return!s({start:n.setSeconds(n.setMinutes(i,0),0),end:n.setSeconds(n.setMinutes(i,59),59)})||!l(t)}case"minutes":{let t=n.setMinutes(F,e);return!s({start:n.setSeconds(t,0),end:n.setSeconds(t,59)})||!l(e,v)}case"seconds":{let t=n.setSeconds(F,e);return!s({start:t,end:t})||!l(e)}default:throw Error("not supported")}},[r,F,d,f,_,p,v,b,n,m,g,V,S]),U=(0,S3.Z)(),K=L.useMemo(()=>{switch(N){case"hours":{let e,t=(e,t)=>{let i=Sq(e,_,r);$(n.setHours(F,i),t,"hours")},i=n.getHours(F);return e=r?i>12?[12,23]:[0,11]:[0,23],{onChange:t,viewValue:i,children:(({ampm:e,value:t,getClockNumberText:n,isDisabled:i,selectedId:r,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,A.jsx)(CF,{id:c?r:void 0,index:t,inner:a,selected:c,disabled:i(t),label:s,"aria-label":n(s)},t))}return l})({value:E,utils:n,ampm:r,onChange:t,getClockNumberText:B.hoursClockNumberText,isDisabled:e=>R||G(e,"hours"),selectedId:U}),viewRange:e}}case"minutes":{let e=n.getMinutes(F),t=(e,t)=>{$(n.setMinutes(F,e),t,"minutes")};return{viewValue:e,onChange:t,children:CB({utils:n,value:e,onChange:t,getClockNumberText:B.minutesClockNumberText,isDisabled:e=>R||G(e,"minutes"),selectedId:U}),viewRange:[0,59]}}case"seconds":{let e=n.getSeconds(F),t=(e,t)=>{$(n.setSeconds(F,e),t,"seconds")};return{viewValue:e,onChange:t,children:CB({utils:n,value:e,onChange:t,getClockNumberText:B.secondsClockNumberText,isDisabled:e=>R||G(e,"seconds"),selectedId:U}),viewRange:[0,59]}}default:throw Error("You must provide the type for ClockView")}},[N,n,E,r,B.hoursClockNumberText,B.minutesClockNumberText,B.secondsClockNumberText,_,$,F,G,U,R]),Y=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],arrowSwitcher:["arrowSwitcher"]},Ca,t)})(i);return(0,A.jsxs)(ke,(0,cM.Z)({ref:t,className:(0,r7.Z)(Y.root,D),ownerState:i},O,{children:[(0,A.jsx)(CO,(0,cM.Z)({autoFocus:s??!!M,ampmInClock:o&&S.includes("hours"),value:E,type:N,ampm:r,minutesStep:v,isTimeDisabled:G,meridiemMode:_,handleMeridiemChange:q,selectedId:U,disabled:R,readOnly:P},K)),x&&(0,A.jsx)(kt,{className:Y.arrowSwitcher,slots:l,slotProps:a,onGoToPrevious:()=>H(z),isPreviousDisabled:!z,previousLabel:B.openPreviousView,onGoToNext:()=>H(W),isNextDisabled:!W,nextLabel:B.openNextView,ownerState:i})]}))}),kr=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:i,views:r,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:k,showViewSwitcher:M,disableIgnoringDatePartForTimeValidation:T,timezone:D})=>(0,A.jsx)(ki,{view:e,onViewChange:t,focusedView:n&&S_(n)?n:null,onFocusedViewChange:i,views:r.filter(S_),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:k,showViewSwitcher:M,disableIgnoringDatePartForTimeValidation:T,timezone:D}),ko=({props:e,value:t,timezone:n,adapter:i})=>{if(null===t)return null;let{shouldDisableDate:r,shouldDisableMonth:o,shouldDisableYear:s,disablePast:l,disableFuture:a}=e,c=i.utils.date(void 0,n),u=Sc(i.utils,e.minDate,i.defaultDates.minDate),h=Sc(i.utils,e.maxDate,i.defaultDates.maxDate);switch(!0){case!i.utils.isValid(t):return"invalidDate";case!!(r&&r(t)):return"shouldDisableDate";case!!(o&&o(t)):return"shouldDisableMonth";case!!(s&&s(t)):return"shouldDisableYear";case!!(a&&i.utils.isAfterDay(t,c)):return"disableFuture";case!!(l&&i.utils.isBeforeDay(t,c)):return"disablePast";case!!(u&&i.utils.isBeforeDay(t,u)):return"minDate";case!!(h&&i.utils.isAfterDay(t,h)):return"maxDate";default:return null}};ko.valueManager=C6;let ks=({shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:i,maxDate:r,disableFuture:o,disablePast:s,timezone:l})=>{let a=Si();return L.useCallback(c=>null!==ko({adapter:a,value:c,timezone:l,props:{shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:i,maxDate:r,disableFuture:o,disablePast:s}}),[a,e,t,n,i,r,o,s,l])};var kl=n(16317),ka=n(69761);let kc=e=>(0,ou.ZP)("MuiPickersFadeTransitionGroup",e);(0,oc.Z)("MuiPickersFadeTransitionGroup",["root"]);let ku=(0,ev.ZP)(kl.Z,{name:"MuiPickersFadeTransitionGroup",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"block",position:"relative"});function kh(e){let t=w8({props:e,name:"MuiPickersFadeTransitionGroup"}),{children:n,className:i,reduceAnimations:r,transKey:o}=t,s=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"]},kc,t)})(t),l=(0,t8.Z)();return r?n:(0,A.jsx)(ku,{className:(0,r7.Z)(s.root,i),children:(0,A.jsx)(ka.Z,{appear:!1,mountOnEnter:!0,unmountOnExit:!0,timeout:{appear:l.transitions.duration.enteringScreen,enter:l.transitions.duration.enteringScreen,exit:0},children:n},o)})}var kd=n(97048);function kf(e){return(0,ou.ZP)("MuiPickersDay",e)}let kp=(0,oc.Z)("MuiPickersDay",["root","dayWithMargin","dayOutsideMonth","hiddenDaySpacingFiller","today","selected","disabled"]),km=["autoFocus","className","day","disabled","disableHighlightToday","disableMargin","hidden","isAnimating","onClick","onDaySelect","onFocus","onBlur","onKeyDown","onMouseDown","onMouseEnter","outsideCurrentMonth","selected","showDaysOutsideCurrentMonth","children","today","isFirstVisibleCell","isLastVisibleCell"],kg=({theme:e})=>(0,cM.Z)({},e.typography.caption,{width:36,height:36,borderRadius:"50%",padding:0,backgroundColor:"transparent",transition:e.transitions.create("background-color",{duration:e.transitions.duration.short}),color:(e.vars||e).palette.text.primary,"@media (pointer: fine)":{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,ot.Fq)(e.palette.primary.main,e.palette.action.hoverOpacity)}},"&:focus":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.focusOpacity})`:(0,ot.Fq)(e.palette.primary.main,e.palette.action.focusOpacity),[`&.${kp.selected}`]:{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark}},[`&.${kp.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}},[`&.${kp.disabled}:not(.${kp.selected})`]:{color:(e.vars||e).palette.text.disabled},[`&.${kp.disabled}&.${kp.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(.${kp.selected})`]:{border:`1px solid ${(e.vars||e).palette.text.secondary}`}}}]}),kv=(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]},kb=(0,ev.ZP)(oo.Z,{name:"MuiPickersDay",slot:"Root",overridesResolver:kv})(kg),kx=(0,ev.ZP)("div",{name:"MuiPickersDay",slot:"Root",overridesResolver:kv})(({theme:e})=>(0,cM.Z)({},kg({theme:e}),{opacity:0,pointerEvents:"none"})),ky=()=>{},kw=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersDay"}),{autoFocus:i=!1,className:r,day:o,disabled:s=!1,disableHighlightToday:l=!1,disableMargin:a=!1,isAnimating:c,onClick:u,onDaySelect:h,onFocus:d=ky,onBlur:f=ky,onKeyDown:p=ky,onMouseDown:m=ky,onMouseEnter:g=ky,outsideCurrentMonth:v,selected:b=!1,showDaysOutsideCurrentMonth:x=!1,children:y,today:w=!1}=n,S=(0,cT.Z)(n,km),C=(0,cM.Z)({},n,{autoFocus:i,disabled:s,disableHighlightToday:l,disableMargin:a,selected:b,showDaysOutsideCurrentMonth:x,today:w}),k=(e=>{let{selected:t,disableMargin:n,disableHighlightToday:i,today:r,disabled:o,outsideCurrentMonth:s,showDaysOutsideCurrentMonth:l,classes:a}=e,c=s&&!l;return(0,oe.Z)({root:["root",t&&!c&&"selected",o&&"disabled",!n&&"dayWithMargin",!i&&r&&"today",s&&l&&"dayOutsideMonth",c&&"hiddenDaySpacingFiller"],hiddenDaySpacingFiller:["hiddenDaySpacingFiller"]},kf,a)})(C),M=Sr(),T=L.useRef(null),D=(0,kd.Z)(T,t);return((0,Cc.Z)(()=>{!i||s||c||v||T.current.focus()},[i,s,c,v]),v&&!x)?(0,A.jsx)(kx,{className:(0,r7.Z)(k.root,k.hiddenDaySpacingFiller,r),ownerState:C,role:S.role}):(0,A.jsx)(kb,(0,cM.Z)({className:(0,r7.Z)(k.root,r),ref:D,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||M.format(o,"dayOfMonth")}))}),kS=L.memo(kw);var kC=n(54652);function kk(e,t){return e.replace(RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var kM=n(98683),kT=function(e,t){return e&&t&&t.split(" ").forEach(function(t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=kk(e.className,t):e.setAttribute("class",kk(e.className&&e.className.baseVal||"",t))})},kD=function(e){function t(){for(var t,n=arguments.length,i=Array(n),r=0;r<n;r++)i[r]=arguments[r];return(t=e.call.apply(e,[this].concat(i))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,n){var i=t.resolveArguments(e,n),r=i[0],o=i[1];t.removeClasses(r,"exit"),t.addClass(r,o?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var i=t.resolveArguments(e,n),r=i[0],o=i[1];t.addClass(r,o?"appear":"enter","active"),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var i=t.resolveArguments(e,n),r=i[0],o=i[1]?"appear":"enter";t.removeClasses(r,o),t.addClass(r,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,i="string"==typeof n,r=i&&n?n+"-":"",o=i?""+r+e:n[e],s=i?o+"-active":n[e+"Active"],l=i?o+"-done":n[e+"Done"];return{baseClassName:o,activeClassName:s,doneClassName:l}},t}(0,kC.Z)(t,e);var n=t.prototype;return n.addClass=function(e,t,n){var i,r=this.getClassNames(t)[n+"ClassName"],o=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===n&&o&&(r+=" "+o),"active"===n&&e&&(0,kM.Q)(e),r&&(this.appliedClasses[t][n]=r,i=r,e&&i&&i.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],i=n.base,r=n.active,o=n.done;this.appliedClasses[t]={},i&&kT(e,i),r&&kT(e,r),o&&kT(e,o)},n.render=function(){var e=this.props,t=(e.classNames,(0,cT.Z)(e,["classNames"]));return j().createElement(aV.ZP,(0,cM.Z)({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(j().Component);kD.defaultProps={classNames:""},kD.propTypes={};let kA=e=>(0,ou.ZP)("MuiPickersSlideTransition",e),kR=(0,oc.Z)("MuiPickersSlideTransition",["root","slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"]),kP=["children","className","reduceAnimations","slideDirection","transKey","classes"],kI=(0,ev.ZP)(kl.Z,{name:"MuiPickersSlideTransition",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`.${kR["slideEnter-left"]}`]:t["slideEnter-left"]},{[`.${kR["slideEnter-right"]}`]:t["slideEnter-right"]},{[`.${kR.slideEnterActive}`]:t.slideEnterActive},{[`.${kR.slideExit}`]:t.slideExit},{[`.${kR["slideExitActiveLeft-left"]}`]:t["slideExitActiveLeft-left"]},{[`.${kR["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},[`& .${kR["slideEnter-left"]}`]:{willChange:"transform",transform:"translate(100%)",zIndex:1},[`& .${kR["slideEnter-right"]}`]:{willChange:"transform",transform:"translate(-100%)",zIndex:1},[`& .${kR.slideEnterActive}`]:{transform:"translate(0%)",transition:t},[`& .${kR.slideExit}`]:{transform:"translate(0%)"},[`& .${kR["slideExitActiveLeft-left"]}`]:{willChange:"transform",transform:"translate(-100%)",transition:t,zIndex:0},[`& .${kR["slideExitActiveLeft-right"]}`]:{willChange:"transform",transform:"translate(100%)",transition:t,zIndex:0}}}),kO=e=>(0,ou.ZP)("MuiDayCalendar",e);(0,oc.Z)("MuiDayCalendar",["root","header","weekDayLabel","loadingContainer","slideTransition","monthContainer","weekContainer","weekNumberLabel","weekNumber"]);let kE=["parentProps","day","focusableDay","selectedDays","isDateDisabled","currentMonthNumber","isViewFocused"],kZ=["ownerState"],kL=(0,ev.ZP)("div",{name:"MuiDayCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({}),kj=(0,ev.ZP)("div",{name:"MuiDayCalendar",slot:"Header",overridesResolver:(e,t)=>t.header})({display:"flex",justifyContent:"center",alignItems:"center"}),kF=(0,ev.ZP)(sj.Z,{name:"MuiDayCalendar",slot:"WeekDayLabel",overridesResolver:(e,t)=>t.weekDayLabel})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:(e.vars||e).palette.text.secondary})),kB=(0,ev.ZP)(sj.Z,{name:"MuiDayCalendar",slot:"WeekNumberLabel",overridesResolver:(e,t)=>t.weekNumberLabel})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:e.palette.text.disabled})),kV=(0,ev.ZP)(sj.Z,{name:"MuiDayCalendar",slot:"WeekNumber",overridesResolver:(e,t)=>t.weekNumber})(({theme:e})=>(0,cM.Z)({},e.typography.caption,{width:36,height:36,padding:0,margin:"0 2px",color:e.palette.text.disabled,fontSize:"0.75rem",alignItems:"center",justifyContent:"center",display:"inline-flex"})),kN=(0,ev.ZP)("div",{name:"MuiDayCalendar",slot:"LoadingContainer",overridesResolver:(e,t)=>t.loadingContainer})({display:"flex",justifyContent:"center",alignItems:"center",minHeight:240}),kH=(0,ev.ZP)(function(e){let t=w8({props:e,name:"MuiPickersSlideTransition"}),{children:n,className:i,reduceAnimations:r,transKey:o}=t,s=(0,cT.Z)(t,kP),l=(e=>{let{classes:t,slideDirection:n}=e,i={root:["root"],exit:["slideExit"],enterActive:["slideEnterActive"],enter:[`slideEnter-${n}`],exitActive:[`slideExitActiveLeft-${n}`]};return(0,oe.Z)(i,kA,t)})(t),a=(0,t8.Z)();if(r)return(0,A.jsx)("div",{className:(0,r7.Z)(l.root,i),children:n});let c={exit:l.exit,enterActive:l.enterActive,enter:l.enter,exitActive:l.exitActive};return(0,A.jsx)(kI,{className:(0,r7.Z)(l.root,i),childFactory:e=>L.cloneElement(e,{classNames:c}),role:"presentation",children:(0,A.jsx)(kD,(0,cM.Z)({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}),kz=(0,ev.ZP)("div",{name:"MuiDayCalendar",slot:"MonthContainer",overridesResolver:(e,t)=>t.monthContainer})({overflow:"hidden"}),kW=(0,ev.ZP)("div",{name:"MuiDayCalendar",slot:"WeekContainer",overridesResolver:(e,t)=>t.weekContainer})({margin:"2px 0",display:"flex",justifyContent:"center"});function k$(e){let{parentProps:t,day:n,focusableDay:i,selectedDays:r,isDateDisabled:o,currentMonthNumber:s,isViewFocused:l}=e,a=(0,cT.Z)(e,kE),{disabled:c,disableHighlightToday:u,isMonthSwitchingAnimating:h,showDaysOutsideCurrentMonth:d,slots:f,slotProps:p,timezone:m}=t,g=Sr(),v=Ss(m),b=null!==i&&g.isSameDay(n,i),x=r.some(e=>g.isSameDay(e,n)),y=g.isSameDay(n,v),w=f?.day??kS,S=(0,S4.Z)({elementType:w,externalSlotProps:p?.day,additionalProps:(0,cM.Z)({disableHighlightToday:u,showDaysOutsideCurrentMonth:d,role:"gridcell",isAnimating:h,"data-timestamp":g.toJsDate(n).valueOf()},a),ownerState:(0,cM.Z)({},t,{day:n,selected:x})}),C=(0,cT.Z)(S,kZ),k=L.useMemo(()=>c||o(n),[c,o,n]),M=L.useMemo(()=>g.getMonth(n)!==s,[g,n,s]),T=L.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]),D=L.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,A.jsx)(w,(0,cM.Z)({},C,{day:n,disabled:k,autoFocus:l&&b,today:y,outsideCurrentMonth:M,isFirstVisibleCell:T,isLastVisibleCell:D,selected:x,tabIndex:b?0:-1,"aria-selected":x,"aria-current":y?"date":void 0}))}function k_(e){let t=w8({props:e,name:"MuiDayCalendar"}),n=Sr(),{onFocusedDayChange:i,className:r,currentMonth:o,selectedDays:s,focusedDay:l,loading:a,onSelectedDaysChange:c,onMonthSwitchingAnimationEnd:u,readOnly:h,reduceAnimations:d,renderLoading:f=()=>(0,A.jsx)("span",{children:"..."}),slideDirection:p,TransitionProps:m,disablePast:g,disableFuture:v,minDate:b,maxDate:x,shouldDisableDate:y,shouldDisableMonth:w,shouldDisableYear:S,dayOfWeekFormatter:C=e=>n.format(e,"weekdayShort").charAt(0).toUpperCase(),hasFocus:k,onFocusedViewChange:M,gridLabelId:T,displayWeekNumber:D,fixedWeekNumber:R,autoFocus:P,timezone:I}=t,O=Ss(I),E=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],header:["header"],weekDayLabel:["weekDayLabel"],loadingContainer:["loadingContainer"],slideTransition:["slideTransition"],monthContainer:["monthContainer"],weekContainer:["weekContainer"],weekNumberLabel:["weekNumberLabel"],weekNumber:["weekNumber"]},kO,t)})(t),Z=(0,ss.V)(),j=ks({shouldDisableDate:y,shouldDisableMonth:w,shouldDisableYear:S,minDate:b,maxDate:x,disablePast:g,disableFuture:v,timezone:I}),F=Sk(),[B,V]=(0,Co.Z)({name:"DayCalendar",state:"hasFocus",controlled:k,default:P??!1}),[N,H]=L.useState(()=>l||O),z=(0,Cr.Z)(e=>{h||c(e)}),W=e=>{j(e)||(i(e),H(e),M?.(!0),V(!0))},$=(0,Cr.Z)((e,t)=>{switch(e.key){case"ArrowUp":W(n.addDays(t,-7)),e.preventDefault();break;case"ArrowDown":W(n.addDays(t,7)),e.preventDefault();break;case"ArrowLeft":{let i=n.addDays(t,Z?1:-1),r=n.addMonths(t,Z?1:-1);W(Sa({utils:n,date:i,minDate:Z?i:n.startOfMonth(r),maxDate:Z?n.endOfMonth(r):i,isDateDisabled:j,timezone:I})||i),e.preventDefault();break}case"ArrowRight":{let i=n.addDays(t,Z?-1:1),r=n.addMonths(t,Z?-1:1);W(Sa({utils:n,date:i,minDate:Z?n.startOfMonth(r):i,maxDate:Z?i:n.endOfMonth(r),isDateDisabled:j,timezone:I})||i),e.preventDefault();break}case"Home":W(n.startOfWeek(t)),e.preventDefault();break;case"End":W(n.endOfWeek(t)),e.preventDefault();break;case"PageUp":W(n.addMonths(t,1)),e.preventDefault();break;case"PageDown":W(n.addMonths(t,-1)),e.preventDefault()}}),_=(0,Cr.Z)((e,t)=>W(t)),q=(0,Cr.Z)((e,t)=>{B&&n.isSameDay(N,t)&&M?.(!1)}),G=n.getMonth(o),U=n.getYear(o),K=L.useMemo(()=>s.filter(e=>!!e).map(e=>n.startOfDay(e)),[n,s]),Y=`${U}-${G}`,X=L.useMemo(()=>L.createRef(),[Y]),Q=L.useMemo(()=>{let e=n.startOfMonth(o),t=n.endOfMonth(o);return j(N)||n.isAfterDay(N,t)||n.isBeforeDay(N,e)?Sa({utils:n,date:N,minDate:e,maxDate:t,disablePast:g,disableFuture:v,isDateDisabled:j,timezone:I}):N},[o,v,g,N,j,n,I]),J=L.useMemo(()=>{let e=n.getWeekArray(o),t=n.addMonths(o,1);for(;R&&e.length<R;){let i=n.getWeekArray(t),r=n.isSameDay(e[e.length-1][0],i[0][0]);i.slice(+!!r).forEach(t=>{e.length<R&&e.push(t)}),t=n.addMonths(t,1)}return e},[o,R,n]);return(0,A.jsxs)(kL,{role:"grid","aria-labelledby":T,className:E.root,children:[(0,A.jsxs)(kj,{role:"row",className:E.header,children:[D&&(0,A.jsx)(kB,{variant:"caption",role:"columnheader","aria-label":F.calendarWeekNumberHeaderLabel,className:E.weekNumberLabel,children:F.calendarWeekNumberHeaderText}),((e,t)=>{let n=e.startOfWeek(t);return[0,1,2,3,4,5,6].map(t=>e.addDays(n,t))})(n,O).map((e,t)=>(0,A.jsx)(kF,{variant:"caption",role:"columnheader","aria-label":n.format(e,"weekday"),className:E.weekDayLabel,children:C(e)},t.toString()))]}),a?(0,A.jsx)(kN,{className:E.loadingContainer,children:f()}):(0,A.jsx)(kH,(0,cM.Z)({transKey:Y,onExited:u,reduceAnimations:d,slideDirection:p,className:(0,r7.Z)(r,E.slideTransition)},m,{nodeRef:X,children:(0,A.jsx)(kz,{ref:X,role:"rowgroup",className:E.monthContainer,children:J.map((e,i)=>(0,A.jsxs)(kW,{role:"row",className:E.weekContainer,"aria-rowindex":i+1,children:[D&&(0,A.jsx)(kV,{className:E.weekNumber,role:"rowheader","aria-label":F.calendarWeekNumberAriaLabelText(n.getWeekNumber(e[0])),children:F.calendarWeekNumberText(n.getWeekNumber(e[0]))}),e.map((e,n)=>(0,A.jsx)(k$,{parentProps:t,day:e,selectedDays:K,focusableDay:Q,onKeyDown:$,onFocus:_,onBlur:q,onDaySelect:z,isDateDisabled:j,currentMonthNumber:G,isViewFocused:B,"aria-colindex":n+1},e.toString()))]},`week-${e[0]}`))})}))]})}function kq(e){return(0,ou.ZP)("MuiPickersMonth",e)}let kG=(0,oc.Z)("MuiPickersMonth",["root","monthButton","disabled","selected"]),kU=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","aria-label","monthsPerRow","slots","slotProps"],kK=(0,ev.ZP)("div",{name:"MuiPickersMonth",slot:"Root",overridesResolver:(e,t)=>[t.root]})({display:"flex",alignItems:"center",justifyContent:"center",flexBasis:"33.3%",variants:[{props:{monthsPerRow:4},style:{flexBasis:"25%"}}]}),kY=(0,ev.ZP)("button",{name:"MuiPickersMonth",slot:"MonthButton",overridesResolver:(e,t)=>[t.monthButton,{[`&.${kG.disabled}`]:t.disabled},{[`&.${kG.selected}`]:t.selected}]})(({theme:e})=>(0,cM.Z)({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{margin:"8px 0",height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,ot.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,ot.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${kG.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${kG.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),kX=L.memo(function(e){let t=w8({props:e,name:"MuiPickersMonth"}),{autoFocus:n,className:i,children:r,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,cT.Z)(t,kU),b=L.useRef(null),x=(e=>{let{disabled:t,selected:n,classes:i}=e;return(0,oe.Z)({root:["root"],monthButton:["monthButton",t&&"disabled",n&&"selected"]},kq,i)})(t);(0,Cc.Z)(()=>{n&&b.current?.focus()},[n]);let y=m?.monthButton??kY,w=(0,S4.Z)({elementType:y,externalSlotProps:g?.monthButton,additionalProps:{children:r,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,A.jsx)(kK,(0,cM.Z)({className:(0,r7.Z)(x.root,i),ownerState:t},v,{children:(0,A.jsx)(y,(0,cM.Z)({},w))}))});function kQ(e){return(0,ou.ZP)("MuiMonthCalendar",e)}(0,oc.Z)("MuiMonthCalendar",["root"]);let kJ=["className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","shouldDisableMonth","readOnly","disableHighlightToday","autoFocus","onMonthFocus","hasFocus","onFocusedViewChange","monthsPerRow","timezone","gridLabelId","slots","slotProps"],k0=(0,ev.ZP)("div",{name:"MuiMonthCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexWrap:"wrap",alignContent:"stretch",padding:"0 4px",width:320,boxSizing:"border-box"}),k1=L.forwardRef(function(e,t){let n=function(e,t){let n=Sr(),i=So(),r=w8({props:e,name:t});return(0,cM.Z)({disableFuture:!1,disablePast:!1},r,{minDate:Sc(n,r.minDate,i.minDate),maxDate:Sc(n,r.maxDate,i.maxDate)})}(e,"MuiMonthCalendar"),{className:i,value:r,defaultValue:o,referenceDate:s,disabled:l,disableFuture:a,disablePast:c,maxDate:u,minDate:h,onChange:d,shouldDisableMonth:f,readOnly:p,autoFocus:m=!1,onMonthFocus:g,hasFocus:v,onFocusedViewChange:b,monthsPerRow:x=3,timezone:y,gridLabelId:w,slots:S,slotProps:C}=n,k=(0,cT.Z)(n,kJ),{value:M,handleValueChange:T,timezone:D}=CN({name:"MonthCalendar",timezone:y,value:r,defaultValue:o,referenceDate:s,onChange:d,valueManager:C6}),R=Ss(D),P=(0,ss.V)(),I=Sr(),O=L.useMemo(()=>C6.getInitialReferenceValue({value:M,utils:I,props:n,timezone:D,referenceDate:s,granularity:CH.month}),[]),E=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"]},kQ,t)})(n),Z=L.useMemo(()=>I.getMonth(R),[I,R]),j=L.useMemo(()=>null!=M?I.getMonth(M):null,[M,I]),[F,B]=L.useState(()=>j||I.getMonth(O)),[V,N]=(0,Co.Z)({name:"MonthCalendar",state:"hasFocus",controlled:v,default:m??!1}),H=(0,Cr.Z)(e=>{N(e),b&&b(e)}),z=L.useCallback(e=>{let t=I.startOfMonth(c&&I.isAfter(R,h)?R:h),n=I.startOfMonth(a&&I.isBefore(R,u)?R:u),i=I.startOfMonth(e);return!!(I.isBefore(i,t)||I.isAfter(i,n))||!!f&&f(i)},[a,c,u,h,R,f,I]),W=(0,Cr.Z)((e,t)=>{p||T(I.setMonth(M??O,t))}),$=(0,Cr.Z)(e=>{!z(I.setMonth(M??O,e))&&(B(e),H(!0),g&&g(e))});L.useEffect(()=>{B(e=>null!==j&&e!==j?j:e)},[j]);let _=(0,Cr.Z)((e,t)=>{switch(e.key){case"ArrowUp":$((12+t-3)%12),e.preventDefault();break;case"ArrowDown":$((12+t+3)%12),e.preventDefault();break;case"ArrowLeft":$((12+t+(P?1:-1))%12),e.preventDefault();break;case"ArrowRight":$((12+t+(P?-1:1))%12),e.preventDefault()}}),q=(0,Cr.Z)((e,t)=>{$(t)}),G=(0,Cr.Z)((e,t)=>{F===t&&H(!1)});return(0,A.jsx)(k0,(0,cM.Z)({ref:t,className:(0,r7.Z)(E.root,i),ownerState:n,role:"radiogroup","aria-labelledby":w},k,{children:Su(I,M??O).map(e=>{let t=I.getMonth(e),n=I.format(e,"monthShort"),i=I.format(e,"month"),r=l||z(e);return(0,A.jsx)(kX,{selected:t===j,value:t,onClick:W,onKeyDown:_,autoFocus:V&&t===F,disabled:r,tabIndex:t!==F||r?-1:0,onFocus:q,onBlur:G,"aria-current":Z===t?"date":void 0,"aria-label":i,monthsPerRow:x,slots:S,slotProps:C,children:n},n)})}))});function k2(e){return(0,ou.ZP)("MuiPickersYear",e)}let k5=(0,oc.Z)("MuiPickersYear",["root","yearButton","selected","disabled"]),k3=["autoFocus","className","children","disabled","selected","value","tabIndex","onClick","onKeyDown","onFocus","onBlur","aria-current","yearsPerRow","slots","slotProps"],k4=(0,ev.ZP)("div",{name:"MuiPickersYear",slot:"Root",overridesResolver:(e,t)=>[t.root]})({display:"flex",alignItems:"center",justifyContent:"center",flexBasis:"33.3%",variants:[{props:{yearsPerRow:4},style:{flexBasis:"25%"}}]}),k8=(0,ev.ZP)("button",{name:"MuiPickersYear",slot:"YearButton",overridesResolver:(e,t)=>[t.yearButton,{[`&.${k5.disabled}`]:t.disabled},{[`&.${k5.selected}`]:t.selected}]})(({theme:e})=>(0,cM.Z)({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{margin:"6px 0",height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.focusOpacity})`:(0,ot.Fq)(e.palette.action.active,e.palette.action.focusOpacity)},"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:(0,ot.Fq)(e.palette.action.active,e.palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${k5.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${k5.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),k6=L.memo(function(e){let t=w8({props:e,name:"MuiPickersYear"}),{autoFocus:n,className:i,children:r,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,cT.Z)(t,k3),v=L.useRef(null),b=(e=>{let{disabled:t,selected:n,classes:i}=e;return(0,oe.Z)({root:["root"],yearButton:["yearButton",t&&"disabled",n&&"selected"]},k2,i)})(t);(0,Cc.Z)(()=>{n&&v.current?.focus()},[n]);let x=p?.yearButton??k8,y=(0,S4.Z)({elementType:x,externalSlotProps:m?.yearButton,additionalProps:{children:r,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,A.jsx)(k4,(0,cM.Z)({className:(0,r7.Z)(b.root,i),ownerState:t},g,{children:(0,A.jsx)(x,(0,cM.Z)({},y))}))});function k9(e){return(0,ou.ZP)("MuiYearCalendar",e)}(0,oc.Z)("MuiYearCalendar",["root"]);let k7=["autoFocus","className","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","readOnly","shouldDisableYear","disableHighlightToday","onYearFocus","hasFocus","onFocusedViewChange","yearsOrder","yearsPerRow","timezone","gridLabelId","slots","slotProps"],Me=(0,ev.ZP)("div",{name:"MuiYearCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"row",flexWrap:"wrap",overflowY:"auto",height:"100%",padding:"0 4px",width:320,maxHeight:280,boxSizing:"border-box",position:"relative"}),Mt=L.forwardRef(function(e,t){let n=function(e,t){let n=Sr(),i=So(),r=w8({props:e,name:t});return(0,cM.Z)({disablePast:!1,disableFuture:!1},r,{yearsPerRow:r.yearsPerRow??3,minDate:Sc(n,r.minDate,i.minDate),maxDate:Sc(n,r.maxDate,i.maxDate)})}(e,"MuiYearCalendar"),{autoFocus:i,className:r,value:o,defaultValue:s,referenceDate:l,disabled:a,disableFuture:c,disablePast:u,maxDate:h,minDate:d,onChange:f,readOnly:p,shouldDisableYear:m,onYearFocus:g,hasFocus:v,onFocusedViewChange:b,yearsOrder:x="asc",yearsPerRow:y,timezone:w,gridLabelId:S,slots:C,slotProps:k}=n,M=(0,cT.Z)(n,k7),{value:T,handleValueChange:D,timezone:R}=CN({name:"YearCalendar",timezone:w,value:o,defaultValue:s,referenceDate:l,onChange:f,valueManager:C6}),P=Ss(R),I=(0,ss.V)(),O=Sr(),E=L.useMemo(()=>C6.getInitialReferenceValue({value:T,utils:O,props:n,timezone:R,referenceDate:l,granularity:CH.year}),[]),Z=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"]},k9,t)})(n),j=L.useMemo(()=>O.getYear(P),[O,P]),F=L.useMemo(()=>null!=T?O.getYear(T):null,[T,O]),[B,V]=L.useState(()=>F||O.getYear(E)),[N,H]=(0,Co.Z)({name:"YearCalendar",state:"hasFocus",controlled:v,default:i??!1}),z=(0,Cr.Z)(e=>{H(e),b&&b(e)}),W=L.useCallback(e=>!!(u&&O.isBeforeYear(e,P)||c&&O.isAfterYear(e,P)||d&&O.isBeforeYear(e,d)||h&&O.isAfterYear(e,h))||!!m&&m(O.startOfYear(e)),[c,u,h,d,P,m,O]),$=(0,Cr.Z)((e,t)=>{p||D(O.setYear(T??E,t))}),_=(0,Cr.Z)(e=>{W(O.setYear(T??E,e))||(V(e),z(!0),g?.(e))});L.useEffect(()=>{V(e=>null!==F&&e!==F?F:e)},[F]);let q="desc"!==x?+y:-1*y,G=I&&"asc"===x||!I&&"desc"===x?-1:1,U=(0,Cr.Z)((e,t)=>{switch(e.key){case"ArrowUp":_(t-q),e.preventDefault();break;case"ArrowDown":_(t+q),e.preventDefault();break;case"ArrowLeft":_(t-G),e.preventDefault();break;case"ArrowRight":_(t+G),e.preventDefault()}}),K=(0,Cr.Z)((e,t)=>{_(t)}),Y=(0,Cr.Z)((e,t)=>{B===t&&z(!1)}),X=L.useRef(null),Q=(0,kd.Z)(t,X);L.useEffect(()=>{if(i||null===X.current)return;let e=X.current.querySelector('[tabindex="0"]');if(!e)return;let t=e.offsetHeight,n=e.offsetTop,r=X.current.clientHeight,o=X.current.scrollTop;t>r||n<o||(X.current.scrollTop=n+t-r/2-t/2)},[i]);let J=O.getYearRange([d,h]);return"desc"===x&&J.reverse(),(0,A.jsx)(Me,(0,cM.Z)({ref:Q,className:(0,r7.Z)(Z.root,r),ownerState:n,role:"radiogroup","aria-labelledby":S},M,{children:J.map(e=>{let t=O.getYear(e),n=a||W(e);return(0,A.jsx)(k6,{selected:t===F,value:t,onClick:$,onKeyDown:U,autoFocus:N&&t===B,disabled:n,tabIndex:t!==B||n?-1:0,onFocus:K,onBlur:Y,"aria-current":j===t?"date":void 0,yearsPerRow:y,slots:C,slotProps:k,children:O.format(e,"year")},O.format(e,"year"))})}))}),Mn=e=>(0,ou.ZP)("MuiPickersCalendarHeader",e),Mi=(0,oc.Z)("MuiPickersCalendarHeader",["root","labelContainer","label","switchViewButton","switchViewIcon"]),Mr=["slots","slotProps","currentMonth","disabled","disableFuture","disablePast","maxDate","minDate","onMonthChange","onViewChange","view","reduceAnimations","views","labelId","className","timezone","format"],Mo=["ownerState"],Ms=(0,ev.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",alignItems:"center",marginTop:12,marginBottom:4,paddingLeft:24,paddingRight:12,maxHeight:40,minHeight:40}),Ml=(0,ev.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"LabelContainer",overridesResolver:(e,t)=>t.labelContainer})(({theme:e})=>(0,cM.Z)({display:"flex",overflow:"hidden",alignItems:"center",cursor:"pointer",marginRight:"auto"},e.typography.body1,{fontWeight:e.typography.fontWeightMedium})),Ma=(0,ev.ZP)("div",{name:"MuiPickersCalendarHeader",slot:"Label",overridesResolver:(e,t)=>t.label})({marginRight:6}),Mc=(0,ev.ZP)(E.Z,{name:"MuiPickersCalendarHeader",slot:"SwitchViewButton",overridesResolver:(e,t)=>t.switchViewButton})({marginRight:"auto",variants:[{props:{view:"year"},style:{[`.${Mi.switchViewIcon}`]:{transform:"rotate(180deg)"}}}]}),Mu=(0,ev.ZP)(Sb,{name:"MuiPickersCalendarHeader",slot:"SwitchViewIcon",overridesResolver:(e,t)=>t.switchViewIcon})(({theme:e})=>({willChange:"transform",transition:e.transitions.create("transform"),transform:"rotate(0deg)"})),Mh=L.forwardRef(function(e,t){let n=Sk(),i=Sr(),r=w8({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=`${i.formats.month} ${i.formats.year}`}=r,S=(0,cT.Z)(r,Mr),C=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],labelContainer:["labelContainer"],label:["label"],switchViewButton:["switchViewButton"],switchViewIcon:["switchViewIcon"]},Mn,t)})(r),k=o?.switchViewButton??Mc,M=(0,S4.Z)({elementType:k,externalSlotProps:s?.switchViewButton,additionalProps:{size:"small","aria-label":n.calendarViewSwitchingButtonAriaLabel(m)},ownerState:r,className:C.switchViewButton}),T=o?.switchViewIcon??Mu,D=(0,S4.Z)({elementType:T,externalSlotProps:s?.switchViewIcon,ownerState:r,className:C.switchViewIcon}),R=(0,cT.Z)(D,Mo),P=function(e,{disableFuture:t,maxDate:n,timezone:i}){let r=Sr();return L.useMemo(()=>{let o=r.date(void 0,i),s=r.startOfMonth(t&&r.isBefore(o,n)?o:n);return!r.isAfter(s,e)},[t,n,e,r,i])}(l,{disableFuture:c,maxDate:h,timezone:y}),I=function(e,{disablePast:t,minDate:n,timezone:i}){let r=Sr();return L.useMemo(()=>{let o=r.date(void 0,i),s=r.startOfMonth(t&&r.isAfter(o,n)?o:n);return!r.isBefore(s,e)},[t,n,e,r,i])}(l,{disablePast:u,minDate:d,timezone:y});if(1===v.length&&"year"===v[0])return null;let O=i.formatByString(l,w);return(0,A.jsxs)(Ms,(0,cM.Z)({},S,{ownerState:r,className:(0,r7.Z)(C.root,x),ref:t,children:[(0,A.jsxs)(Ml,{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:r,"aria-live":"polite",className:C.labelContainer,children:[(0,A.jsx)(kh,{reduceAnimations:g,transKey:O,children:(0,A.jsx)(Ma,{id:b,ownerState:r,className:C.label,children:O})}),v.length>1&&!a&&(0,A.jsx)(k,(0,cM.Z)({},M,{children:(0,A.jsx)(T,(0,cM.Z)({},R))}))]}),(0,A.jsx)(ka.Z,{in:"day"===m,appear:!g,enter:!g,children:(0,A.jsx)(Ci,{slots:o,slotProps:s,onGoToPrevious:()=>f(i.addMonths(l,-1),"right"),isPreviousDisabled:I,previousLabel:n.previousMonth,onGoToNext:()=>f(i.addMonths(l,1),"left"),isNextDisabled:P,nextLabel:n.nextMonth})})]}))}),Md="undefined"!=typeof navigator&&navigator.userAgent.match(/android\s(\d+)|OS\s(\d+)/i),Mf=Md&&Md[1]?parseInt(Md[1],10):null,Mp=Md&&Md[2]?parseInt(Md[2],10):null,Mm=Mf&&Mf<10||Mp&&Mp<13||!1,Mg=e=>(0,ou.ZP)("MuiDateCalendar",e);(0,oc.Z)("MuiDateCalendar",["root","viewTransitionContainer"]);let Mv=["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"],Mb=(0,ev.ZP)(Cl,{name:"MuiDateCalendar",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",height:336}),Mx=(0,ev.ZP)(kh,{name:"MuiDateCalendar",slot:"ViewTransitionContainer",overridesResolver:(e,t)=>t.viewTransitionContainer})({}),My=L.forwardRef(function(e,t){let n=Sr(),i=(0,S3.Z)(),r=function(e,t){let n=Sr(),i=So(),r=(0,aF.Z)("@media (prefers-reduced-motion: reduce)",{defaultMatches:!1})||Mm,o=w8({props:e,name:t});return(0,cM.Z)({},o,{loading:o.loading??!1,disablePast:o.disablePast??!1,disableFuture:o.disableFuture??!1,openTo:o.openTo??"day",views:o.views??["year","day"],reduceAnimations:o.reduceAnimations??r,renderLoading:o.renderLoading??(()=>(0,A.jsx)("span",{children:"..."})),minDate:Sc(n,o.minDate,i.minDate),maxDate:Sc(n,o.maxDate,i.maxDate)})}(e,"MuiDateCalendar"),{autoFocus:o,onViewChange:s,value:l,defaultValue:a,referenceDate:c,disableFuture:u,disablePast:h,onChange:d,onYearChange:f,onMonthChange:p,reduceAnimations:m,shouldDisableDate:g,shouldDisableMonth:v,shouldDisableYear:b,view:x,views:y,openTo:w,className:S,disabled:C,readOnly:k,minDate:M,maxDate:T,disableHighlightToday:D,focusedView:R,onFocusedViewChange:P,showDaysOutsideCurrentMonth:I,fixedWeekNumber:O,dayOfWeekFormatter:E,slots:Z,slotProps:j,loading:F,renderLoading:B,displayWeekNumber:V,yearsOrder:N,yearsPerRow:H,monthsPerRow:z,timezone:W}=r,$=(0,cT.Z)(r,Mv),{value:_,handleValueChange:q,timezone:G}=CN({name:"DateCalendar",timezone:W,value:l,defaultValue:a,referenceDate:c,onChange:d,valueManager:C6}),{view:U,setView:K,focusedView:Y,setFocusedView:X,goToNextView:Q,setValueAndGoToNextView:J}=Cs({view:x,views:y,openTo:w,onChange:q,onViewChange:s,autoFocus:o,focusedView:R,onFocusedViewChange:P}),{referenceDate:ee,calendarState:et,changeFocusedDay:en,changeMonth:ei,handleChangeMonth:er,isDateDisabled:eo,onMonthSwitchingAnimationEnd:es}=(e=>{let t,{value:n,referenceDate:i,disableFuture:r,disablePast:o,disableSwitchToMonthOnDayFocus:s=!1,maxDate:l,minDate:a,onMonthChange:c,reduceAnimations:u,shouldDisableDate:h,timezone:d}=e,f=Sr(),p=L.useRef((t=!!u,(e,n)=>{switch(n.type){case"changeMonth":return(0,cM.Z)({},e,{slideDirection:n.direction,currentMonth:n.newMonth,isMonthSwitchingAnimating:!t});case"changeMonthTimezone":{let t=n.newTimezone;if(f.getTimezone(e.currentMonth)===t)return e;let i=f.setTimezone(e.currentMonth,t);return f.getMonth(i)!==f.getMonth(e.currentMonth)&&(i=f.setMonth(i,f.getMonth(e.currentMonth))),(0,cM.Z)({},e,{currentMonth:i})}case"finishMonthSwitchingAnimation":return(0,cM.Z)({},e,{isMonthSwitchingAnimating:!1});case"changeFocusedDay":{if(null!=e.focusedDay&&null!=n.focusedDay&&f.isSameDay(n.focusedDay,e.focusedDay))return e;let i=null!=n.focusedDay&&!s&&!f.isSameMonth(e.currentMonth,n.focusedDay);return(0,cM.Z)({},e,{focusedDay:n.focusedDay,isMonthSwitchingAnimating:i&&!t&&!n.withoutMonthSwitchingAnimation,currentMonth:i?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=L.useMemo(()=>C6.getInitialReferenceValue({value:n,utils:f,timezone:d,props:e,referenceDate:i,granularity:CH.day}),[i,d]),[g,v]=L.useReducer(p,{isMonthSwitchingAnimating:!1,focusedDay:m,currentMonth:f.startOfMonth(m),slideDirection:"left"});L.useEffect(()=>{v({type:"changeMonthTimezone",newTimezone:f.getTimezone(m)})},[m,f]);let b=L.useCallback(e=>{v((0,cM.Z)({type:"changeMonth"},e)),c&&c(e.newMonth)},[c]),x=L.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=ks({shouldDisableDate:h,minDate:a,maxDate:l,disableFuture:r,disablePast:o,timezone:d}),w=L.useCallback(()=>{v({type:"finishMonthSwitchingAnimation"})},[]);return{referenceDate:m,calendarState:g,changeMonth:x,changeFocusedDay:(0,Cr.Z)((e,t)=>{y(e)||v({type:"changeFocusedDay",focusedDay:e,withoutMonthSwitchingAnimation:t})}),isDateDisabled:y,onMonthSwitchingAnimationEnd:w,handleChangeMonth:b}})({value:_,referenceDate:c,reduceAnimations:m,onMonthChange:p,minDate:M,maxDate:T,shouldDisableDate:g,disablePast:h,disableFuture:u,timezone:G}),el=C&&_||M,ea=C&&_||T,ec=`${i}-grid-label`,eu=null!==Y,eh=Z?.calendarHeader??Mh,ed=(0,S4.Z)({elementType:eh,externalSlotProps:j?.calendarHeader,additionalProps:{views:y,view:U,currentMonth:et.currentMonth,onViewChange:K,onMonthChange:(e,t)=>er({newMonth:e,direction:t}),minDate:el,maxDate:ea,disabled:C,disablePast:h,disableFuture:u,reduceAnimations:m,timezone:G,labelId:ec},ownerState:r}),ef=(0,Cr.Z)(e=>{let t=n.startOfMonth(e),i=n.endOfMonth(e),r=eo(e)?Sa({utils:n,date:e,minDate:n.isBefore(M,t)?t:M,maxDate:n.isAfter(T,i)?i:T,disablePast:h,disableFuture:u,isDateDisabled:eo,timezone:G}):e;r?(J(r,"finish"),p?.(t)):(Q(),ei(t)),en(r,!0)}),ep=(0,Cr.Z)(e=>{let t=n.startOfYear(e),i=n.endOfYear(e),r=eo(e)?Sa({utils:n,date:e,minDate:n.isBefore(M,t)?t:M,maxDate:n.isAfter(T,i)?i:T,disablePast:h,disableFuture:u,isDateDisabled:eo,timezone:G}):e;r?(J(r,"finish"),f?.(r)):(Q(),ei(t)),en(r,!0)}),em=(0,Cr.Z)(e=>e?q(Sl(n,e,_??ee),"finish",U):q(e,"finish",U));L.useEffect(()=>{null!=_&&n.isValid(_)&&ei(_)},[_]);let eg=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],viewTransitionContainer:["viewTransitionContainer"]},Mg,t)})(r),ev={disablePast:h,disableFuture:u,maxDate:T,minDate:M},eb={disableHighlightToday:D,readOnly:k,disabled:C,timezone:G,gridLabelId:ec,slots:Z,slotProps:j},ex=L.useRef(U);L.useEffect(()=>{ex.current!==U&&(Y===ex.current&&X(U,!0),ex.current=U)},[Y,X,U]);let ey=L.useMemo(()=>[_],[_]);return(0,A.jsxs)(Mb,(0,cM.Z)({ref:t,className:(0,r7.Z)(eg.root,S),ownerState:r},$,{children:[(0,A.jsx)(eh,(0,cM.Z)({},ed,{slots:Z,slotProps:j})),(0,A.jsx)(Mx,{reduceAnimations:m,className:eg.viewTransitionContainer,transKey:U,ownerState:r,children:(0,A.jsxs)("div",{children:["year"===U&&(0,A.jsx)(Mt,(0,cM.Z)({},ev,eb,{value:_,onChange:ep,shouldDisableYear:b,hasFocus:eu,onFocusedViewChange:e=>X("year",e),yearsOrder:N,yearsPerRow:H,referenceDate:ee})),"month"===U&&(0,A.jsx)(k1,(0,cM.Z)({},ev,eb,{hasFocus:eu,className:S,value:_,onChange:ef,shouldDisableMonth:v,onFocusedViewChange:e=>X("month",e),monthsPerRow:z,referenceDate:ee})),"day"===U&&(0,A.jsx)(k_,(0,cM.Z)({},et,ev,eb,{onMonthSwitchingAnimationEnd:es,onFocusedDayChange:en,reduceAnimations:m,selectedDays:ey,onSelectedDaysChange:em,shouldDisableDate:g,shouldDisableMonth:v,shouldDisableYear:b,hasFocus:eu,onFocusedViewChange:e=>X("day",e),showDaysOutsideCurrentMonth:I,fixedWeekNumber:O,dayOfWeekFormatter:E,displayWeekNumber:V,loading:F,renderLoading:B}))]})})]}))}),Mw=({view:e,onViewChange:t,views:n,focusedView:i,onFocusedViewChange:r,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:k,slotProps:M,loading:T,renderLoading:D,disableHighlightToday:R,readOnly:P,disabled:I,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:E,sx:Z,autoFocus:L,fixedWeekNumber:j,displayWeekNumber:F,timezone:B})=>(0,A.jsx)(My,{view:e,onViewChange:t,views:n.filter(Sp),focusedView:i&&Sp(i)?i:null,onFocusedViewChange:r,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:k,slotProps:M,loading:T,renderLoading:D,disableHighlightToday:R,readOnly:P,disabled:I,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:E,sx:Z,autoFocus:L,fixedWeekNumber:j,displayWeekNumber:F,timezone:B});function MS(e){let{props:t,validator:n,value:i,timezone:r,onError:o}=e,s=Si(),l=L.useRef(n.valueManager.defaultErrorState),a=n({adapter:s,value:i,timezone:r,props:t}),c=n.valueManager.hasError(a);return L.useEffect(()=>{o&&!n.valueManager.isSameError(a,l.current)&&o(a,i),l.current=a},[n,o,a,i]),{validationError:a,hasValidationError:c,getValidationErrorForNewValue:(0,Cr.Z)(e=>n({adapter:s,value:e,timezone:r,props:t}))}}let MC=["className","sx"],Mk=(e=document)=>{let t=e.activeElement;return t?t.shadowRoot?Mk(t.shadowRoot):t:null};function MM(){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 MT(e){return(0,ou.ZP)("MuiPickersLayout",e)}let MD=(0,oc.Z)("MuiPickersLayout",["root","landscape","contentWrapper","toolbar","actionBar","tabs","shortcuts"]),MA=["onAccept","onClear","onCancel","onSetToday","actions"];function MR(e){let{onAccept:t,onClear:n,onCancel:i,onSetToday:r,actions:o}=e,s=(0,cT.Z)(e,MA),l=Sk();if(null==o||0===o.length)return null;let a=o?.map(e=>{switch(e){case"clear":return(0,A.jsx)(P.Z,{onClick:n,children:l.clearButtonLabel},e);case"cancel":return(0,A.jsx)(P.Z,{onClick:i,children:l.cancelButtonLabel},e);case"accept":return(0,A.jsx)(P.Z,{onClick:t,children:l.okButtonLabel},e);case"today":return(0,A.jsx)(P.Z,{onClick:r,children:l.todayButtonLabel},e);default:return null}});return(0,A.jsx)(lb.Z,(0,cM.Z)({},s,{children:a}))}var MP=n(71852),MI=n(88653),MO=n(70777);function ME(e){return(0,ou.ZP)("MuiListItem",e)}function MZ(e){return(0,ou.ZP)("MuiListItemSecondaryAction",e)}(0,oc.Z)("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]),(0,oc.Z)("MuiListItemSecondaryAction",["root","disableGutters"]);let ML=(0,ev.ZP)("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)",variants:[{props:({ownerState:e})=>e.disableGutters,style:{right:0}}]}),Mj=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiListItemSecondaryAction"}),{className:i,...r}=n,o=L.useContext(oa.Z),s={...n,disableGutters:o.disableGutters},l=(e=>{let{disableGutters:t,classes:n}=e;return(0,oe.Z)({root:["root",t&&"disableGutters"]},MZ,n)})(s);return(0,A.jsx)(ML,{className:(0,r7.Z)(l.root,i),ownerState:s,ref:t,...r})});Mj.muiName="ListItemSecondaryAction";let MF=(0,ev.ZP)("div",{name:"MuiListItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.dense&&t.dense,"flex-start"===n.alignItems&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters,!n.disablePadding&&t.padding,n.hasSecondaryAction&&t.secondaryAction]}})((0,on.Z)(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>!e.disablePadding&&e.dense,style:{paddingTop:4,paddingBottom:4}},{props:({ownerState:e})=>!e.disablePadding&&!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>!e.disablePadding&&!!e.secondaryAction,style:{paddingRight:48}},{props:({ownerState:e})=>!!e.secondaryAction,style:{[`& > .${od.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}}]}))),MB=(0,ev.ZP)("li",{name:"MuiListItem",slot:"Container",overridesResolver:(e,t)=>t.container})({position:"relative"}),MV=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiListItem"}),{alignItems:i="center",children:r,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=L.useContext(oa.Z),w=L.useMemo(()=>({dense:d||y.dense||!1,alignItems:i,disableGutters:f}),[i,y.dense,d,f]),S=L.useRef(null),C=L.Children.toArray(r),k=C.length&&(0,MO.Z)(C[C.length-1],["ListItemSecondaryAction"]),M={...n,alignItems:i,dense:w.dense,disableGutters:f,disablePadding:p,divider:m,hasSecondaryAction:k},T=(e=>{let{alignItems:t,classes:n,dense:i,disableGutters:r,disablePadding:o,divider:s,hasSecondaryAction:l}=e;return(0,oe.Z)({root:["root",i&&"dense",!r&&"gutters",!o&&"padding",s&&"divider","flex-start"===t&&"alignItemsFlexStart",l&&"secondaryAction"],container:["container"]},ME,n)})(M),D=(0,ol.Z)(S,t),R=b.root||l.Root||MF,P=v.root||a.root||{},I={className:(0,r7.Z)(T.root,P.className,o),...x},O=s||"li";return k?(O=I.component||s?O:"div","li"===c&&("li"===O?O="div":"li"===I.component&&(I.component="div")),(0,A.jsx)(oa.Z.Provider,{value:w,children:(0,A.jsxs)(MB,{as:c,className:(0,r7.Z)(T.container,u),ref:D,ownerState:M,...h,children:[(0,A.jsx)(R,{...P,...!(0,MI.Z)(R)&&{as:O,ownerState:{...M,...P.ownerState}},...I,children:C}),C.pop()]})})):(0,A.jsx)(oa.Z.Provider,{value:w,children:(0,A.jsxs)(R,{...P,as:O,ref:D,...!(0,MI.Z)(R)&&{ownerState:{...M,...P.ownerState}},...I,children:[C,g&&(0,A.jsx)(Mj,{children:g})]})})});var MN=n(52889);let MH=["items","changeImportance","isLandscape","onChange","isValid"],Mz=["getValue"];function MW(e){let{items:t,changeImportance:n="accept",onChange:i,isValid:r}=e,o=(0,cT.Z)(e,MH);if(null==t||0===t.length)return null;let s=t.map(e=>{let{getValue:t}=e,o=(0,cT.Z)(e,Mz),s=t({isValid:r});return(0,cM.Z)({},o,{label:o.label,onClick:()=>{i(s,n,o)},disabled:!r(s)})});return(0,A.jsx)(MP.Z,(0,cM.Z)({dense:!0,sx:[{maxHeight:336,maxWidth:200,overflow:"auto"},...Array.isArray(o.sx)?o.sx:[o.sx]]},o,{children:s.map(e=>(0,A.jsx)(MV,{children:(0,A.jsx)(MN.Z,(0,cM.Z)({},e))},e.id??e.label))}))}let M$=(0,ev.ZP)("div",{name:"MuiPickersLayout",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"grid",gridAutoColumns:"max-content auto max-content",gridAutoRows:"max-content auto max-content",[`& .${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}}}]}),M_=(0,ev.ZP)("div",{name:"MuiPickersLayout",slot:"ContentWrapper",overridesResolver:(e,t)=>t.contentWrapper})({gridColumn:2,gridRow:2,display:"flex",flexDirection:"column"}),Mq=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersLayout"}),{toolbar:i,content:r,tabs:o,actionBar:s,shortcuts:l}=(e=>{let{wrapperVariant:t,onAccept:n,onClear:i,onCancel:r,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,oe.Z)({root:["root",n&&"landscape"],contentWrapper:["contentWrapper"],toolbar:["toolbar"],actionBar:["actionBar"],tabs:["tabs"],landscape:["landscape"],shortcuts:["shortcuts"]},MT,t)})(e),y=v?.actionBar??MR,w=(0,S4.Z)({elementType:y,externalSlotProps:b?.actionBar,additionalProps:{onAccept:n,onClear:i,onCancel:r,onSetToday:o,actions:"desktop"===t?[]:["cancel","accept"]},className:x.actionBar,ownerState:(0,cM.Z)({},e,{wrapperVariant:t})}),S=(0,A.jsx)(y,(0,cM.Z)({},w)),C=v?.toolbar,k=(0,S4.Z)({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,cM.Z)({},e,{wrapperVariant:t})}),M=null!==k.view&&C?(0,A.jsx)(C,(0,cM.Z)({},k)):null,T=v?.tabs,D=s&&T?(0,A.jsx)(T,(0,cM.Z)({view:s,onViewChange:a,className:x.tabs},b?.tabs)):null,R=v?.shortcuts??MW,P=(0,S4.Z)({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:M,content:g,tabs:D,actionBar:S,shortcuts:s&&R?(0,A.jsx)(R,(0,cM.Z)({},P)):null}})(n),{sx:a,className:c,isLandscape:u,wrapperVariant:h}=n,d=(e=>{let{isLandscape:t,classes:n}=e;return(0,oe.Z)({root:["root",t&&"landscape"],contentWrapper:["contentWrapper"]},MT,n)})(n);return(0,A.jsxs)(M$,{ref:t,sx:a,className:(0,r7.Z)(d.root,c),ownerState:n,children:[u?l:i,u?i:l,(0,A.jsx)(M_,{className:d.contentWrapper,children:"desktop"===h?(0,A.jsxs)(L.Fragment,{children:[r,o]}):(0,A.jsxs)(L.Fragment,{children:[o,r]})}),s]})}),MG=["props","ref"],MU=(0,ev.ZP)(Mq)(({theme:e})=>({overflow:"hidden",minWidth:320,backgroundColor:(e.vars||e).palette.background.paper})),MK=({adapter:e,value:t,timezone:n,props:i})=>{if(null===t)return null;let{minTime:r,maxTime:o,minutesStep:s,shouldDisableTime:l,disableIgnoringDatePartForTimeValidation:a=!1,disablePast:c,disableFuture:u}=i,h=e.utils.date(void 0,n),d=SU(a,e.utils);switch(!0){case!e.utils.isValid(t):return"invalidDate";case!!(r&&d(r,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}};MK.valueManager=C6;let MY=({adapter:e,value:t,timezone:n,props:i})=>{let r=ko({adapter:e,value:t,timezone:n,props:i});return null!==r?r:MK({adapter:e,value:t,timezone:n,props:i})};MY.valueManager=C6;let MX=L.forwardRef(function(e,t){let n=function(e,t){let n=Sr(),i=So(),r=w8({props:e,name:t}),o=r.ampm??n.is12HourCycleInCurrentLocale(),s=L.useMemo(()=>r.localeText?.toolbarTitle==null?r.localeText:(0,cM.Z)({},r.localeText,{dateTimePickerToolbarTitle:r.localeText.toolbarTitle}),[r.localeText]);return(0,cM.Z)({},r,(({openTo:e,defaultOpenTo:t,views:n,defaultViews:i})=>{let r,o=n??i;if(null!=e)r=e;else if(o.includes(t))r=t;else if(o.length>0)r=o[0];else throw Error("MUI X: The `views` prop must contain at least one view.");return{views:o,openTo:r}})({views:r.views,openTo:r.openTo,defaultViews:["year","day","hours","minutes"],defaultOpenTo:"day"}),{ampm:o,localeText:s,orientation:r.orientation??"portrait",disableIgnoringDatePartForTimeValidation:r.disableIgnoringDatePartForTimeValidation??!!(r.minDateTime||r.maxDateTime||r.disablePast||r.disableFuture),disableFuture:r.disableFuture??!1,disablePast:r.disablePast??!1,minDate:Sc(n,r.minDateTime??r.minDate,i.minDate),maxDate:Sc(n,r.maxDateTime??r.maxDate,i.maxDate),minTime:r.minDateTime??r.minTime,maxTime:r.maxDateTime??r.maxTime,slots:(0,cM.Z)({toolbar:S5,tabs:SD},r.slots),slotProps:(0,cM.Z)({},r.slotProps,{toolbar:(0,cM.Z)({ampm:o},r.slotProps?.toolbar)})})}(e,"MuiStaticDateTimePicker"),i=n.displayStaticWrapperAs??"mobile",r=n.ampmInClock??"desktop"===i,o=(0,cM.Z)({day:Mw,month:Mw,year:Mw,hours:kr,minutes:kr,seconds:kr},n.viewRenderers),{renderPicker:s}=(e=>{let{props:t,ref:n}=e,i=(0,cT.Z)(e,MG),{localeText:r,slots:o,slotProps:s,className:l,sx:a,displayStaticWrapperAs:c,autoFocus:u}=t,{layoutProps:h,renderCurrentView:d}=(({props:e,valueManager:t,valueType:n,wrapperVariant:i,additionalViewProps:r,validator:o,autoFocusView:s,rendererInterceptor:l,fieldRef:a})=>{let c=(({props:e,valueManager:t,valueType:n,wrapperVariant:i,validator:r})=>{let{onAccept:o,onChange:s,value:l,defaultValue:a,closeOnSelect:c="desktop"===i,timezone:u,referenceDate:h}=e,{current:d}=L.useRef(a),{current:f}=L.useRef(void 0!==l),[p,m]=L.useState(u),g=Sr(),v=Si(),{isOpen:b,setIsOpen:x}=(({open:e,onOpen:t,onClose:n})=>{let i=L.useRef("boolean"==typeof e).current,[r,o]=L.useState(!1);return L.useEffect(()=>{if(i){if("boolean"!=typeof e)throw Error("You must not mix controlling and uncontrolled mode for `open` prop");o(e)}},[i,e]),{isOpen:r,setIsOpen:L.useCallback(e=>{i||o(e),e&&t&&t(),!e&&n&&n()},[i,t,n])}})(e),{timezone:y,value:w,handleValueChange:S}=CV({timezone:u,value:l,defaultValue:d,referenceDate:h,onChange:s,valueManager:t}),[C,k]=L.useState(()=>{let e;return{draft:e=void 0!==w?w:void 0!==d?d:t.emptyValue,lastPublishedValue:e,lastCommittedValue:e,lastControlledValue:l,hasBeenModifiedSinceMount:!1}}),M=t.getTimezone(g,C.draft);p!==u&&(m(u),u&&M&&u!==M&&k(e=>(0,cM.Z)({},e,{draft:t.setTimezone(g,u,e.draft)})));let{getValidationErrorForNewValue:T}=MS({props:e,validator:r,timezone:y,value:C.draft,onError:e.onError}),D=(0,Cr.Z)(e=>{let n={action:e,dateState:C,hasChanged:n=>!t.areValuesEqual(g,e.value,n),isControlled:f,closeOnSelect:c},i=(e=>{let{action:t,hasChanged:n,dateState:i,isControlled:r}=e,o=!r&&!i.hasBeenModifiedSinceMount;return"setValueFromField"===t.name||("setValueFromAction"===t.name?!!(o&&["accept","today","clear"].includes(t.pickerAction))||n(i.lastPublishedValue):("setValueFromView"===t.name&&"shallow"!==t.selectionState||"setValueFromShortcut"===t.name)&&(!!o||n(i.lastPublishedValue)))})(n),r=(e=>{let{action:t,hasChanged:n,dateState:i,isControlled:r,closeOnSelect:o}=e,s=!r&&!i.hasBeenModifiedSinceMount;return"setValueFromAction"===t.name?!!(s&&["accept","today","clear"].includes(t.pickerAction))||n(i.lastCommittedValue):"setValueFromView"===t.name&&"finish"===t.selectionState&&o?!!s||n(i.lastCommittedValue):"setValueFromShortcut"===t.name&&"accept"===t.changeImportance&&n(i.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);k(t=>(0,cM.Z)({},t,{draft:e.value,lastPublishedValue:i?e.value:t.lastPublishedValue,lastCommittedValue:r?e.value:t.lastCommittedValue,hasBeenModifiedSinceMount:!0}));let l=null,a=()=>(l||(l={validationError:"setValueFromField"===e.name?e.context.validationError:T(e.value)},"setValueFromShortcut"===e.name&&(l.shortcut=e.shortcut)),l);i&&S(e.value,a()),r&&o&&o(e.value,a()),s&&x(!1)});if(C.lastControlledValue!==l){let e=t.areValuesEqual(g,C.draft,w);k(t=>(0,cM.Z)({},t,{lastControlledValue:l},e?{}:{lastCommittedValue:w,lastPublishedValue:w,draft:w,hasBeenModifiedSinceMount:!0}))}let A=(0,Cr.Z)(()=>{D({value:t.emptyValue,name:"setValueFromAction",pickerAction:"clear"})}),R=(0,Cr.Z)(()=>{D({value:C.lastPublishedValue,name:"setValueFromAction",pickerAction:"accept"})}),P=(0,Cr.Z)(()=>{D({value:C.lastPublishedValue,name:"setValueFromAction",pickerAction:"dismiss"})}),I=(0,Cr.Z)(()=>{D({value:C.lastCommittedValue,name:"setValueFromAction",pickerAction:"cancel"})}),O=(0,Cr.Z)(()=>{D({value:t.getTodayValue(g,y,n),name:"setValueFromAction",pickerAction:"today"})}),E=(0,Cr.Z)(e=>{e.preventDefault(),x(!0)}),Z=(0,Cr.Z)(e=>{e?.preventDefault(),x(!1)}),j=(0,Cr.Z)((e,t="partial")=>D({name:"setValueFromView",value:e,selectionState:t})),F=(0,Cr.Z)((e,t,n)=>D({name:"setValueFromShortcut",value:e,changeImportance:t,shortcut:n})),B=(0,Cr.Z)((e,t)=>D({name:"setValueFromField",value:e,context:t})),V={onClear:A,onAccept:R,onDismiss:P,onCancel:I,onSetToday:O,onOpen:E,onClose:Z},N={value:C.draft,onChange:B},H=L.useMemo(()=>t.cleanValue(g,C.draft),[g,t,C.draft]),z=(0,cM.Z)({},V,{value:H,onChange:j,onSelectShortcut:F,isValid:n=>{let i=r({adapter:v,value:n,timezone:y,props:e});return!t.hasError(i)}}),W=L.useMemo(()=>({onOpen:E,onClose:Z,open:b}),[b,Z,E]);return{open:b,fieldProps:N,viewProps:{value:H,onChange:j,onClose:Z,open:b},layoutProps:z,actions:V,contextValue:W}})({props:e,valueManager:t,valueType:n,wrapperVariant:i,validator:o}),u=(({props:e,propsFromPickerValue:t,additionalViewProps:n,autoFocusView:i,rendererInterceptor:r,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,cT.Z)(e,MC),{view:g,setView:v,defaultView:b,focusedView:x,setFocusedView:y,setValueAndGoToNextView:w}=Cs({view:c,views:u,openTo:h,onChange:s,onViewChange:d,autoFocus:i}),{hasUIView:S,viewModeLookup:C}=L.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]),k=L.useMemo(()=>u.reduce((e,t)=>null!=f[t]&&S_(t)?e+1:e,0),[f,u]),M=C[g],T=(0,Cr.Z)(()=>"UI"===M),[D,A]=L.useState("UI"===M?g:null);return D!==g&&"UI"===C[g]&&A(g),(0,Cc.Z)(()=>{"field"===M&&l&&(a(),setTimeout(()=>{o?.current?.setSelectedSections(g),o?.current?.focusField(g)}))},[g]),(0,Cc.Z)(()=>{if(!l)return;let e=g;"field"===M&&null!=D&&(e=D),e!==b&&"UI"===C[e]&&"UI"===C[b]&&(e=b),e!==g&&v(e),y(e,!0)},[l]),{hasUIView:S,shouldRestoreFocus:T,layoutProps:{views:u,view:D,onViewChange:v},renderCurrentView:()=>{if(null==D)return null;let e=f[D];if(null==e)return null;let i=(0,cM.Z)({},m,n,t,{views:u,timezone:p,onChange:w,view:D,onViewChange:v,focusedView:x,onFocusedViewChange:y,showViewSwitcher:k>1,timeViewsCount:k});return r?r(f,D,i):e(i)}}})({props:e,additionalViewProps:r,autoFocusView:s,fieldRef:a,propsFromPickerValue:c.viewProps,rendererInterceptor:l}),h=(({props:e,propsFromPickerValue:t,propsFromPickerViews:n,wrapperVariant:i})=>{let{orientation:r}=e,o=((e,t)=>{var n;let[i,r]=L.useState(MM);return(0,Cc.Z)(()=>{let e=()=>{r(MM())};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||i)})(n.views,r),s=(0,ss.V)();return{layoutProps:(0,cM.Z)({},n,t,{isLandscape:o,isRtl:s,wrapperVariant:i,disabled:e.disabled,readOnly:e.readOnly})}})({props:e,wrapperVariant:i,propsFromPickerValue:c.layoutProps,propsFromPickerViews:u.layoutProps}),d=function(e){let{props:t,pickerValueResponse:n}=e;return L.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,cM.Z)({},i,{props:t,autoFocusView:u??!1,additionalViewProps:{},wrapperVariant:c})),f=o?.layout??MU;return{renderPicker:()=>(0,A.jsx)(w7,{localeText:r,children:(0,A.jsx)(f,(0,cM.Z)({},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,r7.Z)(l,s?.layout?.className),ref:n,children:d()}))})}})({props:(0,cM.Z)({},n,{viewRenderers:o,displayStaticWrapperAs:i,ampmInClock:r,yearsPerRow:n.yearsPerRow??("mobile"===i?3:4),slotProps:(0,cM.Z)({},n.slotProps,{tabs:(0,cM.Z)({hidden:"desktop"===i},n.slotProps?.tabs),toolbar:(0,cM.Z)({hidden:"desktop"===i,ampmInClock:r},n.slotProps?.toolbar)})}),valueManager:C6,valueType:"date-time",validator:MY,ref:t});return s()});MX.propTypes={ampm:St().bool,ampmInClock:St().bool,autoFocus:St().bool,className:St().string,dayOfWeekFormatter:St().func,defaultValue:St().object,disabled:St().bool,disableFuture:St().bool,disableHighlightToday:St().bool,disableIgnoringDatePartForTimeValidation:St().bool,disablePast:St().bool,displayStaticWrapperAs:St().oneOf(["desktop","mobile"]),displayWeekNumber:St().bool,fixedWeekNumber:St().number,loading:St().bool,localeText:St().object,maxDate:St().object,maxDateTime:St().object,maxTime:St().object,minDate:St().object,minDateTime:St().object,minTime:St().object,minutesStep:St().number,monthsPerRow:St().oneOf([3,4]),onAccept:St().func,onChange:St().func,onClose:St().func,onError:St().func,onMonthChange:St().func,onViewChange:St().func,onYearChange:St().func,openTo:St().oneOf(["day","hours","minutes","month","seconds","year"]),orientation:St().oneOf(["landscape","portrait"]),readOnly:St().bool,reduceAnimations:St().bool,referenceDate:St().object,renderLoading:St().func,shouldDisableDate:St().func,shouldDisableMonth:St().func,shouldDisableTime:St().func,shouldDisableYear:St().func,showDaysOutsideCurrentMonth:St().bool,slotProps:St().object,slots:St().object,sx:St().oneOfType([St().arrayOf(St().oneOfType([St().func,St().object,St().bool])),St().func,St().object]),timezone:St().string,value:St().object,view:St().oneOf(["day","hours","minutes","month","seconds","year"]),viewRenderers:St().shape({day:St().func,hours:St().func,minutes:St().func,month:St().func,seconds:St().func,year:St().func}),views:St().arrayOf(St().oneOf(["day","hours","minutes","month","seconds","year"]).isRequired),yearsOrder:St().oneOf(["asc","desc"]),yearsPerRow:St().oneOf([3,4])};let MQ=({utils:e,date:t,shouldRespectLeadingZeros:n,localeText:i,localizedDigits:r,now:o,token:s,startSeparator:l})=>{if(""===s)throw Error("MUI X: Should not call `commitToken` with an empty token");let a=CW(e,s),c=C1(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=CU(CY(CG(d,r),f),r))}return(0,cM.Z)({},a,{format:s,maxLength:f,value:d,placeholder:((e,t,n,i)=>{switch(n.type){case"year":return t.fieldYearPlaceholder({digitAmount:e.formatByString(e.date(void 0,"default"),i).length,format:i});case"month":return t.fieldMonthPlaceholder({contentType:n.contentType,format:i});case"day":return t.fieldDayPlaceholder({format:i});case"weekDay":return t.fieldWeekDayPlaceholder({contentType:n.contentType,format:i});case"hours":return t.fieldHoursPlaceholder({format:i});case"minutes":return t.fieldMinutesPlaceholder({format:i});case"seconds":return t.fieldSecondsPlaceholder({format:i});case"meridiem":return t.fieldMeridiemPlaceholder({format:i});default:return i}})(e,i,a,s),hasLeadingZerosInFormat:c,hasLeadingZerosInInput:u,startSeparator:l,endSeparator:"",modified:!1})},MJ=e=>{let t=(({utils:e,format:t})=>{let n=10,i=t,r=e.expandFormat(t);for(;r!==i;)if(i=r,r=e.expandFormat(i),(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 r})(e);e.isRtl&&e.enableAccessibleFieldDOMStructure&&(t=t.split(" ").reverse().join(" "));let n=(({utils:e,expandedFormat:t})=>{let n=[],{start:i,end:r}=e.escapedCharacters,o=RegExp(`(\\${i}[^\\${r}]*\\${r})+`,"g"),s=null;for(;s=o.exec(t);)n.push({start:s.index,end:o.lastIndex-1});return n})((0,cM.Z)({},e,{expandedFormat:t})),i=(e=>{let{utils:t,expandedFormat:n,escapedParts:i}=e,r=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=>i.find(t=>t.start<=e&&t.end>=e),d=0;for(;d<n.length;){let t=h(d),i=null!=t,l=a.exec(n.slice(d))?.[1];if(!i&&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(MQ((0,cM.Z)({},e,{now:r,token:n,startSeparator:s}))),s=""}d+=l.length}else{let e=n[d];i&&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,cM.Z)({},e,{expandedFormat:t,escapedParts:n}));return(({isRtl:e,formatDensity:t,sections:n})=>n.map(n=>{let i=n=>{let i=n;return e&&null!==i&&i.includes(" ")&&(i=`\u2069${i}\u2066`),"spacious"===t&&["/",".","-"].includes(i)&&(i=` ${i} `),i};return n.startSeparator=i(n.startSeparator),n.endSeparator=i(n.endSeparator),n}))((0,cM.Z)({},e,{sections:i}))},M0=e=>{let{internalProps:{disabled:t,readOnly:n=!1},forwardedProps:{sectionListRef:i,onBlur:r,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,k=L.useRef(null),M=(0,kd.Z)(i,k),T=Sk(),D=Sr(),A=(0,S3.Z)(),[R,P]=L.useState(!1),I=L.useMemo(()=>({syncSelectionToDOM:()=>{let e;if(!k.current)return;let t=document.getSelection();if(!t)return;if(null==m){t.rangeCount>0&&k.current.getRoot().contains(t.getRangeAt(0).startContainer)&&t.removeAllRanges(),R&&k.current.getRoot().blur();return}if(!k.current.getRoot().contains(Mk(document)))return;let n=new window.Range;e="all"===m?k.current.getRoot():"empty"===g.sections[m].type?k.current.getSectionContainer(m):k.current.getSectionContent(m),n.selectNodeContents(e),e.focus(),t.removeAllRanges(),t.addRange(n)},getActiveSectionIndexFromDOM:()=>{let e=Mk(document);return e&&k.current&&k.current.getRoot().contains(e)?k.current.getSectionIndexFromDOMElement(e):null},focusField:(e=0)=>{if(!k.current||null!=I.getActiveSectionIndexFromDOM())return;let t=C4(e,g.sections);P(!0),k.current.getSectionContent(t).focus()},setSelectedSections:e=>{if(!k.current)return;let t=C4(e,g.sections);P(null!==("all"===t?0:t)),p(e)},isFieldFocused:()=>{let e=Mk(document);return!!k.current&&k.current.getRoot().contains(e)}}),[m,p,g.sections,R]),O=(0,Cr.Z)(e=>{if(!k.current)return;let t=g.sections[e];k.current.getSectionContent(e).innerHTML=t.value||t.placeholder,I.syncSelectionToDOM()}),E=(0,Cr.Z)((e,...t)=>{!e.isDefaultPrevented()&&k.current&&(P(!0),o?.(e,...t),"all"===m?setTimeout(()=>{let e=document.getSelection().getRangeAt(0).startOffset;if(0===e)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)}):R?k.current.getRoot().contains(e.target)||p(w.startIndex):(P(!0),p(w.startIndex)))}),Z=(0,Cr.Z)(e=>{if(l?.(e),!k.current||"all"!==m)return;let t=e.target.textContent??"";k.current.getRoot().innerHTML=g.sections.map(e=>`${e.startSeparator}${e.value||e.placeholder}${e.endSeparator}`).join(""),I.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}))}),j=(0,Cr.Z)(e=>{if(a?.(e),n||"all"!==m)return void e.preventDefault();let t=e.clipboardData.getData("text");e.preventDefault(),f(),y(t)}),F=(0,Cr.Z)((...e)=>{s?.(...e),!R&&k.current&&(P(!0),null==k.current.getSectionIndexFromDOMElement(Mk(document))&&p(w.startIndex))}),B=(0,Cr.Z)((...e)=>{r?.(...e),setTimeout(()=>{if(!k.current)return;let e=Mk(document);k.current.getRoot().contains(e)||(P(!1),p(null))})}),V=(0,Cr.Z)(e=>t=>{t.isDefaultPrevented()||p(e)}),N=(0,Cr.Z)(e=>{e.preventDefault()}),H=(0,Cr.Z)(e=>()=>{p(e)}),z=(0,Cr.Z)(e=>{if(e.preventDefault(),n||t||"number"!=typeof m)return;let i=g.sections[m],r=e.clipboardData.getData("text"),o=/^[a-zA-Z]+$/.test(r),s=/^[0-9]+$/.test(r),l=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(r);"letter"===i.contentType&&o||"digit"===i.contentType&&s||"digit-with-letter"===i.contentType&&l?(f(),x({activeSection:i,newSectionValue:r,shouldGoToNextSection:!0})):o||s||(f(),y(r))}),W=(0,Cr.Z)(e=>{e.preventDefault(),e.dataTransfer.dropEffect="none"}),$=(0,Cr.Z)(e=>{if(!k.current)return;let t=e.target,i=t.textContent??"",r=k.current.getSectionIndexFromDOMElement(t),o=g.sections[r];if(n||!k.current)return void O(r);if(0===i.length){if(""===o.value)return void O(r);let t=e.nativeEvent.inputType;return"insertParagraph"===t||"insertLineBreak"===t?void O(r):(f(),void v())}d({keyPressed:i,sectionIndex:r}),O(r)});(0,Cc.Z)(()=>{if(R&&k.current){if("all"===m)k.current.getRoot().focus();else if("number"==typeof m){let e=k.current.getSectionContent(m);e&&e.focus()}}},[m,R]);let _=L.useMemo(()=>g.sections.reduce((e,t)=>(e[t.type]=C[t.type]({currentDate:null,contentType:t.contentType,format:t.format}),e),{}),[C,g.sections]),q="all"===m,G=L.useMemo(()=>g.sections.map((e,i)=>{let r=!q&&!t&&!n;return{container:{"data-sectionindex":i,onClick:V(i)},content:{tabIndex:q||i>0?-1:0,contentEditable:!q&&!t&&!n,role:"spinbutton",id:`${A}-${e.type}`,"aria-labelledby":`${A}-${e.type}`,"aria-readonly":n,"aria-valuenow":((e,t)=>{if(e.value)switch(e.type){case"weekDay":if("letter"===e.contentType)return;return Number(e.value);case"meridiem":{let n=t.parse(`01:00 ${e.value}`,`${t.formats.hours12h}:${t.formats.minutes} ${e.format}`);if(n)return+(t.getHours(n)>=12);return}case"day":return"digit-with-letter"===e.contentType?parseInt(e.value,10):Number(e.value);case"month":{if("digit"===e.contentType)return Number(e.value);let n=t.parse(e.value,e.format);return n?t.getMonth(n)+1:void 0}default:return"letter"!==e.contentType?Number(e.value):void 0}})(e,D),"aria-valuemin":_[e.type].minimum,"aria-valuemax":_[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,D):T.empty,"aria-label":T[e.type],"aria-disabled":t,spellCheck:!r&&void 0,autoCapitalize:r?"off":void 0,autoCorrect:r?"off":void 0,[parseInt(L.version,10)>=17?"enterKeyHint":"enterkeyhint"]:r?"next":void 0,children:e.value||e.placeholder,onInput:$,onPaste:z,onFocus:H(i),onDragOver:W,onMouseUp:N,inputMode:"letter"===e.contentType?"text":"numeric"},before:{children:e.startSeparator},after:{children:e.endSeparator}}}),[g.sections,H,z,W,$,V,N,t,n,q,T,D,_,A]),U=(0,Cr.Z)(e=>{y(e.target.value)}),K=L.useMemo(()=>S?"":h.getV7HiddenInputValueFromSections(g.sections),[S,g.sections,h]);return L.useEffect(()=>{if(null==k.current)throw Error("MUI X: The `sectionListRef` prop has not been initialized by `PickersSectionList`\nYou probably tried to pass a component to the `textField` slot that contains an `<input />` element instead of a `PickersSectionList`.\n\nIf you want to keep using an `<input />` HTML element for the editing, please remove the `enableAccessibleFieldDOMStructure` prop from your picker or field component:\n\n<DatePicker slots={{ textField: MyCustomTextField }} />\n\nLearn more about the field accessible DOM structure on the MUI documentation: https://mui.com/x/react-date-pickers/fields/#fields-to-edit-a-single-element");u&&k.current&&k.current.getSectionContent(w.startIndex).focus()},[]),{interactions:I,returnedValue:{autoFocus:u,readOnly:n,focused:c??R,sectionListRef:M,onBlur:B,onClick:E,onFocus:F,onInput:Z,onPaste:j,enableAccessibleFieldDOMStructure:!0,elements:G,tabIndex:0===m?-1:0,contentEditable:q,value:K,onChange:U,areAllSectionsEmpty:S}}},M1=e=>e.replace(/[\u2066\u2067\u2068\u2069]/g,""),M2=e=>{let t=(0,ss.V)(),n=L.useRef(void 0),i=L.useRef(void 0),{forwardedProps:{onFocus:r,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:k,getSectionsFromValue:M,areAllSectionsEmpty:T,localizedDigits:D}=e,A=L.useRef(null),R=(0,kd.Z)(a,A),P=L.useMemo(()=>((e,t,n)=>{let i=0,r=+!!n,o=[];for(let s=0;s<e.length;s+=1){let l=e[s],a=CQ(l,n?"input-rtl":"input-ltr",t),c=`${l.startSeparator}${a}${l.endSeparator}`,u=M1(c).length,h=c.length,d=M1(a),f=r+(""===d?0:a.indexOf(d[0]))+l.startSeparator.length,p=f+d.length;o.push((0,cM.Z)({},l,{start:i,end:i+u,startInInput:f,endInInput:p})),i+=u,r+=h}return o})(p.sections,D,t),[p.sections,D,t]),I=L.useMemo(()=>({syncSelectionToDOM:()=>{if(!A.current)return;if(null==d){A.current.scrollLeft&&(A.current.scrollLeft=0);return}if(A.current!==Mk(document))return;let e=A.current.scrollTop;if("all"===d)A.current.select();else{let e=P[d],t="empty"===e.type?e.startInInput-e.startSeparator.length:e.startInInput,n="empty"===e.type?e.endInInput+e.endSeparator.length:e.endInInput;(t!==A.current.selectionStart||n!==A.current.selectionEnd)&&A.current===Mk(document)&&A.current.setSelectionRange(t,n),clearTimeout(i.current),i.current=setTimeout(()=>{A.current&&A.current===Mk(document)&&A.current.selectionStart===A.current.selectionEnd&&(A.current.selectionStart!==t||A.current.selectionEnd!==n)&&I.syncSelectionToDOM()})}A.current.scrollTop=e},getActiveSectionIndexFromDOM:()=>{let e=A.current.selectionStart??0,t=A.current.selectionEnd??0;if(0===e&&0===t)return null;let n=e<=P[0].startInInput?1:P.findIndex(t=>t.startInInput-t.startSeparator.length>e);return -1===n?P.length-1:n-1},focusField:(e=0)=>{Mk(document)!==A.current&&(A.current?.focus(),k(e))},setSelectedSections:e=>k(e),isFieldFocused:()=>A.current===Mk(document)}),[A,d,P,k]),O=()=>{let e,t=A.current.selectionStart??0;k(-1===(e=t<=P[0].startInInput||t>=P[P.length-1].endInInput?1:P.findIndex(e=>e.startInInput-e.startSeparator.length>t))?P.length-1:e-1)},E=(0,Cr.Z)((...e)=>{r?.(...e);let t=A.current;clearTimeout(n.current),n.current=setTimeout(()=>{t&&t===A.current&&null==f&&(t.value.length&&Number(t.selectionEnd)-Number(t.selectionStart)===t.value.length?k("all"):O())})}),Z=(0,Cr.Z)((e,...t)=>{e.isDefaultPrevented()||(o?.(e,...t),O())}),j=(0,Cr.Z)(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),i=/^[0-9]+$/.test(t),r=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(t);if("letter"===e.contentType&&n||"digit"===e.contentType&&i||"digit-with-letter"===e.contentType&&r){b(),x({activeSection:e,newSectionValue:t,shouldGoToNextSection:!0});return}if(n||i)return}b(),y(t)}),F=(0,Cr.Z)((...e)=>{l?.(...e),k(null)}),B=(0,Cr.Z)(e=>{let n;if(u)return;let i=e.target.value;if(""===i){b(),S();return}let r=e.nativeEvent.data,o=r&&r.length>1,s=o?r:i,l=M1(s);if("all"===d&&k(f),null==f||o)return void y(o?r:l);if("all"===d&&1===l.length)n=l;else{let e=M1(m.getV6InputValueFromSections(P,D,t)),i=-1,r=-1;for(let t=0;t<e.length;t+=1)-1===i&&e[t]!==l[t]&&(i=t),-1===r&&e[e.length-t-1]!==l[l.length-t-1]&&(r=t);let o=P[f];if(i<o.start||e.length-r-1>o.end)return;let s=l.length-e.length+o.end-M1(o.endSeparator||"").length;n=l.slice(o.start+M1(o.startSeparator||"").length,s)}if(0===n.length){navigator.userAgent.toLowerCase().includes("android")&&C(s),b(),w();return}v({keyPressed:n,sectionIndex:f})}),V=L.useMemo(()=>void 0!==c?c:m.getV6InputValueFromSections(M(g.emptyValue),D,t),[c,m,M,g.emptyValue,D,t]),N=L.useMemo(()=>p.tempValueStrAndroid??m.getV6InputValueFromSections(p.sections,D,t),[p.sections,m,p.tempValueStrAndroid,D,t]);L.useEffect(()=>(A.current&&A.current===Mk(document)&&k("all"),()=>{clearTimeout(n.current),clearTimeout(i.current)}),[]);let H=L.useMemo(()=>null==f||"letter"===p.sections[f].contentType?"text":"numeric",[f,p.sections]);return{interactions:I,returnedValue:{readOnly:u,onBlur:F,onClick:Z,onFocus:E,onPaste:j,inputRef:R,enableAccessibleFieldDOMStructure:!1,placeholder:V,inputMode:H,autoComplete:"off",value:!(A.current&&A.current===Mk(document))&&T?"":N,onChange:B}}},M5=["disablePast","disableFuture","minDate","maxDate","shouldDisableDate","shouldDisableMonth","shouldDisableYear"],M3=["disablePast","disableFuture","minTime","maxTime","shouldDisableTime","minutesStep","ampm","disableIgnoringDatePartForTimeValidation"],M4=["minDateTime","maxDateTime"];[...M5,...M3,...M4];let M8=["value","defaultValue","referenceDate","format","formatDensity","onChange","timezone","onError","shouldRespectLeadingZeros","selectedSections","onSelectedSectionsChange","unstableFieldRef","enableAccessibleFieldDOMStructure","disabled","readOnly","dateSeparator"];var M6=n(29992),M9=n(36683);function M7(e){return(0,ou.ZP)("MuiInputAdornment",e)}let Te=(0,oc.Z)("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]),Tt=(0,ev.ZP)("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[`position${(0,sB.Z)(n.position)}`],!0===n.disablePointerEvents&&t.disablePointerEvents,t[n.variant]]}})((0,on.Z)(({theme:e})=>({display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active,variants:[{props:{variant:"filled"},style:{[`&.${Te.positionStart}&:not(.${Te.hiddenLabel})`]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]}))),Tn=L.forwardRef(function(e,t){let n=(0,oi.i)({props:e,name:"MuiInputAdornment"}),{children:i,className:r,component:o="div",disablePointerEvents:s=!1,disableTypography:l=!1,position:a,variant:c,...u}=n,h=(0,M9.Z)()||{},d=c;c&&h.variant,h&&!d&&(d=h.variant);let f={...n,hiddenLabel:h.hiddenLabel,size:h.size,disablePointerEvents:s,position:a,variant:d},p=(e=>{let{classes:t,disablePointerEvents:n,hiddenLabel:i,position:r,size:o,variant:s}=e,l={root:["root",n&&"disablePointerEvents",r&&`position${(0,sB.Z)(r)}`,s,i&&"hiddenLabel",o&&`size${(0,sB.Z)(o)}`]};return(0,oe.Z)(l,M7,t)})(f);return(0,A.jsx)(M6.Z.Provider,{value:null,children:(0,A.jsx)(Tt,{as:o,ownerState:f,className:(0,r7.Z)(p.root,r),ref:t,...u,children:"string"!=typeof i||l?(0,A.jsxs)(L.Fragment,{children:["start"===a?D||(D=(0,A.jsx)("span",{className:"notranslate","aria-hidden":!0,children:"​"})):null,i]}):(0,A.jsx)(sj.Z,{color:"textSecondary",children:i})})})}),Ti=["clearable","onClear","InputProps","sx","slots","slotProps"],Tr=["ownerState"];var To=n(68808),Ts=n(32931);function Tl(e){return(0,ou.ZP)("MuiPickersTextField",e)}function Ta(e){return(0,ou.ZP)("MuiPickersInputBase",e)}(0,oc.Z)("MuiPickersTextField",["root","focused","disabled","error","required"]);let Tc=(0,oc.Z)("MuiPickersInputBase",["root","focused","disabled","error","notchedOutline","sectionContent","sectionBefore","sectionAfter","adornedStart","adornedEnd","input"]);function Tu(e){return(0,ou.ZP)("MuiPickersOutlinedInput",e)}let Th=(0,cM.Z)({},Tc,(0,oc.Z)("MuiPickersOutlinedInput",["root","notchedOutline","input"])),Td=["children","className","label","notched","shrink"],Tf=(0,ev.ZP)("fieldset",{name:"MuiPickersOutlinedInput",slot:"NotchedOutline",overridesResolver:(e,t)=>t.notchedOutline})(({theme:e})=>{let t="light"===e.palette.mode?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{textAlign:"left",position:"absolute",bottom:0,right:0,top:-5,left:0,margin:0,padding:"0 8px",pointerEvents:"none",borderRadius:"inherit",borderStyle:"solid",borderWidth:1,overflow:"hidden",minWidth:"0%",borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}}),Tp=(0,ev.ZP)("span")(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit"})),Tm=(0,ev.ZP)("legend")(({theme:e})=>({float:"unset",width:"auto",overflow:"hidden",variants:[{props:{withLabel:!1},style:{padding:0,lineHeight:"11px",transition:e.transitions.create("width",{duration:150,easing:e.transitions.easing.easeOut})}},{props:{withLabel:!0},style:{display:"block",padding:0,height:11,fontSize:"0.75em",visibility:"hidden",maxWidth:.01,transition:e.transitions.create("max-width",{duration:50,easing:e.transitions.easing.easeOut}),whiteSpace:"nowrap","& > span":{paddingLeft:5,paddingRight:5,display:"inline-block",opacity:0,visibility:"visible"}}},{props:{withLabel:!0,notched:!0},style:{maxWidth:"100%",transition:e.transitions.create("max-width",{duration:100,easing:e.transitions.easing.easeOut,delay:50})}}]}));function Tg(e){let{className:t,label:n}=e,i=(0,cT.Z)(e,Td),r=null!=n&&""!==n,o=(0,cM.Z)({},e,{withLabel:r});return(0,A.jsx)(Tf,(0,cM.Z)({"aria-hidden":!0,className:t},i,{ownerState:o,children:(0,A.jsx)(Tm,{ownerState:o,children:r?(0,A.jsx)(Tp,{children:n}):(0,A.jsx)(Tp,{className:"notranslate",children:"​"})})}))}var Tv=n(3150);function Tb(e){return(0,ou.ZP)("MuiPickersSectionList",e)}let Tx=(0,oc.Z)("MuiPickersSectionList",["root","section","sectionContent"]),Ty=["slots","slotProps","elements","sectionListRef"],Tw=(0,ev.ZP)("div",{name:"MuiPickersSectionList",slot:"Root",overridesResolver:(e,t)=>t.root})({direction:"ltr /*! @noflip */",outline:"none"}),TS=(0,ev.ZP)("span",{name:"MuiPickersSectionList",slot:"Section",overridesResolver:(e,t)=>t.section})({}),TC=(0,ev.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionSeparator",overridesResolver:(e,t)=>t.sectionSeparator})({whiteSpace:"pre"}),Tk=(0,ev.ZP)("span",{name:"MuiPickersSectionList",slot:"SectionContent",overridesResolver:(e,t)=>t.sectionContent})({outline:"none"});function TM(e){let{slots:t,slotProps:n,element:i,classes:r}=e,o=t?.section??TS,s=(0,S4.Z)({elementType:o,externalSlotProps:n?.section,externalForwardedProps:i.container,className:r.section,ownerState:{}}),l=t?.sectionContent??Tk,a=(0,S4.Z)({elementType:l,externalSlotProps:n?.sectionContent,externalForwardedProps:i.content,additionalProps:{suppressContentEditableWarning:!0},className:r.sectionContent,ownerState:{}}),c=t?.sectionSeparator??TC,u=(0,S4.Z)({elementType:c,externalSlotProps:n?.sectionSeparator,externalForwardedProps:i.before,ownerState:{position:"before"}}),h=(0,S4.Z)({elementType:c,externalSlotProps:n?.sectionSeparator,externalForwardedProps:i.after,ownerState:{position:"after"}});return(0,A.jsxs)(o,(0,cM.Z)({},s,{children:[(0,A.jsx)(c,(0,cM.Z)({},u)),(0,A.jsx)(l,(0,cM.Z)({},a)),(0,A.jsx)(c,(0,cM.Z)({},h))]}))}let TT=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersSectionList"}),{slots:i,slotProps:r,elements:o,sectionListRef:s}=n,l=(0,cT.Z)(n,Ty),a=(e=>{let{classes:t}=e;return(0,oe.Z)({root:["root"],section:["section"],sectionContent:["sectionContent"]},Tb,t)})(n),c=L.useRef(null),u=(0,kd.Z)(t,c),h=e=>{if(!c.current)throw Error(`MUI X: Cannot call sectionListRef.${e} before the mount of the component.`);return c.current};L.useImperativeHandle(s,()=>({getRoot:()=>h("getRoot"),getSectionContainer:e=>h("getSectionContainer").querySelector(`.${Tx.section}[data-sectionindex="${e}"]`),getSectionContent:e=>h("getSectionContent").querySelector(`.${Tx.section}[data-sectionindex="${e}"] .${Tx.sectionContent}`),getSectionIndexFromDOMElement(e){let t=h("getSectionIndexFromDOMElement");if(null==e||!t.contains(e))return null;let n=null;return(e.classList.contains(Tx.section)?n=e:e.classList.contains(Tx.sectionContent)&&(n=e.parentElement),null==n)?null:Number(n.dataset.sectionindex)}}));let d=i?.root??Tw,f=(0,S4.Z)({elementType:d,externalSlotProps:r?.root,externalForwardedProps:l,additionalProps:{ref:u,suppressContentEditableWarning:!0},className:a.root,ownerState:{}});return(0,A.jsx)(d,(0,cM.Z)({},f,{children:f.contentEditable?o.map(({content:e,before:t,after:n})=>`${t.children}${e.children}${n.children}`).join(""):(0,A.jsx)(L.Fragment,{children:o.map((e,t)=>(0,A.jsx)(TM,{slots:i,slotProps:r,element:e,classes:a},t))})}))}),TD=["elements","areAllSectionsEmpty","defaultValue","label","value","onChange","id","autoFocus","endAdornment","startAdornment","renderSuffix","slots","slotProps","contentEditable","tabIndex","onInput","onPaste","onKeyDown","fullWidth","name","readOnly","inputProps","inputRef","sectionListRef"],TA=(0,ev.ZP)("div",{name:"MuiPickersInputBase",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>(0,cM.Z)({},e.typography.body1,{color:(e.vars||e).palette.text.primary,cursor:"text",padding:0,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",boxSizing:"border-box",letterSpacing:`${Math.round(.15/16*1e5)/1e5}em`,variants:[{props:{fullWidth:!0},style:{width:"100%"}}]})),TR=(0,ev.ZP)(Tw,{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:i})=>!e&&!t&&!n&&null==i,style:e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:"light"===e.palette.mode?.42:.5}}]})),TP=(0,ev.ZP)(TS,{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"})),TI=(0,ev.ZP)(Tk,{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"})),TO=(0,ev.ZP)(TC,{name:"MuiPickersInputBase",slot:"Separator",overridesResolver:(e,t)=>t.separator})(()=>({whiteSpace:"pre",letterSpacing:"inherit"})),TE=(0,ev.ZP)("input",{name:"MuiPickersInputBase",slot:"Input",overridesResolver:(e,t)=>t.hiddenInput})((0,cM.Z)({},{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"})),TZ=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersInputBase"}),{elements:i,areAllSectionsEmpty:r,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,cT.Z)(n,TD),k=L.useRef(null),M=(0,kd.Z)(t,k),T=(0,kd.Z)(y?.ref,w),D=(0,ss.V)(),R=(0,M9.Z)();if(!R)throw Error("MUI X: PickersInputBase should always be used inside a PickersTextField component");L.useEffect(()=>{R&&R.setAdornedStart(!!c)},[R,c]),L.useEffect(()=>{R&&(r?R.onEmpty():R.onFilled())},[R,r]);let P=(0,cM.Z)({},n,R,{isRtl:D}),I=(e=>{let{focused:t,disabled:n,error:i,classes:r,fullWidth:o,readOnly:s,color:l,size:a,endAdornment:c,startAdornment:u}=e,h={root:["root",t&&!n&&"focused",n&&"disabled",s&&"readOnly",i&&"error",o&&"fullWidth",`color${(0,Tv.Z)(l)}`,"small"===a&&"inputSizeSmall",!!u&&"adornedStart",!!c&&"adornedEnd"],notchedOutline:["notchedOutline"],input:["input"],sectionsContainer:["sectionsContainer"],sectionContent:["sectionContent"],sectionBefore:["sectionBefore"],sectionAfter:["sectionAfter"]};return(0,oe.Z)(h,Ta,r)})(P),O=h?.root||TA,E=(0,S4.Z)({elementType:O,externalSlotProps:d?.root,externalForwardedProps:C,additionalProps:{"aria-invalid":R.error,ref:M},className:I.root,ownerState:P}),Z=h?.input||TR;return(0,A.jsxs)(O,(0,cM.Z)({},E,{children:[c,(0,A.jsx)(TT,{sectionListRef:S,elements:i,contentEditable:f,tabIndex:p,className:I.sectionsContainer,onFocus:e=>{if(R.disabled)return void e.stopPropagation();R.onFocus?.(e)},onBlur:R.onBlur,onInput:m,onPaste:g,onKeyDown:v,slots:{root:Z,section:TP,sectionContent:TI,sectionSeparator:TO},slotProps:{root:{ownerState:P},sectionContent:{className:Tc.sectionContent},sectionSeparator:({position:e})=>({className:"before"===e?Tc.sectionBefore:Tc.sectionAfter})}}),a,u?u((0,cM.Z)({},R)):null,(0,A.jsx)(TE,(0,cM.Z)({name:b,className:I.input,value:o,onChange:s,id:l,"aria-hidden":"true",tabIndex:-1,readOnly:x,required:R.required,disabled:R.disabled},y,{ref:T}))]}))}),TL=["label","autoFocus","ownerState","notched"],Tj=(0,ev.ZP)(TA,{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 .${Th.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${Th.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}},[`&.${Th.focused} .${Th.notchedOutline}`]:{borderStyle:"solid",borderWidth:2},[`&.${Th.disabled}`]:{[`& .${Th.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled},"*":{color:(e.vars||e).palette.action.disabled}},[`&.${Th.error} .${Th.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:{[`&.${Th.focused}:not(.${Th.error}) .${Th.notchedOutline}`]:{borderColor:(e.vars||e).palette[t].main}}}))}}),TF=(0,ev.ZP)(TR,{name:"MuiPickersOutlinedInput",slot:"SectionsContainer",overridesResolver:(e,t)=>t.sectionsContainer})({padding:"16.5px 0",variants:[{props:{size:"small"},style:{padding:"8.5px 0"}}]}),TB=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersOutlinedInput"}),{label:i,ownerState:r,notched:o}=n,s=(0,cT.Z)(n,TL),l=(0,M9.Z)(),a=(0,cM.Z)({},n,r,l,{color:l?.color||"primary"}),c=(e=>{let{classes:t}=e,n=(0,oe.Z)({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},Tu,t);return(0,cM.Z)({},t,n)})(a);return(0,A.jsx)(TZ,(0,cM.Z)({slots:{root:Tj,input:TF},renderSuffix:e=>(0,A.jsx)(Tg,{shrink:!!(o||e.adornedStart||e.focused||e.filled),notched:!!(o||e.adornedStart||e.focused||e.filled),className:c.notchedOutline,label:null!=i&&""!==i&&l?.required?(0,A.jsxs)(L.Fragment,{children:[i," ","*"]}):i,ownerState:a})},s,{label:i,classes:c,ref:t}))});TB.muiName="Input";var TV=n(35315);function TN(e){return(0,ou.ZP)("MuiPickersFilledInput",e)}let TH=(0,cM.Z)({},Tc,(0,oc.Z)("MuiPickersFilledInput",["root","underline","input"])),Tz=["label","autoFocus","disableUnderline","ownerState"],TW=(0,ev.ZP)(TA,{name:"MuiPickersFilledInput",slot:"Root",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,TV.x9)(e)&&"disableUnderline"!==e})(({theme:e})=>{let t="light"===e.palette.mode,n=t?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)";return{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n,borderTopLeftRadius:(e.vars||e).shape.borderRadius,borderTopRightRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),"&:hover":{backgroundColor:e.vars?e.vars.palette.FilledInput.hoverBg:t?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)","@media (hover: none)":{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n}},[`&.${TH.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:n},[`&.${TH.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"},[`&.${TH.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${TH.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(.${TH.disabled}, .${TH.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${TH.disabled}:before`]:{borderBottomStyle:"dotted"}}},{props:({startAdornment:e})=>!!e,style:{paddingLeft:12}},{props:({endAdornment:e})=>!!e,style:{paddingRight:12}}]}}),T$=(0,ev.ZP)(TR,{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}}]}),T_=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersFilledInput"}),{label:i,disableUnderline:r=!1,ownerState:o}=n,s=(0,cT.Z)(n,Tz),l=(0,M9.Z)(),a=(e=>{let{classes:t,disableUnderline:n}=e,i=(0,oe.Z)({root:["root",!n&&"underline"],input:["input"]},TN,t);return(0,cM.Z)({},t,i)})((0,cM.Z)({},n,o,l,{color:l?.color||"primary"}));return(0,A.jsx)(TZ,(0,cM.Z)({slots:{root:TW,input:T$},slotProps:{root:{disableUnderline:r}}},s,{label:i,classes:a,ref:t}))});function Tq(e){return(0,ou.ZP)("MuiPickersFilledInput",e)}T_.muiName="Input";let TG=(0,cM.Z)({},Tc,(0,oc.Z)("MuiPickersInput",["root","input"])),TU=["label","autoFocus","disableUnderline","ownerState"],TK=(0,ev.ZP)(TA,{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"},[`&.${TG.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${TG.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(.${TG.disabled}, .${TG.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${t}`}},[`&.${TG.disabled}:before`]:{borderBottomStyle:"dotted"}}}]}}),TY=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersInput"}),{label:i,disableUnderline:r=!1,ownerState:o}=n,s=(0,cT.Z)(n,TU),l=(0,M9.Z)(),a=(e=>{let{classes:t,disableUnderline:n}=e,i=(0,oe.Z)({root:["root",!n&&"underline"],input:["input"]},Tq,t);return(0,cM.Z)({},t,i)})((0,cM.Z)({},n,o,l,{disableUnderline:r,color:l?.color||"primary"}));return(0,A.jsx)(TZ,(0,cM.Z)({slots:{root:TK}},s,{label:i,classes:a,ref:t}))});TY.muiName="Input";let TX=["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"],TQ={standard:TY,filled:T_,outlined:TB},TJ=(0,ev.ZP)(lT.Z,{name:"MuiPickersTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),T0=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiPickersTextField"}),{onFocus:i,onBlur:r,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:k,contentEditable:M,focused:T,value:D,onChange:R,fullWidth:P,id:I,name:O,helperText:E,FormHelperTextProps:Z,label:j,InputLabelProps:F}=n,B=(0,cT.Z)(n,TX),V=L.useRef(null),N=(0,kd.Z)(t,V),H=(0,S3.Z)(I),z=E&&H?`${H}-helper-text`:void 0,W=j&&H?`${H}-label`:void 0,$=(0,cM.Z)({},n,{color:s,disabled:l,error:a,focused:T,required:u,variant:c}),_=(e=>{let{focused:t,disabled:n,classes:i,required:r}=e;return(0,oe.Z)({root:["root",t&&!n&&"focused",n&&"disabled",r&&"required"]},Tl,i)})($),q=TQ[c];return(0,A.jsxs)(TJ,(0,cM.Z)({className:(0,r7.Z)(_.root,o),ref:N,focused:T,onFocus:i,onBlur:r,disabled:l,variant:c,error:a,color:s,fullWidth:P,required:u,ownerState:$},B,{children:[(0,A.jsx)(To.Z,(0,cM.Z)({htmlFor:H,id:W},F,{children:j})),(0,A.jsx)(q,(0,cM.Z)({elements:m,areAllSectionsEmpty:g,onClick:v,onKeyDown:b,onKeyUp:x,onInput:w,onPaste:y,endAdornment:S,startAdornment:C,tabIndex:k,contentEditable:M,value:D,onChange:R,id:H,fullWidth:P,inputProps:d,inputRef:f,sectionListRef:p,label:j,name:O,role:"group","aria-labelledby":W,"aria-describedby":z,"aria-live":z?"polite":void 0},h)),E&&(0,A.jsx)(Ts.Z,(0,cM.Z)({id:z},Z,{children:E}))]}))}),T1=["enableAccessibleFieldDOMStructure"],T2=["InputProps","readOnly"],T5=["onPaste","onKeyDown","inputMode","readOnly","InputProps","inputProps","inputRef"],T3=["slots","slotProps","InputProps","inputProps"],T4=L.forwardRef(function(e,t){let n=w8({props:e,name:"MuiDateTimeField"}),{slots:i,slotProps:r,InputProps:o,inputProps:s}=n,l=(0,cT.Z)(n,T3),a=i?.textField??(e.enableAccessibleFieldDOMStructure?T0:Z.Z),c=(0,S4.Z)({elementType:a,externalSlotProps:r?.textField,externalForwardedProps:l,ownerState:n,additionalProps:{ref:t}});c.inputProps=(0,cM.Z)({},s,c.inputProps),c.InputProps=(0,cM.Z)({},o,c.InputProps);let u=(e=>{let{enableAccessibleFieldDOMStructure:t}=e,n=(0,cT.Z)(e,T1);if(t){let{InputProps:e,readOnly:t}=n,i=(0,cT.Z)(n,T2);return(0,cM.Z)({},i,{InputProps:(0,cM.Z)({},e??{},{readOnly:t})})}let{onPaste:i,onKeyDown:r,inputMode:o,readOnly:s,InputProps:l,inputProps:a,inputRef:c}=n,u=(0,cT.Z)(n,T5);return(0,cM.Z)({},u,{InputProps:(0,cM.Z)({},l??{},{readOnly:s}),inputProps:(0,cM.Z)({},a??{},{inputMode:o,onPaste:i,onKeyDown:r,ref:c})})})((e=>{let t,n,{forwardedProps:i,internalProps:r}=(t=(e=>{let t=Sr(),n=So(),i=e.ampm??t.is12HourCycleInCurrentLocale()?t.formats.keyboardDateTime12h:t.formats.keyboardDateTime24h;return(0,cM.Z)({},e,{disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1,format:e.format??i,disableIgnoringDatePartForTimeValidation:!!(e.minDateTime||e.maxDateTime),minDate:Sc(t,e.minDateTime??e.minDate,n.minDate),maxDate:Sc(t,e.maxDateTime??e.maxDate,n.maxDate),minTime:e.minDateTime??e.minTime,maxTime:e.maxDateTime??e.maxTime})})(e),n="date-time",L.useMemo(()=>{let e=(0,cM.Z)({},t),n={},i=t=>{e.hasOwnProperty(t)&&(n[t]=e[t],delete e[t])};return M8.forEach(i),M5.forEach(i),M3.forEach(i),M4.forEach(i),{forwardedProps:e,internalProps:n}},[t,n]));return(e=>{let t=Sr(),{internalProps:n,internalProps:{unstableFieldRef:i,minutesStep:r,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,ss.V)(),g=(e=>{let t=Sr(),n=Sk(),i=Si(),r=(0,ss.V)(),{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}=CV({timezone:x,value:u,defaultValue:h,referenceDate:d,onChange:f,valueManager:o}),k=L.useMemo(()=>(e=>{let t=e.date(void 0);return"0"===e.formatByString(e.setSeconds(t,0),"s")?Cq:Array.from({length:10}).map((n,i)=>e.formatByString(e.setSeconds(t,i),"s"))})(t),[t]),M=L.useMemo(()=>((e,t,n)=>{let i=e.date(void 0,n),r=e.endOfYear(i),o=e.endOfDay(i),{maxDaysInMonth:s,longestMonth:l}=Su(e,i).reduce((t,n)=>{let i=e.getDaysInMonth(n);return i>t.maxDaysInMonth?{maxDaysInMonth:i,longestMonth:n}:t},{maxDaysInMonth:0,longestMonth:null});return{year:({format:t})=>({minimum:0,maximum:C0(e,t)?9999:99}),month:()=>({minimum:1,maximum:e.getMonth(r)+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=C$(e,t).map(Number);return{minimum:Math.min(...n),maximum:Math.max(...n)}}return{minimum:1,maximum:7}},hours:({format:n})=>{let r=e.getHours(o);return CG(e.formatByString(e.endOfDay(i),n),t)!==r.toString()?{minimum:1,maximum:Number(CG(e.formatByString(e.startOfDay(i),n),t))}:{minimum:0,maximum:r}},minutes:()=>({minimum:0,maximum:e.getMinutes(o)}),seconds:()=>({minimum:0,maximum:e.getSeconds(o)}),meridiem:()=>({minimum:0,maximum:1}),empty:()=>({minimum:0,maximum:0})}})(t,k,w),[t,k,w]),T=L.useCallback((e,i=null)=>s.getSectionsFromValue(t,e,i,e=>MJ({utils:t,localeText:n,localizedDigits:k,format:p,date:e,formatDensity:m,shouldRespectLeadingZeros:b,enableAccessibleFieldDOMStructure:y,isRtl:r})),[s,p,n,k,r,b,t,m,y]),[D,A]=L.useState(()=>{let e=T(S);C2(e,l);let n={sections:e,value:S,referenceValue:o.emptyValue,tempValueStrAndroid:null},i=Math.max(...e.map(e=>CH[e.type]??1)),r=o.getInitialReferenceValue({referenceDate:d,value:S,utils:t,props:c,granularity:i,timezone:w});return(0,cM.Z)({},n,{referenceValue:r})}),[R,P]=(0,Co.Z)({controlled:g,default:null,name:"useField",state:"selectedSections"}),I=e=>{P(e),v?.(e)},O=L.useMemo(()=>C4(R,D.sections),[R,D.sections]),E="all"===O?0:O,Z=({value:e,referenceValue:n,sections:r})=>{if(A(t=>(0,cM.Z)({},t,{sections:r,value:e,referenceValue:n,tempValueStrAndroid:null})),o.areValuesEqual(t,D.value,e))return;let s={validationError:a({adapter:i,value:e,timezone:w,props:c})};C(e,s)},j=(e,t)=>{let n=[...D.sections];return n[e]=(0,cM.Z)({},n[e],{value:t,modified:!0}),n};return L.useEffect(()=>{let e=T(D.value);C2(e,l),A(t=>(0,cM.Z)({},t,{sections:e}))},[p,t.locale,r]),L.useEffect(()=>{o.areValuesEqual(t,D.value,S)&&o.getTimezone(t,D.value)===o.getTimezone(t,S)||A(e=>(0,cM.Z)({},e,{value:S,referenceValue:s.updateReferenceValue(t,S,e.referenceValue),sections:T(S)}))},[S]),{state:D,activeSectionIndex:E,parsedSelectedSections:O,setSelectedSections:I,clearValue:()=>{Z({value:o.emptyValue,referenceValue:D.referenceValue,sections:T(o.emptyValue)})},clearActiveSection:()=>{if(null==E)return;let e=D.sections[E],n=s.getActiveDateManager(t,D,e),i=n.getSections(D.sections).filter(e=>""!==e.value).length===+(""!==e.value),r=j(E,""),o=i?null:t.getInvalidDate(),l=n.getNewValuesFromNewActiveDate(o);Z((0,cM.Z)({},l,{sections:r}))},updateSectionValue:({activeSection:e,newSectionValue:n,shouldGoToNextSection:i})=>{let r,o;i&&E<D.sections.length-1&&I(E+1);let l=s.getActiveDateManager(t,D,e),a=j(E,n),c=l.getSections(a),u=((e,t,n)=>{let i=t.some(e=>"day"===e.type),r=[],o=[];for(let e=0;e<t.length;e+=1){let s=t[e];i&&"weekDay"===s.type||(r.push(s.format),o.push(CQ(s,"non-input",n)))}let s=r.join(" "),l=o.join(" ");return e.parse(l,s)})(t,c,k);if(null!=u&&t.isValid(u)){let e=C3(t,u,c,l.referenceDate,!0);r=l.getNewValuesFromNewActiveDate(e),o=!0}else r=l.getNewValuesFromNewActiveDate(u),o=(null!=u&&!t.isValid(u))!=(null!=l.date&&!t.isValid(l.date));return o?Z((0,cM.Z)({},r,{sections:a})):A(e=>(0,cM.Z)({},e,r,{sections:a,tempValueStrAndroid:null}))},updateValueFromValueStr:e=>{let i=s.parseValueStr(e,D.referenceValue,(e,i)=>{let o=t.parse(e,p);if(null==o||!t.isValid(o))return null;let s=MJ({utils:t,localeText:n,localizedDigits:k,format:p,date:o,formatDensity:m,shouldRespectLeadingZeros:b,enableAccessibleFieldDOMStructure:y,isRtl:r});return C3(t,o,s,i,!1)}),o=s.updateReferenceValue(t,i,D.referenceValue);Z({value:i,referenceValue:o,sections:T(i,D.sections)})},setTempAndroidValueStr:e=>A(t=>(0,cM.Z)({},t,{tempValueStrAndroid:e})),getSectionsFromValue:T,sectionsValueBoundaries:M,localizedDigits:k,timezone:w}})(e),{state:v,activeSectionIndex:b,parsedSelectedSections:x,setSelectedSections:y,clearValue:w,clearActiveSection:S,updateSectionValue:C,setTempAndroidValueStr:k,sectionsValueBoundaries:M,localizedDigits:T,timezone:D}=g,A=(({sections:e,updateSectionValue:t,sectionsValueBoundaries:n,localizedDigits:i,setTempAndroidValueStr:r,timezone:o})=>{let s=Sr(),[l,a]=L.useState(null),c=(0,Cr.Z)(()=>a(null));L.useEffect(()=>{null!=l&&e[l.sectionIndex]?.type!==l.sectionType&&c()},[e,l,c]),L.useEffect(()=>{if(null!=l){let e=setTimeout(()=>c(),5e3);return()=>{clearTimeout(e)}}return()=>{}},[l,c]);let u=({keyPressed:t,sectionIndex:n},i,r)=>{let o=t.toLowerCase(),s=e[n];if(null!=l&&(!r||r(l.value))&&l.sectionIndex===n){let e=`${l.value}${o}`,t=i(e,s);if(null==t.saveQuery)return a({sectionIndex:n,value:e,sectionType:s.type}),t}let u=i(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,Cr.Z)(l=>{let a=e[l.sectionIndex],c=CK(l.keyPressed,i)?(e=>{let t=(e,t)=>{let r=CG(e,i),o=Number(r),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||r.length===l.maximum.toString().length;return{sectionValue:CX(s,o,l,i,t),shouldGoToNextSection:a}};return u(e,(e,n)=>{if("digit"===n.contentType||"digit-with-letter"===n.contentType)return t(e,n);if("month"===n.type){let i=C1(s,"digit","month","MM"),r=t(e,{type:n.type,format:"MM",hasLeadingZerosInFormat:i,hasLeadingZerosInInput:!0,contentType:"digit",maxLength:2});if(null!=r.saveQuery)return r;let o=CJ(s,r.sectionValue,"MM",n.format);return(0,cM.Z)({},r,{sectionValue:o})}if("weekDay"===n.type){let i=t(e,n);if(null!=i.saveQuery)return i;let r=C$(s,n.format)[Number(i.sectionValue)-1];return(0,cM.Z)({},i,{sectionValue:r})}return{saveQuery:!1}},e=>CK(e,i))})((0,cM.Z)({},l,{keyPressed:CU(l.keyPressed,i)})):(e=>{let t=(e,t,n)=>{let i=t.filter(e=>e.toLowerCase().startsWith(n));return 0===i.length?{saveQuery:!1}:{sectionValue:i[0],shouldGoToNextSection:1===i.length}},n=(e,n,i,r)=>{let l=e=>C_(s,o,n.type,e);if("letter"===n.contentType)return t(n.format,l(n.format),e);if(i&&null!=r&&"letter"===CW(s,i).contentType){let n=l(i),o=t(i,n,e);return null!=o.saveQuery?{saveQuery:!1}:(0,cM.Z)({},o,{sectionValue:r(o.sectionValue,n)})}return{saveQuery:!1}};return u(e,(e,t)=>{switch(t.type){case"month":return n(e,t,s.formats.month,e=>CJ(s,e,s.formats.month,t.format));case"weekDay":return n(e,t,s.formats.weekday,(e,t)=>t.indexOf(e).toString());case"meridiem":return n(e,t);default:return{saveQuery:!1}}})})(l);if(null==c)return void r(null);t({activeSection:a,newSectionValue:c.sectionValue,shouldGoToNextSection:c.shouldGoToNextSection})}),resetCharacterQuery:c}})({sections:v.sections,updateSectionValue:C,sectionsValueBoundaries:M,localizedDigits:T,setTempAndroidValueStr:k,timezone:D}),{resetCharacterQuery:R}=A,P=f.areValuesEqual(t,v.value,f.emptyValue),I=o?M0:M2,O=L.useMemo(()=>((e,t)=>{let n={};if(!t)return e.forEach((t,i)=>{let r=i===e.length-1?null:i+1;n[i]={leftIndex:0===i?null:i-1,rightIndex:r}}),{neighbors:n,startIndex:0,endIndex:e.length-1};let i={},r={},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)r[e]=l,i[l]=e,l-=1;o=s+1}return e.forEach((t,o)=>{let s=r[o],l=0===s?null:i[s-1],a=s===e.length-1?null:i[s+1];n[o]={leftIndex:l,rightIndex:a}}),{neighbors:n,startIndex:i[0],endIndex:i[e.length-1]}})(v.sections,m&&!o),[v.sections,m,o]),{returnedValue:E,interactions:Z}=I((0,cM.Z)({},e,g,A,{areAllSectionsEmpty:P,sectionOrder:O})),j=(0,Cr.Z)(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(O.startIndex);else if("all"===x)y(O.endIndex);else{let e=O.neighbors[x].rightIndex;null!==e&&y(e)}break;case"ArrowLeft"===e.key:if(e.preventDefault(),null==x)y(O.endIndex);else if("all"===x)y(O.startIndex);else{let e=O.neighbors[x].leftIndex;null!==e&&y(e)}break;case"Delete"===e.key:if(e.preventDefault(),l)break;null==x||"all"===x?w():S(),R();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],i=d.getActiveDateManager(t,v,n),o=((e,t,n,i,r,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}})(i),c="Home"===i,u="End"===i,h=""===n.value||c||u;if("digit"===n.contentType||"digit-with-letter"===n.contentType){let i=r[n.type]({currentDate:s,format:n.format,contentType:n.contentType}),d=t=>CX(e,t,i,o,n),f="minutes"===n.type&&l?.minutesStep?l.minutesStep:1,p=parseInt(CG(n.value,o),10)+a*f;if(h){if("year"===n.type&&!u&&!c)return e.formatByString(e.date(void 0,t),n.format);p=a>0||c?i.minimum:i.maximum}return d((p%f!=0&&((a<0||c)&&(p+=f-(f+p)%f),(a>0||u)&&(p-=p%f)),p>i.maximum)?i.minimum+(p-i.maximum-1)%(i.maximum-i.minimum+1):p<i.minimum?i.maximum-(i.minimum-p-1)%(i.maximum-i.minimum+1):p)}let d=C_(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,D,n,e.key,M,T,i.date,{minutesStep:r});C({activeSection:n,newSectionValue:o,shouldGoToNextSection:!1})}}});(0,Cc.Z)(()=>{Z.syncSelectionToDOM()});let{hasValidationError:F}=MS({props:n,validator:p,timezone:D,value:v.value,onError:n.onError}),B=L.useMemo(()=>void 0!==c?c:F,[F,c]);L.useEffect(()=>{B||null!=b||R()},[v.referenceValue,b,B]),L.useEffect(()=>{null!=v.tempValueStrAndroid&&null!=b&&(R(),S())},[v.sections]),L.useImperativeHandle(i,()=>({getSections:()=>v.sections,getActiveSectionIndex:Z.getActiveSectionIndexFromDOM,setSelectedSections:Z.setSelectedSections,focusField:Z.focusField,isFieldFocused:Z.isFieldFocused}));let V={onKeyDown:j,onClear:(0,Cr.Z)((e,...t)=>{e.preventDefault(),h?.(e,...t),w(),Z.isFieldFocused()?y(O.startIndex):Z.focusField(0)}),error:B,clearable:!!(u&&!P&&!l&&!s)};return(0,cM.Z)({},e.forwardedProps,V,{disabled:s,readOnly:l},E)})({forwardedProps:i,internalProps:r,valueManager:C6,fieldValueManager:C9,validator:MY,valueType:"date-time"})})(c)),h=(e=>{let t=Sk(),{clearable:n,onClear:i,InputProps:r,sx:o,slots:s,slotProps:l}=e,a=(0,cT.Z)(e,Ti),c=s?.clearButton??E.Z,u=(0,S4.Z)({elementType:c,externalSlotProps:l?.clearButton,ownerState:{},className:"clearButton",additionalProps:{title:t.fieldClearLabel}}),h=(0,cT.Z)(u,Tr),d=s?.clearIcon??SC,f=(0,S4.Z)({elementType:d,externalSlotProps:l?.clearIcon,ownerState:{}});return(0,cM.Z)({},a,{InputProps:(0,cM.Z)({},r,{endAdornment:(0,A.jsxs)(L.Fragment,{children:[n&&(0,A.jsx)(Tn,{position:"end",sx:{marginRight:r?.endAdornment?-1:-1.5},children:(0,A.jsx)(c,(0,cM.Z)({},h,{onClick:i,children:(0,A.jsx)(d,(0,cM.Z)({fontSize:"small"},f))}))}),r?.endAdornment]})}),sx:[{"& .clearButton":{opacity:1},"@media (pointer: fine)":{"& .clearButton":{opacity:0},"&:hover, &:focus-within":{".clearButton":{opacity:1}}}},...Array.isArray(o)?o:[o]]})})((0,cM.Z)({},u,{slots:i,slotProps:r}));return(0,A.jsx)(a,(0,cM.Z)({},h))});var T8=n(29435),T6=n(32791),T9=n(14336),T7=n(22694),De=n(5154),Dt=n(39489),Dn=n(6341),Di=n(13189),Dr=n(35918),Do=n(89880),Ds=n(58006),Dl=n(16332),Da=n(71721),Dc=n(61721),Du=n(28904),Dh=n(7785),Dd=n(38364),Df=n(18340),Dp=n(20506),Dm=n(74265),Dg=n(26635),Dv=n(41275),Db=n(14107),Dx=n(50436),Dy=n(97912),Dw=n(59250),DS=n(3303),DC=n(78374),Dk=n(53743),DM=n(18070),DT=n(83709),DD=n(63200),DA=n(36292),DR=n(11136),DP=n(33518),DI=n(44138),DO=n(28140),DE=n(23033),DZ=n(50007),DL=n(24575),Dj=n(5149),DF=n(18874),DB=n(62511),DV=n(14257);let DN={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"},DH={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 Dz{constructor(e){this.isMUIAdapter=!0,this.isTimezoneCompatible=!1,this.lib=void 0,this.locale=void 0,this.formats=void 0,this.formatTokenMap=DN,this.escapedCharacters={start:"'",end:"'"},this.longFormatters=void 0,this.date=e=>void 0===e?new Date:null===e?null:new Date(e),this.getInvalidDate=()=>new Date("Invalid Date"),this.getTimezone=()=>"default",this.setTimezone=e=>e,this.toJsDate=e=>e,this.getCurrentLocaleCode=()=>this.locale.code,this.is12HourCycleInCurrentLocale=()=>/a/.test(this.locale.formatLong.time({width:"short"})),this.expandFormat=e=>e.match(/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g).map(e=>{let t=e[0];return"p"===t||"P"===t?(0,this.longFormatters[t])(e,this.locale.formatLong):e}).join(""),this.formatNumber=e=>e,this.getDayOfWeek=e=>e.getDay()+1;let{locale:t,formats:n,longFormatters:i,lib:r}=e;this.locale=t,this.formats=(0,cM.Z)({},DH,n),this.longFormatters=i,this.lib=r||"date-fns"}}class DW extends Dz{constructor({locale:e,formats:t}={}){super({locale:e??DV._,formats:t,longFormatters:Ds.G}),this.parse=(e,t)=>""===e?null:(0,DM.Qc)(e,t,new Date,{locale:this.locale}),this.isValid=e=>null!=e&&(0,Dk.J)(e),this.format=(e,t)=>this.formatByString(e,this.formats[t]),this.formatByString=(e,t)=>(0,Dl.WU)(e,t,{locale:this.locale}),this.isEqual=(e,t)=>null===e&&null===t||null!==e&&null!==t&&(0,Dx.X)(e,t),this.isSameYear=(e,t)=>(0,Dw.F)(e,t),this.isSameMonth=(e,t)=>(0,DS.x)(e,t),this.isSameDay=(e,t)=>(0,Dy.K)(e,t),this.isSameHour=(e,t)=>(0,DC.f)(e,t),this.isAfter=(e,t)=>(0,Dv.A)(e,t),this.isAfterYear=(e,t)=>(0,Dv.A)(e,(0,Do.w)(t)),this.isAfterDay=(e,t)=>(0,Dv.A)(e,(0,Di.i)(t)),this.isBefore=(e,t)=>(0,Db.R)(e,t),this.isBeforeYear=(e,t)=>(0,Db.R)(e,this.startOfYear(t)),this.isBeforeDay=(e,t)=>(0,Db.R)(e,this.startOfDay(t)),this.isWithinRange=(e,[t,n])=>(0,DB._)(e,{start:t,end:n}),this.startOfYear=e=>(0,DF.e)(e),this.startOfMonth=e=>(0,DZ.N)(e),this.startOfWeek=e=>(0,Dj.z)(e,{locale:this.locale}),this.startOfDay=e=>(0,DE.b)(e),this.endOfYear=e=>(0,Do.w)(e),this.endOfMonth=e=>(0,DL.V)(e),this.endOfWeek=e=>(0,Dr.v)(e,{locale:this.locale}),this.endOfDay=e=>(0,Di.i)(e),this.addYears=(e,t)=>(0,Dn.B)(e,t),this.addMonths=(e,t)=>(0,Dt.z)(e,t),this.addWeeks=(e,t)=>(0,De.j)(e,t),this.addDays=(e,t)=>(0,T8.E)(e,t),this.addHours=(e,t)=>(0,T7.T)(e,t),this.addMinutes=(e,t)=>(0,T9.m)(e,t),this.addSeconds=(e,t)=>(0,T6.v)(e,t),this.getYear=e=>(0,Dg.S)(e),this.getMonth=e=>(0,Dd.j)(e),this.getDate=e=>(0,Da._)(e),this.getHours=e=>(0,Du.p)(e),this.getMinutes=e=>(0,Dh.q)(e),this.getSeconds=e=>(0,Df.C)(e),this.getMilliseconds=e=>(0,Dp.p)(e),this.setYear=(e,t)=>(0,DO.M)(e,t),this.setMonth=(e,t)=>(0,DR.q)(e,t),this.setDate=(e,t)=>(0,DT.G)(e,t),this.setHours=(e,t)=>(0,DD.B)(e,t),this.setMinutes=(e,t)=>(0,DA.H)(e,t),this.setSeconds=(e,t)=>(0,DP.O)(e,t),this.setMilliseconds=(e,t)=>(0,DI.I)(e,t),this.getDaysInMonth=e=>(0,Dc.N)(e),this.getWeekArray=e=>{let t=this.startOfWeek(this.startOfMonth(e)),n=this.endOfWeek(this.endOfMonth(e)),i=0,r=t,o=[];for(;this.isBefore(r,n);){let e=Math.floor(i/7);o[e]=o[e]||[],o[e].push(r),r=this.addDays(r,1),i+=1}return o},this.getWeekNumber=e=>(0,Dm.Q)(e,{locale:this.locale}),this.getYearRange=([e,t])=>{let n=this.startOfYear(e),i=this.endOfYear(t),r=[],o=n;for(;this.isBefore(o,i);)r.push(o),o=this.addYears(o,1);return r}}}let D$="yyyy-MM-dd HH:mm:ss";function D_(e,t){return e?(0,tO.isRelativeTimeRange)(e)?e.pastDuration:function(e,t,n){let i=tX(e.start,t,n),r=tX(e.end,t,n);return`${i} - ${r}`}(e,D$,t):"Custom Time Range"}let Dq=({initialTimeRange:e,onChange:t,onCancel:n})=>{let{formatWithUserTimeZone:i}=t5(),[r,o]=(0,L.useState)(e),[s,l]=(0,L.useState)({start:i(e.start,D$),end:i(e.end,D$)}),[a,c]=(0,L.useState)(!0),u=(e,t)=>{let n="string"==typeof e,r=n?e:i(e,D$);l(e=>({...e,[t]:r})),n||o(n=>({...n,[t]:e}))},h=e=>{u(e,"start")},d=e=>{u(e,"end")},f=()=>{var e,t;let n={start:new Date(s.start),end:new Date(s.end)};if(e=n.start,t=n.end,(0,tF.isValid)(e)&&(0,tF.isValid)(t)?!!(0,tF.isBefore)(e,t)||(console.error("End Time is before Start Time"),!1):(console.error("Invalid Date"),!1))return o(n),n};return(0,A.jsx)(w7,{dateAdapter:DW,children:(0,A.jsxs)(O.Z,{spacing:2,sx:e=>({padding:e.spacing(1,0,2)}),children:[a&&(0,A.jsxs)(t6.Z,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,A.jsx)(sj.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select Start Time"}),(0,A.jsx)(MX,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.start,onChange:e=>{null!==e&&h(e)},onAccept:()=>{c(!1)}})]}),!a&&(0,A.jsxs)(t6.Z,{sx:e=>({".MuiPickersLayout-contentWrapper":{backgroundColor:e.palette.background.default}}),children:[(0,A.jsx)(sj.Z,{variant:"h3",padding:1,paddingLeft:2,children:"Select End Time"}),(0,A.jsx)(MX,{displayStaticWrapperAs:"desktop",openTo:"day",disableHighlightToday:!0,value:e.end,minDateTime:r.start,onChange:e=>{null!==e&&d(e)},onAccept:e=>{null!==e&&(c(!0),d(e))}})]}),(0,A.jsxs)(O.Z,{direction:"row",alignItems:"center",gap:1,pl:1,pr:1,children:[(0,A.jsx)(cy.ErrorBoundary,{FallbackComponent:cx,children:(0,A.jsx)(T4,{label:"Start Time",value:new Date(s.start),onChange:e=>{e&&h(e)},onBlur:()=>f(),format:D$})}),(0,A.jsx)(cy.ErrorBoundary,{FallbackComponent:cx,children:(0,A.jsx)(T4,{label:"End Time",value:new Date(s.end),onChange:e=>{e&&d(e)},onBlur:()=>f(),format:D$})})]}),(0,A.jsxs)(O.Z,{direction:"row",sx:{padding:e=>e.spacing(0,1)},gap:1,children:[(0,A.jsx)(P.Z,{variant:"contained",onClick:()=>(()=>{let e=f();e&&t(e)})(),fullWidth:!0,children:"Apply"}),(0,A.jsx)(P.Z,{variant:"outlined",onClick:()=>n(),fullWidth:!0,children:"Cancel"})]})]})})};function DG({value:e,timeOptions:t,onChange:n,height:i,showCustomTimeRange:r=!0}){let{timeZone:o}=t5(),s=(0,L.useRef)(),[l,a]=(0,L.useState)(!1),c=(0,L.useMemo)(()=>(0,tO.isRelativeTimeRange)(e)?(0,tO.toAbsoluteTimeRange)(e):e,[e]),u=(0,L.useMemo)(()=>{var t;return{value:t=(0,tO.isRelativeTimeRange)(e)?void 0:e,display:D_(t,o)}},[e,o]),[h,d]=(0,L.useState)(!1);return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(eg.ZP,{anchorEl:s.current,anchorOrigin:{vertical:"bottom",horizontal:"center"},open:l,onClose:()=>a(!1),sx:e=>({padding:e.spacing(2)}),children:(0,A.jsx)(Dq,{initialTimeRange:c,onChange:e=>{n(e),a(!1),d(!1)},onCancel:()=>a(!1)})}),(0,A.jsx)(t6.Z,{ref:s,children:(0,A.jsxs)(st.Z,{open:h,value:D_(e,o),onClick:()=>d(!h),IconComponent:w2.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":i?{lineHeight:i,paddingY:0}:{}},children:[t.map((e,t)=>(0,A.jsx)(se.Z,{value:D_(e.value,o),onClick:()=>{n(e.value)},children:e.display},t)),r&&(0,A.jsx)(se.Z,{value:D_(u.value,o),onClick:()=>a(!0),children:u.display})]})})]})}function DU(e){let{markerColor:t,sx:n}=e;return(0,A.jsx)(t6.Z,{sx:tG({display:"inline-block",width:"11px",height:"11px",borderRadius:"2px",marginRight:1,verticalAlign:"top"},n),style:{backgroundColor:t}})}function DK(e){let{formattedY:t,markerColor:n,metricName:i,metricLabels:r}=e;return(0,A.jsxs)(O.Z,{spacing:.5,children:[(0,A.jsxs)(t6.Z,{sx:e=>({display:"flex",height:"16px",flexDirection:"row",alignItems:"center",justifyContent:"left",color:e.palette.common.white,fontSize:"11px"}),children:[(0,A.jsx)(DU,{markerColor:n,sx:{marginTop:.25}}),(0,A.jsxs)(t6.Z,{component:"span",children:[i,(0,A.jsx)(t6.Z,{component:"span",sx:e=>({color:e.palette.common.white,fontWeight:700,paddingLeft:"2px"}),children:t})]})]}),(0,A.jsx)(cC.Z,{sx:e=>({borderColor:e.palette.grey["500"]})}),(0,A.jsx)(t6.Z,{sx:e=>({color:e.palette.common.white}),children:r.map(e=>{if(e){let[t,n]=e.split("="),i=void 0!==n?`${t}: `:t,r=void 0!==n?n.replace(/(^"|"$)/g,""):n;return(0,A.jsxs)(t6.Z,{sx:{display:"flex",gap:"4px"},children:[(0,A.jsx)(sj.Z,{sx:{fontSize:"11px"},children:i}),(0,A.jsx)(sj.Z,{sx:e=>({color:e.palette.common.white,fontWeight:700,fontSize:"11px"}),children:r})]},e)}})})]})}let DY=375,DX=650,DQ=650,DJ=500,D0=.75,D1=8,D2=750,D5="nearby series showing in tooltip",D3="emphasized series showing as bold in tooltip",D4="#2E313E",D8=new Intl.DateTimeFormat(void 0,{year:"numeric",month:"short",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0}),D6={coords:{plotCanvas:{x:0,y:0},zrender:{x:0,y:0},target:null},chartWidth:0},D9=[],D7=()=>{let[e,t]=(0,L.useState)(null);return(0,L.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},Ae={wrapLabels:!0,enablePinning:!0},At="Click chart to pin",An="Click chart to unpin";function Ai(e){let{seriesName:t,formattedY:n,markerColor:i,totalSeries:r,emphasizeText:o=!1,wrapLabels:s=!0}=e,l=t.split("{"),a=(l[1]??t).replace(/[{}]/g,"").split(",");if(1===r&&a.length>1){let e=l[0]?`${l[0]}:`:"value:";return(0,A.jsx)(DK,{formattedY:n,metricName:e,metricLabels:a,markerColor:i})}let c=t.replace(/[,]/g,", ");return(0,A.jsxs)(t6.Z,{sx:{display:"table-row",paddingTop:.5},children:[(0,A.jsxs)(t6.Z,{sx:{display:"table-cell",maxWidth:"520px"},children:[(0,A.jsx)(DU,{markerColor:i,sx:{marginTop:.5}}),(0,A.jsx)(t6.Z,{component:"span",sx:e=>({display:"inline-block",width:"calc(100% - 20px)",minWidth:150,maxWidth:DJ,overflow:"hidden",color:e.palette.common.white,fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular,textOverflow:"ellipsis",whiteSpace:s?"normal":"nowrap"}),"aria-label":o?D3:D5,children:c})]}),(0,A.jsx)(t6.Z,{sx:e=>({display:"table-cell",paddingLeft:1.5,textAlign:"right",verticalAlign:"top",fontWeight:o?e.typography.fontWeightBold:e.typography.fontWeightRegular}),children:n})]})}var Ar=n(7444),Ao=n(75276);function As(e,t,n,i,r){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(r){let e=r.getBoundingClientRect();o=o-e.left+r.scrollLeft,s=s-e.top+r.scrollTop;let t=e.top+r.scrollHeight;s+n>t&&(s=Math.max(t-n-16,D1/2))}else s+n>window.innerHeight+window.scrollY&&(s=Math.max(window.innerHeight+window.scrollY-n-16,D1/2));return o+i>window.innerWidth&&(o=e.page.x-i-32),o<32&&(o=32),s<D1/2&&(s=D1/2),`translate3d(${o}px, ${s}px, 0)`}function Al(e,t,n){return{minWidth:DY,maxWidth:DX,maxHeight:(n?n-D1:void 0)??DQ,padding:0,position:"absolute",top:0,left:0,backgroundColor:e.palette.designSystem?.grey[800]??D4,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 Aa=5.5,Ac=30,Au=5;function Ah(e,t,n,i,r,o){let s=[],l=n[0]??null,a=n[1]??null;if(null===l||null===a||void 0===r.dispatchAction||!Array.isArray(e))return s;let c=[],u=[],h=[],d=[],f=[],p=e.length,m=new Map,g=t_(e[0]?.values,l);if(null===g)return D9;for(let n=0;n<p;n++){let l=t[n];if(!l)break;let v=p>0?e[n]:null;if(!v)break;let b=v.values;if(void 0===b||!Array.isArray(b))break;let x=l.name?l.name.toString():"",y=l.color??"#000";if(Array.isArray(e))for(let e=0;e<b.length;e++){let t=b[e];if(void 0===t||!Array.isArray(t))break;let l=t[0],v=t[1];if(null!=v&&g===l&&a<=v+i&&a>=v-i){let t=Am({valueToCheck:a,baseValue:v,percentage:Math.max(p>Au?2:5,100/p)});if(t){u.push(n);let t=m.get(v)??0;m.set(v,t+1),t>0&&f.push({seriesIndex:n,dataIndex:e,seriesName:x,yValue:v}),d.push({seriesIndex:n,dataIndex:e,seriesName:x,yValue:v})}else h.push(n),r.dispatchAction({type:"downplay",seriesIndex:n});let i=(0,tO.formatValue)(v,o);s.push({seriesIdx:n,datumIdx:e,seriesName:x,date:g,x:l,y:v,formattedY:i,markerColor:y.toString(),isClosestToCursor:t}),c.push(n)}}}return tW(r,c,u,h,d,f),s}function Ad(e,t,n,i,r){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>=tZ)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=Am({valueToCheck:l,baseValue:v,percentage:Math.max(h>Au?2:5,100/h)});e?c.push(t):(u.push(t),i?.dispatchAction!==void 0&&i.dispatchAction({type:"downplay",seriesIndex:t}));let n=g>0x174876e7ff?g:1e3*g,s=(0,tO.formatValue)(v,r);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 i?.dispatchAction!==void 0&&(i.dispatchAction({type:"downplay",seriesIndex:u}),c.length>0?i.dispatchAction({type:"highlight",seriesIndex:c,notBlur:!1,escapeConnect:!0}):i.dispatchAction({type:"highlight",seriesIndex:a,notBlur:!0,escapeConnect:!0})),o}function Af({mousePos:e,pinnedPos:t,data:n,seriesMapping:i,chart:r,format:o,showAllSeries:s=!1}){if(void 0===r||null===e)return D9;let l=!1;if(null!==e.target){let t=e.target.parentElement;if(null!==t){let e=t.parentElement;null!==e&&r.getDom()===e&&(l=!0)}}if(null!==t&&(e=t,l=!0),!1===l||null===n||void 0===r._model||void 0===e.plotCanvas.x||void 0===e.plotCanvas.y)return D9;let a=tz(e.plotCanvas.x,e.plotCanvas.y,r);if(null!==a){let e=Ag({yInterval:r._model.getComponent("yAxis").axis.scale._interval,totalSeries:n.length,showAllSeries:s});return Ah(n,i,a,e,r,o)}return D9}function Ap({mousePos:e,pinnedPos:t,chartData:n,chart:i,format:r,showAllSeries:o=!1}){if(void 0===i||null===e)return[];let s=!1;if(null!==e.target){let t=e.target.parentElement;if(null!==t){let e=t.parentElement;null!==e&&i.getDom()===e&&(s=!0)}}if(null!==t&&(e=t,s=!0),!1===s||void 0===i._model)return[];let l=Ag({yInterval:i._model.getComponent("yAxis").axis.scale._interval,totalSeries:n.timeSeries.length,showAllSeries:o}),a=[e.plotCanvas.x??0,e.plotCanvas.y??0];if(i.containPixel("grid",a)){let e=i.convertFromPixel("grid",a);if(void 0!==e[0]&&void 0!==e[1])return Ad(n,e,l,i,r)}return[]}function Am({valueToCheck:e,baseValue:t,percentage:n}){let i=n/100*t;return e>=t-i&&e<=t+i}function Ag({yInterval:e,totalSeries:t,showAllSeries:n=!1}){if(n)return 10*e;let i=.3*e;return t>Au?Math.max(i,e*Ac/t):Math.max(i,e*Aa)}var Av=n(87895),Ab=n(1889),Ax=n(75186);let Ay=(0,L.memo)(function({nearbySeries:e,totalSeries:t,isTooltipPinned:n,showAllSeries:i,enablePinning:r=!0,onShowAllClick:o,onUnpinClick:s}){let l=e[0]?.date??null;if(null===l)return null;let a=r&&t>5;return(0,A.jsxs)(t6.Z,{sx:e=>({width:"100%",maxWidth:DX,padding:e.spacing(1.5,2,.5,2),backgroundColor:e.palette.designSystem?.grey[800]??D4,position:"sticky",top:0,left:0}),children:[(0,A.jsxs)(t6.Z,{sx:{width:"100%",display:"flex",justifyContent:"start",alignItems:"center",paddingBottom:.5},children:[(e=>{let{formattedTime:t,formattedDate:n}=tJ(e);return(0,A.jsxs)(t6.Z,{children:[(0,A.jsx)(sj.Z,{variant:"caption",sx:e=>({color:e.palette.common.white}),children:n}),(0,A.jsx)(sj.Z,{variant:"caption",children:(0,A.jsx)("strong",{children:t})})]})})(l),(0,A.jsxs)(O.Z,{direction:"row",gap:1,sx:{marginLeft:"auto"},children:[a&&(0,A.jsxs)(O.Z,{direction:"row",gap:.5,alignItems:"center",sx:{textAlign:"right"},children:[(0,A.jsx)(sj.Z,{sx:{fontSize:11},children:"Show All"}),(0,A.jsx)(Av.Z,{checked:i,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}})})]}),r&&(0,A.jsxs)(O.Z,{direction:"row",alignItems:"center",children:[(0,A.jsx)(sj.Z,{sx:{marginRight:.5,fontSize:11,verticalAlign:"middle"},children:n?An:At}),n?(0,A.jsx)(Ab.default,{onClick:()=>{void 0!==s&&s()},sx:{fontSize:16,cursor:"pointer"}}):(0,A.jsx)(Ax.default,{sx:{fontSize:16}})]})]})]}),(0,A.jsx)(cC.Z,{sx:e=>({width:"100%",borderColor:e.palette.grey["500"]})})]})});function Aw(e){let{series:t,wrapLabels:n}=e,i=(0,L.useMemo)(()=>null===t?null:t.sort((e,t)=>e.y>t.y?-1:1),[t]);return null===t||null===i?null:(0,A.jsx)(t6.Z,{sx:e=>({display:"table",padding:e.spacing(.5,2)}),children:i.map(({datumIdx:e,seriesIdx:t,seriesName:r,y:o,formattedY:s,markerColor:l,isClosestToCursor:a})=>{if(null===e||null===t)return null;let c=t.toString()+e.toString();return(0,A.jsx)(Ai,{seriesName:r,y:o,formattedY:s,markerColor:l,totalSeries:i.length,wrapLabels:n,emphasizeText:a},c)})})}let AS=(0,L.memo)(function({containerId:e,chartRef:t,data:n,seriesMapping:i,enablePinning:r=!0,wrapLabels:o,format:s,onUnpinClick:l,pinnedPos:a}){let[c,u]=(0,L.useState)(!1),h=(0,L.useRef)(),d=D7(),{height:f,width:p,ref:m}=(0,Ao.default)(),g=null!==a&&r;if(null===d||null===d.target||null===n||null===a&&"CANVAS"!==d.target.tagName)return null;let v=t.current,b=e?document.querySelector(e):void 0,x=b?b.getBoundingClientRect().height:void 0;h.current=As(d,a,f??0,p??0,b);let y=Af({mousePos:d,data:n,seriesMapping:i,pinnedPos:a,chart:v,format:s,showAllSeries:c});if(0===y.length)return null;let w=n.length;return(0,A.jsx)(Ar.Z,{container:b,children:(0,A.jsx)(t6.Z,{ref:m,sx:e=>Al(e,a,x),style:{transform:h.current},children:(0,A.jsxs)(O.Z,{spacing:.5,children:[(0,A.jsx)(Ay,{nearbySeries:y,totalSeries:w,enablePinning:r,isTooltipPinned:g,showAllSeries:c,onShowAllClick:e=>u(e),onUnpinClick:l}),(0,A.jsx)(Aw,{series:y,wrapLabels:o})]})})})}),AC=(0,ev.ZP)(P.Z)(({theme:e})=>({padding:e.spacing(.5),minWidth:"auto"})),Ak=(0,L.forwardRef)(function(e,t){return(0,A.jsx)(AC,{ref:t,variant:"outlined",color:"secondary",...e})}),AM=Object.entries(tO.UNIT_CONFIG).map(([e,t])=>({...t,id:e,group:t.group||"Decimal"})).filter(e=>!e.disableSelectorOption),AT=[{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 AD({value:e,onChange:t,disabled:n=!1}){var i;let r=(0,tO.isUnitWithDecimalPlaces)(e),o=(0,tO.isUnitWithShortValues)(e),s=tO.UNIT_CONFIG[e?.unit||"decimal"];return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(lZ,{label:"Short values",control:(0,A.jsx)(Av.Z,{checked:!!o&&(0,tO.shouldShortenValues)(e.shortValues),onChange:(n,i)=>{o&&t({...e,shortValues:i})},disabled:!o})}),(0,A.jsx)(lZ,{label:"Unit",control:(0,A.jsx)(lV,{value:{id:e?.unit||"decimal",...s},options:AM,groupBy:e=>e.group??"Decimal",onChange:(e,n)=>{t({unit:n?.id||"decimal"})},disableClearable:!0,disabled:n})}),(0,A.jsx)(lZ,{label:"Decimals",control:(0,A.jsx)(lV,{value:(i=e.decimalPlaces,AT.find(e=>e.decimalPlaces===i)),options:AT,getOptionLabel:e=>e.label,onChange:(n,i)=>(({decimalPlaces:n})=>{r&&t({...e,decimalPlaces:n})})(i),disabled:!r,disableClearable:!0})})]})}function AA({name:e,height:t}){return(0,A.jsx)(t6.Z,{style:{maxWidth:t,top:`calc(${t}px / 2)`},sx:{display:"inline-block",position:"absolute",transform:"translateX(-50%) rotate(-90deg)",transformOrigin:"top",textAlign:"center",zIndex:1},children:(0,A.jsx)(sj.Z,{variant:"body1","aria-label":"y axis label",sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:e})})}var AR=n(28730);let AP=t0((0,AR.Z)({}),{echartsTheme:{textStyle:{fontFamily:"Lato"},categoryAxis:{splitLine:{show:!1}},timeAxis:{splitLine:{show:!1}},bar:{barCategoryGap:2}}}),AI={chartsTheme:AP,enablePinning:!1,enableSyncGrouping:!0,lastTooltipPinnedCoords:null,setLastTooltipPinnedCoords:()=>null};var AO=n(79602);let AE={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,[`& .${AO.Z.icon}`]:{color:e.palette.error.main}}:{...e.typography.body1,backgroundColor:e.palette.error.light,color:e.palette.error.dark,[`& .${AO.Z.icon}`]:{color:e.palette.error.main}},standardInfo:({theme:e})=>"dark"===e.palette.mode?{...e.typography.body1,backgroundColor:e.palette.info.dark,color:e.palette.info.light,[`& .${AO.Z.icon}`]:{color:e.palette.info.main}}:{...e.typography.body1,backgroundColor:e.palette.info.light,color:e.palette.info.dark,[`& .${AO.Z.icon}`]:{color:e.palette.info.main}},standardSuccess:({theme:e})=>"dark"===e.palette.mode?{...e.typography.body1,backgroundColor:e.palette.success.dark,color:e.palette.success.light,[`& .${AO.Z.icon}`]:{color:e.palette.success.main}}:{...e.typography.body1,backgroundColor:e.palette.success.light,color:e.palette.success.dark,[`& .${AO.Z.icon}`]:{color:e.palette.success.main}},standardWarning:({theme:e})=>"dark"===e.palette.mode?{...e.typography.body1,backgroundColor:e.palette.warning.dark,color:e.palette.warning.light,[`& .${AO.Z.icon}`]:{color:e.palette.warning.main}}:{...e.typography.body1,backgroundColor:e.palette.warning.light,color:e.palette.warning.dark,[`& .${AO.Z.icon}`]:{color:e.palette.warning.main}},root:{["& ."+n(757).Z.root]:{textDecoration:"underline"}}}},AZ={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"},AL={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"},Aj="#FFFFFF",AF=e=>"light"===e?{main:AL["500"],dark:AL["600"],light:AL["50"]}:{main:AL["400"],dark:AL["800"],light:AL["200"]},AB={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"},AV={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"},AN={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"},AH={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"},Az={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"}},AW=({theme:e})=>({..."light"===e.palette.mode?{}:{backgroundImage:"unset",backgroundColor:e.palette.designSystem.grey[800]}});function A$(e,t={}){var n;return(0,AR.Z)({palette:{mode:n=e,primary:AF(n),secondary:"light"===n?{main:AZ["600"],dark:AZ["900"],light:AZ["100"]}:{main:Aj,dark:Aj,light:Aj},grey:"light"===n?{50:AZ["50"],100:AZ["100"],200:AZ["200"],300:AZ["300"],400:AZ["400"],500:AZ["500"],600:AZ["600"],700:AZ["700"],800:AZ["800"],900:AZ["900"],950:AZ["950"]}:{50:AZ["950"],100:AZ["900"],200:AZ["800"],300:AZ["700"],400:AZ["600"],500:AZ["500"],600:AZ["400"],700:AZ["300"],800:AZ["200"],900:AZ["100"],950:AZ["50"]},background:(e=>{let t=AL["150"],n="rgba(21, 23, 33, 0.75)";return"light"===e?{navigation:t,overlay:n,default:Aj,paper:AZ["50"],code:AZ["50"],tooltip:AZ["100"],lighter:AZ["50"],border:AZ["100"]}:{navigation:t,overlay:n,default:AZ["900"],paper:AZ["850"],code:AZ["800"],tooltip:AZ["600"],lighter:AZ["700"],border:AZ["600"]}})(n),text:(e=>{let t=AZ["800"],n=AZ["300"];return"light"===e?{navigation:t,accent:n,primary:AZ["800"],secondary:AZ["700"],disabled:AZ["300"],link:AL["500"],linkHover:AL["600"]}:{navigation:t,accent:n,primary:Aj,secondary:AZ["50"],disabled:AZ["600"],link:AL["400"],linkHover:AL["500"]}})(n),error:"light"===n?{main:AH["500"],dark:AH["600"],light:AH["50"]}:{main:AH["400"],dark:AH["800"],light:AH["300"]},warning:"light"===n?{main:AV["500"],dark:AV["700"],light:AV["50"]}:{main:AV["400"],dark:AV["800"],light:AV["300"]},info:AF(n),success:"light"===n?{main:AB["500"],dark:AB["700"],light:AB["50"]}:{main:AB["400"],dark:AB["800"],light:AB["300"]},common:{white:Aj,black:"#000000"},designSystem:{blue:AL,green:AB,grey:AZ,orange:AV,purple:AN,red:AH}},typography:Az,mixins:{},components:A_,...t})}let A_={MuiAlert:AE,MuiFormControl:{defaultProps:{size:"small"}},MuiPaper:{styleOverrides:{root:({theme:e})=>({backgroundColor:e.palette.background.default})}},MuiTextField:{defaultProps:{size:"small"}},MuiDrawer:{styleOverrides:{paper:AW}},MuiDialog:{styleOverrides:{paper:AW}},MuiPopover:{styleOverrides:{paper:AW}}};var Aq=n(84974),AG=n(12449),AU=n(28418),AK=n(57689);function AY({value:e,onChange:t}){return(0,A.jsxs)(O.Z,{direction:"row",children:[(0,A.jsx)(lF.Z,{freeSolo:!0,multiple:!0,id:"join-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,A.jsx)(Z.Z,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,i)=>{t({...e,spec:{...e.spec,columns:i}})}}),(0,A.jsx)(wZ.Z,{label:"Enabled",labelPlacement:"start",control:(0,A.jsx)(Av.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function AX({value:e,onChange:t}){return(0,A.jsxs)(O.Z,{direction:"row",gap:1,alignItems:"center",children:[(0,A.jsx)(lF.Z,{freeSolo:!0,multiple:!0,id:"merge-columns-columns",sx:{width:"100%"},options:[],value:e.spec.columns??[],renderInput:e=>(0,A.jsx)(Z.Z,{...e,variant:"outlined",label:"Columns",required:!0}),onChange:(n,i)=>{t({...e,spec:{...e.spec,columns:i}})}}),(0,A.jsx)(lp,{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,A.jsx)(wZ.Z,{label:"Enabled",labelPlacement:"start",control:(0,A.jsx)(Av.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function AQ({value:e,onChange:t}){return(0,A.jsxs)(O.Z,{direction:"row",children:[(0,A.jsx)(lp,{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,A.jsx)(wZ.Z,{label:"Enabled",labelPlacement:"start",control:(0,A.jsx)(Av.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})]})}function AJ({value:e,onChange:t}){return(0,A.jsx)(O.Z,{direction:"row",children:(0,A.jsx)(wZ.Z,{label:"Enabled",labelPlacement:"start",control:(0,A.jsx)(Av.Z,{value:!e.spec.disabled,checked:!e.spec.disabled,onChange:n=>t({...e,spec:{...e.spec,disabled:!n.target.checked}})})})})}function A0({value:e,onChange:t,...n}){return(0,A.jsxs)(O.Z,{gap:2,sx:{width:"100%"},mt:1,...n,children:[(0,A.jsxs)(lp,{select:!0,label:"Kind",value:e.kind,onChange:n=>t({...e,kind:n}),children:[(0,A.jsx)(se.Z,{value:"JoinByColumnValue",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Join by column value"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Regroup rows with equal cell value in a column"})]})}),(0,A.jsx)(se.Z,{value:"MergeColumns",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Merge columns"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Multiple columns are merged to one column"})]})}),(0,A.jsx)(se.Z,{value:"MergeIndexedColumns",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Merge indexed columns"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Indexed columns are merged to one column"})]})}),(0,A.jsx)(se.Z,{value:"MergeSeries",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Merge series"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Series will be merged by their labels"})]})})]}),"JoinByColumnValue"===e.kind&&(0,A.jsx)(AY,{value:e,onChange:t}),"MergeColumns"===e.kind&&(0,A.jsx)(AX,{value:e,onChange:t}),"MergeIndexedColumns"===e.kind&&(0,A.jsx)(AQ,{value:e,onChange:t}),"MergeSeries"===e.kind&&(0,A.jsx)(AJ,{value:e,onChange:t})]})}function A1({index:e,value:t,isCollapsed:n,onChange:i,onCollapse:r,onDelete:o,...s}){return(0,A.jsxs)(O.Z,{...s,children:[(0,A.jsxs)(O.Z,{direction:"row",alignItems:"center",borderBottom:1,borderColor:e=>e.palette.divider,justifyContent:"space-between",gap:4,children:[(0,A.jsxs)(O.Z,{direction:"row",gap:1,children:[(0,A.jsx)(E.Z,{"data-testid":`transform-toggle#${e}`,size:"small",onClick:()=>r(!n),children:n?(0,A.jsx)(Aq.default,{}):(0,A.jsx)(AG.default,{})}),(0,A.jsx)(sj.Z,{variant:"overline",component:"h4",sx:{textTransform:"none"},children:t.kind?(0,A.jsx)("span",{children:(0,A.jsx)("strong",{children:tO.TRANSFORM_TEXT[t.kind]})}):(0,A.jsx)("strong",{children:"Select a transformation kind"})})]}),(0,A.jsxs)(O.Z,{direction:"row",gap:1,children:[n&&(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(lR.Z,{title:t.spec?.disabled?"Enable transformation":"Disable transformation",placement:"top",children:(0,A.jsx)(E.Z,{size:"small",sx:{marginLeft:"auto"},onClick:function(){i({...t,spec:{...t.spec,disabled:!t.spec?.disabled}})},children:t.spec?.disabled?(0,A.jsx)(AU.default,{}):(0,A.jsx)(AK.default,{})})}),(0,A.jsx)(cC.Z,{flexItem:!0,orientation:"vertical",variant:"middle"})]}),(0,A.jsx)(lR.Z,{title:"Remove transformation",placement:"top",children:(0,A.jsx)(E.Z,{size:"small",sx:{marginLeft:"auto"},onClick:o,children:(0,A.jsx)(wQ.default,{})})})]})]}),!n&&(0,A.jsx)(A0,{value:t,onChange:i})]})}function A2({value:e,onChange:t,...n}){let[i,r]=(0,L.useState)(e.map(()=>!0));return(0,A.jsxs)(O.Z,{gap:1,...n,children:[e.map((n,o)=>(0,A.jsx)(A1,{index:o,value:n,isCollapsed:i[o]??!0,onChange:n=>(function(n,i){let r=[...e];r[n]=i,t(r)})(o,n),onDelete:()=>(function(n){let i=[...e];i.splice(n,1),t(i),r(e=>(e.splice(n,1),[...e]))})(o),onCollapse:e=>{r(t=>(t[o]=e,[...t]))}},o)),(0,A.jsx)(P.Z,{variant:"contained",startIcon:(0,A.jsx)(wj.default,{}),sx:{marginTop:1},onClick:function(){let n=[...e];n.push({kind:"",spec:{}}),t(n),r(e=>(e.push(!1),[...e]))},children:"Add Transformation"})]})}function A5(e){let{value:t,onChange:n,timeOptions:i,height:r}=e,o=(0,L.useMemo)(()=>{if(t&&!i.some(e=>e.value.pastDuration===t))return(0,A.jsx)(se.Z,{value:t,children:t})},[i,t]);return(0,A.jsx)(lT.Z,{children:(0,A.jsx)(t6.Z,{children:(0,A.jsxs)(st.Z,{id:"refreshInterval",value:t,onChange:e=>{n(e.target.value)},inputProps:{"aria-label":`Select refresh interval. Currently set to ${t}`},sx:{".MuiSelect-select":r?{lineHeight:r,paddingY:0}:{}},children:[i.map((e,t)=>(0,A.jsx)(se.Z,{value:e.value.pastDuration,children:e.display},t)),o]})})})}var A3=n(41305);let A4=({mapping:e,onChange:t,...n})=>{switch(e.kind){case"Value":return(0,A.jsx)(O.Z,{gap:1,direction:"row",...n,children:(0,A.jsx)(Z.Z,{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,A.jsxs)(O.Z,{gap:1,direction:"row",...n,children:[(0,A.jsx)(Z.Z,{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,A.jsx)(Z.Z,{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,A.jsx)(O.Z,{gap:1,direction:"row",...n,children:(0,A.jsx)(Z.Z,{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,A.jsx)(O.Z,{gap:1,direction:"row",...n,children:(0,A.jsxs)(Z.Z,{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,A.jsx)(se.Z,{value:"empty",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Empty"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches empty string"})]})}),(0,A.jsx)(se.Z,{value:"null",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Null"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches null or undefined"})]})}),(0,A.jsx)(se.Z,{value:"NaN",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"NaN"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches Not a Number value"})]})}),(0,A.jsx)(se.Z,{value:"true",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"True"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches true boolean"})]})}),(0,A.jsx)(se.Z,{value:"false",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"False"}),(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches false boolean"})]})})]})});default:return null}},A8=({mapping:e,onChange:t,onDelete:n,...i})=>{let r=n=>{t({...e,spec:{...e.spec,result:{...e.spec.result,color:n}}})};return(0,A.jsxs)(A3.Z,{container:!0,spacing:2,...i,children:[(0,A.jsx)(A3.Z,{size:{xs:5},children:(0,A.jsxs)(O.Z,{direction:"row",gap:1,width:"100%",children:[(0,A.jsxs)(Z.Z,{select:!0,label:"Type",value:e.kind,onChange:n=>t({...e,kind:n.target.value}),required:!0,sx:{width:"120px"},children:[(0,A.jsx)(se.Z,{value:"Value",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Value"}),"Value"!==e.kind&&(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches an exact text value"})]})}),(0,A.jsx)(se.Z,{value:"Range",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Range"}),"Range"!==e.kind&&(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches against a numerical range"})]})}),(0,A.jsx)(se.Z,{value:"Regex",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Regex"}),"Regex"!==e.kind&&(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches against a regular expression"})]})}),(0,A.jsx)(se.Z,{value:"Misc",children:(0,A.jsxs)(O.Z,{children:[(0,A.jsx)(sj.Z,{children:"Misc"}),"Misc"!==e.kind&&(0,A.jsx)(sj.Z,{variant:"caption",children:"Matches against empty, null and NaN values"})]})})]}),(0,A.jsx)(A4,{width:"100%",mapping:e,onChange:n=>t({...e,...n})})]})}),(0,A.jsx)(A3.Z,{size:{xs:4},children:(0,A.jsx)(Z.Z,{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,A.jsx)(A3.Z,{size:{xs:1},children:(0,A.jsx)(O.Z,{direction:"row",justifyContent:"center",gap:1,children:e.spec?.result?.color?(0,A.jsx)(t3,{label:"Color",color:e.spec.result.color??"#000",onColorChange:r,onClear:()=>r(void 0)}):(0,A.jsx)(E.Z,{onClick:()=>r("#000"),children:(0,A.jsx)(wj.default,{})})})}),(0,A.jsx)(A3.Z,{size:{xs:1},textAlign:"end",children:(0,A.jsx)(lR.Z,{title:"Remove mapping settings",placement:"top",children:(0,A.jsx)(E.Z,{size:"small",sx:{marginLeft:"auto"},onClick:n,children:(0,A.jsx)(wQ.default,{})})})})]})},A6=({mappings:e,onChange:t})=>{let[n,i]=(0,L.useState)(e);return(0,A.jsxs)(O.Z,{spacing:1,children:[(0,A.jsxs)(A3.Z,{container:!0,spacing:2,children:[(0,A.jsx)(A3.Z,{size:{xs:5},children:(0,A.jsx)(sj.Z,{variant:"subtitle1",children:"Condition"})}),(0,A.jsx)(A3.Z,{size:{xs:4},children:(0,A.jsx)(sj.Z,{variant:"subtitle1",children:"Display Text"})}),(0,A.jsx)(A3.Z,{size:{xs:1},textAlign:"center",children:(0,A.jsx)(sj.Z,{variant:"subtitle1",children:"Color"})}),(0,A.jsx)(A3.Z,{size:{xs:1}})]}),(0,A.jsx)(O.Z,{gap:1.5,divider:(0,A.jsx)(cC.Z,{flexItem:!0,orientation:"horizontal"}),children:n.map((e,r)=>(0,A.jsx)(A8,{mapping:e,onChange:e=>(function(e,r){let o=[...n];o[e]=r,i(o),t(o)})(r,e),onDelete:()=>(function(e){let r=[...n];r.splice(e,1),i(r),t(r)})(r)},r))}),(0,A.jsx)(P.Z,{variant:"contained",startIcon:(0,A.jsx)(wj.default,{}),sx:{marginTop:1},onClick:function(){let e=[...n];e.push({kind:"Value",spec:{result:{value:""}}}),i(e),t(e)},children:"Add value mappings"})]})}},49966:function(e,t,n){"use strict";var i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.bindAll=void 0;var r=n(63778);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:i(i({},t),{options:i(i({},o(n)),o(t.options))});return(0,r.bind)(e,s)});return function(){s.forEach(function(e){return e()})}}},63778:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.bind=void 0,t.bind=function(e,t){var n=t.type,i=t.listener,r=t.options;return e.addEventListener(n,i,r),function(){e.removeEventListener(n,i,r)}}},70501:function(e,t,n){"use strict";t.bindAll=t.bind=void 0;var i=n(63778);Object.defineProperty(t,"bind",{enumerable:!0,get:function(){return i.bind}});var r=n(49966);Object.defineProperty(t,"bindAll",{enumerable:!0,get:function(){return r.bindAll}})},79349: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)}},73140:function(e,t,n){var i=n(88799),r=n(85638);e.exports=function(e,t,n){(void 0===n||r(e[t],n))&&(void 0!==n||t in e)||i(e,t,n)}},71928:function(e,t,n){var i=n(88799),r=n(85638),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var s=e[t];o.call(e,t)&&r(s,n)&&(void 0!==n||t in e)||i(e,t,n)}},88799:function(e,t,n){var i=n(42630);e.exports=function(e,t,n){"__proto__"==t&&i?i(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},80158:function(e,t,n){var i=n(11611),r=Object.create;e.exports=function(){function e(){}return function(t){if(!i(t))return{};if(r)return r(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}()},49819:function(e,t,n){e.exports=n(18911)()},59464:function(e,t,n){var i=n(11611),r=n(56016),o=n(21586),s=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return o(e);var t=r(e),n=[];for(var l in e)"constructor"==l&&(t||!s.call(e,l))||n.push(l);return n}},40015:function(e,t,n){var i=n(23694),r=n(73140),o=n(49819),s=n(68867),l=n(11611),a=n(53893),c=n(97494);e.exports=function e(t,n,u,h,d){t!==n&&o(n,function(o,a){if(d||(d=new i),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),r(t,a,f)}},a)}},68867:function(e,t,n){var i=n(73140),r=n(2734),o=n(63428),s=n(37561),l=n(97635),a=n(2900),c=n(19785),u=n(36468),h=n(43854),d=n(28338),f=n(11611),p=n(40861),m=n(48519),g=n(97494),v=n(89328);e.exports=function(e,t,n,b,x,y,w){var S=g(e,n),C=g(t,n),k=w.get(C);if(k)return void i(e,n,k);var M=y?y(S,C,n+"",e,t,w):void 0,T=void 0===M;if(T){var D=c(C),A=!D&&h(C),R=!D&&!A&&m(C);M=C,D||A||R?c(S)?M=S:u(S)?M=s(S):A?(T=!1,M=r(C,!0)):R?(T=!1,M=o(C,!0)):M=[]:p(C)||a(C)?(M=S,a(S)?M=v(S):(!f(S)||d(S))&&(M=l(C))):T=!1}T&&(w.set(C,M),x(M,C,b,y,w),w.delete(C)),i(e,n,M)}},1197:function(e,t,n){var i=n(31137),r=n(11871),o=n(63132);e.exports=function(e,t){return o(r(e,t,i),e+"")}},54459:function(e,t,n){var i=n(551),r=n(42630),o=n(31137);e.exports=r?function(e,t){return r(e,"toString",{configurable:!0,enumerable:!1,value:i(t),writable:!0})}:o},74833:function(e,t,n){var i=n(56127),r=/^\s+/;e.exports=function(e){return e?e.slice(0,i(e)+1).replace(r,""):e}},95825:function(e,t,n){var i=n(59942);e.exports=function(e){var t=new e.constructor(e.byteLength);return new i(t).set(new i(e)),t}},2734:function(e,t,n){e=n.nmd(e);var i=n(77400),r=t&&!t.nodeType&&t,o=r&&e&&!e.nodeType&&e,s=o&&o.exports===r?i.Buffer:void 0,l=s?s.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=l?l(n):new e.constructor(n);return e.copy(i),i}},63428:function(e,t,n){var i=n(95825);e.exports=function(e,t){var n=t?i(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},37561:function(e){e.exports=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t}},35159:function(e,t,n){var i=n(71928),r=n(88799);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?r(n,c,u):i(n,c,u)}return n}},7270:function(e,t,n){var i=n(1197),r=n(57535);e.exports=function(e){return i(function(t,n){var i=-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&&r(n[0],n[1],l)&&(s=o<3?void 0:s,o=1),t=Object(t);++i<o;){var a=n[i];a&&e(t,a,i,s)}return t})}},18911:function(e){e.exports=function(e){return function(t,n,i){for(var r=-1,o=Object(t),s=i(t),l=s.length;l--;){var a=s[e?l:++r];if(!1===n(o[a],a,o))break}return t}}},42630:function(e,t,n){var i=n(81822);e.exports=function(){try{var e=i(Object,"defineProperty");return e({},"",{}),e}catch(e){}}()},2173:function(e,t,n){e.exports=n(58023)(Object.getPrototypeOf,Object)},97635:function(e,t,n){var i=n(80158),r=n(2173),o=n(56016);e.exports=function(e){return"function"!=typeof e.constructor||o(e)?{}:i(r(e))}},57535:function(e,t,n){var i=n(85638),r=n(80068),o=n(42383),s=n(11611);e.exports=function(e,t,n){if(!s(n))return!1;var l=typeof t;return("number"==l?!!(r(n)&&o(t,n.length)):"string"==l&&t in n)&&i(n[t],e)}},21586:function(e){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},11871:function(e,t,n){var i=n(79349),r=Math.max;e.exports=function(e,t,n){return t=r(void 0===t?e.length-1:t,0),function(){for(var o=arguments,s=-1,l=r(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),i(e,this,c)}}},97494:function(e){e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},63132:function(e,t,n){var i=n(54459);e.exports=n(49591)(i)},49591:function(e){var t=Date.now;e.exports=function(e){var n=0,i=0;return function(){var r=t(),o=16-(r-i);if(i=r,o>0){if(++n>=800)return arguments[0]}else n=0;return e.apply(void 0,arguments)}}},56127:function(e){var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},551:function(e){e.exports=function(e){return function(){return e}}},66726:function(e,t,n){var i=n(11611),r=n(82846),o=n(91936),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,i=c;return a=c=void 0,p=t,h=e.apply(i,n)}function x(e){var n=e-f,i=e-p;return void 0===f||n>=t||n<0||g&&i>=u}function y(){var e,n,i,o=r();if(x(o))return w(o);d=setTimeout(y,(e=o-f,n=o-p,i=t-e,g?l(i,u-n):i))}function w(e){return(d=void 0,v&&a)?b(e):(a=c=void 0,h)}function S(){var e,n=r(),i=x(n);if(a=arguments,c=this,f=n,i){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,i(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(r())},S}},31137:function(e){e.exports=function(e){return e}},36468:function(e,t,n){var i=n(80068),r=n(92360);e.exports=function(e){return r(e)&&i(e)}},40861:function(e,t,n){var i=n(99736),r=n(2173),o=n(92360),s=Object.prototype,l=Function.prototype.toString,a=s.hasOwnProperty,c=l.call(Object);e.exports=function(e){if(!o(e)||"[object Object]"!=i(e))return!1;var t=r(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}},55193:function(e,t,n){var i=n(99736),r=n(92360);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==i(e)}},53893:function(e,t,n){var i=n(98213),r=n(59464),o=n(80068);e.exports=function(e){return o(e)?i(e,!0):r(e)}},15409:function(e,t,n){var i=n(40015);e.exports=n(7270)(function(e,t,n){i(e,t,n)})},82846:function(e,t,n){var i=n(77400);e.exports=function(){return i.Date.now()}},91936:function(e,t,n){var i=n(74833),r=n(11611),o=n(55193),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(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=i(e);var n=a.test(e);return n||c.test(e)?u(e.slice(2),n?2:8):l.test(e)?s:+e}},89328:function(e,t,n){var i=n(35159),r=n(53893);e.exports=function(e){return i(e,r(e))}},59986:function(e,t,n){"use strict";var i;t.default=void 0,t.default=(0,((i=n(30265))&&i.__esModule?i:{default:i}).default)("M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z","Calendar")},20791:function(e,t,n){"use strict";var i;t.default=void 0,t.default=(0,((i=n(30265))&&i.__esModule?i:{default:i}).default)("M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z","Circle")},80354:function(e,t,n){"use strict";var i;t.default=void 0,t.default=(0,((i=n(30265))&&i.__esModule?i:{default:i}).default)("M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z","Delete")},11682:function(e,t,n){"use strict";var i;t.default=void 0,t.default=(0,((i=n(30265))&&i.__esModule?i:{default:i}).default)("M7,19V17H9V19H7M11,19V17H13V19H11M15,19V17H17V19H15M7,15V13H9V15H7M11,15V13H13V15H11M15,15V13H17V15H15M7,11V9H9V11H7M11,11V9H13V11H11M15,11V9H17V11H15M7,7V5H9V7H7M11,7V5H13V7H11M15,7V5H17V7H15Z","Drag")},1889:function(e,t,n){"use strict";var i;t.default=void 0,t.default=(0,((i=n(30265))&&i.__esModule?i:{default:i}).default)("M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z","Pin")},68715: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 i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}(t);function i(e,t){return(i=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var r={error:null},o=function(e){function t(){for(var t,n=arguments.length,i=Array(n),o=0;o<n;o++)i[o]=arguments[o];return(t=e.call.apply(e,[this].concat(i))||this).state=r,t.resetErrorBoundary=function(){for(var e,n=arguments.length,i=Array(n),r=0;r<n;r++)i[r]=arguments[r];null==t.props.onReset||(e=t.props).onReset.apply(e,i),t.reset()},t}t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e),t.getDerivedStateFromError=function(e){return{error:e}};var o=t.prototype;return o.reset=function(){this.setState(r)},o.componentDidCatch=function(e,t){var n,i;null==(n=(i=this.props).onError)||n.call(i,e,t)},o.componentDidUpdate=function(e,t){var n,i,r,o,s=this.state.error,l=this.props.resetKeys;null!==s&&null!==t.error&&(void 0===(n=e.resetKeys)&&(n=[]),void 0===(i=l)&&(i=[]),n.length!==i.length||n.some(function(e,t){return!Object.is(e,i[t])}))&&(null==(r=(o=this.props).onResetKeysChange)||r.call(o,e.resetKeys,l),this.reset())},o.render=function(){var e=this.state.error,t=this.props,i=t.fallbackRender,r=t.FallbackComponent,o=t.fallback;if(null!==e){var s={error:e,resetErrorBoundary:this.resetErrorBoundary};if(n.isValidElement(o))return o;if("function"==typeof i)return i(s);if(r)return n.createElement(r,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),i=t[0],r=t[1];if(null!=e)throw e;if(null!=i)throw i;return r},e.withErrorBoundary=function(e,t){var i=function(i){return n.createElement(o,t,n.createElement(e,i))};return i.displayName="withErrorBoundary("+(e.displayName||e.name||"Unknown")+")",i},Object.defineProperty(e,"__esModule",{value:!0})})(t,n(54538))}}]);