@ninebone/table 0.0.311 → 0.0.312
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/dist/nine-table.js +35 -27
- package/dist/nine-table.js.map +1 -1
- package/dist/nine-table.umd.js +5 -5
- package/dist/nine-table.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-table.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(y,p){typeof exports=="object"&&typeof module<"u"?p(require("@ninebone/util")):typeof define=="function"&&define.amd?define(["@ninebone/util"],p):(y=typeof globalThis<"u"?globalThis:y||self,p(y.NineboneUtil))})(this,function(y){"use strict";var te=Object.defineProperty;var ee=y=>{throw TypeError(y)};var
|
|
1
|
+
(function(y,p){typeof exports=="object"&&typeof module<"u"?p(require("@ninebone/util")):typeof define=="function"&&define.amd?define(["@ninebone/util"],p):(y=typeof globalThis<"u"?globalThis:y||self,p(y.NineboneUtil))})(this,function(y){"use strict";var te=Object.defineProperty;var ee=y=>{throw TypeError(y)};var se=(y,p,w)=>p in y?te(y,p,{enumerable:!0,configurable:!0,writable:!0,value:w}):y[p]=w;var a=(y,p)=>te(y,"name",{value:p,configurable:!0});var E=(y,p,w)=>se(y,typeof p!="symbol"?p+"":p,w),ie=(y,p,w)=>p.has(y)||ee("Cannot "+w);var t=(y,p,w)=>(ie(y,p,"read from private field"),w?w.call(y):p.get(y)),h=(y,p,w)=>p.has(y)?ee("Cannot add the same private member more than once"):p instanceof WeakSet?p.add(y):p.set(y,w),b=(y,p,w,I)=>(ie(y,p,"write to private field"),I?I.call(y,w):p.set(y,w),w);var ne=(y,p,w,I)=>({set _(nt){b(y,p,nt,w)},get _(){return t(y,p,I)}});var M,W,m,B,N,V,gt,Y,bt,X,O,R,st,ot,pt,yt,G,v,$,k,z,U,j,mt,xt,rt,lt,vt,wt,at,J,St,Q,tt,Et,Rt,Tt,kt,At,qt,ht,A,Lt,dt,Ht,D,K,L,S,H,et,Ct,P,Mt,ft,_t,$t,it,F,It;const Yt=class Yt extends y.trace.constructor{constructor(){super(),this.init("nine-table","green")}};a(Yt,"Trace");let p=Yt;const w=new p,Xt=class Xt extends HTMLElement{constructor(){super();h(this,M);h(this,W,!1);h(this,m);h(this,B);h(this,N);h(this,V);h(this,gt,a(()=>{if(!t(this,M))return;const e=t(this,M).querySelector(".ng-container-body");e&&(b(this,V,new ResizeObserver(()=>{this.refresh()})),t(this,V).observe(e))},"#observeResize"));E(this,"refresh",a(()=>{if(!t(this,M)||!t(this,m)||t(this,W))return;const e=t(this,m).container,i=e.querySelector("table");if(!i)return;const s=t(this,m).track,o=t(this,m).thumb,r=t(this,M).querySelector(".ng-container-bottom"),l=e.clientWidth,c=i.scrollWidth;if(l!==0&&c>l)r&&(r.style.display="flex");else{r&&(r.style.display="none");return}const d=s.clientWidth;if(d<=0)return;const u=Math.max(Math.min(d*(l/c),d),20);o.style.width=`${u}px`;const f=e.scrollLeft,g=c-l;let x=0;g>0&&(x=parseInt(f/g*(d-u),10)),x<0&&(x=0);const T=d-u;x>T&&(x=T),o.style.left=`${x}px`,w.log(x),t(this,m).left.disabled=x===0,t(this,m).right.disabled=x>=T-1},"refresh"));h(this,Y,a(e=>{if(!t(this,m))return!1;const i=t(this,m).container,s=i.querySelector("table");if(!s)return!1;const o=t(this,m).track.getBoundingClientRect(),r=t(this,m).thumb.clientWidth;let l=e;l<0&&(l=0);const c=o.width-r;l>c&&(l=c),l=parseInt(l,10),t(this,m).thumb.style.left=`${l}px`,t(this,m).left.disabled=l===0,t(this,m).right.disabled=l>=c-1;const d=i.clientWidth,f=s.scrollWidth-d;return c>0&&f>0&&(i.scrollLeft=l/c*f),l>0&&l<c-1},"#thumbMoveTo"));h(this,bt,a(()=>{const e=a(s=>{clearInterval(t(this,B)),clearInterval(t(this,N));const o=parseInt(t(this,m).thumb.style.left||0,10);t(this,Y).call(this,o+s),b(this,B,setInterval(()=>{clearInterval(t(this,B)),b(this,N,setInterval(()=>{const r=parseInt(t(this,m).thumb.style.left||0,10);t(this,Y).call(this,r+s)||clearInterval(t(this,N))},50))},500))},"delayScroll"),i=a(()=>{clearInterval(t(this,B)),clearInterval(t(this,N))},"clearTimer");["mouseup","mouseleave","touchend"].forEach(s=>{t(this,m).left.addEventListener(s,i),t(this,m).right.addEventListener(s,i),t(this,m).track.addEventListener(s,i)}),t(this,m).left.addEventListener("mousedown",s=>{s.button===0&&e(-20)}),t(this,m).right.addEventListener("mousedown",s=>{s.button===0&&e(20)}),t(this,m).left.addEventListener("touchstart",()=>e(-20)),t(this,m).right.addEventListener("touchstart",()=>e(20)),t(this,m).track.addEventListener("mousedown",s=>{if(s.button!==0)return;s.preventDefault();const o=t(this,m).track.getBoundingClientRect(),r=t(this,m).thumb.clientWidth;t(this,Y).call(this,s.clientX-o.left-r/2)}),t(this,m).thumb.addEventListener("mousedown",s=>{if(s.button!==0)return;s.stopPropagation(),s.preventDefault(),b(this,W,!0),this.shiftX=s.clientX-t(this,m).thumb.getBoundingClientRect().left;const o=a(l=>{if(!t(this,W))return;const c=t(this,m).track.getBoundingClientRect();t(this,Y).call(this,l.clientX-c.left-this.shiftX)},"onMouseMove"),r=a(()=>{b(this,W,!1),i(),document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",r),this.refresh()},"onMouseUp");document.addEventListener("mousemove",o),document.addEventListener("mouseup",r)})},"#init"))}connectedCallback(){if(b(this,M,this.closest("nine-table-sheet")||this.getRootNode().host),!t(this,M))return;this.innerHTML=`
|
|
2
2
|
<style>
|
|
3
3
|
nine-table-hscrollbar {
|
|
4
4
|
display: flex;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<button class='ng-scroll-left' disabled><div class='ng-scroll-icon'></div></button>
|
|
61
61
|
<div class='ng-scroll-track'><div class='ng-scroll-thumb'></div></div>
|
|
62
62
|
<button class='ng-scroll-right' disabled><div class='ng-scroll-icon'></div></button>
|
|
63
|
-
`;const e=a(()=>{const i=t(this,M).querySelector(".ng-container-body");if(!i){setTimeout(e,10);return}b(this,m,{container:i,track:this.querySelector(".ng-scroll-track"),thumb:this.querySelector(".ng-scroll-thumb"),left:this.querySelector(".ng-scroll-left"),right:this.querySelector(".ng-scroll-right")}),i.addEventListener("scroll",()=>{t(this,W)||this.refresh()}),t(this,bt).call(this),t(this,gt).call(this),this.refresh()},"initWhenReady");e()}disconnectedCallback(){t(this,V)&&t(this,V).disconnect()}};M=new WeakMap,W=new WeakMap,m=new WeakMap,B=new WeakMap,N=new WeakMap,V=new WeakMap,gt=new WeakMap,Y=new WeakMap,bt=new WeakMap,a(Xt,"NineTableHScrollBar");let I=Xt;customElements.get("nine-table-hscrollbar")||customElements.define("nine-table-hscrollbar",I);const Ut=class Ut extends HTMLElement{constructor(){super();h(this,X);h(this,O,!1);h(this,R);h(this,
|
|
63
|
+
`;const e=a(()=>{const i=t(this,M).querySelector(".ng-container-body");if(!i){setTimeout(e,10);return}b(this,m,{container:i,track:this.querySelector(".ng-scroll-track"),thumb:this.querySelector(".ng-scroll-thumb"),left:this.querySelector(".ng-scroll-left"),right:this.querySelector(".ng-scroll-right")}),i.addEventListener("scroll",()=>{t(this,W)||this.refresh()}),t(this,bt).call(this),t(this,gt).call(this),this.refresh()},"initWhenReady");e()}disconnectedCallback(){t(this,V)&&t(this,V).disconnect()}};M=new WeakMap,W=new WeakMap,m=new WeakMap,B=new WeakMap,N=new WeakMap,V=new WeakMap,gt=new WeakMap,Y=new WeakMap,bt=new WeakMap,a(Xt,"NineTableHScrollBar");let I=Xt;customElements.get("nine-table-hscrollbar")||customElements.define("nine-table-hscrollbar",I);const Ut=class Ut extends HTMLElement{constructor(){super();h(this,X);h(this,O,!1);h(this,R);h(this,st,0);h(this,ot,0);E(this,"refresh",a(()=>{if(!t(this,X)||!t(this,R)||t(this,O))return;const e=t(this,R).container,i=e.querySelector("table");if(!i)return;const s=t(this,R).track,o=t(this,R).thumb,r=e.clientHeight,l=i.scrollHeight;if(l<=r){o.style.display="none",t(this,R).top.disabled=!0,t(this,R).bottom.disabled=!0;return}else o.style.display="block";const c=s.clientHeight;if(c<=0)return;const d=Math.max(Math.min(c*(r/l),c),20);o.style.height=`${d}px`;const u=e.scrollTop,f=l-r;let g=0;f>0&&(g=u/f*(c-d));const x=c-d;g<0&&(g=0),g>x&&(g=x),o.style.top=`${g}px`,t(this,R).top.disabled=u<=0,t(this,R).bottom.disabled=u>=f-1},"refresh"));h(this,pt,a(()=>{const e=t(this,R).container;e.addEventListener("scroll",()=>{t(this,O)||this.refresh()}),t(this,R).thumb.addEventListener("mousedown",i=>{if(i.button!==0)return;i.stopPropagation(),i.preventDefault(),b(this,O,!0),b(this,st,i.clientY),b(this,ot,e.scrollTop);const s=a(r=>{if(!t(this,O))return;const l=t(this,R).track.getBoundingClientRect(),c=t(this,R).thumb.clientHeight,u=l.height-c,f=r.clientY-t(this,st),g=e.clientHeight,x=e.querySelector("table");w.log(x),w.log(x.scrollHeight);const q=x.scrollHeight-g;if(u>0&&q>0){const Z=f/u*q;e.scrollTop=t(this,ot)+Z}this.refresh()},"onMouseMove"),o=a(()=>{b(this,O,!1),document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",o),this.refresh()},"onMouseUp");document.addEventListener("mousemove",s),document.addEventListener("mouseup",o)}),t(this,R).track.addEventListener("mousedown",i=>{if(i.button!==0||i.target===t(this,R).thumb)return;const s=t(this,R).track.getBoundingClientRect(),o=t(this,R).thumb.clientHeight,r=i.clientY-s.top-o/2,c=s.height-o,d=e.clientHeight,f=e.querySelector("table").scrollHeight-d;if(c>0&&f>0){const g=Math.max(0,Math.min(1,r/c));e.scrollTop=g*f}this.refresh()}),t(this,R).top.addEventListener("click",()=>{e.scrollTop-=40}),t(this,R).bottom.addEventListener("click",()=>{e.scrollTop+=40})},"#init"))}connectedCallback(){if(b(this,X,this.closest("nine-table-sheet")||this.getRootNode().host),!t(this,X))return;this.innerHTML=`
|
|
64
64
|
<style>
|
|
65
65
|
nine-table-vscrollbar {
|
|
66
66
|
display: flex;
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
<button class='ng-scroll-top' disabled><div class='ng-scroll-icon'></div></button>
|
|
123
123
|
<div class='ng-scroll-track'><div class='ng-scroll-thumb'></div></div>
|
|
124
124
|
<button class='ng-scroll-bottom' disabled><div class='ng-scroll-icon'></div></button>
|
|
125
|
-
`;const e=a(()=>{const i=t(this,X).querySelector(".ng-container-body");if(!i){setTimeout(e,10);return}b(this,R,{container:i,track:this.querySelector(".ng-scroll-track"),thumb:this.querySelector(".ng-scroll-thumb"),top:this.querySelector(".ng-scroll-top"),bottom:this.querySelector(".ng-scroll-bottom")}),t(this,pt).call(this),this.refresh()},"initWhenReady");e()}};X=new WeakMap,O=new WeakMap,R=new WeakMap,nt=new WeakMap,ot=new WeakMap,pt=new WeakMap,a(Ut,"NineTableVScrollBar");let st=Ut;customElements.get("nine-table-vscrollbar")||customElements.define("nine-table-vscrollbar",st);const _=class _{static compileAll(s){return Array.isArray(s)?s.map(e=>_.compile(e)):[]}static compile(s){var n,o,r,l;if(!s)return null;const e=s.cloneNode(!0);return t(n=_,yt).call(n,e),t(o=_,G).call(o,e,"thead"),t(r=_,G).call(r,e,"tbody"),t(l=_,G).call(l,e,"tfoot"),Array.from(e.querySelectorAll("colgroup col")).forEach((c,d)=>{const u=c.getAttribute("fixed");u&&e.querySelectorAll(`thead [data-col="${d}"], tbody [data-col="${d}"], tfoot [data-col="${d}"]`).forEach(f=>{f.setAttribute("fixed",u)})}),e}};yt=new WeakMap,G=new WeakMap,a(_,"TableCompiler"),h(_,yt,a(s=>{if(!s.querySelector("colgroup")){const e=s.querySelector("tbody tr")||s.querySelector("tr"),i=e?e.querySelectorAll("th, td").length:1,n=document.createElement("colgroup"),o=Math.max(Math.floor(s.clientWidth/i),100);for(let r=0;r<i;r++){const l=document.createElement("col");l.setAttribute("width",o),n.appendChild(l)}s.prepend(n)}if(!s.querySelector("thead")){const e=document.createElement("thead"),i=s.querySelector("colgroup");i?i.after(e):s.prepend(e)}s.classList.add("nine-table-element"),s.style.display="table"},"#ensureTableStructure")),h(_,G,a((s,e)=>{const i=Array.from(s.querySelectorAll(e+" tr")),n=Array.from(s.querySelectorAll(e+" th,"+e+" td")),o=i.length;if(o===0||n.length===0)return;let r=0;n.forEach(c=>{r+=c.colSpan||1});const l=Array.from(Array(o),()=>Array(r).fill(null));i.forEach(c=>{const d=c.sectionRowIndex;let u=0;Array.from(c.querySelectorAll("th,td")).forEach(f=>{for(let T=0;T<l[d].length;T++)if(l[d][T]===null){u=T;break}const g=f.rowSpan||1,x=f.colSpan||1;for(let T=0;T<g;T++)for(let q=0;q<x;q++)d+T<o&&u+q<r&&(l[d+T][u+q]=T===0&&q===0?"1":"0")})}),i.forEach(c=>{const d=c.sectionRowIndex;Array.from(c.querySelectorAll("th,td")).forEach(u=>{for(let f=0;f<l[d].length;f++)if(l[d][f]==="1"){u.dataset.col=f,l[d][f]="0";break}})})},"#resetColIndex"));let Wt=_;const jt=class jt{constructor(s){h(this,v);h(this,$,new Map);h(this,k,null);h(this,z,null);h(this,U,0);h(this,j,40);E(this,"refresh",a(()=>{var e;const s=t(this,v).querySelector(".ng-container-body");s&&(t(this,rt).call(this),t(this,J).call(this,s.scrollTop),(e=t(this,v).querySelector("nine-table-vscrollbar"))==null||e.refresh())},"refresh"));E(this,"initialize",a(()=>{b(this,k,null),t(this,$).clear(),[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(e=>{const i=t(this,v).querySelector(e);if(!i)return;const n=i.querySelector("table");if(!n)return;const o=n.querySelector("tbody");if(!o)return;const l=Array.from(o.querySelectorAll("tr")).map(c=>c.cloneNode(!0));t(this,$).set(e,l)});const s=t(this,v).querySelector(".ng-container-body");if(s){t(this,xt).call(this,s),t(this,at).call(this),t(this,rt).call(this),t(this,J).call(this,s.scrollTop);let e=s.scrollTop;s.addEventListener("scroll",()=>{var n;const i=s.scrollTop;w.log(e,i),e!==i&&(e=i,t(this,J).call(this,i)),(n=t(this,v).querySelector("nine-table-vscrollbar"))==null||n.refresh()})}},"initialize"));h(this,mt,a((s,e)=>{const i=t(this,$).get(e);if(!i||i.length===0)return;const n=s.querySelector("tbody");if(!n)return;n.querySelectorAll("tr:not(.nodata)").forEach(l=>l.remove());const o=n.querySelector("tr.nodata"),r=document.createDocumentFragment();for(let l=0;l<t(this,j);l++)i.forEach(c=>{r.appendChild(c.cloneNode(!0))});o?o.before(r):n.appendChild(r)},"#renderRows"));h(this,xt,a(s=>{if(t(this,k)!==null&&t(this,k)>0)return t(this,k);const e=t(this,$).get(".ng-container-body");if(!e||e.length===0)return 24;const i=s.querySelector("tbody");if(!i)return 24;i.querySelectorAll("tr:not(.nodata)").forEach(g=>g.remove());const n=i.querySelector("tr.nodata"),o=document.createDocumentFragment();e.forEach(g=>{o.appendChild(g.cloneNode(!0))}),n?n.before(o):i.appendChild(o);const r=t(this,v),l=r.style.display,c=r.style.visibility,d=r.style.position;(l==="none"||window.getComputedStyle(r).display==="none")&&(r.style.display="block",r.style.visibility="hidden",r.style.position="absolute");let u=0;const f=i.querySelectorAll("tr:not(.nodata)");return f.forEach(g=>{u+=g.offsetHeight||g.getBoundingClientRect().height}),f.forEach(g=>g.remove()),r.style.display=l,r.style.visibility=c,r.style.position=d,b(this,k,u>0?u:24),t(this,lt).call(this),w.log(`[RowManager] Height Cached: ${t(this,k)}px | RowCount: ${t(this,j)}`),t(this,k)},"#measureAndCacheHeight"));h(this,rt,a(()=>{var o,r,l,c;if(!t(this,v).querySelector(".ng-container-body"))return;const e=(typeof((o=t(this,v).data)==null?void 0:o.count)=="function"?t(this,v).data.count():null)??((l=(r=t(this,v).dataManager)==null?void 0:r.rawRecords)==null?void 0:l.length)??((c=t(this,v).data)==null?void 0:c.length)??0,i=t(this,k)||24,n=e*i;w.log(`[RowManager] TotalCount: ${e} | RowHeight: ${i}px | TotalVirtualHeight: ${n}px`),[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(d=>{const u=t(this,v).querySelector(d),f=u==null?void 0:u.querySelector("table");f?(f.style.height=`${n}px`,w.log(`[RowManager] Applied height to ${d} table:`,f.style.height)):w.log(`[RowManager] Table not found for selector: ${d}`)})},"#updateVirtualScrollHeight"));h(this,lt,a(()=>{if(t(this,U)>0&&t(this,k)>0){const s=Math.ceil(t(this,U)/t(this,k));b(this,j,s+20)}else b(this,j,40)},"#updateRowCount"));h(this,vt,a(()=>{var c,d,u;const s=t(this,v).querySelector(".ng-container-left table"),e=t(this,v).querySelector(".ng-container-body table"),i=t(this,v).querySelector(".ng-container-right table");if(!e)return;const n=s?Array.from(s.querySelectorAll("tr")):[],o=Array.from(e.querySelectorAll("tr")),r=i?Array.from(i.querySelectorAll("tr")):[],l=Math.max(n.length,o.length,r.length);for(let f=0;f<l;f++){const g=[((c=n[f])==null?void 0:c.getBoundingClientRect().height)||0,((d=o[f])==null?void 0:d.getBoundingClientRect().height)||0,((u=r[f])==null?void 0:u.getBoundingClientRect().height)||0],x=Math.max(...g);x>0&&(n[f]&&(n[f].style.height=`${x}px`),o[f]&&(o[f].style.height=`${x}px`),r[f]&&(r[f].style.height=`${x}px`))}},"#syncRowHeights"));h(this,wt,a(()=>{!t(this,v)||!(t(this,v)instanceof HTMLElement)||(b(this,z,new ResizeObserver(s=>{for(const e of s){const i=e.target;if(!i.classList.contains("active"))continue;const n=e.contentRect.height;if(n>0){let o=0;const r=i.querySelector("thead");r&&(o+=r.offsetHeight||r.getBoundingClientRect().height);const l=Math.max(n-o,100);t(this,U)!==l&&(b(this,U,l),t(this,lt).call(this),t(this,k)!==null&&t(this,at).call(this))}}})),t(this,z).observe(t(this,v)))},"#initResizeObserver"));h(this,at,a(()=>{[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(s=>{const e=t(this,v).querySelector(s);e&&e.querySelector("tbody")&&t(this,mt).call(this,e,s)}),t(this,vt).call(this)},"#renderAllContainers"));h(this,J,a(s=>{var o;const e=t(this,k);if(!e||e<=0)return;const i=Math.max(0,Math.floor(s/e)),n=((o=t(this,$).get(".ng-container-body"))==null?void 0:o.length)||1;[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(r=>{const l=t(this,v).querySelector(r);if(!l)return;const c=l.querySelector("tbody");if(!c)return;Array.from(c.querySelectorAll("tr:not(.nodata)")).forEach((u,f)=>{var T,q,Z,Qt;const g=i+Math.floor(f/n),x=(typeof t(this,v).getData=="function"?t(this,v).getData(g):null)??(typeof((T=t(this,v).data)==null?void 0:T.get)=="function"?t(this,v).data.get(g):null)??((Z=(q=t(this,v).dataManager)==null?void 0:q.rawRecords)==null?void 0:Z[g])??((Qt=t(this,v).data)==null?void 0:Qt[g])??{_index:g};u.style.display="",t(this,St).call(this,u,x,g)})})},"#handleScroll"));h(this,St,a((s,e,i)=>{s.dataset.row=i,Array.from(s.cells).forEach((n,o)=>{const r=n.dataset.bind;r&&e&&e[r]!==void 0?n.textContent=e[r]:n.textContent=e?e[Object.keys(e)[o]]??`R${i}C${o}`:`행 ${i+1}`,n.dataset.row=i})},"#bindRowData"));E(this,"destroy",a(()=>{t(this,z)&&(t(this,z).disconnect(),b(this,z,null))},"destroy"));b(this,v,s),t(this,wt).call(this)}getRowHeight(){return t(this,k)}templateLength(s=".ng-container-body"){var e;return((e=t(this,$).get(s))==null?void 0:e.length)||1}};v=new WeakMap,$=new WeakMap,k=new WeakMap,z=new WeakMap,U=new WeakMap,j=new WeakMap,mt=new WeakMap,xt=new WeakMap,rt=new WeakMap,lt=new WeakMap,vt=new WeakMap,wt=new WeakMap,at=new WeakMap,J=new WeakMap,St=new WeakMap,a(jt,"RowManager");let Ot=jt;const ct=class ct extends HTMLElement{constructor(){super();h(this,Q,null);h(this,tt);h(this,Et,a(()=>{[{selector:".ng-container-body",type:null},{selector:".ng-container-left",type:"left"},{selector:".ng-container-right",type:"right"}].forEach(({selector:i,type:n})=>{const o=this.querySelector(i);if(!o)return;const r=t(this,Tt).call(this,t(this,Q),n);o.innerHTML="",o.appendChild(r)})},"#renderSplitContainers"));h(this,Rt,a(()=>{["left","right"].forEach(e=>{const i=this.querySelector(`.ng-container-${e}`),n=i==null?void 0:i.querySelector("table");if(!i||!n)return;let o=0;n.querySelectorAll("col").forEach(r=>{const l=parseInt(r.getAttribute("width"),10);isNaN(o)||(o+=l)}),i.style.flex=`0 0 ${o}px`,i.style.width=`${o}px`})},"#updateContainerWidths"));E(this,"generate",a(e=>{e&&(b(this,Q,Wt.compile(e)),t(this,Q).style.display="table",t(this,Et).call(this),t(this,Rt).call(this),t(this,tt).initialize(),setTimeout(()=>{var i;(i=this.querySelector("nine-table-hscrollbar"))==null||i.refresh()},0))},"generate"));h(this,Tt,a((e,i)=>{const n=e.cloneNode(!0);return i==="left"?n.querySelectorAll("col, th, td, tfoot td, tfoot th").forEach(o=>{o.getAttribute("fixed")!=="left"&&o.remove()}):i==="right"?n.querySelectorAll("col, th, td, tfoot td, tfoot th").forEach(o=>{o.getAttribute("fixed")!=="right"&&o.remove()}):n.querySelectorAll("[fixed=left], [fixed=right]").forEach(o=>{o.remove()}),n},"#createSplitTable"));E(this,"getRowHeight",a(()=>t(this,tt).getRowHeight(),"getRowHeight"));E(this,"scrollToX",a(e=>{const i=this.querySelector(".ng-container-body");i&&(i.scrollLeft=e)},"scrollToX"));E(this,"scrollToY",a(e=>{const i=this.querySelector(".ng-container-body");i&&(i.scrollTop=e)},"scrollToY"));h(this,kt,a(()=>{t(this,At).call(this)},"#init"));h(this,At,a(()=>{const e=ct.SCROLLBAR_SIZE;this.innerHTML=`
|
|
125
|
+
`;const e=a(()=>{const i=t(this,X).querySelector(".ng-container-body");if(!i){setTimeout(e,10);return}b(this,R,{container:i,track:this.querySelector(".ng-scroll-track"),thumb:this.querySelector(".ng-scroll-thumb"),top:this.querySelector(".ng-scroll-top"),bottom:this.querySelector(".ng-scroll-bottom")}),t(this,pt).call(this),this.refresh()},"initWhenReady");e()}};X=new WeakMap,O=new WeakMap,R=new WeakMap,st=new WeakMap,ot=new WeakMap,pt=new WeakMap,a(Ut,"NineTableVScrollBar");let nt=Ut;customElements.get("nine-table-vscrollbar")||customElements.define("nine-table-vscrollbar",nt);const _=class _{static compileAll(n){return Array.isArray(n)?n.map(e=>_.compile(e)):[]}static compile(n){var s,o,r,l;if(!n)return null;const e=n.cloneNode(!0);return t(s=_,yt).call(s,e),t(o=_,G).call(o,e,"thead"),t(r=_,G).call(r,e,"tbody"),t(l=_,G).call(l,e,"tfoot"),Array.from(e.querySelectorAll("colgroup col")).forEach((c,d)=>{const u=c.getAttribute("fixed");u&&e.querySelectorAll(`thead [data-col="${d}"], tbody [data-col="${d}"], tfoot [data-col="${d}"]`).forEach(f=>{f.setAttribute("fixed",u)})}),e}};yt=new WeakMap,G=new WeakMap,a(_,"TableCompiler"),h(_,yt,a(n=>{if(!n.querySelector("colgroup")){const e=n.querySelector("tbody tr")||n.querySelector("tr"),i=e?e.querySelectorAll("th, td").length:1,s=document.createElement("colgroup"),o=Math.max(Math.floor(n.clientWidth/i),100);for(let r=0;r<i;r++){const l=document.createElement("col");l.setAttribute("width",o),s.appendChild(l)}n.prepend(s)}if(!n.querySelector("thead")){const e=document.createElement("thead"),i=n.querySelector("colgroup");i?i.after(e):n.prepend(e)}n.classList.add("nine-table-element"),n.style.display="table"},"#ensureTableStructure")),h(_,G,a((n,e)=>{const i=Array.from(n.querySelectorAll(e+" tr")),s=Array.from(n.querySelectorAll(e+" th,"+e+" td")),o=i.length;if(o===0||s.length===0)return;let r=0;s.forEach(c=>{r+=c.colSpan||1});const l=Array.from(Array(o),()=>Array(r).fill(null));i.forEach(c=>{const d=c.sectionRowIndex;let u=0;Array.from(c.querySelectorAll("th,td")).forEach(f=>{for(let T=0;T<l[d].length;T++)if(l[d][T]===null){u=T;break}const g=f.rowSpan||1,x=f.colSpan||1;for(let T=0;T<g;T++)for(let q=0;q<x;q++)d+T<o&&u+q<r&&(l[d+T][u+q]=T===0&&q===0?"1":"0")})}),i.forEach(c=>{const d=c.sectionRowIndex;Array.from(c.querySelectorAll("th,td")).forEach(u=>{for(let f=0;f<l[d].length;f++)if(l[d][f]==="1"){u.dataset.col=f,l[d][f]="0";break}})})},"#resetColIndex"));let Wt=_;const jt=class jt{constructor(n){h(this,v);h(this,$,new Map);h(this,k,null);h(this,z,null);h(this,U,0);h(this,j,40);E(this,"refresh",a(()=>{var e;const n=t(this,v).querySelector(".ng-container-body");n&&(t(this,rt).call(this),t(this,J).call(this,n.scrollTop),(e=t(this,v).querySelector("nine-table-vscrollbar"))==null||e.refresh())},"refresh"));E(this,"initialize",a(()=>{b(this,k,null),t(this,$).clear(),[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(e=>{const i=t(this,v).querySelector(e);if(!i)return;const s=i.querySelector("table");if(!s)return;const o=s.querySelector("tbody");if(!o)return;const l=Array.from(o.querySelectorAll("tr")).map(c=>c.cloneNode(!0));t(this,$).set(e,l)});const n=t(this,v).querySelector(".ng-container-body");if(n){t(this,xt).call(this,n),t(this,at).call(this),t(this,rt).call(this),t(this,J).call(this,n.scrollTop);let e=n.scrollTop;const i=a(s=>{var o;leftContainer&&leftContainer.scrollTop!==s&&(leftContainer.scrollTop=s),rightContainer&&rightContainer.scrollTop!==s&&(rightContainer.scrollTop=s),t(this,J).call(this,s),(o=t(this,v).querySelector("nine-table-vscrollbar"))==null||o.refresh()},"syncScroll");n.addEventListener("scroll",()=>{const s=n.scrollTop;e!==s&&(e=s,i(s))}),[leftContainer,rightContainer].forEach(s=>{s&&s.addEventListener("scroll",()=>{const o=s.scrollTop;n.scrollTop!==o&&(n.scrollTop=o,e=o,i(o))})})}},"initialize"));h(this,mt,a((n,e)=>{const i=t(this,$).get(e);if(!i||i.length===0)return;const s=n.querySelector("tbody");if(!s)return;s.querySelectorAll("tr:not(.nodata)").forEach(l=>l.remove());const o=s.querySelector("tr.nodata"),r=document.createDocumentFragment();for(let l=0;l<t(this,j);l++)i.forEach(c=>{r.appendChild(c.cloneNode(!0))});o?o.before(r):s.appendChild(r)},"#renderRows"));h(this,xt,a(n=>{if(t(this,k)!==null&&t(this,k)>0)return t(this,k);const e=t(this,$).get(".ng-container-body");if(!e||e.length===0)return 24;const i=n.querySelector("tbody");if(!i)return 24;i.querySelectorAll("tr:not(.nodata)").forEach(g=>g.remove());const s=i.querySelector("tr.nodata"),o=document.createDocumentFragment();e.forEach(g=>{o.appendChild(g.cloneNode(!0))}),s?s.before(o):i.appendChild(o);const r=t(this,v),l=r.style.display,c=r.style.visibility,d=r.style.position;(l==="none"||window.getComputedStyle(r).display==="none")&&(r.style.display="block",r.style.visibility="hidden",r.style.position="absolute");let u=0;const f=i.querySelectorAll("tr:not(.nodata)");return f.forEach(g=>{u+=g.offsetHeight||g.getBoundingClientRect().height}),f.forEach(g=>g.remove()),r.style.display=l,r.style.visibility=c,r.style.position=d,b(this,k,u>0?u:24),t(this,lt).call(this),w.log(`[RowManager] Height Cached: ${t(this,k)}px | RowCount: ${t(this,j)}`),t(this,k)},"#measureAndCacheHeight"));h(this,rt,a(()=>{var o,r,l,c;if(!t(this,v).querySelector(".ng-container-body"))return;const e=(typeof((o=t(this,v).data)==null?void 0:o.count)=="function"?t(this,v).data.count():null)??((l=(r=t(this,v).dataManager)==null?void 0:r.rawRecords)==null?void 0:l.length)??((c=t(this,v).data)==null?void 0:c.length)??0,i=t(this,k)||24,s=e*i;w.log(`[RowManager] TotalCount: ${e} | RowHeight: ${i}px | TotalVirtualHeight: ${s}px`),[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(d=>{const u=t(this,v).querySelector(d),f=u==null?void 0:u.querySelector("table");f?(f.style.height=`${s}px`,w.log(`[RowManager] Applied height to ${d} table:`,f.style.height)):w.log(`[RowManager] Table not found for selector: ${d}`)})},"#updateVirtualScrollHeight"));h(this,lt,a(()=>{if(t(this,U)>0&&t(this,k)>0){const n=Math.ceil(t(this,U)/t(this,k));b(this,j,n+20)}else b(this,j,40)},"#updateRowCount"));h(this,vt,a(()=>{var c,d,u;const n=t(this,v).querySelector(".ng-container-left table"),e=t(this,v).querySelector(".ng-container-body table"),i=t(this,v).querySelector(".ng-container-right table");if(!e)return;const s=n?Array.from(n.querySelectorAll("tr")):[],o=Array.from(e.querySelectorAll("tr")),r=i?Array.from(i.querySelectorAll("tr")):[],l=Math.max(s.length,o.length,r.length);for(let f=0;f<l;f++){const g=[((c=s[f])==null?void 0:c.getBoundingClientRect().height)||0,((d=o[f])==null?void 0:d.getBoundingClientRect().height)||0,((u=r[f])==null?void 0:u.getBoundingClientRect().height)||0],x=Math.max(...g);x>0&&(s[f]&&(s[f].style.height=`${x}px`),o[f]&&(o[f].style.height=`${x}px`),r[f]&&(r[f].style.height=`${x}px`))}},"#syncRowHeights"));h(this,wt,a(()=>{!t(this,v)||!(t(this,v)instanceof HTMLElement)||(b(this,z,new ResizeObserver(n=>{for(const e of n){const i=e.target;if(!i.classList.contains("active"))continue;const s=e.contentRect.height;if(s>0){let o=0;const r=i.querySelector("thead");r&&(o+=r.offsetHeight||r.getBoundingClientRect().height);const l=Math.max(s-o,100);t(this,U)!==l&&(b(this,U,l),t(this,lt).call(this),t(this,k)!==null&&t(this,at).call(this))}}})),t(this,z).observe(t(this,v)))},"#initResizeObserver"));h(this,at,a(()=>{[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(n=>{const e=t(this,v).querySelector(n);e&&e.querySelector("tbody")&&t(this,mt).call(this,e,n)}),t(this,vt).call(this)},"#renderAllContainers"));h(this,J,a(n=>{var o;const e=t(this,k);if(!e||e<=0)return;const i=Math.max(0,Math.floor(n/e)),s=((o=t(this,$).get(".ng-container-body"))==null?void 0:o.length)||1;[".ng-container-body",".ng-container-left",".ng-container-right"].forEach(r=>{const l=t(this,v).querySelector(r);if(!l)return;const c=l.querySelector("tbody");if(!c)return;Array.from(c.querySelectorAll("tr:not(.nodata)")).forEach((u,f)=>{var T,q,Z,Qt;const g=i+Math.floor(f/s),x=(typeof t(this,v).getData=="function"?t(this,v).getData(g):null)??(typeof((T=t(this,v).data)==null?void 0:T.get)=="function"?t(this,v).data.get(g):null)??((Z=(q=t(this,v).dataManager)==null?void 0:q.rawRecords)==null?void 0:Z[g])??((Qt=t(this,v).data)==null?void 0:Qt[g])??{_index:g};u.style.display="",t(this,St).call(this,u,x,g)})})},"#handleScroll"));h(this,St,a((n,e,i)=>{n.dataset.row=i,Array.from(n.cells).forEach((s,o)=>{const r=s.dataset.bind;r&&e&&e[r]!==void 0?s.textContent=e[r]:s.textContent=e?e[Object.keys(e)[o]]??`R${i}C${o}`:`행 ${i+1}`,s.dataset.row=i})},"#bindRowData"));E(this,"destroy",a(()=>{t(this,z)&&(t(this,z).disconnect(),b(this,z,null))},"destroy"));b(this,v,n),t(this,wt).call(this)}getRowHeight(){return t(this,k)}templateLength(n=".ng-container-body"){var e;return((e=t(this,$).get(n))==null?void 0:e.length)||1}};v=new WeakMap,$=new WeakMap,k=new WeakMap,z=new WeakMap,U=new WeakMap,j=new WeakMap,mt=new WeakMap,xt=new WeakMap,rt=new WeakMap,lt=new WeakMap,vt=new WeakMap,wt=new WeakMap,at=new WeakMap,J=new WeakMap,St=new WeakMap,a(jt,"RowManager");let Ot=jt;const ct=class ct extends HTMLElement{constructor(){super();h(this,Q,null);h(this,tt);h(this,Et,a(()=>{[{selector:".ng-container-body",type:null},{selector:".ng-container-left",type:"left"},{selector:".ng-container-right",type:"right"}].forEach(({selector:i,type:s})=>{const o=this.querySelector(i);if(!o)return;const r=t(this,Tt).call(this,t(this,Q),s);o.innerHTML="",o.appendChild(r)})},"#renderSplitContainers"));h(this,Rt,a(()=>{["left","right"].forEach(e=>{const i=this.querySelector(`.ng-container-${e}`),s=i==null?void 0:i.querySelector("table");if(!i||!s)return;let o=0;s.querySelectorAll("col").forEach(r=>{const l=parseInt(r.getAttribute("width"),10);isNaN(o)||(o+=l)}),i.style.flex=`0 0 ${o}px`,i.style.width=`${o}px`})},"#updateContainerWidths"));E(this,"generate",a(e=>{e&&(b(this,Q,Wt.compile(e)),t(this,Q).style.display="table",t(this,Et).call(this),t(this,Rt).call(this),t(this,tt).initialize(),setTimeout(()=>{var i;(i=this.querySelector("nine-table-hscrollbar"))==null||i.refresh()},0))},"generate"));h(this,Tt,a((e,i)=>{const s=e.cloneNode(!0);return i==="left"?s.querySelectorAll("col, th, td, tfoot td, tfoot th").forEach(o=>{o.getAttribute("fixed")!=="left"&&o.remove()}):i==="right"?s.querySelectorAll("col, th, td, tfoot td, tfoot th").forEach(o=>{o.getAttribute("fixed")!=="right"&&o.remove()}):s.querySelectorAll("[fixed=left], [fixed=right]").forEach(o=>{o.remove()}),s},"#createSplitTable"));E(this,"getRowHeight",a(()=>t(this,tt).getRowHeight(),"getRowHeight"));E(this,"scrollToX",a(e=>{const i=this.querySelector(".ng-container-body");i&&(i.scrollLeft=e)},"scrollToX"));E(this,"scrollToY",a(e=>{const i=this.querySelector(".ng-container-body");i&&(i.scrollTop=e)},"scrollToY"));h(this,kt,a(()=>{t(this,At).call(this)},"#init"));h(this,At,a(()=>{const e=ct.SCROLLBAR_SIZE;this.innerHTML=`
|
|
126
126
|
<style>
|
|
127
127
|
nine-table-sheet {
|
|
128
128
|
display: none;
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
<nine-table-hscrollbar></nine-table-hscrollbar>
|
|
256
256
|
<div class='ng-scroll-edge'></div>
|
|
257
257
|
</div>
|
|
258
|
-
`},"#render"));b(this,tt,new Ot(this))}connectedCallback(){t(this,kt).call(this)}disconnectedCallback(){this.innerHTML="",w.log("NineTableSheet destroyed.")}};Q=new WeakMap,tt=new WeakMap,Et=new WeakMap,Rt=new WeakMap,Tt=new WeakMap,kt=new WeakMap,At=new WeakMap,a(ct,"NineTableSheet"),E(ct,"SCROLLBAR_SIZE",16);let ut=ct;customElements.get("nine-table-sheet")||customElements.define("nine-table-sheet",ut);const Kt=class Kt extends HTMLElement{constructor(){super();h(this,qt,a(()=>{var e;(e=this.querySelector(".nine-tab-bar"))==null||e.addEventListener("click",i=>{var r;const
|
|
258
|
+
`},"#render"));b(this,tt,new Ot(this))}connectedCallback(){t(this,kt).call(this)}disconnectedCallback(){this.innerHTML="",w.log("NineTableSheet destroyed.")}};Q=new WeakMap,tt=new WeakMap,Et=new WeakMap,Rt=new WeakMap,Tt=new WeakMap,kt=new WeakMap,At=new WeakMap,a(ct,"NineTableSheet"),E(ct,"SCROLLBAR_SIZE",16);let ut=ct;customElements.get("nine-table-sheet")||customElements.define("nine-table-sheet",ut);const Kt=class Kt extends HTMLElement{constructor(){super();h(this,qt,a(()=>{var e;(e=this.querySelector(".nine-tab-bar"))==null||e.addEventListener("click",i=>{var r;const s=i.ctrlKey||i.metaKey||i.shiftKey,o=parseInt((r=i.target.closest(".nine-tab-item"))==null?void 0:r.dataset.index,10);t(this,ht).call(this,o,s)}),t(this,ht).call(this,0,!1)},"#init"));h(this,ht,a((e,i=!1)=>{const s=a(()=>{const u=Array.from(this.querySelectorAll("nine-table-sheet"));Array.from(this.querySelectorAll("nine-splitter")).forEach(x=>x.style.setProperty("display","none"));const g=u.filter(x=>x.classList.contains("active"));g.length<2||g.forEach(x=>{const T=parseInt(x.getAttribute("data-index"),10),q=this.querySelector(`nine-splitter[data-split-index="${T}"]`),Z=u[T+1];q&&Z&&Z.classList.contains("active")&&q.style.setProperty("display","flex")})},"updateSplitters"),o=this.querySelector(".nine-tab-bar"),r=this.querySelector("nine-table-sheets-body"),l=o.querySelectorAll(".nine-tab-item"),c=r.querySelectorAll("nine-table-sheet");if(!l[e])return;if(!i)l.forEach((u,f)=>{u.classList.toggle("active",f===e)}),c.forEach((u,f)=>{const g=f===e;u.classList.toggle("active",g),u.style.flex=g?"1 1 100%":""});else{const u=l[e],f=o.querySelectorAll(".nine-tab-item.active");if(u.classList.contains("active")&&f.length<=1)return;u.classList.toggle("active");const g=r.querySelector(`nine-table-sheet[data-index="${e}"]`);g&&(g.classList.toggle("active"),g.classList.contains("active")||(g.style.flex=""))}const d=r.querySelectorAll("nine-table-sheet.active");d==null||d.forEach(u=>{u.style.flex=d.length>1?"1 1 0%":"1 1 100%"}),s()},"#switchSheet"))}connectedCallback(){t(this,qt).call(this)}};qt=new WeakMap,ht=new WeakMap,a(Kt,"NineTableSheets");let zt=Kt;customElements.get("nine-table-sheets")||customElements.define("nine-table-sheets",zt);const Ft=class Ft{constructor(n){h(this,A);h(this,Lt,a(()=>{t(this,Ht).call(this),new ResizeObserver(n=>{for(let e of n)t(this,A).getAttribute("auto-height")==="true"&&t(this,dt).call(this)}).observe(t(this,A))},"#init"));h(this,dt,a(()=>{var c,d;const n=Array.from(t(this,A).shadowRoot.querySelectorAll("nine-table-sheet.active"));if(n.length===0)return;const e=parseInt(t(this,A).getAttribute("max-display-row"),10)||10,i=Math.max(...n.map(u=>u.getRowHeight())),s=(c=t(this,A).shadowRoot.querySelector("nine-table-header"))==null?void 0:c.getBoundingClientRect().height,o=(d=t(this,A).shadowRoot.querySelector("nine-table-sheets-footer"))==null?void 0:d.getBoundingClientRect().height,r=ut.SCROLLBAR_SIZE,l=e*i+s+o+r;t(this,A).style.height=`${l}px`},"#applyAutoHeight"));h(this,Ht,a(()=>{const e=Array.from(t(this,A).children).filter(c=>c.tagName==="TABLE"),i=t(this,A).getAttribute("auto-height")==="true",s=e.length,o=e.map((c,d)=>{const f=`<nine-table-sheet class="${d===0?"active":""}" data-index="${d}"></nine-table-sheet>`,g=d<s-1?`<nine-splitter class="h" data-split-index="${d}"></nine-splitter>`:"";return f+g}).join(""),r=e.map((c,d)=>`<div class="nine-tab-item ${d===0?"active":""}" data-index="${d}">Sheet ${d+1}</div>`).join("");t(this,A).shadowRoot.innerHTML=`
|
|
259
259
|
<style>
|
|
260
260
|
:host {
|
|
261
261
|
display: flex;
|
|
@@ -353,5 +353,5 @@
|
|
|
353
353
|
<nine-table-analysis></nine-table-analysis>
|
|
354
354
|
</nine-table-body>
|
|
355
355
|
<nine-table-footer></nine-table-footer>
|
|
356
|
-
`;const l=t(this,A).shadowRoot.querySelectorAll("nine-table-sheet");l==null||l.forEach((c,d)=>{e[d]&&setTimeout(()=>{c.generate(e[d]),i&&t(this,dt).call(this)})})},"#render"));b(this,A,
|
|
356
|
+
`;const l=t(this,A).shadowRoot.querySelectorAll("nine-table-sheet");l==null||l.forEach((c,d)=>{e[d]&&setTimeout(()=>{c.generate(e[d]),i&&t(this,dt).call(this)})})},"#render"));b(this,A,n),t(this,Lt).call(this)}};A=new WeakMap,Lt=new WeakMap,dt=new WeakMap,Ht=new WeakMap,a(Ft,"LayoutManager");let Dt=Ft;const Zt=class Zt{constructor(n){h(this,D);h(this,K,-1);E(this,"count",a(()=>t(this,D).rawRecords.length,"count"));b(this,D,n)}get at(){return t(this,K)}set at(n){var i,s;b(this,K,parseInt(n,10));const e=((s=(i=t(this,D).owner).querySelector)==null?void 0:s.call(i,".ng-container-body"))||t(this,D).owner.body;e&&!e.querySelector(`tbody.bindable tr[data-row="${t(this,K)}"]`)&&setTimeout(()=>{var o,r;(r=(o=t(this,D).owner).scrollTo_V1)==null||r.call(o,t(this,K))})}};D=new WeakMap,K=new WeakMap,a(Zt,"ngRow");let Pt=Zt;const C=class C{constructor(n,e){h(this,L);h(this,S);h(this,H,[]);h(this,et,[]);h(this,Ct,0);h(this,P,[]);h(this,Mt,a(()=>{b(this,P,[]);const n=t(this,L).template||[];Array.from(n).forEach(e=>{var i;t(this,P).push(((i=e.getBoundingClientRect)==null?void 0:i.call(e).height)||24)}),(t(this,S).rawRecords||[]).forEach(e=>{e.__ng||(e.__ng=t(this,ft).call(this)),e.__ng.height=t(this,P).slice()})},"#initialize"));E(this,"set",a(n=>{this.clear(),this.add(n,!1)},"set"));h(this,ft,a(()=>({rowState:C.ROW_STATE.EMPTY,deleted:!1,filtered:!1,height:t(this,P).slice(),o:{},c:{},_:[0,0,0,0,C.ROW_STATE.EMPTY,!1,!1,!0,!1,!0,!0,!1,t(this,P).slice(),-1,{},{}]}),"#getDefaultMeta"));E(this,"reset",a(()=>{b(this,H,[]),b(this,et,[])},"reset"));E(this,"clear",a(()=>{var n;t(this,S).rawRecords=[],b(this,H,[]),b(this,et,[]),(n=t(this,S).viewRecords)!=null&&n.reset&&t(this,S).viewRecords.reset()},"clear"));h(this,_t,a(n=>{var s;Array.isArray(n)||(n=[n]);const e=typeof((s=t(this,L).fields)==null?void 0:s.get)=="function"?t(this,L).fields.get():Object.keys(n[0]||{}),i=[];return n.forEach(o=>{const r={v:[]};e.forEach(l=>{r.v.push(o[l]!==void 0&&o[l]!==null?o[l]:"")}),i.push(r)}),i},"#json2Array"));h(this,$t,a(n=>(Array.isArray(n)||(n=[n]),n.forEach(e=>{e.__ng=t(this,ft).call(this),e.__ng.rowid=this.nextId,e.__ng.rowState=C.ROW_STATE.INSERT,e.__ng._[0]=e.__ng.rowid}),n),"#defaultInsert"));E(this,"add",a((n,e=!0)=>{var o;n===void 0&&(n={});const i=t(this,_t).call(this,n);t(this,S).rawRecords=t(this,S).rawRecords.concat(t(this,$t).call(this,i)),this.resetRecords();const s=this.count()-1;return e||i.forEach((r,l)=>{const c=t(this,S).rawRecords[s-l];c&&(c.__ng.rowState=C.ROW_STATE.EMPTY)}),(o=t(this,S).viewRecords)!=null&&o.reset&&t(this,S).viewRecords.reset(),s},"add"));E(this,"delete",a(n=>{var i;let e=[];Array.isArray(n)?e=n:typeof n>"u"?e=[t(this,S).owner.row.at]:e=[parseInt(n,10)],e.sort((s,o)=>o-s).forEach(s=>{if(t(this,H)[s]){const o=t(this,H)[s].__ng.rowid;t(this,H)[s].__ng.rowState===C.ROW_STATE.INSERT?t(this,S).rawRecords=t(this,S).rawRecords.filter(r=>r.__ng.rowid!==o):t(this,S).rawRecords.forEach(r=>{r.__ng.rowid===o&&(r.__ng.deleted=!0,r.__ng.rowState=C.ROW_STATE.DELETE)})}}),this.resetRecords(),(i=t(this,S).viewRecords)!=null&&i.reset&&t(this,S).viewRecords.reset()},"delete"));E(this,"setValue",a((n,e,i)=>{var c;n=parseInt(n,10);const o=(typeof((c=t(this,L).fields)==null?void 0:c.get)=="function"?t(this,L).fields.get():[]).indexOf(e);if(o<0)return;const r=this.getValidData()[n];if(!r)return;const l=r.v[o];l!==i&&r.__ng.rowState!==C.ROW_STATE.INSERT&&(r.__ng.o.hasOwnProperty(e)||(r.__ng.o[e]=l),r.__ng.rowState=C.ROW_STATE.UPDATE),r.v[o]=i,t(this,S).owner.refreshData&&t(this,S).owner.refreshData(n)},"setValue"));E(this,"resetRecords",a(()=>{b(this,et,t(this,S).rawRecords.filter(n=>!n.__ng.deleted)),b(this,H,t(this,S).rawRecords.filter(n=>!n.__ng.deleted&&!n.__ng.filtered)),t(this,S).rawRecords.forEach((n,e)=>{n.__ng.rowidx=e}),t(this,H).forEach((n,e)=>{n.__ng.i=e})},"resetRecords"));E(this,"getValidData",a(()=>(t(this,H).length===0&&t(this,S).rawRecords.length>0&&this.resetRecords(),t(this,H)),"getValidData"));h(this,it,a(n=>{var i;if(!n)return n;const e=typeof((i=t(this,L).fields)==null?void 0:i.get)=="function"?t(this,L).fields.get():[];return Array.isArray(n)?n.filter(s=>!s.__ng.deleted).map(s=>{const o={};return e.forEach((r,l)=>{o[r]=s.v?s.v[l]:s[r]}),o.__ng=s.__ng,o}):n},"#conv2"));E(this,"count",a(()=>this.getValidData().length,"count"));E(this,"get",a((n,e)=>{var o;const i=this.getValidData();if(!i||i.length<=0)return;if(n==null)return t(this,it).call(this,i);if(n<0||n>=i.length)return null;const s=typeof((o=t(this,L).fields)==null?void 0:o.get)=="function"?t(this,L).fields.get():[];if(e!=null){const r=s.indexOf(e);return r>=0?i[n].v[r]:null}return t(this,it).call(this,i[n])},"get"));b(this,L,n),b(this,S,e),t(this,Mt).call(this)}get source(){return t(this,it).call(this,t(this,S).rawRecords)}set source(n){this.clear(),this.add(n,!1)}get nextId(){return++ne(this,Ct)._}get length(){return t(this,H).length}getRowCount(){return this.length}};L=new WeakMap,S=new WeakMap,H=new WeakMap,et=new WeakMap,Ct=new WeakMap,P=new WeakMap,Mt=new WeakMap,ft=new WeakMap,_t=new WeakMap,$t=new WeakMap,it=new WeakMap,a(C,"ngData"),E(C,"ROW_STATE",{EMPTY:"EMPTY",NORMAL:"NORMAL",INSERT:"INSERT",UPDATE:"UPDATE",DELETE:"DELETE"});let Bt=C;const Gt=class Gt{constructor(n){this.owner=n,this.row=new Pt(this),this.data=new Bt(n,this),this.rawRecords=[],this.viewRecords=[],this.delRecords=[],this.pageCnt=25,this.viewRecords.reset=()=>{var e;(e=this.owner.view)!=null&&e.redraw&&this.owner.view.redraw()},this.setDataSource=e=>{this.data&&this.data.reset(),this.rawRecords=[],this.viewRecords=[],this.delRecords=[],this.data.set(e||[])},this.getRowState=e=>{var s,o;const i=parseInt(e,10);if(!(i>=this.data.count()))return(o=(s=this.data.getValidData()[i])==null?void 0:s.__ng)==null?void 0:o.rowState},this.getRowPosition=()=>this.row.at,this.setRowPosition=e=>{this.row.at=e},this.scrollTo_V1=e=>(e<0&&(e=0),e>=this.rawRecords.length&&(e=this.rawRecords.length-1),this.viewRecords.rawIndex=e,this.viewRecords.reset&&this.viewRecords.reset(),!(e<=0||e>=this.rawRecords.length-1)),this.getColumn=(e,i)=>this.data.get(e,i),this.setColumn=(e,i,s)=>{e=parseInt(e,10),this.data.setValue(e,i,s)},this.setDataSource([])}};a(Gt,"ngDataManager");let Nt=Gt;const Jt=class Jt extends HTMLElement{constructor(){super();h(this,F);h(this,It);this.attachShadow({mode:"open"}),b(this,F,new Nt(this))}connectedCallback(){b(this,It,new Dt(this)),w.log("NineTable connected."),this.dispatchEvent(new CustomEvent("load",{bubbles:!0,detail:{target:this}}))}disconnectedCallback(){w.log("NineTable disconnected.")}get data(){return t(this,F).data}get row(){return t(this,F).row}get dataManager(){return t(this,F)}};F=new WeakMap,It=new WeakMap,a(Jt,"NineTable");let Vt=Jt;customElements.get("nine-table")||customElements.define("nine-table",Vt)});
|
|
357
357
|
//# sourceMappingURL=nine-table.umd.js.map
|