@ehfuse/mui-virtual-data-table 1.1.8 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,33 +6,33 @@ React와 Material-UI를 위한 고성능 가상화 데이터 테이블 컴포넌
6
6
 
7
7
  ## Features
8
8
 
9
- - 🚀 **High Performance**: Virtualized rendering with react-virtuoso for smooth scrolling with large datasets
10
- - ♾️ **Infinite Scroll**: Built-in infinite scroll with automatic loading indicator
11
- - ⌨️ **Keyboard Navigation**: Full keyboard support (Arrow keys, PageUp/Down, Home/End)
12
- - 🎨 **Material-UI Integration**: Seamless integration with MUI components
13
- - 🦓 **Zebra Striping**: Optional alternating row colors with custom color support
14
- - 🔧 **TypeScript Support**: Full TypeScript support with comprehensive type definitions
15
- - 🔄 **Sorting**: Built-in column sorting functionality
16
- - 🎯 **Customizable**: Highly customizable columns, styling, and scrollbar options
17
- - 📊 **Empty State**: Built-in empty state handling with custom message
18
- - 🔍 **Loading State**: Smooth loading transitions with fade-out animation
19
- - 📏 **Grouped Headers**: Support for grouped column headers with dynamic height calculation
20
- - 🎨 **Custom Scrollbar**: Beautiful custom scrollbar with full customization options
9
+ - 🚀 **High Performance**: Virtualized rendering with react-virtuoso for smooth scrolling with large datasets
10
+ - ♾️ **Infinite Scroll**: Built-in infinite scroll with automatic loading indicator
11
+ - ⌨️ **Keyboard Navigation**: Full keyboard support (Arrow keys, PageUp/Down, Home/End)
12
+ - 🎨 **Material-UI Integration**: Seamless integration with MUI components
13
+ - 🦓 **Zebra Striping**: Optional alternating row colors with custom color support
14
+ - 🔧 **TypeScript Support**: Full TypeScript support with comprehensive type definitions
15
+ - 🔄 **Sorting**: Built-in column sorting functionality
16
+ - 🎯 **Customizable**: Highly customizable columns, styling, and scrollbar options
17
+ - 📊 **Empty State**: Built-in empty state handling with custom message
18
+ - 🔍 **Loading State**: Smooth loading transitions with fade-out animation
19
+ - 📏 **Grouped Headers**: Support for grouped column headers with dynamic height calculation
20
+ - 🎨 **Custom Scrollbar**: Beautiful custom scrollbar with full customization options
21
21
 
22
22
  ## 주요 기능
23
23
 
24
- - 🚀 **고성능**: react-virtuoso를 사용한 가상화 렌더링으로 대용량 데이터셋에서도 부드러운 스크롤
25
- - ♾️ **무한 스크롤**: 자동 로딩 인디케이터가 포함된 무한 스크롤 기능
26
- - ⌨️ **키보드 탐색**: 완전한 키보드 지원 (방향키, PageUp/Down, Home/End)
27
- - 🎨 **Material-UI 통합**: MUI 컴포넌트와의 완벽한 통합
28
- - 🦓 **얼룩말 줄무늬**: 사용자 지정 색상을 지원하는 선택적 행 교차 색상
29
- - 🔧 **TypeScript 지원**: 포괄적인 타입 정의가 포함된 완전한 TypeScript 지원
30
- - 🔄 **정렬**: 내장된 컬럼 정렬 기능
31
- - 🎯 **커스터마이징**: 컬럼, 스타일링, 스크롤바 옵션의 높은 커스터마이징
32
- - 📊 **빈 상태**: 커스텀 메시지를 지원하는 내장된 빈 상태 처리
33
- - 🔍 **로딩 상태**: 페이드아웃 애니메이션이 적용된 부드러운 로딩 전환
34
- - 📏 **그룹 헤더**: 동적 높이 계산을 지원하는 그룹화된 컬럼 헤더
35
- - 🎨 **커스텀 스크롤바**: 완전한 커스터마이징 옵션을 갖춘 아름다운 커스텀 스크롤바
24
+ - 🚀 **고성능**: react-virtuoso를 사용한 가상화 렌더링으로 대용량 데이터셋에서도 부드러운 스크롤
25
+ - ♾️ **무한 스크롤**: 자동 로딩 인디케이터가 포함된 무한 스크롤 기능
26
+ - ⌨️ **키보드 탐색**: 완전한 키보드 지원 (방향키, PageUp/Down, Home/End)
27
+ - 🎨 **Material-UI 통합**: MUI 컴포넌트와의 완벽한 통합
28
+ - 🦓 **얼룩말 줄무늬**: 사용자 지정 색상을 지원하는 선택적 행 교차 색상
29
+ - 🔧 **TypeScript 지원**: 포괄적인 타입 정의가 포함된 완전한 TypeScript 지원
30
+ - 🔄 **정렬**: 내장된 컬럼 정렬 기능
31
+ - 🎯 **커스터마이징**: 컬럼, 스타일링, 스크롤바 옵션의 높은 커스터마이징
32
+ - 📊 **빈 상태**: 커스텀 메시지를 지원하는 내장된 빈 상태 처리
33
+ - 🔍 **로딩 상태**: 페이드아웃 애니메이션이 적용된 부드러운 로딩 전환
34
+ - 📏 **그룹 헤더**: 동적 높이 계산을 지원하는 그룹화된 컬럼 헤더
35
+ - 🎨 **커스텀 스크롤바**: 완전한 커스터마이징 옵션을 갖춘 아름다운 커스텀 스크롤바
36
36
 
37
37
  ## Installation
38
38
 
@@ -52,9 +52,9 @@ npm install react react-dom @mui/material react-virtuoso
52
52
 
53
53
  For detailed API reference and usage examples:
54
54
 
55
- - **[한국어 시작하기](./docs/ko/getting-started.md)** - API 설명 및 가이드
56
- - **[한국어 예제 코드](./docs/ko/example.md)** - 다양한 사용 예제
57
- - **[Getting Started (English)](./docs/en/getting-started.md)** - API reference and guide _(coming soon)_
55
+ - **[한국어 시작하기](./docs/ko/getting-started.md)** - API 설명 및 가이드
56
+ - **[한국어 예제 코드](./docs/ko/example.md)** - 다양한 사용 예제
57
+ - **[Getting Started (English)](./docs/en/getting-started.md)** - API reference and guide _(coming soon)_
58
58
 
59
59
  ## Quick Start
60
60
 
