@odoo/o-spreadsheet 17.1.8 → 17.1.9

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.
@@ -276,7 +276,7 @@
276
276
  height: 100%;
277
277
  position: relative;
278
278
  }
279
- `;class Sl extends t.Component{static template="o-spreadsheet-ChartFigure";static props={figure:Object,onFigureDeleted:Function};static components={};onDoubleClick(){this.env.model.dispatch("SELECT_FIGURE",{id:this.props.figure.id}),this.env.openSidePanel("ChartPanel")}get chartType(){return this.env.model.getters.getChartType(this.props.figure.id)}get chartComponent(){const e=this.chartType,t=vl.get(e);if(!t)throw new Error(`Component is not defined for type ${e}`);return t}}class Cl extends t.Component{static template="o-spreadsheet-ImageFigure";static props={figure:Object,onFigureDeleted:Function};static components={};get figureId(){return this.props.figure.id}get getImagePath(){return this.env.model.getters.getImagePath(this.figureId)}}function El(e,t){const o=le(t),s=e.getSheetViewDimension(),n=s.width,i=s.height;if(o.width>n){const e=n/o.width;o.width=n,o.height=o.height*e}if(o.height>i){const e=i/o.height;o.height=i,o.width=o.width*e}return o}const wl=new ki;function yl(e,t){return{id:"copy",name:Xt("Copy"),sequence:2,description:"Ctrl+C",execute:async()=>{t.model.dispatch("SELECT_FIGURE",{id:e}),t.model.dispatch("COPY"),await t.clipboard.write(t.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.COPY"}}function xl(e,t){return{id:"cut",name:Xt("Cut"),sequence:3,description:"Ctrl+X",execute:async()=>{t.model.dispatch("SELECT_FIGURE",{id:e}),t.model.dispatch("CUT"),await t.clipboard.write(t.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.CUT"}}function Il(e,t,o){return{id:"delete",name:Xt("Delete"),sequence:10,execute:()=>{o.model.dispatch("DELETE_FIGURE",{sheetId:o.model.getters.getActiveSheetId(),id:e}),t()},icon:"o-spreadsheet-Icon.DELETE"}}wl.add("chart",{Component:Sl,SidePanelComponent:"ChartPanel",menuBuilder:function(e,t,o){return Jn([{id:"edit",name:Xt("Edit"),sequence:1,execute:()=>{o.model.dispatch("SELECT_FIGURE",{id:e}),o.openSidePanel("ChartPanel")},icon:"o-spreadsheet-Icon.EDIT"},yl(e,o),xl(e,o),Il(e,t,o)])}}),wl.add("image",{Component:Cl,keepRatio:!0,minFigSize:20,borderWidth:0,menuBuilder:function(e,t,o){return Jn([yl(e,o),xl(e,o),{id:"reset_size",name:Xt("Reset size"),sequence:4,execute:async()=>{const t=o.model.getters.getImagePath(e),s=o.model.getters.getImageSize(e)??await(o.imageProvider?.getImageOriginalSize(t));if(!o.model.getters.getImageSize(e)){o.model.getters.getImage(e).size=s}const{height:n,width:i}=El(o.model.getters,s);o.model.dispatch("UPDATE_FIGURE",{sheetId:o.model.getters.getActiveSheetId(),id:e,height:n,width:i})},icon:"o-spreadsheet-Icon.REFRESH"},Il(e,t,o)])}});const Rl=(new ki).add("ADD_COLUMNS_ROWS",(function(e){const t=[];let o=e.base;"after"===e.position&&o++;for(let s=0;s<e.quantity;s++)t.push(s+o);return[{type:"REMOVE_COLUMNS_ROWS",dimension:e.dimension,elements:t,sheetId:e.sheetId}]})).add("REMOVE_COLUMNS_ROWS",(function(e){const t=[],o=[...e.elements].sort(((e,t)=>e-t));for(let s of ge(o)){const o=0===s[0]?0:s[0]-1,n=0===s[0]?"before":"after";t.push({type:"ADD_COLUMNS_ROWS",dimension:e.dimension,quantity:s.length,base:o,sheetId:e.sheetId,position:n})}return t})).add("ADD_MERGE",(function(e){return[{type:"REMOVE_MERGE",sheetId:e.sheetId,target:e.target}]})).add("REMOVE_MERGE",(function(e){return[{type:"ADD_MERGE",sheetId:e.sheetId,target:e.target}]})).add("CREATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetId}]})).add("DELETE_SHEET",(function(e){return[{type:"CREATE_SHEET",sheetId:e.sheetId,position:1}]})).add("DUPLICATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetIdTo}]})).add("CREATE_FIGURE",(function(e){return[{type:"DELETE_FIGURE",id:e.figure.id,sheetId:e.sheetId}]})).add("CREATE_CHART",(function(e){return[{type:"DELETE_FIGURE",id:e.id,sheetId:e.sheetId}]})).add("HIDE_COLUMNS_ROWS",(function(e){return[{type:"UNHIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]})).add("UNHIDE_COLUMNS_ROWS",(function(e){return[{type:"HIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]}));for(const mA of no.values())Rl.contains(mA)||Rl.add(mA,Tl);function Tl(e){return[e]}function Al(e){const t=e.model.dispatch("CUT");t.isSuccessful||t.isCancelledBecause("WrongCutSelection")&&e.raiseError(Xt("This operation is not allowed with multiple selections."))}const Ol={MergeIsDestructive:Xt("Merging these cells will only preserve the top-leftmost value. Merge anyway?"),MergeInFilter:Xt("You can't merge cells inside of an existing filter.")};function _l(e,t){const o=fl.getAll().find((t=>t.match(e.type)));if(!o)throw new Error("Unknown chart type.");return o.transformDefinition(e,t)}function Ml(e,t){let o=e;e.left!==e.right&&(o={...e,left:e.left+1});const s=[hn(o)],n=t.getActiveSheetId(),i=t.getCell({sheetId:n,col:e.left,row:e.top});if(1===Mn(e)&&i?.content)return{type:"scorecard",title:"",background:i.style?.fillColor||void 0,keyValue:hn(e),baselineMode:j,baselineColorUp:X,baselineColorDown:K};let r="";const a=t.getEvaluatedCellsInZone(n,{...o,bottom:o.top}),l=!!a.find((e=>e.type!==Qt.empty&&e.type!==Qt.number));if(l){const e=a.filter((e=>e.type!==Qt.error&&e.type!==Qt.empty)).map((e=>e.formattedValue)),t=e.splice(-1)[0];r=e.join(", "),t&&(r+=(r?" "+Xt("and")+" ":"")+t)}let c;e.left!==e.right&&(c=hn({...e,right:e.left}));const h=o.right===o.left?"none":"top";return cl(c?t.getRangeFromSheetXC(n,c):void 0,t)?{title:r,dataSets:s,labelsAsText:!1,stacked:!1,aggregated:!1,cumulative:!1,labelRange:c,type:"line",dataSetsHaveTitle:l,verticalAxisPosition:"left",legendPosition:h}:{title:r,dataSets:s,labelRange:c,type:"bar",stacked:!1,aggregated:!1,dataSetsHaveTitle:l,verticalAxisPosition:"left",legendPosition:h}}if(window.Chart){const fA=window.Chart?.DoughnutController;class vA extends fA{static id="gauge";static defaults={...fA.defaults,circumference:180,rotation:270};static overrides={aspectRatio:2,plugins:{legend:{display:!1},tooltip:{enabled:!1}}};get chartHeight(){return Math.abs(this.chart.chartArea.top-this.chart.chartArea.bottom)}get chartWidth(){return Math.abs(this.chart.chartArea.left-this.chart.chartArea.right)}get needleOptions(){const{config:e}=this.chart,t=e.options;return t?.needle||{}}get valueLabelOptions(){const{config:e}=this.chart,t=e.options;return t?.valueLabel||{}}get minValue(){return this.getDataset().minValue||0}getValueAngleInPercent(e){const t=this.getDataset().data||[],o=Math.max(...t),s=this.minValue;return(e-s)/(o-s)}drawValueLabel(e){const{ctx:t}=this.chart;!1!==this.valueLabelOptions.display&&(t.save(),t.beginPath(),t.fillStyle=e.valueLabel.backgroundColor,t.strokeStyle=e.valueLabel.borderColor,t.roundRect(e.valueLabel.rect.x,e.valueLabel.rect.y,e.valueLabel.rect.width,e.valueLabel.rect.height,e.valueLabel.borderRadius),t.stroke(),t.fill(),t.textAlign="center",t.textBaseline="middle",t.font=e.valueLabel.font,t.fillStyle=e.valueLabel.textColor,t.fillText(e.valueLabel.valueText,e.valueLabel.textPosition.x,e.valueLabel.textPosition.y),t.restore())}drawNeedle(e){const{ctx:t}=this.chart;!1!==this.needleOptions.display&&(t.save(),t.translate(e.needle.position.x,e.needle.position.y),t.rotate(-Math.PI/2+Math.PI*e.needle.percent),t.beginPath(),t.fillStyle=e.needle.backgroundColor,t.strokeStyle=e.needle.borderColor,t.ellipse(0,0,e.needle.width/2,e.needle.width/2,0,0,2*Math.PI),t.fill(),t.stroke(),t.closePath(),t.fillStyle=e.needle.backgroundColor,t.strokeStyle=e.needle.borderColor,t.beginPath(),t.moveTo(-e.needle.width/2,0),t.lineTo(0,10-e.needle.height),t.lineTo(+e.needle.width/2,0),t.closePath(),t.fill(),t.stroke(),t.restore())}computeRenderingParams(){const{ctx:e,config:t}=this.chart,o=t.options;o.layout=o.layout||{},o.layout.padding=o.layout.padding||{};const s=this.valueLabelOptions.formatter,n="function"==typeof s?s:e=>e,i=this.getDataset().value||0,r=n(i).toString(),a=this.getValueAngleInPercent(i),l=this.valueLabelOptions.font?.family||"Arial",c=this.valueLabelOptions.font?.size||0,h=`${c>=1?c:30}px ${l}`,d={right:0,left:0,top:0,bottom:0,...this.valueLabelOptions.padding};d.left=d.left>=0?d.left:10,d.right=d.right>=0?d.right:10,d.top=d.top>=0?d.top:10,d.bottom=d.bottom>=0?d.bottom:10;const u=this.chart.chartArea,g=this.offsetX||0,p=this.offsetY||0,m={x:(u.left+u.right)/2+g,y:(u.top+u.bottom)/2+p},f={x:m.x,y:m.y};e.save(),e.font=h;const v=e.measureText(r);e.restore();const b=v.fontBoundingBoxAscent-v.fontBoundingBoxDescent;return{needle:{borderColor:this.needleOptions.borderColor||"#000",backgroundColor:this.needleOptions.backgroundColor||"#000",width:this.needleOptions.width||10,height:Math.min(this.chartHeight,this.chartWidth/2),position:{x:f.x,y:f.y},percent:a},valueLabel:{textColor:this.valueLabelOptions.font?.color||"#FFF",backgroundColor:this.valueLabelOptions.backgroundColor||"#000",borderColor:this.valueLabelOptions.borderColor||"#000",borderRadius:this.valueLabelOptions.borderRadius||10,rect:{x:m.x-v.width/2-d.left,y:m.y+b/2+d.top,width:v.width+d.left+d.right,height:-(b+6+d.top+d.bottom)},valueText:r,textPosition:f,textHeight:b,font:h}}}draw(){super.draw();const e=this.computeRenderingParams();this.drawNeedle(e),this.drawValueLabel(e)}updateElements(e,t,o,s){super.updateElements(e,t,o,s);const n=this.getDataset(),i=this.getDataset().data,r=n.minValue,a=this.chart.options.rotation||0,l=this.chart.options.circumference||0;for(let t=0;t<i.length;t++){const o=0===t?r:i[t-1],n=this.getValueAngleInPercent(o),c=this.getValueAngleInPercent(i[t]),h=bA(a+l*n)-Math.PI/2,d=bA(a+l*c)-Math.PI/2,u=d-h,g=e[t],p={startAngle:h,endAngle:d,circumference:u};this.updateElement(g,t,p,s)}}}function bA(e){return e*Math.PI/180}window.Chart.register(vA)}function Nl(e,t){e.model.dispatch("CANCEL_EDITION"),e.model.dispatch("SET_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),format:t})}function Fl(e,t){e.model.dispatch("SET_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),style:t})}const Dl=async e=>Ll(e,"asValue");async function Ll(e,t){const o=e.model.getters.getClipboardTextContent(),s=await e.clipboard.readText();switch(s.status){case"ok":const n=e.model.getters.getSelectedZones();s&&s.content!==o?Ma(e,n,s.content,t):_a(e,n,t),e.model.getters.isCutOperation()&&"asValue"!==t&&await e.clipboard.write({[Jt.PlainText]:""});break;case"notImplemented":e.raiseError(Xt("Pasting from the context menu is not supported in this browser. Use keyboard shortcuts ctrl+c / ctrl+v instead."));break;case"permissionDenied":e.raiseError(Xt("Access to the clipboard denied by the browser. Please enable clipboard permission for this page in your browser settings."))}}const Pl=(e,t)=>{const o=t.model.getters.getActiveSheetId(),s=t.model.getters.getElementsFromSelection(e),n=t.model.getters.checkElementsIncludeAllVisibleHeaders(o,e,s),i=t.model.getters.checkElementsIncludeAllNonFrozenHeaders(o,e,s);return!n&&!i},kl=e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=Math.min(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.top,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"before",base:o,quantity:s,dimension:"ROW"})},Vl=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=Math.min(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.left,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"before",dimension:"COL",base:o,quantity:s})},Ul=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=Math.max(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.right,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"after",dimension:"COL",base:o,quantity:s})};const Bl=async e=>{if(e.imageProvider){const t=e.model.getters.getActiveSheetId(),o=e.model.uuidGenerator.uuidv4(),s=await async function(e){try{return await e.imageProvider.requestImage()}catch{return void e.raiseError(Xt("An unexpected error occurred during the image transfer"))}}(e);if(!s)throw new Error("No image provider was given to the environment");const n=El(e.model.getters,s.size),i=function(e,t){const{x:o,y:s}=e.getMainViewportCoordinates(),{scrollX:n,scrollY:i}=e.getActiveSheetScrollInfo(),r=e.getSheetViewDimension(),a=e.getVisibleRect(e.getActiveMainViewport()),l=Math.min(a.width,r.width-o),c=Math.min(a.height,r.height-s);return{x:o+n+Math.max(0,(l-t.width)/2),y:s+i+Math.max(0,(c-t.height)/2)}}(e.model.getters,n);e.model.dispatch("CREATE_IMAGE",{sheetId:t,figureId:o,position:i,size:n,definition:s})}},Hl=e=>{let{col:t,row:o}=e.model.getters.getActivePosition();e.model.dispatch("OPEN_CELL_POPOVER",{col:t,row:o,popoverType:"LinkEditor"})},zl=e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();return e.model.getters.doesZonesContainFilter(t,o)},Gl=e=>1===e.model.getters.getSelectedZones().length,$l=(e,t)=>{if(!Gl(e))return!1;const o="COL"===t?e.model.getters.getActiveCols():e.model.getters.getActiveRows(),s="COL"===t?e.model.getters.getActiveRows():e.model.getters.getActiveCols(),n=e.model.getters.getActiveSheetId(),i=vn(e.model.getters.getSelectedZone(),e.model.getters.getSheetZone(n));return Ue(o)&&(0===s.size||i)},Wl={name:Xt("Undo"),description:"Ctrl+Z",execute:e=>e.model.dispatch("REQUEST_UNDO"),isEnabled:e=>e.model.getters.canUndo(),icon:"o-spreadsheet-Icon.UNDO"},ql={name:Xt("Redo"),description:"Ctrl+Y",execute:e=>e.model.dispatch("REQUEST_REDO"),isEnabled:e=>e.model.getters.canRedo(),icon:"o-spreadsheet-Icon.REDO"},Zl={name:Xt("Copy"),description:"Ctrl+C",isReadonlyAllowed:!0,execute:async e=>{e.model.dispatch("COPY"),await e.clipboard.write(e.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.COPY"},Yl={name:Xt("Cut"),description:"Ctrl+X",execute:async e=>{Al(e),await e.clipboard.write(e.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.CUT"},jl={name:Xt("Paste"),description:"Ctrl+V",execute:async e=>Ll(e),icon:"o-spreadsheet-Icon.PASTE"},Xl={name:Xt("Paste special"),isVisible:e=>!e.model.getters.isCutOperation(),icon:"o-spreadsheet-Icon.PASTE"},Kl={name:Xt("Paste as value"),description:"Ctrl+Shift+V",execute:Dl},Ql={name:Xt("Paste format only"),execute:e=>Ll(e,"onlyFormat")},Jl={name:Xt("Find and replace"),description:"Ctrl+H",isReadonlyAllowed:!0,execute:e=>{e.openSidePanel("FindAndReplace",{})},icon:"o-spreadsheet-Icon.FIND_AND_REPLACE"},ec={name:Xt("Delete values"),execute:e=>e.model.dispatch("DELETE_CONTENT",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()})},tc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Delete rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?Xt("Delete row %s",(t+1).toString()):Xt("Delete rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{let t=[...e.model.getters.getActiveRows()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.top;e<=o.bottom;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>Pl("ROW",e)},oc={...tc,isVisible:Gl},sc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Clear rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?Xt("Clear row %s",(t+1).toString()):Xt("Clear rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveRows()].map((o=>e.model.getters.getRowsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},nc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Delete columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?Xt("Delete column %s",rt(t)):Xt("Delete columns %s - %s",rt(t),rt(o))},execute:e=>{let t=[...e.model.getters.getActiveCols()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.left;e<=o.right;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>Pl("COL",e)},ic={...nc,isVisible:Gl},rc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Clear columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?Xt("Clear column %s",rt(t)):Xt("Clear columns %s - %s",rt(t),rt(o))},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveCols()].map((o=>e.model.getters.getColsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},ac={name:Xt("Delete cells"),isVisible:Gl},lc={name:Xt("Delete cell and shift up"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"ROW"});Oa(e,o)}},cc={name:Xt("Delete cell and shift left"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"COL"});Oa(e,o)}},hc={name:Xt("Merge cells"),isEnabled:e=>!dc(e),isActive:e=>uc(e),execute:e=>function(e){if(dc(e))return;const t=e.model.getters.getSelectedZones(),o=[t[t.length-1]],s=e.model.getters.getActiveSheetId();uc(e)?e.model.dispatch("REMOVE_MERGE",{sheetId:s,target:o}):function(e,t,o){const s=e.model.dispatch("ADD_MERGE",{sheetId:t,target:o});s.isCancelledBecause("MergeInFilter")?e.raiseError(Ol.MergeInFilter):s.isCancelledBecause("MergeIsDestructive")&&e.askConfirmation(Ol.MergeIsDestructive,(()=>{e.model.dispatch("ADD_MERGE",{sheetId:t,target:o,force:!0})}))}(e,s,o)}(e),icon:"o-spreadsheet-Icon.MERGE_CELL"};function dc(e){const t=e.model.getters.getSelectedZones(),{top:o,left:s,right:n,bottom:i}=e.model.getters.getSelectedZone(),{sheetId:r}=e.model.getters.getActivePosition(),{xSplit:a,ySplit:l}=e.model.getters.getPaneDivisions(r);return t.length>1||o===i&&s===n||s<a&&a<=n||o<l&&l<=i}function uc(e){if(!dc(e)){const t=e.model.getters.getSelectedZones(),{col:o,row:s,sheetId:n}=e.model.getters.getActivePosition(),i=e.model.getters.expandZone(n,On({col:o,row:s}));return vn(t[0],i)}return!1}var gc=Object.freeze({__proto__:null,clearCols:rc,clearRows:sc,copy:Zl,cut:Yl,deleteCellShiftLeft:cc,deleteCellShiftUp:lc,deleteCells:ac,deleteCol:ic,deleteCols:nc,deleteRow:oc,deleteRows:tc,deleteValues:ec,findAndReplace:Jl,mergeCells:hc,paste:jl,pasteSpecial:Xl,pasteSpecialFormat:Ql,pasteSpecialValue:Kl,redo:ql,undo:Wl});const pc=/(.*?)\((.*?)\)(.*)/,mc=["ANY","BOOLEAN","DATE","NUMBER","STRING","RANGE","RANGE<BOOLEAN>","RANGE<DATE>","RANGE<NUMBER>","RANGE<STRING>","META"];function fc(e,t=""){return function(e,t){let o=e.match(pc),s=o[1].trim();if(!s)throw new Error(`Function argument definition is missing a name: '${e}'.`);let n,i=[],r=!1,a=!1;for(let e of o[2].split(",")){const t=e.trim().toUpperCase();let o=mc.find((e=>t===e));o?i.push(o):"RANGE<ANY>"===t?i.push("RANGE"):"OPTIONAL"===t?r=!0:"REPEATING"===t?a=!0:t.startsWith("DEFAULT=")&&(n=e.trim().slice(8))}const l={name:s,description:t,type:i};r&&(l.optional=!0);a&&(l.repeating=!0);void 0!==n&&(l.default=!0,l.defaultValue=n);return l}(e,t)}function vc(e){let t=0,o=0,s=0;for(let n of e.args)t++,n.optional||n.repeating||n.default||o++,n.repeating&&s++;const n=e;return n.minArgRequired=o,n.maxArgPossible=s?1/0:t,n.nbrArgRepeating=s,n.getArgToFocus=function(e,t){if(!t)return e=>e;if(1===t)return t=>Math.min(t,e);const o=e-t;return e=>{if(e<=o)return e;return o+((e-o)%t||t)}}(t,s),n.hidden=e.hidden||!1,n}function bc(e,t){Io((()=>1===t.length||1===t[0].length),e)}function Sc(e,...t){if(t.every(po)){const o=t[0].length,s=t[0][0].length;for(const n of t)Io((()=>n.length===o&&n[0].length===s),e)}else if(t.some((e=>Array.isArray(e)&&(1!==e.length||1!==e[0].length))))throw new So(e)}function Cc(e,t){Io((()=>t>0),e)}function Ec(e,t){Io((()=>t.length===t[0].length),e)}function wc(e){const t=Array(e);for(let o=0;o<e;o++)t[o]=Array(e).fill(0),t[o][o]=1;return t}function yc(e){if(e.length!==e[0].length)throw new So(Xt("Function [[FUNCTION_NAME]] invert matrix error, only square matrices are invertible"));let t=1;const o=e.length,s=wc(o),n=e.map((e=>e.slice()));for(let e=0;e<o;e++){let i=n[e][e];if(0===i){for(let i=e+1;i<o;i++)if(0!=n[e][i]){xc(n,e,i),xc(s,e,i),t*=-1;break}if(i=n[e][e],0===i)return{determinant:0}}for(let t=0;t<o;t++)n[t][e]=n[t][e]/i,s[t][e]=s[t][e]/i;t*=i;for(let t=0;t<o;t++){if(t===e)continue;const i=n[e][t];for(let r=0;r<o;r++)n[r][t]-=i*n[r][e],s[r][t]-=i*s[r][e]}}return{inverted:s,determinant:t}}function xc(e,t,o){for(let s=0;s<e.length;s++){const n=e[s][t];e[s][t]=e[s][o],e[s][o]=n}}function Ic(e,t){if(e.length!==t[0].length)throw new So(Xt("Cannot multiply matrices : incompatible matrices size."));const o=e[0].length,s=t.length,n=e.length,i=Array(s);for(let r=0;r<s;r++){i[r]=Array(o);for(let s=0;s<o;s++){let o=0;for(let i=0;i<n;i++)o+=e[i][s]*t[r][i];i[r][s]=o}}return i}function Rc(e){if(!po(e))return e;if(1!==e.length||1!==e[0].length)throw new So(Xt("The value should be a scalar or a 1x1 matrix"));return e[0][0]}const Tc={description:Xt("Returns a result array constrained to a specific width and height."),args:[fc("input_range (any, range<any>)",Xt("The range to constrain.")),fc("rows (number)",Xt("The number of rows in the constrained array.")),fc("columns (number)",Xt("The number of columns in the constrained array."))],returns:["RANGE<ANY>"],compute:function(e,t,o){const s=rs(e),n=Fo(t?.value,this.locale),i=Fo(o?.value,this.locale);Cc(Xt("The rows argument (%s) must be strictly positive.",n.toString()),n),Cc(Xt("The columns argument (%s) must be strictly positive.",n.toString()),i);const r=Math.min(n,s[0].length);return jo(Math.min(i,s.length),r,((e,t)=>s[e][t]))},isExported:!1},Ac={description:Xt("Creates a new array from the selected columns in the existing range."),args:[fc("array (any, range<any>)",Xt("The array that contains the columns to be returned.")),fc("col_num (number, range<number>)",Xt("The first column index of the columns to be returned.")),fc("col_num2 (number, range<number>, repeating)",Xt("The columns indexes of the columns to be returned."))],returns:["RANGE<ANY>"],compute:function(e,...t){const o=rs(e),s=as(t,(e=>Fo(e?.value,this.locale)));Io((()=>s.every((e=>e>0&&e<=o.length))),Xt("The columns arguments must be between 1 and %s (got %s).",o.length.toString(),(s.find((e=>e<=0||e>o.length))||0).toString()));const n=Array(s.length);for(let e=0;e<s.length;e++){const t=s[e]-1;n[e]=o[t]}return n},isExported:!0},Oc={description:Xt("Creates a new array from the selected rows in the existing range."),args:[fc("array (any, range<any>)",Xt("The array that contains the rows to be returned.")),fc("row_num (number, range<number>)",Xt("The first row index of the rows to be returned.")),fc("row_num2 (number, range<number>, repeating)",Xt("The rows indexes of the rows to be returned."))],returns:["RANGE<ANY>"],compute:function(e,...t){const o=rs(e),s=as(t,(e=>Fo(e?.value,this.locale))),n=o.length;return Io((()=>s.every((e=>e>0&&e<=o[0].length))),Xt("The rows arguments must be between 1 and %s (got %s).",o[0].length.toString(),(s.find((e=>e<=0||e>o[0].length))||0).toString())),jo(n,s.length,((e,t)=>o[e][s[t]-1]))},isExported:!0},_c={description:Xt("Expands or pads an array to specified row and column dimensions."),args:[fc("array (any, range<any>)",Xt("The array to expand.")),fc("rows (number)",Xt("The number of rows in the expanded array. If missing, rows will not be expanded.")),fc("columns (number, optional)",Xt("The number of columns in the expanded array. If missing, columns will not be expanded.")),fc("pad_with (any, default=0)",Xt("The value with which to pad."))],returns:["RANGE<ANY>"],compute:function(e,t,o,s={value:0}){const n=rs(e),i=Fo(t?.value,this.locale),r=void 0!==o?Fo(o.value,this.locale):n.length;return Io((()=>i>=n[0].length),Xt("The rows arguments (%s) must be greater or equal than the number of rows of the array.",i.toString())),Io((()=>r>=n.length),Xt("The columns arguments (%s) must be greater or equal than the number of columns of the array.",r.toString())),jo(r,i,((e,t)=>e>=n.length||t>=n[e].length?s:n[e][t]))},isExported:!0},Mc={description:Xt("Flattens all the values from one or more ranges into a single column."),args:[fc("range (any, range<any>)",Xt("The first range to flatten.")),fc("range2 (any, range<any>, repeating)",Xt("Additional ranges to flatten."))],returns:["RANGE<ANY>"],compute:function(...e){return[as(e,(e=>void 0===e?{value:""}:e))]},isExported:!1},Nc={description:Xt("Calculates the frequency distribution of a range."),args:[fc("data (range<number>)",Xt("The array of ranges containing the values to be counted.")),fc("classes (number, range<number>)",Xt("The range containing the set of classes."))],returns:["RANGE<NUMBER>"],compute:function(e,t){const o=as([e],(e=>e.value)).filter((e=>"number"==typeof e)),s=as([t],(e=>e.value)).filter((e=>"number"==typeof e)),n=s.map(((e,t)=>({initialIndex:t,value:e,count:0}))).sort(((e,t)=>e.value-t.value));n.push({initialIndex:n.length,value:1/0,count:0});const i=o.sort(((e,t)=>e-t));let r=0;for(const e of i){for(;e>n[r].value&&r<n.length-1;)r++;n[r].count++}return[n.sort(((e,t)=>e.initialIndex-t.initialIndex)).map((e=>e.count))]},isExported:!0},Fc={description:Xt("Appends ranges horizontally and in sequence to return a larger array."),args:[fc("range1 (any, range<any>)",Xt("The first range to be appended.")),fc("range2 (any, range<any>, repeating)",Xt("Additional ranges to add to range1."))],returns:["RANGE<ANY>"],compute:function(...e){const t=Math.max(...e.map((e=>e?.[0]?.length??0))),o=[];for(const s of e){const e=rs(s);for(let s=0;s<e.length;s++){const n=Array(t).fill({value:null});for(let t=0;t<e[s].length;t++)n[t]=e[s][t];o.push(n)}}return o},isExported:!0},Dc={description:Xt("Returns the matrix determinant of a square matrix."),args:[fc("square_matrix (number, range<number>)",Xt("An range with an equal number of rows and columns representing a matrix whose determinant will be calculated."))],returns:["NUMBER"],compute:function(e){const t=Mo(e,"square_matrix");return Ec(Xt("The argument square_matrix must have the same number of columns and rows."),t),yc(t).determinant},isExported:!0},Lc={description:Xt("Returns the multiplicative inverse of a square matrix."),args:[fc("square_matrix (number, range<number>)",Xt("An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated."))],returns:["RANGE<NUMBER>"],compute:function(e){const t=Mo(e,"square_matrix");Ec(Xt("The argument square_matrix must have the same number of columns and rows."),t);const{inverted:o}=yc(t);if(!o)throw new So(Xt("The matrix is not invertible."));return o},isExported:!0},Pc={description:Xt("Calculates the matrix product of two matrices."),args:[fc("matrix1 (number, range<number>)",Xt("The first matrix in the matrix multiplication operation.")),fc("matrix2 (number, range<number>)",Xt("The second matrix in the matrix multiplication operation."))],returns:["RANGE<NUMBER>"],compute:function(e,t){const o=Mo(e,"matrix1"),s=Mo(t,"matrix2");return Io((()=>o.length===s[0].length),Xt("In [[FUNCTION_NAME]], the number of columns of the first matrix (%s) must be equal to the number of rows of the second matrix (%s).",o.length.toString(),s[0].length.toString())),Ic(o,s)},isExported:!0},kc={description:Xt("Calculates the sum of the products of corresponding entries in equal-sized ranges."),args:[fc("range1 (number, range<number>)",Xt("The first range whose entries will be multiplied with corresponding entries in the other ranges.")),fc("range2 (number, range<number>, repeating)",Xt("The other range whose entries will be multiplied with corresponding entries in the other ranges."))],returns:["NUMBER"],compute:function(...e){Sc(Xt("All the ranges must have the same dimensions."),...e);const t=e.map(rs);let o=0;for(let e=0;e<t[0].length;e++)for(let s=0;s<t[0][e].length;s++){if(!t.every((t=>"number"==typeof t[e][s].value)))continue;let n=1;for(const o of t)n*=Oo(o[e][s],this.locale);o+=n}return o},isExported:!0};function Vc(e,t,o){Sc("The arguments array_x and array_y must have the same dimensions.",e,t);const s=rs(e),n=rs(t);let i=!1,r=0;for(const e in s)for(const t in s[e]){const a=s[e][t].value,l=n[e][t].value;"number"==typeof a&&"number"==typeof l&&(i=!0,r+=o(a,l))}if(!i)throw new So(Xt("The arguments array_x and array_y must contain at least one pair of numbers."));return r}const Uc={description:Xt("Calculates the sum of the difference of the squares of the values in two array."),args:[fc("array_x (number, range<number>)",Xt("The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.")),fc("array_y (number, range<number>)",Xt("The array or range of values whose squares will be subtracted from the squares of corresponding entries in array_x and added together."))],returns:["NUMBER"],compute:function(e,t){return Vc(e,t,((e,t)=>e**2-t**2))},isExported:!0},Bc={description:Xt("Calculates the sum of the sum of the squares of the values in two array."),args:[fc("array_x (number, range<number>)",Xt("The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.")),fc("array_y (number, range<number>)",Xt("The array or range of values whose squares will be added to the squares of corresponding entries in array_x and added together."))],returns:["NUMBER"],compute:function(e,t){return Vc(e,t,((e,t)=>e**2+t**2))},isExported:!0},Hc={description:Xt("Calculates the sum of squares of the differences of values in two array."),args:[fc("array_x (number, range<number>)",Xt("The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.")),fc("array_y (number, range<number>)",Xt("The array or range of values that will be subtracted from corresponding entries in array_x, the result squared, and all such results added together."))],returns:["NUMBER"],compute:function(e,t){return Vc(e,t,((e,t)=>(e-t)**2))},isExported:!0},zc=!1,Gc=[fc("array (any, range<any>)",Xt("The array which will be transformed.")),fc("ignore (number, default=0)",Xt("The control to ignore blanks and errors. 0 (default) is to keep all values, 1 is to ignore blanks, 2 is to ignore errors, and 3 is to ignore blanks and errors.")),fc("scan_by_column (number, default=false)",Xt("Whether the array should be scanned by column. True scans the array by column and false (default) scans the array by row."))];function $c(e){const t=Math.trunc(e);if(0===t)return()=>!0;if(1===t)return e=>null!==e.value;if(2===t)return e=>!To(e.value);if(3===t)return e=>null!==e.value&&!To(e.value);throw new So(Xt("Argument ignore must be between 0 and 3"))}const Wc={description:Xt("Transforms a range of cells into a single column."),args:Gc,returns:["RANGE<ANY>"],compute:function(e,t={value:0},o={value:zc}){const s=rs(e),n=Oo(t.value,this.locale),i=(Uo(o.value)?s:Ko(s)).flat().filter($c(n));if(0===i.length)throw new wo(Xt("No results for the given arguments of TOCOL."));return[i]},isExported:!0},qc={description:Xt("Transforms a range of cells into a single row."),args:Gc,returns:["RANGE<ANY>"],compute:function(e,t={value:0},o={value:zc}){const s=rs(e),n=Oo(t.value,this.locale),i=(Uo(o.value)?s:Ko(s)).flat().filter($c(n)).map((e=>[e]));if(0===i.length||0===i[0].length)throw new wo(Xt("No results for the given arguments of TOROW."));return i},isExported:!0},Zc={description:Xt("Transposes the rows and columns of a range."),args:[fc("range (any, range<any>)",Xt("The range to be transposed."))],returns:["RANGE"],compute:function(e){const t=rs(e);return jo(t[0].length,t.length,((e,o)=>t[o][e]))},isExported:!0},Yc={description:Xt("Appends ranges vertically and in sequence to return a larger array."),args:[fc("range1 (any, range<any>)",Xt("The first range to be appended.")),fc("range2 (any, range<any>, repeating)",Xt("Additional ranges to add to range1."))],returns:["RANGE<ANY>"],compute:function(...e){const t=Math.max(...e.map((e=>rs(e).length))),o=e.reduce(((e,t)=>e+rs(t)[0].length),0),s=Array(t).fill([]).map((()=>Array(o).fill({value:0})));let n=0;for(const t of e){const e=rs(t);for(let t=0;t<e.length;t++)for(let o=0;o<e[t].length;o++)s[t][n+o]=e[t][o];n+=e[0].length}return s},isExported:!0},jc={description:Xt("Wraps the provided row or column of cells by columns after a specified number of elements to form a new array."),args:[fc("range (any, range<any>)",Xt("The range to wrap.")),fc("wrap_count (number)",Xt("The maximum number of cells for each column, rounded down to the nearest whole number.")),fc("pad_with (any, default=0)",Xt("The value with which to fill the extra cells in the range."))],returns:["RANGE<ANY>"],compute:function(e,t,o={value:0}){const s=rs(e),n=Fo(t?.value,this.locale);bc(Xt("Argument range must be a single row or column."),s);const i=s.flat();return jo(Math.ceil(i.length/n),n,((e,t)=>{const s=e*n+t;return s<i.length?i[s]:o}))},isExported:!0},Xc={description:Xt("Wraps the provided row or column of cells by rows after a specified number of elements to form a new array."),args:[fc("range (any, range<any>)",Xt("The range to wrap.")),fc("wrap_count (number)",Xt("The maximum number of cells for each row, rounded down to the nearest whole number.")),fc("pad_with (any, default=0)",Xt("The value with which to fill the extra cells in the range."))],returns:["RANGE<ANY>"],compute:function(e,t,o={value:0}){const s=rs(e),n=Fo(t?.value,this.locale);bc(Xt("Argument range must be a single row or column."),s);const i=s.flat(),r=Math.ceil(i.length/n);return jo(n,r,((e,t)=>{const s=t*n+e;return s<i.length?i[s]:o}))},isExported:!0};var Kc=Object.freeze({__proto__:null,ARRAY_CONSTRAIN:Tc,CHOOSECOLS:Ac,CHOOSEROWS:Oc,EXPAND:_c,FLATTEN:Mc,FREQUENCY:Nc,HSTACK:Fc,MDETERM:Dc,MINVERSE:Lc,MMULT:Pc,SUMPRODUCT:kc,SUMX2MY2:Uc,SUMX2PY2:Bc,SUMXMY2:Hc,TOCOL:Wc,TOROW:qc,TRANSPOSE:Zc,VSTACK:Yc,WRAPCOLS:jc,WRAPROWS:Xc});function Qc(e,t,o){const s=Math.abs(Oo(e?.value,o)),n=e?.format;if(void 0!==t){const e=t?.value;switch(e){case"k":return Vs(n,1e3,"k");case"m":return Vs(n,1e6,"m");case"b":return Vs(n,1e9,"b");default:throw new So(Xt("The formatting unit should be 'k', 'm' or 'b'."))}}return s<1e5?Vs(n,0,""):s<1e8?Vs(n,1e3,"k"):s<1e11?Vs(n,1e6,"m"):Vs(n,1e9,"b")}const Jc={description:Xt("Apply a large number format"),args:[fc("value (number)",Xt("The number.")),fc("unit (string, optional)",Xt("The formatting unit. Use 'k', 'm', or 'b' to force the unit"))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale),format:Qc(e,t,this.locale)}}};var eh=Object.freeze({__proto__:null,FORMAT_LARGE_NUMBER:Jc});function th(e,t){return Zo(e,((e,t)=>e+t),0,t)}const oh=/^-?[a-z0-9]+$/i,sh={description:Xt("Absolute value of a number."),args:[fc("value (number)",Xt("The number of which to return the absolute value."))],returns:["NUMBER"],compute:function(e){return Math.abs(Oo(e,this.locale))},isExported:!0},nh={description:Xt("Inverse cosine of a value, in radians."),args:[fc("value (number)",Xt("The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)<=1),Xt("The value (%s) must be between -1 and 1 inclusive.",t.toString())),Math.acos(t)},isExported:!0},ih={description:Xt("Inverse hyperbolic cosine of a number."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>t>=1),Xt("The value (%s) must be greater than or equal to 1.",t.toString())),Math.acosh(t)},isExported:!0},rh={description:Xt("Inverse cotangent of a value."),args:[fc("value (number)",Xt("The value for which to calculate the inverse cotangent."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},ah={description:Xt("Inverse hyperbolic cotangent of a value."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)>1),Xt("The value (%s) cannot be between -1 and 1 inclusive.",t.toString())),Math.log((t+1)/(t-1))/2},isExported:!0},lh={description:Xt("Inverse sine of a value, in radians."),args:[fc("value (number)",Xt("The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)<=1),Xt("The value (%s) must be between -1 and 1 inclusive.",t.toString())),Math.asin(t)},isExported:!0},ch={description:Xt("Inverse hyperbolic sine of a number."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic sine."))],returns:["NUMBER"],compute:function(e){return Math.asinh(Oo(e,this.locale))},isExported:!0},hh={description:Xt("Inverse tangent of a value, in radians."),args:[fc("value (number)",Xt("The value for which to calculate the inverse tangent."))],returns:["NUMBER"],compute:function(e){return Math.atan(Oo(e,this.locale))},isExported:!0},dh={description:Xt("Angle from the X axis to a point (x,y), in radians."),args:[fc("x (number)",Xt("The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.")),fc("y (number)",Xt("The y coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>0!==o||0!==s),Xt("Function [[FUNCTION_NAME]] caused a divide by zero error.")),Math.atan2(s,o)},isExported:!0},uh={description:Xt("Inverse hyperbolic tangent of a number."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)<1),Xt("The value (%s) must be between -1 and 1 exclusive.",t.toString())),Math.atanh(t)},isExported:!0},gh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("value (number)",Xt("The value to round up to the nearest integer multiple of factor.")),fc("factor (number, default=1)",Xt("The number to whose multiples value will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>s>=0||o<=0),Xt("The factor (%s) must be positive when the value (%s) is positive.",s.toString(),o.toString())),{value:s?Math.ceil(o/s)*s:0,format:e?.format}},isExported:!0};function ph(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.ceil(e/t)*t:0===o?-Math.floor(Math.abs(e)/t)*t:-Math.ceil(Math.abs(e)/t)*t)}const mh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round up to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),fc("mode (number, default=0)",Xt("If number is negative, specifies the rounding direction. If 0 or blank, it is rounded towards zero. Otherwise, it is rounded away from zero."))],returns:["NUMBER"],compute:function(e,t={value:1},o={value:0}){const s=Oo(t,this.locale);return{value:ph(Oo(e,this.locale),s,Oo(o,this.locale)),format:e?.format}},isExported:!0},fh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round up to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(t,this.locale);return{value:ph(Oo(e,this.locale),o),format:e?.format}},isExported:!0},vh={description:Xt("Cosine of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the cosine of, in radians."))],returns:["NUMBER"],compute:function(e){return Math.cos(Oo(e,this.locale))},isExported:!0},bh={description:Xt("Hyperbolic cosine of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic cosine of."))],returns:["NUMBER"],compute:function(e){return Math.cosh(Oo(e,this.locale))},isExported:!0},Sh={description:Xt("Cotangent of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the cotangent of, in radians."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.tan(t)},isExported:!0},Ch={description:Xt("Hyperbolic cotangent of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic cotangent of."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.tanh(t)},isExported:!0},Eh={description:Xt("Number of empty values."),args:[fc("value1 (any, range)",Xt("The first value or range in which to count the number of blanks.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges in which to count the number of blanks."))],returns:["NUMBER"],compute:function(...e){return qo(e,((e,t)=>void 0===t||null===t.value||""===t.value?e+1:e),0)},isExported:!0},wh={description:Xt("A conditional count across a range."),args:[fc("range (range)",Xt("The range that is tested against criterion.")),fc("criterion (string)",Xt("The pattern or test to apply to range."))],returns:["NUMBER"],compute:function(...e){let t=0;return ts(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},yh={description:Xt("Count values depending on multiple criteria."),args:[fc("criteria_range1 (range)",Xt("The range to check against criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("Additional criteria to check."))],returns:["NUMBER"],compute:function(...e){let t=0;return ts(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0};function xh(e){if(void 0===e)return!1;const{value:t}=e;return null!==t&&""!==t}const Ih={description:Xt("Counts number of unique values in a range."),args:[fc("value1 (any, range)",Xt("The first value or range to consider for uniqueness.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider for uniqueness."))],returns:["NUMBER"],compute:function(...e){return qo(e,((e,t)=>xh(t)?e.add(t?.value):e),new Set).size}},Rh={description:Xt("Counts number of unique values in a range, filtered by a set of criteria."),args:[fc("range (range)",Xt("The range of cells from which the number of unique values will be counted.")),fc("criteria_range1 (range)",Xt("The range of cells over which to evaluate criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){let o=new Set;return ts(t,((t,s)=>{const n=e[t][s];xh(n)&&o.add(n.value)}),this.locale),o.size}},Th={description:Xt("Cosecant of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the cosecant of, in radians."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.sin(t)},isExported:!0},Ah={description:Xt("Hyperbolic cosecant of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic cosecant of."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.sinh(t)},isExported:!0},Oh={description:Xt("Converts from another base to decimal."),args:[fc("value (string)",Xt("The number to convert.")),fc("base (number)",Xt("The base to convert the value from."))],returns:["NUMBER"],compute:function(e,t){let o=Oo(t,this.locale);o=Math.floor(o),Io((()=>2<=o&&o<=36),Xt("The base (%s) must be between 2 and 36 inclusive.",o.toString()));const s=Po(e);if(""===s)return 0;Io((()=>!!oh.test(s)),Xt("The value (%s) must be a valid base %s representation.",s,o.toString()));const n=parseInt(s,o);return Io((()=>!isNaN(n)),Xt("The value (%s) must be a valid base %s representation.",s,o.toString())),n},isExported:!0},_h={description:Xt("Converts an angle value in radians to degrees."),args:[fc("angle (number)",Xt("The angle to convert from radians to degrees."))],returns:["NUMBER"],compute:function(e){return 180*Oo(e,this.locale)/Math.PI},isExported:!0},Mh={description:Xt("Euler's number, e (~2.718) raised to a power."),args:[fc("value (number)",Xt("The exponent to raise e."))],returns:["NUMBER"],compute:function(e){return Math.exp(Oo(e,this.locale))},isExported:!0},Nh={description:Xt("Rounds number down to nearest multiple of factor."),args:[fc("value (number)",Xt("The value to round down to the nearest integer multiple of factor.")),fc("factor (number, default=1)",Xt("The number to whose multiples value will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>s>=0||o<=0),Xt("The factor (%s) must be positive when the value (%s) is positive.",s.toString(),o.toString())),{value:s?Math.floor(o/s)*s:0,format:e?.format}},isExported:!0};function Fh(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.floor(e/t)*t:0===o?-Math.ceil(Math.abs(e)/t)*t:-Math.floor(Math.abs(e)/t)*t)}const Dh={description:Xt("Rounds number down to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round down to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),fc("mode (number, default=0)",Xt("If number is negative, specifies the rounding direction. If 0 or blank, it is rounded away from zero. Otherwise, it is rounded towards zero."))],returns:["NUMBER"],compute:function(e,t={value:1},o={value:0}){const s=Oo(t,this.locale);return{value:Fh(Oo(e,this.locale),s,Oo(o,this.locale)),format:e?.format}},isExported:!0},Lh={description:Xt("Rounds number down to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round down to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(t,this.locale);return{value:Fh(Oo(e,this.locale),o),format:e?.format}},isExported:!0},Ph={description:Xt("Whether the provided value is even."),args:[fc("value (number)",Xt("The value to be verified as even."))],returns:["BOOLEAN"],compute:function(e){const t=No(e,this.locale);return!(1&Math.floor(Math.abs(t)))},isExported:!0},kh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round up to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){return{value:ph(Oo(e,this.locale),Oo(t,this.locale)),format:e?.format}},isExported:!0},Vh={description:Xt("Whether the provided value is even."),args:[fc("value (number)",Xt("The value to be verified as even."))],returns:["BOOLEAN"],compute:function(e){const t=No(e,this.locale);return!!(1&Math.floor(Math.abs(t)))},isExported:!0},Uh={description:Xt("The logarithm of a number, base e (euler's number)."),args:[fc("value (number)",Xt("The value for which to calculate the logarithm, base e."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>t>0),Xt("The value (%s) must be strictly positive.",t.toString())),Math.log(t)},isExported:!0};function Bh(e,t){Io((()=>0!==t),Xt("The divisor must be different from 0."));const o=e%t;return o>0&&t<0||o<0&&t>0?o+t:o}const Hh={description:Xt("Modulo (remainder) operator."),args:[fc("dividend (number)",Xt("The number to be divided to find the remainder.")),fc("divisor (number)",Xt("The number to divide by."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(t,this.locale);return{value:Bh(Oo(e,this.locale),o),format:e?.format}},isExported:!0},zh={description:Xt("Returns a n x n unit matrix, where n is the input dimension."),args:[fc("dimension (number)",Xt("An integer specifying the dimension size of the unit matrix. It must be positive."))],returns:["RANGE<NUMBER>"],compute:function(e){const t=Fo(e,this.locale);return Cc(Xt("The argument dimension must be positive"),t),wc(t)},isExported:!0},Gh={description:Xt("Rounds a number up to the nearest odd integer."),args:[fc("value (number)",Xt("The value to round to the next greatest odd number."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);let o=Math.ceil(Math.abs(t));return o=1&o?o:o+1,{value:t<0?-o:o,format:e?.format}},isExported:!0},$h={description:Xt("The number pi."),args:[],returns:["NUMBER"],compute:function(){return Math.PI},isExported:!0},Wh={description:Xt("A number raised to a power."),args:[fc("base (number)",Xt("The number to raise to the exponent power.")),fc("exponent (number)",Xt("The exponent to raise base to."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>o>=0||Number.isInteger(s)),Xt("The exponent (%s) must be an integer when the base is negative.",s.toString())),{value:Math.pow(o,s),format:e?.format}},isExported:!0},qh={description:Xt("Result of multiplying a series of numbers together."),args:[fc("factor1 (number, range<number>)",Xt("The first number or range to calculate for the product.")),fc("factor2 (number, range<number>, repeating)",Xt("More numbers or ranges to calculate for the product."))],returns:["NUMBER"],compute:function(...e){let t=0,o=1;for(let s of e)if(po(s))for(let e of s)for(let s of e){const e=s.value;if("number"==typeof e&&(o*=e,t+=1),To(e))throw s}else void 0!==s&&null!==s.value&&(o*=No(s,this.locale),t+=1);return{value:0===t?0:o,format:Ro(e[0])}},isExported:!0},Zh={description:Xt("A random number between 0 inclusive and 1 exclusive."),args:[],returns:["NUMBER"],compute:function(){return Math.random()},isExported:!0},Yh={description:Xt("Returns a grid of random numbers between 0 inclusive and 1 exclusive."),args:[fc("rows (number, default=1)",Xt("The number of rows to be returned.")),fc("columns (number, default=1)",Xt("The number of columns to be returned.")),fc("min (number, default=0)",Xt("The minimum number you would like returned.")),fc("max (number, default=1)",Xt("The maximum number you would like returned.")),fc("whole_number (number, default=FALSE)",Xt("Return a whole number or a decimal value."))],returns:["RANGE<NUMBER>"],compute:function(e={value:1},t={value:1},o={value:0},s={value:1},n={value:!1}){const i=Fo(t,this.locale),r=Fo(e,this.locale),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Uo(n);Cc(Xt("The number columns (%s) must be positive.",i.toString()),i),Cc(Xt("The number rows (%s) must be positive.",r.toString()),r),Io((()=>a<=l),Xt("The maximum (%s) must be greater than or equal to the minimum (%s).",l.toString(),a.toString())),c&&Io((()=>Number.isInteger(a)&&Number.isInteger(l)),Xt("The maximum (%s) and minimum (%s) must be integers when whole_number is TRUE.",l.toString(),a.toString()));const h=Array(i);for(let e=0;e<i;e++){h[e]=Array(r);for(let t=0;t<r;t++)h[e][t]=c?Math.floor(Math.random()*(l-a+1)+a):a+Math.random()*(l-a)}return h},isExported:!0},jh={description:Xt("Random integer between two values, inclusive."),args:[fc("low (number)",Xt("The low end of the random range.")),fc("high (number)",Xt("The high end of the random range."))],returns:["NUMBER"],compute:function(e,t){let o=Oo(e,this.locale);Number.isInteger(o)||(o=Math.ceil(o));let s=Oo(t,this.locale);return Number.isInteger(s)||(s=Math.floor(s)),Io((()=>o<=s),Xt("The high (%s) must be greater than or equal to the low (%s).",s.toString(),o.toString())),{value:o+Math.ceil((s-o+1)*Math.random())-1,format:e?.format}},isExported:!0},Xh={description:Xt("Rounds a number according to standard rules."),args:[fc("value (number)",Xt("The value to round to places number of places.")),fc("places (number, default=0)",Xt("The number of decimal places to which to round."))],returns:["NUMBER"],compute:function(e,t={value:0}){const o=Oo(e,this.locale);let s=Oo(t,this.locale);const n=Math.abs(o);let i;return 0===s?i=Math.round(n):(Number.isInteger(s)||(s=Math.trunc(s)),i=Math.round(n*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?i:-i,format:e?.format}},isExported:!0},Kh={description:Xt("Rounds down a number."),args:[fc("value (number)",Xt("The value to round to places number of places, always rounding down.")),fc("places (number, default=0)",Xt("The number of decimal places to which to round."))],returns:["NUMBER"],compute:function(e,t={value:0}){const o=Oo(e,this.locale);let s=Oo(t,this.locale);const n=Math.abs(o);let i;return 0===s?i=Math.floor(n):(Number.isInteger(s)||(s=Math.trunc(s)),i=Math.floor(n*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?i:-i,format:e?.format}},isExported:!0},Qh={description:Xt("Rounds up a number."),args:[fc("value (number)",Xt("The value to round to places number of places, always rounding up.")),fc("places (number, default=0)",Xt("The number of decimal places to which to round."))],returns:["NUMBER"],compute:function(e,t={value:0}){const o=Oo(e,this.locale);let s=Oo(t,this.locale);const n=Math.abs(o);let i;return 0===s?i=Math.ceil(n):(Number.isInteger(s)||(s=Math.trunc(s)),i=Math.ceil(n*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?i:-i,format:e?.format}},isExported:!0},Jh={description:Xt("Secant of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the secant of, in radians."))],returns:["NUMBER"],compute:function(e){return 1/Math.cos(Oo(e,this.locale))},isExported:!0},ed={description:Xt("Hyperbolic secant of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic secant of."))],returns:["NUMBER"],compute:function(e){return 1/Math.cosh(Oo(e,this.locale))},isExported:!0},td={description:Xt("Sine of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the sine of, in radians."))],returns:["NUMBER"],compute:function(e){return Math.sin(Oo(e,this.locale))},isExported:!0},od={description:Xt("Hyperbolic sine of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic sine of."))],returns:["NUMBER"],compute:function(e){return Math.sinh(Oo(e,this.locale))},isExported:!0},sd={description:Xt("Positive square root of a positive number."),args:[fc("value (number)",Xt("The number for which to calculate the positive square root."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>t>=0),Xt("The value (%s) must be positive or null.",t.toString())),{value:Math.sqrt(t),format:e?.format}},isExported:!0},nd={description:Xt("Sum of a series of numbers and/or cells."),args:[fc("value1 (number, range<number>)",Xt("The first number or range to add together.")),fc("value2 (number, range<number>, repeating)",Xt("Additional numbers or ranges to add to value1."))],returns:["NUMBER"],compute:function(...e){const t=e[0];return{value:th(e,this.locale),format:Ro(t)}},isExported:!0},id={description:Xt("A conditional sum across a range."),args:[fc("criteria_range (range)",Xt("The range which is tested against criterion.")),fc("criterion (string)",Xt("The pattern or test to apply to range.")),fc("sum_range (range, default=criteria_range)",Xt("The range to be summed, if different from range."))],returns:["NUMBER"],compute:function(e,t,o){void 0===o&&(o=e);let s=0;return ts([e,t],((e,t)=>{const n=o[e][t].value;"number"==typeof n&&(s+=n)}),this.locale),s},isExported:!0},rd={description:Xt("Sums a range depending on multiple criteria."),args:[fc("sum_range (range)",Xt("The range to sum.")),fc("criteria_range1 (range)",Xt("The range to check against criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges to check.")),fc("criterion2 (string, repeating)",Xt("Additional criteria to check."))],returns:["NUMBER"],compute:function(e,...t){let o=0;return ts(t,((t,s)=>{const n=e[t][s].value;"number"==typeof n&&(o+=n)}),this.locale),o},isExported:!0},ad={description:Xt("Tangent of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the tangent of, in radians."))],returns:["NUMBER"],compute:function(e){return Math.tan(Oo(e,this.locale))},isExported:!0},ld={description:Xt("Hyperbolic tangent of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic tangent of."))],returns:["NUMBER"],compute:function(e){return Math.tanh(Oo(e,this.locale))},isExported:!0};function cd(e,t){return 0===t?Math.trunc(e):(Number.isInteger(t)||(t=Math.trunc(t)),Math.trunc(e*Math.pow(10,t))/Math.pow(10,t))}const hd={description:Xt("Truncates a number."),args:[fc("value (number)",Xt("The value to be truncated.")),fc("places (number, default=0)",Xt("The number of significant digits to the right of the decimal point to retain."))],returns:["NUMBER"],compute:function(e,t={value:0}){return{value:cd(Oo(e,this.locale),Oo(t,this.locale)),format:e?.format}},isExported:!0},dd={description:Xt("Rounds a number down to the nearest integer that is less than or equal to it."),args:[fc("value (number)",Xt("The number to round down to the nearest integer."))],returns:["NUMBER"],compute:function(e){return Math.floor(Oo(e,this.locale))},isExported:!0};var ud=Object.freeze({__proto__:null,ABS:sh,ACOS:nh,ACOSH:ih,ACOT:rh,ACOTH:ah,ASIN:lh,ASINH:ch,ATAN:hh,ATAN2:dh,ATANH:uh,CEILING:gh,CEILING_MATH:mh,CEILING_PRECISE:fh,COS:vh,COSH:bh,COT:Sh,COTH:Ch,COUNTBLANK:Eh,COUNTIF:wh,COUNTIFS:yh,COUNTUNIQUE:Ih,COUNTUNIQUEIFS:Rh,CSC:Th,CSCH:Ah,DECIMAL:Oh,DEGREES:_h,EXP:Mh,FLOOR:Nh,FLOOR_MATH:Dh,FLOOR_PRECISE:Lh,INT:dd,ISEVEN:Ph,ISODD:Vh,ISO_CEILING:kh,LN:Uh,MOD:Hh,MUNIT:zh,ODD:Gh,PI:$h,POWER:Wh,PRODUCT:qh,RAND:Zh,RANDARRAY:Yh,RANDBETWEEN:jh,ROUND:Xh,ROUNDDOWN:Kh,ROUNDUP:Qh,SEC:Jh,SECH:ed,SIN:td,SINH:od,SQRT:sd,SUM:nd,SUMIF:id,SUMIFS:rd,TAN:ad,TANH:ld,TRUNC:hd});function gd(...e){const t=e[0].length;e.forEach(((e,o)=>Io((()=>e.length===t),Xt("[[FUNCTION_NAME]] has mismatched dimensions for argument %s (%s vs %s).",o.toString(),t.toString(),e.length.toString()))))}function pd(e,t){let o=0;const s=Zo(e,((e,t)=>(o+=1,e+t)),0,t);return Io((()=>0!==o),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),s/o}function md(e,t){let o=0;for(let s of e)if(po(s))for(let e of s)for(let t of e)"number"==typeof t.value&&(o+=1);else{const e=s?.value;To(e)||"string"==typeof e&&!Gt(e,t)&&!At(e,t)||(o+=1)}return o}function fd(e){return qo(e,((e,t)=>void 0!==t&&null!==t.value?e+1:e),0)}function vd(e,t){const o=Zo(e,((e,t)=>e<t?t:e),-1/0,t);return o===-1/0?0:o}function bd(e,t){const o=Zo(e,((e,t)=>t<e?t:e),1/0,t);return o===1/0?0:o}function Sd(e,t){const o=[],s=[];let n=0,i=0;Go([e],(e=>{o.push(e),n+=1})),Go([t],(e=>{s.push(e),i+=1})),Io((()=>n===i),Xt("[[FUNCTION_NAME]] has mismatched argument count %s vs %s.",n,i));const r=[],a=[];for(let e=0;e<n;e++){const t=o[e]?.value,n=s[e]?.value;"number"==typeof t&&"number"==typeof n&&(a.push(t),r.push(n))}return{flatDataX:r,flatDataY:a}}function Cd(e,t,o){const{flatDataX:s,flatDataY:n}=Sd(e,t),i=n.length;Io((()=>0!==i&&(!o||1!==i)),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));let r=0,a=0;for(let e=0;e<i;e++)r+=n[e],a+=s[e];const l=r/i,c=a/i;let h=0;for(let e=0;e<i;e++)h+=(n[e]-l)*(s[e]-c);return h/(i-(o?1:0))}function Ed(e,t,o,s){let n=0,i=0;const r=o?Yo:Zo;i=r(e,((e,t)=>(n+=1,e+t)),0,s),Io((()=>0!==n&&(!t||1!==n)),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const a=i/n;return r(e,((e,t)=>e+Math.pow(t-a,2)),0,s)/(n-(t?1:0))}function wd(e,t,o,s){const n=Oo(t,s);Io((()=>o?0<=n&&n<=1:0<n&&n<1),Xt("Function [[FUNCTION_NAME]] parameter 2 value is out of range."));let i,r=[],a=0;return Go(e,(e=>{const t=e?.value;"number"==typeof t&&(i=os(r,e,"nextSmaller","asc",r.length,((e,t)=>e[t])),r.splice(i+1,0,t),a++)})),Io((()=>0!==a),Xt("[[FUNCTION_NAME]] has no valid input data.")),o||Io((()=>1/(a+1)<=n&&n<=a/(a+1)),Xt("Function [[FUNCTION_NAME]] parameter 2 value is out of range.")),qt(r,n,o)}function yd(e,t,o){const s=e[0].length?e:[ue(1,t.flat().length+1)],n=s.length;let i=o[0].length?o:s;return i=i.length===n?Ko(i):i,{_X:s,_newX:i}}function xd(e,t,o=!0,s=!1){const n=t.flat(),i=n.length;let{_X:r}=yd(e,t,[[]]);r=r.length===i?Ko(r):r.slice(),gd(r[0],n);const a=r.length,l=i-a-(o?1:0),c=[n],h=Ko(r.reverse());let d=[];for(let e=0;e<a;e++)if(d.push(0),o){for(const t of r[e])d[e]+=t;d[e]/=i}let u=0;if(o){for(const e of n)u+=e;u/=i}const g=h.map((e=>e.map(((e,t)=>e-d[t]))));o&&h.forEach((e=>e.push(1)));const p=Rd(h,c);if(o||p.push([0]),!s)return p;const m=Ic(g,Ko(g)),{inverted:f}=yc(m);if(void 0===f)throw new So(Xt("Matrix is not invertible"));let v=0,b=0;for(let e=0;e<i;e++){const t=n[e]-u;let o=0;for(let t=0;t<a;t++){o+=g[e][t]*p[t][0]}const s=t-o;v+=s*s,b+=o*o}const S=Math.sqrt(v/l),C=b/(b+v),E=b/a/(v/l),w=[];for(let e=0;e<a;e++)w.push(S*Math.sqrt(f[e][e]));if(o){const e=Ic(f,[d]),t=Ic(Ko([d]),e);w.push(S*Math.sqrt(t[0][0]+1/n.length))}const y=[[p[0][0],w[0],C,E,b],[p[1][0],w[1],S,l,v]];for(let e=2;e<a;e++)y.push([p[e][0],w[e],"","",""]);return o?y.push([p[a][0],w[a],"","",""]):y.push([0,"","","",""]),y}function Id(e,t,o,s){gd(t,e),Io((()=>o>=1),Xt("Function [[FUNCTION_NAME]] A regression of order less than 1 cannot be possible."));const n=[e],i=t.map((e=>ue(0,o).map((t=>Math.pow(e,o-t)))));s&&i.forEach((e=>e.push(1)));const r=Rd(i,n);return s||r.push([0]),r}function Rd(e,t){const o=Ic(e,Ko(e)),{inverted:s}=yc(o);if(void 0===s)throw new So(Xt("Matrix is not invertible"));const n=Ic(e,t);return Ko(Ic(s,n))}function Td(e){return e.map((e=>e.map((e=>Math.log(e)))))}function Ad(e,t,o,s){const{_X:n,_newX:i}=yd(t,e,o),r=xd(n,e,s,!1),a=r.length-1,l=i.map((e=>{let t=0;for(let o=0;o<a;o++)t+=r[o][0]*e[a-o-1];return t+=r[a][0],[t]}));return l.length===o.length?l:Ko(l)}const Od={description:Xt("Average magnitude of deviations from mean."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){let t=0;const o=Zo(e,((e,o)=>(t+=1,e+o)),0,this.locale);Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const s=o/t;return Zo(e,((e,t)=>e+Math.abs(s-t)),0,this.locale)/t},isExported:!0},_d={description:Xt("Numerical average value in a dataset, ignoring text."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the average value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the average value."))],returns:["NUMBER"],compute:function(...e){return{value:pd(e,this.locale),format:Ro(e[0])}},isExported:!0},Md=Xt("[[FUNCTION_NAME]] has mismatched range sizes."),Nd=Xt("[[FUNCTION_NAME]] expects the weight to be positive or equal to 0."),Fd={description:Xt("Weighted average."),args:[fc("values (number, range<number>)",Xt("Values to average.")),fc("weights (number, range<number>)",Xt("Weights for each corresponding value.")),fc("additional_values (number, range<number>, repeating)",Xt("Additional values to average.")),fc("additional_weights (number, range<number>, repeating)",Xt("Additional weights."))],returns:["NUMBER"],compute:function(...e){let t=0,o=0;for(let s=0;s<e.length-1;s+=2){const n=e[s],i=e[s+1];if(Sc(Md,n,i),po(n))for(let e=0;e<n.length;e++)for(let s=0;s<n[0].length;s++){const r=n[e][s].value,a=po(i)?i?.[e][s].value:Oo(i,this.locale),l="number"==typeof r,c="number"==typeof a;l&&c?(Io((()=>a>=0),Nd),t+=r*a,o+=a):Io((()=>l===c),Xt("[[FUNCTION_NAME]] expects number values."))}else{const e=Oo(n,this.locale),s=po(i)?i?.[0][0].value:Oo(i,this.locale);"number"==typeof s&&(Io((()=>s>=0),Nd),t+=e*s,o+=s)}}return Io((()=>0!==o),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),{value:t/o,format:Ro(e[0])}}},Dd={description:Xt("Numerical average value in a dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the average value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the average value."))],returns:["NUMBER"],compute:function(...e){let t=0;const o=Yo(e,((e,o)=>(t+=1,e+o)),0,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),{value:o/t,format:Ro(e[0])}},isExported:!0},Ld={description:Xt("Average of values depending on criteria."),args:[fc("criteria_range (number, range<number>)",Xt("The range to check against criterion.")),fc("criterion (string)",Xt("The pattern or test to apply to criteria_range.")),fc("average_range (number, range<number>, default=criteria_range)",Xt("The range to average. If not included, criteria_range is used for the average instead."))],returns:["NUMBER"],compute:function(e,t,o){const s=rs(void 0===o?e:o);let n=0,i=0;return ts([e,t],((e,t)=>{const o=s[e][t].value;"number"==typeof o&&(n+=1,i+=o)}),this.locale),Io((()=>0!==n),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),i/n},isExported:!0},Pd={description:Xt("Average of values depending on multiple criteria."),args:[fc("average_range (range)",Xt("The range to average.")),fc("criteria_range1 (range)",Xt("The range to check against criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional criteria_range and criterion to check.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){const o=rs(e);let s=0,n=0;return ts(t,((e,t)=>{const i=o[e][t].value;"number"==typeof i&&(s+=1,n+=i)}),this.locale),Io((()=>0!==s),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),n/s},isExported:!0},kd={description:Xt("The number of numeric values in dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when counting.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when counting."))],returns:["NUMBER"],compute:function(...e){return md(e,this.locale)},isExported:!0},Vd={description:Xt("The number of values in a dataset."),args:[fc("value1 (any, range)",Xt("The first value or range to consider when counting.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider when counting."))],returns:["NUMBER"],compute:function(...e){return fd(e)},isExported:!0},Ud={description:Xt("The covariance of a dataset."),args:[fc("data_y (any, range)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (any, range)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Cd(e,t,!1)},isExported:!0},Bd={description:Xt("The covariance of a dataset."),args:[fc("data_y (any, range)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (any, range)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Cd(e,t,!1)},isExported:!0},Hd={description:Xt("The sample covariance of a dataset."),args:[fc("data_y (any, range)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (any, range)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Cd(e,t,!0)},isExported:!0},zd={description:Xt("Calculates the expected y-value for a specified x based on a linear regression of a dataset."),args:[fc("x (number, range<number>)",Xt("The value(s) on the x-axis to forecast.")),fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t,o){const{flatDataX:s,flatDataY:n}=Sd(t,o);return Ad([n],[s],Xo(rs(e),(e=>Oo(e,this.locale))),!0)},isExported:!0},Gd={description:Xt("Fits points to exponential growth trend."),args:[fc("known_data_y (range<number>)",Xt("The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.")),fc("known_data_x (range<number>, default={1;2;3;...})",Xt("The values of the independent variable(s) corresponding with known_data_y.")),fc("new_data_x (any, range, default=known_data_x)",Xt("The data points to return the y values for on the ideal curve fit.")),fc("b (boolean, default=TRUE)",Xt("Given a general exponential form of y = b*m^x for a curve fit, calculates b if TRUE or forces b to be 1 and only calculates the m values if FALSE."))],returns:["NUMBER"],compute:function(e,t=[[]],o=[[]],s={value:!0}){return Ad(Td(Mo(e,"the first argument (known_data_y)")),Mo(t,"the second argument (known_data_x)"),Mo(o,"the third argument (new_data_y)"),Uo(s)).map((e=>e.map((e=>Math.exp(e)))))}},$d={description:Xt("Compute the intercept of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t),[[],[n]]=xd([o],[s]);return n},isExported:!0},Wd={description:Xt("Nth largest element from a data set."),args:[fc("data (any, range)",Xt("Array or range containing the dataset to consider.")),fc("n (number)",Xt("The rank from largest to smallest of the element to return."))],returns:["NUMBER"],compute:function(e,t){const o=Math.trunc(Oo(t?.value,this.locale));let s,n=[],i=0;Go([e],(e=>{"number"==typeof e?.value&&(s=os(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t].value)),n.splice(s+1,0,e),i++,i>o&&(n.shift(),i--))}));const r=n.shift();return Io((()=>void 0!==r),Xt("[[FUNCTION_NAME]] has no valid input data.")),Io((()=>i>=o),Xt("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)),r},isExported:!0},qd={description:Xt("Compute the intercept of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>, default={1;2;3;...})",Xt("The range representing the array or matrix of independent data.")),fc("calculate_b (boolean, default=TRUE)",Xt("A flag specifying wheter to compute the slope or not")),fc("verbose (boolean, default=FALSE)",Xt("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"))],returns:["NUMBER"],compute:function(e,t=[[]],o={value:!0},s={value:!1}){return xd(Mo(t,"the first argument (data_y)"),Mo(e,"the second argument (data_x)"),Uo(o),Uo(s))},isExported:!0},Zd={description:Xt("Compute the intercept of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>, optional, default={1;2;3;...})",Xt("The range representing the array or matrix of independent data.")),fc("calculate_b (boolean, default=TRUE)",Xt("A flag specifying wheter to compute the slope or not")),fc("verbose (boolean, default=FALSE)",Xt("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"))],returns:["NUMBER"],compute:function(e,t=[[]],o={value:!0},s={value:!1}){const n=xd(Mo(t,"the second argument (data_x)"),Td(Mo(e,"the first argument (data_y)")),Uo(o),Uo(s));for(let e=0;e<n.length;e++)n[e][0]=Math.exp(n[e][0]);return n},isExported:!0},Yd={description:Xt("Compute the Matthews correlation coefficient of a dataset."),args:[fc("data_x (range)",Xt("The range representing the array or matrix of observed data.")),fc("data_y (range)",Xt("The range representing the array or matrix of predicted data."))],returns:["NUMBER"],compute:function(e,t){const o=e.flat(),s=t.flat();if(gd(o,s),0===o.length)throw new So(Xt("[[FUNCTION_NAME]] expects non-empty ranges for both parameters."));const n=o.length;let i=0,r=0,a=0,l=0;for(let e=0;e<n;++e){const t=Uo(o[e]);t===Uo(s[e])?t?r++:i++:t?l++:a++}return(r*i-a*l)/Math.sqrt((r+a)*(r+l)*(i+a)*(i+l))},isExported:!1},jd={description:Xt("Maximum value in a numeric dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the maximum value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the maximum value."))],returns:["NUMBER"],compute:function(...e){return{value:vd(e,this.locale),format:Ro(e[0])}},isExported:!0},Xd={description:Xt("Maximum numeric value in a dataset."),args:[fc("value1 (any, range)",Xt("The first value or range to consider when calculating the maximum value.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider when calculating the maximum value."))],returns:["NUMBER"],compute:function(...e){const t=Yo(e,((e,t)=>Math.max(t,e)),-1/0,this.locale);return{value:t===-1/0?0:t,format:Ro(e[0])}},isExported:!0},Kd={description:Xt("Returns the maximum value in a range of cells, filtered by a set of criteria."),args:[fc("range (range)",Xt("The range of cells from which the maximum will be determined.")),fc("criteria_range1 (range)",Xt("The range of cells over which to evaluate criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){let o=-1/0;return ts(t,((t,s)=>{const n=e[t][s].value;"number"==typeof n&&(o=o<n?n:o)}),this.locale),o===-1/0?0:o},isExported:!0},Qd={description:Xt("Median value in a numeric dataset."),args:[fc("value1 (any, range)",Xt("The first value or range to consider when calculating the median value.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider when calculating the median value."))],returns:["NUMBER"],compute:function(...e){let t=[];return $o(e,(e=>{t.push({value:e})}),this.locale),{value:wd(t,{value:.5},!0,this.locale),format:Ro(e[0])}},isExported:!0},Jd={description:Xt("Minimum value in a numeric dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the minimum value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the minimum value."))],returns:["NUMBER"],compute:function(...e){return{value:bd(e,this.locale),format:Ro(e[0])}},isExported:!0},eu={description:Xt("Minimum numeric value in a dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the minimum value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the minimum value."))],returns:["NUMBER"],compute:function(...e){const t=Yo(e,((e,t)=>Math.min(t,e)),1/0,this.locale);return{value:t===1/0?0:t,format:Ro(e[0])}},isExported:!0},tu={description:Xt("Returns the minimum value in a range of cells, filtered by a set of criteria."),args:[fc("range (range)",Xt("The range of cells from which the minimum will be determined.")),fc("criteria_range1 (range)",Xt("The range of cells over which to evaluate criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){let o=1/0;return ts(t,((t,s)=>{const n=e[t][s].value;"number"==typeof n&&(o=o>n?n:o)}),this.locale),o===1/0?0:o},isExported:!0};function ou(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t);if(0===o.length)throw new So(Xt("[[FUNCTION_NAME]] expects non-empty ranges for both parameters."));if(o.length<2)throw new So(Xt("[[FUNCTION_NAME]] needs at least two values for both parameters."));const n=o.length;let i=0,r=0,a=0,l=0,c=0;for(let e=0;e<n;e++){const t=o[e],n=s[e];i+=t,r+=n,a+=t*n,l+=t*t,c+=n*n}return(n*a-i*r)/Math.sqrt((n*l-i*i)*(n*c-r*r))}const su={description:Xt("Compute the Pearson product-moment correlation coefficient of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return ou(e,t)},isExported:!0},nu=su,iu={description:Xt("Value at a given percentile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("percentile (number)",Xt("The percentile whose value within data will be calculated and returned."))],returns:["NUMBER"],compute:function(e,t){return au.compute.bind(this)(e,t)},isExported:!0},ru={description:Xt("Value at a given percentile of a dataset exclusive of 0 and 1."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("percentile (number)",Xt("The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],t,!1,this.locale),format:Ro(e)}},isExported:!0},au={description:Xt("Value at a given percentile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("percentile (number)",Xt("The percentile whose value within data will be calculated and returned."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],t,!0,this.locale),format:Ro(e)}},isExported:!0},lu={description:Xt("Compute the coefficients of polynomial regression of the dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data.")),fc("order (number)",Xt("The order of the polynomial to fit the data, between 1 and 6.")),fc("intercept (boolean, default=TRUE)",Xt("A flag specifying whether to compute the intercept or not."))],returns:["RANGE<NUMBER>"],compute:function(e,t,o,s={value:!0}){const{flatDataX:n,flatDataY:i}=Sd(e,t);return Id(i,n,Oo(o,this.locale),Uo(s))},isExported:!1},cu={description:Xt("Predict value by computing a polynomial regression of the dataset."),args:[fc("x (number, range<number>)",Xt("The value(s) on the x-axis to forecast.")),fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data.")),fc("order (number)",Xt("The order of the polynomial to fit the data, between 1 and 6.")),fc("intercept (boolean, default=TRUE)",Xt("A flag specifying whether to compute the intercept or not."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:!0}){const i=Oo(s,this.locale),{flatDataX:r,flatDataY:a}=Sd(t,o),l=Id(a,r,i,Uo(n)).flat();return Xo(rs(e),(e=>function(e,t,o){return e.reduce(((e,s,n)=>e+s*Math.pow(t,o-n)),0)}(l,Oo(e,this.locale),i)))},isExported:!1},hu={description:Xt("Value nearest to a specific quartile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("quartile_number (number)",Xt("Which quartile value to return."))],returns:["NUMBER"],compute:function(e,t){return uu.compute.bind(this)(e,t)},isExported:!0},du={description:Xt("Value nearest to a specific quartile of a dataset exclusive of 0 and 4."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("quartile_number (number)",Xt("Which quartile value, exclusive of 0 and 4, to return."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],{value:.25*Math.trunc(Oo(t,this.locale))},!1,this.locale),format:Ro(e)}},isExported:!0},uu={description:Xt("Value nearest to a specific quartile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("quartile_number (number)",Xt("Which quartile value to return."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],{value:.25*Math.trunc(Oo(t,this.locale))},!0,this.locale),format:Ro(e)}},isExported:!0},gu={description:Xt("Returns the rank of a specified value in a dataset."),args:[fc("value (number)",Xt("The value whose rank will be determined.")),fc("data (range)",Xt("The range containing the dataset to consider.")),fc("is_ascending (boolean, default=FALSE)",Xt("Whether to consider the values in data in descending or ascending order."))],returns:["ANY"],compute:function(e,t,o={value:!1}){const s=Uo(o),n=Oo(e,this.locale);let i=1,r=!1;for(const e of t)for(const t of e){if("number"!=typeof t.value)continue;const e=Oo(t,this.locale);e===n?r=!0:e>n!==s&&i++}if(!r)throw new wo(Xt("Value not found in the given data."));return i},isExported:!0},pu={description:Xt("Compute the square of r, the Pearson product-moment correlation coefficient of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Math.pow(ou(t,e),2)},isExported:!0},mu={description:Xt("Compute the slope of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t),[[n]]=xd([o],[s]);return n},isExported:!0},fu={description:Xt("Nth smallest element in a data set."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("n (number)",Xt("The rank from smallest to largest of the element to return."))],returns:["NUMBER"],compute:function(e,t){const o=Math.trunc(Oo(t?.value,this.locale));let s,n=[],i=0;Go([e],(e=>{"number"==typeof e?.value&&(s=os(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t].value)),n.splice(s+1,0,e),i++,i>o&&(n.pop(),i--))}));const r=n.pop();return Io((()=>void 0!==r),Xt("[[FUNCTION_NAME]] has no valid input data.")),Io((()=>i>=o),Xt("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)),r},isExported:!0},vu={description:Xt("Compute the Spearman rank correlation coefficient of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(t,e),n=o.length,i=o.map(((e,t)=>[e,s[t]]));i.sort(((e,t)=>e[0]-t[0]));for(let e=0;e<n;++e)i[e][0]=e;i.sort(((e,t)=>e[1]-t[1]));let r=0;for(let e=0;e<n;++e)r+=(i[e][0]-e)**2;return 1-6*r/(n**3-n)},isExported:!1},bu={description:Xt("Standard deviation."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Ru.compute.bind(this)(...e))},isExported:!0},Su={description:Xt("Standard deviation of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Tu.compute.bind(this)(...e))},isExported:!0},Cu={description:Xt("Standard deviation."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Au.compute.bind(this)(...e))},isExported:!0},Eu={description:Xt("Standard deviation of sample (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Ou.compute.bind(this)(...e))},isExported:!0},wu={description:Xt("Standard deviation of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(_u.compute.bind(this)(...e))},isExported:!0},yu={description:Xt("Standard deviation of entire population (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Mu.compute.bind(this)(...e))},isExported:!0},xu={description:Xt("Calculates the standard error of the predicted y-value for each x in the regression of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t);return xd([o],[s],!0,!0)[1][2]},isExported:!0},Iu={description:Xt("Fits points to linear trend derived via least-squares."),args:[fc("known_data_y (number, range<number>)",Xt("The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.")),fc("known_data_x (number, range<number>, optional, default={1;2;3;...})",Xt("The values of the independent variable(s) corresponding with known_data_y.")),fc("new_data_x (number, range<number>, optional, default=known_data_x)",Xt("The data points to return the y values for on the ideal curve fit.")),fc("b (boolean, optional, default=TRUE)",Xt("Given a general linear form of y = m*x+b for a curve fit, calculates b if TRUE or forces b to be 0 and only calculates the m values if FALSE, i.e. forces the curve fit to pass through the origin."))],returns:["NUMBER"],compute:function(e,t=[[]],o=[[]],s={value:!0}){return Ad(Mo(e,"the first argument (known_data_y)"),Mo(t,"the second argument (known_data_x)"),Mo(o,"the third argument (new_data_y)"),Uo(s))}},Ru={description:Xt("Variance."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!0,!1,this.locale)},isExported:!0},Tu={description:Xt("Variance of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!1,!1,this.locale)},isExported:!0},Au={description:Xt("Variance."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!0,!1,this.locale)},isExported:!0},Ou={description:Xt("Variance of sample (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!0,!0,this.locale)},isExported:!0},_u={description:Xt("Variance of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!1,!1,this.locale)},isExported:!0},Mu={description:Xt("Variance of entire population (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!1,!0,this.locale)},isExported:!0};var Nu=Object.freeze({__proto__:null,AVEDEV:Od,AVERAGE:_d,AVERAGEA:Dd,AVERAGEIF:Ld,AVERAGEIFS:Pd,AVERAGE_WEIGHTED:Fd,CORREL:nu,COUNT:kd,COUNTA:Vd,COVAR:Ud,COVARIANCE_P:Bd,COVARIANCE_S:Hd,FORECAST:zd,GROWTH:Gd,INTERCEPT:$d,LARGE:Wd,LINEST:qd,LOGEST:Zd,MATTHEWS:Yd,MAX:jd,MAXA:Xd,MAXIFS:Kd,MEDIAN:Qd,MIN:Jd,MINA:eu,MINIFS:tu,PEARSON:su,PERCENTILE:iu,PERCENTILE_EXC:ru,PERCENTILE_INC:au,POLYFIT_COEFFS:lu,POLYFIT_FORECAST:cu,QUARTILE:hu,QUARTILE_EXC:du,QUARTILE_INC:uu,RANK:gu,RSQ:pu,SLOPE:mu,SMALL:fu,SPEARMAN:vu,STDEV:bu,STDEVA:Eu,STDEVP:wu,STDEVPA:yu,STDEV_P:Su,STDEV_S:Cu,STEYX:xu,TREND:Iu,VAR:Ru,VARA:Ou,VARP:_u,VARPA:Mu,VAR_P:Tu,VAR_S:Au});function Fu(e,t,o,s){const n=new Map,i=e.length;for(let t=i-1;t>=0;t--)n.set(Po(e[t][0]).toUpperCase(),t);const r=t?.value;if("number"!=typeof r&&"string"!=typeof r)throw new So(Xt("The field must be a number or a string"));let a;if("number"==typeof r){if(a=Math.trunc(r)-1,a<0||i-1<a)throw new So(Xt("The field (%(fieldValue)s) must be one of %(dimRowDB)s or must be a number between 1 and %s inclusive.",{fieldValue:r.toString(),dimRowDB:i.toString()}))}else{const e=Po(t).toUpperCase();if(a=n.get(e)??-1,-1===a)throw new So(Xt("The field (%s) must be one of %s.",Po(t),[...n.keys()].toString()))}const l=o[0].length;if(l<2)throw new So(Xt("The criteria range contains %s row, it must be at least 2 rows.",l.toString()));let c=new Set;const h=e[0].length;for(let t=1;t<l;t++){let i=[],r=!0;for(let s=0;s<o.length;s++){const a=Po(o[s][0]).toUpperCase(),l=n.get(a),c=o[s][t];if(null!==c.value){if(void 0===l){r=!1;break}i.push([e[l].slice(1,h)]),i.push(c)}}if(r){if(!(i.length>0)){c=new Set(Array(h-1).keys());break}ts(i,((e,t)=>{c.add(t)}),s,!0)}}const d=e[a];return[...c].map((e=>d[e+1]))}const Du=[fc("database (range)",Xt("The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.")),fc("field (any)",Xt("Indicates which column in database contains the values to be extracted and operated on.")),fc("criteria (range)",Xt("An array or range containing zero or more criteria to filter the database values by before operating."))],Lu={description:Xt("Average of a set of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return _d.compute.bind(this)([s])},isExported:!0},Pu={description:Xt("Counts values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return kd.compute.bind(this)([s])},isExported:!0},ku={description:Xt("Counts values and text from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Vd.compute.bind(this)([s])},isExported:!0},Vu={description:Xt("Single value from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Io((()=>1===s.length),Xt("More than one match found in DGET evaluation.")),s[0]},isExported:!0},Uu={description:Xt("Maximum of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return jd.compute.bind(this)([s])},isExported:!0},Bu={description:Xt("Minimum of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Jd.compute.bind(this)([s])},isExported:!0},Hu={description:Xt("Product of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return qh.compute.bind(this)([s])},isExported:!0},zu={description:Xt("Standard deviation of population sample from table."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return bu.compute.bind(this)([s])},isExported:!0},Gu={description:Xt("Standard deviation of entire population from table."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return wu.compute.bind(this)([s])},isExported:!0},$u={description:Xt("Sum of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return nd.compute.bind(this)([s])},isExported:!0},Wu={description:Xt("Variance of population sample from table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Ru.compute.bind(this)([s])},isExported:!0},qu={description:Xt("Variance of a population from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return _u.compute.bind(this)([s])},isExported:!0};var Zu=Object.freeze({__proto__:null,DAVERAGE:Lu,DCOUNT:Pu,DCOUNTA:ku,DGET:Vu,DMAX:Uu,DMIN:Bu,DPRODUCT:Hu,DSTDEV:zu,DSTDEVP:Gu,DSUM:$u,DVAR:Wu,DVARP:qu});var Yu;!function(e){e.WHOLE_YEARS="Y",e.WHOLE_MONTHS="M",e.WHOLE_DAYS="D",e.DAYS_WITHOUT_WHOLE_MONTHS="MD",e.MONTH_WITHOUT_WHOLE_YEARS="YM",e.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR="YD"}(Yu||(Yu={}));const ju={description:Xt("Converts year/month/day into a date."),args:[fc("year (number)",Xt("The year component of the date.")),fc("month (number)",Xt("The month component of the date.")),fc("day (number)",Xt("The day component of the date."))],returns:["DATE"],compute:function(e,t,o){let s=Math.trunc(Oo(e,this.locale));const n=Math.trunc(Oo(t,this.locale)),i=Math.trunc(Oo(o,this.locale));Io((()=>0<=s&&s<=9999),Xt("The year (%s) must be between 0 and 9999 inclusive.",s.toString())),s<1900&&(s+=1900);const r=_t(new gt(s,n-1,i));return Io((()=>r>=0),Xt("The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.")),{value:r,format:this.locale.dateFormat}},isExported:!0},Xu={description:Xt("Calculates the number of days, months, or years between two dates."),args:[fc("start_date (date)",Xt("The start date to consider in the calculation. Must be a reference to a cell containing a DATE, a function returning a DATE type, or a number.")),fc("end_date (date)",Xt("The end date to consider in the calculation. Must be a reference to a cell containing a DATE, a function returning a DATE type, or a number.")),fc("unit (string)",Xt('A text abbreviation for unit of time. Accepted values are "Y" (the number of whole years between start_date and end_date), "M" (the number of whole months between start_date and end_date), "D" (the number of days between start_date and end_date), "MD" (the number of days between start_date and end_date after subtracting whole months), "YM" (the number of whole months between start_date and end_date after subtracting whole years), "YD" (the number of days between start_date and end_date, assuming start_date and end_date were no more than one year apart).'))],returns:["NUMBER"],compute:function(e,t,o){const s=Po(o).toUpperCase();Io((()=>Object.values(Yu).includes(s)),((e,t)=>{const o=e.map((e=>`'${e}'`)).join(", ");return Xt("The function [[FUNCTION_NAME]] has an argument with value '%s'. It should be one of: %s.",t,o)})(Object.values(Yu),Po(o)));const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Ot(n),a=Ot(i);switch(Io((()=>i>=n),Xt("start_date (%s) should be on or before end_date (%s).",r.toLocaleDateString(),a.toLocaleDateString())),s){case Yu.WHOLE_YEARS:return Ut(r,a);case Yu.WHOLE_MONTHS:return kt(r,a);case Yu.WHOLE_DAYS:return Vt(r,a);case Yu.MONTH_WITHOUT_WHOLE_YEARS:return kt(r,a)-12*Ut(r,a);case Yu.DAYS_WITHOUT_WHOLE_MONTHS:let e=a.getDate()-r.getDate();if(e<0){e=Nt(new gt(a.getFullYear(),a.getMonth()-1,1))-Math.abs(e)}return e;case Yu.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR:{if(function(e,t){return Pt(e,t,1)<1}(n,i))return Vt(r,a);const e=new gt(r.getFullYear(),a.getMonth(),a.getDate());let t=Vt(r,e);return t<0&&(e.setFullYear(r.getFullYear()+1),t=Vt(r,e)),t}}},isExported:!0},Ku={description:Xt("Converts a date string to a date value."),args:[fc("date_string (string)",Xt("The string representing the date."))],returns:["NUMBER"],compute:function(e){const t=Po(e),o=At(t,this.locale);return Io((()=>null!==o),Xt("The date_string (%s) cannot be parsed to date/time.",t.toString())),Math.trunc(o.value)},isExported:!0},Qu={description:Xt("Day of the month that a specific date falls on."),args:[fc("date (string)",Xt("The date from which to extract the day."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getDate()},isExported:!0},Ju={description:Xt("Number of days between two dates."),args:[fc("end_date (date)",Xt("The end of the date range.")),fc("start_date (date)",Xt("The start of the date range."))],returns:["NUMBER"],compute:function(e,t){const o=Bo(e,this.locale),s=Bo(t,this.locale),n=o.getTime()-s.getTime();return Math.round(n/mt)},isExported:!0},eg={description:Xt("Number of days between two dates on a 360-day year (months of 30 days)."),args:[fc("start_date (date)",Xt("The start date to consider in the calculation.")),fc("end_date (date)",Xt("The end date to consider in the calculation.")),fc("method (number, default=0)",Xt("An indicator of what day count method to use. (0) US NASD method (1) European method"))],returns:["NUMBER"],compute:function(e,t,o={value:0}){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Pt(s,n,Uo(o)?4:0);return Math.sign(n-s)*Math.round(360*i)},isExported:!0},tg={description:Xt("Date a number of months before/after another date."),args:[fc("start_date (date)",Xt("The date from which to calculate the result.")),fc("months (number)",Xt("The number of months before (negative) or after (positive) 'start_date' to calculate."))],returns:["DATE"],compute:function(e,t){return{value:_t(Dt(Bo(e,this.locale),Math.trunc(Oo(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},og={description:Xt("Last day of a month before or after a date."),args:[fc("start_date (date)",Xt("The date from which to calculate the result.")),fc("months (number)",Xt("The number of months before (negative) or after (positive) 'start_date' to consider."))],returns:["DATE"],compute:function(e,t){const o=Bo(e,this.locale),s=Math.trunc(Oo(t,this.locale)),n=o.getFullYear(),i=o.getMonth();return{value:_t(new gt(n,i+s+1,0)),format:this.locale.dateFormat}},isExported:!0},sg={description:Xt("Hour component of a specific time."),args:[fc("time (date)",Xt("The time from which to calculate the hour component."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getHours()},isExported:!0},ng={description:Xt("ISO week number of the year."),args:[fc("date (date)",Xt("The date for which to determine the ISO week number. Must be a reference to a cell containing a date, a function returning a date type, or a number."))],returns:["NUMBER"],compute:function(e){const t=Bo(e,this.locale),o=t.getFullYear();let s=1;for(;4!==new gt(o,0,s).getDay();)s+=1;const n=new gt(o,0,s-3);let i=31;for(;4!==new gt(o,11,i).getDay();)i-=1;const r=new gt(o,11,i+3);let a,l;switch(a=n.getTime()<=t.getTime()?t.getTime()<=r.getTime()?0:1:-1,a){case 0:l=n;break;case 1:l=new gt(o,11,i+3+1);break;case-1:let e=1;for(;4!==new gt(o-1,0,e).getDay();)e+=1;l=new gt(o-1,0,e-3)}const c=(t.getTime()-l.getTime())/mt;return Math.floor(c/7)+1},isExported:!0},ig={description:Xt("Minute component of a specific time."),args:[fc("time (date)",Xt("The time from which to calculate the minute component."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getMinutes()},isExported:!0},rg={description:Xt("Month of the year a specific date falls in"),args:[fc("date (date)",Xt("The date from which to extract the month."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getMonth()+1},isExported:!0},ag={description:Xt("Net working days between two provided days."),args:[fc("start_date (date)",Xt("The start date of the period from which to calculate the number of net working days.")),fc("end_date (date)",Xt("The end date of the period from which to calculate the number of net working days.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the date serial numbers to consider holidays."))],returns:["NUMBER"],compute:function(e,t,o){return cg.compute.bind(this)(e,t,{value:1},o)},isExported:!0};function lg(e){const t=e?.value;if("string"==typeof t){Io((()=>{if(7!==t.length)return!1;for(let e of t)if("0"!==e&&"1"!==e)return!1;return!0}),Xt('When weekend is a string (%s) it must be composed of "0" or "1".',t));let e=[];for(let o=0;o<7;o++)"1"===t[o]&&e.push((o+1)%7);return e}if("number"==typeof t)return Io((()=>1<=t&&t<=7||11<=t&&t<=17),Xt("The weekend (%s) must be a string or a number in the range 1-7 or 11-17.",t.toString())),t<=7?[t-2==-1?6:t-2,t-1]:[t-11];throw new So(Xt("The weekend must be a number or a string."))}const cg={description:Xt("Net working days between two dates (specifying weekends)."),args:[fc("start_date (date)",Xt("The start date of the period from which to calculate the number of net working days.")),fc("end_date (date)",Xt("The end date of the period from which to calculate the number of net working days.")),fc("weekend (any, default=1)",Xt("A number or string representing which days of the week are considered weekends.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the dates to consider as holidays."))],returns:["NUMBER"],compute:function(e,t,o={value:1},s){const n=Bo(e,this.locale),i=Bo(t,this.locale),r=lg(o);let a=new Set;void 0!==s&&Go([s],(e=>{const t=Bo(e,this.locale);a.add(t.getTime())}));const l=n.getTime()>i.getTime(),c=gt.fromTimestamp((l?n:i).getTime());let h=gt.fromTimestamp((l?i:n).getTime());const d=c.getTime();let u=h.getTime(),g=0;for(;u<=d;)r.includes(h.getDay())||a.has(u)||(g+=1),h.setDate(h.getDate()+1),u=h.getTime();return l?-g:g},isExported:!0},hg={description:Xt("Current date and time as a date value."),args:[],returns:["DATE"],compute:function(){const e=gt.now(),t=e.getTime()-pt.getTime(),o=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/mt)+o,format:pa(this.locale)}},isExported:!0},dg={description:Xt("Minute component of a specific time."),args:[fc("time (date)",Xt("The time from which to calculate the second component."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getSeconds()},isExported:!0},ug={description:Xt("Converts hour/minute/second into a time."),args:[fc("hour (number)",Xt("The hour component of the time.")),fc("minute (number)",Xt("The minute component of the time.")),fc("second (number)",Xt("The second component of the time."))],returns:["DATE"],compute:function(e,t,o){let s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Math.trunc(Oo(o,this.locale));return n+=Math.floor(i/60),i=i%60+(i<0?60:0),s+=Math.floor(n/60),n=n%60+(n<0?60:0),s%=24,Io((()=>s>=0),Xt("The function [[FUNCTION_NAME]] result cannot be negative")),{value:s/24+n/1440+i/86400,format:this.locale.timeFormat}},isExported:!0},gg={description:Xt("Converts a time string into its serial number representation."),args:[fc("time_string (string)",Xt("The string that holds the time representation."))],returns:["NUMBER"],compute:function(e){const t=Po(e),o=At(t,this.locale);Io((()=>null!==o),Xt("The time_string (%s) cannot be parsed to date/time.",t));const s=o.value-Math.trunc(o.value);return s<0?1+s:s},isExported:!0},pg={description:Xt("Current date as a date value."),args:[],returns:["DATE"],compute:function(){const e=gt.now();return{value:_t(new gt(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},mg={description:Xt("Day of the week of the date provided (as number)."),args:[fc("date (date)",Xt("The date for which to determine the day of the week. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("type (number, default=1)",Xt("A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Bo(e,this.locale),s=Math.round(Oo(t,this.locale)),n=o.getDay();return Io((()=>[1,2,3].includes(s)),Xt("The type (%s) must be 1, 2 or 3.",s.toString())),1===s?n+1:2===s?0===n?7:n:0===n?6:n-1},isExported:!0},fg={description:Xt("Week number of the year."),args:[fc("date (date)",Xt("The date for which to determine the week number. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("type (number, default=1)",Xt("A number representing the day that a week starts on. Sunday = 1."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Bo(e,this.locale),s=Math.round(Oo(t,this.locale));if(Io((()=>1===s||2===s||11<=s&&s<=17||21===s),Xt("The type (%s) is out of range.",s.toString())),21===s)return ng.compute.bind(this)(e);let n;n=1===s||2===s?s-1:s-10==7?0:s-10;const i=o.getFullYear();let r=1,a=new gt(i,0,r);for(;a.getDay()!==n;)r+=1,a=new gt(i,0,r);const l=(o.getTime()-a.getTime())/mt;return l<0?1:Math.floor(l/7)+(1===r?1:2)},isExported:!0},vg={description:Xt("Date after a number of workdays."),args:[fc("start_date (date)",Xt("The date from which to begin counting.")),fc("num_days (number)",Xt("The number of working days to advance from start_date. If negative, counts backwards.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the dates to consider holidays."))],returns:["NUMBER"],compute:function(e,t,o={value:null}){return bg.compute.bind(this)(e,t,{value:1},o)},isExported:!0},bg={description:Xt("Date after a number of workdays (specifying weekends)."),args:[fc("start_date (date)",Xt("The date from which to begin counting.")),fc("num_days (number)",Xt("The number of working days to advance from start_date. If negative, counts backwards.")),fc("weekend (any, default=1)",Xt("A number or string representing which days of the week are considered weekends.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the dates to consider holidays."))],returns:["DATE"],compute:function(e,t,o={value:1},s){let n=Bo(e,this.locale),i=Math.trunc(Oo(t,this.locale));"string"==typeof o.value&&Io((()=>"1111111"!==o.value),Xt("The weekend must be different from '1111111'."));const r=lg(o);let a=new Set;void 0!==s&&Go([s],(e=>{const t=Bo(e,this.locale);a.add(t.getTime())}));let l=gt.fromTimestamp(n.getTime()),c=l.getTime();const h=Math.sign(i);let d=Math.abs(i);for(;d>0;)l.setDate(l.getDate()+h),c=l.getTime(),r.includes(l.getDay())||a.has(c)||(d-=1);const u=c-pt.getTime();return{value:Math.round(u/mt),format:this.locale.dateFormat}},isExported:!0},Sg={description:Xt("Year specified by a given date."),args:[fc("date (date)",Xt("The date from which to extract the year."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getFullYear()},isExported:!0},Cg={description:Xt("Exact number of years between two dates."),args:[fc("start_date (date)",Xt("The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("end_date (date)",Xt("The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("day_count_convention (number, default=0)",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o={value:0}){let s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale));const i=Math.trunc(Oo(o,this.locale));return Io((()=>s>=0),Xt("The start_date (%s) must be positive or null.",s.toString())),Io((()=>n>=0),Xt("The end_date (%s) must be positive or null.",n.toString())),Io((()=>0<=i&&i<=4),Xt("The day_count_convention (%s) must be between 0 and 4 inclusive.",i.toString())),Pt(s,n,i)}},Eg={description:Xt("First day of the month preceding a date."),args:[fc("date (date)",Xt("The date from which to calculate the result."))],returns:["DATE"],compute:function(e){const t=Bo(e,this.locale),o=t.getFullYear(),s=t.getMonth();return{value:_t(new gt(o,s,1)),format:this.locale.dateFormat}}},wg={description:Xt("Last day of the month following a date."),args:[fc("date (date)",Xt("The date from which to calculate the result."))],returns:["DATE"],compute:function(e){return og.compute.bind(this)(e,{value:0})}},yg={description:Xt("Quarter of the year a specific date falls in"),args:[fc("date (date)",Xt("The date from which to extract the quarter."))],returns:["NUMBER"],compute:function(e){return Math.ceil((Bo(e,this.locale).getMonth()+1)/3)}},xg={description:Xt("First day of the quarter of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the start of quarter."))],returns:["DATE"],compute:function(e){const t=yg.compute.bind(this)(e),o=Sg.compute.bind(this)(e);return{value:_t(new gt(o,3*(t-1),1)),format:this.locale.dateFormat}}},Ig={description:Xt("Last day of the quarter of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the end of quarter."))],returns:["DATE"],compute:function(e){const t=yg.compute.bind(this)(e),o=Sg.compute.bind(this)(e);return{value:_t(new gt(o,3*t,0)),format:this.locale.dateFormat}}},Rg={description:Xt("First day of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the start of the year."))],returns:["DATE"],compute:function(e){const t=Sg.compute.bind(this)(e);return{value:_t(new gt(t,0,1)),format:this.locale.dateFormat}}},Tg={description:Xt("Last day of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the end of the year."))],returns:["DATE"],compute:function(e){const t=Sg.compute.bind(this)(e);return{value:_t(new gt(t+1,0,0)),format:this.locale.dateFormat}}};var Ag=Object.freeze({__proto__:null,DATE:ju,DATEDIF:Xu,DATEVALUE:Ku,DAY:Qu,DAYS:Ju,DAYS360:eg,EDATE:tg,EOMONTH:og,HOUR:sg,ISOWEEKNUM:ng,MINUTE:ig,MONTH:rg,MONTH_END:wg,MONTH_START:Eg,NETWORKDAYS:ag,NETWORKDAYS_INTL:cg,NOW:hg,QUARTER:yg,QUARTER_END:Ig,QUARTER_START:xg,SECOND:dg,TIME:ug,TIMEVALUE:gg,TODAY:pg,WEEKDAY:mg,WEEKNUM:fg,WORKDAY:vg,WORKDAY_INTL:bg,YEAR:Sg,YEARFRAC:Cg,YEAR_END:Tg,YEAR_START:Rg});const Og={description:Xt("Compare two numeric values, returning 1 if they're equal."),args:[fc("number1 (number)",Xt("The first number to compare.")),fc("number2 (number, default=0)",Xt("The second number to compare."))],returns:["NUMBER"],compute:function(e,t={value:0}){return Oo(e,this.locale)===Oo(t,this.locale)?1:0},isExported:!0};var _g=Object.freeze({__proto__:null,DELTA:Og});const Mg=[Qt.number,Qt.error,Qt.text,Qt.boolean];function Ng(e){const t="ascending"===e?1:-1;return(e,o)=>{if(e.type===Qt.empty)return o.type===Qt.empty?0:1;if(o.type===Qt.empty)return-1;let s=Mg.indexOf(e.type)-Mg.indexOf(o.type);return 0===s&&(s=e.type===Qt.text||e.type===Qt.error?e.value.localeCompare(o.value):e.value-o.value),t*s}}function Fg(e,t,o,s,n){let i=ro.Success,r=s.right>s.left;if(e.model.getters.doesIntersectMerge(t,s)){let o;r=!1;for(let n=s.top;n<=s.bottom;n++){o=[];for(let i=s.left;i<=s.right;i++){let s=e.model.getters.getMerge({sheetId:t,col:i,row:n});s&&!o.includes(s.id.toString())&&o.push(s.id.toString())}if(o.length>=2){r=!0;break}}}const{col:a,row:l}=o;if(r)i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n});else{const o=e.model.getters.getContiguousZone(t,s);vn(o,s)?i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n}):e.askConfirmation(Xt("We found data next to your selection. Since this data was not selected, it will not be sorted. Do you want to extend your selection?"),(()=>{s=o,i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n})}),(()=>{i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n})}))}if(i.isCancelledBecause("InvalidSortZone")){const{col:t,row:n}=o;e.model.selection.selectZone({cell:{col:t,row:n},zone:s}),e.raiseError(Xt("Cannot sort. To sort, select only cells or only merges that have the same size."))}}function Dg(e,t,...o){for(const[e,t]of o.entries())Io((()=>void 0!==t),Xt("Value for parameter %d is missing, while the function [[FUNCTION_NAME]] expect a number or a range.",e+1));const s=[],n=[],i=e.length;for(let r=0;r<o.length;r+=2){s.push(Uo(Rc(o[r+1])?.value)?"ascending":"descending");const a=o[r];if(po(a)&&(a.length>1||a[0].length>1))Io((()=>1===a.length&&a[0].length===i),Xt("Wrong size for %s. Expected a range of size 1x%s. Got %sx%s.",`sort_column${r+1}`,i,a.length,a[0].length)),n.push(a.flat().map((e=>e.value)));else{const o=Oo(Rc(a)?.value,t);if(o<1||o>e[0].length)return e;n.push(e.map((e=>e[o-1].value)))}}if(0===n.length)for(let t=0;t<e[0].length;t++)n.push(e.map((e=>e[t].value))),s.push("ascending");const r={descending:Ng("descending"),ascending:Ng("ascending")},a=ue(0,e.length);return a.sort(((e,t)=>{for(const[o,i]of n.entries()){const n=i[e],a=i[t],l={value:n,type:null===n?Qt.empty:"string"==typeof n?Qt.text:typeof n},c={value:a,type:null===a?Qt.empty:"string"==typeof a?Qt.text:typeof a},h=r[s[o]](l,c);if(0!==h)return h}return 0})),a.map((t=>e[t]))}const Lg={description:Xt("Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions."),args:[fc("range (any, range<any>)",Xt("The data to be filtered.")),fc("condition1 (boolean, range<boolean>)",Xt("A column or row containing true or false values corresponding to the first column or row of range.")),fc("condition2 (boolean, range<boolean>, repeating)",Xt("Additional column or row containing true or false values."))],returns:["RANGE<ANY>"],compute:function(e,...t){let o=rs(e);const s=t.map((e=>Xo(rs(e),(e=>e.value))));s.map((e=>bc(Xt("The arguments condition must be a single column or row."),e))),Sc(Xt("The arguments conditions must have the same dimensions."),...t);const n=s.map((e=>e.flat())),i=1===s[0].length?"row":"col";o="row"===i?Ko(o):o,Io((()=>n.every((e=>e.length===o.length))),Xt("FILTER has mismatched sizes on the range and conditions."));const r=[];for(let e=0;e<o.length;e++){const t=o[e];n.every((t=>t[e]))&&r.push(t)}if(!r.length)throw new wo(Xt("No match found in FILTER evaluation"));return"row"===i?Ko(r):r},isExported:!0},Pg={description:Xt("Sorts the rows of a given array or range by the values in one or more columns."),args:[fc("range (range)",Xt("The data to be sorted.")),fc("sort_column (any, range<number>, repeating)",Xt("The index of the column in range or a range outside of range containing the values by which to sort.")),fc("is_ascending (boolean, repeating)",Xt("TRUE or FALSE indicating whether to sort sort_column in ascending order. FALSE sorts in descending order."))],returns:["RANGE"],compute:function(e,...t){const o=Ko(e);return Ko(Dg(o,this.locale,...t))},isExported:!0},kg={description:Xt("Returns the first n items in a data set after performing a sort."),args:[fc("range (range)",Xt("The data to be sorted.")),fc("n (number, default=1)",Xt("The number of items to return.")),fc("display_ties_mode (number, default=0)",Xt("A number representing the way to display ties.")),fc("sort_column (number, range<number>, repeating)",Xt("The index of the column in range or a range outside of range containing the values by which to sort.")),fc("is_ascending (boolean, repeating)",Xt("TRUE or FALSE indicating whether to sort sort_column in ascending order. FALSE sorts in descending order."))],returns:["RANGE"],compute:function(e,t,o,...s){const n=Oo(t?.value??1,this.locale);Io((()=>n>=0),Xt("Wrong value of 'n'. Expected a positive number. Got %s.",n));const i=Oo(o?.value??0,this.locale);Io((()=>i>=0&&i<=3),Xt("Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.",i));const r=Dg(Ko(e),this.locale,...s),a=(e,t)=>JSON.stringify(r[e].map((e=>e.value)))===JSON.stringify(r[t].map((e=>e.value)));switch(i){case 0:return Ko(r.slice(0,n));case 1:for(let e=n;e<r.length;e++)if(!a(e,n-1))return Ko(r.slice(0,e));return Ko(r);case 2:{const e=[r[0]];for(let t=1;t<r.length;t++)for(let o=0;o<t&&!a(t,o);o++)o===t-1&&e.push(r[t]);return Ko(e.slice(0,n))}case 3:{const e=[r[0]];let t=1;for(let o=1;o<r.length&&(a(o,o-1)||t++,!(t>n));o++)e.push(r[o]);return Ko(e)}}},isExported:!0},Vg={description:Xt("Unique rows in the provided source range."),args:[fc("range (any, range<any>)",Xt("The data to filter by unique entries.")),fc("by_column (boolean, default=FALSE)",Xt("Whether to filter the data by columns or by rows.")),fc("exactly_once (boolean, default=FALSE)",Xt("Whether to return only entries with no duplicates."))],returns:["RANGE<NUMBER>"],compute:function(e={value:""},t,o){if(!po(e))return[[e]];const s=Uo(t?.value)||!1,n=Uo(o?.value)||!1;s||(e=Ko(e));const i=new Map;for(const t of e){const e=JSON.stringify(t.map((e=>e.value))),o=i.get(e);o?o.count++:i.set(e,{data:t,count:1})}const r=[];for(const e of i.values())n&&e.count>1||r.push(e.data);if(!r.length)throw new So(Xt("No unique values found"));return s?r:Ko(r)},isExported:!0};var Ug=Object.freeze({__proto__:null,FILTER:Lg,SORT:Pg,SORTN:kg,UNIQUE:Vg});function Bg(e,t){Io((()=>e<t),Xt("The maturity (%s) must be strictly greater than the settlement (%s).",t.toString(),e.toString()))}function Hg(e,t){Io((()=>t<e),Xt("The settlement date (%s) must be strictly greater than the issue date (%s).",e.toString(),t.toString()))}function zg(e){Io((()=>[1,2,4].includes(e)),Xt("The frequency (%s) must be one of %s",e.toString(),[1,2,4].toString()))}function Gg(e){Io((()=>0<=e&&e<=4),Xt("The day_count_convention (%s) must be between 0 and 4 inclusive.",e.toString()))}function $g(e){Io((()=>e>0),Xt("The redemption (%s) must be strictly positive.",e.toString()))}function Wg(e){Io((()=>e>0),Xt("The price (%s) must be strictly positive.",e.toString()))}function qg(e){Io((()=>e>0),Xt("The number_of_periods (%s) must be greater than 0.",e.toString()))}function Zg(e){Io((()=>e>0),Xt("The rate (%s) must be strictly positive.",e.toString()))}function Yg(e){Io((()=>e>0),Xt("The life (%s) must be strictly positive.",e.toString()))}function jg(e){Io((()=>e>=0),Xt("The cost (%s) must be positive or null.",e.toString()))}function Xg(e){Io((()=>e>0),Xt("The period (%s) must be strictly positive.",e.toString()))}function Kg(e){Io((()=>e>=0),Xt("The salvage (%s) must be positive or null.",e.toString()))}function Qg(e){Io((()=>e>0),Xt("The present value (%s) must be strictly positive.",e.toString()))}function Jg(e,t){Io((()=>e<=t),Xt("The period (%s) must be less than or equal life (%s).",e.toString(),t.toString()))}function ep(e){Io((()=>e>0),Xt("The investment (%s) must be strictly positive.",e.toString()))}function tp(e){Io((()=>e>0),Xt("The discount (%s) must be strictly positive.",e.toString()))}function op(e){Io((()=>e<1),Xt("The discount (%s) must be smaller than 1.",e.toString()))}function sp(e){Io((()=>e>0),Xt("The depreciation factor (%s) must be strictly positive.",e.toString()))}function np(e,t,o){const s=Bo(e,o),n=Bo(t,o),i=Bo(e,o);i.setFullYear(s.getFullYear()+1),Io((()=>n.getTime()<=i.getTime()),Xt("The settlement date (%s) must at most one year after the maturity date (%s).",e.toString(),t.toString()))}function ip(e,t,o){qg(o),Io((()=>e>0),Xt("The first_period (%s) must be strictly positive.",e.toString())),Io((()=>t>0),Xt("The last_period (%s) must be strictly positive.",t.toString())),Io((()=>e<=t),Xt("The first_period (%s) must be smaller or equal to the last_period (%s).",e.toString(),t.toString())),Io((()=>t<=o),Xt("The last_period (%s) must be smaller or equal to the number_of_periods (%s).",e.toString(),o.toString()))}function rp(e){Io((()=>e>-1),Xt("The rate_guess (%s) must be strictly greater than -1.",e.toString()))}function ap(e,t){Io((()=>e.length===t.length&&e[0].length===t[0].length),Xt("The cashflow_amounts and cashflow_dates ranges must have the same dimensions."))}function lp(e){Io((()=>e.every((t=>t>=e[0]))),Xt("All the dates should be greater or equal to the first date in cashflow_dates (%s).",e[0].toString()))}const cp=[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))];function hp(e,t,o,s,n=1e-10,i){let r,a,l,c,h=o,d=!1,u=0;do{l=e(h),isNaN(l)?(Io((()=>u<s&&void 0!==i),Xt("Function [[FUNCTION_NAME]] didn't find any result.")),u++,h=i(c),c=h):(r=h-l/t(h),a=Math.abs(r-h),h=r,d=a<n||Math.abs(l)<n,Io((()=>u<s),Xt("Function [[FUNCTION_NAME]] didn't find any result.")),u++)}while(!d);return h}const dp={description:Xt("Accrued interest of security paying at maturity."),args:[fc("issue (date)",Xt("The date the security was initially issued.")),fc("maturity (date)",Xt("The maturity date of the security.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(s,this.locale),l=Oo(o,this.locale),c=Math.trunc(Oo(n,this.locale));!function(e){Io((()=>e>=0),Xt("The issue (%s) must be positive or null.",e.toString()))}(i),Hg(r,i),Gg(c),$g(a),Zg(l);return a*l*Pt(i,r,c)},isExported:!0},up={description:Xt("Depreciation for an accounting period."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("purchase_date (date)",Xt("The date the asset was purchased.")),fc("first_period_end (date)",Xt("The date the first period ended.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation.")),fc("rate (number)",Xt("The deprecation rate.")),fc("day_count_convention (number, optional)",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i,r={value:0}){r=r||0;const a=Oo(e,this.locale),l=Math.trunc(Oo(t,this.locale)),c=Math.trunc(Oo(o,this.locale)),h=Oo(s,this.locale),d=Oo(n,this.locale),u=Oo(i,this.locale),g=Math.trunc(Oo(r,this.locale));!function(e){Io((()=>e>0),Xt("The cost (%s) must be strictly positive.",e.toString()))}(a),function(e){Io((()=>e>=0),Xt("The purchase_date (%s) must be positive or null.",e.toString()))}(l),Kg(h),function(e,t){Io((()=>e<=t),Xt("The salvage (%s) must be smaller or equal than the cost (%s).",e.toString(),t.toString()))}(h,a),function(e){Io((()=>e>=0),Xt("The period (%s) must be positive or null.",e.toString()))}(d),Zg(u),Gg(g),Io((()=>l<=c),Xt("The purchase_date (%s) must be before the first_period_end (%s).",l.toString(),c.toString()));const p=d<1&&d>0?1:Math.trunc(d),m=a*u,f=Pt(l,c,g),v=l===c?m:m*f,b=a-v-m*p;return b>=h?0===p?v:m:h-b<m?m-(h-b):0},isExported:!0},gp={description:Xt("Days in coupon period containing settlement date."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));if(Bg(n,i),zg(r),Gg(a),1===a){const n=bp.compute.bind(this)(e,t,o,s).value;return fp.compute.bind(this)(e,t,o,s).value-n}return(3===a?365:360)/r},isExported:!0},pp={description:Xt("Days from settlement until next coupon."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=bp.compute.bind(this)(e,t,o,s).value;if([1,2,3].includes(a))return n-l;if(4===a){const e=Pt(l,n,a);return Math.round(360*e)}const c=Bo(n,this.locale),h=Bo(l,this.locale),d=h.getFullYear(),u=c.getFullYear(),g=h.getMonth()+1,p=c.getMonth()+1;let m=h.getDate(),f=c.getDate();return 2===g&&2===p&&Ft(h)&&Ft(c)&&(f=30),31!==f||30!==m&&31!==m||(f=30),2===g&&Ft(h)&&(m=30),31===m&&(m=30),360*(u-d)+30*(p-g)+(f-m)},isExported:!0},mp={description:Xt("Days from settlement until next coupon."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=fp.compute.bind(this)(e,t,o,s).value;if([1,2,3].includes(a))return l-n;if(4===a){const e=Pt(n,l,a);return Math.round(360*e)}const c=pp.compute.bind(this)(e,t,o,s);return gp.compute.bind(this)(e,t,o,s)-c},isExported:!0},fp={description:Xt("Next coupon date after the settlement date."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=12/r,c=vp.compute.bind(this)(e,t,o,s);return{value:_t(Dt(Bo(i,this.locale),-(c-1)*l,!0)),format:this.locale.dateFormat}},isExported:!0},vp={description:Xt("Number of coupons between settlement and maturity."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);let l=1,c=i;const h=12/r;for(;c>n;)c=_t(Dt(Bo(c,this.locale),-h,!1)),l++;return l-1},isExported:!0},bp={description:Xt("Last coupon date prior to or on the settlement date."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=12/r,c=vp.compute.bind(this)(e,t,o,s);return{value:_t(Dt(Bo(i,this.locale),-c*l,!0)),format:this.locale.dateFormat}},isExported:!0},Sp={description:Xt("Cumulative interest paid over a set of periods."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("first_period (number)",Xt("The number of the payment period to begin the cumulative calculation.")),fc("last_period (number)",Xt("The number of the payment period to end the cumulative calculation.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){const r=Oo(s,this.locale),a=Oo(n,this.locale),l=Oo(e,this.locale),c=Oo(o,this.locale),h=Oo(t,this.locale),d=Uo(i)?1:0;ip(r,a,h),Zg(l),Qg(c);let u=0;for(let e=r;e<=a;e++)u+=Fp(l,e,h,c,0,d);return u},isExported:!0},Cp={description:Xt("Cumulative principal paid over a set of periods."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("first_period (number)",Xt("The number of the payment period to begin the cumulative calculation.")),fc("last_period (number)",Xt("The number of the payment period to end the cumulative calculation.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){const r=Oo(s,this.locale),a=Oo(n,this.locale),l=Oo(e,this.locale),c=Oo(o,this.locale),h=Oo(t,this.locale),d=Uo(i)?1:0;ip(r,a,h),Zg(l),Qg(c);let u=0;for(let e=r;e<=a;e++)u+=qp(l,e,h,c,0,d);return u},isExported:!0},Ep={description:Xt("Depreciation via declining balance method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation.")),fc("month (number, optional)",Xt("The number of months in the first year of depreciation."))],returns:["NUMBER"],compute:function(e,t,o,s,...n){const i=Oo(e,this.locale),r=Oo(t,this.locale),a=Oo(o,this.locale),l=Math.trunc(Oo(s,this.locale)),c=n.length?Math.trunc(Oo(n[0],this.locale)):12,h=a+(12===c?0:1);jg(i),Kg(r),Xg(l),Yg(a),Io((()=>1<=c&&c<=12),Xt("The month (%s) must be between 1 and 12 inclusive.",c.toString())),Io((()=>l<=h),Xt("The period (%s) must be less than or equal to %s.",l.toString(),h.toString()));const d=c/12;let u=1-Math.pow(r/i,1/a);u=Math.round(1e3*u)/1e3;let g=i,p=i*(1-u*d);for(let e=1;e<l;e++)g=p,p=g*(1-u),e===a&&(p=g*(1-u*(1-d)));return{value:g-p,format:"#,##0.00"}},isExported:!0};function wp(e,t,o,s,n){if(jg(e),Kg(t),Xg(s),Yg(o),Jg(s,o),sp(n),0===e||t>=e)return 0;const i=n/o;if(i>1)return 1===s?e-t:0;if(s<=1)return e*i;const r=e*Math.pow(1-i,s-1),a=e*Math.pow(1-i,s),l=a<t?r-t:r-a;return Math.max(l,0)}const yp={description:Xt("Depreciation via double-declining balance method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation.")),fc("factor (number, default=2)",Xt("The factor by which depreciation decreases."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:2}){return{value:wp(Oo(e,this.locale),Oo(t,this.locale),Oo(o,this.locale),Oo(s,this.locale),Oo(n,this.locale)),format:"#,##0.00"}},isExported:!0},xp={description:Xt("Discount rate of a security based on price."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),Wg(a),$g(l);return(l-a)/l/Pt(i,r,c)},isExported:!0},Ip={description:Xt("Convert a decimal fraction to decimal value."),args:[fc("fractional_price (number)",Xt("The price quotation given using fractional decimal conventions.")),fc("unit (number)",Xt("The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));Io((()=>s>0),Xt("The unit (%s) must be strictly positive.",s.toString()));const n=Math.trunc(o);return n+(o-n)*(10**Math.ceil(Math.log10(s))/s)},isExported:!0},Rp={description:Xt("Convert a decimal value to decimal fraction."),args:[fc("decimal_price (number)",Xt("The price quotation given as a decimal value.")),fc("unit (number)",Xt("The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));Io((()=>s>0),Xt("The unit (%s) must be strictly positive.",s.toString()));const n=Math.trunc(o);return n+(o-n)*(s/10**Math.ceil(Math.log10(s)))},isExported:!0},Tp={description:Xt("Number of periods for an investment to reach a value."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){const r=Math.trunc(Oo(e,this.locale)),a=Math.trunc(Oo(t,this.locale)),l=Oo(o,this.locale),c=Oo(s,this.locale),h=Math.trunc(Oo(n,this.locale)),d=Math.trunc(Oo(i,this.locale));Bg(r,a),zg(h),Gg(d),Io((()=>l>=0),Xt("The rate (%s) must be positive or null.",l.toString())),Io((()=>c>=0),Xt("The yield (%s) must be positive or null.",c.toString()));const u=Pt(r,a,d),g=u-Math.trunc(u)||1/h,p=Math.ceil(u*h),m=l/h,f=c/h;let v=0,b=0;for(let e=1;e<=p;e++){const t=(m+(e===p?1:0))/(1+f)**e;b+=(g+(e-1)/h)*t,v+=t}return 0===v?0:b/v},isExported:!0},Ap={description:Xt("Annual effective interest rate."),args:[fc("nominal_rate (number)",Xt("The nominal interest rate per year.")),fc("periods_per_year (number)",Xt("The number of compounding periods per year."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));return Io((()=>o>0),Xt("The nominal rate (%s) must be strictly greater than 0.",o.toString())),Io((()=>s>0),Xt("The number of periods by year (%s) must strictly greater than 0.",s.toString())),Math.pow(1+o/s,s)-1},isExported:!0};function Op(e,t,o,s,n){return 0===e?-(s+o*t):-s*(1+e)**t-o*(1+e*n)*((1+e)**t-1)/e}const _p={description:Xt("Future value of an annuity investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("payment_amount (number)",Xt("The amount per period to be paid.")),fc("present_value (number, default=0)",Xt("The current value of the annuity.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){s=s||0,n=n||0;return{value:Op(Oo(e,this.locale),Oo(t,this.locale),Oo(o,this.locale),Oo(s,this.locale),Uo(n)?1:0),format:"#,##0.00"}},isExported:!0},Mp={description:Xt("Future value of principal from series of rates."),args:[fc("principal (number)",Xt("The amount of initial capital or value to compound against.")),fc("rate_schedule (number, range<number>)",Xt("A series of interest rates to compound against the principal."))],returns:["NUMBER"],compute:function(e,t){return qo([t],((e,t)=>e*(1+Oo(t,this.locale))),Oo(e,this.locale))},isExported:!0},Np={description:Xt("Calculates effective interest rate."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("investment (number)",Xt("The amount invested in the security.")),fc("redemption (number)",Xt("The amount to be received at maturity.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(s,this.locale),l=Oo(o,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),ep(l),$g(a),Gg(c);return(a-l)/l/Pt(i,r,c)},isExported:!0};function Fp(e,t,o,s,n,i){return $p(e,o,s,n,i)-qp(e,t,o,s,n,i)}const Dp={description:Xt("Payment on the principal of an investment."),args:[fc("rate (number)",Xt("The annualized rate of interest.")),fc("period (number)",Xt("The amortization period, in terms of number of periods.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0},i={value:0}){return{value:Fp(Oo(e,this.locale),Oo(t,this.locale),Oo(o,this.locale),Oo(s,this.locale),Oo(n,this.locale),Uo(i)?1:0),format:"#,##0.00"}},isExported:!0},Lp={description:Xt("Internal rate of return given periodic cashflows."),args:[fc("cashflow_amounts (number, range<number>)",Xt("An array or range containing the income or payments associated with the investment.")),fc("rate_guess (number, default=0.1)",Xt("An estimate for what the internal rate of return will be."))],returns:["NUMBER"],compute:function(e,t={value:.1}){const o=Oo(t,this.locale);rp(o);let s=!1,n=!1,i=[];$o([e],(e=>{e>0&&(s=!0),e<0&&(n=!0),i.push(e)}),this.locale),Io((()=>s&&n),Xt("The cashflow_amounts must include negative and positive values."));const r=i.shift();return{value:hp((function(e){return function(e,t,o){const s=o.length;let n=0;return o.reduce(((t,o)=>(n++,t+o*e**(s-n))),t*e**s)}(e,r,i)}),(function(e){return function(e,t,o){const s=o.length;let n=0;return o.reduce(((t,o)=>(n++,t+o*(s-n)*e**(s-n-1))),t*s*e**(s-1))}(e,r,i)}),o+1,20,1e-5)-1,format:"0%"}},isExported:!0},Pp={description:Xt("Returns the interest paid at a particular period of an investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("period (number)",Xt("The period for which you want to view the interest payment.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity."))],returns:["NUMBER"],compute:function(e,t,o,s){const n=Oo(e,this.locale),i=Oo(t,this.locale),r=Oo(o,this.locale),a=Oo(s,this.locale);Io((()=>0!==r),Xt("The number of periods must be different than 0.",r.toString()));return-1*(a-a*(i/r))*n},isExported:!0},kp={description:Xt("Modified Macaulay duration."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){return Tp.compute.bind(this)(e,t,o,s,n,i)/(1+Oo(s,this.locale)/Math.trunc(Oo(n,this.locale)))},isExported:!0},Vp={description:Xt("Modified internal rate of return."),args:[fc("cashflow_amounts (range<number>)",Xt("A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.")),fc("financing_rate (number)",Xt("The interest rate paid on funds invested.")),fc("reinvestment_return_rate (number)",Xt("The return (as a percentage) earned on reinvestment of income received from the investment."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(t,this.locale),n=Oo(o,this.locale),i=Ko(e).flat().filter((e=>null!==e.value)).map((e=>Oo(e,this.locale))),r=i.length;let a=0,l=0;for(const e of ue(0,r)){const t=i[e];t>=0?a+=t*(n+1)**(r-e-1):l+=t/(s+1)**e}Io((()=>0!==l&&0!==a),Xt("There must be both positive and negative values in cashflow_amounts."));return(-a/l)**(1/(r-1))-1},isExported:!0},Up={description:Xt("Annual nominal interest rate."),args:[fc("effective_rate (number)",Xt("The effective interest rate per year.")),fc("periods_per_year (number)",Xt("The number of compounding periods per year."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));return Io((()=>o>0),Xt("The effective rate (%s) must must strictly greater than 0.",o.toString())),Io((()=>s>0),Xt("The number of periods by year (%s) must strictly greater than 0.",s.toString())),(Math.pow(o+1,1/s)-1)*s},isExported:!0},Bp={description:Xt("Number of payment periods for an investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("payment_amount (number)",Xt("The amount of each payment made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){s=s||0,n=n||0;const i=Oo(e,this.locale),r=Oo(t,this.locale),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Uo(n)?1:0;if(0===i)return-(l+a)/r;const h=r*(1+i*c)/i;return Math.log((h-l)/(a+h))/Math.log(1+i)},isExported:!0};function Hp(e,t,o,s){let n=0;return Zo(o,((t,o)=>(n++,t+o/(1+e)**n)),t,s)}const zp={description:Xt("The net present value of an investment based on a series of periodic cash flows and a discount rate."),args:[fc("discount (number)",Xt("The discount rate of the investment over one period.")),fc("cashflow1 (number, range<number>)",Xt("The first future cash flow.")),fc("cashflow2 (number, range<number>, repeating)",Xt("Additional future cash flows."))],returns:["NUMBER"],compute:function(e,...t){const o=Oo(e,this.locale);return Io((()=>-1!==o),Xt("The discount (%s) must be different from -1.",o.toString())),{value:Hp(o,0,t,this.locale),format:"#,##0.00"}},isExported:!0},Gp={description:Xt("Computes the number of periods needed for an investment to reach a value."),args:[fc("rate (number)",Xt("The rate at which the investment grows each period.")),fc("present_value (number)",Xt("The investment's current value.")),fc("future_value (number)",Xt("The investment's desired future value."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(e,this.locale),n=Oo(t,this.locale),i=Oo(o,this.locale);return Zg(s),Io((()=>n>0),Xt("The present_value (%s) must be strictly positive.",n.toString())),Io((()=>i>0),Xt("The future_value (%s) must be strictly positive.",i.toString())),(Math.log(i)-Math.log(n))/Math.log(1+s)},isExported:!0};function $p(e,t,o,s,n){if(qg(t),0===e)return-(s+o)/t;let i=-(o*(1+e)**t+s);return i=i*e/((1+e*n)*((1+e)**t-1)),i}const Wp={description:Xt("Periodic payment for an annuity investment."),args:[fc("rate (number)",Xt("The annualized rate of interest.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){const i=Oo(t,this.locale),r=Oo(e,this.locale),a=Uo(n)?1:0,l=Oo(s,this.locale);return{value:$p(r,i,Oo(o,this.locale),l,a),format:"#,##0.00"}},isExported:!0};function qp(e,t,o,s,n,i){qg(o),Io((()=>t>0&&t<=o),Xt("The period must be between 1 and number_of_periods (%s)",o));const r=$p(e,o,s,n,i);if(1===i&&1===t)return r;return r+-Op(e,0===i?t-1:t-2,r,s+r*i,0)*e}const Zp={description:Xt("Payment on the principal of an investment."),args:[fc("rate (number)",Xt("The annualized rate of interest.")),fc("period (number)",Xt("The amortization period, in terms of number of periods.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0},i={value:0}){const r=Oo(o,this.locale),a=Oo(e,this.locale),l=Oo(t,this.locale),c=Uo(i)?1:0,h=Oo(n,this.locale);return{value:qp(a,l,r,Oo(s,this.locale),h,c),format:"#,##0.00"}},isExported:!0},Yp={description:Xt("Present value of an annuity investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("payment_amount (number)",Xt("The amount per period to be paid.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){s=s||0,n=n||0;const i=Oo(e,this.locale),r=Oo(t,this.locale),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Uo(n)?1:0;return{value:i?-(a*(1+i*c)*((1+i)**r-1)/i+l)/(1+i)**r:-(l+a*r),format:"#,##0.00"}},isExported:!0},jp={description:Xt("Price of a security paying periodic interest."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i,r={value:0}){r=r||0;const a=Math.trunc(Oo(e,this.locale)),l=Math.trunc(Oo(t,this.locale)),c=Oo(o,this.locale),h=Oo(s,this.locale),d=Oo(n,this.locale),u=Math.trunc(Oo(i,this.locale)),g=Math.trunc(Oo(r,this.locale));Bg(a,l),zg(u),Gg(g),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Io((()=>h>=0),Xt("The yield (%s) must be positive or null.",h.toString())),$g(d);const p=Pt(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=1+h/u,b=100*c/u;if(1===m)return(b+d)/(f*h/u+1)-b*(1-f);let S=0;for(let e=1;e<=m;e++)S+=b/v**(e-1+f);return d/v**(m-1+f)+S-b*(1-f)},isExported:!0},Xp={description:Xt("Price of a discount security."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("discount (number)",Xt("The discount rate of the security at time of purchase.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),tp(a),$g(l);return l-a*l*Pt(i,r,c)},isExported:!0},Kp={description:Xt("Calculates the price of a security paying interest at maturity, based on expected yield."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("issue (date)",Xt("The date the security was initially issued.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){i=i||0;const r=Math.trunc(Oo(e,this.locale)),a=Math.trunc(Oo(t,this.locale)),l=Math.trunc(Oo(o,this.locale)),c=Oo(s,this.locale),h=Oo(n,this.locale),d=Math.trunc(Oo(i,this.locale));Hg(r,l),Bg(r,a),Gg(d),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Io((()=>h>=0),Xt("The yield (%s) must be positive or null.",h.toString()));const u=Pt(r,a,d),g=Pt(r,l,d);return(100+Pt(l,a,d)*c*100)/(1+u*h)-g*c*100},isExported:!0},Qp=.1,Jp={description:Xt("Interest rate of an annuity investment."),args:[fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("payment_per_period (number)",Xt("The amount per period to be paid.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period.")),fc("rate_guess (number, default=0.1)",Xt("An estimate for what the interest rate will be."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0},i={value:Qp}){const r=Oo(e,this.locale),a=Oo(t,this.locale),l=Uo(n)?1:0,c=Oo(i,this.locale)||Qp;let h=Oo(s,this.locale),d=Oo(o,this.locale);qg(r),Io((()=>[a,d,h].some((e=>e>0))&&[a,d,h].some((e=>e<0))),Xt("There must be both positive and negative values in [payment_amount, present_value, future_value].",r.toString())),rp(c),h-=a*l,d+=a*l;return{value:hp((e=>{const t=Math.pow(1+e,r);return h+d*t+a*((t-1)/e)}),(e=>{const t=Math.pow(1+e,r-1),o=Math.pow(1+e,r);return d*r*t+a*(r*t/e-(o-1)/e/e)}),c,40,1e-5),format:"0%"}},isExported:!0},em={description:Xt("Amount received at maturity for a security."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("investment (number)",Xt("The amount invested (irrespective of face value of each security).")),fc("discount (number)",Xt("The discount rate of the security invested in.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),ep(a),tp(l);return a/(1-l*Pt(i,r,c))},isExported:!0},tm={description:Xt("Computes the rate needed for an investment to reach a specific value within a specific number of periods."),args:[fc("number_of_periods (number)",Xt("The number of periods.")),fc("present_value (number)",Xt("The present value of the investment.")),fc("future_value (number)",Xt("The future value of the investment."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(e,this.locale),n=Oo(t,this.locale),i=Oo(o,this.locale);return qg(s),(i/n)**(1/s)-1},isExported:!0},om={description:Xt("Depreciation of an asset using the straight-line method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated."))],returns:["NUMBER"],compute:function(e,t,o){return{value:(Oo(e,this.locale)-Oo(t,this.locale))/Oo(o,this.locale),format:"#,##0.00"}},isExported:!0},sm={description:Xt("Depreciation via sum of years digit method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation."))],returns:["NUMBER"],compute:function(e,t,o,s){const n=Oo(e,this.locale),i=Oo(t,this.locale),r=Oo(o,this.locale),a=Oo(s,this.locale);Xg(a),Yg(r),Jg(a,r);return{value:(r-a+1)/(r*(r+1)/2)*(n-i),format:"#,##0.00"}},isExported:!0};function nm(e,t,o){return 100*(1-o*Pt(e,t,2))}const im={description:Xt("Price of a US Treasury bill."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("discount (number)",Xt("The discount rate of the bill at time of purchase."))],returns:["NUMBER"],compute:function(e,t,o){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Oo(o,this.locale);return Bg(s,n),np(s,n,this.locale),tp(i),op(i),nm(s,n,i)},isExported:!0},rm={description:Xt("Equivalent rate of return for a US Treasury bill."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("discount (number)",Xt("The discount rate of the bill at time of purchase."))],returns:["NUMBER"],compute:function(e,t,o){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Oo(o,this.locale);Bg(s,n),np(s,n,this.locale),tp(i),op(i);const r=Ju.compute.bind(this)({value:n},{value:s});if(r<=182)return 365*i/(360-i*r);const a=nm(s,n,i)/100,l=r/(366===r?366:365);return(-2*l+2*Math.sqrt(l**2-(2*l-1)*(1-1/a)))/(2*l-1)},isExported:!0},am={description:Xt("The yield of a US Treasury bill based on price."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value."))],returns:["NUMBER"],compute:function(e,t,o){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Oo(o,this.locale);Bg(s,n),np(s,n,this.locale),Wg(i);return(100-i)/i*(1/Pt(s,n,2))},isExported:!0},lm={description:Xt("Variable declining balance. WARNING : does not handle decimal periods."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("start (number)",Xt("Starting period to calculate depreciation.")),fc("end (number)",Xt("Ending period to calculate depreciation.")),fc("factor (number, default=2)",Xt("The number of months in the first year of depreciation.")),fc("no_switch (number, default=false)",Xt("Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:2},r={value:false}){i=i||0;const a=Oo(e,this.locale),l=Oo(t,this.locale),c=Oo(o,this.locale),h=Math.trunc(Oo(s,this.locale)),d=Math.trunc(Oo(n,this.locale)),u=Oo(i,this.locale),g=Uo(r);if(jg(a),Kg(l),function(e,t,o){Yg(o),Io((()=>e>=0),Xt("The start_period (%s) must be greater or equal than 0.",e.toString())),Io((()=>t>=0),Xt("The end_period (%s) must be greater or equal than 0.",t.toString())),Io((()=>e<=t),Xt("The start_period (%s) must be smaller or equal to the end_period (%s).",e.toString(),t.toString())),Io((()=>t<=o),Xt("The end_period (%s) must be smaller or equal to the life (%s).",e.toString(),o.toString()))}(h,d,c),sp(u),0===a)return 0;if(l>=a)return h<1?a-l:0;const p=u/c;if(p>=1)return h<1?a-l:0;let m=a,f=0,v=0,b=!1;for(let e=0;e<d;e++){if(!b||g){const t=m*p,o=(m-l)/(c-e);!g&&o>t?(b=!0,f=o):f=t}const t=Math.max(m-f,l);e>=h&&(v+=m-t),m=t}return v},isExported:!0},cm={description:Xt("Internal rate of return given non-periodic cash flows."),args:[fc("cashflow_amounts (range<number>)",Xt("An range containing the income or payments associated with the investment.")),fc("cashflow_dates (range<number>)",Xt("An range with dates corresponding to the cash flows in cashflow_amounts.")),fc("rate_guess (number, default=0.1)",Xt("An estimate for what the internal rate of return will be."))],returns:["NUMBER"],compute:function(e,t,o={value:Qp}){const s=Oo(o,this.locale),n=e.flat().map((e=>Oo(e,this.locale))),i=t.flat().map((e=>Oo(e,this.locale)));var r;ap(e,t),r=n,Io((()=>r.some((e=>e>0))&&r.some((e=>e<0))),Xt("There must be both positive and negative values in cashflow_amounts.")),lp(i),rp(s);const a=new Map;for(const e of ue(0,i.length)){const t=i[e];a.has(t)?a.set(t,a.get(t)+n[e]):a.set(t,n[e])}const l=Array.from(a.keys()),c=l.map((e=>a.get(e)));return hp((e=>{let t=c[0];for(const o of ue(1,c.length)){const s=(l[0]-l[o])/365;t+=c[o]*(1+e)**s}return t}),(e=>{let t=0;for(const o of ue(1,c.length)){const s=(l[0]-l[o])/365;t+=s*c[o]*(1+e)**(s-1)}return t}),s,40,1e-5,(e=>e?e/10-.9:-.9))},isExported:!0},hm={description:Xt("Net present value given to non-periodic cash flows.."),args:[fc("discount (number)",Xt("The discount rate of the investment over one period.")),fc("cashflow_amounts (number, range<number>)",Xt("An range containing the income or payments associated with the investment.")),fc("cashflow_dates (number, range<number>)",Xt("An range with dates corresponding to the cash flows in cashflow_amounts."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(e,this.locale),n=po(t)?t.flat().map((e=>No(e,this.locale))):[No(t,this.locale)],i=po(o)?o.flat().map((e=>No(e,this.locale))):[No(o,this.locale)];if(po(o)&&po(t)?ap(t,o):Io((()=>n.length===i.length),Xt("There must be the same number of values in cashflow_amounts and cashflow_dates.")),lp(i),Zg(s),1===n.length)return n[0];const r=new Map;for(const e of ue(0,i.length)){const t=i[e];r.has(t)?r.set(t,r.get(t)+n[e]):r.set(t,n[e])}const a=Array.from(r.keys()),l=a.map((e=>r.get(e)));let c=l[0];for(const e of ue(1,l.length)){const t=(a[0]-a[e])/365;c+=l[e]*(1+s)**t}return c},isExported:!0},dm={description:Xt("Annual yield of a security paying periodic interest."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i,r={value:0}){r=r||0;const a=Math.trunc(Oo(e,this.locale)),l=Math.trunc(Oo(t,this.locale)),c=Oo(o,this.locale),h=Oo(s,this.locale),d=Oo(n,this.locale),u=Math.trunc(Oo(i,this.locale)),g=Math.trunc(Oo(r,this.locale));Bg(a,l),zg(u),Gg(g),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Wg(h),$g(d);const p=Pt(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=100*c/u;if(1===m){const e=h+v*(1-f);return(d+v-e)*u*(1/f)/e}const b=hp((function(e){return function(e,t,o,s,n,i){let r=i-(e+n*(1-t))*s**(o-1+t);for(let e=1;e<=o;e++)r+=n*s**(e-1);return r}(h,f,m,e,v,d)}),(function(e){return function(e,t,o,s,n){let i=-(e+n*(1-t))*(o-1+t)*s**(o-2+t);for(let e=1;e<=o;e++)i+=n*(e-1)*s**(e-2);return i}(h,f,m,e,v)}),1+(c+1)/u,100,1e-5);return(b-1)*u},isExported:!0},um={description:Xt("Annual yield of a discount security."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),Wg(a),$g(l);return(l/a-1)/Pt(i,r,c)},isExported:!0},gm={description:Xt("Annual yield of a security paying interest at maturity."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("issue (date)",Xt("The date the security was initially issued.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("price (number)",Xt("The price at which the security is bought.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){i=i||0;const r=Math.trunc(Oo(e,this.locale)),a=Math.trunc(Oo(t,this.locale)),l=Math.trunc(Oo(o,this.locale)),c=Oo(s,this.locale),h=Oo(n,this.locale),d=Math.trunc(Oo(i,this.locale));Bg(r,a),Gg(d),Io((()=>r>=l),Xt("The settlement (%s) must be greater than or equal to the issue (%s).",r.toString(),l.toString())),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Wg(h);const u=Pt(l,a,d),g=Pt(l,r,d),p=Pt(r,a,d);return(100*(1+c*u)/(h+100*c*g)-1)/p},isExported:!0};var pm=Object.freeze({__proto__:null,ACCRINTM:dp,AMORLINC:up,COUPDAYBS:pp,COUPDAYS:gp,COUPDAYSNC:mp,COUPNCD:fp,COUPNUM:vp,COUPPCD:bp,CUMIPMT:Sp,CUMPRINC:Cp,DB:Ep,DDB:yp,DISC:xp,DOLLARDE:Ip,DOLLARFR:Rp,DURATION:Tp,EFFECT:Ap,FV:_p,FVSCHEDULE:Mp,INTRATE:Np,IPMT:Dp,IRR:Lp,ISPMT:Pp,MDURATION:kp,MIRR:Vp,NOMINAL:Up,NPER:Bp,NPV:zp,PDURATION:Gp,PMT:Wp,PPMT:Zp,PRICE:jp,PRICEDISC:Xp,PRICEMAT:Kp,PV:Yp,RATE:Jp,RECEIVED:em,RRI:tm,SLN:om,SYD:sm,TBILLEQ:rm,TBILLPRICE:im,TBILLYIELD:am,VDB:lm,XIRR:cm,XNPV:hm,YIELD:dm,YIELDDISC:um,YIELDMAT:gm});function mm(e){if("REFERENCE"!==e.type)return e;const{xc:t,sheetName:o}=sn(e.value),[s,n]=t.split(":"),i=fm(s),r=n?`:${fm(n)}`:"";return{...e,value:nn(o,i+r)}}function fm(e){switch(function(e){if(function(e){return e.startsWith("$")&&e.length>1&&e.slice(1).includes("$")}(e))return"colrow";if(function(e){return e.startsWith("$")}(e))return"col";if(function(e){return e.includes("$",1)}(e))return"row";return"none"}(e)){case"none":e=vm(e,"colrow");break;case"colrow":e=vm(e,"row");break;case"row":e=vm(e,"col");break;case"col":e=vm(e,"none")}return e}function vm(e,t){if(e.includes("!"))throw new Error("The given XC should not contain a sheet name");let o;switch(e=e.replace(/\$/g,""),t){case"col":return"$"+e;case"row":return o=e.search(/[0-9]/),e.slice(0,o)+"$"+e.slice(o);case"colrow":return o=e.search(/[0-9]/),-1===o||0===o?"$"+e:"$"+(e=e.slice(0,o)+"$"+e.slice(o));case"none":return e}}const bm=["address","col","contents","format","row","type"],Sm={description:Xt("Gets information about a cell."),args:[fc("info_type (string)",Xt("The type of information requested. Can be one of %s",bm.join(", "))),fc("reference (meta)",Xt("The reference to the cell."))],returns:["ANY"],compute:function(e,t){const o=Po(e).toLowerCase();Io((()=>bm.includes(o)),Xt("The info_type should be one of %s.",bm.join(", ")));const s=this.__originSheetId,n=Po(t),i=n.includes(":")?n.split(":")[0]:n;let{sheetName:r,xc:a}=sn(i);r=r===this.getters.getSheetName(s)?void 0:r;const l=nn(r,vm(a,"colrow")),c=this.getters.getRangeFromSheetXC(s,l);switch(o){case"address":return this.getters.getRangeString(c,s);case"col":return c.zone.left+1;case"contents":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).value}case"format":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).format||""}case"row":return c.zone.top+1;case"type":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top},t=this.getters.getEvaluatedCell(e).type;return t===Qt.empty?"b":t===Qt.text?"l":"v"}}return""},isExported:!0},Cm={description:Xt("Whether a value is an error other than #N/A."),args:[fc("value (any)",Xt("The value to be verified as an error type."))],returns:["BOOLEAN"],compute:function(e){const t=e?.value;return To(t)&&t!==vo.NotAvailable},isExported:!0},Em={description:Xt("Whether a value is an error."),args:[fc("value (any)",Xt("The value to be verified as an error type."))],returns:["BOOLEAN"],compute:function(e){const t=e?.value;return To(t)},isExported:!0},wm={description:Xt("Whether a value is `true` or `false`."),args:[fc("value (any)",Xt("The value to be verified as a logical TRUE or FALSE."))],returns:["BOOLEAN"],compute:function(e){return"boolean"==typeof e?.value},isExported:!0},ym={description:Xt("Whether a value is the error #N/A."),args:[fc("value (any)",Xt("The value to be verified as an error type."))],returns:["BOOLEAN"],compute:function(e){return e?.value===vo.NotAvailable},isExported:!0},xm={description:Xt("Whether a value is non-textual."),args:[fc("value (any)",Xt("The value to be checked."))],returns:["BOOLEAN"],compute:function(e){return!Rm.compute.bind(this)(e)},isExported:!0},Im={description:Xt("Whether a value is a number."),args:[fc("value (any)",Xt("The value to be verified as a number."))],returns:["BOOLEAN"],compute:function(e){return"number"==typeof e?.value},isExported:!0},Rm={description:Xt("Whether a value is text."),args:[fc("value (any)",Xt("The value to be verified as text."))],returns:["BOOLEAN"],compute:function(e){return"string"==typeof e?.value&&!1===To(e?.value)},isExported:!0},Tm={description:Xt("Whether the referenced cell is empty"),args:[fc("value (any)",Xt("Reference to the cell that will be checked for emptiness."))],returns:["BOOLEAN"],compute:function(e){return null===e?.value},isExported:!0},Am={description:Xt("Returns the error value #N/A."),args:[],returns:["BOOLEAN"],compute:function(){return{value:vo.NotAvailable}},isExported:!0};var Om=Object.freeze({__proto__:null,CELL:Sm,ISBLANK:Tm,ISERR:Cm,ISERROR:Em,ISLOGICAL:wm,ISNA:ym,ISNONTEXT:xm,ISNUMBER:Im,ISTEXT:Rm,NA:Am});const _m={description:Xt("Logical `and` operator."),args:[fc("logical_expression1 (boolean, range<boolean>)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE, or an expression that can be coerced to a logical value.")),fc("logical_expression2 (boolean, range<boolean>, repeating)",Xt("More expressions that represent logical values."))],returns:["BOOLEAN"],compute:function(...e){let t=!1,o=!0;return Qo(e,(e=>(t=!0,o=o&&e,o))),Io((()=>t),Xt("[[FUNCTION_NAME]] has no valid input data.")),o},isExported:!0},Mm={description:Xt("Logical value `false`."),args:[],returns:["BOOLEAN"],compute:function(){return!1},isExported:!0},Nm={description:Xt("Returns value depending on logical expression."),args:[fc("logical_expression (boolean)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.")),fc("value_if_true (any)",Xt("The value the function returns if logical_expression is TRUE.")),fc("value_if_false (any, default=FALSE)",Xt("The value the function returns if logical_expression is FALSE."))],returns:["ANY"],compute:function(e,t,o){const s=Uo(e?.value)?t:o;return void 0===s?{value:""}:(null===s.value&&(s.value=""),s)},isExported:!0},Fm={description:Xt("Value if it is not an error, otherwise 2nd argument."),args:[fc("value (any)",Xt("The value to return if value itself is not an error.")),fc('value_if_error (any, default="empty")',Xt("The value the function returns if value is an error."))],returns:["ANY"],compute:function(e,t={value:""}){const o=To(e?.value)?t:e;return void 0===o?{value:""}:(null===o.value&&(o.value=""),o)},isExported:!0},Dm={description:Xt("Value if it is not an #N/A error, otherwise 2nd argument."),args:[fc("value (any)",Xt("The value to return if value itself is not #N/A an error.")),fc('value_if_error (any, default="empty")',Xt("The value the function returns if value is an #N/A error."))],returns:["ANY"],compute:function(e,t={value:""}){const o=e?.value===vo.NotAvailable?t:e;return void 0===o?{value:""}:(null===o.value&&(o.value=""),o)},isExported:!0},Lm={description:Xt("Returns a value depending on multiple logical expressions."),args:[fc("condition1 (boolean)",Xt("The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.")),fc("value1 (any)",Xt("The returned value if condition1 is TRUE.")),fc("condition2 (boolean, repeating)",Xt("Additional conditions to be evaluated if the previous ones are FALSE.")),fc("value2 (any, repeating)",Xt("Additional values to be returned if their corresponding conditions are TRUE."))],returns:["ANY"],compute:function(...e){Io((()=>e.length%2==0),Xt("Wrong number of arguments. Expected an even number of arguments."));for(let t=0;t<e.length-1;t+=2)if(Uo(e[t]?.value)){const o=e[t+1];return void 0===o?{value:""}:(null===o.value&&(o.value=""),o)}throw new So(Xt("No match."))},isExported:!0},Pm={description:Xt("Returns opposite of provided logical value."),args:[fc("logical_expression (boolean)",Xt("An expression or reference to a cell holding an expression that represents some logical value."))],returns:["BOOLEAN"],compute:function(e){return!Uo(e)},isExported:!0},km={description:Xt("Logical `or` operator."),args:[fc("logical_expression1 (boolean, range<boolean>)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE, or an expression that can be coerced to a logical value.")),fc("logical_expression2 (boolean, range<boolean>, repeating)",Xt("More expressions that evaluate to logical values."))],returns:["BOOLEAN"],compute:function(...e){let t=!1,o=!1;return Qo(e,(e=>(t=!0,o=o||e,!o))),Io((()=>t),Xt("[[FUNCTION_NAME]] has no valid input data.")),o},isExported:!0},Vm={description:Xt("Logical value `true`."),args:[],returns:["BOOLEAN"],compute:function(){return!0},isExported:!0},Um={description:Xt("Logical `xor` operator."),args:[fc("logical_expression1 (boolean, range<boolean>)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE, or an expression that can be coerced to a logical value.")),fc("logical_expression2 (boolean, range<boolean>, repeating)",Xt("More expressions that evaluate to logical values."))],returns:["BOOLEAN"],compute:function(...e){let t=!1,o=!1;return Qo(e,(e=>(t=!0,o=o?!e:e,!0))),Io((()=>t),Xt("[[FUNCTION_NAME]] has no valid input data.")),o},isExported:!0};var Bm=Object.freeze({__proto__:null,AND:_m,FALSE:Mm,IF:Nm,IFERROR:Fm,IFNA:Dm,IFS:Lm,NOT:Pm,OR:km,TRUE:Vm,XOR:Um});const Hm=!0;function zm(e){return{value:vo.NotAvailable,message:Xt("Did not find value '%s' in [[FUNCTION_NAME]] evaluation.",Po(e))}}const Gm={description:Xt("Returns a cell reference as a string. "),args:[fc("row (number)",Xt("The row number of the cell reference. ")),fc("column (number)",Xt("The column number (not name) of the cell reference. A is column number 1. ")),fc("absolute_relative_mode (number, default=1)",Xt("An indicator of whether the reference is row/column absolute. 1 is row and column absolute (e.g. $A$1), 2 is row absolute and column relative (e.g. A$1), 3 is row relative and column absolute (e.g. $A1), and 4 is row and column relative (e.g. A1).")),fc("use_a1_notation (boolean, default=TRUE)",Xt("A boolean indicating whether to use A1 style notation (TRUE) or R1C1 style notation (FALSE).")),fc("sheet (string, optional)",Xt("A string indicating the name of the sheet into which the address points."))],returns:["STRING"],compute:function(e,t,o={value:1},s={value:!0},n){const i=Do(e,this.locale),r=Do(t,this.locale);Lo(i),Lo(r);const a=Do(o,this.locale);var l,c;Io((()=>[1,2,3,4].includes(a)),(l=4,c=a,Xt("The function [[FUNCTION_NAME]] expects a number value between %s and %s inclusive, but receives %s.",1..toString(),l.toString(),c.toString())));let h;if(Uo(s)){h=ut(r-1,i-1,{rowFixed:!![1,2].includes(a),colFixed:!![1,3].includes(a)})}else{h=([1,2].includes(a)?`R${i}`:`R[${i}]`)+([1,3].includes(a)?`C${r}`:`C[${r}]`)}return void 0!==n?nn(Po(n),h):h},isExported:!0},$m={description:Xt("Column number of a specified cell."),args:[fc("cell_reference (meta, default='this cell')",Xt("The cell whose column number will be returned. Column A corresponds to 1. By default, the function use the cell in which the formula is entered."))],returns:["NUMBER"],compute:function(e){const t=void 0===e?this.__originCellXC?.():e.value;Io((()=>!!t),"In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.");return an(t).left+1},isExported:!0},Wm={description:Xt("Number of columns in a specified array or range."),args:[fc("range (meta)",Xt("The range whose column count will be returned."))],returns:["NUMBER"],compute:function(e){const t=an(e.value);return t.right-t.left+1},isExported:!0},qm={description:Xt("Horizontal lookup"),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("range (range)",Xt("The range to consider for the search. The first row in the range is searched for the key specified in search_key.")),fc("index (number)",Xt("The row index of the value to be returned, where the first row in range is numbered 1.")),fc("is_sorted (boolean, default=true)",Xt("Indicates whether the row to be searched (the first row of the specified range) is sorted, in which case the closest match for search_key will be returned."))],returns:["ANY"],compute:function(e,t,o,s={value:Hm}){const n=Math.trunc(Oo(o?.value,this.locale));if(Io((()=>1<=n&&n<=t[0].length),Xt("[[FUNCTION_NAME]] evaluates to an out of bounds range.")),e&&To(e.value))return e;const i=(e,t)=>e[t][0].value,r=Uo(s.value)?os(t,e,"nextSmaller","asc",t.length,i):ss(t,e,"strict",t.length,i),a=t[r];return void 0===a?zm(e):a[n-1]},isExported:!0},Zm={description:Xt("Returns the content of a cell, specified by row and column offset."),args:[fc("reference (any, range)",Xt("The range of cells from which the values are returned.")),fc("row (number, default=0)",Xt("The index of the row to be returned from within the reference range of cells.")),fc("column (number, default=0)",Xt("The index of the column to be returned from within the reference range of cells."))],returns:["ANY"],compute:function(e,t={value:0},o={value:0}){const s=rs(e),n=Oo(t.value,this.locale),i=Oo(o.value,this.locale);return Io((()=>i>=0&&i-1<s.length&&n>=0&&n-1<s[0].length),Xt("Index out of range.")),0===n&&0===i?s:0===n?[s[i-1]]:0===i?s.map((e=>[e[n-1]])):s[i-1][n-1]},isExported:!0},Ym={description:Xt("Look up a value."),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("search_array (range)",Xt("One method of using this function is to provide a single sorted row or column search_array to look through for the search_key with a second argument result_range. The other way is to combine these two arguments into one search_array where the first row or column is searched and a value is returned from the last row or column in the array. If search_key is not found, a non-exact match may be returned.")),fc("result_range (range, optional)",Xt("The range from which to return a result. The value returned corresponds to the location where search_key is found in search_range. This range must be only a single row or column and should not be used if using the search_result_array method."))],returns:["ANY"],compute:function(e,t,o){let s=t.length,n=t[0].length;const i=n>=s,r=i?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,a=os(t,e,"nextSmaller","asc",i?n:s,r);return-1===a||i&&void 0===t[0][a]||!i&&void 0===t[a][n-1]?zm(e):void 0===o?i?t[s-1][a]:t[a][n-1]:(s=o.length,n=o[0].length,Io((()=>1===s||1===n),Xt("The result_range must be a single row or a single column.")),s>1?(Io((()=>a<=s-1),Xt("[[FUNCTION_NAME]] evaluates to an out of range row value %s.",(a+1).toString())),o[a][0]):(Io((()=>a<=n-1),Xt("[[FUNCTION_NAME]] evaluates to an out of range column value %s.",(a+1).toString())),o[0][a]))},isExported:!0},jm={description:Xt("Position of item in range that matches value."),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("range (any, range)",Xt("The one-dimensional array to be searched.")),fc("search_type (number, default=1)",Xt("The search method. 1 (default) finds the largest value less than or equal to search_key when range is sorted in ascending order. 0 finds the exact value when range is unsorted. -1 finds the smallest value greater than or equal to search_key when range is sorted in descending order."))],returns:["NUMBER"],compute:function(e,t,o={value:1}){let s=Oo(o,this.locale);const n=t.length,i=t[0].length;Io((()=>1===n||1===i),Xt("The range must be a single row or a single column."));let r=-1;const a=1===n?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,l=1===n?t[0].length:t.length;switch(s=Math.sign(s),s){case 1:r=os(t,e,"nextSmaller","asc",l,a);break;case 0:r=ss(t,e,"strict",l,a);break;case-1:r=os(t,e,"nextGreater","desc",l,a)}return 1===n&&void 0===t[0][r]||1!==n&&void 0===t[r]?zm(e):r+1},isExported:!0},Xm={description:Xt("Row number of a specified cell."),args:[fc("cell_reference (meta, default='this cell')",Xt("The cell whose row number will be returned. By default, this function uses the cell in which the formula is entered."))],returns:["NUMBER"],compute:function(e){const t=void 0===e?this.__originCellXC?.():e.value;Io((()=>!!t),"In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.");return an(t).top+1},isExported:!0},Km={description:Xt("Number of rows in a specified array or range."),args:[fc("range (meta)",Xt("The range whose row count will be returned."))],returns:["NUMBER"],compute:function(e){const t=an(e.value);return t.bottom-t.top+1},isExported:!0},Qm={description:Xt("Vertical lookup."),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("range (any, range)",Xt("The range to consider for the search. The first column in the range is searched for the key specified in search_key.")),fc("index (number)",Xt("The column index of the value to be returned, where the first column in range is numbered 1.")),fc("is_sorted (boolean, default=true)",Xt("Indicates whether the column to be searched (the first column of the specified range) is sorted, in which case the closest match for search_key will be returned."))],returns:["ANY"],compute:function(e,t,o,s={value:Hm}){const n=Math.trunc(Oo(o?.value,this.locale));if(Io((()=>1<=n&&n<=t.length),Xt("[[FUNCTION_NAME]] evaluates to an out of bounds range.")),e&&To(e.value))return e;const i=(e,t)=>e[0][t].value,r=Uo(s.value)?os(t,e,"nextSmaller","asc",t[0].length,i):ss(t,e,"strict",t[0].length,i),a=t[n-1][r];return void 0===a?zm(e):a},isExported:!0},Jm={description:Xt("Search a range for a match and return the corresponding item from a second range."),args:[fc("search_key (any)",Xt("The value to search for.")),fc("lookup_range (any, range)",Xt("The range to consider for the search. Should be a single column or a single row.")),fc("return_range (any, range)",Xt("The range containing the return value. Should have the same dimensions as lookup_range.")),fc("if_not_found (any, optional)",Xt("If a valid match is not found, return this value.")),fc("match_mode (any, default=0)",Xt("(0) Exact match. (-1) Return next smaller item if no match. (1) Return next greater item if no match.")),fc("search_mode (any, default=1)",Xt("(1) Search starting at first item. (-1) Search starting at last item. (2) Perform a binary search that relies on lookup_array being sorted in ascending order. If not sorted, invalid results will be returned. (-2) Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned. "))],returns:["ANY"],compute:function(e,t,o,s,n={value:0},i={value:1}){const r=Math.trunc(Oo(n.value,this.locale)),a=Math.trunc(Oo(i.value,this.locale));Io((()=>1===t.length||1===t[0].length),Xt("lookup_range should be either a single row or single column.")),Io((()=>[-1,1,-2,2].includes(a)),Xt("searchMode should be a value in [-1, 1, -2, 2].")),Io((()=>[-1,0,1].includes(r)),Xt("matchMode should be a value in [-1, 0, 1]."));const l=1===t.length?"col":"row";if(Io((()=>"col"===l?o[0].length===t[0].length:o.length===t.length),Xt("return_range should have the same dimensions as lookup_range.")),e&&To(e.value))return[[e]];const c="col"===l?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,h="col"===l?t[0].length:t.length,d=0===r?"strict":1===r?"nextGreater":"nextSmaller",u=-1===a,g=2===a||-2===a?os(t,e,d,2===a?"asc":"desc",h,c):ss(t,e,d,h,c,u);return-1!==g?"col"===l?o.map((e=>[e[g]])):[o[g]]:void 0===s?zm(e):[[s]]},isExported:!0};var ef=Object.freeze({__proto__:null,ADDRESS:Gm,COLUMN:$m,COLUMNS:Wm,HLOOKUP:qm,INDEX:Zm,LOOKUP:Ym,MATCH:jm,ROW:Xm,ROWS:Km,VLOOKUP:Qm,XLOOKUP:Jm});const tf={description:Xt("Sum of two numbers."),args:[fc("value1 (number)",Xt("The first addend.")),fc("value2 (number)",Xt("The second addend."))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale)+Oo(t,this.locale),format:e?.format||t?.format}}},of={description:Xt("Concatenation of two values."),args:[fc("value1 (string)",Xt("The value to which value2 will be appended.")),fc("value2 (string)",Xt("The value to append to value1."))],returns:["STRING"],compute:function(e,t){return Po(e)+Po(t)},isExported:!0},sf={description:Xt("One number divided by another."),args:[fc("dividend (number)",Xt("The number to be divided.")),fc("divisor (number)",Xt("The number to divide by."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(t,this.locale);return Io((()=>0!==o),Xt("The divisor must be different from zero.")),{value:Oo(e,this.locale)/o,format:e?.format||t?.format}}};function nf(e){return void 0===e||null===e.value}const rf={number:0,string:"",boolean:!1},af={description:Xt("Equal."),args:[fc("value1 (any)",Xt("The first value.")),fc("value2 (any)",Xt("The value to test against value1 for equality."))],returns:["BOOLEAN"],compute:function(e,t){let o=nf(e)?rf[typeof t?.value]:e?.value,s=nf(t)?rf[typeof e?.value]:t?.value;if("string"==typeof o&&(o=o.toUpperCase()),"string"==typeof s&&(s=s.toUpperCase()),To(o))throw e;if(To(s))throw t;return o===s}};function lf(e,t,o){let s=nf(e)?rf[typeof t?.value]:e?.value,n=nf(t)?rf[typeof e?.value]:t?.value;if(To(s))throw e;if(To(n))throw t;"number"!=typeof s&&(s=Po(s).toUpperCase()),"number"!=typeof n&&(n=Po(n).toUpperCase());const i=typeof s,r=typeof n;return"string"===i&&"number"===r||("string"!==r||"number"!==i)&&o(s,n)}const cf={description:Xt("Strictly greater than."),args:[fc("value1 (any)",Xt("The value to test as being greater than value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return lf(e,t,((e,t)=>e>t))}},hf={description:Xt("Greater than or equal to."),args:[fc("value1 (any)",Xt("The value to test as being greater than or equal to value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return lf(e,t,((e,t)=>e>=t))}},df={description:Xt("Less than."),args:[fc("value1 (any)",Xt("The value to test as being less than value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return!hf.compute.bind(this)(e,t)}},uf={description:Xt("Less than or equal to."),args:[fc("value1 (any)",Xt("The value to test as being less than or equal to value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return!cf.compute.bind(this)(e,t)}},gf={description:Xt("Difference of two numbers."),args:[fc("value1 (number)",Xt("The minuend, or number to be subtracted from.")),fc("value2 (number)",Xt("The subtrahend, or number to subtract from value1."))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale)-Oo(t,this.locale),format:e?.format||t?.format}}},pf={description:Xt("Product of two numbers"),args:[fc("factor1 (number)",Xt("The first multiplicand.")),fc("factor2 (number)",Xt("The second multiplicand."))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale)*Oo(t,this.locale),format:e?.format||t?.format}}},mf={description:Xt("Not equal."),args:[fc("value1 (any)",Xt("The first value.")),fc("value2 (any)",Xt("The value to test against value1 for inequality."))],returns:["BOOLEAN"],compute:function(e,t){return!af.compute.bind(this)(e,t)}},ff={description:Xt("A number raised to a power."),args:[fc("base (number)",Xt("The number to raise to the exponent power.")),fc("exponent (number)",Xt("The exponent to raise base to."))],returns:["NUMBER"],compute:function(e,t){return Wh.compute.bind(this)(e,t)}},vf={description:Xt("A number with the sign reversed."),args:[fc("value (number)",Xt("The number to have its sign reversed. Equivalently, the number to multiply by -1."))],returns:["NUMBER"],compute:function(e){return{value:-Oo(e,this.locale),format:e?.format}}},bf={description:Xt("Value interpreted as a percentage."),args:[fc("percentage (number)",Xt("The value to interpret as a percentage."))],returns:["NUMBER"],compute:function(e){return Oo(e,this.locale)/100}},Sf={description:Xt("A specified number, unchanged."),args:[fc("value (any)",Xt("The number to return."))],returns:["ANY"],compute:function(e={value:""}){return{value:null===e.value?"":e.value,format:e?.format}}};var Cf=Object.freeze({__proto__:null,ADD:tf,CONCAT:of,DIVIDE:sf,EQ:af,GT:cf,GTE:hf,LT:df,LTE:uf,MINUS:gf,MULTIPLY:pf,NE:mf,POW:ff,UMINUS:vf,UNARY_PERCENT:bf,UPLUS:Sf});const Ef=/[A-Za-zÀ-ÖØ-öø-ÿ]+/g,wf={description:Xt("Gets character associated with number."),args:[fc("table_number (number)",Xt("The number of the character to look up from the current Unicode table in decimal format."))],returns:["STRING"],compute:function(e){const t=Math.trunc(Oo(e,this.locale));return Io((()=>t>=1),Xt("The table_number (%s) is out of range.",t.toString())),String.fromCharCode(t)},isExported:!0},yf={description:Xt("Remove non-printable characters from a piece of text."),args:[fc("text (string)",Xt("The text whose non-printable characters are to be removed."))],returns:["STRING"],compute:function(e){const t=Po(e);let o="";for(const e of t)e&&e.charCodeAt(0)>31&&(o+=e);return o},isExported:!0},xf={description:Xt("Appends strings to one another."),args:[fc("string1 (string, range<string>)",Xt("The initial string.")),fc("string2 (string, range<string>, repeating)",Xt("More strings to append in sequence."))],returns:["STRING"],compute:function(...e){return qo(e,((e,t)=>e+Po(t)),"")},isExported:!0},If={description:Xt("Tests whether two strings are identical."),args:[fc("string1 (string)",Xt("The first string to compare.")),fc("string2 (string)",Xt("The second string to compare."))],returns:["BOOLEAN"],compute:function(e,t){return Po(e)===Po(t)},isExported:!0},Rf={description:Xt("First position of string found in text, case-sensitive."),args:[fc("search_for (string)",Xt("The string to look for within text_to_search.")),fc("text_to_search (string)",Xt("The text to search for the first occurrence of search_for.")),fc("starting_at (number, default=1)",Xt("The character within text_to_search at which to start the search."))],returns:["NUMBER"],compute:function(e,t,o={value:1}){const s=Po(e),n=Po(t),i=Oo(o,this.locale);Io((()=>""!==n),Xt("The text_to_search must be non-empty.")),Io((()=>i>=1),Xt("The starting_at (%s) must be greater than or equal to 1.",i.toString()));const r=n.indexOf(s,i-1);return Io((()=>r>=0),Xt("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s.toString(),n)),r+1},isExported:!0},Tf={description:Xt("Concatenates elements of arrays with delimiter."),args:[fc("delimiter (string)",Xt("The character or string to place between each concatenated value.")),fc("value_or_array1 (string, range<string>)",Xt("The value or values to be appended using delimiter.")),fc("value_or_array2 (string, range<string>, repeating)",Xt("More values to be appended using delimiter."))],returns:["STRING"],compute:function(e,...t){const o=Po(e);return qo(t,((e,t)=>(e?e+o:"")+Po(t)),"")}},Af={description:Xt("Substring from beginning of specified string."),args:[fc("text (string)",Xt("The string from which the left portion will be returned.")),fc("number_of_characters (number, optional)",Xt("The number of characters to return from the left side of string."))],returns:["STRING"],compute:function(e,...t){const o=t.length?Oo(t[0],this.locale):1;return Io((()=>o>=0),Xt("The number_of_characters (%s) must be positive or null.",o.toString())),Po(e).substring(0,o)},isExported:!0},Of={description:Xt("Length of a string."),args:[fc("text (string)",Xt("The string whose length will be returned."))],returns:["NUMBER"],compute:function(e){return Po(e).length},isExported:!0},_f={description:Xt("Converts a specified string to lowercase."),args:[fc("text (string)",Xt("The string to convert to lowercase."))],returns:["STRING"],compute:function(e){return Po(e).toLowerCase()},isExported:!0},Mf={description:Xt("A segment of a string."),args:[fc("text (string)",Xt("The string to extract a segment from.")),fc("starting_at (number)",Xt("The index from the left of string from which to begin extracting. The first character in string has the index 1.")),fc("extract_length (number)",Xt("The length of the segment to extract."))],returns:["STRING"],compute:function(e,t,o){const s=Po(e),n=Oo(t,this.locale),i=Oo(o,this.locale);return Io((()=>n>=1),Xt("The starting_at argument (%s) must be positive greater than one.",n.toString())),Io((()=>i>=0),Xt("The extract_length argument (%s) must be positive or null.",i.toString())),s.slice(n-1,n+i-1)},isExported:!0},Nf={description:Xt("Capitalizes each word in a specified string."),args:[fc("text_to_capitalize (string)",Xt("The text which will be returned with the first letter of each word in uppercase and all other letters in lowercase."))],returns:["STRING"],compute:function(e){return Po(e).replace(Ef,(e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()))},isExported:!0},Ff={description:Xt("Replaces part of a text string with different text."),args:[fc("text (string)",Xt("The text, a part of which will be replaced.")),fc("position (number)",Xt("The position where the replacement will begin (starting from 1).")),fc("length (number)",Xt("The number of characters in the text to be replaced.")),fc("new_text (string)",Xt("The text which will be inserted into the original text."))],returns:["STRING"],compute:function(e,t,o,s){const n=Oo(t,this.locale);Io((()=>n>=1),Xt("The position (%s) must be greater than or equal to 1.",n.toString()));const i=Po(e),r=Oo(o,this.locale),a=Po(s);return i.substring(0,n-1)+a+i.substring(n-1+r)},isExported:!0},Df={description:Xt("A substring from the end of a specified string."),args:[fc("text (string)",Xt("The string from which the right portion will be returned.")),fc("number_of_characters (number, optional)",Xt("The number of characters to return from the right side of string."))],returns:["STRING"],compute:function(e,...t){const o=t.length?Oo(t[0],this.locale):1;Io((()=>o>=0),Xt("The number_of_characters (%s) must be positive or null.",o.toString()));const s=Po(e),n=s.length;return s.substring(n-o,n)},isExported:!0},Lf={description:Xt("First position of string found in text, ignoring case."),args:[fc("search_for (string)",Xt("The string to look for within text_to_search.")),fc("text_to_search (string)",Xt("The text to search for the first occurrence of search_for.")),fc("starting_at (number, default=1)",Xt("The character within text_to_search at which to start the search."))],returns:["NUMBER"],compute:function(e,t,o={value:1}){const s=Po(e).toLowerCase(),n=Po(t).toLowerCase(),i=Oo(o,this.locale);Io((()=>""!==n),Xt("The text_to_search must be non-empty.")),Io((()=>i>=1),Xt("The starting_at (%s) must be greater than or equal to 1.",i.toString()));const r=n.indexOf(s,i-1);return Io((()=>r>=0),Xt("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,n)),r+1},isExported:!0},Pf={description:Xt("Split text by specific character delimiter(s)."),args:[fc("text (string)",Xt("The text to divide.")),fc("delimiter (string)",Xt("The character or characters to use to split text.")),fc("split_by_each (boolean, default=true})",Xt("Whether or not to divide text around each character contained in delimiter.")),fc("remove_empty_text (boolean, default=true)",Xt("Whether or not to remove empty text messages from the split results. The default behavior is to treat consecutive delimiters as one (if TRUE). If FALSE, empty cells values are added between consecutive delimiters."))],returns:["RANGE<STRING>"],compute:function(e,t,o={value:true},s={value:true}){const n=Po(e),i=ae(Po(t)),r=Uo(o),a=Uo(s);Io((()=>i.length>0),Xt("The _delimiter (%s) must be not be empty.",i));const l=r?new RegExp(`[${i}]`,"g"):new RegExp(i,"g");let c=n.split(l);return a&&(c=c.filter((e=>""!==e))),Ko([c])},isExported:!0},kf={description:Xt("Replaces existing text with new text in a string."),args:[fc("text_to_search (string)",Xt("The text within which to search and replace.")),fc("search_for (string)",Xt("The string to search for within text_to_search.")),fc("replace_with (string)",Xt("The string that will replace search_for.")),fc("occurrence_number (number, optional)",Xt("The instance of search_for within text_to_search to replace with replace_with. By default, all occurrences of search_for are replaced; however, if occurrence_number is specified, only the indicated instance of search_for is replaced."))],returns:["NUMBER"],compute:function(e,t,o,s){const n=Oo(s,this.locale);Io((()=>n>=0),Xt("The occurrenceNumber (%s) must be positive or null.",n.toString()));const i=Po(e),r=Po(t);if(""===r)return i;const a=Po(o),l=new RegExp(ae(r),"g");if(0===n)return i.replace(l,a);let c=0;return i.replace(l,(e=>++c===n?a:e))},isExported:!0},Vf={description:Xt("Combines text from multiple strings and/or arrays."),args:[fc("delimiter (string)",Xt(" A string, possible empty, or a reference to a valid string. If empty, the text will be simply concatenated.")),fc("ignore_empty (boolean)",Xt("A boolean; if TRUE, empty cells selected in the text arguments won't be included in the result.")),fc("text1 (string, range<string>)",Xt("Any text item. This could be a string, or an array of strings in a range.")),fc("text2 (string, range<string>, repeating)",Xt("Additional text item(s)."))],returns:["STRING"],compute:function(e,t,...o){const s=Po(e),n=Uo(t);let i=0;return qo(o,((e,t)=>n&&""===Po(t)?e:(i++?e+s:"")+Po(t)),"")},isExported:!0},Uf={description:Xt("Removes space characters."),args:[fc("text (string)",Xt("The text or reference to a cell containing text to be trimmed."))],returns:["STRING"],compute:function(e){return Ge(Po(e))},isExported:!0},Bf={description:Xt("Converts a specified string to uppercase."),args:[fc("text (string)",Xt("The string to convert to uppercase."))],returns:["STRING"],compute:function(e){return Po(e).toUpperCase()},isExported:!0},Hf={description:Xt("Converts a number to text according to a specified format."),args:[fc("number (number)",Xt("The number, date or time to format.")),fc("format (string)",Xt("The pattern by which to format the number, enclosed in quotation marks."))],returns:["STRING"],compute:function(e,t){return Cs(Oo(e,this.locale),{format:Po(t),locale:this.locale})},isExported:!0};var zf=Object.freeze({__proto__:null,CHAR:wf,CLEAN:yf,CONCATENATE:xf,EXACT:If,FIND:Rf,JOIN:Tf,LEFT:Af,LEN:Of,LOWER:_f,MID:Mf,PROPER:Nf,REPLACE:Ff,RIGHT:Df,SEARCH:Lf,SPLIT:Pf,SUBSTITUTE:kf,TEXT:Hf,TEXTJOIN:Vf,TRIM:Uf,UPPER:Bf});const Gf={description:Xt("Creates a hyperlink in a cell."),args:[fc("url (string)",Xt("The full URL of the link enclosed in quotation marks.")),fc("link_label (string, optional)",Xt("The text to display in the cell, enclosed in quotation marks."))],returns:["STRING"],compute:function(e,t){const o=Po(e).trim(),s=Po(t)||o;return""===o?s:Se(s,o)},isExported:!0};var $f=Object.freeze({__proto__:null,HYPERLINK:Gf});const Wf=[{name:Xt("Array"),functions:Kc},{name:Xt("Database"),functions:Zu},{name:Xt("Date"),functions:Ag},{name:Xt("Filter"),functions:Ug},{name:Xt("Financial"),functions:pm},{name:Xt("Info"),functions:Om},{name:Xt("Lookup"),functions:ef},{name:Xt("Logical"),functions:Bm},{name:Xt("Math"),functions:ud},{name:Xt("Misc"),functions:eh},{name:Xt("Operator"),functions:Cf},{name:Xt("Statistical"),functions:Nu},{name:Xt("Text"),functions:zf},{name:Xt("Engineering"),functions:_g},{name:Xt("Web"),functions:$f}],qf=/^[A-Z0-9\_\.]+$/;const Zf=Xt("An unexpected error occurred. Submit a support ticket at odoo.com/help.");function Yf(e){return void 0!==e?.message&&"string"==typeof e.message}const jf=new class extends ki{mapping={};add(e,t){if(e=e.toUpperCase(),!qf.test(e))throw new Error(Xt("Invalid function name %s. Function names can exclusively contain alphanumerical values separated by dots (.) or underscore (_)",e));const o=vc(t);var s;return function(e){let t=!1,o=!1,s=!1;for(let n of e){if(n.type.includes("META")&&n.type.length>1)throw new Error(Xt("Function ${name} has an argument that has been declared with more than one type whose type 'META'. The 'META' type can only be declared alone."));if(t&&!n.repeating)throw new Error(Xt("Function ${name} has no-repeatable arguments declared after repeatable ones. All repeatable arguments must be declared last."));const e=o||t||s,i=!(n.optional||n.repeating||n.default);if(e&&i)throw new Error(Xt("Function ${name} has at mandatory arguments declared after optional ones. All optional arguments must be after all mandatory arguments."));t=n.repeating,o=n.optional,s=n.default}}(o.args),this.mapping[e]=function(e,t){return function(...o){try{return e.apply(this,o)}catch(e){return function(e,t){if(o=e,void 0!==o?.value&&"string"==typeof o.value&&To(e.value))return Yf(e)&&e.message?.includes("[[FUNCTION_NAME]]")&&(e.message=e.message.replace("[[FUNCTION_NAME]]",t)),e;var o;return console.error(e),new So(Zf+(Yf(e)?" "+e.message:""))}(e,t)}}}((s=o.compute,function(...e){const t=s.apply(this,e);return po(t)?"object"==typeof t[0][0]&&null!==t[0][0]&&"value"in t[0][0]?t:Xo(t,(e=>({value:e}))):"object"==typeof t&&null!==t&&"value"in t?t:{value:t}}),e),super.add(e,o),this}};for(let SA of Wf){const CA=SA.functions;for(let EA in CA){const wA=CA[EA];wA.category=wA.category||SA.name,EA=EA.replace(/_/g,"."),jf.add(EA,{isExported:!1,...wA})}}const Xf={name:e=>{const t=yv(e);return 1===t?Xt("Insert row"):Xt("Insert %s rows",t.toString())},isVisible:e=>$l(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW"},Kf={name:e=>{const t=yv(e);return 1===t?Xt("Insert row above"):Xt("Insert %s rows above",t.toString())},execute:kl,isVisible:e=>$l(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},Qf={...Kf,name:e=>{const t=yv(e);return 1===t?Xt("Row above"):Xt("%s Rows above",t.toString())}},Jf={...Kf,name:e=>{const t=yv(e);return 1===t?Xt("Insert row"):Xt("Insert %s rows",t.toString())},isVisible:Gl,icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},ev={execute:e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=Math.max(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.bottom,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"after",base:o,quantity:s,dimension:"ROW"})},name:e=>{const t=yv(e);return 1===t?Xt("Insert row below"):Xt("Insert %s rows below",t.toString())},isVisible:e=>$l(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_AFTER"},tv={...ev,name:e=>{const t=yv(e);return 1===t?Xt("Row below"):Xt("%s Rows below",t.toString())}},ov={name:e=>{const t=xv(e);return 1===t?Xt("Insert column"):Xt("Insert %s columns",t.toString())},isVisible:e=>$l(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL"},sv={name:e=>{const t=xv(e);return 1===t?Xt("Insert column left"):Xt("Insert %s columns left",t.toString())},execute:Vl,isVisible:e=>$l(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},nv={...sv,name:e=>{const t=xv(e);return 1===t?Xt("Column left"):Xt("%s Columns left",t.toString())}},iv={...sv,name:e=>{const t=xv(e);return 1===t?Xt("Insert column"):Xt("Insert %s columns",t.toString())},isVisible:Gl,icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},rv={name:e=>{const t=xv(e);return 1===t?Xt("Insert column right"):Xt("Insert %s columns right",t.toString())},execute:Ul,isVisible:e=>$l(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_AFTER"},av={...rv,name:e=>{const t=xv(e);return 1===t?Xt("Column right"):Xt("%s Columns right",t.toString())},execute:Ul},lv={name:Xt("Insert cells"),isVisible:e=>Gl(e)&&0===e.model.getters.getActiveCols().size&&0===e.model.getters.getActiveRows().size,icon:"o-spreadsheet-Icon.INSERT_CELL"},cv={name:Xt("Insert cells and shift down"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"ROW"});Oa(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_DOWN"},hv={name:Xt("Insert cells and shift right"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"COL"});Oa(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_RIGHT"},dv={name:Xt("Chart"),execute:e=>{const t=e.model.getters,o=e.model.uuidGenerator.uuidv4(),s=t.getActiveSheetId();1===Mn(e.model.getters.getSelectedZone())&&e.model.selection.selectTableAroundSelection();const n={width:536,height:335},i=function(e,t){const{x:o,y:s}=e.getMainViewportCoordinates(),{scrollX:n,scrollY:i}=e.getActiveSheetScrollInfo(),{width:r,height:a}=e.getVisibleRect(e.getActiveMainViewport());return{x:o+n+Math.max(0,(r-t.width)/2),y:s+i+Math.max(0,(a-t.height)/2)}}(t,n);e.model.dispatch("CREATE_CHART",{sheetId:s,id:o,position:i,size:n,definition:Ml(e.model.getters.getSelectedZone(),e.model.getters)}).isSuccessful&&(e.model.dispatch("SELECT_FIGURE",{id:o}),e.openSidePanel("ChartPanel"))},icon:"o-spreadsheet-Icon.INSERT_CHART"},uv={name:Xt("Image"),description:"Ctrl+O",execute:Bl,isVisible:e=>void 0!==e.imageProvider,icon:"o-spreadsheet-Icon.INSERT_IMAGE"},gv={name:Xt("Function"),icon:"o-spreadsheet-Icon.SHOW_HIDE_FORMULA"},pv={name:Xt("SUM"),execute:e=>e.startCellEdition("=SUM(")},mv={name:Xt("AVERAGE"),execute:e=>e.startCellEdition("=AVERAGE(")},fv={name:Xt("COUNT"),execute:e=>e.startCellEdition("=COUNT(")},vv={name:Xt("MAX"),execute:e=>e.startCellEdition("=MAX(")},bv={name:Xt("MIN"),execute:e=>e.startCellEdition("=MIN(")},Sv={name:Xt("All"),children:[function(){return wv(jf.getKeys())}]};const Cv={name:Xt("Link"),execute:Hl,icon:"o-spreadsheet-Icon.INSERT_LINK"},Ev={name:Xt("Insert sheet"),execute:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSheetIds().indexOf(t)+1,s=e.model.uuidGenerator.uuidv4();e.model.dispatch("CREATE_SHEET",{sheetId:s,position:o}),e.model.dispatch("ACTIVATE_SHEET",{sheetIdFrom:t,sheetIdTo:s})},icon:"o-spreadsheet-Icon.INSERT_SHEET"};function wv(e){return e.sort().map(((e,t)=>({name:e,sequence:10*t,execute:t=>t.startCellEdition(`=${e}(`)})))}function yv(e){const t=e.model.getters.getActiveRows();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.bottom-t.top+1}}function xv(e){const t=e.model.getters.getActiveCols();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.right-t.left+1}}const Iv=new wa;Iv.add("cut",{...Yl,sequence:10}).add("copy",{...Zl,sequence:20}).add("paste",{...jl,sequence:30}).add("paste_special",{...Xl,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...Kl,sequence:10}).addChild("paste_format_only",["paste_special"],{...Ql,sequence:20}).add("add_row_before",{...Jf,sequence:70}).add("add_column_before",{...iv,sequence:90}).add("insert_cell",{...lv,sequence:100,separator:!0}).addChild("insert_cell_down",["insert_cell"],{...cv,name:Xt("Shift down"),sequence:10}).addChild("insert_cell_right",["insert_cell"],{...hv,name:Xt("Shift right"),sequence:20}).add("delete_row",{...oc,sequence:110,icon:"o-spreadsheet-Icon.DELETE"}).add("delete_column",{...ic,sequence:120,icon:"o-spreadsheet-Icon.DELETE"}).add("delete_cell",{...ac,sequence:130,separator:!0,icon:"o-spreadsheet-Icon.DELETE"}).addChild("delete_cell_up",["delete_cell"],{...lc,name:Xt("Shift up"),sequence:10,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_UP"}).addChild("delete_cell_left",["delete_cell"],{...cc,name:Xt("Shift left"),sequence:20,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_LEFT"}).add("insert_link",{...Cv,name:e=>{const t=e.model.getters.getActiveSheetId(),{col:o,row:s}=e.model.getters.getActivePosition(),n=e.model.getters.getEvaluatedCell({sheetId:t,col:o,row:s});return n&&n.link?Xt("Edit link"):Xt("Insert link")},sequence:150,separator:!0});const Rv={filterOverlap:Xt("You cannot create overlapping filters."),nonContinuousTargets:Xt("A filter can only be created on a continuous selection."),mergeInFilter:Xt("You can't create a filter over a range that contains a merge.")};function Tv(e,t,o){const s=e.model.dispatch("CREATE_FILTER_TABLE",{target:o,sheetId:t});s.isCancelledBecause("FilterOverlap")?e.raiseError(Rv.filterOverlap):s.isCancelledBecause("MergeInFilter")?e.raiseError(Rv.mergeInFilter):s.isCancelledBecause("NonContinuousTargets")&&e.raiseError(Rv.nonContinuousTargets)}const Av={name:Xt("Sort range"),isVisible:Gl,icon:"o-spreadsheet-Icon.SORT_RANGE"},Ov={name:Xt("Ascending (A ⟶ Z)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();Fg(e,s,t.cell,o[0],"ascending")},icon:"o-spreadsheet-Icon.SORT_ASCENDING"},_v={name:Xt("Data cleanup"),icon:"o-spreadsheet-Icon.DATA_CLEANUP"},Mv={name:Xt("Remove duplicates"),execute:e=>{1===Mn(e.model.getters.getSelectedZone())&&e.model.selection.selectTableAroundSelection(),e.openSidePanel("RemoveDuplicates",{})}},Nv={name:Xt("Trim whitespace"),execute:e=>{e.model.dispatch("TRIM_WHITESPACE")}},Fv={name:Xt("Descending (Z ⟶ A)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();Fg(e,s,t.cell,o[0],"descending")},icon:"o-spreadsheet-Icon.SORT_DESCENDING"},Dv={name:Xt("Create filter"),execute:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelection().zones;Tv(e,t,o)},isVisible:e=>!zl(e),isEnabled:e=>Nn(...e.model.getters.getSelectedZones()),icon:"o-spreadsheet-Icon.MENU_FILTER_ICON"},Lv={name:Xt("Remove filter"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("REMOVE_FILTER_TABLE",{sheetId:t,target:e.model.getters.getSelectedZones()})},isVisible:zl,icon:"o-spreadsheet-Icon.MENU_FILTER_ICON"},Pv={name:Xt("Split text to columns"),sequence:1,execute:e=>e.openSidePanel("SplitToColumns",{}),isEnabled:e=>e.model.getters.isSingleColSelected(),icon:"o-spreadsheet-Icon.SPLIT_TEXT"};function kv({name:e,format:t,descriptionValue:o}){const s="function"==typeof t?t:()=>t;return{name:e,description:e=>Cs(o,{format:s(e),locale:e.model.getters.getLocale()}),execute:e=>Nl(e,s(e)),isActive:e=>Mb(e,s(e))}}const Vv={name:Xt("Automatic"),execute:e=>Nl(e,""),isActive:e=>function(e){const t=e.model.getters.getCell(e.model.getters.getActivePosition());return!t||!t.format}(e)},Uv={name:Xt("Plain text"),execute:e=>Nl(e,co),isActive:e=>Mb(e,co)},Bv=kv({name:Xt("Number"),descriptionValue:1000.12,format:"#,##0.00"}),Hv={name:Xt("Format as percent"),execute:e=>Nl(e,"0.00%"),icon:"o-spreadsheet-Icon.PERCENT"},zv=kv({name:Xt("Percent"),descriptionValue:.1012,format:"0.00%"}),Gv=kv({name:Xt("Currency"),descriptionValue:1000.12,format:e=>e.model.config.defaultCurrencyFormat??Wv}),$v={...kv({name:Xt("Currency rounded"),descriptionValue:1e3,format:e=>ks(e.model.config.defaultCurrencyFormat??Wv)}),isVisible:e=>{const t=e.model.config.defaultCurrencyFormat;return t!==ks(t??Wv)}},Wv="[$$]#,##0.00",qv=Zi("2023/09/26 10:43:00 PM",uo),Zv={name:Xt("Custom currency"),isVisible:e=>void 0!==e.loadCurrencies,execute:e=>e.openSidePanel("CustomCurrency",{})},Yv=kv({name:Xt("Date"),descriptionValue:qv,format:e=>e.model.getters.getLocale().dateFormat}),jv=kv({name:Xt("Time"),descriptionValue:qv,format:e=>e.model.getters.getLocale().timeFormat}),Xv=kv({name:Xt("Date time"),descriptionValue:qv,format:e=>pa(e.model.getters.getLocale())}),Kv=kv({name:Xt("Duration"),descriptionValue:"27:51:38",format:"hhhh:mm:ss"}),Qv={name:Xt("More date formats"),execute:e=>e.openSidePanel("MoreFormats",{})},Jv=kv({name:Xt("Full date time"),format:"dddd d mmmm yyyy hh:mm:ss a",descriptionValue:qv}),eb=kv({name:Xt("Full week day and month"),format:"dddd d mmmm yyyy",descriptionValue:qv}),tb=kv({name:Xt("Day and full month"),format:"d mmmm yyyy",descriptionValue:qv}),ob=kv({name:Xt("Short week day"),format:"ddd d mmm yyyy",descriptionValue:qv}),sb=kv({name:Xt("Day and short month"),format:"d mmm yyyy",descriptionValue:qv}),nb=kv({name:Xt("Full month"),format:"mmmm yyyy",descriptionValue:qv}),ib=kv({name:Xt("Short month"),format:"mmm yyyy",descriptionValue:qv}),rb={name:Xt("Increase decimal places"),icon:"o-spreadsheet-Icon.INCREASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:1})},ab={name:Xt("Decrease decimal places"),icon:"o-spreadsheet-Icon.DECRASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:-1})},lb={name:Xt("Bold"),description:"Ctrl+B",execute:e=>Fl(e,{bold:!e.model.getters.getCurrentStyle().bold}),icon:"o-spreadsheet-Icon.BOLD",isActive:e=>!!e.model.getters.getCurrentStyle().bold},cb={name:Xt("Italic"),description:"Ctrl+I",execute:e=>Fl(e,{italic:!e.model.getters.getCurrentStyle().italic}),icon:"o-spreadsheet-Icon.ITALIC",isActive:e=>!!e.model.getters.getCurrentStyle().italic},hb={name:Xt("Underline"),description:"Ctrl+U",execute:e=>Fl(e,{underline:!e.model.getters.getCurrentStyle().underline}),icon:"o-spreadsheet-Icon.UNDERLINE",isActive:e=>!!e.model.getters.getCurrentStyle().underline},db={name:Xt("Strikethrough"),execute:e=>Fl(e,{strikethrough:!e.model.getters.getCurrentStyle().strikethrough}),icon:"o-spreadsheet-Icon.STRIKE",isActive:e=>!!e.model.getters.getCurrentStyle().strikethrough},ub={name:Xt("Font size"),children:ie.map((e=>({name:e.toString(),sequence:e,id:`font_size_${e}`,execute:t=>Fl(t,{fontSize:e}),isActive:t=>function(e,t){const o=e.model.getters.getCurrentStyle().fontSize||B;return o===t}(t,e)}))),icon:"o-spreadsheet-Icon.FONT_SIZE"},gb={name:Xt("Alignment"),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},pb={name:Xt("Horizontal align"),icon:e=>function(e){switch(Nb(e)){case"right":return"o-spreadsheet-Icon.ALIGN_RIGHT";case"center":return"o-spreadsheet-Icon.ALIGN_CENTER";default:return"o-spreadsheet-Icon.ALIGN_LEFT"}}(e)},mb={name:Xt("Left"),description:"Ctrl+Shift+L",execute:e=>Fl(e,{align:"left"}),isActive:e=>"left"===Nb(e),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},fb={name:Xt("Center"),description:"Ctrl+Shift+E",execute:e=>Fl(e,{align:"center"}),isActive:e=>"center"===Nb(e),icon:"o-spreadsheet-Icon.ALIGN_CENTER"},vb={name:Xt("Right"),description:"Ctrl+Shift+R",execute:e=>Fl(e,{align:"right"}),isActive:e=>"right"===Nb(e),icon:"o-spreadsheet-Icon.ALIGN_RIGHT"},bb={name:Xt("Vertical align"),icon:e=>function(e){switch(Fb(e)){case"top":return"o-spreadsheet-Icon.ALIGN_TOP";case"middle":return"o-spreadsheet-Icon.ALIGN_MIDDLE";default:return"o-spreadsheet-Icon.ALIGN_BOTTOM"}}(e)},Sb={name:Xt("Top"),execute:e=>Fl(e,{verticalAlign:"top"}),isActive:e=>"top"===Fb(e),icon:"o-spreadsheet-Icon.ALIGN_TOP"},Cb={name:Xt("Middle"),execute:e=>Fl(e,{verticalAlign:"middle"}),isActive:e=>"middle"===Fb(e),icon:"o-spreadsheet-Icon.ALIGN_MIDDLE"},Eb={name:Xt("Bottom"),execute:e=>Fl(e,{verticalAlign:"bottom"}),isActive:e=>"bottom"===Fb(e),icon:"o-spreadsheet-Icon.ALIGN_BOTTOM"},wb={name:Xt("Wrapping"),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},yb={name:Xt("Wrapping"),icon:e=>function(e){switch(Db(e)){case"wrap":return"o-spreadsheet-Icon.WRAPPING_WRAP";case"clip":return"o-spreadsheet-Icon.WRAPPING_CLIP";default:return"o-spreadsheet-Icon.WRAPPING_OVERFLOW"}}(e)},xb={name:Xt("Overflow"),execute:e=>Fl(e,{wrapping:"overflow"}),isActive:e=>"overflow"===Db(e),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},Ib={name:Xt("Wrap"),execute:e=>Fl(e,{wrapping:"wrap"}),isActive:e=>"wrap"===Db(e),icon:"o-spreadsheet-Icon.WRAPPING_WRAP"},Rb={name:Xt("Clip"),execute:e=>Fl(e,{wrapping:"clip"}),isActive:e=>"clip"===Db(e),icon:"o-spreadsheet-Icon.WRAPPING_CLIP"},Tb={name:Xt("Text Color"),icon:"o-spreadsheet-Icon.TEXT_COLOR"},Ab={name:Xt("Fill Color"),icon:"o-spreadsheet-Icon.FILL_COLOR"},Ob={name:Xt("Conditional formatting"),execute:e=>{e.openSidePanel("ConditionalFormatting",{selection:e.model.getters.getSelectedZones()})},icon:"o-spreadsheet-Icon.CONDITIONAL_FORMAT"},_b={name:Xt("Clear formatting"),description:"Ctrl+<",execute:e=>e.model.dispatch("CLEAR_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()}),icon:"o-spreadsheet-Icon.CLEAR_FORMAT"};function Mb(e,t){const o=e.model.getters.getCell(e.model.getters.getActivePosition());return o?.format===t}function Nb(e){const t=e.model.getters.getCurrentStyle();if(t.align)return t.align;return e.model.getters.getActiveCell().defaultAlign}function Fb(e){const t=e.model.getters.getCurrentStyle();return t.verticalAlign?t.verticalAlign:k}function Db(e){const t=e.model.getters.getCurrentStyle();return t.wrapping?t.wrapping:V}var Lb=Object.freeze({__proto__:null,clearFormat:_b,decraseDecimalPlaces:ab,fillColor:Ab,formatAlignment:gb,formatAlignmentBottom:Eb,formatAlignmentCenter:fb,formatAlignmentHorizontal:pb,formatAlignmentLeft:mb,formatAlignmentMiddle:Cb,formatAlignmentRight:vb,formatAlignmentTop:Sb,formatAlignmentVertical:bb,formatBold:lb,formatCF:Ob,formatCustomCurrency:Zv,formatFontSize:ub,formatItalic:cb,formatNumberAutomatic:Vv,formatNumberCurrency:Gv,formatNumberCurrencyRounded:$v,formatNumberDate:Yv,formatNumberDateTime:Xv,formatNumberDayAndFullMonth:tb,formatNumberDayAndShortMonth:sb,formatNumberDuration:Kv,formatNumberFullDateTime:Jv,formatNumberFullMonth:nb,formatNumberFullWeekDayAndMonth:eb,formatNumberNumber:Bv,formatNumberPercent:zv,formatNumberPlainText:Uv,formatNumberShortMonth:ib,formatNumberShortWeekDay:ob,formatNumberTime:jv,formatPercent:Hv,formatStrikethrough:db,formatUnderline:hb,formatWrapping:yb,formatWrappingClip:Rb,formatWrappingIcon:wb,formatWrappingOverflow:xb,formatWrappingWrap:Ib,incraseDecimalPlaces:rb,moreFormats:Qv,textColor:Tb});function Pb(e,t,o){const s=e.model.getters.getActiveSheetId(),n="COL"===t?"FREEZE_COLUMNS":"FREEZE_ROWS";e.model.dispatch(n,{sheetId:s,quantity:o}).isCancelledBecause("MergeOverlap")&&e.raiseError(Pa)}const kb={name:e=>{const t=e.model.getters.getElementsFromSelection("COL");let o=t[0],s=t[t.length-1];return 1===t.length?Xt("Hide column %s",rt(o).toString()):s-o+1===t.length?Xt("Hide columns %s - %s",rt(o).toString(),rt(s).toString()):Xt("Hide columns")},execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("COL");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"COL",o)},icon:"o-spreadsheet-Icon.HIDE_COL"},Vb={name:Xt("Unhide columns"),execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("COL").some((e=>t.includes(e)))}},Ub={name:Xt("Unhide all columns"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"COL",elements:Array.from(Array(e.model.getters.getNumberCols(t)).keys())})},isVisible:e=>e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).length>0},Bb={name:e=>{const t=e.model.getters.getElementsFromSelection("ROW");let o=t[0],s=t[t.length-1];return 1===t.length?Xt("Hide row %s",(o+1).toString()):s-o+1===t.length?Xt("Hide rows %s - %s",(o+1).toString(),(s+1).toString()):Xt("Hide rows")},execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("ROW");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"ROW",o)},icon:"o-spreadsheet-Icon.HIDE_ROW"},Hb={name:Xt("Unhide rows"),execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("ROW").some((e=>t.includes(e)))}},zb={name:Xt("Unhide all rows"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"ROW",elements:Array.from(Array(e.model.getters.getNumberRows(t)).keys())})},isVisible:e=>e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).length>0},Gb={name:Xt("Unfreeze"),isVisible:e=>{const{xSplit:t,ySplit:o}=e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId());return t+o>0},execute:e=>e.model.dispatch("UNFREEZE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),icon:"o-spreadsheet-Icon.UNFREEZE"},$b={name:Xt("Freeze"),icon:"o-spreadsheet-Icon.FREEZE"},Wb={name:Xt("No rows"),execute:e=>e.model.dispatch("UNFREEZE_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).ySplit},qb={name:Xt("1 row"),execute:e=>Pb(e,"ROW",1),isReadonlyAllowed:!0},Zb={name:Xt("2 rows"),execute:e=>Pb(e,"ROW",2),isReadonlyAllowed:!0},Yb={name:Xt("Up to current row"),execute:e=>{const{bottom:t}=e.model.getters.getSelectedZone();Pb(e,"ROW",t+1)},isReadonlyAllowed:!0},jb={name:Xt("No columns"),execute:e=>e.model.dispatch("UNFREEZE_COLUMNS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).xSplit},Xb={name:Xt("1 column"),execute:e=>Pb(e,"COL",1),isReadonlyAllowed:!0},Kb={name:Xt("2 columns"),execute:e=>Pb(e,"COL",2),isReadonlyAllowed:!0},Qb={name:Xt("Up to current column"),execute:e=>{const{right:t}=e.model.getters.getSelectedZone();Pb(e,"COL",t+1)},isReadonlyAllowed:!0},Jb={name:e=>e.model.getters.getGridLinesVisibility(e.model.getters.getActiveSheetId())?Xt("Hide gridlines"):Xt("Show gridlines"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("SET_GRID_LINES_VISIBILITY",{sheetId:t,areGridLinesVisible:!e.model.getters.getGridLinesVisibility(t)})},icon:"o-spreadsheet-Icon.SHOW_HIDE_GRID"},eS={name:e=>e.model.getters.shouldShowFormulas()?"Hide formulas":Xt("Show formulas"),execute:e=>e.model.dispatch("SET_FORMULA_VISIBILITY",{show:!e.model.getters.shouldShowFormulas()}),isReadonlyAllowed:!0,icon:"o-spreadsheet-Icon.SHOW_HIDE_FORMULA"},tS={name:e=>rS(e)?Xt("Remove selected filters"):Xt("Create filter"),isActive:e=>rS(e),isEnabled:e=>!aS(e),execute:e=>function(e){if(rS(e))return void e.model.dispatch("REMOVE_FILTER_TABLE",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()});if(aS(e))return;e.model.selection.selectTableAroundSelection();const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();Tv(e,t,o)}(e),icon:"o-spreadsheet-Icon.FILTER_ICON_INACTIVE"},oS={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?Xt("Group column %s",rt(t.left)):Xt("Group columns %s - %s",rt(t.left),rt(t.right))},execute:e=>lS(e,"COL"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"COL",o);return Gl(e)&&!s.some((e=>e.start===o.left&&e.end===o.right))},icon:"o-spreadsheet-Icon.GROUP_COLUMNS"},sS={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?Xt("Group row %s",String(t.top+1)):Xt("Group rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>lS(e,"ROW"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"ROW",o);return Gl(e)&&!s.some((e=>e.start===o.top&&e.end===o.bottom))},icon:"o-spreadsheet-Icon.GROUP_ROWS"},nS={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?Xt("Ungroup column %s",rt(t.left)):Xt("Ungroup columns %s - %s",rt(t.left),rt(t.right))},execute:e=>cS(e,"COL"),icon:"o-spreadsheet-Icon.UNGROUP_COLUMNS"},iS={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?Xt("Ungroup row %s",String(t.top+1)):Xt("Ungroup rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>cS(e,"ROW"),icon:"o-spreadsheet-Icon.UNGROUP_ROWS"};function rS(e){const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();return e.model.getters.doesZonesContainFilter(t,o)}function aS(e){return!Nn(...e.model.getters.getSelectedZones())}function lS(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("GROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function cS(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("UNGROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function hS(e,t){const o=e.model.getters.getActiveSheetId(),s=e.model.getters.getSelectedZones();return 1===s.length&&e.model.getters.getHeaderGroupsInZone(o,t,s[0]).length>0}var dS=Object.freeze({__proto__:null,canUngroupHeaders:hS,createRemoveFilter:tS,freezeCurrentCol:Qb,freezeCurrentRow:Yb,freezeFirstCol:Xb,freezeFirstRow:qb,freezePane:$b,freezeSecondCol:Kb,freezeSecondRow:Zb,groupColumns:oS,groupRows:sS,hideCols:kb,hideRows:Bb,unFreezeCols:jb,unFreezePane:Gb,unFreezeRows:Wb,ungroupColumns:nS,ungroupRows:iS,unhideAllCols:Ub,unhideAllRows:zb,unhideCols:Vb,unhideRows:Hb,viewFormulas:eS,viewGridlines:Jb});const uS=new wa;uS.add("cut",{...Yl,sequence:10}).add("copy",{...Zl,sequence:20}).add("paste",{...jl,sequence:30}).add("paste_special",{...Xl,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...Kl,sequence:10}).addChild("paste_format_only",["paste_special"],{...Ql,sequence:20}).add("sort_columns",{...Av,name:e=>e.model.getters.getActiveCols().size>1?Xt("Sort columns"):Xt("Sort column"),sequence:50,separator:!0}).addChild("sort_ascending",["sort_columns"],{...Ov,sequence:10}).addChild("sort_descending",["sort_columns"],{...Fv,sequence:20}).add("add_column_before",{...sv,sequence:70}).add("add_column_after",{...rv,sequence:80}).add("delete_column",{...nc,sequence:90,icon:"o-spreadsheet-Icon.DELETE"}).add("clear_column",{...rc,sequence:100,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_columns",{...kb,sequence:105,separator:!0}).add("unhide_columns",{...Vb,sequence:106,separator:!0}).add("conditional_formatting",{...Ob,sequence:110,separator:!0}).add("group_columns",{sequence:120,...oS}).add("ungroup_columns",{sequence:130,...nS,isVisible:e=>hS(e,"COL")});const gS=new wa;gS.add("format_number_automatic",{...Vv,sequence:10}).add("format_number_plain_text",{...Uv,sequence:15,separator:!0}).add("format_number_number",{...Bv,sequence:20}).add("format_number_percent",{...zv,sequence:30,separator:!0}).add("format_number_currency",{...Gv,sequence:40}).add("format_number_currency_rounded",{...$v,sequence:50}).add("format_custom_currency",{...Zv,sequence:60,separator:!0}).add("format_number_date",{...Yv,sequence:70}).add("format_number_time",{...jv,sequence:80}).add("format_number_date_time",{...Xv,sequence:90}).add("format_number_duration",{...Kv,sequence:100,separator:!0}).add("more_formats",{...Qv,sequence:110});const pS={name:Xt("More formats"),icon:"o-spreadsheet-Icon.NUMBER_FORMATS",children:[()=>gS.getAll()]},mS=new wa;mS.add("cut",{...Yl,sequence:10}).add("copy",{...Zl,sequence:20}).add("paste",{...jl,sequence:30}).add("paste_special",{...Xl,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...Kl,sequence:10}).addChild("paste_format_only",["paste_special"],{...Ql,sequence:20}).add("add_row_before",{...Kf,sequence:50}).add("add_row_after",{...ev,sequence:60}).add("delete_row",{...tc,sequence:70,icon:"o-spreadsheet-Icon.DELETE"}).add("clear_row",{...sc,sequence:80,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_rows",{...Bb,sequence:85,separator:!0}).add("unhide_rows",{...Hb,sequence:86,separator:!0}).add("conditional_formatting",{...Ob,sequence:90,separator:!0}).add("group_rows",{sequence:100,...sS}).add("ungroup_rows",{sequence:110,...iS,isVisible:e=>hS(e,"ROW")});const fS=new wa;fS.add("file",{name:Xt("File"),sequence:10}).addChild("settings",["file"],{name:Xt("Settings"),sequence:100,execute:e=>e.openSidePanel("Settings"),icon:"o-spreadsheet-Icon.COG"}).add("edit",{name:Xt("Edit"),sequence:20}).addChild("undo",["edit"],{...Wl,sequence:10}).addChild("redo",["edit"],{...ql,sequence:20,separator:!0}).addChild("copy",["edit"],{...Zl,sequence:30}).addChild("cut",["edit"],{...Yl,sequence:40}).addChild("paste",["edit"],{...jl,sequence:50}).addChild("paste_special",["edit"],{...Xl,sequence:60,separator:!0}).addChild("paste_special_value",["edit","paste_special"],{...Kl,sequence:10}).addChild("paste_special_format",["edit","paste_special"],{...Ql,sequence:20}).addChild("find_and_replace",["edit"],{...Jl,sequence:65,separator:!0}).addChild("delete",["edit"],{name:Xt("Delete"),icon:"o-spreadsheet-Icon.DELETE",sequence:70}).addChild("edit_delete_cell_values",["edit","delete"],{...ec,sequence:10}).addChild("edit_delete_row",["edit","delete"],{...tc,sequence:20}).addChild("edit_delete_column",["edit","delete"],{...nc,sequence:30}).addChild("edit_delete_cell_shift_up",["edit","delete"],{...lc,sequence:40}).addChild("edit_delete_cell_shift_left",["edit","delete"],{...cc,sequence:50}).addChild("edit_unhide_columns",["edit"],{...Ub,sequence:80}).addChild("edit_unhide_rows",["edit"],{...zb,sequence:80}).add("view",{name:Xt("View"),sequence:30}).addChild("unfreeze_panes",["view"],{...Gb,sequence:4}).addChild("freeze_panes",["view"],{...$b,sequence:5}).addChild("unfreeze_rows",["view","freeze_panes"],{...Wb,sequence:5}).addChild("freeze_first_row",["view","freeze_panes"],{...qb,sequence:10}).addChild("freeze_second_row",["view","freeze_panes"],{...Zb,sequence:15}).addChild("freeze_current_row",["view","freeze_panes"],{...Yb,sequence:20,separator:!0}).addChild("unfreeze_columns",["view","freeze_panes"],{...jb,sequence:25}).addChild("freeze_first_col",["view","freeze_panes"],{...Xb,sequence:30}).addChild("freeze_second_col",["view","freeze_panes"],{...Kb,sequence:35}).addChild("freeze_current_col",["view","freeze_panes"],{...Qb,sequence:40}).addChild("group_headers",["view"],{name:Xt("Group"),sequence:15,separator:!0,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",isVisible:Gl}).addChild("group_columns",["view","group_headers"],{...oS,sequence:5}).addChild("ungroup_columns",["view","group_headers"],{...nS,isVisible:e=>hS(e,"COL"),sequence:10}).addChild("group_rows",["view","group_headers"],{...sS,sequence:15}).addChild("ungroup_rows",["view","group_headers"],{...iS,isVisible:e=>hS(e,"ROW"),sequence:20}).addChild("view_gridlines",["view"],{...Jb,sequence:15}).addChild("view_formulas",["view"],{...eS,sequence:20}).add("insert",{name:Xt("Insert"),sequence:40}).addChild("insert_row",["insert"],{...Xf,sequence:10}).addChild("insert_row_before",["insert","insert_row"],{...Qf,sequence:10}).addChild("insert_row_after",["insert","insert_row"],{...tv,sequence:20}).addChild("insert_column",["insert"],{...ov,sequence:20}).addChild("insert_column_before",["insert","insert_column"],{...nv,sequence:10}).addChild("insert_column_after",["insert","insert_column"],{...av,sequence:20}).addChild("insert_cell",["insert"],{...lv,sequence:43}).addChild("insert_cell_down",["insert","insert_cell"],{...cv,name:Xt("Shift down"),sequence:10}).addChild("insert_cell_right",["insert","insert_cell"],{...hv,name:Xt("Shift right"),sequence:20}).addChild("insert_sheet",["insert"],{...Ev,sequence:80,separator:!0}).addChild("insert_chart",["insert"],{...dv,sequence:50}).addChild("insert_image",["insert"],{...uv,sequence:55}).addChild("insert_function",["insert"],{...gv,sequence:60}).addChild("insert_function_sum",["insert","insert_function"],{...pv,sequence:0}).addChild("insert_function_average",["insert","insert_function"],{...mv,sequence:10}).addChild("insert_function_count",["insert","insert_function"],{...fv,sequence:20}).addChild("insert_function_max",["insert","insert_function"],{...vv,sequence:30}).addChild("insert_function_min",["insert","insert_function"],{...bv,sequence:40,separator:!0}).addChild("categorie_function_all",["insert","insert_function"],{...Sv,sequence:50}).addChild("categories_function_list",["insert","insert_function"],(()=>{const e=jf.content;return[...new Set(jf.getAll().map((e=>e.category)))].filter(Ie).sort().map(((t,o)=>{const s=Object.keys(e).filter((o=>e[o].category===t));return{name:t,children:wv(s)}}))})).addChild("insert_link",["insert"],{...Cv,separator:!0,sequence:70}).add("format",{name:Xt("Format"),sequence:50}).addChild("format_number",["format"],{...pS,name:Xt("Number"),sequence:10,separator:!0}).addChild("format_bold",["format"],{...lb,sequence:20}).addChild("format_italic",["format"],{...cb,sequence:30}).addChild("format_underline",["format"],{...hb,sequence:40}).addChild("format_strikethrough",["format"],{...db,sequence:50,separator:!0}).addChild("format_font_size",["format"],{...ub,sequence:60,separator:!0}).addChild("format_alignment",["format"],{...gb,sequence:70}).addChild("format_alignment_left",["format","format_alignment"],{...mb,sequence:10}).addChild("format_alignment_center",["format","format_alignment"],{...fb,sequence:20}).addChild("format_alignment_right",["format","format_alignment"],{...vb,sequence:30,separator:!0}).addChild("format_alignment_top",["format","format_alignment"],{...Sb,sequence:40}).addChild("format_alignment_middle",["format","format_alignment"],{...Cb,sequence:50}).addChild("format_alignment_bottom",["format","format_alignment"],{...Eb,sequence:60,separator:!0}).addChild("format_wrapping",["format"],{...wb,sequence:80,separator:!0}).addChild("format_wrapping_overflow",["format","format_wrapping"],{...xb,sequence:10}).addChild("format_wrapping_wrap",["format","format_wrapping"],{...Ib,sequence:20}).addChild("format_wrapping_clip",["format","format_wrapping"],{...Rb,sequence:30}).addChild("format_cf",["format"],{...Ob,sequence:90,separator:!0}).addChild("format_clearFormat",["format"],{..._b,sequence:100,separator:!0}).add("data",{name:Xt("Data"),sequence:60}).addChild("sort_range",["data"],{...Av,sequence:10,separator:!0}).addChild("sort_ascending",["data","sort_range"],{...Ov,sequence:10}).addChild("sort_descending",["data","sort_range"],{...Fv,sequence:20}).addChild("data_cleanup",["data"],{..._v,sequence:15}).addChild("remove_duplicates",["data","data_cleanup"],{...Mv,sequence:10}).addChild("trim_whitespace",["data","data_cleanup"],{...Nv,sequence:20}).addChild("split_to_columns",["data"],{...Pv,sequence:20}).addChild("data_validation",["data"],{name:Xt("Data Validation"),execute:e=>{e.openSidePanel("DataValidation")},icon:"o-spreadsheet-Icon.DATA_VALIDATION",sequence:30,separator:!0}).addChild("add_data_filter",["data"],{...Dv,sequence:40,separator:!0}).addChild("remove_data_filter",["data"],{...Lv,sequence:40,separator:!0});const vS=new class extends ki{addTransformation(e,t,o){for(let s of t)this.content[s]||(this.content[s]=new Map),this.content[s].set(e,o);return this}getTransformation(e,t){return this.content[e]&&this.content[e].get(t)}},bS={ArrowDown:"down",ArrowLeft:"left",ArrowRight:"right",ArrowUp:"up"};function SS(e,t){const o=bS[e.key];e.shiftKey?t.resizeAnchorZone(o,Tr(e)?"end":1):t.moveAnchorCell(o,Tr(e)?"end":1)}const CS=new Qn;lr`
279
+ `;class Sl extends t.Component{static template="o-spreadsheet-ChartFigure";static props={figure:Object,onFigureDeleted:Function};static components={};onDoubleClick(){this.env.model.dispatch("SELECT_FIGURE",{id:this.props.figure.id}),this.env.openSidePanel("ChartPanel")}get chartType(){return this.env.model.getters.getChartType(this.props.figure.id)}get chartComponent(){const e=this.chartType,t=vl.get(e);if(!t)throw new Error(`Component is not defined for type ${e}`);return t}}class Cl extends t.Component{static template="o-spreadsheet-ImageFigure";static props={figure:Object,onFigureDeleted:Function};static components={};get figureId(){return this.props.figure.id}get getImagePath(){return this.env.model.getters.getImagePath(this.figureId)}}function El(e,t){const o=le(t),s=e.getSheetViewDimension(),n=s.width,i=s.height;if(o.width>n){const e=n/o.width;o.width=n,o.height=o.height*e}if(o.height>i){const e=i/o.height;o.height=i,o.width=o.width*e}return o}const wl=new ki;function yl(e,t){return{id:"copy",name:Xt("Copy"),sequence:2,description:"Ctrl+C",execute:async()=>{t.model.dispatch("SELECT_FIGURE",{id:e}),t.model.dispatch("COPY"),await t.clipboard.write(t.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.COPY"}}function xl(e,t){return{id:"cut",name:Xt("Cut"),sequence:3,description:"Ctrl+X",execute:async()=>{t.model.dispatch("SELECT_FIGURE",{id:e}),t.model.dispatch("CUT"),await t.clipboard.write(t.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.CUT"}}function Il(e,t,o){return{id:"delete",name:Xt("Delete"),sequence:10,execute:()=>{o.model.dispatch("DELETE_FIGURE",{sheetId:o.model.getters.getActiveSheetId(),id:e}),t()},icon:"o-spreadsheet-Icon.DELETE"}}wl.add("chart",{Component:Sl,SidePanelComponent:"ChartPanel",menuBuilder:function(e,t,o){return Jn([{id:"edit",name:Xt("Edit"),sequence:1,execute:()=>{o.model.dispatch("SELECT_FIGURE",{id:e}),o.openSidePanel("ChartPanel")},icon:"o-spreadsheet-Icon.EDIT"},yl(e,o),xl(e,o),Il(e,t,o)])}}),wl.add("image",{Component:Cl,keepRatio:!0,minFigSize:20,borderWidth:0,menuBuilder:function(e,t,o){return Jn([yl(e,o),xl(e,o),{id:"reset_size",name:Xt("Reset size"),sequence:4,execute:async()=>{const t=o.model.getters.getImagePath(e),s=o.model.getters.getImageSize(e)??await(o.imageProvider?.getImageOriginalSize(t));if(!o.model.getters.getImageSize(e)){o.model.getters.getImage(e).size=s}const{height:n,width:i}=El(o.model.getters,s);o.model.dispatch("UPDATE_FIGURE",{sheetId:o.model.getters.getActiveSheetId(),id:e,height:n,width:i})},icon:"o-spreadsheet-Icon.REFRESH"},Il(e,t,o)])}});const Rl=(new ki).add("ADD_COLUMNS_ROWS",(function(e){const t=[];let o=e.base;"after"===e.position&&o++;for(let s=0;s<e.quantity;s++)t.push(s+o);return[{type:"REMOVE_COLUMNS_ROWS",dimension:e.dimension,elements:t,sheetId:e.sheetId}]})).add("REMOVE_COLUMNS_ROWS",(function(e){const t=[],o=[...e.elements].sort(((e,t)=>e-t));for(let s of ge(o)){const o=0===s[0]?0:s[0]-1,n=0===s[0]?"before":"after";t.push({type:"ADD_COLUMNS_ROWS",dimension:e.dimension,quantity:s.length,base:o,sheetId:e.sheetId,position:n})}return t})).add("ADD_MERGE",(function(e){return[{type:"REMOVE_MERGE",sheetId:e.sheetId,target:e.target}]})).add("REMOVE_MERGE",(function(e){return[{type:"ADD_MERGE",sheetId:e.sheetId,target:e.target}]})).add("CREATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetId}]})).add("DELETE_SHEET",(function(e){return[{type:"CREATE_SHEET",sheetId:e.sheetId,position:1}]})).add("DUPLICATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetIdTo}]})).add("CREATE_FIGURE",(function(e){return[{type:"DELETE_FIGURE",id:e.figure.id,sheetId:e.sheetId}]})).add("CREATE_CHART",(function(e){return[{type:"DELETE_FIGURE",id:e.id,sheetId:e.sheetId}]})).add("HIDE_COLUMNS_ROWS",(function(e){return[{type:"UNHIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]})).add("UNHIDE_COLUMNS_ROWS",(function(e){return[{type:"HIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]}));for(const mA of no.values())Rl.contains(mA)||Rl.add(mA,Tl);function Tl(e){return[e]}function Al(e){const t=e.model.dispatch("CUT");t.isSuccessful||t.isCancelledBecause("WrongCutSelection")&&e.raiseError(Xt("This operation is not allowed with multiple selections."))}const Ol={MergeIsDestructive:Xt("Merging these cells will only preserve the top-leftmost value. Merge anyway?"),MergeInFilter:Xt("You can't merge cells inside of an existing filter.")};function _l(e,t){const o=fl.getAll().find((t=>t.match(e.type)));if(!o)throw new Error("Unknown chart type.");return o.transformDefinition(e,t)}function Ml(e,t){let o=e;e.left!==e.right&&(o={...e,left:e.left+1});const s=[hn(o)],n=t.getActiveSheetId(),i=t.getCell({sheetId:n,col:e.left,row:e.top});if(1===Mn(e)&&i?.content)return{type:"scorecard",title:"",background:i.style?.fillColor||void 0,keyValue:hn(e),baselineMode:j,baselineColorUp:X,baselineColorDown:K};let r="";const a=t.getEvaluatedCellsInZone(n,{...o,bottom:o.top}),l=!!a.find((e=>e.type!==Qt.empty&&e.type!==Qt.number));if(l){const e=a.filter((e=>e.type!==Qt.error&&e.type!==Qt.empty)).map((e=>e.formattedValue)),t=e.splice(-1)[0];r=e.join(", "),t&&(r+=(r?" "+Xt("and")+" ":"")+t)}let c;e.left!==e.right&&(c=hn({...e,right:e.left}));const h=o.right===o.left?"none":"top";return cl(c?t.getRangeFromSheetXC(n,c):void 0,t)?{title:r,dataSets:s,labelsAsText:!1,stacked:!1,aggregated:!1,cumulative:!1,labelRange:c,type:"line",dataSetsHaveTitle:l,verticalAxisPosition:"left",legendPosition:h}:{title:r,dataSets:s,labelRange:c,type:"bar",stacked:!1,aggregated:!1,dataSetsHaveTitle:l,verticalAxisPosition:"left",legendPosition:h}}if(window.Chart){const fA=window.Chart?.DoughnutController;class vA extends fA{static id="gauge";static defaults={...fA.defaults,circumference:180,rotation:270};static overrides={aspectRatio:2,plugins:{legend:{display:!1},tooltip:{enabled:!1}}};get chartHeight(){return Math.abs(this.chart.chartArea.top-this.chart.chartArea.bottom)}get chartWidth(){return Math.abs(this.chart.chartArea.left-this.chart.chartArea.right)}get needleOptions(){const{config:e}=this.chart,t=e.options;return t?.needle||{}}get valueLabelOptions(){const{config:e}=this.chart,t=e.options;return t?.valueLabel||{}}get minValue(){return this.getDataset().minValue||0}getValueAngleInPercent(e){const t=this.getDataset().data||[],o=Math.max(...t),s=this.minValue;return(e-s)/(o-s)}drawValueLabel(e){const{ctx:t}=this.chart;!1!==this.valueLabelOptions.display&&(t.save(),t.beginPath(),t.fillStyle=e.valueLabel.backgroundColor,t.strokeStyle=e.valueLabel.borderColor,t.roundRect(e.valueLabel.rect.x,e.valueLabel.rect.y,e.valueLabel.rect.width,e.valueLabel.rect.height,e.valueLabel.borderRadius),t.stroke(),t.fill(),t.textAlign="center",t.textBaseline="middle",t.font=e.valueLabel.font,t.fillStyle=e.valueLabel.textColor,t.fillText(e.valueLabel.valueText,e.valueLabel.textPosition.x,e.valueLabel.textPosition.y),t.restore())}drawNeedle(e){const{ctx:t}=this.chart;!1!==this.needleOptions.display&&(t.save(),t.translate(e.needle.position.x,e.needle.position.y),t.rotate(-Math.PI/2+Math.PI*e.needle.percent),t.beginPath(),t.fillStyle=e.needle.backgroundColor,t.strokeStyle=e.needle.borderColor,t.ellipse(0,0,e.needle.width/2,e.needle.width/2,0,0,2*Math.PI),t.fill(),t.stroke(),t.closePath(),t.fillStyle=e.needle.backgroundColor,t.strokeStyle=e.needle.borderColor,t.beginPath(),t.moveTo(-e.needle.width/2,0),t.lineTo(0,10-e.needle.height),t.lineTo(+e.needle.width/2,0),t.closePath(),t.fill(),t.stroke(),t.restore())}computeRenderingParams(){const{ctx:e,config:t}=this.chart,o=t.options;o.layout=o.layout||{},o.layout.padding=o.layout.padding||{};const s=this.valueLabelOptions.formatter,n="function"==typeof s?s:e=>e,i=this.getDataset().value||0,r=n(i).toString(),a=this.getValueAngleInPercent(i),l=this.valueLabelOptions.font?.family||"Arial",c=this.valueLabelOptions.font?.size||0,h=`${c>=1?c:30}px ${l}`,d={right:0,left:0,top:0,bottom:0,...this.valueLabelOptions.padding};d.left=d.left>=0?d.left:10,d.right=d.right>=0?d.right:10,d.top=d.top>=0?d.top:10,d.bottom=d.bottom>=0?d.bottom:10;const u=this.chart.chartArea,g=this.offsetX||0,p=this.offsetY||0,m={x:(u.left+u.right)/2+g,y:(u.top+u.bottom)/2+p},f={x:m.x,y:m.y};e.save(),e.font=h;const v=e.measureText(r);e.restore();const b=v.fontBoundingBoxAscent-v.fontBoundingBoxDescent;return{needle:{borderColor:this.needleOptions.borderColor||"#000",backgroundColor:this.needleOptions.backgroundColor||"#000",width:this.needleOptions.width||10,height:Math.min(this.chartHeight,this.chartWidth/2),position:{x:f.x,y:f.y},percent:a},valueLabel:{textColor:this.valueLabelOptions.font?.color||"#FFF",backgroundColor:this.valueLabelOptions.backgroundColor||"#000",borderColor:this.valueLabelOptions.borderColor||"#000",borderRadius:this.valueLabelOptions.borderRadius||10,rect:{x:m.x-v.width/2-d.left,y:m.y+b/2+d.top,width:v.width+d.left+d.right,height:-(b+6+d.top+d.bottom)},valueText:r,textPosition:f,textHeight:b,font:h}}}draw(){super.draw();const e=this.computeRenderingParams();this.drawNeedle(e),this.drawValueLabel(e)}updateElements(e,t,o,s){super.updateElements(e,t,o,s);const n=this.getDataset(),i=this.getDataset().data,r=n.minValue,a=this.chart.options.rotation||0,l=this.chart.options.circumference||0;for(let t=0;t<i.length;t++){const o=0===t?r:i[t-1],n=this.getValueAngleInPercent(o),c=this.getValueAngleInPercent(i[t]),h=bA(a+l*n)-Math.PI/2,d=bA(a+l*c)-Math.PI/2,u=d-h,g=e[t],p={startAngle:h,endAngle:d,circumference:u};this.updateElement(g,t,p,s)}}}function bA(e){return e*Math.PI/180}window.Chart.register(vA)}function Nl(e,t){e.model.dispatch("CANCEL_EDITION"),e.model.dispatch("SET_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),format:t})}function Fl(e,t){e.model.dispatch("SET_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),style:t})}const Dl=async e=>Ll(e,"asValue");async function Ll(e,t){const o=e.model.getters.getClipboardTextContent(),s=await e.clipboard.readText();switch(s.status){case"ok":const n=e.model.getters.getSelectedZones();s&&s.content!==o?Ma(e,n,s.content,t):_a(e,n,t),e.model.getters.isCutOperation()&&"asValue"!==t&&await e.clipboard.write({[Jt.PlainText]:""});break;case"notImplemented":e.raiseError(Xt("Pasting from the context menu is not supported in this browser. Use keyboard shortcuts ctrl+c / ctrl+v instead."));break;case"permissionDenied":e.raiseError(Xt("Access to the clipboard denied by the browser. Please enable clipboard permission for this page in your browser settings."))}}const Pl=(e,t)=>{const o=t.model.getters.getActiveSheetId(),s=t.model.getters.getElementsFromSelection(e),n=t.model.getters.checkElementsIncludeAllVisibleHeaders(o,e,s),i=t.model.getters.checkElementsIncludeAllNonFrozenHeaders(o,e,s);return!n&&!i},kl=e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=Math.min(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.top,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"before",base:o,quantity:s,dimension:"ROW"})},Vl=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=Math.min(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.left,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"before",dimension:"COL",base:o,quantity:s})},Ul=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=Math.max(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.right,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"after",dimension:"COL",base:o,quantity:s})};const Bl=async e=>{if(e.imageProvider){const t=e.model.getters.getActiveSheetId(),o=e.model.uuidGenerator.uuidv4(),s=await async function(e){try{return await e.imageProvider.requestImage()}catch{return void e.raiseError(Xt("An unexpected error occurred during the image transfer"))}}(e);if(!s)throw new Error("No image provider was given to the environment");const n=El(e.model.getters,s.size),i=function(e,t){const{x:o,y:s}=e.getMainViewportCoordinates(),{scrollX:n,scrollY:i}=e.getActiveSheetScrollInfo(),r=e.getSheetViewDimension(),a=e.getVisibleRect(e.getActiveMainViewport()),l=Math.min(a.width,r.width-o),c=Math.min(a.height,r.height-s);return{x:o+n+Math.max(0,(l-t.width)/2),y:s+i+Math.max(0,(c-t.height)/2)}}(e.model.getters,n);e.model.dispatch("CREATE_IMAGE",{sheetId:t,figureId:o,position:i,size:n,definition:s})}},Hl=e=>{let{col:t,row:o}=e.model.getters.getActivePosition();e.model.dispatch("OPEN_CELL_POPOVER",{col:t,row:o,popoverType:"LinkEditor"})},zl=e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();return e.model.getters.doesZonesContainFilter(t,o)},Gl=e=>1===e.model.getters.getSelectedZones().length,$l=(e,t)=>{if(!Gl(e))return!1;const o="COL"===t?e.model.getters.getActiveCols():e.model.getters.getActiveRows(),s="COL"===t?e.model.getters.getActiveRows():e.model.getters.getActiveCols(),n=e.model.getters.getActiveSheetId(),i=vn(e.model.getters.getSelectedZone(),e.model.getters.getSheetZone(n));return Ue(o)&&(0===s.size||i)},Wl={name:Xt("Undo"),description:"Ctrl+Z",execute:e=>e.model.dispatch("REQUEST_UNDO"),isEnabled:e=>e.model.getters.canUndo(),icon:"o-spreadsheet-Icon.UNDO"},ql={name:Xt("Redo"),description:"Ctrl+Y",execute:e=>e.model.dispatch("REQUEST_REDO"),isEnabled:e=>e.model.getters.canRedo(),icon:"o-spreadsheet-Icon.REDO"},Zl={name:Xt("Copy"),description:"Ctrl+C",isReadonlyAllowed:!0,execute:async e=>{e.model.dispatch("COPY"),await e.clipboard.write(e.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.COPY"},Yl={name:Xt("Cut"),description:"Ctrl+X",execute:async e=>{Al(e),await e.clipboard.write(e.model.getters.getClipboardContent())},icon:"o-spreadsheet-Icon.CUT"},jl={name:Xt("Paste"),description:"Ctrl+V",execute:async e=>Ll(e),icon:"o-spreadsheet-Icon.PASTE"},Xl={name:Xt("Paste special"),isVisible:e=>!e.model.getters.isCutOperation(),icon:"o-spreadsheet-Icon.PASTE"},Kl={name:Xt("Paste as value"),description:"Ctrl+Shift+V",execute:Dl},Ql={name:Xt("Paste format only"),execute:e=>Ll(e,"onlyFormat")},Jl={name:Xt("Find and replace"),description:"Ctrl+H",isReadonlyAllowed:!0,execute:e=>{e.openSidePanel("FindAndReplace",{})},icon:"o-spreadsheet-Icon.FIND_AND_REPLACE"},ec={name:Xt("Delete values"),execute:e=>e.model.dispatch("DELETE_CONTENT",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()})},tc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Delete rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?Xt("Delete row %s",(t+1).toString()):Xt("Delete rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{let t=[...e.model.getters.getActiveRows()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.top;e<=o.bottom;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>Pl("ROW",e)},oc={...tc,isVisible:Gl},sc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Clear rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?Xt("Clear row %s",(t+1).toString()):Xt("Clear rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveRows()].map((o=>e.model.getters.getRowsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},nc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Delete columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?Xt("Delete column %s",rt(t)):Xt("Delete columns %s - %s",rt(t),rt(o))},execute:e=>{let t=[...e.model.getters.getActiveCols()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.left;e<=o.right;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>Pl("COL",e)},ic={...nc,isVisible:Gl},rc={name:e=>{if(e.model.getters.getSelectedZones().length>1)return Xt("Clear columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=Math.min(...s),o=Math.max(...s);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?Xt("Clear column %s",rt(t)):Xt("Clear columns %s - %s",rt(t),rt(o))},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveCols()].map((o=>e.model.getters.getColsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},ac={name:Xt("Delete cells"),isVisible:Gl},lc={name:Xt("Delete cell and shift up"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"ROW"});Oa(e,o)}},cc={name:Xt("Delete cell and shift left"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"COL"});Oa(e,o)}},hc={name:Xt("Merge cells"),isEnabled:e=>!dc(e),isActive:e=>uc(e),execute:e=>function(e){if(dc(e))return;const t=e.model.getters.getSelectedZones(),o=[t[t.length-1]],s=e.model.getters.getActiveSheetId();uc(e)?e.model.dispatch("REMOVE_MERGE",{sheetId:s,target:o}):function(e,t,o){const s=e.model.dispatch("ADD_MERGE",{sheetId:t,target:o});s.isCancelledBecause("MergeInFilter")?e.raiseError(Ol.MergeInFilter):s.isCancelledBecause("MergeIsDestructive")&&e.askConfirmation(Ol.MergeIsDestructive,(()=>{e.model.dispatch("ADD_MERGE",{sheetId:t,target:o,force:!0})}))}(e,s,o)}(e),icon:"o-spreadsheet-Icon.MERGE_CELL"};function dc(e){const t=e.model.getters.getSelectedZones(),{top:o,left:s,right:n,bottom:i}=e.model.getters.getSelectedZone(),{sheetId:r}=e.model.getters.getActivePosition(),{xSplit:a,ySplit:l}=e.model.getters.getPaneDivisions(r);return t.length>1||o===i&&s===n||s<a&&a<=n||o<l&&l<=i}function uc(e){if(!dc(e)){const t=e.model.getters.getSelectedZones(),{col:o,row:s,sheetId:n}=e.model.getters.getActivePosition(),i=e.model.getters.expandZone(n,On({col:o,row:s}));return vn(t[0],i)}return!1}var gc=Object.freeze({__proto__:null,clearCols:rc,clearRows:sc,copy:Zl,cut:Yl,deleteCellShiftLeft:cc,deleteCellShiftUp:lc,deleteCells:ac,deleteCol:ic,deleteCols:nc,deleteRow:oc,deleteRows:tc,deleteValues:ec,findAndReplace:Jl,mergeCells:hc,paste:jl,pasteSpecial:Xl,pasteSpecialFormat:Ql,pasteSpecialValue:Kl,redo:ql,undo:Wl});const pc=/(.*?)\((.*?)\)(.*)/,mc=["ANY","BOOLEAN","DATE","NUMBER","STRING","RANGE","RANGE<BOOLEAN>","RANGE<DATE>","RANGE<NUMBER>","RANGE<STRING>","META"];function fc(e,t=""){return function(e,t){let o=e.match(pc),s=o[1].trim();if(!s)throw new Error(`Function argument definition is missing a name: '${e}'.`);let n,i=[],r=!1,a=!1;for(let e of o[2].split(",")){const t=e.trim().toUpperCase();let o=mc.find((e=>t===e));o?i.push(o):"RANGE<ANY>"===t?i.push("RANGE"):"OPTIONAL"===t?r=!0:"REPEATING"===t?a=!0:t.startsWith("DEFAULT=")&&(n=e.trim().slice(8))}const l={name:s,description:t,type:i};r&&(l.optional=!0);a&&(l.repeating=!0);void 0!==n&&(l.default=!0,l.defaultValue=n);i.some((e=>e.startsWith("RANGE")))&&(l.acceptMatrix=!0);return l}(e,t)}function vc(e){let t=0,o=0,s=0;for(let n of e.args)t++,n.optional||n.repeating||n.default||o++,n.repeating&&s++;const n=e;return n.minArgRequired=o,n.maxArgPossible=s?1/0:t,n.nbrArgRepeating=s,n.getArgToFocus=function(e,t){if(!t)return e=>e;if(1===t)return t=>Math.min(t,e);const o=e-t;return e=>{if(e<=o)return e;return o+((e-o)%t||t)}}(t,s),n.hidden=e.hidden||!1,n}function bc(e,t){Io((()=>1===t.length||1===t[0].length),e)}function Sc(e,...t){if(t.every(po)){const o=t[0].length,s=t[0][0].length;for(const n of t)Io((()=>n.length===o&&n[0].length===s),e)}else if(t.some((e=>Array.isArray(e)&&(1!==e.length||1!==e[0].length))))throw new So(e)}function Cc(e,t){Io((()=>t>0),e)}function Ec(e,t){Io((()=>t.length===t[0].length),e)}function wc(e){const t=Array(e);for(let o=0;o<e;o++)t[o]=Array(e).fill(0),t[o][o]=1;return t}function yc(e){if(e.length!==e[0].length)throw new So(Xt("Function [[FUNCTION_NAME]] invert matrix error, only square matrices are invertible"));let t=1;const o=e.length,s=wc(o),n=e.map((e=>e.slice()));for(let e=0;e<o;e++){let i=n[e][e];if(0===i){for(let i=e+1;i<o;i++)if(0!=n[e][i]){xc(n,e,i),xc(s,e,i),t*=-1;break}if(i=n[e][e],0===i)return{determinant:0}}for(let t=0;t<o;t++)n[t][e]=n[t][e]/i,s[t][e]=s[t][e]/i;t*=i;for(let t=0;t<o;t++){if(t===e)continue;const i=n[e][t];for(let r=0;r<o;r++)n[r][t]-=i*n[r][e],s[r][t]-=i*s[r][e]}}return{inverted:s,determinant:t}}function xc(e,t,o){for(let s=0;s<e.length;s++){const n=e[s][t];e[s][t]=e[s][o],e[s][o]=n}}function Ic(e,t){if(e.length!==t[0].length)throw new So(Xt("Cannot multiply matrices : incompatible matrices size."));const o=e[0].length,s=t.length,n=e.length,i=Array(s);for(let r=0;r<s;r++){i[r]=Array(o);for(let s=0;s<o;s++){let o=0;for(let i=0;i<n;i++)o+=e[i][s]*t[r][i];i[r][s]=o}}return i}function Rc(e){if(!po(e))return e;if(1!==e.length||1!==e[0].length)throw new So(Xt("The value should be a scalar or a 1x1 matrix"));return e[0][0]}const Tc={description:Xt("Returns a result array constrained to a specific width and height."),args:[fc("input_range (any, range<any>)",Xt("The range to constrain.")),fc("rows (number)",Xt("The number of rows in the constrained array.")),fc("columns (number)",Xt("The number of columns in the constrained array."))],returns:["RANGE<ANY>"],compute:function(e,t,o){const s=rs(e),n=Fo(t?.value,this.locale),i=Fo(o?.value,this.locale);Cc(Xt("The rows argument (%s) must be strictly positive.",n.toString()),n),Cc(Xt("The columns argument (%s) must be strictly positive.",n.toString()),i);const r=Math.min(n,s[0].length);return jo(Math.min(i,s.length),r,((e,t)=>s[e][t]))},isExported:!1},Ac={description:Xt("Creates a new array from the selected columns in the existing range."),args:[fc("array (any, range<any>)",Xt("The array that contains the columns to be returned.")),fc("col_num (number, range<number>)",Xt("The first column index of the columns to be returned.")),fc("col_num2 (number, range<number>, repeating)",Xt("The columns indexes of the columns to be returned."))],returns:["RANGE<ANY>"],compute:function(e,...t){const o=rs(e),s=as(t,(e=>Fo(e?.value,this.locale)));Io((()=>s.every((e=>e>0&&e<=o.length))),Xt("The columns arguments must be between 1 and %s (got %s).",o.length.toString(),(s.find((e=>e<=0||e>o.length))||0).toString()));const n=Array(s.length);for(let e=0;e<s.length;e++){const t=s[e]-1;n[e]=o[t]}return n},isExported:!0},Oc={description:Xt("Creates a new array from the selected rows in the existing range."),args:[fc("array (any, range<any>)",Xt("The array that contains the rows to be returned.")),fc("row_num (number, range<number>)",Xt("The first row index of the rows to be returned.")),fc("row_num2 (number, range<number>, repeating)",Xt("The rows indexes of the rows to be returned."))],returns:["RANGE<ANY>"],compute:function(e,...t){const o=rs(e),s=as(t,(e=>Fo(e?.value,this.locale))),n=o.length;return Io((()=>s.every((e=>e>0&&e<=o[0].length))),Xt("The rows arguments must be between 1 and %s (got %s).",o[0].length.toString(),(s.find((e=>e<=0||e>o[0].length))||0).toString())),jo(n,s.length,((e,t)=>o[e][s[t]-1]))},isExported:!0},_c={description:Xt("Expands or pads an array to specified row and column dimensions."),args:[fc("array (any, range<any>)",Xt("The array to expand.")),fc("rows (number)",Xt("The number of rows in the expanded array. If missing, rows will not be expanded.")),fc("columns (number, optional)",Xt("The number of columns in the expanded array. If missing, columns will not be expanded.")),fc("pad_with (any, default=0)",Xt("The value with which to pad."))],returns:["RANGE<ANY>"],compute:function(e,t,o,s={value:0}){const n=rs(e),i=Fo(t?.value,this.locale),r=void 0!==o?Fo(o.value,this.locale):n.length;return Io((()=>i>=n[0].length),Xt("The rows arguments (%s) must be greater or equal than the number of rows of the array.",i.toString())),Io((()=>r>=n.length),Xt("The columns arguments (%s) must be greater or equal than the number of columns of the array.",r.toString())),jo(r,i,((e,t)=>e>=n.length||t>=n[e].length?s:n[e][t]))},isExported:!0},Mc={description:Xt("Flattens all the values from one or more ranges into a single column."),args:[fc("range (any, range<any>)",Xt("The first range to flatten.")),fc("range2 (any, range<any>, repeating)",Xt("Additional ranges to flatten."))],returns:["RANGE<ANY>"],compute:function(...e){return[as(e,(e=>void 0===e?{value:""}:e))]},isExported:!1},Nc={description:Xt("Calculates the frequency distribution of a range."),args:[fc("data (range<number>)",Xt("The array of ranges containing the values to be counted.")),fc("classes (number, range<number>)",Xt("The range containing the set of classes."))],returns:["RANGE<NUMBER>"],compute:function(e,t){const o=as([e],(e=>e.value)).filter((e=>"number"==typeof e)),s=as([t],(e=>e.value)).filter((e=>"number"==typeof e)),n=s.map(((e,t)=>({initialIndex:t,value:e,count:0}))).sort(((e,t)=>e.value-t.value));n.push({initialIndex:n.length,value:1/0,count:0});const i=o.sort(((e,t)=>e-t));let r=0;for(const e of i){for(;e>n[r].value&&r<n.length-1;)r++;n[r].count++}return[n.sort(((e,t)=>e.initialIndex-t.initialIndex)).map((e=>e.count))]},isExported:!0},Fc={description:Xt("Appends ranges horizontally and in sequence to return a larger array."),args:[fc("range1 (any, range<any>)",Xt("The first range to be appended.")),fc("range2 (any, range<any>, repeating)",Xt("Additional ranges to add to range1."))],returns:["RANGE<ANY>"],compute:function(...e){const t=Math.max(...e.map((e=>e?.[0]?.length??0))),o=[];for(const s of e){const e=rs(s);for(let s=0;s<e.length;s++){const n=Array(t).fill({value:null});for(let t=0;t<e[s].length;t++)n[t]=e[s][t];o.push(n)}}return o},isExported:!0},Dc={description:Xt("Returns the matrix determinant of a square matrix."),args:[fc("square_matrix (number, range<number>)",Xt("An range with an equal number of rows and columns representing a matrix whose determinant will be calculated."))],returns:["NUMBER"],compute:function(e){const t=Mo(e,"square_matrix");return Ec(Xt("The argument square_matrix must have the same number of columns and rows."),t),yc(t).determinant},isExported:!0},Lc={description:Xt("Returns the multiplicative inverse of a square matrix."),args:[fc("square_matrix (number, range<number>)",Xt("An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated."))],returns:["RANGE<NUMBER>"],compute:function(e){const t=Mo(e,"square_matrix");Ec(Xt("The argument square_matrix must have the same number of columns and rows."),t);const{inverted:o}=yc(t);if(!o)throw new So(Xt("The matrix is not invertible."));return o},isExported:!0},Pc={description:Xt("Calculates the matrix product of two matrices."),args:[fc("matrix1 (number, range<number>)",Xt("The first matrix in the matrix multiplication operation.")),fc("matrix2 (number, range<number>)",Xt("The second matrix in the matrix multiplication operation."))],returns:["RANGE<NUMBER>"],compute:function(e,t){const o=Mo(e,"matrix1"),s=Mo(t,"matrix2");return Io((()=>o.length===s[0].length),Xt("In [[FUNCTION_NAME]], the number of columns of the first matrix (%s) must be equal to the number of rows of the second matrix (%s).",o.length.toString(),s[0].length.toString())),Ic(o,s)},isExported:!0},kc={description:Xt("Calculates the sum of the products of corresponding entries in equal-sized ranges."),args:[fc("range1 (number, range<number>)",Xt("The first range whose entries will be multiplied with corresponding entries in the other ranges.")),fc("range2 (number, range<number>, repeating)",Xt("The other range whose entries will be multiplied with corresponding entries in the other ranges."))],returns:["NUMBER"],compute:function(...e){Sc(Xt("All the ranges must have the same dimensions."),...e);const t=e.map(rs);let o=0;for(let e=0;e<t[0].length;e++)for(let s=0;s<t[0][e].length;s++){if(!t.every((t=>"number"==typeof t[e][s].value)))continue;let n=1;for(const o of t)n*=Oo(o[e][s],this.locale);o+=n}return o},isExported:!0};function Vc(e,t,o){Sc("The arguments array_x and array_y must have the same dimensions.",e,t);const s=rs(e),n=rs(t);let i=!1,r=0;for(const e in s)for(const t in s[e]){const a=s[e][t].value,l=n[e][t].value;"number"==typeof a&&"number"==typeof l&&(i=!0,r+=o(a,l))}if(!i)throw new So(Xt("The arguments array_x and array_y must contain at least one pair of numbers."));return r}const Uc={description:Xt("Calculates the sum of the difference of the squares of the values in two array."),args:[fc("array_x (number, range<number>)",Xt("The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.")),fc("array_y (number, range<number>)",Xt("The array or range of values whose squares will be subtracted from the squares of corresponding entries in array_x and added together."))],returns:["NUMBER"],compute:function(e,t){return Vc(e,t,((e,t)=>e**2-t**2))},isExported:!0},Bc={description:Xt("Calculates the sum of the sum of the squares of the values in two array."),args:[fc("array_x (number, range<number>)",Xt("The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.")),fc("array_y (number, range<number>)",Xt("The array or range of values whose squares will be added to the squares of corresponding entries in array_x and added together."))],returns:["NUMBER"],compute:function(e,t){return Vc(e,t,((e,t)=>e**2+t**2))},isExported:!0},Hc={description:Xt("Calculates the sum of squares of the differences of values in two array."),args:[fc("array_x (number, range<number>)",Xt("The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.")),fc("array_y (number, range<number>)",Xt("The array or range of values that will be subtracted from corresponding entries in array_x, the result squared, and all such results added together."))],returns:["NUMBER"],compute:function(e,t){return Vc(e,t,((e,t)=>(e-t)**2))},isExported:!0},zc=!1,Gc=[fc("array (any, range<any>)",Xt("The array which will be transformed.")),fc("ignore (number, default=0)",Xt("The control to ignore blanks and errors. 0 (default) is to keep all values, 1 is to ignore blanks, 2 is to ignore errors, and 3 is to ignore blanks and errors.")),fc("scan_by_column (number, default=false)",Xt("Whether the array should be scanned by column. True scans the array by column and false (default) scans the array by row."))];function $c(e){const t=Math.trunc(e);if(0===t)return()=>!0;if(1===t)return e=>null!==e.value;if(2===t)return e=>!To(e.value);if(3===t)return e=>null!==e.value&&!To(e.value);throw new So(Xt("Argument ignore must be between 0 and 3"))}const Wc={description:Xt("Transforms a range of cells into a single column."),args:Gc,returns:["RANGE<ANY>"],compute:function(e,t={value:0},o={value:zc}){const s=rs(e),n=Oo(t.value,this.locale),i=(Uo(o.value)?s:Ko(s)).flat().filter($c(n));if(0===i.length)throw new wo(Xt("No results for the given arguments of TOCOL."));return[i]},isExported:!0},qc={description:Xt("Transforms a range of cells into a single row."),args:Gc,returns:["RANGE<ANY>"],compute:function(e,t={value:0},o={value:zc}){const s=rs(e),n=Oo(t.value,this.locale),i=(Uo(o.value)?s:Ko(s)).flat().filter($c(n)).map((e=>[e]));if(0===i.length||0===i[0].length)throw new wo(Xt("No results for the given arguments of TOROW."));return i},isExported:!0},Zc={description:Xt("Transposes the rows and columns of a range."),args:[fc("range (any, range<any>)",Xt("The range to be transposed."))],returns:["RANGE"],compute:function(e){const t=rs(e);return jo(t[0].length,t.length,((e,o)=>t[o][e]))},isExported:!0},Yc={description:Xt("Appends ranges vertically and in sequence to return a larger array."),args:[fc("range1 (any, range<any>)",Xt("The first range to be appended.")),fc("range2 (any, range<any>, repeating)",Xt("Additional ranges to add to range1."))],returns:["RANGE<ANY>"],compute:function(...e){const t=Math.max(...e.map((e=>rs(e).length))),o=e.reduce(((e,t)=>e+rs(t)[0].length),0),s=Array(t).fill([]).map((()=>Array(o).fill({value:0})));let n=0;for(const t of e){const e=rs(t);for(let t=0;t<e.length;t++)for(let o=0;o<e[t].length;o++)s[t][n+o]=e[t][o];n+=e[0].length}return s},isExported:!0},jc={description:Xt("Wraps the provided row or column of cells by columns after a specified number of elements to form a new array."),args:[fc("range (any, range<any>)",Xt("The range to wrap.")),fc("wrap_count (number)",Xt("The maximum number of cells for each column, rounded down to the nearest whole number.")),fc("pad_with (any, default=0)",Xt("The value with which to fill the extra cells in the range."))],returns:["RANGE<ANY>"],compute:function(e,t,o={value:0}){const s=rs(e),n=Fo(t?.value,this.locale);bc(Xt("Argument range must be a single row or column."),s);const i=s.flat();return jo(Math.ceil(i.length/n),n,((e,t)=>{const s=e*n+t;return s<i.length?i[s]:o}))},isExported:!0},Xc={description:Xt("Wraps the provided row or column of cells by rows after a specified number of elements to form a new array."),args:[fc("range (any, range<any>)",Xt("The range to wrap.")),fc("wrap_count (number)",Xt("The maximum number of cells for each row, rounded down to the nearest whole number.")),fc("pad_with (any, default=0)",Xt("The value with which to fill the extra cells in the range."))],returns:["RANGE<ANY>"],compute:function(e,t,o={value:0}){const s=rs(e),n=Fo(t?.value,this.locale);bc(Xt("Argument range must be a single row or column."),s);const i=s.flat(),r=Math.ceil(i.length/n);return jo(n,r,((e,t)=>{const s=t*n+e;return s<i.length?i[s]:o}))},isExported:!0};var Kc=Object.freeze({__proto__:null,ARRAY_CONSTRAIN:Tc,CHOOSECOLS:Ac,CHOOSEROWS:Oc,EXPAND:_c,FLATTEN:Mc,FREQUENCY:Nc,HSTACK:Fc,MDETERM:Dc,MINVERSE:Lc,MMULT:Pc,SUMPRODUCT:kc,SUMX2MY2:Uc,SUMX2PY2:Bc,SUMXMY2:Hc,TOCOL:Wc,TOROW:qc,TRANSPOSE:Zc,VSTACK:Yc,WRAPCOLS:jc,WRAPROWS:Xc});function Qc(e,t,o){const s=Math.abs(Oo(e?.value,o)),n=e?.format;if(void 0!==t){const e=t?.value;switch(e){case"k":return Vs(n,1e3,"k");case"m":return Vs(n,1e6,"m");case"b":return Vs(n,1e9,"b");default:throw new So(Xt("The formatting unit should be 'k', 'm' or 'b'."))}}return s<1e5?Vs(n,0,""):s<1e8?Vs(n,1e3,"k"):s<1e11?Vs(n,1e6,"m"):Vs(n,1e9,"b")}const Jc={description:Xt("Apply a large number format"),args:[fc("value (number)",Xt("The number.")),fc("unit (string, optional)",Xt("The formatting unit. Use 'k', 'm', or 'b' to force the unit"))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale),format:Qc(e,t,this.locale)}}};var eh=Object.freeze({__proto__:null,FORMAT_LARGE_NUMBER:Jc});function th(e,t){return Zo(e,((e,t)=>e+t),0,t)}const oh=/^-?[a-z0-9]+$/i,sh={description:Xt("Absolute value of a number."),args:[fc("value (number)",Xt("The number of which to return the absolute value."))],returns:["NUMBER"],compute:function(e){return Math.abs(Oo(e,this.locale))},isExported:!0},nh={description:Xt("Inverse cosine of a value, in radians."),args:[fc("value (number)",Xt("The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)<=1),Xt("The value (%s) must be between -1 and 1 inclusive.",t.toString())),Math.acos(t)},isExported:!0},ih={description:Xt("Inverse hyperbolic cosine of a number."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>t>=1),Xt("The value (%s) must be greater than or equal to 1.",t.toString())),Math.acosh(t)},isExported:!0},rh={description:Xt("Inverse cotangent of a value."),args:[fc("value (number)",Xt("The value for which to calculate the inverse cotangent."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},ah={description:Xt("Inverse hyperbolic cotangent of a value."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)>1),Xt("The value (%s) cannot be between -1 and 1 inclusive.",t.toString())),Math.log((t+1)/(t-1))/2},isExported:!0},lh={description:Xt("Inverse sine of a value, in radians."),args:[fc("value (number)",Xt("The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)<=1),Xt("The value (%s) must be between -1 and 1 inclusive.",t.toString())),Math.asin(t)},isExported:!0},ch={description:Xt("Inverse hyperbolic sine of a number."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic sine."))],returns:["NUMBER"],compute:function(e){return Math.asinh(Oo(e,this.locale))},isExported:!0},hh={description:Xt("Inverse tangent of a value, in radians."),args:[fc("value (number)",Xt("The value for which to calculate the inverse tangent."))],returns:["NUMBER"],compute:function(e){return Math.atan(Oo(e,this.locale))},isExported:!0},dh={description:Xt("Angle from the X axis to a point (x,y), in radians."),args:[fc("x (number)",Xt("The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.")),fc("y (number)",Xt("The y coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>0!==o||0!==s),Xt("Function [[FUNCTION_NAME]] caused a divide by zero error.")),Math.atan2(s,o)},isExported:!0},uh={description:Xt("Inverse hyperbolic tangent of a number."),args:[fc("value (number)",Xt("The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>Math.abs(t)<1),Xt("The value (%s) must be between -1 and 1 exclusive.",t.toString())),Math.atanh(t)},isExported:!0},gh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("value (number)",Xt("The value to round up to the nearest integer multiple of factor.")),fc("factor (number, default=1)",Xt("The number to whose multiples value will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>s>=0||o<=0),Xt("The factor (%s) must be positive when the value (%s) is positive.",s.toString(),o.toString())),{value:s?Math.ceil(o/s)*s:0,format:e?.format}},isExported:!0};function ph(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.ceil(e/t)*t:0===o?-Math.floor(Math.abs(e)/t)*t:-Math.ceil(Math.abs(e)/t)*t)}const mh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round up to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),fc("mode (number, default=0)",Xt("If number is negative, specifies the rounding direction. If 0 or blank, it is rounded towards zero. Otherwise, it is rounded away from zero."))],returns:["NUMBER"],compute:function(e,t={value:1},o={value:0}){const s=Oo(t,this.locale);return{value:ph(Oo(e,this.locale),s,Oo(o,this.locale)),format:e?.format}},isExported:!0},fh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round up to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(t,this.locale);return{value:ph(Oo(e,this.locale),o),format:e?.format}},isExported:!0},vh={description:Xt("Cosine of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the cosine of, in radians."))],returns:["NUMBER"],compute:function(e){return Math.cos(Oo(e,this.locale))},isExported:!0},bh={description:Xt("Hyperbolic cosine of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic cosine of."))],returns:["NUMBER"],compute:function(e){return Math.cosh(Oo(e,this.locale))},isExported:!0},Sh={description:Xt("Cotangent of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the cotangent of, in radians."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.tan(t)},isExported:!0},Ch={description:Xt("Hyperbolic cotangent of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic cotangent of."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.tanh(t)},isExported:!0},Eh={description:Xt("Number of empty values."),args:[fc("value1 (any, range)",Xt("The first value or range in which to count the number of blanks.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges in which to count the number of blanks."))],returns:["NUMBER"],compute:function(...e){return qo(e,((e,t)=>void 0===t||null===t.value||""===t.value?e+1:e),0)},isExported:!0},wh={description:Xt("A conditional count across a range."),args:[fc("range (range)",Xt("The range that is tested against criterion.")),fc("criterion (string)",Xt("The pattern or test to apply to range."))],returns:["NUMBER"],compute:function(...e){let t=0;return ts(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},yh={description:Xt("Count values depending on multiple criteria."),args:[fc("criteria_range1 (range)",Xt("The range to check against criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("Additional criteria to check."))],returns:["NUMBER"],compute:function(...e){let t=0;return ts(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0};function xh(e){if(void 0===e)return!1;const{value:t}=e;return null!==t&&""!==t}const Ih={description:Xt("Counts number of unique values in a range."),args:[fc("value1 (any, range)",Xt("The first value or range to consider for uniqueness.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider for uniqueness."))],returns:["NUMBER"],compute:function(...e){return qo(e,((e,t)=>xh(t)?e.add(t?.value):e),new Set).size}},Rh={description:Xt("Counts number of unique values in a range, filtered by a set of criteria."),args:[fc("range (range)",Xt("The range of cells from which the number of unique values will be counted.")),fc("criteria_range1 (range)",Xt("The range of cells over which to evaluate criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){let o=new Set;return ts(t,((t,s)=>{const n=e[t][s];xh(n)&&o.add(n.value)}),this.locale),o.size}},Th={description:Xt("Cosecant of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the cosecant of, in radians."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.sin(t)},isExported:!0},Ah={description:Xt("Hyperbolic cosecant of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic cosecant of."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),1/Math.sinh(t)},isExported:!0},Oh={description:Xt("Converts from another base to decimal."),args:[fc("value (string)",Xt("The number to convert.")),fc("base (number)",Xt("The base to convert the value from."))],returns:["NUMBER"],compute:function(e,t){let o=Oo(t,this.locale);o=Math.floor(o),Io((()=>2<=o&&o<=36),Xt("The base (%s) must be between 2 and 36 inclusive.",o.toString()));const s=Po(e);if(""===s)return 0;Io((()=>!!oh.test(s)),Xt("The value (%s) must be a valid base %s representation.",s,o.toString()));const n=parseInt(s,o);return Io((()=>!isNaN(n)),Xt("The value (%s) must be a valid base %s representation.",s,o.toString())),n},isExported:!0},_h={description:Xt("Converts an angle value in radians to degrees."),args:[fc("angle (number)",Xt("The angle to convert from radians to degrees."))],returns:["NUMBER"],compute:function(e){return 180*Oo(e,this.locale)/Math.PI},isExported:!0},Mh={description:Xt("Euler's number, e (~2.718) raised to a power."),args:[fc("value (number)",Xt("The exponent to raise e."))],returns:["NUMBER"],compute:function(e){return Math.exp(Oo(e,this.locale))},isExported:!0},Nh={description:Xt("Rounds number down to nearest multiple of factor."),args:[fc("value (number)",Xt("The value to round down to the nearest integer multiple of factor.")),fc("factor (number, default=1)",Xt("The number to whose multiples value will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>s>=0||o<=0),Xt("The factor (%s) must be positive when the value (%s) is positive.",s.toString(),o.toString())),{value:s?Math.floor(o/s)*s:0,format:e?.format}},isExported:!0};function Fh(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.floor(e/t)*t:0===o?-Math.ceil(Math.abs(e)/t)*t:-Math.floor(Math.abs(e)/t)*t)}const Dh={description:Xt("Rounds number down to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round down to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),fc("mode (number, default=0)",Xt("If number is negative, specifies the rounding direction. If 0 or blank, it is rounded away from zero. Otherwise, it is rounded towards zero."))],returns:["NUMBER"],compute:function(e,t={value:1},o={value:0}){const s=Oo(t,this.locale);return{value:Fh(Oo(e,this.locale),s,Oo(o,this.locale)),format:e?.format}},isExported:!0},Lh={description:Xt("Rounds number down to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round down to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Oo(t,this.locale);return{value:Fh(Oo(e,this.locale),o),format:e?.format}},isExported:!0},Ph={description:Xt("Whether the provided value is even."),args:[fc("value (number)",Xt("The value to be verified as even."))],returns:["BOOLEAN"],compute:function(e){const t=No(e,this.locale);return!(1&Math.floor(Math.abs(t)))},isExported:!0},kh={description:Xt("Rounds number up to nearest multiple of factor."),args:[fc("number (number)",Xt("The value to round up to the nearest integer multiple of significance.")),fc("significance (number, default=1)",Xt("The number to whose multiples number will be rounded."))],returns:["NUMBER"],compute:function(e,t={value:1}){return{value:ph(Oo(e,this.locale),Oo(t,this.locale)),format:e?.format}},isExported:!0},Vh={description:Xt("Whether the provided value is even."),args:[fc("value (number)",Xt("The value to be verified as even."))],returns:["BOOLEAN"],compute:function(e){const t=No(e,this.locale);return!!(1&Math.floor(Math.abs(t)))},isExported:!0},Uh={description:Xt("The logarithm of a number, base e (euler's number)."),args:[fc("value (number)",Xt("The value for which to calculate the logarithm, base e."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>t>0),Xt("The value (%s) must be strictly positive.",t.toString())),Math.log(t)},isExported:!0};function Bh(e,t){Io((()=>0!==t),Xt("The divisor must be different from 0."));const o=e%t;return o>0&&t<0||o<0&&t>0?o+t:o}const Hh={description:Xt("Modulo (remainder) operator."),args:[fc("dividend (number)",Xt("The number to be divided to find the remainder.")),fc("divisor (number)",Xt("The number to divide by."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(t,this.locale);return{value:Bh(Oo(e,this.locale),o),format:e?.format}},isExported:!0},zh={description:Xt("Returns a n x n unit matrix, where n is the input dimension."),args:[fc("dimension (number)",Xt("An integer specifying the dimension size of the unit matrix. It must be positive."))],returns:["RANGE<NUMBER>"],compute:function(e){const t=Fo(e,this.locale);return Cc(Xt("The argument dimension must be positive"),t),wc(t)},isExported:!0},Gh={description:Xt("Rounds a number up to the nearest odd integer."),args:[fc("value (number)",Xt("The value to round to the next greatest odd number."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);let o=Math.ceil(Math.abs(t));return o=1&o?o:o+1,{value:t<0?-o:o,format:e?.format}},isExported:!0},$h={description:Xt("The number pi."),args:[],returns:["NUMBER"],compute:function(){return Math.PI},isExported:!0},Wh={description:Xt("A number raised to a power."),args:[fc("base (number)",Xt("The number to raise to the exponent power.")),fc("exponent (number)",Xt("The exponent to raise base to."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Oo(t,this.locale);return Io((()=>o>=0||Number.isInteger(s)),Xt("The exponent (%s) must be an integer when the base is negative.",s.toString())),{value:Math.pow(o,s),format:e?.format}},isExported:!0},qh={description:Xt("Result of multiplying a series of numbers together."),args:[fc("factor1 (number, range<number>)",Xt("The first number or range to calculate for the product.")),fc("factor2 (number, range<number>, repeating)",Xt("More numbers or ranges to calculate for the product."))],returns:["NUMBER"],compute:function(...e){let t=0,o=1;for(let s of e)if(po(s))for(let e of s)for(let s of e){const e=s.value;if("number"==typeof e&&(o*=e,t+=1),To(e))throw s}else void 0!==s&&null!==s.value&&(o*=No(s,this.locale),t+=1);return{value:0===t?0:o,format:Ro(e[0])}},isExported:!0},Zh={description:Xt("A random number between 0 inclusive and 1 exclusive."),args:[],returns:["NUMBER"],compute:function(){return Math.random()},isExported:!0},Yh={description:Xt("Returns a grid of random numbers between 0 inclusive and 1 exclusive."),args:[fc("rows (number, default=1)",Xt("The number of rows to be returned.")),fc("columns (number, default=1)",Xt("The number of columns to be returned.")),fc("min (number, default=0)",Xt("The minimum number you would like returned.")),fc("max (number, default=1)",Xt("The maximum number you would like returned.")),fc("whole_number (number, default=FALSE)",Xt("Return a whole number or a decimal value."))],returns:["RANGE<NUMBER>"],compute:function(e={value:1},t={value:1},o={value:0},s={value:1},n={value:!1}){const i=Fo(t,this.locale),r=Fo(e,this.locale),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Uo(n);Cc(Xt("The number columns (%s) must be positive.",i.toString()),i),Cc(Xt("The number rows (%s) must be positive.",r.toString()),r),Io((()=>a<=l),Xt("The maximum (%s) must be greater than or equal to the minimum (%s).",l.toString(),a.toString())),c&&Io((()=>Number.isInteger(a)&&Number.isInteger(l)),Xt("The maximum (%s) and minimum (%s) must be integers when whole_number is TRUE.",l.toString(),a.toString()));const h=Array(i);for(let e=0;e<i;e++){h[e]=Array(r);for(let t=0;t<r;t++)h[e][t]=c?Math.floor(Math.random()*(l-a+1)+a):a+Math.random()*(l-a)}return h},isExported:!0},jh={description:Xt("Random integer between two values, inclusive."),args:[fc("low (number)",Xt("The low end of the random range.")),fc("high (number)",Xt("The high end of the random range."))],returns:["NUMBER"],compute:function(e,t){let o=Oo(e,this.locale);Number.isInteger(o)||(o=Math.ceil(o));let s=Oo(t,this.locale);return Number.isInteger(s)||(s=Math.floor(s)),Io((()=>o<=s),Xt("The high (%s) must be greater than or equal to the low (%s).",s.toString(),o.toString())),{value:o+Math.ceil((s-o+1)*Math.random())-1,format:e?.format}},isExported:!0},Xh={description:Xt("Rounds a number according to standard rules."),args:[fc("value (number)",Xt("The value to round to places number of places.")),fc("places (number, default=0)",Xt("The number of decimal places to which to round."))],returns:["NUMBER"],compute:function(e,t={value:0}){const o=Oo(e,this.locale);let s=Oo(t,this.locale);const n=Math.abs(o);let i;return 0===s?i=Math.round(n):(Number.isInteger(s)||(s=Math.trunc(s)),i=Math.round(n*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?i:-i,format:e?.format}},isExported:!0},Kh={description:Xt("Rounds down a number."),args:[fc("value (number)",Xt("The value to round to places number of places, always rounding down.")),fc("places (number, default=0)",Xt("The number of decimal places to which to round."))],returns:["NUMBER"],compute:function(e,t={value:0}){const o=Oo(e,this.locale);let s=Oo(t,this.locale);const n=Math.abs(o);let i;return 0===s?i=Math.floor(n):(Number.isInteger(s)||(s=Math.trunc(s)),i=Math.floor(n*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?i:-i,format:e?.format}},isExported:!0},Qh={description:Xt("Rounds up a number."),args:[fc("value (number)",Xt("The value to round to places number of places, always rounding up.")),fc("places (number, default=0)",Xt("The number of decimal places to which to round."))],returns:["NUMBER"],compute:function(e,t={value:0}){const o=Oo(e,this.locale);let s=Oo(t,this.locale);const n=Math.abs(o);let i;return 0===s?i=Math.ceil(n):(Number.isInteger(s)||(s=Math.trunc(s)),i=Math.ceil(n*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?i:-i,format:e?.format}},isExported:!0},Jh={description:Xt("Secant of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the secant of, in radians."))],returns:["NUMBER"],compute:function(e){return 1/Math.cos(Oo(e,this.locale))},isExported:!0},ed={description:Xt("Hyperbolic secant of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic secant of."))],returns:["NUMBER"],compute:function(e){return 1/Math.cosh(Oo(e,this.locale))},isExported:!0},td={description:Xt("Sine of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the sine of, in radians."))],returns:["NUMBER"],compute:function(e){return Math.sin(Oo(e,this.locale))},isExported:!0},od={description:Xt("Hyperbolic sine of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic sine of."))],returns:["NUMBER"],compute:function(e){return Math.sinh(Oo(e,this.locale))},isExported:!0},sd={description:Xt("Positive square root of a positive number."),args:[fc("value (number)",Xt("The number for which to calculate the positive square root."))],returns:["NUMBER"],compute:function(e){const t=Oo(e,this.locale);return Io((()=>t>=0),Xt("The value (%s) must be positive or null.",t.toString())),{value:Math.sqrt(t),format:e?.format}},isExported:!0},nd={description:Xt("Sum of a series of numbers and/or cells."),args:[fc("value1 (number, range<number>)",Xt("The first number or range to add together.")),fc("value2 (number, range<number>, repeating)",Xt("Additional numbers or ranges to add to value1."))],returns:["NUMBER"],compute:function(...e){const t=e[0];return{value:th(e,this.locale),format:Ro(t)}},isExported:!0},id={description:Xt("A conditional sum across a range."),args:[fc("criteria_range (range)",Xt("The range which is tested against criterion.")),fc("criterion (string)",Xt("The pattern or test to apply to range.")),fc("sum_range (range, default=criteria_range)",Xt("The range to be summed, if different from range."))],returns:["NUMBER"],compute:function(e,t,o){void 0===o&&(o=e);let s=0;return ts([e,t],((e,t)=>{const n=o[e][t].value;"number"==typeof n&&(s+=n)}),this.locale),s},isExported:!0},rd={description:Xt("Sums a range depending on multiple criteria."),args:[fc("sum_range (range)",Xt("The range to sum.")),fc("criteria_range1 (range)",Xt("The range to check against criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges to check.")),fc("criterion2 (string, repeating)",Xt("Additional criteria to check."))],returns:["NUMBER"],compute:function(e,...t){let o=0;return ts(t,((t,s)=>{const n=e[t][s].value;"number"==typeof n&&(o+=n)}),this.locale),o},isExported:!0},ad={description:Xt("Tangent of an angle provided in radians."),args:[fc("angle (number)",Xt("The angle to find the tangent of, in radians."))],returns:["NUMBER"],compute:function(e){return Math.tan(Oo(e,this.locale))},isExported:!0},ld={description:Xt("Hyperbolic tangent of any real number."),args:[fc("value (number)",Xt("Any real value to calculate the hyperbolic tangent of."))],returns:["NUMBER"],compute:function(e){return Math.tanh(Oo(e,this.locale))},isExported:!0};function cd(e,t){return 0===t?Math.trunc(e):(Number.isInteger(t)||(t=Math.trunc(t)),Math.trunc(e*Math.pow(10,t))/Math.pow(10,t))}const hd={description:Xt("Truncates a number."),args:[fc("value (number)",Xt("The value to be truncated.")),fc("places (number, default=0)",Xt("The number of significant digits to the right of the decimal point to retain."))],returns:["NUMBER"],compute:function(e,t={value:0}){return{value:cd(Oo(e,this.locale),Oo(t,this.locale)),format:e?.format}},isExported:!0},dd={description:Xt("Rounds a number down to the nearest integer that is less than or equal to it."),args:[fc("value (number)",Xt("The number to round down to the nearest integer."))],returns:["NUMBER"],compute:function(e){return Math.floor(Oo(e,this.locale))},isExported:!0};var ud=Object.freeze({__proto__:null,ABS:sh,ACOS:nh,ACOSH:ih,ACOT:rh,ACOTH:ah,ASIN:lh,ASINH:ch,ATAN:hh,ATAN2:dh,ATANH:uh,CEILING:gh,CEILING_MATH:mh,CEILING_PRECISE:fh,COS:vh,COSH:bh,COT:Sh,COTH:Ch,COUNTBLANK:Eh,COUNTIF:wh,COUNTIFS:yh,COUNTUNIQUE:Ih,COUNTUNIQUEIFS:Rh,CSC:Th,CSCH:Ah,DECIMAL:Oh,DEGREES:_h,EXP:Mh,FLOOR:Nh,FLOOR_MATH:Dh,FLOOR_PRECISE:Lh,INT:dd,ISEVEN:Ph,ISODD:Vh,ISO_CEILING:kh,LN:Uh,MOD:Hh,MUNIT:zh,ODD:Gh,PI:$h,POWER:Wh,PRODUCT:qh,RAND:Zh,RANDARRAY:Yh,RANDBETWEEN:jh,ROUND:Xh,ROUNDDOWN:Kh,ROUNDUP:Qh,SEC:Jh,SECH:ed,SIN:td,SINH:od,SQRT:sd,SUM:nd,SUMIF:id,SUMIFS:rd,TAN:ad,TANH:ld,TRUNC:hd});function gd(...e){const t=e[0].length;e.forEach(((e,o)=>Io((()=>e.length===t),Xt("[[FUNCTION_NAME]] has mismatched dimensions for argument %s (%s vs %s).",o.toString(),t.toString(),e.length.toString()))))}function pd(e,t){let o=0;const s=Zo(e,((e,t)=>(o+=1,e+t)),0,t);return Io((()=>0!==o),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),s/o}function md(e,t){let o=0;for(let s of e)if(po(s))for(let e of s)for(let t of e)"number"==typeof t.value&&(o+=1);else{const e=s?.value;To(e)||"string"==typeof e&&!Gt(e,t)&&!At(e,t)||(o+=1)}return o}function fd(e){return qo(e,((e,t)=>void 0!==t&&null!==t.value?e+1:e),0)}function vd(e,t){const o=Zo(e,((e,t)=>e<t?t:e),-1/0,t);return o===-1/0?0:o}function bd(e,t){const o=Zo(e,((e,t)=>t<e?t:e),1/0,t);return o===1/0?0:o}function Sd(e,t){const o=[],s=[];let n=0,i=0;Go([e],(e=>{o.push(e),n+=1})),Go([t],(e=>{s.push(e),i+=1})),Io((()=>n===i),Xt("[[FUNCTION_NAME]] has mismatched argument count %s vs %s.",n,i));const r=[],a=[];for(let e=0;e<n;e++){const t=o[e]?.value,n=s[e]?.value;"number"==typeof t&&"number"==typeof n&&(a.push(t),r.push(n))}return{flatDataX:r,flatDataY:a}}function Cd(e,t,o){const{flatDataX:s,flatDataY:n}=Sd(e,t),i=n.length;Io((()=>0!==i&&(!o||1!==i)),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));let r=0,a=0;for(let e=0;e<i;e++)r+=n[e],a+=s[e];const l=r/i,c=a/i;let h=0;for(let e=0;e<i;e++)h+=(n[e]-l)*(s[e]-c);return h/(i-(o?1:0))}function Ed(e,t,o,s){let n=0,i=0;const r=o?Yo:Zo;i=r(e,((e,t)=>(n+=1,e+t)),0,s),Io((()=>0!==n&&(!t||1!==n)),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const a=i/n;return r(e,((e,t)=>e+Math.pow(t-a,2)),0,s)/(n-(t?1:0))}function wd(e,t,o,s){const n=Oo(t,s);Io((()=>o?0<=n&&n<=1:0<n&&n<1),Xt("Function [[FUNCTION_NAME]] parameter 2 value is out of range."));let i,r=[],a=0;return Go(e,(e=>{const t=e?.value;"number"==typeof t&&(i=os(r,e,"nextSmaller","asc",r.length,((e,t)=>e[t])),r.splice(i+1,0,t),a++)})),Io((()=>0!==a),Xt("[[FUNCTION_NAME]] has no valid input data.")),o||Io((()=>1/(a+1)<=n&&n<=a/(a+1)),Xt("Function [[FUNCTION_NAME]] parameter 2 value is out of range.")),qt(r,n,o)}function yd(e,t,o){const s=e[0].length?e:[ue(1,t.flat().length+1)],n=s.length;let i=o[0].length?o:s;return i=i.length===n?Ko(i):i,{_X:s,_newX:i}}function xd(e,t,o=!0,s=!1){const n=t.flat(),i=n.length;let{_X:r}=yd(e,t,[[]]);r=r.length===i?Ko(r):r.slice(),gd(r[0],n);const a=r.length,l=i-a-(o?1:0),c=[n],h=Ko(r.reverse());let d=[];for(let e=0;e<a;e++)if(d.push(0),o){for(const t of r[e])d[e]+=t;d[e]/=i}let u=0;if(o){for(const e of n)u+=e;u/=i}const g=h.map((e=>e.map(((e,t)=>e-d[t]))));o&&h.forEach((e=>e.push(1)));const p=Rd(h,c);if(o||p.push([0]),!s)return p;const m=Ic(g,Ko(g)),{inverted:f}=yc(m);if(void 0===f)throw new So(Xt("Matrix is not invertible"));let v=0,b=0;for(let e=0;e<i;e++){const t=n[e]-u;let o=0;for(let t=0;t<a;t++){o+=g[e][t]*p[t][0]}const s=t-o;v+=s*s,b+=o*o}const S=Math.sqrt(v/l),C=b/(b+v),E=b/a/(v/l),w=[];for(let e=0;e<a;e++)w.push(S*Math.sqrt(f[e][e]));if(o){const e=Ic(f,[d]),t=Ic(Ko([d]),e);w.push(S*Math.sqrt(t[0][0]+1/n.length))}const y=[[p[0][0],w[0],C,E,b],[p[1][0],w[1],S,l,v]];for(let e=2;e<a;e++)y.push([p[e][0],w[e],"","",""]);return o?y.push([p[a][0],w[a],"","",""]):y.push([0,"","","",""]),y}function Id(e,t,o,s){gd(t,e),Io((()=>o>=1),Xt("Function [[FUNCTION_NAME]] A regression of order less than 1 cannot be possible."));const n=[e],i=t.map((e=>ue(0,o).map((t=>Math.pow(e,o-t)))));s&&i.forEach((e=>e.push(1)));const r=Rd(i,n);return s||r.push([0]),r}function Rd(e,t){const o=Ic(e,Ko(e)),{inverted:s}=yc(o);if(void 0===s)throw new So(Xt("Matrix is not invertible"));const n=Ic(e,t);return Ko(Ic(s,n))}function Td(e){return e.map((e=>e.map((e=>Math.log(e)))))}function Ad(e,t,o,s){const{_X:n,_newX:i}=yd(t,e,o),r=xd(n,e,s,!1),a=r.length-1,l=i.map((e=>{let t=0;for(let o=0;o<a;o++)t+=r[o][0]*e[a-o-1];return t+=r[a][0],[t]}));return l.length===o.length?l:Ko(l)}const Od={description:Xt("Average magnitude of deviations from mean."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){let t=0;const o=Zo(e,((e,o)=>(t+=1,e+o)),0,this.locale);Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const s=o/t;return Zo(e,((e,t)=>e+Math.abs(s-t)),0,this.locale)/t},isExported:!0},_d={description:Xt("Numerical average value in a dataset, ignoring text."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the average value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the average value."))],returns:["NUMBER"],compute:function(...e){return{value:pd(e,this.locale),format:Ro(e[0])}},isExported:!0},Md=Xt("[[FUNCTION_NAME]] has mismatched range sizes."),Nd=Xt("[[FUNCTION_NAME]] expects the weight to be positive or equal to 0."),Fd={description:Xt("Weighted average."),args:[fc("values (number, range<number>)",Xt("Values to average.")),fc("weights (number, range<number>)",Xt("Weights for each corresponding value.")),fc("additional_values (number, range<number>, repeating)",Xt("Additional values to average.")),fc("additional_weights (number, range<number>, repeating)",Xt("Additional weights."))],returns:["NUMBER"],compute:function(...e){let t=0,o=0;for(let s=0;s<e.length-1;s+=2){const n=e[s],i=e[s+1];if(Sc(Md,n,i),po(n))for(let e=0;e<n.length;e++)for(let s=0;s<n[0].length;s++){const r=n[e][s].value,a=po(i)?i?.[e][s].value:Oo(i,this.locale),l="number"==typeof r,c="number"==typeof a;l&&c?(Io((()=>a>=0),Nd),t+=r*a,o+=a):Io((()=>l===c),Xt("[[FUNCTION_NAME]] expects number values."))}else{const e=Oo(n,this.locale),s=po(i)?i?.[0][0].value:Oo(i,this.locale);"number"==typeof s&&(Io((()=>s>=0),Nd),t+=e*s,o+=s)}}return Io((()=>0!==o),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),{value:t/o,format:Ro(e[0])}}},Dd={description:Xt("Numerical average value in a dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the average value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the average value."))],returns:["NUMBER"],compute:function(...e){let t=0;const o=Yo(e,((e,o)=>(t+=1,e+o)),0,this.locale);return Io((()=>0!==t),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),{value:o/t,format:Ro(e[0])}},isExported:!0},Ld={description:Xt("Average of values depending on criteria."),args:[fc("criteria_range (number, range<number>)",Xt("The range to check against criterion.")),fc("criterion (string)",Xt("The pattern or test to apply to criteria_range.")),fc("average_range (number, range<number>, default=criteria_range)",Xt("The range to average. If not included, criteria_range is used for the average instead."))],returns:["NUMBER"],compute:function(e,t,o){const s=rs(void 0===o?e:o);let n=0,i=0;return ts([e,t],((e,t)=>{const o=s[e][t].value;"number"==typeof o&&(n+=1,i+=o)}),this.locale),Io((()=>0!==n),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),i/n},isExported:!0},Pd={description:Xt("Average of values depending on multiple criteria."),args:[fc("average_range (range)",Xt("The range to average.")),fc("criteria_range1 (range)",Xt("The range to check against criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional criteria_range and criterion to check.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){const o=rs(e);let s=0,n=0;return ts(t,((e,t)=>{const i=o[e][t].value;"number"==typeof i&&(s+=1,n+=i)}),this.locale),Io((()=>0!==s),Xt("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")),n/s},isExported:!0},kd={description:Xt("The number of numeric values in dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when counting.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when counting."))],returns:["NUMBER"],compute:function(...e){return md(e,this.locale)},isExported:!0},Vd={description:Xt("The number of values in a dataset."),args:[fc("value1 (any, range)",Xt("The first value or range to consider when counting.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider when counting."))],returns:["NUMBER"],compute:function(...e){return fd(e)},isExported:!0},Ud={description:Xt("The covariance of a dataset."),args:[fc("data_y (any, range)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (any, range)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Cd(e,t,!1)},isExported:!0},Bd={description:Xt("The covariance of a dataset."),args:[fc("data_y (any, range)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (any, range)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Cd(e,t,!1)},isExported:!0},Hd={description:Xt("The sample covariance of a dataset."),args:[fc("data_y (any, range)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (any, range)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Cd(e,t,!0)},isExported:!0},zd={description:Xt("Calculates the expected y-value for a specified x based on a linear regression of a dataset."),args:[fc("x (number, range<number>)",Xt("The value(s) on the x-axis to forecast.")),fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t,o){const{flatDataX:s,flatDataY:n}=Sd(t,o);return Ad([n],[s],Xo(rs(e),(e=>Oo(e,this.locale))),!0)},isExported:!0},Gd={description:Xt("Fits points to exponential growth trend."),args:[fc("known_data_y (range<number>)",Xt("The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.")),fc("known_data_x (range<number>, default={1;2;3;...})",Xt("The values of the independent variable(s) corresponding with known_data_y.")),fc("new_data_x (any, range, default=known_data_x)",Xt("The data points to return the y values for on the ideal curve fit.")),fc("b (boolean, default=TRUE)",Xt("Given a general exponential form of y = b*m^x for a curve fit, calculates b if TRUE or forces b to be 1 and only calculates the m values if FALSE."))],returns:["NUMBER"],compute:function(e,t=[[]],o=[[]],s={value:!0}){return Ad(Td(Mo(e,"the first argument (known_data_y)")),Mo(t,"the second argument (known_data_x)"),Mo(o,"the third argument (new_data_y)"),Uo(s)).map((e=>e.map((e=>Math.exp(e)))))}},$d={description:Xt("Compute the intercept of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t),[[],[n]]=xd([o],[s]);return n},isExported:!0},Wd={description:Xt("Nth largest element from a data set."),args:[fc("data (any, range)",Xt("Array or range containing the dataset to consider.")),fc("n (number)",Xt("The rank from largest to smallest of the element to return."))],returns:["NUMBER"],compute:function(e,t){const o=Math.trunc(Oo(t?.value,this.locale));let s,n=[],i=0;Go([e],(e=>{"number"==typeof e?.value&&(s=os(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t].value)),n.splice(s+1,0,e),i++,i>o&&(n.shift(),i--))}));const r=n.shift();return Io((()=>void 0!==r),Xt("[[FUNCTION_NAME]] has no valid input data.")),Io((()=>i>=o),Xt("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)),r},isExported:!0},qd={description:Xt("Compute the intercept of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>, default={1;2;3;...})",Xt("The range representing the array or matrix of independent data.")),fc("calculate_b (boolean, default=TRUE)",Xt("A flag specifying wheter to compute the slope or not")),fc("verbose (boolean, default=FALSE)",Xt("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"))],returns:["NUMBER"],compute:function(e,t=[[]],o={value:!0},s={value:!1}){return xd(Mo(t,"the first argument (data_y)"),Mo(e,"the second argument (data_x)"),Uo(o),Uo(s))},isExported:!0},Zd={description:Xt("Compute the intercept of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>, optional, default={1;2;3;...})",Xt("The range representing the array or matrix of independent data.")),fc("calculate_b (boolean, default=TRUE)",Xt("A flag specifying wheter to compute the slope or not")),fc("verbose (boolean, default=FALSE)",Xt("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"))],returns:["NUMBER"],compute:function(e,t=[[]],o={value:!0},s={value:!1}){const n=xd(Mo(t,"the second argument (data_x)"),Td(Mo(e,"the first argument (data_y)")),Uo(o),Uo(s));for(let e=0;e<n.length;e++)n[e][0]=Math.exp(n[e][0]);return n},isExported:!0},Yd={description:Xt("Compute the Matthews correlation coefficient of a dataset."),args:[fc("data_x (range)",Xt("The range representing the array or matrix of observed data.")),fc("data_y (range)",Xt("The range representing the array or matrix of predicted data."))],returns:["NUMBER"],compute:function(e,t){const o=e.flat(),s=t.flat();if(gd(o,s),0===o.length)throw new So(Xt("[[FUNCTION_NAME]] expects non-empty ranges for both parameters."));const n=o.length;let i=0,r=0,a=0,l=0;for(let e=0;e<n;++e){const t=Uo(o[e]);t===Uo(s[e])?t?r++:i++:t?l++:a++}return(r*i-a*l)/Math.sqrt((r+a)*(r+l)*(i+a)*(i+l))},isExported:!1},jd={description:Xt("Maximum value in a numeric dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the maximum value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the maximum value."))],returns:["NUMBER"],compute:function(...e){return{value:vd(e,this.locale),format:Ro(e[0])}},isExported:!0},Xd={description:Xt("Maximum numeric value in a dataset."),args:[fc("value1 (any, range)",Xt("The first value or range to consider when calculating the maximum value.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider when calculating the maximum value."))],returns:["NUMBER"],compute:function(...e){const t=Yo(e,((e,t)=>Math.max(t,e)),-1/0,this.locale);return{value:t===-1/0?0:t,format:Ro(e[0])}},isExported:!0},Kd={description:Xt("Returns the maximum value in a range of cells, filtered by a set of criteria."),args:[fc("range (range)",Xt("The range of cells from which the maximum will be determined.")),fc("criteria_range1 (range)",Xt("The range of cells over which to evaluate criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){let o=-1/0;return ts(t,((t,s)=>{const n=e[t][s].value;"number"==typeof n&&(o=o<n?n:o)}),this.locale),o===-1/0?0:o},isExported:!0},Qd={description:Xt("Median value in a numeric dataset."),args:[fc("value1 (any, range)",Xt("The first value or range to consider when calculating the median value.")),fc("value2 (any, range, repeating)",Xt("Additional values or ranges to consider when calculating the median value."))],returns:["NUMBER"],compute:function(...e){let t=[];return $o(e,(e=>{t.push({value:e})}),this.locale),{value:wd(t,{value:.5},!0,this.locale),format:Ro(e[0])}},isExported:!0},Jd={description:Xt("Minimum value in a numeric dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the minimum value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the minimum value."))],returns:["NUMBER"],compute:function(...e){return{value:bd(e,this.locale),format:Ro(e[0])}},isExported:!0},eu={description:Xt("Minimum numeric value in a dataset."),args:[fc("value1 (number, range<number>)",Xt("The first value or range to consider when calculating the minimum value.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to consider when calculating the minimum value."))],returns:["NUMBER"],compute:function(...e){const t=Yo(e,((e,t)=>Math.min(t,e)),1/0,this.locale);return{value:t===1/0?0:t,format:Ro(e[0])}},isExported:!0},tu={description:Xt("Returns the minimum value in a range of cells, filtered by a set of criteria."),args:[fc("range (range)",Xt("The range of cells from which the minimum will be determined.")),fc("criteria_range1 (range)",Xt("The range of cells over which to evaluate criterion1.")),fc("criterion1 (string)",Xt("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),fc("criteria_range2 (any, range, repeating)",Xt("Additional ranges over which to evaluate the additional criteria. The filtered set will be the intersection of the sets produced by each criterion-range pair.")),fc("criterion2 (string, repeating)",Xt("The pattern or test to apply to criteria_range2."))],returns:["NUMBER"],compute:function(e,...t){let o=1/0;return ts(t,((t,s)=>{const n=e[t][s].value;"number"==typeof n&&(o=o>n?n:o)}),this.locale),o===1/0?0:o},isExported:!0};function ou(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t);if(0===o.length)throw new So(Xt("[[FUNCTION_NAME]] expects non-empty ranges for both parameters."));if(o.length<2)throw new So(Xt("[[FUNCTION_NAME]] needs at least two values for both parameters."));const n=o.length;let i=0,r=0,a=0,l=0,c=0;for(let e=0;e<n;e++){const t=o[e],n=s[e];i+=t,r+=n,a+=t*n,l+=t*t,c+=n*n}return(n*a-i*r)/Math.sqrt((n*l-i*i)*(n*c-r*r))}const su={description:Xt("Compute the Pearson product-moment correlation coefficient of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return ou(e,t)},isExported:!0},nu=su,iu={description:Xt("Value at a given percentile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("percentile (number)",Xt("The percentile whose value within data will be calculated and returned."))],returns:["NUMBER"],compute:function(e,t){return au.compute.bind(this)(e,t)},isExported:!0},ru={description:Xt("Value at a given percentile of a dataset exclusive of 0 and 1."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("percentile (number)",Xt("The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],t,!1,this.locale),format:Ro(e)}},isExported:!0},au={description:Xt("Value at a given percentile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("percentile (number)",Xt("The percentile whose value within data will be calculated and returned."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],t,!0,this.locale),format:Ro(e)}},isExported:!0},lu={description:Xt("Compute the coefficients of polynomial regression of the dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data.")),fc("order (number)",Xt("The order of the polynomial to fit the data, between 1 and 6.")),fc("intercept (boolean, default=TRUE)",Xt("A flag specifying whether to compute the intercept or not."))],returns:["RANGE<NUMBER>"],compute:function(e,t,o,s={value:!0}){const{flatDataX:n,flatDataY:i}=Sd(e,t);return Id(i,n,Oo(o,this.locale),Uo(s))},isExported:!1},cu={description:Xt("Predict value by computing a polynomial regression of the dataset."),args:[fc("x (number, range<number>)",Xt("The value(s) on the x-axis to forecast.")),fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data.")),fc("order (number)",Xt("The order of the polynomial to fit the data, between 1 and 6.")),fc("intercept (boolean, default=TRUE)",Xt("A flag specifying whether to compute the intercept or not."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:!0}){const i=Oo(s,this.locale),{flatDataX:r,flatDataY:a}=Sd(t,o),l=Id(a,r,i,Uo(n)).flat();return Xo(rs(e),(e=>function(e,t,o){return e.reduce(((e,s,n)=>e+s*Math.pow(t,o-n)),0)}(l,Oo(e,this.locale),i)))},isExported:!1},hu={description:Xt("Value nearest to a specific quartile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("quartile_number (number)",Xt("Which quartile value to return."))],returns:["NUMBER"],compute:function(e,t){return uu.compute.bind(this)(e,t)},isExported:!0},du={description:Xt("Value nearest to a specific quartile of a dataset exclusive of 0 and 4."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("quartile_number (number)",Xt("Which quartile value, exclusive of 0 and 4, to return."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],{value:.25*Math.trunc(Oo(t,this.locale))},!1,this.locale),format:Ro(e)}},isExported:!0},uu={description:Xt("Value nearest to a specific quartile of a dataset."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("quartile_number (number)",Xt("Which quartile value to return."))],returns:["NUMBER"],compute:function(e,t){return{value:wd([e],{value:.25*Math.trunc(Oo(t,this.locale))},!0,this.locale),format:Ro(e)}},isExported:!0},gu={description:Xt("Returns the rank of a specified value in a dataset."),args:[fc("value (number)",Xt("The value whose rank will be determined.")),fc("data (range)",Xt("The range containing the dataset to consider.")),fc("is_ascending (boolean, default=FALSE)",Xt("Whether to consider the values in data in descending or ascending order."))],returns:["ANY"],compute:function(e,t,o={value:!1}){const s=Uo(o),n=Oo(e,this.locale);let i=1,r=!1;for(const e of t)for(const t of e){if("number"!=typeof t.value)continue;const e=Oo(t,this.locale);e===n?r=!0:e>n!==s&&i++}if(!r)throw new wo(Xt("Value not found in the given data."));return i},isExported:!0},pu={description:Xt("Compute the square of r, the Pearson product-moment correlation coefficient of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){return Math.pow(ou(t,e),2)},isExported:!0},mu={description:Xt("Compute the slope of the linear regression."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t),[[n]]=xd([o],[s]);return n},isExported:!0},fu={description:Xt("Nth smallest element in a data set."),args:[fc("data (any, range)",Xt("The array or range containing the dataset to consider.")),fc("n (number)",Xt("The rank from smallest to largest of the element to return."))],returns:["NUMBER"],compute:function(e,t){const o=Math.trunc(Oo(t?.value,this.locale));let s,n=[],i=0;Go([e],(e=>{"number"==typeof e?.value&&(s=os(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t].value)),n.splice(s+1,0,e),i++,i>o&&(n.pop(),i--))}));const r=n.pop();return Io((()=>void 0!==r),Xt("[[FUNCTION_NAME]] has no valid input data.")),Io((()=>i>=o),Xt("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)),r},isExported:!0},vu={description:Xt("Compute the Spearman rank correlation coefficient of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(t,e),n=o.length,i=o.map(((e,t)=>[e,s[t]]));i.sort(((e,t)=>e[0]-t[0]));for(let e=0;e<n;++e)i[e][0]=e;i.sort(((e,t)=>e[1]-t[1]));let r=0;for(let e=0;e<n;++e)r+=(i[e][0]-e)**2;return 1-6*r/(n**3-n)},isExported:!1},bu={description:Xt("Standard deviation."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Ru.compute.bind(this)(...e))},isExported:!0},Su={description:Xt("Standard deviation of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Tu.compute.bind(this)(...e))},isExported:!0},Cu={description:Xt("Standard deviation."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Au.compute.bind(this)(...e))},isExported:!0},Eu={description:Xt("Standard deviation of sample (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Ou.compute.bind(this)(...e))},isExported:!0},wu={description:Xt("Standard deviation of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(_u.compute.bind(this)(...e))},isExported:!0},yu={description:Xt("Standard deviation of entire population (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Math.sqrt(Mu.compute.bind(this)(...e))},isExported:!0},xu={description:Xt("Calculates the standard error of the predicted y-value for each x in the regression of a dataset."),args:[fc("data_y (range<number>)",Xt("The range representing the array or matrix of dependent data.")),fc("data_x (range<number>)",Xt("The range representing the array or matrix of independent data."))],returns:["NUMBER"],compute:function(e,t){const{flatDataX:o,flatDataY:s}=Sd(e,t);return xd([o],[s],!0,!0)[1][2]},isExported:!0},Iu={description:Xt("Fits points to linear trend derived via least-squares."),args:[fc("known_data_y (number, range<number>)",Xt("The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.")),fc("known_data_x (number, range<number>, optional, default={1;2;3;...})",Xt("The values of the independent variable(s) corresponding with known_data_y.")),fc("new_data_x (number, range<number>, optional, default=known_data_x)",Xt("The data points to return the y values for on the ideal curve fit.")),fc("b (boolean, optional, default=TRUE)",Xt("Given a general linear form of y = m*x+b for a curve fit, calculates b if TRUE or forces b to be 0 and only calculates the m values if FALSE, i.e. forces the curve fit to pass through the origin."))],returns:["NUMBER"],compute:function(e,t=[[]],o=[[]],s={value:!0}){return Ad(Mo(e,"the first argument (known_data_y)"),Mo(t,"the second argument (known_data_x)"),Mo(o,"the third argument (new_data_y)"),Uo(s))}},Ru={description:Xt("Variance."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!0,!1,this.locale)},isExported:!0},Tu={description:Xt("Variance of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!1,!1,this.locale)},isExported:!0},Au={description:Xt("Variance."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!0,!1,this.locale)},isExported:!0},Ou={description:Xt("Variance of sample (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the sample.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the sample."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!0,!0,this.locale)},isExported:!0},_u={description:Xt("Variance of entire population."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!1,!1,this.locale)},isExported:!0},Mu={description:Xt("Variance of entire population (text as 0)."),args:[fc("value1 (number, range<number>)",Xt("The first value or range of the population.")),fc("value2 (number, range<number>, repeating)",Xt("Additional values or ranges to include in the population."))],returns:["NUMBER"],compute:function(...e){return Ed(e,!1,!0,this.locale)},isExported:!0};var Nu=Object.freeze({__proto__:null,AVEDEV:Od,AVERAGE:_d,AVERAGEA:Dd,AVERAGEIF:Ld,AVERAGEIFS:Pd,AVERAGE_WEIGHTED:Fd,CORREL:nu,COUNT:kd,COUNTA:Vd,COVAR:Ud,COVARIANCE_P:Bd,COVARIANCE_S:Hd,FORECAST:zd,GROWTH:Gd,INTERCEPT:$d,LARGE:Wd,LINEST:qd,LOGEST:Zd,MATTHEWS:Yd,MAX:jd,MAXA:Xd,MAXIFS:Kd,MEDIAN:Qd,MIN:Jd,MINA:eu,MINIFS:tu,PEARSON:su,PERCENTILE:iu,PERCENTILE_EXC:ru,PERCENTILE_INC:au,POLYFIT_COEFFS:lu,POLYFIT_FORECAST:cu,QUARTILE:hu,QUARTILE_EXC:du,QUARTILE_INC:uu,RANK:gu,RSQ:pu,SLOPE:mu,SMALL:fu,SPEARMAN:vu,STDEV:bu,STDEVA:Eu,STDEVP:wu,STDEVPA:yu,STDEV_P:Su,STDEV_S:Cu,STEYX:xu,TREND:Iu,VAR:Ru,VARA:Ou,VARP:_u,VARPA:Mu,VAR_P:Tu,VAR_S:Au});function Fu(e,t,o,s){const n=new Map,i=e.length;for(let t=i-1;t>=0;t--)n.set(Po(e[t][0]).toUpperCase(),t);const r=t?.value;if("number"!=typeof r&&"string"!=typeof r)throw new So(Xt("The field must be a number or a string"));let a;if("number"==typeof r){if(a=Math.trunc(r)-1,a<0||i-1<a)throw new So(Xt("The field (%(fieldValue)s) must be one of %(dimRowDB)s or must be a number between 1 and %s inclusive.",{fieldValue:r.toString(),dimRowDB:i.toString()}))}else{const e=Po(t).toUpperCase();if(a=n.get(e)??-1,-1===a)throw new So(Xt("The field (%s) must be one of %s.",Po(t),[...n.keys()].toString()))}const l=o[0].length;if(l<2)throw new So(Xt("The criteria range contains %s row, it must be at least 2 rows.",l.toString()));let c=new Set;const h=e[0].length;for(let t=1;t<l;t++){let i=[],r=!0;for(let s=0;s<o.length;s++){const a=Po(o[s][0]).toUpperCase(),l=n.get(a),c=o[s][t];if(null!==c.value){if(void 0===l){r=!1;break}i.push([e[l].slice(1,h)]),i.push(c)}}if(r){if(!(i.length>0)){c=new Set(Array(h-1).keys());break}ts(i,((e,t)=>{c.add(t)}),s,!0)}}const d=e[a];return[...c].map((e=>d[e+1]))}const Du=[fc("database (range)",Xt("The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.")),fc("field (any)",Xt("Indicates which column in database contains the values to be extracted and operated on.")),fc("criteria (range)",Xt("An array or range containing zero or more criteria to filter the database values by before operating."))],Lu={description:Xt("Average of a set of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return _d.compute.bind(this)([s])},isExported:!0},Pu={description:Xt("Counts values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return kd.compute.bind(this)([s])},isExported:!0},ku={description:Xt("Counts values and text from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Vd.compute.bind(this)([s])},isExported:!0},Vu={description:Xt("Single value from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Io((()=>1===s.length),Xt("More than one match found in DGET evaluation.")),s[0]},isExported:!0},Uu={description:Xt("Maximum of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return jd.compute.bind(this)([s])},isExported:!0},Bu={description:Xt("Minimum of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Jd.compute.bind(this)([s])},isExported:!0},Hu={description:Xt("Product of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return qh.compute.bind(this)([s])},isExported:!0},zu={description:Xt("Standard deviation of population sample from table."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return bu.compute.bind(this)([s])},isExported:!0},Gu={description:Xt("Standard deviation of entire population from table."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return wu.compute.bind(this)([s])},isExported:!0},$u={description:Xt("Sum of values from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return nd.compute.bind(this)([s])},isExported:!0},Wu={description:Xt("Variance of population sample from table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return Ru.compute.bind(this)([s])},isExported:!0},qu={description:Xt("Variance of a population from a table-like range."),args:Du,returns:["NUMBER"],compute:function(e,t,o){const s=Fu(e,t,o,this.locale);return _u.compute.bind(this)([s])},isExported:!0};var Zu=Object.freeze({__proto__:null,DAVERAGE:Lu,DCOUNT:Pu,DCOUNTA:ku,DGET:Vu,DMAX:Uu,DMIN:Bu,DPRODUCT:Hu,DSTDEV:zu,DSTDEVP:Gu,DSUM:$u,DVAR:Wu,DVARP:qu});var Yu;!function(e){e.WHOLE_YEARS="Y",e.WHOLE_MONTHS="M",e.WHOLE_DAYS="D",e.DAYS_WITHOUT_WHOLE_MONTHS="MD",e.MONTH_WITHOUT_WHOLE_YEARS="YM",e.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR="YD"}(Yu||(Yu={}));const ju={description:Xt("Converts year/month/day into a date."),args:[fc("year (number)",Xt("The year component of the date.")),fc("month (number)",Xt("The month component of the date.")),fc("day (number)",Xt("The day component of the date."))],returns:["DATE"],compute:function(e,t,o){let s=Math.trunc(Oo(e,this.locale));const n=Math.trunc(Oo(t,this.locale)),i=Math.trunc(Oo(o,this.locale));Io((()=>0<=s&&s<=9999),Xt("The year (%s) must be between 0 and 9999 inclusive.",s.toString())),s<1900&&(s+=1900);const r=_t(new gt(s,n-1,i));return Io((()=>r>=0),Xt("The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.")),{value:r,format:this.locale.dateFormat}},isExported:!0},Xu={description:Xt("Calculates the number of days, months, or years between two dates."),args:[fc("start_date (date)",Xt("The start date to consider in the calculation. Must be a reference to a cell containing a DATE, a function returning a DATE type, or a number.")),fc("end_date (date)",Xt("The end date to consider in the calculation. Must be a reference to a cell containing a DATE, a function returning a DATE type, or a number.")),fc("unit (string)",Xt('A text abbreviation for unit of time. Accepted values are "Y" (the number of whole years between start_date and end_date), "M" (the number of whole months between start_date and end_date), "D" (the number of days between start_date and end_date), "MD" (the number of days between start_date and end_date after subtracting whole months), "YM" (the number of whole months between start_date and end_date after subtracting whole years), "YD" (the number of days between start_date and end_date, assuming start_date and end_date were no more than one year apart).'))],returns:["NUMBER"],compute:function(e,t,o){const s=Po(o).toUpperCase();Io((()=>Object.values(Yu).includes(s)),((e,t)=>{const o=e.map((e=>`'${e}'`)).join(", ");return Xt("The function [[FUNCTION_NAME]] has an argument with value '%s'. It should be one of: %s.",t,o)})(Object.values(Yu),Po(o)));const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Ot(n),a=Ot(i);switch(Io((()=>i>=n),Xt("start_date (%s) should be on or before end_date (%s).",r.toLocaleDateString(),a.toLocaleDateString())),s){case Yu.WHOLE_YEARS:return Ut(r,a);case Yu.WHOLE_MONTHS:return kt(r,a);case Yu.WHOLE_DAYS:return Vt(r,a);case Yu.MONTH_WITHOUT_WHOLE_YEARS:return kt(r,a)-12*Ut(r,a);case Yu.DAYS_WITHOUT_WHOLE_MONTHS:let e=a.getDate()-r.getDate();if(e<0){e=Nt(new gt(a.getFullYear(),a.getMonth()-1,1))-Math.abs(e)}return e;case Yu.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR:{if(function(e,t){return Pt(e,t,1)<1}(n,i))return Vt(r,a);const e=new gt(r.getFullYear(),a.getMonth(),a.getDate());let t=Vt(r,e);return t<0&&(e.setFullYear(r.getFullYear()+1),t=Vt(r,e)),t}}},isExported:!0},Ku={description:Xt("Converts a date string to a date value."),args:[fc("date_string (string)",Xt("The string representing the date."))],returns:["NUMBER"],compute:function(e){const t=Po(e),o=At(t,this.locale);return Io((()=>null!==o),Xt("The date_string (%s) cannot be parsed to date/time.",t.toString())),Math.trunc(o.value)},isExported:!0},Qu={description:Xt("Day of the month that a specific date falls on."),args:[fc("date (string)",Xt("The date from which to extract the day."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getDate()},isExported:!0},Ju={description:Xt("Number of days between two dates."),args:[fc("end_date (date)",Xt("The end of the date range.")),fc("start_date (date)",Xt("The start of the date range."))],returns:["NUMBER"],compute:function(e,t){const o=Bo(e,this.locale),s=Bo(t,this.locale),n=o.getTime()-s.getTime();return Math.round(n/mt)},isExported:!0},eg={description:Xt("Number of days between two dates on a 360-day year (months of 30 days)."),args:[fc("start_date (date)",Xt("The start date to consider in the calculation.")),fc("end_date (date)",Xt("The end date to consider in the calculation.")),fc("method (number, default=0)",Xt("An indicator of what day count method to use. (0) US NASD method (1) European method"))],returns:["NUMBER"],compute:function(e,t,o={value:0}){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Pt(s,n,Uo(o)?4:0);return Math.sign(n-s)*Math.round(360*i)},isExported:!0},tg={description:Xt("Date a number of months before/after another date."),args:[fc("start_date (date)",Xt("The date from which to calculate the result.")),fc("months (number)",Xt("The number of months before (negative) or after (positive) 'start_date' to calculate."))],returns:["DATE"],compute:function(e,t){return{value:_t(Dt(Bo(e,this.locale),Math.trunc(Oo(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},og={description:Xt("Last day of a month before or after a date."),args:[fc("start_date (date)",Xt("The date from which to calculate the result.")),fc("months (number)",Xt("The number of months before (negative) or after (positive) 'start_date' to consider."))],returns:["DATE"],compute:function(e,t){const o=Bo(e,this.locale),s=Math.trunc(Oo(t,this.locale)),n=o.getFullYear(),i=o.getMonth();return{value:_t(new gt(n,i+s+1,0)),format:this.locale.dateFormat}},isExported:!0},sg={description:Xt("Hour component of a specific time."),args:[fc("time (date)",Xt("The time from which to calculate the hour component."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getHours()},isExported:!0},ng={description:Xt("ISO week number of the year."),args:[fc("date (date)",Xt("The date for which to determine the ISO week number. Must be a reference to a cell containing a date, a function returning a date type, or a number."))],returns:["NUMBER"],compute:function(e){const t=Bo(e,this.locale),o=t.getFullYear();let s=1;for(;4!==new gt(o,0,s).getDay();)s+=1;const n=new gt(o,0,s-3);let i=31;for(;4!==new gt(o,11,i).getDay();)i-=1;const r=new gt(o,11,i+3);let a,l;switch(a=n.getTime()<=t.getTime()?t.getTime()<=r.getTime()?0:1:-1,a){case 0:l=n;break;case 1:l=new gt(o,11,i+3+1);break;case-1:let e=1;for(;4!==new gt(o-1,0,e).getDay();)e+=1;l=new gt(o-1,0,e-3)}const c=(t.getTime()-l.getTime())/mt;return Math.floor(c/7)+1},isExported:!0},ig={description:Xt("Minute component of a specific time."),args:[fc("time (date)",Xt("The time from which to calculate the minute component."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getMinutes()},isExported:!0},rg={description:Xt("Month of the year a specific date falls in"),args:[fc("date (date)",Xt("The date from which to extract the month."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getMonth()+1},isExported:!0},ag={description:Xt("Net working days between two provided days."),args:[fc("start_date (date)",Xt("The start date of the period from which to calculate the number of net working days.")),fc("end_date (date)",Xt("The end date of the period from which to calculate the number of net working days.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the date serial numbers to consider holidays."))],returns:["NUMBER"],compute:function(e,t,o){return cg.compute.bind(this)(e,t,{value:1},o)},isExported:!0};function lg(e){const t=e?.value;if("string"==typeof t){Io((()=>{if(7!==t.length)return!1;for(let e of t)if("0"!==e&&"1"!==e)return!1;return!0}),Xt('When weekend is a string (%s) it must be composed of "0" or "1".',t));let e=[];for(let o=0;o<7;o++)"1"===t[o]&&e.push((o+1)%7);return e}if("number"==typeof t)return Io((()=>1<=t&&t<=7||11<=t&&t<=17),Xt("The weekend (%s) must be a string or a number in the range 1-7 or 11-17.",t.toString())),t<=7?[t-2==-1?6:t-2,t-1]:[t-11];throw new So(Xt("The weekend must be a number or a string."))}const cg={description:Xt("Net working days between two dates (specifying weekends)."),args:[fc("start_date (date)",Xt("The start date of the period from which to calculate the number of net working days.")),fc("end_date (date)",Xt("The end date of the period from which to calculate the number of net working days.")),fc("weekend (any, default=1)",Xt("A number or string representing which days of the week are considered weekends.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the dates to consider as holidays."))],returns:["NUMBER"],compute:function(e,t,o={value:1},s){const n=Bo(e,this.locale),i=Bo(t,this.locale),r=lg(o);let a=new Set;void 0!==s&&Go([s],(e=>{const t=Bo(e,this.locale);a.add(t.getTime())}));const l=n.getTime()>i.getTime(),c=gt.fromTimestamp((l?n:i).getTime());let h=gt.fromTimestamp((l?i:n).getTime());const d=c.getTime();let u=h.getTime(),g=0;for(;u<=d;)r.includes(h.getDay())||a.has(u)||(g+=1),h.setDate(h.getDate()+1),u=h.getTime();return l?-g:g},isExported:!0},hg={description:Xt("Current date and time as a date value."),args:[],returns:["DATE"],compute:function(){const e=gt.now(),t=e.getTime()-pt.getTime(),o=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/mt)+o,format:pa(this.locale)}},isExported:!0},dg={description:Xt("Minute component of a specific time."),args:[fc("time (date)",Xt("The time from which to calculate the second component."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getSeconds()},isExported:!0},ug={description:Xt("Converts hour/minute/second into a time."),args:[fc("hour (number)",Xt("The hour component of the time.")),fc("minute (number)",Xt("The minute component of the time.")),fc("second (number)",Xt("The second component of the time."))],returns:["DATE"],compute:function(e,t,o){let s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Math.trunc(Oo(o,this.locale));return n+=Math.floor(i/60),i=i%60+(i<0?60:0),s+=Math.floor(n/60),n=n%60+(n<0?60:0),s%=24,Io((()=>s>=0),Xt("The function [[FUNCTION_NAME]] result cannot be negative")),{value:s/24+n/1440+i/86400,format:this.locale.timeFormat}},isExported:!0},gg={description:Xt("Converts a time string into its serial number representation."),args:[fc("time_string (string)",Xt("The string that holds the time representation."))],returns:["NUMBER"],compute:function(e){const t=Po(e),o=At(t,this.locale);Io((()=>null!==o),Xt("The time_string (%s) cannot be parsed to date/time.",t));const s=o.value-Math.trunc(o.value);return s<0?1+s:s},isExported:!0},pg={description:Xt("Current date as a date value."),args:[],returns:["DATE"],compute:function(){const e=gt.now();return{value:_t(new gt(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},mg={description:Xt("Day of the week of the date provided (as number)."),args:[fc("date (date)",Xt("The date for which to determine the day of the week. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("type (number, default=1)",Xt("A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Bo(e,this.locale),s=Math.round(Oo(t,this.locale)),n=o.getDay();return Io((()=>[1,2,3].includes(s)),Xt("The type (%s) must be 1, 2 or 3.",s.toString())),1===s?n+1:2===s?0===n?7:n:0===n?6:n-1},isExported:!0},fg={description:Xt("Week number of the year."),args:[fc("date (date)",Xt("The date for which to determine the week number. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("type (number, default=1)",Xt("A number representing the day that a week starts on. Sunday = 1."))],returns:["NUMBER"],compute:function(e,t={value:1}){const o=Bo(e,this.locale),s=Math.round(Oo(t,this.locale));if(Io((()=>1===s||2===s||11<=s&&s<=17||21===s),Xt("The type (%s) is out of range.",s.toString())),21===s)return ng.compute.bind(this)(e);let n;n=1===s||2===s?s-1:s-10==7?0:s-10;const i=o.getFullYear();let r=1,a=new gt(i,0,r);for(;a.getDay()!==n;)r+=1,a=new gt(i,0,r);const l=(o.getTime()-a.getTime())/mt;return l<0?1:Math.floor(l/7)+(1===r?1:2)},isExported:!0},vg={description:Xt("Date after a number of workdays."),args:[fc("start_date (date)",Xt("The date from which to begin counting.")),fc("num_days (number)",Xt("The number of working days to advance from start_date. If negative, counts backwards.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the dates to consider holidays."))],returns:["NUMBER"],compute:function(e,t,o={value:null}){return bg.compute.bind(this)(e,t,{value:1},o)},isExported:!0},bg={description:Xt("Date after a number of workdays (specifying weekends)."),args:[fc("start_date (date)",Xt("The date from which to begin counting.")),fc("num_days (number)",Xt("The number of working days to advance from start_date. If negative, counts backwards.")),fc("weekend (any, default=1)",Xt("A number or string representing which days of the week are considered weekends.")),fc("holidays (date, range<date>, optional)",Xt("A range or array constant containing the dates to consider holidays."))],returns:["DATE"],compute:function(e,t,o={value:1},s){let n=Bo(e,this.locale),i=Math.trunc(Oo(t,this.locale));"string"==typeof o.value&&Io((()=>"1111111"!==o.value),Xt("The weekend must be different from '1111111'."));const r=lg(o);let a=new Set;void 0!==s&&Go([s],(e=>{const t=Bo(e,this.locale);a.add(t.getTime())}));let l=gt.fromTimestamp(n.getTime()),c=l.getTime();const h=Math.sign(i);let d=Math.abs(i);for(;d>0;)l.setDate(l.getDate()+h),c=l.getTime(),r.includes(l.getDay())||a.has(c)||(d-=1);const u=c-pt.getTime();return{value:Math.round(u/mt),format:this.locale.dateFormat}},isExported:!0},Sg={description:Xt("Year specified by a given date."),args:[fc("date (date)",Xt("The date from which to extract the year."))],returns:["NUMBER"],compute:function(e){return Bo(e,this.locale).getFullYear()},isExported:!0},Cg={description:Xt("Exact number of years between two dates."),args:[fc("start_date (date)",Xt("The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("end_date (date)",Xt("The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.")),fc("day_count_convention (number, default=0)",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o={value:0}){let s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale));const i=Math.trunc(Oo(o,this.locale));return Io((()=>s>=0),Xt("The start_date (%s) must be positive or null.",s.toString())),Io((()=>n>=0),Xt("The end_date (%s) must be positive or null.",n.toString())),Io((()=>0<=i&&i<=4),Xt("The day_count_convention (%s) must be between 0 and 4 inclusive.",i.toString())),Pt(s,n,i)}},Eg={description:Xt("First day of the month preceding a date."),args:[fc("date (date)",Xt("The date from which to calculate the result."))],returns:["DATE"],compute:function(e){const t=Bo(e,this.locale),o=t.getFullYear(),s=t.getMonth();return{value:_t(new gt(o,s,1)),format:this.locale.dateFormat}}},wg={description:Xt("Last day of the month following a date."),args:[fc("date (date)",Xt("The date from which to calculate the result."))],returns:["DATE"],compute:function(e){return og.compute.bind(this)(e,{value:0})}},yg={description:Xt("Quarter of the year a specific date falls in"),args:[fc("date (date)",Xt("The date from which to extract the quarter."))],returns:["NUMBER"],compute:function(e){return Math.ceil((Bo(e,this.locale).getMonth()+1)/3)}},xg={description:Xt("First day of the quarter of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the start of quarter."))],returns:["DATE"],compute:function(e){const t=yg.compute.bind(this)(e),o=Sg.compute.bind(this)(e);return{value:_t(new gt(o,3*(t-1),1)),format:this.locale.dateFormat}}},Ig={description:Xt("Last day of the quarter of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the end of quarter."))],returns:["DATE"],compute:function(e){const t=yg.compute.bind(this)(e),o=Sg.compute.bind(this)(e);return{value:_t(new gt(o,3*t,0)),format:this.locale.dateFormat}}},Rg={description:Xt("First day of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the start of the year."))],returns:["DATE"],compute:function(e){const t=Sg.compute.bind(this)(e);return{value:_t(new gt(t,0,1)),format:this.locale.dateFormat}}},Tg={description:Xt("Last day of the year a specific date falls in."),args:[fc("date (date)",Xt("The date from which to calculate the end of the year."))],returns:["DATE"],compute:function(e){const t=Sg.compute.bind(this)(e);return{value:_t(new gt(t+1,0,0)),format:this.locale.dateFormat}}};var Ag=Object.freeze({__proto__:null,DATE:ju,DATEDIF:Xu,DATEVALUE:Ku,DAY:Qu,DAYS:Ju,DAYS360:eg,EDATE:tg,EOMONTH:og,HOUR:sg,ISOWEEKNUM:ng,MINUTE:ig,MONTH:rg,MONTH_END:wg,MONTH_START:Eg,NETWORKDAYS:ag,NETWORKDAYS_INTL:cg,NOW:hg,QUARTER:yg,QUARTER_END:Ig,QUARTER_START:xg,SECOND:dg,TIME:ug,TIMEVALUE:gg,TODAY:pg,WEEKDAY:mg,WEEKNUM:fg,WORKDAY:vg,WORKDAY_INTL:bg,YEAR:Sg,YEARFRAC:Cg,YEAR_END:Tg,YEAR_START:Rg});const Og={description:Xt("Compare two numeric values, returning 1 if they're equal."),args:[fc("number1 (number)",Xt("The first number to compare.")),fc("number2 (number, default=0)",Xt("The second number to compare."))],returns:["NUMBER"],compute:function(e,t={value:0}){return Oo(e,this.locale)===Oo(t,this.locale)?1:0},isExported:!0};var _g=Object.freeze({__proto__:null,DELTA:Og});const Mg=[Qt.number,Qt.error,Qt.text,Qt.boolean];function Ng(e){const t="ascending"===e?1:-1;return(e,o)=>{if(e.type===Qt.empty)return o.type===Qt.empty?0:1;if(o.type===Qt.empty)return-1;let s=Mg.indexOf(e.type)-Mg.indexOf(o.type);return 0===s&&(s=e.type===Qt.text||e.type===Qt.error?e.value.localeCompare(o.value):e.value-o.value),t*s}}function Fg(e,t,o,s,n){let i=ro.Success,r=s.right>s.left;if(e.model.getters.doesIntersectMerge(t,s)){let o;r=!1;for(let n=s.top;n<=s.bottom;n++){o=[];for(let i=s.left;i<=s.right;i++){let s=e.model.getters.getMerge({sheetId:t,col:i,row:n});s&&!o.includes(s.id.toString())&&o.push(s.id.toString())}if(o.length>=2){r=!0;break}}}const{col:a,row:l}=o;if(r)i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n});else{const o=e.model.getters.getContiguousZone(t,s);vn(o,s)?i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n}):e.askConfirmation(Xt("We found data next to your selection. Since this data was not selected, it will not be sorted. Do you want to extend your selection?"),(()=>{s=o,i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n})}),(()=>{i=e.model.dispatch("SORT_CELLS",{sheetId:t,col:a,row:l,zone:s,sortDirection:n})}))}if(i.isCancelledBecause("InvalidSortZone")){const{col:t,row:n}=o;e.model.selection.selectZone({cell:{col:t,row:n},zone:s}),e.raiseError(Xt("Cannot sort. To sort, select only cells or only merges that have the same size."))}}function Dg(e,t,...o){for(const[e,t]of o.entries())Io((()=>void 0!==t),Xt("Value for parameter %d is missing, while the function [[FUNCTION_NAME]] expect a number or a range.",e+1));const s=[],n=[],i=e.length;for(let r=0;r<o.length;r+=2){s.push(Uo(Rc(o[r+1])?.value)?"ascending":"descending");const a=o[r];if(po(a)&&(a.length>1||a[0].length>1))Io((()=>1===a.length&&a[0].length===i),Xt("Wrong size for %s. Expected a range of size 1x%s. Got %sx%s.",`sort_column${r+1}`,i,a.length,a[0].length)),n.push(a.flat().map((e=>e.value)));else{const o=Oo(Rc(a)?.value,t);if(o<1||o>e[0].length)return e;n.push(e.map((e=>e[o-1].value)))}}if(0===n.length)for(let t=0;t<e[0].length;t++)n.push(e.map((e=>e[t].value))),s.push("ascending");const r={descending:Ng("descending"),ascending:Ng("ascending")},a=ue(0,e.length);return a.sort(((e,t)=>{for(const[o,i]of n.entries()){const n=i[e],a=i[t],l={value:n,type:null===n?Qt.empty:"string"==typeof n?Qt.text:typeof n},c={value:a,type:null===a?Qt.empty:"string"==typeof a?Qt.text:typeof a},h=r[s[o]](l,c);if(0!==h)return h}return 0})),a.map((t=>e[t]))}const Lg={description:Xt("Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions."),args:[fc("range (any, range<any>)",Xt("The data to be filtered.")),fc("condition1 (boolean, range<boolean>)",Xt("A column or row containing true or false values corresponding to the first column or row of range.")),fc("condition2 (boolean, range<boolean>, repeating)",Xt("Additional column or row containing true or false values."))],returns:["RANGE<ANY>"],compute:function(e,...t){let o=rs(e);const s=t.map((e=>Xo(rs(e),(e=>e.value))));s.map((e=>bc(Xt("The arguments condition must be a single column or row."),e))),Sc(Xt("The arguments conditions must have the same dimensions."),...t);const n=s.map((e=>e.flat())),i=1===s[0].length?"row":"col";o="row"===i?Ko(o):o,Io((()=>n.every((e=>e.length===o.length))),Xt("FILTER has mismatched sizes on the range and conditions."));const r=[];for(let e=0;e<o.length;e++){const t=o[e];n.every((t=>t[e]))&&r.push(t)}if(!r.length)throw new wo(Xt("No match found in FILTER evaluation"));return"row"===i?Ko(r):r},isExported:!0},Pg={description:Xt("Sorts the rows of a given array or range by the values in one or more columns."),args:[fc("range (range)",Xt("The data to be sorted.")),fc("sort_column (any, range<number>, repeating)",Xt("The index of the column in range or a range outside of range containing the values by which to sort.")),fc("is_ascending (boolean, repeating)",Xt("TRUE or FALSE indicating whether to sort sort_column in ascending order. FALSE sorts in descending order."))],returns:["RANGE"],compute:function(e,...t){const o=Ko(e);return Ko(Dg(o,this.locale,...t))},isExported:!0},kg={description:Xt("Returns the first n items in a data set after performing a sort."),args:[fc("range (range)",Xt("The data to be sorted.")),fc("n (number, default=1)",Xt("The number of items to return.")),fc("display_ties_mode (number, default=0)",Xt("A number representing the way to display ties.")),fc("sort_column (number, range<number>, repeating)",Xt("The index of the column in range or a range outside of range containing the values by which to sort.")),fc("is_ascending (boolean, repeating)",Xt("TRUE or FALSE indicating whether to sort sort_column in ascending order. FALSE sorts in descending order."))],returns:["RANGE"],compute:function(e,t,o,...s){const n=Oo(t?.value??1,this.locale);Io((()=>n>=0),Xt("Wrong value of 'n'. Expected a positive number. Got %s.",n));const i=Oo(o?.value??0,this.locale);Io((()=>i>=0&&i<=3),Xt("Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.",i));const r=Dg(Ko(e),this.locale,...s),a=(e,t)=>JSON.stringify(r[e].map((e=>e.value)))===JSON.stringify(r[t].map((e=>e.value)));switch(i){case 0:return Ko(r.slice(0,n));case 1:for(let e=n;e<r.length;e++)if(!a(e,n-1))return Ko(r.slice(0,e));return Ko(r);case 2:{const e=[r[0]];for(let t=1;t<r.length;t++)for(let o=0;o<t&&!a(t,o);o++)o===t-1&&e.push(r[t]);return Ko(e.slice(0,n))}case 3:{const e=[r[0]];let t=1;for(let o=1;o<r.length&&(a(o,o-1)||t++,!(t>n));o++)e.push(r[o]);return Ko(e)}}},isExported:!0},Vg={description:Xt("Unique rows in the provided source range."),args:[fc("range (any, range<any>)",Xt("The data to filter by unique entries.")),fc("by_column (boolean, default=FALSE)",Xt("Whether to filter the data by columns or by rows.")),fc("exactly_once (boolean, default=FALSE)",Xt("Whether to return only entries with no duplicates."))],returns:["RANGE<NUMBER>"],compute:function(e={value:""},t,o){if(!po(e))return[[e]];const s=Uo(t?.value)||!1,n=Uo(o?.value)||!1;s||(e=Ko(e));const i=new Map;for(const t of e){const e=JSON.stringify(t.map((e=>e.value))),o=i.get(e);o?o.count++:i.set(e,{data:t,count:1})}const r=[];for(const e of i.values())n&&e.count>1||r.push(e.data);if(!r.length)throw new So(Xt("No unique values found"));return s?r:Ko(r)},isExported:!0};var Ug=Object.freeze({__proto__:null,FILTER:Lg,SORT:Pg,SORTN:kg,UNIQUE:Vg});function Bg(e,t){Io((()=>e<t),Xt("The maturity (%s) must be strictly greater than the settlement (%s).",t.toString(),e.toString()))}function Hg(e,t){Io((()=>t<e),Xt("The settlement date (%s) must be strictly greater than the issue date (%s).",e.toString(),t.toString()))}function zg(e){Io((()=>[1,2,4].includes(e)),Xt("The frequency (%s) must be one of %s",e.toString(),[1,2,4].toString()))}function Gg(e){Io((()=>0<=e&&e<=4),Xt("The day_count_convention (%s) must be between 0 and 4 inclusive.",e.toString()))}function $g(e){Io((()=>e>0),Xt("The redemption (%s) must be strictly positive.",e.toString()))}function Wg(e){Io((()=>e>0),Xt("The price (%s) must be strictly positive.",e.toString()))}function qg(e){Io((()=>e>0),Xt("The number_of_periods (%s) must be greater than 0.",e.toString()))}function Zg(e){Io((()=>e>0),Xt("The rate (%s) must be strictly positive.",e.toString()))}function Yg(e){Io((()=>e>0),Xt("The life (%s) must be strictly positive.",e.toString()))}function jg(e){Io((()=>e>=0),Xt("The cost (%s) must be positive or null.",e.toString()))}function Xg(e){Io((()=>e>0),Xt("The period (%s) must be strictly positive.",e.toString()))}function Kg(e){Io((()=>e>=0),Xt("The salvage (%s) must be positive or null.",e.toString()))}function Qg(e){Io((()=>e>0),Xt("The present value (%s) must be strictly positive.",e.toString()))}function Jg(e,t){Io((()=>e<=t),Xt("The period (%s) must be less than or equal life (%s).",e.toString(),t.toString()))}function ep(e){Io((()=>e>0),Xt("The investment (%s) must be strictly positive.",e.toString()))}function tp(e){Io((()=>e>0),Xt("The discount (%s) must be strictly positive.",e.toString()))}function op(e){Io((()=>e<1),Xt("The discount (%s) must be smaller than 1.",e.toString()))}function sp(e){Io((()=>e>0),Xt("The depreciation factor (%s) must be strictly positive.",e.toString()))}function np(e,t,o){const s=Bo(e,o),n=Bo(t,o),i=Bo(e,o);i.setFullYear(s.getFullYear()+1),Io((()=>n.getTime()<=i.getTime()),Xt("The settlement date (%s) must at most one year after the maturity date (%s).",e.toString(),t.toString()))}function ip(e,t,o){qg(o),Io((()=>e>0),Xt("The first_period (%s) must be strictly positive.",e.toString())),Io((()=>t>0),Xt("The last_period (%s) must be strictly positive.",t.toString())),Io((()=>e<=t),Xt("The first_period (%s) must be smaller or equal to the last_period (%s).",e.toString(),t.toString())),Io((()=>t<=o),Xt("The last_period (%s) must be smaller or equal to the number_of_periods (%s).",e.toString(),o.toString()))}function rp(e){Io((()=>e>-1),Xt("The rate_guess (%s) must be strictly greater than -1.",e.toString()))}function ap(e,t){Io((()=>e.length===t.length&&e[0].length===t[0].length),Xt("The cashflow_amounts and cashflow_dates ranges must have the same dimensions."))}function lp(e){Io((()=>e.every((t=>t>=e[0]))),Xt("All the dates should be greater or equal to the first date in cashflow_dates (%s).",e[0].toString()))}const cp=[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))];function hp(e,t,o,s,n=1e-10,i){let r,a,l,c,h=o,d=!1,u=0;do{l=e(h),isNaN(l)?(Io((()=>u<s&&void 0!==i),Xt("Function [[FUNCTION_NAME]] didn't find any result.")),u++,h=i(c),c=h):(r=h-l/t(h),a=Math.abs(r-h),h=r,d=a<n||Math.abs(l)<n,Io((()=>u<s),Xt("Function [[FUNCTION_NAME]] didn't find any result.")),u++)}while(!d);return h}const dp={description:Xt("Accrued interest of security paying at maturity."),args:[fc("issue (date)",Xt("The date the security was initially issued.")),fc("maturity (date)",Xt("The maturity date of the security.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(s,this.locale),l=Oo(o,this.locale),c=Math.trunc(Oo(n,this.locale));!function(e){Io((()=>e>=0),Xt("The issue (%s) must be positive or null.",e.toString()))}(i),Hg(r,i),Gg(c),$g(a),Zg(l);return a*l*Pt(i,r,c)},isExported:!0},up={description:Xt("Depreciation for an accounting period."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("purchase_date (date)",Xt("The date the asset was purchased.")),fc("first_period_end (date)",Xt("The date the first period ended.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation.")),fc("rate (number)",Xt("The deprecation rate.")),fc("day_count_convention (number, optional)",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i,r={value:0}){r=r||0;const a=Oo(e,this.locale),l=Math.trunc(Oo(t,this.locale)),c=Math.trunc(Oo(o,this.locale)),h=Oo(s,this.locale),d=Oo(n,this.locale),u=Oo(i,this.locale),g=Math.trunc(Oo(r,this.locale));!function(e){Io((()=>e>0),Xt("The cost (%s) must be strictly positive.",e.toString()))}(a),function(e){Io((()=>e>=0),Xt("The purchase_date (%s) must be positive or null.",e.toString()))}(l),Kg(h),function(e,t){Io((()=>e<=t),Xt("The salvage (%s) must be smaller or equal than the cost (%s).",e.toString(),t.toString()))}(h,a),function(e){Io((()=>e>=0),Xt("The period (%s) must be positive or null.",e.toString()))}(d),Zg(u),Gg(g),Io((()=>l<=c),Xt("The purchase_date (%s) must be before the first_period_end (%s).",l.toString(),c.toString()));const p=d<1&&d>0?1:Math.trunc(d),m=a*u,f=Pt(l,c,g),v=l===c?m:m*f,b=a-v-m*p;return b>=h?0===p?v:m:h-b<m?m-(h-b):0},isExported:!0},gp={description:Xt("Days in coupon period containing settlement date."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));if(Bg(n,i),zg(r),Gg(a),1===a){const n=bp.compute.bind(this)(e,t,o,s).value;return fp.compute.bind(this)(e,t,o,s).value-n}return(3===a?365:360)/r},isExported:!0},pp={description:Xt("Days from settlement until next coupon."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=bp.compute.bind(this)(e,t,o,s).value;if([1,2,3].includes(a))return n-l;if(4===a){const e=Pt(l,n,a);return Math.round(360*e)}const c=Bo(n,this.locale),h=Bo(l,this.locale),d=h.getFullYear(),u=c.getFullYear(),g=h.getMonth()+1,p=c.getMonth()+1;let m=h.getDate(),f=c.getDate();return 2===g&&2===p&&Ft(h)&&Ft(c)&&(f=30),31!==f||30!==m&&31!==m||(f=30),2===g&&Ft(h)&&(m=30),31===m&&(m=30),360*(u-d)+30*(p-g)+(f-m)},isExported:!0},mp={description:Xt("Days from settlement until next coupon."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=fp.compute.bind(this)(e,t,o,s).value;if([1,2,3].includes(a))return l-n;if(4===a){const e=Pt(n,l,a);return Math.round(360*e)}const c=pp.compute.bind(this)(e,t,o,s);return gp.compute.bind(this)(e,t,o,s)-c},isExported:!0},fp={description:Xt("Next coupon date after the settlement date."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=12/r,c=vp.compute.bind(this)(e,t,o,s);return{value:_t(Dt(Bo(i,this.locale),-(c-1)*l,!0)),format:this.locale.dateFormat}},isExported:!0},vp={description:Xt("Number of coupons between settlement and maturity."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);let l=1,c=i;const h=12/r;for(;c>n;)c=_t(Dt(Bo(c,this.locale),-h,!1)),l++;return l-1},isExported:!0},bp={description:Xt("Last coupon date prior to or on the settlement date."),args:cp,returns:["NUMBER"],compute:function(e,t,o,s={value:0}){s=s||0;const n=Math.trunc(Oo(e,this.locale)),i=Math.trunc(Oo(t,this.locale)),r=Math.trunc(Oo(o,this.locale)),a=Math.trunc(Oo(s,this.locale));Bg(n,i),zg(r),Gg(a);const l=12/r,c=vp.compute.bind(this)(e,t,o,s);return{value:_t(Dt(Bo(i,this.locale),-c*l,!0)),format:this.locale.dateFormat}},isExported:!0},Sp={description:Xt("Cumulative interest paid over a set of periods."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("first_period (number)",Xt("The number of the payment period to begin the cumulative calculation.")),fc("last_period (number)",Xt("The number of the payment period to end the cumulative calculation.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){const r=Oo(s,this.locale),a=Oo(n,this.locale),l=Oo(e,this.locale),c=Oo(o,this.locale),h=Oo(t,this.locale),d=Uo(i)?1:0;ip(r,a,h),Zg(l),Qg(c);let u=0;for(let e=r;e<=a;e++)u+=Fp(l,e,h,c,0,d);return u},isExported:!0},Cp={description:Xt("Cumulative principal paid over a set of periods."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("first_period (number)",Xt("The number of the payment period to begin the cumulative calculation.")),fc("last_period (number)",Xt("The number of the payment period to end the cumulative calculation.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){const r=Oo(s,this.locale),a=Oo(n,this.locale),l=Oo(e,this.locale),c=Oo(o,this.locale),h=Oo(t,this.locale),d=Uo(i)?1:0;ip(r,a,h),Zg(l),Qg(c);let u=0;for(let e=r;e<=a;e++)u+=qp(l,e,h,c,0,d);return u},isExported:!0},Ep={description:Xt("Depreciation via declining balance method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation.")),fc("month (number, optional)",Xt("The number of months in the first year of depreciation."))],returns:["NUMBER"],compute:function(e,t,o,s,...n){const i=Oo(e,this.locale),r=Oo(t,this.locale),a=Oo(o,this.locale),l=Math.trunc(Oo(s,this.locale)),c=n.length?Math.trunc(Oo(n[0],this.locale)):12,h=a+(12===c?0:1);jg(i),Kg(r),Xg(l),Yg(a),Io((()=>1<=c&&c<=12),Xt("The month (%s) must be between 1 and 12 inclusive.",c.toString())),Io((()=>l<=h),Xt("The period (%s) must be less than or equal to %s.",l.toString(),h.toString()));const d=c/12;let u=1-Math.pow(r/i,1/a);u=Math.round(1e3*u)/1e3;let g=i,p=i*(1-u*d);for(let e=1;e<l;e++)g=p,p=g*(1-u),e===a&&(p=g*(1-u*(1-d)));return{value:g-p,format:"#,##0.00"}},isExported:!0};function wp(e,t,o,s,n){if(jg(e),Kg(t),Xg(s),Yg(o),Jg(s,o),sp(n),0===e||t>=e)return 0;const i=n/o;if(i>1)return 1===s?e-t:0;if(s<=1)return e*i;const r=e*Math.pow(1-i,s-1),a=e*Math.pow(1-i,s),l=a<t?r-t:r-a;return Math.max(l,0)}const yp={description:Xt("Depreciation via double-declining balance method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation.")),fc("factor (number, default=2)",Xt("The factor by which depreciation decreases."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:2}){return{value:wp(Oo(e,this.locale),Oo(t,this.locale),Oo(o,this.locale),Oo(s,this.locale),Oo(n,this.locale)),format:"#,##0.00"}},isExported:!0},xp={description:Xt("Discount rate of a security based on price."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),Wg(a),$g(l);return(l-a)/l/Pt(i,r,c)},isExported:!0},Ip={description:Xt("Convert a decimal fraction to decimal value."),args:[fc("fractional_price (number)",Xt("The price quotation given using fractional decimal conventions.")),fc("unit (number)",Xt("The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));Io((()=>s>0),Xt("The unit (%s) must be strictly positive.",s.toString()));const n=Math.trunc(o);return n+(o-n)*(10**Math.ceil(Math.log10(s))/s)},isExported:!0},Rp={description:Xt("Convert a decimal value to decimal fraction."),args:[fc("decimal_price (number)",Xt("The price quotation given as a decimal value.")),fc("unit (number)",Xt("The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));Io((()=>s>0),Xt("The unit (%s) must be strictly positive.",s.toString()));const n=Math.trunc(o);return n+(o-n)*(s/10**Math.ceil(Math.log10(s)))},isExported:!0},Tp={description:Xt("Number of periods for an investment to reach a value."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){const r=Math.trunc(Oo(e,this.locale)),a=Math.trunc(Oo(t,this.locale)),l=Oo(o,this.locale),c=Oo(s,this.locale),h=Math.trunc(Oo(n,this.locale)),d=Math.trunc(Oo(i,this.locale));Bg(r,a),zg(h),Gg(d),Io((()=>l>=0),Xt("The rate (%s) must be positive or null.",l.toString())),Io((()=>c>=0),Xt("The yield (%s) must be positive or null.",c.toString()));const u=Pt(r,a,d),g=u-Math.trunc(u)||1/h,p=Math.ceil(u*h),m=l/h,f=c/h;let v=0,b=0;for(let e=1;e<=p;e++){const t=(m+(e===p?1:0))/(1+f)**e;b+=(g+(e-1)/h)*t,v+=t}return 0===v?0:b/v},isExported:!0},Ap={description:Xt("Annual effective interest rate."),args:[fc("nominal_rate (number)",Xt("The nominal interest rate per year.")),fc("periods_per_year (number)",Xt("The number of compounding periods per year."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));return Io((()=>o>0),Xt("The nominal rate (%s) must be strictly greater than 0.",o.toString())),Io((()=>s>0),Xt("The number of periods by year (%s) must strictly greater than 0.",s.toString())),Math.pow(1+o/s,s)-1},isExported:!0};function Op(e,t,o,s,n){return 0===e?-(s+o*t):-s*(1+e)**t-o*(1+e*n)*((1+e)**t-1)/e}const _p={description:Xt("Future value of an annuity investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("payment_amount (number)",Xt("The amount per period to be paid.")),fc("present_value (number, default=0)",Xt("The current value of the annuity.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){s=s||0,n=n||0;return{value:Op(Oo(e,this.locale),Oo(t,this.locale),Oo(o,this.locale),Oo(s,this.locale),Uo(n)?1:0),format:"#,##0.00"}},isExported:!0},Mp={description:Xt("Future value of principal from series of rates."),args:[fc("principal (number)",Xt("The amount of initial capital or value to compound against.")),fc("rate_schedule (number, range<number>)",Xt("A series of interest rates to compound against the principal."))],returns:["NUMBER"],compute:function(e,t){return qo([t],((e,t)=>e*(1+Oo(t,this.locale))),Oo(e,this.locale))},isExported:!0},Np={description:Xt("Calculates effective interest rate."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("investment (number)",Xt("The amount invested in the security.")),fc("redemption (number)",Xt("The amount to be received at maturity.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(s,this.locale),l=Oo(o,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),ep(l),$g(a),Gg(c);return(a-l)/l/Pt(i,r,c)},isExported:!0};function Fp(e,t,o,s,n,i){return $p(e,o,s,n,i)-qp(e,t,o,s,n,i)}const Dp={description:Xt("Payment on the principal of an investment."),args:[fc("rate (number)",Xt("The annualized rate of interest.")),fc("period (number)",Xt("The amortization period, in terms of number of periods.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0},i={value:0}){return{value:Fp(Oo(e,this.locale),Oo(t,this.locale),Oo(o,this.locale),Oo(s,this.locale),Oo(n,this.locale),Uo(i)?1:0),format:"#,##0.00"}},isExported:!0},Lp={description:Xt("Internal rate of return given periodic cashflows."),args:[fc("cashflow_amounts (number, range<number>)",Xt("An array or range containing the income or payments associated with the investment.")),fc("rate_guess (number, default=0.1)",Xt("An estimate for what the internal rate of return will be."))],returns:["NUMBER"],compute:function(e,t={value:.1}){const o=Oo(t,this.locale);rp(o);let s=!1,n=!1,i=[];$o([e],(e=>{e>0&&(s=!0),e<0&&(n=!0),i.push(e)}),this.locale),Io((()=>s&&n),Xt("The cashflow_amounts must include negative and positive values."));const r=i.shift();return{value:hp((function(e){return function(e,t,o){const s=o.length;let n=0;return o.reduce(((t,o)=>(n++,t+o*e**(s-n))),t*e**s)}(e,r,i)}),(function(e){return function(e,t,o){const s=o.length;let n=0;return o.reduce(((t,o)=>(n++,t+o*(s-n)*e**(s-n-1))),t*s*e**(s-1))}(e,r,i)}),o+1,20,1e-5)-1,format:"0%"}},isExported:!0},Pp={description:Xt("Returns the interest paid at a particular period of an investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("period (number)",Xt("The period for which you want to view the interest payment.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity."))],returns:["NUMBER"],compute:function(e,t,o,s){const n=Oo(e,this.locale),i=Oo(t,this.locale),r=Oo(o,this.locale),a=Oo(s,this.locale);Io((()=>0!==r),Xt("The number of periods must be different than 0.",r.toString()));return-1*(a-a*(i/r))*n},isExported:!0},kp={description:Xt("Modified Macaulay duration."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){return Tp.compute.bind(this)(e,t,o,s,n,i)/(1+Oo(s,this.locale)/Math.trunc(Oo(n,this.locale)))},isExported:!0},Vp={description:Xt("Modified internal rate of return."),args:[fc("cashflow_amounts (range<number>)",Xt("A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.")),fc("financing_rate (number)",Xt("The interest rate paid on funds invested.")),fc("reinvestment_return_rate (number)",Xt("The return (as a percentage) earned on reinvestment of income received from the investment."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(t,this.locale),n=Oo(o,this.locale),i=Ko(e).flat().filter((e=>null!==e.value)).map((e=>Oo(e,this.locale))),r=i.length;let a=0,l=0;for(const e of ue(0,r)){const t=i[e];t>=0?a+=t*(n+1)**(r-e-1):l+=t/(s+1)**e}Io((()=>0!==l&&0!==a),Xt("There must be both positive and negative values in cashflow_amounts."));return(-a/l)**(1/(r-1))-1},isExported:!0},Up={description:Xt("Annual nominal interest rate."),args:[fc("effective_rate (number)",Xt("The effective interest rate per year.")),fc("periods_per_year (number)",Xt("The number of compounding periods per year."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(e,this.locale),s=Math.trunc(Oo(t,this.locale));return Io((()=>o>0),Xt("The effective rate (%s) must must strictly greater than 0.",o.toString())),Io((()=>s>0),Xt("The number of periods by year (%s) must strictly greater than 0.",s.toString())),(Math.pow(o+1,1/s)-1)*s},isExported:!0},Bp={description:Xt("Number of payment periods for an investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("payment_amount (number)",Xt("The amount of each payment made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){s=s||0,n=n||0;const i=Oo(e,this.locale),r=Oo(t,this.locale),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Uo(n)?1:0;if(0===i)return-(l+a)/r;const h=r*(1+i*c)/i;return Math.log((h-l)/(a+h))/Math.log(1+i)},isExported:!0};function Hp(e,t,o,s){let n=0;return Zo(o,((t,o)=>(n++,t+o/(1+e)**n)),t,s)}const zp={description:Xt("The net present value of an investment based on a series of periodic cash flows and a discount rate."),args:[fc("discount (number)",Xt("The discount rate of the investment over one period.")),fc("cashflow1 (number, range<number>)",Xt("The first future cash flow.")),fc("cashflow2 (number, range<number>, repeating)",Xt("Additional future cash flows."))],returns:["NUMBER"],compute:function(e,...t){const o=Oo(e,this.locale);return Io((()=>-1!==o),Xt("The discount (%s) must be different from -1.",o.toString())),{value:Hp(o,0,t,this.locale),format:"#,##0.00"}},isExported:!0},Gp={description:Xt("Computes the number of periods needed for an investment to reach a value."),args:[fc("rate (number)",Xt("The rate at which the investment grows each period.")),fc("present_value (number)",Xt("The investment's current value.")),fc("future_value (number)",Xt("The investment's desired future value."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(e,this.locale),n=Oo(t,this.locale),i=Oo(o,this.locale);return Zg(s),Io((()=>n>0),Xt("The present_value (%s) must be strictly positive.",n.toString())),Io((()=>i>0),Xt("The future_value (%s) must be strictly positive.",i.toString())),(Math.log(i)-Math.log(n))/Math.log(1+s)},isExported:!0};function $p(e,t,o,s,n){if(qg(t),0===e)return-(s+o)/t;let i=-(o*(1+e)**t+s);return i=i*e/((1+e*n)*((1+e)**t-1)),i}const Wp={description:Xt("Periodic payment for an annuity investment."),args:[fc("rate (number)",Xt("The annualized rate of interest.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){const i=Oo(t,this.locale),r=Oo(e,this.locale),a=Uo(n)?1:0,l=Oo(s,this.locale);return{value:$p(r,i,Oo(o,this.locale),l,a),format:"#,##0.00"}},isExported:!0};function qp(e,t,o,s,n,i){qg(o),Io((()=>t>0&&t<=o),Xt("The period must be between 1 and number_of_periods (%s)",o));const r=$p(e,o,s,n,i);if(1===i&&1===t)return r;return r+-Op(e,0===i?t-1:t-2,r,s+r*i,0)*e}const Zp={description:Xt("Payment on the principal of an investment."),args:[fc("rate (number)",Xt("The annualized rate of interest.")),fc("period (number)",Xt("The amortization period, in terms of number of periods.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0},i={value:0}){const r=Oo(o,this.locale),a=Oo(e,this.locale),l=Oo(t,this.locale),c=Uo(i)?1:0,h=Oo(n,this.locale);return{value:qp(a,l,r,Oo(s,this.locale),h,c),format:"#,##0.00"}},isExported:!0},Yp={description:Xt("Present value of an annuity investment."),args:[fc("rate (number)",Xt("The interest rate.")),fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("payment_amount (number)",Xt("The amount per period to be paid.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0}){s=s||0,n=n||0;const i=Oo(e,this.locale),r=Oo(t,this.locale),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Uo(n)?1:0;return{value:i?-(a*(1+i*c)*((1+i)**r-1)/i+l)/(1+i)**r:-(l+a*r),format:"#,##0.00"}},isExported:!0},jp={description:Xt("Price of a security paying periodic interest."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i,r={value:0}){r=r||0;const a=Math.trunc(Oo(e,this.locale)),l=Math.trunc(Oo(t,this.locale)),c=Oo(o,this.locale),h=Oo(s,this.locale),d=Oo(n,this.locale),u=Math.trunc(Oo(i,this.locale)),g=Math.trunc(Oo(r,this.locale));Bg(a,l),zg(u),Gg(g),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Io((()=>h>=0),Xt("The yield (%s) must be positive or null.",h.toString())),$g(d);const p=Pt(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=1+h/u,b=100*c/u;if(1===m)return(b+d)/(f*h/u+1)-b*(1-f);let S=0;for(let e=1;e<=m;e++)S+=b/v**(e-1+f);return d/v**(m-1+f)+S-b*(1-f)},isExported:!0},Xp={description:Xt("Price of a discount security."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("discount (number)",Xt("The discount rate of the security at time of purchase.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),tp(a),$g(l);return l-a*l*Pt(i,r,c)},isExported:!0},Kp={description:Xt("Calculates the price of a security paying interest at maturity, based on expected yield."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("issue (date)",Xt("The date the security was initially issued.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("yield (number)",Xt("The expected annual yield of the security.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){i=i||0;const r=Math.trunc(Oo(e,this.locale)),a=Math.trunc(Oo(t,this.locale)),l=Math.trunc(Oo(o,this.locale)),c=Oo(s,this.locale),h=Oo(n,this.locale),d=Math.trunc(Oo(i,this.locale));Hg(r,l),Bg(r,a),Gg(d),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Io((()=>h>=0),Xt("The yield (%s) must be positive or null.",h.toString()));const u=Pt(r,a,d),g=Pt(r,l,d);return(100+Pt(l,a,d)*c*100)/(1+u*h)-g*c*100},isExported:!0},Qp=.1,Jp={description:Xt("Interest rate of an annuity investment."),args:[fc("number_of_periods (number)",Xt("The number of payments to be made.")),fc("payment_per_period (number)",Xt("The amount per period to be paid.")),fc("present_value (number)",Xt("The current value of the annuity.")),fc("future_value (number, default=0)",Xt("The future value remaining after the final payment has been made.")),fc("end_or_beginning (number, default=0)",Xt("Whether payments are due at the end (0) or beginning (1) of each period.")),fc("rate_guess (number, default=0.1)",Xt("An estimate for what the interest rate will be."))],returns:["NUMBER"],compute:function(e,t,o,s={value:0},n={value:0},i={value:Qp}){const r=Oo(e,this.locale),a=Oo(t,this.locale),l=Uo(n)?1:0,c=Oo(i,this.locale)||Qp;let h=Oo(s,this.locale),d=Oo(o,this.locale);qg(r),Io((()=>[a,d,h].some((e=>e>0))&&[a,d,h].some((e=>e<0))),Xt("There must be both positive and negative values in [payment_amount, present_value, future_value].",r.toString())),rp(c),h-=a*l,d+=a*l;return{value:hp((e=>{const t=Math.pow(1+e,r);return h+d*t+a*((t-1)/e)}),(e=>{const t=Math.pow(1+e,r-1),o=Math.pow(1+e,r);return d*r*t+a*(r*t/e-(o-1)/e/e)}),c,40,1e-5),format:"0%"}},isExported:!0},em={description:Xt("Amount received at maturity for a security."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("investment (number)",Xt("The amount invested (irrespective of face value of each security).")),fc("discount (number)",Xt("The discount rate of the security invested in.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),ep(a),tp(l);return a/(1-l*Pt(i,r,c))},isExported:!0},tm={description:Xt("Computes the rate needed for an investment to reach a specific value within a specific number of periods."),args:[fc("number_of_periods (number)",Xt("The number of periods.")),fc("present_value (number)",Xt("The present value of the investment.")),fc("future_value (number)",Xt("The future value of the investment."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(e,this.locale),n=Oo(t,this.locale),i=Oo(o,this.locale);return qg(s),(i/n)**(1/s)-1},isExported:!0},om={description:Xt("Depreciation of an asset using the straight-line method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated."))],returns:["NUMBER"],compute:function(e,t,o){return{value:(Oo(e,this.locale)-Oo(t,this.locale))/Oo(o,this.locale),format:"#,##0.00"}},isExported:!0},sm={description:Xt("Depreciation via sum of years digit method."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("period (number)",Xt("The single period within life for which to calculate depreciation."))],returns:["NUMBER"],compute:function(e,t,o,s){const n=Oo(e,this.locale),i=Oo(t,this.locale),r=Oo(o,this.locale),a=Oo(s,this.locale);Xg(a),Yg(r),Jg(a,r);return{value:(r-a+1)/(r*(r+1)/2)*(n-i),format:"#,##0.00"}},isExported:!0};function nm(e,t,o){return 100*(1-o*Pt(e,t,2))}const im={description:Xt("Price of a US Treasury bill."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("discount (number)",Xt("The discount rate of the bill at time of purchase."))],returns:["NUMBER"],compute:function(e,t,o){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Oo(o,this.locale);return Bg(s,n),np(s,n,this.locale),tp(i),op(i),nm(s,n,i)},isExported:!0},rm={description:Xt("Equivalent rate of return for a US Treasury bill."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("discount (number)",Xt("The discount rate of the bill at time of purchase."))],returns:["NUMBER"],compute:function(e,t,o){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Oo(o,this.locale);Bg(s,n),np(s,n,this.locale),tp(i),op(i);const r=Ju.compute.bind(this)({value:n},{value:s});if(r<=182)return 365*i/(360-i*r);const a=nm(s,n,i)/100,l=r/(366===r?366:365);return(-2*l+2*Math.sqrt(l**2-(2*l-1)*(1-1/a)))/(2*l-1)},isExported:!0},am={description:Xt("The yield of a US Treasury bill based on price."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value."))],returns:["NUMBER"],compute:function(e,t,o){const s=Math.trunc(Oo(e,this.locale)),n=Math.trunc(Oo(t,this.locale)),i=Oo(o,this.locale);Bg(s,n),np(s,n,this.locale),Wg(i);return(100-i)/i*(1/Pt(s,n,2))},isExported:!0},lm={description:Xt("Variable declining balance. WARNING : does not handle decimal periods."),args:[fc("cost (number)",Xt("The initial cost of the asset.")),fc("salvage (number)",Xt("The value of the asset at the end of depreciation.")),fc("life (number)",Xt("The number of periods over which the asset is depreciated.")),fc("start (number)",Xt("Starting period to calculate depreciation.")),fc("end (number)",Xt("Ending period to calculate depreciation.")),fc("factor (number, default=2)",Xt("The number of months in the first year of depreciation.")),fc("no_switch (number, default=false)",Xt("Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:2},r={value:false}){i=i||0;const a=Oo(e,this.locale),l=Oo(t,this.locale),c=Oo(o,this.locale),h=Math.trunc(Oo(s,this.locale)),d=Math.trunc(Oo(n,this.locale)),u=Oo(i,this.locale),g=Uo(r);if(jg(a),Kg(l),function(e,t,o){Yg(o),Io((()=>e>=0),Xt("The start_period (%s) must be greater or equal than 0.",e.toString())),Io((()=>t>=0),Xt("The end_period (%s) must be greater or equal than 0.",t.toString())),Io((()=>e<=t),Xt("The start_period (%s) must be smaller or equal to the end_period (%s).",e.toString(),t.toString())),Io((()=>t<=o),Xt("The end_period (%s) must be smaller or equal to the life (%s).",e.toString(),o.toString()))}(h,d,c),sp(u),0===a)return 0;if(l>=a)return h<1?a-l:0;const p=u/c;if(p>=1)return h<1?a-l:0;let m=a,f=0,v=0,b=!1;for(let e=0;e<d;e++){if(!b||g){const t=m*p,o=(m-l)/(c-e);!g&&o>t?(b=!0,f=o):f=t}const t=Math.max(m-f,l);e>=h&&(v+=m-t),m=t}return v},isExported:!0},cm={description:Xt("Internal rate of return given non-periodic cash flows."),args:[fc("cashflow_amounts (range<number>)",Xt("An range containing the income or payments associated with the investment.")),fc("cashflow_dates (range<number>)",Xt("An range with dates corresponding to the cash flows in cashflow_amounts.")),fc("rate_guess (number, default=0.1)",Xt("An estimate for what the internal rate of return will be."))],returns:["NUMBER"],compute:function(e,t,o={value:Qp}){const s=Oo(o,this.locale),n=e.flat().map((e=>Oo(e,this.locale))),i=t.flat().map((e=>Oo(e,this.locale)));var r;ap(e,t),r=n,Io((()=>r.some((e=>e>0))&&r.some((e=>e<0))),Xt("There must be both positive and negative values in cashflow_amounts.")),lp(i),rp(s);const a=new Map;for(const e of ue(0,i.length)){const t=i[e];a.has(t)?a.set(t,a.get(t)+n[e]):a.set(t,n[e])}const l=Array.from(a.keys()),c=l.map((e=>a.get(e)));return hp((e=>{let t=c[0];for(const o of ue(1,c.length)){const s=(l[0]-l[o])/365;t+=c[o]*(1+e)**s}return t}),(e=>{let t=0;for(const o of ue(1,c.length)){const s=(l[0]-l[o])/365;t+=s*c[o]*(1+e)**(s-1)}return t}),s,40,1e-5,(e=>e?e/10-.9:-.9))},isExported:!0},hm={description:Xt("Net present value given to non-periodic cash flows.."),args:[fc("discount (number)",Xt("The discount rate of the investment over one period.")),fc("cashflow_amounts (number, range<number>)",Xt("An range containing the income or payments associated with the investment.")),fc("cashflow_dates (number, range<number>)",Xt("An range with dates corresponding to the cash flows in cashflow_amounts."))],returns:["NUMBER"],compute:function(e,t,o){const s=Oo(e,this.locale),n=po(t)?t.flat().map((e=>No(e,this.locale))):[No(t,this.locale)],i=po(o)?o.flat().map((e=>No(e,this.locale))):[No(o,this.locale)];if(po(o)&&po(t)?ap(t,o):Io((()=>n.length===i.length),Xt("There must be the same number of values in cashflow_amounts and cashflow_dates.")),lp(i),Zg(s),1===n.length)return n[0];const r=new Map;for(const e of ue(0,i.length)){const t=i[e];r.has(t)?r.set(t,r.get(t)+n[e]):r.set(t,n[e])}const a=Array.from(r.keys()),l=a.map((e=>r.get(e)));let c=l[0];for(const e of ue(1,l.length)){const t=(a[0]-a[e])/365;c+=l[e]*(1+s)**t}return c},isExported:!0},dm={description:Xt("Annual yield of a security paying periodic interest."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("frequency (number)",Xt("The number of interest or coupon payments per year (1, 2, or 4).")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i,r={value:0}){r=r||0;const a=Math.trunc(Oo(e,this.locale)),l=Math.trunc(Oo(t,this.locale)),c=Oo(o,this.locale),h=Oo(s,this.locale),d=Oo(n,this.locale),u=Math.trunc(Oo(i,this.locale)),g=Math.trunc(Oo(r,this.locale));Bg(a,l),zg(u),Gg(g),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Wg(h),$g(d);const p=Pt(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=100*c/u;if(1===m){const e=h+v*(1-f);return(d+v-e)*u*(1/f)/e}const b=hp((function(e){return function(e,t,o,s,n,i){let r=i-(e+n*(1-t))*s**(o-1+t);for(let e=1;e<=o;e++)r+=n*s**(e-1);return r}(h,f,m,e,v,d)}),(function(e){return function(e,t,o,s,n){let i=-(e+n*(1-t))*(o-1+t)*s**(o-2+t);for(let e=1;e<=o;e++)i+=n*(e-1)*s**(e-2);return i}(h,f,m,e,v)}),1+(c+1)/u,100,1e-5);return(b-1)*u},isExported:!0},um={description:Xt("Annual yield of a discount security."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("price (number)",Xt("The price at which the security is bought per 100 face value.")),fc("redemption (number)",Xt("The redemption amount per 100 face value, or par.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n={value:0}){n=n||0;const i=Math.trunc(Oo(e,this.locale)),r=Math.trunc(Oo(t,this.locale)),a=Oo(o,this.locale),l=Oo(s,this.locale),c=Math.trunc(Oo(n,this.locale));Bg(i,r),Gg(c),Wg(a),$g(l);return(l/a-1)/Pt(i,r,c)},isExported:!0},gm={description:Xt("Annual yield of a security paying interest at maturity."),args:[fc("settlement (date)",Xt("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),fc("maturity (date)",Xt("The maturity or end date of the security, when it can be redeemed at face, or par value.")),fc("issue (date)",Xt("The date the security was initially issued.")),fc("rate (number)",Xt("The annualized rate of interest.")),fc("price (number)",Xt("The price at which the security is bought.")),fc("day_count_convention (number, default=0 )",Xt("An indicator of what day count method to use."))],returns:["NUMBER"],compute:function(e,t,o,s,n,i={value:0}){i=i||0;const r=Math.trunc(Oo(e,this.locale)),a=Math.trunc(Oo(t,this.locale)),l=Math.trunc(Oo(o,this.locale)),c=Oo(s,this.locale),h=Oo(n,this.locale),d=Math.trunc(Oo(i,this.locale));Bg(r,a),Gg(d),Io((()=>r>=l),Xt("The settlement (%s) must be greater than or equal to the issue (%s).",r.toString(),l.toString())),Io((()=>c>=0),Xt("The rate (%s) must be positive or null.",c.toString())),Wg(h);const u=Pt(l,a,d),g=Pt(l,r,d),p=Pt(r,a,d);return(100*(1+c*u)/(h+100*c*g)-1)/p},isExported:!0};var pm=Object.freeze({__proto__:null,ACCRINTM:dp,AMORLINC:up,COUPDAYBS:pp,COUPDAYS:gp,COUPDAYSNC:mp,COUPNCD:fp,COUPNUM:vp,COUPPCD:bp,CUMIPMT:Sp,CUMPRINC:Cp,DB:Ep,DDB:yp,DISC:xp,DOLLARDE:Ip,DOLLARFR:Rp,DURATION:Tp,EFFECT:Ap,FV:_p,FVSCHEDULE:Mp,INTRATE:Np,IPMT:Dp,IRR:Lp,ISPMT:Pp,MDURATION:kp,MIRR:Vp,NOMINAL:Up,NPER:Bp,NPV:zp,PDURATION:Gp,PMT:Wp,PPMT:Zp,PRICE:jp,PRICEDISC:Xp,PRICEMAT:Kp,PV:Yp,RATE:Jp,RECEIVED:em,RRI:tm,SLN:om,SYD:sm,TBILLEQ:rm,TBILLPRICE:im,TBILLYIELD:am,VDB:lm,XIRR:cm,XNPV:hm,YIELD:dm,YIELDDISC:um,YIELDMAT:gm});function mm(e){if("REFERENCE"!==e.type)return e;const{xc:t,sheetName:o}=sn(e.value),[s,n]=t.split(":"),i=fm(s),r=n?`:${fm(n)}`:"";return{...e,value:nn(o,i+r)}}function fm(e){switch(function(e){if(function(e){return e.startsWith("$")&&e.length>1&&e.slice(1).includes("$")}(e))return"colrow";if(function(e){return e.startsWith("$")}(e))return"col";if(function(e){return e.includes("$",1)}(e))return"row";return"none"}(e)){case"none":e=vm(e,"colrow");break;case"colrow":e=vm(e,"row");break;case"row":e=vm(e,"col");break;case"col":e=vm(e,"none")}return e}function vm(e,t){if(e.includes("!"))throw new Error("The given XC should not contain a sheet name");let o;switch(e=e.replace(/\$/g,""),t){case"col":return"$"+e;case"row":return o=e.search(/[0-9]/),e.slice(0,o)+"$"+e.slice(o);case"colrow":return o=e.search(/[0-9]/),-1===o||0===o?"$"+e:"$"+(e=e.slice(0,o)+"$"+e.slice(o));case"none":return e}}const bm=["address","col","contents","format","row","type"],Sm={description:Xt("Gets information about a cell."),args:[fc("info_type (string)",Xt("The type of information requested. Can be one of %s",bm.join(", "))),fc("reference (meta)",Xt("The reference to the cell."))],returns:["ANY"],compute:function(e,t){const o=Po(e).toLowerCase();Io((()=>bm.includes(o)),Xt("The info_type should be one of %s.",bm.join(", ")));const s=this.__originSheetId,n=Po(t),i=n.includes(":")?n.split(":")[0]:n;let{sheetName:r,xc:a}=sn(i);r=r===this.getters.getSheetName(s)?void 0:r;const l=nn(r,vm(a,"colrow")),c=this.getters.getRangeFromSheetXC(s,l);switch(o){case"address":return this.getters.getRangeString(c,s);case"col":return c.zone.left+1;case"contents":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).value}case"format":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).format||""}case"row":return c.zone.top+1;case"type":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top},t=this.getters.getEvaluatedCell(e).type;return t===Qt.empty?"b":t===Qt.text?"l":"v"}}return""},isExported:!0},Cm={description:Xt("Whether a value is an error other than #N/A."),args:[fc("value (any)",Xt("The value to be verified as an error type."))],returns:["BOOLEAN"],compute:function(e){const t=e?.value;return To(t)&&t!==vo.NotAvailable},isExported:!0},Em={description:Xt("Whether a value is an error."),args:[fc("value (any)",Xt("The value to be verified as an error type."))],returns:["BOOLEAN"],compute:function(e){const t=e?.value;return To(t)},isExported:!0},wm={description:Xt("Whether a value is `true` or `false`."),args:[fc("value (any)",Xt("The value to be verified as a logical TRUE or FALSE."))],returns:["BOOLEAN"],compute:function(e){return"boolean"==typeof e?.value},isExported:!0},ym={description:Xt("Whether a value is the error #N/A."),args:[fc("value (any)",Xt("The value to be verified as an error type."))],returns:["BOOLEAN"],compute:function(e){return e?.value===vo.NotAvailable},isExported:!0},xm={description:Xt("Whether a value is non-textual."),args:[fc("value (any)",Xt("The value to be checked."))],returns:["BOOLEAN"],compute:function(e){return!Rm.compute.bind(this)(e)},isExported:!0},Im={description:Xt("Whether a value is a number."),args:[fc("value (any)",Xt("The value to be verified as a number."))],returns:["BOOLEAN"],compute:function(e){return"number"==typeof e?.value},isExported:!0},Rm={description:Xt("Whether a value is text."),args:[fc("value (any)",Xt("The value to be verified as text."))],returns:["BOOLEAN"],compute:function(e){return"string"==typeof e?.value&&!1===To(e?.value)},isExported:!0},Tm={description:Xt("Whether the referenced cell is empty"),args:[fc("value (any)",Xt("Reference to the cell that will be checked for emptiness."))],returns:["BOOLEAN"],compute:function(e){return null===e?.value},isExported:!0},Am={description:Xt("Returns the error value #N/A."),args:[],returns:["BOOLEAN"],compute:function(){return{value:vo.NotAvailable}},isExported:!0};var Om=Object.freeze({__proto__:null,CELL:Sm,ISBLANK:Tm,ISERR:Cm,ISERROR:Em,ISLOGICAL:wm,ISNA:ym,ISNONTEXT:xm,ISNUMBER:Im,ISTEXT:Rm,NA:Am});const _m={description:Xt("Logical `and` operator."),args:[fc("logical_expression1 (boolean, range<boolean>)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE, or an expression that can be coerced to a logical value.")),fc("logical_expression2 (boolean, range<boolean>, repeating)",Xt("More expressions that represent logical values."))],returns:["BOOLEAN"],compute:function(...e){let t=!1,o=!0;return Qo(e,(e=>(t=!0,o=o&&e,o))),Io((()=>t),Xt("[[FUNCTION_NAME]] has no valid input data.")),o},isExported:!0},Mm={description:Xt("Logical value `false`."),args:[],returns:["BOOLEAN"],compute:function(){return!1},isExported:!0},Nm={description:Xt("Returns value depending on logical expression."),args:[fc("logical_expression (boolean)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.")),fc("value_if_true (any)",Xt("The value the function returns if logical_expression is TRUE.")),fc("value_if_false (any, default=FALSE)",Xt("The value the function returns if logical_expression is FALSE."))],returns:["ANY"],compute:function(e,t,o){const s=Uo(e?.value)?t:o;return void 0===s?{value:""}:(null===s.value&&(s.value=""),s)},isExported:!0},Fm={description:Xt("Value if it is not an error, otherwise 2nd argument."),args:[fc("value (any)",Xt("The value to return if value itself is not an error.")),fc('value_if_error (any, default="empty")',Xt("The value the function returns if value is an error."))],returns:["ANY"],compute:function(e,t={value:""}){const o=To(e?.value)?t:e;return void 0===o?{value:""}:(null===o.value&&(o.value=""),o)},isExported:!0},Dm={description:Xt("Value if it is not an #N/A error, otherwise 2nd argument."),args:[fc("value (any)",Xt("The value to return if value itself is not #N/A an error.")),fc('value_if_error (any, default="empty")',Xt("The value the function returns if value is an #N/A error."))],returns:["ANY"],compute:function(e,t={value:""}){const o=e?.value===vo.NotAvailable?t:e;return void 0===o?{value:""}:(null===o.value&&(o.value=""),o)},isExported:!0},Lm={description:Xt("Returns a value depending on multiple logical expressions."),args:[fc("condition1 (boolean)",Xt("The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.")),fc("value1 (any)",Xt("The returned value if condition1 is TRUE.")),fc("condition2 (boolean, repeating)",Xt("Additional conditions to be evaluated if the previous ones are FALSE.")),fc("value2 (any, repeating)",Xt("Additional values to be returned if their corresponding conditions are TRUE."))],returns:["ANY"],compute:function(...e){Io((()=>e.length%2==0),Xt("Wrong number of arguments. Expected an even number of arguments."));for(let t=0;t<e.length-1;t+=2)if(Uo(e[t]?.value)){const o=e[t+1];return void 0===o?{value:""}:(null===o.value&&(o.value=""),o)}throw new So(Xt("No match."))},isExported:!0},Pm={description:Xt("Returns opposite of provided logical value."),args:[fc("logical_expression (boolean)",Xt("An expression or reference to a cell holding an expression that represents some logical value."))],returns:["BOOLEAN"],compute:function(e){return!Uo(e)},isExported:!0},km={description:Xt("Logical `or` operator."),args:[fc("logical_expression1 (boolean, range<boolean>)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE, or an expression that can be coerced to a logical value.")),fc("logical_expression2 (boolean, range<boolean>, repeating)",Xt("More expressions that evaluate to logical values."))],returns:["BOOLEAN"],compute:function(...e){let t=!1,o=!1;return Qo(e,(e=>(t=!0,o=o||e,!o))),Io((()=>t),Xt("[[FUNCTION_NAME]] has no valid input data.")),o},isExported:!0},Vm={description:Xt("Logical value `true`."),args:[],returns:["BOOLEAN"],compute:function(){return!0},isExported:!0},Um={description:Xt("Logical `xor` operator."),args:[fc("logical_expression1 (boolean, range<boolean>)",Xt("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE, or an expression that can be coerced to a logical value.")),fc("logical_expression2 (boolean, range<boolean>, repeating)",Xt("More expressions that evaluate to logical values."))],returns:["BOOLEAN"],compute:function(...e){let t=!1,o=!1;return Qo(e,(e=>(t=!0,o=o?!e:e,!0))),Io((()=>t),Xt("[[FUNCTION_NAME]] has no valid input data.")),o},isExported:!0};var Bm=Object.freeze({__proto__:null,AND:_m,FALSE:Mm,IF:Nm,IFERROR:Fm,IFNA:Dm,IFS:Lm,NOT:Pm,OR:km,TRUE:Vm,XOR:Um});const Hm=!0;function zm(e){return{value:vo.NotAvailable,message:Xt("Did not find value '%s' in [[FUNCTION_NAME]] evaluation.",Po(e))}}const Gm={description:Xt("Returns a cell reference as a string. "),args:[fc("row (number)",Xt("The row number of the cell reference. ")),fc("column (number)",Xt("The column number (not name) of the cell reference. A is column number 1. ")),fc("absolute_relative_mode (number, default=1)",Xt("An indicator of whether the reference is row/column absolute. 1 is row and column absolute (e.g. $A$1), 2 is row absolute and column relative (e.g. A$1), 3 is row relative and column absolute (e.g. $A1), and 4 is row and column relative (e.g. A1).")),fc("use_a1_notation (boolean, default=TRUE)",Xt("A boolean indicating whether to use A1 style notation (TRUE) or R1C1 style notation (FALSE).")),fc("sheet (string, optional)",Xt("A string indicating the name of the sheet into which the address points."))],returns:["STRING"],compute:function(e,t,o={value:1},s={value:!0},n){const i=Do(e,this.locale),r=Do(t,this.locale);Lo(i),Lo(r);const a=Do(o,this.locale);var l,c;Io((()=>[1,2,3,4].includes(a)),(l=4,c=a,Xt("The function [[FUNCTION_NAME]] expects a number value between %s and %s inclusive, but receives %s.",1..toString(),l.toString(),c.toString())));let h;if(Uo(s)){h=ut(r-1,i-1,{rowFixed:!![1,2].includes(a),colFixed:!![1,3].includes(a)})}else{h=([1,2].includes(a)?`R${i}`:`R[${i}]`)+([1,3].includes(a)?`C${r}`:`C[${r}]`)}return void 0!==n?nn(Po(n),h):h},isExported:!0},$m={description:Xt("Column number of a specified cell."),args:[fc("cell_reference (meta, default='this cell')",Xt("The cell whose column number will be returned. Column A corresponds to 1. By default, the function use the cell in which the formula is entered."))],returns:["NUMBER"],compute:function(e){const t=void 0===e?this.__originCellXC?.():e.value;Io((()=>!!t),"In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.");return an(t).left+1},isExported:!0},Wm={description:Xt("Number of columns in a specified array or range."),args:[fc("range (meta)",Xt("The range whose column count will be returned."))],returns:["NUMBER"],compute:function(e){const t=an(e.value);return t.right-t.left+1},isExported:!0},qm={description:Xt("Horizontal lookup"),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("range (range)",Xt("The range to consider for the search. The first row in the range is searched for the key specified in search_key.")),fc("index (number)",Xt("The row index of the value to be returned, where the first row in range is numbered 1.")),fc("is_sorted (boolean, default=true)",Xt("Indicates whether the row to be searched (the first row of the specified range) is sorted, in which case the closest match for search_key will be returned."))],returns:["ANY"],compute:function(e,t,o,s={value:Hm}){const n=Math.trunc(Oo(o?.value,this.locale));if(Io((()=>1<=n&&n<=t[0].length),Xt("[[FUNCTION_NAME]] evaluates to an out of bounds range.")),e&&To(e.value))return e;const i=(e,t)=>e[t][0].value,r=Uo(s.value)?os(t,e,"nextSmaller","asc",t.length,i):ss(t,e,"strict",t.length,i),a=t[r];return void 0===a?zm(e):a[n-1]},isExported:!0},Zm={description:Xt("Returns the content of a cell, specified by row and column offset."),args:[fc("reference (any, range)",Xt("The range of cells from which the values are returned.")),fc("row (number, default=0)",Xt("The index of the row to be returned from within the reference range of cells.")),fc("column (number, default=0)",Xt("The index of the column to be returned from within the reference range of cells."))],returns:["ANY"],compute:function(e,t={value:0},o={value:0}){const s=rs(e),n=Oo(t.value,this.locale),i=Oo(o.value,this.locale);return Io((()=>i>=0&&i-1<s.length&&n>=0&&n-1<s[0].length),Xt("Index out of range.")),0===n&&0===i?s:0===n?[s[i-1]]:0===i?s.map((e=>[e[n-1]])):s[i-1][n-1]},isExported:!0},Ym={description:Xt("Look up a value."),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("search_array (range)",Xt("One method of using this function is to provide a single sorted row or column search_array to look through for the search_key with a second argument result_range. The other way is to combine these two arguments into one search_array where the first row or column is searched and a value is returned from the last row or column in the array. If search_key is not found, a non-exact match may be returned.")),fc("result_range (range, optional)",Xt("The range from which to return a result. The value returned corresponds to the location where search_key is found in search_range. This range must be only a single row or column and should not be used if using the search_result_array method."))],returns:["ANY"],compute:function(e,t,o){let s=t.length,n=t[0].length;const i=n>=s,r=i?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,a=os(t,e,"nextSmaller","asc",i?n:s,r);return-1===a||i&&void 0===t[0][a]||!i&&void 0===t[a][n-1]?zm(e):void 0===o?i?t[s-1][a]:t[a][n-1]:(s=o.length,n=o[0].length,Io((()=>1===s||1===n),Xt("The result_range must be a single row or a single column.")),s>1?(Io((()=>a<=s-1),Xt("[[FUNCTION_NAME]] evaluates to an out of range row value %s.",(a+1).toString())),o[a][0]):(Io((()=>a<=n-1),Xt("[[FUNCTION_NAME]] evaluates to an out of range column value %s.",(a+1).toString())),o[0][a]))},isExported:!0},jm={description:Xt("Position of item in range that matches value."),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("range (any, range)",Xt("The one-dimensional array to be searched.")),fc("search_type (number, default=1)",Xt("The search method. 1 (default) finds the largest value less than or equal to search_key when range is sorted in ascending order. 0 finds the exact value when range is unsorted. -1 finds the smallest value greater than or equal to search_key when range is sorted in descending order."))],returns:["NUMBER"],compute:function(e,t,o={value:1}){let s=Oo(o,this.locale);const n=t.length,i=t[0].length;Io((()=>1===n||1===i),Xt("The range must be a single row or a single column."));let r=-1;const a=1===n?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,l=1===n?t[0].length:t.length;switch(s=Math.sign(s),s){case 1:r=os(t,e,"nextSmaller","asc",l,a);break;case 0:r=ss(t,e,"strict",l,a);break;case-1:r=os(t,e,"nextGreater","desc",l,a)}return 1===n&&void 0===t[0][r]||1!==n&&void 0===t[r]?zm(e):r+1},isExported:!0},Xm={description:Xt("Row number of a specified cell."),args:[fc("cell_reference (meta, default='this cell')",Xt("The cell whose row number will be returned. By default, this function uses the cell in which the formula is entered."))],returns:["NUMBER"],compute:function(e){const t=void 0===e?this.__originCellXC?.():e.value;Io((()=>!!t),"In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.");return an(t).top+1},isExported:!0},Km={description:Xt("Number of rows in a specified array or range."),args:[fc("range (meta)",Xt("The range whose row count will be returned."))],returns:["NUMBER"],compute:function(e){const t=an(e.value);return t.bottom-t.top+1},isExported:!0},Qm={description:Xt("Vertical lookup."),args:[fc("search_key (any)",Xt("The value to search for. For example, 42, 'Cats', or I24.")),fc("range (any, range)",Xt("The range to consider for the search. The first column in the range is searched for the key specified in search_key.")),fc("index (number)",Xt("The column index of the value to be returned, where the first column in range is numbered 1.")),fc("is_sorted (boolean, default=true)",Xt("Indicates whether the column to be searched (the first column of the specified range) is sorted, in which case the closest match for search_key will be returned."))],returns:["ANY"],compute:function(e,t,o,s={value:Hm}){const n=Math.trunc(Oo(o?.value,this.locale));if(Io((()=>1<=n&&n<=t.length),Xt("[[FUNCTION_NAME]] evaluates to an out of bounds range.")),e&&To(e.value))return e;const i=(e,t)=>e[0][t].value,r=Uo(s.value)?os(t,e,"nextSmaller","asc",t[0].length,i):ss(t,e,"strict",t[0].length,i),a=t[n-1][r];return void 0===a?zm(e):a},isExported:!0},Jm={description:Xt("Search a range for a match and return the corresponding item from a second range."),args:[fc("search_key (any)",Xt("The value to search for.")),fc("lookup_range (any, range)",Xt("The range to consider for the search. Should be a single column or a single row.")),fc("return_range (any, range)",Xt("The range containing the return value. Should have the same dimensions as lookup_range.")),fc("if_not_found (any, optional)",Xt("If a valid match is not found, return this value.")),fc("match_mode (any, default=0)",Xt("(0) Exact match. (-1) Return next smaller item if no match. (1) Return next greater item if no match.")),fc("search_mode (any, default=1)",Xt("(1) Search starting at first item. (-1) Search starting at last item. (2) Perform a binary search that relies on lookup_array being sorted in ascending order. If not sorted, invalid results will be returned. (-2) Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned. "))],returns:["ANY"],compute:function(e,t,o,s,n={value:0},i={value:1}){const r=Math.trunc(Oo(n.value,this.locale)),a=Math.trunc(Oo(i.value,this.locale));Io((()=>1===t.length||1===t[0].length),Xt("lookup_range should be either a single row or single column.")),Io((()=>[-1,1,-2,2].includes(a)),Xt("searchMode should be a value in [-1, 1, -2, 2].")),Io((()=>[-1,0,1].includes(r)),Xt("matchMode should be a value in [-1, 0, 1]."));const l=1===t.length?"col":"row";if(Io((()=>"col"===l?o[0].length===t[0].length:o.length===t.length),Xt("return_range should have the same dimensions as lookup_range.")),e&&To(e.value))return[[e]];const c="col"===l?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,h="col"===l?t[0].length:t.length,d=0===r?"strict":1===r?"nextGreater":"nextSmaller",u=-1===a,g=2===a||-2===a?os(t,e,d,2===a?"asc":"desc",h,c):ss(t,e,d,h,c,u);return-1!==g?"col"===l?o.map((e=>[e[g]])):[o[g]]:void 0===s?zm(e):[[s]]},isExported:!0};var ef=Object.freeze({__proto__:null,ADDRESS:Gm,COLUMN:$m,COLUMNS:Wm,HLOOKUP:qm,INDEX:Zm,LOOKUP:Ym,MATCH:jm,ROW:Xm,ROWS:Km,VLOOKUP:Qm,XLOOKUP:Jm});const tf={description:Xt("Sum of two numbers."),args:[fc("value1 (number)",Xt("The first addend.")),fc("value2 (number)",Xt("The second addend."))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale)+Oo(t,this.locale),format:e?.format||t?.format}}},of={description:Xt("Concatenation of two values."),args:[fc("value1 (string)",Xt("The value to which value2 will be appended.")),fc("value2 (string)",Xt("The value to append to value1."))],returns:["STRING"],compute:function(e,t){return Po(e)+Po(t)},isExported:!0},sf={description:Xt("One number divided by another."),args:[fc("dividend (number)",Xt("The number to be divided.")),fc("divisor (number)",Xt("The number to divide by."))],returns:["NUMBER"],compute:function(e,t){const o=Oo(t,this.locale);return Io((()=>0!==o),Xt("The divisor must be different from zero.")),{value:Oo(e,this.locale)/o,format:e?.format||t?.format}}};function nf(e){return void 0===e||null===e.value}const rf={number:0,string:"",boolean:!1},af={description:Xt("Equal."),args:[fc("value1 (any)",Xt("The first value.")),fc("value2 (any)",Xt("The value to test against value1 for equality."))],returns:["BOOLEAN"],compute:function(e,t){let o=nf(e)?rf[typeof t?.value]:e?.value,s=nf(t)?rf[typeof e?.value]:t?.value;if("string"==typeof o&&(o=o.toUpperCase()),"string"==typeof s&&(s=s.toUpperCase()),To(o))throw e;if(To(s))throw t;return o===s}};function lf(e,t,o){let s=nf(e)?rf[typeof t?.value]:e?.value,n=nf(t)?rf[typeof e?.value]:t?.value;if(To(s))throw e;if(To(n))throw t;"number"!=typeof s&&(s=Po(s).toUpperCase()),"number"!=typeof n&&(n=Po(n).toUpperCase());const i=typeof s,r=typeof n;return"string"===i&&"number"===r||("string"!==r||"number"!==i)&&o(s,n)}const cf={description:Xt("Strictly greater than."),args:[fc("value1 (any)",Xt("The value to test as being greater than value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return lf(e,t,((e,t)=>e>t))}},hf={description:Xt("Greater than or equal to."),args:[fc("value1 (any)",Xt("The value to test as being greater than or equal to value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return lf(e,t,((e,t)=>e>=t))}},df={description:Xt("Less than."),args:[fc("value1 (any)",Xt("The value to test as being less than value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return!hf.compute.bind(this)(e,t)}},uf={description:Xt("Less than or equal to."),args:[fc("value1 (any)",Xt("The value to test as being less than or equal to value2.")),fc("value2 (any)",Xt("The second value."))],returns:["BOOLEAN"],compute:function(e,t){return!cf.compute.bind(this)(e,t)}},gf={description:Xt("Difference of two numbers."),args:[fc("value1 (number)",Xt("The minuend, or number to be subtracted from.")),fc("value2 (number)",Xt("The subtrahend, or number to subtract from value1."))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale)-Oo(t,this.locale),format:e?.format||t?.format}}},pf={description:Xt("Product of two numbers"),args:[fc("factor1 (number)",Xt("The first multiplicand.")),fc("factor2 (number)",Xt("The second multiplicand."))],returns:["NUMBER"],compute:function(e,t){return{value:Oo(e,this.locale)*Oo(t,this.locale),format:e?.format||t?.format}}},mf={description:Xt("Not equal."),args:[fc("value1 (any)",Xt("The first value.")),fc("value2 (any)",Xt("The value to test against value1 for inequality."))],returns:["BOOLEAN"],compute:function(e,t){return!af.compute.bind(this)(e,t)}},ff={description:Xt("A number raised to a power."),args:[fc("base (number)",Xt("The number to raise to the exponent power.")),fc("exponent (number)",Xt("The exponent to raise base to."))],returns:["NUMBER"],compute:function(e,t){return Wh.compute.bind(this)(e,t)}},vf={description:Xt("A number with the sign reversed."),args:[fc("value (number)",Xt("The number to have its sign reversed. Equivalently, the number to multiply by -1."))],returns:["NUMBER"],compute:function(e){return{value:-Oo(e,this.locale),format:e?.format}}},bf={description:Xt("Value interpreted as a percentage."),args:[fc("percentage (number)",Xt("The value to interpret as a percentage."))],returns:["NUMBER"],compute:function(e){return Oo(e,this.locale)/100}},Sf={description:Xt("A specified number, unchanged."),args:[fc("value (any)",Xt("The number to return."))],returns:["ANY"],compute:function(e={value:""}){return{value:null===e.value?"":e.value,format:e?.format}}};var Cf=Object.freeze({__proto__:null,ADD:tf,CONCAT:of,DIVIDE:sf,EQ:af,GT:cf,GTE:hf,LT:df,LTE:uf,MINUS:gf,MULTIPLY:pf,NE:mf,POW:ff,UMINUS:vf,UNARY_PERCENT:bf,UPLUS:Sf});const Ef=/[A-Za-zÀ-ÖØ-öø-ÿ]+/g,wf={description:Xt("Gets character associated with number."),args:[fc("table_number (number)",Xt("The number of the character to look up from the current Unicode table in decimal format."))],returns:["STRING"],compute:function(e){const t=Math.trunc(Oo(e,this.locale));return Io((()=>t>=1),Xt("The table_number (%s) is out of range.",t.toString())),String.fromCharCode(t)},isExported:!0},yf={description:Xt("Remove non-printable characters from a piece of text."),args:[fc("text (string)",Xt("The text whose non-printable characters are to be removed."))],returns:["STRING"],compute:function(e){const t=Po(e);let o="";for(const e of t)e&&e.charCodeAt(0)>31&&(o+=e);return o},isExported:!0},xf={description:Xt("Appends strings to one another."),args:[fc("string1 (string, range<string>)",Xt("The initial string.")),fc("string2 (string, range<string>, repeating)",Xt("More strings to append in sequence."))],returns:["STRING"],compute:function(...e){return qo(e,((e,t)=>e+Po(t)),"")},isExported:!0},If={description:Xt("Tests whether two strings are identical."),args:[fc("string1 (string)",Xt("The first string to compare.")),fc("string2 (string)",Xt("The second string to compare."))],returns:["BOOLEAN"],compute:function(e,t){return Po(e)===Po(t)},isExported:!0},Rf={description:Xt("First position of string found in text, case-sensitive."),args:[fc("search_for (string)",Xt("The string to look for within text_to_search.")),fc("text_to_search (string)",Xt("The text to search for the first occurrence of search_for.")),fc("starting_at (number, default=1)",Xt("The character within text_to_search at which to start the search."))],returns:["NUMBER"],compute:function(e,t,o={value:1}){const s=Po(e),n=Po(t),i=Oo(o,this.locale);Io((()=>""!==n),Xt("The text_to_search must be non-empty.")),Io((()=>i>=1),Xt("The starting_at (%s) must be greater than or equal to 1.",i.toString()));const r=n.indexOf(s,i-1);return Io((()=>r>=0),Xt("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s.toString(),n)),r+1},isExported:!0},Tf={description:Xt("Concatenates elements of arrays with delimiter."),args:[fc("delimiter (string)",Xt("The character or string to place between each concatenated value.")),fc("value_or_array1 (string, range<string>)",Xt("The value or values to be appended using delimiter.")),fc("value_or_array2 (string, range<string>, repeating)",Xt("More values to be appended using delimiter."))],returns:["STRING"],compute:function(e,...t){const o=Po(e);return qo(t,((e,t)=>(e?e+o:"")+Po(t)),"")}},Af={description:Xt("Substring from beginning of specified string."),args:[fc("text (string)",Xt("The string from which the left portion will be returned.")),fc("number_of_characters (number, optional)",Xt("The number of characters to return from the left side of string."))],returns:["STRING"],compute:function(e,...t){const o=t.length?Oo(t[0],this.locale):1;return Io((()=>o>=0),Xt("The number_of_characters (%s) must be positive or null.",o.toString())),Po(e).substring(0,o)},isExported:!0},Of={description:Xt("Length of a string."),args:[fc("text (string)",Xt("The string whose length will be returned."))],returns:["NUMBER"],compute:function(e){return Po(e).length},isExported:!0},_f={description:Xt("Converts a specified string to lowercase."),args:[fc("text (string)",Xt("The string to convert to lowercase."))],returns:["STRING"],compute:function(e){return Po(e).toLowerCase()},isExported:!0},Mf={description:Xt("A segment of a string."),args:[fc("text (string)",Xt("The string to extract a segment from.")),fc("starting_at (number)",Xt("The index from the left of string from which to begin extracting. The first character in string has the index 1.")),fc("extract_length (number)",Xt("The length of the segment to extract."))],returns:["STRING"],compute:function(e,t,o){const s=Po(e),n=Oo(t,this.locale),i=Oo(o,this.locale);return Io((()=>n>=1),Xt("The starting_at argument (%s) must be positive greater than one.",n.toString())),Io((()=>i>=0),Xt("The extract_length argument (%s) must be positive or null.",i.toString())),s.slice(n-1,n+i-1)},isExported:!0},Nf={description:Xt("Capitalizes each word in a specified string."),args:[fc("text_to_capitalize (string)",Xt("The text which will be returned with the first letter of each word in uppercase and all other letters in lowercase."))],returns:["STRING"],compute:function(e){return Po(e).replace(Ef,(e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()))},isExported:!0},Ff={description:Xt("Replaces part of a text string with different text."),args:[fc("text (string)",Xt("The text, a part of which will be replaced.")),fc("position (number)",Xt("The position where the replacement will begin (starting from 1).")),fc("length (number)",Xt("The number of characters in the text to be replaced.")),fc("new_text (string)",Xt("The text which will be inserted into the original text."))],returns:["STRING"],compute:function(e,t,o,s){const n=Oo(t,this.locale);Io((()=>n>=1),Xt("The position (%s) must be greater than or equal to 1.",n.toString()));const i=Po(e),r=Oo(o,this.locale),a=Po(s);return i.substring(0,n-1)+a+i.substring(n-1+r)},isExported:!0},Df={description:Xt("A substring from the end of a specified string."),args:[fc("text (string)",Xt("The string from which the right portion will be returned.")),fc("number_of_characters (number, optional)",Xt("The number of characters to return from the right side of string."))],returns:["STRING"],compute:function(e,...t){const o=t.length?Oo(t[0],this.locale):1;Io((()=>o>=0),Xt("The number_of_characters (%s) must be positive or null.",o.toString()));const s=Po(e),n=s.length;return s.substring(n-o,n)},isExported:!0},Lf={description:Xt("First position of string found in text, ignoring case."),args:[fc("search_for (string)",Xt("The string to look for within text_to_search.")),fc("text_to_search (string)",Xt("The text to search for the first occurrence of search_for.")),fc("starting_at (number, default=1)",Xt("The character within text_to_search at which to start the search."))],returns:["NUMBER"],compute:function(e,t,o={value:1}){const s=Po(e).toLowerCase(),n=Po(t).toLowerCase(),i=Oo(o,this.locale);Io((()=>""!==n),Xt("The text_to_search must be non-empty.")),Io((()=>i>=1),Xt("The starting_at (%s) must be greater than or equal to 1.",i.toString()));const r=n.indexOf(s,i-1);return Io((()=>r>=0),Xt("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,n)),r+1},isExported:!0},Pf={description:Xt("Split text by specific character delimiter(s)."),args:[fc("text (string)",Xt("The text to divide.")),fc("delimiter (string)",Xt("The character or characters to use to split text.")),fc("split_by_each (boolean, default=true})",Xt("Whether or not to divide text around each character contained in delimiter.")),fc("remove_empty_text (boolean, default=true)",Xt("Whether or not to remove empty text messages from the split results. The default behavior is to treat consecutive delimiters as one (if TRUE). If FALSE, empty cells values are added between consecutive delimiters."))],returns:["RANGE<STRING>"],compute:function(e,t,o={value:true},s={value:true}){const n=Po(e),i=ae(Po(t)),r=Uo(o),a=Uo(s);Io((()=>i.length>0),Xt("The _delimiter (%s) must be not be empty.",i));const l=r?new RegExp(`[${i}]`,"g"):new RegExp(i,"g");let c=n.split(l);return a&&(c=c.filter((e=>""!==e))),Ko([c])},isExported:!0},kf={description:Xt("Replaces existing text with new text in a string."),args:[fc("text_to_search (string)",Xt("The text within which to search and replace.")),fc("search_for (string)",Xt("The string to search for within text_to_search.")),fc("replace_with (string)",Xt("The string that will replace search_for.")),fc("occurrence_number (number, optional)",Xt("The instance of search_for within text_to_search to replace with replace_with. By default, all occurrences of search_for are replaced; however, if occurrence_number is specified, only the indicated instance of search_for is replaced."))],returns:["NUMBER"],compute:function(e,t,o,s){const n=Oo(s,this.locale);Io((()=>n>=0),Xt("The occurrenceNumber (%s) must be positive or null.",n.toString()));const i=Po(e),r=Po(t);if(""===r)return i;const a=Po(o),l=new RegExp(ae(r),"g");if(0===n)return i.replace(l,a);let c=0;return i.replace(l,(e=>++c===n?a:e))},isExported:!0},Vf={description:Xt("Combines text from multiple strings and/or arrays."),args:[fc("delimiter (string)",Xt(" A string, possible empty, or a reference to a valid string. If empty, the text will be simply concatenated.")),fc("ignore_empty (boolean)",Xt("A boolean; if TRUE, empty cells selected in the text arguments won't be included in the result.")),fc("text1 (string, range<string>)",Xt("Any text item. This could be a string, or an array of strings in a range.")),fc("text2 (string, range<string>, repeating)",Xt("Additional text item(s)."))],returns:["STRING"],compute:function(e,t,...o){const s=Po(e),n=Uo(t);let i=0;return qo(o,((e,t)=>n&&""===Po(t)?e:(i++?e+s:"")+Po(t)),"")},isExported:!0},Uf={description:Xt("Removes space characters."),args:[fc("text (string)",Xt("The text or reference to a cell containing text to be trimmed."))],returns:["STRING"],compute:function(e){return Ge(Po(e))},isExported:!0},Bf={description:Xt("Converts a specified string to uppercase."),args:[fc("text (string)",Xt("The string to convert to uppercase."))],returns:["STRING"],compute:function(e){return Po(e).toUpperCase()},isExported:!0},Hf={description:Xt("Converts a number to text according to a specified format."),args:[fc("number (number)",Xt("The number, date or time to format.")),fc("format (string)",Xt("The pattern by which to format the number, enclosed in quotation marks."))],returns:["STRING"],compute:function(e,t){return Cs(Oo(e,this.locale),{format:Po(t),locale:this.locale})},isExported:!0};var zf=Object.freeze({__proto__:null,CHAR:wf,CLEAN:yf,CONCATENATE:xf,EXACT:If,FIND:Rf,JOIN:Tf,LEFT:Af,LEN:Of,LOWER:_f,MID:Mf,PROPER:Nf,REPLACE:Ff,RIGHT:Df,SEARCH:Lf,SPLIT:Pf,SUBSTITUTE:kf,TEXT:Hf,TEXTJOIN:Vf,TRIM:Uf,UPPER:Bf});const Gf={description:Xt("Creates a hyperlink in a cell."),args:[fc("url (string)",Xt("The full URL of the link enclosed in quotation marks.")),fc("link_label (string, optional)",Xt("The text to display in the cell, enclosed in quotation marks."))],returns:["STRING"],compute:function(e,t){const o=Po(e).trim(),s=Po(t)||o;return""===o?s:Se(s,o)},isExported:!0};var $f=Object.freeze({__proto__:null,HYPERLINK:Gf});const Wf=[{name:Xt("Array"),functions:Kc},{name:Xt("Database"),functions:Zu},{name:Xt("Date"),functions:Ag},{name:Xt("Filter"),functions:Ug},{name:Xt("Financial"),functions:pm},{name:Xt("Info"),functions:Om},{name:Xt("Lookup"),functions:ef},{name:Xt("Logical"),functions:Bm},{name:Xt("Math"),functions:ud},{name:Xt("Misc"),functions:eh},{name:Xt("Operator"),functions:Cf},{name:Xt("Statistical"),functions:Nu},{name:Xt("Text"),functions:zf},{name:Xt("Engineering"),functions:_g},{name:Xt("Web"),functions:$f}],qf=/^[A-Z0-9\_\.]+$/;const Zf=Xt("An unexpected error occurred. Submit a support ticket at odoo.com/help.");function Yf(e){return void 0!==e?.message&&"string"==typeof e.message}const jf=new class extends ki{mapping={};add(e,t){if(e=e.toUpperCase(),!qf.test(e))throw new Error(Xt("Invalid function name %s. Function names can exclusively contain alphanumerical values separated by dots (.) or underscore (_)",e));const o=vc(t);var s;return function(e){let t=!1,o=!1,s=!1;for(let n of e){if(n.type.includes("META")&&n.type.length>1)throw new Error(Xt("Function ${name} has an argument that has been declared with more than one type whose type 'META'. The 'META' type can only be declared alone."));if(t&&!n.repeating)throw new Error(Xt("Function ${name} has no-repeatable arguments declared after repeatable ones. All repeatable arguments must be declared last."));const e=o||t||s,i=!(n.optional||n.repeating||n.default);if(e&&i)throw new Error(Xt("Function ${name} has at mandatory arguments declared after optional ones. All optional arguments must be after all mandatory arguments."));t=n.repeating,o=n.optional,s=n.default}}(o.args),this.mapping[e]=function(e,t){return function(...o){try{return e.apply(this,o)}catch(e){return function(e,t){if(o=e,void 0!==o?.value&&"string"==typeof o.value&&To(e.value))return Yf(e)&&e.message?.includes("[[FUNCTION_NAME]]")&&(e.message=e.message.replace("[[FUNCTION_NAME]]",t)),e;var o;return console.error(e),new So(Zf+(Yf(e)?" "+e.message:""))}(e,t)}}}((s=function(e){function t(...t){for(let o=0;o<t.length;o++){const s=e.args[e.getArgToFocus(o+1)-1],n=t[o];if(po(n)&&!s.acceptMatrix){if(1!==n.length||1!==n[0].length)throw new So(Xt("Function [[FUNCTION_NAME]] expects the parameter '%s' to be a single value or a single cell reference, not a range.",s.name));t[o]=n[0][0]}}return e.compute.apply(this,t)}return t}(o),function(...e){const t=s.apply(this,e);return po(t)?"object"==typeof t[0][0]&&null!==t[0][0]&&"value"in t[0][0]?t:Xo(t,(e=>({value:e}))):"object"==typeof t&&null!==t&&"value"in t?t:{value:t}}),e),super.add(e,o),this}};for(let SA of Wf){const CA=SA.functions;for(let EA in CA){const wA=CA[EA];wA.category=wA.category||SA.name,EA=EA.replace(/_/g,"."),jf.add(EA,{isExported:!1,...wA})}}const Xf={name:e=>{const t=yv(e);return 1===t?Xt("Insert row"):Xt("Insert %s rows",t.toString())},isVisible:e=>$l(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW"},Kf={name:e=>{const t=yv(e);return 1===t?Xt("Insert row above"):Xt("Insert %s rows above",t.toString())},execute:kl,isVisible:e=>$l(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},Qf={...Kf,name:e=>{const t=yv(e);return 1===t?Xt("Row above"):Xt("%s Rows above",t.toString())}},Jf={...Kf,name:e=>{const t=yv(e);return 1===t?Xt("Insert row"):Xt("Insert %s rows",t.toString())},isVisible:Gl,icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},ev={execute:e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=Math.max(...t),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.bottom,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),position:"after",base:o,quantity:s,dimension:"ROW"})},name:e=>{const t=yv(e);return 1===t?Xt("Insert row below"):Xt("Insert %s rows below",t.toString())},isVisible:e=>$l(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_AFTER"},tv={...ev,name:e=>{const t=yv(e);return 1===t?Xt("Row below"):Xt("%s Rows below",t.toString())}},ov={name:e=>{const t=xv(e);return 1===t?Xt("Insert column"):Xt("Insert %s columns",t.toString())},isVisible:e=>$l(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL"},sv={name:e=>{const t=xv(e);return 1===t?Xt("Insert column left"):Xt("Insert %s columns left",t.toString())},execute:Vl,isVisible:e=>$l(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},nv={...sv,name:e=>{const t=xv(e);return 1===t?Xt("Column left"):Xt("%s Columns left",t.toString())}},iv={...sv,name:e=>{const t=xv(e);return 1===t?Xt("Insert column"):Xt("Insert %s columns",t.toString())},isVisible:Gl,icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},rv={name:e=>{const t=xv(e);return 1===t?Xt("Insert column right"):Xt("Insert %s columns right",t.toString())},execute:Ul,isVisible:e=>$l(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_AFTER"},av={...rv,name:e=>{const t=xv(e);return 1===t?Xt("Column right"):Xt("%s Columns right",t.toString())},execute:Ul},lv={name:Xt("Insert cells"),isVisible:e=>Gl(e)&&0===e.model.getters.getActiveCols().size&&0===e.model.getters.getActiveRows().size,icon:"o-spreadsheet-Icon.INSERT_CELL"},cv={name:Xt("Insert cells and shift down"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"ROW"});Oa(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_DOWN"},hv={name:Xt("Insert cells and shift right"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"COL"});Oa(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_RIGHT"},dv={name:Xt("Chart"),execute:e=>{const t=e.model.getters,o=e.model.uuidGenerator.uuidv4(),s=t.getActiveSheetId();1===Mn(e.model.getters.getSelectedZone())&&e.model.selection.selectTableAroundSelection();const n={width:536,height:335},i=function(e,t){const{x:o,y:s}=e.getMainViewportCoordinates(),{scrollX:n,scrollY:i}=e.getActiveSheetScrollInfo(),{width:r,height:a}=e.getVisibleRect(e.getActiveMainViewport());return{x:o+n+Math.max(0,(r-t.width)/2),y:s+i+Math.max(0,(a-t.height)/2)}}(t,n);e.model.dispatch("CREATE_CHART",{sheetId:s,id:o,position:i,size:n,definition:Ml(e.model.getters.getSelectedZone(),e.model.getters)}).isSuccessful&&(e.model.dispatch("SELECT_FIGURE",{id:o}),e.openSidePanel("ChartPanel"))},icon:"o-spreadsheet-Icon.INSERT_CHART"},uv={name:Xt("Image"),description:"Ctrl+O",execute:Bl,isVisible:e=>void 0!==e.imageProvider,icon:"o-spreadsheet-Icon.INSERT_IMAGE"},gv={name:Xt("Function"),icon:"o-spreadsheet-Icon.SHOW_HIDE_FORMULA"},pv={name:Xt("SUM"),execute:e=>e.startCellEdition("=SUM(")},mv={name:Xt("AVERAGE"),execute:e=>e.startCellEdition("=AVERAGE(")},fv={name:Xt("COUNT"),execute:e=>e.startCellEdition("=COUNT(")},vv={name:Xt("MAX"),execute:e=>e.startCellEdition("=MAX(")},bv={name:Xt("MIN"),execute:e=>e.startCellEdition("=MIN(")},Sv={name:Xt("All"),children:[function(){return wv(jf.getKeys().filter((e=>!jf.get(e).hidden)))}]};const Cv={name:Xt("Link"),execute:Hl,icon:"o-spreadsheet-Icon.INSERT_LINK"},Ev={name:Xt("Insert sheet"),execute:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSheetIds().indexOf(t)+1,s=e.model.uuidGenerator.uuidv4();e.model.dispatch("CREATE_SHEET",{sheetId:s,position:o}),e.model.dispatch("ACTIVATE_SHEET",{sheetIdFrom:t,sheetIdTo:s})},icon:"o-spreadsheet-Icon.INSERT_SHEET"};function wv(e){return e.sort().map(((e,t)=>({name:e,sequence:10*t,execute:t=>t.startCellEdition(`=${e}(`)})))}function yv(e){const t=e.model.getters.getActiveRows();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.bottom-t.top+1}}function xv(e){const t=e.model.getters.getActiveCols();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.right-t.left+1}}const Iv=new wa;Iv.add("cut",{...Yl,sequence:10}).add("copy",{...Zl,sequence:20}).add("paste",{...jl,sequence:30}).add("paste_special",{...Xl,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...Kl,sequence:10}).addChild("paste_format_only",["paste_special"],{...Ql,sequence:20}).add("add_row_before",{...Jf,sequence:70}).add("add_column_before",{...iv,sequence:90}).add("insert_cell",{...lv,sequence:100,separator:!0}).addChild("insert_cell_down",["insert_cell"],{...cv,name:Xt("Shift down"),sequence:10}).addChild("insert_cell_right",["insert_cell"],{...hv,name:Xt("Shift right"),sequence:20}).add("delete_row",{...oc,sequence:110,icon:"o-spreadsheet-Icon.DELETE"}).add("delete_column",{...ic,sequence:120,icon:"o-spreadsheet-Icon.DELETE"}).add("delete_cell",{...ac,sequence:130,separator:!0,icon:"o-spreadsheet-Icon.DELETE"}).addChild("delete_cell_up",["delete_cell"],{...lc,name:Xt("Shift up"),sequence:10,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_UP"}).addChild("delete_cell_left",["delete_cell"],{...cc,name:Xt("Shift left"),sequence:20,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_LEFT"}).add("insert_link",{...Cv,name:e=>{const t=e.model.getters.getActiveSheetId(),{col:o,row:s}=e.model.getters.getActivePosition(),n=e.model.getters.getEvaluatedCell({sheetId:t,col:o,row:s});return n&&n.link?Xt("Edit link"):Xt("Insert link")},sequence:150,separator:!0});const Rv={filterOverlap:Xt("You cannot create overlapping filters."),nonContinuousTargets:Xt("A filter can only be created on a continuous selection."),mergeInFilter:Xt("You can't create a filter over a range that contains a merge.")};function Tv(e,t,o){const s=e.model.dispatch("CREATE_FILTER_TABLE",{target:o,sheetId:t});s.isCancelledBecause("FilterOverlap")?e.raiseError(Rv.filterOverlap):s.isCancelledBecause("MergeInFilter")?e.raiseError(Rv.mergeInFilter):s.isCancelledBecause("NonContinuousTargets")&&e.raiseError(Rv.nonContinuousTargets)}const Av={name:Xt("Sort range"),isVisible:Gl,icon:"o-spreadsheet-Icon.SORT_RANGE"},Ov={name:Xt("Ascending (A ⟶ Z)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();Fg(e,s,t.cell,o[0],"ascending")},icon:"o-spreadsheet-Icon.SORT_ASCENDING"},_v={name:Xt("Data cleanup"),icon:"o-spreadsheet-Icon.DATA_CLEANUP"},Mv={name:Xt("Remove duplicates"),execute:e=>{1===Mn(e.model.getters.getSelectedZone())&&e.model.selection.selectTableAroundSelection(),e.openSidePanel("RemoveDuplicates",{})}},Nv={name:Xt("Trim whitespace"),execute:e=>{e.model.dispatch("TRIM_WHITESPACE")}},Fv={name:Xt("Descending (Z ⟶ A)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();Fg(e,s,t.cell,o[0],"descending")},icon:"o-spreadsheet-Icon.SORT_DESCENDING"},Dv={name:Xt("Create filter"),execute:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelection().zones;Tv(e,t,o)},isVisible:e=>!zl(e),isEnabled:e=>Nn(...e.model.getters.getSelectedZones()),icon:"o-spreadsheet-Icon.MENU_FILTER_ICON"},Lv={name:Xt("Remove filter"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("REMOVE_FILTER_TABLE",{sheetId:t,target:e.model.getters.getSelectedZones()})},isVisible:zl,icon:"o-spreadsheet-Icon.MENU_FILTER_ICON"},Pv={name:Xt("Split text to columns"),sequence:1,execute:e=>e.openSidePanel("SplitToColumns",{}),isEnabled:e=>e.model.getters.isSingleColSelected(),icon:"o-spreadsheet-Icon.SPLIT_TEXT"};function kv({name:e,format:t,descriptionValue:o}){const s="function"==typeof t?t:()=>t;return{name:e,description:e=>Cs(o,{format:s(e),locale:e.model.getters.getLocale()}),execute:e=>Nl(e,s(e)),isActive:e=>Mb(e,s(e))}}const Vv={name:Xt("Automatic"),execute:e=>Nl(e,""),isActive:e=>function(e){const t=e.model.getters.getCell(e.model.getters.getActivePosition());return!t||!t.format}(e)},Uv={name:Xt("Plain text"),execute:e=>Nl(e,co),isActive:e=>Mb(e,co)},Bv=kv({name:Xt("Number"),descriptionValue:1000.12,format:"#,##0.00"}),Hv={name:Xt("Format as percent"),execute:e=>Nl(e,"0.00%"),icon:"o-spreadsheet-Icon.PERCENT"},zv=kv({name:Xt("Percent"),descriptionValue:.1012,format:"0.00%"}),Gv=kv({name:Xt("Currency"),descriptionValue:1000.12,format:e=>e.model.config.defaultCurrencyFormat??Wv}),$v={...kv({name:Xt("Currency rounded"),descriptionValue:1e3,format:e=>ks(e.model.config.defaultCurrencyFormat??Wv)}),isVisible:e=>{const t=e.model.config.defaultCurrencyFormat;return t!==ks(t??Wv)}},Wv="[$$]#,##0.00",qv=Zi("2023/09/26 10:43:00 PM",uo),Zv={name:Xt("Custom currency"),isVisible:e=>void 0!==e.loadCurrencies,execute:e=>e.openSidePanel("CustomCurrency",{})},Yv=kv({name:Xt("Date"),descriptionValue:qv,format:e=>e.model.getters.getLocale().dateFormat}),jv=kv({name:Xt("Time"),descriptionValue:qv,format:e=>e.model.getters.getLocale().timeFormat}),Xv=kv({name:Xt("Date time"),descriptionValue:qv,format:e=>pa(e.model.getters.getLocale())}),Kv=kv({name:Xt("Duration"),descriptionValue:"27:51:38",format:"hhhh:mm:ss"}),Qv={name:Xt("More date formats"),execute:e=>e.openSidePanel("MoreFormats",{})},Jv=kv({name:Xt("Full date time"),format:"dddd d mmmm yyyy hh:mm:ss a",descriptionValue:qv}),eb=kv({name:Xt("Full week day and month"),format:"dddd d mmmm yyyy",descriptionValue:qv}),tb=kv({name:Xt("Day and full month"),format:"d mmmm yyyy",descriptionValue:qv}),ob=kv({name:Xt("Short week day"),format:"ddd d mmm yyyy",descriptionValue:qv}),sb=kv({name:Xt("Day and short month"),format:"d mmm yyyy",descriptionValue:qv}),nb=kv({name:Xt("Full month"),format:"mmmm yyyy",descriptionValue:qv}),ib=kv({name:Xt("Short month"),format:"mmm yyyy",descriptionValue:qv}),rb={name:Xt("Increase decimal places"),icon:"o-spreadsheet-Icon.INCREASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:1})},ab={name:Xt("Decrease decimal places"),icon:"o-spreadsheet-Icon.DECRASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:-1})},lb={name:Xt("Bold"),description:"Ctrl+B",execute:e=>Fl(e,{bold:!e.model.getters.getCurrentStyle().bold}),icon:"o-spreadsheet-Icon.BOLD",isActive:e=>!!e.model.getters.getCurrentStyle().bold},cb={name:Xt("Italic"),description:"Ctrl+I",execute:e=>Fl(e,{italic:!e.model.getters.getCurrentStyle().italic}),icon:"o-spreadsheet-Icon.ITALIC",isActive:e=>!!e.model.getters.getCurrentStyle().italic},hb={name:Xt("Underline"),description:"Ctrl+U",execute:e=>Fl(e,{underline:!e.model.getters.getCurrentStyle().underline}),icon:"o-spreadsheet-Icon.UNDERLINE",isActive:e=>!!e.model.getters.getCurrentStyle().underline},db={name:Xt("Strikethrough"),execute:e=>Fl(e,{strikethrough:!e.model.getters.getCurrentStyle().strikethrough}),icon:"o-spreadsheet-Icon.STRIKE",isActive:e=>!!e.model.getters.getCurrentStyle().strikethrough},ub={name:Xt("Font size"),children:ie.map((e=>({name:e.toString(),sequence:e,id:`font_size_${e}`,execute:t=>Fl(t,{fontSize:e}),isActive:t=>function(e,t){const o=e.model.getters.getCurrentStyle().fontSize||B;return o===t}(t,e)}))),icon:"o-spreadsheet-Icon.FONT_SIZE"},gb={name:Xt("Alignment"),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},pb={name:Xt("Horizontal align"),icon:e=>function(e){switch(Nb(e)){case"right":return"o-spreadsheet-Icon.ALIGN_RIGHT";case"center":return"o-spreadsheet-Icon.ALIGN_CENTER";default:return"o-spreadsheet-Icon.ALIGN_LEFT"}}(e)},mb={name:Xt("Left"),description:"Ctrl+Shift+L",execute:e=>Fl(e,{align:"left"}),isActive:e=>"left"===Nb(e),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},fb={name:Xt("Center"),description:"Ctrl+Shift+E",execute:e=>Fl(e,{align:"center"}),isActive:e=>"center"===Nb(e),icon:"o-spreadsheet-Icon.ALIGN_CENTER"},vb={name:Xt("Right"),description:"Ctrl+Shift+R",execute:e=>Fl(e,{align:"right"}),isActive:e=>"right"===Nb(e),icon:"o-spreadsheet-Icon.ALIGN_RIGHT"},bb={name:Xt("Vertical align"),icon:e=>function(e){switch(Fb(e)){case"top":return"o-spreadsheet-Icon.ALIGN_TOP";case"middle":return"o-spreadsheet-Icon.ALIGN_MIDDLE";default:return"o-spreadsheet-Icon.ALIGN_BOTTOM"}}(e)},Sb={name:Xt("Top"),execute:e=>Fl(e,{verticalAlign:"top"}),isActive:e=>"top"===Fb(e),icon:"o-spreadsheet-Icon.ALIGN_TOP"},Cb={name:Xt("Middle"),execute:e=>Fl(e,{verticalAlign:"middle"}),isActive:e=>"middle"===Fb(e),icon:"o-spreadsheet-Icon.ALIGN_MIDDLE"},Eb={name:Xt("Bottom"),execute:e=>Fl(e,{verticalAlign:"bottom"}),isActive:e=>"bottom"===Fb(e),icon:"o-spreadsheet-Icon.ALIGN_BOTTOM"},wb={name:Xt("Wrapping"),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},yb={name:Xt("Wrapping"),icon:e=>function(e){switch(Db(e)){case"wrap":return"o-spreadsheet-Icon.WRAPPING_WRAP";case"clip":return"o-spreadsheet-Icon.WRAPPING_CLIP";default:return"o-spreadsheet-Icon.WRAPPING_OVERFLOW"}}(e)},xb={name:Xt("Overflow"),execute:e=>Fl(e,{wrapping:"overflow"}),isActive:e=>"overflow"===Db(e),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},Ib={name:Xt("Wrap"),execute:e=>Fl(e,{wrapping:"wrap"}),isActive:e=>"wrap"===Db(e),icon:"o-spreadsheet-Icon.WRAPPING_WRAP"},Rb={name:Xt("Clip"),execute:e=>Fl(e,{wrapping:"clip"}),isActive:e=>"clip"===Db(e),icon:"o-spreadsheet-Icon.WRAPPING_CLIP"},Tb={name:Xt("Text Color"),icon:"o-spreadsheet-Icon.TEXT_COLOR"},Ab={name:Xt("Fill Color"),icon:"o-spreadsheet-Icon.FILL_COLOR"},Ob={name:Xt("Conditional formatting"),execute:e=>{e.openSidePanel("ConditionalFormatting",{selection:e.model.getters.getSelectedZones()})},icon:"o-spreadsheet-Icon.CONDITIONAL_FORMAT"},_b={name:Xt("Clear formatting"),description:"Ctrl+<",execute:e=>e.model.dispatch("CLEAR_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()}),icon:"o-spreadsheet-Icon.CLEAR_FORMAT"};function Mb(e,t){const o=e.model.getters.getCell(e.model.getters.getActivePosition());return o?.format===t}function Nb(e){const t=e.model.getters.getCurrentStyle();if(t.align)return t.align;return e.model.getters.getActiveCell().defaultAlign}function Fb(e){const t=e.model.getters.getCurrentStyle();return t.verticalAlign?t.verticalAlign:k}function Db(e){const t=e.model.getters.getCurrentStyle();return t.wrapping?t.wrapping:V}var Lb=Object.freeze({__proto__:null,clearFormat:_b,decraseDecimalPlaces:ab,fillColor:Ab,formatAlignment:gb,formatAlignmentBottom:Eb,formatAlignmentCenter:fb,formatAlignmentHorizontal:pb,formatAlignmentLeft:mb,formatAlignmentMiddle:Cb,formatAlignmentRight:vb,formatAlignmentTop:Sb,formatAlignmentVertical:bb,formatBold:lb,formatCF:Ob,formatCustomCurrency:Zv,formatFontSize:ub,formatItalic:cb,formatNumberAutomatic:Vv,formatNumberCurrency:Gv,formatNumberCurrencyRounded:$v,formatNumberDate:Yv,formatNumberDateTime:Xv,formatNumberDayAndFullMonth:tb,formatNumberDayAndShortMonth:sb,formatNumberDuration:Kv,formatNumberFullDateTime:Jv,formatNumberFullMonth:nb,formatNumberFullWeekDayAndMonth:eb,formatNumberNumber:Bv,formatNumberPercent:zv,formatNumberPlainText:Uv,formatNumberShortMonth:ib,formatNumberShortWeekDay:ob,formatNumberTime:jv,formatPercent:Hv,formatStrikethrough:db,formatUnderline:hb,formatWrapping:yb,formatWrappingClip:Rb,formatWrappingIcon:wb,formatWrappingOverflow:xb,formatWrappingWrap:Ib,incraseDecimalPlaces:rb,moreFormats:Qv,textColor:Tb});function Pb(e,t,o){const s=e.model.getters.getActiveSheetId(),n="COL"===t?"FREEZE_COLUMNS":"FREEZE_ROWS";e.model.dispatch(n,{sheetId:s,quantity:o}).isCancelledBecause("MergeOverlap")&&e.raiseError(Pa)}const kb={name:e=>{const t=e.model.getters.getElementsFromSelection("COL");let o=t[0],s=t[t.length-1];return 1===t.length?Xt("Hide column %s",rt(o).toString()):s-o+1===t.length?Xt("Hide columns %s - %s",rt(o).toString(),rt(s).toString()):Xt("Hide columns")},execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("COL");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"COL",o)},icon:"o-spreadsheet-Icon.HIDE_COL"},Vb={name:Xt("Unhide columns"),execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("COL").some((e=>t.includes(e)))}},Ub={name:Xt("Unhide all columns"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"COL",elements:Array.from(Array(e.model.getters.getNumberCols(t)).keys())})},isVisible:e=>e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).length>0},Bb={name:e=>{const t=e.model.getters.getElementsFromSelection("ROW");let o=t[0],s=t[t.length-1];return 1===t.length?Xt("Hide row %s",(o+1).toString()):s-o+1===t.length?Xt("Hide rows %s - %s",(o+1).toString(),(s+1).toString()):Xt("Hide rows")},execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("ROW");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"ROW",o)},icon:"o-spreadsheet-Icon.HIDE_ROW"},Hb={name:Xt("Unhide rows"),execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("ROW").some((e=>t.includes(e)))}},zb={name:Xt("Unhide all rows"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"ROW",elements:Array.from(Array(e.model.getters.getNumberRows(t)).keys())})},isVisible:e=>e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).length>0},Gb={name:Xt("Unfreeze"),isVisible:e=>{const{xSplit:t,ySplit:o}=e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId());return t+o>0},execute:e=>e.model.dispatch("UNFREEZE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),icon:"o-spreadsheet-Icon.UNFREEZE"},$b={name:Xt("Freeze"),icon:"o-spreadsheet-Icon.FREEZE"},Wb={name:Xt("No rows"),execute:e=>e.model.dispatch("UNFREEZE_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).ySplit},qb={name:Xt("1 row"),execute:e=>Pb(e,"ROW",1),isReadonlyAllowed:!0},Zb={name:Xt("2 rows"),execute:e=>Pb(e,"ROW",2),isReadonlyAllowed:!0},Yb={name:Xt("Up to current row"),execute:e=>{const{bottom:t}=e.model.getters.getSelectedZone();Pb(e,"ROW",t+1)},isReadonlyAllowed:!0},jb={name:Xt("No columns"),execute:e=>e.model.dispatch("UNFREEZE_COLUMNS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).xSplit},Xb={name:Xt("1 column"),execute:e=>Pb(e,"COL",1),isReadonlyAllowed:!0},Kb={name:Xt("2 columns"),execute:e=>Pb(e,"COL",2),isReadonlyAllowed:!0},Qb={name:Xt("Up to current column"),execute:e=>{const{right:t}=e.model.getters.getSelectedZone();Pb(e,"COL",t+1)},isReadonlyAllowed:!0},Jb={name:e=>e.model.getters.getGridLinesVisibility(e.model.getters.getActiveSheetId())?Xt("Hide gridlines"):Xt("Show gridlines"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("SET_GRID_LINES_VISIBILITY",{sheetId:t,areGridLinesVisible:!e.model.getters.getGridLinesVisibility(t)})},icon:"o-spreadsheet-Icon.SHOW_HIDE_GRID"},eS={name:e=>e.model.getters.shouldShowFormulas()?"Hide formulas":Xt("Show formulas"),execute:e=>e.model.dispatch("SET_FORMULA_VISIBILITY",{show:!e.model.getters.shouldShowFormulas()}),isReadonlyAllowed:!0,icon:"o-spreadsheet-Icon.SHOW_HIDE_FORMULA"},tS={name:e=>rS(e)?Xt("Remove selected filters"):Xt("Create filter"),isActive:e=>rS(e),isEnabled:e=>!aS(e),execute:e=>function(e){if(rS(e))return void e.model.dispatch("REMOVE_FILTER_TABLE",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()});if(aS(e))return;e.model.selection.selectTableAroundSelection();const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();Tv(e,t,o)}(e),icon:"o-spreadsheet-Icon.FILTER_ICON_INACTIVE"},oS={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?Xt("Group column %s",rt(t.left)):Xt("Group columns %s - %s",rt(t.left),rt(t.right))},execute:e=>lS(e,"COL"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"COL",o);return Gl(e)&&!s.some((e=>e.start===o.left&&e.end===o.right))},icon:"o-spreadsheet-Icon.GROUP_COLUMNS"},sS={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?Xt("Group row %s",String(t.top+1)):Xt("Group rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>lS(e,"ROW"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"ROW",o);return Gl(e)&&!s.some((e=>e.start===o.top&&e.end===o.bottom))},icon:"o-spreadsheet-Icon.GROUP_ROWS"},nS={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?Xt("Ungroup column %s",rt(t.left)):Xt("Ungroup columns %s - %s",rt(t.left),rt(t.right))},execute:e=>cS(e,"COL"),icon:"o-spreadsheet-Icon.UNGROUP_COLUMNS"},iS={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?Xt("Ungroup row %s",String(t.top+1)):Xt("Ungroup rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>cS(e,"ROW"),icon:"o-spreadsheet-Icon.UNGROUP_ROWS"};function rS(e){const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();return e.model.getters.doesZonesContainFilter(t,o)}function aS(e){return!Nn(...e.model.getters.getSelectedZones())}function lS(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("GROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function cS(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("UNGROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function hS(e,t){const o=e.model.getters.getActiveSheetId(),s=e.model.getters.getSelectedZones();return 1===s.length&&e.model.getters.getHeaderGroupsInZone(o,t,s[0]).length>0}var dS=Object.freeze({__proto__:null,canUngroupHeaders:hS,createRemoveFilter:tS,freezeCurrentCol:Qb,freezeCurrentRow:Yb,freezeFirstCol:Xb,freezeFirstRow:qb,freezePane:$b,freezeSecondCol:Kb,freezeSecondRow:Zb,groupColumns:oS,groupRows:sS,hideCols:kb,hideRows:Bb,unFreezeCols:jb,unFreezePane:Gb,unFreezeRows:Wb,ungroupColumns:nS,ungroupRows:iS,unhideAllCols:Ub,unhideAllRows:zb,unhideCols:Vb,unhideRows:Hb,viewFormulas:eS,viewGridlines:Jb});const uS=new wa;uS.add("cut",{...Yl,sequence:10}).add("copy",{...Zl,sequence:20}).add("paste",{...jl,sequence:30}).add("paste_special",{...Xl,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...Kl,sequence:10}).addChild("paste_format_only",["paste_special"],{...Ql,sequence:20}).add("sort_columns",{...Av,name:e=>e.model.getters.getActiveCols().size>1?Xt("Sort columns"):Xt("Sort column"),sequence:50,separator:!0}).addChild("sort_ascending",["sort_columns"],{...Ov,sequence:10}).addChild("sort_descending",["sort_columns"],{...Fv,sequence:20}).add("add_column_before",{...sv,sequence:70}).add("add_column_after",{...rv,sequence:80}).add("delete_column",{...nc,sequence:90,icon:"o-spreadsheet-Icon.DELETE"}).add("clear_column",{...rc,sequence:100,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_columns",{...kb,sequence:105,separator:!0}).add("unhide_columns",{...Vb,sequence:106,separator:!0}).add("conditional_formatting",{...Ob,sequence:110,separator:!0}).add("group_columns",{sequence:120,...oS}).add("ungroup_columns",{sequence:130,...nS,isVisible:e=>hS(e,"COL")});const gS=new wa;gS.add("format_number_automatic",{...Vv,sequence:10}).add("format_number_plain_text",{...Uv,sequence:15,separator:!0}).add("format_number_number",{...Bv,sequence:20}).add("format_number_percent",{...zv,sequence:30,separator:!0}).add("format_number_currency",{...Gv,sequence:40}).add("format_number_currency_rounded",{...$v,sequence:50}).add("format_custom_currency",{...Zv,sequence:60,separator:!0}).add("format_number_date",{...Yv,sequence:70}).add("format_number_time",{...jv,sequence:80}).add("format_number_date_time",{...Xv,sequence:90}).add("format_number_duration",{...Kv,sequence:100,separator:!0}).add("more_formats",{...Qv,sequence:110});const pS={name:Xt("More formats"),icon:"o-spreadsheet-Icon.NUMBER_FORMATS",children:[()=>gS.getAll()]},mS=new wa;mS.add("cut",{...Yl,sequence:10}).add("copy",{...Zl,sequence:20}).add("paste",{...jl,sequence:30}).add("paste_special",{...Xl,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...Kl,sequence:10}).addChild("paste_format_only",["paste_special"],{...Ql,sequence:20}).add("add_row_before",{...Kf,sequence:50}).add("add_row_after",{...ev,sequence:60}).add("delete_row",{...tc,sequence:70,icon:"o-spreadsheet-Icon.DELETE"}).add("clear_row",{...sc,sequence:80,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_rows",{...Bb,sequence:85,separator:!0}).add("unhide_rows",{...Hb,sequence:86,separator:!0}).add("conditional_formatting",{...Ob,sequence:90,separator:!0}).add("group_rows",{sequence:100,...sS}).add("ungroup_rows",{sequence:110,...iS,isVisible:e=>hS(e,"ROW")});const fS=new wa;fS.add("file",{name:Xt("File"),sequence:10}).addChild("settings",["file"],{name:Xt("Settings"),sequence:100,execute:e=>e.openSidePanel("Settings"),icon:"o-spreadsheet-Icon.COG"}).add("edit",{name:Xt("Edit"),sequence:20}).addChild("undo",["edit"],{...Wl,sequence:10}).addChild("redo",["edit"],{...ql,sequence:20,separator:!0}).addChild("copy",["edit"],{...Zl,sequence:30}).addChild("cut",["edit"],{...Yl,sequence:40}).addChild("paste",["edit"],{...jl,sequence:50}).addChild("paste_special",["edit"],{...Xl,sequence:60,separator:!0}).addChild("paste_special_value",["edit","paste_special"],{...Kl,sequence:10}).addChild("paste_special_format",["edit","paste_special"],{...Ql,sequence:20}).addChild("find_and_replace",["edit"],{...Jl,sequence:65,separator:!0}).addChild("delete",["edit"],{name:Xt("Delete"),icon:"o-spreadsheet-Icon.DELETE",sequence:70}).addChild("edit_delete_cell_values",["edit","delete"],{...ec,sequence:10}).addChild("edit_delete_row",["edit","delete"],{...tc,sequence:20}).addChild("edit_delete_column",["edit","delete"],{...nc,sequence:30}).addChild("edit_delete_cell_shift_up",["edit","delete"],{...lc,sequence:40}).addChild("edit_delete_cell_shift_left",["edit","delete"],{...cc,sequence:50}).addChild("edit_unhide_columns",["edit"],{...Ub,sequence:80}).addChild("edit_unhide_rows",["edit"],{...zb,sequence:80}).add("view",{name:Xt("View"),sequence:30}).addChild("unfreeze_panes",["view"],{...Gb,sequence:4}).addChild("freeze_panes",["view"],{...$b,sequence:5}).addChild("unfreeze_rows",["view","freeze_panes"],{...Wb,sequence:5}).addChild("freeze_first_row",["view","freeze_panes"],{...qb,sequence:10}).addChild("freeze_second_row",["view","freeze_panes"],{...Zb,sequence:15}).addChild("freeze_current_row",["view","freeze_panes"],{...Yb,sequence:20,separator:!0}).addChild("unfreeze_columns",["view","freeze_panes"],{...jb,sequence:25}).addChild("freeze_first_col",["view","freeze_panes"],{...Xb,sequence:30}).addChild("freeze_second_col",["view","freeze_panes"],{...Kb,sequence:35}).addChild("freeze_current_col",["view","freeze_panes"],{...Qb,sequence:40}).addChild("group_headers",["view"],{name:Xt("Group"),sequence:15,separator:!0,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",isVisible:Gl}).addChild("group_columns",["view","group_headers"],{...oS,sequence:5}).addChild("ungroup_columns",["view","group_headers"],{...nS,isVisible:e=>hS(e,"COL"),sequence:10}).addChild("group_rows",["view","group_headers"],{...sS,sequence:15}).addChild("ungroup_rows",["view","group_headers"],{...iS,isVisible:e=>hS(e,"ROW"),sequence:20}).addChild("view_gridlines",["view"],{...Jb,sequence:15}).addChild("view_formulas",["view"],{...eS,sequence:20}).add("insert",{name:Xt("Insert"),sequence:40}).addChild("insert_row",["insert"],{...Xf,sequence:10}).addChild("insert_row_before",["insert","insert_row"],{...Qf,sequence:10}).addChild("insert_row_after",["insert","insert_row"],{...tv,sequence:20}).addChild("insert_column",["insert"],{...ov,sequence:20}).addChild("insert_column_before",["insert","insert_column"],{...nv,sequence:10}).addChild("insert_column_after",["insert","insert_column"],{...av,sequence:20}).addChild("insert_cell",["insert"],{...lv,sequence:43}).addChild("insert_cell_down",["insert","insert_cell"],{...cv,name:Xt("Shift down"),sequence:10}).addChild("insert_cell_right",["insert","insert_cell"],{...hv,name:Xt("Shift right"),sequence:20}).addChild("insert_sheet",["insert"],{...Ev,sequence:80,separator:!0}).addChild("insert_chart",["insert"],{...dv,sequence:50}).addChild("insert_image",["insert"],{...uv,sequence:55}).addChild("insert_function",["insert"],{...gv,sequence:60}).addChild("insert_function_sum",["insert","insert_function"],{...pv,sequence:0}).addChild("insert_function_average",["insert","insert_function"],{...mv,sequence:10}).addChild("insert_function_count",["insert","insert_function"],{...fv,sequence:20}).addChild("insert_function_max",["insert","insert_function"],{...vv,sequence:30}).addChild("insert_function_min",["insert","insert_function"],{...bv,sequence:40,separator:!0}).addChild("categorie_function_all",["insert","insert_function"],{...Sv,sequence:50}).addChild("categories_function_list",["insert","insert_function"],(()=>{const e=jf.content;return[...new Set(jf.getAll().filter((e=>!e.hidden)).map((e=>e.category)))].filter(Ie).sort().map(((t,o)=>{const s=Object.keys(e).filter((o=>e[o].category===t&&!e[o].hidden));return{name:t,children:wv(s)}}))})).addChild("insert_link",["insert"],{...Cv,separator:!0,sequence:70}).add("format",{name:Xt("Format"),sequence:50}).addChild("format_number",["format"],{...pS,name:Xt("Number"),sequence:10,separator:!0}).addChild("format_bold",["format"],{...lb,sequence:20}).addChild("format_italic",["format"],{...cb,sequence:30}).addChild("format_underline",["format"],{...hb,sequence:40}).addChild("format_strikethrough",["format"],{...db,sequence:50,separator:!0}).addChild("format_font_size",["format"],{...ub,sequence:60,separator:!0}).addChild("format_alignment",["format"],{...gb,sequence:70}).addChild("format_alignment_left",["format","format_alignment"],{...mb,sequence:10}).addChild("format_alignment_center",["format","format_alignment"],{...fb,sequence:20}).addChild("format_alignment_right",["format","format_alignment"],{...vb,sequence:30,separator:!0}).addChild("format_alignment_top",["format","format_alignment"],{...Sb,sequence:40}).addChild("format_alignment_middle",["format","format_alignment"],{...Cb,sequence:50}).addChild("format_alignment_bottom",["format","format_alignment"],{...Eb,sequence:60,separator:!0}).addChild("format_wrapping",["format"],{...wb,sequence:80,separator:!0}).addChild("format_wrapping_overflow",["format","format_wrapping"],{...xb,sequence:10}).addChild("format_wrapping_wrap",["format","format_wrapping"],{...Ib,sequence:20}).addChild("format_wrapping_clip",["format","format_wrapping"],{...Rb,sequence:30}).addChild("format_cf",["format"],{...Ob,sequence:90,separator:!0}).addChild("format_clearFormat",["format"],{..._b,sequence:100,separator:!0}).add("data",{name:Xt("Data"),sequence:60}).addChild("sort_range",["data"],{...Av,sequence:10,separator:!0}).addChild("sort_ascending",["data","sort_range"],{...Ov,sequence:10}).addChild("sort_descending",["data","sort_range"],{...Fv,sequence:20}).addChild("data_cleanup",["data"],{..._v,sequence:15}).addChild("remove_duplicates",["data","data_cleanup"],{...Mv,sequence:10}).addChild("trim_whitespace",["data","data_cleanup"],{...Nv,sequence:20}).addChild("split_to_columns",["data"],{...Pv,sequence:20}).addChild("data_validation",["data"],{name:Xt("Data Validation"),execute:e=>{e.openSidePanel("DataValidation")},icon:"o-spreadsheet-Icon.DATA_VALIDATION",sequence:30,separator:!0}).addChild("add_data_filter",["data"],{...Dv,sequence:40,separator:!0}).addChild("remove_data_filter",["data"],{...Lv,sequence:40,separator:!0});const vS=new class extends ki{addTransformation(e,t,o){for(let s of t)this.content[s]||(this.content[s]=new Map),this.content[s].set(e,o);return this}getTransformation(e,t){return this.content[e]&&this.content[e].get(t)}},bS={ArrowDown:"down",ArrowLeft:"left",ArrowRight:"right",ArrowUp:"up"};function SS(e,t){const o=bS[e.key];e.shiftKey?t.resizeAnchorZone(o,Tr(e)?"end":1):t.moveAnchorCell(o,Tr(e)?"end":1)}const CS=new Qn;lr`
280
280
  .o-selection {
281
281
  .o-selection-input {
282
282
  padding: 2px 0px;
@@ -746,11 +746,9 @@
746
746
  }
747
747
  .o-cell-is-operator {
748
748
  margin-bottom: 5px;
749
- width: 96%;
750
749
  }
751
750
  .o-cell-is-value {
752
751
  margin-bottom: 5px;
753
- width: 96%;
754
752
  }
755
753
  .o-color-picker-widget .o-color-picker-button {
756
754
  pointer-events: all;
@@ -1031,7 +1029,7 @@
1031
1029
  }
1032
1030
  }
1033
1031
  }
1034
- `;class LC extends t.Component{static template="o-spreadsheet-FigureComponent";static props={figure:Object,style:{type:String,optional:!0},onFigureDeleted:{type:Function,optional:!0},onMouseDown:{type:Function,optional:!0},onClickAnchor:{type:Function,optional:!0}};static components={Menu:kr};static defaultProps={onFigureDeleted:()=>{},onMouseDown:()=>{},onClickAnchor:()=>{}};menuState=t.useState({isOpen:!1,position:null,menuItems:[]});figureRef=t.useRef("figure");menuButtonRef=t.useRef("menuButton");menuButtonRect=Or(this.menuButtonRef);borderWidth;get isSelected(){return this.env.model.getters.getSelectedFigureId()===this.props.figure.id}get figureRegistry(){return wl}getBorderWidth(){return this.env.isDashboard()?0:this.isSelected?2:this.borderWidth}get borderStyle(){return`border: ${this.getBorderWidth()}px solid ${this.isSelected?c:l};`}get wrapperStyle(){const{x:e,y:t,width:o,height:s}=this.props.figure;return dr({left:`${e}px`,top:`${t}px`,width:`${o}px`,height:`${s}px`,"z-index":String(te.Figure+(this.isSelected?1:0))})}getResizerPosition(e){let t={};return e.includes("top")?t.top="-3px":e.includes("bottom")?t.bottom="-3px":t.bottom="calc(50% - 3px)",e.includes("left")?t.left="-3px":e.includes("right")?t.right="-3px":t.right="calc(50% - 3px)",dr(t)}setup(){const e=wl.get(this.props.figure.tag).borderWidth;this.borderWidth=void 0!==e?e:1,t.useEffect(((e,t,o)=>{e===t&&o?.focus({preventScroll:!0})}),(()=>[this.env.model.getters.getSelectedFigureId(),this.props.figure.id,this.figureRef.el]))}clickAnchor(e,t,o){this.props.onClickAnchor(e,t,o)}onMouseDown(e){this.props.onMouseDown(e)}onKeyDown(e){const t=this.props.figure;switch(e.key){case"Delete":this.env.model.dispatch("DELETE_FIGURE",{sheetId:this.env.model.getters.getActiveSheetId(),id:t.id}),this.props.onFigureDeleted(),e.stopPropagation(),e.preventDefault();break;case"ArrowDown":case"ArrowLeft":case"ArrowRight":case"ArrowUp":const o={ArrowDown:[0,1],ArrowLeft:[-1,0],ArrowRight:[1,0],ArrowUp:[0,-1]}[e.key];this.env.model.dispatch("UPDATE_FIGURE",{sheetId:this.env.model.getters.getActiveSheetId(),id:t.id,x:t.x+o[0],y:t.y+o[1]}),e.stopPropagation(),e.preventDefault()}}onContextMenu(e){if(this.env.isDashboard())return;const t={x:e.clientX,y:e.clientY};this.openContextMenu(t)}showMenu(){const{x:e,y:t,width:o}=this.menuButtonRect,s={x:e>=L?e-L:e+o,y:t};this.openContextMenu(s)}openContextMenu(e){this.menuState.isOpen=!0,this.menuState.position=e,this.menuState.menuItems=wl.get(this.props.figure.tag).menuBuilder(this.props.figure.id,this.props.onFigureDeleted,this.env)}}const PC={CannotHideAllRows:Xt("Cannot hide all the rows of a sheet."),CannotHideAllColumns:Xt("Cannot hide all the columns of a sheet.")};function kC(e,t,o,s,n){const i=e.model.getters.getHeaderGroup(t,o,s,n);if(!i)return;const r=i.isFolded?"UNFOLD_HEADER_GROUP":"FOLD_HEADER_GROUP",a=e.model.dispatch(r,{sheetId:t,dimension:o,start:i.start,end:i.end});if(!a.isSuccessful&&a.isCancelledBecause("NotEnoughElements")){const t="ROW"===o?PC.CannotHideAllRows:PC.CannotHideAllColumns;e.raiseError(t)}}function VC(e,t){return Jn([{id:"unfold_all",name:Xt("ROW"===t?"Expand all row groups":"Expand all column groups"),execute:o=>{o.model.dispatch("UNFOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}},{id:"fold_all",name:Xt("ROW"===t?"Collapse all row groups":"Collapse all column groups"),execute:o=>{o.model.dispatch("FOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}}])}const UC=new wa;UC.add("group_columns",{sequence:10,...oS,isVisible:()=>!0,isEnabled:oS.isVisible}).add("group_rows",{sequence:20,...sS,isVisible:()=>!0,isEnabled:sS.isVisible});const BC=new wa;BC.add("ungroup_columns",{sequence:10,...nS,isEnabled:e=>hS(e,"COL")}).add("ungroup_rows",{sequence:20,...iS,isEnabled:e=>hS(e,"ROW")}),lr`
1032
+ `;class LC extends t.Component{static template="o-spreadsheet-FigureComponent";static props={figure:Object,style:{type:String,optional:!0},onFigureDeleted:{type:Function,optional:!0},onMouseDown:{type:Function,optional:!0},onClickAnchor:{type:Function,optional:!0}};static components={Menu:kr};static defaultProps={onFigureDeleted:()=>{},onMouseDown:()=>{},onClickAnchor:()=>{}};menuState=t.useState({isOpen:!1,position:null,menuItems:[]});figureRef=t.useRef("figure");menuButtonRef=t.useRef("menuButton");menuButtonRect=Or(this.menuButtonRef);borderWidth;get isSelected(){return this.env.model.getters.getSelectedFigureId()===this.props.figure.id}get figureRegistry(){return wl}getBorderWidth(){return this.env.isDashboard()?0:this.isSelected?2:this.borderWidth}get borderStyle(){return`border: ${this.getBorderWidth()}px solid ${this.isSelected?c:l};`}get wrapperStyle(){const{x:e,y:t,width:o,height:s}=this.props.figure;return dr({left:`${e}px`,top:`${t}px`,width:`${o}px`,height:`${s}px`,"z-index":String(te.Figure+(this.isSelected?1:0))})}getResizerPosition(e){let t={};return e.includes("top")?t.top="-3px":e.includes("bottom")?t.bottom="-3px":t.bottom="calc(50% - 3px)",e.includes("left")?t.left="-3px":e.includes("right")?t.right="-3px":t.right="calc(50% - 3px)",dr(t)}setup(){const e=wl.get(this.props.figure.tag).borderWidth;this.borderWidth=void 0!==e?e:1,t.useEffect(((e,t,o)=>{e===t&&o?.focus({preventScroll:!0})}),(()=>[this.env.model.getters.getSelectedFigureId(),this.props.figure.id,this.figureRef.el])),t.onWillUnmount((()=>{this.props.onFigureDeleted()}))}clickAnchor(e,t,o){this.props.onClickAnchor(e,t,o)}onMouseDown(e){this.props.onMouseDown(e)}onKeyDown(e){const t=this.props.figure;switch(e.key){case"Delete":this.env.model.dispatch("DELETE_FIGURE",{sheetId:this.env.model.getters.getActiveSheetId(),id:t.id}),this.props.onFigureDeleted(),e.stopPropagation(),e.preventDefault(),e.stopPropagation();break;case"ArrowDown":case"ArrowLeft":case"ArrowRight":case"ArrowUp":const o={ArrowDown:[0,1],ArrowLeft:[-1,0],ArrowRight:[1,0],ArrowUp:[0,-1]}[e.key];this.env.model.dispatch("UPDATE_FIGURE",{sheetId:this.env.model.getters.getActiveSheetId(),id:t.id,x:t.x+o[0],y:t.y+o[1]}),e.stopPropagation(),e.preventDefault(),e.stopPropagation()}}onContextMenu(e){if(this.env.isDashboard())return;const t={x:e.clientX,y:e.clientY};this.openContextMenu(t)}showMenu(){const{x:e,y:t,width:o}=this.menuButtonRect,s={x:e>=L?e-L:e+o,y:t};this.openContextMenu(s)}openContextMenu(e){this.menuState.isOpen=!0,this.menuState.position=e,this.menuState.menuItems=wl.get(this.props.figure.tag).menuBuilder(this.props.figure.id,this.props.onFigureDeleted,this.env)}}const PC={CannotHideAllRows:Xt("Cannot hide all the rows of a sheet."),CannotHideAllColumns:Xt("Cannot hide all the columns of a sheet.")};function kC(e,t,o,s,n){const i=e.model.getters.getHeaderGroup(t,o,s,n);if(!i)return;const r=i.isFolded?"UNFOLD_HEADER_GROUP":"FOLD_HEADER_GROUP",a=e.model.dispatch(r,{sheetId:t,dimension:o,start:i.start,end:i.end});if(!a.isSuccessful&&a.isCancelledBecause("NotEnoughElements")){const t="ROW"===o?PC.CannotHideAllRows:PC.CannotHideAllColumns;e.raiseError(t)}}function VC(e,t){return Jn([{id:"unfold_all",name:Xt("ROW"===t?"Expand all row groups":"Expand all column groups"),execute:o=>{o.model.dispatch("UNFOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}},{id:"fold_all",name:Xt("ROW"===t?"Collapse all row groups":"Collapse all column groups"),execute:o=>{o.model.dispatch("FOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}}])}const UC=new wa;UC.add("group_columns",{sequence:10,...oS,isVisible:()=>!0,isEnabled:oS.isVisible}).add("group_rows",{sequence:20,...sS,isVisible:()=>!0,isEnabled:sS.isVisible});const BC=new wa;BC.add("ungroup_columns",{sequence:10,...nS,isEnabled:e=>hS(e,"COL")}).add("ungroup_rows",{sequence:20,...iS,isEnabled:e=>hS(e,"ROW")}),lr`
1035
1033
  .o-autofill {
1036
1034
  position: absolute;
1037
1035
  height: ${8}px;
@@ -1091,6 +1089,7 @@
1091
1089
  }
1092
1090
  `;class $C extends t.Component{static template="o-spreadsheet-TextValueProvider";static props={values:Array,selectedIndex:{type:Number,optional:!0},getHtmlContent:Function,onValueSelected:Function,onValueHovered:Function};autoCompleteListRef=t.useRef("autoCompleteList");setup(){t.useEffect((()=>{const e=this.props.selectedIndex;if(void 0===e)return;const t=this.autoCompleteListRef.el?.children[e];t?.scrollIntoView?.({block:"nearest"})}),(()=>[this.props.selectedIndex,this.autoCompleteListRef.el]))}}class WC{el;constructor(e){this.el=e}updateEl(e){this.el=e}selectRange(e,t){let o=window.getSelection();const{start:s,end:n}=this.getCurrentSelection();if(s===e&&n===t)return;const i=o.getRangeAt(0);let r;if(this.el.contains(i.startContainer)?r=i:(r=document.createRange(),o.removeAllRanges(),o.addRange(r)),e===t&&0===e)r.setStart(this.el,0),r.setEnd(this.el,0);else{const s=this.getText().length;(e<0||t>s)&&(console.warn(`wrong selection asked start ${e}, end ${t}, text content length ${s}`),e<0&&(e=0),t>s&&(t=s),e>s&&(e=s));let n=this.findChildAtCharacterIndex(e),i=this.findChildAtCharacterIndex(t);r.setStart(n.node,n.offset),o.extend(i.node,i.offset)}}findChildAtCharacterIndex(e){let t,o,s=yr(this.el),n=e,i=!0;do{t=s.next(),t.done||t.value.hasChildNodes()||(t.value.textContent&&t.value.textContent.length<n?n-=t.value.textContent.length:t.value.textContent&&t.value.textContent.length>=n&&s.return(t.value),o=t.value),t.done||"P"!==t.value.nodeName||(i?i=!1:n--)}while(!t.done&&n);return t.value?{node:t.value,offset:n}:{node:o,offset:n}}setText(e){if(0===e.length)return void this.removeAll();const t=Array.from(this.el.childNodes),o=e.length;for(let s=0;s<o;s++){const o=e[s],n=t[s];let i,r=!1;n&&"P"===n.nodeName?i=n:(r=!0,i=document.createElement("p"));const a=o.length,l=Array.from(i.childNodes);for(let e=0;e<a;e++){const t=o[e],s=l[e];if(s&&"tagName"in s&&"SPAN"===s.tagName&&qC(t,s))continue;if(!t.value&&!t.class){s&&i.removeChild(s);continue}const n=document.createElement("span");n.innerText=t.value,n.style.color=t.color||"",t.class&&n.classList.add(t.class),s?i.replaceChild(n,s):i.appendChild(n)}if(l.length>a)for(let e=a;e<l.length;e++)i.removeChild(l[e]);if(!i.hasChildNodes()){const e=document.createElement("span");e.appendChild(document.createElement("br")),i.appendChild(e)}r&&(n?this.el.replaceChild(i,n):this.el.appendChild(i))}if(t.length>o)for(let e=o;e<t.length;e++)this.el.removeChild(t[e])}scrollSelectionIntoView(){const e=document.getSelection()?.focusNode;if(!e||!this.el.contains(e))return;const t=e instanceof HTMLElement?e:e.parentElement;t?.scrollIntoView({block:"nearest"})}removeSelection(){window.getSelection().removeAllRanges()}removeAll(){if(this.el)for(;this.el.firstChild;)this.el.removeChild(this.el.firstChild)}getCurrentSelection(){let{startElement:e,endElement:t,startSelectionOffset:o,endSelectionOffset:s}=this.getStartAndEndSelection();return{start:this.findSelectionIndex(e,o),end:this.findSelectionIndex(t,s)}}findSelectionIndex(e,t){let o=0,s=yr(this.el),n=s.next(),i=!0;for(;!n.done&&n.value!==e;)n.value.hasChildNodes()||n.value.textContent&&(o+=n.value.textContent.length),("P"===n.value.nodeName||"DIV"===n.value.nodeName&&n.value!==this.el)&&(i?i=!1:o++),n=s.next();if(n.value!==e)return 0;if(n.value.hasChildNodes()){const e=[...n.value.childNodes].slice(0,t);o+=e.reduce(((t,o,s)=>{if(null!==o.textContent){let n=o.textContent.length;return"P"===o.nodeName&&s!==e.length-1&&n++,t+n}return t}),0)}else o+=t;return"P"!==e.nodeName||i||""!==e.textContent||o++,o}getStartAndEndSelection(){const e=document.getSelection();return{startElement:e.anchorNode||this.el,startSelectionOffset:e.anchorOffset,endElement:e.focusNode||this.el,endSelectionOffset:e.focusOffset}}getText(){let e="",t=yr(this.el),o=t.next(),s=!0;for(;!o.done;)o.value.hasChildNodes()||(e+=o.value.textContent),("P"===o.value.nodeName||"DIV"===o.value.nodeName&&o.value!==this.el)&&(s?s=!1:e+=ne),o=t.next();return e}}function qC(e,t){const o=(e.color?je(e.color):"")===(t.style?.color?je(t.style.color):""),s=Fe([e.class],[...t.classList]),n=t.innerText===e.value;return o&&s&&n}lr`
1093
1091
  .o-formula-assistant {
1092
+ background: #ffffff;
1094
1093
  .o-formula-assistant-head {
1095
1094
  background-color: #f2f2f2;
1096
1095
  padding: 10px;
@@ -1115,7 +1114,7 @@
1115
1114
  color: gray;
1116
1115
  }
1117
1116
  }
1118
- `;class ZC extends t.Component{static template="o-spreadsheet-FunctionDescriptionProvider";static props={functionName:String,functionDescription:Object,argToFocus:Number};assistantState=t.useState({allowCellSelectionBehind:!1});timeOutId=0;setup(){t.onWillUnmount((()=>{this.timeOutId&&clearTimeout(this.timeOutId)}))}getContext(){return this.props}onMouseMove(){this.assistantState.allowCellSelectionBehind=!0,this.timeOutId&&clearTimeout(this.timeOutId),this.timeOutId=setTimeout((()=>{this.assistantState.allowCellSelectionBehind=!1}),2e3)}}const YC=jf.content,jC="selector-flag",XC="#4a4e4d",KC="#3da4ab",QC={OPERATOR:KC,NUMBER:"#02c39a",STRING:"#00a82d",FUNCTION:XC,DEBUGGER:KC,LEFT_PAREN:XC,RIGHT_PAREN:XC,ARG_SEPARATOR:XC,MATCHING_PAREN:"#000000"};lr`
1117
+ `;class ZC extends t.Component{static template="o-spreadsheet-FunctionDescriptionProvider";static props={functionName:String,functionDescription:Object,argToFocus:Number};assistantState=t.useState({allowCellSelectionBehind:!1});timeOutId=0;setup(){t.onWillUnmount((()=>{this.timeOutId&&clearTimeout(this.timeOutId)}))}getContext(){return this.props}onMouseMove(){this.assistantState.allowCellSelectionBehind=!0,this.timeOutId&&clearTimeout(this.timeOutId),this.timeOutId=setTimeout((()=>{this.assistantState.allowCellSelectionBehind=!1}),2e3)}get formulaArgSeparator(){return this.env.model.getters.getLocale().formulaArgSeparator+" "}}const YC=jf.content,jC="selector-flag",XC="#4a4e4d",KC="#3da4ab",QC={OPERATOR:KC,NUMBER:"#02c39a",STRING:"#00a82d",FUNCTION:XC,DEBUGGER:KC,LEFT_PAREN:XC,RIGHT_PAREN:XC,ARG_SEPARATOR:XC,MATCHING_PAREN:"#000000"};lr`
1119
1118
  .o-composer-container {
1120
1119
  .o-composer {
1121
1120
  overflow-y: auto;
@@ -1158,7 +1157,7 @@
1158
1157
  }
1159
1158
  }
1160
1159
  }
1161
- `;class JC extends t.Component{static template="o-spreadsheet-Composer";static props={focus:{validate:e=>["inactive","cellFocus","contentFocus"].includes(e)},inputStyle:{type:String,optional:!0},rect:{type:Object,optional:!0},delimitation:{type:Object,optional:!0},onComposerCellFocused:{type:Function,optional:!0},onComposerContentFocused:Function,isDefaultFocus:{type:Boolean,optional:!0}};static components={TextValueProvider:$C,FunctionDescriptionProvider:ZC};static defaultProps={inputStyle:"",isDefaultFocus:!1};composerRef=t.useRef("o_composer");contentHelper=new WC(this.composerRef.el);composerState=t.useState({positionStart:0,positionEnd:0});autoCompleteState=t.useState({showProvider:!1,values:[],selectedIndex:void 0,type:"function",getHtmlContent:()=>[]});functionDescriptionState=t.useState({showDescription:!1,functionName:"",functionDescription:{},argToFocus:0});compositionActive=!1;get assistantStyle(){const e={};if(e["min-width"]=`${this.props.rect?.width||300}px`,"function"===this.autoCompleteState.type&&(e.width="300px"),this.props.delimitation&&this.props.rect){const{x:t,y:o,height:s}=this.props.rect,n=this.props.delimitation.height-(o+s);if(e["max-height"]=`${n}px`,o>n){const t=o;e["max-height"]=`${t}px`,e.top="-3px",e.transform="translate(0, -100%)"}t+300>this.props.delimitation.width&&(e.right="0px")}return dr(e)}shouldProcessInputEvents=!1;tokens=[];keyMapping={Enter:e=>this.processEnterKey(e,"down"),"Shift+Enter":e=>this.processEnterKey(e,"up"),"Alt+Enter":this.processNewLineEvent,"Ctrl+Enter":this.processNewLineEvent,Escape:this.processEscapeKey,F2:()=>console.warn("Not implemented"),F4:this.processF4Key,Tab:e=>this.processTabKey(e,"right"),"Shift+Tab":e=>this.processTabKey(e,"left")};keyCodeMapping={NumpadDecimal:this.processNumpadDecimal};setup(){t.onMounted((()=>{const e=this.composerRef.el;this.props.isDefaultFocus&&this.env.focusableElement.setFocusableElement(e),this.contentHelper.updateEl(e),this.processTokenAtCursor()})),t.useEffect((()=>{this.processContent()}))}processArrowKeys(e){if(this.env.model.getters.isSelectingForComposer()||"inactive"===this.env.model.getters.getEditionMode())return this.functionDescriptionState.showDescription=!1,e.preventDefault(),e.stopPropagation(),void SS(e,this.env.model.selection);const t=this.env.model.getters.getCurrentContent();"cellFocus"!==this.props.focus||this.autoCompleteState.showProvider||t.startsWith("=")?(e.stopPropagation(),this.handleArrowKeysForAutocomplete(e)):bC(this.env)}handleArrowKeysForAutocomplete(e){if(["ArrowUp","ArrowDown"].includes(e.key)&&this.autoCompleteState.showProvider){if(e.preventDefault(),void 0===this.autoCompleteState.selectedIndex)return void(this.autoCompleteState.selectedIndex=0);"ArrowUp"===e.key?(this.autoCompleteState.selectedIndex--,this.autoCompleteState.selectedIndex<0&&(this.autoCompleteState.selectedIndex=this.autoCompleteState.values.length-1)):this.autoCompleteState.selectedIndex=(this.autoCompleteState.selectedIndex+1)%this.autoCompleteState.values.length}}processTabKey(e,t){if(e.preventDefault(),e.stopPropagation(),"inactive"!==this.env.model.getters.getEditionMode()){const e=this.autoCompleteState;if(e.showProvider&&void 0!==e.selectedIndex){const t=this.autoCompleteState.values[e.selectedIndex]?.text;if(t)return void this.autoComplete(t)}bC(this.env)}this.env.model.selection.moveAnchorCell(t,1)}processEnterKey(e,t){e.preventDefault(),e.stopPropagation();const o=this.autoCompleteState;if(o.showProvider&&void 0!==o.selectedIndex){const e=this.autoCompleteState.values[o.selectedIndex]?.text;if(e)return void this.autoComplete(e)}bC(this.env),this.env.model.selection.moveAnchorCell(t,1)}processNewLineEvent(e){e.preventDefault(),e.stopPropagation();const t=this.contentHelper.getText(),o=this.contentHelper.getCurrentSelection(),s=Math.min(o.start,o.end),n=Math.max(o.start,o.end);this.env.model.dispatch("STOP_COMPOSER_RANGE_SELECTION"),this.env.model.dispatch("SET_CURRENT_CONTENT",{content:t.slice(0,s)+ne+t.slice(n),selection:{start:s+1,end:s+1}}),this.processContent()}processEscapeKey(){this.env.model.dispatch("CANCEL_EDITION")}processF4Key(){this.env.model.dispatch("CYCLE_EDITION_REFERENCES"),this.processContent()}processNumpadDecimal(e){e.stopPropagation(),e.preventDefault();const t=this.env.model.getters.getLocale(),o=this.contentHelper.getCurrentSelection(),s=this.env.model.getters.getCurrentContent(),n=s.slice(0,o.start)+t.decimalSeparator+s.slice(o.end);this.env.model.dispatch("SET_CURRENT_CONTENT",{content:n,selection:{start:o.start+1,end:o.start+1}}),this.processContent()}onCompositionStart(){this.compositionActive=!0}onCompositionEnd(){this.compositionActive=!1}onKeydown(e){if("inactive"===this.env.model.getters.getEditionMode())return;if(e.key.startsWith("Arrow"))return void this.processArrowKeys(e);let t=this.keyMapping[Ir(e)]||this.keyCodeMapping[Ir(e,"code")];t?t.call(this,e):e.stopPropagation()}onPaste(e){"inactive"!==this.env.model.getters.getEditionMode()&&e.stopPropagation()}onInput(e){if(!this.shouldProcessInputEvents)return;if("insertFromPaste"===e.inputType&&"inactive"===this.env.model.getters.getEditionMode())return;let t;if(e.stopPropagation(),t="inactive"===this.env.model.getters.getEditionMode()?e.data||"":this.contentHelper.getText(),"inactive"===this.props.focus)return this.props.onComposerCellFocused?.(t);let o=this.contentHelper.getCurrentSelection();this.env.model.dispatch("STOP_COMPOSER_RANGE_SELECTION"),this.env.model.dispatch("SET_CURRENT_CONTENT",{content:t,selection:o}),this.processTokenAtCursor()}onKeyup(e){if(this.contentHelper.el===document.activeElement){if(this.autoCompleteState.showProvider&&["ArrowUp","ArrowDown"].includes(e.key))return;if(this.env.model.getters.isSelectingForComposer()&&e.key?.startsWith("Arrow"))return;const{start:t,end:o}=this.env.model.getters.getComposerSelection(),{start:s,end:n}=this.contentHelper.getCurrentSelection();s===t&&n===o||this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",{start:s,end:n}),this.processTokenAtCursor()}}showFunctionAutocomplete(e){const t=e.toUpperCase();if(!this.env.model.getters.getCurrentContent().startsWith("=")||"TRUE"===t||"FALSE"===t)return;this.autoCompleteState.showProvider=!0,this.autoCompleteState.type="function";let o=Object.entries(jf.content).filter((([e,{hidden:t}])=>!t)).map((([e,{description:t}])=>({text:e,description:t}))).sort(((e,t)=>e.text.length-t.text.length||e.text.localeCompare(t.text)));e&&(o=kn(e,o,(e=>e.text)).slice(0,10)),this.autoCompleteState.values=o.slice(0,10),this.autoCompleteState.getHtmlContent=t=>function(e,t,o,s){const n=[];e=e.toLowerCase();for(const i of e){const e=t.toLocaleLowerCase().indexOf(i);-1!==e&&(n.push({value:t.slice(0,e),color:""},{value:t[e],color:o,class:s}),t=t.slice(e+1))}return n.push({value:t}),n.filter((e=>e.value))}(e,t,y,"o-semi-bold"),this.autoCompleteState.selectedIndex=0}updateAutoCompleteIndex(e){this.autoCompleteState.selectedIndex=de(0,e,10)}onMousedown(e){e.button>0||this.contentHelper.removeSelection()}onClick(){if(this.env.model.getters.isReadonly())return;const e=this.contentHelper.getCurrentSelection();this.env.model.dispatch("STOP_COMPOSER_RANGE_SELECTION"),this.props.onComposerContentFocused(),this.props.focus,this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",e),this.processTokenAtCursor()}onDblClick(){if(this.env.model.getters.isReadonly())return;const e=this.env.model.getters.getCurrentContent();if(e.startsWith("=")){const t=this.env.model.getters.getCurrentTokens(),o=this.contentHelper.getCurrentSelection();if(o.start===o.end)return;const s=e.substring(o.start,o.end),n=t.filter((e=>e.value.includes(s)&&e.start<=o.start&&e.end>=o.end))[0];if(!n)return;"REFERENCE"===n.type&&this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",{start:n.start,end:n.end})}}processContent(){if(this.compositionActive)return;this.shouldProcessInputEvents=!1,"inactive"!==this.props.focus&&this.contentHelper.el.focus();const e=this.getContentLines();if(this.contentHelper.setText(e),0!==e.length&&0!==e.length[0]){if("inactive"!==this.props.focus){const{start:e,end:t}=this.env.model.getters.getComposerSelection();this.contentHelper.selectRange(e,t)}this.contentHelper.scrollSelectionIntoView()}this.shouldProcessInputEvents=!0}getContentLines(){let e=this.env.model.getters.getCurrentContent();const t=e.startsWith("=");return""===e?[]:t&&"inactive"!==this.props.focus?this.splitHtmlContentIntoLines(this.getColoredTokens()):this.splitHtmlContentIntoLines([{value:e}])}getColoredTokens(){const e=this.env.model.getters.getCurrentTokens(),t=this.env.model.getters.getTokenAtCursor(),o=[],{end:s,start:n}=this.env.model.getters.getComposerSelection();for(const i of e){switch(i.type){case"OPERATOR":case"NUMBER":case"ARG_SEPARATOR":case"STRING":o.push({value:i.value,color:QC[i.type]||"#000"});break;case"REFERENCE":const{xc:e,sheetName:s}=sn(i.value);o.push({value:i.value,color:this.rangeColor(e,s)||"#000"});break;case"SYMBOL":const n=i.value.toUpperCase();"TRUE"===n||"FALSE"===n?o.push({value:i.value,color:QC.NUMBER}):n in jf.content?o.push({value:i.value,color:QC.FUNCTION}):o.push({value:i.value,color:"#000"});break;case"LEFT_PAREN":case"RIGHT_PAREN":t&&["LEFT_PAREN","RIGHT_PAREN"].includes(t.type)&&t.parenIndex&&t.parenIndex===i.parenIndex?o.push({value:i.value,color:QC.MATCHING_PAREN}):o.push({value:i.value,color:QC[i.type]||"#000"});break;default:o.push({value:i.value,color:"#000"})}this.env.model.getters.showSelectionIndicator()&&s===n&&s===i.end&&(o[o.length-1].class=jC)}return o}splitHtmlContentIntoLines(e){const t=[];let o=[];for(const s of e)if(s.value.includes(ne)){const e=s.value.split(ne),n=e.pop();for(const n of e)o.push({color:s.color,value:n}),t.push(o),o=[];o.push({...s,value:n})}else o.push(s);o.length&&t.push(o);const s=[];for(const e of t)e.every(this.isContentEmpty)?s.push([e[0]]):s.push(e.filter((e=>!this.isContentEmpty(e))));return s}isContentEmpty(e){return!(e.value||e.class)}rangeColor(e,t){if("inactive"===this.props.focus)return;const o=this.env.model.getters.getHighlights(),s=t?this.env.model.getters.getSheetIdByName(t):this.env.model.getters.getCurrentEditedCell()?.sheetId,n=o.find((t=>{if(t.sheetId!==s)return!1;let o=this.env.model.getters.getRangeFromSheetXC(s,e).zone;return o=1===Mn(o)?this.env.model.getters.expandZone(s,o):o,vn(o,t.zone)}));return n&&n.color?n.color:void 0}processTokenAtCursor(){let e=this.env.model.getters.getCurrentContent();this.autoCompleteState.showProvider=!1,this.functionDescriptionState.showDescription=!1;const t=this.env.model.getters.getAutoCompleteDataValidationValues();if(!e.startsWith("=")&&t.length&&this.showDataValidationAutocomplete(t),e.startsWith("=")){const e=this.env.model.getters.getTokenAtCursor();if(!e)return;if("SYMBOL"===e.type)return void this.showFunctionAutocomplete(e.value);const t=e.functionContext,o=t?.parent.toUpperCase();if(t&&o&&o in YC&&"UNKNOWN"!==e.type){const e=YC[o],s=t.argPosition;this.functionDescriptionState.functionName=o,this.functionDescriptionState.functionDescription=e,this.functionDescriptionState.argToFocus=e.getArgToFocus(s+1)-1,this.functionDescriptionState.showDescription=!0}}}autoComplete(e){if(e){if("function"===this.autoCompleteState.type){const t=this.env.model.getters.getTokenAtCursor();if(t){let o=t.end,s=t.end;["SYMBOL","FUNCTION"].includes(t.type)&&(o=t.start);const n=this.env.model.getters.getCurrentTokens();if(n.length){e+="(";const o=n.map((e=>e.start)).indexOf(t.start);if(o+1<n.length){"LEFT_PAREN"===n[o+1].type&&s++}}this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",{start:o,end:s})}this.env.model.dispatch("REPLACE_COMPOSER_CURSOR_SELECTION",{text:e})}else this.env.model.dispatch("SET_CURRENT_CONTENT",{content:e}),this.env.model.dispatch("STOP_EDITION");this.processTokenAtCursor()}}showDataValidationAutocomplete(e){this.autoCompleteState.showProvider=!0,this.autoCompleteState.type="dataValidation",this.autoCompleteState.selectedIndex=void 0,this.autoCompleteState.values=e.map((e=>({text:e,description:""}))),this.autoCompleteState.getHtmlContent=e=>[{value:e}]}}const eE=3*.4*window.devicePixelRatio||1;lr`
1160
+ `;class JC extends t.Component{static template="o-spreadsheet-Composer";static props={focus:{validate:e=>["inactive","cellFocus","contentFocus"].includes(e)},inputStyle:{type:String,optional:!0},rect:{type:Object,optional:!0},delimitation:{type:Object,optional:!0},onComposerCellFocused:{type:Function,optional:!0},onComposerContentFocused:Function,isDefaultFocus:{type:Boolean,optional:!0}};static components={TextValueProvider:$C,FunctionDescriptionProvider:ZC};static defaultProps={inputStyle:"",isDefaultFocus:!1};composerRef=t.useRef("o_composer");contentHelper=new WC(this.composerRef.el);composerState=t.useState({positionStart:0,positionEnd:0});autoCompleteState=t.useState({showProvider:!1,values:[],selectedIndex:void 0,type:"function",getHtmlContent:()=>[]});functionDescriptionState=t.useState({showDescription:!1,functionName:"",functionDescription:{},argToFocus:0});compositionActive=!1;get assistantStyle(){const e={};if(e["min-width"]=`${this.props.rect?.width||300}px`,"function"===this.autoCompleteState.type&&(e.width="300px"),this.props.delimitation&&this.props.rect){const{x:t,y:o,height:s}=this.props.rect,n=this.props.delimitation.height-(o+s);if(e["max-height"]=`${n}px`,o>n){const t=o;e["max-height"]=`${t}px`,e.top="-3px",e.transform="translate(0, -100%)"}t+300>this.props.delimitation.width&&(e.right="0px")}return dr(e)}shouldProcessInputEvents=!1;tokens=[];keyMapping={Enter:e=>this.processEnterKey(e,"down"),"Shift+Enter":e=>this.processEnterKey(e,"up"),"Alt+Enter":this.processNewLineEvent,"Ctrl+Enter":this.processNewLineEvent,Escape:this.processEscapeKey,F2:()=>console.warn("Not implemented"),F4:this.processF4Key,Tab:e=>this.processTabKey(e,"right"),"Shift+Tab":e=>this.processTabKey(e,"left")};keyCodeMapping={NumpadDecimal:this.processNumpadDecimal};setup(){t.onMounted((()=>{const e=this.composerRef.el;this.props.isDefaultFocus&&this.env.focusableElement.setFocusableElement(e),this.contentHelper.updateEl(e),this.processTokenAtCursor()})),t.useEffect((()=>{this.processContent()})),t.onPatched((()=>{"inactive"===this.env.model.getters.getEditionMode()&&this.processTokenAtCursor()}))}processArrowKeys(e){if(this.env.model.getters.isSelectingForComposer()||"inactive"===this.env.model.getters.getEditionMode())return this.functionDescriptionState.showDescription=!1,e.preventDefault(),e.stopPropagation(),void SS(e,this.env.model.selection);const t=this.env.model.getters.getCurrentContent();"cellFocus"!==this.props.focus||this.autoCompleteState.showProvider||t.startsWith("=")?(e.stopPropagation(),this.handleArrowKeysForAutocomplete(e)):bC(this.env)}handleArrowKeysForAutocomplete(e){if(["ArrowUp","ArrowDown"].includes(e.key)&&this.autoCompleteState.showProvider){if(e.preventDefault(),void 0===this.autoCompleteState.selectedIndex)return void(this.autoCompleteState.selectedIndex=0);"ArrowUp"===e.key?(this.autoCompleteState.selectedIndex--,this.autoCompleteState.selectedIndex<0&&(this.autoCompleteState.selectedIndex=this.autoCompleteState.values.length-1)):this.autoCompleteState.selectedIndex=(this.autoCompleteState.selectedIndex+1)%this.autoCompleteState.values.length}}processTabKey(e,t){if(e.preventDefault(),e.stopPropagation(),"inactive"!==this.env.model.getters.getEditionMode()){const e=this.autoCompleteState;if(e.showProvider&&void 0!==e.selectedIndex){const t=this.autoCompleteState.values[e.selectedIndex]?.text;if(t)return void this.autoComplete(t)}bC(this.env)}this.env.model.selection.moveAnchorCell(t,1)}processEnterKey(e,t){e.preventDefault(),e.stopPropagation();const o=this.autoCompleteState;if(o.showProvider&&void 0!==o.selectedIndex){const e=this.autoCompleteState.values[o.selectedIndex]?.text;if(e)return void this.autoComplete(e)}bC(this.env),this.env.model.selection.moveAnchorCell(t,1)}processNewLineEvent(e){e.preventDefault(),e.stopPropagation();const t=this.contentHelper.getText(),o=this.contentHelper.getCurrentSelection(),s=Math.min(o.start,o.end),n=Math.max(o.start,o.end);this.env.model.dispatch("STOP_COMPOSER_RANGE_SELECTION"),this.env.model.dispatch("SET_CURRENT_CONTENT",{content:t.slice(0,s)+ne+t.slice(n),selection:{start:s+1,end:s+1}}),this.processContent()}processEscapeKey(){this.env.model.dispatch("CANCEL_EDITION")}processF4Key(){this.env.model.dispatch("CYCLE_EDITION_REFERENCES"),this.processContent()}processNumpadDecimal(e){e.stopPropagation(),e.preventDefault();const t=this.env.model.getters.getLocale(),o=this.contentHelper.getCurrentSelection(),s=this.env.model.getters.getCurrentContent(),n=s.slice(0,o.start)+t.decimalSeparator+s.slice(o.end);this.env.model.dispatch("SET_CURRENT_CONTENT",{content:n,selection:{start:o.start+1,end:o.start+1}}),this.processContent()}onCompositionStart(){this.compositionActive=!0}onCompositionEnd(){this.compositionActive=!1}onKeydown(e){if("inactive"===this.env.model.getters.getEditionMode())return;if(e.key.startsWith("Arrow"))return void this.processArrowKeys(e);let t=this.keyMapping[Ir(e)]||this.keyCodeMapping[Ir(e,"code")];t?t.call(this,e):e.stopPropagation()}onPaste(e){"inactive"!==this.env.model.getters.getEditionMode()&&e.stopPropagation()}onInput(e){if(!this.shouldProcessInputEvents)return;if("insertFromPaste"===e.inputType&&"inactive"===this.env.model.getters.getEditionMode())return;let t;if(e.stopPropagation(),t="inactive"===this.env.model.getters.getEditionMode()?e.data||"":this.contentHelper.getText(),"inactive"===this.props.focus)return this.props.onComposerCellFocused?.(t);let o=this.contentHelper.getCurrentSelection();this.env.model.dispatch("STOP_COMPOSER_RANGE_SELECTION"),this.env.model.dispatch("SET_CURRENT_CONTENT",{content:t,selection:o}),this.processTokenAtCursor()}onKeyup(e){if(this.contentHelper.el===document.activeElement){if(this.autoCompleteState.showProvider&&["ArrowUp","ArrowDown"].includes(e.key))return;if(this.env.model.getters.isSelectingForComposer()&&e.key?.startsWith("Arrow"))return;const{start:t,end:o}=this.env.model.getters.getComposerSelection(),{start:s,end:n}=this.contentHelper.getCurrentSelection();s===t&&n===o||this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",{start:s,end:n}),this.processTokenAtCursor()}}showFunctionAutocomplete(e){const t=e.toUpperCase();if(!this.env.model.getters.getCurrentContent().startsWith("=")||"TRUE"===t||"FALSE"===t)return;this.autoCompleteState.showProvider=!0,this.autoCompleteState.type="function";let o=Object.entries(jf.content).filter((([e,{hidden:t}])=>!t)).map((([e,{description:t}])=>({text:e,description:t}))).sort(((e,t)=>e.text.length-t.text.length||e.text.localeCompare(t.text)));e&&(o=kn(e,o,(e=>e.text)).slice(0,10)),this.autoCompleteState.values=o.slice(0,10),this.autoCompleteState.getHtmlContent=t=>function(e,t,o,s){const n=[];e=e.toLowerCase();for(const i of e){const e=t.toLocaleLowerCase().indexOf(i);-1!==e&&(n.push({value:t.slice(0,e),color:""},{value:t[e],color:o,class:s}),t=t.slice(e+1))}return n.push({value:t}),n.filter((e=>e.value))}(e,t,y,"o-semi-bold"),this.autoCompleteState.selectedIndex=0}updateAutoCompleteIndex(e){this.autoCompleteState.selectedIndex=de(0,e,10)}onMousedown(e){e.button>0||this.contentHelper.removeSelection()}onClick(){if(this.env.model.getters.isReadonly())return;const e=this.contentHelper.getCurrentSelection();this.env.model.dispatch("STOP_COMPOSER_RANGE_SELECTION"),this.props.onComposerContentFocused(),this.props.focus,this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",e),this.processTokenAtCursor()}onDblClick(){if(this.env.model.getters.isReadonly())return;const e=this.env.model.getters.getCurrentContent();if(e.startsWith("=")){const t=this.env.model.getters.getCurrentTokens(),o=this.contentHelper.getCurrentSelection();if(o.start===o.end)return;const s=e.substring(o.start,o.end),n=t.filter((e=>e.value.includes(s)&&e.start<=o.start&&e.end>=o.end))[0];if(!n)return;"REFERENCE"===n.type&&this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",{start:n.start,end:n.end})}}processContent(){if(this.compositionActive)return;this.shouldProcessInputEvents=!1,"inactive"!==this.props.focus&&this.contentHelper.el.focus();const e=this.getContentLines();if(this.contentHelper.setText(e),0!==e.length&&0!==e.length[0]){if("inactive"!==this.props.focus){const{start:e,end:t}=this.env.model.getters.getComposerSelection();this.contentHelper.selectRange(e,t)}this.contentHelper.scrollSelectionIntoView()}this.shouldProcessInputEvents=!0}getContentLines(){let e=this.env.model.getters.getCurrentContent();const t=e.startsWith("=");return""===e?[]:t&&"inactive"!==this.props.focus?this.splitHtmlContentIntoLines(this.getColoredTokens()):this.splitHtmlContentIntoLines([{value:e}])}getColoredTokens(){const e=this.env.model.getters.getCurrentTokens(),t=this.env.model.getters.getTokenAtCursor(),o=[],{end:s,start:n}=this.env.model.getters.getComposerSelection();for(const i of e){switch(i.type){case"OPERATOR":case"NUMBER":case"ARG_SEPARATOR":case"STRING":o.push({value:i.value,color:QC[i.type]||"#000"});break;case"REFERENCE":const{xc:e,sheetName:s}=sn(i.value);o.push({value:i.value,color:this.rangeColor(e,s)||"#000"});break;case"SYMBOL":const n=i.value.toUpperCase();"TRUE"===n||"FALSE"===n?o.push({value:i.value,color:QC.NUMBER}):n in jf.content?o.push({value:i.value,color:QC.FUNCTION}):o.push({value:i.value,color:"#000"});break;case"LEFT_PAREN":case"RIGHT_PAREN":t&&["LEFT_PAREN","RIGHT_PAREN"].includes(t.type)&&t.parenIndex&&t.parenIndex===i.parenIndex?o.push({value:i.value,color:QC.MATCHING_PAREN}):o.push({value:i.value,color:QC[i.type]||"#000"});break;default:o.push({value:i.value,color:"#000"})}this.env.model.getters.showSelectionIndicator()&&s===n&&s===i.end&&(o[o.length-1].class=jC)}return o}splitHtmlContentIntoLines(e){const t=[];let o=[];for(const s of e)if(s.value.includes(ne)){const e=s.value.split(ne),n=e.pop();for(const n of e)o.push({color:s.color,value:n}),t.push(o),o=[];o.push({...s,value:n})}else o.push(s);o.length&&t.push(o);const s=[];for(const e of t)e.every(this.isContentEmpty)?s.push([e[0]]):s.push(e.filter((e=>!this.isContentEmpty(e))));return s}isContentEmpty(e){return!(e.value||e.class)}rangeColor(e,t){if("inactive"===this.props.focus)return;const o=this.env.model.getters.getHighlights(),s=t?this.env.model.getters.getSheetIdByName(t):this.env.model.getters.getCurrentEditedCell()?.sheetId,n=o.find((t=>{if(t.sheetId!==s)return!1;let o=this.env.model.getters.getRangeFromSheetXC(s,e).zone;return o=1===Mn(o)?this.env.model.getters.expandZone(s,o):o,vn(o,t.zone)}));return n&&n.color?n.color:void 0}processTokenAtCursor(){let e=this.env.model.getters.getCurrentContent();this.autoCompleteState.showProvider=!1,this.functionDescriptionState.showDescription=!1;const t=this.env.model.getters.getAutoCompleteDataValidationValues();if(!e.startsWith("=")&&t.length&&this.showDataValidationAutocomplete(t),e.startsWith("=")){const e=this.env.model.getters.getTokenAtCursor();if(!e)return;if("SYMBOL"===e.type)return void this.showFunctionAutocomplete(e.value);const t=e.functionContext,o=t?.parent.toUpperCase();if(t&&o&&o in YC&&"UNKNOWN"!==e.type){const e=YC[o],s=t.argPosition;this.functionDescriptionState.functionName=o,this.functionDescriptionState.functionDescription=e,this.functionDescriptionState.argToFocus=e.getArgToFocus(s+1)-1,this.functionDescriptionState.showDescription=!0}}}autoComplete(e){if(e){if("function"===this.autoCompleteState.type){const t=this.env.model.getters.getTokenAtCursor();if(t){let o=t.end,s=t.end;["SYMBOL","FUNCTION"].includes(t.type)&&(o=t.start);const n=this.env.model.getters.getCurrentTokens();if(n.length){e+="(";const o=n.map((e=>e.start)).indexOf(t.start);if(o+1<n.length){"LEFT_PAREN"===n[o+1].type&&s++}}this.env.model.dispatch("CHANGE_COMPOSER_CURSOR_SELECTION",{start:o,end:s})}this.env.model.dispatch("REPLACE_COMPOSER_CURSOR_SELECTION",{text:e})}else this.env.model.dispatch("SET_CURRENT_CONTENT",{content:e}),this.env.model.dispatch("STOP_EDITION");this.processTokenAtCursor()}}showDataValidationAutocomplete(e){this.autoCompleteState.showProvider=!0,this.autoCompleteState.type="dataValidation",this.autoCompleteState.selectedIndex=void 0,this.autoCompleteState.values=e.map((e=>({text:e,description:""}))),this.autoCompleteState.getHtmlContent=e=>[{value:e}]}}const eE=3*.4*window.devicePixelRatio||1;lr`
1162
1161
  div.o-grid-composer {
1163
1162
  z-index: ${te.GridComposer};
1164
1163
  box-sizing: border-box;
@@ -1448,7 +1447,7 @@
1448
1447
  onScroll.bind="onScroll"
1449
1448
  />`;static defaultProps={topOffset:0};get offset(){return this.env.model.getters.getActiveSheetDOMScrollInfo().scrollY}get height(){return this.env.model.getters.getMainViewportRect().height}get isDisplayed(){const{yRatio:e}=this.env.model.getters.getFrozenSheetViewRatio(this.env.model.getters.getActiveSheetId());return e<1}get position(){const{y:e}=this.env.model.getters.getMainViewportRect();return{top:`${this.props.topOffset+e}px`,right:"0px",width:"15px",bottom:"0px"}}onScroll(e){const{scrollX:t}=this.env.model.getters.getActiveSheetDOMScrollInfo();this.env.model.dispatch("SET_VIEWPORT_OFFSET",{offsetX:t,offsetY:e})}}const LE={ROW:mS,COL:uS,CELL:Iv,GROUP_HEADERS:UC,UNGROUP_HEADERS:BC};class PE extends t.Component{static template="o-spreadsheet-Grid";static props={sidePanelIsOpen:Boolean,exposeFocus:Function,focusComposer:String,onComposerContentFocused:Function,onGridComposerCellFocused:Function};static components={GridComposer:tE,GridOverlay:EE,GridPopover:wE,HeadersOverlay:RE,Menu:kr,Autofill:HC,ClientTag:GC,Highlight:ME,Popover:Fr,VerticalScrollBar:DE,HorizontalScrollBar:FE,FilterIconsOverlay:nE};HEADER_HEIGHT=I;HEADER_WIDTH=R;menuState;gridRef;onMouseWheel;canvasPosition;hoveredCell;setup(){this.menuState=t.useState({isOpen:!1,position:null,menuItems:[]}),this.gridRef=t.useRef("grid"),this.canvasPosition=Or(this.gridRef),this.hoveredCell=t.useState({col:void 0,row:void 0}),t.useChildSubEnv({getPopoverContainerRect:()=>this.getGridRect()}),t.useExternalListener(document.body,"cut",this.copy.bind(this,!0)),t.useExternalListener(document.body,"copy",this.copy.bind(this,!1)),t.useExternalListener(document.body,"paste",this.paste),t.onMounted((()=>this.focusDefaultElement())),this.props.exposeFocus((()=>this.focusDefaultElement())),TE("canvas",this.env.model,(()=>this.env.model.getters.getSheetViewDimensionWithHeaders())),this.onMouseWheel=AE(((e,t)=>{this.moveCanvas(e,t),this.hoveredCell.col=void 0,this.hoveredCell.row=void 0}))}onCellHovered({col:e,row:t}){this.hoveredCell.col=e,this.hoveredCell.row=t}get gridOverlayDimensions(){return dr({top:"26px",left:"48px",height:"calc(100% - 41px)",width:"calc(100% - 63px)"})}onClosePopover(){this.env.model.getters.hasOpenedPopover()&&this.closeOpenedPopover(),this.focusDefaultElement()}keyDownMapping={Enter:()=>{this.env.model.getters.getActiveCell().type===Qt.empty?this.props.onGridComposerCellFocused():this.props.onComposerContentFocused()},Tab:()=>this.env.model.selection.moveAnchorCell("right",1),"Shift+Tab":()=>this.env.model.selection.moveAnchorCell("left",1),F2:()=>{this.env.model.getters.getActiveCell().type===Qt.empty?this.props.onGridComposerCellFocused():this.props.onComposerContentFocused()},Delete:()=>{this.env.model.dispatch("DELETE_CONTENT",{sheetId:this.env.model.getters.getActiveSheetId(),target:this.env.model.getters.getSelectedZones()})},Backspace:()=>{this.env.model.dispatch("DELETE_CONTENT",{sheetId:this.env.model.getters.getActiveSheetId(),target:this.env.model.getters.getSelectedZones()})},Escape:()=>{this.env.model.getters.hasOpenedPopover()?this.closeOpenedPopover():this.menuState.isOpen?this.closeMenu():this.env.model.getters.isPaintingFormat()?this.env.model.dispatch("CANCEL_PAINT_FORMAT"):this.env.model.dispatch("CLEAN_CLIPBOARD_HIGHLIGHT")},"Ctrl+A":()=>this.env.model.selection.loopSelection(),"Ctrl+Z":()=>this.env.model.dispatch("REQUEST_UNDO"),"Ctrl+Y":()=>this.env.model.dispatch("REQUEST_REDO"),F4:()=>this.env.model.dispatch("REQUEST_REDO"),"Ctrl+B":()=>this.env.model.dispatch("SET_FORMATTING",{sheetId:this.env.model.getters.getActiveSheetId(),target:this.env.model.getters.getSelectedZones(),style:{bold:!this.env.model.getters.getCurrentStyle().bold}}),"Ctrl+I":()=>this.env.model.dispatch("SET_FORMATTING",{sheetId:this.env.model.getters.getActiveSheetId(),target:this.env.model.getters.getSelectedZones(),style:{italic:!this.env.model.getters.getCurrentStyle().italic}}),"Ctrl+U":()=>this.env.model.dispatch("SET_FORMATTING",{sheetId:this.env.model.getters.getActiveSheetId(),target:this.env.model.getters.getSelectedZones(),style:{underline:!this.env.model.getters.getCurrentStyle().underline}}),"Ctrl+O":()=>Bl(this.env),"Alt+=":()=>{const e=this.env.model.getters.getActiveSheetId(),t=this.env.model.getters.getSelectedZone(),{anchor:o}=this.env.model.getters.getSelection(),s=this.env.model.getters.getAutomaticSums(e,t,o.cell);if(this.env.model.getters.isSingleCellOrMerge(e,t)||this.env.model.getters.isEmpty(e,t)&&s.length<=1){const t=s[0]?.zone,o=t?this.env.model.getters.zoneToXC(e,s[0].zone):"",n=`=SUM(${o})`;this.props.onGridComposerCellFocused(n,{start:5,end:5+o.length})}else this.env.model.dispatch("SUM_SELECTION")},"Alt+Enter":()=>{const e=this.env.model.getters.getActiveCell();e.link&&$i(e.link,this.env)},"Ctrl+Home":()=>{const e=this.env.model.getters.getActiveSheetId(),{col:t,row:o}=this.env.model.getters.getNextVisibleCellPosition({sheetId:e,col:0,row:0});this.env.model.selection.selectCell(t,o)},"Ctrl+End":()=>{const e=this.env.model.getters.getActiveSheetId(),t=this.env.model.getters.findVisibleHeader(e,"COL",this.env.model.getters.getNumberCols(e)-1,0),o=this.env.model.getters.findVisibleHeader(e,"ROW",this.env.model.getters.getNumberRows(e)-1,0);this.env.model.selection.selectCell(t,o)},"Shift+ ":()=>{const e=this.env.model.getters.getActiveSheetId(),t={...this.env.model.getters.getSelectedZone(),left:0,right:this.env.model.getters.getNumberCols(e)-1},o=this.env.model.getters.getActivePosition();this.env.model.selection.selectZone({cell:o,zone:t})},"Ctrl+ ":()=>{const e=this.env.model.getters.getActiveSheetId(),t={...this.env.model.getters.getSelectedZone(),top:0,bottom:this.env.model.getters.getNumberRows(e)-1},o=this.env.model.getters.getActivePosition();this.env.model.selection.selectZone({cell:o,zone:t})},"Ctrl+D":async()=>this.env.model.dispatch("COPY_PASTE_CELLS_ABOVE"),"Ctrl+R":async()=>this.env.model.dispatch("COPY_PASTE_CELLS_ON_LEFT"),"Ctrl+Shift+E":()=>this.setHorizontalAlign("center"),"Ctrl+Shift+L":()=>this.setHorizontalAlign("left"),"Ctrl+Shift+R":()=>this.setHorizontalAlign("right"),"Ctrl+Shift+V":()=>Dl(this.env),"Ctrl+Shift+<":()=>this.clearFormatting(),"Ctrl+<":()=>this.clearFormatting(),"Ctrl+Shift+ ":()=>{this.env.model.selection.selectAll()},"Ctrl+Alt+=":()=>{const e=this.env.model.getters.getActiveCols(),t=this.env.model.getters.getActiveRows(),o=1===this.env.model.getters.getSelectedZones().length,s=e.size>0&&o,n=t.size>0&&o;s&&!n?Vl(this.env):n&&!s&&kl(this.env)},"Ctrl+Alt+-":()=>{const e=[...this.env.model.getters.getActiveCols()],t=[...this.env.model.getters.getActiveRows()];e.length>0&&0===t.length?this.env.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:this.env.model.getters.getActiveSheetId(),dimension:"COL",elements:e}):t.length>0&&0===e.length&&this.env.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:this.env.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},"Shift+PageDown":()=>{this.env.model.dispatch("ACTIVATE_NEXT_SHEET")},"Shift+PageUp":()=>{this.env.model.dispatch("ACTIVATE_PREVIOUS_SHEET")},PageDown:()=>this.env.model.dispatch("SHIFT_VIEWPORT_DOWN"),PageUp:()=>this.env.model.dispatch("SHIFT_VIEWPORT_UP"),"Ctrl+K":()=>Hl(this.env),"Alt+Shift+ArrowRight":()=>this.processHeaderGroupingKey("right"),"Alt+Shift+ArrowLeft":()=>this.processHeaderGroupingKey("left"),"Alt+Shift+ArrowUp":()=>this.processHeaderGroupingKey("up"),"Alt+Shift+ArrowDown":()=>this.processHeaderGroupingKey("down")};focusDefaultElement(){this.env.model.getters.getSelectedFigureId()||"inactive"!==this.env.model.getters.getEditionMode()||this.env.focusableElement.focus()}get gridEl(){if(!this.gridRef.el)throw new Error("Grid el is not defined.");return this.gridRef.el}getAutofillPosition(){const e=this.env.model.getters.getSelectedZone(),t=this.env.model.getters.getVisibleRect(e);return{left:t.x+t.width-4,top:t.y+t.height-4}}get isAutofillVisible(){const e=this.env.model.getters.getSelectedZone(),t=this.env.model.getters.getVisibleRect({left:e.right,right:e.right,top:e.bottom,bottom:e.bottom});return!(0===t.width||0===t.height)}onGridResized({height:e,width:t}){this.env.model.dispatch("RESIZE_SHEETVIEW",{width:t,height:e,gridOffsetX:R,gridOffsetY:I})}moveCanvas(e,t){const{scrollX:o,scrollY:s}=this.env.model.getters.getActiveSheetDOMScrollInfo();this.env.model.dispatch("SET_VIEWPORT_OFFSET",{offsetX:o+e,offsetY:s+t})}getClientPositionKey(e){return`${e.id}-${e.position?.sheetId}-${e.position?.col}-${e.position?.row}`}isCellHovered(e,t){return this.hoveredCell.col===e&&this.hoveredCell.row===t}getGridRect(){return{...this.canvasPosition,...this.env.model.getters.getSheetViewDimensionWithHeaders()}}onCellClicked(e,t,{addZone:o,expandZone:s}){this.env.model.getters.hasOpenedPopover()&&this.closeOpenedPopover(),"editing"===this.env.model.getters.getEditionMode()&&bC(this.env),s?this.env.model.selection.setAnchorCorner(e,t):o?this.env.model.selection.addCellToSelection(e,t):this.env.model.selection.selectCell(e,t);let n=e,i=t;MS(this.env,((e,t,o)=>{o.preventDefault(),(e!==n&&-1!=e||t!==i&&-1!=t)&&(n=-1===e?n:e,i=-1===t?i:t,this.env.model.selection.setAnchorCorner(n,i))}),(()=>{this.env.model.getters.isPaintingFormat()&&this.env.model.dispatch("PASTE",{target:this.env.model.getters.getSelectedZones()})}))}onCellDoubleClicked(e,t){const o=this.env.model.getters.getActiveSheetId();({col:e,row:t}=this.env.model.getters.getMainCellPosition({sheetId:o,col:e,row:t}));this.env.model.getters.getEvaluatedCell({sheetId:o,col:e,row:t}).type===Qt.empty?this.props.onGridComposerCellFocused():this.props.onComposerContentFocused()}closeOpenedPopover(){this.env.model.dispatch("CLOSE_CELL_POPOVER")}processArrows(e){e.preventDefault(),e.stopPropagation(),this.env.model.getters.hasOpenedPopover()&&this.closeOpenedPopover(),SS(e,this.env.model.selection),this.env.model.getters.isPaintingFormat()&&this.env.model.dispatch("PASTE",{target:this.env.model.getters.getSelectedZones()})}onKeydown(e){const t=Ir(e),o=this.keyDownMapping[t];if(o)return e.preventDefault(),e.stopPropagation(),void o();e.key.startsWith("Arrow")&&this.processArrows(e)}onInputContextMenu(e){e.preventDefault();const t=this.env.model.getters.getSelectedZone(),{left:o,top:s}=t;let n="CELL";bC(this.env),this.env.model.getters.getActiveCols().has(o)?n="COL":this.env.model.getters.getActiveRows().has(s)&&(n="ROW");const{x:i,y:r,width:a}=this.env.model.getters.getVisibleRect(t),l=this.getGridRect();this.toggleContextMenu(n,l.x+i+a,l.y+r)}onCellRightClicked(e,t,{x:o,y:s}){const n=this.env.model.getters.getSelectedZones();let i="CELL";Sn(e,t,n[n.length-1])?this.env.model.getters.getActiveCols().has(e)?i="COL":this.env.model.getters.getActiveRows().has(t)&&(i="ROW"):(this.env.model.selection.getBackToDefault(),this.env.model.selection.selectCell(e,t)),this.toggleContextMenu(i,o,s)}toggleContextMenu(e,t,o){this.env.model.getters.hasOpenedPopover()&&this.closeOpenedPopover(),this.menuState.isOpen=!0,this.menuState.position={x:t,y:o},this.menuState.menuItems=LE[e].getMenuItems()}copy(e,t){if(!this.gridEl.contains(document.activeElement))return;const o=t.clipboardData;if(!o)return void this.displayWarningCopyPasteNotSupported();if("inactive"!==this.env.model.getters.getEditionMode())return;e?Al(this.env):this.env.model.dispatch("COPY");const s=this.env.model.getters.getClipboardContent();for(const e in s)o.setData(e,s[e]);t.preventDefault()}async paste(e){if(!this.gridEl.contains(document.activeElement))return;const t=e.clipboardData;if(t){if(t.types.indexOf(Jt.PlainText)>-1){const e=t.getData(Jt.PlainText),o=this.env.model.getters.getSelectedZones(),s=this.env.model.getters.getClipboardTextContent(),n=this.env.model.getters.isCutOperation();s===e?_a(this.env,o):Ma(this.env,o,e),n&&await this.env.clipboard.write({[Jt.PlainText]:""})}}else this.displayWarningCopyPasteNotSupported()}displayWarningCopyPasteNotSupported(){this.env.raiseError(Xt("Copy/Paste is not supported in this browser."))}clearFormatting(){this.env.model.dispatch("CLEAR_FORMATTING",{sheetId:this.env.model.getters.getActiveSheetId(),target:this.env.model.getters.getSelectedZones()})}setHorizontalAlign(e){this.env.model.dispatch("SET_FORMATTING",{sheetId:this.env.model.getters.getActiveSheetId(),target:this.env.model.getters.getSelectedZones(),style:{align:e}})}closeMenu(){this.menuState.isOpen=!1,this.focusDefaultElement()}processHeaderGroupingKey(e){if(1!==this.env.model.getters.getSelectedZones().length)return;const t=this.env.model.getters.getActiveRows().size>0,o=this.env.model.getters.getActiveCols().size>0;o&&t?this.processHeaderGroupingEventOnWholeSheet(e):o?this.processHeaderGroupingEventOnHeaders(e,"COL"):t?this.processHeaderGroupingEventOnHeaders(e,"ROW"):this.processHeaderGroupingEventOnGrid(e)}processHeaderGroupingEventOnHeaders(e,t){const o=this.env.model.getters.getActiveSheetId(),s=this.env.model.getters.getSelectedZone(),n="COL"===t?s.left:s.top,i="COL"===t?s.right:s.bottom;switch(e){case"right":this.env.model.dispatch("GROUP_HEADERS",{sheetId:o,dimension:t,start:n,end:i});break;case"left":this.env.model.dispatch("UNGROUP_HEADERS",{sheetId:o,dimension:t,start:n,end:i});break;case"down":this.env.model.dispatch("UNFOLD_HEADER_GROUPS_IN_ZONE",{sheetId:o,dimension:t,zone:s});break;case"up":this.env.model.dispatch("FOLD_HEADER_GROUPS_IN_ZONE",{sheetId:o,dimension:t,zone:s})}}processHeaderGroupingEventOnWholeSheet(e){const t=this.env.model.getters.getActiveSheetId();"up"===e?(this.env.model.dispatch("FOLD_ALL_HEADER_GROUPS",{sheetId:t,dimension:"ROW"}),this.env.model.dispatch("FOLD_ALL_HEADER_GROUPS",{sheetId:t,dimension:"COL"})):"down"===e&&(this.env.model.dispatch("UNFOLD_ALL_HEADER_GROUPS",{sheetId:t,dimension:"ROW"}),this.env.model.dispatch("UNFOLD_ALL_HEADER_GROUPS",{sheetId:t,dimension:"COL"}))}processHeaderGroupingEventOnGrid(e){const t=this.env.model.getters.getActiveSheetId(),o=this.env.model.getters.getSelectedZone();switch(e){case"down":this.env.model.dispatch("UNFOLD_HEADER_GROUPS_IN_ZONE",{sheetId:t,dimension:"ROW",zone:o}),this.env.model.dispatch("UNFOLD_HEADER_GROUPS_IN_ZONE",{sheetId:t,dimension:"COL",zone:o});break;case"up":this.env.model.dispatch("FOLD_HEADER_GROUPS_IN_ZONE",{sheetId:t,dimension:"ROW",zone:o}),this.env.model.dispatch("FOLD_HEADER_GROUPS_IN_ZONE",{sheetId:t,dimension:"COL",zone:o});break;case"right":{const{x:e,y:t,width:s}=this.env.model.getters.getVisibleRect(o),n=this.getGridRect();this.toggleContextMenu("GROUP_HEADERS",e+s+n.x,t+n.y);break}case"left":{if(!hS(this.env,"COL")&&!hS(this.env,"ROW"))return;const{x:e,y:t,width:s}=this.env.model.getters.getVisibleRect(o),n=this.getGridRect();this.toggleContextMenu("UNGROUP_HEADERS",e+s+n.x,t+n.y);break}}}}class kE{xmlString;constructor(e){this.xmlString=e}toString(){return this.xmlString}}const VE=["areaChart","area3DChart","lineChart","line3DChart","stockChart","radarChart","scatterChart","pieChart","pie3DChart","doughnutChart","barChart","bar3DChart","ofPieChart","surfaceChart","surface3DChart","bubbleChart"],UE="000000",BE={arrow:"3Arrows",smiley:"3Symbols",dot:"3TrafficLights1"},HE={styleSheet:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",sst:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",Relationships:"http://schemas.openxmlformats.org/package/2006/relationships",Types:"http://schemas.openxmlformats.org/package/2006/content-types",worksheet:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",workbook:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",drawing:"http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing",table:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",revision:"http://schemas.microsoft.com/office/spreadsheetml/2014/revision",revision3:"http://schemas.microsoft.com/office/spreadsheetml/2016/revision3",markupCompatibility:"http://schemas.openxmlformats.org/markup-compatibility/2006"},zE="http://schemas.openxmlformats.org/drawingml/2006/main",GE="http://schemas.openxmlformats.org/drawingml/2006/chart",$E={workbook:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",sheet:"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml",sharedStrings:"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml",styles:"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml",drawing:"application/vnd.openxmlformats-officedocument.drawing+xml",chart:"application/vnd.openxmlformats-officedocument.drawingml.chart+xml",themes:"application/vnd.openxmlformats-officedocument.theme+xml",table:"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml",pivot:"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml",externalLink:"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"},WE={document:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",sheet:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet",sharedStrings:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings",styles:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",drawing:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing",chart:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",theme:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme",table:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/table",hyperlink:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",image:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"},qE="http://schemas.openxmlformats.org/officeDocument/2006/relationships",ZE=.75,YE=.143,jE=8.43,XE=12.75,KE=30,QE=100,JE=164,ew={FLOOR:[{type:"NUMBER",value:1}],CEILING:[{type:"NUMBER",value:1}],ROUND:[{type:"NUMBER",value:0}],ROUNDUP:[{type:"NUMBER",value:0}],ROUNDDOWN:[{type:"NUMBER",value:0}]},tw=["ACOT","ACOTH","AGGREGATE","ARABIC","BASE","BETA.DIST","BETA.INV","BINOM.DIST","BINOM.DIST.RANGE","BINOM.INV","BITAND","BITLSHIFT","BITOR","BITRSHIFT","BITXOR","CEILING.MATH","CEILING.PRECISE","CHISQ.DIST","CHISQ.DIST.RT","CHISQ.INV","CHISQ.INV.RT","CHISQ.TEST","COMBINA","CONCAT","CONFIDENCE.NORM","CONFIDENCE.T","COT","COTH","COVARIANCE.P","COVARIANCE.S","CSC","CSCH","DAYS","DECIMAL","ERF.PRECISE","ERFC.PRECISE","EXPON.DIST","F.DIST","F.DIST.RT","F.INV","F.INV.RT","F.TEST","FILTERXML","FLOOR.MATH","FLOOR.PRECISE","FORECAST.ETS","FORECAST.ETS.CONFINT","FORECAST.ETS.SEASONALITY","FORECAST.ETS.STAT","FORECAST.LINEAR","FORMULATEXT","GAMMA","GAMMA.DIST","GAMMA.INV","GAMMALN.PRECISE","GAUSS","HYPGEOM.DIST","IFNA","IFS","IMCOSH","IMCOT","IMCSC","IMCSCH","IMSEC","IMSECH","IMSINH","IMTAN","ISFORMULA","ISOWEEKNUM","LOGNORM.DIST","LOGNORM.INV","MAXIFS","MINIFS","MODE.MULT","MODE.SNGL","MUNIT","NEGBINOM.DIST","NORM.DIST","NORM.INV","NORM.S.DIST","NORM.S.INV","NUMBERVALUE","PDURATION","PERCENTILE.EXC","PERCENTILE.INC","PERCENTRANK.EXC","PERCENTRANK.INC","PERMUTATIONA","PHI","POISSON.DIST","QUARTILE.EXC","QUARTILE.INC","QUERYSTRING","RANK.AVG","RANK.EQ","RRI","SEC","SECH","SHEET","SHEETS","SKEW.P","STDEV.P","STDEV.S","SWITCH","T.DIST","T.DIST.2T","T.DIST.RT","T.INV","T.INV.2T","T.TEST","TEXTJOIN","UNICHAR","UNICODE","VAR.P","VAR.S","WEBSERVICE","WEIBULL.DIST","XOR","Z.TEST"],ow="[Content_Types].xml";var sw;!function(e){e.DiagonalBorderNotSupported="Diagonal Borders",e.BorderStyleNotSupported="Border style",e.FillStyleNotSupported="Fill Style",e.FontNotSupported="Font",e.HorizontalAlignmentNotSupported="Horizontal Alignment",e.VerticalAlignmentNotSupported="Vertical Alignments",e.MultipleRulesCfNotSupported="Multiple rules conditional formats",e.CfTypeNotSupported="Conditional format type",e.CfFormatBorderNotSupported="Borders in conditional formats",e.CfFormatAlignmentNotSupported="Alignment in conditional formats",e.CfFormatNumFmtNotSupported="Num formats in conditional formats",e.CfIconSetEmptyIconNotSupported="IconSets with empty icons",e.BadlyFormattedHyperlink="Badly formatted hyperlink",e.NumFmtIdNotSupported="Number format"}(sw||(sw={}));class nw{_parsingWarnings=new Set;_conversionWarnings=new Set;addParsingWarning(e){this._parsingWarnings.add(e)}addConversionWarning(e){this._conversionWarnings.add(e)}get warnings(){return[...this._parsingWarnings,...this._conversionWarnings]}generateNotSupportedWarning(e,t,o){let s=`${e} ${t?'"'+t+'" is':"are"} not yet supported. `;o&&(s+=`Only ${o.join(", ")} are currently supported.`),this._conversionWarnings.has(s)||this._conversionWarnings.add(s)}}const iw=["thin"],rw=["general","left","center","right"],aw=["top","center","bottom"],lw=["Arial"],cw=["solid"],hw=["expression","cellIs","colorScale","iconSet","containsText","notContainsText","beginsWith","endsWith","containsBlanks","notContainsBlanks"],dw={b:"boolean",d:"date",e:"error",inlineStr:"inlineStr",n:"number",s:"sharedString",str:"str"},uw={dashDot:"thin",dashDotDot:"thin",dashed:"dashed",dotted:"dotted",double:"thin",hair:"thin",medium:"medium",mediumDashDot:"thin",mediumDashDotDot:"thin",mediumDashed:"thin",none:void 0,slantDashDot:"thin",thick:"thick",thin:"thin"},gw={general:void 0,left:"left",center:"center",right:"right",fill:"left",justify:"left",centerContinuous:"center",distributed:"center"},pw={top:"top",center:"middle",bottom:"bottom",justify:"middle",distributed:"middle"},mw={top:"top",middle:"center",bottom:"bottom"};const fw={aboveAverage:void 0,expression:void 0,cellIs:void 0,colorScale:void 0,dataBar:void 0,iconSet:void 0,top10:void 0,uniqueValues:void 0,duplicateValues:void 0,containsText:"ContainsText",notContainsText:"NotContains",beginsWith:"BeginsWith",endsWith:"EndsWith",containsBlanks:"IsEmpty",notContainsBlanks:"IsNotEmpty",containsErrors:void 0,notContainsErrors:void 0,timePeriod:void 0},vw={num:"number",percent:"percentage",max:"value",min:"value",percentile:"percentile",formula:"formula"},bw={NoIcons:void 0,"3Arrows":"arrows","3ArrowsGray":"arrows","3Symbols":"smiley","3Symbols2":"smiley","3Signs":"dots","3Flags":"dots","3TrafficLights1":"dots","3TrafficLights2":"dots","4Arrows":"arrows","4ArrowsGray":"arrows","4RedToBlack":"dots","4Rating":"smiley","4TrafficLights":"dots","5Arrows":"arrows","5ArrowsGray":"arrows","5Rating":"smiley","5Quarters":"dots","3Stars":"smiley","3Triangles":"arrows","5Boxes":"dots"},Sw={b:"bottom",t:"top",l:"left",r:"right",tr:"right"},Cw={areaChart:void 0,area3DChart:void 0,lineChart:"line",line3DChart:void 0,stockChart:void 0,radarChart:void 0,scatterChart:void 0,pieChart:"pie",pie3DChart:void 0,doughnutChart:"pie",barChart:"bar",bar3DChart:void 0,ofPieChart:void 0,surfaceChart:void 0,surface3DChart:void 0,bubbleChart:void 0},Ew={1:"AVERAGE",2:"COUNT",3:"COUNTA",4:"MAX",5:"MIN",6:"PRODUCT",7:"STDEV",8:"STDEVP",9:"SUM",10:"VAR",11:"VARP",101:"AVERAGE",102:"COUNT",103:"COUNTA",104:"MAX",105:"MIN",106:"PRODUCT",107:"STDEV",108:"STDEVP",109:"SUM",110:"VAR",111:"VARP"},ww={0:"",1:"0",2:"0.00",3:"#,#00",4:"#,##0.00",9:"0%",10:"0.00%",11:void 0,12:void 0,13:void 0,14:"m/d/yyyy",15:"m/d/yyyy",16:"m/d/yyyy",17:"m/d/yyyy",18:"hh:mm:ss a",19:"hh:mm:ss a",20:"hhhh:mm:ss",21:"hhhh:mm:ss",22:"m/d/yy h:mm",37:void 0,38:void 0,39:void 0,40:void 0,45:"hhhh:mm:ss",46:"hhhh:mm:ss",47:"hhhh:mm:ss",48:void 0,49:co},yw={0:1,"0.00":2,"#,#00":3,"#,##0.00":4,"0%":9,"0.00%":10,"0.00E+00":11,"# ?/?":12,"# ??/??":13,"mm-dd-yy":14,"d-mm-yy":15,"mm-yy":16,"mmm-yy":17,"h:mm AM/PM":18,"h:mm:ss AM/PM":19,"h:mm":20,"h:mm:ss":21,"m/d/yy h:mm":22,"#,##0 ;(#,##0)":37,"#,##0 ;[Red](#,##0)":38,"#,##0.00;(#,##0.00)":39,"#,##0.00;[Red](#,##0.00)":40,"mm:ss":45,"[h]:mm:ss":46,"mmss.0":47,"##0.0E+0":48,"@":49,"hh:mm:ss a":19},xw={0:"000000",1:"FFFFFF",2:"FF0000",3:"00FF00",4:"0000FF",5:"FFFF00",6:"FF00FF",7:"00FFFF",8:"000000",9:"FFFFFF",10:"FF0000",11:"00FF00",12:"0000FF",13:"FFFF00",14:"FF00FF",15:"00FFFF",16:"800000",17:"008000",18:"000080",19:"808000",20:"800080",21:"008080",22:"C0C0C0",23:"808080",24:"9999FF",25:"993366",26:"FFFFCC",27:"CCFFFF",28:"660066",29:"FF8080",30:"0066CC",31:"CCCCFF",32:"000080",33:"FF00FF",34:"FFFF00",35:"00FFFF",36:"800080",37:"800000",38:"008080",39:"0000FF",40:"00CCFF",41:"CCFFFF",42:"CCFFCC",43:"FFFF99",44:"99CCFF",45:"FF99CC",46:"CC99FF",47:"FFCC99",48:"3366FF",49:"33CCCC",50:"99CC00",51:"FFCC00",52:"FF9900",53:"FF6600",54:"666699",55:"969696",56:"003366",57:"339966",58:"003300",59:"333300",60:"993300",61:"993366",62:"333399",63:"333333",64:"000000",65:"FFFFFF"},Iw={"image/avif":"avif","image/bmp":"bmp","image/gif":"gif","image/vnd.microsoft.icon":"ico","image/jpeg":"jpeg","image/png":"png","image/tiff":"tiff","image/webp":"webp"},Rw={avif:"image/avif",bmp:"image/bmp",gif:"image/gif",ico:"image/vnd.microsoft.icon",jpeg:"image/jpeg",png:"image/png",tiff:"image/tiff",webp:"image/webp",jpg:"image/jpeg"};function Tw(e){if(!e)return;let t;if(e.rgb)t=e.rgb;else if(e.auto)t=UE;else{if(!e.indexed)return;t=xw[e.indexed]}var o;return t=6===(o=t).length?"#"+o+"FF":"#"+o.slice(2)+o.slice(0,2),e.tint&&(t=function(e,t){const o=tt(e),s=st(o);t<0&&(s.l=s.l*(1+t));t>0&&(s.l=s.l*(1-t)+(100-100*(1-t)));return et(ot(s))}(t,e.tint)),t=t.toUpperCase(),9===t.length&&t.endsWith("FF")&&(t=t.slice(0,7)),t}function Aw(e,t){const o=e.split("/"),s=t.split("/");let n="",i=0;for(let e=0;e<o.length-1;e++)o[e]===s[e]?i++:n+="../";return n+=s.slice(i).join("/"),n}function Ow(e,t=0){const o={};for(let s=0;s<e.length;s++)e[s]&&(o[s+t]=e[s]);return o}function _w(e){const t=[];for(let o of Object.keys(e).map(Number))t[o]=e[o];return t}function Mw(e){return e.replace(/_x([0-9a-zA-Z]{4})_/g,((e,t)=>String.fromCharCode(parseInt(t,16))))}const Nw=/^(yy|yyyy|m{1,5}|d{1,4}|h{1,2}|s{1,2}|am\/pm|a\/m|\s|-|\/|\.|:)+$/i;function Fw(e,t,o){if(0===e)return;let s=ww[e]||t.find((t=>t.id===e))?.format;if(s)try{let e=s.replace(/(.*?);.*/,"$1");e=e.replace(/\[(.*)-[A-Z0-9]{3}\]/g,"[$1]"),e=e.replace(/\[\$\]/g,"");const t=e.match(/"/g)?.length||0;if(t/2+(e.match(/\[/g)?.length||0)>1)throw new Error("Multiple escaped blocks in format");if(e=e.replace(/"(.*)"/g,"[$$$1]"),e=e.replace(/_.{1}/g,""),e=e.replace(/\*.{1}/g,""),e=e.replace(/\\ /g," "),e=e.replace(/\\./g,(e=>e[1])),function(e){return Nw.test(e)}(e)&&(e=function(e){return e=e.toLowerCase(),e=e.replace(/mmmmm/g,"mmm"),e=e.replace(/am\/pm|a\/m/g,"a"),e=e.replace(/hhhh/g,"hh"),e=e.replace(/\bh\b/g,"hh"),e}(e)),function(e){try{return Cs(0,{format:e,locale:uo}),!0}catch(e){return!1}}(e))return e}catch(e){}o.generateNotSupportedWarning(sw.NumFmtIdNotSupported,s||`nmFmtId ${e}`)}function Dw(e,t){const o=e.borders.map((e=>{!function(e,t){e.diagonal&&t.generateNotSupportedWarning(sw.DiagonalBorderNotSupported)}(e,t);const o={top:Lw(e.top,t),bottom:Lw(e.bottom,t),left:Lw(e.left,t),right:Lw(e.right,t)};return Object.keys(o).forEach((e=>void 0===o[e]&&delete o[e])),o}));return Ow(o,1)}function Lw(e,t){if(!e)return;!function(e,t){iw.includes(e.style)||t.generateNotSupportedWarning(sw.BorderStyleNotSupported,e.style,iw)}(e,t);const o=uw[e.style];return o?{style:o,color:Tw(e.color)}:void 0}function Pw(e,t){return Ow(e.styles.map((o=>kw({fontStyle:e.fonts[o.fontId],fillStyle:e.fills[o.fillId],alignment:o.alignment},t))),1)}function kw(e,t){return function(e,t,o){e&&e.name&&!lw.includes(e.name)&&o.generateNotSupportedWarning(sw.FontNotSupported,e.name,lw);t&&t.patternType&&!cw.includes(t.patternType)&&o.generateNotSupportedWarning(sw.FillStyleNotSupported,t.patternType,cw)}(e?.fontStyle,e?.fillStyle,t),function(e,t){e&&!rw.includes(e)&&t.generateNotSupportedWarning(sw.HorizontalAlignmentNotSupported,e,rw)}(e?.alignment?.horizontal,t),function(e,t){e&&!aw.includes(e)&&t.generateNotSupportedWarning(sw.VerticalAlignmentNotSupported,e,aw)}(e?.alignment?.vertical,t),{bold:e.fontStyle?.bold,italic:e.fontStyle?.italic,strikethrough:e.fontStyle?.strike,underline:e.fontStyle?.underline,verticalAlign:e.alignment?.vertical?pw[e.alignment.vertical]:void 0,align:e.alignment?.horizontal?gw[e.alignment.horizontal]:void 0,fillColor:"solid"===e.fillStyle?.patternType?Tw(e.fillStyle?.fgColor):Tw(e.fillStyle?.bgColor),textColor:Tw(e.fontStyle?.color),fontSize:e.fontStyle?.size,wrapping:e.alignment?.wrapText?"wrap":"overflow"}}function Vw(e,t){const o=[];for(let s of e.styles){const n=Fw(s.numFmtId,e.numFmts,t);n&&(o[s.numFmtId]=n)}return Ow(o,1)}function Uw(e,t,o){const s=[];let n=1;for(let r of e){if(0===r.cfRules.length)continue;Gw(r,t,o);const e=r.cfRules[0];let a;const l=[];if(void 0!==e.dxfId||"colorScale"===e.type||"iconSet"===e.type){switch(e.type){case"aboveAverage":case"containsErrors":case"notContainsErrors":case"dataBar":case"duplicateValues":case"expression":case"top10":case"uniqueValues":case"timePeriod":continue;case"colorScale":const t=Bw(n++,r);t&&s.push(t);continue;case"iconSet":const c=Hw(n++,r,o);c&&s.push(c);continue;case"containsText":case"notContainsText":case"beginsWith":case"endsWith":if(!e.text)continue;a=fw[e.type],l.push(e.text);break;case"containsBlanks":case"notContainsBlanks":a=fw[e.type];break;case"cellIs":if(!e.operator||!e.formula||0===e.formula.length)continue;a=(i=e.operator).slice(0,1).toUpperCase()+i.slice(1),l.push(e.formula[0]),2===e.formula.length&&l.push(e.formula[1])}a&&void 0!==e.dxfId&&s.push({id:(n++).toString(),ranges:r.sqref,stopIfTrue:e.stopIfTrue,rule:{type:"CellIsRule",operator:a,values:l,style:kw({fontStyle:t[e.dxfId].font,fillStyle:t[e.dxfId].fill},o)}})}}var i;return s}function Bw(e,t){const o=t.cfRules[0].colorScale;if(!o||o.cfvos.length!==o.colors.length||o.cfvos.length<2||o.cfvos.length>3)return;const s=[];for(let e=0;e<o.cfvos.length;e++)s.push({color:(n=Tw(o.colors[e])||"#FFFFFF",9===n.length&&(n=n.slice(0,7)),parseInt(n.replace("#",""),16)),type:vw[o.cfvos[e].type],value:o.cfvos[e].value});var n;const i=s[0],r=2===s.length?s[1]:s[2],a=3===s.length?s[1]:void 0;return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"ColorScaleRule",minimum:i,midpoint:a,maximum:r}}}function Hw(e,t,o){const s=t.cfRules[0].iconSet;if(!s)return;let n=s.cfvos,i=s.cfIcons;if(n.length<3||i&&i.length<3)return;n.length>3&&(n=[n[0],n[Math.floor(n.length/2)],n[n.length-1]]),i&&i.length>3&&(i=[i[0],i[Math.floor(i.length/2)],i[i.length-1]]);const r=[];for(let e=1;e<=2;e++){const t=vw[n[e].type];if("value"===t)return;r.push({value:n[e].value||"",operator:n[e].gte?"ge":"gt",type:t})}let a={lower:i?zw(i[0].iconSet,i[0].iconId):zw(s.iconSet,0),middle:i?zw(i[1].iconSet,i[1].iconId):zw(s.iconSet,1),upper:i?zw(i[2].iconSet,i[2].iconId):zw(s.iconSet,2)};s.reverse&&(a={upper:a.lower,middle:a.middle,lower:a.upper});for(let e of Object.keys(a))if(!a[e])switch(o.generateNotSupportedWarning(sw.CfIconSetEmptyIconNotSupported),e){case"upper":a[e]=YS.dots.good;break;case"middle":a[e]=YS.dots.neutral;break;case"lower":a[e]=YS.dots.bad}return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"IconSetRule",icons:a,upperInflectionPoint:r[1],lowerInflectionPoint:r[0]}}}function zw(e,t){const o=bw[e];return o?0===t?YS[o].bad:1===t?YS[o].neutral:YS[o].good:""}function Gw(e,t,o){if(e.cfRules.length>1&&o.generateNotSupportedWarning(sw.MultipleRulesCfNotSupported),hw.includes(e.cfRules[0].type)||o.generateNotSupportedWarning(sw.CfTypeNotSupported,e.cfRules[0].type),e.cfRules[0].dxfId){const s=t[e.cfRules[0].dxfId];s.border&&o.generateNotSupportedWarning(sw.CfFormatBorderNotSupported),s.alignment&&o.generateNotSupportedWarning(sw.CfFormatAlignmentNotSupported),s.numFmt&&o.generateNotSupportedWarning(sw.CfFormatNumFmtNotSupported)}}function $w(e){switch(e){case"IsNotEmpty":case"NotContains":return"notContainsBlanks";case"IsEmpty":return"containsBlanks";default:return e.charAt(0).toLowerCase()+e.slice(1)}}function Ww(e){return Math.round(ZE*e*100)/100}function qw(e){return Math.round(YE*e*100)/100}function Zw(e){if(e)return{style:e.style,color:{rgb:e.color}}}function Yw(e,t){let o={};e.style&&(o=t.styles[e.style]);const s=function(e,t){if(e.format)return t.formats[e.format];return}(e,t),n={};if(e.border){const o=t.borders[e.border];n.left=Zw(o.left),n.right=Zw(o.right),n.bottom=Zw(o.bottom),n.top=Zw(o.top)}const i={font:{size:o?.fontSize||B,color:{rgb:o?.textColor?o.textColor:"000000"},family:2,name:"Arial"},fill:o?.fillColor?{fgColor:{rgb:o.fillColor}}:{reservedAttribute:"none"},numFmt:s?{format:s,id:0}:void 0,border:n||{},alignment:{horizontal:o.align,vertical:o.verticalAlign?mw[o.verticalAlign]:void 0,wrapText:"wrap"===o.wrapping}};return i.font.strike=!!o?.strikethrough||void 0,i.font.underline=!!o?.underline||void 0,i.font.bold=!!o?.bold||void 0,i.font.italic=!!o?.italic||void 0,i}function jw(e,t){const{id:o}=Kw(t.font,e.fonts),{id:s}=Kw(t.fill,e.fills),{id:n}=Kw(t.border,e.borders),i=function(e,t){if(!e)return 0;let o=yw[e.format];if(!o){const{id:s}=Kw(e,t);o=s+JE}return o}(t.numFmt,e.numFmts),r={fontId:o,fillId:s,borderId:n,numFmtId:i,alignment:{vertical:t.alignment.vertical,horizontal:t.alignment.horizontal,wrapText:t.alignment.wrapText}},{id:a}=Kw(r,e.styles);return a}function Xw(e,t,o){let s,n=e.find((e=>e.path===t));return n?(s=`rId${(n.rels.length+1).toString()}`,n.rels.push({...o,id:s})):(s="rId1",e.push({path:t,rels:[{...o,id:s}]})),s}function Kw(e,t){for(let[o,s]of Object.entries(t))if(JSON.stringify(s)===JSON.stringify(e))return{id:parseInt(o,10),list:t};let o=t.findIndex((t=>JSON.stringify(t)===JSON.stringify(e)));return-1===o&&(t.push(e),o=t.length-1),{id:o,list:t}}const Qw=[];function Jw(e){const t=Qw.findIndex((t=>t===e));return-1===t?(Qw.push(e),Qw.length):t+1}const ey=[];function ty(e){const t=ey.findIndex((t=>t===e));return-1===t?(ey.push(e),ey.length):t+1}function oy(e){return Math.round(914400*e/96)}function sy(e,t,o){let s,n,i=e;if(({xc:i,sheetName:s}=sn(e)),s){const e=o.sheets.findIndex((e=>e.name===s));if(e<0)throw new Error("Unable to find a sheet with the name "+s);n=e}else n=Number(t);const r=rn(i);return void 0===r.right&&(r.right=o.sheets[n].colNumber),void 0===r.bottom&&(r.bottom=o.sheets[n].rowNumber),(r.right-r.left+1)*(r.bottom-r.top+1)}function ny(e){return Math.round(96*e/914400)}function iy(e,t){let o=0;for(let s=0;s<e;s++){const e=t.cols.find((e=>s>=e.min&&s<=e.max));e?.width?o+=e.width:t.sheetFormat?.defaultColWidth?o+=t.sheetFormat.defaultColWidth:o+=jE}return o/YE}function ry(e,t){let o=0;for(let s=0;s<e;s++){const e=t.rows[s];e?.height?o+=e.height:t.sheetFormat?.defaultRowHeight?o+=t.sheetFormat.defaultRowHeight:o+=XE}return o/ZE}function ay(e){let t=1;return e.figures.map((o=>function(e,t,o){let s,n,i,r;if(1===e.anchors.length)({x:s,y:n}=hy(e.anchors[0],o)),r=ny(e.figureSize.cx),i=ny(e.figureSize.cy);else{({x:s,y:n}=hy(e.anchors[0],o));const{x:t,y:a}=hy(e.anchors[1],o);r=t-s,i=a-n}const a={id:t,x:s,y:n};if("dataSets"in e.data)return{...a,width:r,height:i,tag:"chart",data:ly(e.data)};if(function(e){return"imageSrc"in e}(e.data))return{...a,width:ny(e.data.size.cx),height:ny(e.data.size.cy),tag:"image",data:{path:e.data.imageSrc,mimetype:e.data.mimetype}};return}(o,(t++).toString(),e))).filter(Ie)}function ly(e){const t=void 0!==e.dataSets[0].label,o=e.labelRange?cy(e.labelRange,t):void 0;let s=e.dataSets.map((e=>cy(e.range,t)));return"pie"===e.type&&s.reverse(),{dataSets:s,dataSetsHaveTitle:t,labelRange:o,title:e.title||"",type:e.type,background:Tw({rgb:e.backgroundColor})||"#FFFFFF",verticalAxisPosition:e.verticalAxisPosition,legendPosition:e.legendPosition,stacked:e.stacked||!1,aggregated:!1,cumulative:e.cumulative||!1,labelsAsText:!1}}function cy(e,t){let{sheetName:o,xc:s}=sn(e),n=rn(s);if(t&&void 0!==n.bottom&&void 0!==n.right){const e=n.bottom-n.top+1,t=n.right-n.left+1;1===e?n={...n,left:n.left-1}:1===t&&(n={...n,top:n.top-1})}return nn(o,hn(n))}function hy(e,t){return{x:iy(e.col,t)+ny(e.colOffset),y:ry(e.row,t)+ny(e.rowOffset)}}const dy=new RegExp(/'?\[([0-9]*)\](.*)'?!(\$?[a-zA-Z]*\$?[0-9]*)/g),uy=new RegExp(/SUBTOTAL\(([0-9]*),/g),gy=new RegExp(Ws.source,"ig");function py(e,t){const o=function(e){const t={};for(let o of e.rows)for(let e of o.cells)e.formula&&void 0!==e.formula.sharedIndex&&e.formula.content&&(t[e.formula.sharedIndex]={refCellXc:e.xc,formula:e.formula.content});return t}(e);for(let s of e.rows.map((e=>e.cells)).flat())s?.formula&&(s.formula.content=void 0===s.formula.sharedIndex||s.formula.content?"="+s.formula.content:"="+fy(s.xc,o[s.formula.sharedIndex]),s.formula.content=my(s.formula.content,t))}function my(e,t){return e=(e=(e=(e=e.replace("_xlfn.","")).replace(/#REF!/g,"#REF")).replace(uy,((e,t)=>{const o=Ew[t];return o?o+"(":e}))).replace(dy,((e,o,s,n)=>{o=Number(o)-1,n=n.replace(/\$/g,"");const i=t.externalBooks[o].sheetNames.findIndex((e=>e===s));if(-1===i)return e;const r=t.externalBooks[o].datasets.find((e=>e.sheetId===i))?.data;if(!r)return e;const a=r&&r[n];return(Number(a)?a:`"${a}"`)||e}))}function fy(e,t){const o=dt(t.refCellXc);let s,n=t.formula.slice();do{if(s=gy.exec(n),s){const t=dt(s[0].replace("$","")),i=dt(e),r={colFixed:s[0].startsWith("$"),rowFixed:s[0].includes("$",1)},a={col:i.col-o.col,row:i.row-o.row},l={col:r.colFixed?t.col:t.col+a.col,row:r.rowFixed?t.row:t.row+a.row};n=n.slice(0,s.index)+ut(l.col,l.row,r)+n.slice(s.index+s[0].length)}}while(s);return n}function vy(e,t){return e.sheets.map((o=>{py(o,e);const s=function(e){const t=[0,0];for(let o of e.rows)t[0]=Math.max(t[0],...o.cells.map((e=>dt(e.xc).col))),t[1]=Math.max(t[1],o.index);return t[0]=Math.max(t[0],KE),t[1]=Math.max(t[1],QE),t}(o),n=o.sheetViews[0];return{id:o.sheetName,areGridLinesVisible:!n||n.showGridLines,name:o.sheetName,colNumber:s[0],rowNumber:s[1],cells:Cy(o,e,s,t),merges:o.merges,cols:by(o,s[0]),rows:Sy(o,s[1]),conditionalFormats:Uw(o.cfs,e.dxfs,t),figures:ay(o),isVisible:o.isVisible,panes:n?{xSplit:n.pane.xSplit,ySplit:n.pane.ySplit}:{xSplit:0,ySplit:0},filterTables:[]}}))}function by(e,t){const o={};for(let n=1;n<t+1;n++){const t=e.cols.find((e=>e.min<=n&&n<=e.max));let i;i=t&&t.width?t.width:e.sheetFormat?.defaultColWidth?e.sheetFormat.defaultColWidth:jE,o[n-1]={size:(s=i,s?Math.round(s/YE*100)/100:s),isHidden:t?.hidden}}var s;return o}function Sy(e,t){const o={};for(let n=1;n<t+1;n++){const t=e.rows.find((e=>e.index===n));let i;i=t&&t.height?t.height:e.sheetFormat?.defaultRowHeight?e.sheetFormat.defaultRowHeight:XE,o[n-1]={size:(s=i,s?Math.round(s/ZE*100)/100:s),isHidden:t?.hidden}}var s;return o}function Cy(e,t,o,s){const n={},i=t.sharedStrings.map((e=>e.replace(/\n/g,"")));const r=e.hyperlinks.reduce(((e,t)=>(e[t.xc]=t,e)),{});for(let o of e.rows)for(let e of o.cells)n[e.xc]={content:Ey(e,r,i,s),style:e.styleIndex?e.styleIndex+1:void 0,border:e.styleIndex?t.styles[e.styleIndex].borderId+1:void 0,format:e.styleIndex?t.styles[e.styleIndex].numFmtId+1:void 0};for(let s of e.rows.filter((e=>e.styleIndex)))for(let e=1;e<=o[0];e++){const o=ut(e-1,s.index-1);let i=n[o];i||(i={},n[o]=i),i.style=i.style?i.style:s.styleIndex+1,i.border=i.border?i.border:t.styles[s.styleIndex].borderId+1,i.format=i.format?i.format:t.styles[s.styleIndex].numFmtId+1}for(let s of e.cols.filter((e=>e.styleIndex)))for(let e=s.min;e<=Math.min(s.max,o[0]);e++)for(let i=1;i<=o[1];i++){const o=ut(e-1,i-1);let r=n[o];r||(r={},n[o]=r),r.style=r.style?r.style:s.styleIndex+1,r.border=r.border?r.border:t.styles[s.styleIndex].borderId+1,r.format=r.format?r.format:t.styles[s.styleIndex].numFmtId+1}return n}function Ey(e,t,o,s){let n;switch(e.type){case"sharedString":n=o[parseInt(e.value,10)];break;case"boolean":n=Number(e.value)?"TRUE":"FALSE";break;case"date":case"error":case"inlineStr":case"number":case"str":n=e.value}return n&&t[e.xc]&&(n=function(e,t,o){const s=e.display||t;e.relTarget||e.location||o.generateNotSupportedWarning(sw.BadlyFormattedHyperlink);const n=e.relTarget?e.relTarget:ye(sn(e.location).sheetName);return Se(s,n)}(t[e.xc],n,s)),e.formula&&(n=e.formula.content),n}const wy={fillColor:"#000000",textColor:"#ffffff",bold:!0},yy={bold:!0},xy={style:"thin",color:"#000000FF"};function Iy(e,t){for(const o of t.sheets)for(const t of o.tables){const s=e.sheets.find((e=>e.name===o.sheetName));s&&t.autoFilter&&(s.filterTables||(s.filterTables=[]),s.filterTables.push({range:t.ref}))}!function(e,t){const o=_w(e.styles),s=_w(e.borders);for(let n of t.sheets)for(let t of n.tables){const i=e.sheets.find((e=>e.name===n.sheetName));if(!i)continue;const r=an(t.ref);for(let e=0;e<t.headerRowCount;e++)Ry(wy,{...r,bottom:r.top+e},i.cells,o);for(let e=0;e<t.totalsRowCount;e++)Ry(yy,{...r,top:r.bottom-e},i.cells,o);t.style?.showFirstColumn&&Ry(yy,{...r,right:r.left},i.cells,o),t.style?.showLastColumn&&Ry(yy,{...r,left:r.right},i.cells,o);for(let e=r.left;e<=r.right;e++)for(let o=r.top;o<=r.bottom;o++){const n=ut(e,o),a=i.cells[n],l={left:e===r.left||t.style?.showColumnStripes?xy:void 0,right:e===r.right?xy:void 0,top:o===r.top||t.style?.showRowStripes||o>r.bottom-t.totalsRowCount?xy:void 0,bottom:o===r.bottom?xy:void 0},c=a?.border?{...s[a.border],...l}:l;let h=s.findIndex((e=>Fe(e,c)));-1===h&&(h=s.length,s.push(c)),a?a.border=h:i.cells[n]={border:h}}}e.styles=Ow(o),e.borders=Ow(s)}(e,t),function(e,t){for(let o of e){const e=t.find((e=>e.sheetName===o.name)).tables;for(let t of e){const e=t.name+"[";for(let s of In(an(t.ref))){const n=ut(s.col,s.row),i=o.cells[n];if(i&&i.content&&i.content.startsWith("=")){let o;for(;-1!==(o=i.content.indexOf(e));){let s=i.content.slice(o+e.length),r=s.indexOf("]");s.startsWith("[")&&(r=s.indexOf("]",r+1),r=s.indexOf("]",r+1)),s=s.slice(0,r);const a=Ty(s,t,n);i.content=i.content.slice(0,o)+a+i.content.slice(e.length+o+r+1)}}}}}}(e.sheets,t.sheets)}function Ry(e,t,o,s){for(let n=t.left;n<=t.right;n++)for(let i=t.top;i<=t.bottom;i++){const t=ut(n,i),r=o[t],a=r?.style?{...s[r.style],...e}:e;let l=s.findIndex((e=>Fe(e,a)));-1===l&&(l=s.length,s.push(a)),r?r.style=l:o[t]={style:l}}}function Ty(e,t,o){const s=e.split(","),n=an(t.ref),i={...n};let r=!0;if(1===s.length){const e=t.cols.findIndex((e=>e.name===s[0]));i.left=i.right=e+n.left,t.headerRowCount&&(i.top+=t.headerRowCount),t.totalsRowCount&&(i.bottom-=1)}else{switch(s[0].slice(1,s[0].length-1)){case"#All":i.top=t.headerRowCount?n.top+t.headerRowCount:n.top,i.bottom=n.bottom;break;case"#Data":i.top=t.headerRowCount?n.top+t.headerRowCount:n.top,i.bottom=t.totalsRowCount?n.bottom+1:n.bottom;break;case"#This Row":i.top=i.bottom=dt(o).row;break;case"#Headers":i.top=i.bottom=n.top,t.headerRowCount||(r=!1);break;case"#Totals":i.top=i.bottom=n.bottom,t.totalsRowCount||(r=!1)}const e=s[1].slice(1,s[1].length-1),a=t.cols.findIndex((t=>t.name===e));i.left=i.right=a+n.left}return r?i.top!==i.bottom?hn(i):ut(i.left,i.top):vo.InvalidReference}function Ay(e,t,o){return{content:(new XMLSerializer).serializeToString(e),path:t,contentType:o}}function Oy(e){return String(e).replace(/\&/g,"&amp;").replace(/\</g,"&lt;").replace(/\>/g,"&gt;").replace(/\"/g,"&quot;").replace(/\'/g,"&apos;").replace(/[\x00-\x08\x0B\x0C\x0E-\x1F]/g,"")}function _y(e){return new kE(e.map((([e,t])=>`${e}="${Oy(t)}"`)).join(" "))}function My(e,t="text/xml"){const o=(new DOMParser).parseFromString(e.toString(),t),s=o.querySelector("parsererror");if(s){const t=s.innerHTML,o=parseInt(t.split(":")[0],10),n=e.toString().trim().split("\n"),i=n.slice(Math.max(o-3,0),Math.min(o+2,n.length)).join("\n");throw new Error(`XML string could not be parsed: ${t}\n${i}`)}return o}function Ny(e,t){return Dy`
1450
1449
  <Override ContentType="${t}" PartName="${e}" />
1451
- `}function Fy(e){return new kE(e.join("\n"))}function Dy(e,...t){let o=[e[0]];for(let s=0;s<t.length;s++){const n=t[s]instanceof kE?t[s]:Oy(t[s]);o.push(n+e[s+1])}return new kE(Oe(o))}function Ly(e){return e.replace(/NAMESPACE.*NAMESPACE(.*)/,"$1")}function Py(e){return e.replaceAll(/([a-zA-Z0-9]+):([a-zA-Z0-9]+)/g,"NAMESPACE$1NAMESPACE$2")}class ky{value;constructor(e){this.value=e}asString(){return Mw(String(this.value))}asBool(){return"true"===this.value||"false"!==this.value&&Boolean(Number(this.value))}asNum(){return Number(this.value)}}class Vy{rootFile;xlsxFileStructure;warningManager;relationships;currentFile=void 0;constructor(e,t,o){this.rootFile=e,this.currentFile=e.file.fileName,this.xlsxFileStructure=t,this.warningManager=o,this.relationships={},e.rels&&this.extractRelationships(e.rels).map((e=>{this.relationships[e.id]=e}))}extractRelationships(e){return this.mapOnElements({parent:e.xml,query:"Relationship"},(e=>({id:this.extractAttr(e,"Id",{required:!0}).asString(),target:this.extractAttr(e,"Target",{required:!0}).asString(),type:this.extractAttr(e,"Type",{required:!0}).asString()})))}getListOfXMLFiles(){return Object.entries(this.xlsxFileStructure).filter((([e])=>"images"!==e)).map((([e,t])=>t)).flat().filter(Ie)}mapOnElements(e,t){const o=[],s=this.currentFile;let n;if(e.children){const t=this.querySelector(e.parent,e.query)?.children;n=t||[]}else n=this.querySelectorAll(e.parent,e.query);if(n)for(let e of n)try{o.push(t(e))}catch(t){this.catchErrorOnElement(t,e)}return this.currentFile=s,o}catchErrorOnElement(e,t){const o=t?`Error when parsing an element <${t.tagName}> of file ${this.currentFile}, skip this element. \n${e.stack}`:`Error when parsing file ${this.currentFile}.`;this.warningManager.addParsingWarning([o,e.message].join("\n"))}extractAttr(e,t,o){const s=e.attributes[t];s||this.handleMissingValue(e,`attribute "${t}"`,o);const n=s?.value?s.value:o?.default;return void 0===n?void 0:new ky(n)}extractTextContent(e,t){if(void 0!==t?.default&&"string"!=typeof t.default)throw new Error("extractTextContent default value should be a string");const o="preserve"===e?.attributes["xml:space"]?.value;let s=e?.textContent;return e&&null!==s||this.handleMissingValue(e,"text content",t),s&&(s=o?s:s.trim()),s?Mw(s):t?.default}extractChildAttr(e,t,o,s){let n;n="number"==typeof t?e.children[t]:this.querySelector(e,t),n||this.handleMissingValue(e,"number"==typeof t?`child at index ${t}`:`child <${t}>`,s);const i=n?this.extractAttr(n,o,s)?.asString():s?.default;return void 0!==i?new ky(i):void 0}extractChildTextContent(e,t,o){if(void 0!==o?.default&&"string"!=typeof o.default)throw new Error("extractTextContent default value should be a string");let s=this.querySelector(e,t);return s||this.handleMissingValue(e,`child <${t}>`,o),s?this.extractTextContent(s,o):o?.default}handleMissingValue(e,t,o){if(o?.required){if(!o?.default)throw new Error(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, and no default value was set`);this.warningManager.addParsingWarning(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, replacing it by the default value ${o.default}`)}}extractColor(e,t,o){if(!e)return o?{rgb:o}:void 0;const s=this.extractAttr(e,"theme")?.asString();let n;if(void 0!==s){if(!t||!t.clrScheme)throw new Error("Color referencing a theme but no theme was provided");n=this.getThemeColor(s,t.clrScheme)}else n=this.extractAttr(e,"rgb")?.asString();return{rgb:n,auto:this.extractAttr(e,"auto")?.asBool(),indexed:this.extractAttr(e,"indexed")?.asNum(),tint:this.extractAttr(e,"tint")?.asNum()}}getTargetXmlFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.getListOfXMLFiles().find((e=>e.file.fileName.endsWith(t)));if(!o||!o.file)throw new Error("Cannot find target file");return o}getTargetImageFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.xlsxFileStructure.images.find((e=>e.fileName.endsWith(t)));if(!o)throw new Error("Cannot find target file");return o}querySelector(e,t){const o=Py(t);return e.querySelector(o)}querySelectorAll(e,t){const o=Py(t);return e.querySelectorAll(o)}getThemeColor(e,t){switch(e){case"0":return"FFFFFF";case"1":return"000000";case"2":return t[3].value;case"3":return t[2].value;default:return t[e].value}}processRelationshipTargetName(e){return e.replace(/\.+\//,"")}}class Uy extends Vy{getTheme(){return{clrScheme:this.mapOnElements({query:"a:clrScheme",parent:this.rootFile.file.xml,children:!0},(e=>({name:e.tagName,value:this.extractChildAttr(e,0,"val",{required:!0,default:UE}).asString(),lastClr:this.extractChildAttr(e,0,"lastClr",{default:UE}).asString()})))}}getSharedStrings(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"si"},(e=>"t"===e.children[0].tagName?this.extractTextContent(e)||"":this.mapOnElements({parent:e,query:"t"},(e=>this.extractTextContent(e)||"")).join("")))}}class By extends Vy{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}extractConditionalFormattings(){const e=this.mapOnElements({parent:this.rootFile.file.xml,query:"worksheet > conditionalFormatting"},(e=>({sqref:this.extractAttr(e,"sqref",{required:!0}).asString().split(" "),pivot:this.extractAttr(e,"pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})));return e.push(...this.mapOnElements({parent:this.rootFile.file.xml,query:"extLst x14:conditionalFormatting"},(e=>({sqref:this.extractChildTextContent(e,"xm:sqref",{required:!0}).split(" "),pivot:this.extractAttr(e,"xm:pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})))),e}extractCFRules(e,t){return this.mapOnElements({parent:e,query:"cfRule, x14:cfRule"},(e=>{const o=this.extractAttr(e,"type",{required:!0}).asString();if("dataBar"===o)throw new Error("Databars conditional formats are not supported.");return{type:o,priority:this.extractAttr(e,"priority",{required:!0}).asNum(),colorScale:this.extractCfColorScale(e,t),formula:this.extractCfFormula(e),iconSet:this.extractCfIconSet(e),dxfId:this.extractAttr(e,"dxfId")?.asNum(),stopIfTrue:this.extractAttr(e,"stopIfTrue")?.asBool(),aboveAverage:this.extractAttr(e,"aboveAverage")?.asBool(),percent:this.extractAttr(e,"percent")?.asBool(),bottom:this.extractAttr(e,"bottom")?.asBool(),operator:this.extractAttr(e,"operator")?.asString(),text:this.extractAttr(e,"text")?.asString(),timePeriod:this.extractAttr(e,"timePeriod")?.asString(),rank:this.extractAttr(e,"rank")?.asNum(),stdDev:this.extractAttr(e,"stdDev")?.asNum(),equalAverage:this.extractAttr(e,"equalAverage")?.asBool()}}))}extractCfFormula(e){return this.mapOnElements({parent:e,query:"formula"},(e=>this.extractTextContent(e,{required:!0})))}extractCfColorScale(e,t){const o=this.querySelector(e,"colorScale");if(o)return{colors:this.mapOnElements({parent:o,query:"color"},(e=>this.extractColor(e,t,"ffffff"))),cfvos:this.extractCFVos(o)}}extractCfIconSet(e){const t=this.querySelector(e,"iconSet, x14:iconSet");if(t)return{iconSet:this.extractAttr(t,"iconSet",{default:"3TrafficLights1"}).asString(),showValue:this.extractAttr(t,"showValue",{default:!0}).asBool(),percent:this.extractAttr(t,"percent",{default:!0}).asBool(),reverse:this.extractAttr(t,"reverse")?.asBool(),custom:this.extractAttr(t,"custom")?.asBool(),cfvos:this.extractCFVos(t),cfIcons:this.extractCfIcons(t)}}extractCfIcons(e){const t=this.mapOnElements({parent:e,query:"cfIcon, x14:cfIcon"},(e=>({iconSet:this.extractAttr(e,"iconSet",{required:!0}).asString(),iconId:this.extractAttr(e,"iconId",{required:!0}).asNum()})));return 0===t.length?void 0:t}extractCFVos(e){return this.mapOnElements({parent:e,query:"cfvo, x14:cfvo"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),gte:this.extractAttr(e,"gte",{default:!0})?.asBool(),value:e.attributes.val?this.extractAttr(e,"val")?.asString():this.extractChildTextContent(e,"f, xm:f")})))}}class Hy extends Vy{extractChart(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"c:chartSpace"},(e=>{const t=this.getChartType(e);if(!Cw[t])throw new Error(`Unsupported chart type ${t}`);const o=this.mapOnElements({parent:e,query:"c:title a:t"},(e=>e.textContent||"")).join(""),s=this.extractChildAttr(e,"c:grouping","val",{default:"clustered"}).asString();return{title:o,type:Cw[t],dataSets:this.extractChartDatasets(this.querySelector(e,`c:${t}`)),labelRange:this.extractChildTextContent(e,"c:ser c:cat c:f"),backgroundColor:this.extractChildAttr(e,"c:chartSpace > c:spPr a:srgbClr","val",{default:"ffffff"}).asString(),verticalAxisPosition:"r"===this.extractChildAttr(e,"c:valAx > c:axPos","val",{default:"l"}).asString()?"right":"left",legendPosition:Sw[this.extractChildAttr(e,"c:legendPos","val",{default:"b"}).asString()],stacked:"stacked"===s,fontColor:"000000"}}))[0]}extractChartDatasets(e){return this.mapOnElements({parent:e,query:"c:ser"},(e=>({label:this.extractChildTextContent(e,"c:tx c:f"),range:this.extractChildTextContent(e,"c:val c:f",{required:!0})})))}getChartType(e){const t=this.querySelector(e,"c:plotArea");if(!t)throw new Error("Missing plot area in the chart definition.");for(let e of t.children){const t=Ly(e.tagName);if(VE.some((e=>e===t)))return t}throw new Error("Unknown chart type")}}const zy="oneCellAnchor",Gy="twoCellAnchor";class $y extends Vy{extractFigures(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"xdr:wsDr",children:!0},(e=>{const t=Ly(e.tagName),o=this.extractFigureAnchorsByType(e,t),s=this.querySelector(e,"c:chart"),n=this.querySelector(e,"a:blip");if(!s&&!n)throw new Error("Only chart and image figures are currently supported.");return{anchors:o,data:s?this.extractChart(s):this.extractImage(e),figureSize:t===zy?this.extractFigureSizeFromSizeTag(e,"xdr:ext"):void 0}}))}extractFigureAnchorsByType(e,t){switch(t){case zy:return[this.extractFigureAnchor("xdr:from",e)];case Gy:return[this.extractFigureAnchor("xdr:from",e),this.extractFigureAnchor("xdr:to",e)];default:throw new Error(`${t} is not supported for xlsx drawings. `)}}extractFigureSizeFromSizeTag(e,t){const o=this.querySelector(e,t);if(!o)throw new Error(`Missing size element '${t}'`);return{cx:this.extractAttr(o,"cx",{required:!0}).asNum(),cy:this.extractAttr(o,"cy",{required:!0}).asNum()}}extractFigureAnchor(e,t){const o=this.querySelector(t,e);if(!o)throw new Error(`Missing anchor element ${e}`);return{col:Number(this.extractChildTextContent(o,"xdr:col",{required:!0})),colOffset:Number(this.extractChildTextContent(o,"xdr:colOff",{required:!0})),row:Number(this.extractChildTextContent(o,"xdr:row",{required:!0})),rowOffset:Number(this.extractChildTextContent(o,"xdr:rowOff",{required:!0}))}}extractChart(e){const t=this.extractAttr(e,"r:id",{required:!0}).asString(),o=this.getTargetXmlFile(this.relationships[t]),s=new Hy(o,this.xlsxFileStructure,this.warningManager).extractChart();if(!s)throw new Error("Unable to extract chart definition");return s}extractImage(e){const t=this.querySelector(e,"a:blip"),o=this.extractAttr(t,"r:embed",{required:!0}).asString(),s=this.getTargetImageFile(this.relationships[o]);if(!s)throw new Error("Unable to extract image");const n=s.fileName.split(".").at(-1),i=Ly(e.tagName),r=i===Gy?this.querySelector(e,"a:xfrm"):e,a=i===Gy?"a:ext":"xdr:ext",l=this.extractFigureSizeFromSizeTag(r,a);return{imageSrc:s.imageSrc,mimetype:n?Rw[n]:void 0,size:l}}}class Wy extends Vy{getPivotTable(){return this.mapOnElements({query:":root",parent:this.rootFile.file.xml},(e=>({displayName:this.extractAttr(e,"name",{required:!0}).asString(),id:this.extractAttr(e,"name",{required:!0}).asString(),ref:this.extractChildAttr(e,"location","ref",{required:!0}).asString(),headerRowCount:this.extractChildAttr(e,"location","firstDataRow",{default:0}).asNum(),totalsRowCount:1,cols:[],style:{showFirstColumn:!0,showRowStripes:!0}})))[0]}}class qy extends Vy{getTable(){return this.mapOnElements({query:"table",parent:this.rootFile.file.xml},(e=>({displayName:this.extractAttr(e,"displayName",{required:!0}).asString(),name:this.extractAttr(e,"name")?.asString(),id:this.extractAttr(e,"id",{required:!0}).asString(),ref:this.extractAttr(e,"ref",{required:!0}).asString(),headerRowCount:this.extractAttr(e,"headerRowCount",{default:1}).asNum(),totalsRowCount:this.extractAttr(e,"totalsRowCount",{default:0}).asNum(),cols:this.extractTableCols(e),style:this.extractTableStyleInfo(e),autoFilter:this.extractTableAutoFilter(e)})))[0]}extractTableCols(e){return this.mapOnElements({query:"tableColumn",parent:e},(e=>({id:this.extractAttr(e,"id",{required:!0}).asString(),name:this.extractAttr(e,"name",{required:!0}).asString(),colFormula:this.extractChildTextContent(e,"calculatedColumnFormula")})))}extractTableStyleInfo(e){return this.mapOnElements({query:"tableStyleInfo",parent:e},(e=>({name:this.extractAttr(e,"name")?.asString(),showFirstColumn:this.extractAttr(e,"showFirstColumn")?.asBool(),showLastColumn:this.extractAttr(e,"showLastColumn")?.asBool(),showRowStripes:this.extractAttr(e,"showRowStripes")?.asBool(),showColumnStripes:this.extractAttr(e,"showColumnStripes")?.asBool()})))[0]}extractTableAutoFilter(e){return this.mapOnElements({query:"autoFilter",parent:e},(e=>({columns:this.extractFilterColumns(e),zone:this.extractAttr(e,"ref",{required:!0}).asString()})))[0]}extractFilterColumns(e){return this.mapOnElements({query:"tableColumn",parent:e},(t=>({colId:this.extractAttr(e,"colId",{required:!0}).asNum(),hiddenButton:this.extractAttr(e,"hiddenButton",{default:!1}).asBool(),filters:this.extractSimpleFilter(t)})))}extractSimpleFilter(e){return this.mapOnElements({query:"filter",parent:e},(e=>({val:this.extractAttr(e,"val",{required:!0}).asString()})))}}class Zy extends Vy{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}getSheet(){return this.mapOnElements({query:"worksheet",parent:this.rootFile.file.xml},(e=>{const t=this.getSheetWorkbookInfo();return{sheetName:this.extractSheetName(),sheetViews:this.extractSheetViews(e),sheetFormat:this.extractSheetFormat(e),cols:this.extractCols(e),rows:this.extractRows(e),sharedFormulas:this.extractSharedFormulas(e),merges:this.extractMerges(e),cfs:this.extractConditionalFormats(),figures:this.extractFigures(e),hyperlinks:this.extractHyperLinks(e),tables:[...this.extractTables(e),...this.extractPivotTables()],isVisible:"visible"===t.state}}))[0]}extractSheetViews(e){return this.mapOnElements({parent:e,query:"sheetView"},(e=>{const t=this.querySelector(e,"pane");return{tabSelected:this.extractAttr(e,"tabSelected",{default:!1}).asBool(),showFormulas:this.extractAttr(e,"showFormulas",{default:!1}).asBool(),showGridLines:this.extractAttr(e,"showGridLines",{default:!0}).asBool(),showRowColHeaders:this.extractAttr(e,"showRowColHeaders",{default:!0}).asBool(),pane:{xSplit:t?this.extractAttr(t,"xSplit",{default:0}).asNum():0,ySplit:t?this.extractAttr(t,"ySplit",{default:0}).asNum():0}}}))}extractSheetName(){const e=Aw(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id;for(let e of this.querySelectorAll(this.xlsxFileStructure.workbook.file.xml,"sheet"))if(e.attributes["r:id"].value===t)return e.attributes.name.value;throw new Error("Missing sheet name")}getSheetWorkbookInfo(){const e=Aw(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id,o=this.mapOnElements({parent:this.xlsxFileStructure.workbook.file.xml,query:"sheet"},(e=>({relationshipId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetId:this.extractAttr(e,"sheetId",{required:!0}).asString(),sheetName:this.extractAttr(e,"name",{required:!0}).asString(),state:this.extractAttr(e,"state",{default:"visible"}).asString()}))).find((e=>e.relationshipId===t));if(!o)throw new Error("Cannot find corresponding workbook sheet");return o}extractConditionalFormats(){return new By(this.rootFile,this.xlsxFileStructure,this.warningManager,this.theme).extractConditionalFormattings()}extractFigures(e){return this.mapOnElements({parent:e,query:"drawing"},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new $y(o,this.xlsxFileStructure,this.warningManager).extractFigures()}))[0]||[]}extractTables(e){return this.mapOnElements({query:"tablePart",parent:e},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new qy(o,this.xlsxFileStructure,this.warningManager).getTable()}))}extractPivotTables(){try{return Object.values(this.relationships).filter((e=>e.type.endsWith("pivotTable"))).map((e=>{const t=this.getTargetXmlFile(e);return new Wy(t,this.xlsxFileStructure,this.warningManager).getPivotTable()}))}catch(e){return this.catchErrorOnElement(e),[]}}extractMerges(e){return this.mapOnElements({parent:e,query:"mergeCell"},(e=>this.extractAttr(e,"ref",{required:!0}).asString()))}extractSheetFormat(e){const t=this.querySelector(e,"sheetFormatPr");if(t)return{defaultColWidth:this.extractAttr(t,"defaultColWidth",{default:jE.toString()}).asNum(),defaultRowHeight:this.extractAttr(t,"defaultRowHeight",{default:XE.toString()}).asNum()}}extractCols(e){return this.mapOnElements({parent:e,query:"cols col"},(e=>({width:this.extractAttr(e,"width")?.asNum(),customWidth:this.extractAttr(e,"customWidth")?.asBool(),bestFit:this.extractAttr(e,"bestFit")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),min:this.extractAttr(e,"min",{required:!0})?.asNum(),max:this.extractAttr(e,"max",{required:!0})?.asNum(),styleIndex:this.extractAttr(e,"style")?.asNum()})))}extractRows(e){return this.mapOnElements({parent:e,query:"sheetData row"},(e=>({index:this.extractAttr(e,"r",{required:!0})?.asNum(),cells:this.extractCells(e),height:this.extractAttr(e,"ht")?.asNum(),customHeight:this.extractAttr(e,"customHeight")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),styleIndex:this.extractAttr(e,"s")?.asNum()})))}extractCells(e){return this.mapOnElements({parent:e,query:"c"},(e=>({xc:this.extractAttr(e,"r",{required:!0})?.asString(),styleIndex:this.extractAttr(e,"s")?.asNum(),type:dw[this.extractAttr(e,"t",{default:"n"})?.asString()],value:this.extractChildTextContent(e,"v"),formula:this.extractCellFormula(e)})))}extractCellFormula(e){const t=this.querySelector(e,"f");if(t)return{content:this.extractTextContent(t),sharedIndex:this.extractAttr(t,"si")?.asNum(),ref:this.extractAttr(t,"ref")?.asString()}}extractHyperLinks(e){return this.mapOnElements({parent:e,query:"hyperlink"},(e=>{const t=this.extractAttr(e,"r:id")?.asString();return{xc:this.extractAttr(e,"ref",{required:!0})?.asString(),location:this.extractAttr(e,"location")?.asString(),display:this.extractAttr(e,"display")?.asString(),relTarget:t?this.relationships[t].target:void 0}}))}extractSharedFormulas(e){const t=this.querySelectorAll(e,"f[si][ref]"),o={};for(let e of t){const t=this.extractAttr(e,"si",{required:!0}).asNum(),s=this.extractTextContent(e,{required:!0});o[t]=s}const s=[];for(let e=0;e<Object.keys(o).length;e++)o[e]?s.push(o[e]):(this.warningManager.addParsingWarning(`Missing shared formula ${e}, replacing it by empty formula`),s.push(""));return s}}class Yy extends Vy{theme;constructor(e,t,o){super(e.styles,e,t),this.theme=o}getNumFormats(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"numFmt"},(e=>this.extractNumFormats(e)))}extractNumFormats(e){return{id:this.extractAttr(e,"numFmtId",{required:!0}).asNum(),format:this.extractAttr(e,"formatCode",{required:!0,default:""}).asString()}}getFonts(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"font"},(e=>this.extractFont(e)))}extractFont(e){const t=this.extractChildAttr(e,"name","val",{default:"Arial"}).asString(),o=this.extractChildAttr(e,"sz","val",{default:B.toString()}).asNum(),s=this.extractColor(this.querySelector(e,"color"),this.theme),n=this.querySelector(e,"i")||void 0,i=n&&"0"!==n.attributes.val?.value,r=this.querySelector(e,"b")||void 0,a=r&&"0"!==r.attributes.val?.value,l=this.querySelector(e,"strike")||void 0,c=l&&"0"!==l.attributes.val?.value,h=this.querySelector(e,"u")||void 0;return{name:t,size:o,color:s,italic:i,bold:a,underline:h&&"none"!==h.attributes.val?.value,strike:c}}getFills(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"fill"},(e=>this.extractFill(e)))}extractFill(e){const t=e.children[0];return"patternFill"===t.tagName?{patternType:t.attributes.patternType?.value,bgColor:this.extractColor(this.querySelector(t,"bgColor"),this.theme),fgColor:this.extractColor(this.querySelector(t,"fgColor"),this.theme)}:{patternType:"solid",fgColor:this.extractColor(this.querySelectorAll(t,"color")[1],this.theme)}}getBorders(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"border"},(e=>this.extractBorder(e)))}extractBorder(e){const t={left:this.extractSingleBorder(e,"left",this.theme),right:this.extractSingleBorder(e,"right",this.theme),top:this.extractSingleBorder(e,"top",this.theme),bottom:this.extractSingleBorder(e,"bottom",this.theme),diagonal:this.extractSingleBorder(e,"diagonal",this.theme)};return t.diagonal&&(t.diagonalUp=this.extractAttr(e,"diagonalUp")?.asBool(),t.diagonalDown=this.extractAttr(e,"diagonalDown")?.asBool()),t}extractSingleBorder(e,t,o){const s=this.querySelector(e,t);if(s&&s.attributes.style)return{style:this.extractAttr(s,"style",{required:!0,default:"thin"}).asString(),color:this.extractColor(s.children[0],o,"000000")}}extractAlignment(e){return{horizontal:this.extractAttr(e,"horizontal",{default:"general"}).asString(),vertical:this.extractAttr(e,"vertical",{default:"bottom"}).asString(),textRotation:this.extractAttr(e,"textRotation")?.asNum(),wrapText:this.extractAttr(e,"wrapText")?.asBool(),indent:this.extractAttr(e,"indent")?.asNum(),relativeIndent:this.extractAttr(e,"relativeIndent")?.asNum(),justifyLastLine:this.extractAttr(e,"justifyLastLine")?.asBool(),shrinkToFit:this.extractAttr(e,"shrinkToFit")?.asBool(),readingOrder:this.extractAttr(e,"readingOrder")?.asNum()}}getDxfs(){return this.mapOnElements({query:"dxf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"font"),o=this.querySelector(e,"fill"),s=this.querySelector(e,"border"),n=this.querySelector(e,"numFmt"),i=this.querySelector(e,"alignment");return{font:t?this.extractFont(t):void 0,fill:o?this.extractFill(o):void 0,numFmt:n?this.extractNumFormats(n):void 0,alignment:i?this.extractAlignment(i):void 0,border:s?this.extractBorder(s):void 0}}))}getStyles(){return this.mapOnElements({query:"cellXfs xf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"alignment");return{fontId:this.extractAttr(e,"fontId",{required:!0,default:0}).asNum(),fillId:this.extractAttr(e,"fillId",{required:!0,default:0}).asNum(),borderId:this.extractAttr(e,"borderId",{required:!0,default:0}).asNum(),numFmtId:this.extractAttr(e,"numFmtId",{required:!0,default:0}).asNum(),alignment:t?this.extractAlignment(t):void 0}}))}}class jy extends Vy{getExternalBook(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"externalBook"},(e=>({rId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetNames:this.mapOnElements({parent:e,query:"sheetName"},(e=>this.extractAttr(e,"val",{required:!0}).asString())),datasets:this.extractExternalSheetData(e)})))[0]}extractExternalSheetData(e){return this.mapOnElements({parent:e,query:"sheetData"},(e=>{const t=this.mapOnElements({parent:e,query:"cell"},(e=>({xc:this.extractAttr(e,"r",{required:!0}).asString(),value:this.extractChildTextContent(e,"v",{required:!0})}))),o={};for(let e of t)o[e.xc]=e.value;return{sheetId:this.extractAttr(e,"sheetId",{required:!0}).asNum(),data:o}}))}}function Xy(e,t){const o=function(e,t){const o=t[ow],s=o.querySelectorAll(`Override[ContentType="${e}"]`),n=[];for(let e of s){const t=e?.attributes.PartName.value;n.push(t.substring(1))}return n}(e,t);return function(e,t){const o=[];for(let s of e){const e=Ky(s,t);o.push({file:{fileName:s,xml:t[s]},rels:e?{fileName:e,xml:t[e]}:void 0})}return o}(o,t)}function Ky(e,t){if(e===ow)return"_rels/.rels";let o="";const s=e.split("/");for(let e=0;e<s.length-1;e++)o+=s[e]+"/";return o+="_rels/",o+=s[s.length-1]+".rels",t[o]||(o=void 0),o}class Qy{warningManager;xmls;images;constructor(e){this.warningManager=new nw,this.xmls={},this.images=[];for(let t of Object.keys(e))if(t.endsWith(".xml")||t.endsWith(".rels")){const o=e[t].replaceAll(/(<\/?)([a-zA-Z0-9]+):([a-zA-Z0-9]+)/g,"$1NAMESPACE$2NAMESPACE$3");this.xmls[t]=My(new kE(o))}else t.includes("media/image")&&this.images.push({fileName:t,imageSrc:e[t].imageSrc})}convertXlsx(){const e=this.getXlsxData();return this.convertImportedData(e)}getXlsxData(){const e=this.buildXlsxFileStructure(),t=e.theme?new Uy(e.theme,e,this.warningManager).getTheme():void 0,o=e.sharedStrings?new Uy(e.sharedStrings,e,this.warningManager).getSharedStrings():[],s=e.sheets.sort(((e,t)=>e.file.fileName.localeCompare(t.file.fileName,void 0,{numeric:!0}))).map((o=>new Zy(o,e,this.warningManager,t).getSheet())),n=e.externalLinks.map((t=>new jy(t,e,this.warningManager).getExternalBook())),i=new Yy(e,this.warningManager,t);return{fonts:i.getFonts(),fills:i.getFills(),borders:i.getBorders(),dxfs:i.getDxfs(),numFmts:i.getNumFormats(),styles:i.getStyles(),sheets:s,sharedStrings:o,externalBooks:n}}buildXlsxFileStructure(){const e={sheets:Xy($E.sheet,this.xmls),workbook:Xy($E.workbook,this.xmls)[0],styles:Xy($E.styles,this.xmls)[0],sharedStrings:Xy($E.sharedStrings,this.xmls)[0],theme:Xy($E.themes,this.xmls)[0],charts:Xy($E.chart,this.xmls),figures:Xy($E.drawing,this.xmls),tables:Xy($E.table,this.xmls),pivots:Xy($E.pivot,this.xmls),externalLinks:Xy($E.externalLink,this.xmls),images:this.images};if(!e.workbook.rels)throw Error(Xt("Cannot find workbook relations file"));return e}convertImportedData(e){const t={version:12,sheets:vy(e,this.warningManager),styles:Pw(e,this.warningManager),formats:Vw(e,this.warningManager),borders:Dw(e,this.warningManager),entities:{},revisionId:W};return Iy(t,e),Object.keys(e.styles).map((t=>{e.styles[t]=Le(e.styles[t])})),t}}var Jy;!function(e){e[e.LeftRef=0]="LeftRef",e[e.RightRef=1]="RightRef",e[e.Separator=2]="Separator",e[e.FullColumnSeparator=3]="FullColumnSeparator",e[e.FullRowSeparator=4]="FullRowSeparator",e[e.RightColumnRef=5]="RightColumnRef",e[e.RightRowRef=6]="RightRowRef",e[e.Found=7]="Found"}(Jy||(Jy={}));const ex=(e,t=(()=>!0))=>[{goTo:e,guard:t}],tx=(e,t=(()=>!0))=>({goTo:e,guard:t}),ox={[Jy.LeftRef]:{REFERENCE:ex(Jy.Separator),NUMBER:ex(Jy.FullRowSeparator),SYMBOL:[tx(Jy.FullColumnSeparator,(e=>Qs(e.value))),tx(Jy.FullRowSeparator,(e=>Js(e.value)))]},[Jy.FullColumnSeparator]:{SPACE:ex(Jy.FullColumnSeparator),OPERATOR:ex(Jy.RightColumnRef,(e=>":"===e.value))},[Jy.FullRowSeparator]:{SPACE:ex(Jy.FullRowSeparator),OPERATOR:ex(Jy.RightRowRef,(e=>":"===e.value))},[Jy.Separator]:{SPACE:ex(Jy.Separator),OPERATOR:ex(Jy.RightRef,(e=>":"===e.value))},[Jy.RightRef]:{SPACE:ex(Jy.RightRef),NUMBER:ex(Jy.Found),REFERENCE:ex(Jy.Found,(e=>on(e.value))),SYMBOL:ex(Jy.Found,(e=>en(e.value)||tn(e.value)))},[Jy.RightColumnRef]:{SPACE:ex(Jy.RightColumnRef),SYMBOL:ex(Jy.Found,(e=>en(e.value))),REFERENCE:ex(Jy.Found,(e=>on(e.value)))},[Jy.RightRowRef]:{SPACE:ex(Jy.RightRowRef),NUMBER:ex(Jy.Found),REFERENCE:ex(Jy.Found,(e=>on(e.value))),SYMBOL:ex(Jy.Found,(e=>tn(e.value)))},[Jy.Found]:{}};function sx(e){let t=0,o=ox[Jy.LeftRef];const s=[];for(;void 0!==o;){const n=e[t++];if(!n)return null;const i=o[n.type]?.find((e=>e.guard(n))),r=i?i.goTo:void 0;switch(r){case void 0:return null;case Jy.Found:return s.push(n),e.splice(0,t),{type:"REFERENCE",value:Oe(s.map((e=>e.value)))};default:o=ox[r],s.push(n)}}return null}function nx(e,t=uo){const o=zr(e,t),s=[];for(;o.length;)s.push(sx(o)||o.shift());return s}function ix(e){const t=nx(e);let o=[];return{text:"".concat(...t.map((e=>{if("REFERENCE"===e.type&&Ws.test(e.value)){const t=e.value.trim();return o.includes(t)||o.push(t),`${ee}${o.indexOf(t)}${ee}`}return e.value}))),dependencies:o}}const rx=14,ax="Sheet1";function lx(e,t){if(!e)return px();if(e["[Content_Types].xml"]){const o=new Qy(e);if(e=o.convertXlsx(),t)for(let e of o.warningManager.warnings.sort())console.warn(e)}return"version"in e&&e.version<rx&&(e=function(e){for(let t=cx.findIndex((t=>t.from===e.version));t<cx.length;t++)e=cx[t].applyMigration(e);return e}(e)),e=function(e){return e=function(e){if(e.uniqueFigureIds)return e;const t=new Set,o=new Qn;for(const s of e.sheets||[])for(const e of s.figures||[])t.has(e.id)&&(e.id+=o.uuidv4()),t.add(e.id);return e.uniqueFigureIds=!0,e}(e),e=function(e){const t=Object.assign(px(),e,{version:rx});t.sheets=t.sheets?t.sheets.map(((e,t)=>Object.assign(gx(`Sheet${t+1}`,`Sheet${t+1}`),e))):[],0===t.sheets.length&&t.sheets.push(gx(ax,"Sheet1"));oa(t.settings.locale)||(t.settings.locale=uo);return t}(e),e}(e),e}const cx=[{description:"add the `activeSheet` field on data",from:1,to:2,applyMigration:e=>(e.sheets&&e.sheets[0]&&(e.activeSheet=e.sheets[0].name),e)},{description:"add an id field in each sheet",from:2,to:3,applyMigration(e){if(e.sheets&&e.sheets.length)for(let t of e.sheets)t.id=t.id||t.name;return e}},{description:"activeSheet is now an id, not the name of a sheet",from:3,to:4,applyMigration(e){if(e.sheets&&e.activeSheet){const t=e.sheets.find((t=>t.name===e.activeSheet));e.activeSheet=t.id}return e}},{description:"add figures object in each sheets",from:4,to:5,applyMigration(e){for(let t of e.sheets||[])t.figures=t.figures||[];return e}},{description:"normalize the content of the cell if it is a formula to avoid parsing all the formula that vary only by the cells they use",from:5,to:6,applyMigration(e){for(let t of e.sheets||[])for(let e in t.cells||[]){const o=t.cells[e];o.content&&o.content.startsWith("=")&&(o.formula=ix(o.content))}return e}},{description:"transform chart data structure",from:6,to:7,applyMigration(e){for(let t of e.sheets||[])for(let e in t.figures||[]){const{dataSets:o,...s}=t.figures[e].data,n=[];for(let e of o)if(e.labelCell){const t=an(e.dataRange),o=e.labelCell+":"+ut(t.right,t.bottom);n.push(o)}else n.push(e.dataRange);s.dataSetsHaveTitle=Boolean(o[0].labelCell),s.dataSets=n,t.figures[e].data=s}return e}},{description:"remove single quotes in sheet names",from:7,to:8,applyMigration(e){const t=[],o=new RegExp(J,"g");for(let s of e.sheets||[]){if(!s.name)continue;const e=s.name,n=e.replace(o,"_");let i=1,r=n;for(;t.includes(r);)r=`${n}${i}`,i++;s.name=r,t.push(r);const a=t=>{if(void 0===t)return t;let o=t.replace(e,r),s=t;for(;s!==o;)s=o,o=s.replace(e,r);return s};for(let e in s.cells){const t=s.cells[e];t.formula&&(t.formula.dependencies=t.formula.dependencies.map(a))}for(let e of s.figures||[])if("chart"===e.type){const t=e.data.dataSets.map(a),o=a(e.data.labelRange);e.data={...e.data,dataSets:t,labelRange:o}}for(let e of s.conditionalFormats||[]){e.ranges=e.ranges.map(a);for(const t of["minimum","maximum","midpoint","upperInflectionPoint","lowerInflectionPoint"])"formula"===e.rule[t]?.type&&(e.rule[t].value=a(e.rule[t].value))}}return e}},{description:"transform chart data structure with design attributes",from:8,to:9,applyMigration(e){for(const t of e.sheets||[])for(const e of t.figures||[])e.data.background=h,e.data.verticalAxisPosition="left",e.data.legendPosition="top",e.data.stacked=!1;return e}},{description:"de-normalize formula to reduce exported json size (~30%)",from:9,to:10,applyMigration(e){for(let t of e.sheets||[])for(let e in t.cells||[]){const o=t.cells[e];if(o.formula){let{text:e,dependencies:t}=o.formula;for(let[o,s]of Object.entries(t)){const t=`\\${ee}${o}\\${ee}`;e=e.replace(new RegExp(t,"g"),s)}o.content=e,delete o.formula}}return e}},{description:"normalize the formats of the cells",from:10,to:11,applyMigration(e){const t={};for(let o of e.sheets||[])for(let e in o.cells||[]){const s=o.cells[e];s.format&&(s.format=Ae(s.format,t))}return e.formats=t,e}},{description:"Add isVisible to sheets",from:11,to:12,applyMigration(e){for(let t of e.sheets||[])t.isVisible=!0;return e}},{description:"Fix datafilter duplication",from:12,to:12.5,applyMigration:e=>ux(e)},{description:"Change Border description structure",from:12.5,to:13,applyMigration(e){for(const t in e.borders){const o=e.borders[t];for(const e in o)Array.isArray(o[e])&&(o[e]={style:o[e][0],color:o[e][1]})}return e}},{description:"Add locale to spreadsheet settings",from:13,to:14,applyMigration:e=>(e.settings||(e.settings={}),e.settings.locale||(e.settings.locale=uo),e)},{description:"Fix datafilter duplication (post saas-16.4)",from:14,to:14.5,applyMigration:e=>ux(e)}];function hx(e,t){return t=function(e,t){if(0!==Object.keys(e).length)return t;const o=[],s=[],n=e=>{if("CREATE_SHEET"===e.type)o.push(e.sheetId);else if("sheetId"in e&&!o.includes(e.sheetId))return{...e,sheetId:ax};return e};for(const e of t)"REMOTE_REVISION"===e.type?s.push({...e,commands:e.commands.map(n)}):s.push(e);return s}(e,t),t=dx(t,"SORT_CELLS"),t=function(e,t){const o=[],s={};for(const t of e.sheets||[])t.figures?.forEach((e=>{"chart"===e.tag&&(s[e.id]=e.data)}));for(const e of t)if("REMOTE_REVISION"===e.type){const t=[];for(const o of e.commands){let e=o;switch(o.type){case"CREATE_CHART":s[o.id]=o.definition;break;case"UPDATE_CHART":if(!s[o.id]){console.log(`Fix chart definition: chart with id ${o.id} not found.`);continue}const t={...s[o.id],...o.definition};e={...o,definition:t},s[o.id]=t}t.push(e)}o.push({...e,commands:t})}else o.push(e);return o}(e,t=dx(t,"SET_DECIMAL")),t}function dx(e,t){const o=[];for(const s of e)"REMOTE_REVISION"===s.type?o.push({...s,commands:s.commands.filter((e=>e.type!==t))}):o.push(s);return o}function ux(e){for(let t of e.sheets||[]){let e=[];for(let o of t.filterTables||[]){const t=an(o.range),s=e.findIndex((e=>bn(e,t)));-1!==s?e[s]=t:e.push(t)}t.filterTables=e.map((e=>({range:hn(e)})))}return e}function gx(e,t){return{id:e,name:t,colNumber:26,rowNumber:100,cells:{},cols:{},rows:{},merges:[],conditionalFormats:[],figures:[],filterTables:[],isVisible:!0}}function px(e="Sheet1"){return{version:rx,sheets:[gx(ax,e)],entities:{},styles:{},formats:{},borders:{},revisionId:W,uniqueFigureIds:!0,settings:{locale:uo}}}function mx(e,t){return{...gx(e,t),charts:[],images:[]}}class fx{static getters=[];history;dispatch;constructor(e,t){this.history=Object.assign(Object.create(e),{update:e.addChange.bind(e,this),selectCell:()=>{}}),this.dispatch=t}exportForExcel(e){}allowDispatch(e){return"Success"}beforeHandle(e){}handle(e){}finalize(){}batchValidations(...e){return t=>e.map((e=>e.call(this,t))).flat()}chainValidations(...e){return t=>{for(const o of e){let e=o.call(this,t);Array.isArray(e)||(e=[e]);const s=e.filter((e=>"Success"!==e));if(s.length)return s}return"Success"}}checkValidations(e,...t){return this.batchValidations(...t)(e)}}class vx extends fx{getters;uuidGenerator;constructor({getters:e,stateObserver:t,range:o,dispatch:s,uuidGenerator:n}){super(t,s),o.addRangeProvider(this.adaptRanges.bind(this)),this.getters=e,this.uuidGenerator=n}import(e){}export(e){}adaptRanges(e,t){}garbageCollectExternalResources(){}}class bx{scope;code="";constructor(e=new Cx){this.scope=e}append(...e){this.code+=e.map((e=>e.toString())).join("\n")+"\n"}return(e){return new Sx(this.scope,this.code,e)}toString(){return Ex(this.code)}}class Sx{scope;returnExpression;code;constructor(e,t,o){this.scope=e,this.returnExpression=o,this.code=Ex(t)}toString(){return this.code}assignResultToVariable(){if(this.scope.isAlreadyDeclared(this.returnExpression))return this;const e=this.scope.nextVariableName(),t=new bx(this.scope);return t.append(this.code),t.append(`const ${e} = ${this.returnExpression};`),t.return(e)}}class Cx{nextId=1;declaredVariables=new Set;nextVariableName(){const e="_"+this.nextId++;return this.declaredVariables.add(e),e}isAlreadyDeclared(e){return this.declaredVariables.has(e)}}function Ex(e){let t="",o=0;const s=e.split("\n").map((e=>e.trim())).filter((e=>""!==e));for(const e of s)e.startsWith("}")&&o--,t+="\t".repeat(o)+e+"\n",e.endsWith("{")&&o++;return t.trim()}const wx=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,yx=["-","+"],xx=["%"],Ix=["*","+","&"],Rx={"^":30,"%":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function Tx(e){const t=e.shift();if(!t)throw new Co;switch(t.type){case"DEBUGGER":const o=_x(e,1e3);return o.debug=!0,o;case"NUMBER":return{type:"NUMBER",value:Wt(t.value,uo)};case"STRING":return{type:"STRING",value:re(t.value)};case"INVALID_REFERENCE":throw new Eo;case"REFERENCE":if(":"===e[0]?.value&&"REFERENCE"===e[1]?.type){e.shift();const o=e.shift();return{type:"REFERENCE",value:`${t.value}:${o?.value}`}}return{type:"REFERENCE",value:t.value};case"SYMBOL":const s=t.value,n=e[0];if("LEFT_PAREN"===n?.type&&wx.test(t.value)){const t=function(e){Ox(e,"LEFT_PAREN",Xt("Missing opening parenthesis"));const t=e[0];if("RIGHT_PAREN"===t?.type)return Ox(e,"RIGHT_PAREN"),[];const o=[];o.push(Ax(e));for(;"RIGHT_PAREN"!==e[0]?.type;)Ox(e,"ARG_SEPARATOR",Xt("Wrong function call")),o.push(Ax(e));return Ox(e,"RIGHT_PAREN"),o}(e);return{type:"FUNCALL",value:s,args:t}}const i=s.toUpperCase();if("TRUE"===i||"FALSE"===i)return{type:"BOOLEAN",value:"TRUE"===i};throw new Co(Xt("Invalid formula"));case"LEFT_PAREN":const r=_x(e);return Ox(e,"RIGHT_PAREN",Xt("Missing closing parenthesis")),r;case"OPERATOR":const a=t.value;if(yx.includes(a))return{type:"UNARY_OPERATION",value:a,operand:_x(e,Rx[a])};throw new Co(Xt("Unexpected token: %s",t.value));default:throw new Co(Xt("Unexpected token: %s",t.value))}}function Ax(e){const t=e[0];return"ARG_SEPARATOR"===t?.type||"RIGHT_PAREN"===t?.type?{type:"EMPTY",value:""}:_x(e)}function Ox(e,t,o){const s=e.shift();if(!s||s.type!==t)throw new Co(o)}function _x(e,t=0){if(0===e.length)throw new Co;let o=Tx(e);for(;"OPERATOR"===e[0]?.type&&Rx[e[0].value]>t;){const t=e.shift().value;if(xx.includes(t))o={type:"UNARY_OPERATION",value:t,operand:o,postfix:!0};else{o={type:"BIN_OPERATION",value:t,left:o,right:_x(e,Rx[t])}}}return o}function Mx(e){return Nx(zr(e))}function Nx(e){"="===(e=e.filter((e=>"SPACE"!==e.type)))[0].value&&e.splice(0,1);const t=_x(e);if(e.length)throw new Co;return t}function Fx(e,t,o){return Px(e,(e=>e.type===t?o(e):e))}function Dx(e){return Array.from(Lx(e))}function*Lx(e){switch(yield e,e.type){case"FUNCALL":for(const t of e.args)yield*Lx(t);break;case"UNARY_OPERATION":yield*Lx(e.operand);break;case"BIN_OPERATION":yield*Lx(e.left),yield*Lx(e.right)}}function Px(e,t){switch((e=t(e)).type){case"FUNCALL":return{...e,args:e.args.map((e=>Px(e,t)))};case"UNARY_OPERATION":return{...e,operand:Px(e.operand,t)};case"BIN_OPERATION":return{...e,right:Px(e.right,t),left:Px(e.left,t)};default:return e}}function kx(e){switch(e.type){case"FUNCALL":const t=e.args.map((e=>kx(e)));return`${e.value}(${t.join(",")})`;case"NUMBER":return e.value.toString();case"REFERENCE":default:return e.value;case"STRING":return`"${e.value}"`;case"BOOLEAN":return e.value?"TRUE":"FALSE";case"UNARY_OPERATION":return e.postfix?Vx(e)+e.value:e.value+Ux(e);case"BIN_OPERATION":return Vx(e)+e.value+Ux(e)}}function Vx(e){const t=e.value,o="left"in e?e.left:e.operand,s=o.value;return"BIN_OPERATION"===o.type&&Rx[s]<Rx[t]?`(${kx(o)})`:kx(o)}function Ux(e){const t=e.value,o="right"in e?e.right:e.operand,s=Rx[o.value],n=Rx[t];let i=!1;return"BIN_OPERATION"!==o.type?i=!1:s<n?i=!0:s!==n||Ix.includes(t)||(i=!0),i?`(${kx(o)})`:kx(o)}const Bx=jf.content,Hx={"=":"EQ","+":"ADD","-":"MINUS","*":"MULTIPLY","/":"DIVIDE",">=":"GTE","<>":"NE",">":"GT","<=":"LTE","<":"LT","^":"POWER","&":"CONCATENATE"},zx={"-":"UMINUS","+":"UPLUS","%":"UNARY.PERCENT"},Gx={};function $x(e){return Wx(nx(e))}function Wx(e){const{dependencies:t,constantValues:o}=function(e){const t={numbers:[],strings:[]},o=[];for(const s of e)switch(s.type){case"INVALID_REFERENCE":case"REFERENCE":o.push(s.value);break;case"STRING":const e=re(s.value);t.strings.includes(e)||t.strings.push(e);break;case"NUMBER":{const e=Wt(s.value,uo);t.numbers.includes(e)||t.numbers.push(e);break}}return{dependencies:o,constantValues:t}}(e),s=function(e,t,o){return Oe(e.map((e=>{switch(e.type){case"STRING":const s=re(e.value);return`|S${o.strings.indexOf(s)}|`;case"NUMBER":return`|N${o.numbers.indexOf(Wt(e.value,uo))}|`;case"REFERENCE":case"INVALID_REFERENCE":return`|${t.indexOf(e.value)}|`;case"SPACE":return"";default:return e.value}})))}(e,t,o);if(!Gx[s]){const n=Nx([...e]),i=new Cx;if("BIN_OPERATION"===n.type&&":"===n.value)throw new Co(Xt("Invalid formula"));if("EMPTY"===n.type)throw new Co(Xt("Invalid formula"));const r=h(n),a=new bx;a.append(`// ${s}`),a.append(r),a.append(`return ${r.returnExpression};`);let l=new Function("deps","ref","range","ctx",a.toString());function c(e){const{args:t}=e,o=e.value.toUpperCase(),s=Bx[o];if(!s)throw new yo(Xt('Unknown function: "%s"',e.value));!function(e){const t=e.args.length,o=e.value.toUpperCase(),s=Bx[o];if(t<s.minArgRequired)throw new Co(Xt("Invalid number of arguments for the %s function. Expected %s minimum, but got %s instead.",o,s.minArgRequired.toString(),t.toString()));if(t>s.maxArgPossible)throw new Co(Xt("Invalid number of arguments for the %s function. Expected %s maximum, but got %s instead.",o,s.maxArgPossible.toString(),t.toString()));const n=s.nbrArgRepeating;if(n>1){const e=s.args.length-n;if((t-e)%n!=0)throw new Co(Xt("Invalid number of arguments for the %s function. Expected all arguments after position %s to be supplied by groups of %s arguments",o,e.toString(),n.toString()))}}(e);const n=[];for(let e=0;e<t.length;e++){const i=s.getArgToFocus(e+1)-1,r=s.args[i],a=t[e],l=r.type||[],c=l.includes("META"),d=l.some((e=>qx(e)));if(l.every((e=>qx(e)))&&!Zx(a))throw new Co(Xt("Function %s expects the parameter %s to be reference to a cell or range, not a %s.",o,(e+1).toString(),a.type.toLowerCase()));n.push(h(a,c,d,{functionName:o,paramIndex:e+1}))}return n}function h(e,s=!1,n=!1,r={}){const a=new bx(i);if("REFERENCE"!==e.type&&("BIN_OPERATION"!==e.type||":"!==e.value)&&s)throw new Co(Xt("Argument must be a reference to a cell or range."));switch(e.debug&&a.append("debugger;"),e.type){case"BOOLEAN":return a.return(`{ value: ${e.value} }`);case"NUMBER":return a.return(`{ value: this.constantValues.numbers[${o.numbers.indexOf(e.value)}] }`);case"STRING":return a.return(`{ value: this.constantValues.strings[${o.strings.indexOf(e.value)}] }`);case"REFERENCE":const i=t.indexOf(e.value);return n?a.return(`range(deps[${i}])`):a.return(`ref(deps[${i}], ${s?"true":"false"}, "${r.functionName||Hx["="]}", ${r.paramIndex})`);case"FUNCALL":const l=c(e).map((e=>e.assignResultToVariable()));a.append(...l);const d=e.value.toUpperCase();return a.return(`ctx['${d}'](${l.map((e=>e.returnExpression))})`);case"UNARY_OPERATION":{const t=zx[e.value],o=h(e.operand,!1,!1,{functionName:t}).assignResultToVariable();return a.append(o),a.return(`ctx['${t}'](${o.returnExpression})`)}case"BIN_OPERATION":{const t=Hx[e.value],o=h(e.left,!1,!1,{functionName:t}).assignResultToVariable(),s=h(e.right,!1,!1,{functionName:t}).assignResultToVariable();return a.append(o),a.append(s),a.return(`ctx['${t}'](${o.returnExpression}, ${s.returnExpression})`)}case"EMPTY":return a.return("undefined")}}Gx[s]={execute:l}}return{execute:Gx[s].execute,dependencies:t,constantValues:o,tokens:e}}function qx(e){return e.startsWith("RANGE")}function Zx(e){if("REFERENCE"===e.type)return!0;if("FUNCALL"===e.type){const t=Bx[e.value.toUpperCase()];return t&&qx(t.returns[0])}return!1}function Yx(e,t){return function(e){let t=[],o="";return e.map(((e,s)=>{switch(["SPACE","LEFT_PAREN"].includes(e.type)||(o=""),e.type){case"SYMBOL":o=e.value;break;case"LEFT_PAREN":t.push({parent:o,argPosition:0}),o="";break;case"RIGHT_PAREN":t.pop();break;case"ARG_SEPARATOR":t.length&&t[t.length-1].argPosition++}if(t.length){const o=t[t.length-1];o.parent&&(e.functionContext=Object.assign({},o))}return e}))}(function(e){let t=1;const o=[];return e.map((e=>("LEFT_PAREN"===e.type?(o.push(t),e.parenIndex=t,t++):"RIGHT_PAREN"===e.type&&(e.parenIndex=o.pop()),e)))}(function(e){let t=0;return e.map((e=>{const o=e.value.toString().length,s=Object.assign({},e,{start:t,end:t+o,length:o});return t=s.end,s}))}(nx(e,t))))}const jx=jf.content;function Xx(e){try{return 0===Dx(Nx(e)).filter((e=>"FUNCALL"===e.type&&!jx[e.value.toUpperCase()]?.isExported)).length}catch(e){return!1}}class Kx{id;format;style;sheetId;getRangeString;isFormula=!0;compiledFormula;constructor(e,t,o,s,n,i,r){this.id=e,this.format=o,this.style=s,this.sheetId=i,this.getRangeString=r;let a=0;const l=t.tokens.map((e=>{if("REFERENCE"===e.type){const e=a++;return new Qx(n,e,this.sheetId,this.getRangeString)}return e}));this.compiledFormula={...t,dependencies:n,tokens:l}}get content(){return Oe(this.compiledFormula.tokens.map((e=>e.value)))}get contentWithFixedReferences(){let e=0;return Oe(this.compiledFormula.tokens.map((t=>{if("REFERENCE"===t.type){const t=e++;return this.getRangeString(this.compiledFormula.dependencies[t],this.sheetId,{useFixedReference:!0})}return t.value})))}}class Qx{ranges;rangeIndex;sheetId;getRangeString;type="REFERENCE";constructor(e,t,o,s){this.ranges=e,this.rangeIndex=t,this.sheetId=o,this.getRangeString=s}get value(){const e=this.ranges[this.rangeIndex];return this.getRangeString(e,this.sheetId)}}function Jx(e){return""===e?NaN:Number(e)}class eI{id;zone;filters;constructor(e){this.filters=[],this.zone=e;const t=new Qn;this.id=t.uuidv4();for(const o of ue(e.left,e.right+1)){const e={...this.zone,left:o,right:o};this.filters.push(new tI(t.uuidv4(),e))}}get contentZone(){if(this.zone.bottom!==this.zone.top)return{...this.zone,top:this.zone.top+1}}getFilterId(e){return this.filters.find((t=>t.col===e))?.id}clone(){return new eI(this.zone)}}class tI{id;zoneWithHeaders;constructor(e,t){if(t.left!==t.right)throw new Error("Can only define a filter on a single column");this.id=e,this.zoneWithHeaders=t}get col(){return this.zoneWithHeaders.left}get filteredZone(){const e=this.zoneWithHeaders;if(e.bottom!==e.top)return{...e,top:e.top+1}}}function oI(e){return Object.entries(e).map((([e,t])=>t?sI(parseInt(e,10),t):void 0)).filter(Ie).map((e=>ut(e.left,e.top)+":"+ut(e.right,e.bottom)))}function sI(e,t){return{...t.zone,topLeft:{col:t.zone.left,row:t.zone.top},id:e}}class nI{getters;providers=[];constructor(e){this.getters=e}static getters=["getRangeString","getRangeFromSheetXC","createAdaptedRanges","getRangeDataFromXc","getRangeDataFromZone","getRangeFromRangeData","getRangeFromZone"];allowDispatch(e){return"MOVE_RANGES"===e.type?1===e.target.length?"Success":"InvalidZones":"Success"}beforeHandle(e){}handle(e){switch(e.type){case"REMOVE_COLUMNS_ROWS":{let t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows";const n=[...e.elements];n.sort(((e,t)=>t-e));const i=ge(n);this.executeOnAllRanges((n=>{if(n.sheetId!==e.sheetId)return{changeType:"NONE"};let r=n,a="NONE";for(let e of i){const i=Math.min(...e),l=Math.max(...e);if(n.zone[t]<=i&&i<=n.zone[o]){const e=Math.min(n.zone[o],l)-i+1;a="RESIZE",r=this.createAdaptedRange(r,s,a,-e)}else if(n.zone[t]>=i&&n.zone[o]<=l)a="REMOVE",r=n.clone({...this.getInvalidRange()});else if(n.zone[t]<=l&&n.zone[o]>=l){const e=l-n.zone[t]+1;a="RESIZE",r=this.createAdaptedRange(r,s,a,-e),r=this.createAdaptedRange(r,s,"MOVE",-(n.zone[t]-i))}else i<n.zone[t]&&(a="MOVE",r=this.createAdaptedRange(r,s,a,-(l-i+1)))}return"NONE"!==a?{changeType:a,range:r}:{changeType:"NONE"}}),e.sheetId);break}case"ADD_COLUMNS_ROWS":{let t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows";this.executeOnAllRanges((n=>{if(n.sheetId!==e.sheetId)return{changeType:"NONE"};if("after"===e.position){if(n.zone[t]<=e.base&&e.base<n.zone[o])return{changeType:"RESIZE",range:this.createAdaptedRange(n,s,"RESIZE",e.quantity)};if(e.base<n.zone[t])return{changeType:"MOVE",range:this.createAdaptedRange(n,s,"MOVE",e.quantity)}}else{if(n.zone[t]<e.base&&e.base<=n.zone[o])return{changeType:"RESIZE",range:this.createAdaptedRange(n,s,"RESIZE",e.quantity)};if(e.base<=n.zone[t])return{changeType:"MOVE",range:this.createAdaptedRange(n,s,"MOVE",e.quantity)}}return{changeType:"NONE"}}),e.sheetId);break}case"DELETE_SHEET":this.executeOnAllRanges((t=>{if(t.sheetId!==e.sheetId)return{changeType:"NONE"};const o=this.getters.getSheetName(e.sheetId);return{changeType:"REMOVE",range:t=t.clone({...this.getInvalidRange(),invalidSheetName:o})}}),e.sheetId);break;case"RENAME_SHEET":this.executeOnAllRanges((t=>{if(t.sheetId===e.sheetId)return{changeType:"CHANGE",range:t};if(e.name&&t.invalidSheetName===e.name){const o=void 0,s=e.sheetId;return{changeType:"CHANGE",range:t.clone({sheetId:s,invalidSheetName:o})}}return{changeType:"NONE"}}));break;case"MOVE_RANGES":{const t=e.target[0];this.executeOnAllRanges((o=>{if(o.sheetId!==e.sheetId||!Cn(o.zone,t))return{changeType:"NONE"};const s=e.targetSheetId,n=e.col-t.left,i=e.row-t.top,r=this.createAdaptedRange(o,"both","MOVE",[n,i]),a=e.sheetId!==s||r.prefixSheet;return{changeType:"MOVE",range:r.clone({sheetId:s,prefixSheet:a})}}));break}}}finalize(){}verifyRangeRemoved(e){return t=>{const o=e(t);return"NONE"===o.changeType||ln(o.range.zone)?o:{range:o.range,changeType:"REMOVE"}}}createAdaptedRange(e,t,o,s){const n=Rn(e.unboundedZone,t,o,s);return e.clone({zone:n})}executeOnAllRanges(e,t){const o=this.verifyRangeRemoved(e);for(const e of this.providers)e(o,t)}addRangeProvider(e){this.providers.push(e)}createAdaptedRanges(e,t,o,s){const n=e.map((e=>Fn.fromRange(e,this.getters)));return n.map((e=>{if(!ln(e.zone))return e;const n=e.prefixSheet?e.sheetId:s,i={...e.unboundedZone,left:e.isFullRow&&!e.unboundedZone.hasHeader?e.unboundedZone.left:e.unboundedZone.left+(e.parts[0].colFixed?0:t),right:e.isFullRow?e.unboundedZone.right:e.unboundedZone.right+((e.parts[1]||e.parts[0]).colFixed?0:t),top:e.isFullCol&&!e.unboundedZone.hasHeader?e.unboundedZone.top:e.unboundedZone.top+(e.parts[0].rowFixed?0:o),bottom:e.isFullCol?e.unboundedZone.bottom:e.unboundedZone.bottom+((e.parts[1]||e.parts[0]).rowFixed?0:o)};return e.clone({sheetId:n,zone:i}).orderZone()}))}getRangeFromSheetXC(e,t){if(!Ks.test(t))return new Fn({sheetId:"",zone:{left:-1,top:-1,right:-1,bottom:-1},parts:[],invalidXc:t,prefixSheet:!1},this.getters.getSheetSize);let o,s=t,n=!1;t.includes("!")&&(({xc:s,sheetName:o}=sn(t)),o&&(n=!0));const i=rn(s),r=Fn.getRangeParts(s,i),a=o&&!this.getters.getSheetIdByName(o)?o:void 0,l=this.getters.getSheetIdByName(o)||e;return new Fn({prefixSheet:n,zone:i,sheetId:l,invalidSheetName:a,parts:r},this.getters.getSheetSize).orderZone()}getRangeString(e,t,o={useFixedReference:!1}){if(!e)return vo.InvalidReference;if(e.invalidXc)return e.invalidXc;if(e.zone.bottom-e.zone.top<0||e.zone.right-e.zone.left<0)return vo.InvalidReference;if(e.zone.left<0||e.zone.top<0)return vo.InvalidReference;const s=Fn.fromRange(e,this.getters);let n=s.sheetId!==t||s.invalidSheetName||s.prefixSheet,i="";if(n&&(i=s.invalidSheetName?s.invalidSheetName:he(this.getters.getSheetName(s.sheetId))),n&&!i)return vo.InvalidReference;let r=this.getRangePartString(s,0,o);return s.parts&&2===s.parts.length&&(s.zone.top!==s.zone.bottom||s.zone.left!==s.zone.right||s.parts[0].rowFixed||s.parts[0].colFixed||s.parts[1].rowFixed||s.parts[1].colFixed)&&(r+=":",r+=this.getRangePartString(s,1,o)),`${n?i+"!":""}${r}`}getRangeDataFromXc(e,t){return this.getters.getRangeFromSheetXC(e,t).rangeData}getRangeDataFromZone(e,t){return{_sheetId:e,_zone:t}}getRangeFromZone(e,t){return new Fn({sheetId:e,zone:t,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}],prefixSheet:!1},this.getters.getSheetSize)}getRangeFromRangeData(e){const t={prefixSheet:!1,zone:e._zone,sheetId:e._sheetId,invalidSheetName:void 0,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}]};return new Fn(t,this.getters.getSheetSize)}getRangePartString(e,t,o={useFixedReference:!1}){const s=e.parts&&e.parts[t]?.colFixed?"$":"",n=rt(0===t?e.zone.left:e.zone.right),i=e.parts&&e.parts[t]?.rowFixed?"$":"",r=String(0===t?e.zone.top+1:e.zone.bottom+1);let a="";return a=e.isFullCol&&!o.useFixedReference?0===t&&e.unboundedZone.hasHeader?s+n+i+r:s+n:e.isFullRow&&!o.useFixedReference?0===t&&e.unboundedZone.hasHeader?s+n+i+r:i+r:s+n+i+r,a}getInvalidRange(){return{parts:[],prefixSheet:!1,zone:{left:-1,top:-1,right:-1,bottom:-1},sheetId:"",invalidXc:vo.InvalidReference}}}class iI extends fx{static layers=[];getters;ui;selection;constructor({getters:e,stateObserver:t,dispatch:o,uiActions:s,selection:n}){super(t,o),this.getters=e,this.ui=s,this.selection=n}drawGrid(e,t){}}const rI=jf.mapping;function aI(e,t,o){return new lI(e,t,o).getParameters()}class lI{getters;computeCell;evalContext;rangeCache={};constructor(e,t,o){this.getters=t,this.computeCell=o,this.evalContext=Object.assign(Object.create(rI),e,{getters:this.getters,locale:this.getters.getLocale()})}getParameters(){return[this.refFn.bind(this),this.range.bind(this),this.evalContext]}refFn(e,t,o,s){if(this.assertRangeValid(e),t){return{value:nn(this.getters.getSheetName(e.sheetId),hn(e.zone))}}if(e.zone.bottom!==e.zone.top||e.zone.left!==e.zone.right)throw new So(s?Xt("Function %s expects the parameter %s to be a single value or a single cell reference, not a range.",o.toString(),s.toString()):Xt("Function %s expects its parameters to be single values or single cell references, not ranges.",o.toString()));const n={sheetId:e.sheetId,col:e.zone.left,row:e.zone.top};return this.readCell(n)}readCell(e){if(!this.getters.tryGetSheet(e.sheetId))throw new So(Xt("Invalid sheet name"));const t=this.getEvaluatedCellIfNotEmpty(e);return void 0===t?{value:null,format:this.getters.getCell(e)?.format}:t}getEvaluatedCellIfNotEmpty(e){const t=this.computeCell(e);if(t.type===Qt.empty){const t=this.getters.getCell(e);if(!t||!t.isFormula&&""===t.content)return}return t}range(e){this.assertRangeValid(e);const t=e.sheetId,o=e.zone,s=fn(o,this.getters.getSheetZone(t));if(!s)return[[]];const{top:n,left:i,bottom:r,right:a}=o,l=`${t}-${n}-${i}-${r}-${a}`;if(l in this.rangeCache)return this.rangeCache[l];const c=s.bottom-s.top+1,h=s.right-s.left+1,d=new Array(h);for(let e=s.left;e<=s.right;e++){const o=e-s.left;d[o]=new Array(c);for(let n=s.top;n<=s.bottom;n++){const i=n-s.top;d[o][i]=this.readCell({sheetId:t,col:e,row:n})}}return this.rangeCache[l]=d,d}assertRangeValid(e){if(!ln(e.zone))throw new Eo;if(e.invalidSheetName)throw new So(Xt("Invalid sheet name: %s",e.invalidSheetName))}}function cI(e,t,o,s,n){hI(e,t,o||0,s||e.length-1,n||uI)}function hI(e,t,o,s,n){for(;s>o;){if(s-o>600){var i=s-o+1,r=t-o+1,a=Math.log(i),l=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*l*(i-l)/i)*(r-i/2<0?-1:1);hI(e,t,Math.max(o,Math.floor(t-r*l/i+c)),Math.min(s,Math.floor(t+(i-r)*l/i+c)),n)}var h=e[t],d=o,u=s;for(dI(e,o,t),n(e[s],h)>0&&dI(e,o,s);d<u;){for(dI(e,d,u),d++,u--;n(e[d],h)<0;)d++;for(;n(e[u],h)>0;)u--}0===n(e[o],h)?dI(e,o,u):dI(e,++u,s),u<=t&&(o=u+1),t<=u&&(s=u-1)}}function dI(e,t,o){var s=e[t];e[t]=e[o],e[o]=s}function uI(e,t){return e<t?-1:e>t?1:0}class gI{constructor(e=9){this._maxEntries=Math.max(4,e),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()}all(){return this._all(this.data,[])}search(e){let t=this.data;const o=[];if(!xI(e,t))return o;const s=this.toBBox,n=[];for(;t;){for(let i=0;i<t.children.length;i++){const r=t.children[i],a=t.leaf?s(r):r;xI(e,a)&&(t.leaf?o.push(r):yI(e,a)?this._all(r,o):n.push(r))}t=n.pop()}return o}collides(e){let t=this.data;if(!xI(e,t))return!1;const o=[];for(;t;){for(let s=0;s<t.children.length;s++){const n=t.children[s],i=t.leaf?this.toBBox(n):n;if(xI(e,i)){if(t.leaf||yI(e,i))return!0;o.push(n)}}t=o.pop()}return!1}load(e){if(!e||!e.length)return this;if(e.length<this._minEntries){for(let t=0;t<e.length;t++)this.insert(e[t]);return this}let t=this._build(e.slice(),0,e.length-1,0);if(this.data.children.length)if(this.data.height===t.height)this._splitRoot(this.data,t);else{if(this.data.height<t.height){const e=this.data;this.data=t,t=e}this._insert(t,this.data.height-t.height-1,!0)}else this.data=t;return this}insert(e){return e&&this._insert(e,this.data.height-1),this}clear(){return this.data=II([]),this}remove(e,t){if(!e)return this;let o=this.data;const s=this.toBBox(e),n=[],i=[];let r,a,l;for(;o||n.length;){if(o||(o=n.pop(),a=n[n.length-1],r=i.pop(),l=!0),o.leaf){const s=pI(e,o.children,t);if(-1!==s)return o.children.splice(s,1),n.push(o),this._condense(n),this}l||o.leaf||!yI(o,s)?a?(r++,o=a.children[r],l=!1):o=null:(n.push(o),i.push(r),r=0,a=o,o=o.children[0])}return this}toBBox(e){return e}compareMinX(e,t){return e.minX-t.minX}compareMinY(e,t){return e.minY-t.minY}toJSON(){return this.data}fromJSON(e){return this.data=e,this}_all(e,t){const o=[];for(;e;)e.leaf?t.push(...e.children):o.push(...e.children),e=o.pop();return t}_build(e,t,o,s){const n=o-t+1;let i,r=this._maxEntries;if(n<=r)return i=II(e.slice(t,o+1)),mI(i,this.toBBox),i;s||(s=Math.ceil(Math.log(n)/Math.log(r)),r=Math.ceil(n/Math.pow(r,s-1))),i=II([]),i.leaf=!1,i.height=s;const a=Math.ceil(n/r),l=a*Math.ceil(Math.sqrt(r));RI(e,t,o,l,this.compareMinX);for(let n=t;n<=o;n+=l){const t=Math.min(n+l-1,o);RI(e,n,t,a,this.compareMinY);for(let o=n;o<=t;o+=a){const n=Math.min(o+a-1,t);i.children.push(this._build(e,o,n,s-1))}}return mI(i,this.toBBox),i}_chooseSubtree(e,t,o,s){for(;s.push(t),!t.leaf&&s.length-1!==o;){let o,s=1/0,r=1/0;for(let a=0;a<t.children.length;a++){const l=t.children[a],c=CI(l),h=(n=e,i=l,(Math.max(i.maxX,n.maxX)-Math.min(i.minX,n.minX))*(Math.max(i.maxY,n.maxY)-Math.min(i.minY,n.minY))-c);h<r?(r=h,s=c<s?c:s,o=l):h===r&&c<s&&(s=c,o=l)}t=o||t.children[0]}var n,i;return t}_insert(e,t,o){const s=o?e:this.toBBox(e),n=[],i=this._chooseSubtree(s,this.data,t,n);for(i.children.push(e),vI(i,s);t>=0&&n[t].children.length>this._maxEntries;)this._split(n,t),t--;this._adjustParentBBoxes(s,n,t)}_split(e,t){const o=e[t],s=o.children.length,n=this._minEntries;this._chooseSplitAxis(o,n,s);const i=this._chooseSplitIndex(o,n,s),r=II(o.children.splice(i,o.children.length-i));r.height=o.height,r.leaf=o.leaf,mI(o,this.toBBox),mI(r,this.toBBox),t?e[t-1].children.push(r):this._splitRoot(o,r)}_splitRoot(e,t){this.data=II([e,t]),this.data.height=e.height+1,this.data.leaf=!1,mI(this.data,this.toBBox)}_chooseSplitIndex(e,t,o){let s,n=1/0,i=1/0;for(let r=t;r<=o-t;r++){const t=fI(e,0,r,this.toBBox),a=fI(e,r,o,this.toBBox),l=wI(t,a),c=CI(t)+CI(a);l<n?(n=l,s=r,i=c<i?c:i):l===n&&c<i&&(i=c,s=r)}return s||o-t}_chooseSplitAxis(e,t,o){const s=e.leaf?this.compareMinX:bI,n=e.leaf?this.compareMinY:SI;this._allDistMargin(e,t,o,s)<this._allDistMargin(e,t,o,n)&&e.children.sort(s)}_allDistMargin(e,t,o,s){e.children.sort(s);const n=this.toBBox,i=fI(e,0,t,n),r=fI(e,o-t,o,n);let a=EI(i)+EI(r);for(let s=t;s<o-t;s++){const t=e.children[s];vI(i,e.leaf?n(t):t),a+=EI(i)}for(let s=o-t-1;s>=t;s--){const t=e.children[s];vI(r,e.leaf?n(t):t),a+=EI(r)}return a}_adjustParentBBoxes(e,t,o){for(let s=o;s>=0;s--)vI(t[s],e)}_condense(e){for(let t,o=e.length-1;o>=0;o--)0===e[o].children.length?o>0?(t=e[o-1].children,t.splice(t.indexOf(e[o]),1)):this.clear():mI(e[o],this.toBBox)}}function pI(e,t,o){if(!o)return t.indexOf(e);for(let s=0;s<t.length;s++)if(o(e,t[s]))return s;return-1}function mI(e,t){fI(e,0,e.children.length,t,e)}function fI(e,t,o,s,n){n||(n=II(null)),n.minX=1/0,n.minY=1/0,n.maxX=-1/0,n.maxY=-1/0;for(let i=t;i<o;i++){const t=e.children[i];vI(n,e.leaf?s(t):t)}return n}function vI(e,t){return e.minX=Math.min(e.minX,t.minX),e.minY=Math.min(e.minY,t.minY),e.maxX=Math.max(e.maxX,t.maxX),e.maxY=Math.max(e.maxY,t.maxY),e}function bI(e,t){return e.minX-t.minX}function SI(e,t){return e.minY-t.minY}function CI(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function EI(e){return e.maxX-e.minX+(e.maxY-e.minY)}function wI(e,t){const o=Math.max(e.minX,t.minX),s=Math.max(e.minY,t.minY),n=Math.min(e.maxX,t.maxX),i=Math.min(e.maxY,t.maxY);return Math.max(0,n-o)*Math.max(0,i-s)}function yI(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function xI(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function II(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function RI(e,t,o,s,n){const i=[t,o];for(;i.length;){if((o=i.pop())-(t=i.pop())<=s)continue;const r=t+Math.ceil((o-t)/s/2)*s;cI(e,r,t,o,n),i.push(t,r,r,o)}}class TI{rTrees={};constructor(e=[]){const t={};for(const o of e){const e=o.boundingBox.sheetId;t[e]||(t[e]=[]),t[e].push(o)}for(const e in t)this.rTrees[e]=new AI,this.rTrees[e].load(t[e])}insert(e){const t=e.boundingBox.sheetId;this.rTrees[t]||(this.rTrees[t]=new AI),this.rTrees[t].insert(e)}search({zone:e,sheetId:t}){return this.rTrees[t]?this.rTrees[t].search({minX:e.left,minY:e.top,maxX:e.right,maxY:e.bottom}):[]}remove(e){const t=e.boundingBox.sheetId;this.rTrees[t]&&this.rTrees[t].remove(e,this.rtreeItemComparer)}rtreeItemComparer(e,t){return e.data==t.data&&e.boundingBox.sheetId===t.boundingBox.sheetId&&e.boundingBox?.zone.left===t.boundingBox.zone.left&&e.boundingBox?.zone.top===t.boundingBox.zone.top&&e.boundingBox?.zone.right===t.boundingBox.zone.right&&e.boundingBox?.zone.bottom===t.boundingBox.zone.bottom}}class AI extends gI{toBBox({boundingBox:e}){const t=e.zone;return{minX:t.left,minY:t.top,maxX:t.right,maxY:t.bottom}}compareMinX(e,t){return e.boundingBox.zone.left-t.boundingBox.zone.left}compareMinY(e,t){return e.boundingBox.zone.top-t.boundingBox.zone.top}}class OI{encoder;dependencies=new Map;rTree;constructor(e,t=[]){this.encoder=e,this.rTree=new TI(t)}removeAllDependencies(e){const t=this.dependencies.get(e);if(t){for(const e of t)this.rTree.remove(e);this.dependencies.delete(e)}}addDependencies(e,t){const o=t.map((({sheetId:t,zone:o})=>({data:e,boundingBox:{zone:o,sheetId:t}})));for(const e of o)this.rTree.insert(e);const s=this.dependencies.get(e);s?s.push(...o):this.dependencies.set(e,o)}getCellsDependingOn(e){const t=new Be,o=Array.from(e).reverse();for(;o.length>0;){const e=o.pop();t.addMany(this.encoder.encodeBoundingBox(e));const s=this.rTree.search(e).map((e=>e.data));for(const e of s)t.has(e)||o.push(this.encoder.decodeToBoundingBox(e))}return t.deleteMany(e.flatMap((e=>this.encoder.encodeBoundingBox(e)))),t}}class _I{resultsToArrayFormulas=new Map;arrayFormulasToResults=new Map;getFormulaPositionsSpreadingOn(e){return this.resultsToArrayFormulas.get(e)||MI}getArrayResultPositionIds(e){return this.arrayFormulasToResults.get(e)||MI}removeNode(e){this.resultsToArrayFormulas.delete(e),this.arrayFormulasToResults.delete(e)}addRelation({arrayFormulaPositionId:e,resultPositionId:t}){this.resultsToArrayFormulas.has(t)||this.resultsToArrayFormulas.set(t,new Set),this.resultsToArrayFormulas.get(t)?.add(e),this.arrayFormulasToResults.has(e)||this.arrayFormulasToResults.set(e,new Set),this.arrayFormulasToResults.get(e)?.add(t)}hasArrayFormulaResult(e){return this.resultsToArrayFormulas.has(e)}isArrayFormula(e){return this.arrayFormulasToResults.has(e)}}const MI=[],NI=new class extends So{constructor(e=Xt("Circular reference")){super(e,vo.CircularDependency)}},FI=Yi(NI.value,{locale:uo},NI.message);class DI{context;getters;compilationParams;encoder=new PI;evaluatedCells=new Map;formulaDependencies=_e(new OI(this.encoder));blockedArrayFormulas=new Set;spreadingRelations=new _I;constructor(e,t){this.context=e,this.getters=t,this.compilationParams=aI(this.context,this.getters,this.computeAndSave.bind(this))}getEvaluatedCell(e){return this.evaluatedCells.get(this.encoder.encode(e))||Yi("",{locale:this.getters.getLocale()})}getSpreadPositionsOf(e){const t=this.encoder.encode(e);return this.spreadingRelations.isArrayFormula(t)?Array.from(this.spreadingRelations.getArrayResultPositionIds(t)).map((e=>this.encoder.decode(e))):[]}getArrayFormulaSpreadingOn(e){const t=this.encoder.encode(e),o=this.getArrayFormulaSpreadingOnId(t);return void 0!==o?this.encoder.decode(o):void 0}getEvaluatedPositions(){return[...this.evaluatedCells.keys()].map((e=>this.encoder.decode(e)))}getArrayFormulaSpreadingOnId(e){if(!this.spreadingRelations.hasArrayFormulaResult(e))return;const t=this.spreadingRelations.getFormulaPositionsSpreadingOn(e);return Array.from(t).find((e=>!this.blockedArrayFormulas.has(e)))}updateDependencies(e){const t=this.encoder.encode(e);this.formulaDependencies().removeAllDependencies(t);const o=this.getDirectDependencies(t);this.formulaDependencies().addDependencies(t,o)}updateCompilationParameters(){this.compilationParams=aI(this.context,this.getters,this.computeAndSave.bind(this))}evaluateCells(e){const t=e.map((e=>this.encoder.encode(e))),o=new Be(t),s=this.getArrayFormulasImpactedByChangesOf(t);o.addMany(this.getCellsDependingOn(t)),o.addMany(s),o.addMany(this.getCellsDependingOn(s)),this.evaluate(o)}getArrayFormulasImpactedByChangesOf(e){const t=new Be;for(const o of e){const e=this.getCell(o)?.content,s=this.getArrayFormulaSpreadingOnId(o);void 0!==s&&t.add(s),e||t.addMany(this.getArrayFormulasBlockedByOrSpreadingOn(o))}return t}buildDependencyGraph(){this.blockedArrayFormulas=new Set,this.spreadingRelations=new _I,this.formulaDependencies=_e((()=>{const e=[...this.getAllCells()].flatMap((e=>this.getDirectDependencies(e).map((t=>({data:e,boundingBox:{zone:t.zone,sheetId:t.sheetId}})))));return new OI(this.encoder,e)}))}evaluateAllCells(){this.evaluatedCells=new Map,this.evaluate(this.getAllCells())}evaluateFormula(e,t){const o=$x(t),s=o.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)));this.updateCompilationParameters();const n=kI({...o,dependencies:s},this.compilationParams,e);return po(n)?Xo(n,(e=>e.value)):null===n.value?0:n.value}getAllCells(){const e=new Be;for(const t of this.getters.getSheetIds()){const o=this.getters.getCells(t);for(const t in o)e.add(this.encoder.encode(this.getters.getCellPosition(t)))}return e}getArrayFormulasBlockedByOrSpreadingOn(e){if(!this.spreadingRelations.hasArrayFormulaResult(e))return[];const t=this.spreadingRelations.getFormulaPositionsSpreadingOn(e),o=new Be(t);return o.addMany(this.getCellsDependingOn(t)),o}nextPositionsToUpdate=new Be;cellsBeingComputed=new Set;evaluate(e){this.cellsBeingComputed=new Set,this.nextPositionsToUpdate=e;let t=0;for(;this.nextPositionsToUpdate.size&&t++<30;){this.updateCompilationParameters();const e=Array.from(this.nextPositionsToUpdate);this.nextPositionsToUpdate.clear();for(let t=0;t<e.length;++t){const o=e[t];this.evaluatedCells.delete(o)}for(let t=0;t<e.length;++t){const o=e[t];this.setEvaluatedCell(o,this.computeCell(o))}}}setEvaluatedCell(e,t){this.evaluatedCells.set(e,t)}computeCell(e){const t=this.evaluatedCells.get(e);if(t)return t;this.blockedArrayFormulas.has(e)||this.invalidateSpreading(e);const o=this.encoder.decode(e),s=this.getters.getCell(o);if(void 0===s)return Yi("",{locale:this.getters.getLocale()});const n=s.id,i={format:s.format,locale:this.getters.getLocale()};try{return this.cellsBeingComputed.has(n)?FI:(this.cellsBeingComputed.add(n),s.isFormula?this.computeFormulaCell(o.sheetId,s):qi(s.content,i))}catch(e){return Yi(e?.value||vo.GenericError,i,e?.message||Zf)}finally{this.cellsBeingComputed.delete(n)}}computeAndSave(e){const t=this.encoder.encode(e),o=this.computeCell(t);return this.evaluatedCells.has(t)||this.setEvaluatedCell(t,o),o}computeFormulaCell(e,t){const o=t.id,s=kI(t.compiledFormula,this.compilationParams,e,o);if(!po(s))return Yi(s.value,{format:t.format||s.format,locale:this.getters.getLocale()},s.message);const n=this.getters.getCellPosition(o);this.assertSheetHasEnoughSpaceToSpreadFormulaResult(n,s);const i=s.length,r=s[0].length;return LI(i,r,this.updateSpreadRelation(n)),LI(i,r,this.checkCollision(n)),LI(i,r,this.spreadValues(n,s)),Yi(s[0][0].value,{format:t.format||s[0][0]?.format,locale:this.getters.getLocale()},s[0][0].message)}assertSheetHasEnoughSpaceToSpreadFormulaResult({sheetId:e,col:t,row:o},s){const n=this.getters.getNumberCols(e),i=this.getters.getNumberRows(e),r=t+s.length<=n,a=o+s[0].length<=i;if(!r||!a){if(r)throw new So(Xt("Result couldn't be automatically expanded. Please insert more rows."));if(a)throw new So(Xt("Result couldn't be automatically expanded. Please insert more columns."));throw new So(Xt("Result couldn't be automatically expanded. Please insert more columns and rows."))}}updateSpreadRelation({sheetId:e,col:t,row:o}){const s=this.encoder.encode({sheetId:e,col:t,row:o});return(n,i)=>{const r={sheetId:e,col:n+t,row:i+o},a=this.encoder.encode(r);this.spreadingRelations.addRelation({resultPositionId:a,arrayFormulaPositionId:s})}}checkCollision({sheetId:e,col:t,row:o}){const s=this.encoder.encode({sheetId:e,col:t,row:o});return(n,i)=>{const r={sheetId:e,col:n+t,row:i+o},a=this.getters.getCell(r);if(a?.content||this.getters.getEvaluatedCell(r).type!==Qt.empty)throw this.blockedArrayFormulas.add(s),new So(Xt("Array result was not expanded because it would overwrite data in %s.",ut(r.col,r.row)));this.blockedArrayFormulas.delete(s)}}spreadValues({sheetId:e,col:t,row:o},s){return(n,i)=>{const r={sheetId:e,col:n+t,row:i+o},a=this.getters.getCell(r),l=a?.format,c=Yi(s[n][i].value,{format:l||s[n][i]?.format,locale:this.getters.getLocale()},s[n][i].message),h=this.encoder.encode(r);this.setEvaluatedCell(h,c),this.nextPositionsToUpdate.addMany(this.getCellsDependingOn([h]))}}invalidateSpreading(e){if(this.spreadingRelations.isArrayFormula(e)){for(const t of this.spreadingRelations.getArrayResultPositionIds(e)){const e=this.getCell(t)?.content;e||(this.evaluatedCells.delete(t),this.nextPositionsToUpdate.addMany(this.getCellsDependingOn([t])),this.nextPositionsToUpdate.addMany(this.getArrayFormulasBlockedByOrSpreadingOn(t)))}this.spreadingRelations.removeNode(e)}}getDirectDependencies(e){const t=this.getCell(e);return t?.isFormula?t.compiledFormula.dependencies:[]}getCellsDependingOn(e){const t=[];for(const o of e)t.push(this.encoder.decodeToBoundingBox(o));return this.formulaDependencies().getCellsDependingOn(t)}getCell(e){return this.getters.getCell(this.encoder.decode(e))}}function LI(e,t,o){for(let s=0;s<e;++s)for(let e=0;e<t;++e)0===s&&0===e||o(s,e)}class PI{sheetMapping={};inverseSheetMapping=new Map;constructor(){try{o_spreadsheet.__DEBUG__=o_spreadsheet.__DEBUG__||{},o_spreadsheet.__DEBUG__.decodePosition=this.decode.bind(this),o_spreadsheet.__DEBUG__.encodePosition=this.encode.bind(this)}catch(e){}}encode({sheetId:e,col:t,row:o}){return this.encodeSheet(e)<<42n|BigInt(t)<<21n|BigInt(o)}encodeBoundingBox({sheetId:e,zone:t}){const o=[];return function(e,t){const{left:o,right:s,top:n,bottom:i}=e;for(let e=o;e<=s;e++)for(let o=n;o<=i;o++)t(e,o)}(t,((t,s)=>{o.push(this.encode({sheetId:e,col:t,row:s}))})),o}decode(e){const t=Number(2097151n&e),o=Number(e>>21n&2097151n);return{sheetId:this.decodeSheet(e>>42n),col:o,row:t}}decodeToBoundingBox(e){const{sheetId:t,col:o,row:s}=this.decode(e);return{sheetId:t,zone:{left:o,top:s,right:o,bottom:s}}}encodeSheet(e){const t=this.sheetMapping[e];if(void 0===t){const t=BigInt(Object.keys(this.sheetMapping).length);return this.sheetMapping[e]=t,this.inverseSheetMapping.set(t,e),t}return t}decodeSheet(e){const t=this.inverseSheetMapping.get(e);if(void 0===t)throw new Error("Sheet id not found");return t}}function kI(e,t,o,s){return t[2].__originCellXC=_e((()=>{if(!s)return;const e=t[2].getters.getCellPosition(s);return ut(e.col,e.row)})),t[2].__originSheetId=o,e.execute(e.dependencies,...t)}const VI={isValid:!0};class UI{cells;getters;index=0;direction;constructor(e,t,o){this.cells=e,this.getters=t,this.direction=o}next(){const e=this.cells[this.index++%this.cells.length],t=e.rule,{cellData:o,tooltip:s}=Ji.get(t.type).apply(t,e.data,this.getters,this.direction);return{cellData:o,tooltip:s,origin:{col:e.data.col,row:e.data.row}}}}class BI{subscriptions={};on(e,t,o){if(!o)throw new Error("Missing callback");this.subscriptions[e]||(this.subscriptions[e]=[]),this.subscriptions[e].push({owner:t,callback:o})}trigger(e,t){const o=this.subscriptions[e]||[];for(let e=0,s=o.length;e<s;e++){const s=o[e];s.callback.call(s.owner,t)}}off(e,t){const o=this.subscriptions[e];o&&(this.subscriptions[e]=o.filter((e=>e.owner!==t)))}clear(){this.subscriptions={}}}function HI(e,t){return{...e,definition:_l(e.definition,t)}}function zI(e,t){if(e.sheetId!==t.sheetId)return e;if(("FREEZE_COLUMNS"===e.type?"COL":"ROW")!==t.dimension)return e;let o=e.quantity;if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));for(let t of e)o>t&&o--}if("ADD_COLUMNS_ROWS"===t.type){o=o>("before"===t.position?t.base-1:t.base)?o+t.quantity:o}return o>0?{...e,quantity:o}:void 0}function GI(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;let o;if("REMOVE_COLUMNS_ROWS"===t.type)o=Bn(t.elements,[e.base])[0];else if("ADD_COLUMNS_ROWS"===t.type){o=Un(Ne(t.position,t.base),t.quantity,[e.base])[0]}return void 0!==o?{...e,base:o}:void 0}function $I(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;const o=ue(e.start,e.end+1);let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=Bn(t.elements,o);else if("ADD_COLUMNS_ROWS"===t.type){s=Un(Ne(t.position,t.base),t.quantity,o)}return 0!==s.length?{...e,start:Math.min(...s),end:Math.max(...s)}:void 0}vS.addTransformation("ADD_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],GI),vS.addTransformation("REMOVE_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],GI),vS.addTransformation("ADD_COLUMNS_ROWS",["CREATE_CHART","UPDATE_CHART"],HI),vS.addTransformation("REMOVE_COLUMNS_ROWS",["CREATE_CHART","UPDATE_CHART"],HI),vS.addTransformation("DELETE_SHEET",["MOVE_RANGES"],(function(e,t){const o=t.sheetId;if(e.targetSheetId===o||e.sheetId===o)return;return e})),vS.addTransformation("DELETE_FIGURE",["UPDATE_FIGURE","UPDATE_CHART"],(function(e,t){if(e.id===t.id)return;return e})),vS.addTransformation("CREATE_SHEET",["CREATE_SHEET"],(function(e,t){if(e.name===t.name)return{...e,name:e.name?.match(/\d+/)?e.name.replace(/\d+/,(e=>(parseInt(e)+1).toString())):`${e.name}~`,position:e.position+1};return e})),vS.addTransformation("ADD_MERGE",["ADD_MERGE","REMOVE_MERGE","CREATE_FILTER_TABLE"],(function(e,t){if(e.sheetId!==t.sheetId)return e;const o=[];for(const s of e.target)for(const e of t.target)bn(s,e)||o.push({...s});if(o.length)return{...e,target:o};return})),vS.addTransformation("ADD_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],zI),vS.addTransformation("REMOVE_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],zI),vS.addTransformation("CREATE_FILTER_TABLE",["CREATE_FILTER_TABLE","ADD_MERGE"],(function(e,t){if(e.sheetId!==t.sheetId)return e;for(const o of e.target)for(const e of t.target)if(bn(e,o))return;return e})),vS.addTransformation("ADD_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],$I),vS.addTransformation("REMOVE_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],$I);const WI=[{match:function(e){return"sheetId"in e},fn:YI},{match:function(e){return"target"in e&&"sheetId"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=[];for(const o of e.target){const e=oi(o,t);e&&s.push(e)}if(!s.length)return"IGNORE_COMMAND";return{...e,target:s}}},{match:function(e){return"zone"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=oi(e.zone,t);if(s)return{...e,zone:s};return"IGNORE_COMMAND"}},{match:function(e){return"col"in e&&"row"in e&&"sheetId"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"===t.type||"REMOVE_COLUMNS_ROWS"===t.type)return function(e,t){const o="COL"===t.dimension?"col":"row";let s=e[o];if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));if(e.includes(s))return"IGNORE_COMMAND";for(let t of e)s>=t&&s--}"ADD_COLUMNS_ROWS"===t.type&&(s>t.base||s===t.base&&"before"===t.position)&&(s+=t.quantity);return{...e,[o]:s}}(e,t);if("ADD_MERGE"===t.type)return function(e,t){for(const o of t.target){if(!(e.col===o.left&&e.row===o.top)&&Sn(e.col,e.row,o))return"IGNORE_COMMAND"}return e}(e,t);return"SKIP_TRANSFORMATION"}},{match:function(e){return"dimension"in e&&"sheetId"in e&&"elements"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"!==t.type&&"REMOVE_COLUMNS_ROWS"!==t.type)return"SKIP_TRANSFORMATION";if(t.dimension!==e.dimension)return e;let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=Bn(t.elements,e.elements);else if("ADD_COLUMNS_ROWS"===t.type){s=Un(Ne(t.position,t.base),t.quantity,e.elements)}if(0===s.length)return"IGNORE_COMMAND";return{...e,elements:s}}},{match:function(e){return"ranges"in e},fn:function(e,t){if(!("sheetId"in t))return e;const o=e.ranges.map((e=>si(e,t))).filter(Ie);if(!o.length)return"IGNORE_COMMAND";return{...e,ranges:o}}}];function qI(e,t){const o=vS.getTransformation(e.type,t.type);return o?o(e,t):function(e,t){for(const{match:o,fn:s}of WI)if(o(e)){const o=s(e,t);if("SKIP_TRANSFORMATION"===o)continue;if("IGNORE_COMMAND"===o)return;e=o}return e}(e,t)}function ZI(e,t){let o=[...e];for(const e of t)o=o.map((t=>qI(t,e))).filter(Ie);return o}function YI(e,t){if(!("sheetId"in t))return e;const o="DELETE_SHEET"===t.type&&t.sheetId;return e.sheetId===o?"IGNORE_COMMAND":"CREATE_SHEET"===e.type||"CREATE_SHEET"===t.type||e.sheetId!==t.sheetId?e:"SKIP_TRANSFORMATION"}class jI{rootCommand;timestamp;id;clientId;_commands=[];_changes=[];constructor(e,t,o,s,n,i){this.rootCommand=s,this.timestamp=i,this.id=e,this.clientId=t,this._commands=[...o],this._changes=n?[...n]:[]}setChanges(e){this._changes=e}get commands(){return this._commands}get changes(){return this._changes}}class XI extends Error{}class KI extends BI{revisions;transportService;serverRevisionId;clients={};clientId="local";debouncedMove;pendingMessages=[];waitingAck=!1;waitingUndoRedoAck=!1;isReplayingInitialRevisions=!1;processedRevisions=new Set;uuidGenerator=new Qn;lastLocalOperation;constructor(e,t,o=W){super(),this.revisions=e,this.transportService=t,this.serverRevisionId=o,this.debouncedMove=function(e,t,o){let s;return function(){const n=this,i=arguments,r=o&&!s;clearTimeout(s),s=setTimeout((function(){s=null,o||e.apply(n,i)}),t),r&&e.apply(n,i)}}(this._move.bind(this),200)}canApplyOptimisticUpdate(){return!this.waitingUndoRedoAck}save(e,t,o){if(!t.length||!o.length||!this.canApplyOptimisticUpdate())return;const s=new jI(this.uuidGenerator.uuidv4(),this.clientId,t,e,o,Date.now());this.revisions.append(s.id,s),"REQUEST_REDO"!==e.type&&(this.lastLocalOperation=s),this.trigger("new-local-state-update",{id:s.id}),this.sendUpdateMessage({type:"REMOTE_REVISION",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:s.id,clientId:s.clientId,commands:s.commands})}undo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_UNDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),undoneRevisionId:e})}redo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_REDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),redoneRevisionId:e})}move(e){this.debouncedMove(e)}join(e){e?(this.clients[e.id]=e,this.clientId=e.id):(this.clients.local={id:"local",name:"local"},this.clientId="local"),this.transportService.onNewMessage(this.clientId,this.onMessageReceived.bind(this))}loadInitialMessages(e){this.isReplayingInitialRevisions=!0;for(const t of e)this.onMessageReceived(t);this.isReplayingInitialRevisions=!1}leave(){delete this.clients[this.clientId],this.transportService.leave(this.clientId),this.transportService.sendMessage({type:"CLIENT_LEFT",clientId:this.clientId,version:1})}snapshot(e){const t=this.uuidGenerator.uuidv4();this.transportService.sendMessage({type:"SNAPSHOT",nextRevisionId:t,serverRevisionId:this.serverRevisionId,data:{...e,revisionId:t},version:1})}getClient(){const e=this.clients[this.clientId];if(!e)throw new XI("The client left the session");return e}getConnectedClients(){return new Set(Object.values(this.clients).filter(Ie))}getRevisionId(){return this.serverRevisionId}isFullySynchronized(){return 0===this.pendingMessages.length}getLastLocalNonEmptyRevision(){return this.lastLocalOperation}_move(e){if(!this.clients[this.clientId])return;const t=this.clients[this.clientId]?.position;if(t?.col===e.col&&t.row===e.row&&t.sheetId===e.sheetId)return;const o=t?"CLIENT_MOVED":"CLIENT_JOINED",s=this.getClient();this.clients[this.clientId]={...s,position:e},this.transportService.sendMessage({type:o,version:1,client:{...s,position:e}})}onMessageReceived(e){if(!this.isAlreadyProcessed(e))if(this.isWrongServerRevisionId(e))this.trigger("unexpected-revision-id");else{switch(e.type){case"CLIENT_MOVED":this.onClientMoved(e);break;case"CLIENT_JOINED":this.onClientJoined(e);break;case"CLIENT_LEFT":this.onClientLeft(e);break;case"REVISION_REDONE":this.revisions.redo(e.redoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-redone",{revisionId:e.redoneRevisionId,commands:this.revisions.get(e.redoneRevisionId).commands});break;case"REVISION_UNDONE":this.revisions.undo(e.undoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-undone",{revisionId:e.undoneRevisionId,commands:this.revisions.get(e.undoneRevisionId).commands});break;case"REMOTE_REVISION":const{clientId:t,commands:o,timestamp:s}=e,n=new jI(e.nextRevisionId,t,o,void 0,void 0,s);if(n.clientId!==this.clientId){this.revisions.insert(n.id,n,e.serverRevisionId);const t=this.pendingMessages.filter((e=>"REMOTE_REVISION"===e.type)).map((e=>e.commands)).flat();this.trigger("remote-revision-received",{commands:ZI(o,t)})}break;case"SNAPSHOT_CREATED":{const t=new jI(e.nextRevisionId,"server",[],void 0,void 0,Date.now());this.revisions.insert(t.id,t,e.serverRevisionId),this.dropPendingHistoryMessages(),this.trigger("snapshot"),this.lastLocalOperation=void 0;break}}this.acknowledge(e),this.trigger("collaborative-event-received")}}onClientMoved(e){e.client.id!==this.clientId&&(this.clients[e.client.id]=e.client)}onClientJoined(e){if(e.client.id!==this.clientId){this.clients[e.client.id]=e.client;const t=this.clients[this.clientId];if(t){const{position:e}=t;e&&this.transportService.sendMessage({type:"CLIENT_MOVED",version:1,client:{...t,position:e}})}}}onClientLeft(e){e.clientId!==this.clientId&&delete this.clients[e.clientId]}sendUpdateMessage(e){this.pendingMessages.push(e),this.waitingAck||(this.waitingAck=!0,this.sendPendingMessage())}sendPendingMessage(){let e=this.pendingMessages[0];if(e){if("REMOTE_REVISION"===e.type){const t=this.revisions.get(e.nextRevisionId);if(0===t.commands.length){this.revisions.drop(t.id);const e=this.pendingMessages.filter((e=>"REMOTE_REVISION"===e.type)).map((e=>e.nextRevisionId));return this.trigger("pending-revisions-dropped",{revisionIds:e}),this.waitingAck=!1,this.waitingUndoRedoAck=!1,void(this.pendingMessages=[])}e={...e,clientId:t.clientId,commands:t.commands}}if(this.isReplayingInitialRevisions)throw new Error(`Trying to send a new revision while replaying initial revision. This can lead to endless dispatches every time the spreadsheet is open.\n ${JSON.stringify(e)}`);this.transportService.sendMessage({...e,serverRevisionId:this.serverRevisionId})}}acknowledge(e){switch("REVISION_UNDONE"!==e.type&&"REVISION_REDONE"!==e.type||(this.waitingUndoRedoAck=!1),e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":case"SNAPSHOT_CREATED":this.waitingAck=!1,this.pendingMessages=this.pendingMessages.filter((t=>t.nextRevisionId!==e.nextRevisionId)),this.serverRevisionId=e.nextRevisionId,this.processedRevisions.add(e.nextRevisionId),this.sendPendingMessage()}}isAlreadyProcessed(e){if("CLIENT_MOVED"===e.type&&e.client.id===this.clientId)return!0;switch(e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":return this.processedRevisions.has(e.nextRevisionId);default:return!1}}isWrongServerRevisionId(e){switch(e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":case"SNAPSHOT_CREATED":return e.serverRevisionId!==this.serverRevisionId;default:return!1}}dropPendingHistoryMessages(){this.waitingUndoRedoAck=!1,this.pendingMessages=this.pendingMessages.filter((({type:e})=>"REVISION_REDONE"!==e&&"REVISION_UNDONE"!==e))}}const QI=["#ff851b","#0074d9","#7fdbff","#b10dc9","#39cccc","#f012be","#3d9970","#111111","#ff4136","#aaaaaa","#85144b","#001f3f"];class JI{getters;dispatch;selection;operation;sheetId;constructor(e,t,o,s){this.getters=t,this.dispatch=o,this.selection=s,this.operation=e,this.sheetId=t.getActiveSheetId()}isCutAllowed(e){return"Success"}isPasteAllowed(e,t){return"Success"}addMissingDimensions(e,t,o,s){const n=this.getters.getActiveSheetId(),i=t+s-this.getters.getNumberRows(n);i>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:this.getters.getNumberRows(n)-1,sheetId:n,quantity:i,position:"after"});const r=e+o-this.getters.getNumberCols(n);r>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:this.getters.getNumberCols(n)-1,sheetId:n,quantity:r,position:"after"})}isColRowDirtyingClipboard(e,t){return!1}drawClipboard(e){}}class eR extends JI{cells;copiedTables;zones;uuidGenerator=new Qn;constructor(e,t,o,s,n){if(super(t,o,s,n),!e.length)return this.cells=[[]],this.zones=[],void(this.copiedTables=[]);const i=new Set(e.map((e=>e.left))),r=new Set(e.map((e=>e.right))),a=new Set(e.map((e=>e.top))),l=new Set(e.map((e=>e.bottom))),c=1===a.size&&1===l.size||1===i.size&&1===r.size?function(e){return e.reduce(((e,t)=>{const o=e.length;for(let s=0;s<o;s++)if(bn(e[s],t))return e[s]=mn(e[s],t),e;return e[o]=t,e}),[])}(e):[e[e.length-1]],h=c.map((e=>In(e))).flat(),d=[...new Set(h.map((e=>e.col)))].sort(((e,t)=>e-t)),u=[...new Set(h.map((e=>e.row)))].sort(((e,t)=>e-t)),g=[],p=o.getActiveSheetId();for(let e of u){let t=[];for(let s of d){const n={col:s,row:e,sheetId:p},i=o.getArrayFormulaSpreadingOn(n);let r=o.getCell(n);const a=o.getEvaluatedCell(n);if(i){const e=u.includes(i.row)&&d.includes(i.col)?"":Cs(a.value,{locale:o.getLocale()});r={id:r?.id||"",style:r?.style,format:a.format,content:e,isFormula:!1}}t.push({cell:r,border:o.getCellBorder(n)||void 0,evaluatedCell:a,position:n})}g.push(t)}const m=[];for(const t of e)for(const e of this.getters.getFilterTablesInZone(p,t)){const t=[];for(const o of ue(e.zone.left,e.zone.right+1))t.push(this.getters.getFilterValues({sheetId:p,col:o,row:e.zone.top}));m.push({filtersValues:t,zone:e.zone})}this.cells=g,this.zones=c,this.copiedTables=m}isCutAllowed(e){return 1!==e.length?"WrongCutSelection":"Success"}isPasteAllowed(e,t){const o=this.getters.getActiveSheetId();if("CUT"===this.operation&&void 0!==t?.pasteOption)return"WrongPasteOption";if(e.length>1&&(this.cells.length>1||this.cells[0].length>1))return"WrongPasteSelection";const s=this.cells.length,n=this.cells[0].length;for(let t of this.getPasteZones(e))if(this.getters.doesIntersectMerge(o,t)&&(e.length>1||!this.getters.isSingleCellOrMerge(o,e[0])||s*n!=1))return"WillRemoveExistingMerge";const{xSplit:i,ySplit:r}=this.getters.getPaneDivisions(o);for(const t of this.getPasteZones(e))if(t.left<i&&t.right>=i||t.top<r&&t.bottom>=r)return"FrozenPaneOverlap";return"Success"}paste(e,t){"COPY"===this.operation?this.pasteFromCopy(e,t):this.pasteFromCut(e,t);const o=this.cells.length,s=this.cells[0].length,n="CUT"===this.operation;t?.selectTarget&&this.selectPastedZone(s,o,n,e)}pasteFromCopy(e,t){if(1===e.length){const o=this.cells.length,s=this.cells[0].length,n=this.pastedZones(e,s,o);for(const e of n)this.pasteZone(e.left,e.top,t)}else for(const o of e)for(let e=o.left;e<=o.right;e++)for(let s=o.top;s<=o.bottom;s++)this.pasteZone(e,s,t);void 0===t?.pasteOption&&this.pasteCopiedTables(e)}pasteFromCut(e,t){this.clearClippedZones();const o=e[0];this.pasteZone(o.left,o.top,t),this.dispatch("MOVE_RANGES",{target:this.zones,sheetId:this.sheetId,targetSheetId:this.getters.getActiveSheetId(),col:o.left,row:o.top});for(const e of this.copiedTables)this.dispatch("REMOVE_FILTER_TABLE",{sheetId:this.sheetId,target:[e.zone]});this.pasteCopiedTables(e)}pastedZones(e,t,o){const s=e[0],n=Math.max(1,Math.floor((s.right+1-s.left)/t)),i=Math.max(1,Math.floor((s.bottom+1-s.top)/o)),r=[];for(let e=0;e<n;e++)for(let n=0;n<i;n++){const i=s.top+n*o,a=s.left+e*t;r.push({left:a,top:i,bottom:i+o-1,right:a+t-1})}return r}getPasteZones(e){const t=this.cells;if(!t.length||!t[0].length)return e;const o=[],s=t.length,n=t[0].length,i=e[e.length-1],r=i.left,a=i.top,l=Math.max(1,Math.floor((i.right+1-r)/n)),c=Math.max(1,Math.floor((i.bottom+1-a)/s));for(let e=1;e<=l;e++)for(let t=1;t<=c;t++)o.push({left:r,top:a,right:r-1+e*n,bottom:a-1+t*s});return o}selectPastedZone(e,t,o,s){const n=s[0],i=n.left,r=n.top;if(t>1||e>1||o){const n=this.pastedZones(s,e,t),a=o?n[0]:mn(...n);this.selection.getBackToDefault(),this.selection.selectZone({cell:{col:i,row:r},zone:a},{scrollIntoView:!1})}}clearClippedZones(){for(const e of this.cells)for(const t of e)t?.cell&&this.dispatch("CLEAR_CELL",t.position);this.dispatch("CLEAR_FORMATTING",{sheetId:this.sheetId,target:this.zones})}pasteZone(e,t,o){const s=this.cells.length,n=this.cells[0].length,i="asValue"!==o?.pasteOption&&o?.shouldPasteCF,r=!o?.pasteOption,a=this.getters.getActiveSheetId();this.addMissingDimensions(n,s,e,t);for(let l=0;l<s;l++){const s=this.cells[l];for(let c=0;c<n;c++){const n=s[c];if(!n)continue;const h={col:e+c,row:t+l,sheetId:a};"CUT"!==this.operation&&this.pasteMergeIfExist(n.position,h),this.pasteCell(n,h,this.operation,o),i&&this.pasteCf(n.position,h),r&&this.pasteDataValidation(n.position,h)}}}pasteCell(e,t,o,s){const{sheetId:n,col:i,row:r}=t,a=this.getters.getEvaluatedCell(t),l=e.cell?.format??e.evaluatedCell.format;if("asValue"===s?.pasteOption){const o=this.getters.getLocale(),s=Cs(e.evaluatedCell.value,{locale:o});return void this.dispatch("UPDATE_CELL",{...t,content:s,format:l})}const c=this.getters.getCellBorder(t),h=e.border,d={top:c?.top||h?.top,bottom:c?.bottom||h?.bottom,left:c?.left||h?.left,right:c?.right||h?.right};if(this.dispatch("SET_BORDER",{sheetId:n,col:i,row:r,border:d}),"onlyFormat"===s?.pasteOption)return void this.dispatch("UPDATE_CELL",{...t,style:e.cell?.style??null,format:l??a.format});const u=e.cell&&e.cell.isFormula&&"COPY"===o?this.getters.getTranslatedCellFormula(n,i-e.position.col,r-e.position.row,e.cell.compiledFormula):e.cell?.content;""!==u||e.cell?.format||e.cell?.style?this.dispatch("UPDATE_CELL",{...t,content:u,style:e.cell?.style||null,format:e.cell?.format}):a&&this.dispatch("CLEAR_CELL",t)}pasteMergeIfExist(e,t){let{sheetId:o,col:s,row:n}=e;const{col:i,row:r}=this.getters.getMainCellPosition(e);if(i===s&&r===n){const i=this.getters.getMerge(e);if(!i)return;({sheetId:o,col:s,row:n}=t),this.dispatch("ADD_MERGE",{sheetId:o,force:!0,target:[{left:s,top:n,right:s+i.right-i.left,bottom:n+i.bottom-i.top}]})}}pasteCopiedTables(e){const t=this.getters.getActiveSheetId(),o=e[0],s=this.zones[0],n=[o.left-s.left,o.top-s.top];for(const e of this.copiedTables){const o=Rn(e.zone,"both","MOVE",n);this.dispatch("CREATE_FILTER_TABLE",{sheetId:t,target:[o]});for(const s of ue(0,e.filtersValues.length))this.dispatch("UPDATE_FILTER",{sheetId:t,col:o.left+s,row:o.top,hiddenValues:e.filtersValues[s]})}}getClipboardContent(){return{[Jt.PlainText]:this.getPlainTextContent(),[Jt.Html]:this.getHTMLContent()}}getPlainTextContent(){return this.cells.map((e=>e.map((e=>this.getters.shouldShowFormulas()&&e?.cell?.isFormula?e.cell?.content||"":e?.evaluatedCell?.formattedValue||"")).join("\t"))).join("\n")||"\t"}getHTMLContent(){if(1===this.cells.length&&1===this.cells[0].length)return this.cells[0][0]?this.getters.getCellText(this.cells[0][0].position):"";let e='<table border="1" style="border-collapse:collapse">';for(const t of this.cells){e+="<tr>";for(const o of t){if(!o)continue;e+=`<td style="${dr(hr(this.getters.getCellComputedStyle(o.position)))}">`+Oy(this.getters.getCellText(o.position))+"</td>"}e+="</tr>"}return e+="</table>",e}isColRowDirtyingClipboard(e,t){if(!this.zones)return!1;for(let o of this.zones){if("COL"===t&&e<=o.right)return!0;if("ROW"===t&&e<=o.bottom)return!0}return!1}drawClipboard(e){const{ctx:t,thinLineWidth:o}=e;if(this.sheetId===this.getters.getActiveSheetId()&&this.zones&&this.zones.length){t.setLineDash([8,5]),t.strokeStyle=c,t.lineWidth=3.3*o;for(const e of this.zones){const{x:o,y:s,width:n,height:i}=this.getters.getVisibleRect(e);n>0&&i>0&&t.strokeRect(o,s,n,i)}}}pasteCf(e,t){const o=ut(t.col,t.row);for(let s of this.getters.getConditionalFormats(e.sheetId))for(let n of s.ranges)if(Sn(e.col,e.row,this.getters.getRangeFromSheetXC(e.sheetId,n).zone)){const n=s,i=[];if("CUT"===this.operation&&i.push(ut(e.col,e.row)),e.sheetId===t.sheetId)this.adaptCFRules(e.sheetId,n,[o],i);else{this.adaptCFRules(e.sheetId,n,[],i);const s=this.getCFToCopyTo(t.sheetId,n);this.adaptCFRules(t.sheetId,s,[o],[])}}}adaptCFRules(e,t,o,s){const n=this.getters.getAdaptedCfRanges(e,t,o,s);n&&(0!==n.length?this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:{id:t.id,rule:t.rule,stopIfTrue:t.stopIfTrue},ranges:n.map((t=>this.getters.getRangeDataFromXc(e,t))),sheetId:e}):this.dispatch("REMOVE_CONDITIONAL_FORMAT",{id:t.id,sheetId:e}))}getCFToCopyTo(e,t){const o=this.getters.getConditionalFormats(e).find((e=>e.stopIfTrue===t.stopIfTrue&&Fe(e.rule,t.rule)));return o||{...t,id:this.uuidGenerator.uuidv4(),ranges:[]}}pasteDataValidation(e,t){const o=this.getters.getValidationRuleForCell(e);if(!o)return;const s=ut(t.col,t.row);for(const n of o.ranges)if(Sn(e.col,e.row,n.zone)){const n=[];if("CUT"===this.operation&&n.push(ut(e.col,e.row)),e.sheetId===t.sheetId)this.adaptDataValidationRule(e.sheetId,o,[s],n);else{this.adaptDataValidationRule(e.sheetId,o,[],n);let i=this.getDataValidationRuleToCopyTo(t.sheetId,o);this.adaptDataValidationRule(t.sheetId,i,[s],[])}}}getDataValidationRuleToCopyTo(e,t){const o=this.getters.getDataValidationRules(e).find((e=>Fe(t.criterion,e.criterion)&&t.isBlocking===e.isBlocking));return o||{...t,id:this.uuidGenerator.uuidv4(),ranges:[]}}adaptDataValidationRule(e,t,o,s){const n=t.ranges.map((t=>this.getters.getRangeString(t,e))),i=En([...n,...o],s);0!==i.length?this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:t,ranges:i.map((t=>this.getters.getRangeDataFromXc(e,t))),sheetId:e}):this.dispatch("REMOVE_DATA_VALIDATION_RULE",{sheetId:e,id:t.id})}}const tR="#8B008B";var oR;!function(e){e[e.previous=-1]="previous",e[e.current=0]="current",e[e.next=1]="next"}(oR||(oR={}));class sR extends iI{inputHasSingleRange;static layers=[1];static getters=[];ranges=[];focusedRangeIndex=null;inputSheetId;constructor(e,t,o){if(o&&t.length>1)throw new Error("Input with a single range cannot be instantiated with several range references.");super(e),this.inputHasSingleRange=o,this.insertNewRange(0,t),this.inputSheetId=this.getters.getActiveSheetId(),0===this.ranges.length&&(this.insertNewRange(this.ranges.length,[""]),this.focusLast())}handleEvent(e){if(null===this.focusedRangeIndex)return;const t=this.inputSheetId,o=this.getters.getActiveSheetId(),s=e.options.unbounded?this.getters.getUnboundedZone(o,e.anchor.zone):e.anchor.zone,n=this.getters.getRangeFromZone(o,s);if("newAnchor"===e.mode&&!this.inputHasSingleRange&&""!==this.ranges[this.focusedRangeIndex].xc.trim()){const e=this.getters.getSelectionRangeString(n,t);this.insertNewRange(this.ranges.length,[e]),this.focusLast()}else{let e=n.parts;const o=this.ranges[this.focusedRangeIndex].xc.trim();o&&(e=this.getters.getRangeFromSheetXC(t,o).parts);const s=n.clone({parts:e}),i=this.getters.getSelectionRangeString(s,t);this.setRange(this.focusedRangeIndex,[i])}}handle(e){switch(e.type){case"UNFOCUS_SELECTION_INPUT":this.unfocus();break;case"FOCUS_RANGE":this.focus(this.getIndex(e.rangeId));break;case"CHANGE_RANGE":{const t=this.getIndex(e.rangeId);if(null!==t&&this.focusedRangeIndex!==t&&this.focus(t),null!==t){const o=e.value.replace(/^,+/,"").split(",").map((e=>e.trim()));this.setRange(t,o)}break}case"ADD_EMPTY_RANGE":this.insertNewRange(this.ranges.length,[""]),this.focusLast();break;case"ADD_RANGE":this.insertNewRange(this.ranges.length,[e.value]),this.focusLast();break;case"REMOVE_RANGE":const t=this.getIndex(e.rangeId);null!==t&&this.removeRange(t);break;case"ACTIVATE_SHEET":if(e.sheetIdFrom!==e.sheetIdTo){const{col:t,row:o}=this.getters.getNextVisibleCellPosition({sheetId:e.sheetIdTo,col:0,row:0}),s=this.getters.expandZone(e.sheetIdTo,On({col:t,row:o}));this.selection.resetAnchor(this,{cell:{col:t,row:o},zone:s})}break;case"START_CHANGE_HIGHLIGHT":const o=this.getters.getActiveSheetId(),s=this.getters.expandZone(o,e.zone),n=this.ranges.findIndex((e=>{const{xc:t,sheetName:n}=sn(e.xc),i=n||this.getters.getSheetName(this.inputSheetId);if(this.getters.getSheetName(o)!==i)return!1;const r=this.getters.getRangeFromSheetXC(o,t);return vn(this.getters.expandZone(o,r.zone),s)}));if(-1!==n){this.focus(n);const{left:e,top:t}=s;this.selection.resetAnchor(this,{cell:{col:e,row:t},zone:s})}}}getSelectionInputValue(){return this.cleanInputs(this.ranges.map((e=>e.xc?e.xc:"")))}getSelectionInputHighlights(){return this.ranges.map((e=>this.inputToHighlights(e))).flat()}focus(e){this.focusedRangeIndex=e}focusLast(){this.focus(this.ranges.length-1)}unfocus(){this.focusedRangeIndex=null}setContent(e,t){this.ranges[e]={...this.ranges[e],xc:t}}insertNewRange(e,t){const o=Math.max(0,...this.ranges.map((e=>Number(e.id))));this.ranges.splice(e,0,...t.map(((e,t)=>({xc:e,id:o+t+1,color:Ze[(o+t)%Ze.length]}))))}setRange(e,t){const[,...o]=t;this.setContent(e,t[0]),this.insertNewRange(e+1,o),o.length&&this.focus(e+o.length)}removeRange(e){this.ranges.splice(e,1),null!==this.focusedRangeIndex&&this.focusLast()}inputToHighlights({xc:e,color:t}){const o=this.cleanInputs([e]).filter((e=>this.getters.isRangeValid(e))).filter((e=>this.shouldBeHighlighted(this.inputSheetId,e)));return o.map((e=>{const{sheetName:o}=sn(e);return{zone:this.getters.getRangeFromSheetXC(this.inputSheetId,e).zone,sheetId:o&&this.getters.getSheetIdByName(o)||this.inputSheetId,color:t}}))}cleanInputs(e){return e.map((e=>e.split(","))).flat().map((e=>e.trim())).filter((e=>""!==e))}shouldBeHighlighted(e,t){const{sheetName:o}=sn(t),s=this.getters.getSheetIdByName(o),n=this.getters.getActiveSheet().id;return this.getters.isRangeValid(t)&&(s===n||void 0===s&&n===e)}getIndex(e){const t=this.ranges.findIndex((t=>t.id===e));return t>=0?t:null}}const nR=[iR,function(e,t){return"target"in t&&Array.isArray(t.target)?{...le(t),target:e.getSelectedZones()}:t},function(e,t){if(!("row"in t)||!("col"in t))return t;const{col:o,row:s}=e.getActivePosition();return{...le(t),col:o,row:s}}];function iR(e,t){return"sheetId"in t?{...le(t),sheetId:e.getActiveSheetId()}:t}function rR(e,t){return"zone"in t?{...le(t),zone:e.getSelectedZone()}:t}const aR=new Qn;function lR(e,t){const o=e.getSelectedZone();return{...iR(e,t),elements:"COL"===t.dimension?ue(o.left,o.right+1):ue(o.top,o.bottom+1)}}function cR(e,t){const o=e.getSelectedZone();return{...le(t),zone:o}}function hR(e,t){const o=le(t),s=e.getSelectedZone(),{top:n,bottom:i,left:r,right:a}=s;return"cols"in o?o.cols=ue(r,a+1):"rows"in o&&(o.rows=ue(n,i+1)),o}function dR(e,t){const o=e.getSelectedZone();return{...iR(e,t),start:"COL"===t.dimension?o.left:o.top,end:"COL"===t.dimension?o.right:o.bottom}}const uR=new ki;uR.add("UPDATE_CELL",pR),uR.add("CLEAR_CELL",pR),uR.add("DELETE_CONTENT",pR),uR.add("ADD_MERGE",pR),uR.add("REMOVE_MERGE",pR),uR.add("SET_FORMATTING",pR),uR.add("CLEAR_FORMATTING",pR),uR.add("SET_BORDER",pR),uR.add("CREATE_FILTER_TABLE",pR),uR.add("REMOVE_FILTER_TABLE",pR),uR.add("HIDE_SHEET",pR),uR.add("ADD_COLUMNS_ROWS",(function(e,t){const o=e.getActivePosition();return{...iR(e,t),base:"COL"===t.dimension?o.col:o.row}})),uR.add("REMOVE_COLUMNS_ROWS",lR),uR.add("HIDE_COLUMNS_ROWS",lR),uR.add("RESIZE_COLUMNS_ROWS",lR),uR.add("CREATE_SHEET",(function(e,t){const o=le(t);o.sheetId=aR.uuidv4();const s=t.name||e.getSheet(e.getActiveSheetId()).name,n=s.match(/(.+?)\d*$/)?.[1]||s;return o.name=e.getNextSheetName(n),o})),uR.add("CREATE_FIGURE",(function(e,t){const o=iR(e,t);return o.figure.id=aR.uuidv4(),o})),uR.add("CREATE_CHART",(function(e,t){return{...iR(e,t),id:aR.uuidv4()}})),uR.add("CREATE_IMAGE",(function(e,t){return{...iR(e,t),figureId:aR.uuidv4()}})),uR.add("GROUP_HEADERS",dR),uR.add("UNGROUP_HEADERS",dR),uR.add("UNGROUP_HEADERS",dR),uR.add("UNFOLD_HEADER_GROUPS_IN_ZONE",rR),uR.add("FOLD_HEADER_GROUPS_IN_ZONE",rR);const gR=new ki;function pR(e,t){let o=le(t);for(const t of nR)o=t(e,o);return o}function mR(e,t){if(!t)return;if(!uR.contains(t.type))return;return uR.get(t.type)(e,t)}function fR(e,t){if(e.rootCommand&&"object"==typeof e.rootCommand)return io(e.rootCommand)?mR(t,e.rootCommand):function(e,t,o){if(!gR.contains(t.type))return;return gR.get(t.type)(e,t,o)}(t,e.rootCommand,e.commands)}gR.add("STOP_EDITION",(function(e,t,o){return o.map((t=>mR(e,t))).filter(Ie)})),gR.add("PASTE",(function(e,t){return{type:"REPEAT_PASTE",pasteOption:le(t.pasteOption),target:e.getSelectedZones()}})),gR.add("INSERT_CELL",cR),gR.add("DELETE_CELL",cR),gR.add("AUTORESIZE_COLUMNS",hR),gR.add("AUTORESIZE_ROWS",hR),gR.add("SORT_CELLS",(function(e,t){const o=e.getSelectedZone();return{...iR(e,t),col:o.left,row:o.top,zone:o}})),gR.add("SUM_SELECTION",pR),gR.add("SET_DECIMAL",pR);class vR{operation;getters;dispatch;sheetId;copiedFigure;copiedFigureContent;constructor(e,t,o){this.operation=e,this.getters=t,this.dispatch=o,this.sheetId=t.getActiveSheetId();const s=t.getSelectedFigureId();if(!s)throw new Error("No figure selected");const n=t.getFigure(this.sheetId,s);if(!n)throw new Error(`No figure for the given id: ${s}`);switch(this.copiedFigure={...n},n.tag){case"chart":this.copiedFigureContent=new bR(o,t,this.sheetId,s);break;case"image":this.copiedFigureContent=new SR(o,t,this.sheetId,s);break;default:throw new Error(`Unknow tag '${n.tag}' for the given figure id: ${s}`)}}isCutAllowed(e){return"Success"}isPasteAllowed(e,t){return 0===e.length?"EmptyTarget":void 0!==t?.pasteOption?"WrongFigurePasteOption":"Success"}paste(e){const t=this.getters.getActiveSheetId(),{width:o,height:s}=this.copiedFigure,n=this.getters.getNumberCols(t),i=this.getters.getNumberRows(t),r=this.getters.getColDimensions(t,e[0].left).start,a=this.getters.getRowDimensions(t,e[0].top).start,l=this.getters.getColDimensions(t,n-1).end,c=this.getters.getRowDimensions(t,i-1).end,h={x:l<o?0:Math.min(r,l-o),y:c<s?0:Math.min(a,c-s)},d=(new Qn).uuidv4();this.copiedFigureContent.paste(t,d,h,{height:s,width:o}),"CUT"===this.operation&&this.dispatch("DELETE_FIGURE",{sheetId:this.copiedFigureContent.sheetId,id:this.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{id:d})}getClipboardContent(){return{[Jt.PlainText]:"\t"}}isColRowDirtyingClipboard(e,t){return!1}drawClipboard(e){}}class bR{dispatch;sheetId;copiedChart;constructor(e,t,o,s){this.dispatch=e,this.sheetId=o;const n=t.getChart(s);if(!n)throw new Error(`No chart for the given id: ${s}`);this.copiedChart=n.copyInSheetId(o)}paste(e,t,o,s){const n=this.copiedChart.copyInSheetId(e);this.dispatch("CREATE_CHART",{id:t,sheetId:e,position:o,size:s,definition:n.getDefinition()})}}class SR{dispatch;sheetId;copiedImage;constructor(e,t,o,s){this.dispatch=e,this.sheetId=o;const n=t.getImage(s);this.copiedImage=le(n)}paste(e,t,o,s){const n=le(this.copiedImage);this.dispatch("CREATE_IMAGE",{figureId:t,sheetId:e,position:o,size:s,definition:n})}}function CR(e,t){return e.startsWith("=")?function(e,t){return function(e,t,o){if(t.formulaArgSeparator===o.formulaArgSeparator&&t.decimalSeparator===o.decimalSeparator)return e;const s=zr(e,t);let n="";for(const e of s)"NUMBER"===e.type?n+=e.value.replace(t.decimalSeparator,o.decimalSeparator):"ARG_SEPARATOR"===e.type?n+=o.formulaArgSeparator:n+=e.value;return n}(e,t,uo)}(e,t):ca(e,t)}class ER extends JI{values;constructor(e,t,o,s){super("COPY",t,o,s),this.values=e.replace(/\r/g,"").split("\n").map((e=>e.split("\t")))}isPasteAllowed(e,t){const o=this.getters.getActiveSheetId(),s=this.getPasteZone(e);return this.getters.doesIntersectMerge(o,s)?"WillRemoveExistingMerge":"Success"}paste(e,t){if("onlyFormat"===t?.pasteOption)return;const o=this.values,s=this.getPasteZone(e),{left:n,top:i}=s,{numberOfCols:r,numberOfRows:a}=yn(s),l=this.getters.getActiveSheetId(),c=this.getters.getLocale();this.addMissingDimensions(r,a,n,i);for(let e=0;e<o.length;e++)for(let t=0;t<o[e].length;t++)this.dispatch("UPDATE_CELL",{row:i+e,col:n+t,content:CR(o[e][t],c),sheetId:l});const h={left:n,top:i,right:n+r-1,bottom:i+a-1};this.selection.getBackToDefault(),this.selection.selectZone({cell:{col:n,row:i},zone:h},{scrollIntoView:!1})}getClipboardContent(){return{[Jt.PlainText]:this.values.map((e=>e.join("\t"))).join("\n")}}getPasteZone(e){const t=this.values.length,o=Math.max(...this.values.map((e=>e.length))),{left:s,top:n}=e[0];return{top:n,left:s,bottom:n+t-1,right:s+o-1}}}const wR=Xt("The cell you are trying to edit has been deleted.");const yR=[{name:Xt("Sum"),types:[Qt.number],compute:(e,t)=>th([[e]],t)},{name:Xt("Avg"),types:[Qt.number],compute:(e,t)=>pd([[e]],t)},{name:Xt("Min"),types:[Qt.number],compute:(e,t)=>bd([[e]],t)},{name:Xt("Max"),types:[Qt.number],compute:(e,t)=>vd([[e]],t)},{name:Xt("Count"),types:[Qt.number,Qt.text,Qt.boolean,Qt.error],compute:e=>fd([[e]])},{name:Xt("Count Numbers"),types:[Qt.number,Qt.text,Qt.boolean,Qt.error],compute:(e,t)=>md([[e]],t)}];class xR{getters;sheetId;boundaries;top;bottom;left;right;offsetX;offsetY;offsetScrollbarX;offsetScrollbarY;canScrollVertically;canScrollHorizontally;viewportWidth;viewportHeight;offsetCorrectionX;offsetCorrectionY;constructor(e,t,o,s,n,i){this.getters=e,this.sheetId=t,this.boundaries=o,this.viewportWidth=s.width,this.viewportHeight=s.height,this.offsetScrollbarX=i.x,this.offsetScrollbarY=i.y,this.canScrollVertically=n.canScrollVertically,this.canScrollHorizontally=n.canScrollHorizontally,this.offsetCorrectionX=this.getters.getColDimensions(this.sheetId,this.boundaries.left).start,this.offsetCorrectionY=this.getters.getRowDimensions(this.sheetId,this.boundaries.top).start,this.adjustViewportOffsetX(),this.adjustViewportOffsetY()}getMaxSize(){const e=this.getters.findLastVisibleColRowIndex(this.sheetId,"COL",{first:this.boundaries.left,last:this.boundaries.right}),t=this.getters.findLastVisibleColRowIndex(this.sheetId,"ROW",{first:this.boundaries.top,last:this.boundaries.bottom}),{end:o,size:s}=this.getters.getColDimensions(this.sheetId,e),{end:n,size:i}=this.getters.getRowDimensions(this.sheetId,t),r=this.searchHeaderIndex("COL",o-this.viewportWidth,0),a=this.getters.getColSize(this.sheetId,r),l=this.searchHeaderIndex("ROW",n-this.viewportHeight,0),c=this.getters.getRowSize(this.sheetId,l);let h=o-this.offsetCorrectionX;this.canScrollHorizontally&&(h+=Math.max(T,Math.min(a,this.viewportWidth-s)),h=Math.max(h,this.viewportWidth));let d=n-this.offsetCorrectionY;return this.canScrollVertically&&(d+=Math.max(A+5,Math.min(c,this.viewportHeight-i)),d=Math.max(d,this.viewportHeight)),n+D>d&&!this.getters.isReadonly()&&(d+=D),{width:h,height:d}}getColIndex(e){return e<this.offsetCorrectionX||e>this.offsetCorrectionX+this.viewportWidth?-1:this.searchHeaderIndex("COL",e-this.offsetCorrectionX,this.left)}getRowIndex(e){return e<this.offsetCorrectionY||e>this.offsetCorrectionY+this.viewportHeight?-1:this.searchHeaderIndex("ROW",e-this.offsetCorrectionY,this.top)}adjustPosition(e){const t=this.sheetId,o=this.getters.getMainCellPosition({sheetId:t,...e}),{col:s,row:n}=this.getters.getNextVisibleCellPosition(o);Sn(s,this.boundaries.top,this.boundaries)&&this.adjustPositionX(s),Sn(this.boundaries.left,n,this.boundaries)&&this.adjustPositionY(n)}adjustPositionX(e){const t=this.sheetId,{end:o}=this.getters.getColDimensions(t,e);if(this.offsetX+this.offsetCorrectionX+this.viewportWidth<o){const o=this.getters.getNumberCols(t);let s=e;for(;this.getters.isColHidden(t,s)&&s<o;)s++;const n=this.getters.getColDimensions(t,s).end,i=this.searchHeaderIndex("COL",n-this.viewportWidth-this.offsetCorrectionX,this.boundaries.left);this.offsetScrollbarX=this.getters.getColDimensions(t,i).end-this.offsetCorrectionX}else if(this.left>e){let o=e;for(;this.getters.isColHidden(t,o)&&o>0;)o--;this.offsetScrollbarX=this.getters.getColDimensions(t,o).start-this.offsetCorrectionX}this.adjustViewportZoneX()}adjustPositionY(e){const t=this.sheetId,{end:o}=this.getters.getRowDimensions(t,e);if(this.offsetY+this.viewportHeight+this.offsetCorrectionY<o){const o=this.getters.getNumberRows(t);let s=e;for(;this.getters.isRowHidden(t,s)&&s<o;)s++;const n=this.getters.getRowDimensions(t,s).end,i=this.searchHeaderIndex("ROW",n-this.viewportHeight-this.offsetCorrectionY,this.boundaries.top);this.offsetScrollbarY=this.getters.getRowDimensions(t,i).end-this.offsetCorrectionY}else if(this.top>e){let o=e;for(;this.getters.isRowHidden(t,o)&&o>0;)o--;this.offsetScrollbarY=this.getters.getRowDimensions(t,o).start-this.offsetCorrectionY}this.adjustViewportZoneY()}setViewportOffset(e,t){this.setViewportOffsetX(e),this.setViewportOffsetY(t)}adjustViewportZone(){this.adjustViewportZoneX(),this.adjustViewportZoneY()}getRect(e){const t=fn(e,this);if(t){return{x:this.getters.getColRowOffset("COL",this.left,t.left)+this.offsetCorrectionX,y:this.getters.getColRowOffset("ROW",this.top,t.top)+this.offsetCorrectionY,width:Math.min(this.getters.getColRowOffset("COL",t.left,t.right+1),this.viewportWidth),height:Math.min(this.getters.getColRowOffset("ROW",t.top,t.bottom+1),this.viewportHeight)}}}isVisible(e,t){return t<=this.bottom&&t>=this.top&&e>=this.left&&e<=this.right&&!this.getters.isColHidden(this.sheetId,e)&&!this.getters.isRowHidden(this.sheetId,t)}searchHeaderIndex(e,t,o=0){const s=this.sheetId,n=this.getters.getNumberHeaders(s,e);let i=o,r=n;for(;i<=r&&i!==n&&-1!==r;){const n=Math.floor((i+r)/2),a=this.getters.getColRowOffset(e,o,n),l=this.getters.getHeaderSize(s,e,n);if(t>=a&&t<a+l)return n;t>=a+l?i=n+1:r=n-1}return-1}setViewportOffsetX(e){this.canScrollHorizontally&&(this.offsetScrollbarX=e,this.adjustViewportZoneX())}setViewportOffsetY(e){this.canScrollVertically&&(this.offsetScrollbarY=e,this.adjustViewportZoneY())}adjustViewportOffsetX(){if(this.canScrollHorizontally){const{width:e}=this.getMaxSize();this.viewportWidth+this.offsetScrollbarX>e&&(this.offsetScrollbarX=Math.max(0,e-this.viewportWidth))}this.adjustViewportZoneX()}adjustViewportOffsetY(){if(this.canScrollVertically){const{height:e}=this.getMaxSize();this.viewportHeight+this.offsetScrollbarY>e&&(this.offsetScrollbarY=Math.max(0,e-this.viewportHeight))}this.adjustViewportZoneY()}adjustViewportZoneX(){const e=this.sheetId;this.left=this.searchHeaderIndex("COL",this.offsetScrollbarX,this.boundaries.left),this.right=Math.min(this.boundaries.right,this.searchHeaderIndex("COL",this.viewportWidth,this.left)),-1===this.left&&(this.left=this.boundaries.left),-1===this.right&&(this.right=this.getters.getNumberCols(e)-1),this.offsetX=this.getters.getColDimensions(e,this.left).start-this.getters.getColDimensions(e,this.boundaries.left).start}adjustViewportZoneY(){const e=this.sheetId;this.top=this.searchHeaderIndex("ROW",this.offsetScrollbarY,this.boundaries.top),this.bottom=Math.min(this.boundaries.bottom,this.searchHeaderIndex("ROW",this.viewportHeight,this.top)),-1===this.top&&(this.top=this.boundaries.top),-1===this.bottom&&(this.bottom=this.getters.getNumberRows(e)-1),this.offsetY=this.getters.getRowDimensions(e,this.top).start-this.getters.getRowDimensions(e,this.boundaries.top).start}}const IR=(new ki).add("settings",class extends vx{static getters=["getLocale"];locale=uo;allowDispatch(e){return"UPDATE_LOCALE"===e.type?oa(e.locale)?"Success":"InvalidLocale":"Success"}handle(e){if("UPDATE_LOCALE"===e.type){const t=this.locale,o=e.locale;this.history.update("locale",o),this.changeCellsDateFormatWithLocale(t,o)}}getLocale(){return this.locale}changeCellsDateFormatWithLocale(e,t){for(const o of this.getters.getSheetIds())for(const[s,n]of Object.entries(this.getters.getCells(o))){let o;if(n.format===e.dateFormat&&(o=t.dateFormat),n.format===e.timeFormat&&(o=t.timeFormat),n.format===pa(e)&&(o=pa(t)),o){const{col:e,row:t,sheetId:n}=this.getters.getCellPosition(s);this.dispatch("UPDATE_CELL",{col:e,row:t,sheetId:n,format:o})}}}import(e){this.locale=e.settings?.locale??uo}export(e){e.settings={locale:this.locale}}}).add("sheet",class extends vx{static getters=["getSheetName","tryGetSheetName","getSheet","tryGetSheet","getSheetIdByName","getSheetIds","getVisibleSheetIds","isSheetVisible","getEvaluationSheets","doesHeaderExist","doesHeadersExist","getCell","getCellPosition","getColsZone","getRowCells","getRowsZone","getNumberCols","getNumberRows","getNumberHeaders","getGridLinesVisibility","getNextSheetName","getSheetSize","getSheetZone","getPaneDivisions","checkZonesExistInSheet","getCommandZones","getUnboundedZone","checkElementsIncludeAllNonFrozenHeaders"];sheetIdsMapName={};orderedSheetIds=[];sheets={};cellPosition={};allowDispatch(e){const t=this.chainValidations(this.checkSheetExists,this.checkZonesAreInSheet)(e);if("Success"!==t)return t;switch(e.type){case"HIDE_SHEET":return 1===this.getVisibleSheetIds().length?"NotEnoughSheets":"Success";case"CREATE_SHEET":return this.checkValidations(e,this.checkSheetName,this.checkSheetPosition);case"MOVE_SHEET":try{const t=this.orderedSheetIds.findIndex((t=>t===e.sheetId));return this.findIndexOfTargetSheet(t,e.delta),"Success"}catch(e){return"WrongSheetMove"}case"RENAME_SHEET":return this.isRenameAllowed(e);case"DELETE_SHEET":return this.orderedSheetIds.length>1?"Success":"NotEnoughSheets";case"ADD_COLUMNS_ROWS":return this.doesHeaderExist(e.sheetId,e.dimension,e.base)?e.quantity<=0?"InvalidQuantity":"Success":"InvalidHeaderIndex";case"REMOVE_COLUMNS_ROWS":{const t=Math.min(...e.elements),o=Math.max(...e.elements);return t<0||!this.doesHeaderExist(e.sheetId,e.dimension,o)?"InvalidHeaderIndex":this.checkElementsIncludeAllNonFrozenHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success"}case"FREEZE_ROWS":return this.checkValidations(e,this.checkRowFreezeQuantity,this.checkRowFreezeOverlapMerge);case"FREEZE_COLUMNS":return this.checkValidations(e,this.checkColFreezeQuantity,this.checkColFreezeOverlapMerge);default:return"Success"}}handle(e){switch(e.type){case"SET_GRID_LINES_VISIBILITY":this.setGridLinesVisibility(e.sheetId,e.areGridLinesVisible);break;case"DELETE_CONTENT":this.clearZones(e.sheetId,e.target);break;case"CREATE_SHEET":const t=this.createSheet(e.sheetId,e.name||this.getNextSheetName(),e.cols||26,e.rows||100,e.position);this.history.update("sheetIdsMapName",t.name,t.id);break;case"MOVE_SHEET":this.moveSheet(e.sheetId,e.delta);break;case"RENAME_SHEET":this.renameSheet(this.sheets[e.sheetId],e.name);break;case"HIDE_SHEET":this.hideSheet(e.sheetId);break;case"SHOW_SHEET":this.showSheet(e.sheetId);break;case"DUPLICATE_SHEET":this.duplicateSheet(e.sheetId,e.sheetIdTo);break;case"DELETE_SHEET":this.deleteSheet(this.sheets[e.sheetId]);break;case"REMOVE_COLUMNS_ROWS":"COL"===e.dimension?this.removeColumns(this.sheets[e.sheetId],[...e.elements]):this.removeRows(this.sheets[e.sheetId],[...e.elements]);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.addColumns(this.sheets[e.sheetId],e.base,e.position,e.quantity):this.addRows(this.sheets[e.sheetId],e.base,e.position,e.quantity);break;case"UPDATE_CELL_POSITION":this.updateCellPosition(e);break;case"FREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,e.quantity,"COL");break;case"FREEZE_ROWS":this.setPaneDivisions(e.sheetId,e.quantity,"ROW");break;case"UNFREEZE_ROWS":this.setPaneDivisions(e.sheetId,0,"ROW");break;case"UNFREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,0,"COL");break;case"UNFREEZE_COLUMNS_ROWS":this.setPaneDivisions(e.sheetId,0,"COL"),this.setPaneDivisions(e.sheetId,0,"ROW")}}import(e){for(let t of e.sheets)this.sheetIdsMapName[t.name]=t.id;for(let t of e.sheets){const e=t.name||Xt("Sheet")+(Object.keys(this.sheets).length+1),{colNumber:o,rowNumber:s}=this.getImportedSheetSize(t),n={id:t.id,name:e,numberOfCols:o,rows:Vn(s),areGridLinesVisible:void 0===t.areGridLinesVisible||t.areGridLinesVisible,isVisible:t.isVisible,panes:{xSplit:t.panes?.xSplit||0,ySplit:t.panes?.ySplit||0}};this.orderedSheetIds.push(n.id),this.sheets[n.id]=n}}exportSheets(e){e.sheets=this.orderedSheetIds.filter(Ie).map((e=>{const t=this.sheets[e],o={id:t.id,name:t.name,colNumber:t.numberOfCols,rowNumber:this.getters.getNumberRows(t.id),rows:{},cols:{},merges:[],cells:{},conditionalFormats:[],figures:[],filterTables:[],areGridLinesVisible:void 0===t.areGridLinesVisible||t.areGridLinesVisible,isVisible:t.isVisible};return(t.panes.xSplit||t.panes.ySplit)&&(o.panes=t.panes),o}))}export(e){this.exportSheets(e)}exportForExcel(e){this.exportSheets(e)}getGridLinesVisibility(e){return this.getSheet(e).areGridLinesVisible}tryGetSheet(e){return this.sheets[e]}getSheet(e){const t=this.sheets[e];if(!t)throw new Error(`Sheet ${e} not found.`);return t}isSheetVisible(e){return this.getSheet(e).isVisible}getSheetName(e){return this.getSheet(e).name}tryGetSheetName(e){return this.tryGetSheet(e)?.name}getSheetIdByName(e){if(e){const t=ce(e);for(const e in this.sheetIdsMapName)if(e.toUpperCase()===t.toUpperCase())return this.sheetIdsMapName[e]}}getSheetIds(){return this.orderedSheetIds}getVisibleSheetIds(){return this.orderedSheetIds.filter(this.isSheetVisible.bind(this))}getEvaluationSheets(){return this.sheets}doesHeaderExist(e,t,o){return"COL"===t?o>=0&&o<this.getNumberCols(e):o>=0&&o<this.getNumberRows(e)}doesHeadersExist(e,t,o){return o.every((o=>this.doesHeaderExist(e,t,o)))}getRow(e,t){const o=this.getSheet(e).rows[t];if(!o)throw new Error(`Row ${o} not found.`);return o}getCell({sheetId:e,col:t,row:o}){const s=this.tryGetSheet(e),n=s?.rows[o]?.cells[t];if(void 0!==n)return this.getters.getCellById(n)}getColsZone(e,t,o){return{top:0,bottom:this.getNumberRows(e)-1,left:t,right:o}}getRowCells(e,t){return Object.values(this.getSheet(e).rows[t]?.cells).filter(Ie)}getRowsZone(e,t,o){return{top:t,bottom:o,left:0,right:this.getSheet(e).numberOfCols-1}}getCellPosition(e){const t=this.cellPosition[e];if(!t)throw new Error(`asking for a cell position that doesn't exist, cell id: ${e}`);return t}getNumberCols(e){return this.getSheet(e).numberOfCols}getNumberRows(e){return this.getSheet(e).rows.length}getNumberHeaders(e,t){return"COL"===t?this.getNumberCols(e):this.getNumberRows(e)}getNextSheetName(e="Sheet"){let t=1;const o=this.orderedSheetIds.map(this.getSheetName.bind(this));let s=`${e}${t}`;for(;o.includes(s);)s=`${e}${t}`,t++;return s}getSheetSize(e){return{numberOfRows:this.getNumberRows(e),numberOfCols:this.getNumberCols(e)}}getSheetZone(e){return{top:0,left:0,bottom:this.getNumberRows(e)-1,right:this.getNumberCols(e)-1}}getUnboundedZone(e,t){const o=0===t.left&&t.right===this.getNumberCols(e)-1,s=0===t.top&&t.bottom===this.getNumberRows(e)-1;return{...t,bottom:s?void 0:t.bottom,right:o&&!s?void 0:t.right}}getPaneDivisions(e){return this.getSheet(e).panes}setPaneDivisions(e,t,o){const s={...this.getPaneDivisions(e)};"COL"===o?s.xSplit=t:"ROW"===o&&(s.ySplit=t),this.history.update("sheets",e,"panes",s)}checkElementsIncludeAllNonFrozenHeaders(e,t,o){const s=this.getters.getPaneDivisions(e),n="ROW"===t?s.ySplit:s.xSplit,i=this.getters.getNumberHeaders(e,t);if(!n)return!1;return De(o,ue(n,i))}getCommandZones(e){const t=[];return"zone"in e&&t.push(e.zone),"target"in e&&t.push(...e.target),"ranges"in e&&t.push(...e.ranges.map((e=>this.getters.getRangeFromRangeData(e).zone))),"col"in e&&"row"in e&&t.push({top:e.row,left:e.col,bottom:e.row,right:e.col}),t}checkZonesExistInSheet(e,t){if(!t.every(ln))return"InvalidRange";if(t.length){const o=this.getSheetZone(e);return t.every((e=>Cn(e,o)))?"Success":"TargetOutOfSheet"}return"Success"}updateCellPosition(e){const{sheetId:t,cellId:o,col:s,row:n}=e;o?this.setNewPosition(o,t,s,n):this.clearPosition(t,s,n)}setNewPosition(e,t,o,s){const n=this.cellPosition[e];n&&this.clearPosition(t,n.col,n.row),this.history.update("cellPosition",e,{row:s,col:o,sheetId:t}),this.history.update("sheets",t,"rows",s,"cells",o,e)}clearPosition(e,t,o){const s=this.sheets[e]?.rows[o].cells[t];s&&(this.history.update("cellPosition",s,void 0),this.history.update("sheets",e,"rows",o,"cells",t,void 0))}setGridLinesVisibility(e,t){this.history.update("sheets",e,"areGridLinesVisible",t)}clearZones(e,t){for(let o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++){this.sheets[e].rows[s].cells[t]&&this.dispatch("UPDATE_CELL",{sheetId:e,content:"",col:t,row:s})}}createSheet(e,t,o,s,n){const i={id:e,name:t,numberOfCols:o,rows:Vn(s),areGridLinesVisible:!0,isVisible:!0,panes:{xSplit:0,ySplit:0}},r=this.orderedSheetIds.slice();r.splice(n,0,i.id);const a=this.sheets;return this.history.update("orderedSheetIds",r),this.history.update("sheets",Object.assign({},a,{[i.id]:i})),i}moveSheet(e,t){const o=this.orderedSheetIds.slice(),s=o.findIndex((t=>t===e)),n=o.splice(s,1);let i=this.findIndexOfTargetSheet(s,t);o.splice(i,0,n[0]),this.history.update("orderedSheetIds",o)}findIndexOfTargetSheet(e,t){for(;0!=t&&0<=e&&e<=this.orderedSheetIds.length;)t>0?(e++,this.isSheetVisible(this.orderedSheetIds[e])&&t--):t<0&&(e--,this.isSheetVisible(this.orderedSheetIds[e])&&t++);if(0===t)return e;throw new Error(Xt("There is not enough visible sheets"))}checkSheetName(e){const t=this.getters.tryGetSheetName(e.sheetId);if(void 0!==t&&e.name===t)return"UnchangedSheetName";const{orderedSheetIds:o,sheets:s}=this,n=e.name&&e.name.trim().toLowerCase();return o.find((t=>s[t]?.name.toLowerCase()===n&&t!==e.sheetId))?"DuplicatedSheetName":J.test(n)?"ForbiddenCharactersInSheetName":"Success"}checkSheetPosition(e){const{orderedSheetIds:t}=this;return e.position>t.length||e.position<0?"WrongSheetPosition":"Success"}checkRowFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberRows(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkColFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberCols(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkRowFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(let o of t)if(o.top<e.quantity&&e.quantity<=o.bottom)return"MergeOverlap";return"Success"}checkColFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(let o of t)if(o.left<e.quantity&&e.quantity<=o.right)return"MergeOverlap";return"Success"}isRenameAllowed(e){return e.name&&e.name.trim().toLowerCase()?this.checkSheetName(e):"MissingSheetName"}renameSheet(e,t){const o=e.name;this.history.update("sheets",e.id,"name",t.trim());const s=Object.assign({},this.sheetIdsMapName);delete s[o],s[t]=e.id,this.history.update("sheetIdsMapName",s)}hideSheet(e){this.history.update("sheets",e,"isVisible",!1)}showSheet(e){this.history.update("sheets",e,"isVisible",!0)}duplicateSheet(e,t){const o=this.getSheet(e),s=this.getDuplicateSheetName(o.name),n=le(o);n.id=t,n.name=s;for(let e=0;e<=n.numberOfCols;e++)for(let t=0;t<=n.rows.length;t++)n.rows[t]&&(n.rows[t].cells[e]=void 0);const i=this.orderedSheetIds.slice(),r=i.indexOf(e);i.splice(r+1,0,n.id),this.history.update("orderedSheetIds",i),this.history.update("sheets",Object.assign({},this.sheets,{[n.id]:n}));for(const t of Object.values(this.getters.getCells(e))){const{col:e,row:o}=this.getCellPosition(t.id);this.dispatch("UPDATE_CELL",{sheetId:n.id,col:e,row:o,content:t.content,format:t.format,style:t.style})}const a=Object.assign({},this.sheetIdsMapName);a[n.name]=n.id,this.history.update("sheetIdsMapName",a)}getDuplicateSheetName(e){let t=1;const o=this.orderedSheetIds.map(this.getSheetName.bind(this)),s=Xt("Copy of %s",e);let n=s.toString();for(;o.includes(n);)n=`${s} (${t})`,t++;return n}deleteSheet(e){const t=e.name,o=Object.assign({},this.sheets);delete o[e.id],this.history.update("sheets",o);const s=this.orderedSheetIds.slice(),n=s.indexOf(e.id);s.splice(n,1),this.history.update("orderedSheetIds",s);const i=Object.assign({},this.sheetIdsMapName);delete i[t],this.history.update("sheetIdsMapName",i)}removeColumns(e,t){t.sort(((e,t)=>t-e));for(let o of t)this.moveCellOnColumnsDeletion(e,o);const o=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",o-t.length);const s=t.filter((t=>t<e.panes.xSplit)).length;s&&this.setPaneDivisions(e.id,e.panes.xSplit-s,"COL")}removeRows(e,t){t.sort(((e,t)=>t-e));for(let o of ge(t)){const t=o[o.length-1],s=o[0];this.moveCellOnRowsDeletion(e,t,s),this.updateRowsStructureOnDeletion(e,t,s)}const o=t.filter((t=>t<e.panes.ySplit)).length;o&&this.setPaneDivisions(e.id,e.panes.ySplit-o,"ROW")}addColumns(e,t,o,s){const n="before"===o?t:t+1;this.moveCellsOnAddition(e,n,s,"columns");const i=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",i+s),n<e.panes.xSplit&&this.setPaneDivisions(e.id,e.panes.xSplit+s,"COL")}addRows(e,t,o,s){const n="before"===o?t:t+1;this.addEmptyRows(e,s),this.moveCellsOnAddition(e,n,s,"rows"),n<e.panes.ySplit&&this.setPaneDivisions(e.id,e.panes.ySplit+s,"ROW")}moveCellOnColumnsDeletion(e,t){for(let o=0;o<e.rows.length;o++){const s=e.rows[o];for(let n in s.cells){const i=Number(n),r=s.cells[n];r&&(i===t&&this.dispatch("CLEAR_CELL",{sheetId:e.id,col:i,row:o}),i>t&&this.dispatch("UPDATE_CELL_POSITION",{sheetId:e.id,cellId:r,col:i-1,row:o}))}}}moveCellsOnAddition(e,t,o,s){const n=[];for(let i=0;i<e.rows.length;i++){const r=e.rows[i];if("rows"!==s||i>=t)for(let a in r.cells){const l=Number(a),c=r.cells[a];c&&("rows"===s||l>=t)&&n.push({type:"UPDATE_CELL_POSITION",sheetId:e.id,cellId:c,col:l+("columns"===s?o:0),row:i+("rows"===s?o:0)})}}for(let e of n.reverse())this.dispatch(e.type,e)}moveCellOnRowsDeletion(e,t,o){const s=o-t+1;for(let n=0;n<e.rows.length;n++){const i=e.rows[n];if(n>=t&&n<=o)for(let t in i.cells){const o=Number(t);i.cells[t]&&this.dispatch("CLEAR_CELL",{sheetId:e.id,col:o,row:n})}if(n>o)for(let t in i.cells){const o=Number(t),r=i.cells[t];r&&this.dispatch("UPDATE_CELL_POSITION",{sheetId:e.id,cellId:r,col:o,row:n-s})}}}updateRowsStructureOnDeletion(e,t,o){const s=[],n=e.rows.map((e=>e.cells)).reverse();for(let i in e.rows){const e=Number(i);e>=t&&e<=o||s.push({cells:n.pop()})}this.history.update("sheets",e.id,"rows",s)}addEmptyRows(e,t){const o=e.rows.slice();for(let e=0;e<t;e++)o.push({cells:{}});this.history.update("sheets",e.id,"rows",o)}getImportedSheetSize(e){const t=Object.keys(e.cells).map(dt);let o=e.rowNumber,s=e.colNumber;for(let{col:e,row:n}of t)o=Math.max(o,n+1),s=Math.max(s,e+1);return{rowNumber:o,colNumber:s}}checkSheetExists(e){return"CREATE_SHEET"!==e.type&&"sheetId"in e&&void 0===this.sheets[e.sheetId]?"InvalidSheetId":"CREATE_SHEET"===e.type&&void 0!==this.sheets[e.sheetId]?"DuplicatedSheetId":"Success"}checkZonesAreInSheet(e){return"sheetId"in e?this.checkZonesExistInSheet(e.sheetId,this.getCommandZones(e)):"Success"}}).add("header grouping",class extends vx{static getters=["getHeaderGroups","getGroupsLayers","getVisibleGroupLayers","getHeaderGroup","getHeaderGroupsInZone","isGroupFolded","isRowFolded","isColFolded"];groups={};allowDispatch(e){switch(e.type){case"GROUP_HEADERS":{const{start:t,end:o}=e;if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";if(this.findGroupWithStartEnd(e.sheetId,e.dimension,t,o))return"HeaderGroupAlreadyExists";break}case"UNGROUP_HEADERS":{const{start:t,end:o}=e;if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";break}case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUP":const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);if(!t)return"UnknownHeaderGroup";if(ue(0,this.getters.getNumberHeaders(e.sheetId,e.dimension)).every((o=>o>=t.start&&o<=t.end||this.getters.isHeaderHiddenByUser(e.sheetId,e.dimension,o))))return"NotEnoughElements"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("groups",e.sheetId,{ROW:[],COL:[]});break;case"GROUP_HEADERS":this.groupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"UNGROUP_HEADERS":this.unGroupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"DUPLICATE_SHEET":{const t=le(this.groups[e.sheetId]);this.history.update("groups",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.groups};delete t[e.sheetId],this.history.update("groups",t);break}case"ADD_COLUMNS_ROWS":const t=Ne(e.position,e.base);this.moveGroupsOnHeaderInsertion(e.sheetId,e.dimension,t,e.quantity);break;case"REMOVE_COLUMNS_ROWS":this.moveGroupsOnHeaderDeletion(e.sheetId,e.dimension,e.elements);break;case"UNFOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.unfoldHeaderGroup(e.sheetId,e.dimension,t);break}case"FOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.foldHeaderGroup(e.sheetId,e.dimension,t);break}case"UNFOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.unfoldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.foldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":{const t="UNFOLD_HEADER_GROUPS_IN_ZONE"===e.type?"unfold":"fold",o=this.getGroupsLayers(e.sheetId,e.dimension);"fold"===t&&o.reverse();const s=o.flat(),n="ROW"===e.dimension?e.zone.top:e.zone.left,i="ROW"===e.dimension?e.zone.bottom:e.zone.right,r=new Set;for(let e=n;e<=i;e++){const o=s.filter((t=>t.start-1<=e&&e<=t.end));for(const e of o)if(!("fold"===t&&e.isFolded||"unfold"===t&&!e.isFolded)){r.add(e);break}}for(const o of r)"unfold"===t?this.unfoldHeaderGroup(e.sheetId,e.dimension,o):this.foldHeaderGroup(e.sheetId,e.dimension,o);break}}}getHeaderGroups(e,t){return this.groups[e][t]}getHeaderGroup(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}getHeaderGroupsInZone(e,t,o){return this.getHeaderGroups(e,t).filter((e=>{const s="ROW"===t?o.top:o.left,n="ROW"===t?o.bottom:o.right;return this.doGroupOverlap(e,s,n)}))}getGroupsLayers(e,t){const o=this.getHeaderGroups(e,t);return this.bricksFallingAlgorithm(o,0,0)}getVisibleGroupLayers(e,t){const o=this.getGroupsLayers(e,t);for(const s of o)for(let o=s.length-1;o>=0;o--){const n=s[o];if(0===n.start)continue;ue(n.start-1,n.end+1).every((o=>this.getters.isHeaderHiddenByUser(e,t,o)))&&s.splice(o,1)}return o.filter((e=>e.length>0))}isGroupFolded(e,t,o,s){return this.getHeaderGroup(e,t,o,s)?.isFolded||!1}isRowFolded(e,t){return this.getters.getHeaderGroups(e,"ROW").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}isColFolded(e,t){return this.getters.getHeaderGroups(e,"COL").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}getGroupId(e){return`${e.start}-${e.end}}`}bricksFallingAlgorithm(e,t,o,s=0){const n={};for(const t of e)n[this.getGroupId(t)]=t.isFolded;const i={};for(const t of e)for(let e=t.start;e<=t.end;e++)i[e]=i[e]?i[e]+1:1;for(let e=t;e<=o;e++)i[e]=i[e]?i[e]+s:s;const r=Math.max(...Object.values(i),0),a=Array.from({length:r},(()=>[])),l=Math.max(o,...e.map((e=>e.end)));for(let o=Math.min(t,...e.map((e=>e.start)));o<=l;o++){const e=i[o]||0;for(let t=0;t<e;t++){const e=a[t].at(-1);if(e&&Ue([e.end,o]))e.end++;else{const e={start:o,end:o};a[t].push(e)}}}for(const e of a)for(const t of e)t.isFolded=n[this.getGroupId(t)];return a}groupHeaders(e,t,o,s){const n=this.getHeaderGroups(e,t),i=this.bricksFallingAlgorithm(n,o,s,1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(i))}unGroupHeaders(e,t,o,s){const n=this.getHeaderGroups(e,t),i=this.bricksFallingAlgorithm(n,o,s,-1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(i))}moveGroupsOnHeaderInsertion(e,t,o,s){const n=this.groups[e][t];for(let i=0;i<n.length;i++){const r=n[i],[a,l]=Un(o,s,[r.start,r.end]);a===r.start&&l===r.end||this.history.update("groups",e,t,i,{...r,start:a,end:l})}}moveGroupsOnHeaderDeletion(e,t,o){const s=this.getHeaderGroups(e,t),n=[];for(const e of s){const t=Bn(o,ue(e.start,e.end+1));0!==t.length&&n.push({...e,start:Math.min(...t),end:Math.max(...t)})}this.history.update("groups",e,t,this.bricksFallingAlgorithm(n,0,0).flat())}doGroupOverlap(e,t,o){return e.start<=o&&e.end>=t}removeDuplicateGroups(e){const t={};for(const o of e)t[this.getGroupId(o)]=o;return Object.values(t)}findGroupWithStartEnd(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}foldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!0);const n=this.getters.getHeaderGroups(e,t);for(let s=0;s<n.length;s++){const i=n[s];i.start===o.start&&i.end<=o.end&&this.history.update("groups",e,t,s,"isFolded",!0)}}unfoldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!1);const n=this.getters.getHeaderGroups(e,t);for(let s=0;s<n.length;s++){const i=n[s];i.start===o.start&&i.end>=o.end&&this.history.update("groups",e,t,s,"isFolded",!1)}}getGroupIndex(e,t,o,s){const n=this.groups[e][t].findIndex((e=>e.start===o&&e.end===s));return-1===n?void 0:n}import(e){for(const t of e.sheets)if(this.groups[t.id]={ROW:[],COL:[]},t.headerGroups)for(const e of["ROW","COL"])for(const o of t.headerGroups[e]||[])this.groups[t.id][e].push({...o})}export(e){for(const t of e.sheets)t.headerGroups=this.groups[t.id]}}).add("header visibility",class extends vx{static getters=["checkElementsIncludeAllVisibleHeaders","getHiddenColsGroups","getHiddenRowsGroups","isHeaderHiddenByUser","isRowHiddenByUser","isColHiddenByUser"];hiddenHeaders={};allowDispatch(e){switch(e.type){case"HIDE_COLUMNS_ROWS":{if(!this.getters.tryGetSheet(e.sheetId))return"InvalidSheetId";const t="COL"===e.dimension?this.getHiddenColsGroups(e.sheetId):this.getHiddenRowsGroups(e.sheetId),o="COL"===e.dimension?this.getters.getNumberCols(e.sheetId):this.getters.getNumberRows(e.sheetId);return new Set((t||[]).flat().concat(e.elements)).size>=o?"TooManyHiddenElements":Math.min(...e.elements)<0||Math.max(...e.elements)>o?"InvalidHeaderIndex":"Success"}case"REMOVE_COLUMNS_ROWS":return this.getters.tryGetSheet(e.sheetId)?this.checkElementsIncludeAllVisibleHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success":"InvalidSheetId"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":const t={COL:Array(this.getters.getNumberCols(e.sheetId)).fill(!1),ROW:Array(this.getters.getNumberRows(e.sheetId)).fill(!1)};this.history.update("hiddenHeaders",e.sheetId,t);break;case"DUPLICATE_SHEET":this.history.update("hiddenHeaders",e.sheetIdTo,le(this.hiddenHeaders[e.sheetId]));break;case"DELETE_SHEET":this.history.update("hiddenHeaders",e.sheetId,void 0);break;case"REMOVE_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]];for(let o of[...e.elements].sort(((e,t)=>t-e)))t.splice(o,1);this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]],o=Ne(e.position,e.base);t.splice(o,0,...Array(e.quantity).fill(!1)),this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"HIDE_COLUMNS_ROWS":for(let t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!0);break;case"UNHIDE_COLUMNS_ROWS":for(let t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!1)}}checkElementsIncludeAllVisibleHeaders(e,t,o){return De(o,this.getAllVisibleHeaders(e,t))}isHeaderHiddenByUser(e,t,o){return"COL"===t?this.isColHiddenByUser(e,o):this.isRowHiddenByUser(e,o)}isRowHiddenByUser(e,t){return this.hiddenHeaders[e].ROW[t]||this.getters.isRowFolded(e,t)}isColHiddenByUser(e,t){return this.hiddenHeaders[e].COL[t]||this.getters.isColFolded(e,t)}getHiddenColsGroups(e){const t=[[]],o=this.hiddenHeaders[e].COL;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getHiddenRowsGroups(e){const t=[[]],o=this.hiddenHeaders[e].ROW;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getAllVisibleHeaders(e,t){const o=ue(0,this.getters.getNumberHeaders(e,t)),s=[];return this.getters.getHeaderGroups(e,t).forEach((e=>{e.isFolded&&s.push(...ue(e.start,e.end+1))})),o.filter((o=>!this.hiddenHeaders[e][t][o]&&!s.includes(o)))}import(e){for(let t of e.sheets){this.hiddenHeaders[t.id]={COL:[],ROW:[]};for(let e=0;e<t.rowNumber;e++)this.hiddenHeaders[t.id].ROW[e]=Boolean(t.rows[e]?.isHidden);for(let e=0;e<t.colNumber;e++)this.hiddenHeaders[t.id].COL[e]=Boolean(t.cols[e]?.isHidden)}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(let o of e.sheets){void 0===o.rows&&(o.rows={});for(let e=0;e<this.getters.getNumberRows(o.id);e++)(t||this.hiddenHeaders[o.id].ROW[e])&&(void 0===o.rows[e]&&(o.rows[e]={}),o.rows[e].isHidden=this.hiddenHeaders[o.id].ROW[e]);void 0===o.cols&&(o.cols={});for(let e=0;e<this.getters.getNumberCols(o.id);e++)(t||this.hiddenHeaders[o.id].COL[e])&&(void 0===o.cols[e]&&(o.cols[e]={}),o.cols[e].isHidden=this.hiddenHeaders[o.id].COL[e])}}}).add("filters",class extends vx{static getters=["doesZonesContainFilter","getFilter","getFilters","getFilterTable","getFilterTables","getFilterTablesInZone","getFilterId","getFilterHeaders","isFilterHeader"];tables={};allowDispatch(e){switch(e.type){case"CREATE_FILTER_TABLE":if(!Nn(...e.target))return"NonContinuousTargets";const t=mn(...e.target),o=()=>this.getFilterTables(e.sheetId).some((e=>bn(e.zone,t)))?"FilterOverlap":"Success",s=()=>{const o=this.getters.getMergesInZone(e.sheetId,t);for(let e of o)if(bn(t,e))return"MergeInFilter";return"Success"};return this.checkValidations(e,o,s);case"ADD_MERGE":for(let t of e.target)for(let o of this.getFilterTables(e.sheetId))if(bn(o.zone,t))return"MergeInFilter"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("tables",e.sheetId,{});break;case"DELETE_SHEET":const t={...this.tables};delete t[e.sheetId],this.history.update("tables",t);break;case"DUPLICATE_SHEET":const o={};for(const t of Object.values(this.tables[e.sheetId]||{}))if(t){const e=le(t);o[e.id]=e}this.history.update("tables",e.sheetIdTo,o);break;case"ADD_COLUMNS_ROWS":this.onAddColumnsRows(e);break;case"REMOVE_COLUMNS_ROWS":this.onDeleteColumnsRows(e);break;case"CREATE_FILTER_TABLE":{const t=mn(...e.target),o=this.createFilterTable(t);this.history.update("tables",e.sheetId,o.id,o);break}case"REMOVE_FILTER_TABLE":{const t={};for(const o of this.getFilterTables(e.sheetId))e.target.every((e=>!fn(e,o.zone)))&&(t[o.id]=o);this.history.update("tables",e.sheetId,t);break}case"UPDATE_CELL":{const t=e.sheetId;for(let o of this.getFilterTables(t))this.canUpdateCellCmdExtendTable(e,o)&&this.extendTableDown(t,o);break}}}getFilters(e){return this.getFilterTables(e).map((e=>e.filters)).flat()}getFilterTables(e){return this.tables[e]?Object.values(this.tables[e]).filter(Ie):[]}getFilter(e){return this.getFilterTable(e)?.filters.find((t=>t.col===e.col))}getFilterId(e){return this.getFilter(e)?.id}getFilterTable({sheetId:e,col:t,row:o}){return this.getFilterTables(e).find((e=>Sn(t,o,e.zone)))}getFilterTablesInZone(e,t){return this.getFilterTables(e).filter((e=>Cn(e.zone,t)))}doesZonesContainFilter(e,t){for(const o of t)for(const t of this.getFilterTables(e))if(fn(o,t.zone))return!0;return!1}getFilterHeaders(e){const t=[];for(let o of this.getFilterTables(e)){const e=o.zone,s=e.top;for(let o=e.left;o<=e.right;o++)t.push({col:o,row:s})}return t}isFilterHeader({sheetId:e,col:t,row:o}){return this.getFilterHeaders(e).some((e=>e.col===t&&e.row===o))}onAddColumnsRows(e){for(const t of this.getFilterTables(e.sheetId)){const o=dn(t.zone,"COL"===e.dimension?"left":"top",e.base,e.position,e.quantity),s=[];for(const o of t.filters){const t=dn(o.zoneWithHeaders,"COL"===e.dimension?"left":"top",e.base,e.position,e.quantity);s.push(new tI(o.id,t))}if(s.length<yn(o).numberOfCols){for(let e=o.left;e<=o.right;e++)s.find((t=>t.col===e))||s.push(new tI(this.uuidGenerator.uuidv4(),{...o,left:e,right:e}));s.sort(((e,t)=>e.col-t.col))}this.history.update("tables",e.sheetId,t.id,"zone",o),this.history.update("tables",e.sheetId,t.id,"filters",s)}}onDeleteColumnsRows(e){for(const t of this.getFilterTables(e.sheetId)){if("ROW"===e.dimension&&e.elements.includes(t.zone.top)){const o={...this.tables[e.sheetId]};delete o[t.id],this.history.update("tables",e.sheetId,o);continue}const o=pn(t.zone,"COL"===e.dimension?"left":"top",e.elements);if(o){if(hn(o)!==hn(t.zone)){const s=[];for(const o of t.filters){const t=pn(o.zoneWithHeaders,"COL"===e.dimension?"left":"top",e.elements);t&&s.push(new tI(o.id,t))}this.history.update("tables",e.sheetId,t.id,"zone",o),this.history.update("tables",e.sheetId,t.id,"filters",s)}}else{const o={...this.tables[e.sheetId]};delete o[t.id],this.history.update("tables",e.sheetId,o)}}}createFilterTable(e){return new eI(e)}extendTableDown(e,t){const o={...t.zone,bottom:t.zone.bottom+1};this.history.update("tables",e,t.id,"zone",o);for(let o=0;o<t.filters.length;o++){const s=t.filters[o],n={...s.zoneWithHeaders,bottom:s.zoneWithHeaders.bottom+1};this.history.update("tables",e,t.id,"filters",o,"zoneWithHeaders",n)}}canUpdateCellCmdExtendTable({content:e,sheetId:t,col:o,row:s},n){if(!e)return;const i=n.zone;if(!(i.bottom+1===s&&o>=i.left&&o<=i.right))return!1;for(const e of ue(i.left,i.right+1)){const o={sheetId:t,col:e,row:s},n=this.getters.getCell(o)?.content;if(n)return!1;if(this.getters.getFilter(o))return!1;if(this.getters.isInMerge(o))return!1}return!0}import(e){for(const t of e.sheets)for(const e of t.filterTables||[]){const o=this.createFilterTable(an(e.range));this.history.update("tables",t.id,o.id,o)}}export(e){for(const t of e.sheets)for(const e of this.getFilterTables(t.id))t.filterTables.push({range:hn(e.zone)})}exportForExcel(e){this.export(e)}}).add("cell",class extends vx{static getters=["zoneToXC","getCells","getTranslatedCellFormula","getCellStyle","getCellById"];nextId=1;cells={};adaptRanges(e,t){for(const o of Object.keys(this.cells))for(const s of Object.values(this.cells[o]||{}))if(s.isFormula)for(const n of s.compiledFormula.dependencies)if(!t||n.sheetId===t){const t=e(n);"NONE"!==t.changeType&&this.history.update("cells",o,s.id,"compiledFormula","dependencies",s.compiledFormula.dependencies.indexOf(n),t.range)}}allowDispatch(e){switch(e.type){case"UPDATE_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessUpdateCell);case"CLEAR_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessClearCell);default:return"Success"}}handle(e){switch(e.type){case"SET_FORMATTING":"style"in e&&this.setStyle(e.sheetId,e.target,e.style),"format"in e&&void 0!==e.format&&this.setFormatter(e.sheetId,e.target,e.format);break;case"CLEAR_FORMATTING":this.clearFormatting(e.sheetId,e.target);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.handleAddColumnsRows(e,this.copyColumnStyle.bind(this)):this.handleAddColumnsRows(e,this.copyRowStyle.bind(this));break;case"UPDATE_CELL":this.updateCell(e.sheetId,e.col,e.row,e);break;case"CLEAR_CELL":this.dispatch("UPDATE_CELL",{sheetId:e.sheetId,col:e.col,row:e.row,content:"",style:null,format:""})}}setFormatter(e,t,o){for(let s of t)for(let t=s.top;t<=s.bottom;t++)for(let n=s.left;n<=s.right;n++)this.dispatch("UPDATE_CELL",{sheetId:e,col:n,row:t,format:o})}clearFormatting(e,t){for(let o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,style:null,format:""})}handleAddColumnsRows(e,t){let o,s;"before"===e.position?(o=ue(e.base,e.base+e.quantity),s=e.base+e.quantity):(o=ue(e.base+1,e.base+e.quantity+1),s=e.base),t(e.sheetId,s,o)}import(e){for(let t of e.sheets)for(let o in t.cells){const s=t.cells[o],{col:n,row:i}=dt(o);if(s?.content||s?.format||s?.style){const o=this.importCell(t.id,s,e.styles,e.formats);this.history.update("cells",t.id,o.id,o),this.dispatch("UPDATE_CELL_POSITION",{cellId:o.id,col:n,row:i,sheetId:t.id})}}}export(e){const t={},o={};for(let s of e.sheets){const e={},n=Object.keys(this.cells[s.id]||{}).map((e=>this.getters.getCellPosition(e))).sort(((e,t)=>e.col===t.col?e.row-t.row:e.col-t.col));for(const s of n){const n=this.getters.getCell(s),i=ut(s.col,s.row),r=this.removeDefaultStyleValues(n.style);e[i]={style:Object.keys(r).length?Ae(r,t):void 0,format:n.format?Ae(n.format,o):void 0,content:n.content||void 0}}s.cells=e}e.styles=t,e.formats=o}importCell(e,t,o,s){const n=t.style&&o[t.style]||void 0,i=t.format&&s[t.format]||void 0,r=this.getNextUid();return this.createCell(r,t?.content||"",i,n,e)}exportForExcel(e){this.export(e)}removeDefaultStyleValues(e){const t={...e};for(const e in P)t[e]===P[e]&&delete t[e];return t}getCells(e){return this.cells[e]||{}}getCellById(e){const t=this.getters.getCellPosition(e);return this.cells[t.sheetId][e]}getFormulaCellContent(e,t,o,s=!1){let n=0;return Oe(t.tokens.map((t=>{if("REFERENCE"===t.type){const t=o[n++];return this.getters.getRangeString(t,e,{useFixedReference:s})}return t.value})))}getTranslatedCellFormula(e,t,o,s){const n=this.getters.createAdaptedRanges(s.dependencies,t,o,e);return this.getFormulaCellContent(e,s,n)}getCellStyle(e){return this.getters.getCell(e)?.style||{}}zoneToXC(e,t,o=[{colFixed:!1,rowFixed:!1}]){const s=ut((t=this.getters.expandZone(e,t)).left,t.top,o[0]),n=ut(t.right,t.bottom,o.length>1?o[1]:o[0]),i=this.getters.getMainCellPosition({sheetId:e,col:t.left,row:t.top}),r=this.getters.getMainCellPosition({sheetId:e,col:t.right,row:t.bottom}),a=i.col===r.col&&i.row===r.row;return s==n||a?s:s+":"+n}setStyle(e,t,o){for(let s of t)for(let t=s.left;t<=s.right;t++)for(let n=s.top;n<=s.bottom;n++){const s=this.getters.getCell({sheetId:e,col:t,row:n});this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:n,style:o?{...s?.style,...o}:void 0})}}copyColumnStyle(e,t,o){for(let s=0;s<this.getters.getNumberRows(e);s++){const n=this.getFormat(e,t,s);if(n.style||n.format)for(let t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,...n})}}copyRowStyle(e,t,o){for(let s=0;s<this.getters.getNumberCols(e);s++){const n=this.getFormat(e,s,t);if(n.style||n.format)for(let t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:s,row:t,...n})}}getFormat(e,t,o){const s={},n=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),i=this.getters.getCell(n);return i&&(i.style&&(s.style=i.style),i.format&&(s.format=i.format)),s}getNextUid(){const e=this.nextId.toString();return this.history.update("nextId",this.nextId+1),e}updateCell(e,t,o,s){const n=this.getters.getCell({sheetId:e,col:t,row:o}),i="content"in s||"formula"in s,r=i?Ve(s?.content):n?.content||"";let a;a=void 0!==s.style?s.style||void 0:n?n.style:void 0;const l="format"in s?s.format:n&&n.format;if((i&&!r&&!s.formula||!i&&(!n||""===n.content))&&!a&&!l)return void(n&&(this.history.update("cells",e,n.id,void 0),this.dispatch("UPDATE_CELL_POSITION",{cellId:void 0,col:t,row:o,sheetId:e})));const c=n?.id||this.getNextUid(),h=this.createCell(c,r,l,a,e);this.history.update("cells",e,h.id,h),this.dispatch("UPDATE_CELL_POSITION",{cellId:h.id,col:t,row:o,sheetId:e})}createCell(e,t,o,s,n){if(!t.startsWith("="))return this.createLiteralCell(e,t,o,s);try{return this.createFormulaCell(e,t,o,s,n)}catch(n){return this.createErrorFormula(e,t,o,s,n)}}createLiteralCell(e,t,o,s){const n=this.getters.getLocale();return(o=o||Ds(t,n)||Ls(t))===co||To(t)||(t=Po(Zi(t,n))),{id:e,content:t,style:s,format:o,isFormula:!1}}createFormulaCell(e,t,o,s,n){const i=$x(t);return i.dependencies.length?this.createFormulaCellWithDependencies(e,i,o,s,n):{id:e,content:t,style:s,format:o,isFormula:!0,compiledFormula:{...i,dependencies:[]}}}createFormulaCellWithDependencies(e,t,o,s,n){const i=[];for(const e of t.dependencies)i.push(this.getters.getRangeFromSheetXC(n,e));return new Kx(e,t,o,s,i,n,this.getters.getRangeString)}createErrorFormula(e,t,o,s,n){return{id:e,content:t,style:s,format:o,isFormula:!0,compiledFormula:{tokens:zr(t),dependencies:[],execute:function(){throw n}}}}checkCellOutOfSheet(e){const{sheetId:t,col:o,row:s}=e;if(!this.getters.tryGetSheet(t))return"InvalidSheetId";return Sn(o,s,this.getters.getSheetZone(t))?"Success":"TargetOutOfSheet"}checkUselessClearCell(e){const t=this.getters.getCell(e);return t&&(t.content||t.style||t.format)?"Success":"NoChanges"}checkUselessUpdateCell(e){const t=this.getters.getCell(e),o="style"in e,s="format"in e;return("content"in e||"formula"in e)&&t?.content!==e.content||o&&!Fe(t?.style,e.style)||s&&t?.format!==e.format?"Success":"NoChanges"}}).add("merge",class extends vx{static getters=["isInMerge","isInSameMerge","isMergeHidden","getMainCellPosition","getBottomLeftCell","expandZone","doesIntersectMerge","doesColumnsHaveCommonMerges","doesRowsHaveCommonMerges","getMerges","getMerge","getMergesInZone","isSingleCellOrMerge","getSelectionRangeString","isMainCellPosition"];nextId=1;merges={};mergeCellMap={};allowDispatch(e){const t="force"in e&&!!e.force;switch(e.type){case"ADD_MERGE":return t?this.checkValidations(e,this.checkFrozenPanes):this.checkValidations(e,this.checkDestructiveMerge,this.checkOverlap,this.checkFrozenPanes);case"UPDATE_CELL":return this.checkMergedContentUpdate(e);case"REMOVE_MERGE":return this.checkMergeExists(e);default:return"Success"}}handle(e){switch(e.type){case"CREATE_SHEET":case"DELETE_SHEET":this.history.update("merges",e.sheetId,{}),this.history.update("mergeCellMap",e.sheetId,{});break;case"DUPLICATE_SHEET":const t=this.merges[e.sheetId];if(!t)break;for(const o of Object.values(t).filter(Ie))this.addMerge(e.sheetIdTo,o.zone);break;case"ADD_MERGE":for(const t of e.target)this.addMerge(e.sheetId,t);break;case"REMOVE_MERGE":for(const t of e.target)this.removeMerge(e.sheetId,t)}}adaptRanges(e,t){const o=t?[t]:Object.keys(this.merges);for(const t of o)this.applyRangeChangeOnSheet(t,e)}getMerges(e){return Object.keys(this.merges[e]||{}).map((t=>this.getMergeById(e,parseInt(t,10)))).filter(Ie)}getMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e],n=s?t in s&&s[t]?.[o]:void 0;return n?this.getMergeById(e,n):void 0}getMergesInZone(e,t){const o=this.mergeCellMap[e];if(!o)return[];const s=new Set;for(const{col:e,row:n}of In(t)){const t=o[e]?.[n];t&&s.add(t)}return Array.from(s).map((t=>this.getMergeById(e,t))).filter(Ie)}getSelectionRangeString(e,t){const o=Fn.fromRange(e,this.getters),s=this.getters.expandZone(o.sheetId,o.zone),n=o.clone({zone:{...s,bottom:o.isFullCol?void 0:s.bottom,right:o.isFullRow?void 0:s.right}}),i=this.getters.getRangeString(n,t);if(this.isSingleCellOrMerge(o.sheetId,o.zone)){const{sheetName:e,xc:t}=sn(i);return nn(e,t.split(":")[0])}return i}doesIntersectMerge(e,t){return In(t).some((({col:t,row:o})=>void 0!==this.getMerge({sheetId:e,col:t,row:o})))}doesColumnsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let n=0;n<this.getters.getNumberRows(e);n++)if(this.isInSameMerge(s.id,t,n,o,n))return!0;return!1}doesRowsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let n=0;n<=this.getters.getNumberCols(e);n++)if(this.isInSameMerge(s.id,n,t,n,o))return!0;return!1}expandZone(e,t){let{left:o,right:s,top:n,bottom:i}=t,r={left:o,right:s,top:n,bottom:i};for(let t in this.merges[e]){const o=this.getMergeById(e,parseInt(t));o&&bn(o,r)&&(r=mn(o,r))}return vn(r,t)?r:this.expandZone(e,r)}isInSameMerge(e,t,o,s,n){const i=this.getMerge({sheetId:e,col:t,row:o}),r=this.getMerge({sheetId:e,col:s,row:n});return!(!i||!r)&&vn(i,r)}isInMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e];return!!s&&(t in s&&Boolean(s[t]?.[o]))}getMainCellPosition(e){if(!this.isInMerge(e))return e;const t=this.getMerge(e).topLeft;return{sheetId:e.sheetId,col:t.col,row:t.row}}getBottomLeftCell(e){if(!this.isInMerge(e))return e;const{bottom:t,left:o}=this.getMerge(e);return{sheetId:e.sheetId,col:o,row:t}}isMergeHidden(e,t){const o=this.getters.getHiddenColsGroups(e),s=this.getters.getHiddenRowsGroups(e);for(let e of o)if(t.left>=e[0]&&t.right<=e[e.length-1])return!0;for(let e of s)if(t.top>=e[0]&&t.bottom<=e[e.length-1])return!0;return!1}isSingleCellOrMerge(e,t){const o=this.getMerge({sheetId:e,col:t.left,row:t.top});if(o)return vn(t,o);const{numberOfCols:s,numberOfRows:n}=yn(t);return 1===s&&1===n}isMainCellPosition(e){return Fe(this.getMainCellPosition(e),e)}isMergeDestructive(e,t){let{left:o,right:s,top:n,bottom:i}=t;s=de(s,0,this.getters.getNumberCols(e)-1),i=de(i,0,this.getters.getNumberRows(e)-1);for(let t=n;t<=i;t++)for(let i=o;i<=s;i++)if(i!==o||t!==n){const o=this.getters.getCell({sheetId:e,col:i,row:t});if(o&&""!==o.content)return!0}return!1}getMergeById(e,t){const o=this.merges[e]?.[t];return void 0!==o?sI(t,o):void 0}checkDestructiveMerge({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";return t.some((t=>this.isMergeDestructive(e,t)))?"MergeIsDestructive":"Success"}checkOverlap({target:e}){for(const t of e)for(const o of e)if(t!==o&&bn(t,o))return"MergeOverlap";return"Success"}checkFrozenPanes({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";const{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e);for(const e of t)if(e.left<o&&e.right>=o||e.top<s&&e.bottom>=s)return"FrozenPaneOverlap";return"Success"}checkMergedContentUpdate(e){const{col:t,row:o,content:s}=e;if(void 0===s)return"Success";const{col:n,row:i}=this.getMainCellPosition(e);return n===t&&i===o?"Success":"CellIsMerged"}checkMergeExists(e){const{sheetId:t,target:o}=e;for(const e of o){const{left:o,top:s}=e,n=this.getMerge({sheetId:t,col:o,row:s});if(void 0===n||!vn(e,n))return"InvalidTarget"}return"Success"}addMerge(e,t){let{left:o,right:s,top:n,bottom:i}=t;s=de(s,0,this.getters.getNumberCols(e)-1),i=de(i,0,this.getters.getNumberRows(e)-1);if(ut(o,n)===ut(s,i))return;const r=this.getters.getCell({sheetId:e,col:o,row:n});let a=this.nextId++;this.history.update("merges",e,a,this.getters.getRangeFromSheetXC(e,hn({left:o,top:n,right:s,bottom:i})));let l=new Set;for(let t=n;t<=i;t++)for(let i=o;i<=s;i++){i===o&&t===n||this.dispatch("UPDATE_CELL",{sheetId:e,col:i,row:t,style:r?r.style:null,content:""});const s=this.getMerge({sheetId:e,col:i,row:t});s&&l.add(s.id),this.history.update("mergeCellMap",e,i,t,a)}for(let t of l){const{top:o,bottom:s,left:n,right:i}=this.getMergeById(e,t);for(let t=o;t<=s;t++)for(let o=n;o<=i;o++){const s={sheetId:e,col:o,row:t},n=this.getMerge(s);n&&n.id===a||(this.history.update("mergeCellMap",e,o,t,void 0),this.dispatch("CLEAR_CELL",s))}this.history.update("merges",e,t,void 0)}}removeMerge(e,t){const{left:o,top:s,bottom:n,right:i}=t,r=this.getMerge({sheetId:e,col:o,row:s});if(void 0!==r&&vn(t,r)){this.history.update("merges",e,r.id,void 0);for(let t=s;t<=n;t++)for(let s=o;s<=i;s++)this.history.update("mergeCellMap",e,s,t,void 0)}}applyRangeChangeOnSheet(e,t){const o=Object.entries(this.merges[e]||{});for(const[s,n]of o)if(n){const o=n.zone,i=t(n);switch(i.changeType){case"NONE":break;case"REMOVE":this.removeMerge(e,o);break;default:const{numberOfCols:t,numberOfRows:n}=yn(i.range.zone);1===t&&1===n?this.removeMerge(e,o):this.history.update("merges",e,parseInt(s,10),i.range)}}this.history.update("mergeCellMap",e,{});for(const t of this.getMerges(e))for(const{col:o,row:s}of In(t))this.history.update("mergeCellMap",e,o,s,t.id)}import(e){const t=e.sheets||[];for(let e of t)this.history.update("merges",e.id,{}),this.history.update("mergeCellMap",e.id,{}),e.merges&&this.importMerges(e.id,e.merges)}importMerges(e,t){for(let o of t)this.addMerge(e,an(o))}export(e){for(let t of e.sheets){const e=this.merges[t.id];e&&t.merges.push(...oI(e))}}exportForExcel(e){this.export(e)}}).add("headerSize",class extends vx{static getters=["getUserRowSize","getColSize"];sizes={};handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("sizes",e.sheetId,{COL:[],ROW:[]});break;case"DUPLICATE_SHEET":this.history.update("sizes",e.sheetIdTo,le(this.sizes[e.sheetId]));break;case"DELETE_SHEET":const t={...this.sizes};delete t[e.sheetId],this.history.update("sizes",t);break;case"REMOVE_COLUMNS_ROWS":{const t=ze(this.sizes[e.sheetId][e.dimension],e.elements);this.history.update("sizes",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{let t=[...this.sizes[e.sheetId][e.dimension]];const o=Ne(e.position,e.base),s=t[e.base];t.splice(o,0,...Array(e.quantity).fill(s)),this.history.update("sizes",e.sheetId,e.dimension,t);break}case"RESIZE_COLUMNS_ROWS":if("ROW"===e.dimension)for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0);else for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0)}}getColSize(e,t){return Math.round(this.sizes[e]?.COL[t]||T)}getUserRowSize(e,t){const o=this.sizes[e]?.ROW[t];return o?Math.round(o):void 0}import(e){for(let t of e.sheets){const e={COL:Array(t.colNumber).fill(void 0),ROW:Array(t.rowNumber).fill(void 0)};for(let[o,s]of Object.entries(t.rows))s.size&&(e.ROW[o]=s.size);for(let[o,s]of Object.entries(t.cols))s.size&&(e.COL[o]=s.size);this.sizes[t.id]=e}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(let o of e.sheets){void 0===o.rows&&(o.rows={});for(const e of ue(0,this.getters.getNumberRows(o.id)))(t||this.sizes[o.id].ROW[e])&&(o.rows[e]={...o.rows[e],size:this.getUserRowSize(o.id,e)??A});void 0===o.cols&&(o.cols={});for(let e of ue(0,this.getters.getNumberCols(o.id)))(t||this.sizes[o.id].COL[e])&&(o.cols[e]={...o.cols[e],size:this.getColSize(o.id,e)})}}}).add("borders",class extends vx{static getters=["getCellBorder","getBordersColors"];borders={};allowDispatch(e){return"SET_BORDER"===e.type?this.checkBordersUnchanged(e):"Success"}handle(e){switch(e.type){case"ADD_MERGE":for(const t of e.target)this.addBordersToMerge(e.sheetId,t);break;case"DUPLICATE_SHEET":const t=this.borders[e.sheetId];if(t){const o=t.slice().map((e=>e?.slice().map((e=>({...e})))));this.history.update("borders",e.sheetIdTo,o)}break;case"DELETE_SHEET":const o={...this.borders};delete o[e.sheetId],this.history.update("borders",o);break;case"SET_BORDER":this.setBorder(e.sheetId,e.col,e.row,e.border);break;case"SET_ZONE_BORDERS":if(e.border){const t=e.target.map((t=>this.getters.expandZone(e.sheetId,t)));this.setBorders(e.sheetId,t,e.border.position,""===e.border.color?void 0:{style:e.border.style||z,color:e.border.color||G})}break;case"CLEAR_FORMATTING":this.clearBorders(e.sheetId,e.target);break;case"REMOVE_COLUMNS_ROWS":for(let t of e.elements)"COL"===e.dimension?this.shiftBordersHorizontally(e.sheetId,t+1,-1):this.shiftBordersVertically(e.sheetId,t+1,-1);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.handleAddColumns(e):this.handleAddRows(e)}}handleAddColumns(e){let t,o;"before"===e.position?(this.shiftBordersHorizontally(e.sheetId,e.base,e.quantity,{moveFirstLeftBorder:!0}),t=e.base-1,o=e.base+e.quantity):(this.shiftBordersHorizontally(e.sheetId,e.base+1,e.quantity,{moveFirstLeftBorder:!1}),t=e.base,o=e.base+e.quantity+1),this.ensureColumnBorderContinuity(e.sheetId,t,o)}handleAddRows(e){let t,o;"before"===e.position?(this.shiftBordersVertically(e.sheetId,e.base,e.quantity,{moveFirstTopBorder:!0}),t=e.base-1,o=e.base+e.quantity):(this.shiftBordersVertically(e.sheetId,e.base+1,e.quantity,{moveFirstTopBorder:!1}),t=e.base,o=e.base+e.quantity+1),this.ensureRowBorderContinuity(e.sheetId,t,o)}getCellBorder({sheetId:e,col:t,row:o}){const s={top:this.borders[e]?.[t]?.[o]?.horizontal,bottom:this.borders[e]?.[t]?.[o+1]?.horizontal,left:this.borders[e]?.[t]?.[o]?.vertical,right:this.borders[e]?.[t+1]?.[o]?.vertical};return s.bottom||s.left||s.right||s.top?s:null}getBordersColors(e){const t=[],o=this.borders[e];if(o)for(const e of o.filter(Ie))for(const o of e)o?.horizontal&&t.push(o.horizontal.color),o?.vertical&&t.push(o.vertical.color);return t}ensureColumnBorderContinuity(e,t,o){const s=ue(t+1,o);for(let n=0;n<this.getters.getNumberRows(e);n++){const i=this.getCellBorder({sheetId:e,col:t,row:n}),r=this.getCellBorder({sheetId:e,col:o,row:n});if(i&&r){const t=this.getCommonSides(i,r);for(let o of s)this.addBorder(e,o,n,t)}}}ensureRowBorderContinuity(e,t,o){const s=ue(t+1,o);for(let n=0;n<this.getters.getNumberCols(e);n++){const i=this.getCellBorder({sheetId:e,col:n,row:t}),r=this.getCellBorder({sheetId:e,col:n,row:o});if(i&&r){const t=this.getCommonSides(i,r);for(let o of s)this.addBorder(e,n,o,t)}}}getCommonSides(e,t){const o={};for(let s of["top","bottom","left","right"])e[s]&&e[s]===t[s]&&(o[s]=e[s]);return o}getColumnsWithBorders(e){const t=this.borders[e];return t?Object.keys(t).map((e=>parseInt(e,10))):[]}getRowsRange(e){return this.borders[e]?ue(0,this.getters.getNumberRows(e)+1):[]}shiftBordersHorizontally(e,t,o,{moveFirstLeftBorder:s}={}){this.borders[e]&&(o<0&&this.moveBordersOfColumn(e,t,o,"vertical",{destructive:!1}),this.getColumnsWithBorders(e).filter((e=>e>=t)).sort(((e,t)=>o<0?e-t:t-e)).forEach((n=>{(n===t&&s||n!==t)&&this.moveBordersOfColumn(e,n,o,"vertical"),this.moveBordersOfColumn(e,n,o,"horizontal")})))}shiftBordersVertically(e,t,o,{moveFirstTopBorder:s}={}){this.borders[e]&&(o<0&&this.moveBordersOfRow(e,t,o,"horizontal",{destructive:!1}),this.getRowsRange(e).filter((e=>e>=t)).sort(((e,t)=>o<0?e-t:t-e)).forEach((n=>{(n===t&&s||n!==t)&&this.moveBordersOfRow(e,n,o,"horizontal"),this.moveBordersOfRow(e,n,o,"vertical")})))}moveBordersOfRow(e,t,o,s,{destructive:n}={destructive:!0}){const i=this.borders[e];i&&this.getColumnsWithBorders(e).forEach((r=>{const a=i[r]?.[t+o]?.[s],l=i[r]?.[t]?.[s];this.history.update("borders",e,r,t+o,s,n?l:l||a),this.history.update("borders",e,r,t,s,void 0)}))}moveBordersOfColumn(e,t,o,s,{destructive:n}={destructive:!0}){const i=this.borders[e];i&&this.getRowsRange(e).forEach((r=>{const a=i[t+o]?.[r]?.[s],l=i[t]?.[r]?.[s];this.history.update("borders",e,t+o,r,s,n?l:l||a),this.history.update("borders",e,t,r,s,void 0)}))}setBorder(e,t,o,s,n=!0){!n&&this.borders?.[e]?.[t]?.[o]?.vertical||this.history.update("borders",e,t,o,"vertical",s?.left),!n&&this.borders?.[e]?.[t]?.[o]?.horizontal||this.history.update("borders",e,t,o,"horizontal",s?.top),!n&&this.borders?.[e]?.[t+1]?.[o]?.vertical||this.history.update("borders",e,t+1,o,"vertical",s?.right),!n&&this.borders?.[e]?.[t]?.[o+1]?.horizontal||this.history.update("borders",e,t,o+1,"horizontal",s?.bottom)}clearBorders(e,t){for(let o of t){for(let t=o.top;t<=o.bottom;t++){this.history.update("borders",e,o.right+1,t,"vertical",void 0);for(let s=o.left;s<=o.right;s++)this.history.update("borders",e,s,t,void 0)}for(let t=o.left;t<=o.right;t++)this.history.update("borders",e,t,o.bottom+1,"horizontal",void 0)}}addBorder(e,t,o,s){this.setBorder(e,t,o,{...this.getCellBorder({sheetId:e,col:t,row:o}),...s})}setBorders(e,t,o,s){if("clear"===o)return this.clearBorders(e,t);for(let n of t){if("h"===o||"hv"===o||"all"===o)for(let t=n.top+1;t<=n.bottom;t++)for(let o=n.left;o<=n.right;o++)this.addBorder(e,o,t,{top:s});if("v"===o||"hv"===o||"all"===o)for(let t=n.top;t<=n.bottom;t++)for(let o=n.left+1;o<=n.right;o++)this.addBorder(e,o,t,{left:s});if("left"===o||"all"===o||"external"===o)for(let t=n.top;t<=n.bottom;t++)this.addBorder(e,n.left,t,{left:s});if("right"===o||"all"===o||"external"===o)for(let t=n.top;t<=n.bottom;t++)this.addBorder(e,n.right+1,t,{left:s});if("top"===o||"all"===o||"external"===o)for(let t=n.left;t<=n.right;t++)this.addBorder(e,t,n.top,{top:s});if("bottom"===o||"all"===o||"external"===o)for(let t=n.left;t<=n.right;t++)this.addBorder(e,t,n.bottom+1,{top:s})}}addBordersToMerge(e,t){const{left:o,right:s,top:n,bottom:i}=t,r=this.getCellBorder({sheetId:e,col:o,row:n}),a=this.getCellBorder({sheetId:e,col:s,row:i});this.clearBorders(e,[t]),r?.top&&this.setBorders(e,[{...t,bottom:n}],"top",r.top),r?.left&&this.setBorders(e,[{...t,right:o}],"left",r.left),a?.bottom?this.setBorders(e,[{...t,top:i}],"bottom",a.bottom):r?.bottom&&this.setBorders(e,[{...t,top:i}],"bottom",r.bottom),a?.right?this.setBorders(e,[{...t,left:s}],"right",a.right):r?.right&&this.setBorders(e,[{...t,left:s}],"right",r.right)}checkBordersUnchanged(e){const t=this.getCellBorder(e),o=!(e.border?.bottom||e.border?.left||e.border?.right||e.border?.top);return!t&&o||Fe(t,e.border)?"NoChanges":"Success"}import(e){if(Object.keys(e.borders||{}).length)for(let t of e.sheets)for(const o in t.cells){const s=t.cells[o];if(s?.border){const n=e.borders[s.border],{col:i,row:r}=dt(o);this.setBorder(t.id,i,r,n,!1)}}for(let t of e.sheets)if(t.merges)for(let e of t.merges)this.addBordersToMerge(t.id,an(e))}export(e){const t={};for(let o of e.sheets)for(let e=0;e<o.colNumber;e++)for(let s=0;s<o.rowNumber;s++){const n=this.getCellBorder({sheetId:o.id,col:e,row:s});if(n){const i=ut(e,s),r=o.cells[i],a=Ae(n,t);r?r.border=a:o.cells[i]={border:a}}}e.borders=t}exportForExcel(e){this.export(e)}}).add("conditional formatting",class extends vx{static getters=["getConditionalFormats","getRulesSelection","getRulesByCell","getAdaptedCfRanges"];cfRules={};loopThroughRangesOfSheet(e,t){for(const o of this.cfRules[e])for(const s of o.ranges){const n=t(s);switch(n.changeType){case"REMOVE":let t=o.ranges.slice();t.splice(o.ranges.indexOf(s),1),t.length>=1?this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",t):this.removeConditionalFormatting(o.id,e);break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",o.ranges.indexOf(s),n.range)}}}adaptRanges(e,t){if(t)this.loopThroughRangesOfSheet(t,e);else for(const t of Object.keys(this.cfRules))this.loopThroughRangesOfSheet(t,e)}allowDispatch(e){switch(e.type){case"ADD_CONDITIONAL_FORMAT":return this.checkValidations(e,this.checkCFRule,this.checkEmptyRange);case"CHANGE_CONDITIONAL_FORMAT_PRIORITY":return this.checkValidPriorityChange(e.cfId,e.delta,e.sheetId)}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.cfRules[e.sheetId]=[];break;case"DUPLICATE_SHEET":this.history.update("cfRules",e.sheetIdTo,[]);for(const t of this.getConditionalFormats(e.sheetId))this.addConditionalFormatting(t,e.sheetIdTo);break;case"DELETE_SHEET":const t=Object.assign({},this.cfRules);delete t[e.sheetId],this.history.update("cfRules",t);break;case"ADD_CONDITIONAL_FORMAT":const o={...e.cf,ranges:e.ranges.map((t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId)))};this.addConditionalFormatting(o,e.sheetId);break;case"REMOVE_CONDITIONAL_FORMAT":this.removeConditionalFormatting(e.id,e.sheetId);break;case"CHANGE_CONDITIONAL_FORMAT_PRIORITY":this.changeCFPriority(e.cfId,e.delta,e.sheetId)}}import(e){for(let t of e.sheets)this.cfRules[t.id]=t.conditionalFormats.map((e=>this.mapToConditionalFormatInternal(t.id,e)))}export(e){if(e.sheets)for(let t of e.sheets)this.cfRules[t.id]&&(t.conditionalFormats=this.cfRules[t.id].map((e=>this.mapToConditionalFormat(t.id,e))))}exportForExcel(e){if(e.sheets)for(let t of e.sheets)this.cfRules[t.id]&&(t.conditionalFormats=this.cfRules[t.id].map((e=>this.mapToConditionalFormat(t.id,e,{useFixedReference:!0}))))}getConditionalFormats(e){return this.cfRules[e]?.map((t=>this.mapToConditionalFormat(e,t)))||[]}getRulesSelection(e,t){const o=new Set;return t.forEach((t=>{this.getRulesByZone(e,t).forEach((e=>{o.add(e)}))})),Array.from(o)}getRulesByZone(e,t){const o=new Set;for(let s=t.top;s<=t.bottom;s++)for(let n=t.left;n<=t.right;n++){this.getRulesByCell(e,n,s).forEach((e=>{o.add(e.id)}))}return o}getRulesByCell(e,t,o){const s=[];for(let n of this.cfRules[e])for(let e of n.ranges)Sn(t,o,e.zone)&&s.push(n);return new Set(s.map((t=>this.mapToConditionalFormat(e,t))))}getAdaptedCfRanges(e,t,o,s){if(0===o.length&&0===s.length)return;const n=this.getters.getConditionalFormats(e),i=n.findIndex((e=>e.id===t.id));let r=[];return i>-1&&(r=n[i].ranges),r=r.concat(o),En(r,s)}mapToConditionalFormat(e,t,{useFixedReference:o}={useFixedReference:!1}){return{...t,ranges:t.ranges.map((t=>this.getters.getRangeString(t,e,{useFixedReference:o})))}}mapToConditionalFormatInternal(e,t){const o={...t,ranges:t.ranges.map((t=>this.getters.getRangeFromSheetXC(e,t)))};return o}addConditionalFormatting(e,t){const o=this.cfRules[t].slice(),s=o.findIndex((t=>t.id===e.id)),n=this.mapToConditionalFormatInternal(t,e);s>-1?o.splice(s,1,n):o.push(n),this.history.update("cfRules",t,o)}checkValidPriorityChange(e,t,o){if(!this.cfRules[o])return"InvalidSheetId";const s=this.cfRules[o].findIndex((t=>t.id===e));if(-1===s)return"InvalidConditionalFormatId";const n=s-t;return n<0||n>=this.cfRules[o].length?"InvalidConditionalFormatId":"Success"}checkEmptyRange(e){return e.ranges.length?"Success":"EmptyRange"}checkCFRule(e){const t=e.cf.rule;switch(t.type){case"CellIsRule":return this.checkValidations(t,this.checkOperatorArgsNumber(2,["Between","NotBetween"]),this.checkOperatorArgsNumber(1,["BeginsWith","ContainsText","EndsWith","GreaterThan","GreaterThanOrEqual","LessThan","LessThanOrEqual","NotContains"]),this.checkOperatorArgsNumber(0,["IsEmpty","IsNotEmpty"]));case"ColorScaleRule":return this.checkValidations(t,this.chainValidations(this.checkThresholds(this.checkFormulaCompilation)),this.chainValidations(this.checkThresholds(this.checkNaN),this.batchValidations(this.checkMinBiggerThanMax,this.checkMinBiggerThanMid,this.checkMidBiggerThanMax)));case"IconSetRule":return this.checkValidations(t,this.chainValidations(this.checkInflectionPoints(this.checkNaN),this.checkLowerBiggerThanUpper),this.chainValidations(this.checkInflectionPoints(this.checkFormulaCompilation)))}return"Success"}checkOperatorArgsNumber(e,t){if(e>2)throw new Error("Checking more than 2 arguments is currently not supported. Add the appropriate CommandResult if you want to.");return o=>{if(t.includes(o.operator)){const t=[],s=e=>void 0===e||""===e;return e>=1&&s(o.values[0])&&t.push("FirstArgMissing"),e>=2&&s(o.values[1])&&t.push("SecondArgMissing"),t.length?t:"Success"}return"Success"}}checkNaN(e,t){if(["number","percentage","percentile"].includes(e.type)&&(""===e.value||isNaN(e.value)))switch(t){case"min":return"MinNaN";case"max":return"MaxNaN";case"mid":return"MidNaN";case"upperInflectionPoint":return"ValueUpperInflectionNaN";case"lowerInflectionPoint":return"ValueLowerInflectionNaN"}return"Success"}checkFormulaCompilation(e,t){if("formula"!==e.type)return"Success";try{$x(e.value||"")}catch(e){switch(t){case"min":return"MinInvalidFormula";case"max":return"MaxInvalidFormula";case"mid":return"MidInvalidFormula";case"upperInflectionPoint":return"ValueUpperInvalidFormula";case"lowerInflectionPoint":return"ValueLowerInvalidFormula"}}return"Success"}checkThresholds(e){return this.batchValidations((t=>e(t.minimum,"min")),(t=>e(t.maximum,"max")),(t=>t.midpoint?e(t.midpoint,"mid"):"Success"))}checkInflectionPoints(e){return this.batchValidations((t=>e(t.lowerInflectionPoint,"lowerInflectionPoint")),(t=>e(t.upperInflectionPoint,"upperInflectionPoint")))}checkLowerBiggerThanUpper(e){const t=e.lowerInflectionPoint.value,o=e.upperInflectionPoint.value;return["number","percentage","percentile"].includes(e.lowerInflectionPoint.type)&&e.lowerInflectionPoint.type===e.upperInflectionPoint.type&&Number(t)>Number(o)?"LowerBiggerThanUpper":"Success"}checkMinBiggerThanMax(e){const t=e.minimum.value,o=e.maximum.value;return["number","percentage","percentile"].includes(e.minimum.type)&&e.minimum.type===e.maximum.type&&Jx(t)>=Jx(o)?"MinBiggerThanMax":"Success"}checkMidBiggerThanMax(e){const t=e.midpoint?.value,o=e.maximum.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.midpoint.type===e.maximum.type&&Jx(t)>=Jx(o)?"MidBiggerThanMax":"Success"}checkMinBiggerThanMid(e){const t=e.minimum.value,o=e.midpoint?.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.minimum.type===e.midpoint.type&&Jx(t)>=Jx(o)?"MinBiggerThanMid":"Success"}removeConditionalFormatting(e,t){const o=this.cfRules[t].findIndex((t=>t.id===e));if(-1!==o){const e=this.cfRules[t].slice();e.splice(o,1),this.history.update("cfRules",t,e)}}changeCFPriority(e,t,o){const s=this.cfRules[o].findIndex((t=>t.id===e)),n=this.cfRules[o][s],i=s-t,r=[...this.cfRules[o]];r.splice(s,1),r.splice(i,0,n),this.history.update("cfRules",o,r)}}).add("figures",class extends vx{static getters=["getFigures","getFigure","getFigureSheetId"];figures={};allowDispatch(e){switch(e.type){case"CREATE_FIGURE":return this.checkFigureDuplicate(e.figure.id);case"UPDATE_FIGURE":case"DELETE_FIGURE":return this.checkFigureExists(e.sheetId,e.id);default:return"Success"}}beforeHandle(e){if("DELETE_SHEET"===e.type)this.getters.getFigures(e.sheetId).forEach((t=>{this.dispatch("DELETE_FIGURE",{id:t.id,sheetId:e.sheetId})}))}handle(e){switch(e.type){case"CREATE_SHEET":this.figures[e.sheetId]={};break;case"DELETE_SHEET":this.deleteSheet(e.sheetId);break;case"CREATE_FIGURE":this.addFigure(e.figure,e.sheetId);break;case"UPDATE_FIGURE":const{type:t,sheetId:o,...s}=e,n=s;this.updateFigure(o,n);break;case"DELETE_FIGURE":this.removeFigure(e.id,e.sheetId);break;case"REMOVE_COLUMNS_ROWS":this.onRowColDelete(e.sheetId,e.dimension)}}onRowColDelete(e,t){"ROW"===t?this.onRowDeletion(e):this.onColDeletion(e)}onRowDeletion(e){const t=this.getters.getNumberRows(e);let o=0;for(let s=0;s<t;s++)o+=this.getters.getUserRowSize(e,s)||A;const s=this.getters.getFigures(e);for(const t of s){const s=Math.min(t.y,o-t.height);s!==t.y&&this.dispatch("UPDATE_FIGURE",{sheetId:e,id:t.id,y:s})}}onColDeletion(e){const t=this.getters.getNumberCols(e);let o=0;for(let s=0;s<t;s++)o+=this.getters.getColSize(e,s);const s=this.getters.getFigures(e);for(const t of s){const s=Math.min(t.x,o-t.width);s!==t.x&&this.dispatch("UPDATE_FIGURE",{sheetId:e,id:t.id,x:s})}}updateFigure(e,t){if("id"in t)for(const[o,s]of Object.entries(t))switch(o){case"x":case"y":void 0!==s&&this.history.update("figures",e,t.id,o,Math.max(s,0));break;case"width":case"height":void 0!==s&&this.history.update("figures",e,t.id,o,s)}}addFigure(e,t){this.history.update("figures",t,e.id,e)}deleteSheet(e){this.history.update("figures",e,void 0)}removeFigure(e,t){this.history.update("figures",t,e,void 0)}checkFigureExists(e,t){return void 0===this.figures[e]?.[t]?"FigureDoesNotExist":"Success"}checkFigureDuplicate(e){return Object.values(this.figures).find((t=>t?.[e]))?"DuplicatedFigureId":"Success"}getFigures(e){return Object.values(this.figures[e]||{}).filter(Ie)}getFigure(e,t){return this.figures[e]?.[t]}getFigureSheetId(e){return Object.keys(this.figures).find((t=>void 0!==this.figures[t]?.[e]))}import(e){for(let t of e.sheets){const e={};t.figures.forEach((t=>{e[t.id]=t})),this.figures[t.id]=e}}export(e){for(const t of e.sheets)for(const e of this.getFigures(t.id)){const o=void 0;t.figures.push({...e,data:o})}}exportForExcel(e){this.export(e)}}).add("chart",class extends vx{static getters=["isChartDefined","getChartDefinition","getChartType","getChartIds","getChart","getContextCreationChart"];charts={};createChart=function(e){const t=fl.getAll().sort(((e,t)=>e.sequence-t.sequence));return function(o,s,n){const i=t.find((e=>e.match(s.type)));if(!i)throw new Error(`No builder for this chart: ${s.type}`);return i.createChart(s,n,e)}}(this.getters);validateChartDefinition=e=>function(e,t){const o=fl.getAll().find((e=>e.match(t.type)));if(!o)throw new Error("Unknown chart type.");return o.validateChartDefinition(e,t)}(this,e.definition);adaptRanges(e){for(const[t,o]of Object.entries(this.charts))this.history.update("charts",t,o?.updateRanges(e))}allowDispatch(e){switch(e.type){case"CREATE_CHART":return this.checkValidations(e,this.chainValidations(this.validateChartDefinition,this.checkChartDuplicate));case"UPDATE_CHART":return this.checkValidations(e,this.chainValidations(this.validateChartDefinition,this.checkChartExists));default:return"Success"}}handle(e){switch(e.type){case"CREATE_CHART":this.addFigure(e.id,e.sheetId,e.position,e.size),this.addChart(e.id,e.definition);break;case"UPDATE_CHART":this.addChart(e.id,e.definition);break;case"DUPLICATE_SHEET":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("chart"===o.tag){const t=o.id.split(Y).pop(),s=`${e.sheetIdTo}${Y}${t}`,n=this.charts[o.id]?.copyForSheetId(e.sheetIdTo);n&&this.dispatch("CREATE_CHART",{id:s,position:{x:o.x,y:o.y},size:{width:o.width,height:o.height},definition:n.getDefinition(),sheetId:e.sheetIdTo})}break}case"DELETE_FIGURE":this.history.update("charts",e.id,void 0);break;case"DELETE_SHEET":for(let t of this.getChartIds(e.sheetId))this.history.update("charts",t,void 0)}}getContextCreationChart(e){return this.charts[e]?.getContextCreation()}getChart(e){return this.charts[e]}getChartType(e){const t=this.charts[e]?.type;if(!t)throw new Error("Chart not defined.");return t}isChartDefined(e){return e in this.charts&&void 0!==this.charts}getChartIds(e){return Object.entries(this.charts).filter((([,t])=>t?.sheetId===e)).map((([e])=>e))}getChartDefinition(e){const t=this.charts[e]?.getDefinition();if(!t)throw new Error(`There is no chart with the given figureId: ${e}`);return t}import(e){for(let t of e.sheets)if(t.figures)for(let e of t.figures)"chart"===e.tag&&(this.charts[e.id]=this.createChart(e.id,e.data,t.id))}export(e){if(e.sheets)for(let t of e.sheets){const e=this.getters.getFigures(t.id),o=[];for(let t of e){const e=t;if(e&&"chart"===e.tag){const t=this.charts[e.id]?.getDefinition();t&&(e.data=t,o.push(e))}else o.push(e)}t.figures=o}}addFigure(e,t,o={x:0,y:0},s={width:536,height:335}){if(this.getters.getFigure(t,e))return;const n={id:e,x:o.x,y:o.y,width:s.width,height:s.height,tag:"chart"};this.dispatch("CREATE_FIGURE",{sheetId:t,figure:n})}addChart(e,t){const o=this.getters.getFigureSheetId(e);o&&this.history.update("charts",e,this.createChart(e,t,o))}checkChartDuplicate(e){return this.getters.getFigureSheetId(e.id)?"DuplicatedChartId":"Success"}checkChartExists(e){return this.getters.getFigureSheetId(e.id)?"Success":"ChartDoesNotExist"}}).add("image",class extends vx{static getters=["getImage","getImagePath","getImageSize"];fileStore;images={};syncedImages=new Set;constructor(e){super(e),this.fileStore=e.external.fileStore}allowDispatch(e){return"CREATE_IMAGE"===e.type&&this.getters.getFigure(e.sheetId,e.figureId)?"InvalidFigureId":"Success"}handle(e){switch(e.type){case"CREATE_IMAGE":this.addImage(e.figureId,e.sheetId,e.position,e.size),this.history.update("images",e.sheetId,e.figureId,e.definition),this.syncedImages.add(e.definition.path);break;case"DUPLICATE_SHEET":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("image"===o.tag){const t=o.id.split(Y).pop(),s=`${e.sheetIdTo}${Y}${t}`,n=this.getImage(o.id);if(n){const t={width:o.width,height:o.height};this.dispatch("CREATE_IMAGE",{sheetId:e.sheetIdTo,figureId:s,position:{x:o.x,y:o.y},size:t,definition:le(n)})}}break}case"DELETE_FIGURE":this.history.update("images",e.sheetId,e.id,void 0);break;case"DELETE_SHEET":this.history.update("images",e.sheetId,void 0)}}garbageCollectExternalResources(){const e=new Set(this.getAllImages().map((e=>e.path)));for(const t of this.syncedImages)e.has(t)||this.fileStore?.delete(t)}getImage(e){for(const t of Object.values(this.images))if(t&&t[e])return t[e];throw new Error(`There is no image with the given figureId: ${e}`)}getImagePath(e){return this.getImage(e).path}getImageSize(e){return this.getImage(e).size}addImage(e,t,o,s){const n={id:e,x:o.x,y:o.y,width:s.width,height:s.height,tag:"image"};this.dispatch("CREATE_FIGURE",{sheetId:t,figure:n})}import(e){for(const t of e.sheets){const e=(t.figures||[]).filter((e=>"image"===e.tag));for(const o of e)this.history.update("images",t.id,o.id,o.data),this.syncedImages.add(o.data.path)}}export(e){for(const t of e.sheets){const e=t.figures.filter((e=>"image"===e.tag));for(const o of e)o.data=this.images[t.id]?.[o.id]}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const t of e)if("image"===t?.tag){const e=this.getImage(t.id);e&&o.push({...t,data:le(e)})}t.images=[...t.images,...o]}}getAllImages(){const e=[];for(const t in this.images)e.push(...Object.values(this.images[t]||{}).filter(Ie));return e}}).add("dataValidation",class extends vx{static getters=["cellHasListDataValidationIcon","getDataValidationRule","getDataValidationRules","getValidationRuleForCell"];rules={};adaptRanges(e,t){const o=t?[t]:Object.keys(this.rules);for(const t of o)this.loopThroughRangesOfSheet(t,e)}loopThroughRangesOfSheet(e,t){for(let o=this.rules[e].length-1;o>=0;o--){const s=this.rules[e][o];for(let n=s.ranges.length-1;n>=0;n--){const i=t(s.ranges[n]);switch(i.changeType){case"REMOVE":if(1===s.ranges.length)this.removeDataValidationRule(e,s.id);else{const t=s.ranges.slice();t.splice(n,1),this.history.update("rules",e,o,"ranges",t)}break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("rules",e,o,"ranges",n,i.range)}}}}allowDispatch(e){switch(e.type){case"ADD_DATA_VALIDATION_RULE":return this.checkValidations(e,this.chainValidations(this.checkCriterionTypeIsValid,this.checkCriterionHasValidNumberOfValues,this.checkCriterionValuesAreValid));case"REMOVE_DATA_VALIDATION_RULE":if(!this.rules[e.sheetId].find((t=>t.id===e.id)))return"UnknownDataValidationRule"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("rules",e.sheetId,[]);break;case"DUPLICATE_SHEET":{const t=le(this.rules[e.sheetId]).map((t=>({...t,ranges:t.ranges.map((t=>Dn(e.sheetId,e.sheetIdTo,t)))})));this.history.update("rules",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.rules};delete t[e.sheetId],this.history.update("rules",t);break}case"REMOVE_DATA_VALIDATION_RULE":this.removeDataValidationRule(e.sheetId,e.id);break;case"ADD_DATA_VALIDATION_RULE":{const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e)));this.addDataValidationRule(e.sheetId,{...e.rule,ranges:t});break}}}getDataValidationRules(e){return this.rules[e]}getDataValidationRule(e,t){return this.rules[e].find((e=>e.id===t))}getValidationRuleForCell({sheetId:e,col:t,row:o}){if(this.rules[e])for(const s of this.rules[e])for(const e of s.ranges)if(Sn(t,o,e.zone))return s}cellHasListDataValidationIcon(e){const t=this.getValidationRuleForCell(e);return!!t&&(("isValueInList"===t.criterion.type||"isValueInRange"===t.criterion.type)&&"arrow"===t.criterion.displayStyle)}addDataValidationRule(e,t){const o=this.rules[e];"isBoolean"===t.criterion.type&&this.setCenterStyleToBooleanCells(t);const s=this.removeRangesFromRules(e,t.ranges,o),n=s.findIndex((e=>e.id===t.id));-1!==n?(s[n]=t,this.history.update("rules",e,s)):this.history.update("rules",e,[...s,t])}removeRangesFromRules(e,t,o){o=le(o);const s=t.map((t=>this.getters.getRangeString(t,e)));for(const t of o){const o=t.ranges.map((t=>this.getters.getRangeString(t,e)));t.ranges=En(o,s).map((t=>this.getters.getRangeFromSheetXC(e,t)))}return o.filter((e=>e.ranges.length>0))}removeDataValidationRule(e,t){const o=this.rules[e].filter((e=>e.id!==t));this.history.update("rules",e,o)}setCenterStyleToBooleanCells(e){for(const t of Pn(e.ranges)){const e=this.getters.getCell(t),{sheetId:o,col:s,row:n}=t,i={...e?.style,align:e?.style?.align??"center",verticalAlign:e?.style?.verticalAlign??"middle"};this.dispatch("UPDATE_CELL",{sheetId:o,col:s,row:n,style:i})}}import(e){for(const t of e.sheets)if(this.rules[t.id]=[],t.dataValidationRules)for(const e of t.dataValidationRules)this.rules[t.id].push({...e,ranges:e.ranges.map((e=>this.getters.getRangeFromSheetXC(t.id,e)))})}export(e){if(e.sheets)for(const t of e.sheets){t.dataValidationRules=[];for(const e of this.rules[t.id])t.dataValidationRules.push({...e,ranges:e.ranges.map((e=>this.getters.getRangeString(e,t.id)))})}}checkCriterionTypeIsValid(e){return dC.contains(e.rule.criterion.type)?"Success":"UnknownDataValidationCriterionType"}checkCriterionHasValidNumberOfValues(e){const t=e.rule.criterion,o=dC.get(t.type).numberOfValues(t);return void 0!==o&&t.values.length!==o?"InvalidNumberOfCriterionValues":"Success"}checkCriterionValuesAreValid(e){const t=e.rule.criterion,o=dC.get(t.type);return t.values.some((e=>e.startsWith("=")?"onlyLiterals"===o.allowedValues:"onlyFormulas"===o.allowedValues||!o.isCriterionValueValid(e)))?"InvalidDataValidationCriterionValue":"Success"}}),RR=(new ki).add("ui_sheet",class extends iI{static getters=["doesCellHaveGridIcon","getCellWidth","getTextWidth","getCellText","getCellMultiLineText","getContiguousZone","isEvaluatedCellEmpty"];ctx=document.createElement("canvas").getContext("2d");allowDispatch(e){return this.chainValidations(this.checkSheetExists,this.checkZonesAreInSheet)(e)}handle(e){switch(e.type){case"AUTORESIZE_COLUMNS":for(let t of e.cols){const o=this.getColMaxWidth(e.sheetId,t);0!==o&&this.dispatch("RESIZE_COLUMNS_ROWS",{elements:[t],dimension:"COL",size:o,sheetId:e.sheetId})}break;case"AUTORESIZE_ROWS":for(let t of e.rows)this.dispatch("RESIZE_COLUMNS_ROWS",{elements:[t],dimension:"ROW",size:null,sheetId:e.sheetId})}}getCellWidth(e){const t=this.getters.getCellComputedStyle(e);let o=0;const s=this.getters.getEvaluatedCell(e).formattedValue;if(s){const e=Yn(this.ctx,s,t,void 0);o+=Math.max(...e.map((e=>Gn(this.ctx,e,t))))}if(this.getters.getConditionalIcon(e)&&(o+=function(e){return qn(e)+8}(t)),this.getters.doesCellHaveGridIcon(e)&&(o+=20),0===o)return 0;if(o+=2*M,"wrap"===t.wrapping){const t=this.getters.getColSize(this.getters.getActiveSheetId(),e.col);return Math.min(t,o)}return o}getTextWidth(e,t){return Gn(this.ctx,e,t)}getCellText(e,t=!1){const o=this.getters.getCell(e);return t&&o?.isFormula?aa(o.content,this.getters.getLocale()):this.getters.getEvaluatedCell(e).formattedValue}getCellMultiLineText(e,t){const o=this.getters.getCellStyle(e),s=this.getters.getCellText(e,this.getters.shouldShowFormulas());return Yn(this.ctx,s,o,t)}doesCellHaveGridIcon(e){const t=this.getters.isFilterHeader(e),o=!this.getters.isReadonly()&&this.getters.cellHasListDataValidationIcon(e);return t||o}getContiguousZone(e,t){const o=t=>{for(const o of ue(t.left,t.right+1)){if(!this.isCellEmpty({sheetId:e,col:o,row:t.top-1}))return{...t,top:t.top-1};if(!this.isCellEmpty({sheetId:e,col:o,row:t.bottom+1}))return{...t,bottom:t.bottom+1}}for(const o of ue(t.top,t.bottom+1)){if(!this.isCellEmpty({sheetId:e,col:t.left-1,row:o}))return{...t,left:t.left-1};if(!this.isCellEmpty({sheetId:e,col:t.right+1,row:o}))return{...t,right:t.right+1}}return t};let s=!1,n=t;do{s=!1;const e=o(n);vn(n,e)||(s=!0,n=e)}while(s);return n}isEvaluatedCellEmpty(e){const t=this.getters.getMainCellPosition(e);return this.getters.getEvaluatedCell(t).type===Qt.empty}isCellEmpty(e){const t=this.getters.getMainCellPosition(e);return!(this.getters.getCorrespondingFormulaCell(t)||this.getters.getCell(t)?.content)}getColMaxWidth(e,t){const o=In(this.getters.getColsZone(e,t,t)).map((t=>this.getCellWidth({sheetId:e,...t})));return Math.max(0,...o)}checkSheetExists(e){return"sheetId"in e&&void 0===this.getters.tryGetSheet(e.sheetId)?"InvalidSheetId":"Success"}checkZonesAreInSheet(e){const t="sheetId"in e?e.sheetId:this.getters.tryGetActiveSheetId(),o=this.getters.getCommandZones(e);return!t&&o.length>0?"NoActiveSheet":t&&o.length>0?this.getters.checkZonesExistInSheet(t,o):"Success"}}).add("ui_options",class extends iI{static getters=["shouldShowFormulas"];showFormulas=!1;handle(e){if("SET_FORMULA_VISIBILITY"===e.type)this.showFormulas=e.show}shouldShowFormulas(){return this.showFormulas}}).add("selectionInputManager",class extends iI{config;static layers=[1];static getters=["getSelectionInput","getSelectionInputValue","isRangeValid","getSelectionInputHighlights"];inputs={};focusedInputId=null;get currentInput(){return this.focusedInputId?this.inputs[this.focusedInputId]:null}constructor(e){super(e),this.config=e}allowDispatch(e){switch(e.type){case"FOCUS_RANGE":case"CHANGE_RANGE":case"ADD_EMPTY_RANGE":case"REMOVE_RANGE":if(!this.inputs[e.id])return"InvalidInputId"}switch(e.type){case"FOCUS_RANGE":const t=this.currentInput?.getIndex(e.rangeId);if(this.focusedInputId===e.id&&this.currentInput?.focusedRangeIndex===t)return"InputAlreadyFocused";break;case"ADD_RANGE":case"ADD_EMPTY_RANGE":const o=this.inputs[e.id];if(o.inputHasSingleRange&&1===o.ranges.length)return"MaximumRangesReached";break;case"REMOVE_RANGE":if(1===this.inputs[e.id].ranges.length)return"MinimumRangesReached";break;case"CHANGE_RANGE":if(this.inputs[e.id].inputHasSingleRange&&e.value.split(",").length>1)return"MaximumRangesReached";break}return"Success"}handle(e){switch(e.type){case"ENABLE_NEW_SELECTION_INPUT":this.initInput(e.id,e.initialRanges||[],e.hasSingleRange);break;case"DISABLE_SELECTION_INPUT":this.focusedInputId===e.id&&this.unfocus(),delete this.inputs[e.id];break;case"UNFOCUS_SELECTION_INPUT":this.unfocus();break;case"ADD_RANGE":case"ADD_EMPTY_RANGE":case"REMOVE_RANGE":if(e.id!==this.focusedInputId){const t=this.inputs[e.id];this.selection.capture(t,{cell:{col:0,row:0},zone:On({col:0,row:0})},{handleEvent:t.handleEvent.bind(t),release:()=>this.focusedInputId=null}),this.focusedInputId=e.id}break;case"FOCUS_RANGE":case"CHANGE_RANGE":const t=this.inputs[e.id],o=t.ranges.find((t=>t.id===e.rangeId));if(o){const e=this.getters.getActiveSheetId(),s=this.getters.getRangeFromSheetXC(e,o?.xc||"A1").zone;this.selection.capture(t,{cell:{col:s.left,row:s.top},zone:s},{handleEvent:t.handleEvent.bind(t),release:()=>this.focusedInputId=null})}this.focusedInputId=e.id}this.currentInput?.handle(e)}getSelectionInput(e){return this.inputs[e]?this.inputs[e].ranges.map(((t,o)=>Object.assign({},t,{color:this.focusedInputId===e&&null!==this.inputs[e].focusedRangeIndex&&this.isRangeValid(t.xc)?t.color:null,isFocused:this.focusedInputId===e&&this.inputs[e].focusedRangeIndex===o}))):[]}isRangeValid(e){if(!e)return!1;const{xc:t,sheetName:o}=sn(e);return null!==t.match(Ks)&&(!o||void 0!==this.getters.getSheetIdByName(o))}getSelectionInputValue(e){return this.inputs[e].getSelectionInputValue()}getSelectionInputHighlights(){return this.focusedInputId?this.inputs[this.focusedInputId].getSelectionInputHighlights():[]}initInput(e,t,o=!1){if(this.inputs[e]&&this.unfocus(),this.inputs[e]=new sR(this.config,t,o),0===t.length){const t=this.inputs[e],o={zone:On({col:0,row:0}),cell:{col:0,row:0}};this.selection.capture(t,o,{handleEvent:t.handleEvent.bind(t),release:()=>{this.focusedInputId=null,t.focusedRangeIndex=null}}),this.focusedInputId=e}}unfocus(){this.selection.release(this.currentInput),this.focusedInputId=null}}).add("highlight",class extends iI{static layers=[1];static getters=["getHighlights"];getHighlights(){return this.prepareHighlights(this.getters.getComposerHighlights().concat(this.getters.getSelectionInputHighlights()))}prepareHighlights(e){return e.filter((e=>e.zone.top>=0&&e.zone.left>=0&&e.zone.bottom<this.getters.getNumberRows(e.sheetId)&&e.zone.right<this.getters.getNumberCols(e.sheetId))).map((e=>{const{numberOfRows:t,numberOfCols:o}=yn(e.zone),s=t*o==1?this.getters.expandZone(e.sheetId,e.zone):e.zone;return{...e,zone:s}}))}drawGrid(e){const{ctx:t,thinLineWidth:o}=e,s=this.getters.getActiveSheetId(),n=3*o;t.lineWidth=n;const i=this.getHighlights();for(let e of i.filter(((e,t)=>i.findIndex((t=>vn(t.zone,e.zone)&&t.sheetId===s))===t))){const{x:o,y:s,width:i,height:r}=this.getters.getVisibleRect(e.zone);i>0&&r>0&&(t.strokeStyle=e.color,t.strokeRect(o+n/2,s+n/2,i-n,r-n),t.globalCompositeOperation="source-over",t.fillStyle=e.color+"20",t.fillRect(o+n,s+n,i-2*n,r-2*n))}}}).add("grid renderer",class extends iI{static layers=[0,7];static getters=["getColDimensionsInViewport","getRowDimensionsInViewport"];boxes=[];getColDimensionsInViewport(e,t){const o=Math.min(...this.getters.getSheetViewVisibleCols()),s=this.getters.getColRowOffsetInViewport("COL",o,t),n=this.getters.getColSize(e,t);return{start:s,size:n,end:s+(this.getters.isColHidden(e,t)?0:n)}}getRowDimensionsInViewport(e,t){const o=Math.min(...this.getters.getSheetViewVisibleRows()),s=this.getters.getColRowOffsetInViewport("ROW",o,t),n=this.getters.getRowSize(e,t);return{start:s,size:n,end:s+(this.getters.isRowHidden(e,t)?0:n)}}getHeaderOffset(e,t,o){let s=this.getters.getColRowOffsetInViewport(e,t,o);return this.getters.isDashboard()||(s+="ROW"===e?I:R),s}drawGrid(e,t){switch(t){case 0:this.boxes=this.getGridBoxes(),this.drawBackground(e),this.drawOverflowingCellBackground(e),this.drawCellBackground(e),this.drawBorders(e),this.drawTexts(e),this.drawIcon(e),this.drawFrozenPanes(e);break;case 7:this.getters.isDashboard()||(this.drawHeaders(e),this.drawFrozenPanesHeaders(e))}}drawBackground(e){const{ctx:t,thinLineWidth:s}=e,{width:n,height:i}=this.getters.getSheetViewDimensionWithHeaders();t.fillStyle="#ffffff",t.fillRect(0,0,n+o,i+o);const r=!this.getters.isDashboard()&&this.getters.getGridLinesVisibility(this.getters.getActiveSheetId()),a=r?.1*s:0;if(r)for(const e of this.boxes)t.strokeStyle="#E2E3E3",t.lineWidth=s,t.strokeRect(e.x+a,e.y+a,e.width-2*a,e.height-2*a)}drawCellBackground(e){const{ctx:t}=e;for(const e of this.boxes){let o=e.style;o.fillColor&&"#ffffff"!==o.fillColor&&(t.fillStyle=o.fillColor||"#ffffff",t.fillRect(e.x,e.y,e.width,e.height)),e.isError&&(t.fillStyle="red",t.beginPath(),t.moveTo(e.x+e.width-5,e.y),t.lineTo(e.x+e.width,e.y),t.lineTo(e.x+e.width,e.y+5),t.fill())}}drawOverflowingCellBackground(e){const{ctx:t,thinLineWidth:o}=e;for(const e of this.boxes)if(e.content&&e.isOverflow){const s=e.content.align||"left";let n,i;const r=e.y+o/2,a=e.height-o,l=Math.min(e.clipRect?.width||1/0,e.content.width);"left"===s?(n=e.x+o/2,i=l-2*o):"right"===s?(n=e.x+e.width-o/2,i=2*o-l):(n=(e.clipRect?.x||e.x+e.width/2-e.content.width/2)+o/2,i=l-2*o),t.fillStyle="#ffffff",t.fillRect(n,r,i,a)}}drawBorders(e){const{ctx:t}=e;for(let e of this.boxes){const t=e.border;if(t){const{x:s,y:n,width:i,height:r}=e;t.left&&o(t.left,s,n,s,n+r),t.top&&o(t.top,s,n,s+i,n),t.right&&o(t.right,s+i,n,s+i,n+r),t.bottom&&o(t.bottom,s,n+r,s+i,n+r)}}function o({style:e,color:o},s,n,i,r){switch(t.strokeStyle=o,e){case"medium":t.lineWidth=2,n+=(s+=n===r?-.5:.5)===(i+=n===r?1.5:.5)?-.5:.5,r+=s===i?1.5:.5;break;case"thick":t.lineWidth=3,n===r&&(s--,i++),s===i&&(n--,r++);break;case"dashed":t.lineWidth=1,t.setLineDash([1,3]);break;case"dotted":t.lineWidth=1,n===r&&(s+=.5,i+=.5),s===i&&(n+=.5,r+=.5),t.setLineDash([1,1]);break;default:t.lineWidth=1}t.beginPath(),t.moveTo(s,n),t.lineTo(i,r),t.stroke(),t.lineWidth=1,t.setLineDash([])}}drawTexts(e){const{ctx:t}=e;let o;t.textBaseline="top";for(let e of this.boxes)if(e.content){const s=e.style||{},n=e.content.align||"left",i=Wn(s);i!==o&&(o=i,t.font=i),t.fillStyle=s.textColor||"#000";let r=e.x;if(r+="left"===n?_+(e.image?e.image.size+4:0):"right"===n?e.width-_-(e.hasIcon?19:0):e.width/2,t.textAlign=n,e.clipRect){t.save(),t.beginPath();const{x:o,y:s,width:n,height:i}=e.clipRect;t.rect(o,s,n,i),t.clip()}const a=qn(s),l=e.content.textLines.length;let c=this.computeTextYCoordinate(e,a,l);for(let o of e.content.textLines)Kn(t,o,{x:Math.round(r),y:Math.round(c)},s.underline,s.strikethrough),c+=_+a;e.clipRect&&t.restore()}}drawIcon(e){const{ctx:t}=e;for(const e of this.boxes)if(e.image){const o=e.image.image;if(e.image.clipIcon){t.save(),t.beginPath();const{x:o,y:s,width:n,height:i}=e.image.clipIcon;t.rect(o,s,n,i),t.clip()}const s=e.image.size,n=this.computeTextYCoordinate(e,s);t.drawImage(o,e.x+4,n,s,s),e.image.clipIcon&&t.restore()}}computeTextYCoordinate(e,t,o=1){const s=e.y+1,n=Hn(t,o),i=e.height>n+2*_,r=e.verticalAlign||k;if(i){if("middle"===r)return s+(e.height-n)/2;if("bottom"===r)return s+e.height-n-_}return s+_}drawHeaders(e){const{ctx:t,thinLineWidth:o}=e,s=this.getters.getSheetViewVisibleCols(),l=s[0],c=s[s.length-1],h=this.getters.getSheetViewVisibleRows(),d=h[0],u=h[h.length-1],{width:g,height:p}=this.getters.getSheetViewDimensionWithHeaders(),b=this.getters.getSelectedZones(),S=function(e){const t=new Set;for(let o of e)for(let e of ue(o.left,o.right+1))t.add(e);return t}(b),C=function(e){const t=new Set;for(let o of e)for(let e of ue(o.top,o.bottom+1))t.add(e);return t}(b),E=this.getters.getActiveSheetId(),w=this.getters.getNumberCols(E),y=this.getters.getNumberRows(E),x=this.getters.getActiveCols(),T=this.getters.getActiveRows();t.font=`400 11px ${H}`,t.textAlign="center",t.textBaseline="middle",t.lineWidth=o,t.strokeStyle="#333";for(let e=l;e<=c;e++){const o={left:e,right:e,top:0,bottom:y-1},{x:s,width:a}=this.getters.getVisibleRect(o),l=this.getters.doesZonesContainFilter(E,[o]),c=x.has(e),h=S.has(e);t.fillStyle=c?l?m:r:h?l?v:i:l?f:n,t.fillRect(s,0,a,I)}for(let e=d;e<=u;e++){const o={top:e,bottom:e,left:0,right:w-1},{y:s,height:a}=this.getters.getVisibleRect(o),l=this.getters.doesZonesContainFilter(E,[o]),c=T.has(e),h=C.has(e);t.fillStyle=c?l?m:r:h?l?v:i:l?f:n,t.fillRect(0,s,R,a)}t.beginPath(),t.moveTo(R,0),t.lineTo(R,p),t.moveTo(0,I),t.lineTo(g,I),t.strokeStyle="#C0C0C0",t.stroke(),t.beginPath();for(const e of s){const o=this.getters.getColSize(E,e),s=rt(e);t.fillStyle=x.has(e)?"#fff":a;let n=this.getHeaderOffset("COL",l,e);t.fillText(s,n+o/2,13),t.moveTo(n+o,0),t.lineTo(n+o,I)}for(const e of h){const o=this.getters.getRowSize(E,e);t.fillStyle=T.has(e)?"#fff":a;let s=this.getHeaderOffset("ROW",d,e);t.fillText(String(e+1),24,s+o/2),t.moveTo(0,s+o),t.lineTo(R,s+o)}t.stroke()}drawFrozenPanesHeaders(e){const{ctx:t,thinLineWidth:o}=e,{x:s,y:n}=this.getters.getMainViewportCoordinates(),i=this.getters.isDashboard()?0:R,r=this.getters.isDashboard()?0:I;t.lineWidth=6*o,t.strokeStyle=w,t.beginPath(),s&&(t.moveTo(i+s,0),t.lineTo(i+s,r)),n&&(t.moveTo(0,r+n),t.lineTo(i,r+n)),t.stroke()}drawFrozenPanes(e){const{ctx:t,thinLineWidth:o}=e,{x:s,y:n}=this.getters.getMainViewportCoordinates(),i=this.getters.getSheetViewVisibleCols(),r=i[0],a=i[i.length-1],l=this.getters.getSheetViewVisibleRows(),c={left:r,right:a,top:l[0],bottom:l[l.length-1]},h=this.getters.getVisibleRect(c),d=this.getters.isDashboard()?0:R,u=this.getters.isDashboard()?0:I;t.lineWidth=6*o,t.strokeStyle="#DADFE8",t.beginPath(),s&&(t.moveTo(d+s,u),t.lineTo(d+s,h.height+u)),n&&(t.moveTo(d,u+n),t.lineTo(h.width+d,u+n)),t.stroke()}findNextEmptyCol(e,t,o){const s=this.getters.getActiveSheetId();let n=e;for(;n<t;){const e={sheetId:s,col:n+1,row:o},t=this.getters.getEvaluatedCell(e),i=this.getters.getCellBorderWithFilterBorder(e),r=this.getters.doesCellHaveGridIcon(e),a=this.getters.isCellValidCheckbox(e);if(t.type!==Qt.empty||this.getters.isInMerge(e)||i?.left||r||a)return n;n++}return n}findPreviousEmptyCol(e,t,o){const s=this.getters.getActiveSheetId();let n=e;for(;n>t;){const e={sheetId:s,col:n-1,row:o},t=this.getters.getEvaluatedCell(e),i=this.getters.getCellBorderWithFilterBorder(e),r=this.getters.doesCellHaveGridIcon(e),a=this.getters.isCellValidCheckbox(e);if(t.type!==Qt.empty||this.getters.isInMerge(e)||i?.right||r||a)return n;n--}return n}computeCellAlignment(e,t){const o=this.getters.getCell(e);if(o?.isFormula&&this.getters.shouldShowFormulas())return"left";const{align:s}=this.getters.getCellStyle(e),n=this.getters.getEvaluatedCell(e);return t&&n.type===Qt.number?"center"!==s?"left":s:s||n.defaultAlign}createZoneBox(e,t,o){const{left:s,right:n}=o,i=t.left,r=t.top,a={sheetId:e,col:i,row:r},l=this.getters.getEvaluatedCell(a),c=this.getters.shouldShowFormulas(),{x:h,y:d,width:u,height:g}=this.getters.getVisibleRect(t),{verticalAlign:p}=this.getters.getCellStyle(a),m={x:h,y:d,width:u,height:g,border:this.getters.getCellBorderWithFilterBorder(a)||void 0,style:this.getters.getCellComputedStyle(a),verticalAlign:p,isError:l.type===Qt.error&&!!l.message||this.getters.isDataValidationInvalid(a)};if(l.type===Qt.empty||this.getters.isCellValidCheckbox(a))return m;const f=this.getters.getConditionalIcon(a),v=qn(m.style),b=f?4+v:0;f&&(m.image={type:"icon",size:v,clipIcon:{x:m.x,y:m.y,width:Math.min(b,u),height:g},image:ZS[f].img}),m.hasIcon=this.getters.doesCellHaveGridIcon(a);const S=m.hasIcon?19:0,C=this.getters.getCellComputedStyle(a),E=C.wrapping||"overflow",w="wrap"!==E||c?void 0:u-2*_,y=this.getters.getCellMultiLineText(a,w),x=Math.max(...y.map((e=>this.getters.getTextWidth(e,C)+_))),I=b+x+S,R=this.computeCellAlignment(a,I>u);m.content={textLines:y,width:"overflow"===E?x:u,align:R};const T=I>u||v>g;if(f||m.hasIcon)m.clipRect={x:m.x+b,y:m.y,width:Math.max(0,u-b-S),height:g};else if(T&&"overflow"===E){let e,o;switch(this.getters.isInMerge(a)?(e=this.getters.getMerge(a).right,o=i):(e=this.findNextEmptyCol(i,n,r),o=this.findPreviousEmptyCol(i,s,r),m.isOverflow=!0),R){case"left":{const o=On({col:e,row:r}),{x:s,y:n,width:i,height:a}=this.getters.getVisibleRect(mn(t,o));(i<I||v>a||y.length>1)&&(m.clipRect={x:s,y:n,width:i,height:a});break}case"right":{const e=On({col:o,row:r}),{x:s,y:n,width:i,height:a}=this.getters.getVisibleRect(mn(t,e));(i<I||v>a||y.length>1)&&(m.clipRect={x:s,y:n,width:i,height:a});break}case"center":{const s={...t,left:o,right:e},{x:n,y:i,height:r,width:a}=this.getters.getVisibleRect(s),l=I/2,c=m.x+m.width/2;if(n+a<c+l||n>c-l||v>r||y.length>1){const e=n>c-l?n:c-l,t=n+a-e;m.clipRect={x:e,y:i,width:t,height:r}}break}}}else("clip"===E||"wrap"===E||y.length>1)&&(m.clipRect={x:m.x,y:m.y,width:u,height:g});return m}getGridBoxes(){const e=[],t=this.getters.getSheetViewVisibleCols(),o=t[0],s=t[t.length-1],n=this.getters.getSheetViewVisibleRows(),i={left:o,right:s,top:n[0],bottom:n[n.length-1]},r=this.getters.getActiveSheetId();for(const o of n)for(const s of t){const t={sheetId:r,col:s,row:o};this.getters.isInMerge(t)||e.push(this.createZoneBox(r,On(t),i))}for(const t of this.getters.getMerges(r))if(!this.getters.isMergeHidden(r,t)&&bn(t,i)){const o=this.createZoneBox(r,t,i),s=this.getters.getCellBorder({sheetId:r,col:t.right,row:t.bottom});o.border={...o.border,bottom:s?s.bottom:void 0,right:s?s.right:void 0},o.isMerge=!0,e.push(o)}return e}}).add("autofill",class extends iI{static layers=[5];static getters=["getAutofillTooltip"];autofillZone;steps;lastCellSelected={};direction;tooltip;allowDispatch(e){if("AUTOFILL_SELECT"===e.type){const t=this.getters.getActiveSheetId();return this.lastCellSelected.col=-1===e.col?this.lastCellSelected.col:de(e.col,0,this.getters.getNumberCols(t)),this.lastCellSelected.row=-1===e.row?this.lastCellSelected.row:de(e.row,0,this.getters.getNumberRows(t)),void 0!==this.lastCellSelected.col&&void 0!==this.lastCellSelected.row?"Success":"InvalidAutofillSelection"}return"Success"}handle(e){switch(e.type){case"AUTOFILL":this.autofill(!0);break;case"AUTOFILL_SELECT":this.select(e.col,e.row);break;case"AUTOFILL_AUTO":this.autofillAuto();break;case"AUTOFILL_CELL":this.autoFillMerge(e.originCol,e.originRow,e.col,e.row);const t=this.getters.getActiveSheetId();this.dispatch("UPDATE_CELL",{sheetId:t,col:e.col,row:e.row,style:e.style||null,content:e.content||"",format:e.format||""}),this.dispatch("SET_BORDER",{sheetId:t,col:e.col,row:e.row,border:e.border}),this.autofillCF(e.originCol,e.originRow,e.col,e.row),this.autofillDV(e.originCol,e.originRow,e.col,e.row)}}getAutofillTooltip(){return this.tooltip}autofill(e){if(!this.autofillZone||!this.steps||void 0===this.direction)return void(this.tooltip=void 0);const t=this.getters.getSelectedZone(),o=this.autofillZone;switch(this.direction){case"down":for(let s=t.left;s<=t.right;s++){const n=[];for(let e=t.top;e<=t.bottom;e++)n.push(ut(s,e));const i=this.createGenerator(n);for(let t=o.top;t<=o.bottom;t++)this.computeNewCell(i,s,t,e)}break;case"up":for(let s=t.left;s<=t.right;s++){const n=[];for(let e=t.bottom;e>=t.top;e--)n.push(ut(s,e));const i=this.createGenerator(n);for(let t=o.bottom;t>=o.top;t--)this.computeNewCell(i,s,t,e)}break;case"left":for(let s=t.top;s<=t.bottom;s++){const n=[];for(let e=t.right;e>=t.left;e--)n.push(ut(e,s));const i=this.createGenerator(n);for(let t=o.right;t>=o.left;t--)this.computeNewCell(i,t,s,e)}break;case"right":for(let s=t.top;s<=t.bottom;s++){const n=[];for(let e=t.left;e<=t.right;e++)n.push(ut(e,s));const i=this.createGenerator(n);for(let t=o.left;t<=o.right;t++)this.computeNewCell(i,t,s,e)}}e&&(this.autofillZone=void 0,this.selection.resizeAnchorZone(this.direction,this.steps),this.lastCellSelected={},this.direction=void 0,this.steps=0,this.tooltip=void 0)}select(e,t){const o=this.getters.getSelectedZone();if(Sn(e,t,o))this.autofillZone=void 0;else{switch(this.direction=this.getDirection(e,t),this.direction){case"up":this.saveZone(t,o.top-1,o.left,o.right),this.steps=o.top-t;break;case"down":this.saveZone(o.bottom+1,t,o.left,o.right),this.steps=t-o.bottom;break;case"left":this.saveZone(o.top,o.bottom,e,o.left-1),this.steps=o.left-e;break;case"right":this.saveZone(o.top,o.bottom,o.right+1,e),this.steps=e-o.right}this.autofill(!1)}}autofillAuto(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();let o=e.left,s=e.bottom;if(o>0){let e={sheetId:t,col:o-1,row:s};for(;this.getters.getCorrespondingFormulaCell(e)||this.getters.getCell(e)?.content;)s+=1,e={sheetId:t,col:o-1,row:s}}if(s===e.bottom&&(o=e.right,o<=this.getters.getNumberCols(t))){let e={sheetId:t,col:o+1,row:s};for(;this.getters.getCorrespondingFormulaCell(e)||this.getters.getCell(e)?.content;)s+=1,e={sheetId:t,col:o+1,row:s}}s!==e.bottom&&(this.select(e.left,s-1),this.autofill(!0))}computeNewCell(e,t,o,s){const{cellData:n,tooltip:i,origin:r}=e.next(),{content:a,style:l,border:c,format:h}=n;this.tooltip=i,s&&this.dispatch("AUTOFILL_CELL",{originCol:r.col,originRow:r.row,col:t,row:o,content:a,style:l,border:c,format:h})}getRule(e,t){const o=er.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((o=>o.condition(e,t)));return o&&o.generateRule(e,t)}createGenerator(e){const t=[],o=[],s=this.getters.getActiveSheetId();for(let t of e){const{col:e,row:n}=dt(t),i=this.getters.getCell({sheetId:s,col:e,row:n});o.push({col:e,row:n,cell:i,sheetId:s})}const n=o.map((e=>e.cell));for(let e of o){let o={type:"COPY_MODIFIER"};if(e&&e.cell){o=this.getRule(e.cell,n)||o}const s=this.getters.getCellBorder(e)||void 0;t.push({data:{...e,border:s},rule:o})}return new UI(t,this.getters,this.direction)}saveZone(e,t,o,s){this.autofillZone={top:e,bottom:t,left:o,right:s}}getDirection(e,t){const o=this.getters.getSelectedZone(),s={up:{number:o.top-t,value:"up"},down:{number:t-o.bottom,value:"down"},left:{number:o.left-e,value:"left"},right:{number:e-o.right,value:"right"}};if(1===Object.values(s).map((e=>e.number>0?1:0)).reduce(((e,t)=>e+t)))return Object.values(s).find((e=>e.number>0?1:0)).value;const n=s.up.number>0?"up":"down",i=s.left.number>0?"left":"right";return Math.abs(s[n].number)>=Math.abs(s[i].number)?s[n].value:s[i].value}autoFillMerge(e,t,o,s){const n=this.getters.getActiveSheetId(),i={sheetId:n,col:o,row:s},r={sheetId:n,col:e,row:t};if(this.getters.isInMerge(i)&&!this.getters.isInMerge(r)){const e=this.getters.getMerge(i);e&&this.dispatch("REMOVE_MERGE",{sheetId:n,target:[e]})}const a=this.getters.getMerge(r);a?.topLeft.col===e&&a?.topLeft.row===t&&this.dispatch("ADD_MERGE",{sheetId:n,target:[{top:s,bottom:s+a.bottom-a.top,left:o,right:o+a.right-a.left}]})}autofillCF(e,t,o,s){const n=this.getters.getActiveSheetId(),i=this.getters.getRulesByCell(n,e,t);for(const e of i){const t=this.getters.getAdaptedCfRanges(n,e,[ut(o,s)],[]);t&&this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:le(e),ranges:t.map((e=>this.getters.getRangeDataFromXc(n,e))),sheetId:n})}}autofillDV(e,t,o,s){const n=this.getters.getActiveSheetId(),i={sheetId:n,col:e,row:t},r=this.getters.getValidationRuleForCell(i);if(!r)return;const a=r.ranges.map((e=>this.getters.getRangeString(e,n))),l=En(a.concat(ut(o,s)),[]);this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:r,ranges:l.map((e=>this.getters.getRangeDataFromXc(n,e))),sheetId:n})}drawGrid(e){if(!this.autofillZone)return;const{ctx:t,thinLineWidth:o}=e,{x:s,y:n,width:i,height:r}=this.getters.getVisibleRect(this.autofillZone);i>0&&r>0&&(t.strokeStyle="black",t.lineWidth=o,t.setLineDash([3]),t.strokeRect(s,n,i,r),t.setLineDash([]))}}).add("find_and_replace",class extends iI{static layers=[3];static getters=["getSearchMatches","getCurrentSelectedMatchIndex","getSearchOptions","getAllSheetMatchesCount","getActiveSheetMatchesCount","getSpecificRangeMatchesCount"];allSheetsMatches=[];activeSheetMatches=[];specificRangeMatches=[];selectedMatchIndex=null;currentSearchRegex=null;searchOptions={matchCase:!1,exactMatch:!1,searchFormulas:!1,searchScope:"allSheets",specificRange:void 0};toSearch="";isSearchDirty=!1;get searchMatches(){switch(this.searchOptions.searchScope){case"allSheets":return this.allSheetsMatches;case"activeSheet":return this.activeSheetMatches;case"specificRange":return this.specificRangeMatches}}handle(e){switch(e.type){case"UPDATE_SEARCH":const t=e.searchOptions.specificRange,o=t&&this.getters.getRangeFromRangeData(t);this.updateSearch(e.toSearch,{...e.searchOptions,specificRange:o});break;case"CLEAR_SEARCH":this.clearSearch();break;case"SELECT_SEARCH_PREVIOUS_MATCH":this.selectNextCell(oR.previous);break;case"SELECT_SEARCH_NEXT_MATCH":this.selectNextCell(oR.next);break;case"REPLACE_SEARCH":this.replace(e.replaceWith);break;case"REPLACE_ALL_SEARCH":this.replaceAll(e.replaceWith);break;case"UNDO":case"REDO":case"REMOVE_FILTER_TABLE":case"UPDATE_FILTER":case"REMOVE_COLUMNS_ROWS":case"HIDE_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"ADD_COLUMNS_ROWS":case"EVALUATE_CELLS":case"UPDATE_CELL":case"ACTIVATE_SHEET":this.isSearchDirty=!0}}finalize(){this.isSearchDirty&&(this.refreshSearch(!1),this.isSearchDirty=!1)}getSearchMatches(){return this.searchMatches}getCurrentSelectedMatchIndex(){return this.selectedMatchIndex}getSearchOptions(){return{...this.searchOptions,specificRange:this.searchOptions.specificRange?.rangeData}}getAllSheetMatchesCount(){return this.allSheetsMatches.length}getActiveSheetMatchesCount(){return this.activeSheetMatches.length}getSpecificRangeMatchesCount(){return this.specificRangeMatches.length}updateSearch(e,t){this.searchOptions=t,e!==this.toSearch&&(this.selectedMatchIndex=null),this.toSearch=e,this.updateRegex(),this.refreshSearch()}refreshSearch(e=!0){this.selectedMatchIndex=null,this.findMatches(),this.selectNextCell(oR.current,e)}updateRegex(){let e=ae(this.toSearch);const t=this.searchOptions.matchCase?"":"i";this.searchOptions.exactMatch&&(e=`^${e}$`),this.currentSearchRegex=RegExp(e,t)}getSheetsInSearchOrder(){switch(this.searchOptions.searchScope){case"allSheets":const e=this.getters.getSheetIds(),t=e.findIndex((e=>e===this.getters.getActiveSheetId()));return[e[t],...e.slice(t+1),...e.slice(0,t)];case"activeSheet":return[this.getters.getActiveSheetId()];case"specificRange":const o=this.searchOptions.specificRange;return o&&o?[o.sheetId]:[]}}findMatches(){const e=[];if(this.toSearch)for(const t of this.getters.getSheetIds())e.push(...this.findMatchesInSheet(t));if(this.allSheetsMatches=e,this.activeSheetMatches=e.filter((e=>e.sheetId===this.getters.getActiveSheetId())),this.searchOptions.specificRange){const{sheetId:t,zone:o}=this.searchOptions.specificRange;this.specificRangeMatches=e.filter((e=>e.sheetId===t&&Sn(e.col,e.row,o)))}else this.specificRangeMatches=[]}findMatchesInSheet(e){const t=[],{left:o,right:s,top:n,bottom:i}=this.getters.getSheetZone(e);for(let r=n;r<=i;r++)for(let n=o;n<=s;n++){const o=this.getters.isColHidden(e,n),s=this.getters.isRowHidden(e,r);if(o||s)continue;const i={sheetId:e,col:n,row:r};if(this.currentSearchRegex?.test(this.getSearchableString(i))){const o={sheetId:e,col:n,row:r};t.push(o)}}return t}selectNextCell(e,t=!0){const o=this.searchMatches;if(!o.length)return void(this.selectedMatchIndex=null);let s;if(null===this.selectedMatchIndex){let e=-1;for(const t of this.getSheetsInSearchOrder())if(e=o.findIndex((e=>e.sheetId===t)),-1!==e)break;s=e}else s=this.selectedMatchIndex+e;s=(s+o.length)%o.length,this.selectedMatchIndex=s;const n=o[s];t&&this.getters.getActiveSheetId()!==n.sheetId&&(this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getters.getActiveSheetId(),sheetIdTo:n.sheetId}),this.isSearchDirty=!1),this.selection.getBackToDefault(),this.selection.selectCell(n.col,n.row)}clearSearch(){this.toSearch="",this.selectedMatchIndex=null,this.currentSearchRegex=null,this.allSheetsMatches=[],this.activeSheetMatches=[],this.specificRangeMatches=[],this.searchOptions={matchCase:!1,exactMatch:!1,searchFormulas:!1,searchScope:"allSheets",specificRange:void 0}}replaceMatch(e,t){if(!this.currentSearchRegex)return;const o=this.getters.getCell(e);if(!o?.content)return;if(o?.isFormula&&!this.searchOptions.searchFormulas)return;const s=new RegExp(this.currentSearchRegex.source,this.currentSearchRegex.flags+"g"),n=sa(this.getSearchableString(e).replace(s,t),this.getters.getLocale());this.dispatch("UPDATE_CELL",{...e,content:n})}replace(e){if(null===this.selectedMatchIndex)return;const t=this.searchMatches[this.selectedMatchIndex];this.replaceMatch(t,e),this.selectNextCell(oR.next)}replaceAll(e){const t=this.searchMatches.length;for(let o=0;o<t;o++)this.replaceMatch(this.searchMatches[o],e)}getSearchableString(e){return this.getters.getCellText(e,this.searchOptions.searchFormulas)}drawGrid(e){const{ctx:t}=e,o=this.getters.getActiveSheetId();for(const[e,s]of this.searchMatches.entries()){if(s.sheetId!==o)continue;const n=this.getters.getMerge({sheetId:o,col:s.col,row:s.row}),i=n?n.left:s.col,r=n?n.right:s.col,a=n?n.top:s.row,l=n?n.bottom:s.row,{x:c,y:h,width:d,height:u}=this.getters.getVisibleRect({top:a,left:i,right:r,bottom:l});d>0&&u>0&&(t.fillStyle="#8B008B33",t.fillRect(c,h,d,u),e===this.selectedMatchIndex&&(t.strokeStyle=tR,t.strokeRect(c,h,d,u)))}if("specificRange"===this.searchOptions.searchScope){const e=this.searchOptions.specificRange;if(!e||e.sheetId!==o)return;const{x:s,y:n,width:i,height:r}=this.getters.getVisibleRect(e.zone);t.strokeStyle=tR,t.strokeRect(s,n,i,r)}}}).add("sort",class extends iI{allowDispatch(e){if("SORT_CELLS"===e.type){if(!Sn(e.col,e.row,e.zone))throw new Error(Xt("The anchor must be part of the provided zone"));return this.checkValidations(e,this.checkMerge,this.checkMergeSizes)}return"Success"}handle(e){if("SORT_CELLS"===e.type)this.sortZone(e.sheetId,e,e.zone,e.sortDirection,e.sortOptions||{})}checkMerge({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";return In(t).some((({col:t,row:o})=>!this.getters.isInMerge({sheetId:e,col:t,row:o})))?"InvalidSortZone":"Success"}checkMergeSizes({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";const o=this.getters.getMerges(e).filter((e=>bn(e,t))),s=yn(o[0]);let[n,i]=[s.numberOfCols,s.numberOfRows];return o.every((e=>{let[t,o]=[e.right-e.left+1,e.bottom-e.top+1];return t===n&&o===i}))?"Success":"InvalidSortZone"}hasHeader(e,t){if(1===t[0].length)return!1;let o=t.map((t=>t.map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).type))));return o[0][0]===Qt.empty&&(o=o.slice(1)),!o.some((e=>e[0]===Qt.empty))&&!!o.some((e=>e[1]!==Qt.empty&&e[0]!==e[1]))}sortZone(e,t,o,s,n){const[i,r]=this.mainCellsSteps(e,o);let a=this.getters.getMainCellPosition({sheetId:e,col:t.col,row:t.row}).col,l=Object.assign({},o),c=this.mainCells(e,o);!n.sortHeaders&&this.hasHeader(e,c)&&(l.top+=r),c=this.mainCells(e,l);const h=function(e,t,o){const s=e.map(((e,t)=>({index:t,type:e.type,value:e.value})));return(o?s.map((e=>e.type===Qt.empty?{...e,type:Qt.number,value:0}:e)):s).sort(Ng(t))}(c[a-l.left].map((e=>this.getters.getEvaluatedCell(e))),s,Boolean(n.emptyCellAsZero)),d=h.map((e=>e.index)),[u,g]=[c.length,c[0].length],p=[];for(let e=0;e<u;e++)for(let t=0;t<g;t++){let{col:o,row:s,sheetId:n}=c[e][d[t]];const a=this.getters.getCell({sheetId:n,col:o,row:s});let h=l.left+e*i,u=l.top+t*r,g={sheetId:n,col:h,row:u,content:""};if(a){let e=a.content;if(a.isFormula){const t=this.getters.getCellPosition(a.id);e=this.getters.getTranslatedCellFormula(n,0,u-t.row,a.compiledFormula)}g.style=a.style,g.content=e,g.format=a.format}p.push(g)}p.forEach((e=>this.dispatch("UPDATE_CELL",e)))}mainCellsSteps(e,t){const o=this.getters.getMerge({sheetId:e,col:t.left,row:t.top});return[o?o.right-o.left+1:1,o?o.bottom-o.top+1:1]}mainCells(e,t){const[o,s]=this.mainCellsSteps(e,t),n=[],i=ue(t.left,t.right+1,o),r=ue(t.top,t.bottom+1,s);for(const t of i){const o=[];n.push(o);for(const s of r)o.push({sheetId:e,col:t,row:s})}return n}}).add("automatic_sum",class extends iI{static getters=["getAutomaticSums"];handle(e){if("SUM_SELECTION"===e.type){const e=this.getters.getActiveSheetId(),{zones:t,anchor:o}=this.getters.getSelection();for(const s of t){const t=this.getAutomaticSums(e,s,o.cell);this.dispatchCellUpdates(e,t)}}}getAutomaticSums(e,t,o){return this.shouldFindData(e,t)?this.sumAdjacentData(e,t,o):this.sumData(e,t)}sumData(e,t){const o=this.dimensionsToSum(e,t),s=this.sumDimensions(e,t,o).filter((({zone:t})=>!this.getters.isEmpty(e,t)));return o.has("ROW")&&o.has("COL")&&s.push(this.sumTotal(t)),s}sumAdjacentData(e,t,o){const{col:s,row:n}=Sn(o.col,o.row,t)?o:{col:t.left,row:t.top},i=this.findAdjacentData(e,s,n);return i?this.getters.isSingleCellOrMerge(e,t)||xn(mn(i,t))?[{position:{col:s,row:n},zone:i}]:this.sumDimensions(e,mn(i,t),this.transpose(this.dimensionsToSum(e,t))):[]}findAdjacentData(e,t,o){const s=this.getters.getSheet(e),n=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),i=this.findSuitableZoneToSum(s,n.col,n.row);if(i)return this.getters.expandZone(e,i)}findSuitableZoneToSum(e,t,o){const s=this.getters.getEvaluatedCell({sheetId:e.id,col:t,row:o-1}),n=this.getters.getEvaluatedCell({sheetId:e.id,col:t-1,row:o});if(this.isNumber(n)&&!this.isNumber(s))return this.findHorizontalZone(e,t,o);const i=this.findVerticalZone(e,t,o);if(this.isZoneValid(i))return i;const r=this.findHorizontalZone(e,t,o);return this.isZoneValid(r)?r:void 0}findVerticalZone(e,t,o){const s={top:0,bottom:o-1,left:t,right:t},n=this.reduceZoneStart(e,s,s.bottom);return{...s,top:n}}findHorizontalZone(e,t,o){const s={top:o,bottom:o,left:0,right:t-1},n=this.reduceZoneStart(e,s,s.right);return{...s,left:n}}reduceZoneStart(e,t,o){const s=this.getters.getEvaluatedCellsInZone(e.id,t),n=ue(o,-1,-1),i=n.filter((e=>s[e]&&!s[e].isAutoSummable)),r=Math.max(...i),a=ge(n.filter((e=>this.isNumber(s[e]))))[0]||[];return Math.max(...a)<r?1/0:Math.min(...a)}shouldFindData(e,t){return this.getters.isEmpty(e,t)||this.getters.isSingleCellOrMerge(e,t)}isNumber(e){return e.type===Qt.number&&!(e.format&&Ts(e.format))}isZoneValid(e){return e.bottom>=e.top&&e.right>=e.left}lastColIsEmpty(e,t){return this.getters.isEmpty(e,{...t,left:t.right})}lastRowIsEmpty(e,t){return this.getters.isEmpty(e,{...t,top:t.bottom})}dimensionsToSum(e,t){const o=new Set;return xn(t)?(o.add(1===yn(t).numberOfCols?"COL":"ROW"),o):(this.lastColIsEmpty(e,t)&&o.add("ROW"),this.lastRowIsEmpty(e,t)&&o.add("COL"),0===o.size&&o.add("COL"),o)}sumDimensions(e,t,o){return[...o.has("COL")?this.sumColumns(t,e):[],...o.has("ROW")?this.sumRows(t,e):[]]}sumTotal(e){const{bottom:t,right:o}=e;return{position:{col:o,row:t},zone:{...e,top:t,right:o-1}}}sumColumns(e,t){const o=this.nextEmptyRow(t,{...e,bottom:e.bottom-1});return e={...e,bottom:Math.min(e.bottom,o.bottom-1)},In(o).map((t=>({position:t,zone:{...e,right:t.col,left:t.col}})))}sumRows(e,t){const o=this.nextEmptyCol(t,{...e,right:e.right-1});return e={...e,right:Math.min(e.right,o.right-1)},In(o).map((t=>({position:t,zone:{...e,top:t.row,bottom:t.row}})))}dispatchCellUpdates(e,t){for(const o of t){const{col:t,row:s}=o.position;this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,content:`=SUM(${this.getters.zoneToXC(e,o.zone)})`})}}nextEmptyRow(e,t){let o=t.bottom+1;const{left:s,right:n}=t;for(;!this.getters.isEmpty(e,{bottom:o,top:o,left:s,right:n});)o++;return{...t,top:o,bottom:o}}nextEmptyCol(e,t){let o=t.right+1;const{top:s,bottom:n}=t;for(;!this.getters.isEmpty(e,{left:o,right:o,top:s,bottom:n});)o++;return{...t,left:o,right:o}}transpose(e){return new Set([...e.values()].map((e=>"COL"===e?"ROW":"COL")))}}).add("format",class extends iI{handle(e){if("SET_DECIMAL"===e.type)this.setDecimal(e.sheetId,e.target,e.step)}setDecimal(e,t,o){for(const s of t)for(const t of In(s)){const s=this.getCellNumberFormat({sheetId:e,...t});if(void 0!==s){this.getters.getLocale();const n=Us(s,o);this.dispatch("SET_FORMATTING",{sheetId:e,target:[On(t)],format:n})}}}getCellNumberFormat(e){for(const t of[e]){const e=this.getters.getEvaluatedCell(t);if(!(e.type!==Qt.number||e.format&&Ts(e.format)))return e.format||Fs(e.value)}}}).add("split_to_columns",class extends iI{static getters=["getAutomaticSeparator"];allowDispatch(e){return"SPLIT_TEXT_INTO_COLUMNS"===e.type?this.chainValidations(this.batchValidations(this.checkSingleColSelected,this.checkNonEmptySelector),this.batchValidations(this.checkNotOverwritingContent,this.checkSeparatorInSelection))(e):"Success"}handle(e){if("SPLIT_TEXT_INTO_COLUMNS"===e.type)this.splitIntoColumns(e)}getAutomaticSeparator(){const e=this.getters.getSelectedCells();for(const t of e)if(t.value&&t.type===Qt.text){const e=this.getAutoSeparatorForString(t.value);if(e)return e}return" "}getAutoSeparatorForString(e){const t=[ne,";",","," ","."];for(const o of t)if(e.includes(o))return o}splitIntoColumns({separator:e,addNewColumns:t}){const o=this.getters.getSelectedZone(),s=this.getters.getActiveSheetId(),n=this.getSplittedCols(o,e);t&&this.addColsToAvoidCollisions(o,n),this.removeMergesInSplitZone(o,n),this.addColumnsToNotOverflowSheet(o,n);for(let e=0;e<n.length;e++){const t=o.top+e,i=n[e],r=o.left,a=this.getters.getCell({sheetId:s,col:r,row:t});if(1!==i.length||i[0]!==a?.content)for(const[e,o]of i.entries())this.dispatch("UPDATE_CELL",{sheetId:s,col:r+e,row:t,content:sa(o,this.getters.getLocale()),format:"",style:a?.style||null})}}getSplittedCols(e,t){if(!t)throw new Error("Separator cannot be empty");const o=this.getters.getActiveSheetId(),s=[];for(const n of ue(e.top,e.bottom+1)){const i=this.getters.getEvaluatedCell({sheetId:o,col:e.left,row:n}).formattedValue;s.push(this.splitAndRemoveTrailingEmpty(i,t))}return s}splitAndRemoveTrailingEmpty(e,t){const o=e.split(t);for(;o.length>1&&""===o[o.length-1];)o.pop();return o}willSplittedColsOverwriteContent(e,t){const o=this.getters.getActiveSheetId();for(const s of ue(e.top,e.bottom+1)){const n=t[s-e.top];for(let t=1;t<n.length;t++){const n=this.getters.getCell({sheetId:o,col:e.left+t,row:s});if(n&&n.content)return!0}}return!1}removeMergesInSplitZone(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length))),n={...e,right:e.left+s-1},i=this.getters.getMergesInZone(o,n);this.dispatch("REMOVE_MERGE",{sheetId:o,target:i})}addColsToAvoidCollisions(e,t){const o=this.getters.getActiveSheetId();let s=0;for(const n of ue(e.top,e.bottom+1)){const i={sheetId:o,col:e.left,row:n},r=t[n-e.top],a=this.getColsToAddToAvoidCollision(i,r);s=Math.max(s,a)}s&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:e.left,sheetId:o,quantity:s,position:"after"})}getColsToAddToAvoidCollision(e,t){const o=t.length;for(let t=1;t<o;t++){const s=e.col+t,n=this.getters.getCell({...e,col:s});if(n&&n.content)return o-t}return 0}addColumnsToNotOverflowSheet(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length-1))),n=this.getters.getNumberCols(o)-1;e.left+s>n&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:n,sheetId:o,quantity:e.left+s-n,position:"after"})}checkSingleColSelected(){return this.getters.isSingleColSelected()?"Success":"MoreThanOneColumnSelected"}checkNonEmptySelector(e){return""===e.separator?"EmptySplitSeparator":"Success"}checkNotOverwritingContent(e){if(e.addNewColumns||e.force)return"Success";const t=this.getters.getSelectedZones()[0],o=this.getSplittedCols(t,e.separator);return this.willSplittedColsOverwriteContent(t,o)?"SplitWillOverwriteContent":"Success"}checkSeparatorInSelection({separator:e}){const t=this.getters.getSelectedCells();for(const o of t)if(o.formattedValue.includes(e))return"Success";return"NoSplitSeparatorInSelection"}}).add("cell_popovers",class extends iI{static getters=["getCellPopover","getPersistentPopoverTypeAtPosition","hasOpenedPopover"];persistentPopover;allowDispatch(e){if("OPEN_CELL_POPOVER"===e.type){try{Ra.get(e.popoverType)}catch(e){return"InvalidCellPopover"}return"Success"}return"Success"}handle(e){switch(e.type){case"ACTIVATE_SHEET":case"CLOSE_CELL_POPOVER":this.persistentPopover=void 0;break;case"OPEN_CELL_POPOVER":this.persistentPopover={col:e.col,row:e.row,sheetId:this.getters.getActiveSheetId(),type:e.popoverType}}}getCellPopover({col:e,row:t}){const o=this.getters.getActiveSheetId();if(this.persistentPopover&&this.getters.isVisibleInViewport(this.persistentPopover)){const e=this.getters.getMainCellPosition(this.persistentPopover),t=Ra.get(this.persistentPopover.type).onOpen?.(e,this.getters);return t?.isOpen?{...t,anchorRect:this.computePopoverAnchorRect(this.persistentPopover)}:{isOpen:!1}}if(void 0===e||void 0===t||!this.getters.isVisibleInViewport({sheetId:o,col:e,row:t}))return{isOpen:!1};const s=this.getters.getMainCellPosition({sheetId:o,col:e,row:t}),n=Ra.getAll().map((e=>e.onHover?.(s,this.getters))).find((e=>e?.isOpen));return n?.isOpen?{...n,anchorRect:this.computePopoverAnchorRect(s)}:{isOpen:!1}}hasOpenedPopover(){return void 0!==this.persistentPopover}getPersistentPopoverTypeAtPosition({col:e,row:t}){if(this.persistentPopover&&this.persistentPopover.col===e&&this.persistentPopover.row===t)return this.persistentPopover.type}computePopoverAnchorRect({col:e,row:t}){const o=this.getters.getActiveSheetId(),s=this.getters.getMerge({sheetId:o,col:e,row:t});return s?this.getters.getVisibleRect(s):this.getters.getVisibleRect(On({col:e,row:t}))}}).add("collaborative",class extends iI{static getters=["getClientsToDisplay","getClient","getConnectedClients","isFullySynchronized"];static layers=[6];availableColors=new Set(QI);colors={};session;constructor(e){super(e),this.session=e.session}isPositionValid(e){return e.row<this.getters.getNumberRows(e.sheetId)&&e.col<this.getters.getNumberCols(e.sheetId)}chooseNewColor(){0===this.availableColors.size&&(this.availableColors=new Set(QI));const e=(t=[...this.availableColors.values()])[Math.floor(Math.random()*t.length)];var t;return this.availableColors.delete(e),e}getClient(){return this.session.getClient()}getConnectedClients(){return this.session.getConnectedClients()}isFullySynchronized(){return this.session.isFullySynchronized()}getClientsToDisplay(){try{this.getters.getClient()}catch(e){if(e instanceof XI)return[];throw e}const e=this.getters.getActiveSheetId(),t=[];for(const o of this.getters.getConnectedClients())if(o.id!==this.getters.getClient().id&&o.position&&o.position.sheetId===e&&this.isPositionValid(o.position)){const e=o.position;this.colors[o.id]||(this.colors[o.id]=this.chooseNewColor());const s=this.colors[o.id];t.push({...o,position:e,color:s})}return t}drawGrid(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getters.getActiveSheetId();for(const e of this.getClientsToDisplay()){const{row:n,col:i}=e.position,r=this.getters.expandZone(s,{top:n,bottom:n,left:i,right:i}),{x:a,y:l,width:c,height:h}=this.getters.getVisibleRect(r);if(c<=0||h<=0)continue;const d=e.color,u=`${d}10`;t.fillStyle=u,t.lineWidth=4*o,t.strokeStyle=d,t.globalCompositeOperation="multiply",t.fillRect(a,l,c,h),t.globalCompositeOperation="source-over",t.strokeRect(a,l,c,h),t.font=`bold ${B+1}px ${H}`}}}).add("history",class extends iI{static getters=["canUndo","canRedo"];undoStack=[];redoStack=[];session;constructor(e){super(e),this.session=e.session,this.session.on("new-local-state-update",this,this.onNewLocalStateUpdate),this.session.on("pending-revisions-dropped",this,(({revisionIds:e})=>this.drop(e))),this.session.on("snapshot",this,(()=>{this.undoStack=[],this.redoStack=[]}))}allowDispatch(e){switch(e.type){case"REQUEST_UNDO":if(!this.canUndo())return"EmptyUndoStack";break;case"REQUEST_REDO":if(!this.canRedo())return"EmptyRedoStack"}return"Success"}handle(e){switch(e.type){case"REQUEST_UNDO":case"REQUEST_REDO":this.requestHistoryChange("REQUEST_UNDO"===e.type?"UNDO":"REDO")}}finalize(){}requestHistoryChange(e){const t="UNDO"===e?this.undoStack.pop():this.redoStack.pop();if(t)"UNDO"===e?(this.session.undo(t),this.redoStack.push(t)):(this.session.redo(t),this.undoStack.push(t));else{const e=this.getPossibleRevisionToRepeat();if(!e)return;const t=fR(e,this.getters);if(!t)return;if(!Array.isArray(t))return void this.dispatch(t.type,t);for(const e of t)this.dispatch(e.type,e)}}canUndo(){return this.undoStack.length>0}canRedo(){if(this.redoStack.length>0)return!0;const e=this.getPossibleRevisionToRepeat();return!(!(t=e)||!t.rootCommand||"object"!=typeof t.rootCommand)&&(io(t.rootCommand)?uR.contains(t.rootCommand.type):gR.contains(t.rootCommand.type));var t}drop(e){this.undoStack=this.undoStack.filter((t=>!e.includes(t))),this.redoStack=[]}onNewLocalStateUpdate({id:e}){this.undoStack.push(e),this.redoStack=[],this.undoStack.length>99&&this.undoStack.shift()}getPossibleRevisionToRepeat(){return this.session.getLastLocalNonEmptyRevision()}}).add("data_cleanup",class extends iI{allowDispatch(e){return"REMOVE_DUPLICATES"===e.type?this.checkValidations(e,this.chainValidations(this.checkSingleRangeSelected,this.checkNoMergeInZone,this.checkRangeContainsValues,this.checkColumnsIncludedInZone),this.chainValidations(this.checkNoColumnProvided,this.checkColumnsAreUnique)):"Success"}handle(e){switch(e.type){case"REMOVE_DUPLICATES":this.removeDuplicates(e.columns,e.hasHeader);break;case"TRIM_WHITESPACE":this.trimWhitespace()}}removeDuplicates(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.getSelectedZone();t&&(s.top+=1);const n=this.getUniqueRowsIndexes(o,s.top,s.bottom,e),i=n.length;if(i===yn(s).numberOfRows)return void this.notifyRowsRemovedAndRemaining(0,i);const r=n.map((e=>({left:s.left,top:e,right:s.right,bottom:e}))),a=new eR(r,"COPY",this.getters,this.dispatch,this.selection);for(const{col:e,row:t}of In(s))this.dispatch("CLEAR_CELL",{col:e,row:t,sheetId:o});const l={left:s.left,top:s.top,right:s.left,bottom:s.top};a.paste([l]);const c={left:s.left,top:s.top-(t?1:0),right:s.right,bottom:s.top+i-1};this.selection.selectZone({cell:{col:c.left,row:c.top},zone:c});const h=s.bottom-s.top+1-i;this.notifyRowsRemovedAndRemaining(h,i)}getUniqueRowsIndexes(e,t,o,s){const n=new Map;for(const i of ue(t,o+1)){const t=s.map((t=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:i}).value));!Object.values(n).some((e=>Fe(e,t)))&&(n[i]=t)}return Object.keys(n).map((e=>parseInt(e)))}notifyRowsRemovedAndRemaining(e,t){this.ui.notifyUI({type:"info",text:Xt("%s duplicate rows found and removed.\n%s unique rows remain.",e.toString(),t.toString()),sticky:!1})}checkSingleRangeSelected(){return 1!==this.getters.getSelectedZones().length?"MoreThanOneRangeSelected":"Success"}checkNoMergeInZone(){const e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZone();return this.getters.getMergesInZone(e,t).length>0?"WillRemoveExistingMerge":"Success"}checkRangeContainsValues(e){const t=this.getters.getActiveSheetId(),o=this.getters.getSelectedZone();e.hasHeader&&(o.top+=1);return this.getters.getEvaluatedCellsInZone(t,o).every((e=>"empty"===e.type))?"EmptyTarget":"Success"}checkNoColumnProvided(e){return 0===e.columns.length?"NoColumnsProvided":"Success"}checkColumnsIncludedInZone(e){const t=this.getters.getSelectedZone();return e.columns.some((e=>e<t.left||e>t.right))?"ColumnsNotIncludedInZone":"Success"}checkColumnsAreUnique(e){return e.columns.length!==new Set(e.columns).size?"DuplicatesColumnsSelected":"Success"}trimWhitespace(){const e=this.getters.getSelectedZones(),t=this.getters.getActiveSheetId();let o=0;for(const{col:s,row:n}of e.map(In).flat()){const e=this.getters.getCell({col:s,row:n,sheetId:t});if(!e)continue;const i=Ge(e.content);i!==e.content&&(o+=1,this.dispatch("UPDATE_CELL",{sheetId:t,col:s,row:n,content:i}))}const s=o?Xt("Trimmed whitespace from %s cells.",o):Xt("No selected cells had whitespace trimmed.");this.ui.notifyUI({type:"info",text:s,sticky:!1})}}),TR=(new ki).add("selection",class extends iI{static layers=[6];static getters=["getActiveSheet","getActiveSheetId","getActiveCell","getActiveCols","getActiveRows","getCurrentStyle","getSelectedZones","getSelectedZone","getSelectedCells","getStatisticFnResults","getAggregate","getSelectedFigureId","getSelection","getActivePosition","getSheetPosition","isSelected","isSingleColSelected","getElementsFromSelection","tryGetActiveSheetId","isGridSelectionActive"];gridSelection={anchor:{cell:{col:0,row:0},zone:{top:0,left:0,bottom:0,right:0}},zones:[{top:0,left:0,bottom:0,right:0}]};selectedFigureId=null;sheetsData={};moveClient;activeSheet=null;constructor(e){super(e),this.moveClient=e.moveClient}allowDispatch(e){switch(e.type){case"ACTIVATE_SHEET":try{this.getters.getSheet(e.sheetIdTo);break}catch(e){return"InvalidSheetId"}case"MOVE_COLUMNS_ROWS":return this.isMoveElementAllowed(e)}return"Success"}handleEvent(e){const t=e.anchor;let o=[];switch(e.mode){case"overrideSelection":o=[t.zone];break;case"updateAnchor":o=[...this.gridSelection.zones];const s=o.findIndex((t=>vn(t,e.previousAnchor.zone)));s>=0&&(o[s]=t.zone);break;case"newAnchor":o=[...this.gridSelection.zones,t.zone]}this.setSelectionMixin(e.anchor,o),this.selection.resetDefaultAnchor(this,le(this.gridSelection.anchor));const{col:s,row:n}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:s,row:n}),this.selectedFigureId=null}handle(e){switch(e.type){case"START_EDITION":case"ACTIVATE_SHEET":this.selectedFigureId=null;break;case"DELETE_FIGURE":this.selectedFigureId===e.id&&(this.selectedFigureId=null);break;case"DELETE_SHEET":this.selectedFigureId&&this.getters.getFigure(e.sheetId,this.selectedFigureId)&&(this.selectedFigureId=null)}switch(e.type){case"START":const t=this.getters.getVisibleSheetIds()[0];this.activateSheet(t,t);const{col:o,row:s}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(o,s),this.selection.registerAsDefault(this,this.gridSelection.anchor,{handleEvent:this.handleEvent.bind(this)}),this.moveClient({sheetId:t,col:0,row:0});break;case"ACTIVATE_SHEET":this.activateSheet(e.sheetIdFrom,e.sheetIdTo);break;case"REMOVE_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){"COL"===e.dimension?this.onColumnsRemoved(e):this.onRowsRemoved(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"ADD_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){this.onAddElements(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"MOVE_COLUMNS_ROWS":e.sheetId===this.getActiveSheetId()&&this.onMoveElements(e);break;case"SELECT_FIGURE":this.selectedFigureId=e.id;break;case"ACTIVATE_NEXT_SHEET":this.activateNextSheet("right");break;case"ACTIVATE_PREVIOUS_SHEET":this.activateNextSheet("left");break;case"HIDE_SHEET":e.sheetId===this.getActiveSheetId()&&this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:e.sheetId,sheetIdTo:this.getters.getVisibleSheetIds()[0]});break;case"UNDO":case"REDO":case"DELETE_SHEET":const n=Object.keys(this.sheetsData).filter((e=>!this.getters.tryGetSheet(e)));for(const e of n)delete this.sheetsData[e];for(const e in this.sheetsData){const t=this.clipSelection(e,this.sheetsData[e].gridSelection);this.sheetsData[e]={gridSelection:le(t)}}if(!this.getters.tryGetSheet(this.getters.getActiveSheetId())){const e=this.getters.getVisibleSheetIds();if(this.activeSheet=this.getters.getSheet(e[0]),this.activeSheet.id in this.sheetsData){const{anchor:e}=this.clipSelection(this.activeSheet.id,this.sheetsData[this.activeSheet.id].gridSelection);this.selectCell(e.cell.col,e.cell.row)}else this.selectCell(0,0);const{col:t,row:o}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:t,row:o})}const i=this.getters.getActiveSheetId();this.gridSelection.zones=this.gridSelection.zones.map((e=>this.getters.expandZone(i,e))),this.gridSelection.anchor.zone=this.getters.expandZone(i,this.gridSelection.anchor.zone),this.setSelectionMixin(this.gridSelection.anchor,this.gridSelection.zones)}this.selection.resetDefaultAnchor(this,le(this.gridSelection.anchor))}isGridSelectionActive(){return this.selection.isListening(this)}getActiveSheet(){return this.activeSheet}getActiveSheetId(){return this.activeSheet.id}tryGetActiveSheetId(){return this.activeSheet?.id}getActiveCell(){return this.getters.getEvaluatedCell(this.getActivePosition())}getActiveCols(){const e=new Set;for(let t of this.gridSelection.zones)if(0===t.top&&t.bottom===this.getters.getNumberRows(this.getters.getActiveSheetId())-1)for(let o=t.left;o<=t.right;o++)e.add(o);return e}getActiveRows(){const e=new Set,t=this.getters.getActiveSheetId();for(let o of this.gridSelection.zones)if(0===o.left&&o.right===this.getters.getNumberCols(t)-1)for(let t=o.top;t<=o.bottom;t++)e.add(t);return e}getCurrentStyle(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();return this.getters.getCellStyle({sheetId:t,col:e.left,row:e.top})}getSelectedZones(){return le(this.gridSelection.zones)}getSelectedZone(){return le(this.gridSelection.anchor.zone)}getSelection(){return le(this.gridSelection)}getSelectedCells(){const e=this.getters.getActiveSheetId(),t=[];for(const o of this.gridSelection.zones)t.push(...this.getters.getEvaluatedCellsInZone(e,o));return t}getSelectedFigureId(){return this.selectedFigureId}getActivePosition(){return this.getters.getMainCellPosition({sheetId:this.getActiveSheetId(),col:this.gridSelection.anchor.cell.col,row:this.gridSelection.anchor.cell.row})}getSheetPosition(e){if(e===this.getters.getActiveSheetId())return this.getActivePosition();{const t=this.sheetsData[e];return t?{sheetId:e,col:t.gridSelection.anchor.cell.col,row:t.gridSelection.anchor.cell.row}:this.getters.getNextVisibleCellPosition({sheetId:e,col:0,row:0})}}getStatisticFnResults(){const e=this.getters.getActiveSheetId(),t=new Set;for(const o of this.gridSelection.zones)for(const{col:s,row:n}of In(o)){if(this.getters.isRowHidden(e,n)||this.getters.isColHidden(e,s))continue;const o=this.getters.getEvaluatedCell({sheetId:e,col:s,row:n});o.type!==Qt.empty&&t.add(o)}const o=this.getters.getLocale();let s={};for(let e of yR){let n;const i=[...t].filter((t=>e.types.includes(t.type)));i.length&&(n=e.compute(i,o)),s[e.name]=n}return s}getAggregate(){let e=0,t=0;const o=this.getters.getActiveSheetId(),s=this.gridSelection.zones.map(In).flat();for(const{col:n,row:i}of s){const s=this.getters.getEvaluatedCell({sheetId:o,col:n,row:i});s.type===Qt.number&&(t++,e+=s.value)}const n=this.getters.getLocale();return t<2?null:Cs(e,{locale:n})}isSelected(e){return!!this.getters.getSelectedZones().find((t=>vn(t,e)))}isSingleColSelected(){const e=this.getters.getSelectedZones();return 1===e.length&&e[0].left===e[0].right}getElementsFromSelection(e){if("COL"===e&&0===this.getters.getActiveCols().size)return[];if("ROW"===e&&0===this.getters.getActiveRows().size)return[];const t=this.getters.getSelectedZones();let o=[];const s="COL"===e?"left":"top",n="COL"===e?"right":"bottom";for(const e of t){const t=Array.from({length:e[n]-e[s]+1},((t,o)=>e[s]+o));o=o.concat(t)}return[...new Set(o)].sort()}activateSheet(e,t){if(this.getters.isSheetVisible(t)||this.dispatch("SHOW_SHEET",{sheetId:t}),this.setActiveSheet(t),this.sheetsData[e]={gridSelection:le(this.gridSelection)},t in this.sheetsData)Object.assign(this,this.sheetsData[t]),this.selection.resetDefaultAnchor(this,le(this.gridSelection.anchor));else{const{col:e,row:o}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(e,o)}}setSelectionMixin(e,t){const{anchor:o,zones:s}=this.clipSelection(this.getters.getActiveSheetId(),{anchor:e,zones:t});this.gridSelection.anchor=o,this.gridSelection.zones=function(e){return e.reverse().filter(((e,t,o)=>t===o.findIndex((t=>t.top===e.top&&t.bottom===e.bottom&&t.left===e.left&&t.right===e.right)))).reverse()}(s)}selectCell(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.expandZone(o,{left:e,right:e,top:t,bottom:t});this.setSelectionMixin({zone:s,cell:{col:e,row:t}},[s])}setActiveSheet(e){const t=this.getters.getSheet(e);this.activeSheet=t}activateNextSheet(e){const t=this.getters.getSheetIds(),o=(t.findIndex((e=>e===this.activeSheet.id))+("left"===e?t.length-1:1))%t.length;this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getActiveSheetId(),sheetIdTo:t[o]})}onColumnsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=gn(o,"left",[...e.elements]);let n={left:t.col,right:t.col,top:t.row,bottom:t.row};n=gn(n,"left",[...e.elements]);const i={cell:{col:n.left,row:n.top},zone:s},r=this.gridSelection.zones.map((t=>gn(t,"left",[...e.elements])));this.setSelectionMixin(i,r)}onRowsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=gn(o,"top",[...e.elements]);let n={left:t.col,right:t.col,top:t.row,bottom:t.row};n=gn(n,"top",[...e.elements]);const i={cell:{col:n.left,row:n.top},zone:s},r=this.gridSelection.zones.map((t=>gn(t,"top",[...e.elements])));this.setSelectionMixin(i,r)}onAddElements(e){const t="COL"===e.dimension?"left":"top",o=un(this.gridSelection.anchor.zone,t,e.base,e.position,e.quantity),s=this.gridSelection.zones.map((o=>un(o,t,e.base,e.position,e.quantity))),n={cell:{col:o.left,row:o.top},zone:o};this.setSelectionMixin(n,s)}onMoveElements(e){const t=e.elements.length;this.dispatch("ADD_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,base:e.base,quantity:t,position:e.position});const o="COL"===e.dimension,s=e.elements[0],n=e.elements[t-1],i=e.base<s,r=i&&o?t:0,a=i&&!o?t:0,l=[{left:o?s+r:0,right:o?n+r:this.getters.getNumberCols(e.sheetId)-1,top:o?0:s+a,bottom:o?this.getters.getNumberRows(e.sheetId)-1:n+a}],c=new eR(l,"CUT",this.getters,this.dispatch,this.selection),h=i?e.base:e.base+1,d=[{left:o?h:0,right:o?h+t-1:this.getters.getNumberCols(e.sheetId)-1,top:o?0:h,bottom:o?this.getters.getNumberRows(e.sheetId)-1:h+t-1}];c.paste(d,{selectTarget:!0});const u=i?e.elements.map((e=>e+t)):e.elements;let g=e.base;for(const t of u){const o=this.getters.getHeaderSize(e.sheetId,e.dimension,t);this.dispatch("RESIZE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,size:o,elements:[g]}),g+=1}this.dispatch("REMOVE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,elements:u})}isMoveElementAllowed(e){const t="COL"===e.dimension,o=e.elements[0],s=e.elements[e.elements.length-1],n=e.sheetId,i=t?this.getters.doesColumnsHaveCommonMerges:this.getters.doesRowsHaveCommonMerges;if(i(n,o-1,o)||i(n,s,s+1)||i(n,e.base-1,e.base))return"WillRemoveExistingMerge";const r=[e.base,...e.elements],a=t?this.getters.getNumberCols(n):this.getters.getNumberRows(n);return r.some((e=>e<0||e>=a))?"InvalidHeaderIndex":"Success"}clipSelection(e,t){const o=this.getters.getNumberCols(e)-1,s=this.getters.getNumberRows(e)-1;return{zones:t.zones.map((e=>({left:de(e.left,0,o),right:de(e.right,0,o),top:de(e.top,0,s),bottom:de(e.bottom,0,s)}))),anchor:{cell:{col:de(t.anchor.cell.col,0,o),row:de(t.anchor.cell.row,0,s)},zone:{left:de(t.anchor.zone.left,0,o),right:de(t.anchor.zone.right,0,o),top:de(t.anchor.zone.top,0,s),bottom:de(t.anchor.zone.bottom,0,s)}}}}drawGrid(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getSelectedZones();t.fillStyle="#f3f7fe";const n=1===s.length&&s[0].left===s[0].right&&s[0].top===s[0].bottom;t.fillStyle=n?"#f3f7fe":"#e9f0ff",t.strokeStyle=c,t.lineWidth=1.5*o;for(const e of s){const{x:o,y:s,width:n,height:i}=this.getters.getVisibleRect(e);t.globalCompositeOperation="multiply",t.fillRect(o,s,n,i),t.globalCompositeOperation="source-over",t.strokeRect(o,s,n,i)}t.globalCompositeOperation="source-over";const i=this.getActivePosition();let r;t.strokeStyle=c,t.lineWidth=3*o,r=this.getters.isInMerge(i)?this.getters.getMerge(i):On(i);const{x:a,y:l,width:h,height:d}=this.getters.getVisibleRect(r);h>0&&d>0&&t.strokeRect(a,l,h,d)}}).add("evaluation_filter",class extends iI{static getters=["getCellBorderWithFilterBorder","getFilterValues","isRowFiltered","isFilterActive"];filterValues={};hiddenRows=new Set;isEvaluationDirty=!1;allowDispatch(e){if("UPDATE_FILTER"===e.type)if(!this.getters.getFilterId(e))return"FilterNotFound";return"Success"}handle(e){switch(e.type){case"UNDO":case"REDO":case"UPDATE_CELL":case"EVALUATE_CELLS":case"ACTIVATE_SHEET":case"REMOVE_FILTER_TABLE":case"ADD_COLUMNS_ROWS":case"REMOVE_COLUMNS_ROWS":this.isEvaluationDirty=!0;break;case"START":for(const e of this.getters.getSheetIds()){this.filterValues[e]={};for(const t of this.getters.getFilters(e))this.filterValues[e][t.id]=[]}break;case"CREATE_SHEET":this.filterValues[e.sheetId]={};break;case"HIDE_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"GROUP_HEADERS":case"UNGROUP_HEADERS":case"FOLD_HEADER_GROUP":case"UNFOLD_HEADER_GROUP":case"FOLD_ALL_HEADER_GROUPS":case"UNFOLD_ALL_HEADER_GROUPS":this.updateHiddenRows();break;case"UPDATE_FILTER":this.updateFilter(e),this.updateHiddenRows();break;case"DUPLICATE_SHEET":const t={};for(const o of this.getters.getFilters(e.sheetIdTo)){const s=o.zoneWithHeaders;t[o.id]=this.getFilterValues({sheetId:e.sheetId,col:s.left,row:s.top})}this.filterValues[e.sheetIdTo]=t}}finalize(){this.isEvaluationDirty&&(this.updateHiddenRows(),this.isEvaluationDirty=!1)}isRowFiltered(e,t){return e===this.getters.getActiveSheetId()&&this.hiddenRows.has(t)}getCellBorderWithFilterBorder(e){const{sheetId:t,col:o,row:s}=e;let n;for(let e of this.getters.getFilterTables(t)){const i=e.zone;if(Sn(o,s,i)){const e=this.intersectZoneWithViewport(t,i);n={top:s===e.top?$:void 0,bottom:s===e.bottom?$:void 0,left:o===e.left?$:void 0,right:o===e.right?$:void 0}}}const i=this.getters.getCellBorder(e),r={...n,...Le(i||{})};return Te(r)?null:r}getFilterValues(e){const t=this.getters.getFilterId(e),o=e.sheetId;return t&&this.filterValues[o]&&this.filterValues[o][t]||[]}isFilterActive(e){const t=this.getters.getFilterId(e),o=e.sheetId;return Boolean(t&&this.filterValues[o]?.[t]?.length)}intersectZoneWithViewport(e,t){return{left:this.getters.findVisibleHeader(e,"COL",t.left,t.right),right:this.getters.findVisibleHeader(e,"COL",t.right,t.left),top:this.getters.findVisibleHeader(e,"ROW",t.top,t.bottom),bottom:this.getters.findVisibleHeader(e,"ROW",t.bottom,t.top)}}updateFilter({col:e,row:t,hiddenValues:o,sheetId:s}){const n=this.getters.getFilterId({sheetId:s,col:e,row:t});n&&(this.filterValues[s]||(this.filterValues[s]={}),this.filterValues[s][n]=o)}updateHiddenRows(){const e=this.getters.getActiveSheetId(),t=this.getters.getFilters(e).sort(((e,t)=>e.zoneWithHeaders.top-t.zoneWithHeaders.top)),o=new Set;for(let s of t){if(o.has(s.zoneWithHeaders.top)||this.getters.isRowHiddenByUser(e,s.zoneWithHeaders.top))continue;const t=this.filterValues[e]?.[s.id]?.map(jn);if(t&&s.filteredZone)for(let n=s.filteredZone.top;n<=s.filteredZone.bottom;n++){const i=this.getCellValueAsString(e,s.col,n);t.includes(i)&&o.add(n)}}this.hiddenRows=o}getCellValueAsString(e,t,o){return this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).formattedValue.toLowerCase()}exportForExcel(e){for(const t of e.sheets){const e=t.id;for(const o of t.filterTables){const s=an(o.range),n=[],i=[];for(const o of ue(0,yn(s).numberOfCols)){const r={sheetId:t.id,col:s.left+o,row:s.top},a=this.getFilterValues(r),l=this.getters.getFilter(r);if(!l)continue;const c=l.filteredZone?In(l.filteredZone).map((t=>this.getters.getEvaluatedCell({sheetId:e,...t}).formattedValue)):[];if(a.length){const e=c.filter((e=>e)).filter((e=>!a.includes(e)));n.push({colId:o,displayedValues:[...new Set(e)],displayBlanks:!a.includes("")&&c.some((e=>!e))})}const h={col:l.col,row:l.zoneWithHeaders.top,sheetId:e},d=this.getters.getEvaluatedCell(h).formattedValue,u=this.getUniqueColNameForExcel(o,d,i);i.push(u),t.cells[ut(h.col,h.row)]={...t.cells[ut(h.col,h.row)],content:u,value:u,isFormula:!1}}o.filters=n}}}getUniqueColNameForExcel(e,t,o){t||(t=`Column${e}`);let s=t,n=2;for(;o.includes(s);)s=t+String(n),n++;return s}}).add("header_visibility_ui",class extends iI{static getters=["getNextVisibleCellPosition","findVisibleHeader","findLastVisibleColRowIndex","findFirstVisibleColRowIndex","isRowHidden","isColHidden","isHeaderHidden"];isRowHidden(e,t){return this.getters.isRowHiddenByUser(e,t)||this.getters.isRowFiltered(e,t)}isColHidden(e,t){return this.getters.isColHiddenByUser(e,t)}isHeaderHidden(e,t,o){return"COL"===t?this.isColHidden(e,o):this.isRowHidden(e,o)}getNextVisibleCellPosition({sheetId:e,col:t,row:o}){return{sheetId:e,col:this.findVisibleHeader(e,"COL",t,this.getters.getNumberCols(e)-1),row:this.findVisibleHeader(e,"ROW",o,this.getters.getNumberRows(e)-1)}}findVisibleHeader(e,t,o,s){if(o<=s)for(let n=o;n<=s;n++)if(this.getters.doesHeaderExist(e,t,n)&&!this.isHeaderHidden(e,t,n))return n;if(o>s)for(let n=o;n>=s;n--)if(this.getters.doesHeaderExist(e,t,n)&&!this.isHeaderHidden(e,t,n))return n}findLastVisibleColRowIndex(e,t,{last:o,first:s}){return ue(o,s,-1).find((o=>!this.isHeaderHidden(e,t,o)))||s}findFirstVisibleColRowIndex(e,t){const o=this.getters.getNumberHeaders(e,t);for(let s=0;s<o;s++){if("COL"===t&&!this.isColHidden(e,s))return s;if("ROW"===t&&!this.isRowHidden(e,s))return s}}exportForExcel(e){for(const t of e.sheets)for(const[e,o]of Object.entries(t.rows)){const s=this.isRowHidden(t.id,Number(e));o.isHidden=s}}}).add("header_positions",class extends iI{static getters=["getColDimensions","getRowDimensions","getColRowOffset"];headerPositions={};isDirty=!0;handle(e){switch(eo.has(e.type)&&(this.headerPositions={},this.isDirty=!0),e.type){case"START":for(const e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);break;case"UPDATE_CELL":case"UPDATE_FILTER":case"REMOVE_FILTER_TABLE":this.headerPositions={},this.isDirty=!0;break;case"REMOVE_COLUMNS_ROWS":case"RESIZE_COLUMNS_ROWS":case"HIDE_COLUMNS_ROWS":case"ADD_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"FOLD_HEADER_GROUP":case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_ALL_HEADER_GROUPS":case"FOLD_ALL_HEADER_GROUPS":case"UNGROUP_HEADERS":case"GROUP_HEADERS":case"CREATE_SHEET":this.headerPositions[e.sheetId]=this.computeHeaderPositionsOfSheet(e.sheetId);break;case"DUPLICATE_SHEET":this.headerPositions[e.sheetIdTo]=le(this.headerPositions[e.sheetId])}}finalize(){if(this.isDirty){for(const e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);this.isDirty=!1}}getColDimensions(e,t){const o=this.headerPositions[e].COL[t],s=this.getters.getColSize(e,t);return{start:o,size:s,end:o+(this.getters.isColHidden(e,t)?0:s)}}getRowDimensions(e,t){const o=this.headerPositions[e].ROW[t],s=this.getters.getRowSize(e,t);return{start:o,size:s,end:o+(this.getters.isRowHidden(e,t)?0:s)}}getColRowOffset(e,t,o,s=this.getters.getActiveSheetId()){const n=this.headerPositions[s][e][t];return this.headerPositions[s][e][o]-n}computeHeaderPositionsOfSheet(e){return{COL:this.computePositions(e,"COL"),ROW:this.computePositions(e,"ROW")}}computePositions(e,t){const o={};let s=0;for(let n=0;n<this.getters.getNumberHeaders(e,t)+1;n++)o[n]=s,this.getters.isHeaderHidden(e,t,n)||(s+=this.getters.getHeaderSize(e,t,n));return o}}).add("viewport",class extends iI{static getters=["getColIndex","getRowIndex","getActiveMainViewport","getSheetViewDimension","getSheetViewDimensionWithHeaders","getMainViewportRect","isVisibleInViewport","getEdgeScrollCol","getEdgeScrollRow","getVisibleFigures","getVisibleRect","getVisibleRectWithoutHeaders","getVisibleCellPositions","getColRowOffsetInViewport","getMainViewportCoordinates","getActiveSheetScrollInfo","getActiveSheetDOMScrollInfo","getSheetViewVisibleCols","getSheetViewVisibleRows","getFrozenSheetViewRatio","isPositionVisible"];viewports={};sheetViewWidth=se();sheetViewHeight=se();gridOffsetX=0;gridOffsetY=0;sheetsWithDirtyViewports=new Set;shouldAdjustViewports=!1;allowDispatch(e){switch(e.type){case"SET_VIEWPORT_OFFSET":return this.checkScrollingDirection(e);case"RESIZE_SHEETVIEW":return this.chainValidations(this.checkValuesAreDifferent,this.checkPositiveDimension)(e);default:return"Success"}}handleEvent(e){if(e.options.scrollIntoView){let{col:t,row:o}=Tn(e.previousAnchor.zone,e.anchor.zone);if("updateAnchor"===e.mode){const s=e.previousAnchor.zone,n=e.anchor.zone,{top:i,bottom:r,left:a,right:l}=this.getters.getActiveMainViewport();s.left===n.left&&s.right===n.right&&(t=a>t||t>l?a:t),s.top===n.top&&s.bottom===n.bottom&&(o=i>o||o>r?i:o)}const s=this.getters.getActiveSheetId();t=Math.min(t,this.getters.getNumberCols(s)-1),o=Math.min(o,this.getters.getNumberRows(s)-1),this.sheetsWithDirtyViewports.has(s)||this.refreshViewport(this.getters.getActiveSheetId(),{col:t,row:o})}}handle(e){if(this.cleanViewports(),eo.has(e.type))for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);switch(e.type){case"START":this.selection.observe(this,{handleEvent:this.handleEvent.bind(this)}),this.resetViewports(this.getters.getActiveSheetId());break;case"UNDO":case"REDO":for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);this.shouldAdjustViewports=!0;break;case"RESIZE_SHEETVIEW":this.resizeSheetView(e.height,e.width,e.gridOffsetX,e.gridOffsetY);break;case"SET_VIEWPORT_OFFSET":this.setSheetViewOffset(e.offsetX,e.offsetY);break;case"SHIFT_VIEWPORT_DOWN":const{top:t}=this.getActiveMainViewport(),o=this.getters.getActiveSheetId(),s=this.clipOffsetY(this.getters.getRowDimensions(o,t).start+this.sheetViewHeight);this.shiftVertically(s);break;case"SHIFT_VIEWPORT_UP":{const{top:e}=this.getActiveMainViewport(),t=this.getters.getActiveSheetId(),o=this.clipOffsetY(this.getters.getRowDimensions(t,e).end-this.sheetViewHeight);this.shiftVertically(o);break}case"REMOVE_FILTER_TABLE":case"UPDATE_FILTER":this.sheetsWithDirtyViewports.add(e.sheetId);break;case"REMOVE_COLUMNS_ROWS":case"RESIZE_COLUMNS_ROWS":case"HIDE_COLUMNS_ROWS":case"ADD_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"UNGROUP_HEADERS":case"GROUP_HEADERS":case"FOLD_HEADER_GROUP":case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_ALL_HEADER_GROUPS":case"FOLD_ALL_HEADER_GROUPS":{const t="sheetId"in e?e.sheetId:this.getters.getActiveSheetId();this.sheetsWithDirtyViewports.add(t);break}case"UPDATE_CELL":if("content"in e||"format"in e||void 0!==e.style?.fontSize)for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);break;case"ACTIVATE_SHEET":this.sheetsWithDirtyViewports.add(e.sheetIdTo);break;case"UNFREEZE_ROWS":case"UNFREEZE_COLUMNS":case"FREEZE_COLUMNS":case"FREEZE_ROWS":case"UNFREEZE_COLUMNS_ROWS":this.resetViewports(this.getters.getActiveSheetId());break;case"DELETE_SHEET":this.sheetsWithDirtyViewports.delete(e.sheetId);break;case"START_EDITION":const{col:n,row:i}=this.getters.getActivePosition();this.refreshViewport(this.getters.getActiveSheetId(),{col:n,row:i})}}finalize(){for(const e of this.sheetsWithDirtyViewports)if(this.resetViewports(e),this.shouldAdjustViewports){const t=this.getters.getSheetPosition(e),o=this.getSubViewports(e);Object.values(o).forEach((e=>{e.adjustPosition(t)}))}this.sheetsWithDirtyViewports=new Set,this.shouldAdjustViewports=!1,this.setViewports()}setViewports(){const e=this.getters.getSheetIds();for(const t of e)this.viewports[t]?.bottomRight||this.resetViewports(t)}getColIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getColIndex(e))))}getRowIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getRowIndex(e))))}getSheetViewDimensionWithHeaders(){return{width:this.sheetViewWidth+this.gridOffsetX,height:this.sheetViewHeight+this.gridOffsetY}}getSheetViewDimension(){return{width:this.sheetViewWidth,height:this.sheetViewHeight}}getActiveMainViewport(){const e=this.getters.getActiveSheetId();return this.getMainViewport(e)}getActiveSheetScrollInfo(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetX,scrollY:t.offsetY}}getActiveSheetDOMScrollInfo(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetScrollbarX,scrollY:t.offsetScrollbarY}}getSheetViewVisibleCols(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>ue(e.left,e.right+1))).flat())].filter((t=>!this.getters.isHeaderHidden(e,"COL",t)))}getSheetViewVisibleRows(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>ue(e.top,e.bottom+1))).flat())].filter((t=>!this.getters.isHeaderHidden(e,"ROW",t)))}getVisibleCellPositions(){const e=this.getSheetViewVisibleCols(),t=this.getSheetViewVisibleRows(),o=this.getters.getActiveSheetId(),s=[];for(const n of e)for(const e of t){const t={sheetId:o,col:n,row:e},i=this.getters.getMainCellPosition(t);i.row===e&&i.col===n&&s.push(t)}return s}getMainViewportRect(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e),{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e);let{width:n,height:i}=t.getMaxSize();return{x:this.getters.getColDimensions(e,o).start,y:this.getters.getRowDimensions(e,s).start,width:n,height:i}}getMaximumSheetOffset(){const e=this.getters.getActiveSheetId(),{width:t,height:o}=this.getMainViewportRect(),s=this.getMainInternalViewport(e);return{maxOffsetX:Math.max(0,t-s.viewportWidth+1),maxOffsetY:Math.max(0,o-s.viewportHeight+1)}}getColRowOffsetInViewport(e,t,o){const s=this.getters.getActiveSheetId(),n=this.getters.getSheetViewVisibleCols(),i=this.getters.getSheetViewVisibleRows();if(o<t)return-this.getColRowOffsetInViewport(e,o,t);let r=0;const a="COL"===e?n:i;for(let n=t;n<o;n++)a.includes(n)&&(r+=this.getters.getHeaderSize(s,e,n));return r}isVisibleInViewport({sheetId:e,col:t,row:o}){return this.getSubViewports(e).some((e=>e.isVisible(t,o)))}getEdgeScrollCol(e,t,o){let s=!1,n=0,i=0;const{xSplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{width:a}=this.getSheetViewDimension(),{x:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollX;return e>a?(s=!0,i=ds(e-a),n=1):e<l&&o>=l&&c>0?(s=!0,i=ds(l-e),n=-1):r&&t<l&&e>l&&(s=!0,i=ds(e),n="reset"),{canEdgeScroll:s,direction:n,delay:i}}getEdgeScrollRow(e,t,o){let s=!1,n=0,i=0;const{ySplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{height:a}=this.getSheetViewDimension(),{y:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollY;return e>a?(s=!0,i=ds(e-a),n=1):e<l&&o>=l&&c>0?(s=!0,i=ds(l-e),n=-1):r&&t<l&&e>l&&(s=!0,i=ds(e),n="reset"),{canEdgeScroll:s,direction:n,delay:i}}getVisibleRect(e){const t=this.getVisibleRectWithoutHeaders(e);return{...t,x:t.x+this.gridOffsetX,y:t.y+this.gridOffsetY}}getVisibleRectWithoutHeaders(e){const t=this.getters.getActiveSheetId(),o=this.getSubViewports(t).map((t=>t.getRect(e))).filter(Ie);if(0===o.length)return{x:0,y:0,width:0,height:0};const s=Math.min(...o.map((e=>e.x))),n=Math.min(...o.map((e=>e.y)));return{x:s,y:n,width:Math.max(...o.map((e=>e.x+e.width)))-s,height:Math.max(...o.map((e=>e.y+e.height)))-n}}getMainViewportCoordinates(){const e=this.getters.getActiveSheetId(),{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e);return{x:this.getters.getColDimensions(e,t).start,y:this.getters.getRowDimensions(e,o).start}}ensureMainViewportExist(e){this.viewports[e]||this.resetViewports(e)}getSubViewports(e){return this.ensureMainViewportExist(e),Object.values(this.viewports[e]).filter(Ie)}checkPositiveDimension(e){return e.width<0||e.height<0?"InvalidViewportSize":"Success"}checkValuesAreDifferent(e){const{height:t,width:o}=this.getSheetViewDimension();return e.gridOffsetX===this.gridOffsetX&&e.gridOffsetY===this.gridOffsetY&&e.width===o&&e.height===t?"ValuesNotChanged":"Success"}checkScrollingDirection({offsetX:e,offsetY:t}){const o=this.getMainInternalViewport(this.getters.getActiveSheetId());return!o.canScrollHorizontally&&e>0||!o.canScrollVertically&&t>0?"InvalidScrollingDirection":"Success"}getMainViewport(e){const t=this.getMainInternalViewport(e);return{top:t.top,left:t.left,bottom:t.bottom,right:t.right}}getMainInternalViewport(e){return this.ensureMainViewportExist(e),this.viewports[e].bottomRight}cleanViewports(){const e=this.getters.getSheetIds();for(let t of Object.keys(this.viewports))e.includes(t)||delete this.viewports[t]}resizeSheetView(e,t,o=0,s=0){this.sheetViewHeight=e,this.sheetViewWidth=t,this.gridOffsetX=o,this.gridOffsetY=s,this.recomputeViewports()}recomputeViewports(){for(let e of Object.keys(this.viewports))this.resetViewports(e)}setSheetViewOffset(e,t){const o=this.getters.getActiveSheetId(),{maxOffsetX:s,maxOffsetY:n}=this.getMaximumSheetOffset();Object.values(this.getSubViewports(o)).forEach((o=>o.setViewportOffset(de(e,0,s),de(t,0,n))))}clipOffsetY(e){const{height:t}=this.getMainViewportRect(),o=t-this.sheetViewHeight;return e=Math.min(e,o),e=Math.max(e,0)}getViewportOffset(e){return{x:this.viewports[e]?.bottomRight.offsetScrollbarX||0,y:this.viewports[e]?.bottomRight.offsetScrollbarY||0}}resetViewports(e){if(!this.getters.tryGetSheet(e))return;const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getNumberCols(e),n=this.getters.getNumberRows(e),i=this.getters.getColRowOffset("COL",0,t,e),r=this.getters.getColRowOffset("ROW",0,o,e),{xRatio:a,yRatio:l}=this.getFrozenSheetViewRatio(e),c=a<1,h=l<1,d=this.getViewportOffset(e),u={topLeft:o&&t&&new xR(this.getters,e,{left:0,right:t-1,top:0,bottom:o-1},{width:i,height:r},{canScrollHorizontally:!1,canScrollVertically:!1},{x:0,y:0})||void 0,topRight:o&&new xR(this.getters,e,{left:t,right:s-1,top:0,bottom:o-1},{width:this.sheetViewWidth-i,height:r},{canScrollHorizontally:c,canScrollVertically:!1},{x:c?d.x:0,y:0})||void 0,bottomLeft:t&&new xR(this.getters,e,{left:0,right:t-1,top:o,bottom:n-1},{width:i,height:this.sheetViewHeight-r},{canScrollHorizontally:!1,canScrollVertically:h},{x:0,y:h?d.y:0})||void 0,bottomRight:new xR(this.getters,e,{left:t,right:s-1,top:o,bottom:n-1},{width:this.sheetViewWidth-i,height:this.sheetViewHeight-r},{canScrollHorizontally:c,canScrollVertically:h},{x:c?d.x:0,y:h?d.y:0})};this.viewports[e]=u}refreshViewport(e,t){Object.values(this.getSubViewports(e)).forEach((e=>{e.adjustViewportZone(),e.adjustPosition(t)}))}shiftVertically(e){const{top:t}=this.getActiveMainViewport(),{scrollX:o}=this.getActiveSheetScrollInfo();this.setSheetViewOffset(o,e);const{anchor:s}=this.getters.getSelection(),n=this.getActiveMainViewport().top-t;this.selection.selectCell(s.cell.col,s.cell.row+n)}getVisibleFigures(){const e=this.getters.getActiveSheetId(),t=[],o=this.getters.getFigures(e),{scrollX:s,scrollY:n}=this.getActiveSheetScrollInfo(),{x:i,y:r}=this.getters.getMainViewportCoordinates(),{width:a,height:l}=this.getters.getSheetViewDimensionWithHeaders();for(const e of o)e.x>=i&&(e.x+e.width<=i+s||e.x>=a+s+i)||e.y>=r&&(e.y+e.height<=r+n||e.y>=l+n+r)||t.push(e);return t}isPositionVisible(e){const{scrollX:t,scrollY:o}=this.getters.getActiveSheetScrollInfo(),{x:s,y:n}=this.getters.getMainViewportCoordinates(),{width:i,height:r}=this.getters.getSheetViewDimension();return!(e.x>=s&&(e.x<s+t||e.x>i+t+s))&&!(e.y>=n&&(e.y<n+o||e.y>r+o+n))}getFrozenSheetViewRatio(e){const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getColDimensions(e,t).start,n=this.getters.getRowDimensions(e,o).start;return{xRatio:s/(this.sheetViewWidth+this.gridOffsetX),yRatio:n/(this.sheetViewHeight+this.gridOffsetY)}}}).add("clipboard",class extends iI{static layers=[2];static getters=["getClipboardContent","getClipboardTextContent","isCutOperation","isPaintingFormat"];status="invisible";state;lastPasteState;paintFormatStatus="inactive";originSheetId;allowDispatch(e){switch(e.type){case"CUT":const t=this.getters.getSelectedZones();return this.getClipboardState(t,e.type).isCutAllowed(t);case"PASTE":if(!this.state)return"EmptyClipboard";const o=e.pasteOption||("inactive"!==this.paintFormatStatus?"onlyFormat":void 0);return this.state.isPasteAllowed(e.target,{pasteOption:o});case"PASTE_FROM_OS_CLIPBOARD":return new ER(e.text,this.getters,this.dispatch,this.selection).isPasteAllowed(e.target,{pasteOption:e.pasteOption});case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].top&&0===e[0].bottom)return"InvalidCopyPasteSelection";break}case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].left&&0===e[0].right)return"InvalidCopyPasteSelection";break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension);return this.getClipboardStateForCopyCells(t,"CUT").isPasteAllowed(o)}case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension);return this.getClipboardStateForCopyCells(t,"CUT").isPasteAllowed(o)}case"ACTIVATE_PAINT_FORMAT":if("inactive"!==this.paintFormatStatus)return"AlreadyInPaintingFormatMode"}return"Success"}handle(e){switch(e.type){case"COPY":case"CUT":const t=this.getters.getSelectedZones();this.state=this.getClipboardState(t,e.type),this.status="visible",this.originSheetId=this.getters.getActiveSheetId();break;case"PASTE":if(!this.state)break;const o=e.pasteOption||("inactive"!==this.paintFormatStatus?"onlyFormat":void 0);this.state.paste(e.target,{pasteOption:o,shouldPasteCF:!0,selectTarget:!0}),"CUT"===this.state.operation&&(this.state=void 0),this.lastPasteState=this.state,"oneOff"===this.paintFormatStatus&&(this.paintFormatStatus="inactive"),this.status="invisible";break;case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZone(),t=e.top!==e.bottom,o={...e,bottom:t?e.top:e.top-1,top:t?e.top:e.top-1};this.getClipboardStateForCopyCells([o],"COPY").paste([e],{pasteOption:void 0,shouldPasteCF:!0,selectTarget:!0})}break;case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZone(),t=e.left!==e.right,o={...e,right:t?e.left:e.left-1,left:t?e.left:e.left-1};this.getClipboardStateForCopyCells([o],"COPY").paste([e],{pasteOption:void 0,shouldPasteCF:!0,selectTarget:!0})}break;case"CLEAN_CLIPBOARD_HIGHLIGHT":this.status="invisible";break;case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension);if(!ln(t[0])){for(const{col:t,row:o}of In(e.zone))this.dispatch("CLEAR_CELL",{col:t,row:o,sheetId:this.getters.getActiveSheetId()});break}this.getClipboardStateForCopyCells(t,"CUT").paste(o);break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension);this.getClipboardStateForCopyCells(t,"CUT").paste(o);break}case"ADD_COLUMNS_ROWS":if(this.status="invisible","CUT"!==this.state?.operation)return;this.state.isColRowDirtyingClipboard("before"===e.position?e.base:e.base+1,e.dimension)&&(this.state=void 0);break;case"REMOVE_COLUMNS_ROWS":if(this.status="invisible","CUT"!==this.state?.operation)return;for(let t of e.elements){if(this.state.isColRowDirtyingClipboard(t,e.dimension)){this.state=void 0;break}}this.status="invisible";break;case"PASTE_FROM_OS_CLIPBOARD":this.state=new ER(e.text,this.getters,this.dispatch,this.selection),this.state.paste(e.target,{pasteOption:e.pasteOption}),this.lastPasteState=this.state,this.status="invisible";break;case"REPEAT_PASTE":this.lastPasteState?.paste(e.target,{pasteOption:e.pasteOption,shouldPasteCF:!0,selectTarget:!0});break;case"ACTIVATE_PAINT_FORMAT":{const t=this.getters.getSelectedZones();this.state=this.getClipboardStateForCopyCells(t,"COPY"),this.status="visible",e.persistent?this.paintFormatStatus="persistent":this.paintFormatStatus="oneOff";break}case"DELETE_SHEET":if("CUT"!==this.state?.operation)return;this.originSheetId===e.sheetId&&(this.state=void 0,this.status="invisible");break;case"CANCEL_PAINT_FORMAT":this.paintFormatStatus="inactive",this.status="invisible";break;default:io(e)&&(this.status="invisible")}}getClipboardContent(){return this.state?.getClipboardContent()||{[Jt.PlainText]:"\t"}}getClipboardTextContent(){return this.state?.getClipboardContent()[Jt.PlainText]||"\t"}isCutOperation(){return!!this.state&&"CUT"===this.state.operation}isPaintingFormat(){return"inactive"!==this.paintFormatStatus}getDeleteCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s;return s="COL"===t?{...e,left:e.right+1,right:this.getters.getNumberCols(o)-1}:{...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1},{cut:[s],paste:[e]}}getInsertCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s,n;return"COL"===t?(s={...e,right:this.getters.getNumberCols(o)-1},n={...e,left:e.right+1,right:e.right+1}):(s={...e,bottom:this.getters.getNumberRows(o)-1},n={...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1}),{cut:[s],paste:[n]}}getClipboardStateForCopyCells(e,t){return new eR(e,t,this.getters,this.dispatch,this.selection)}getClipboardState(e,t){return this.getters.getSelectedFigureId()?new vR(t,this.getters,this.dispatch):new eR(e,t,this.getters,this.dispatch,this.selection)}drawGrid(e){"visible"===this.status&&this.state&&this.state.drawClipboard(e)}}).add("edition",class extends iI{static getters=["getEditionMode","isSelectingForComposer","showSelectionIndicator","getCurrentContent","getComposerSelection","getCurrentTokens","getTokenAtCursor","getComposerHighlights","getCurrentEditedCell","getCycledReference","getAutoCompleteDataValidationValues"];col=0;row=0;mode="inactive";sheetId="";currentContent="";currentTokens=[];selectionStart=0;selectionEnd=0;initialContent="";colorIndexByRange={};allowDispatch(e){switch(e.type){case"CHANGE_COMPOSER_CURSOR_SELECTION":return this.validateSelection(this.currentContent.length,e.start,e.end);case"SET_CURRENT_CONTENT":if(e.selection)return this.validateSelection(e.content.length,e.selection.start,e.selection.end);break;case"START_EDITION":if(e.selection){const t=e.text||this.getComposerContent(this.getters.getActivePosition());return this.validateSelection(t.length,e.selection.start,e.selection.end)}break;case"STOP_EDITION":return"inactive"===this.mode?"Success":this.checkDataValidation(e)}return"Success"}handleEvent(e){const t=this.getters.getActiveSheetId();let o;if(o=e.options.unbounded?this.getters.getUnboundedZone(t,e.anchor.zone):e.anchor.zone,"newAnchor"===e.mode)"selecting"===this.mode&&this.insertSelectedRange(o);else"selecting"===this.mode?this.replaceSelectedRange(o):this.updateComposerRange(e.previousAnchor.zone,o)}handle(e){switch(e.type){case"CHANGE_COMPOSER_CURSOR_SELECTION":this.selectionStart=e.start,this.selectionEnd=e.end;break;case"STOP_COMPOSER_RANGE_SELECTION":this.isSelectingForComposer()&&(this.mode="editing");break;case"START_EDITION":"inactive"!==this.mode&&e.text?this.setContent(e.text,e.selection):this.startEdition(e.text,e.selection),this.updateRangeColor();break;case"STOP_EDITION":this.stopEdition(),this.colorIndexByRange={};break;case"CANCEL_EDITION":this.cancelEditionAndActivateSheet(),this.resetContent(),this.colorIndexByRange={};break;case"SET_CURRENT_CONTENT":this.setContent(e.content,e.selection,!0),this.updateRangeColor();break;case"REPLACE_COMPOSER_CURSOR_SELECTION":this.replaceSelection(e.text);break;case"SELECT_FIGURE":this.cancelEditionAndActivateSheet(),this.resetContent();break;case"ADD_COLUMNS_ROWS":this.onAddElements(e);break;case"REMOVE_COLUMNS_ROWS":"COL"===e.dimension?this.onColumnsRemoved(e):this.onRowsRemoved(e);break;case"START_CHANGE_HIGHLIGHT":const{left:t,top:o}=e.zone;this.isSelectingForComposer()&&(this.mode="editing"),this.selection.resetAnchor(this,{cell:{col:t,row:o},zone:e.zone});break;case"ACTIVATE_SHEET":if(this.currentContent.startsWith("=")||(this.cancelEdition(),this.resetContent()),e.sheetIdFrom!==e.sheetIdTo){const t=this.getters.getActivePosition(),{col:o,row:s}=this.getters.getNextVisibleCellPosition({sheetId:e.sheetIdTo,col:t.col,row:t.row}),n=this.getters.expandZone(e.sheetIdTo,On({col:o,row:s}));this.selection.resetAnchor(this,{cell:{col:o,row:s},zone:n})}break;case"DELETE_SHEET":case"UNDO":case"REDO":!!this.getters.tryGetSheet(this.sheetId)||"inactive"===this.mode||(this.sheetId=this.getters.getActiveSheetId(),this.cancelEditionAndActivateSheet(),this.resetContent(),this.ui.raiseBlockingErrorUI(wR));break;case"CYCLE_EDITION_REFERENCES":this.cycleReferences()}}getEditionMode(){return this.mode}getCurrentContent(){return"inactive"===this.mode?this.getComposerContent(this.getters.getActivePosition()):this.currentContent}getComposerSelection(){return{start:this.selectionStart,end:this.selectionEnd}}getCurrentEditedCell(){return{sheetId:this.sheetId,col:this.col,row:this.row}}isSelectingForComposer(){return"selecting"===this.mode}showSelectionIndicator(){return this.isSelectingForComposer()&&this.canStartComposerRangeSelection()}getCurrentTokens(){return this.currentTokens}getTokenAtCursor(){const e=Math.min(this.selectionStart,this.selectionEnd),t=Math.max(this.selectionStart,this.selectionEnd);return e===t&&0===t?void 0:this.currentTokens.find((o=>o.start<=e&&o.end>=t))}getCycledReference(e,t){const o=this.getters.getLocale(),s=(t.startsWith("=")?Yx(t,o):[]).filter((t=>t.start<=e.start&&t.end>=e.start||t.start>=e.start&&t.start<e.end)),n=s.filter((e=>"REFERENCE"===e.type));if(0===n.length)return;const i=s.map(mm).map((e=>e.value)).join(""),r=s[0].start,a=s[s.length-1].end,l=t.slice(0,r)+i+t.slice(a),c=l.length-t.length,h={start:n[0].start,end:n[n.length-1].end+c};return 1===n.length&&e.start===e.end&&(h.start=h.end),{content:l,selection:h}}getInitialComposerContent(){return this.initialContent}cycleReferences(){const e=this.getCycledReference(this.getComposerSelection(),this.currentContent);void 0!==e&&this.dispatch("SET_CURRENT_CONTENT",{content:e.content,selection:e.selection})}validateSelection(e,t,o){return t>=0&&t<=e&&o>=0&&o<=e?"Success":"WrongComposerSelection"}onColumnsRemoved(e){if(e.elements.includes(this.col)&&"inactive"!==this.mode)return this.dispatch("CANCEL_EDITION"),void this.ui.raiseBlockingErrorUI(wR);const{top:t,left:o}=gn({left:this.col,right:this.col,top:this.row,bottom:this.row},"left",[...e.elements]);this.col=o,this.row=t}onRowsRemoved(e){if(e.elements.includes(this.row)&&"inactive"!==this.mode)return this.dispatch("CANCEL_EDITION"),void this.ui.raiseBlockingErrorUI(wR);const{top:t,left:o}=gn({left:this.col,right:this.col,top:this.row,bottom:this.row},"top",[...e.elements]);this.col=o,this.row=t}onAddElements(e){const{top:t,left:o}=un({left:this.col,right:this.col,top:this.row,bottom:this.row},"COL"===e.dimension?"left":"top",e.base,e.position,e.quantity);this.col=o,this.row=t}startComposerRangeSelection(){if(this.sheetId===this.getters.getActiveSheetId()){const e=On({col:this.col,row:this.row});this.selection.resetAnchor(this,{cell:{col:this.col,row:this.row},zone:e})}this.mode="selecting"}startEdition(e,t){const o=this.getters.getActiveCell(),s=this.getters.getLocale();e&&o.format?.includes("%")&&Gt(e,s)&&(t=t||{start:e.length,end:e.length},e=`${e}%`);const{col:n,row:i,sheetId:r}=this.getters.getActivePosition();this.col=n,this.sheetId=r,this.row=i,this.initialContent=this.getComposerContent({sheetId:r,col:n,row:i}),this.mode="editing",this.setContent(e||this.initialContent,t),this.colorIndexByRange={};const a=On({col:this.col,row:this.row});this.selection.capture(this,{cell:{col:this.col,row:this.row},zone:a},{handleEvent:this.handleEvent.bind(this),release:()=>{this.stopEdition()}})}stopEdition(){if("inactive"!==this.mode){this.cancelEditionAndActivateSheet();const e=this.col,t=this.row;let o=this.getCurrentCanonicalContent();if(!(this.initialContent!==o))return;if(o){const s=this.getters.getActiveSheetId(),n=this.getters.getEvaluatedCell({sheetId:s,col:this.col,row:this.row});if(o.startsWith("=")){const e=this.currentTokens.filter((e=>"LEFT_PAREN"===e.type)).length-this.currentTokens.filter((e=>"RIGHT_PAREN"===e.type)).length;e>0&&(o+=Oe(new Array(e).fill(")")))}else n.link&&(o=Se(o,n.link.url));this.dispatch("UPDATE_CELL",{sheetId:this.sheetId,col:e,row:t,content:o})}else this.dispatch("UPDATE_CELL",{sheetId:this.sheetId,content:"",col:e,row:t});this.setContent("")}}getCurrentCanonicalContent(){return sa(this.currentContent,this.getters.getLocale())}cancelEditionAndActivateSheet(){if("inactive"===this.mode)return;this.cancelEdition();this.getters.getActiveSheetId()!==this.sheetId&&this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getters.getActiveSheetId(),sheetIdTo:this.sheetId})}getComposerContent(e){const t=this.getters.getLocale(),o=this.getters.getCell(e);if(o?.isFormula)return aa(o.content,t);const{format:s,value:n,type:i,formattedValue:r}=this.getters.getEvaluatedCell(e);switch(i){case Qt.text:case Qt.empty:case Qt.error:return n;case Qt.boolean:return r;case Qt.number:if(s&&Ts(s)){if(null!==At(r,t))return r;return Cs(n,{locale:t,format:Number.isInteger(n)?t.dateFormat:pa(t)})}return this.numberComposerContent(n,s,t)}}numberComposerContent(e,t,o){return t?.includes("%")?`${Rs(100*e,o.decimalSeparator)}%`:Rs(e,o.decimalSeparator)}cancelEdition(){"inactive"!==this.mode&&(this.mode="inactive",this.selection.release(this))}resetContent(){this.setContent(this.initialContent||"")}setContent(e,t,o){const s=this.currentContent!==e;if(this.currentContent=e,t?(this.selectionStart=t.start,this.selectionEnd=t.end):this.selectionStart=this.selectionEnd=e.length,s||"inactive"!==this.mode){const t=this.getters.getLocale();this.currentTokens=e.startsWith("=")?Yx(e,t):[],this.currentTokens.length>100&&o&&this.ui.raiseBlockingErrorUI(Xt("This formula has over 100 parts. It can't be processed properly, consider splitting it into multiple cells"))}this.canStartComposerRangeSelection()&&this.startComposerRangeSelection()}insertSelectedRange(e){const t=Math.min(this.selectionStart,this.selectionEnd),o=this.getZoneReference(e);this.canStartComposerRangeSelection()?this.insertText(o,t):this.insertText(","+o,t)}replaceSelectedRange(e){const t=this.getZoneReference(e),o=this.getTokenAtCursor(),s="REFERENCE"===o?.type?o.start:this.selectionStart;this.replaceText(t,s,this.selectionEnd)}updateComposerRange(e,t){const o=this.getters.getActiveSheetId(),s=this.getTokenAtCursor(),n=(s?[s,...this.currentTokens]:this.currentTokens).filter((e=>"REFERENCE"===e.type)).find((t=>{const{xc:s,sheetName:n}=sn(t.value),i=n||this.getters.getSheetName(this.sheetId);if(this.getters.getSheetName(o)!==i)return!1;const r=this.getters.getRangeFromSheetXC(o,s);return vn(this.getters.expandZone(o,r.zone),e)}));if(!n)throw new Error("Previous range not found");const i=this.getters.getRangeFromSheetXC(o,n.value);this.selectionStart=n.start,this.selectionEnd=this.selectionStart+n.value.length;const r=this.getters.getRangeFromZone(o,t),a=this.getRangeReference(r,i.parts);this.replaceSelection(a)}getZoneReference(e){const t=this.getters.getCurrentEditedCell().sheetId,o=this.getters.getActiveSheetId(),s=this.getters.getRangeFromZone(o,e);return this.getters.getSelectionRangeString(s,t)}getRangeReference(e,t){let o=[...t];const s=e.clone({parts:o});return this.getters.getSelectionRangeString(s,this.getters.getCurrentEditedCell().sheetId)}replaceSelection(e){const t=Math.min(this.selectionStart,this.selectionEnd),o=Math.max(this.selectionStart,this.selectionEnd);this.replaceText(e,t,o)}replaceText(e,t,o){this.currentContent=this.currentContent.slice(0,t)+this.currentContent.slice(o,this.currentContent.length),this.insertText(e,t)}insertText(e,t){const o=this.currentContent.slice(0,t)+e+this.currentContent.slice(t),s=t+e.length;this.dispatch("SET_CURRENT_CONTENT",{content:o,selection:{start:s,end:s}})}updateRangeColor(){if(!this.currentContent.startsWith("=")||"inactive"===this.mode)return;const e=this.getters.getCurrentEditedCell().sheetId,t=this.getReferencedRanges().map((t=>this.getters.getRangeString(t,e))),o={};for(const e of t)void 0!==this.colorIndexByRange[e]&&(o[e]=this.colorIndexByRange[e]);const s=new Set(Object.values(o));let n=0;const i=()=>{for(;s.has(n);)n++;return s.add(n),n};for(const e of t){const t=e in o?o[e]:i();o[e]=t}this.colorIndexByRange=o}getComposerHighlights(){if(!this.currentContent.startsWith("=")||"inactive"===this.mode)return[];const e=this.getters.getCurrentEditedCell().sheetId,t=e=>{const t=this.colorIndexByRange[e];return Ze[t%Ze.length]};return this.getReferencedRanges().map((o=>{const s=this.getters.getRangeString(o,e);return{zone:o.zone,color:t(s),sheetId:o.sheetId}}))}getReferencedRanges(){const e=this.getters.getCurrentEditedCell().sheetId;return this.currentTokens.filter((e=>"REFERENCE"===e.type)).map((t=>this.getters.getRangeFromSheetXC(e,t.value))).filter((e=>!e.invalidSheetName&&!e.invalidXc))}getAutoCompleteDataValidationValues(){if("inactive"===this.mode)return[];const e=this.getters.getValidationRuleForCell(this.getCurrentEditedCell());if(!e||"isValueInList"!==e.criterion.type&&"isValueInRange"!==e.criterion.type)return[];let t;if("isValueInList"===e.criterion.type)t=e.criterion.values;else{const o=this.getters.getRangeFromSheetXC(this.sheetId,e.criterion.values[0]);t=this.getters.getRangeValues(o).filter(Re).map((e=>e.toString())).filter((e=>""!==e))}const o=this.getCurrentContent();if(o&&o!==this.getInitialComposerContent()){const e=kn(o,t,(e=>e));t=e.length?e:t}return t}canStartComposerRangeSelection(){if(this.currentContent.startsWith("=")){const e=this.getTokenAtCursor();if(!e)return!1;const t=this.currentTokens.map((e=>e.start)).indexOf(e.start);let o=t,s=e;for(;!["ARG_SEPARATOR","LEFT_PAREN","OPERATOR"].includes(s.type)||Br.includes(s.value);){if("SPACE"!==s.type||o<1)return!1;o--,s=this.currentTokens[o]}for(o=t+1,s=this.currentTokens[o];s&&!["ARG_SEPARATOR","RIGHT_PAREN","OPERATOR"].includes(s.type);){if("SPACE"!==s.type)return!1;o++,s=this.currentTokens[o]}return!0}return!1}checkDataValidation(e){const t={sheetId:this.sheetId,col:this.col,row:this.row};try{const e=this.getCurrentCanonicalContent(),o=e.startsWith("=")?this.getters.evaluateFormula(this.sheetId,e):Zi(e,this.getters.getLocale());if(po(o))return"Success";const s=this.getters.getValidationResultForCellValue(o,t);return!s.isValid&&s.rule.isBlocking?"BlockingValidationRule":"Success"}catch(e){return"Success"}}}),AR=(new ki).add("evaluation",class extends iI{static getters=["evaluateFormula","getCorrespondingFormulaCell","getRangeFormattedValues","getRangeValues","getRangeFormats","getEvaluatedCell","getEvaluatedCells","getEvaluatedCellsInZone","getSpreadPositionsOf","getArrayFormulaSpreadingOn","isEmpty"];shouldRebuildDependenciesGraph=!0;evaluator;positionsToUpdate=[];constructor(e){super(e),this.evaluator=new DI(e.custom,this.getters)}beforeHandle(e){(eo.has(e.type)||to.has(e.type))&&(this.shouldRebuildDependenciesGraph=!0)}handle(e){switch(e.type){case"UPDATE_CELL":if(!("content"in e)&&!("format"in e)||this.shouldRebuildDependenciesGraph)return;this.positionsToUpdate.push(e),"content"in e&&this.evaluator.updateDependencies(e);break;case"EVALUATE_CELLS":this.evaluator.evaluateAllCells()}}finalize(){this.shouldRebuildDependenciesGraph?(this.evaluator.buildDependencyGraph(),this.evaluator.evaluateAllCells(),this.shouldRebuildDependenciesGraph=!1):this.positionsToUpdate.length&&this.evaluator.evaluateCells(this.positionsToUpdate),this.positionsToUpdate=[]}evaluateFormula(e,t){try{return this.evaluator.evaluateFormula(e,t)}catch(e){return e.value||vo.GenericError}}getRangeFormattedValues(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.formattedValue))}getRangeValues(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.value))}getRangeFormats(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.format))}getEvaluatedCell(e){return this.evaluator.getEvaluatedCell(e)}getEvaluatedCells(e){const t=this.getters.getCells(e)||{},o={};for(let e of Object.keys(t)){const t=this.getters.getCellPosition(e);o[e]=this.getEvaluatedCell(t)}return o}getEvaluatedCellsInZone(e,t){return In(t).map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o})))}getSpreadPositionsOf(e){return this.evaluator.getSpreadPositionsOf(e)}getArrayFormulaSpreadingOn(e){return this.evaluator.getArrayFormulaSpreadingOn(e)}isEmpty(e,t){return In(t).map((({col:t,row:o})=>this.getEvaluatedCell({sheetId:e,col:t,row:o}))).every((e=>e.type===Qt.empty))}exportForExcel(e){for(const t of this.evaluator.getEvaluatedPositions()){const o=this.evaluator.getEvaluatedCell(t),s=ut(t.col,t.row),n=o.value;let i,r,a=!1,l=!0;const c=this.getCorrespondingFormulaCell(t);c&&(l=Xx(c.compiledFormula.tokens),a=l,l||(i=n.toString(),r=o.format));const h=e.sheets.find((e=>e.id===t.sheetId)),d=h.cells[s]||{},u=r?Ae(r,e.formats):d.format;let g;g=c instanceof Kx?c.contentWithFixedReferences:l?d.content:i,h.cells[s]={...d,value:n,isFormula:a,content:g,format:u}}}getCorrespondingFormulaCell(e){const t=this.getters.getCell(e);if(t&&t.isFormula)return function(e){try{return Wx(e),!1}catch(e){return!0}}(t.compiledFormula.tokens)?void 0:t;if(t&&t.content)return;const o=this.getArrayFormulaSpreadingOn(e);if(void 0===o)return;const s=this.getters.getCell(o);return s?.isFormula?s:void 0}}).add("evaluation_chart",class extends iI{static getters=["getChartRuntime","getStyleOfSingleCellChart"];charts={};createRuntimeChart=function(e){const t=fl.getAll().sort(((e,t)=>e.sequence-t.sequence));return function(o){const s=t.find((e=>e.match(o.type)));if(!s)throw new Error("No runtime builder for this chart.");return s.getChartRuntime(o,e)}}(this.getters);handle(e){if(eo.has(e.type)||oo.has(e.type)||"EVALUATE_CELLS"===e.type||"UPDATE_CELL"===e.type)for(const e in this.charts)this.charts[e]=void 0;switch(e.type){case"UPDATE_CHART":case"CREATE_CHART":case"DELETE_FIGURE":this.charts[e.id]=void 0;break;case"DELETE_SHEET":for(let e in this.charts)this.getters.isChartDefined(e)||(this.charts[e]=void 0)}}getChartRuntime(e){if(!this.charts[e]){const t=this.getters.getChart(e);if(!t)throw new Error(`No chart for the given id: ${e}`);this.charts[e]=this.createRuntimeChart(t)}return this.charts[e]}getStyleOfSingleCellChart(e,t){if(e)return{background:e,fontColor:vi(e)};if(!t)return{background:h,fontColor:vi(h)};const o=t.zone.left,s=t.zone.top,n=t.sheetId,i=this.getters.getCellComputedStyle({sheetId:n,col:o,row:s}),r=i.fillColor||h;return{background:r,fontColor:i.textColor||vi(r)}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const s of e){if(!s||"chart"!==s.tag)continue;const e=s.id,n=this.getters.getChart(e)?.getDefinitionForExcel();if(n)o.push({...s,data:n});else{if(!this.getters.getChart(e))continue;const o=this.getters.getChartType(e),n=ja(this.getters.getChartRuntime(e),s,o);t.images.push({...s,tag:"image",data:{mimetype:"image/png",path:n,size:{width:s.width,height:s.height}}})}}t.charts=o}}}).add("evaluation_cf",class extends iI{static getters=["getConditionalIcon","getCellComputedStyle"];isStale=!0;computedStyles={};computedIcons={};handle(e){(eo.has(e.type)||oo.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))&&(this.isStale=!0)}finalize(){if(this.isStale){for(const e of this.getters.getSheetIds())this.computedStyles[e]=_e((()=>this.getComputedStyles(e))),this.computedIcons[e]=_e((()=>this.getComputedIcons(e)));this.isStale=!1}}getCellComputedStyle(e){const{sheetId:t,col:o,row:s}=e,n=this.getters.getCell(e),i=this.computedStyles[t](),r=i&&i[o]?.[s],a={...n?.style,...r};return this.getters.getEvaluatedCell(e).link&&!a.textColor&&(a.textColor=p),this.getters.isFilterHeader(e)&&(a.bold=!0),a}getConditionalIcon({sheetId:e,col:t,row:o}){const s=this.computedIcons[e]();return s&&s[t]?.[o]}getComputedStyles(e){const t={};for(let o of this.getters.getConditionalFormats(e).reverse())switch(o.rule.type){case"ColorScaleRule":for(let s of o.ranges)this.applyColorScale(e,s,o.rule,t);break;case"CellIsRule":const s=o.rule.values.map((e=>e.startsWith("=")?$x(e):void 0));for(let n of o.ranges){const i=this.getters.getRangeFromSheetXC(e,n).zone;for(let n=i.top;n<=i.bottom;n++)for(let r=i.left;r<=i.right;r++){const a=this.rulePredicate[o.rule.type],l={sheetId:e,col:r,row:n},c=o.rule.values.map(((t,o)=>{const a=s[o];return a?this.getters.getTranslatedCellFormula(e,r-i.left,n-i.top,{...a,dependencies:a.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)))}):t}));a&&a(l,{...o.rule,values:c})&&(t[r]||(t[r]=[]),t[r][n]=Object.assign(t[r]?.[n]||{},o.rule.style))}}}return t}getComputedIcons(e){const t={};for(let o of this.getters.getConditionalFormats(e).reverse())if("IconSetRule"===o.rule.type)for(let s of o.ranges)this.applyIcon(e,s,o.rule,t);return t}parsePoint(e,t,o,s){const n=this.getters.getEvaluatedCellsInZone(e,this.getters.getRangeFromSheetXC(e,t).zone).filter((e=>e.type===Qt.number)).map((e=>e.value));switch(o.type){case"value":return"max"===s?Math.max(...n):Math.min(...n);case"number":return Number(o.value);case"percentage":const t=Math.min(...n);return t+(Math.max(...n)-t)*Number(o.value)/100;case"percentile":return qt(n,Number(o.value)/100,!0);case"formula":const i=o.value&&this.getters.evaluateFormula(e,o.value);return"number"==typeof i?i:null;default:return null}}applyIcon(e,t,o,s){const n=this.parsePoint(e,t,o.lowerInflectionPoint),i=this.parsePoint(e,t,o.upperInflectionPoint);if(null===n||null===i||n>i)return;const r=this.getters.getRangeFromSheetXC(e,t).zone,a=[o.icons.upper,o.icons.middle,o.icons.lower];for(let t=r.top;t<=r.bottom;t++)for(let l=r.left;l<=r.right;l++){const r=this.getters.getEvaluatedCell({sheetId:e,col:l,row:t});if(r.type!==Qt.number)continue;const c=this.computeIcon(r.value,i,o.upperInflectionPoint.operator,n,o.lowerInflectionPoint.operator,a);s[l]||(s[l]=[]),s[l][t]=c}}computeIcon(e,t,o,s,n,i){return"ge"===o&&e>=t||"gt"===o&&e>t?i[0]:"ge"===n&&e>=s||"gt"===n&&e>s?i[1]:i[2]}applyColorScale(e,t,o,s){const n=this.parsePoint(e,t,o.minimum,"min"),i=o.midpoint?this.parsePoint(e,t,o.midpoint):null,r=this.parsePoint(e,t,o.maximum,"max");if(null===n||null===r||n>=r||i&&(n>=i||i>=r))return;const a=this.getters.getRangeFromSheetXC(e,t).zone,l=[];o.midpoint&&i?(l.push({minValue:n,minColor:o.minimum.color,colorDiffUnit:this.computeColorDiffUnits(n,i,o.minimum.color,o.midpoint.color)}),l.push({minValue:i,minColor:o.midpoint.color,colorDiffUnit:this.computeColorDiffUnits(i,r,o.midpoint.color,o.maximum.color)})):l.push({minValue:n,minColor:o.minimum.color,colorDiffUnit:this.computeColorDiffUnits(n,r,o.minimum.color,o.maximum.color)});for(let t=a.top;t<=a.bottom;t++)for(let o=a.left;o<=a.right;o++){const a=this.getters.getEvaluatedCell({sheetId:e,col:o,row:t});if(a.type===Qt.number){const e=de(a.value,n,r);let c;c=2===l.length&&i?e<=i?this.colorCell(e,l[0].minValue,l[0].minColor,l[0].colorDiffUnit):this.colorCell(e,l[1].minValue,l[1].minColor,l[1].colorDiffUnit):this.colorCell(e,l[0].minValue,l[0].minColor,l[0].colorDiffUnit),s[o]||(s[o]=[]),s[o][t]=s[o]?.[t]||{},s[o][t].fillColor=Ye(c)}}}computeColorDiffUnits(e,t,o,s){const n=t-e;return[((o>>16)%256-(s>>16)%256)/n,((o>>8)%256-(s>>8)%256)/n,(o%256-s%256)/n]}colorCell(e,t,o,s){const[n,i,r]=s;return Math.round((o>>16)%256-n*(e-t))<<16|Math.round((o>>8)%256-i*(e-t))<<8|Math.round(o%256-r*(e-t))}rulePredicate={CellIsRule:(e,t)=>{const o=this.getters.getEvaluatedCell(e);if(o.type===Qt.error)return!1;const[s,n]=t.values.map((t=>t.startsWith("=")?this.getters.evaluateFormula(e.sheetId,t)??"":Zi(t,uo)));if(po(s)||po(n))return!1;switch(t.operator){case"IsEmpty":return""===o.value.toString().trim();case"IsNotEmpty":return""!==o.value.toString().trim();case"BeginsWith":return""!==s&&o.value.toString().startsWith(s.toString());case"EndsWith":return""!==s&&o.value.toString().endsWith(s.toString());case"Between":return o.value>=s&&o.value<=n;case"NotBetween":return!(o.value>=s&&o.value<=n);case"ContainsText":return o.value.toString().indexOf(s.toString())>-1;case"NotContains":return!o.value||-1===o.value.toString().indexOf(s.toString());case"GreaterThan":return o.value>s;case"GreaterThanOrEqual":return o.value>=s;case"LessThan":return o.value<s;case"LessThanOrEqual":return o.value<=s;case"NotEqual":return""!==s&&o.value!==s;case"Equal":return""===s||o.value===s;default:console.warn(Xt("Not implemented operator %s for kind of conditional formatting: %s",t.operator,t.type))}return!1}}}).add("row_size",class extends iI{static getters=["getRowSize","getHeaderSize"];tallestCellInRow={};ctx=document.createElement("canvas").getContext("2d");handle(e){switch(e.type){case"START":for(const e of this.getters.getSheetIds())this.initializeSheet(e);break;case"CREATE_SHEET":this.initializeSheet(e.sheetId);break;case"DUPLICATE_SHEET":{const t=le(this.tallestCellInRow[e.sheetId]);this.history.update("tallestCellInRow",e.sheetIdTo,t);break}case"DELETE_SHEET":const t={...this.tallestCellInRow};delete t[e.sheetId],this.history.update("tallestCellInRow",t);break;case"REMOVE_COLUMNS_ROWS":{if("COL"===e.dimension)return;const t=ze(this.tallestCellInRow[e.sheetId],e.elements);this.history.update("tallestCellInRow",e.sheetId,t);break}case"ADD_COLUMNS_ROWS":{if("COL"===e.dimension)return;const t=Ne(e.position,e.base),o=Array(e.quantity).fill(void 0),s=function(e,t,o){const s=[...e];return s.splice(o,0,...t),s}(this.tallestCellInRow[e.sheetId],o,t);this.history.update("tallestCellInRow",e.sheetId,s);break}case"RESIZE_COLUMNS_ROWS":{const t=e.sheetId;if("ROW"===e.dimension)for(const o of e.elements){const e=this.getRowTallestCell(t,o);this.history.update("tallestCellInRow",t,o,e)}else for(const o of ue(0,this.getters.getNumberRows(t)))for(const s of e.elements)this.updateRowSizeForCellChange(t,o,s)}break;case"UPDATE_CELL":this.updateRowSizeForCellChange(e.sheetId,e.row,e.col);break;case"ADD_MERGE":case"REMOVE_MERGE":for(const t of e.target)for(const o of In(t))this.updateRowSizeForCellChange(e.sheetId,o.row,o.col)}}getRowSize(e,t){return Math.round(this.getters.getUserRowSize(e,t)??this.tallestCellInRow[e][t]?.size??A)}getHeaderSize(e,t,o){return this.getters.isHeaderHidden(e,t,o)?0:"ROW"===t?this.getRowSize(e,o):this.getters.getColSize(e,o)}updateRowSizeForCellChange(e,t,o){const s=this.tallestCellInRow[e]?.[t];if(s?.cell.col===o){const o=this.getRowTallestCell(e,t);this.history.update("tallestCellInRow",e,t,o)}const n=this.getCellHeight({sheetId:e,col:o,row:t});if(!(n<=A)&&(!s&&n>A||s&&n>s.size)){const s={cell:{sheetId:e,col:o,row:t},size:n};this.history.update("tallestCellInRow",e,t,s)}}initializeSheet(e){const t=[];for(let o=0;o<this.getters.getNumberRows(e);o++){const s=this.getRowTallestCell(e,o);t.push(s)}this.history.update("tallestCellInRow",e,t)}getCellHeight(e){if(this.isInMultiRowMerge(e))return A;const t=this.getters.getCell(e),o=this.getters.getColSize(e.sheetId,e.col);return function(e,t,o){if(!t||!t.content)return A;const s="wrap"===t.style?.wrapping?o-2*_:void 0,n=t.isFormula?1:Yn(e,t.content,t.style,s).length;return Hn(qn(t.style),n)+6}(this.ctx,t,o)}isInMultiRowMerge(e){const t=this.getters.getMerge(e);return!!t&&t.bottom!==t.top}getRowTallestCell(e,t){if(void 0!==this.getters.getUserRowSize(e,t))return;const o=this.getters.getRowCells(e,t);let s,n=0;for(let e=0;e<o.length;e++){const t=this.getters.getCellById(o[e]);if(!t)continue;const i=this.getters.getCellPosition(t.id),r=this.getCellHeight(i);r>n&&r>A&&(n=r,s={cell:i,size:r})}return s&&s.size>A?s:void 0}}).add("custom_colors",class extends iI{customColors={};shouldUpdateColors=!1;static getters=["getCustomColors"];handle(e){switch(e.type){case"UPDATE_CELL":case"UPDATE_CHART":case"CREATE_CHART":case"ADD_CONDITIONAL_FORMAT":case"SET_BORDER":case"SET_ZONE_BORDERS":case"SET_FORMATTING":this.history.update("shouldUpdateColors",!0)}}finalize(){if(this.shouldUpdateColors){this.history.update("shouldUpdateColors",!1);for(const e of this.getCustomColors())this.tryToAddColor(e)}}getCustomColors(){let e=[];for(const t of this.getters.getSheetIds())e=e.concat(this.getColorsFromCells(t),this.getFormattingColors(t),this.getChartColors(t));return function(e){const t=[{leadColor:Qe(255,0,0),colors:[]},{leadColor:Qe(255,128,0),colors:[]},{leadColor:Qe(128,128,0),colors:[]},{leadColor:Qe(128,255,0),colors:[]},{leadColor:Qe(0,255,0),colors:[]},{leadColor:Qe(0,255,128),colors:[]},{leadColor:Qe(0,255,255),colors:[]},{leadColor:Qe(0,127,255),colors:[]},{leadColor:Qe(0,0,255),colors:[]},{leadColor:Qe(127,0,255),colors:[]},{leadColor:Qe(128,0,128),colors:[]},{leadColor:Qe(255,0,128),colors:[]}];for(const o of e.map(tt)){let e=500,s=0;t.forEach(((t,n)=>{const i=(r=o,a=t.leadColor,Math.sqrt(Math.pow(r.r-a.r,2)+Math.pow(r.g-a.g,2)+Math.pow(r.b-a.b,2)));var r,a;e>i&&(e=i,s=n)})),t[s].colors.push(o)}return t.map((e=>e.colors.sort(((e,t)=>st(e).s-st(t).s)))).flat().map(et)}([...new Set([...new Set([...e,...Object.keys(this.customColors)])].filter(Xe).map(je))]).filter((e=>!x.includes(e)))}getColorsFromCells(e){const t=Object.values(this.getters.getCells(e)),o=new Set;for(const e of t)e.style?.textColor&&o.add(e.style.textColor),e.style?.fillColor&&o.add(e.style.fillColor);for(const t of this.getters.getBordersColors(e))o.add(t);return[...o]}getFormattingColors(e){const t=this.getters.getConditionalFormats(e),o=[];for(const e of t){const t=e.rule;"CellIsRule"===t.type?(o.push(t.style.textColor),o.push(t.style.fillColor)):"ColorScaleRule"===t.type&&(o.push(Ye(t.minimum.color)),o.push(t.midpoint?Ye(t.midpoint.color):void 0),o.push(Ye(t.maximum.color)))}return o.filter(Ie)}getChartColors(e){const t=this.getters.getChartIds(e).map((e=>this.getters.getChart(e)));let o=new Set;for(let e of t){if(void 0===e)continue;const t=e.getDefinition().background;switch(void 0!==t&&o.add(t),e.type){case"gauge":const t=e.sectionRule.colors;o.add(t.lowerColor),o.add(t.middleColor),o.add(t.upperColor);break;case"scorecard":const s=e;o.add(s.baselineColorDown),o.add(s.baselineColorUp)}}return[...o]}tryToAddColor(e){const t=je(e);e&&!x.includes(t)&&this.history.update("customColors",t,!0)}}).add("data_validation_ui",class extends iI{static getters=["getDataValidationInvalidCriterionValueMessage","getInvalidDataValidationMessage","getValidationResultForCellValue","isCellValidCheckbox","isDataValidationInvalid"];validationResults={};handle(e){if(eo.has(e.type)||"EVALUATE_CELLS"===e.type||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))this.validationResults={};else switch(e.type){case"ADD_DATA_VALIDATION_RULE":case"REMOVE_DATA_VALIDATION_RULE":delete this.validationResults[e.sheetId]}}isDataValidationInvalid(e){return!this.getValidationResultForCell(e).isValid}getInvalidDataValidationMessage(e){const t=this.getValidationResultForCell(e);return t.isValid?void 0:t.error}getDataValidationInvalidCriterionValueMessage(e,t){const o=dC.get(e);return t.startsWith("=")?"onlyLiterals"===o.allowedValues?Xt("The value must not be a formula"):void 0:"onlyFormulas"===o.allowedValues?Xt("The value must be a formula"):o.isCriterionValueValid(t)?void 0:o.criterionValueErrorString}isCellValidCheckbox(e){if(!this.getters.isMainCellPosition(e))return!1;const t=this.getters.getValidationRuleForCell(e);return!(!t||"isBoolean"!==t.criterion.type)&&this.getValidationResultForCell(e).isValid}getValidationResultForCellValue(e,t){const o=this.getters.getValidationRuleForCell(t);if(!o)return VI;const s=this.getRuleErrorForCellValue(e,t,o);return s?{error:s,rule:o,isValid:!1}:VI}getValidationResultForCell(e){const{col:t,row:o,sheetId:s}=e;return this.validationResults[s]||(this.validationResults[s]=this.computeSheetValidationResults(s)),this.validationResults[s][t]?.[o]?.()||VI}computeSheetValidationResults(e){const t={},o=this.getters.getDataValidationRules(e).map((e=>e.ranges));for(const e of Pn(o.flat())){const{col:o,row:s}=e;t[o]||(t[o]=[]),t[o][s]=_e((()=>{const t=this.getters.getEvaluatedCell(e);return t.type===Qt.empty?VI:this.getValidationResultForCellValue(t.value,e)}))}return t}getRuleErrorForCellValue(e,t,o){const{sheetId:s}=t,n=o.criterion,i=dC.get(n.type),r=this.getCellOffsetInRule(t,o),a=this.getEvaluatedCriterionValues(s,r,n),l={...n,values:a};if(!i.isValueValid(e,l,this.getters,s))return i.getErrorString(l,this.getters,s)}getCellOffsetInRule(e,t){const o=t.ranges.find((t=>Sn(e.col,e.row,t.zone)));if(!o)throw new Error("The cell is not in any range of the rule");return{col:e.col-o.zone.left,row:e.row-o.zone.top}}getEvaluatedCriterionValues(e,t,o){return o.values.map((o=>{if(!o.startsWith("="))return o;const s=$x(o),n=this.getters.getTranslatedCellFormula(e,t.col,t.row,{...s,dependencies:s.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)))}),i=this.getters.evaluateFormula(e,n);return i&&!po(i)?i.toString():""}))}}),OR=new ki;OR.add("link",{condition:(e,t)=>!!t.model.getters.getEvaluatedCell(e).link,execute:(e,t)=>$i(t.model.getters.getEvaluatedCell(e).link,t),sequence:5});class _R{fileStore;constructor(e){this.fileStore=e}async requestImage(){const e=await this.getImageFromUser(),t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}getImageFromUser(){return new Promise(((e,t)=>{const o=document.createElement("input");o.setAttribute("type","file"),o.setAttribute("accept","image/*"),o.addEventListener("change",(async()=>{null===o.files||1!=o.files.length?t():e(o.files[0])})),o.click()}))}getImageOriginalSize(e){return new Promise(((t,o)=>{const s=new Image;s.src=e,s.addEventListener("load",(()=>{const e={width:s.width,height:s.height};t(e)})),s.addEventListener("error",o)}))}}class MR{focusableElement=void 0;setFocusableElement(e){this.focusableElement=e}focus(){this.focusableElement?.focus()}}const NR=[{transform:"scale(0)"},{transform:"scale(0.8)",offset:.33},{opacity:"0",transform:"scale(1)",offset:1}];lr`
1450
+ `}function Fy(e){return new kE(e.join("\n"))}function Dy(e,...t){let o=[e[0]];for(let s=0;s<t.length;s++){const n=t[s]instanceof kE?t[s]:Oy(t[s]);o.push(n+e[s+1])}return new kE(Oe(o))}function Ly(e){return e.replace(/NAMESPACE.*NAMESPACE(.*)/,"$1")}function Py(e){return e.replaceAll(/([a-zA-Z0-9]+):([a-zA-Z0-9]+)/g,"NAMESPACE$1NAMESPACE$2")}class ky{value;constructor(e){this.value=e}asString(){return Mw(String(this.value))}asBool(){return"true"===this.value||"false"!==this.value&&Boolean(Number(this.value))}asNum(){return Number(this.value)}}class Vy{rootFile;xlsxFileStructure;warningManager;relationships;currentFile=void 0;constructor(e,t,o){this.rootFile=e,this.currentFile=e.file.fileName,this.xlsxFileStructure=t,this.warningManager=o,this.relationships={},e.rels&&this.extractRelationships(e.rels).map((e=>{this.relationships[e.id]=e}))}extractRelationships(e){return this.mapOnElements({parent:e.xml,query:"Relationship"},(e=>({id:this.extractAttr(e,"Id",{required:!0}).asString(),target:this.extractAttr(e,"Target",{required:!0}).asString(),type:this.extractAttr(e,"Type",{required:!0}).asString()})))}getListOfXMLFiles(){return Object.entries(this.xlsxFileStructure).filter((([e])=>"images"!==e)).map((([e,t])=>t)).flat().filter(Ie)}mapOnElements(e,t){const o=[],s=this.currentFile;let n;if(e.children){const t=this.querySelector(e.parent,e.query)?.children;n=t||[]}else n=this.querySelectorAll(e.parent,e.query);if(n)for(let e of n)try{o.push(t(e))}catch(t){this.catchErrorOnElement(t,e)}return this.currentFile=s,o}catchErrorOnElement(e,t){const o=t?`Error when parsing an element <${t.tagName}> of file ${this.currentFile}, skip this element. \n${e.stack}`:`Error when parsing file ${this.currentFile}.`;this.warningManager.addParsingWarning([o,e.message].join("\n"))}extractAttr(e,t,o){const s=e.attributes[t];s||this.handleMissingValue(e,`attribute "${t}"`,o);const n=s?.value?s.value:o?.default;return void 0===n?void 0:new ky(n)}extractTextContent(e,t){if(void 0!==t?.default&&"string"!=typeof t.default)throw new Error("extractTextContent default value should be a string");const o="preserve"===e?.attributes["xml:space"]?.value;let s=e?.textContent;return e&&null!==s||this.handleMissingValue(e,"text content",t),s&&(s=o?s:s.trim()),s?Mw(s):t?.default}extractChildAttr(e,t,o,s){let n;n="number"==typeof t?e.children[t]:this.querySelector(e,t),n||this.handleMissingValue(e,"number"==typeof t?`child at index ${t}`:`child <${t}>`,s);const i=n?this.extractAttr(n,o,s)?.asString():s?.default;return void 0!==i?new ky(i):void 0}extractChildTextContent(e,t,o){if(void 0!==o?.default&&"string"!=typeof o.default)throw new Error("extractTextContent default value should be a string");let s=this.querySelector(e,t);return s||this.handleMissingValue(e,`child <${t}>`,o),s?this.extractTextContent(s,o):o?.default}handleMissingValue(e,t,o){if(o?.required){if(!o?.default)throw new Error(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, and no default value was set`);this.warningManager.addParsingWarning(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, replacing it by the default value ${o.default}`)}}extractColor(e,t,o){if(!e)return o?{rgb:o}:void 0;const s=this.extractAttr(e,"theme")?.asString();let n;if(void 0!==s){if(!t||!t.clrScheme)throw new Error("Color referencing a theme but no theme was provided");n=this.getThemeColor(s,t.clrScheme)}else n=this.extractAttr(e,"rgb")?.asString();return{rgb:n,auto:this.extractAttr(e,"auto")?.asBool(),indexed:this.extractAttr(e,"indexed")?.asNum(),tint:this.extractAttr(e,"tint")?.asNum()}}getTargetXmlFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.getListOfXMLFiles().find((e=>e.file.fileName.endsWith(t)));if(!o||!o.file)throw new Error("Cannot find target file");return o}getTargetImageFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.xlsxFileStructure.images.find((e=>e.fileName.endsWith(t)));if(!o)throw new Error("Cannot find target file");return o}querySelector(e,t){const o=Py(t);return e.querySelector(o)}querySelectorAll(e,t){const o=Py(t);return e.querySelectorAll(o)}getThemeColor(e,t){switch(e){case"0":return"FFFFFF";case"1":return"000000";case"2":return t[3].value;case"3":return t[2].value;default:return t[e].value}}processRelationshipTargetName(e){return e.replace(/\.+\//,"")}}class Uy extends Vy{getTheme(){return{clrScheme:this.mapOnElements({query:"a:clrScheme",parent:this.rootFile.file.xml,children:!0},(e=>({name:e.tagName,value:this.extractChildAttr(e,0,"val",{required:!0,default:UE}).asString(),lastClr:this.extractChildAttr(e,0,"lastClr",{default:UE}).asString()})))}}getSharedStrings(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"si"},(e=>"t"===e.children[0].tagName?this.extractTextContent(e)||"":this.mapOnElements({parent:e,query:"t"},(e=>this.extractTextContent(e)||"")).join("")))}}class By extends Vy{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}extractConditionalFormattings(){const e=this.mapOnElements({parent:this.rootFile.file.xml,query:"worksheet > conditionalFormatting"},(e=>({sqref:this.extractAttr(e,"sqref",{required:!0}).asString().split(" "),pivot:this.extractAttr(e,"pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})));return e.push(...this.mapOnElements({parent:this.rootFile.file.xml,query:"extLst x14:conditionalFormatting"},(e=>({sqref:this.extractChildTextContent(e,"xm:sqref",{required:!0}).split(" "),pivot:this.extractAttr(e,"xm:pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})))),e}extractCFRules(e,t){return this.mapOnElements({parent:e,query:"cfRule, x14:cfRule"},(e=>{const o=this.extractAttr(e,"type",{required:!0}).asString();if("dataBar"===o)throw new Error("Databars conditional formats are not supported.");return{type:o,priority:this.extractAttr(e,"priority",{required:!0}).asNum(),colorScale:this.extractCfColorScale(e,t),formula:this.extractCfFormula(e),iconSet:this.extractCfIconSet(e),dxfId:this.extractAttr(e,"dxfId")?.asNum(),stopIfTrue:this.extractAttr(e,"stopIfTrue")?.asBool(),aboveAverage:this.extractAttr(e,"aboveAverage")?.asBool(),percent:this.extractAttr(e,"percent")?.asBool(),bottom:this.extractAttr(e,"bottom")?.asBool(),operator:this.extractAttr(e,"operator")?.asString(),text:this.extractAttr(e,"text")?.asString(),timePeriod:this.extractAttr(e,"timePeriod")?.asString(),rank:this.extractAttr(e,"rank")?.asNum(),stdDev:this.extractAttr(e,"stdDev")?.asNum(),equalAverage:this.extractAttr(e,"equalAverage")?.asBool()}}))}extractCfFormula(e){return this.mapOnElements({parent:e,query:"formula"},(e=>this.extractTextContent(e,{required:!0})))}extractCfColorScale(e,t){const o=this.querySelector(e,"colorScale");if(o)return{colors:this.mapOnElements({parent:o,query:"color"},(e=>this.extractColor(e,t,"ffffff"))),cfvos:this.extractCFVos(o)}}extractCfIconSet(e){const t=this.querySelector(e,"iconSet, x14:iconSet");if(t)return{iconSet:this.extractAttr(t,"iconSet",{default:"3TrafficLights1"}).asString(),showValue:this.extractAttr(t,"showValue",{default:!0}).asBool(),percent:this.extractAttr(t,"percent",{default:!0}).asBool(),reverse:this.extractAttr(t,"reverse")?.asBool(),custom:this.extractAttr(t,"custom")?.asBool(),cfvos:this.extractCFVos(t),cfIcons:this.extractCfIcons(t)}}extractCfIcons(e){const t=this.mapOnElements({parent:e,query:"cfIcon, x14:cfIcon"},(e=>({iconSet:this.extractAttr(e,"iconSet",{required:!0}).asString(),iconId:this.extractAttr(e,"iconId",{required:!0}).asNum()})));return 0===t.length?void 0:t}extractCFVos(e){return this.mapOnElements({parent:e,query:"cfvo, x14:cfvo"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),gte:this.extractAttr(e,"gte",{default:!0})?.asBool(),value:e.attributes.val?this.extractAttr(e,"val")?.asString():this.extractChildTextContent(e,"f, xm:f")})))}}class Hy extends Vy{extractChart(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"c:chartSpace"},(e=>{const t=this.getChartType(e);if(!Cw[t])throw new Error(`Unsupported chart type ${t}`);const o=this.mapOnElements({parent:e,query:"c:title a:t"},(e=>e.textContent||"")).join(""),s=this.extractChildAttr(e,"c:grouping","val",{default:"clustered"}).asString();return{title:o,type:Cw[t],dataSets:this.extractChartDatasets(this.querySelector(e,`c:${t}`)),labelRange:this.extractChildTextContent(e,"c:ser c:cat c:f"),backgroundColor:this.extractChildAttr(e,"c:chartSpace > c:spPr a:srgbClr","val",{default:"ffffff"}).asString(),verticalAxisPosition:"r"===this.extractChildAttr(e,"c:valAx > c:axPos","val",{default:"l"}).asString()?"right":"left",legendPosition:Sw[this.extractChildAttr(e,"c:legendPos","val",{default:"b"}).asString()],stacked:"stacked"===s,fontColor:"000000"}}))[0]}extractChartDatasets(e){return this.mapOnElements({parent:e,query:"c:ser"},(e=>({label:this.extractChildTextContent(e,"c:tx c:f"),range:this.extractChildTextContent(e,"c:val c:f",{required:!0})})))}getChartType(e){const t=this.querySelector(e,"c:plotArea");if(!t)throw new Error("Missing plot area in the chart definition.");for(let e of t.children){const t=Ly(e.tagName);if(VE.some((e=>e===t)))return t}throw new Error("Unknown chart type")}}const zy="oneCellAnchor",Gy="twoCellAnchor";class $y extends Vy{extractFigures(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"xdr:wsDr",children:!0},(e=>{const t=Ly(e.tagName),o=this.extractFigureAnchorsByType(e,t),s=this.querySelector(e,"c:chart"),n=this.querySelector(e,"a:blip");if(!s&&!n)throw new Error("Only chart and image figures are currently supported.");return{anchors:o,data:s?this.extractChart(s):this.extractImage(e),figureSize:t===zy?this.extractFigureSizeFromSizeTag(e,"xdr:ext"):void 0}}))}extractFigureAnchorsByType(e,t){switch(t){case zy:return[this.extractFigureAnchor("xdr:from",e)];case Gy:return[this.extractFigureAnchor("xdr:from",e),this.extractFigureAnchor("xdr:to",e)];default:throw new Error(`${t} is not supported for xlsx drawings. `)}}extractFigureSizeFromSizeTag(e,t){const o=this.querySelector(e,t);if(!o)throw new Error(`Missing size element '${t}'`);return{cx:this.extractAttr(o,"cx",{required:!0}).asNum(),cy:this.extractAttr(o,"cy",{required:!0}).asNum()}}extractFigureAnchor(e,t){const o=this.querySelector(t,e);if(!o)throw new Error(`Missing anchor element ${e}`);return{col:Number(this.extractChildTextContent(o,"xdr:col",{required:!0})),colOffset:Number(this.extractChildTextContent(o,"xdr:colOff",{required:!0})),row:Number(this.extractChildTextContent(o,"xdr:row",{required:!0})),rowOffset:Number(this.extractChildTextContent(o,"xdr:rowOff",{required:!0}))}}extractChart(e){const t=this.extractAttr(e,"r:id",{required:!0}).asString(),o=this.getTargetXmlFile(this.relationships[t]),s=new Hy(o,this.xlsxFileStructure,this.warningManager).extractChart();if(!s)throw new Error("Unable to extract chart definition");return s}extractImage(e){const t=this.querySelector(e,"a:blip"),o=this.extractAttr(t,"r:embed",{required:!0}).asString(),s=this.getTargetImageFile(this.relationships[o]);if(!s)throw new Error("Unable to extract image");const n=s.fileName.split(".").at(-1),i=Ly(e.tagName),r=i===Gy?this.querySelector(e,"a:xfrm"):e,a=i===Gy?"a:ext":"xdr:ext",l=this.extractFigureSizeFromSizeTag(r,a);return{imageSrc:s.imageSrc,mimetype:n?Rw[n]:void 0,size:l}}}class Wy extends Vy{getPivotTable(){return this.mapOnElements({query:":root",parent:this.rootFile.file.xml},(e=>({displayName:this.extractAttr(e,"name",{required:!0}).asString(),id:this.extractAttr(e,"name",{required:!0}).asString(),ref:this.extractChildAttr(e,"location","ref",{required:!0}).asString(),headerRowCount:this.extractChildAttr(e,"location","firstDataRow",{default:0}).asNum(),totalsRowCount:1,cols:[],style:{showFirstColumn:!0,showRowStripes:!0}})))[0]}}class qy extends Vy{getTable(){return this.mapOnElements({query:"table",parent:this.rootFile.file.xml},(e=>({displayName:this.extractAttr(e,"displayName",{required:!0}).asString(),name:this.extractAttr(e,"name")?.asString(),id:this.extractAttr(e,"id",{required:!0}).asString(),ref:this.extractAttr(e,"ref",{required:!0}).asString(),headerRowCount:this.extractAttr(e,"headerRowCount",{default:1}).asNum(),totalsRowCount:this.extractAttr(e,"totalsRowCount",{default:0}).asNum(),cols:this.extractTableCols(e),style:this.extractTableStyleInfo(e),autoFilter:this.extractTableAutoFilter(e)})))[0]}extractTableCols(e){return this.mapOnElements({query:"tableColumn",parent:e},(e=>({id:this.extractAttr(e,"id",{required:!0}).asString(),name:this.extractAttr(e,"name",{required:!0}).asString(),colFormula:this.extractChildTextContent(e,"calculatedColumnFormula")})))}extractTableStyleInfo(e){return this.mapOnElements({query:"tableStyleInfo",parent:e},(e=>({name:this.extractAttr(e,"name")?.asString(),showFirstColumn:this.extractAttr(e,"showFirstColumn")?.asBool(),showLastColumn:this.extractAttr(e,"showLastColumn")?.asBool(),showRowStripes:this.extractAttr(e,"showRowStripes")?.asBool(),showColumnStripes:this.extractAttr(e,"showColumnStripes")?.asBool()})))[0]}extractTableAutoFilter(e){return this.mapOnElements({query:"autoFilter",parent:e},(e=>({columns:this.extractFilterColumns(e),zone:this.extractAttr(e,"ref",{required:!0}).asString()})))[0]}extractFilterColumns(e){return this.mapOnElements({query:"tableColumn",parent:e},(t=>({colId:this.extractAttr(e,"colId",{required:!0}).asNum(),hiddenButton:this.extractAttr(e,"hiddenButton",{default:!1}).asBool(),filters:this.extractSimpleFilter(t)})))}extractSimpleFilter(e){return this.mapOnElements({query:"filter",parent:e},(e=>({val:this.extractAttr(e,"val",{required:!0}).asString()})))}}class Zy extends Vy{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}getSheet(){return this.mapOnElements({query:"worksheet",parent:this.rootFile.file.xml},(e=>{const t=this.getSheetWorkbookInfo();return{sheetName:this.extractSheetName(),sheetViews:this.extractSheetViews(e),sheetFormat:this.extractSheetFormat(e),cols:this.extractCols(e),rows:this.extractRows(e),sharedFormulas:this.extractSharedFormulas(e),merges:this.extractMerges(e),cfs:this.extractConditionalFormats(),figures:this.extractFigures(e),hyperlinks:this.extractHyperLinks(e),tables:[...this.extractTables(e),...this.extractPivotTables()],isVisible:"visible"===t.state}}))[0]}extractSheetViews(e){return this.mapOnElements({parent:e,query:"sheetView"},(e=>{const t=this.querySelector(e,"pane");return{tabSelected:this.extractAttr(e,"tabSelected",{default:!1}).asBool(),showFormulas:this.extractAttr(e,"showFormulas",{default:!1}).asBool(),showGridLines:this.extractAttr(e,"showGridLines",{default:!0}).asBool(),showRowColHeaders:this.extractAttr(e,"showRowColHeaders",{default:!0}).asBool(),pane:{xSplit:t?this.extractAttr(t,"xSplit",{default:0}).asNum():0,ySplit:t?this.extractAttr(t,"ySplit",{default:0}).asNum():0}}}))}extractSheetName(){const e=Aw(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id;for(let e of this.querySelectorAll(this.xlsxFileStructure.workbook.file.xml,"sheet"))if(e.attributes["r:id"].value===t)return e.attributes.name.value;throw new Error("Missing sheet name")}getSheetWorkbookInfo(){const e=Aw(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id,o=this.mapOnElements({parent:this.xlsxFileStructure.workbook.file.xml,query:"sheet"},(e=>({relationshipId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetId:this.extractAttr(e,"sheetId",{required:!0}).asString(),sheetName:this.extractAttr(e,"name",{required:!0}).asString(),state:this.extractAttr(e,"state",{default:"visible"}).asString()}))).find((e=>e.relationshipId===t));if(!o)throw new Error("Cannot find corresponding workbook sheet");return o}extractConditionalFormats(){return new By(this.rootFile,this.xlsxFileStructure,this.warningManager,this.theme).extractConditionalFormattings()}extractFigures(e){return this.mapOnElements({parent:e,query:"drawing"},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new $y(o,this.xlsxFileStructure,this.warningManager).extractFigures()}))[0]||[]}extractTables(e){return this.mapOnElements({query:"tablePart",parent:e},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new qy(o,this.xlsxFileStructure,this.warningManager).getTable()}))}extractPivotTables(){try{return Object.values(this.relationships).filter((e=>e.type.endsWith("pivotTable"))).map((e=>{const t=this.getTargetXmlFile(e);return new Wy(t,this.xlsxFileStructure,this.warningManager).getPivotTable()}))}catch(e){return this.catchErrorOnElement(e),[]}}extractMerges(e){return this.mapOnElements({parent:e,query:"mergeCell"},(e=>this.extractAttr(e,"ref",{required:!0}).asString()))}extractSheetFormat(e){const t=this.querySelector(e,"sheetFormatPr");if(t)return{defaultColWidth:this.extractAttr(t,"defaultColWidth",{default:jE.toString()}).asNum(),defaultRowHeight:this.extractAttr(t,"defaultRowHeight",{default:XE.toString()}).asNum()}}extractCols(e){return this.mapOnElements({parent:e,query:"cols col"},(e=>({width:this.extractAttr(e,"width")?.asNum(),customWidth:this.extractAttr(e,"customWidth")?.asBool(),bestFit:this.extractAttr(e,"bestFit")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),min:this.extractAttr(e,"min",{required:!0})?.asNum(),max:this.extractAttr(e,"max",{required:!0})?.asNum(),styleIndex:this.extractAttr(e,"style")?.asNum()})))}extractRows(e){return this.mapOnElements({parent:e,query:"sheetData row"},(e=>({index:this.extractAttr(e,"r",{required:!0})?.asNum(),cells:this.extractCells(e),height:this.extractAttr(e,"ht")?.asNum(),customHeight:this.extractAttr(e,"customHeight")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),styleIndex:this.extractAttr(e,"s")?.asNum()})))}extractCells(e){return this.mapOnElements({parent:e,query:"c"},(e=>({xc:this.extractAttr(e,"r",{required:!0})?.asString(),styleIndex:this.extractAttr(e,"s")?.asNum(),type:dw[this.extractAttr(e,"t",{default:"n"})?.asString()],value:this.extractChildTextContent(e,"v"),formula:this.extractCellFormula(e)})))}extractCellFormula(e){const t=this.querySelector(e,"f");if(t)return{content:this.extractTextContent(t),sharedIndex:this.extractAttr(t,"si")?.asNum(),ref:this.extractAttr(t,"ref")?.asString()}}extractHyperLinks(e){return this.mapOnElements({parent:e,query:"hyperlink"},(e=>{const t=this.extractAttr(e,"r:id")?.asString();return{xc:this.extractAttr(e,"ref",{required:!0})?.asString(),location:this.extractAttr(e,"location")?.asString(),display:this.extractAttr(e,"display")?.asString(),relTarget:t?this.relationships[t].target:void 0}}))}extractSharedFormulas(e){const t=this.querySelectorAll(e,"f[si][ref]"),o={};for(let e of t){const t=this.extractAttr(e,"si",{required:!0}).asNum(),s=this.extractTextContent(e,{required:!0});o[t]=s}const s=[];for(let e=0;e<Object.keys(o).length;e++)o[e]?s.push(o[e]):(this.warningManager.addParsingWarning(`Missing shared formula ${e}, replacing it by empty formula`),s.push(""));return s}}class Yy extends Vy{theme;constructor(e,t,o){super(e.styles,e,t),this.theme=o}getNumFormats(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"numFmt"},(e=>this.extractNumFormats(e)))}extractNumFormats(e){return{id:this.extractAttr(e,"numFmtId",{required:!0}).asNum(),format:this.extractAttr(e,"formatCode",{required:!0,default:""}).asString()}}getFonts(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"font"},(e=>this.extractFont(e)))}extractFont(e){const t=this.extractChildAttr(e,"name","val",{default:"Arial"}).asString(),o=this.extractChildAttr(e,"sz","val",{default:B.toString()}).asNum(),s=this.extractColor(this.querySelector(e,"color"),this.theme),n=this.querySelector(e,"i")||void 0,i=n&&"0"!==n.attributes.val?.value,r=this.querySelector(e,"b")||void 0,a=r&&"0"!==r.attributes.val?.value,l=this.querySelector(e,"strike")||void 0,c=l&&"0"!==l.attributes.val?.value,h=this.querySelector(e,"u")||void 0;return{name:t,size:o,color:s,italic:i,bold:a,underline:h&&"none"!==h.attributes.val?.value,strike:c}}getFills(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"fill"},(e=>this.extractFill(e)))}extractFill(e){const t=e.children[0];return"patternFill"===t.tagName?{patternType:t.attributes.patternType?.value,bgColor:this.extractColor(this.querySelector(t,"bgColor"),this.theme),fgColor:this.extractColor(this.querySelector(t,"fgColor"),this.theme)}:{patternType:"solid",fgColor:this.extractColor(this.querySelectorAll(t,"color")[1],this.theme)}}getBorders(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"border"},(e=>this.extractBorder(e)))}extractBorder(e){const t={left:this.extractSingleBorder(e,"left",this.theme),right:this.extractSingleBorder(e,"right",this.theme),top:this.extractSingleBorder(e,"top",this.theme),bottom:this.extractSingleBorder(e,"bottom",this.theme),diagonal:this.extractSingleBorder(e,"diagonal",this.theme)};return t.diagonal&&(t.diagonalUp=this.extractAttr(e,"diagonalUp")?.asBool(),t.diagonalDown=this.extractAttr(e,"diagonalDown")?.asBool()),t}extractSingleBorder(e,t,o){const s=this.querySelector(e,t);if(s&&s.attributes.style)return{style:this.extractAttr(s,"style",{required:!0,default:"thin"}).asString(),color:this.extractColor(s.children[0],o,"000000")}}extractAlignment(e){return{horizontal:this.extractAttr(e,"horizontal",{default:"general"}).asString(),vertical:this.extractAttr(e,"vertical",{default:"bottom"}).asString(),textRotation:this.extractAttr(e,"textRotation")?.asNum(),wrapText:this.extractAttr(e,"wrapText")?.asBool(),indent:this.extractAttr(e,"indent")?.asNum(),relativeIndent:this.extractAttr(e,"relativeIndent")?.asNum(),justifyLastLine:this.extractAttr(e,"justifyLastLine")?.asBool(),shrinkToFit:this.extractAttr(e,"shrinkToFit")?.asBool(),readingOrder:this.extractAttr(e,"readingOrder")?.asNum()}}getDxfs(){return this.mapOnElements({query:"dxf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"font"),o=this.querySelector(e,"fill"),s=this.querySelector(e,"border"),n=this.querySelector(e,"numFmt"),i=this.querySelector(e,"alignment");return{font:t?this.extractFont(t):void 0,fill:o?this.extractFill(o):void 0,numFmt:n?this.extractNumFormats(n):void 0,alignment:i?this.extractAlignment(i):void 0,border:s?this.extractBorder(s):void 0}}))}getStyles(){return this.mapOnElements({query:"cellXfs xf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"alignment");return{fontId:this.extractAttr(e,"fontId",{required:!0,default:0}).asNum(),fillId:this.extractAttr(e,"fillId",{required:!0,default:0}).asNum(),borderId:this.extractAttr(e,"borderId",{required:!0,default:0}).asNum(),numFmtId:this.extractAttr(e,"numFmtId",{required:!0,default:0}).asNum(),alignment:t?this.extractAlignment(t):void 0}}))}}class jy extends Vy{getExternalBook(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"externalBook"},(e=>({rId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetNames:this.mapOnElements({parent:e,query:"sheetName"},(e=>this.extractAttr(e,"val",{required:!0}).asString())),datasets:this.extractExternalSheetData(e)})))[0]}extractExternalSheetData(e){return this.mapOnElements({parent:e,query:"sheetData"},(e=>{const t=this.mapOnElements({parent:e,query:"cell"},(e=>({xc:this.extractAttr(e,"r",{required:!0}).asString(),value:this.extractChildTextContent(e,"v",{required:!0})}))),o={};for(let e of t)o[e.xc]=e.value;return{sheetId:this.extractAttr(e,"sheetId",{required:!0}).asNum(),data:o}}))}}function Xy(e,t){const o=function(e,t){const o=t[ow],s=o.querySelectorAll(`Override[ContentType="${e}"]`),n=[];for(let e of s){const t=e?.attributes.PartName.value;n.push(t.substring(1))}return n}(e,t);return function(e,t){const o=[];for(let s of e){const e=Ky(s,t);o.push({file:{fileName:s,xml:t[s]},rels:e?{fileName:e,xml:t[e]}:void 0})}return o}(o,t)}function Ky(e,t){if(e===ow)return"_rels/.rels";let o="";const s=e.split("/");for(let e=0;e<s.length-1;e++)o+=s[e]+"/";return o+="_rels/",o+=s[s.length-1]+".rels",t[o]||(o=void 0),o}class Qy{warningManager;xmls;images;constructor(e){this.warningManager=new nw,this.xmls={},this.images=[];for(let t of Object.keys(e))if(t.endsWith(".xml")||t.endsWith(".rels")){const o=e[t].replaceAll(/(<\/?)([a-zA-Z0-9]+):([a-zA-Z0-9]+)/g,"$1NAMESPACE$2NAMESPACE$3");this.xmls[t]=My(new kE(o))}else t.includes("media/image")&&this.images.push({fileName:t,imageSrc:e[t].imageSrc})}convertXlsx(){const e=this.getXlsxData();return this.convertImportedData(e)}getXlsxData(){const e=this.buildXlsxFileStructure(),t=e.theme?new Uy(e.theme,e,this.warningManager).getTheme():void 0,o=e.sharedStrings?new Uy(e.sharedStrings,e,this.warningManager).getSharedStrings():[],s=e.sheets.sort(((e,t)=>e.file.fileName.localeCompare(t.file.fileName,void 0,{numeric:!0}))).map((o=>new Zy(o,e,this.warningManager,t).getSheet())),n=e.externalLinks.map((t=>new jy(t,e,this.warningManager).getExternalBook())),i=new Yy(e,this.warningManager,t);return{fonts:i.getFonts(),fills:i.getFills(),borders:i.getBorders(),dxfs:i.getDxfs(),numFmts:i.getNumFormats(),styles:i.getStyles(),sheets:s,sharedStrings:o,externalBooks:n}}buildXlsxFileStructure(){const e={sheets:Xy($E.sheet,this.xmls),workbook:Xy($E.workbook,this.xmls)[0],styles:Xy($E.styles,this.xmls)[0],sharedStrings:Xy($E.sharedStrings,this.xmls)[0],theme:Xy($E.themes,this.xmls)[0],charts:Xy($E.chart,this.xmls),figures:Xy($E.drawing,this.xmls),tables:Xy($E.table,this.xmls),pivots:Xy($E.pivot,this.xmls),externalLinks:Xy($E.externalLink,this.xmls),images:this.images};if(!e.workbook.rels)throw Error(Xt("Cannot find workbook relations file"));return e}convertImportedData(e){const t={version:12,sheets:vy(e,this.warningManager),styles:Pw(e,this.warningManager),formats:Vw(e,this.warningManager),borders:Dw(e,this.warningManager),entities:{},revisionId:W};return Iy(t,e),Object.keys(e.styles).map((t=>{e.styles[t]=Le(e.styles[t])})),t}}var Jy;!function(e){e[e.LeftRef=0]="LeftRef",e[e.RightRef=1]="RightRef",e[e.Separator=2]="Separator",e[e.FullColumnSeparator=3]="FullColumnSeparator",e[e.FullRowSeparator=4]="FullRowSeparator",e[e.RightColumnRef=5]="RightColumnRef",e[e.RightRowRef=6]="RightRowRef",e[e.Found=7]="Found"}(Jy||(Jy={}));const ex=(e,t=(()=>!0))=>[{goTo:e,guard:t}],tx=(e,t=(()=>!0))=>({goTo:e,guard:t}),ox={[Jy.LeftRef]:{REFERENCE:ex(Jy.Separator),NUMBER:ex(Jy.FullRowSeparator),SYMBOL:[tx(Jy.FullColumnSeparator,(e=>Qs(e.value))),tx(Jy.FullRowSeparator,(e=>Js(e.value)))]},[Jy.FullColumnSeparator]:{SPACE:ex(Jy.FullColumnSeparator),OPERATOR:ex(Jy.RightColumnRef,(e=>":"===e.value))},[Jy.FullRowSeparator]:{SPACE:ex(Jy.FullRowSeparator),OPERATOR:ex(Jy.RightRowRef,(e=>":"===e.value))},[Jy.Separator]:{SPACE:ex(Jy.Separator),OPERATOR:ex(Jy.RightRef,(e=>":"===e.value))},[Jy.RightRef]:{SPACE:ex(Jy.RightRef),NUMBER:ex(Jy.Found),REFERENCE:ex(Jy.Found,(e=>on(e.value))),SYMBOL:ex(Jy.Found,(e=>en(e.value)||tn(e.value)))},[Jy.RightColumnRef]:{SPACE:ex(Jy.RightColumnRef),SYMBOL:ex(Jy.Found,(e=>en(e.value))),REFERENCE:ex(Jy.Found,(e=>on(e.value)))},[Jy.RightRowRef]:{SPACE:ex(Jy.RightRowRef),NUMBER:ex(Jy.Found),REFERENCE:ex(Jy.Found,(e=>on(e.value))),SYMBOL:ex(Jy.Found,(e=>tn(e.value)))},[Jy.Found]:{}};function sx(e){let t=0,o=ox[Jy.LeftRef];const s=[];for(;void 0!==o;){const n=e[t++];if(!n)return null;const i=o[n.type]?.find((e=>e.guard(n))),r=i?i.goTo:void 0;switch(r){case void 0:return null;case Jy.Found:return s.push(n),e.splice(0,t),{type:"REFERENCE",value:Oe(s.map((e=>e.value)))};default:o=ox[r],s.push(n)}}return null}function nx(e,t=uo){const o=zr(e,t),s=[];for(;o.length;)s.push(sx(o)||o.shift());return s}function ix(e){const t=nx(e);let o=[];return{text:"".concat(...t.map((e=>{if("REFERENCE"===e.type&&Ws.test(e.value)){const t=e.value.trim();return o.includes(t)||o.push(t),`${ee}${o.indexOf(t)}${ee}`}return e.value}))),dependencies:o}}const rx=14,ax="Sheet1";function lx(e,t){if(!e)return px();if(e["[Content_Types].xml"]){const o=new Qy(e);if(e=o.convertXlsx(),t)for(let e of o.warningManager.warnings.sort())console.warn(e)}return"version"in e&&e.version<rx&&(e=function(e){for(let t=cx.findIndex((t=>t.from===e.version));t<cx.length;t++)e=cx[t].applyMigration(e);return e}(e)),e=function(e){return e=function(e){if(e.uniqueFigureIds)return e;const t=new Set,o=new Qn;for(const s of e.sheets||[])for(const e of s.figures||[])t.has(e.id)&&(e.id+=o.uuidv4()),t.add(e.id);return e.uniqueFigureIds=!0,e}(e),e=function(e){const t=Object.assign(px(),e,{version:rx});t.sheets=t.sheets?t.sheets.map(((e,t)=>Object.assign(gx(`Sheet${t+1}`,`Sheet${t+1}`),e))):[],0===t.sheets.length&&t.sheets.push(gx(ax,"Sheet1"));oa(t.settings.locale)||(t.settings.locale=uo);return t}(e),e}(e),e}const cx=[{description:"add the `activeSheet` field on data",from:1,to:2,applyMigration:e=>(e.sheets&&e.sheets[0]&&(e.activeSheet=e.sheets[0].name),e)},{description:"add an id field in each sheet",from:2,to:3,applyMigration(e){if(e.sheets&&e.sheets.length)for(let t of e.sheets)t.id=t.id||t.name;return e}},{description:"activeSheet is now an id, not the name of a sheet",from:3,to:4,applyMigration(e){if(e.sheets&&e.activeSheet){const t=e.sheets.find((t=>t.name===e.activeSheet));e.activeSheet=t.id}return e}},{description:"add figures object in each sheets",from:4,to:5,applyMigration(e){for(let t of e.sheets||[])t.figures=t.figures||[];return e}},{description:"normalize the content of the cell if it is a formula to avoid parsing all the formula that vary only by the cells they use",from:5,to:6,applyMigration(e){for(let t of e.sheets||[])for(let e in t.cells||[]){const o=t.cells[e];o.content&&o.content.startsWith("=")&&(o.formula=ix(o.content))}return e}},{description:"transform chart data structure",from:6,to:7,applyMigration(e){for(let t of e.sheets||[])for(let e in t.figures||[]){const{dataSets:o,...s}=t.figures[e].data,n=[];for(let e of o)if(e.labelCell){const t=an(e.dataRange),o=e.labelCell+":"+ut(t.right,t.bottom);n.push(o)}else n.push(e.dataRange);s.dataSetsHaveTitle=Boolean(o[0].labelCell),s.dataSets=n,t.figures[e].data=s}return e}},{description:"remove single quotes in sheet names",from:7,to:8,applyMigration(e){const t=[],o=new RegExp(J,"g");for(let s of e.sheets||[]){if(!s.name)continue;const e=s.name,n=e.replace(o,"_");let i=1,r=n;for(;t.includes(r);)r=`${n}${i}`,i++;s.name=r,t.push(r);const a=t=>{if(void 0===t)return t;let o=t.replace(e,r),s=t;for(;s!==o;)s=o,o=s.replace(e,r);return s};for(let e in s.cells){const t=s.cells[e];t.formula&&(t.formula.dependencies=t.formula.dependencies.map(a))}for(let e of s.figures||[])if("chart"===e.type){const t=e.data.dataSets.map(a),o=a(e.data.labelRange);e.data={...e.data,dataSets:t,labelRange:o}}for(let e of s.conditionalFormats||[]){e.ranges=e.ranges.map(a);for(const t of["minimum","maximum","midpoint","upperInflectionPoint","lowerInflectionPoint"])"formula"===e.rule[t]?.type&&(e.rule[t].value=a(e.rule[t].value))}}return e}},{description:"transform chart data structure with design attributes",from:8,to:9,applyMigration(e){for(const t of e.sheets||[])for(const e of t.figures||[])e.data.background=h,e.data.verticalAxisPosition="left",e.data.legendPosition="top",e.data.stacked=!1;return e}},{description:"de-normalize formula to reduce exported json size (~30%)",from:9,to:10,applyMigration(e){for(let t of e.sheets||[])for(let e in t.cells||[]){const o=t.cells[e];if(o.formula){let{text:e,dependencies:t}=o.formula;for(let[o,s]of Object.entries(t)){const t=`\\${ee}${o}\\${ee}`;e=e.replace(new RegExp(t,"g"),s)}o.content=e,delete o.formula}}return e}},{description:"normalize the formats of the cells",from:10,to:11,applyMigration(e){const t={};for(let o of e.sheets||[])for(let e in o.cells||[]){const s=o.cells[e];s.format&&(s.format=Ae(s.format,t))}return e.formats=t,e}},{description:"Add isVisible to sheets",from:11,to:12,applyMigration(e){for(let t of e.sheets||[])t.isVisible=!0;return e}},{description:"Fix datafilter duplication",from:12,to:12.5,applyMigration:e=>ux(e)},{description:"Change Border description structure",from:12.5,to:13,applyMigration(e){for(const t in e.borders){const o=e.borders[t];for(const e in o)Array.isArray(o[e])&&(o[e]={style:o[e][0],color:o[e][1]})}return e}},{description:"Add locale to spreadsheet settings",from:13,to:14,applyMigration:e=>(e.settings||(e.settings={}),e.settings.locale||(e.settings.locale=uo),e)},{description:"Fix datafilter duplication (post saas-16.4)",from:14,to:14.5,applyMigration:e=>ux(e)}];function hx(e,t){return t=function(e,t){if(0!==Object.keys(e).length)return t;const o=[],s=[],n=e=>{if("CREATE_SHEET"===e.type)o.push(e.sheetId);else if("sheetId"in e&&!o.includes(e.sheetId))return{...e,sheetId:ax};return e};for(const e of t)"REMOTE_REVISION"===e.type?s.push({...e,commands:e.commands.map(n)}):s.push(e);return s}(e,t),t=dx(t,"SORT_CELLS"),t=function(e,t){const o=[],s={};for(const t of e.sheets||[])t.figures?.forEach((e=>{"chart"===e.tag&&(s[e.id]=e.data)}));for(const e of t)if("REMOTE_REVISION"===e.type){const t=[];for(const o of e.commands){let e=o;switch(o.type){case"CREATE_CHART":s[o.id]=o.definition;break;case"UPDATE_CHART":if(!s[o.id]){console.log(`Fix chart definition: chart with id ${o.id} not found.`);continue}const t={...s[o.id],...o.definition};e={...o,definition:t},s[o.id]=t}t.push(e)}o.push({...e,commands:t})}else o.push(e);return o}(e,t=dx(t,"SET_DECIMAL")),t}function dx(e,t){const o=[];for(const s of e)"REMOTE_REVISION"===s.type?o.push({...s,commands:s.commands.filter((e=>e.type!==t))}):o.push(s);return o}function ux(e){for(let t of e.sheets||[]){let e=[];for(let o of t.filterTables||[]){const t=an(o.range),s=e.findIndex((e=>bn(e,t)));-1!==s?e[s]=t:e.push(t)}t.filterTables=e.map((e=>({range:hn(e)})))}return e}function gx(e,t){return{id:e,name:t,colNumber:26,rowNumber:100,cells:{},cols:{},rows:{},merges:[],conditionalFormats:[],figures:[],filterTables:[],isVisible:!0}}function px(e="Sheet1"){return{version:rx,sheets:[gx(ax,e)],entities:{},styles:{},formats:{},borders:{},revisionId:W,uniqueFigureIds:!0,settings:{locale:uo}}}function mx(e,t){return{...gx(e,t),charts:[],images:[]}}class fx{static getters=[];history;dispatch;constructor(e,t){this.history=Object.assign(Object.create(e),{update:e.addChange.bind(e,this),selectCell:()=>{}}),this.dispatch=t}exportForExcel(e){}allowDispatch(e){return"Success"}beforeHandle(e){}handle(e){}finalize(){}batchValidations(...e){return t=>e.map((e=>e.call(this,t))).flat()}chainValidations(...e){return t=>{for(const o of e){let e=o.call(this,t);Array.isArray(e)||(e=[e]);const s=e.filter((e=>"Success"!==e));if(s.length)return s}return"Success"}}checkValidations(e,...t){return this.batchValidations(...t)(e)}}class vx extends fx{getters;uuidGenerator;constructor({getters:e,stateObserver:t,range:o,dispatch:s,uuidGenerator:n}){super(t,s),o.addRangeProvider(this.adaptRanges.bind(this)),this.getters=e,this.uuidGenerator=n}import(e){}export(e){}adaptRanges(e,t){}garbageCollectExternalResources(){}}class bx{scope;code="";constructor(e=new Cx){this.scope=e}append(...e){this.code+=e.map((e=>e.toString())).join("\n")+"\n"}return(e){return new Sx(this.scope,this.code,e)}toString(){return Ex(this.code)}}class Sx{scope;returnExpression;code;constructor(e,t,o){this.scope=e,this.returnExpression=o,this.code=Ex(t)}toString(){return this.code}assignResultToVariable(){if(this.scope.isAlreadyDeclared(this.returnExpression))return this;const e=this.scope.nextVariableName(),t=new bx(this.scope);return t.append(this.code),t.append(`const ${e} = ${this.returnExpression};`),t.return(e)}}class Cx{nextId=1;declaredVariables=new Set;nextVariableName(){const e="_"+this.nextId++;return this.declaredVariables.add(e),e}isAlreadyDeclared(e){return this.declaredVariables.has(e)}}function Ex(e){let t="",o=0;const s=e.split("\n").map((e=>e.trim())).filter((e=>""!==e));for(const e of s)e.startsWith("}")&&o--,t+="\t".repeat(o)+e+"\n",e.endsWith("{")&&o++;return t.trim()}const wx=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,yx=["-","+"],xx=["%"],Ix=["*","+","&"],Rx={"^":30,"%":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function Tx(e){const t=e.shift();if(!t)throw new Co;switch(t.type){case"DEBUGGER":const o=_x(e,1e3);return o.debug=!0,o;case"NUMBER":return{type:"NUMBER",value:Wt(t.value,uo)};case"STRING":return{type:"STRING",value:re(t.value)};case"INVALID_REFERENCE":throw new Eo;case"REFERENCE":if(":"===e[0]?.value&&"REFERENCE"===e[1]?.type){e.shift();const o=e.shift();return{type:"REFERENCE",value:`${t.value}:${o?.value}`}}return{type:"REFERENCE",value:t.value};case"SYMBOL":const s=t.value,n=e[0];if("LEFT_PAREN"===n?.type&&wx.test(t.value)){const t=function(e){Ox(e,"LEFT_PAREN",Xt("Missing opening parenthesis"));const t=e[0];if("RIGHT_PAREN"===t?.type)return Ox(e,"RIGHT_PAREN"),[];const o=[];o.push(Ax(e));for(;"RIGHT_PAREN"!==e[0]?.type;)Ox(e,"ARG_SEPARATOR",Xt("Wrong function call")),o.push(Ax(e));return Ox(e,"RIGHT_PAREN"),o}(e);return{type:"FUNCALL",value:s,args:t}}const i=s.toUpperCase();if("TRUE"===i||"FALSE"===i)return{type:"BOOLEAN",value:"TRUE"===i};throw new Co(Xt("Invalid formula"));case"LEFT_PAREN":const r=_x(e);return Ox(e,"RIGHT_PAREN",Xt("Missing closing parenthesis")),r;case"OPERATOR":const a=t.value;if(yx.includes(a))return{type:"UNARY_OPERATION",value:a,operand:_x(e,Rx[a])};throw new Co(Xt("Unexpected token: %s",t.value));default:throw new Co(Xt("Unexpected token: %s",t.value))}}function Ax(e){const t=e[0];return"ARG_SEPARATOR"===t?.type||"RIGHT_PAREN"===t?.type?{type:"EMPTY",value:""}:_x(e)}function Ox(e,t,o){const s=e.shift();if(!s||s.type!==t)throw new Co(o)}function _x(e,t=0){if(0===e.length)throw new Co;let o=Tx(e);for(;"OPERATOR"===e[0]?.type&&Rx[e[0].value]>t;){const t=e.shift().value;if(xx.includes(t))o={type:"UNARY_OPERATION",value:t,operand:o,postfix:!0};else{o={type:"BIN_OPERATION",value:t,left:o,right:_x(e,Rx[t])}}}return o}function Mx(e){return Nx(zr(e))}function Nx(e){"="===(e=e.filter((e=>"SPACE"!==e.type)))[0].value&&e.splice(0,1);const t=_x(e);if(e.length)throw new Co;return t}function Fx(e,t,o){return Px(e,(e=>e.type===t?o(e):e))}function Dx(e){return Array.from(Lx(e))}function*Lx(e){switch(yield e,e.type){case"FUNCALL":for(const t of e.args)yield*Lx(t);break;case"UNARY_OPERATION":yield*Lx(e.operand);break;case"BIN_OPERATION":yield*Lx(e.left),yield*Lx(e.right)}}function Px(e,t){switch((e=t(e)).type){case"FUNCALL":return{...e,args:e.args.map((e=>Px(e,t)))};case"UNARY_OPERATION":return{...e,operand:Px(e.operand,t)};case"BIN_OPERATION":return{...e,right:Px(e.right,t),left:Px(e.left,t)};default:return e}}function kx(e){switch(e.type){case"FUNCALL":const t=e.args.map((e=>kx(e)));return`${e.value}(${t.join(",")})`;case"NUMBER":return e.value.toString();case"REFERENCE":default:return e.value;case"STRING":return`"${e.value}"`;case"BOOLEAN":return e.value?"TRUE":"FALSE";case"UNARY_OPERATION":return e.postfix?Vx(e)+e.value:e.value+Ux(e);case"BIN_OPERATION":return Vx(e)+e.value+Ux(e)}}function Vx(e){const t=e.value,o="left"in e?e.left:e.operand,s=o.value;return"BIN_OPERATION"===o.type&&Rx[s]<Rx[t]?`(${kx(o)})`:kx(o)}function Ux(e){const t=e.value,o="right"in e?e.right:e.operand,s=Rx[o.value],n=Rx[t];let i=!1;return"BIN_OPERATION"!==o.type?i=!1:s<n?i=!0:s!==n||Ix.includes(t)||(i=!0),i?`(${kx(o)})`:kx(o)}const Bx=jf.content,Hx={"=":"EQ","+":"ADD","-":"MINUS","*":"MULTIPLY","/":"DIVIDE",">=":"GTE","<>":"NE",">":"GT","<=":"LTE","<":"LT","^":"POWER","&":"CONCATENATE"},zx={"-":"UMINUS","+":"UPLUS","%":"UNARY.PERCENT"},Gx={};function $x(e){return Wx(nx(e))}function Wx(e){const{dependencies:t,constantValues:o}=function(e){const t={numbers:[],strings:[]},o=[];for(const s of e)switch(s.type){case"INVALID_REFERENCE":case"REFERENCE":o.push(s.value);break;case"STRING":const e=re(s.value);t.strings.includes(e)||t.strings.push(e);break;case"NUMBER":{const e=Wt(s.value,uo);t.numbers.includes(e)||t.numbers.push(e);break}}return{dependencies:o,constantValues:t}}(e),s=function(e,t,o){return Oe(e.map((e=>{switch(e.type){case"STRING":const s=re(e.value);return`|S${o.strings.indexOf(s)}|`;case"NUMBER":return`|N${o.numbers.indexOf(Wt(e.value,uo))}|`;case"REFERENCE":case"INVALID_REFERENCE":return`|${t.indexOf(e.value)}|`;case"SPACE":return"";default:return e.value}})))}(e,t,o);if(!Gx[s]){const n=Nx([...e]),i=new Cx;if("BIN_OPERATION"===n.type&&":"===n.value)throw new Co(Xt("Invalid formula"));if("EMPTY"===n.type)throw new Co(Xt("Invalid formula"));const r=h(n),a=new bx;a.append(`// ${s}`),a.append(r),a.append(`return ${r.returnExpression};`);let l=new Function("deps","ref","range","ctx",a.toString());function c(e){const{args:t}=e,o=e.value.toUpperCase(),s=Bx[o];if(!s)throw new yo(Xt('Unknown function: "%s"',e.value));!function(e){const t=e.args.length,o=e.value.toUpperCase(),s=Bx[o];if(t<s.minArgRequired)throw new Co(Xt("Invalid number of arguments for the %s function. Expected %s minimum, but got %s instead.",o,s.minArgRequired.toString(),t.toString()));if(t>s.maxArgPossible)throw new Co(Xt("Invalid number of arguments for the %s function. Expected %s maximum, but got %s instead.",o,s.maxArgPossible.toString(),t.toString()));const n=s.nbrArgRepeating;if(n>1){const e=s.args.length-n;if((t-e)%n!=0)throw new Co(Xt("Invalid number of arguments for the %s function. Expected all arguments after position %s to be supplied by groups of %s arguments",o,e.toString(),n.toString()))}}(e);const n=[];for(let e=0;e<t.length;e++){const i=s.getArgToFocus(e+1)-1,r=s.args[i],a=t[e],l=r.type||[],c=l.includes("META"),d=l.some((e=>qx(e)));if(l.every((e=>qx(e)))&&!Zx(a))throw new Co(Xt("Function %s expects the parameter %s to be reference to a cell or range, not a %s.",o,(e+1).toString(),a.type.toLowerCase()));n.push(h(a,c,d,{functionName:o,paramIndex:e+1}))}return n}function h(e,s=!1,n=!1,r={}){const a=new bx(i);if("REFERENCE"!==e.type&&("BIN_OPERATION"!==e.type||":"!==e.value)&&s)throw new Co(Xt("Argument must be a reference to a cell or range."));switch(e.debug&&a.append("debugger;"),e.type){case"BOOLEAN":return a.return(`{ value: ${e.value} }`);case"NUMBER":return a.return(`{ value: this.constantValues.numbers[${o.numbers.indexOf(e.value)}] }`);case"STRING":return a.return(`{ value: this.constantValues.strings[${o.strings.indexOf(e.value)}] }`);case"REFERENCE":const i=t.indexOf(e.value);return n?a.return(`range(deps[${i}])`):a.return(`ref(deps[${i}], ${s?"true":"false"}, "${r.functionName||Hx["="]}", ${r.paramIndex})`);case"FUNCALL":const l=c(e).map((e=>e.assignResultToVariable()));a.append(...l);const d=e.value.toUpperCase();return a.return(`ctx['${d}'](${l.map((e=>e.returnExpression))})`);case"UNARY_OPERATION":{const t=zx[e.value],o=h(e.operand,!1,!1,{functionName:t}).assignResultToVariable();return a.append(o),a.return(`ctx['${t}'](${o.returnExpression})`)}case"BIN_OPERATION":{const t=Hx[e.value],o=h(e.left,!1,!1,{functionName:t}).assignResultToVariable(),s=h(e.right,!1,!1,{functionName:t}).assignResultToVariable();return a.append(o),a.append(s),a.return(`ctx['${t}'](${o.returnExpression}, ${s.returnExpression})`)}case"EMPTY":return a.return("undefined")}}Gx[s]={execute:l}}return{execute:Gx[s].execute,dependencies:t,constantValues:o,tokens:e}}function qx(e){return e.startsWith("RANGE")}function Zx(e){if("REFERENCE"===e.type)return!0;if("FUNCALL"===e.type){const t=Bx[e.value.toUpperCase()];return t&&qx(t.returns[0])}return!1}function Yx(e,t){return function(e){let t=[],o="";return e.map(((e,s)=>{switch(["SPACE","LEFT_PAREN"].includes(e.type)||(o=""),e.type){case"SYMBOL":o=e.value;break;case"LEFT_PAREN":t.push({parent:o,argPosition:0}),o="";break;case"RIGHT_PAREN":t.pop();break;case"ARG_SEPARATOR":t.length&&t[t.length-1].argPosition++}if(t.length){const o=t[t.length-1];o.parent&&(e.functionContext=Object.assign({},o))}return e}))}(function(e){let t=1;const o=[];return e.map((e=>("LEFT_PAREN"===e.type?(o.push(t),e.parenIndex=t,t++):"RIGHT_PAREN"===e.type&&(e.parenIndex=o.pop()),e)))}(function(e){let t=0;return e.map((e=>{const o=e.value.toString().length,s=Object.assign({},e,{start:t,end:t+o,length:o});return t=s.end,s}))}(nx(e,t))))}const jx=jf.content;function Xx(e){try{return 0===Dx(Nx(e)).filter((e=>"FUNCALL"===e.type&&!jx[e.value.toUpperCase()]?.isExported)).length}catch(e){return!1}}class Kx{id;format;style;sheetId;getRangeString;isFormula=!0;compiledFormula;constructor(e,t,o,s,n,i,r){this.id=e,this.format=o,this.style=s,this.sheetId=i,this.getRangeString=r;let a=0;const l=t.tokens.map((e=>{if("REFERENCE"===e.type){const e=a++;return new Qx(n,e,this.sheetId,this.getRangeString)}return e}));this.compiledFormula={...t,dependencies:n,tokens:l}}get content(){return Oe(this.compiledFormula.tokens.map((e=>e.value)))}get contentWithFixedReferences(){let e=0;return Oe(this.compiledFormula.tokens.map((t=>{if("REFERENCE"===t.type){const t=e++;return this.getRangeString(this.compiledFormula.dependencies[t],this.sheetId,{useFixedReference:!0})}return t.value})))}}class Qx{ranges;rangeIndex;sheetId;getRangeString;type="REFERENCE";constructor(e,t,o,s){this.ranges=e,this.rangeIndex=t,this.sheetId=o,this.getRangeString=s}get value(){const e=this.ranges[this.rangeIndex];return this.getRangeString(e,this.sheetId)}}function Jx(e){return""===e?NaN:Number(e)}class eI{id;zone;filters;constructor(e){this.filters=[],this.zone=e;const t=new Qn;this.id=t.uuidv4();for(const o of ue(e.left,e.right+1)){const e={...this.zone,left:o,right:o};this.filters.push(new tI(t.uuidv4(),e))}}get contentZone(){if(this.zone.bottom!==this.zone.top)return{...this.zone,top:this.zone.top+1}}getFilterId(e){return this.filters.find((t=>t.col===e))?.id}clone(){return new eI(this.zone)}}class tI{id;zoneWithHeaders;constructor(e,t){if(t.left!==t.right)throw new Error("Can only define a filter on a single column");this.id=e,this.zoneWithHeaders=t}get col(){return this.zoneWithHeaders.left}get filteredZone(){const e=this.zoneWithHeaders;if(e.bottom!==e.top)return{...e,top:e.top+1}}}function oI(e){return Object.entries(e).map((([e,t])=>t?sI(parseInt(e,10),t):void 0)).filter(Ie).map((e=>ut(e.left,e.top)+":"+ut(e.right,e.bottom)))}function sI(e,t){return{...t.zone,topLeft:{col:t.zone.left,row:t.zone.top},id:e}}class nI{getters;providers=[];constructor(e){this.getters=e}static getters=["getRangeString","getRangeFromSheetXC","createAdaptedRanges","getRangeDataFromXc","getRangeDataFromZone","getRangeFromRangeData","getRangeFromZone"];allowDispatch(e){return"MOVE_RANGES"===e.type?1===e.target.length?"Success":"InvalidZones":"Success"}beforeHandle(e){}handle(e){switch(e.type){case"REMOVE_COLUMNS_ROWS":{let t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows";const n=[...e.elements];n.sort(((e,t)=>t-e));const i=ge(n);this.executeOnAllRanges((n=>{if(n.sheetId!==e.sheetId)return{changeType:"NONE"};let r=n,a="NONE";for(let e of i){const i=Math.min(...e),l=Math.max(...e);if(n.zone[t]<=i&&i<=n.zone[o]){const e=Math.min(n.zone[o],l)-i+1;a="RESIZE",r=this.createAdaptedRange(r,s,a,-e)}else if(n.zone[t]>=i&&n.zone[o]<=l)a="REMOVE",r=n.clone({...this.getInvalidRange()});else if(n.zone[t]<=l&&n.zone[o]>=l){const e=l-n.zone[t]+1;a="RESIZE",r=this.createAdaptedRange(r,s,a,-e),r=this.createAdaptedRange(r,s,"MOVE",-(n.zone[t]-i))}else i<n.zone[t]&&(a="MOVE",r=this.createAdaptedRange(r,s,a,-(l-i+1)))}return"NONE"!==a?{changeType:a,range:r}:{changeType:"NONE"}}),e.sheetId);break}case"ADD_COLUMNS_ROWS":{let t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows";this.executeOnAllRanges((n=>{if(n.sheetId!==e.sheetId)return{changeType:"NONE"};if("after"===e.position){if(n.zone[t]<=e.base&&e.base<n.zone[o])return{changeType:"RESIZE",range:this.createAdaptedRange(n,s,"RESIZE",e.quantity)};if(e.base<n.zone[t])return{changeType:"MOVE",range:this.createAdaptedRange(n,s,"MOVE",e.quantity)}}else{if(n.zone[t]<e.base&&e.base<=n.zone[o])return{changeType:"RESIZE",range:this.createAdaptedRange(n,s,"RESIZE",e.quantity)};if(e.base<=n.zone[t])return{changeType:"MOVE",range:this.createAdaptedRange(n,s,"MOVE",e.quantity)}}return{changeType:"NONE"}}),e.sheetId);break}case"DELETE_SHEET":this.executeOnAllRanges((t=>{if(t.sheetId!==e.sheetId)return{changeType:"NONE"};const o=this.getters.getSheetName(e.sheetId);return{changeType:"REMOVE",range:t=t.clone({...this.getInvalidRange(),invalidSheetName:o})}}),e.sheetId);break;case"RENAME_SHEET":this.executeOnAllRanges((t=>{if(t.sheetId===e.sheetId)return{changeType:"CHANGE",range:t};if(e.name&&t.invalidSheetName===e.name){const o=void 0,s=e.sheetId;return{changeType:"CHANGE",range:t.clone({sheetId:s,invalidSheetName:o})}}return{changeType:"NONE"}}));break;case"MOVE_RANGES":{const t=e.target[0];this.executeOnAllRanges((o=>{if(o.sheetId!==e.sheetId||!Cn(o.zone,t))return{changeType:"NONE"};const s=e.targetSheetId,n=e.col-t.left,i=e.row-t.top,r=this.createAdaptedRange(o,"both","MOVE",[n,i]),a=e.sheetId!==s||r.prefixSheet;return{changeType:"MOVE",range:r.clone({sheetId:s,prefixSheet:a})}}));break}}}finalize(){}verifyRangeRemoved(e){return t=>{const o=e(t);return"NONE"===o.changeType||ln(o.range.zone)?o:{range:o.range,changeType:"REMOVE"}}}createAdaptedRange(e,t,o,s){const n=Rn(e.unboundedZone,t,o,s);return e.clone({zone:n})}executeOnAllRanges(e,t){const o=this.verifyRangeRemoved(e);for(const e of this.providers)e(o,t)}addRangeProvider(e){this.providers.push(e)}createAdaptedRanges(e,t,o,s){const n=e.map((e=>Fn.fromRange(e,this.getters)));return n.map((e=>{if(!ln(e.zone))return e;const n=e.prefixSheet?e.sheetId:s,i={...e.unboundedZone,left:e.isFullRow&&!e.unboundedZone.hasHeader?e.unboundedZone.left:e.unboundedZone.left+(e.parts[0].colFixed?0:t),right:e.isFullRow?e.unboundedZone.right:e.unboundedZone.right+((e.parts[1]||e.parts[0]).colFixed?0:t),top:e.isFullCol&&!e.unboundedZone.hasHeader?e.unboundedZone.top:e.unboundedZone.top+(e.parts[0].rowFixed?0:o),bottom:e.isFullCol?e.unboundedZone.bottom:e.unboundedZone.bottom+((e.parts[1]||e.parts[0]).rowFixed?0:o)};return e.clone({sheetId:n,zone:i}).orderZone()}))}getRangeFromSheetXC(e,t){if(!Ks.test(t))return new Fn({sheetId:"",zone:{left:-1,top:-1,right:-1,bottom:-1},parts:[],invalidXc:t,prefixSheet:!1},this.getters.getSheetSize);let o,s=t,n=!1;t.includes("!")&&(({xc:s,sheetName:o}=sn(t)),o&&(n=!0));const i=rn(s),r=Fn.getRangeParts(s,i),a=o&&!this.getters.getSheetIdByName(o)?o:void 0,l=this.getters.getSheetIdByName(o)||e;return new Fn({prefixSheet:n,zone:i,sheetId:l,invalidSheetName:a,parts:r},this.getters.getSheetSize).orderZone()}getRangeString(e,t,o={useFixedReference:!1}){if(!e)return vo.InvalidReference;if(e.invalidXc)return e.invalidXc;if(e.zone.bottom-e.zone.top<0||e.zone.right-e.zone.left<0)return vo.InvalidReference;if(e.zone.left<0||e.zone.top<0)return vo.InvalidReference;const s=Fn.fromRange(e,this.getters);let n=s.sheetId!==t||s.invalidSheetName||s.prefixSheet,i="";if(n&&(i=s.invalidSheetName?s.invalidSheetName:he(this.getters.getSheetName(s.sheetId))),n&&!i)return vo.InvalidReference;let r=this.getRangePartString(s,0,o);return s.parts&&2===s.parts.length&&(s.zone.top!==s.zone.bottom||s.zone.left!==s.zone.right||s.parts[0].rowFixed||s.parts[0].colFixed||s.parts[1].rowFixed||s.parts[1].colFixed)&&(r+=":",r+=this.getRangePartString(s,1,o)),`${n?i+"!":""}${r}`}getRangeDataFromXc(e,t){return this.getters.getRangeFromSheetXC(e,t).rangeData}getRangeDataFromZone(e,t){return{_sheetId:e,_zone:t}}getRangeFromZone(e,t){return new Fn({sheetId:e,zone:t,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}],prefixSheet:!1},this.getters.getSheetSize)}getRangeFromRangeData(e){const t={prefixSheet:!1,zone:e._zone,sheetId:e._sheetId,invalidSheetName:void 0,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}]};return new Fn(t,this.getters.getSheetSize)}getRangePartString(e,t,o={useFixedReference:!1}){const s=e.parts&&e.parts[t]?.colFixed?"$":"",n=rt(0===t?e.zone.left:e.zone.right),i=e.parts&&e.parts[t]?.rowFixed?"$":"",r=String(0===t?e.zone.top+1:e.zone.bottom+1);let a="";return a=e.isFullCol&&!o.useFixedReference?0===t&&e.unboundedZone.hasHeader?s+n+i+r:s+n:e.isFullRow&&!o.useFixedReference?0===t&&e.unboundedZone.hasHeader?s+n+i+r:i+r:s+n+i+r,a}getInvalidRange(){return{parts:[],prefixSheet:!1,zone:{left:-1,top:-1,right:-1,bottom:-1},sheetId:"",invalidXc:vo.InvalidReference}}}class iI extends fx{static layers=[];getters;ui;selection;constructor({getters:e,stateObserver:t,dispatch:o,uiActions:s,selection:n}){super(t,o),this.getters=e,this.ui=s,this.selection=n}drawGrid(e,t){}}const rI=jf.mapping;function aI(e,t,o){return new lI(e,t,o).getParameters()}class lI{getters;computeCell;evalContext;rangeCache={};constructor(e,t,o){this.getters=t,this.computeCell=o,this.evalContext=Object.assign(Object.create(rI),e,{getters:this.getters,locale:this.getters.getLocale()})}getParameters(){return[this.refFn.bind(this),this.range.bind(this),this.evalContext]}refFn(e,t,o,s){if(this.assertRangeValid(e),t){return{value:nn(this.getters.getSheetName(e.sheetId),hn(e.zone))}}if(e.zone.bottom!==e.zone.top||e.zone.left!==e.zone.right)throw new So(s?Xt("Function %s expects the parameter %s to be a single value or a single cell reference, not a range.",o.toString(),s.toString()):Xt("Function %s expects its parameters to be single values or single cell references, not ranges.",o.toString()));const n={sheetId:e.sheetId,col:e.zone.left,row:e.zone.top};return this.readCell(n)}readCell(e){if(!this.getters.tryGetSheet(e.sheetId))throw new So(Xt("Invalid sheet name"));const t=this.getEvaluatedCellIfNotEmpty(e);return void 0===t?{value:null,format:this.getters.getCell(e)?.format}:t}getEvaluatedCellIfNotEmpty(e){const t=this.computeCell(e);if(t.type===Qt.empty){const t=this.getters.getCell(e);if(!t||!t.isFormula&&""===t.content)return}return t}range(e){this.assertRangeValid(e);const t=e.sheetId,o=e.zone,s=fn(o,this.getters.getSheetZone(t));if(!s)return[[]];const{top:n,left:i,bottom:r,right:a}=o,l=`${t}-${n}-${i}-${r}-${a}`;if(l in this.rangeCache)return this.rangeCache[l];const c=s.bottom-s.top+1,h=s.right-s.left+1,d=new Array(h);for(let e=s.left;e<=s.right;e++){const o=e-s.left;d[o]=new Array(c);for(let n=s.top;n<=s.bottom;n++){const i=n-s.top;d[o][i]=this.readCell({sheetId:t,col:e,row:n})}}return this.rangeCache[l]=d,d}assertRangeValid(e){if(!ln(e.zone))throw new Eo;if(e.invalidSheetName)throw new So(Xt("Invalid sheet name: %s",e.invalidSheetName))}}function cI(e,t,o,s,n){hI(e,t,o||0,s||e.length-1,n||uI)}function hI(e,t,o,s,n){for(;s>o;){if(s-o>600){var i=s-o+1,r=t-o+1,a=Math.log(i),l=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*l*(i-l)/i)*(r-i/2<0?-1:1);hI(e,t,Math.max(o,Math.floor(t-r*l/i+c)),Math.min(s,Math.floor(t+(i-r)*l/i+c)),n)}var h=e[t],d=o,u=s;for(dI(e,o,t),n(e[s],h)>0&&dI(e,o,s);d<u;){for(dI(e,d,u),d++,u--;n(e[d],h)<0;)d++;for(;n(e[u],h)>0;)u--}0===n(e[o],h)?dI(e,o,u):dI(e,++u,s),u<=t&&(o=u+1),t<=u&&(s=u-1)}}function dI(e,t,o){var s=e[t];e[t]=e[o],e[o]=s}function uI(e,t){return e<t?-1:e>t?1:0}class gI{constructor(e=9){this._maxEntries=Math.max(4,e),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()}all(){return this._all(this.data,[])}search(e){let t=this.data;const o=[];if(!xI(e,t))return o;const s=this.toBBox,n=[];for(;t;){for(let i=0;i<t.children.length;i++){const r=t.children[i],a=t.leaf?s(r):r;xI(e,a)&&(t.leaf?o.push(r):yI(e,a)?this._all(r,o):n.push(r))}t=n.pop()}return o}collides(e){let t=this.data;if(!xI(e,t))return!1;const o=[];for(;t;){for(let s=0;s<t.children.length;s++){const n=t.children[s],i=t.leaf?this.toBBox(n):n;if(xI(e,i)){if(t.leaf||yI(e,i))return!0;o.push(n)}}t=o.pop()}return!1}load(e){if(!e||!e.length)return this;if(e.length<this._minEntries){for(let t=0;t<e.length;t++)this.insert(e[t]);return this}let t=this._build(e.slice(),0,e.length-1,0);if(this.data.children.length)if(this.data.height===t.height)this._splitRoot(this.data,t);else{if(this.data.height<t.height){const e=this.data;this.data=t,t=e}this._insert(t,this.data.height-t.height-1,!0)}else this.data=t;return this}insert(e){return e&&this._insert(e,this.data.height-1),this}clear(){return this.data=II([]),this}remove(e,t){if(!e)return this;let o=this.data;const s=this.toBBox(e),n=[],i=[];let r,a,l;for(;o||n.length;){if(o||(o=n.pop(),a=n[n.length-1],r=i.pop(),l=!0),o.leaf){const s=pI(e,o.children,t);if(-1!==s)return o.children.splice(s,1),n.push(o),this._condense(n),this}l||o.leaf||!yI(o,s)?a?(r++,o=a.children[r],l=!1):o=null:(n.push(o),i.push(r),r=0,a=o,o=o.children[0])}return this}toBBox(e){return e}compareMinX(e,t){return e.minX-t.minX}compareMinY(e,t){return e.minY-t.minY}toJSON(){return this.data}fromJSON(e){return this.data=e,this}_all(e,t){const o=[];for(;e;)e.leaf?t.push(...e.children):o.push(...e.children),e=o.pop();return t}_build(e,t,o,s){const n=o-t+1;let i,r=this._maxEntries;if(n<=r)return i=II(e.slice(t,o+1)),mI(i,this.toBBox),i;s||(s=Math.ceil(Math.log(n)/Math.log(r)),r=Math.ceil(n/Math.pow(r,s-1))),i=II([]),i.leaf=!1,i.height=s;const a=Math.ceil(n/r),l=a*Math.ceil(Math.sqrt(r));RI(e,t,o,l,this.compareMinX);for(let n=t;n<=o;n+=l){const t=Math.min(n+l-1,o);RI(e,n,t,a,this.compareMinY);for(let o=n;o<=t;o+=a){const n=Math.min(o+a-1,t);i.children.push(this._build(e,o,n,s-1))}}return mI(i,this.toBBox),i}_chooseSubtree(e,t,o,s){for(;s.push(t),!t.leaf&&s.length-1!==o;){let o,s=1/0,r=1/0;for(let a=0;a<t.children.length;a++){const l=t.children[a],c=CI(l),h=(n=e,i=l,(Math.max(i.maxX,n.maxX)-Math.min(i.minX,n.minX))*(Math.max(i.maxY,n.maxY)-Math.min(i.minY,n.minY))-c);h<r?(r=h,s=c<s?c:s,o=l):h===r&&c<s&&(s=c,o=l)}t=o||t.children[0]}var n,i;return t}_insert(e,t,o){const s=o?e:this.toBBox(e),n=[],i=this._chooseSubtree(s,this.data,t,n);for(i.children.push(e),vI(i,s);t>=0&&n[t].children.length>this._maxEntries;)this._split(n,t),t--;this._adjustParentBBoxes(s,n,t)}_split(e,t){const o=e[t],s=o.children.length,n=this._minEntries;this._chooseSplitAxis(o,n,s);const i=this._chooseSplitIndex(o,n,s),r=II(o.children.splice(i,o.children.length-i));r.height=o.height,r.leaf=o.leaf,mI(o,this.toBBox),mI(r,this.toBBox),t?e[t-1].children.push(r):this._splitRoot(o,r)}_splitRoot(e,t){this.data=II([e,t]),this.data.height=e.height+1,this.data.leaf=!1,mI(this.data,this.toBBox)}_chooseSplitIndex(e,t,o){let s,n=1/0,i=1/0;for(let r=t;r<=o-t;r++){const t=fI(e,0,r,this.toBBox),a=fI(e,r,o,this.toBBox),l=wI(t,a),c=CI(t)+CI(a);l<n?(n=l,s=r,i=c<i?c:i):l===n&&c<i&&(i=c,s=r)}return s||o-t}_chooseSplitAxis(e,t,o){const s=e.leaf?this.compareMinX:bI,n=e.leaf?this.compareMinY:SI;this._allDistMargin(e,t,o,s)<this._allDistMargin(e,t,o,n)&&e.children.sort(s)}_allDistMargin(e,t,o,s){e.children.sort(s);const n=this.toBBox,i=fI(e,0,t,n),r=fI(e,o-t,o,n);let a=EI(i)+EI(r);for(let s=t;s<o-t;s++){const t=e.children[s];vI(i,e.leaf?n(t):t),a+=EI(i)}for(let s=o-t-1;s>=t;s--){const t=e.children[s];vI(r,e.leaf?n(t):t),a+=EI(r)}return a}_adjustParentBBoxes(e,t,o){for(let s=o;s>=0;s--)vI(t[s],e)}_condense(e){for(let t,o=e.length-1;o>=0;o--)0===e[o].children.length?o>0?(t=e[o-1].children,t.splice(t.indexOf(e[o]),1)):this.clear():mI(e[o],this.toBBox)}}function pI(e,t,o){if(!o)return t.indexOf(e);for(let s=0;s<t.length;s++)if(o(e,t[s]))return s;return-1}function mI(e,t){fI(e,0,e.children.length,t,e)}function fI(e,t,o,s,n){n||(n=II(null)),n.minX=1/0,n.minY=1/0,n.maxX=-1/0,n.maxY=-1/0;for(let i=t;i<o;i++){const t=e.children[i];vI(n,e.leaf?s(t):t)}return n}function vI(e,t){return e.minX=Math.min(e.minX,t.minX),e.minY=Math.min(e.minY,t.minY),e.maxX=Math.max(e.maxX,t.maxX),e.maxY=Math.max(e.maxY,t.maxY),e}function bI(e,t){return e.minX-t.minX}function SI(e,t){return e.minY-t.minY}function CI(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function EI(e){return e.maxX-e.minX+(e.maxY-e.minY)}function wI(e,t){const o=Math.max(e.minX,t.minX),s=Math.max(e.minY,t.minY),n=Math.min(e.maxX,t.maxX),i=Math.min(e.maxY,t.maxY);return Math.max(0,n-o)*Math.max(0,i-s)}function yI(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function xI(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function II(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function RI(e,t,o,s,n){const i=[t,o];for(;i.length;){if((o=i.pop())-(t=i.pop())<=s)continue;const r=t+Math.ceil((o-t)/s/2)*s;cI(e,r,t,o,n),i.push(t,r,r,o)}}class TI{rTrees={};constructor(e=[]){const t={};for(const o of e){const e=o.boundingBox.sheetId;t[e]||(t[e]=[]),t[e].push(o)}for(const e in t)this.rTrees[e]=new AI,this.rTrees[e].load(t[e])}insert(e){const t=e.boundingBox.sheetId;this.rTrees[t]||(this.rTrees[t]=new AI),this.rTrees[t].insert(e)}search({zone:e,sheetId:t}){return this.rTrees[t]?this.rTrees[t].search({minX:e.left,minY:e.top,maxX:e.right,maxY:e.bottom}):[]}remove(e){const t=e.boundingBox.sheetId;this.rTrees[t]&&this.rTrees[t].remove(e,this.rtreeItemComparer)}rtreeItemComparer(e,t){return e.data==t.data&&e.boundingBox.sheetId===t.boundingBox.sheetId&&e.boundingBox?.zone.left===t.boundingBox.zone.left&&e.boundingBox?.zone.top===t.boundingBox.zone.top&&e.boundingBox?.zone.right===t.boundingBox.zone.right&&e.boundingBox?.zone.bottom===t.boundingBox.zone.bottom}}class AI extends gI{toBBox({boundingBox:e}){const t=e.zone;return{minX:t.left,minY:t.top,maxX:t.right,maxY:t.bottom}}compareMinX(e,t){return e.boundingBox.zone.left-t.boundingBox.zone.left}compareMinY(e,t){return e.boundingBox.zone.top-t.boundingBox.zone.top}}class OI{encoder;dependencies=new Map;rTree;constructor(e,t=[]){this.encoder=e,this.rTree=new TI(t)}removeAllDependencies(e){const t=this.dependencies.get(e);if(t){for(const e of t)this.rTree.remove(e);this.dependencies.delete(e)}}addDependencies(e,t){const o=t.map((({sheetId:t,zone:o})=>({data:e,boundingBox:{zone:o,sheetId:t}})));for(const e of o)this.rTree.insert(e);const s=this.dependencies.get(e);s?s.push(...o):this.dependencies.set(e,o)}getCellsDependingOn(e){const t=new Be,o=Array.from(e).reverse();for(;o.length>0;){const e=o.pop();t.addMany(this.encoder.encodeBoundingBox(e));const s=this.rTree.search(e).map((e=>e.data));for(const e of s)t.has(e)||o.push(this.encoder.decodeToBoundingBox(e))}return t.deleteMany(e.flatMap((e=>this.encoder.encodeBoundingBox(e)))),t}}class _I{resultsToArrayFormulas=new Map;arrayFormulasToResults=new Map;getFormulaPositionsSpreadingOn(e){return this.resultsToArrayFormulas.get(e)||MI}getArrayResultPositionIds(e){return this.arrayFormulasToResults.get(e)||MI}removeNode(e){this.resultsToArrayFormulas.delete(e),this.arrayFormulasToResults.delete(e)}addRelation({arrayFormulaPositionId:e,resultPositionId:t}){this.resultsToArrayFormulas.has(t)||this.resultsToArrayFormulas.set(t,new Set),this.resultsToArrayFormulas.get(t)?.add(e),this.arrayFormulasToResults.has(e)||this.arrayFormulasToResults.set(e,new Set),this.arrayFormulasToResults.get(e)?.add(t)}hasArrayFormulaResult(e){return this.resultsToArrayFormulas.has(e)}isArrayFormula(e){return this.arrayFormulasToResults.has(e)}}const MI=[],NI=new class extends So{constructor(e=Xt("Circular reference")){super(e,vo.CircularDependency)}},FI=Yi(NI.value,{locale:uo},NI.message);class DI{context;getters;compilationParams;encoder=new PI;evaluatedCells=new Map;formulaDependencies=_e(new OI(this.encoder));blockedArrayFormulas=new Set;spreadingRelations=new _I;constructor(e,t){this.context=e,this.getters=t,this.compilationParams=aI(this.context,this.getters,this.computeAndSave.bind(this))}getEvaluatedCell(e){return this.evaluatedCells.get(this.encoder.encode(e))||Yi("",{locale:this.getters.getLocale()})}getSpreadPositionsOf(e){const t=this.encoder.encode(e);return this.spreadingRelations.isArrayFormula(t)?Array.from(this.spreadingRelations.getArrayResultPositionIds(t)).map((e=>this.encoder.decode(e))):[]}getArrayFormulaSpreadingOn(e){const t=this.encoder.encode(e),o=this.getArrayFormulaSpreadingOnId(t);return void 0!==o?this.encoder.decode(o):void 0}getEvaluatedPositions(){return[...this.evaluatedCells.keys()].map((e=>this.encoder.decode(e)))}getArrayFormulaSpreadingOnId(e){if(!this.spreadingRelations.hasArrayFormulaResult(e))return;const t=this.spreadingRelations.getFormulaPositionsSpreadingOn(e);return Array.from(t).find((e=>!this.blockedArrayFormulas.has(e)))}updateDependencies(e){const t=this.encoder.encode(e);this.formulaDependencies().removeAllDependencies(t);const o=this.getDirectDependencies(t);this.formulaDependencies().addDependencies(t,o)}updateCompilationParameters(){this.compilationParams=aI(this.context,this.getters,this.computeAndSave.bind(this))}evaluateCells(e){const t=e.map((e=>this.encoder.encode(e))),o=new Be(t),s=this.getArrayFormulasImpactedByChangesOf(t);o.addMany(this.getCellsDependingOn(t)),o.addMany(s),o.addMany(this.getCellsDependingOn(s)),this.evaluate(o)}getArrayFormulasImpactedByChangesOf(e){const t=new Be;for(const o of e){const e=this.getCell(o)?.content,s=this.getArrayFormulaSpreadingOnId(o);void 0!==s&&t.add(s),e||t.addMany(this.getArrayFormulasBlockedByOrSpreadingOn(o))}return t}buildDependencyGraph(){this.blockedArrayFormulas=new Set,this.spreadingRelations=new _I,this.formulaDependencies=_e((()=>{const e=[...this.getAllCells()].flatMap((e=>this.getDirectDependencies(e).map((t=>({data:e,boundingBox:{zone:t.zone,sheetId:t.sheetId}})))));return new OI(this.encoder,e)}))}evaluateAllCells(){this.evaluatedCells=new Map,this.evaluate(this.getAllCells())}evaluateFormula(e,t){const o=$x(t),s=o.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)));this.updateCompilationParameters();const n=kI({...o,dependencies:s},this.compilationParams,e);return po(n)?Xo(n,(e=>e.value)):null===n.value?0:n.value}getAllCells(){const e=new Be;for(const t of this.getters.getSheetIds()){const o=this.getters.getCells(t);for(const t in o)e.add(this.encoder.encode(this.getters.getCellPosition(t)))}return e}getArrayFormulasBlockedByOrSpreadingOn(e){if(!this.spreadingRelations.hasArrayFormulaResult(e))return[];const t=this.spreadingRelations.getFormulaPositionsSpreadingOn(e),o=new Be(t);return o.addMany(this.getCellsDependingOn(t)),o}nextPositionsToUpdate=new Be;cellsBeingComputed=new Set;evaluate(e){this.cellsBeingComputed=new Set,this.nextPositionsToUpdate=e;let t=0;for(;this.nextPositionsToUpdate.size&&t++<30;){this.updateCompilationParameters();const e=Array.from(this.nextPositionsToUpdate);this.nextPositionsToUpdate.clear();for(let t=0;t<e.length;++t){const o=e[t];this.evaluatedCells.delete(o)}for(let t=0;t<e.length;++t){const o=e[t];this.setEvaluatedCell(o,this.computeCell(o))}}}setEvaluatedCell(e,t){this.evaluatedCells.set(e,t)}computeCell(e){const t=this.evaluatedCells.get(e);if(t)return t;this.blockedArrayFormulas.has(e)||this.invalidateSpreading(e);const o=this.encoder.decode(e),s=this.getters.getCell(o);if(void 0===s)return Yi("",{locale:this.getters.getLocale()});const n=s.id,i={format:s.format,locale:this.getters.getLocale()};try{return this.cellsBeingComputed.has(n)?FI:(this.cellsBeingComputed.add(n),s.isFormula?this.computeFormulaCell(o.sheetId,s):qi(s.content,i))}catch(e){return Yi(e?.value||vo.GenericError,i,e?.message||Zf)}finally{this.cellsBeingComputed.delete(n)}}computeAndSave(e){const t=this.encoder.encode(e),o=this.computeCell(t);return this.evaluatedCells.has(t)||this.setEvaluatedCell(t,o),o}computeFormulaCell(e,t){const o=t.id,s=kI(t.compiledFormula,this.compilationParams,e,o);if(!po(s))return Yi(s.value,{format:t.format||s.format,locale:this.getters.getLocale()},s.message);const n=this.getters.getCellPosition(o);this.assertSheetHasEnoughSpaceToSpreadFormulaResult(n,s);const i=s.length,r=s[0].length;return LI(i,r,this.updateSpreadRelation(n)),LI(i,r,this.checkCollision(n)),LI(i,r,this.spreadValues(n,s)),Yi(s[0][0].value,{format:t.format||s[0][0]?.format,locale:this.getters.getLocale()},s[0][0].message)}assertSheetHasEnoughSpaceToSpreadFormulaResult({sheetId:e,col:t,row:o},s){const n=this.getters.getNumberCols(e),i=this.getters.getNumberRows(e),r=t+s.length<=n,a=o+s[0].length<=i;if(!r||!a){if(r)throw new So(Xt("Result couldn't be automatically expanded. Please insert more rows."));if(a)throw new So(Xt("Result couldn't be automatically expanded. Please insert more columns."));throw new So(Xt("Result couldn't be automatically expanded. Please insert more columns and rows."))}}updateSpreadRelation({sheetId:e,col:t,row:o}){const s=this.encoder.encode({sheetId:e,col:t,row:o});return(n,i)=>{const r={sheetId:e,col:n+t,row:i+o},a=this.encoder.encode(r);this.spreadingRelations.addRelation({resultPositionId:a,arrayFormulaPositionId:s})}}checkCollision({sheetId:e,col:t,row:o}){const s=this.encoder.encode({sheetId:e,col:t,row:o});return(n,i)=>{const r={sheetId:e,col:n+t,row:i+o},a=this.getters.getCell(r);if(a?.content||this.getters.getEvaluatedCell(r).type!==Qt.empty)throw this.blockedArrayFormulas.add(s),new So(Xt("Array result was not expanded because it would overwrite data in %s.",ut(r.col,r.row)));this.blockedArrayFormulas.delete(s)}}spreadValues({sheetId:e,col:t,row:o},s){return(n,i)=>{const r={sheetId:e,col:n+t,row:i+o},a=this.getters.getCell(r),l=a?.format,c=Yi(s[n][i].value,{format:l||s[n][i]?.format,locale:this.getters.getLocale()},s[n][i].message),h=this.encoder.encode(r);this.setEvaluatedCell(h,c),this.nextPositionsToUpdate.addMany(this.getCellsDependingOn([h]))}}invalidateSpreading(e){if(this.spreadingRelations.isArrayFormula(e)){for(const t of this.spreadingRelations.getArrayResultPositionIds(e)){const e=this.getCell(t)?.content;e||(this.evaluatedCells.delete(t),this.nextPositionsToUpdate.addMany(this.getCellsDependingOn([t])),this.nextPositionsToUpdate.addMany(this.getArrayFormulasBlockedByOrSpreadingOn(t)))}this.spreadingRelations.removeNode(e)}}getDirectDependencies(e){const t=this.getCell(e);return t?.isFormula?t.compiledFormula.dependencies:[]}getCellsDependingOn(e){const t=[];for(const o of e)t.push(this.encoder.decodeToBoundingBox(o));return this.formulaDependencies().getCellsDependingOn(t)}getCell(e){return this.getters.getCell(this.encoder.decode(e))}}function LI(e,t,o){for(let s=0;s<e;++s)for(let e=0;e<t;++e)0===s&&0===e||o(s,e)}class PI{sheetMapping={};inverseSheetMapping=new Map;constructor(){try{o_spreadsheet.__DEBUG__=o_spreadsheet.__DEBUG__||{},o_spreadsheet.__DEBUG__.decodePosition=this.decode.bind(this),o_spreadsheet.__DEBUG__.encodePosition=this.encode.bind(this)}catch(e){}}encode({sheetId:e,col:t,row:o}){return this.encodeSheet(e)<<42n|BigInt(t)<<21n|BigInt(o)}encodeBoundingBox({sheetId:e,zone:t}){const o=[];return function(e,t){const{left:o,right:s,top:n,bottom:i}=e;for(let e=o;e<=s;e++)for(let o=n;o<=i;o++)t(e,o)}(t,((t,s)=>{o.push(this.encode({sheetId:e,col:t,row:s}))})),o}decode(e){const t=Number(2097151n&e),o=Number(e>>21n&2097151n);return{sheetId:this.decodeSheet(e>>42n),col:o,row:t}}decodeToBoundingBox(e){const{sheetId:t,col:o,row:s}=this.decode(e);return{sheetId:t,zone:{left:o,top:s,right:o,bottom:s}}}encodeSheet(e){const t=this.sheetMapping[e];if(void 0===t){const t=BigInt(Object.keys(this.sheetMapping).length);return this.sheetMapping[e]=t,this.inverseSheetMapping.set(t,e),t}return t}decodeSheet(e){const t=this.inverseSheetMapping.get(e);if(void 0===t)throw new Error("Sheet id not found");return t}}function kI(e,t,o,s){return t[2].__originCellXC=_e((()=>{if(!s)return;const e=t[2].getters.getCellPosition(s);return ut(e.col,e.row)})),t[2].__originSheetId=o,e.execute(e.dependencies,...t)}const VI={isValid:!0};class UI{cells;getters;index=0;direction;constructor(e,t,o){this.cells=e,this.getters=t,this.direction=o}next(){const e=this.cells[this.index++%this.cells.length],t=e.rule,{cellData:o,tooltip:s}=Ji.get(t.type).apply(t,e.data,this.getters,this.direction);return{cellData:o,tooltip:s,origin:{col:e.data.col,row:e.data.row}}}}class BI{subscriptions={};on(e,t,o){if(!o)throw new Error("Missing callback");this.subscriptions[e]||(this.subscriptions[e]=[]),this.subscriptions[e].push({owner:t,callback:o})}trigger(e,t){const o=this.subscriptions[e]||[];for(let e=0,s=o.length;e<s;e++){const s=o[e];s.callback.call(s.owner,t)}}off(e,t){const o=this.subscriptions[e];o&&(this.subscriptions[e]=o.filter((e=>e.owner!==t)))}clear(){this.subscriptions={}}}function HI(e,t){return{...e,definition:_l(e.definition,t)}}function zI(e,t){if(e.sheetId!==t.sheetId)return e;if(("FREEZE_COLUMNS"===e.type?"COL":"ROW")!==t.dimension)return e;let o=e.quantity;if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));for(let t of e)o>t&&o--}if("ADD_COLUMNS_ROWS"===t.type){o=o>("before"===t.position?t.base-1:t.base)?o+t.quantity:o}return o>0?{...e,quantity:o}:void 0}function GI(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;let o;if("REMOVE_COLUMNS_ROWS"===t.type)o=Bn(t.elements,[e.base])[0];else if("ADD_COLUMNS_ROWS"===t.type){o=Un(Ne(t.position,t.base),t.quantity,[e.base])[0]}return void 0!==o?{...e,base:o}:void 0}function $I(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;const o=ue(e.start,e.end+1);let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=Bn(t.elements,o);else if("ADD_COLUMNS_ROWS"===t.type){s=Un(Ne(t.position,t.base),t.quantity,o)}return 0!==s.length?{...e,start:Math.min(...s),end:Math.max(...s)}:void 0}vS.addTransformation("ADD_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],GI),vS.addTransformation("REMOVE_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],GI),vS.addTransformation("ADD_COLUMNS_ROWS",["CREATE_CHART","UPDATE_CHART"],HI),vS.addTransformation("REMOVE_COLUMNS_ROWS",["CREATE_CHART","UPDATE_CHART"],HI),vS.addTransformation("DELETE_SHEET",["MOVE_RANGES"],(function(e,t){const o=t.sheetId;if(e.targetSheetId===o||e.sheetId===o)return;return e})),vS.addTransformation("DELETE_FIGURE",["UPDATE_FIGURE","UPDATE_CHART"],(function(e,t){if(e.id===t.id)return;return e})),vS.addTransformation("CREATE_SHEET",["CREATE_SHEET"],(function(e,t){if(e.name===t.name)return{...e,name:e.name?.match(/\d+/)?e.name.replace(/\d+/,(e=>(parseInt(e)+1).toString())):`${e.name}~`,position:e.position+1};return e})),vS.addTransformation("ADD_MERGE",["ADD_MERGE","REMOVE_MERGE","CREATE_FILTER_TABLE"],(function(e,t){if(e.sheetId!==t.sheetId)return e;const o=[];for(const s of e.target)for(const e of t.target)bn(s,e)||o.push({...s});if(o.length)return{...e,target:o};return})),vS.addTransformation("ADD_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],zI),vS.addTransformation("REMOVE_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],zI),vS.addTransformation("CREATE_FILTER_TABLE",["CREATE_FILTER_TABLE","ADD_MERGE"],(function(e,t){if(e.sheetId!==t.sheetId)return e;for(const o of e.target)for(const e of t.target)if(bn(e,o))return;return e})),vS.addTransformation("ADD_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],$I),vS.addTransformation("REMOVE_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],$I);const WI=[{match:function(e){return"sheetId"in e},fn:YI},{match:function(e){return"target"in e&&"sheetId"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=[];for(const o of e.target){const e=oi(o,t);e&&s.push(e)}if(!s.length)return"IGNORE_COMMAND";return{...e,target:s}}},{match:function(e){return"zone"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=oi(e.zone,t);if(s)return{...e,zone:s};return"IGNORE_COMMAND"}},{match:function(e){return"col"in e&&"row"in e&&"sheetId"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"===t.type||"REMOVE_COLUMNS_ROWS"===t.type)return function(e,t){const o="COL"===t.dimension?"col":"row";let s=e[o];if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));if(e.includes(s))return"IGNORE_COMMAND";for(let t of e)s>=t&&s--}"ADD_COLUMNS_ROWS"===t.type&&(s>t.base||s===t.base&&"before"===t.position)&&(s+=t.quantity);return{...e,[o]:s}}(e,t);if("ADD_MERGE"===t.type)return function(e,t){for(const o of t.target){if(!(e.col===o.left&&e.row===o.top)&&Sn(e.col,e.row,o))return"IGNORE_COMMAND"}return e}(e,t);return"SKIP_TRANSFORMATION"}},{match:function(e){return"dimension"in e&&"sheetId"in e&&"elements"in e},fn:function(e,t){const o=YI(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"!==t.type&&"REMOVE_COLUMNS_ROWS"!==t.type)return"SKIP_TRANSFORMATION";if(t.dimension!==e.dimension)return e;let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=Bn(t.elements,e.elements);else if("ADD_COLUMNS_ROWS"===t.type){s=Un(Ne(t.position,t.base),t.quantity,e.elements)}if(0===s.length)return"IGNORE_COMMAND";return{...e,elements:s}}},{match:function(e){return"ranges"in e},fn:function(e,t){if(!("sheetId"in t))return e;const o=e.ranges.map((e=>si(e,t))).filter(Ie);if(!o.length)return"IGNORE_COMMAND";return{...e,ranges:o}}}];function qI(e,t){const o=vS.getTransformation(e.type,t.type);return o?o(e,t):function(e,t){for(const{match:o,fn:s}of WI)if(o(e)){const o=s(e,t);if("SKIP_TRANSFORMATION"===o)continue;if("IGNORE_COMMAND"===o)return;e=o}return e}(e,t)}function ZI(e,t){let o=[...e];for(const e of t)o=o.map((t=>qI(t,e))).filter(Ie);return o}function YI(e,t){if(!("sheetId"in t))return e;const o="DELETE_SHEET"===t.type&&t.sheetId;return e.sheetId===o?"IGNORE_COMMAND":"CREATE_SHEET"===e.type||"CREATE_SHEET"===t.type||e.sheetId!==t.sheetId?e:"SKIP_TRANSFORMATION"}class jI{rootCommand;timestamp;id;clientId;_commands=[];_changes=[];constructor(e,t,o,s,n,i){this.rootCommand=s,this.timestamp=i,this.id=e,this.clientId=t,this._commands=[...o],this._changes=n?[...n]:[]}setChanges(e){this._changes=e}get commands(){return this._commands}get changes(){return this._changes}}class XI extends Error{}class KI extends BI{revisions;transportService;serverRevisionId;clients={};clientId="local";debouncedMove;pendingMessages=[];waitingAck=!1;waitingUndoRedoAck=!1;isReplayingInitialRevisions=!1;processedRevisions=new Set;uuidGenerator=new Qn;lastLocalOperation;constructor(e,t,o=W){super(),this.revisions=e,this.transportService=t,this.serverRevisionId=o,this.debouncedMove=function(e,t,o){let s;return function(){const n=this,i=arguments,r=o&&!s;clearTimeout(s),s=setTimeout((function(){s=null,o||e.apply(n,i)}),t),r&&e.apply(n,i)}}(this._move.bind(this),200)}canApplyOptimisticUpdate(){return!this.waitingUndoRedoAck}save(e,t,o){if(!t.length||!o.length||!this.canApplyOptimisticUpdate())return;const s=new jI(this.uuidGenerator.uuidv4(),this.clientId,t,e,o,Date.now());this.revisions.append(s.id,s),"REQUEST_REDO"!==e.type&&(this.lastLocalOperation=s),this.trigger("new-local-state-update",{id:s.id}),this.sendUpdateMessage({type:"REMOTE_REVISION",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:s.id,clientId:s.clientId,commands:s.commands})}undo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_UNDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),undoneRevisionId:e})}redo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_REDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),redoneRevisionId:e})}move(e){this.debouncedMove(e)}join(e){e?(this.clients[e.id]=e,this.clientId=e.id):(this.clients.local={id:"local",name:"local"},this.clientId="local"),this.transportService.onNewMessage(this.clientId,this.onMessageReceived.bind(this))}loadInitialMessages(e){this.isReplayingInitialRevisions=!0;for(const t of e)this.onMessageReceived(t);this.isReplayingInitialRevisions=!1}leave(){delete this.clients[this.clientId],this.transportService.leave(this.clientId),this.transportService.sendMessage({type:"CLIENT_LEFT",clientId:this.clientId,version:1})}snapshot(e){const t=this.uuidGenerator.uuidv4();this.transportService.sendMessage({type:"SNAPSHOT",nextRevisionId:t,serverRevisionId:this.serverRevisionId,data:{...e,revisionId:t},version:1})}getClient(){const e=this.clients[this.clientId];if(!e)throw new XI("The client left the session");return e}getConnectedClients(){return new Set(Object.values(this.clients).filter(Ie))}getRevisionId(){return this.serverRevisionId}isFullySynchronized(){return 0===this.pendingMessages.length}getLastLocalNonEmptyRevision(){return this.lastLocalOperation}_move(e){if(!this.clients[this.clientId])return;const t=this.clients[this.clientId]?.position;if(t?.col===e.col&&t.row===e.row&&t.sheetId===e.sheetId)return;const o=t?"CLIENT_MOVED":"CLIENT_JOINED",s=this.getClient();this.clients[this.clientId]={...s,position:e},this.transportService.sendMessage({type:o,version:1,client:{...s,position:e}})}onMessageReceived(e){if(!this.isAlreadyProcessed(e))if(this.isWrongServerRevisionId(e))this.trigger("unexpected-revision-id");else{switch(e.type){case"CLIENT_MOVED":this.onClientMoved(e);break;case"CLIENT_JOINED":this.onClientJoined(e);break;case"CLIENT_LEFT":this.onClientLeft(e);break;case"REVISION_REDONE":this.revisions.redo(e.redoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-redone",{revisionId:e.redoneRevisionId,commands:this.revisions.get(e.redoneRevisionId).commands});break;case"REVISION_UNDONE":this.revisions.undo(e.undoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-undone",{revisionId:e.undoneRevisionId,commands:this.revisions.get(e.undoneRevisionId).commands});break;case"REMOTE_REVISION":const{clientId:t,commands:o,timestamp:s}=e,n=new jI(e.nextRevisionId,t,o,void 0,void 0,s);if(n.clientId!==this.clientId){this.revisions.insert(n.id,n,e.serverRevisionId);const t=this.pendingMessages.filter((e=>"REMOTE_REVISION"===e.type)).map((e=>e.commands)).flat();this.trigger("remote-revision-received",{commands:ZI(o,t)})}break;case"SNAPSHOT_CREATED":{const t=new jI(e.nextRevisionId,"server",[],void 0,void 0,Date.now());this.revisions.insert(t.id,t,e.serverRevisionId),this.dropPendingHistoryMessages(),this.trigger("snapshot"),this.lastLocalOperation=void 0;break}}this.acknowledge(e),this.trigger("collaborative-event-received")}}onClientMoved(e){e.client.id!==this.clientId&&(this.clients[e.client.id]=e.client)}onClientJoined(e){if(e.client.id!==this.clientId){this.clients[e.client.id]=e.client;const t=this.clients[this.clientId];if(t){const{position:e}=t;e&&this.transportService.sendMessage({type:"CLIENT_MOVED",version:1,client:{...t,position:e}})}}}onClientLeft(e){e.clientId!==this.clientId&&delete this.clients[e.clientId]}sendUpdateMessage(e){this.pendingMessages.push(e),this.waitingAck||(this.waitingAck=!0,this.sendPendingMessage())}sendPendingMessage(){let e=this.pendingMessages[0];if(e){if("REMOTE_REVISION"===e.type){const t=this.revisions.get(e.nextRevisionId);if(0===t.commands.length){this.revisions.drop(t.id);const e=this.pendingMessages.filter((e=>"REMOTE_REVISION"===e.type)).map((e=>e.nextRevisionId));return this.trigger("pending-revisions-dropped",{revisionIds:e}),this.waitingAck=!1,this.waitingUndoRedoAck=!1,void(this.pendingMessages=[])}e={...e,clientId:t.clientId,commands:t.commands}}if(this.isReplayingInitialRevisions)throw new Error(`Trying to send a new revision while replaying initial revision. This can lead to endless dispatches every time the spreadsheet is open.\n ${JSON.stringify(e)}`);this.transportService.sendMessage({...e,serverRevisionId:this.serverRevisionId})}}acknowledge(e){switch("REVISION_UNDONE"!==e.type&&"REVISION_REDONE"!==e.type||(this.waitingUndoRedoAck=!1),e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":case"SNAPSHOT_CREATED":this.waitingAck=!1,this.pendingMessages=this.pendingMessages.filter((t=>t.nextRevisionId!==e.nextRevisionId)),this.serverRevisionId=e.nextRevisionId,this.processedRevisions.add(e.nextRevisionId),this.sendPendingMessage()}}isAlreadyProcessed(e){if("CLIENT_MOVED"===e.type&&e.client.id===this.clientId)return!0;switch(e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":return this.processedRevisions.has(e.nextRevisionId);default:return!1}}isWrongServerRevisionId(e){switch(e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":case"SNAPSHOT_CREATED":return e.serverRevisionId!==this.serverRevisionId;default:return!1}}dropPendingHistoryMessages(){this.waitingUndoRedoAck=!1,this.pendingMessages=this.pendingMessages.filter((({type:e})=>"REVISION_REDONE"!==e&&"REVISION_UNDONE"!==e))}}const QI=["#ff851b","#0074d9","#7fdbff","#b10dc9","#39cccc","#f012be","#3d9970","#111111","#ff4136","#aaaaaa","#85144b","#001f3f"];class JI{getters;dispatch;selection;operation;sheetId;constructor(e,t,o,s){this.getters=t,this.dispatch=o,this.selection=s,this.operation=e,this.sheetId=t.getActiveSheetId()}isCutAllowed(e){return"Success"}isPasteAllowed(e,t){return"Success"}addMissingDimensions(e,t,o,s){const n=this.getters.getActiveSheetId(),i=t+s-this.getters.getNumberRows(n);i>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:this.getters.getNumberRows(n)-1,sheetId:n,quantity:i,position:"after"});const r=e+o-this.getters.getNumberCols(n);r>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:this.getters.getNumberCols(n)-1,sheetId:n,quantity:r,position:"after"})}isColRowDirtyingClipboard(e,t){return!1}drawClipboard(e){}}class eR extends JI{cells;copiedTables;zones;uuidGenerator=new Qn;constructor(e,t,o,s,n){if(super(t,o,s,n),!e.length)return this.cells=[[]],this.zones=[],void(this.copiedTables=[]);const i=new Set(e.map((e=>e.left))),r=new Set(e.map((e=>e.right))),a=new Set(e.map((e=>e.top))),l=new Set(e.map((e=>e.bottom))),c=1===a.size&&1===l.size||1===i.size&&1===r.size?function(e){return e.reduce(((e,t)=>{const o=e.length;for(let s=0;s<o;s++)if(bn(e[s],t))return e[s]=mn(e[s],t),e;return e[o]=t,e}),[])}(e):[e[e.length-1]],h=c.map((e=>In(e))).flat(),d=[...new Set(h.map((e=>e.col)))].sort(((e,t)=>e-t)),u=[...new Set(h.map((e=>e.row)))].sort(((e,t)=>e-t)),g=[],p=o.getActiveSheetId();for(let e of u){let t=[];for(let s of d){const n={col:s,row:e,sheetId:p},i=o.getArrayFormulaSpreadingOn(n);let r=o.getCell(n);const a=o.getEvaluatedCell(n);if(i){const e=u.includes(i.row)&&d.includes(i.col)?"":Cs(a.value,{locale:o.getLocale()});r={id:r?.id||"",style:r?.style,format:a.format,content:e,isFormula:!1}}t.push({cell:r,border:o.getCellBorder(n)||void 0,evaluatedCell:a,position:n})}g.push(t)}const m=[];for(const t of e)for(const e of this.getters.getFilterTablesInZone(p,t)){const t=[];for(const o of ue(e.zone.left,e.zone.right+1))t.push(this.getters.getFilterValues({sheetId:p,col:o,row:e.zone.top}));m.push({filtersValues:t,zone:e.zone})}this.cells=g,this.zones=c,this.copiedTables=m}isCutAllowed(e){return 1!==e.length?"WrongCutSelection":"Success"}isPasteAllowed(e,t){const o=this.getters.getActiveSheetId();if("CUT"===this.operation&&void 0!==t?.pasteOption)return"WrongPasteOption";if(e.length>1&&(this.cells.length>1||this.cells[0].length>1))return"WrongPasteSelection";const s=this.cells.length,n=this.cells[0].length;for(let t of this.getPasteZones(e))if(this.getters.doesIntersectMerge(o,t)&&(e.length>1||!this.getters.isSingleCellOrMerge(o,e[0])||s*n!=1))return"WillRemoveExistingMerge";const{xSplit:i,ySplit:r}=this.getters.getPaneDivisions(o);for(const t of this.getPasteZones(e))if(t.left<i&&t.right>=i||t.top<r&&t.bottom>=r)return"FrozenPaneOverlap";return"Success"}paste(e,t){"COPY"===this.operation?this.pasteFromCopy(e,t):this.pasteFromCut(e,t);const o=this.cells.length,s=this.cells[0].length,n="CUT"===this.operation;t?.selectTarget&&this.selectPastedZone(s,o,n,e)}pasteFromCopy(e,t){if(1===e.length){const o=this.cells.length,s=this.cells[0].length,n=this.pastedZones(e,s,o);for(const e of n)this.pasteZone(e.left,e.top,t)}else for(const o of e)for(let e=o.left;e<=o.right;e++)for(let s=o.top;s<=o.bottom;s++)this.pasteZone(e,s,t);void 0===t?.pasteOption&&this.pasteCopiedTables(e)}pasteFromCut(e,t){this.clearClippedZones();const o=e[0];this.pasteZone(o.left,o.top,t),this.dispatch("MOVE_RANGES",{target:this.zones,sheetId:this.sheetId,targetSheetId:this.getters.getActiveSheetId(),col:o.left,row:o.top});for(const e of this.copiedTables)this.dispatch("REMOVE_FILTER_TABLE",{sheetId:this.sheetId,target:[e.zone]});this.pasteCopiedTables(e)}pastedZones(e,t,o){const s=e[0],n=Math.max(1,Math.floor((s.right+1-s.left)/t)),i=Math.max(1,Math.floor((s.bottom+1-s.top)/o)),r=[];for(let e=0;e<n;e++)for(let n=0;n<i;n++){const i=s.top+n*o,a=s.left+e*t;r.push({left:a,top:i,bottom:i+o-1,right:a+t-1})}return r}getPasteZones(e){const t=this.cells;if(!t.length||!t[0].length)return e;const o=[],s=t.length,n=t[0].length,i=e[e.length-1],r=i.left,a=i.top,l=Math.max(1,Math.floor((i.right+1-r)/n)),c=Math.max(1,Math.floor((i.bottom+1-a)/s));for(let e=1;e<=l;e++)for(let t=1;t<=c;t++)o.push({left:r,top:a,right:r-1+e*n,bottom:a-1+t*s});return o}selectPastedZone(e,t,o,s){const n=s[0],i=n.left,r=n.top;if(t>1||e>1||o){const n=this.pastedZones(s,e,t),a=o?n[0]:mn(...n);this.selection.getBackToDefault(),this.selection.selectZone({cell:{col:i,row:r},zone:a},{scrollIntoView:!1})}}clearClippedZones(){for(const e of this.cells)for(const t of e)t?.cell&&this.dispatch("CLEAR_CELL",t.position);this.dispatch("CLEAR_FORMATTING",{sheetId:this.sheetId,target:this.zones})}pasteZone(e,t,o){const s=this.cells.length,n=this.cells[0].length,i="asValue"!==o?.pasteOption&&o?.shouldPasteCF,r=!o?.pasteOption,a=this.getters.getActiveSheetId();this.addMissingDimensions(n,s,e,t);for(let l=0;l<s;l++){const s=this.cells[l];for(let c=0;c<n;c++){const n=s[c];if(!n)continue;const h={col:e+c,row:t+l,sheetId:a};"CUT"!==this.operation&&this.pasteMergeIfExist(n.position,h),this.pasteCell(n,h,this.operation,o),i&&this.pasteCf(n.position,h),r&&this.pasteDataValidation(n.position,h)}}}pasteCell(e,t,o,s){const{sheetId:n,col:i,row:r}=t,a=this.getters.getEvaluatedCell(t),l=e.cell?.format??e.evaluatedCell.format;if("asValue"===s?.pasteOption){const o=this.getters.getLocale(),s=Cs(e.evaluatedCell.value,{locale:o});return void this.dispatch("UPDATE_CELL",{...t,content:s,format:l})}const c=this.getters.getCellBorder(t),h=e.border,d={top:c?.top||h?.top,bottom:c?.bottom||h?.bottom,left:c?.left||h?.left,right:c?.right||h?.right};if(this.dispatch("SET_BORDER",{sheetId:n,col:i,row:r,border:d}),"onlyFormat"===s?.pasteOption)return void this.dispatch("UPDATE_CELL",{...t,style:e.cell?.style??null,format:l??a.format});const u=e.cell&&e.cell.isFormula&&"COPY"===o?this.getters.getTranslatedCellFormula(n,i-e.position.col,r-e.position.row,e.cell.compiledFormula):e.cell?.content;""!==u||e.cell?.format||e.cell?.style?this.dispatch("UPDATE_CELL",{...t,content:u,style:e.cell?.style||null,format:e.cell?.format}):a&&this.dispatch("CLEAR_CELL",t)}pasteMergeIfExist(e,t){let{sheetId:o,col:s,row:n}=e;const{col:i,row:r}=this.getters.getMainCellPosition(e);if(i===s&&r===n){const i=this.getters.getMerge(e);if(!i)return;({sheetId:o,col:s,row:n}=t),this.dispatch("ADD_MERGE",{sheetId:o,force:!0,target:[{left:s,top:n,right:s+i.right-i.left,bottom:n+i.bottom-i.top}]})}}pasteCopiedTables(e){const t=this.getters.getActiveSheetId(),o=e[0],s=this.zones[0],n=[o.left-s.left,o.top-s.top];for(const e of this.copiedTables){const o=Rn(e.zone,"both","MOVE",n);this.dispatch("CREATE_FILTER_TABLE",{sheetId:t,target:[o]});for(const s of ue(0,e.filtersValues.length))this.dispatch("UPDATE_FILTER",{sheetId:t,col:o.left+s,row:o.top,hiddenValues:e.filtersValues[s]})}}getClipboardContent(){return{[Jt.PlainText]:this.getPlainTextContent(),[Jt.Html]:this.getHTMLContent()}}getPlainTextContent(){return this.cells.map((e=>e.map((e=>this.getters.shouldShowFormulas()&&e?.cell?.isFormula?e.cell?.content||"":e?.evaluatedCell?.formattedValue||"")).join("\t"))).join("\n")||"\t"}getHTMLContent(){if(1===this.cells.length&&1===this.cells[0].length)return this.cells[0][0]?this.getters.getCellText(this.cells[0][0].position):"";let e='<table border="1" style="border-collapse:collapse">';for(const t of this.cells){e+="<tr>";for(const o of t){if(!o)continue;e+=`<td style="${dr(hr(this.getters.getCellComputedStyle(o.position)))}">`+Oy(this.getters.getCellText(o.position))+"</td>"}e+="</tr>"}return e+="</table>",e}isColRowDirtyingClipboard(e,t){if(!this.zones)return!1;for(let o of this.zones){if("COL"===t&&e<=o.right)return!0;if("ROW"===t&&e<=o.bottom)return!0}return!1}drawClipboard(e){const{ctx:t,thinLineWidth:o}=e;if(this.sheetId===this.getters.getActiveSheetId()&&this.zones&&this.zones.length){t.setLineDash([8,5]),t.strokeStyle=c,t.lineWidth=3.3*o;for(const e of this.zones){const{x:o,y:s,width:n,height:i}=this.getters.getVisibleRect(e);n>0&&i>0&&t.strokeRect(o,s,n,i)}}}pasteCf(e,t){const o=ut(t.col,t.row);for(let s of this.getters.getConditionalFormats(e.sheetId))for(let n of s.ranges)if(Sn(e.col,e.row,this.getters.getRangeFromSheetXC(e.sheetId,n).zone)){const n=s,i=[];if("CUT"===this.operation&&i.push(ut(e.col,e.row)),e.sheetId===t.sheetId)this.adaptCFRules(e.sheetId,n,[o],i);else{this.adaptCFRules(e.sheetId,n,[],i);const s=this.getCFToCopyTo(t.sheetId,n);this.adaptCFRules(t.sheetId,s,[o],[])}}}adaptCFRules(e,t,o,s){const n=this.getters.getAdaptedCfRanges(e,t,o,s);n&&(0!==n.length?this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:{id:t.id,rule:t.rule,stopIfTrue:t.stopIfTrue},ranges:n.map((t=>this.getters.getRangeDataFromXc(e,t))),sheetId:e}):this.dispatch("REMOVE_CONDITIONAL_FORMAT",{id:t.id,sheetId:e}))}getCFToCopyTo(e,t){const o=this.getters.getConditionalFormats(e).find((e=>e.stopIfTrue===t.stopIfTrue&&Fe(e.rule,t.rule)));return o||{...t,id:this.uuidGenerator.uuidv4(),ranges:[]}}pasteDataValidation(e,t){const o=this.getters.getValidationRuleForCell(e);if(!o)return;const s=ut(t.col,t.row);for(const n of o.ranges)if(Sn(e.col,e.row,n.zone)){const n=[];if("CUT"===this.operation&&n.push(ut(e.col,e.row)),e.sheetId===t.sheetId)this.adaptDataValidationRule(e.sheetId,o,[s],n);else{this.adaptDataValidationRule(e.sheetId,o,[],n);let i=this.getDataValidationRuleToCopyTo(t.sheetId,o);this.adaptDataValidationRule(t.sheetId,i,[s],[])}}}getDataValidationRuleToCopyTo(e,t){const o=this.getters.getDataValidationRules(e).find((e=>Fe(t.criterion,e.criterion)&&t.isBlocking===e.isBlocking));return o||{...t,id:this.uuidGenerator.uuidv4(),ranges:[]}}adaptDataValidationRule(e,t,o,s){const n=t.ranges.map((t=>this.getters.getRangeString(t,e))),i=En([...n,...o],s);0!==i.length?this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:t,ranges:i.map((t=>this.getters.getRangeDataFromXc(e,t))),sheetId:e}):this.dispatch("REMOVE_DATA_VALIDATION_RULE",{sheetId:e,id:t.id})}}const tR="#8B008B";var oR;!function(e){e[e.previous=-1]="previous",e[e.current=0]="current",e[e.next=1]="next"}(oR||(oR={}));class sR extends iI{inputHasSingleRange;static layers=[1];static getters=[];ranges=[];focusedRangeIndex=null;inputSheetId;constructor(e,t,o){if(o&&t.length>1)throw new Error("Input with a single range cannot be instantiated with several range references.");super(e),this.inputHasSingleRange=o,this.insertNewRange(0,t),this.inputSheetId=this.getters.getActiveSheetId(),0===this.ranges.length&&(this.insertNewRange(this.ranges.length,[""]),this.focusLast())}handleEvent(e){if(null===this.focusedRangeIndex)return;const t=this.inputSheetId,o=this.getters.getActiveSheetId(),s=e.options.unbounded?this.getters.getUnboundedZone(o,e.anchor.zone):e.anchor.zone,n=this.getters.getRangeFromZone(o,s);if("newAnchor"===e.mode&&!this.inputHasSingleRange&&""!==this.ranges[this.focusedRangeIndex].xc.trim()){const e=this.getters.getSelectionRangeString(n,t);this.insertNewRange(this.ranges.length,[e]),this.focusLast()}else{let e=n.parts;const o=this.ranges[this.focusedRangeIndex].xc.trim();o&&(e=this.getters.getRangeFromSheetXC(t,o).parts);const s=n.clone({parts:e}),i=this.getters.getSelectionRangeString(s,t);this.setRange(this.focusedRangeIndex,[i])}}handle(e){switch(e.type){case"UNFOCUS_SELECTION_INPUT":this.unfocus();break;case"FOCUS_RANGE":this.focus(this.getIndex(e.rangeId));break;case"CHANGE_RANGE":{const t=this.getIndex(e.rangeId);if(null!==t&&this.focusedRangeIndex!==t&&this.focus(t),null!==t){const o=e.value.replace(/^,+/,"").split(",").map((e=>e.trim()));this.setRange(t,o)}break}case"ADD_EMPTY_RANGE":this.insertNewRange(this.ranges.length,[""]),this.focusLast();break;case"ADD_RANGE":this.insertNewRange(this.ranges.length,[e.value]),this.focusLast();break;case"REMOVE_RANGE":const t=this.getIndex(e.rangeId);null!==t&&this.removeRange(t);break;case"ACTIVATE_SHEET":if(e.sheetIdFrom!==e.sheetIdTo){const{col:t,row:o}=this.getters.getNextVisibleCellPosition({sheetId:e.sheetIdTo,col:0,row:0}),s=this.getters.expandZone(e.sheetIdTo,On({col:t,row:o}));this.selection.resetAnchor(this,{cell:{col:t,row:o},zone:s})}break;case"START_CHANGE_HIGHLIGHT":const o=this.getters.getActiveSheetId(),s=this.getters.expandZone(o,e.zone),n=this.ranges.findIndex((e=>{const{xc:t,sheetName:n}=sn(e.xc),i=n||this.getters.getSheetName(this.inputSheetId);if(this.getters.getSheetName(o)!==i)return!1;const r=this.getters.getRangeFromSheetXC(o,t);return vn(this.getters.expandZone(o,r.zone),s)}));if(-1!==n){this.focus(n);const{left:e,top:t}=s;this.selection.resetAnchor(this,{cell:{col:e,row:t},zone:s})}}}getSelectionInputValue(){return this.cleanInputs(this.ranges.map((e=>e.xc?e.xc:"")))}getSelectionInputHighlights(){return this.ranges.map((e=>this.inputToHighlights(e))).flat()}focus(e){this.focusedRangeIndex=e}focusLast(){this.focus(this.ranges.length-1)}unfocus(){this.focusedRangeIndex=null}setContent(e,t){this.ranges[e]={...this.ranges[e],xc:t}}insertNewRange(e,t){const o=Math.max(0,...this.ranges.map((e=>Number(e.id))));this.ranges.splice(e,0,...t.map(((e,t)=>({xc:e,id:o+t+1,color:Ze[(o+t)%Ze.length]}))))}setRange(e,t){const[,...o]=t;this.setContent(e,t[0]),this.insertNewRange(e+1,o),o.length&&this.focus(e+o.length)}removeRange(e){this.ranges.splice(e,1),null!==this.focusedRangeIndex&&this.focusLast()}inputToHighlights({xc:e,color:t}){const o=this.cleanInputs([e]).filter((e=>this.getters.isRangeValid(e))).filter((e=>this.shouldBeHighlighted(this.inputSheetId,e)));return o.map((e=>{const{sheetName:o}=sn(e);return{zone:this.getters.getRangeFromSheetXC(this.inputSheetId,e).zone,sheetId:o&&this.getters.getSheetIdByName(o)||this.inputSheetId,color:t}}))}cleanInputs(e){return e.map((e=>e.split(","))).flat().map((e=>e.trim())).filter((e=>""!==e))}shouldBeHighlighted(e,t){const{sheetName:o}=sn(t),s=this.getters.getSheetIdByName(o),n=this.getters.getActiveSheet().id;return this.getters.isRangeValid(t)&&(s===n||void 0===s&&n===e)}getIndex(e){const t=this.ranges.findIndex((t=>t.id===e));return t>=0?t:null}}const nR=[iR,function(e,t){return"target"in t&&Array.isArray(t.target)?{...le(t),target:e.getSelectedZones()}:t},function(e,t){if(!("row"in t)||!("col"in t))return t;const{col:o,row:s}=e.getActivePosition();return{...le(t),col:o,row:s}}];function iR(e,t){return"sheetId"in t?{...le(t),sheetId:e.getActiveSheetId()}:t}function rR(e,t){return"zone"in t?{...le(t),zone:e.getSelectedZone()}:t}const aR=new Qn;function lR(e,t){const o=e.getSelectedZone();return{...iR(e,t),elements:"COL"===t.dimension?ue(o.left,o.right+1):ue(o.top,o.bottom+1)}}function cR(e,t){const o=e.getSelectedZone();return{...le(t),zone:o}}function hR(e,t){const o=le(t),s=e.getSelectedZone(),{top:n,bottom:i,left:r,right:a}=s;return"cols"in o?o.cols=ue(r,a+1):"rows"in o&&(o.rows=ue(n,i+1)),o}function dR(e,t){const o=e.getSelectedZone();return{...iR(e,t),start:"COL"===t.dimension?o.left:o.top,end:"COL"===t.dimension?o.right:o.bottom}}const uR=new ki;uR.add("UPDATE_CELL",pR),uR.add("CLEAR_CELL",pR),uR.add("DELETE_CONTENT",pR),uR.add("ADD_MERGE",pR),uR.add("REMOVE_MERGE",pR),uR.add("SET_FORMATTING",pR),uR.add("CLEAR_FORMATTING",pR),uR.add("SET_BORDER",pR),uR.add("CREATE_FILTER_TABLE",pR),uR.add("REMOVE_FILTER_TABLE",pR),uR.add("HIDE_SHEET",pR),uR.add("ADD_COLUMNS_ROWS",(function(e,t){const o=e.getActivePosition();return{...iR(e,t),base:"COL"===t.dimension?o.col:o.row}})),uR.add("REMOVE_COLUMNS_ROWS",lR),uR.add("HIDE_COLUMNS_ROWS",lR),uR.add("RESIZE_COLUMNS_ROWS",lR),uR.add("CREATE_SHEET",(function(e,t){const o=le(t);o.sheetId=aR.uuidv4();const s=t.name||e.getSheet(e.getActiveSheetId()).name,n=s.match(/(.+?)\d*$/)?.[1]||s;return o.name=e.getNextSheetName(n),o})),uR.add("CREATE_FIGURE",(function(e,t){const o=iR(e,t);return o.figure.id=aR.uuidv4(),o})),uR.add("CREATE_CHART",(function(e,t){return{...iR(e,t),id:aR.uuidv4()}})),uR.add("CREATE_IMAGE",(function(e,t){return{...iR(e,t),figureId:aR.uuidv4()}})),uR.add("GROUP_HEADERS",dR),uR.add("UNGROUP_HEADERS",dR),uR.add("UNGROUP_HEADERS",dR),uR.add("UNFOLD_HEADER_GROUPS_IN_ZONE",rR),uR.add("FOLD_HEADER_GROUPS_IN_ZONE",rR);const gR=new ki;function pR(e,t){let o=le(t);for(const t of nR)o=t(e,o);return o}function mR(e,t){if(!t)return;if(!uR.contains(t.type))return;return uR.get(t.type)(e,t)}function fR(e,t){if(e.rootCommand&&"object"==typeof e.rootCommand)return io(e.rootCommand)?mR(t,e.rootCommand):function(e,t,o){if(!gR.contains(t.type))return;return gR.get(t.type)(e,t,o)}(t,e.rootCommand,e.commands)}gR.add("STOP_EDITION",(function(e,t,o){return o.map((t=>mR(e,t))).filter(Ie)})),gR.add("PASTE",(function(e,t){return{type:"REPEAT_PASTE",pasteOption:le(t.pasteOption),target:e.getSelectedZones()}})),gR.add("INSERT_CELL",cR),gR.add("DELETE_CELL",cR),gR.add("AUTORESIZE_COLUMNS",hR),gR.add("AUTORESIZE_ROWS",hR),gR.add("SORT_CELLS",(function(e,t){const o=e.getSelectedZone();return{...iR(e,t),col:o.left,row:o.top,zone:o}})),gR.add("SUM_SELECTION",pR),gR.add("SET_DECIMAL",pR);class vR{operation;getters;dispatch;sheetId;copiedFigure;copiedFigureContent;constructor(e,t,o){this.operation=e,this.getters=t,this.dispatch=o,this.sheetId=t.getActiveSheetId();const s=t.getSelectedFigureId();if(!s)throw new Error("No figure selected");const n=t.getFigure(this.sheetId,s);if(!n)throw new Error(`No figure for the given id: ${s}`);switch(this.copiedFigure={...n},n.tag){case"chart":this.copiedFigureContent=new bR(o,t,this.sheetId,s);break;case"image":this.copiedFigureContent=new SR(o,t,this.sheetId,s);break;default:throw new Error(`Unknow tag '${n.tag}' for the given figure id: ${s}`)}}isCutAllowed(e){return"Success"}isPasteAllowed(e,t){return 0===e.length?"EmptyTarget":void 0!==t?.pasteOption?"WrongFigurePasteOption":"Success"}paste(e){const t=this.getters.getActiveSheetId(),{width:o,height:s}=this.copiedFigure,n=this.getters.getNumberCols(t),i=this.getters.getNumberRows(t),r=this.getters.getColDimensions(t,e[0].left).start,a=this.getters.getRowDimensions(t,e[0].top).start,l=this.getters.getColDimensions(t,n-1).end,c=this.getters.getRowDimensions(t,i-1).end,h={x:l<o?0:Math.min(r,l-o),y:c<s?0:Math.min(a,c-s)},d=(new Qn).uuidv4();this.copiedFigureContent.paste(t,d,h,{height:s,width:o}),"CUT"===this.operation&&this.dispatch("DELETE_FIGURE",{sheetId:this.copiedFigureContent.sheetId,id:this.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{id:d})}getClipboardContent(){return{[Jt.PlainText]:"\t"}}isColRowDirtyingClipboard(e,t){return!1}drawClipboard(e){}}class bR{dispatch;sheetId;copiedChart;constructor(e,t,o,s){this.dispatch=e,this.sheetId=o;const n=t.getChart(s);if(!n)throw new Error(`No chart for the given id: ${s}`);this.copiedChart=n.copyInSheetId(o)}paste(e,t,o,s){const n=this.copiedChart.copyInSheetId(e);this.dispatch("CREATE_CHART",{id:t,sheetId:e,position:o,size:s,definition:n.getDefinition()})}}class SR{dispatch;sheetId;copiedImage;constructor(e,t,o,s){this.dispatch=e,this.sheetId=o;const n=t.getImage(s);this.copiedImage=le(n)}paste(e,t,o,s){const n=le(this.copiedImage);this.dispatch("CREATE_IMAGE",{figureId:t,sheetId:e,position:o,size:s,definition:n})}}function CR(e,t){return e.startsWith("=")?function(e,t){return function(e,t,o){if(t.formulaArgSeparator===o.formulaArgSeparator&&t.decimalSeparator===o.decimalSeparator)return e;const s=zr(e,t);let n="";for(const e of s)"NUMBER"===e.type?n+=e.value.replace(t.decimalSeparator,o.decimalSeparator):"ARG_SEPARATOR"===e.type?n+=o.formulaArgSeparator:n+=e.value;return n}(e,t,uo)}(e,t):ca(e,t)}class ER extends JI{values;constructor(e,t,o,s){super("COPY",t,o,s),this.values=e.replace(/\r/g,"").split("\n").map((e=>e.split("\t")))}isPasteAllowed(e,t){const o=this.getters.getActiveSheetId(),s=this.getPasteZone(e);return this.getters.doesIntersectMerge(o,s)?"WillRemoveExistingMerge":"Success"}paste(e,t){if("onlyFormat"===t?.pasteOption)return;const o=this.values,s=this.getPasteZone(e),{left:n,top:i}=s,{numberOfCols:r,numberOfRows:a}=yn(s),l=this.getters.getActiveSheetId(),c=this.getters.getLocale();this.addMissingDimensions(r,a,n,i);for(let e=0;e<o.length;e++)for(let t=0;t<o[e].length;t++)this.dispatch("UPDATE_CELL",{row:i+e,col:n+t,content:CR(o[e][t],c),sheetId:l});const h={left:n,top:i,right:n+r-1,bottom:i+a-1};this.selection.getBackToDefault(),this.selection.selectZone({cell:{col:n,row:i},zone:h},{scrollIntoView:!1})}getClipboardContent(){return{[Jt.PlainText]:this.values.map((e=>e.join("\t"))).join("\n")}}getPasteZone(e){const t=this.values.length,o=Math.max(...this.values.map((e=>e.length))),{left:s,top:n}=e[0];return{top:n,left:s,bottom:n+t-1,right:s+o-1}}}const wR=Xt("The cell you are trying to edit has been deleted.");const yR=[{name:Xt("Sum"),types:[Qt.number],compute:(e,t)=>th([[e]],t)},{name:Xt("Avg"),types:[Qt.number],compute:(e,t)=>pd([[e]],t)},{name:Xt("Min"),types:[Qt.number],compute:(e,t)=>bd([[e]],t)},{name:Xt("Max"),types:[Qt.number],compute:(e,t)=>vd([[e]],t)},{name:Xt("Count"),types:[Qt.number,Qt.text,Qt.boolean,Qt.error],compute:e=>fd([[e]])},{name:Xt("Count Numbers"),types:[Qt.number,Qt.text,Qt.boolean,Qt.error],compute:(e,t)=>md([[e]],t)}];class xR{getters;sheetId;boundaries;top;bottom;left;right;offsetX;offsetY;offsetScrollbarX;offsetScrollbarY;canScrollVertically;canScrollHorizontally;viewportWidth;viewportHeight;offsetCorrectionX;offsetCorrectionY;constructor(e,t,o,s,n,i){this.getters=e,this.sheetId=t,this.boundaries=o,this.viewportWidth=s.width,this.viewportHeight=s.height,this.offsetScrollbarX=i.x,this.offsetScrollbarY=i.y,this.canScrollVertically=n.canScrollVertically,this.canScrollHorizontally=n.canScrollHorizontally,this.offsetCorrectionX=this.getters.getColDimensions(this.sheetId,this.boundaries.left).start,this.offsetCorrectionY=this.getters.getRowDimensions(this.sheetId,this.boundaries.top).start,this.adjustViewportOffsetX(),this.adjustViewportOffsetY()}getMaxSize(){const e=this.getters.findLastVisibleColRowIndex(this.sheetId,"COL",{first:this.boundaries.left,last:this.boundaries.right}),t=this.getters.findLastVisibleColRowIndex(this.sheetId,"ROW",{first:this.boundaries.top,last:this.boundaries.bottom}),{end:o,size:s}=this.getters.getColDimensions(this.sheetId,e),{end:n,size:i}=this.getters.getRowDimensions(this.sheetId,t),r=this.searchHeaderIndex("COL",o-this.viewportWidth,0),a=this.getters.getColSize(this.sheetId,r),l=this.searchHeaderIndex("ROW",n-this.viewportHeight,0),c=this.getters.getRowSize(this.sheetId,l);let h=o-this.offsetCorrectionX;this.canScrollHorizontally&&(h+=Math.max(T,Math.min(a,this.viewportWidth-s)),h=Math.max(h,this.viewportWidth));let d=n-this.offsetCorrectionY;return this.canScrollVertically&&(d+=Math.max(A+5,Math.min(c,this.viewportHeight-i)),d=Math.max(d,this.viewportHeight)),n+D>d&&!this.getters.isReadonly()&&(d+=D),{width:h,height:d}}getColIndex(e){return e<this.offsetCorrectionX||e>this.offsetCorrectionX+this.viewportWidth?-1:this.searchHeaderIndex("COL",e-this.offsetCorrectionX,this.left)}getRowIndex(e){return e<this.offsetCorrectionY||e>this.offsetCorrectionY+this.viewportHeight?-1:this.searchHeaderIndex("ROW",e-this.offsetCorrectionY,this.top)}adjustPosition(e){const t=this.sheetId,o=this.getters.getMainCellPosition({sheetId:t,...e}),{col:s,row:n}=this.getters.getNextVisibleCellPosition(o);Sn(s,this.boundaries.top,this.boundaries)&&this.adjustPositionX(s),Sn(this.boundaries.left,n,this.boundaries)&&this.adjustPositionY(n)}adjustPositionX(e){const t=this.sheetId,{end:o}=this.getters.getColDimensions(t,e);if(this.offsetX+this.offsetCorrectionX+this.viewportWidth<o){const o=this.getters.getNumberCols(t);let s=e;for(;this.getters.isColHidden(t,s)&&s<o;)s++;const n=this.getters.getColDimensions(t,s).end,i=this.searchHeaderIndex("COL",n-this.viewportWidth-this.offsetCorrectionX,this.boundaries.left);this.offsetScrollbarX=this.getters.getColDimensions(t,i).end-this.offsetCorrectionX}else if(this.left>e){let o=e;for(;this.getters.isColHidden(t,o)&&o>0;)o--;this.offsetScrollbarX=this.getters.getColDimensions(t,o).start-this.offsetCorrectionX}this.adjustViewportZoneX()}adjustPositionY(e){const t=this.sheetId,{end:o}=this.getters.getRowDimensions(t,e);if(this.offsetY+this.viewportHeight+this.offsetCorrectionY<o){const o=this.getters.getNumberRows(t);let s=e;for(;this.getters.isRowHidden(t,s)&&s<o;)s++;const n=this.getters.getRowDimensions(t,s).end,i=this.searchHeaderIndex("ROW",n-this.viewportHeight-this.offsetCorrectionY,this.boundaries.top);this.offsetScrollbarY=this.getters.getRowDimensions(t,i).end-this.offsetCorrectionY}else if(this.top>e){let o=e;for(;this.getters.isRowHidden(t,o)&&o>0;)o--;this.offsetScrollbarY=this.getters.getRowDimensions(t,o).start-this.offsetCorrectionY}this.adjustViewportZoneY()}setViewportOffset(e,t){this.setViewportOffsetX(e),this.setViewportOffsetY(t)}adjustViewportZone(){this.adjustViewportZoneX(),this.adjustViewportZoneY()}getRect(e){const t=fn(e,this);if(t){return{x:this.getters.getColRowOffset("COL",this.left,t.left)+this.offsetCorrectionX,y:this.getters.getColRowOffset("ROW",this.top,t.top)+this.offsetCorrectionY,width:Math.min(this.getters.getColRowOffset("COL",t.left,t.right+1),this.viewportWidth),height:Math.min(this.getters.getColRowOffset("ROW",t.top,t.bottom+1),this.viewportHeight)}}}isVisible(e,t){return t<=this.bottom&&t>=this.top&&e>=this.left&&e<=this.right&&!this.getters.isColHidden(this.sheetId,e)&&!this.getters.isRowHidden(this.sheetId,t)}searchHeaderIndex(e,t,o=0){const s=this.sheetId,n=this.getters.getNumberHeaders(s,e);let i=o,r=n;for(;i<=r&&i!==n&&-1!==r;){const n=Math.floor((i+r)/2),a=this.getters.getColRowOffset(e,o,n),l=this.getters.getHeaderSize(s,e,n);if(t>=a&&t<a+l)return n;t>=a+l?i=n+1:r=n-1}return-1}setViewportOffsetX(e){this.canScrollHorizontally&&(this.offsetScrollbarX=e,this.adjustViewportZoneX())}setViewportOffsetY(e){this.canScrollVertically&&(this.offsetScrollbarY=e,this.adjustViewportZoneY())}adjustViewportOffsetX(){if(this.canScrollHorizontally){const{width:e}=this.getMaxSize();this.viewportWidth+this.offsetScrollbarX>e&&(this.offsetScrollbarX=Math.max(0,e-this.viewportWidth))}this.adjustViewportZoneX()}adjustViewportOffsetY(){if(this.canScrollVertically){const{height:e}=this.getMaxSize();this.viewportHeight+this.offsetScrollbarY>e&&(this.offsetScrollbarY=Math.max(0,e-this.viewportHeight))}this.adjustViewportZoneY()}adjustViewportZoneX(){const e=this.sheetId;this.left=this.searchHeaderIndex("COL",this.offsetScrollbarX,this.boundaries.left),this.right=Math.min(this.boundaries.right,this.searchHeaderIndex("COL",this.viewportWidth,this.left)),-1===this.left&&(this.left=this.boundaries.left),-1===this.right&&(this.right=this.getters.getNumberCols(e)-1),this.offsetX=this.getters.getColDimensions(e,this.left).start-this.getters.getColDimensions(e,this.boundaries.left).start}adjustViewportZoneY(){const e=this.sheetId;this.top=this.searchHeaderIndex("ROW",this.offsetScrollbarY,this.boundaries.top),this.bottom=Math.min(this.boundaries.bottom,this.searchHeaderIndex("ROW",this.viewportHeight,this.top)),-1===this.top&&(this.top=this.boundaries.top),-1===this.bottom&&(this.bottom=this.getters.getNumberRows(e)-1),this.offsetY=this.getters.getRowDimensions(e,this.top).start-this.getters.getRowDimensions(e,this.boundaries.top).start}}const IR=(new ki).add("settings",class extends vx{static getters=["getLocale"];locale=uo;allowDispatch(e){return"UPDATE_LOCALE"===e.type?oa(e.locale)?"Success":"InvalidLocale":"Success"}handle(e){if("UPDATE_LOCALE"===e.type){const t=this.locale,o=e.locale;this.history.update("locale",o),this.changeCellsDateFormatWithLocale(t,o)}}getLocale(){return this.locale}changeCellsDateFormatWithLocale(e,t){for(const o of this.getters.getSheetIds())for(const[s,n]of Object.entries(this.getters.getCells(o))){let o;if(n.format===e.dateFormat&&(o=t.dateFormat),n.format===e.timeFormat&&(o=t.timeFormat),n.format===pa(e)&&(o=pa(t)),o){const{col:e,row:t,sheetId:n}=this.getters.getCellPosition(s);this.dispatch("UPDATE_CELL",{col:e,row:t,sheetId:n,format:o})}}}import(e){this.locale=e.settings?.locale??uo}export(e){e.settings={locale:this.locale}}}).add("sheet",class extends vx{static getters=["getSheetName","tryGetSheetName","getSheet","tryGetSheet","getSheetIdByName","getSheetIds","getVisibleSheetIds","isSheetVisible","getEvaluationSheets","doesHeaderExist","doesHeadersExist","getCell","getCellPosition","getColsZone","getRowCells","getRowsZone","getNumberCols","getNumberRows","getNumberHeaders","getGridLinesVisibility","getNextSheetName","getSheetSize","getSheetZone","getPaneDivisions","checkZonesExistInSheet","getCommandZones","getUnboundedZone","checkElementsIncludeAllNonFrozenHeaders"];sheetIdsMapName={};orderedSheetIds=[];sheets={};cellPosition={};allowDispatch(e){const t=this.chainValidations(this.checkSheetExists,this.checkZonesAreInSheet)(e);if("Success"!==t)return t;switch(e.type){case"HIDE_SHEET":return 1===this.getVisibleSheetIds().length?"NotEnoughSheets":"Success";case"CREATE_SHEET":return this.checkValidations(e,this.checkSheetName,this.checkSheetPosition);case"MOVE_SHEET":try{const t=this.orderedSheetIds.findIndex((t=>t===e.sheetId));return this.findIndexOfTargetSheet(t,e.delta),"Success"}catch(e){return"WrongSheetMove"}case"RENAME_SHEET":return this.isRenameAllowed(e);case"DELETE_SHEET":return this.orderedSheetIds.length>1?"Success":"NotEnoughSheets";case"ADD_COLUMNS_ROWS":return this.doesHeaderExist(e.sheetId,e.dimension,e.base)?e.quantity<=0?"InvalidQuantity":"Success":"InvalidHeaderIndex";case"REMOVE_COLUMNS_ROWS":{const t=Math.min(...e.elements),o=Math.max(...e.elements);return t<0||!this.doesHeaderExist(e.sheetId,e.dimension,o)?"InvalidHeaderIndex":this.checkElementsIncludeAllNonFrozenHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success"}case"FREEZE_ROWS":return this.checkValidations(e,this.checkRowFreezeQuantity,this.checkRowFreezeOverlapMerge);case"FREEZE_COLUMNS":return this.checkValidations(e,this.checkColFreezeQuantity,this.checkColFreezeOverlapMerge);default:return"Success"}}handle(e){switch(e.type){case"SET_GRID_LINES_VISIBILITY":this.setGridLinesVisibility(e.sheetId,e.areGridLinesVisible);break;case"DELETE_CONTENT":this.clearZones(e.sheetId,e.target);break;case"CREATE_SHEET":const t=this.createSheet(e.sheetId,e.name||this.getNextSheetName(),e.cols||26,e.rows||100,e.position);this.history.update("sheetIdsMapName",t.name,t.id);break;case"MOVE_SHEET":this.moveSheet(e.sheetId,e.delta);break;case"RENAME_SHEET":this.renameSheet(this.sheets[e.sheetId],e.name);break;case"HIDE_SHEET":this.hideSheet(e.sheetId);break;case"SHOW_SHEET":this.showSheet(e.sheetId);break;case"DUPLICATE_SHEET":this.duplicateSheet(e.sheetId,e.sheetIdTo);break;case"DELETE_SHEET":this.deleteSheet(this.sheets[e.sheetId]);break;case"REMOVE_COLUMNS_ROWS":"COL"===e.dimension?this.removeColumns(this.sheets[e.sheetId],[...e.elements]):this.removeRows(this.sheets[e.sheetId],[...e.elements]);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.addColumns(this.sheets[e.sheetId],e.base,e.position,e.quantity):this.addRows(this.sheets[e.sheetId],e.base,e.position,e.quantity);break;case"UPDATE_CELL_POSITION":this.updateCellPosition(e);break;case"FREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,e.quantity,"COL");break;case"FREEZE_ROWS":this.setPaneDivisions(e.sheetId,e.quantity,"ROW");break;case"UNFREEZE_ROWS":this.setPaneDivisions(e.sheetId,0,"ROW");break;case"UNFREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,0,"COL");break;case"UNFREEZE_COLUMNS_ROWS":this.setPaneDivisions(e.sheetId,0,"COL"),this.setPaneDivisions(e.sheetId,0,"ROW")}}import(e){for(let t of e.sheets)this.sheetIdsMapName[t.name]=t.id;for(let t of e.sheets){const e=t.name||Xt("Sheet")+(Object.keys(this.sheets).length+1),{colNumber:o,rowNumber:s}=this.getImportedSheetSize(t),n={id:t.id,name:e,numberOfCols:o,rows:Vn(s),areGridLinesVisible:void 0===t.areGridLinesVisible||t.areGridLinesVisible,isVisible:t.isVisible,panes:{xSplit:t.panes?.xSplit||0,ySplit:t.panes?.ySplit||0}};this.orderedSheetIds.push(n.id),this.sheets[n.id]=n}}exportSheets(e){e.sheets=this.orderedSheetIds.filter(Ie).map((e=>{const t=this.sheets[e],o={id:t.id,name:t.name,colNumber:t.numberOfCols,rowNumber:this.getters.getNumberRows(t.id),rows:{},cols:{},merges:[],cells:{},conditionalFormats:[],figures:[],filterTables:[],areGridLinesVisible:void 0===t.areGridLinesVisible||t.areGridLinesVisible,isVisible:t.isVisible};return(t.panes.xSplit||t.panes.ySplit)&&(o.panes=t.panes),o}))}export(e){this.exportSheets(e)}exportForExcel(e){this.exportSheets(e)}getGridLinesVisibility(e){return this.getSheet(e).areGridLinesVisible}tryGetSheet(e){return this.sheets[e]}getSheet(e){const t=this.sheets[e];if(!t)throw new Error(`Sheet ${e} not found.`);return t}isSheetVisible(e){return this.getSheet(e).isVisible}getSheetName(e){return this.getSheet(e).name}tryGetSheetName(e){return this.tryGetSheet(e)?.name}getSheetIdByName(e){if(e){const t=ce(e);for(const e in this.sheetIdsMapName)if(e.toUpperCase()===t.toUpperCase())return this.sheetIdsMapName[e]}}getSheetIds(){return this.orderedSheetIds}getVisibleSheetIds(){return this.orderedSheetIds.filter(this.isSheetVisible.bind(this))}getEvaluationSheets(){return this.sheets}doesHeaderExist(e,t,o){return"COL"===t?o>=0&&o<this.getNumberCols(e):o>=0&&o<this.getNumberRows(e)}doesHeadersExist(e,t,o){return o.every((o=>this.doesHeaderExist(e,t,o)))}getRow(e,t){const o=this.getSheet(e).rows[t];if(!o)throw new Error(`Row ${o} not found.`);return o}getCell({sheetId:e,col:t,row:o}){const s=this.tryGetSheet(e),n=s?.rows[o]?.cells[t];if(void 0!==n)return this.getters.getCellById(n)}getColsZone(e,t,o){return{top:0,bottom:this.getNumberRows(e)-1,left:t,right:o}}getRowCells(e,t){return Object.values(this.getSheet(e).rows[t]?.cells).filter(Ie)}getRowsZone(e,t,o){return{top:t,bottom:o,left:0,right:this.getSheet(e).numberOfCols-1}}getCellPosition(e){const t=this.cellPosition[e];if(!t)throw new Error(`asking for a cell position that doesn't exist, cell id: ${e}`);return t}getNumberCols(e){return this.getSheet(e).numberOfCols}getNumberRows(e){return this.getSheet(e).rows.length}getNumberHeaders(e,t){return"COL"===t?this.getNumberCols(e):this.getNumberRows(e)}getNextSheetName(e="Sheet"){let t=1;const o=this.orderedSheetIds.map(this.getSheetName.bind(this));let s=`${e}${t}`;for(;o.includes(s);)s=`${e}${t}`,t++;return s}getSheetSize(e){return{numberOfRows:this.getNumberRows(e),numberOfCols:this.getNumberCols(e)}}getSheetZone(e){return{top:0,left:0,bottom:this.getNumberRows(e)-1,right:this.getNumberCols(e)-1}}getUnboundedZone(e,t){const o=0===t.left&&t.right===this.getNumberCols(e)-1,s=0===t.top&&t.bottom===this.getNumberRows(e)-1;return{...t,bottom:s?void 0:t.bottom,right:o&&!s?void 0:t.right}}getPaneDivisions(e){return this.getSheet(e).panes}setPaneDivisions(e,t,o){const s={...this.getPaneDivisions(e)};"COL"===o?s.xSplit=t:"ROW"===o&&(s.ySplit=t),this.history.update("sheets",e,"panes",s)}checkElementsIncludeAllNonFrozenHeaders(e,t,o){const s=this.getters.getPaneDivisions(e),n="ROW"===t?s.ySplit:s.xSplit,i=this.getters.getNumberHeaders(e,t);if(!n)return!1;return De(o,ue(n,i))}getCommandZones(e){const t=[];return"zone"in e&&t.push(e.zone),"target"in e&&t.push(...e.target),"ranges"in e&&t.push(...e.ranges.map((e=>this.getters.getRangeFromRangeData(e).zone))),"col"in e&&"row"in e&&t.push({top:e.row,left:e.col,bottom:e.row,right:e.col}),t}checkZonesExistInSheet(e,t){if(!t.every(ln))return"InvalidRange";if(t.length){const o=this.getSheetZone(e);return t.every((e=>Cn(e,o)))?"Success":"TargetOutOfSheet"}return"Success"}updateCellPosition(e){const{sheetId:t,cellId:o,col:s,row:n}=e;o?this.setNewPosition(o,t,s,n):this.clearPosition(t,s,n)}setNewPosition(e,t,o,s){const n=this.cellPosition[e];n&&this.clearPosition(t,n.col,n.row),this.history.update("cellPosition",e,{row:s,col:o,sheetId:t}),this.history.update("sheets",t,"rows",s,"cells",o,e)}clearPosition(e,t,o){const s=this.sheets[e]?.rows[o].cells[t];s&&(this.history.update("cellPosition",s,void 0),this.history.update("sheets",e,"rows",o,"cells",t,void 0))}setGridLinesVisibility(e,t){this.history.update("sheets",e,"areGridLinesVisible",t)}clearZones(e,t){for(let o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++){this.sheets[e].rows[s].cells[t]&&this.dispatch("UPDATE_CELL",{sheetId:e,content:"",col:t,row:s})}}createSheet(e,t,o,s,n){const i={id:e,name:t,numberOfCols:o,rows:Vn(s),areGridLinesVisible:!0,isVisible:!0,panes:{xSplit:0,ySplit:0}},r=this.orderedSheetIds.slice();r.splice(n,0,i.id);const a=this.sheets;return this.history.update("orderedSheetIds",r),this.history.update("sheets",Object.assign({},a,{[i.id]:i})),i}moveSheet(e,t){const o=this.orderedSheetIds.slice(),s=o.findIndex((t=>t===e)),n=o.splice(s,1);let i=this.findIndexOfTargetSheet(s,t);o.splice(i,0,n[0]),this.history.update("orderedSheetIds",o)}findIndexOfTargetSheet(e,t){for(;0!=t&&0<=e&&e<=this.orderedSheetIds.length;)t>0?(e++,this.isSheetVisible(this.orderedSheetIds[e])&&t--):t<0&&(e--,this.isSheetVisible(this.orderedSheetIds[e])&&t++);if(0===t)return e;throw new Error(Xt("There is not enough visible sheets"))}checkSheetName(e){const t=this.getters.tryGetSheetName(e.sheetId);if(void 0!==t&&e.name===t)return"UnchangedSheetName";const{orderedSheetIds:o,sheets:s}=this,n=e.name&&e.name.trim().toLowerCase();return o.find((t=>s[t]?.name.toLowerCase()===n&&t!==e.sheetId))?"DuplicatedSheetName":J.test(n)?"ForbiddenCharactersInSheetName":"Success"}checkSheetPosition(e){const{orderedSheetIds:t}=this;return e.position>t.length||e.position<0?"WrongSheetPosition":"Success"}checkRowFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberRows(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkColFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberCols(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkRowFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(let o of t)if(o.top<e.quantity&&e.quantity<=o.bottom)return"MergeOverlap";return"Success"}checkColFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(let o of t)if(o.left<e.quantity&&e.quantity<=o.right)return"MergeOverlap";return"Success"}isRenameAllowed(e){return e.name&&e.name.trim().toLowerCase()?this.checkSheetName(e):"MissingSheetName"}renameSheet(e,t){const o=e.name;this.history.update("sheets",e.id,"name",t.trim());const s=Object.assign({},this.sheetIdsMapName);delete s[o],s[t]=e.id,this.history.update("sheetIdsMapName",s)}hideSheet(e){this.history.update("sheets",e,"isVisible",!1)}showSheet(e){this.history.update("sheets",e,"isVisible",!0)}duplicateSheet(e,t){const o=this.getSheet(e),s=this.getDuplicateSheetName(o.name),n=le(o);n.id=t,n.name=s;for(let e=0;e<=n.numberOfCols;e++)for(let t=0;t<=n.rows.length;t++)n.rows[t]&&(n.rows[t].cells[e]=void 0);const i=this.orderedSheetIds.slice(),r=i.indexOf(e);i.splice(r+1,0,n.id),this.history.update("orderedSheetIds",i),this.history.update("sheets",Object.assign({},this.sheets,{[n.id]:n}));for(const t of Object.values(this.getters.getCells(e))){const{col:e,row:o}=this.getCellPosition(t.id);this.dispatch("UPDATE_CELL",{sheetId:n.id,col:e,row:o,content:t.content,format:t.format,style:t.style})}const a=Object.assign({},this.sheetIdsMapName);a[n.name]=n.id,this.history.update("sheetIdsMapName",a)}getDuplicateSheetName(e){let t=1;const o=this.orderedSheetIds.map(this.getSheetName.bind(this)),s=Xt("Copy of %s",e);let n=s.toString();for(;o.includes(n);)n=`${s} (${t})`,t++;return n}deleteSheet(e){const t=e.name,o=Object.assign({},this.sheets);delete o[e.id],this.history.update("sheets",o);const s=this.orderedSheetIds.slice(),n=s.indexOf(e.id);s.splice(n,1),this.history.update("orderedSheetIds",s);const i=Object.assign({},this.sheetIdsMapName);delete i[t],this.history.update("sheetIdsMapName",i)}removeColumns(e,t){t.sort(((e,t)=>t-e));for(let o of t)this.moveCellOnColumnsDeletion(e,o);const o=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",o-t.length);const s=t.filter((t=>t<e.panes.xSplit)).length;s&&this.setPaneDivisions(e.id,e.panes.xSplit-s,"COL")}removeRows(e,t){t.sort(((e,t)=>t-e));for(let o of ge(t)){const t=o[o.length-1],s=o[0];this.moveCellOnRowsDeletion(e,t,s),this.updateRowsStructureOnDeletion(e,t,s)}const o=t.filter((t=>t<e.panes.ySplit)).length;o&&this.setPaneDivisions(e.id,e.panes.ySplit-o,"ROW")}addColumns(e,t,o,s){const n="before"===o?t:t+1;this.moveCellsOnAddition(e,n,s,"columns");const i=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",i+s),n<e.panes.xSplit&&this.setPaneDivisions(e.id,e.panes.xSplit+s,"COL")}addRows(e,t,o,s){const n="before"===o?t:t+1;this.addEmptyRows(e,s),this.moveCellsOnAddition(e,n,s,"rows"),n<e.panes.ySplit&&this.setPaneDivisions(e.id,e.panes.ySplit+s,"ROW")}moveCellOnColumnsDeletion(e,t){for(let o=0;o<e.rows.length;o++){const s=e.rows[o];for(let n in s.cells){const i=Number(n),r=s.cells[n];r&&(i===t&&this.dispatch("CLEAR_CELL",{sheetId:e.id,col:i,row:o}),i>t&&this.dispatch("UPDATE_CELL_POSITION",{sheetId:e.id,cellId:r,col:i-1,row:o}))}}}moveCellsOnAddition(e,t,o,s){const n=[];for(let i=0;i<e.rows.length;i++){const r=e.rows[i];if("rows"!==s||i>=t)for(let a in r.cells){const l=Number(a),c=r.cells[a];c&&("rows"===s||l>=t)&&n.push({type:"UPDATE_CELL_POSITION",sheetId:e.id,cellId:c,col:l+("columns"===s?o:0),row:i+("rows"===s?o:0)})}}for(let e of n.reverse())this.dispatch(e.type,e)}moveCellOnRowsDeletion(e,t,o){const s=o-t+1;for(let n=0;n<e.rows.length;n++){const i=e.rows[n];if(n>=t&&n<=o)for(let t in i.cells){const o=Number(t);i.cells[t]&&this.dispatch("CLEAR_CELL",{sheetId:e.id,col:o,row:n})}if(n>o)for(let t in i.cells){const o=Number(t),r=i.cells[t];r&&this.dispatch("UPDATE_CELL_POSITION",{sheetId:e.id,cellId:r,col:o,row:n-s})}}}updateRowsStructureOnDeletion(e,t,o){const s=[],n=e.rows.map((e=>e.cells)).reverse();for(let i in e.rows){const e=Number(i);e>=t&&e<=o||s.push({cells:n.pop()})}this.history.update("sheets",e.id,"rows",s)}addEmptyRows(e,t){const o=e.rows.slice();for(let e=0;e<t;e++)o.push({cells:{}});this.history.update("sheets",e.id,"rows",o)}getImportedSheetSize(e){const t=Object.keys(e.cells).map(dt);let o=e.rowNumber,s=e.colNumber;for(let{col:e,row:n}of t)o=Math.max(o,n+1),s=Math.max(s,e+1);return{rowNumber:o,colNumber:s}}checkSheetExists(e){return"CREATE_SHEET"!==e.type&&"sheetId"in e&&void 0===this.sheets[e.sheetId]?"InvalidSheetId":"CREATE_SHEET"===e.type&&void 0!==this.sheets[e.sheetId]?"DuplicatedSheetId":"Success"}checkZonesAreInSheet(e){return"sheetId"in e?this.checkZonesExistInSheet(e.sheetId,this.getCommandZones(e)):"Success"}}).add("header grouping",class extends vx{static getters=["getHeaderGroups","getGroupsLayers","getVisibleGroupLayers","getHeaderGroup","getHeaderGroupsInZone","isGroupFolded","isRowFolded","isColFolded"];groups={};allowDispatch(e){switch(e.type){case"GROUP_HEADERS":{const{start:t,end:o}=e;if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";if(this.findGroupWithStartEnd(e.sheetId,e.dimension,t,o))return"HeaderGroupAlreadyExists";break}case"UNGROUP_HEADERS":{const{start:t,end:o}=e;if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";break}case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUP":const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);if(!t)return"UnknownHeaderGroup";if(ue(0,this.getters.getNumberHeaders(e.sheetId,e.dimension)).every((o=>o>=t.start&&o<=t.end||this.getters.isHeaderHiddenByUser(e.sheetId,e.dimension,o))))return"NotEnoughElements"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("groups",e.sheetId,{ROW:[],COL:[]});break;case"GROUP_HEADERS":this.groupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"UNGROUP_HEADERS":this.unGroupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"DUPLICATE_SHEET":{const t=le(this.groups[e.sheetId]);this.history.update("groups",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.groups};delete t[e.sheetId],this.history.update("groups",t);break}case"ADD_COLUMNS_ROWS":const t=Ne(e.position,e.base);this.moveGroupsOnHeaderInsertion(e.sheetId,e.dimension,t,e.quantity);break;case"REMOVE_COLUMNS_ROWS":this.moveGroupsOnHeaderDeletion(e.sheetId,e.dimension,e.elements);break;case"UNFOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.unfoldHeaderGroup(e.sheetId,e.dimension,t);break}case"FOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.foldHeaderGroup(e.sheetId,e.dimension,t);break}case"UNFOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.unfoldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.foldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":{const t="UNFOLD_HEADER_GROUPS_IN_ZONE"===e.type?"unfold":"fold",o=this.getGroupsLayers(e.sheetId,e.dimension);"fold"===t&&o.reverse();const s=o.flat(),n="ROW"===e.dimension?e.zone.top:e.zone.left,i="ROW"===e.dimension?e.zone.bottom:e.zone.right,r=new Set;for(let e=n;e<=i;e++){const o=s.filter((t=>t.start-1<=e&&e<=t.end));for(const e of o)if(!("fold"===t&&e.isFolded||"unfold"===t&&!e.isFolded)){r.add(e);break}}for(const o of r)"unfold"===t?this.unfoldHeaderGroup(e.sheetId,e.dimension,o):this.foldHeaderGroup(e.sheetId,e.dimension,o);break}}}getHeaderGroups(e,t){return this.groups[e][t]}getHeaderGroup(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}getHeaderGroupsInZone(e,t,o){return this.getHeaderGroups(e,t).filter((e=>{const s="ROW"===t?o.top:o.left,n="ROW"===t?o.bottom:o.right;return this.doGroupOverlap(e,s,n)}))}getGroupsLayers(e,t){const o=this.getHeaderGroups(e,t);return this.bricksFallingAlgorithm(o,0,0)}getVisibleGroupLayers(e,t){const o=this.getGroupsLayers(e,t);for(const s of o)for(let o=s.length-1;o>=0;o--){const n=s[o];if(0===n.start)continue;ue(n.start-1,n.end+1).every((o=>this.getters.isHeaderHiddenByUser(e,t,o)))&&s.splice(o,1)}return o.filter((e=>e.length>0))}isGroupFolded(e,t,o,s){return this.getHeaderGroup(e,t,o,s)?.isFolded||!1}isRowFolded(e,t){return this.getters.getHeaderGroups(e,"ROW").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}isColFolded(e,t){return this.getters.getHeaderGroups(e,"COL").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}getGroupId(e){return`${e.start}-${e.end}}`}bricksFallingAlgorithm(e,t,o,s=0){const n={};for(const t of e)n[this.getGroupId(t)]=t.isFolded;const i={};for(const t of e)for(let e=t.start;e<=t.end;e++)i[e]=i[e]?i[e]+1:1;for(let e=t;e<=o;e++)i[e]=i[e]?i[e]+s:s;const r=Math.max(...Object.values(i),0),a=Array.from({length:r},(()=>[])),l=Math.max(o,...e.map((e=>e.end)));for(let o=Math.min(t,...e.map((e=>e.start)));o<=l;o++){const e=i[o]||0;for(let t=0;t<e;t++){const e=a[t].at(-1);if(e&&Ue([e.end,o]))e.end++;else{const e={start:o,end:o};a[t].push(e)}}}for(const e of a)for(const t of e)t.isFolded=n[this.getGroupId(t)];return a}groupHeaders(e,t,o,s){const n=this.getHeaderGroups(e,t),i=this.bricksFallingAlgorithm(n,o,s,1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(i))}unGroupHeaders(e,t,o,s){const n=this.getHeaderGroups(e,t),i=this.bricksFallingAlgorithm(n,o,s,-1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(i))}moveGroupsOnHeaderInsertion(e,t,o,s){const n=this.groups[e][t];for(let i=0;i<n.length;i++){const r=n[i],[a,l]=Un(o,s,[r.start,r.end]);a===r.start&&l===r.end||this.history.update("groups",e,t,i,{...r,start:a,end:l})}}moveGroupsOnHeaderDeletion(e,t,o){const s=this.getHeaderGroups(e,t),n=[];for(const e of s){const t=Bn(o,ue(e.start,e.end+1));0!==t.length&&n.push({...e,start:Math.min(...t),end:Math.max(...t)})}this.history.update("groups",e,t,this.bricksFallingAlgorithm(n,0,0).flat())}doGroupOverlap(e,t,o){return e.start<=o&&e.end>=t}removeDuplicateGroups(e){const t={};for(const o of e)t[this.getGroupId(o)]=o;return Object.values(t)}findGroupWithStartEnd(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}foldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!0);const n=this.getters.getHeaderGroups(e,t);for(let s=0;s<n.length;s++){const i=n[s];i.start===o.start&&i.end<=o.end&&this.history.update("groups",e,t,s,"isFolded",!0)}}unfoldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!1);const n=this.getters.getHeaderGroups(e,t);for(let s=0;s<n.length;s++){const i=n[s];i.start===o.start&&i.end>=o.end&&this.history.update("groups",e,t,s,"isFolded",!1)}}getGroupIndex(e,t,o,s){const n=this.groups[e][t].findIndex((e=>e.start===o&&e.end===s));return-1===n?void 0:n}import(e){for(const t of e.sheets)if(this.groups[t.id]={ROW:[],COL:[]},t.headerGroups)for(const e of["ROW","COL"])for(const o of t.headerGroups[e]||[])this.groups[t.id][e].push({...o})}export(e){for(const t of e.sheets)t.headerGroups=this.groups[t.id]}}).add("header visibility",class extends vx{static getters=["checkElementsIncludeAllVisibleHeaders","getHiddenColsGroups","getHiddenRowsGroups","isHeaderHiddenByUser","isRowHiddenByUser","isColHiddenByUser"];hiddenHeaders={};allowDispatch(e){switch(e.type){case"HIDE_COLUMNS_ROWS":{if(!this.getters.tryGetSheet(e.sheetId))return"InvalidSheetId";const t="COL"===e.dimension?this.getHiddenColsGroups(e.sheetId):this.getHiddenRowsGroups(e.sheetId),o="COL"===e.dimension?this.getters.getNumberCols(e.sheetId):this.getters.getNumberRows(e.sheetId);return new Set((t||[]).flat().concat(e.elements)).size>=o?"TooManyHiddenElements":Math.min(...e.elements)<0||Math.max(...e.elements)>o?"InvalidHeaderIndex":"Success"}case"REMOVE_COLUMNS_ROWS":return this.getters.tryGetSheet(e.sheetId)?this.checkElementsIncludeAllVisibleHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success":"InvalidSheetId"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":const t={COL:Array(this.getters.getNumberCols(e.sheetId)).fill(!1),ROW:Array(this.getters.getNumberRows(e.sheetId)).fill(!1)};this.history.update("hiddenHeaders",e.sheetId,t);break;case"DUPLICATE_SHEET":this.history.update("hiddenHeaders",e.sheetIdTo,le(this.hiddenHeaders[e.sheetId]));break;case"DELETE_SHEET":this.history.update("hiddenHeaders",e.sheetId,void 0);break;case"REMOVE_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]];for(let o of[...e.elements].sort(((e,t)=>t-e)))t.splice(o,1);this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]],o=Ne(e.position,e.base);t.splice(o,0,...Array(e.quantity).fill(!1)),this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"HIDE_COLUMNS_ROWS":for(let t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!0);break;case"UNHIDE_COLUMNS_ROWS":for(let t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!1)}}checkElementsIncludeAllVisibleHeaders(e,t,o){return De(o,this.getAllVisibleHeaders(e,t))}isHeaderHiddenByUser(e,t,o){return"COL"===t?this.isColHiddenByUser(e,o):this.isRowHiddenByUser(e,o)}isRowHiddenByUser(e,t){return this.hiddenHeaders[e].ROW[t]||this.getters.isRowFolded(e,t)}isColHiddenByUser(e,t){return this.hiddenHeaders[e].COL[t]||this.getters.isColFolded(e,t)}getHiddenColsGroups(e){const t=[[]],o=this.hiddenHeaders[e].COL;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getHiddenRowsGroups(e){const t=[[]],o=this.hiddenHeaders[e].ROW;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getAllVisibleHeaders(e,t){const o=ue(0,this.getters.getNumberHeaders(e,t)),s=[];return this.getters.getHeaderGroups(e,t).forEach((e=>{e.isFolded&&s.push(...ue(e.start,e.end+1))})),o.filter((o=>!this.hiddenHeaders[e][t][o]&&!s.includes(o)))}import(e){for(let t of e.sheets){this.hiddenHeaders[t.id]={COL:[],ROW:[]};for(let e=0;e<t.rowNumber;e++)this.hiddenHeaders[t.id].ROW[e]=Boolean(t.rows[e]?.isHidden);for(let e=0;e<t.colNumber;e++)this.hiddenHeaders[t.id].COL[e]=Boolean(t.cols[e]?.isHidden)}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(let o of e.sheets){void 0===o.rows&&(o.rows={});for(let e=0;e<this.getters.getNumberRows(o.id);e++)(t||this.hiddenHeaders[o.id].ROW[e])&&(void 0===o.rows[e]&&(o.rows[e]={}),o.rows[e].isHidden=this.hiddenHeaders[o.id].ROW[e]);void 0===o.cols&&(o.cols={});for(let e=0;e<this.getters.getNumberCols(o.id);e++)(t||this.hiddenHeaders[o.id].COL[e])&&(void 0===o.cols[e]&&(o.cols[e]={}),o.cols[e].isHidden=this.hiddenHeaders[o.id].COL[e])}}}).add("filters",class extends vx{static getters=["doesZonesContainFilter","getFilter","getFilters","getFilterTable","getFilterTables","getFilterTablesInZone","getFilterId","getFilterHeaders","isFilterHeader"];tables={};allowDispatch(e){switch(e.type){case"CREATE_FILTER_TABLE":if(!Nn(...e.target))return"NonContinuousTargets";const t=mn(...e.target),o=()=>this.getFilterTables(e.sheetId).some((e=>bn(e.zone,t)))?"FilterOverlap":"Success",s=()=>{const o=this.getters.getMergesInZone(e.sheetId,t);for(let e of o)if(bn(t,e))return"MergeInFilter";return"Success"};return this.checkValidations(e,o,s);case"ADD_MERGE":for(let t of e.target)for(let o of this.getFilterTables(e.sheetId))if(bn(o.zone,t))return"MergeInFilter"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("tables",e.sheetId,{});break;case"DELETE_SHEET":const t={...this.tables};delete t[e.sheetId],this.history.update("tables",t);break;case"DUPLICATE_SHEET":const o={};for(const t of Object.values(this.tables[e.sheetId]||{}))if(t){const e=le(t);o[e.id]=e}this.history.update("tables",e.sheetIdTo,o);break;case"ADD_COLUMNS_ROWS":this.onAddColumnsRows(e);break;case"REMOVE_COLUMNS_ROWS":this.onDeleteColumnsRows(e);break;case"CREATE_FILTER_TABLE":{const t=mn(...e.target),o=this.createFilterTable(t);this.history.update("tables",e.sheetId,o.id,o);break}case"REMOVE_FILTER_TABLE":{const t={};for(const o of this.getFilterTables(e.sheetId))e.target.every((e=>!fn(e,o.zone)))&&(t[o.id]=o);this.history.update("tables",e.sheetId,t);break}case"UPDATE_CELL":{const t=e.sheetId;for(let o of this.getFilterTables(t))this.canUpdateCellCmdExtendTable(e,o)&&this.extendTableDown(t,o);break}}}getFilters(e){return this.getFilterTables(e).map((e=>e.filters)).flat()}getFilterTables(e){return this.tables[e]?Object.values(this.tables[e]).filter(Ie):[]}getFilter(e){return this.getFilterTable(e)?.filters.find((t=>t.col===e.col))}getFilterId(e){return this.getFilter(e)?.id}getFilterTable({sheetId:e,col:t,row:o}){return this.getFilterTables(e).find((e=>Sn(t,o,e.zone)))}getFilterTablesInZone(e,t){return this.getFilterTables(e).filter((e=>Cn(e.zone,t)))}doesZonesContainFilter(e,t){for(const o of t)for(const t of this.getFilterTables(e))if(fn(o,t.zone))return!0;return!1}getFilterHeaders(e){const t=[];for(let o of this.getFilterTables(e)){const e=o.zone,s=e.top;for(let o=e.left;o<=e.right;o++)t.push({col:o,row:s})}return t}isFilterHeader({sheetId:e,col:t,row:o}){return this.getFilterHeaders(e).some((e=>e.col===t&&e.row===o))}onAddColumnsRows(e){for(const t of this.getFilterTables(e.sheetId)){const o=dn(t.zone,"COL"===e.dimension?"left":"top",e.base,e.position,e.quantity),s=[];for(const o of t.filters){const t=dn(o.zoneWithHeaders,"COL"===e.dimension?"left":"top",e.base,e.position,e.quantity);s.push(new tI(o.id,t))}if(s.length<yn(o).numberOfCols){for(let e=o.left;e<=o.right;e++)s.find((t=>t.col===e))||s.push(new tI(this.uuidGenerator.uuidv4(),{...o,left:e,right:e}));s.sort(((e,t)=>e.col-t.col))}this.history.update("tables",e.sheetId,t.id,"zone",o),this.history.update("tables",e.sheetId,t.id,"filters",s)}}onDeleteColumnsRows(e){for(const t of this.getFilterTables(e.sheetId)){if("ROW"===e.dimension&&e.elements.includes(t.zone.top)){const o={...this.tables[e.sheetId]};delete o[t.id],this.history.update("tables",e.sheetId,o);continue}const o=pn(t.zone,"COL"===e.dimension?"left":"top",e.elements);if(o){if(hn(o)!==hn(t.zone)){const s=[];for(const o of t.filters){const t=pn(o.zoneWithHeaders,"COL"===e.dimension?"left":"top",e.elements);t&&s.push(new tI(o.id,t))}this.history.update("tables",e.sheetId,t.id,"zone",o),this.history.update("tables",e.sheetId,t.id,"filters",s)}}else{const o={...this.tables[e.sheetId]};delete o[t.id],this.history.update("tables",e.sheetId,o)}}}createFilterTable(e){return new eI(e)}extendTableDown(e,t){const o={...t.zone,bottom:t.zone.bottom+1};this.history.update("tables",e,t.id,"zone",o);for(let o=0;o<t.filters.length;o++){const s=t.filters[o],n={...s.zoneWithHeaders,bottom:s.zoneWithHeaders.bottom+1};this.history.update("tables",e,t.id,"filters",o,"zoneWithHeaders",n)}}canUpdateCellCmdExtendTable({content:e,sheetId:t,col:o,row:s},n){if(!e)return;const i=n.zone;if(!(i.bottom+1===s&&o>=i.left&&o<=i.right))return!1;for(const e of ue(i.left,i.right+1)){const o={sheetId:t,col:e,row:s},n=this.getters.getCell(o)?.content;if(n)return!1;if(this.getters.getFilter(o))return!1;if(this.getters.isInMerge(o))return!1}return!0}import(e){for(const t of e.sheets)for(const e of t.filterTables||[]){const o=this.createFilterTable(an(e.range));this.history.update("tables",t.id,o.id,o)}}export(e){for(const t of e.sheets)for(const e of this.getFilterTables(t.id))t.filterTables.push({range:hn(e.zone)})}exportForExcel(e){this.export(e)}}).add("cell",class extends vx{static getters=["zoneToXC","getCells","getTranslatedCellFormula","getCellStyle","getCellById"];nextId=1;cells={};adaptRanges(e,t){for(const o of Object.keys(this.cells))for(const s of Object.values(this.cells[o]||{}))if(s.isFormula)for(const n of s.compiledFormula.dependencies)if(!t||n.sheetId===t){const t=e(n);"NONE"!==t.changeType&&this.history.update("cells",o,s.id,"compiledFormula","dependencies",s.compiledFormula.dependencies.indexOf(n),t.range)}}allowDispatch(e){switch(e.type){case"UPDATE_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessUpdateCell);case"CLEAR_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessClearCell);default:return"Success"}}handle(e){switch(e.type){case"SET_FORMATTING":"style"in e&&this.setStyle(e.sheetId,e.target,e.style),"format"in e&&void 0!==e.format&&this.setFormatter(e.sheetId,e.target,e.format);break;case"CLEAR_FORMATTING":this.clearFormatting(e.sheetId,e.target);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.handleAddColumnsRows(e,this.copyColumnStyle.bind(this)):this.handleAddColumnsRows(e,this.copyRowStyle.bind(this));break;case"UPDATE_CELL":this.updateCell(e.sheetId,e.col,e.row,e);break;case"CLEAR_CELL":this.dispatch("UPDATE_CELL",{sheetId:e.sheetId,col:e.col,row:e.row,content:"",style:null,format:""})}}setFormatter(e,t,o){for(let s of t)for(let t=s.top;t<=s.bottom;t++)for(let n=s.left;n<=s.right;n++)this.dispatch("UPDATE_CELL",{sheetId:e,col:n,row:t,format:o})}clearFormatting(e,t){for(let o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,style:null,format:""})}handleAddColumnsRows(e,t){let o,s;"before"===e.position?(o=ue(e.base,e.base+e.quantity),s=e.base+e.quantity):(o=ue(e.base+1,e.base+e.quantity+1),s=e.base),t(e.sheetId,s,o)}import(e){for(let t of e.sheets)for(let o in t.cells){const s=t.cells[o],{col:n,row:i}=dt(o);if(s?.content||s?.format||s?.style){const o=this.importCell(t.id,s,e.styles,e.formats);this.history.update("cells",t.id,o.id,o),this.dispatch("UPDATE_CELL_POSITION",{cellId:o.id,col:n,row:i,sheetId:t.id})}}}export(e){const t={},o={};for(let s of e.sheets){const e={},n=Object.keys(this.cells[s.id]||{}).map((e=>this.getters.getCellPosition(e))).sort(((e,t)=>e.col===t.col?e.row-t.row:e.col-t.col));for(const s of n){const n=this.getters.getCell(s),i=ut(s.col,s.row),r=this.removeDefaultStyleValues(n.style);e[i]={style:Object.keys(r).length?Ae(r,t):void 0,format:n.format?Ae(n.format,o):void 0,content:n.content||void 0}}s.cells=e}e.styles=t,e.formats=o}importCell(e,t,o,s){const n=t.style&&o[t.style]||void 0,i=t.format&&s[t.format]||void 0,r=this.getNextUid();return this.createCell(r,t?.content||"",i,n,e)}exportForExcel(e){this.export(e)}removeDefaultStyleValues(e){const t={...e};for(const e in P)t[e]===P[e]&&delete t[e];return t}getCells(e){return this.cells[e]||{}}getCellById(e){const t=this.getters.getCellPosition(e);return this.cells[t.sheetId][e]}getFormulaCellContent(e,t,o,s=!1){let n=0;return Oe(t.tokens.map((t=>{if("REFERENCE"===t.type){const t=o[n++];return this.getters.getRangeString(t,e,{useFixedReference:s})}return t.value})))}getTranslatedCellFormula(e,t,o,s){const n=this.getters.createAdaptedRanges(s.dependencies,t,o,e);return this.getFormulaCellContent(e,s,n)}getCellStyle(e){return this.getters.getCell(e)?.style||{}}zoneToXC(e,t,o=[{colFixed:!1,rowFixed:!1}]){const s=ut((t=this.getters.expandZone(e,t)).left,t.top,o[0]),n=ut(t.right,t.bottom,o.length>1?o[1]:o[0]),i=this.getters.getMainCellPosition({sheetId:e,col:t.left,row:t.top}),r=this.getters.getMainCellPosition({sheetId:e,col:t.right,row:t.bottom}),a=i.col===r.col&&i.row===r.row;return s==n||a?s:s+":"+n}setStyle(e,t,o){for(let s of t)for(let t=s.left;t<=s.right;t++)for(let n=s.top;n<=s.bottom;n++){const s=this.getters.getCell({sheetId:e,col:t,row:n});this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:n,style:o?{...s?.style,...o}:void 0})}}copyColumnStyle(e,t,o){for(let s=0;s<this.getters.getNumberRows(e);s++){const n=this.getFormat(e,t,s);if(n.style||n.format)for(let t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,...n})}}copyRowStyle(e,t,o){for(let s=0;s<this.getters.getNumberCols(e);s++){const n=this.getFormat(e,s,t);if(n.style||n.format)for(let t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:s,row:t,...n})}}getFormat(e,t,o){const s={},n=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),i=this.getters.getCell(n);return i&&(i.style&&(s.style=i.style),i.format&&(s.format=i.format)),s}getNextUid(){const e=this.nextId.toString();return this.history.update("nextId",this.nextId+1),e}updateCell(e,t,o,s){const n=this.getters.getCell({sheetId:e,col:t,row:o}),i="content"in s||"formula"in s,r=i?Ve(s?.content):n?.content||"";let a;a=void 0!==s.style?s.style||void 0:n?n.style:void 0;const l="format"in s?s.format:n&&n.format;if((i&&!r&&!s.formula||!i&&(!n||""===n.content))&&!a&&!l)return void(n&&(this.history.update("cells",e,n.id,void 0),this.dispatch("UPDATE_CELL_POSITION",{cellId:void 0,col:t,row:o,sheetId:e})));const c=n?.id||this.getNextUid(),h=this.createCell(c,r,l,a,e);this.history.update("cells",e,h.id,h),this.dispatch("UPDATE_CELL_POSITION",{cellId:h.id,col:t,row:o,sheetId:e})}createCell(e,t,o,s,n){if(!t.startsWith("="))return this.createLiteralCell(e,t,o,s);try{return this.createFormulaCell(e,t,o,s,n)}catch(n){return this.createErrorFormula(e,t,o,s,n)}}createLiteralCell(e,t,o,s){const n=this.getters.getLocale();return(o=o||Ds(t,n)||Ls(t))===co||To(t)||(t=Po(Zi(t,n))),{id:e,content:t,style:s,format:o,isFormula:!1}}createFormulaCell(e,t,o,s,n){const i=$x(t);return i.dependencies.length?this.createFormulaCellWithDependencies(e,i,o,s,n):{id:e,content:t,style:s,format:o,isFormula:!0,compiledFormula:{...i,dependencies:[]}}}createFormulaCellWithDependencies(e,t,o,s,n){const i=[];for(const e of t.dependencies)i.push(this.getters.getRangeFromSheetXC(n,e));return new Kx(e,t,o,s,i,n,this.getters.getRangeString)}createErrorFormula(e,t,o,s,n){return{id:e,content:t,style:s,format:o,isFormula:!0,compiledFormula:{tokens:zr(t),dependencies:[],execute:function(){throw n}}}}checkCellOutOfSheet(e){const{sheetId:t,col:o,row:s}=e;if(!this.getters.tryGetSheet(t))return"InvalidSheetId";return Sn(o,s,this.getters.getSheetZone(t))?"Success":"TargetOutOfSheet"}checkUselessClearCell(e){const t=this.getters.getCell(e);return t&&(t.content||t.style||t.format)?"Success":"NoChanges"}checkUselessUpdateCell(e){const t=this.getters.getCell(e),o="style"in e,s="format"in e;return("content"in e||"formula"in e)&&t?.content!==e.content||o&&!Fe(t?.style,e.style)||s&&t?.format!==e.format?"Success":"NoChanges"}}).add("merge",class extends vx{static getters=["isInMerge","isInSameMerge","isMergeHidden","getMainCellPosition","getBottomLeftCell","expandZone","doesIntersectMerge","doesColumnsHaveCommonMerges","doesRowsHaveCommonMerges","getMerges","getMerge","getMergesInZone","isSingleCellOrMerge","getSelectionRangeString","isMainCellPosition"];nextId=1;merges={};mergeCellMap={};allowDispatch(e){const t="force"in e&&!!e.force;switch(e.type){case"ADD_MERGE":return t?this.checkValidations(e,this.checkFrozenPanes):this.checkValidations(e,this.checkDestructiveMerge,this.checkOverlap,this.checkFrozenPanes);case"UPDATE_CELL":return this.checkMergedContentUpdate(e);case"REMOVE_MERGE":return this.checkMergeExists(e);default:return"Success"}}handle(e){switch(e.type){case"CREATE_SHEET":case"DELETE_SHEET":this.history.update("merges",e.sheetId,{}),this.history.update("mergeCellMap",e.sheetId,{});break;case"DUPLICATE_SHEET":const t=this.merges[e.sheetId];if(!t)break;for(const o of Object.values(t).filter(Ie))this.addMerge(e.sheetIdTo,o.zone);break;case"ADD_MERGE":for(const t of e.target)this.addMerge(e.sheetId,t);break;case"REMOVE_MERGE":for(const t of e.target)this.removeMerge(e.sheetId,t)}}adaptRanges(e,t){const o=t?[t]:Object.keys(this.merges);for(const t of o)this.applyRangeChangeOnSheet(t,e)}getMerges(e){return Object.keys(this.merges[e]||{}).map((t=>this.getMergeById(e,parseInt(t,10)))).filter(Ie)}getMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e],n=s?t in s&&s[t]?.[o]:void 0;return n?this.getMergeById(e,n):void 0}getMergesInZone(e,t){const o=this.mergeCellMap[e];if(!o)return[];const s=new Set;for(const{col:e,row:n}of In(t)){const t=o[e]?.[n];t&&s.add(t)}return Array.from(s).map((t=>this.getMergeById(e,t))).filter(Ie)}getSelectionRangeString(e,t){const o=Fn.fromRange(e,this.getters),s=this.getters.expandZone(o.sheetId,o.zone),n=o.clone({zone:{...s,bottom:o.isFullCol?void 0:s.bottom,right:o.isFullRow?void 0:s.right}}),i=this.getters.getRangeString(n,t);if(this.isSingleCellOrMerge(o.sheetId,o.zone)){const{sheetName:e,xc:t}=sn(i);return nn(e,t.split(":")[0])}return i}doesIntersectMerge(e,t){return In(t).some((({col:t,row:o})=>void 0!==this.getMerge({sheetId:e,col:t,row:o})))}doesColumnsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let n=0;n<this.getters.getNumberRows(e);n++)if(this.isInSameMerge(s.id,t,n,o,n))return!0;return!1}doesRowsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let n=0;n<=this.getters.getNumberCols(e);n++)if(this.isInSameMerge(s.id,n,t,n,o))return!0;return!1}expandZone(e,t){let{left:o,right:s,top:n,bottom:i}=t,r={left:o,right:s,top:n,bottom:i};for(let t in this.merges[e]){const o=this.getMergeById(e,parseInt(t));o&&bn(o,r)&&(r=mn(o,r))}return vn(r,t)?r:this.expandZone(e,r)}isInSameMerge(e,t,o,s,n){const i=this.getMerge({sheetId:e,col:t,row:o}),r=this.getMerge({sheetId:e,col:s,row:n});return!(!i||!r)&&vn(i,r)}isInMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e];return!!s&&(t in s&&Boolean(s[t]?.[o]))}getMainCellPosition(e){if(!this.isInMerge(e))return e;const t=this.getMerge(e).topLeft;return{sheetId:e.sheetId,col:t.col,row:t.row}}getBottomLeftCell(e){if(!this.isInMerge(e))return e;const{bottom:t,left:o}=this.getMerge(e);return{sheetId:e.sheetId,col:o,row:t}}isMergeHidden(e,t){const o=this.getters.getHiddenColsGroups(e),s=this.getters.getHiddenRowsGroups(e);for(let e of o)if(t.left>=e[0]&&t.right<=e[e.length-1])return!0;for(let e of s)if(t.top>=e[0]&&t.bottom<=e[e.length-1])return!0;return!1}isSingleCellOrMerge(e,t){const o=this.getMerge({sheetId:e,col:t.left,row:t.top});if(o)return vn(t,o);const{numberOfCols:s,numberOfRows:n}=yn(t);return 1===s&&1===n}isMainCellPosition(e){return Fe(this.getMainCellPosition(e),e)}isMergeDestructive(e,t){let{left:o,right:s,top:n,bottom:i}=t;s=de(s,0,this.getters.getNumberCols(e)-1),i=de(i,0,this.getters.getNumberRows(e)-1);for(let t=n;t<=i;t++)for(let i=o;i<=s;i++)if(i!==o||t!==n){const o=this.getters.getCell({sheetId:e,col:i,row:t});if(o&&""!==o.content)return!0}return!1}getMergeById(e,t){const o=this.merges[e]?.[t];return void 0!==o?sI(t,o):void 0}checkDestructiveMerge({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";return t.some((t=>this.isMergeDestructive(e,t)))?"MergeIsDestructive":"Success"}checkOverlap({target:e}){for(const t of e)for(const o of e)if(t!==o&&bn(t,o))return"MergeOverlap";return"Success"}checkFrozenPanes({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";const{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e);for(const e of t)if(e.left<o&&e.right>=o||e.top<s&&e.bottom>=s)return"FrozenPaneOverlap";return"Success"}checkMergedContentUpdate(e){const{col:t,row:o,content:s}=e;if(void 0===s)return"Success";const{col:n,row:i}=this.getMainCellPosition(e);return n===t&&i===o?"Success":"CellIsMerged"}checkMergeExists(e){const{sheetId:t,target:o}=e;for(const e of o){const{left:o,top:s}=e,n=this.getMerge({sheetId:t,col:o,row:s});if(void 0===n||!vn(e,n))return"InvalidTarget"}return"Success"}addMerge(e,t){let{left:o,right:s,top:n,bottom:i}=t;s=de(s,0,this.getters.getNumberCols(e)-1),i=de(i,0,this.getters.getNumberRows(e)-1);if(ut(o,n)===ut(s,i))return;const r=this.getters.getCell({sheetId:e,col:o,row:n});let a=this.nextId++;this.history.update("merges",e,a,this.getters.getRangeFromSheetXC(e,hn({left:o,top:n,right:s,bottom:i})));let l=new Set;for(let t=n;t<=i;t++)for(let i=o;i<=s;i++){i===o&&t===n||this.dispatch("UPDATE_CELL",{sheetId:e,col:i,row:t,style:r?r.style:null,content:""});const s=this.getMerge({sheetId:e,col:i,row:t});s&&l.add(s.id),this.history.update("mergeCellMap",e,i,t,a)}for(let t of l){const{top:o,bottom:s,left:n,right:i}=this.getMergeById(e,t);for(let t=o;t<=s;t++)for(let o=n;o<=i;o++){const s={sheetId:e,col:o,row:t},n=this.getMerge(s);n&&n.id===a||(this.history.update("mergeCellMap",e,o,t,void 0),this.dispatch("CLEAR_CELL",s))}this.history.update("merges",e,t,void 0)}}removeMerge(e,t){const{left:o,top:s,bottom:n,right:i}=t,r=this.getMerge({sheetId:e,col:o,row:s});if(void 0!==r&&vn(t,r)){this.history.update("merges",e,r.id,void 0);for(let t=s;t<=n;t++)for(let s=o;s<=i;s++)this.history.update("mergeCellMap",e,s,t,void 0)}}applyRangeChangeOnSheet(e,t){const o=Object.entries(this.merges[e]||{});for(const[s,n]of o)if(n){const o=n.zone,i=t(n);switch(i.changeType){case"NONE":break;case"REMOVE":this.removeMerge(e,o);break;default:const{numberOfCols:t,numberOfRows:n}=yn(i.range.zone);1===t&&1===n?this.removeMerge(e,o):this.history.update("merges",e,parseInt(s,10),i.range)}}this.history.update("mergeCellMap",e,{});for(const t of this.getMerges(e))for(const{col:o,row:s}of In(t))this.history.update("mergeCellMap",e,o,s,t.id)}import(e){const t=e.sheets||[];for(let e of t)this.history.update("merges",e.id,{}),this.history.update("mergeCellMap",e.id,{}),e.merges&&this.importMerges(e.id,e.merges)}importMerges(e,t){for(let o of t)this.addMerge(e,an(o))}export(e){for(let t of e.sheets){const e=this.merges[t.id];e&&t.merges.push(...oI(e))}}exportForExcel(e){this.export(e)}}).add("headerSize",class extends vx{static getters=["getUserRowSize","getColSize"];sizes={};handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("sizes",e.sheetId,{COL:[],ROW:[]});break;case"DUPLICATE_SHEET":this.history.update("sizes",e.sheetIdTo,le(this.sizes[e.sheetId]));break;case"DELETE_SHEET":const t={...this.sizes};delete t[e.sheetId],this.history.update("sizes",t);break;case"REMOVE_COLUMNS_ROWS":{const t=ze(this.sizes[e.sheetId][e.dimension],e.elements);this.history.update("sizes",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{let t=[...this.sizes[e.sheetId][e.dimension]];const o=Ne(e.position,e.base),s=t[e.base];t.splice(o,0,...Array(e.quantity).fill(s)),this.history.update("sizes",e.sheetId,e.dimension,t);break}case"RESIZE_COLUMNS_ROWS":if("ROW"===e.dimension)for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0);else for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0)}}getColSize(e,t){return Math.round(this.sizes[e]?.COL[t]||T)}getUserRowSize(e,t){const o=this.sizes[e]?.ROW[t];return o?Math.round(o):void 0}import(e){for(let t of e.sheets){const e={COL:Array(t.colNumber).fill(void 0),ROW:Array(t.rowNumber).fill(void 0)};for(let[o,s]of Object.entries(t.rows))s.size&&(e.ROW[o]=s.size);for(let[o,s]of Object.entries(t.cols))s.size&&(e.COL[o]=s.size);this.sizes[t.id]=e}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(let o of e.sheets){void 0===o.rows&&(o.rows={});for(const e of ue(0,this.getters.getNumberRows(o.id)))(t||this.sizes[o.id].ROW[e])&&(o.rows[e]={...o.rows[e],size:this.getUserRowSize(o.id,e)??A});void 0===o.cols&&(o.cols={});for(let e of ue(0,this.getters.getNumberCols(o.id)))(t||this.sizes[o.id].COL[e])&&(o.cols[e]={...o.cols[e],size:this.getColSize(o.id,e)})}}}).add("borders",class extends vx{static getters=["getCellBorder","getBordersColors"];borders={};allowDispatch(e){return"SET_BORDER"===e.type?this.checkBordersUnchanged(e):"Success"}handle(e){switch(e.type){case"ADD_MERGE":for(const t of e.target)this.addBordersToMerge(e.sheetId,t);break;case"DUPLICATE_SHEET":const t=this.borders[e.sheetId];if(t){const o=t.slice().map((e=>e?.slice().map((e=>({...e})))));this.history.update("borders",e.sheetIdTo,o)}break;case"DELETE_SHEET":const o={...this.borders};delete o[e.sheetId],this.history.update("borders",o);break;case"SET_BORDER":this.setBorder(e.sheetId,e.col,e.row,e.border);break;case"SET_ZONE_BORDERS":if(e.border){const t=e.target.map((t=>this.getters.expandZone(e.sheetId,t)));this.setBorders(e.sheetId,t,e.border.position,""===e.border.color?void 0:{style:e.border.style||z,color:e.border.color||G})}break;case"CLEAR_FORMATTING":this.clearBorders(e.sheetId,e.target);break;case"REMOVE_COLUMNS_ROWS":for(let t of e.elements)"COL"===e.dimension?this.shiftBordersHorizontally(e.sheetId,t+1,-1):this.shiftBordersVertically(e.sheetId,t+1,-1);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.handleAddColumns(e):this.handleAddRows(e)}}handleAddColumns(e){let t,o;"before"===e.position?(this.shiftBordersHorizontally(e.sheetId,e.base,e.quantity,{moveFirstLeftBorder:!0}),t=e.base-1,o=e.base+e.quantity):(this.shiftBordersHorizontally(e.sheetId,e.base+1,e.quantity,{moveFirstLeftBorder:!1}),t=e.base,o=e.base+e.quantity+1),this.ensureColumnBorderContinuity(e.sheetId,t,o)}handleAddRows(e){let t,o;"before"===e.position?(this.shiftBordersVertically(e.sheetId,e.base,e.quantity,{moveFirstTopBorder:!0}),t=e.base-1,o=e.base+e.quantity):(this.shiftBordersVertically(e.sheetId,e.base+1,e.quantity,{moveFirstTopBorder:!1}),t=e.base,o=e.base+e.quantity+1),this.ensureRowBorderContinuity(e.sheetId,t,o)}getCellBorder({sheetId:e,col:t,row:o}){const s={top:this.borders[e]?.[t]?.[o]?.horizontal,bottom:this.borders[e]?.[t]?.[o+1]?.horizontal,left:this.borders[e]?.[t]?.[o]?.vertical,right:this.borders[e]?.[t+1]?.[o]?.vertical};return s.bottom||s.left||s.right||s.top?s:null}getBordersColors(e){const t=[],o=this.borders[e];if(o)for(const e of o.filter(Ie))for(const o of e)o?.horizontal&&t.push(o.horizontal.color),o?.vertical&&t.push(o.vertical.color);return t}ensureColumnBorderContinuity(e,t,o){const s=ue(t+1,o);for(let n=0;n<this.getters.getNumberRows(e);n++){const i=this.getCellBorder({sheetId:e,col:t,row:n}),r=this.getCellBorder({sheetId:e,col:o,row:n});if(i&&r){const t=this.getCommonSides(i,r);for(let o of s)this.addBorder(e,o,n,t)}}}ensureRowBorderContinuity(e,t,o){const s=ue(t+1,o);for(let n=0;n<this.getters.getNumberCols(e);n++){const i=this.getCellBorder({sheetId:e,col:n,row:t}),r=this.getCellBorder({sheetId:e,col:n,row:o});if(i&&r){const t=this.getCommonSides(i,r);for(let o of s)this.addBorder(e,n,o,t)}}}getCommonSides(e,t){const o={};for(let s of["top","bottom","left","right"])e[s]&&e[s]===t[s]&&(o[s]=e[s]);return o}getColumnsWithBorders(e){const t=this.borders[e];return t?Object.keys(t).map((e=>parseInt(e,10))):[]}getRowsRange(e){return this.borders[e]?ue(0,this.getters.getNumberRows(e)+1):[]}shiftBordersHorizontally(e,t,o,{moveFirstLeftBorder:s}={}){this.borders[e]&&(o<0&&this.moveBordersOfColumn(e,t,o,"vertical",{destructive:!1}),this.getColumnsWithBorders(e).filter((e=>e>=t)).sort(((e,t)=>o<0?e-t:t-e)).forEach((n=>{(n===t&&s||n!==t)&&this.moveBordersOfColumn(e,n,o,"vertical"),this.moveBordersOfColumn(e,n,o,"horizontal")})))}shiftBordersVertically(e,t,o,{moveFirstTopBorder:s}={}){this.borders[e]&&(o<0&&this.moveBordersOfRow(e,t,o,"horizontal",{destructive:!1}),this.getRowsRange(e).filter((e=>e>=t)).sort(((e,t)=>o<0?e-t:t-e)).forEach((n=>{(n===t&&s||n!==t)&&this.moveBordersOfRow(e,n,o,"horizontal"),this.moveBordersOfRow(e,n,o,"vertical")})))}moveBordersOfRow(e,t,o,s,{destructive:n}={destructive:!0}){const i=this.borders[e];i&&this.getColumnsWithBorders(e).forEach((r=>{const a=i[r]?.[t+o]?.[s],l=i[r]?.[t]?.[s];this.history.update("borders",e,r,t+o,s,n?l:l||a),this.history.update("borders",e,r,t,s,void 0)}))}moveBordersOfColumn(e,t,o,s,{destructive:n}={destructive:!0}){const i=this.borders[e];i&&this.getRowsRange(e).forEach((r=>{const a=i[t+o]?.[r]?.[s],l=i[t]?.[r]?.[s];this.history.update("borders",e,t+o,r,s,n?l:l||a),this.history.update("borders",e,t,r,s,void 0)}))}setBorder(e,t,o,s,n=!0){!n&&this.borders?.[e]?.[t]?.[o]?.vertical||this.history.update("borders",e,t,o,"vertical",s?.left),!n&&this.borders?.[e]?.[t]?.[o]?.horizontal||this.history.update("borders",e,t,o,"horizontal",s?.top),!n&&this.borders?.[e]?.[t+1]?.[o]?.vertical||this.history.update("borders",e,t+1,o,"vertical",s?.right),!n&&this.borders?.[e]?.[t]?.[o+1]?.horizontal||this.history.update("borders",e,t,o+1,"horizontal",s?.bottom)}clearBorders(e,t){for(let o of t){for(let t=o.top;t<=o.bottom;t++){this.history.update("borders",e,o.right+1,t,"vertical",void 0);for(let s=o.left;s<=o.right;s++)this.history.update("borders",e,s,t,void 0)}for(let t=o.left;t<=o.right;t++)this.history.update("borders",e,t,o.bottom+1,"horizontal",void 0)}}addBorder(e,t,o,s){this.setBorder(e,t,o,{...this.getCellBorder({sheetId:e,col:t,row:o}),...s})}setBorders(e,t,o,s){if("clear"===o)return this.clearBorders(e,t);for(let n of t){if("h"===o||"hv"===o||"all"===o)for(let t=n.top+1;t<=n.bottom;t++)for(let o=n.left;o<=n.right;o++)this.addBorder(e,o,t,{top:s});if("v"===o||"hv"===o||"all"===o)for(let t=n.top;t<=n.bottom;t++)for(let o=n.left+1;o<=n.right;o++)this.addBorder(e,o,t,{left:s});if("left"===o||"all"===o||"external"===o)for(let t=n.top;t<=n.bottom;t++)this.addBorder(e,n.left,t,{left:s});if("right"===o||"all"===o||"external"===o)for(let t=n.top;t<=n.bottom;t++)this.addBorder(e,n.right+1,t,{left:s});if("top"===o||"all"===o||"external"===o)for(let t=n.left;t<=n.right;t++)this.addBorder(e,t,n.top,{top:s});if("bottom"===o||"all"===o||"external"===o)for(let t=n.left;t<=n.right;t++)this.addBorder(e,t,n.bottom+1,{top:s})}}addBordersToMerge(e,t){const{left:o,right:s,top:n,bottom:i}=t,r=this.getCellBorder({sheetId:e,col:o,row:n}),a=this.getCellBorder({sheetId:e,col:s,row:i});this.clearBorders(e,[t]),r?.top&&this.setBorders(e,[{...t,bottom:n}],"top",r.top),r?.left&&this.setBorders(e,[{...t,right:o}],"left",r.left),a?.bottom?this.setBorders(e,[{...t,top:i}],"bottom",a.bottom):r?.bottom&&this.setBorders(e,[{...t,top:i}],"bottom",r.bottom),a?.right?this.setBorders(e,[{...t,left:s}],"right",a.right):r?.right&&this.setBorders(e,[{...t,left:s}],"right",r.right)}checkBordersUnchanged(e){const t=this.getCellBorder(e),o=!(e.border?.bottom||e.border?.left||e.border?.right||e.border?.top);return!t&&o||Fe(t,e.border)?"NoChanges":"Success"}import(e){if(Object.keys(e.borders||{}).length)for(let t of e.sheets)for(const o in t.cells){const s=t.cells[o];if(s?.border){const n=e.borders[s.border],{col:i,row:r}=dt(o);this.setBorder(t.id,i,r,n,!1)}}for(let t of e.sheets)if(t.merges)for(let e of t.merges)this.addBordersToMerge(t.id,an(e))}export(e){const t={};for(let o of e.sheets)for(let e=0;e<o.colNumber;e++)for(let s=0;s<o.rowNumber;s++){const n=this.getCellBorder({sheetId:o.id,col:e,row:s});if(n){const i=ut(e,s),r=o.cells[i],a=Ae(n,t);r?r.border=a:o.cells[i]={border:a}}}e.borders=t}exportForExcel(e){this.export(e)}}).add("conditional formatting",class extends vx{static getters=["getConditionalFormats","getRulesSelection","getRulesByCell","getAdaptedCfRanges"];cfRules={};loopThroughRangesOfSheet(e,t){for(const o of this.cfRules[e])for(const s of o.ranges){const n=t(s);switch(n.changeType){case"REMOVE":let t=o.ranges.slice();t.splice(o.ranges.indexOf(s),1),t.length>=1?this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",t):this.removeConditionalFormatting(o.id,e);break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",o.ranges.indexOf(s),n.range)}}}adaptRanges(e,t){if(t)this.loopThroughRangesOfSheet(t,e);else for(const t of Object.keys(this.cfRules))this.loopThroughRangesOfSheet(t,e)}allowDispatch(e){switch(e.type){case"ADD_CONDITIONAL_FORMAT":return this.checkValidations(e,this.checkCFRule,this.checkEmptyRange);case"CHANGE_CONDITIONAL_FORMAT_PRIORITY":return this.checkValidPriorityChange(e.cfId,e.delta,e.sheetId)}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.cfRules[e.sheetId]=[];break;case"DUPLICATE_SHEET":this.history.update("cfRules",e.sheetIdTo,[]);for(const t of this.getConditionalFormats(e.sheetId))this.addConditionalFormatting(t,e.sheetIdTo);break;case"DELETE_SHEET":const t=Object.assign({},this.cfRules);delete t[e.sheetId],this.history.update("cfRules",t);break;case"ADD_CONDITIONAL_FORMAT":const o={...e.cf,ranges:e.ranges.map((t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId)))};this.addConditionalFormatting(o,e.sheetId);break;case"REMOVE_CONDITIONAL_FORMAT":this.removeConditionalFormatting(e.id,e.sheetId);break;case"CHANGE_CONDITIONAL_FORMAT_PRIORITY":this.changeCFPriority(e.cfId,e.delta,e.sheetId)}}import(e){for(let t of e.sheets)this.cfRules[t.id]=t.conditionalFormats.map((e=>this.mapToConditionalFormatInternal(t.id,e)))}export(e){if(e.sheets)for(let t of e.sheets)this.cfRules[t.id]&&(t.conditionalFormats=this.cfRules[t.id].map((e=>this.mapToConditionalFormat(t.id,e))))}exportForExcel(e){if(e.sheets)for(let t of e.sheets)this.cfRules[t.id]&&(t.conditionalFormats=this.cfRules[t.id].map((e=>this.mapToConditionalFormat(t.id,e,{useFixedReference:!0}))))}getConditionalFormats(e){return this.cfRules[e]?.map((t=>this.mapToConditionalFormat(e,t)))||[]}getRulesSelection(e,t){const o=new Set;return t.forEach((t=>{this.getRulesByZone(e,t).forEach((e=>{o.add(e)}))})),Array.from(o)}getRulesByZone(e,t){const o=new Set;for(let s=t.top;s<=t.bottom;s++)for(let n=t.left;n<=t.right;n++){this.getRulesByCell(e,n,s).forEach((e=>{o.add(e.id)}))}return o}getRulesByCell(e,t,o){const s=[];for(let n of this.cfRules[e])for(let e of n.ranges)Sn(t,o,e.zone)&&s.push(n);return new Set(s.map((t=>this.mapToConditionalFormat(e,t))))}getAdaptedCfRanges(e,t,o,s){if(0===o.length&&0===s.length)return;const n=this.getters.getConditionalFormats(e),i=n.findIndex((e=>e.id===t.id));let r=[];return i>-1&&(r=n[i].ranges),r=r.concat(o),En(r,s)}mapToConditionalFormat(e,t,{useFixedReference:o}={useFixedReference:!1}){return{...t,ranges:t.ranges.map((t=>this.getters.getRangeString(t,e,{useFixedReference:o})))}}mapToConditionalFormatInternal(e,t){const o={...t,ranges:t.ranges.map((t=>this.getters.getRangeFromSheetXC(e,t)))};return o}addConditionalFormatting(e,t){const o=this.cfRules[t].slice(),s=o.findIndex((t=>t.id===e.id)),n=this.mapToConditionalFormatInternal(t,e);s>-1?o.splice(s,1,n):o.push(n),this.history.update("cfRules",t,o)}checkValidPriorityChange(e,t,o){if(!this.cfRules[o])return"InvalidSheetId";const s=this.cfRules[o].findIndex((t=>t.id===e));if(-1===s)return"InvalidConditionalFormatId";const n=s-t;return n<0||n>=this.cfRules[o].length?"InvalidConditionalFormatId":"Success"}checkEmptyRange(e){return e.ranges.length?"Success":"EmptyRange"}checkCFRule(e){const t=e.cf.rule;switch(t.type){case"CellIsRule":return this.checkValidations(t,this.checkOperatorArgsNumber(2,["Between","NotBetween"]),this.checkOperatorArgsNumber(1,["BeginsWith","ContainsText","EndsWith","GreaterThan","GreaterThanOrEqual","LessThan","LessThanOrEqual","NotContains"]),this.checkOperatorArgsNumber(0,["IsEmpty","IsNotEmpty"]));case"ColorScaleRule":return this.checkValidations(t,this.chainValidations(this.checkThresholds(this.checkFormulaCompilation)),this.chainValidations(this.checkThresholds(this.checkNaN),this.batchValidations(this.checkMinBiggerThanMax,this.checkMinBiggerThanMid,this.checkMidBiggerThanMax)));case"IconSetRule":return this.checkValidations(t,this.chainValidations(this.checkInflectionPoints(this.checkNaN),this.checkLowerBiggerThanUpper),this.chainValidations(this.checkInflectionPoints(this.checkFormulaCompilation)))}return"Success"}checkOperatorArgsNumber(e,t){if(e>2)throw new Error("Checking more than 2 arguments is currently not supported. Add the appropriate CommandResult if you want to.");return o=>{if(t.includes(o.operator)){const t=[],s=e=>void 0===e||""===e;return e>=1&&s(o.values[0])&&t.push("FirstArgMissing"),e>=2&&s(o.values[1])&&t.push("SecondArgMissing"),t.length?t:"Success"}return"Success"}}checkNaN(e,t){if(["number","percentage","percentile"].includes(e.type)&&(""===e.value||isNaN(e.value)))switch(t){case"min":return"MinNaN";case"max":return"MaxNaN";case"mid":return"MidNaN";case"upperInflectionPoint":return"ValueUpperInflectionNaN";case"lowerInflectionPoint":return"ValueLowerInflectionNaN"}return"Success"}checkFormulaCompilation(e,t){if("formula"!==e.type)return"Success";try{$x(e.value||"")}catch(e){switch(t){case"min":return"MinInvalidFormula";case"max":return"MaxInvalidFormula";case"mid":return"MidInvalidFormula";case"upperInflectionPoint":return"ValueUpperInvalidFormula";case"lowerInflectionPoint":return"ValueLowerInvalidFormula"}}return"Success"}checkThresholds(e){return this.batchValidations((t=>e(t.minimum,"min")),(t=>e(t.maximum,"max")),(t=>t.midpoint?e(t.midpoint,"mid"):"Success"))}checkInflectionPoints(e){return this.batchValidations((t=>e(t.lowerInflectionPoint,"lowerInflectionPoint")),(t=>e(t.upperInflectionPoint,"upperInflectionPoint")))}checkLowerBiggerThanUpper(e){const t=e.lowerInflectionPoint.value,o=e.upperInflectionPoint.value;return["number","percentage","percentile"].includes(e.lowerInflectionPoint.type)&&e.lowerInflectionPoint.type===e.upperInflectionPoint.type&&Number(t)>Number(o)?"LowerBiggerThanUpper":"Success"}checkMinBiggerThanMax(e){const t=e.minimum.value,o=e.maximum.value;return["number","percentage","percentile"].includes(e.minimum.type)&&e.minimum.type===e.maximum.type&&Jx(t)>=Jx(o)?"MinBiggerThanMax":"Success"}checkMidBiggerThanMax(e){const t=e.midpoint?.value,o=e.maximum.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.midpoint.type===e.maximum.type&&Jx(t)>=Jx(o)?"MidBiggerThanMax":"Success"}checkMinBiggerThanMid(e){const t=e.minimum.value,o=e.midpoint?.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.minimum.type===e.midpoint.type&&Jx(t)>=Jx(o)?"MinBiggerThanMid":"Success"}removeConditionalFormatting(e,t){const o=this.cfRules[t].findIndex((t=>t.id===e));if(-1!==o){const e=this.cfRules[t].slice();e.splice(o,1),this.history.update("cfRules",t,e)}}changeCFPriority(e,t,o){const s=this.cfRules[o].findIndex((t=>t.id===e)),n=this.cfRules[o][s],i=s-t,r=[...this.cfRules[o]];r.splice(s,1),r.splice(i,0,n),this.history.update("cfRules",o,r)}}).add("figures",class extends vx{static getters=["getFigures","getFigure","getFigureSheetId"];figures={};allowDispatch(e){switch(e.type){case"CREATE_FIGURE":return this.checkFigureDuplicate(e.figure.id);case"UPDATE_FIGURE":case"DELETE_FIGURE":return this.checkFigureExists(e.sheetId,e.id);default:return"Success"}}beforeHandle(e){if("DELETE_SHEET"===e.type)this.getters.getFigures(e.sheetId).forEach((t=>{this.dispatch("DELETE_FIGURE",{id:t.id,sheetId:e.sheetId})}))}handle(e){switch(e.type){case"CREATE_SHEET":this.figures[e.sheetId]={};break;case"DELETE_SHEET":this.deleteSheet(e.sheetId);break;case"CREATE_FIGURE":this.addFigure(e.figure,e.sheetId);break;case"UPDATE_FIGURE":const{type:t,sheetId:o,...s}=e,n=s;this.updateFigure(o,n);break;case"DELETE_FIGURE":this.removeFigure(e.id,e.sheetId);break;case"REMOVE_COLUMNS_ROWS":this.onRowColDelete(e.sheetId,e.dimension)}}onRowColDelete(e,t){"ROW"===t?this.onRowDeletion(e):this.onColDeletion(e)}onRowDeletion(e){const t=this.getters.getNumberRows(e);let o=0;for(let s=0;s<t;s++)o+=this.getters.getUserRowSize(e,s)||A;const s=this.getters.getFigures(e);for(const t of s){const s=Math.min(t.y,o-t.height);s!==t.y&&this.dispatch("UPDATE_FIGURE",{sheetId:e,id:t.id,y:s})}}onColDeletion(e){const t=this.getters.getNumberCols(e);let o=0;for(let s=0;s<t;s++)o+=this.getters.getColSize(e,s);const s=this.getters.getFigures(e);for(const t of s){const s=Math.min(t.x,o-t.width);s!==t.x&&this.dispatch("UPDATE_FIGURE",{sheetId:e,id:t.id,x:s})}}updateFigure(e,t){if("id"in t)for(const[o,s]of Object.entries(t))switch(o){case"x":case"y":void 0!==s&&this.history.update("figures",e,t.id,o,Math.max(s,0));break;case"width":case"height":void 0!==s&&this.history.update("figures",e,t.id,o,s)}}addFigure(e,t){this.history.update("figures",t,e.id,e)}deleteSheet(e){this.history.update("figures",e,void 0)}removeFigure(e,t){this.history.update("figures",t,e,void 0)}checkFigureExists(e,t){return void 0===this.figures[e]?.[t]?"FigureDoesNotExist":"Success"}checkFigureDuplicate(e){return Object.values(this.figures).find((t=>t?.[e]))?"DuplicatedFigureId":"Success"}getFigures(e){return Object.values(this.figures[e]||{}).filter(Ie)}getFigure(e,t){return this.figures[e]?.[t]}getFigureSheetId(e){return Object.keys(this.figures).find((t=>void 0!==this.figures[t]?.[e]))}import(e){for(let t of e.sheets){const e={};t.figures.forEach((t=>{e[t.id]=t})),this.figures[t.id]=e}}export(e){for(const t of e.sheets)for(const e of this.getFigures(t.id)){const o=void 0;t.figures.push({...e,data:o})}}exportForExcel(e){this.export(e)}}).add("chart",class extends vx{static getters=["isChartDefined","getChartDefinition","getChartType","getChartIds","getChart","getContextCreationChart"];charts={};createChart=function(e){const t=fl.getAll().sort(((e,t)=>e.sequence-t.sequence));return function(o,s,n){const i=t.find((e=>e.match(s.type)));if(!i)throw new Error(`No builder for this chart: ${s.type}`);return i.createChart(s,n,e)}}(this.getters);validateChartDefinition=e=>function(e,t){const o=fl.getAll().find((e=>e.match(t.type)));if(!o)throw new Error("Unknown chart type.");return o.validateChartDefinition(e,t)}(this,e.definition);adaptRanges(e){for(const[t,o]of Object.entries(this.charts))this.history.update("charts",t,o?.updateRanges(e))}allowDispatch(e){switch(e.type){case"CREATE_CHART":return this.checkValidations(e,this.chainValidations(this.validateChartDefinition,this.checkChartDuplicate));case"UPDATE_CHART":return this.checkValidations(e,this.chainValidations(this.validateChartDefinition,this.checkChartExists));default:return"Success"}}handle(e){switch(e.type){case"CREATE_CHART":this.addFigure(e.id,e.sheetId,e.position,e.size),this.addChart(e.id,e.definition);break;case"UPDATE_CHART":this.addChart(e.id,e.definition);break;case"DUPLICATE_SHEET":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("chart"===o.tag){const t=o.id.split(Y).pop(),s=`${e.sheetIdTo}${Y}${t}`,n=this.charts[o.id]?.copyForSheetId(e.sheetIdTo);n&&this.dispatch("CREATE_CHART",{id:s,position:{x:o.x,y:o.y},size:{width:o.width,height:o.height},definition:n.getDefinition(),sheetId:e.sheetIdTo})}break}case"DELETE_FIGURE":this.history.update("charts",e.id,void 0);break;case"DELETE_SHEET":for(let t of this.getChartIds(e.sheetId))this.history.update("charts",t,void 0)}}getContextCreationChart(e){return this.charts[e]?.getContextCreation()}getChart(e){return this.charts[e]}getChartType(e){const t=this.charts[e]?.type;if(!t)throw new Error("Chart not defined.");return t}isChartDefined(e){return e in this.charts&&void 0!==this.charts}getChartIds(e){return Object.entries(this.charts).filter((([,t])=>t?.sheetId===e)).map((([e])=>e))}getChartDefinition(e){const t=this.charts[e]?.getDefinition();if(!t)throw new Error(`There is no chart with the given figureId: ${e}`);return t}import(e){for(let t of e.sheets)if(t.figures)for(let e of t.figures)"chart"===e.tag&&(this.charts[e.id]=this.createChart(e.id,e.data,t.id))}export(e){if(e.sheets)for(let t of e.sheets){const e=this.getters.getFigures(t.id),o=[];for(let t of e){const e=t;if(e&&"chart"===e.tag){const t=this.charts[e.id]?.getDefinition();t&&(e.data=t,o.push(e))}else o.push(e)}t.figures=o}}addFigure(e,t,o={x:0,y:0},s={width:536,height:335}){if(this.getters.getFigure(t,e))return;const n={id:e,x:o.x,y:o.y,width:s.width,height:s.height,tag:"chart"};this.dispatch("CREATE_FIGURE",{sheetId:t,figure:n})}addChart(e,t){const o=this.getters.getFigureSheetId(e);o&&this.history.update("charts",e,this.createChart(e,t,o))}checkChartDuplicate(e){return this.getters.getFigureSheetId(e.id)?"DuplicatedChartId":"Success"}checkChartExists(e){return this.getters.getFigureSheetId(e.id)?"Success":"ChartDoesNotExist"}}).add("image",class extends vx{static getters=["getImage","getImagePath","getImageSize"];fileStore;images={};syncedImages=new Set;constructor(e){super(e),this.fileStore=e.external.fileStore}allowDispatch(e){return"CREATE_IMAGE"===e.type&&this.getters.getFigure(e.sheetId,e.figureId)?"InvalidFigureId":"Success"}handle(e){switch(e.type){case"CREATE_IMAGE":this.addImage(e.figureId,e.sheetId,e.position,e.size),this.history.update("images",e.sheetId,e.figureId,e.definition),this.syncedImages.add(e.definition.path);break;case"DUPLICATE_SHEET":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("image"===o.tag){const t=o.id.split(Y).pop(),s=`${e.sheetIdTo}${Y}${t}`,n=this.getImage(o.id);if(n){const t={width:o.width,height:o.height};this.dispatch("CREATE_IMAGE",{sheetId:e.sheetIdTo,figureId:s,position:{x:o.x,y:o.y},size:t,definition:le(n)})}}break}case"DELETE_FIGURE":this.history.update("images",e.sheetId,e.id,void 0);break;case"DELETE_SHEET":this.history.update("images",e.sheetId,void 0)}}garbageCollectExternalResources(){const e=new Set(this.getAllImages().map((e=>e.path)));for(const t of this.syncedImages)e.has(t)||this.fileStore?.delete(t)}getImage(e){for(const t of Object.values(this.images))if(t&&t[e])return t[e];throw new Error(`There is no image with the given figureId: ${e}`)}getImagePath(e){return this.getImage(e).path}getImageSize(e){return this.getImage(e).size}addImage(e,t,o,s){const n={id:e,x:o.x,y:o.y,width:s.width,height:s.height,tag:"image"};this.dispatch("CREATE_FIGURE",{sheetId:t,figure:n})}import(e){for(const t of e.sheets){const e=(t.figures||[]).filter((e=>"image"===e.tag));for(const o of e)this.history.update("images",t.id,o.id,o.data),this.syncedImages.add(o.data.path)}}export(e){for(const t of e.sheets){const e=t.figures.filter((e=>"image"===e.tag));for(const o of e)o.data=this.images[t.id]?.[o.id]}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const t of e)if("image"===t?.tag){const e=this.getImage(t.id);e&&o.push({...t,data:le(e)})}t.images=[...t.images,...o]}}getAllImages(){const e=[];for(const t in this.images)e.push(...Object.values(this.images[t]||{}).filter(Ie));return e}}).add("dataValidation",class extends vx{static getters=["cellHasListDataValidationIcon","getDataValidationRule","getDataValidationRules","getValidationRuleForCell"];rules={};adaptRanges(e,t){const o=t?[t]:Object.keys(this.rules);for(const t of o)this.loopThroughRangesOfSheet(t,e)}loopThroughRangesOfSheet(e,t){for(let o=this.rules[e].length-1;o>=0;o--){const s=this.rules[e][o];for(let n=s.ranges.length-1;n>=0;n--){const i=t(s.ranges[n]);switch(i.changeType){case"REMOVE":if(1===s.ranges.length)this.removeDataValidationRule(e,s.id);else{const t=s.ranges.slice();t.splice(n,1),this.history.update("rules",e,o,"ranges",t)}break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("rules",e,o,"ranges",n,i.range)}}}}allowDispatch(e){switch(e.type){case"ADD_DATA_VALIDATION_RULE":return this.checkValidations(e,this.chainValidations(this.checkCriterionTypeIsValid,this.checkCriterionHasValidNumberOfValues,this.checkCriterionValuesAreValid));case"REMOVE_DATA_VALIDATION_RULE":if(!this.rules[e.sheetId].find((t=>t.id===e.id)))return"UnknownDataValidationRule"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("rules",e.sheetId,[]);break;case"DUPLICATE_SHEET":{const t=le(this.rules[e.sheetId]).map((t=>({...t,ranges:t.ranges.map((t=>Dn(e.sheetId,e.sheetIdTo,t)))})));this.history.update("rules",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.rules};delete t[e.sheetId],this.history.update("rules",t);break}case"REMOVE_DATA_VALIDATION_RULE":this.removeDataValidationRule(e.sheetId,e.id);break;case"ADD_DATA_VALIDATION_RULE":{const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e)));this.addDataValidationRule(e.sheetId,{...e.rule,ranges:t});break}}}getDataValidationRules(e){return this.rules[e]}getDataValidationRule(e,t){return this.rules[e].find((e=>e.id===t))}getValidationRuleForCell({sheetId:e,col:t,row:o}){if(this.rules[e])for(const s of this.rules[e])for(const e of s.ranges)if(Sn(t,o,e.zone))return s}cellHasListDataValidationIcon(e){const t=this.getValidationRuleForCell(e);return!!t&&(("isValueInList"===t.criterion.type||"isValueInRange"===t.criterion.type)&&"arrow"===t.criterion.displayStyle)}addDataValidationRule(e,t){const o=this.rules[e];"isBoolean"===t.criterion.type&&this.setCenterStyleToBooleanCells(t);const s=this.removeRangesFromRules(e,t.ranges,o),n=s.findIndex((e=>e.id===t.id));-1!==n?(s[n]=t,this.history.update("rules",e,s)):this.history.update("rules",e,[...s,t])}removeRangesFromRules(e,t,o){o=le(o);const s=t.map((t=>this.getters.getRangeString(t,e)));for(const t of o){const o=t.ranges.map((t=>this.getters.getRangeString(t,e)));t.ranges=En(o,s).map((t=>this.getters.getRangeFromSheetXC(e,t)))}return o.filter((e=>e.ranges.length>0))}removeDataValidationRule(e,t){const o=this.rules[e].filter((e=>e.id!==t));this.history.update("rules",e,o)}setCenterStyleToBooleanCells(e){for(const t of Pn(e.ranges)){const e=this.getters.getCell(t),{sheetId:o,col:s,row:n}=t,i={...e?.style,align:e?.style?.align??"center",verticalAlign:e?.style?.verticalAlign??"middle"};this.dispatch("UPDATE_CELL",{sheetId:o,col:s,row:n,style:i})}}import(e){for(const t of e.sheets)if(this.rules[t.id]=[],t.dataValidationRules)for(const e of t.dataValidationRules)this.rules[t.id].push({...e,ranges:e.ranges.map((e=>this.getters.getRangeFromSheetXC(t.id,e)))})}export(e){if(e.sheets)for(const t of e.sheets){t.dataValidationRules=[];for(const e of this.rules[t.id])t.dataValidationRules.push({...e,ranges:e.ranges.map((e=>this.getters.getRangeString(e,t.id)))})}}checkCriterionTypeIsValid(e){return dC.contains(e.rule.criterion.type)?"Success":"UnknownDataValidationCriterionType"}checkCriterionHasValidNumberOfValues(e){const t=e.rule.criterion,o=dC.get(t.type).numberOfValues(t);return void 0!==o&&t.values.length!==o?"InvalidNumberOfCriterionValues":"Success"}checkCriterionValuesAreValid(e){const t=e.rule.criterion,o=dC.get(t.type);return t.values.some((e=>e.startsWith("=")?"onlyLiterals"===o.allowedValues:"onlyFormulas"===o.allowedValues||!o.isCriterionValueValid(e)))?"InvalidDataValidationCriterionValue":"Success"}}),RR=(new ki).add("ui_sheet",class extends iI{static getters=["doesCellHaveGridIcon","getCellWidth","getTextWidth","getCellText","getCellMultiLineText","getContiguousZone","isEvaluatedCellEmpty"];ctx=document.createElement("canvas").getContext("2d");allowDispatch(e){return this.chainValidations(this.checkSheetExists,this.checkZonesAreInSheet)(e)}handle(e){switch(e.type){case"AUTORESIZE_COLUMNS":for(let t of e.cols){const o=this.getColMaxWidth(e.sheetId,t);0!==o&&this.dispatch("RESIZE_COLUMNS_ROWS",{elements:[t],dimension:"COL",size:o,sheetId:e.sheetId})}break;case"AUTORESIZE_ROWS":for(let t of e.rows)this.dispatch("RESIZE_COLUMNS_ROWS",{elements:[t],dimension:"ROW",size:null,sheetId:e.sheetId})}}getCellWidth(e){const t=this.getters.getCellComputedStyle(e);let o=0;const s=this.getters.getEvaluatedCell(e).formattedValue;if(s){const e=Yn(this.ctx,s,t,void 0);o+=Math.max(...e.map((e=>Gn(this.ctx,e,t))))}if(this.getters.getConditionalIcon(e)&&(o+=function(e){return qn(e)+8}(t)),this.getters.doesCellHaveGridIcon(e)&&(o+=20),0===o)return 0;if(o+=2*M,"wrap"===t.wrapping){const t=this.getters.getColSize(this.getters.getActiveSheetId(),e.col);return Math.min(t,o)}return o}getTextWidth(e,t){return Gn(this.ctx,e,t)}getCellText(e,t=!1){const o=this.getters.getCell(e);return t&&o?.isFormula?aa(o.content,this.getters.getLocale()):this.getters.getEvaluatedCell(e).formattedValue}getCellMultiLineText(e,t){const o=this.getters.getCellStyle(e),s=this.getters.getCellText(e,this.getters.shouldShowFormulas());return Yn(this.ctx,s,o,t)}doesCellHaveGridIcon(e){const t=this.getters.isFilterHeader(e),o=!this.getters.isReadonly()&&this.getters.cellHasListDataValidationIcon(e);return t||o}getContiguousZone(e,t){const o=t=>{for(const o of ue(t.left,t.right+1)){if(!this.isCellEmpty({sheetId:e,col:o,row:t.top-1}))return{...t,top:t.top-1};if(!this.isCellEmpty({sheetId:e,col:o,row:t.bottom+1}))return{...t,bottom:t.bottom+1}}for(const o of ue(t.top,t.bottom+1)){if(!this.isCellEmpty({sheetId:e,col:t.left-1,row:o}))return{...t,left:t.left-1};if(!this.isCellEmpty({sheetId:e,col:t.right+1,row:o}))return{...t,right:t.right+1}}return t};let s=!1,n=t;do{s=!1;const e=o(n);vn(n,e)||(s=!0,n=e)}while(s);return n}isEvaluatedCellEmpty(e){const t=this.getters.getMainCellPosition(e);return this.getters.getEvaluatedCell(t).type===Qt.empty}isCellEmpty(e){const t=this.getters.getMainCellPosition(e);return!(this.getters.getCorrespondingFormulaCell(t)||this.getters.getCell(t)?.content)}getColMaxWidth(e,t){const o=In(this.getters.getColsZone(e,t,t)).map((t=>this.getCellWidth({sheetId:e,...t})));return Math.max(0,...o)}checkSheetExists(e){return"sheetId"in e&&void 0===this.getters.tryGetSheet(e.sheetId)?"InvalidSheetId":"Success"}checkZonesAreInSheet(e){const t="sheetId"in e?e.sheetId:this.getters.tryGetActiveSheetId(),o=this.getters.getCommandZones(e);return!t&&o.length>0?"NoActiveSheet":t&&o.length>0?this.getters.checkZonesExistInSheet(t,o):"Success"}}).add("ui_options",class extends iI{static getters=["shouldShowFormulas"];showFormulas=!1;handle(e){if("SET_FORMULA_VISIBILITY"===e.type)this.showFormulas=e.show}shouldShowFormulas(){return this.showFormulas}}).add("selectionInputManager",class extends iI{config;static layers=[1];static getters=["getSelectionInput","getSelectionInputValue","isRangeValid","getSelectionInputHighlights"];inputs={};focusedInputId=null;get currentInput(){return this.focusedInputId?this.inputs[this.focusedInputId]:null}constructor(e){super(e),this.config=e}allowDispatch(e){switch(e.type){case"FOCUS_RANGE":case"CHANGE_RANGE":case"ADD_EMPTY_RANGE":case"REMOVE_RANGE":if(!this.inputs[e.id])return"InvalidInputId"}switch(e.type){case"FOCUS_RANGE":const t=this.currentInput?.getIndex(e.rangeId);if(this.focusedInputId===e.id&&this.currentInput?.focusedRangeIndex===t)return"InputAlreadyFocused";break;case"ADD_RANGE":case"ADD_EMPTY_RANGE":const o=this.inputs[e.id];if(o.inputHasSingleRange&&1===o.ranges.length)return"MaximumRangesReached";break;case"REMOVE_RANGE":if(1===this.inputs[e.id].ranges.length)return"MinimumRangesReached";break;case"CHANGE_RANGE":if(this.inputs[e.id].inputHasSingleRange&&e.value.split(",").length>1)return"MaximumRangesReached";break}return"Success"}handle(e){switch(e.type){case"ENABLE_NEW_SELECTION_INPUT":this.initInput(e.id,e.initialRanges||[],e.hasSingleRange);break;case"DISABLE_SELECTION_INPUT":this.focusedInputId===e.id&&this.unfocus(),delete this.inputs[e.id];break;case"UNFOCUS_SELECTION_INPUT":this.unfocus();break;case"ADD_RANGE":case"ADD_EMPTY_RANGE":case"REMOVE_RANGE":if(e.id!==this.focusedInputId){const t=this.inputs[e.id];this.selection.capture(t,{cell:{col:0,row:0},zone:On({col:0,row:0})},{handleEvent:t.handleEvent.bind(t),release:()=>this.focusedInputId=null}),this.focusedInputId=e.id}break;case"FOCUS_RANGE":case"CHANGE_RANGE":const t=this.inputs[e.id],o=t.ranges.find((t=>t.id===e.rangeId));if(o){const e=this.getters.getActiveSheetId(),s=this.getters.getRangeFromSheetXC(e,o?.xc||"A1").zone;this.selection.capture(t,{cell:{col:s.left,row:s.top},zone:s},{handleEvent:t.handleEvent.bind(t),release:()=>this.focusedInputId=null})}this.focusedInputId=e.id}this.currentInput?.handle(e)}getSelectionInput(e){return this.inputs[e]?this.inputs[e].ranges.map(((t,o)=>Object.assign({},t,{color:this.focusedInputId===e&&null!==this.inputs[e].focusedRangeIndex&&this.isRangeValid(t.xc)?t.color:null,isFocused:this.focusedInputId===e&&this.inputs[e].focusedRangeIndex===o}))):[]}isRangeValid(e){if(!e)return!1;const{xc:t,sheetName:o}=sn(e);return null!==t.match(Ks)&&(!o||void 0!==this.getters.getSheetIdByName(o))}getSelectionInputValue(e){return this.inputs[e].getSelectionInputValue()}getSelectionInputHighlights(){return this.focusedInputId?this.inputs[this.focusedInputId].getSelectionInputHighlights():[]}initInput(e,t,o=!1){if(this.inputs[e]&&this.unfocus(),this.inputs[e]=new sR(this.config,t,o),0===t.length){const t=this.inputs[e],o={zone:On({col:0,row:0}),cell:{col:0,row:0}};this.selection.capture(t,o,{handleEvent:t.handleEvent.bind(t),release:()=>{this.focusedInputId=null,t.focusedRangeIndex=null}}),this.focusedInputId=e}}unfocus(){this.selection.release(this.currentInput),this.focusedInputId=null}}).add("highlight",class extends iI{static layers=[1];static getters=["getHighlights"];getHighlights(){return this.prepareHighlights(this.getters.getComposerHighlights().concat(this.getters.getSelectionInputHighlights()))}prepareHighlights(e){return e.filter((e=>e.zone.top>=0&&e.zone.left>=0&&e.zone.bottom<this.getters.getNumberRows(e.sheetId)&&e.zone.right<this.getters.getNumberCols(e.sheetId))).map((e=>{const{numberOfRows:t,numberOfCols:o}=yn(e.zone),s=t*o==1?this.getters.expandZone(e.sheetId,e.zone):e.zone;return{...e,zone:s}}))}drawGrid(e){const{ctx:t,thinLineWidth:o}=e,s=this.getters.getActiveSheetId(),n=3*o;t.lineWidth=n;const i=this.getHighlights();for(let e of i.filter(((e,t)=>i.findIndex((t=>vn(t.zone,e.zone)&&t.sheetId===s))===t))){const{x:o,y:s,width:i,height:r}=this.getters.getVisibleRect(e.zone);i>0&&r>0&&(t.strokeStyle=e.color,t.strokeRect(o+n/2,s+n/2,i-n,r-n),t.globalCompositeOperation="source-over",t.fillStyle=e.color+"20",t.fillRect(o+n,s+n,i-2*n,r-2*n))}}}).add("grid renderer",class extends iI{static layers=[0,7];static getters=["getColDimensionsInViewport","getRowDimensionsInViewport"];boxes=[];getColDimensionsInViewport(e,t){const o=Math.min(...this.getters.getSheetViewVisibleCols()),s=this.getters.getColRowOffsetInViewport("COL",o,t),n=this.getters.getColSize(e,t);return{start:s,size:n,end:s+(this.getters.isColHidden(e,t)?0:n)}}getRowDimensionsInViewport(e,t){const o=Math.min(...this.getters.getSheetViewVisibleRows()),s=this.getters.getColRowOffsetInViewport("ROW",o,t),n=this.getters.getRowSize(e,t);return{start:s,size:n,end:s+(this.getters.isRowHidden(e,t)?0:n)}}getHeaderOffset(e,t,o){let s=this.getters.getColRowOffsetInViewport(e,t,o);return this.getters.isDashboard()||(s+="ROW"===e?I:R),s}drawGrid(e,t){switch(t){case 0:this.boxes=this.getGridBoxes(),this.drawBackground(e),this.drawOverflowingCellBackground(e),this.drawCellBackground(e),this.drawBorders(e),this.drawTexts(e),this.drawIcon(e),this.drawFrozenPanes(e);break;case 7:this.getters.isDashboard()||(this.drawHeaders(e),this.drawFrozenPanesHeaders(e))}}drawBackground(e){const{ctx:t,thinLineWidth:s}=e,{width:n,height:i}=this.getters.getSheetViewDimensionWithHeaders();t.fillStyle="#ffffff",t.fillRect(0,0,n+o,i+o);const r=!this.getters.isDashboard()&&this.getters.getGridLinesVisibility(this.getters.getActiveSheetId()),a=r?.1*s:0;if(r)for(const e of this.boxes)t.strokeStyle="#E2E3E3",t.lineWidth=s,t.strokeRect(e.x+a,e.y+a,e.width-2*a,e.height-2*a)}drawCellBackground(e){const{ctx:t}=e;for(const e of this.boxes){let o=e.style;o.fillColor&&"#ffffff"!==o.fillColor&&(t.fillStyle=o.fillColor||"#ffffff",t.fillRect(e.x,e.y,e.width,e.height)),e.isError&&(t.fillStyle="red",t.beginPath(),t.moveTo(e.x+e.width-5,e.y),t.lineTo(e.x+e.width,e.y),t.lineTo(e.x+e.width,e.y+5),t.fill())}}drawOverflowingCellBackground(e){const{ctx:t,thinLineWidth:o}=e;for(const e of this.boxes)if(e.content&&e.isOverflow){const s=e.content.align||"left";let n,i;const r=e.y+o/2,a=e.height-o,l=Math.min(e.clipRect?.width||1/0,e.content.width);"left"===s?(n=e.x+o/2,i=l-2*o):"right"===s?(n=e.x+e.width-o/2,i=2*o-l):(n=(e.clipRect?.x||e.x+e.width/2-e.content.width/2)+o/2,i=l-2*o),t.fillStyle="#ffffff",t.fillRect(n,r,i,a)}}drawBorders(e){const{ctx:t}=e;for(let e of this.boxes){const t=e.border;if(t){const{x:s,y:n,width:i,height:r}=e;t.left&&o(t.left,s,n,s,n+r),t.top&&o(t.top,s,n,s+i,n),t.right&&o(t.right,s+i,n,s+i,n+r),t.bottom&&o(t.bottom,s,n+r,s+i,n+r)}}function o({style:e,color:o},s,n,i,r){switch(t.strokeStyle=o,e){case"medium":t.lineWidth=2,n+=(s+=n===r?-.5:.5)===(i+=n===r?1.5:.5)?-.5:.5,r+=s===i?1.5:.5;break;case"thick":t.lineWidth=3,n===r&&(s--,i++),s===i&&(n--,r++);break;case"dashed":t.lineWidth=1,t.setLineDash([1,3]);break;case"dotted":t.lineWidth=1,n===r&&(s+=.5,i+=.5),s===i&&(n+=.5,r+=.5),t.setLineDash([1,1]);break;default:t.lineWidth=1}t.beginPath(),t.moveTo(s,n),t.lineTo(i,r),t.stroke(),t.lineWidth=1,t.setLineDash([])}}drawTexts(e){const{ctx:t}=e;let o;t.textBaseline="top";for(let e of this.boxes)if(e.content){const s=e.style||{},n=e.content.align||"left",i=Wn(s);i!==o&&(o=i,t.font=i),t.fillStyle=s.textColor||"#000";let r=e.x;if(r+="left"===n?_+(e.image?e.image.size+4:0):"right"===n?e.width-_-(e.hasIcon?19:0):e.width/2,t.textAlign=n,e.clipRect){t.save(),t.beginPath();const{x:o,y:s,width:n,height:i}=e.clipRect;t.rect(o,s,n,i),t.clip()}const a=qn(s),l=e.content.textLines.length;let c=this.computeTextYCoordinate(e,a,l);for(let o of e.content.textLines)Kn(t,o,{x:Math.round(r),y:Math.round(c)},s.underline,s.strikethrough),c+=_+a;e.clipRect&&t.restore()}}drawIcon(e){const{ctx:t}=e;for(const e of this.boxes)if(e.image){const o=e.image.image;if(e.image.clipIcon){t.save(),t.beginPath();const{x:o,y:s,width:n,height:i}=e.image.clipIcon;t.rect(o,s,n,i),t.clip()}const s=e.image.size,n=this.computeTextYCoordinate(e,s);t.drawImage(o,e.x+4,n,s,s),e.image.clipIcon&&t.restore()}}computeTextYCoordinate(e,t,o=1){const s=e.y+1,n=Hn(t,o),i=e.height>n+2*_,r=e.verticalAlign||k;if(i){if("middle"===r)return s+(e.height-n)/2;if("bottom"===r)return s+e.height-n-_}return s+_}drawHeaders(e){const{ctx:t,thinLineWidth:o}=e,s=this.getters.getSheetViewVisibleCols(),l=s[0],c=s[s.length-1],h=this.getters.getSheetViewVisibleRows(),d=h[0],u=h[h.length-1],{width:g,height:p}=this.getters.getSheetViewDimensionWithHeaders(),b=this.getters.getSelectedZones(),S=function(e){const t=new Set;for(let o of e)for(let e of ue(o.left,o.right+1))t.add(e);return t}(b),C=function(e){const t=new Set;for(let o of e)for(let e of ue(o.top,o.bottom+1))t.add(e);return t}(b),E=this.getters.getActiveSheetId(),w=this.getters.getNumberCols(E),y=this.getters.getNumberRows(E),x=this.getters.getActiveCols(),T=this.getters.getActiveRows();t.font=`400 11px ${H}`,t.textAlign="center",t.textBaseline="middle",t.lineWidth=o,t.strokeStyle="#333";for(let e=l;e<=c;e++){const o={left:e,right:e,top:0,bottom:y-1},{x:s,width:a}=this.getters.getVisibleRect(o),l=this.getters.doesZonesContainFilter(E,[o]),c=x.has(e),h=S.has(e);t.fillStyle=c?l?m:r:h?l?v:i:l?f:n,t.fillRect(s,0,a,I)}for(let e=d;e<=u;e++){const o={top:e,bottom:e,left:0,right:w-1},{y:s,height:a}=this.getters.getVisibleRect(o),l=this.getters.doesZonesContainFilter(E,[o]),c=T.has(e),h=C.has(e);t.fillStyle=c?l?m:r:h?l?v:i:l?f:n,t.fillRect(0,s,R,a)}t.beginPath(),t.moveTo(R,0),t.lineTo(R,p),t.moveTo(0,I),t.lineTo(g,I),t.strokeStyle="#C0C0C0",t.stroke(),t.beginPath();for(const e of s){const o=this.getters.getColSize(E,e),s=rt(e);t.fillStyle=x.has(e)?"#fff":a;let n=this.getHeaderOffset("COL",l,e);t.fillText(s,n+o/2,13),t.moveTo(n+o,0),t.lineTo(n+o,I)}for(const e of h){const o=this.getters.getRowSize(E,e);t.fillStyle=T.has(e)?"#fff":a;let s=this.getHeaderOffset("ROW",d,e);t.fillText(String(e+1),24,s+o/2),t.moveTo(0,s+o),t.lineTo(R,s+o)}t.stroke()}drawFrozenPanesHeaders(e){const{ctx:t,thinLineWidth:o}=e,{x:s,y:n}=this.getters.getMainViewportCoordinates(),i=this.getters.isDashboard()?0:R,r=this.getters.isDashboard()?0:I;t.lineWidth=6*o,t.strokeStyle=w,t.beginPath(),s&&(t.moveTo(i+s,0),t.lineTo(i+s,r)),n&&(t.moveTo(0,r+n),t.lineTo(i,r+n)),t.stroke()}drawFrozenPanes(e){const{ctx:t,thinLineWidth:o}=e,{x:s,y:n}=this.getters.getMainViewportCoordinates(),i=this.getters.getSheetViewVisibleCols(),r=i[0],a=i[i.length-1],l=this.getters.getSheetViewVisibleRows(),c={left:r,right:a,top:l[0],bottom:l[l.length-1]},h=this.getters.getVisibleRect(c),d=this.getters.isDashboard()?0:R,u=this.getters.isDashboard()?0:I;t.lineWidth=6*o,t.strokeStyle="#DADFE8",t.beginPath(),s&&(t.moveTo(d+s,u),t.lineTo(d+s,h.height+u)),n&&(t.moveTo(d,u+n),t.lineTo(h.width+d,u+n)),t.stroke()}findNextEmptyCol(e,t,o){const s=this.getters.getActiveSheetId();let n=e;for(;n<t;){const e={sheetId:s,col:n+1,row:o},t=this.getters.getEvaluatedCell(e),i=this.getters.getCellBorderWithFilterBorder(e),r=this.getters.doesCellHaveGridIcon(e),a=this.getters.isCellValidCheckbox(e);if(t.type!==Qt.empty||this.getters.isInMerge(e)||i?.left||r||a)return n;n++}return n}findPreviousEmptyCol(e,t,o){const s=this.getters.getActiveSheetId();let n=e;for(;n>t;){const e={sheetId:s,col:n-1,row:o},t=this.getters.getEvaluatedCell(e),i=this.getters.getCellBorderWithFilterBorder(e),r=this.getters.doesCellHaveGridIcon(e),a=this.getters.isCellValidCheckbox(e);if(t.type!==Qt.empty||this.getters.isInMerge(e)||i?.right||r||a)return n;n--}return n}computeCellAlignment(e,t){const o=this.getters.getCell(e);if(o?.isFormula&&this.getters.shouldShowFormulas())return"left";const{align:s}=this.getters.getCellStyle(e),n=this.getters.getEvaluatedCell(e);return t&&n.type===Qt.number?"center"!==s?"left":s:s||n.defaultAlign}createZoneBox(e,t,o){const{left:s,right:n}=o,i=t.left,r=t.top,a={sheetId:e,col:i,row:r},l=this.getters.getEvaluatedCell(a),c=this.getters.shouldShowFormulas(),{x:h,y:d,width:u,height:g}=this.getters.getVisibleRect(t),{verticalAlign:p}=this.getters.getCellStyle(a),m={x:h,y:d,width:u,height:g,border:this.getters.getCellBorderWithFilterBorder(a)||void 0,style:this.getters.getCellComputedStyle(a),verticalAlign:p,isError:l.type===Qt.error&&!!l.message||this.getters.isDataValidationInvalid(a)};if(l.type===Qt.empty||this.getters.isCellValidCheckbox(a))return m;const f=this.getters.getConditionalIcon(a),v=qn(m.style),b=f?4+v:0;f&&(m.image={type:"icon",size:v,clipIcon:{x:m.x,y:m.y,width:Math.min(b,u),height:g},image:ZS[f].img}),m.hasIcon=this.getters.doesCellHaveGridIcon(a);const S=m.hasIcon?19:0,C=this.getters.getCellComputedStyle(a),E=C.wrapping||"overflow",w="wrap"!==E||c?void 0:u-2*_,y=this.getters.getCellMultiLineText(a,w),x=Math.max(...y.map((e=>this.getters.getTextWidth(e,C)+_))),I=b+x+S,R=this.computeCellAlignment(a,I>u);m.content={textLines:y,width:"overflow"===E?x:u,align:R};const T=I>u||v>g;if(f||m.hasIcon)m.clipRect={x:m.x+b,y:m.y,width:Math.max(0,u-b-S),height:g};else if(T&&"overflow"===E){let e,o;switch(this.getters.isInMerge(a)?(e=this.getters.getMerge(a).right,o=i):(e=this.findNextEmptyCol(i,n,r),o=this.findPreviousEmptyCol(i,s,r),m.isOverflow=!0),R){case"left":{const o=On({col:e,row:r}),{x:s,y:n,width:i,height:a}=this.getters.getVisibleRect(mn(t,o));(i<I||v>a||y.length>1)&&(m.clipRect={x:s,y:n,width:i,height:a});break}case"right":{const e=On({col:o,row:r}),{x:s,y:n,width:i,height:a}=this.getters.getVisibleRect(mn(t,e));(i<I||v>a||y.length>1)&&(m.clipRect={x:s,y:n,width:i,height:a});break}case"center":{const s={...t,left:o,right:e},{x:n,y:i,height:r,width:a}=this.getters.getVisibleRect(s),l=I/2,c=m.x+m.width/2;if(n+a<c+l||n>c-l||v>r||y.length>1){const e=n>c-l?n:c-l,t=n+a-e;m.clipRect={x:e,y:i,width:t,height:r}}break}}}else("clip"===E||"wrap"===E||y.length>1)&&(m.clipRect={x:m.x,y:m.y,width:u,height:g});return m}getGridBoxes(){const e=[],t=this.getters.getSheetViewVisibleCols(),o=t[0],s=t[t.length-1],n=this.getters.getSheetViewVisibleRows(),i={left:o,right:s,top:n[0],bottom:n[n.length-1]},r=this.getters.getActiveSheetId();for(const o of n)for(const s of t){const t={sheetId:r,col:s,row:o};this.getters.isInMerge(t)||e.push(this.createZoneBox(r,On(t),i))}for(const t of this.getters.getMerges(r))if(!this.getters.isMergeHidden(r,t)&&bn(t,i)){const o=this.createZoneBox(r,t,i),s=this.getters.getCellBorder({sheetId:r,col:t.right,row:t.bottom});o.border={...o.border,bottom:s?s.bottom:void 0,right:s?s.right:void 0},o.isMerge=!0,e.push(o)}return e}}).add("autofill",class extends iI{static layers=[5];static getters=["getAutofillTooltip"];autofillZone;steps;lastCellSelected={};direction;tooltip;allowDispatch(e){if("AUTOFILL_SELECT"===e.type){const t=this.getters.getActiveSheetId();return this.lastCellSelected.col=-1===e.col?this.lastCellSelected.col:de(e.col,0,this.getters.getNumberCols(t)),this.lastCellSelected.row=-1===e.row?this.lastCellSelected.row:de(e.row,0,this.getters.getNumberRows(t)),void 0!==this.lastCellSelected.col&&void 0!==this.lastCellSelected.row?"Success":"InvalidAutofillSelection"}return"Success"}handle(e){switch(e.type){case"AUTOFILL":this.autofill(!0);break;case"AUTOFILL_SELECT":this.select(e.col,e.row);break;case"AUTOFILL_AUTO":this.autofillAuto();break;case"AUTOFILL_CELL":this.autoFillMerge(e.originCol,e.originRow,e.col,e.row);const t=this.getters.getActiveSheetId();this.dispatch("UPDATE_CELL",{sheetId:t,col:e.col,row:e.row,style:e.style||null,content:e.content||"",format:e.format||""}),this.dispatch("SET_BORDER",{sheetId:t,col:e.col,row:e.row,border:e.border}),this.autofillCF(e.originCol,e.originRow,e.col,e.row),this.autofillDV(e.originCol,e.originRow,e.col,e.row)}}getAutofillTooltip(){return this.tooltip}autofill(e){if(!this.autofillZone||!this.steps||void 0===this.direction)return void(this.tooltip=void 0);const t=this.getters.getSelectedZone(),o=this.autofillZone;switch(this.direction){case"down":for(let s=t.left;s<=t.right;s++){const n=[];for(let e=t.top;e<=t.bottom;e++)n.push(ut(s,e));const i=this.createGenerator(n);for(let t=o.top;t<=o.bottom;t++)this.computeNewCell(i,s,t,e)}break;case"up":for(let s=t.left;s<=t.right;s++){const n=[];for(let e=t.bottom;e>=t.top;e--)n.push(ut(s,e));const i=this.createGenerator(n);for(let t=o.bottom;t>=o.top;t--)this.computeNewCell(i,s,t,e)}break;case"left":for(let s=t.top;s<=t.bottom;s++){const n=[];for(let e=t.right;e>=t.left;e--)n.push(ut(e,s));const i=this.createGenerator(n);for(let t=o.right;t>=o.left;t--)this.computeNewCell(i,t,s,e)}break;case"right":for(let s=t.top;s<=t.bottom;s++){const n=[];for(let e=t.left;e<=t.right;e++)n.push(ut(e,s));const i=this.createGenerator(n);for(let t=o.left;t<=o.right;t++)this.computeNewCell(i,t,s,e)}}e&&(this.autofillZone=void 0,this.selection.resizeAnchorZone(this.direction,this.steps),this.lastCellSelected={},this.direction=void 0,this.steps=0,this.tooltip=void 0)}select(e,t){const o=this.getters.getSelectedZone();if(Sn(e,t,o))this.autofillZone=void 0;else{switch(this.direction=this.getDirection(e,t),this.direction){case"up":this.saveZone(t,o.top-1,o.left,o.right),this.steps=o.top-t;break;case"down":this.saveZone(o.bottom+1,t,o.left,o.right),this.steps=t-o.bottom;break;case"left":this.saveZone(o.top,o.bottom,e,o.left-1),this.steps=o.left-e;break;case"right":this.saveZone(o.top,o.bottom,o.right+1,e),this.steps=e-o.right}this.autofill(!1)}}autofillAuto(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();let o=e.left,s=e.bottom;if(o>0){let e={sheetId:t,col:o-1,row:s};for(;this.getters.getCorrespondingFormulaCell(e)||this.getters.getCell(e)?.content;)s+=1,e={sheetId:t,col:o-1,row:s}}if(s===e.bottom&&(o=e.right,o<=this.getters.getNumberCols(t))){let e={sheetId:t,col:o+1,row:s};for(;this.getters.getCorrespondingFormulaCell(e)||this.getters.getCell(e)?.content;)s+=1,e={sheetId:t,col:o+1,row:s}}s!==e.bottom&&(this.select(e.left,s-1),this.autofill(!0))}computeNewCell(e,t,o,s){const{cellData:n,tooltip:i,origin:r}=e.next(),{content:a,style:l,border:c,format:h}=n;this.tooltip=i,s&&this.dispatch("AUTOFILL_CELL",{originCol:r.col,originRow:r.row,col:t,row:o,content:a,style:l,border:c,format:h})}getRule(e,t){const o=er.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((o=>o.condition(e,t)));return o&&o.generateRule(e,t)}createGenerator(e){const t=[],o=[],s=this.getters.getActiveSheetId();for(let t of e){const{col:e,row:n}=dt(t),i=this.getters.getCell({sheetId:s,col:e,row:n});o.push({col:e,row:n,cell:i,sheetId:s})}const n=o.map((e=>e.cell));for(let e of o){let o={type:"COPY_MODIFIER"};if(e&&e.cell){o=this.getRule(e.cell,n)||o}const s=this.getters.getCellBorder(e)||void 0;t.push({data:{...e,border:s},rule:o})}return new UI(t,this.getters,this.direction)}saveZone(e,t,o,s){this.autofillZone={top:e,bottom:t,left:o,right:s}}getDirection(e,t){const o=this.getters.getSelectedZone(),s={up:{number:o.top-t,value:"up"},down:{number:t-o.bottom,value:"down"},left:{number:o.left-e,value:"left"},right:{number:e-o.right,value:"right"}};if(1===Object.values(s).map((e=>e.number>0?1:0)).reduce(((e,t)=>e+t)))return Object.values(s).find((e=>e.number>0?1:0)).value;const n=s.up.number>0?"up":"down",i=s.left.number>0?"left":"right";return Math.abs(s[n].number)>=Math.abs(s[i].number)?s[n].value:s[i].value}autoFillMerge(e,t,o,s){const n=this.getters.getActiveSheetId(),i={sheetId:n,col:o,row:s},r={sheetId:n,col:e,row:t};if(this.getters.isInMerge(i)&&!this.getters.isInMerge(r)){const e=this.getters.getMerge(i);e&&this.dispatch("REMOVE_MERGE",{sheetId:n,target:[e]})}const a=this.getters.getMerge(r);a?.topLeft.col===e&&a?.topLeft.row===t&&this.dispatch("ADD_MERGE",{sheetId:n,target:[{top:s,bottom:s+a.bottom-a.top,left:o,right:o+a.right-a.left}]})}autofillCF(e,t,o,s){const n=this.getters.getActiveSheetId(),i=this.getters.getRulesByCell(n,e,t);for(const e of i){const t=this.getters.getAdaptedCfRanges(n,e,[ut(o,s)],[]);t&&this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:le(e),ranges:t.map((e=>this.getters.getRangeDataFromXc(n,e))),sheetId:n})}}autofillDV(e,t,o,s){const n=this.getters.getActiveSheetId(),i={sheetId:n,col:e,row:t},r=this.getters.getValidationRuleForCell(i);if(!r)return;const a=r.ranges.map((e=>this.getters.getRangeString(e,n))),l=En(a.concat(ut(o,s)),[]);this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:r,ranges:l.map((e=>this.getters.getRangeDataFromXc(n,e))),sheetId:n})}drawGrid(e){if(!this.autofillZone)return;const{ctx:t,thinLineWidth:o}=e,{x:s,y:n,width:i,height:r}=this.getters.getVisibleRect(this.autofillZone);i>0&&r>0&&(t.strokeStyle="black",t.lineWidth=o,t.setLineDash([3]),t.strokeRect(s,n,i,r),t.setLineDash([]))}}).add("find_and_replace",class extends iI{static layers=[3];static getters=["getSearchMatches","getCurrentSelectedMatchIndex","getSearchOptions","getAllSheetMatchesCount","getActiveSheetMatchesCount","getSpecificRangeMatchesCount"];allSheetsMatches=[];activeSheetMatches=[];specificRangeMatches=[];selectedMatchIndex=null;currentSearchRegex=null;searchOptions={matchCase:!1,exactMatch:!1,searchFormulas:!1,searchScope:"allSheets",specificRange:void 0};toSearch="";isSearchDirty=!1;get searchMatches(){switch(this.searchOptions.searchScope){case"allSheets":return this.allSheetsMatches;case"activeSheet":return this.activeSheetMatches;case"specificRange":return this.specificRangeMatches}}handle(e){switch(e.type){case"UPDATE_SEARCH":const t=e.searchOptions.specificRange,o=t&&this.getters.getRangeFromRangeData(t);this.updateSearch(e.toSearch,{...e.searchOptions,specificRange:o});break;case"CLEAR_SEARCH":this.clearSearch();break;case"SELECT_SEARCH_PREVIOUS_MATCH":this.selectNextCell(oR.previous);break;case"SELECT_SEARCH_NEXT_MATCH":this.selectNextCell(oR.next);break;case"REPLACE_SEARCH":this.replace(e.replaceWith);break;case"REPLACE_ALL_SEARCH":this.replaceAll(e.replaceWith);break;case"UNDO":case"REDO":case"REMOVE_FILTER_TABLE":case"UPDATE_FILTER":case"REMOVE_COLUMNS_ROWS":case"HIDE_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"ADD_COLUMNS_ROWS":case"EVALUATE_CELLS":case"UPDATE_CELL":case"ACTIVATE_SHEET":this.isSearchDirty=!0}}finalize(){this.isSearchDirty&&(this.refreshSearch(!1),this.isSearchDirty=!1)}getSearchMatches(){return this.searchMatches}getCurrentSelectedMatchIndex(){return this.selectedMatchIndex}getSearchOptions(){return{...this.searchOptions,specificRange:this.searchOptions.specificRange?.rangeData}}getAllSheetMatchesCount(){return this.allSheetsMatches.length}getActiveSheetMatchesCount(){return this.activeSheetMatches.length}getSpecificRangeMatchesCount(){return this.specificRangeMatches.length}updateSearch(e,t){this.searchOptions=t,e!==this.toSearch&&(this.selectedMatchIndex=null),this.toSearch=e,this.updateRegex(),this.refreshSearch()}refreshSearch(e=!0){this.selectedMatchIndex=null,this.findMatches(),this.selectNextCell(oR.current,e)}updateRegex(){let e=ae(this.toSearch);const t=this.searchOptions.matchCase?"":"i";this.searchOptions.exactMatch&&(e=`^${e}$`),this.currentSearchRegex=RegExp(e,t)}getSheetsInSearchOrder(){switch(this.searchOptions.searchScope){case"allSheets":const e=this.getters.getSheetIds(),t=e.findIndex((e=>e===this.getters.getActiveSheetId()));return[e[t],...e.slice(t+1),...e.slice(0,t)];case"activeSheet":return[this.getters.getActiveSheetId()];case"specificRange":const o=this.searchOptions.specificRange;return o&&o?[o.sheetId]:[]}}findMatches(){const e=[];if(this.toSearch)for(const t of this.getters.getSheetIds())e.push(...this.findMatchesInSheet(t));if(this.allSheetsMatches=e,this.activeSheetMatches=e.filter((e=>e.sheetId===this.getters.getActiveSheetId())),this.searchOptions.specificRange){const{sheetId:t,zone:o}=this.searchOptions.specificRange;this.specificRangeMatches=e.filter((e=>e.sheetId===t&&Sn(e.col,e.row,o)))}else this.specificRangeMatches=[]}findMatchesInSheet(e){const t=[],{left:o,right:s,top:n,bottom:i}=this.getters.getSheetZone(e);for(let r=n;r<=i;r++)for(let n=o;n<=s;n++){const o=this.getters.isColHidden(e,n),s=this.getters.isRowHidden(e,r);if(o||s)continue;const i={sheetId:e,col:n,row:r};if(this.currentSearchRegex?.test(this.getSearchableString(i))){const o={sheetId:e,col:n,row:r};t.push(o)}}return t}selectNextCell(e,t=!0){const o=this.searchMatches;if(!o.length)return void(this.selectedMatchIndex=null);let s;if(null===this.selectedMatchIndex){let e=-1;for(const t of this.getSheetsInSearchOrder())if(e=o.findIndex((e=>e.sheetId===t)),-1!==e)break;s=e}else s=this.selectedMatchIndex+e;s=(s+o.length)%o.length,this.selectedMatchIndex=s;const n=o[s];t&&this.getters.getActiveSheetId()!==n.sheetId&&(this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getters.getActiveSheetId(),sheetIdTo:n.sheetId}),this.isSearchDirty=!1),this.selection.getBackToDefault(),this.selection.selectCell(n.col,n.row)}clearSearch(){this.toSearch="",this.selectedMatchIndex=null,this.currentSearchRegex=null,this.allSheetsMatches=[],this.activeSheetMatches=[],this.specificRangeMatches=[],this.searchOptions={matchCase:!1,exactMatch:!1,searchFormulas:!1,searchScope:"allSheets",specificRange:void 0}}replaceMatch(e,t){if(!this.currentSearchRegex)return;const o=this.getters.getCell(e);if(!o?.content)return;if(o?.isFormula&&!this.searchOptions.searchFormulas)return;const s=new RegExp(this.currentSearchRegex.source,this.currentSearchRegex.flags+"g"),n=sa(this.getSearchableString(e).replace(s,t),this.getters.getLocale());this.dispatch("UPDATE_CELL",{...e,content:n})}replace(e){if(null===this.selectedMatchIndex)return;const t=this.searchMatches[this.selectedMatchIndex];this.replaceMatch(t,e),this.selectNextCell(oR.next)}replaceAll(e){const t=this.searchMatches.length;for(let o=0;o<t;o++)this.replaceMatch(this.searchMatches[o],e)}getSearchableString(e){return this.getters.getCellText(e,this.searchOptions.searchFormulas)}drawGrid(e){const{ctx:t}=e,o=this.getters.getActiveSheetId();for(const[e,s]of this.searchMatches.entries()){if(s.sheetId!==o)continue;const n=this.getters.getMerge({sheetId:o,col:s.col,row:s.row}),i=n?n.left:s.col,r=n?n.right:s.col,a=n?n.top:s.row,l=n?n.bottom:s.row,{x:c,y:h,width:d,height:u}=this.getters.getVisibleRect({top:a,left:i,right:r,bottom:l});d>0&&u>0&&(t.fillStyle="#8B008B33",t.fillRect(c,h,d,u),e===this.selectedMatchIndex&&(t.strokeStyle=tR,t.strokeRect(c,h,d,u)))}if("specificRange"===this.searchOptions.searchScope){const e=this.searchOptions.specificRange;if(!e||e.sheetId!==o)return;const{x:s,y:n,width:i,height:r}=this.getters.getVisibleRect(e.zone);t.strokeStyle=tR,t.strokeRect(s,n,i,r)}}}).add("sort",class extends iI{allowDispatch(e){if("SORT_CELLS"===e.type){if(!Sn(e.col,e.row,e.zone))throw new Error(Xt("The anchor must be part of the provided zone"));return this.checkValidations(e,this.checkMerge,this.checkMergeSizes)}return"Success"}handle(e){if("SORT_CELLS"===e.type)this.sortZone(e.sheetId,e,e.zone,e.sortDirection,e.sortOptions||{})}checkMerge({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";return In(t).some((({col:t,row:o})=>!this.getters.isInMerge({sheetId:e,col:t,row:o})))?"InvalidSortZone":"Success"}checkMergeSizes({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";const o=this.getters.getMerges(e).filter((e=>bn(e,t))),s=yn(o[0]);let[n,i]=[s.numberOfCols,s.numberOfRows];return o.every((e=>{let[t,o]=[e.right-e.left+1,e.bottom-e.top+1];return t===n&&o===i}))?"Success":"InvalidSortZone"}hasHeader(e,t){if(1===t[0].length)return!1;let o=t.map((t=>t.map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).type))));return o[0][0]===Qt.empty&&(o=o.slice(1)),!o.some((e=>e[0]===Qt.empty))&&!!o.some((e=>e[1]!==Qt.empty&&e[0]!==e[1]))}sortZone(e,t,o,s,n){const[i,r]=this.mainCellsSteps(e,o);let a=this.getters.getMainCellPosition({sheetId:e,col:t.col,row:t.row}).col,l=Object.assign({},o),c=this.mainCells(e,o);!n.sortHeaders&&this.hasHeader(e,c)&&(l.top+=r),c=this.mainCells(e,l);const h=function(e,t,o){const s=e.map(((e,t)=>({index:t,type:e.type,value:e.value})));return(o?s.map((e=>e.type===Qt.empty?{...e,type:Qt.number,value:0}:e)):s).sort(Ng(t))}(c[a-l.left].map((e=>this.getters.getEvaluatedCell(e))),s,Boolean(n.emptyCellAsZero)),d=h.map((e=>e.index)),[u,g]=[c.length,c[0].length],p=[];for(let e=0;e<u;e++)for(let t=0;t<g;t++){let{col:o,row:s,sheetId:n}=c[e][d[t]];const a=this.getters.getCell({sheetId:n,col:o,row:s});let h=l.left+e*i,u=l.top+t*r,g={sheetId:n,col:h,row:u,content:""};if(a){let e=a.content;if(a.isFormula){const t=this.getters.getCellPosition(a.id);e=this.getters.getTranslatedCellFormula(n,0,u-t.row,a.compiledFormula)}g.style=a.style,g.content=e,g.format=a.format}p.push(g)}p.forEach((e=>this.dispatch("UPDATE_CELL",e)))}mainCellsSteps(e,t){const o=this.getters.getMerge({sheetId:e,col:t.left,row:t.top});return[o?o.right-o.left+1:1,o?o.bottom-o.top+1:1]}mainCells(e,t){const[o,s]=this.mainCellsSteps(e,t),n=[],i=ue(t.left,t.right+1,o),r=ue(t.top,t.bottom+1,s);for(const t of i){const o=[];n.push(o);for(const s of r)o.push({sheetId:e,col:t,row:s})}return n}}).add("automatic_sum",class extends iI{static getters=["getAutomaticSums"];handle(e){if("SUM_SELECTION"===e.type){const e=this.getters.getActiveSheetId(),{zones:t,anchor:o}=this.getters.getSelection();for(const s of t){const t=this.getAutomaticSums(e,s,o.cell);this.dispatchCellUpdates(e,t)}}}getAutomaticSums(e,t,o){return this.shouldFindData(e,t)?this.sumAdjacentData(e,t,o):this.sumData(e,t)}sumData(e,t){const o=this.dimensionsToSum(e,t),s=this.sumDimensions(e,t,o).filter((({zone:t})=>!this.getters.isEmpty(e,t)));return o.has("ROW")&&o.has("COL")&&s.push(this.sumTotal(t)),s}sumAdjacentData(e,t,o){const{col:s,row:n}=Sn(o.col,o.row,t)?o:{col:t.left,row:t.top},i=this.findAdjacentData(e,s,n);return i?this.getters.isSingleCellOrMerge(e,t)||xn(mn(i,t))?[{position:{col:s,row:n},zone:i}]:this.sumDimensions(e,mn(i,t),this.transpose(this.dimensionsToSum(e,t))):[]}findAdjacentData(e,t,o){const s=this.getters.getSheet(e),n=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),i=this.findSuitableZoneToSum(s,n.col,n.row);if(i)return this.getters.expandZone(e,i)}findSuitableZoneToSum(e,t,o){const s=this.getters.getEvaluatedCell({sheetId:e.id,col:t,row:o-1}),n=this.getters.getEvaluatedCell({sheetId:e.id,col:t-1,row:o});if(this.isNumber(n)&&!this.isNumber(s))return this.findHorizontalZone(e,t,o);const i=this.findVerticalZone(e,t,o);if(this.isZoneValid(i))return i;const r=this.findHorizontalZone(e,t,o);return this.isZoneValid(r)?r:void 0}findVerticalZone(e,t,o){const s={top:0,bottom:o-1,left:t,right:t},n=this.reduceZoneStart(e,s,s.bottom);return{...s,top:n}}findHorizontalZone(e,t,o){const s={top:o,bottom:o,left:0,right:t-1},n=this.reduceZoneStart(e,s,s.right);return{...s,left:n}}reduceZoneStart(e,t,o){const s=this.getters.getEvaluatedCellsInZone(e.id,t),n=ue(o,-1,-1),i=n.filter((e=>s[e]&&!s[e].isAutoSummable)),r=Math.max(...i),a=ge(n.filter((e=>this.isNumber(s[e]))))[0]||[];return Math.max(...a)<r?1/0:Math.min(...a)}shouldFindData(e,t){return this.getters.isEmpty(e,t)||this.getters.isSingleCellOrMerge(e,t)}isNumber(e){return e.type===Qt.number&&!(e.format&&Ts(e.format))}isZoneValid(e){return e.bottom>=e.top&&e.right>=e.left}lastColIsEmpty(e,t){return this.getters.isEmpty(e,{...t,left:t.right})}lastRowIsEmpty(e,t){return this.getters.isEmpty(e,{...t,top:t.bottom})}dimensionsToSum(e,t){const o=new Set;return xn(t)?(o.add(1===yn(t).numberOfCols?"COL":"ROW"),o):(this.lastColIsEmpty(e,t)&&o.add("ROW"),this.lastRowIsEmpty(e,t)&&o.add("COL"),0===o.size&&o.add("COL"),o)}sumDimensions(e,t,o){return[...o.has("COL")?this.sumColumns(t,e):[],...o.has("ROW")?this.sumRows(t,e):[]]}sumTotal(e){const{bottom:t,right:o}=e;return{position:{col:o,row:t},zone:{...e,top:t,right:o-1}}}sumColumns(e,t){const o=this.nextEmptyRow(t,{...e,bottom:e.bottom-1});return e={...e,bottom:Math.min(e.bottom,o.bottom-1)},In(o).map((t=>({position:t,zone:{...e,right:t.col,left:t.col}})))}sumRows(e,t){const o=this.nextEmptyCol(t,{...e,right:e.right-1});return e={...e,right:Math.min(e.right,o.right-1)},In(o).map((t=>({position:t,zone:{...e,top:t.row,bottom:t.row}})))}dispatchCellUpdates(e,t){for(const o of t){const{col:t,row:s}=o.position;this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,content:`=SUM(${this.getters.zoneToXC(e,o.zone)})`})}}nextEmptyRow(e,t){let o=t.bottom+1;const{left:s,right:n}=t;for(;!this.getters.isEmpty(e,{bottom:o,top:o,left:s,right:n});)o++;return{...t,top:o,bottom:o}}nextEmptyCol(e,t){let o=t.right+1;const{top:s,bottom:n}=t;for(;!this.getters.isEmpty(e,{left:o,right:o,top:s,bottom:n});)o++;return{...t,left:o,right:o}}transpose(e){return new Set([...e.values()].map((e=>"COL"===e?"ROW":"COL")))}}).add("format",class extends iI{handle(e){if("SET_DECIMAL"===e.type)this.setDecimal(e.sheetId,e.target,e.step)}setDecimal(e,t,o){for(const s of t)for(const t of In(s)){const s=this.getCellNumberFormat({sheetId:e,...t});if(void 0!==s){this.getters.getLocale();const n=Us(s,o);this.dispatch("SET_FORMATTING",{sheetId:e,target:[On(t)],format:n})}}}getCellNumberFormat(e){for(const t of[e]){const e=this.getters.getEvaluatedCell(t);if(!(e.type!==Qt.number||e.format&&Ts(e.format)))return e.format||Fs(e.value)}}}).add("split_to_columns",class extends iI{static getters=["getAutomaticSeparator"];allowDispatch(e){return"SPLIT_TEXT_INTO_COLUMNS"===e.type?this.chainValidations(this.batchValidations(this.checkSingleColSelected,this.checkNonEmptySelector),this.batchValidations(this.checkNotOverwritingContent,this.checkSeparatorInSelection))(e):"Success"}handle(e){if("SPLIT_TEXT_INTO_COLUMNS"===e.type)this.splitIntoColumns(e)}getAutomaticSeparator(){const e=this.getters.getSelectedCells();for(const t of e)if(t.value&&t.type===Qt.text){const e=this.getAutoSeparatorForString(t.value);if(e)return e}return" "}getAutoSeparatorForString(e){const t=[ne,";",","," ","."];for(const o of t)if(e.includes(o))return o}splitIntoColumns({separator:e,addNewColumns:t}){const o=this.getters.getSelectedZone(),s=this.getters.getActiveSheetId(),n=this.getSplittedCols(o,e);t&&this.addColsToAvoidCollisions(o,n),this.removeMergesInSplitZone(o,n),this.addColumnsToNotOverflowSheet(o,n);for(let e=0;e<n.length;e++){const t=o.top+e,i=n[e],r=o.left,a=this.getters.getCell({sheetId:s,col:r,row:t});if(1!==i.length||i[0]!==a?.content)for(const[e,o]of i.entries())this.dispatch("UPDATE_CELL",{sheetId:s,col:r+e,row:t,content:sa(o,this.getters.getLocale()),format:"",style:a?.style||null})}}getSplittedCols(e,t){if(!t)throw new Error("Separator cannot be empty");const o=this.getters.getActiveSheetId(),s=[];for(const n of ue(e.top,e.bottom+1)){const i=this.getters.getEvaluatedCell({sheetId:o,col:e.left,row:n}).formattedValue;s.push(this.splitAndRemoveTrailingEmpty(i,t))}return s}splitAndRemoveTrailingEmpty(e,t){const o=e.split(t);for(;o.length>1&&""===o[o.length-1];)o.pop();return o}willSplittedColsOverwriteContent(e,t){const o=this.getters.getActiveSheetId();for(const s of ue(e.top,e.bottom+1)){const n=t[s-e.top];for(let t=1;t<n.length;t++){const n=this.getters.getCell({sheetId:o,col:e.left+t,row:s});if(n&&n.content)return!0}}return!1}removeMergesInSplitZone(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length))),n={...e,right:e.left+s-1},i=this.getters.getMergesInZone(o,n);this.dispatch("REMOVE_MERGE",{sheetId:o,target:i})}addColsToAvoidCollisions(e,t){const o=this.getters.getActiveSheetId();let s=0;for(const n of ue(e.top,e.bottom+1)){const i={sheetId:o,col:e.left,row:n},r=t[n-e.top],a=this.getColsToAddToAvoidCollision(i,r);s=Math.max(s,a)}s&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:e.left,sheetId:o,quantity:s,position:"after"})}getColsToAddToAvoidCollision(e,t){const o=t.length;for(let t=1;t<o;t++){const s=e.col+t,n=this.getters.getCell({...e,col:s});if(n&&n.content)return o-t}return 0}addColumnsToNotOverflowSheet(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length-1))),n=this.getters.getNumberCols(o)-1;e.left+s>n&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:n,sheetId:o,quantity:e.left+s-n,position:"after"})}checkSingleColSelected(){return this.getters.isSingleColSelected()?"Success":"MoreThanOneColumnSelected"}checkNonEmptySelector(e){return""===e.separator?"EmptySplitSeparator":"Success"}checkNotOverwritingContent(e){if(e.addNewColumns||e.force)return"Success";const t=this.getters.getSelectedZones()[0],o=this.getSplittedCols(t,e.separator);return this.willSplittedColsOverwriteContent(t,o)?"SplitWillOverwriteContent":"Success"}checkSeparatorInSelection({separator:e}){const t=this.getters.getSelectedCells();for(const o of t)if(o.formattedValue.includes(e))return"Success";return"NoSplitSeparatorInSelection"}}).add("cell_popovers",class extends iI{static getters=["getCellPopover","getPersistentPopoverTypeAtPosition","hasOpenedPopover"];persistentPopover;allowDispatch(e){if("OPEN_CELL_POPOVER"===e.type){try{Ra.get(e.popoverType)}catch(e){return"InvalidCellPopover"}return"Success"}return"Success"}handle(e){switch(e.type){case"ACTIVATE_SHEET":case"CLOSE_CELL_POPOVER":this.persistentPopover=void 0;break;case"OPEN_CELL_POPOVER":this.persistentPopover={col:e.col,row:e.row,sheetId:this.getters.getActiveSheetId(),type:e.popoverType}}}getCellPopover({col:e,row:t}){const o=this.getters.getActiveSheetId();if(this.persistentPopover&&this.getters.isVisibleInViewport(this.persistentPopover)){const e=this.getters.getMainCellPosition(this.persistentPopover),t=Ra.get(this.persistentPopover.type).onOpen?.(e,this.getters);return t?.isOpen?{...t,anchorRect:this.computePopoverAnchorRect(this.persistentPopover)}:{isOpen:!1}}if(void 0===e||void 0===t||!this.getters.isVisibleInViewport({sheetId:o,col:e,row:t}))return{isOpen:!1};const s=this.getters.getMainCellPosition({sheetId:o,col:e,row:t}),n=Ra.getAll().map((e=>e.onHover?.(s,this.getters))).find((e=>e?.isOpen));return n?.isOpen?{...n,anchorRect:this.computePopoverAnchorRect(s)}:{isOpen:!1}}hasOpenedPopover(){return void 0!==this.persistentPopover}getPersistentPopoverTypeAtPosition({col:e,row:t}){if(this.persistentPopover&&this.persistentPopover.col===e&&this.persistentPopover.row===t)return this.persistentPopover.type}computePopoverAnchorRect({col:e,row:t}){const o=this.getters.getActiveSheetId(),s=this.getters.getMerge({sheetId:o,col:e,row:t});return s?this.getters.getVisibleRect(s):this.getters.getVisibleRect(On({col:e,row:t}))}}).add("collaborative",class extends iI{static getters=["getClientsToDisplay","getClient","getConnectedClients","isFullySynchronized"];static layers=[6];availableColors=new Set(QI);colors={};session;constructor(e){super(e),this.session=e.session}isPositionValid(e){return e.row<this.getters.getNumberRows(e.sheetId)&&e.col<this.getters.getNumberCols(e.sheetId)}chooseNewColor(){0===this.availableColors.size&&(this.availableColors=new Set(QI));const e=(t=[...this.availableColors.values()])[Math.floor(Math.random()*t.length)];var t;return this.availableColors.delete(e),e}getClient(){return this.session.getClient()}getConnectedClients(){return this.session.getConnectedClients()}isFullySynchronized(){return this.session.isFullySynchronized()}getClientsToDisplay(){try{this.getters.getClient()}catch(e){if(e instanceof XI)return[];throw e}const e=this.getters.getActiveSheetId(),t=[];for(const o of this.getters.getConnectedClients())if(o.id!==this.getters.getClient().id&&o.position&&o.position.sheetId===e&&this.isPositionValid(o.position)){const e=o.position;this.colors[o.id]||(this.colors[o.id]=this.chooseNewColor());const s=this.colors[o.id];t.push({...o,position:e,color:s})}return t}drawGrid(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getters.getActiveSheetId();for(const e of this.getClientsToDisplay()){const{row:n,col:i}=e.position,r=this.getters.expandZone(s,{top:n,bottom:n,left:i,right:i}),{x:a,y:l,width:c,height:h}=this.getters.getVisibleRect(r);if(c<=0||h<=0)continue;const d=e.color,u=`${d}10`;t.fillStyle=u,t.lineWidth=4*o,t.strokeStyle=d,t.globalCompositeOperation="multiply",t.fillRect(a,l,c,h),t.globalCompositeOperation="source-over",t.strokeRect(a,l,c,h),t.font=`bold ${B+1}px ${H}`}}}).add("history",class extends iI{static getters=["canUndo","canRedo"];undoStack=[];redoStack=[];session;constructor(e){super(e),this.session=e.session,this.session.on("new-local-state-update",this,this.onNewLocalStateUpdate),this.session.on("pending-revisions-dropped",this,(({revisionIds:e})=>this.drop(e))),this.session.on("snapshot",this,(()=>{this.undoStack=[],this.redoStack=[]}))}allowDispatch(e){switch(e.type){case"REQUEST_UNDO":if(!this.canUndo())return"EmptyUndoStack";break;case"REQUEST_REDO":if(!this.canRedo())return"EmptyRedoStack"}return"Success"}handle(e){switch(e.type){case"REQUEST_UNDO":case"REQUEST_REDO":this.requestHistoryChange("REQUEST_UNDO"===e.type?"UNDO":"REDO")}}finalize(){}requestHistoryChange(e){const t="UNDO"===e?this.undoStack.pop():this.redoStack.pop();if(t)"UNDO"===e?(this.session.undo(t),this.redoStack.push(t)):(this.session.redo(t),this.undoStack.push(t));else{const e=this.getPossibleRevisionToRepeat();if(!e)return;const t=fR(e,this.getters);if(!t)return;if(!Array.isArray(t))return void this.dispatch(t.type,t);for(const e of t)this.dispatch(e.type,e)}}canUndo(){return this.undoStack.length>0}canRedo(){if(this.redoStack.length>0)return!0;const e=this.getPossibleRevisionToRepeat();return!(!(t=e)||!t.rootCommand||"object"!=typeof t.rootCommand)&&(io(t.rootCommand)?uR.contains(t.rootCommand.type):gR.contains(t.rootCommand.type));var t}drop(e){this.undoStack=this.undoStack.filter((t=>!e.includes(t))),this.redoStack=[]}onNewLocalStateUpdate({id:e}){this.undoStack.push(e),this.redoStack=[],this.undoStack.length>99&&this.undoStack.shift()}getPossibleRevisionToRepeat(){return this.session.getLastLocalNonEmptyRevision()}}).add("data_cleanup",class extends iI{allowDispatch(e){return"REMOVE_DUPLICATES"===e.type?this.checkValidations(e,this.chainValidations(this.checkSingleRangeSelected,this.checkNoMergeInZone,this.checkRangeContainsValues,this.checkColumnsIncludedInZone),this.chainValidations(this.checkNoColumnProvided,this.checkColumnsAreUnique)):"Success"}handle(e){switch(e.type){case"REMOVE_DUPLICATES":this.removeDuplicates(e.columns,e.hasHeader);break;case"TRIM_WHITESPACE":this.trimWhitespace()}}removeDuplicates(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.getSelectedZone();t&&(s.top+=1);const n=this.getUniqueRowsIndexes(o,s.top,s.bottom,e),i=n.length;if(i===yn(s).numberOfRows)return void this.notifyRowsRemovedAndRemaining(0,i);const r=n.map((e=>({left:s.left,top:e,right:s.right,bottom:e}))),a=new eR(r,"COPY",this.getters,this.dispatch,this.selection);for(const{col:e,row:t}of In(s))this.dispatch("CLEAR_CELL",{col:e,row:t,sheetId:o});const l={left:s.left,top:s.top,right:s.left,bottom:s.top};a.paste([l]);const c={left:s.left,top:s.top-(t?1:0),right:s.right,bottom:s.top+i-1};this.selection.selectZone({cell:{col:c.left,row:c.top},zone:c});const h=s.bottom-s.top+1-i;this.notifyRowsRemovedAndRemaining(h,i)}getUniqueRowsIndexes(e,t,o,s){const n=new Map;for(const i of ue(t,o+1)){const t=s.map((t=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:i}).value));!Object.values(n).some((e=>Fe(e,t)))&&(n[i]=t)}return Object.keys(n).map((e=>parseInt(e)))}notifyRowsRemovedAndRemaining(e,t){this.ui.notifyUI({type:"info",text:Xt("%s duplicate rows found and removed.\n%s unique rows remain.",e.toString(),t.toString()),sticky:!1})}checkSingleRangeSelected(){return 1!==this.getters.getSelectedZones().length?"MoreThanOneRangeSelected":"Success"}checkNoMergeInZone(){const e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZone();return this.getters.getMergesInZone(e,t).length>0?"WillRemoveExistingMerge":"Success"}checkRangeContainsValues(e){const t=this.getters.getActiveSheetId(),o=this.getters.getSelectedZone();e.hasHeader&&(o.top+=1);return this.getters.getEvaluatedCellsInZone(t,o).every((e=>"empty"===e.type))?"EmptyTarget":"Success"}checkNoColumnProvided(e){return 0===e.columns.length?"NoColumnsProvided":"Success"}checkColumnsIncludedInZone(e){const t=this.getters.getSelectedZone();return e.columns.some((e=>e<t.left||e>t.right))?"ColumnsNotIncludedInZone":"Success"}checkColumnsAreUnique(e){return e.columns.length!==new Set(e.columns).size?"DuplicatesColumnsSelected":"Success"}trimWhitespace(){const e=this.getters.getSelectedZones(),t=this.getters.getActiveSheetId();let o=0;for(const{col:s,row:n}of e.map(In).flat()){const e=this.getters.getCell({col:s,row:n,sheetId:t});if(!e)continue;const i=Ge(e.content);i!==e.content&&(o+=1,this.dispatch("UPDATE_CELL",{sheetId:t,col:s,row:n,content:i}))}const s=o?Xt("Trimmed whitespace from %s cells.",o):Xt("No selected cells had whitespace trimmed.");this.ui.notifyUI({type:"info",text:s,sticky:!1})}}),TR=(new ki).add("selection",class extends iI{static layers=[6];static getters=["getActiveSheet","getActiveSheetId","getActiveCell","getActiveCols","getActiveRows","getCurrentStyle","getSelectedZones","getSelectedZone","getSelectedCells","getStatisticFnResults","getAggregate","getSelectedFigureId","getSelection","getActivePosition","getSheetPosition","isSelected","isSingleColSelected","getElementsFromSelection","tryGetActiveSheetId","isGridSelectionActive"];gridSelection={anchor:{cell:{col:0,row:0},zone:{top:0,left:0,bottom:0,right:0}},zones:[{top:0,left:0,bottom:0,right:0}]};selectedFigureId=null;sheetsData={};moveClient;activeSheet=null;constructor(e){super(e),this.moveClient=e.moveClient}allowDispatch(e){switch(e.type){case"ACTIVATE_SHEET":try{this.getters.getSheet(e.sheetIdTo);break}catch(e){return"InvalidSheetId"}case"MOVE_COLUMNS_ROWS":return this.isMoveElementAllowed(e)}return"Success"}handleEvent(e){const t=e.anchor;let o=[];switch(e.mode){case"overrideSelection":o=[t.zone];break;case"updateAnchor":o=[...this.gridSelection.zones];const s=o.findIndex((t=>vn(t,e.previousAnchor.zone)));s>=0&&(o[s]=t.zone);break;case"newAnchor":o=[...this.gridSelection.zones,t.zone]}this.setSelectionMixin(e.anchor,o),this.selection.resetDefaultAnchor(this,le(this.gridSelection.anchor));const{col:s,row:n}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:s,row:n}),this.selectedFigureId=null}handle(e){switch(e.type){case"START_EDITION":case"ACTIVATE_SHEET":this.selectedFigureId=null;break;case"DELETE_FIGURE":this.selectedFigureId===e.id&&(this.selectedFigureId=null);break;case"DELETE_SHEET":this.selectedFigureId&&this.getters.getFigure(e.sheetId,this.selectedFigureId)&&(this.selectedFigureId=null)}switch(e.type){case"START":const t=this.getters.getVisibleSheetIds()[0];this.activateSheet(t,t);const{col:o,row:s}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(o,s),this.selection.registerAsDefault(this,this.gridSelection.anchor,{handleEvent:this.handleEvent.bind(this)}),this.moveClient({sheetId:t,col:0,row:0});break;case"ACTIVATE_SHEET":this.activateSheet(e.sheetIdFrom,e.sheetIdTo);break;case"REMOVE_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){"COL"===e.dimension?this.onColumnsRemoved(e):this.onRowsRemoved(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"ADD_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){this.onAddElements(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"MOVE_COLUMNS_ROWS":e.sheetId===this.getActiveSheetId()&&this.onMoveElements(e);break;case"SELECT_FIGURE":this.selectedFigureId=e.id;break;case"ACTIVATE_NEXT_SHEET":this.activateNextSheet("right");break;case"ACTIVATE_PREVIOUS_SHEET":this.activateNextSheet("left");break;case"HIDE_SHEET":e.sheetId===this.getActiveSheetId()&&this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:e.sheetId,sheetIdTo:this.getters.getVisibleSheetIds()[0]});break;case"UNDO":case"REDO":case"DELETE_SHEET":const n=Object.keys(this.sheetsData).filter((e=>!this.getters.tryGetSheet(e)));for(const e of n)delete this.sheetsData[e];for(const e in this.sheetsData){const t=this.clipSelection(e,this.sheetsData[e].gridSelection);this.sheetsData[e]={gridSelection:le(t)}}if(!this.getters.tryGetSheet(this.getters.getActiveSheetId())){const e=this.getters.getVisibleSheetIds();if(this.activeSheet=this.getters.getSheet(e[0]),this.activeSheet.id in this.sheetsData){const{anchor:e}=this.clipSelection(this.activeSheet.id,this.sheetsData[this.activeSheet.id].gridSelection);this.selectCell(e.cell.col,e.cell.row)}else this.selectCell(0,0);const{col:t,row:o}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:t,row:o})}const i=this.getters.getActiveSheetId();this.gridSelection.zones=this.gridSelection.zones.map((e=>this.getters.expandZone(i,e))),this.gridSelection.anchor.zone=this.getters.expandZone(i,this.gridSelection.anchor.zone),this.setSelectionMixin(this.gridSelection.anchor,this.gridSelection.zones),this.selectedFigureId=null}this.selection.resetDefaultAnchor(this,le(this.gridSelection.anchor))}isGridSelectionActive(){return this.selection.isListening(this)}getActiveSheet(){return this.activeSheet}getActiveSheetId(){return this.activeSheet.id}tryGetActiveSheetId(){return this.activeSheet?.id}getActiveCell(){return this.getters.getEvaluatedCell(this.getActivePosition())}getActiveCols(){const e=new Set;for(let t of this.gridSelection.zones)if(0===t.top&&t.bottom===this.getters.getNumberRows(this.getters.getActiveSheetId())-1)for(let o=t.left;o<=t.right;o++)e.add(o);return e}getActiveRows(){const e=new Set,t=this.getters.getActiveSheetId();for(let o of this.gridSelection.zones)if(0===o.left&&o.right===this.getters.getNumberCols(t)-1)for(let t=o.top;t<=o.bottom;t++)e.add(t);return e}getCurrentStyle(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();return this.getters.getCellStyle({sheetId:t,col:e.left,row:e.top})}getSelectedZones(){return le(this.gridSelection.zones)}getSelectedZone(){return le(this.gridSelection.anchor.zone)}getSelection(){return le(this.gridSelection)}getSelectedCells(){const e=this.getters.getActiveSheetId(),t=[];for(const o of this.gridSelection.zones)t.push(...this.getters.getEvaluatedCellsInZone(e,o));return t}getSelectedFigureId(){return this.selectedFigureId}getActivePosition(){return this.getters.getMainCellPosition({sheetId:this.getActiveSheetId(),col:this.gridSelection.anchor.cell.col,row:this.gridSelection.anchor.cell.row})}getSheetPosition(e){if(e===this.getters.getActiveSheetId())return this.getActivePosition();{const t=this.sheetsData[e];return t?{sheetId:e,col:t.gridSelection.anchor.cell.col,row:t.gridSelection.anchor.cell.row}:this.getters.getNextVisibleCellPosition({sheetId:e,col:0,row:0})}}getStatisticFnResults(){const e=this.getters.getActiveSheetId(),t=new Set;for(const o of this.gridSelection.zones)for(const{col:s,row:n}of In(o)){if(this.getters.isRowHidden(e,n)||this.getters.isColHidden(e,s))continue;const o=this.getters.getEvaluatedCell({sheetId:e,col:s,row:n});o.type!==Qt.empty&&t.add(o)}const o=this.getters.getLocale();let s={};for(let e of yR){let n;const i=[...t].filter((t=>e.types.includes(t.type)));i.length&&(n=e.compute(i,o)),s[e.name]=n}return s}getAggregate(){let e=0,t=0;const o=this.getters.getActiveSheetId(),s=this.gridSelection.zones.map(In).flat();for(const{col:n,row:i}of s){const s=this.getters.getEvaluatedCell({sheetId:o,col:n,row:i});s.type===Qt.number&&(t++,e+=s.value)}const n=this.getters.getLocale();return t<2?null:Cs(e,{locale:n})}isSelected(e){return!!this.getters.getSelectedZones().find((t=>vn(t,e)))}isSingleColSelected(){const e=this.getters.getSelectedZones();return 1===e.length&&e[0].left===e[0].right}getElementsFromSelection(e){if("COL"===e&&0===this.getters.getActiveCols().size)return[];if("ROW"===e&&0===this.getters.getActiveRows().size)return[];const t=this.getters.getSelectedZones();let o=[];const s="COL"===e?"left":"top",n="COL"===e?"right":"bottom";for(const e of t){const t=Array.from({length:e[n]-e[s]+1},((t,o)=>e[s]+o));o=o.concat(t)}return[...new Set(o)].sort()}activateSheet(e,t){if(this.getters.isSheetVisible(t)||this.dispatch("SHOW_SHEET",{sheetId:t}),this.setActiveSheet(t),this.sheetsData[e]={gridSelection:le(this.gridSelection)},t in this.sheetsData)Object.assign(this,this.sheetsData[t]),this.selection.resetDefaultAnchor(this,le(this.gridSelection.anchor));else{const{col:e,row:o}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(e,o)}}setSelectionMixin(e,t){const{anchor:o,zones:s}=this.clipSelection(this.getters.getActiveSheetId(),{anchor:e,zones:t});this.gridSelection.anchor=o,this.gridSelection.zones=function(e){return e.reverse().filter(((e,t,o)=>t===o.findIndex((t=>t.top===e.top&&t.bottom===e.bottom&&t.left===e.left&&t.right===e.right)))).reverse()}(s)}selectCell(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.expandZone(o,{left:e,right:e,top:t,bottom:t});this.setSelectionMixin({zone:s,cell:{col:e,row:t}},[s])}setActiveSheet(e){const t=this.getters.getSheet(e);this.activeSheet=t}activateNextSheet(e){const t=this.getters.getSheetIds(),o=(t.findIndex((e=>e===this.activeSheet.id))+("left"===e?t.length-1:1))%t.length;this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getActiveSheetId(),sheetIdTo:t[o]})}onColumnsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=gn(o,"left",[...e.elements]);let n={left:t.col,right:t.col,top:t.row,bottom:t.row};n=gn(n,"left",[...e.elements]);const i={cell:{col:n.left,row:n.top},zone:s},r=this.gridSelection.zones.map((t=>gn(t,"left",[...e.elements])));this.setSelectionMixin(i,r)}onRowsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=gn(o,"top",[...e.elements]);let n={left:t.col,right:t.col,top:t.row,bottom:t.row};n=gn(n,"top",[...e.elements]);const i={cell:{col:n.left,row:n.top},zone:s},r=this.gridSelection.zones.map((t=>gn(t,"top",[...e.elements])));this.setSelectionMixin(i,r)}onAddElements(e){const t="COL"===e.dimension?"left":"top",o=un(this.gridSelection.anchor.zone,t,e.base,e.position,e.quantity),s=this.gridSelection.zones.map((o=>un(o,t,e.base,e.position,e.quantity))),n={cell:{col:o.left,row:o.top},zone:o};this.setSelectionMixin(n,s)}onMoveElements(e){const t=e.elements.length;this.dispatch("ADD_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,base:e.base,quantity:t,position:e.position});const o="COL"===e.dimension,s=e.elements[0],n=e.elements[t-1],i=e.base<s,r=i&&o?t:0,a=i&&!o?t:0,l=[{left:o?s+r:0,right:o?n+r:this.getters.getNumberCols(e.sheetId)-1,top:o?0:s+a,bottom:o?this.getters.getNumberRows(e.sheetId)-1:n+a}],c=new eR(l,"CUT",this.getters,this.dispatch,this.selection),h=i?e.base:e.base+1,d=[{left:o?h:0,right:o?h+t-1:this.getters.getNumberCols(e.sheetId)-1,top:o?0:h,bottom:o?this.getters.getNumberRows(e.sheetId)-1:h+t-1}];c.paste(d,{selectTarget:!0});const u=i?e.elements.map((e=>e+t)):e.elements;let g=e.base;for(const t of u){const o=this.getters.getHeaderSize(e.sheetId,e.dimension,t);this.dispatch("RESIZE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,size:o,elements:[g]}),g+=1}this.dispatch("REMOVE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,elements:u})}isMoveElementAllowed(e){const t="COL"===e.dimension,o=e.elements[0],s=e.elements[e.elements.length-1],n=e.sheetId,i=t?this.getters.doesColumnsHaveCommonMerges:this.getters.doesRowsHaveCommonMerges;if(i(n,o-1,o)||i(n,s,s+1)||i(n,e.base-1,e.base))return"WillRemoveExistingMerge";const r=[e.base,...e.elements],a=t?this.getters.getNumberCols(n):this.getters.getNumberRows(n);return r.some((e=>e<0||e>=a))?"InvalidHeaderIndex":"Success"}clipSelection(e,t){const o=this.getters.getNumberCols(e)-1,s=this.getters.getNumberRows(e)-1;return{zones:t.zones.map((e=>({left:de(e.left,0,o),right:de(e.right,0,o),top:de(e.top,0,s),bottom:de(e.bottom,0,s)}))),anchor:{cell:{col:de(t.anchor.cell.col,0,o),row:de(t.anchor.cell.row,0,s)},zone:{left:de(t.anchor.zone.left,0,o),right:de(t.anchor.zone.right,0,o),top:de(t.anchor.zone.top,0,s),bottom:de(t.anchor.zone.bottom,0,s)}}}}drawGrid(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getSelectedZones();t.fillStyle="#f3f7fe";const n=1===s.length&&s[0].left===s[0].right&&s[0].top===s[0].bottom;t.fillStyle=n?"#f3f7fe":"#e9f0ff",t.strokeStyle=c,t.lineWidth=1.5*o;for(const e of s){const{x:o,y:s,width:n,height:i}=this.getters.getVisibleRect(e);t.globalCompositeOperation="multiply",t.fillRect(o,s,n,i),t.globalCompositeOperation="source-over",t.strokeRect(o,s,n,i)}t.globalCompositeOperation="source-over";const i=this.getActivePosition();let r;t.strokeStyle=c,t.lineWidth=3*o,r=this.getters.isInMerge(i)?this.getters.getMerge(i):On(i);const{x:a,y:l,width:h,height:d}=this.getters.getVisibleRect(r);h>0&&d>0&&t.strokeRect(a,l,h,d)}}).add("evaluation_filter",class extends iI{static getters=["getCellBorderWithFilterBorder","getFilterValues","isRowFiltered","isFilterActive"];filterValues={};hiddenRows=new Set;isEvaluationDirty=!1;allowDispatch(e){if("UPDATE_FILTER"===e.type)if(!this.getters.getFilterId(e))return"FilterNotFound";return"Success"}handle(e){switch(e.type){case"UNDO":case"REDO":case"UPDATE_CELL":case"EVALUATE_CELLS":case"ACTIVATE_SHEET":case"REMOVE_FILTER_TABLE":case"ADD_COLUMNS_ROWS":case"REMOVE_COLUMNS_ROWS":this.isEvaluationDirty=!0;break;case"START":for(const e of this.getters.getSheetIds()){this.filterValues[e]={};for(const t of this.getters.getFilters(e))this.filterValues[e][t.id]=[]}break;case"CREATE_SHEET":this.filterValues[e.sheetId]={};break;case"HIDE_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"GROUP_HEADERS":case"UNGROUP_HEADERS":case"FOLD_HEADER_GROUP":case"UNFOLD_HEADER_GROUP":case"FOLD_ALL_HEADER_GROUPS":case"UNFOLD_ALL_HEADER_GROUPS":this.updateHiddenRows();break;case"UPDATE_FILTER":this.updateFilter(e),this.updateHiddenRows();break;case"DUPLICATE_SHEET":const t={};for(const o of this.getters.getFilters(e.sheetIdTo)){const s=o.zoneWithHeaders;t[o.id]=this.getFilterValues({sheetId:e.sheetId,col:s.left,row:s.top})}this.filterValues[e.sheetIdTo]=t}}finalize(){this.isEvaluationDirty&&(this.updateHiddenRows(),this.isEvaluationDirty=!1)}isRowFiltered(e,t){return e===this.getters.getActiveSheetId()&&this.hiddenRows.has(t)}getCellBorderWithFilterBorder(e){const{sheetId:t,col:o,row:s}=e;let n;for(let e of this.getters.getFilterTables(t)){const i=e.zone;if(Sn(o,s,i)){const e=this.intersectZoneWithViewport(t,i);n={top:s===e.top?$:void 0,bottom:s===e.bottom?$:void 0,left:o===e.left?$:void 0,right:o===e.right?$:void 0}}}const i=this.getters.getCellBorder(e),r={...n,...Le(i||{})};return Te(r)?null:r}getFilterValues(e){const t=this.getters.getFilterId(e),o=e.sheetId;return t&&this.filterValues[o]&&this.filterValues[o][t]||[]}isFilterActive(e){const t=this.getters.getFilterId(e),o=e.sheetId;return Boolean(t&&this.filterValues[o]?.[t]?.length)}intersectZoneWithViewport(e,t){return{left:this.getters.findVisibleHeader(e,"COL",t.left,t.right),right:this.getters.findVisibleHeader(e,"COL",t.right,t.left),top:this.getters.findVisibleHeader(e,"ROW",t.top,t.bottom),bottom:this.getters.findVisibleHeader(e,"ROW",t.bottom,t.top)}}updateFilter({col:e,row:t,hiddenValues:o,sheetId:s}){const n=this.getters.getFilterId({sheetId:s,col:e,row:t});n&&(this.filterValues[s]||(this.filterValues[s]={}),this.filterValues[s][n]=o)}updateHiddenRows(){const e=this.getters.getActiveSheetId(),t=this.getters.getFilters(e).sort(((e,t)=>e.zoneWithHeaders.top-t.zoneWithHeaders.top)),o=new Set;for(let s of t){if(o.has(s.zoneWithHeaders.top)||this.getters.isRowHiddenByUser(e,s.zoneWithHeaders.top))continue;const t=this.filterValues[e]?.[s.id]?.map(jn);if(t&&s.filteredZone)for(let n=s.filteredZone.top;n<=s.filteredZone.bottom;n++){const i=this.getCellValueAsString(e,s.col,n);t.includes(i)&&o.add(n)}}this.hiddenRows=o}getCellValueAsString(e,t,o){return this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).formattedValue.toLowerCase()}exportForExcel(e){for(const t of e.sheets){const e=t.id;for(const o of t.filterTables){const s=an(o.range),n=[],i=[];for(const o of ue(0,yn(s).numberOfCols)){const r={sheetId:t.id,col:s.left+o,row:s.top},a=this.getFilterValues(r),l=this.getters.getFilter(r);if(!l)continue;const c=l.filteredZone?In(l.filteredZone).map((t=>this.getters.getEvaluatedCell({sheetId:e,...t}).formattedValue)):[];if(a.length){const e=c.filter((e=>e)).filter((e=>!a.includes(e)));n.push({colId:o,displayedValues:[...new Set(e)],displayBlanks:!a.includes("")&&c.some((e=>!e))})}const h={col:l.col,row:l.zoneWithHeaders.top,sheetId:e},d=this.getters.getEvaluatedCell(h).formattedValue,u=this.getUniqueColNameForExcel(o,d,i);i.push(u),t.cells[ut(h.col,h.row)]={...t.cells[ut(h.col,h.row)],content:u,value:u,isFormula:!1}}o.filters=n}}}getUniqueColNameForExcel(e,t,o){t||(t=`Column${e}`);let s=t,n=2;for(;o.includes(s);)s=t+String(n),n++;return s}}).add("header_visibility_ui",class extends iI{static getters=["getNextVisibleCellPosition","findVisibleHeader","findLastVisibleColRowIndex","findFirstVisibleColRowIndex","isRowHidden","isColHidden","isHeaderHidden"];isRowHidden(e,t){return this.getters.isRowHiddenByUser(e,t)||this.getters.isRowFiltered(e,t)}isColHidden(e,t){return this.getters.isColHiddenByUser(e,t)}isHeaderHidden(e,t,o){return"COL"===t?this.isColHidden(e,o):this.isRowHidden(e,o)}getNextVisibleCellPosition({sheetId:e,col:t,row:o}){return{sheetId:e,col:this.findVisibleHeader(e,"COL",t,this.getters.getNumberCols(e)-1),row:this.findVisibleHeader(e,"ROW",o,this.getters.getNumberRows(e)-1)}}findVisibleHeader(e,t,o,s){if(o<=s)for(let n=o;n<=s;n++)if(this.getters.doesHeaderExist(e,t,n)&&!this.isHeaderHidden(e,t,n))return n;if(o>s)for(let n=o;n>=s;n--)if(this.getters.doesHeaderExist(e,t,n)&&!this.isHeaderHidden(e,t,n))return n}findLastVisibleColRowIndex(e,t,{last:o,first:s}){return ue(o,s,-1).find((o=>!this.isHeaderHidden(e,t,o)))||s}findFirstVisibleColRowIndex(e,t){const o=this.getters.getNumberHeaders(e,t);for(let s=0;s<o;s++){if("COL"===t&&!this.isColHidden(e,s))return s;if("ROW"===t&&!this.isRowHidden(e,s))return s}}exportForExcel(e){for(const t of e.sheets)for(const[e,o]of Object.entries(t.rows)){const s=this.isRowHidden(t.id,Number(e));o.isHidden=s}}}).add("header_positions",class extends iI{static getters=["getColDimensions","getRowDimensions","getColRowOffset"];headerPositions={};isDirty=!0;handle(e){switch(eo.has(e.type)&&(this.headerPositions={},this.isDirty=!0),e.type){case"START":for(const e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);break;case"UPDATE_CELL":case"UPDATE_FILTER":case"REMOVE_FILTER_TABLE":this.headerPositions={},this.isDirty=!0;break;case"REMOVE_COLUMNS_ROWS":case"RESIZE_COLUMNS_ROWS":case"HIDE_COLUMNS_ROWS":case"ADD_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"FOLD_HEADER_GROUP":case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_ALL_HEADER_GROUPS":case"FOLD_ALL_HEADER_GROUPS":case"UNGROUP_HEADERS":case"GROUP_HEADERS":case"CREATE_SHEET":this.headerPositions[e.sheetId]=this.computeHeaderPositionsOfSheet(e.sheetId);break;case"DUPLICATE_SHEET":this.headerPositions[e.sheetIdTo]=le(this.headerPositions[e.sheetId])}}finalize(){if(this.isDirty){for(const e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);this.isDirty=!1}}getColDimensions(e,t){const o=this.headerPositions[e].COL[t],s=this.getters.getColSize(e,t);return{start:o,size:s,end:o+(this.getters.isColHidden(e,t)?0:s)}}getRowDimensions(e,t){const o=this.headerPositions[e].ROW[t],s=this.getters.getRowSize(e,t);return{start:o,size:s,end:o+(this.getters.isRowHidden(e,t)?0:s)}}getColRowOffset(e,t,o,s=this.getters.getActiveSheetId()){const n=this.headerPositions[s][e][t];return this.headerPositions[s][e][o]-n}computeHeaderPositionsOfSheet(e){return{COL:this.computePositions(e,"COL"),ROW:this.computePositions(e,"ROW")}}computePositions(e,t){const o={};let s=0;for(let n=0;n<this.getters.getNumberHeaders(e,t)+1;n++)o[n]=s,this.getters.isHeaderHidden(e,t,n)||(s+=this.getters.getHeaderSize(e,t,n));return o}}).add("viewport",class extends iI{static getters=["getColIndex","getRowIndex","getActiveMainViewport","getSheetViewDimension","getSheetViewDimensionWithHeaders","getMainViewportRect","isVisibleInViewport","getEdgeScrollCol","getEdgeScrollRow","getVisibleFigures","getVisibleRect","getVisibleRectWithoutHeaders","getVisibleCellPositions","getColRowOffsetInViewport","getMainViewportCoordinates","getActiveSheetScrollInfo","getActiveSheetDOMScrollInfo","getSheetViewVisibleCols","getSheetViewVisibleRows","getFrozenSheetViewRatio","isPositionVisible"];viewports={};sheetViewWidth=se();sheetViewHeight=se();gridOffsetX=0;gridOffsetY=0;sheetsWithDirtyViewports=new Set;shouldAdjustViewports=!1;allowDispatch(e){switch(e.type){case"SET_VIEWPORT_OFFSET":return this.checkScrollingDirection(e);case"RESIZE_SHEETVIEW":return this.chainValidations(this.checkValuesAreDifferent,this.checkPositiveDimension)(e);default:return"Success"}}handleEvent(e){if(e.options.scrollIntoView){let{col:t,row:o}=Tn(e.previousAnchor.zone,e.anchor.zone);if("updateAnchor"===e.mode){const s=e.previousAnchor.zone,n=e.anchor.zone,{top:i,bottom:r,left:a,right:l}=this.getters.getActiveMainViewport();s.left===n.left&&s.right===n.right&&(t=a>t||t>l?a:t),s.top===n.top&&s.bottom===n.bottom&&(o=i>o||o>r?i:o)}const s=this.getters.getActiveSheetId();t=Math.min(t,this.getters.getNumberCols(s)-1),o=Math.min(o,this.getters.getNumberRows(s)-1),this.sheetsWithDirtyViewports.has(s)||this.refreshViewport(this.getters.getActiveSheetId(),{col:t,row:o})}}handle(e){if(this.cleanViewports(),eo.has(e.type))for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);switch(e.type){case"START":this.selection.observe(this,{handleEvent:this.handleEvent.bind(this)}),this.resetViewports(this.getters.getActiveSheetId());break;case"UNDO":case"REDO":for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);this.shouldAdjustViewports=!0;break;case"RESIZE_SHEETVIEW":this.resizeSheetView(e.height,e.width,e.gridOffsetX,e.gridOffsetY);break;case"SET_VIEWPORT_OFFSET":this.setSheetViewOffset(e.offsetX,e.offsetY);break;case"SHIFT_VIEWPORT_DOWN":const{top:t}=this.getActiveMainViewport(),o=this.getters.getActiveSheetId(),s=this.clipOffsetY(this.getters.getRowDimensions(o,t).start+this.sheetViewHeight);this.shiftVertically(s);break;case"SHIFT_VIEWPORT_UP":{const{top:e}=this.getActiveMainViewport(),t=this.getters.getActiveSheetId(),o=this.clipOffsetY(this.getters.getRowDimensions(t,e).end-this.sheetViewHeight);this.shiftVertically(o);break}case"REMOVE_FILTER_TABLE":case"UPDATE_FILTER":this.sheetsWithDirtyViewports.add(e.sheetId);break;case"REMOVE_COLUMNS_ROWS":case"RESIZE_COLUMNS_ROWS":case"HIDE_COLUMNS_ROWS":case"ADD_COLUMNS_ROWS":case"UNHIDE_COLUMNS_ROWS":case"UNGROUP_HEADERS":case"GROUP_HEADERS":case"FOLD_HEADER_GROUP":case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_ALL_HEADER_GROUPS":case"FOLD_ALL_HEADER_GROUPS":{const t="sheetId"in e?e.sheetId:this.getters.getActiveSheetId();this.sheetsWithDirtyViewports.add(t);break}case"UPDATE_CELL":if("content"in e||"format"in e||void 0!==e.style?.fontSize)for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);break;case"ACTIVATE_SHEET":this.sheetsWithDirtyViewports.add(e.sheetIdTo);break;case"UNFREEZE_ROWS":case"UNFREEZE_COLUMNS":case"FREEZE_COLUMNS":case"FREEZE_ROWS":case"UNFREEZE_COLUMNS_ROWS":this.resetViewports(this.getters.getActiveSheetId());break;case"DELETE_SHEET":this.sheetsWithDirtyViewports.delete(e.sheetId);break;case"START_EDITION":const{col:n,row:i}=this.getters.getActivePosition();this.refreshViewport(this.getters.getActiveSheetId(),{col:n,row:i})}}finalize(){for(const e of this.sheetsWithDirtyViewports)if(this.resetViewports(e),this.shouldAdjustViewports){const t=this.getters.getSheetPosition(e),o=this.getSubViewports(e);Object.values(o).forEach((e=>{e.adjustPosition(t)}))}this.sheetsWithDirtyViewports=new Set,this.shouldAdjustViewports=!1,this.setViewports()}setViewports(){const e=this.getters.getSheetIds();for(const t of e)this.viewports[t]?.bottomRight||this.resetViewports(t)}getColIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getColIndex(e))))}getRowIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getRowIndex(e))))}getSheetViewDimensionWithHeaders(){return{width:this.sheetViewWidth+this.gridOffsetX,height:this.sheetViewHeight+this.gridOffsetY}}getSheetViewDimension(){return{width:this.sheetViewWidth,height:this.sheetViewHeight}}getActiveMainViewport(){const e=this.getters.getActiveSheetId();return this.getMainViewport(e)}getActiveSheetScrollInfo(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetX,scrollY:t.offsetY}}getActiveSheetDOMScrollInfo(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetScrollbarX,scrollY:t.offsetScrollbarY}}getSheetViewVisibleCols(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>ue(e.left,e.right+1))).flat())].filter((t=>!this.getters.isHeaderHidden(e,"COL",t)))}getSheetViewVisibleRows(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>ue(e.top,e.bottom+1))).flat())].filter((t=>!this.getters.isHeaderHidden(e,"ROW",t)))}getVisibleCellPositions(){const e=this.getSheetViewVisibleCols(),t=this.getSheetViewVisibleRows(),o=this.getters.getActiveSheetId(),s=[];for(const n of e)for(const e of t){const t={sheetId:o,col:n,row:e},i=this.getters.getMainCellPosition(t);i.row===e&&i.col===n&&s.push(t)}return s}getMainViewportRect(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e),{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e);let{width:n,height:i}=t.getMaxSize();return{x:this.getters.getColDimensions(e,o).start,y:this.getters.getRowDimensions(e,s).start,width:n,height:i}}getMaximumSheetOffset(){const e=this.getters.getActiveSheetId(),{width:t,height:o}=this.getMainViewportRect(),s=this.getMainInternalViewport(e);return{maxOffsetX:Math.max(0,t-s.viewportWidth+1),maxOffsetY:Math.max(0,o-s.viewportHeight+1)}}getColRowOffsetInViewport(e,t,o){const s=this.getters.getActiveSheetId(),n=this.getters.getSheetViewVisibleCols(),i=this.getters.getSheetViewVisibleRows();if(o<t)return-this.getColRowOffsetInViewport(e,o,t);let r=0;const a="COL"===e?n:i;for(let n=t;n<o;n++)a.includes(n)&&(r+=this.getters.getHeaderSize(s,e,n));return r}isVisibleInViewport({sheetId:e,col:t,row:o}){return this.getSubViewports(e).some((e=>e.isVisible(t,o)))}getEdgeScrollCol(e,t,o){let s=!1,n=0,i=0;const{xSplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{width:a}=this.getSheetViewDimension(),{x:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollX;return e>a?(s=!0,i=ds(e-a),n=1):e<l&&o>=l&&c>0?(s=!0,i=ds(l-e),n=-1):r&&t<l&&e>l&&(s=!0,i=ds(e),n="reset"),{canEdgeScroll:s,direction:n,delay:i}}getEdgeScrollRow(e,t,o){let s=!1,n=0,i=0;const{ySplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{height:a}=this.getSheetViewDimension(),{y:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollY;return e>a?(s=!0,i=ds(e-a),n=1):e<l&&o>=l&&c>0?(s=!0,i=ds(l-e),n=-1):r&&t<l&&e>l&&(s=!0,i=ds(e),n="reset"),{canEdgeScroll:s,direction:n,delay:i}}getVisibleRect(e){const t=this.getVisibleRectWithoutHeaders(e);return{...t,x:t.x+this.gridOffsetX,y:t.y+this.gridOffsetY}}getVisibleRectWithoutHeaders(e){const t=this.getters.getActiveSheetId(),o=this.getSubViewports(t).map((t=>t.getRect(e))).filter(Ie);if(0===o.length)return{x:0,y:0,width:0,height:0};const s=Math.min(...o.map((e=>e.x))),n=Math.min(...o.map((e=>e.y)));return{x:s,y:n,width:Math.max(...o.map((e=>e.x+e.width)))-s,height:Math.max(...o.map((e=>e.y+e.height)))-n}}getMainViewportCoordinates(){const e=this.getters.getActiveSheetId(),{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e);return{x:this.getters.getColDimensions(e,t).start,y:this.getters.getRowDimensions(e,o).start}}ensureMainViewportExist(e){this.viewports[e]||this.resetViewports(e)}getSubViewports(e){return this.ensureMainViewportExist(e),Object.values(this.viewports[e]).filter(Ie)}checkPositiveDimension(e){return e.width<0||e.height<0?"InvalidViewportSize":"Success"}checkValuesAreDifferent(e){const{height:t,width:o}=this.getSheetViewDimension();return e.gridOffsetX===this.gridOffsetX&&e.gridOffsetY===this.gridOffsetY&&e.width===o&&e.height===t?"ValuesNotChanged":"Success"}checkScrollingDirection({offsetX:e,offsetY:t}){const o=this.getMainInternalViewport(this.getters.getActiveSheetId());return!o.canScrollHorizontally&&e>0||!o.canScrollVertically&&t>0?"InvalidScrollingDirection":"Success"}getMainViewport(e){const t=this.getMainInternalViewport(e);return{top:t.top,left:t.left,bottom:t.bottom,right:t.right}}getMainInternalViewport(e){return this.ensureMainViewportExist(e),this.viewports[e].bottomRight}cleanViewports(){const e=this.getters.getSheetIds();for(let t of Object.keys(this.viewports))e.includes(t)||delete this.viewports[t]}resizeSheetView(e,t,o=0,s=0){this.sheetViewHeight=e,this.sheetViewWidth=t,this.gridOffsetX=o,this.gridOffsetY=s,this.recomputeViewports()}recomputeViewports(){for(let e of Object.keys(this.viewports))this.resetViewports(e)}setSheetViewOffset(e,t){const o=this.getters.getActiveSheetId(),{maxOffsetX:s,maxOffsetY:n}=this.getMaximumSheetOffset();Object.values(this.getSubViewports(o)).forEach((o=>o.setViewportOffset(de(e,0,s),de(t,0,n))))}clipOffsetY(e){const{height:t}=this.getMainViewportRect(),o=t-this.sheetViewHeight;return e=Math.min(e,o),e=Math.max(e,0)}getViewportOffset(e){return{x:this.viewports[e]?.bottomRight.offsetScrollbarX||0,y:this.viewports[e]?.bottomRight.offsetScrollbarY||0}}resetViewports(e){if(!this.getters.tryGetSheet(e))return;const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getNumberCols(e),n=this.getters.getNumberRows(e),i=this.getters.getColRowOffset("COL",0,t,e),r=this.getters.getColRowOffset("ROW",0,o,e),{xRatio:a,yRatio:l}=this.getFrozenSheetViewRatio(e),c=a<1,h=l<1,d=this.getViewportOffset(e),u={topLeft:o&&t&&new xR(this.getters,e,{left:0,right:t-1,top:0,bottom:o-1},{width:i,height:r},{canScrollHorizontally:!1,canScrollVertically:!1},{x:0,y:0})||void 0,topRight:o&&new xR(this.getters,e,{left:t,right:s-1,top:0,bottom:o-1},{width:this.sheetViewWidth-i,height:r},{canScrollHorizontally:c,canScrollVertically:!1},{x:c?d.x:0,y:0})||void 0,bottomLeft:t&&new xR(this.getters,e,{left:0,right:t-1,top:o,bottom:n-1},{width:i,height:this.sheetViewHeight-r},{canScrollHorizontally:!1,canScrollVertically:h},{x:0,y:h?d.y:0})||void 0,bottomRight:new xR(this.getters,e,{left:t,right:s-1,top:o,bottom:n-1},{width:this.sheetViewWidth-i,height:this.sheetViewHeight-r},{canScrollHorizontally:c,canScrollVertically:h},{x:c?d.x:0,y:h?d.y:0})};this.viewports[e]=u}refreshViewport(e,t){Object.values(this.getSubViewports(e)).forEach((e=>{e.adjustViewportZone(),e.adjustPosition(t)}))}shiftVertically(e){const{top:t}=this.getActiveMainViewport(),{scrollX:o}=this.getActiveSheetScrollInfo();this.setSheetViewOffset(o,e);const{anchor:s}=this.getters.getSelection(),n=this.getActiveMainViewport().top-t;this.selection.selectCell(s.cell.col,s.cell.row+n)}getVisibleFigures(){const e=this.getters.getActiveSheetId(),t=[],o=this.getters.getFigures(e),{scrollX:s,scrollY:n}=this.getActiveSheetScrollInfo(),{x:i,y:r}=this.getters.getMainViewportCoordinates(),{width:a,height:l}=this.getters.getSheetViewDimensionWithHeaders();for(const e of o)e.x>=i&&(e.x+e.width<=i+s||e.x>=a+s+i)||e.y>=r&&(e.y+e.height<=r+n||e.y>=l+n+r)||t.push(e);return t}isPositionVisible(e){const{scrollX:t,scrollY:o}=this.getters.getActiveSheetScrollInfo(),{x:s,y:n}=this.getters.getMainViewportCoordinates(),{width:i,height:r}=this.getters.getSheetViewDimension();return!(e.x>=s&&(e.x<s+t||e.x>i+t+s))&&!(e.y>=n&&(e.y<n+o||e.y>r+o+n))}getFrozenSheetViewRatio(e){const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getColDimensions(e,t).start,n=this.getters.getRowDimensions(e,o).start;return{xRatio:s/(this.sheetViewWidth+this.gridOffsetX),yRatio:n/(this.sheetViewHeight+this.gridOffsetY)}}}).add("clipboard",class extends iI{static layers=[2];static getters=["getClipboardContent","getClipboardTextContent","isCutOperation","isPaintingFormat"];status="invisible";state;lastPasteState;paintFormatStatus="inactive";originSheetId;allowDispatch(e){switch(e.type){case"CUT":const t=this.getters.getSelectedZones();return this.getClipboardState(t,e.type).isCutAllowed(t);case"PASTE":if(!this.state)return"EmptyClipboard";const o=e.pasteOption||("inactive"!==this.paintFormatStatus?"onlyFormat":void 0);return this.state.isPasteAllowed(e.target,{pasteOption:o});case"PASTE_FROM_OS_CLIPBOARD":return new ER(e.text,this.getters,this.dispatch,this.selection).isPasteAllowed(e.target,{pasteOption:e.pasteOption});case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].top&&0===e[0].bottom)return"InvalidCopyPasteSelection";break}case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].left&&0===e[0].right)return"InvalidCopyPasteSelection";break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension);return this.getClipboardStateForCopyCells(t,"CUT").isPasteAllowed(o)}case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension);return this.getClipboardStateForCopyCells(t,"CUT").isPasteAllowed(o)}case"ACTIVATE_PAINT_FORMAT":if("inactive"!==this.paintFormatStatus)return"AlreadyInPaintingFormatMode"}return"Success"}handle(e){switch(e.type){case"COPY":case"CUT":const t=this.getters.getSelectedZones();this.state=this.getClipboardState(t,e.type),this.status="visible",this.originSheetId=this.getters.getActiveSheetId();break;case"PASTE":if(!this.state)break;const o=e.pasteOption||("inactive"!==this.paintFormatStatus?"onlyFormat":void 0);this.state.paste(e.target,{pasteOption:o,shouldPasteCF:!0,selectTarget:!0}),"CUT"===this.state.operation&&(this.state=void 0),this.lastPasteState=this.state,"oneOff"===this.paintFormatStatus&&(this.paintFormatStatus="inactive"),this.status="invisible";break;case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZone(),t=e.top!==e.bottom,o={...e,bottom:t?e.top:e.top-1,top:t?e.top:e.top-1};this.getClipboardStateForCopyCells([o],"COPY").paste([e],{pasteOption:void 0,shouldPasteCF:!0,selectTarget:!0})}break;case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZone(),t=e.left!==e.right,o={...e,right:t?e.left:e.left-1,left:t?e.left:e.left-1};this.getClipboardStateForCopyCells([o],"COPY").paste([e],{pasteOption:void 0,shouldPasteCF:!0,selectTarget:!0})}break;case"CLEAN_CLIPBOARD_HIGHLIGHT":this.status="invisible";break;case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension);if(!ln(t[0])){for(const{col:t,row:o}of In(e.zone))this.dispatch("CLEAR_CELL",{col:t,row:o,sheetId:this.getters.getActiveSheetId()});break}this.getClipboardStateForCopyCells(t,"CUT").paste(o);break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension);this.getClipboardStateForCopyCells(t,"CUT").paste(o);break}case"ADD_COLUMNS_ROWS":if(this.status="invisible","CUT"!==this.state?.operation)return;this.state.isColRowDirtyingClipboard("before"===e.position?e.base:e.base+1,e.dimension)&&(this.state=void 0);break;case"REMOVE_COLUMNS_ROWS":if(this.status="invisible","CUT"!==this.state?.operation)return;for(let t of e.elements){if(this.state.isColRowDirtyingClipboard(t,e.dimension)){this.state=void 0;break}}this.status="invisible";break;case"PASTE_FROM_OS_CLIPBOARD":this.state=new ER(e.text,this.getters,this.dispatch,this.selection),this.state.paste(e.target,{pasteOption:e.pasteOption}),this.lastPasteState=this.state,this.status="invisible";break;case"REPEAT_PASTE":this.lastPasteState?.paste(e.target,{pasteOption:e.pasteOption,shouldPasteCF:!0,selectTarget:!0});break;case"ACTIVATE_PAINT_FORMAT":{const t=this.getters.getSelectedZones();this.state=this.getClipboardStateForCopyCells(t,"COPY"),this.status="visible",e.persistent?this.paintFormatStatus="persistent":this.paintFormatStatus="oneOff";break}case"DELETE_SHEET":if("CUT"!==this.state?.operation)return;this.originSheetId===e.sheetId&&(this.state=void 0,this.status="invisible");break;case"CANCEL_PAINT_FORMAT":this.paintFormatStatus="inactive",this.status="invisible";break;default:io(e)&&(this.status="invisible")}}getClipboardContent(){return this.state?.getClipboardContent()||{[Jt.PlainText]:"\t"}}getClipboardTextContent(){return this.state?.getClipboardContent()[Jt.PlainText]||"\t"}isCutOperation(){return!!this.state&&"CUT"===this.state.operation}isPaintingFormat(){return"inactive"!==this.paintFormatStatus}getDeleteCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s;return s="COL"===t?{...e,left:e.right+1,right:this.getters.getNumberCols(o)-1}:{...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1},{cut:[s],paste:[e]}}getInsertCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s,n;return"COL"===t?(s={...e,right:this.getters.getNumberCols(o)-1},n={...e,left:e.right+1,right:e.right+1}):(s={...e,bottom:this.getters.getNumberRows(o)-1},n={...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1}),{cut:[s],paste:[n]}}getClipboardStateForCopyCells(e,t){return new eR(e,t,this.getters,this.dispatch,this.selection)}getClipboardState(e,t){return this.getters.getSelectedFigureId()?new vR(t,this.getters,this.dispatch):new eR(e,t,this.getters,this.dispatch,this.selection)}drawGrid(e){"visible"===this.status&&this.state&&this.state.drawClipboard(e)}}).add("edition",class extends iI{static getters=["getEditionMode","isSelectingForComposer","showSelectionIndicator","getCurrentContent","getComposerSelection","getCurrentTokens","getTokenAtCursor","getComposerHighlights","getCurrentEditedCell","getCycledReference","getAutoCompleteDataValidationValues"];col=0;row=0;mode="inactive";sheetId="";currentContent="";currentTokens=[];selectionStart=0;selectionEnd=0;initialContent="";colorIndexByRange={};allowDispatch(e){switch(e.type){case"CHANGE_COMPOSER_CURSOR_SELECTION":return this.validateSelection(this.currentContent.length,e.start,e.end);case"SET_CURRENT_CONTENT":if(e.selection)return this.validateSelection(e.content.length,e.selection.start,e.selection.end);break;case"START_EDITION":if(e.selection){const t=e.text||this.getComposerContent(this.getters.getActivePosition());return this.validateSelection(t.length,e.selection.start,e.selection.end)}break;case"STOP_EDITION":return"inactive"===this.mode?"Success":this.checkDataValidation(e)}return"Success"}handleEvent(e){const t=this.getters.getActiveSheetId();let o;if(o=e.options.unbounded?this.getters.getUnboundedZone(t,e.anchor.zone):e.anchor.zone,"newAnchor"===e.mode)"selecting"===this.mode&&this.insertSelectedRange(o);else"selecting"===this.mode?this.replaceSelectedRange(o):this.updateComposerRange(e.previousAnchor.zone,o)}handle(e){switch(e.type){case"CHANGE_COMPOSER_CURSOR_SELECTION":this.selectionStart=e.start,this.selectionEnd=e.end;break;case"STOP_COMPOSER_RANGE_SELECTION":this.isSelectingForComposer()&&(this.mode="editing");break;case"START_EDITION":"inactive"!==this.mode&&e.text?this.setContent(e.text,e.selection):this.startEdition(e.text,e.selection),this.updateRangeColor();break;case"STOP_EDITION":this.stopEdition(),this.colorIndexByRange={};break;case"CANCEL_EDITION":this.cancelEditionAndActivateSheet(),this.resetContent(),this.colorIndexByRange={};break;case"SET_CURRENT_CONTENT":this.setContent(e.content,e.selection,!0),this.updateRangeColor();break;case"REPLACE_COMPOSER_CURSOR_SELECTION":this.replaceSelection(e.text);break;case"SELECT_FIGURE":this.cancelEditionAndActivateSheet(),this.resetContent();break;case"ADD_COLUMNS_ROWS":this.onAddElements(e);break;case"REMOVE_COLUMNS_ROWS":"COL"===e.dimension?this.onColumnsRemoved(e):this.onRowsRemoved(e);break;case"START_CHANGE_HIGHLIGHT":const{left:t,top:o}=e.zone;this.isSelectingForComposer()&&(this.mode="editing"),this.selection.resetAnchor(this,{cell:{col:t,row:o},zone:e.zone});break;case"ACTIVATE_SHEET":if(this.currentContent.startsWith("=")||(this.cancelEdition(),this.resetContent()),e.sheetIdFrom!==e.sheetIdTo){const t=this.getters.getActivePosition(),{col:o,row:s}=this.getters.getNextVisibleCellPosition({sheetId:e.sheetIdTo,col:t.col,row:t.row}),n=this.getters.expandZone(e.sheetIdTo,On({col:o,row:s}));this.selection.resetAnchor(this,{cell:{col:o,row:s},zone:n})}break;case"DELETE_SHEET":case"UNDO":case"REDO":!!this.getters.tryGetSheet(this.sheetId)||"inactive"===this.mode||(this.sheetId=this.getters.getActiveSheetId(),this.cancelEditionAndActivateSheet(),this.resetContent(),this.ui.raiseBlockingErrorUI(wR));break;case"CYCLE_EDITION_REFERENCES":this.cycleReferences()}}getEditionMode(){return this.mode}getCurrentContent(){return"inactive"===this.mode?this.getComposerContent(this.getters.getActivePosition()):this.currentContent}getComposerSelection(){return{start:this.selectionStart,end:this.selectionEnd}}getCurrentEditedCell(){return{sheetId:this.sheetId,col:this.col,row:this.row}}isSelectingForComposer(){return"selecting"===this.mode}showSelectionIndicator(){return this.isSelectingForComposer()&&this.canStartComposerRangeSelection()}getCurrentTokens(){return this.currentTokens}getTokenAtCursor(){const e=Math.min(this.selectionStart,this.selectionEnd),t=Math.max(this.selectionStart,this.selectionEnd);return e===t&&0===t?void 0:this.currentTokens.find((o=>o.start<=e&&o.end>=t))}getCycledReference(e,t){const o=this.getters.getLocale(),s=(t.startsWith("=")?Yx(t,o):[]).filter((t=>t.start<=e.start&&t.end>=e.start||t.start>=e.start&&t.start<e.end)),n=s.filter((e=>"REFERENCE"===e.type));if(0===n.length)return;const i=s.map(mm).map((e=>e.value)).join(""),r=s[0].start,a=s[s.length-1].end,l=t.slice(0,r)+i+t.slice(a),c=l.length-t.length,h={start:n[0].start,end:n[n.length-1].end+c};return 1===n.length&&e.start===e.end&&(h.start=h.end),{content:l,selection:h}}getInitialComposerContent(){return this.initialContent}cycleReferences(){const e=this.getCycledReference(this.getComposerSelection(),this.currentContent);void 0!==e&&this.dispatch("SET_CURRENT_CONTENT",{content:e.content,selection:e.selection})}validateSelection(e,t,o){return t>=0&&t<=e&&o>=0&&o<=e?"Success":"WrongComposerSelection"}onColumnsRemoved(e){if(e.elements.includes(this.col)&&"inactive"!==this.mode)return this.dispatch("CANCEL_EDITION"),void this.ui.raiseBlockingErrorUI(wR);const{top:t,left:o}=gn({left:this.col,right:this.col,top:this.row,bottom:this.row},"left",[...e.elements]);this.col=o,this.row=t}onRowsRemoved(e){if(e.elements.includes(this.row)&&"inactive"!==this.mode)return this.dispatch("CANCEL_EDITION"),void this.ui.raiseBlockingErrorUI(wR);const{top:t,left:o}=gn({left:this.col,right:this.col,top:this.row,bottom:this.row},"top",[...e.elements]);this.col=o,this.row=t}onAddElements(e){const{top:t,left:o}=un({left:this.col,right:this.col,top:this.row,bottom:this.row},"COL"===e.dimension?"left":"top",e.base,e.position,e.quantity);this.col=o,this.row=t}startComposerRangeSelection(){if(this.sheetId===this.getters.getActiveSheetId()){const e=On({col:this.col,row:this.row});this.selection.resetAnchor(this,{cell:{col:this.col,row:this.row},zone:e})}this.mode="selecting"}startEdition(e,t){const o=this.getters.getActiveCell(),s=this.getters.getLocale();e&&o.format?.includes("%")&&Gt(e,s)&&(t=t||{start:e.length,end:e.length},e=`${e}%`);const{col:n,row:i,sheetId:r}=this.getters.getActivePosition();this.col=n,this.sheetId=r,this.row=i,this.initialContent=this.getComposerContent({sheetId:r,col:n,row:i}),this.mode="editing",this.setContent(e||this.initialContent,t),this.colorIndexByRange={};const a=On({col:this.col,row:this.row});this.selection.capture(this,{cell:{col:this.col,row:this.row},zone:a},{handleEvent:this.handleEvent.bind(this),release:()=>{this.stopEdition()}})}stopEdition(){if("inactive"!==this.mode){this.cancelEditionAndActivateSheet();const e=this.col,t=this.row;let o=this.getCurrentCanonicalContent();if(!(this.initialContent!==o))return;if(o){const s=this.getters.getActiveSheetId(),n=this.getters.getEvaluatedCell({sheetId:s,col:this.col,row:this.row});if(o.startsWith("=")){const e=this.currentTokens.filter((e=>"LEFT_PAREN"===e.type)).length-this.currentTokens.filter((e=>"RIGHT_PAREN"===e.type)).length;e>0&&(o+=Oe(new Array(e).fill(")")))}else n.link&&(o=Se(o,n.link.url));this.dispatch("UPDATE_CELL",{sheetId:this.sheetId,col:e,row:t,content:o})}else this.dispatch("UPDATE_CELL",{sheetId:this.sheetId,content:"",col:e,row:t});this.setContent("")}}getCurrentCanonicalContent(){return sa(this.currentContent,this.getters.getLocale())}cancelEditionAndActivateSheet(){if("inactive"===this.mode)return;this.cancelEdition();this.getters.getActiveSheetId()!==this.sheetId&&this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getters.getActiveSheetId(),sheetIdTo:this.sheetId})}getComposerContent(e){const t=this.getters.getLocale(),o=this.getters.getCell(e);if(o?.isFormula)return aa(o.content,t);const{format:s,value:n,type:i,formattedValue:r}=this.getters.getEvaluatedCell(e);switch(i){case Qt.text:case Qt.empty:case Qt.error:return n;case Qt.boolean:return r;case Qt.number:if(s&&Ts(s)){if(null!==At(r,t))return r;return Cs(n,{locale:t,format:Number.isInteger(n)?t.dateFormat:pa(t)})}return this.numberComposerContent(n,s,t)}}numberComposerContent(e,t,o){return t?.includes("%")?`${Rs(100*e,o.decimalSeparator)}%`:Rs(e,o.decimalSeparator)}cancelEdition(){"inactive"!==this.mode&&(this.mode="inactive",this.selection.release(this))}resetContent(){this.setContent(this.initialContent||"")}setContent(e,t,o){const s=this.currentContent!==e;if(this.currentContent=e,t?(this.selectionStart=t.start,this.selectionEnd=t.end):this.selectionStart=this.selectionEnd=e.length,s||"inactive"!==this.mode){const t=this.getters.getLocale();this.currentTokens=e.startsWith("=")?Yx(e,t):[],this.currentTokens.length>100&&o&&this.ui.raiseBlockingErrorUI(Xt("This formula has over 100 parts. It can't be processed properly, consider splitting it into multiple cells"))}this.canStartComposerRangeSelection()&&this.startComposerRangeSelection()}insertSelectedRange(e){const t=Math.min(this.selectionStart,this.selectionEnd),o=this.getZoneReference(e);this.canStartComposerRangeSelection()?this.insertText(o,t):this.insertText(","+o,t)}replaceSelectedRange(e){const t=this.getZoneReference(e),o=this.getTokenAtCursor(),s="REFERENCE"===o?.type?o.start:this.selectionStart;this.replaceText(t,s,this.selectionEnd)}updateComposerRange(e,t){const o=this.getters.getActiveSheetId(),s=this.getTokenAtCursor(),n=(s?[s,...this.currentTokens]:this.currentTokens).filter((e=>"REFERENCE"===e.type)).find((t=>{const{xc:s,sheetName:n}=sn(t.value),i=n||this.getters.getSheetName(this.sheetId);if(this.getters.getSheetName(o)!==i)return!1;const r=this.getters.getRangeFromSheetXC(o,s);return vn(this.getters.expandZone(o,r.zone),e)}));if(!n)throw new Error("Previous range not found");const i=this.getters.getRangeFromSheetXC(o,n.value);this.selectionStart=n.start,this.selectionEnd=this.selectionStart+n.value.length;const r=this.getters.getRangeFromZone(o,t),a=this.getRangeReference(r,i.parts);this.replaceSelection(a)}getZoneReference(e){const t=this.getters.getCurrentEditedCell().sheetId,o=this.getters.getActiveSheetId(),s=this.getters.getRangeFromZone(o,e);return this.getters.getSelectionRangeString(s,t)}getRangeReference(e,t){let o=[...t];const s=e.clone({parts:o});return this.getters.getSelectionRangeString(s,this.getters.getCurrentEditedCell().sheetId)}replaceSelection(e){const t=Math.min(this.selectionStart,this.selectionEnd),o=Math.max(this.selectionStart,this.selectionEnd);this.replaceText(e,t,o)}replaceText(e,t,o){this.currentContent=this.currentContent.slice(0,t)+this.currentContent.slice(o,this.currentContent.length),this.insertText(e,t)}insertText(e,t){const o=this.currentContent.slice(0,t)+e+this.currentContent.slice(t),s=t+e.length;this.dispatch("SET_CURRENT_CONTENT",{content:o,selection:{start:s,end:s}})}updateRangeColor(){if(!this.currentContent.startsWith("=")||"inactive"===this.mode)return;const e=this.getters.getCurrentEditedCell().sheetId,t=this.getReferencedRanges().map((t=>this.getters.getRangeString(t,e))),o={};for(const e of t)void 0!==this.colorIndexByRange[e]&&(o[e]=this.colorIndexByRange[e]);const s=new Set(Object.values(o));let n=0;const i=()=>{for(;s.has(n);)n++;return s.add(n),n};for(const e of t){const t=e in o?o[e]:i();o[e]=t}this.colorIndexByRange=o}getComposerHighlights(){if(!this.currentContent.startsWith("=")||"inactive"===this.mode)return[];const e=this.getters.getCurrentEditedCell().sheetId,t=e=>{const t=this.colorIndexByRange[e];return Ze[t%Ze.length]};return this.getReferencedRanges().map((o=>{const s=this.getters.getRangeString(o,e);return{zone:o.zone,color:t(s),sheetId:o.sheetId}}))}getReferencedRanges(){const e=this.getters.getCurrentEditedCell().sheetId;return this.currentTokens.filter((e=>"REFERENCE"===e.type)).map((t=>this.getters.getRangeFromSheetXC(e,t.value))).filter((e=>!e.invalidSheetName&&!e.invalidXc))}getAutoCompleteDataValidationValues(){if("inactive"===this.mode)return[];const e=this.getters.getValidationRuleForCell(this.getCurrentEditedCell());if(!e||"isValueInList"!==e.criterion.type&&"isValueInRange"!==e.criterion.type)return[];let t;if("isValueInList"===e.criterion.type)t=e.criterion.values;else{const o=this.getters.getRangeFromSheetXC(this.sheetId,e.criterion.values[0]);t=this.getters.getRangeValues(o).filter(Re).map((e=>e.toString())).filter((e=>""!==e))}const o=this.getCurrentContent();if(o&&o!==this.getInitialComposerContent()){const e=kn(o,t,(e=>e));t=e.length?e:t}return t}canStartComposerRangeSelection(){if(this.currentContent.startsWith("=")){const e=this.getTokenAtCursor();if(!e)return!1;const t=this.currentTokens.map((e=>e.start)).indexOf(e.start);let o=t,s=e;for(;!["ARG_SEPARATOR","LEFT_PAREN","OPERATOR"].includes(s.type)||Br.includes(s.value);){if("SPACE"!==s.type||o<1)return!1;o--,s=this.currentTokens[o]}for(o=t+1,s=this.currentTokens[o];s&&!["ARG_SEPARATOR","RIGHT_PAREN","OPERATOR"].includes(s.type);){if("SPACE"!==s.type)return!1;o++,s=this.currentTokens[o]}return!0}return!1}checkDataValidation(e){const t={sheetId:this.sheetId,col:this.col,row:this.row};try{const e=this.getCurrentCanonicalContent(),o=e.startsWith("=")?this.getters.evaluateFormula(this.sheetId,e):Zi(e,this.getters.getLocale());if(po(o))return"Success";const s=this.getters.getValidationResultForCellValue(o,t);return!s.isValid&&s.rule.isBlocking?"BlockingValidationRule":"Success"}catch(e){return"Success"}}}),AR=(new ki).add("evaluation",class extends iI{static getters=["evaluateFormula","getCorrespondingFormulaCell","getRangeFormattedValues","getRangeValues","getRangeFormats","getEvaluatedCell","getEvaluatedCells","getEvaluatedCellsInZone","getSpreadPositionsOf","getArrayFormulaSpreadingOn","isEmpty"];shouldRebuildDependenciesGraph=!0;evaluator;positionsToUpdate=[];constructor(e){super(e),this.evaluator=new DI(e.custom,this.getters)}beforeHandle(e){(eo.has(e.type)||to.has(e.type))&&(this.shouldRebuildDependenciesGraph=!0)}handle(e){switch(e.type){case"UPDATE_CELL":if(!("content"in e)&&!("format"in e)||this.shouldRebuildDependenciesGraph)return;this.positionsToUpdate.push(e),"content"in e&&this.evaluator.updateDependencies(e);break;case"EVALUATE_CELLS":this.evaluator.evaluateAllCells()}}finalize(){this.shouldRebuildDependenciesGraph?(this.evaluator.buildDependencyGraph(),this.evaluator.evaluateAllCells(),this.shouldRebuildDependenciesGraph=!1):this.positionsToUpdate.length&&this.evaluator.evaluateCells(this.positionsToUpdate),this.positionsToUpdate=[]}evaluateFormula(e,t){try{return this.evaluator.evaluateFormula(e,t)}catch(e){return e.value||vo.GenericError}}getRangeFormattedValues(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.formattedValue))}getRangeValues(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.value))}getRangeFormats(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.format))}getEvaluatedCell(e){return this.evaluator.getEvaluatedCell(e)}getEvaluatedCells(e){const t=this.getters.getCells(e)||{},o={};for(let e of Object.keys(t)){const t=this.getters.getCellPosition(e);o[e]=this.getEvaluatedCell(t)}return o}getEvaluatedCellsInZone(e,t){return In(t).map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o})))}getSpreadPositionsOf(e){return this.evaluator.getSpreadPositionsOf(e)}getArrayFormulaSpreadingOn(e){return this.evaluator.getArrayFormulaSpreadingOn(e)}isEmpty(e,t){return In(t).map((({col:t,row:o})=>this.getEvaluatedCell({sheetId:e,col:t,row:o}))).every((e=>e.type===Qt.empty))}exportForExcel(e){for(const t of this.evaluator.getEvaluatedPositions()){const o=this.evaluator.getEvaluatedCell(t),s=ut(t.col,t.row),n=o.value;let i,r,a=!1,l=!0;const c=this.getCorrespondingFormulaCell(t);c&&(l=Xx(c.compiledFormula.tokens),a=l,l||(i=n.toString(),r=o.format));const h=e.sheets.find((e=>e.id===t.sheetId)),d=h.cells[s]||{},u=r?Ae(r,e.formats):d.format;let g;g=c instanceof Kx?c.contentWithFixedReferences:l?d.content:i,h.cells[s]={...d,value:n,isFormula:a,content:g,format:u}}}getCorrespondingFormulaCell(e){const t=this.getters.getCell(e);if(t&&t.isFormula)return function(e){try{return Wx(e),!1}catch(e){return!0}}(t.compiledFormula.tokens)?void 0:t;if(t&&t.content)return;const o=this.getArrayFormulaSpreadingOn(e);if(void 0===o)return;const s=this.getters.getCell(o);return s?.isFormula?s:void 0}}).add("evaluation_chart",class extends iI{static getters=["getChartRuntime","getStyleOfSingleCellChart"];charts={};createRuntimeChart=function(e){const t=fl.getAll().sort(((e,t)=>e.sequence-t.sequence));return function(o){const s=t.find((e=>e.match(o.type)));if(!s)throw new Error("No runtime builder for this chart.");return s.getChartRuntime(o,e)}}(this.getters);handle(e){if(eo.has(e.type)||oo.has(e.type)||"EVALUATE_CELLS"===e.type||"UPDATE_CELL"===e.type)for(const e in this.charts)this.charts[e]=void 0;switch(e.type){case"UPDATE_CHART":case"CREATE_CHART":case"DELETE_FIGURE":this.charts[e.id]=void 0;break;case"DELETE_SHEET":for(let e in this.charts)this.getters.isChartDefined(e)||(this.charts[e]=void 0)}}getChartRuntime(e){if(!this.charts[e]){const t=this.getters.getChart(e);if(!t)throw new Error(`No chart for the given id: ${e}`);this.charts[e]=this.createRuntimeChart(t)}return this.charts[e]}getStyleOfSingleCellChart(e,t){if(e)return{background:e,fontColor:vi(e)};if(!t)return{background:h,fontColor:vi(h)};const o=t.zone.left,s=t.zone.top,n=t.sheetId,i=this.getters.getCellComputedStyle({sheetId:n,col:o,row:s}),r=i.fillColor||h;return{background:r,fontColor:i.textColor||vi(r)}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const s of e){if(!s||"chart"!==s.tag)continue;const e=s.id,n=this.getters.getChart(e)?.getDefinitionForExcel();if(n)o.push({...s,data:n});else{if(!this.getters.getChart(e))continue;const o=this.getters.getChartType(e),n=ja(this.getters.getChartRuntime(e),s,o);t.images.push({...s,tag:"image",data:{mimetype:"image/png",path:n,size:{width:s.width,height:s.height}}})}}t.charts=o}}}).add("evaluation_cf",class extends iI{static getters=["getConditionalIcon","getCellComputedStyle"];isStale=!0;computedStyles={};computedIcons={};handle(e){(eo.has(e.type)||oo.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))&&(this.isStale=!0)}finalize(){if(this.isStale){for(const e of this.getters.getSheetIds())this.computedStyles[e]=_e((()=>this.getComputedStyles(e))),this.computedIcons[e]=_e((()=>this.getComputedIcons(e)));this.isStale=!1}}getCellComputedStyle(e){const{sheetId:t,col:o,row:s}=e,n=this.getters.getCell(e),i=this.computedStyles[t](),r=i&&i[o]?.[s],a={...n?.style,...r};return this.getters.getEvaluatedCell(e).link&&!a.textColor&&(a.textColor=p),this.getters.isFilterHeader(e)&&(a.bold=!0),a}getConditionalIcon({sheetId:e,col:t,row:o}){const s=this.computedIcons[e]();return s&&s[t]?.[o]}getComputedStyles(e){const t={};for(let o of this.getters.getConditionalFormats(e).reverse())switch(o.rule.type){case"ColorScaleRule":for(let s of o.ranges)this.applyColorScale(e,s,o.rule,t);break;case"CellIsRule":const s=o.rule.values.map((e=>e.startsWith("=")?$x(e):void 0));for(let n of o.ranges){const i=this.getters.getRangeFromSheetXC(e,n).zone;for(let n=i.top;n<=i.bottom;n++)for(let r=i.left;r<=i.right;r++){const a=this.rulePredicate[o.rule.type],l={sheetId:e,col:r,row:n},c=o.rule.values.map(((t,o)=>{const a=s[o];return a?this.getters.getTranslatedCellFormula(e,r-i.left,n-i.top,{...a,dependencies:a.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)))}):t}));a&&a(l,{...o.rule,values:c})&&(t[r]||(t[r]=[]),t[r][n]=Object.assign(t[r]?.[n]||{},o.rule.style))}}}return t}getComputedIcons(e){const t={};for(let o of this.getters.getConditionalFormats(e).reverse())if("IconSetRule"===o.rule.type)for(let s of o.ranges)this.applyIcon(e,s,o.rule,t);return t}parsePoint(e,t,o,s){const n=this.getters.getEvaluatedCellsInZone(e,this.getters.getRangeFromSheetXC(e,t).zone).filter((e=>e.type===Qt.number)).map((e=>e.value));switch(o.type){case"value":return"max"===s?Math.max(...n):Math.min(...n);case"number":return Number(o.value);case"percentage":const t=Math.min(...n);return t+(Math.max(...n)-t)*Number(o.value)/100;case"percentile":return qt(n,Number(o.value)/100,!0);case"formula":const i=o.value&&this.getters.evaluateFormula(e,o.value);return"number"==typeof i?i:null;default:return null}}applyIcon(e,t,o,s){const n=this.parsePoint(e,t,o.lowerInflectionPoint),i=this.parsePoint(e,t,o.upperInflectionPoint);if(null===n||null===i||n>i)return;const r=this.getters.getRangeFromSheetXC(e,t).zone,a=[o.icons.upper,o.icons.middle,o.icons.lower];for(let t=r.top;t<=r.bottom;t++)for(let l=r.left;l<=r.right;l++){const r=this.getters.getEvaluatedCell({sheetId:e,col:l,row:t});if(r.type!==Qt.number)continue;const c=this.computeIcon(r.value,i,o.upperInflectionPoint.operator,n,o.lowerInflectionPoint.operator,a);s[l]||(s[l]=[]),s[l][t]=c}}computeIcon(e,t,o,s,n,i){return"ge"===o&&e>=t||"gt"===o&&e>t?i[0]:"ge"===n&&e>=s||"gt"===n&&e>s?i[1]:i[2]}applyColorScale(e,t,o,s){const n=this.parsePoint(e,t,o.minimum,"min"),i=o.midpoint?this.parsePoint(e,t,o.midpoint):null,r=this.parsePoint(e,t,o.maximum,"max");if(null===n||null===r||n>=r||i&&(n>=i||i>=r))return;const a=this.getters.getRangeFromSheetXC(e,t).zone,l=[];o.midpoint&&i?(l.push({minValue:n,minColor:o.minimum.color,colorDiffUnit:this.computeColorDiffUnits(n,i,o.minimum.color,o.midpoint.color)}),l.push({minValue:i,minColor:o.midpoint.color,colorDiffUnit:this.computeColorDiffUnits(i,r,o.midpoint.color,o.maximum.color)})):l.push({minValue:n,minColor:o.minimum.color,colorDiffUnit:this.computeColorDiffUnits(n,r,o.minimum.color,o.maximum.color)});for(let t=a.top;t<=a.bottom;t++)for(let o=a.left;o<=a.right;o++){const a=this.getters.getEvaluatedCell({sheetId:e,col:o,row:t});if(a.type===Qt.number){const e=de(a.value,n,r);let c;c=2===l.length&&i?e<=i?this.colorCell(e,l[0].minValue,l[0].minColor,l[0].colorDiffUnit):this.colorCell(e,l[1].minValue,l[1].minColor,l[1].colorDiffUnit):this.colorCell(e,l[0].minValue,l[0].minColor,l[0].colorDiffUnit),s[o]||(s[o]=[]),s[o][t]=s[o]?.[t]||{},s[o][t].fillColor=Ye(c)}}}computeColorDiffUnits(e,t,o,s){const n=t-e;return[((o>>16)%256-(s>>16)%256)/n,((o>>8)%256-(s>>8)%256)/n,(o%256-s%256)/n]}colorCell(e,t,o,s){const[n,i,r]=s;return Math.round((o>>16)%256-n*(e-t))<<16|Math.round((o>>8)%256-i*(e-t))<<8|Math.round(o%256-r*(e-t))}rulePredicate={CellIsRule:(e,t)=>{const o=this.getters.getEvaluatedCell(e);if(o.type===Qt.error)return!1;const[s,n]=t.values.map((t=>t.startsWith("=")?this.getters.evaluateFormula(e.sheetId,t)??"":Zi(t,uo)));if(po(s)||po(n))return!1;switch(t.operator){case"IsEmpty":return""===o.value.toString().trim();case"IsNotEmpty":return""!==o.value.toString().trim();case"BeginsWith":return""!==s&&o.value.toString().startsWith(s.toString());case"EndsWith":return""!==s&&o.value.toString().endsWith(s.toString());case"Between":return o.value>=s&&o.value<=n;case"NotBetween":return!(o.value>=s&&o.value<=n);case"ContainsText":return o.value.toString().indexOf(s.toString())>-1;case"NotContains":return!o.value||-1===o.value.toString().indexOf(s.toString());case"GreaterThan":return o.value>s;case"GreaterThanOrEqual":return o.value>=s;case"LessThan":return o.value<s;case"LessThanOrEqual":return o.value<=s;case"NotEqual":return""!==s&&o.value!==s;case"Equal":return""===s||o.value===s;default:console.warn(Xt("Not implemented operator %s for kind of conditional formatting: %s",t.operator,t.type))}return!1}}}).add("row_size",class extends iI{static getters=["getRowSize","getHeaderSize"];tallestCellInRow={};ctx=document.createElement("canvas").getContext("2d");handle(e){switch(e.type){case"START":for(const e of this.getters.getSheetIds())this.initializeSheet(e);break;case"CREATE_SHEET":this.initializeSheet(e.sheetId);break;case"DUPLICATE_SHEET":{const t=le(this.tallestCellInRow[e.sheetId]);this.history.update("tallestCellInRow",e.sheetIdTo,t);break}case"DELETE_SHEET":const t={...this.tallestCellInRow};delete t[e.sheetId],this.history.update("tallestCellInRow",t);break;case"REMOVE_COLUMNS_ROWS":{if("COL"===e.dimension)return;const t=ze(this.tallestCellInRow[e.sheetId],e.elements);this.history.update("tallestCellInRow",e.sheetId,t);break}case"ADD_COLUMNS_ROWS":{if("COL"===e.dimension)return;const t=Ne(e.position,e.base),o=Array(e.quantity).fill(void 0),s=function(e,t,o){const s=[...e];return s.splice(o,0,...t),s}(this.tallestCellInRow[e.sheetId],o,t);this.history.update("tallestCellInRow",e.sheetId,s);break}case"RESIZE_COLUMNS_ROWS":{const t=e.sheetId;if("ROW"===e.dimension)for(const o of e.elements){const e=this.getRowTallestCell(t,o);this.history.update("tallestCellInRow",t,o,e)}else for(const o of ue(0,this.getters.getNumberRows(t)))for(const s of e.elements)this.updateRowSizeForCellChange(t,o,s)}break;case"UPDATE_CELL":this.updateRowSizeForCellChange(e.sheetId,e.row,e.col);break;case"ADD_MERGE":case"REMOVE_MERGE":for(const t of e.target)for(const o of In(t))this.updateRowSizeForCellChange(e.sheetId,o.row,o.col)}}getRowSize(e,t){return Math.round(this.getters.getUserRowSize(e,t)??this.tallestCellInRow[e][t]?.size??A)}getHeaderSize(e,t,o){return this.getters.isHeaderHidden(e,t,o)?0:"ROW"===t?this.getRowSize(e,o):this.getters.getColSize(e,o)}updateRowSizeForCellChange(e,t,o){const s=this.tallestCellInRow[e]?.[t];if(s?.cell.col===o){const o=this.getRowTallestCell(e,t);this.history.update("tallestCellInRow",e,t,o)}const n=this.getCellHeight({sheetId:e,col:o,row:t});if(!(n<=A)&&(!s&&n>A||s&&n>s.size)){const s={cell:{sheetId:e,col:o,row:t},size:n};this.history.update("tallestCellInRow",e,t,s)}}initializeSheet(e){const t=[];for(let o=0;o<this.getters.getNumberRows(e);o++){const s=this.getRowTallestCell(e,o);t.push(s)}this.history.update("tallestCellInRow",e,t)}getCellHeight(e){if(this.isInMultiRowMerge(e))return A;const t=this.getters.getCell(e),o=this.getters.getColSize(e.sheetId,e.col);return function(e,t,o){if(!t||!t.content)return A;const s="wrap"===t.style?.wrapping?o-2*_:void 0,n=t.isFormula?1:Yn(e,t.content,t.style,s).length;return Hn(qn(t.style),n)+6}(this.ctx,t,o)}isInMultiRowMerge(e){const t=this.getters.getMerge(e);return!!t&&t.bottom!==t.top}getRowTallestCell(e,t){if(void 0!==this.getters.getUserRowSize(e,t))return;const o=this.getters.getRowCells(e,t);let s,n=0;for(let e=0;e<o.length;e++){const t=this.getters.getCellById(o[e]);if(!t)continue;const i=this.getters.getCellPosition(t.id),r=this.getCellHeight(i);r>n&&r>A&&(n=r,s={cell:i,size:r})}return s&&s.size>A?s:void 0}}).add("custom_colors",class extends iI{customColors={};shouldUpdateColors=!1;static getters=["getCustomColors"];handle(e){switch(e.type){case"UPDATE_CELL":case"UPDATE_CHART":case"CREATE_CHART":case"ADD_CONDITIONAL_FORMAT":case"SET_BORDER":case"SET_ZONE_BORDERS":case"SET_FORMATTING":this.history.update("shouldUpdateColors",!0)}}finalize(){if(this.shouldUpdateColors){this.history.update("shouldUpdateColors",!1);for(const e of this.getCustomColors())this.tryToAddColor(e)}}getCustomColors(){let e=[];for(const t of this.getters.getSheetIds())e=e.concat(this.getColorsFromCells(t),this.getFormattingColors(t),this.getChartColors(t));return function(e){const t=[{leadColor:Qe(255,0,0),colors:[]},{leadColor:Qe(255,128,0),colors:[]},{leadColor:Qe(128,128,0),colors:[]},{leadColor:Qe(128,255,0),colors:[]},{leadColor:Qe(0,255,0),colors:[]},{leadColor:Qe(0,255,128),colors:[]},{leadColor:Qe(0,255,255),colors:[]},{leadColor:Qe(0,127,255),colors:[]},{leadColor:Qe(0,0,255),colors:[]},{leadColor:Qe(127,0,255),colors:[]},{leadColor:Qe(128,0,128),colors:[]},{leadColor:Qe(255,0,128),colors:[]}];for(const o of e.map(tt)){let e=500,s=0;t.forEach(((t,n)=>{const i=(r=o,a=t.leadColor,Math.sqrt(Math.pow(r.r-a.r,2)+Math.pow(r.g-a.g,2)+Math.pow(r.b-a.b,2)));var r,a;e>i&&(e=i,s=n)})),t[s].colors.push(o)}return t.map((e=>e.colors.sort(((e,t)=>st(e).s-st(t).s)))).flat().map(et)}([...new Set([...new Set([...e,...Object.keys(this.customColors)])].filter(Xe).map(je))]).filter((e=>!x.includes(e)))}getColorsFromCells(e){const t=Object.values(this.getters.getCells(e)),o=new Set;for(const e of t)e.style?.textColor&&o.add(e.style.textColor),e.style?.fillColor&&o.add(e.style.fillColor);for(const t of this.getters.getBordersColors(e))o.add(t);return[...o]}getFormattingColors(e){const t=this.getters.getConditionalFormats(e),o=[];for(const e of t){const t=e.rule;"CellIsRule"===t.type?(o.push(t.style.textColor),o.push(t.style.fillColor)):"ColorScaleRule"===t.type&&(o.push(Ye(t.minimum.color)),o.push(t.midpoint?Ye(t.midpoint.color):void 0),o.push(Ye(t.maximum.color)))}return o.filter(Ie)}getChartColors(e){const t=this.getters.getChartIds(e).map((e=>this.getters.getChart(e)));let o=new Set;for(let e of t){if(void 0===e)continue;const t=e.getDefinition().background;switch(void 0!==t&&o.add(t),e.type){case"gauge":const t=e.sectionRule.colors;o.add(t.lowerColor),o.add(t.middleColor),o.add(t.upperColor);break;case"scorecard":const s=e;o.add(s.baselineColorDown),o.add(s.baselineColorUp)}}return[...o]}tryToAddColor(e){const t=je(e);e&&!x.includes(t)&&this.history.update("customColors",t,!0)}}).add("data_validation_ui",class extends iI{static getters=["getDataValidationInvalidCriterionValueMessage","getInvalidDataValidationMessage","getValidationResultForCellValue","isCellValidCheckbox","isDataValidationInvalid"];validationResults={};handle(e){if(eo.has(e.type)||"EVALUATE_CELLS"===e.type||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))this.validationResults={};else switch(e.type){case"ADD_DATA_VALIDATION_RULE":case"REMOVE_DATA_VALIDATION_RULE":delete this.validationResults[e.sheetId]}}isDataValidationInvalid(e){return!this.getValidationResultForCell(e).isValid}getInvalidDataValidationMessage(e){const t=this.getValidationResultForCell(e);return t.isValid?void 0:t.error}getDataValidationInvalidCriterionValueMessage(e,t){const o=dC.get(e);return t.startsWith("=")?"onlyLiterals"===o.allowedValues?Xt("The value must not be a formula"):void 0:"onlyFormulas"===o.allowedValues?Xt("The value must be a formula"):o.isCriterionValueValid(t)?void 0:o.criterionValueErrorString}isCellValidCheckbox(e){if(!this.getters.isMainCellPosition(e))return!1;const t=this.getters.getValidationRuleForCell(e);return!(!t||"isBoolean"!==t.criterion.type)&&this.getValidationResultForCell(e).isValid}getValidationResultForCellValue(e,t){const o=this.getters.getValidationRuleForCell(t);if(!o)return VI;const s=this.getRuleErrorForCellValue(e,t,o);return s?{error:s,rule:o,isValid:!1}:VI}getValidationResultForCell(e){const{col:t,row:o,sheetId:s}=e;return this.validationResults[s]||(this.validationResults[s]=this.computeSheetValidationResults(s)),this.validationResults[s][t]?.[o]?.()||VI}computeSheetValidationResults(e){const t={},o=this.getters.getDataValidationRules(e).map((e=>e.ranges));for(const e of Pn(o.flat())){const{col:o,row:s}=e;t[o]||(t[o]=[]),t[o][s]=_e((()=>{const t=this.getters.getEvaluatedCell(e);return t.type===Qt.empty?VI:this.getValidationResultForCellValue(t.value,e)}))}return t}getRuleErrorForCellValue(e,t,o){const{sheetId:s}=t,n=o.criterion,i=dC.get(n.type),r=this.getCellOffsetInRule(t,o),a=this.getEvaluatedCriterionValues(s,r,n),l={...n,values:a};if(!i.isValueValid(e,l,this.getters,s))return i.getErrorString(l,this.getters,s)}getCellOffsetInRule(e,t){const o=t.ranges.find((t=>Sn(e.col,e.row,t.zone)));if(!o)throw new Error("The cell is not in any range of the rule");return{col:e.col-o.zone.left,row:e.row-o.zone.top}}getEvaluatedCriterionValues(e,t,o){return o.values.map((o=>{if(!o.startsWith("="))return o;const s=$x(o),n=this.getters.getTranslatedCellFormula(e,t.col,t.row,{...s,dependencies:s.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)))}),i=this.getters.evaluateFormula(e,n);return i&&!po(i)?i.toString():""}))}}),OR=new ki;OR.add("link",{condition:(e,t)=>!!t.model.getters.getEvaluatedCell(e).link,execute:(e,t)=>$i(t.model.getters.getEvaluatedCell(e).link,t),sequence:5});class _R{fileStore;constructor(e){this.fileStore=e}async requestImage(){const e=await this.getImageFromUser(),t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}getImageFromUser(){return new Promise(((e,t)=>{const o=document.createElement("input");o.setAttribute("type","file"),o.setAttribute("accept","image/*"),o.addEventListener("change",(async()=>{null===o.files||1!=o.files.length?t():e(o.files[0])})),o.click()}))}getImageOriginalSize(e){return new Promise(((t,o)=>{const s=new Image;s.src=e,s.addEventListener("load",(()=>{const e={width:s.width,height:s.height};t(e)})),s.addEventListener("error",o)}))}}class MR{focusableElement=void 0;setFocusableElement(e){this.focusableElement=e}focus(){this.focusableElement?.focus()}}const NR=[{transform:"scale(0)"},{transform:"scale(0.8)",offset:.33},{opacity:"0",transform:"scale(1)",offset:1}];lr`
1452
1451
  .o-ripple {
1453
1452
  z-index: 1;
1454
1453
  }
@@ -1957,9 +1956,6 @@
1957
1956
  .text-muted {
1958
1957
  color: grey !important;
1959
1958
  }
1960
- button {
1961
- color: #333;
1962
- }
1963
1959
  .o-disabled {
1964
1960
  opacity: 0.4;
1965
1961
  pointer: default;
@@ -2076,17 +2072,17 @@
2076
2072
  }
2077
2073
 
2078
2074
  .o-button {
2079
- border: 1px solid lightgrey;
2075
+ border: 1px solid;
2080
2076
  padding: 0px 20px 0px 20px;
2081
2077
  border-radius: 4px;
2082
2078
  font-weight: 500;
2083
2079
  font-size: 14px;
2084
2080
  height: 30px;
2085
2081
  line-height: 16px;
2086
- background: white;
2087
2082
  margin-right: 8px;
2088
- &:hover:enabled {
2089
- background-color: rgba(0, 0, 0, 0.08);
2083
+
2084
+ &:not(:hover) {
2085
+ background-color: transparent;
2090
2086
  }
2091
2087
 
2092
2088
  &:enabled {
@@ -2100,6 +2096,15 @@
2100
2096
  &:last-child {
2101
2097
  margin-right: 0px;
2102
2098
  }
2099
+
2100
+ &.o-button-grey {
2101
+ border-color: lightgrey;
2102
+ background: #ffffff;
2103
+ color: #333;
2104
+ &:hover:enabled {
2105
+ background-color: rgba(0, 0, 0, 0.08);
2106
+ }
2107
+ }
2103
2108
  }
2104
2109
 
2105
2110
  .o-input {
@@ -2599,4 +2604,4 @@
2599
2604
  <tableParts count="${e.filterTables.length}">
2600
2605
  ${Fy(a)}
2601
2606
  </tableParts>
2602
- `}var sA;!function(e){e[e.Ready=0]="Ready",e[e.Running=1]="Running",e[e.RunningCore=2]="RunningCore",e[e.Finalizing=3]="Finalizing"}(sA||(sA={}));function nA(e,t={}){const o=le(t);return o.type=e,o}const iA={},rA={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:I,HEADER_WIDTH:R,TOPBAR_HEIGHT:63,BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:T,DEFAULT_CELL_HEIGHT:A,SCROLLBAR_WIDTH:O},aA={autofillModifiersRegistry:Ji,autofillRulesRegistry:er,cellMenuRegistry:Iv,colMenuRegistry:uS,errorTypes:bo,linkMenuRegistry:ya,functionRegistry:jf,featurePluginRegistry:RR,statefulUIPluginRegistry:TR,coreViewsPluginRegistry:AR,corePluginRegistry:IR,rowMenuRegistry:mS,sidePanelRegistry:FC,figureRegistry:wl,chartSidePanelComponentRegistry:$S,chartComponentRegistry:vl,chartRegistry:fl,topbarMenuRegistry:fS,topbarComponentRegistry:DC,clickableCellRegistry:OR,otRegistry:vS,inverseCommandRegistry:Rl,urlRegistry:Ui,cellPopoverRegistry:Ra,numberFormatMenuRegistry:gS,repeatLocalCommandTransformRegistry:gR,repeatCommandTransformRegistry:uR},lA={arg:fc,isEvaluationError:To,toBoolean:Uo,toJsDate:Bo,toNumber:Oo,toString:Po,toXC:ut,toZone:an,toUnboundedZone:rn,toCartesian:dt,numberToLetters:rt,lettersToNumber:lt,UuidGenerator:Qn,formatValue:Cs,createCurrencyFormat:Ps,computeTextWidth:Gn,createEmptyWorkbookData:px,createEmptySheet:gx,createEmptyExcelSheet:mx,getDefaultChartJsRuntime:$a,chartFontColor:vi,ChartColors:fi,getFillingMode:Ya,rgbaToHex:et,colorToRGBA:tt,positionToZone:On,isDefined:Ie,isMatrix:po,lazy:_e,genericRepeat:pR,createAction:ti,createActions:Jn,transformRangeData:si},cA={isMarkdownLink:ve,parseMarkdownLink:Ce,markdownLink:Se,openLink:$i,urlRepresentation:Gi},hA={Checkbox:yS,Section:xS,ChartColor:PS,ChartDataSeries:IS,ChartErrorSection:RS,ChartLabelRange:TS,ChartTitle:kS,ChartPanel:WS,ChartFigure:Sl,ChartJsComponent:ni,Grid:PE,GridOverlay:EE,ScorecardChart:Pi,LineConfigPanel:HS,LineBarPieDesignPanel:VS,BarConfigPanel:OS,LineBarPieConfigPanel:AS,GaugeChartConfigPanel:US,GaugeChartDesignPanel:BS,ScorecardChartConfigPanel:zS,ScorecardChartDesignPanel:GS,FigureComponent:LC,Menu:kr,SelectionInput:ES,ValidationMessages:wS},dA={useDragAndDropListItems:XS};const uA={DEFAULT_LOCALE:uo};e.AbstractChart=ii,e.CellErrorType=vo,e.CorePlugin=vx,e.DispatchResult=ro,e.EvaluationError=So,e.Model=class extends BI{corePlugins=[];featurePlugins=[];statefulUIPlugins=[];coreViewsPlugins=[];range;session;isReplayingCommand=!1;renderers=[];status=0;config;corePluginConfig;uiPluginConfig;state;selection;getters;coreGetters;uuidGenerator;handlers=[];uiHandlers=[];coreHandlers=[];constructor(e={},o={},s=[],n=new Qn,i=!0){super(),s=hx(e,s);const r=lx(e,i);this.state=new mT,this.uuidGenerator=n,this.config=this.setupConfig(o),this.session=this.setupSession(r.revisionId),this.coreGetters={},this.range=new nI(this.coreGetters),this.coreGetters.getRangeString=this.range.getRangeString.bind(this.range),this.coreGetters.getRangeFromSheetXC=this.range.getRangeFromSheetXC.bind(this.range),this.coreGetters.createAdaptedRanges=this.range.createAdaptedRanges.bind(this.range),this.coreGetters.getRangeDataFromXc=this.range.getRangeDataFromXc.bind(this.range),this.coreGetters.getRangeDataFromZone=this.range.getRangeDataFromZone.bind(this.range),this.coreGetters.getRangeFromRangeData=this.range.getRangeFromRangeData.bind(this.range),this.coreGetters.getRangeFromZone=this.range.getRangeFromZone.bind(this.range),this.getters={isReadonly:()=>"readonly"===this.config.mode||"dashboard"===this.config.mode,isDashboard:()=>"dashboard"===this.config.mode},this.uuidGenerator.setIsFastStrategy(!0),this.selection=new pT(this.getters),this.coreHandlers.push(this.range),this.handlers.push(this.range),this.corePluginConfig=this.setupCorePluginConfig(),this.uiPluginConfig=this.setupUiPluginConfig();for(let e of IR.getAll())this.setupCorePlugin(e,r);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(s);for(let e of AR.getAll()){const t=this.setupUiPlugin(e);this.coreViewsPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(let e of TR.getAll()){const t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(let e of RR.getAll()){const t=this.setupUiPlugin(e);this.featurePlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}this.uuidGenerator.setIsFastStrategy(!1),this.dispatch("START"),this.selection.observe(this,{handleEvent:()=>this.trigger("update")}),this.setupSessionEvents(),this.joinSession(),o.snapshotRequested&&(this.session.snapshot(this.exportData()),this.garbageCollectExternalResources()),t.markRaw(this)}joinSession(){this.session.join(this.config.client)}leaveSession(){this.session.leave()}setupUiPlugin(e){const t=new e(this.uiPluginConfig);for(let o of e.getters){if(!(o in t))throw new Error(`Invalid getter name: ${o} for plugin ${t.constructor}`);if(o in this.getters)throw new Error(`Getter "${o}" is already defined.`);this.getters[o]=t[o].bind(t)}const o=e.layers.map((e=>[t,e]));return this.renderers.push(...o),this.renderers.sort(((e,t)=>e[1]-t[1])),t}setupCorePlugin(e,t){const o=new e(this.corePluginConfig);for(let t of e.getters){if(!(t in o))throw new Error(`Invalid getter name: ${t} for plugin ${o.constructor}`);if(t in this.coreGetters)throw new Error(`Getter "${t}" is already defined.`);this.coreGetters[t]=o[t].bind(o)}o.import(t),this.corePlugins.push(o),this.coreHandlers.push(o),this.handlers.push(o)}onRemoteRevisionReceived({commands:e}){for(let t of e){const e=this.status;this.status=2,this.dispatchToHandlers(this.statefulUIPlugins,t),this.status=e}this.finalize()}setupSession(e){return new KI(dT({initialRevisionId:e,recordChanges:this.state.recordChanges.bind(this.state),dispatch:e=>{this.checkDispatchAllowed(e).isSuccessful&&(this.isReplayingCommand=!0,this.dispatchToHandlers(this.coreHandlers,e),this.isReplayingCommand=!1)}}),this.config.transportService,e)}setupSessionEvents(){this.session.on("remote-revision-received",this,this.onRemoteRevisionReceived),this.session.on("revision-undone",this,(({commands:e})=>{this.dispatchFromCorePlugin("UNDO",{commands:e}),this.finalize()})),this.session.on("revision-redone",this,(({commands:e})=>{this.dispatchFromCorePlugin("REDO",{commands:e}),this.finalize()})),this.session.on("unexpected-revision-id",this,(()=>this.trigger("unexpected-revision-id"))),this.session.on("collaborative-event-received",this,(()=>{this.trigger("update")}))}setupConfig(e){const t=e.client||{id:this.uuidGenerator.uuidv4(),name:Xt("Anonymous").toString()},o=e.transportService||new oT;return{...e,mode:e.mode||"normal",custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:o,client:t,moveClient:()=>{},snapshotRequested:!1,notifyUI:e=>this.trigger("notify-ui",e),raiseBlockingErrorUI:e=>this.trigger("raise-error-ui",{text:e})}}setupExternalConfig(e){const t=e.loadLocales||(()=>Promise.resolve(ho));return{...e,loadLocales:t}}setupCorePluginConfig(){return{getters:this.coreGetters,stateObserver:this.state,range:this.range,dispatch:this.dispatchFromCorePlugin,uuidGenerator:this.uuidGenerator,custom:this.config.custom,external:this.config.external}}setupUiPluginConfig(){return{getters:this.getters,stateObserver:this.state,dispatch:this.dispatch,selection:this.selection,moveClient:this.session.move.bind(this.session),custom:this.config.custom,uiActions:this.config,session:this.session,defaultCurrencyFormat:this.config.defaultCurrencyFormat}}checkDispatchAllowed(e){const t=io(e)?this.checkDispatchAllowedCoreCommand(e):this.checkDispatchAllowedLocalCommand(e);return t.some((e=>"Success"!==e))?new ro(t.flat()):ro.Success}checkDispatchAllowedCoreCommand(e){const t=this.corePlugins.map((t=>t.allowDispatch(e)));return t.push(this.range.allowDispatch(e)),t}checkDispatchAllowedLocalCommand(e){return this.uiHandlers.map((t=>t.allowDispatch(e)))}finalize(){this.status=3;for(const e of this.handlers)e.finalize();this.status=0}canDispatch=(e,t)=>this.checkDispatchAllowed(nA(e,t));dispatch=(e,t)=>{const o=nA(e,t);let s=this.status;if(this.getters.isReadonly()&&(n=o,!so.has(n.type)))return new ro("Readonly");var n;if(!this.session.canApplyOptimisticUpdate())return new ro("WaitingSessionConfirmation");switch(s){case 0:const t=this.checkDispatchAllowed(o);if(!t.isSuccessful)return t;this.status=1;const{changes:s,commands:n}=this.state.recordChanges((()=>{io(o)&&this.state.addCommand(o),this.dispatchToHandlers(this.handlers,o),this.finalize()}));this.session.save(o,n,s),this.status=0,this.trigger("update");break;case 1:if(io(o)){const e=this.checkDispatchAllowed(o);if(!e.isSuccessful)return e;this.state.addCommand(o)}this.dispatchToHandlers(this.handlers,o);break;case 3:throw new Error("Cannot dispatch commands in the finalize state");case 2:if(io(o))throw new Error(`A UI plugin cannot dispatch ${e} while handling a core command`);this.dispatchToHandlers(this.handlers,o)}return ro.Success};dispatchFromCorePlugin=(e,t)=>{const o=nA(e,t),s=this.status;this.status=2;const n=this.isReplayingCommand?this.coreHandlers:this.handlers;return this.dispatchToHandlers(n,o),this.status=s,ro.Success};dispatchToHandlers(e,t){const o=io(t);for(const s of e)!o&&s instanceof vx||s.beforeHandle(t);for(const s of e)!o&&s instanceof vx||s.handle(t)}drawGrid(e){for(let[t,o]of this.renderers)e.ctx.save(),t.drawGrid(e,o),e.ctx.restore()}exportData(){let e=px();for(let t of this.handlers)t instanceof vx&&t.export(e);return e.revisionId=this.session.getRevisionId()||W,e=le(e),e}updateMode(e){"normal"!==e&&this.dispatch("CANCEL_EDITION"),this.config.mode=e,this.trigger("update")}exportXLSX(){this.dispatch("EVALUATE_CELLS");let e={...px(),sheets:[mx(ax,"Sheet1")]};for(let t of this.handlers)t instanceof fx&&t.exportForExcel(e);return e=le(e),tA(e)}garbageCollectExternalResources(){for(const e of this.corePlugins)e.garbageCollectExternalResources()}},e.Registry=ki,e.Revision=jI,e.SPREADSHEET_DIMENSIONS=rA,e.Spreadsheet=tT,e.UIPlugin=iI,e.__info__=iA,e.addFunction=function e(t,o){return jf.add(t,o),{addFunction:(t,o)=>e(t,o)}},e.astToFormula=kx,e.compile=$x,e.compileTokens=Wx,e.components=hA,e.constants=uA,e.convertAstNodes=Fx,e.coreTypes=no,e.findCellInNewZone=Tn,e.functionCache=Gx,e.helpers=lA,e.hooks=dA,e.invalidateCFEvaluationCommands=oo,e.invalidateDependenciesCommands=to,e.invalidateEvaluationCommands=eo,e.iterateAstNodes=Dx,e.links=cA,e.load=lx,e.parse=Mx,e.parseTokens=Nx,e.readonlyAllowedCommands=so,e.registries=aA,e.setDefaultSheetViewSize=function(e){oe=e},e.setTranslationMethod=function(e,t=(()=>!0)){Zt=e,Yt=t},e.tokenize=zr,iA.version="17.1.8",iA.date="2024-03-15T10:59:39.362Z",iA.hash="bd0c9e0"}(this.o_spreadsheet=this.o_spreadsheet||{},owl);
2607
+ `}var sA;!function(e){e[e.Ready=0]="Ready",e[e.Running=1]="Running",e[e.RunningCore=2]="RunningCore",e[e.Finalizing=3]="Finalizing"}(sA||(sA={}));function nA(e,t={}){const o=le(t);return o.type=e,o}const iA={},rA={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:I,HEADER_WIDTH:R,TOPBAR_HEIGHT:63,BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:T,DEFAULT_CELL_HEIGHT:A,SCROLLBAR_WIDTH:O},aA={autofillModifiersRegistry:Ji,autofillRulesRegistry:er,cellMenuRegistry:Iv,colMenuRegistry:uS,errorTypes:bo,linkMenuRegistry:ya,functionRegistry:jf,featurePluginRegistry:RR,statefulUIPluginRegistry:TR,coreViewsPluginRegistry:AR,corePluginRegistry:IR,rowMenuRegistry:mS,sidePanelRegistry:FC,figureRegistry:wl,chartSidePanelComponentRegistry:$S,chartComponentRegistry:vl,chartRegistry:fl,topbarMenuRegistry:fS,topbarComponentRegistry:DC,clickableCellRegistry:OR,otRegistry:vS,inverseCommandRegistry:Rl,urlRegistry:Ui,cellPopoverRegistry:Ra,numberFormatMenuRegistry:gS,repeatLocalCommandTransformRegistry:gR,repeatCommandTransformRegistry:uR},lA={arg:fc,isEvaluationError:To,toBoolean:Uo,toJsDate:Bo,toNumber:Oo,toString:Po,toXC:ut,toZone:an,toUnboundedZone:rn,toCartesian:dt,numberToLetters:rt,lettersToNumber:lt,UuidGenerator:Qn,formatValue:Cs,createCurrencyFormat:Ps,computeTextWidth:Gn,createEmptyWorkbookData:px,createEmptySheet:gx,createEmptyExcelSheet:mx,getDefaultChartJsRuntime:$a,chartFontColor:vi,ChartColors:fi,getFillingMode:Ya,rgbaToHex:et,colorToRGBA:tt,positionToZone:On,isDefined:Ie,isMatrix:po,lazy:_e,genericRepeat:pR,createAction:ti,createActions:Jn,transformRangeData:si},cA={isMarkdownLink:ve,parseMarkdownLink:Ce,markdownLink:Se,openLink:$i,urlRepresentation:Gi},hA={Checkbox:yS,Section:xS,ChartColor:PS,ChartDataSeries:IS,ChartErrorSection:RS,ChartLabelRange:TS,ChartTitle:kS,ChartPanel:WS,ChartFigure:Sl,ChartJsComponent:ni,Grid:PE,GridOverlay:EE,ScorecardChart:Pi,LineConfigPanel:HS,LineBarPieDesignPanel:VS,BarConfigPanel:OS,LineBarPieConfigPanel:AS,GaugeChartConfigPanel:US,GaugeChartDesignPanel:BS,ScorecardChartConfigPanel:zS,ScorecardChartDesignPanel:GS,FigureComponent:LC,Menu:kr,SelectionInput:ES,ValidationMessages:wS},dA={useDragAndDropListItems:XS};const uA={DEFAULT_LOCALE:uo};e.AbstractChart=ii,e.CellErrorType=vo,e.CorePlugin=vx,e.DispatchResult=ro,e.EvaluationError=So,e.Model=class extends BI{corePlugins=[];featurePlugins=[];statefulUIPlugins=[];coreViewsPlugins=[];range;session;isReplayingCommand=!1;renderers=[];status=0;config;corePluginConfig;uiPluginConfig;state;selection;getters;coreGetters;uuidGenerator;handlers=[];uiHandlers=[];coreHandlers=[];constructor(e={},o={},s=[],n=new Qn,i=!0){super(),s=hx(e,s);const r=lx(e,i);this.state=new mT,this.uuidGenerator=n,this.config=this.setupConfig(o),this.session=this.setupSession(r.revisionId),this.coreGetters={},this.range=new nI(this.coreGetters),this.coreGetters.getRangeString=this.range.getRangeString.bind(this.range),this.coreGetters.getRangeFromSheetXC=this.range.getRangeFromSheetXC.bind(this.range),this.coreGetters.createAdaptedRanges=this.range.createAdaptedRanges.bind(this.range),this.coreGetters.getRangeDataFromXc=this.range.getRangeDataFromXc.bind(this.range),this.coreGetters.getRangeDataFromZone=this.range.getRangeDataFromZone.bind(this.range),this.coreGetters.getRangeFromRangeData=this.range.getRangeFromRangeData.bind(this.range),this.coreGetters.getRangeFromZone=this.range.getRangeFromZone.bind(this.range),this.getters={isReadonly:()=>"readonly"===this.config.mode||"dashboard"===this.config.mode,isDashboard:()=>"dashboard"===this.config.mode},this.uuidGenerator.setIsFastStrategy(!0),this.selection=new pT(this.getters),this.coreHandlers.push(this.range),this.handlers.push(this.range),this.corePluginConfig=this.setupCorePluginConfig(),this.uiPluginConfig=this.setupUiPluginConfig();for(let e of IR.getAll())this.setupCorePlugin(e,r);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(s);for(let e of AR.getAll()){const t=this.setupUiPlugin(e);this.coreViewsPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(let e of TR.getAll()){const t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(let e of RR.getAll()){const t=this.setupUiPlugin(e);this.featurePlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}this.uuidGenerator.setIsFastStrategy(!1),this.dispatch("START"),this.selection.observe(this,{handleEvent:()=>this.trigger("update")}),this.setupSessionEvents(),this.joinSession(),o.snapshotRequested&&(this.session.snapshot(this.exportData()),this.garbageCollectExternalResources()),t.markRaw(this)}joinSession(){this.session.join(this.config.client)}leaveSession(){this.session.leave()}setupUiPlugin(e){const t=new e(this.uiPluginConfig);for(let o of e.getters){if(!(o in t))throw new Error(`Invalid getter name: ${o} for plugin ${t.constructor}`);if(o in this.getters)throw new Error(`Getter "${o}" is already defined.`);this.getters[o]=t[o].bind(t)}const o=e.layers.map((e=>[t,e]));return this.renderers.push(...o),this.renderers.sort(((e,t)=>e[1]-t[1])),t}setupCorePlugin(e,t){const o=new e(this.corePluginConfig);for(let t of e.getters){if(!(t in o))throw new Error(`Invalid getter name: ${t} for plugin ${o.constructor}`);if(t in this.coreGetters)throw new Error(`Getter "${t}" is already defined.`);this.coreGetters[t]=o[t].bind(o)}o.import(t),this.corePlugins.push(o),this.coreHandlers.push(o),this.handlers.push(o)}onRemoteRevisionReceived({commands:e}){for(let t of e){const e=this.status;this.status=2,this.dispatchToHandlers(this.statefulUIPlugins,t),this.status=e}this.finalize()}setupSession(e){return new KI(dT({initialRevisionId:e,recordChanges:this.state.recordChanges.bind(this.state),dispatch:e=>{this.checkDispatchAllowed(e).isSuccessful&&(this.isReplayingCommand=!0,this.dispatchToHandlers(this.coreHandlers,e),this.isReplayingCommand=!1)}}),this.config.transportService,e)}setupSessionEvents(){this.session.on("remote-revision-received",this,this.onRemoteRevisionReceived),this.session.on("revision-undone",this,(({commands:e})=>{this.dispatchFromCorePlugin("UNDO",{commands:e}),this.finalize()})),this.session.on("revision-redone",this,(({commands:e})=>{this.dispatchFromCorePlugin("REDO",{commands:e}),this.finalize()})),this.session.on("unexpected-revision-id",this,(()=>this.trigger("unexpected-revision-id"))),this.session.on("collaborative-event-received",this,(()=>{this.trigger("update")}))}setupConfig(e){const t=e.client||{id:this.uuidGenerator.uuidv4(),name:Xt("Anonymous").toString()},o=e.transportService||new oT;return{...e,mode:e.mode||"normal",custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:o,client:t,moveClient:()=>{},snapshotRequested:!1,notifyUI:e=>this.trigger("notify-ui",e),raiseBlockingErrorUI:e=>this.trigger("raise-error-ui",{text:e})}}setupExternalConfig(e){const t=e.loadLocales||(()=>Promise.resolve(ho));return{...e,loadLocales:t}}setupCorePluginConfig(){return{getters:this.coreGetters,stateObserver:this.state,range:this.range,dispatch:this.dispatchFromCorePlugin,uuidGenerator:this.uuidGenerator,custom:this.config.custom,external:this.config.external}}setupUiPluginConfig(){return{getters:this.getters,stateObserver:this.state,dispatch:this.dispatch,selection:this.selection,moveClient:this.session.move.bind(this.session),custom:this.config.custom,uiActions:this.config,session:this.session,defaultCurrencyFormat:this.config.defaultCurrencyFormat}}checkDispatchAllowed(e){const t=io(e)?this.checkDispatchAllowedCoreCommand(e):this.checkDispatchAllowedLocalCommand(e);return t.some((e=>"Success"!==e))?new ro(t.flat()):ro.Success}checkDispatchAllowedCoreCommand(e){const t=this.corePlugins.map((t=>t.allowDispatch(e)));return t.push(this.range.allowDispatch(e)),t}checkDispatchAllowedLocalCommand(e){return this.uiHandlers.map((t=>t.allowDispatch(e)))}finalize(){this.status=3;for(const e of this.handlers)e.finalize();this.status=0}canDispatch=(e,t)=>this.checkDispatchAllowed(nA(e,t));dispatch=(e,t)=>{const o=nA(e,t);let s=this.status;if(this.getters.isReadonly()&&(n=o,!so.has(n.type)))return new ro("Readonly");var n;if(!this.session.canApplyOptimisticUpdate())return new ro("WaitingSessionConfirmation");switch(s){case 0:const t=this.checkDispatchAllowed(o);if(!t.isSuccessful)return t;this.status=1;const{changes:s,commands:n}=this.state.recordChanges((()=>{io(o)&&this.state.addCommand(o),this.dispatchToHandlers(this.handlers,o),this.finalize()}));this.session.save(o,n,s),this.status=0,this.trigger("update");break;case 1:if(io(o)){const e=this.checkDispatchAllowed(o);if(!e.isSuccessful)return e;this.state.addCommand(o)}this.dispatchToHandlers(this.handlers,o);break;case 3:throw new Error("Cannot dispatch commands in the finalize state");case 2:if(io(o))throw new Error(`A UI plugin cannot dispatch ${e} while handling a core command`);this.dispatchToHandlers(this.handlers,o)}return ro.Success};dispatchFromCorePlugin=(e,t)=>{const o=nA(e,t),s=this.status;this.status=2;const n=this.isReplayingCommand?this.coreHandlers:this.handlers;return this.dispatchToHandlers(n,o),this.status=s,ro.Success};dispatchToHandlers(e,t){const o=io(t);for(const s of e)!o&&s instanceof vx||s.beforeHandle(t);for(const s of e)!o&&s instanceof vx||s.handle(t)}drawGrid(e){for(let[t,o]of this.renderers)e.ctx.save(),t.drawGrid(e,o),e.ctx.restore()}exportData(){let e=px();for(let t of this.handlers)t instanceof vx&&t.export(e);return e.revisionId=this.session.getRevisionId()||W,e=le(e),e}updateMode(e){"normal"!==e&&this.dispatch("CANCEL_EDITION"),this.config.mode=e,this.trigger("update")}exportXLSX(){this.dispatch("EVALUATE_CELLS");let e={...px(),sheets:[mx(ax,"Sheet1")]};for(let t of this.handlers)t instanceof fx&&t.exportForExcel(e);return e=le(e),tA(e)}garbageCollectExternalResources(){for(const e of this.corePlugins)e.garbageCollectExternalResources()}},e.Registry=ki,e.Revision=jI,e.SPREADSHEET_DIMENSIONS=rA,e.Spreadsheet=tT,e.UIPlugin=iI,e.__info__=iA,e.addFunction=function e(t,o){return jf.add(t,o),{addFunction:(t,o)=>e(t,o)}},e.astToFormula=kx,e.compile=$x,e.compileTokens=Wx,e.components=hA,e.constants=uA,e.convertAstNodes=Fx,e.coreTypes=no,e.findCellInNewZone=Tn,e.functionCache=Gx,e.helpers=lA,e.hooks=dA,e.invalidateCFEvaluationCommands=oo,e.invalidateDependenciesCommands=to,e.invalidateEvaluationCommands=eo,e.iterateAstNodes=Dx,e.links=cA,e.load=lx,e.parse=Mx,e.parseTokens=Nx,e.readonlyAllowedCommands=so,e.registries=aA,e.setDefaultSheetViewSize=function(e){oe=e},e.setTranslationMethod=function(e,t=(()=>!0)){Zt=e,Yt=t},e.tokenize=zr,iA.version="17.1.9",iA.date="2024-03-25T09:43:27.017Z",iA.hash="5fb076e"}(this.o_spreadsheet=this.o_spreadsheet||{},owl);