e-virt-table 0.0.5 → 0.0.7

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/index.umd.js CHANGED
@@ -10,6 +10,6 @@
10
10
  (?:`+i+":){1}(?:(?::"+i+"){0,4}:"+e+"|(?::"+i+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
11
11
  (?::(?:(?::`+i+"){0,5}:"+e+"|(?::"+i+`){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
12
12
  )(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
13
- `).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),r=new RegExp("(?:^"+e+"$)|(?:^"+s+"$)"),o=new RegExp("^"+e+"$"),n=new RegExp("^"+s+"$"),h=function(b){return b&&b.exact?r:new RegExp("(?:"+t(b)+e+t(b)+")|(?:"+t(b)+s+t(b)+")","g")};h.v4=function(m){return m&&m.exact?o:new RegExp(""+t(m)+e+t(m),"g")},h.v6=function(m){return m&&m.exact?n:new RegExp(""+t(m)+s+t(m),"g")};var l="(?:(?:[a-z]+:)?//)",d="(?:\\S+(?::\\S*)?@)?",f=h.v4().source,x=h.v6().source,u="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",y="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",g="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",w="(?::\\d{2,5})?",p='(?:[/?#][^\\s"]*)?',E="(?:"+l+"|www\\.)"+d+"(?:localhost|"+f+"|"+x+"|"+u+y+g+")"+w+p;return xt=new RegExp("(?:^"+E+"$)","i"),xt},Pt={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},rt={integer:function(t){return rt.number(t)&&parseInt(t,10)===t},float:function(t){return rt.number(t)&&!rt.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!rt.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&t.length<=320&&!!t.match(Pt.email)},url:function(t){return typeof t=="string"&&t.length<=2048&&!!t.match(_e())},hex:function(t){return typeof t=="string"&&!!t.match(Pt.hex)}},Te=function(t,e,i,s,r){if(t.required&&e===void 0){Wt(t,e,i,s,r);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],n=t.type;o.indexOf(n)>-1?rt[n](e)||s.push(M(r.messages.types[n],t.fullField,t.type)):n&&typeof e!==t.type&&s.push(M(r.messages.types[n],t.fullField,t.type))},Se=function(t,e,i,s,r){var o=typeof t.len=="number",n=typeof t.min=="number",h=typeof t.max=="number",l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,d=e,f=null,x=typeof e=="number",u=typeof e=="string",y=Array.isArray(e);if(x?f="number":u?f="string":y&&(f="array"),!f)return!1;y&&(d=e.length),u&&(d=e.replace(l,"_").length),o?d!==t.len&&s.push(M(r.messages[f].len,t.fullField,t.len)):n&&!h&&d<t.min?s.push(M(r.messages[f].min,t.fullField,t.min)):h&&!n&&d>t.max?s.push(M(r.messages[f].max,t.fullField,t.max)):n&&h&&(d<t.min||d>t.max)&&s.push(M(r.messages[f].range,t.fullField,t.min,t.max))},U="enum",Le=function(t,e,i,s,r){t[U]=Array.isArray(t[U])?t[U]:[],t[U].indexOf(e)===-1&&s.push(M(r.messages[U],t.fullField,t[U].join(", ")))},Ae=function(t,e,i,s,r){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||s.push(M(r.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var o=new RegExp(t.pattern);o.test(e)||s.push(M(r.messages.pattern.mismatch,t.fullField,e,t.pattern))}}},C={required:Wt,whitespace:Oe,type:Te,range:Se,enum:Le,pattern:Ae},He=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e,"string")&&!t.required)return i();C.required(t,e,s,o,r,"string"),I(e,"string")||(C.type(t,e,s,o,r),C.range(t,e,s,o,r),C.pattern(t,e,s,o,r),t.whitespace===!0&&C.whitespace(t,e,s,o,r))}i(o)},Me=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C.type(t,e,s,o,r)}i(o)},De=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(e===""&&(e=void 0),I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},ke=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C.type(t,e,s,o,r)}i(o)},Fe=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),I(e)||C.type(t,e,s,o,r)}i(o)},Xe=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},Ne=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},Ke=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(e==null&&!t.required)return i();C.required(t,e,s,o,r,"array"),e!=null&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},Ye=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C.type(t,e,s,o,r)}i(o)},Be="enum",We=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C[Be](t,e,s,o,r)}i(o)},Pe=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e,"string")&&!t.required)return i();C.required(t,e,s,o,r),I(e,"string")||C.pattern(t,e,s,o,r)}i(o)},Ve=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e,"date")&&!t.required)return i();if(C.required(t,e,s,o,r),!I(e,"date")){var h;e instanceof Date?h=e:h=new Date(e),C.type(t,h,s,o,r),h&&C.range(t,h.getTime(),s,o,r)}}i(o)},ze=function(t,e,i,s,r){var o=[],n=Array.isArray(e)?"array":typeof e;C.required(t,e,s,o,r,n),i(o)},Ct=function(t,e,i,s,r){var o=t.type,n=[],h=t.required||!t.required&&s.hasOwnProperty(t.field);if(h){if(I(e,o)&&!t.required)return i();C.required(t,e,s,n,r,o),I(e,o)||C.type(t,e,s,n,r)}i(n)},$e=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r)}i(o)},ot={string:He,method:Me,number:De,boolean:ke,regexp:Fe,integer:Xe,float:Ne,array:Ke,object:Ye,enum:We,pattern:Pe,date:Ve,url:Ct,hex:Ct,email:Ct,required:ze,any:$e};function vt(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Rt=vt(),nt=function(){function a(e){this.rules=null,this._messages=Rt,this.define(e)}var t=a.prototype;return t.define=function(i){var s=this;if(!i)throw new Error("Cannot configure a schema with no rules");if(typeof i!="object"||Array.isArray(i))throw new Error("Rules must be an object");this.rules={},Object.keys(i).forEach(function(r){var o=i[r];s.rules[r]=Array.isArray(o)?o:[o]})},t.messages=function(i){return i&&(this._messages=Bt(vt(),i)),this._messages},t.validate=function(i,s,r){var o=this;s===void 0&&(s={}),r===void 0&&(r=function(){});var n=i,h=s,l=r;if(typeof h=="function"&&(l=h,h={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(null,n),Promise.resolve(n);function d(g){var w=[],p={};function E(b){if(Array.isArray(b)){var v;w=(v=w).concat.apply(v,b)}else w.push(b)}for(var m=0;m<g.length;m++)E(g[m]);w.length?(p=bt(w),l(w,p)):l(null,n)}if(h.messages){var f=this.messages();f===Rt&&(f=vt()),Bt(f,h.messages),h.messages=f}else h.messages=this.messages();var x={},u=h.keys||Object.keys(this.rules);u.forEach(function(g){var w=o.rules[g],p=n[g];w.forEach(function(E){var m=E;typeof m.transform=="function"&&(n===i&&(n=O({},n)),p=n[g]=m.transform(p)),typeof m=="function"?m={validator:m}:m=O({},m),m.validator=o.getValidationMethod(m),m.validator&&(m.field=g,m.fullField=m.fullField||g,m.type=o.getType(m),x[g]=x[g]||[],x[g].push({rule:m,value:p,source:n,field:g}))})});var y={};return ve(x,h,function(g,w){var p=g.rule,E=(p.type==="object"||p.type==="array")&&(typeof p.fields=="object"||typeof p.defaultField=="object");E=E&&(p.required||!p.required&&g.value),p.field=g.field;function m(R,L){return O({},L,{fullField:p.fullField+"."+R,fullFields:p.fullFields?[].concat(p.fullFields,[R]):[R]})}function b(R){R===void 0&&(R=[]);var L=Array.isArray(R)?R:[R];!h.suppressWarning&&L.length&&a.warning("async-validator:",L),L.length&&p.message!==void 0&&(L=[].concat(p.message));var A=L.map(Yt(p,n));if(h.first&&A.length)return y[p.field]=1,w(A);if(!E)w(A);else{if(p.required&&!g.value)return p.message!==void 0?A=[].concat(p.message).map(Yt(p,n)):h.error&&(A=[h.error(p,M(h.messages.required,p.field))]),w(A);var k={};p.defaultField&&Object.keys(g.value).map(function(_){k[_]=p.defaultField}),k=O({},k,g.rule.fields);var N={};Object.keys(k).forEach(function(_){var S=k[_],T=Array.isArray(S)?S:[S];N[_]=T.map(m.bind(null,_))});var $=new a(N);$.messages(h.messages),g.rule.options&&(g.rule.options.messages=h.messages,g.rule.options.error=h.error),$.validate(g.value,g.rule.options||h,function(_){var S=[];A&&A.length&&S.push.apply(S,A),_&&_.length&&S.push.apply(S,_),w(S.length?S:null)})}}var v;if(p.asyncValidator)v=p.asyncValidator(p,g.value,b,g.source,h);else if(p.validator){try{v=p.validator(p,g.value,b,g.source,h)}catch(R){console.error==null||console.error(R),h.suppressValidatorError||setTimeout(function(){throw R},0),b(R.message)}v===!0?b():v===!1?b(typeof p.message=="function"?p.message(p.fullField||p.field):p.message||(p.fullField||p.field)+" fails"):v instanceof Array?b(v):v instanceof Error&&b(v.message)}v&&v.then&&v.then(function(){return b()},function(R){return b(R)})},function(g){d(g)},n)},t.getType=function(i){if(i.type===void 0&&i.pattern instanceof RegExp&&(i.type="pattern"),typeof i.validator!="function"&&i.type&&!ot.hasOwnProperty(i.type))throw new Error(M("Unknown rule type %s",i.type));return i.type||"string"},t.getValidationMethod=function(i){if(typeof i.validator=="function")return i.validator;var s=Object.keys(i),r=s.indexOf("message");return r!==-1&&s.splice(r,1),s.length===1&&s[0]==="required"?ot.required:ot[this.getType(i)]||void 0},a}();nt.register=function(t,e){if(typeof e!="function")throw new Error("Cannot register a validator by type, validator is not a function");ot[t]=e},nt.warning=Xt,nt.messages=Rt,nt.validators=ot;function It(){return"xxxxxxxxxxxxxxxxxx".replace(/[x]/g,function(a){const t=Math.random()*16|0;return(a==="x"?t:t&3|8).toString(16)})}function Vt(a,t){let e=0,i;return function(...s){const r=new Date().getTime(),o=r-e;!e||o>=t?(a.apply(this,s),e=r):i||(i=setTimeout(()=>{a.apply(this,s),e=new Date().getTime(),i=void 0},t-o))}}function zt(a){return a?a.map(t=>zt(t.children)+1).sort((t,e)=>e-t)[0]:0}function qe(a=[]){let t=[],e=[],i=[];return a.forEach(s=>{s.fixed==="left"?t.push(s):s.fixed==="right"?i.push(s):e.push(s)}),[...t.sort((s,r)=>s.sort-r.sort),...e.sort((s,r)=>s.sort-r.sort),...i.sort((s,r)=>s.sort-r.sort)]}function $t(a=[],t=1,e=0){return a.map(i=>{if(i.children){let s=0,r=i.fixed;i.children.forEach(n=>{n.fixed=r});const o=$t(i.children,t-1,e+1);return o&&o.forEach(n=>{s+=n.colspan}),{...i,width:i.width,level:e,rowspan:1,colspan:s,children:o}}return{...i,level:e,rowspan:t,colspan:1}})}function Ot(a=[]){let t=[];return a.forEach(e=>{e.children?t=t.concat(Ot(e.children)):t.push(e)}),t}class Ge{constructor(t,e){c(this,"loading",!1);c(this,"ctx");c(this,"data");c(this,"columns");c(this,"footerData",[]);c(this,"rowKeyMap",new Map);c(this,"colIndexKeyMap",new Map);c(this,"headerMap",new Map);c(this,"rowIndexRowKeyMap",new Map);c(this,"checkboxKeyMap",new Map);c(this,"originalDataMap",new Map);c(this,"changedDataMap",new Map);c(this,"validationErrorMap",new Map);c(this,"itemRowKeyMap",new WeakMap);c(this,"bufferData",[]);c(this,"sumHeight",0);c(this,"filterMethod");c(this,"positions",[]);this.ctx=t;const{data:i=[],columns:s=[],footerData:r=[]}=e;this.data=i,this.footerData=r,this.columns=s,this.setLoading(!0),this.init()}init(){this.clearBufferData(),this.rowKeyMap.clear(),this.checkboxKeyMap.clear(),this.colIndexKeyMap.clear(),this.rowIndexRowKeyMap.clear(),this.originalDataMap.clear(),this.changedDataMap.clear(),this.validationErrorMap.clear(),this.itemRowKeyMap=new WeakMap,this.initData(this.data)}clearBufferData(){this.bufferData=[]}initData(t,e=0){t.forEach((i,s)=>{let r=!1;Array.isArray(i.children)&&(r=!0,this.initData(i.children,e+1));const{ROW_KEY:o="",DEFAULT_EXPAND_ALL:n,CELL_HEIGHT:h,SELECTABLE_METHOD:l,CHECKBOX_KEY:d}=this.ctx.config,f=i[o],x=f??It();this.itemRowKeyMap.set(i,x);const u=i._height||h,y=i._readonly;let g=!0;if(typeof l=="function"&&(g=l),d){const w=i[d];if(this.checkboxKeyMap.has(w)){const p=this.checkboxKeyMap.get(w);p.push(x),this.checkboxKeyMap.set(w,p)}else this.checkboxKeyMap.set(w,[x])}this.rowKeyMap.set(x,{readonly:y,index:s,rowIndex:s,level:e,height:u,check:!1,selectable:g,expand:n,expandLazy:!1,hasChildren:r,expandLoading:!1,item:i})})}setRowHeight(t,e){const i=this.rowIndexRowKeyMap.get(t),s=this.rowKeyMap.get(i);s.height=e,s.item._height=e,this.clearBufferData()}getAllRowsData(){let t=[];const e=i=>{i.forEach(s=>{t.push(s),Array.isArray(s.children)&&e(s.children)})};return e(this.data),t}filterColumns(t){return t.reduce((e,i)=>{if(!(typeof i.hide=="function"?i.hide():i.hide)){const r={...i};r.children&&Array.isArray(r.children)&&(r.children=this.filterColumns(r.children)),e.push(r)}return e},[])}getColumns(){return this.filterColumns(this.columns)}setColumns(t){this.columns=t,this.clearBufferData()}setData(t){this.data=t,this.columns.length&&this.init()}getData(){if(this.bufferData.length>0)return{data:this.bufferData,sumHeight:this.sumHeight,positions:this.positions};let t=[],e=0;this.sumHeight=0,this.positions=[];const i=r=>{r.forEach(o=>{t.push(o);const n=this.itemRowKeyMap.get(o),{expand:h,hasChildren:l,height:d}=this.rowKeyMap.get(n),f=this.sumHeight;this.sumHeight+=d,this.rowIndexRowKeyMap.set(e,n),this.positions.push({top:f,height:d,bottom:this.sumHeight}),e+=1,h&&l&&i(o.children)})};this.rowIndexRowKeyMap.clear();let s=this.data;return typeof this.filterMethod=="function"&&(s=this.filterMethod(s)),i(s),this.bufferData=t,{data:t,sumHeight:this.sumHeight,positions:this.positions}}setFooterData(t){this.footerData=t}getFooterData(){return this.footerData}setFilterMethod(t){this.filterMethod=t}clearFilterMethod(){this.filterMethod=void 0}expandItem(t,e=!1){const i=this.rowKeyMap.get(t);i.expand=e,this.clearBufferData(),this.ctx.emit("draw")}expandAll(t){this.rowKeyMap.forEach(e=>{e.expand=t}),this.clearBufferData(),this.ctx.emit("draw")}expandLoading(t,e=!1){const i=this.rowKeyMap.get(t);i.expandLoading=e,this.clearBufferData(),this.ctx.emit("draw")}setExpandChildren(t,e){const i=this.rowKeyMap.get(t);i.expand=!0,i.expandLazy=!0,i.item.children=e,this.initData(i.item.children,i.level+1),this.clearBufferData()}getIsExpandLoading(t){return this.rowKeyMap.get(t).expandLoading}getIsExpandLazy(t){return this.rowKeyMap.get(t).expandLazy}getIsExpand(t){return this.rowKeyMap.get(t).expand}getRowForRowKey(t){return this.rowKeyMap.get(t)}getRowKeyForRowIndex(t){return this.rowIndexRowKeyMap.get(t)}getRowKeyByItem(t){return this.itemRowKeyMap.get(t)}getRowIndexForRowKey(t){return this.rowKeyMap.get(t).index}getItemValueForRowIndexAndColIndex(t,e){if(!(this.rowIndexRowKeyMap.has(t)&&this.colIndexKeyMap.get(e)))return null;const s=this.rowIndexRowKeyMap.get(t),r=this.colIndexKeyMap.get(e);return{rowKey:s,key:r,value:this.getItemValue(s,r)}}getItemValue(t,e){const i=this.rowKeyMap.get(t);return i&&i.item?i.item[e]===void 0?null:i.item[e]:null}batchSetItemValue(t,e=!1){let i=[];const s=new Set;t.forEach(n=>{const{value:h,rowKey:l,key:d}=n,{oldValue:f,newValue:x}=this.setItemValue(l,d,h);s.add(l),i.push({rowKey:l,key:d,oldValue:f,newValue:x})});let r=[];const o=i.map(n=>{const h=this.ctx.database.getRowDataItemForRowKey(n.rowKey);return{rowKey:n.rowKey,key:n.key,value:n.newValue,row:h}});return s.forEach(n=>{r.push(this.ctx.database.getRowDataItemForRowKey(n))}),this.ctx.emit("change",o,r),e&&this.ctx.history.pushState({changeList:i,scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,type:"multiple"}),i}setItemValue(t,e,i,s=!1,r=!1,o=!1){if(!this.rowKeyMap.has(t))return{};const{item:n}=this.rowKeyMap.get(t);let h=n[e];if(this.ctx.database.getReadonly(t,e))return{oldValue:h,newValue:h};n[e]!==null&&typeof n[e]=="object"&&(h=JSON.parse(JSON.stringify(n[e])));const l=`${t}_${e}`;if(this.originalDataMap.has(l)||this.originalDataMap.set(l,h),this.changedDataMap.set(l,i),n[e]=i,o){const d=this.ctx.database.getRowDataItemForRowKey(t),f={rowKey:t,key:e,value:i,row:d};this.ctx.emit("change",[f],[d]),this.ctx.emit("editChange",{rowKey:t,key:e,oldValue:h,value:i,originalValue:this.originalDataMap.get(l),row:d})}return this.ctx.hasEvent("iterationChange")&&this.ctx.emit("iterationChange",{rowKey:t,key:e,oldValue:h,value:i,originalValue:this.originalDataMap.get(l),row:this.ctx.database.getRowDataItemForRowKey(t)}),s&&this.ctx.history.pushState({type:"single",scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,changeList:[{rowKey:t,key:e,oldValue:h,newValue:i}]}),r&&this.ctx.emit("draw"),{oldValue:h,newValue:i}}getRowDataItemForRowKey(t){if(!this.rowKeyMap.has(t))return{};const{item:e}=this.rowKeyMap.get(t);return e}setRowSelectionByCheckboxKey(t,e){const{CHECKBOX_KEY:i}=this.ctx.config;if(i){if(!this.rowKeyMap.has(t))return!1;const{item:s}=this.rowKeyMap.get(t),r=s[i];this.checkboxKeyMap.has(r)&&this.checkboxKeyMap.get(r).forEach(n=>{const h=this.rowKeyMap.get(n);h.check=e})}}toggleRowSelection(t){const e=this.rowKeyMap.get(t);e.check=!e.check,this.setRowSelectionByCheckboxKey(t,e.check),this.ctx.emit("toggleRowSelection",e);const i=this.getSelectionRows();this.ctx.emit("selectionChange",i),this.ctx.emit("draw")}setRowSelection(t,e){const i=this.rowKeyMap.get(t);i.check=e,this.setRowSelectionByCheckboxKey(t,i.check);const s=this.getSelectionRows();this.ctx.emit("setRowSelection",s),this.ctx.emit("draw")}getSelectionRows(){let t=[];return this.rowKeyMap.forEach(e=>{e.check&&t.push(e.item)}),t}getRowSelection(t){const{check:e}=this.rowKeyMap.get(t);return e}getRowSelectable(t){const{selectable:e,item:i,rowIndex:s}=this.rowKeyMap.get(t);return typeof e=="function"?e({row:i,rowIndex:s}):e}toggleAllSelection(){this.rowKeyMap.forEach(e=>{const i=e.selectable;typeof i=="function"?i({row:e.item,rowIndex:e.rowIndex})&&(e.check=!0):i&&(e.check=!0)});const t=this.getSelectionRows();this.ctx.emit("toggleAllSelection",t),this.ctx.emit("selectionChange",t),this.ctx.emit("draw")}clearSelection(){this.rowKeyMap.forEach(e=>{const i=e.selectable;typeof i=="function"?i({row:e.item,rowIndex:e.rowIndex})&&(e.check=!1):i&&(e.check=!1)});const t=this.getSelectionRows();this.ctx.emit("clearSelection"),this.ctx.emit("selectionChange",t),this.ctx.emit("draw")}getCheckedState(){let t=0,e=0;this.rowKeyMap.forEach(o=>{o.check&&(t+=1);const n=o.selectable;typeof n=="function"?n({row:o.item,rowIndex:o.rowIndex})&&(e+=1):n&&(e+=1)});const i=e&&e>t&&t>0;return{check:e&&e===t,indeterminate:i,selectable:e!==0}}updateColIndexKeyMap(t=[]){this.colIndexKeyMap.clear(),t.forEach(e=>{this.colIndexKeyMap.set(e.colIndex,e.key)})}getChangedData(){let t=[];return this.changedDataMap.forEach((e,i)=>{const s=this.originalDataMap.get(i),r=i.split("_")[0],o=i.split("_")[1];s!==e&&t.push({rowKey:r,colKey:o,originalValue:s,row:this.rowKeyMap.get(r),value:e})}),t}getChangedRows(){const t=new Set;this.changedDataMap.forEach((i,s)=>{const r=this.originalDataMap.get(s),o=s.split("_")[0];r!==i&&t.add(o)});let e=[];return t.forEach(i=>{e.push(this.ctx.database.getRowDataItemForRowKey(i))}),e}isHasChangedData(t,e){const i=`${t}_${e}`;if(!this.changedDataMap.has(i))return!1;const s=this.originalDataMap.get(i),r=this.changedDataMap.get(i);return s!==r}getPositionForRowIndex(t){return t<this.positions.length?this.positions[t]:{height:0,top:0,bottom:0}}setHeader(t,e){return t?(this.headerMap.set(t,e),!0):!1}getReadonly(t,e){const i=this.rowKeyMap.get(t),s=this.headerMap.get(e),r=i==null?void 0:i.readonly,o=s==null?void 0:s.readonly,{CELL_READONLY_METHOD:n}=this.ctx.config;if(typeof n=="function"){const l=n({row:i.item,rowIndex:i.rowIndex,colIndex:s.colIndex,column:s.column,value:this.getItemValue(t,e)});if(l!==void 0)return l}return o||r}clearValidate(){this.validationErrorMap.clear()}getValidator(t,e){return new Promise(i=>{const s=this.rowKeyMap.get(t),r=this.headerMap.get(e),{CELL_RULES_METHOD:o}=this.ctx.config,n=r.column;let h=n.rules;if(typeof o=="function"){const d=o({row:s.item,rowIndex:s.rowIndex,colIndex:r.colIndex,column:n,value:this.getItemValue(t,e)});d&&(h=d)}if(h){let l={},d={};if(d[e]=this.getItemValue(t,e),Array.isArray(h)&&h.length){const x=h.map(u=>({...u,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex}));l[e]=x}else l[e]={...h,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex};new nt(l).validate(d).then(()=>{this.setValidationError(t,e,[]),i([])}).catch(({errors:x})=>{const u=x.map(y=>({...y,column:n,key:e,row:s.item,rowKey:t}));this.setValidationError(t,e,u),i(u)})}else i([])})}getHeightByRowIndexRowSpan(t,e){let i=0;for(let s=0;s<e;s++){const r=this.positions[t+s];r&&(i+=r.height)}return i}setLoading(t){this.loading=t,this.ctx.emit("loadingChange",t)}getLoading(){return this.loading}setValidationErrorByRowIndex(t,e,i){const r=`${this.rowIndexRowKeyMap.get(t)}_${e}`,o=[{message:i}];this.validationErrorMap.set(r,o)}setValidationError(t,e,i){const s=`${t}_${e}`;this.validationErrorMap.set(s,i)}getValidationError(t,e){const i=`${t}_${e}`;return this.validationErrorMap.get(i)||[]}}class je{constructor(t){c(this,"ctx");c(this,"history",[]);c(this,"historyIndex",-1);this.ctx=t,this.init()}init(){this.ctx.on("keydown",t=>{if(t.ctrlKey&&!t.shiftKey&&t.code==="KeyZ"||t.metaKey&&!t.shiftKey&&t.code==="KeyZ"){t.preventDefault(),this.ctx.clearSelector(),this.ctx.clearAutofill(),this.backState();return}if(t.ctrlKey&&t.code==="KeyY"||t.ctrlKey&&t.shiftKey&&t.code==="KeyZ"||t.metaKey&&t.shiftKey&&t.code==="KeyZ"){t.preventDefault(),this.ctx.clearSelector(),this.ctx.clearAutofill(),this.forwardState();return}})}pushState(t){const{HISTORY_NUM:e=0,ENABLE_HISTORY:i}=this.ctx.config;i&&(this.history.push(t),this.history.length>e&&this.history.splice(0,1),this.historyIndex=this.history.length-1)}backState(){if(this.historyIndex>=0){const{changeList:t,scrollX:e,scrollY:i}=this.history[this.historyIndex],s=t.map(r=>({rowKey:r.rowKey,key:r.key,value:r.oldValue,row:{}}));this.ctx.setScroll(e,i),this.ctx.database.batchSetItemValue(s,!1),this.historyIndex-=1,this.ctx.emit("draw")}}forwardState(){if(this.historyIndex<this.history.length-1){this.historyIndex+=1;const{changeList:t}=this.history[this.historyIndex],e=t.map(i=>({rowKey:i.rowKey,key:i.key,value:i.newValue,row:{}}));this.ctx.database.batchSetItemValue(e,!1),this.ctx.emit("draw")}}clear(){this.history=[],this.historyIndex=-1}}class Ue{constructor(t){c(this,"eventTasks",new Map);c(this,"ctx");this.ctx=t,this.init()}init(){this.bind(window,"resize",this.handleResize.bind(this)),this.bind(window,"mousedown",this.handleMouseDown.bind(this)),this.bind(window,"mouseup",this.handleMouseUp.bind(this)),this.bind(window,"mousemove",this.handleMousemove.bind(this)),this.bind(this.ctx.target,"click",this.handleClick.bind(this)),this.bind(this.ctx.target,"keydown",this.handleKeydown.bind(this)),this.bind(this.ctx.target,"wheel",this.handleWheel.bind(this)),this.bind(this.ctx.target,"contextmenu",this.handleContextMenu.bind(this))}destroy(){this.eventTasks.forEach((t,e)=>{this.unbind(window,e,t)}),this.eventTasks.clear()}handleResize(t){this.ctx.emit("resetHeader",t),this.ctx.emit("resize",t)}handleMouseDown(t){t.button===0&&(this.ctx.mousedown=!0),this.ctx.emit("mousedown",t)}handleMousemove(t){this.ctx.emit("mousemove",t)}handleMouseUp(t){t.button===0&&(this.ctx.mousedown=!1),this.ctx.emit("mouseup",t)}handleClick(t){this.ctx.emit("click",t)}handleKeydown(t){const{ENABLE_KEYBOARD:e}=this.ctx.config;e&&this.ctx.emit("keydown",t)}handleWheel(t){this.ctx.emit("wheel",t)}handleContextMenu(t){this.ctx.emit("contextMenu",t)}bind(t,e,i){t instanceof HTMLCanvasElement&&e==="keydown"&&(t.tabIndex=0),t.addEventListener(e,i),this.eventTasks.set(e,i)}unbind(t,e,i){t.removeEventListener(e,i),this.eventTasks.delete(e)}}class Ze{constructor(){c(this,"events",new Map)}has(t){return this.events.has(t)}on(t,e){const i=this.events.get(t)||[];i.push(e),this.events.set(t,i)}once(t,e){const i=(...s)=>{e(...s),this.off(t,i)};return this.on(t,i),this}off(t,e){const i=this.events.get(t);if(i){const s=i.indexOf(e);s>=0&&(i.splice(s,1),i.length===0?this.events.delete(t):this.events.set(t,i))}}emit(t,...e){const i=this.events.get(t);i&&i.forEach(s=>{s(...e)})}destroy(){this.events.clear()}}class Je{constructor(t){c(this,"ctx");const e=t.getContext("2d");if(!e)throw new Error("canvas context not found");this.ctx=e}save(){this.ctx.save()}restore(){this.ctx.restore()}translate(t,e){this.ctx.translate(t,e)}setCursor(t="default"){this.ctx.canvas.style.cursor=t}clear(t=0,e=0,i,s){this.ctx.clearRect(t,e,i||this.ctx.canvas.width,s||this.ctx.canvas.height)}drawShadow(t,e,i,s,r){const{fillColor:o,side:n,shadowWidth:h,colorStart:l,colorEnd:d}=r;this.ctx.save(),o&&(this.ctx.fillStyle=o,this.ctx.fillRect(t,e,i,s));let f;switch(n){case"left":f=this.ctx.createLinearGradient(t-h,e,t,e),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t-h,e,h,s);break;case"right":f=this.ctx.createLinearGradient(t+i,e,t+i+h,e),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t+i,e,h,s);break;case"top":f=this.ctx.createLinearGradient(t,e-h,t,e),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t,e-h,i,h);break;case"bottom":f=this.ctx.createLinearGradient(t,e+s,t,e+s+h),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t,e+s,i,h);break;default:console.error("Invalid side specified for shadow");break}}drawLine(t,e){if(t.length<4||t.length%2!==0)throw new Error("A valid array of points is required to draw a line");this.ctx.save();const{borderColor:i="black",borderWidth:s=1}=e;this.ctx.beginPath(),this.ctx.moveTo(t[0]+.5,t[1]+.5);for(let r=2;r<t.length;r+=2)this.ctx.lineTo(t[r]+.5,t[r+1]+.5);this.ctx.strokeStyle=i,this.ctx.lineWidth=s,e.lineDash&&(this.ctx.lineDashOffset=4,this.ctx.setLineDash(e.lineDash)),e.fillColor&&(this.ctx.fillStyle=e.fillColor,this.ctx.fill()),e.borderColor&&(this.ctx.strokeStyle=e.borderColor),this.ctx.stroke(),this.ctx.closePath(),this.ctx.restore()}drawImage(t,e,i,s,r){this.ctx.save(),this.ctx.drawImage(t,e,i,s,r),this.ctx.restore()}drawRect(t,e,i,s,{borderWidth:r=1,borderColor:o,fillColor:n,radius:h=0}={}){if(this.ctx.save(),this.ctx.beginPath(),n!==void 0&&(this.ctx.fillStyle=n),o!==void 0&&(this.ctx.lineWidth=r,this.ctx.strokeStyle=o),h===0)this.ctx.rect(t+.5,e+.5,i,s);else{const[l,d,f,x]=typeof h=="number"?[h,h,h,h]:h;this.ctx.moveTo(t+l,e),this.ctx.arcTo(t+i,e,t+i,e+d,d),this.ctx.arcTo(t+i,e+s,t+i-f,e+s,f),this.ctx.arcTo(t,e+s,t,e+s-x,x),this.ctx.arcTo(t,e,t+l,e,l)}n!==void 0&&this.ctx.fill(),o!==void 0&&this.ctx.stroke(),this.ctx.restore()}drawText(t="",e,i,s,r,o={}){this.ctx.save();const{font:n="12px Arial",align:h="center",color:l="#495060",padding:d=0,verticalAlign:f="middle"}=o;this.ctx.font=n,this.ctx.fillStyle=l,this.ctx.textBaseline=f,this.ctx.textAlign=h;let x=0;f==="top"?x=i+d:f==="bottom"?x=i+r-d:x=i+(r+d)/2;let u=0;h==="left"?u=e+d:h==="right"?u=e+s-d:u=e+s/2;const{_text:y,ellipsis:g}=this.handleEllipsis(t,s,d);return this.ctx.fillText(y,u,x),this.ctx.restore(),g}handleEllipsis(t,e,i=0){let s=!1,r=t;if(t==null||t==="")return{_text:"",ellipsis:s};const o=this.ctx.measureText("...").width,n=this.ctx.measureText(t).width;if(n&&n+o>=e-i*2){s=!0;let h=0;for(let l=0;l<t.length;l++)if(h+=this.ctx.measureText(t[l]).width,h>=e-i*2-o){r=t.slice(0,l)+"...";break}}return{_text:r,ellipsis:s}}}class qt{constructor(t){c(this,"PROCESSOR_NUM",50);c(this,"CSS_PREFIX","e-virt-table");c(this,"ICONS",[]);c(this,"ROW_KEY","");c(this,"HEADER_FONT","12px normal Arial");c(this,"BODY_FONT","12px normal Arial");c(this,"BORDER_COLOR","#e1e6eb");c(this,"WIDTH",0);c(this,"RESIZE_MIN_WIDTH",40);c(this,"HEIGHT",0);c(this,"EMPTY_BODY_HEIGHT",120);c(this,"EMPTY_CUSTOM",!1);c(this,"EMPTY_CUSTOM_STYLE",{});c(this,"EMPTY_TEXT","暂无数据");c(this,"MAX_HEIGHT",1e3);c(this,"BORDER_RADIUS",8);c(this,"ENABLE_OFFSET_HEIGHT",!1);c(this,"OFFSET_HEIGHT",0);c(this,"HEADER_HEIGHT",36);c(this,"HEADER_BG_COLOR","#F8FAFF");c(this,"BODY_BG_COLOR","#FFF");c(this,"HEADER_TEXT_COLOR","#1D2129");c(this,"LOADING_ICON_SVG","");c(this,"LOADING_ICON_COLOR","#4E5969");c(this,"EXPAND_ICON_SVG","");c(this,"SHRINK_ICON_SVG","");c(this,"EXPAND_ICON_COLOR","#4E5969");c(this,"SHRINK_ICON_COLOR","#4E5969");c(this,"ERROR_TIP_ICON_COLOR","red");c(this,"ERROR_TIP_ICON_SIZE",6);c(this,"EXPAND_LAZY",!0);c(this,"DEFAULT_EXPAND_ALL",!1);c(this,"CELL_WIDTH",100);c(this,"CELL_HEIGHT",36);c(this,"CELL_PADDING",8);c(this,"CELL_HOVER_ICON_SIZE",20);c(this,"SCROLLER_TRACK_SIZE",14);c(this,"SCROLLER_SIZE",8);c(this,"SCROLLER_COLOR","#dee0e3");c(this,"SCROLLER_TRACK_COLOR","#fff");c(this,"SCROLLER_FOCUS_COLOR","#bbbec4");c(this,"SELECT_BORDER_COLOR","rgb(82,146,247)");c(this,"SELECT_AREA_COLOR","rgba(82,146,247,0.1)");c(this,"SELECT_BG_COLOR","rgba(82,146,247,0.1)");c(this,"EDIT_BG_COLOR","#fcf6ed");c(this,"CHECKBOX_KEY","");c(this,"CHECKBOX_COLOR","rgb(82,146,247)");c(this,"CHECKBOX_SIZE",20);c(this,"CHECKBOX_DISABLED_SVG","");c(this,"CHECKBOX_CHECK_SVG","");c(this,"CHECKBOX_UNCHECK_SVG","");c(this,"CHECKBOX_INDETERMINATE_SVG","");c(this,"READONLY_COLOR","#fff");c(this,"READONLY_TEXT_COLOR","#4E5969");c(this,"ERROR_TIP_COLOR","#ED3F14");c(this,"FOOTER_BG_COLOR","#fafafa");c(this,"FOOTER_FIXED",!0);c(this,"CELL_FOOTER_HEIGHT",36);c(this,"ENABLE_SELECTOR",!1);c(this,"ENABLE_EDIT_SINGLE_CLICK",!1);c(this,"ENABLE_EDIT_TEXT_ENTER",!0);c(this,"ENABLE_SELECTOR_SINGLE",!1);c(this,"ENABLE_SELECTOR_SPAN_COL",!0);c(this,"ENABLE_SELECTOR_SPAN_ROW",!0);c(this,"ENABLE_SELECTOR_ALL_ROWS",!0);c(this,"ENABLE_SELECTOR_ALL_COLS",!0);c(this,"ENABLE_AUTOFILL",!1);c(this,"ENABLE_CONTEXT_MENU",!1);c(this,"ENABLE_COPY",!0);c(this,"ENABLE_PASTER",!0);c(this,"ENABLE_RESIZE_ROW",!0);c(this,"ENABLE_RESIZE_COLUMN",!0);c(this,"RESIZE_ROW_LINE_COLOR","#e1e6eb");c(this,"RESIZE_COLUMN_LINE_COLOR","#e1e6eb");c(this,"RESIZE_ROW_MIN_HEIGHT",36);c(this,"RESIZE_COLUMN_MIN_WIDTH",40);c(this,"ENABLE_KEYBOARD",!0);c(this,"ENABLE_HISTORY",!1);c(this,"ENABLE_VALIDATOR_IMMEDIATE",!0);c(this,"HISTORY_NUM",50);c(this,"HIGHLIGHT_HOVER_ROW",!1);c(this,"HIGHLIGHT_HOVER_ROW_COLOR","rgba(186,203,231,0.1)");c(this,"HIGHLIGHT_SELECTED_ROW",!1);c(this,"HIGHLIGHT_SELECTED_ROW_COLOR","rgba(82,146,247,0.1)");c(this,"TOOLTIP_BG_COLOR","#303133");c(this,"TOOLTIP_TEXT_COLOR","#fff");c(this,"TOOLTIP_ZINDEX",3e3);c(this,"TOOLTIP_CUSTOM_STYLE",{});c(this,"CONTEXT_MENU",[{label:"复制",value:"copy"},{label:"剪切",value:"cut"},{label:"粘贴",value:"paste"},{label:"清空选中内容",value:"clearSelected"}]);c(this,"HEADER_CELL_STYLE_METHOD");c(this,"BODY_CELL_STYLE_METHOD");c(this,"FOOTER_CELL_STYLE_METHOD");c(this,"CELL_READONLY_METHOD");c(this,"CELL_FORMATTER_METHOD");c(this,"CELL_RULES_METHOD");c(this,"CELL_TYPE_METHOD");c(this,"CELL_EDITOR_TYPE_METHOD");c(this,"CELL_RENDER_METHOD");c(this,"CELL_HOVER_ICON_METHOD");c(this,"SPAN_METHOD");c(this,"SELECTABLE_METHOD");c(this,"EXPAND_LAZY_METHOD");Object.assign(this,t)}init(t){Object.assign(this,t)}}class Qe{constructor(t){c(this,"ctx");c(this,"list",[{name:"loading",configName:"LOADING_ICON_SVG",configColorName:"LOADING_ICON_COLOR",svg:'<svg t="1724133395728" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2893" width="32" height="32"><path d="M512 226.8476541a19.82487759 19.82487759 0 0 1 14.66497778 5.70304692c3.80203107 3.82918865 5.70304692 8.71751457 5.70304693 14.66497779v122.20814825a19.82487759 19.82487759 0 0 1-5.70304693 14.66497778 19.82487759 19.82487759 0 0 1-14.66497778 5.70304691 19.82487759 19.82487759 0 0 1-14.66497778-5.70304691 19.82487759 19.82487759 0 0 1-5.70304693-14.66497778v-122.20814825a19.82487759 19.82487759 0 0 1 5.70304693-14.66497779 19.82487759 19.82487759 0 0 1 14.66497778-5.70304692z m0 407.36049415a19.82487759 19.82487759 0 0 1 14.66497778 5.70304691c3.80203107 3.82918865 5.70304692 8.71751457 5.70304693 14.66497778v122.20814827a19.82487759 19.82487759 0 0 1-5.70304693 14.66497776 19.82487759 19.82487759 0 0 1-14.66497778 5.70304693 19.82487759 19.82487759 0 0 1-14.66497778-5.70304693 19.82487759 19.82487759 0 0 1-5.70304693-14.66497776v-122.20814827a19.82487759 19.82487759 0 0 1 5.70304693-14.66497778 19.82487759 19.82487759 0 0 1 14.66497778-5.70304691zM797.1523459 512a19.82487759 19.82487759 0 0 1-5.70304692 14.66497778 19.82487759 19.82487759 0 0 1-14.66497779 5.70304693h-122.20814825a19.82487759 19.82487759 0 0 1-14.66497778-5.70304693 19.82487759 19.82487759 0 0 1-5.70304691-14.66497778 19.82487759 19.82487759 0 0 1 5.70304691-14.66497778 19.82487759 19.82487759 0 0 1 14.66497778-5.70304693h122.20814825a19.82487759 19.82487759 0 0 1 14.66497779 5.70304693c3.80203107 3.82918865 5.70304692 8.71751457 5.70304692 14.66497778z m-407.36049415 0a19.82487759 19.82487759 0 0 1-5.70304691 14.66497778 19.82487759 19.82487759 0 0 1-14.66497778 5.70304693h-122.20814827a19.82487759 19.82487759 0 0 1-14.66497776-5.70304693 19.82487759 19.82487759 0 0 1-5.70304693-14.66497778 19.82487759 19.82487759 0 0 1 5.70304693-14.66497778 19.82487759 19.82487759 0 0 1 14.66497776-5.70304693h122.20814827a19.82487759 19.82487759 0 0 1 14.66497778 5.70304693c3.80203107 3.82918865 5.70304692 8.71751457 5.70304691 14.66497778zM310.22076878 310.22076878a21.29137537 21.29137537 0 0 1 14.66497779-5.70304693c5.51294514 0 10.18401235 1.90101585 14.01320099 5.70304693l86.55052591 86.57768347a20.91117183 20.91117183 0 0 1 5.73020449 14.31193182 19.28172983 19.28172983 0 0 1-6.05609289 14.013201 19.11878565 19.11878565 0 0 1-14.013201 6.05609289 20.96548698 20.96548698 0 0 1-14.31193182-5.70304692L310.22076878 338.87178998a19.06447114 19.06447114 0 0 1-5.70304693-14.01320099c0-5.54010272 1.90101585-10.42842865 5.70304693-14.66497778z m288.32975775 288.32975775a19.79772001 19.79772001 0 0 1 14.3390894-6.35482371c5.29568642 0 10.04822572 2.11827457 14.31193182 6.38198066l86.57768347 86.55052651c3.80203107 3.80203107 5.70304692 8.47309828 5.70304691 14.01320102a19.55330372 19.55330372 0 0 1-6.05609225 14.31193182 19.66193339 19.66193339 0 0 1-14.31193245 6.05609288 19.01015661 19.01015661 0 0 1-14.01320099-5.70304692l-86.55052591-86.57768347a19.79772001 19.79772001 0 0 1-6.38198129-14.31193245c0-5.29568642 2.11827457-10.07538268 6.38198129-14.33908939zM713.77923122 310.22076878c3.80203107 4.26370672 5.70304692 9.15203265 5.70304693 14.66497779s-1.90101585 10.18401235-5.70304693 14.01320099l-86.57768347 86.55052591a20.91117183 20.91117183 0 0 1-14.31193182 5.73020449 19.28172983 19.28172983 0 0 1-14.013201-6.05609289 19.11878565 19.11878565 0 0 1-6.05609289-14.013201c0-5.29568642 1.90101585-10.07538268 5.70304692-14.31193182l86.57768348-86.57768347c3.80203107-3.80203107 8.50025585-5.70304692 14.01320099-5.70304693 5.54010272 0 10.40127108 1.90101585 14.66497779 5.70304693zM425.44947347 598.57768347a19.79772001 19.79772001 0 0 1 6.35482371 14.33908939c0 5.29568642-2.11827457 10.04822572-6.38198066 14.31193245L338.89894756 713.77923122a19.06447114 19.06447114 0 0 1-14.01320099 5.70304693 19.55330372 19.55330372 0 0 1-14.31193245-6.05609227 19.68909035 19.68909035 0 0 1-6.05609227-14.31193245 19.01015661 19.01015661 0 0 1 5.70304693-14.01320099l86.57768347-86.55052591a19.79772001 19.79772001 0 0 1 14.31193182-6.38198129c5.29568642 0 10.07538268 2.11827457 14.3390894 6.38198129z" fill="#000000" fill-opacity=".65" p-id="2894"></path></svg>',color:"#4E5969"},{name:"expand",configName:"EXPAND_ICON_SVG",configColorName:"EXPAND_ICON_COLOR",svg:'<svg t="1724122015492" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4237" width="32" height="32"><path d="M401.472 316.992l159.04 217.664L591.488 512l-30.976-22.656-159.04 217.728q-2.24 3.008-3.84 6.464-1.6 3.456-2.496 7.104-0.896 3.648-1.024 7.424-0.192 3.84 0.384 7.552 0.64 3.712 1.92 7.296 1.28 3.52 3.2 6.784 1.984 3.2 4.544 6.016 2.56 2.752 5.632 4.992 3.072 2.24 6.464 3.84 3.456 1.6 7.168 2.496 3.648 0.896 7.424 1.024 3.776 0.192 7.488-0.448 3.776-0.576 7.296-1.856 3.584-1.28 6.784-3.264 3.2-1.92 6.016-4.48 2.816-2.56 5.056-5.632l159.04-217.728q3.584-4.928 5.504-10.752 1.92-5.76 1.92-11.904 0-6.08-1.92-11.904-1.92-5.76-5.504-10.752L463.488 271.68q-2.24-3.072-5.056-5.632-2.752-2.56-6.016-4.48-3.2-1.984-6.784-3.328-3.52-1.28-7.296-1.856-3.712-0.576-7.488-0.448-3.84 0.192-7.424 1.088-3.712 0.896-7.168 2.496-3.392 1.6-6.4 3.84-3.136 2.176-5.696 4.992-2.56 2.752-4.48 6.016-1.984 3.2-3.264 6.784-1.28 3.52-1.92 7.296-0.576 3.712-0.384 7.488 0.128 3.84 1.024 7.488 0.896 3.648 2.496 7.04 1.6 3.456 3.84 6.528z m30.976-61.056q-3.776 0-7.488 0.704-3.712 0.768-7.168 2.24-3.52 1.408-6.656 3.52-3.2 2.112-5.824 4.8-2.688 2.624-4.8 5.76-2.112 3.2-3.52 6.656-1.472 3.52-2.176 7.232-0.768 3.712-0.768 7.488 0 3.776 0.768 7.488 0.704 3.712 2.176 7.232 1.408 3.456 3.52 6.592 2.112 3.2 4.8 5.824 2.688 2.688 5.76 4.8 3.2 2.112 6.72 3.52 3.456 1.472 7.168 2.176 3.712 0.768 7.488 0.768 3.84 0 7.488-0.768 3.712-0.704 7.232-2.176 3.456-1.408 6.592-3.52 3.2-2.112 5.824-4.8 2.688-2.688 4.8-5.76 2.112-3.2 3.52-6.656 1.472-3.52 2.24-7.232 0.704-3.712 0.704-7.488 0-3.84-0.704-7.488-0.768-3.712-2.24-7.232-1.408-3.456-3.52-6.592-2.112-3.2-4.8-5.824-2.624-2.688-5.76-4.8-3.2-2.112-6.656-3.52-3.52-1.472-7.232-2.24Q436.224 256 432.448 256z m0 435.392q-3.776 0-7.488 0.704-3.712 0.768-7.168 2.176-3.52 1.472-6.656 3.584-3.2 2.112-5.824 4.736-2.688 2.688-4.8 5.824-2.112 3.2-3.52 6.656-1.472 3.52-2.176 7.232-0.768 3.712-0.768 7.488 0 3.776 0.768 7.488 0.704 3.712 2.176 7.168 1.408 3.52 3.52 6.656 2.112 3.2 4.8 5.76 2.688 2.752 5.76 4.8 3.2 2.112 6.72 3.584 3.456 1.472 7.168 2.176 3.712 0.768 7.488 0.768 3.84 0 7.488-0.768 3.712-0.704 7.232-2.176 3.456-1.472 6.592-3.584 3.2-2.048 5.824-4.736 2.688-2.688 4.8-5.824 2.112-3.2 3.52-6.656 1.472-3.456 2.24-7.168 0.704-3.712 0.704-7.488 0-3.84-0.704-7.488-0.768-3.712-2.24-7.232-1.408-3.52-3.52-6.656-2.112-3.136-4.8-5.76-2.624-2.688-5.76-4.8-3.2-2.112-6.656-3.584-3.52-1.408-7.232-2.176-3.712-0.704-7.488-0.704z" p-id="4238"></path></svg>',color:"#4E5969"},{name:"shrink",configName:"CHECKBOX_UNCHECK_SVG",configColorName:"SHRINK_ICON_COLOR",svg:'<svg t="1724122044148" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4551" width="32" height="32"><path d="M707.648 401.28L489.28 560.704l22.656 30.976 22.656-30.976L316.16 401.216q-3.072-2.24-6.464-3.84-3.456-1.536-7.104-2.432-3.712-0.896-7.488-1.088-3.776-0.128-7.488 0.448-3.776 0.64-7.296 1.92-3.584 1.28-6.784 3.2-3.2 1.984-6.016 4.544-2.816 2.56-5.056 5.632-2.176 3.072-3.84 6.464-1.536 3.456-2.432 7.104-0.896 3.712-1.088 7.488-0.128 3.776 0.448 7.488 0.64 3.776 1.92 7.296 1.28 3.584 3.2 6.784 1.984 3.2 4.544 6.016 2.56 2.752 5.632 4.992l218.368 159.552q4.928 3.584 10.752 5.504 5.76 1.92 11.904 1.92 6.08 0 11.904-1.92 5.76-1.92 10.752-5.504l218.368-159.552q3.008-2.24 5.568-4.992 2.56-2.816 4.544-6.016 1.92-3.2 3.264-6.784 1.28-3.52 1.92-7.296 0.576-3.712 0.384-7.488-0.128-3.84-1.024-7.488-0.896-3.648-2.496-7.04-1.6-3.456-3.84-6.528-2.24-3.072-4.992-5.632-2.816-2.56-6.016-4.48-3.2-1.984-6.784-3.328-3.584-1.28-7.296-1.856-3.712-0.64-7.488-0.448-3.84 0.192-7.488 1.088-3.648 0.896-7.04 2.496-3.456 1.536-6.528 3.84z m61.056 30.976q0-3.84-0.768-7.488-0.704-3.712-2.176-7.232-1.472-3.456-3.52-6.656-2.112-3.136-4.8-5.76-2.688-2.688-5.76-4.8-3.2-2.112-6.72-3.584-3.456-1.408-7.168-2.176-3.712-0.704-7.488-0.704-3.84 0-7.488 0.704-3.712 0.768-7.232 2.176-3.456 1.472-6.656 3.584-3.136 2.112-5.76 4.8-2.688 2.624-4.8 5.76-2.112 3.2-3.584 6.656-1.408 3.52-2.176 7.232-0.704 3.712-0.704 7.488 0 3.776 0.704 7.488 0.768 3.712 2.176 7.168 1.472 3.52 3.584 6.656 2.112 3.2 4.8 5.824 2.624 2.688 5.76 4.8 3.2 2.112 6.656 3.52 3.52 1.472 7.232 2.176 3.712 0.768 7.488 0.768 3.776 0 7.488-0.768 3.712-0.704 7.168-2.176 3.52-1.408 6.656-3.52 3.2-2.112 5.824-4.8 2.688-2.688 4.8-5.76 2.048-3.2 3.52-6.72 1.472-3.456 2.176-7.168 0.768-3.712 0.768-7.488z m-436.736 0q0-3.84-0.768-7.488-0.704-3.712-2.176-7.232-1.408-3.456-3.52-6.656-2.112-3.136-4.8-5.76-2.688-2.688-5.76-4.8-3.2-2.112-6.656-3.584-3.52-1.408-7.232-2.176-3.712-0.704-7.488-0.704-3.84 0-7.488 0.704-3.712 0.768-7.232 2.176-3.456 1.472-6.592 3.584-3.2 2.112-5.824 4.8-2.688 2.624-4.8 5.76-2.112 3.2-3.52 6.656-1.472 3.52-2.24 7.232-0.704 3.712-0.704 7.488 0 3.776 0.704 7.488 0.768 3.712 2.24 7.168 1.408 3.52 3.52 6.656 2.112 3.2 4.8 5.824 2.624 2.688 5.76 4.8 3.2 2.112 6.656 3.52 3.52 1.472 7.232 2.176 3.712 0.768 7.488 0.768 3.776 0 7.488-0.768 3.712-0.704 7.232-2.176 3.456-1.408 6.592-3.52 3.2-2.112 5.824-4.8 2.688-2.688 4.8-5.76 2.112-3.2 3.52-6.72 1.472-3.456 2.176-7.168 0.768-3.712 0.768-7.488z" p-id="4552"></path></svg>',color:"#4E5969"},{name:"checkbox-uncheck",configName:"CHECKBOX_UNCHECK_SVG",svg:'<svg t="1722595639920" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4708" width="32" height="32"><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z m64 0q0 79.552 56.256 135.744Q304.448 832 384 832h256q79.552 0 135.744-56.256Q832 719.552 832 640V384q0-79.552-56.256-135.744Q719.552 192 640 192H384q-79.552 0-135.744 56.256Q192 304.448 192 384v256z" fill="#DDE0EA" p-id="4709"></path></svg>',color:""},{name:"checkbox-check",configName:"CHECKBOX_CHECK_SVG",configColorName:"CHECKBOX_COLOR",svg:'<svg t="1722595535853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4551" width="32" height="32"><path d="M640 128H384c-170.496 0-256 85.504-256 256v256c0 170.496 85.504 256 256 256h256c170.496 0 256-85.504 256-256V384c0-170.496-85.504-256-256-256z m67.584 302.592c-2.048 4.608-4.608 8.704-8.192 12.288L506.88 634.88c-3.584 3.584-7.68 6.144-12.288 8.192-4.608 2.048-9.728 3.072-14.848 3.072s-10.24-1.024-14.848-3.072c-4.608-2.048-8.704-4.608-12.288-8.192l-96.256-96.256c-3.584-3.584-6.144-7.68-8.192-12.288-2.048-4.608-3.072-9.728-3.072-14.848 0-2.56 0-5.12 1.024-7.68 0.512-2.56 1.024-5.12 2.048-7.168 1.024-2.56 2.048-4.608 3.584-6.656 1.536-2.048 3.072-4.096 4.608-5.632 1.536-2.048 3.584-3.584 5.632-4.608 2.048-1.536 4.096-2.56 6.656-3.584 2.56-1.024 4.608-1.536 7.168-2.048 2.56-0.512 5.12-0.512 7.68-0.512 5.12 0 10.24 1.024 14.848 3.072 4.608 2.048 8.704 4.608 12.288 8.192l69.12 68.608L645.12 389.12c3.584-3.584 7.68-6.144 12.288-8.192 4.608-2.048 9.728-3.072 14.848-3.072 2.56 0 5.12 0 7.68 0.512s5.12 1.024 7.168 2.048c2.56 1.024 4.608 2.048 6.656 3.584 2.048 1.536 4.096 3.072 5.632 4.608 1.536 1.536 3.584 3.584 4.608 5.632 1.536 2.048 2.56 4.096 3.584 6.656 1.024 2.56 1.536 4.608 2.048 7.168 0.512 2.56 1.024 5.12 1.024 7.68 0 5.12-1.024 10.24-3.072 14.848z" p-id="4552"></path></svg>',color:"rgb(82,146,247)"},{name:"checkbox-hover",configName:"CHECKBOX_UNCHECK_SVG",configColorName:"CHECKBOX_COLOR",svg:'<svg t="1722595639920" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4708" width="32" height="32"><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z m64 0q0 79.552 56.256 135.744Q304.448 832 384 832h256q79.552 0 135.744-56.256Q832 719.552 832 640V384q0-79.552-56.256-135.744Q719.552 192 640 192H384q-79.552 0-135.744 56.256Q192 304.448 192 384v256z" fill="#DDE0EA" p-id="4709"></path></svg>',color:"rgb(82,146,247)"},{name:"checkbox-indeterminate",configName:"CHECKBOX_INDETERMINATE_SVG",configColorName:"CHECKBOX_COLOR",svg:'<svg t="1722595280953" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4394" width="32" height="32"><path d="M128 384v256q0 12.608 1.28 25.088 1.216 12.544 3.648 24.832 2.432 12.352 6.08 24.384t8.448 23.68q4.864 11.584 10.752 22.72 5.952 11.072 12.928 21.504 7.04 10.496 14.976 20.224 8 9.728 16.896 18.56 8.896 8.96 18.56 16.896 9.728 8 20.224 14.976 10.432 7.04 21.504 12.928 11.136 5.888 22.72 10.688 11.648 4.864 23.68 8.512 12.032 3.648 24.32 6.08 12.352 2.432 24.896 3.712Q371.392 896 384 896h256q12.608 0 25.088-1.28 12.544-1.216 24.832-3.648 12.352-2.432 24.384-6.08t23.68-8.512q11.584-4.8 22.72-10.688 11.072-5.952 21.504-12.928 10.496-7.04 20.224-14.976 9.728-8 18.56-16.896 8.96-8.832 16.896-18.56 8-9.728 14.976-20.224 7.04-10.432 12.928-21.504 5.888-11.136 10.688-22.72 4.864-11.648 8.512-23.68 3.648-12.032 6.08-24.32 2.432-12.352 3.712-24.896Q896 652.608 896 640V384q0-12.608-1.28-25.088-1.216-12.544-3.648-24.832-2.432-12.352-6.08-24.384t-8.512-23.68q-4.8-11.584-10.688-22.72-5.952-11.072-12.928-21.504-7.04-10.496-14.976-20.224-8-9.664-16.896-18.56-8.832-8.96-18.56-16.896-9.728-8-20.224-14.976-10.432-7.04-21.504-12.928-11.136-5.888-22.72-10.752-11.648-4.8-23.68-8.448-12.032-3.648-24.32-6.08-12.352-2.432-24.896-3.712Q652.608 128 640 128H384q-12.608 0-25.088 1.28-12.544 1.216-24.832 3.648-12.352 2.432-24.384 6.08t-23.68 8.448q-11.584 4.864-22.72 10.752-11.072 5.952-21.504 12.928-10.496 7.04-20.224 14.976-9.664 8-18.56 16.896-8.96 8.896-16.896 18.56-8 9.728-14.976 20.224-7.04 10.432-12.928 21.504-5.888 11.136-10.752 22.72-4.8 11.648-8.448 23.68-3.648 12.032-6.08 24.32-2.432 12.352-3.712 24.896Q128 371.392 128 384z m566.016 166.336H330.112a38.4 38.4 0 0 1 0-76.8h363.904a38.4 38.4 0 0 1 0 76.8z" p-id="4395"></path></svg>',color:"rgb(82,146,247)"},{name:"checkbox-check-disabled",configName:"CHECKBOX_CHECK_SVG",svg:'<svg t="1722595535853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4551" width="32" height="32"><path d="M640 128H384c-170.496 0-256 85.504-256 256v256c0 170.496 85.504 256 256 256h256c170.496 0 256-85.504 256-256V384c0-170.496-85.504-256-256-256z m67.584 302.592c-2.048 4.608-4.608 8.704-8.192 12.288L506.88 634.88c-3.584 3.584-7.68 6.144-12.288 8.192-4.608 2.048-9.728 3.072-14.848 3.072s-10.24-1.024-14.848-3.072c-4.608-2.048-8.704-4.608-12.288-8.192l-96.256-96.256c-3.584-3.584-6.144-7.68-8.192-12.288-2.048-4.608-3.072-9.728-3.072-14.848 0-2.56 0-5.12 1.024-7.68 0.512-2.56 1.024-5.12 2.048-7.168 1.024-2.56 2.048-4.608 3.584-6.656 1.536-2.048 3.072-4.096 4.608-5.632 1.536-2.048 3.584-3.584 5.632-4.608 2.048-1.536 4.096-2.56 6.656-3.584 2.56-1.024 4.608-1.536 7.168-2.048 2.56-0.512 5.12-0.512 7.68-0.512 5.12 0 10.24 1.024 14.848 3.072 4.608 2.048 8.704 4.608 12.288 8.192l69.12 68.608L645.12 389.12c3.584-3.584 7.68-6.144 12.288-8.192 4.608-2.048 9.728-3.072 14.848-3.072 2.56 0 5.12 0 7.68 0.512s5.12 1.024 7.168 2.048c2.56 1.024 4.608 2.048 6.656 3.584 2.048 1.536 4.096 3.072 5.632 4.608 1.536 1.536 3.584 3.584 4.608 5.632 1.536 2.048 2.56 4.096 3.584 6.656 1.024 2.56 1.536 4.608 2.048 7.168 0.512 2.56 1.024 5.12 1.024 7.68 0 5.12-1.024 10.24-3.072 14.848z" p-id="4552"></path></svg>',color:"#DDE0EA"},{name:"checkbox-disabled",configName:"CHECKBOX_DISABLED_SVG",svg:'<svg t="1722595946663" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4865" width="32" height="32"><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z" fill="#F1F2F4" p-id="4866"></path><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z m64 0q0 79.552 56.256 135.744Q304.448 832 384 832h256q79.552 0 135.744-56.256Q832 719.552 832 640V384q0-79.552-56.256-135.744Q719.552 192 640 192H384q-79.552 0-135.744 56.256Q192 304.448 192 384v256z" fill="#DDE0EA" p-id="4867"></path></svg>',color:""}]);c(this,"icons",new Map);this.ctx=t,this.init()}async init(){const t=[];for(let e=0;e<this.list.length;e++){const i=this.list[e];let s=i.color;if(i.configColorName){const o=this.ctx.config[i.configColorName];o&&(s=o)}const r=this.createImageFromSVG(i.svg,s).then(o=>{this.icons.set(i.name,o)});t.push(r)}for(let e=0;e<this.ctx.config.ICONS.length;e++){const i=this.ctx.config.ICONS[e];let s=i.color;const r=this.createImageFromSVG(i.svg,s).then(o=>{this.icons.set(i.name,o)});t.push(r)}await Promise.all(t),this.ctx.emit("draw")}async createImageFromSVG(t,e){const r=new DOMParser().parseFromString(t,"image/svg+xml").documentElement;e&&r.querySelectorAll("*").forEach(l=>{l.setAttribute("fill",e)});const o=new Image,n=new Blob([new XMLSerializer().serializeToString(r)],{type:"image/svg+xml"}),h=URL.createObjectURL(n);return o.src=h,new Promise((l,d)=>{o.onerror=()=>d(new Error("Failed to load image")),o.onload=()=>{l(o)}})}get(t){return this.icons.get(t)}}class Gt{constructor(t,e,i,s,r,o,n){c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"fixed");c(this,"cellType");this.ctx=t,this.x=e,this.y=i,this.width=s,this.height=r,this.fixed=o,this.cellType=n}isHorizontalVisible(){if(this.fixed)return!0;const{target:t,fixedLeftWidth:e,scrollX:i,fixedRightWidth:s}=this.ctx,r=t.width;return!(this.x+this.width-e-i<=0||this.x-i>=r-s)}isVerticalVisible(){const{target:t,scrollY:e}=this.ctx,i=t.height;return!(this.y+this.height-e<=0||this.y-e>=i)}getDrawX(){return this.fixed==="left"?this.x:this.fixed==="right"?this.ctx.header.visibleWidth-(this.ctx.header.width-this.x)+1:this.x-this.ctx.scrollX}getDrawY(){return this.cellType==="header"?this.y:this.cellType==="footer"&&this.ctx.config.FOOTER_FIXED?this.y:this.y-this.ctx.scrollY}getLeftFixedX(){return this.x-this.ctx.scrollX}getRightFixedX(){}}class jt extends Gt{constructor(e,i,s,r,o,n,h,l,d,f="body"){super(e,r,o,n,h,l.fixed,f);c(this,"formatter");c(this,"hoverIconName","");c(this,"align");c(this,"verticalAlign");c(this,"fixed");c(this,"type");c(this,"editorType");c(this,"cellType");c(this,"level");c(this,"colspan",1);c(this,"rowspan",1);c(this,"key");c(this,"column");c(this,"rowIndex");c(this,"colIndex");c(this,"rowKey");c(this,"row");c(this,"value");c(this,"render");c(this,"renderFooter");c(this,"style",{});c(this,"rules",{});c(this,"message","");c(this,"text","");c(this,"displayText","");c(this,"visibleWidth",0);c(this,"visibleHeight",0);c(this,"drawX",0);c(this,"drawY",0);c(this,"drawCellBgColor","");c(this,"drawCellSkyBgColor","");c(this,"drawTextColor","");c(this,"drawTextX",0);c(this,"drawTextY",0);c(this,"drawImageX",0);c(this,"drawImageY",0);c(this,"drawImageWidth",0);c(this,"drawImageHeight",0);c(this,"drawImageName","");c(this,"drawImageSource");c(this,"ellipsis",!1);c(this,"overflowTooltipShow",!0);c(this,"overflowTooltipMaxWidth",500);c(this,"overflowTooltipPlacement","top");this.visibleWidth=this.width,this.visibleHeight=this.height,this.colIndex=s,this.rowIndex=i,this.key=l.key,this.type=l.type||"text",this.editorType=l.editorType||"text",this.cellType=f,this.align=l.align||"center",this.verticalAlign=l.verticalAlign||"middle",this.fixed=l.fixed,this.level=l.level,this.column=l,this.rules=l.rules,this.row=d,this.rowKey=this.cellType==="body"?this.ctx.database.getRowKeyForRowIndex(i):`${this.cellType}_${this.rowIndex}`,this.value=this.getValue(),this.render=l.render,this.overflowTooltipShow=l.overflowTooltipShow!==!1,this.overflowTooltipMaxWidth=l.overflowTooltipMaxWidth||500,this.overflowTooltipPlacement=l.overflowTooltipPlacement||"top",this.renderFooter=l.renderFooter,this.hoverIconName=l.hoverIconName,this.formatter=l.formatter,this.update()}getValidationMessage(){const e=this.ctx.database.getValidationError(this.rowKey,this.key);if(Array.isArray(e)&&e.length){const[i]=e;this.message=i.message}return this.message}update(){this.drawX=this.getDrawX(),this.drawY=this.getDrawY(),this.drawTextX=this.drawX,this.drawTextY=this.drawY,this.updateSpan(),this.updateStyle(),this.updateType(),this.updateHoverIcon(),this.updateSelection(),this.updateTree(),this.updateEditorType(),this.updateRender(),this.getValidationMessage(),this.updateContainer(),this.text=this.getText(),this.displayText=this.getDisplayText()}updateSpan(){if(this.cellType==="footer")return;const{SPAN_METHOD:e}=this.ctx.config;if(typeof e=="function"){const i=e,{colspan:s=1,rowspan:r=1}=i({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue(),headIndex:this.ctx.body.headIndex,headPosition:this.ctx.database.getPositionForRowIndex(this.ctx.body.headIndex),visibleRows:this.ctx.body.visibleRows,visibleLeafColumns:this.ctx.header.visibleLeafColumns,rows:this.ctx.body.data})||{};this.colspan=s,this.rowspan=r,this.visibleWidth=this.getWidthByColIndexColSpan(this.colIndex,this.colspan),this.visibleHeight=this.ctx.database.getHeightByRowIndexRowSpan(this.rowIndex,this.rowspan)}}updateType(){const{CELL_TYPE_METHOD:e}=this.ctx.config;if(typeof e=="function"){const s=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});s!==void 0&&(this.type=s)}}updateEditorType(){const{CELL_EDITOR_TYPE_METHOD:e}=this.ctx.config;if(typeof e=="function"){const s=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});s!==void 0&&(this.editorType=s)}}updateRender(){const{CELL_RENDER_METHOD:e}=this.ctx.config;if(typeof e=="function"){const s=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});s!==void 0&&(this.render=s)}}validate(){this.ctx.database.getValidator(this.rowKey,this.key).then(()=>{this.ctx.database.setValidationError(this.rowKey,this.key,[]),this.message=""}).catch(e=>{if(Array.isArray(e)&&e.length){const[i]=e;this.message=i.message,this.ctx.database.setValidationError(this.rowKey,this.key,e)}}).finally(()=>{this.ctx.emit("draw")})}updateStyle(){this.style=this.getOverlayerViewsStyle()}updateTree(){const{CELL_PADDING:e=0}=this.ctx.config,{rowKey:i,cellType:s}=this;let r,o=0,n="";if(this.type==="tree"&&s==="body"){const h=this.ctx.database.getRowForRowKey(i),{expand:l=!1,hasChildren:d=!1,expandLoading:f=!1,level:x=0}=h||{};if(f){const u=this.ctx.icons.get("loading");n="loading",r=u,o=x*8}else if(d){const u=this.ctx.icons.get("expand"),y=this.ctx.icons.get("shrink");r=l?y:u,n=l?"shrink":"expand",o=x*8}else o=x*8;if(r){let u=20,y=20,g=this.drawX+o+e,w=this.drawY+(this.visibleHeight-y)/2+2;this.ctx.paint.drawImage(r,g,w,u,y),this.drawImageX=g,this.drawImageY=w,this.drawImageWidth=u,this.drawImageHeight=y,this.drawImageName=n,this.drawImageSource=r,this.align="left",this.drawTextX=o+this.drawX+u+.5}}}updateContainer(){const{BODY_BG_COLOR:e,EDIT_BG_COLOR:i,BODY_CELL_STYLE_METHOD:s,FOOTER_CELL_STYLE_METHOD:r,READONLY_TEXT_COLOR:o,FOOTER_BG_COLOR:n,HIGHLIGHT_SELECTED_ROW:h,HIGHLIGHT_SELECTED_ROW_COLOR:l,HIGHLIGHT_HOVER_ROW:d,HIGHLIGHT_HOVER_ROW_COLOR:f}=this.ctx.config;if(this.cellType==="footer"){let p=n,E=o;if(typeof r=="function"){const m=r,{backgroundColor:b,color:v}=m({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()})||{};b&&(p=b),v&&(E=v)}this.drawCellSkyBgColor="transparent",this.drawCellBgColor=p,this.drawTextColor=E;return}let x="transparent";const u=this.ctx.focusCell,y=this.ctx.hoverCell;d&&(y==null?void 0:y.rowKey)===this.rowKey&&(x=f),h&&(u==null?void 0:u.rowKey)===this.rowKey&&(x=l),this.drawCellSkyBgColor=x;let g=e,w=o;if(["index","index-selection","selection"].includes(this.type)){this.drawCellBgColor=e,this.drawTextColor=o;return}if(this.ctx.database.getReadonly(this.rowKey,this.key)||(g=i,w=o),typeof s=="function"){const p=s,{backgroundColor:E,color:m}=p({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()})||{};E&&(g=E),m&&(w=m)}this.drawCellBgColor=g,this.drawTextColor=w}updateSelection(){const{visibleWidth:e,visibleHeight:i,rowspan:s,colspan:r,cellType:o,type:n,rowIndex:h,rowKey:l}=this;if(!(s===0||r===0)&&o!=="footer"&&["index-selection","selection"].includes(n)){const d=this.ctx.database.getRowSelection(l),f=this.ctx.database.getRowSelectable(l),{CHECKBOX_SIZE:x=0}=this.ctx.config,u=this.drawX+(e-x)/2,y=this.drawY+(i-x)/2;let g=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck";d&&f?(g=this.ctx.icons.get("checkbox-check"),w="checkbox-check"):d&&f?(g=this.ctx.icons.get("checkbox-check-disabled"),w="checkbox-check-disabled"):!d&&f?(g=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck"):(g=this.ctx.icons.get("checkbox-disabled"),w="checkbox-disabled"),g&&n=="index-selection"?(this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===h||["checkbox-disabled","checkbox-check"].includes(w))&&(this.drawImageX=u,this.drawImageY=y,this.drawImageWidth=x,this.drawImageHeight=x,this.drawImageName=w,this.drawImageSource=g):g&&n==="selection"&&(this.drawImageX=u,this.drawImageY=y,this.drawImageWidth=x,this.drawImageHeight=x,this.drawImageName=w,this.drawImageSource=g)}}updateHoverIcon(){const{CELL_HOVER_ICON_METHOD:e,CELL_HOVER_ICON_SIZE:i,CELL_PADDING:s}=this.ctx.config;if(typeof e=="function"){const h=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});h!==void 0&&(this.hoverIconName=h)}const r=this.drawX+this.width-i-s,o=this.drawY+(this.height-i)/2;if(this.hoverIconName&&this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===this.rowIndex){const n=this.ctx.icons.get(this.hoverIconName);this.drawImageX=r,this.drawImageY=o,this.drawImageWidth=i,this.drawImageHeight=i,this.drawImageName=this.hoverIconName,this.drawImageSource=n}}getDisplayText(){return this.cellType==="footer"?this.renderFooter||this.text===null||this.text===void 0?"":this.text:this.rowspan===0||this.colspan===0||this.render||this.type==="index-selection"&&(this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===this.rowIndex||["checkbox-disabled","checkbox-check"].includes(this.drawImageName))||this.text===null||this.text===void 0?"":`${this.text}`}getText(){if(this.cellType==="footer")return this.row[this.key];if(typeof this.formatter=="function")return this.formatter({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});const{CELL_FORMATTER_METHOD:e}=this.ctx.config;return typeof e=="function"?e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()}):["index-selection","index"].includes(this.type)?`${this.rowIndex+1}`:(this.value=this.ctx.database.getItemValue(this.rowKey,this.key),this.value)}getValue(){return this.ctx.database.getItemValue(this.rowKey,this.key)}getOverlayerViewsStyle(){let e=`${this.drawX-this.ctx.fixedLeftWidth}px`,i=`${this.drawY-this.ctx.body.y}px`;return this.fixed==="left"?e=`${this.drawX}px`:this.fixed==="right"&&(e=`${this.drawX-(this.ctx.target.width-this.ctx.fixedRightWidth)}px`),this.cellType==="footer"&&this.ctx.config.FOOTER_FIXED&&(i=`${this.drawY-this.ctx.footer.y}px`),{position:"absolute",overflow:"hidden",left:e,top:i,width:`${this.visibleWidth}px`,height:`${this.visibleHeight}px`,pointerEvents:"none"}}draw(){const{paint:e,config:{BORDER_COLOR:i}}=this.ctx,{drawX:s,drawY:r}=this;e.drawRect(s,r,this.visibleWidth,this.visibleHeight,{borderColor:i,fillColor:this.drawCellBgColor}),e.drawRect(s,r,this.width,this.height,{borderColor:"transparent",borderWidth:1,fillColor:this.drawCellSkyBgColor}),this.ellipsis=this.drawText(),this.drawImage(),this.drawSelector(),this.drawAutofillPiont(),this.drawErrorTip()}getWidthByColIndexColSpan(e,i){if(i===0)return 0;let s=0;for(let r=e;r<e+i;r++){const o=this.ctx.header.leafCellHeaders[r];s+=o.width}return s}drawText(){const{CELL_PADDING:e,BODY_FONT:i}=this.ctx.config;return this.ctx.paint.drawText(this.displayText,this.drawTextX,this.drawTextY,this.visibleWidth,this.visibleHeight,{font:i,padding:e,align:this.align,verticalAlign:this.verticalAlign,color:this.drawTextColor})}drawImage(){this.drawImageSource&&this.ctx.paint.drawImage(this.drawImageSource,this.drawImageX,this.drawImageY,this.drawImageWidth,this.drawImageHeight)}drawAutofillPiont(){if(this.cellType==="footer")return;const{SELECT_BORDER_COLOR:e,ENABLE_AUTOFILL:i,ENABLE_SELECTOR:s}=this.ctx.config;if(!s||!i)return;const{xArr:r,yArr:o}=this.ctx.selector,n=r[1],h=o[1],{colIndex:l,rowIndex:d,drawX:f,drawY:x}=this;l===n&&d===h&&this.ctx.paint.drawRect(f+this.width-6,x+this.height-6,6,6,{borderColor:"#fff",fillColor:e})}drawSelector(){if(this.cellType==="footer")return;const{ENABLE_SELECTOR:e}=this.ctx.config;if(!e)return;const{xArr:i,yArr:s,xArrCopy:r,yArrCopy:o}=this.ctx.selector;this.drawBorder({xArr:r,yArr:o,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)",borderWidth:1,lineDash:[4,4]}),this.drawBorder({xArr:this.ctx.autofill.xArr,yArr:this.ctx.autofill.yArr,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)",borderWidth:1,lineDash:[4,4]}),this.drawBorder({xArr:i,yArr:s,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)",borderWidth:1})}drawErrorTip(){if(this.cellType==="footer"||!this.message)return;const{ERROR_TIP_ICON_SIZE:e,ERROR_TIP_COLOR:i}=this.ctx.config,{width:s}=this,r=this.drawX,o=this.drawY,n=[r+s-e-.5,o,r+s-.5,o,r+s-.5,o+e];this.ctx.paint.drawLine(n,{borderColor:i,fillColor:i,borderWidth:1,lineCap:"round",lineJoin:"round"})}drawBorder(e){const{drawX:i,drawY:s,width:r,rowIndex:o,colIndex:n}=this,h=i+.5;let l=s+.5,d=this.height;o===0&&(l=this.y+1,d=d-1);const{xArr:f,yArr:x,lineDash:u=[],borderWidth:y=1,borderColor:g,fillColor:w}=e,p=f[0],E=f[1],m=x[0],b=x[1];n>=p&&n<=E&&o===m&&this.ctx.paint.drawLine([h,l,h+r-2,l],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u}),n>=p&&n<=E&&o===b&&this.ctx.paint.drawLine([h,l+d-1.5,h+r,l+d-1.5],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u}),n===p&&o>=m&&o<=b&&this.ctx.paint.drawLine([h,l,h,l+d-1],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u}),n===E&&o>=m&&o<=b&&this.ctx.paint.drawLine([h+r-1,l,h+r-1,l+d-1],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u})}}class Ut extends Gt{constructor(e,i,s,r,o,n,h){super(e,s,r,o,n,h.fixed,"header");c(this,"align");c(this,"verticalAlign","middle");c(this,"fixed");c(this,"widthFillDisable");c(this,"type");c(this,"editorType");c(this,"level");c(this,"text");c(this,"displayText","");c(this,"colspan");c(this,"rowspan");c(this,"key");c(this,"required",!1);c(this,"readonly",!1);c(this,"children",[]);c(this,"column");c(this,"colIndex");c(this,"rowKey");c(this,"rules");c(this,"hasChildren");c(this,"render");c(this,"style",{});c(this,"drawX",0);c(this,"drawY",0);c(this,"drawCellBgColor","");c(this,"drawTextColor","");c(this,"drawImageX",0);c(this,"drawImageY",0);c(this,"drawImageWidth",0);c(this,"drawImageHeight",0);c(this,"drawImageName","");c(this,"drawImageSource");this.ctx=e,this.x=s,this.y=r,this.width=o,this.height=n,this.colIndex=i,this.key=h.key,this.type=h.type,this.editorType=h.editorType||"text",this.align=h.align||"center",this.verticalAlign=h.verticalAlign||"middle",this.fixed=h.fixed,this.level=h.level,this.text=h.title,this.column=h,this.colspan=h.colspan,this.widthFillDisable=h.widthFillDisable,this.rowspan=h.rowspan,this.rules=h.rules,this.readonly=h.readonly,this.required=h.required,this.rowKey=It(),this.hasChildren=h.children&&h.children.length>0||!1,this.render=h.renderHeader}isVerticalVisible(){const{target:e}=this.ctx,i=e.height;return!(this.y+this.height<=0||this.y>=i)}updateStyle(){this.style=this.getOverlayerViewsStyle()}updateContainer(){const{HEADER_CELL_STYLE_METHOD:e,HEADER_BG_COLOR:i,HEADER_TEXT_COLOR:s}=this.ctx.config;let r=i,o=s;if(typeof e=="function"){const n=e,{backgroundColor:h,color:l}=n({colIndex:this.colIndex,column:this.column})||{};h&&(r=h),l&&(o=l)}this.drawCellBgColor=r,this.drawTextColor=o}update(){this.updateContainer(),this.displayText=this.getText(),this.drawX=this.getDrawX(),this.drawY=this.getDrawY(),this.updateStyle()}draw(){const{paint:e,config:{BORDER_COLOR:i,CELL_PADDING:s,HEADER_FONT:r}}=this.ctx,{drawX:o,drawY:n,displayText:h}=this;e.drawRect(o,n,this.width,this.height,{borderColor:i,fillColor:this.drawCellBgColor}),e.drawText(h,o,n,this.width,this.height,{font:r,padding:s,color:this.drawTextColor,align:this.align,verticalAlign:this.verticalAlign}),this.drawSelection()}drawSelection(){const{width:e,height:i,type:s}=this;if(["index-selection","selection"].includes(s)){const{indeterminate:r,check:o,selectable:n}=this.ctx.database.getCheckedState(),{CHECKBOX_SIZE:h=0}=this.ctx.config,l=this.drawX+(e-h)/2,d=this.drawY+(i-h)/2;let f=this.ctx.icons.get("checkbox-uncheck"),x="checkbox-uncheck";r?(f=this.ctx.icons.get("checkbox-indeterminate"),x="checkbox-indeterminate"):o&&n?(f=this.ctx.icons.get("checkbox-check"),x="checkbox-check"):o&&n?(f=this.ctx.icons.get("checkbox-check-disabled"),x="checkbox-check-disabled"):!o&&n?(f=this.ctx.icons.get("checkbox-uncheck"),x="checkbox-uncheck"):(f=this.ctx.icons.get("checkbox-disabled"),x="checkbox-disabled"),f&&(this.drawImageX=l,this.drawImageY=d,this.drawImageWidth=h,this.drawImageHeight=h,this.drawImageName=x,this.drawImageSource=f,this.ctx.paint.drawImage(this.drawImageSource,this.drawImageX,this.drawImageY,this.drawImageWidth,this.drawImageHeight))}}getText(){return this.render?"":this.text}getOverlayerViewsStyle(){let e="";return this.fixed==="left"?e=`${this.drawX}px`:this.fixed==="right"?e=`${this.drawX-(this.ctx.target.width-this.ctx.fixedRightWidth)}px`:e=`${this.drawX-this.ctx.fixedLeftWidth}px`,{position:"absolute",overflow:"hidden",left:e,top:`${this.drawY+1}px`,width:`${this.width}px`,height:`${this.height}px`,pointerEvents:"none"}}}class ti{constructor(t){c(this,"ctx");c(this,"visibleHoverCell");c(this,"resizeObserver");this.ctx=t,this.init()}init(){this.resizeObserver=new ResizeObserver(()=>{this.ctx.emit("resetHeader"),this.ctx.emit("resizeObserver")}),this.ctx.target.parentElement&&this.resizeObserver.observe(this.ctx.target),this.ctx.on("mousedown",t=>{if(t.button!==0||this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const o of s){const n=o.getDrawX(),h=o.getDrawY();if(i>n&&i<n+o.width&&e>h&&e<h+o.height){this.ctx.focusCellHeader=o,this.ctx.emit("cellHeaderMousedown",o,t);return}}const r=this.ctx.body.renderRows;for(const o of r){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const l=h.getDrawX(),d=h.getDrawY();if(i>l&&i<l+h.width&&e>d&&e<d+h.height){this.ctx.setFocusCell(h),this.ctx.emit("cellMousedown",h,t);return}}}}),this.ctx.on("click",t=>{if(t.button!==0||this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const o of s){const n=o.getDrawX(),h=o.getDrawY();if(i>n&&i<n+o.width&&e>h&&e<h+o.height){this.ctx.clickCellHeader=o,this.ctx.emit("cellHeaderClick",o,t),this.selectionClick(o);return}}const r=this.ctx.body.renderRows;for(const o of r){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const l=h.getDrawX(),d=h.getDrawY();if(i>l&&i<l+h.width&&e>d&&e<d+h.height){this.ctx.clickCell=h,this.ctx.emit("cellClick",h,t),this.selectionClick(h),this.treeClick(h);return}}}}),this.ctx.on("contextMenu",t=>{if(this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const o of s){const n=o.getDrawX(),h=o.getDrawY();if(i>n&&i<n+o.width&&e>h&&e<h+o.height){this.ctx.emit("cellHeaderContextMenuClick",o,t);return}}const r=this.ctx.body.renderRows;for(const o of r){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const l=h.getDrawX(),d=h.getDrawY();if(i>l&&i<l+h.width&&e>d&&e<d+h.height){this.ctx.emit("cellContextMenuClick",h,t);return}}}}),this.ctx.on("mousemove",t=>{var o;if(this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const n of s){const h=n.getDrawX(),l=n.getDrawY();if(i>h&&i<h+n.width&&e>l&&e<l+n.height){if(this.ctx.emit("cellHeaderMouseenter",n,t),this.ctx.hoverCellHeader&&this.ctx.hoverCellHeader!==n&&this.ctx.emit("cellHeaderMouseleave",this.ctx.hoverCellHeader,t),this.imageEnterAndLeave(n,t),this.ctx.hoverCellHeader===n)return;this.ctx.hoverCellHeader=n,this.ctx.emit("cellHeaderHoverChange",n);return}}const r=this.ctx.body.renderRows;for(const n of r){const h=n.fixedCells.concat(n.noFixedCells);for(const l of h){const d=l.getDrawX(),f=l.getDrawY();if(i>d&&i<d+l.visibleWidth&&e>f&&e<f+l.visibleHeight&&(this.imageEnterAndLeave(l,t),this.visibleHoverCell!==l&&(this.ctx.emit("visibleCellMouseleave",l,t),this.visibleHoverCell=l,this.ctx.emit("visibleCellHoverChange",l,t))),i>d&&i<d+l.width&&e>f&&e<f+l.height){if(this.ctx.emit("cellMouseenter",l,t),this.ctx.hoverCell&&this.ctx.hoverCell!==l&&this.ctx.emit("cellMouseleave",this.ctx.hoverCell,t),this.ctx.hoverCell===l)return;((o=this.ctx.hoverCell)==null?void 0:o.rowKey)!==l.rowKey&&(this.ctx.hoverCell=l,this.ctx.hoverRow=this.ctx.body.renderRows[l.rowIndex],this.ctx.emit("rowHoverChange",this.ctx.hoverRow,l,t),this.ctx.emit("draw")),this.ctx.hoverCell=l,this.ctx.emit("cellHoverChange",l,t);return}}}})}selectionClick(t){if(["selection","index-selection"].includes(t.type)&&this.ctx.isPointer)if(t instanceof Ut)t.drawImageName==="checkbox-uncheck"||t.drawImageName==="checkbox-indeterminate"?this.ctx.database.toggleAllSelection():t.drawImageName==="checkbox-check"&&this.ctx.database.clearSelection();else{if(!this.ctx.database.getRowSelectable(t.rowKey))return;this.ctx.database.toggleRowSelection(t.rowKey)}}treeClick(t){if(t.type==="tree"&&this.ctx.isPointer){const e=this.ctx.database.getRowForRowKey(t.rowKey),{expand:i=!1,expandLazy:s=!1}=e||{},{EXPAND_LAZY:r,EXPAND_LAZY_METHOD:o}=this.ctx.config;if(r&&o&&!i&&!s)typeof o=="function"&&(this.ctx.database.expandLoading(t.rowKey,!0),o({row:t.row,rowIndex:t.rowIndex,colIndex:t.colIndex,column:t.column,value:t.getValue()}).then(h=>{this.ctx.database.setExpandChildren(t.rowKey,h),this.ctx.database.expandLoading(t.rowKey,!1)}).catch(h=>{this.ctx.database.expandLoading(t.rowKey,!1),console.error(h)}));else{const n=this.ctx.database.getIsExpand(t.rowKey);this.ctx.database.expandItem(t.rowKey,!n),this.ctx.emit("expandChange")}}}imageEnterAndLeave(t,e){const i=e.offsetY,s=e.offsetX;s>t.drawImageX&&s<t.drawImageX+t.drawImageWidth&&i>t.drawImageY&&i<t.drawImageY+t.drawImageHeight?(this.ctx.target.style.cursor="pointer",this.ctx.isPointer=!0,t instanceof jt&&["selection","index-selection"].includes(t.type)&&(this.ctx.database.getRowSelectable(t.rowKey)||(this.ctx.target.style.cursor="not-allowed"))):(this.ctx.isPointer=!1,this.ctx.target.style.cursor==="pointer"&&(this.ctx.target.style.cursor="default"))}isBusy(t){const e=t.offsetY,i=t.offsetX;if(!(t.target instanceof HTMLCanvasElement)||!this.ctx.isTarget(t.target)||this.ctx.target.style.cursor==="row-resize"||this.ctx.target.style.cursor==="col-resize"||this.ctx.columnResizing||this.ctx.rowResizing)return!0;const{SCROLLER_TRACK_SIZE:s}=this.ctx.config;return!!(this.ctx.scrollerMove||this.ctx.scrollerFocus||e>this.ctx.target.height-s||i>this.ctx.target.width-s)}destroy(){this.resizeObserver.unobserve(this.ctx.target)}}class ei{constructor(t,e,i){c(this,"eventBus");c(this,"eventBrowser");c(this,"eventTable");c(this,"uuid",It());c(this,"targetContainer");c(this,"target");c(this,"paint");c(this,"icons");c(this,"mousedown",!1);c(this,"isPointer",!1);c(this,"rowResizing",!1);c(this,"columnResizing",!1);c(this,"scrollerMove",!1);c(this,"scrollerFocus",!1);c(this,"autofillMove",!1);c(this,"selectorMove",!1);c(this,"editing",!1);c(this,"scrollY",0);c(this,"scrollX",0);c(this,"fixedLeftWidth",0);c(this,"fixedRightWidth",0);c(this,"maxColIndex",0);c(this,"maxRowIndex",0);c(this,"hoverRow");c(this,"clickCell");c(this,"focusCell");c(this,"hoverCell");c(this,"clickCellHeader");c(this,"focusCellHeader");c(this,"hoverCellHeader");c(this,"body",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,headIndex:0,tailIndex:0,visibleRows:[],renderRows:[],data:[]});c(this,"footer",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,renderRows:[]});c(this,"header",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,visibleLeafColumns:[],leafCellHeaders:[],renderLeafCellHeaders:[],renderCellHeaders:[],fixedLeftCellHeaders:[],fixedRightCellHeaders:[],renderCenterCellHeaders:[]});c(this,"selector",{enable:!1,xArr:[-1,-1],yArr:[-1,-1],xArrCopy:[-1,-1],yArrCopy:[-1,-1]});c(this,"autofill",{enable:!1,xArr:[-1,-1],yArr:[-1,-1]});c(this,"database");c(this,"history");c(this,"config");this.target=e,this.targetContainer=t,this.target.setAttribute("uuid",this.uuid),this.config=new qt(i.config||{}),this.eventBus=new Ze,this.eventBrowser=new Ue(this),this.eventTable=new ti(this),this.paint=new Je(e),this.database=new Ge(this,i),this.history=new je(this),this.icons=new Qe(this)}setConfig(t){this.config=new qt(t)}setFocusCell(t){var e;this.focusCell!==t&&(((e=this.focusCell)==null?void 0:e.rowKey)!==t.rowKey&&(this.focusCell=t,this.emit("rowFocusChange",t)),this.focusCell=t,this.emit("cellFocusChange",t))}clearSelector(){this.selector={enable:!1,xArr:[-1,-1],yArr:[-1,-1],xArrCopy:[-1,-1],yArrCopy:[-1,-1]}}clearAutofill(){this.autofill={enable:!1,xArr:[-1,-1],yArr:[-1,-1]}}getSelectedData(){const t=[],e=this.selector.yArr,i=this.selector.xArr;let s="";for(let r=0;r<=e[1]-e[0];r++){const o=[];for(let n=0;n<=i[1]-i[0];n++){const h=r+e[0],l=n+i[0],d=this.database.getItemValueForRowIndexAndColIndex(h,l);d&&o.push(d.value)}s+=`${o.join(" ")}\r`,t.push(o)}return s=s?s.replace(/\r$/,""):" ",{xArr:i,yArr:e,text:s,value:t}}setScroll(t,e){let i=Math.floor(t);const s=this.body.width-this.body.visibleWidth;i<0?i=0:i>s&&(i=s);let r=Math.floor(e);const o=this.body.height-this.body.visibleHeight-this.footer.height;r<0?r=0:r>o&&(r=o),this.emit("setScroll",i,r)}setScrollX(t){let e=Math.floor(t);const i=this.body.width-this.body.visibleWidth;e<0?e=0:e>i&&(e=i),this.emit("setScrollX",e)}setScrollY(t){let e=Math.floor(t);const i=this.body.height-this.body.visibleHeight-this.footer.height;e<0?e=0:e>i&&(e=i),this.emit("setScrollY",e)}isTarget(t){if(t===null)return!1;const e=t.getAttribute("uuid");return this.uuid===e}hasEvent(t){return this.eventBus.has(t)}on(t,e){this.eventBus.on(t,e)}once(t,e){this.eventBus.once(t,e)}off(t,e){this.eventBus.off(t,e)}emit(t,...e){this.eventBus.emit(t,...e)}destroy(){this.eventTable.destroy(),this.eventBrowser.destroy(),this.eventBus.destroy()}}class Zt{constructor(t,e){c(this,"ctx");c(this,"type");c(this,"isFocus",!1);c(this,"trackX",0);c(this,"trackY",0);c(this,"trackWidth",0);c(this,"trackHeight",0);c(this,"splitPoints",[]);c(this,"barX",0);c(this,"barY",0);c(this,"barWidth",0);c(this,"barHeight",0);c(this,"distance",0);c(this,"visibleDistance",0);c(this,"offsetX",0);c(this,"offsetY",0);c(this,"dragStart",0);c(this,"isDragging",!1);c(this,"scroll",0);this.ctx=t,this.type=e,this.type==="vertical"?this.scroll=this.ctx.scrollY:this.scroll=this.ctx.scrollX}onWheel(t){this.updateScroll(t)}onMouseDown(t){const{offsetX:e,offsetY:i}=t;if(!(e==this.offsetX&&i==this.offsetY)){if(this.isOnScrollbar(e,i))this.offsetX=e,this.offsetY=i,this.isDragging=!0,this.ctx.scrollerMove=!0,this.isFocus=!0,this.dragStart=this.scroll;else if(this.isOnTrack(e,i)){let s=0;this.type==="vertical"?s=(i-this.ctx.header.height-this.barHeight/2)/(this.visibleDistance-this.barHeight)*this.distance:s=(e-this.barWidth/2)/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(s,this.distance))}}}onMouseUp(){this.isDragging=!1,this.isFocus=!1,this.offsetY=0,this.offsetX=0}onMouseMove(t){const{offsetX:e,offsetY:i}=t;if(this.isOnScrollbar(e,i)&&t.target===this.ctx.target?this.isFocus=!0:this.isFocus=!1,e==this.offsetX&&i==this.offsetY)return;let s=0;if(this.type==="horizontal"?s=e-this.offsetX:s=i-this.offsetY,this.isDragging&&s!==0){let r=0;this.type==="vertical"?r=this.dragStart+s/(this.visibleDistance-this.barHeight)*this.distance:r=this.dragStart+s/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(r,this.distance))}}isPointInElement(t,e,i,s,r,o){return t>=i&&t<=i+r&&e>=s&&e<=s+o}isOnScrollbar(t,e){return this.isPointInElement(t,e,this.barX,this.barY,this.barWidth,this.barHeight)}isOnTrack(t,e){return this.isPointInElement(t,e,this.trackX,this.trackY,this.trackWidth,this.trackHeight)}updateScroll(t){t.preventDefault();const e=t.deltaX,i=t.deltaY;this.type==="vertical"&&t.shiftKey===!1?this.scroll=Math.max(0,Math.min(this.scroll+i,this.distance)):this.type==="horizontal"&&(t.shiftKey?this.scroll=Math.max(0,Math.min(this.scroll+i,this.distance)):this.scroll=Math.max(0,Math.min(this.scroll+e,this.distance)))}updatedSize(){const{body:t,header:e,config:{SCROLLER_TRACK_SIZE:i=0,SCROLLER_SIZE:s=0}}=this.ctx,r=this.ctx.target.width+1,o=this.ctx.target.height,n=e.height,h=e.width,l=t.height,d=this.ctx.footer.height;if(this.type==="vertical"){this.visibleDistance=o-i-n,this.distance=l-this.visibleDistance+d,this.trackX=r-i,this.trackY=0,this.splitPoints=[this.trackX,n,this.trackX+i,n],this.trackWidth=i,this.trackHeight=o,this.barX=this.trackX+(i-s)/2,this.barWidth=s;const f=this.distance?this.visibleDistance/l:0;let x=Math.floor(f*this.visibleDistance);x<30?x=30:x>this.visibleDistance&&(x=0),this.barHeight=x,this.barY=n+this.scroll/this.distance*(this.visibleDistance-this.barHeight),this.scroll=Math.max(0,Math.min(this.scroll,this.distance))}else{this.visibleDistance=r-i,this.distance=h-this.visibleDistance,this.splitPoints=[r-i,o-i,r-i,o],this.trackX=0,this.trackY=o-i,this.trackWidth=r,this.trackHeight=i;const f=this.distance?this.visibleDistance/h:0;let x=Math.floor(f*this.visibleDistance);this.barY=this.trackY+.5+(i-s)/2,x<30?x=30:x>=this.visibleDistance&&(x=0),this.barWidth=x,this.barHeight=s,this.barX=this.scroll/this.distance*(this.visibleDistance-this.barWidth),this.scroll=Math.max(0,Math.min(this.scroll,this.distance))}}draw(){const{config:{SCROLLER_FOCUS_COLOR:t,SCROLLER_COLOR:e,BORDER_COLOR:i,SCROLLER_TRACK_COLOR:s}}=this.ctx;this.updatedSize(),this.ctx.paint.drawRect(this.trackX,this.trackY,this.trackWidth,this.trackHeight,{borderColor:i,fillColor:s}),this.ctx.paint.drawRect(this.barX,this.barY,this.barWidth,this.barHeight,{fillColor:this.isFocus||this.isDragging?t:e,radius:4}),this.splitPoints.length>0&&this.ctx.paint.drawLine(this.splitPoints,{borderColor:i,borderWidth:1}),this.ctx.scrollerFocus=this.isFocus}}class ii{constructor(t){c(this,"ctx");c(this,"verticalScrollbar");c(this,"horizontalScrollbar");this.ctx=t,this.verticalScrollbar=new Zt(t,"vertical"),this.horizontalScrollbar=new Zt(t,"horizontal"),this.ctx.on("wheel",e=>this.onWheel(e)),this.ctx.on("mousedown",e=>this.onMouseDown(e)),this.ctx.on("mousemove",e=>this.onMouseMove(e)),this.ctx.on("mouseup",()=>this.onMouseUp()),this.ctx.on("setScroll",(e,i)=>{this.setScroll(e,i)}),this.ctx.on("setScrollX",e=>{this.setScrollX(e)}),this.ctx.on("setScrollY",e=>{this.setScrollY(e)})}onWheel(t){this.verticalScrollbar.onWheel(t),this.horizontalScrollbar.onWheel(t),this.draw()}onMouseDown(t){this.verticalScrollbar.onMouseDown(t),this.horizontalScrollbar.onMouseDown(t),this.draw()}onMouseMove(t){this.verticalScrollbar.onMouseMove(t),this.horizontalScrollbar.onMouseMove(t),this.draw()}onMouseUp(){this.verticalScrollbar.onMouseUp(),this.horizontalScrollbar.onMouseUp(),this.ctx.scrollerMove=!1}draw(){this.verticalScrollbar.draw(),this.horizontalScrollbar.draw();const t=Math.floor(this.horizontalScrollbar.scroll),e=Math.floor(this.verticalScrollbar.scroll);(t!==this.ctx.scrollX||e!==this.ctx.scrollY)&&(this.ctx.scrollX=t,this.ctx.scrollY=e,this.ctx.emit("draw"),this.ctx.emit("onScroll",t,e),t!==this.ctx.scrollX&&this.ctx.emit("onScrollX",t),e!==this.ctx.scrollY&&this.ctx.emit("onScrollY",e))}setScroll(t,e){this.horizontalScrollbar.scroll=t,this.verticalScrollbar.scroll=e,this.ctx.emit("draw")}setScrollX(t){this.horizontalScrollbar.scroll=t,this.ctx.emit("draw")}setScrollY(t){this.verticalScrollbar.scroll=t,this.ctx.emit("draw")}scrollToColkey(t){const{header:e}=this.ctx,i=e.leafCellHeaders.find(s=>s.key===t);i&&this.setScrollX(i.x-e.visibleWidth/2)}scrollToColIndex(t){const{header:e}=this.ctx,i=e.leafCellHeaders.find(s=>s.colIndex===t);i&&i.x>e.visibleWidth/2&&this.setScrollX(i.x-e.visibleWidth/2)}scrollToRowIndex(t){const{body:e,database:i}=this.ctx,{top:s}=i.getPositionForRowIndex(t);s>e.visibleHeight&&this.setScrollY(s-e.visibleHeight/2)}scrollToRowKey(t){const{body:e,database:i}=this.ctx,s=i.getRowIndexForRowKey(t),{top:r}=i.getPositionForRowIndex(s);this.setScrollY(r-e.visibleHeight/2)}}class si{constructor(t){c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"resizeTarget",null);c(this,"resizeNum",0);c(this,"isResizing",!1);c(this,"offsetX",0);c(this,"resizeDiff",0);c(this,"columnIndex",0);c(this,"isMouseDown",!1);c(this,"columns");c(this,"visibleLeafColumns",[]);c(this,"visibleHeight",0);c(this,"visibleWidth",0);c(this,"allCellHeaders",[]);c(this,"leafCellHeaders",[]);c(this,"renderLeafCellHeaders",[]);c(this,"fixedLeftCellHeaders",[]);c(this,"centerCellHeaders",[]);c(this,"fixedRightCellHeaders",[]);c(this,"renderCenterCellHeaders",[]);c(this,"renderFixedCellHeaders",[]);this.ctx=t,this.ctx.on("resetHeader",Vt(()=>{this.init(),this.ctx.emit("draw")},100)),this.init(),this.initResizeColumn()}init(){const{config:{HEADER_HEIGHT:t,SCROLLER_TRACK_SIZE:e}}=this.ctx,i=this.ctx.database.getColumns();this.columns=i,this.allCellHeaders=[],this.leafCellHeaders=[],this.fixedLeftCellHeaders=[],this.fixedRightCellHeaders=[],this.centerCellHeaders=[];const s=zt(i),r=Ot(i);this.height=t*s,this.width=r.reduce((d,f)=>d+((f==null?void 0:f.width)||100),0),this.visibleHeight=this.height;const o=qe($t(i,s));this.columnIndex=0,this.resizeNum=0,this.render(o,0),this.ctx.database.updateColIndexKeyMap(this.leafCellHeaders);const n=this.ctx.targetContainer.getBoundingClientRect();if(this.resizeNum>0?this.ctx.target.width=n.width:this.ctx.target.width=this.width+e-1,this.visibleWidth=this.ctx.target.width-e,this.resizeNum){const d=this.visibleWidth-this.width,f=Math.floor(d/this.resizeNum*100)/100;this.resizeAllColumn(f)}const h=this.fixedLeftCellHeaders.filter(d=>!d.hasChildren);this.ctx.fixedLeftWidth=h.reduce((d,f)=>d+f.width,0);const l=this.fixedRightCellHeaders.filter(d=>!d.hasChildren);this.ctx.fixedRightWidth=l.reduce((d,f)=>d+f.width,e),this.ctx.maxColIndex=this.leafCellHeaders.length-1,this.ctx.header.x=this.x,this.ctx.header.y=this.y,this.ctx.header.width=this.width,this.ctx.header.height=this.height,this.ctx.header.visibleWidth=this.visibleWidth,this.ctx.header.visibleHeight=this.visibleHeight}initResizeColumn(){const{config:{ENABLE_RESIZE_COLUMN:t}}=this.ctx;t&&(this.ctx.on("mousedown",e=>{this.ctx.isTarget(e.target)&&(this.offsetX=e.offsetX,this.resizeTarget?(this.isResizing=!0,this.ctx.columnResizing=!0):this.isResizing=!1,this.isMouseDown=!0)}),this.ctx.on("mouseup",()=>{this.isMouseDown=!1,this.resizeDiff!==0&&this.resizeTarget&&this.resizeColumn(this.resizeTarget,this.resizeDiff),this.resizeTarget=null,this.isResizing=!1,this.ctx.columnResizing=!1,this.offsetX=0}),this.ctx.on("mousemove",e=>{if(this.ctx.editing)return;const{target:i,config:{RESIZE_COLUMN_MIN_WIDTH:s}}=this.ctx;if(this.isResizing&&this.resizeTarget){const r=this.resizeTarget.width;let o=e.offsetX-this.offsetX;o+r<s&&(o=-(r-s)),this.resizeDiff=o,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown)return;this.ctx.target.style.cursor==="col-resize"&&(this.ctx.target.style.cursor="default");const r=[...this.renderFixedCellHeaders,...this.renderCenterCellHeaders];for(const o of r){const n=e.layerX,h=o.getDrawX();n>h+o.width-5&&n<h+o.width+4&&n<i.width-4&&o.colspan<=1&&e.target instanceof HTMLCanvasElement&&this.ctx.isTarget(e.target)&&e.layerY<=this.height&&(this.ctx.target.style.cursor="col-resize",this.resizeTarget=o)}}}))}resizeColumn(t,e){const i=r=>{r.forEach(o=>{if(o.children&&o.children.length>0&&i(o.children),o.key===t.key){const n=o.width||100;o.width=n+e}})};i(this.columns),this.ctx.database.setColumns(this.columns),this.init(),this.ctx.emit("draw");let s=0;if(this.width<this.visibleWidth){const r=this.visibleWidth-this.width;s=Math.floor(r/this.resizeNum*100)/100,this.resizeAllColumn(s),this.ctx.emit("draw")}this.ctx.emit("resizeColumnChange",{colIndex:t.colIndex,key:t.key,oldWidth:t.width,width:t.width+e+s,column:t.column,columns:this.columns})}resizeAllColumn(t){if(t===0)return;const e=new Map;let i=!0;for(const r of this.allCellHeaders)if(r.widthFillDisable)e.set(r.key,r.width);else{const o=r.width+t*r.colspan;e.set(r.key,o),o<this.ctx.config.RESIZE_COLUMN_MIN_WIDTH&&(i=!1)}if(!i)return;const s=r=>{r.forEach(o=>{e.has(o.key)&&(o.width=e.get(o.key)),o.children&&o.children.length>0&&s(o.children)})};s(this.columns),this.ctx.database.setColumns(this.columns),this.init()}render(t,e){const i=t.length;let s=e;const{HEADER_HEIGHT:r=0}=this.ctx.config;for(let o=0;o<i;o++){const n=t[o],h=r*(n.rowspan||1),l=r*n.level;let d=n.width||100;n.children&&(d=Ot(n.children).reduce((u,y)=>u+((y==null?void 0:y.width)||100),0));const f=new Ut(this.ctx,this.columnIndex,s,l,d,h,n);this.ctx.database.setHeader(n.key,f),this.allCellHeaders.push(f),n.children||(this.leafCellHeaders.push(f),f.column.widthFillDisable||this.resizeNum++),n.fixed==="left"?this.fixedLeftCellHeaders.push(f):n.fixed==="right"?this.fixedRightCellHeaders.push(f):this.centerCellHeaders.push(f),!n.children&&this.columnIndex++,n.children&&this.render(n.children,s),s+=d}}drawTipLine(){if(this.isResizing&&this.resizeTarget){const{target:t,config:{RESIZE_COLUMN_LINE_COLOR:e}}=this.ctx,i=this.resizeTarget.getDrawX(),s=this.resizeTarget.width,r=i+s+this.resizeDiff-.5,o=[r+.5,0,r+.5,t.height];this.ctx.paint.drawLine(o,{borderColor:e,borderWidth:1})}}drawFiexShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,target:r,config:{HEADER_BG_COLOR:o,SCROLLER_TRACK_SIZE:n}}=this.ctx;if(i>0&&t!==0&&this.ctx.paint.drawShadow(this.x,this.y,t,this.height,{fillColor:o,side:"right",shadowWidth:4,colorStart:"rgba(0,0,0,0.1)",colorEnd:"rgba(0,0,0,0)"}),i<Math.floor(s.width-s.visibleWidth-1)&&e!==n){const h=s.width-(this.x+this.width)+r.width-e;this.ctx.paint.drawShadow(h+1,this.y,e,this.height,{fillColor:o,side:"left",shadowWidth:4,colorStart:"rgba(0,0,0,0)",colorEnd:"rgba(0,0,0,0.1)"})}}update(){const t=[],e=[],i=[];this.centerCellHeaders.forEach(s=>{s.isHorizontalVisible()&&s.isVerticalVisible()&&(e.push(s),s.hasChildren||t.push(s))}),this.fixedLeftCellHeaders.forEach(s=>{i.push(s),s.hasChildren||t.push(s)}),this.fixedRightCellHeaders.forEach(s=>{i.push(s),s.hasChildren||t.push(s)}),this.renderCenterCellHeaders=e,this.renderFixedCellHeaders=i,this.renderLeafCellHeaders=t.sort((s,r)=>s.x-r.x),this.visibleLeafColumns=this.renderLeafCellHeaders.map(s=>s.column),this.ctx.header.visibleLeafColumns=this.visibleLeafColumns,this.ctx.header.leafCellHeaders=this.leafCellHeaders,this.ctx.header.renderLeafCellHeaders=this.renderLeafCellHeaders,this.ctx.header.renderCellHeaders=this.renderFixedCellHeaders.concat(this.renderCenterCellHeaders)}draw(){this.renderCenterCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawFiexShadow(),this.renderFixedCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawTipLine()}}class Jt{constructor(t,e,i=0,s=0,r=0,o=0,n,h="body"){c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height");c(this,"cells",[]);c(this,"fixedCells",[]);c(this,"noFixedCells",[]);c(this,"rowIndex",0);c(this,"rowKey","");c(this,"rowType","body");c(this,"data");this.ctx=t,this.x=i,this.y=s,this.width=r,this.height=o,this.rowIndex=e,this.rowKey=t.database.getRowKeyForRowIndex(e),this.rowType=h,this.data=n,this.update()}update(){const{header:t}=this.ctx,e=[],i=[],s=[];t.renderLeafCellHeaders.forEach(r=>{const o=new jt(this.ctx,this.rowIndex,r.colIndex,r.x,this.y,r.width,this.height,r.column,this.data,this.rowType);o.fixed?i.push(o):s.push(o),e.push(o)}),this.cells=e,this.fixedCells=i,this.noFixedCells=s}drawCenter(){this.noFixedCells.forEach(t=>{t.draw()})}drawFixed(){this.fixedCells.forEach(t=>{t.draw()})}draw(){this.noFixedCells.forEach(t=>{t.draw()}),this.fixedCells.forEach(t=>{t.draw()})}}class ri{constructor(t){c(this,"resizeTarget",null);c(this,"isMouseDown",!1);c(this,"resizeDiff",0);c(this,"offsetY",0);c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"headIndex",0);c(this,"tailIndex",0);c(this,"isResizing",!1);c(this,"renderRows",[]);c(this,"visibleRows",[]);c(this,"visibleHeight",0);c(this,"visibleWidth",0);c(this,"data",[]);this.ctx=t,this.init(),this.initResizeRow()}init(){const{target:t,header:e,database:i,config:{FOOTER_FIXED:s,SCROLLER_TRACK_SIZE:r=0,BORDER_COLOR:o,BORDER_RADIUS:n,HEIGHT:h,EMPTY_BODY_HEIGHT:l=0,MAX_HEIGHT:d=0,ENABLE_OFFSET_HEIGHT:f=0,OFFSET_HEIGHT:x=0}}=this.ctx;if(!e.width)return;this.x=0,this.y=e.height;const{data:u,sumHeight:y}=i.getData();this.height=y,this.data=u;const{top:g}=t.getBoundingClientRect();this.width=e.width,this.visibleWidth=t.width-r;const w=this.ctx.footer.height;this.data.length||(this.height=l);const p=this.data.length?"not-empty":"empty";this.ctx.emit("emptyChange",{isEmpty:p,type:p,headerHeight:e.height,bodyHeight:this.height,footerHeight:w,width:this.width,height:this.data.length?0:l+w});let E=this.height+e.height+r;E+=w;let m=0;this.data.length&&f?(m=window.innerHeight-g-x,m<0&&(m=32,console.error("There is an error in the height calculation ENABLE_OFFSET_HEIGHT and OFFSET_HEIGHT are invalid"))):this.data.length&&h?m=h:this.data.length&&d&&E>d?m=d:m=E,m>0&&(this.ctx.target.height=m);let b=t.height-e.height-r;s?this.visibleHeight=b-w:this.visibleHeight=b,this.ctx.body.x=this.x,this.ctx.body.y=this.y,this.ctx.body.width=this.width,this.ctx.body.height=this.height,this.ctx.body.visibleWidth=this.visibleWidth,this.ctx.body.visibleHeight=this.visibleHeight,this.ctx.body.data=u,this.ctx.target.setAttribute("style",`outline: none; position: relative; border-radius: ${n}px; border: 1px solid ${o}; height:${this.ctx.target.height}px;width:${this.ctx.target.width-1}px;`)}initResizeRow(){const{config:{ENABLE_RESIZE_ROW:t}}=this.ctx;t&&(this.ctx.on("mouseup",()=>{this.isMouseDown=!1,this.resizeDiff!==0&&this.resizeTarget&&this.resizeRow(this.resizeTarget,this.resizeDiff),this.resizeTarget=null,this.resizeDiff=0,this.isResizing=!1,this.ctx.rowResizing=!1,this.offsetY=0}),this.ctx.on("mousedown",e=>{this.ctx.isTarget(e.target)&&(this.offsetY=e.offsetY,this.resizeTarget?(this.isResizing=!0,this.ctx.rowResizing=!0):this.isResizing=!1,this.isMouseDown=!0)}),this.ctx.on("mousemove",e=>{if(this.ctx.editing)return;const i=e.offsetY,s=e.offsetX,{target:r,scrollY:o,config:{RESIZE_ROW_MIN_HEIGHT:n=0}}=this.ctx;if(this.isResizing&&this.resizeTarget){const h=this.resizeTarget.height;let l=i-this.offsetY;l+h<n&&(l=-(h-n)),this.resizeDiff=l,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown||this.ctx.target.style.cursor==="crosshair")return;this.ctx.target.style.cursor==="row-resize"&&(this.ctx.target.style.cursor="default");for(let h=0;h<this.renderRows.length;h++){const l=this.renderRows[h];if(i>l.y-o+l.height-1.5&&i<l.y-o+l.height+1.5&&i<r.height-4)for(let f=0;f<l.cells.length;f++){const x=l.cells[f];s>x.drawX+10&&s<x.drawX+x.width-10&&x.rowspan===1&&(this.ctx.target.style.cursor="row-resize",this.resizeTarget=l)}}}}))}resizeRow(t,e){const{rowIndex:i,height:s,rowKey:r,data:o}=t;this.ctx.database.setRowHeight(i,s+e),this.init(),this.ctx.emit("draw"),this.ctx.emit("resizeRowChange",{rowIndex:i,oldHeight:s,height:s+e,rowKey:r,row:o,data:this.data})}drawTipLine(){if(this.isResizing&&this.resizeTarget){const{target:t,scrollY:e,config:{RESIZE_ROW_LINE_COLOR:i}}=this.ctx,s=this.resizeTarget.y-e,r=this.resizeTarget.height,o=s+r+this.resizeDiff-.5,n=[0,o+.5,t.width,o+.5];this.ctx.paint.drawLine(n,{borderColor:i,borderWidth:1})}}drawFiexShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,target:r,config:{HEADER_BG_COLOR:o,SCROLLER_TRACK_SIZE:n}}=this.ctx;if(i>0&&t!==0&&this.ctx.paint.drawShadow(this.x,this.y,t,this.height,{fillColor:o,side:"right",shadowWidth:4,colorStart:"rgba(0,0,0,0.1)",colorEnd:"rgba(0,0,0,0)"}),i<Math.floor(s.width-s.visibleWidth-1)&&e!==n){const h=s.width-(this.x+this.width)+r.width-e;this.ctx.paint.drawShadow(h+1,this.y,e,this.height,{fillColor:o,side:"left",shadowWidth:4,colorStart:"rgba(0,0,0,0)",colorEnd:"rgba(0,0,0,0.1)"})}}binarySearch(t,e){let i=0,s=t.length-1,r=-1;for(;i<=s;){let o=Math.floor((i+s)/2),n=t[o].bottom;if(n===e)return o;n<e?i=o+1:(r=o,s=o-1)}return r}update(){this.init();const{header:t,database:e,scrollY:i}=this.ctx,s=i,{data:r,positions:o}=e.getData();this.ctx.maxRowIndex=r.length-1;const n=this.binarySearch(o,s);let h=this.binarySearch(o,s+this.visibleHeight);h===-1&&(h=r.length),this.headIndex=Math.max(0,n),this.tailIndex=Math.min(this.ctx.maxRowIndex,h+1),this.visibleRows=r.slice(this.headIndex,this.tailIndex+1),this.ctx.body.headIndex=this.headIndex,this.ctx.body.tailIndex=this.tailIndex,this.ctx.body.visibleRows=this.visibleRows;const l=[];for(let d=0;d<this.visibleRows.length;d++){const f=this.headIndex+d,x=this.visibleRows[d],{height:u,top:y}=this.ctx.database.getPositionForRowIndex(f),g=new Jt(this.ctx,f,0,y+this.y,t.width,u,x);l.push(g)}this.renderRows=l,this.ctx.body.renderRows=l}draw(){this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFiexShadow(),this.renderRows.forEach(t=>{t.drawFixed()}),this.drawTipLine()}}class oi{constructor(t){c(this,"ctx");c(this,"renderRows",[]);c(this,"data",[]);c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"visibleWidth",0);c(this,"visibleHeight",0);this.ctx=t,this.init()}init(){this.data=this.ctx.database.getFooterData();const{header:t,body:e,config:{CELL_FOOTER_HEIGHT:i,FOOTER_FIXED:s,SCROLLER_TRACK_SIZE:r}}=this.ctx;this.width=t.width,this.visibleWidth=t.visibleWidth,this.height=this.data.reduce(o=>o+i,0),this.visibleHeight=this.height,s?this.y=this.ctx.target.height-this.height-r:this.y=e.y+e.height,this.ctx.footer.x=this.x,this.ctx.footer.y=this.y,this.ctx.footer.height=this.height,this.ctx.footer.width=this.width,this.ctx.footer.visibleWidth=this.visibleWidth,this.ctx.footer.visibleHeight=this.visibleHeight}drawFiexShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,target:r,config:{HEADER_BG_COLOR:o,SCROLLER_TRACK_SIZE:n}}=this.ctx;let h=this.y;if(this.ctx.config.FOOTER_FIXED||(h=this.y-this.ctx.scrollY),i>0&&t!==0&&this.ctx.paint.drawShadow(this.x,h,t,this.height,{fillColor:o,side:"right",shadowWidth:4,colorStart:"rgba(0,0,0,0.1)",colorEnd:"rgba(0,0,0,0)"}),i<Math.floor(s.width-s.visibleWidth-1)&&e!==n){const l=s.width-(this.x+this.width)+r.width-e;this.ctx.paint.drawShadow(l+1,h,e,this.height,{fillColor:o,side:"left",shadowWidth:4,colorStart:"rgba(0,0,0,0)",colorEnd:"rgba(0,0,0,0.1)"})}}update(){this.init();const{CELL_FOOTER_HEIGHT:t}=this.ctx.config;let e=this.y;const i=[];this.data.forEach((s,r)=>{const o=new Jt(this.ctx,r,0,e,this.width,t,s,"footer");e+=t,i.push(o)}),this.renderRows=i,this.ctx.footer.renderRows=this.renderRows}draw(){this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFiexShadow(),this.renderRows.forEach(t=>{t.drawFixed()})}}class ni{constructor(t){c(this,"isCut",!1);c(this,"isMultipleRow",!1);c(this,"ctx");c(this,"adjustPositionX","");c(this,"adjustPositionY","");c(this,"timerX",0);c(this,"timerY",0);this.ctx=t,this.init()}init(){this.ctx.on("mousemove",Vt(t=>{const{offsetX:e,offsetY:i}=t,s=this.ctx.isTarget(t.target)&&e>0&&e<this.ctx.body.visibleWidth&&i>this.ctx.header.visibleHeight&&i<this.ctx.header.visibleHeight+this.ctx.body.visibleHeight;(this.ctx.selectorMove||this.ctx.autofillMove)&&(s?this.stopAdjustPosition():this.startAdjustPosition(t))},100)),this.ctx.on("cellHoverChange",t=>{if(!this.ctx.autofillMove){if(["index-selection","selection","index"].includes(t.type)){this.selectRows(t,!1);return}this.isMultipleRow||this.mouseenter()}}),this.ctx.on("cellMousedown",(t,e)=>{if(this.ctx.isTarget(e.target)&&this.ctx.target.style.cursor!=="pointer"&&!this.ctx.isPointer&&this.ctx.target.style.cursor!=="crosshair"){if(["index-selection","selection","index"].includes(t.type)){this.isMultipleRow=!0,this.selectRows(t);return}this.isMultipleRow=!1,this.click(e.shiftKey)}}),this.ctx.on("cellHeaderHoverChange",t=>{this.ctx.mousedown&&this.selectCols(t)}),this.ctx.on("cellHeaderMousedown",t=>{this.ctx.target.style.cursor!=="pointer"&&(this.ctx.isPointer||this.selectCols(t))}),this.ctx.on("keydown",t=>{if(t.ctrlKey&&t.code==="KeyV"||t.metaKey&&t.code==="KeyV"){this.paste();return}if(t.ctrlKey&&t.code==="KeyC"||t.metaKey&&t.code==="KeyC"){t.preventDefault(),this.copy(),this.isCut=!1;return}if(t.ctrlKey&&t.code==="KeyX"||t.metaKey&&t.code==="KeyX"){t.preventDefault(),this.isCut=!0,this.copy();return}if((t.ctrlKey&&t.code==="KeyA"||t.metaKey&&t.code==="KeyA")&&(t.preventDefault(),this.selectAll()),t.code==="ArrowLeft"){t.preventDefault(),this.moveFocus("LEFT");return}if(t.code==="ArrowUp"){t.preventDefault(),this.moveFocus("TOP");return}if(t.code==="ArrowRight"||t.code==="Tab"){t.preventDefault(),this.moveFocus("RIGHT");return}if(t.code==="ArrowDown"){t.preventDefault(),this.moveFocus("BOTTOM");return}if(t.code==="Delete"||t.code==="Backspace"){t.preventDefault();const{xArr:e,yArr:i}=this.ctx.selector;this.clearSelectedData(e,i);return}}),this.ctx.on("contextMenuClearSelected",()=>{const{xArr:t,yArr:e}=this.ctx.selector;this.clearSelectedData(t,e)}),this.ctx.on("contextMenuCopy",()=>{this.copy()}),this.ctx.on("contextMenuPaste",()=>{this.paste()}),this.ctx.on("contextMenuCut",()=>{this.isCut=!0,this.copy()}),this.ctx.on("setSelectorCell",t=>{this.ctx.setFocusCell(t),this.click()}),this.ctx.on("mouseup",()=>{this.ctx.selectorMove=!1,this.stopAdjustPosition()})}setSelector(t,e){const{ENABLE_SELECTOR_SPAN_COL:i,ENABLE_SELECTOR_SPAN_ROW:s}=this.ctx.config;let r=t,o=e;if(!s){const[n]=o;o=[n,n]}if(!i){const[n]=r;r=[n,n]}(JSON.stringify(this.ctx.selector.xArr)!==JSON.stringify(r)||JSON.stringify(this.ctx.selector.yArr)!==JSON.stringify(o))&&(this.ctx.mousedown&&(this.ctx.selectorMove=!0),this.ctx.selector.enable=!0,this.ctx.selector.xArr=r,this.ctx.selector.yArr=o,this.ctx.emit("setSelector",this.ctx.selector),this.ctx.emit("draw"))}selectCols(t){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_ROWS||this.ctx.autofillMove||this.ctx.columnResizing)return;if(["index","index-selection","selection"].includes(t.type)){this.selectAll();return}const e=0,i=this.ctx.maxRowIndex;if(this.ctx.mousedown&&this.ctx.focusCellHeader){const{colIndex:s}=this.ctx.focusCellHeader;if(t.colIndex>=s){const r=[s,t.colIndex+t.colspan-1],o=[e,i];this.setSelector(r,o)}else{const r=[t.colIndex,s],o=[e,i];this.setSelector(r,o)}}else{const s=[t.colIndex,t.colIndex+t.colspan-1],r=[e,i];this.setSelector(s,r)}}selectAll(){if(this.ctx.autofillMove)return;const{ENABLE_SELECTOR_ALL_ROWS:t,ENABLE_SELECTOR_ALL_COLS:e}=this.ctx.config;if(t&&e){const s=this.ctx.maxColIndex,r=0,o=this.ctx.maxRowIndex,n=[1,s],h=[r,o];this.setSelector(n,h)}}selectRows(t,e=!0){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_COLS||this.ctx.autofillMove)return;const i=this.ctx.maxColIndex,s=t.colIndex+1;if(e){this.ctx.setFocusCell(t);const r=[s,i],o=[t.rowIndex,t.rowIndex];this.setSelector(r,o)}if(this.ctx.focusCell&&this.ctx.mousedown){const{rowIndex:r}=this.ctx.focusCell;if(t.rowIndex>=r){const o=[s,i],n=[r,t.rowIndex];this.setSelector(o,n)}else{const o=[s,i],n=[t.rowIndex,r];this.setSelector(o,n)}}}mouseenter(){if(this.ctx.config.ENABLE_SELECTOR_SINGLE)return;const{mousedown:t,focusCell:e,hoverCell:i}=this.ctx;if(t&&e&&i){const{rowIndex:s,colIndex:r}=e,o=Math.min(i.colIndex,r),n=Math.max(i.colIndex,r),h=Math.min(i.rowIndex,s),l=Math.max(i.rowIndex,s),d=[o,n],f=[h,l];this.setSelector(d,f)}}click(t=!1){const{focusCell:e,clickCell:i}=this.ctx;if(e)if(this.ctx.selector.enable=!0,i&&t){const{colIndex:s,rowIndex:r}=i,{colIndex:o,rowIndex:n}=e,h=Math.min(o,s),l=Math.max(o,s),d=Math.min(n,r),f=Math.max(n,r),x=[h,l],u=[d,f];this.setSelector(x,u)}else{this.ctx.emit("cellSelectedClick",e);const s=[e.colIndex,e.colIndex],r=[e.rowIndex,e.rowIndex];this.setSelector(s,r),this.adjustBoundaryPosition()}}clearCopyLine(){this.ctx.selector.xArrCopy=[-1,-1],this.ctx.selector.yArrCopy=[-1,-1]}getCell(t,e){const i=this.ctx.body.renderRows.find(r=>r.rowIndex===t);return i==null?void 0:i.cells.find(r=>r.colIndex===e)}copy(){if(!this.ctx.config.ENABLE_COPY)return;const{text:t}=this.ctx.getSelectedData();navigator.clipboard?navigator.clipboard.writeText(t).then(()=>{this.ctx.selector.xArrCopy=this.ctx.selector.xArr.slice(),this.ctx.selector.yArrCopy=this.ctx.selector.yArr.slice(),this.ctx.emit("setCopy",this.ctx.selector),this.ctx.emit("draw")}).catch(e=>console.error("复制失败:",e)):console.error("当前浏览器不支持Clipboard API")}clearSelectedData(t,e,i=!1){let s=[];const r=new Set;for(let n=0;n<=e[1]-e[0];n++)for(let h=0;h<=t[1]-t[0];h++){const l=n+e[0],d=h+t[0],f=this.ctx.database.getItemValueForRowIndexAndColIndex(l,d);if(f){const{rowKey:x,key:u}=f;this.ctx.database.getReadonly(x,u)||(r.add(x),s.push({rowKey:x,key:u,value:null,row:{}}))}}if(!s.length)return[];if(i)return s;this.ctx.database.batchSetItemValue(s,!0);let o=[];return r.forEach(n=>{o.push(this.ctx.database.getRowDataItemForRowKey(n))}),this.ctx.emit("clearSelectedDataChange",s,o),this.ctx.emit("draw"),s}paste(){if(!navigator.clipboard){console.error("当前浏览器不支持Clipboard API");return}const{ENABLE_PASTER:t}=this.ctx.config;if(this.ctx.selector.enable&&t){const e=this.ctx.selector.yArr[0],i=this.ctx.selector.xArr[0],s=new Set;navigator.clipboard.readText().then(r=>{let o=[];const n=r.split("\r");n.length===1?o=n[0].split(`
14
- `).map(f=>f.split(" ")):o=n.map(d=>d.split(" "));let h=[];for(let d=0;d<=o.length-1;d++){const f=o[d].length;for(let x=0;x<=f-1;x++){const u=d+e,y=x+i,g=o[d][x],w=this.ctx.database.getItemValueForRowIndexAndColIndex(u,y);if(w){const{rowKey:p,key:E}=w;this.ctx.database.getReadonly(p,E)||(s.add(p),h.push({rowKey:p,key:E,value:g,row:{}}))}}}if(this.isCut){const d=this.clearSelectedData(this.ctx.selector.xArrCopy,this.ctx.selector.yArrCopy,!0),f=h.map(x=>`${x.rowKey}-${x.key}`);d.forEach(x=>{f.includes(`${x.rowKey}-${x.key}`)||h.unshift(x)}),this.isCut=!1}if(!h.length)return;this.ctx.database.batchSetItemValue(h,!0);let l=[];s.forEach(d=>{l.push(this.ctx.database.getRowDataItemForRowKey(d))}),this.ctx.emit("pasteChange",h,l),this.clearCopyLine(),this.ctx.emit("draw")}).catch(r=>{console.error("获取剪贴板内容失败:",r)})}}moveFocus(t){if(this.ctx.editing)return;const{focusCell:e}=this.ctx;if(!e)return;let{colIndex:i=0,rowIndex:s=0}=e;const r=0,o=0,n=this.ctx.maxColIndex,h=this.ctx.maxRowIndex;switch(t){case"LEFT":i>r&&i--;break;case"TOP":s>o&&s--;break;case"RIGHT":i<n&&i++;break;case"BOTTOM":s<h&&s++;break}const l=[i,i],d=[s,s],f=this.getCell(s,i);if(f){if(["index","index-selection","selection"].includes(f.type))return;this.ctx.setFocusCell(f)}this.setSelector(l,d),this.adjustBoundaryPosition(),this.ctx.emit("draw")}stopAdjustPosition(){this.adjustPositionX="",this.adjustPositionY="",this.timerX&&(clearInterval(this.timerX),this.timerX=0),this.timerY&&(clearInterval(this.timerY),this.timerY=0)}startAdjustPosition(t){const{offsetX:e,offsetY:i}=t;let s="",r="";if(e<0?s="left":e>this.ctx.body.visibleWidth&&(s="right"),i<this.ctx.header.visibleHeight?r="top":i>this.ctx.header.visibleHeight+this.ctx.body.visibleHeight&&(r="bottom"),s&&this.adjustPositionX!==s){this.adjustPositionX=s;let n=10*(s==="left"?-1:1);this.timerX&&(clearInterval(this.timerX),this.timerX=0),this.timerX=setInterval(()=>{n*=1.5;const{scrollX:h}=this.ctx,l=h+n;(l<0||l>this.ctx.body.width)&&(clearInterval(this.timerX),this.timerX=0),this.ctx.setScrollX(l)},100)}if(r&&this.adjustPositionY!==r){this.adjustPositionY=r;let n=10*(r==="top"?-1:1);this.timerY&&(clearInterval(this.timerY),this.timerY=0),this.timerY=setInterval(()=>{n*=1.5;const{scrollY:h}=this.ctx,l=h+n;(l<0||l>this.ctx.body.height)&&(clearInterval(this.timerY),this.timerY=0),this.ctx.setScrollY(l)},100)}}adjustBoundaryPosition(){const{target:t,focusCell:e,fixedRightWidth:i,fixedLeftWidth:s,header:r,footer:o,scrollX:n,scrollY:h}=this.ctx;if(!e)return;const{SCROLLER_TRACK_SIZE:l=0,FOOTER_FIXED:d}=this.ctx.config;let f=0;d&&(f=o.visibleHeight);const x=s-e.drawX+1,u=e.drawX+e.width-(t.width-i)+1,y=r.height-e.drawY,g=e.drawY+e.height-(t.height-f-l);u>0&&!e.fixed?this.ctx.setScrollX(n+u):x>0&&!e.fixed&&this.ctx.setScrollX(n-x),y>0?this.ctx.setScrollY(h-y):g>0&&this.ctx.setScrollY(h+g)}destroy(){this.timerX&&(clearTimeout(this.timerX),this.timerX=0),this.timerY&&(clearTimeout(this.timerY),this.timerY=0)}}class ai{constructor(t){c(this,"ctx");this.ctx=t,this.init()}init(){this.ctx.on("cellMouseenter",(t,e)=>{this.ctx.target.style.cursor==="crosshair"&&(this.ctx.target.style.cursor="default");const{xArr:i,yArr:s}=this.ctx.selector,r=i[1],o=s[1],{colIndex:n,rowIndex:h,drawX:l,drawY:d,width:f,height:x}=t;if(this.ctx.config.ENABLE_AUTOFILL&&n===r&&h===o){const y=l+f-6,g=d+x-6;e.offsetX>y&&e.offsetY>g&&(this.ctx.target.style.cursor="crosshair")}this.mouseenter(t)}),this.ctx.on("cellMousedown",()=>{this.ctx.target.style.cursor==="crosshair"&&this.setMousedown()}),this.ctx.on("mouseup",()=>{this.setMouseUp()})}isAutofillIng(){const{xArr:t,yArr:e}=this.ctx.selector;return!(JSON.stringify(this.ctx.autofill.xArr)===JSON.stringify(t)&&JSON.stringify(this.ctx.autofill.yArr)===JSON.stringify(e))}setMousedown(){this.ctx.autofill.enable=!0,this.ctx.autofillMove=!0}setMouseUp(){if(!this.ctx.autofill.enable)return;this.isAutofillIng()&&this.autofillData(),this.ctx.autofill.enable=!1,this.ctx.autofillMove=!1,this.ctx.autofill.xArr=[-1,-1],this.ctx.autofill.yArr=[-1,-1]}setAutofill(t,e){const{ENABLE_AUTOFILL:i,ENABLE_SELECTOR_SPAN_COL:s,ENABLE_SELECTOR_SPAN_ROW:r}=this.ctx.config;if(!i)return;let o=t,n=e;if(!r){const[h]=n;n=[h,h]}if(!s){const[h]=o;o=[h,h]}(JSON.stringify(this.ctx.autofill.xArr)!==JSON.stringify(o)||JSON.stringify(this.ctx.autofill.yArr)!==JSON.stringify(n))&&(this.ctx.autofill.xArr=o,this.ctx.autofill.yArr=n,this.ctx.emit("setAutofill",this.ctx.autofill),this.ctx.emit("draw"))}autofillData(){const t=new Set,e=this.ctx.getSelectedData(),i=new Map;for(let f=0;f<=e.yArr[1]-e.yArr[0];f++)for(let x=0;x<=e.xArr[1]-e.xArr[0];x++){const u=f+e.yArr[0],y=x+e.xArr[0];i.set(`${u}-${y}`,!0)}const{value:s}=e,r=s[0].length,o=s.length,n=this.ctx.autofill.xArr,h=this.ctx.autofill.yArr;let l=[];for(let f=0;f<=h[1]-h[0];f++)for(let x=0;x<=n[1]-n[0];x++){const u=x+n[0],y=f+h[0],g=s[f%o][x%r],w=this.ctx.database.getItemValueForRowIndexAndColIndex(y,u),p=`${y}-${u}`;if(w&&!i.has(p)){const{rowKey:E,key:m}=w;this.ctx.database.getReadonly(E,m)||(t.add(E),l.push({rowKey:E,key:m,value:g,row:{}}))}}if(!l.length)return;this.ctx.database.batchSetItemValue(l,!0);let d=[];t.forEach(f=>{d.push(this.ctx.database.getRowDataItemForRowKey(f))}),this.ctx.emit("autofillChange",l,d),this.ctx.selector.xArr=this.ctx.autofill.xArr,this.ctx.selector.yArr=this.ctx.autofill.yArr,this.ctx.emit("draw")}mouseenter(t){if(["index","selection","index-selection"].includes(t.type))return;const{selector:e,autofill:i}=this.ctx;if(this.ctx.mousedown&&e.enable&&i.enable){const{rowIndex:s,colIndex:r}=t,o=e.xArr.slice(),n=e.yArr.slice();s>=e.yArr[0]&&s<=e.yArr[1]?r>e.xArr[1]?o.splice(1,1,r):r<e.xArr[0]&&o.splice(0,1,r):s>e.yArr[1]?n.splice(1,1,s):s<e.yArr[0]&&n.splice(0,1,s),this.setAutofill(o,n)}}destroy(){}}const at=Math.min,Z=Math.max,ut=Math.round,V=a=>({x:a,y:a}),ci={left:"right",right:"left",bottom:"top",top:"bottom"},hi={start:"end",end:"start"};function _t(a,t,e){return Z(a,at(t,e))}function ct(a,t){return typeof a=="function"?a(t):a}function j(a){return a.split("-")[0]}function ht(a){return a.split("-")[1]}function Qt(a){return a==="x"?"y":"x"}function Tt(a){return a==="y"?"height":"width"}function J(a){return["top","bottom"].includes(j(a))?"y":"x"}function St(a){return Qt(J(a))}function li(a,t,e){e===void 0&&(e=!1);const i=ht(a),s=St(a),r=Tt(s);let o=s==="x"?i===(e?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[r]>t.floating[r]&&(o=gt(o)),[o,gt(o)]}function di(a){const t=gt(a);return[Lt(a),t,Lt(t)]}function Lt(a){return a.replace(/start|end/g,t=>hi[t])}function fi(a,t,e){const i=["left","right"],s=["right","left"],r=["top","bottom"],o=["bottom","top"];switch(a){case"top":case"bottom":return e?t?s:i:t?i:s;case"left":case"right":return t?r:o;default:return[]}}function xi(a,t,e,i){const s=ht(a);let r=fi(j(a),e==="start",i);return s&&(r=r.map(o=>o+"-"+s),t&&(r=r.concat(r.map(Lt)))),r}function gt(a){return a.replace(/left|right|bottom|top/g,t=>ci[t])}function ui(a){return{top:0,right:0,bottom:0,left:0,...a}}function te(a){return typeof a!="number"?ui(a):{top:a,right:a,bottom:a,left:a}}function wt(a){const{x:t,y:e,width:i,height:s}=a;return{width:i,height:s,top:e,left:t,right:t+i,bottom:e+s,x:t,y:e}}function ee(a,t,e){let{reference:i,floating:s}=a;const r=J(t),o=St(t),n=Tt(o),h=j(t),l=r==="y",d=i.x+i.width/2-s.width/2,f=i.y+i.height/2-s.height/2,x=i[n]/2-s[n]/2;let u;switch(h){case"top":u={x:d,y:i.y-s.height};break;case"bottom":u={x:d,y:i.y+i.height};break;case"right":u={x:i.x+i.width,y:f};break;case"left":u={x:i.x-s.width,y:f};break;default:u={x:i.x,y:i.y}}switch(ht(t)){case"start":u[o]-=x*(e&&l?-1:1);break;case"end":u[o]+=x*(e&&l?-1:1);break}return u}const gi=async(a,t,e)=>{const{placement:i="bottom",strategy:s="absolute",middleware:r=[],platform:o}=e,n=r.filter(Boolean),h=await(o.isRTL==null?void 0:o.isRTL(t));let l=await o.getElementRects({reference:a,floating:t,strategy:s}),{x:d,y:f}=ee(l,i,h),x=i,u={},y=0;for(let g=0;g<n.length;g++){const{name:w,fn:p}=n[g],{x:E,y:m,data:b,reset:v}=await p({x:d,y:f,initialPlacement:i,placement:x,strategy:s,middlewareData:u,rects:l,platform:o,elements:{reference:a,floating:t}});d=E??d,f=m??f,u={...u,[w]:{...u[w],...b}},v&&y<=50&&(y++,typeof v=="object"&&(v.placement&&(x=v.placement),v.rects&&(l=v.rects===!0?await o.getElementRects({reference:a,floating:t,strategy:s}):v.rects),{x:d,y:f}=ee(l,x,h)),g=-1)}return{x:d,y:f,placement:x,strategy:s,middlewareData:u}};async function ie(a,t){var e;t===void 0&&(t={});const{x:i,y:s,platform:r,rects:o,elements:n,strategy:h}=a,{boundary:l="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:x=!1,padding:u=0}=ct(t,a),y=te(u),w=n[x?f==="floating"?"reference":"floating":f],p=wt(await r.getClippingRect({element:(e=await(r.isElement==null?void 0:r.isElement(w)))==null||e?w:w.contextElement||await(r.getDocumentElement==null?void 0:r.getDocumentElement(n.floating)),boundary:l,rootBoundary:d,strategy:h})),E=f==="floating"?{x:i,y:s,width:o.floating.width,height:o.floating.height}:o.reference,m=await(r.getOffsetParent==null?void 0:r.getOffsetParent(n.floating)),b=await(r.isElement==null?void 0:r.isElement(m))?await(r.getScale==null?void 0:r.getScale(m))||{x:1,y:1}:{x:1,y:1},v=wt(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:n,rect:E,offsetParent:m,strategy:h}):E);return{top:(p.top-v.top+y.top)/b.y,bottom:(v.bottom-p.bottom+y.bottom)/b.y,left:(p.left-v.left+y.left)/b.x,right:(v.right-p.right+y.right)/b.x}}const wi=a=>({name:"arrow",options:a,async fn(t){const{x:e,y:i,placement:s,rects:r,platform:o,elements:n,middlewareData:h}=t,{element:l,padding:d=0}=ct(a,t)||{};if(l==null)return{};const f=te(d),x={x:e,y:i},u=St(s),y=Tt(u),g=await o.getDimensions(l),w=u==="y",p=w?"top":"left",E=w?"bottom":"right",m=w?"clientHeight":"clientWidth",b=r.reference[y]+r.reference[u]-x[u]-r.floating[y],v=x[u]-r.reference[u],R=await(o.getOffsetParent==null?void 0:o.getOffsetParent(l));let L=R?R[m]:0;(!L||!await(o.isElement==null?void 0:o.isElement(R)))&&(L=n.floating[m]||r.floating[y]);const A=b/2-v/2,k=L/2-g[y]/2-1,N=at(f[p],k),$=at(f[E],k),_=N,S=L-g[y]-$,T=L/2-g[y]/2+A,it=_t(_,T,S),W=!h.arrow&&ht(s)!=null&&T!==it&&r.reference[y]/2-(T<_?N:$)-g[y]/2<0,Y=W?T<_?T-_:T-S:0;return{[u]:x[u]+Y,data:{[u]:it,centerOffset:T-it-Y,...W&&{alignmentOffset:Y}},reset:W}}}),pi=function(a){return a===void 0&&(a={}),{name:"flip",options:a,async fn(t){var e,i;const{placement:s,middlewareData:r,rects:o,initialPlacement:n,platform:h,elements:l}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:x,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:g=!0,...w}=ct(a,t);if((e=r.arrow)!=null&&e.alignmentOffset)return{};const p=j(s),E=J(n),m=j(n)===n,b=await(h.isRTL==null?void 0:h.isRTL(l.floating)),v=x||(m||!g?[gt(n)]:di(n)),R=y!=="none";!x&&R&&v.push(...xi(n,g,y,b));const L=[n,...v],A=await ie(t,w),k=[];let N=((i=r.flip)==null?void 0:i.overflows)||[];if(d&&k.push(A[p]),f){const T=li(s,o,b);k.push(A[T[0]],A[T[1]])}if(N=[...N,{placement:s,overflows:k}],!k.every(T=>T<=0)){var $,_;const T=((($=r.flip)==null?void 0:$.index)||0)+1,it=L[T];if(it)return{data:{index:T,overflows:N},reset:{placement:it}};let W=(_=N.filter(Y=>Y.overflows[0]<=0).sort((Y,q)=>Y.overflows[1]-q.overflows[1])[0])==null?void 0:_.placement;if(!W)switch(u){case"bestFit":{var S;const Y=(S=N.filter(q=>{if(R){const G=J(q.placement);return G===E||G==="y"}return!0}).map(q=>[q.placement,q.overflows.filter(G=>G>0).reduce((G,Vi)=>G+Vi,0)]).sort((q,G)=>q[1]-G[1])[0])==null?void 0:S[0];Y&&(W=Y);break}case"initialPlacement":W=n;break}if(s!==W)return{reset:{placement:W}}}return{}}}};async function yi(a,t){const{placement:e,platform:i,elements:s}=a,r=await(i.isRTL==null?void 0:i.isRTL(s.floating)),o=j(e),n=ht(e),h=J(e)==="y",l=["left","top"].includes(o)?-1:1,d=r&&h?-1:1,f=ct(t,a);let{mainAxis:x,crossAxis:u,alignmentAxis:y}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return n&&typeof y=="number"&&(u=n==="end"?y*-1:y),h?{x:u*d,y:x*l}:{x:x*l,y:u*d}}const mi=function(a){return a===void 0&&(a=0),{name:"offset",options:a,async fn(t){var e,i;const{x:s,y:r,placement:o,middlewareData:n}=t,h=await yi(t,a);return o===((e=n.offset)==null?void 0:e.placement)&&(i=n.arrow)!=null&&i.alignmentOffset?{}:{x:s+h.x,y:r+h.y,data:{...h,placement:o}}}}},Ei=function(a){return a===void 0&&(a={}),{name:"shift",options:a,async fn(t){const{x:e,y:i,placement:s}=t,{mainAxis:r=!0,crossAxis:o=!1,limiter:n={fn:w=>{let{x:p,y:E}=w;return{x:p,y:E}}},...h}=ct(a,t),l={x:e,y:i},d=await ie(t,h),f=J(j(s)),x=Qt(f);let u=l[x],y=l[f];if(r){const w=x==="y"?"top":"left",p=x==="y"?"bottom":"right",E=u+d[w],m=u-d[p];u=_t(E,u,m)}if(o){const w=f==="y"?"top":"left",p=f==="y"?"bottom":"right",E=y+d[w],m=y-d[p];y=_t(E,y,m)}const g=n.fn({...t,[x]:u,[f]:y});return{...g,data:{x:g.x-e,y:g.y-i,enabled:{[x]:r,[f]:o}}}}}};function pt(){return typeof window<"u"}function Q(a){return se(a)?(a.nodeName||"").toLowerCase():"#document"}function D(a){var t;return(a==null||(t=a.ownerDocument)==null?void 0:t.defaultView)||window}function B(a){var t;return(t=(se(a)?a.ownerDocument:a.document)||window.document)==null?void 0:t.documentElement}function se(a){return pt()?a instanceof Node||a instanceof D(a).Node:!1}function F(a){return pt()?a instanceof Element||a instanceof D(a).Element:!1}function K(a){return pt()?a instanceof HTMLElement||a instanceof D(a).HTMLElement:!1}function re(a){return!pt()||typeof ShadowRoot>"u"?!1:a instanceof ShadowRoot||a instanceof D(a).ShadowRoot}function lt(a){const{overflow:t,overflowX:e,overflowY:i,display:s}=X(a);return/auto|scroll|overlay|hidden|clip/.test(t+i+e)&&!["inline","contents"].includes(s)}function bi(a){return["table","td","th"].includes(Q(a))}function yt(a){return[":popover-open",":modal"].some(t=>{try{return a.matches(t)}catch{return!1}})}function At(a){const t=Ht(),e=F(a)?X(a):a;return e.transform!=="none"||e.perspective!=="none"||(e.containerType?e.containerType!=="normal":!1)||!t&&(e.backdropFilter?e.backdropFilter!=="none":!1)||!t&&(e.filter?e.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(e.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(e.contain||"").includes(i))}function Ci(a){let t=z(a);for(;K(t)&&!tt(t);){if(At(t))return t;if(yt(t))return null;t=z(t)}return null}function Ht(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function tt(a){return["html","body","#document"].includes(Q(a))}function X(a){return D(a).getComputedStyle(a)}function mt(a){return F(a)?{scrollLeft:a.scrollLeft,scrollTop:a.scrollTop}:{scrollLeft:a.scrollX,scrollTop:a.scrollY}}function z(a){if(Q(a)==="html")return a;const t=a.assignedSlot||a.parentNode||re(a)&&a.host||B(a);return re(t)?t.host:t}function oe(a){const t=z(a);return tt(t)?a.ownerDocument?a.ownerDocument.body:a.body:K(t)&&lt(t)?t:oe(t)}function Mt(a,t,e){var i;t===void 0&&(t=[]),e===void 0&&(e=!0);const s=oe(a),r=s===((i=a.ownerDocument)==null?void 0:i.body),o=D(s);if(r){const n=Dt(o);return t.concat(o,o.visualViewport||[],lt(s)?s:[],n&&e?Mt(n):[])}return t.concat(s,Mt(s,[],e))}function Dt(a){return a.parent&&Object.getPrototypeOf(a.parent)?a.frameElement:null}function ne(a){const t=X(a);let e=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const s=K(a),r=s?a.offsetWidth:e,o=s?a.offsetHeight:i,n=ut(e)!==r||ut(i)!==o;return n&&(e=r,i=o),{width:e,height:i,$:n}}function ae(a){return F(a)?a:a.contextElement}function et(a){const t=ae(a);if(!K(t))return V(1);const e=t.getBoundingClientRect(),{width:i,height:s,$:r}=ne(t);let o=(r?ut(e.width):e.width)/i,n=(r?ut(e.height):e.height)/s;return(!o||!Number.isFinite(o))&&(o=1),(!n||!Number.isFinite(n))&&(n=1),{x:o,y:n}}const vi=V(0);function ce(a){const t=D(a);return!Ht()||!t.visualViewport?vi:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ri(a,t,e){return t===void 0&&(t=!1),!e||t&&e!==D(a)?!1:t}function dt(a,t,e,i){t===void 0&&(t=!1),e===void 0&&(e=!1);const s=a.getBoundingClientRect(),r=ae(a);let o=V(1);t&&(i?F(i)&&(o=et(i)):o=et(a));const n=Ri(r,e,i)?ce(r):V(0);let h=(s.left+n.x)/o.x,l=(s.top+n.y)/o.y,d=s.width/o.x,f=s.height/o.y;if(r){const x=D(r),u=i&&F(i)?D(i):i;let y=x,g=Dt(y);for(;g&&i&&u!==y;){const w=et(g),p=g.getBoundingClientRect(),E=X(g),m=p.left+(g.clientLeft+parseFloat(E.paddingLeft))*w.x,b=p.top+(g.clientTop+parseFloat(E.paddingTop))*w.y;h*=w.x,l*=w.y,d*=w.x,f*=w.y,h+=m,l+=b,y=D(g),g=Dt(y)}}return wt({width:d,height:f,x:h,y:l})}function Ii(a){let{elements:t,rect:e,offsetParent:i,strategy:s}=a;const r=s==="fixed",o=B(i),n=t?yt(t.floating):!1;if(i===o||n&&r)return e;let h={scrollLeft:0,scrollTop:0},l=V(1);const d=V(0),f=K(i);if((f||!f&&!r)&&((Q(i)!=="body"||lt(o))&&(h=mt(i)),K(i))){const x=dt(i);l=et(i),d.x=x.x+i.clientLeft,d.y=x.y+i.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-h.scrollLeft*l.x+d.x,y:e.y*l.y-h.scrollTop*l.y+d.y}}function Oi(a){return Array.from(a.getClientRects())}function kt(a,t){const e=mt(a).scrollLeft;return t?t.left+e:dt(B(a)).left+e}function _i(a){const t=B(a),e=mt(a),i=a.ownerDocument.body,s=Z(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),r=Z(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let o=-e.scrollLeft+kt(a);const n=-e.scrollTop;return X(i).direction==="rtl"&&(o+=Z(t.clientWidth,i.clientWidth)-s),{width:s,height:r,x:o,y:n}}function Ti(a,t){const e=D(a),i=B(a),s=e.visualViewport;let r=i.clientWidth,o=i.clientHeight,n=0,h=0;if(s){r=s.width,o=s.height;const l=Ht();(!l||l&&t==="fixed")&&(n=s.offsetLeft,h=s.offsetTop)}return{width:r,height:o,x:n,y:h}}function Si(a,t){const e=dt(a,!0,t==="fixed"),i=e.top+a.clientTop,s=e.left+a.clientLeft,r=K(a)?et(a):V(1),o=a.clientWidth*r.x,n=a.clientHeight*r.y,h=s*r.x,l=i*r.y;return{width:o,height:n,x:h,y:l}}function he(a,t,e){let i;if(t==="viewport")i=Ti(a,e);else if(t==="document")i=_i(B(a));else if(F(t))i=Si(t,e);else{const s=ce(a);i={...t,x:t.x-s.x,y:t.y-s.y}}return wt(i)}function le(a,t){const e=z(a);return e===t||!F(e)||tt(e)?!1:X(e).position==="fixed"||le(e,t)}function Li(a,t){const e=t.get(a);if(e)return e;let i=Mt(a,[],!1).filter(n=>F(n)&&Q(n)!=="body"),s=null;const r=X(a).position==="fixed";let o=r?z(a):a;for(;F(o)&&!tt(o);){const n=X(o),h=At(o);!h&&n.position==="fixed"&&(s=null),(r?!h&&!s:!h&&n.position==="static"&&!!s&&["absolute","fixed"].includes(s.position)||lt(o)&&!h&&le(a,o))?i=i.filter(d=>d!==o):s=n,o=z(o)}return t.set(a,i),i}function Ai(a){let{element:t,boundary:e,rootBoundary:i,strategy:s}=a;const o=[...e==="clippingAncestors"?yt(t)?[]:Li(t,this._c):[].concat(e),i],n=o[0],h=o.reduce((l,d)=>{const f=he(t,d,s);return l.top=Z(f.top,l.top),l.right=at(f.right,l.right),l.bottom=at(f.bottom,l.bottom),l.left=Z(f.left,l.left),l},he(t,n,s));return{width:h.right-h.left,height:h.bottom-h.top,x:h.left,y:h.top}}function Hi(a){const{width:t,height:e}=ne(a);return{width:t,height:e}}function Mi(a,t,e){const i=K(t),s=B(t),r=e==="fixed",o=dt(a,!0,r,t);let n={scrollLeft:0,scrollTop:0};const h=V(0);if(i||!i&&!r)if((Q(t)!=="body"||lt(s))&&(n=mt(t)),i){const u=dt(t,!0,r,t);h.x=u.x+t.clientLeft,h.y=u.y+t.clientTop}else s&&(h.x=kt(s));let l=0,d=0;if(s&&!i&&!r){const u=s.getBoundingClientRect();d=u.top+n.scrollTop,l=u.left+n.scrollLeft-kt(s,u)}const f=o.left+n.scrollLeft-h.x-l,x=o.top+n.scrollTop-h.y-d;return{x:f,y:x,width:o.width,height:o.height}}function Ft(a){return X(a).position==="static"}function de(a,t){if(!K(a)||X(a).position==="fixed")return null;if(t)return t(a);let e=a.offsetParent;return B(a)===e&&(e=e.ownerDocument.body),e}function fe(a,t){const e=D(a);if(yt(a))return e;if(!K(a)){let s=z(a);for(;s&&!tt(s);){if(F(s)&&!Ft(s))return s;s=z(s)}return e}let i=de(a,t);for(;i&&bi(i)&&Ft(i);)i=de(i,t);return i&&tt(i)&&Ft(i)&&!At(i)?e:i||Ci(a)||e}const Di=async function(a){const t=this.getOffsetParent||fe,e=this.getDimensions,i=await e(a.floating);return{reference:Mi(a.reference,await t(a.floating),a.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function ki(a){return X(a).direction==="rtl"}const Fi={convertOffsetParentRelativeRectToViewportRelativeRect:Ii,getDocumentElement:B,getClippingRect:Ai,getOffsetParent:fe,getElementRects:Di,getClientRects:Oi,getDimensions:Hi,getScale:et,isElement:F,isRTL:ki},xe=mi,ue=Ei,ge=pi,Xi=wi,we=(a,t,e)=>{const i=new Map,s={platform:Fi,...e},r={...s.platform,_c:i};return gi(a,t,{...s,platform:r})};let Ni=class{constructor(t){c(this,"ctx");c(this,"enable",!1);c(this,"contentEl");c(this,"floatingEl");c(this,"arrowEl");this.ctx=t;const{TOOLTIP_BG_COLOR:e,TOOLTIP_TEXT_COLOR:i,TOOLTIP_ZINDEX:s,TOOLTIP_CUSTOM_STYLE:r,CSS_PREFIX:o}=this.ctx.config;this.contentEl=document.createElement("div"),this.arrowEl=document.createElement("div"),this.floatingEl=document.createElement("div"),this.floatingEl.className=`${o}-tooltip`,this.contentEl.className=`${o}-tooltip-content`,this.arrowEl.className=`${o}-tooltip-arrow`;const n={display:"none",position:"absolute",background:e,color:i,boxSizing:"border-box",zIndex:s,padding:"8px",borderRadius:"4px",fontSize:"12px",...r},h={position:"absolute",width:"10px",height:"10px",background:n.background,backgroundColor:n.backgroundColor,transform:"rotate(45deg)",zIndex:n.zIndex};Object.assign(this.arrowEl.style,h),Object.assign(this.floatingEl.style,n),this.floatingEl.appendChild(this.contentEl),this.floatingEl.appendChild(this.arrowEl),this.ctx.targetContainer.appendChild(this.floatingEl),this.init()}init(){this.ctx.on("mousemove",t=>{const e=this.ctx.target.getBoundingClientRect();e&&(t.clientX<e.x||t.clientX>e.x+e.width||t.clientY<e.y||t.clientY>e.y+e.height)&&this.hide()}),this.ctx.on("startEdit",()=>{this.hide()}),this.ctx.on("visibleCellHoverChange",t=>{(t.ellipsis||t.message)&&this.show(t)}),this.ctx.on("visibleCellMouseleave",()=>{this.hide()})}show(t){if(!t.overflowTooltipShow||this.ctx.mousedown)return;this.floatingEl.style.display="block";let e=t.getText();t.message&&(e=t.message);const i=this.ctx.target.getBoundingClientRect();if(!i)return;this.enable=!0,this.contentEl.style.maxWidth=`${t.overflowTooltipMaxWidth||500}px`,this.contentEl.style.width="100%",this.contentEl.style.display="inline-block",this.contentEl.style.wordBreak="break-all",this.contentEl.style.lineHeight="1.5",this.contentEl.innerText=e;const s=t.drawX+i.x,r=t.drawY+i.y;we({getBoundingClientRect(){return{width:t.visibleWidth,height:t.visibleHeight,x:s,y:r,left:s,right:s+t.visibleWidth,top:r,bottom:r+t.visibleHeight}}},this.floatingEl,{placement:t.overflowTooltipPlacement,middleware:[ue(),ge(),xe(6),Xi({element:this.arrowEl})]}).then(n=>{const{x:h,y:l,placement:d,middlewareData:f}=n;if(Object.assign(this.floatingEl.style,{top:`${l}px`,left:`${h}px`}),f.arrow){const x=f.arrow;["left","left-start","left-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${x.y}px`,bottom:"",left:"",right:"-5px"}):["right","right-start","right-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${x.y}px`,bottom:"",left:"-5px",right:""}):["bottom","bottom-start","bottom-end"].includes(d)?Object.assign(this.arrowEl.style,{top:"-5px",bottom:"",left:`${x.x}px`,right:""}):["top","top-start","top-end"].includes(d)&&Object.assign(this.arrowEl.style,{top:"",bottom:"-5px",left:`${x.x}px`,right:""})}})}hide(){this.enable&&(this.enable=!1,this.floatingEl.style.display="none")}destroy(){this.contentEl.remove(),this.arrowEl.remove(),this.floatingEl.remove()}};class Ki{constructor(t){c(this,"editorEl");c(this,"inputEl");c(this,"enable",!1);c(this,"cellTarget",null);c(this,"ctx");this.ctx=t,this.initTextEditor(),this.init()}init(){this.ctx.on("onScroll",()=>{this.enable&&this.doneEdit()}),this.ctx.on("cellHeaderMousedown",()=>{this.enable&&this.doneEdit()}),this.ctx.on("keydown",t=>{const e=t.key,i=t.ctrlKey,s=t.altKey,r=t.shiftKey,o=t.metaKey;if(!(i||s||r||o||["Escape","Tab","Backspace","Delete","ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Home","End","PageUp","PageDown","Insert","F1","F2","F3","F4","F5","F6","F7","F8","F9","F10","F11","F12"].includes(e))){if(t.code==="Enter"&&!this.enable){t.preventDefault(),this.startEdit();return}this.startEdit()}}),this.ctx.on("cellClick",t=>{var e,i;t.rowKey===((e=this.cellTarget)==null?void 0:e.rowKey)&&t.key===((i=this.cellTarget)==null?void 0:i.key)?this.startEdit():(this.doneEdit(),this.cellTarget=t,this.ctx.config.ENABLE_EDIT_SINGLE_CLICK&&this.startEdit())})}initTextEditor(){const{CSS_PREFIX:t,SELECT_BORDER_COLOR:e,ENABLE_EDIT_TEXT_ENTER:i}=this.ctx.config;this.inputEl=document.createElement("div"),this.inputEl.addEventListener("keydown",n=>{i&&this.enable&&(n.code==="Enter"||n.code==="Escape")&&(n.preventDefault(),this.inputEl.blur())}),this.inputEl.addEventListener("blur",()=>{this.doneEdit()}),this.editorEl=document.createElement("div"),this.editorEl.className=`${t}-self-editor`,this.inputEl.className=`${t}-self-editor-input`;const s={position:"absolute",top:"-10000px",left:"-10000px",textAlign:"left",lineHeight:"0",zIndex:100,overflow:"hidden",backgroundColor:"#fff",border:`2px solid ${e}`,boxSizing:"border-box",boxShadow:"rgba(0, 0, 0, 0.2) 0px 6px 16px",pointerEvents:"auto",display:"flex",alignItems:"center"};Object.assign(this.editorEl.style,s);const r={width:"100%",boxSizing:"border-box",padding:"8px",outline:"none",fontWeight:"400",fontSize:"12px",color:"inherit",whiteSpace:"normal",wordWrap:"break-word",wordBreak:"break-all",lineHeight:"18px",margin:"0",background:"#fff",cursor:"text"};Object.assign(this.inputEl.style,r);const o=navigator.userAgent.toLowerCase().includes("firefox");this.inputEl.contentEditable=o?"true":"plaintext-only",this.editorEl.appendChild(this.inputEl),this.ctx.targetContainer.appendChild(this.editorEl)}startEditByInput(t){if(t.editorType!=="text")return;const e=t.getValue(),{width:i,height:s}=t,r=t.getDrawX(),o=t.getDrawY(),{CELL_PADDING:n}=this.ctx.config;this.editorEl.style.left=`${r}px`,this.editorEl.style.top=`${o}px`,this.inputEl.style.minWidth=`${i-1}px`,this.inputEl.style.minHeight=`${s-1}px`,this.inputEl.style.padding=`${n}px`,e!==null&&(this.inputEl.textContent=e),this.inputEl.focus();const h=window.getSelection();h==null||h.selectAllChildren(this.inputEl),h==null||h.collapseToEnd()}doneEditByInput(){if(!this.cellTarget||this.cellTarget.editorType!=="text")return;const{rowKey:t,key:e}=this.cellTarget,i=this.cellTarget.getValue(),s=this.inputEl.textContent;s!==i&&!(s===""&&i===null)&&this.ctx.database.setItemValue(t,e,s,!0,!0,!0),this.inputEl.textContent=null,this.editorEl.style.left="-10000px",this.editorEl.style.top="-10000px"}startEdit(){const t=this.ctx.focusCell;if(!t||["index","index-selection","selection"].includes(t.type)||this.enable)return;const{rowKey:e,key:i}=t,s=this.ctx.database.getReadonly(e,i);t&&!s&&(this.enable=!0,this.ctx.editing=!0,this.cellTarget=t,this.startEditByInput(this.cellTarget),this.ctx.emit("startEdit",this.cellTarget))}doneEdit(){this.enable&&this.cellTarget&&(this.ctx.emit("doneEdit",this.cellTarget),this.doneEditByInput(),this.enable=!1,this.ctx.target.focus(),this.ctx.editing=!1,this.cellTarget=null,this.ctx.emit("draw"))}destroy(){}}class Yi{constructor(t){c(this,"ctx");c(this,"emptyEl");this.ctx=t;const{EMPTY_TEXT:e,EMPTY_CUSTOM:i,EMPTY_CUSTOM_STYLE:s,CSS_PREFIX:r}=this.ctx.config;this.emptyEl=document.createElement("div"),this.emptyEl.className=`${r}-empty`,this.emptyEl.style.display="none",this.emptyEl.innerText=e,this.ctx.targetContainer.appendChild(this.emptyEl),this.ctx.on("emptyChange",({type:o,headerHeight:n,bodyHeight:h,footerHeight:l})=>{if(i)return;const d=n+(h+l)/2,f={display:o==="empty"?"block":"none",position:"absolute",fontSize:"14px",color:"#666",left:"50%",top:`${d}px`,transform:"translate(-50%, -50%)",...s};Object.assign(this.emptyEl.style,f)})}destroy(){this.emptyEl.remove()}}class Bi{constructor(t){c(this,"ctx");this.ctx=t}draw(){const t=this.getContainer();this.ctx.emit("overlayerChange",t)}destroy(){this.ctx.emit("overlayerChange",{style:{},views:[]})}getContainer(){const{target:t,config:{SCROLLER_TRACK_SIZE:e}}=this.ctx,i=t.width-e,s=t.height-e,r=this.getHeader(),o=this.getBody(),n=this.getFooter();let h=[r,o,n];const{FOOTER_FIXED:l}=this.ctx.config;return l||(h=[r,o]),{style:{position:"absolute",left:"0px",top:"0px",pointerEvents:"none",overflow:"hidden",width:`${i}px`,height:`${s}px`},views:h}}getHeader(){const{fixedLeftWidth:t,fixedRightWidth:e,config:{SCROLLER_TRACK_SIZE:i,CSS_PREFIX:s}}=this.ctx,{visibleWidth:r,visibleHeight:o,renderCellHeaders:n}=this.ctx.header;let h=[],l=[],d=[];n.forEach(w=>{w.render&&(w.fixed==="left"?l.push(w):w.fixed==="right"?d.push(w):h.push(w))});const f=e-i,x={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${t}px`,height:`${o}px`},cells:l},u={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${t}px`,overflow:"hidden",width:`${r-t-f}px`,height:`${o}px`},cells:h},y={key:"right",style:{position:"absolute",top:`${.5}px`,right:`${.5}px`,overflow:"hidden",width:`${f}px`,height:`${o}px`},cells:d};return{type:"header",class:`${s}-overlayer-header`,style:{position:"relative",overflow:"hidden",width:`${r}px`,height:`${o}px`},views:[x,u,y]}}getBody(){const t=[],e=[],i=[];let s=this.ctx.body.renderRows;this.ctx.config.FOOTER_FIXED||(s=s.concat(this.ctx.footer.renderRows)),s.forEach(w=>{w.cells.forEach(p=>{p.cellType==="footer"&&(p.render=p.renderFooter),p.render&&(p.fixed==="left"?e.push(p):p.fixed==="right"?i.push(p):t.push(p))})});const{fixedLeftWidth:r,fixedRightWidth:o,config:{SCROLLER_TRACK_SIZE:n,CSS_PREFIX:h}}=this.ctx,{visibleWidth:l,visibleHeight:d}=this.ctx.body,f=o-n,x={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${r}px`,height:`${d}px`},cells:e},u={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${r+.5}px`,overflow:"hidden",width:`${l-r-f}px`,height:`${d}px`},cells:t},y={key:"right",style:{position:"absolute",top:"0px",right:"0px",overflow:"hidden",width:`${f}px`,height:`${d}px`},cells:i};return{type:"body",class:`${h}-overlayer-body`,style:{position:"relative",overflow:"hidden",width:`${l}px`,height:`${d}px`},views:[x,u,y]}}getFooter(){const t=[],e=[],i=[];this.ctx.footer.renderRows.forEach(g=>{g.cells.forEach(w=>{w.cellType==="footer"&&w.renderFooter&&(w.render=w.renderFooter,w.fixed==="left"?e.push(w):w.fixed==="right"?i.push(w):t.push(w))})});const{fixedLeftWidth:s,fixedRightWidth:r,config:{SCROLLER_TRACK_SIZE:o,CSS_PREFIX:n}}=this.ctx,{visibleWidth:h,visibleHeight:l}=this.ctx.footer,d=r-o,f={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${s}px`,height:`${l}px`},cells:e},x={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${s+.5}px`,overflow:"hidden",width:`${h-s-d}px`,height:`${l}px`},cells:t},u={key:"right",style:{position:"absolute",top:`${.5}px`,right:`${.5}px`,overflow:"hidden",width:`${d}px`,height:`${l}px`},cells:i};return{type:"footer",class:`${n}-overlayer-footer`,style:{position:"relative",overflow:"hidden",width:`${h}px`,height:`${l}px`},views:[f,x,u]}}}class Wi{constructor(t){c(this,"ctx");c(this,"contextMenuEl");this.ctx=t,this.contextMenuEl=document.createElement("div"),this.createContextMenu(),this.init()}init(){this.ctx.on("cellContextMenuClick",(t,e)=>{if(!this.ctx.config.ENABLE_CONTEXT_MENU)return;e.preventDefault();const{xArr:i,yArr:s}=this.ctx.selector,[r,o]=i,[n,h]=s,{rowIndex:l,colIndex:d}=t;l>=n&&l<=h&&d>=r&&d<=o||this.ctx.emit("setSelectorCell",t,e);const x={getBoundingClientRect:()=>({width:0,height:0,top:e.clientY,left:e.clientX,right:e.clientX,bottom:e.clientY,x:e.clientX,y:e.clientY}),contextElement:document.body};we(x,this.contextMenuEl,{placement:"right-start",middleware:[xe(),ue(),ge()]}).then(({x:u,y})=>{this.show(u,y)})}),this.ctx.on("click",this.hide.bind(this)),this.ctx.on("onScroll",this.hide.bind(this)),this.ctx.on("resize",this.hide.bind(this))}createContextMenu(){this.contextMenuEl.replaceChildren(),this.contextMenuEl.className="e-virt-table-context-menu",this.ctx.targetContainer.appendChild(this.contextMenuEl);const{CONTEXT_MENU:t}=this.ctx.config;this.createContextMenuItems(t,e=>{switch(e.value){case"copy":this.ctx.emit("contextMenuCopy");break;case"paste":this.ctx.emit("contextMenuPaste");break;case"cut":this.ctx.emit("contextMenuCut");break;case"clearSelected":this.ctx.emit("contextMenuClearSelected");break}this.hide()})}createContextMenuItems(t,e){t.forEach(i=>{const s=document.createElement("div");s.className="e-virt-table-context-menu-item",s.innerText=i.label,i.event?s.onclick=()=>{i.event&&i.event(),e(i)}:s.onclick=()=>e(i),this.contextMenuEl.appendChild(s)})}show(t,e){Object.assign(this.contextMenuEl.style,{left:`${t}px`,top:`${e}px`})}hide(){Object.assign(this.contextMenuEl.style,{left:"-99999px",top:"-99999px"})}updated(){this.createContextMenu()}destroy(){this.contextMenuEl.remove()}}class Pi{constructor(t,e){c(this,"targetContainer");c(this,"target");c(this,"options");c(this,"scroller");c(this,"header");c(this,"body");c(this,"footer");c(this,"selector");c(this,"autofill");c(this,"tooltip");c(this,"editor");c(this,"empty");c(this,"overlayer");c(this,"contextMenu");c(this,"ctx");this.target=document.createElement("canvas"),this.targetContainer=t,this.targetContainer.style.position="relative",this.targetContainer.appendChild(this.target),this.options=e,this.ctx=new ei(this.targetContainer,this.target,this.options),this.header=new si(this.ctx),this.body=new ri(this.ctx),this.footer=new oi(this.ctx),this.scroller=new ii(this.ctx),this.selector=new ni(this.ctx),this.autofill=new ai(this.ctx),this.tooltip=new Ni(this.ctx),this.empty=new Yi(this.ctx),this.editor=new Ki(this.ctx),this.overlayer=new Bi(this.ctx),this.contextMenu=new Wi(this.ctx),this.ctx.on("draw",this.draw.bind(this)),this.draw()}draw(){requestAnimationFrame(()=>{this.header.update(),this.footer.update(),this.body.update(),this.ctx.paint.clear(),this.body.draw(),this.footer.draw(),this.header.draw(),this.scroller.draw(),this.overlayer.draw()})}loadConfig(t){this.ctx.config.init(t),this.ctx.database.init(),this.contextMenu.updated(),this.ctx.emit("draw")}loadColumns(t){this.editor.doneEdit(),this.ctx.database.setColumns(t),this.header.init(),this.ctx.emit("draw")}loadData(t){this.editor.doneEdit(),this.ctx.database.setData(t),this.ctx.emit("draw")}loadFooterData(t){this.ctx.database.setFooterData(t),this.ctx.emit("draw")}setLoading(t){this.ctx.database.setLoading(t)}on(t,e){this.ctx.on(t,e)}off(t,e){this.ctx.off(t,e)}filterMethod(t){this.ctx.setScrollY(0),this.ctx.setScrollX(0),this.ctx.database.init(),this.ctx.database.setFilterMethod(t),this.ctx.emit("draw")}setItemValue(t,e,i,s=!0,r=!0,o=!1){this.ctx.database.setItemValue(t,e,i,s,r,o)}batchSetItemValue(t,e=!0,i=!0){this.ctx.database.batchSetItemValue(t,e),i&&this.ctx.emit("draw")}setItemValueByEditor(t,e,i,s=!0,r=!0){this.ctx.database.setItemValue(t,e,i,s,r,!0),this.editor.doneEdit()}doLayout(){this.ctx.emit("draw")}getChangedData(){return this.ctx.database.getChangedData()}getChangedRows(){return this.ctx.database.getChangedRows()}clearValidate(){this.ctx.database.clearValidate(),this.ctx.emit("draw")}async validate(t=!0){return this.editor.doneEdit(),new Promise(async(e,i)=>{try{const s=await this.getValidations();e(s)}catch(s){if(t&&Array.isArray(s)&&s.length){const[r]=s;if(Array.isArray(r)&&r.length){const[o]=r,{rowKey:n,key:h}=o;this.scrollToRowkey(n),this.scrollToColkey(h)}}i(s)}})}setValidations(t){if(t.forEach(e=>{const{rowIndex:i,key:s,message:r}=e;this.ctx.database.setValidationErrorByRowIndex(i,s,r)}),t&&Array.isArray(t)&&t.length){const[e]=t;if(e&&e.rowIndex>=0&&e.key){const{rowIndex:i,key:s}=e;this.scrollToRowIndex(i),this.scrollToColkey(s)}}}getValidations(){return new Promise(async(t,e)=>{const i=this.ctx.database.getAllRowsData(),s=this.ctx.header.leafCellHeaders;let r=[];for(let o=0;o<i.length;o++)for(let n=0;n<s.length;n++){const h=this.ctx.database.getRowKeyByItem(i[o]),d=s[n].key,f=await this.ctx.database.getValidator(h,d);Array.isArray(f)&&f.length&&r.push(f)}r.length?(e(r),this.ctx.emit("draw")):(t([]),this.ctx.emit("draw"))})}scrollTo(t,e){this.scrollXTo(t),this.scrollYTo(e)}scrollXTo(t){this.ctx.setScrollX(t)}scrollToColkey(t){this.scroller.scrollToColkey(t)}scrollToRowkey(t){this.scroller.scrollToRowKey(t)}scrollToColIndex(t){this.scroller.scrollToColIndex(t)}scrollToRowIndex(t){this.scroller.scrollToRowIndex(t)}scrollYTo(t){this.ctx.setScrollY(t)}clearSelection(){this.ctx.database.clearSelection(),this.ctx.emit("draw")}toggleRowSelection(t){const e=this.ctx.database.getRowKeyByItem(t);this.ctx.database.toggleRowSelection(e),this.ctx.emit("draw")}setSelectionByRows(t,e=!0){t.forEach(i=>{const s=this.ctx.database.getRowKeyByItem(i);this.ctx.database.setRowSelection(s,e)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}setSelectionByRowKeys(t,e=!0){t.forEach(i=>{this.ctx.database.setRowSelection(i,e)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}toggleAllSelection(){this.ctx.database.toggleAllSelection(),this.ctx.emit("draw")}getSelectionRows(){return this.ctx.database.getSelectionRows()}getPositionForRowIndex(t){return this.ctx.database.getPositionForRowIndex(t)}destroy(){this.overlayer.destroy(),this.empty.destroy(),this.editor.destroy(),this.tooltip.destroy(),this.selector.destroy(),this.autofill.destroy(),this.contextMenu.destroy(),this.ctx.destroy(),this.target.remove()}}return Pi});
13
+ `).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),r=new RegExp("(?:^"+e+"$)|(?:^"+s+"$)"),o=new RegExp("^"+e+"$"),n=new RegExp("^"+s+"$"),h=function(b){return b&&b.exact?r:new RegExp("(?:"+t(b)+e+t(b)+")|(?:"+t(b)+s+t(b)+")","g")};h.v4=function(m){return m&&m.exact?o:new RegExp(""+t(m)+e+t(m),"g")},h.v6=function(m){return m&&m.exact?n:new RegExp(""+t(m)+s+t(m),"g")};var l="(?:(?:[a-z]+:)?//)",d="(?:\\S+(?::\\S*)?@)?",f=h.v4().source,x=h.v6().source,u="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",y="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",g="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",w="(?::\\d{2,5})?",p='(?:[/?#][^\\s"]*)?',E="(?:"+l+"|www\\.)"+d+"(?:localhost|"+f+"|"+x+"|"+u+y+g+")"+w+p;return xt=new RegExp("(?:^"+E+"$)","i"),xt},Pt={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},rt={integer:function(t){return rt.number(t)&&parseInt(t,10)===t},float:function(t){return rt.number(t)&&!rt.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!rt.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&t.length<=320&&!!t.match(Pt.email)},url:function(t){return typeof t=="string"&&t.length<=2048&&!!t.match(_e())},hex:function(t){return typeof t=="string"&&!!t.match(Pt.hex)}},Te=function(t,e,i,s,r){if(t.required&&e===void 0){Wt(t,e,i,s,r);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],n=t.type;o.indexOf(n)>-1?rt[n](e)||s.push(M(r.messages.types[n],t.fullField,t.type)):n&&typeof e!==t.type&&s.push(M(r.messages.types[n],t.fullField,t.type))},Se=function(t,e,i,s,r){var o=typeof t.len=="number",n=typeof t.min=="number",h=typeof t.max=="number",l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,d=e,f=null,x=typeof e=="number",u=typeof e=="string",y=Array.isArray(e);if(x?f="number":u?f="string":y&&(f="array"),!f)return!1;y&&(d=e.length),u&&(d=e.replace(l,"_").length),o?d!==t.len&&s.push(M(r.messages[f].len,t.fullField,t.len)):n&&!h&&d<t.min?s.push(M(r.messages[f].min,t.fullField,t.min)):h&&!n&&d>t.max?s.push(M(r.messages[f].max,t.fullField,t.max)):n&&h&&(d<t.min||d>t.max)&&s.push(M(r.messages[f].range,t.fullField,t.min,t.max))},U="enum",Le=function(t,e,i,s,r){t[U]=Array.isArray(t[U])?t[U]:[],t[U].indexOf(e)===-1&&s.push(M(r.messages[U],t.fullField,t[U].join(", ")))},Ae=function(t,e,i,s,r){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||s.push(M(r.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var o=new RegExp(t.pattern);o.test(e)||s.push(M(r.messages.pattern.mismatch,t.fullField,e,t.pattern))}}},C={required:Wt,whitespace:Oe,type:Te,range:Se,enum:Le,pattern:Ae},He=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e,"string")&&!t.required)return i();C.required(t,e,s,o,r,"string"),I(e,"string")||(C.type(t,e,s,o,r),C.range(t,e,s,o,r),C.pattern(t,e,s,o,r),t.whitespace===!0&&C.whitespace(t,e,s,o,r))}i(o)},Me=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C.type(t,e,s,o,r)}i(o)},De=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(e===""&&(e=void 0),I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},ke=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C.type(t,e,s,o,r)}i(o)},Fe=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),I(e)||C.type(t,e,s,o,r)}i(o)},Xe=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},Ne=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},Ke=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(e==null&&!t.required)return i();C.required(t,e,s,o,r,"array"),e!=null&&(C.type(t,e,s,o,r),C.range(t,e,s,o,r))}i(o)},Ye=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C.type(t,e,s,o,r)}i(o)},Be="enum",We=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r),e!==void 0&&C[Be](t,e,s,o,r)}i(o)},Pe=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e,"string")&&!t.required)return i();C.required(t,e,s,o,r),I(e,"string")||C.pattern(t,e,s,o,r)}i(o)},Ve=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e,"date")&&!t.required)return i();if(C.required(t,e,s,o,r),!I(e,"date")){var h;e instanceof Date?h=e:h=new Date(e),C.type(t,h,s,o,r),h&&C.range(t,h.getTime(),s,o,r)}}i(o)},ze=function(t,e,i,s,r){var o=[],n=Array.isArray(e)?"array":typeof e;C.required(t,e,s,o,r,n),i(o)},Ct=function(t,e,i,s,r){var o=t.type,n=[],h=t.required||!t.required&&s.hasOwnProperty(t.field);if(h){if(I(e,o)&&!t.required)return i();C.required(t,e,s,n,r,o),I(e,o)||C.type(t,e,s,n,r)}i(n)},$e=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(I(e)&&!t.required)return i();C.required(t,e,s,o,r)}i(o)},ot={string:He,method:Me,number:De,boolean:ke,regexp:Fe,integer:Xe,float:Ne,array:Ke,object:Ye,enum:We,pattern:Pe,date:Ve,url:Ct,hex:Ct,email:Ct,required:ze,any:$e};function vt(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Rt=vt(),nt=function(){function a(e){this.rules=null,this._messages=Rt,this.define(e)}var t=a.prototype;return t.define=function(i){var s=this;if(!i)throw new Error("Cannot configure a schema with no rules");if(typeof i!="object"||Array.isArray(i))throw new Error("Rules must be an object");this.rules={},Object.keys(i).forEach(function(r){var o=i[r];s.rules[r]=Array.isArray(o)?o:[o]})},t.messages=function(i){return i&&(this._messages=Bt(vt(),i)),this._messages},t.validate=function(i,s,r){var o=this;s===void 0&&(s={}),r===void 0&&(r=function(){});var n=i,h=s,l=r;if(typeof h=="function"&&(l=h,h={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(null,n),Promise.resolve(n);function d(g){var w=[],p={};function E(b){if(Array.isArray(b)){var v;w=(v=w).concat.apply(v,b)}else w.push(b)}for(var m=0;m<g.length;m++)E(g[m]);w.length?(p=bt(w),l(w,p)):l(null,n)}if(h.messages){var f=this.messages();f===Rt&&(f=vt()),Bt(f,h.messages),h.messages=f}else h.messages=this.messages();var x={},u=h.keys||Object.keys(this.rules);u.forEach(function(g){var w=o.rules[g],p=n[g];w.forEach(function(E){var m=E;typeof m.transform=="function"&&(n===i&&(n=O({},n)),p=n[g]=m.transform(p)),typeof m=="function"?m={validator:m}:m=O({},m),m.validator=o.getValidationMethod(m),m.validator&&(m.field=g,m.fullField=m.fullField||g,m.type=o.getType(m),x[g]=x[g]||[],x[g].push({rule:m,value:p,source:n,field:g}))})});var y={};return ve(x,h,function(g,w){var p=g.rule,E=(p.type==="object"||p.type==="array")&&(typeof p.fields=="object"||typeof p.defaultField=="object");E=E&&(p.required||!p.required&&g.value),p.field=g.field;function m(R,L){return O({},L,{fullField:p.fullField+"."+R,fullFields:p.fullFields?[].concat(p.fullFields,[R]):[R]})}function b(R){R===void 0&&(R=[]);var L=Array.isArray(R)?R:[R];!h.suppressWarning&&L.length&&a.warning("async-validator:",L),L.length&&p.message!==void 0&&(L=[].concat(p.message));var A=L.map(Yt(p,n));if(h.first&&A.length)return y[p.field]=1,w(A);if(!E)w(A);else{if(p.required&&!g.value)return p.message!==void 0?A=[].concat(p.message).map(Yt(p,n)):h.error&&(A=[h.error(p,M(h.messages.required,p.field))]),w(A);var k={};p.defaultField&&Object.keys(g.value).map(function(_){k[_]=p.defaultField}),k=O({},k,g.rule.fields);var N={};Object.keys(k).forEach(function(_){var S=k[_],T=Array.isArray(S)?S:[S];N[_]=T.map(m.bind(null,_))});var $=new a(N);$.messages(h.messages),g.rule.options&&(g.rule.options.messages=h.messages,g.rule.options.error=h.error),$.validate(g.value,g.rule.options||h,function(_){var S=[];A&&A.length&&S.push.apply(S,A),_&&_.length&&S.push.apply(S,_),w(S.length?S:null)})}}var v;if(p.asyncValidator)v=p.asyncValidator(p,g.value,b,g.source,h);else if(p.validator){try{v=p.validator(p,g.value,b,g.source,h)}catch(R){console.error==null||console.error(R),h.suppressValidatorError||setTimeout(function(){throw R},0),b(R.message)}v===!0?b():v===!1?b(typeof p.message=="function"?p.message(p.fullField||p.field):p.message||(p.fullField||p.field)+" fails"):v instanceof Array?b(v):v instanceof Error&&b(v.message)}v&&v.then&&v.then(function(){return b()},function(R){return b(R)})},function(g){d(g)},n)},t.getType=function(i){if(i.type===void 0&&i.pattern instanceof RegExp&&(i.type="pattern"),typeof i.validator!="function"&&i.type&&!ot.hasOwnProperty(i.type))throw new Error(M("Unknown rule type %s",i.type));return i.type||"string"},t.getValidationMethod=function(i){if(typeof i.validator=="function")return i.validator;var s=Object.keys(i),r=s.indexOf("message");return r!==-1&&s.splice(r,1),s.length===1&&s[0]==="required"?ot.required:ot[this.getType(i)]||void 0},a}();nt.register=function(t,e){if(typeof e!="function")throw new Error("Cannot register a validator by type, validator is not a function");ot[t]=e},nt.warning=Xt,nt.messages=Rt,nt.validators=ot;function It(){return"xxxxxxxxxxxxxxxxxx".replace(/[x]/g,function(a){const t=Math.random()*16|0;return(a==="x"?t:t&3|8).toString(16)})}function Vt(a,t){let e=0,i;return function(...s){const r=new Date().getTime(),o=r-e;!e||o>=t?(a.apply(this,s),e=r):i||(i=setTimeout(()=>{a.apply(this,s),e=new Date().getTime(),i=void 0},t-o))}}function zt(a){return a?a.map(t=>zt(t.children)+1).sort((t,e)=>e-t)[0]:0}function qe(a=[]){let t=[],e=[],i=[];return a.forEach(s=>{s.fixed==="left"?t.push(s):s.fixed==="right"?i.push(s):e.push(s)}),[...t.sort((s,r)=>s.sort-r.sort),...e.sort((s,r)=>s.sort-r.sort),...i.sort((s,r)=>s.sort-r.sort)]}function $t(a=[],t=1,e=0){return a.map(i=>{if(i.children){let s=0,r=i.fixed;i.children.forEach(n=>{n.fixed=r});const o=$t(i.children,t-1,e+1);return o&&o.forEach(n=>{s+=n.colspan}),{...i,width:i.width,level:e,rowspan:1,colspan:s,children:o}}return{...i,level:e,rowspan:t,colspan:1}})}function Ot(a=[]){let t=[];return a.forEach(e=>{e.children?t=t.concat(Ot(e.children)):t.push(e)}),t}class Ge{constructor(t,e){c(this,"loading",!1);c(this,"ctx");c(this,"data");c(this,"columns");c(this,"footerData",[]);c(this,"rowKeyMap",new Map);c(this,"colIndexKeyMap",new Map);c(this,"headerMap",new Map);c(this,"rowIndexRowKeyMap",new Map);c(this,"checkboxKeyMap",new Map);c(this,"originalDataMap",new Map);c(this,"changedDataMap",new Map);c(this,"validationErrorMap",new Map);c(this,"itemRowKeyMap",new WeakMap);c(this,"bufferData",[]);c(this,"sumHeight",0);c(this,"filterMethod");c(this,"positions",[]);this.ctx=t;const{data:i=[],columns:s=[],footerData:r=[]}=e;this.data=i,this.footerData=r,this.columns=s,this.setLoading(!0),this.init()}init(){this.clearBufferData(),this.rowKeyMap.clear(),this.checkboxKeyMap.clear(),this.colIndexKeyMap.clear(),this.rowIndexRowKeyMap.clear(),this.originalDataMap.clear(),this.changedDataMap.clear(),this.validationErrorMap.clear(),this.itemRowKeyMap=new WeakMap,this.initData(this.data)}clearBufferData(){this.bufferData=[]}initData(t,e=0){t.forEach((i,s)=>{let r=!1;Array.isArray(i.children)&&(r=!0,this.initData(i.children,e+1));const{ROW_KEY:o="",DEFAULT_EXPAND_ALL:n,CELL_HEIGHT:h,SELECTABLE_METHOD:l,CHECKBOX_KEY:d}=this.ctx.config,f=i[o],x=f??It();this.itemRowKeyMap.set(i,x);const u=i._height||h,y=i._readonly;let g=!0;if(typeof l=="function"&&(g=l),d){const w=i[d];if(this.checkboxKeyMap.has(w)){const p=this.checkboxKeyMap.get(w);p.push(x),this.checkboxKeyMap.set(w,p)}else this.checkboxKeyMap.set(w,[x])}this.rowKeyMap.set(x,{readonly:y,index:s,rowIndex:s,level:e,height:u,check:!1,selectable:g,expand:n,expandLazy:!1,hasChildren:r,expandLoading:!1,item:i})})}setRowHeight(t,e){const i=this.rowIndexRowKeyMap.get(t),s=this.rowKeyMap.get(i);s.height=e,s.item._height=e,this.clearBufferData()}getAllRowsData(){let t=[];const e=i=>{i.forEach(s=>{t.push(s),Array.isArray(s.children)&&e(s.children)})};return e(this.data),t}filterColumns(t){return t.reduce((e,i)=>{if(!(typeof i.hide=="function"?i.hide():i.hide)){const r={...i};r.children&&Array.isArray(r.children)&&(r.children=this.filterColumns(r.children)),e.push(r)}return e},[])}getColumns(){return this.filterColumns(this.columns)}setColumns(t){this.columns=t,this.clearBufferData()}setData(t){this.data=t,this.columns.length&&this.init()}getData(){if(this.bufferData.length>0)return{data:this.bufferData,sumHeight:this.sumHeight,positions:this.positions};let t=[],e=0;this.sumHeight=0,this.positions=[];const i=r=>{r.forEach(o=>{t.push(o);const n=this.itemRowKeyMap.get(o),{expand:h,hasChildren:l,height:d}=this.rowKeyMap.get(n),f=this.sumHeight;this.sumHeight+=d,this.rowIndexRowKeyMap.set(e,n),this.positions.push({top:f,height:d,bottom:this.sumHeight}),e+=1,h&&l&&i(o.children)})};this.rowIndexRowKeyMap.clear();let s=this.data;return typeof this.filterMethod=="function"&&(s=this.filterMethod(s)),i(s),this.bufferData=t,{data:t,sumHeight:this.sumHeight,positions:this.positions}}setFooterData(t){this.footerData=t}getFooterData(){return this.footerData}setFilterMethod(t){this.filterMethod=t}clearFilterMethod(){this.filterMethod=void 0}expandItem(t,e=!1){const i=this.rowKeyMap.get(t);i.expand=e,this.clearBufferData(),this.ctx.emit("draw")}expandAll(t){this.rowKeyMap.forEach(e=>{e.expand=t}),this.clearBufferData(),this.ctx.emit("draw")}expandLoading(t,e=!1){const i=this.rowKeyMap.get(t);i.expandLoading=e,this.clearBufferData(),this.ctx.emit("draw")}setExpandChildren(t,e){const i=this.rowKeyMap.get(t);i.expand=!0,i.expandLazy=!0,i.item.children=e,this.initData(i.item.children,i.level+1),this.clearBufferData()}getIsExpandLoading(t){return this.rowKeyMap.get(t).expandLoading}getIsExpandLazy(t){return this.rowKeyMap.get(t).expandLazy}getIsExpand(t){return this.rowKeyMap.get(t).expand}getRowForRowKey(t){return this.rowKeyMap.get(t)}getRowKeyForRowIndex(t){return this.rowIndexRowKeyMap.get(t)}getRowKeyByItem(t){return this.itemRowKeyMap.get(t)}getRowIndexForRowKey(t){return this.rowKeyMap.get(t).index}getItemValueForRowIndexAndColIndex(t,e){if(!(this.rowIndexRowKeyMap.has(t)&&this.colIndexKeyMap.get(e)))return null;const s=this.rowIndexRowKeyMap.get(t),r=this.colIndexKeyMap.get(e);return{rowKey:s,key:r,value:this.getItemValue(s,r)}}getItemValue(t,e){const i=this.rowKeyMap.get(t);return i&&i.item?i.item[e]===void 0?null:i.item[e]:null}batchSetItemValue(t,e=!1){let i=[];const s=new Set;t.forEach(n=>{const{value:h,rowKey:l,key:d}=n,{oldValue:f,newValue:x}=this.setItemValue(l,d,h);s.add(l),i.push({rowKey:l,key:d,oldValue:f,newValue:x})});let r=[];const o=i.map(n=>{const h=this.ctx.database.getRowDataItemForRowKey(n.rowKey);return{rowKey:n.rowKey,key:n.key,value:n.newValue,row:h}});return s.forEach(n=>{r.push(this.ctx.database.getRowDataItemForRowKey(n))}),this.ctx.emit("change",o,r),e&&this.ctx.history.pushState({changeList:i,scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,type:"multiple"}),i}setItemValue(t,e,i,s=!1,r=!1,o=!1){if(!this.rowKeyMap.has(t))return{};const{item:n}=this.rowKeyMap.get(t);let h=n[e];if(this.ctx.database.getReadonly(t,e))return{oldValue:h,newValue:h};n[e]!==null&&typeof n[e]=="object"&&(h=JSON.parse(JSON.stringify(n[e])));const l=`${t}_${e}`;if(this.originalDataMap.has(l)||this.originalDataMap.set(l,h),this.changedDataMap.set(l,i),n[e]=i,o){const d=this.ctx.database.getRowDataItemForRowKey(t),f={rowKey:t,key:e,value:i,row:d};this.ctx.emit("change",[f],[d]),this.ctx.emit("editChange",{rowKey:t,key:e,oldValue:h,value:i,originalValue:this.originalDataMap.get(l),row:d})}return this.ctx.hasEvent("iterationChange")&&this.ctx.emit("iterationChange",{rowKey:t,key:e,oldValue:h,value:i,originalValue:this.originalDataMap.get(l),row:this.ctx.database.getRowDataItemForRowKey(t)}),s&&this.ctx.history.pushState({type:"single",scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,changeList:[{rowKey:t,key:e,oldValue:h,newValue:i}]}),r&&this.ctx.emit("draw"),{oldValue:h,newValue:i}}getRowDataItemForRowKey(t){if(!this.rowKeyMap.has(t))return{};const{item:e}=this.rowKeyMap.get(t);return e}setRowSelectionByCheckboxKey(t,e){const{CHECKBOX_KEY:i}=this.ctx.config;if(i){if(!this.rowKeyMap.has(t))return!1;const{item:s}=this.rowKeyMap.get(t),r=s[i];this.checkboxKeyMap.has(r)&&this.checkboxKeyMap.get(r).forEach(n=>{const h=this.rowKeyMap.get(n);h.check=e})}}toggleRowSelection(t){const e=this.rowKeyMap.get(t);e.check=!e.check,this.setRowSelectionByCheckboxKey(t,e.check),this.ctx.emit("toggleRowSelection",e);const i=this.getSelectionRows();this.ctx.emit("selectionChange",i),this.ctx.emit("draw")}setRowSelection(t,e){const i=this.rowKeyMap.get(t);i.check=e,this.setRowSelectionByCheckboxKey(t,i.check);const s=this.getSelectionRows();this.ctx.emit("setRowSelection",s),this.ctx.emit("draw")}getSelectionRows(){let t=[];return this.rowKeyMap.forEach(e=>{e.check&&t.push(e.item)}),t}getRowSelection(t){const{check:e}=this.rowKeyMap.get(t);return e}getRowSelectable(t){const{selectable:e,item:i,rowIndex:s}=this.rowKeyMap.get(t);return typeof e=="function"?e({row:i,rowIndex:s}):e}toggleAllSelection(){this.rowKeyMap.forEach(e=>{const i=e.selectable;typeof i=="function"?i({row:e.item,rowIndex:e.rowIndex})&&(e.check=!0):i&&(e.check=!0)});const t=this.getSelectionRows();this.ctx.emit("toggleAllSelection",t),this.ctx.emit("selectionChange",t),this.ctx.emit("draw")}clearSelection(){this.rowKeyMap.forEach(e=>{const i=e.selectable;typeof i=="function"?i({row:e.item,rowIndex:e.rowIndex})&&(e.check=!1):i&&(e.check=!1)});const t=this.getSelectionRows();this.ctx.emit("clearSelection"),this.ctx.emit("selectionChange",t),this.ctx.emit("draw")}getCheckedState(){let t=0,e=0;this.rowKeyMap.forEach(o=>{o.check&&(t+=1);const n=o.selectable;typeof n=="function"?n({row:o.item,rowIndex:o.rowIndex})&&(e+=1):n&&(e+=1)});const i=e&&e>t&&t>0;return{check:e&&e===t,indeterminate:i,selectable:e!==0}}updateColIndexKeyMap(t=[]){this.colIndexKeyMap.clear(),t.forEach(e=>{this.colIndexKeyMap.set(e.colIndex,e.key)})}getChangedData(){let t=[];return this.changedDataMap.forEach((e,i)=>{const s=this.originalDataMap.get(i),r=i.split("_")[0],o=i.split("_")[1];s!==e&&t.push({rowKey:r,colKey:o,originalValue:s,row:this.rowKeyMap.get(r),value:e})}),t}getChangedRows(){const t=new Set;this.changedDataMap.forEach((i,s)=>{const r=this.originalDataMap.get(s),o=s.split("_")[0];r!==i&&t.add(o)});let e=[];return t.forEach(i=>{e.push(this.ctx.database.getRowDataItemForRowKey(i))}),e}isHasChangedData(t,e){const i=`${t}_${e}`;if(!this.changedDataMap.has(i))return!1;const s=this.originalDataMap.get(i),r=this.changedDataMap.get(i);return s!==r}getPositionForRowIndex(t){return t<this.positions.length?this.positions[t]:{height:0,top:0,bottom:0}}setHeader(t,e){return t?(this.headerMap.set(t,e),!0):!1}getReadonly(t,e){const i=this.rowKeyMap.get(t),s=this.headerMap.get(e),r=i==null?void 0:i.readonly,o=s==null?void 0:s.readonly,{CELL_READONLY_METHOD:n}=this.ctx.config;if(typeof n=="function"){const l=n({row:i.item,rowIndex:i.rowIndex,colIndex:s.colIndex,column:s.column,value:this.getItemValue(t,e)});if(l!==void 0)return l}return o||r}clearValidate(){this.validationErrorMap.clear()}getValidator(t,e){return new Promise(i=>{const s=this.rowKeyMap.get(t),r=this.headerMap.get(e),{CELL_RULES_METHOD:o}=this.ctx.config,n=r.column;let h=n.rules;if(typeof o=="function"){const d=o({row:s.item,rowIndex:s.rowIndex,colIndex:r.colIndex,column:n,value:this.getItemValue(t,e)});d&&(h=d)}if(h){let l={},d={};if(d[e]=this.getItemValue(t,e),Array.isArray(h)&&h.length){const x=h.map(u=>({...u,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex}));l[e]=x}else l[e]={...h,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex};new nt(l).validate(d).then(()=>{this.setValidationError(t,e,[]),i([])}).catch(({errors:x})=>{const u=x.map(y=>({...y,column:n,key:e,row:s.item,rowKey:t}));this.setValidationError(t,e,u),i(u)})}else i([])})}getHeightByRowIndexRowSpan(t,e){let i=0;for(let s=0;s<e;s++){const r=this.positions[t+s];r&&(i+=r.height)}return i}setLoading(t){this.loading=t,this.ctx.emit("loadingChange",t)}getLoading(){return this.loading}setValidationErrorByRowIndex(t,e,i){const r=`${this.rowIndexRowKeyMap.get(t)}_${e}`,o=[{message:i}];this.validationErrorMap.set(r,o)}setValidationError(t,e,i){const s=`${t}_${e}`;this.validationErrorMap.set(s,i)}getValidationError(t,e){const i=`${t}_${e}`;return this.validationErrorMap.get(i)||[]}}class je{constructor(t){c(this,"ctx");c(this,"history",[]);c(this,"historyIndex",-1);this.ctx=t,this.init()}init(){this.ctx.on("keydown",t=>{if(t.ctrlKey&&!t.shiftKey&&t.code==="KeyZ"||t.metaKey&&!t.shiftKey&&t.code==="KeyZ"){t.preventDefault(),this.ctx.clearSelector(),this.ctx.clearAutofill(),this.backState();return}if(t.ctrlKey&&t.code==="KeyY"||t.ctrlKey&&t.shiftKey&&t.code==="KeyZ"||t.metaKey&&t.shiftKey&&t.code==="KeyZ"){t.preventDefault(),this.ctx.clearSelector(),this.ctx.clearAutofill(),this.forwardState();return}})}pushState(t){const{HISTORY_NUM:e=0,ENABLE_HISTORY:i}=this.ctx.config;i&&(this.history.push(t),this.history.length>e&&this.history.splice(0,1),this.historyIndex=this.history.length-1)}backState(){if(this.historyIndex>=0){const{changeList:t,scrollX:e,scrollY:i}=this.history[this.historyIndex],s=t.map(r=>({rowKey:r.rowKey,key:r.key,value:r.oldValue,row:{}}));this.ctx.setScroll(e,i),this.ctx.database.batchSetItemValue(s,!1),this.historyIndex-=1,this.ctx.emit("draw")}}forwardState(){if(this.historyIndex<this.history.length-1){this.historyIndex+=1;const{changeList:t}=this.history[this.historyIndex],e=t.map(i=>({rowKey:i.rowKey,key:i.key,value:i.newValue,row:{}}));this.ctx.database.batchSetItemValue(e,!1),this.ctx.emit("draw")}}clear(){this.history=[],this.historyIndex=-1}}class Ue{constructor(t){c(this,"eventTasks",new Map);c(this,"ctx");this.ctx=t,this.init()}init(){this.bind(window,"resize",this.handleResize.bind(this)),this.bind(window,"mousedown",this.handleMouseDown.bind(this)),this.bind(window,"mouseup",this.handleMouseUp.bind(this)),this.bind(window,"mousemove",this.handleMousemove.bind(this)),this.bind(this.ctx.target,"click",this.handleClick.bind(this)),this.bind(this.ctx.target,"keydown",this.handleKeydown.bind(this)),this.bind(this.ctx.target,"wheel",this.handleWheel.bind(this)),this.bind(this.ctx.target,"contextmenu",this.handleContextMenu.bind(this))}destroy(){this.eventTasks.forEach((t,e)=>{this.unbind(window,e,t)}),this.eventTasks.clear()}handleResize(t){this.ctx.emit("resetHeader",t),this.ctx.emit("resize",t)}handleMouseDown(t){t.button===0&&(this.ctx.mousedown=!0),this.ctx.emit("mousedown",t)}handleMousemove(t){this.ctx.emit("mousemove",t)}handleMouseUp(t){t.button===0&&(this.ctx.mousedown=!1),this.ctx.emit("mouseup",t)}handleClick(t){this.ctx.emit("click",t)}handleKeydown(t){const{ENABLE_KEYBOARD:e}=this.ctx.config;e&&this.ctx.emit("keydown",t)}handleWheel(t){this.ctx.emit("wheel",t)}handleContextMenu(t){this.ctx.emit("contextMenu",t)}bind(t,e,i){t instanceof HTMLCanvasElement&&e==="keydown"&&(t.tabIndex=0),t.addEventListener(e,i),this.eventTasks.set(e,i)}unbind(t,e,i){t.removeEventListener(e,i),this.eventTasks.delete(e)}}class Ze{constructor(){c(this,"events",new Map)}has(t){return this.events.has(t)}on(t,e){const i=this.events.get(t)||[];i.push(e),this.events.set(t,i)}once(t,e){const i=(...s)=>{e(...s),this.off(t,i)};return this.on(t,i),this}off(t,e){const i=this.events.get(t);if(i){const s=i.indexOf(e);s>=0&&(i.splice(s,1),i.length===0?this.events.delete(t):this.events.set(t,i))}}emit(t,...e){const i=this.events.get(t);i&&i.forEach(s=>{s(...e)})}destroy(){this.events.clear()}}class Je{constructor(t){c(this,"ctx");const e=t.getContext("2d");if(!e)throw new Error("canvas context not found");this.ctx=e}save(){this.ctx.save()}restore(){this.ctx.restore()}translate(t,e){this.ctx.translate(t,e)}setCursor(t="default"){this.ctx.canvas.style.cursor=t}clear(t=0,e=0,i,s){this.ctx.clearRect(t,e,i||this.ctx.canvas.width,s||this.ctx.canvas.height)}drawShadow(t,e,i,s,r){const{fillColor:o,side:n,shadowWidth:h,colorStart:l,colorEnd:d}=r;this.ctx.save(),o&&(this.ctx.fillStyle=o,this.ctx.fillRect(t,e,i,s));let f;switch(n){case"left":f=this.ctx.createLinearGradient(t-h,e,t,e),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t-h,e,h,s);break;case"right":f=this.ctx.createLinearGradient(t+i,e,t+i+h,e),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t+i,e,h,s);break;case"top":f=this.ctx.createLinearGradient(t,e-h,t,e),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t,e-h,i,h);break;case"bottom":f=this.ctx.createLinearGradient(t,e+s,t,e+s+h),f.addColorStop(0,l),f.addColorStop(1,d),this.ctx.fillStyle=f,this.ctx.fillRect(t,e+s,i,h);break;default:console.error("Invalid side specified for shadow");break}}drawLine(t,e){if(t.length<4||t.length%2!==0)throw new Error("A valid array of points is required to draw a line");this.ctx.save();const{borderColor:i="black",borderWidth:s=1}=e;this.ctx.beginPath(),this.ctx.moveTo(t[0]+.5,t[1]+.5);for(let r=2;r<t.length;r+=2)this.ctx.lineTo(t[r]+.5,t[r+1]+.5);this.ctx.strokeStyle=i,this.ctx.lineWidth=s,e.lineDash&&(this.ctx.lineDashOffset=4,this.ctx.setLineDash(e.lineDash)),e.fillColor&&(this.ctx.fillStyle=e.fillColor,this.ctx.fill()),e.borderColor&&(this.ctx.strokeStyle=e.borderColor),this.ctx.stroke(),this.ctx.closePath(),this.ctx.restore()}drawImage(t,e,i,s,r){this.ctx.save(),this.ctx.drawImage(t,e,i,s,r),this.ctx.restore()}drawRect(t,e,i,s,{borderWidth:r=1,borderColor:o,fillColor:n,radius:h=0}={}){if(this.ctx.save(),this.ctx.beginPath(),n!==void 0&&(this.ctx.fillStyle=n),o!==void 0&&(this.ctx.lineWidth=r,this.ctx.strokeStyle=o),h===0)this.ctx.rect(t+.5,e+.5,i,s);else{const[l,d,f,x]=typeof h=="number"?[h,h,h,h]:h;this.ctx.moveTo(t+l,e),this.ctx.arcTo(t+i,e,t+i,e+d,d),this.ctx.arcTo(t+i,e+s,t+i-f,e+s,f),this.ctx.arcTo(t,e+s,t,e+s-x,x),this.ctx.arcTo(t,e,t+l,e,l)}n!==void 0&&this.ctx.fill(),o!==void 0&&this.ctx.stroke(),this.ctx.restore()}drawText(t="",e,i,s,r,o={}){this.ctx.save();const{font:n="12px Arial",align:h="center",color:l="#495060",padding:d=0,verticalAlign:f="middle"}=o;this.ctx.font=n,this.ctx.fillStyle=l,this.ctx.textBaseline=f,this.ctx.textAlign=h;let x=0;f==="top"?x=i+d:f==="bottom"?x=i+r-d:x=i+(r+d)/2;let u=0;h==="left"?u=e+d:h==="right"?u=e+s-d:u=e+s/2;const{_text:y,ellipsis:g}=this.handleEllipsis(t,s,d);return this.ctx.fillText(y,u,x),this.ctx.restore(),g}handleEllipsis(t,e,i=0){let s=!1,r=t;if(t==null||t==="")return{_text:"",ellipsis:s};const o=this.ctx.measureText("...").width,n=this.ctx.measureText(t).width;if(n&&n+o>=e-i*2){s=!0;let h=0;for(let l=0;l<t.length;l++)if(h+=this.ctx.measureText(t[l]).width,h>=e-i*2-o){r=t.slice(0,l)+"...";break}}return{_text:r,ellipsis:s}}}class qt{constructor(t){c(this,"PROCESSOR_NUM",50);c(this,"CSS_PREFIX","e-virt-table");c(this,"ICONS",[]);c(this,"ROW_KEY","");c(this,"HEADER_FONT","12px normal Arial");c(this,"BODY_FONT","12px normal Arial");c(this,"BORDER_COLOR","#e1e6eb");c(this,"WIDTH",0);c(this,"RESIZE_MIN_WIDTH",40);c(this,"HEIGHT",0);c(this,"EMPTY_BODY_HEIGHT",120);c(this,"EMPTY_CUSTOM",!1);c(this,"EMPTY_CUSTOM_STYLE",{});c(this,"EMPTY_TEXT","暂无数据");c(this,"MAX_HEIGHT",1e3);c(this,"BORDER_RADIUS",8);c(this,"ENABLE_OFFSET_HEIGHT",!1);c(this,"OFFSET_HEIGHT",0);c(this,"HEADER_HEIGHT",36);c(this,"HEADER_BG_COLOR","#F8FAFF");c(this,"BODY_BG_COLOR","#FFF");c(this,"HEADER_TEXT_COLOR","#1D2129");c(this,"LOADING_ICON_SVG","");c(this,"LOADING_ICON_COLOR","#4E5969");c(this,"EXPAND_ICON_SVG","");c(this,"SHRINK_ICON_SVG","");c(this,"EXPAND_ICON_COLOR","#4E5969");c(this,"SHRINK_ICON_COLOR","#4E5969");c(this,"ERROR_TIP_ICON_COLOR","red");c(this,"ERROR_TIP_ICON_SIZE",6);c(this,"EXPAND_LAZY",!0);c(this,"DEFAULT_EXPAND_ALL",!1);c(this,"CELL_WIDTH",100);c(this,"CELL_HEIGHT",36);c(this,"CELL_PADDING",8);c(this,"CELL_HOVER_ICON_SIZE",20);c(this,"SCROLLER_TRACK_SIZE",14);c(this,"SCROLLER_SIZE",8);c(this,"SCROLLER_COLOR","#dee0e3");c(this,"SCROLLER_TRACK_COLOR","#fff");c(this,"SCROLLER_FOCUS_COLOR","#bbbec4");c(this,"SELECT_BORDER_COLOR","rgb(82,146,247)");c(this,"SELECT_AREA_COLOR","rgba(82,146,247,0.1)");c(this,"SELECT_BG_COLOR","rgba(82,146,247,0.1)");c(this,"EDIT_BG_COLOR","#fcf6ed");c(this,"CHECKBOX_KEY","");c(this,"CHECKBOX_COLOR","rgb(82,146,247)");c(this,"CHECKBOX_SIZE",20);c(this,"CHECKBOX_DISABLED_SVG","");c(this,"CHECKBOX_CHECK_SVG","");c(this,"CHECKBOX_UNCHECK_SVG","");c(this,"CHECKBOX_INDETERMINATE_SVG","");c(this,"READONLY_COLOR","#fff");c(this,"READONLY_TEXT_COLOR","#4E5969");c(this,"ERROR_TIP_COLOR","#ED3F14");c(this,"FOOTER_BG_COLOR","#fafafa");c(this,"FOOTER_FIXED",!0);c(this,"CELL_FOOTER_HEIGHT",36);c(this,"ENABLE_SELECTOR",!1);c(this,"ENABLE_EDIT_SINGLE_CLICK",!1);c(this,"ENABLE_EDIT_TEXT_ENTER",!0);c(this,"ENABLE_EDIT_CLICK_SELECTOR",!0);c(this,"ENABLE_SELECTOR_SINGLE",!1);c(this,"ENABLE_SELECTOR_SPAN_COL",!0);c(this,"ENABLE_SELECTOR_SPAN_ROW",!0);c(this,"ENABLE_SELECTOR_ALL_ROWS",!0);c(this,"ENABLE_SELECTOR_ALL_COLS",!0);c(this,"ENABLE_AUTOFILL",!1);c(this,"ENABLE_CONTEXT_MENU",!1);c(this,"ENABLE_COPY",!0);c(this,"ENABLE_PASTER",!0);c(this,"ENABLE_RESIZE_ROW",!0);c(this,"ENABLE_RESIZE_COLUMN",!0);c(this,"RESIZE_ROW_LINE_COLOR","#e1e6eb");c(this,"RESIZE_COLUMN_LINE_COLOR","#e1e6eb");c(this,"RESIZE_ROW_MIN_HEIGHT",36);c(this,"RESIZE_COLUMN_MIN_WIDTH",40);c(this,"ENABLE_KEYBOARD",!0);c(this,"ENABLE_HISTORY",!1);c(this,"ENABLE_VALIDATOR_IMMEDIATE",!0);c(this,"HISTORY_NUM",50);c(this,"HIGHLIGHT_HOVER_ROW",!1);c(this,"HIGHLIGHT_HOVER_ROW_COLOR","rgba(186,203,231,0.1)");c(this,"HIGHLIGHT_SELECTED_ROW",!1);c(this,"HIGHLIGHT_SELECTED_ROW_COLOR","rgba(82,146,247,0.1)");c(this,"TOOLTIP_BG_COLOR","#303133");c(this,"TOOLTIP_TEXT_COLOR","#fff");c(this,"TOOLTIP_ZINDEX",3e3);c(this,"TOOLTIP_CUSTOM_STYLE",{});c(this,"CONTEXT_MENU",[{label:"复制",value:"copy"},{label:"剪切",value:"cut"},{label:"粘贴",value:"paste"},{label:"清空选中内容",value:"clearSelected"}]);c(this,"HEADER_CELL_STYLE_METHOD");c(this,"BODY_CELL_STYLE_METHOD");c(this,"FOOTER_CELL_STYLE_METHOD");c(this,"CELL_READONLY_METHOD");c(this,"CELL_FORMATTER_METHOD");c(this,"CELL_RULES_METHOD");c(this,"CELL_TYPE_METHOD");c(this,"CELL_EDITOR_TYPE_METHOD");c(this,"CELL_RENDER_METHOD");c(this,"CELL_HOVER_ICON_METHOD");c(this,"SPAN_METHOD");c(this,"SELECTABLE_METHOD");c(this,"EXPAND_LAZY_METHOD");Object.assign(this,t)}init(t){Object.assign(this,t)}}class Qe{constructor(t){c(this,"ctx");c(this,"list",[{name:"loading",configName:"LOADING_ICON_SVG",configColorName:"LOADING_ICON_COLOR",svg:'<svg t="1724133395728" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2893" width="32" height="32"><path d="M512 226.8476541a19.82487759 19.82487759 0 0 1 14.66497778 5.70304692c3.80203107 3.82918865 5.70304692 8.71751457 5.70304693 14.66497779v122.20814825a19.82487759 19.82487759 0 0 1-5.70304693 14.66497778 19.82487759 19.82487759 0 0 1-14.66497778 5.70304691 19.82487759 19.82487759 0 0 1-14.66497778-5.70304691 19.82487759 19.82487759 0 0 1-5.70304693-14.66497778v-122.20814825a19.82487759 19.82487759 0 0 1 5.70304693-14.66497779 19.82487759 19.82487759 0 0 1 14.66497778-5.70304692z m0 407.36049415a19.82487759 19.82487759 0 0 1 14.66497778 5.70304691c3.80203107 3.82918865 5.70304692 8.71751457 5.70304693 14.66497778v122.20814827a19.82487759 19.82487759 0 0 1-5.70304693 14.66497776 19.82487759 19.82487759 0 0 1-14.66497778 5.70304693 19.82487759 19.82487759 0 0 1-14.66497778-5.70304693 19.82487759 19.82487759 0 0 1-5.70304693-14.66497776v-122.20814827a19.82487759 19.82487759 0 0 1 5.70304693-14.66497778 19.82487759 19.82487759 0 0 1 14.66497778-5.70304691zM797.1523459 512a19.82487759 19.82487759 0 0 1-5.70304692 14.66497778 19.82487759 19.82487759 0 0 1-14.66497779 5.70304693h-122.20814825a19.82487759 19.82487759 0 0 1-14.66497778-5.70304693 19.82487759 19.82487759 0 0 1-5.70304691-14.66497778 19.82487759 19.82487759 0 0 1 5.70304691-14.66497778 19.82487759 19.82487759 0 0 1 14.66497778-5.70304693h122.20814825a19.82487759 19.82487759 0 0 1 14.66497779 5.70304693c3.80203107 3.82918865 5.70304692 8.71751457 5.70304692 14.66497778z m-407.36049415 0a19.82487759 19.82487759 0 0 1-5.70304691 14.66497778 19.82487759 19.82487759 0 0 1-14.66497778 5.70304693h-122.20814827a19.82487759 19.82487759 0 0 1-14.66497776-5.70304693 19.82487759 19.82487759 0 0 1-5.70304693-14.66497778 19.82487759 19.82487759 0 0 1 5.70304693-14.66497778 19.82487759 19.82487759 0 0 1 14.66497776-5.70304693h122.20814827a19.82487759 19.82487759 0 0 1 14.66497778 5.70304693c3.80203107 3.82918865 5.70304692 8.71751457 5.70304691 14.66497778zM310.22076878 310.22076878a21.29137537 21.29137537 0 0 1 14.66497779-5.70304693c5.51294514 0 10.18401235 1.90101585 14.01320099 5.70304693l86.55052591 86.57768347a20.91117183 20.91117183 0 0 1 5.73020449 14.31193182 19.28172983 19.28172983 0 0 1-6.05609289 14.013201 19.11878565 19.11878565 0 0 1-14.013201 6.05609289 20.96548698 20.96548698 0 0 1-14.31193182-5.70304692L310.22076878 338.87178998a19.06447114 19.06447114 0 0 1-5.70304693-14.01320099c0-5.54010272 1.90101585-10.42842865 5.70304693-14.66497778z m288.32975775 288.32975775a19.79772001 19.79772001 0 0 1 14.3390894-6.35482371c5.29568642 0 10.04822572 2.11827457 14.31193182 6.38198066l86.57768347 86.55052651c3.80203107 3.80203107 5.70304692 8.47309828 5.70304691 14.01320102a19.55330372 19.55330372 0 0 1-6.05609225 14.31193182 19.66193339 19.66193339 0 0 1-14.31193245 6.05609288 19.01015661 19.01015661 0 0 1-14.01320099-5.70304692l-86.55052591-86.57768347a19.79772001 19.79772001 0 0 1-6.38198129-14.31193245c0-5.29568642 2.11827457-10.07538268 6.38198129-14.33908939zM713.77923122 310.22076878c3.80203107 4.26370672 5.70304692 9.15203265 5.70304693 14.66497779s-1.90101585 10.18401235-5.70304693 14.01320099l-86.57768347 86.55052591a20.91117183 20.91117183 0 0 1-14.31193182 5.73020449 19.28172983 19.28172983 0 0 1-14.013201-6.05609289 19.11878565 19.11878565 0 0 1-6.05609289-14.013201c0-5.29568642 1.90101585-10.07538268 5.70304692-14.31193182l86.57768348-86.57768347c3.80203107-3.80203107 8.50025585-5.70304692 14.01320099-5.70304693 5.54010272 0 10.40127108 1.90101585 14.66497779 5.70304693zM425.44947347 598.57768347a19.79772001 19.79772001 0 0 1 6.35482371 14.33908939c0 5.29568642-2.11827457 10.04822572-6.38198066 14.31193245L338.89894756 713.77923122a19.06447114 19.06447114 0 0 1-14.01320099 5.70304693 19.55330372 19.55330372 0 0 1-14.31193245-6.05609227 19.68909035 19.68909035 0 0 1-6.05609227-14.31193245 19.01015661 19.01015661 0 0 1 5.70304693-14.01320099l86.57768347-86.55052591a19.79772001 19.79772001 0 0 1 14.31193182-6.38198129c5.29568642 0 10.07538268 2.11827457 14.3390894 6.38198129z" fill="#000000" fill-opacity=".65" p-id="2894"></path></svg>',color:"#4E5969"},{name:"expand",configName:"EXPAND_ICON_SVG",configColorName:"EXPAND_ICON_COLOR",svg:'<svg t="1724122015492" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4237" width="32" height="32"><path d="M401.472 316.992l159.04 217.664L591.488 512l-30.976-22.656-159.04 217.728q-2.24 3.008-3.84 6.464-1.6 3.456-2.496 7.104-0.896 3.648-1.024 7.424-0.192 3.84 0.384 7.552 0.64 3.712 1.92 7.296 1.28 3.52 3.2 6.784 1.984 3.2 4.544 6.016 2.56 2.752 5.632 4.992 3.072 2.24 6.464 3.84 3.456 1.6 7.168 2.496 3.648 0.896 7.424 1.024 3.776 0.192 7.488-0.448 3.776-0.576 7.296-1.856 3.584-1.28 6.784-3.264 3.2-1.92 6.016-4.48 2.816-2.56 5.056-5.632l159.04-217.728q3.584-4.928 5.504-10.752 1.92-5.76 1.92-11.904 0-6.08-1.92-11.904-1.92-5.76-5.504-10.752L463.488 271.68q-2.24-3.072-5.056-5.632-2.752-2.56-6.016-4.48-3.2-1.984-6.784-3.328-3.52-1.28-7.296-1.856-3.712-0.576-7.488-0.448-3.84 0.192-7.424 1.088-3.712 0.896-7.168 2.496-3.392 1.6-6.4 3.84-3.136 2.176-5.696 4.992-2.56 2.752-4.48 6.016-1.984 3.2-3.264 6.784-1.28 3.52-1.92 7.296-0.576 3.712-0.384 7.488 0.128 3.84 1.024 7.488 0.896 3.648 2.496 7.04 1.6 3.456 3.84 6.528z m30.976-61.056q-3.776 0-7.488 0.704-3.712 0.768-7.168 2.24-3.52 1.408-6.656 3.52-3.2 2.112-5.824 4.8-2.688 2.624-4.8 5.76-2.112 3.2-3.52 6.656-1.472 3.52-2.176 7.232-0.768 3.712-0.768 7.488 0 3.776 0.768 7.488 0.704 3.712 2.176 7.232 1.408 3.456 3.52 6.592 2.112 3.2 4.8 5.824 2.688 2.688 5.76 4.8 3.2 2.112 6.72 3.52 3.456 1.472 7.168 2.176 3.712 0.768 7.488 0.768 3.84 0 7.488-0.768 3.712-0.704 7.232-2.176 3.456-1.408 6.592-3.52 3.2-2.112 5.824-4.8 2.688-2.688 4.8-5.76 2.112-3.2 3.52-6.656 1.472-3.52 2.24-7.232 0.704-3.712 0.704-7.488 0-3.84-0.704-7.488-0.768-3.712-2.24-7.232-1.408-3.456-3.52-6.592-2.112-3.2-4.8-5.824-2.624-2.688-5.76-4.8-3.2-2.112-6.656-3.52-3.52-1.472-7.232-2.24Q436.224 256 432.448 256z m0 435.392q-3.776 0-7.488 0.704-3.712 0.768-7.168 2.176-3.52 1.472-6.656 3.584-3.2 2.112-5.824 4.736-2.688 2.688-4.8 5.824-2.112 3.2-3.52 6.656-1.472 3.52-2.176 7.232-0.768 3.712-0.768 7.488 0 3.776 0.768 7.488 0.704 3.712 2.176 7.168 1.408 3.52 3.52 6.656 2.112 3.2 4.8 5.76 2.688 2.752 5.76 4.8 3.2 2.112 6.72 3.584 3.456 1.472 7.168 2.176 3.712 0.768 7.488 0.768 3.84 0 7.488-0.768 3.712-0.704 7.232-2.176 3.456-1.472 6.592-3.584 3.2-2.048 5.824-4.736 2.688-2.688 4.8-5.824 2.112-3.2 3.52-6.656 1.472-3.456 2.24-7.168 0.704-3.712 0.704-7.488 0-3.84-0.704-7.488-0.768-3.712-2.24-7.232-1.408-3.52-3.52-6.656-2.112-3.136-4.8-5.76-2.624-2.688-5.76-4.8-3.2-2.112-6.656-3.584-3.52-1.408-7.232-2.176-3.712-0.704-7.488-0.704z" p-id="4238"></path></svg>',color:"#4E5969"},{name:"shrink",configName:"CHECKBOX_UNCHECK_SVG",configColorName:"SHRINK_ICON_COLOR",svg:'<svg t="1724122044148" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4551" width="32" height="32"><path d="M707.648 401.28L489.28 560.704l22.656 30.976 22.656-30.976L316.16 401.216q-3.072-2.24-6.464-3.84-3.456-1.536-7.104-2.432-3.712-0.896-7.488-1.088-3.776-0.128-7.488 0.448-3.776 0.64-7.296 1.92-3.584 1.28-6.784 3.2-3.2 1.984-6.016 4.544-2.816 2.56-5.056 5.632-2.176 3.072-3.84 6.464-1.536 3.456-2.432 7.104-0.896 3.712-1.088 7.488-0.128 3.776 0.448 7.488 0.64 3.776 1.92 7.296 1.28 3.584 3.2 6.784 1.984 3.2 4.544 6.016 2.56 2.752 5.632 4.992l218.368 159.552q4.928 3.584 10.752 5.504 5.76 1.92 11.904 1.92 6.08 0 11.904-1.92 5.76-1.92 10.752-5.504l218.368-159.552q3.008-2.24 5.568-4.992 2.56-2.816 4.544-6.016 1.92-3.2 3.264-6.784 1.28-3.52 1.92-7.296 0.576-3.712 0.384-7.488-0.128-3.84-1.024-7.488-0.896-3.648-2.496-7.04-1.6-3.456-3.84-6.528-2.24-3.072-4.992-5.632-2.816-2.56-6.016-4.48-3.2-1.984-6.784-3.328-3.584-1.28-7.296-1.856-3.712-0.64-7.488-0.448-3.84 0.192-7.488 1.088-3.648 0.896-7.04 2.496-3.456 1.536-6.528 3.84z m61.056 30.976q0-3.84-0.768-7.488-0.704-3.712-2.176-7.232-1.472-3.456-3.52-6.656-2.112-3.136-4.8-5.76-2.688-2.688-5.76-4.8-3.2-2.112-6.72-3.584-3.456-1.408-7.168-2.176-3.712-0.704-7.488-0.704-3.84 0-7.488 0.704-3.712 0.768-7.232 2.176-3.456 1.472-6.656 3.584-3.136 2.112-5.76 4.8-2.688 2.624-4.8 5.76-2.112 3.2-3.584 6.656-1.408 3.52-2.176 7.232-0.704 3.712-0.704 7.488 0 3.776 0.704 7.488 0.768 3.712 2.176 7.168 1.472 3.52 3.584 6.656 2.112 3.2 4.8 5.824 2.624 2.688 5.76 4.8 3.2 2.112 6.656 3.52 3.52 1.472 7.232 2.176 3.712 0.768 7.488 0.768 3.776 0 7.488-0.768 3.712-0.704 7.168-2.176 3.52-1.408 6.656-3.52 3.2-2.112 5.824-4.8 2.688-2.688 4.8-5.76 2.048-3.2 3.52-6.72 1.472-3.456 2.176-7.168 0.768-3.712 0.768-7.488z m-436.736 0q0-3.84-0.768-7.488-0.704-3.712-2.176-7.232-1.408-3.456-3.52-6.656-2.112-3.136-4.8-5.76-2.688-2.688-5.76-4.8-3.2-2.112-6.656-3.584-3.52-1.408-7.232-2.176-3.712-0.704-7.488-0.704-3.84 0-7.488 0.704-3.712 0.768-7.232 2.176-3.456 1.472-6.592 3.584-3.2 2.112-5.824 4.8-2.688 2.624-4.8 5.76-2.112 3.2-3.52 6.656-1.472 3.52-2.24 7.232-0.704 3.712-0.704 7.488 0 3.776 0.704 7.488 0.768 3.712 2.24 7.168 1.408 3.52 3.52 6.656 2.112 3.2 4.8 5.824 2.624 2.688 5.76 4.8 3.2 2.112 6.656 3.52 3.52 1.472 7.232 2.176 3.712 0.768 7.488 0.768 3.776 0 7.488-0.768 3.712-0.704 7.232-2.176 3.456-1.408 6.592-3.52 3.2-2.112 5.824-4.8 2.688-2.688 4.8-5.76 2.112-3.2 3.52-6.72 1.472-3.456 2.176-7.168 0.768-3.712 0.768-7.488z" p-id="4552"></path></svg>',color:"#4E5969"},{name:"checkbox-uncheck",configName:"CHECKBOX_UNCHECK_SVG",svg:'<svg t="1722595639920" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4708" width="32" height="32"><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z m64 0q0 79.552 56.256 135.744Q304.448 832 384 832h256q79.552 0 135.744-56.256Q832 719.552 832 640V384q0-79.552-56.256-135.744Q719.552 192 640 192H384q-79.552 0-135.744 56.256Q192 304.448 192 384v256z" fill="#DDE0EA" p-id="4709"></path></svg>',color:""},{name:"checkbox-check",configName:"CHECKBOX_CHECK_SVG",configColorName:"CHECKBOX_COLOR",svg:'<svg t="1722595535853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4551" width="32" height="32"><path d="M640 128H384c-170.496 0-256 85.504-256 256v256c0 170.496 85.504 256 256 256h256c170.496 0 256-85.504 256-256V384c0-170.496-85.504-256-256-256z m67.584 302.592c-2.048 4.608-4.608 8.704-8.192 12.288L506.88 634.88c-3.584 3.584-7.68 6.144-12.288 8.192-4.608 2.048-9.728 3.072-14.848 3.072s-10.24-1.024-14.848-3.072c-4.608-2.048-8.704-4.608-12.288-8.192l-96.256-96.256c-3.584-3.584-6.144-7.68-8.192-12.288-2.048-4.608-3.072-9.728-3.072-14.848 0-2.56 0-5.12 1.024-7.68 0.512-2.56 1.024-5.12 2.048-7.168 1.024-2.56 2.048-4.608 3.584-6.656 1.536-2.048 3.072-4.096 4.608-5.632 1.536-2.048 3.584-3.584 5.632-4.608 2.048-1.536 4.096-2.56 6.656-3.584 2.56-1.024 4.608-1.536 7.168-2.048 2.56-0.512 5.12-0.512 7.68-0.512 5.12 0 10.24 1.024 14.848 3.072 4.608 2.048 8.704 4.608 12.288 8.192l69.12 68.608L645.12 389.12c3.584-3.584 7.68-6.144 12.288-8.192 4.608-2.048 9.728-3.072 14.848-3.072 2.56 0 5.12 0 7.68 0.512s5.12 1.024 7.168 2.048c2.56 1.024 4.608 2.048 6.656 3.584 2.048 1.536 4.096 3.072 5.632 4.608 1.536 1.536 3.584 3.584 4.608 5.632 1.536 2.048 2.56 4.096 3.584 6.656 1.024 2.56 1.536 4.608 2.048 7.168 0.512 2.56 1.024 5.12 1.024 7.68 0 5.12-1.024 10.24-3.072 14.848z" p-id="4552"></path></svg>',color:"rgb(82,146,247)"},{name:"checkbox-hover",configName:"CHECKBOX_UNCHECK_SVG",configColorName:"CHECKBOX_COLOR",svg:'<svg t="1722595639920" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4708" width="32" height="32"><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z m64 0q0 79.552 56.256 135.744Q304.448 832 384 832h256q79.552 0 135.744-56.256Q832 719.552 832 640V384q0-79.552-56.256-135.744Q719.552 192 640 192H384q-79.552 0-135.744 56.256Q192 304.448 192 384v256z" fill="#DDE0EA" p-id="4709"></path></svg>',color:"rgb(82,146,247)"},{name:"checkbox-indeterminate",configName:"CHECKBOX_INDETERMINATE_SVG",configColorName:"CHECKBOX_COLOR",svg:'<svg t="1722595280953" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4394" width="32" height="32"><path d="M128 384v256q0 12.608 1.28 25.088 1.216 12.544 3.648 24.832 2.432 12.352 6.08 24.384t8.448 23.68q4.864 11.584 10.752 22.72 5.952 11.072 12.928 21.504 7.04 10.496 14.976 20.224 8 9.728 16.896 18.56 8.896 8.96 18.56 16.896 9.728 8 20.224 14.976 10.432 7.04 21.504 12.928 11.136 5.888 22.72 10.688 11.648 4.864 23.68 8.512 12.032 3.648 24.32 6.08 12.352 2.432 24.896 3.712Q371.392 896 384 896h256q12.608 0 25.088-1.28 12.544-1.216 24.832-3.648 12.352-2.432 24.384-6.08t23.68-8.512q11.584-4.8 22.72-10.688 11.072-5.952 21.504-12.928 10.496-7.04 20.224-14.976 9.728-8 18.56-16.896 8.96-8.832 16.896-18.56 8-9.728 14.976-20.224 7.04-10.432 12.928-21.504 5.888-11.136 10.688-22.72 4.864-11.648 8.512-23.68 3.648-12.032 6.08-24.32 2.432-12.352 3.712-24.896Q896 652.608 896 640V384q0-12.608-1.28-25.088-1.216-12.544-3.648-24.832-2.432-12.352-6.08-24.384t-8.512-23.68q-4.8-11.584-10.688-22.72-5.952-11.072-12.928-21.504-7.04-10.496-14.976-20.224-8-9.664-16.896-18.56-8.832-8.96-18.56-16.896-9.728-8-20.224-14.976-10.432-7.04-21.504-12.928-11.136-5.888-22.72-10.752-11.648-4.8-23.68-8.448-12.032-3.648-24.32-6.08-12.352-2.432-24.896-3.712Q652.608 128 640 128H384q-12.608 0-25.088 1.28-12.544 1.216-24.832 3.648-12.352 2.432-24.384 6.08t-23.68 8.448q-11.584 4.864-22.72 10.752-11.072 5.952-21.504 12.928-10.496 7.04-20.224 14.976-9.664 8-18.56 16.896-8.96 8.896-16.896 18.56-8 9.728-14.976 20.224-7.04 10.432-12.928 21.504-5.888 11.136-10.752 22.72-4.8 11.648-8.448 23.68-3.648 12.032-6.08 24.32-2.432 12.352-3.712 24.896Q128 371.392 128 384z m566.016 166.336H330.112a38.4 38.4 0 0 1 0-76.8h363.904a38.4 38.4 0 0 1 0 76.8z" p-id="4395"></path></svg>',color:"rgb(82,146,247)"},{name:"checkbox-check-disabled",configName:"CHECKBOX_CHECK_SVG",svg:'<svg t="1722595535853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4551" width="32" height="32"><path d="M640 128H384c-170.496 0-256 85.504-256 256v256c0 170.496 85.504 256 256 256h256c170.496 0 256-85.504 256-256V384c0-170.496-85.504-256-256-256z m67.584 302.592c-2.048 4.608-4.608 8.704-8.192 12.288L506.88 634.88c-3.584 3.584-7.68 6.144-12.288 8.192-4.608 2.048-9.728 3.072-14.848 3.072s-10.24-1.024-14.848-3.072c-4.608-2.048-8.704-4.608-12.288-8.192l-96.256-96.256c-3.584-3.584-6.144-7.68-8.192-12.288-2.048-4.608-3.072-9.728-3.072-14.848 0-2.56 0-5.12 1.024-7.68 0.512-2.56 1.024-5.12 2.048-7.168 1.024-2.56 2.048-4.608 3.584-6.656 1.536-2.048 3.072-4.096 4.608-5.632 1.536-2.048 3.584-3.584 5.632-4.608 2.048-1.536 4.096-2.56 6.656-3.584 2.56-1.024 4.608-1.536 7.168-2.048 2.56-0.512 5.12-0.512 7.68-0.512 5.12 0 10.24 1.024 14.848 3.072 4.608 2.048 8.704 4.608 12.288 8.192l69.12 68.608L645.12 389.12c3.584-3.584 7.68-6.144 12.288-8.192 4.608-2.048 9.728-3.072 14.848-3.072 2.56 0 5.12 0 7.68 0.512s5.12 1.024 7.168 2.048c2.56 1.024 4.608 2.048 6.656 3.584 2.048 1.536 4.096 3.072 5.632 4.608 1.536 1.536 3.584 3.584 4.608 5.632 1.536 2.048 2.56 4.096 3.584 6.656 1.024 2.56 1.536 4.608 2.048 7.168 0.512 2.56 1.024 5.12 1.024 7.68 0 5.12-1.024 10.24-3.072 14.848z" p-id="4552"></path></svg>',color:"#DDE0EA"},{name:"checkbox-disabled",configName:"CHECKBOX_DISABLED_SVG",svg:'<svg t="1722595946663" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4865" width="32" height="32"><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z" fill="#F1F2F4" p-id="4866"></path><path d="M128 640V384a256 256 0 0 1 256-256h256a256 256 0 0 1 256 256v256a256 256 0 0 1-256 256H384a256 256 0 0 1-256-256z m64 0q0 79.552 56.256 135.744Q304.448 832 384 832h256q79.552 0 135.744-56.256Q832 719.552 832 640V384q0-79.552-56.256-135.744Q719.552 192 640 192H384q-79.552 0-135.744 56.256Q192 304.448 192 384v256z" fill="#DDE0EA" p-id="4867"></path></svg>',color:""}]);c(this,"icons",new Map);this.ctx=t,this.init()}async init(){const t=[];for(let e=0;e<this.list.length;e++){const i=this.list[e];let s=i.color;if(i.configColorName){const o=this.ctx.config[i.configColorName];o&&(s=o)}const r=this.createImageFromSVG(i.svg,s).then(o=>{this.icons.set(i.name,o)});t.push(r)}for(let e=0;e<this.ctx.config.ICONS.length;e++){const i=this.ctx.config.ICONS[e];let s=i.color;const r=this.createImageFromSVG(i.svg,s).then(o=>{this.icons.set(i.name,o)});t.push(r)}await Promise.all(t),this.ctx.emit("draw")}async createImageFromSVG(t,e){const r=new DOMParser().parseFromString(t,"image/svg+xml").documentElement;e&&r.querySelectorAll("*").forEach(l=>{l.setAttribute("fill",e)});const o=new Image,n=new Blob([new XMLSerializer().serializeToString(r)],{type:"image/svg+xml"}),h=URL.createObjectURL(n);return o.src=h,new Promise((l,d)=>{o.onerror=()=>d(new Error("Failed to load image")),o.onload=()=>{l(o)}})}get(t){return this.icons.get(t)}}class Gt{constructor(t,e,i,s,r,o,n){c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"fixed");c(this,"cellType");this.ctx=t,this.x=e,this.y=i,this.width=s,this.height=r,this.fixed=o,this.cellType=n}isHorizontalVisible(){if(this.fixed)return!0;const{target:t,fixedLeftWidth:e,scrollX:i,fixedRightWidth:s}=this.ctx,r=t.width;return!(this.x+this.width-e-i<=0||this.x-i>=r-s)}isVerticalVisible(){const{target:t,scrollY:e}=this.ctx,i=t.height;return!(this.y+this.height-e<=0||this.y-e>=i)}getDrawX(){return this.fixed==="left"?this.x:this.fixed==="right"?this.ctx.header.visibleWidth-(this.ctx.header.width-this.x)+1:this.x-this.ctx.scrollX}getDrawY(){return this.cellType==="header"?this.y:this.cellType==="footer"&&this.ctx.config.FOOTER_FIXED?this.y:this.y-this.ctx.scrollY}getLeftFixedX(){return this.x-this.ctx.scrollX}getRightFixedX(){}}class jt extends Gt{constructor(e,i,s,r,o,n,h,l,d,f="body"){super(e,r,o,n,h,l.fixed,f);c(this,"formatter");c(this,"hoverIconName","");c(this,"align");c(this,"verticalAlign");c(this,"fixed");c(this,"type");c(this,"editorType");c(this,"cellType");c(this,"level");c(this,"colspan",1);c(this,"rowspan",1);c(this,"key");c(this,"column");c(this,"rowIndex");c(this,"colIndex");c(this,"rowKey");c(this,"row");c(this,"value");c(this,"render");c(this,"renderFooter");c(this,"style",{});c(this,"rules",{});c(this,"message","");c(this,"text","");c(this,"displayText","");c(this,"visibleWidth",0);c(this,"visibleHeight",0);c(this,"drawX",0);c(this,"drawY",0);c(this,"drawCellBgColor","");c(this,"drawCellSkyBgColor","");c(this,"drawTextColor","");c(this,"drawTextX",0);c(this,"drawTextY",0);c(this,"drawImageX",0);c(this,"drawImageY",0);c(this,"drawImageWidth",0);c(this,"drawImageHeight",0);c(this,"drawImageName","");c(this,"drawImageSource");c(this,"ellipsis",!1);c(this,"overflowTooltipShow",!0);c(this,"overflowTooltipMaxWidth",500);c(this,"overflowTooltipPlacement","top");this.visibleWidth=this.width,this.visibleHeight=this.height,this.colIndex=s,this.rowIndex=i,this.key=l.key,this.type=l.type||"text",this.editorType=l.editorType||"text",this.cellType=f,this.align=l.align||"center",this.verticalAlign=l.verticalAlign||"middle",this.fixed=l.fixed,this.level=l.level,this.column=l,this.rules=l.rules,this.row=d,this.rowKey=this.cellType==="body"?this.ctx.database.getRowKeyForRowIndex(i):`${this.cellType}_${this.rowIndex}`,this.value=this.getValue(),this.render=l.render,this.overflowTooltipShow=l.overflowTooltipShow!==!1,this.overflowTooltipMaxWidth=l.overflowTooltipMaxWidth||500,this.overflowTooltipPlacement=l.overflowTooltipPlacement||"top",this.renderFooter=l.renderFooter,this.hoverIconName=l.hoverIconName,this.formatter=l.formatter,this.update()}getValidationMessage(){const e=this.ctx.database.getValidationError(this.rowKey,this.key);if(Array.isArray(e)&&e.length){const[i]=e;this.message=i.message}return this.message}update(){this.drawX=this.getDrawX(),this.drawY=this.getDrawY(),this.drawTextX=this.drawX,this.drawTextY=this.drawY,this.updateSpan(),this.updateStyle(),this.updateType(),this.updateHoverIcon(),this.updateSelection(),this.updateTree(),this.updateEditorType(),this.updateRender(),this.getValidationMessage(),this.updateContainer(),this.text=this.getText(),this.displayText=this.getDisplayText()}updateSpan(){if(this.cellType==="footer")return;const{SPAN_METHOD:e}=this.ctx.config;if(typeof e=="function"){const i=e,{colspan:s=1,rowspan:r=1}=i({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue(),headIndex:this.ctx.body.headIndex,headPosition:this.ctx.database.getPositionForRowIndex(this.ctx.body.headIndex),visibleRows:this.ctx.body.visibleRows,visibleLeafColumns:this.ctx.header.visibleLeafColumns,rows:this.ctx.body.data})||{};this.colspan=s,this.rowspan=r,this.visibleWidth=this.getWidthByColIndexColSpan(this.colIndex,this.colspan),this.visibleHeight=this.ctx.database.getHeightByRowIndexRowSpan(this.rowIndex,this.rowspan)}}updateType(){const{CELL_TYPE_METHOD:e}=this.ctx.config;if(typeof e=="function"){const s=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});s!==void 0&&(this.type=s)}}updateEditorType(){const{CELL_EDITOR_TYPE_METHOD:e}=this.ctx.config;if(typeof e=="function"){const s=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});s!==void 0&&(this.editorType=s)}}updateRender(){const{CELL_RENDER_METHOD:e}=this.ctx.config;if(typeof e=="function"){const s=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});s!==void 0&&(this.render=s)}}validate(){this.ctx.database.getValidator(this.rowKey,this.key).then(()=>{this.ctx.database.setValidationError(this.rowKey,this.key,[]),this.message=""}).catch(e=>{if(Array.isArray(e)&&e.length){const[i]=e;this.message=i.message,this.ctx.database.setValidationError(this.rowKey,this.key,e)}}).finally(()=>{this.ctx.emit("draw")})}updateStyle(){this.style=this.getOverlayerViewsStyle()}updateTree(){const{CELL_PADDING:e=0}=this.ctx.config,{rowKey:i,cellType:s}=this;let r,o=0,n="";if(this.type==="tree"&&s==="body"){const h=this.ctx.database.getRowForRowKey(i),{expand:l=!1,hasChildren:d=!1,expandLoading:f=!1,level:x=0}=h||{};if(f){const u=this.ctx.icons.get("loading");n="loading",r=u,o=x*8}else if(d){const u=this.ctx.icons.get("expand"),y=this.ctx.icons.get("shrink");r=l?y:u,n=l?"shrink":"expand",o=x*8}else o=x*8;if(r){let u=20,y=20,g=this.drawX+o+e,w=this.drawY+(this.visibleHeight-y)/2+2;this.ctx.paint.drawImage(r,g,w,u,y),this.drawImageX=g,this.drawImageY=w,this.drawImageWidth=u,this.drawImageHeight=y,this.drawImageName=n,this.drawImageSource=r,this.align="left",this.drawTextX=o+this.drawX+u+.5}}}updateContainer(){const{BODY_BG_COLOR:e,EDIT_BG_COLOR:i,BODY_CELL_STYLE_METHOD:s,FOOTER_CELL_STYLE_METHOD:r,READONLY_TEXT_COLOR:o,FOOTER_BG_COLOR:n,HIGHLIGHT_SELECTED_ROW:h,HIGHLIGHT_SELECTED_ROW_COLOR:l,HIGHLIGHT_HOVER_ROW:d,HIGHLIGHT_HOVER_ROW_COLOR:f}=this.ctx.config;if(this.cellType==="footer"){let p=n,E=o;if(typeof r=="function"){const m=r,{backgroundColor:b,color:v}=m({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()})||{};b&&(p=b),v&&(E=v)}this.drawCellSkyBgColor="transparent",this.drawCellBgColor=p,this.drawTextColor=E;return}let x="transparent";const u=this.ctx.focusCell,y=this.ctx.hoverCell;d&&(y==null?void 0:y.rowKey)===this.rowKey&&(x=f),h&&(u==null?void 0:u.rowKey)===this.rowKey&&(x=l),this.drawCellSkyBgColor=x;let g=e,w=o;if(["index","index-selection","selection"].includes(this.type)){this.drawCellBgColor=e,this.drawTextColor=o;return}if(this.ctx.database.getReadonly(this.rowKey,this.key)||(g=i,w=o),typeof s=="function"){const p=s,{backgroundColor:E,color:m}=p({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()})||{};E&&(g=E),m&&(w=m)}this.drawCellBgColor=g,this.drawTextColor=w}updateSelection(){const{visibleWidth:e,visibleHeight:i,rowspan:s,colspan:r,cellType:o,type:n,rowIndex:h,rowKey:l}=this;if(!(s===0||r===0)&&o!=="footer"&&["index-selection","selection"].includes(n)){const d=this.ctx.database.getRowSelection(l),f=this.ctx.database.getRowSelectable(l),{CHECKBOX_SIZE:x=0}=this.ctx.config,u=this.drawX+(e-x)/2,y=this.drawY+(i-x)/2;let g=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck";d&&f?(g=this.ctx.icons.get("checkbox-check"),w="checkbox-check"):d&&f?(g=this.ctx.icons.get("checkbox-check-disabled"),w="checkbox-check-disabled"):!d&&f?(g=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck"):(g=this.ctx.icons.get("checkbox-disabled"),w="checkbox-disabled"),g&&n=="index-selection"?(this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===h||["checkbox-disabled","checkbox-check"].includes(w))&&(this.drawImageX=u,this.drawImageY=y,this.drawImageWidth=x,this.drawImageHeight=x,this.drawImageName=w,this.drawImageSource=g):g&&n==="selection"&&(this.drawImageX=u,this.drawImageY=y,this.drawImageWidth=x,this.drawImageHeight=x,this.drawImageName=w,this.drawImageSource=g)}}updateHoverIcon(){const{CELL_HOVER_ICON_METHOD:e,CELL_HOVER_ICON_SIZE:i,CELL_PADDING:s}=this.ctx.config;if(typeof e=="function"){const h=e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});h!==void 0&&(this.hoverIconName=h)}const r=this.drawX+this.width-i-s,o=this.drawY+(this.height-i)/2;if(this.hoverIconName&&this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===this.rowIndex){const n=this.ctx.icons.get(this.hoverIconName);this.drawImageX=r,this.drawImageY=o,this.drawImageWidth=i,this.drawImageHeight=i,this.drawImageName=this.hoverIconName,this.drawImageSource=n}}getDisplayText(){return this.cellType==="footer"?this.renderFooter||this.text===null||this.text===void 0?"":this.text:this.rowspan===0||this.colspan===0||this.render||this.type==="index-selection"&&(this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===this.rowIndex||["checkbox-disabled","checkbox-check"].includes(this.drawImageName))||this.text===null||this.text===void 0?"":`${this.text}`}getText(){if(this.cellType==="footer")return this.row[this.key];if(typeof this.formatter=="function")return this.formatter({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});const{CELL_FORMATTER_METHOD:e}=this.ctx.config;return typeof e=="function"?e({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()}):["index-selection","index"].includes(this.type)?`${this.rowIndex+1}`:(this.value=this.ctx.database.getItemValue(this.rowKey,this.key),this.value)}getValue(){return this.ctx.database.getItemValue(this.rowKey,this.key)}getOverlayerViewsStyle(){let e=`${this.drawX-this.ctx.fixedLeftWidth}px`,i=`${this.drawY-this.ctx.body.y}px`;return this.fixed==="left"?e=`${this.drawX}px`:this.fixed==="right"&&(e=`${this.drawX-(this.ctx.target.width-this.ctx.fixedRightWidth)}px`),this.cellType==="footer"&&this.ctx.config.FOOTER_FIXED&&(i=`${this.drawY-this.ctx.footer.y}px`),{position:"absolute",overflow:"hidden",left:e,top:i,width:`${this.visibleWidth}px`,height:`${this.visibleHeight}px`,pointerEvents:"none"}}draw(){const{paint:e,config:{BORDER_COLOR:i}}=this.ctx,{drawX:s,drawY:r}=this;e.drawRect(s,r,this.visibleWidth,this.visibleHeight,{borderColor:i,fillColor:this.drawCellBgColor}),e.drawRect(s,r,this.width,this.height,{borderColor:"transparent",borderWidth:1,fillColor:this.drawCellSkyBgColor}),this.ellipsis=this.drawText(),this.drawImage(),this.drawSelector(),this.drawAutofillPiont(),this.drawErrorTip()}getWidthByColIndexColSpan(e,i){if(i===0)return 0;let s=0;for(let r=e;r<e+i;r++){const o=this.ctx.header.leafCellHeaders[r];s+=o.width}return s}drawText(){const{CELL_PADDING:e,BODY_FONT:i}=this.ctx.config;return this.ctx.paint.drawText(this.displayText,this.drawTextX,this.drawTextY,this.visibleWidth,this.visibleHeight,{font:i,padding:e,align:this.align,verticalAlign:this.verticalAlign,color:this.drawTextColor})}drawImage(){this.drawImageSource&&this.ctx.paint.drawImage(this.drawImageSource,this.drawImageX,this.drawImageY,this.drawImageWidth,this.drawImageHeight)}drawAutofillPiont(){if(this.cellType==="footer")return;const{SELECT_BORDER_COLOR:e,ENABLE_AUTOFILL:i,ENABLE_SELECTOR:s}=this.ctx.config;if(!s||!i)return;const{xArr:r,yArr:o}=this.ctx.selector,n=r[1],h=o[1],{colIndex:l,rowIndex:d,drawX:f,drawY:x}=this;l===n&&d===h&&this.ctx.paint.drawRect(f+this.width-6,x+this.height-6,6,6,{borderColor:"#fff",fillColor:e})}drawSelector(){if(this.cellType==="footer")return;const{ENABLE_SELECTOR:e}=this.ctx.config;if(!e)return;const{xArr:i,yArr:s,xArrCopy:r,yArrCopy:o}=this.ctx.selector;this.drawBorder({xArr:r,yArr:o,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)",borderWidth:1,lineDash:[4,4]}),this.drawBorder({xArr:this.ctx.autofill.xArr,yArr:this.ctx.autofill.yArr,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)",borderWidth:1,lineDash:[4,4]}),this.drawBorder({xArr:i,yArr:s,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)",borderWidth:1})}drawErrorTip(){if(this.cellType==="footer"||!this.message)return;const{ERROR_TIP_ICON_SIZE:e,ERROR_TIP_COLOR:i}=this.ctx.config,{width:s}=this,r=this.drawX,o=this.drawY,n=[r+s-e-.5,o,r+s-.5,o,r+s-.5,o+e];this.ctx.paint.drawLine(n,{borderColor:i,fillColor:i,borderWidth:1,lineCap:"round",lineJoin:"round"})}drawBorder(e){const{drawX:i,drawY:s,width:r,rowIndex:o,colIndex:n}=this,h=i+.5;let l=s+.5,d=this.height;o===0&&(l=this.y+1,d=d-1);const{xArr:f,yArr:x,lineDash:u=[],borderWidth:y=1,borderColor:g,fillColor:w}=e,p=f[0],E=f[1],m=x[0],b=x[1];n>=p&&n<=E&&o===m&&this.ctx.paint.drawLine([h,l,h+r-2,l],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u}),n>=p&&n<=E&&o===b&&this.ctx.paint.drawLine([h,l+d-1.5,h+r,l+d-1.5],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u}),n===p&&o>=m&&o<=b&&this.ctx.paint.drawLine([h,l,h,l+d-1],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u}),n===E&&o>=m&&o<=b&&this.ctx.paint.drawLine([h+r-1,l,h+r-1,l+d-1],{borderColor:g,fillColor:w,borderWidth:y,lineCap:"round",lineJoin:"round",lineDash:u})}}class Ut extends Gt{constructor(e,i,s,r,o,n,h){super(e,s,r,o,n,h.fixed,"header");c(this,"align");c(this,"verticalAlign","middle");c(this,"fixed");c(this,"widthFillDisable");c(this,"type");c(this,"editorType");c(this,"level");c(this,"text");c(this,"displayText","");c(this,"colspan");c(this,"rowspan");c(this,"key");c(this,"required",!1);c(this,"readonly",!1);c(this,"children",[]);c(this,"column");c(this,"colIndex");c(this,"rowKey");c(this,"rules");c(this,"hasChildren");c(this,"render");c(this,"style",{});c(this,"drawX",0);c(this,"drawY",0);c(this,"drawCellBgColor","");c(this,"drawTextColor","");c(this,"drawImageX",0);c(this,"drawImageY",0);c(this,"drawImageWidth",0);c(this,"drawImageHeight",0);c(this,"drawImageName","");c(this,"drawImageSource");this.ctx=e,this.x=s,this.y=r,this.width=o,this.height=n,this.colIndex=i,this.key=h.key,this.type=h.type,this.editorType=h.editorType||"text",this.align=h.align||"center",this.verticalAlign=h.verticalAlign||"middle",this.fixed=h.fixed,this.level=h.level,this.text=h.title,this.column=h,this.colspan=h.colspan,this.widthFillDisable=h.widthFillDisable,this.rowspan=h.rowspan,this.rules=h.rules,this.readonly=h.readonly,this.required=h.required,this.rowKey=It(),this.hasChildren=h.children&&h.children.length>0||!1,this.render=h.renderHeader}isVerticalVisible(){const{target:e}=this.ctx,i=e.height;return!(this.y+this.height<=0||this.y>=i)}updateStyle(){this.style=this.getOverlayerViewsStyle()}updateContainer(){const{HEADER_CELL_STYLE_METHOD:e,HEADER_BG_COLOR:i,HEADER_TEXT_COLOR:s}=this.ctx.config;let r=i,o=s;if(typeof e=="function"){const n=e,{backgroundColor:h,color:l}=n({colIndex:this.colIndex,column:this.column})||{};h&&(r=h),l&&(o=l)}this.drawCellBgColor=r,this.drawTextColor=o}update(){this.updateContainer(),this.displayText=this.getText(),this.drawX=this.getDrawX(),this.drawY=this.getDrawY(),this.updateStyle()}draw(){const{paint:e,config:{BORDER_COLOR:i,CELL_PADDING:s,HEADER_FONT:r}}=this.ctx,{drawX:o,drawY:n,displayText:h}=this;e.drawRect(o,n,this.width,this.height,{borderColor:i,fillColor:this.drawCellBgColor}),e.drawText(h,o,n,this.width,this.height,{font:r,padding:s,color:this.drawTextColor,align:this.align,verticalAlign:this.verticalAlign}),this.drawSelection()}drawSelection(){const{width:e,height:i,type:s}=this;if(["index-selection","selection"].includes(s)){const{indeterminate:r,check:o,selectable:n}=this.ctx.database.getCheckedState(),{CHECKBOX_SIZE:h=0}=this.ctx.config,l=this.drawX+(e-h)/2,d=this.drawY+(i-h)/2;let f=this.ctx.icons.get("checkbox-uncheck"),x="checkbox-uncheck";r?(f=this.ctx.icons.get("checkbox-indeterminate"),x="checkbox-indeterminate"):o&&n?(f=this.ctx.icons.get("checkbox-check"),x="checkbox-check"):o&&n?(f=this.ctx.icons.get("checkbox-check-disabled"),x="checkbox-check-disabled"):!o&&n?(f=this.ctx.icons.get("checkbox-uncheck"),x="checkbox-uncheck"):(f=this.ctx.icons.get("checkbox-disabled"),x="checkbox-disabled"),f&&(this.drawImageX=l,this.drawImageY=d,this.drawImageWidth=h,this.drawImageHeight=h,this.drawImageName=x,this.drawImageSource=f,this.ctx.paint.drawImage(this.drawImageSource,this.drawImageX,this.drawImageY,this.drawImageWidth,this.drawImageHeight))}}getText(){return this.render?"":this.text}getOverlayerViewsStyle(){let e="";return this.fixed==="left"?e=`${this.drawX}px`:this.fixed==="right"?e=`${this.drawX-(this.ctx.target.width-this.ctx.fixedRightWidth)}px`:e=`${this.drawX-this.ctx.fixedLeftWidth}px`,{position:"absolute",overflow:"hidden",left:e,top:`${this.drawY+1}px`,width:`${this.width}px`,height:`${this.height}px`,pointerEvents:"none"}}}class ti{constructor(t){c(this,"ctx");c(this,"visibleHoverCell");c(this,"resizeObserver");this.ctx=t,this.init()}init(){this.resizeObserver=new ResizeObserver(()=>{this.ctx.emit("resetHeader"),this.ctx.emit("resizeObserver")}),this.ctx.target.parentElement&&this.resizeObserver.observe(this.ctx.target),this.ctx.on("mousedown",t=>{if(t.button!==0||this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const o of s){const n=o.getDrawX(),h=o.getDrawY();if(i>n&&i<n+o.width&&e>h&&e<h+o.height){this.ctx.focusCellHeader=o,this.ctx.emit("cellHeaderMousedown",o,t);return}}const r=this.ctx.body.renderRows;for(const o of r){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const l=h.getDrawX(),d=h.getDrawY();if(i>l&&i<l+h.width&&e>d&&e<d+h.height){this.ctx.setFocusCell(h),this.ctx.emit("cellMousedown",h,t);return}}}}),this.ctx.on("click",t=>{if(t.button!==0||this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const o of s){const n=o.getDrawX(),h=o.getDrawY();if(i>n&&i<n+o.width&&e>h&&e<h+o.height){this.ctx.clickCellHeader=o,this.ctx.emit("cellHeaderClick",o,t),this.selectionClick(o);return}}const r=this.ctx.body.renderRows;for(const o of r){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const l=h.getDrawX(),d=h.getDrawY();if(i>l&&i<l+h.width&&e>d&&e<d+h.height){this.ctx.clickCell=h,this.ctx.emit("cellClick",h,t),this.selectionClick(h),this.treeClick(h);return}}}}),this.ctx.on("contextMenu",t=>{if(this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const o of s){const n=o.getDrawX(),h=o.getDrawY();if(i>n&&i<n+o.width&&e>h&&e<h+o.height){this.ctx.emit("cellHeaderContextMenuClick",o,t);return}}const r=this.ctx.body.renderRows;for(const o of r){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const l=h.getDrawX(),d=h.getDrawY();if(i>l&&i<l+h.width&&e>d&&e<d+h.height){this.ctx.emit("cellContextMenuClick",h,t);return}}}}),this.ctx.on("mousemove",t=>{var o;if(this.isBusy(t))return;const e=t.offsetY,i=t.offsetX,s=this.ctx.header.renderCellHeaders;for(const n of s){const h=n.getDrawX(),l=n.getDrawY();if(i>h&&i<h+n.width&&e>l&&e<l+n.height){if(this.ctx.emit("cellHeaderMouseenter",n,t),this.ctx.hoverCellHeader&&this.ctx.hoverCellHeader!==n&&this.ctx.emit("cellHeaderMouseleave",this.ctx.hoverCellHeader,t),this.imageEnterAndLeave(n,t),this.ctx.hoverCellHeader===n)return;this.ctx.hoverCellHeader=n,this.ctx.emit("cellHeaderHoverChange",n);return}}const r=this.ctx.body.renderRows;for(const n of r){const h=n.fixedCells.concat(n.noFixedCells);for(const l of h){const d=l.getDrawX(),f=l.getDrawY();if(i>d&&i<d+l.visibleWidth&&e>f&&e<f+l.visibleHeight&&(this.imageEnterAndLeave(l,t),this.visibleHoverCell!==l&&(this.ctx.emit("visibleCellMouseleave",l,t),this.visibleHoverCell=l,this.ctx.emit("visibleCellHoverChange",l,t))),i>d&&i<d+l.width&&e>f&&e<f+l.height){if(this.ctx.emit("cellMouseenter",l,t),this.ctx.hoverCell&&this.ctx.hoverCell!==l&&this.ctx.emit("cellMouseleave",this.ctx.hoverCell,t),this.ctx.hoverCell===l)return;((o=this.ctx.hoverCell)==null?void 0:o.rowKey)!==l.rowKey&&(this.ctx.hoverCell=l,this.ctx.hoverRow=this.ctx.body.renderRows.find(x=>x.rowKey===l.rowKey),this.ctx.emit("rowHoverChange",this.ctx.hoverRow,l,t),this.ctx.emit("draw")),this.ctx.hoverCell=l,this.ctx.emit("cellHoverChange",l,t);return}}}})}selectionClick(t){if(["selection","index-selection"].includes(t.type)&&this.ctx.isPointer)if(t instanceof Ut)t.drawImageName==="checkbox-uncheck"||t.drawImageName==="checkbox-indeterminate"?this.ctx.database.toggleAllSelection():t.drawImageName==="checkbox-check"&&this.ctx.database.clearSelection();else{if(!this.ctx.database.getRowSelectable(t.rowKey))return;this.ctx.database.toggleRowSelection(t.rowKey)}}treeClick(t){if(t.type==="tree"&&this.ctx.isPointer){const e=this.ctx.database.getRowForRowKey(t.rowKey),{expand:i=!1,expandLazy:s=!1}=e||{},{EXPAND_LAZY:r,EXPAND_LAZY_METHOD:o}=this.ctx.config;if(r&&o&&!i&&!s)typeof o=="function"&&(this.ctx.database.expandLoading(t.rowKey,!0),o({row:t.row,rowIndex:t.rowIndex,colIndex:t.colIndex,column:t.column,value:t.getValue()}).then(h=>{this.ctx.database.setExpandChildren(t.rowKey,h),this.ctx.database.expandLoading(t.rowKey,!1)}).catch(h=>{this.ctx.database.expandLoading(t.rowKey,!1),console.error(h)}));else{const n=this.ctx.database.getIsExpand(t.rowKey);this.ctx.database.expandItem(t.rowKey,!n),this.ctx.emit("expandChange")}}}imageEnterAndLeave(t,e){const i=e.offsetY,s=e.offsetX;s>t.drawImageX&&s<t.drawImageX+t.drawImageWidth&&i>t.drawImageY&&i<t.drawImageY+t.drawImageHeight?(this.ctx.target.style.cursor="pointer",this.ctx.isPointer=!0,t instanceof jt&&["selection","index-selection"].includes(t.type)&&(this.ctx.database.getRowSelectable(t.rowKey)||(this.ctx.target.style.cursor="not-allowed"))):(this.ctx.isPointer=!1,this.ctx.target.style.cursor==="pointer"&&(this.ctx.target.style.cursor="default"))}isBusy(t){const e=t.offsetY,i=t.offsetX;if(!(t.target instanceof HTMLCanvasElement)||!this.ctx.isTarget(t.target)||this.ctx.target.style.cursor==="row-resize"||this.ctx.target.style.cursor==="col-resize"||this.ctx.columnResizing||this.ctx.rowResizing)return!0;const{SCROLLER_TRACK_SIZE:s}=this.ctx.config;return!!(this.ctx.scrollerMove||this.ctx.scrollerFocus||e>this.ctx.target.height-s||i>this.ctx.target.width-s)}destroy(){this.resizeObserver.unobserve(this.ctx.target)}}class ei{constructor(t,e,i){c(this,"eventBus");c(this,"eventBrowser");c(this,"eventTable");c(this,"uuid",It());c(this,"targetContainer");c(this,"target");c(this,"paint");c(this,"icons");c(this,"mousedown",!1);c(this,"isPointer",!1);c(this,"rowResizing",!1);c(this,"columnResizing",!1);c(this,"scrollerMove",!1);c(this,"scrollerFocus",!1);c(this,"autofillMove",!1);c(this,"selectorMove",!1);c(this,"editing",!1);c(this,"scrollY",0);c(this,"scrollX",0);c(this,"fixedLeftWidth",0);c(this,"fixedRightWidth",0);c(this,"maxColIndex",0);c(this,"maxRowIndex",0);c(this,"hoverRow");c(this,"clickCell");c(this,"focusCell");c(this,"hoverCell");c(this,"clickCellHeader");c(this,"focusCellHeader");c(this,"hoverCellHeader");c(this,"body",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,headIndex:0,tailIndex:0,visibleRows:[],renderRows:[],data:[]});c(this,"footer",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,renderRows:[]});c(this,"header",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,visibleLeafColumns:[],leafCellHeaders:[],renderLeafCellHeaders:[],renderCellHeaders:[],fixedLeftCellHeaders:[],fixedRightCellHeaders:[],renderCenterCellHeaders:[]});c(this,"selector",{enable:!1,xArr:[-1,-1],yArr:[-1,-1],xArrCopy:[-1,-1],yArrCopy:[-1,-1]});c(this,"autofill",{enable:!1,xArr:[-1,-1],yArr:[-1,-1]});c(this,"database");c(this,"history");c(this,"config");this.target=e,this.targetContainer=t,this.target.setAttribute("uuid",this.uuid),this.config=new qt(i.config||{}),this.eventBus=new Ze,this.eventBrowser=new Ue(this),this.eventTable=new ti(this),this.paint=new Je(e),this.database=new Ge(this,i),this.history=new je(this),this.icons=new Qe(this)}setConfig(t){this.config=new qt(t)}setFocusCell(t){var e;this.focusCell!==t&&(((e=this.focusCell)==null?void 0:e.rowKey)!==t.rowKey&&(this.focusCell=t,this.emit("rowFocusChange",t)),this.focusCell=t,this.emit("cellFocusChange",t))}clearSelector(){this.selector={enable:!1,xArr:[-1,-1],yArr:[-1,-1],xArrCopy:[-1,-1],yArrCopy:[-1,-1]}}clearAutofill(){this.autofill={enable:!1,xArr:[-1,-1],yArr:[-1,-1]}}getSelectedData(){const t=[],e=this.selector.yArr,i=this.selector.xArr;let s="";for(let r=0;r<=e[1]-e[0];r++){const o=[];for(let n=0;n<=i[1]-i[0];n++){const h=r+e[0],l=n+i[0],d=this.database.getItemValueForRowIndexAndColIndex(h,l);d&&o.push(d.value)}s+=`${o.join(" ")}\r`,t.push(o)}return s=s?s.replace(/\r$/,""):" ",{xArr:i,yArr:e,text:s,value:t}}setScroll(t,e){let i=Math.floor(t);const s=this.body.width-this.body.visibleWidth;i<0?i=0:i>s&&(i=s);let r=Math.floor(e);const o=this.body.height-this.body.visibleHeight-this.footer.height;r<0?r=0:r>o&&(r=o),this.emit("setScroll",i,r)}setScrollX(t){let e=Math.floor(t);const i=this.body.width-this.body.visibleWidth;e<0?e=0:e>i&&(e=i),this.emit("setScrollX",e)}setScrollY(t){let e=Math.floor(t);const i=this.body.height-this.body.visibleHeight-this.footer.height;e<0?e=0:e>i&&(e=i),this.emit("setScrollY",e)}isTarget(t){if(t===null)return!1;const e=t.getAttribute("uuid");return this.uuid===e}hasEvent(t){return this.eventBus.has(t)}on(t,e){this.eventBus.on(t,e)}once(t,e){this.eventBus.once(t,e)}off(t,e){this.eventBus.off(t,e)}emit(t,...e){this.eventBus.emit(t,...e)}destroy(){this.eventTable.destroy(),this.eventBrowser.destroy(),this.eventBus.destroy()}}class Zt{constructor(t,e){c(this,"ctx");c(this,"type");c(this,"isFocus",!1);c(this,"trackX",0);c(this,"trackY",0);c(this,"trackWidth",0);c(this,"trackHeight",0);c(this,"splitPoints",[]);c(this,"barX",0);c(this,"barY",0);c(this,"barWidth",0);c(this,"barHeight",0);c(this,"distance",0);c(this,"visibleDistance",0);c(this,"offsetX",0);c(this,"offsetY",0);c(this,"dragStart",0);c(this,"isDragging",!1);c(this,"scroll",0);this.ctx=t,this.type=e,this.type==="vertical"?this.scroll=this.ctx.scrollY:this.scroll=this.ctx.scrollX}onWheel(t){this.updateScroll(t)}onMouseDown(t){const{offsetX:e,offsetY:i}=t;if(!(e==this.offsetX&&i==this.offsetY)){if(this.isOnScrollbar(e,i))this.offsetX=e,this.offsetY=i,this.isDragging=!0,this.ctx.scrollerMove=!0,this.isFocus=!0,this.dragStart=this.scroll;else if(this.isOnTrack(e,i)){let s=0;this.type==="vertical"?s=(i-this.ctx.header.height-this.barHeight/2)/(this.visibleDistance-this.barHeight)*this.distance:s=(e-this.barWidth/2)/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(s,this.distance))}}}onMouseUp(){this.isDragging=!1,this.isFocus=!1,this.offsetY=0,this.offsetX=0}onMouseMove(t){const{offsetX:e,offsetY:i}=t;if(this.isOnScrollbar(e,i)&&t.target===this.ctx.target?this.isFocus=!0:this.isFocus=!1,e==this.offsetX&&i==this.offsetY)return;let s=0;if(this.type==="horizontal"?s=e-this.offsetX:s=i-this.offsetY,this.isDragging&&s!==0){let r=0;this.type==="vertical"?r=this.dragStart+s/(this.visibleDistance-this.barHeight)*this.distance:r=this.dragStart+s/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(r,this.distance))}}isPointInElement(t,e,i,s,r,o){return t>=i&&t<=i+r&&e>=s&&e<=s+o}isOnScrollbar(t,e){return this.isPointInElement(t,e,this.barX,this.barY,this.barWidth,this.barHeight)}isOnTrack(t,e){return this.isPointInElement(t,e,this.trackX,this.trackY,this.trackWidth,this.trackHeight)}updateScroll(t){t.preventDefault();const e=t.deltaX,i=t.deltaY;this.type==="vertical"&&t.shiftKey===!1?this.scroll=Math.max(0,Math.min(this.scroll+i,this.distance)):this.type==="horizontal"&&(t.shiftKey?this.scroll=Math.max(0,Math.min(this.scroll+i,this.distance)):this.scroll=Math.max(0,Math.min(this.scroll+e,this.distance)))}updatedSize(){const{body:t,header:e,config:{SCROLLER_TRACK_SIZE:i=0,SCROLLER_SIZE:s=0}}=this.ctx,r=this.ctx.target.width+1,o=this.ctx.target.height,n=e.height,h=e.width,l=t.height,d=this.ctx.footer.height;if(this.type==="vertical"){this.visibleDistance=o-i-n,this.distance=l-this.visibleDistance+d,this.trackX=r-i,this.trackY=0,this.splitPoints=[this.trackX,n,this.trackX+i,n],this.trackWidth=i,this.trackHeight=o,this.barX=this.trackX+(i-s)/2,this.barWidth=s;const f=this.distance?this.visibleDistance/l:0;let x=Math.floor(f*this.visibleDistance);x<30?x=30:x>this.visibleDistance&&(x=0),this.barHeight=x,this.barY=n+this.scroll/this.distance*(this.visibleDistance-this.barHeight),this.scroll=Math.max(0,Math.min(this.scroll,this.distance))}else{this.visibleDistance=r-i,this.distance=h-this.visibleDistance,this.splitPoints=[r-i,o-i,r-i,o],this.trackX=0,this.trackY=o-i,this.trackWidth=r,this.trackHeight=i;const f=this.distance?this.visibleDistance/h:0;let x=Math.floor(f*this.visibleDistance);this.barY=this.trackY+.5+(i-s)/2,x<30?x=30:x>=this.visibleDistance&&(x=0),this.barWidth=x,this.barHeight=s,this.barX=this.scroll/this.distance*(this.visibleDistance-this.barWidth),this.scroll=Math.max(0,Math.min(this.scroll,this.distance))}}draw(){const{config:{SCROLLER_FOCUS_COLOR:t,SCROLLER_COLOR:e,BORDER_COLOR:i,SCROLLER_TRACK_COLOR:s}}=this.ctx;this.updatedSize(),this.ctx.paint.drawRect(this.trackX,this.trackY,this.trackWidth,this.trackHeight,{borderColor:i,fillColor:s}),this.ctx.paint.drawRect(this.barX,this.barY,this.barWidth,this.barHeight,{fillColor:this.isFocus||this.isDragging?t:e,radius:4}),this.splitPoints.length>0&&this.ctx.paint.drawLine(this.splitPoints,{borderColor:i,borderWidth:1}),this.ctx.scrollerFocus=this.isFocus}}class ii{constructor(t){c(this,"ctx");c(this,"verticalScrollbar");c(this,"horizontalScrollbar");this.ctx=t,this.verticalScrollbar=new Zt(t,"vertical"),this.horizontalScrollbar=new Zt(t,"horizontal"),this.ctx.on("wheel",e=>this.onWheel(e)),this.ctx.on("mousedown",e=>this.onMouseDown(e)),this.ctx.on("mousemove",e=>this.onMouseMove(e)),this.ctx.on("mouseup",()=>this.onMouseUp()),this.ctx.on("setScroll",(e,i)=>{this.setScroll(e,i)}),this.ctx.on("setScrollX",e=>{this.setScrollX(e)}),this.ctx.on("setScrollY",e=>{this.setScrollY(e)})}onWheel(t){this.verticalScrollbar.onWheel(t),this.horizontalScrollbar.onWheel(t),this.draw()}onMouseDown(t){this.verticalScrollbar.onMouseDown(t),this.horizontalScrollbar.onMouseDown(t),this.draw()}onMouseMove(t){this.verticalScrollbar.onMouseMove(t),this.horizontalScrollbar.onMouseMove(t),this.draw()}onMouseUp(){this.verticalScrollbar.onMouseUp(),this.horizontalScrollbar.onMouseUp(),this.ctx.scrollerMove=!1}draw(){this.verticalScrollbar.draw(),this.horizontalScrollbar.draw();const t=Math.floor(this.horizontalScrollbar.scroll),e=Math.floor(this.verticalScrollbar.scroll);(t!==this.ctx.scrollX||e!==this.ctx.scrollY)&&(this.ctx.emit("onScroll",t,e),t!==this.ctx.scrollX&&this.ctx.emit("onScrollX",t),e!==this.ctx.scrollY&&this.ctx.emit("onScrollY",e),this.ctx.scrollX=t,this.ctx.scrollY=e,this.ctx.emit("draw"))}setScroll(t,e){this.horizontalScrollbar.scroll=t,this.verticalScrollbar.scroll=e,this.ctx.emit("draw")}setScrollX(t){this.horizontalScrollbar.scroll=t,this.ctx.emit("draw")}setScrollY(t){this.verticalScrollbar.scroll=t,this.ctx.emit("draw")}scrollToColkey(t){const{header:e}=this.ctx,i=e.leafCellHeaders.find(s=>s.key===t);i&&this.setScrollX(i.x-e.visibleWidth/2)}scrollToColIndex(t){const{header:e}=this.ctx,i=e.leafCellHeaders.find(s=>s.colIndex===t);i&&i.x>e.visibleWidth/2&&this.setScrollX(i.x-e.visibleWidth/2)}scrollToRowIndex(t){const{body:e,database:i}=this.ctx,{top:s}=i.getPositionForRowIndex(t);s>e.visibleHeight&&this.setScrollY(s-e.visibleHeight/2)}scrollToRowKey(t){const{body:e,database:i}=this.ctx,s=i.getRowIndexForRowKey(t),{top:r}=i.getPositionForRowIndex(s);this.setScrollY(r-e.visibleHeight/2)}}class si{constructor(t){c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"resizeTarget",null);c(this,"resizeNum",0);c(this,"isResizing",!1);c(this,"offsetX",0);c(this,"resizeDiff",0);c(this,"columnIndex",0);c(this,"isMouseDown",!1);c(this,"columns");c(this,"visibleLeafColumns",[]);c(this,"visibleHeight",0);c(this,"visibleWidth",0);c(this,"allCellHeaders",[]);c(this,"leafCellHeaders",[]);c(this,"renderLeafCellHeaders",[]);c(this,"fixedLeftCellHeaders",[]);c(this,"centerCellHeaders",[]);c(this,"fixedRightCellHeaders",[]);c(this,"renderCenterCellHeaders",[]);c(this,"renderFixedCellHeaders",[]);this.ctx=t,this.ctx.on("resetHeader",Vt(()=>{this.init(),this.ctx.emit("draw")},100)),this.init(),this.initResizeColumn()}init(){const{config:{HEADER_HEIGHT:t,SCROLLER_TRACK_SIZE:e}}=this.ctx,i=this.ctx.database.getColumns();this.columns=i,this.allCellHeaders=[],this.leafCellHeaders=[],this.fixedLeftCellHeaders=[],this.fixedRightCellHeaders=[],this.centerCellHeaders=[];const s=zt(i),r=Ot(i);this.height=t*s,this.width=r.reduce((d,f)=>d+((f==null?void 0:f.width)||100),0),this.visibleHeight=this.height;const o=qe($t(i,s));this.columnIndex=0,this.resizeNum=0,this.render(o,0),this.ctx.database.updateColIndexKeyMap(this.leafCellHeaders);const n=this.ctx.targetContainer.getBoundingClientRect();if(this.resizeNum>0?this.ctx.target.width=n.width:this.ctx.target.width=this.width+e-1,this.visibleWidth=this.ctx.target.width-e,this.resizeNum){const d=this.visibleWidth-this.width,f=Math.floor(d/this.resizeNum*100)/100;this.resizeAllColumn(f)}const h=this.fixedLeftCellHeaders.filter(d=>!d.hasChildren);this.ctx.fixedLeftWidth=h.reduce((d,f)=>d+f.width,0);const l=this.fixedRightCellHeaders.filter(d=>!d.hasChildren);this.ctx.fixedRightWidth=l.reduce((d,f)=>d+f.width,e),this.ctx.maxColIndex=this.leafCellHeaders.length-1,this.ctx.header.x=this.x,this.ctx.header.y=this.y,this.ctx.header.width=this.width,this.ctx.header.height=this.height,this.ctx.header.visibleWidth=this.visibleWidth,this.ctx.header.visibleHeight=this.visibleHeight}initResizeColumn(){const{config:{ENABLE_RESIZE_COLUMN:t}}=this.ctx;t&&(this.ctx.on("mousedown",e=>{this.ctx.isTarget(e.target)&&(this.offsetX=e.offsetX,this.resizeTarget?(this.isResizing=!0,this.ctx.columnResizing=!0):this.isResizing=!1,this.isMouseDown=!0)}),this.ctx.on("mouseup",()=>{this.isMouseDown=!1,this.resizeDiff!==0&&this.resizeTarget&&this.resizeColumn(this.resizeTarget,this.resizeDiff),this.resizeTarget=null,this.isResizing=!1,this.ctx.columnResizing=!1,this.offsetX=0}),this.ctx.on("mousemove",e=>{if(this.ctx.editing)return;const{target:i,config:{RESIZE_COLUMN_MIN_WIDTH:s}}=this.ctx;if(this.isResizing&&this.resizeTarget){const r=this.resizeTarget.width;let o=e.offsetX-this.offsetX;o+r<s&&(o=-(r-s)),this.resizeDiff=o,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown)return;this.ctx.target.style.cursor==="col-resize"&&(this.ctx.target.style.cursor="default");const r=[...this.renderFixedCellHeaders,...this.renderCenterCellHeaders];for(const o of r){const n=e.layerX,h=o.getDrawX();n>h+o.width-5&&n<h+o.width+4&&n<i.width-4&&o.colspan<=1&&e.target instanceof HTMLCanvasElement&&this.ctx.isTarget(e.target)&&e.layerY<=this.height&&(this.ctx.target.style.cursor="col-resize",this.resizeTarget=o)}}}))}resizeColumn(t,e){const i=r=>{r.forEach(o=>{if(o.children&&o.children.length>0&&i(o.children),o.key===t.key){const n=o.width||100;o.width=n+e}})};i(this.columns),this.ctx.database.setColumns(this.columns),this.init(),this.ctx.emit("draw");let s=0;if(this.width<this.visibleWidth){const r=this.visibleWidth-this.width;s=Math.floor(r/this.resizeNum*100)/100,this.resizeAllColumn(s),this.ctx.emit("draw")}this.ctx.emit("resizeColumnChange",{colIndex:t.colIndex,key:t.key,oldWidth:t.width,width:t.width+e+s,column:t.column,columns:this.columns})}resizeAllColumn(t){if(t===0)return;const e=new Map;let i=!0;for(const r of this.allCellHeaders)if(r.widthFillDisable)e.set(r.key,r.width);else{const o=r.width+t*r.colspan;e.set(r.key,o),o<this.ctx.config.RESIZE_COLUMN_MIN_WIDTH&&(i=!1)}if(!i)return;const s=r=>{r.forEach(o=>{e.has(o.key)&&(o.width=e.get(o.key)),o.children&&o.children.length>0&&s(o.children)})};s(this.columns),this.ctx.database.setColumns(this.columns),this.init()}render(t,e){const i=t.length;let s=e;const{HEADER_HEIGHT:r=0}=this.ctx.config;for(let o=0;o<i;o++){const n=t[o],h=r*(n.rowspan||1),l=r*n.level;let d=n.width||100;n.children&&(d=Ot(n.children).reduce((u,y)=>u+((y==null?void 0:y.width)||100),0));const f=new Ut(this.ctx,this.columnIndex,s,l,d,h,n);this.ctx.database.setHeader(n.key,f),this.allCellHeaders.push(f),n.children||(this.leafCellHeaders.push(f),f.column.widthFillDisable||this.resizeNum++),n.fixed==="left"?this.fixedLeftCellHeaders.push(f):n.fixed==="right"?this.fixedRightCellHeaders.push(f):this.centerCellHeaders.push(f),!n.children&&this.columnIndex++,n.children&&this.render(n.children,s),s+=d}}drawTipLine(){if(this.isResizing&&this.resizeTarget){const{target:t,config:{RESIZE_COLUMN_LINE_COLOR:e}}=this.ctx,i=this.resizeTarget.getDrawX(),s=this.resizeTarget.width,r=i+s+this.resizeDiff-.5,o=[r+.5,0,r+.5,t.height];this.ctx.paint.drawLine(o,{borderColor:e,borderWidth:1})}}drawFiexShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,target:r,config:{HEADER_BG_COLOR:o,SCROLLER_TRACK_SIZE:n}}=this.ctx;if(i>0&&t!==0&&this.ctx.paint.drawShadow(this.x,this.y,t,this.height,{fillColor:o,side:"right",shadowWidth:4,colorStart:"rgba(0,0,0,0.1)",colorEnd:"rgba(0,0,0,0)"}),i<Math.floor(s.width-s.visibleWidth-1)&&e!==n){const h=s.width-(this.x+this.width)+r.width-e;this.ctx.paint.drawShadow(h+1,this.y,e,this.height,{fillColor:o,side:"left",shadowWidth:4,colorStart:"rgba(0,0,0,0)",colorEnd:"rgba(0,0,0,0.1)"})}}update(){const t=[],e=[],i=[];this.centerCellHeaders.forEach(s=>{s.isHorizontalVisible()&&s.isVerticalVisible()&&(e.push(s),s.hasChildren||t.push(s))}),this.fixedLeftCellHeaders.forEach(s=>{i.push(s),s.hasChildren||t.push(s)}),this.fixedRightCellHeaders.forEach(s=>{i.push(s),s.hasChildren||t.push(s)}),this.renderCenterCellHeaders=e,this.renderFixedCellHeaders=i,this.renderLeafCellHeaders=t.sort((s,r)=>s.x-r.x),this.visibleLeafColumns=this.renderLeafCellHeaders.map(s=>s.column),this.ctx.header.visibleLeafColumns=this.visibleLeafColumns,this.ctx.header.leafCellHeaders=this.leafCellHeaders,this.ctx.header.renderLeafCellHeaders=this.renderLeafCellHeaders,this.ctx.header.renderCellHeaders=this.renderFixedCellHeaders.concat(this.renderCenterCellHeaders)}draw(){this.renderCenterCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawFiexShadow(),this.renderFixedCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawTipLine()}}class Jt{constructor(t,e,i=0,s=0,r=0,o=0,n,h="body"){c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height");c(this,"cells",[]);c(this,"fixedCells",[]);c(this,"noFixedCells",[]);c(this,"rowIndex",0);c(this,"rowKey","");c(this,"rowType","body");c(this,"data");this.ctx=t,this.x=i,this.y=s,this.width=r,this.height=o,this.rowIndex=e,this.rowKey=t.database.getRowKeyForRowIndex(e),this.rowType=h,this.data=n,this.update()}update(){const{header:t}=this.ctx,e=[],i=[],s=[];t.renderLeafCellHeaders.forEach(r=>{const o=new jt(this.ctx,this.rowIndex,r.colIndex,r.x,this.y,r.width,this.height,r.column,this.data,this.rowType);o.fixed?i.push(o):s.push(o),e.push(o)}),this.cells=e,this.fixedCells=i,this.noFixedCells=s}drawCenter(){this.noFixedCells.forEach(t=>{t.draw()})}drawFixed(){this.fixedCells.forEach(t=>{t.draw()})}draw(){this.noFixedCells.forEach(t=>{t.draw()}),this.fixedCells.forEach(t=>{t.draw()})}}class ri{constructor(t){c(this,"resizeTarget",null);c(this,"isMouseDown",!1);c(this,"resizeDiff",0);c(this,"offsetY",0);c(this,"ctx");c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"headIndex",0);c(this,"tailIndex",0);c(this,"isResizing",!1);c(this,"renderRows",[]);c(this,"visibleRows",[]);c(this,"visibleHeight",0);c(this,"visibleWidth",0);c(this,"data",[]);this.ctx=t,this.init(),this.initResizeRow()}init(){const{target:t,header:e,database:i,config:{FOOTER_FIXED:s,SCROLLER_TRACK_SIZE:r=0,BORDER_COLOR:o,BORDER_RADIUS:n,HEIGHT:h,EMPTY_BODY_HEIGHT:l=0,MAX_HEIGHT:d=0,ENABLE_OFFSET_HEIGHT:f=0,OFFSET_HEIGHT:x=0}}=this.ctx;if(!e.width)return;this.x=0,this.y=e.height;const{data:u,sumHeight:y}=i.getData();this.height=y,this.data=u;const{top:g}=t.getBoundingClientRect();this.width=e.width,this.visibleWidth=t.width-r;const w=this.ctx.footer.height;this.data.length||(this.height=l);const p=this.data.length?"not-empty":"empty";this.ctx.emit("emptyChange",{isEmpty:p,type:p,headerHeight:e.height,bodyHeight:this.height,footerHeight:w,width:this.width,height:this.data.length?0:l+w});let E=this.height+e.height+r;E+=w;let m=0;this.data.length&&f?(m=window.innerHeight-g-x,m<0&&(m=32,console.error("There is an error in the height calculation ENABLE_OFFSET_HEIGHT and OFFSET_HEIGHT are invalid"))):this.data.length&&h?m=h:this.data.length&&d&&E>d?m=d:m=E,m>0&&(this.ctx.target.height=m);let b=t.height-e.height-r;s?this.visibleHeight=b-w:this.visibleHeight=b,this.ctx.body.x=this.x,this.ctx.body.y=this.y,this.ctx.body.width=this.width,this.ctx.body.height=this.height,this.ctx.body.visibleWidth=this.visibleWidth,this.ctx.body.visibleHeight=this.visibleHeight,this.ctx.body.data=u,this.ctx.target.setAttribute("style",`outline: none; position: relative; border-radius: ${n}px; border: 1px solid ${o}; height:${this.ctx.target.height}px;width:${this.ctx.target.width-1}px;`)}initResizeRow(){const{config:{ENABLE_RESIZE_ROW:t}}=this.ctx;t&&(this.ctx.on("mouseup",()=>{this.isMouseDown=!1,this.resizeDiff!==0&&this.resizeTarget&&this.resizeRow(this.resizeTarget,this.resizeDiff),this.resizeTarget=null,this.resizeDiff=0,this.isResizing=!1,setTimeout(()=>{this.ctx.rowResizing=!1},0),this.offsetY=0}),this.ctx.on("mousedown",e=>{this.ctx.isTarget(e.target)&&(this.offsetY=e.offsetY,this.resizeTarget?(this.isResizing=!0,this.ctx.rowResizing=!0):(this.isResizing=!1,this.ctx.rowResizing=!1),this.isMouseDown=!0)}),this.ctx.on("mousemove",e=>{if(this.ctx.editing)return;const i=e.offsetY,s=e.offsetX,{target:r,scrollY:o,config:{RESIZE_ROW_MIN_HEIGHT:n=0}}=this.ctx;if(this.isResizing&&this.resizeTarget){const h=this.resizeTarget.height;let l=i-this.offsetY;l+h<n&&(l=-(h-n)),this.resizeDiff=l,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown||this.ctx.target.style.cursor==="crosshair")return;this.ctx.target.style.cursor==="row-resize"&&(this.ctx.target.style.cursor="default");for(let h=0;h<this.renderRows.length;h++){const l=this.renderRows[h];if(i>l.y-o+l.height-1.5&&i<l.y-o+l.height+1.5&&i<r.height-4)for(let f=0;f<l.cells.length;f++){const x=l.cells[f];s>x.drawX+10&&s<x.drawX+x.width-10&&x.rowspan===1&&(this.ctx.target.style.cursor="row-resize",this.resizeTarget=l)}}}}))}resizeRow(t,e){const{rowIndex:i,height:s,rowKey:r,data:o}=t;this.ctx.database.setRowHeight(i,s+e),this.init(),this.ctx.emit("draw"),this.ctx.emit("resizeRowChange",{rowIndex:i,oldHeight:s,height:s+e,rowKey:r,row:o,data:this.data})}drawTipLine(){if(this.isResizing&&this.resizeTarget){const{target:t,scrollY:e,config:{RESIZE_ROW_LINE_COLOR:i}}=this.ctx,s=this.resizeTarget.y-e,r=this.resizeTarget.height,o=s+r+this.resizeDiff-.5,n=[0,o+.5,t.width,o+.5];this.ctx.paint.drawLine(n,{borderColor:i,borderWidth:1})}}drawFiexShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,target:r,config:{HEADER_BG_COLOR:o,SCROLLER_TRACK_SIZE:n}}=this.ctx;if(i>0&&t!==0&&this.ctx.paint.drawShadow(this.x,this.y,t,this.height,{fillColor:o,side:"right",shadowWidth:4,colorStart:"rgba(0,0,0,0.1)",colorEnd:"rgba(0,0,0,0)"}),i<Math.floor(s.width-s.visibleWidth-1)&&e!==n){const h=s.width-(this.x+this.width)+r.width-e;this.ctx.paint.drawShadow(h+1,this.y,e,this.height,{fillColor:o,side:"left",shadowWidth:4,colorStart:"rgba(0,0,0,0)",colorEnd:"rgba(0,0,0,0.1)"})}}binarySearch(t,e){let i=0,s=t.length-1,r=-1;for(;i<=s;){let o=Math.floor((i+s)/2),n=t[o].bottom;if(n===e)return o;n<e?i=o+1:(r=o,s=o-1)}return r}update(){this.init();const{header:t,database:e,scrollY:i}=this.ctx,s=i,{data:r,positions:o}=e.getData();this.ctx.maxRowIndex=r.length-1;const n=this.binarySearch(o,s);let h=this.binarySearch(o,s+this.visibleHeight);h===-1&&(h=r.length),this.headIndex=Math.max(0,n),this.tailIndex=Math.min(this.ctx.maxRowIndex,h+1),this.visibleRows=r.slice(this.headIndex,this.tailIndex+1),this.ctx.body.headIndex=this.headIndex,this.ctx.body.tailIndex=this.tailIndex,this.ctx.body.visibleRows=this.visibleRows;const l=[];for(let d=0;d<this.visibleRows.length;d++){const f=this.headIndex+d,x=this.visibleRows[d],{height:u,top:y}=this.ctx.database.getPositionForRowIndex(f),g=new Jt(this.ctx,f,0,y+this.y,t.width,u,x);l.push(g)}this.renderRows=l,this.ctx.body.renderRows=l}draw(){this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFiexShadow(),this.renderRows.forEach(t=>{t.drawFixed()}),this.drawTipLine()}}class oi{constructor(t){c(this,"ctx");c(this,"renderRows",[]);c(this,"data",[]);c(this,"x",0);c(this,"y",0);c(this,"width",0);c(this,"height",0);c(this,"visibleWidth",0);c(this,"visibleHeight",0);this.ctx=t,this.init()}init(){this.data=this.ctx.database.getFooterData();const{header:t,body:e,config:{CELL_FOOTER_HEIGHT:i,FOOTER_FIXED:s,SCROLLER_TRACK_SIZE:r}}=this.ctx;this.width=t.width,this.visibleWidth=t.visibleWidth,this.height=this.data.reduce(o=>o+i,0),this.visibleHeight=this.height,s?this.y=this.ctx.target.height-this.height-r:this.y=e.y+e.height,this.ctx.footer.x=this.x,this.ctx.footer.y=this.y,this.ctx.footer.height=this.height,this.ctx.footer.width=this.width,this.ctx.footer.visibleWidth=this.visibleWidth,this.ctx.footer.visibleHeight=this.visibleHeight}drawFiexShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,target:r,config:{HEADER_BG_COLOR:o,SCROLLER_TRACK_SIZE:n}}=this.ctx;let h=this.y;if(this.ctx.config.FOOTER_FIXED||(h=this.y-this.ctx.scrollY),i>0&&t!==0&&this.ctx.paint.drawShadow(this.x,h,t,this.height,{fillColor:o,side:"right",shadowWidth:4,colorStart:"rgba(0,0,0,0.1)",colorEnd:"rgba(0,0,0,0)"}),i<Math.floor(s.width-s.visibleWidth-1)&&e!==n){const l=s.width-(this.x+this.width)+r.width-e;this.ctx.paint.drawShadow(l+1,h,e,this.height,{fillColor:o,side:"left",shadowWidth:4,colorStart:"rgba(0,0,0,0)",colorEnd:"rgba(0,0,0,0.1)"})}}update(){this.init();const{CELL_FOOTER_HEIGHT:t}=this.ctx.config;let e=this.y;const i=[];this.data.forEach((s,r)=>{const o=new Jt(this.ctx,r,0,e,this.width,t,s,"footer");e+=t,i.push(o)}),this.renderRows=i,this.ctx.footer.renderRows=this.renderRows}draw(){this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFiexShadow(),this.renderRows.forEach(t=>{t.drawFixed()})}}class ni{constructor(t){c(this,"isCut",!1);c(this,"isMultipleRow",!1);c(this,"ctx");c(this,"adjustPositionX","");c(this,"adjustPositionY","");c(this,"timerX",0);c(this,"timerY",0);this.ctx=t,this.init()}init(){this.ctx.on("mousemove",Vt(t=>{const{offsetX:e,offsetY:i}=t,s=this.ctx.isTarget(t.target)&&e>0&&e<this.ctx.body.visibleWidth&&i>this.ctx.header.visibleHeight&&i<this.ctx.header.visibleHeight+this.ctx.body.visibleHeight;(this.ctx.selectorMove||this.ctx.autofillMove)&&(s?this.stopAdjustPosition():this.startAdjustPosition(t))},100)),this.ctx.on("cellHoverChange",t=>{if(!this.ctx.autofillMove){if(["index-selection","selection","index"].includes(t.type)){this.selectRows(t,!1);return}this.isMultipleRow||this.mouseenter()}}),this.ctx.on("cellMousedown",(t,e)=>{if(this.ctx.isTarget(e.target)&&this.ctx.target.style.cursor!=="pointer"&&!this.ctx.isPointer&&this.ctx.target.style.cursor!=="crosshair"){if(["index-selection","selection","index"].includes(t.type)){this.isMultipleRow=!0,this.selectRows(t);return}this.isMultipleRow=!1,this.click(e.shiftKey)}}),this.ctx.on("cellHeaderHoverChange",t=>{this.ctx.mousedown&&this.selectCols(t)}),this.ctx.on("cellHeaderMousedown",t=>{this.ctx.target.style.cursor!=="pointer"&&(this.ctx.isPointer||this.selectCols(t))}),this.ctx.on("keydown",t=>{if(t.ctrlKey&&t.code==="KeyV"||t.metaKey&&t.code==="KeyV"){this.paste();return}if(t.ctrlKey&&t.code==="KeyC"||t.metaKey&&t.code==="KeyC"){t.preventDefault(),this.copy(),this.isCut=!1;return}if(t.ctrlKey&&t.code==="KeyX"||t.metaKey&&t.code==="KeyX"){t.preventDefault(),this.isCut=!0,this.copy();return}if((t.ctrlKey&&t.code==="KeyA"||t.metaKey&&t.code==="KeyA")&&(t.preventDefault(),this.selectAll()),t.code==="ArrowLeft"){t.preventDefault(),this.moveFocus("LEFT");return}if(t.code==="ArrowUp"){t.preventDefault(),this.moveFocus("TOP");return}if(t.code==="ArrowRight"||t.code==="Tab"){t.preventDefault(),this.moveFocus("RIGHT");return}if(t.code==="ArrowDown"){t.preventDefault(),this.moveFocus("BOTTOM");return}if(t.code==="Delete"||t.code==="Backspace"){t.preventDefault();const{xArr:e,yArr:i}=this.ctx.selector;this.clearSelectedData(e,i);return}}),this.ctx.on("contextMenuClearSelected",()=>{const{xArr:t,yArr:e}=this.ctx.selector;this.clearSelectedData(t,e)}),this.ctx.on("contextMenuCopy",()=>{this.copy()}),this.ctx.on("contextMenuPaste",()=>{this.paste()}),this.ctx.on("contextMenuCut",()=>{this.isCut=!0,this.copy()}),this.ctx.on("setSelectorCell",t=>{this.ctx.setFocusCell(t),this.click()}),this.ctx.on("mouseup",()=>{this.ctx.selectorMove=!1,this.stopAdjustPosition()})}setSelector(t,e){const{ENABLE_SELECTOR_SPAN_COL:i,ENABLE_SELECTOR_SPAN_ROW:s}=this.ctx.config;let r=t,o=e;if(!s){const[n]=o;o=[n,n]}if(!i){const[n]=r;r=[n,n]}(JSON.stringify(this.ctx.selector.xArr)!==JSON.stringify(r)||JSON.stringify(this.ctx.selector.yArr)!==JSON.stringify(o))&&(this.ctx.mousedown&&(this.ctx.selectorMove=!0),this.ctx.selector.enable=!0,this.ctx.selector.xArr=r,this.ctx.selector.yArr=o,this.ctx.emit("setSelector",this.ctx.selector),this.ctx.emit("draw"))}selectCols(t){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_ROWS||this.ctx.autofillMove||this.ctx.columnResizing)return;if(["index","index-selection","selection"].includes(t.type)){this.selectAll();return}const e=0,i=this.ctx.maxRowIndex;if(this.ctx.mousedown&&this.ctx.focusCellHeader){const{colIndex:s}=this.ctx.focusCellHeader;if(t.colIndex>=s){const r=[s,t.colIndex+t.colspan-1],o=[e,i];this.setSelector(r,o)}else{const r=[t.colIndex,s],o=[e,i];this.setSelector(r,o)}}else{const s=[t.colIndex,t.colIndex+t.colspan-1],r=[e,i];this.setSelector(s,r)}}selectAll(){if(this.ctx.autofillMove)return;const{ENABLE_SELECTOR_ALL_ROWS:t,ENABLE_SELECTOR_ALL_COLS:e}=this.ctx.config;if(t&&e){const s=this.ctx.maxColIndex,r=0,o=this.ctx.maxRowIndex,n=[1,s],h=[r,o];this.setSelector(n,h)}}selectRows(t,e=!0){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_COLS||this.ctx.autofillMove)return;const i=this.ctx.maxColIndex,s=t.colIndex+1;if(e){this.ctx.setFocusCell(t);const r=[s,i],o=[t.rowIndex,t.rowIndex];this.setSelector(r,o)}if(this.ctx.focusCell&&this.ctx.mousedown){const{rowIndex:r}=this.ctx.focusCell;if(t.rowIndex>=r){const o=[s,i],n=[r,t.rowIndex];this.setSelector(o,n)}else{const o=[s,i],n=[t.rowIndex,r];this.setSelector(o,n)}}}mouseenter(){if(this.ctx.config.ENABLE_SELECTOR_SINGLE)return;const{mousedown:t,focusCell:e,hoverCell:i}=this.ctx;if(t&&e&&i){const{rowIndex:s,colIndex:r}=e,o=Math.min(i.colIndex,r),n=Math.max(i.colIndex,r),h=Math.min(i.rowIndex,s),l=Math.max(i.rowIndex,s),d=[o,n],f=[h,l];this.setSelector(d,f)}}click(t=!1){const{focusCell:e,clickCell:i}=this.ctx;if(e)if(this.ctx.selector.enable=!0,i&&t){const{colIndex:s,rowIndex:r}=i,{colIndex:o,rowIndex:n}=e,h=Math.min(o,s),l=Math.max(o,s),d=Math.min(n,r),f=Math.max(n,r),x=[h,l],u=[d,f];this.setSelector(x,u)}else{this.ctx.emit("cellSelectedClick",e);const s=[e.colIndex,e.colIndex],r=[e.rowIndex,e.rowIndex];this.setSelector(s,r),this.adjustBoundaryPosition()}}clearCopyLine(){this.ctx.selector.xArrCopy=[-1,-1],this.ctx.selector.yArrCopy=[-1,-1]}getCell(t,e){const i=this.ctx.body.renderRows.find(r=>r.rowIndex===t);return i==null?void 0:i.cells.find(r=>r.colIndex===e)}copy(){if(!this.ctx.config.ENABLE_COPY)return;const{text:t}=this.ctx.getSelectedData();navigator.clipboard?navigator.clipboard.writeText(t).then(()=>{this.ctx.selector.xArrCopy=this.ctx.selector.xArr.slice(),this.ctx.selector.yArrCopy=this.ctx.selector.yArr.slice(),this.ctx.emit("setCopy",this.ctx.selector),this.ctx.emit("draw")}).catch(e=>console.error("复制失败:",e)):console.error("当前浏览器不支持Clipboard API")}clearSelectedData(t,e,i=!1){let s=[];const r=new Set;for(let n=0;n<=e[1]-e[0];n++)for(let h=0;h<=t[1]-t[0];h++){const l=n+e[0],d=h+t[0],f=this.ctx.database.getItemValueForRowIndexAndColIndex(l,d);if(f){const{rowKey:x,key:u}=f;this.ctx.database.getReadonly(x,u)||(r.add(x),s.push({rowKey:x,key:u,value:null,row:{}}))}}if(!s.length)return[];if(i)return s;this.ctx.database.batchSetItemValue(s,!0);let o=[];return r.forEach(n=>{o.push(this.ctx.database.getRowDataItemForRowKey(n))}),this.ctx.emit("clearSelectedDataChange",s,o),this.ctx.emit("draw"),s}paste(){if(!navigator.clipboard){console.error("当前浏览器不支持Clipboard API");return}const{ENABLE_PASTER:t}=this.ctx.config;if(this.ctx.selector.enable&&t){const e=this.ctx.selector.yArr[0],i=this.ctx.selector.xArr[0],s=new Set;navigator.clipboard.readText().then(r=>{let o=[];const n=r.split("\r");n.length===1?o=n[0].split(`
14
+ `).map(f=>f.split(" ")):o=n.map(d=>d.split(" "));let h=[];for(let d=0;d<=o.length-1;d++){const f=o[d].length;for(let x=0;x<=f-1;x++){const u=d+e,y=x+i,g=o[d][x],w=this.ctx.database.getItemValueForRowIndexAndColIndex(u,y);if(w){const{rowKey:p,key:E}=w;this.ctx.database.getReadonly(p,E)||(s.add(p),h.push({rowKey:p,key:E,value:g,row:{}}))}}}if(this.isCut){const d=this.clearSelectedData(this.ctx.selector.xArrCopy,this.ctx.selector.yArrCopy,!0),f=h.map(x=>`${x.rowKey}-${x.key}`);d.forEach(x=>{f.includes(`${x.rowKey}-${x.key}`)||h.unshift(x)}),this.isCut=!1}if(!h.length)return;this.ctx.database.batchSetItemValue(h,!0);let l=[];s.forEach(d=>{l.push(this.ctx.database.getRowDataItemForRowKey(d))}),this.ctx.emit("pasteChange",h,l),this.clearCopyLine(),this.ctx.emit("draw")}).catch(r=>{console.error("获取剪贴板内容失败:",r)})}}moveFocus(t){if(this.ctx.editing)return;const{focusCell:e}=this.ctx;if(!e)return;let{colIndex:i=0,rowIndex:s=0}=e;const r=0,o=0,n=this.ctx.maxColIndex,h=this.ctx.maxRowIndex;switch(t){case"LEFT":i>r&&i--;break;case"TOP":s>o&&s--;break;case"RIGHT":i<n&&i++;break;case"BOTTOM":s<h&&s++;break}const l=[i,i],d=[s,s],f=this.getCell(s,i);if(f){if(["index","index-selection","selection"].includes(f.type))return;this.ctx.setFocusCell(f)}this.setSelector(l,d),this.adjustBoundaryPosition(),this.ctx.emit("draw")}stopAdjustPosition(){this.adjustPositionX="",this.adjustPositionY="",this.timerX&&(clearInterval(this.timerX),this.timerX=0),this.timerY&&(clearInterval(this.timerY),this.timerY=0)}startAdjustPosition(t){const{offsetX:e,offsetY:i}=t;let s="",r="";if(e<0?s="left":e>this.ctx.body.visibleWidth&&(s="right"),i<this.ctx.header.visibleHeight?r="top":i>this.ctx.header.visibleHeight+this.ctx.body.visibleHeight&&(r="bottom"),s&&this.adjustPositionX!==s){this.adjustPositionX=s;let n=10*(s==="left"?-1:1);this.timerX&&(clearInterval(this.timerX),this.timerX=0),this.timerX=setInterval(()=>{n*=1.5;const{scrollX:h}=this.ctx,l=h+n;(l<0||l>this.ctx.body.width)&&(clearInterval(this.timerX),this.timerX=0),this.ctx.setScrollX(l)},100)}if(r&&this.adjustPositionY!==r){this.adjustPositionY=r;let n=10*(r==="top"?-1:1);this.timerY&&(clearInterval(this.timerY),this.timerY=0),this.timerY=setInterval(()=>{n*=1.5;const{scrollY:h}=this.ctx,l=h+n;(l<0||l>this.ctx.body.height)&&(clearInterval(this.timerY),this.timerY=0),this.ctx.setScrollY(l)},100)}}adjustBoundaryPosition(){const{target:t,focusCell:e,fixedRightWidth:i,fixedLeftWidth:s,header:r,footer:o,scrollX:n,scrollY:h}=this.ctx;if(!e)return;const{SCROLLER_TRACK_SIZE:l=0,FOOTER_FIXED:d}=this.ctx.config;let f=0;d&&(f=o.visibleHeight);const x=s-e.drawX+1,u=e.drawX+e.width-(t.width-i)+1,y=r.height-e.drawY,g=e.drawY+e.height-(t.height-f-l);u>0&&!e.fixed?this.ctx.setScrollX(n+u):x>0&&!e.fixed&&this.ctx.setScrollX(n-x),y>0?this.ctx.setScrollY(h-y):g>0&&this.ctx.setScrollY(h+g)}destroy(){this.timerX&&(clearTimeout(this.timerX),this.timerX=0),this.timerY&&(clearTimeout(this.timerY),this.timerY=0)}}class ai{constructor(t){c(this,"ctx");this.ctx=t,this.init()}init(){this.ctx.on("cellMouseenter",(t,e)=>{this.ctx.target.style.cursor==="crosshair"&&(this.ctx.target.style.cursor="default");const{xArr:i,yArr:s}=this.ctx.selector,r=i[1],o=s[1],{colIndex:n,rowIndex:h,drawX:l,drawY:d,width:f,height:x}=t;if(this.ctx.config.ENABLE_AUTOFILL&&n===r&&h===o){const y=l+f-6,g=d+x-6;e.offsetX>y&&e.offsetY>g&&(this.ctx.target.style.cursor="crosshair")}this.mouseenter(t)}),this.ctx.on("cellMousedown",()=>{this.ctx.target.style.cursor==="crosshair"&&this.setMousedown()}),this.ctx.on("mouseup",()=>{this.setMouseUp()})}isAutofillIng(){const{xArr:t,yArr:e}=this.ctx.selector;return!(JSON.stringify(this.ctx.autofill.xArr)===JSON.stringify(t)&&JSON.stringify(this.ctx.autofill.yArr)===JSON.stringify(e))}setMousedown(){this.ctx.autofill.enable=!0,this.ctx.autofillMove=!0}setMouseUp(){if(!this.ctx.autofill.enable)return;this.isAutofillIng()&&this.autofillData(),this.ctx.autofill.enable=!1,this.ctx.autofillMove=!1,this.ctx.autofill.xArr=[-1,-1],this.ctx.autofill.yArr=[-1,-1]}setAutofill(t,e){const{ENABLE_AUTOFILL:i,ENABLE_SELECTOR_SPAN_COL:s,ENABLE_SELECTOR_SPAN_ROW:r}=this.ctx.config;if(!i)return;let o=t,n=e;if(!r){const[h]=n;n=[h,h]}if(!s){const[h]=o;o=[h,h]}(JSON.stringify(this.ctx.autofill.xArr)!==JSON.stringify(o)||JSON.stringify(this.ctx.autofill.yArr)!==JSON.stringify(n))&&(this.ctx.autofill.xArr=o,this.ctx.autofill.yArr=n,this.ctx.emit("setAutofill",this.ctx.autofill),this.ctx.emit("draw"))}autofillData(){const t=new Set,e=this.ctx.getSelectedData(),i=new Map;for(let f=0;f<=e.yArr[1]-e.yArr[0];f++)for(let x=0;x<=e.xArr[1]-e.xArr[0];x++){const u=f+e.yArr[0],y=x+e.xArr[0];i.set(`${u}-${y}`,!0)}const{value:s}=e,r=s[0].length,o=s.length,n=this.ctx.autofill.xArr,h=this.ctx.autofill.yArr;let l=[];for(let f=0;f<=h[1]-h[0];f++)for(let x=0;x<=n[1]-n[0];x++){const u=x+n[0],y=f+h[0],g=s[f%o][x%r],w=this.ctx.database.getItemValueForRowIndexAndColIndex(y,u),p=`${y}-${u}`;if(w&&!i.has(p)){const{rowKey:E,key:m}=w;this.ctx.database.getReadonly(E,m)||(t.add(E),l.push({rowKey:E,key:m,value:g,row:{}}))}}if(!l.length)return;this.ctx.database.batchSetItemValue(l,!0);let d=[];t.forEach(f=>{d.push(this.ctx.database.getRowDataItemForRowKey(f))}),this.ctx.emit("autofillChange",l,d),this.ctx.selector.xArr=this.ctx.autofill.xArr,this.ctx.selector.yArr=this.ctx.autofill.yArr,this.ctx.emit("draw")}mouseenter(t){if(["index","selection","index-selection"].includes(t.type))return;const{selector:e,autofill:i}=this.ctx;if(this.ctx.mousedown&&e.enable&&i.enable){const{rowIndex:s,colIndex:r}=t,o=e.xArr.slice(),n=e.yArr.slice();s>=e.yArr[0]&&s<=e.yArr[1]?r>e.xArr[1]?o.splice(1,1,r):r<e.xArr[0]&&o.splice(0,1,r):s>e.yArr[1]?n.splice(1,1,s):s<e.yArr[0]&&n.splice(0,1,s),this.setAutofill(o,n)}}destroy(){}}const at=Math.min,Z=Math.max,ut=Math.round,V=a=>({x:a,y:a}),ci={left:"right",right:"left",bottom:"top",top:"bottom"},hi={start:"end",end:"start"};function _t(a,t,e){return Z(a,at(t,e))}function ct(a,t){return typeof a=="function"?a(t):a}function j(a){return a.split("-")[0]}function ht(a){return a.split("-")[1]}function Qt(a){return a==="x"?"y":"x"}function Tt(a){return a==="y"?"height":"width"}function J(a){return["top","bottom"].includes(j(a))?"y":"x"}function St(a){return Qt(J(a))}function li(a,t,e){e===void 0&&(e=!1);const i=ht(a),s=St(a),r=Tt(s);let o=s==="x"?i===(e?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[r]>t.floating[r]&&(o=gt(o)),[o,gt(o)]}function di(a){const t=gt(a);return[Lt(a),t,Lt(t)]}function Lt(a){return a.replace(/start|end/g,t=>hi[t])}function fi(a,t,e){const i=["left","right"],s=["right","left"],r=["top","bottom"],o=["bottom","top"];switch(a){case"top":case"bottom":return e?t?s:i:t?i:s;case"left":case"right":return t?r:o;default:return[]}}function xi(a,t,e,i){const s=ht(a);let r=fi(j(a),e==="start",i);return s&&(r=r.map(o=>o+"-"+s),t&&(r=r.concat(r.map(Lt)))),r}function gt(a){return a.replace(/left|right|bottom|top/g,t=>ci[t])}function ui(a){return{top:0,right:0,bottom:0,left:0,...a}}function te(a){return typeof a!="number"?ui(a):{top:a,right:a,bottom:a,left:a}}function wt(a){const{x:t,y:e,width:i,height:s}=a;return{width:i,height:s,top:e,left:t,right:t+i,bottom:e+s,x:t,y:e}}function ee(a,t,e){let{reference:i,floating:s}=a;const r=J(t),o=St(t),n=Tt(o),h=j(t),l=r==="y",d=i.x+i.width/2-s.width/2,f=i.y+i.height/2-s.height/2,x=i[n]/2-s[n]/2;let u;switch(h){case"top":u={x:d,y:i.y-s.height};break;case"bottom":u={x:d,y:i.y+i.height};break;case"right":u={x:i.x+i.width,y:f};break;case"left":u={x:i.x-s.width,y:f};break;default:u={x:i.x,y:i.y}}switch(ht(t)){case"start":u[o]-=x*(e&&l?-1:1);break;case"end":u[o]+=x*(e&&l?-1:1);break}return u}const gi=async(a,t,e)=>{const{placement:i="bottom",strategy:s="absolute",middleware:r=[],platform:o}=e,n=r.filter(Boolean),h=await(o.isRTL==null?void 0:o.isRTL(t));let l=await o.getElementRects({reference:a,floating:t,strategy:s}),{x:d,y:f}=ee(l,i,h),x=i,u={},y=0;for(let g=0;g<n.length;g++){const{name:w,fn:p}=n[g],{x:E,y:m,data:b,reset:v}=await p({x:d,y:f,initialPlacement:i,placement:x,strategy:s,middlewareData:u,rects:l,platform:o,elements:{reference:a,floating:t}});d=E??d,f=m??f,u={...u,[w]:{...u[w],...b}},v&&y<=50&&(y++,typeof v=="object"&&(v.placement&&(x=v.placement),v.rects&&(l=v.rects===!0?await o.getElementRects({reference:a,floating:t,strategy:s}):v.rects),{x:d,y:f}=ee(l,x,h)),g=-1)}return{x:d,y:f,placement:x,strategy:s,middlewareData:u}};async function ie(a,t){var e;t===void 0&&(t={});const{x:i,y:s,platform:r,rects:o,elements:n,strategy:h}=a,{boundary:l="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:x=!1,padding:u=0}=ct(t,a),y=te(u),w=n[x?f==="floating"?"reference":"floating":f],p=wt(await r.getClippingRect({element:(e=await(r.isElement==null?void 0:r.isElement(w)))==null||e?w:w.contextElement||await(r.getDocumentElement==null?void 0:r.getDocumentElement(n.floating)),boundary:l,rootBoundary:d,strategy:h})),E=f==="floating"?{x:i,y:s,width:o.floating.width,height:o.floating.height}:o.reference,m=await(r.getOffsetParent==null?void 0:r.getOffsetParent(n.floating)),b=await(r.isElement==null?void 0:r.isElement(m))?await(r.getScale==null?void 0:r.getScale(m))||{x:1,y:1}:{x:1,y:1},v=wt(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:n,rect:E,offsetParent:m,strategy:h}):E);return{top:(p.top-v.top+y.top)/b.y,bottom:(v.bottom-p.bottom+y.bottom)/b.y,left:(p.left-v.left+y.left)/b.x,right:(v.right-p.right+y.right)/b.x}}const wi=a=>({name:"arrow",options:a,async fn(t){const{x:e,y:i,placement:s,rects:r,platform:o,elements:n,middlewareData:h}=t,{element:l,padding:d=0}=ct(a,t)||{};if(l==null)return{};const f=te(d),x={x:e,y:i},u=St(s),y=Tt(u),g=await o.getDimensions(l),w=u==="y",p=w?"top":"left",E=w?"bottom":"right",m=w?"clientHeight":"clientWidth",b=r.reference[y]+r.reference[u]-x[u]-r.floating[y],v=x[u]-r.reference[u],R=await(o.getOffsetParent==null?void 0:o.getOffsetParent(l));let L=R?R[m]:0;(!L||!await(o.isElement==null?void 0:o.isElement(R)))&&(L=n.floating[m]||r.floating[y]);const A=b/2-v/2,k=L/2-g[y]/2-1,N=at(f[p],k),$=at(f[E],k),_=N,S=L-g[y]-$,T=L/2-g[y]/2+A,it=_t(_,T,S),W=!h.arrow&&ht(s)!=null&&T!==it&&r.reference[y]/2-(T<_?N:$)-g[y]/2<0,Y=W?T<_?T-_:T-S:0;return{[u]:x[u]+Y,data:{[u]:it,centerOffset:T-it-Y,...W&&{alignmentOffset:Y}},reset:W}}}),pi=function(a){return a===void 0&&(a={}),{name:"flip",options:a,async fn(t){var e,i;const{placement:s,middlewareData:r,rects:o,initialPlacement:n,platform:h,elements:l}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:x,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:g=!0,...w}=ct(a,t);if((e=r.arrow)!=null&&e.alignmentOffset)return{};const p=j(s),E=J(n),m=j(n)===n,b=await(h.isRTL==null?void 0:h.isRTL(l.floating)),v=x||(m||!g?[gt(n)]:di(n)),R=y!=="none";!x&&R&&v.push(...xi(n,g,y,b));const L=[n,...v],A=await ie(t,w),k=[];let N=((i=r.flip)==null?void 0:i.overflows)||[];if(d&&k.push(A[p]),f){const T=li(s,o,b);k.push(A[T[0]],A[T[1]])}if(N=[...N,{placement:s,overflows:k}],!k.every(T=>T<=0)){var $,_;const T=((($=r.flip)==null?void 0:$.index)||0)+1,it=L[T];if(it)return{data:{index:T,overflows:N},reset:{placement:it}};let W=(_=N.filter(Y=>Y.overflows[0]<=0).sort((Y,q)=>Y.overflows[1]-q.overflows[1])[0])==null?void 0:_.placement;if(!W)switch(u){case"bestFit":{var S;const Y=(S=N.filter(q=>{if(R){const G=J(q.placement);return G===E||G==="y"}return!0}).map(q=>[q.placement,q.overflows.filter(G=>G>0).reduce((G,Vi)=>G+Vi,0)]).sort((q,G)=>q[1]-G[1])[0])==null?void 0:S[0];Y&&(W=Y);break}case"initialPlacement":W=n;break}if(s!==W)return{reset:{placement:W}}}return{}}}};async function yi(a,t){const{placement:e,platform:i,elements:s}=a,r=await(i.isRTL==null?void 0:i.isRTL(s.floating)),o=j(e),n=ht(e),h=J(e)==="y",l=["left","top"].includes(o)?-1:1,d=r&&h?-1:1,f=ct(t,a);let{mainAxis:x,crossAxis:u,alignmentAxis:y}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return n&&typeof y=="number"&&(u=n==="end"?y*-1:y),h?{x:u*d,y:x*l}:{x:x*l,y:u*d}}const mi=function(a){return a===void 0&&(a=0),{name:"offset",options:a,async fn(t){var e,i;const{x:s,y:r,placement:o,middlewareData:n}=t,h=await yi(t,a);return o===((e=n.offset)==null?void 0:e.placement)&&(i=n.arrow)!=null&&i.alignmentOffset?{}:{x:s+h.x,y:r+h.y,data:{...h,placement:o}}}}},Ei=function(a){return a===void 0&&(a={}),{name:"shift",options:a,async fn(t){const{x:e,y:i,placement:s}=t,{mainAxis:r=!0,crossAxis:o=!1,limiter:n={fn:w=>{let{x:p,y:E}=w;return{x:p,y:E}}},...h}=ct(a,t),l={x:e,y:i},d=await ie(t,h),f=J(j(s)),x=Qt(f);let u=l[x],y=l[f];if(r){const w=x==="y"?"top":"left",p=x==="y"?"bottom":"right",E=u+d[w],m=u-d[p];u=_t(E,u,m)}if(o){const w=f==="y"?"top":"left",p=f==="y"?"bottom":"right",E=y+d[w],m=y-d[p];y=_t(E,y,m)}const g=n.fn({...t,[x]:u,[f]:y});return{...g,data:{x:g.x-e,y:g.y-i,enabled:{[x]:r,[f]:o}}}}}};function pt(){return typeof window<"u"}function Q(a){return se(a)?(a.nodeName||"").toLowerCase():"#document"}function D(a){var t;return(a==null||(t=a.ownerDocument)==null?void 0:t.defaultView)||window}function B(a){var t;return(t=(se(a)?a.ownerDocument:a.document)||window.document)==null?void 0:t.documentElement}function se(a){return pt()?a instanceof Node||a instanceof D(a).Node:!1}function F(a){return pt()?a instanceof Element||a instanceof D(a).Element:!1}function K(a){return pt()?a instanceof HTMLElement||a instanceof D(a).HTMLElement:!1}function re(a){return!pt()||typeof ShadowRoot>"u"?!1:a instanceof ShadowRoot||a instanceof D(a).ShadowRoot}function lt(a){const{overflow:t,overflowX:e,overflowY:i,display:s}=X(a);return/auto|scroll|overlay|hidden|clip/.test(t+i+e)&&!["inline","contents"].includes(s)}function bi(a){return["table","td","th"].includes(Q(a))}function yt(a){return[":popover-open",":modal"].some(t=>{try{return a.matches(t)}catch{return!1}})}function At(a){const t=Ht(),e=F(a)?X(a):a;return e.transform!=="none"||e.perspective!=="none"||(e.containerType?e.containerType!=="normal":!1)||!t&&(e.backdropFilter?e.backdropFilter!=="none":!1)||!t&&(e.filter?e.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(e.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(e.contain||"").includes(i))}function Ci(a){let t=z(a);for(;K(t)&&!tt(t);){if(At(t))return t;if(yt(t))return null;t=z(t)}return null}function Ht(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function tt(a){return["html","body","#document"].includes(Q(a))}function X(a){return D(a).getComputedStyle(a)}function mt(a){return F(a)?{scrollLeft:a.scrollLeft,scrollTop:a.scrollTop}:{scrollLeft:a.scrollX,scrollTop:a.scrollY}}function z(a){if(Q(a)==="html")return a;const t=a.assignedSlot||a.parentNode||re(a)&&a.host||B(a);return re(t)?t.host:t}function oe(a){const t=z(a);return tt(t)?a.ownerDocument?a.ownerDocument.body:a.body:K(t)&&lt(t)?t:oe(t)}function Mt(a,t,e){var i;t===void 0&&(t=[]),e===void 0&&(e=!0);const s=oe(a),r=s===((i=a.ownerDocument)==null?void 0:i.body),o=D(s);if(r){const n=Dt(o);return t.concat(o,o.visualViewport||[],lt(s)?s:[],n&&e?Mt(n):[])}return t.concat(s,Mt(s,[],e))}function Dt(a){return a.parent&&Object.getPrototypeOf(a.parent)?a.frameElement:null}function ne(a){const t=X(a);let e=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const s=K(a),r=s?a.offsetWidth:e,o=s?a.offsetHeight:i,n=ut(e)!==r||ut(i)!==o;return n&&(e=r,i=o),{width:e,height:i,$:n}}function ae(a){return F(a)?a:a.contextElement}function et(a){const t=ae(a);if(!K(t))return V(1);const e=t.getBoundingClientRect(),{width:i,height:s,$:r}=ne(t);let o=(r?ut(e.width):e.width)/i,n=(r?ut(e.height):e.height)/s;return(!o||!Number.isFinite(o))&&(o=1),(!n||!Number.isFinite(n))&&(n=1),{x:o,y:n}}const vi=V(0);function ce(a){const t=D(a);return!Ht()||!t.visualViewport?vi:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ri(a,t,e){return t===void 0&&(t=!1),!e||t&&e!==D(a)?!1:t}function dt(a,t,e,i){t===void 0&&(t=!1),e===void 0&&(e=!1);const s=a.getBoundingClientRect(),r=ae(a);let o=V(1);t&&(i?F(i)&&(o=et(i)):o=et(a));const n=Ri(r,e,i)?ce(r):V(0);let h=(s.left+n.x)/o.x,l=(s.top+n.y)/o.y,d=s.width/o.x,f=s.height/o.y;if(r){const x=D(r),u=i&&F(i)?D(i):i;let y=x,g=Dt(y);for(;g&&i&&u!==y;){const w=et(g),p=g.getBoundingClientRect(),E=X(g),m=p.left+(g.clientLeft+parseFloat(E.paddingLeft))*w.x,b=p.top+(g.clientTop+parseFloat(E.paddingTop))*w.y;h*=w.x,l*=w.y,d*=w.x,f*=w.y,h+=m,l+=b,y=D(g),g=Dt(y)}}return wt({width:d,height:f,x:h,y:l})}function Ii(a){let{elements:t,rect:e,offsetParent:i,strategy:s}=a;const r=s==="fixed",o=B(i),n=t?yt(t.floating):!1;if(i===o||n&&r)return e;let h={scrollLeft:0,scrollTop:0},l=V(1);const d=V(0),f=K(i);if((f||!f&&!r)&&((Q(i)!=="body"||lt(o))&&(h=mt(i)),K(i))){const x=dt(i);l=et(i),d.x=x.x+i.clientLeft,d.y=x.y+i.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-h.scrollLeft*l.x+d.x,y:e.y*l.y-h.scrollTop*l.y+d.y}}function Oi(a){return Array.from(a.getClientRects())}function kt(a,t){const e=mt(a).scrollLeft;return t?t.left+e:dt(B(a)).left+e}function _i(a){const t=B(a),e=mt(a),i=a.ownerDocument.body,s=Z(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),r=Z(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let o=-e.scrollLeft+kt(a);const n=-e.scrollTop;return X(i).direction==="rtl"&&(o+=Z(t.clientWidth,i.clientWidth)-s),{width:s,height:r,x:o,y:n}}function Ti(a,t){const e=D(a),i=B(a),s=e.visualViewport;let r=i.clientWidth,o=i.clientHeight,n=0,h=0;if(s){r=s.width,o=s.height;const l=Ht();(!l||l&&t==="fixed")&&(n=s.offsetLeft,h=s.offsetTop)}return{width:r,height:o,x:n,y:h}}function Si(a,t){const e=dt(a,!0,t==="fixed"),i=e.top+a.clientTop,s=e.left+a.clientLeft,r=K(a)?et(a):V(1),o=a.clientWidth*r.x,n=a.clientHeight*r.y,h=s*r.x,l=i*r.y;return{width:o,height:n,x:h,y:l}}function he(a,t,e){let i;if(t==="viewport")i=Ti(a,e);else if(t==="document")i=_i(B(a));else if(F(t))i=Si(t,e);else{const s=ce(a);i={...t,x:t.x-s.x,y:t.y-s.y}}return wt(i)}function le(a,t){const e=z(a);return e===t||!F(e)||tt(e)?!1:X(e).position==="fixed"||le(e,t)}function Li(a,t){const e=t.get(a);if(e)return e;let i=Mt(a,[],!1).filter(n=>F(n)&&Q(n)!=="body"),s=null;const r=X(a).position==="fixed";let o=r?z(a):a;for(;F(o)&&!tt(o);){const n=X(o),h=At(o);!h&&n.position==="fixed"&&(s=null),(r?!h&&!s:!h&&n.position==="static"&&!!s&&["absolute","fixed"].includes(s.position)||lt(o)&&!h&&le(a,o))?i=i.filter(d=>d!==o):s=n,o=z(o)}return t.set(a,i),i}function Ai(a){let{element:t,boundary:e,rootBoundary:i,strategy:s}=a;const o=[...e==="clippingAncestors"?yt(t)?[]:Li(t,this._c):[].concat(e),i],n=o[0],h=o.reduce((l,d)=>{const f=he(t,d,s);return l.top=Z(f.top,l.top),l.right=at(f.right,l.right),l.bottom=at(f.bottom,l.bottom),l.left=Z(f.left,l.left),l},he(t,n,s));return{width:h.right-h.left,height:h.bottom-h.top,x:h.left,y:h.top}}function Hi(a){const{width:t,height:e}=ne(a);return{width:t,height:e}}function Mi(a,t,e){const i=K(t),s=B(t),r=e==="fixed",o=dt(a,!0,r,t);let n={scrollLeft:0,scrollTop:0};const h=V(0);if(i||!i&&!r)if((Q(t)!=="body"||lt(s))&&(n=mt(t)),i){const u=dt(t,!0,r,t);h.x=u.x+t.clientLeft,h.y=u.y+t.clientTop}else s&&(h.x=kt(s));let l=0,d=0;if(s&&!i&&!r){const u=s.getBoundingClientRect();d=u.top+n.scrollTop,l=u.left+n.scrollLeft-kt(s,u)}const f=o.left+n.scrollLeft-h.x-l,x=o.top+n.scrollTop-h.y-d;return{x:f,y:x,width:o.width,height:o.height}}function Ft(a){return X(a).position==="static"}function de(a,t){if(!K(a)||X(a).position==="fixed")return null;if(t)return t(a);let e=a.offsetParent;return B(a)===e&&(e=e.ownerDocument.body),e}function fe(a,t){const e=D(a);if(yt(a))return e;if(!K(a)){let s=z(a);for(;s&&!tt(s);){if(F(s)&&!Ft(s))return s;s=z(s)}return e}let i=de(a,t);for(;i&&bi(i)&&Ft(i);)i=de(i,t);return i&&tt(i)&&Ft(i)&&!At(i)?e:i||Ci(a)||e}const Di=async function(a){const t=this.getOffsetParent||fe,e=this.getDimensions,i=await e(a.floating);return{reference:Mi(a.reference,await t(a.floating),a.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function ki(a){return X(a).direction==="rtl"}const Fi={convertOffsetParentRelativeRectToViewportRelativeRect:Ii,getDocumentElement:B,getClippingRect:Ai,getOffsetParent:fe,getElementRects:Di,getClientRects:Oi,getDimensions:Hi,getScale:et,isElement:F,isRTL:ki},xe=mi,ue=Ei,ge=pi,Xi=wi,we=(a,t,e)=>{const i=new Map,s={platform:Fi,...e},r={...s.platform,_c:i};return gi(a,t,{...s,platform:r})};let Ni=class{constructor(t){c(this,"ctx");c(this,"enable",!1);c(this,"contentEl");c(this,"floatingEl");c(this,"arrowEl");this.ctx=t;const{TOOLTIP_BG_COLOR:e,TOOLTIP_TEXT_COLOR:i,TOOLTIP_ZINDEX:s,TOOLTIP_CUSTOM_STYLE:r,CSS_PREFIX:o}=this.ctx.config;this.contentEl=document.createElement("div"),this.arrowEl=document.createElement("div"),this.floatingEl=document.createElement("div"),this.floatingEl.className=`${o}-tooltip`,this.contentEl.className=`${o}-tooltip-content`,this.arrowEl.className=`${o}-tooltip-arrow`;const n={display:"none",position:"absolute",background:e,color:i,boxSizing:"border-box",zIndex:s,padding:"8px",borderRadius:"4px",fontSize:"12px",...r},h={position:"absolute",width:"10px",height:"10px",background:n.background,backgroundColor:n.backgroundColor,transform:"rotate(45deg)",zIndex:n.zIndex};Object.assign(this.arrowEl.style,h),Object.assign(this.floatingEl.style,n),this.floatingEl.appendChild(this.contentEl),this.floatingEl.appendChild(this.arrowEl),this.ctx.targetContainer.appendChild(this.floatingEl),this.init()}init(){this.ctx.on("mousemove",t=>{const e=this.ctx.target.getBoundingClientRect();e&&(t.clientX<e.x||t.clientX>e.x+e.width||t.clientY<e.y||t.clientY>e.y+e.height)&&this.hide()}),this.ctx.on("startEdit",()=>{this.hide()}),this.ctx.on("visibleCellHoverChange",t=>{(t.ellipsis||t.message)&&this.show(t)}),this.ctx.on("visibleCellMouseleave",()=>{this.hide()})}show(t){if(!t.overflowTooltipShow||this.ctx.mousedown)return;this.floatingEl.style.display="block";let e=t.getText();t.message&&(e=t.message);const i=this.ctx.target.getBoundingClientRect();if(!i)return;this.enable=!0,this.contentEl.style.maxWidth=`${t.overflowTooltipMaxWidth||500}px`,this.contentEl.style.width="100%",this.contentEl.style.display="inline-block",this.contentEl.style.wordBreak="break-all",this.contentEl.style.lineHeight="1.5",this.contentEl.innerText=e;const s=t.drawX+i.x,r=t.drawY+i.y;we({getBoundingClientRect(){return{width:t.visibleWidth,height:t.visibleHeight,x:s,y:r,left:s,right:s+t.visibleWidth,top:r,bottom:r+t.visibleHeight}}},this.floatingEl,{placement:t.overflowTooltipPlacement,middleware:[ue(),ge(),xe(6),Xi({element:this.arrowEl})]}).then(n=>{const{x:h,y:l,placement:d,middlewareData:f}=n;if(Object.assign(this.floatingEl.style,{top:`${l}px`,left:`${h}px`}),f.arrow){const x=f.arrow;["left","left-start","left-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${x.y}px`,bottom:"",left:"",right:"-5px"}):["right","right-start","right-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${x.y}px`,bottom:"",left:"-5px",right:""}):["bottom","bottom-start","bottom-end"].includes(d)?Object.assign(this.arrowEl.style,{top:"-5px",bottom:"",left:`${x.x}px`,right:""}):["top","top-start","top-end"].includes(d)&&Object.assign(this.arrowEl.style,{top:"",bottom:"-5px",left:`${x.x}px`,right:""})}})}hide(){this.enable&&(this.enable=!1,this.floatingEl.style.display="none")}destroy(){this.contentEl.remove(),this.arrowEl.remove(),this.floatingEl.remove()}};class Ki{constructor(t){c(this,"editorEl");c(this,"inputEl");c(this,"enable",!1);c(this,"cellTarget",null);c(this,"ctx");this.ctx=t,this.initTextEditor(),this.init()}init(){this.ctx.on("onScroll",()=>{this.enable&&this.doneEdit()}),this.ctx.on("cellHeaderMousedown",()=>{this.enable&&this.doneEdit()}),this.ctx.on("keydown",t=>{const e=t.key,i=t.ctrlKey,s=t.altKey,r=t.shiftKey,o=t.metaKey;if(!(i||s||r||o||["Escape","Tab","Backspace","Delete","ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Home","End","PageUp","PageDown","Insert","F1","F2","F3","F4","F5","F6","F7","F8","F9","F10","F11","F12"].includes(e))){if(t.code==="Enter"&&!this.enable){t.preventDefault(),this.startEdit();return}this.startEdit()}}),this.ctx.on("cellClick",t=>{var e,i;t.rowKey===((e=this.cellTarget)==null?void 0:e.rowKey)&&t.key===((i=this.cellTarget)==null?void 0:i.key)?this.startEdit():(this.doneEdit(),this.cellTarget=t,this.ctx.config.ENABLE_EDIT_SINGLE_CLICK&&this.startEdit())})}initTextEditor(){const{CSS_PREFIX:t,SELECT_BORDER_COLOR:e,ENABLE_EDIT_TEXT_ENTER:i}=this.ctx.config;this.inputEl=document.createElement("div"),this.inputEl.addEventListener("keydown",n=>{i&&this.enable&&(n.code==="Enter"||n.code==="Escape")&&(n.preventDefault(),this.inputEl.blur())}),this.inputEl.addEventListener("blur",()=>{this.doneEdit()}),this.editorEl=document.createElement("div"),this.editorEl.className=`${t}-self-editor`,this.inputEl.className=`${t}-self-editor-input`;const s={position:"absolute",top:"-10000px",left:"-10000px",textAlign:"left",lineHeight:"0",zIndex:100,overflow:"hidden",backgroundColor:"#fff",border:`2px solid ${e}`,boxSizing:"border-box",boxShadow:"rgba(0, 0, 0, 0.2) 0px 6px 16px",pointerEvents:"auto",display:"flex",alignItems:"center"};Object.assign(this.editorEl.style,s);const r={width:"100%",boxSizing:"border-box",padding:"8px",outline:"none",fontWeight:"400",fontSize:"12px",color:"inherit",whiteSpace:"normal",wordWrap:"break-word",wordBreak:"break-all",lineHeight:"18px",margin:"0",background:"#fff",cursor:"text"};Object.assign(this.inputEl.style,r);const o=navigator.userAgent.toLowerCase().includes("firefox");this.inputEl.contentEditable=o?"true":"plaintext-only",this.editorEl.appendChild(this.inputEl),this.ctx.targetContainer.appendChild(this.editorEl)}startEditByInput(t){if(t.editorType!=="text")return;const e=t.getValue(),{width:i,height:s}=t,r=t.getDrawX(),o=t.getDrawY(),{CELL_PADDING:n}=this.ctx.config;this.editorEl.style.left=`${r}px`,this.editorEl.style.top=`${o}px`,this.inputEl.style.minWidth=`${i-1}px`,this.inputEl.style.minHeight=`${s-1}px`,this.inputEl.style.padding=`${n}px`,e!==null&&(this.inputEl.textContent=e),this.inputEl.focus();const h=window.getSelection();h==null||h.selectAllChildren(this.inputEl),h==null||h.collapseToEnd()}doneEditByInput(){if(!this.cellTarget||this.cellTarget.editorType!=="text")return;const{rowKey:t,key:e}=this.cellTarget,i=this.cellTarget.getValue(),s=this.inputEl.textContent;s!==i&&!(s===""&&i===null)&&this.ctx.database.setItemValue(t,e,s,!0,!0,!0),this.inputEl.textContent=null,this.editorEl.style.left="-10000px",this.editorEl.style.top="-10000px"}startEdit(){const{ENABLE_EDIT_CLICK_SELECTOR:t}=this.ctx.config;if(!t)return;const e=this.ctx.focusCell;if(!e||["index","index-selection","selection"].includes(e.type)||this.enable)return;const{rowKey:i,key:s}=e,r=this.ctx.database.getReadonly(i,s);e&&!r&&(this.enable=!0,this.ctx.editing=!0,this.cellTarget=e,this.startEditByInput(this.cellTarget),this.ctx.emit("startEdit",this.cellTarget))}editCell(t,e){const i=this.ctx.body.renderRows.find(l=>l.rowIndex===t);if(!i)return;const s=i.cells.find(l=>l.colIndex===e);if(!s)return;this.ctx.emit("setSelectorCell",s);const r=this.ctx.focusCell;if(!r||["index","index-selection","selection"].includes(r.type)||this.enable)return;const{rowKey:o,key:n}=r,h=this.ctx.database.getReadonly(o,n);r&&!h&&(this.enable=!0,this.ctx.editing=!0,this.cellTarget=r,this.startEditByInput(this.cellTarget),this.ctx.emit("startEdit",this.cellTarget))}doneEdit(){this.enable&&this.cellTarget&&(this.ctx.emit("doneEdit",this.cellTarget),this.doneEditByInput(),this.enable=!1,this.ctx.target.focus(),this.ctx.editing=!1,this.cellTarget=null,this.ctx.emit("draw"))}destroy(){}}class Yi{constructor(t){c(this,"ctx");c(this,"emptyEl");this.ctx=t;const{EMPTY_TEXT:e,EMPTY_CUSTOM:i,EMPTY_CUSTOM_STYLE:s,CSS_PREFIX:r}=this.ctx.config;this.emptyEl=document.createElement("div"),this.emptyEl.className=`${r}-empty`,this.emptyEl.style.display="none",this.emptyEl.innerText=e,this.ctx.targetContainer.appendChild(this.emptyEl),this.ctx.on("emptyChange",({type:o,headerHeight:n,bodyHeight:h,footerHeight:l})=>{if(i)return;const d=n+(h+l)/2,f={display:o==="empty"?"block":"none",position:"absolute",fontSize:"14px",color:"#666",left:"50%",top:`${d}px`,transform:"translate(-50%, -50%)",...s};Object.assign(this.emptyEl.style,f)})}destroy(){this.emptyEl.remove()}}class Bi{constructor(t){c(this,"ctx");this.ctx=t}draw(){const t=this.getContainer();this.ctx.emit("overlayerChange",t)}destroy(){this.ctx.emit("overlayerChange",{style:{},views:[]})}getContainer(){const{target:t,config:{SCROLLER_TRACK_SIZE:e}}=this.ctx,i=t.width-e,s=t.height-e,r=this.getHeader(),o=this.getBody(),n=this.getFooter();let h=[r,o,n];const{FOOTER_FIXED:l}=this.ctx.config;return l||(h=[r,o]),{style:{position:"absolute",left:"0px",top:"0px",pointerEvents:"none",overflow:"hidden",width:`${i}px`,height:`${s}px`},views:h}}getHeader(){const{fixedLeftWidth:t,fixedRightWidth:e,config:{SCROLLER_TRACK_SIZE:i,CSS_PREFIX:s}}=this.ctx,{visibleWidth:r,visibleHeight:o,renderCellHeaders:n}=this.ctx.header;let h=[],l=[],d=[];n.forEach(w=>{w.render&&(w.fixed==="left"?l.push(w):w.fixed==="right"?d.push(w):h.push(w))});const f=e-i,x={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${t}px`,height:`${o}px`},cells:l},u={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${t}px`,overflow:"hidden",width:`${r-t-f}px`,height:`${o}px`},cells:h},y={key:"right",style:{position:"absolute",top:`${.5}px`,right:`${.5}px`,overflow:"hidden",width:`${f}px`,height:`${o}px`},cells:d};return{type:"header",class:`${s}-overlayer-header`,style:{position:"relative",overflow:"hidden",width:`${r}px`,height:`${o}px`},views:[x,u,y]}}getBody(){const t=[],e=[],i=[];let s=this.ctx.body.renderRows;this.ctx.config.FOOTER_FIXED||(s=s.concat(this.ctx.footer.renderRows)),s.forEach(w=>{w.cells.forEach(p=>{p.cellType==="footer"&&(p.render=p.renderFooter),p.render&&(p.fixed==="left"?e.push(p):p.fixed==="right"?i.push(p):t.push(p))})});const{fixedLeftWidth:r,fixedRightWidth:o,config:{SCROLLER_TRACK_SIZE:n,CSS_PREFIX:h}}=this.ctx,{visibleWidth:l,visibleHeight:d}=this.ctx.body,f=o-n,x={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${r}px`,height:`${d}px`},cells:e},u={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${r+.5}px`,overflow:"hidden",width:`${l-r-f}px`,height:`${d}px`},cells:t},y={key:"right",style:{position:"absolute",top:"0px",right:"0px",overflow:"hidden",width:`${f}px`,height:`${d}px`},cells:i};return{type:"body",class:`${h}-overlayer-body`,style:{position:"relative",overflow:"hidden",width:`${l}px`,height:`${d}px`},views:[x,u,y]}}getFooter(){const t=[],e=[],i=[];this.ctx.footer.renderRows.forEach(g=>{g.cells.forEach(w=>{w.cellType==="footer"&&w.renderFooter&&(w.render=w.renderFooter,w.fixed==="left"?e.push(w):w.fixed==="right"?i.push(w):t.push(w))})});const{fixedLeftWidth:s,fixedRightWidth:r,config:{SCROLLER_TRACK_SIZE:o,CSS_PREFIX:n}}=this.ctx,{visibleWidth:h,visibleHeight:l}=this.ctx.footer,d=r-o,f={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${s}px`,height:`${l}px`},cells:e},x={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${s+.5}px`,overflow:"hidden",width:`${h-s-d}px`,height:`${l}px`},cells:t},u={key:"right",style:{position:"absolute",top:`${.5}px`,right:`${.5}px`,overflow:"hidden",width:`${d}px`,height:`${l}px`},cells:i};return{type:"footer",class:`${n}-overlayer-footer`,style:{position:"relative",overflow:"hidden",width:`${h}px`,height:`${l}px`},views:[f,x,u]}}}class Wi{constructor(t){c(this,"ctx");c(this,"contextMenuEl");this.ctx=t,this.contextMenuEl=document.createElement("div"),this.createContextMenu(),this.init()}init(){this.ctx.on("cellContextMenuClick",(t,e)=>{if(!this.ctx.config.ENABLE_CONTEXT_MENU)return;e.preventDefault();const{xArr:i,yArr:s}=this.ctx.selector,[r,o]=i,[n,h]=s,{rowIndex:l,colIndex:d}=t;l>=n&&l<=h&&d>=r&&d<=o||this.ctx.emit("setSelectorCell",t,e);const x={getBoundingClientRect:()=>({width:0,height:0,top:e.clientY,left:e.clientX,right:e.clientX,bottom:e.clientY,x:e.clientX,y:e.clientY}),contextElement:document.body};we(x,this.contextMenuEl,{placement:"right-start",middleware:[xe(),ue(),ge()]}).then(({x:u,y})=>{this.show(u,y)})}),this.ctx.on("click",this.hide.bind(this)),this.ctx.on("onScroll",this.hide.bind(this)),this.ctx.on("resize",this.hide.bind(this))}createContextMenu(){this.contextMenuEl.replaceChildren(),this.contextMenuEl.className="e-virt-table-context-menu",this.ctx.targetContainer.appendChild(this.contextMenuEl);const{CONTEXT_MENU:t}=this.ctx.config;this.createContextMenuItems(t,e=>{switch(e.value){case"copy":this.ctx.emit("contextMenuCopy");break;case"paste":this.ctx.emit("contextMenuPaste");break;case"cut":this.ctx.emit("contextMenuCut");break;case"clearSelected":this.ctx.emit("contextMenuClearSelected");break}this.hide()})}createContextMenuItems(t,e){t.forEach(i=>{const s=document.createElement("div");s.className="e-virt-table-context-menu-item",s.innerText=i.label,i.event?s.onclick=()=>{i.event&&i.event(),e(i)}:s.onclick=()=>e(i),this.contextMenuEl.appendChild(s)})}show(t,e){Object.assign(this.contextMenuEl.style,{left:`${t}px`,top:`${e}px`})}hide(){Object.assign(this.contextMenuEl.style,{left:"-99999px",top:"-99999px"})}updated(){this.createContextMenu()}destroy(){this.contextMenuEl.remove()}}class Pi{constructor(t,e){c(this,"targetContainer");c(this,"target");c(this,"options");c(this,"scroller");c(this,"header");c(this,"body");c(this,"footer");c(this,"selector");c(this,"autofill");c(this,"tooltip");c(this,"editor");c(this,"empty");c(this,"overlayer");c(this,"contextMenu");c(this,"ctx");this.target=document.createElement("canvas"),this.targetContainer=t,this.targetContainer.style.position="relative",this.targetContainer.appendChild(this.target),this.options=e,this.ctx=new ei(this.targetContainer,this.target,this.options),this.header=new si(this.ctx),this.body=new ri(this.ctx),this.footer=new oi(this.ctx),this.scroller=new ii(this.ctx),this.selector=new ni(this.ctx),this.autofill=new ai(this.ctx),this.tooltip=new Ni(this.ctx),this.empty=new Yi(this.ctx),this.editor=new Ki(this.ctx),this.overlayer=new Bi(this.ctx),this.contextMenu=new Wi(this.ctx),this.ctx.on("draw",this.draw.bind(this)),this.draw()}draw(){requestAnimationFrame(()=>{this.header.update(),this.footer.update(),this.body.update(),this.ctx.paint.clear(),this.body.draw(),this.footer.draw(),this.header.draw(),this.scroller.draw(),this.overlayer.draw()})}loadConfig(t){this.ctx.config.init(t),this.ctx.database.init(),this.contextMenu.updated(),this.ctx.emit("draw")}loadColumns(t){this.editor.doneEdit(),this.ctx.database.setColumns(t),this.header.init(),this.ctx.emit("draw")}loadData(t){this.editor.doneEdit(),this.ctx.database.setData(t),this.ctx.emit("draw")}loadFooterData(t){this.ctx.database.setFooterData(t),this.ctx.emit("draw")}setLoading(t){this.ctx.database.setLoading(t)}on(t,e){this.ctx.on(t,e)}off(t,e){this.ctx.off(t,e)}filterMethod(t){this.ctx.setScrollY(0),this.ctx.setScrollX(0),this.ctx.database.init(),this.ctx.database.setFilterMethod(t),this.ctx.emit("draw")}editCell(t,e){this.editor.editCell(t,e)}setItemValue(t,e,i,s=!0,r=!0,o=!1){this.ctx.database.setItemValue(t,e,i,s,r,o)}batchSetItemValue(t,e=!0,i=!0){this.ctx.database.batchSetItemValue(t,e),i&&this.ctx.emit("draw")}setItemValueByEditor(t,e,i,s=!0,r=!0){this.ctx.database.setItemValue(t,e,i,s,r,!0),this.editor.doneEdit()}doLayout(){this.ctx.emit("draw")}getChangedData(){return this.ctx.database.getChangedData()}getChangedRows(){return this.ctx.database.getChangedRows()}clearValidate(){this.ctx.database.clearValidate(),this.ctx.emit("draw")}async validate(t=!0){return this.editor.doneEdit(),new Promise(async(e,i)=>{try{const s=await this.getValidations();e(s)}catch(s){if(t&&Array.isArray(s)&&s.length){const[r]=s;if(Array.isArray(r)&&r.length){const[o]=r,{rowKey:n,key:h}=o;this.scrollToRowkey(n),this.scrollToColkey(h)}}i(s)}})}setValidations(t){if(t.forEach(e=>{const{rowIndex:i,key:s,message:r}=e;this.ctx.database.setValidationErrorByRowIndex(i,s,r)}),t&&Array.isArray(t)&&t.length){const[e]=t;if(e&&e.rowIndex>=0&&e.key){const{rowIndex:i,key:s}=e;this.scrollToRowIndex(i),this.scrollToColkey(s)}}}getValidations(){return new Promise(async(t,e)=>{const i=this.ctx.database.getAllRowsData(),s=this.ctx.header.leafCellHeaders;let r=[];for(let o=0;o<i.length;o++)for(let n=0;n<s.length;n++){const h=this.ctx.database.getRowKeyByItem(i[o]),d=s[n].key,f=await this.ctx.database.getValidator(h,d);Array.isArray(f)&&f.length&&r.push(f)}r.length?(e(r),this.ctx.emit("draw")):(t([]),this.ctx.emit("draw"))})}scrollTo(t,e){this.scrollXTo(t),this.scrollYTo(e)}scrollXTo(t){this.ctx.setScrollX(t)}scrollToColkey(t){this.scroller.scrollToColkey(t)}scrollToRowkey(t){this.scroller.scrollToRowKey(t)}scrollToColIndex(t){this.scroller.scrollToColIndex(t)}scrollToRowIndex(t){this.scroller.scrollToRowIndex(t)}scrollYTo(t){this.ctx.setScrollY(t)}clearSelection(){this.ctx.database.clearSelection(),this.ctx.emit("draw")}toggleRowSelection(t){const e=this.ctx.database.getRowKeyByItem(t);this.ctx.database.toggleRowSelection(e),this.ctx.emit("draw")}setSelectionByRows(t,e=!0){t.forEach(i=>{const s=this.ctx.database.getRowKeyByItem(i);this.ctx.database.setRowSelection(s,e)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}setSelectionByRowKeys(t,e=!0){t.forEach(i=>{this.ctx.database.setRowSelection(i,e)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}toggleAllSelection(){this.ctx.database.toggleAllSelection(),this.ctx.emit("draw")}getSelectionRows(){return this.ctx.database.getSelectionRows()}getPositionForRowIndex(t){return this.ctx.database.getPositionForRowIndex(t)}destroy(){this.overlayer.destroy(),this.empty.destroy(),this.editor.destroy(),this.tooltip.destroy(),this.selector.destroy(),this.autofill.destroy(),this.contextMenu.destroy(),this.ctx.destroy(),this.target.remove()}}return Pi});
15
15
  //# sourceMappingURL=index.umd.js.map