e-virt-table 1.2.15 → 1.2.16
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +25 -21
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Database.d.ts +1 -1
- package/dist/lib/Database.js +15 -14
- package/dist/lib/Database.js.map +1 -1
- package/dist/lib/EVirtTable.js +11 -3
- package/dist/lib/EVirtTable.js.map +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
|
|
13
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(y){return y&&y.exact?o:new RegExp(""+t(y)+e+t(y),"g")},h.v6=function(y){return y&&y.exact?n:new RegExp(""+t(y)+s+t(y),"g")};var c="(?:(?:[a-z]+:)?//)",d="(?:\\S+(?::\\S*)?@)?",f=h.v4().source,u=h.v6().source,g="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",p="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",x="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",w="(?::\\d{2,5})?",m='(?:[/?#][^\\s"]*)?',C="(?:"+c+"|www\\.)"+d+"(?:localhost|"+f+"|"+u+"|"+g+p+x+")"+w+m;return ut=new RegExp("(?:^"+C+"$)","i"),ut},Wt={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(Wt.email)},url:function(t){return typeof t=="string"&&t.length<=2048&&!!t.match(Me())},hex:function(t){return typeof t=="string"&&!!t.match(Wt.hex)}},He=function(t,e,i,s,r){if(t.required&&e===void 0){Vt(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(F(r.messages.types[n],t.fullField,t.type)):n&&typeof e!==t.type&&s.push(F(r.messages.types[n],t.fullField,t.type))},De=function(t,e,i,s,r){var o=typeof t.len=="number",n=typeof t.min=="number",h=typeof t.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,d=e,f=null,u=typeof e=="number",g=typeof e=="string",p=Array.isArray(e);if(u?f="number":g?f="string":p&&(f="array"),!f)return!1;p&&(d=e.length),g&&(d=e.replace(c,"_").length),o?d!==t.len&&s.push(F(r.messages[f].len,t.fullField,t.len)):n&&!h&&d<t.min?s.push(F(r.messages[f].min,t.fullField,t.min)):h&&!n&&d>t.max?s.push(F(r.messages[f].max,t.fullField,t.max)):n&&h&&(d<t.min||d>t.max)&&s.push(F(r.messages[f].range,t.fullField,t.min,t.max))},Z="enum",Xe=function(t,e,i,s,r){t[Z]=Array.isArray(t[Z])?t[Z]:[],t[Z].indexOf(e)===-1&&s.push(F(r.messages[Z],t.fullField,t[Z].join(", ")))},Fe=function(t,e,i,s,r){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||s.push(F(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(F(r.messages.pattern.mismatch,t.fullField,e,t.pattern))}}},S={required:Vt,whitespace:Ae,type:He,range:De,enum:Xe,pattern:Fe},Be=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(H(e,"string")&&!t.required)return i();S.required(t,e,s,o,r,"string"),H(e,"string")||(S.type(t,e,s,o,r),S.range(t,e,s,o,r),S.pattern(t,e,s,o,r),t.whitespace===!0&&S.whitespace(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(H(e)&&!t.required)return i();S.required(t,e,s,o,r),e!==void 0&&S.type(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===""&&(e=void 0),H(e)&&!t.required)return i();S.required(t,e,s,o,r),e!==void 0&&(S.type(t,e,s,o,r),S.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(H(e)&&!t.required)return i();S.required(t,e,s,o,r),e!==void 0&&S.type(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(H(e)&&!t.required)return i();S.required(t,e,s,o,r),H(e)||S.type(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(H(e)&&!t.required)return i();S.required(t,e,s,o,r),e!==void 0&&(S.type(t,e,s,o,r),S.range(t,e,s,o,r))}i(o)},We=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(H(e)&&!t.required)return i();S.required(t,e,s,o,r),e!==void 0&&(S.type(t,e,s,o,r),S.range(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(e==null&&!t.required)return i();S.required(t,e,s,o,r,"array"),e!=null&&(S.type(t,e,s,o,r),S.range(t,e,s,o,r))}i(o)},ze=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(H(e)&&!t.required)return i();S.required(t,e,s,o,r),e!==void 0&&S.type(t,e,s,o,r)}i(o)},$e="enum",qe=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(H(e)&&!t.required)return i();S.required(t,e,s,o,r),e!==void 0&&S[$e](t,e,s,o,r)}i(o)},Ge=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(H(e,"string")&&!t.required)return i();S.required(t,e,s,o,r),H(e,"string")||S.pattern(t,e,s,o,r)}i(o)},je=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(H(e,"date")&&!t.required)return i();if(S.required(t,e,s,o,r),!H(e,"date")){var h;e instanceof Date?h=e:h=new Date(e),S.type(t,h,s,o,r),h&&S.range(t,h.getTime(),s,o,r)}}i(o)},Ue=function(t,e,i,s,r){var o=[],n=Array.isArray(e)?"array":typeof e;S.required(t,e,s,o,r,n),i(o)},bt=function(t,e,i,s,r){var o=t.type,n=[],h=t.required||!t.required&&s.hasOwnProperty(t.field);if(h){if(H(e,o)&&!t.required)return i();S.required(t,e,s,n,r,o),H(e,o)||S.type(t,e,s,n,r)}i(n)},Ze=function(t,e,i,s,r){var o=[],n=t.required||!t.required&&s.hasOwnProperty(t.field);if(n){if(H(e)&&!t.required)return i();S.required(t,e,s,o,r)}i(o)},ot={string:Be,method:Ne,number:ke,boolean:Ke,regexp:Ye,integer:Ve,float:We,array:Pe,object:ze,enum:qe,pattern:Ge,date:je,url:bt,hex:bt,email:bt,required:Ue,any:Ze};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 l(e){this.rules=null,this._messages=Rt,this.define(e)}var t=l.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=Yt(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,c=r;if(typeof h=="function"&&(c=h,h={}),!this.rules||Object.keys(this.rules).length===0)return c&&c(null,n),Promise.resolve(n);function d(x){var w=[],m={};function C(b){if(Array.isArray(b)){var E;w=(E=w).concat.apply(E,b)}else w.push(b)}for(var y=0;y<x.length;y++)C(x[y]);w.length?(m=Ct(w),c(w,m)):c(null,n)}if(h.messages){var f=this.messages();f===Rt&&(f=vt()),Yt(f,h.messages),h.messages=f}else h.messages=this.messages();var u={},g=h.keys||Object.keys(this.rules);g.forEach(function(x){var w=o.rules[x],m=n[x];w.forEach(function(C){var y=C;typeof y.transform=="function"&&(n===i&&(n=D({},n)),m=n[x]=y.transform(m)),typeof y=="function"?y={validator:y}:y=D({},y),y.validator=o.getValidationMethod(y),y.validator&&(y.field=x,y.fullField=y.fullField||x,y.type=o.getType(y),u[x]=u[x]||[],u[x].push({rule:y,value:m,source:n,field:x}))})});var p={};return Se(u,h,function(x,w){var m=x.rule,C=(m.type==="object"||m.type==="array")&&(typeof m.fields=="object"||typeof m.defaultField=="object");C=C&&(m.required||!m.required&&x.value),m.field=x.field;function y(R,O){return D({},O,{fullField:m.fullField+"."+R,fullFields:m.fullFields?[].concat(m.fullFields,[R]):[R]})}function b(R){R===void 0&&(R=[]);var O=Array.isArray(R)?R:[R];!h.suppressWarning&&O.length&&l.warning("async-validator:",O),O.length&&m.message!==void 0&&(O=[].concat(m.message));var I=O.map(Kt(m,n));if(h.first&&I.length)return p[m.field]=1,w(I);if(!C)w(I);else{if(m.required&&!x.value)return m.message!==void 0?I=[].concat(m.message).map(Kt(m,n)):h.error&&(I=[h.error(m,F(h.messages.required,m.field))]),w(I);var _={};m.defaultField&&Object.keys(x.value).map(function(T){_[T]=m.defaultField}),_=D({},_,x.rule.fields);var v={};Object.keys(_).forEach(function(T){var M=_[T],A=Array.isArray(M)?M:[M];v[T]=A.map(y.bind(null,T))});var L=new l(v);L.messages(h.messages),x.rule.options&&(x.rule.options.messages=h.messages,x.rule.options.error=h.error),L.validate(x.value,x.rule.options||h,function(T){var M=[];I&&I.length&&M.push.apply(M,I),T&&T.length&&M.push.apply(M,T),w(M.length?M:null)})}}var E;if(m.asyncValidator)E=m.asyncValidator(m,x.value,b,x.source,h);else if(m.validator){try{E=m.validator(m,x.value,b,x.source,h)}catch(R){console.error==null||console.error(R),h.suppressValidatorError||setTimeout(function(){throw R},0),b(R.message)}E===!0?b():E===!1?b(typeof m.message=="function"?m.message(m.fullField||m.field):m.message||(m.fullField||m.field)+" fails"):E instanceof Array?b(E):E instanceof Error&&b(E.message)}E&&E.then&&E.then(function(){return b()},function(R){return b(R)})},function(x){d(x)},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(F("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},l}();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=Bt,nt.messages=Rt,nt.validators=ot;function Pt(){return"xxxxxxxxxxxxxxxxxx".replace(/[x]/g,function(l){const t=Math.random()*16|0;return(l==="x"?t:t&3|8).toString(16)})}function zt(l,t){let e=0,i;return function(...s){const r=new Date().getTime(),o=r-e;!e||o>=t?(l.apply(this,s),e=r):i||(i=setTimeout(()=>{l.apply(this,s),e=new Date().getTime(),i=void 0},t-o))}}function $t(l=[]){return l.length?l.map(t=>$t(t.children)+1).sort((t,e)=>e-t)[0]:0}function Je(l=[]){let t=[],e=[],i=[];return l.forEach(s=>{s.fixed==="left"?t.push(s):s.fixed==="right"?i.push(s):e.push(s)}),[...t.sort((s,r)=>(s.sort??0)-(r.sort??0)),...e.sort((s,r)=>(s.sort??0)-(r.sort??0)),...i.sort((s,r)=>(s.sort??0)-(r.sort??0))]}function qt(l=[],t=1,e=0){return l.map(i=>{if(i.children){let s=0,r=i.fixed;i.children.forEach(n=>{n.fixed=r});const o=qt(i.children,t-1,e+1);return o&&o.forEach(n=>{s+=n.colspan??0}),{...i,width:i.width,level:e,rowspan:1,colspan:s,children:o}}return{...i,level:e,rowspan:t,colspan:1}})}function _t(l=[]){let t=[];return l.forEach(e=>{e.children?t=t.concat(_t(e.children)):t.push(e)}),t}const Gt=/^(\r\n|\n\r|\r|\n)/,Qe=/^[^\t\r\n]+/,jt=/^\t/;function ti(l){let t=[[""]];if(l.length===0)return t;let e=0,i=0,s;for(;l.length>0&&s!==l.length;)if(s=l.length,l.match(jt))l=l.replace(jt,""),e+=1,t[i][e]="";else if(l.match(Gt))l=l.replace(Gt,""),e=0,i+=1,t[i]=[""];else{let r="";if(l.startsWith('"')){let o=0,n=!0;for(;n;){const h=l.slice(0,1);h==='"'&&(o+=1),r+=h,l=l.slice(1),(l.length===0||l.match(/^[\t\r\n]/)&&o%2===0)&&(n=!1)}r=r.replace(/^"/,"").replace(/"$/,"").replace(/["]*/g,h=>new Array(Math.floor(h.length/2)).fill('"').join(""))}else{const o=l.match(Qe);r=o?o[0]:"",l=l.slice(r.length)}t[i][e]=r}return Array.isArray(t)&&t.length>1&&t[t.length-1].length===1&&t[t.length-1][0]===""&&(t=t.slice(0,t.length-1)),t}function ei(l){let t,e,i,s,r="",o;for(t=0,e=l.length;t<e;t+=1){for(s=l[t].length,i=0;i<s;i+=1)i>0&&(r+=" "),o=l[t][i],typeof o=="string"?o.indexOf(`
|
|
14
14
|
`)>-1?r+=`"${o.replace(/"/g,'""')}"`:r+=o:o==null?r+="":r+=o;t!==e-1&&(r+=`
|
|
15
|
-
`)}return r}function Ut(l,t,e=[]){let i=0;const s=[];return l.forEach((r,o)=>{if(o===0)s.push(1);else{const n=e.reduce((c,d)=>`${c}${r[d]??""}`,"")||r[t],h=e.reduce((c,d)=>`${c}${l[o-1][d]??""}`,"")||l[o-1][t];n===h?(s[i]+=1,s.push(0)):(s.push(1),i=o)}}),s}function Zt(l,t){let e="",i="";const s={};return t.forEach((r,o)=>{o===0?(e=r.key,i=r.key,s[r.key]=1):l[r.key]===l[e]?(s[r.key]=0,s[i]+=1):(s[r.key]=1,e=r.key,i=r.key)}),s}function ii(l,t,e=[]){const{visibleRows:i,rowIndex:s,headIndex:r}=l,o=Ut(i,t,e);return o[s-r]===0?{rowspan:0,colspan:0,relationRowKeys:e,mergeRow:!0}:{rowspan:o[s-r],colspan:1,relationRowKeys:e,mergeRow:!0}}function si(l,t=[]){const{column:e,row:i,visibleLeafColumns:s}=l,r=s.filter(o=>t.includes(o.key));if(t.includes(e.key)){const o=Zt(i,r);return o[e.key]===0?{rowspan:0,colspan:0,relationColKeys:t,mergeCol:!0}:{rowspan:1,colspan:o[e.key],relationColKeys:t,mergeCol:!0}}}function ri(l,t=document.documentElement){const e=l.startsWith("--")?l:`--${l}`;return getComputedStyle(t).getPropertyValue(e).trim()}class Jt{constructor(t,e,i,s,r,o,n){a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"fixed");a(this,"cellType");this.ctx=t,this.x=e,this.y=i,this.width=s,this.height=r,this.fixed=n,this.cellType=o}isHorizontalVisible(){if(this.fixed)return!0;const{stageWidth:t,fixedLeftWidth:e,scrollX:i,fixedRightWidth:s}=this.ctx,r=t;return!(this.x+this.width-e-i<=0||this.x-i>=r-s)}isVerticalVisible(){const{stageHeight:t,scrollY:e}=this.ctx,i=t;return!(this.y+this.height-e<=0||this.y-e>=i)}getDrawX(){if(this.fixed==="left")return this.x;if(this.fixed==="right"){const{stageWidth:t,config:{SCROLLER_TRACK_SIZE:e}}=this.ctx;return t-(this.ctx.header.width-this.x)-e}return 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 It extends Jt{constructor(e,i,s,r,o,n,h,c,d,f="body"){super(e,r,o,n,h,f,c.fixed);a(this,"formatter");a(this,"formatterFooter");a(this,"hoverIconName","");a(this,"operation",!1);a(this,"align");a(this,"verticalAlign");a(this,"fixed");a(this,"type");a(this,"editorType");a(this,"editorProps");a(this,"cellType");a(this,"level");a(this,"colspan",1);a(this,"rowspan",1);a(this,"mergeRow",!1);a(this,"mergeCol",!1);a(this,"relationRowKeys",[]);a(this,"relationColKeys",[]);a(this,"key");a(this,"column");a(this,"rowIndex");a(this,"colIndex");a(this,"rowKey");a(this,"row");a(this,"value");a(this,"render");a(this,"renderFooter");a(this,"style",{});a(this,"rules",[]);a(this,"message","");a(this,"text","");a(this,"displayText","");a(this,"visibleWidth",0);a(this,"visibleHeight",0);a(this,"isHasChanged",!1);a(this,"drawX",0);a(this,"drawY",0);a(this,"drawCellBgColor","");a(this,"drawCellSkyBgColor","");a(this,"drawTextColor","");a(this,"drawTextX",0);a(this,"drawTextY",0);a(this,"drawImageX",0);a(this,"drawImageY",0);a(this,"drawImageWidth",0);a(this,"drawImageHeight",0);a(this,"drawImageName","");a(this,"drawImageSource");a(this,"ellipsis",!1);a(this,"rowExpand",!1);a(this,"rowHasChildren",!1);a(this,"overflowTooltipShow",!0);a(this,"overflowTooltipMaxWidth",500);a(this,"overflowTooltipPlacement","top");this.visibleWidth=this.width,this.visibleHeight=this.height,this.colIndex=s,this.rowIndex=i,this.key=c.key,this.type=c.type||"",this.editorType=c.editorType||"text",this.editorProps=c.editorProps||{},this.cellType=f,this.align=c.align||"center",this.verticalAlign=c.verticalAlign||"middle",this.fixed=c.fixed,this.level=c.level||0,this.operation=c.operation||!1,this.column=c,this.rules=c.rules||[],this.row=d,this.rowKey=this.cellType==="body"?this.ctx.database.getRowKeyForRowIndex(i):`${this.cellType}_${this.rowIndex}`,this.value=this.getValue(),this.render=c.render,this.overflowTooltipShow=c.overflowTooltipShow!==!1,this.overflowTooltipMaxWidth=c.overflowTooltipMaxWidth||500,this.overflowTooltipPlacement=c.overflowTooltipPlacement||"top",this.renderFooter=c.renderFooter,this.hoverIconName=c.hoverIconName,this.formatter=c.formatter,this.formatterFooter=c.formatterFooter,this.update()}setWidthHeight(e,i){this.width=e,this.height=i}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.isHasChanged=this.ctx.database.isHasChangedData(this.rowKey,this.key),this.updateSpan(),this.updateStyle(),this.updateType(),this.updateHoverIcon(),this.updateSelection(),this.updateTree(),this.updateEditor(),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,relationRowKeys:o,relationColKeys:n,mergeRow:h=!1,mergeCol:c=!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})||{};Array.isArray(o)&&o.length>0?this.relationRowKeys=o:this.relationRowKeys=[this.key],Array.isArray(n)&&n.length>0?this.relationColKeys=n:this.relationColKeys=[this.key],this.mergeCol=c,this.mergeRow=h,this.colspan=s,this.rowspan=r,this.visibleWidth=this.getWidthByColIndexColSpan(this.colIndex,this.colspan),this.visibleHeight=this.ctx.database.getHeightByRowIndexRowSpan(this.rowIndex,this.rowspan)}}updateSpanInfo(){if(this.mergeRow||this.mergeCol){const e=this.getSpanInfo();this.height=e.height,this.width=e.width,this.drawX=this.getDrawX(),this.drawY=this.getDrawY(),this.drawY-=e.offsetTop,this.drawX-=e.offsetLeft}}updateType(){const{BODY_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)}}updateEditor(){const{BODY_CELL_EDITOR_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()});if(s!==void 0){const{type:r,props:o={}}=s;this.editorType=r,this.editorProps=o}}}updateRender(){const{BODY_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:c=!1,hasChildren:d=!1,expandLoading:f=!1,level:u=0}=h||{};if(this.rowExpand=c,this.rowHasChildren=d,f){const x=this.ctx.icons.get("loading");n="loading",r=x,o=u*8}else if(d){const x=this.ctx.icons.get("expand"),w=this.ctx.icons.get("shrink");r=c?w:x,n=c?"shrink":"expand",o=u*8}else o=u*8;let g=20,p=20;if(r){let x=this.drawX+o+e,w=this.drawY+(this.visibleHeight-p)/2;this.ctx.paint.drawImage(r,x,w,g,p),this.drawImageX=x,this.drawImageY=w,this.drawImageWidth=g,this.drawImageHeight=p,this.drawImageName=n,this.drawImageSource=r}this.align="left",this.drawTextX=o+this.drawX+g-.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,BODY_TEXT_COLOR:n,FOOTER_TEXT_COLOR:h,FOOTER_BG_COLOR:c,HIGHLIGHT_SELECTED_ROW:d,HIGHLIGHT_SELECTED_ROW_COLOR:f,HIGHLIGHT_HOVER_ROW:u,HIGHLIGHT_HOVER_ROW_COLOR:g,STRIPE:p,STRIPE_COLOR:x}=this.ctx.config;if(this.cellType==="footer"){let O=c,I=h;if(typeof r=="function"){const _=r,{backgroundColor:v,color:L}=_({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()})||{};v&&(O=v),L&&(I=L)}this.drawCellSkyBgColor="transparent",this.drawCellBgColor=O,this.drawTextColor=I;return}let w="transparent";const m=this.ctx.hoverCell,C=this.ctx.currentCell;let y=this.rowIndex,b=this.rowIndex;if(this.rowspan!==1&&(u||d)){const O=this.getSpanInfo(),{yArr:I}=O;y=I[0],b=I[1]}u&&m&&(m.rowKey===this.rowKey&&(w=g),m.rowIndex>=y&&m.rowIndex<=b&&(w=g)),d&&C&&(C.rowKey===this.rowKey&&(w=f),C.rowIndex>=y&&C.rowIndex<=b&&(w=f)),this.drawCellSkyBgColor=w;let E=e,R=n;if(this.ctx.database.getReadonly(this.rowKey,this.key)||(E=i,R=o),p&&(this.rowIndex%2?E=x:E=e),typeof s=="function"){const O=s,{backgroundColor:I,color:_}=O({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,isHasChanged:this.isHasChanged,value:this.getValue()})||{};I&&(E=I),_&&(R=_)}this.drawCellBgColor=E,this.drawTextColor=R}updateSelection(){const{visibleWidth:e,visibleHeight:i,rowspan:s,colspan:r,cellType:o,type:n,rowIndex:h,rowKey:c}=this;if(!(s===0||r===0)&&o!=="footer"&&["index-selection","selection"].includes(n)){const d=this.ctx.database.getRowSelection(c),f=this.ctx.database.getRowSelectable(c),{CHECKBOX_SIZE:u=0}=this.ctx.config,g=this.drawX+(e-u)/2,p=this.drawY+(i-u)/2;let x=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck";d&&f?(x=this.ctx.icons.get("checkbox-check"),w="checkbox-check"):d&&f?(x=this.ctx.icons.get("checkbox-check-disabled"),w="checkbox-check-disabled"):!d&&f?(x=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck"):(x=this.ctx.icons.get("checkbox-disabled"),w="checkbox-disabled"),x&&n=="index-selection"?(this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===h||["checkbox-disabled","checkbox-check"].includes(w))&&(this.drawImageX=g,this.drawImageY=p,this.drawImageWidth=u,this.drawImageHeight=u,this.drawImageName=w,this.drawImageSource=x):x&&n==="selection"&&(this.drawImageX=g,this.drawImageY=p,this.drawImageWidth=u,this.drawImageHeight=u,this.drawImageName=w,this.drawImageSource=x)}}updateHoverIcon(){if(this.ctx.database.getReadonly(this.rowKey,this.key))return;const{BODY_CELL_HOVER_ICON_METHOD:i,CELL_HOVER_ICON_SIZE:s,CELL_PADDING:r,ENABLE_MERGE_CELL_LINK:o}=this.ctx.config;if(typeof i=="function"){const c=i({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});c!==void 0&&(this.hoverIconName=c)}const{hoverCell:n}=this.ctx;if(this.hoverIconName&&!this.ctx.editing&&n){let h=0,c=0;if(n.rowKey===this.rowKey&&(h=this.drawX+this.width-s-r,c=this.drawY+(this.height-s)/2),this.rowspan!==1&&o){const f=this.getSpanInfo(),{yArr:u}=f,g=u[0],p=u[1];if(n.rowIndex>=g&&n.rowIndex<=p){const{width:x,height:w,offsetTop:m,offsetLeft:C}=f;h=this.drawX-C+x-s-r,c=this.drawY-m+(w-s)/2}}const d=this.ctx.icons.get(this.hoverIconName);this.drawImageX=h,this.drawImageY=c,this.drawImageWidth=s,this.drawImageHeight=s,this.drawImageName=this.hoverIconName,this.drawImageSource=d}}getSpanInfo(){return this.ctx.database.getSpanInfo(this)}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 typeof this.formatterFooter=="function"?this.formatterFooter({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.row[this.key]}):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{BODY_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)}setValue(e){this.ctx.setItemValueByEditor(this.rowKey,this.key,e)}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.stageWidth-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:"initial",userSelect:"none"}}drawContainer(){const{paint:e,config:{BORDER_COLOR:i,BORDER:s}}=this.ctx,{drawX:r,drawY:o}=this;e.drawRect(r,o,this.visibleWidth,this.visibleHeight,{borderColor:s?i:"transparent",fillColor:this.drawCellBgColor}),e.drawRect(r,o,this.width,this.height,{borderColor:"transparent",fillColor:this.drawCellSkyBgColor}),s||this.ctx.paint.drawLine([r,o+this.visibleHeight,r+this.visibleWidth,o+this.visibleHeight],{borderColor:i,fillColor:i,borderWidth:1,lineCap:"round",lineJoin:"round"})}drawAutofillPiont(){if(this.cellType==="footer")return;const{SELECT_BORDER_COLOR:e,ENABLE_AUTOFILL:i,ENABLE_SELECTOR:s,AUTOFILL_POINT_BORDER_COLOR:r}=this.ctx.config;if(!s||!i||this.ctx.editing)return;const{xArr:o,yArr:n}=this.ctx.selector,h=o[1],c=n[1],{colIndex:d,rowIndex:f,drawX:u,drawY:g}=this;if(d===h&&f===c){const x=d===this.ctx.maxColIndex||f===this.ctx.maxRowIndex||d===this.ctx.lastCenterColIndex?6:4;this.ctx.paint.drawRect(u+this.width-x,g+this.height-x,6,6,{borderColor:r,fillColor:e})}}draw(){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,PLACEHOLDER_COLOR:s}=this.ctx.config;let r=this.visibleWidth;if(this.type==="tree"){const f=this.drawTextX-this.drawX;r=this.visibleWidth-f}const{ellipsis:o}=this.ctx.paint.handleEllipsis(this.displayText,r,e,i);this.ellipsis=o;const{placeholder:n}=this.column;let h=this.displayText,c=this.drawTextColor;return!this.ctx.database.getReadonly(this.rowKey,this.key)&&n&&["",null,void 0].includes(this.text)&&this.cellType==="body"&&!(this.rowspan===0||this.colspan===0)&&(h=n,c=s),this.ctx.paint.drawText(h,this.drawTextX,this.drawTextY,r,this.visibleHeight,{font:i,padding:e,align:this.align,verticalAlign:this.verticalAlign,color:c})}drawImage(){if(this.drawImageSource){if(this.hoverIconName){const{CELL_HOVER_ICON_BG_COLOR:e,CELL_HOVER_ICON_BORDER_COLOR:i}=this.ctx.config;this.ctx.paint.drawRect(this.drawImageX-2,this.drawImageY-2,this.drawImageWidth+4,this.drawImageHeight+4,{borderColor:i,radius:4,borderWidth:1,fillColor:e})}this.ctx.paint.drawImage(this.drawImageSource,this.drawImageX,this.drawImageY,this.drawImageWidth,this.drawImageHeight)}}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:"transparent",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:"transparent",borderWidth:1,lineDash:[4,4]}),this.drawBorder({xArr:i,yArr:s,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:"transparent",borderWidth:1});const[n,h]=i,[c,d]=s;!(n===h&&c===d)&&this.colIndex>=n&&this.colIndex<=h&&this.rowIndex>=c&&this.rowIndex<=d&&this.ctx.paint.drawRect(this.drawX,this.drawY,this.width,this.height,{borderColor:"transparent",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)"}),this.operation&&this.rowIndex>=c&&this.rowIndex<=d&&this.ctx.paint.drawRect(this.drawX,this.drawY,this.visibleWidth,this.visibleHeight,{borderColor:"transparent",fillColor:this.ctx.config.SELECT_ROW_COL_BG_COLOR||"transparent"})}drawErrorTip(){if(this.cellType==="footer"||!this.message||this.rowspan===0||this.colspan===0)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,rowIndex:r,colIndex:o,height:n,width:h}=this;let c=i,d=s;const{xArr:f,yArr:u,lineDash:g=[],borderWidth:p=1,borderColor:x,fillColor:w}=e,m=f[0],C=f[1],y=u[0],b=u[1];if(o>=m&&o<=C&&r===y){const E=o===C?1:0,R=o===m?1:0;this.ctx.paint.drawLine([c+R,d+1,c+h-E,d+1],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}if(o===C&&r>=y&&r<=b){const E=r===y?1:0,R=r===b?1:0;this.ctx.paint.drawLine([c+h-1,d+E,c+h-1,d+n-R],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}if(o>=m&&o<=C&&r===b){const E=o===C?1:0,R=o===m?1:0;this.ctx.paint.drawLine([c+R,d+n-1,c+h-E,d+n-1],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}if(o===m&&r>=y&&r<=b){const E=r===b?1:0,R=r===y?1:0;this.ctx.paint.drawLine([c+1,d+R,c+1,d+n-E],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}}}class oi{constructor(t,e){a(this,"loading",!1);a(this,"ctx");a(this,"data");a(this,"columns");a(this,"footerData",[]);a(this,"rowKeyMap",new Map);a(this,"colIndexKeyMap",new Map);a(this,"headerMap",new Map);a(this,"rowIndexRowKeyMap",new Map);a(this,"rowKeyRowIndexMap",new Map);a(this,"checkboxKeyMap",new Map);a(this,"selectionMap",new Map);a(this,"expandMap",new Map);a(this,"originalDataMap",new Map);a(this,"changedDataMap",new Map);a(this,"validationErrorMap",new Map);a(this,"itemRowKeyMap",new WeakMap);a(this,"bufferData",[]);a(this,"bufferCheckState",{buffer:!1,check:!1,indeterminate:!1,selectable:!0});a(this,"sumHeight",0);a(this,"filterMethod");a(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.rowKeyRowIndexMap.clear(),this.originalDataMap.clear(),this.changedDataMap.clear(),this.validationErrorMap.clear(),this.itemRowKeyMap=new WeakMap,this.initData(this.data),this.getData(),this.bufferCheckState.buffer=!1}clearBufferData(){this.bufferData=[]}initData(t,e=0){t.forEach((i,s)=>{var m;let r=!1;Array.isArray(i.children)&&(r=i._hasChildren,i.children.length&&(r=!0,this.initData(i.children,e+1)));const{ROW_KEY:o="",DEFAULT_EXPAND_ALL:n,CELL_HEIGHT:h,SELECTABLE_METHOD:c,CHECKBOX_KEY:d}=this.ctx.config,f=i[o],u=f!=null?`${f}`:Pt();this.itemRowKeyMap.set(i,u);const g=i._height||h,p=i._readonly;let x=!0;if(typeof c=="function"&&(x=c),d){const C=i[d];if(this.checkboxKeyMap.has(C)){const y=this.checkboxKeyMap.get(C)||[];y.push(u),this.checkboxKeyMap.set(C,y)}else this.checkboxKeyMap.set(C,[u])}this.selectionMap.set(u,{key:d?i[d]:u,row:i,check:((m=this.selectionMap.get(u))==null?void 0:m.check)||!1});const w=n||this.expandMap.get(u)||i._expand||!1;this.expandMap.set(u,w),this.rowKeyMap.set(u,{readonly:p,index:s,rowIndex:s,level:e,height:g,check:!1,selectable:x,expand:w,expandLazy:!1,hasChildren:r,expandLoading:!1,item:i})})}setRowHeight(t,e){const i=this.rowIndexRowKeyMap.get(t);if(i===void 0)return;const 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:c,height:d}=this.rowKeyMap.get(n),f=this.sumHeight;this.sumHeight+=d,this.rowIndexRowKeyMap.set(e,n),this.rowKeyRowIndexMap.set(n,e),this.positions.push({top:f,height:d,bottom:this.sumHeight}),e+=1,h&&c&&i(o.children)})};this.rowIndexRowKeyMap.clear(),this.rowKeyRowIndexMap.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.expandMap.set(t,e),this.clearBufferData(),this.ctx.emit("draw")}setExpandRowKeys(t,e=!0){this.expandMap.clear(),t.forEach(i=>{const s=this.rowKeyMap.get(i);this.expandMap.set(i,e),s.expand=e}),this.clearBufferData(),this.ctx.emit("draw")}getExpandRowKeys(){let t=[];return this.rowKeyMap.forEach((e,i)=>{e.expand&&t.push(i)}),t}expandAll(t){this.expandMap.clear(),this.rowKeyMap.forEach(e=>{e.expand=t,this.expandMap.set(e.key,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,this.expandMap.set(t,!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)}getRowForRowIndex(t){const e=this.getRowKeyForRowIndex(t);return this.rowKeyMap.get(e)}getRowKeyForRowIndex(t){return this.rowIndexRowKeyMap.get(t)||""}getRowKeyByItem(t){return this.itemRowKeyMap.get(t)}getRowIndexForRowKey(t){return this.rowKeyRowIndexMap.get(t)}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 s===void 0||r===void 0?null:{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}async batchSetItemValue(t,e=!1){let i=[];const s=new Set;let r=[],o=t.map(d=>{const{rowKey:f,key:u}=d;let g=d.value,p=g;const x=this.getRowDataItemForRowKey(f),w=this.getItemValue(f,u),m=this.getVirtualBodyCellByKey(f,u);return(m==null?void 0:m.type)==="number"&&(["",void 0,null].includes(g)?p=null:/^-?\d+(\.\d+)?$/.test(`${g}`)?p=Number(g):(p=w,r.push({...d,value:p,oldValue:w,row:x}))),{...d,value:p,oldValue:w,row:x}});if(o=o.filter(d=>!r.some(f=>d.rowKey===f.rowKey&&d.key===f.key)),r.length){const d={code:"ERR_BATCH_SET_NUMBER_VALUE",message:"Assignment failed, not a numeric type",data:r};this.ctx.emit("error",d)}if(!o.length)return;const{BEFORE_VALUE_CHANGE_METHOD:n}=this.ctx.config;typeof n=="function"&&(o=await n(o)),o.forEach(d=>{const{value:f,rowKey:u,key:g,oldValue:p}=d;s.add(u),this.setItemValue(u,g,f),i.push({rowKey:u,key:g,oldValue:p,newValue:f})});let h=[];s.forEach(d=>{h.push(this.ctx.database.getRowDataItemForRowKey(d))});const c=o.map(({rowKey:d,key:f})=>this.getValidator(d,f));Promise.all(c).then(()=>{this.validationErrorMap.size===0&&this.changedDataMap.size>0&&this.ctx.emit("validateChangedData",this.getChangedData())}),this.ctx.emit("change",o,h),e&&this.ctx.history.pushState({changeList:i,scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,type:"multiple"}),this.ctx.emit("draw")}async 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],c=i;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 d=`${t}_${e}`;this.originalDataMap.has(d)||this.originalDataMap.set(d,h);const f=this.originalDataMap.get(d),u=this.getRowDataItemForRowKey(t);if(o){const g=this.getVirtualBodyCellByKey(t,e);if((g==null?void 0:g.type)==="number")if(["",void 0,null].includes(i))c=null;else if(/^-?\d+(\.\d+)?$/.test(`${i}`))c=Number(i);else{c=h;const w={code:"ERR_SET_NUMBER_VALUE",message:"Assignment failed, not a numeric type",data:[{rowKey:t,key:e,value:c,oldValue:h,row:u}]};this.ctx.emit("error",w)}if(c===h)return{oldValue:h,newValue:h};const{BEFORE_VALUE_CHANGE_METHOD:p}=this.ctx.config;if(typeof p=="function"){const m=await p([{rowKey:t,key:e,value:c,oldValue:n[e],row:u}]);m&&m.length&&(c=m[0].value)}this.changedDataMap.set(d,c),n[e]=c;const x={rowKey:t,key:e,oldValue:h,value:c,row:u};this.getValidator(t,e).then(()=>{this.validationErrorMap.size===0&&this.changedDataMap.size>0&&this.ctx.emit("validateChangedData",this.getChangedData())}),this.ctx.emit("change",[x],[u]),this.ctx.emit("editChange",{rowKey:t,key:e,oldValue:h,value:c,originalValue:f,row:u})}else this.changedDataMap.set(d,c),n[e]=c;return this.ctx.hasEvent("iterationChange")&&this.ctx.emit("iterationChange",{rowKey:t,key:e,oldValue:h,value:c,originalValue:this.originalDataMap.get(d),row:u}),s&&this.ctx.history.pushState({type:"single",scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,changeList:[{rowKey:t,key:e,oldValue:h,newValue:c}]}),r&&this.ctx.emit("draw"),{oldValue:h,newValue:c}}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.selectionMap.get(n);h&&(h.check=e)})}}toggleRowSelection(t){const e=this.rowKeyMap.get(t),i=this.selectionMap.get(t);if(!i)return;i.check=!i.check,this.setRowSelectionByCheckboxKey(t,i.check),this.ctx.emit("toggleRowSelection",e);const s=this.getSelectionRows();this.ctx.emit("selectionChange",s),this.bufferCheckState.buffer=!1,this.ctx.emit("draw")}setRowSelection(t,e,i=!0){const s=this.selectionMap.get(t);s&&(s.check=e,this.setRowSelectionByCheckboxKey(t,s.check),this.ctx.emit("setRowSelection",e,s.row),i&&(this.bufferCheckState.buffer=!1,this.ctx.emit("draw")))}getSelectionRows(){let t=[];return this.selectionMap.forEach(e=>{e.check&&t.push(e.row)}),t}getRowSelection(t){const e=this.selectionMap.get(t);return e?e.check:!1}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,i)=>{let s=e.selectable;typeof s=="function"&&(s=s({row:e.item,rowIndex:e.rowIndex})),s&&this.setRowSelection(i,!0,!1)});const t=this.getSelectionRows();this.ctx.emit("toggleAllSelection",t),this.ctx.emit("selectionChange",t),this.bufferCheckState.buffer=!1,this.ctx.emit("draw")}clearSelection(t=!1){t?this.rowKeyMap.forEach((i,s)=>{this.setRowSelection(s,!1,!1)}):(this.selectionMap.clear(),this.rowKeyMap.forEach((i,s)=>{this.selectionMap.set(s,{check:!1,row:i.item,key:s})}));const e=this.getSelectionRows();this.ctx.emit("clearSelection"),this.ctx.emit("selectionChange",e),this.bufferCheckState.buffer=!1,this.ctx.emit("draw")}getCheckedState(){const{buffer:t,...e}=this.bufferCheckState;if(t)return e;const i=this.rowKeyMap.size;let s=0,r=0;const o=this.selectionMap.size,n=Array.from(this.selectionMap.values()).some(u=>u.check);this.rowKeyMap.forEach((u,g)=>{var x;(x=this.selectionMap.get(g))!=null&&x.check&&(s+=1);let p=u.selectable;typeof p=="function"&&(p=p({row:u.item,rowIndex:u.rowIndex})),p&&(r+=1)});const h=o>i&&s===0&&n,c=r&&r>s&&s>0||h,d=r!==0,f=!!r&&r===s;return this.bufferCheckState={buffer:!0,check:f,indeterminate:c,selectable:d},{check:f,indeterminate:c,selectable:d}}updateColIndexKeyMap(t=[]){this.colIndexKeyMap.clear(),t.forEach(e=>{this.colIndexKeyMap.set(e.colIndex,e.key)})}getColumnByColIndex(t){var i;const e=this.colIndexKeyMap.get(t);if(e&&this.headerMap.has(e))return(i=this.headerMap.get(e))==null?void 0:i.column}getColumnByKey(t){const e=this.headerMap.get(t);if(e)return e}getColIndexForKey(t){var e;if(t&&this.headerMap.has(t))return(e=this.headerMap.get(t))==null?void 0:e.colIndex}getColHeaderByIndex(t){const e=this.colIndexKeyMap.get(t);if(e&&this.headerMap.has(e))return this.headerMap.get(e)}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.ctx.database.getRowDataItemForRowKey(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{DISABLED:i}=this.ctx.config;if(i)return!0;const s=this.rowKeyMap.get(t),r=this.headerMap.get(e);if(!s||!r)return!0;const o=s.readonly,n=r.readonly,{BODY_CELL_READONLY_METHOD:h}=this.ctx.config;if(typeof h=="function"&&r){const d=h({row:s.item,rowIndex:s.rowIndex,colIndex:r.colIndex,column:r.column,value:this.getItemValue(t,e)});if(d!==void 0)return d}return n||o}clearValidate(){this.validationErrorMap.clear()}hasValidationError(){return this.validationErrorMap.size!==0}getValidator(t,e){return new Promise(i=>{const s=this.rowKeyMap.get(t),r=this.headerMap.get(e),{BODY_CELL_RULES_METHOD:o}=this.ctx.config;if(r===void 0)return i([]);const 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 c={},d={};if(d[e]=this.getItemValue(t,e),Array.isArray(h)){const u=h.map(g=>({...g,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex}));c[e]=u}else c[e]={...h,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex};new nt(c).validate(d).then(()=>{this.clearValidationError(t,e),i([])}).catch(({errors:u})=>{const g=u.map(p=>({...p,column:n,key:e,row:s.item,rowKey:t}));this.setValidationError(t,e,g),i(g)})}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}getSpanInfo(t){const{rowIndex:e,key:i,rowKey:s,row:r,value:o,colIndex:n,relationRowKeys:h,relationColKeys:c,rowspan:d,height:f,width:u,colspan:g,mergeRow:p,mergeCol:x}=t;if(d===1&&g===1)return{xArr:[n,n],yArr:[e,e],rowspan:d,colspan:g,height:f,width:u,offsetTop:0,offsetLeft:0,dataList:[{rowKey:s,key:i,row:r,value:o}]};let w=e,m=e,C=n,y=n,b=[],E=0,R=0,O=0,I=0;if(d!==1&&p){I=u;const _=h.reduce((v,L)=>{const T=this.getItemValue(s,L)??"";return`${v}${T}`},"");for(let v=e-1;v>=0;v--){const L=this.rowIndexRowKeyMap.get(v)||"",T=h.reduce((M,A)=>{const Y=this.getItemValue(L,A)??"";return`${M}${Y}`},"");if(_===T)w=v;else break}for(let v=e;v<=this.ctx.maxRowIndex;v++){const L=this.rowIndexRowKeyMap.get(v)||"",T=h.reduce((M,A)=>{const Y=this.getItemValue(L,A)??"";return`${M}${Y}`},"");if(_===T)m=v;else break}for(let v=w;v<e;v++){const{height:L}=this.positions[v];E+=L}for(let v=w;v<=m;v++){const{height:L}=this.positions[v];O+=L;const T=this.rowIndexRowKeyMap.get(v)||"",{item:M}=this.rowKeyMap.get(T),A=this.getItemValue(T,i);b.push({rowKey:T,key:i,value:A,row:M})}}if(g!==1&&x){O=f;for(let _=n-1;_>=0;_--){const v=this.getColumnByColIndex(_);if(!v)break;const L=this.getItemValue(s,i),T=this.getItemValue(s,v.key);if(L===T&&c.includes(v.key))C=_;else break}for(let _=n;_<=this.ctx.maxColIndex;_++){const v=this.getColumnByColIndex(_);if(!v)break;const L=this.getItemValue(s,i),T=this.getItemValue(s,v.key);if(L===T&&c.includes(v.key))y=_;else break}for(let _=C;_<n;_++){const v=this.getColumnByColIndex(_);if(!v)break;R+=v.width||100}for(let _=C;_<=y;_++){const v=this.getColumnByColIndex(_);if(!v)break;I+=v.width||100,b.push({rowKey:s,key:v.key,value:this.getItemValue(s,v.key),row:r})}}return{xArr:[C,y],yArr:[w,m],rowspan:d,colspan:g,height:O,width:I,offsetTop:E,offsetLeft:R,dataList:b}}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)}clearValidationError(t,e){const i=`${t}_${e}`;this.validationErrorMap.has(i)&&this.validationErrorMap.delete(i)}getValidationError(t,e){const i=`${t}_${e}`;return this.validationErrorMap.get(i)||[]}getVirtualBodyCell(t,e){const i=this.getColumnByColIndex(e),s=this.getRowForRowIndex(t);return!i||!s?void 0:new It(this.ctx,t,e,0,0,0,0,i,s.item,"body")}getVirtualBodyCellByKey(t,e){const i=this.getRowIndexForRowKey(t),s=this.getColIndexForKey(e);if(!(i===void 0||s===void 0))return this.getVirtualBodyCell(i,s)}hasMergeCell(t,e){let i=!1;for(let s=e[0];s<=e[1];s++)for(let r=t[0];r<=t[1];r++){const o=this.getVirtualBodyCell(s,r);if(o&&(o.rowspan!==1||o.colspan!==1)){i=!0;break}}return i}}class ni{constructor(t){a(this,"ctx");a(this,"history",[]);a(this,"historyIndex",-1);this.ctx=t,this.init()}init(){this.ctx.on("keydown",t=>{if(!this.ctx.editing){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}}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)}}clear(){this.history=[],this.historyIndex=-1}}class ai{constructor(t){a(this,"eventTasks",new Map);a(this,"ctx");this.ctx=t,this.init()}init(){this.bind(window,"resize",this.handleResize.bind(this)),this.bind(window,"mouseup",this.handleMouseUp.bind(this)),this.bind(window,"mousemove",this.handleMousemove.bind(this)),this.bind(window,"blur",this.handleOutsideMousedown.bind(this)),this.bind(window,"mousedown",this.handleOutsideMousedown.bind(this)),this.bind(this.ctx.stageElement,"click",this.handleClick.bind(this)),this.bind(window,"keydown",this.handleKeydown.bind(this)),this.bind(this.ctx.stageElement,"wheel",this.handleWheel.bind(this),{passive:!1}),this.bind(this.ctx.stageElement,"touchstart",this.handleTouchstart.bind(this),{passive:!1}),this.bind(this.ctx.stageElement,"touchend",this.handleTouchend.bind(this)),this.bind(this.ctx.stageElement,"touchmove",this.handleTouchmove.bind(this),{passive:!1}),this.bind(this.ctx.stageElement,"contextmenu",this.handleContextMenu.bind(this)),this.bind(this.ctx.stageElement,"mousedown",this.handleMouseDown.bind(this)),this.bind(this.ctx.stageElement,"dblclick",this.handleDblclick.bind(this)),this.bind(this.ctx.stageElement,"mouseover",this.handleMouseover.bind(this)),this.bind(this.ctx.stageElement,"mouseout",this.handleMouseout.bind(this)),document.addEventListener("selectionchange",this.selectionchange.bind(this))}selectionchange(){this.ctx.domSelectionStr="";const t=window.getSelection();t&&t.toString()&&(this.ctx.domSelectionStr=t.toString())}clearDomSelection(){const t=window.getSelection();t&&!t.isCollapsed&&t.removeAllRanges()}destroy(){this.eventTasks.forEach((t,e)=>{this.unbind(window,e,t)}),document.removeEventListener("selectionchange",this.selectionchange.bind(this)),this.eventTasks.clear()}handleResize(t){this.ctx.emit("resetHeader",t),this.ctx.emit("resize",t)}handleMouseDown(t){this.clearDomSelection(),t.button===0&&(this.ctx.mousedown=!0),this.ctx.containerElement.focus({preventScroll:!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.isTarget(t)&&this.ctx.emit("keydown",t)}handleWheel(t){this.ctx.emit("wheel",t)}handleTouchstart(t){this.ctx.emit("touchstart",t)}handleTouchend(t){this.ctx.emit("touchend",t)}handleTouchmove(t){this.ctx.emit("touchmove",t)}handleContextMenu(t){t.preventDefault(),this.ctx.emit("contextMenu",t)}handleMouseover(t){this.ctx.isMouseoverTargetContainer=!0,this.ctx.emit("mouseover",t)}handleMouseout(t){this.ctx.isMouseoverTargetContainer=!1,this.ctx.emit("mouseout",t)}handleDblclick(t){this.ctx.emit("dblclick",t)}handleOutsideMousedown(t){this.ctx.selector.enable&&(t.target instanceof Window||t.target instanceof Node&&!this.ctx.containerElement.contains(t.target))&&this.ctx.emit("outsideMousedown",t)}bind(t,e,i,s){t.addEventListener(e,i,s),this.eventTasks.set(e,i)}unbind(t,e,i){t.removeEventListener(e,i),this.eventTasks.delete(e)}}class li{constructor(){a(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 hi{constructor(t){a(this,"ctx");const e=t.getContext("2d");if(!e)throw new Error("canvas context not found");this.ctx=e}scale(t){this.ctx.setTransform(1,0,0,1,0,0),this.ctx.scale(t,t)}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:c,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,c),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,c),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,c),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,c),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[c,d,f,u]=typeof h=="number"?[h,h,h,h]:h;this.ctx.moveTo(t+c,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-u,u),this.ctx.arcTo(t,e,t+c,e,c)}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:c="#495060",padding:d=0,verticalAlign:f="middle"}=o;this.ctx.font=n,this.ctx.fillStyle=c,this.ctx.textBaseline=f,this.ctx.textAlign=h;let u=0;f==="top"?u=i+d:f==="bottom"?u=i+r-d:u=i+(r+1)/2;let g=0;h==="left"?g=e+d:h==="right"?g=e+s-d:g=e+s/2;const{_text:p,ellipsis:x}=this.handleEllipsis(t,s,d,n);return this.ctx.fillText(p,g,u),this.ctx.restore(),x}handleEllipsis(t,e,i=0,s="12px Arial"){let r=!1,o=t;if(this.ctx.font=s,t==null||t==="")return{_text:"",ellipsis:r};const n=this.ctx.measureText("...").width,h=this.ctx.measureText(t).width;if(h&&h+n>=e-i*2){r=!0;let c=0;for(let d=0;d<t.length;d++)if(c+=this.ctx.measureText(t[d]).width,c>=e-i*2-n){o=t.slice(0,d)+"...";break}}return{_text:o,ellipsis:r}}}class Qt{constructor(t){a(this,"_config",{});a(this,"CSS_PREFIX","e-virt-table");a(this,"ICONS",[]);a(this,"ROW_KEY","");a(this,"DISABLED",!1);a(this,"HEADER_FONT","12px normal Arial");a(this,"BODY_FONT","12px normal Arial");a(this,"BORDER",!0);a(this,"STRIPE",!1);a(this,"STRIPE_COLOR","#fafafa");a(this,"BORDER_COLOR","#e1e6eb");a(this,"WIDTH",0);a(this,"RESIZE_MIN_WIDTH",40);a(this,"HEIGHT",0);a(this,"PLACEHOLDER_COLOR","#CDD0DC");a(this,"EMPTY_BODY_HEIGHT",120);a(this,"EMPTY_CUSTOM_STYLE",{});a(this,"EMPTY_TEXT","暂无数据");a(this,"MAX_HEIGHT",1e3);a(this,"BORDER_RADIUS",8);a(this,"ENABLE_OFFSET_HEIGHT",!1);a(this,"OFFSET_HEIGHT",0);a(this,"HEADER_HEIGHT",36);a(this,"ENABLE_HEADER_STICKY",!1);a(this,"HEADER_BG_COLOR","#F8FAFF");a(this,"BODY_BG_COLOR","#FFF");a(this,"HEADER_TEXT_COLOR","#1D2129");a(this,"BODY_TEXT_COLOR","#4E5969");a(this,"FOOTER_TEXT_COLOR","#4E5969");a(this,"LOADING_ICON_SVG","");a(this,"LOADING_ICON_COLOR","#4E5969");a(this,"EXPAND_ICON_SVG","");a(this,"SHRINK_ICON_SVG","");a(this,"EXPAND_ICON_COLOR","#4E5969");a(this,"SHRINK_ICON_COLOR","#4E5969");a(this,"ERROR_TIP_ICON_COLOR","red");a(this,"ERROR_TIP_ICON_SIZE",6);a(this,"EXPAND_LAZY",!0);a(this,"DEFAULT_EXPAND_ALL",!1);a(this,"CELL_WIDTH",100);a(this,"CELL_HEIGHT",36);a(this,"CELL_PADDING",8);a(this,"CELL_HOVER_ICON_SIZE",14);a(this,"CELL_HOVER_ICON_BG_COLOR","#fff");a(this,"CELL_HOVER_ICON_BORDER_COLOR","#DDE0EA");a(this,"SCROLLER_TRACK_SIZE",14);a(this,"SCROLLER_SIZE",8);a(this,"SCROLLER_COLOR","#dee0e3");a(this,"SCROLLER_TRACK_COLOR","#fff");a(this,"SCROLLER_FOCUS_COLOR","#bbbec4");a(this,"SELECT_BORDER_COLOR","rgb(82,146,247)");a(this,"SELECT_AREA_COLOR","rgba(82,146,247,0.1)");a(this,"SELECT_ROW_COL_BG_COLOR","transparent");a(this,"AUTOFILL_POINT_BORDER_COLOR","#fff");a(this,"EDIT_BG_COLOR","#fcf6ed");a(this,"CHECKBOX_KEY","");a(this,"CHECKBOX_COLOR","rgb(82,146,247)");a(this,"CHECKBOX_SIZE",20);a(this,"CHECKBOX_DISABLED_SVG","");a(this,"CHECKBOX_CHECK_SVG","");a(this,"CHECKBOX_UNCHECK_SVG","");a(this,"CHECKBOX_INDETERMINATE_SVG","");a(this,"READONLY_COLOR","#fff");a(this,"READONLY_TEXT_COLOR","#4E5969");a(this,"ERROR_TIP_COLOR","#ED3F14");a(this,"FOOTER_BG_COLOR","#fafafa");a(this,"FOOTER_FIXED",!0);a(this,"FOOTER_POSITION","bottom");a(this,"CELL_FOOTER_HEIGHT",36);a(this,"ENABLE_SELECTOR",!0);a(this,"ENABLE_EDIT_SINGLE_CLICK",!1);a(this,"ENABLE_EDIT_CLICK_SELECTOR",!0);a(this,"SELECTOR_AREA_MIN_X",0);a(this,"SELECTOR_AREA_MAX_X_OFFSET",0);a(this,"SELECTOR_AREA_MAX_X",0);a(this,"SELECTOR_AREA_MIN_Y",0);a(this,"SELECTOR_AREA_MAX_Y",0);a(this,"SELECTOR_AREA_MAX_Y_OFFSET",0);a(this,"ENABLE_AUTO_THEME",!0);a(this,"ENABLE_SELECTOR_SINGLE",!1);a(this,"ENABLE_SELECTOR_SPAN_COL",!0);a(this,"ENABLE_SELECTOR_SPAN_ROW",!0);a(this,"ENABLE_SELECTOR_ALL_ROWS",!0);a(this,"ENABLE_SELECTOR_ALL_COLS",!0);a(this,"ENABLE_MERGE_CELL_LINK",!1);a(this,"ENABLE_AUTOFILL",!1);a(this,"ENABLE_CONTEXT_MENU",!1);a(this,"ENABLE_COPY",!0);a(this,"ENABLE_PASTER",!0);a(this,"ENABLE_RESIZE_ROW",!0);a(this,"ENABLE_RESIZE_COLUMN",!0);a(this,"RESIZE_ROW_LINE_COLOR","#e1e6eb");a(this,"RESIZE_COLUMN_LINE_COLOR","#e1e6eb");a(this,"RESIZE_ROW_MIN_HEIGHT",36);a(this,"RESIZE_COLUMN_MIN_WIDTH",40);a(this,"ENABLE_KEYBOARD",!0);a(this,"ENABLE_HISTORY",!1);a(this,"ENABLE_VALIDATOR_IMMEDIATE",!0);a(this,"HISTORY_NUM",50);a(this,"HIGHLIGHT_HOVER_ROW",!1);a(this,"HIGHLIGHT_HOVER_ROW_COLOR","rgba(186,203,231,0.1)");a(this,"HIGHLIGHT_SELECTED_ROW",!1);a(this,"HIGHLIGHT_SELECTED_ROW_COLOR","rgba(82,146,247,0.1)");a(this,"TOOLTIP_BG_COLOR","#303133");a(this,"TOOLTIP_TEXT_COLOR","#fff");a(this,"TOOLTIP_ZINDEX",3e3);a(this,"TOOLTIP_CUSTOM_STYLE",{});a(this,"CONTEXT_MENU",[{label:"复制",value:"copy"},{label:"剪切",value:"cut"},{label:"粘贴",value:"paste"},{label:"清空选中内容",value:"clearSelected"}]);a(this,"HEADER_CELL_STYLE_METHOD");a(this,"BODY_CELL_STYLE_METHOD");a(this,"FOOTER_CELL_STYLE_METHOD");a(this,"BODY_CELL_READONLY_METHOD");a(this,"BODY_CELL_FORMATTER_METHOD");a(this,"BODY_CELL_RULES_METHOD");a(this,"BODY_CELL_TYPE_METHOD");a(this,"BODY_CELL_EDITOR_METHOD");a(this,"BODY_CELL_RENDER_METHOD");a(this,"BODY_CELL_HOVER_ICON_METHOD");a(this,"SPAN_METHOD");a(this,"SELECTABLE_METHOD");a(this,"EXPAND_LAZY_METHOD");a(this,"BEFORE_VALUE_CHANGE_METHOD");a(this,"BEFORE_PASTE_DATA_METHOD");a(this,"BEFORE_AUTOFILL_DATA_METHOD");a(this,"BEFORE_SET_SELECTOR_METHOD");a(this,"BEFORE_SET_AUTOFILL_METHOD");a(this,"BEFORE_COPY_METHOD");this._config=t,this.updateCssVar()}init(t){this._config=t,this.updateCssVar()}updateCssVar(){let t={};Object.keys(this).forEach(e=>{if(e.endsWith("_COLOR")||e.endsWith("_FONT")){const i=`--evt-${e.toLocaleLowerCase().replace(/_/g,"-")}`,s=ri(i);t[e]=s}}),Object.assign(this,t,this._config)}}const te='<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>';class ci{constructor(t){a(this,"ctx");a(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:te,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:""},{name:"icon-edit",configName:"CHECKBOX_DISABLED_SVG",svg:'<svg t="1744798692576" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6606" width="200" height="200"><path d="M855.296 894.528H168.768v-76.8h686.528v76.8z m38.4-38.4q0 3.84-0.768 7.488-0.704 3.712-2.176 7.232-1.472 3.52-3.52 6.656-2.112 3.136-4.8 5.76-2.688 2.688-5.824 4.8-3.2 2.112-6.656 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.52-1.472-6.656-3.584-3.136-2.112-5.76-4.736-2.688-2.688-4.8-5.824-2.112-3.2-3.584-6.656-1.408-3.52-2.176-7.232-0.704-3.648-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.136 4.736-5.76 2.688-2.752 5.824-4.8 3.2-2.112 6.656-3.584 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.472 6.656 3.584 3.2 2.048 5.76 4.736 2.752 2.688 4.864 5.824 2.048 3.2 3.52 6.656 1.472 3.456 2.176 7.168 0.768 3.712 0.768 7.488z m-686.528 0q0 3.84-0.768 7.488-0.704 3.712-2.176 7.232-1.472 3.52-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.736-2.688-2.688-4.8-5.824-2.112-3.2-3.584-6.656-1.408-3.52-2.176-7.232-0.704-3.648-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.136 4.736-5.76 2.688-2.752 5.824-4.8 3.2-2.112 6.656-3.584 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.472 6.656 3.584 3.2 2.048 5.824 4.736 2.688 2.688 4.8 5.824 2.048 3.2 3.52 6.656 1.472 3.456 2.176 7.168 0.768 3.712 0.768 7.488zM652.032 211.2l-369.92 370.368v89.344h90.048l369.664-369.856L652.032 211.2z m-54.4-54.272q22.528-22.528 54.4-22.528 31.808 0 54.336 22.528l89.792 89.856q22.464 22.464 22.464 54.272t-22.464 54.272l-369.664 369.856q-22.464 22.528-54.336 22.528H282.24q-31.808 0-54.336-22.528-22.464-22.464-22.464-54.272V581.568q0-31.808 22.4-54.272l369.92-370.368z" p-id="6607"></path></svg>',color:"#4E5969"},{name:"icon-select",configName:"CHECKBOX_UNCHECK_SVG",configColorName:"SHRINK_ICON_COLOR",svg:te,color:"#4E5969"}]);a(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,r=i.svg;if(i.configColorName){const n=this.ctx.config[i.configColorName];n&&(s=n)}if(i.configName){const n=this.ctx.config[i.configName];n&&(r=n)}const o=this.createImageFromSVG(r,s).then(n=>{this.icons.set(i.name,n)});t.push(o)}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,i.isBlob).then(o=>{this.icons.set(i.name,o)});t.push(r)}await Promise.all(t),this.ctx.emit("draw")}async createImageFromSVG(t,e,i=!1){const o=new DOMParser().parseFromString(t,"image/svg+xml").documentElement;e&&o.querySelectorAll("*").forEach(c=>{c.setAttribute("fill",e)});const n=new Image;let h="";if(i){const c=new Blob([new XMLSerializer().serializeToString(o)],{type:"image/svg+xml"});h=URL.createObjectURL(c)}else h="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(o));return n.src=h,new Promise((c,d)=>{n.onerror=()=>d(new Error("Failed to load image")),n.onload=()=>{c(n)}})}get(t){return this.icons.get(t)}}class ee extends Jt{constructor(e,i,s,r,o,n,h){super(e,s,r,o,n,"header",h.fixed);a(this,"align");a(this,"verticalAlign","middle");a(this,"fixed");a(this,"minWidth");a(this,"maxWidth");a(this,"widthFillDisable");a(this,"type");a(this,"operation",!1);a(this,"editorType");a(this,"level");a(this,"text");a(this,"displayText","");a(this,"colspan");a(this,"rowspan");a(this,"row");a(this,"key");a(this,"required",!1);a(this,"readonly",!1);a(this,"ellipsis",!1);a(this,"overflowTooltipShow",!0);a(this,"children",[]);a(this,"column");a(this,"colIndex");a(this,"rowKey");a(this,"rules");a(this,"hasChildren");a(this,"render");a(this,"style",{});a(this,"drawX",0);a(this,"drawY",0);a(this,"visibleWidth",0);a(this,"visibleHeight",0);a(this,"drawCellBgColor","");a(this,"drawTextColor","");a(this,"drawImageX",0);a(this,"drawImageY",0);a(this,"drawImageWidth",0);a(this,"drawImageHeight",0);a(this,"drawImageName","");a(this,"drawImageSource");this.ctx=e,this.x=s,this.y=r,this.width=o,this.height=n,this.visibleWidth=o,this.visibleHeight=n,this.colIndex=i,this.key=h.key,this.minWidth=h.minWidth,this.maxWidth=h.maxWidth,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||0,this.operation=h.operation||!1,this.text=h.title,this.column=h,this.colspan=h.colspan||1,this.widthFillDisable=h.widthFillDisable||!1,this.rowspan=h.rowspan||1,this.rules=h.rules,this.readonly=h.readonly||!1,this.required=h.required||!1,this.rowKey=Pt(),this.overflowTooltipShow=h.overflowTooltipHeaderShow!==!1,this.hasChildren=h.children&&h.children.length>0||!1,this.render=h.renderHeader}isVerticalVisible(){const{stageHeight:e}=this.ctx,i=e;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:c}=n({colIndex:this.colIndex,column:this.column})||{};h&&(r=h),c&&(o=c)}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,BORDER:o}}=this.ctx,{drawX:n,drawY:h,displayText:c}=this;e.drawRect(n,h,this.width,this.height,{borderColor:o?i:"transparent",fillColor:this.drawCellBgColor}),this.ellipsis=e.drawText(c,n,h,this.width,this.height,{font:r,padding:s,color:this.drawTextColor,align:this.align,verticalAlign:this.verticalAlign}),this.drawSelection(),this.drawSelector()}drawSelector(){const{ENABLE_SELECTOR:e}=this.ctx.config;if(!e)return;const{xArr:i}=this.ctx.selector,[s,r]=i;this.colIndex>=s&&this.colIndex<=r&&this.ctx.paint.drawRect(this.drawX,this.drawY,this.width,this.height,{borderColor:"transparent",fillColor:this.ctx.config.SELECT_ROW_COL_BG_COLOR||"transparent"})}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,c=this.drawX+(e-h)/2,d=this.drawY+(i-h)/2;let f=this.ctx.icons.get("checkbox-uncheck"),u="checkbox-uncheck";r?(f=this.ctx.icons.get("checkbox-indeterminate"),u="checkbox-indeterminate"):o&&n?(f=this.ctx.icons.get("checkbox-check"),u="checkbox-check"):o&&n?(f=this.ctx.icons.get("checkbox-check-disabled"),u="checkbox-check-disabled"):!o&&n?(f=this.ctx.icons.get("checkbox-uncheck"),u="checkbox-uncheck"):(f=this.ctx.icons.get("checkbox-disabled"),u="checkbox-disabled"),f&&(this.drawImageX=c,this.drawImageY=d,this.drawImageWidth=h,this.drawImageHeight=h,this.drawImageName=u,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.stageWidth-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-2}px`,pointerEvents:"initial",userSelect:"none"}}}class di{constructor(t){a(this,"ctx");a(this,"visibleHoverCell");a(this,"resizeObserver");a(this,"mutationObserver");this.ctx=t,this.init()}init(){this.resizeObserver=new ResizeObserver(()=>{this.ctx.emit("resetHeader"),this.ctx.emit("resizeObserver")}),this.resizeObserver.observe(this.ctx.containerElement),this.mutationObserver=new MutationObserver(t=>{for(const e of t)e.type==="attributes"&&e.attributeName==="class"&&(this.ctx.config.updateCssVar(),this.ctx.emit("draw"))}),this.ctx.config.ENABLE_AUTO_THEME&&this.mutationObserver.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),this.ctx.on("mousedown",t=>{if(t.button!==0||this.isBusy(t))return;const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=e,r=i;this.handleHeaderEvent(r,s,this.ctx.header.renderCellHeaders,o=>{this.ctx.focusCellHeader=o,this.ctx.emit("cellHeaderMousedown",o,t)}),this.handleBodyEvent(r,s,this.ctx.body.renderRows,o=>{this.ctx.setFocusCell(o),this.ctx.emit("cellMousedown",o,t)})}),this.ctx.on("click",t=>{if(t.button!==0||this.isBusy(t))return;const e=this.ctx.getOffset(t).offsetY,i=this.ctx.getOffset(t).offsetX;this.handleHeaderEvent(i,e,this.ctx.header.renderCellHeaders,s=>{this.ctx.clickCellHeader=s,this.ctx.emit("cellHeaderClick",s,t),this.selectionClick(s)}),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{this.ctx.clickCell=s,this.ctx.emit("cellClick",s,t),this.selectionClick(s),this.treeClick(s),this.hoverIconClick(s)})}),this.ctx.on("dblclick",t=>{if(t.button!==0||this.isBusy(t))return;const e=this.ctx.getOffset(t).offsetY,i=this.ctx.getOffset(t).offsetX;this.handleHeaderEvent(i,e,this.ctx.header.renderCellHeaders,s=>{this.ctx.emit("cellHeaderDblclick",s,t)}),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{this.ctx.clickCell=s,this.ctx.emit("cellDblclick",s,t)})}),this.ctx.on("contextMenu",t=>{if(this.isBusy(t))return;const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=e,r=i;this.handleHeaderEvent(r,s,this.ctx.header.renderCellHeaders,o=>{this.ctx.emit("cellHeaderContextMenuClick",o,t)}),this.handleBodyEvent(r,s,this.ctx.body.renderRows,o=>{this.ctx.emit("cellContextMenuClick",o,t)})}),this.ctx.on("mouseout",t=>{!this.ctx.containerElement.contains(t.relatedTarget)&&this.ctx.hoverCell!==void 0&&(this.ctx.hoverRow=void 0,this.ctx.hoverCell=void 0,this.ctx.emit("draw"))}),this.ctx.on("mousemove",t=>{if(this.isBusy(t))return;this.ctx.isPointer=!1,this.ctx.stageElement.style.cursor==="pointer"&&(this.ctx.stageElement.style.cursor="default");const e=this.ctx.getOffset(t).offsetY,i=this.ctx.getOffset(t).offsetX;this.handleHeaderEvent(i,e,this.ctx.header.renderCellHeaders,s=>{this.ctx.emit("cellHeaderMouseenter",s,t),this.ctx.hoverCellHeader&&this.ctx.hoverCellHeader!==s&&this.ctx.emit("cellHeaderMouseleave",this.ctx.hoverCellHeader,t),this.imageEnterAndLeave(s,t),this.ctx.hoverCellHeader!==s&&(this.ctx.hoverCellHeader=s,this.visibleHoverCell=void 0,this.ctx.emit("cellHeaderHoverChange",s,t))}),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{this.selectionEnterAndLeave(s,t),this.visibleHoverCell!==s&&(this.ctx.emit("visibleCellMouseleave",s,t),this.visibleHoverCell=s,this.ctx.hoverCellHeader=void 0,this.ctx.emit("visibleCellHoverChange",s,t))},!0),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{var r;this.imageEnterAndLeave(s,t),this.ctx.emit("cellMouseenter",s,t),this.ctx.hoverCell&&this.ctx.hoverCell!==s&&this.ctx.emit("cellMouseleave",s,t),this.ctx.hoverCell!==s&&(((r=this.ctx.hoverCell)==null?void 0:r.rowKey)!==s.rowKey&&(this.ctx.hoverCell=s,this.ctx.hoverRow=this.ctx.body.renderRows.find(o=>o.rowKey===s.rowKey),this.ctx.emit("rowHoverChange",this.ctx.hoverRow,s,t),this.ctx.emit("drawView")),this.ctx.hoverCell=s,this.ctx.emit("cellHoverChange",s,t))})})}hoverIconClick(t){t.hoverIconName&&this.ctx.isPointer&&this.ctx.emit("hoverIconClick",t)}selectionClick(t){if(["selection","index-selection"].includes(t.type)&&this.ctx.isPointer)if(t instanceof ee)t.drawImageName==="checkbox-uncheck"||t.drawImageName==="checkbox-indeterminate"?this.ctx.database.toggleAllSelection():t.drawImageName==="checkbox-check"&&this.ctx.database.clearSelection(!0);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),this.ctx.emit("expandChange",this.ctx.database.getExpandRowKeys())}).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",this.ctx.database.getExpandRowKeys())}}}imageEnterAndLeave(t,e){const{offsetY:i,offsetX:s}=this.ctx.getOffset(e),r=i,o=s;o>t.drawImageX&&o<t.drawImageX+t.drawImageWidth&&r>t.drawImageY&&r<t.drawImageY+t.drawImageHeight&&(this.ctx.stageElement.style.cursor="pointer",this.ctx.isPointer=!0)}selectionEnterAndLeave(t,e){const{offsetY:i,offsetX:s}=this.ctx.getOffset(e),r=i,o=s;o>t.drawImageX&&o<t.drawImageX+t.drawImageWidth&&r>t.drawImageY&&r<t.drawImageY+t.drawImageHeight&&t instanceof It&&["selection","index-selection"].includes(t.type)&&(this.ctx.stageElement.style.cursor="pointer",this.ctx.isPointer=!0,this.ctx.database.getRowSelectable(t.rowKey)||(this.ctx.stageElement.style.cursor="not-allowed"))}isBusy(t){const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=e,r=i;if(!this.ctx.isTarget(t)||this.ctx.stageElement.style.cursor==="row-resize"||this.ctx.stageElement.style.cursor==="col-resize"||this.ctx.columnResizing||this.ctx.rowResizing)return!0;const{SCROLLER_TRACK_SIZE:o}=this.ctx.config;return!!(this.ctx.scrollerMove||this.ctx.scrollerFocus||s>this.ctx.stageHeight-o||r>this.ctx.stageWidth-o)}handleBodyEvent(t,e,i,s,r=!1){if(this.isInsideBody(e))for(const o of i){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const c=h.getDrawX(),d=h.getDrawY();if(r){if(t>c&&t<c+h.visibleWidth&&e>d&&e<d+h.visibleHeight){s(h);return}}else if(t>c&&t<c+h.width&&e>d&&e<d+h.height){s(h);return}}}}handleHeaderEvent(t,e,i,s){for(const r of i){const o=r.getDrawX(),n=r.getDrawY();if(t>o&&t<o+r.width&&e>n&&e<n+r.height){s(r);return}}}isInsideBody(t){return t>this.ctx.body.y&&t<this.ctx.body.y+this.ctx.body.visibleHeight}destroy(){this.resizeObserver.unobserve(this.ctx.stageElement),this.mutationObserver.disconnect()}}class fi{constructor(t,e){a(this,"eventBus");a(this,"eventBrowser");a(this,"eventTable");a(this,"containerElement");a(this,"stageElement");a(this,"canvasElement");a(this,"overlayerElement");a(this,"editorElement");a(this,"emptyElement");a(this,"contextMenuElement");a(this,"stageWidth",0);a(this,"stageHeight",0);a(this,"paint");a(this,"icons");a(this,"domSelectionStr","");a(this,"isMouseoverTargetContainer",!1);a(this,"mousedown",!1);a(this,"isPointer",!1);a(this,"rowResizing",!1);a(this,"columnResizing",!1);a(this,"scrollerMove",!1);a(this,"scrollerFocus",!1);a(this,"autofillMove",!1);a(this,"selectorMove",!1);a(this,"adjustPositioning",!1);a(this,"editing",!1);a(this,"onlyMergeCell",!1);a(this,"selectOnlyOne",!1);a(this,"scrollY",0);a(this,"scrollX",0);a(this,"fixedLeftWidth",0);a(this,"fixedRightWidth",0);a(this,"lastCenterColIndex",0);a(this,"maxColIndex",0);a(this,"maxRowIndex",0);a(this,"hoverRow");a(this,"clickCell");a(this,"focusCell");a(this,"currentCell");a(this,"hoverCell");a(this,"clickCellHeader");a(this,"focusCellHeader");a(this,"hoverCellHeader");a(this,"body",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,headIndex:0,tailIndex:0,visibleRows:[],renderRows:[],data:[]});a(this,"footer",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,renderRows:[]});a(this,"header",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,visibleLeafColumns:[],leafCellHeaders:[],renderLeafCellHeaders:[],renderCellHeaders:[],fixedLeftCellHeaders:[],fixedRightCellHeaders:[],renderCenterCellHeaders:[]});a(this,"selector",{enable:!1,xArr:[-1,-1],yArr:[-1,-1],xArrCopy:[-1,-1],yArrCopy:[-1,-1]});a(this,"autofill",{enable:!1,xArr:[-1,-1],yArr:[-1,-1]});a(this,"database");a(this,"history");a(this,"config");const{containerElement:i,stageElement:s,canvasElement:r,overlayerElement:o,editorElement:n,emptyElement:h,contextMenuElement:c}=t;this.containerElement=i,s.tabIndex=0,this.stageElement=s,this.canvasElement=r,this.overlayerElement=o,this.editorElement=n,this.emptyElement=h,this.contextMenuElement=c,this.config=new Qt(e.config||{}),this.eventBus=new li,this.eventBrowser=new ai(this),this.eventTable=new di(this),this.paint=new hi(this.canvasElement),this.database=new oi(this,e),this.history=new ni(this),this.icons=new ci(this)}setConfig(t){this.config=new Qt(t)}setItemValueByEditor(t,e,i,s=!0,r=!0){if(this.config.ENABLE_MERGE_CELL_LINK){const o=this.database.getVirtualBodyCellByKey(t,e);if(o&&(o.mergeRow||o.mergeCol)){const{dataList:n}=o.getSpanInfo(),h=n.map(c=>({...c,value:i}));this.database.batchSetItemValue(h,s);return}}this.database.setItemValue(t,e,i,s,r,!0)}batchSetItemValueByEditor(t,e=!0){if(this.config.ENABLE_MERGE_CELL_LINK){const i=[];t.forEach(s=>{const r=this.database.getRowIndexForRowKey(s.rowKey),o=this.database.getColIndexForKey(s.key);if(r===void 0||o===void 0)return;const n=this.database.getVirtualBodyCell(r,o);if(n){const{dataList:h}=n.getSpanInfo(),c=h.map(d=>({...d,value:s.value}));i.push(...c)}}),this.database.batchSetItemValue(i,e)}else this.database.batchSetItemValue(t,e)}setFocusCell(t){var e;if(this.focusCell!==t){if(((e=this.focusCell)==null?void 0:e.rowKey)!==t.rowKey){this.currentCell=t,this.emit("rowFocusChange",t);const i={rowIndex:t.rowIndex,rowKey:t.rowKey,row:t.row};this.emit("currentRowChange",i)}this.focusCell=t,this.emit("cellFocusChange",t)}}clearSelector(){this.selector.enable=!1,this.selector.xArr=[-1,-1],this.selector.yArr=[-1,-1],this.emit("clearSelector")}clearSelectorCopy(){this.selector.xArrCopy=[-1,-1],this.selector.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],c=n+i[0],d=this.database.getItemValueForRowIndexAndColIndex(h,c);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),o=this.body.height-this.body.visibleHeight;this.config.FOOTER_FIXED||(o=this.body.height+this.footer.height-this.body.visibleHeight),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),i=0;this.config.FOOTER_FIXED||(i=this.footer.height);const s=this.body.height-this.body.visibleHeight+i;e<0?e=0:e>s&&(e=s),this.emit("setScrollY",e)}isTarget(t){return!!this.containerElement.contains(t.target)}getOffset(t){const{left:e,top:i}=this.containerElement.getBoundingClientRect();return{offsetX:t.clientX-e,offsetY:t.clientY-i}}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 ie{constructor(t,e){a(this,"ctx");a(this,"type");a(this,"isFocus",!1);a(this,"trackX",0);a(this,"trackY",0);a(this,"trackWidth",0);a(this,"trackHeight",0);a(this,"splitPoints",[]);a(this,"barX",0);a(this,"barY",0);a(this,"barWidth",0);a(this,"barHeight",0);a(this,"distance",0);a(this,"visibleDistance",0);a(this,"clientX",0);a(this,"clientY",0);a(this,"dragStart",0);a(this,"isDragging",!1);a(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)}onTouchmove(t){const{clientY:e,clientX:i}=t.touches[0],s=e-this.clientY,r=i-this.clientX;let o=0;this.type==="vertical"?(o=Math.max(0,Math.min(this.dragStart-s,this.distance)),this.hasScrollbar()&&!(o===0&&s>0||o===this.distance&&s<0)&&t.preventDefault()):this.type==="horizontal"&&(o=Math.max(0,Math.min(this.dragStart-r,this.distance))),this.scroll=o}onTouchstart(t){const{clientY:e,clientX:i}=t.touches[0];this.clientX=i,this.clientY=e,this.dragStart=this.scroll}onMouseDown(t){if(!(t.target instanceof Element)||!this.ctx.isTarget(t))return;if(this.ctx.stageElement.style.cursor==="row-resize"||this.ctx.stageElement.style.cursor==="col-resize")return!0;const{offsetX:e,offsetY:i,clientX:s,clientY:r}=t;if(!(s==this.clientX&&r==this.clientY)){if(this.isOnScrollbar(e,i))this.clientX=s,this.clientY=r,this.isDragging=!0,this.ctx.scrollerMove=!0,this.isFocus=!0,this.dragStart=this.scroll,t.preventDefault();else if(this.isOnTrack(e,i)){let o=0;this.type==="vertical"?o=(i-this.ctx.header.height-this.barHeight/2)/(this.visibleDistance-this.barHeight)*this.distance:o=(e-this.barWidth/2)/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(o,this.distance))}}}onMouseUp(){this.isDragging=!1,this.isFocus=!1,this.clientX=0,this.clientY=0}onMouseMove(t){const{offsetX:e,offsetY:i,clientX:s,clientY:r,buttons:o}=t;if(this.isOnScrollbar(e,i)&&t.target===this.ctx.canvasElement?this.isFocus=!0:this.isFocus=!1,o===0||s==this.clientX&&r==this.clientY)return;let n=0;if(this.type==="horizontal"?n=s-this.clientX:n=r-this.clientY,this.isDragging&&n!==0){let h=0;this.type==="vertical"?h=this.dragStart+n/(this.visibleDistance-this.barHeight)*this.distance:h=this.dragStart+n/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(h,this.distance))}}isPointInElement(t,e,i,s,r,o){return t>=i&&t<=i+r&&e>=s&&e<=s+o}hasScrollbar(){return this.type==="vertical"?this.barHeight>0:this.type==="horizontal"?this.barWidth>0:!1}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){const e=t.deltaX,i=t.deltaY;this.type==="vertical"&&t.shiftKey===!1?(this.hasScrollbar()&&!(this.scroll===0&&i<0||this.scroll===this.distance&&i>0)&&t.preventDefault(),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,stageHeight:i,stageWidth:s,config:{SCROLLER_TRACK_SIZE:r=0,SCROLLER_SIZE:o=0,BORDER:n}}=this.ctx,h=s,c=i,d=e.height,f=e.width,u=t.height,g=this.ctx.footer.height;if(this.type==="vertical"){this.visibleDistance=c-r-d,this.distance=u-this.visibleDistance+g,this.trackX=h-r,this.trackY=0,this.splitPoints=[this.trackX,d,this.trackX+r,d],this.trackWidth=r,this.trackHeight=c,this.barX=this.trackX-1+(r-o)/2,this.barWidth=o;const p=this.distance?this.visibleDistance/(u+g):0;let x=Math.floor(p*this.visibleDistance);x<30?x=30:x>this.visibleDistance&&(x=0),this.barHeight=x,this.barY=d+this.scroll/this.distance*(this.visibleDistance-this.barHeight),this.scroll=Math.max(0,Math.min(this.scroll,this.distance))}else{this.visibleDistance=h-r,this.distance=f-this.visibleDistance,this.splitPoints=[h-r,c-r,h-r,c];const p=n?0:.5;this.trackX=0,this.trackY=c-r+p,this.trackWidth=h,this.trackHeight=r;const x=this.distance?this.visibleDistance/f:0;let w=Math.floor(x*this.visibleDistance);this.barY=this.trackY-1+(r-o)/2,w<30?w=30:w>=this.visibleDistance&&(w=0),this.barWidth=w,this.barHeight=o,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,BORDER:s,SCROLLER_TRACK_COLOR:r}}=this.ctx;this.updatedSize();let o=i;s||(o="transparent"),this.ctx.paint.drawRect(this.trackX,this.trackY,this.trackWidth,this.trackHeight,{borderColor:o,fillColor:r}),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:o,borderWidth:1}),this.ctx.scrollerFocus=this.isFocus}}class ui{constructor(t){a(this,"ctx");a(this,"verticalScrollbar");a(this,"horizontalScrollbar");this.ctx=t,this.verticalScrollbar=new ie(t,"vertical"),this.horizontalScrollbar=new ie(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("touchmove",e=>this.onTouchmove(e)),this.ctx.on("touchstart",e=>{this.onTouchstart(e)}),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()}onTouchmove(t){this.verticalScrollbar.onTouchmove(t),this.horizontalScrollbar.onTouchmove(t),this.draw()}onTouchstart(t){this.verticalScrollbar.onTouchstart(t),this.horizontalScrollbar.onTouchstart(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"),this.ctx.emit("onScroll",t,e)}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);if(s===void 0)return;const{top:r}=i.getPositionForRowIndex(s);this.setScrollY(r-e.visibleHeight/2)}}class xi{constructor(t){a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"resizeTarget",null);a(this,"resizeNum",0);a(this,"isResizing",!1);a(this,"clientX",0);a(this,"resizeDiff",0);a(this,"columnIndex",0);a(this,"isMouseDown",!1);a(this,"columns");a(this,"visibleLeafColumns",[]);a(this,"visibleHeight",0);a(this,"visibleWidth",0);a(this,"allCellHeaders",[]);a(this,"leafCellHeaders",[]);a(this,"renderLeafCellHeaders",[]);a(this,"fixedLeftCellHeaders",[]);a(this,"centerCellHeaders",[]);a(this,"fixedRightCellHeaders",[]);a(this,"renderCenterCellHeaders",[]);a(this,"renderFixedCellHeaders",[]);this.ctx=t,this.ctx.on("resetHeader",zt(()=>{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=$t(i),r=_t(i);this.height=t*s,this.width=r.reduce((f,u)=>{const g=u.width||100,{maxWidth:p,minWidth:x}=u;return p&&g>p?f+p:x&&g<x?f+x:f+g},0),this.visibleHeight=this.height;const o=Je(qt(i,s));this.columnIndex=0,this.resizeNum=0,this.render(o,0),this.ctx.database.updateColIndexKeyMap(this.leafCellHeaders);const n=this.ctx.containerElement.getBoundingClientRect();this.resizeNum>0?this.ctx.stageWidth=Math.floor(n.width):this.ctx.stageWidth=Math.floor(this.width+e),this.ctx.stageElement.style.width=this.ctx.stageWidth+"px",this.visibleWidth=this.ctx.stageWidth-e;const h=this.visibleWidth-this.width;if(this.resizeNum&&h>0){const f=Math.floor(h/this.resizeNum*100)/100;this.resizeAllColumn(f)}const c=this.fixedLeftCellHeaders.filter(f=>!f.hasChildren);this.ctx.fixedLeftWidth=c.reduce((f,u)=>f+u.width,0);const d=this.fixedRightCellHeaders.filter(f=>!f.hasChildren);this.ctx.fixedRightWidth=d.reduce((f,u)=>f+u.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)&&(this.clientX=e.clientX,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.isMouseDown=!1,this.ctx.columnResizing=!1,this.clientX=0,this.resizeDiff=0}),this.ctx.on("mousemove",e=>{if(this.ctx.editing)return;const{stageWidth:i,config:{RESIZE_COLUMN_MIN_WIDTH:s}}=this.ctx;if(this.isResizing&&this.resizeTarget){const r=this.resizeTarget.width,o=this.resizeTarget.minWidth,n=this.resizeTarget.maxWidth;let h=e.clientX-this.clientX;h+r<s&&(h=-(r-s)),o&&h+r<o&&(h=-(r-o)),n&&h+r>n&&(h=n-r),this.resizeDiff=h,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown)return;if(e.offsetX<0||e.offsetX>this.visibleWidth){this.ctx.stageElement.style.cursor==="col-resize"&&(this.ctx.stageElement.style.cursor="default");return}this.ctx.stageElement.style.cursor==="col-resize"&&(this.ctx.stageElement.style.cursor="default");const r=[...this.renderFixedCellHeaders,...this.renderCenterCellHeaders];for(const o of r){const{offsetX:n,offsetY:h}=this.ctx.getOffset(e),c=n,d=o.getDrawX();c>d+o.width-5&&c<d+o.width+4&&c<i-4&&o.colspan<=1&&this.ctx.isTarget(e)&&h<=this.height&&(this.ctx.stageElement.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||0),c=r*(n.level||0);let{minWidth:d,maxWidth:f}=n,u=n.width||100;d&&u<d&&(u=d),f&&u>f&&(u=f),n.children&&(u=_t(n.children).reduce((x,w)=>x+((w==null?void 0:w.width)||100),0));const g=new ee(this.ctx,this.columnIndex,s,c,u,h,n);this.ctx.database.setHeader(n.key,g),this.allCellHeaders.push(g),n.children||(this.leafCellHeaders.push(g),g.column.widthFillDisable||this.resizeNum++),n.fixed==="left"?this.fixedLeftCellHeaders.push(g):n.fixed==="right"?this.fixedRightCellHeaders.push(g):this.centerCellHeaders.push(g),!n.children&&this.columnIndex++,n.children&&this.render(n.children,s),s+=u}}drawTipLine(){if(this.isResizing&&this.resizeTarget){const{stageHeight: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];this.ctx.paint.drawLine(o,{borderColor:e,borderWidth:1})}}drawFixedShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,stageWidth: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-r-1)&&e!==n){const h=s.width-(this.x+this.width)+r-e;this.ctx.paint.drawShadow(h,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=[];if(this.centerCellHeaders.length){const s=this.centerCellHeaders[this.centerCellHeaders.length-1];this.ctx.lastCenterColIndex=s.colIndex}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)}drawBottomLine(){const{stageWidth:t,config:{BORDER_COLOR:e}}=this.ctx,i=[0,this.height,t,this.height];this.ctx.paint.drawLine(i,{borderColor:e,borderWidth:1})}draw(){this.renderCenterCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawFixedShadow(),this.renderFixedCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawTipLine(),this.drawBottomLine()}}class se{constructor(t,e,i=0,s=0,r=0,o=0,n,h="body"){a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height");a(this,"cells",[]);a(this,"fixedCells",[]);a(this,"noFixedCells",[]);a(this,"rowIndex",0);a(this,"rowKey","");a(this,"rowType","body");a(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 It(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()})}drawContainer(){this.noFixedCells.forEach(t=>{t.drawContainer()})}drawFixedContainer(){this.fixedCells.forEach(t=>{t.drawContainer()})}}class gi{constructor(t){a(this,"resizeTarget",null);a(this,"isMouseDown",!1);a(this,"resizeDiff",0);a(this,"clientY",0);a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"headIndex",0);a(this,"tailIndex",0);a(this,"isResizing",!1);a(this,"renderRows",[]);a(this,"visibleRows",[]);a(this,"visibleHeight",0);a(this,"visibleWidth",0);a(this,"containerRect");a(this,"data",[]);this.ctx=t,this.init(),this.initResizeRow()}init(){const{canvasElement:t,header:e,footer:i,database:s,config:{FOOTER_FIXED:r,SCROLLER_TRACK_SIZE:o=0,HEIGHT:n,EMPTY_BODY_HEIGHT:h=0,MAX_HEIGHT:c=0,ENABLE_OFFSET_HEIGHT:d=0,OFFSET_HEIGHT:f=0,FOOTER_POSITION:u}}=this.ctx;if(!e.width)return;this.x=0,u==="top"&&r?this.y=e.height+i.height:this.y=e.height;const{data:g,sumHeight:p}=s.getData();this.height=p,this.data=g,this.width=e.width,this.visibleWidth=this.ctx.stageWidth-o;const x=this.ctx.footer.height;!this.data.length&&!n?this.height=h:!this.data.length&&n&&(this.height=n-e.height-x-o);let w=this.height+e.height+o;w+=x;let m=w;const C=window.innerHeight,{top:y}=this.containerRect||this.ctx.containerElement.getBoundingClientRect();if(C>y&&d&&!n){const T=C-y-f;T>e.height+o?m=T:w>c&&(m=c)}else this.data.length&&n?m=n:this.data.length&&c&&w>c&&(m=c);m>0&&(this.ctx.stageHeight=Math.floor(m),this.ctx.stageElement.style.height=`${this.ctx.stageHeight}px`);let b=this.ctx.stageHeight-e.height-o;r?this.visibleHeight=b-x:this.visibleHeight=b,this.data.length||(this.height=this.visibleHeight),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=g;const E=window.devicePixelRatio||1,R=this.ctx.stageWidth*E,O=this.ctx.stageHeight*E;t.width=Math.round(R),t.height=Math.round(O);const I=this.data.length?"not-empty":"empty";this.ctx.emit("emptyChange",{isEmpty:I,type:I,headerHeight:e.height,bodyHeight:this.height,footerHeight:x,width:this.width,height:this.data.length?0:h+x});const _=Math.round(t.width/E*1e4)/1e4,v=Math.round(t.height/E*1e4)/1e4;this.ctx.canvasElement.setAttribute("style",`height:${v}px;width:${_}px;`),this.ctx.paint.scale(E)}initResizeRow(){const{config:{ENABLE_RESIZE_ROW:t}}=this.ctx;t&&(this.ctx.on("resize",()=>{this.containerRect=this.ctx.containerElement.getBoundingClientRect()}),this.ctx.on("resizeObserver",()=>{this.containerRect=this.ctx.containerElement.getBoundingClientRect()}),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.clientY=0}),this.ctx.on("mousedown",e=>{this.ctx.isTarget(e)&&(this.clientY=e.clientY,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{offsetY:i,offsetX:s}=this.ctx.getOffset(e),r=i,o=s,n=e.clientY,{stageHeight:h,scrollY:c,config:{RESIZE_ROW_MIN_HEIGHT:d=0}}=this.ctx;if(this.isResizing&&this.resizeTarget){const f=this.resizeTarget.height;let u=n-this.clientY;u+f<d&&(u=-(f-d)),this.resizeDiff=u,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown)return;if(o<0||o>this.ctx.body.visibleWidth||r<0||r>this.ctx.header.visibleHeight+this.ctx.body.visibleHeight){this.ctx.stageElement.style.cursor==="row-resize"&&(this.ctx.stageElement.style.cursor="default");return}if(this.ctx.stageElement.style.cursor==="crosshair")return;this.ctx.stageElement.style.cursor==="row-resize"&&(this.ctx.stageElement.style.cursor="default");for(let f=0;f<this.renderRows.length;f++){const u=this.renderRows[f];if(r>u.y-c+u.height-1.5&&r<u.y-c+u.height+1.5&&r<h-4)for(let p=0;p<u.cells.length;p++){const x=u.cells[p];o>x.drawX+10&&o<x.drawX+x.width-10&&x.rowspan===1&&(this.ctx.stageElement.style.cursor="row-resize",this.resizeTarget=u)}}}}))}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{stageWidth: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,o-.5];this.ctx.paint.drawLine(n,{borderColor:i,borderWidth:1})}}drawFixedShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,stageWidth: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-r-1)&&e!==n){const h=s.width-(this.x+this.width)+r-e;this.ctx.paint.drawShadow(h,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,config:{CELL_HEIGHT:s}}=this.ctx,r=i,{data:o,positions:n}=e.getData();this.ctx.maxRowIndex=o.length-1;let h=this.binarySearch(n,r),c=this.binarySearch(n,r+this.visibleHeight);if(c===-1&&(c=this.ctx.maxRowIndex),h===-1&&c===this.ctx.maxRowIndex){const f=Math.floor(this.visibleHeight/s);h=this.ctx.maxRowIndex-f}this.headIndex=Math.max(0,h),this.tailIndex=Math.min(this.ctx.maxRowIndex,c+1),this.visibleRows=o.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 d=[];for(let f=0;f<this.visibleRows.length;f++){const u=this.headIndex+f,g=this.visibleRows[f],{height:p,top:x}=this.ctx.database.getPositionForRowIndex(u),w=new se(this.ctx,u,0,x+this.y,t.width,p,g);d.push(w)}this.renderRows=d,this.ctx.body.renderRows=d}draw(){this.renderRows.forEach(t=>{t.drawContainer()}),this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFixedShadow(),this.renderRows.forEach(t=>{t.drawFixedContainer()}),this.renderRows.forEach(t=>{t.drawFixed()}),this.drawTipLine()}}class wi{constructor(t){a(this,"ctx");a(this,"renderRows",[]);a(this,"data",[]);a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"visibleWidth",0);a(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,FOOTER_POSITION:o}}=this.ctx;this.width=t.width,this.visibleWidth=t.visibleWidth,this.height=this.data.reduce(n=>n+i,0),this.visibleHeight=this.height,s?o==="top"?this.y=this.ctx.header.height:this.y=this.ctx.stageHeight-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}drawFixedShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,stageWidth: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-r-1)&&e!==n){const c=s.width-(this.x+this.width)+r-e;this.ctx.paint.drawShadow(c,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 se(this.ctx,r,0,e,this.width,t,s,"footer");e+=t,i.push(o)}),this.renderRows=i,this.ctx.footer.renderRows=this.renderRows}drawTopLine(){const{stageWidth:t,config:{BORDER_COLOR:e}}=this.ctx,i=[0,this.y,t,this.y];this.ctx.paint.drawLine(i,{borderColor:e,borderWidth:1})}draw(){this.renderRows.forEach(t=>{t.drawContainer()}),this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFixedShadow(),this.renderRows.forEach(t=>{t.drawFixedContainer()}),this.renderRows.forEach(t=>{t.drawFixed()}),this.drawTopLine()}}class pi{constructor(t){a(this,"isCut",!1);a(this,"isMultipleRow",!1);a(this,"mousedownHeader",!1);a(this,"ctx");a(this,"adjustPositionX","");a(this,"adjustPositionY","");a(this,"timerX",0);a(this,"timerY",0);this.ctx=t,this.init()}init(){this.ctx.on("setMoveFocus",t=>{this.moveFocus(t)}),this.ctx.on("mousemove",zt(t=>{const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=this.ctx.isTarget(t)&&i>0&&i<this.ctx.body.visibleWidth&&e>this.ctx.header.visibleHeight&&e<this.ctx.header.visibleHeight+this.ctx.body.visibleHeight;(this.ctx.selectorMove||this.ctx.autofillMove)&&(!s&&!this.mousedownHeader?this.startAdjustPosition(t):this.stopAdjustPosition())},100)),this.ctx.on("cellHoverChange",t=>{if(!this.ctx.autofillMove){if(t.operation){this.selectRows(t,!1);return}this.isMultipleRow||this.mouseenter()}}),this.ctx.on("cellMousedown",(t,e)=>{if(!this.ctx.isTarget(e)||this.ctx.stageElement.style.cursor==="pointer"||this.ctx.isPointer||this.ctx.stageElement.style.cursor==="crosshair")return;if(t.operation){this.isMultipleRow=!0,this.selectRows(t);return}window.getComputedStyle(e.target).userSelect!=="text"&&e.preventDefault(),this.isMultipleRow=!1,this.click(e.shiftKey),this.ctx.emit("selectorClick",t)}),this.ctx.on("mouseup",()=>{this.mousedownHeader=!1;const t=setTimeout(()=>{this.ctx.adjustPositioning=!1,clearTimeout(t)},0)}),this.ctx.on("cellHeaderHoverChange",t=>{this.ctx.mousedown&&this.selectCols(t)}),this.ctx.on("cellHeaderMousedown",(t,e)=>{if(this.ctx.stageElement.style.cursor==="pointer"||this.ctx.isPointer)return;window.getComputedStyle(e.target).userSelect!=="text"&&e.preventDefault(),this.mousedownHeader=!0,this.selectCols(t)}),this.ctx.on("keydown",t=>{if(!this.ctx.editing){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"){this.copy(),this.isCut=!1;return}if(t.ctrlKey&&t.code==="KeyX"||t.metaKey&&t.code==="KeyX"){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.shiftKey&&t.code==="Tab"){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]}if(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;const{SELECTOR_AREA_MIN_X:n,SELECTOR_AREA_MAX_X:h,SELECTOR_AREA_MIN_Y:c,SELECTOR_AREA_MAX_Y:d,SELECTOR_AREA_MAX_X_OFFSET:f,SELECTOR_AREA_MAX_Y_OFFSET:u}=this.ctx.config,g=n,p=h||this.ctx.maxColIndex-f,x=c,w=d||this.ctx.maxRowIndex-u;let[m,C]=r,[y,b]=o;if(m<g||C>p||y<x||b>w)return;if(this.ctx.stageElement.focus({preventScroll:!0}),this.ctx.config.ENABLE_MERGE_CELL_LINK){const R=this.adjustMergeCells(r,o);y=R.yArr[0],b=R.yArr[1],m=R.xArr[0],C=R.xArr[1],this.ctx.onlyMergeCell=R.onlyMergeCell}m===C&&y===b?this.ctx.selectOnlyOne=!0:this.ctx.selectOnlyOne=!1,r=[Math.max(g,m),Math.min(p,C)],o=[Math.max(x,y),Math.min(w,b)];const{BEFORE_SET_SELECTOR_METHOD:E}=this.ctx.config;if(typeof E=="function"){const O=E({focusCell:this.ctx.focusCell,xArr:r,yArr:o});if(!O)return;r=O.xArr,o=O.yArr}this.ctx.selector.xArr=r,this.ctx.selector.yArr=o,this.ctx.emit("setSelector",this.ctx.selector),this.ctx.emit("drawView")}}adjustMergeCells(t,e){var p;const[i,s]=e,[r,o]=t;let n=[],h=[];for(let x=0;x<=e[1]-e[0];x++)for(let w=0;w<=t[1]-t[0];w++){const m=x+e[0],C=w+t[0],y=this.ctx.database.getVirtualBodyCell(m,C);y&&((m===i||m===s)&&n.push(y),(C===r||C===o)&&h.push(y))}const c=n.reduce((x,w)=>{const{yArr:m}=w.getSpanInfo(),[C,y]=m;return x.minY=Math.min(x.minY,C),x.maxY=Math.max(x.maxY,y),x},{minY:i,maxY:s}),d=h.reduce((x,w)=>{const{xArr:m}=w.getSpanInfo(),[C,y]=m;return x.minX=Math.min(x.minX,C),x.maxX=Math.max(x.maxX,y),x},{minX:r,maxX:o}),f=[d.minX,d.maxX],u=[c.minY,c.maxY];let g=!1;if(d.minX!==d.maxX||c.minY!==c.maxY){const x=JSON.stringify(f)+JSON.stringify(u),w=(p=this.ctx.focusCell)==null?void 0:p.getSpanInfo();g=(w&&JSON.stringify(w.xArr)+JSON.stringify(w.yArr))===x}return{xArr:f,yArr:u,onlyMergeCell:g}}selectCols(t){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_ROWS||this.ctx.autofillMove||this.ctx.columnResizing||this.ctx.editing)return;if(t.operation){this.selectAll();return}const{SELECTOR_AREA_MIN_Y:e,SELECTOR_AREA_MAX_Y:i,SELECTOR_AREA_MAX_Y_OFFSET:s}=this.ctx.config,r=e,o=i||this.ctx.maxRowIndex-s;if(this.ctx.mousedown&&this.ctx.focusCellHeader){const{colIndex:n}=this.ctx.focusCellHeader;if(this.ctx.clearSelector(),t.colIndex>=n){const h=[n,t.colIndex+t.colspan-1],c=[r,o];this.setSelector(h,c)}else{const h=[t.colIndex,n],c=[r,o];this.setSelector(h,c)}}else{const n=[t.colIndex,t.colIndex+t.colspan-1],h=[r,o];this.setSelector(n,h)}}selectAll(){if(this.ctx.autofillMove||this.ctx.editing)return;const{ENABLE_SELECTOR_ALL_ROWS:t,ENABLE_SELECTOR_ALL_COLS:e}=this.ctx.config;if(t&&e){const{SELECTOR_AREA_MIN_X:i,SELECTOR_AREA_MAX_X:s,SELECTOR_AREA_MIN_Y:r,SELECTOR_AREA_MAX_Y:o,SELECTOR_AREA_MAX_X_OFFSET:n,SELECTOR_AREA_MAX_Y_OFFSET:h}=this.ctx.config,c=i,d=s||this.ctx.maxColIndex-n,f=r,u=o||this.ctx.maxRowIndex-h,g=[c,d],p=[f,u];this.setSelector(g,p)}}selectRows(t,e=!0){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_COLS||this.ctx.autofillMove||this.ctx.editing)return;const{SELECTOR_AREA_MIN_X:i,SELECTOR_AREA_MAX_X:s,SELECTOR_AREA_MAX_X_OFFSET:r}=this.ctx.config,o=s||this.ctx.maxColIndex-r,n=i;if(e){this.ctx.setFocusCell(t);const h=[n,o],c=[t.rowIndex,t.rowIndex];this.setSelector(h,c)}if(this.ctx.focusCell&&this.ctx.mousedown){const{rowIndex:h}=this.ctx.focusCell;if(t.rowIndex>=h){const c=[n,o],d=[h,t.rowIndex];this.setSelector(c,d)}else{const c=[n,o],d=[t.rowIndex,h];this.setSelector(c,d)}}}mouseenter(){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||this.ctx.editing)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),c=Math.max(i.rowIndex,s),d=[o,n],f=[h,c];this.setSelector(d,f)}}click(t=!1){const{focusCell:e,clickCell:i}=this.ctx;if(e&&this.isInSettingRange(e.rowIndex,e.colIndex))if(this.ctx.selector.enable=!0,i&&t){if(this.ctx.config.ENABLE_SELECTOR_SINGLE)return;const{colIndex:s,rowIndex:r}=i,{colIndex:o,rowIndex:n}=e,h=Math.min(o,s),c=Math.max(o,s),d=Math.min(n,r),f=Math.max(n,r),u=[h,c],g=[d,f];this.setSelector(u,g)}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||this.ctx.domSelectionStr)return;let{value:t,xArr:e,yArr:i}=this.ctx.getSelectedData();if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.database.hasMergeCell(e,i))if(this.ctx.onlyMergeCell&&this.ctx.focusCell){const o=this.ctx.focusCell;t=[[o.getValue()]],e=[o.colIndex,o.colIndex],i=[o.rowIndex,o.rowIndex]}else{const o={code:"ERR_MERGED_CELLS_COPY",message:"Merged cells cannot span copy data"};this.ctx.hasEvent("error")?this.ctx.emit("error",o):alert(o.message);return}const{BEFORE_COPY_METHOD:s}=this.ctx.config;if(typeof s=="function"){const n=s({focusCell:this.ctx.focusCell,data:t,xArr:e,yArr:i});if(!n)return;t=n.data}const r=ei(t);navigator.clipboard?navigator.clipboard.writeText(r).then(()=>{this.ctx.selector.xArrCopy=this.ctx.selector.xArr.slice(),this.ctx.selector.yArrCopy=this.ctx.selector.yArr.slice(),this.ctx.emit("copyChange",{xArr:this.ctx.selector.xArrCopy,yArr:this.ctx.selector.yArrCopy,data:t}),this.ctx.emit("draw")}).catch(o=>console.error("Copy Failure:",o)):console.error("current browser does not support the 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 c=n+e[0],d=h+t[0],f=this.ctx.database.getItemValueForRowIndexAndColIndex(c,d);if(f){const{rowKey:u,key:g}=f;this.ctx.database.getReadonly(u,g)||(r.add(u),s.push({rowKey:u,key:g,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),s}paste(){if(!navigator.clipboard){console.error("current browser does not support the 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(async r=>{let o=ti(r);const n=[i,i+o[0].length-1],h=[e,e+o.length-1],[c,d]=h,[f,u]=n,g=d-this.ctx.maxRowIndex,p=u-this.ctx.maxColIndex;(g>0||p>0)&&this.ctx.emit("onPastedDataOverflow",{maxY:d,maxX:u,minY:c,minX:f,overflowRowCount:g,overflowColCount:p,textArr:o});const x=o.length===1&&o[0].length===1;if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.database.hasMergeCell(n,h)&&!x){const y={code:"ERR_MERGED_CELLS_PASTE",message:"Merged cells cannot span paste data"};this.ctx.hasEvent("error")?this.ctx.emit("error",y):alert(y.message);return}let w=[];for(let y=0;y<=o.length-1;y++){const b=o[y].length;for(let E=0;E<=b-1;E++){const R=y+e,O=E+i,I=o[y][E],_=this.ctx.database.getItemValueForRowIndexAndColIndex(R,O);if(_){const{rowKey:v,key:L}=_;this.ctx.database.getReadonly(v,L)||(s.add(v),w.push({rowKey:v,key:L,value:I,row:{}}))}}}if(this.isCut){const y=this.clearSelectedData(this.ctx.selector.xArrCopy,this.ctx.selector.yArrCopy,!0),b=w.map(E=>`${E.rowKey}-${E.key}`);y.forEach(E=>{b.includes(`${E.rowKey}-${E.key}`)||w.unshift(E)}),this.isCut=!1}if(!w.length)return;const{BEFORE_PASTE_DATA_METHOD:m}=this.ctx.config;if(typeof m=="function"){const y=m,b=w.map(E=>({rowKey:E.rowKey,key:E.key,value:E.value,oldValue:this.ctx.database.getItemValue(E.rowKey,E.key),row:this.ctx.database.getRowDataItemForRowKey(E.rowKey)}));if(w=await y(b,n,h,o),w&&!w.length)return}this.clearCopyLine(),this.ctx.batchSetItemValueByEditor(w,!0);let C=[];s.forEach(y=>{C.push(this.ctx.database.getRowDataItemForRowKey(y))}),this.ctx.emit("pasteChange",w,C)}).catch(r=>{console.error("Failed to get the clipboard content:",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 c=[i,i],d=[s,s],f=this.getCell(s,i);f&&(f.operation||this.isInSettingRange(f.rowIndex,f.colIndex)&&(this.ctx.setFocusCell(f),this.setSelector(c,d),this.adjustBoundaryPosition(),this.ctx.emit("moveFocus",f),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)}isInSettingRange(t,e){const{SELECTOR_AREA_MIN_X:i,SELECTOR_AREA_MAX_X:s,SELECTOR_AREA_MIN_Y:r,SELECTOR_AREA_MAX_Y:o,SELECTOR_AREA_MAX_X_OFFSET:n,SELECTOR_AREA_MAX_Y_OFFSET:h}=this.ctx.config,c=i,d=s||this.ctx.maxColIndex-n,f=r,u=o||this.ctx.maxRowIndex-h;return!(e<c||e>d||t<f||t>u)}startAdjustPosition(t){const{offsetX:e,offsetY:i}=this.ctx.getOffset(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,c=h+n;(c<0||c>this.ctx.body.width)&&(clearInterval(this.timerX),this.timerX=0),this.ctx.setScrollX(c)},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,c=h+n;(c<0||c>this.ctx.body.height)&&(clearInterval(this.timerY),this.timerY=0),this.ctx.setScrollY(c)},100)}}adjustBoundaryPosition(){const{stageHeight:t,stageWidth:e,focusCell:i,fixedRightWidth:s,fixedLeftWidth:r,header:o,footer:n,body:h,scrollX:c,scrollY:d,config:{SCROLLER_TRACK_SIZE:f,FOOTER_FIXED:u,FOOTER_POSITION:g,ENABLE_MERGE_CELL_LINK:p}}=this.ctx;if(!i)return;p&&this.ctx.onlyMergeCell&&i.updateSpanInfo();const{drawX:x,drawY:w,width:m,height:C,fixed:y}=i,b=r-x+1,E=i.drawX+m-(e-s)+1;let R=o.height-w,O=C;O>h.visibleHeight&&(O=h.visibleHeight);let I=0;u&&(g==="top"?R=o.height+n.height-w:I=n.visibleHeight);const _=w+O-(t-I-f);let v=c,L=d;E>0&&!y?v=Math.floor(c+E):b>0&&!y&&(v=Math.floor(c-b)),R>0?L=Math.floor(d-R):_>0&&(L=Math.floor(d+_)),(Math.abs(c-v)>2||Math.abs(d-L)>2)&&(this.ctx.adjustPositioning=!0,this.ctx.setScroll(v,L),this.ctx.emit("adjustBoundaryPosition",i))}destroy(){this.timerX&&(clearTimeout(this.timerX),this.timerX=0),this.timerY&&(clearTimeout(this.timerY),this.timerY=0)}}class mi{constructor(t){a(this,"ctx");a(this,"maxColRowCell");this.ctx=t,this.init()}init(){this.ctx.on("mousemove",t=>{if(this.ctx.stageElement.style.cursor==="crosshair"&&(this.ctx.stageElement.style.cursor="default"),this.ctx.editing||!this.ctx.focusCell||!this.maxColRowCell)return;const{offsetX:e,offsetY:i}=this.ctx.getOffset(t),{colIndex:s,rowIndex:r,drawX:o,drawY:n,width:h,height:c}=this.maxColRowCell,d=6,f=s===this.ctx.maxColIndex||r===this.ctx.maxRowIndex?0:2,u=o+h-d+f,g=n+c-d+f;e>u&&i>g&&e<u+d&&i<g+d&&(this.ctx.stageElement.style.cursor="crosshair")}),this.ctx.on("cellMouseenter",t=>{const{xArr:e,yArr:i}=this.ctx.selector,s=e[1],r=i[1],{colIndex:o,rowIndex:n}=t;this.ctx.config.ENABLE_AUTOFILL&&o===s&&n===r&&(this.maxColRowCell=t),this.mouseenter(t)}),this.ctx.on("mousedown",()=>{this.ctx.stageElement.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]}if(JSON.stringify(this.ctx.autofill.xArr)!==JSON.stringify(o)||JSON.stringify(this.ctx.autofill.yArr)!==JSON.stringify(n)){const{SELECTOR_AREA_MIN_X:h,SELECTOR_AREA_MAX_X:c,SELECTOR_AREA_MIN_Y:d,SELECTOR_AREA_MAX_Y:f,SELECTOR_AREA_MAX_X_OFFSET:u,SELECTOR_AREA_MAX_Y_OFFSET:g}=this.ctx.config,p=h,x=c||this.ctx.maxColIndex-u,w=d,m=f||this.ctx.maxRowIndex-g;let[C,y]=o,[b,E]=n;if(C<p||b<w)return;o=[Math.max(p,C),Math.min(x,y)],n=[Math.max(w,b),Math.min(m,E)];const{BEFORE_SET_AUTOFILL_METHOD:R}=this.ctx.config;if(typeof R=="function"){const I=R({focusCell:this.ctx.focusCell,xArr:o,yArr:n});if(!I)return;o=I.xArr,n=I.yArr}this.ctx.autofill.xArr=o,this.ctx.autofill.yArr=n,this.ctx.emit("setAutofill",this.ctx.autofill),this.ctx.emit("draw")}}async autofillData(){const t=new Set,e=this.ctx.getSelectedData(),i=new Map;for(let g=0;g<=e.yArr[1]-e.yArr[0];g++)for(let p=0;p<=e.xArr[1]-e.xArr[0];p++){const x=g+e.yArr[0],w=p+e.xArr[0];i.set(`${x}-${w}`,!0)}const{value:s}=e,r=s[0].length,o=s.length,n=this.ctx.autofill.xArr,h=this.ctx.autofill.yArr,c=r===1&&o===1;if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.database.hasMergeCell(n,h)&&!c){const g={code:"ERR_MERGED_CELLS_AUTOFILL",message:"Merged cells cannot span autofill data"};this.ctx.hasEvent("error")?this.ctx.emit("error",g):alert(g.message);return}let d=[];for(let g=0;g<=h[1]-h[0];g++)for(let p=0;p<=n[1]-n[0];p++){const x=p+n[0],w=g+h[0],m=s[g%o][p%r],C=this.ctx.database.getItemValueForRowIndexAndColIndex(w,x),y=`${w}-${x}`;if(C&&!i.has(y)){const{rowKey:b,key:E}=C;this.ctx.database.getReadonly(b,E)||(t.add(b),d.push({rowKey:b,key:E,value:m,row:{}}))}}if(!d.length)return;this.ctx.selector.xArr=this.ctx.autofill.xArr,this.ctx.selector.yArr=this.ctx.autofill.yArr;const{BEFORE_AUTOFILL_DATA_METHOD:f}=this.ctx.config;if(typeof f=="function"){const g=f,p=d.map(x=>({rowKey:x.rowKey,key:x.key,value:x.value,oldValue:this.ctx.database.getItemValue(x.rowKey,x.key),row:this.ctx.database.getRowDataItemForRowKey(x.rowKey)}));if(d=await g(p,n,h),d&&!d.length)return}this.ctx.batchSetItemValueByEditor(d,!0);let u=[];t.forEach(g=>{u.push(this.ctx.database.getRowDataItemForRowKey(g))}),this.ctx.emit("autofillChange",d,u)}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,J=Math.max,xt=Math.round,$=l=>({x:l,y:l}),yi={left:"right",right:"left",bottom:"top",top:"bottom"},Ei={start:"end",end:"start"};function Ot(l,t,e){return J(l,at(t,e))}function lt(l,t){return typeof l=="function"?l(t):l}function U(l){return l.split("-")[0]}function ht(l){return l.split("-")[1]}function re(l){return l==="x"?"y":"x"}function St(l){return l==="y"?"height":"width"}function Q(l){return["top","bottom"].includes(U(l))?"y":"x"}function Lt(l){return re(Q(l))}function Ci(l,t,e){e===void 0&&(e=!1);const i=ht(l),s=Lt(l),r=St(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 bi(l){const t=gt(l);return[Tt(l),t,Tt(t)]}function Tt(l){return l.replace(/start|end/g,t=>Ei[t])}function vi(l,t,e){const i=["left","right"],s=["right","left"],r=["top","bottom"],o=["bottom","top"];switch(l){case"top":case"bottom":return e?t?s:i:t?i:s;case"left":case"right":return t?r:o;default:return[]}}function Ri(l,t,e,i){const s=ht(l);let r=vi(U(l),e==="start",i);return s&&(r=r.map(o=>o+"-"+s),t&&(r=r.concat(r.map(Tt)))),r}function gt(l){return l.replace(/left|right|bottom|top/g,t=>yi[t])}function _i(l){return{top:0,right:0,bottom:0,left:0,...l}}function oe(l){return typeof l!="number"?_i(l):{top:l,right:l,bottom:l,left:l}}function wt(l){const{x:t,y:e,width:i,height:s}=l;return{width:i,height:s,top:e,left:t,right:t+i,bottom:e+s,x:t,y:e}}function ne(l,t,e){let{reference:i,floating:s}=l;const r=Q(t),o=Lt(t),n=St(o),h=U(t),c=r==="y",d=i.x+i.width/2-s.width/2,f=i.y+i.height/2-s.height/2,u=i[n]/2-s[n]/2;let g;switch(h){case"top":g={x:d,y:i.y-s.height};break;case"bottom":g={x:d,y:i.y+i.height};break;case"right":g={x:i.x+i.width,y:f};break;case"left":g={x:i.x-s.width,y:f};break;default:g={x:i.x,y:i.y}}switch(ht(t)){case"start":g[o]-=u*(e&&c?-1:1);break;case"end":g[o]+=u*(e&&c?-1:1);break}return g}const Ii=async(l,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 c=await o.getElementRects({reference:l,floating:t,strategy:s}),{x:d,y:f}=ne(c,i,h),u=i,g={},p=0;for(let x=0;x<n.length;x++){const{name:w,fn:m}=n[x],{x:C,y,data:b,reset:E}=await m({x:d,y:f,initialPlacement:i,placement:u,strategy:s,middlewareData:g,rects:c,platform:o,elements:{reference:l,floating:t}});d=C??d,f=y??f,g={...g,[w]:{...g[w],...b}},E&&p<=50&&(p++,typeof E=="object"&&(E.placement&&(u=E.placement),E.rects&&(c=E.rects===!0?await o.getElementRects({reference:l,floating:t,strategy:s}):E.rects),{x:d,y:f}=ne(c,u,h)),x=-1)}return{x:d,y:f,placement:u,strategy:s,middlewareData:g}};async function ae(l,t){var e;t===void 0&&(t={});const{x:i,y:s,platform:r,rects:o,elements:n,strategy:h}=l,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:u=!1,padding:g=0}=lt(t,l),p=oe(g),w=n[u?f==="floating"?"reference":"floating":f],m=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:c,rootBoundary:d,strategy:h})),C=f==="floating"?{x:i,y:s,width:o.floating.width,height:o.floating.height}:o.reference,y=await(r.getOffsetParent==null?void 0:r.getOffsetParent(n.floating)),b=await(r.isElement==null?void 0:r.isElement(y))?await(r.getScale==null?void 0:r.getScale(y))||{x:1,y:1}:{x:1,y:1},E=wt(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:n,rect:C,offsetParent:y,strategy:h}):C);return{top:(m.top-E.top+p.top)/b.y,bottom:(E.bottom-m.bottom+p.bottom)/b.y,left:(m.left-E.left+p.left)/b.x,right:(E.right-m.right+p.right)/b.x}}const Oi=l=>({name:"arrow",options:l,async fn(t){const{x:e,y:i,placement:s,rects:r,platform:o,elements:n,middlewareData:h}=t,{element:c,padding:d=0}=lt(l,t)||{};if(c==null)return{};const f=oe(d),u={x:e,y:i},g=Lt(s),p=St(g),x=await o.getDimensions(c),w=g==="y",m=w?"top":"left",C=w?"bottom":"right",y=w?"clientHeight":"clientWidth",b=r.reference[p]+r.reference[g]-u[g]-r.floating[p],E=u[g]-r.reference[g],R=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c));let O=R?R[y]:0;(!O||!await(o.isElement==null?void 0:o.isElement(R)))&&(O=n.floating[y]||r.floating[p]);const I=b/2-E/2,_=O/2-x[p]/2-1,v=at(f[m],_),L=at(f[C],_),T=v,M=O-x[p]-L,A=O/2-x[p]/2+I,Y=Ot(T,A,M),P=!h.arrow&&ht(s)!=null&&A!==Y&&r.reference[p]/2-(A<T?v:L)-x[p]/2<0,V=P?A<T?A-T:A-M:0;return{[g]:u[g]+V,data:{[g]:Y,centerOffset:A-Y-V,...P&&{alignmentOffset:V}},reset:P}}}),Si=function(l){return l===void 0&&(l={}),{name:"flip",options:l,async fn(t){var e,i;const{placement:s,middlewareData:r,rects:o,initialPlacement:n,platform:h,elements:c}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:u,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:x=!0,...w}=lt(l,t);if((e=r.arrow)!=null&&e.alignmentOffset)return{};const m=U(s),C=Q(n),y=U(n)===n,b=await(h.isRTL==null?void 0:h.isRTL(c.floating)),E=u||(y||!x?[gt(n)]:bi(n)),R=p!=="none";!u&&R&&E.push(...Ri(n,x,p,b));const O=[n,...E],I=await ae(t,w),_=[];let v=((i=r.flip)==null?void 0:i.overflows)||[];if(d&&_.push(I[m]),f){const A=Ci(s,o,b);_.push(I[A[0]],I[A[1]])}if(v=[...v,{placement:s,overflows:_}],!_.every(A=>A<=0)){var L,T;const A=(((L=r.flip)==null?void 0:L.index)||0)+1,Y=O[A];if(Y)return{data:{index:A,overflows:v},reset:{placement:Y}};let P=(T=v.filter(V=>V.overflows[0]<=0).sort((V,G)=>V.overflows[1]-G.overflows[1])[0])==null?void 0:T.placement;if(!P)switch(g){case"bestFit":{var M;const V=(M=v.filter(G=>{if(R){const j=Q(G.placement);return j===C||j==="y"}return!0}).map(G=>[G.placement,G.overflows.filter(j=>j>0).reduce((j,es)=>j+es,0)]).sort((G,j)=>G[1]-j[1])[0])==null?void 0:M[0];V&&(P=V);break}case"initialPlacement":P=n;break}if(s!==P)return{reset:{placement:P}}}return{}}}};async function Li(l,t){const{placement:e,platform:i,elements:s}=l,r=await(i.isRTL==null?void 0:i.isRTL(s.floating)),o=U(e),n=ht(e),h=Q(e)==="y",c=["left","top"].includes(o)?-1:1,d=r&&h?-1:1,f=lt(t,l);let{mainAxis:u,crossAxis:g,alignmentAxis:p}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return n&&typeof p=="number"&&(g=n==="end"?p*-1:p),h?{x:g*d,y:u*c}:{x:u*c,y:g*d}}const Ti=function(l){return l===void 0&&(l=0),{name:"offset",options:l,async fn(t){var e,i;const{x:s,y:r,placement:o,middlewareData:n}=t,h=await Li(t,l);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}}}}},Ai=function(l){return l===void 0&&(l={}),{name:"shift",options:l,async fn(t){const{x:e,y:i,placement:s}=t,{mainAxis:r=!0,crossAxis:o=!1,limiter:n={fn:w=>{let{x:m,y:C}=w;return{x:m,y:C}}},...h}=lt(l,t),c={x:e,y:i},d=await ae(t,h),f=Q(U(s)),u=re(f);let g=c[u],p=c[f];if(r){const w=u==="y"?"top":"left",m=u==="y"?"bottom":"right",C=g+d[w],y=g-d[m];g=Ot(C,g,y)}if(o){const w=f==="y"?"top":"left",m=f==="y"?"bottom":"right",C=p+d[w],y=p-d[m];p=Ot(C,p,y)}const x=n.fn({...t,[u]:g,[f]:p});return{...x,data:{x:x.x-e,y:x.y-i,enabled:{[u]:r,[f]:o}}}}}};function pt(){return typeof window<"u"}function tt(l){return le(l)?(l.nodeName||"").toLowerCase():"#document"}function B(l){var t;return(l==null||(t=l.ownerDocument)==null?void 0:t.defaultView)||window}function W(l){var t;return(t=(le(l)?l.ownerDocument:l.document)||window.document)==null?void 0:t.documentElement}function le(l){return pt()?l instanceof Node||l instanceof B(l).Node:!1}function N(l){return pt()?l instanceof Element||l instanceof B(l).Element:!1}function K(l){return pt()?l instanceof HTMLElement||l instanceof B(l).HTMLElement:!1}function he(l){return!pt()||typeof ShadowRoot>"u"?!1:l instanceof ShadowRoot||l instanceof B(l).ShadowRoot}function ct(l){const{overflow:t,overflowX:e,overflowY:i,display:s}=k(l);return/auto|scroll|overlay|hidden|clip/.test(t+i+e)&&!["inline","contents"].includes(s)}function Mi(l){return["table","td","th"].includes(tt(l))}function mt(l){return[":popover-open",":modal"].some(t=>{try{return l.matches(t)}catch{return!1}})}function At(l){const t=Mt(),e=N(l)?k(l):l;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 Hi(l){let t=q(l);for(;K(t)&&!et(t);){if(At(t))return t;if(mt(t))return null;t=q(t)}return null}function Mt(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function et(l){return["html","body","#document"].includes(tt(l))}function k(l){return B(l).getComputedStyle(l)}function yt(l){return N(l)?{scrollLeft:l.scrollLeft,scrollTop:l.scrollTop}:{scrollLeft:l.scrollX,scrollTop:l.scrollY}}function q(l){if(tt(l)==="html")return l;const t=l.assignedSlot||l.parentNode||he(l)&&l.host||W(l);return he(t)?t.host:t}function ce(l){const t=q(l);return et(t)?l.ownerDocument?l.ownerDocument.body:l.body:K(t)&&ct(t)?t:ce(t)}function Ht(l,t,e){var i;t===void 0&&(t=[]),e===void 0&&(e=!0);const s=ce(l),r=s===((i=l.ownerDocument)==null?void 0:i.body),o=B(s);if(r){const n=Dt(o);return t.concat(o,o.visualViewport||[],ct(s)?s:[],n&&e?Ht(n):[])}return t.concat(s,Ht(s,[],e))}function Dt(l){return l.parent&&Object.getPrototypeOf(l.parent)?l.frameElement:null}function de(l){const t=k(l);let e=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const s=K(l),r=s?l.offsetWidth:e,o=s?l.offsetHeight:i,n=xt(e)!==r||xt(i)!==o;return n&&(e=r,i=o),{width:e,height:i,$:n}}function fe(l){return N(l)?l:l.contextElement}function it(l){const t=fe(l);if(!K(t))return $(1);const e=t.getBoundingClientRect(),{width:i,height:s,$:r}=de(t);let o=(r?xt(e.width):e.width)/i,n=(r?xt(e.height):e.height)/s;return(!o||!Number.isFinite(o))&&(o=1),(!n||!Number.isFinite(n))&&(n=1),{x:o,y:n}}const Di=$(0);function ue(l){const t=B(l);return!Mt()||!t.visualViewport?Di:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Xi(l,t,e){return t===void 0&&(t=!1),!e||t&&e!==B(l)?!1:t}function dt(l,t,e,i){t===void 0&&(t=!1),e===void 0&&(e=!1);const s=l.getBoundingClientRect(),r=fe(l);let o=$(1);t&&(i?N(i)&&(o=it(i)):o=it(l));const n=Xi(r,e,i)?ue(r):$(0);let h=(s.left+n.x)/o.x,c=(s.top+n.y)/o.y,d=s.width/o.x,f=s.height/o.y;if(r){const u=B(r),g=i&&N(i)?B(i):i;let p=u,x=Dt(p);for(;x&&i&&g!==p;){const w=it(x),m=x.getBoundingClientRect(),C=k(x),y=m.left+(x.clientLeft+parseFloat(C.paddingLeft))*w.x,b=m.top+(x.clientTop+parseFloat(C.paddingTop))*w.y;h*=w.x,c*=w.y,d*=w.x,f*=w.y,h+=y,c+=b,p=B(x),x=Dt(p)}}return wt({width:d,height:f,x:h,y:c})}function Fi(l){let{elements:t,rect:e,offsetParent:i,strategy:s}=l;const r=s==="fixed",o=W(i),n=t?mt(t.floating):!1;if(i===o||n&&r)return e;let h={scrollLeft:0,scrollTop:0},c=$(1);const d=$(0),f=K(i);if((f||!f&&!r)&&((tt(i)!=="body"||ct(o))&&(h=yt(i)),K(i))){const u=dt(i);c=it(i),d.x=u.x+i.clientLeft,d.y=u.y+i.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-h.scrollLeft*c.x+d.x,y:e.y*c.y-h.scrollTop*c.y+d.y}}function Bi(l){return Array.from(l.getClientRects())}function Xt(l,t){const e=yt(l).scrollLeft;return t?t.left+e:dt(W(l)).left+e}function Ni(l){const t=W(l),e=yt(l),i=l.ownerDocument.body,s=J(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),r=J(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let o=-e.scrollLeft+Xt(l);const n=-e.scrollTop;return k(i).direction==="rtl"&&(o+=J(t.clientWidth,i.clientWidth)-s),{width:s,height:r,x:o,y:n}}function ki(l,t){const e=B(l),i=W(l),s=e.visualViewport;let r=i.clientWidth,o=i.clientHeight,n=0,h=0;if(s){r=s.width,o=s.height;const c=Mt();(!c||c&&t==="fixed")&&(n=s.offsetLeft,h=s.offsetTop)}return{width:r,height:o,x:n,y:h}}function Ki(l,t){const e=dt(l,!0,t==="fixed"),i=e.top+l.clientTop,s=e.left+l.clientLeft,r=K(l)?it(l):$(1),o=l.clientWidth*r.x,n=l.clientHeight*r.y,h=s*r.x,c=i*r.y;return{width:o,height:n,x:h,y:c}}function xe(l,t,e){let i;if(t==="viewport")i=ki(l,e);else if(t==="document")i=Ni(W(l));else if(N(t))i=Ki(t,e);else{const s=ue(l);i={...t,x:t.x-s.x,y:t.y-s.y}}return wt(i)}function ge(l,t){const e=q(l);return e===t||!N(e)||et(e)?!1:k(e).position==="fixed"||ge(e,t)}function Yi(l,t){const e=t.get(l);if(e)return e;let i=Ht(l,[],!1).filter(n=>N(n)&&tt(n)!=="body"),s=null;const r=k(l).position==="fixed";let o=r?q(l):l;for(;N(o)&&!et(o);){const n=k(o),h=At(o);!h&&n.position==="fixed"&&(s=null),(r?!h&&!s:!h&&n.position==="static"&&!!s&&["absolute","fixed"].includes(s.position)||ct(o)&&!h&&ge(l,o))?i=i.filter(d=>d!==o):s=n,o=q(o)}return t.set(l,i),i}function Vi(l){let{element:t,boundary:e,rootBoundary:i,strategy:s}=l;const o=[...e==="clippingAncestors"?mt(t)?[]:Yi(t,this._c):[].concat(e),i],n=o[0],h=o.reduce((c,d)=>{const f=xe(t,d,s);return c.top=J(f.top,c.top),c.right=at(f.right,c.right),c.bottom=at(f.bottom,c.bottom),c.left=J(f.left,c.left),c},xe(t,n,s));return{width:h.right-h.left,height:h.bottom-h.top,x:h.left,y:h.top}}function Wi(l){const{width:t,height:e}=de(l);return{width:t,height:e}}function Pi(l,t,e){const i=K(t),s=W(t),r=e==="fixed",o=dt(l,!0,r,t);let n={scrollLeft:0,scrollTop:0};const h=$(0);if(i||!i&&!r)if((tt(t)!=="body"||ct(s))&&(n=yt(t)),i){const g=dt(t,!0,r,t);h.x=g.x+t.clientLeft,h.y=g.y+t.clientTop}else s&&(h.x=Xt(s));let c=0,d=0;if(s&&!i&&!r){const g=s.getBoundingClientRect();d=g.top+n.scrollTop,c=g.left+n.scrollLeft-Xt(s,g)}const f=o.left+n.scrollLeft-h.x-c,u=o.top+n.scrollTop-h.y-d;return{x:f,y:u,width:o.width,height:o.height}}function Ft(l){return k(l).position==="static"}function we(l,t){if(!K(l)||k(l).position==="fixed")return null;if(t)return t(l);let e=l.offsetParent;return W(l)===e&&(e=e.ownerDocument.body),e}function pe(l,t){const e=B(l);if(mt(l))return e;if(!K(l)){let s=q(l);for(;s&&!et(s);){if(N(s)&&!Ft(s))return s;s=q(s)}return e}let i=we(l,t);for(;i&&Mi(i)&&Ft(i);)i=we(i,t);return i&&et(i)&&Ft(i)&&!At(i)?e:i||Hi(l)||e}const zi=async function(l){const t=this.getOffsetParent||pe,e=this.getDimensions,i=await e(l.floating);return{reference:Pi(l.reference,await t(l.floating),l.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function $i(l){return k(l).direction==="rtl"}const qi={convertOffsetParentRelativeRectToViewportRelativeRect:Fi,getDocumentElement:W,getClippingRect:Vi,getOffsetParent:pe,getElementRects:zi,getClientRects:Bi,getDimensions:Wi,getScale:it,isElement:N,isRTL:$i},me=Ti,ye=Ai,Ee=Si,Gi=Oi,Ce=(l,t,e)=>{const i=new Map,s={platform:qi,...e},r={...s.platform,_c:i};return Ii(l,t,{...s,platform:r})};let ji=class{constructor(t){a(this,"ctx");a(this,"enable",!1);a(this,"contentEl");a(this,"floatingEl");a(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.containerElement.appendChild(this.floatingEl),this.init()}init(){this.floatingEl.addEventListener("mouseleave",()=>{this.hide()}),this.ctx.on("mouseout",t=>{this.floatingEl.contains(t.relatedTarget)||this.hide()}),this.ctx.on("onScroll",()=>{this.hide()}),this.ctx.on("startEdit",()=>{this.hide()}),this.ctx.on("visibleCellHoverChange",(t,e)=>{this.floatingEl.contains(e.target)||(t.ellipsis||t.message)&&this.show(t)}),this.ctx.on("visibleCellMouseleave",(t,e)=>{this.floatingEl.contains(e.target)||this.hide()}),this.ctx.on("cellHeaderMouseleave",(t,e)=>{this.floatingEl.contains(e.target)||this.hide()}),this.ctx.on("cellHeaderHoverChange",(t,e)=>{this.floatingEl.contains(e.target)||t.ellipsis&&this.show(t)})}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.containerElement.getBoundingClientRect();if(!i)return;this.enable=!0,this.contentEl.style.maxWidth=`${t.overflowTooltipMaxWidth||500}px`,this.contentEl.style.minWidth="100px",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;Ce({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:[ye(),Ee(),me(6),Gi({element:this.arrowEl})]}).then(n=>{const{x:h,y:c,placement:d,middlewareData:f}=n;if(Object.assign(this.floatingEl.style,{top:`${c}px`,left:`${h}px`}),f.arrow){const u=f.arrow;["left","left-start","left-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${u.y}px`,bottom:"",left:"",right:"-5px"}):["right","right-start","right-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${u.y}px`,bottom:"",left:"-5px",right:""}):["bottom","bottom-start","bottom-end"].includes(d)?Object.assign(this.arrowEl.style,{top:"-5px",bottom:"",left:`${u.x}px`,right:""}):["top","top-start","top-end"].includes(d)&&Object.assign(this.arrowEl.style,{top:"",bottom:"-5px",left:`${u.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 Ui{constructor(t){a(this,"editorEl");a(this,"inputEl");a(this,"enable",!1);a(this,"cellTarget",null);a(this,"selectorArrStr","");a(this,"ctx");a(this,"drawY",0);a(this,"drawX",0);a(this,"cancel",!1);this.ctx=t,this.initTextEditor(),this.init()}init(){this.ctx.on("outsideMousedown",()=>{this.cellTarget&&this.cellTarget.editorType==="text"&&this.clearEditor()}),this.ctx.on("moveFocus",t=>{this.cellTarget=t;const{xArr:e,yArr:i}=this.ctx.selector;this.selectorArrStr=JSON.stringify(e)+JSON.stringify(i)}),this.ctx.on("onScroll",()=>{this.enable&&this.doneEdit()}),this.ctx.on("cellHeaderMousedown",()=>{this.enable&&this.doneEdit(),this.cellTarget=null}),this.ctx.on("hoverIconClick",t=>{t.editorType!=="none"&&this.editCell(t.rowIndex,t.colIndex)}),this.ctx.on("keydown",t=>{if(!this.ctx.isTarget(t)||!this.ctx.focusCell)return;if(t.code==="Escape"&&this.ctx.editing){this.cancel=!0;const{focusCell:h}=this.ctx;h&&(this.ctx.emit("setSelectorCell",h),this.cellTarget=h),this.doneEdit();return}if((t.altKey||t.metaKey)&&t.code==="Enter"&&this.ctx.editing&&this.inputEl){t.preventDefault();const h=this.inputEl.selectionStart,c=this.inputEl.value.substring(0,h),d=this.inputEl.value.substring(h);this.inputEl.value=c+`
|
|
16
|
-
`+d,this.inputEl.selectionStart=this.inputEl.selectionEnd=h+1,this.autoSize();return}if(t.code==="Tab"&&this.ctx.editing){if(t.preventDefault(),this.doneEdit(),t.shiftKey){this.ctx.emit("setMoveFocus","LEFT");return}this.ctx.emit("setMoveFocus","RIGHT");return}if(t.code==="Enter"&&this.ctx.editing){if(t.preventDefault(),this.doneEdit(),t.shiftKey){this.ctx.emit("setMoveFocus","TOP");return}this.ctx.emit("setMoveFocus","BOTTOM");return}if(t.code==="Enter"&&!this.ctx.editing){t.preventDefault(),this.startEdit();return}const e=t.key,i=t.ctrlKey,s=t.altKey,r=t.shiftKey,o=t.metaKey;i||s||r||o||["Enter","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)||this.startEdit(!0)}),this.ctx.on("adjustBoundaryPosition",t=>{this.cellTarget=t;const{xArr:e,yArr:i}=this.ctx.selector;this.selectorArrStr=JSON.stringify(e)+JSON.stringify(i)}),this.ctx.on("cellClick",t=>{if(this.ctx.adjustPositioning||!this.isInSelectorRange(t.rowIndex,t.colIndex))return;const{xArr:e,yArr:i}=this.ctx.selector,s=JSON.stringify(e)+JSON.stringify(i);if(this.selectorArrStr===s&&this.cellTarget){if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.onlyMergeCell){this.startEdit();return}if(this.ctx.selectOnlyOne&&t.rowKey===this.cellTarget.rowKey&&t.key===this.cellTarget.key){this.startEdit();return}}if(this.selectorArrStr=s,this.doneEdit(),this.cellTarget=t,this.ctx.config.ENABLE_EDIT_SINGLE_CLICK){if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.onlyMergeCell){this.startEdit();return}this.ctx.selectOnlyOne&&this.startEdit()}})}isInSelectorRange(t,e){const{xArr:i,yArr:s}=this.ctx.selector,[r,o]=i,[n,h]=s;return!(e<r||e>o||t<n||t>h)}initTextEditor(){this.inputEl=document.createElement("textarea"),this.inputEl.setAttribute("rows","1"),this.inputEl.addEventListener("input",this.autoSize.bind(this)),this.inputEl.addEventListener("blur",()=>{this.doneEdit()}),this.editorEl=this.ctx.editorElement,this.inputEl.className="e-virt-table-editor-textarea",this.editorEl.appendChild(this.inputEl),this.ctx.containerElement.appendChild(this.editorEl)}autoSize(){this.inputEl.style.height="auto";let t=this.inputEl.scrollHeight,e=this.ctx.body.visibleHeight;t>e&&(t=e);const{stageHeight:i,footer:s,header:r,config:{SCROLLER_TRACK_SIZE:o}}=this.ctx,n=i-s.height-o;this.editorEl.style.bottom="auto",this.drawY<r.height&&(this.editorEl.style.top=`${r.height-1}px`),this.drawY+t>n&&(this.editorEl.style.left=`${this.drawX-1}px`,this.editorEl.style.top="auto",this.editorEl.style.bottom=`${i-n}px`),this.inputEl.style.height=`${t}px`}startEditByInput(t,e=!1){const i=e?null:t.getValue(),{editorType:s}=t;t.update(),this.ctx.config.ENABLE_MERGE_CELL_LINK&&t.updateSpanInfo();let{height:r,width:o,drawY:n,drawX:h}=t;this.drawX=h,this.drawY=n;const{config:{CELL_PADDING:c},header:d}=this.ctx;let f=this.ctx.body.visibleHeight;if(r>f&&(r=f),this.editorEl.style.display="inline-block",this.editorEl.style.left=`${this.drawX-1}px`,this.editorEl.style.top=`${this.drawY-1}px`,this.editorEl.style.bottom="auto",this.editorEl.style.maxHeight=`${f}px`,s==="text"){this.inputEl.style.display="block",this.inputEl.style.minWidth=`${o-1}px`,this.inputEl.style.minHeight=`${r-1}px`,this.inputEl.style.maxHeight=`${f}px`,this.inputEl.style.width=`${o-1}px`,this.inputEl.style.height="auto",this.inputEl.style.padding=`${c}px`,i!==null&&(this.inputEl.value=i),this.inputEl.focus({preventScroll:!0});const u=this.inputEl.value.length;this.inputEl.setSelectionRange(u,u)}else this.inputEl.style.display="none";(this.inputEl.scrollHeight>r||this.drawY<d.height)&&this.autoSize()}doneEditByInput(){if(this.cellTarget&&this.cellTarget.editorType==="text"){const{rowKey:t,key:e}=this.cellTarget,i=this.cellTarget.getValue(),s=this.inputEl.value;s!==i&&!(s===""&&i===null)&&!this.cancel&&this.ctx.setItemValueByEditor(t,e,s,!0),this.inputEl.value=""}}startEdit(t=!1){this.cancel=!1;const{ENABLE_EDIT_CLICK_SELECTOR:e}=this.ctx.config;if(!e)return;const i=this.ctx.focusCell;if(!i||["index","index-selection","selection"].includes(i.type)||this.enable||(this.ctx.emit("drawView"),!(i.isVerticalVisible()&&i.isHorizontalVisible())))return;const{rowKey:r,key:o,editorType:n}=i;if(n==="none")return;const h=this.ctx.database.getReadonly(r,o);i&&!h&&(this.enable=!0,this.ctx.editing=!0,this.cellTarget=i,this.startEditByInput(this.cellTarget,t),this.ctx.emit("startEdit",this.cellTarget))}editCell(t,e){const i=this.ctx.body.renderRows.find(c=>c.rowIndex===t);if(!i)return;const s=i.cells.find(c=>c.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.doneEditByInput(),this.ctx.emit("doneEdit",this.cellTarget),this.enable=!1,this.ctx.editing=!1,this.ctx.containerElement.focus({preventScroll:!0}),this.editorEl.style.display="none",this.ctx.emit("drawView"))}clearEditor(){this.doneEdit(),this.cellTarget=null,this.selectorArrStr="",this.ctx.clearSelector(),this.ctx.focusCell=void 0,this.ctx.emit("drawView")}destroy(){var t;(t=this.editorEl)==null||t.remove()}}class Zi{constructor(t){a(this,"ctx");a(this,"emptyEl");this.ctx=t;const{EMPTY_TEXT:e,EMPTY_CUSTOM_STYLE:i}=this.ctx.config;this.ctx.emptyElement?this.emptyEl=this.ctx.emptyElement:(this.emptyEl=document.createElement("div"),this.emptyEl.innerText=e),this.emptyEl.className="e-virt-table-empty",this.emptyEl.style.display="none",this.ctx.containerElement.appendChild(this.emptyEl),this.ctx.on("emptyChange",({type:s,headerHeight:r,bodyHeight:o,footerHeight:n})=>{const h=r+(o+n)/2,c={display:s==="empty"?"block":"none",position:"absolute",fontSize:"14px",color:"#666",left:"50%",top:`${h}px`,transform:"translate(-50%, -50%)",...i};Object.assign(this.emptyEl.style,c)})}destroy(){this.emptyEl.remove()}}class Ji{constructor(t){a(this,"ctx");this.ctx=t}draw(){const t=this.getContainer();this.ctx.emit("overlayerChange",t)}destroy(){this.ctx.emit("overlayerChange",{style:{},views:[]})}getContainer(){const t=this.getHeader(),e=this.getBody(),i=this.getFooter();let s=[];const{FOOTER_FIXED:r,FOOTER_POSITION:o}=this.ctx.config;return r?o==="top"?s=[t,i,e]:s=[t,e,i]:s=[t,e],{views:s}}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=[],c=[],d=[];n.forEach(w=>{w.render&&(w.fixed==="left"?c.push(w):w.fixed==="right"?d.push(w):h.push(w))});const f=e-i,u={key:"left",style:{position:"absolute",top:"0px",left:"0px",overflow:"hidden",width:`${t}px`,height:`${o}px`},cells:c},g={key:"center",style:{position:"absolute",top:"0px",left:`${t}px`,overflow:"hidden",width:`${r-t-f+1}px`,height:`${o}px`},cells:h},p={key:"right",style:{position:"absolute",top:"0px",right:"0px",overflow:"hidden",width:`${f+1}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:[u,g,p]}}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(m=>{m.cellType==="footer"&&(m.render=m.renderFooter),m.render&&(m.fixed==="left"?e.push(m):m.fixed==="right"?i.push(m):t.push(m))})});const{fixedLeftWidth:r,fixedRightWidth:o,config:{SCROLLER_TRACK_SIZE:n,CSS_PREFIX:h}}=this.ctx,{visibleWidth:c,visibleHeight:d}=this.ctx.body,f=o-n,u={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${r}px`,height:`${d}px`},cells:e},g={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${r-.5}px`,overflow:"hidden",width:`${c-r-f}px`,height:`${d}px`},cells:t},p={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:`${c}px`,height:`${d}px`},views:[u,g,p]}}getFooter(){const t=[],e=[],i=[];this.ctx.footer.renderRows.forEach(x=>{x.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:c}=this.ctx.footer,d=r-o,f={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${s}px`,height:`${c}px`},cells:e},u={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${s-.5}px`,overflow:"hidden",width:`${h-s-d}px`,height:`${c}px`},cells:t},g={key:"right",style:{position:"absolute",top:`${.5}px`,right:`${.5}px`,overflow:"hidden",width:`${d}px`,height:`${c}px`},cells:i};return{type:"footer",class:`${n}-overlayer-footer`,style:{position:"relative",overflow:"hidden",width:`${h}px`,height:`${c}px`},views:[f,u,g]}}}class Qi{constructor(t){a(this,"ctx");a(this,"contextMenuEl");a(this,"custom",!1);this.ctx=t,this.ctx.contextMenuElement?(this.custom=!0,this.contextMenuEl=this.ctx.contextMenuElement):(this.custom=!1,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:c,colIndex:d}=t;c>=n&&c<=h&&d>=r&&d<=o||this.ctx.emit("setSelectorCell",t,e);const u={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};Ce(u,this.contextMenuEl,{placement:"right-start",middleware:[me(),ye(),Ee()]}).then(({x:g,y:p})=>{this.show(g,p)})}),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(){if(this.contextMenuEl.className="e-virt-table-context-menu",this.contextMenuEl.addEventListener("contextmenu",function(e){e.preventDefault()}),this.ctx.containerElement.appendChild(this.contextMenuEl),this.custom)return;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){this.contextMenuEl.replaceChildren(),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 ts{constructor(t,e){a(this,"options");a(this,"scroller");a(this,"header");a(this,"body");a(this,"footer");a(this,"selector");a(this,"autofill");a(this,"tooltip");a(this,"editor");a(this,"empty");a(this,"overlayer");a(this,"contextMenu");a(this,"ctx");this.options=e;const{overlayerElement:i,editorElement:s,emptyElement:r,contextMenuElement:o}=e,n=this.createContainer(t,i,s,r,o);this.ctx=new fi(n,this.options),this.header=new xi(this.ctx),this.footer=new wi(this.ctx),this.body=new gi(this.ctx),this.scroller=new ui(this.ctx),this.selector=new pi(this.ctx),this.autofill=new mi(this.ctx),this.tooltip=new ji(this.ctx),this.empty=new Zi(this.ctx),this.editor=new Ui(this.ctx),this.overlayer=new Ji(this.ctx),this.contextMenu=new Qi(this.ctx),this.ctx.on("draw",()=>{this.draw()}),this.ctx.on("drawView",()=>{this.draw(!0)}),this.draw()}createContainer(t,e,i,s,r){t.className="e-virt-table-container";const o=document.createElement("div"),n=document.createElement("canvas"),h=e||document.createElement("div");o.className="e-virt-table-stage",t.tabIndex=0,n.className="e-virt-table-canvas",h.className="e-virt-table-overlayer";const c=i||document.createElement("div");c.className="e-virt-table-editor";const d=s,f=r;return o.appendChild(n),o.appendChild(h),t.appendChild(o),{containerElement:t,stageElement:o,canvasElement:n,overlayerElement:h,editorElement:c,emptyElement:d,contextMenuElement:f}}draw(t=!1){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(),t||this.overlayer.draw()})}loadConfig(t){this.ctx.config.init(t),this.ctx.database.init(),this.header.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.header.init(),this.tooltip.hide(),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)}emit(t,...e){this.ctx.emit(t,...e)}off(t,e){this.ctx.off(t,e)}filterMethod(t){this.scrollTo(0,0),this.ctx.database.setFilterMethod(t),this.ctx.database.init(),this.header.init(),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){this.ctx.database.batchSetItemValue(t,e)}setItemValueByEditor(t,e,i,s=!0,r=!0){this.ctx.setItemValueByEditor(t,e,i,s,r),this.editor.doneEdit()}clearEditor(){this.editor.clearEditor()}doLayout(){this.ctx.emit("draw")}getChangedData(){return this.ctx.database.getChangedData()}getChangedRows(){return this.ctx.database.getChangedRows()}setCurrentRowByRowIndex(t){this.ctx.currentCell=this.ctx.database.getVirtualBodyCell(t,0),this.ctx.emit("draw")}setCurrentRow(t){const e=this.ctx.database.getColumnByColIndex(0);e&&(this.ctx.currentCell=this.ctx.database.getVirtualBodyCellByKey(t,e.key),this.ctx.emit("draw"))}getCurrentRow(){const t=this.ctx.currentCell;return t?{row:t.row,rowIndex:t.rowIndex,rowKey:t.rowKey}:void 0}clearValidate(){this.ctx.database.clearValidate(),this.ctx.emit("draw")}validateFields(t,e=!0){return new Promise(async(i,s)=>{let r=[];for(let o=0;o<t.length;o++){const{rowKey:n,key:h}=t[o],c=await this.ctx.database.getValidator(n,h);Array.isArray(c)&&c.length&&r.push(c)}if(r.length){if(s(r),e){const[o]=r;if(Array.isArray(o)&&o.length){const[n]=o,{rowKey:h,key:c}=n;this.scrollToRowkey(h),this.scrollToColkey(c)}}this.ctx.emit("draw")}else i([]),this.ctx.emit("draw")})}async validate(t=!0){return 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"))})}hasValidationError(){return this.ctx.database.hasValidationError()}scrollTo(t,e){this.scroller.setScroll(t,e)}scrollXTo(t){this.scroller.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.scroller.setScrollY(t)}setExpandRowKeys(t,e=!0){this.ctx.database.setExpandRowKeys(t,e)}getExpandRowKeys(){return this.ctx.database.getExpandRowKeys()}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,!1)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}setSelectionByRowKeys(t,e=!0){t.forEach(i=>{this.ctx.database.setRowSelection(i,e,!1)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}toggleAllSelection(){this.ctx.database.toggleAllSelection(),this.ctx.emit("draw")}toggleRowExpand(t,e){this.ctx.database.expandItem(t,e),this.ctx.emit("draw")}toggleExpandAll(t){this.ctx.database.expandAll(t),this.ctx.emit("draw")}getSelectionRows(){return this.ctx.database.getSelectionRows()}getPositionForRowIndex(t){return this.ctx.database.getPositionForRowIndex(t)}getCellValue(t,e){return this.ctx.database.getItemValue(t,e)}getCellValueByIndex(t,e){return this.ctx.database.getItemValueForRowIndexAndColIndex(t,e)}contextMenuHide(){this.contextMenu.hide()}getUtils(){return{mergeColCell:si,mergeRowCell:ii,getSpanArrByRow:Ut,getSpanObjByColumn:Zt}}getColumnByKey(t){var e;return(e=this.ctx.database.getColumnByKey(t))==null?void 0:e.column}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.ctx.containerElement.remove()}}return ts});
|
|
15
|
+
`)}return r}function Ut(l,t,e=[]){let i=0;const s=[];return l.forEach((r,o)=>{if(o===0)s.push(1);else{const n=e.reduce((c,d)=>`${c}${r[d]??""}`,"")||r[t],h=e.reduce((c,d)=>`${c}${l[o-1][d]??""}`,"")||l[o-1][t];n===h?(s[i]+=1,s.push(0)):(s.push(1),i=o)}}),s}function Zt(l,t){let e="",i="";const s={};return t.forEach((r,o)=>{o===0?(e=r.key,i=r.key,s[r.key]=1):l[r.key]===l[e]?(s[r.key]=0,s[i]+=1):(s[r.key]=1,e=r.key,i=r.key)}),s}function ii(l,t,e=[]){const{visibleRows:i,rowIndex:s,headIndex:r}=l,o=Ut(i,t,e);return o[s-r]===0?{rowspan:0,colspan:0,relationRowKeys:e,mergeRow:!0}:{rowspan:o[s-r],colspan:1,relationRowKeys:e,mergeRow:!0}}function si(l,t=[]){const{column:e,row:i,visibleLeafColumns:s}=l,r=s.filter(o=>t.includes(o.key));if(t.includes(e.key)){const o=Zt(i,r);return o[e.key]===0?{rowspan:0,colspan:0,relationColKeys:t,mergeCol:!0}:{rowspan:1,colspan:o[e.key],relationColKeys:t,mergeCol:!0}}}function ri(l,t=document.documentElement){const e=l.startsWith("--")?l:`--${l}`;return getComputedStyle(t).getPropertyValue(e).trim()}class Jt{constructor(t,e,i,s,r,o,n){a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"fixed");a(this,"cellType");this.ctx=t,this.x=e,this.y=i,this.width=s,this.height=r,this.fixed=n,this.cellType=o}isHorizontalVisible(){if(this.fixed)return!0;const{stageWidth:t,fixedLeftWidth:e,scrollX:i,fixedRightWidth:s}=this.ctx,r=t;return!(this.x+this.width-e-i<=0||this.x-i>=r-s)}isVerticalVisible(){const{stageHeight:t,scrollY:e}=this.ctx,i=t;return!(this.y+this.height-e<=0||this.y-e>=i)}getDrawX(){if(this.fixed==="left")return this.x;if(this.fixed==="right"){const{stageWidth:t,config:{SCROLLER_TRACK_SIZE:e}}=this.ctx;return t-(this.ctx.header.width-this.x)-e}return 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 It extends Jt{constructor(e,i,s,r,o,n,h,c,d,f="body"){super(e,r,o,n,h,f,c.fixed);a(this,"formatter");a(this,"formatterFooter");a(this,"hoverIconName","");a(this,"operation",!1);a(this,"align");a(this,"verticalAlign");a(this,"fixed");a(this,"type");a(this,"editorType");a(this,"editorProps");a(this,"cellType");a(this,"level");a(this,"colspan",1);a(this,"rowspan",1);a(this,"mergeRow",!1);a(this,"mergeCol",!1);a(this,"relationRowKeys",[]);a(this,"relationColKeys",[]);a(this,"key");a(this,"column");a(this,"rowIndex");a(this,"colIndex");a(this,"rowKey");a(this,"row");a(this,"value");a(this,"render");a(this,"renderFooter");a(this,"style",{});a(this,"rules",[]);a(this,"message","");a(this,"text","");a(this,"displayText","");a(this,"visibleWidth",0);a(this,"visibleHeight",0);a(this,"isHasChanged",!1);a(this,"drawX",0);a(this,"drawY",0);a(this,"drawCellBgColor","");a(this,"drawCellSkyBgColor","");a(this,"drawTextColor","");a(this,"drawTextX",0);a(this,"drawTextY",0);a(this,"drawImageX",0);a(this,"drawImageY",0);a(this,"drawImageWidth",0);a(this,"drawImageHeight",0);a(this,"drawImageName","");a(this,"drawImageSource");a(this,"ellipsis",!1);a(this,"rowExpand",!1);a(this,"rowHasChildren",!1);a(this,"overflowTooltipShow",!0);a(this,"overflowTooltipMaxWidth",500);a(this,"overflowTooltipPlacement","top");this.visibleWidth=this.width,this.visibleHeight=this.height,this.colIndex=s,this.rowIndex=i,this.key=c.key,this.type=c.type||"",this.editorType=c.editorType||"text",this.editorProps=c.editorProps||{},this.cellType=f,this.align=c.align||"center",this.verticalAlign=c.verticalAlign||"middle",this.fixed=c.fixed,this.level=c.level||0,this.operation=c.operation||!1,this.column=c,this.rules=c.rules||[],this.row=d,this.rowKey=this.cellType==="body"?this.ctx.database.getRowKeyForRowIndex(i):`${this.cellType}_${this.rowIndex}`,this.value=this.getValue(),this.render=c.render,this.overflowTooltipShow=c.overflowTooltipShow!==!1,this.overflowTooltipMaxWidth=c.overflowTooltipMaxWidth||500,this.overflowTooltipPlacement=c.overflowTooltipPlacement||"top",this.renderFooter=c.renderFooter,this.hoverIconName=c.hoverIconName,this.formatter=c.formatter,this.formatterFooter=c.formatterFooter,this.update()}setWidthHeight(e,i){this.width=e,this.height=i}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.isHasChanged=this.ctx.database.isHasChangedData(this.rowKey,this.key),this.updateSpan(),this.updateStyle(),this.updateType(),this.updateHoverIcon(),this.updateSelection(),this.updateTree(),this.updateEditor(),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,relationRowKeys:o,relationColKeys:n,mergeRow:h=!1,mergeCol:c=!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})||{};Array.isArray(o)&&o.length>0?this.relationRowKeys=o:this.relationRowKeys=[this.key],Array.isArray(n)&&n.length>0?this.relationColKeys=n:this.relationColKeys=[this.key],this.mergeCol=c,this.mergeRow=h,this.colspan=s,this.rowspan=r,this.visibleWidth=this.getWidthByColIndexColSpan(this.colIndex,this.colspan),this.visibleHeight=this.ctx.database.getHeightByRowIndexRowSpan(this.rowIndex,this.rowspan)}}updateSpanInfo(){if(this.mergeRow||this.mergeCol){const e=this.getSpanInfo();this.height=e.height,this.width=e.width,this.drawX=this.getDrawX(),this.drawY=this.getDrawY(),this.drawY-=e.offsetTop,this.drawX-=e.offsetLeft}}updateType(){const{BODY_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)}}updateEditor(){const{BODY_CELL_EDITOR_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()});if(s!==void 0){const{type:r,props:o={}}=s;this.editorType=r,this.editorProps=o}}}updateRender(){const{BODY_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:c=!1,hasChildren:d=!1,expandLoading:f=!1,level:u=0}=h||{};if(this.rowExpand=c,this.rowHasChildren=d,f){const x=this.ctx.icons.get("loading");n="loading",r=x,o=u*8}else if(d){const x=this.ctx.icons.get("expand"),w=this.ctx.icons.get("shrink");r=c?w:x,n=c?"shrink":"expand",o=u*8}else o=u*8;let g=20,p=20;if(r){let x=this.drawX+o+e,w=this.drawY+(this.visibleHeight-p)/2;this.ctx.paint.drawImage(r,x,w,g,p),this.drawImageX=x,this.drawImageY=w,this.drawImageWidth=g,this.drawImageHeight=p,this.drawImageName=n,this.drawImageSource=r}this.align="left",this.drawTextX=o+this.drawX+g-.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,BODY_TEXT_COLOR:n,FOOTER_TEXT_COLOR:h,FOOTER_BG_COLOR:c,HIGHLIGHT_SELECTED_ROW:d,HIGHLIGHT_SELECTED_ROW_COLOR:f,HIGHLIGHT_HOVER_ROW:u,HIGHLIGHT_HOVER_ROW_COLOR:g,STRIPE:p,STRIPE_COLOR:x}=this.ctx.config;if(this.cellType==="footer"){let O=c,I=h;if(typeof r=="function"){const _=r,{backgroundColor:v,color:L}=_({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()})||{};v&&(O=v),L&&(I=L)}this.drawCellSkyBgColor="transparent",this.drawCellBgColor=O,this.drawTextColor=I;return}let w="transparent";const m=this.ctx.hoverCell,C=this.ctx.currentCell;let y=this.rowIndex,b=this.rowIndex;if(this.rowspan!==1&&(u||d)){const O=this.getSpanInfo(),{yArr:I}=O;y=I[0],b=I[1]}u&&m&&(m.rowKey===this.rowKey&&(w=g),m.rowIndex>=y&&m.rowIndex<=b&&(w=g)),d&&C&&(C.rowKey===this.rowKey&&(w=f),C.rowIndex>=y&&C.rowIndex<=b&&(w=f)),this.drawCellSkyBgColor=w;let E=e,R=n;if(this.ctx.database.getReadonly(this.rowKey,this.key)||(E=i,R=o),p&&(this.rowIndex%2?E=x:E=e),typeof s=="function"){const O=s,{backgroundColor:I,color:_}=O({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,isHasChanged:this.isHasChanged,value:this.getValue()})||{};I&&(E=I),_&&(R=_)}this.drawCellBgColor=E,this.drawTextColor=R}updateSelection(){const{visibleWidth:e,visibleHeight:i,rowspan:s,colspan:r,cellType:o,type:n,rowIndex:h,rowKey:c}=this;if(!(s===0||r===0)&&o!=="footer"&&["index-selection","selection"].includes(n)){const d=this.ctx.database.getRowSelection(c),f=this.ctx.database.getRowSelectable(c),{CHECKBOX_SIZE:u=0}=this.ctx.config,g=this.drawX+(e-u)/2,p=this.drawY+(i-u)/2;let x=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck";d&&f?(x=this.ctx.icons.get("checkbox-check"),w="checkbox-check"):d&&f?(x=this.ctx.icons.get("checkbox-check-disabled"),w="checkbox-check-disabled"):!d&&f?(x=this.ctx.icons.get("checkbox-uncheck"),w="checkbox-uncheck"):(x=this.ctx.icons.get("checkbox-disabled"),w="checkbox-disabled"),x&&n=="index-selection"?(this.ctx.hoverCell&&this.ctx.hoverCell.rowIndex===h||["checkbox-disabled","checkbox-check"].includes(w))&&(this.drawImageX=g,this.drawImageY=p,this.drawImageWidth=u,this.drawImageHeight=u,this.drawImageName=w,this.drawImageSource=x):x&&n==="selection"&&(this.drawImageX=g,this.drawImageY=p,this.drawImageWidth=u,this.drawImageHeight=u,this.drawImageName=w,this.drawImageSource=x)}}updateHoverIcon(){if(this.ctx.database.getReadonly(this.rowKey,this.key))return;const{BODY_CELL_HOVER_ICON_METHOD:i,CELL_HOVER_ICON_SIZE:s,CELL_PADDING:r,ENABLE_MERGE_CELL_LINK:o}=this.ctx.config;if(typeof i=="function"){const c=i({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.getValue()});c!==void 0&&(this.hoverIconName=c)}const{hoverCell:n}=this.ctx;if(this.hoverIconName&&!this.ctx.editing&&n){let h=0,c=0;if(n.rowKey===this.rowKey&&(h=this.drawX+this.width-s-r,c=this.drawY+(this.height-s)/2),this.rowspan!==1&&o){const f=this.getSpanInfo(),{yArr:u}=f,g=u[0],p=u[1];if(n.rowIndex>=g&&n.rowIndex<=p){const{width:x,height:w,offsetTop:m,offsetLeft:C}=f;h=this.drawX-C+x-s-r,c=this.drawY-m+(w-s)/2}}const d=this.ctx.icons.get(this.hoverIconName);this.drawImageX=h,this.drawImageY=c,this.drawImageWidth=s,this.drawImageHeight=s,this.drawImageName=this.hoverIconName,this.drawImageSource=d}}getSpanInfo(){return this.ctx.database.getSpanInfo(this)}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 typeof this.formatterFooter=="function"?this.formatterFooter({row:this.row,rowIndex:this.rowIndex,colIndex:this.colIndex,column:this.column,value:this.row[this.key]}):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{BODY_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)}setValue(e){this.ctx.setItemValueByEditor(this.rowKey,this.key,e)}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.stageWidth-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:"initial",userSelect:"none"}}drawContainer(){const{paint:e,config:{BORDER_COLOR:i,BORDER:s}}=this.ctx,{drawX:r,drawY:o}=this;e.drawRect(r,o,this.visibleWidth,this.visibleHeight,{borderColor:s?i:"transparent",fillColor:this.drawCellBgColor}),e.drawRect(r,o,this.width,this.height,{borderColor:"transparent",fillColor:this.drawCellSkyBgColor}),s||this.ctx.paint.drawLine([r,o+this.visibleHeight,r+this.visibleWidth,o+this.visibleHeight],{borderColor:i,fillColor:i,borderWidth:1,lineCap:"round",lineJoin:"round"})}drawAutofillPiont(){if(this.cellType==="footer")return;const{SELECT_BORDER_COLOR:e,ENABLE_AUTOFILL:i,ENABLE_SELECTOR:s,AUTOFILL_POINT_BORDER_COLOR:r}=this.ctx.config;if(!s||!i||this.ctx.editing)return;const{xArr:o,yArr:n}=this.ctx.selector,h=o[1],c=n[1],{colIndex:d,rowIndex:f,drawX:u,drawY:g}=this;if(d===h&&f===c){const x=d===this.ctx.maxColIndex||f===this.ctx.maxRowIndex||d===this.ctx.lastCenterColIndex?6:4;this.ctx.paint.drawRect(u+this.width-x,g+this.height-x,6,6,{borderColor:r,fillColor:e})}}draw(){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,PLACEHOLDER_COLOR:s}=this.ctx.config;let r=this.visibleWidth;if(this.type==="tree"){const f=this.drawTextX-this.drawX;r=this.visibleWidth-f}const{ellipsis:o}=this.ctx.paint.handleEllipsis(this.displayText,r,e,i);this.ellipsis=o;const{placeholder:n}=this.column;let h=this.displayText,c=this.drawTextColor;return!this.ctx.database.getReadonly(this.rowKey,this.key)&&n&&["",null,void 0].includes(this.text)&&this.cellType==="body"&&!(this.rowspan===0||this.colspan===0)&&(h=n,c=s),this.ctx.paint.drawText(h,this.drawTextX,this.drawTextY,r,this.visibleHeight,{font:i,padding:e,align:this.align,verticalAlign:this.verticalAlign,color:c})}drawImage(){if(this.drawImageSource){if(this.hoverIconName){const{CELL_HOVER_ICON_BG_COLOR:e,CELL_HOVER_ICON_BORDER_COLOR:i}=this.ctx.config;this.ctx.paint.drawRect(this.drawImageX-2,this.drawImageY-2,this.drawImageWidth+4,this.drawImageHeight+4,{borderColor:i,radius:4,borderWidth:1,fillColor:e})}this.ctx.paint.drawImage(this.drawImageSource,this.drawImageX,this.drawImageY,this.drawImageWidth,this.drawImageHeight)}}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:"transparent",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:"transparent",borderWidth:1,lineDash:[4,4]}),this.drawBorder({xArr:i,yArr:s,borderColor:this.ctx.config.SELECT_BORDER_COLOR||"rgb(82,146,247)",fillColor:"transparent",borderWidth:1});const[n,h]=i,[c,d]=s;!(n===h&&c===d)&&this.colIndex>=n&&this.colIndex<=h&&this.rowIndex>=c&&this.rowIndex<=d&&this.ctx.paint.drawRect(this.drawX,this.drawY,this.width,this.height,{borderColor:"transparent",fillColor:this.ctx.config.SELECT_AREA_COLOR||"rgba(82,146,247,0.1)"}),this.operation&&this.rowIndex>=c&&this.rowIndex<=d&&this.ctx.paint.drawRect(this.drawX,this.drawY,this.visibleWidth,this.visibleHeight,{borderColor:"transparent",fillColor:this.ctx.config.SELECT_ROW_COL_BG_COLOR||"transparent"})}drawErrorTip(){if(this.cellType==="footer"||!this.message||this.rowspan===0||this.colspan===0)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,rowIndex:r,colIndex:o,height:n,width:h}=this;let c=i,d=s;const{xArr:f,yArr:u,lineDash:g=[],borderWidth:p=1,borderColor:x,fillColor:w}=e,m=f[0],C=f[1],y=u[0],b=u[1];if(o>=m&&o<=C&&r===y){const E=o===C?1:0,R=o===m?1:0;this.ctx.paint.drawLine([c+R,d+1,c+h-E,d+1],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}if(o===C&&r>=y&&r<=b){const E=r===y?1:0,R=r===b?1:0;this.ctx.paint.drawLine([c+h-1,d+E,c+h-1,d+n-R],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}if(o>=m&&o<=C&&r===b){const E=o===C?1:0,R=o===m?1:0;this.ctx.paint.drawLine([c+R,d+n-1,c+h-E,d+n-1],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}if(o===m&&r>=y&&r<=b){const E=r===b?1:0,R=r===y?1:0;this.ctx.paint.drawLine([c+1,d+R,c+1,d+n-E],{borderColor:x,fillColor:w,borderWidth:p,lineCap:"round",lineJoin:"round",lineDash:g})}}}class oi{constructor(t,e){a(this,"loading",!1);a(this,"ctx");a(this,"data");a(this,"columns");a(this,"footerData",[]);a(this,"rowKeyMap",new Map);a(this,"colIndexKeyMap",new Map);a(this,"headerMap",new Map);a(this,"rowIndexRowKeyMap",new Map);a(this,"rowKeyRowIndexMap",new Map);a(this,"checkboxKeyMap",new Map);a(this,"selectionMap",new Map);a(this,"expandMap",new Map);a(this,"originalDataMap",new Map);a(this,"changedDataMap",new Map);a(this,"validationErrorMap",new Map);a(this,"itemRowKeyMap",new WeakMap);a(this,"bufferData",[]);a(this,"bufferCheckState",{buffer:!1,check:!1,indeterminate:!1,selectable:!0});a(this,"sumHeight",0);a(this,"filterMethod");a(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(t=!0){this.clearBufferData(),this.rowKeyMap.clear(),this.checkboxKeyMap.clear(),this.colIndexKeyMap.clear(),this.rowIndexRowKeyMap.clear(),this.rowKeyRowIndexMap.clear(),t&&(this.originalDataMap.clear(),this.changedDataMap.clear(),this.validationErrorMap.clear()),this.itemRowKeyMap=new WeakMap,this.initData(this.data),this.getData(),this.bufferCheckState.buffer=!1}clearBufferData(){this.bufferData=[]}initData(t,e=0,i=[]){t.forEach((s,r)=>{var m;const{ROW_KEY:o="",DEFAULT_EXPAND_ALL:n,CELL_HEIGHT:h,SELECTABLE_METHOD:c,CHECKBOX_KEY:d}=this.ctx.config,f=s[o],u=f!=null?`${f}`:Pt();this.itemRowKeyMap.set(s,u);const g=s._height||h,p=s._readonly;let x=!0;if(typeof c=="function"&&(x=c),d){const C=s[d];if(this.checkboxKeyMap.has(C)){const y=this.checkboxKeyMap.get(C)||[];y.push(u),this.checkboxKeyMap.set(C,y)}else this.checkboxKeyMap.set(C,[u])}this.selectionMap.set(u,{key:d?s[d]:u,row:s,check:((m=this.selectionMap.get(u))==null?void 0:m.check)||!1});const w=n||this.expandMap.get(u)||s._expand||!1;this.expandMap.set(u,w),this.rowKeyMap.set(u,{readonly:p,index:r,rowIndex:r,level:e,height:g,check:!1,selectable:x,expand:w,expandLazy:!1,hasChildren:s._hasChildren||(Array.isArray(s.children)?s.children.length>0:!1),expandLoading:!1,item:s,parentRowKeys:i}),Array.isArray(s.children)&&s.children.length&&this.initData(s.children,e+1,[...i,u])})}setRowHeight(t,e){const i=this.rowIndexRowKeyMap.get(t);if(i===void 0)return;const 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:c,height:d}=this.rowKeyMap.get(n),f=this.sumHeight;this.sumHeight+=d,this.rowIndexRowKeyMap.set(e,n),this.rowKeyRowIndexMap.set(n,e),this.positions.push({top:f,height:d,bottom:this.sumHeight}),e+=1,h&&c&&i(o.children)})};this.rowIndexRowKeyMap.clear(),this.rowKeyRowIndexMap.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.expandMap.set(t,e),this.clearBufferData(),this.ctx.emit("draw")}setExpandRowKeys(t,e=!0){this.expandMap.clear(),t.forEach(i=>{const s=this.rowKeyMap.get(i);this.expandMap.set(i,e),s.expand=e}),this.clearBufferData(),this.ctx.emit("draw")}getExpandRowKeys(){let t=[];return this.rowKeyMap.forEach((e,i)=>{e.expand&&t.push(i)}),t}expandAll(t){this.expandMap.clear(),this.rowKeyMap.forEach(e=>{e.expand=t,this.expandMap.set(e.key,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,this.expandMap.set(t,!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)}getRowForRowIndex(t){const e=this.getRowKeyForRowIndex(t);return this.rowKeyMap.get(e)}getRowKeyForRowIndex(t){return this.rowIndexRowKeyMap.get(t)||""}getRowKeyByItem(t){return this.itemRowKeyMap.get(t)}getRowIndexForRowKey(t){return this.rowKeyRowIndexMap.get(t)}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 s===void 0||r===void 0?null:{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}async batchSetItemValue(t,e=!1){let i=[];const s=new Set;let r=[],o=t.map(d=>{const{rowKey:f,key:u}=d;let g=d.value,p=g;const x=this.getRowDataItemForRowKey(f),w=this.getItemValue(f,u),m=this.getVirtualBodyCellByKey(f,u);return(m==null?void 0:m.type)==="number"&&(["",void 0,null].includes(g)?p=null:/^-?\d+(\.\d+)?$/.test(`${g}`)?p=Number(g):(p=w,r.push({...d,value:p,oldValue:w,row:x}))),{...d,value:p,oldValue:w,row:x}});if(o=o.filter(d=>!r.some(f=>d.rowKey===f.rowKey&&d.key===f.key)),r.length){const d={code:"ERR_BATCH_SET_NUMBER_VALUE",message:"Assignment failed, not a numeric type",data:r};this.ctx.emit("error",d)}if(!o.length)return;const{BEFORE_VALUE_CHANGE_METHOD:n}=this.ctx.config;typeof n=="function"&&(o=await n(o)),o.forEach(d=>{const{value:f,rowKey:u,key:g,oldValue:p}=d;s.add(u),this.setItemValue(u,g,f),i.push({rowKey:u,key:g,oldValue:p,newValue:f})});let h=[];s.forEach(d=>{h.push(this.ctx.database.getRowDataItemForRowKey(d))});const c=o.map(({rowKey:d,key:f})=>this.getValidator(d,f));Promise.all(c).then(()=>{this.validationErrorMap.size===0&&this.changedDataMap.size>0&&this.ctx.emit("validateChangedData",this.getChangedData())}),this.ctx.emit("change",o,h),e&&this.ctx.history.pushState({changeList:i,scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,type:"multiple"}),this.ctx.emit("draw")}async 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],c=i;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 d=`${t}_${e}`;this.originalDataMap.has(d)||this.originalDataMap.set(d,h);const f=this.originalDataMap.get(d),u=this.getRowDataItemForRowKey(t);if(o){const g=this.getVirtualBodyCellByKey(t,e);if((g==null?void 0:g.type)==="number")if(["",void 0,null].includes(i))c=null;else if(/^-?\d+(\.\d+)?$/.test(`${i}`))c=Number(i);else{c=h;const w={code:"ERR_SET_NUMBER_VALUE",message:"Assignment failed, not a numeric type",data:[{rowKey:t,key:e,value:c,oldValue:h,row:u}]};this.ctx.emit("error",w)}if(c===h)return{oldValue:h,newValue:h};const{BEFORE_VALUE_CHANGE_METHOD:p}=this.ctx.config;if(typeof p=="function"){const m=await p([{rowKey:t,key:e,value:c,oldValue:n[e],row:u}]);m&&m.length&&(c=m[0].value)}this.changedDataMap.set(d,c),n[e]=c;const x={rowKey:t,key:e,oldValue:h,value:c,row:u};this.getValidator(t,e).then(()=>{this.validationErrorMap.size===0&&this.changedDataMap.size>0&&this.ctx.emit("validateChangedData",this.getChangedData())}),this.ctx.emit("change",[x],[u]),this.ctx.emit("editChange",{rowKey:t,key:e,oldValue:h,value:c,originalValue:f,row:u})}else this.changedDataMap.set(d,c),n[e]=c;return this.ctx.hasEvent("iterationChange")&&this.ctx.emit("iterationChange",{rowKey:t,key:e,oldValue:h,value:c,originalValue:this.originalDataMap.get(d),row:u}),s&&this.ctx.history.pushState({type:"single",scrollX:this.ctx.scrollX,scrollY:this.ctx.scrollY,changeList:[{rowKey:t,key:e,oldValue:h,newValue:c}]}),r&&this.ctx.emit("draw"),{oldValue:h,newValue:c}}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.selectionMap.get(n);h&&(h.check=e)})}}toggleRowSelection(t){const e=this.rowKeyMap.get(t),i=this.selectionMap.get(t);if(!i)return;i.check=!i.check,this.setRowSelectionByCheckboxKey(t,i.check),this.ctx.emit("toggleRowSelection",e);const s=this.getSelectionRows();this.ctx.emit("selectionChange",s),this.bufferCheckState.buffer=!1,this.ctx.emit("draw")}setRowSelection(t,e,i=!0){const s=this.selectionMap.get(t);s&&(s.check=e,this.setRowSelectionByCheckboxKey(t,s.check),this.ctx.emit("setRowSelection",e,s.row),i&&(this.bufferCheckState.buffer=!1,this.ctx.emit("draw")))}getSelectionRows(){let t=[];return this.selectionMap.forEach(e=>{e.check&&t.push(e.row)}),t}getRowSelection(t){const e=this.selectionMap.get(t);return e?e.check:!1}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,i)=>{let s=e.selectable;typeof s=="function"&&(s=s({row:e.item,rowIndex:e.rowIndex})),s&&this.setRowSelection(i,!0,!1)});const t=this.getSelectionRows();this.ctx.emit("toggleAllSelection",t),this.ctx.emit("selectionChange",t),this.bufferCheckState.buffer=!1,this.ctx.emit("draw")}clearSelection(t=!1){t?this.rowKeyMap.forEach((i,s)=>{this.setRowSelection(s,!1,!1)}):(this.selectionMap.clear(),this.rowKeyMap.forEach((i,s)=>{this.selectionMap.set(s,{check:!1,row:i.item,key:s})}));const e=this.getSelectionRows();this.ctx.emit("clearSelection"),this.ctx.emit("selectionChange",e),this.bufferCheckState.buffer=!1,this.ctx.emit("draw")}getCheckedState(){const{buffer:t,...e}=this.bufferCheckState;if(t)return e;const i=this.rowKeyMap.size;let s=0,r=0;const o=this.selectionMap.size,n=Array.from(this.selectionMap.values()).some(u=>u.check);this.rowKeyMap.forEach((u,g)=>{var x;(x=this.selectionMap.get(g))!=null&&x.check&&(s+=1);let p=u.selectable;typeof p=="function"&&(p=p({row:u.item,rowIndex:u.rowIndex})),p&&(r+=1)});const h=o>i&&s===0&&n,c=r&&r>s&&s>0||h,d=r!==0,f=!!r&&r===s;return this.bufferCheckState={buffer:!0,check:f,indeterminate:c,selectable:d},{check:f,indeterminate:c,selectable:d}}updateColIndexKeyMap(t=[]){this.colIndexKeyMap.clear(),t.forEach(e=>{this.colIndexKeyMap.set(e.colIndex,e.key)})}getColumnByColIndex(t){var i;const e=this.colIndexKeyMap.get(t);if(e&&this.headerMap.has(e))return(i=this.headerMap.get(e))==null?void 0:i.column}getColumnByKey(t){const e=this.headerMap.get(t);if(e)return e}getColIndexForKey(t){var e;if(t&&this.headerMap.has(t))return(e=this.headerMap.get(t))==null?void 0:e.colIndex}getColHeaderByIndex(t){const e=this.colIndexKeyMap.get(t);if(e&&this.headerMap.has(e))return this.headerMap.get(e)}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.ctx.database.getRowDataItemForRowKey(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{DISABLED:i}=this.ctx.config;if(i)return!0;const s=this.rowKeyMap.get(t),r=this.headerMap.get(e);if(!s||!r)return!0;const o=s.readonly,n=r.readonly,{BODY_CELL_READONLY_METHOD:h}=this.ctx.config;if(typeof h=="function"&&r){const d=h({row:s.item,rowIndex:s.rowIndex,colIndex:r.colIndex,column:r.column,value:this.getItemValue(t,e)});if(d!==void 0)return d}return n||o}clearValidate(){this.validationErrorMap.clear()}hasValidationError(){return this.validationErrorMap.size!==0}getValidator(t,e){return new Promise(i=>{const s=this.rowKeyMap.get(t),r=this.headerMap.get(e),{BODY_CELL_RULES_METHOD:o}=this.ctx.config;if(r===void 0)return i([]);const 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 c={},d={};if(d[e]=this.getItemValue(t,e),Array.isArray(h)){const u=h.map(g=>({...g,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex}));c[e]=u}else c[e]={...h,row:s.item,column:n,rowIndex:s.rowIndex,colIndex:r.colIndex};new nt(c).validate(d).then(()=>{this.clearValidationError(t,e),i([])}).catch(({errors:u})=>{const g=u.map(p=>({...p,column:n,key:e,row:s.item,rowKey:t}));this.setValidationError(t,e,g),i(g)})}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}getSpanInfo(t){const{rowIndex:e,key:i,rowKey:s,row:r,value:o,colIndex:n,relationRowKeys:h,relationColKeys:c,rowspan:d,height:f,width:u,colspan:g,mergeRow:p,mergeCol:x}=t;if(d===1&&g===1)return{xArr:[n,n],yArr:[e,e],rowspan:d,colspan:g,height:f,width:u,offsetTop:0,offsetLeft:0,dataList:[{rowKey:s,key:i,row:r,value:o}]};let w=e,m=e,C=n,y=n,b=[],E=0,R=0,O=0,I=0;if(d!==1&&p){I=u;const _=h.reduce((v,L)=>{const T=this.getItemValue(s,L)??"";return`${v}${T}`},"");for(let v=e-1;v>=0;v--){const L=this.rowIndexRowKeyMap.get(v)||"",T=h.reduce((M,A)=>{const Y=this.getItemValue(L,A)??"";return`${M}${Y}`},"");if(_===T)w=v;else break}for(let v=e;v<=this.ctx.maxRowIndex;v++){const L=this.rowIndexRowKeyMap.get(v)||"",T=h.reduce((M,A)=>{const Y=this.getItemValue(L,A)??"";return`${M}${Y}`},"");if(_===T)m=v;else break}for(let v=w;v<e;v++){const{height:L}=this.positions[v];E+=L}for(let v=w;v<=m;v++){const{height:L}=this.positions[v];O+=L;const T=this.rowIndexRowKeyMap.get(v)||"",{item:M}=this.rowKeyMap.get(T),A=this.getItemValue(T,i);b.push({rowKey:T,key:i,value:A,row:M})}}if(g!==1&&x){O=f;for(let _=n-1;_>=0;_--){const v=this.getColumnByColIndex(_);if(!v)break;const L=this.getItemValue(s,i),T=this.getItemValue(s,v.key);if(L===T&&c.includes(v.key))C=_;else break}for(let _=n;_<=this.ctx.maxColIndex;_++){const v=this.getColumnByColIndex(_);if(!v)break;const L=this.getItemValue(s,i),T=this.getItemValue(s,v.key);if(L===T&&c.includes(v.key))y=_;else break}for(let _=C;_<n;_++){const v=this.getColumnByColIndex(_);if(!v)break;R+=v.width||100}for(let _=C;_<=y;_++){const v=this.getColumnByColIndex(_);if(!v)break;I+=v.width||100,b.push({rowKey:s,key:v.key,value:this.getItemValue(s,v.key),row:r})}}return{xArr:[C,y],yArr:[w,m],rowspan:d,colspan:g,height:O,width:I,offsetTop:E,offsetLeft:R,dataList:b}}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)}clearValidationError(t,e){const i=`${t}_${e}`;this.validationErrorMap.has(i)&&this.validationErrorMap.delete(i)}getValidationError(t,e){const i=`${t}_${e}`;return this.validationErrorMap.get(i)||[]}getVirtualBodyCell(t,e){const i=this.getColumnByColIndex(e),s=this.getRowForRowIndex(t);return!i||!s?void 0:new It(this.ctx,t,e,0,0,0,0,i,s.item,"body")}getVirtualBodyCellByKey(t,e){const i=this.getRowIndexForRowKey(t),s=this.getColIndexForKey(e);if(!(i===void 0||s===void 0))return this.getVirtualBodyCell(i,s)}hasMergeCell(t,e){let i=!1;for(let s=e[0];s<=e[1];s++)for(let r=t[0];r<=t[1];r++){const o=this.getVirtualBodyCell(s,r);if(o&&(o.rowspan!==1||o.colspan!==1)){i=!0;break}}return i}}class ni{constructor(t){a(this,"ctx");a(this,"history",[]);a(this,"historyIndex",-1);this.ctx=t,this.init()}init(){this.ctx.on("keydown",t=>{if(!this.ctx.editing){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}}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)}}clear(){this.history=[],this.historyIndex=-1}}class ai{constructor(t){a(this,"eventTasks",new Map);a(this,"ctx");this.ctx=t,this.init()}init(){this.bind(window,"resize",this.handleResize.bind(this)),this.bind(window,"mouseup",this.handleMouseUp.bind(this)),this.bind(window,"mousemove",this.handleMousemove.bind(this)),this.bind(window,"blur",this.handleOutsideMousedown.bind(this)),this.bind(window,"mousedown",this.handleOutsideMousedown.bind(this)),this.bind(this.ctx.stageElement,"click",this.handleClick.bind(this)),this.bind(window,"keydown",this.handleKeydown.bind(this)),this.bind(this.ctx.stageElement,"wheel",this.handleWheel.bind(this),{passive:!1}),this.bind(this.ctx.stageElement,"touchstart",this.handleTouchstart.bind(this),{passive:!1}),this.bind(this.ctx.stageElement,"touchend",this.handleTouchend.bind(this)),this.bind(this.ctx.stageElement,"touchmove",this.handleTouchmove.bind(this),{passive:!1}),this.bind(this.ctx.stageElement,"contextmenu",this.handleContextMenu.bind(this)),this.bind(this.ctx.stageElement,"mousedown",this.handleMouseDown.bind(this)),this.bind(this.ctx.stageElement,"dblclick",this.handleDblclick.bind(this)),this.bind(this.ctx.stageElement,"mouseover",this.handleMouseover.bind(this)),this.bind(this.ctx.stageElement,"mouseout",this.handleMouseout.bind(this)),document.addEventListener("selectionchange",this.selectionchange.bind(this))}selectionchange(){this.ctx.domSelectionStr="";const t=window.getSelection();t&&t.toString()&&(this.ctx.domSelectionStr=t.toString())}clearDomSelection(){const t=window.getSelection();t&&!t.isCollapsed&&t.removeAllRanges()}destroy(){this.eventTasks.forEach((t,e)=>{this.unbind(window,e,t)}),document.removeEventListener("selectionchange",this.selectionchange.bind(this)),this.eventTasks.clear()}handleResize(t){this.ctx.emit("resetHeader",t),this.ctx.emit("resize",t)}handleMouseDown(t){this.clearDomSelection(),t.button===0&&(this.ctx.mousedown=!0),this.ctx.containerElement.focus({preventScroll:!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.isTarget(t)&&this.ctx.emit("keydown",t)}handleWheel(t){this.ctx.emit("wheel",t)}handleTouchstart(t){this.ctx.emit("touchstart",t)}handleTouchend(t){this.ctx.emit("touchend",t)}handleTouchmove(t){this.ctx.emit("touchmove",t)}handleContextMenu(t){t.preventDefault(),this.ctx.emit("contextMenu",t)}handleMouseover(t){this.ctx.isMouseoverTargetContainer=!0,this.ctx.emit("mouseover",t)}handleMouseout(t){this.ctx.isMouseoverTargetContainer=!1,this.ctx.emit("mouseout",t)}handleDblclick(t){this.ctx.emit("dblclick",t)}handleOutsideMousedown(t){this.ctx.selector.enable&&(t.target instanceof Window||t.target instanceof Node&&!this.ctx.containerElement.contains(t.target))&&this.ctx.emit("outsideMousedown",t)}bind(t,e,i,s){t.addEventListener(e,i,s),this.eventTasks.set(e,i)}unbind(t,e,i){t.removeEventListener(e,i),this.eventTasks.delete(e)}}class li{constructor(){a(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 hi{constructor(t){a(this,"ctx");const e=t.getContext("2d");if(!e)throw new Error("canvas context not found");this.ctx=e}scale(t){this.ctx.setTransform(1,0,0,1,0,0),this.ctx.scale(t,t)}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:c,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,c),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,c),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,c),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,c),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[c,d,f,u]=typeof h=="number"?[h,h,h,h]:h;this.ctx.moveTo(t+c,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-u,u),this.ctx.arcTo(t,e,t+c,e,c)}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:c="#495060",padding:d=0,verticalAlign:f="middle"}=o;this.ctx.font=n,this.ctx.fillStyle=c,this.ctx.textBaseline=f,this.ctx.textAlign=h;let u=0;f==="top"?u=i+d:f==="bottom"?u=i+r-d:u=i+(r+1)/2;let g=0;h==="left"?g=e+d:h==="right"?g=e+s-d:g=e+s/2;const{_text:p,ellipsis:x}=this.handleEllipsis(t,s,d,n);return this.ctx.fillText(p,g,u),this.ctx.restore(),x}handleEllipsis(t,e,i=0,s="12px Arial"){let r=!1,o=t;if(this.ctx.font=s,t==null||t==="")return{_text:"",ellipsis:r};const n=this.ctx.measureText("...").width,h=this.ctx.measureText(t).width;if(h&&h+n>=e-i*2){r=!0;let c=0;for(let d=0;d<t.length;d++)if(c+=this.ctx.measureText(t[d]).width,c>=e-i*2-n){o=t.slice(0,d)+"...";break}}return{_text:o,ellipsis:r}}}class Qt{constructor(t){a(this,"_config",{});a(this,"CSS_PREFIX","e-virt-table");a(this,"ICONS",[]);a(this,"ROW_KEY","");a(this,"DISABLED",!1);a(this,"HEADER_FONT","12px normal Arial");a(this,"BODY_FONT","12px normal Arial");a(this,"BORDER",!0);a(this,"STRIPE",!1);a(this,"STRIPE_COLOR","#fafafa");a(this,"BORDER_COLOR","#e1e6eb");a(this,"WIDTH",0);a(this,"RESIZE_MIN_WIDTH",40);a(this,"HEIGHT",0);a(this,"PLACEHOLDER_COLOR","#CDD0DC");a(this,"EMPTY_BODY_HEIGHT",120);a(this,"EMPTY_CUSTOM_STYLE",{});a(this,"EMPTY_TEXT","暂无数据");a(this,"MAX_HEIGHT",1e3);a(this,"BORDER_RADIUS",8);a(this,"ENABLE_OFFSET_HEIGHT",!1);a(this,"OFFSET_HEIGHT",0);a(this,"HEADER_HEIGHT",36);a(this,"ENABLE_HEADER_STICKY",!1);a(this,"HEADER_BG_COLOR","#F8FAFF");a(this,"BODY_BG_COLOR","#FFF");a(this,"HEADER_TEXT_COLOR","#1D2129");a(this,"BODY_TEXT_COLOR","#4E5969");a(this,"FOOTER_TEXT_COLOR","#4E5969");a(this,"LOADING_ICON_SVG","");a(this,"LOADING_ICON_COLOR","#4E5969");a(this,"EXPAND_ICON_SVG","");a(this,"SHRINK_ICON_SVG","");a(this,"EXPAND_ICON_COLOR","#4E5969");a(this,"SHRINK_ICON_COLOR","#4E5969");a(this,"ERROR_TIP_ICON_COLOR","red");a(this,"ERROR_TIP_ICON_SIZE",6);a(this,"EXPAND_LAZY",!0);a(this,"DEFAULT_EXPAND_ALL",!1);a(this,"CELL_WIDTH",100);a(this,"CELL_HEIGHT",36);a(this,"CELL_PADDING",8);a(this,"CELL_HOVER_ICON_SIZE",14);a(this,"CELL_HOVER_ICON_BG_COLOR","#fff");a(this,"CELL_HOVER_ICON_BORDER_COLOR","#DDE0EA");a(this,"SCROLLER_TRACK_SIZE",14);a(this,"SCROLLER_SIZE",8);a(this,"SCROLLER_COLOR","#dee0e3");a(this,"SCROLLER_TRACK_COLOR","#fff");a(this,"SCROLLER_FOCUS_COLOR","#bbbec4");a(this,"SELECT_BORDER_COLOR","rgb(82,146,247)");a(this,"SELECT_AREA_COLOR","rgba(82,146,247,0.1)");a(this,"SELECT_ROW_COL_BG_COLOR","transparent");a(this,"AUTOFILL_POINT_BORDER_COLOR","#fff");a(this,"EDIT_BG_COLOR","#fcf6ed");a(this,"CHECKBOX_KEY","");a(this,"CHECKBOX_COLOR","rgb(82,146,247)");a(this,"CHECKBOX_SIZE",20);a(this,"CHECKBOX_DISABLED_SVG","");a(this,"CHECKBOX_CHECK_SVG","");a(this,"CHECKBOX_UNCHECK_SVG","");a(this,"CHECKBOX_INDETERMINATE_SVG","");a(this,"READONLY_COLOR","#fff");a(this,"READONLY_TEXT_COLOR","#4E5969");a(this,"ERROR_TIP_COLOR","#ED3F14");a(this,"FOOTER_BG_COLOR","#fafafa");a(this,"FOOTER_FIXED",!0);a(this,"FOOTER_POSITION","bottom");a(this,"CELL_FOOTER_HEIGHT",36);a(this,"ENABLE_SELECTOR",!0);a(this,"ENABLE_EDIT_SINGLE_CLICK",!1);a(this,"ENABLE_EDIT_CLICK_SELECTOR",!0);a(this,"SELECTOR_AREA_MIN_X",0);a(this,"SELECTOR_AREA_MAX_X_OFFSET",0);a(this,"SELECTOR_AREA_MAX_X",0);a(this,"SELECTOR_AREA_MIN_Y",0);a(this,"SELECTOR_AREA_MAX_Y",0);a(this,"SELECTOR_AREA_MAX_Y_OFFSET",0);a(this,"ENABLE_AUTO_THEME",!0);a(this,"ENABLE_SELECTOR_SINGLE",!1);a(this,"ENABLE_SELECTOR_SPAN_COL",!0);a(this,"ENABLE_SELECTOR_SPAN_ROW",!0);a(this,"ENABLE_SELECTOR_ALL_ROWS",!0);a(this,"ENABLE_SELECTOR_ALL_COLS",!0);a(this,"ENABLE_MERGE_CELL_LINK",!1);a(this,"ENABLE_AUTOFILL",!1);a(this,"ENABLE_CONTEXT_MENU",!1);a(this,"ENABLE_COPY",!0);a(this,"ENABLE_PASTER",!0);a(this,"ENABLE_RESIZE_ROW",!0);a(this,"ENABLE_RESIZE_COLUMN",!0);a(this,"RESIZE_ROW_LINE_COLOR","#e1e6eb");a(this,"RESIZE_COLUMN_LINE_COLOR","#e1e6eb");a(this,"RESIZE_ROW_MIN_HEIGHT",36);a(this,"RESIZE_COLUMN_MIN_WIDTH",40);a(this,"ENABLE_KEYBOARD",!0);a(this,"ENABLE_HISTORY",!1);a(this,"ENABLE_VALIDATOR_IMMEDIATE",!0);a(this,"HISTORY_NUM",50);a(this,"HIGHLIGHT_HOVER_ROW",!1);a(this,"HIGHLIGHT_HOVER_ROW_COLOR","rgba(186,203,231,0.1)");a(this,"HIGHLIGHT_SELECTED_ROW",!1);a(this,"HIGHLIGHT_SELECTED_ROW_COLOR","rgba(82,146,247,0.1)");a(this,"TOOLTIP_BG_COLOR","#303133");a(this,"TOOLTIP_TEXT_COLOR","#fff");a(this,"TOOLTIP_ZINDEX",3e3);a(this,"TOOLTIP_CUSTOM_STYLE",{});a(this,"CONTEXT_MENU",[{label:"复制",value:"copy"},{label:"剪切",value:"cut"},{label:"粘贴",value:"paste"},{label:"清空选中内容",value:"clearSelected"}]);a(this,"HEADER_CELL_STYLE_METHOD");a(this,"BODY_CELL_STYLE_METHOD");a(this,"FOOTER_CELL_STYLE_METHOD");a(this,"BODY_CELL_READONLY_METHOD");a(this,"BODY_CELL_FORMATTER_METHOD");a(this,"BODY_CELL_RULES_METHOD");a(this,"BODY_CELL_TYPE_METHOD");a(this,"BODY_CELL_EDITOR_METHOD");a(this,"BODY_CELL_RENDER_METHOD");a(this,"BODY_CELL_HOVER_ICON_METHOD");a(this,"SPAN_METHOD");a(this,"SELECTABLE_METHOD");a(this,"EXPAND_LAZY_METHOD");a(this,"BEFORE_VALUE_CHANGE_METHOD");a(this,"BEFORE_PASTE_DATA_METHOD");a(this,"BEFORE_AUTOFILL_DATA_METHOD");a(this,"BEFORE_SET_SELECTOR_METHOD");a(this,"BEFORE_SET_AUTOFILL_METHOD");a(this,"BEFORE_COPY_METHOD");this._config=t,this.updateCssVar()}init(t){this._config=t,this.updateCssVar()}updateCssVar(){let t={};Object.keys(this).forEach(e=>{if(e.endsWith("_COLOR")||e.endsWith("_FONT")){const i=`--evt-${e.toLocaleLowerCase().replace(/_/g,"-")}`,s=ri(i);t[e]=s}}),Object.assign(this,t,this._config)}}const te='<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>';class ci{constructor(t){a(this,"ctx");a(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:te,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:""},{name:"icon-edit",configName:"CHECKBOX_DISABLED_SVG",svg:'<svg t="1744798692576" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6606" width="200" height="200"><path d="M855.296 894.528H168.768v-76.8h686.528v76.8z m38.4-38.4q0 3.84-0.768 7.488-0.704 3.712-2.176 7.232-1.472 3.52-3.52 6.656-2.112 3.136-4.8 5.76-2.688 2.688-5.824 4.8-3.2 2.112-6.656 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.52-1.472-6.656-3.584-3.136-2.112-5.76-4.736-2.688-2.688-4.8-5.824-2.112-3.2-3.584-6.656-1.408-3.52-2.176-7.232-0.704-3.648-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.136 4.736-5.76 2.688-2.752 5.824-4.8 3.2-2.112 6.656-3.584 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.472 6.656 3.584 3.2 2.048 5.76 4.736 2.752 2.688 4.864 5.824 2.048 3.2 3.52 6.656 1.472 3.456 2.176 7.168 0.768 3.712 0.768 7.488z m-686.528 0q0 3.84-0.768 7.488-0.704 3.712-2.176 7.232-1.472 3.52-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.736-2.688-2.688-4.8-5.824-2.112-3.2-3.584-6.656-1.408-3.52-2.176-7.232-0.704-3.648-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.136 4.736-5.76 2.688-2.752 5.824-4.8 3.2-2.112 6.656-3.584 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.472 6.656 3.584 3.2 2.048 5.824 4.736 2.688 2.688 4.8 5.824 2.048 3.2 3.52 6.656 1.472 3.456 2.176 7.168 0.768 3.712 0.768 7.488zM652.032 211.2l-369.92 370.368v89.344h90.048l369.664-369.856L652.032 211.2z m-54.4-54.272q22.528-22.528 54.4-22.528 31.808 0 54.336 22.528l89.792 89.856q22.464 22.464 22.464 54.272t-22.464 54.272l-369.664 369.856q-22.464 22.528-54.336 22.528H282.24q-31.808 0-54.336-22.528-22.464-22.464-22.464-54.272V581.568q0-31.808 22.4-54.272l369.92-370.368z" p-id="6607"></path></svg>',color:"#4E5969"},{name:"icon-select",configName:"CHECKBOX_UNCHECK_SVG",configColorName:"SHRINK_ICON_COLOR",svg:te,color:"#4E5969"}]);a(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,r=i.svg;if(i.configColorName){const n=this.ctx.config[i.configColorName];n&&(s=n)}if(i.configName){const n=this.ctx.config[i.configName];n&&(r=n)}const o=this.createImageFromSVG(r,s).then(n=>{this.icons.set(i.name,n)});t.push(o)}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,i.isBlob).then(o=>{this.icons.set(i.name,o)});t.push(r)}await Promise.all(t),this.ctx.emit("draw")}async createImageFromSVG(t,e,i=!1){const o=new DOMParser().parseFromString(t,"image/svg+xml").documentElement;e&&o.querySelectorAll("*").forEach(c=>{c.setAttribute("fill",e)});const n=new Image;let h="";if(i){const c=new Blob([new XMLSerializer().serializeToString(o)],{type:"image/svg+xml"});h=URL.createObjectURL(c)}else h="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(o));return n.src=h,new Promise((c,d)=>{n.onerror=()=>d(new Error("Failed to load image")),n.onload=()=>{c(n)}})}get(t){return this.icons.get(t)}}class ee extends Jt{constructor(e,i,s,r,o,n,h){super(e,s,r,o,n,"header",h.fixed);a(this,"align");a(this,"verticalAlign","middle");a(this,"fixed");a(this,"minWidth");a(this,"maxWidth");a(this,"widthFillDisable");a(this,"type");a(this,"operation",!1);a(this,"editorType");a(this,"level");a(this,"text");a(this,"displayText","");a(this,"colspan");a(this,"rowspan");a(this,"row");a(this,"key");a(this,"required",!1);a(this,"readonly",!1);a(this,"ellipsis",!1);a(this,"overflowTooltipShow",!0);a(this,"children",[]);a(this,"column");a(this,"colIndex");a(this,"rowKey");a(this,"rules");a(this,"hasChildren");a(this,"render");a(this,"style",{});a(this,"drawX",0);a(this,"drawY",0);a(this,"visibleWidth",0);a(this,"visibleHeight",0);a(this,"drawCellBgColor","");a(this,"drawTextColor","");a(this,"drawImageX",0);a(this,"drawImageY",0);a(this,"drawImageWidth",0);a(this,"drawImageHeight",0);a(this,"drawImageName","");a(this,"drawImageSource");this.ctx=e,this.x=s,this.y=r,this.width=o,this.height=n,this.visibleWidth=o,this.visibleHeight=n,this.colIndex=i,this.key=h.key,this.minWidth=h.minWidth,this.maxWidth=h.maxWidth,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||0,this.operation=h.operation||!1,this.text=h.title,this.column=h,this.colspan=h.colspan||1,this.widthFillDisable=h.widthFillDisable||!1,this.rowspan=h.rowspan||1,this.rules=h.rules,this.readonly=h.readonly||!1,this.required=h.required||!1,this.rowKey=Pt(),this.overflowTooltipShow=h.overflowTooltipHeaderShow!==!1,this.hasChildren=h.children&&h.children.length>0||!1,this.render=h.renderHeader}isVerticalVisible(){const{stageHeight:e}=this.ctx,i=e;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:c}=n({colIndex:this.colIndex,column:this.column})||{};h&&(r=h),c&&(o=c)}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,BORDER:o}}=this.ctx,{drawX:n,drawY:h,displayText:c}=this;e.drawRect(n,h,this.width,this.height,{borderColor:o?i:"transparent",fillColor:this.drawCellBgColor}),this.ellipsis=e.drawText(c,n,h,this.width,this.height,{font:r,padding:s,color:this.drawTextColor,align:this.align,verticalAlign:this.verticalAlign}),this.drawSelection(),this.drawSelector()}drawSelector(){const{ENABLE_SELECTOR:e}=this.ctx.config;if(!e)return;const{xArr:i}=this.ctx.selector,[s,r]=i;this.colIndex>=s&&this.colIndex<=r&&this.ctx.paint.drawRect(this.drawX,this.drawY,this.width,this.height,{borderColor:"transparent",fillColor:this.ctx.config.SELECT_ROW_COL_BG_COLOR||"transparent"})}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,c=this.drawX+(e-h)/2,d=this.drawY+(i-h)/2;let f=this.ctx.icons.get("checkbox-uncheck"),u="checkbox-uncheck";r?(f=this.ctx.icons.get("checkbox-indeterminate"),u="checkbox-indeterminate"):o&&n?(f=this.ctx.icons.get("checkbox-check"),u="checkbox-check"):o&&n?(f=this.ctx.icons.get("checkbox-check-disabled"),u="checkbox-check-disabled"):!o&&n?(f=this.ctx.icons.get("checkbox-uncheck"),u="checkbox-uncheck"):(f=this.ctx.icons.get("checkbox-disabled"),u="checkbox-disabled"),f&&(this.drawImageX=c,this.drawImageY=d,this.drawImageWidth=h,this.drawImageHeight=h,this.drawImageName=u,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.stageWidth-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-2}px`,pointerEvents:"initial",userSelect:"none"}}}class di{constructor(t){a(this,"ctx");a(this,"visibleHoverCell");a(this,"resizeObserver");a(this,"mutationObserver");this.ctx=t,this.init()}init(){this.resizeObserver=new ResizeObserver(()=>{this.ctx.emit("resetHeader"),this.ctx.emit("resizeObserver")}),this.resizeObserver.observe(this.ctx.containerElement),this.mutationObserver=new MutationObserver(t=>{for(const e of t)e.type==="attributes"&&e.attributeName==="class"&&(this.ctx.config.updateCssVar(),this.ctx.emit("draw"))}),this.ctx.config.ENABLE_AUTO_THEME&&this.mutationObserver.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),this.ctx.on("mousedown",t=>{if(t.button!==0||this.isBusy(t))return;const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=e,r=i;this.handleHeaderEvent(r,s,this.ctx.header.renderCellHeaders,o=>{this.ctx.focusCellHeader=o,this.ctx.emit("cellHeaderMousedown",o,t)}),this.handleBodyEvent(r,s,this.ctx.body.renderRows,o=>{this.ctx.setFocusCell(o),this.ctx.emit("cellMousedown",o,t)})}),this.ctx.on("click",t=>{if(t.button!==0||this.isBusy(t))return;const e=this.ctx.getOffset(t).offsetY,i=this.ctx.getOffset(t).offsetX;this.handleHeaderEvent(i,e,this.ctx.header.renderCellHeaders,s=>{this.ctx.clickCellHeader=s,this.ctx.emit("cellHeaderClick",s,t),this.selectionClick(s)}),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{this.ctx.clickCell=s,this.ctx.emit("cellClick",s,t),this.selectionClick(s),this.treeClick(s),this.hoverIconClick(s)})}),this.ctx.on("dblclick",t=>{if(t.button!==0||this.isBusy(t))return;const e=this.ctx.getOffset(t).offsetY,i=this.ctx.getOffset(t).offsetX;this.handleHeaderEvent(i,e,this.ctx.header.renderCellHeaders,s=>{this.ctx.emit("cellHeaderDblclick",s,t)}),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{this.ctx.clickCell=s,this.ctx.emit("cellDblclick",s,t)})}),this.ctx.on("contextMenu",t=>{if(this.isBusy(t))return;const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=e,r=i;this.handleHeaderEvent(r,s,this.ctx.header.renderCellHeaders,o=>{this.ctx.emit("cellHeaderContextMenuClick",o,t)}),this.handleBodyEvent(r,s,this.ctx.body.renderRows,o=>{this.ctx.emit("cellContextMenuClick",o,t)})}),this.ctx.on("mouseout",t=>{!this.ctx.containerElement.contains(t.relatedTarget)&&this.ctx.hoverCell!==void 0&&(this.ctx.hoverRow=void 0,this.ctx.hoverCell=void 0,this.ctx.emit("draw"))}),this.ctx.on("mousemove",t=>{if(this.isBusy(t))return;this.ctx.isPointer=!1,this.ctx.stageElement.style.cursor==="pointer"&&(this.ctx.stageElement.style.cursor="default");const e=this.ctx.getOffset(t).offsetY,i=this.ctx.getOffset(t).offsetX;this.handleHeaderEvent(i,e,this.ctx.header.renderCellHeaders,s=>{this.ctx.emit("cellHeaderMouseenter",s,t),this.ctx.hoverCellHeader&&this.ctx.hoverCellHeader!==s&&this.ctx.emit("cellHeaderMouseleave",this.ctx.hoverCellHeader,t),this.imageEnterAndLeave(s,t),this.ctx.hoverCellHeader!==s&&(this.ctx.hoverCellHeader=s,this.visibleHoverCell=void 0,this.ctx.emit("cellHeaderHoverChange",s,t))}),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{this.selectionEnterAndLeave(s,t),this.visibleHoverCell!==s&&(this.ctx.emit("visibleCellMouseleave",s,t),this.visibleHoverCell=s,this.ctx.hoverCellHeader=void 0,this.ctx.emit("visibleCellHoverChange",s,t))},!0),this.handleBodyEvent(i,e,this.ctx.body.renderRows,s=>{var r;this.imageEnterAndLeave(s,t),this.ctx.emit("cellMouseenter",s,t),this.ctx.hoverCell&&this.ctx.hoverCell!==s&&this.ctx.emit("cellMouseleave",s,t),this.ctx.hoverCell!==s&&(((r=this.ctx.hoverCell)==null?void 0:r.rowKey)!==s.rowKey&&(this.ctx.hoverCell=s,this.ctx.hoverRow=this.ctx.body.renderRows.find(o=>o.rowKey===s.rowKey),this.ctx.emit("rowHoverChange",this.ctx.hoverRow,s,t),this.ctx.emit("drawView")),this.ctx.hoverCell=s,this.ctx.emit("cellHoverChange",s,t))})})}hoverIconClick(t){t.hoverIconName&&this.ctx.isPointer&&this.ctx.emit("hoverIconClick",t)}selectionClick(t){if(["selection","index-selection"].includes(t.type)&&this.ctx.isPointer)if(t instanceof ee)t.drawImageName==="checkbox-uncheck"||t.drawImageName==="checkbox-indeterminate"?this.ctx.database.toggleAllSelection():t.drawImageName==="checkbox-check"&&this.ctx.database.clearSelection(!0);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),this.ctx.emit("expandChange",this.ctx.database.getExpandRowKeys())}).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",this.ctx.database.getExpandRowKeys())}}}imageEnterAndLeave(t,e){const{offsetY:i,offsetX:s}=this.ctx.getOffset(e),r=i,o=s;o>t.drawImageX&&o<t.drawImageX+t.drawImageWidth&&r>t.drawImageY&&r<t.drawImageY+t.drawImageHeight&&(this.ctx.stageElement.style.cursor="pointer",this.ctx.isPointer=!0)}selectionEnterAndLeave(t,e){const{offsetY:i,offsetX:s}=this.ctx.getOffset(e),r=i,o=s;o>t.drawImageX&&o<t.drawImageX+t.drawImageWidth&&r>t.drawImageY&&r<t.drawImageY+t.drawImageHeight&&t instanceof It&&["selection","index-selection"].includes(t.type)&&(this.ctx.stageElement.style.cursor="pointer",this.ctx.isPointer=!0,this.ctx.database.getRowSelectable(t.rowKey)||(this.ctx.stageElement.style.cursor="not-allowed"))}isBusy(t){const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=e,r=i;if(!this.ctx.isTarget(t)||this.ctx.stageElement.style.cursor==="row-resize"||this.ctx.stageElement.style.cursor==="col-resize"||this.ctx.columnResizing||this.ctx.rowResizing)return!0;const{SCROLLER_TRACK_SIZE:o}=this.ctx.config;return!!(this.ctx.scrollerMove||this.ctx.scrollerFocus||s>this.ctx.stageHeight-o||r>this.ctx.stageWidth-o)}handleBodyEvent(t,e,i,s,r=!1){if(this.isInsideBody(e))for(const o of i){const n=o.fixedCells.concat(o.noFixedCells);for(const h of n){const c=h.getDrawX(),d=h.getDrawY();if(r){if(t>c&&t<c+h.visibleWidth&&e>d&&e<d+h.visibleHeight){s(h);return}}else if(t>c&&t<c+h.width&&e>d&&e<d+h.height){s(h);return}}}}handleHeaderEvent(t,e,i,s){for(const r of i){const o=r.getDrawX(),n=r.getDrawY();if(t>o&&t<o+r.width&&e>n&&e<n+r.height){s(r);return}}}isInsideBody(t){return t>this.ctx.body.y&&t<this.ctx.body.y+this.ctx.body.visibleHeight}destroy(){this.resizeObserver.unobserve(this.ctx.stageElement),this.mutationObserver.disconnect()}}class fi{constructor(t,e){a(this,"eventBus");a(this,"eventBrowser");a(this,"eventTable");a(this,"containerElement");a(this,"stageElement");a(this,"canvasElement");a(this,"overlayerElement");a(this,"editorElement");a(this,"emptyElement");a(this,"contextMenuElement");a(this,"stageWidth",0);a(this,"stageHeight",0);a(this,"paint");a(this,"icons");a(this,"domSelectionStr","");a(this,"isMouseoverTargetContainer",!1);a(this,"mousedown",!1);a(this,"isPointer",!1);a(this,"rowResizing",!1);a(this,"columnResizing",!1);a(this,"scrollerMove",!1);a(this,"scrollerFocus",!1);a(this,"autofillMove",!1);a(this,"selectorMove",!1);a(this,"adjustPositioning",!1);a(this,"editing",!1);a(this,"onlyMergeCell",!1);a(this,"selectOnlyOne",!1);a(this,"scrollY",0);a(this,"scrollX",0);a(this,"fixedLeftWidth",0);a(this,"fixedRightWidth",0);a(this,"lastCenterColIndex",0);a(this,"maxColIndex",0);a(this,"maxRowIndex",0);a(this,"hoverRow");a(this,"clickCell");a(this,"focusCell");a(this,"currentCell");a(this,"hoverCell");a(this,"clickCellHeader");a(this,"focusCellHeader");a(this,"hoverCellHeader");a(this,"body",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,headIndex:0,tailIndex:0,visibleRows:[],renderRows:[],data:[]});a(this,"footer",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,renderRows:[]});a(this,"header",{x:0,y:0,width:0,height:0,visibleHeight:0,visibleWidth:0,visibleLeafColumns:[],leafCellHeaders:[],renderLeafCellHeaders:[],renderCellHeaders:[],fixedLeftCellHeaders:[],fixedRightCellHeaders:[],renderCenterCellHeaders:[]});a(this,"selector",{enable:!1,xArr:[-1,-1],yArr:[-1,-1],xArrCopy:[-1,-1],yArrCopy:[-1,-1]});a(this,"autofill",{enable:!1,xArr:[-1,-1],yArr:[-1,-1]});a(this,"database");a(this,"history");a(this,"config");const{containerElement:i,stageElement:s,canvasElement:r,overlayerElement:o,editorElement:n,emptyElement:h,contextMenuElement:c}=t;this.containerElement=i,s.tabIndex=0,this.stageElement=s,this.canvasElement=r,this.overlayerElement=o,this.editorElement=n,this.emptyElement=h,this.contextMenuElement=c,this.config=new Qt(e.config||{}),this.eventBus=new li,this.eventBrowser=new ai(this),this.eventTable=new di(this),this.paint=new hi(this.canvasElement),this.database=new oi(this,e),this.history=new ni(this),this.icons=new ci(this)}setConfig(t){this.config=new Qt(t)}setItemValueByEditor(t,e,i,s=!0,r=!0){if(this.config.ENABLE_MERGE_CELL_LINK){const o=this.database.getVirtualBodyCellByKey(t,e);if(o&&(o.mergeRow||o.mergeCol)){const{dataList:n}=o.getSpanInfo(),h=n.map(c=>({...c,value:i}));this.database.batchSetItemValue(h,s);return}}this.database.setItemValue(t,e,i,s,r,!0)}batchSetItemValueByEditor(t,e=!0){if(this.config.ENABLE_MERGE_CELL_LINK){const i=[];t.forEach(s=>{const r=this.database.getRowIndexForRowKey(s.rowKey),o=this.database.getColIndexForKey(s.key);if(r===void 0||o===void 0)return;const n=this.database.getVirtualBodyCell(r,o);if(n){const{dataList:h}=n.getSpanInfo(),c=h.map(d=>({...d,value:s.value}));i.push(...c)}}),this.database.batchSetItemValue(i,e)}else this.database.batchSetItemValue(t,e)}setFocusCell(t){var e;if(this.focusCell!==t){if(((e=this.focusCell)==null?void 0:e.rowKey)!==t.rowKey){this.currentCell=t,this.emit("rowFocusChange",t);const i={rowIndex:t.rowIndex,rowKey:t.rowKey,row:t.row};this.emit("currentRowChange",i)}this.focusCell=t,this.emit("cellFocusChange",t)}}clearSelector(){this.selector.enable=!1,this.selector.xArr=[-1,-1],this.selector.yArr=[-1,-1],this.emit("clearSelector")}clearSelectorCopy(){this.selector.xArrCopy=[-1,-1],this.selector.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],c=n+i[0],d=this.database.getItemValueForRowIndexAndColIndex(h,c);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),o=this.body.height-this.body.visibleHeight;this.config.FOOTER_FIXED||(o=this.body.height+this.footer.height-this.body.visibleHeight),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),i=0;this.config.FOOTER_FIXED||(i=this.footer.height);const s=this.body.height-this.body.visibleHeight+i;e<0?e=0:e>s&&(e=s),this.emit("setScrollY",e)}isTarget(t){return!!this.containerElement.contains(t.target)}getOffset(t){const{left:e,top:i}=this.containerElement.getBoundingClientRect();return{offsetX:t.clientX-e,offsetY:t.clientY-i}}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 ie{constructor(t,e){a(this,"ctx");a(this,"type");a(this,"isFocus",!1);a(this,"trackX",0);a(this,"trackY",0);a(this,"trackWidth",0);a(this,"trackHeight",0);a(this,"splitPoints",[]);a(this,"barX",0);a(this,"barY",0);a(this,"barWidth",0);a(this,"barHeight",0);a(this,"distance",0);a(this,"visibleDistance",0);a(this,"clientX",0);a(this,"clientY",0);a(this,"dragStart",0);a(this,"isDragging",!1);a(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)}onTouchmove(t){const{clientY:e,clientX:i}=t.touches[0],s=e-this.clientY,r=i-this.clientX;let o=0;this.type==="vertical"?(o=Math.max(0,Math.min(this.dragStart-s,this.distance)),this.hasScrollbar()&&!(o===0&&s>0||o===this.distance&&s<0)&&t.preventDefault()):this.type==="horizontal"&&(o=Math.max(0,Math.min(this.dragStart-r,this.distance))),this.scroll=o}onTouchstart(t){const{clientY:e,clientX:i}=t.touches[0];this.clientX=i,this.clientY=e,this.dragStart=this.scroll}onMouseDown(t){if(!(t.target instanceof Element)||!this.ctx.isTarget(t))return;if(this.ctx.stageElement.style.cursor==="row-resize"||this.ctx.stageElement.style.cursor==="col-resize")return!0;const{offsetX:e,offsetY:i,clientX:s,clientY:r}=t;if(!(s==this.clientX&&r==this.clientY)){if(this.isOnScrollbar(e,i))this.clientX=s,this.clientY=r,this.isDragging=!0,this.ctx.scrollerMove=!0,this.isFocus=!0,this.dragStart=this.scroll,t.preventDefault();else if(this.isOnTrack(e,i)){let o=0;this.type==="vertical"?o=(i-this.ctx.header.height-this.barHeight/2)/(this.visibleDistance-this.barHeight)*this.distance:o=(e-this.barWidth/2)/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(o,this.distance))}}}onMouseUp(){this.isDragging=!1,this.isFocus=!1,this.clientX=0,this.clientY=0}onMouseMove(t){const{offsetX:e,offsetY:i,clientX:s,clientY:r,buttons:o}=t;if(this.isOnScrollbar(e,i)&&t.target===this.ctx.canvasElement?this.isFocus=!0:this.isFocus=!1,o===0||s==this.clientX&&r==this.clientY)return;let n=0;if(this.type==="horizontal"?n=s-this.clientX:n=r-this.clientY,this.isDragging&&n!==0){let h=0;this.type==="vertical"?h=this.dragStart+n/(this.visibleDistance-this.barHeight)*this.distance:h=this.dragStart+n/(this.visibleDistance-this.barWidth)*this.distance,this.scroll=Math.max(0,Math.min(h,this.distance))}}isPointInElement(t,e,i,s,r,o){return t>=i&&t<=i+r&&e>=s&&e<=s+o}hasScrollbar(){return this.type==="vertical"?this.barHeight>0:this.type==="horizontal"?this.barWidth>0:!1}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){const e=t.deltaX,i=t.deltaY;this.type==="vertical"&&t.shiftKey===!1?(this.hasScrollbar()&&!(this.scroll===0&&i<0||this.scroll===this.distance&&i>0)&&t.preventDefault(),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,stageHeight:i,stageWidth:s,config:{SCROLLER_TRACK_SIZE:r=0,SCROLLER_SIZE:o=0,BORDER:n}}=this.ctx,h=s,c=i,d=e.height,f=e.width,u=t.height,g=this.ctx.footer.height;if(this.type==="vertical"){this.visibleDistance=c-r-d,this.distance=u-this.visibleDistance+g,this.trackX=h-r,this.trackY=0,this.splitPoints=[this.trackX,d,this.trackX+r,d],this.trackWidth=r,this.trackHeight=c,this.barX=this.trackX-1+(r-o)/2,this.barWidth=o;const p=this.distance?this.visibleDistance/(u+g):0;let x=Math.floor(p*this.visibleDistance);x<30?x=30:x>this.visibleDistance&&(x=0),this.barHeight=x,this.barY=d+this.scroll/this.distance*(this.visibleDistance-this.barHeight),this.scroll=Math.max(0,Math.min(this.scroll,this.distance))}else{this.visibleDistance=h-r,this.distance=f-this.visibleDistance,this.splitPoints=[h-r,c-r,h-r,c];const p=n?0:.5;this.trackX=0,this.trackY=c-r+p,this.trackWidth=h,this.trackHeight=r;const x=this.distance?this.visibleDistance/f:0;let w=Math.floor(x*this.visibleDistance);this.barY=this.trackY-1+(r-o)/2,w<30?w=30:w>=this.visibleDistance&&(w=0),this.barWidth=w,this.barHeight=o,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,BORDER:s,SCROLLER_TRACK_COLOR:r}}=this.ctx;this.updatedSize();let o=i;s||(o="transparent"),this.ctx.paint.drawRect(this.trackX,this.trackY,this.trackWidth,this.trackHeight,{borderColor:o,fillColor:r}),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:o,borderWidth:1}),this.ctx.scrollerFocus=this.isFocus}}class ui{constructor(t){a(this,"ctx");a(this,"verticalScrollbar");a(this,"horizontalScrollbar");this.ctx=t,this.verticalScrollbar=new ie(t,"vertical"),this.horizontalScrollbar=new ie(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("touchmove",e=>this.onTouchmove(e)),this.ctx.on("touchstart",e=>{this.onTouchstart(e)}),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()}onTouchmove(t){this.verticalScrollbar.onTouchmove(t),this.horizontalScrollbar.onTouchmove(t),this.draw()}onTouchstart(t){this.verticalScrollbar.onTouchstart(t),this.horizontalScrollbar.onTouchstart(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"),this.ctx.emit("onScroll",t,e)}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);if(s===void 0)return;const{top:r}=i.getPositionForRowIndex(s);this.setScrollY(r-e.visibleHeight/2)}}class xi{constructor(t){a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"resizeTarget",null);a(this,"resizeNum",0);a(this,"isResizing",!1);a(this,"clientX",0);a(this,"resizeDiff",0);a(this,"columnIndex",0);a(this,"isMouseDown",!1);a(this,"columns");a(this,"visibleLeafColumns",[]);a(this,"visibleHeight",0);a(this,"visibleWidth",0);a(this,"allCellHeaders",[]);a(this,"leafCellHeaders",[]);a(this,"renderLeafCellHeaders",[]);a(this,"fixedLeftCellHeaders",[]);a(this,"centerCellHeaders",[]);a(this,"fixedRightCellHeaders",[]);a(this,"renderCenterCellHeaders",[]);a(this,"renderFixedCellHeaders",[]);this.ctx=t,this.ctx.on("resetHeader",zt(()=>{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=$t(i),r=_t(i);this.height=t*s,this.width=r.reduce((f,u)=>{const g=u.width||100,{maxWidth:p,minWidth:x}=u;return p&&g>p?f+p:x&&g<x?f+x:f+g},0),this.visibleHeight=this.height;const o=Je(qt(i,s));this.columnIndex=0,this.resizeNum=0,this.render(o,0),this.ctx.database.updateColIndexKeyMap(this.leafCellHeaders);const n=this.ctx.containerElement.getBoundingClientRect();this.resizeNum>0?this.ctx.stageWidth=Math.floor(n.width):this.ctx.stageWidth=Math.floor(this.width+e),this.ctx.stageElement.style.width=this.ctx.stageWidth+"px",this.visibleWidth=this.ctx.stageWidth-e;const h=this.visibleWidth-this.width;if(this.resizeNum&&h>0){const f=Math.floor(h/this.resizeNum*100)/100;this.resizeAllColumn(f)}const c=this.fixedLeftCellHeaders.filter(f=>!f.hasChildren);this.ctx.fixedLeftWidth=c.reduce((f,u)=>f+u.width,0);const d=this.fixedRightCellHeaders.filter(f=>!f.hasChildren);this.ctx.fixedRightWidth=d.reduce((f,u)=>f+u.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)&&(this.clientX=e.clientX,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.isMouseDown=!1,this.ctx.columnResizing=!1,this.clientX=0,this.resizeDiff=0}),this.ctx.on("mousemove",e=>{if(this.ctx.editing)return;const{stageWidth:i,config:{RESIZE_COLUMN_MIN_WIDTH:s}}=this.ctx;if(this.isResizing&&this.resizeTarget){const r=this.resizeTarget.width,o=this.resizeTarget.minWidth,n=this.resizeTarget.maxWidth;let h=e.clientX-this.clientX;h+r<s&&(h=-(r-s)),o&&h+r<o&&(h=-(r-o)),n&&h+r>n&&(h=n-r),this.resizeDiff=h,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown)return;if(e.offsetX<0||e.offsetX>this.visibleWidth){this.ctx.stageElement.style.cursor==="col-resize"&&(this.ctx.stageElement.style.cursor="default");return}this.ctx.stageElement.style.cursor==="col-resize"&&(this.ctx.stageElement.style.cursor="default");const r=[...this.renderFixedCellHeaders,...this.renderCenterCellHeaders];for(const o of r){const{offsetX:n,offsetY:h}=this.ctx.getOffset(e),c=n,d=o.getDrawX();c>d+o.width-5&&c<d+o.width+4&&c<i-4&&o.colspan<=1&&this.ctx.isTarget(e)&&h<=this.height&&(this.ctx.stageElement.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||0),c=r*(n.level||0);let{minWidth:d,maxWidth:f}=n,u=n.width||100;d&&u<d&&(u=d),f&&u>f&&(u=f),n.children&&(u=_t(n.children).reduce((x,w)=>x+((w==null?void 0:w.width)||100),0));const g=new ee(this.ctx,this.columnIndex,s,c,u,h,n);this.ctx.database.setHeader(n.key,g),this.allCellHeaders.push(g),n.children||(this.leafCellHeaders.push(g),g.column.widthFillDisable||this.resizeNum++),n.fixed==="left"?this.fixedLeftCellHeaders.push(g):n.fixed==="right"?this.fixedRightCellHeaders.push(g):this.centerCellHeaders.push(g),!n.children&&this.columnIndex++,n.children&&this.render(n.children,s),s+=u}}drawTipLine(){if(this.isResizing&&this.resizeTarget){const{stageHeight: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];this.ctx.paint.drawLine(o,{borderColor:e,borderWidth:1})}}drawFixedShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,stageWidth: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-r-1)&&e!==n){const h=s.width-(this.x+this.width)+r-e;this.ctx.paint.drawShadow(h,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=[];if(this.centerCellHeaders.length){const s=this.centerCellHeaders[this.centerCellHeaders.length-1];this.ctx.lastCenterColIndex=s.colIndex}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)}drawBottomLine(){const{stageWidth:t,config:{BORDER_COLOR:e}}=this.ctx,i=[0,this.height,t,this.height];this.ctx.paint.drawLine(i,{borderColor:e,borderWidth:1})}draw(){this.renderCenterCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawFixedShadow(),this.renderFixedCellHeaders.forEach(t=>{t.update(),t.draw()}),this.drawTipLine(),this.drawBottomLine()}}class se{constructor(t,e,i=0,s=0,r=0,o=0,n,h="body"){a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height");a(this,"cells",[]);a(this,"fixedCells",[]);a(this,"noFixedCells",[]);a(this,"rowIndex",0);a(this,"rowKey","");a(this,"rowType","body");a(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 It(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()})}drawContainer(){this.noFixedCells.forEach(t=>{t.drawContainer()})}drawFixedContainer(){this.fixedCells.forEach(t=>{t.drawContainer()})}}class gi{constructor(t){a(this,"resizeTarget",null);a(this,"isMouseDown",!1);a(this,"resizeDiff",0);a(this,"clientY",0);a(this,"ctx");a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"headIndex",0);a(this,"tailIndex",0);a(this,"isResizing",!1);a(this,"renderRows",[]);a(this,"visibleRows",[]);a(this,"visibleHeight",0);a(this,"visibleWidth",0);a(this,"containerRect");a(this,"data",[]);this.ctx=t,this.init(),this.initResizeRow()}init(){const{canvasElement:t,header:e,footer:i,database:s,config:{FOOTER_FIXED:r,SCROLLER_TRACK_SIZE:o=0,HEIGHT:n,EMPTY_BODY_HEIGHT:h=0,MAX_HEIGHT:c=0,ENABLE_OFFSET_HEIGHT:d=0,OFFSET_HEIGHT:f=0,FOOTER_POSITION:u}}=this.ctx;if(!e.width)return;this.x=0,u==="top"&&r?this.y=e.height+i.height:this.y=e.height;const{data:g,sumHeight:p}=s.getData();this.height=p,this.data=g,this.width=e.width,this.visibleWidth=this.ctx.stageWidth-o;const x=this.ctx.footer.height;!this.data.length&&!n?this.height=h:!this.data.length&&n&&(this.height=n-e.height-x-o);let w=this.height+e.height+o;w+=x;let m=w;const C=window.innerHeight,{top:y}=this.containerRect||this.ctx.containerElement.getBoundingClientRect();if(C>y&&d&&!n){const T=C-y-f;T>e.height+o?m=T:w>c&&(m=c)}else this.data.length&&n?m=n:this.data.length&&c&&w>c&&(m=c);m>0&&(this.ctx.stageHeight=Math.floor(m),this.ctx.stageElement.style.height=`${this.ctx.stageHeight}px`);let b=this.ctx.stageHeight-e.height-o;r?this.visibleHeight=b-x:this.visibleHeight=b,this.data.length||(this.height=this.visibleHeight),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=g;const E=window.devicePixelRatio||1,R=this.ctx.stageWidth*E,O=this.ctx.stageHeight*E;t.width=Math.round(R),t.height=Math.round(O);const I=this.data.length?"not-empty":"empty";this.ctx.emit("emptyChange",{isEmpty:I,type:I,headerHeight:e.height,bodyHeight:this.height,footerHeight:x,width:this.width,height:this.data.length?0:h+x});const _=Math.round(t.width/E*1e4)/1e4,v=Math.round(t.height/E*1e4)/1e4;this.ctx.canvasElement.setAttribute("style",`height:${v}px;width:${_}px;`),this.ctx.paint.scale(E)}initResizeRow(){const{config:{ENABLE_RESIZE_ROW:t}}=this.ctx;t&&(this.ctx.on("resize",()=>{this.containerRect=this.ctx.containerElement.getBoundingClientRect()}),this.ctx.on("resizeObserver",()=>{this.containerRect=this.ctx.containerElement.getBoundingClientRect()}),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.clientY=0}),this.ctx.on("mousedown",e=>{this.ctx.isTarget(e)&&(this.clientY=e.clientY,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{offsetY:i,offsetX:s}=this.ctx.getOffset(e),r=i,o=s,n=e.clientY,{stageHeight:h,scrollY:c,config:{RESIZE_ROW_MIN_HEIGHT:d=0}}=this.ctx;if(this.isResizing&&this.resizeTarget){const f=this.resizeTarget.height;let u=n-this.clientY;u+f<d&&(u=-(f-d)),this.resizeDiff=u,this.ctx.emit("draw")}else{if(this.resizeTarget=null,this.isMouseDown)return;if(o<0||o>this.ctx.body.visibleWidth||r<0||r>this.ctx.header.visibleHeight+this.ctx.body.visibleHeight){this.ctx.stageElement.style.cursor==="row-resize"&&(this.ctx.stageElement.style.cursor="default");return}if(this.ctx.stageElement.style.cursor==="crosshair")return;this.ctx.stageElement.style.cursor==="row-resize"&&(this.ctx.stageElement.style.cursor="default");for(let f=0;f<this.renderRows.length;f++){const u=this.renderRows[f];if(r>u.y-c+u.height-1.5&&r<u.y-c+u.height+1.5&&r<h-4)for(let p=0;p<u.cells.length;p++){const x=u.cells[p];o>x.drawX+10&&o<x.drawX+x.width-10&&x.rowspan===1&&(this.ctx.stageElement.style.cursor="row-resize",this.resizeTarget=u)}}}}))}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{stageWidth: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,o-.5];this.ctx.paint.drawLine(n,{borderColor:i,borderWidth:1})}}drawFixedShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,stageWidth: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-r-1)&&e!==n){const h=s.width-(this.x+this.width)+r-e;this.ctx.paint.drawShadow(h,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,config:{CELL_HEIGHT:s}}=this.ctx,r=i,{data:o,positions:n}=e.getData();this.ctx.maxRowIndex=o.length-1;let h=this.binarySearch(n,r),c=this.binarySearch(n,r+this.visibleHeight);if(c===-1&&(c=this.ctx.maxRowIndex),h===-1&&c===this.ctx.maxRowIndex){const f=Math.floor(this.visibleHeight/s);h=this.ctx.maxRowIndex-f}this.headIndex=Math.max(0,h),this.tailIndex=Math.min(this.ctx.maxRowIndex,c+1),this.visibleRows=o.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 d=[];for(let f=0;f<this.visibleRows.length;f++){const u=this.headIndex+f,g=this.visibleRows[f],{height:p,top:x}=this.ctx.database.getPositionForRowIndex(u),w=new se(this.ctx,u,0,x+this.y,t.width,p,g);d.push(w)}this.renderRows=d,this.ctx.body.renderRows=d}draw(){this.renderRows.forEach(t=>{t.drawContainer()}),this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFixedShadow(),this.renderRows.forEach(t=>{t.drawFixedContainer()}),this.renderRows.forEach(t=>{t.drawFixed()}),this.drawTipLine()}}class wi{constructor(t){a(this,"ctx");a(this,"renderRows",[]);a(this,"data",[]);a(this,"x",0);a(this,"y",0);a(this,"width",0);a(this,"height",0);a(this,"visibleWidth",0);a(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,FOOTER_POSITION:o}}=this.ctx;this.width=t.width,this.visibleWidth=t.visibleWidth,this.height=this.data.reduce(n=>n+i,0),this.visibleHeight=this.height,s?o==="top"?this.y=this.ctx.header.height:this.y=this.ctx.stageHeight-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}drawFixedShadow(){const{fixedLeftWidth:t,fixedRightWidth:e,scrollX:i,header:s,stageWidth: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-r-1)&&e!==n){const c=s.width-(this.x+this.width)+r-e;this.ctx.paint.drawShadow(c,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 se(this.ctx,r,0,e,this.width,t,s,"footer");e+=t,i.push(o)}),this.renderRows=i,this.ctx.footer.renderRows=this.renderRows}drawTopLine(){const{stageWidth:t,config:{BORDER_COLOR:e}}=this.ctx,i=[0,this.y,t,this.y];this.ctx.paint.drawLine(i,{borderColor:e,borderWidth:1})}draw(){this.renderRows.forEach(t=>{t.drawContainer()}),this.renderRows.forEach(t=>{t.drawCenter()}),this.drawFixedShadow(),this.renderRows.forEach(t=>{t.drawFixedContainer()}),this.renderRows.forEach(t=>{t.drawFixed()}),this.drawTopLine()}}class pi{constructor(t){a(this,"isCut",!1);a(this,"isMultipleRow",!1);a(this,"mousedownHeader",!1);a(this,"ctx");a(this,"adjustPositionX","");a(this,"adjustPositionY","");a(this,"timerX",0);a(this,"timerY",0);this.ctx=t,this.init()}init(){this.ctx.on("setMoveFocus",t=>{this.moveFocus(t)}),this.ctx.on("mousemove",zt(t=>{const{offsetY:e,offsetX:i}=this.ctx.getOffset(t),s=this.ctx.isTarget(t)&&i>0&&i<this.ctx.body.visibleWidth&&e>this.ctx.header.visibleHeight&&e<this.ctx.header.visibleHeight+this.ctx.body.visibleHeight;(this.ctx.selectorMove||this.ctx.autofillMove)&&(!s&&!this.mousedownHeader?this.startAdjustPosition(t):this.stopAdjustPosition())},100)),this.ctx.on("cellHoverChange",t=>{if(!this.ctx.autofillMove){if(t.operation){this.selectRows(t,!1);return}this.isMultipleRow||this.mouseenter()}}),this.ctx.on("cellMousedown",(t,e)=>{if(!this.ctx.isTarget(e)||this.ctx.stageElement.style.cursor==="pointer"||this.ctx.isPointer||this.ctx.stageElement.style.cursor==="crosshair")return;if(t.operation){this.isMultipleRow=!0,this.selectRows(t);return}window.getComputedStyle(e.target).userSelect!=="text"&&e.preventDefault(),this.isMultipleRow=!1,this.click(e.shiftKey),this.ctx.emit("selectorClick",t)}),this.ctx.on("mouseup",()=>{this.mousedownHeader=!1;const t=setTimeout(()=>{this.ctx.adjustPositioning=!1,clearTimeout(t)},0)}),this.ctx.on("cellHeaderHoverChange",t=>{this.ctx.mousedown&&this.selectCols(t)}),this.ctx.on("cellHeaderMousedown",(t,e)=>{if(this.ctx.stageElement.style.cursor==="pointer"||this.ctx.isPointer)return;window.getComputedStyle(e.target).userSelect!=="text"&&e.preventDefault(),this.mousedownHeader=!0,this.selectCols(t)}),this.ctx.on("keydown",t=>{if(!this.ctx.editing){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"){this.copy(),this.isCut=!1;return}if(t.ctrlKey&&t.code==="KeyX"||t.metaKey&&t.code==="KeyX"){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.shiftKey&&t.code==="Tab"){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]}if(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;const{SELECTOR_AREA_MIN_X:n,SELECTOR_AREA_MAX_X:h,SELECTOR_AREA_MIN_Y:c,SELECTOR_AREA_MAX_Y:d,SELECTOR_AREA_MAX_X_OFFSET:f,SELECTOR_AREA_MAX_Y_OFFSET:u}=this.ctx.config,g=n,p=h||this.ctx.maxColIndex-f,x=c,w=d||this.ctx.maxRowIndex-u;let[m,C]=r,[y,b]=o;if(m<g||C>p||y<x||b>w)return;if(this.ctx.stageElement.focus({preventScroll:!0}),this.ctx.config.ENABLE_MERGE_CELL_LINK){const R=this.adjustMergeCells(r,o);y=R.yArr[0],b=R.yArr[1],m=R.xArr[0],C=R.xArr[1],this.ctx.onlyMergeCell=R.onlyMergeCell}m===C&&y===b?this.ctx.selectOnlyOne=!0:this.ctx.selectOnlyOne=!1,r=[Math.max(g,m),Math.min(p,C)],o=[Math.max(x,y),Math.min(w,b)];const{BEFORE_SET_SELECTOR_METHOD:E}=this.ctx.config;if(typeof E=="function"){const O=E({focusCell:this.ctx.focusCell,xArr:r,yArr:o});if(!O)return;r=O.xArr,o=O.yArr}this.ctx.selector.xArr=r,this.ctx.selector.yArr=o,this.ctx.emit("setSelector",this.ctx.selector),this.ctx.emit("drawView")}}adjustMergeCells(t,e){var p;const[i,s]=e,[r,o]=t;let n=[],h=[];for(let x=0;x<=e[1]-e[0];x++)for(let w=0;w<=t[1]-t[0];w++){const m=x+e[0],C=w+t[0],y=this.ctx.database.getVirtualBodyCell(m,C);y&&((m===i||m===s)&&n.push(y),(C===r||C===o)&&h.push(y))}const c=n.reduce((x,w)=>{const{yArr:m}=w.getSpanInfo(),[C,y]=m;return x.minY=Math.min(x.minY,C),x.maxY=Math.max(x.maxY,y),x},{minY:i,maxY:s}),d=h.reduce((x,w)=>{const{xArr:m}=w.getSpanInfo(),[C,y]=m;return x.minX=Math.min(x.minX,C),x.maxX=Math.max(x.maxX,y),x},{minX:r,maxX:o}),f=[d.minX,d.maxX],u=[c.minY,c.maxY];let g=!1;if(d.minX!==d.maxX||c.minY!==c.maxY){const x=JSON.stringify(f)+JSON.stringify(u),w=(p=this.ctx.focusCell)==null?void 0:p.getSpanInfo();g=(w&&JSON.stringify(w.xArr)+JSON.stringify(w.yArr))===x}return{xArr:f,yArr:u,onlyMergeCell:g}}selectCols(t){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_ROWS||this.ctx.autofillMove||this.ctx.columnResizing||this.ctx.editing)return;if(t.operation){this.selectAll();return}const{SELECTOR_AREA_MIN_Y:e,SELECTOR_AREA_MAX_Y:i,SELECTOR_AREA_MAX_Y_OFFSET:s}=this.ctx.config,r=e,o=i||this.ctx.maxRowIndex-s;if(this.ctx.mousedown&&this.ctx.focusCellHeader){const{colIndex:n}=this.ctx.focusCellHeader;if(this.ctx.clearSelector(),t.colIndex>=n){const h=[n,t.colIndex+t.colspan-1],c=[r,o];this.setSelector(h,c)}else{const h=[t.colIndex,n],c=[r,o];this.setSelector(h,c)}}else{const n=[t.colIndex,t.colIndex+t.colspan-1],h=[r,o];this.setSelector(n,h)}}selectAll(){if(this.ctx.autofillMove||this.ctx.editing)return;const{ENABLE_SELECTOR_ALL_ROWS:t,ENABLE_SELECTOR_ALL_COLS:e}=this.ctx.config;if(t&&e){const{SELECTOR_AREA_MIN_X:i,SELECTOR_AREA_MAX_X:s,SELECTOR_AREA_MIN_Y:r,SELECTOR_AREA_MAX_Y:o,SELECTOR_AREA_MAX_X_OFFSET:n,SELECTOR_AREA_MAX_Y_OFFSET:h}=this.ctx.config,c=i,d=s||this.ctx.maxColIndex-n,f=r,u=o||this.ctx.maxRowIndex-h,g=[c,d],p=[f,u];this.setSelector(g,p)}}selectRows(t,e=!0){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||!this.ctx.config.ENABLE_SELECTOR_ALL_COLS||this.ctx.autofillMove||this.ctx.editing)return;const{SELECTOR_AREA_MIN_X:i,SELECTOR_AREA_MAX_X:s,SELECTOR_AREA_MAX_X_OFFSET:r}=this.ctx.config,o=s||this.ctx.maxColIndex-r,n=i;if(e){this.ctx.setFocusCell(t);const h=[n,o],c=[t.rowIndex,t.rowIndex];this.setSelector(h,c)}if(this.ctx.focusCell&&this.ctx.mousedown){const{rowIndex:h}=this.ctx.focusCell;if(t.rowIndex>=h){const c=[n,o],d=[h,t.rowIndex];this.setSelector(c,d)}else{const c=[n,o],d=[t.rowIndex,h];this.setSelector(c,d)}}}mouseenter(){if(this.ctx.config.ENABLE_SELECTOR_SINGLE||this.ctx.editing)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),c=Math.max(i.rowIndex,s),d=[o,n],f=[h,c];this.setSelector(d,f)}}click(t=!1){const{focusCell:e,clickCell:i}=this.ctx;if(e&&this.isInSettingRange(e.rowIndex,e.colIndex))if(this.ctx.selector.enable=!0,i&&t){if(this.ctx.config.ENABLE_SELECTOR_SINGLE)return;const{colIndex:s,rowIndex:r}=i,{colIndex:o,rowIndex:n}=e,h=Math.min(o,s),c=Math.max(o,s),d=Math.min(n,r),f=Math.max(n,r),u=[h,c],g=[d,f];this.setSelector(u,g)}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||this.ctx.domSelectionStr)return;let{value:t,xArr:e,yArr:i}=this.ctx.getSelectedData();if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.database.hasMergeCell(e,i))if(this.ctx.onlyMergeCell&&this.ctx.focusCell){const o=this.ctx.focusCell;t=[[o.getValue()]],e=[o.colIndex,o.colIndex],i=[o.rowIndex,o.rowIndex]}else{const o={code:"ERR_MERGED_CELLS_COPY",message:"Merged cells cannot span copy data"};this.ctx.hasEvent("error")?this.ctx.emit("error",o):alert(o.message);return}const{BEFORE_COPY_METHOD:s}=this.ctx.config;if(typeof s=="function"){const n=s({focusCell:this.ctx.focusCell,data:t,xArr:e,yArr:i});if(!n)return;t=n.data}const r=ei(t);navigator.clipboard?navigator.clipboard.writeText(r).then(()=>{this.ctx.selector.xArrCopy=this.ctx.selector.xArr.slice(),this.ctx.selector.yArrCopy=this.ctx.selector.yArr.slice(),this.ctx.emit("copyChange",{xArr:this.ctx.selector.xArrCopy,yArr:this.ctx.selector.yArrCopy,data:t}),this.ctx.emit("draw")}).catch(o=>console.error("Copy Failure:",o)):console.error("current browser does not support the 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 c=n+e[0],d=h+t[0],f=this.ctx.database.getItemValueForRowIndexAndColIndex(c,d);if(f){const{rowKey:u,key:g}=f;this.ctx.database.getReadonly(u,g)||(r.add(u),s.push({rowKey:u,key:g,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),s}paste(){if(!navigator.clipboard){console.error("current browser does not support the 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(async r=>{let o=ti(r);const n=[i,i+o[0].length-1],h=[e,e+o.length-1],[c,d]=h,[f,u]=n,g=d-this.ctx.maxRowIndex,p=u-this.ctx.maxColIndex;(g>0||p>0)&&this.ctx.emit("onPastedDataOverflow",{maxY:d,maxX:u,minY:c,minX:f,overflowRowCount:g,overflowColCount:p,textArr:o});const x=o.length===1&&o[0].length===1;if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.database.hasMergeCell(n,h)&&!x){const y={code:"ERR_MERGED_CELLS_PASTE",message:"Merged cells cannot span paste data"};this.ctx.hasEvent("error")?this.ctx.emit("error",y):alert(y.message);return}let w=[];for(let y=0;y<=o.length-1;y++){const b=o[y].length;for(let E=0;E<=b-1;E++){const R=y+e,O=E+i,I=o[y][E],_=this.ctx.database.getItemValueForRowIndexAndColIndex(R,O);if(_){const{rowKey:v,key:L}=_;this.ctx.database.getReadonly(v,L)||(s.add(v),w.push({rowKey:v,key:L,value:I,row:{}}))}}}if(this.isCut){const y=this.clearSelectedData(this.ctx.selector.xArrCopy,this.ctx.selector.yArrCopy,!0),b=w.map(E=>`${E.rowKey}-${E.key}`);y.forEach(E=>{b.includes(`${E.rowKey}-${E.key}`)||w.unshift(E)}),this.isCut=!1}if(!w.length)return;const{BEFORE_PASTE_DATA_METHOD:m}=this.ctx.config;if(typeof m=="function"){const y=m,b=w.map(E=>({rowKey:E.rowKey,key:E.key,value:E.value,oldValue:this.ctx.database.getItemValue(E.rowKey,E.key),row:this.ctx.database.getRowDataItemForRowKey(E.rowKey)}));if(w=await y(b,n,h,o),w&&!w.length)return}this.clearCopyLine(),this.ctx.batchSetItemValueByEditor(w,!0);let C=[];s.forEach(y=>{C.push(this.ctx.database.getRowDataItemForRowKey(y))}),this.ctx.emit("pasteChange",w,C)}).catch(r=>{console.error("Failed to get the clipboard content:",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 c=[i,i],d=[s,s],f=this.getCell(s,i);f&&(f.operation||this.isInSettingRange(f.rowIndex,f.colIndex)&&(this.ctx.setFocusCell(f),this.setSelector(c,d),this.adjustBoundaryPosition(),this.ctx.emit("moveFocus",f),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)}isInSettingRange(t,e){const{SELECTOR_AREA_MIN_X:i,SELECTOR_AREA_MAX_X:s,SELECTOR_AREA_MIN_Y:r,SELECTOR_AREA_MAX_Y:o,SELECTOR_AREA_MAX_X_OFFSET:n,SELECTOR_AREA_MAX_Y_OFFSET:h}=this.ctx.config,c=i,d=s||this.ctx.maxColIndex-n,f=r,u=o||this.ctx.maxRowIndex-h;return!(e<c||e>d||t<f||t>u)}startAdjustPosition(t){const{offsetX:e,offsetY:i}=this.ctx.getOffset(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,c=h+n;(c<0||c>this.ctx.body.width)&&(clearInterval(this.timerX),this.timerX=0),this.ctx.setScrollX(c)},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,c=h+n;(c<0||c>this.ctx.body.height)&&(clearInterval(this.timerY),this.timerY=0),this.ctx.setScrollY(c)},100)}}adjustBoundaryPosition(){const{stageHeight:t,stageWidth:e,focusCell:i,fixedRightWidth:s,fixedLeftWidth:r,header:o,footer:n,body:h,scrollX:c,scrollY:d,config:{SCROLLER_TRACK_SIZE:f,FOOTER_FIXED:u,FOOTER_POSITION:g,ENABLE_MERGE_CELL_LINK:p}}=this.ctx;if(!i)return;p&&this.ctx.onlyMergeCell&&i.updateSpanInfo();const{drawX:x,drawY:w,width:m,height:C,fixed:y}=i,b=r-x+1,E=i.drawX+m-(e-s)+1;let R=o.height-w,O=C;O>h.visibleHeight&&(O=h.visibleHeight);let I=0;u&&(g==="top"?R=o.height+n.height-w:I=n.visibleHeight);const _=w+O-(t-I-f);let v=c,L=d;E>0&&!y?v=Math.floor(c+E):b>0&&!y&&(v=Math.floor(c-b)),R>0?L=Math.floor(d-R):_>0&&(L=Math.floor(d+_)),(Math.abs(c-v)>2||Math.abs(d-L)>2)&&(this.ctx.adjustPositioning=!0,this.ctx.setScroll(v,L),this.ctx.emit("adjustBoundaryPosition",i))}destroy(){this.timerX&&(clearTimeout(this.timerX),this.timerX=0),this.timerY&&(clearTimeout(this.timerY),this.timerY=0)}}class mi{constructor(t){a(this,"ctx");a(this,"maxColRowCell");this.ctx=t,this.init()}init(){this.ctx.on("mousemove",t=>{if(this.ctx.stageElement.style.cursor==="crosshair"&&(this.ctx.stageElement.style.cursor="default"),this.ctx.editing||!this.ctx.focusCell||!this.maxColRowCell)return;const{offsetX:e,offsetY:i}=this.ctx.getOffset(t),{colIndex:s,rowIndex:r,drawX:o,drawY:n,width:h,height:c}=this.maxColRowCell,d=6,f=s===this.ctx.maxColIndex||r===this.ctx.maxRowIndex?0:2,u=o+h-d+f,g=n+c-d+f;e>u&&i>g&&e<u+d&&i<g+d&&(this.ctx.stageElement.style.cursor="crosshair")}),this.ctx.on("cellMouseenter",t=>{const{xArr:e,yArr:i}=this.ctx.selector,s=e[1],r=i[1],{colIndex:o,rowIndex:n}=t;this.ctx.config.ENABLE_AUTOFILL&&o===s&&n===r&&(this.maxColRowCell=t),this.mouseenter(t)}),this.ctx.on("mousedown",()=>{this.ctx.stageElement.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]}if(JSON.stringify(this.ctx.autofill.xArr)!==JSON.stringify(o)||JSON.stringify(this.ctx.autofill.yArr)!==JSON.stringify(n)){const{SELECTOR_AREA_MIN_X:h,SELECTOR_AREA_MAX_X:c,SELECTOR_AREA_MIN_Y:d,SELECTOR_AREA_MAX_Y:f,SELECTOR_AREA_MAX_X_OFFSET:u,SELECTOR_AREA_MAX_Y_OFFSET:g}=this.ctx.config,p=h,x=c||this.ctx.maxColIndex-u,w=d,m=f||this.ctx.maxRowIndex-g;let[C,y]=o,[b,E]=n;if(C<p||b<w)return;o=[Math.max(p,C),Math.min(x,y)],n=[Math.max(w,b),Math.min(m,E)];const{BEFORE_SET_AUTOFILL_METHOD:R}=this.ctx.config;if(typeof R=="function"){const I=R({focusCell:this.ctx.focusCell,xArr:o,yArr:n});if(!I)return;o=I.xArr,n=I.yArr}this.ctx.autofill.xArr=o,this.ctx.autofill.yArr=n,this.ctx.emit("setAutofill",this.ctx.autofill),this.ctx.emit("draw")}}async autofillData(){const t=new Set,e=this.ctx.getSelectedData(),i=new Map;for(let g=0;g<=e.yArr[1]-e.yArr[0];g++)for(let p=0;p<=e.xArr[1]-e.xArr[0];p++){const x=g+e.yArr[0],w=p+e.xArr[0];i.set(`${x}-${w}`,!0)}const{value:s}=e,r=s[0].length,o=s.length,n=this.ctx.autofill.xArr,h=this.ctx.autofill.yArr,c=r===1&&o===1;if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.database.hasMergeCell(n,h)&&!c){const g={code:"ERR_MERGED_CELLS_AUTOFILL",message:"Merged cells cannot span autofill data"};this.ctx.hasEvent("error")?this.ctx.emit("error",g):alert(g.message);return}let d=[];for(let g=0;g<=h[1]-h[0];g++)for(let p=0;p<=n[1]-n[0];p++){const x=p+n[0],w=g+h[0],m=s[g%o][p%r],C=this.ctx.database.getItemValueForRowIndexAndColIndex(w,x),y=`${w}-${x}`;if(C&&!i.has(y)){const{rowKey:b,key:E}=C;this.ctx.database.getReadonly(b,E)||(t.add(b),d.push({rowKey:b,key:E,value:m,row:{}}))}}if(!d.length)return;this.ctx.selector.xArr=this.ctx.autofill.xArr,this.ctx.selector.yArr=this.ctx.autofill.yArr;const{BEFORE_AUTOFILL_DATA_METHOD:f}=this.ctx.config;if(typeof f=="function"){const g=f,p=d.map(x=>({rowKey:x.rowKey,key:x.key,value:x.value,oldValue:this.ctx.database.getItemValue(x.rowKey,x.key),row:this.ctx.database.getRowDataItemForRowKey(x.rowKey)}));if(d=await g(p,n,h),d&&!d.length)return}this.ctx.batchSetItemValueByEditor(d,!0);let u=[];t.forEach(g=>{u.push(this.ctx.database.getRowDataItemForRowKey(g))}),this.ctx.emit("autofillChange",d,u)}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,J=Math.max,xt=Math.round,$=l=>({x:l,y:l}),yi={left:"right",right:"left",bottom:"top",top:"bottom"},Ei={start:"end",end:"start"};function Ot(l,t,e){return J(l,at(t,e))}function lt(l,t){return typeof l=="function"?l(t):l}function U(l){return l.split("-")[0]}function ht(l){return l.split("-")[1]}function re(l){return l==="x"?"y":"x"}function St(l){return l==="y"?"height":"width"}function Q(l){return["top","bottom"].includes(U(l))?"y":"x"}function Lt(l){return re(Q(l))}function Ci(l,t,e){e===void 0&&(e=!1);const i=ht(l),s=Lt(l),r=St(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 bi(l){const t=gt(l);return[Tt(l),t,Tt(t)]}function Tt(l){return l.replace(/start|end/g,t=>Ei[t])}function vi(l,t,e){const i=["left","right"],s=["right","left"],r=["top","bottom"],o=["bottom","top"];switch(l){case"top":case"bottom":return e?t?s:i:t?i:s;case"left":case"right":return t?r:o;default:return[]}}function Ri(l,t,e,i){const s=ht(l);let r=vi(U(l),e==="start",i);return s&&(r=r.map(o=>o+"-"+s),t&&(r=r.concat(r.map(Tt)))),r}function gt(l){return l.replace(/left|right|bottom|top/g,t=>yi[t])}function _i(l){return{top:0,right:0,bottom:0,left:0,...l}}function oe(l){return typeof l!="number"?_i(l):{top:l,right:l,bottom:l,left:l}}function wt(l){const{x:t,y:e,width:i,height:s}=l;return{width:i,height:s,top:e,left:t,right:t+i,bottom:e+s,x:t,y:e}}function ne(l,t,e){let{reference:i,floating:s}=l;const r=Q(t),o=Lt(t),n=St(o),h=U(t),c=r==="y",d=i.x+i.width/2-s.width/2,f=i.y+i.height/2-s.height/2,u=i[n]/2-s[n]/2;let g;switch(h){case"top":g={x:d,y:i.y-s.height};break;case"bottom":g={x:d,y:i.y+i.height};break;case"right":g={x:i.x+i.width,y:f};break;case"left":g={x:i.x-s.width,y:f};break;default:g={x:i.x,y:i.y}}switch(ht(t)){case"start":g[o]-=u*(e&&c?-1:1);break;case"end":g[o]+=u*(e&&c?-1:1);break}return g}const Ii=async(l,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 c=await o.getElementRects({reference:l,floating:t,strategy:s}),{x:d,y:f}=ne(c,i,h),u=i,g={},p=0;for(let x=0;x<n.length;x++){const{name:w,fn:m}=n[x],{x:C,y,data:b,reset:E}=await m({x:d,y:f,initialPlacement:i,placement:u,strategy:s,middlewareData:g,rects:c,platform:o,elements:{reference:l,floating:t}});d=C??d,f=y??f,g={...g,[w]:{...g[w],...b}},E&&p<=50&&(p++,typeof E=="object"&&(E.placement&&(u=E.placement),E.rects&&(c=E.rects===!0?await o.getElementRects({reference:l,floating:t,strategy:s}):E.rects),{x:d,y:f}=ne(c,u,h)),x=-1)}return{x:d,y:f,placement:u,strategy:s,middlewareData:g}};async function ae(l,t){var e;t===void 0&&(t={});const{x:i,y:s,platform:r,rects:o,elements:n,strategy:h}=l,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:u=!1,padding:g=0}=lt(t,l),p=oe(g),w=n[u?f==="floating"?"reference":"floating":f],m=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:c,rootBoundary:d,strategy:h})),C=f==="floating"?{x:i,y:s,width:o.floating.width,height:o.floating.height}:o.reference,y=await(r.getOffsetParent==null?void 0:r.getOffsetParent(n.floating)),b=await(r.isElement==null?void 0:r.isElement(y))?await(r.getScale==null?void 0:r.getScale(y))||{x:1,y:1}:{x:1,y:1},E=wt(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:n,rect:C,offsetParent:y,strategy:h}):C);return{top:(m.top-E.top+p.top)/b.y,bottom:(E.bottom-m.bottom+p.bottom)/b.y,left:(m.left-E.left+p.left)/b.x,right:(E.right-m.right+p.right)/b.x}}const Oi=l=>({name:"arrow",options:l,async fn(t){const{x:e,y:i,placement:s,rects:r,platform:o,elements:n,middlewareData:h}=t,{element:c,padding:d=0}=lt(l,t)||{};if(c==null)return{};const f=oe(d),u={x:e,y:i},g=Lt(s),p=St(g),x=await o.getDimensions(c),w=g==="y",m=w?"top":"left",C=w?"bottom":"right",y=w?"clientHeight":"clientWidth",b=r.reference[p]+r.reference[g]-u[g]-r.floating[p],E=u[g]-r.reference[g],R=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c));let O=R?R[y]:0;(!O||!await(o.isElement==null?void 0:o.isElement(R)))&&(O=n.floating[y]||r.floating[p]);const I=b/2-E/2,_=O/2-x[p]/2-1,v=at(f[m],_),L=at(f[C],_),T=v,M=O-x[p]-L,A=O/2-x[p]/2+I,Y=Ot(T,A,M),P=!h.arrow&&ht(s)!=null&&A!==Y&&r.reference[p]/2-(A<T?v:L)-x[p]/2<0,V=P?A<T?A-T:A-M:0;return{[g]:u[g]+V,data:{[g]:Y,centerOffset:A-Y-V,...P&&{alignmentOffset:V}},reset:P}}}),Si=function(l){return l===void 0&&(l={}),{name:"flip",options:l,async fn(t){var e,i;const{placement:s,middlewareData:r,rects:o,initialPlacement:n,platform:h,elements:c}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:u,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:x=!0,...w}=lt(l,t);if((e=r.arrow)!=null&&e.alignmentOffset)return{};const m=U(s),C=Q(n),y=U(n)===n,b=await(h.isRTL==null?void 0:h.isRTL(c.floating)),E=u||(y||!x?[gt(n)]:bi(n)),R=p!=="none";!u&&R&&E.push(...Ri(n,x,p,b));const O=[n,...E],I=await ae(t,w),_=[];let v=((i=r.flip)==null?void 0:i.overflows)||[];if(d&&_.push(I[m]),f){const A=Ci(s,o,b);_.push(I[A[0]],I[A[1]])}if(v=[...v,{placement:s,overflows:_}],!_.every(A=>A<=0)){var L,T;const A=(((L=r.flip)==null?void 0:L.index)||0)+1,Y=O[A];if(Y)return{data:{index:A,overflows:v},reset:{placement:Y}};let P=(T=v.filter(V=>V.overflows[0]<=0).sort((V,G)=>V.overflows[1]-G.overflows[1])[0])==null?void 0:T.placement;if(!P)switch(g){case"bestFit":{var M;const V=(M=v.filter(G=>{if(R){const j=Q(G.placement);return j===C||j==="y"}return!0}).map(G=>[G.placement,G.overflows.filter(j=>j>0).reduce((j,es)=>j+es,0)]).sort((G,j)=>G[1]-j[1])[0])==null?void 0:M[0];V&&(P=V);break}case"initialPlacement":P=n;break}if(s!==P)return{reset:{placement:P}}}return{}}}};async function Li(l,t){const{placement:e,platform:i,elements:s}=l,r=await(i.isRTL==null?void 0:i.isRTL(s.floating)),o=U(e),n=ht(e),h=Q(e)==="y",c=["left","top"].includes(o)?-1:1,d=r&&h?-1:1,f=lt(t,l);let{mainAxis:u,crossAxis:g,alignmentAxis:p}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return n&&typeof p=="number"&&(g=n==="end"?p*-1:p),h?{x:g*d,y:u*c}:{x:u*c,y:g*d}}const Ti=function(l){return l===void 0&&(l=0),{name:"offset",options:l,async fn(t){var e,i;const{x:s,y:r,placement:o,middlewareData:n}=t,h=await Li(t,l);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}}}}},Ai=function(l){return l===void 0&&(l={}),{name:"shift",options:l,async fn(t){const{x:e,y:i,placement:s}=t,{mainAxis:r=!0,crossAxis:o=!1,limiter:n={fn:w=>{let{x:m,y:C}=w;return{x:m,y:C}}},...h}=lt(l,t),c={x:e,y:i},d=await ae(t,h),f=Q(U(s)),u=re(f);let g=c[u],p=c[f];if(r){const w=u==="y"?"top":"left",m=u==="y"?"bottom":"right",C=g+d[w],y=g-d[m];g=Ot(C,g,y)}if(o){const w=f==="y"?"top":"left",m=f==="y"?"bottom":"right",C=p+d[w],y=p-d[m];p=Ot(C,p,y)}const x=n.fn({...t,[u]:g,[f]:p});return{...x,data:{x:x.x-e,y:x.y-i,enabled:{[u]:r,[f]:o}}}}}};function pt(){return typeof window<"u"}function tt(l){return le(l)?(l.nodeName||"").toLowerCase():"#document"}function B(l){var t;return(l==null||(t=l.ownerDocument)==null?void 0:t.defaultView)||window}function W(l){var t;return(t=(le(l)?l.ownerDocument:l.document)||window.document)==null?void 0:t.documentElement}function le(l){return pt()?l instanceof Node||l instanceof B(l).Node:!1}function N(l){return pt()?l instanceof Element||l instanceof B(l).Element:!1}function K(l){return pt()?l instanceof HTMLElement||l instanceof B(l).HTMLElement:!1}function he(l){return!pt()||typeof ShadowRoot>"u"?!1:l instanceof ShadowRoot||l instanceof B(l).ShadowRoot}function ct(l){const{overflow:t,overflowX:e,overflowY:i,display:s}=k(l);return/auto|scroll|overlay|hidden|clip/.test(t+i+e)&&!["inline","contents"].includes(s)}function Mi(l){return["table","td","th"].includes(tt(l))}function mt(l){return[":popover-open",":modal"].some(t=>{try{return l.matches(t)}catch{return!1}})}function At(l){const t=Mt(),e=N(l)?k(l):l;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 Hi(l){let t=q(l);for(;K(t)&&!et(t);){if(At(t))return t;if(mt(t))return null;t=q(t)}return null}function Mt(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function et(l){return["html","body","#document"].includes(tt(l))}function k(l){return B(l).getComputedStyle(l)}function yt(l){return N(l)?{scrollLeft:l.scrollLeft,scrollTop:l.scrollTop}:{scrollLeft:l.scrollX,scrollTop:l.scrollY}}function q(l){if(tt(l)==="html")return l;const t=l.assignedSlot||l.parentNode||he(l)&&l.host||W(l);return he(t)?t.host:t}function ce(l){const t=q(l);return et(t)?l.ownerDocument?l.ownerDocument.body:l.body:K(t)&&ct(t)?t:ce(t)}function Ht(l,t,e){var i;t===void 0&&(t=[]),e===void 0&&(e=!0);const s=ce(l),r=s===((i=l.ownerDocument)==null?void 0:i.body),o=B(s);if(r){const n=Dt(o);return t.concat(o,o.visualViewport||[],ct(s)?s:[],n&&e?Ht(n):[])}return t.concat(s,Ht(s,[],e))}function Dt(l){return l.parent&&Object.getPrototypeOf(l.parent)?l.frameElement:null}function de(l){const t=k(l);let e=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const s=K(l),r=s?l.offsetWidth:e,o=s?l.offsetHeight:i,n=xt(e)!==r||xt(i)!==o;return n&&(e=r,i=o),{width:e,height:i,$:n}}function fe(l){return N(l)?l:l.contextElement}function it(l){const t=fe(l);if(!K(t))return $(1);const e=t.getBoundingClientRect(),{width:i,height:s,$:r}=de(t);let o=(r?xt(e.width):e.width)/i,n=(r?xt(e.height):e.height)/s;return(!o||!Number.isFinite(o))&&(o=1),(!n||!Number.isFinite(n))&&(n=1),{x:o,y:n}}const Di=$(0);function ue(l){const t=B(l);return!Mt()||!t.visualViewport?Di:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Xi(l,t,e){return t===void 0&&(t=!1),!e||t&&e!==B(l)?!1:t}function dt(l,t,e,i){t===void 0&&(t=!1),e===void 0&&(e=!1);const s=l.getBoundingClientRect(),r=fe(l);let o=$(1);t&&(i?N(i)&&(o=it(i)):o=it(l));const n=Xi(r,e,i)?ue(r):$(0);let h=(s.left+n.x)/o.x,c=(s.top+n.y)/o.y,d=s.width/o.x,f=s.height/o.y;if(r){const u=B(r),g=i&&N(i)?B(i):i;let p=u,x=Dt(p);for(;x&&i&&g!==p;){const w=it(x),m=x.getBoundingClientRect(),C=k(x),y=m.left+(x.clientLeft+parseFloat(C.paddingLeft))*w.x,b=m.top+(x.clientTop+parseFloat(C.paddingTop))*w.y;h*=w.x,c*=w.y,d*=w.x,f*=w.y,h+=y,c+=b,p=B(x),x=Dt(p)}}return wt({width:d,height:f,x:h,y:c})}function Fi(l){let{elements:t,rect:e,offsetParent:i,strategy:s}=l;const r=s==="fixed",o=W(i),n=t?mt(t.floating):!1;if(i===o||n&&r)return e;let h={scrollLeft:0,scrollTop:0},c=$(1);const d=$(0),f=K(i);if((f||!f&&!r)&&((tt(i)!=="body"||ct(o))&&(h=yt(i)),K(i))){const u=dt(i);c=it(i),d.x=u.x+i.clientLeft,d.y=u.y+i.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-h.scrollLeft*c.x+d.x,y:e.y*c.y-h.scrollTop*c.y+d.y}}function Bi(l){return Array.from(l.getClientRects())}function Xt(l,t){const e=yt(l).scrollLeft;return t?t.left+e:dt(W(l)).left+e}function Ni(l){const t=W(l),e=yt(l),i=l.ownerDocument.body,s=J(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),r=J(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let o=-e.scrollLeft+Xt(l);const n=-e.scrollTop;return k(i).direction==="rtl"&&(o+=J(t.clientWidth,i.clientWidth)-s),{width:s,height:r,x:o,y:n}}function ki(l,t){const e=B(l),i=W(l),s=e.visualViewport;let r=i.clientWidth,o=i.clientHeight,n=0,h=0;if(s){r=s.width,o=s.height;const c=Mt();(!c||c&&t==="fixed")&&(n=s.offsetLeft,h=s.offsetTop)}return{width:r,height:o,x:n,y:h}}function Ki(l,t){const e=dt(l,!0,t==="fixed"),i=e.top+l.clientTop,s=e.left+l.clientLeft,r=K(l)?it(l):$(1),o=l.clientWidth*r.x,n=l.clientHeight*r.y,h=s*r.x,c=i*r.y;return{width:o,height:n,x:h,y:c}}function xe(l,t,e){let i;if(t==="viewport")i=ki(l,e);else if(t==="document")i=Ni(W(l));else if(N(t))i=Ki(t,e);else{const s=ue(l);i={...t,x:t.x-s.x,y:t.y-s.y}}return wt(i)}function ge(l,t){const e=q(l);return e===t||!N(e)||et(e)?!1:k(e).position==="fixed"||ge(e,t)}function Yi(l,t){const e=t.get(l);if(e)return e;let i=Ht(l,[],!1).filter(n=>N(n)&&tt(n)!=="body"),s=null;const r=k(l).position==="fixed";let o=r?q(l):l;for(;N(o)&&!et(o);){const n=k(o),h=At(o);!h&&n.position==="fixed"&&(s=null),(r?!h&&!s:!h&&n.position==="static"&&!!s&&["absolute","fixed"].includes(s.position)||ct(o)&&!h&&ge(l,o))?i=i.filter(d=>d!==o):s=n,o=q(o)}return t.set(l,i),i}function Vi(l){let{element:t,boundary:e,rootBoundary:i,strategy:s}=l;const o=[...e==="clippingAncestors"?mt(t)?[]:Yi(t,this._c):[].concat(e),i],n=o[0],h=o.reduce((c,d)=>{const f=xe(t,d,s);return c.top=J(f.top,c.top),c.right=at(f.right,c.right),c.bottom=at(f.bottom,c.bottom),c.left=J(f.left,c.left),c},xe(t,n,s));return{width:h.right-h.left,height:h.bottom-h.top,x:h.left,y:h.top}}function Wi(l){const{width:t,height:e}=de(l);return{width:t,height:e}}function Pi(l,t,e){const i=K(t),s=W(t),r=e==="fixed",o=dt(l,!0,r,t);let n={scrollLeft:0,scrollTop:0};const h=$(0);if(i||!i&&!r)if((tt(t)!=="body"||ct(s))&&(n=yt(t)),i){const g=dt(t,!0,r,t);h.x=g.x+t.clientLeft,h.y=g.y+t.clientTop}else s&&(h.x=Xt(s));let c=0,d=0;if(s&&!i&&!r){const g=s.getBoundingClientRect();d=g.top+n.scrollTop,c=g.left+n.scrollLeft-Xt(s,g)}const f=o.left+n.scrollLeft-h.x-c,u=o.top+n.scrollTop-h.y-d;return{x:f,y:u,width:o.width,height:o.height}}function Ft(l){return k(l).position==="static"}function we(l,t){if(!K(l)||k(l).position==="fixed")return null;if(t)return t(l);let e=l.offsetParent;return W(l)===e&&(e=e.ownerDocument.body),e}function pe(l,t){const e=B(l);if(mt(l))return e;if(!K(l)){let s=q(l);for(;s&&!et(s);){if(N(s)&&!Ft(s))return s;s=q(s)}return e}let i=we(l,t);for(;i&&Mi(i)&&Ft(i);)i=we(i,t);return i&&et(i)&&Ft(i)&&!At(i)?e:i||Hi(l)||e}const zi=async function(l){const t=this.getOffsetParent||pe,e=this.getDimensions,i=await e(l.floating);return{reference:Pi(l.reference,await t(l.floating),l.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function $i(l){return k(l).direction==="rtl"}const qi={convertOffsetParentRelativeRectToViewportRelativeRect:Fi,getDocumentElement:W,getClippingRect:Vi,getOffsetParent:pe,getElementRects:zi,getClientRects:Bi,getDimensions:Wi,getScale:it,isElement:N,isRTL:$i},me=Ti,ye=Ai,Ee=Si,Gi=Oi,Ce=(l,t,e)=>{const i=new Map,s={platform:qi,...e},r={...s.platform,_c:i};return Ii(l,t,{...s,platform:r})};let ji=class{constructor(t){a(this,"ctx");a(this,"enable",!1);a(this,"contentEl");a(this,"floatingEl");a(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.containerElement.appendChild(this.floatingEl),this.init()}init(){this.floatingEl.addEventListener("mouseleave",()=>{this.hide()}),this.ctx.on("mouseout",t=>{this.floatingEl.contains(t.relatedTarget)||this.hide()}),this.ctx.on("onScroll",()=>{this.hide()}),this.ctx.on("startEdit",()=>{this.hide()}),this.ctx.on("visibleCellHoverChange",(t,e)=>{this.floatingEl.contains(e.target)||(t.ellipsis||t.message)&&this.show(t)}),this.ctx.on("visibleCellMouseleave",(t,e)=>{this.floatingEl.contains(e.target)||this.hide()}),this.ctx.on("cellHeaderMouseleave",(t,e)=>{this.floatingEl.contains(e.target)||this.hide()}),this.ctx.on("cellHeaderHoverChange",(t,e)=>{this.floatingEl.contains(e.target)||t.ellipsis&&this.show(t)})}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.containerElement.getBoundingClientRect();if(!i)return;this.enable=!0,this.contentEl.style.maxWidth=`${t.overflowTooltipMaxWidth||500}px`,this.contentEl.style.minWidth="100px",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;Ce({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:[ye(),Ee(),me(6),Gi({element:this.arrowEl})]}).then(n=>{const{x:h,y:c,placement:d,middlewareData:f}=n;if(Object.assign(this.floatingEl.style,{top:`${c}px`,left:`${h}px`}),f.arrow){const u=f.arrow;["left","left-start","left-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${u.y}px`,bottom:"",left:"",right:"-5px"}):["right","right-start","right-end"].includes(d)?Object.assign(this.arrowEl.style,{top:`${u.y}px`,bottom:"",left:"-5px",right:""}):["bottom","bottom-start","bottom-end"].includes(d)?Object.assign(this.arrowEl.style,{top:"-5px",bottom:"",left:`${u.x}px`,right:""}):["top","top-start","top-end"].includes(d)&&Object.assign(this.arrowEl.style,{top:"",bottom:"-5px",left:`${u.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 Ui{constructor(t){a(this,"editorEl");a(this,"inputEl");a(this,"enable",!1);a(this,"cellTarget",null);a(this,"selectorArrStr","");a(this,"ctx");a(this,"drawY",0);a(this,"drawX",0);a(this,"cancel",!1);this.ctx=t,this.initTextEditor(),this.init()}init(){this.ctx.on("outsideMousedown",()=>{this.cellTarget&&this.cellTarget.editorType==="text"&&this.clearEditor()}),this.ctx.on("moveFocus",t=>{this.cellTarget=t;const{xArr:e,yArr:i}=this.ctx.selector;this.selectorArrStr=JSON.stringify(e)+JSON.stringify(i)}),this.ctx.on("onScroll",()=>{this.enable&&this.doneEdit()}),this.ctx.on("cellHeaderMousedown",()=>{this.enable&&this.doneEdit(),this.cellTarget=null}),this.ctx.on("hoverIconClick",t=>{t.editorType!=="none"&&this.editCell(t.rowIndex,t.colIndex)}),this.ctx.on("keydown",t=>{if(!this.ctx.isTarget(t)||!this.ctx.focusCell)return;if(t.code==="Escape"&&this.ctx.editing){this.cancel=!0;const{focusCell:h}=this.ctx;h&&(this.ctx.emit("setSelectorCell",h),this.cellTarget=h),this.doneEdit();return}if((t.altKey||t.metaKey)&&t.code==="Enter"&&this.ctx.editing&&this.inputEl){t.preventDefault();const h=this.inputEl.selectionStart,c=this.inputEl.value.substring(0,h),d=this.inputEl.value.substring(h);this.inputEl.value=c+`
|
|
16
|
+
`+d,this.inputEl.selectionStart=this.inputEl.selectionEnd=h+1,this.autoSize();return}if(t.code==="Tab"&&this.ctx.editing){if(t.preventDefault(),this.doneEdit(),t.shiftKey){this.ctx.emit("setMoveFocus","LEFT");return}this.ctx.emit("setMoveFocus","RIGHT");return}if(t.code==="Enter"&&this.ctx.editing){if(t.preventDefault(),this.doneEdit(),t.shiftKey){this.ctx.emit("setMoveFocus","TOP");return}this.ctx.emit("setMoveFocus","BOTTOM");return}if(t.code==="Enter"&&!this.ctx.editing){t.preventDefault(),this.startEdit();return}const e=t.key,i=t.ctrlKey,s=t.altKey,r=t.shiftKey,o=t.metaKey;i||s||r||o||["Enter","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)||this.startEdit(!0)}),this.ctx.on("adjustBoundaryPosition",t=>{this.cellTarget=t;const{xArr:e,yArr:i}=this.ctx.selector;this.selectorArrStr=JSON.stringify(e)+JSON.stringify(i)}),this.ctx.on("cellClick",t=>{if(this.ctx.adjustPositioning||!this.isInSelectorRange(t.rowIndex,t.colIndex))return;const{xArr:e,yArr:i}=this.ctx.selector,s=JSON.stringify(e)+JSON.stringify(i);if(this.selectorArrStr===s&&this.cellTarget){if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.onlyMergeCell){this.startEdit();return}if(this.ctx.selectOnlyOne&&t.rowKey===this.cellTarget.rowKey&&t.key===this.cellTarget.key){this.startEdit();return}}if(this.selectorArrStr=s,this.doneEdit(),this.cellTarget=t,this.ctx.config.ENABLE_EDIT_SINGLE_CLICK){if(this.ctx.config.ENABLE_MERGE_CELL_LINK&&this.ctx.onlyMergeCell){this.startEdit();return}this.ctx.selectOnlyOne&&this.startEdit()}})}isInSelectorRange(t,e){const{xArr:i,yArr:s}=this.ctx.selector,[r,o]=i,[n,h]=s;return!(e<r||e>o||t<n||t>h)}initTextEditor(){this.inputEl=document.createElement("textarea"),this.inputEl.setAttribute("rows","1"),this.inputEl.addEventListener("input",this.autoSize.bind(this)),this.inputEl.addEventListener("blur",()=>{this.doneEdit()}),this.editorEl=this.ctx.editorElement,this.inputEl.className="e-virt-table-editor-textarea",this.editorEl.appendChild(this.inputEl),this.ctx.containerElement.appendChild(this.editorEl)}autoSize(){this.inputEl.style.height="auto";let t=this.inputEl.scrollHeight,e=this.ctx.body.visibleHeight;t>e&&(t=e);const{stageHeight:i,footer:s,header:r,config:{SCROLLER_TRACK_SIZE:o}}=this.ctx,n=i-s.height-o;this.editorEl.style.bottom="auto",this.drawY<r.height&&(this.editorEl.style.top=`${r.height-1}px`),this.drawY+t>n&&(this.editorEl.style.left=`${this.drawX-1}px`,this.editorEl.style.top="auto",this.editorEl.style.bottom=`${i-n}px`),this.inputEl.style.height=`${t}px`}startEditByInput(t,e=!1){const i=e?null:t.getValue(),{editorType:s}=t;t.update(),this.ctx.config.ENABLE_MERGE_CELL_LINK&&t.updateSpanInfo();let{height:r,width:o,drawY:n,drawX:h}=t;this.drawX=h,this.drawY=n;const{config:{CELL_PADDING:c},header:d}=this.ctx;let f=this.ctx.body.visibleHeight;if(r>f&&(r=f),this.editorEl.style.display="inline-block",this.editorEl.style.left=`${this.drawX-1}px`,this.editorEl.style.top=`${this.drawY-1}px`,this.editorEl.style.bottom="auto",this.editorEl.style.maxHeight=`${f}px`,s==="text"){this.inputEl.style.display="block",this.inputEl.style.minWidth=`${o-1}px`,this.inputEl.style.minHeight=`${r-1}px`,this.inputEl.style.maxHeight=`${f}px`,this.inputEl.style.width=`${o-1}px`,this.inputEl.style.height="auto",this.inputEl.style.padding=`${c}px`,i!==null&&(this.inputEl.value=i),this.inputEl.focus({preventScroll:!0});const u=this.inputEl.value.length;this.inputEl.setSelectionRange(u,u)}else this.inputEl.style.display="none";(this.inputEl.scrollHeight>r||this.drawY<d.height)&&this.autoSize()}doneEditByInput(){if(this.cellTarget&&this.cellTarget.editorType==="text"){const{rowKey:t,key:e}=this.cellTarget,i=this.cellTarget.getValue(),s=this.inputEl.value;s!==i&&!(s===""&&i===null)&&!this.cancel&&this.ctx.setItemValueByEditor(t,e,s,!0),this.inputEl.value=""}}startEdit(t=!1){this.cancel=!1;const{ENABLE_EDIT_CLICK_SELECTOR:e}=this.ctx.config;if(!e)return;const i=this.ctx.focusCell;if(!i||["index","index-selection","selection"].includes(i.type)||this.enable||(this.ctx.emit("drawView"),!(i.isVerticalVisible()&&i.isHorizontalVisible())))return;const{rowKey:r,key:o,editorType:n}=i;if(n==="none")return;const h=this.ctx.database.getReadonly(r,o);i&&!h&&(this.enable=!0,this.ctx.editing=!0,this.cellTarget=i,this.startEditByInput(this.cellTarget,t),this.ctx.emit("startEdit",this.cellTarget))}editCell(t,e){const i=this.ctx.body.renderRows.find(c=>c.rowIndex===t);if(!i)return;const s=i.cells.find(c=>c.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.doneEditByInput(),this.ctx.emit("doneEdit",this.cellTarget),this.enable=!1,this.ctx.editing=!1,this.ctx.containerElement.focus({preventScroll:!0}),this.editorEl.style.display="none",this.ctx.emit("drawView"))}clearEditor(){this.doneEdit(),this.cellTarget=null,this.selectorArrStr="",this.ctx.clearSelector(),this.ctx.focusCell=void 0,this.ctx.emit("drawView")}destroy(){var t;(t=this.editorEl)==null||t.remove()}}class Zi{constructor(t){a(this,"ctx");a(this,"emptyEl");this.ctx=t;const{EMPTY_TEXT:e,EMPTY_CUSTOM_STYLE:i}=this.ctx.config;this.ctx.emptyElement?this.emptyEl=this.ctx.emptyElement:(this.emptyEl=document.createElement("div"),this.emptyEl.innerText=e),this.emptyEl.className="e-virt-table-empty",this.emptyEl.style.display="none",this.ctx.containerElement.appendChild(this.emptyEl),this.ctx.on("emptyChange",({type:s,headerHeight:r,bodyHeight:o,footerHeight:n})=>{const h=r+(o+n)/2,c={display:s==="empty"?"block":"none",position:"absolute",fontSize:"14px",color:"#666",left:"50%",top:`${h}px`,transform:"translate(-50%, -50%)",...i};Object.assign(this.emptyEl.style,c)})}destroy(){this.emptyEl.remove()}}class Ji{constructor(t){a(this,"ctx");this.ctx=t}draw(){const t=this.getContainer();this.ctx.emit("overlayerChange",t)}destroy(){this.ctx.emit("overlayerChange",{style:{},views:[]})}getContainer(){const t=this.getHeader(),e=this.getBody(),i=this.getFooter();let s=[];const{FOOTER_FIXED:r,FOOTER_POSITION:o}=this.ctx.config;return r?o==="top"?s=[t,i,e]:s=[t,e,i]:s=[t,e],{views:s}}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=[],c=[],d=[];n.forEach(w=>{w.render&&(w.fixed==="left"?c.push(w):w.fixed==="right"?d.push(w):h.push(w))});const f=e-i,u={key:"left",style:{position:"absolute",top:"0px",left:"0px",overflow:"hidden",width:`${t}px`,height:`${o}px`},cells:c},g={key:"center",style:{position:"absolute",top:"0px",left:`${t}px`,overflow:"hidden",width:`${r-t-f+1}px`,height:`${o}px`},cells:h},p={key:"right",style:{position:"absolute",top:"0px",right:"0px",overflow:"hidden",width:`${f+1}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:[u,g,p]}}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(m=>{m.cellType==="footer"&&(m.render=m.renderFooter),m.render&&(m.fixed==="left"?e.push(m):m.fixed==="right"?i.push(m):t.push(m))})});const{fixedLeftWidth:r,fixedRightWidth:o,config:{SCROLLER_TRACK_SIZE:n,CSS_PREFIX:h}}=this.ctx,{visibleWidth:c,visibleHeight:d}=this.ctx.body,f=o-n,u={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${r}px`,height:`${d}px`},cells:e},g={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${r-.5}px`,overflow:"hidden",width:`${c-r-f}px`,height:`${d}px`},cells:t},p={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:`${c}px`,height:`${d}px`},views:[u,g,p]}}getFooter(){const t=[],e=[],i=[];this.ctx.footer.renderRows.forEach(x=>{x.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:c}=this.ctx.footer,d=r-o,f={key:"left",style:{position:"absolute",top:`${.5}px`,left:`${.5}px`,overflow:"hidden",width:`${s}px`,height:`${c}px`},cells:e},u={key:"center",style:{position:"absolute",top:`${.5}px`,left:`${s-.5}px`,overflow:"hidden",width:`${h-s-d}px`,height:`${c}px`},cells:t},g={key:"right",style:{position:"absolute",top:`${.5}px`,right:`${.5}px`,overflow:"hidden",width:`${d}px`,height:`${c}px`},cells:i};return{type:"footer",class:`${n}-overlayer-footer`,style:{position:"relative",overflow:"hidden",width:`${h}px`,height:`${c}px`},views:[f,u,g]}}}class Qi{constructor(t){a(this,"ctx");a(this,"contextMenuEl");a(this,"custom",!1);this.ctx=t,this.ctx.contextMenuElement?(this.custom=!0,this.contextMenuEl=this.ctx.contextMenuElement):(this.custom=!1,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:c,colIndex:d}=t;c>=n&&c<=h&&d>=r&&d<=o||this.ctx.emit("setSelectorCell",t,e);const u={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};Ce(u,this.contextMenuEl,{placement:"right-start",middleware:[me(),ye(),Ee()]}).then(({x:g,y:p})=>{this.show(g,p)})}),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(){if(this.contextMenuEl.className="e-virt-table-context-menu",this.contextMenuEl.addEventListener("contextmenu",function(e){e.preventDefault()}),this.ctx.containerElement.appendChild(this.contextMenuEl),this.custom)return;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){this.contextMenuEl.replaceChildren(),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 ts{constructor(t,e){a(this,"options");a(this,"scroller");a(this,"header");a(this,"body");a(this,"footer");a(this,"selector");a(this,"autofill");a(this,"tooltip");a(this,"editor");a(this,"empty");a(this,"overlayer");a(this,"contextMenu");a(this,"ctx");this.options=e;const{overlayerElement:i,editorElement:s,emptyElement:r,contextMenuElement:o}=e,n=this.createContainer(t,i,s,r,o);this.ctx=new fi(n,this.options),this.header=new xi(this.ctx),this.footer=new wi(this.ctx),this.body=new gi(this.ctx),this.scroller=new ui(this.ctx),this.selector=new pi(this.ctx),this.autofill=new mi(this.ctx),this.tooltip=new ji(this.ctx),this.empty=new Zi(this.ctx),this.editor=new Ui(this.ctx),this.overlayer=new Ji(this.ctx),this.contextMenu=new Qi(this.ctx),this.ctx.on("draw",()=>{this.draw()}),this.ctx.on("drawView",()=>{this.draw(!0)}),this.draw()}createContainer(t,e,i,s,r){t.className="e-virt-table-container";const o=document.createElement("div"),n=document.createElement("canvas"),h=e||document.createElement("div");o.className="e-virt-table-stage",t.tabIndex=0,n.className="e-virt-table-canvas",h.className="e-virt-table-overlayer";const c=i||document.createElement("div");c.className="e-virt-table-editor";const d=s,f=r;return o.appendChild(n),o.appendChild(h),t.appendChild(o),{containerElement:t,stageElement:o,canvasElement:n,overlayerElement:h,editorElement:c,emptyElement:d,contextMenuElement:f}}draw(t=!1){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(),t||this.overlayer.draw()})}loadConfig(t){this.ctx.config.init(t),this.ctx.database.init(!1),this.header.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.header.init(),this.tooltip.hide(),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)}emit(t,...e){this.ctx.emit(t,...e)}off(t,e){this.ctx.off(t,e)}filterMethod(t){this.ctx.database.setFilterMethod(t),this.ctx.database.init(!1),this.header.init(),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){this.ctx.database.batchSetItemValue(t,e)}setItemValueByEditor(t,e,i,s=!0,r=!0){this.ctx.setItemValueByEditor(t,e,i,s,r),this.editor.doneEdit()}clearEditor(){this.editor.clearEditor()}doLayout(){this.ctx.emit("draw")}getChangedData(){return this.ctx.database.getChangedData()}getChangedRows(){return this.ctx.database.getChangedRows()}setCurrentRowByRowIndex(t){this.ctx.currentCell=this.ctx.database.getVirtualBodyCell(t,0),this.ctx.emit("draw")}setCurrentRow(t){const e=this.ctx.database.getColumnByColIndex(0);e&&(this.ctx.currentCell=this.ctx.database.getVirtualBodyCellByKey(t,e.key),this.ctx.emit("draw"))}getCurrentRow(){const t=this.ctx.currentCell;return t?{row:t.row,rowIndex:t.rowIndex,rowKey:t.rowKey}:void 0}clearValidate(){this.ctx.database.clearValidate(),this.ctx.emit("draw")}validateFields(t,e=!0){return new Promise(async(i,s)=>{let r=[];for(let o=0;o<t.length;o++){const{rowKey:n,key:h}=t[o],c=await this.ctx.database.getValidator(n,h);Array.isArray(c)&&c.length&&r.push(c)}if(r.length){if(s(r),e){const[o]=r;if(Array.isArray(o)&&o.length){const[n]=o,{rowKey:h,key:c}=n;this.scrollToRowkey(h),this.scrollToColkey(c)}}this.ctx.emit("draw")}else i([]),this.ctx.emit("draw")})}async validate(t=!0){return 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,c=this.ctx.database.getRowForRowKey(n);if(c){const{parentRowKeys:d=[]}=c;d&&d.length&&this.setExpandRowKeys(d,!0)}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"))})}hasValidationError(){return this.ctx.database.hasValidationError()}scrollTo(t,e){this.scroller.setScroll(t,e)}scrollXTo(t){this.scroller.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.scroller.setScrollY(t)}setExpandRowKeys(t,e=!0){this.ctx.database.setExpandRowKeys(t,e)}getExpandRowKeys(){return this.ctx.database.getExpandRowKeys()}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,!1)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}setSelectionByRowKeys(t,e=!0){t.forEach(i=>{this.ctx.database.setRowSelection(i,e,!1)}),this.ctx.emit("selectionChange",this.getSelectionRows()),this.ctx.emit("draw")}toggleAllSelection(){this.ctx.database.toggleAllSelection(),this.ctx.emit("draw")}toggleRowExpand(t,e){this.ctx.database.expandItem(t,e),this.ctx.emit("draw")}toggleExpandAll(t){this.ctx.database.expandAll(t),this.ctx.emit("draw")}getSelectionRows(){return this.ctx.database.getSelectionRows()}getPositionForRowIndex(t){return this.ctx.database.getPositionForRowIndex(t)}getCellValue(t,e){return this.ctx.database.getItemValue(t,e)}getCellValueByIndex(t,e){return this.ctx.database.getItemValueForRowIndexAndColIndex(t,e)}contextMenuHide(){this.contextMenu.hide()}getUtils(){return{mergeColCell:si,mergeRowCell:ii,getSpanArrByRow:Ut,getSpanObjByColumn:Zt}}getColumnByKey(t){var e;return(e=this.ctx.database.getColumnByKey(t))==null?void 0:e.column}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.ctx.containerElement.remove()}}return ts});
|
|
17
17
|
//# sourceMappingURL=index.umd.js.map
|