@@ -112,6 +112,7 @@ function App() {
112
112
  paddingBottom={string | number} // Bottom padding (default: 0)
113
113
  rowHoverColor={string} // Row hover background color (default: "#000000", auto-inverted brightness in dark mode)
114
114
  rowHoverOpacity={number} // Row hover opacity 0-1 (default: 0.06)
115
+ viewportBuffer={number | { top, bottom }} // Viewport outside pre-render buffer in px (default: rowHeight-based auto buffer)
115
116
 
116
117
  // Optional - Infinite Scroll
117
118
  loading={boolean} // Loading state (default: false)
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- import{forwardRef as tt,useCallback as be,useMemo as rt,useRef as q,useEffect as Oe,memo as Lt,useState as ct}from"react";import{Box as ye,Table as Dt,TableBody as Et,TableCell as Ye,TableContainer as Ht,TableHead as It,TableRow as Fe,TableSortLabel as ot,Paper as Rt,Typography as $t}from"@mui/material";import{TableVirtuoso as Ot}from"react-virtuoso";import{jsx as et}from"react/jsx-runtime";import{useRef as nt,useState as pt,useEffect as ft}from"react";import{Box as mt,CircularProgress as ht}from"@mui/material";var ze=function(){return ze=Object.assign||function(p){for(var m,g=1,M=arguments.length;g<M;g++){m=arguments[g];for(var C in m)Object.prototype.hasOwnProperty.call(m,C)&&(p[C]=m[C])}return p},ze.apply(this,arguments)};function it(a){var p=a.visible,m=a.onComplete,g=a.fadeoutDuration,M=g===void 0?200:g,C=a.exitDelay,y=C===void 0?0:C,B=a.size,k=B===void 0?40:B,W=a.className,ee=a.style,N=a.sx,V=a.indicator,L=a.background,F=L===void 0?{show:!0,color:"255, 255, 255",opacity:.9}:L,de=nt(void 0),l=nt(null),_=pt(p),pe=_[0],ve=_[1],I=F.show,xe=I===void 0?!0:I,x=F.color,D=x===void 0?"255, 255, 255":x,fe=F.opacity,te=fe===void 0?.9:fe;if(ft(function(){var Be=de.current;if(Be===!0&&p===!1&&l.current){var ne=l.current;ne.style.opacity="0",setTimeout(function(){ve(!1),m?.()},M+y)}else p===!0&&(ve(!0),l.current&&(l.current.style.opacity="1"));de.current=p},[p,m,M,y]),!pe)return null;var Ee=function(){return typeof V=="string"?et("img",{src:V,alt:"Loading",style:{width:k,height:k}}):V||et(ht,{size:k})},me=function(){return xe?D.startsWith("rgba")?{backgroundColor:D}:/^\d+,\s*\d+,\s*\d+$/.test(D)?{backgroundColor:"rgba(".concat(D,", ").concat(te,")")}:te!==1?{backgroundColor:D,"&::before":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundColor:D,opacity:te,zIndex:-1}}:{backgroundColor:D}:{backgroundColor:"transparent"}};return et(mt,{ref:l,className:W,style:ze({},ee),sx:ze(ze({position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e3,opacity:p?1:0,transition:"opacity ".concat(M,"ms ease-out")},me()),N),children:Ee()})}import{useRef as Q,useEffect as ue,useState as Y,useCallback as H,useMemo as Ae,forwardRef as gt,useImperativeHandle as bt,useLayoutEffect as yt}from"react";import{jsx as $e,jsxs as at}from"react/jsx-runtime";var vt=["editor","textarea","input","select","textfield","form-control","contenteditable","MuiInputBase-input","MuiSelect-select","MuiOutlinedInput-input","MuiFilledInput-input","MuiInput-input","MuiFormControl-root","MuiTextField-root","MuiSelect-root","MuiOutlinedInput-root","MuiFilledInput-root","MuiInput-root","MuiAutocomplete-input","MuiDatePicker-input","MuiSlider-thumb","MuiSlider-rail","MuiSlider-track","MuiSlider-mark","MuiSlider-markLabel","MuiSlider-root","MuiSlider-colorPrimary","MuiSlider-sizeMedium","MuiIconButton-root","MuiButton-root","MuiButtonBase-root","MuiTouchRipple-root","MuiCheckbox-root","MuiRadio-root","MuiSwitch-root","PrivateSwitchBase-root","ant-input","ant-input-affix-wrapper","ant-input-group-addon","ant-input-number","ant-input-number-handler","ant-select","ant-select-selector","ant-select-selection-search","ant-select-dropdown","ant-cascader","ant-cascader-input","ant-picker","ant-picker-input","ant-time-picker","ant-calendar-picker","ant-slider","ant-slider-track","ant-slider-handle","ant-switch","ant-checkbox","ant-checkbox-wrapper","ant-radio","ant-radio-wrapper","ant-rate","ant-upload","ant-upload-drag","ant-form-item","ant-form-item-control","ant-btn","ant-dropdown","ant-dropdown-trigger","ant-menu","ant-menu-item","ant-tooltip","ant-popover","ant-modal","ant-drawer","ant-tree-select","ant-auto-complete","ant-mentions","ant-transfer","ui-input","ui-textarea","ui-select","ui-select-trigger","ui-select-content","ui-select-item","ui-button","ui-checkbox","ui-radio-group","ui-switch","ui-slider","ui-range-slider","ui-calendar","ui-date-picker","ui-combobox","ui-command","ui-command-input","ui-popover","ui-dialog","ui-sheet","ui-dropdown-menu","ui-context-menu","ui-menubar","ui-navigation-menu","ui-form","ui-form-control","ui-form-item","ui-form-field","ui-label","radix-ui","radix-select","radix-dropdown","radix-dialog","radix-popover","radix-accordion","radix-tabs","radix-slider","radix-switch","radix-checkbox","radix-radio","ql-editor","ql-container","ql-toolbar","ql-picker","ql-picker-label","ql-picker-options","ql-formats","ql-snow","ql-bubble","quill","quilleditor","monaco-editor","monaco-editor-background","view-lines","decorationsOverviewRuler","monaco-scrollable-element","CodeMirror","CodeMirror-code","CodeMirror-lines","CodeMirror-scroll","CodeMirror-sizer","cm-editor","cm-focused","cm-content","tox-editor-container","tox-editor-header","tox-edit-area","tox-tinymce","mce-content-body","ck-editor","ck-content","ck-toolbar","ck-editor__editable","ck-widget","slate-editor","slate-content","DraftEditor-root","DraftEditor-editorContainer","public-DraftEditor-content","ehfuse-editor","ehfuse-editor-wrapper","ehfuse-editor-content","ehfuse-toolbar","ehfuse-toolbar-group","ehfuse-cursor","text-editor","rich-text-editor","wysiwyg","ace_editor","ace_content"],lt=(a,p)=>{let m=a.tagName.toLowerCase(),g=["text","password","email","number","search","tel","url","checkbox","radio"];if(m==="input"){let M=a.type;return g.includes(M)}if(["textarea","select","button"].includes(m)||["svg","path","circle","rect","line","polygon","polyline"].includes(m)||a.getAttribute("contenteditable")==="true")return!0;if(p?.excludeSelectors){for(let M of p.excludeSelectors)if(a.matches(M))return!0}return xt(a,p)},xt=(a,p)=>{let m=[...vt,...p?.excludeClasses||[]],g=a,M=0,C=5;for(;g&&M<=C;){if(m.some(y=>g.classList.contains(y)))return!0;if(g.classList.contains("MuiDialogContent-root"))break;g=g.parentElement,M++}return!1},wt={},Mt={},Tt={},St={},Ct={},kt=gt(({className:a="",style:p={},containerStyle:m={},contentStyle:g={},children:M,onScroll:C,thumb:y=wt,track:B=Mt,arrows:k=Tt,dragScroll:W=St,autoHide:ee=Ct,showScrollbar:N=!0,detectInnerScroll:V=!1},L)=>{let F=Q({});ue(()=>{F.current={children:M,onScroll:C,showScrollbar:N,thumb:y,track:B,arrows:k,dragScroll:W,autoHide:ee}});let de=Q(null),l=Q(null),_=Q(null),pe=Q(null),ve=Q(null),I=Q(null),[xe,x]=Y(!1),[D,fe]=Y(!1),[te,Ee]=Y(!1),[me,Be]=Y({y:0,scrollTop:0}),[ne,qe]=Y(0),[Ge,Ue]=Y(0),[we,He]=Y(!1),[R,ie]=Y(!1),[Me,We]=Y({x:0,y:0,scrollTop:0,scrollLeft:0}),[Xe,Ne]=Y(null),[le,he]=Y(null),[ut,Ke]=Y(!1),ae=Q(null),[Ie,Te]=Y(!1),Se=Q(null),se=Q(null),ce=Q(null),$=Ae(()=>{let e=y.color??"#606060";return{width:y.width??8,minHeight:y.minHeight??50,radius:y.radius??(y.width??8)/2,color:e,opacity:y.opacity??.6,hoverColor:y.hoverColor??e,hoverOpacity:y.hoverOpacity??1}},[y]),h=Ae(()=>({width:B.width??16,color:B.color??"rgba(128, 128, 128, 0.1)",visible:B.visible??!0,alignment:B.alignment??"center",radius:B.radius??$.radius??4,margin:B.margin??4}),[B,$.radius]),j=Ae(()=>{let e=k.color??"#808080";return{visible:k.visible??!1,step:k.step??50,color:e,opacity:k.opacity??.6,hoverColor:k.hoverColor??e,hoverOpacity:k.hoverOpacity??1}},[k]),o=Ae(()=>({enabled:W.enabled??!0,excludeClasses:W.excludeClasses??[],excludeSelectors:W.excludeSelectors??[]}),[W]),r=Ae(()=>({enabled:ee.enabled??!0,delay:ee.delay??1500,delayOnWheel:ee.delayOnWheel??700}),[ee]),s=$.width,T=h.width,G=$.minHeight,t=j.visible,U=j.step,X=H(()=>{if(!l.current)return;let e=document.activeElement;e&&l.current.contains(e)&&e!==l.current||l.current.focus()},[]);bt(L,()=>({getScrollContainer:()=>l.current,scrollTo:e=>{l.current&&l.current.scrollTo(e)},get scrollTop(){return l.current?.scrollTop||0},get scrollHeight(){return l.current?.scrollHeight||0},get clientHeight(){return l.current?.clientHeight||0}}),[]);let f=H(()=>{if(I.current){let n=I.current;if(document.contains(n)&&n.scrollHeight>n.clientHeight+2)return n;I.current=null}if(!l.current)return null;if(_.current&&_.current.scrollHeight>l.current.clientHeight+2)return I.current=l.current,l.current;if(!V)return null;let e=l.current.querySelectorAll('[data-virtuoso-scroller], [style*="overflow"], .virtuoso-scroller, [style*="overflow: auto"], [style*="overflow:auto"]');for(let n of e){let i=n;if(i!==l.current&&i.classList.contains("overlay-scrollbar-container"))continue;let c=i.parentElement,b=!1;for(;c&&c!==l.current;){if(c.classList.contains("overlay-scrollbar-container")&&c!==l.current){b=!0;break}c=c.parentElement}if(!b&&i.scrollHeight>i.clientHeight+2)return I.current=i,i}return null},[]),re=H(()=>f()!==null,[f]),E=H(()=>{Se.current&&(clearTimeout(Se.current),Se.current=null)},[]),Re=H(()=>{se.current&&(clearTimeout(se.current),se.current=null)},[]),Je=H(()=>{ce.current&&(clearTimeout(ce.current),ce.current=null)},[]),S=H(e=>{r.enabled&&(E(),Se.current=setTimeout(()=>{x(!1),Se.current=null},e))},[E,r.enabled]),u=H(()=>{let e=f();if(!e){x(!1),He(!1),E();return}if(He(!0),!pe.current)return;r.enabled||(x(!0),E());let n=e.clientHeight,i=e.scrollHeight,c=e.scrollTop,b=0;if(de.current){let Ve=window.getComputedStyle(de.current),Qe=parseFloat(Ve.paddingTop)||0,dt=parseFloat(Ve.paddingBottom)||0;b=Qe+dt}let v=t?s*2+h.margin*4:h.margin*2,O=n-v+b,P=n/i,De=Math.max(O*P,G),je=i-n,Z=O-De,Ze=je>0?c/je*Z:0;qe(De),Ue(Ze)},[f,E,t,s,G,r.enabled]),K=H(e=>{e.preventDefault(),e.stopPropagation();let n=f();n&&(fe(!0),Be({y:e.clientY,scrollTop:n.scrollTop}),E(),x(!0),X())},[f,E,X]),z=H(e=>{if(!D)return;let n=f();if(!n)return;let i=n.clientHeight,c=n.scrollHeight-i,b=e.clientY-me.y,v=i-ne,O=b/v*c,P=Math.max(0,Math.min(c,me.scrollTop+O));n.scrollTop=P,u()},[D,me,ne,u,f]),oe=H(()=>{fe(!1),re()&&S(r.delay)},[re,S,r.delay]),Ce=H(e=>{if(!pe.current)return;let n=pe.current.getBoundingClientRect(),i=e.clientY-n.top,c=f();if(!c)return;let b=c.clientHeight,v=c.scrollHeight,O=i/b*(v-b);c.scrollTop=Math.max(0,Math.min(v-b,O)),u(),x(!0),S(r.delay),X()},[u,S,r.delay,f,X]),ge=H(e=>{if(e.preventDefault(),e.stopPropagation(),!l.current)return;let n=Math.max(0,l.current.scrollTop-U);l.current.scrollTop=n,u(),x(!0),S(r.delay),X()},[u,S,U,r.delay,X]),ke=H(e=>{if(e.preventDefault(),e.stopPropagation(),!l.current||!_.current)return;let n=l.current,i=_.current.scrollHeight-n.clientHeight,c=Math.min(i,n.scrollTop+U);n.scrollTop=c,u(),x(!0),S(r.delay),X()},[u,S,U,r.delay,X]),J=H(e=>{if(!o.enabled)return;let n=e.target;if(lt(n,o)||e.button!==0)return;let i=f();i&&(i.scrollHeight<=i.clientHeight||(e.preventDefault(),ie(!0),We({x:e.clientX,y:e.clientY,scrollTop:i.scrollTop,scrollLeft:i.scrollLeft||0}),E()))},[o,lt,f,E]),Le=H(e=>{if(!R)return;let n=f();if(!n)return;let i=Me.x-e.clientX,c=Me.y-e.clientY;if(Math.abs(c)<3&&Math.abs(i)<3)return;x(!0);let b=Math.max(0,Math.min(n.scrollHeight-n.clientHeight,Me.scrollTop+c));n.scrollTop=b,u()},[R,Me,f,u]),w=H(()=>{ie(!1),re()&&S(r.delay)},[re,S,r.delay]);ue(()=>{let e=v=>{u(),E(),x(!0);let O=Ie?r.delayOnWheel:r.delay;S(O),C&&C(v)},n=()=>{Te(!0),ae.current&&clearTimeout(ae.current),ae.current=setTimeout(()=>{Te(!1)},300),E(),Je(),ce.current=setTimeout(()=>{x(!0),ce.current=null},50)},i=[],c=f();c&&i.push(c);let b=l.current;return b&&!c&&(i.push(b),b.querySelectorAll('[data-virtuoso-scroller], [style*="overflow"], .virtuoso-scroller, [style*="overflow: auto"], [style*="overflow:auto"]').forEach(v=>{let O=v;if(O!==b&&O.classList.contains("overlay-scrollbar-container"))return;let P=O.parentElement;for(;P&&P!==b;){if(P.classList.contains("overlay-scrollbar-container")&&P!==b)return;P=P.parentElement}i.push(O)})),i.forEach(v=>{v.addEventListener("scroll",e,{passive:!0}),v.addEventListener("wheel",n,{passive:!0})}),()=>{i.forEach(v=>{v.removeEventListener("scroll",e),v.removeEventListener("wheel",n)}),ae.current&&clearTimeout(ae.current),ce.current&&clearTimeout(ce.current)}},[f,u,C,E,S,r,Ie]),ue(()=>{let e=i=>{let c=f();if(!c)return;let{key:b}=i,{scrollTop:v,scrollHeight:O,clientHeight:P}=c,De=O-P,je=50,Z=null;switch(b){case"ArrowUp":i.preventDefault(),Z=Math.max(0,v-je);break;case"ArrowDown":i.preventDefault(),Z=Math.min(De,v+je);break;case"PageUp":i.preventDefault(),Z=Math.max(0,v-P);break;case"PageDown":i.preventDefault(),Z=Math.min(De,v+P);break;case"Home":i.preventDefault(),Z=0;break;case"End":i.preventDefault(),Z=De;break;default:return}if(Z!==null){let Ze=Z/De,Ve=t?s*2+h.margin*4:h.margin*2,Qe=(P-Ve-ne)*Ze;Ue(Qe),c.scrollTop=Z,E(),x(!0),S(r.delay)}},n=l.current;if(n)return n.addEventListener("keydown",e),()=>{n.removeEventListener("keydown",e)}},[f,t,s,h.margin,ne,E,S,r.delay]),ue(()=>{if(R)return document.addEventListener("mousemove",Le),document.addEventListener("mouseup",w),()=>{document.removeEventListener("mousemove",Le),document.removeEventListener("mouseup",w)}},[R,Le,w]),ue(()=>{if(D)return document.addEventListener("mousemove",z),document.addEventListener("mouseup",oe),()=>{document.removeEventListener("mousemove",z),document.removeEventListener("mouseup",oe)}},[D,z,oe]),ue(()=>{u();let e=setTimeout(()=>{u()},100);return()=>clearTimeout(e)},[u]),yt(()=>{Ke(!0),u(),!r.enabled&&re()&&x(!0)},[re,u,r.enabled]),ue(()=>{let e=new ResizeObserver(()=>{u()}),n=[];return l.current&&n.push(l.current),_.current&&n.push(_.current),I.current&&document.contains(I.current)&&n.push(I.current),n.forEach(i=>{e.observe(i)}),()=>e.disconnect()},[u]),ue(()=>{if(!l.current)return;let e=new MutationObserver(()=>{I.current=null,u()});return e.observe(l.current,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["style"]}),()=>e.disconnect()},[u]);let A=Math.max(T,s);return ue(()=>{let e="overlay-scrollbar-webkit-hide",n=document.getElementById(e);n&&n.remove();let i=document.createElement("style");return i.id=e,i.textContent=`
1
+ import{forwardRef as rt,useCallback as ge,useMemo as nt,useRef as W,useEffect as Ee,memo as Lt,useState as dt}from"react";import{Box as be,Table as Dt,TableBody as Et,TableCell as qe,TableContainer as Ht,TableHead as It,TableRow as _e,TableSortLabel as ot,Paper as Rt,Typography as Ot}from"@mui/material";import{TableVirtuoso as $t}from"react-virtuoso";import{jsx as tt}from"react/jsx-runtime";import{useRef as at,useState as pt,useEffect as ft}from"react";import{Box as mt,CircularProgress as ht}from"@mui/material";var Ae=function(){return Ae=Object.assign||function(p){for(var b,y=1,L=arguments.length;y<L;y++){b=arguments[y];for(var H in b)Object.prototype.hasOwnProperty.call(b,H)&&(p[H]=b[H])}return p},Ae.apply(this,arguments)};function lt(s){var p=s.visible,b=s.onComplete,y=s.fadeoutDuration,L=y===void 0?200:y,H=s.exitDelay,x=H===void 0?0:H,D=s.size,I=D===void 0?40:D,F=s.className,J=s.style,A=s.sx,_=s.indicator,R=s.background,G=R===void 0?{show:!0,color:"255, 255, 255",opacity:.9}:R,de=at(void 0),l=at(null),U=pt(p),pe=U[0],ye=U[1],P=G.show,X=P===void 0?!0:P,M=G.color,$=M===void 0?"255, 255, 255":M,oe=G.opacity,ie=oe===void 0?.9:oe;if(ft(function(){var Ie=de.current;if(Ie===!0&&p===!1&&l.current){var ae=l.current;ae.style.opacity="0",setTimeout(function(){ye(!1),b?.()},L+x)}else p===!0&&(ye(!0),l.current&&(l.current.style.opacity="1"));de.current=p},[p,b,L,x]),!pe)return null;var Te=function(){return typeof _=="string"?tt("img",{src:_,alt:"Loading",style:{width:I,height:I}}):_||tt(ht,{size:I})},ve=function(){return X?$.startsWith("rgba")?{backgroundColor:$}:/^\d+,\s*\d+,\s*\d+$/.test($)?{backgroundColor:"rgba(".concat($,", ").concat(ie,")")}:ie!==1?{backgroundColor:$,"&::before":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundColor:$,opacity:ie,zIndex:-1}}:{backgroundColor:$}:{backgroundColor:"transparent"}};return tt(mt,{ref:l,className:F,style:Ae({},J),sx:Ae(Ae({position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e3,opacity:p?1:0,transition:"opacity ".concat(L,"ms ease-out")},ve()),A),children:Te()})}import{useRef as re,useEffect as ue,useState as V,useCallback as N,useMemo as Ye,forwardRef as gt,useImperativeHandle as bt,useLayoutEffect as yt}from"react";import{jsx as De,jsxs as ct}from"react/jsx-runtime";var vt=["editor","textarea","input","select","textfield","form-control","contenteditable","MuiInputBase-input","MuiSelect-select","MuiOutlinedInput-input","MuiFilledInput-input","MuiInput-input","MuiFormControl-root","MuiTextField-root","MuiSelect-root","MuiOutlinedInput-root","MuiFilledInput-root","MuiInput-root","MuiAutocomplete-input","MuiDatePicker-input","MuiSlider-thumb","MuiSlider-rail","MuiSlider-track","MuiSlider-mark","MuiSlider-markLabel","MuiSlider-root","MuiSlider-colorPrimary","MuiSlider-sizeMedium","MuiIconButton-root","MuiButton-root","MuiButtonBase-root","MuiTouchRipple-root","MuiCheckbox-root","MuiRadio-root","MuiSwitch-root","PrivateSwitchBase-root","ant-input","ant-input-affix-wrapper","ant-input-group-addon","ant-input-number","ant-input-number-handler","ant-select","ant-select-selector","ant-select-selection-search","ant-select-dropdown","ant-cascader","ant-cascader-input","ant-picker","ant-picker-input","ant-time-picker","ant-calendar-picker","ant-slider","ant-slider-track","ant-slider-handle","ant-switch","ant-checkbox","ant-checkbox-wrapper","ant-radio","ant-radio-wrapper","ant-rate","ant-upload","ant-upload-drag","ant-form-item","ant-form-item-control","ant-btn","ant-dropdown","ant-dropdown-trigger","ant-menu","ant-menu-item","ant-tooltip","ant-popover","ant-modal","ant-drawer","ant-tree-select","ant-auto-complete","ant-mentions","ant-transfer","ui-input","ui-textarea","ui-select","ui-select-trigger","ui-select-content","ui-select-item","ui-button","ui-checkbox","ui-radio-group","ui-switch","ui-slider","ui-range-slider","ui-calendar","ui-date-picker","ui-combobox","ui-command","ui-command-input","ui-popover","ui-dialog","ui-sheet","ui-dropdown-menu","ui-context-menu","ui-menubar","ui-navigation-menu","ui-form","ui-form-control","ui-form-item","ui-form-field","ui-label","radix-ui","radix-select","radix-dropdown","radix-dialog","radix-popover","radix-accordion","radix-tabs","radix-slider","radix-switch","radix-checkbox","radix-radio","ql-editor","ql-container","ql-toolbar","ql-picker","ql-picker-label","ql-picker-options","ql-formats","ql-snow","ql-bubble","quill","quilleditor","monaco-editor","monaco-editor-background","view-lines","decorationsOverviewRuler","monaco-scrollable-element","CodeMirror","CodeMirror-code","CodeMirror-lines","CodeMirror-scroll","CodeMirror-sizer","cm-editor","cm-focused","cm-content","tox-editor-container","tox-editor-header","tox-edit-area","tox-tinymce","mce-content-body","ck-editor","ck-content","ck-toolbar","ck-editor__editable","ck-widget","slate-editor","slate-content","DraftEditor-root","DraftEditor-editorContainer","public-DraftEditor-content","ehfuse-editor","ehfuse-editor-wrapper","ehfuse-editor-content","ehfuse-toolbar","ehfuse-toolbar-group","ehfuse-cursor","text-editor","rich-text-editor","wysiwyg","ace_editor","ace_content"],st=(s,p)=>{let b=s.tagName.toLowerCase(),y=["text","password","email","number","search","tel","url","checkbox","radio"];if(b==="input"){let L=s.type;return y.includes(L)}if(["textarea","select","button"].includes(b)||["svg","path","circle","rect","line","polygon","polyline"].includes(b)||s.getAttribute("contenteditable")==="true")return!0;if(p?.excludeSelectors){for(let L of p.excludeSelectors)if(s.matches(L))return!0}return xt(s,p)},xt=(s,p)=>{let b=[...vt,...p?.excludeClasses||[]],y=s,L=0,H=5;for(;y&&L<=H;){if(b.some(x=>y.classList.contains(x)))return!0;if(y.classList.contains("MuiDialogContent-root"))break;y=y.parentElement,L++}return!1},Mt={},wt={},Tt={},St={},Ct={},kt=gt(({className:s="",style:p={},containerStyle:b={},contentStyle:y={},children:L,onScroll:H,thumb:x=Mt,track:D=wt,arrows:I=Tt,dragScroll:F=St,autoHide:J=Ct,showScrollbar:A=!0,detectInnerScroll:_=!1},R)=>{let G=re({});ue(()=>{G.current={children:L,onScroll:H,showScrollbar:A,thumb:x,track:D,arrows:I,dragScroll:F,autoHide:J}});let de=re(null),l=re(null),U=re(null),pe=re(null),ye=re(null),P=re(null),[X,M]=V(!1),[$,oe]=V(!1),[ie,Te]=V(!1),[ve,Ie]=V({y:0,scrollTop:0}),[ae,Ue]=V(0),[Xe,Ve]=V(0),[Re,Oe]=V(!1),[le,We]=V(!1),[xe,Ke]=V({x:0,y:0,scrollTop:0,scrollLeft:0}),[it,Je]=V(null),[Se,$e]=V(null),[Fe,Ne]=V(!1),B=re(null),[se,Pe]=V(!1),fe=re(null),me=re(null),K=re(null),O=Ye(()=>{let e=x.color??"#606060";return{width:x.width??8,minHeight:x.minHeight??50,radius:x.radius??(x.width??8)/2,color:e,opacity:x.opacity??.6,hoverColor:x.hoverColor??e,hoverOpacity:x.hoverOpacity??1}},[x]),g=Ye(()=>({width:D.width??16,color:D.color??"rgba(128, 128, 128, 0.1)",visible:D.visible??!0,alignment:D.alignment??"center",radius:D.radius??O.radius??4,margin:D.margin??4}),[D,O.radius]),Z=Ye(()=>{let e=I.color??"#808080";return{visible:I.visible??!1,step:I.step??50,color:e,opacity:I.opacity??.6,hoverColor:I.hoverColor??e,hoverOpacity:I.hoverOpacity??1}},[I]),Be=Ye(()=>({enabled:F.enabled??!0,excludeClasses:F.excludeClasses??[],excludeSelectors:F.excludeSelectors??[]}),[F]),h=Ye(()=>({enabled:J.enabled??!0,delay:J.delay??1500,delayOnWheel:J.delayOnWheel??700}),[J]),C=O.width,Ce=g.width,je=O.minHeight,Y=Z.visible,ke=Z.step,ne=N(()=>{if(!l.current)return;let e=document.activeElement;e&&l.current.contains(e)&&e!==l.current||l.current.focus()},[]);bt(R,()=>({getScrollContainer:()=>l.current,scrollTo:e=>{l.current&&l.current.scrollTo(e)},get scrollTop(){return l.current?.scrollTop||0},get scrollHeight(){return l.current?.scrollHeight||0},get clientHeight(){return l.current?.clientHeight||0}}),[]);let k=N(()=>{if(P.current){let n=P.current;if(document.contains(n)&&n.scrollHeight>n.clientHeight+2)return n;P.current=null}if(!l.current)return null;if(U.current&&U.current.scrollHeight>l.current.clientHeight+2)return P.current=l.current,l.current;if(!_)return null;let e=l.current.querySelectorAll('[data-virtuoso-scroller], [style*="overflow"], .virtuoso-scroller, [style*="overflow: auto"], [style*="overflow:auto"]');for(let n of e){let o=n;if(o!==l.current&&o.classList.contains("overlay-scrollbar-container"))continue;let a=o.parentElement,c=!1;for(;a&&a!==l.current;){if(a.classList.contains("overlay-scrollbar-container")&&a!==l.current){c=!0;break}a=a.parentElement}if(!c&&o.scrollHeight>o.clientHeight+2)return P.current=o,o}return null},[]),ce=N(()=>k()!==null,[k]),r=N(()=>{fe.current&&(clearTimeout(fe.current),fe.current=null)},[]),i=N(()=>{me.current&&(clearTimeout(me.current),me.current=null)},[]),E=N(()=>{K.current&&(clearTimeout(K.current),K.current=null)},[]),m=N(e=>{h.enabled&&(r(),fe.current=setTimeout(()=>{M(!1),fe.current=null},e))},[r,h.enabled]),f=N(()=>{let e=k();if(!e){M(!1),Oe(!1),r();return}if(Oe(!0),!pe.current)return;h.enabled||(M(!0),r());let n=e.clientHeight,o=e.scrollHeight,a=e.scrollTop,c=0;if(de.current){let S=window.getComputedStyle(de.current),ee=parseFloat(S.paddingTop)||0,te=parseFloat(S.paddingBottom)||0;c=ee+te}let u=Y?C*2+g.margin*4:g.margin*2,v=n-u+c,w=n/o,z=Math.max(v*w,je),Q=o-n,T=v-z,we=Q>0?a/Q*T:0;Ue(z),Ve(we)},[k,r,Y,C,je,h.enabled]),t=N(e=>{e.preventDefault(),e.stopPropagation();let n=k();n&&(oe(!0),Ie({y:e.clientY,scrollTop:n.scrollTop}),r(),M(!0),ne())},[k,r,ne]),q=N(e=>{if(!$)return;let n=k();if(!n)return;let o=n.clientHeight,a=n.scrollHeight-o,c=e.clientY-ve.y,u=o-ae,v=c/u*a,w=Math.max(0,Math.min(a,ve.scrollTop+v));n.scrollTop=w,f()},[$,ve,ae,f,k]),Le=N(()=>{oe(!1),ce()&&m(h.delay)},[ce,m,h.delay]),Ze=N(e=>{if(!pe.current)return;let n=pe.current.getBoundingClientRect(),o=e.clientY-n.top,a=k();if(!a)return;let c=a.clientHeight,u=a.scrollHeight,v=o/c*(u-c);a.scrollTop=Math.max(0,Math.min(u-c,v)),f(),M(!0),m(h.delay),ne()},[f,m,h.delay,k,ne]),ze=N(e=>{if(e.preventDefault(),e.stopPropagation(),!l.current)return;let n=Math.max(0,l.current.scrollTop-ke);l.current.scrollTop=n,f(),M(!0),m(h.delay),ne()},[f,m,ke,h.delay,ne]),Qe=N(e=>{if(e.preventDefault(),e.stopPropagation(),!l.current||!U.current)return;let n=l.current,o=U.current.scrollHeight-n.clientHeight,a=Math.min(o,n.scrollTop+ke);n.scrollTop=a,f(),M(!0),m(h.delay),ne()},[f,m,ke,h.delay,ne]),et=N(e=>{if(!Be.enabled)return;let n=e.target;if(st(n,Be)||e.button!==0)return;let o=k();o&&(o.scrollHeight<=o.clientHeight||(e.preventDefault(),We(!0),Ke({x:e.clientX,y:e.clientY,scrollTop:o.scrollTop,scrollLeft:o.scrollLeft||0}),r()))},[Be,st,k,r]),j=N(e=>{if(!le)return;let n=k();if(!n)return;let o=xe.x-e.clientX,a=xe.y-e.clientY;if(Math.abs(a)<3&&Math.abs(o)<3)return;M(!0);let c=Math.max(0,Math.min(n.scrollHeight-n.clientHeight,xe.scrollTop+a));n.scrollTop=c,f()},[le,xe,k,f]),Me=N(()=>{We(!1),ce()&&m(h.delay)},[ce,m,h.delay]);ue(()=>{let e=u=>{f(),r(),M(!0);let v=se?h.delayOnWheel:h.delay;m(v),H&&H(u)},n=()=>{Pe(!0),B.current&&clearTimeout(B.current),B.current=setTimeout(()=>{Pe(!1)},300),r(),E(),K.current=setTimeout(()=>{M(!0),K.current=null},50)},o=[],a=k();a&&o.push(a);let c=l.current;return c&&!a&&(o.push(c),c.querySelectorAll('[data-virtuoso-scroller], [style*="overflow"], .virtuoso-scroller, [style*="overflow: auto"], [style*="overflow:auto"]').forEach(u=>{let v=u;if(v!==c&&v.classList.contains("overlay-scrollbar-container"))return;let w=v.parentElement;for(;w&&w!==c;){if(w.classList.contains("overlay-scrollbar-container")&&w!==c)return;w=w.parentElement}o.push(v)})),o.forEach(u=>{u.addEventListener("scroll",e,{passive:!0}),u.addEventListener("wheel",n,{passive:!0})}),()=>{o.forEach(u=>{u.removeEventListener("scroll",e),u.removeEventListener("wheel",n)}),B.current&&clearTimeout(B.current),K.current&&clearTimeout(K.current)}},[k,f,H,r,m,h,se]),ue(()=>{let e=o=>{let a=k();if(!a)return;let{key:c}=o,{scrollTop:u,scrollHeight:v,clientHeight:w}=a,z=v-w,Q=50,T=null;switch(c){case"ArrowUp":o.preventDefault(),T=Math.max(0,u-Q);break;case"ArrowDown":o.preventDefault(),T=Math.min(z,u+Q);break;case"PageUp":o.preventDefault(),T=Math.max(0,u-w);break;case"PageDown":o.preventDefault(),T=Math.min(z,u+w);break;case"Home":o.preventDefault(),T=0;break;case"End":o.preventDefault(),T=z;break;default:return}if(T!==null){let we=T/z,S=Y?C*2+g.margin*4:g.margin*2,ee=(w-S-ae)*we;Ve(ee),a.scrollTop=T,r(),M(!0),m(h.delay)}},n=l.current;if(n)return n.addEventListener("keydown",e),()=>{n.removeEventListener("keydown",e)}},[k,Y,C,g.margin,ae,r,m,h.delay]),ue(()=>{if(le)return document.addEventListener("mousemove",j),document.addEventListener("mouseup",Me),()=>{document.removeEventListener("mousemove",j),document.removeEventListener("mouseup",Me)}},[le,j,Me]),ue(()=>{if($)return document.addEventListener("mousemove",q),document.addEventListener("mouseup",Le),()=>{document.removeEventListener("mousemove",q),document.removeEventListener("mouseup",Le)}},[$,q,Le]),ue(()=>{f();let e=setTimeout(()=>{f()},100);return()=>clearTimeout(e)},[f]),yt(()=>{Ne(!0),f(),!h.enabled&&ce()&&M(!0)},[ce,f,h.enabled]),ue(()=>{let e=new ResizeObserver(()=>{f()}),n=[];return l.current&&n.push(l.current),U.current&&n.push(U.current),P.current&&document.contains(P.current)&&n.push(P.current),n.forEach(o=>{e.observe(o)}),()=>e.disconnect()},[f]),ue(()=>{if(!l.current)return;let e=new MutationObserver(()=>{P.current=null,f()});return e.observe(l.current,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["style"]}),()=>e.disconnect()},[f]);let he=Math.max(Ce,C);return ue(()=>{let e="overlay-scrollbar-webkit-hide",n=document.getElementById(e);n&&n.remove();let o=document.createElement("style");return o.id=e,o.textContent=`
2
2
  .overlay-scrollbar-container::-webkit-scrollbar {
3
3
  display: none !important;
4
4
  width: 0 !important;
@@ -18,7 +18,7 @@ import{forwardRef as tt,useCallback as be,useMemo as rt,useRef as q,useEffect as
18
18
  outline: 2px solid rgba(0, 123, 255, 0.5);
19
19
  outline-offset: -2px;
20
20
  }
21
- `,document.head.appendChild(i),()=>{let c=document.getElementById(e);c&&c.remove()}},[]),at("div",{ref:de,className:`overlay-scrollbar-wrapper ${a}`,style:{display:"flex",flexDirection:"column",position:"relative",minHeight:0,height:"100%",flex:"1 1 0%",...p},children:[$e("div",{ref:l,className:"overlay-scrollbar-container",tabIndex:-1,onMouseDown:J,style:{display:"flex",width:"100%",flex:"1 1 auto",minHeight:0,overflow:"auto",scrollbarWidth:"none",msOverflowStyle:"none",outline:"none",userSelect:R?"none":"auto",...m},children:$e("div",{ref:_,className:"overlay-scrollbar-content",style:{flex:"1 1 0%",minHeight:0,display:"flex",flexDirection:"column",...g},children:M})}),N&&we&&at("div",{ref:pe,className:"overlay-scrollbar-track",onMouseEnter:()=>{E(),se.current=setTimeout(()=>{x(!0),se.current=null},100)},onMouseLeave:()=>{Re(),D||S(r.delay)},style:{position:"absolute",top:0,right:0,width:`${A}px`,height:"100%",opacity:xe?1:0,transition:"opacity 0.2s ease-in-out",cursor:"pointer",zIndex:1e3,pointerEvents:"auto"},children:[h.visible&&$e("div",{className:"overlay-scrollbar-track-background",onClick:e=>{e.preventDefault(),e.stopPropagation(),Ce(e)},style:{position:"absolute",top:t?`${$.width+h.margin*2}px`:`${h.margin}px`,right:h.alignment==="right"?"0px":`${(A-$.width)/2}px`,width:`${$.width}px`,height:t?`calc(100% - ${$.width*2+h.margin*4}px)`:`calc(100% - ${h.margin*2}px)`,backgroundColor:h.color,borderRadius:`${h.radius}px`,cursor:"pointer"}}),$e("div",{ref:ve,className:"overlay-scrollbar-thumb",onMouseDown:K,onMouseEnter:()=>Ee(!0),onMouseLeave:()=>Ee(!1),style:{position:"absolute",top:`${(t?s+h.margin*2:h.margin)+Ge}px`,right:h.alignment==="right"?"0px":`${(A-s)/2}px`,width:`${s}px`,height:`${Math.max(ne,G)}px`,backgroundColor:te||D?$.hoverColor:$.color,opacity:te||D?$.hoverOpacity:$.opacity,borderRadius:`${$.radius}px`,cursor:"pointer",transition:"background-color 0.2s ease-in-out, opacity 0.2s ease-in-out"}})]}),N&&we&&t&&$e("div",{className:"overlay-scrollbar-up-arrow",onClick:ge,onMouseEnter:()=>he("up"),onMouseLeave:()=>he(null),style:{position:"absolute",top:`${h.margin}px`,right:h.alignment==="right"?"0px":`${(A-s)/2}px`,width:`${s}px`,height:`${s}px`,cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",fontSize:`${Math.max(s*.75,8)}px`,color:le==="up"?j.hoverColor:j.color,userSelect:"none",zIndex:1001,opacity:xe?le==="up"?j.hoverOpacity:j.opacity:0,transition:"opacity 0.2s ease-in-out, color 0.15s ease-in-out"},children:"\u25B2"}),N&&we&&t&&$e("div",{className:"overlay-scrollbar-down-arrow",onClick:ke,onMouseEnter:()=>he("down"),onMouseLeave:()=>he(null),style:{position:"absolute",bottom:`${h.margin}px`,right:h.alignment==="right"?"0px":`${(A-s)/2}px`,width:`${s}px`,height:`${s}px`,cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",fontSize:`${Math.max(s*.75,8)}px`,color:le==="down"?j.hoverColor:j.color,userSelect:"none",zIndex:1001,opacity:xe?le==="down"?j.hoverOpacity:j.opacity:0,transition:"opacity 0.2s ease-in-out, color 0.15s ease-in-out"},children:"\u25BC"})]})}),st=kt;import{Fragment as _e,jsx as d,jsxs as Pe}from"react/jsx-runtime";var Pt={alignment:"right",margin:0,radius:0};function Bt({data:a,loading:p=!1,columns:m,onRowClick:g,getRowId:M,selectedRowId:C,selectedRowSx:y,rowHeight:B=50,columnHeight:k=56,striped:W,rowDivider:ee=!0,onSort:N,onLoadMore:V,sortBy:L,sortDirection:F,showPaper:de=!0,paddingX:l="1rem",paddingTop:_=0,paddingBottom:pe=0,rowHoverColor:ve,rowHoverOpacity:I,scrollbars:xe,emptyMessage:x="NO DATA",LoadingComponent:D}){let fe=rt(()=>tt((o,r)=>{let s=q(null);return d(st,{detectInnerScroll:!0,track:Pt,...xe,children:d(Ht,{component:ye,...o,ref:T=>{s.current=T,typeof r=="function"?r(T):r&&(r.current=T)},sx:{userSelect:"auto",WebkitUserSelect:"auto",position:"relative",width:"100%",height:"100%",overflow:"auto",display:"flex",flexDirection:"column",scrollbarWidth:"none",msOverflowStyle:"none",transform:"translateZ(0)",backfaceVisibility:"hidden",willChange:"scroll-position","&::-webkit-scrollbar":{display:"none"},"& .MuiTable-root":{paddingRight:l,paddingTop:_,paddingBottom:pe}}})})}),[]),te=rt(()=>{if(W===!0)return"#f5f5f5";if(typeof W=="string")return W},[W]),[Ee,me]=ct(p),[Be,ne]=ct(0);Oe(()=>{p&&me(!0)},[p]);let qe=be(()=>{me(!1)},[]),Ge=Ee,Ue=p&&a.length>0,we=q(!1),He=q(null),R=q(null),ie=q(!1),Me=q({x:0,y:0,scrollTop:0}),We=q(!1),Xe=q(0),Ne=q(0),le=q(!1),he=q({x:0,y:0}),ut=q(null),Ke=be(o=>{},[]),ae=be(o=>{if(!We.current||!R.current)return;let r=o.clientY-Me.current.y;if(!ie.current&&Math.abs(r)>5&&(ie.current=!0,R.current&&(R.current.style.userSelect="none")),ie.current){let T=r*2;Ne.current+=-T;let G=R.current,t=Math.max(0,Xe.current+Ne.current);G.scrollTop=t,Me.current.y=o.clientY,o.preventDefault()}},[]),Ie=be(()=>{if(We.current=!1,ie.current&&R.current){let o=Math.max(0,Xe.current+Ne.current),r=()=>{R.current&&(R.current.scrollTop=o)};r(),setTimeout(r,1),setTimeout(r,5),setTimeout(r,10)}ie.current=!1,Ne.current=0,R.current&&(R.current.style.userSelect="auto")},[]);Oe(()=>{let o=document.querySelector('[data-testid="virtuoso-scroller"]');o&&o.querySelectorAll(".MuiTableSortLabel-root").forEach(s=>{let T=new MouseEvent("mouseleave",{bubbles:!0,cancelable:!0});s.dispatchEvent(T)})},[L]);let Te=be(o=>{if(!N)return;N(o,L===o&&F==="asc"?"desc":"asc")},[N,L,F]),Se=be(o=>{if(!V||p&&a.length===0)return;let r=Date.now(),s=window.lastRangeChangeTime||0;if(r-s<100)return;window.lastRangeChangeTime=r;let T=Math.max(10,Math.floor(a.length*.1)),G=o.endIndex>=a.length-T,t=a.length>=30;if(G&&t&&V&&!we.current){we.current=!0;let U=a.length;V(U,50)}},[a.length,p,V]);Oe(()=>{p||(we.current=!1)},[p]),Oe(()=>{a.length===0&&ne(o=>o+1)},[a.length]);let se=q(a.length);Oe(()=>{let o=se.current,r=a.length;if(r>o&&o>0){se.current=r;return}He.current&&r>0&&r<=o&&He.current.scrollToIndex({index:0,align:"start",behavior:"auto"}),se.current=r},[a]),Oe(()=>(document.addEventListener("mousemove",ae),document.addEventListener("mouseup",Ie),()=>{document.removeEventListener("mousemove",ae),document.removeEventListener("mouseup",Ie)}),[ae,Ie]);let ce=be(()=>{let o={},r=[];if(m.forEach(t=>{t.group?(o[t.group]||(o[t.group]=[]),o[t.group].push(t)):r.push(t)}),!(Object.keys(o).length>0))return d(Fe,{children:m.map(t=>d(Ye,{align:t.align||"left",style:{width:t.width,minWidth:t.width,...t.style,fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t.sortable?d("div",{style:{display:"flex",alignItems:"center",justifyContent:t.align==="center"?"center":t.align==="right"?"flex-end":"flex-start",position:"relative",width:"100%"},children:Pe(ye,{sx:{position:"relative",cursor:"default","&:hover .MuiTableSortLabel-root":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}}},onClick:()=>Te(String(t.id)),children:[t.text,d(ot,{active:L===t.id,direction:L===t.id?F:"desc",sx:{position:"absolute",left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"4px",minWidth:"auto",width:"16px",height:"16px",cursor:"default",opacity:L===t.id?1:0,transition:"opacity 0.2s ease","& .MuiTableSortLabel-icon":{position:"relative",marginLeft:0,marginRight:0,opacity:1,transition:"color 0.2s ease"},"& .MuiTableSortLabel-iconDirectionAsc":{transform:"rotate(180deg)"},"& .MuiTableSortLabel-iconDirectionDesc":{transform:"rotate(0deg)"}}})]})}):t.text},String(t.id)))});let T=[...r.map(t=>d(Ye,{rowSpan:2,align:t.align||"left",style:{width:t.width,minWidth:t.width,...t.style,fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t.sortable&&N?d("div",{style:{display:"flex",alignItems:"center",justifyContent:t.align==="center"?"center":t.align==="right"?"flex-end":"flex-start",position:"relative",width:"100%"},children:Pe(ye,{sx:{position:"relative",cursor:"default","&:hover .MuiTableSortLabel-root":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}}},onClick:()=>Te(String(t.id)),children:[t.text,d(ot,{active:L===t.id,direction:L===t.id?F:"desc",sx:{position:"absolute",left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"4px",minWidth:"auto",width:"16px",height:"16px",cursor:"default",opacity:L===t.id?1:0,transition:"opacity 0.2s ease","&:hover":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}},"& .MuiTableSortLabel-icon":{position:"relative",marginLeft:0,marginRight:0,opacity:1,transition:"color 0.2s ease"},"& .MuiTableSortLabel-iconDirectionAsc":{transform:"rotate(180deg)"},"& .MuiTableSortLabel-iconDirectionDesc":{transform:"rotate(0deg)"}}})]})}):t.text},String(t.id))),...Object.entries(o).map(([t,U])=>d(Ye,{align:"center",colSpan:U.length,style:{fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t},t))],G=[...Object.values(o).flat().map(t=>d(Ye,{align:t.align||"left",style:{width:t.width,minWidth:t.width,...t.style,fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t.sortable&&N?d("div",{style:{display:"flex",alignItems:"center",justifyContent:t.align==="center"?"center":t.align==="right"?"flex-end":"flex-start",position:"relative",width:"100%"},children:Pe(ye,{sx:{position:"relative",cursor:"default","&:hover .MuiTableSortLabel-root":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}}},onClick:()=>Te(String(t.id)),children:[t.text,d(ot,{active:L===t.id,direction:L===t.id?F:"desc",sx:{position:"absolute",left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"4px",minWidth:"auto",width:"16px",height:"16px",cursor:"default",opacity:L===t.id?1:0,transition:"opacity 0.2s ease","&:hover":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}},"& .MuiTableSortLabel-icon":{position:"relative",marginLeft:0,marginRight:0,opacity:1,transition:"color 0.2s ease"},"& .MuiTableSortLabel-iconDirectionAsc":{transform:"rotate(0deg)"},"& .MuiTableSortLabel-iconDirectionDesc":{transform:"rotate(180deg)"}}})]})}):t.text},String(t.id)))];return Pe(_e,{children:[d(Fe,{children:T}),d(Fe,{children:G})]})},[m,L,F,Te,N,k]),$=be((o,r)=>r?d(_e,{children:m.map(s=>d(Ye,{align:s.align||"left",style:{width:s.width,minWidth:s.width,...s.style,padding:"8px 16px"},children:s.render?s.render(r,o):String(r[s.id]||"")},String(s.id)))}):(console.log("rowContent - \uC544\uC774\uD15C \uC5C6\uC74C, \uC778\uB371\uC2A4:",o),null),[m]),h=rt(()=>({Scroller:fe,Table:o=>d(Dt,{...o,sx:{borderCollapse:"separate",tableLayout:"fixed",marginRight:"16px"}}),TableHead:tt((o,r)=>d(It,{...o,ref:r,sx:{userSelect:"none","& tr":{height:k,"& th":{padding:"16px",position:"sticky",top:0,zIndex:2,fontWeight:"bold"}}}})),TableRow:o=>{let{item:r,...s}=o,T=s["data-index"]??0,G=T%2===1,t=r&&M?M(r,T):T,U=C!=null&&t===C,X=U&&y?typeof y=="function"?y(r,T):y:void 0;return d(Fe,{...s,onMouseDown:f=>{le.current=!1,he.current={x:f.clientX,y:f.clientY}},onMouseMove:f=>{let re=Math.abs(f.clientX-he.current.x),E=Math.abs(f.clientY-he.current.y),Re=5;(re>Re||E>Re)&&(le.current=!0)},onClick:()=>{!le.current&&!ie.current&&r&&g&&g(r,T),le.current=!1},sx:[{userSelect:"none",height:B,backgroundColor:G&&te?te:"transparent","& td":{padding:"8px 16px",borderBottom:ee?"1px solid rgba(224, 224, 224, 1)":"none"},"& th":{padding:"8px 16px",borderBottom:"none"},"&:hover":g&&!U?{backgroundColor:f=>{let re=f.palette.mode==="dark",Re=ve??"#000000",Je=I??.06,S=Re.replace("#",""),u=parseInt(S.substring(0,2),16)/255,K=parseInt(S.substring(2,4),16)/255,z=parseInt(S.substring(4,6),16)/255;if(re){let oe=Math.max(u,K,z),Ce=Math.min(u,K,z),ge=0,ke=0,J=(oe+Ce)/2;if(oe!==Ce){let w=oe-Ce;switch(ke=J>.5?w/(2-oe-Ce):w/(oe+Ce),oe){case u:ge=((K-z)/w+(K<z?6:0))/6;break;case K:ge=((z-u)/w+2)/6;break;case z:ge=((u-K)/w+4)/6;break}}J=1-J;let Le=(w,A,e)=>(e<0&&(e+=1),e>1&&(e-=1),e<1/6?w+(A-w)*6*e:e<1/2?A:e<2/3?w+(A-w)*(2/3-e)*6:w);if(ke===0)u=K=z=J;else{let w=J<.5?J*(1+ke):J+ke-J*ke,A=2*J-w;u=Le(A,w,ge+1/3),K=Le(A,w,ge),z=Le(A,w,ge-1/3)}}return`rgba(${Math.round(u*255)}, ${Math.round(K*255)}, ${Math.round(z*255)}, ${Je})`}}:void 0,cursor:g?"pointer":void 0},X]})},TableBody:tt((o,r)=>d(Et,{...o,ref:r}))}),[g,M,C,y,B,Ke,te,ee,k,ve,I,fe]),j=Pe(ye,{sx:{position:"relative",height:"100%",width:"100%","& .MuiTableHead-root":{backgroundColor:o=>o.palette.mode==="dark"?"#1e1e1e !important":"#ffffff !important"}},children:[d(Ot,{ref:He,data:a,totalCount:V?a.length+1:a.length,fixedHeaderContent:ce,itemContent:$,rangeChanged:Se,components:h,style:{height:"100%"},increaseViewportBy:{top:100,bottom:300},overscan:5,followOutput:!1},Be),a.length===0&&!p&&d(ye,{sx:{position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:2},children:typeof x=="string"?Pe(_e,{children:[d(ye,{sx:{width:48,height:48,display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:"#f5f5f5",color:"#999"},children:"\u{1F4C4}"}),d($t,{variant:"body1",sx:{color:"text.secondary"},children:x})]}):x}),Ge&&d(_e,{children:D?d(D,{visible:p,onComplete:qe}):d(it,{visible:p,onComplete:qe,size:40,sx:{top:`${m.some(o=>o.group)?k*2:k}px`},background:{show:a.length===0,opacity:.8}})})]});return de?d(Rt,{className:"grow",elevation:1,sx:{padding:0,paddingLeft:l,height:"100%",minHeight:0,flex:1,display:"flex",flexDirection:"column"},children:j}):d(ye,{className:"grow",style:{padding:0,paddingLeft:l,height:"100%",minHeight:0,flex:1,display:"flex",flexDirection:"column"},children:j})}var Nt=Lt(Bt);export{Nt as VirtualDataTable};
21
+ `,document.head.appendChild(o),()=>{let a=document.getElementById(e);a&&a.remove()}},[]),ct("div",{ref:de,className:`overlay-scrollbar-wrapper ${s}`,style:{display:"flex",flexDirection:"column",position:"relative",minHeight:0,height:"100%",flex:"1 1 0%",...p},children:[De("div",{ref:l,className:"overlay-scrollbar-container",tabIndex:-1,onMouseDown:et,style:{display:"flex",width:"100%",flex:"1 1 auto",minHeight:0,overflow:"auto",scrollbarWidth:"none",msOverflowStyle:"none",outline:"none",userSelect:le?"none":"auto",...b},children:De("div",{ref:U,className:"overlay-scrollbar-content",style:{flex:"1 1 0%",minHeight:0,display:"flex",flexDirection:"column",...y},children:L})}),A&&Re&&ct("div",{ref:pe,className:"overlay-scrollbar-track",onMouseEnter:()=>{r(),me.current=setTimeout(()=>{M(!0),me.current=null},100)},onMouseLeave:()=>{i(),$||m(h.delay)},style:{position:"absolute",top:0,right:0,width:`${he}px`,height:"100%",opacity:X?1:0,transition:"opacity 0.2s ease-in-out",cursor:"pointer",zIndex:1e3,pointerEvents:"auto"},children:[g.visible&&De("div",{className:"overlay-scrollbar-track-background",onClick:e=>{e.preventDefault(),e.stopPropagation(),Ze(e)},style:{position:"absolute",top:Y?`${O.width+g.margin*2}px`:`${g.margin}px`,right:g.alignment==="right"?"0px":`${(he-O.width)/2}px`,width:`${O.width}px`,height:Y?`calc(100% - ${O.width*2+g.margin*4}px)`:`calc(100% - ${g.margin*2}px)`,backgroundColor:g.color,borderRadius:`${g.radius}px`,cursor:"pointer"}}),De("div",{ref:ye,className:"overlay-scrollbar-thumb",onMouseDown:t,onMouseEnter:()=>Te(!0),onMouseLeave:()=>Te(!1),style:{position:"absolute",top:`${(Y?C+g.margin*2:g.margin)+Xe}px`,right:g.alignment==="right"?"0px":`${(he-C)/2}px`,width:`${C}px`,height:`${Math.max(ae,je)}px`,backgroundColor:ie||$?O.hoverColor:O.color,opacity:ie||$?O.hoverOpacity:O.opacity,borderRadius:`${O.radius}px`,cursor:"pointer",transition:"background-color 0.2s ease-in-out, opacity 0.2s ease-in-out"}})]}),A&&Re&&Y&&De("div",{className:"overlay-scrollbar-up-arrow",onClick:ze,onMouseEnter:()=>$e("up"),onMouseLeave:()=>$e(null),style:{position:"absolute",top:`${g.margin}px`,right:g.alignment==="right"?"0px":`${(he-C)/2}px`,width:`${C}px`,height:`${C}px`,cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",fontSize:`${Math.max(C*.75,8)}px`,color:Se==="up"?Z.hoverColor:Z.color,userSelect:"none",zIndex:1001,opacity:X?Se==="up"?Z.hoverOpacity:Z.opacity:0,transition:"opacity 0.2s ease-in-out, color 0.15s ease-in-out"},children:"\u25B2"}),A&&Re&&Y&&De("div",{className:"overlay-scrollbar-down-arrow",onClick:Qe,onMouseEnter:()=>$e("down"),onMouseLeave:()=>$e(null),style:{position:"absolute",bottom:`${g.margin}px`,right:g.alignment==="right"?"0px":`${(he-C)/2}px`,width:`${C}px`,height:`${C}px`,cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",fontSize:`${Math.max(C*.75,8)}px`,color:Se==="down"?Z.hoverColor:Z.color,userSelect:"none",zIndex:1001,opacity:X?Se==="down"?Z.hoverOpacity:Z.opacity:0,transition:"opacity 0.2s ease-in-out, color 0.15s ease-in-out"},children:"\u25BC"})]})}),ut=kt;import{Fragment as Ge,jsx as d,jsxs as He}from"react/jsx-runtime";var Nt={alignment:"right",margin:0,radius:0};function Pt({data:s,loading:p=!1,columns:b,onRowClick:y,getRowId:L,selectedRowId:H,selectedRowSx:x,rowHeight:D=50,columnHeight:I=56,striped:F,rowDivider:J=!0,onSort:A,onLoadMore:_,sortBy:R,sortDirection:G,showPaper:de=!0,paddingX:l="1rem",paddingTop:U=0,paddingBottom:pe=0,rowHoverColor:ye,rowHoverOpacity:P,viewportBuffer:X,overscan:M,scrollbars:$,emptyMessage:oe="NO DATA",LoadingComponent:ie}){let Te=Math.max(D*20,900),ve=Math.max(D*20,900),Ie=typeof X=="number"?X:X?.top??Te,ae=typeof X=="number"?X:X?.bottom??ve,Ue=Math.max(D*15,800),Xe=Math.max(D*20,1e3),Ve=typeof M=="number"?M:{main:M?.main??Ue,reverse:M?.reverse??Xe},Re=D+(J?1:0),Oe=nt(()=>rt((r,i)=>{let E=W(null);return d(ut,{detectInnerScroll:!0,track:Nt,...$,children:d(Ht,{component:be,...r,ref:m=>{E.current=m,typeof i=="function"?i(m):i&&(i.current=m)},sx:{userSelect:"auto",WebkitUserSelect:"auto",position:"relative",width:"100%",height:"100%",overflow:"auto",display:"flex",flexDirection:"column",scrollbarWidth:"none",msOverflowStyle:"none",transform:"translateZ(0)",backfaceVisibility:"hidden",willChange:"scroll-position","&::-webkit-scrollbar":{display:"none"},"& .MuiTable-root":{paddingRight:l,paddingTop:U,paddingBottom:pe}}})})}),[]),le=nt(()=>{if(F===!0)return"#f5f5f5";if(typeof F=="string")return F},[F]),[We,xe]=dt(p),[Ke,it]=dt(0);Ee(()=>{p&&xe(!0)},[p]);let Je=ge(()=>{xe(!1)},[]),Se=We,$e=p&&s.length>0,Fe=W(!1),Ne=W(null),B=W(null),se=W(!1),Pe=W({x:0,y:0,scrollTop:0}),fe=W(!1),me=W(0),K=W(0),O=W(!1),g=W({x:0,y:0}),Z=W(null),Be=ge(r=>{},[]),h=ge(r=>{if(!fe.current||!B.current)return;let i=r.clientY-Pe.current.y;if(!se.current&&Math.abs(i)>5&&(se.current=!0,B.current&&(B.current.style.userSelect="none")),se.current){let m=i*2;K.current+=-m;let f=B.current,t=Math.max(0,me.current+K.current);f.scrollTop=t,Pe.current.y=r.clientY,r.preventDefault()}},[]),C=ge(()=>{if(fe.current=!1,se.current&&B.current){let r=Math.max(0,me.current+K.current),i=()=>{B.current&&(B.current.scrollTop=r)};i(),setTimeout(i,1),setTimeout(i,5),setTimeout(i,10)}se.current=!1,K.current=0,B.current&&(B.current.style.userSelect="auto")},[]);Ee(()=>{let r=document.querySelector('[data-testid="virtuoso-scroller"]');r&&r.querySelectorAll(".MuiTableSortLabel-root").forEach(E=>{let m=new MouseEvent("mouseleave",{bubbles:!0,cancelable:!0});E.dispatchEvent(m)})},[R]);let Ce=ge(r=>{if(!A)return;A(r,R===r&&G==="asc"?"desc":"asc")},[A,R,G]),je=ge(r=>{if(!_||p&&s.length===0)return;let i=Date.now(),E=window.lastRangeChangeTime||0;if(i-E<100)return;window.lastRangeChangeTime=i;let m=Math.max(10,Math.floor(s.length*.1)),f=r.endIndex>=s.length-m,t=s.length>=30;if(f&&t&&_&&!Fe.current){Fe.current=!0;let q=s.length;_(q,50)}},[s.length,p,_]);Ee(()=>{p||(Fe.current=!1)},[p]),Ee(()=>{s.length===0&&it(r=>r+1)},[s.length]);let Y=W(s.length);Ee(()=>{let r=Y.current,i=s.length;if(i>r&&r>0){Y.current=i;return}Ne.current&&i>0&&i<=r&&Ne.current.scrollToIndex({index:0,align:"start",behavior:"auto"}),Y.current=i},[s]),Ee(()=>(document.addEventListener("mousemove",h),document.addEventListener("mouseup",C),()=>{document.removeEventListener("mousemove",h),document.removeEventListener("mouseup",C)}),[h,C]);let ke=ge(()=>{let r={},i=[];if(b.forEach(t=>{t.group?(r[t.group]||(r[t.group]=[]),r[t.group].push(t)):i.push(t)}),!(Object.keys(r).length>0))return d(_e,{children:b.map(t=>d(qe,{align:t.align||"left",style:{width:t.width,minWidth:t.width,...t.style,fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t.sortable?d("div",{style:{display:"flex",alignItems:"center",justifyContent:t.align==="center"?"center":t.align==="right"?"flex-end":"flex-start",position:"relative",width:"100%"},children:He(be,{sx:{position:"relative",cursor:"default","&:hover .MuiTableSortLabel-root":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}}},onClick:()=>Ce(String(t.id)),children:[t.text,d(ot,{active:R===t.id,direction:R===t.id?G:"desc",sx:{position:"absolute",left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"4px",minWidth:"auto",width:"16px",height:"16px",cursor:"default",opacity:R===t.id?1:0,transition:"opacity 0.2s ease","& .MuiTableSortLabel-icon":{position:"relative",marginLeft:0,marginRight:0,opacity:1,transition:"color 0.2s ease"},"& .MuiTableSortLabel-iconDirectionAsc":{transform:"rotate(180deg)"},"& .MuiTableSortLabel-iconDirectionDesc":{transform:"rotate(0deg)"}}})]})}):t.text},String(t.id)))});let m=[...i.map(t=>d(qe,{rowSpan:2,align:t.align||"left",style:{width:t.width,minWidth:t.width,...t.style,fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t.sortable&&A?d("div",{style:{display:"flex",alignItems:"center",justifyContent:t.align==="center"?"center":t.align==="right"?"flex-end":"flex-start",position:"relative",width:"100%"},children:He(be,{sx:{position:"relative",cursor:"default","&:hover .MuiTableSortLabel-root":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}}},onClick:()=>Ce(String(t.id)),children:[t.text,d(ot,{active:R===t.id,direction:R===t.id?G:"desc",sx:{position:"absolute",left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"4px",minWidth:"auto",width:"16px",height:"16px",cursor:"default",opacity:R===t.id?1:0,transition:"opacity 0.2s ease","&:hover":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}},"& .MuiTableSortLabel-icon":{position:"relative",marginLeft:0,marginRight:0,opacity:1,transition:"color 0.2s ease"},"& .MuiTableSortLabel-iconDirectionAsc":{transform:"rotate(180deg)"},"& .MuiTableSortLabel-iconDirectionDesc":{transform:"rotate(0deg)"}}})]})}):t.text},String(t.id))),...Object.entries(r).map(([t,q])=>d(qe,{align:"center",colSpan:q.length,style:{fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t},t))],f=[...Object.values(r).flat().map(t=>d(qe,{align:t.align||"left",style:{width:t.width,minWidth:t.width,...t.style,fontWeight:"bold",position:"sticky",top:0,zIndex:2,padding:"16px"},children:t.sortable&&A?d("div",{style:{display:"flex",alignItems:"center",justifyContent:t.align==="center"?"center":t.align==="right"?"flex-end":"flex-start",position:"relative",width:"100%"},children:He(be,{sx:{position:"relative",cursor:"default","&:hover .MuiTableSortLabel-root":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}}},onClick:()=>Ce(String(t.id)),children:[t.text,d(ot,{active:R===t.id,direction:R===t.id?G:"desc",sx:{position:"absolute",left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"4px",minWidth:"auto",width:"16px",height:"16px",cursor:"default",opacity:R===t.id?1:0,transition:"opacity 0.2s ease","&:hover":{opacity:"1 !important","& .MuiSvgIcon-root":{color:"#000",opacity:"1 !important"}},"& .MuiTableSortLabel-icon":{position:"relative",marginLeft:0,marginRight:0,opacity:1,transition:"color 0.2s ease"},"& .MuiTableSortLabel-iconDirectionAsc":{transform:"rotate(0deg)"},"& .MuiTableSortLabel-iconDirectionDesc":{transform:"rotate(180deg)"}}})]})}):t.text},String(t.id)))];return He(Ge,{children:[d(_e,{children:m}),d(_e,{children:f})]})},[b,R,G,Ce,A,I]),ne=ge((r,i)=>i?d(Ge,{children:b.map(E=>d(qe,{align:E.align||"left",style:{width:E.width,minWidth:E.width,...E.style,padding:"8px 16px"},children:E.render?E.render(i,r):String(i[E.id]||"")},String(E.id)))}):(console.log("rowContent - \uC544\uC774\uD15C \uC5C6\uC74C, \uC778\uB371\uC2A4:",r),null),[b]),k=nt(()=>({Scroller:Oe,Table:r=>d(Dt,{...r,sx:{borderCollapse:"separate",tableLayout:"fixed",marginRight:"16px"}}),TableHead:rt((r,i)=>d(It,{...r,ref:i,sx:{userSelect:"none","& tr":{height:I,"& th":{padding:"16px",position:"sticky",top:0,zIndex:2,fontWeight:"bold"}}}})),TableRow:r=>{let{item:i,selected:E,"aria-selected":m,className:f,...t}=r,q=t["data-index"]??0,Le=q%2===1,Ze=i&&L?L(i,q):q,ze=H!=null&&Ze===H,Qe=ze&&x?typeof x=="function"?x(i,q):x:void 0,et=String(f??"").split(/\s+/).filter(j=>j!=="Mui-selected"&&j!=="Mui-focusVisible").join(" ");return d(_e,{...t,className:et||void 0,selected:ze,onMouseDown:j=>{O.current=!1,g.current={x:j.clientX,y:j.clientY}},onMouseMove:j=>{let Me=Math.abs(j.clientX-g.current.x),he=Math.abs(j.clientY-g.current.y),e=5;(Me>e||he>e)&&(O.current=!0)},onClick:()=>{!O.current&&!se.current&&i&&y&&y(i,q),O.current=!1},sx:[{userSelect:"none",height:D,backgroundColor:Le&&le?le:"transparent","& td":{padding:"8px 16px",borderBottom:J?"1px solid rgba(224, 224, 224, 1)":"none"},"& th":{padding:"8px 16px",borderBottom:"none"},"&:hover":y&&!ze?{backgroundColor:j=>{let Me=j.palette.mode==="dark",e=ye??"#000000",n=P??.06,o=e.replace("#",""),a=parseInt(o.substring(0,2),16)/255,c=parseInt(o.substring(2,4),16)/255,u=parseInt(o.substring(4,6),16)/255;if(Me){let v=Math.max(a,c,u),w=Math.min(a,c,u),z=0,Q=0,T=(v+w)/2;if(v!==w){let S=v-w;switch(Q=T>.5?S/(2-v-w):S/(v+w),v){case a:z=((c-u)/S+(c<u?6:0))/6;break;case c:z=((u-a)/S+2)/6;break;case u:z=((a-c)/S+4)/6;break}}T=1-T;let we=(S,ee,te)=>(te<0&&(te+=1),te>1&&(te-=1),te<1/6?S+(ee-S)*6*te:te<1/2?ee:te<2/3?S+(ee-S)*(2/3-te)*6:S);if(Q===0)a=c=u=T;else{let S=T<.5?T*(1+Q):T+Q-T*Q,ee=2*T-S;a=we(ee,S,z+1/3),c=we(ee,S,z),u=we(ee,S,z-1/3)}}return`rgba(${Math.round(a*255)}, ${Math.round(c*255)}, ${Math.round(u*255)}, ${n})`}}:void 0,cursor:y?"pointer":void 0},Qe]})},TableBody:rt((r,i)=>d(Et,{...r,ref:i}))}),[y,L,H,x,D,Be,le,J,I,ye,P,Oe]),ce=He(be,{sx:{position:"relative",height:"100%",width:"100%","& .MuiTableHead-root":{backgroundColor:r=>r.palette.mode==="dark"?"#1e1e1e !important":"#ffffff !important"}},children:[d($t,{ref:Ne,data:s,totalCount:_?s.length+1:s.length,defaultItemHeight:Re,fixedHeaderContent:ke,itemContent:ne,rangeChanged:je,components:k,style:{height:"100%"},increaseViewportBy:{top:Ie,bottom:ae},overscan:Ve,followOutput:!1},Ke),s.length===0&&!p&&d(be,{sx:{position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:2},children:typeof oe=="string"?He(Ge,{children:[d(be,{sx:{width:48,height:48,display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:"#f5f5f5",color:"#999"},children:"\u{1F4C4}"}),d(Ot,{variant:"body1",sx:{color:"text.secondary"},children:oe})]}):oe}),Se&&d(Ge,{children:ie?d(ie,{visible:p,onComplete:Je}):d(lt,{visible:p,onComplete:Je,size:40,sx:{top:`${b.some(r=>r.group)?I*2:I}px`},background:{show:s.length===0,opacity:.8}})})]});return de?d(Rt,{className:"grow",elevation:1,sx:{padding:0,paddingLeft:l,height:"100%",minHeight:0,flex:1,display:"flex",flexDirection:"column"},children:ce}):d(be,{className:"grow",style:{padding:0,paddingLeft:l,height:"100%",minHeight:0,flex:1,display:"flex",flexDirection:"column"},children:ce})}var Bt=Lt(Pt);export{Bt as VirtualDataTable};
22
22
  /**
23
23
  * Virtual Data Table - A high-performance virtual data table component for React
24
24
  *